From b66a9409f83d61949ce5e4b59ee7bf9fb5bb93de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Tue, 10 Sep 2019 02:45:04 -0300 Subject: [PATCH 01/18] visor section created --- 2019-setembro/README.md | 0 2019-setembro/node_modules/.bin/acorn | 1 + 2019-setembro/node_modules/.bin/atob | 1 + 2019-setembro/node_modules/.bin/livereload | 1 + 2019-setembro/node_modules/.bin/mime | 1 + 2019-setembro/node_modules/.bin/npm-run-all | 1 + 2019-setembro/node_modules/.bin/pidtree | 1 + 2019-setembro/node_modules/.bin/rollup | 1 + 2019-setembro/node_modules/.bin/run-p | 1 + 2019-setembro/node_modules/.bin/run-s | 1 + 2019-setembro/node_modules/.bin/semver | 1 + 2019-setembro/node_modules/.bin/sirv | 1 + 2019-setembro/node_modules/.bin/terser | 1 + 2019-setembro/node_modules/.bin/which | 1 + ...c20b2f05e1ec262e323fbb847c10cd69527c6e611a | 1 + ...64aac918e4e01f8c1f2d5a41846e03d1b2212d8d54 | 2 + 2019-setembro/node_modules/.yarn-integrity | 331 + .../node_modules/@babel/code-frame/LICENSE | 22 + .../node_modules/@babel/code-frame/README.md | 19 + .../@babel/code-frame/lib/index.js | 173 + .../@babel/code-frame/package.json | 21 + .../node_modules/@babel/highlight/LICENSE | 22 + .../node_modules/@babel/highlight/README.md | 19 + .../@babel/highlight/lib/index.js | 129 + .../@babel/highlight/package.json | 22 + .../node_modules/@polka/url/index.js | 22 + .../node_modules/@polka/url/package.json | 18 + .../node_modules/@polka/url/readme.md | 86 + .../node_modules/@types/estree/LICENSE | 21 + .../node_modules/@types/estree/README.md | 16 + .../node_modules/@types/estree/index.d.ts | 548 + .../node_modules/@types/estree/package.json | 22 + .../node_modules/@types/node/LICENSE | 21 + .../node_modules/@types/node/README.md | 16 + .../node_modules/@types/node/assert.d.ts | 52 + .../node_modules/@types/node/async_hooks.d.ts | 132 + .../node_modules/@types/node/base.d.ts | 41 + .../node_modules/@types/node/buffer.d.ts | 22 + .../@types/node/child_process.d.ts | 478 + .../node_modules/@types/node/cluster.d.ts | 260 + .../node_modules/@types/node/console.d.ts | 3 + .../node_modules/@types/node/constants.d.ts | 278 + .../node_modules/@types/node/crypto.d.ts | 602 + .../node_modules/@types/node/dgram.d.ts | 102 + .../node_modules/@types/node/dns.d.ts | 366 + .../node_modules/@types/node/domain.d.ts | 16 + .../node_modules/@types/node/events.d.ts | 30 + .../node_modules/@types/node/fs.d.ts | 2297 ++ .../node_modules/@types/node/globals.d.ts | 1180 + .../node_modules/@types/node/http.d.ts | 370 + .../node_modules/@types/node/http2.d.ts | 960 + .../node_modules/@types/node/https.d.ts | 53 + .../node_modules/@types/node/index.d.ts | 100 + .../node_modules/@types/node/inspector.d.ts | 3034 ++ .../node_modules/@types/node/module.d.ts | 3 + .../node_modules/@types/node/net.d.ts | 249 + .../node_modules/@types/node/os.d.ts | 201 + .../node_modules/@types/node/package.json | 211 + .../node_modules/@types/node/path.d.ts | 159 + .../node_modules/@types/node/perf_hooks.d.ts | 304 + .../node_modules/@types/node/process.d.ts | 3 + .../node_modules/@types/node/punycode.d.ts | 12 + .../node_modules/@types/node/querystring.d.ts | 32 + .../node_modules/@types/node/readline.d.ts | 150 + .../node_modules/@types/node/repl.d.ts | 382 + .../node_modules/@types/node/stream.d.ts | 307 + .../@types/node/string_decoder.d.ts | 7 + .../node_modules/@types/node/timers.d.ts | 16 + .../node_modules/@types/node/tls.d.ts | 418 + .../@types/node/trace_events.d.ts | 61 + .../@types/node/ts3.2/globals.d.ts | 19 + .../node_modules/@types/node/ts3.2/index.d.ts | 20 + .../node_modules/@types/node/ts3.2/util.d.ts | 15 + .../node_modules/@types/node/tty.d.ts | 65 + .../node_modules/@types/node/url.d.ts | 104 + .../node_modules/@types/node/util.d.ts | 165 + .../node_modules/@types/node/v8.d.ts | 52 + .../node_modules/@types/node/vm.d.ts | 95 + .../@types/node/worker_threads.d.ts | 153 + .../node_modules/@types/node/zlib.d.ts | 352 + .../node_modules/@types/resolve/LICENSE | 21 + .../node_modules/@types/resolve/README.md | 16 + .../node_modules/@types/resolve/index.d.ts | 113 + .../node_modules/@types/resolve/package.json | 29 + 2019-setembro/node_modules/acorn/CHANGELOG.md | 552 + 2019-setembro/node_modules/acorn/LICENSE | 19 + 2019-setembro/node_modules/acorn/README.md | 269 + 2019-setembro/node_modules/acorn/bin/acorn | 4 + .../node_modules/acorn/dist/acorn.d.ts | 209 + .../node_modules/acorn/dist/acorn.js | 4979 ++++ .../node_modules/acorn/dist/acorn.js.map | 1 + .../node_modules/acorn/dist/acorn.mjs | 4948 ++++ .../node_modules/acorn/dist/acorn.mjs.map | 1 + 2019-setembro/node_modules/acorn/dist/bin.js | 64 + 2019-setembro/node_modules/acorn/package.json | 34 + .../node_modules/ansi-styles/index.js | 165 + .../node_modules/ansi-styles/license | 9 + .../node_modules/ansi-styles/package.json | 56 + .../node_modules/ansi-styles/readme.md | 147 + 2019-setembro/node_modules/anymatch/LICENSE | 15 + 2019-setembro/node_modules/anymatch/README.md | 99 + 2019-setembro/node_modules/anymatch/index.js | 67 + .../node_modules/normalize-path/LICENSE | 21 + .../node_modules/normalize-path/README.md | 92 + .../node_modules/normalize-path/index.js | 19 + .../node_modules/normalize-path/package.json | 78 + .../node_modules/anymatch/package.json | 47 + 2019-setembro/node_modules/arr-diff/LICENSE | 21 + 2019-setembro/node_modules/arr-diff/README.md | 130 + 2019-setembro/node_modules/arr-diff/index.js | 47 + .../node_modules/arr-diff/package.json | 69 + .../node_modules/arr-flatten/LICENSE | 21 + .../node_modules/arr-flatten/README.md | 86 + .../node_modules/arr-flatten/index.js | 22 + .../node_modules/arr-flatten/package.json | 76 + 2019-setembro/node_modules/arr-union/LICENSE | 21 + .../node_modules/arr-union/README.md | 99 + 2019-setembro/node_modules/arr-union/index.js | 29 + .../node_modules/arr-union/package.json | 76 + .../node_modules/array-unique/LICENSE | 21 + .../node_modules/array-unique/README.md | 77 + .../node_modules/array-unique/index.js | 43 + .../node_modules/array-unique/package.json | 62 + .../node_modules/assign-symbols/LICENSE | 21 + .../node_modules/assign-symbols/README.md | 73 + .../node_modules/assign-symbols/index.js | 40 + .../node_modules/assign-symbols/package.json | 40 + .../node_modules/async-each/README.md | 52 + .../node_modules/async-each/index.js | 38 + .../node_modules/async-each/package.json | 20 + 2019-setembro/node_modules/atob/LICENSE | 230 + 2019-setembro/node_modules/atob/LICENSE.DOCS | 319 + 2019-setembro/node_modules/atob/README.md | 49 + 2019-setembro/node_modules/atob/bin/atob.js | 6 + 2019-setembro/node_modules/atob/bower.json | 24 + .../node_modules/atob/browser-atob.js | 44 + 2019-setembro/node_modules/atob/node-atob.js | 7 + 2019-setembro/node_modules/atob/package.json | 24 + 2019-setembro/node_modules/atob/test.js | 18 + .../node_modules/balanced-match/.npmignore | 5 + .../node_modules/balanced-match/LICENSE.md | 21 + .../node_modules/balanced-match/README.md | 91 + .../node_modules/balanced-match/index.js | 59 + .../node_modules/balanced-match/package.json | 49 + 2019-setembro/node_modules/base/LICENSE | 21 + 2019-setembro/node_modules/base/README.md | 491 + 2019-setembro/node_modules/base/index.js | 435 + .../base/node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 95 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 62 + 2019-setembro/node_modules/base/package.json | 111 + .../binary-extensions/binary-extensions.json | 252 + .../node_modules/binary-extensions/license | 9 + .../binary-extensions/package.json | 36 + .../node_modules/binary-extensions/readme.md | 33 + .../node_modules/brace-expansion/LICENSE | 21 + .../node_modules/brace-expansion/README.md | 129 + .../node_modules/brace-expansion/index.js | 201 + .../node_modules/brace-expansion/package.json | 47 + 2019-setembro/node_modules/braces/LICENSE | 21 + 2019-setembro/node_modules/braces/README.md | 640 + 2019-setembro/node_modules/braces/index.js | 318 + .../node_modules/braces/lib/braces.js | 104 + .../node_modules/braces/lib/compilers.js | 282 + .../node_modules/braces/lib/parsers.js | 360 + .../node_modules/braces/lib/utils.js | 343 + .../node_modules/braces/package.json | 108 + .../node_modules/buffer-from/LICENSE | 21 + .../node_modules/buffer-from/index.js | 69 + .../node_modules/buffer-from/package.json | 19 + .../node_modules/buffer-from/readme.md | 69 + .../builtin-modules/builtin-modules.json | 40 + .../node_modules/builtin-modules/index.d.ts | 14 + .../node_modules/builtin-modules/index.js | 11 + .../node_modules/builtin-modules/license | 9 + .../node_modules/builtin-modules/package.json | 43 + .../node_modules/builtin-modules/readme.md | 41 + .../node_modules/builtin-modules/static.d.ts | 14 + .../node_modules/builtin-modules/static.js | 2 + 2019-setembro/node_modules/cache-base/LICENSE | 21 + .../node_modules/cache-base/README.md | 291 + .../node_modules/cache-base/index.js | 261 + .../node_modules/cache-base/package.json | 82 + 2019-setembro/node_modules/chalk/index.js | 228 + .../node_modules/chalk/index.js.flow | 93 + 2019-setembro/node_modules/chalk/license | 9 + 2019-setembro/node_modules/chalk/package.json | 71 + 2019-setembro/node_modules/chalk/readme.md | 314 + 2019-setembro/node_modules/chalk/templates.js | 128 + .../node_modules/chalk/types/index.d.ts | 97 + .../node_modules/chokidar/CHANGELOG.md | 317 + 2019-setembro/node_modules/chokidar/README.md | 294 + 2019-setembro/node_modules/chokidar/index.js | 747 + .../chokidar/lib/fsevents-handler.js | 412 + .../chokidar/lib/nodefs-handler.js | 506 + .../node_modules/chokidar/package.json | 63 + .../node_modules/chokidar/types/index.d.ts | 191 + .../node_modules/class-utils/LICENSE | 21 + .../node_modules/class-utils/README.md | 300 + .../node_modules/class-utils/index.js | 370 + .../node_modules/class-utils/package.json | 90 + .../node_modules/collection-visit/LICENSE | 21 + .../node_modules/collection-visit/README.md | 89 + .../node_modules/collection-visit/index.js | 30 + .../collection-visit/package.json | 76 + .../node_modules/color-convert/CHANGELOG.md | 54 + .../node_modules/color-convert/LICENSE | 21 + .../node_modules/color-convert/README.md | 68 + .../node_modules/color-convert/conversions.js | 868 + .../node_modules/color-convert/index.js | 78 + .../node_modules/color-convert/package.json | 46 + .../node_modules/color-convert/route.js | 97 + .../node_modules/color-name/.eslintrc.json | 43 + .../node_modules/color-name/.npmignore | 107 + 2019-setembro/node_modules/color-name/LICENSE | 8 + .../node_modules/color-name/README.md | 11 + .../node_modules/color-name/index.js | 152 + .../node_modules/color-name/package.json | 25 + 2019-setembro/node_modules/color-name/test.js | 7 + .../node_modules/commander/CHANGELOG.md | 408 + 2019-setembro/node_modules/commander/LICENSE | 22 + .../node_modules/commander/Readme.md | 428 + 2019-setembro/node_modules/commander/index.js | 1224 + .../node_modules/commander/package.json | 38 + .../node_modules/commander/typings/index.d.ts | 310 + .../node_modules/component-emitter/History.md | 75 + .../node_modules/component-emitter/LICENSE | 24 + .../node_modules/component-emitter/Readme.md | 74 + .../node_modules/component-emitter/index.js | 175 + .../component-emitter/package.json | 27 + .../node_modules/concat-map/.travis.yml | 4 + 2019-setembro/node_modules/concat-map/LICENSE | 18 + .../node_modules/concat-map/README.markdown | 62 + .../node_modules/concat-map/example/map.js | 6 + .../node_modules/concat-map/index.js | 13 + .../node_modules/concat-map/package.json | 43 + .../node_modules/concat-map/test/map.js | 39 + .../node_modules/console-clear/index.js | 7 + .../node_modules/console-clear/license | 9 + .../node_modules/console-clear/package.json | 27 + .../node_modules/console-clear/readme.md | 41 + .../node_modules/copy-descriptor/LICENSE | 21 + .../node_modules/copy-descriptor/index.js | 81 + .../node_modules/copy-descriptor/package.json | 56 + .../node_modules/core-util-is/LICENSE | 19 + .../node_modules/core-util-is/README.md | 3 + .../node_modules/core-util-is/float.patch | 604 + .../node_modules/core-util-is/lib/util.js | 107 + .../node_modules/core-util-is/package.json | 32 + .../node_modules/core-util-is/test.js | 68 + .../node_modules/cross-spawn/CHANGELOG.md | 100 + .../node_modules/cross-spawn/LICENSE | 21 + .../node_modules/cross-spawn/README.md | 94 + .../node_modules/cross-spawn/index.js | 39 + .../node_modules/cross-spawn/lib/enoent.js | 59 + .../node_modules/cross-spawn/lib/parse.js | 125 + .../cross-spawn/lib/util/escape.js | 45 + .../cross-spawn/lib/util/readShebang.js | 32 + .../cross-spawn/lib/util/resolveCommand.js | 47 + .../cross-spawn/node_modules/.bin/semver | 1 + .../cross-spawn/node_modules/.bin/which | 1 + .../node_modules/cross-spawn/package.json | 76 + .../node_modules/debug/.coveralls.yml | 1 + 2019-setembro/node_modules/debug/.eslintrc | 11 + 2019-setembro/node_modules/debug/.npmignore | 9 + 2019-setembro/node_modules/debug/.travis.yml | 14 + 2019-setembro/node_modules/debug/CHANGELOG.md | 362 + 2019-setembro/node_modules/debug/LICENSE | 19 + 2019-setembro/node_modules/debug/Makefile | 50 + 2019-setembro/node_modules/debug/README.md | 312 + .../node_modules/debug/component.json | 19 + .../node_modules/debug/karma.conf.js | 70 + 2019-setembro/node_modules/debug/node.js | 1 + 2019-setembro/node_modules/debug/package.json | 49 + .../node_modules/debug/src/browser.js | 185 + 2019-setembro/node_modules/debug/src/debug.js | 202 + 2019-setembro/node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/inspector-log.js | 15 + 2019-setembro/node_modules/debug/src/node.js | 248 + .../decode-uri-component/index.js | 94 + .../node_modules/decode-uri-component/license | 21 + .../decode-uri-component/package.json | 37 + .../decode-uri-component/readme.md | 70 + .../define-properties/.editorconfig | 13 + .../node_modules/define-properties/.eslintrc | 12 + .../node_modules/define-properties/.jscs.json | 175 + .../define-properties/.travis.yml | 233 + .../define-properties/CHANGELOG.md | 44 + .../node_modules/define-properties/LICENSE | 21 + .../node_modules/define-properties/README.md | 86 + .../node_modules/define-properties/index.js | 58 + .../define-properties/package.json | 65 + .../define-properties/test/index.js | 125 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 77 + .../node_modules/define-property/index.js | 31 + .../is-accessor-descriptor/LICENSE | 21 + .../is-accessor-descriptor/README.md | 123 + .../is-accessor-descriptor/index.js | 69 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 261 + .../node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 90 + .../is-accessor-descriptor/package.json | 61 + .../node_modules/is-data-descriptor/LICENSE | 21 + .../node_modules/is-data-descriptor/README.md | 128 + .../node_modules/is-data-descriptor/index.js | 55 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 261 + .../node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 90 + .../is-data-descriptor/package.json | 60 + .../node_modules/is-descriptor/LICENSE | 21 + .../node_modules/is-descriptor/README.md | 193 + .../node_modules/is-descriptor/index.js | 22 + .../node_modules/is-descriptor/package.json | 75 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 342 + .../node_modules/kind-of/index.js | 147 + .../node_modules/kind-of/package.json | 91 + .../node_modules/define-property/package.json | 51 + 2019-setembro/node_modules/error-ex/LICENSE | 21 + 2019-setembro/node_modules/error-ex/README.md | 144 + 2019-setembro/node_modules/error-ex/index.js | 141 + .../node_modules/error-ex/package.json | 46 + .../node_modules/es-abstract/.editorconfig | 13 + .../node_modules/es-abstract/.eslintrc | 49 + .../es-abstract/.github/FUNDING.yml | 12 + 2019-setembro/node_modules/es-abstract/.nycrc | 14 + .../node_modules/es-abstract/.travis.yml | 329 + .../node_modules/es-abstract/CHANGELOG.md | 236 + .../node_modules/es-abstract/GetIntrinsic.js | 155 + .../node_modules/es-abstract/LICENSE | 21 + .../node_modules/es-abstract/Makefile | 61 + .../node_modules/es-abstract/README.md | 48 + .../node_modules/es-abstract/es2015.js | 1382 + .../node_modules/es-abstract/es2016.js | 80 + .../node_modules/es-abstract/es2017.js | 71 + .../node_modules/es-abstract/es2018.js | 255 + .../node_modules/es-abstract/es2019.js | 112 + 2019-setembro/node_modules/es-abstract/es5.js | 322 + 2019-setembro/node_modules/es-abstract/es6.js | 3 + 2019-setembro/node_modules/es-abstract/es7.js | 3 + .../es-abstract/helpers/assertRecord.js | 48 + .../es-abstract/helpers/assign.js | 21 + .../es-abstract/helpers/callBind.js | 17 + .../node_modules/es-abstract/helpers/every.js | 10 + .../es-abstract/helpers/forEach.js | 7 + .../es-abstract/helpers/isFinite.js | 5 + .../node_modules/es-abstract/helpers/isNaN.js | 5 + .../es-abstract/helpers/isPrimitive.js | 5 + .../helpers/isPropertyDescriptor.js | 31 + .../helpers/isSamePropertyDescriptor.js | 20 + .../node_modules/es-abstract/helpers/mod.js | 6 + .../node_modules/es-abstract/helpers/sign.js | 5 + .../node_modules/es-abstract/index.js | 26 + .../es-abstract/operations/.eslintrc | 5 + .../es-abstract/operations/2015.js | 93 + .../es-abstract/operations/2016.js | 283 + .../es-abstract/operations/2017.js | 331 + .../es-abstract/operations/2018.js | 357 + .../es-abstract/operations/2019.js | 362 + .../es-abstract/operations/getOps.js | 63 + .../node_modules/es-abstract/package.json | 99 + .../node_modules/es-abstract/test/.eslintrc | 13 + .../es-abstract/test/GetIntrinsic.js | 34 + .../node_modules/es-abstract/test/diffOps.js | 26 + .../node_modules/es-abstract/test/es2015.js | 9 + .../node_modules/es-abstract/test/es2016.js | 9 + .../node_modules/es-abstract/test/es2017.js | 9 + .../node_modules/es-abstract/test/es2018.js | 9 + .../node_modules/es-abstract/test/es2019.js | 9 + .../node_modules/es-abstract/test/es5.js | 530 + .../node_modules/es-abstract/test/es6.js | 18 + .../node_modules/es-abstract/test/es7.js | 18 + .../es-abstract/test/helpers/assertRecord.js | 60 + .../es-abstract/test/helpers/values.js | 117 + .../node_modules/es-abstract/test/index.js | 30 + .../node_modules/es-abstract/test/tests.js | 3584 +++ .../es-to-primitive/.editorconfig | 20 + .../node_modules/es-to-primitive/.eslintrc | 14 + .../node_modules/es-to-primitive/.jscs.json | 176 + .../node_modules/es-to-primitive/.travis.yml | 243 + .../node_modules/es-to-primitive/CHANGELOG.md | 38 + .../node_modules/es-to-primitive/LICENSE | 22 + .../node_modules/es-to-primitive/Makefile | 61 + .../node_modules/es-to-primitive/README.md | 51 + .../node_modules/es-to-primitive/es2015.js | 75 + .../node_modules/es-to-primitive/es5.js | 45 + .../node_modules/es-to-primitive/es6.js | 3 + .../es-to-primitive/helpers/isPrimitive.js | 3 + .../node_modules/es-to-primitive/index.js | 17 + .../node_modules/es-to-primitive/package.json | 82 + .../es-to-primitive/test/.eslintrc | 9 + .../es-to-primitive/test/es2015.js | 151 + .../node_modules/es-to-primitive/test/es5.js | 94 + .../node_modules/es-to-primitive/test/es6.js | 151 + .../es-to-primitive/test/index.js | 20 + .../escape-string-regexp/index.js | 11 + .../node_modules/escape-string-regexp/license | 21 + .../escape-string-regexp/package.json | 41 + .../escape-string-regexp/readme.md | 27 + .../node_modules/estree-walker/CHANGELOG.md | 55 + .../node_modules/estree-walker/README.md | 45 + .../estree-walker/dist/estree-walker.umd.js | 65 + .../dist/estree-walker.umd.js.map | 1 + .../node_modules/estree-walker/index.d.ts | 27 + .../node_modules/estree-walker/package.json | 30 + .../estree-walker/src/estree-walker.js | 51 + .../node_modules/esutils/LICENSE.BSD | 19 + 2019-setembro/node_modules/esutils/README.md | 174 + 2019-setembro/node_modules/esutils/lib/ast.js | 144 + .../node_modules/esutils/lib/code.js | 135 + .../node_modules/esutils/lib/keyword.js | 165 + .../node_modules/esutils/lib/utils.js | 33 + .../node_modules/esutils/package.json | 44 + .../node_modules/expand-brackets/LICENSE | 21 + .../node_modules/expand-brackets/README.md | 302 + .../node_modules/expand-brackets/changelog.md | 35 + .../node_modules/expand-brackets/index.js | 211 + .../expand-brackets/lib/compilers.js | 87 + .../expand-brackets/lib/parsers.js | 219 + .../node_modules/expand-brackets/lib/utils.js | 34 + .../node_modules/expand-brackets/package.json | 85 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 61 + .../node_modules/extend-shallow/index.js | 33 + .../node_modules/extend-shallow/package.json | 56 + 2019-setembro/node_modules/extglob/LICENSE | 21 + 2019-setembro/node_modules/extglob/README.md | 362 + .../node_modules/extglob/changelog.md | 25 + 2019-setembro/node_modules/extglob/index.js | 331 + .../node_modules/extglob/lib/.DS_Store | Bin 0 -> 6148 bytes .../node_modules/extglob/lib/compilers.js | 169 + .../node_modules/extglob/lib/extglob.js | 78 + .../node_modules/extglob/lib/parsers.js | 156 + .../node_modules/extglob/lib/utils.js | 69 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 95 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 62 + .../node_modules/extglob/package.json | 108 + 2019-setembro/node_modules/fill-range/LICENSE | 21 + .../node_modules/fill-range/README.md | 250 + .../node_modules/fill-range/index.js | 208 + .../node_modules/fill-range/package.json | 82 + 2019-setembro/node_modules/for-in/LICENSE | 21 + 2019-setembro/node_modules/for-in/README.md | 85 + 2019-setembro/node_modules/for-in/index.js | 16 + .../node_modules/for-in/package.json | 68 + .../node_modules/fragment-cache/LICENSE | 21 + .../node_modules/fragment-cache/README.md | 156 + .../node_modules/fragment-cache/index.js | 128 + .../node_modules/fragment-cache/package.json | 60 + .../node_modules/function-bind/.editorconfig | 20 + .../node_modules/function-bind/.eslintrc | 15 + .../node_modules/function-bind/.jscs.json | 176 + .../node_modules/function-bind/.npmignore | 22 + .../node_modules/function-bind/.travis.yml | 168 + .../node_modules/function-bind/LICENSE | 20 + .../node_modules/function-bind/README.md | 48 + .../function-bind/implementation.js | 52 + .../node_modules/function-bind/index.js | 5 + .../node_modules/function-bind/package.json | 63 + .../node_modules/function-bind/test/.eslintrc | 9 + .../node_modules/function-bind/test/index.js | 252 + 2019-setembro/node_modules/get-port/index.js | 28 + 2019-setembro/node_modules/get-port/license | 9 + .../node_modules/get-port/package.json | 44 + 2019-setembro/node_modules/get-port/readme.md | 64 + 2019-setembro/node_modules/get-value/LICENSE | 21 + 2019-setembro/node_modules/get-value/index.js | 50 + .../node_modules/get-value/package.json | 79 + .../node_modules/glob-parent/LICENSE | 15 + .../node_modules/glob-parent/README.md | 109 + .../node_modules/glob-parent/index.js | 24 + .../glob-parent/node_modules/is-glob/LICENSE | 21 + .../node_modules/is-glob/README.md | 142 + .../glob-parent/node_modules/is-glob/index.js | 25 + .../node_modules/is-glob/package.json | 80 + .../node_modules/glob-parent/package.json | 42 + .../node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 133 + .../node_modules/graceful-fs/clone.js | 19 + .../node_modules/graceful-fs/graceful-fs.js | 344 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 50 + .../node_modules/graceful-fs/polyfills.js | 342 + 2019-setembro/node_modules/has-flag/index.js | 8 + 2019-setembro/node_modules/has-flag/license | 9 + .../node_modules/has-flag/package.json | 44 + 2019-setembro/node_modules/has-flag/readme.md | 70 + .../node_modules/has-symbols/.eslintrc | 10 + .../node_modules/has-symbols/.npmignore | 37 + .../node_modules/has-symbols/.travis.yml | 113 + .../node_modules/has-symbols/CHANGELOG.md | 3 + .../node_modules/has-symbols/LICENSE | 21 + .../node_modules/has-symbols/README.md | 45 + .../node_modules/has-symbols/index.js | 13 + .../node_modules/has-symbols/package.json | 79 + .../node_modules/has-symbols/shams.js | 42 + .../node_modules/has-symbols/test/index.js | 22 + .../has-symbols/test/shams/core-js.js | 28 + .../test/shams/get-own-property-symbols.js | 28 + .../node_modules/has-symbols/test/tests.js | 54 + 2019-setembro/node_modules/has-value/LICENSE | 21 + .../node_modules/has-value/README.md | 149 + 2019-setembro/node_modules/has-value/index.js | 16 + .../node_modules/has-value/package.json | 83 + 2019-setembro/node_modules/has-values/LICENSE | 21 + .../node_modules/has-values/README.md | 129 + .../node_modules/has-values/index.js | 60 + .../has-values/node_modules/kind-of/LICENSE | 21 + .../has-values/node_modules/kind-of/README.md | 267 + .../has-values/node_modules/kind-of/index.js | 119 + .../node_modules/kind-of/package.json | 90 + .../node_modules/has-values/package.json | 82 + 2019-setembro/node_modules/has/LICENSE-MIT | 22 + 2019-setembro/node_modules/has/README.md | 18 + 2019-setembro/node_modules/has/package.json | 48 + 2019-setembro/node_modules/has/src/index.js | 5 + 2019-setembro/node_modules/has/test/index.js | 10 + .../node_modules/hosted-git-info/CHANGELOG.md | 104 + .../node_modules/hosted-git-info/LICENSE | 13 + .../node_modules/hosted-git-info/README.md | 133 + .../hosted-git-info/git-host-info.js | 79 + .../node_modules/hosted-git-info/git-host.js | 156 + .../node_modules/hosted-git-info/index.js | 124 + .../node_modules/hosted-git-info/package.json | 39 + 2019-setembro/node_modules/inherits/LICENSE | 16 + 2019-setembro/node_modules/inherits/README.md | 42 + .../node_modules/inherits/inherits.js | 9 + .../node_modules/inherits/inherits_browser.js | 27 + .../node_modules/inherits/package.json | 29 + .../is-accessor-descriptor/LICENSE | 21 + .../is-accessor-descriptor/README.md | 144 + .../is-accessor-descriptor/index.js | 69 + .../node_modules/kind-of/CHANGELOG.md | 157 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 365 + .../node_modules/kind-of/index.js | 129 + .../node_modules/kind-of/package.json | 88 + .../is-accessor-descriptor/package.json | 73 + .../node_modules/is-arrayish/.editorconfig | 18 + .../node_modules/is-arrayish/.istanbul.yml | 4 + .../node_modules/is-arrayish/.npmignore | 5 + .../node_modules/is-arrayish/.travis.yml | 17 + .../node_modules/is-arrayish/LICENSE | 21 + .../node_modules/is-arrayish/README.md | 16 + .../node_modules/is-arrayish/index.js | 10 + .../node_modules/is-arrayish/package.json | 34 + .../node_modules/is-binary-path/index.js | 12 + .../node_modules/is-binary-path/license | 21 + .../node_modules/is-binary-path/package.json | 39 + .../node_modules/is-binary-path/readme.md | 34 + 2019-setembro/node_modules/is-buffer/LICENSE | 21 + .../node_modules/is-buffer/README.md | 53 + 2019-setembro/node_modules/is-buffer/index.js | 21 + .../node_modules/is-buffer/package.json | 51 + .../node_modules/is-buffer/test/basic.js | 24 + .../node_modules/is-callable/.editorconfig | 20 + .../node_modules/is-callable/.eslintrc | 11 + .../node_modules/is-callable/.istanbul.yml | 47 + .../node_modules/is-callable/.jscs.json | 176 + .../node_modules/is-callable/.travis.yml | 225 + .../node_modules/is-callable/CHANGELOG.md | 56 + .../node_modules/is-callable/LICENSE | 22 + .../node_modules/is-callable/Makefile | 61 + .../node_modules/is-callable/README.md | 59 + .../node_modules/is-callable/index.js | 37 + .../node_modules/is-callable/package.json | 94 + .../node_modules/is-callable/test.js | 158 + .../node_modules/is-data-descriptor/LICENSE | 21 + .../node_modules/is-data-descriptor/README.md | 161 + .../node_modules/is-data-descriptor/index.js | 49 + .../node_modules/kind-of/CHANGELOG.md | 157 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 365 + .../node_modules/kind-of/index.js | 129 + .../node_modules/kind-of/package.json | 88 + .../is-data-descriptor/package.json | 72 + .../node_modules/is-date-object/.eslintrc | 9 + .../node_modules/is-date-object/.jscs.json | 122 + .../node_modules/is-date-object/.npmignore | 28 + .../node_modules/is-date-object/.travis.yml | 58 + .../node_modules/is-date-object/CHANGELOG.md | 10 + .../node_modules/is-date-object/LICENSE | 22 + .../node_modules/is-date-object/Makefile | 61 + .../node_modules/is-date-object/README.md | 53 + .../node_modules/is-date-object/index.js | 20 + .../node_modules/is-date-object/package.json | 63 + .../node_modules/is-date-object/test.js | 33 + .../node_modules/is-descriptor/LICENSE | 21 + .../node_modules/is-descriptor/README.md | 193 + .../node_modules/is-descriptor/index.js | 22 + .../node_modules/kind-of/CHANGELOG.md | 157 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 365 + .../node_modules/kind-of/index.js | 129 + .../node_modules/kind-of/package.json | 88 + .../node_modules/is-descriptor/package.json | 75 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 72 + .../node_modules/is-extendable/index.js | 13 + .../node_modules/is-extendable/package.json | 51 + 2019-setembro/node_modules/is-extglob/LICENSE | 21 + .../node_modules/is-extglob/README.md | 107 + .../node_modules/is-extglob/index.js | 20 + .../node_modules/is-extglob/package.json | 69 + 2019-setembro/node_modules/is-glob/LICENSE | 21 + 2019-setembro/node_modules/is-glob/README.md | 206 + 2019-setembro/node_modules/is-glob/index.js | 48 + .../node_modules/is-glob/package.json | 81 + .../node_modules/is-module/.npmignore | 1 + .../node_modules/is-module/README.md | 41 + .../node_modules/is-module/component.json | 11 + 2019-setembro/node_modules/is-module/index.js | 11 + .../node_modules/is-module/package.json | 20 + 2019-setembro/node_modules/is-number/LICENSE | 21 + .../node_modules/is-number/README.md | 115 + 2019-setembro/node_modules/is-number/index.js | 22 + .../node_modules/is-number/package.json | 83 + .../node_modules/is-plain-object/LICENSE | 21 + .../node_modules/is-plain-object/README.md | 104 + .../node_modules/is-plain-object/index.d.ts | 5 + .../node_modules/is-plain-object/index.js | 37 + .../node_modules/is-plain-object/package.json | 79 + .../node_modules/is-reference/CHANGELOG.md | 25 + .../node_modules/is-reference/README.md | 61 + .../is-reference/dist/is-reference.es.js | 27 + .../is-reference/dist/is-reference.js | 35 + .../is-reference/dist/types/index.d.ts | 2 + .../node_modules/is-reference/package.json | 47 + 2019-setembro/node_modules/is-regex/.eslintrc | 9 + .../node_modules/is-regex/.jscs.json | 176 + .../node_modules/is-regex/.npmignore | 15 + .../node_modules/is-regex/.travis.yml | 165 + .../node_modules/is-regex/CHANGELOG.md | 27 + 2019-setembro/node_modules/is-regex/LICENSE | 20 + 2019-setembro/node_modules/is-regex/Makefile | 61 + 2019-setembro/node_modules/is-regex/README.md | 54 + 2019-setembro/node_modules/is-regex/index.js | 39 + .../node_modules/is-regex/package.json | 74 + 2019-setembro/node_modules/is-regex/test.js | 58 + .../node_modules/is-symbol/.editorconfig | 13 + .../node_modules/is-symbol/.eslintrc | 9 + .../node_modules/is-symbol/.jscs.json | 176 + 2019-setembro/node_modules/is-symbol/.nvmrc | 1 + .../node_modules/is-symbol/.travis.yml | 241 + .../node_modules/is-symbol/CHANGELOG.md | 12 + 2019-setembro/node_modules/is-symbol/LICENSE | 22 + 2019-setembro/node_modules/is-symbol/Makefile | 61 + .../node_modules/is-symbol/README.md | 46 + 2019-setembro/node_modules/is-symbol/index.js | 35 + .../node_modules/is-symbol/package.json | 68 + .../node_modules/is-symbol/test/.eslintrc | 7 + .../node_modules/is-symbol/test/index.js | 92 + 2019-setembro/node_modules/is-windows/LICENSE | 21 + .../node_modules/is-windows/README.md | 95 + .../node_modules/is-windows/index.js | 27 + .../node_modules/is-windows/package.json | 71 + 2019-setembro/node_modules/isarray/.npmignore | 1 + .../node_modules/isarray/.travis.yml | 4 + 2019-setembro/node_modules/isarray/Makefile | 6 + 2019-setembro/node_modules/isarray/README.md | 60 + .../node_modules/isarray/component.json | 19 + 2019-setembro/node_modules/isarray/index.js | 5 + .../node_modules/isarray/package.json | 45 + 2019-setembro/node_modules/isarray/test.js | 20 + 2019-setembro/node_modules/isexe/.npmignore | 2 + 2019-setembro/node_modules/isexe/LICENSE | 15 + 2019-setembro/node_modules/isexe/README.md | 51 + 2019-setembro/node_modules/isexe/index.js | 57 + 2019-setembro/node_modules/isexe/mode.js | 41 + 2019-setembro/node_modules/isexe/package.json | 31 + .../node_modules/isexe/test/basic.js | 221 + 2019-setembro/node_modules/isexe/windows.js | 42 + 2019-setembro/node_modules/isobject/LICENSE | 21 + 2019-setembro/node_modules/isobject/README.md | 122 + .../node_modules/isobject/index.d.ts | 5 + 2019-setembro/node_modules/isobject/index.js | 12 + .../node_modules/isobject/package.json | 74 + .../node_modules/jest-worker/LICENSE | 21 + .../node_modules/jest-worker/README.md | 215 + .../node_modules/jest-worker/build/Farm.d.ts | 27 + .../jest-worker/build/Farm.d.ts.map | 1 + .../node_modules/jest-worker/build/Farm.js | 179 + .../jest-worker/build/WorkerPool.d.ts | 14 + .../jest-worker/build/WorkerPool.d.ts.map | 1 + .../jest-worker/build/WorkerPool.js | 49 + .../build/base/BaseWorkerPool.d.ts | 22 + .../build/base/BaseWorkerPool.d.ts.map | 1 + .../jest-worker/build/base/BaseWorkerPool.js | 134 + .../node_modules/jest-worker/build/index.d.ts | 46 + .../jest-worker/build/index.d.ts.map | 1 + .../node_modules/jest-worker/build/index.js | 184 + .../node_modules/jest-worker/build/types.d.ts | 98 + .../jest-worker/build/types.d.ts.map | 1 + .../node_modules/jest-worker/build/types.js | 43 + .../build/workers/ChildProcessWorker.d.ts | 47 + .../build/workers/ChildProcessWorker.d.ts.map | 1 + .../build/workers/ChildProcessWorker.js | 310 + .../build/workers/NodeThreadsWorker.d.ts | 29 + .../build/workers/NodeThreadsWorker.d.ts.map | 1 + .../build/workers/NodeThreadsWorker.js | 289 + .../build/workers/processChild.d.ts | 8 + .../build/workers/processChild.d.ts.map | 1 + .../jest-worker/build/workers/processChild.js | 166 + .../build/workers/threadChild.d.ts | 8 + .../build/workers/threadChild.d.ts.map | 1 + .../jest-worker/build/workers/threadChild.js | 176 + .../node_modules/supports-color/browser.js | 5 + .../node_modules/supports-color/index.js | 138 + .../node_modules/supports-color/license | 9 + .../node_modules/supports-color/package.json | 53 + .../node_modules/supports-color/readme.md | 85 + .../node_modules/jest-worker/package.json | 29 + .../node_modules/js-tokens/CHANGELOG.md | 151 + 2019-setembro/node_modules/js-tokens/LICENSE | 21 + .../node_modules/js-tokens/README.md | 240 + 2019-setembro/node_modules/js-tokens/index.js | 23 + .../node_modules/js-tokens/package.json | 30 + .../json-parse-better-errors/CHANGELOG.md | 46 + .../json-parse-better-errors/LICENSE.md | 7 + .../json-parse-better-errors/README.md | 46 + .../json-parse-better-errors/index.js | 38 + .../json-parse-better-errors/package.json | 45 + 2019-setembro/node_modules/kind-of/LICENSE | 21 + 2019-setembro/node_modules/kind-of/README.md | 261 + 2019-setembro/node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 90 + 2019-setembro/node_modules/kleur/index.js | 104 + 2019-setembro/node_modules/kleur/kleur.d.ts | 45 + 2019-setembro/node_modules/kleur/license | 21 + 2019-setembro/node_modules/kleur/package.json | 35 + 2019-setembro/node_modules/kleur/readme.md | 172 + .../livereload/.github/ISSUE_TEMPLATE | 28 + .../node_modules/livereload/.travis.yml | 7 + .../node_modules/livereload/Cakefile | 8 + 2019-setembro/node_modules/livereload/LICENSE | 20 + .../node_modules/livereload/README.md | 226 + .../node_modules/livereload/bin/livereload.js | 3 + .../livereload/examples/index.html | 16 + .../livereload/examples/server.js | 24 + .../node_modules/livereload/ext/livereload.js | 1952 ++ .../livereload/lib/command.coffee | 102 + .../node_modules/livereload/lib/command.js | 109 + .../livereload/lib/livereload.coffee | 198 + .../node_modules/livereload/lib/livereload.js | 251 + .../node_modules/livereload/package.json | 43 + .../livereload/test/index.test.coffee | 237 + .../node_modules/livereload/test/mocha.opts | 4 + .../livereload/test/ssl/localhost.cert | 18 + .../livereload/test/ssl/localhost.key | 27 + .../node_modules/load-json-file/index.js | 11 + .../node_modules/load-json-file/license | 21 + .../node_modules/load-json-file/package.json | 43 + .../node_modules/load-json-file/readme.md | 45 + .../node_modules/local-access/index.js | 27 + .../node_modules/local-access/license | 9 + .../node_modules/local-access/package.json | 34 + .../node_modules/local-access/readme.md | 67 + .../node_modules/magic-string/CHANGELOG.md | 378 + .../node_modules/magic-string/LICENSE | 7 + .../node_modules/magic-string/README.md | 250 + .../magic-string/dist/magic-string.cjs.js | 1298 + .../magic-string/dist/magic-string.cjs.js.map | 1 + .../magic-string/dist/magic-string.es.js | 1294 + .../magic-string/dist/magic-string.es.js.map | 1 + .../magic-string/dist/magic-string.umd.js | 1354 + .../magic-string/dist/magic-string.umd.js.map | 1 + .../node_modules/magic-string/index.d.ts | 106 + .../node_modules/magic-string/package.json | 47 + 2019-setembro/node_modules/map-cache/LICENSE | 21 + .../node_modules/map-cache/README.md | 145 + 2019-setembro/node_modules/map-cache/index.js | 100 + .../node_modules/map-cache/package.json | 59 + 2019-setembro/node_modules/map-visit/LICENSE | 21 + .../node_modules/map-visit/README.md | 155 + 2019-setembro/node_modules/map-visit/index.js | 37 + .../node_modules/map-visit/package.json | 74 + .../node_modules/memorystream/.npmignore | 8 + .../node_modules/memorystream/Gruntfile.js | 23 + .../node_modules/memorystream/LICENSE | 19 + .../node_modules/memorystream/README.md | 93 + .../node_modules/memorystream/index.js | 209 + .../node_modules/memorystream/package.json | 39 + .../node_modules/memorystream/test/example.js | 18 + .../memorystream/test/memorystream.test.js | 333 + .../node_modules/merge-stream/LICENSE | 21 + .../node_modules/merge-stream/README.md | 78 + .../node_modules/merge-stream/index.js | 41 + .../node_modules/merge-stream/package.json | 19 + .../node_modules/micromatch/CHANGELOG.md | 37 + 2019-setembro/node_modules/micromatch/LICENSE | 21 + .../node_modules/micromatch/README.md | 1150 + .../node_modules/micromatch/index.js | 877 + .../node_modules/micromatch/lib/.DS_Store | Bin 0 -> 6148 bytes .../node_modules/micromatch/lib/cache.js | 1 + .../node_modules/micromatch/lib/compilers.js | 77 + .../node_modules/micromatch/lib/parsers.js | 83 + .../node_modules/micromatch/lib/utils.js | 309 + .../node_modules/define-property/CHANGELOG.md | 82 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 117 + .../node_modules/define-property/index.js | 38 + .../node_modules/define-property/package.json | 67 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 97 + .../node_modules/extend-shallow/index.js | 60 + .../node_modules/extend-shallow/package.json | 83 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 88 + .../node_modules/is-extendable/index.d.ts | 5 + .../node_modules/is-extendable/index.js | 14 + .../node_modules/is-extendable/package.json | 67 + .../node_modules/kind-of/CHANGELOG.md | 157 + .../micromatch/node_modules/kind-of/LICENSE | 21 + .../micromatch/node_modules/kind-of/README.md | 365 + .../micromatch/node_modules/kind-of/index.js | 129 + .../node_modules/kind-of/package.json | 88 + .../node_modules/micromatch/package.json | 147 + .../node_modules/mime/.eslintrc.json | 51 + .../mime/.github/ISSUE_TEMPLATE.md | 6 + .../mime/.github/PULL_REQUEST_TEMPLATE.md | 6 + 2019-setembro/node_modules/mime/.travis.yml | 5 + 2019-setembro/node_modules/mime/CHANGELOG.md | 262 + .../node_modules/mime/CONTRIBUTING.md | 5 + 2019-setembro/node_modules/mime/LICENSE | 21 + 2019-setembro/node_modules/mime/Mime.js | 95 + 2019-setembro/node_modules/mime/README.md | 193 + 2019-setembro/node_modules/mime/cli.js | 10 + 2019-setembro/node_modules/mime/index.js | 4 + 2019-setembro/node_modules/mime/lite.js | 4 + 2019-setembro/node_modules/mime/package.json | 45 + .../node_modules/mime/src/README_js.md | 184 + .../node_modules/mime/src/benchmark.js | 26 + 2019-setembro/node_modules/mime/src/build.js | 71 + 2019-setembro/node_modules/mime/src/test.js | 256 + .../node_modules/mime/types/other.js | 1 + .../node_modules/mime/types/standard.js | 1 + 2019-setembro/node_modules/minimatch/LICENSE | 15 + .../node_modules/minimatch/README.md | 209 + .../node_modules/minimatch/minimatch.js | 923 + .../node_modules/minimatch/package.json | 30 + 2019-setembro/node_modules/mixin-deep/LICENSE | 21 + .../node_modules/mixin-deep/README.md | 80 + .../node_modules/mixin-deep/index.js | 64 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 88 + .../node_modules/is-extendable/index.d.ts | 5 + .../node_modules/is-extendable/index.js | 14 + .../node_modules/is-extendable/package.json | 67 + .../node_modules/mixin-deep/package.json | 65 + 2019-setembro/node_modules/mri/lib/index.js | 111 + 2019-setembro/node_modules/mri/license.md | 21 + 2019-setembro/node_modules/mri/package.json | 37 + 2019-setembro/node_modules/mri/readme.md | 159 + 2019-setembro/node_modules/ms/index.js | 152 + 2019-setembro/node_modules/ms/license.md | 21 + 2019-setembro/node_modules/ms/package.json | 37 + 2019-setembro/node_modules/ms/readme.md | 51 + .../node_modules/nanomatch/CHANGELOG.md | 57 + 2019-setembro/node_modules/nanomatch/LICENSE | 21 + .../node_modules/nanomatch/README.md | 1148 + 2019-setembro/node_modules/nanomatch/index.js | 838 + .../node_modules/nanomatch/lib/cache.js | 1 + .../node_modules/nanomatch/lib/compilers.js | 339 + .../node_modules/nanomatch/lib/parsers.js | 386 + .../node_modules/nanomatch/lib/utils.js | 379 + .../node_modules/define-property/CHANGELOG.md | 82 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 117 + .../node_modules/define-property/index.js | 38 + .../node_modules/define-property/package.json | 67 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 97 + .../node_modules/extend-shallow/index.js | 60 + .../node_modules/extend-shallow/package.json | 83 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 88 + .../node_modules/is-extendable/index.d.ts | 5 + .../node_modules/is-extendable/index.js | 14 + .../node_modules/is-extendable/package.json | 67 + .../node_modules/kind-of/CHANGELOG.md | 157 + .../nanomatch/node_modules/kind-of/LICENSE | 21 + .../nanomatch/node_modules/kind-of/README.md | 365 + .../nanomatch/node_modules/kind-of/index.js | 129 + .../node_modules/kind-of/package.json | 88 + .../node_modules/nanomatch/package.json | 134 + .../node_modules/nice-try/CHANGELOG.md | 21 + 2019-setembro/node_modules/nice-try/LICENSE | 21 + 2019-setembro/node_modules/nice-try/README.md | 32 + .../node_modules/nice-try/package.json | 33 + .../node_modules/nice-try/src/index.js | 12 + .../normalize-package-data/AUTHORS | 4 + .../normalize-package-data/LICENSE | 30 + .../normalize-package-data/README.md | 106 + .../lib/extract_description.js | 14 + .../normalize-package-data/lib/fixer.js | 418 + .../lib/make_warning.js | 23 + .../normalize-package-data/lib/normalize.js | 39 + .../normalize-package-data/lib/safe_format.js | 9 + .../normalize-package-data/lib/typos.json | 25 + .../lib/warning_messages.json | 30 + .../node_modules/.bin/semver | 1 + .../normalize-package-data/package.json | 31 + .../node_modules/normalize-path/LICENSE | 21 + .../node_modules/normalize-path/README.md | 127 + .../node_modules/normalize-path/index.js | 35 + .../node_modules/normalize-path/package.json | 77 + .../node_modules/npm-run-all/LICENSE | 22 + .../node_modules/npm-run-all/README.md | 91 + .../npm-run-all/bin/common/bootstrap.js | 51 + .../npm-run-all/bin/common/parse-cli-args.js | 251 + .../npm-run-all/bin/common/version.js | 25 + .../npm-run-all/bin/npm-run-all/help.js | 71 + .../npm-run-all/bin/npm-run-all/index.js | 13 + .../npm-run-all/bin/npm-run-all/main.js | 77 + .../npm-run-all/bin/run-p/help.js | 66 + .../npm-run-all/bin/run-p/index.js | 13 + .../npm-run-all/bin/run-p/main.js | 74 + .../npm-run-all/bin/run-s/help.js | 60 + .../npm-run-all/bin/run-s/index.js | 13 + .../npm-run-all/bin/run-s/main.js | 71 + .../node_modules/npm-run-all/docs/node-api.md | 117 + .../npm-run-all/docs/npm-run-all.md | 192 + .../node_modules/npm-run-all/docs/run-p.md | 156 + .../node_modules/npm-run-all/docs/run-s.md | 147 + .../npm-run-all/lib/create-header.js | 48 + .../lib/create-prefix-transform-stream.js | 89 + .../node_modules/npm-run-all/lib/index.js | 287 + .../npm-run-all/lib/match-tasks.js | 128 + .../npm-run-all/lib/npm-run-all-error.js | 47 + .../npm-run-all/lib/read-package-json.js | 31 + .../node_modules/npm-run-all/lib/run-task.js | 206 + .../node_modules/npm-run-all/lib/run-tasks.js | 177 + .../npm-run-all/lib/spawn-posix.js | 64 + .../npm-run-all/lib/spawn-win32.js | 50 + .../node_modules/npm-run-all/lib/spawn.js | 20 + .../npm-run-all/node_modules/.bin/pidtree | 1 + .../node_modules/npm-run-all/package.json | 78 + .../node_modules/object-copy/LICENSE | 21 + .../node_modules/object-copy/index.js | 174 + .../node_modules/object-copy/package.json | 47 + .../node_modules/object-inspect/.nycrc | 17 + .../node_modules/object-inspect/.travis.yml | 216 + .../node_modules/object-inspect/LICENSE | 18 + .../object-inspect/example/all.js | 19 + .../object-inspect/example/circular.js | 4 + .../node_modules/object-inspect/example/fn.js | 3 + .../object-inspect/example/inspect.js | 7 + .../node_modules/object-inspect/index.js | 257 + .../node_modules/object-inspect/package.json | 56 + .../object-inspect/readme.markdown | 61 + .../object-inspect/test-core-js.js | 16 + .../object-inspect/test/bigint.js | 30 + .../object-inspect/test/browser/dom.js | 15 + .../object-inspect/test/circular.js | 9 + .../node_modules/object-inspect/test/deep.js | 9 + .../object-inspect/test/element.js | 53 + .../node_modules/object-inspect/test/err.js | 29 + .../node_modules/object-inspect/test/fn.js | 28 + .../node_modules/object-inspect/test/has.js | 31 + .../node_modules/object-inspect/test/holes.js | 15 + .../object-inspect/test/inspect.js | 8 + .../object-inspect/test/lowbyte.js | 12 + .../object-inspect/test/number.js | 12 + .../object-inspect/test/quoteStyle.js | 17 + .../node_modules/object-inspect/test/undef.js | 12 + .../object-inspect/test/values.js | 136 + .../object-inspect/util.inspect.js | 1 + .../node_modules/object-keys/.editorconfig | 13 + .../node_modules/object-keys/.eslintrc | 17 + .../node_modules/object-keys/.travis.yml | 277 + .../node_modules/object-keys/CHANGELOG.md | 232 + .../node_modules/object-keys/LICENSE | 21 + .../node_modules/object-keys/README.md | 76 + .../object-keys/implementation.js | 122 + .../node_modules/object-keys/index.js | 32 + .../node_modules/object-keys/isArguments.js | 17 + .../node_modules/object-keys/package.json | 88 + .../node_modules/object-keys/test/index.js | 5 + .../node_modules/object-visit/LICENSE | 21 + .../node_modules/object-visit/README.md | 83 + .../node_modules/object-visit/index.js | 33 + .../node_modules/object-visit/package.json | 65 + .../node_modules/object.pick/LICENSE | 21 + .../node_modules/object.pick/README.md | 76 + .../node_modules/object.pick/index.js | 35 + .../node_modules/object.pick/package.json | 60 + 2019-setembro/node_modules/options/.npmignore | 7 + 2019-setembro/node_modules/options/Makefile | 12 + 2019-setembro/node_modules/options/README.md | 69 + .../node_modules/options/lib/options.js | 86 + .../node_modules/options/package.json | 21 + 2019-setembro/node_modules/opts/.npmignore | 2 + 2019-setembro/node_modules/opts/README.md | 281 + .../node_modules/opts/examples/example1.js | 38 + .../node_modules/opts/examples/example2.js | 70 + .../node_modules/opts/examples/example3.js | 24 + .../node_modules/opts/examples/example4.js | 58 + 2019-setembro/node_modules/opts/package.json | 8 + 2019-setembro/node_modules/opts/src/opts.js | 273 + .../node_modules/parse-json/index.js | 33 + 2019-setembro/node_modules/parse-json/license | 9 + .../node_modules/parse-json/package.json | 43 + .../node_modules/parse-json/readme.md | 83 + 2019-setembro/node_modules/pascalcase/LICENSE | 21 + .../node_modules/pascalcase/README.md | 80 + .../node_modules/pascalcase/index.js | 21 + .../node_modules/pascalcase/package.json | 46 + .../node_modules/path-dirname/index.js | 143 + .../node_modules/path-dirname/license | 22 + .../node_modules/path-dirname/package.json | 29 + .../node_modules/path-dirname/readme.md | 53 + .../node_modules/path-is-absolute/index.js | 20 + .../node_modules/path-is-absolute/license | 21 + .../path-is-absolute/package.json | 43 + .../node_modules/path-is-absolute/readme.md | 59 + 2019-setembro/node_modules/path-key/index.js | 13 + 2019-setembro/node_modules/path-key/license | 21 + .../node_modules/path-key/package.json | 39 + 2019-setembro/node_modules/path-key/readme.md | 51 + .../node_modules/path-parse/.travis.yml | 9 + 2019-setembro/node_modules/path-parse/LICENSE | 21 + .../node_modules/path-parse/README.md | 42 + .../node_modules/path-parse/index.js | 93 + .../node_modules/path-parse/package.json | 33 + 2019-setembro/node_modules/path-parse/test.js | 77 + 2019-setembro/node_modules/path-type/index.js | 42 + 2019-setembro/node_modules/path-type/license | 9 + .../node_modules/path-type/package.json | 45 + .../node_modules/path-type/readme.md | 42 + 2019-setembro/node_modules/pidtree/README.md | 189 + .../node_modules/pidtree/bin/pidtree.js | 114 + 2019-setembro/node_modules/pidtree/index.js | 38 + 2019-setembro/node_modules/pidtree/lib/bin.js | 48 + 2019-setembro/node_modules/pidtree/lib/get.js | 39 + .../node_modules/pidtree/lib/pidtree.js | 99 + 2019-setembro/node_modules/pidtree/lib/ps.js | 46 + .../node_modules/pidtree/lib/wmic.js | 47 + 2019-setembro/node_modules/pidtree/license | 21 + .../node_modules/pidtree/package.json | 83 + 2019-setembro/node_modules/pify/index.js | 84 + 2019-setembro/node_modules/pify/license | 9 + 2019-setembro/node_modules/pify/package.json | 51 + 2019-setembro/node_modules/pify/readme.md | 131 + .../posix-character-classes/LICENSE | 21 + .../posix-character-classes/README.md | 103 + .../posix-character-classes/index.js | 22 + .../posix-character-classes/package.json | 54 + .../process-nextick-args/index.js | 45 + .../process-nextick-args/license.md | 19 + .../process-nextick-args/package.json | 25 + .../process-nextick-args/readme.md | 18 + 2019-setembro/node_modules/read-pkg/index.js | 47 + 2019-setembro/node_modules/read-pkg/license | 9 + .../node_modules/read-pkg/package.json | 42 + 2019-setembro/node_modules/read-pkg/readme.md | 79 + .../node_modules/readable-stream/.travis.yml | 55 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 52 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + 2019-setembro/node_modules/readdirp/LICENSE | 20 + 2019-setembro/node_modules/readdirp/README.md | 204 + .../node_modules/readdirp/package.json | 50 + .../node_modules/readdirp/readdirp.js | 294 + .../node_modules/readdirp/stream-api.js | 98 + 2019-setembro/node_modules/regex-not/LICENSE | 21 + .../node_modules/regex-not/README.md | 133 + 2019-setembro/node_modules/regex-not/index.js | 72 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 97 + .../node_modules/extend-shallow/index.js | 60 + .../node_modules/extend-shallow/package.json | 83 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 88 + .../node_modules/is-extendable/index.d.ts | 5 + .../node_modules/is-extendable/index.js | 14 + .../node_modules/is-extendable/package.json | 67 + .../node_modules/regex-not/package.json | 63 + .../remove-trailing-separator/history.md | 17 + .../remove-trailing-separator/index.js | 17 + .../remove-trailing-separator/license | 3 + .../remove-trailing-separator/package.json | 37 + .../remove-trailing-separator/readme.md | 51 + .../node_modules/repeat-element/LICENSE | 21 + .../node_modules/repeat-element/README.md | 99 + .../node_modules/repeat-element/index.js | 18 + .../node_modules/repeat-element/package.json | 49 + .../node_modules/repeat-string/LICENSE | 21 + .../node_modules/repeat-string/README.md | 136 + .../node_modules/repeat-string/index.js | 70 + .../node_modules/repeat-string/package.json | 77 + .../node_modules/require-relative/README.md | 26 + .../node_modules/require-relative/index.js | 33 + .../require-relative/package.json | 22 + .../node_modules/resolve-url/.jshintrc | 44 + .../node_modules/resolve-url/LICENSE | 21 + .../node_modules/resolve-url/bower.json | 15 + .../node_modules/resolve-url/changelog.md | 15 + .../node_modules/resolve-url/component.json | 15 + .../node_modules/resolve-url/package.json | 34 + .../node_modules/resolve-url/readme.md | 83 + .../node_modules/resolve-url/resolve-url.js | 47 + .../resolve-url/test/resolve-url.js | 70 + .../node_modules/resolve/.editorconfig | 20 + .../node_modules/resolve/.eslintignore | 1 + 2019-setembro/node_modules/resolve/.eslintrc | 39 + .../node_modules/resolve/.travis.yml | 308 + 2019-setembro/node_modules/resolve/LICENSE | 21 + .../node_modules/resolve/appveyor.yml | 53 + .../node_modules/resolve/example/async.js | 5 + .../node_modules/resolve/example/sync.js | 3 + 2019-setembro/node_modules/resolve/index.js | 8 + .../node_modules/resolve/lib/async.js | 271 + .../node_modules/resolve/lib/caller.js | 8 + .../node_modules/resolve/lib/core.js | 53 + .../node_modules/resolve/lib/core.json | 74 + .../resolve/lib/node-modules-paths.js | 42 + .../resolve/lib/normalize-options.js | 10 + .../node_modules/resolve/lib/sync.js | 172 + .../node_modules/resolve/package.json | 43 + .../node_modules/resolve/readme.markdown | 201 + .../node_modules/resolve/test/.eslintrc | 5 + .../node_modules/resolve/test/core.js | 82 + .../node_modules/resolve/test/dotdot.js | 29 + .../resolve/test/dotdot/abc/index.js | 2 + .../node_modules/resolve/test/dotdot/index.js | 1 + .../resolve/test/faulty_basedir.js | 29 + .../node_modules/resolve/test/filter.js | 34 + .../node_modules/resolve/test/filter_sync.js | 26 + .../node_modules/resolve/test/mock.js | 169 + .../node_modules/resolve/test/mock_sync.js | 80 + .../node_modules/resolve/test/module_dir.js | 56 + .../test/module_dir/xmodules/aaa/index.js | 1 + .../test/module_dir/ymodules/aaa/index.js | 1 + .../test/module_dir/zmodules/bbb/main.js | 1 + .../test/module_dir/zmodules/bbb/package.json | 3 + .../resolve/test/node-modules-paths.js | 143 + .../node_modules/resolve/test/node_path.js | 70 + .../resolve/test/node_path/x/aaa/index.js | 1 + .../resolve/test/node_path/x/ccc/index.js | 1 + .../resolve/test/node_path/y/bbb/index.js | 1 + .../resolve/test/node_path/y/ccc/index.js | 1 + .../node_modules/resolve/test/nonstring.js | 9 + .../node_modules/resolve/test/pathfilter.js | 75 + .../resolve/test/pathfilter/deep_ref/main.js | 0 .../node_modules/resolve/test/precedence.js | 23 + .../resolve/test/precedence/aaa.js | 1 + .../resolve/test/precedence/aaa/index.js | 1 + .../resolve/test/precedence/aaa/main.js | 1 + .../resolve/test/precedence/bbb.js | 1 + .../resolve/test/precedence/bbb/main.js | 1 + .../node_modules/resolve/test/resolver.js | 418 + .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 3 + .../resolve/test/resolver/baz/quux.js | 1 + .../resolve/test/resolver/browser_field/a.js | 0 .../resolve/test/resolver/browser_field/b.js | 0 .../test/resolver/browser_field/package.json | 5 + .../resolve/test/resolver/cup.coffee | 1 + .../resolve/test/resolver/dot_main/index.js | 1 + .../test/resolver/dot_main/package.json | 3 + .../test/resolver/dot_slash_main/index.js | 1 + .../test/resolver/dot_slash_main/package.json | 3 + .../node_modules/resolve/test/resolver/foo.js | 1 + .../test/resolver/incorrect_main/index.js | 2 + .../test/resolver/incorrect_main/package.json | 3 + .../test/resolver/invalid_main/package.json | 7 + .../resolve/test/resolver/mug.coffee | 0 .../node_modules/resolve/test/resolver/mug.js | 0 .../test/resolver/multirepo/lerna.json | 6 + .../test/resolver/multirepo/package.json | 20 + .../multirepo/packages/package-a/index.js | 35 + .../multirepo/packages/package-a/package.json | 14 + .../multirepo/packages/package-b/index.js | 0 .../multirepo/packages/package-b/package.json | 14 + .../resolver/nested_symlinks/mylib/async.js | 26 + .../nested_symlinks/mylib/package.json | 15 + .../resolver/nested_symlinks/mylib/sync.js | 12 + .../test/resolver/other_path/lib/other-lib.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../resolve/test/resolver/quux/foo/index.js | 1 + .../resolve/test/resolver/same_names/foo.js | 1 + .../test/resolver/same_names/foo/index.js | 1 + .../resolver/symlinked/_/node_modules/foo.js | 0 .../symlinked/_/symlink_target/.gitkeep | 0 .../test/resolver/symlinked/package/bar.js | 1 + .../resolver/symlinked/package/package.json | 3 + .../test/resolver/without_basedir/main.js | 5 + .../resolve/test/resolver_sync.js | 329 + .../resolve/test/shadowed_core.js | 38 + .../shadowed_core/node_modules/util/index.js | 0 .../node_modules/resolve/test/subdirs.js | 13 + .../node_modules/resolve/test/symlinks.js | 84 + 2019-setembro/node_modules/ret/LICENSE | 19 + 2019-setembro/node_modules/ret/README.md | 183 + 2019-setembro/node_modules/ret/lib/index.js | 282 + .../node_modules/ret/lib/positions.js | 17 + 2019-setembro/node_modules/ret/lib/sets.js | 82 + 2019-setembro/node_modules/ret/lib/types.js | 10 + 2019-setembro/node_modules/ret/lib/util.js | 111 + 2019-setembro/node_modules/ret/package.json | 35 + .../rollup-plugin-commonjs/CHANGELOG.md | 307 + .../rollup-plugin-commonjs/LICENSE | 21 + .../rollup-plugin-commonjs/README.md | 127 + .../dist/rollup-plugin-commonjs.cjs.js | 856 + .../dist/rollup-plugin-commonjs.cjs.js.map | 1 + .../dist/rollup-plugin-commonjs.es.js | 852 + .../dist/rollup-plugin-commonjs.es.js.map | 1 + .../rollup-plugin-commonjs/index.d.ts | 50 + .../node_modules/.bin/rollup | 1 + .../rollup-plugin-commonjs/package.json | 63 + .../rollup-plugin-commonjs/src/ast-utils.js | 58 + .../rollup-plugin-commonjs/src/helpers.js | 30 + .../rollup-plugin-commonjs/src/index.js | 176 + .../rollup-plugin-commonjs/src/is-cjs.js | 29 + .../rollup-plugin-commonjs/src/resolve-id.js | 71 + .../rollup-plugin-commonjs/src/transform.js | 497 + .../rollup-plugin-commonjs/src/utils.js | 24 + .../rollup-plugin-livereload/CHANGELOG.md | 16 + .../rollup-plugin-livereload/LICENSE.md | 21 + .../rollup-plugin-livereload/README.md | 98 + .../dist/index.cjs.js | 58 + .../rollup-plugin-livereload/dist/index.es.js | 56 + .../node_modules/.bin/livereload | 1 + .../node_modules/.bin/rollup | 1 + .../rollup-plugin-livereload/package.json | 43 + .../rollup-plugin-node-resolve/CHANGELOG.md | 195 + .../rollup-plugin-node-resolve/README.md | 135 + .../dist/rollup-plugin-node-resolve.cjs.js | 425 + .../dist/rollup-plugin-node-resolve.es.js | 421 + .../rollup-plugin-node-resolve/index.d.ts | 100 + .../node_modules/.bin/rollup | 1 + .../rollup-plugin-node-resolve/package.json | 60 + .../rollup-plugin-node-resolve/src/index.js | 358 + .../rollup-plugin-svelte/CHANGELOG.md | 164 + .../node_modules/rollup-plugin-svelte/LICENSE | 7 + .../rollup-plugin-svelte/README.md | 115 + .../rollup-plugin-svelte/index.js | 337 + .../node_modules/.bin/rollup | 1 + .../rollup-plugin-svelte/package.json | 45 + .../node_modules/rollup-plugin-terser/LICENSE | 20 + .../rollup-plugin-terser/README.md | 81 + .../rollup-plugin-terser/index.js | 63 + .../node_modules/.bin/rollup | 1 + .../node_modules/.bin/terser | 1 + .../rollup-plugin-terser/package.json | 48 + .../rollup-plugin-terser/transform.js | 13 + .../rollup-pluginutils/CHANGELOG.md | 121 + .../node_modules/rollup-pluginutils/README.md | 169 + .../dist/pluginutils.cjs.js | 3292 +++ .../rollup-pluginutils/dist/pluginutils.d.ts | 39 + .../rollup-pluginutils/dist/pluginutils.es.js | 3280 +++ .../rollup-pluginutils/package.json | 57 + .../rollup-pluginutils/src/addExtension.ts | 9 + .../rollup-pluginutils/src/attachScopes.ts | 125 + .../rollup-pluginutils/src/createFilter.ts | 52 + .../rollup-pluginutils/src/dataToEsm.ts | 92 + .../src/extractAssignedNames.ts | 46 + .../rollup-pluginutils/src/index.ts | 6 + .../src/makeLegalIdentifier.ts | 21 + .../rollup-pluginutils/src/pluginutils.d.ts | 39 + .../src/utils/ensureArray.ts | 5 + .../node_modules/rollup/CHANGELOG.md | 2625 ++ 2019-setembro/node_modules/rollup/LICENSE.md | 580 + 2019-setembro/node_modules/rollup/README.md | 138 + .../node_modules/rollup/dist/bin/rollup | 1365 + .../rollup/dist/rollup.browser.es.js | 11 + .../rollup/dist/rollup.browser.js | 11 + .../node_modules/rollup/dist/rollup.d.ts | 599 + .../node_modules/rollup/dist/rollup.es.js | 21183 ++++++++++++++ .../node_modules/rollup/dist/rollup.js | 20948 ++++++++++++++ .../node_modules/rollup/dist/shared/index.js | 271 + .../rollup/node_modules/.bin/acorn | 1 + .../node_modules/rollup/package.json | 138 + 2019-setembro/node_modules/sade/lib/index.js | 183 + 2019-setembro/node_modules/sade/lib/utils.js | 89 + 2019-setembro/node_modules/sade/license | 21 + 2019-setembro/node_modules/sade/package.json | 38 + 2019-setembro/node_modules/sade/readme.md | 555 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 37 + .../node_modules/safe-regex/.travis.yml | 4 + 2019-setembro/node_modules/safe-regex/LICENSE | 18 + .../node_modules/safe-regex/example/safe.js | 3 + .../node_modules/safe-regex/index.js | 43 + .../node_modules/safe-regex/package.json | 43 + .../node_modules/safe-regex/readme.markdown | 65 + .../node_modules/safe-regex/test/regex.js | 50 + .../node_modules/semver/CHANGELOG.md | 39 + 2019-setembro/node_modules/semver/LICENSE | 15 + 2019-setembro/node_modules/semver/README.md | 412 + 2019-setembro/node_modules/semver/bin/semver | 160 + .../node_modules/semver/package.json | 28 + 2019-setembro/node_modules/semver/range.bnf | 16 + 2019-setembro/node_modules/semver/semver.js | 1483 + .../node_modules/serialize-javascript/LICENSE | 27 + .../serialize-javascript/README.md | 134 + .../serialize-javascript/index.js | 173 + .../serialize-javascript/package.json | 33 + 2019-setembro/node_modules/set-value/LICENSE | 21 + .../node_modules/set-value/README.md | 150 + 2019-setembro/node_modules/set-value/index.js | 55 + .../node_modules/set-value/package.json | 79 + .../node_modules/shebang-command/index.js | 19 + .../node_modules/shebang-command/license | 21 + .../node_modules/shebang-command/package.json | 39 + .../node_modules/shebang-command/readme.md | 39 + .../node_modules/shebang-regex/index.js | 2 + .../node_modules/shebang-regex/license | 21 + .../node_modules/shebang-regex/package.json | 32 + .../node_modules/shebang-regex/readme.md | 29 + .../node_modules/shell-quote/.travis.yml | 27 + .../node_modules/shell-quote/CHANGELOG.md | 21 + .../node_modules/shell-quote/LICENSE | 24 + .../node_modules/shell-quote/example/env.js | 3 + .../node_modules/shell-quote/example/op.js | 3 + .../node_modules/shell-quote/example/parse.js | 3 + .../node_modules/shell-quote/example/quote.js | 3 + .../node_modules/shell-quote/index.js | 199 + .../node_modules/shell-quote/package.json | 30 + .../node_modules/shell-quote/readme.markdown | 138 + .../node_modules/shell-quote/test/comment.js | 14 + .../node_modules/shell-quote/test/env.js | 41 + .../node_modules/shell-quote/test/env_fn.js | 19 + .../node_modules/shell-quote/test/op.js | 78 + .../node_modules/shell-quote/test/parse.js | 23 + .../node_modules/shell-quote/test/quote.js | 42 + .../node_modules/shell-quote/test/set.js | 29 + 2019-setembro/node_modules/sirv-cli/boot.js | 78 + 2019-setembro/node_modules/sirv-cli/index.js | 26 + .../node_modules/sirv-cli/package.json | 30 + 2019-setembro/node_modules/sirv-cli/readme.md | 94 + 2019-setembro/node_modules/sirv/index.js | 125 + .../node_modules/sirv/node_modules/.bin/mime | 1 + 2019-setembro/node_modules/sirv/package.json | 22 + 2019-setembro/node_modules/sirv/readme.md | 122 + .../node_modules/snapdragon-node/LICENSE | 21 + .../node_modules/snapdragon-node/README.md | 453 + .../node_modules/snapdragon-node/index.js | 492 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 95 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 62 + .../node_modules/snapdragon-node/package.json | 76 + .../node_modules/snapdragon-util/LICENSE | 21 + .../node_modules/snapdragon-util/README.md | 807 + .../node_modules/snapdragon-util/index.js | 1019 + .../node_modules/snapdragon-util/package.json | 65 + 2019-setembro/node_modules/snapdragon/LICENSE | 21 + .../node_modules/snapdragon/README.md | 321 + .../node_modules/snapdragon/index.js | 174 + .../node_modules/snapdragon/lib/compiler.js | 177 + .../node_modules/snapdragon/lib/parser.js | 533 + .../node_modules/snapdragon/lib/position.js | 14 + .../snapdragon/lib/source-maps.js | 145 + .../node_modules/snapdragon/lib/utils.js | 48 + .../node_modules/source-map/CHANGELOG.md | 301 + .../node_modules/source-map/LICENSE | 28 + .../node_modules/source-map/README.md | 729 + .../source-map/dist/source-map.debug.js | 3091 ++ .../source-map/dist/source-map.js | 3090 ++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1082 + .../source-map/lib/source-map-generator.js | 416 + .../source-map/lib/source-node.js | 413 + .../node_modules/source-map/lib/util.js | 417 + .../node_modules/source-map/package.json | 72 + .../node_modules/source-map/source-map.js | 8 + .../node_modules/snapdragon/package.json | 79 + .../node_modules/source-map-resolve/.jshintrc | 46 + .../source-map-resolve/.travis.yml | 3 + .../node_modules/source-map-resolve/LICENSE | 21 + .../source-map-resolve/bower.json | 30 + .../source-map-resolve/changelog.md | 100 + .../source-map-resolve/component.json | 29 + .../generate-source-map-resolve.js | 28 + .../lib/decode-uri-component.js | 11 + .../source-map-resolve/lib/resolve-url.js | 12 + .../lib/source-map-resolve-node.js | 302 + .../source-map-resolve/node_modules/.bin/atob | 1 + .../source-map-resolve/package.json | 43 + .../node_modules/source-map-resolve/readme.md | 231 + .../source-map-resolve/source-map-resolve.js | 309 + .../source-map-resolve.js.template | 22 + .../source-map-resolve/test/common.js | 27 + .../source-map-resolve/test/read.js | 105 + .../test/source-map-resolve.js | 1162 + .../source-map-resolve/test/windows.js | 166 + .../source-map-resolve/x-package.json5 | 68 + .../source-map-support/LICENSE.md | 21 + .../node_modules/source-map-support/README.md | 284 + .../browser-source-map-support.js | 113 + .../source-map-support/package.json | 31 + .../source-map-support/register.js | 1 + .../source-map-support/source-map-support.js | 567 + .../node_modules/source-map-url/.jshintrc | 43 + .../node_modules/source-map-url/LICENSE | 21 + .../node_modules/source-map-url/bower.json | 20 + .../node_modules/source-map-url/changelog.md | 52 + .../source-map-url/component.json | 18 + .../node_modules/source-map-url/package.json | 39 + .../node_modules/source-map-url/readme.md | 97 + .../source-map-url/source-map-url.js | 57 + .../source-map-url/test/source-map-url.js | 402 + .../source-map-url/x-package.json5 | 55 + .../node_modules/source-map/CHANGELOG.md | 301 + 2019-setembro/node_modules/source-map/LICENSE | 28 + .../node_modules/source-map/README.md | 742 + .../source-map/dist/source-map.debug.js | 3234 +++ .../source-map/dist/source-map.js | 3233 +++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1145 + .../source-map/lib/source-map-generator.js | 425 + .../source-map/lib/source-node.js | 413 + .../node_modules/source-map/lib/util.js | 488 + .../node_modules/source-map/package.json | 73 + .../node_modules/source-map/source-map.d.ts | 98 + .../node_modules/source-map/source-map.js | 8 + .../node_modules/sourcemap-codec/CHANGELOG.md | 56 + .../node_modules/sourcemap-codec/LICENSE | 21 + .../node_modules/sourcemap-codec/README.md | 63 + .../dist/sourcemap-codec.es.js | 133 + .../dist/sourcemap-codec.umd.js | 144 + .../dist/types/sourcemap-codec.d.ts | 5 + .../node_modules/sourcemap-codec/package.json | 52 + .../node_modules/spdx-correct/LICENSE | 202 + .../node_modules/spdx-correct/README.md | 14 + .../node_modules/spdx-correct/index.js | 343 + .../node_modules/spdx-correct/package.json | 39 + .../node_modules/spdx-exceptions/README.md | 36 + .../node_modules/spdx-exceptions/index.json | 34 + .../node_modules/spdx-exceptions/package.json | 11 + .../node_modules/spdx-exceptions/test.log | 8 + .../spdx-expression-parse/AUTHORS | 4 + .../spdx-expression-parse/LICENSE | 22 + .../spdx-expression-parse/README.md | 91 + .../spdx-expression-parse/index.js | 8 + .../spdx-expression-parse/package.json | 40 + .../spdx-expression-parse/parse.js | 138 + .../spdx-expression-parse/scan.js | 131 + .../node_modules/spdx-license-ids/README.md | 52 + .../spdx-license-ids/deprecated.json | 24 + .../node_modules/spdx-license-ids/index.json | 370 + .../spdx-license-ids/package.json | 39 + .../node_modules/split-string/LICENSE | 21 + .../node_modules/split-string/README.md | 321 + .../node_modules/split-string/index.js | 171 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 97 + .../node_modules/extend-shallow/index.js | 60 + .../node_modules/extend-shallow/package.json | 83 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 88 + .../node_modules/is-extendable/index.d.ts | 5 + .../node_modules/is-extendable/index.js | 14 + .../node_modules/is-extendable/package.json | 67 + .../node_modules/split-string/package.json | 65 + .../node_modules/static-extend/LICENSE | 21 + .../node_modules/static-extend/index.js | 90 + .../node_modules/static-extend/package.json | 63 + .../string.prototype.padend/.eslintrc | 14 + .../string.prototype.padend/.jscs.json | 141 + .../string.prototype.padend/.npmignore | 27 + .../string.prototype.padend/.travis.yml | 64 + .../string.prototype.padend/CHANGELOG.md | 15 + .../string.prototype.padend/LICENSE | 22 + .../string.prototype.padend/README.md | 45 + .../string.prototype.padend/implementation.js | 32 + .../string.prototype.padend/index.js | 28 + .../string.prototype.padend/package.json | 73 + .../string.prototype.padend/polyfill.js | 7 + .../string.prototype.padend/shim.js | 10 + .../string.prototype.padend/test/index.js | 17 + .../string.prototype.padend/test/shimmed.js | 37 + .../string.prototype.padend/test/tests.js | 26 + .../string.prototype.trimleft/.eslintrc | 10 + .../string.prototype.trimleft/.jscs.json | 159 + .../string.prototype.trimleft/.npmignore | 27 + .../string.prototype.trimleft/.travis.yml | 73 + .../string.prototype.trimleft/CHANGELOG.md | 15 + .../string.prototype.trimleft/LICENSE | 22 + .../string.prototype.trimleft/README.md | 47 + .../implementation.js | 10 + .../string.prototype.trimleft/index.js | 18 + .../string.prototype.trimleft/package.json | 69 + .../string.prototype.trimleft/polyfill.js | 14 + .../string.prototype.trimleft/shim.js | 14 + .../string.prototype.trimleft/test/index.js | 18 + .../string.prototype.trimleft/test/shimmed.js | 37 + .../string.prototype.trimleft/test/tests.js | 19 + .../string.prototype.trimright/.eslintrc | 10 + .../string.prototype.trimright/.jscs.json | 159 + .../string.prototype.trimright/.npmignore | 27 + .../string.prototype.trimright/.travis.yml | 73 + .../string.prototype.trimright/CHANGELOG.md | 15 + .../string.prototype.trimright/LICENSE | 22 + .../string.prototype.trimright/README.md | 47 + .../implementation.js | 10 + .../string.prototype.trimright/index.js | 18 + .../string.prototype.trimright/package.json | 69 + .../string.prototype.trimright/polyfill.js | 14 + .../string.prototype.trimright/shim.js | 14 + .../string.prototype.trimright/test/index.js | 17 + .../test/shimmed.js | 37 + .../string.prototype.trimright/test/tests.js | 19 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 31 + 2019-setembro/node_modules/strip-bom/index.js | 14 + 2019-setembro/node_modules/strip-bom/license | 21 + .../node_modules/strip-bom/package.json | 40 + .../node_modules/strip-bom/readme.md | 36 + .../node_modules/supports-color/browser.js | 5 + .../node_modules/supports-color/index.js | 131 + .../node_modules/supports-color/license | 9 + .../node_modules/supports-color/package.json | 53 + .../node_modules/supports-color/readme.md | 66 + .../node_modules/svelte/CHANGELOG.md | 1683 ++ 2019-setembro/node_modules/svelte/LICENSE | 7 + 2019-setembro/node_modules/svelte/README.md | 90 + .../node_modules/svelte/animate/index.d.ts | 1 + .../node_modules/svelte/animate/index.js | 23 + .../node_modules/svelte/animate/index.mjs | 19 + .../node_modules/svelte/animate/package.json | 5 + .../node_modules/svelte/compiler.d.ts | 28 + 2019-setembro/node_modules/svelte/compiler.js | 24041 ++++++++++++++++ .../node_modules/svelte/compiler.js.map | 1 + .../node_modules/svelte/easing/index.d.ts | 1 + .../node_modules/svelte/easing/index.js | 183 + .../node_modules/svelte/easing/index.mjs | 144 + .../node_modules/svelte/easing/package.json | 5 + 2019-setembro/node_modules/svelte/index.js | 56 + 2019-setembro/node_modules/svelte/index.mjs | 1 + .../node_modules/svelte/internal/index.d.ts | 1 + .../node_modules/svelte/internal/index.js | 1573 + .../node_modules/svelte/internal/index.mjs | 1439 + .../node_modules/svelte/internal/package.json | 5 + .../node_modules/svelte/motion/index.d.ts | 1 + .../node_modules/svelte/motion/index.js | 204 + .../node_modules/svelte/motion/index.mjs | 199 + .../node_modules/svelte/motion/package.json | 5 + .../node_modules/svelte/package.json | 101 + 2019-setembro/node_modules/svelte/register.js | 48 + .../node_modules/svelte/store/index.d.ts | 1 + .../node_modules/svelte/store/index.js | 125 + .../node_modules/svelte/store/index.mjs | 114 + .../node_modules/svelte/store/package.json | 5 + .../node_modules/svelte/transition/index.d.ts | 1 + .../node_modules/svelte/transition/index.js | 187 + .../node_modules/svelte/transition/index.mjs | 177 + .../svelte/transition/package.json | 5 + .../svelte/types/compiler/Stats.d.ts | 22 + .../types/compiler/compile/Component.d.ts | 131 + .../types/compiler/compile/create_module.d.ts | 13 + .../types/compiler/compile/css/Selector.d.ts | 27 + .../compiler/compile/css/Stylesheet.d.ts | 57 + .../compile/css/gather_possible_values.d.ts | 3 + .../svelte/types/compiler/compile/index.d.ts | 22 + .../compiler/compile/internal_exports.d.ts | 2 + .../types/compiler/compile/nodes/Action.d.ts | 10 + .../compiler/compile/nodes/Animation.d.ts | 9 + .../compiler/compile/nodes/Attribute.d.ts | 27 + .../compiler/compile/nodes/AwaitBlock.d.ts | 15 + .../types/compiler/compile/nodes/Binding.d.ts | 15 + .../types/compiler/compile/nodes/Body.d.ts | 7 + .../compiler/compile/nodes/CatchBlock.d.ts | 7 + .../types/compiler/compile/nodes/Class.d.ts | 8 + .../types/compiler/compile/nodes/Comment.d.ts | 7 + .../compiler/compile/nodes/DebugTag.d.ts | 7 + .../compiler/compile/nodes/EachBlock.d.ts | 27 + .../types/compiler/compile/nodes/Element.d.ts | 35 + .../compiler/compile/nodes/ElseBlock.d.ts | 6 + .../compiler/compile/nodes/EventHandler.d.ts | 15 + .../compiler/compile/nodes/Fragment.d.ts | 12 + .../types/compiler/compile/nodes/Head.d.ts | 6 + .../types/compiler/compile/nodes/IfBlock.d.ts | 9 + .../compile/nodes/InlineComponent.d.ts | 21 + .../types/compiler/compile/nodes/Let.d.ts | 9 + .../compiler/compile/nodes/MustacheTag.d.ts | 4 + .../types/compiler/compile/nodes/Options.d.ts | 4 + .../compiler/compile/nodes/PendingBlock.d.ts | 5 + .../compile/nodes/RawMustacheTag.d.ts | 4 + .../types/compiler/compile/nodes/Slot.d.ts | 13 + .../types/compiler/compile/nodes/Text.d.ts | 10 + .../compiler/compile/nodes/ThenBlock.d.ts | 7 + .../types/compiler/compile/nodes/Title.d.ts | 9 + .../compiler/compile/nodes/Transition.d.ts | 11 + .../types/compiler/compile/nodes/Window.d.ts | 11 + .../compiler/compile/nodes/interfaces.d.ts | 31 + .../compile/nodes/shared/AbstractBlock.d.ts | 10 + .../compile/nodes/shared/Expression.d.ts | 30 + .../compiler/compile/nodes/shared/Node.d.ts | 20 + .../compiler/compile/nodes/shared/Tag.d.ts | 8 + .../compile/nodes/shared/TemplateScope.d.ts | 19 + .../compile/nodes/shared/map_children.d.ts | 18 + .../compiler/compile/render_dom/Block.d.ts | 77 + .../compiler/compile/render_dom/Renderer.d.ts | 21 + .../compiler/compile/render_dom/index.d.ts | 3 + .../render_dom/wrappers/AwaitBlock.d.ts | 26 + .../compile/render_dom/wrappers/Body.d.ts | 7 + .../compile/render_dom/wrappers/DebugTag.d.ts | 9 + .../render_dom/wrappers/EachBlock.d.ts | 54 + .../wrappers/Element/Attribute.d.ts | 12 + .../render_dom/wrappers/Element/Binding.d.ts | 21 + .../wrappers/Element/StyleAttribute.d.ts | 16 + .../Element/fix_attribute_casing.d.ts | 1 + .../render_dom/wrappers/Element/index.d.ts | 29 + .../compile/render_dom/wrappers/Fragment.d.ts | 9 + .../compile/render_dom/wrappers/Head.d.ts | 10 + .../compile/render_dom/wrappers/IfBlock.d.ts | 45 + .../wrappers/InlineComponent/index.d.ts | 18 + .../render_dom/wrappers/MustacheTag.d.ts | 11 + .../render_dom/wrappers/RawMustacheTag.d.ts | 11 + .../compile/render_dom/wrappers/Slot.d.ts | 13 + .../compile/render_dom/wrappers/Text.d.ts | 13 + .../compile/render_dom/wrappers/Title.d.ts | 9 + .../compile/render_dom/wrappers/Window.d.ts | 10 + .../render_dom/wrappers/shared/Action.d.ts | 0 .../render_dom/wrappers/shared/Tag.d.ts | 12 + .../render_dom/wrappers/shared/Wrapper.d.ts | 18 + .../wrappers/shared/add_actions.d.ts | 4 + .../wrappers/shared/add_event_handlers.d.ts | 3 + .../render_dom/wrappers/shared/bind_this.d.ts | 4 + .../shared/create_debugging_comment.d.ts | 3 + .../wrappers/shared/get_context_merger.d.ts | 2 + .../wrappers/shared/is_dynamic.d.ts | 2 + .../compiler/compile/render_ssr/Renderer.d.ts | 15 + .../render_ssr/handlers/AwaitBlock.d.ts | 3 + .../compile/render_ssr/handlers/Comment.d.ts | 3 + .../compile/render_ssr/handlers/DebugTag.d.ts | 3 + .../render_ssr/handlers/EachBlock.d.ts | 3 + .../compile/render_ssr/handlers/Element.d.ts | 5 + .../compile/render_ssr/handlers/Head.d.ts | 3 + .../compile/render_ssr/handlers/HtmlTag.d.ts | 3 + .../compile/render_ssr/handlers/IfBlock.d.ts | 3 + .../render_ssr/handlers/InlineComponent.d.ts | 3 + .../compile/render_ssr/handlers/Slot.d.ts | 3 + .../compile/render_ssr/handlers/Tag.d.ts | 2 + .../compile/render_ssr/handlers/Text.d.ts | 3 + .../compile/render_ssr/handlers/Title.d.ts | 3 + .../handlers/shared/get_slot_scope.d.ts | 2 + .../compiler/compile/render_ssr/index.d.ts | 3 + .../compiler/compile/utils/CodeBuilder.d.ts | 27 + .../compiler/compile/utils/__test__.d.ts | 1 + .../compiler/compile/utils/add_to_set.d.ts | 1 + .../compile/utils/check_graph_for_cycles.d.ts | 1 + .../compiler/compile/utils/deindent.d.ts | 1 + .../compile/utils/flatten_reference.d.ts | 7 + .../compile/utils/get_name_from_filename.d.ts | 1 + .../compiler/compile/utils/get_object.d.ts | 2 + .../compiler/compile/utils/get_slot_data.d.ts | 2 + .../compiler/compile/utils/invalidate.d.ts | 5 + .../types/compiler/compile/utils/scope.d.ts | 18 + .../types/compiler/compile/utils/snip.d.ts | 1 + .../compiler/compile/utils/stringify.d.ts | 6 + .../compile/utils/stringify_attribute.d.ts | 3 + .../compile/utils/stringify_props.d.ts | 1 + .../types/compiler/compile/utils/tail.d.ts | 2 + .../compiler/compile/utils/unwrap_parens.d.ts | 2 + .../svelte/types/compiler/config.d.ts | 1 + .../svelte/types/compiler/index.d.ts | 5 + .../svelte/types/compiler/interfaces.d.ts | 111 + .../svelte/types/compiler/parse/acorn.d.ts | 2 + .../svelte/types/compiler/parse/index.d.ts | 28 + .../types/compiler/parse/read/context.d.ts | 26 + .../types/compiler/parse/read/expression.d.ts | 3 + .../types/compiler/parse/read/script.d.ts | 8 + .../types/compiler/parse/read/style.d.ts | 13 + .../types/compiler/parse/state/fragment.d.ts | 3 + .../types/compiler/parse/state/mustache.d.ts | 2 + .../types/compiler/parse/state/tag.d.ts | 2 + .../types/compiler/parse/state/text.d.ts | 2 + .../types/compiler/parse/utils/entities.d.ts | 2034 ++ .../types/compiler/parse/utils/html.d.ts | 2 + .../types/compiler/preprocess/index.d.ts | 25 + .../svelte/types/compiler/utils/error.d.ts | 8 + .../compiler/utils/full_char_code_at.d.ts | 1 + .../types/compiler/utils/fuzzymatch.d.ts | 1 + .../types/compiler/utils/get_code_frame.d.ts | 1 + .../types/compiler/utils/indentation.d.ts | 4 + .../svelte/types/compiler/utils/list.d.ts | 1 + .../svelte/types/compiler/utils/names.d.ts | 6 + .../types/compiler/utils/namespaces.d.ts | 8 + .../types/compiler/utils/nodes_match.d.ts | 1 + .../svelte/types/compiler/utils/patterns.d.ts | 2 + .../svelte/types/compiler/utils/repeat.d.ts | 1 + .../svelte/types/compiler/utils/trim.d.ts | 2 + .../svelte/types/runtime/ambient.d.ts | 16 + .../svelte/types/runtime/animate/index.d.ts | 17 + .../svelte/types/runtime/easing/index.d.ts | 31 + .../svelte/types/runtime/index.d.ts | 2 + .../types/runtime/internal/Component.d.ts | 27 + .../types/runtime/internal/animations.d.ts | 11 + .../types/runtime/internal/await_block.d.ts | 1 + .../svelte/types/runtime/internal/dev.d.ts | 17 + .../svelte/types/runtime/internal/dom.d.ts | 55 + .../types/runtime/internal/environment.d.ts | 6 + .../types/runtime/internal/globals.d.ts | 1 + .../svelte/types/runtime/internal/index.d.ts | 15 + .../types/runtime/internal/keyed_each.d.ts | 6 + .../types/runtime/internal/lifecycle.d.ts | 11 + .../svelte/types/runtime/internal/loop.d.ts | 6 + .../types/runtime/internal/scheduler.d.ts | 10 + .../svelte/types/runtime/internal/spread.d.ts | 2 + .../svelte/types/runtime/internal/ssr.d.ts | 29 + .../types/runtime/internal/style_manager.d.ts | 3 + .../types/runtime/internal/transitions.d.ts | 19 + .../svelte/types/runtime/internal/utils.d.ts | 22 + .../svelte/types/runtime/motion/index.d.ts | 2 + .../svelte/types/runtime/motion/spring.d.ts | 20 + .../svelte/types/runtime/motion/tweened.d.ts | 14 + .../svelte/types/runtime/motion/utils.d.ts | 1 + .../svelte/types/runtime/store/index.d.ts | 64 + .../types/runtime/transition/index.d.ts | 64 + .../node_modules/terser/CHANGELOG.md | 28 + 2019-setembro/node_modules/terser/LICENSE | 29 + 2019-setembro/node_modules/terser/PATRONS.md | 5 + 2019-setembro/node_modules/terser/README.md | 1305 + .../node_modules/terser/bin/uglifyjs | 484 + .../node_modules/terser/bin/uglifyjsnobundle | 4 + .../node_modules/terser/dist/.gitkeep | 0 .../node_modules/terser/dist/bundle.js | 21955 ++++++++++++++ .../node_modules/terser/dist/bundle.js.map | 1 + .../node_modules/terser/dist/bundle.min.js | 2 + .../terser/dist/bundle.min.js.map | 1 + .../node_modules/terser/package.json | 118 + .../terser/tools/colorless-console.js | 11 + .../node_modules/terser/tools/domprops.js | 5605 ++++ .../node_modules/terser/tools/exit.js | 15 + .../node_modules/terser/tools/node.js | 22 + .../node_modules/terser/tools/props.html | 61 + .../node_modules/terser/tools/terser.d.ts | 790 + .../node_modules/tinydate/dist/tinydate.js | 40 + .../tinydate/dist/tinydate.min.js | 1 + .../node_modules/tinydate/dist/tinydate.mjs | 40 + 2019-setembro/node_modules/tinydate/license | 21 + .../node_modules/tinydate/package.json | 42 + 2019-setembro/node_modules/tinydate/readme.md | 104 + .../node_modules/to-object-path/LICENSE | 21 + .../node_modules/to-object-path/README.md | 71 + .../node_modules/to-object-path/index.js | 33 + .../node_modules/to-object-path/package.json | 48 + .../node_modules/to-regex-range/LICENSE | 21 + .../node_modules/to-regex-range/README.md | 281 + .../node_modules/to-regex-range/index.js | 294 + .../node_modules/to-regex-range/package.json | 86 + 2019-setembro/node_modules/to-regex/LICENSE | 21 + 2019-setembro/node_modules/to-regex/README.md | 205 + 2019-setembro/node_modules/to-regex/index.js | 155 + .../node_modules/define-property/CHANGELOG.md | 82 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 117 + .../node_modules/define-property/index.js | 38 + .../node_modules/define-property/package.json | 67 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 97 + .../node_modules/extend-shallow/index.js | 60 + .../node_modules/extend-shallow/package.json | 83 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 88 + .../node_modules/is-extendable/index.d.ts | 5 + .../node_modules/is-extendable/index.js | 14 + .../node_modules/is-extendable/package.json | 67 + .../node_modules/to-regex/package.json | 62 + 2019-setembro/node_modules/ultron/.npmignore | 3 + 2019-setembro/node_modules/ultron/.travis.yml | 21 + 2019-setembro/node_modules/ultron/LICENSE | 22 + 2019-setembro/node_modules/ultron/README.md | 97 + 2019-setembro/node_modules/ultron/index.js | 129 + .../node_modules/ultron/package.json | 41 + 2019-setembro/node_modules/ultron/test.js | 327 + .../node_modules/union-value/LICENSE | 21 + .../node_modules/union-value/README.md | 73 + .../node_modules/union-value/index.js | 30 + .../node_modules/union-value/package.json | 70 + .../node_modules/unset-value/LICENSE | 21 + .../node_modules/unset-value/README.md | 131 + .../node_modules/unset-value/index.js | 32 + .../node_modules/has-value/LICENSE | 21 + .../node_modules/has-value/README.md | 130 + .../node_modules/has-value/index.js | 19 + .../has-value/node_modules/isobject/LICENSE | 21 + .../has-value/node_modules/isobject/README.md | 112 + .../has-value/node_modules/isobject/index.js | 14 + .../node_modules/isobject/package.json | 67 + .../node_modules/has-value/package.json | 81 + .../node_modules/has-values/LICENSE | 21 + .../node_modules/has-values/README.md | 114 + .../node_modules/has-values/index.js | 36 + .../node_modules/has-values/package.json | 75 + .../node_modules/unset-value/package.json | 71 + 2019-setembro/node_modules/upath/LICENSE | 22 + .../node_modules/upath/build/code/upath.js | 171 + 2019-setembro/node_modules/upath/package.json | 60 + 2019-setembro/node_modules/upath/readme.md | 342 + 2019-setembro/node_modules/upath/upath.d.ts | 239 + 2019-setembro/node_modules/urix/.jshintrc | 42 + 2019-setembro/node_modules/urix/LICENSE | 21 + 2019-setembro/node_modules/urix/index.js | 17 + 2019-setembro/node_modules/urix/package.json | 25 + 2019-setembro/node_modules/urix/readme.md | 46 + 2019-setembro/node_modules/urix/test/index.js | 43 + 2019-setembro/node_modules/use/LICENSE | 21 + 2019-setembro/node_modules/use/README.md | 90 + 2019-setembro/node_modules/use/index.js | 155 + 2019-setembro/node_modules/use/package.json | 66 + .../node_modules/util-deprecate/History.md | 16 + .../node_modules/util-deprecate/LICENSE | 24 + .../node_modules/util-deprecate/README.md | 53 + .../node_modules/util-deprecate/browser.js | 67 + .../node_modules/util-deprecate/node.js | 6 + .../node_modules/util-deprecate/package.json | 27 + .../validate-npm-package-license/LICENSE | 202 + .../validate-npm-package-license/README.md | 113 + .../validate-npm-package-license/index.js | 86 + .../validate-npm-package-license/package.json | 28 + 2019-setembro/node_modules/which/CHANGELOG.md | 152 + 2019-setembro/node_modules/which/LICENSE | 15 + 2019-setembro/node_modules/which/README.md | 51 + 2019-setembro/node_modules/which/bin/which | 52 + 2019-setembro/node_modules/which/package.json | 30 + 2019-setembro/node_modules/which/which.js | 135 + 2019-setembro/node_modules/ws/README.md | 235 + 2019-setembro/node_modules/ws/index.js | 49 + 2019-setembro/node_modules/ws/lib/.DS_Store | Bin 0 -> 6148 bytes .../node_modules/ws/lib/BufferPool.js | 63 + .../ws/lib/BufferUtil.fallback.js | 47 + .../node_modules/ws/lib/BufferUtil.js | 17 + .../node_modules/ws/lib/ErrorCodes.js | 24 + .../node_modules/ws/lib/Extensions.js | 81 + .../node_modules/ws/lib/PerMessageDeflate.js | 337 + .../node_modules/ws/lib/Receiver.hixie.js | 194 + 2019-setembro/node_modules/ws/lib/Receiver.js | 793 + .../node_modules/ws/lib/Sender.hixie.js | 124 + 2019-setembro/node_modules/ws/lib/Sender.js | 310 + .../ws/lib/Validation.fallback.js | 11 + .../node_modules/ws/lib/Validation.js | 19 + .../node_modules/ws/lib/WebSocket.js | 987 + .../node_modules/ws/lib/WebSocketServer.js | 554 + 2019-setembro/node_modules/ws/package.json | 42 + 2019-setembro/package.json | 24 + 2019-setembro/public/css/bundle.css | 3 + 2019-setembro/public/css/bundle.css.map | 12 + .../fonts/digital_display_tfb-webfont.woff | Bin 0 -> 17980 bytes .../fonts/digital_display_tfb-webfont.woff2 | Bin 0 -> 13496 bytes .../public/css/fonts/digital_display_tfb.ttf | Bin 0 -> 41040 bytes 2019-setembro/public/css/global.css | 74 + 2019-setembro/public/css/reset.css | 135 + 2019-setembro/public/favicon.png | Bin 0 -> 3127 bytes 2019-setembro/public/index.html | 21 + 2019-setembro/public/js/bundle.js | 604 + 2019-setembro/public/js/bundle.js.map | 1 + 2019-setembro/rollup.config.js | 50 + 2019-setembro/src/App.svelte | 14 + 2019-setembro/src/components/KeyNumber.svelte | 0 2019-setembro/src/containers/Screen.svelte | 186 + 2019-setembro/src/main.js | 7 + 2019-setembro/yarn.lock | 1871 ++ 1902 files changed, 308733 insertions(+) mode change 100644 => 100755 2019-setembro/README.md create mode 120000 2019-setembro/node_modules/.bin/acorn create mode 120000 2019-setembro/node_modules/.bin/atob create mode 120000 2019-setembro/node_modules/.bin/livereload create mode 120000 2019-setembro/node_modules/.bin/mime create mode 120000 2019-setembro/node_modules/.bin/npm-run-all create mode 120000 2019-setembro/node_modules/.bin/pidtree create mode 120000 2019-setembro/node_modules/.bin/rollup create mode 120000 2019-setembro/node_modules/.bin/run-p create mode 120000 2019-setembro/node_modules/.bin/run-s create mode 120000 2019-setembro/node_modules/.bin/semver create mode 120000 2019-setembro/node_modules/.bin/sirv create mode 120000 2019-setembro/node_modules/.bin/terser create mode 120000 2019-setembro/node_modules/.bin/which create mode 100644 2019-setembro/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/f0/f4/ea18b143ebc27766eff5919ad22e242af78f569b4d9a9fcadd90644360acd179bce987c731926d9730c20b2f05e1ec262e323fbb847c10cd69527c6e611a create mode 100644 2019-setembro/node_modules/.cache/terser-webpack-plugin/index-v5/6a/e0/a3ac9d2c406fd7f6cc64aac918e4e01f8c1f2d5a41846e03d1b2212d8d54 create mode 100644 2019-setembro/node_modules/.yarn-integrity create mode 100644 2019-setembro/node_modules/@babel/code-frame/LICENSE create mode 100644 2019-setembro/node_modules/@babel/code-frame/README.md create mode 100644 2019-setembro/node_modules/@babel/code-frame/lib/index.js create mode 100644 2019-setembro/node_modules/@babel/code-frame/package.json create mode 100644 2019-setembro/node_modules/@babel/highlight/LICENSE create mode 100644 2019-setembro/node_modules/@babel/highlight/README.md create mode 100644 2019-setembro/node_modules/@babel/highlight/lib/index.js create mode 100644 2019-setembro/node_modules/@babel/highlight/package.json create mode 100644 2019-setembro/node_modules/@polka/url/index.js create mode 100644 2019-setembro/node_modules/@polka/url/package.json create mode 100644 2019-setembro/node_modules/@polka/url/readme.md create mode 100644 2019-setembro/node_modules/@types/estree/LICENSE create mode 100644 2019-setembro/node_modules/@types/estree/README.md create mode 100644 2019-setembro/node_modules/@types/estree/index.d.ts create mode 100644 2019-setembro/node_modules/@types/estree/package.json create mode 100644 2019-setembro/node_modules/@types/node/LICENSE create mode 100644 2019-setembro/node_modules/@types/node/README.md create mode 100644 2019-setembro/node_modules/@types/node/assert.d.ts create mode 100644 2019-setembro/node_modules/@types/node/async_hooks.d.ts create mode 100644 2019-setembro/node_modules/@types/node/base.d.ts create mode 100644 2019-setembro/node_modules/@types/node/buffer.d.ts create mode 100644 2019-setembro/node_modules/@types/node/child_process.d.ts create mode 100644 2019-setembro/node_modules/@types/node/cluster.d.ts create mode 100644 2019-setembro/node_modules/@types/node/console.d.ts create mode 100644 2019-setembro/node_modules/@types/node/constants.d.ts create mode 100644 2019-setembro/node_modules/@types/node/crypto.d.ts create mode 100644 2019-setembro/node_modules/@types/node/dgram.d.ts create mode 100644 2019-setembro/node_modules/@types/node/dns.d.ts create mode 100644 2019-setembro/node_modules/@types/node/domain.d.ts create mode 100644 2019-setembro/node_modules/@types/node/events.d.ts create mode 100644 2019-setembro/node_modules/@types/node/fs.d.ts create mode 100644 2019-setembro/node_modules/@types/node/globals.d.ts create mode 100644 2019-setembro/node_modules/@types/node/http.d.ts create mode 100644 2019-setembro/node_modules/@types/node/http2.d.ts create mode 100644 2019-setembro/node_modules/@types/node/https.d.ts create mode 100644 2019-setembro/node_modules/@types/node/index.d.ts create mode 100644 2019-setembro/node_modules/@types/node/inspector.d.ts create mode 100644 2019-setembro/node_modules/@types/node/module.d.ts create mode 100644 2019-setembro/node_modules/@types/node/net.d.ts create mode 100644 2019-setembro/node_modules/@types/node/os.d.ts create mode 100644 2019-setembro/node_modules/@types/node/package.json create mode 100644 2019-setembro/node_modules/@types/node/path.d.ts create mode 100644 2019-setembro/node_modules/@types/node/perf_hooks.d.ts create mode 100644 2019-setembro/node_modules/@types/node/process.d.ts create mode 100644 2019-setembro/node_modules/@types/node/punycode.d.ts create mode 100644 2019-setembro/node_modules/@types/node/querystring.d.ts create mode 100644 2019-setembro/node_modules/@types/node/readline.d.ts create mode 100644 2019-setembro/node_modules/@types/node/repl.d.ts create mode 100644 2019-setembro/node_modules/@types/node/stream.d.ts create mode 100644 2019-setembro/node_modules/@types/node/string_decoder.d.ts create mode 100644 2019-setembro/node_modules/@types/node/timers.d.ts create mode 100644 2019-setembro/node_modules/@types/node/tls.d.ts create mode 100644 2019-setembro/node_modules/@types/node/trace_events.d.ts create mode 100644 2019-setembro/node_modules/@types/node/ts3.2/globals.d.ts create mode 100644 2019-setembro/node_modules/@types/node/ts3.2/index.d.ts create mode 100644 2019-setembro/node_modules/@types/node/ts3.2/util.d.ts create mode 100644 2019-setembro/node_modules/@types/node/tty.d.ts create mode 100644 2019-setembro/node_modules/@types/node/url.d.ts create mode 100644 2019-setembro/node_modules/@types/node/util.d.ts create mode 100644 2019-setembro/node_modules/@types/node/v8.d.ts create mode 100644 2019-setembro/node_modules/@types/node/vm.d.ts create mode 100644 2019-setembro/node_modules/@types/node/worker_threads.d.ts create mode 100644 2019-setembro/node_modules/@types/node/zlib.d.ts create mode 100644 2019-setembro/node_modules/@types/resolve/LICENSE create mode 100644 2019-setembro/node_modules/@types/resolve/README.md create mode 100644 2019-setembro/node_modules/@types/resolve/index.d.ts create mode 100644 2019-setembro/node_modules/@types/resolve/package.json create mode 100644 2019-setembro/node_modules/acorn/CHANGELOG.md create mode 100644 2019-setembro/node_modules/acorn/LICENSE create mode 100644 2019-setembro/node_modules/acorn/README.md create mode 100755 2019-setembro/node_modules/acorn/bin/acorn create mode 100644 2019-setembro/node_modules/acorn/dist/acorn.d.ts create mode 100644 2019-setembro/node_modules/acorn/dist/acorn.js create mode 100644 2019-setembro/node_modules/acorn/dist/acorn.js.map create mode 100644 2019-setembro/node_modules/acorn/dist/acorn.mjs create mode 100644 2019-setembro/node_modules/acorn/dist/acorn.mjs.map create mode 100644 2019-setembro/node_modules/acorn/dist/bin.js create mode 100644 2019-setembro/node_modules/acorn/package.json create mode 100644 2019-setembro/node_modules/ansi-styles/index.js create mode 100644 2019-setembro/node_modules/ansi-styles/license create mode 100644 2019-setembro/node_modules/ansi-styles/package.json create mode 100644 2019-setembro/node_modules/ansi-styles/readme.md create mode 100644 2019-setembro/node_modules/anymatch/LICENSE create mode 100644 2019-setembro/node_modules/anymatch/README.md create mode 100644 2019-setembro/node_modules/anymatch/index.js create mode 100644 2019-setembro/node_modules/anymatch/node_modules/normalize-path/LICENSE create mode 100644 2019-setembro/node_modules/anymatch/node_modules/normalize-path/README.md create mode 100644 2019-setembro/node_modules/anymatch/node_modules/normalize-path/index.js create mode 100644 2019-setembro/node_modules/anymatch/node_modules/normalize-path/package.json create mode 100644 2019-setembro/node_modules/anymatch/package.json create mode 100755 2019-setembro/node_modules/arr-diff/LICENSE create mode 100644 2019-setembro/node_modules/arr-diff/README.md create mode 100644 2019-setembro/node_modules/arr-diff/index.js create mode 100644 2019-setembro/node_modules/arr-diff/package.json create mode 100755 2019-setembro/node_modules/arr-flatten/LICENSE create mode 100755 2019-setembro/node_modules/arr-flatten/README.md create mode 100644 2019-setembro/node_modules/arr-flatten/index.js create mode 100644 2019-setembro/node_modules/arr-flatten/package.json create mode 100644 2019-setembro/node_modules/arr-union/LICENSE create mode 100644 2019-setembro/node_modules/arr-union/README.md create mode 100644 2019-setembro/node_modules/arr-union/index.js create mode 100644 2019-setembro/node_modules/arr-union/package.json create mode 100755 2019-setembro/node_modules/array-unique/LICENSE create mode 100755 2019-setembro/node_modules/array-unique/README.md create mode 100644 2019-setembro/node_modules/array-unique/index.js create mode 100644 2019-setembro/node_modules/array-unique/package.json create mode 100644 2019-setembro/node_modules/assign-symbols/LICENSE create mode 100644 2019-setembro/node_modules/assign-symbols/README.md create mode 100644 2019-setembro/node_modules/assign-symbols/index.js create mode 100644 2019-setembro/node_modules/assign-symbols/package.json create mode 100644 2019-setembro/node_modules/async-each/README.md create mode 100644 2019-setembro/node_modules/async-each/index.js create mode 100644 2019-setembro/node_modules/async-each/package.json create mode 100644 2019-setembro/node_modules/atob/LICENSE create mode 100644 2019-setembro/node_modules/atob/LICENSE.DOCS create mode 100644 2019-setembro/node_modules/atob/README.md create mode 100755 2019-setembro/node_modules/atob/bin/atob.js create mode 100644 2019-setembro/node_modules/atob/bower.json create mode 100644 2019-setembro/node_modules/atob/browser-atob.js create mode 100644 2019-setembro/node_modules/atob/node-atob.js create mode 100644 2019-setembro/node_modules/atob/package.json create mode 100644 2019-setembro/node_modules/atob/test.js create mode 100644 2019-setembro/node_modules/balanced-match/.npmignore create mode 100644 2019-setembro/node_modules/balanced-match/LICENSE.md create mode 100644 2019-setembro/node_modules/balanced-match/README.md create mode 100644 2019-setembro/node_modules/balanced-match/index.js create mode 100644 2019-setembro/node_modules/balanced-match/package.json create mode 100644 2019-setembro/node_modules/base/LICENSE create mode 100644 2019-setembro/node_modules/base/README.md create mode 100644 2019-setembro/node_modules/base/index.js create mode 100644 2019-setembro/node_modules/base/node_modules/define-property/LICENSE create mode 100644 2019-setembro/node_modules/base/node_modules/define-property/README.md create mode 100644 2019-setembro/node_modules/base/node_modules/define-property/index.js create mode 100644 2019-setembro/node_modules/base/node_modules/define-property/package.json create mode 100644 2019-setembro/node_modules/base/package.json create mode 100644 2019-setembro/node_modules/binary-extensions/binary-extensions.json create mode 100644 2019-setembro/node_modules/binary-extensions/license create mode 100644 2019-setembro/node_modules/binary-extensions/package.json create mode 100644 2019-setembro/node_modules/binary-extensions/readme.md create mode 100644 2019-setembro/node_modules/brace-expansion/LICENSE create mode 100644 2019-setembro/node_modules/brace-expansion/README.md create mode 100644 2019-setembro/node_modules/brace-expansion/index.js create mode 100644 2019-setembro/node_modules/brace-expansion/package.json create mode 100644 2019-setembro/node_modules/braces/LICENSE create mode 100644 2019-setembro/node_modules/braces/README.md create mode 100644 2019-setembro/node_modules/braces/index.js create mode 100644 2019-setembro/node_modules/braces/lib/braces.js create mode 100644 2019-setembro/node_modules/braces/lib/compilers.js create mode 100644 2019-setembro/node_modules/braces/lib/parsers.js create mode 100644 2019-setembro/node_modules/braces/lib/utils.js create mode 100644 2019-setembro/node_modules/braces/package.json create mode 100644 2019-setembro/node_modules/buffer-from/LICENSE create mode 100644 2019-setembro/node_modules/buffer-from/index.js create mode 100644 2019-setembro/node_modules/buffer-from/package.json create mode 100644 2019-setembro/node_modules/buffer-from/readme.md create mode 100644 2019-setembro/node_modules/builtin-modules/builtin-modules.json create mode 100644 2019-setembro/node_modules/builtin-modules/index.d.ts create mode 100644 2019-setembro/node_modules/builtin-modules/index.js create mode 100644 2019-setembro/node_modules/builtin-modules/license create mode 100644 2019-setembro/node_modules/builtin-modules/package.json create mode 100644 2019-setembro/node_modules/builtin-modules/readme.md create mode 100644 2019-setembro/node_modules/builtin-modules/static.d.ts create mode 100644 2019-setembro/node_modules/builtin-modules/static.js create mode 100644 2019-setembro/node_modules/cache-base/LICENSE create mode 100644 2019-setembro/node_modules/cache-base/README.md create mode 100644 2019-setembro/node_modules/cache-base/index.js create mode 100644 2019-setembro/node_modules/cache-base/package.json create mode 100644 2019-setembro/node_modules/chalk/index.js create mode 100644 2019-setembro/node_modules/chalk/index.js.flow create mode 100644 2019-setembro/node_modules/chalk/license create mode 100644 2019-setembro/node_modules/chalk/package.json create mode 100644 2019-setembro/node_modules/chalk/readme.md create mode 100644 2019-setembro/node_modules/chalk/templates.js create mode 100644 2019-setembro/node_modules/chalk/types/index.d.ts create mode 100644 2019-setembro/node_modules/chokidar/CHANGELOG.md create mode 100644 2019-setembro/node_modules/chokidar/README.md create mode 100644 2019-setembro/node_modules/chokidar/index.js create mode 100644 2019-setembro/node_modules/chokidar/lib/fsevents-handler.js create mode 100644 2019-setembro/node_modules/chokidar/lib/nodefs-handler.js create mode 100644 2019-setembro/node_modules/chokidar/package.json create mode 100644 2019-setembro/node_modules/chokidar/types/index.d.ts create mode 100644 2019-setembro/node_modules/class-utils/LICENSE create mode 100644 2019-setembro/node_modules/class-utils/README.md create mode 100644 2019-setembro/node_modules/class-utils/index.js create mode 100644 2019-setembro/node_modules/class-utils/package.json create mode 100644 2019-setembro/node_modules/collection-visit/LICENSE create mode 100644 2019-setembro/node_modules/collection-visit/README.md create mode 100644 2019-setembro/node_modules/collection-visit/index.js create mode 100644 2019-setembro/node_modules/collection-visit/package.json create mode 100644 2019-setembro/node_modules/color-convert/CHANGELOG.md create mode 100644 2019-setembro/node_modules/color-convert/LICENSE create mode 100644 2019-setembro/node_modules/color-convert/README.md create mode 100644 2019-setembro/node_modules/color-convert/conversions.js create mode 100644 2019-setembro/node_modules/color-convert/index.js create mode 100644 2019-setembro/node_modules/color-convert/package.json create mode 100644 2019-setembro/node_modules/color-convert/route.js create mode 100644 2019-setembro/node_modules/color-name/.eslintrc.json create mode 100644 2019-setembro/node_modules/color-name/.npmignore create mode 100644 2019-setembro/node_modules/color-name/LICENSE create mode 100644 2019-setembro/node_modules/color-name/README.md create mode 100644 2019-setembro/node_modules/color-name/index.js create mode 100644 2019-setembro/node_modules/color-name/package.json create mode 100644 2019-setembro/node_modules/color-name/test.js create mode 100644 2019-setembro/node_modules/commander/CHANGELOG.md create mode 100644 2019-setembro/node_modules/commander/LICENSE create mode 100644 2019-setembro/node_modules/commander/Readme.md create mode 100644 2019-setembro/node_modules/commander/index.js create mode 100644 2019-setembro/node_modules/commander/package.json create mode 100644 2019-setembro/node_modules/commander/typings/index.d.ts create mode 100644 2019-setembro/node_modules/component-emitter/History.md create mode 100644 2019-setembro/node_modules/component-emitter/LICENSE create mode 100644 2019-setembro/node_modules/component-emitter/Readme.md create mode 100644 2019-setembro/node_modules/component-emitter/index.js create mode 100644 2019-setembro/node_modules/component-emitter/package.json create mode 100644 2019-setembro/node_modules/concat-map/.travis.yml create mode 100644 2019-setembro/node_modules/concat-map/LICENSE create mode 100644 2019-setembro/node_modules/concat-map/README.markdown create mode 100644 2019-setembro/node_modules/concat-map/example/map.js create mode 100644 2019-setembro/node_modules/concat-map/index.js create mode 100644 2019-setembro/node_modules/concat-map/package.json create mode 100644 2019-setembro/node_modules/concat-map/test/map.js create mode 100644 2019-setembro/node_modules/console-clear/index.js create mode 100644 2019-setembro/node_modules/console-clear/license create mode 100644 2019-setembro/node_modules/console-clear/package.json create mode 100644 2019-setembro/node_modules/console-clear/readme.md create mode 100644 2019-setembro/node_modules/copy-descriptor/LICENSE create mode 100644 2019-setembro/node_modules/copy-descriptor/index.js create mode 100644 2019-setembro/node_modules/copy-descriptor/package.json create mode 100644 2019-setembro/node_modules/core-util-is/LICENSE create mode 100644 2019-setembro/node_modules/core-util-is/README.md create mode 100644 2019-setembro/node_modules/core-util-is/float.patch create mode 100644 2019-setembro/node_modules/core-util-is/lib/util.js create mode 100644 2019-setembro/node_modules/core-util-is/package.json create mode 100644 2019-setembro/node_modules/core-util-is/test.js create mode 100644 2019-setembro/node_modules/cross-spawn/CHANGELOG.md create mode 100644 2019-setembro/node_modules/cross-spawn/LICENSE create mode 100644 2019-setembro/node_modules/cross-spawn/README.md create mode 100644 2019-setembro/node_modules/cross-spawn/index.js create mode 100644 2019-setembro/node_modules/cross-spawn/lib/enoent.js create mode 100644 2019-setembro/node_modules/cross-spawn/lib/parse.js create mode 100644 2019-setembro/node_modules/cross-spawn/lib/util/escape.js create mode 100644 2019-setembro/node_modules/cross-spawn/lib/util/readShebang.js create mode 100644 2019-setembro/node_modules/cross-spawn/lib/util/resolveCommand.js create mode 120000 2019-setembro/node_modules/cross-spawn/node_modules/.bin/semver create mode 120000 2019-setembro/node_modules/cross-spawn/node_modules/.bin/which create mode 100644 2019-setembro/node_modules/cross-spawn/package.json create mode 100644 2019-setembro/node_modules/debug/.coveralls.yml create mode 100644 2019-setembro/node_modules/debug/.eslintrc create mode 100644 2019-setembro/node_modules/debug/.npmignore create mode 100644 2019-setembro/node_modules/debug/.travis.yml create mode 100644 2019-setembro/node_modules/debug/CHANGELOG.md create mode 100644 2019-setembro/node_modules/debug/LICENSE create mode 100644 2019-setembro/node_modules/debug/Makefile create mode 100644 2019-setembro/node_modules/debug/README.md create mode 100644 2019-setembro/node_modules/debug/component.json create mode 100644 2019-setembro/node_modules/debug/karma.conf.js create mode 100644 2019-setembro/node_modules/debug/node.js create mode 100644 2019-setembro/node_modules/debug/package.json create mode 100644 2019-setembro/node_modules/debug/src/browser.js create mode 100644 2019-setembro/node_modules/debug/src/debug.js create mode 100644 2019-setembro/node_modules/debug/src/index.js create mode 100644 2019-setembro/node_modules/debug/src/inspector-log.js create mode 100644 2019-setembro/node_modules/debug/src/node.js create mode 100644 2019-setembro/node_modules/decode-uri-component/index.js create mode 100644 2019-setembro/node_modules/decode-uri-component/license create mode 100644 2019-setembro/node_modules/decode-uri-component/package.json create mode 100644 2019-setembro/node_modules/decode-uri-component/readme.md create mode 100644 2019-setembro/node_modules/define-properties/.editorconfig create mode 100644 2019-setembro/node_modules/define-properties/.eslintrc create mode 100644 2019-setembro/node_modules/define-properties/.jscs.json create mode 100644 2019-setembro/node_modules/define-properties/.travis.yml create mode 100644 2019-setembro/node_modules/define-properties/CHANGELOG.md create mode 100644 2019-setembro/node_modules/define-properties/LICENSE create mode 100644 2019-setembro/node_modules/define-properties/README.md create mode 100644 2019-setembro/node_modules/define-properties/index.js create mode 100644 2019-setembro/node_modules/define-properties/package.json create mode 100644 2019-setembro/node_modules/define-properties/test/index.js create mode 100644 2019-setembro/node_modules/define-property/LICENSE create mode 100644 2019-setembro/node_modules/define-property/README.md create mode 100644 2019-setembro/node_modules/define-property/index.js create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/LICENSE create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/README.md create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/index.js create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/package.json create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/LICENSE create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/README.md create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/index.js create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/package.json create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-descriptor/LICENSE create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-descriptor/README.md create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-descriptor/index.js create mode 100644 2019-setembro/node_modules/define-property/node_modules/is-descriptor/package.json create mode 100644 2019-setembro/node_modules/define-property/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/define-property/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/define-property/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/define-property/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/define-property/package.json create mode 100644 2019-setembro/node_modules/error-ex/LICENSE create mode 100644 2019-setembro/node_modules/error-ex/README.md create mode 100644 2019-setembro/node_modules/error-ex/index.js create mode 100644 2019-setembro/node_modules/error-ex/package.json create mode 100644 2019-setembro/node_modules/es-abstract/.editorconfig create mode 100644 2019-setembro/node_modules/es-abstract/.eslintrc create mode 100644 2019-setembro/node_modules/es-abstract/.github/FUNDING.yml create mode 100644 2019-setembro/node_modules/es-abstract/.nycrc create mode 100644 2019-setembro/node_modules/es-abstract/.travis.yml create mode 100644 2019-setembro/node_modules/es-abstract/CHANGELOG.md create mode 100644 2019-setembro/node_modules/es-abstract/GetIntrinsic.js create mode 100644 2019-setembro/node_modules/es-abstract/LICENSE create mode 100644 2019-setembro/node_modules/es-abstract/Makefile create mode 100644 2019-setembro/node_modules/es-abstract/README.md create mode 100644 2019-setembro/node_modules/es-abstract/es2015.js create mode 100644 2019-setembro/node_modules/es-abstract/es2016.js create mode 100644 2019-setembro/node_modules/es-abstract/es2017.js create mode 100644 2019-setembro/node_modules/es-abstract/es2018.js create mode 100644 2019-setembro/node_modules/es-abstract/es2019.js create mode 100644 2019-setembro/node_modules/es-abstract/es5.js create mode 100644 2019-setembro/node_modules/es-abstract/es6.js create mode 100644 2019-setembro/node_modules/es-abstract/es7.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/assertRecord.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/assign.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/callBind.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/every.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/forEach.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/isFinite.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/isNaN.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/isPrimitive.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/isPropertyDescriptor.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/mod.js create mode 100644 2019-setembro/node_modules/es-abstract/helpers/sign.js create mode 100644 2019-setembro/node_modules/es-abstract/index.js create mode 100644 2019-setembro/node_modules/es-abstract/operations/.eslintrc create mode 100644 2019-setembro/node_modules/es-abstract/operations/2015.js create mode 100644 2019-setembro/node_modules/es-abstract/operations/2016.js create mode 100644 2019-setembro/node_modules/es-abstract/operations/2017.js create mode 100644 2019-setembro/node_modules/es-abstract/operations/2018.js create mode 100644 2019-setembro/node_modules/es-abstract/operations/2019.js create mode 100755 2019-setembro/node_modules/es-abstract/operations/getOps.js create mode 100644 2019-setembro/node_modules/es-abstract/package.json create mode 100644 2019-setembro/node_modules/es-abstract/test/.eslintrc create mode 100644 2019-setembro/node_modules/es-abstract/test/GetIntrinsic.js create mode 100644 2019-setembro/node_modules/es-abstract/test/diffOps.js create mode 100644 2019-setembro/node_modules/es-abstract/test/es2015.js create mode 100644 2019-setembro/node_modules/es-abstract/test/es2016.js create mode 100644 2019-setembro/node_modules/es-abstract/test/es2017.js create mode 100644 2019-setembro/node_modules/es-abstract/test/es2018.js create mode 100644 2019-setembro/node_modules/es-abstract/test/es2019.js create mode 100644 2019-setembro/node_modules/es-abstract/test/es5.js create mode 100644 2019-setembro/node_modules/es-abstract/test/es6.js create mode 100644 2019-setembro/node_modules/es-abstract/test/es7.js create mode 100644 2019-setembro/node_modules/es-abstract/test/helpers/assertRecord.js create mode 100644 2019-setembro/node_modules/es-abstract/test/helpers/values.js create mode 100644 2019-setembro/node_modules/es-abstract/test/index.js create mode 100644 2019-setembro/node_modules/es-abstract/test/tests.js create mode 100644 2019-setembro/node_modules/es-to-primitive/.editorconfig create mode 100644 2019-setembro/node_modules/es-to-primitive/.eslintrc create mode 100644 2019-setembro/node_modules/es-to-primitive/.jscs.json create mode 100644 2019-setembro/node_modules/es-to-primitive/.travis.yml create mode 100644 2019-setembro/node_modules/es-to-primitive/CHANGELOG.md create mode 100644 2019-setembro/node_modules/es-to-primitive/LICENSE create mode 100644 2019-setembro/node_modules/es-to-primitive/Makefile create mode 100644 2019-setembro/node_modules/es-to-primitive/README.md create mode 100644 2019-setembro/node_modules/es-to-primitive/es2015.js create mode 100644 2019-setembro/node_modules/es-to-primitive/es5.js create mode 100644 2019-setembro/node_modules/es-to-primitive/es6.js create mode 100644 2019-setembro/node_modules/es-to-primitive/helpers/isPrimitive.js create mode 100644 2019-setembro/node_modules/es-to-primitive/index.js create mode 100644 2019-setembro/node_modules/es-to-primitive/package.json create mode 100644 2019-setembro/node_modules/es-to-primitive/test/.eslintrc create mode 100644 2019-setembro/node_modules/es-to-primitive/test/es2015.js create mode 100644 2019-setembro/node_modules/es-to-primitive/test/es5.js create mode 100644 2019-setembro/node_modules/es-to-primitive/test/es6.js create mode 100644 2019-setembro/node_modules/es-to-primitive/test/index.js create mode 100644 2019-setembro/node_modules/escape-string-regexp/index.js create mode 100644 2019-setembro/node_modules/escape-string-regexp/license create mode 100644 2019-setembro/node_modules/escape-string-regexp/package.json create mode 100644 2019-setembro/node_modules/escape-string-regexp/readme.md create mode 100644 2019-setembro/node_modules/estree-walker/CHANGELOG.md create mode 100644 2019-setembro/node_modules/estree-walker/README.md create mode 100644 2019-setembro/node_modules/estree-walker/dist/estree-walker.umd.js create mode 100644 2019-setembro/node_modules/estree-walker/dist/estree-walker.umd.js.map create mode 100644 2019-setembro/node_modules/estree-walker/index.d.ts create mode 100644 2019-setembro/node_modules/estree-walker/package.json create mode 100644 2019-setembro/node_modules/estree-walker/src/estree-walker.js create mode 100644 2019-setembro/node_modules/esutils/LICENSE.BSD create mode 100644 2019-setembro/node_modules/esutils/README.md create mode 100644 2019-setembro/node_modules/esutils/lib/ast.js create mode 100644 2019-setembro/node_modules/esutils/lib/code.js create mode 100644 2019-setembro/node_modules/esutils/lib/keyword.js create mode 100644 2019-setembro/node_modules/esutils/lib/utils.js create mode 100644 2019-setembro/node_modules/esutils/package.json create mode 100644 2019-setembro/node_modules/expand-brackets/LICENSE create mode 100644 2019-setembro/node_modules/expand-brackets/README.md create mode 100644 2019-setembro/node_modules/expand-brackets/changelog.md create mode 100644 2019-setembro/node_modules/expand-brackets/index.js create mode 100644 2019-setembro/node_modules/expand-brackets/lib/compilers.js create mode 100644 2019-setembro/node_modules/expand-brackets/lib/parsers.js create mode 100644 2019-setembro/node_modules/expand-brackets/lib/utils.js create mode 100644 2019-setembro/node_modules/expand-brackets/package.json create mode 100644 2019-setembro/node_modules/extend-shallow/LICENSE create mode 100644 2019-setembro/node_modules/extend-shallow/README.md create mode 100644 2019-setembro/node_modules/extend-shallow/index.js create mode 100644 2019-setembro/node_modules/extend-shallow/package.json create mode 100644 2019-setembro/node_modules/extglob/LICENSE create mode 100644 2019-setembro/node_modules/extglob/README.md create mode 100644 2019-setembro/node_modules/extglob/changelog.md create mode 100644 2019-setembro/node_modules/extglob/index.js create mode 100644 2019-setembro/node_modules/extglob/lib/.DS_Store create mode 100644 2019-setembro/node_modules/extglob/lib/compilers.js create mode 100644 2019-setembro/node_modules/extglob/lib/extglob.js create mode 100644 2019-setembro/node_modules/extglob/lib/parsers.js create mode 100644 2019-setembro/node_modules/extglob/lib/utils.js create mode 100644 2019-setembro/node_modules/extglob/node_modules/define-property/LICENSE create mode 100644 2019-setembro/node_modules/extglob/node_modules/define-property/README.md create mode 100644 2019-setembro/node_modules/extglob/node_modules/define-property/index.js create mode 100644 2019-setembro/node_modules/extglob/node_modules/define-property/package.json create mode 100644 2019-setembro/node_modules/extglob/package.json create mode 100644 2019-setembro/node_modules/fill-range/LICENSE create mode 100644 2019-setembro/node_modules/fill-range/README.md create mode 100644 2019-setembro/node_modules/fill-range/index.js create mode 100644 2019-setembro/node_modules/fill-range/package.json create mode 100644 2019-setembro/node_modules/for-in/LICENSE create mode 100644 2019-setembro/node_modules/for-in/README.md create mode 100644 2019-setembro/node_modules/for-in/index.js create mode 100644 2019-setembro/node_modules/for-in/package.json create mode 100644 2019-setembro/node_modules/fragment-cache/LICENSE create mode 100644 2019-setembro/node_modules/fragment-cache/README.md create mode 100644 2019-setembro/node_modules/fragment-cache/index.js create mode 100644 2019-setembro/node_modules/fragment-cache/package.json create mode 100644 2019-setembro/node_modules/function-bind/.editorconfig create mode 100644 2019-setembro/node_modules/function-bind/.eslintrc create mode 100644 2019-setembro/node_modules/function-bind/.jscs.json create mode 100644 2019-setembro/node_modules/function-bind/.npmignore create mode 100644 2019-setembro/node_modules/function-bind/.travis.yml create mode 100644 2019-setembro/node_modules/function-bind/LICENSE create mode 100644 2019-setembro/node_modules/function-bind/README.md create mode 100644 2019-setembro/node_modules/function-bind/implementation.js create mode 100644 2019-setembro/node_modules/function-bind/index.js create mode 100644 2019-setembro/node_modules/function-bind/package.json create mode 100644 2019-setembro/node_modules/function-bind/test/.eslintrc create mode 100644 2019-setembro/node_modules/function-bind/test/index.js create mode 100644 2019-setembro/node_modules/get-port/index.js create mode 100644 2019-setembro/node_modules/get-port/license create mode 100644 2019-setembro/node_modules/get-port/package.json create mode 100644 2019-setembro/node_modules/get-port/readme.md create mode 100644 2019-setembro/node_modules/get-value/LICENSE create mode 100644 2019-setembro/node_modules/get-value/index.js create mode 100644 2019-setembro/node_modules/get-value/package.json create mode 100644 2019-setembro/node_modules/glob-parent/LICENSE create mode 100644 2019-setembro/node_modules/glob-parent/README.md create mode 100644 2019-setembro/node_modules/glob-parent/index.js create mode 100644 2019-setembro/node_modules/glob-parent/node_modules/is-glob/LICENSE create mode 100644 2019-setembro/node_modules/glob-parent/node_modules/is-glob/README.md create mode 100644 2019-setembro/node_modules/glob-parent/node_modules/is-glob/index.js create mode 100644 2019-setembro/node_modules/glob-parent/node_modules/is-glob/package.json create mode 100644 2019-setembro/node_modules/glob-parent/package.json create mode 100644 2019-setembro/node_modules/graceful-fs/LICENSE create mode 100644 2019-setembro/node_modules/graceful-fs/README.md create mode 100644 2019-setembro/node_modules/graceful-fs/clone.js create mode 100644 2019-setembro/node_modules/graceful-fs/graceful-fs.js create mode 100644 2019-setembro/node_modules/graceful-fs/legacy-streams.js create mode 100644 2019-setembro/node_modules/graceful-fs/package.json create mode 100644 2019-setembro/node_modules/graceful-fs/polyfills.js create mode 100644 2019-setembro/node_modules/has-flag/index.js create mode 100644 2019-setembro/node_modules/has-flag/license create mode 100644 2019-setembro/node_modules/has-flag/package.json create mode 100644 2019-setembro/node_modules/has-flag/readme.md create mode 100644 2019-setembro/node_modules/has-symbols/.eslintrc create mode 100644 2019-setembro/node_modules/has-symbols/.npmignore create mode 100644 2019-setembro/node_modules/has-symbols/.travis.yml create mode 100644 2019-setembro/node_modules/has-symbols/CHANGELOG.md create mode 100644 2019-setembro/node_modules/has-symbols/LICENSE create mode 100644 2019-setembro/node_modules/has-symbols/README.md create mode 100644 2019-setembro/node_modules/has-symbols/index.js create mode 100644 2019-setembro/node_modules/has-symbols/package.json create mode 100644 2019-setembro/node_modules/has-symbols/shams.js create mode 100644 2019-setembro/node_modules/has-symbols/test/index.js create mode 100644 2019-setembro/node_modules/has-symbols/test/shams/core-js.js create mode 100644 2019-setembro/node_modules/has-symbols/test/shams/get-own-property-symbols.js create mode 100644 2019-setembro/node_modules/has-symbols/test/tests.js create mode 100644 2019-setembro/node_modules/has-value/LICENSE create mode 100644 2019-setembro/node_modules/has-value/README.md create mode 100644 2019-setembro/node_modules/has-value/index.js create mode 100644 2019-setembro/node_modules/has-value/package.json create mode 100644 2019-setembro/node_modules/has-values/LICENSE create mode 100644 2019-setembro/node_modules/has-values/README.md create mode 100644 2019-setembro/node_modules/has-values/index.js create mode 100644 2019-setembro/node_modules/has-values/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/has-values/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/has-values/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/has-values/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/has-values/package.json create mode 100644 2019-setembro/node_modules/has/LICENSE-MIT create mode 100644 2019-setembro/node_modules/has/README.md create mode 100644 2019-setembro/node_modules/has/package.json create mode 100644 2019-setembro/node_modules/has/src/index.js create mode 100644 2019-setembro/node_modules/has/test/index.js create mode 100644 2019-setembro/node_modules/hosted-git-info/CHANGELOG.md create mode 100644 2019-setembro/node_modules/hosted-git-info/LICENSE create mode 100644 2019-setembro/node_modules/hosted-git-info/README.md create mode 100644 2019-setembro/node_modules/hosted-git-info/git-host-info.js create mode 100644 2019-setembro/node_modules/hosted-git-info/git-host.js create mode 100644 2019-setembro/node_modules/hosted-git-info/index.js create mode 100644 2019-setembro/node_modules/hosted-git-info/package.json create mode 100644 2019-setembro/node_modules/inherits/LICENSE create mode 100644 2019-setembro/node_modules/inherits/README.md create mode 100644 2019-setembro/node_modules/inherits/inherits.js create mode 100644 2019-setembro/node_modules/inherits/inherits_browser.js create mode 100644 2019-setembro/node_modules/inherits/package.json create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/LICENSE create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/README.md create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/index.js create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/CHANGELOG.md create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/is-accessor-descriptor/package.json create mode 100644 2019-setembro/node_modules/is-arrayish/.editorconfig create mode 100644 2019-setembro/node_modules/is-arrayish/.istanbul.yml create mode 100644 2019-setembro/node_modules/is-arrayish/.npmignore create mode 100644 2019-setembro/node_modules/is-arrayish/.travis.yml create mode 100644 2019-setembro/node_modules/is-arrayish/LICENSE create mode 100644 2019-setembro/node_modules/is-arrayish/README.md create mode 100644 2019-setembro/node_modules/is-arrayish/index.js create mode 100644 2019-setembro/node_modules/is-arrayish/package.json create mode 100644 2019-setembro/node_modules/is-binary-path/index.js create mode 100644 2019-setembro/node_modules/is-binary-path/license create mode 100644 2019-setembro/node_modules/is-binary-path/package.json create mode 100644 2019-setembro/node_modules/is-binary-path/readme.md create mode 100644 2019-setembro/node_modules/is-buffer/LICENSE create mode 100644 2019-setembro/node_modules/is-buffer/README.md create mode 100644 2019-setembro/node_modules/is-buffer/index.js create mode 100644 2019-setembro/node_modules/is-buffer/package.json create mode 100644 2019-setembro/node_modules/is-buffer/test/basic.js create mode 100644 2019-setembro/node_modules/is-callable/.editorconfig create mode 100644 2019-setembro/node_modules/is-callable/.eslintrc create mode 100644 2019-setembro/node_modules/is-callable/.istanbul.yml create mode 100644 2019-setembro/node_modules/is-callable/.jscs.json create mode 100644 2019-setembro/node_modules/is-callable/.travis.yml create mode 100644 2019-setembro/node_modules/is-callable/CHANGELOG.md create mode 100644 2019-setembro/node_modules/is-callable/LICENSE create mode 100644 2019-setembro/node_modules/is-callable/Makefile create mode 100644 2019-setembro/node_modules/is-callable/README.md create mode 100644 2019-setembro/node_modules/is-callable/index.js create mode 100644 2019-setembro/node_modules/is-callable/package.json create mode 100644 2019-setembro/node_modules/is-callable/test.js create mode 100644 2019-setembro/node_modules/is-data-descriptor/LICENSE create mode 100644 2019-setembro/node_modules/is-data-descriptor/README.md create mode 100644 2019-setembro/node_modules/is-data-descriptor/index.js create mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/CHANGELOG.md create mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/is-data-descriptor/package.json create mode 100644 2019-setembro/node_modules/is-date-object/.eslintrc create mode 100644 2019-setembro/node_modules/is-date-object/.jscs.json create mode 100644 2019-setembro/node_modules/is-date-object/.npmignore create mode 100644 2019-setembro/node_modules/is-date-object/.travis.yml create mode 100644 2019-setembro/node_modules/is-date-object/CHANGELOG.md create mode 100644 2019-setembro/node_modules/is-date-object/LICENSE create mode 100644 2019-setembro/node_modules/is-date-object/Makefile create mode 100644 2019-setembro/node_modules/is-date-object/README.md create mode 100644 2019-setembro/node_modules/is-date-object/index.js create mode 100644 2019-setembro/node_modules/is-date-object/package.json create mode 100644 2019-setembro/node_modules/is-date-object/test.js create mode 100644 2019-setembro/node_modules/is-descriptor/LICENSE create mode 100644 2019-setembro/node_modules/is-descriptor/README.md create mode 100644 2019-setembro/node_modules/is-descriptor/index.js create mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/CHANGELOG.md create mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/is-descriptor/package.json create mode 100644 2019-setembro/node_modules/is-extendable/LICENSE create mode 100644 2019-setembro/node_modules/is-extendable/README.md create mode 100644 2019-setembro/node_modules/is-extendable/index.js create mode 100644 2019-setembro/node_modules/is-extendable/package.json create mode 100644 2019-setembro/node_modules/is-extglob/LICENSE create mode 100644 2019-setembro/node_modules/is-extglob/README.md create mode 100644 2019-setembro/node_modules/is-extglob/index.js create mode 100644 2019-setembro/node_modules/is-extglob/package.json create mode 100644 2019-setembro/node_modules/is-glob/LICENSE create mode 100644 2019-setembro/node_modules/is-glob/README.md create mode 100644 2019-setembro/node_modules/is-glob/index.js create mode 100644 2019-setembro/node_modules/is-glob/package.json create mode 100644 2019-setembro/node_modules/is-module/.npmignore create mode 100644 2019-setembro/node_modules/is-module/README.md create mode 100644 2019-setembro/node_modules/is-module/component.json create mode 100644 2019-setembro/node_modules/is-module/index.js create mode 100644 2019-setembro/node_modules/is-module/package.json create mode 100644 2019-setembro/node_modules/is-number/LICENSE create mode 100644 2019-setembro/node_modules/is-number/README.md create mode 100644 2019-setembro/node_modules/is-number/index.js create mode 100644 2019-setembro/node_modules/is-number/package.json create mode 100644 2019-setembro/node_modules/is-plain-object/LICENSE create mode 100644 2019-setembro/node_modules/is-plain-object/README.md create mode 100644 2019-setembro/node_modules/is-plain-object/index.d.ts create mode 100644 2019-setembro/node_modules/is-plain-object/index.js create mode 100644 2019-setembro/node_modules/is-plain-object/package.json create mode 100644 2019-setembro/node_modules/is-reference/CHANGELOG.md create mode 100644 2019-setembro/node_modules/is-reference/README.md create mode 100644 2019-setembro/node_modules/is-reference/dist/is-reference.es.js create mode 100644 2019-setembro/node_modules/is-reference/dist/is-reference.js create mode 100644 2019-setembro/node_modules/is-reference/dist/types/index.d.ts create mode 100644 2019-setembro/node_modules/is-reference/package.json create mode 100644 2019-setembro/node_modules/is-regex/.eslintrc create mode 100644 2019-setembro/node_modules/is-regex/.jscs.json create mode 100644 2019-setembro/node_modules/is-regex/.npmignore create mode 100644 2019-setembro/node_modules/is-regex/.travis.yml create mode 100644 2019-setembro/node_modules/is-regex/CHANGELOG.md create mode 100644 2019-setembro/node_modules/is-regex/LICENSE create mode 100644 2019-setembro/node_modules/is-regex/Makefile create mode 100644 2019-setembro/node_modules/is-regex/README.md create mode 100644 2019-setembro/node_modules/is-regex/index.js create mode 100644 2019-setembro/node_modules/is-regex/package.json create mode 100644 2019-setembro/node_modules/is-regex/test.js create mode 100644 2019-setembro/node_modules/is-symbol/.editorconfig create mode 100644 2019-setembro/node_modules/is-symbol/.eslintrc create mode 100644 2019-setembro/node_modules/is-symbol/.jscs.json create mode 100644 2019-setembro/node_modules/is-symbol/.nvmrc create mode 100644 2019-setembro/node_modules/is-symbol/.travis.yml create mode 100644 2019-setembro/node_modules/is-symbol/CHANGELOG.md create mode 100644 2019-setembro/node_modules/is-symbol/LICENSE create mode 100644 2019-setembro/node_modules/is-symbol/Makefile create mode 100644 2019-setembro/node_modules/is-symbol/README.md create mode 100644 2019-setembro/node_modules/is-symbol/index.js create mode 100644 2019-setembro/node_modules/is-symbol/package.json create mode 100644 2019-setembro/node_modules/is-symbol/test/.eslintrc create mode 100644 2019-setembro/node_modules/is-symbol/test/index.js create mode 100644 2019-setembro/node_modules/is-windows/LICENSE create mode 100644 2019-setembro/node_modules/is-windows/README.md create mode 100644 2019-setembro/node_modules/is-windows/index.js create mode 100644 2019-setembro/node_modules/is-windows/package.json create mode 100644 2019-setembro/node_modules/isarray/.npmignore create mode 100644 2019-setembro/node_modules/isarray/.travis.yml create mode 100644 2019-setembro/node_modules/isarray/Makefile create mode 100644 2019-setembro/node_modules/isarray/README.md create mode 100644 2019-setembro/node_modules/isarray/component.json create mode 100644 2019-setembro/node_modules/isarray/index.js create mode 100644 2019-setembro/node_modules/isarray/package.json create mode 100644 2019-setembro/node_modules/isarray/test.js create mode 100644 2019-setembro/node_modules/isexe/.npmignore create mode 100644 2019-setembro/node_modules/isexe/LICENSE create mode 100644 2019-setembro/node_modules/isexe/README.md create mode 100644 2019-setembro/node_modules/isexe/index.js create mode 100644 2019-setembro/node_modules/isexe/mode.js create mode 100644 2019-setembro/node_modules/isexe/package.json create mode 100644 2019-setembro/node_modules/isexe/test/basic.js create mode 100644 2019-setembro/node_modules/isexe/windows.js create mode 100644 2019-setembro/node_modules/isobject/LICENSE create mode 100644 2019-setembro/node_modules/isobject/README.md create mode 100644 2019-setembro/node_modules/isobject/index.d.ts create mode 100644 2019-setembro/node_modules/isobject/index.js create mode 100644 2019-setembro/node_modules/isobject/package.json create mode 100644 2019-setembro/node_modules/jest-worker/LICENSE create mode 100644 2019-setembro/node_modules/jest-worker/README.md create mode 100644 2019-setembro/node_modules/jest-worker/build/Farm.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/Farm.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/Farm.js create mode 100644 2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/WorkerPool.js create mode 100644 2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.js create mode 100644 2019-setembro/node_modules/jest-worker/build/index.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/index.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/index.js create mode 100644 2019-setembro/node_modules/jest-worker/build/types.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/types.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/types.js create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.js create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.js create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/processChild.js create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts.map create mode 100644 2019-setembro/node_modules/jest-worker/build/workers/threadChild.js create mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/browser.js create mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/index.js create mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/license create mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/package.json create mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/readme.md create mode 100644 2019-setembro/node_modules/jest-worker/package.json create mode 100644 2019-setembro/node_modules/js-tokens/CHANGELOG.md create mode 100644 2019-setembro/node_modules/js-tokens/LICENSE create mode 100644 2019-setembro/node_modules/js-tokens/README.md create mode 100644 2019-setembro/node_modules/js-tokens/index.js create mode 100644 2019-setembro/node_modules/js-tokens/package.json create mode 100644 2019-setembro/node_modules/json-parse-better-errors/CHANGELOG.md create mode 100644 2019-setembro/node_modules/json-parse-better-errors/LICENSE.md create mode 100644 2019-setembro/node_modules/json-parse-better-errors/README.md create mode 100644 2019-setembro/node_modules/json-parse-better-errors/index.js create mode 100644 2019-setembro/node_modules/json-parse-better-errors/package.json create mode 100644 2019-setembro/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/kleur/index.js create mode 100644 2019-setembro/node_modules/kleur/kleur.d.ts create mode 100644 2019-setembro/node_modules/kleur/license create mode 100644 2019-setembro/node_modules/kleur/package.json create mode 100644 2019-setembro/node_modules/kleur/readme.md create mode 100644 2019-setembro/node_modules/livereload/.github/ISSUE_TEMPLATE create mode 100644 2019-setembro/node_modules/livereload/.travis.yml create mode 100644 2019-setembro/node_modules/livereload/Cakefile create mode 100644 2019-setembro/node_modules/livereload/LICENSE create mode 100644 2019-setembro/node_modules/livereload/README.md create mode 100755 2019-setembro/node_modules/livereload/bin/livereload.js create mode 100644 2019-setembro/node_modules/livereload/examples/index.html create mode 100644 2019-setembro/node_modules/livereload/examples/server.js create mode 100644 2019-setembro/node_modules/livereload/ext/livereload.js create mode 100644 2019-setembro/node_modules/livereload/lib/command.coffee create mode 100644 2019-setembro/node_modules/livereload/lib/command.js create mode 100755 2019-setembro/node_modules/livereload/lib/livereload.coffee create mode 100644 2019-setembro/node_modules/livereload/lib/livereload.js create mode 100644 2019-setembro/node_modules/livereload/package.json create mode 100644 2019-setembro/node_modules/livereload/test/index.test.coffee create mode 100644 2019-setembro/node_modules/livereload/test/mocha.opts create mode 100644 2019-setembro/node_modules/livereload/test/ssl/localhost.cert create mode 100644 2019-setembro/node_modules/livereload/test/ssl/localhost.key create mode 100644 2019-setembro/node_modules/load-json-file/index.js create mode 100644 2019-setembro/node_modules/load-json-file/license create mode 100644 2019-setembro/node_modules/load-json-file/package.json create mode 100644 2019-setembro/node_modules/load-json-file/readme.md create mode 100644 2019-setembro/node_modules/local-access/index.js create mode 100644 2019-setembro/node_modules/local-access/license create mode 100644 2019-setembro/node_modules/local-access/package.json create mode 100644 2019-setembro/node_modules/local-access/readme.md create mode 100644 2019-setembro/node_modules/magic-string/CHANGELOG.md create mode 100644 2019-setembro/node_modules/magic-string/LICENSE create mode 100644 2019-setembro/node_modules/magic-string/README.md create mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js create mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js.map create mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.es.js create mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.es.js.map create mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.umd.js create mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.umd.js.map create mode 100644 2019-setembro/node_modules/magic-string/index.d.ts create mode 100644 2019-setembro/node_modules/magic-string/package.json create mode 100644 2019-setembro/node_modules/map-cache/LICENSE create mode 100644 2019-setembro/node_modules/map-cache/README.md create mode 100644 2019-setembro/node_modules/map-cache/index.js create mode 100644 2019-setembro/node_modules/map-cache/package.json create mode 100644 2019-setembro/node_modules/map-visit/LICENSE create mode 100644 2019-setembro/node_modules/map-visit/README.md create mode 100644 2019-setembro/node_modules/map-visit/index.js create mode 100644 2019-setembro/node_modules/map-visit/package.json create mode 100644 2019-setembro/node_modules/memorystream/.npmignore create mode 100644 2019-setembro/node_modules/memorystream/Gruntfile.js create mode 100644 2019-setembro/node_modules/memorystream/LICENSE create mode 100644 2019-setembro/node_modules/memorystream/README.md create mode 100644 2019-setembro/node_modules/memorystream/index.js create mode 100644 2019-setembro/node_modules/memorystream/package.json create mode 100644 2019-setembro/node_modules/memorystream/test/example.js create mode 100644 2019-setembro/node_modules/memorystream/test/memorystream.test.js create mode 100644 2019-setembro/node_modules/merge-stream/LICENSE create mode 100644 2019-setembro/node_modules/merge-stream/README.md create mode 100644 2019-setembro/node_modules/merge-stream/index.js create mode 100644 2019-setembro/node_modules/merge-stream/package.json create mode 100644 2019-setembro/node_modules/micromatch/CHANGELOG.md create mode 100755 2019-setembro/node_modules/micromatch/LICENSE create mode 100644 2019-setembro/node_modules/micromatch/README.md create mode 100644 2019-setembro/node_modules/micromatch/index.js create mode 100644 2019-setembro/node_modules/micromatch/lib/.DS_Store create mode 100644 2019-setembro/node_modules/micromatch/lib/cache.js create mode 100644 2019-setembro/node_modules/micromatch/lib/compilers.js create mode 100644 2019-setembro/node_modules/micromatch/lib/parsers.js create mode 100644 2019-setembro/node_modules/micromatch/lib/utils.js create mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/CHANGELOG.md create mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/LICENSE create mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/README.md create mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/index.js create mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/package.json create mode 100644 2019-setembro/node_modules/micromatch/node_modules/extend-shallow/LICENSE create mode 100644 2019-setembro/node_modules/micromatch/node_modules/extend-shallow/README.md create mode 100644 2019-setembro/node_modules/micromatch/node_modules/extend-shallow/index.js create mode 100644 2019-setembro/node_modules/micromatch/node_modules/extend-shallow/package.json create mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/LICENSE create mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/README.md create mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.d.ts create mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.js create mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/package.json create mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/CHANGELOG.md create mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/micromatch/package.json create mode 100644 2019-setembro/node_modules/mime/.eslintrc.json create mode 100644 2019-setembro/node_modules/mime/.github/ISSUE_TEMPLATE.md create mode 100644 2019-setembro/node_modules/mime/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 2019-setembro/node_modules/mime/.travis.yml create mode 100644 2019-setembro/node_modules/mime/CHANGELOG.md create mode 100644 2019-setembro/node_modules/mime/CONTRIBUTING.md create mode 100644 2019-setembro/node_modules/mime/LICENSE create mode 100644 2019-setembro/node_modules/mime/Mime.js create mode 100644 2019-setembro/node_modules/mime/README.md create mode 100755 2019-setembro/node_modules/mime/cli.js create mode 100644 2019-setembro/node_modules/mime/index.js create mode 100644 2019-setembro/node_modules/mime/lite.js create mode 100644 2019-setembro/node_modules/mime/package.json create mode 100644 2019-setembro/node_modules/mime/src/README_js.md create mode 100644 2019-setembro/node_modules/mime/src/benchmark.js create mode 100755 2019-setembro/node_modules/mime/src/build.js create mode 100644 2019-setembro/node_modules/mime/src/test.js create mode 100644 2019-setembro/node_modules/mime/types/other.js create mode 100644 2019-setembro/node_modules/mime/types/standard.js create mode 100644 2019-setembro/node_modules/minimatch/LICENSE create mode 100644 2019-setembro/node_modules/minimatch/README.md create mode 100644 2019-setembro/node_modules/minimatch/minimatch.js create mode 100644 2019-setembro/node_modules/minimatch/package.json create mode 100644 2019-setembro/node_modules/mixin-deep/LICENSE create mode 100644 2019-setembro/node_modules/mixin-deep/README.md create mode 100644 2019-setembro/node_modules/mixin-deep/index.js create mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/LICENSE create mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/README.md create mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/index.d.ts create mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/index.js create mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/package.json create mode 100644 2019-setembro/node_modules/mixin-deep/package.json create mode 100644 2019-setembro/node_modules/mri/lib/index.js create mode 100644 2019-setembro/node_modules/mri/license.md create mode 100644 2019-setembro/node_modules/mri/package.json create mode 100644 2019-setembro/node_modules/mri/readme.md create mode 100644 2019-setembro/node_modules/ms/index.js create mode 100644 2019-setembro/node_modules/ms/license.md create mode 100644 2019-setembro/node_modules/ms/package.json create mode 100644 2019-setembro/node_modules/ms/readme.md create mode 100644 2019-setembro/node_modules/nanomatch/CHANGELOG.md create mode 100644 2019-setembro/node_modules/nanomatch/LICENSE create mode 100644 2019-setembro/node_modules/nanomatch/README.md create mode 100644 2019-setembro/node_modules/nanomatch/index.js create mode 100644 2019-setembro/node_modules/nanomatch/lib/cache.js create mode 100644 2019-setembro/node_modules/nanomatch/lib/compilers.js create mode 100644 2019-setembro/node_modules/nanomatch/lib/parsers.js create mode 100644 2019-setembro/node_modules/nanomatch/lib/utils.js create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/CHANGELOG.md create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/LICENSE create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/README.md create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/index.js create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/package.json create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/extend-shallow/LICENSE create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/extend-shallow/README.md create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/extend-shallow/index.js create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/extend-shallow/package.json create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/LICENSE create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/README.md create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/index.d.ts create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/index.js create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/package.json create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/CHANGELOG.md create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/LICENSE create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/README.md create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/index.js create mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/package.json create mode 100644 2019-setembro/node_modules/nanomatch/package.json create mode 100644 2019-setembro/node_modules/nice-try/CHANGELOG.md create mode 100644 2019-setembro/node_modules/nice-try/LICENSE create mode 100644 2019-setembro/node_modules/nice-try/README.md create mode 100644 2019-setembro/node_modules/nice-try/package.json create mode 100644 2019-setembro/node_modules/nice-try/src/index.js create mode 100644 2019-setembro/node_modules/normalize-package-data/AUTHORS create mode 100644 2019-setembro/node_modules/normalize-package-data/LICENSE create mode 100644 2019-setembro/node_modules/normalize-package-data/README.md create mode 100644 2019-setembro/node_modules/normalize-package-data/lib/extract_description.js create mode 100644 2019-setembro/node_modules/normalize-package-data/lib/fixer.js create mode 100644 2019-setembro/node_modules/normalize-package-data/lib/make_warning.js create mode 100644 2019-setembro/node_modules/normalize-package-data/lib/normalize.js create mode 100644 2019-setembro/node_modules/normalize-package-data/lib/safe_format.js create mode 100644 2019-setembro/node_modules/normalize-package-data/lib/typos.json create mode 100644 2019-setembro/node_modules/normalize-package-data/lib/warning_messages.json create mode 120000 2019-setembro/node_modules/normalize-package-data/node_modules/.bin/semver create mode 100644 2019-setembro/node_modules/normalize-package-data/package.json create mode 100644 2019-setembro/node_modules/normalize-path/LICENSE create mode 100644 2019-setembro/node_modules/normalize-path/README.md create mode 100644 2019-setembro/node_modules/normalize-path/index.js create mode 100644 2019-setembro/node_modules/normalize-path/package.json create mode 100644 2019-setembro/node_modules/npm-run-all/LICENSE create mode 100644 2019-setembro/node_modules/npm-run-all/README.md create mode 100644 2019-setembro/node_modules/npm-run-all/bin/common/bootstrap.js create mode 100644 2019-setembro/node_modules/npm-run-all/bin/common/parse-cli-args.js create mode 100644 2019-setembro/node_modules/npm-run-all/bin/common/version.js create mode 100644 2019-setembro/node_modules/npm-run-all/bin/npm-run-all/help.js create mode 100755 2019-setembro/node_modules/npm-run-all/bin/npm-run-all/index.js create mode 100644 2019-setembro/node_modules/npm-run-all/bin/npm-run-all/main.js create mode 100644 2019-setembro/node_modules/npm-run-all/bin/run-p/help.js create mode 100755 2019-setembro/node_modules/npm-run-all/bin/run-p/index.js create mode 100644 2019-setembro/node_modules/npm-run-all/bin/run-p/main.js create mode 100644 2019-setembro/node_modules/npm-run-all/bin/run-s/help.js create mode 100755 2019-setembro/node_modules/npm-run-all/bin/run-s/index.js create mode 100644 2019-setembro/node_modules/npm-run-all/bin/run-s/main.js create mode 100644 2019-setembro/node_modules/npm-run-all/docs/node-api.md create mode 100644 2019-setembro/node_modules/npm-run-all/docs/npm-run-all.md create mode 100644 2019-setembro/node_modules/npm-run-all/docs/run-p.md create mode 100644 2019-setembro/node_modules/npm-run-all/docs/run-s.md create mode 100644 2019-setembro/node_modules/npm-run-all/lib/create-header.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/create-prefix-transform-stream.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/index.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/match-tasks.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/npm-run-all-error.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/read-package-json.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/run-task.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/run-tasks.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/spawn-posix.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/spawn-win32.js create mode 100644 2019-setembro/node_modules/npm-run-all/lib/spawn.js create mode 120000 2019-setembro/node_modules/npm-run-all/node_modules/.bin/pidtree create mode 100644 2019-setembro/node_modules/npm-run-all/package.json create mode 100644 2019-setembro/node_modules/object-copy/LICENSE create mode 100644 2019-setembro/node_modules/object-copy/index.js create mode 100644 2019-setembro/node_modules/object-copy/package.json create mode 100644 2019-setembro/node_modules/object-inspect/.nycrc create mode 100644 2019-setembro/node_modules/object-inspect/.travis.yml create mode 100644 2019-setembro/node_modules/object-inspect/LICENSE create mode 100644 2019-setembro/node_modules/object-inspect/example/all.js create mode 100644 2019-setembro/node_modules/object-inspect/example/circular.js create mode 100644 2019-setembro/node_modules/object-inspect/example/fn.js create mode 100644 2019-setembro/node_modules/object-inspect/example/inspect.js create mode 100644 2019-setembro/node_modules/object-inspect/index.js create mode 100644 2019-setembro/node_modules/object-inspect/package.json create mode 100644 2019-setembro/node_modules/object-inspect/readme.markdown create mode 100644 2019-setembro/node_modules/object-inspect/test-core-js.js create mode 100644 2019-setembro/node_modules/object-inspect/test/bigint.js create mode 100644 2019-setembro/node_modules/object-inspect/test/browser/dom.js create mode 100644 2019-setembro/node_modules/object-inspect/test/circular.js create mode 100644 2019-setembro/node_modules/object-inspect/test/deep.js create mode 100644 2019-setembro/node_modules/object-inspect/test/element.js create mode 100644 2019-setembro/node_modules/object-inspect/test/err.js create mode 100644 2019-setembro/node_modules/object-inspect/test/fn.js create mode 100644 2019-setembro/node_modules/object-inspect/test/has.js create mode 100644 2019-setembro/node_modules/object-inspect/test/holes.js create mode 100644 2019-setembro/node_modules/object-inspect/test/inspect.js create mode 100644 2019-setembro/node_modules/object-inspect/test/lowbyte.js create mode 100644 2019-setembro/node_modules/object-inspect/test/number.js create mode 100644 2019-setembro/node_modules/object-inspect/test/quoteStyle.js create mode 100644 2019-setembro/node_modules/object-inspect/test/undef.js create mode 100644 2019-setembro/node_modules/object-inspect/test/values.js create mode 100644 2019-setembro/node_modules/object-inspect/util.inspect.js create mode 100644 2019-setembro/node_modules/object-keys/.editorconfig create mode 100644 2019-setembro/node_modules/object-keys/.eslintrc create mode 100644 2019-setembro/node_modules/object-keys/.travis.yml create mode 100644 2019-setembro/node_modules/object-keys/CHANGELOG.md create mode 100644 2019-setembro/node_modules/object-keys/LICENSE create mode 100644 2019-setembro/node_modules/object-keys/README.md create mode 100644 2019-setembro/node_modules/object-keys/implementation.js create mode 100644 2019-setembro/node_modules/object-keys/index.js create mode 100644 2019-setembro/node_modules/object-keys/isArguments.js create mode 100644 2019-setembro/node_modules/object-keys/package.json create mode 100644 2019-setembro/node_modules/object-keys/test/index.js create mode 100644 2019-setembro/node_modules/object-visit/LICENSE create mode 100644 2019-setembro/node_modules/object-visit/README.md create mode 100644 2019-setembro/node_modules/object-visit/index.js create mode 100644 2019-setembro/node_modules/object-visit/package.json create mode 100644 2019-setembro/node_modules/object.pick/LICENSE create mode 100644 2019-setembro/node_modules/object.pick/README.md create mode 100644 2019-setembro/node_modules/object.pick/index.js create mode 100644 2019-setembro/node_modules/object.pick/package.json create mode 100644 2019-setembro/node_modules/options/.npmignore create mode 100644 2019-setembro/node_modules/options/Makefile create mode 100644 2019-setembro/node_modules/options/README.md create mode 100644 2019-setembro/node_modules/options/lib/options.js create mode 100644 2019-setembro/node_modules/options/package.json create mode 100644 2019-setembro/node_modules/opts/.npmignore create mode 100644 2019-setembro/node_modules/opts/README.md create mode 100644 2019-setembro/node_modules/opts/examples/example1.js create mode 100644 2019-setembro/node_modules/opts/examples/example2.js create mode 100644 2019-setembro/node_modules/opts/examples/example3.js create mode 100644 2019-setembro/node_modules/opts/examples/example4.js create mode 100644 2019-setembro/node_modules/opts/package.json create mode 100644 2019-setembro/node_modules/opts/src/opts.js create mode 100644 2019-setembro/node_modules/parse-json/index.js create mode 100644 2019-setembro/node_modules/parse-json/license create mode 100644 2019-setembro/node_modules/parse-json/package.json create mode 100644 2019-setembro/node_modules/parse-json/readme.md create mode 100644 2019-setembro/node_modules/pascalcase/LICENSE create mode 100644 2019-setembro/node_modules/pascalcase/README.md create mode 100644 2019-setembro/node_modules/pascalcase/index.js create mode 100644 2019-setembro/node_modules/pascalcase/package.json create mode 100644 2019-setembro/node_modules/path-dirname/index.js create mode 100644 2019-setembro/node_modules/path-dirname/license create mode 100644 2019-setembro/node_modules/path-dirname/package.json create mode 100644 2019-setembro/node_modules/path-dirname/readme.md create mode 100644 2019-setembro/node_modules/path-is-absolute/index.js create mode 100644 2019-setembro/node_modules/path-is-absolute/license create mode 100644 2019-setembro/node_modules/path-is-absolute/package.json create mode 100644 2019-setembro/node_modules/path-is-absolute/readme.md create mode 100644 2019-setembro/node_modules/path-key/index.js create mode 100644 2019-setembro/node_modules/path-key/license create mode 100644 2019-setembro/node_modules/path-key/package.json create mode 100644 2019-setembro/node_modules/path-key/readme.md create mode 100644 2019-setembro/node_modules/path-parse/.travis.yml create mode 100644 2019-setembro/node_modules/path-parse/LICENSE create mode 100644 2019-setembro/node_modules/path-parse/README.md create mode 100644 2019-setembro/node_modules/path-parse/index.js create mode 100644 2019-setembro/node_modules/path-parse/package.json create mode 100644 2019-setembro/node_modules/path-parse/test.js create mode 100644 2019-setembro/node_modules/path-type/index.js create mode 100644 2019-setembro/node_modules/path-type/license create mode 100644 2019-setembro/node_modules/path-type/package.json create mode 100644 2019-setembro/node_modules/path-type/readme.md create mode 100644 2019-setembro/node_modules/pidtree/README.md create mode 100755 2019-setembro/node_modules/pidtree/bin/pidtree.js create mode 100644 2019-setembro/node_modules/pidtree/index.js create mode 100644 2019-setembro/node_modules/pidtree/lib/bin.js create mode 100644 2019-setembro/node_modules/pidtree/lib/get.js create mode 100644 2019-setembro/node_modules/pidtree/lib/pidtree.js create mode 100644 2019-setembro/node_modules/pidtree/lib/ps.js create mode 100644 2019-setembro/node_modules/pidtree/lib/wmic.js create mode 100644 2019-setembro/node_modules/pidtree/license create mode 100644 2019-setembro/node_modules/pidtree/package.json create mode 100644 2019-setembro/node_modules/pify/index.js create mode 100644 2019-setembro/node_modules/pify/license create mode 100644 2019-setembro/node_modules/pify/package.json create mode 100644 2019-setembro/node_modules/pify/readme.md create mode 100644 2019-setembro/node_modules/posix-character-classes/LICENSE create mode 100644 2019-setembro/node_modules/posix-character-classes/README.md create mode 100644 2019-setembro/node_modules/posix-character-classes/index.js create mode 100644 2019-setembro/node_modules/posix-character-classes/package.json create mode 100644 2019-setembro/node_modules/process-nextick-args/index.js create mode 100644 2019-setembro/node_modules/process-nextick-args/license.md create mode 100644 2019-setembro/node_modules/process-nextick-args/package.json create mode 100644 2019-setembro/node_modules/process-nextick-args/readme.md create mode 100644 2019-setembro/node_modules/read-pkg/index.js create mode 100644 2019-setembro/node_modules/read-pkg/license create mode 100644 2019-setembro/node_modules/read-pkg/package.json create mode 100644 2019-setembro/node_modules/read-pkg/readme.md create mode 100644 2019-setembro/node_modules/readable-stream/.travis.yml create mode 100644 2019-setembro/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 2019-setembro/node_modules/readable-stream/GOVERNANCE.md create mode 100644 2019-setembro/node_modules/readable-stream/LICENSE create mode 100644 2019-setembro/node_modules/readable-stream/README.md create mode 100644 2019-setembro/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 2019-setembro/node_modules/readable-stream/duplex-browser.js create mode 100644 2019-setembro/node_modules/readable-stream/duplex.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 2019-setembro/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 2019-setembro/node_modules/readable-stream/package.json create mode 100644 2019-setembro/node_modules/readable-stream/passthrough.js create mode 100644 2019-setembro/node_modules/readable-stream/readable-browser.js create mode 100644 2019-setembro/node_modules/readable-stream/readable.js create mode 100644 2019-setembro/node_modules/readable-stream/transform.js create mode 100644 2019-setembro/node_modules/readable-stream/writable-browser.js create mode 100644 2019-setembro/node_modules/readable-stream/writable.js create mode 100644 2019-setembro/node_modules/readdirp/LICENSE create mode 100644 2019-setembro/node_modules/readdirp/README.md create mode 100644 2019-setembro/node_modules/readdirp/package.json create mode 100644 2019-setembro/node_modules/readdirp/readdirp.js create mode 100644 2019-setembro/node_modules/readdirp/stream-api.js create mode 100644 2019-setembro/node_modules/regex-not/LICENSE create mode 100644 2019-setembro/node_modules/regex-not/README.md create mode 100644 2019-setembro/node_modules/regex-not/index.js create mode 100644 2019-setembro/node_modules/regex-not/node_modules/extend-shallow/LICENSE create mode 100644 2019-setembro/node_modules/regex-not/node_modules/extend-shallow/README.md create mode 100644 2019-setembro/node_modules/regex-not/node_modules/extend-shallow/index.js create mode 100644 2019-setembro/node_modules/regex-not/node_modules/extend-shallow/package.json create mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/LICENSE create mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/README.md create mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/index.d.ts create mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/index.js create mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/package.json create mode 100644 2019-setembro/node_modules/regex-not/package.json create mode 100644 2019-setembro/node_modules/remove-trailing-separator/history.md create mode 100644 2019-setembro/node_modules/remove-trailing-separator/index.js create mode 100644 2019-setembro/node_modules/remove-trailing-separator/license create mode 100644 2019-setembro/node_modules/remove-trailing-separator/package.json create mode 100644 2019-setembro/node_modules/remove-trailing-separator/readme.md create mode 100644 2019-setembro/node_modules/repeat-element/LICENSE create mode 100644 2019-setembro/node_modules/repeat-element/README.md create mode 100644 2019-setembro/node_modules/repeat-element/index.js create mode 100644 2019-setembro/node_modules/repeat-element/package.json create mode 100644 2019-setembro/node_modules/repeat-string/LICENSE create mode 100644 2019-setembro/node_modules/repeat-string/README.md create mode 100644 2019-setembro/node_modules/repeat-string/index.js create mode 100644 2019-setembro/node_modules/repeat-string/package.json create mode 100644 2019-setembro/node_modules/require-relative/README.md create mode 100644 2019-setembro/node_modules/require-relative/index.js create mode 100644 2019-setembro/node_modules/require-relative/package.json create mode 100644 2019-setembro/node_modules/resolve-url/.jshintrc create mode 100644 2019-setembro/node_modules/resolve-url/LICENSE create mode 100644 2019-setembro/node_modules/resolve-url/bower.json create mode 100644 2019-setembro/node_modules/resolve-url/changelog.md create mode 100644 2019-setembro/node_modules/resolve-url/component.json create mode 100644 2019-setembro/node_modules/resolve-url/package.json create mode 100644 2019-setembro/node_modules/resolve-url/readme.md create mode 100644 2019-setembro/node_modules/resolve-url/resolve-url.js create mode 100644 2019-setembro/node_modules/resolve-url/test/resolve-url.js create mode 100644 2019-setembro/node_modules/resolve/.editorconfig create mode 100644 2019-setembro/node_modules/resolve/.eslintignore create mode 100644 2019-setembro/node_modules/resolve/.eslintrc create mode 100644 2019-setembro/node_modules/resolve/.travis.yml create mode 100644 2019-setembro/node_modules/resolve/LICENSE create mode 100644 2019-setembro/node_modules/resolve/appveyor.yml create mode 100644 2019-setembro/node_modules/resolve/example/async.js create mode 100644 2019-setembro/node_modules/resolve/example/sync.js create mode 100644 2019-setembro/node_modules/resolve/index.js create mode 100644 2019-setembro/node_modules/resolve/lib/async.js create mode 100644 2019-setembro/node_modules/resolve/lib/caller.js create mode 100644 2019-setembro/node_modules/resolve/lib/core.js create mode 100644 2019-setembro/node_modules/resolve/lib/core.json create mode 100644 2019-setembro/node_modules/resolve/lib/node-modules-paths.js create mode 100644 2019-setembro/node_modules/resolve/lib/normalize-options.js create mode 100644 2019-setembro/node_modules/resolve/lib/sync.js create mode 100644 2019-setembro/node_modules/resolve/package.json create mode 100644 2019-setembro/node_modules/resolve/readme.markdown create mode 100644 2019-setembro/node_modules/resolve/test/.eslintrc create mode 100644 2019-setembro/node_modules/resolve/test/core.js create mode 100644 2019-setembro/node_modules/resolve/test/dotdot.js create mode 100644 2019-setembro/node_modules/resolve/test/dotdot/abc/index.js create mode 100644 2019-setembro/node_modules/resolve/test/dotdot/index.js create mode 100644 2019-setembro/node_modules/resolve/test/faulty_basedir.js create mode 100644 2019-setembro/node_modules/resolve/test/filter.js create mode 100644 2019-setembro/node_modules/resolve/test/filter_sync.js create mode 100644 2019-setembro/node_modules/resolve/test/mock.js create mode 100644 2019-setembro/node_modules/resolve/test/mock_sync.js create mode 100644 2019-setembro/node_modules/resolve/test/module_dir.js create mode 100644 2019-setembro/node_modules/resolve/test/module_dir/xmodules/aaa/index.js create mode 100644 2019-setembro/node_modules/resolve/test/module_dir/ymodules/aaa/index.js create mode 100644 2019-setembro/node_modules/resolve/test/module_dir/zmodules/bbb/main.js create mode 100644 2019-setembro/node_modules/resolve/test/module_dir/zmodules/bbb/package.json create mode 100644 2019-setembro/node_modules/resolve/test/node-modules-paths.js create mode 100644 2019-setembro/node_modules/resolve/test/node_path.js create mode 100644 2019-setembro/node_modules/resolve/test/node_path/x/aaa/index.js create mode 100644 2019-setembro/node_modules/resolve/test/node_path/x/ccc/index.js create mode 100644 2019-setembro/node_modules/resolve/test/node_path/y/bbb/index.js create mode 100644 2019-setembro/node_modules/resolve/test/node_path/y/ccc/index.js create mode 100644 2019-setembro/node_modules/resolve/test/nonstring.js create mode 100644 2019-setembro/node_modules/resolve/test/pathfilter.js create mode 100644 2019-setembro/node_modules/resolve/test/pathfilter/deep_ref/main.js create mode 100644 2019-setembro/node_modules/resolve/test/precedence.js create mode 100644 2019-setembro/node_modules/resolve/test/precedence/aaa.js create mode 100644 2019-setembro/node_modules/resolve/test/precedence/aaa/index.js create mode 100644 2019-setembro/node_modules/resolve/test/precedence/aaa/main.js create mode 100644 2019-setembro/node_modules/resolve/test/precedence/bbb.js create mode 100644 2019-setembro/node_modules/resolve/test/precedence/bbb/main.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/baz/doom.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/baz/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/baz/quux.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/browser_field/a.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/browser_field/b.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/browser_field/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/cup.coffee create mode 100644 2019-setembro/node_modules/resolve/test/resolver/dot_main/index.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/dot_main/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/dot_slash_main/index.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/dot_slash_main/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/foo.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/incorrect_main/index.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/incorrect_main/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/invalid_main/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/mug.coffee create mode 100644 2019-setembro/node_modules/resolve/test/resolver/mug.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/lerna.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/other_path/lib/other-lib.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/other_path/root.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/quux/foo/index.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/same_names/foo.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/same_names/foo/index.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep create mode 100644 2019-setembro/node_modules/resolve/test/resolver/symlinked/package/bar.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver/symlinked/package/package.json create mode 100644 2019-setembro/node_modules/resolve/test/resolver/without_basedir/main.js create mode 100644 2019-setembro/node_modules/resolve/test/resolver_sync.js create mode 100644 2019-setembro/node_modules/resolve/test/shadowed_core.js create mode 100644 2019-setembro/node_modules/resolve/test/shadowed_core/node_modules/util/index.js create mode 100644 2019-setembro/node_modules/resolve/test/subdirs.js create mode 100644 2019-setembro/node_modules/resolve/test/symlinks.js create mode 100644 2019-setembro/node_modules/ret/LICENSE create mode 100644 2019-setembro/node_modules/ret/README.md create mode 100644 2019-setembro/node_modules/ret/lib/index.js create mode 100644 2019-setembro/node_modules/ret/lib/positions.js create mode 100644 2019-setembro/node_modules/ret/lib/sets.js create mode 100644 2019-setembro/node_modules/ret/lib/types.js create mode 100644 2019-setembro/node_modules/ret/lib/util.js create mode 100644 2019-setembro/node_modules/ret/package.json create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/CHANGELOG.md create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/LICENSE create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/README.md create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js.map create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.es.js create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.es.js.map create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/index.d.ts create mode 120000 2019-setembro/node_modules/rollup-plugin-commonjs/node_modules/.bin/rollup create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/package.json create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/ast-utils.js create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/helpers.js create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/index.js create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/is-cjs.js create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/resolve-id.js create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/transform.js create mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/utils.js create mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/CHANGELOG.md create mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/LICENSE.md create mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/README.md create mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/dist/index.cjs.js create mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/dist/index.es.js create mode 120000 2019-setembro/node_modules/rollup-plugin-livereload/node_modules/.bin/livereload create mode 120000 2019-setembro/node_modules/rollup-plugin-livereload/node_modules/.bin/rollup create mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/package.json create mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/CHANGELOG.md create mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/README.md create mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/dist/rollup-plugin-node-resolve.cjs.js create mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/dist/rollup-plugin-node-resolve.es.js create mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/index.d.ts create mode 120000 2019-setembro/node_modules/rollup-plugin-node-resolve/node_modules/.bin/rollup create mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/package.json create mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/src/index.js create mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/CHANGELOG.md create mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/LICENSE create mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/README.md create mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/index.js create mode 120000 2019-setembro/node_modules/rollup-plugin-svelte/node_modules/.bin/rollup create mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/package.json create mode 100644 2019-setembro/node_modules/rollup-plugin-terser/LICENSE create mode 100644 2019-setembro/node_modules/rollup-plugin-terser/README.md create mode 100644 2019-setembro/node_modules/rollup-plugin-terser/index.js create mode 120000 2019-setembro/node_modules/rollup-plugin-terser/node_modules/.bin/rollup create mode 120000 2019-setembro/node_modules/rollup-plugin-terser/node_modules/.bin/terser create mode 100644 2019-setembro/node_modules/rollup-plugin-terser/package.json create mode 100644 2019-setembro/node_modules/rollup-plugin-terser/transform.js create mode 100644 2019-setembro/node_modules/rollup-pluginutils/CHANGELOG.md create mode 100644 2019-setembro/node_modules/rollup-pluginutils/README.md create mode 100644 2019-setembro/node_modules/rollup-pluginutils/dist/pluginutils.cjs.js create mode 100644 2019-setembro/node_modules/rollup-pluginutils/dist/pluginutils.d.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/dist/pluginutils.es.js create mode 100644 2019-setembro/node_modules/rollup-pluginutils/package.json create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/addExtension.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/attachScopes.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/createFilter.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/dataToEsm.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/extractAssignedNames.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/index.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/makeLegalIdentifier.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/pluginutils.d.ts create mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/utils/ensureArray.ts create mode 100644 2019-setembro/node_modules/rollup/CHANGELOG.md create mode 100644 2019-setembro/node_modules/rollup/LICENSE.md create mode 100644 2019-setembro/node_modules/rollup/README.md create mode 100755 2019-setembro/node_modules/rollup/dist/bin/rollup create mode 100644 2019-setembro/node_modules/rollup/dist/rollup.browser.es.js create mode 100644 2019-setembro/node_modules/rollup/dist/rollup.browser.js create mode 100644 2019-setembro/node_modules/rollup/dist/rollup.d.ts create mode 100644 2019-setembro/node_modules/rollup/dist/rollup.es.js create mode 100644 2019-setembro/node_modules/rollup/dist/rollup.js create mode 100644 2019-setembro/node_modules/rollup/dist/shared/index.js create mode 120000 2019-setembro/node_modules/rollup/node_modules/.bin/acorn create mode 100644 2019-setembro/node_modules/rollup/package.json create mode 100644 2019-setembro/node_modules/sade/lib/index.js create mode 100644 2019-setembro/node_modules/sade/lib/utils.js create mode 100644 2019-setembro/node_modules/sade/license create mode 100644 2019-setembro/node_modules/sade/package.json create mode 100644 2019-setembro/node_modules/sade/readme.md create mode 100644 2019-setembro/node_modules/safe-buffer/LICENSE create mode 100644 2019-setembro/node_modules/safe-buffer/README.md create mode 100644 2019-setembro/node_modules/safe-buffer/index.d.ts create mode 100644 2019-setembro/node_modules/safe-buffer/index.js create mode 100644 2019-setembro/node_modules/safe-buffer/package.json create mode 100644 2019-setembro/node_modules/safe-regex/.travis.yml create mode 100644 2019-setembro/node_modules/safe-regex/LICENSE create mode 100644 2019-setembro/node_modules/safe-regex/example/safe.js create mode 100644 2019-setembro/node_modules/safe-regex/index.js create mode 100644 2019-setembro/node_modules/safe-regex/package.json create mode 100644 2019-setembro/node_modules/safe-regex/readme.markdown create mode 100644 2019-setembro/node_modules/safe-regex/test/regex.js create mode 100644 2019-setembro/node_modules/semver/CHANGELOG.md create mode 100644 2019-setembro/node_modules/semver/LICENSE create mode 100644 2019-setembro/node_modules/semver/README.md create mode 100755 2019-setembro/node_modules/semver/bin/semver create mode 100644 2019-setembro/node_modules/semver/package.json create mode 100644 2019-setembro/node_modules/semver/range.bnf create mode 100644 2019-setembro/node_modules/semver/semver.js create mode 100644 2019-setembro/node_modules/serialize-javascript/LICENSE create mode 100644 2019-setembro/node_modules/serialize-javascript/README.md create mode 100644 2019-setembro/node_modules/serialize-javascript/index.js create mode 100644 2019-setembro/node_modules/serialize-javascript/package.json create mode 100644 2019-setembro/node_modules/set-value/LICENSE create mode 100644 2019-setembro/node_modules/set-value/README.md create mode 100644 2019-setembro/node_modules/set-value/index.js create mode 100644 2019-setembro/node_modules/set-value/package.json create mode 100644 2019-setembro/node_modules/shebang-command/index.js create mode 100644 2019-setembro/node_modules/shebang-command/license create mode 100644 2019-setembro/node_modules/shebang-command/package.json create mode 100644 2019-setembro/node_modules/shebang-command/readme.md create mode 100644 2019-setembro/node_modules/shebang-regex/index.js create mode 100644 2019-setembro/node_modules/shebang-regex/license create mode 100644 2019-setembro/node_modules/shebang-regex/package.json create mode 100644 2019-setembro/node_modules/shebang-regex/readme.md create mode 100644 2019-setembro/node_modules/shell-quote/.travis.yml create mode 100644 2019-setembro/node_modules/shell-quote/CHANGELOG.md create mode 100644 2019-setembro/node_modules/shell-quote/LICENSE create mode 100644 2019-setembro/node_modules/shell-quote/example/env.js create mode 100644 2019-setembro/node_modules/shell-quote/example/op.js create mode 100644 2019-setembro/node_modules/shell-quote/example/parse.js create mode 100644 2019-setembro/node_modules/shell-quote/example/quote.js create mode 100644 2019-setembro/node_modules/shell-quote/index.js create mode 100644 2019-setembro/node_modules/shell-quote/package.json create mode 100644 2019-setembro/node_modules/shell-quote/readme.markdown create mode 100644 2019-setembro/node_modules/shell-quote/test/comment.js create mode 100644 2019-setembro/node_modules/shell-quote/test/env.js create mode 100644 2019-setembro/node_modules/shell-quote/test/env_fn.js create mode 100644 2019-setembro/node_modules/shell-quote/test/op.js create mode 100644 2019-setembro/node_modules/shell-quote/test/parse.js create mode 100644 2019-setembro/node_modules/shell-quote/test/quote.js create mode 100644 2019-setembro/node_modules/shell-quote/test/set.js create mode 100644 2019-setembro/node_modules/sirv-cli/boot.js create mode 100755 2019-setembro/node_modules/sirv-cli/index.js create mode 100644 2019-setembro/node_modules/sirv-cli/package.json create mode 100644 2019-setembro/node_modules/sirv-cli/readme.md create mode 100644 2019-setembro/node_modules/sirv/index.js create mode 120000 2019-setembro/node_modules/sirv/node_modules/.bin/mime create mode 100644 2019-setembro/node_modules/sirv/package.json create mode 100644 2019-setembro/node_modules/sirv/readme.md create mode 100644 2019-setembro/node_modules/snapdragon-node/LICENSE create mode 100644 2019-setembro/node_modules/snapdragon-node/README.md create mode 100644 2019-setembro/node_modules/snapdragon-node/index.js create mode 100644 2019-setembro/node_modules/snapdragon-node/node_modules/define-property/LICENSE create mode 100644 2019-setembro/node_modules/snapdragon-node/node_modules/define-property/README.md create mode 100644 2019-setembro/node_modules/snapdragon-node/node_modules/define-property/index.js create mode 100644 2019-setembro/node_modules/snapdragon-node/node_modules/define-property/package.json create mode 100644 2019-setembro/node_modules/snapdragon-node/package.json create mode 100644 2019-setembro/node_modules/snapdragon-util/LICENSE create mode 100644 2019-setembro/node_modules/snapdragon-util/README.md create mode 100644 2019-setembro/node_modules/snapdragon-util/index.js create mode 100644 2019-setembro/node_modules/snapdragon-util/package.json create mode 100644 2019-setembro/node_modules/snapdragon/LICENSE create mode 100644 2019-setembro/node_modules/snapdragon/README.md create mode 100644 2019-setembro/node_modules/snapdragon/index.js create mode 100644 2019-setembro/node_modules/snapdragon/lib/compiler.js create mode 100644 2019-setembro/node_modules/snapdragon/lib/parser.js create mode 100644 2019-setembro/node_modules/snapdragon/lib/position.js create mode 100644 2019-setembro/node_modules/snapdragon/lib/source-maps.js create mode 100644 2019-setembro/node_modules/snapdragon/lib/utils.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/CHANGELOG.md create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/LICENSE create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/README.md create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.debug.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js.map create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/array-set.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64-vlq.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/binary-search.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/mapping-list.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/quick-sort.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-consumer.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-generator.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-node.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/util.js create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/package.json create mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/source-map.js create mode 100644 2019-setembro/node_modules/snapdragon/package.json create mode 100644 2019-setembro/node_modules/source-map-resolve/.jshintrc create mode 100644 2019-setembro/node_modules/source-map-resolve/.travis.yml create mode 100644 2019-setembro/node_modules/source-map-resolve/LICENSE create mode 100644 2019-setembro/node_modules/source-map-resolve/bower.json create mode 100644 2019-setembro/node_modules/source-map-resolve/changelog.md create mode 100644 2019-setembro/node_modules/source-map-resolve/component.json create mode 100644 2019-setembro/node_modules/source-map-resolve/generate-source-map-resolve.js create mode 100644 2019-setembro/node_modules/source-map-resolve/lib/decode-uri-component.js create mode 100644 2019-setembro/node_modules/source-map-resolve/lib/resolve-url.js create mode 100644 2019-setembro/node_modules/source-map-resolve/lib/source-map-resolve-node.js create mode 120000 2019-setembro/node_modules/source-map-resolve/node_modules/.bin/atob create mode 100644 2019-setembro/node_modules/source-map-resolve/package.json create mode 100644 2019-setembro/node_modules/source-map-resolve/readme.md create mode 100644 2019-setembro/node_modules/source-map-resolve/source-map-resolve.js create mode 100644 2019-setembro/node_modules/source-map-resolve/source-map-resolve.js.template create mode 100644 2019-setembro/node_modules/source-map-resolve/test/common.js create mode 100644 2019-setembro/node_modules/source-map-resolve/test/read.js create mode 100644 2019-setembro/node_modules/source-map-resolve/test/source-map-resolve.js create mode 100644 2019-setembro/node_modules/source-map-resolve/test/windows.js create mode 100644 2019-setembro/node_modules/source-map-resolve/x-package.json5 create mode 100644 2019-setembro/node_modules/source-map-support/LICENSE.md create mode 100644 2019-setembro/node_modules/source-map-support/README.md create mode 100644 2019-setembro/node_modules/source-map-support/browser-source-map-support.js create mode 100644 2019-setembro/node_modules/source-map-support/package.json create mode 100644 2019-setembro/node_modules/source-map-support/register.js create mode 100644 2019-setembro/node_modules/source-map-support/source-map-support.js create mode 100644 2019-setembro/node_modules/source-map-url/.jshintrc create mode 100644 2019-setembro/node_modules/source-map-url/LICENSE create mode 100644 2019-setembro/node_modules/source-map-url/bower.json create mode 100644 2019-setembro/node_modules/source-map-url/changelog.md create mode 100644 2019-setembro/node_modules/source-map-url/component.json create mode 100644 2019-setembro/node_modules/source-map-url/package.json create mode 100644 2019-setembro/node_modules/source-map-url/readme.md create mode 100644 2019-setembro/node_modules/source-map-url/source-map-url.js create mode 100644 2019-setembro/node_modules/source-map-url/test/source-map-url.js create mode 100644 2019-setembro/node_modules/source-map-url/x-package.json5 create mode 100644 2019-setembro/node_modules/source-map/CHANGELOG.md create mode 100644 2019-setembro/node_modules/source-map/LICENSE create mode 100644 2019-setembro/node_modules/source-map/README.md create mode 100644 2019-setembro/node_modules/source-map/dist/source-map.debug.js create mode 100644 2019-setembro/node_modules/source-map/dist/source-map.js create mode 100644 2019-setembro/node_modules/source-map/dist/source-map.min.js create mode 100644 2019-setembro/node_modules/source-map/dist/source-map.min.js.map create mode 100644 2019-setembro/node_modules/source-map/lib/array-set.js create mode 100644 2019-setembro/node_modules/source-map/lib/base64-vlq.js create mode 100644 2019-setembro/node_modules/source-map/lib/base64.js create mode 100644 2019-setembro/node_modules/source-map/lib/binary-search.js create mode 100644 2019-setembro/node_modules/source-map/lib/mapping-list.js create mode 100644 2019-setembro/node_modules/source-map/lib/quick-sort.js create mode 100644 2019-setembro/node_modules/source-map/lib/source-map-consumer.js create mode 100644 2019-setembro/node_modules/source-map/lib/source-map-generator.js create mode 100644 2019-setembro/node_modules/source-map/lib/source-node.js create mode 100644 2019-setembro/node_modules/source-map/lib/util.js create mode 100644 2019-setembro/node_modules/source-map/package.json create mode 100644 2019-setembro/node_modules/source-map/source-map.d.ts create mode 100644 2019-setembro/node_modules/source-map/source-map.js create mode 100644 2019-setembro/node_modules/sourcemap-codec/CHANGELOG.md create mode 100644 2019-setembro/node_modules/sourcemap-codec/LICENSE create mode 100644 2019-setembro/node_modules/sourcemap-codec/README.md create mode 100644 2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js create mode 100644 2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js create mode 100644 2019-setembro/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts create mode 100644 2019-setembro/node_modules/sourcemap-codec/package.json create mode 100644 2019-setembro/node_modules/spdx-correct/LICENSE create mode 100644 2019-setembro/node_modules/spdx-correct/README.md create mode 100644 2019-setembro/node_modules/spdx-correct/index.js create mode 100644 2019-setembro/node_modules/spdx-correct/package.json create mode 100644 2019-setembro/node_modules/spdx-exceptions/README.md create mode 100644 2019-setembro/node_modules/spdx-exceptions/index.json create mode 100644 2019-setembro/node_modules/spdx-exceptions/package.json create mode 100644 2019-setembro/node_modules/spdx-exceptions/test.log create mode 100644 2019-setembro/node_modules/spdx-expression-parse/AUTHORS create mode 100644 2019-setembro/node_modules/spdx-expression-parse/LICENSE create mode 100644 2019-setembro/node_modules/spdx-expression-parse/README.md create mode 100644 2019-setembro/node_modules/spdx-expression-parse/index.js create mode 100644 2019-setembro/node_modules/spdx-expression-parse/package.json create mode 100644 2019-setembro/node_modules/spdx-expression-parse/parse.js create mode 100644 2019-setembro/node_modules/spdx-expression-parse/scan.js create mode 100644 2019-setembro/node_modules/spdx-license-ids/README.md create mode 100644 2019-setembro/node_modules/spdx-license-ids/deprecated.json create mode 100644 2019-setembro/node_modules/spdx-license-ids/index.json create mode 100644 2019-setembro/node_modules/spdx-license-ids/package.json create mode 100644 2019-setembro/node_modules/split-string/LICENSE create mode 100644 2019-setembro/node_modules/split-string/README.md create mode 100644 2019-setembro/node_modules/split-string/index.js create mode 100644 2019-setembro/node_modules/split-string/node_modules/extend-shallow/LICENSE create mode 100644 2019-setembro/node_modules/split-string/node_modules/extend-shallow/README.md create mode 100644 2019-setembro/node_modules/split-string/node_modules/extend-shallow/index.js create mode 100644 2019-setembro/node_modules/split-string/node_modules/extend-shallow/package.json create mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/LICENSE create mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/README.md create mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/index.d.ts create mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/index.js create mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/package.json create mode 100644 2019-setembro/node_modules/split-string/package.json create mode 100644 2019-setembro/node_modules/static-extend/LICENSE create mode 100644 2019-setembro/node_modules/static-extend/index.js create mode 100644 2019-setembro/node_modules/static-extend/package.json create mode 100644 2019-setembro/node_modules/string.prototype.padend/.eslintrc create mode 100644 2019-setembro/node_modules/string.prototype.padend/.jscs.json create mode 100644 2019-setembro/node_modules/string.prototype.padend/.npmignore create mode 100644 2019-setembro/node_modules/string.prototype.padend/.travis.yml create mode 100644 2019-setembro/node_modules/string.prototype.padend/CHANGELOG.md create mode 100644 2019-setembro/node_modules/string.prototype.padend/LICENSE create mode 100644 2019-setembro/node_modules/string.prototype.padend/README.md create mode 100644 2019-setembro/node_modules/string.prototype.padend/implementation.js create mode 100644 2019-setembro/node_modules/string.prototype.padend/index.js create mode 100644 2019-setembro/node_modules/string.prototype.padend/package.json create mode 100644 2019-setembro/node_modules/string.prototype.padend/polyfill.js create mode 100644 2019-setembro/node_modules/string.prototype.padend/shim.js create mode 100644 2019-setembro/node_modules/string.prototype.padend/test/index.js create mode 100644 2019-setembro/node_modules/string.prototype.padend/test/shimmed.js create mode 100644 2019-setembro/node_modules/string.prototype.padend/test/tests.js create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/.eslintrc create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/.jscs.json create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/.npmignore create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/.travis.yml create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/CHANGELOG.md create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/LICENSE create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/README.md create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/implementation.js create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/index.js create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/package.json create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/polyfill.js create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/shim.js create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/test/index.js create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/test/shimmed.js create mode 100644 2019-setembro/node_modules/string.prototype.trimleft/test/tests.js create mode 100644 2019-setembro/node_modules/string.prototype.trimright/.eslintrc create mode 100644 2019-setembro/node_modules/string.prototype.trimright/.jscs.json create mode 100644 2019-setembro/node_modules/string.prototype.trimright/.npmignore create mode 100644 2019-setembro/node_modules/string.prototype.trimright/.travis.yml create mode 100644 2019-setembro/node_modules/string.prototype.trimright/CHANGELOG.md create mode 100644 2019-setembro/node_modules/string.prototype.trimright/LICENSE create mode 100644 2019-setembro/node_modules/string.prototype.trimright/README.md create mode 100644 2019-setembro/node_modules/string.prototype.trimright/implementation.js create mode 100644 2019-setembro/node_modules/string.prototype.trimright/index.js create mode 100644 2019-setembro/node_modules/string.prototype.trimright/package.json create mode 100644 2019-setembro/node_modules/string.prototype.trimright/polyfill.js create mode 100644 2019-setembro/node_modules/string.prototype.trimright/shim.js create mode 100644 2019-setembro/node_modules/string.prototype.trimright/test/index.js create mode 100644 2019-setembro/node_modules/string.prototype.trimright/test/shimmed.js create mode 100644 2019-setembro/node_modules/string.prototype.trimright/test/tests.js create mode 100644 2019-setembro/node_modules/string_decoder/.travis.yml create mode 100644 2019-setembro/node_modules/string_decoder/LICENSE create mode 100644 2019-setembro/node_modules/string_decoder/README.md create mode 100644 2019-setembro/node_modules/string_decoder/lib/string_decoder.js create mode 100644 2019-setembro/node_modules/string_decoder/package.json create mode 100644 2019-setembro/node_modules/strip-bom/index.js create mode 100644 2019-setembro/node_modules/strip-bom/license create mode 100644 2019-setembro/node_modules/strip-bom/package.json create mode 100644 2019-setembro/node_modules/strip-bom/readme.md create mode 100644 2019-setembro/node_modules/supports-color/browser.js create mode 100644 2019-setembro/node_modules/supports-color/index.js create mode 100644 2019-setembro/node_modules/supports-color/license create mode 100644 2019-setembro/node_modules/supports-color/package.json create mode 100644 2019-setembro/node_modules/supports-color/readme.md create mode 100644 2019-setembro/node_modules/svelte/CHANGELOG.md create mode 100644 2019-setembro/node_modules/svelte/LICENSE create mode 100644 2019-setembro/node_modules/svelte/README.md create mode 100644 2019-setembro/node_modules/svelte/animate/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/animate/index.js create mode 100644 2019-setembro/node_modules/svelte/animate/index.mjs create mode 100644 2019-setembro/node_modules/svelte/animate/package.json create mode 100644 2019-setembro/node_modules/svelte/compiler.d.ts create mode 100644 2019-setembro/node_modules/svelte/compiler.js create mode 100644 2019-setembro/node_modules/svelte/compiler.js.map create mode 100644 2019-setembro/node_modules/svelte/easing/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/easing/index.js create mode 100644 2019-setembro/node_modules/svelte/easing/index.mjs create mode 100644 2019-setembro/node_modules/svelte/easing/package.json create mode 100644 2019-setembro/node_modules/svelte/index.js create mode 100644 2019-setembro/node_modules/svelte/index.mjs create mode 100644 2019-setembro/node_modules/svelte/internal/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/internal/index.js create mode 100644 2019-setembro/node_modules/svelte/internal/index.mjs create mode 100644 2019-setembro/node_modules/svelte/internal/package.json create mode 100644 2019-setembro/node_modules/svelte/motion/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/motion/index.js create mode 100644 2019-setembro/node_modules/svelte/motion/index.mjs create mode 100644 2019-setembro/node_modules/svelte/motion/package.json create mode 100644 2019-setembro/node_modules/svelte/package.json create mode 100644 2019-setembro/node_modules/svelte/register.js create mode 100644 2019-setembro/node_modules/svelte/store/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/store/index.js create mode 100644 2019-setembro/node_modules/svelte/store/index.mjs create mode 100644 2019-setembro/node_modules/svelte/store/package.json create mode 100644 2019-setembro/node_modules/svelte/transition/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/transition/index.js create mode 100644 2019-setembro/node_modules/svelte/transition/index.mjs create mode 100644 2019-setembro/node_modules/svelte/transition/package.json create mode 100644 2019-setembro/node_modules/svelte/types/compiler/Stats.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/Component.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/create_module.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/css/Selector.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/css/Stylesheet.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/css/gather_possible_values.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/internal_exports.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Action.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Animation.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Attribute.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/AwaitBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Binding.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Body.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/CatchBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Class.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Comment.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/DebugTag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EachBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Element.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ElseBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EventHandler.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Fragment.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Head.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/IfBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/InlineComponent.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Let.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/MustacheTag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Options.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/PendingBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/RawMustacheTag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Slot.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Text.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ThenBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Title.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Transition.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Window.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/interfaces.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/AbstractBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Expression.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Node.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Tag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/TemplateScope.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/map_children.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Block.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Renderer.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/AwaitBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Body.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/DebugTag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/EachBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Attribute.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Binding.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/StyleAttribute.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Fragment.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Head.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/IfBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/InlineComponent/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/MustacheTag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/RawMustacheTag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Slot.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Text.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Title.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Window.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Action.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Tag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Wrapper.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_actions.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_event_handlers.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/bind_this.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/get_context_merger.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/is_dynamic.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/Renderer.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/AwaitBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Comment.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/DebugTag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/EachBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Element.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Head.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/HtmlTag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/IfBlock.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/InlineComponent.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Slot.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Tag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Text.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Title.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/shared/get_slot_scope.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/CodeBuilder.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/__test__.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/add_to_set.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/check_graph_for_cycles.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/deindent.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/flatten_reference.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_name_from_filename.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_object.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_slot_data.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/invalidate.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/scope.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/snip.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_attribute.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_props.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/tail.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/unwrap_parens.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/config.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/interfaces.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/acorn.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/read/context.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/read/expression.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/read/script.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/read/style.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/state/fragment.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/state/mustache.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/state/tag.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/state/text.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/utils/entities.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/utils/html.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/preprocess/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/error.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/full_char_code_at.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/fuzzymatch.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/get_code_frame.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/indentation.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/list.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/names.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/namespaces.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/nodes_match.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/patterns.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/repeat.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/trim.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/ambient.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/animate/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/easing/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/Component.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/animations.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/await_block.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/dev.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/dom.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/environment.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/globals.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/keyed_each.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/lifecycle.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/loop.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/scheduler.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/spread.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/ssr.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/style_manager.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/transitions.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/utils.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/motion/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/motion/spring.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/motion/tweened.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/motion/utils.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/store/index.d.ts create mode 100644 2019-setembro/node_modules/svelte/types/runtime/transition/index.d.ts create mode 100644 2019-setembro/node_modules/terser/CHANGELOG.md create mode 100644 2019-setembro/node_modules/terser/LICENSE create mode 100644 2019-setembro/node_modules/terser/PATRONS.md create mode 100644 2019-setembro/node_modules/terser/README.md create mode 100755 2019-setembro/node_modules/terser/bin/uglifyjs create mode 100755 2019-setembro/node_modules/terser/bin/uglifyjsnobundle create mode 100644 2019-setembro/node_modules/terser/dist/.gitkeep create mode 100644 2019-setembro/node_modules/terser/dist/bundle.js create mode 100644 2019-setembro/node_modules/terser/dist/bundle.js.map create mode 100644 2019-setembro/node_modules/terser/dist/bundle.min.js create mode 100644 2019-setembro/node_modules/terser/dist/bundle.min.js.map create mode 100644 2019-setembro/node_modules/terser/package.json create mode 100644 2019-setembro/node_modules/terser/tools/colorless-console.js create mode 100644 2019-setembro/node_modules/terser/tools/domprops.js create mode 100644 2019-setembro/node_modules/terser/tools/exit.js create mode 100644 2019-setembro/node_modules/terser/tools/node.js create mode 100644 2019-setembro/node_modules/terser/tools/props.html create mode 100644 2019-setembro/node_modules/terser/tools/terser.d.ts create mode 100644 2019-setembro/node_modules/tinydate/dist/tinydate.js create mode 100644 2019-setembro/node_modules/tinydate/dist/tinydate.min.js create mode 100644 2019-setembro/node_modules/tinydate/dist/tinydate.mjs create mode 100644 2019-setembro/node_modules/tinydate/license create mode 100644 2019-setembro/node_modules/tinydate/package.json create mode 100644 2019-setembro/node_modules/tinydate/readme.md create mode 100644 2019-setembro/node_modules/to-object-path/LICENSE create mode 100644 2019-setembro/node_modules/to-object-path/README.md create mode 100644 2019-setembro/node_modules/to-object-path/index.js create mode 100644 2019-setembro/node_modules/to-object-path/package.json create mode 100644 2019-setembro/node_modules/to-regex-range/LICENSE create mode 100644 2019-setembro/node_modules/to-regex-range/README.md create mode 100644 2019-setembro/node_modules/to-regex-range/index.js create mode 100644 2019-setembro/node_modules/to-regex-range/package.json create mode 100644 2019-setembro/node_modules/to-regex/LICENSE create mode 100644 2019-setembro/node_modules/to-regex/README.md create mode 100644 2019-setembro/node_modules/to-regex/index.js create mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/CHANGELOG.md create mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/LICENSE create mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/README.md create mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/index.js create mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/package.json create mode 100644 2019-setembro/node_modules/to-regex/node_modules/extend-shallow/LICENSE create mode 100644 2019-setembro/node_modules/to-regex/node_modules/extend-shallow/README.md create mode 100644 2019-setembro/node_modules/to-regex/node_modules/extend-shallow/index.js create mode 100644 2019-setembro/node_modules/to-regex/node_modules/extend-shallow/package.json create mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/LICENSE create mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/README.md create mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.d.ts create mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.js create mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/package.json create mode 100644 2019-setembro/node_modules/to-regex/package.json create mode 100644 2019-setembro/node_modules/ultron/.npmignore create mode 100644 2019-setembro/node_modules/ultron/.travis.yml create mode 100644 2019-setembro/node_modules/ultron/LICENSE create mode 100644 2019-setembro/node_modules/ultron/README.md create mode 100644 2019-setembro/node_modules/ultron/index.js create mode 100644 2019-setembro/node_modules/ultron/package.json create mode 100644 2019-setembro/node_modules/ultron/test.js create mode 100644 2019-setembro/node_modules/union-value/LICENSE create mode 100644 2019-setembro/node_modules/union-value/README.md create mode 100644 2019-setembro/node_modules/union-value/index.js create mode 100644 2019-setembro/node_modules/union-value/package.json create mode 100644 2019-setembro/node_modules/unset-value/LICENSE create mode 100644 2019-setembro/node_modules/unset-value/README.md create mode 100644 2019-setembro/node_modules/unset-value/index.js create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/LICENSE create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/README.md create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/index.js create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/package.json create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-values/LICENSE create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-values/README.md create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-values/index.js create mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-values/package.json create mode 100644 2019-setembro/node_modules/unset-value/package.json create mode 100755 2019-setembro/node_modules/upath/LICENSE create mode 100644 2019-setembro/node_modules/upath/build/code/upath.js create mode 100644 2019-setembro/node_modules/upath/package.json create mode 100644 2019-setembro/node_modules/upath/readme.md create mode 100644 2019-setembro/node_modules/upath/upath.d.ts create mode 100644 2019-setembro/node_modules/urix/.jshintrc create mode 100644 2019-setembro/node_modules/urix/LICENSE create mode 100644 2019-setembro/node_modules/urix/index.js create mode 100644 2019-setembro/node_modules/urix/package.json create mode 100644 2019-setembro/node_modules/urix/readme.md create mode 100644 2019-setembro/node_modules/urix/test/index.js create mode 100644 2019-setembro/node_modules/use/LICENSE create mode 100644 2019-setembro/node_modules/use/README.md create mode 100644 2019-setembro/node_modules/use/index.js create mode 100644 2019-setembro/node_modules/use/package.json create mode 100644 2019-setembro/node_modules/util-deprecate/History.md create mode 100644 2019-setembro/node_modules/util-deprecate/LICENSE create mode 100644 2019-setembro/node_modules/util-deprecate/README.md create mode 100644 2019-setembro/node_modules/util-deprecate/browser.js create mode 100644 2019-setembro/node_modules/util-deprecate/node.js create mode 100644 2019-setembro/node_modules/util-deprecate/package.json create mode 100644 2019-setembro/node_modules/validate-npm-package-license/LICENSE create mode 100644 2019-setembro/node_modules/validate-npm-package-license/README.md create mode 100644 2019-setembro/node_modules/validate-npm-package-license/index.js create mode 100644 2019-setembro/node_modules/validate-npm-package-license/package.json create mode 100644 2019-setembro/node_modules/which/CHANGELOG.md create mode 100644 2019-setembro/node_modules/which/LICENSE create mode 100644 2019-setembro/node_modules/which/README.md create mode 100755 2019-setembro/node_modules/which/bin/which create mode 100644 2019-setembro/node_modules/which/package.json create mode 100644 2019-setembro/node_modules/which/which.js create mode 100644 2019-setembro/node_modules/ws/README.md create mode 100644 2019-setembro/node_modules/ws/index.js create mode 100644 2019-setembro/node_modules/ws/lib/.DS_Store create mode 100644 2019-setembro/node_modules/ws/lib/BufferPool.js create mode 100644 2019-setembro/node_modules/ws/lib/BufferUtil.fallback.js create mode 100644 2019-setembro/node_modules/ws/lib/BufferUtil.js create mode 100644 2019-setembro/node_modules/ws/lib/ErrorCodes.js create mode 100644 2019-setembro/node_modules/ws/lib/Extensions.js create mode 100644 2019-setembro/node_modules/ws/lib/PerMessageDeflate.js create mode 100644 2019-setembro/node_modules/ws/lib/Receiver.hixie.js create mode 100644 2019-setembro/node_modules/ws/lib/Receiver.js create mode 100644 2019-setembro/node_modules/ws/lib/Sender.hixie.js create mode 100644 2019-setembro/node_modules/ws/lib/Sender.js create mode 100644 2019-setembro/node_modules/ws/lib/Validation.fallback.js create mode 100644 2019-setembro/node_modules/ws/lib/Validation.js create mode 100644 2019-setembro/node_modules/ws/lib/WebSocket.js create mode 100644 2019-setembro/node_modules/ws/lib/WebSocketServer.js create mode 100644 2019-setembro/node_modules/ws/package.json create mode 100644 2019-setembro/package.json create mode 100644 2019-setembro/public/css/bundle.css create mode 100644 2019-setembro/public/css/bundle.css.map create mode 100644 2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff create mode 100644 2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 create mode 100644 2019-setembro/public/css/fonts/digital_display_tfb.ttf create mode 100644 2019-setembro/public/css/global.css create mode 100644 2019-setembro/public/css/reset.css create mode 100644 2019-setembro/public/favicon.png create mode 100644 2019-setembro/public/index.html create mode 100644 2019-setembro/public/js/bundle.js create mode 100644 2019-setembro/public/js/bundle.js.map create mode 100644 2019-setembro/rollup.config.js create mode 100644 2019-setembro/src/App.svelte create mode 100644 2019-setembro/src/components/KeyNumber.svelte create mode 100644 2019-setembro/src/containers/Screen.svelte create mode 100644 2019-setembro/src/main.js create mode 100644 2019-setembro/yarn.lock diff --git a/2019-setembro/README.md b/2019-setembro/README.md old mode 100644 new mode 100755 diff --git a/2019-setembro/node_modules/.bin/acorn b/2019-setembro/node_modules/.bin/acorn new file mode 120000 index 0000000..cf76760 --- /dev/null +++ b/2019-setembro/node_modules/.bin/acorn @@ -0,0 +1 @@ +../acorn/bin/acorn \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/atob b/2019-setembro/node_modules/.bin/atob new file mode 120000 index 0000000..a68344a --- /dev/null +++ b/2019-setembro/node_modules/.bin/atob @@ -0,0 +1 @@ +../atob/bin/atob.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/livereload b/2019-setembro/node_modules/.bin/livereload new file mode 120000 index 0000000..a204517 --- /dev/null +++ b/2019-setembro/node_modules/.bin/livereload @@ -0,0 +1 @@ +../livereload/bin/livereload.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/mime b/2019-setembro/node_modules/.bin/mime new file mode 120000 index 0000000..fbb7ee0 --- /dev/null +++ b/2019-setembro/node_modules/.bin/mime @@ -0,0 +1 @@ +../mime/cli.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/npm-run-all b/2019-setembro/node_modules/.bin/npm-run-all new file mode 120000 index 0000000..0424f3c --- /dev/null +++ b/2019-setembro/node_modules/.bin/npm-run-all @@ -0,0 +1 @@ +../npm-run-all/bin/npm-run-all/index.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/pidtree b/2019-setembro/node_modules/.bin/pidtree new file mode 120000 index 0000000..42c3f06 --- /dev/null +++ b/2019-setembro/node_modules/.bin/pidtree @@ -0,0 +1 @@ +../pidtree/bin/pidtree.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/rollup b/2019-setembro/node_modules/.bin/rollup new file mode 120000 index 0000000..5939621 --- /dev/null +++ b/2019-setembro/node_modules/.bin/rollup @@ -0,0 +1 @@ +../rollup/dist/bin/rollup \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/run-p b/2019-setembro/node_modules/.bin/run-p new file mode 120000 index 0000000..98a2c9c --- /dev/null +++ b/2019-setembro/node_modules/.bin/run-p @@ -0,0 +1 @@ +../npm-run-all/bin/run-p/index.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/run-s b/2019-setembro/node_modules/.bin/run-s new file mode 120000 index 0000000..5938622 --- /dev/null +++ b/2019-setembro/node_modules/.bin/run-s @@ -0,0 +1 @@ +../npm-run-all/bin/run-s/index.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/semver b/2019-setembro/node_modules/.bin/semver new file mode 120000 index 0000000..317eb29 --- /dev/null +++ b/2019-setembro/node_modules/.bin/semver @@ -0,0 +1 @@ +../semver/bin/semver \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/sirv b/2019-setembro/node_modules/.bin/sirv new file mode 120000 index 0000000..5b6ba90 --- /dev/null +++ b/2019-setembro/node_modules/.bin/sirv @@ -0,0 +1 @@ +../sirv-cli/index.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/terser b/2019-setembro/node_modules/.bin/terser new file mode 120000 index 0000000..9bccf64 --- /dev/null +++ b/2019-setembro/node_modules/.bin/terser @@ -0,0 +1 @@ +../terser/bin/uglifyjs \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/which b/2019-setembro/node_modules/.bin/which new file mode 120000 index 0000000..f62471c --- /dev/null +++ b/2019-setembro/node_modules/.bin/which @@ -0,0 +1 @@ +../which/bin/which \ No newline at end of file diff --git a/2019-setembro/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/f0/f4/ea18b143ebc27766eff5919ad22e242af78f569b4d9a9fcadd90644360acd179bce987c731926d9730c20b2f05e1ec262e323fbb847c10cd69527c6e611a b/2019-setembro/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/f0/f4/ea18b143ebc27766eff5919ad22e242af78f569b4d9a9fcadd90644360acd179bce987c731926d9730c20b2f05e1ec262e323fbb847c10cd69527c6e611a new file mode 100644 index 0000000..4c6c4fa --- /dev/null +++ b/2019-setembro/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/f0/f4/ea18b143ebc27766eff5919ad22e242af78f569b4d9a9fcadd90644360acd179bce987c731926d9730c20b2f05e1ec262e323fbb847c10cd69527c6e611a @@ -0,0 +1 @@ +{"code":"!function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&\"object\"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,\"default\",{enumerable:!0,value:e}),2&n&&\"string\"!=typeof e)for(var o in e)t.d(r,o,function(t){return e[t]}.bind(null,o));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,\"a\",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p=\"\",t(t.s=14)}([function(e,t,n){(function(e){function n(e,t){for(var n,r=0,o=e.length-1;0<=o;o--)\".\"===(n=e[o])?e.splice(o,1):\"..\"===n?(e.splice(o,1),r++):r&&(e.splice(o,1),r--);if(t)for(;r--;r)e.unshift(\"..\");return e}function r(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;rn?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var o=r(e.split(\"/\")),i=r(n.split(\"/\")),a=Math.min(o.length,i.length),s=a,u=0;ur?v(n)?e.stylize(RegExp.prototype.toString.call(n),\"regexp\"):e.stylize(\"[Object]\",\"special\"):(e.seen.push(n),h=A?function(e,t,n,r,o){for(var i=[],a=0,s=t.length;ae.seen.indexOf(l.value)?-1<(u=d(n)?s(e,l.value,null):s(e,l.value,n-1)).indexOf(\"\\n\")&&(u=i?u.split(\"\\n\").map(function(e){return\" \"+e}).join(\"\\n\").substr(2):\"\\n\"+u.split(\"\\n\").map(function(e){return\" \"+e}).join(\"\\n\")):u=e.stylize(\"[Circular]\",\"special\")),y(a)){if(i&&o.match(/^\\d+$/))return u;(a=JSON.stringify(\"\"+o)).match(/^\"([a-zA-Z_][a-zA-Z_0-9]*)\"$/)?(a=a.substr(1,a.length-2),a=e.stylize(a,\"name\")):(a=a.replace(/'/g,\"\\\\'\").replace(/\\\\\"/g,'\"').replace(/(^\"|\"$)/g,\"'\"),a=e.stylize(a,\"string\"))}return a+\": \"+u}function p(e){return Array.isArray(e)}function f(e){return\"boolean\"==typeof e}function d(e){return null===e}function h(e){return\"number\"==typeof e}function g(e){return\"string\"==typeof e}function y(e){return void 0===e}function v(e){return A(e)&&\"[object RegExp]\"===m(e)}function A(e){return\"object\"==typeof e&&null!==e}function _(e){return A(e)&&\"[object Date]\"===m(e)}function R(e){return A(e)&&(\"[object Error]\"===m(e)||e instanceof Error)}function E(e){return\"function\"==typeof e}function m(e){return Object.prototype.toString.call(e)}function b(e){return 10>e?\"0\"+e.toString(10):e.toString(10)}function x(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var C=/%[sdj%]/g;t.format=function(e){if(!g(e)){for(var t=[],n=0;n=i)return e;switch(e){case\"%s\":return r[n++]+\"\";case\"%d\":return+r[n++];case\"%j\":try{return JSON.stringify(r[n++])}catch(e){return\"[Circular]\"}default:return e}}),s=r[n];no;++o){var i=+(a[o]||0),s=+(r[o]||0);if(i!==s)return\"<\"===n?i=\"===n&&i>=s}return\">=\"===n}function o(e){var t=e.split(/ ?&& ?/);if(0===t.length)return!1;for(var n=0;nn||T(e[r],t)),r{if(\"MODULE_NOT_FOUND\"!==e.code)throw e}));return n}var i=n(0),a=(n.n(i),n(9)),s=n.n(a),u=n(10),l=n.n(u),c=n(11),p=n.n(c),f=n(2),d=n.n(f),h=n(12),g={rollup:\">=1.11.0\"};const y=new Set(s.a),v=\"\\0node-resolve:empty.js\",A=[\".mjs\",\".js\",\".json\",\".node\"],_=e=>new Promise(t=>d.a.exists(e,t)),R=e=>new Promise((t,n)=>d.a.readFile(e,(e,r)=>e?n(e):t(r))),E=e=>new Promise((t,n)=>d.a.realpath(e,(e,r)=>e?n(e):t(r))),m=e=>new Promise((t,n)=>d.a.stat(e,(e,r)=>e?n(e):t(r))),b=e=>{const t=new Map,n=(n,r)=>(!1===t.has(n)&&t.set(n,e(n).catch(e=>{throw t.delete(n),e})),t.get(n).then(e=>r(null,e),r));return n.clear=(()=>t.clear()),n},x=e=>{if(\"ENOENT\"===e.code)return!1;throw e},C=b(R),S=b(e=>m(e).then(e=>e.isDirectory(),x)),O=b(e=>m(e).then(e=>e.isFile(),x)),w=()=>null,T=(e,t)=>new Promise((n,r)=>l()(e,t,(e,t)=>e?r(e):n(t)));t.a=function(t={}){function n(e,t){if(T.has(t))return T.get(t);const n=Object(i.dirname)(t);let r=!1;for(let t=0;t{let o=e.browser[r];if(o&&\".\"===o[0]&&(o=Object(i.resolve)(n,o)),t[r]=o,\".\"===r[0]){const e=Object(i.resolve)(n,r);t[e]=o,Object(i.extname)(r)||x.reduce((t,n)=>(t[e+n]=t[r],t),t)}return t},{})},u=e.sideEffects;return\"boolean\"==typeof u?o.hasModuleSideEffects=(()=>u):Array.isArray(u)&&(o.hasModuleSideEffects=Object(h.a)(u,null,{resolve:n})),T.set(t,o),o}const a=function(e){let t;if(e.mainFields){if(\"module\"in e||\"main\"in e||\"jsnext\"in e)throw new Error(\"node-resolve: do not use deprecated 'module', 'main', 'jsnext' options with 'mainFields'\");t=e.mainFields}else t=[],[[\"module\",\"module\",!0],[\"jsnext\",\"jsnext:main\",!1],[\"main\",\"main\",!0]].forEach(([n,r,o])=>{n in e?(console.warn(`node-resolve: setting options.${n} is deprecated, please override options.mainFields instead`),e[n]&&t.push(r)):o&&t.push(r)});if(e.browser&&-1===t.indexOf(\"browser\"))return[\"browser\"].concat(t);if(!t.length)throw new Error(\"Please ensure at least one 'mainFields' value is specified\");return t}(t),s=-1!==a.indexOf(\"browser\"),u=t.dedupe||[],l=!0===t.preferBuiltins||!1===t.preferBuiltins,c=!l||t.preferBuiltins,f=t.customResolveOptions||{},d=t.jail,m=Array.isArray(t.only)?t.only.map(e=>e instanceof RegExp?e:new RegExp(\"^\"+(e+\"\").replace(/[\\\\^$*+?.()|[\\]{}]/g,\"\\\\$&\")+\"$\")):null,b=new Map;if(t.skip)throw new Error(\"options.skip is no longer supported — you should use the main Rollup `external` option instead\");const x=t.extensions||A,T=new Map,H=\"function\"==typeof u?u:e=>u.includes(e);let $;return{name:\"node-resolve\",buildStart(e){$=e.preserveSymlinks;const t=r(this.meta.rollupVersion.split(\".\").map(Number),2),n=t[0],o=t[1],i=g.rollup.slice(2),a=r(i.split(\".\").map(Number),2),s=a[0],u=a[1];(ne.test(A)))return null;let T=w,L=!0,N=!1;const k={basedir:u,packageFilter(e,t){let r;var o=n(e,t);return r=o.cachedPkg,T=o.hasModuleSideEffects,L=o.hasPackageEntry,N=o.packageBrowserField,r},readFile:C,isFile:O,isDirectory:S,extensions:x};void 0!==$&&(k.preserveSymlinks=$);const j=[];void 0!==a||r[0].match(/^\\.?\\.?\\//)||j.push(\"./\"+r);const I=y.has(r);return!I||c&&l||j.push(r+\"/\"),j.push(r),o(j,Object.assign(k,f)).then(e=>{if(e&&N){if(Object.prototype.hasOwnProperty.call(N,e)){if(!N[e])return b.set(e,N),v;e=N[e]}b.set(e,N)}return L&&!$&&e?_(e).then(t=>t?E(e):e):e}).then(e=>{if(L){if(y.has(e)&&c&&l)return null;if(I&&c)return l||this.warn(`preferring built-in module '${r}' over local alternative `+`at '${e}', pass 'preferBuiltins: false' to disable this `+\"behavior or 'preferBuiltins: true' to disable this warning\"),null;if(d&&0!==e.indexOf(Object(i.normalize)(d.trim(i.sep))))return null}return e&&t.modulesOnly?R(e).then(t=>p()(t)?{id:e,moduleSideEffects:T(e)}:null):{id:e,moduleSideEffects:T(e)}}).catch(()=>null)},load:e=>e===v?\"export default {};\":null}}}).call(this,n(1))},function(e,t,n){\"use strict\";(function(t){const{builtinModules:r}=n(2),o=[\"sys\"];e.exports=(r||Object.keys(t.binding(\"natives\"))).filter(e=>!/^_|^(internal|v8|node-inspect)\\/|\\//.test(e)&&!o.includes(e)).sort()}).call(this,n(1))},function(e,t,n){var r=n(4),o=n(16);o.core=r,o.isCore=function(e){return r[e]},o.sync=n(18),e.exports=o},function(e){var t=/(?:^\\s*|[}{\\(\\);,\\n]\\s*)(import\\s+['\"]|(import|module)\\s+[^\"'\\(\\)\\n;]+\\s+from\\s+['\"]|export\\s+(\\*|\\{|default|function|var|const|let|[_$a-zA-Z\\xA0-\\uFFFF][_$a-zA-Z0-9\\xA0-\\uFFFF]*))/,n=/(?:^\\s*|[}{\\(\\);,\\n]\\s*)(export\\s*\\*\\s*from\\s*(?:'([^']+)'|\"([^\"]+)\"))/;e.exports=function(e){return t.test(e)||n.test(e)}},function(e,t,n){\"use strict\";var r=Math.min;(function(e){function o(e,t){return e(t={exports:{}},t.exports),t.exports}function i(e,t,n){let r=u(e,t,\"-\",!1)||[],o=u(t,e,\"\",!1)||[],i=u(e,t,\"-?\",!0)||[];return r.concat(i).concat(o).join(\"|\")}function a(e,t,n){if(e===t)return{pattern:e,count:[],digits:0};let r=function(e,t){let n=[];for(let r=0;rt?1:t>e?-1:0}function c(e,t,n){return e.some(e=>e[t]===n)}function p(e,t){return+((e+\"\").slice(0,-t)+\"9\".repeat(t))}function f(e,t){return e-e%Math.pow(10,t)}function d(e){let[t=0,n=\"\"]=e;return n||1\"number\"==typeof e?E(e):\"string\"==typeof e&&\"\"!==e.trim()&&E(+e)),t.find=((e,t)=>e.nodes.find(e=>e.type===t)),t.exceedsLimit=((e,n,r=1,o)=>!1!==o&&t.isInteger(e)&&t.isInteger(n)&&(+n-+e)/+r>=o),t.escapeNode=((e,t=0,n)=>{let r=e.nodes[t];!r||(n&&r.type===n||\"open\"===r.type||\"close\"===r.type)&&!0!==r.escaped&&(r.value=\"\\\\\"+r.value,r.escaped=!0)}),t.encloseBrace=(e=>!(\"brace\"!==e.type||0!=e.commas>>0+e.ranges>>0||(e.invalid=!0,0))),t.isInvalidBrace=(e=>!(\"brace\"!==e.type)&&(!0===e.invalid||e.dollar||(0==e.commas>>0+e.ranges>>0?(e.invalid=!0,!0):(!0!==e.open||!0!==e.close)&&(e.invalid=!0,!0)))),t.isOpenOrClose=(e=>\"open\"===e.type||\"close\"===e.type||!0===e.open||!0===e.close),t.reduce=(e=>e.reduce((e,t)=>(\"text\"===t.type&&e.push(t.value),\"range\"===t.type&&(t.type=\"text\"),e),[])),t.flatten=((...e)=>{const t=[],n=e=>{for(let r,o=0;o{let n=(e,r={})=>{let o=t.escapeInvalid&&S.isInvalidBrace(r),i=!0===e.invalid&&!0===t.escapeInvalid,a=\"\";if(e.value)return(o||i)&&S.isOpenOrClose(e)?\"\\\\\"+e.value:e.value;if(e.value)return e.value;if(e.nodes)for(let t of e.nodes)a+=n(t);return a};return n(e)}),w=function(e){var t=Number.isFinite;return\"number\"==typeof e?0==e-e:\"string\"==typeof e&&\"\"!==e.trim()&&(t?t(+e):isFinite(+e))};const T=(e,t,n)=>{if(!1===w(e))throw new TypeError(\"toRegexRange: expected the first argument to be a number\");if(void 0===t||e===t)return e+\"\";if(!1===w(t))throw new TypeError(\"toRegexRange: expected the second argument to be a number.\");let o=Object.assign({relaxZeros:!0},n);\"boolean\"==typeof o.strictZeros&&(o.relaxZeros=!1===o.strictZeros);let a=e+\":\"+t+\"=\"+(o.relaxZeros+\"\")+(o.shorthand+\"\")+(o.capture+\"\")+(o.wrap+\"\");if(T.cache.hasOwnProperty(a))return T.cache[a].result;let u=r(e,t),l=R(e,t);if(1===_(u-l)){let n=e+\"|\"+t;return o.capture?`(${n})`:!1===o.wrap?n:`(?:${n})`}let c=g(e)||g(t),p={min:e,max:t,a:u,b:l},f=[],d=[];if(c&&(p.isPadded=c,p.maxLen=(p.max+\"\").length),0>u){d=s(0>l?_(l):1,_(u),p,o),u=p.a=0}return 0<=l&&(f=s(u,l,p,o)),p.negatives=d,p.positives=f,p.result=i(d,f),!0===o.capture?p.result=`(${p.result})`:!1!==o.wrap&&1T.cache={});var H=T;const $=e=>null!==e&&\"object\"==typeof e&&!Array.isArray(e),L=e=>\"number\"==typeof e||\"string\"==typeof e&&\"\"!==e,N=e=>E(+e),k=e=>{let t=`${e}`,n=-1;if(\"-\"===t[0]&&(t=t.slice(1)),\"0\"===t)return!1;for(;\"0\"===t[++n];);return 0{if(0{let n=\"-\"===e[0]?\"-\":\"\";for(n&&(e=e.slice(1),t--);e.length{if(n)return H(e,t,Object.assign({wrap:!1},r));let o=A(e);return e===t?o:`[${o}-${A(t)}]`},D=(e,t,n)=>{if(Array.isArray(e)){let t=!0===n.wrap,r=n.capture?\"\":\"?:\";return t?`(${r}${e.join(\"|\")})`:e.join(\"|\")}return H(e,t,n)},M=(...e)=>new RangeError(\"Invalid range arguments: \"+C.a.inspect(...e)),P=(e,t,n)=>{if(!0===n.strictRanges)throw M([e,t]);return[]},B=(e,t,n=1,o={})=>{if(!N(e)&&1A(e)),a=`${e}`.charCodeAt(0),s=`${t}`.charCodeAt(0),u=a>s,l=r(a,s),c=R(a,s);if(o.toRegex&&1===n)return F(l,c,!1,o);let p=[],f=0;for(;u?a>=s:a<=s;)p.push(i(a,f)),a=u?a-n:a+n,f++;return!0===o.toRegex?D(p,null,{wrap:!1,options:o}):p},U=(e,t,n,r={})=>{if(null==t&&L(e))return[e];if(!L(e)||!L(t))return P(e,t,r);if(\"function\"==typeof n)return U(e,t,1,{transform:n});if($(n))return U(e,t,0,n);let o=Object.assign({},r);return!0===o.capture&&(o.wrap=!0),n=n||o.step||1,N(n)?N(e)&&N(t)?((e,t,n=1,r={})=>{let o=+e,i=+t;if(!E(o)||!E(i)){if(!0===r.strictRanges)throw M([e,t]);return[]}0===o&&(o=0),0===i&&(i=0);let a=o>i,s=e+\"\",u=t+\"\",l=n+\"\";n=R(_(n),1);let c=k(s)||k(u)||k(l),p=c?R(s.length,u.length,l.length):0,f=!1===c&&!1===((e,t,n)=>\"string\"==typeof e||\"string\"==typeof t||!0===n.stringify)(e,t,r),d=r.transform||(e=>t=>!0===e?+t:t+\"\")(f);if(r.toRegex&&1===n)return F(I(e,p),I(t,p),!0,r);let h={negatives:[],positives:[]},g=e=>h[0>e?\"negatives\":\"positives\"].push(_(e)),y=[],v=0;for(;a?o>=i:o<=i;)!0===r.toRegex&&1{e.negatives.sort((e,t)=>et?1:0),e.positives.sort((e,t)=>et?1:0);let n,r=t.capture?\"\":\"?:\",o=\"\",i=\"\";return e.positives.length&&(o=e.positives.join(\"|\")),e.negatives.length&&(i=`-(${r}${e.negatives.join(\"|\")})`),n=o&&i?`${o}|${i}`:o||i,t.wrap?`(${r}${n})`:n})(h,r):D(y,null,Object.assign({wrap:!1},r)):y})(e,t,n,o):B(e,t,R(_(n),1),o):null==n||$(n)?U(e,t,1,n):((e,t)=>{if(!0===t.strictRanges)throw new TypeError(`Expected step \"${e}\" to be a number`);return[]})(n,o)};var G=U;const K=(e=\"\",t=\"\",n=!1)=>{let r=[];if(e=[].concat(e),!(t=[].concat(t)).length)return e;if(!e.length)return n?S.flatten(t).map(e=>`{${e}}`):t;for(let o of e)if(Array.isArray(o))for(let e of o)r.push(K(e,t,n));else for(let e of t)!0===n&&\"string\"==typeof e&&(e=`{${e}}`),r.push(Array.isArray(e)?K(o,e,n):o+e);return S.flatten(r)};const{MAX_LENGTH:z,CHAR_BACKSLASH:Q,CHAR_BACKTICK:Z,CHAR_COMMA:W,CHAR_DOT:X,CHAR_LEFT_PARENTHESES:q,CHAR_RIGHT_PARENTHESES:J,CHAR_LEFT_CURLY_BRACE:V,CHAR_RIGHT_CURLY_BRACE:Y,CHAR_LEFT_SQUARE_BRACKET:ee,CHAR_RIGHT_SQUARE_BRACKET:te,CHAR_DOUBLE_QUOTE:ne,CHAR_SINGLE_QUOTE:re,CHAR_NO_BREAK_SPACE:oe,CHAR_ZERO_WIDTH_NOBREAK_SPACE:ie}={MAX_LENGTH:65536,CHAR_0:\"0\",CHAR_9:\"9\",CHAR_UPPERCASE_A:\"A\",CHAR_LOWERCASE_A:\"a\",CHAR_UPPERCASE_Z:\"Z\",CHAR_LOWERCASE_Z:\"z\",CHAR_LEFT_PARENTHESES:\"(\",CHAR_RIGHT_PARENTHESES:\")\",CHAR_ASTERISK:\"*\",CHAR_AMPERSAND:\"&\",CHAR_AT:\"@\",CHAR_BACKSLASH:\"\\\\\",CHAR_BACKTICK:\"`\",CHAR_CARRIAGE_RETURN:\"\\r\",CHAR_CIRCUMFLEX_ACCENT:\"^\",CHAR_COLON:\":\",CHAR_COMMA:\",\",CHAR_DOLLAR:\"$\",CHAR_DOT:\".\",CHAR_DOUBLE_QUOTE:'\"',CHAR_EQUAL:\"=\",CHAR_EXCLAMATION_MARK:\"!\",CHAR_FORM_FEED:\"\\f\",CHAR_FORWARD_SLASH:\"/\",CHAR_HASH:\"#\",CHAR_HYPHEN_MINUS:\"-\",CHAR_LEFT_ANGLE_BRACKET:\"<\",CHAR_LEFT_CURLY_BRACE:\"{\",CHAR_LEFT_SQUARE_BRACKET:\"[\",CHAR_LINE_FEED:\"\\n\",CHAR_NO_BREAK_SPACE:\" \",CHAR_PERCENT:\"%\",CHAR_PLUS:\"+\",CHAR_QUESTION_MARK:\"?\",CHAR_RIGHT_ANGLE_BRACKET:\">\",CHAR_RIGHT_CURLY_BRACE:\"}\",CHAR_RIGHT_SQUARE_BRACKET:\"]\",CHAR_SEMICOLON:\";\",CHAR_SINGLE_QUOTE:\"'\",CHAR_SPACE:\" \",CHAR_TAB:\"\\t\",CHAR_UNDERSCORE:\"_\",CHAR_VERTICAL_LINE:\"|\",CHAR_ZERO_WIDTH_NOBREAK_SPACE:\"\\ufeff\"};const ae=(e,t={})=>{let n=[];if(Array.isArray(e))for(let r of e){let e=ae.create(r,t);Array.isArray(e)?n.push(...e):n.push(e)}else n=[].concat(ae.create(e,t));return t&&!0===t.expand&&!0===t.nodupes&&(n=[...new Set(n)]),n};ae.parse=((e,t={})=>((e,t={})=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");let n=t||{},o=\"number\"==typeof n.maxLength?r(z,n.maxLength):z;if(e.length>o)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${o})`);let i,a={type:\"root\",input:e,nodes:[]},s=[a],u=a,l=a,c=0,p=e.length,f=0,d=0;const h=()=>e[f++],g=e=>(\"text\"===e.type&&\"dot\"===l.type&&(l.type=\"text\"),l&&\"text\"===l.type&&\"text\"===e.type?void(l.value+=e.value):(u.nodes.push(e),e.parent=u,e.prev=l,l=e,e));for(g({type:\"bos\"});f{e.nodes||(\"open\"===e.type&&(e.isOpen=!0),\"close\"===e.type&&(e.isClose=!0),!e.nodes&&(e.type=\"text\"),e.invalid=!0)});let e=s[s.length-1],t=e.nodes.indexOf(u);e.nodes.splice(t,1,...u.nodes)}}while(0O(\"string\"==typeof e?ae.parse(e,t):e,t)),ae.compile=((e,t={})=>(\"string\"==typeof e&&(e=ae.parse(e,t)),((e,t={})=>{let n=(e,r={})=>{let o=S.isInvalidBrace(r),i=!0===e.invalid&&!0===t.escapeInvalid,a=!0===o||1==i,s=!0===t.escapeInvalid?\"\\\\\":\"\",u=\"\";if(!0===e.isOpen)return s+e.value;if(!0===e.isClose)return s+e.value;if(\"open\"===e.type)return a?s+e.value:\"(\";if(\"close\"===e.type)return a?s+e.value:\")\";if(\"comma\"===e.type)return\"comma\"===e.prev.type?\"\":a?e.value:\"|\";if(e.value)return e.value;if(e.nodes&&0{\"string\"==typeof e&&(e=ae.parse(e,t));let n=((e,t={})=>{let n=void 0===t.rangeLimit?1e3:t.rangeLimit,r=(e,o={})=>{e.queue=[];let i=o,a=o.queue;for(;\"brace\"!==i.type&&\"root\"!==i.type&&i.parent;)a=(i=i.parent).queue;if(e.invalid||e.dollar)return void a.push(K(a.pop(),O(e,t)));if(\"brace\"===e.type&&!0!==e.invalid&&2===e.nodes.length)return void a.push(K(a.pop(),[\"{}\"]));if(e.nodes&&0\"\"===e||3>e.length?[e]:!0===t.expand?ae.expand(e,t):ae.compile(e,t));var se=ae;const ue=\"[^\\\\\\\\/]\",le=\"\\\\.\",ce=\"\\\\/\",pe=\"(?:\\\\/|$)\",fe=\"(?:^|\\\\/)\",de=`\\\\.{1,2}${pe}`,he={DOT_LITERAL:le,PLUS_LITERAL:\"\\\\+\",QMARK_LITERAL:\"\\\\?\",SLASH_LITERAL:ce,ONE_CHAR:\"(?=.)\",QMARK:\"[^/]\",END_ANCHOR:pe,DOTS_SLASH:de,NO_DOT:\"(?!\\\\.)\",NO_DOTS:`(?!${fe}${de})`,NO_DOT_SLASH:`(?!\\\\.{0,1}${pe})`,NO_DOTS_SLASH:`(?!${de})`,QMARK_NO_DOT:\"[^.\\\\/]\",STAR:\"[^/]*?\",START_ANCHOR:fe},ge=Object.assign({},he,{SLASH_LITERAL:\"[\\\\\\\\/]\",QMARK:ue,STAR:`${ue}*?`,DOTS_SLASH:\"\\\\.{1,2}(?:[\\\\\\\\/]|$)\",NO_DOT:\"(?!\\\\.)\",NO_DOTS:\"(?!(?:^|[\\\\\\\\/])\\\\.{1,2}(?:[\\\\\\\\/]|$))\",NO_DOT_SLASH:\"(?!\\\\.{0,1}(?:[\\\\\\\\/]|$))\",NO_DOTS_SLASH:\"(?!\\\\.{1,2}(?:[\\\\\\\\/]|$))\",QMARK_NO_DOT:\"[^.\\\\\\\\/]\",START_ANCHOR:\"(?:^|[\\\\\\\\/])\",END_ANCHOR:\"(?:[\\\\\\\\/]|$)\"});var ye={MAX_LENGTH:65536,POSIX_REGEX_SOURCE:{alnum:\"a-zA-Z0-9\",alpha:\"a-zA-Z\",ascii:\"\\\\x00-\\\\x7F\",blank:\" \\\\t\",cntrl:\"\\\\x00-\\\\x1F\\\\x7F\",digit:\"0-9\",graph:\"\\\\x21-\\\\x7E\",lower:\"a-z\",print:\"\\\\x20-\\\\x7E \",punct:\"\\\\-!\\\"#$%&'()\\\\*+,./:;<=>?@[\\\\]^_`{|}~\",space:\" \\\\t\\\\r\\\\n\\\\v\\\\f\",upper:\"A-Z\",word:\"A-Za-z0-9_\",xdigit:\"A-Fa-f0-9\"},REGEX_BACKSLASH:/\\\\(?![*+?^${}(|)[\\]])/g,REGEX_NON_SPECIAL_CHAR:/^[^@![\\].,$*+?^{}()|\\\\\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\\\?)((\\W)(\\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\\[.*?[^\\\\]\\]|\\\\(?=.))/g,REPLACEMENTS:{\"***\":\"*\",\"**/**\":\"**\",\"**/**/**\":\"**\"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:b.a.sep,extglobChars:e=>({\"!\":{type:\"negate\",open:\"(?:(?!(?:\",close:`))${e.STAR})`},\"?\":{type:\"qmark\",open:\"(?:\",close:\")?\"},\"+\":{type:\"plus\",open:\"(?:\",close:\")+\"},\"*\":{type:\"star\",open:\"(?:\",close:\")*\"},\"@\":{type:\"at\",open:\"(?:\",close:\")\"}}),globChars:e=>!0===e?ge:he},ve=o(function(t,n){const r=\"win32\"===e.platform,{REGEX_SPECIAL_CHARS:o,REGEX_SPECIAL_CHARS_GLOBAL:i,REGEX_REMOVE_BACKSLASH:a}=ye;n.isObject=(e=>null!==e&&\"object\"==typeof e&&!Array.isArray(e)),n.hasRegexChars=(e=>o.test(e)),n.isRegexChar=(e=>1===e.length&&n.hasRegexChars(e)),n.escapeRegex=(e=>e.replace(i,\"\\\\$1\")),n.toPosixSlashes=(e=>e.replace(/\\\\/g,\"/\")),n.removeBackslashes=(e=>e.replace(a,e=>\"\\\\\"===e?\"\":e)),n.supportsLookbehinds=(()=>{let t=e.version.slice(1).split(\".\");return 3===t.length&&9<=+t[0]||8==+t[0]&&10<=+t[1]}),n.isWindows=(e=>e&&\"boolean\"==typeof e.windows?e.windows:1==r||\"\\\\\"===b.a.sep),n.escapeLast=((e,t,r)=>{let o=e.lastIndexOf(t,r);return-1===o?e:\"\\\\\"===e[o-1]?n.escapeLast(e,t,o-1):e.slice(0,o)+\"\\\\\"+e.slice(o)})});ve.isObject,ve.hasRegexChars,ve.isRegexChar,ve.escapeRegex,ve.toPosixSlashes,ve.removeBackslashes,ve.supportsLookbehinds,ve.isWindows,ve.escapeLast;const{CHAR_ASTERISK:Ae,CHAR_AT:_e,CHAR_BACKWARD_SLASH:Re,CHAR_COMMA:Ee,CHAR_DOT:me,CHAR_EXCLAMATION_MARK:be,CHAR_FORWARD_SLASH:xe,CHAR_LEFT_CURLY_BRACE:Ce,CHAR_LEFT_PARENTHESES:Se,CHAR_LEFT_SQUARE_BRACKET:Oe,CHAR_PLUS:we,CHAR_QUESTION_MARK:Te,CHAR_RIGHT_CURLY_BRACE:He,CHAR_RIGHT_PARENTHESES:$e,CHAR_RIGHT_SQUARE_BRACKET:Le}=ye;var Ne=(e,t)=>{let n,r,o=e.length-1,i=-1,a=0,s=0,u=!1,l=!1,c=!1,p=0,f=!1,d=()=>i>=o,h=()=>(n=r,e.charCodeAt(++i));for(;ie===xe||e===Re)(v.charCodeAt(v.length-1))&&(v=v.slice(0,-1)),!0===(t||{}).unescape&&(A&&(A=ve.removeBackslashes(A)),v&&1==l&&(v=ve.removeBackslashes(v))),{prefix:g,input:y,base:v,glob:A,negated:c,isGlob:u}};const{MAX_LENGTH:ke,POSIX_REGEX_SOURCE:je,REGEX_NON_SPECIAL_CHAR:Ie,REGEX_SPECIAL_CHARS_BACKREF:Fe,REPLACEMENTS:De}=ye,Me=(e,t)=>{if(\"function\"==typeof t.expandRange)return t.expandRange(...e,t);return e.sort(),`[${e.join(\"-\")}]`},Pe=e=>{let t=1;for(;\"!\"===e.peek()&&(\"(\"!==e.peek(2)||\"?\"===e.peek(3));)e.advance(),e.start++,t++;return 0!=t%2&&(e.negated=!0,e.start++,!0)},Be=(e,t)=>`Missing ${e}: \"${t}\" - use \"\\\\\\\\${t}\" to match literal characters`,Ue=(e,t)=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");e=De[e]||e;let n=Object.assign({},t),o=\"number\"==typeof n.maxLength?r(ke,n.maxLength):ke,i=e.length;if(i>o)throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${o}`);let a={type:\"bos\",value:\"\",output:n.prepend||\"\"},s=[a],u=n.capture?\"\":\"?:\",l=ve.isWindows(t);const c=ye.globChars(l),p=ye.extglobChars(c),{DOT_LITERAL:f,PLUS_LITERAL:d,SLASH_LITERAL:h,ONE_CHAR:g,DOTS_SLASH:y,NO_DOT:v,NO_DOT_SLASH:A,NO_DOTS_SLASH:_,QMARK:R,QMARK_NO_DOT:E,STAR:m,START_ANCHOR:b}=c,x=e=>`(${u}(?:(?!${b}${e.dot?y:f}).)*?)`;let C=n.dot?\"\":v,S=!0===n.bash?x(n):m,O=n.dot?R:E;n.capture&&(S=`(${S})`),\"boolean\"==typeof n.noext&&(n.noextglob=n.noext);let w,T={index:-1,start:0,consumed:\"\",output:\"\",backtrack:!1,brackets:0,braces:0,parens:0,quotes:0,tokens:s},H=[],$=[],L=a;const N=()=>T.index===i-1,k=T.peek=((t=1)=>e[T.index+t]),j=T.advance=(()=>e[++T.index]),I=e=>{T.output+=null==e.output?e.value:e.output,T.consumed+=e.value||\"\"},F=e=>{T[e]++,$.push(e)},D=e=>{T[e]--,$.pop()},M=e=>{if(\"globstar\"===L.type){let t=0{let r=Object.assign({},p[t],{conditions:1,inner:\"\"});r.prev=L,r.parens=T.parens,r.output=T.output;let o=(n.capture?\"(\":\"\")+r.open;M({type:e,value:t,output:T.output?\"\":g}),M({type:\"paren\",extglob:!0,value:j(),output:o}),F(\"parens\"),H.push(r)},B=t=>{let r=t.close+(n.capture?\")\":\"\");if(\"negate\"===t.type){let o=S;t.inner&&1\"\\\\\"===o?(t=!0,e):\"?\"===o?n?n+o+(i?R.repeat(i.length):\"\"):0===a?O+(i?R.repeat(i.length):\"\"):R.repeat(r.length):\".\"===o?f.repeat(r.length):\"*\"===o?n?n+o+(i?S:\"\"):S:n?e:\"\\\\\"+e);return 1==t&&(r=!0===n.unescape?r.replace(/\\\\/g,\"\"):r.replace(/\\\\+/g,e=>0==e.length%2?\"\\\\\\\\\":e?\"\\\\\":\"\")),T.output=r,T}for(;!N();){if(\"\\0\"===(w=j()))continue;if(\"\\\\\"===w){let t=k();if(\"/\"===t&&!0!==n.bash)continue;if(\".\"===t||\";\"===t)continue;if(!t){M({type:\"text\",value:w+=\"\\\\\"});continue}let r=/^\\\\+/.exec(e.slice(T.index+1)),o=0;if(r&&2{let n=Object.assign({},t),o=\"number\"==typeof n.maxLength?r(ke,n.maxLength):ke,i=e.length;if(i>o)throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${o}`);e=De[e]||e;let a=ve.isWindows(t);const{DOT_LITERAL:s,SLASH_LITERAL:u,ONE_CHAR:l,DOTS_SLASH:c,NO_DOT:p,NO_DOTS:f,NO_DOTS_SLASH:d,STAR:h,START_ANCHOR:g}=ye.globChars(a);let y=n.capture?\"\":\"?:\",v=!0===n.bash?\".*?\":h,A=n.dot?f:p,_=n.dot?d:p;n.capture&&(v=`(${v})`);const R=e=>`(${y}(?:(?!${g}${e.dot?c:s}).)*?)`,E=e=>{switch(e){case\"*\":return`${A}${l}${v}`;case\".*\":return`${s}${l}${v}`;case\"*.*\":return`${A}${v}${s}${l}${v}`;case\"*/*\":return`${A}${v}${u}${l}${_}${v}`;case\"**\":return A+R(n);case\"**/*\":return`(?:${A}${R(n)}${u})?${_}${l}${v}`;case\"**/*.*\":return`(?:${A}${R(n)}${u})?${_}${v}${s}${l}${v}`;case\"**/.*\":return`(?:${A}${R(n)}${u})?${s}${l}${v}`;default:{let n=/^(.*?)\\.(\\w+)$/.exec(e);if(!n)return;let r=E(n[1],t);return r?r+s+n[2]:void 0}}};let m=E(e);return m&&!0!==n.strictSlashes&&(m+=`${u}?`),m});var Ge=Ue;const Ke=(e,t,n=!1)=>{if(Array.isArray(e)){let r=e.map(e=>Ke(e,t,n));return e=>{for(let t of r){let n=t(e);if(n)return n}return!1}}if(\"string\"!=typeof e||\"\"===e)throw new TypeError(\"Expected pattern to be a non-empty string\");let r=t||{},o=ve.isWindows(t),i=Ke.makeRe(e,t,!1,!0),a=i.state;delete i.state;let s=()=>!1;if(r.ignore){let e=Object.assign({},t,{ignore:null,onMatch:null,onResult:null});s=Ke(r.ignore,e,n)}const u=(n,u=!1)=>{let{isMatch:l,match:c,output:p}=Ke.test(n,i,t,{glob:e,posix:o}),f={glob:e,state:a,regex:i,posix:o,input:n,output:p,match:c,isMatch:l};return\"function\"==typeof r.onResult&&r.onResult(f),!1===l?(f.isMatch=!1,!!u&&f):s(n)?(\"function\"==typeof r.onIgnore&&r.onIgnore(f),f.isMatch=!1,!!u&&f):(\"function\"==typeof r.onMatch&&r.onMatch(f),!u||f)};return n&&(u.state=a),u};Ke.test=((e,t,n,{glob:r,posix:o}={})=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected input to be a string\");if(\"\"===e)return{isMatch:!1,output:\"\"};let i=n||{},a=i.format||(o?ve.toPosixSlashes:null),s=e===r,u=s&&a?a(e):e;return 0==s&&(s=(u=a?a(e):e)===r),(0==s||!0===i.capture)&&(s=!0===i.matchBase||!0===i.basename?Ke.matchBase(e,t,n,o):t.exec(u)),{isMatch:!!s,match:s,output:u}}),Ke.matchBase=((e,t,n,r=ve.isWindows(n))=>{return(t instanceof RegExp?t:Ke.makeRe(t,n)).test(b.a.basename(e))}),Ke.isMatch=((e,t,n)=>Ke(t,n)(e)),Ke.parse=((e,t)=>Ge(e,t)),Ke.scan=((e,t)=>Ne(e,t)),Ke.makeRe=((e,t,n=!1,r=!1)=>{if(!e||\"string\"!=typeof e)throw new TypeError(\"Expected a non-empty string\");let o,i=t||{},a=i.contains?\"\":\"^\",s=i.contains?\"\":\"$\",u={negated:!1,fastpaths:!0},l=\"\";if(e.startsWith(\"./\")&&(e=e.slice(2),l=u.prefix=\"./\"),!1!==i.fastpaths&&(\".\"===e[0]||\"*\"===e[0])&&(o=Ge.fastpaths(e,t)),void 0===o&&((u=Ke.parse(e,t)).prefix=l+(u.prefix||\"\"),o=u.output),!0===n)return o;let c=`${a}(?:${o})${s}`;u&&!0===u.negated&&(c=`^(?!${c}).*$`);let p=Ke.toRegex(c,t);return!0===r&&(p.state=u),p}),Ke.toRegex=((e,t)=>{try{let n=t||{};return new RegExp(e,n.flags||(n.nocase?\"i\":\"\"))}catch(e){if(t&&!0===t.debug)throw e;return/$^/}}),Ke.constants=ye;var ze=Ke;const Qe=e=>\"string\"==typeof e&&(\"\"===e||\"./\"===e),Ze=(e,t,n)=>{t=[].concat(t),e=[].concat(e);let r=new Set,o=new Set,i=new Set,a=0,s=e=>{i.add(e.output),n&&n.onResult&&n.onResult(e)};for(let i=0;i!r.has(e));if(n&&0===u.length){if(!0===n.failglob)throw new Error(`No matches found for \"${t.join(\", \")}\"`);if(!0===n.nonull||!0===n.nullglob)return n.unescape?t.map(e=>e.replace(/\\\\/g,\"\")):t}return u};Ze.match=Ze,Ze.matcher=((e,t)=>ze(e,t)),Ze.any=Ze.isMatch=((e,t,n)=>ze(t,n)(e)),Ze.not=((e,t,n={})=>{t=[].concat(t).map(String);let r=new Set,o=[],i=Ze(e,t,Object.assign({},n,{onResult:e=>{n.onResult&&n.onResult(e),o.push(e.output)}}));for(let e of o)i.includes(e)||r.add(e);return[...r]}),Ze.contains=((e,t,n)=>{if(\"string\"!=typeof e)throw new TypeError(`Expected a string: \"${C.a.inspect(e)}\"`);if(Array.isArray(t))return t.some(t=>Ze.contains(e,t,n));if(\"string\"==typeof t){if(Qe(e)||Qe(t))return!1;if(e.includes(t)||e.startsWith(\"./\")&&e.slice(2).includes(t))return!0}return Ze.isMatch(e,t,Object.assign({},n,{contains:!0}))}),Ze.matchKeys=((e,t,n)=>{if(!ve.isObject(e))throw new TypeError(\"Expected the first argument to be an object\");let r=Ze(Object.keys(e),t,n),o={};for(let t of r)o[t]=e[t];return o}),Ze.some=((e,t,n)=>{let r=[].concat(e);for(let e of[].concat(t)){let t=ze(e+\"\",n);if(r.some(e=>t(e)))return!0}return!1}),Ze.every=((e,t,n)=>{let r=[].concat(e);for(let e of[].concat(t)){let t=ze(e+\"\",n);if(!r.every(e=>t(e)))return!1}return!0}),Ze.all=((e,t,n)=>{if(\"string\"!=typeof e)throw new TypeError(`Expected a string: \"${C.a.inspect(e)}\"`);return[].concat(t).every(t=>ze(t,n)(e))}),Ze.capture=((e,t,n)=>{let r=ve.isWindows(n),o=ze.makeRe(e+\"\",Object.assign({},n,{capture:!0})).exec(r?ve.toPosixSlashes(t):t);if(o)return o.slice(1).map(e=>void 0===e?\"\":e)}),Ze.makeRe=((...e)=>ze.makeRe(...e)),Ze.scan=((...e)=>ze.scan(...e)),Ze.parse=((e,t)=>{let n=[];for(let r of[].concat(e||[]))for(let e of se(r+\"\",t))n.push(ze.parse(e,t));return n}),Ze.braces=((e,t)=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");return t&&!0===t.nobrace||!/\\{.*\\}/.test(e)?[e]:se(e,t)}),Ze.braceExpand=((e,t)=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");return Ze.braces(e,Object.assign({},t,{expand:!0}))});const We=function(e,t,n){const r=n&&n.resolve,o=e=>e instanceof RegExp?e:{test:Ze.matcher(function(e,t){return!1===t?e:Object(m.resolve)(...\"string\"==typeof t?[t,e]:[e])}(e,r).split(m.sep).join(\"/\"),{dot:!0})},i=v(e).map(o),a=v(t).map(o);return function(e){if(\"string\"!=typeof e)return!1;if(/\\0/.test(e))return!1;e=e.split(m.sep).join(\"/\");for(let t=0;t\"object\"==typeof t[e]));for(let n=0;ni=!0},s={},u=Object.prototype.toString},function(e,t,n){\"use strict\";n.r(t);var r=n(8);console.log(r.a)},function(e){e.exports={assert:!0,async_hooks:\">= 8\",buffer_ieee754:\"< 0.9.7\",buffer:!0,child_process:!0,cluster:!0,console:!0,constants:!0,crypto:!0,_debug_agent:\">= 1 && < 8\",_debugger:\"< 8\",dgram:!0,dns:!0,domain:!0,events:!0,freelist:\"< 6\",fs:!0,\"fs/promises\":\">= 10 && < 10.1\",_http_agent:\">= 0.11.1\",_http_client:\">= 0.11.1\",_http_common:\">= 0.11.1\",_http_incoming:\">= 0.11.1\",_http_outgoing:\">= 0.11.1\",_http_server:\">= 0.11.1\",http:!0,http2:\">= 8.8\",https:!0,inspector:\">= 8.0.0\",_linklist:\"< 8\",module:!0,net:!0,\"node-inspect/lib/_inspect\":\">= 7.6.0 && < 12\",\"node-inspect/lib/internal/inspect_client\":\">= 7.6.0 && < 12\",\"node-inspect/lib/internal/inspect_repl\":\">= 7.6.0 && < 12\",os:!0,path:!0,perf_hooks:\">= 8.5\",process:\">= 1\",punycode:!0,querystring:!0,readline:!0,repl:!0,smalloc:\">= 0.11.5 && < 3\",_stream_duplex:\">= 0.9.4\",_stream_transform:\">= 0.9.4\",_stream_wrap:\">= 1.4.1\",_stream_passthrough:\">= 0.9.4\",_stream_readable:\">= 0.9.4\",_stream_writable:\">= 0.9.4\",stream:!0,string_decoder:!0,sys:!0,timers:!0,_tls_common:\">= 0.11.13\",_tls_legacy:\">= 0.11.3 && < 10\",_tls_wrap:\">= 0.11.3\",tls:!0,trace_events:\">= 10\",tty:!0,url:!0,util:!0,\"v8/tools/arguments\":\">= 10 && < 12\",\"v8/tools/codemap\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/consarray\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/csvparser\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/logreader\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/profile_view\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/splaytree\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],v8:\">= 1\",vm:!0,worker_threads:\">= 11.7\",zlib:!0}},function(e,t,n){(function(t){var r=n(4),o=n(2),i=n(0),a=n(5),s=n(6),u=n(7),l=function(e,t){o.stat(e,function(e,n){return e?\"ENOENT\"===e.code||\"ENOTDIR\"===e.code?t(null,!1):t(e):t(null,n.isFile()||n.isFIFO())})},c=function(e,t){o.stat(e,function(e,n){return e?\"ENOENT\"===e.code||\"ENOTDIR\"===e.code?t(null,!1):t(e):t(null,n.isDirectory())})},p=function(e,t,n){t&&!1===t.preserveSymlinks?o.realpath(e,function(t,r){t&&\"ENOENT\"!==t.code?n(t):n(null,t?e:r)}):n(null,e)};e.exports=function(e,n,f){function d(t){/^(?:\\.\\.?(?:\\/|$)|\\/|([A-Za-z]:)?[\\/\\\\])/.test(e)?(w=i.resolve(t,e),(\"..\"===e||\"/\"===e.slice(-1))&&(w+=\"/\"),/\\/$/.test(e)&&w===t?v(w,R.package,h):g(w,R.package,h)):function(e,t,n){A(n,s(t,R,e))}(e,t,function(t,n,o){if(t)_(t);else{if(r[e])return _(null,e);if(n)return p(n,R,function(e,t){e?_(e):_(null,t,o)});var i=new Error(\"Cannot find module '\"+e+\"' from '\"+O+\"'\");i.code=\"MODULE_NOT_FOUND\",_(i)}})}function h(t,n,r){t?_(t):n?_(null,n,r):v(w,function(t,n,r){if(t)_(t);else if(n)p(n,R,function(e,t){e?_(e):_(null,t,r)});else{var o=new Error(\"Cannot find module '\"+e+\"' from '\"+O+\"'\");o.code=\"MODULE_NOT_FOUND\",_(o)}})}function g(e,t,n){var r=t,o=n;\"function\"==typeof r&&(o=r,r=void 0),function e(t,n,r){function a(r,a,c){if(l=a,r)return o(r);if(c&&l&&R.pathFilter){var p=i.relative(c,u),f=p.slice(0,p.length-t[0].length),d=R.pathFilter(l,n,f);if(d)return e([\"\"].concat(C.slice()),i.resolve(c,d),l)}m(u,s)}function s(r,i){return r?o(r):i?o(null,u,l):void e(t.slice(1),n,l)}if(0===t.length)return o(null,void 0,r);var u=n+t[0],l=r;l?a(null,l):y(i.dirname(u),a)}([\"\"].concat(C),e,r)}function y(e,n){if(\"\"===e||\"/\"===e)return n(null);if(\"win32\"===t.platform&&/^\\w:[\\/\\\\]*$/.test(e))return n(null);if(/[\\/\\\\]node_modules[\\/\\\\]*$/.test(e))return n(null);var r=i.join(e,\"package.json\");m(r,function(t,o){return o?void x(r,function(t,o){t&&n(t);try{var i=JSON.parse(o)}catch(e){}i&&R.packageFilter&&(i=R.packageFilter(i,r)),n(null,i,e)}):y(i.dirname(e),n)})}function v(e,t,n){var r=n,o=t;\"function\"==typeof o&&(r=o,o=R.package);var a=i.join(e,\"package.json\");m(a,function(t,n){return t?r(t):n?void x(a,function(t,n){if(t)return r(t);try{var o=JSON.parse(n)}catch(e){}if(R.packageFilter&&(o=R.packageFilter(o,a)),o.main){if(\"string\"!=typeof o.main){var s=new TypeError(\"package “\"+o.name+\"” `main` must be a string\");return s.code=\"INVALID_PACKAGE_MAIN\",r(s)}return(\".\"===o.main||\"./\"===o.main)&&(o.main=\"index\"),void g(i.resolve(e,o.main),o,function(t,n,o){return t?r(t):n?r(null,n,o):o?void v(i.resolve(e,o.main),o,function(t,n,o){return t?r(t):n?r(null,n,o):void g(i.join(e,\"index\"),o,r)}):g(i.join(e,\"index\"),o,r)})}g(i.join(e,\"/index\"),o,r)}):g(i.join(e,\"index\"),o,r)})}function A(t,n){function r(n,r,s){return n?t(n):r?t(null,r,s):void v(i.join(a,e),R.package,o)}function o(e,r,o){return e?t(e):r?t(null,r,o):void A(t,n.slice(1))}if(0===n.length)return t(null,void 0);var a=n[0];b(a,function(o,s){return o?t(o):s?void g(i.join(a,e),R.package,r):A(t,n.slice(1))})}var _=f,R=n;if(\"function\"==typeof n&&(_=R,R={}),\"string\"!=typeof e){var E=new TypeError(\"Path must be a string.\");return t.nextTick(function(){_(E)})}var m=(R=u(e,R)).isFile||l,b=R.isDirectory||c,x=R.readFile||o.readFile,C=R.extensions||[\".js\"],S=R.basedir||i.dirname(a()),O=R.filename||S;R.paths=R.paths||[];var w,T=i.resolve(S);p(T,R,function(e,t){e?_(e):d(t)})}}).call(this,n(1))},function(e,t,n){\"use strict\";(function(t){var n=\"win32\"===t.platform,r=/^([a-zA-Z]:|[\\\\\\/]{2}[^\\\\\\/]+[\\\\\\/]+[^\\\\\\/]+)?([\\\\\\/])?([\\s\\S]*?)$/,o=/^([\\s\\S]*?)((?:\\.{1,2}|[^\\\\\\/]+?|)(\\.[^.\\/\\\\]*|))(?:[\\\\\\/]*)$/,i={};i.parse=function(e){if(\"string\"!=typeof e)throw new TypeError(\"Parameter 'pathString' must be a string, not \"+typeof e);var t=function(e){var t=r.exec(e),n=(t[1]||\"\")+(t[2]||\"\"),i=t[3]||\"\",a=o.exec(i);return[n,a[1],a[2],a[3]]}(e);if(!t||4!==t.length)throw new TypeError(\"Invalid path '\"+e+\"'\");return{root:t[0],dir:t[0]+t[1].slice(0,-1),base:t[2],ext:t[3],name:t[2].slice(0,t[2].length-t[3].length)}};var a=/^(\\/?|)([\\s\\S]*?)((?:\\.{1,2}|[^\\/]+?|)(\\.[^.\\/]*|))(?:[\\/]*)$/,s={};s.parse=function(e){if(\"string\"!=typeof e)throw new TypeError(\"Parameter 'pathString' must be a string, not \"+typeof e);var t=function(e){return a.exec(e).slice(1)}(e);if(!t||4!==t.length)throw new TypeError(\"Invalid path '\"+e+\"'\");return t[1]=t[1]||\"\",t[2]=t[2]||\"\",t[3]=t[3]||\"\",{root:t[0],dir:t[0]+t[1].slice(0,-1),base:t[2],ext:t[3],name:t[2].slice(0,t[2].length-t[3].length)}},e.exports=n?i.parse:s.parse,e.exports.posix=s.parse,e.exports.win32=i.parse}).call(this,n(1))},function(e,t,n){(function(t){var r=n(4),o=n(2),i=n(0),a=n(5),s=n(6),u=n(7),l=function(e){try{var t=o.statSync(e)}catch(t){if(t&&(\"ENOENT\"===t.code||\"ENOTDIR\"===t.code))return!1;throw t}return t.isFile()||t.isFIFO()},c=function(e){try{var t=o.statSync(e)}catch(t){if(t&&(\"ENOENT\"===t.code||\"ENOTDIR\"===t.code))return!1;throw t}return t.isDirectory()},p=function(e,t){if(t&&!1===t.preserveSymlinks)try{return o.realpathSync(e)}catch(e){if(\"ENOENT\"!==e.code)throw e}return e};e.exports=function(e,n){function f(e){var t=d(i.dirname(e));if(t&&t.dir&&t.pkg&&g.pathFilter){var n=i.relative(t.dir,e),r=g.pathFilter(t.pkg,e,n);r&&(e=i.resolve(t.dir,r))}if(y(e))return e;for(var o,a=0;a<_.length;a++)if(o=e+_[a],y(o))return o}function d(e){if(!(\"\"===e||\"/\"===e||\"win32\"===t.platform&&/^\\w:[\\/\\\\]*$/.test(e)||/[\\/\\\\]node_modules[\\/\\\\]*$/.test(e))){var n=i.join(e,\"package.json\");if(!y(n))return d(i.dirname(e));var r=v(n);try{var o=JSON.parse(r)}catch(e){}return o&&g.packageFilter&&(o=g.packageFilter(o,e)),{pkg:o,dir:e}}}function h(e){var t=i.join(e,\"/package.json\");if(y(t)){try{var n=v(t,\"UTF8\"),r=JSON.parse(n)}catch(t){}if(g.packageFilter&&(r=g.packageFilter(r,e)),r.main){if(\"string\"!=typeof r.main){var o=new TypeError(\"package “\"+r.name+\"” `main` must be a string\");throw o.code=\"INVALID_PACKAGE_MAIN\",o}(\".\"===r.main||\"./\"===r.main)&&(r.main=\"index\");try{var a=f(i.resolve(e,r.main));if(a)return a;var s=h(i.resolve(e,r.main));if(s)return s}catch(t){}}}return f(i.join(e,\"/index\"))}if(\"string\"!=typeof e)throw new TypeError(\"Path must be a string.\");var g=u(e,n),y=g.isFile||l,v=g.readFileSync||o.readFileSync,A=g.isDirectory||c,_=g.extensions||[\".js\"],R=g.basedir||i.dirname(a()),E=g.filename||R;g.paths=g.paths||[];var m=p(i.resolve(R),g);if(/^(?:\\.\\.?(?:\\/|$)|\\/|([A-Za-z]:)?[\\/\\\\])/.test(e)){var b=i.resolve(m,e);(\"..\"===e||\"/\"===e.slice(-1))&&(b+=\"/\");var x=f(b)||h(b);if(x)return p(x,g)}else{if(r[e])return e;var C=function(e,t){for(var n,r=s(t,g,e),o=0;o true,\"extractComments\":false,\"sourceMap\":false,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"terserOptions\":{\"output\":{\"comments\":/^\\**!|@preserve|@license|@cc_on/i}}},\"path\":\"\\u002Fhome\\u002Fhfabio\\u002FDocumentos\\u002Fprojetos\\u002Faprendendo\\u002Fdesafio collab\\u002Fchallenge-twitch\\u002F2019-setembro\\u002Fdist\\u002Fbundle.js\",\"hash\":\"37eb21548ec70a7049983aa0d360d7f7\"}","integrity":"sha512-8PTqGLFD68J3Zu/1kZrSLiQq949Wm02an8rdkGRDYKzRebzph8cxkm2XMMILLwXh7CYuMj+7hHwQzWlSfG5hGg==","time":1568083804652,"size":64651} \ No newline at end of file diff --git a/2019-setembro/node_modules/.yarn-integrity b/2019-setembro/node_modules/.yarn-integrity new file mode 100644 index 0000000..3f4eab7 --- /dev/null +++ b/2019-setembro/node_modules/.yarn-integrity @@ -0,0 +1,331 @@ +{ + "systemParams": "linux-x64-64", + "modulesFolders": [ + "node_modules" + ], + "flags": [], + "linkedModules": [], + "topLevelPatterns": [ + "npm-run-all@^4.1.5", + "rollup-plugin-commonjs@^10.0.0", + "rollup-plugin-livereload@^1.0.0", + "rollup-plugin-node-resolve@^5.2.0", + "rollup-plugin-svelte@^5.0.3", + "rollup-plugin-terser@^4.0.4", + "rollup@^1.12.0", + "sirv-cli@^0.4.4", + "svelte@^3.0.0" + ], + "lockfileEntries": { + "@babel/code-frame@^7.0.0": "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d", + "@babel/highlight@^7.0.0": "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540", + "@polka/url@^0.5.0": "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31", + "@types/estree@0.0.39": "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f", + "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04", + "@types/node@^12.7.4": "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04", + "@types/resolve@0.0.8": "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194", + "abbrev@1": "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8", + "acorn@^7.0.0": "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a", + "ansi-regex@^2.0.0": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df", + "ansi-regex@^3.0.0": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998", + "ansi-styles@^3.2.1": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d", + "anymatch@^2.0.0": "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb", + "aproba@^1.0.3": "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a", + "are-we-there-yet@~1.1.2": "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21", + "arr-diff@^4.0.0": "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520", + "arr-flatten@^1.1.0": "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1", + "arr-union@^3.1.0": "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4", + "array-unique@^0.3.2": "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428", + "assign-symbols@^1.0.0": "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367", + "async-each@^1.0.1": "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf", + "atob@^2.1.1": "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9", + "balanced-match@^1.0.0": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767", + "base@^0.11.1": "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f", + "binary-extensions@^1.0.0": "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65", + "brace-expansion@^1.1.7": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd", + "braces@^2.3.1": "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729", + "braces@^2.3.2": "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729", + "buffer-from@^1.0.0": "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef", + "builtin-modules@^3.1.0": "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484", + "cache-base@^1.0.1": "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2", + "chalk@^2.0.0": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424", + "chalk@^2.4.1": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424", + "chokidar@^2.1.5": "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917", + "chownr@^1.1.1": "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6", + "class-utils@^0.3.5": "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463", + "code-point-at@^1.0.0": "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77", + "collection-visit@^1.0.0": "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0", + "color-convert@^1.9.0": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8", + "color-name@1.1.3": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25", + "commander@^2.19.0": "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422", + "component-emitter@^1.2.1": "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0", + "concat-map@0.0.1": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b", + "console-clear@^1.1.0": "https://registry.yarnpkg.com/console-clear/-/console-clear-1.1.1.tgz#995e20cbfbf14dd792b672cde387bd128d674bf7", + "console-control-strings@^1.0.0": "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e", + "console-control-strings@~1.1.0": "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e", + "copy-descriptor@^0.1.0": "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d", + "core-util-is@~1.0.0": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7", + "cross-spawn@^6.0.5": "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4", + "debug@^2.2.0": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f", + "debug@^2.3.3": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f", + "debug@^3.2.6": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b", + "decode-uri-component@^0.2.0": "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545", + "deep-extend@^0.6.0": "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac", + "define-properties@^1.1.2": "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1", + "define-property@^0.2.5": "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116", + "define-property@^1.0.0": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6", + "define-property@^2.0.2": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d", + "delegates@^1.0.0": "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a", + "detect-libc@^1.0.2": "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b", + "error-ex@^1.3.1": "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf", + "es-abstract@^1.4.3": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497", + "es-to-primitive@^1.2.0": "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377", + "escape-string-regexp@^1.0.5": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4", + "estree-walker@^0.6.1": "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362", + "esutils@^2.0.2": "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64", + "expand-brackets@^2.1.4": "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622", + "extend-shallow@^2.0.1": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f", + "extend-shallow@^3.0.0": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8", + "extend-shallow@^3.0.2": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8", + "extglob@^2.0.4": "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543", + "fill-range@^4.0.0": "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7", + "for-in@^1.0.2": "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80", + "fragment-cache@^0.2.1": "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19", + "fs-minipass@^1.2.5": "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07", + "fs.realpath@^1.0.0": "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f", + "fsevents@^1.2.7": "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f", + "function-bind@^1.0.2": "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d", + "function-bind@^1.1.1": "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d", + "gauge@~2.7.3": "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7", + "get-port@^3.2.0": "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc", + "get-value@^2.0.3": "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28", + "get-value@^2.0.6": "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28", + "glob-parent@^3.1.0": "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae", + "glob@^7.1.3": "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255", + "graceful-fs@^4.1.11": "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02", + "graceful-fs@^4.1.2": "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02", + "has-flag@^3.0.0": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd", + "has-symbols@^1.0.0": "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44", + "has-unicode@^2.0.0": "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9", + "has-value@^0.3.1": "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f", + "has-value@^1.0.0": "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177", + "has-values@^0.1.4": "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771", + "has-values@^1.0.0": "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f", + "has@^1.0.1": "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796", + "has@^1.0.3": "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796", + "hosted-git-info@^2.1.4": "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546", + "iconv-lite@^0.4.4": "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b", + "ignore-walk@^3.0.1": "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b", + "inflight@^1.0.4": "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9", + "inherits@2": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c", + "inherits@^2.0.3": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c", + "inherits@~2.0.3": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c", + "ini@~1.3.0": "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927", + "is-accessor-descriptor@^0.1.6": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6", + "is-accessor-descriptor@^1.0.0": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656", + "is-arrayish@^0.2.1": "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d", + "is-binary-path@^1.0.0": "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898", + "is-buffer@^1.1.5": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be", + "is-callable@^1.1.4": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75", + "is-data-descriptor@^0.1.4": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56", + "is-data-descriptor@^1.0.0": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7", + "is-date-object@^1.0.1": "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16", + "is-descriptor@^0.1.0": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca", + "is-descriptor@^1.0.0": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec", + "is-descriptor@^1.0.2": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec", + "is-extendable@^0.1.0": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89", + "is-extendable@^0.1.1": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89", + "is-extendable@^1.0.1": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4", + "is-extglob@^2.1.0": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2", + "is-extglob@^2.1.1": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2", + "is-fullwidth-code-point@^1.0.0": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb", + "is-fullwidth-code-point@^2.0.0": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f", + "is-glob@^3.1.0": "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a", + "is-glob@^4.0.0": "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc", + "is-module@^1.0.0": "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591", + "is-number@^3.0.0": "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195", + "is-plain-object@^2.0.3": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677", + "is-plain-object@^2.0.4": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677", + "is-reference@^1.1.2": "https://registry.yarnpkg.com/is-reference/-/is-reference-1.1.3.tgz#e99059204b66fdbe09305cfca715a29caa5c8a51", + "is-regex@^1.0.4": "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491", + "is-symbol@^1.0.2": "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38", + "is-windows@^1.0.2": "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d", + "isarray@1.0.0": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11", + "isarray@~1.0.0": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11", + "isexe@^2.0.0": "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10", + "isobject@^2.0.0": "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89", + "isobject@^3.0.0": "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df", + "isobject@^3.0.1": "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df", + "jest-worker@^24.0.0": "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5", + "js-tokens@^4.0.0": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499", + "json-parse-better-errors@^1.0.1": "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9", + "kind-of@^3.0.2": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64", + "kind-of@^3.0.3": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64", + "kind-of@^3.2.0": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64", + "kind-of@^4.0.0": "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57", + "kind-of@^5.0.0": "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d", + "kind-of@^6.0.0": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051", + "kind-of@^6.0.2": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051", + "kleur@^3.0.0": "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e", + "livereload@^0.8.0": "https://registry.yarnpkg.com/livereload/-/livereload-0.8.0.tgz#9af99cf8a262152cf7176b320accfc5d2ae4f8bf", + "load-json-file@^4.0.0": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b", + "local-access@^1.0.1": "https://registry.yarnpkg.com/local-access/-/local-access-1.0.1.tgz#5121258146d64e869046c642ea4f1dd39ff942bb", + "magic-string@^0.25.2": "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.3.tgz#34b8d2a2c7fec9d9bdf9929a3fd81d271ef35be9", + "map-cache@^0.2.2": "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf", + "map-visit@^1.0.0": "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f", + "memorystream@^0.3.1": "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2", + "merge-stream@^2.0.0": "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60", + "micromatch@^3.1.10": "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23", + "micromatch@^3.1.4": "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23", + "mime@^2.3.1": "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5", + "minimatch@^3.0.4": "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083", + "minimist@0.0.8": "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d", + "minimist@^1.2.0": "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284", + "minipass@^2.2.1": "https://registry.yarnpkg.com/minipass/-/minipass-2.5.1.tgz#cf435a9bf9408796ca3a3525a8b851464279c9b8", + "minipass@^2.3.5": "https://registry.yarnpkg.com/minipass/-/minipass-2.5.1.tgz#cf435a9bf9408796ca3a3525a8b851464279c9b8", + "minizlib@^1.2.1": "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614", + "mixin-deep@^1.2.0": "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566", + "mkdirp@^0.5.0": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903", + "mkdirp@^0.5.1": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903", + "mri@^1.1.0": "https://registry.yarnpkg.com/mri/-/mri-1.1.4.tgz#7cb1dd1b9b40905f1fac053abe25b6720f44744a", + "ms@2.0.0": "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8", + "ms@^2.1.1": "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009", + "nan@^2.12.1": "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c", + "nanomatch@^1.2.9": "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119", + "needle@^2.2.1": "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c", + "nice-try@^1.0.4": "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366", + "node-pre-gyp@^0.12.0": "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149", + "nopt@^4.0.1": "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d", + "normalize-package-data@^2.3.2": "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8", + "normalize-path@^2.1.1": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9", + "normalize-path@^3.0.0": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65", + "npm-bundled@^1.0.1": "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd", + "npm-packlist@^1.1.6": "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44", + "npm-run-all@^4.1.5": "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba", + "npmlog@^4.0.2": "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b", + "number-is-nan@^1.0.0": "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d", + "object-assign@^4.1.0": "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863", + "object-copy@^0.1.0": "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c", + "object-inspect@^1.6.0": "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b", + "object-keys@^1.0.12": "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e", + "object-keys@^1.1.1": "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e", + "object-visit@^1.0.0": "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb", + "object.pick@^1.3.0": "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747", + "once@^1.3.0": "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1", + "options@>=0.0.5": "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f", + "opts@>= 1.2.0": "https://registry.yarnpkg.com/opts/-/opts-1.2.6.tgz#d185c0425cfdeb9da1d182908b65b5c0238febb3", + "os-homedir@^1.0.0": "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3", + "os-tmpdir@^1.0.0": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274", + "osenv@^0.1.4": "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410", + "parse-json@^4.0.0": "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0", + "pascalcase@^0.1.1": "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14", + "path-dirname@^1.0.0": "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0", + "path-is-absolute@^1.0.0": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f", + "path-key@^2.0.1": "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40", + "path-parse@^1.0.6": "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c", + "path-type@^3.0.0": "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f", + "pidtree@^0.3.0": "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b", + "pify@^3.0.0": "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176", + "posix-character-classes@^0.1.0": "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab", + "process-nextick-args@~2.0.0": "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2", + "rc@^1.2.7": "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed", + "read-pkg@^3.0.0": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389", + "readable-stream@^2.0.2": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf", + "readable-stream@^2.0.6": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf", + "readdirp@^2.2.1": "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525", + "regex-not@^1.0.0": "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c", + "regex-not@^1.0.2": "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c", + "remove-trailing-separator@^1.0.1": "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef", + "repeat-element@^1.1.2": "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce", + "repeat-string@^1.6.1": "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637", + "require-relative@^0.8.7": "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de", + "resolve-url@^0.2.1": "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a", + "resolve@^1.10.0": "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6", + "resolve@^1.11.0": "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6", + "resolve@^1.11.1": "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6", + "ret@~0.1.10": "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc", + "rimraf@^2.6.1": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec", + "rollup-plugin-commonjs@^10.0.0": "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb", + "rollup-plugin-livereload@^1.0.0": "https://registry.yarnpkg.com/rollup-plugin-livereload/-/rollup-plugin-livereload-1.0.1.tgz#b1df6642d55cafcd87dac54bc4f7a657ab859fdf", + "rollup-plugin-node-resolve@^5.2.0": "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523", + "rollup-plugin-svelte@^5.0.3": "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-5.1.0.tgz#6c2d3998db9141a934343a0e7298499994aadd25", + "rollup-plugin-terser@^4.0.4": "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-4.0.4.tgz#6f661ef284fa7c27963d242601691dc3d23f994e", + "rollup-pluginutils@^2.3.3": "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97", + "rollup-pluginutils@^2.8.1": "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97", + "rollup@^1.12.0": "https://registry.yarnpkg.com/rollup/-/rollup-1.21.2.tgz#eaabd07d0bd309587ad8bebf731fca6fcb96f4d0", + "sade@^1.4.0": "https://registry.yarnpkg.com/sade/-/sade-1.6.1.tgz#aba16655e998b2b68beb9f13938af010f42eddd2", + "safe-buffer@^5.1.2": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519", + "safe-buffer@~5.1.0": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d", + "safe-buffer@~5.1.1": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d", + "safe-regex@^1.1.0": "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e", + "safer-buffer@>= 2.1.2 < 3": "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a", + "sax@^1.2.4": "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9", + "semver@2 || 3 || 4 || 5": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7", + "semver@^5.3.0": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7", + "semver@^5.5.0": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7", + "serialize-javascript@^1.6.1": "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb", + "set-blocking@~2.0.0": "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7", + "set-value@^2.0.0": "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b", + "set-value@^2.0.1": "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b", + "shebang-command@^1.2.0": "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea", + "shebang-regex@^1.0.0": "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3", + "shell-quote@^1.6.1": "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2", + "signal-exit@^3.0.0": "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d", + "sirv-cli@^0.4.4": "https://registry.yarnpkg.com/sirv-cli/-/sirv-cli-0.4.4.tgz#810bb98a76905b90ee349fcc8306b9995e045baa", + "sirv@^0.4.2": "https://registry.yarnpkg.com/sirv/-/sirv-0.4.2.tgz#842ed22f3aab58faee84eea66cf66066e123d6db", + "snapdragon-node@^2.0.1": "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b", + "snapdragon-util@^3.0.1": "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2", + "snapdragon@^0.8.1": "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d", + "source-map-resolve@^0.5.0": "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259", + "source-map-support@~0.5.10": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932", + "source-map-url@^0.4.0": "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3", + "source-map@^0.5.6": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc", + "source-map@^0.6.0": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263", + "source-map@~0.6.1": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263", + "sourcemap-codec@^1.4.4": "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz#e30a74f0402bad09807640d39e971090a08ce1e9", + "spdx-correct@^3.0.0": "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4", + "spdx-exceptions@^2.1.0": "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977", + "spdx-expression-parse@^3.0.0": "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0", + "spdx-license-ids@^3.0.0": "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654", + "split-string@^3.0.1": "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2", + "split-string@^3.0.2": "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2", + "static-extend@^0.1.1": "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6", + "string-width@^1.0.1": "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3", + "string-width@^1.0.2 || 2": "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e", + "string.prototype.padend@^3.0.0": "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0", + "string.prototype.trimleft@^2.0.0": "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz#68b6aa8e162c6a80e76e3a8a0c2e747186e271ff", + "string.prototype.trimright@^2.0.0": "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.0.0.tgz#ab4a56d802a01fbe7293e11e84f24dc8164661dd", + "string_decoder@~1.1.1": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8", + "strip-ansi@^3.0.0": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf", + "strip-ansi@^3.0.1": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf", + "strip-ansi@^4.0.0": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f", + "strip-bom@^3.0.0": "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3", + "strip-json-comments@~2.0.1": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a", + "supports-color@^5.3.0": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f", + "supports-color@^6.1.0": "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3", + "svelte@^3.0.0": "https://registry.yarnpkg.com/svelte/-/svelte-3.12.0.tgz#a30ec57c2d0e73638d6e8c28a3ac0f19f8ba1115", + "tar@^4": "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1", + "terser@^3.14.1": "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2", + "tinydate@^1.0.0": "https://registry.yarnpkg.com/tinydate/-/tinydate-1.2.0.tgz#36b4bb02715f89743f3ef9073d3573d005a28d0e", + "to-object-path@^0.3.0": "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af", + "to-regex-range@^2.1.0": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38", + "to-regex@^3.0.1": "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce", + "to-regex@^3.0.2": "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce", + "ultron@1.0.x": "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa", + "union-value@^1.0.0": "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847", + "unset-value@^1.0.0": "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559", + "upath@^1.1.1": "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894", + "urix@^0.1.0": "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72", + "use@^3.1.0": "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f", + "util-deprecate@~1.0.1": "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf", + "validate-npm-package-license@^3.0.1": "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a", + "which@^1.2.9": "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a", + "wide-align@^1.1.0": "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457", + "wrappy@1": "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f", + "ws@^1.1.5": "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51", + "yallist@^3.0.0": "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9", + "yallist@^3.0.3": "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" + }, + "files": [], + "artifacts": {} +} \ No newline at end of file diff --git a/2019-setembro/node_modules/@babel/code-frame/LICENSE b/2019-setembro/node_modules/@babel/code-frame/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/2019-setembro/node_modules/@babel/code-frame/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/@babel/code-frame/README.md b/2019-setembro/node_modules/@babel/code-frame/README.md new file mode 100644 index 0000000..185f93d --- /dev/null +++ b/2019-setembro/node_modules/@babel/code-frame/README.md @@ -0,0 +1,19 @@ +# @babel/code-frame + +> Generate errors that contain a code frame that point to source locations. + +See our website [@babel/code-frame](https://babeljs.io/docs/en/next/babel-code-frame.html) for more information. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/code-frame +``` + +or using yarn: + +```sh +yarn add @babel/code-frame --dev +``` diff --git a/2019-setembro/node_modules/@babel/code-frame/lib/index.js b/2019-setembro/node_modules/@babel/code-frame/lib/index.js new file mode 100644 index 0000000..35176fb --- /dev/null +++ b/2019-setembro/node_modules/@babel/code-frame/lib/index.js @@ -0,0 +1,173 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.codeFrameColumns = codeFrameColumns; +exports.default = _default; + +function _highlight() { + const data = _interopRequireWildcard(require("@babel/highlight")); + + _highlight = function () { + return data; + }; + + return data; +} + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } } + +let deprecationWarningShown = false; + +function getDefs(chalk) { + return { + gutter: chalk.grey, + marker: chalk.red.bold, + message: chalk.red.bold + }; +} + +const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; + +function getMarkerLines(loc, source, opts) { + const startLoc = Object.assign({ + column: 0, + line: -1 + }, loc.start); + const endLoc = Object.assign({}, startLoc, loc.end); + const { + linesAbove = 2, + linesBelow = 3 + } = opts || {}; + const startLine = startLoc.line; + const startColumn = startLoc.column; + const endLine = endLoc.line; + const endColumn = endLoc.column; + let start = Math.max(startLine - (linesAbove + 1), 0); + let end = Math.min(source.length, endLine + linesBelow); + + if (startLine === -1) { + start = 0; + } + + if (endLine === -1) { + end = source.length; + } + + const lineDiff = endLine - startLine; + const markerLines = {}; + + if (lineDiff) { + for (let i = 0; i <= lineDiff; i++) { + const lineNumber = i + startLine; + + if (!startColumn) { + markerLines[lineNumber] = true; + } else if (i === 0) { + const sourceLength = source[lineNumber - 1].length; + markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1]; + } else if (i === lineDiff) { + markerLines[lineNumber] = [0, endColumn]; + } else { + const sourceLength = source[lineNumber - i].length; + markerLines[lineNumber] = [0, sourceLength]; + } + } + } else { + if (startColumn === endColumn) { + if (startColumn) { + markerLines[startLine] = [startColumn, 0]; + } else { + markerLines[startLine] = true; + } + } else { + markerLines[startLine] = [startColumn, endColumn - startColumn]; + } + } + + return { + start, + end, + markerLines + }; +} + +function codeFrameColumns(rawLines, loc, opts = {}) { + const highlighted = (opts.highlightCode || opts.forceColor) && (0, _highlight().shouldHighlight)(opts); + const chalk = (0, _highlight().getChalk)(opts); + const defs = getDefs(chalk); + + const maybeHighlight = (chalkFn, string) => { + return highlighted ? chalkFn(string) : string; + }; + + const lines = rawLines.split(NEWLINE); + const { + start, + end, + markerLines + } = getMarkerLines(loc, lines, opts); + const hasColumns = loc.start && typeof loc.start.column === "number"; + const numberMaxWidth = String(end).length; + const highlightedLines = highlighted ? (0, _highlight().default)(rawLines, opts) : rawLines; + let frame = highlightedLines.split(NEWLINE).slice(start, end).map((line, index) => { + const number = start + 1 + index; + const paddedNumber = ` ${number}`.slice(-numberMaxWidth); + const gutter = ` ${paddedNumber} | `; + const hasMarker = markerLines[number]; + const lastMarkerLine = !markerLines[number + 1]; + + if (hasMarker) { + let markerLine = ""; + + if (Array.isArray(hasMarker)) { + const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replace(/[^\t]/g, " "); + const numberOfMarkers = hasMarker[1] || 1; + markerLine = ["\n ", maybeHighlight(defs.gutter, gutter.replace(/\d/g, " ")), markerSpacing, maybeHighlight(defs.marker, "^").repeat(numberOfMarkers)].join(""); + + if (lastMarkerLine && opts.message) { + markerLine += " " + maybeHighlight(defs.message, opts.message); + } + } + + return [maybeHighlight(defs.marker, ">"), maybeHighlight(defs.gutter, gutter), line, markerLine].join(""); + } else { + return ` ${maybeHighlight(defs.gutter, gutter)}${line}`; + } + }).join("\n"); + + if (opts.message && !hasColumns) { + frame = `${" ".repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`; + } + + if (highlighted) { + return chalk.reset(frame); + } else { + return frame; + } +} + +function _default(rawLines, lineNumber, colNumber, opts = {}) { + if (!deprecationWarningShown) { + deprecationWarningShown = true; + const message = "Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`."; + + if (process.emitWarning) { + process.emitWarning(message, "DeprecationWarning"); + } else { + const deprecationError = new Error(message); + deprecationError.name = "DeprecationWarning"; + console.warn(new Error(message)); + } + } + + colNumber = Math.max(colNumber, 0); + const location = { + start: { + column: colNumber, + line: lineNumber + } + }; + return codeFrameColumns(rawLines, location, opts); +} \ No newline at end of file diff --git a/2019-setembro/node_modules/@babel/code-frame/package.json b/2019-setembro/node_modules/@babel/code-frame/package.json new file mode 100644 index 0000000..99bd4ac --- /dev/null +++ b/2019-setembro/node_modules/@babel/code-frame/package.json @@ -0,0 +1,21 @@ +{ + "name": "@babel/code-frame", + "version": "7.5.5", + "description": "Generate errors that contain a code frame that point to source locations.", + "author": "Sebastian McKenzie ", + "homepage": "https://babeljs.io/", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame", + "main": "lib/index.js", + "dependencies": { + "@babel/highlight": "^7.0.0" + }, + "devDependencies": { + "chalk": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43" +} diff --git a/2019-setembro/node_modules/@babel/highlight/LICENSE b/2019-setembro/node_modules/@babel/highlight/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/2019-setembro/node_modules/@babel/highlight/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/@babel/highlight/README.md b/2019-setembro/node_modules/@babel/highlight/README.md new file mode 100644 index 0000000..72dae60 --- /dev/null +++ b/2019-setembro/node_modules/@babel/highlight/README.md @@ -0,0 +1,19 @@ +# @babel/highlight + +> Syntax highlight JavaScript strings for output in terminals. + +See our website [@babel/highlight](https://babeljs.io/docs/en/next/babel-highlight.html) for more information. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/highlight +``` + +or using yarn: + +```sh +yarn add @babel/highlight --dev +``` diff --git a/2019-setembro/node_modules/@babel/highlight/lib/index.js b/2019-setembro/node_modules/@babel/highlight/lib/index.js new file mode 100644 index 0000000..6ac5b4a --- /dev/null +++ b/2019-setembro/node_modules/@babel/highlight/lib/index.js @@ -0,0 +1,129 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.shouldHighlight = shouldHighlight; +exports.getChalk = getChalk; +exports.default = highlight; + +function _jsTokens() { + const data = _interopRequireWildcard(require("js-tokens")); + + _jsTokens = function () { + return data; + }; + + return data; +} + +function _esutils() { + const data = _interopRequireDefault(require("esutils")); + + _esutils = function () { + return data; + }; + + return data; +} + +function _chalk() { + const data = _interopRequireDefault(require("chalk")); + + _chalk = function () { + return data; + }; + + return data; +} + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } } + +function getDefs(chalk) { + return { + keyword: chalk.cyan, + capitalized: chalk.yellow, + jsx_tag: chalk.yellow, + punctuator: chalk.yellow, + number: chalk.magenta, + string: chalk.green, + regex: chalk.magenta, + comment: chalk.grey, + invalid: chalk.white.bgRed.bold + }; +} + +const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; +const JSX_TAG = /^[a-z][\w-]*$/i; +const BRACKET = /^[()[\]{}]$/; + +function getTokenType(match) { + const [offset, text] = match.slice(-2); + const token = (0, _jsTokens().matchToToken)(match); + + if (token.type === "name") { + if (_esutils().default.keyword.isReservedWordES6(token.value)) { + return "keyword"; + } + + if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.substr(offset - 2, 2) == " colorize(str)).join("\n"); + } else { + return args[0]; + } + }); +} + +function shouldHighlight(options) { + return _chalk().default.supportsColor || options.forceColor; +} + +function getChalk(options) { + let chalk = _chalk().default; + + if (options.forceColor) { + chalk = new (_chalk().default.constructor)({ + enabled: true, + level: 1 + }); + } + + return chalk; +} + +function highlight(code, options = {}) { + if (shouldHighlight(options)) { + const chalk = getChalk(options); + const defs = getDefs(chalk); + return highlightTokens(defs, code); + } else { + return code; + } +} \ No newline at end of file diff --git a/2019-setembro/node_modules/@babel/highlight/package.json b/2019-setembro/node_modules/@babel/highlight/package.json new file mode 100644 index 0000000..0a68f68 --- /dev/null +++ b/2019-setembro/node_modules/@babel/highlight/package.json @@ -0,0 +1,22 @@ +{ + "name": "@babel/highlight", + "version": "7.5.0", + "description": "Syntax highlight JavaScript strings for output in terminals.", + "author": "suchipi ", + "homepage": "https://babeljs.io/", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight", + "main": "lib/index.js", + "dependencies": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + }, + "devDependencies": { + "strip-ansi": "^4.0.0" + }, + "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4" +} diff --git a/2019-setembro/node_modules/@polka/url/index.js b/2019-setembro/node_modules/@polka/url/index.js new file mode 100644 index 0000000..aa84fda --- /dev/null +++ b/2019-setembro/node_modules/@polka/url/index.js @@ -0,0 +1,22 @@ +module.exports = function (req) { + let url = req.url; + if (url === void 0) return url; + + let obj = req._parsedUrl; + if (obj && obj._raw === url) return obj; + + obj = {}; + obj.query = obj.search = null; + obj.href = obj.path = obj.pathname = url; + + let idx = url.indexOf('?', 1); + if (idx !== -1) { + obj.search = url.substring(idx); + obj.query = obj.search.substring(1); + obj.pathname = url.substring(0, idx); + } + + obj._raw = url; + + return (req._parsedUrl = obj); +} diff --git a/2019-setembro/node_modules/@polka/url/package.json b/2019-setembro/node_modules/@polka/url/package.json new file mode 100644 index 0000000..3673b47 --- /dev/null +++ b/2019-setembro/node_modules/@polka/url/package.json @@ -0,0 +1,18 @@ +{ + "name": "@polka/url", + "version": "0.5.0", + "description": "Super fast, memoized `req.url` parser", + "repository": "lukeed/polka", + "license": "MIT", + "files": [ + "*.js" + ], + "author": { + "name": "Luke Edwards", + "email": "luke@lukeed.com", + "url": "https://lukeed.com" + }, + "publishConfig": { + "access": "public" + } +} diff --git a/2019-setembro/node_modules/@polka/url/readme.md b/2019-setembro/node_modules/@polka/url/readme.md new file mode 100644 index 0000000..dda8379 --- /dev/null +++ b/2019-setembro/node_modules/@polka/url/readme.md @@ -0,0 +1,86 @@ +# @polka/url [![npm](https://badgen.now.sh/npm/v/@polka/url)](https://npmjs.org/package/@polka/url) + +> Super fast, memoized `req.url` parser; _not_ limited to [Polka][polka]! + +Parses the `url` from a [`IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage) request. The returned object will always only contain the following keys: `search`, `query`, `pathname`, `path`, `href`, and `_raw`. + +> **Note:** This library does not process `protocol`, `hostname`, `port`, etc.
This is because the incoming `req.url` value only begins with the path information. + +Parsed requests will be mutated with a `_parsedUrl` key, containing the returned output. This is used for future memoization, so as to avoid parsing the same `url` value multiple times. + +## Install + +``` +$ npm install --save @polka/url +``` + +## Usage + +```js +const parse = require('@polka/url'); + +let req = { url: '/foo/bar?fizz=buzz' }; +let foo = parse(req); +//=> { search: '?fizz=buzz', +//=> query: 'fizz=buzz', +//=> pathname: '/foo/bar', +//=> path: '/foo/bar?fizz=buzz', +//=> href: '/foo/bar?fizz=buzz', +//=> _raw: '/foo/bar?fizz=buzz' } + +// Attaches result for future memoization +assert.deepEqual(foo, req._parsedUrl); //=> true +``` + +## API + +### url(req) +Returns: `Object` or `undefined` + +> **Important:** The `req` must have a `url` key, otherwise `undefined` will be returned.
If no input is provided at all, a `TypeError` will be thrown. + +#### req +Type: `IncomingMessage` or `Object` + +The incoming HTTP request (`req`) or a plain `Object` with a `url` key. + +> **Note:** In Node.js servers, the [`req.url`](https://nodejs.org/api/http.html#http_message_url) begins with a pathname & does not include a `hash`. + + +## Benchmarks + +> Running the `parseurl` benchmark suite on Node 10.9.0 + +``` +Parsing: "/foo/bar?user=tj&pet=fluffy" + nativeurl x 3,496,593 ops/sec ±0.78% (194 runs sampled) + parseurl x 5,702,515 ops/sec ±0.59% (194 runs sampled) + @polka/url x 11,510,281 ops/sec ±1.93% (192 runs sampled) + +REPEAT: "/foo/bar?user=tj&pet=fluffy" + nativeurl x 3,344,884 ops/sec ±0.13% (191 runs sampled) + parseurl x 20,386,848 ops/sec ±0.22% (192 runs sampled) + @polka/url x 21,088,923 ops/sec ±0.58% (191 runs sampled) + +Parsing: "/foo/bar" + nativeurl x 9,808,119 ops/sec ±0.51% (190 runs sampled) + parseurl x 26,186,627 ops/sec ±0.16% (195 runs sampled) + @polka/url x 43,946,765 ops/sec ±0.55% (194 runs sampled) + +Parsing: "/" + nativeurl x 15,698,746 ops/sec ±0.79% (192 runs sampled) + parseurl x 36,861,339 ops/sec ±0.19% (195 runs sampled) + @polka/url x 48,295,119 ops/sec ±0.51% (194 runs sampled) +``` + + +## Support + +Any issues or questions can be sent to the [Polka][polka] repository.
However, please specify that your inquiry is about `@polka/url` specifically. + + +## License + +MIT © [Luke Edwards](https://lukeed.com) + +[polka]: https://github.com/lukeed/polka diff --git a/2019-setembro/node_modules/@types/estree/LICENSE b/2019-setembro/node_modules/@types/estree/LICENSE new file mode 100644 index 0000000..4b1ad51 --- /dev/null +++ b/2019-setembro/node_modules/@types/estree/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/2019-setembro/node_modules/@types/estree/README.md b/2019-setembro/node_modules/@types/estree/README.md new file mode 100644 index 0000000..3ec0d39 --- /dev/null +++ b/2019-setembro/node_modules/@types/estree/README.md @@ -0,0 +1,16 @@ +# Installation +> `npm install --save @types/estree` + +# Summary +This package contains type definitions for ESTree AST specification (https://github.com/estree/estree). + +# Details +Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree + +Additional Details + * Last updated: Tue, 17 Apr 2018 20:22:09 GMT + * Dependencies: none + * Global values: none + +# Credits +These definitions were written by RReverser . diff --git a/2019-setembro/node_modules/@types/estree/index.d.ts b/2019-setembro/node_modules/@types/estree/index.d.ts new file mode 100644 index 0000000..9109295 --- /dev/null +++ b/2019-setembro/node_modules/@types/estree/index.d.ts @@ -0,0 +1,548 @@ +// Type definitions for ESTree AST specification +// Project: https://github.com/estree/estree +// Definitions by: RReverser +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +// This definition file follows a somewhat unusual format. ESTree allows +// runtime type checks based on the `type` parameter. In order to explain this +// to typescript we want to use discriminated union types: +// https://github.com/Microsoft/TypeScript/pull/9163 +// +// For ESTree this is a bit tricky because the high level interfaces like +// Node or Function are pulling double duty. We want to pass common fields down +// to the interfaces that extend them (like Identifier or +// ArrowFunctionExpression), but you can't extend a type union or enforce +// common fields on them. So we've split the high level interfaces into two +// types, a base type which passes down inhereted fields, and a type union of +// all types which extend the base type. Only the type union is exported, and +// the union is how other types refer to the collection of inheriting types. +// +// This makes the definitions file here somewhat more difficult to maintain, +// but it has the notable advantage of making ESTree much easier to use as +// an end user. + +interface BaseNodeWithoutComments { + // Every leaf interface that extends BaseNode must specify a type property. + // The type property should be a string literal. For example, Identifier + // has: `type: "Identifier"` + type: string; + loc?: SourceLocation | null; + range?: [number, number]; +} + +interface BaseNode extends BaseNodeWithoutComments { + leadingComments?: Array; + trailingComments?: Array; +} + +export type Node = + Identifier | Literal | Program | Function | SwitchCase | CatchClause | + VariableDeclarator | Statement | Expression | Property | + AssignmentProperty | Super | TemplateElement | SpreadElement | Pattern | + ClassBody | Class | MethodDefinition | ModuleDeclaration | ModuleSpecifier; + +export interface Comment extends BaseNodeWithoutComments { + type: "Line" | "Block"; + value: string; +} + +interface SourceLocation { + source?: string | null; + start: Position; + end: Position; +} + +export interface Position { + /** >= 1 */ + line: number; + /** >= 0 */ + column: number; +} + +export interface Program extends BaseNode { + type: "Program"; + sourceType: "script" | "module"; + body: Array; + comments?: Array; +} + +interface BaseFunction extends BaseNode { + params: Array; + generator?: boolean; + async?: boolean; + // The body is either BlockStatement or Expression because arrow functions + // can have a body that's either. FunctionDeclarations and + // FunctionExpressions have only BlockStatement bodies. + body: BlockStatement | Expression; +} + +export type Function = + FunctionDeclaration | FunctionExpression | ArrowFunctionExpression; + +export type Statement = + ExpressionStatement | BlockStatement | EmptyStatement | + DebuggerStatement | WithStatement | ReturnStatement | LabeledStatement | + BreakStatement | ContinueStatement | IfStatement | SwitchStatement | + ThrowStatement | TryStatement | WhileStatement | DoWhileStatement | + ForStatement | ForInStatement | ForOfStatement | Declaration; + +interface BaseStatement extends BaseNode { } + +export interface EmptyStatement extends BaseStatement { + type: "EmptyStatement"; +} + +export interface BlockStatement extends BaseStatement { + type: "BlockStatement"; + body: Array; + innerComments?: Array; +} + +export interface ExpressionStatement extends BaseStatement { + type: "ExpressionStatement"; + expression: Expression; +} + +export interface IfStatement extends BaseStatement { + type: "IfStatement"; + test: Expression; + consequent: Statement; + alternate?: Statement | null; +} + +export interface LabeledStatement extends BaseStatement { + type: "LabeledStatement"; + label: Identifier; + body: Statement; +} + +export interface BreakStatement extends BaseStatement { + type: "BreakStatement"; + label?: Identifier | null; +} + +export interface ContinueStatement extends BaseStatement { + type: "ContinueStatement"; + label?: Identifier | null; +} + +export interface WithStatement extends BaseStatement { + type: "WithStatement"; + object: Expression; + body: Statement; +} + +export interface SwitchStatement extends BaseStatement { + type: "SwitchStatement"; + discriminant: Expression; + cases: Array; +} + +export interface ReturnStatement extends BaseStatement { + type: "ReturnStatement"; + argument?: Expression | null; +} + +export interface ThrowStatement extends BaseStatement { + type: "ThrowStatement"; + argument: Expression; +} + +export interface TryStatement extends BaseStatement { + type: "TryStatement"; + block: BlockStatement; + handler?: CatchClause | null; + finalizer?: BlockStatement | null; +} + +export interface WhileStatement extends BaseStatement { + type: "WhileStatement"; + test: Expression; + body: Statement; +} + +export interface DoWhileStatement extends BaseStatement { + type: "DoWhileStatement"; + body: Statement; + test: Expression; +} + +export interface ForStatement extends BaseStatement { + type: "ForStatement"; + init?: VariableDeclaration | Expression | null; + test?: Expression | null; + update?: Expression | null; + body: Statement; +} + +interface BaseForXStatement extends BaseStatement { + left: VariableDeclaration | Pattern; + right: Expression; + body: Statement; +} + +export interface ForInStatement extends BaseForXStatement { + type: "ForInStatement"; +} + +export interface DebuggerStatement extends BaseStatement { + type: "DebuggerStatement"; +} + +export type Declaration = + FunctionDeclaration | VariableDeclaration | ClassDeclaration; + +interface BaseDeclaration extends BaseStatement { } + +export interface FunctionDeclaration extends BaseFunction, BaseDeclaration { + type: "FunctionDeclaration"; + /** It is null when a function declaration is a part of the `export default function` statement */ + id: Identifier | null; + body: BlockStatement; +} + +export interface VariableDeclaration extends BaseDeclaration { + type: "VariableDeclaration"; + declarations: Array; + kind: "var" | "let" | "const"; +} + +export interface VariableDeclarator extends BaseNode { + type: "VariableDeclarator"; + id: Pattern; + init?: Expression | null; +} + +type Expression = + ThisExpression | ArrayExpression | ObjectExpression | FunctionExpression | + ArrowFunctionExpression | YieldExpression | Literal | UnaryExpression | + UpdateExpression | BinaryExpression | AssignmentExpression | + LogicalExpression | MemberExpression | ConditionalExpression | + CallExpression | NewExpression | SequenceExpression | TemplateLiteral | + TaggedTemplateExpression | ClassExpression | MetaProperty | Identifier | + AwaitExpression; + +export interface BaseExpression extends BaseNode { } + +export interface ThisExpression extends BaseExpression { + type: "ThisExpression"; +} + +export interface ArrayExpression extends BaseExpression { + type: "ArrayExpression"; + elements: Array; +} + +export interface ObjectExpression extends BaseExpression { + type: "ObjectExpression"; + properties: Array; +} + +export interface Property extends BaseNode { + type: "Property"; + key: Expression; + value: Expression | Pattern; // Could be an AssignmentProperty + kind: "init" | "get" | "set"; + method: boolean; + shorthand: boolean; + computed: boolean; +} + +export interface FunctionExpression extends BaseFunction, BaseExpression { + id?: Identifier | null; + type: "FunctionExpression"; + body: BlockStatement; +} + +export interface SequenceExpression extends BaseExpression { + type: "SequenceExpression"; + expressions: Array; +} + +export interface UnaryExpression extends BaseExpression { + type: "UnaryExpression"; + operator: UnaryOperator; + prefix: true; + argument: Expression; +} + +export interface BinaryExpression extends BaseExpression { + type: "BinaryExpression"; + operator: BinaryOperator; + left: Expression; + right: Expression; +} + +export interface AssignmentExpression extends BaseExpression { + type: "AssignmentExpression"; + operator: AssignmentOperator; + left: Pattern | MemberExpression; + right: Expression; +} + +export interface UpdateExpression extends BaseExpression { + type: "UpdateExpression"; + operator: UpdateOperator; + argument: Expression; + prefix: boolean; +} + +export interface LogicalExpression extends BaseExpression { + type: "LogicalExpression"; + operator: LogicalOperator; + left: Expression; + right: Expression; +} + +export interface ConditionalExpression extends BaseExpression { + type: "ConditionalExpression"; + test: Expression; + alternate: Expression; + consequent: Expression; +} + +interface BaseCallExpression extends BaseExpression { + callee: Expression | Super; + arguments: Array; +} +export type CallExpression = SimpleCallExpression | NewExpression; + +export interface SimpleCallExpression extends BaseCallExpression { + type: "CallExpression"; +} + +export interface NewExpression extends BaseCallExpression { + type: "NewExpression"; +} + +export interface MemberExpression extends BaseExpression, BasePattern { + type: "MemberExpression"; + object: Expression | Super; + property: Expression; + computed: boolean; +} + +export type Pattern = + Identifier | ObjectPattern | ArrayPattern | RestElement | + AssignmentPattern | MemberExpression; + +interface BasePattern extends BaseNode { } + +export interface SwitchCase extends BaseNode { + type: "SwitchCase"; + test?: Expression | null; + consequent: Array; +} + +export interface CatchClause extends BaseNode { + type: "CatchClause"; + param: Pattern; + body: BlockStatement; +} + +export interface Identifier extends BaseNode, BaseExpression, BasePattern { + type: "Identifier"; + name: string; +} + +export type Literal = SimpleLiteral | RegExpLiteral; + +export interface SimpleLiteral extends BaseNode, BaseExpression { + type: "Literal"; + value: string | boolean | number | null; + raw?: string; +} + +export interface RegExpLiteral extends BaseNode, BaseExpression { + type: "Literal"; + value?: RegExp | null; + regex: { + pattern: string; + flags: string; + }; + raw?: string; +} + +export type UnaryOperator = + "-" | "+" | "!" | "~" | "typeof" | "void" | "delete"; + +export type BinaryOperator = + "==" | "!=" | "===" | "!==" | "<" | "<=" | ">" | ">=" | "<<" | + ">>" | ">>>" | "+" | "-" | "*" | "/" | "%" | "**" | "|" | "^" | "&" | "in" | + "instanceof"; + +export type LogicalOperator = "||" | "&&"; + +export type AssignmentOperator = + "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "**=" | "<<=" | ">>=" | ">>>=" | + "|=" | "^=" | "&="; + +export type UpdateOperator = "++" | "--"; + +export interface ForOfStatement extends BaseForXStatement { + type: "ForOfStatement"; +} + +export interface Super extends BaseNode { + type: "Super"; +} + +export interface SpreadElement extends BaseNode { + type: "SpreadElement"; + argument: Expression; +} + +export interface ArrowFunctionExpression extends BaseExpression, BaseFunction { + type: "ArrowFunctionExpression"; + expression: boolean; + body: BlockStatement | Expression; +} + +export interface YieldExpression extends BaseExpression { + type: "YieldExpression"; + argument?: Expression | null; + delegate: boolean; +} + +export interface TemplateLiteral extends BaseExpression { + type: "TemplateLiteral"; + quasis: Array; + expressions: Array; +} + +export interface TaggedTemplateExpression extends BaseExpression { + type: "TaggedTemplateExpression"; + tag: Expression; + quasi: TemplateLiteral; +} + +export interface TemplateElement extends BaseNode { + type: "TemplateElement"; + tail: boolean; + value: { + cooked: string; + raw: string; + }; +} + +export interface AssignmentProperty extends Property { + value: Pattern; + kind: "init"; + method: boolean; // false +} + +export interface ObjectPattern extends BasePattern { + type: "ObjectPattern"; + properties: Array; +} + +export interface ArrayPattern extends BasePattern { + type: "ArrayPattern"; + elements: Array; +} + +export interface RestElement extends BasePattern { + type: "RestElement"; + argument: Pattern; +} + +export interface AssignmentPattern extends BasePattern { + type: "AssignmentPattern"; + left: Pattern; + right: Expression; +} + +export type Class = ClassDeclaration | ClassExpression; +interface BaseClass extends BaseNode { + superClass?: Expression | null; + body: ClassBody; +} + +export interface ClassBody extends BaseNode { + type: "ClassBody"; + body: Array; +} + +export interface MethodDefinition extends BaseNode { + type: "MethodDefinition"; + key: Expression; + value: FunctionExpression; + kind: "constructor" | "method" | "get" | "set"; + computed: boolean; + static: boolean; +} + +export interface ClassDeclaration extends BaseClass, BaseDeclaration { + type: "ClassDeclaration"; + /** It is null when a class declaration is a part of the `export default class` statement */ + id: Identifier | null; +} + +export interface ClassExpression extends BaseClass, BaseExpression { + type: "ClassExpression"; + id?: Identifier | null; +} + +export interface MetaProperty extends BaseExpression { + type: "MetaProperty"; + meta: Identifier; + property: Identifier; +} + +export type ModuleDeclaration = + ImportDeclaration | ExportNamedDeclaration | ExportDefaultDeclaration | + ExportAllDeclaration; +interface BaseModuleDeclaration extends BaseNode { } + +export type ModuleSpecifier = + ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | + ExportSpecifier; +interface BaseModuleSpecifier extends BaseNode { + local: Identifier; +} + +export interface ImportDeclaration extends BaseModuleDeclaration { + type: "ImportDeclaration"; + specifiers: Array; + source: Literal; +} + +export interface ImportSpecifier extends BaseModuleSpecifier { + type: "ImportSpecifier"; + imported: Identifier; +} + +export interface ImportDefaultSpecifier extends BaseModuleSpecifier { + type: "ImportDefaultSpecifier"; +} + +export interface ImportNamespaceSpecifier extends BaseModuleSpecifier { + type: "ImportNamespaceSpecifier"; +} + +export interface ExportNamedDeclaration extends BaseModuleDeclaration { + type: "ExportNamedDeclaration"; + declaration?: Declaration | null; + specifiers: Array; + source?: Literal | null; +} + +export interface ExportSpecifier extends BaseModuleSpecifier { + type: "ExportSpecifier"; + exported: Identifier; +} + +export interface ExportDefaultDeclaration extends BaseModuleDeclaration { + type: "ExportDefaultDeclaration"; + declaration: Declaration | Expression; +} + +export interface ExportAllDeclaration extends BaseModuleDeclaration { + type: "ExportAllDeclaration"; + source: Literal; +} + +export interface AwaitExpression extends BaseExpression { + type: "AwaitExpression"; + argument: Expression; +} diff --git a/2019-setembro/node_modules/@types/estree/package.json b/2019-setembro/node_modules/@types/estree/package.json new file mode 100644 index 0000000..513aaf1 --- /dev/null +++ b/2019-setembro/node_modules/@types/estree/package.json @@ -0,0 +1,22 @@ +{ + "name": "@types/estree", + "version": "0.0.39", + "description": "TypeScript definitions for ESTree AST specification", + "license": "MIT", + "contributors": [ + { + "name": "RReverser", + "url": "https://github.com/RReverser", + "githubUsername": "RReverser" + } + ], + "main": "", + "repository": { + "type": "git", + "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" + }, + "scripts": {}, + "dependencies": {}, + "typesPublisherContentHash": "427ba878ebb5570e15aab870f708720d146a1c4b272e4a9d9990db4d1d033170", + "typeScriptVersion": "2.0" +} \ No newline at end of file diff --git a/2019-setembro/node_modules/@types/node/LICENSE b/2019-setembro/node_modules/@types/node/LICENSE new file mode 100644 index 0000000..4b1ad51 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/2019-setembro/node_modules/@types/node/README.md b/2019-setembro/node_modules/@types/node/README.md new file mode 100644 index 0000000..0bc84d7 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/README.md @@ -0,0 +1,16 @@ +# Installation +> `npm install --save @types/node` + +# Summary +This package contains type definitions for Node.js (http://nodejs.org/). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node + +Additional Details + * Last updated: Tue, 03 Sep 2019 18:47:08 GMT + * Dependencies: none + * Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, queueMicrotask, require, setImmediate, setInterval, setTimeout + +# Credits +These definitions were written by Microsoft TypeScript , DefinitelyTyped , Alberto Schiabel , Alexander T. , Alvis HT Tang , Andrew Makarov , Benjamin Toueg , Bruno Scheufler , Chigozirim C. , Christian Vaagland Tellnes , David Junger , Deividas Bakanas , Eugene Y. Q. Shen , Flarna , Hannes Magnusson , Hoàng Văn Khải , Huw , Kelvin Jin , Klaus Meinhardt , Lishude , Mariusz Wiktorczyk , Matthieu Sieben , Mohsen Azimi , Nicolas Even , Nicolas Voigt , Parambir Singh , Sebastian Silbermann , Simon Schick , Thomas den Hollander , Wilco Bakker , wwwy3y3 , Zane Hannan AU , Samuel Ainsworth , Kyle Uehlein , Jordi Oliveras Rovira , Thanik Bhongbhibhat , and Marcin Kopacz . diff --git a/2019-setembro/node_modules/@types/node/assert.d.ts b/2019-setembro/node_modules/@types/node/assert.d.ts new file mode 100644 index 0000000..319e5b4 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/assert.d.ts @@ -0,0 +1,52 @@ +declare module "assert" { + function internal(value: any, message?: string | Error): void; + namespace internal { + class AssertionError implements Error { + name: string; + message: string; + actual: any; + expected: any; + operator: string; + generatedMessage: boolean; + code: 'ERR_ASSERTION'; + + constructor(options?: { + message?: string; actual?: any; expected?: any; + operator?: string; stackStartFn?: Function + }); + } + + function fail(message?: string | Error): never; + /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ + function fail(actual: any, expected: any, message?: string | Error, operator?: string, stackStartFn?: Function): never; + function ok(value: any, message?: string | Error): void; + /** @deprecated since v9.9.0 - use strictEqual() instead. */ + function equal(actual: any, expected: any, message?: string | Error): void; + /** @deprecated since v9.9.0 - use notStrictEqual() instead. */ + function notEqual(actual: any, expected: any, message?: string | Error): void; + /** @deprecated since v9.9.0 - use deepStrictEqual() instead. */ + function deepEqual(actual: any, expected: any, message?: string | Error): void; + /** @deprecated since v9.9.0 - use notDeepStrictEqual() instead. */ + function notDeepEqual(actual: any, expected: any, message?: string | Error): void; + function strictEqual(actual: any, expected: any, message?: string | Error): void; + function notStrictEqual(actual: any, expected: any, message?: string | Error): void; + function deepStrictEqual(actual: any, expected: any, message?: string | Error): void; + function notDeepStrictEqual(actual: any, expected: any, message?: string | Error): void; + + function throws(block: () => any, message?: string | Error): void; + function throws(block: () => any, error: RegExp | Function | Object | Error, message?: string | Error): void; + function doesNotThrow(block: () => any, message?: string | Error): void; + function doesNotThrow(block: () => any, error: RegExp | Function, message?: string | Error): void; + + function ifError(value: any): void; + + function rejects(block: (() => Promise) | Promise, message?: string | Error): Promise; + function rejects(block: (() => Promise) | Promise, error: RegExp | Function | Object | Error, message?: string | Error): Promise; + function doesNotReject(block: (() => Promise) | Promise, message?: string | Error): Promise; + function doesNotReject(block: (() => Promise) | Promise, error: RegExp | Function, message?: string | Error): Promise; + + const strict: typeof internal; + } + + export = internal; +} diff --git a/2019-setembro/node_modules/@types/node/async_hooks.d.ts b/2019-setembro/node_modules/@types/node/async_hooks.d.ts new file mode 100644 index 0000000..cca992e --- /dev/null +++ b/2019-setembro/node_modules/@types/node/async_hooks.d.ts @@ -0,0 +1,132 @@ +/** + * Async Hooks module: https://nodejs.org/api/async_hooks.html + */ +declare module "async_hooks" { + /** + * Returns the asyncId of the current execution context. + */ + function executionAsyncId(): number; + + /** + * Returns the ID of the resource responsible for calling the callback that is currently being executed. + */ + function triggerAsyncId(): number; + + interface HookCallbacks { + /** + * Called when a class is constructed that has the possibility to emit an asynchronous event. + * @param asyncId a unique ID for the async resource + * @param type the type of the async resource + * @param triggerAsyncId the unique ID of the async resource in whose execution context this async resource was created + * @param resource reference to the resource representing the async operation, needs to be released during destroy + */ + init?(asyncId: number, type: string, triggerAsyncId: number, resource: Object): void; + + /** + * When an asynchronous operation is initiated or completes a callback is called to notify the user. + * The before callback is called just before said callback is executed. + * @param asyncId the unique identifier assigned to the resource about to execute the callback. + */ + before?(asyncId: number): void; + + /** + * Called immediately after the callback specified in before is completed. + * @param asyncId the unique identifier assigned to the resource which has executed the callback. + */ + after?(asyncId: number): void; + + /** + * Called when a promise has resolve() called. This may not be in the same execution id + * as the promise itself. + * @param asyncId the unique id for the promise that was resolve()d. + */ + promiseResolve?(asyncId: number): void; + + /** + * Called after the resource corresponding to asyncId is destroyed + * @param asyncId a unique ID for the async resource + */ + destroy?(asyncId: number): void; + } + + interface AsyncHook { + /** + * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. + */ + enable(): this; + + /** + * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. + */ + disable(): this; + } + + /** + * Registers functions to be called for different lifetime events of each async operation. + * @param options the callbacks to register + * @return an AsyncHooks instance used for disabling and enabling hooks + */ + function createHook(options: HookCallbacks): AsyncHook; + + interface AsyncResourceOptions { + /** + * The ID of the execution context that created this async event. + * Default: `executionAsyncId()` + */ + triggerAsyncId?: number; + + /** + * Disables automatic `emitDestroy` when the object is garbage collected. + * This usually does not need to be set (even if `emitDestroy` is called + * manually), unless the resource's `asyncId` is retrieved and the + * sensitive API's `emitDestroy` is called with it. + * Default: `false` + */ + requireManualDestroy?: boolean; + } + + /** + * The class AsyncResource was designed to be extended by the embedder's async resources. + * Using this users can easily trigger the lifetime events of their own resources. + */ + class AsyncResource { + /** + * AsyncResource() is meant to be extended. Instantiating a + * new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * async_hook.executionAsyncId() is used. + * @param type The type of async event. + * @param triggerAsyncId The ID of the execution context that created + * this async event (default: `executionAsyncId()`), or an + * AsyncResourceOptions object (since 9.3) + */ + constructor(type: string, triggerAsyncId?: number|AsyncResourceOptions); + + /** + * Call the provided function with the provided arguments in the + * execution context of the async resource. This will establish the + * context, trigger the AsyncHooks before callbacks, call the function, + * trigger the AsyncHooks after callbacks, and then restore the original + * execution context. + * @param fn The function to call in the execution context of this + * async resource. + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runInAsyncScope(fn: (this: This, ...args: any[]) => Result, thisArg?: This, ...args: any[]): Result; + + /** + * Call AsyncHooks destroy callbacks. + */ + emitDestroy(): void; + + /** + * @return the unique ID assigned to this AsyncResource instance. + */ + asyncId(): number; + + /** + * @return the trigger ID for this AsyncResource instance. + */ + triggerAsyncId(): number; + } +} diff --git a/2019-setembro/node_modules/@types/node/base.d.ts b/2019-setembro/node_modules/@types/node/base.d.ts new file mode 100644 index 0000000..70983d9 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/base.d.ts @@ -0,0 +1,41 @@ +// base definnitions for all NodeJS modules that are not specific to any version of TypeScript +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/2019-setembro/node_modules/@types/node/buffer.d.ts b/2019-setembro/node_modules/@types/node/buffer.d.ts new file mode 100644 index 0000000..7eb1061 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/buffer.d.ts @@ -0,0 +1,22 @@ +declare module "buffer" { + export const INSPECT_MAX_BYTES: number; + export const kMaxLength: number; + export const kStringMaxLength: number; + export const constants: { + MAX_LENGTH: number; + MAX_STRING_LENGTH: number; + }; + const BuffType: typeof Buffer; + + export type TranscodeEncoding = "ascii" | "utf8" | "utf16le" | "ucs2" | "latin1" | "binary"; + + export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer; + + export const SlowBuffer: { + /** @deprecated since v6.0.0, use Buffer.allocUnsafeSlow() */ + new(size: number): Buffer; + prototype: Buffer; + }; + + export { BuffType as Buffer }; +} diff --git a/2019-setembro/node_modules/@types/node/child_process.d.ts b/2019-setembro/node_modules/@types/node/child_process.d.ts new file mode 100644 index 0000000..cff058d --- /dev/null +++ b/2019-setembro/node_modules/@types/node/child_process.d.ts @@ -0,0 +1,478 @@ +declare module "child_process" { + import * as events from "events"; + import * as net from "net"; + import { Writable, Readable, Stream, Pipe } from "stream"; + + interface ChildProcess extends events.EventEmitter { + stdin: Writable | null; + stdout: Readable | null; + stderr: Readable | null; + readonly channel?: Pipe | null; + readonly stdio: [ + Writable | null, // stdin + Readable | null, // stdout + Readable | null, // stderr + Readable | Writable | null | undefined, // extra + Readable | Writable | null | undefined // extra + ]; + readonly killed: boolean; + readonly pid: number; + readonly connected: boolean; + kill(signal?: string): void; + send(message: any, callback?: (error: Error | null) => void): boolean; + send(message: any, sendHandle?: net.Socket | net.Server, callback?: (error: Error | null) => void): boolean; + send(message: any, sendHandle?: net.Socket | net.Server, options?: MessageOptions, callback?: (error: Error | null) => void): boolean; + disconnect(): void; + unref(): void; + ref(): void; + + /** + * events.EventEmitter + * 1. close + * 2. disconnect + * 3. error + * 4. exit + * 5. message + */ + + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: (code: number, signal: string) => void): this; + addListener(event: "disconnect", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "exit", listener: (code: number | null, signal: string | null) => void): this; + addListener(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close", code: number, signal: string): boolean; + emit(event: "disconnect"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "exit", code: number | null, signal: string | null): boolean; + emit(event: "message", message: any, sendHandle: net.Socket | net.Server): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: (code: number, signal: string) => void): this; + on(event: "disconnect", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "exit", listener: (code: number | null, signal: string | null) => void): this; + on(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: (code: number, signal: string) => void): this; + once(event: "disconnect", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "exit", listener: (code: number | null, signal: string | null) => void): this; + once(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: (code: number, signal: string) => void): this; + prependListener(event: "disconnect", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "exit", listener: (code: number | null, signal: string | null) => void): this; + prependListener(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: (code: number, signal: string) => void): this; + prependOnceListener(event: "disconnect", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "exit", listener: (code: number | null, signal: string | null) => void): this; + prependOnceListener(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; + } + + // return this object when stdio option is undefined or not specified + interface ChildProcessWithoutNullStreams extends ChildProcess { + stdin: Writable; + stdout: Readable; + stderr: Readable; + readonly stdio: [ + Writable, // stdin + Readable, // stdout + Readable, // stderr + Readable | Writable | null | undefined, // extra, no modification + Readable | Writable | null | undefined // extra, no modification + ]; + } + + // return this object when stdio option is a tuple of 3 + interface ChildProcessByStdio< + I extends null | Writable, + O extends null | Readable, + E extends null | Readable, + > extends ChildProcess { + stdin: I; + stdout: O; + stderr: E; + readonly stdio: [ + I, + O, + E, + Readable | Writable | null | undefined, // extra, no modification + Readable | Writable | null | undefined // extra, no modification + ]; + } + + interface MessageOptions { + keepOpen?: boolean; + } + + type StdioOptions = "pipe" | "ignore" | "inherit" | Array<("pipe" | "ipc" | "ignore" | "inherit" | Stream | number | null | undefined)>; + + interface ProcessEnvOptions { + uid?: number; + gid?: number; + cwd?: string; + env?: NodeJS.ProcessEnv; + } + + interface CommonOptions extends ProcessEnvOptions { + /** + * @default true + */ + windowsHide?: boolean; + /** + * @default 0 + */ + timeout?: number; + } + + interface SpawnOptions extends CommonOptions { + argv0?: string; + stdio?: StdioOptions; + detached?: boolean; + shell?: boolean | string; + windowsVerbatimArguments?: boolean; + } + + interface SpawnOptionsWithoutStdio extends SpawnOptions { + stdio?: 'pipe' | Array; + } + + type StdioNull = 'inherit' | 'ignore' | Stream; + type StdioPipe = undefined | null | 'pipe'; + + interface SpawnOptionsWithStdioTuple< + Stdin extends StdioNull | StdioPipe, + Stdout extends StdioNull | StdioPipe, + Stderr extends StdioNull | StdioPipe, + > extends SpawnOptions { + stdio: [Stdin, Stdout, Stderr]; + } + + // overloads of spawn without 'args' + function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + + function spawn(command: string, options: SpawnOptions): ChildProcess; + + // overloads of spawn with 'args' + function spawn(command: string, args?: ReadonlyArray, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + + function spawn( + command: string, + args: ReadonlyArray, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: ReadonlyArray, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: ReadonlyArray, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: ReadonlyArray, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: ReadonlyArray, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: ReadonlyArray, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: ReadonlyArray, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: ReadonlyArray, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + + function spawn(command: string, args: ReadonlyArray, options: SpawnOptions): ChildProcess; + + interface ExecOptions extends CommonOptions { + shell?: string; + maxBuffer?: number; + killSignal?: string; + } + + interface ExecOptionsWithStringEncoding extends ExecOptions { + encoding: BufferEncoding; + } + + interface ExecOptionsWithBufferEncoding extends ExecOptions { + encoding: string | null; // specify `null`. + } + + interface ExecException extends Error { + cmd?: string; + killed?: boolean; + code?: number; + signal?: string; + } + + // no `options` definitely means stdout/stderr are `string`. + function exec(command: string, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function exec(command: string, options: { encoding: "buffer" | null } & ExecOptions, callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; + + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function exec(command: string, options: { encoding: BufferEncoding } & ExecOptions, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function exec(command: string, options: { encoding: string } & ExecOptions, callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void): ChildProcess; + + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function exec(command: string, options: ExecOptions, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function exec( + command: string, + options: ({ encoding?: string | null } & ExecOptions) | undefined | null, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + + interface PromiseWithChild extends Promise { + child: ChildProcess; + } + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace exec { + function __promisify__(command: string): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(command: string, options: { encoding: "buffer" | null } & ExecOptions): PromiseWithChild<{ stdout: Buffer, stderr: Buffer }>; + function __promisify__(command: string, options: { encoding: BufferEncoding } & ExecOptions): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(command: string, options: ExecOptions): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(command: string, options?: ({ encoding?: string | null } & ExecOptions) | null): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; + } + + interface ExecFileOptions extends CommonOptions { + maxBuffer?: number; + killSignal?: string; + windowsVerbatimArguments?: boolean; + shell?: boolean | string; + } + interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { + encoding: 'buffer' | null; + } + interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { + encoding: string; + } + + function execFile(file: string): ChildProcess; + function execFile(file: string, options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null): ChildProcess; + function execFile(file: string, args?: ReadonlyArray | null): ChildProcess; + function execFile(file: string, args: ReadonlyArray | undefined | null, options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null): ChildProcess; + + // no `options` definitely means stdout/stderr are `string`. + function execFile(file: string, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile(file: string, args: ReadonlyArray | undefined | null, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; + + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function execFile(file: string, options: ExecFileOptionsWithBufferEncoding, callback: (error: Error | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + callback: (error: Error | null, stdout: Buffer, stderr: Buffer) => void, + ): ChildProcess; + + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function execFile(file: string, options: ExecFileOptionsWithStringEncoding, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithStringEncoding, + callback: (error: Error | null, stdout: string, stderr: string) => void, + ): ChildProcess; + + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function execFile( + file: string, + options: ExecFileOptionsWithOtherEncoding, + callback: (error: Error | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithOtherEncoding, + callback: (error: Error | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function execFile(file: string, options: ExecFileOptions, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile(file: string, args: ReadonlyArray | undefined | null, options: ExecFileOptions, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; + + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function execFile( + file: string, + options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null, + callback: ((error: Error | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null, + ): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null, + callback: ((error: Error | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null, + ): ChildProcess; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace execFile { + function __promisify__(file: string): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(file: string, args: string[] | undefined | null): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(file: string, options: ExecFileOptionsWithBufferEncoding): PromiseWithChild<{ stdout: Buffer, stderr: Buffer }>; + function __promisify__(file: string, args: string[] | undefined | null, options: ExecFileOptionsWithBufferEncoding): PromiseWithChild<{ stdout: Buffer, stderr: Buffer }>; + function __promisify__(file: string, options: ExecFileOptionsWithStringEncoding): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(file: string, args: string[] | undefined | null, options: ExecFileOptionsWithStringEncoding): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(file: string, options: ExecFileOptionsWithOtherEncoding): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; + function __promisify__(file: string, args: string[] | undefined | null, options: ExecFileOptionsWithOtherEncoding): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; + function __promisify__(file: string, options: ExecFileOptions): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(file: string, args: string[] | undefined | null, options: ExecFileOptions): PromiseWithChild<{ stdout: string, stderr: string }>; + function __promisify__(file: string, options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; + function __promisify__( + file: string, + args: string[] | undefined | null, + options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null, + ): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; + } + + interface ForkOptions extends ProcessEnvOptions { + execPath?: string; + execArgv?: string[]; + silent?: boolean; + stdio?: StdioOptions; + detached?: boolean; + windowsVerbatimArguments?: boolean; + } + function fork(modulePath: string, args?: ReadonlyArray, options?: ForkOptions): ChildProcess; + + interface SpawnSyncOptions extends CommonOptions { + argv0?: string; // Not specified in the docs + input?: string | NodeJS.TypedArray | DataView; + stdio?: StdioOptions; + killSignal?: string | number; + maxBuffer?: number; + encoding?: string; + shell?: boolean | string; + windowsVerbatimArguments?: boolean; + } + interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { + encoding: BufferEncoding; + } + interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { + encoding: string; // specify `null`. + } + interface SpawnSyncReturns { + pid: number; + output: string[]; + stdout: T; + stderr: T; + status: number | null; + signal: string | null; + error?: Error; + } + function spawnSync(command: string): SpawnSyncReturns; + function spawnSync(command: string, options?: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, options?: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns; + function spawnSync(command: string, args?: ReadonlyArray, options?: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, args?: ReadonlyArray, options?: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, args?: ReadonlyArray, options?: SpawnSyncOptions): SpawnSyncReturns; + + interface ExecSyncOptions extends CommonOptions { + input?: string | Uint8Array; + stdio?: StdioOptions; + shell?: string; + killSignal?: string | number; + maxBuffer?: number; + encoding?: string; + } + interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { + encoding: BufferEncoding; + } + interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { + encoding: string; // specify `null`. + } + function execSync(command: string): Buffer; + function execSync(command: string, options?: ExecSyncOptionsWithStringEncoding): string; + function execSync(command: string, options?: ExecSyncOptionsWithBufferEncoding): Buffer; + function execSync(command: string, options?: ExecSyncOptions): Buffer; + + interface ExecFileSyncOptions extends CommonOptions { + input?: string | NodeJS.TypedArray | DataView; + stdio?: StdioOptions; + killSignal?: string | number; + maxBuffer?: number; + encoding?: string; + shell?: boolean | string; + } + interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { + encoding: BufferEncoding; + } + interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { + encoding: string; // specify `null`. + } + function execFileSync(command: string): Buffer; + function execFileSync(command: string, options?: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(command: string, options?: ExecFileSyncOptionsWithBufferEncoding): Buffer; + function execFileSync(command: string, options?: ExecFileSyncOptions): Buffer; + function execFileSync(command: string, args?: ReadonlyArray, options?: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(command: string, args?: ReadonlyArray, options?: ExecFileSyncOptionsWithBufferEncoding): Buffer; + function execFileSync(command: string, args?: ReadonlyArray, options?: ExecFileSyncOptions): Buffer; +} diff --git a/2019-setembro/node_modules/@types/node/cluster.d.ts b/2019-setembro/node_modules/@types/node/cluster.d.ts new file mode 100644 index 0000000..43340ff --- /dev/null +++ b/2019-setembro/node_modules/@types/node/cluster.d.ts @@ -0,0 +1,260 @@ +declare module "cluster" { + import * as child from "child_process"; + import * as events from "events"; + import * as net from "net"; + + // interfaces + interface ClusterSettings { + execArgv?: string[]; // default: process.execArgv + exec?: string; + args?: string[]; + silent?: boolean; + stdio?: any[]; + uid?: number; + gid?: number; + inspectPort?: number | (() => number); + } + + interface Address { + address: string; + port: number; + addressType: number | "udp4" | "udp6"; // 4, 6, -1, "udp4", "udp6" + } + + class Worker extends events.EventEmitter { + id: number; + process: child.ChildProcess; + send(message: any, sendHandle?: any, callback?: (error: Error | null) => void): boolean; + kill(signal?: string): void; + destroy(signal?: string): void; + disconnect(): void; + isConnected(): boolean; + isDead(): boolean; + exitedAfterDisconnect: boolean; + + /** + * events.EventEmitter + * 1. disconnect + * 2. error + * 3. exit + * 4. listening + * 5. message + * 6. online + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "disconnect", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + addListener(event: "exit", listener: (code: number, signal: string) => void): this; + addListener(event: "listening", listener: (address: Address) => void): this; + addListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: "online", listener: () => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "disconnect"): boolean; + emit(event: "error", error: Error): boolean; + emit(event: "exit", code: number, signal: string): boolean; + emit(event: "listening", address: Address): boolean; + emit(event: "message", message: any, handle: net.Socket | net.Server): boolean; + emit(event: "online"): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "disconnect", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + on(event: "exit", listener: (code: number, signal: string) => void): this; + on(event: "listening", listener: (address: Address) => void): this; + on(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: "online", listener: () => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "disconnect", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + once(event: "exit", listener: (code: number, signal: string) => void): this; + once(event: "listening", listener: (address: Address) => void): this; + once(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: "online", listener: () => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "disconnect", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependListener(event: "exit", listener: (code: number, signal: string) => void): this; + prependListener(event: "listening", listener: (address: Address) => void): this; + prependListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: "online", listener: () => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "disconnect", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: "exit", listener: (code: number, signal: string) => void): this; + prependOnceListener(event: "listening", listener: (address: Address) => void): this; + prependOnceListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: "online", listener: () => void): this; + } + + interface Cluster extends events.EventEmitter { + Worker: Worker; + disconnect(callback?: () => void): void; + fork(env?: any): Worker; + isMaster: boolean; + isWorker: boolean; + // TODO: cluster.schedulingPolicy + settings: ClusterSettings; + setupMaster(settings?: ClusterSettings): void; + worker?: Worker; + workers?: { + [index: string]: Worker | undefined + }; + + /** + * events.EventEmitter + * 1. disconnect + * 2. exit + * 3. fork + * 4. listening + * 5. message + * 6. online + * 7. setup + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "disconnect", listener: (worker: Worker) => void): this; + addListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + addListener(event: "fork", listener: (worker: Worker) => void): this; + addListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + addListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: "online", listener: (worker: Worker) => void): this; + addListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "disconnect", worker: Worker): boolean; + emit(event: "exit", worker: Worker, code: number, signal: string): boolean; + emit(event: "fork", worker: Worker): boolean; + emit(event: "listening", worker: Worker, address: Address): boolean; + emit(event: "message", worker: Worker, message: any, handle: net.Socket | net.Server): boolean; + emit(event: "online", worker: Worker): boolean; + emit(event: "setup", settings: ClusterSettings): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "disconnect", listener: (worker: Worker) => void): this; + on(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + on(event: "fork", listener: (worker: Worker) => void): this; + on(event: "listening", listener: (worker: Worker, address: Address) => void): this; + on(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: "online", listener: (worker: Worker) => void): this; + on(event: "setup", listener: (settings: ClusterSettings) => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "disconnect", listener: (worker: Worker) => void): this; + once(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + once(event: "fork", listener: (worker: Worker) => void): this; + once(event: "listening", listener: (worker: Worker, address: Address) => void): this; + once(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: "online", listener: (worker: Worker) => void): this; + once(event: "setup", listener: (settings: ClusterSettings) => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "disconnect", listener: (worker: Worker) => void): this; + prependListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + prependListener(event: "fork", listener: (worker: Worker) => void): this; + prependListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + prependListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: "online", listener: (worker: Worker) => void): this; + prependListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "disconnect", listener: (worker: Worker) => void): this; + prependOnceListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + prependOnceListener(event: "fork", listener: (worker: Worker) => void): this; + prependOnceListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; + prependOnceListener(event: "online", listener: (worker: Worker) => void): this; + prependOnceListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + } + + function disconnect(callback?: () => void): void; + function fork(env?: any): Worker; + const isMaster: boolean; + const isWorker: boolean; + // TODO: cluster.schedulingPolicy + const settings: ClusterSettings; + function setupMaster(settings?: ClusterSettings): void; + const worker: Worker; + const workers: { + [index: string]: Worker | undefined + }; + + /** + * events.EventEmitter + * 1. disconnect + * 2. exit + * 3. fork + * 4. listening + * 5. message + * 6. online + * 7. setup + */ + function addListener(event: string, listener: (...args: any[]) => void): Cluster; + function addListener(event: "disconnect", listener: (worker: Worker) => void): Cluster; + function addListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; + function addListener(event: "fork", listener: (worker: Worker) => void): Cluster; + function addListener(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; + // the handle is a net.Socket or net.Server object, or undefined. + function addListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; + function addListener(event: "online", listener: (worker: Worker) => void): Cluster; + function addListener(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; + + function emit(event: string | symbol, ...args: any[]): boolean; + function emit(event: "disconnect", worker: Worker): boolean; + function emit(event: "exit", worker: Worker, code: number, signal: string): boolean; + function emit(event: "fork", worker: Worker): boolean; + function emit(event: "listening", worker: Worker, address: Address): boolean; + function emit(event: "message", worker: Worker, message: any, handle: net.Socket | net.Server): boolean; + function emit(event: "online", worker: Worker): boolean; + function emit(event: "setup", settings: ClusterSettings): boolean; + + function on(event: string, listener: (...args: any[]) => void): Cluster; + function on(event: "disconnect", listener: (worker: Worker) => void): Cluster; + function on(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; + function on(event: "fork", listener: (worker: Worker) => void): Cluster; + function on(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; + function on(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; // the handle is a net.Socket or net.Server object, or undefined. + function on(event: "online", listener: (worker: Worker) => void): Cluster; + function on(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; + + function once(event: string, listener: (...args: any[]) => void): Cluster; + function once(event: "disconnect", listener: (worker: Worker) => void): Cluster; + function once(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; + function once(event: "fork", listener: (worker: Worker) => void): Cluster; + function once(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; + function once(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; // the handle is a net.Socket or net.Server object, or undefined. + function once(event: "online", listener: (worker: Worker) => void): Cluster; + function once(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; + + function removeListener(event: string, listener: (...args: any[]) => void): Cluster; + function removeAllListeners(event?: string): Cluster; + function setMaxListeners(n: number): Cluster; + function getMaxListeners(): number; + function listeners(event: string): Function[]; + function listenerCount(type: string): number; + + function prependListener(event: string, listener: (...args: any[]) => void): Cluster; + function prependListener(event: "disconnect", listener: (worker: Worker) => void): Cluster; + function prependListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; + function prependListener(event: "fork", listener: (worker: Worker) => void): Cluster; + function prependListener(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; + // the handle is a net.Socket or net.Server object, or undefined. + function prependListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; + function prependListener(event: "online", listener: (worker: Worker) => void): Cluster; + function prependListener(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; + + function prependOnceListener(event: string, listener: (...args: any[]) => void): Cluster; + function prependOnceListener(event: "disconnect", listener: (worker: Worker) => void): Cluster; + function prependOnceListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; + function prependOnceListener(event: "fork", listener: (worker: Worker) => void): Cluster; + function prependOnceListener(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; + // the handle is a net.Socket or net.Server object, or undefined. + function prependOnceListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; + function prependOnceListener(event: "online", listener: (worker: Worker) => void): Cluster; + function prependOnceListener(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; + + function eventNames(): string[]; +} diff --git a/2019-setembro/node_modules/@types/node/console.d.ts b/2019-setembro/node_modules/@types/node/console.d.ts new file mode 100644 index 0000000..d30d13f --- /dev/null +++ b/2019-setembro/node_modules/@types/node/console.d.ts @@ -0,0 +1,3 @@ +declare module "console" { + export = console; +} diff --git a/2019-setembro/node_modules/@types/node/constants.d.ts b/2019-setembro/node_modules/@types/node/constants.d.ts new file mode 100644 index 0000000..577860f --- /dev/null +++ b/2019-setembro/node_modules/@types/node/constants.d.ts @@ -0,0 +1,278 @@ +declare module "constants" { + const E2BIG: number; + const EACCES: number; + const EADDRINUSE: number; + const EADDRNOTAVAIL: number; + const EAFNOSUPPORT: number; + const EAGAIN: number; + const EALREADY: number; + const EBADF: number; + const EBADMSG: number; + const EBUSY: number; + const ECANCELED: number; + const ECHILD: number; + const ECONNABORTED: number; + const ECONNREFUSED: number; + const ECONNRESET: number; + const EDEADLK: number; + const EDESTADDRREQ: number; + const EDOM: number; + const EEXIST: number; + const EFAULT: number; + const EFBIG: number; + const EHOSTUNREACH: number; + const EIDRM: number; + const EILSEQ: number; + const EINPROGRESS: number; + const EINTR: number; + const EINVAL: number; + const EIO: number; + const EISCONN: number; + const EISDIR: number; + const ELOOP: number; + const EMFILE: number; + const EMLINK: number; + const EMSGSIZE: number; + const ENAMETOOLONG: number; + const ENETDOWN: number; + const ENETRESET: number; + const ENETUNREACH: number; + const ENFILE: number; + const ENOBUFS: number; + const ENODATA: number; + const ENODEV: number; + const ENOENT: number; + const ENOEXEC: number; + const ENOLCK: number; + const ENOLINK: number; + const ENOMEM: number; + const ENOMSG: number; + const ENOPROTOOPT: number; + const ENOSPC: number; + const ENOSR: number; + const ENOSTR: number; + const ENOSYS: number; + const ENOTCONN: number; + const ENOTDIR: number; + const ENOTEMPTY: number; + const ENOTSOCK: number; + const ENOTSUP: number; + const ENOTTY: number; + const ENXIO: number; + const EOPNOTSUPP: number; + const EOVERFLOW: number; + const EPERM: number; + const EPIPE: number; + const EPROTO: number; + const EPROTONOSUPPORT: number; + const EPROTOTYPE: number; + const ERANGE: number; + const EROFS: number; + const ESPIPE: number; + const ESRCH: number; + const ETIME: number; + const ETIMEDOUT: number; + const ETXTBSY: number; + const EWOULDBLOCK: number; + const EXDEV: number; + const WSAEINTR: number; + const WSAEBADF: number; + const WSAEACCES: number; + const WSAEFAULT: number; + const WSAEINVAL: number; + const WSAEMFILE: number; + const WSAEWOULDBLOCK: number; + const WSAEINPROGRESS: number; + const WSAEALREADY: number; + const WSAENOTSOCK: number; + const WSAEDESTADDRREQ: number; + const WSAEMSGSIZE: number; + const WSAEPROTOTYPE: number; + const WSAENOPROTOOPT: number; + const WSAEPROTONOSUPPORT: number; + const WSAESOCKTNOSUPPORT: number; + const WSAEOPNOTSUPP: number; + const WSAEPFNOSUPPORT: number; + const WSAEAFNOSUPPORT: number; + const WSAEADDRINUSE: number; + const WSAEADDRNOTAVAIL: number; + const WSAENETDOWN: number; + const WSAENETUNREACH: number; + const WSAENETRESET: number; + const WSAECONNABORTED: number; + const WSAECONNRESET: number; + const WSAENOBUFS: number; + const WSAEISCONN: number; + const WSAENOTCONN: number; + const WSAESHUTDOWN: number; + const WSAETOOMANYREFS: number; + const WSAETIMEDOUT: number; + const WSAECONNREFUSED: number; + const WSAELOOP: number; + const WSAENAMETOOLONG: number; + const WSAEHOSTDOWN: number; + const WSAEHOSTUNREACH: number; + const WSAENOTEMPTY: number; + const WSAEPROCLIM: number; + const WSAEUSERS: number; + const WSAEDQUOT: number; + const WSAESTALE: number; + const WSAEREMOTE: number; + const WSASYSNOTREADY: number; + const WSAVERNOTSUPPORTED: number; + const WSANOTINITIALISED: number; + const WSAEDISCON: number; + const WSAENOMORE: number; + const WSAECANCELLED: number; + const WSAEINVALIDPROCTABLE: number; + const WSAEINVALIDPROVIDER: number; + const WSAEPROVIDERFAILEDINIT: number; + const WSASYSCALLFAILURE: number; + const WSASERVICE_NOT_FOUND: number; + const WSATYPE_NOT_FOUND: number; + const WSA_E_NO_MORE: number; + const WSA_E_CANCELLED: number; + const WSAEREFUSED: number; + const SIGHUP: number; + const SIGINT: number; + const SIGILL: number; + const SIGABRT: number; + const SIGFPE: number; + const SIGKILL: number; + const SIGSEGV: number; + const SIGTERM: number; + const SIGBREAK: number; + const SIGWINCH: number; + const SSL_OP_ALL: number; + const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; + const SSL_OP_CIPHER_SERVER_PREFERENCE: number; + const SSL_OP_CISCO_ANYCONNECT: number; + const SSL_OP_COOKIE_EXCHANGE: number; + const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; + const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; + const SSL_OP_EPHEMERAL_RSA: number; + const SSL_OP_LEGACY_SERVER_CONNECT: number; + const SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; + const SSL_OP_MICROSOFT_SESS_ID_BUG: number; + const SSL_OP_MSIE_SSLV2_RSA_PADDING: number; + const SSL_OP_NETSCAPE_CA_DN_BUG: number; + const SSL_OP_NETSCAPE_CHALLENGE_BUG: number; + const SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; + const SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; + const SSL_OP_NO_COMPRESSION: number; + const SSL_OP_NO_QUERY_MTU: number; + const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; + const SSL_OP_NO_SSLv2: number; + const SSL_OP_NO_SSLv3: number; + const SSL_OP_NO_TICKET: number; + const SSL_OP_NO_TLSv1: number; + const SSL_OP_NO_TLSv1_1: number; + const SSL_OP_NO_TLSv1_2: number; + const SSL_OP_PKCS1_CHECK_1: number; + const SSL_OP_PKCS1_CHECK_2: number; + const SSL_OP_SINGLE_DH_USE: number; + const SSL_OP_SINGLE_ECDH_USE: number; + const SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; + const SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; + const SSL_OP_TLS_BLOCK_PADDING_BUG: number; + const SSL_OP_TLS_D5_BUG: number; + const SSL_OP_TLS_ROLLBACK_BUG: number; + const ENGINE_METHOD_DSA: number; + const ENGINE_METHOD_DH: number; + const ENGINE_METHOD_RAND: number; + const ENGINE_METHOD_ECDH: number; + const ENGINE_METHOD_ECDSA: number; + const ENGINE_METHOD_CIPHERS: number; + const ENGINE_METHOD_DIGESTS: number; + const ENGINE_METHOD_STORE: number; + const ENGINE_METHOD_PKEY_METHS: number; + const ENGINE_METHOD_PKEY_ASN1_METHS: number; + const ENGINE_METHOD_ALL: number; + const ENGINE_METHOD_NONE: number; + const DH_CHECK_P_NOT_SAFE_PRIME: number; + const DH_CHECK_P_NOT_PRIME: number; + const DH_UNABLE_TO_CHECK_GENERATOR: number; + const DH_NOT_SUITABLE_GENERATOR: number; + const RSA_PKCS1_PADDING: number; + const RSA_SSLV23_PADDING: number; + const RSA_NO_PADDING: number; + const RSA_PKCS1_OAEP_PADDING: number; + const RSA_X931_PADDING: number; + const RSA_PKCS1_PSS_PADDING: number; + const POINT_CONVERSION_COMPRESSED: number; + const POINT_CONVERSION_UNCOMPRESSED: number; + const POINT_CONVERSION_HYBRID: number; + const O_RDONLY: number; + const O_WRONLY: number; + const O_RDWR: number; + const S_IFMT: number; + const S_IFREG: number; + const S_IFDIR: number; + const S_IFCHR: number; + const S_IFBLK: number; + const S_IFIFO: number; + const S_IFSOCK: number; + const S_IRWXU: number; + const S_IRUSR: number; + const S_IWUSR: number; + const S_IXUSR: number; + const S_IRWXG: number; + const S_IRGRP: number; + const S_IWGRP: number; + const S_IXGRP: number; + const S_IRWXO: number; + const S_IROTH: number; + const S_IWOTH: number; + const S_IXOTH: number; + const S_IFLNK: number; + const O_CREAT: number; + const O_EXCL: number; + const O_NOCTTY: number; + const O_DIRECTORY: number; + const O_NOATIME: number; + const O_NOFOLLOW: number; + const O_SYNC: number; + const O_DSYNC: number; + const O_SYMLINK: number; + const O_DIRECT: number; + const O_NONBLOCK: number; + const O_TRUNC: number; + const O_APPEND: number; + const F_OK: number; + const R_OK: number; + const W_OK: number; + const X_OK: number; + const COPYFILE_EXCL: number; + const COPYFILE_FICLONE: number; + const COPYFILE_FICLONE_FORCE: number; + const UV_UDP_REUSEADDR: number; + const SIGQUIT: number; + const SIGTRAP: number; + const SIGIOT: number; + const SIGBUS: number; + const SIGUSR1: number; + const SIGUSR2: number; + const SIGPIPE: number; + const SIGALRM: number; + const SIGCHLD: number; + const SIGSTKFLT: number; + const SIGCONT: number; + const SIGSTOP: number; + const SIGTSTP: number; + const SIGTTIN: number; + const SIGTTOU: number; + const SIGURG: number; + const SIGXCPU: number; + const SIGXFSZ: number; + const SIGVTALRM: number; + const SIGPROF: number; + const SIGIO: number; + const SIGPOLL: number; + const SIGPWR: number; + const SIGSYS: number; + const SIGUNUSED: number; + const defaultCoreCipherList: string; + const defaultCipherList: string; + const ENGINE_METHOD_RSA: number; + const ALPN_ENABLED: number; +} diff --git a/2019-setembro/node_modules/@types/node/crypto.d.ts b/2019-setembro/node_modules/@types/node/crypto.d.ts new file mode 100644 index 0000000..5c2dc09 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/crypto.d.ts @@ -0,0 +1,602 @@ +declare module "crypto" { + import * as stream from "stream"; + + interface Certificate { + exportChallenge(spkac: BinaryLike): Buffer; + exportPublicKey(spkac: BinaryLike): Buffer; + verifySpkac(spkac: Binary): boolean; + } + const Certificate: { + new(): Certificate; + (): Certificate; + }; + + namespace constants { // https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html#crypto_crypto_constants + const OPENSSL_VERSION_NUMBER: number; + + /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ + const SSL_OP_ALL: number; + /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; + /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_CIPHER_SERVER_PREFERENCE: number; + /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */ + const SSL_OP_CISCO_ANYCONNECT: number; + /** Instructs OpenSSL to turn on cookie exchange. */ + const SSL_OP_COOKIE_EXCHANGE: number; + /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ + const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; + /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ + const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; + /** Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations. */ + const SSL_OP_EPHEMERAL_RSA: number; + /** Allows initial connection to servers that do not support RI. */ + const SSL_OP_LEGACY_SERVER_CONNECT: number; + const SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; + const SSL_OP_MICROSOFT_SESS_ID_BUG: number; + /** Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation. */ + const SSL_OP_MSIE_SSLV2_RSA_PADDING: number; + const SSL_OP_NETSCAPE_CA_DN_BUG: number; + const SSL_OP_NETSCAPE_CHALLENGE_BUG: number; + const SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; + const SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; + /** Instructs OpenSSL to disable support for SSL/TLS compression. */ + const SSL_OP_NO_COMPRESSION: number; + const SSL_OP_NO_QUERY_MTU: number; + /** Instructs OpenSSL to always start a new session when performing renegotiation. */ + const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; + const SSL_OP_NO_SSLv2: number; + const SSL_OP_NO_SSLv3: number; + const SSL_OP_NO_TICKET: number; + const SSL_OP_NO_TLSv1: number; + const SSL_OP_NO_TLSv1_1: number; + const SSL_OP_NO_TLSv1_2: number; + const SSL_OP_PKCS1_CHECK_1: number; + const SSL_OP_PKCS1_CHECK_2: number; + /** Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters. */ + const SSL_OP_SINGLE_DH_USE: number; + /** Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters. */ + const SSL_OP_SINGLE_ECDH_USE: number; + const SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; + const SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; + const SSL_OP_TLS_BLOCK_PADDING_BUG: number; + const SSL_OP_TLS_D5_BUG: number; + /** Instructs OpenSSL to disable version rollback attack detection. */ + const SSL_OP_TLS_ROLLBACK_BUG: number; + + const ENGINE_METHOD_RSA: number; + const ENGINE_METHOD_DSA: number; + const ENGINE_METHOD_DH: number; + const ENGINE_METHOD_RAND: number; + const ENGINE_METHOD_EC: number; + const ENGINE_METHOD_CIPHERS: number; + const ENGINE_METHOD_DIGESTS: number; + const ENGINE_METHOD_PKEY_METHS: number; + const ENGINE_METHOD_PKEY_ASN1_METHS: number; + const ENGINE_METHOD_ALL: number; + const ENGINE_METHOD_NONE: number; + + const DH_CHECK_P_NOT_SAFE_PRIME: number; + const DH_CHECK_P_NOT_PRIME: number; + const DH_UNABLE_TO_CHECK_GENERATOR: number; + const DH_NOT_SUITABLE_GENERATOR: number; + + const ALPN_ENABLED: number; + + const RSA_PKCS1_PADDING: number; + const RSA_SSLV23_PADDING: number; + const RSA_NO_PADDING: number; + const RSA_PKCS1_OAEP_PADDING: number; + const RSA_X931_PADDING: number; + const RSA_PKCS1_PSS_PADDING: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ + const RSA_PSS_SALTLEN_DIGEST: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ + const RSA_PSS_SALTLEN_MAX_SIGN: number; + /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ + const RSA_PSS_SALTLEN_AUTO: number; + + const POINT_CONVERSION_COMPRESSED: number; + const POINT_CONVERSION_UNCOMPRESSED: number; + const POINT_CONVERSION_HYBRID: number; + + /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ + const defaultCoreCipherList: string; + /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ + const defaultCipherList: string; + } + + /** @deprecated since v10.0.0 */ + const fips: boolean; + + function createHash(algorithm: string, options?: stream.TransformOptions): Hash; + function createHmac(algorithm: string, key: BinaryLike, options?: stream.TransformOptions): Hmac; + + type Utf8AsciiLatin1Encoding = "utf8" | "ascii" | "latin1"; + type HexBase64Latin1Encoding = "latin1" | "hex" | "base64"; + type Utf8AsciiBinaryEncoding = "utf8" | "ascii" | "binary"; + type HexBase64BinaryEncoding = "binary" | "base64" | "hex"; + type ECDHKeyFormat = "compressed" | "uncompressed" | "hybrid"; + + class Hash extends stream.Transform { + private constructor(); + update(data: BinaryLike): Hash; + update(data: string, input_encoding: Utf8AsciiLatin1Encoding): Hash; + digest(): Buffer; + digest(encoding: HexBase64Latin1Encoding): string; + } + class Hmac extends stream.Transform { + private constructor(); + update(data: BinaryLike): Hmac; + update(data: string, input_encoding: Utf8AsciiLatin1Encoding): Hmac; + digest(): Buffer; + digest(encoding: HexBase64Latin1Encoding): string; + } + + export type KeyObjectType = 'secret' | 'public' | 'private'; + + interface KeyExportOptions { + type: 'pkcs1' | 'spki' | 'pkcs8' | 'sec1'; + format: T; + cipher?: string; + passphrase?: string | Buffer; + } + + class KeyObject { + private constructor(); + asymmetricKeyType?: KeyType; + /** + * For asymmetric keys, this property represents the size of the embedded key in + * bytes. This property is `undefined` for symmetric keys. + */ + asymmetricKeySize?: number; + export(options: KeyExportOptions<'pem'>): string | Buffer; + export(options?: KeyExportOptions<'der'>): Buffer; + symmetricSize?: number; + type: KeyObjectType; + } + + type CipherCCMTypes = 'aes-128-ccm' | 'aes-192-ccm' | 'aes-256-ccm'; + type CipherGCMTypes = 'aes-128-gcm' | 'aes-192-gcm' | 'aes-256-gcm'; + + type Binary = NodeJS.TypedArray | DataView; + type BinaryLike = string | Binary; + + type CipherKey = BinaryLike | KeyObject; + + interface CipherCCMOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherGCMOptions extends stream.TransformOptions { + authTagLength?: number; + } + /** @deprecated since v10.0.0 use createCipheriv() */ + function createCipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): CipherCCM; + /** @deprecated since v10.0.0 use createCipheriv() */ + function createCipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): CipherGCM; + /** @deprecated since v10.0.0 use createCipheriv() */ + function createCipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Cipher; + + function createCipheriv( + algorithm: CipherCCMTypes, + key: CipherKey, + iv: BinaryLike | null, + options: CipherCCMOptions + ): CipherCCM; + function createCipheriv( + algorithm: CipherGCMTypes, + key: CipherKey, + iv: BinaryLike | null, + options?: CipherGCMOptions + ): CipherGCM; + function createCipheriv( + algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions + ): Cipher; + + class Cipher extends stream.Transform { + private constructor(); + update(data: BinaryLike): Buffer; + update(data: string, input_encoding: Utf8AsciiBinaryEncoding): Buffer; + update(data: Binary, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string; + update(data: string, input_encoding: Utf8AsciiBinaryEncoding | undefined, output_encoding: HexBase64BinaryEncoding): string; + final(): Buffer; + final(output_encoding: string): string; + setAutoPadding(auto_padding?: boolean): this; + // getAuthTag(): Buffer; + // setAAD(buffer: Buffer): this; // docs only say buffer + } + interface CipherCCM extends Cipher { + setAAD(buffer: Buffer, options: { plaintextLength: number }): this; + getAuthTag(): Buffer; + } + interface CipherGCM extends Cipher { + setAAD(buffer: Buffer, options?: { plaintextLength: number }): this; + getAuthTag(): Buffer; + } + /** @deprecated since v10.0.0 use createCipheriv() */ + function createDecipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): DecipherCCM; + /** @deprecated since v10.0.0 use createCipheriv() */ + function createDecipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): DecipherGCM; + /** @deprecated since v10.0.0 use createCipheriv() */ + function createDecipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Decipher; + + function createDecipheriv( + algorithm: CipherCCMTypes, + key: BinaryLike, + iv: BinaryLike | null, + options: CipherCCMOptions, + ): DecipherCCM; + function createDecipheriv( + algorithm: CipherGCMTypes, + key: BinaryLike, + iv: BinaryLike | null, + options?: CipherGCMOptions, + ): DecipherGCM; + function createDecipheriv(algorithm: string, key: BinaryLike, iv: BinaryLike | null, options?: stream.TransformOptions): Decipher; + + class Decipher extends stream.Transform { + private constructor(); + update(data: Binary): Buffer; + update(data: string, input_encoding: HexBase64BinaryEncoding): Buffer; + update(data: Binary, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string; + update(data: string, input_encoding: HexBase64BinaryEncoding | undefined, output_encoding: Utf8AsciiBinaryEncoding): string; + final(): Buffer; + final(output_encoding: string): string; + setAutoPadding(auto_padding?: boolean): this; + // setAuthTag(tag: Binary): this; + // setAAD(buffer: Binary): this; + } + interface DecipherCCM extends Decipher { + setAuthTag(buffer: Binary): this; + setAAD(buffer: Binary, options: { plaintextLength: number }): this; + } + interface DecipherGCM extends Decipher { + setAuthTag(buffer: Binary): this; + setAAD(buffer: Binary, options?: { plaintextLength: number }): this; + } + + interface PrivateKeyInput { + key: string | Buffer; + format?: KeyFormat; + type?: 'pkcs1' | 'pkcs8' | 'sec1'; + passphrase?: string | Buffer; + } + + interface PublicKeyInput { + key: string | Buffer; + format?: KeyFormat; + type?: 'pkcs1' | 'spki'; + } + + function createPrivateKey(key: PrivateKeyInput | string | Buffer): KeyObject; + function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject): KeyObject; + function createSecretKey(key: Buffer): KeyObject; + + function createSign(algorithm: string, options?: stream.WritableOptions): Signer; + + interface SigningOptions { + /** + * @See crypto.constants.RSA_PKCS1_PADDING + */ + padding?: number; + saltLength?: number; + } + + interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions { + } + + type KeyLike = string | Buffer | KeyObject; + + class Signer extends stream.Writable { + private constructor(); + + update(data: BinaryLike): Signer; + update(data: string, input_encoding: Utf8AsciiLatin1Encoding): Signer; + sign(private_key: SignPrivateKeyInput | KeyLike): Buffer; + sign(private_key: SignPrivateKeyInput | KeyLike, output_format: HexBase64Latin1Encoding): string; + } + + function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; + class Verify extends stream.Writable { + private constructor(); + + update(data: BinaryLike): Verify; + update(data: string, input_encoding: Utf8AsciiLatin1Encoding): Verify; + verify(object: Object | KeyLike, signature: Binary): boolean; + verify(object: Object | KeyLike, signature: string, signature_format?: HexBase64Latin1Encoding): boolean; + // https://nodejs.org/api/crypto.html#crypto_verifier_verify_object_signature_signature_format + // The signature field accepts a TypedArray type, but it is only available starting ES2017 + } + function createDiffieHellman(prime_length: number, generator?: number | Binary): DiffieHellman; + function createDiffieHellman(prime: Binary): DiffieHellman; + function createDiffieHellman(prime: string, prime_encoding: HexBase64Latin1Encoding): DiffieHellman; + function createDiffieHellman(prime: string, prime_encoding: HexBase64Latin1Encoding, generator: number | Binary): DiffieHellman; + function createDiffieHellman(prime: string, prime_encoding: HexBase64Latin1Encoding, generator: string, generator_encoding: HexBase64Latin1Encoding): DiffieHellman; + class DiffieHellman { + private constructor(); + generateKeys(): Buffer; + generateKeys(encoding: HexBase64Latin1Encoding): string; + computeSecret(other_public_key: Binary): Buffer; + computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer; + computeSecret(other_public_key: Binary, output_encoding: HexBase64Latin1Encoding): string; + computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: HexBase64Latin1Encoding): string; + getPrime(): Buffer; + getPrime(encoding: HexBase64Latin1Encoding): string; + getGenerator(): Buffer; + getGenerator(encoding: HexBase64Latin1Encoding): string; + getPublicKey(): Buffer; + getPublicKey(encoding: HexBase64Latin1Encoding): string; + getPrivateKey(): Buffer; + getPrivateKey(encoding: HexBase64Latin1Encoding): string; + setPublicKey(public_key: Binary): void; + setPublicKey(public_key: string, encoding: string): void; + setPrivateKey(private_key: Binary): void; + setPrivateKey(private_key: string, encoding: string): void; + verifyError: number; + } + function getDiffieHellman(group_name: string): DiffieHellman; + function pbkdf2( + password: BinaryLike, + salt: BinaryLike, + iterations: number, + keylen: number, + digest: string, + callback: (err: Error | null, derivedKey: Buffer) => any, + ): void; + function pbkdf2Sync(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string): Buffer; + + function randomBytes(size: number): Buffer; + function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + function pseudoRandomBytes(size: number): Buffer; + function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + + function randomFillSync(buffer: T, offset?: number, size?: number): T; + function randomFill(buffer: T, callback: (err: Error | null, buf: T) => void): void; + function randomFill(buffer: T, offset: number, callback: (err: Error | null, buf: T) => void): void; + function randomFill(buffer: T, offset: number, size: number, callback: (err: Error | null, buf: T) => void): void; + + interface ScryptOptions { + N?: number; + r?: number; + p?: number; + maxmem?: number; + } + function scrypt( + password: BinaryLike, + salt: BinaryLike, + keylen: number, callback: (err: Error | null, derivedKey: Buffer) => void, + ): void; + function scrypt( + password: BinaryLike, + salt: BinaryLike, + keylen: number, + options: ScryptOptions, + callback: (err: Error | null, derivedKey: Buffer) => void, + ): void; + function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer; + + interface RsaPublicKey { + key: KeyLike; + padding?: number; + } + interface RsaPrivateKey { + key: KeyLike; + passphrase?: string; + padding?: number; + } + function publicEncrypt(public_key: RsaPublicKey | KeyLike, buffer: Binary): Buffer; + function privateDecrypt(private_key: RsaPrivateKey | KeyLike, buffer: Binary): Buffer; + function privateEncrypt(private_key: RsaPrivateKey | KeyLike, buffer: Binary): Buffer; + function publicDecrypt(public_key: RsaPublicKey | KeyLike, buffer: Binary): Buffer; + function getCiphers(): string[]; + function getCurves(): string[]; + function getHashes(): string[]; + class ECDH { + private constructor(); + static convertKey( + key: BinaryLike, + curve: string, + inputEncoding?: HexBase64Latin1Encoding, + outputEncoding?: "latin1" | "hex" | "base64", + format?: "uncompressed" | "compressed" | "hybrid", + ): Buffer | string; + generateKeys(): Buffer; + generateKeys(encoding: HexBase64Latin1Encoding, format?: ECDHKeyFormat): string; + computeSecret(other_public_key: Binary): Buffer; + computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer; + computeSecret(other_public_key: Binary, output_encoding: HexBase64Latin1Encoding): string; + computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: HexBase64Latin1Encoding): string; + getPrivateKey(): Buffer; + getPrivateKey(encoding: HexBase64Latin1Encoding): string; + getPublicKey(): Buffer; + getPublicKey(encoding: HexBase64Latin1Encoding, format?: ECDHKeyFormat): string; + setPrivateKey(private_key: Binary): void; + setPrivateKey(private_key: string, encoding: HexBase64Latin1Encoding): void; + } + function createECDH(curve_name: string): ECDH; + function timingSafeEqual(a: Binary, b: Binary): boolean; + /** @deprecated since v10.0.0 */ + const DEFAULT_ENCODING: string; + + export type KeyType = 'rsa' | 'dsa' | 'ec'; + export type KeyFormat = 'pem' | 'der'; + + interface BasePrivateKeyEncodingOptions { + format: T; + cipher?: string; + passphrase?: string; + } + + interface KeyPairKeyObjectResult { + publicKey: KeyObject; + privateKey: KeyObject; + } + + interface ECKeyPairKeyObjectOptions { + /** + * Name of the curve to use. + */ + namedCurve: string; + } + + interface RSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + + /** + * @default 0x10001 + */ + publicExponent?: number; + } + + interface DSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + + /** + * Size of q in bits + */ + divisorLength: number; + } + + interface RSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * @default 0x10001 + */ + publicExponent?: number; + + publicKeyEncoding: { + type: 'pkcs1' | 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs1' | 'pkcs8'; + }; + } + + interface DSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + + interface ECKeyPairOptions { + /** + * Name of the curve to use. + */ + namedCurve: string; + + publicKeyEncoding: { + type: 'pkcs1' | 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'sec1' | 'pkcs8'; + }; + } + + interface KeyPairSyncResult { + publicKey: T1; + privateKey: T2; + } + + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + + namespace generateKeyPair { + function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: string, privateKey: string }>; + function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: string, privateKey: Buffer }>; + function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: Buffer, privateKey: string }>; + function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey: Buffer, privateKey: Buffer }>; + function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise; + + function __promisify__(type: "dsa", options: DSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: string, privateKey: string }>; + function __promisify__(type: "dsa", options: DSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: string, privateKey: Buffer }>; + function __promisify__(type: "dsa", options: DSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: Buffer, privateKey: string }>; + function __promisify__(type: "dsa", options: DSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey: Buffer, privateKey: Buffer }>; + function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise; + + function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: string, privateKey: string }>; + function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: string, privateKey: Buffer }>; + function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: Buffer, privateKey: string }>; + function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'der'>): Promise<{ publicKey: Buffer, privateKey: Buffer }>; + function __promisify__(type: "ec", options: ECKeyPairKeyObjectOptions): Promise; + } + + /** + * Calculates and returns the signature for `data` using the given private key and + * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is + * dependent upon the key type (especially Ed25519 and Ed448). + * + * If `key` is not a [`KeyObject`][], this function behaves as if `key` had been + * passed to [`crypto.createPrivateKey()`][]. + */ + function sign(algorithm: string | null | undefined, data: Binary, key: KeyLike | SignPrivateKeyInput): Buffer; + + interface VerifyKeyWithOptions extends KeyObject, SigningOptions { + } + + /** + * Calculates and returns the signature for `data` using the given private key and + * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is + * dependent upon the key type (especially Ed25519 and Ed448). + * + * If `key` is not a [`KeyObject`][], this function behaves as if `key` had been + * passed to [`crypto.createPublicKey()`][]. + */ + function verify(algorithm: string | null | undefined, data: Binary, key: KeyLike | VerifyKeyWithOptions, signature: Binary): Buffer; +} diff --git a/2019-setembro/node_modules/@types/node/dgram.d.ts b/2019-setembro/node_modules/@types/node/dgram.d.ts new file mode 100644 index 0000000..c42acdf --- /dev/null +++ b/2019-setembro/node_modules/@types/node/dgram.d.ts @@ -0,0 +1,102 @@ +declare module "dgram" { + import { AddressInfo } from "net"; + import * as dns from "dns"; + import * as events from "events"; + + interface RemoteInfo { + address: string; + family: 'IPv4' | 'IPv6'; + port: number; + size: number; + } + + interface BindOptions { + port: number; + address?: string; + exclusive?: boolean; + } + + type SocketType = "udp4" | "udp6"; + + interface SocketOptions { + type: SocketType; + reuseAddr?: boolean; + /** + * @default false + */ + ipv6Only?: boolean; + recvBufferSize?: number; + sendBufferSize?: number; + lookup?: (hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void; + } + + function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + + class Socket extends events.EventEmitter { + send(msg: string | Uint8Array | any[], port: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array, offset: number, length: number, port: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; + bind(port?: number, address?: string, callback?: () => void): void; + bind(port?: number, callback?: () => void): void; + bind(callback?: () => void): void; + bind(options: BindOptions, callback?: () => void): void; + close(callback?: () => void): void; + address(): AddressInfo | string; + setBroadcast(flag: boolean): void; + setTTL(ttl: number): void; + setMulticastTTL(ttl: number): void; + setMulticastInterface(multicastInterface: string): void; + setMulticastLoopback(flag: boolean): void; + addMembership(multicastAddress: string, multicastInterface?: string): void; + dropMembership(multicastAddress: string, multicastInterface?: string): void; + ref(): this; + unref(): this; + setRecvBufferSize(size: number): void; + setSendBufferSize(size: number): void; + getRecvBufferSize(): number; + getSendBufferSize(): number; + + /** + * events.EventEmitter + * 1. close + * 2. error + * 3. listening + * 4. message + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit(event: "message", msg: Buffer, rinfo: RemoteInfo): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + } +} diff --git a/2019-setembro/node_modules/@types/node/dns.d.ts b/2019-setembro/node_modules/@types/node/dns.d.ts new file mode 100644 index 0000000..d2b0505 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/dns.d.ts @@ -0,0 +1,366 @@ +declare module "dns" { + // Supported getaddrinfo flags. + const ADDRCONFIG: number; + const V4MAPPED: number; + + interface LookupOptions { + family?: number; + hints?: number; + all?: boolean; + verbatim?: boolean; + } + + interface LookupOneOptions extends LookupOptions { + all?: false; + } + + interface LookupAllOptions extends LookupOptions { + all: true; + } + + interface LookupAddress { + address: string; + family: number; + } + + function lookup(hostname: string, family: number, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + function lookup(hostname: string, options: LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + function lookup(hostname: string, options: LookupAllOptions, callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void): void; + function lookup(hostname: string, options: LookupOptions, callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void): void; + function lookup(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace lookup { + function __promisify__(hostname: string, options: LookupAllOptions): Promise; + function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise; + function __promisify__(hostname: string, options: LookupOptions): Promise; + } + + function lookupService(address: string, port: number, callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void): void; + + namespace lookupService { + function __promisify__(address: string, port: number): Promise<{ hostname: string, service: string }>; + } + + interface ResolveOptions { + ttl: boolean; + } + + interface ResolveWithTtlOptions extends ResolveOptions { + ttl: true; + } + + interface RecordWithTtl { + address: string; + ttl: number; + } + + /** @deprecated Use AnyARecord or AnyAaaaRecord instead. */ + type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; + + interface AnyARecord extends RecordWithTtl { + type: "A"; + } + + interface AnyAaaaRecord extends RecordWithTtl { + type: "AAAA"; + } + + interface MxRecord { + priority: number; + exchange: string; + } + + interface AnyMxRecord extends MxRecord { + type: "MX"; + } + + interface NaptrRecord { + flags: string; + service: string; + regexp: string; + replacement: string; + order: number; + preference: number; + } + + interface AnyNaptrRecord extends NaptrRecord { + type: "NAPTR"; + } + + interface SoaRecord { + nsname: string; + hostmaster: string; + serial: number; + refresh: number; + retry: number; + expire: number; + minttl: number; + } + + interface AnySoaRecord extends SoaRecord { + type: "SOA"; + } + + interface SrvRecord { + priority: number; + weight: number; + port: number; + name: string; + } + + interface AnySrvRecord extends SrvRecord { + type: "SRV"; + } + + interface AnyTxtRecord { + type: "TXT"; + entries: string[]; + } + + interface AnyNsRecord { + type: "NS"; + value: string; + } + + interface AnyPtrRecord { + type: "PTR"; + value: string; + } + + interface AnyCnameRecord { + type: "CNAME"; + value: string; + } + + type AnyRecord = AnyARecord | + AnyAaaaRecord | + AnyCnameRecord | + AnyMxRecord | + AnyNaptrRecord | + AnyNsRecord | + AnyPtrRecord | + AnySoaRecord | + AnySrvRecord | + AnyTxtRecord; + + function resolve(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + function resolve(hostname: string, rrtype: "A", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + function resolve(hostname: string, rrtype: "AAAA", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + function resolve(hostname: string, rrtype: "ANY", callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; + function resolve(hostname: string, rrtype: "CNAME", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + function resolve(hostname: string, rrtype: "MX", callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; + function resolve(hostname: string, rrtype: "NAPTR", callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; + function resolve(hostname: string, rrtype: "NS", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + function resolve(hostname: string, rrtype: "PTR", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + function resolve(hostname: string, rrtype: "SOA", callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void): void; + function resolve(hostname: string, rrtype: "SRV", callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; + function resolve(hostname: string, rrtype: "TXT", callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; + function resolve( + hostname: string, + rrtype: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]) => void, + ): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace resolve { + function __promisify__(hostname: string, rrtype?: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise; + function __promisify__(hostname: string, rrtype: "ANY"): Promise; + function __promisify__(hostname: string, rrtype: "MX"): Promise; + function __promisify__(hostname: string, rrtype: "NAPTR"): Promise; + function __promisify__(hostname: string, rrtype: "SOA"): Promise; + function __promisify__(hostname: string, rrtype: "SRV"): Promise; + function __promisify__(hostname: string, rrtype: "TXT"): Promise; + function __promisify__(hostname: string, rrtype: string): Promise; + } + + function resolve4(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + function resolve4(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; + function resolve4(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace resolve4 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + + function resolve6(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + function resolve6(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; + function resolve6(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace resolve6 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + + function resolveCname(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + namespace resolveCname { + function __promisify__(hostname: string): Promise; + } + + function resolveMx(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; + namespace resolveMx { + function __promisify__(hostname: string): Promise; + } + + function resolveNaptr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; + namespace resolveNaptr { + function __promisify__(hostname: string): Promise; + } + + function resolveNs(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + namespace resolveNs { + function __promisify__(hostname: string): Promise; + } + + function resolvePtr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + namespace resolvePtr { + function __promisify__(hostname: string): Promise; + } + + function resolveSoa(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void): void; + namespace resolveSoa { + function __promisify__(hostname: string): Promise; + } + + function resolveSrv(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; + namespace resolveSrv { + function __promisify__(hostname: string): Promise; + } + + function resolveTxt(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; + namespace resolveTxt { + function __promisify__(hostname: string): Promise; + } + + function resolveAny(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; + namespace resolveAny { + function __promisify__(hostname: string): Promise; + } + + function reverse(ip: string, callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void): void; + function setServers(servers: ReadonlyArray): void; + function getServers(): string[]; + + // Error codes + const NODATA: string; + const FORMERR: string; + const SERVFAIL: string; + const NOTFOUND: string; + const NOTIMP: string; + const REFUSED: string; + const BADQUERY: string; + const BADNAME: string; + const BADFAMILY: string; + const BADRESP: string; + const CONNREFUSED: string; + const TIMEOUT: string; + const EOF: string; + const FILE: string; + const NOMEM: string; + const DESTRUCTION: string; + const BADSTR: string; + const BADFLAGS: string; + const NONAME: string; + const BADHINTS: string; + const NOTINITIALIZED: string; + const LOADIPHLPAPI: string; + const ADDRGETNETWORKPARAMS: string; + const CANCELLED: string; + + class Resolver { + getServers: typeof getServers; + setServers: typeof setServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + cancel(): void; + } + + namespace promises { + function getServers(): string[]; + + function lookup(hostname: string, family: number): Promise; + function lookup(hostname: string, options: LookupOneOptions): Promise; + function lookup(hostname: string, options: LookupAllOptions): Promise; + function lookup(hostname: string, options: LookupOptions): Promise; + function lookup(hostname: string): Promise; + + function lookupService(address: string, port: number): Promise<{ hostname: string, service: string }>; + + function resolve(hostname: string): Promise; + function resolve(hostname: string, rrtype: "A"): Promise; + function resolve(hostname: string, rrtype: "AAAA"): Promise; + function resolve(hostname: string, rrtype: "ANY"): Promise; + function resolve(hostname: string, rrtype: "CNAME"): Promise; + function resolve(hostname: string, rrtype: "MX"): Promise; + function resolve(hostname: string, rrtype: "NAPTR"): Promise; + function resolve(hostname: string, rrtype: "NS"): Promise; + function resolve(hostname: string, rrtype: "PTR"): Promise; + function resolve(hostname: string, rrtype: "SOA"): Promise; + function resolve(hostname: string, rrtype: "SRV"): Promise; + function resolve(hostname: string, rrtype: "TXT"): Promise; + function resolve(hostname: string, rrtype: string): Promise; + + function resolve4(hostname: string): Promise; + function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve4(hostname: string, options: ResolveOptions): Promise; + + function resolve6(hostname: string): Promise; + function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve6(hostname: string, options: ResolveOptions): Promise; + + function resolveAny(hostname: string): Promise; + + function resolveCname(hostname: string): Promise; + + function resolveMx(hostname: string): Promise; + + function resolveNaptr(hostname: string): Promise; + + function resolveNs(hostname: string): Promise; + + function resolvePtr(hostname: string): Promise; + + function resolveSoa(hostname: string): Promise; + + function resolveSrv(hostname: string): Promise; + + function resolveTxt(hostname: string): Promise; + + function reverse(ip: string): Promise; + + function setServers(servers: ReadonlyArray): void; + + class Resolver { + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + setServers: typeof setServers; + } + } +} diff --git a/2019-setembro/node_modules/@types/node/domain.d.ts b/2019-setembro/node_modules/@types/node/domain.d.ts new file mode 100644 index 0000000..45e388c --- /dev/null +++ b/2019-setembro/node_modules/@types/node/domain.d.ts @@ -0,0 +1,16 @@ +declare module "domain" { + import * as events from "events"; + + class Domain extends events.EventEmitter implements NodeJS.Domain { + run(fn: (...args: any[]) => T, ...args: any[]): T; + add(emitter: events.EventEmitter | NodeJS.Timer): void; + remove(emitter: events.EventEmitter | NodeJS.Timer): void; + bind(cb: T): T; + intercept(cb: T): T; + members: Array; + enter(): void; + exit(): void; + } + + function create(): Domain; +} diff --git a/2019-setembro/node_modules/@types/node/events.d.ts b/2019-setembro/node_modules/@types/node/events.d.ts new file mode 100644 index 0000000..f861021 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/events.d.ts @@ -0,0 +1,30 @@ +declare module "events" { + class internal extends NodeJS.EventEmitter { } + + namespace internal { + function once(emitter: EventEmitter, event: string | symbol): Promise; + class EventEmitter extends internal { + /** @deprecated since v4.0.0 */ + static listenerCount(emitter: EventEmitter, event: string | symbol): number; + static defaultMaxListeners: number; + + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + off(event: string | symbol, listener: (...args: any[]) => void): this; + removeAllListeners(event?: string | symbol): this; + setMaxListeners(n: number): this; + getMaxListeners(): number; + listeners(event: string | symbol): Function[]; + rawListeners(event: string | symbol): Function[]; + emit(event: string | symbol, ...args: any[]): boolean; + eventNames(): Array; + listenerCount(type: string | symbol): number; + } + } + + export = internal; +} diff --git a/2019-setembro/node_modules/@types/node/fs.d.ts b/2019-setembro/node_modules/@types/node/fs.d.ts new file mode 100644 index 0000000..bc015ce --- /dev/null +++ b/2019-setembro/node_modules/@types/node/fs.d.ts @@ -0,0 +1,2297 @@ +declare module "fs" { + import * as stream from "stream"; + import * as events from "events"; + import { URL } from "url"; + + /** + * Valid types for path values in "fs". + */ + type PathLike = string | Buffer | URL; + + type BinaryData = DataView | NodeJS.TypedArray; + class Stats { + isFile(): boolean; + isDirectory(): boolean; + isBlockDevice(): boolean; + isCharacterDevice(): boolean; + isSymbolicLink(): boolean; + isFIFO(): boolean; + isSocket(): boolean; + dev: number; + ino: number; + mode: number; + nlink: number; + uid: number; + gid: number; + rdev: number; + size: number; + blksize: number; + blocks: number; + atimeMs: number; + mtimeMs: number; + ctimeMs: number; + birthtimeMs: number; + atime: Date; + mtime: Date; + ctime: Date; + birthtime: Date; + } + + class Dirent { + isFile(): boolean; + isDirectory(): boolean; + isBlockDevice(): boolean; + isCharacterDevice(): boolean; + isSymbolicLink(): boolean; + isFIFO(): boolean; + isSocket(): boolean; + name: string; + } + + interface FSWatcher extends events.EventEmitter { + close(): void; + + /** + * events.EventEmitter + * 1. change + * 2. error + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + on(event: "error", listener: (error: Error) => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + once(event: "error", listener: (error: Error) => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + } + + class ReadStream extends stream.Readable { + close(): void; + bytesRead: number; + path: string | Buffer; + + /** + * events.EventEmitter + * 1. open + * 2. close + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "open", listener: (fd: number) => void): this; + addListener(event: "close", listener: () => void): this; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "open", listener: (fd: number) => void): this; + on(event: "close", listener: () => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "open", listener: (fd: number) => void): this; + once(event: "close", listener: () => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "open", listener: (fd: number) => void): this; + prependListener(event: "close", listener: () => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "open", listener: (fd: number) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + } + + class WriteStream extends stream.Writable { + close(): void; + bytesWritten: number; + path: string | Buffer; + + /** + * events.EventEmitter + * 1. open + * 2. close + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "open", listener: (fd: number) => void): this; + addListener(event: "close", listener: () => void): this; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "open", listener: (fd: number) => void): this; + on(event: "close", listener: () => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "open", listener: (fd: number) => void): this; + once(event: "close", listener: () => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "open", listener: (fd: number) => void): this; + prependListener(event: "close", listener: () => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "open", listener: (fd: number) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + } + + /** + * Asynchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function rename(oldPath: PathLike, newPath: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace rename { + /** + * Asynchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(oldPath: PathLike, newPath: PathLike): Promise; + } + + /** + * Synchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function renameSync(oldPath: PathLike, newPath: PathLike): void; + + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function truncate(path: PathLike, len: number | undefined | null, callback: (err: NodeJS.ErrnoException | null) => void): void; + + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function truncate(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace truncate { + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(path: PathLike, len?: number | null): Promise; + } + + /** + * Synchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function truncateSync(path: PathLike, len?: number | null): void; + + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + * @param len If not specified, defaults to `0`. + */ + function ftruncate(fd: number, len: number | undefined | null, callback: (err: NodeJS.ErrnoException | null) => void): void; + + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + */ + function ftruncate(fd: number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace ftruncate { + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(fd: number, len?: number | null): Promise; + } + + /** + * Synchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + * @param len If not specified, defaults to `0`. + */ + function ftruncateSync(fd: number, len?: number | null): void; + + /** + * Asynchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function chown(path: PathLike, uid: number, gid: number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace chown { + /** + * Asynchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + + /** + * Synchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function chownSync(path: PathLike, uid: number, gid: number): void; + + /** + * Asynchronous fchown(2) - Change ownership of a file. + * @param fd A file descriptor. + */ + function fchown(fd: number, uid: number, gid: number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace fchown { + /** + * Asynchronous fchown(2) - Change ownership of a file. + * @param fd A file descriptor. + */ + function __promisify__(fd: number, uid: number, gid: number): Promise; + } + + /** + * Synchronous fchown(2) - Change ownership of a file. + * @param fd A file descriptor. + */ + function fchownSync(fd: number, uid: number, gid: number): void; + + /** + * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function lchown(path: PathLike, uid: number, gid: number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace lchown { + /** + * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + + /** + * Synchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function lchownSync(path: PathLike, uid: number, gid: number): void; + + /** + * Asynchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function chmod(path: PathLike, mode: string | number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace chmod { + /** + * Asynchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: string | number): Promise; + } + + /** + * Synchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function chmodSync(path: PathLike, mode: string | number): void; + + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param fd A file descriptor. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function fchmod(fd: number, mode: string | number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace fchmod { + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param fd A file descriptor. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(fd: number, mode: string | number): Promise; + } + + /** + * Synchronous fchmod(2) - Change permissions of a file. + * @param fd A file descriptor. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function fchmodSync(fd: number, mode: string | number): void; + + /** + * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function lchmod(path: PathLike, mode: string | number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace lchmod { + /** + * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: string | number): Promise; + } + + /** + * Synchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function lchmodSync(path: PathLike, mode: string | number): void; + + /** + * Asynchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace stat { + /** + * Asynchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + + /** + * Synchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function statSync(path: PathLike): Stats; + + /** + * Asynchronous fstat(2) - Get file status. + * @param fd A file descriptor. + */ + function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace fstat { + /** + * Asynchronous fstat(2) - Get file status. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + + /** + * Synchronous fstat(2) - Get file status. + * @param fd A file descriptor. + */ + function fstatSync(fd: number): Stats; + + /** + * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace lstat { + /** + * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + + /** + * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function lstatSync(path: PathLike): Stats; + + /** + * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function link(existingPath: PathLike, newPath: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace link { + /** + * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function link(existingPath: PathLike, newPath: PathLike): Promise; + } + + /** + * Synchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function linkSync(existingPath: PathLike, newPath: PathLike): void; + + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function symlink(target: PathLike, path: PathLike, type: symlink.Type | undefined | null, callback: (err: NodeJS.ErrnoException | null) => void): void; + + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + */ + function symlink(target: PathLike, path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace symlink { + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise; + + type Type = "dir" | "file" | "junction"; + } + + /** + * Synchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink( + path: PathLike, + options: { encoding?: BufferEncoding | null } | BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, linkString: string) => void + ): void; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options: { encoding: "buffer" } | "buffer", callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void): void; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options: { encoding?: string | null } | string | undefined | null, callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void): void; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function readlink(path: PathLike, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace readlink { + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: { encoding?: string | null } | string | null): Promise; + } + + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlinkSync(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string; + + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlinkSync(path: PathLike, options: { encoding: "buffer" } | "buffer"): Buffer; + + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlinkSync(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath( + path: PathLike, + options: { encoding?: BufferEncoding | null } | BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void + ): void; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options: { encoding: "buffer" } | "buffer", callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options: { encoding?: string | null } | string | undefined | null, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function realpath(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace realpath { + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: { encoding?: string | null } | string | null): Promise; + + function native( + path: PathLike, + options: { encoding?: BufferEncoding | null } | BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void + ): void; + function native(path: PathLike, options: { encoding: "buffer" } | "buffer", callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; + function native(path: PathLike, options: { encoding?: string | null } | string | undefined | null, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; + function native(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + } + + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpathSync(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string; + + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpathSync(path: PathLike, options: { encoding: "buffer" } | "buffer"): Buffer; + + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpathSync(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer; + + namespace realpathSync { + function native(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string; + function native(path: PathLike, options: { encoding: "buffer" } | "buffer"): Buffer; + function native(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer; + } + + /** + * Asynchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function unlink(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace unlink { + /** + * Asynchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + + /** + * Synchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function unlinkSync(path: PathLike): void; + + /** + * Asynchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function rmdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace rmdir { + /** + * Asynchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + + /** + * Synchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function rmdirSync(path: PathLike): void; + + export interface MakeDirectoryOptions { + /** + * Indicates whether parent folders should be created. + * @default false + */ + recursive?: boolean; + /** + * A file mode. If a string is passed, it is parsed as an octal integer. If not specified + * @default 0o777. + */ + mode?: number; + } + + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir(path: PathLike, options: number | string | MakeDirectoryOptions | undefined | null, callback: (err: NodeJS.ErrnoException | null) => void): void; + + /** + * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function mkdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace mkdir { + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__(path: PathLike, options?: number | string | MakeDirectoryOptions | null): Promise; + } + + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdirSync(path: PathLike, options?: number | string | MakeDirectoryOptions | null): void; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: { encoding?: BufferEncoding | null } | BufferEncoding | undefined | null, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: "buffer" | { encoding: "buffer" }, callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void): void; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: { encoding?: string | null } | string | undefined | null, callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void): void; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + */ + function mkdtemp(prefix: string, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace mkdtemp { + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options: { encoding: "buffer" } | "buffer"): Promise; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: { encoding?: string | null } | string | null): Promise; + } + + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtempSync(prefix: string, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string; + + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtempSync(prefix: string, options: { encoding: "buffer" } | "buffer"): Buffer; + + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtempSync(prefix: string, options?: { encoding?: string | null } | string | null): string | Buffer; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options: { encoding: BufferEncoding | null; withFileTypes?: false } | BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void, + ): void; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir(path: PathLike, options: { encoding: "buffer"; withFileTypes?: false } | "buffer", callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void): void; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options: { encoding?: string | null; withFileTypes?: false } | string | undefined | null, + callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void, + ): void; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function readdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null, files: string[]) => void): void; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + function readdir(path: PathLike, options: { encoding?: string | null; withFileTypes: true }, callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace readdir { + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: { encoding: BufferEncoding | null; withFileTypes?: false } | BufferEncoding | null): Promise; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: "buffer" | { encoding: "buffer"; withFileTypes?: false }): Promise; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false } | string | null): Promise; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent + */ + function __promisify__(path: PathLike, options: { encoding?: string | null; withFileTypes: true }): Promise; + } + + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdirSync(path: PathLike, options?: { encoding: BufferEncoding | null; withFileTypes?: false } | BufferEncoding | null): string[]; + + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdirSync(path: PathLike, options: { encoding: "buffer"; withFileTypes?: false } | "buffer"): Buffer[]; + + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdirSync(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false } | string | null): string[] | Buffer[]; + + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + function readdirSync(path: PathLike, options: { encoding?: string | null; withFileTypes: true }): Dirent[]; + + /** + * Asynchronous close(2) - close a file descriptor. + * @param fd A file descriptor. + */ + function close(fd: number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace close { + /** + * Asynchronous close(2) - close a file descriptor. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + + /** + * Synchronous close(2) - close a file descriptor. + * @param fd A file descriptor. + */ + function closeSync(fd: number): void; + + /** + * Asynchronous open(2) - open and possibly create a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. + */ + function open(path: PathLike, flags: string | number, mode: string | number | undefined | null, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function open(path: PathLike, flags: string | number, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace open { + /** + * Asynchronous open(2) - open and possibly create a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. + */ + function __promisify__(path: PathLike, flags: string | number, mode?: string | number | null): Promise; + } + + /** + * Synchronous open(2) - open and possibly create a file, returning a file descriptor.. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. + */ + function openSync(path: PathLike, flags: string | number, mode?: string | number | null): number; + + /** + * Asynchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function utimes(path: PathLike, atime: string | number | Date, mtime: string | number | Date, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace utimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: string | number | Date, mtime: string | number | Date): Promise; + } + + /** + * Synchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function utimesSync(path: PathLike, atime: string | number | Date, mtime: string | number | Date): void; + + /** + * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function futimes(fd: number, atime: string | number | Date, mtime: string | number | Date, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace futimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(fd: number, atime: string | number | Date, mtime: string | number | Date): Promise; + } + + /** + * Synchronously change file timestamps of the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function futimesSync(fd: number, atime: string | number | Date, mtime: string | number | Date): void; + + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param fd A file descriptor. + */ + function fsync(fd: number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace fsync { + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + + /** + * Synchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param fd A file descriptor. + */ + function fsyncSync(fd: number): void; + + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + */ + function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + */ + function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void + ): void; + + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + */ + function write(fd: number, buffer: TBuffer, callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void): void; + + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. If something other than a string is supplied it will be coerced to a string. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function write( + fd: number, + string: any, + position: number | undefined | null, + encoding: string | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. If something other than a string is supplied it will be coerced to a string. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function write(fd: number, string: any, position: number | undefined | null, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; + + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. If something other than a string is supplied it will be coerced to a string. + */ + function write(fd: number, string: any, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace write { + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function __promisify__( + fd: number, + buffer?: TBuffer, + offset?: number, + length?: number, + position?: number | null, + ): Promise<{ bytesWritten: number, buffer: TBuffer }>; + + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. If something other than a string is supplied it will be coerced to a string. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function __promisify__(fd: number, string: any, position?: number | null, encoding?: string | null): Promise<{ bytesWritten: number, buffer: string }>; + } + + /** + * Synchronously writes `buffer` to the file referenced by the supplied file descriptor, returning the number of bytes written. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function writeSync(fd: number, buffer: BinaryData, offset?: number | null, length?: number | null, position?: number | null): number; + + /** + * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. + * @param fd A file descriptor. + * @param string A string to write. If something other than a string is supplied it will be coerced to a string. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function writeSync(fd: number, string: any, position?: number | null, encoding?: string | null): number; + + /** + * Asynchronously reads data from the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + function read( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: number | null, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace read { + /** + * @param fd A file descriptor. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + function __promisify__(fd: number, buffer: TBuffer, offset: number, length: number, position: number | null): Promise<{ bytesRead: number, buffer: TBuffer }>; + } + + /** + * Synchronously reads data from the file referenced by the supplied file descriptor, returning the number of bytes read. + * @param fd A file descriptor. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + function readSync(fd: number, buffer: BinaryData, offset: number, length: number, position: number | null): number; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile(path: PathLike | number, options: { encoding?: null; flag?: string; } | undefined | null, callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void): void; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile(path: PathLike | number, options: { encoding: string; flag?: string; } | string, callback: (err: NodeJS.ErrnoException | null, data: string) => void): void; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | number, + options: { encoding?: string | null; flag?: string; } | string | undefined | null, + callback: (err: NodeJS.ErrnoException | null, data: string | Buffer) => void, + ): void; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + */ + function readFile(path: PathLike | number, callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace readFile { + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__(path: PathLike | number, options?: { encoding?: null; flag?: string; } | null): Promise; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__(path: PathLike | number, options: { encoding: string; flag?: string; } | string): Promise; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__(path: PathLike | number, options?: { encoding?: string | null; flag?: string; } | string | null): Promise; + } + + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. If a flag is not provided, it defaults to `'r'`. + */ + function readFileSync(path: PathLike | number, options?: { encoding?: null; flag?: string; } | null): Buffer; + + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFileSync(path: PathLike | number, options: { encoding: string; flag?: string; } | string): string; + + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFileSync(path: PathLike | number, options?: { encoding?: string | null; flag?: string; } | string | null): string | Buffer; + + type WriteFileOptions = { encoding?: string | null; mode?: number | string; flag?: string; } | string | null; + + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function writeFile(path: PathLike | number, data: any, options: WriteFileOptions, callback: (err: NodeJS.ErrnoException | null) => void): void; + + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + function writeFile(path: PathLike | number, data: any, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace writeFile { + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function __promisify__(path: PathLike | number, data: any, options?: WriteFileOptions): Promise; + } + + /** + * Synchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function writeFileSync(path: PathLike | number, data: any, options?: WriteFileOptions): void; + + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function appendFile(file: PathLike | number, data: any, options: WriteFileOptions, callback: (err: NodeJS.ErrnoException | null) => void): void; + + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + function appendFile(file: PathLike | number, data: any, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace appendFile { + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function __promisify__(file: PathLike | number, data: any, options?: WriteFileOptions): Promise; + } + + /** + * Synchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function appendFileSync(file: PathLike | number, data: any, options?: WriteFileOptions): void; + + /** + * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. + */ + function watchFile(filename: PathLike, options: { persistent?: boolean; interval?: number; } | undefined, listener: (curr: Stats, prev: Stats) => void): void; + + /** + * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function watchFile(filename: PathLike, listener: (curr: Stats, prev: Stats) => void): void; + + /** + * Stop watching for changes on `filename`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function unwatchFile(filename: PathLike, listener?: (curr: Stats, prev: Stats) => void): void; + + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch( + filename: PathLike, + options: { encoding?: BufferEncoding | null, persistent?: boolean, recursive?: boolean } | BufferEncoding | undefined | null, + listener?: (event: string, filename: string) => void, + ): FSWatcher; + + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch(filename: PathLike, options: { encoding: "buffer", persistent?: boolean, recursive?: boolean } | "buffer", listener?: (event: string, filename: Buffer) => void): FSWatcher; + + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch( + filename: PathLike, + options: { encoding?: string | null, persistent?: boolean, recursive?: boolean } | string | null, + listener?: (event: string, filename: string | Buffer) => void, + ): FSWatcher; + + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function watch(filename: PathLike, listener?: (event: string, filename: string) => any): FSWatcher; + + /** + * Asynchronously tests whether or not the given path exists by checking with the file system. + * @deprecated + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function exists(path: PathLike, callback: (exists: boolean) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace exists { + /** + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike): Promise; + } + + /** + * Synchronously tests whether or not the given path exists by checking with the file system. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function existsSync(path: PathLike): boolean; + + namespace constants { + // File Access Constants + + /** Constant for fs.access(). File is visible to the calling process. */ + const F_OK: number; + + /** Constant for fs.access(). File can be read by the calling process. */ + const R_OK: number; + + /** Constant for fs.access(). File can be written by the calling process. */ + const W_OK: number; + + /** Constant for fs.access(). File can be executed by the calling process. */ + const X_OK: number; + + // File Copy Constants + + /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ + const COPYFILE_EXCL: number; + + /** + * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. + */ + const COPYFILE_FICLONE: number; + + /** + * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then the operation will fail with an error. + */ + const COPYFILE_FICLONE_FORCE: number; + + // File Open Constants + + /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ + const O_RDONLY: number; + + /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ + const O_WRONLY: number; + + /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ + const O_RDWR: number; + + /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ + const O_CREAT: number; + + /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ + const O_EXCL: number; + + /** + * Constant for fs.open(). Flag indicating that if path identifies a terminal device, + * opening the path shall not cause that terminal to become the controlling terminal for the process + * (if the process does not already have one). + */ + const O_NOCTTY: number; + + /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ + const O_TRUNC: number; + + /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ + const O_APPEND: number; + + /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ + const O_DIRECTORY: number; + + /** + * constant for fs.open(). + * Flag indicating reading accesses to the file system will no longer result in + * an update to the atime information associated with the file. + * This flag is available on Linux operating systems only. + */ + const O_NOATIME: number; + + /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ + const O_NOFOLLOW: number; + + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ + const O_SYNC: number; + + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ + const O_DSYNC: number; + + /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ + const O_SYMLINK: number; + + /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ + const O_DIRECT: number; + + /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ + const O_NONBLOCK: number; + + // File Type Constants + + /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ + const S_IFMT: number; + + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ + const S_IFREG: number; + + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ + const S_IFDIR: number; + + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ + const S_IFCHR: number; + + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ + const S_IFBLK: number; + + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ + const S_IFIFO: number; + + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ + const S_IFLNK: number; + + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ + const S_IFSOCK: number; + + // File Mode Constants + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ + const S_IRWXU: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ + const S_IRUSR: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ + const S_IWUSR: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ + const S_IXUSR: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ + const S_IRWXG: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ + const S_IRGRP: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ + const S_IWGRP: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ + const S_IXGRP: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ + const S_IRWXO: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ + const S_IROTH: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ + const S_IWOTH: number; + + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ + const S_IXOTH: number; + } + + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function access(path: PathLike, mode: number | undefined, callback: (err: NodeJS.ErrnoException | null) => void): void; + + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function access(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace access { + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike, mode?: number): Promise; + } + + /** + * Synchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function accessSync(path: PathLike, mode?: number): void; + + /** + * Returns a new `ReadStream` object. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function createReadStream(path: PathLike, options?: string | { + flags?: string; + encoding?: string; + fd?: number; + mode?: number; + autoClose?: boolean; + start?: number; + end?: number; + highWaterMark?: number; + }): ReadStream; + + /** + * Returns a new `WriteStream` object. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function createWriteStream(path: PathLike, options?: string | { + flags?: string; + encoding?: string; + fd?: number; + mode?: number; + autoClose?: boolean; + start?: number; + highWaterMark?: number; + }): WriteStream; + + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param fd A file descriptor. + */ + function fdatasync(fd: number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace fdatasync { + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + + /** + * Synchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param fd A file descriptor. + */ + function fdatasyncSync(fd: number): void; + + /** + * Asynchronously copies src to dest. By default, dest is overwritten if it already exists. + * No arguments other than a possible exception are given to the callback function. + * Node.js makes no guarantees about the atomicity of the copy operation. + * If an error occurs after the destination file has been opened for writing, Node.js will attempt + * to remove the destination. + * @param src A path to the source file. + * @param dest A path to the destination file. + */ + function copyFile(src: PathLike, dest: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; + /** + * Asynchronously copies src to dest. By default, dest is overwritten if it already exists. + * No arguments other than a possible exception are given to the callback function. + * Node.js makes no guarantees about the atomicity of the copy operation. + * If an error occurs after the destination file has been opened for writing, Node.js will attempt + * to remove the destination. + * @param src A path to the source file. + * @param dest A path to the destination file. + * @param flags An integer that specifies the behavior of the copy operation. The only supported flag is fs.constants.COPYFILE_EXCL, which causes the copy operation to fail if dest already exists. + */ + function copyFile(src: PathLike, dest: PathLike, flags: number, callback: (err: NodeJS.ErrnoException | null) => void): void; + + // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. + namespace copyFile { + /** + * Asynchronously copies src to dest. By default, dest is overwritten if it already exists. + * No arguments other than a possible exception are given to the callback function. + * Node.js makes no guarantees about the atomicity of the copy operation. + * If an error occurs after the destination file has been opened for writing, Node.js will attempt + * to remove the destination. + * @param src A path to the source file. + * @param dest A path to the destination file. + * @param flags An optional integer that specifies the behavior of the copy operation. + * The only supported flag is fs.constants.COPYFILE_EXCL, + * which causes the copy operation to fail if dest already exists. + */ + function __promisify__(src: PathLike, dst: PathLike, flags?: number): Promise; + } + + /** + * Synchronously copies src to dest. By default, dest is overwritten if it already exists. + * Node.js makes no guarantees about the atomicity of the copy operation. + * If an error occurs after the destination file has been opened for writing, Node.js will attempt + * to remove the destination. + * @param src A path to the source file. + * @param dest A path to the destination file. + * @param flags An optional integer that specifies the behavior of the copy operation. + * The only supported flag is fs.constants.COPYFILE_EXCL, which causes the copy operation to fail if dest already exists. + */ + function copyFileSync(src: PathLike, dest: PathLike, flags?: number): void; + + namespace promises { + interface FileHandle { + /** + * Gets the file descriptor for this file handle. + */ + readonly fd: number; + + /** + * Asynchronously append data to a file, creating the file if it does not exist. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for appending. + * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + appendFile(data: any, options?: { encoding?: string | null, mode?: string | number, flag?: string | number } | string | null): Promise; + + /** + * Asynchronous fchown(2) - Change ownership of a file. + */ + chown(uid: number, gid: number): Promise; + + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + chmod(mode: string | number): Promise; + + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + */ + datasync(): Promise; + + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + */ + sync(): Promise; + + /** + * Asynchronously reads data from the file. + * The `FileHandle` must have been opened for reading. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + read(buffer: TBuffer, offset?: number | null, length?: number | null, position?: number | null): Promise<{ bytesRead: number, buffer: TBuffer }>; + + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile(options?: { encoding?: null, flag?: string | number } | null): Promise; + + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile(options: { encoding: BufferEncoding, flag?: string | number } | BufferEncoding): Promise; + + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile(options?: { encoding?: string | null, flag?: string | number } | string | null): Promise; + + /** + * Asynchronous fstat(2) - Get file status. + */ + stat(): Promise; + + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param len If not specified, defaults to `0`. + */ + truncate(len?: number): Promise; + + /** + * Asynchronously change file timestamps of the file. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + utimes(atime: string | number | Date, mtime: string | number | Date): Promise; + + /** + * Asynchronously writes `buffer` to the file. + * The `FileHandle` must have been opened for writing. + * @param buffer The buffer that the data will be written to. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + write(buffer: TBuffer, offset?: number | null, length?: number | null, position?: number | null): Promise<{ bytesWritten: number, buffer: TBuffer }>; + + /** + * Asynchronously writes `string` to the file. + * The `FileHandle` must have been opened for writing. + * It is unsafe to call `write()` multiple times on the same file without waiting for the `Promise` + * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended. + * @param string A string to write. If something other than a string is supplied it will be coerced to a string. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + write(data: any, position?: number | null, encoding?: string | null): Promise<{ bytesWritten: number, buffer: string }>; + + /** + * Asynchronously writes data to a file, replacing the file if it already exists. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for writing. + * It is unsafe to call `writeFile()` multiple times on the same file without waiting for the `Promise` to be resolved (or rejected). + * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + writeFile(data: any, options?: { encoding?: string | null, mode?: string | number, flag?: string | number } | string | null): Promise; + + /** + * Asynchronous close(2) - close a `FileHandle`. + */ + close(): Promise; + } + + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function access(path: PathLike, mode?: number): Promise; + + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it already exists. + * Node.js makes no guarantees about the atomicity of the copy operation. + * If an error occurs after the destination file has been opened for writing, Node.js will attempt + * to remove the destination. + * @param src A path to the source file. + * @param dest A path to the destination file. + * @param flags An optional integer that specifies the behavior of the copy operation. The only + * supported flag is `fs.constants.COPYFILE_EXCL`, which causes the copy operation to fail if + * `dest` already exists. + */ + function copyFile(src: PathLike, dest: PathLike, flags?: number): Promise; + + /** + * Asynchronous open(2) - open and possibly create a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not + * supplied, defaults to `0o666`. + */ + function open(path: PathLike, flags: string | number, mode?: string | number): Promise; + + /** + * Asynchronously reads data from the file referenced by the supplied `FileHandle`. + * @param handle A `FileHandle`. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If + * `null`, data will be read from the current position. + */ + function read( + handle: FileHandle, + buffer: TBuffer, + offset?: number | null, + length?: number | null, + position?: number | null, + ): Promise<{ bytesRead: number, buffer: TBuffer }>; + + /** + * Asynchronously writes `buffer` to the file referenced by the supplied `FileHandle`. + * It is unsafe to call `fsPromises.write()` multiple times on the same file without waiting for the `Promise` + * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended. + * @param handle A `FileHandle`. + * @param buffer The buffer that the data will be written to. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function write( + handle: FileHandle, + buffer: TBuffer, + offset?: number | null, + length?: number | null, position?: number | null): Promise<{ bytesWritten: number, buffer: TBuffer }>; + + /** + * Asynchronously writes `string` to the file referenced by the supplied `FileHandle`. + * It is unsafe to call `fsPromises.write()` multiple times on the same file without waiting for the `Promise` + * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended. + * @param handle A `FileHandle`. + * @param string A string to write. If something other than a string is supplied it will be coerced to a string. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function write(handle: FileHandle, string: any, position?: number | null, encoding?: string | null): Promise<{ bytesWritten: number, buffer: string }>; + + /** + * Asynchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function rename(oldPath: PathLike, newPath: PathLike): Promise; + + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function truncate(path: PathLike, len?: number): Promise; + + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param handle A `FileHandle`. + * @param len If not specified, defaults to `0`. + */ + function ftruncate(handle: FileHandle, len?: number): Promise; + + /** + * Asynchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function rmdir(path: PathLike): Promise; + + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param handle A `FileHandle`. + */ + function fdatasync(handle: FileHandle): Promise; + + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param handle A `FileHandle`. + */ + function fsync(handle: FileHandle): Promise; + + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir(path: PathLike, options?: number | string | MakeDirectoryOptions | null): Promise; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir(path: PathLike, options?: { encoding?: BufferEncoding | null; withFileTypes?: false } | BufferEncoding | null): Promise; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir(path: PathLike, options: { encoding: "buffer"; withFileTypes?: false } | "buffer"): Promise; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false } | string | null): Promise; + + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + function readdir(path: PathLike, options: { encoding?: string | null; withFileTypes: true }): Promise; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise; + + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options?: { encoding?: string | null } | string | null): Promise; + + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function symlink(target: PathLike, path: PathLike, type?: string | null): Promise; + + /** + * Asynchronous fstat(2) - Get file status. + * @param handle A `FileHandle`. + */ + function fstat(handle: FileHandle): Promise; + + /** + * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function lstat(path: PathLike): Promise; + + /** + * Asynchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function stat(path: PathLike): Promise; + + /** + * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function link(existingPath: PathLike, newPath: PathLike): Promise; + + /** + * Asynchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function unlink(path: PathLike): Promise; + + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param handle A `FileHandle`. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function fchmod(handle: FileHandle, mode: string | number): Promise; + + /** + * Asynchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function chmod(path: PathLike, mode: string | number): Promise; + + /** + * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function lchmod(path: PathLike, mode: string | number): Promise; + + /** + * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function lchown(path: PathLike, uid: number, gid: number): Promise; + + /** + * Asynchronous fchown(2) - Change ownership of a file. + * @param handle A `FileHandle`. + */ + function fchown(handle: FileHandle, uid: number, gid: number): Promise; + + /** + * Asynchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function chown(path: PathLike, uid: number, gid: number): Promise; + + /** + * Asynchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function utimes(path: PathLike, atime: string | number | Date, mtime: string | number | Date): Promise; + + /** + * Asynchronously change file timestamps of the file referenced by the supplied `FileHandle`. + * @param handle A `FileHandle`. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function futimes(handle: FileHandle, atime: string | number | Date, mtime: string | number | Date): Promise; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise; + + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options?: { encoding?: string | null } | string | null): Promise; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: { encoding: "buffer" } | "buffer"): Promise; + + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options?: { encoding?: string | null } | string | null): Promise; + + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * It is unsafe to call `fsPromises.writeFile()` multiple times on the same file without waiting for the `Promise` to be resolved (or rejected). + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function writeFile(path: PathLike | FileHandle, data: any, options?: { encoding?: string | null, mode?: string | number, flag?: string | number } | string | null): Promise; + + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function appendFile(path: PathLike | FileHandle, data: any, options?: { encoding?: string | null, mode?: string | number, flag?: string | number } | string | null): Promise; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile(path: PathLike | FileHandle, options?: { encoding?: null, flag?: string | number } | null): Promise; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile(path: PathLike | FileHandle, options: { encoding: BufferEncoding, flag?: string | number } | BufferEncoding): Promise; + + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile(path: PathLike | FileHandle, options?: { encoding?: string | null, flag?: string | number } | string | null): Promise; + } +} diff --git a/2019-setembro/node_modules/@types/node/globals.d.ts b/2019-setembro/node_modules/@types/node/globals.d.ts new file mode 100644 index 0000000..5de9e98 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/globals.d.ts @@ -0,0 +1,1180 @@ +// This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build +interface Console { + Console: NodeJS.ConsoleConstructor; + /** + * A simple assertion test that verifies whether `value` is truthy. + * If it is not, an `AssertionError` is thrown. + * If provided, the error `message` is formatted using `util.format()` and used as the error message. + */ + assert(value: any, message?: string, ...optionalParams: any[]): void; + /** + * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the TTY. + * When `stdout` is not a TTY, this method does nothing. + */ + clear(): void; + /** + * Maintains an internal counter specific to `label` and outputs to `stdout` the number of times `console.count()` has been called with the given `label`. + */ + count(label?: string): void; + /** + * Resets the internal counter specific to `label`. + */ + countReset(label?: string): void; + /** + * The `console.debug()` function is an alias for {@link console.log()}. + */ + debug(message?: any, ...optionalParams: any[]): void; + /** + * Uses {@link util.inspect()} on `obj` and prints the resulting string to `stdout`. + * This function bypasses any custom `inspect()` function defined on `obj`. + */ + dir(obj: any, options?: NodeJS.InspectOptions): void; + /** + * This method calls {@link console.log()} passing it the arguments received. Please note that this method does not produce any XML formatting + */ + dirxml(...data: any[]): void; + /** + * Prints to `stderr` with newline. + */ + error(message?: any, ...optionalParams: any[]): void; + /** + * Increases indentation of subsequent lines by two spaces. + * If one or more `label`s are provided, those are printed first without the additional indentation. + */ + group(...label: any[]): void; + /** + * The `console.groupCollapsed()` function is an alias for {@link console.group()}. + */ + groupCollapsed(...label: any[]): void; + /** + * Decreases indentation of subsequent lines by two spaces. + */ + groupEnd(): void; + /** + * The {@link console.info()} function is an alias for {@link console.log()}. + */ + info(message?: any, ...optionalParams: any[]): void; + /** + * Prints to `stdout` with newline. + */ + log(message?: any, ...optionalParams: any[]): void; + /** + * This method does not display anything unless used in the inspector. + * Prints to `stdout` the array `array` formatted as a table. + */ + table(tabularData: any, properties?: string[]): void; + /** + * Starts a timer that can be used to compute the duration of an operation. Timers are identified by a unique `label`. + */ + time(label?: string): void; + /** + * Stops a timer that was previously started by calling {@link console.time()} and prints the result to `stdout`. + */ + timeEnd(label?: string): void; + /** + * For a timer that was previously started by calling {@link console.time()}, prints the elapsed time and other `data` arguments to `stdout`. + */ + timeLog(label?: string, ...data: any[]): void; + /** + * Prints to `stderr` the string 'Trace :', followed by the {@link util.format()} formatted message and stack trace to the current position in the code. + */ + trace(message?: any, ...optionalParams: any[]): void; + /** + * The {@link console.warn()} function is an alias for {@link console.error()}. + */ + warn(message?: any, ...optionalParams: any[]): void; + + // --- Inspector mode only --- + /** + * This method does not display anything unless used in the inspector. + * The console.markTimeline() method is the deprecated form of console.timeStamp(). + * + * @deprecated Use console.timeStamp() instead. + */ + markTimeline(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * Starts a JavaScript CPU profile with an optional label. + */ + profile(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. + */ + profileEnd(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * Adds an event with the label `label` to the Timeline panel of the inspector. + */ + timeStamp(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * The console.timeline() method is the deprecated form of console.time(). + * + * @deprecated Use console.time() instead. + */ + timeline(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * The console.timelineEnd() method is the deprecated form of console.timeEnd(). + * + * @deprecated Use console.timeEnd() instead. + */ + timelineEnd(label?: string): void; +} + +interface Error { + stack?: string; +} + +// Declare "static" methods in Error +interface ErrorConstructor { + /** Create .stack property on a target object */ + captureStackTrace(targetObject: Object, constructorOpt?: Function): void; + + /** + * Optional override for formatting stack traces + * + * @see https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces + */ + prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any; + + stackTraceLimit: number; +} + +interface SymbolConstructor { + readonly observable: symbol; +} + +// Node.js ESNEXT support +interface String { + /** Removes whitespace from the left end of a string. */ + trimLeft(): string; + /** Removes whitespace from the right end of a string. */ + trimRight(): string; +} + +interface ImportMeta { + url: string; +} + +/*-----------------------------------------------* + * * + * GLOBAL * + * * + ------------------------------------------------*/ +declare var process: NodeJS.Process; +declare var global: NodeJS.Global; +declare var console: Console; + +declare var __filename: string; +declare var __dirname: string; + +declare function setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout; +declare namespace setTimeout { + function __promisify__(ms: number): Promise; + function __promisify__(ms: number, value: T): Promise; +} +declare function clearTimeout(timeoutId: NodeJS.Timeout): void; +declare function setInterval(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout; +declare function clearInterval(intervalId: NodeJS.Timeout): void; +declare function setImmediate(callback: (...args: any[]) => void, ...args: any[]): NodeJS.Immediate; +declare namespace setImmediate { + function __promisify__(): Promise; + function __promisify__(value: T): Promise; +} +declare function clearImmediate(immediateId: NodeJS.Immediate): void; + +/** + * @experimental + */ +declare function queueMicrotask(callback: () => void): void; + +// TODO: change to `type NodeRequireFunction = (id: string) => any;` in next mayor version. +interface NodeRequireFunction { + /* tslint:disable-next-line:callable-types */ + (id: string): any; +} + +interface NodeRequire extends NodeRequireFunction { + resolve: RequireResolve; + cache: any; + /** + * @deprecated + */ + extensions: NodeExtensions; + main: NodeModule | undefined; +} + +interface RequireResolve { + (id: string, options?: { paths?: string[]; }): string; + paths(request: string): string[] | null; +} + +interface NodeExtensions { + '.js': (m: NodeModule, filename: string) => any; + '.json': (m: NodeModule, filename: string) => any; + '.node': (m: NodeModule, filename: string) => any; + [ext: string]: (m: NodeModule, filename: string) => any; +} + +declare var require: NodeRequire; + +interface NodeModule { + exports: any; + require: NodeRequireFunction; + id: string; + filename: string; + loaded: boolean; + parent: NodeModule | null; + children: NodeModule[]; + paths: string[]; +} + +declare var module: NodeModule; + +// Same as module.exports +declare var exports: any; + +// Buffer class +type BufferEncoding = "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex"; + +interface Buffer { + constructor: typeof Buffer; +} + +/** + * Raw data is stored in instances of the Buffer class. + * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. + * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' + */ +declare class Buffer extends Uint8Array { + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + constructor(str: string, encoding?: BufferEncoding); + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + constructor(size: number); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + constructor(array: Uint8Array); + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + constructor(arrayBuffer: ArrayBuffer | SharedArrayBuffer); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + constructor(array: any[]); + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + * @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead. + */ + constructor(buffer: Buffer); + /** + * When passed a reference to the .buffer property of a TypedArray instance, + * the newly created Buffer will share the same allocated memory as the TypedArray. + * The optional {byteOffset} and {length} arguments specify a memory range + * within the {arrayBuffer} that will be shared by the Buffer. + * + * @param arrayBuffer The .buffer property of any TypedArray or a new ArrayBuffer() + */ + static from(arrayBuffer: ArrayBuffer | SharedArrayBuffer, byteOffset?: number, length?: number): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param data data to create a new Buffer + */ + static from(data: number[]): Buffer; + static from(data: Uint8Array): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + */ + static from(str: string, encoding?: BufferEncoding): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + static of(...items: number[]): Buffer; + /** + * Returns true if {obj} is a Buffer + * + * @param obj object to test. + */ + static isBuffer(obj: any): obj is Buffer; + /** + * Returns true if {encoding} is a valid encoding argument. + * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' + * + * @param encoding string to test. + */ + static isEncoding(encoding: string): encoding is BufferEncoding; + /** + * Gives the actual byte length of a string. encoding defaults to 'utf8'. + * This is not the same as String.prototype.length since that returns the number of characters in a string. + * + * @param string string to test. + * @param encoding encoding used to evaluate (defaults to 'utf8') + */ + static byteLength( + string: string | NodeJS.TypedArray | DataView | ArrayBuffer | SharedArrayBuffer, + encoding?: BufferEncoding + ): number; + /** + * Returns a buffer which is the result of concatenating all the buffers in the list together. + * + * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. + * If the list has exactly one item, then the first item of the list is returned. + * If the list has more than one item, then a new Buffer is created. + * + * @param list An array of Buffer objects to concatenate + * @param totalLength Total length of the buffers when concatenated. + * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. + */ + static concat(list: Uint8Array[], totalLength?: number): Buffer; + /** + * The same as buf1.compare(buf2). + */ + static compare(buf1: Uint8Array, buf2: Uint8Array): number; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @param fill if specified, buffer will be initialized by calling buf.fill(fill). + * If parameter is omitted, buffer will be filled with zeros. + * @param encoding encoding used for call to buf.fill while initalizing + */ + static alloc(size: number, fill?: string | Buffer | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafe(size: number): Buffer; + /** + * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafeSlow(size: number): Buffer; + /** + * This is the number of bytes used to determine the size of pre-allocated, internal Buffer instances used for pooling. This value may be modified. + */ + static poolSize: number; + + write(string: string, encoding?: BufferEncoding): number; + write(string: string, offset: number, encoding?: BufferEncoding): number; + write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; + toString(encoding?: string, start?: number, end?: number): string; + toJSON(): { type: 'Buffer'; data: number[] }; + equals(otherBuffer: Uint8Array): boolean; + compare( + otherBuffer: Uint8Array, + targetStart?: number, + targetEnd?: number, + sourceStart?: number, + sourceEnd?: number + ): number; + copy(targetBuffer: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + /** + * Returns a new `Buffer` that references **the same memory as the original**, but offset and cropped by the start and end indices. + * + * This method is incompatible with `Uint8Array#slice()`, which returns a copy of the original memory. + * + * @param begin Where the new `Buffer` will start. Default: `0`. + * @param end Where the new `Buffer` will end (not inclusive). Default: `buf.length`. + */ + slice(begin?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references **the same memory as the original**, but offset and cropped by the start and end indices. + * + * This method is compatible with `Uint8Array#subarray()`. + * + * @param begin Where the new `Buffer` will start. Default: `0`. + * @param end Where the new `Buffer` will end (not inclusive). Default: `buf.length`. + */ + subarray(begin?: number, end?: number): Buffer; + writeUIntLE(value: number, offset: number, byteLength: number): number; + writeUIntBE(value: number, offset: number, byteLength: number): number; + writeIntLE(value: number, offset: number, byteLength: number): number; + writeIntBE(value: number, offset: number, byteLength: number): number; + readUIntLE(offset: number, byteLength: number): number; + readUIntBE(offset: number, byteLength: number): number; + readIntLE(offset: number, byteLength: number): number; + readIntBE(offset: number, byteLength: number): number; + readUInt8(offset: number): number; + readUInt16LE(offset: number): number; + readUInt16BE(offset: number): number; + readUInt32LE(offset: number): number; + readUInt32BE(offset: number): number; + readInt8(offset: number): number; + readInt16LE(offset: number): number; + readInt16BE(offset: number): number; + readInt32LE(offset: number): number; + readInt32BE(offset: number): number; + readFloatLE(offset: number): number; + readFloatBE(offset: number): number; + readDoubleLE(offset: number): number; + readDoubleBE(offset: number): number; + reverse(): this; + swap16(): Buffer; + swap32(): Buffer; + swap64(): Buffer; + writeUInt8(value: number, offset: number): number; + writeUInt16LE(value: number, offset: number): number; + writeUInt16BE(value: number, offset: number): number; + writeUInt32LE(value: number, offset: number): number; + writeUInt32BE(value: number, offset: number): number; + writeInt8(value: number, offset: number): number; + writeInt16LE(value: number, offset: number): number; + writeInt16BE(value: number, offset: number): number; + writeInt32LE(value: number, offset: number): number; + writeInt32BE(value: number, offset: number): number; + writeFloatLE(value: number, offset: number): number; + writeFloatBE(value: number, offset: number): number; + writeDoubleLE(value: number, offset: number): number; + writeDoubleBE(value: number, offset: number): number; + + fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; + + indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + entries(): IterableIterator<[number, number]>; + includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; + keys(): IterableIterator; + values(): IterableIterator; +} + +/*----------------------------------------------* +* * +* GLOBAL INTERFACES * +* * +*-----------------------------------------------*/ +declare namespace NodeJS { + interface InspectOptions { + /** + * If set to `true`, getters are going to be + * inspected as well. If set to `'get'` only getters without setter are going + * to be inspected. If set to `'set'` only getters having a corresponding + * setter are going to be inspected. This might cause side effects depending on + * the getter function. + * @default `false` + */ + getters?: 'get' | 'set' | boolean; + showHidden?: boolean; + /** + * @default 2 + */ + depth?: number | null; + colors?: boolean; + customInspect?: boolean; + showProxy?: boolean; + maxArrayLength?: number | null; + breakLength?: number; + /** + * Setting this to `false` causes each object key + * to be displayed on a new line. It will also add new lines to text that is + * longer than `breakLength`. If set to a number, the most `n` inner elements + * are united on a single line as long as all properties fit into + * `breakLength`. Short array elements are also grouped together. Note that no + * text will be reduced below 16 characters, no matter the `breakLength` size. + * For more information, see the example below. + * @default `true` + */ + compact?: boolean | number; + sorted?: boolean | ((a: string, b: string) => number); + } + + interface ConsoleConstructorOptions { + stdout: WritableStream; + stderr?: WritableStream; + ignoreErrors?: boolean; + colorMode?: boolean | 'auto'; + inspectOptions?: InspectOptions; + } + + interface ConsoleConstructor { + prototype: Console; + new(stdout: WritableStream, stderr?: WritableStream, ignoreErrors?: boolean): Console; + new(options: ConsoleConstructorOptions): Console; + } + + interface CallSite { + /** + * Value of "this" + */ + getThis(): any; + + /** + * Type of "this" as a string. + * This is the name of the function stored in the constructor field of + * "this", if available. Otherwise the object's [[Class]] internal + * property. + */ + getTypeName(): string | null; + + /** + * Current function + */ + getFunction(): Function | undefined; + + /** + * Name of the current function, typically its name property. + * If a name property is not available an attempt will be made to try + * to infer a name from the function's context. + */ + getFunctionName(): string | null; + + /** + * Name of the property [of "this" or one of its prototypes] that holds + * the current function + */ + getMethodName(): string | null; + + /** + * Name of the script [if this function was defined in a script] + */ + getFileName(): string | null; + + /** + * Current line number [if this function was defined in a script] + */ + getLineNumber(): number | null; + + /** + * Current column number [if this function was defined in a script] + */ + getColumnNumber(): number | null; + + /** + * A call site object representing the location where eval was called + * [if this function was created using a call to eval] + */ + getEvalOrigin(): string | undefined; + + /** + * Is this a toplevel invocation, that is, is "this" the global object? + */ + isToplevel(): boolean; + + /** + * Does this call take place in code defined by a call to eval? + */ + isEval(): boolean; + + /** + * Is this call in native V8 code? + */ + isNative(): boolean; + + /** + * Is this a constructor call? + */ + isConstructor(): boolean; + } + + interface ErrnoException extends Error { + errno?: number; + code?: string; + path?: string; + syscall?: string; + stack?: string; + } + + class EventEmitter { + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + off(event: string | symbol, listener: (...args: any[]) => void): this; + removeAllListeners(event?: string | symbol): this; + setMaxListeners(n: number): this; + getMaxListeners(): number; + listeners(event: string | symbol): Function[]; + rawListeners(event: string | symbol): Function[]; + emit(event: string | symbol, ...args: any[]): boolean; + listenerCount(type: string | symbol): number; + // Added in Node 6... + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + eventNames(): Array; + } + + interface ReadableStream extends EventEmitter { + readable: boolean; + read(size?: number): string | Buffer; + setEncoding(encoding: string): this; + pause(): this; + resume(): this; + isPaused(): boolean; + pipe(destination: T, options?: { end?: boolean; }): T; + unpipe(destination?: WritableStream): this; + unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; + wrap(oldStream: ReadableStream): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + + interface WritableStream extends EventEmitter { + writable: boolean; + write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; + write(str: string, encoding?: string, cb?: (err?: Error | null) => void): boolean; + end(cb?: () => void): void; + end(data: string | Uint8Array, cb?: () => void): void; + end(str: string, encoding?: string, cb?: () => void): void; + } + + interface ReadWriteStream extends ReadableStream, WritableStream { } + + interface Events extends EventEmitter { } + + interface Domain extends Events { + run(fn: (...args: any[]) => T, ...args: any[]): T; + add(emitter: EventEmitter | Timer): void; + remove(emitter: EventEmitter | Timer): void; + bind(cb: T): T; + intercept(cb: T): T; + + addListener(event: string, listener: (...args: any[]) => void): this; + on(event: string, listener: (...args: any[]) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + removeListener(event: string, listener: (...args: any[]) => void): this; + removeAllListeners(event?: string): this; + } + + interface MemoryUsage { + rss: number; + heapTotal: number; + heapUsed: number; + external: number; + } + + interface CpuUsage { + user: number; + system: number; + } + + interface ProcessRelease { + name: string; + sourceUrl?: string; + headersUrl?: string; + libUrl?: string; + lts?: string; + } + + interface ProcessVersions { + http_parser: string; + node: string; + v8: string; + ares: string; + uv: string; + zlib: string; + modules: string; + openssl: string; + } + + type Platform = 'aix' + | 'android' + | 'darwin' + | 'freebsd' + | 'linux' + | 'openbsd' + | 'sunos' + | 'win32' + | 'cygwin'; + + type Signals = + "SIGABRT" | "SIGALRM" | "SIGBUS" | "SIGCHLD" | "SIGCONT" | "SIGFPE" | "SIGHUP" | "SIGILL" | "SIGINT" | "SIGIO" | + "SIGIOT" | "SIGKILL" | "SIGPIPE" | "SIGPOLL" | "SIGPROF" | "SIGPWR" | "SIGQUIT" | "SIGSEGV" | "SIGSTKFLT" | + "SIGSTOP" | "SIGSYS" | "SIGTERM" | "SIGTRAP" | "SIGTSTP" | "SIGTTIN" | "SIGTTOU" | "SIGUNUSED" | "SIGURG" | + "SIGUSR1" | "SIGUSR2" | "SIGVTALRM" | "SIGWINCH" | "SIGXCPU" | "SIGXFSZ" | "SIGBREAK" | "SIGLOST" | "SIGINFO"; + + type MultipleResolveType = 'resolve' | 'reject'; + + type BeforeExitListener = (code: number) => void; + type DisconnectListener = () => void; + type ExitListener = (code: number) => void; + type RejectionHandledListener = (promise: Promise) => void; + type UncaughtExceptionListener = (error: Error) => void; + type UnhandledRejectionListener = (reason: {} | null | undefined, promise: Promise) => void; + type WarningListener = (warning: Error) => void; + type MessageListener = (message: any, sendHandle: any) => void; + type SignalsListener = (signal: Signals) => void; + type NewListenerListener = (type: string | symbol, listener: (...args: any[]) => void) => void; + type RemoveListenerListener = (type: string | symbol, listener: (...args: any[]) => void) => void; + type MultipleResolveListener = (type: MultipleResolveType, promise: Promise, value: any) => void; + + interface Socket extends ReadWriteStream { + isTTY?: true; + } + + interface ProcessEnv { + [key: string]: string | undefined; + } + + interface WriteStream extends Socket { + readonly writableFinished: boolean; + readonly writableHighWaterMark: number; + readonly writableLength: number; + columns?: number; + rows?: number; + _write(chunk: any, encoding: string, callback: (err?: null | Error) => void): void; + _destroy(err: Error | null, callback: (err?: null | Error) => void): void; + _final(callback: (err?: null | Error) => void): void; + setDefaultEncoding(encoding: string): this; + cork(): void; + uncork(): void; + destroy(error?: Error): void; + } + interface ReadStream extends Socket { + readonly readableHighWaterMark: number; + readonly readableLength: number; + isRaw?: boolean; + setRawMode?(mode: boolean): void; + _read(size: number): void; + _destroy(err: Error | null, callback: (err?: null | Error) => void): void; + push(chunk: any, encoding?: string): boolean; + destroy(error?: Error): void; + } + + interface HRTime { + (time?: [number, number]): [number, number]; + } + + interface ProcessReport { + /** + * Directory where the report is written. + * working directory of the Node.js process. + * @default '' indicating that reports are written to the current + */ + directory: string; + + /** + * Filename where the report is written. + * The default value is the empty string. + * @default '' the output filename will be comprised of a timestamp, + * PID, and sequence number. + */ + filename: string; + + /** + * Returns a JSON-formatted diagnostic report for the running process. + * The report's JavaScript stack trace is taken from err, if present. + */ + getReport(err?: Error): string; + + /** + * If true, a diagnostic report is generated on fatal errors, + * such as out of memory errors or failed C++ assertions. + * @default false + */ + reportOnFatalError: boolean; + + /** + * If true, a diagnostic report is generated when the process + * receives the signal specified by process.report.signal. + * @defaul false + */ + reportOnSignal: boolean; + + /** + * If true, a diagnostic report is generated on uncaught exception. + * @default false + */ + reportOnUncaughtException: boolean; + + /** + * The signal used to trigger the creation of a diagnostic report. + * @default 'SIGUSR2' + */ + signal: Signals; + + /** + * Writes a diagnostic report to a file. If filename is not provided, the default filename + * includes the date, time, PID, and a sequence number. + * The report's JavaScript stack trace is taken from err, if present. + * + * @param fileName Name of the file where the report is written. + * This should be a relative path, that will be appended to the directory specified in + * `process.report.directory`, or the current working directory of the Node.js process, + * if unspecified. + * @param error A custom error used for reporting the JavaScript stack. + * @return Filename of the generated report. + */ + writeReport(fileName?: string): string; + writeReport(error?: Error): string; + writeReport(fileName?: string, err?: Error): string; + } + + interface ResourceUsage { + fsRead: number; + fsWrite: number; + involuntaryContextSwitches: number; + ipcReceived: number; + ipcSent: number; + majorPageFault: number; + maxRSS: number; + minorPageFault: number; + sharedMemorySize: number; + signalsCount: number; + swappedOut: number; + systemCPUTime: number; + unsharedDataSize: number; + unsharedStackSize: number; + userCPUTime: number; + voluntaryContextSwitches: number; + } + + interface Process extends EventEmitter { + /** + * Can also be a tty.WriteStream, not typed due to limitation.s + */ + stdout: WriteStream; + /** + * Can also be a tty.WriteStream, not typed due to limitation.s + */ + stderr: WriteStream; + stdin: ReadStream; + openStdin(): Socket; + argv: string[]; + argv0: string; + execArgv: string[]; + execPath: string; + abort(): void; + chdir(directory: string): void; + cwd(): string; + debugPort: number; + emitWarning(warning: string | Error, name?: string, ctor?: Function): void; + env: ProcessEnv; + exit(code?: number): never; + exitCode?: number; + getgid(): number; + setgid(id: number | string): void; + getuid(): number; + setuid(id: number | string): void; + geteuid(): number; + seteuid(id: number | string): void; + getegid(): number; + setegid(id: number | string): void; + getgroups(): number[]; + setgroups(groups: Array): void; + setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; + hasUncaughtExceptionCaptureCallback(): boolean; + version: string; + versions: ProcessVersions; + config: { + target_defaults: { + cflags: any[]; + default_configuration: string; + defines: string[]; + include_dirs: string[]; + libraries: string[]; + }; + variables: { + clang: number; + host_arch: string; + node_install_npm: boolean; + node_install_waf: boolean; + node_prefix: string; + node_shared_openssl: boolean; + node_shared_v8: boolean; + node_shared_zlib: boolean; + node_use_dtrace: boolean; + node_use_etw: boolean; + node_use_openssl: boolean; + target_arch: string; + v8_no_strict_aliasing: number; + v8_use_snapshot: boolean; + visibility: string; + }; + }; + kill(pid: number, signal?: string | number): void; + pid: number; + ppid: number; + title: string; + arch: string; + platform: Platform; + mainModule?: NodeModule; + memoryUsage(): MemoryUsage; + cpuUsage(previousValue?: CpuUsage): CpuUsage; + nextTick(callback: Function, ...args: any[]): void; + release: ProcessRelease; + features: { + inspector: boolean; + debug: boolean; + uv: boolean; + ipv6: boolean; + tls_alpn: boolean; + tls_sni: boolean; + tls_ocsp: boolean; + tls: boolean; + }; + /** + * Can only be set if not in worker thread. + */ + umask(mask?: number): number; + uptime(): number; + hrtime: HRTime; + domain: Domain; + + // Worker + send?(message: any, sendHandle?: any, options?: { swallowErrors?: boolean}, callback?: (error: Error | null) => void): boolean; + disconnect(): void; + connected: boolean; + + /** + * The `process.allowedNodeEnvironmentFlags` property is a special, + * read-only `Set` of flags allowable within the [`NODE_OPTIONS`][] + * environment variable. + */ + allowedNodeEnvironmentFlags: ReadonlySet; + + /** + * Only available with `--experimental-report` + */ + report?: ProcessReport; + + resourceUsage(): ResourceUsage; + + /** + * EventEmitter + * 1. beforeExit + * 2. disconnect + * 3. exit + * 4. message + * 5. rejectionHandled + * 6. uncaughtException + * 7. unhandledRejection + * 8. warning + * 9. message + * 10. + * 11. newListener/removeListener inherited from EventEmitter + */ + addListener(event: "beforeExit", listener: BeforeExitListener): this; + addListener(event: "disconnect", listener: DisconnectListener): this; + addListener(event: "exit", listener: ExitListener): this; + addListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + addListener(event: "warning", listener: WarningListener): this; + addListener(event: "message", listener: MessageListener): this; + addListener(event: Signals, listener: SignalsListener): this; + addListener(event: "newListener", listener: NewListenerListener): this; + addListener(event: "removeListener", listener: RemoveListenerListener): this; + addListener(event: "multipleResolves", listener: MultipleResolveListener): this; + + emit(event: "beforeExit", code: number): boolean; + emit(event: "disconnect"): boolean; + emit(event: "exit", code: number): boolean; + emit(event: "rejectionHandled", promise: Promise): boolean; + emit(event: "uncaughtException", error: Error): boolean; + emit(event: "unhandledRejection", reason: any, promise: Promise): boolean; + emit(event: "warning", warning: Error): boolean; + emit(event: "message", message: any, sendHandle: any): this; + emit(event: Signals, signal: Signals): boolean; + emit(event: "newListener", eventName: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "removeListener", eventName: string, listener: (...args: any[]) => void): this; + emit(event: "multipleResolves", listener: MultipleResolveListener): this; + + on(event: "beforeExit", listener: BeforeExitListener): this; + on(event: "disconnect", listener: DisconnectListener): this; + on(event: "exit", listener: ExitListener): this; + on(event: "rejectionHandled", listener: RejectionHandledListener): this; + on(event: "uncaughtException", listener: UncaughtExceptionListener): this; + on(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + on(event: "warning", listener: WarningListener): this; + on(event: "message", listener: MessageListener): this; + on(event: Signals, listener: SignalsListener): this; + on(event: "newListener", listener: NewListenerListener): this; + on(event: "removeListener", listener: RemoveListenerListener): this; + on(event: "multipleResolves", listener: MultipleResolveListener): this; + + once(event: "beforeExit", listener: BeforeExitListener): this; + once(event: "disconnect", listener: DisconnectListener): this; + once(event: "exit", listener: ExitListener): this; + once(event: "rejectionHandled", listener: RejectionHandledListener): this; + once(event: "uncaughtException", listener: UncaughtExceptionListener): this; + once(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + once(event: "warning", listener: WarningListener): this; + once(event: "message", listener: MessageListener): this; + once(event: Signals, listener: SignalsListener): this; + once(event: "newListener", listener: NewListenerListener): this; + once(event: "removeListener", listener: RemoveListenerListener): this; + once(event: "multipleResolves", listener: MultipleResolveListener): this; + + prependListener(event: "beforeExit", listener: BeforeExitListener): this; + prependListener(event: "disconnect", listener: DisconnectListener): this; + prependListener(event: "exit", listener: ExitListener): this; + prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + prependListener(event: "warning", listener: WarningListener): this; + prependListener(event: "message", listener: MessageListener): this; + prependListener(event: Signals, listener: SignalsListener): this; + prependListener(event: "newListener", listener: NewListenerListener): this; + prependListener(event: "removeListener", listener: RemoveListenerListener): this; + prependListener(event: "multipleResolves", listener: MultipleResolveListener): this; + + prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this; + prependOnceListener(event: "disconnect", listener: DisconnectListener): this; + prependOnceListener(event: "exit", listener: ExitListener): this; + prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + prependOnceListener(event: "warning", listener: WarningListener): this; + prependOnceListener(event: "message", listener: MessageListener): this; + prependOnceListener(event: Signals, listener: SignalsListener): this; + prependOnceListener(event: "newListener", listener: NewListenerListener): this; + prependOnceListener(event: "removeListener", listener: RemoveListenerListener): this; + prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this; + + listeners(event: "beforeExit"): BeforeExitListener[]; + listeners(event: "disconnect"): DisconnectListener[]; + listeners(event: "exit"): ExitListener[]; + listeners(event: "rejectionHandled"): RejectionHandledListener[]; + listeners(event: "uncaughtException"): UncaughtExceptionListener[]; + listeners(event: "unhandledRejection"): UnhandledRejectionListener[]; + listeners(event: "warning"): WarningListener[]; + listeners(event: "message"): MessageListener[]; + listeners(event: Signals): SignalsListener[]; + listeners(event: "newListener"): NewListenerListener[]; + listeners(event: "removeListener"): RemoveListenerListener[]; + listeners(event: "multipleResolves"): MultipleResolveListener[]; + } + + interface Global { + Array: typeof Array; + ArrayBuffer: typeof ArrayBuffer; + Boolean: typeof Boolean; + Buffer: typeof Buffer; + DataView: typeof DataView; + Date: typeof Date; + Error: typeof Error; + EvalError: typeof EvalError; + Float32Array: typeof Float32Array; + Float64Array: typeof Float64Array; + Function: typeof Function; + GLOBAL: Global; + Infinity: typeof Infinity; + Int16Array: typeof Int16Array; + Int32Array: typeof Int32Array; + Int8Array: typeof Int8Array; + Intl: typeof Intl; + JSON: typeof JSON; + Map: MapConstructor; + Math: typeof Math; + NaN: typeof NaN; + Number: typeof Number; + Object: typeof Object; + Promise: Function; + RangeError: typeof RangeError; + ReferenceError: typeof ReferenceError; + RegExp: typeof RegExp; + Set: SetConstructor; + String: typeof String; + Symbol: Function; + SyntaxError: typeof SyntaxError; + TypeError: typeof TypeError; + URIError: typeof URIError; + Uint16Array: typeof Uint16Array; + Uint32Array: typeof Uint32Array; + Uint8Array: typeof Uint8Array; + Uint8ClampedArray: Function; + WeakMap: WeakMapConstructor; + WeakSet: WeakSetConstructor; + clearImmediate: (immediateId: Immediate) => void; + clearInterval: (intervalId: Timeout) => void; + clearTimeout: (timeoutId: Timeout) => void; + console: typeof console; + decodeURI: typeof decodeURI; + decodeURIComponent: typeof decodeURIComponent; + encodeURI: typeof encodeURI; + encodeURIComponent: typeof encodeURIComponent; + escape: (str: string) => string; + eval: typeof eval; + global: Global; + isFinite: typeof isFinite; + isNaN: typeof isNaN; + parseFloat: typeof parseFloat; + parseInt: typeof parseInt; + process: Process; + root: Global; + setImmediate: (callback: (...args: any[]) => void, ...args: any[]) => Immediate; + setInterval: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => Timeout; + setTimeout: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => Timeout; + queueMicrotask: typeof queueMicrotask; + undefined: typeof undefined; + unescape: (str: string) => string; + gc: () => void; + v8debug?: any; + } + + // compatibility with older typings + interface Timer { + hasRef(): boolean; + ref(): this; + refresh(): this; + unref(): this; + } + + class Immediate { + hasRef(): boolean; + ref(): this; + unref(): this; + _onImmediate: Function; // to distinguish it from the Timeout class + } + + class Timeout implements Timer { + hasRef(): boolean; + ref(): this; + refresh(): this; + unref(): this; + } + + class Module { + static runMain(): void; + static wrap(code: string): string; + static createRequireFromPath(path: string): (path: string) => any; + static builtinModules: string[]; + + static Module: typeof Module; + + exports: any; + require: NodeRequireFunction; + id: string; + filename: string; + loaded: boolean; + parent: Module | null; + children: Module[]; + paths: string[]; + + constructor(id: string, parent?: Module); + } + + type TypedArray = Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array; +} diff --git a/2019-setembro/node_modules/@types/node/http.d.ts b/2019-setembro/node_modules/@types/node/http.d.ts new file mode 100644 index 0000000..49ef45b --- /dev/null +++ b/2019-setembro/node_modules/@types/node/http.d.ts @@ -0,0 +1,370 @@ +declare module "http" { + import * as events from "events"; + import * as stream from "stream"; + import { URL } from "url"; + import { Socket, Server as NetServer } from "net"; + + // incoming headers will never contain number + interface IncomingHttpHeaders { + 'accept'?: string; + 'accept-language'?: string; + 'accept-patch'?: string; + 'accept-ranges'?: string; + 'access-control-allow-credentials'?: string; + 'access-control-allow-headers'?: string; + 'access-control-allow-methods'?: string; + 'access-control-allow-origin'?: string; + 'access-control-expose-headers'?: string; + 'access-control-max-age'?: string; + 'age'?: string; + 'allow'?: string; + 'alt-svc'?: string; + 'authorization'?: string; + 'cache-control'?: string; + 'connection'?: string; + 'content-disposition'?: string; + 'content-encoding'?: string; + 'content-language'?: string; + 'content-length'?: string; + 'content-location'?: string; + 'content-range'?: string; + 'content-type'?: string; + 'cookie'?: string; + 'date'?: string; + 'expect'?: string; + 'expires'?: string; + 'forwarded'?: string; + 'from'?: string; + 'host'?: string; + 'if-match'?: string; + 'if-modified-since'?: string; + 'if-none-match'?: string; + 'if-unmodified-since'?: string; + 'last-modified'?: string; + 'location'?: string; + 'pragma'?: string; + 'proxy-authenticate'?: string; + 'proxy-authorization'?: string; + 'public-key-pins'?: string; + 'range'?: string; + 'referer'?: string; + 'retry-after'?: string; + 'set-cookie'?: string[]; + 'strict-transport-security'?: string; + 'tk'?: string; + 'trailer'?: string; + 'transfer-encoding'?: string; + 'upgrade'?: string; + 'user-agent'?: string; + 'vary'?: string; + 'via'?: string; + 'warning'?: string; + 'www-authenticate'?: string; + [header: string]: string | string[] | undefined; + } + + // outgoing headers allows numbers (as they are converted internally to strings) + interface OutgoingHttpHeaders { + [header: string]: number | string | string[] | undefined; + } + + interface ClientRequestArgs { + protocol?: string; + host?: string; + hostname?: string; + family?: number; + port?: number | string; + defaultPort?: number | string; + localAddress?: string; + socketPath?: string; + method?: string; + path?: string; + headers?: OutgoingHttpHeaders; + auth?: string; + agent?: Agent | boolean; + _defaultAgent?: Agent; + timeout?: number; + setHost?: boolean; + // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L278 + createConnection?: (options: ClientRequestArgs, oncreate: (err: Error, socket: Socket) => void) => Socket; + } + + interface ServerOptions { + IncomingMessage?: typeof IncomingMessage; + ServerResponse?: typeof ServerResponse; + } + + type RequestListener = (req: IncomingMessage, res: ServerResponse) => void; + + class Server extends NetServer { + constructor(requestListener?: RequestListener); + constructor(options: ServerOptions, requestListener?: RequestListener); + + setTimeout(msecs?: number, callback?: () => void): this; + setTimeout(callback: () => void): this; + /** + * Limits maximum incoming headers count. If set to 0, no limit will be applied. + * @default 2000 + * {@link https://nodejs.org/api/http.html#http_server_maxheaderscount} + */ + maxHeadersCount: number | null; + timeout: number; + /** + * Limit the amount of time the parser will wait to receive the complete HTTP headers. + * @default 40000 + * {@link https://nodejs.org/api/http.html#http_server_headerstimeout} + */ + headersTimeout: number; + keepAliveTimeout: number; + } + + // https://github.com/nodejs/node/blob/master/lib/_http_outgoing.js + class OutgoingMessage extends stream.Writable { + upgrading: boolean; + chunkedEncoding: boolean; + shouldKeepAlive: boolean; + useChunkedEncodingByDefault: boolean; + sendDate: boolean; + finished: boolean; + headersSent: boolean; + connection: Socket; + + constructor(); + + setTimeout(msecs: number, callback?: () => void): this; + setHeader(name: string, value: number | string | string[]): void; + getHeader(name: string): number | string | string[] | undefined; + getHeaders(): OutgoingHttpHeaders; + getHeaderNames(): string[]; + hasHeader(name: string): boolean; + removeHeader(name: string): void; + addTrailers(headers: OutgoingHttpHeaders | Array<[string, string]>): void; + flushHeaders(): void; + } + + // https://github.com/nodejs/node/blob/master/lib/_http_server.js#L108-L256 + class ServerResponse extends OutgoingMessage { + statusCode: number; + statusMessage: string; + writableFinished: boolean; + + constructor(req: IncomingMessage); + + assignSocket(socket: Socket): void; + detachSocket(socket: Socket): void; + // https://github.com/nodejs/node/blob/master/test/parallel/test-http-write-callbacks.js#L53 + // no args in writeContinue callback + writeContinue(callback?: () => void): void; + writeHead(statusCode: number, reasonPhrase?: string, headers?: OutgoingHttpHeaders): this; + writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; + } + + interface InformationEvent { + statusCode: number; + statusMessage: string; + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + headers: IncomingHttpHeaders; + rawHeaders: string[]; + } + + // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L77 + class ClientRequest extends OutgoingMessage { + connection: Socket; + socket: Socket; + aborted: number; + + constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); + + readonly path: string; + abort(): void; + onSocket(socket: Socket): void; + setTimeout(timeout: number, callback?: () => void): this; + setNoDelay(noDelay?: boolean): void; + setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; + + addListener(event: 'abort', listener: () => void): this; + addListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + addListener(event: 'continue', listener: () => void): this; + addListener(event: 'information', listener: (info: InformationEvent) => void): this; + addListener(event: 'response', listener: (response: IncomingMessage) => void): this; + addListener(event: 'socket', listener: (socket: Socket) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + on(event: 'abort', listener: () => void): this; + on(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: 'continue', listener: () => void): this; + on(event: 'information', listener: (info: InformationEvent) => void): this; + on(event: 'response', listener: (response: IncomingMessage) => void): this; + on(event: 'socket', listener: (socket: Socket) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: 'abort', listener: () => void): this; + once(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: 'continue', listener: () => void): this; + once(event: 'information', listener: (info: InformationEvent) => void): this; + once(event: 'response', listener: (response: IncomingMessage) => void): this; + once(event: 'socket', listener: (socket: Socket) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: 'abort', listener: () => void): this; + prependListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + prependListener(event: 'continue', listener: () => void): this; + prependListener(event: 'information', listener: (info: InformationEvent) => void): this; + prependListener(event: 'response', listener: (response: IncomingMessage) => void): this; + prependListener(event: 'socket', listener: (socket: Socket) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: 'abort', listener: () => void): this; + prependOnceListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + prependOnceListener(event: 'continue', listener: () => void): this; + prependOnceListener(event: 'information', listener: (info: InformationEvent) => void): this; + prependOnceListener(event: 'response', listener: (response: IncomingMessage) => void): this; + prependOnceListener(event: 'socket', listener: (socket: Socket) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + class IncomingMessage extends stream.Readable { + constructor(socket: Socket); + + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + complete: boolean; + connection: Socket; + headers: IncomingHttpHeaders; + rawHeaders: string[]; + trailers: { [key: string]: string | undefined }; + rawTrailers: string[]; + setTimeout(msecs: number, callback: () => void): this; + /** + * Only valid for request obtained from http.Server. + */ + method?: string; + /** + * Only valid for request obtained from http.Server. + */ + url?: string; + /** + * Only valid for response obtained from http.ClientRequest. + */ + statusCode?: number; + /** + * Only valid for response obtained from http.ClientRequest. + */ + statusMessage?: string; + socket: Socket; + destroy(error?: Error): void; + } + + interface AgentOptions { + /** + * Keep sockets around in a pool to be used by other requests in the future. Default = false + */ + keepAlive?: boolean; + /** + * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. + * Only relevant if keepAlive is set to true. + */ + keepAliveMsecs?: number; + /** + * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity + */ + maxSockets?: number; + /** + * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. + */ + maxFreeSockets?: number; + /** + * Socket timeout in milliseconds. This will set the timeout after the socket is connected. + */ + timeout?: number; + } + + class Agent { + maxFreeSockets: number; + maxSockets: number; + readonly sockets: { + readonly [key: string]: Socket[]; + }; + readonly requests: { + readonly [key: string]: IncomingMessage[]; + }; + + constructor(opts?: AgentOptions); + + /** + * Destroy any sockets that are currently in use by the agent. + * It is usually not necessary to do this. However, if you are using an agent with KeepAlive enabled, + * then it is best to explicitly shut down the agent when you know that it will no longer be used. Otherwise, + * sockets may hang open for quite a long time before the server terminates them. + */ + destroy(): void; + } + + const METHODS: string[]; + + const STATUS_CODES: { + [errorCode: number]: string | undefined; + [errorCode: string]: string | undefined; + }; + + function createServer(requestListener?: RequestListener): Server; + function createServer(options: ServerOptions, requestListener?: RequestListener): Server; + + // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, + // create interface RequestOptions would make the naming more clear to developers + interface RequestOptions extends ClientRequestArgs { } + function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function request(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; + function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; + let globalAgent: Agent; + + /** + * Read-only property specifying the maximum allowed size of HTTP headers in bytes. + * Defaults to 8KB. Configurable using the [`--max-http-header-size`][] CLI option. + */ + const maxHeaderSize: number; +} diff --git a/2019-setembro/node_modules/@types/node/http2.d.ts b/2019-setembro/node_modules/@types/node/http2.d.ts new file mode 100644 index 0000000..184e10f --- /dev/null +++ b/2019-setembro/node_modules/@types/node/http2.d.ts @@ -0,0 +1,960 @@ +declare module "http2" { + import * as events from "events"; + import * as fs from "fs"; + import * as net from "net"; + import * as stream from "stream"; + import * as tls from "tls"; + import * as url from "url"; + + import { IncomingHttpHeaders as Http1IncomingHttpHeaders, OutgoingHttpHeaders, IncomingMessage, ServerResponse } from "http"; + export { OutgoingHttpHeaders } from "http"; + + export interface IncomingHttpStatusHeader { + ":status"?: number; + } + + export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { + ":path"?: string; + ":method"?: string; + ":authority"?: string; + ":scheme"?: string; + } + + // Http2Stream + + export interface StreamPriorityOptions { + exclusive?: boolean; + parent?: number; + weight?: number; + silent?: boolean; + } + + export interface StreamState { + localWindowSize?: number; + state?: number; + localClose?: number; + remoteClose?: number; + sumDependencyWeight?: number; + weight?: number; + } + + export interface ServerStreamResponseOptions { + endStream?: boolean; + waitForTrailers?: boolean; + } + + export interface StatOptions { + offset: number; + length: number; + } + + export interface ServerStreamFileResponseOptions { + statCheck?: (stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions) => void | boolean; + waitForTrailers?: boolean; + offset?: number; + length?: number; + } + + export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { + onError?: (err: NodeJS.ErrnoException) => void; + } + + export class Http2Stream extends stream.Duplex { + protected constructor(); + + readonly aborted: boolean; + readonly bufferSize: number; + readonly closed: boolean; + readonly destroyed: boolean; + /** + * Set the true if the END_STREAM flag was set in the request or response HEADERS frame received, + * indicating that no additional data should be received and the readable side of the Http2Stream will be closed. + */ + readonly endAfterHeaders: boolean; + readonly id?: number; + readonly pending: boolean; + readonly rstCode: number; + readonly sentHeaders: OutgoingHttpHeaders; + readonly sentInfoHeaders?: OutgoingHttpHeaders[]; + readonly sentTrailers?: OutgoingHttpHeaders; + readonly session: Http2Session; + readonly state: StreamState; + + close(code?: number, callback?: () => void): void; + priority(options: StreamPriorityOptions): void; + setTimeout(msecs: number, callback?: () => void): void; + sendTrailers(headers: OutgoingHttpHeaders): void; + + addListener(event: "aborted", listener: () => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: Buffer | string) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: "streamClosed", listener: (code: number) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: "wantTrailers", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "aborted"): boolean; + emit(event: "close"): boolean; + emit(event: "data", chunk: Buffer | string): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "frameError", frameType: number, errorCode: number): boolean; + emit(event: "pipe", src: stream.Readable): boolean; + emit(event: "unpipe", src: stream.Readable): boolean; + emit(event: "streamClosed", code: number): boolean; + emit(event: "timeout"): boolean; + emit(event: "trailers", trailers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "wantTrailers"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "aborted", listener: () => void): this; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: Buffer | string) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: "streamClosed", listener: (code: number) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + on(event: "wantTrailers", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "aborted", listener: () => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: Buffer | string) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: "streamClosed", listener: (code: number) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + once(event: "wantTrailers", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "aborted", listener: () => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "streamClosed", listener: (code: number) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: "wantTrailers", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "aborted", listener: () => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "streamClosed", listener: (code: number) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: "wantTrailers", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + export class ClientHttp2Stream extends Http2Stream { + private constructor(); + + addListener(event: "continue", listener: () => {}): this; + addListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "continue"): boolean; + emit(event: "headers", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: "push", headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "response", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "continue", listener: () => {}): this; + on(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "continue", listener: () => {}): this; + once(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "continue", listener: () => {}): this; + prependListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "continue", listener: () => {}): this; + prependOnceListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + export class ServerHttp2Stream extends Http2Stream { + private constructor(); + + additionalHeaders(headers: OutgoingHttpHeaders): void; + readonly headersSent: boolean; + readonly pushAllowed: boolean; + pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; + pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; + respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; + respondWithFD(fd: number, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void; + respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void; + } + + // Http2Session + + export interface Settings { + headerTableSize?: number; + enablePush?: boolean; + initialWindowSize?: number; + maxFrameSize?: number; + maxConcurrentStreams?: number; + maxHeaderListSize?: number; + enableConnectProtocol?: boolean; + } + + export interface ClientSessionRequestOptions { + endStream?: boolean; + exclusive?: boolean; + parent?: number; + weight?: number; + waitForTrailers?: boolean; + } + + export interface SessionState { + effectiveLocalWindowSize?: number; + effectiveRecvDataLength?: number; + nextStreamID?: number; + localWindowSize?: number; + lastProcStreamID?: number; + remoteWindowSize?: number; + outboundQueueSize?: number; + deflateDynamicTableSize?: number; + inflateDynamicTableSize?: number; + } + + export class Http2Session extends events.EventEmitter { + protected constructor(); + + readonly alpnProtocol?: string; + close(callback?: () => void): void; + readonly closed: boolean; + readonly connecting: boolean; + destroy(error?: Error, code?: number): void; + readonly destroyed: boolean; + readonly encrypted?: boolean; + goaway(code?: number, lastStreamID?: number, opaqueData?: Buffer | DataView | NodeJS.TypedArray): void; + readonly localSettings: Settings; + readonly originSet?: string[]; + readonly pendingSettingsAck: boolean; + ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; + ping(payload: Buffer | DataView | NodeJS.TypedArray , callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; + ref(): void; + readonly remoteSettings: Settings; + setTimeout(msecs: number, callback?: () => void): void; + readonly socket: net.Socket | tls.TLSSocket; + readonly state: SessionState; + settings(settings: Settings): void; + readonly type: number; + unref(): void; + + addListener(event: "close", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + addListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + addListener(event: "localSettings", listener: (settings: Settings) => void): this; + addListener(event: "ping", listener: () => void): this; + addListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "close"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "frameError", frameType: number, errorCode: number, streamID: number): boolean; + emit(event: "goaway", errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean; + emit(event: "localSettings", settings: Settings): boolean; + emit(event: "ping"): boolean; + emit(event: "remoteSettings", settings: Settings): boolean; + emit(event: "timeout"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "close", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + on(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + on(event: "localSettings", listener: (settings: Settings) => void): this; + on(event: "ping", listener: () => void): this; + on(event: "remoteSettings", listener: (settings: Settings) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "close", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + once(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + once(event: "localSettings", listener: (settings: Settings) => void): this; + once(event: "ping", listener: () => void): this; + once(event: "remoteSettings", listener: (settings: Settings) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "close", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + prependListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + prependListener(event: "localSettings", listener: (settings: Settings) => void): this; + prependListener(event: "ping", listener: () => void): this; + prependListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + prependOnceListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + prependOnceListener(event: "localSettings", listener: (settings: Settings) => void): this; + prependOnceListener(event: "ping", listener: () => void): this; + prependOnceListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + export class ClientHttp2Session extends Http2Session { + private constructor(); + + request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream; + + addListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + addListener(event: "origin", listener: (origins: string[]) => void): this; + addListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + addListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "altsvc", alt: string, origin: string, stream: number): boolean; + emit(event: "origin", origins: string[]): boolean; + emit(event: "connect", session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit(event: "stream", stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + on(event: "origin", listener: (origins: string[]) => void): this; + on(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + once(event: "origin", listener: (origins: string[]) => void): this; + once(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + once(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + prependListener(event: "origin", listener: (origins: string[]) => void): this; + prependListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + prependOnceListener(event: "origin", listener: (origins: string[]) => void): this; + prependOnceListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependOnceListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + export interface AlternativeServiceOptions { + origin: number | string | url.URL; + } + + export class ServerHttp2Session extends Http2Session { + private constructor(); + + altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; + origin(...args: Array): void; + readonly server: Http2Server | Http2SecureServer; + + addListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "connect", session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + // Http2Server + + export interface SessionOptions { + maxDeflateDynamicTableSize?: number; + maxSessionMemory?: number; + maxHeaderListPairs?: number; + maxOutstandingPings?: number; + maxSendHeaderBlockLength?: number; + paddingStrategy?: number; + peerMaxConcurrentStreams?: number; + selectPadding?: (frameLen: number, maxFrameLen: number) => number; + settings?: Settings; + createConnection?: (authority: url.URL, option: SessionOptions) => stream.Duplex; + } + + export interface ClientSessionOptions extends SessionOptions { + maxReservedRemoteStreams?: number; + createConnection?: (authority: url.URL, option: SessionOptions) => stream.Duplex; + } + + export interface ServerSessionOptions extends SessionOptions { + Http1IncomingMessage?: typeof IncomingMessage; + Http1ServerResponse?: typeof ServerResponse; + Http2ServerRequest?: typeof Http2ServerRequest; + Http2ServerResponse?: typeof Http2ServerResponse; + } + + export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions { } + export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions { } + + export interface ServerOptions extends ServerSessionOptions { } + + export interface SecureServerOptions extends SecureServerSessionOptions { + allowHTTP1?: boolean; + origins?: string[]; + } + + export class Http2Server extends net.Server { + private constructor(); + + addListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: "session", listener: (session: ServerHttp2Session) => void): this; + addListener(event: "sessionError", listener: (err: Error) => void): this; + addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "checkContinue", request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: "request", request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: "session", session: ServerHttp2Session): boolean; + emit(event: "sessionError", err: Error): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "timeout"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: "session", listener: (session: ServerHttp2Session) => void): this; + on(event: "sessionError", listener: (err: Error) => void): this; + on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: "session", listener: (session: ServerHttp2Session) => void): this; + once(event: "sessionError", listener: (err: Error) => void): this; + once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: "session", listener: (session: ServerHttp2Session) => void): this; + prependListener(event: "sessionError", listener: (err: Error) => void): this; + prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: "session", listener: (session: ServerHttp2Session) => void): this; + prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; + prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + + setTimeout(msec?: number, callback?: () => void): this; + } + + export class Http2SecureServer extends tls.Server { + private constructor(); + + addListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: "session", listener: (session: ServerHttp2Session) => void): this; + addListener(event: "sessionError", listener: (err: Error) => void): this; + addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "checkContinue", request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: "request", request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: "session", session: ServerHttp2Session): boolean; + emit(event: "sessionError", err: Error): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "timeout"): boolean; + emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: "session", listener: (session: ServerHttp2Session) => void): this; + on(event: "sessionError", listener: (err: Error) => void): this; + on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: "session", listener: (session: ServerHttp2Session) => void): this; + once(event: "sessionError", listener: (err: Error) => void): this; + once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: "session", listener: (session: ServerHttp2Session) => void): this; + prependListener(event: "sessionError", listener: (err: Error) => void): this; + prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: "session", listener: (session: ServerHttp2Session) => void): this; + prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; + prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + + setTimeout(msec?: number, callback?: () => void): this; + } + + export class Http2ServerRequest extends stream.Readable { + constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: string[]); + + readonly aborted: boolean; + readonly authority: string; + readonly headers: IncomingHttpHeaders; + readonly httpVersion: string; + readonly method: string; + readonly rawHeaders: string[]; + readonly rawTrailers: string[]; + readonly scheme: string; + setTimeout(msecs: number, callback?: () => void): void; + readonly socket: net.Socket | tls.TLSSocket; + readonly stream: ServerHttp2Stream; + readonly trailers: IncomingHttpHeaders; + readonly url: string; + + read(size?: number): Buffer | string | null; + + addListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: Buffer | string) => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "aborted", hadError: boolean, code: number): boolean; + emit(event: "close"): boolean; + emit(event: "data", chunk: Buffer | string): boolean; + emit(event: "end"): boolean; + emit(event: "readable"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: Buffer | string) => void): this; + on(event: "end", listener: () => void): this; + on(event: "readable", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: Buffer | string) => void): this; + once(event: "end", listener: () => void): this; + once(event: "readable", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + export class Http2ServerResponse extends stream.Stream { + constructor(stream: ServerHttp2Stream); + + addTrailers(trailers: OutgoingHttpHeaders): void; + readonly connection: net.Socket | tls.TLSSocket; + end(callback?: () => void): void; + end(data: string | Uint8Array, callback?: () => void): void; + end(data: string | Uint8Array, encoding: string, callback?: () => void): void; + readonly finished: boolean; + getHeader(name: string): string; + getHeaderNames(): string[]; + getHeaders(): OutgoingHttpHeaders; + hasHeader(name: string): boolean; + readonly headersSent: boolean; + removeHeader(name: string): void; + sendDate: boolean; + setHeader(name: string, value: number | string | string[]): void; + setTimeout(msecs: number, callback?: () => void): void; + readonly socket: net.Socket | tls.TLSSocket; + statusCode: number; + statusMessage: ''; + readonly stream: ServerHttp2Stream; + write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; + write(chunk: string | Uint8Array, encoding: string, callback?: (err: Error) => void): boolean; + writeContinue(): void; + writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; + writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; + createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void; + + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "close"): boolean; + emit(event: "drain"): boolean; + emit(event: "error", error: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pipe", src: stream.Readable): boolean; + emit(event: "unpipe", src: stream.Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + // Public API + + export namespace constants { + const NGHTTP2_SESSION_SERVER: number; + const NGHTTP2_SESSION_CLIENT: number; + const NGHTTP2_STREAM_STATE_IDLE: number; + const NGHTTP2_STREAM_STATE_OPEN: number; + const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; + const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; + const NGHTTP2_STREAM_STATE_CLOSED: number; + const NGHTTP2_NO_ERROR: number; + const NGHTTP2_PROTOCOL_ERROR: number; + const NGHTTP2_INTERNAL_ERROR: number; + const NGHTTP2_FLOW_CONTROL_ERROR: number; + const NGHTTP2_SETTINGS_TIMEOUT: number; + const NGHTTP2_STREAM_CLOSED: number; + const NGHTTP2_FRAME_SIZE_ERROR: number; + const NGHTTP2_REFUSED_STREAM: number; + const NGHTTP2_CANCEL: number; + const NGHTTP2_COMPRESSION_ERROR: number; + const NGHTTP2_CONNECT_ERROR: number; + const NGHTTP2_ENHANCE_YOUR_CALM: number; + const NGHTTP2_INADEQUATE_SECURITY: number; + const NGHTTP2_HTTP_1_1_REQUIRED: number; + const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; + const NGHTTP2_FLAG_NONE: number; + const NGHTTP2_FLAG_END_STREAM: number; + const NGHTTP2_FLAG_END_HEADERS: number; + const NGHTTP2_FLAG_ACK: number; + const NGHTTP2_FLAG_PADDED: number; + const NGHTTP2_FLAG_PRIORITY: number; + const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; + const DEFAULT_SETTINGS_ENABLE_PUSH: number; + const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; + const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; + const MAX_MAX_FRAME_SIZE: number; + const MIN_MAX_FRAME_SIZE: number; + const MAX_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_DEFAULT_WEIGHT: number; + const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; + const NGHTTP2_SETTINGS_ENABLE_PUSH: number; + const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; + const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; + const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; + const PADDING_STRATEGY_NONE: number; + const PADDING_STRATEGY_MAX: number; + const PADDING_STRATEGY_CALLBACK: number; + const HTTP2_HEADER_STATUS: string; + const HTTP2_HEADER_METHOD: string; + const HTTP2_HEADER_AUTHORITY: string; + const HTTP2_HEADER_SCHEME: string; + const HTTP2_HEADER_PATH: string; + const HTTP2_HEADER_ACCEPT_CHARSET: string; + const HTTP2_HEADER_ACCEPT_ENCODING: string; + const HTTP2_HEADER_ACCEPT_LANGUAGE: string; + const HTTP2_HEADER_ACCEPT_RANGES: string; + const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_AGE: string; + const HTTP2_HEADER_ALLOW: string; + const HTTP2_HEADER_AUTHORIZATION: string; + const HTTP2_HEADER_CACHE_CONTROL: string; + const HTTP2_HEADER_CONNECTION: string; + const HTTP2_HEADER_CONTENT_DISPOSITION: string; + const HTTP2_HEADER_CONTENT_ENCODING: string; + const HTTP2_HEADER_CONTENT_LANGUAGE: string; + const HTTP2_HEADER_CONTENT_LENGTH: string; + const HTTP2_HEADER_CONTENT_LOCATION: string; + const HTTP2_HEADER_CONTENT_MD5: string; + const HTTP2_HEADER_CONTENT_RANGE: string; + const HTTP2_HEADER_CONTENT_TYPE: string; + const HTTP2_HEADER_COOKIE: string; + const HTTP2_HEADER_DATE: string; + const HTTP2_HEADER_ETAG: string; + const HTTP2_HEADER_EXPECT: string; + const HTTP2_HEADER_EXPIRES: string; + const HTTP2_HEADER_FROM: string; + const HTTP2_HEADER_HOST: string; + const HTTP2_HEADER_IF_MATCH: string; + const HTTP2_HEADER_IF_MODIFIED_SINCE: string; + const HTTP2_HEADER_IF_NONE_MATCH: string; + const HTTP2_HEADER_IF_RANGE: string; + const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; + const HTTP2_HEADER_LAST_MODIFIED: string; + const HTTP2_HEADER_LINK: string; + const HTTP2_HEADER_LOCATION: string; + const HTTP2_HEADER_MAX_FORWARDS: string; + const HTTP2_HEADER_PREFER: string; + const HTTP2_HEADER_PROXY_AUTHENTICATE: string; + const HTTP2_HEADER_PROXY_AUTHORIZATION: string; + const HTTP2_HEADER_RANGE: string; + const HTTP2_HEADER_REFERER: string; + const HTTP2_HEADER_REFRESH: string; + const HTTP2_HEADER_RETRY_AFTER: string; + const HTTP2_HEADER_SERVER: string; + const HTTP2_HEADER_SET_COOKIE: string; + const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; + const HTTP2_HEADER_TRANSFER_ENCODING: string; + const HTTP2_HEADER_TE: string; + const HTTP2_HEADER_UPGRADE: string; + const HTTP2_HEADER_USER_AGENT: string; + const HTTP2_HEADER_VARY: string; + const HTTP2_HEADER_VIA: string; + const HTTP2_HEADER_WWW_AUTHENTICATE: string; + const HTTP2_HEADER_HTTP2_SETTINGS: string; + const HTTP2_HEADER_KEEP_ALIVE: string; + const HTTP2_HEADER_PROXY_CONNECTION: string; + const HTTP2_METHOD_ACL: string; + const HTTP2_METHOD_BASELINE_CONTROL: string; + const HTTP2_METHOD_BIND: string; + const HTTP2_METHOD_CHECKIN: string; + const HTTP2_METHOD_CHECKOUT: string; + const HTTP2_METHOD_CONNECT: string; + const HTTP2_METHOD_COPY: string; + const HTTP2_METHOD_DELETE: string; + const HTTP2_METHOD_GET: string; + const HTTP2_METHOD_HEAD: string; + const HTTP2_METHOD_LABEL: string; + const HTTP2_METHOD_LINK: string; + const HTTP2_METHOD_LOCK: string; + const HTTP2_METHOD_MERGE: string; + const HTTP2_METHOD_MKACTIVITY: string; + const HTTP2_METHOD_MKCALENDAR: string; + const HTTP2_METHOD_MKCOL: string; + const HTTP2_METHOD_MKREDIRECTREF: string; + const HTTP2_METHOD_MKWORKSPACE: string; + const HTTP2_METHOD_MOVE: string; + const HTTP2_METHOD_OPTIONS: string; + const HTTP2_METHOD_ORDERPATCH: string; + const HTTP2_METHOD_PATCH: string; + const HTTP2_METHOD_POST: string; + const HTTP2_METHOD_PRI: string; + const HTTP2_METHOD_PROPFIND: string; + const HTTP2_METHOD_PROPPATCH: string; + const HTTP2_METHOD_PUT: string; + const HTTP2_METHOD_REBIND: string; + const HTTP2_METHOD_REPORT: string; + const HTTP2_METHOD_SEARCH: string; + const HTTP2_METHOD_TRACE: string; + const HTTP2_METHOD_UNBIND: string; + const HTTP2_METHOD_UNCHECKOUT: string; + const HTTP2_METHOD_UNLINK: string; + const HTTP2_METHOD_UNLOCK: string; + const HTTP2_METHOD_UPDATE: string; + const HTTP2_METHOD_UPDATEREDIRECTREF: string; + const HTTP2_METHOD_VERSION_CONTROL: string; + const HTTP_STATUS_CONTINUE: number; + const HTTP_STATUS_SWITCHING_PROTOCOLS: number; + const HTTP_STATUS_PROCESSING: number; + const HTTP_STATUS_OK: number; + const HTTP_STATUS_CREATED: number; + const HTTP_STATUS_ACCEPTED: number; + const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; + const HTTP_STATUS_NO_CONTENT: number; + const HTTP_STATUS_RESET_CONTENT: number; + const HTTP_STATUS_PARTIAL_CONTENT: number; + const HTTP_STATUS_MULTI_STATUS: number; + const HTTP_STATUS_ALREADY_REPORTED: number; + const HTTP_STATUS_IM_USED: number; + const HTTP_STATUS_MULTIPLE_CHOICES: number; + const HTTP_STATUS_MOVED_PERMANENTLY: number; + const HTTP_STATUS_FOUND: number; + const HTTP_STATUS_SEE_OTHER: number; + const HTTP_STATUS_NOT_MODIFIED: number; + const HTTP_STATUS_USE_PROXY: number; + const HTTP_STATUS_TEMPORARY_REDIRECT: number; + const HTTP_STATUS_PERMANENT_REDIRECT: number; + const HTTP_STATUS_BAD_REQUEST: number; + const HTTP_STATUS_UNAUTHORIZED: number; + const HTTP_STATUS_PAYMENT_REQUIRED: number; + const HTTP_STATUS_FORBIDDEN: number; + const HTTP_STATUS_NOT_FOUND: number; + const HTTP_STATUS_METHOD_NOT_ALLOWED: number; + const HTTP_STATUS_NOT_ACCEPTABLE: number; + const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; + const HTTP_STATUS_REQUEST_TIMEOUT: number; + const HTTP_STATUS_CONFLICT: number; + const HTTP_STATUS_GONE: number; + const HTTP_STATUS_LENGTH_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_FAILED: number; + const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; + const HTTP_STATUS_URI_TOO_LONG: number; + const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; + const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; + const HTTP_STATUS_EXPECTATION_FAILED: number; + const HTTP_STATUS_TEAPOT: number; + const HTTP_STATUS_MISDIRECTED_REQUEST: number; + const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; + const HTTP_STATUS_LOCKED: number; + const HTTP_STATUS_FAILED_DEPENDENCY: number; + const HTTP_STATUS_UNORDERED_COLLECTION: number; + const HTTP_STATUS_UPGRADE_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_REQUIRED: number; + const HTTP_STATUS_TOO_MANY_REQUESTS: number; + const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; + const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; + const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; + const HTTP_STATUS_NOT_IMPLEMENTED: number; + const HTTP_STATUS_BAD_GATEWAY: number; + const HTTP_STATUS_SERVICE_UNAVAILABLE: number; + const HTTP_STATUS_GATEWAY_TIMEOUT: number; + const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; + const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; + const HTTP_STATUS_INSUFFICIENT_STORAGE: number; + const HTTP_STATUS_LOOP_DETECTED: number; + const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; + const HTTP_STATUS_NOT_EXTENDED: number; + const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; + } + + export function getDefaultSettings(): Settings; + export function getPackedSettings(settings: Settings): Buffer; + export function getUnpackedSettings(buf: Uint8Array): Settings; + + export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; + export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; + + export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; + export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; + + export function connect(authority: string | url.URL, listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session; + export function connect( + authority: string | url.URL, + options?: ClientSessionOptions | SecureClientSessionOptions, + listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): ClientHttp2Session; +} diff --git a/2019-setembro/node_modules/@types/node/https.d.ts b/2019-setembro/node_modules/@types/node/https.d.ts new file mode 100644 index 0000000..6f33dbd --- /dev/null +++ b/2019-setembro/node_modules/@types/node/https.d.ts @@ -0,0 +1,53 @@ +declare module "https" { + import * as tls from "tls"; + import * as events from "events"; + import * as http from "http"; + import { URL } from "url"; + + type ServerOptions = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions; + + type RequestOptions = http.RequestOptions & tls.SecureContextOptions & { + rejectUnauthorized?: boolean; // Defaults to true + servername?: string; // SNI TLS Extension + }; + + interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { + rejectUnauthorized?: boolean; + maxCachedSessions?: number; + } + + class Agent extends http.Agent { + constructor(options?: AgentOptions); + options: AgentOptions; + } + + class Server extends tls.Server { + constructor(requestListener?: http.RequestListener); + constructor(options: ServerOptions, requestListener?: http.RequestListener); + + setTimeout(callback: () => void): this; + setTimeout(msecs?: number, callback?: () => void): this; + /** + * Limits maximum incoming headers count. If set to 0, no limit will be applied. + * @default 2000 + * {@link https://nodejs.org/api/http.html#http_server_maxheaderscount} + */ + maxHeadersCount: number | null; + timeout: number; + /** + * Limit the amount of time the parser will wait to receive the complete HTTP headers. + * @default 40000 + * {@link https://nodejs.org/api/http.html#http_server_headerstimeout} + */ + headersTimeout: number; + keepAliveTimeout: number; + } + + function createServer(requestListener?: http.RequestListener): Server; + function createServer(options: ServerOptions, requestListener?: http.RequestListener): Server; + function request(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; + function request(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; + function get(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; + function get(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; + let globalAgent: Agent; +} diff --git a/2019-setembro/node_modules/@types/node/index.d.ts b/2019-setembro/node_modules/@types/node/index.d.ts new file mode 100644 index 0000000..90f672d --- /dev/null +++ b/2019-setembro/node_modules/@types/node/index.d.ts @@ -0,0 +1,100 @@ +// Type definitions for non-npm package Node.js 12.7 +// Project: http://nodejs.org/ +// Definitions by: Microsoft TypeScript +// DefinitelyTyped +// Alberto Schiabel +// Alexander T. +// Alvis HT Tang +// Andrew Makarov +// Benjamin Toueg +// Bruno Scheufler +// Chigozirim C. +// Christian Vaagland Tellnes +// David Junger +// Deividas Bakanas +// Eugene Y. Q. Shen +// Flarna +// Hannes Magnusson +// Hoàng Văn Khải +// Huw +// Kelvin Jin +// Klaus Meinhardt +// Lishude +// Mariusz Wiktorczyk +// Matthieu Sieben +// Mohsen Azimi +// Nicolas Even +// Nicolas Voigt +// Parambir Singh +// Sebastian Silbermann +// Simon Schick +// Thomas den Hollander +// Wilco Bakker +// wwwy3y3 +// Zane Hannan AU +// Samuel Ainsworth +// Kyle Uehlein +// Jordi Oliveras Rovira +// Thanik Bhongbhibhat +// Marcin Kopacz +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +// NOTE: These definitions support NodeJS and TypeScript 3.2. + +// NOTE: TypeScript version-specific augmentations can be found in the following paths: +// - ~/base.d.ts - Shared definitions common to all TypeScript versions +// - ~/index.d.ts - Definitions specific to TypeScript 2.1 +// - ~/ts3.2/index.d.ts - Definitions specific to TypeScript 3.2 + +// NOTE: Augmentations for TypeScript 3.2 and later should use individual files for overrides +// within the respective ~/ts3.2 (or later) folder. However, this is disallowed for versions +// prior to TypeScript 3.2, so the older definitions will be found here. + +// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: +/// + +// TypeScript 2.1-specific augmentations: + +// Forward-declarations for needed types from es2015 and later (in case users are using `--lib es5`) +// Empty interfaces are used here which merge fine with the real declarations in the lib XXX files +// just to ensure the names are known and node typings can be sued without importing these libs. +// if someone really needs these types the libs need to be added via --lib or in tsconfig.json +interface MapConstructor { } +interface WeakMapConstructor { } +interface SetConstructor { } +interface WeakSetConstructor { } +interface Set {} +interface Map {} +interface ReadonlySet {} +interface IteratorResult { } +interface Iterable { } +interface AsyncIterable { } +interface Iterator { + next(value?: any): IteratorResult; +} +interface IterableIterator { } +interface AsyncIterableIterator {} +interface SymbolConstructor { + readonly iterator: symbol; + readonly asyncIterator: symbol; +} +declare var Symbol: SymbolConstructor; +// even this is just a forward declaration some properties are added otherwise +// it would be allowed to pass anything to e.g. Buffer.from() +interface SharedArrayBuffer { + readonly byteLength: number; + slice(begin?: number, end?: number): SharedArrayBuffer; +} + +declare module "util" { + namespace inspect { + const custom: symbol; + } + namespace promisify { + const custom: symbol; + } + namespace types { + function isBigInt64Array(value: any): boolean; + function isBigUint64Array(value: any): boolean; + } +} diff --git a/2019-setembro/node_modules/@types/node/inspector.d.ts b/2019-setembro/node_modules/@types/node/inspector.d.ts new file mode 100644 index 0000000..b14aed2 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/inspector.d.ts @@ -0,0 +1,3034 @@ +// tslint:disable-next-line:dt-header +// Type definitions for inspector + +// These definitions are auto-generated. +// Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330 +// for more information. + +// tslint:disable:max-line-length + +/** + * The inspector module provides an API for interacting with the V8 inspector. + */ +declare module "inspector" { + import { EventEmitter } from 'events'; + + interface InspectorNotification { + method: string; + params: T; + } + + namespace Schema { + /** + * Description of the protocol domain. + */ + interface Domain { + /** + * Domain name. + */ + name: string; + /** + * Domain version. + */ + version: string; + } + + interface GetDomainsReturnType { + /** + * List of supported domains. + */ + domains: Domain[]; + } + } + + namespace Runtime { + /** + * Unique script identifier. + */ + type ScriptId = string; + + /** + * Unique object identifier. + */ + type RemoteObjectId = string; + + /** + * Primitive value which cannot be JSON-stringified. + */ + type UnserializableValue = string; + + /** + * Mirror object referencing original JavaScript object. + */ + interface RemoteObject { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string; + /** + * Object class (constructor) name. Specified for object type values only. + */ + className?: string; + /** + * Remote object value in case of primitive values or JSON values (if it was requested). + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified does not have value, but gets this property. + */ + unserializableValue?: UnserializableValue; + /** + * String representation of the object. + */ + description?: string; + /** + * Unique object identifier (for non-primitive values). + */ + objectId?: RemoteObjectId; + /** + * Preview containing abbreviated property values. Specified for object type values only. + * @experimental + */ + preview?: ObjectPreview; + /** + * @experimental + */ + customPreview?: CustomPreview; + } + + /** + * @experimental + */ + interface CustomPreview { + header: string; + hasBody: boolean; + formatterObjectId: RemoteObjectId; + bindRemoteObjectFunctionId: RemoteObjectId; + configObjectId?: RemoteObjectId; + } + + /** + * Object containing abbreviated remote object value. + * @experimental + */ + interface ObjectPreview { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string; + /** + * String representation of the object. + */ + description?: string; + /** + * True iff some of the properties or entries of the original object did not fit. + */ + overflow: boolean; + /** + * List of the properties. + */ + properties: PropertyPreview[]; + /** + * List of the entries. Specified for map and set subtype values only. + */ + entries?: EntryPreview[]; + } + + /** + * @experimental + */ + interface PropertyPreview { + /** + * Property name. + */ + name: string; + /** + * Object type. Accessor means that the property itself is an accessor property. + */ + type: string; + /** + * User-friendly property value string. + */ + value?: string; + /** + * Nested value preview. + */ + valuePreview?: ObjectPreview; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string; + } + + /** + * @experimental + */ + interface EntryPreview { + /** + * Preview of the key. Specified for map-like collection entries. + */ + key?: ObjectPreview; + /** + * Preview of the value. + */ + value: ObjectPreview; + } + + /** + * Object property descriptor. + */ + interface PropertyDescriptor { + /** + * Property name or symbol description. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject; + /** + * True if the value associated with the property may be changed (data descriptors only). + */ + writable?: boolean; + /** + * A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only). + */ + get?: RemoteObject; + /** + * A function which serves as a setter for the property, or undefined if there is no setter (accessor descriptors only). + */ + set?: RemoteObject; + /** + * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. + */ + configurable: boolean; + /** + * True if this property shows up during enumeration of the properties on the corresponding object. + */ + enumerable: boolean; + /** + * True if the result was thrown during the evaluation. + */ + wasThrown?: boolean; + /** + * True if the property is owned for the object. + */ + isOwn?: boolean; + /** + * Property symbol object, if the property is of the symbol type. + */ + symbol?: RemoteObject; + } + + /** + * Object internal property descriptor. This property isn't normally visible in JavaScript code. + */ + interface InternalPropertyDescriptor { + /** + * Conventional property name. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject; + } + + /** + * Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified. + */ + interface CallArgument { + /** + * Primitive value or serializable javascript object. + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified. + */ + unserializableValue?: UnserializableValue; + /** + * Remote object handle. + */ + objectId?: RemoteObjectId; + } + + /** + * Id of an execution context. + */ + type ExecutionContextId = number; + + /** + * Description of an isolated world. + */ + interface ExecutionContextDescription { + /** + * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. + */ + id: ExecutionContextId; + /** + * Execution context origin. + */ + origin: string; + /** + * Human readable name describing given context. + */ + name: string; + /** + * Embedder-specific auxiliary data. + */ + auxData?: {}; + } + + /** + * Detailed information about exception (or error) that was thrown during script compilation or execution. + */ + interface ExceptionDetails { + /** + * Exception id. + */ + exceptionId: number; + /** + * Exception text, which should be used together with exception object when available. + */ + text: string; + /** + * Line number of the exception location (0-based). + */ + lineNumber: number; + /** + * Column number of the exception location (0-based). + */ + columnNumber: number; + /** + * Script ID of the exception location. + */ + scriptId?: ScriptId; + /** + * URL of the exception location, to be used when the script was not reported. + */ + url?: string; + /** + * JavaScript stack trace if available. + */ + stackTrace?: StackTrace; + /** + * Exception object if available. + */ + exception?: RemoteObject; + /** + * Identifier of the context where exception happened. + */ + executionContextId?: ExecutionContextId; + } + + /** + * Number of milliseconds since epoch. + */ + type Timestamp = number; + + /** + * Stack entry for runtime errors and assertions. + */ + interface CallFrame { + /** + * JavaScript function name. + */ + functionName: string; + /** + * JavaScript script id. + */ + scriptId: ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * JavaScript script line number (0-based). + */ + lineNumber: number; + /** + * JavaScript script column number (0-based). + */ + columnNumber: number; + } + + /** + * Call frames for assertions or error messages. + */ + interface StackTrace { + /** + * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. + */ + description?: string; + /** + * JavaScript function name. + */ + callFrames: CallFrame[]; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + */ + parent?: StackTrace; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + * @experimental + */ + parentId?: StackTraceId; + } + + /** + * Unique identifier of current debugger. + * @experimental + */ + type UniqueDebuggerId = string; + + /** + * If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages. + * @experimental + */ + interface StackTraceId { + id: string; + debuggerId?: UniqueDebuggerId; + } + + interface EvaluateParameterType { + /** + * Expression to evaluate. + */ + expression: string; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean; + /** + * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + contextId?: ExecutionContextId; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean; + } + + interface AwaitPromiseParameterType { + /** + * Identifier of the promise. + */ + promiseObjectId: RemoteObjectId; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean; + } + + interface CallFunctionOnParameterType { + /** + * Declaration of the function to call. + */ + functionDeclaration: string; + /** + * Identifier of the object to call function on. Either objectId or executionContextId should be specified. + */ + objectId?: RemoteObjectId; + /** + * Call arguments. All call arguments must belong to the same JavaScript world as the target object. + */ + arguments?: CallArgument[]; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean; + /** + * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. + */ + executionContextId?: ExecutionContextId; + /** + * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. + */ + objectGroup?: string; + } + + interface GetPropertiesParameterType { + /** + * Identifier of the object to return properties for. + */ + objectId: RemoteObjectId; + /** + * If true, returns properties belonging only to the element itself, not to its prototype chain. + */ + ownProperties?: boolean; + /** + * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. + * @experimental + */ + accessorPropertiesOnly?: boolean; + /** + * Whether preview should be generated for the results. + * @experimental + */ + generatePreview?: boolean; + } + + interface ReleaseObjectParameterType { + /** + * Identifier of the object to release. + */ + objectId: RemoteObjectId; + } + + interface ReleaseObjectGroupParameterType { + /** + * Symbolic object group name. + */ + objectGroup: string; + } + + interface SetCustomObjectFormatterEnabledParameterType { + enabled: boolean; + } + + interface CompileScriptParameterType { + /** + * Expression to compile. + */ + expression: string; + /** + * Source url to be set for the script. + */ + sourceURL: string; + /** + * Specifies whether the compiled script should be persisted. + */ + persistScript: boolean; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId; + } + + interface RunScriptParameterType { + /** + * Id of the script to run. + */ + scriptId: ScriptId; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean; + } + + interface QueryObjectsParameterType { + /** + * Identifier of the prototype to return objects for. + */ + prototypeObjectId: RemoteObjectId; + } + + interface GlobalLexicalScopeNamesParameterType { + /** + * Specifies in which execution context to lookup global scope variables. + */ + executionContextId?: ExecutionContextId; + } + + interface EvaluateReturnType { + /** + * Evaluation result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails; + } + + interface AwaitPromiseReturnType { + /** + * Promise result. Will contain rejected value if promise was rejected. + */ + result: RemoteObject; + /** + * Exception details if stack strace is available. + */ + exceptionDetails?: ExceptionDetails; + } + + interface CallFunctionOnReturnType { + /** + * Call result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails; + } + + interface GetPropertiesReturnType { + /** + * Object properties. + */ + result: PropertyDescriptor[]; + /** + * Internal object properties (only of the element itself). + */ + internalProperties?: InternalPropertyDescriptor[]; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails; + } + + interface CompileScriptReturnType { + /** + * Id of the script. + */ + scriptId?: ScriptId; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails; + } + + interface RunScriptReturnType { + /** + * Run result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails; + } + + interface QueryObjectsReturnType { + /** + * Array with objects. + */ + objects: RemoteObject; + } + + interface GlobalLexicalScopeNamesReturnType { + names: string[]; + } + + interface ExecutionContextCreatedEventDataType { + /** + * A newly created execution context. + */ + context: ExecutionContextDescription; + } + + interface ExecutionContextDestroyedEventDataType { + /** + * Id of the destroyed context + */ + executionContextId: ExecutionContextId; + } + + interface ExceptionThrownEventDataType { + /** + * Timestamp of the exception. + */ + timestamp: Timestamp; + exceptionDetails: ExceptionDetails; + } + + interface ExceptionRevokedEventDataType { + /** + * Reason describing why exception was revoked. + */ + reason: string; + /** + * The id of revoked exception, as reported in exceptionThrown. + */ + exceptionId: number; + } + + interface ConsoleAPICalledEventDataType { + /** + * Type of the call. + */ + type: string; + /** + * Call arguments. + */ + args: RemoteObject[]; + /** + * Identifier of the context where the call was made. + */ + executionContextId: ExecutionContextId; + /** + * Call timestamp. + */ + timestamp: Timestamp; + /** + * Stack trace captured when the call was made. + */ + stackTrace?: StackTrace; + /** + * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. + * @experimental + */ + context?: string; + } + + interface InspectRequestedEventDataType { + object: RemoteObject; + hints: {}; + } + } + + namespace Debugger { + /** + * Breakpoint identifier. + */ + type BreakpointId = string; + + /** + * Call frame identifier. + */ + type CallFrameId = string; + + /** + * Location in the source code. + */ + interface Location { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number; + } + + /** + * Location in the source code. + * @experimental + */ + interface ScriptPosition { + lineNumber: number; + columnNumber: number; + } + + /** + * JavaScript call frame. Array of call frames form the call stack. + */ + interface CallFrame { + /** + * Call frame identifier. This identifier is only valid while the virtual machine is paused. + */ + callFrameId: CallFrameId; + /** + * Name of the JavaScript function called on this call frame. + */ + functionName: string; + /** + * Location in the source code. + */ + functionLocation?: Location; + /** + * Location in the source code. + */ + location: Location; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Scope chain for this call frame. + */ + scopeChain: Scope[]; + /** + * this object for this call frame. + */ + this: Runtime.RemoteObject; + /** + * The value being returned, if the function is at return point. + */ + returnValue?: Runtime.RemoteObject; + } + + /** + * Scope description. + */ + interface Scope { + /** + * Scope type. + */ + type: string; + /** + * Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. + */ + object: Runtime.RemoteObject; + name?: string; + /** + * Location in the source code where scope starts + */ + startLocation?: Location; + /** + * Location in the source code where scope ends + */ + endLocation?: Location; + } + + /** + * Search match for resource. + */ + interface SearchMatch { + /** + * Line number in resource content. + */ + lineNumber: number; + /** + * Line with match content. + */ + lineContent: string; + } + + interface BreakLocation { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number; + type?: string; + } + + interface SetBreakpointsActiveParameterType { + /** + * New value for breakpoints active state. + */ + active: boolean; + } + + interface SetSkipAllPausesParameterType { + /** + * New value for skip pauses state. + */ + skip: boolean; + } + + interface SetBreakpointByUrlParameterType { + /** + * Line number to set breakpoint at. + */ + lineNumber: number; + /** + * URL of the resources to set breakpoint on. + */ + url?: string; + /** + * Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified. + */ + urlRegex?: string; + /** + * Script hash of the resources to set breakpoint on. + */ + scriptHash?: string; + /** + * Offset in the line to set breakpoint at. + */ + columnNumber?: number; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string; + } + + interface SetBreakpointParameterType { + /** + * Location to set breakpoint in. + */ + location: Location; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string; + } + + interface RemoveBreakpointParameterType { + breakpointId: BreakpointId; + } + + interface GetPossibleBreakpointsParameterType { + /** + * Start of range to search possible breakpoint locations in. + */ + start: Location; + /** + * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. + */ + end?: Location; + /** + * Only consider locations which are in the same (non-nested) function as start. + */ + restrictToFunction?: boolean; + } + + interface ContinueToLocationParameterType { + /** + * Location to continue to. + */ + location: Location; + targetCallFrames?: string; + } + + interface PauseOnAsyncCallParameterType { + /** + * Debugger will pause when async call with given stack trace is started. + */ + parentStackTraceId: Runtime.StackTraceId; + } + + interface StepIntoParameterType { + /** + * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. + * @experimental + */ + breakOnAsyncCall?: boolean; + } + + interface GetStackTraceParameterType { + stackTraceId: Runtime.StackTraceId; + } + + interface SearchInContentParameterType { + /** + * Id of the script to search in. + */ + scriptId: Runtime.ScriptId; + /** + * String to search for. + */ + query: string; + /** + * If true, search is case sensitive. + */ + caseSensitive?: boolean; + /** + * If true, treats string parameter as regex. + */ + isRegex?: boolean; + } + + interface SetScriptSourceParameterType { + /** + * Id of the script to edit. + */ + scriptId: Runtime.ScriptId; + /** + * New content of the script. + */ + scriptSource: string; + /** + * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. + */ + dryRun?: boolean; + } + + interface RestartFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + } + + interface GetScriptSourceParameterType { + /** + * Id of the script to get source for. + */ + scriptId: Runtime.ScriptId; + } + + interface SetPauseOnExceptionsParameterType { + /** + * Pause on exceptions mode. + */ + state: string; + } + + interface EvaluateOnCallFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + /** + * Expression to evaluate. + */ + expression: string; + /** + * String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup). + */ + objectGroup?: string; + /** + * Specifies whether command line API should be available to the evaluated expression, defaults to false. + */ + includeCommandLineAPI?: boolean; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean; + /** + * Whether to throw an exception if side effect cannot be ruled out during evaluation. + */ + throwOnSideEffect?: boolean; + } + + interface SetVariableValueParameterType { + /** + * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. + */ + scopeNumber: number; + /** + * Variable name. + */ + variableName: string; + /** + * New variable value. + */ + newValue: Runtime.CallArgument; + /** + * Id of callframe that holds variable. + */ + callFrameId: CallFrameId; + } + + interface SetReturnValueParameterType { + /** + * New return value. + */ + newValue: Runtime.CallArgument; + } + + interface SetAsyncCallStackDepthParameterType { + /** + * Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default). + */ + maxDepth: number; + } + + interface SetBlackboxPatternsParameterType { + /** + * Array of regexps that will be used to check script url for blackbox state. + */ + patterns: string[]; + } + + interface SetBlackboxedRangesParameterType { + /** + * Id of the script. + */ + scriptId: Runtime.ScriptId; + positions: ScriptPosition[]; + } + + interface EnableReturnType { + /** + * Unique identifier of the debugger. + * @experimental + */ + debuggerId: Runtime.UniqueDebuggerId; + } + + interface SetBreakpointByUrlReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * List of the locations this breakpoint resolved into upon addition. + */ + locations: Location[]; + } + + interface SetBreakpointReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * Location this breakpoint resolved into. + */ + actualLocation: Location; + } + + interface GetPossibleBreakpointsReturnType { + /** + * List of the possible breakpoint locations. + */ + locations: BreakLocation[]; + } + + interface GetStackTraceReturnType { + stackTrace: Runtime.StackTrace; + } + + interface SearchInContentReturnType { + /** + * List of search matches. + */ + result: SearchMatch[]; + } + + interface SetScriptSourceReturnType { + /** + * New stack trace in case editing has happened while VM was stopped. + */ + callFrames?: CallFrame[]; + /** + * Whether current call stack was modified after applying the changes. + */ + stackChanged?: boolean; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId; + /** + * Exception details if any. + */ + exceptionDetails?: Runtime.ExceptionDetails; + } + + interface RestartFrameReturnType { + /** + * New stack trace. + */ + callFrames: CallFrame[]; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId; + } + + interface GetScriptSourceReturnType { + /** + * Script source. + */ + scriptSource: string; + } + + interface EvaluateOnCallFrameReturnType { + /** + * Object wrapper for the evaluation result. + */ + result: Runtime.RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: Runtime.ExceptionDetails; + } + + interface ScriptParsedEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {}; + /** + * True, if this script is generated as a result of the live edit operation. + * @experimental + */ + isLiveEdit?: boolean; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean; + /** + * This script length. + */ + length?: number; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace; + } + + interface ScriptFailedToParseEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {}; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean; + /** + * This script length. + */ + length?: number; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace; + } + + interface BreakpointResolvedEventDataType { + /** + * Breakpoint unique identifier. + */ + breakpointId: BreakpointId; + /** + * Actual breakpoint location. + */ + location: Location; + } + + interface PausedEventDataType { + /** + * Call stack the virtual machine stopped on. + */ + callFrames: CallFrame[]; + /** + * Pause reason. + */ + reason: string; + /** + * Object containing break-specific auxiliary properties. + */ + data?: {}; + /** + * Hit breakpoints IDs + */ + hitBreakpoints?: string[]; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId; + /** + * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag. + * @experimental + */ + asyncCallStackTraceId?: Runtime.StackTraceId; + } + } + + namespace Console { + /** + * Console message. + */ + interface ConsoleMessage { + /** + * Message source. + */ + source: string; + /** + * Message severity. + */ + level: string; + /** + * Message text. + */ + text: string; + /** + * URL of the message origin. + */ + url?: string; + /** + * Line number in the resource that generated this message (1-based). + */ + line?: number; + /** + * Column number in the resource that generated this message (1-based). + */ + column?: number; + } + + interface MessageAddedEventDataType { + /** + * Console message that has been added. + */ + message: ConsoleMessage; + } + } + + namespace Profiler { + /** + * Profile node. Holds callsite information, execution statistics and child nodes. + */ + interface ProfileNode { + /** + * Unique id of the node. + */ + id: number; + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Number of samples where this node was on top of the call stack. + */ + hitCount?: number; + /** + * Child node ids. + */ + children?: number[]; + /** + * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. + */ + deoptReason?: string; + /** + * An array of source position ticks. + */ + positionTicks?: PositionTickInfo[]; + } + + /** + * Profile. + */ + interface Profile { + /** + * The list of profile nodes. First item is the root node. + */ + nodes: ProfileNode[]; + /** + * Profiling start timestamp in microseconds. + */ + startTime: number; + /** + * Profiling end timestamp in microseconds. + */ + endTime: number; + /** + * Ids of samples top nodes. + */ + samples?: number[]; + /** + * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. + */ + timeDeltas?: number[]; + } + + /** + * Specifies a number of samples attributed to a certain source position. + */ + interface PositionTickInfo { + /** + * Source line number (1-based). + */ + line: number; + /** + * Number of samples attributed to the source line. + */ + ticks: number; + } + + /** + * Coverage data for a source range. + */ + interface CoverageRange { + /** + * JavaScript script source offset for the range start. + */ + startOffset: number; + /** + * JavaScript script source offset for the range end. + */ + endOffset: number; + /** + * Collected execution count of the source range. + */ + count: number; + } + + /** + * Coverage data for a JavaScript function. + */ + interface FunctionCoverage { + /** + * JavaScript function name. + */ + functionName: string; + /** + * Source ranges inside the function with coverage data. + */ + ranges: CoverageRange[]; + /** + * Whether coverage data for this function has block granularity. + */ + isBlockCoverage: boolean; + } + + /** + * Coverage data for a JavaScript script. + */ + interface ScriptCoverage { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Functions contained in the script that has coverage data. + */ + functions: FunctionCoverage[]; + } + + /** + * Describes a type collected during runtime. + * @experimental + */ + interface TypeObject { + /** + * Name of a type collected with type profiling. + */ + name: string; + } + + /** + * Source offset and types for a parameter or return value. + * @experimental + */ + interface TypeProfileEntry { + /** + * Source offset of the parameter or end of function for return values. + */ + offset: number; + /** + * The types for this parameter or return value. + */ + types: TypeObject[]; + } + + /** + * Type profile data collected during runtime for a JavaScript script. + * @experimental + */ + interface ScriptTypeProfile { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Type profile entries for parameters and return values of the functions in the script. + */ + entries: TypeProfileEntry[]; + } + + interface SetSamplingIntervalParameterType { + /** + * New sampling interval in microseconds. + */ + interval: number; + } + + interface StartPreciseCoverageParameterType { + /** + * Collect accurate call counts beyond simple 'covered' or 'not covered'. + */ + callCount?: boolean; + /** + * Collect block-based coverage. + */ + detailed?: boolean; + } + + interface StopReturnType { + /** + * Recorded profile. + */ + profile: Profile; + } + + interface TakePreciseCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + + interface GetBestEffortCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + + interface TakeTypeProfileReturnType { + /** + * Type profile for all scripts since startTypeProfile() was turned on. + */ + result: ScriptTypeProfile[]; + } + + interface ConsoleProfileStartedEventDataType { + id: string; + /** + * Location of console.profile(). + */ + location: Debugger.Location; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string; + } + + interface ConsoleProfileFinishedEventDataType { + id: string; + /** + * Location of console.profileEnd(). + */ + location: Debugger.Location; + profile: Profile; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string; + } + } + + namespace HeapProfiler { + /** + * Heap snapshot object id. + */ + type HeapSnapshotObjectId = string; + + /** + * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. + */ + interface SamplingHeapProfileNode { + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Allocations size in bytes for the node excluding children. + */ + selfSize: number; + /** + * Child nodes. + */ + children: SamplingHeapProfileNode[]; + } + + /** + * Profile. + */ + interface SamplingHeapProfile { + head: SamplingHeapProfileNode; + } + + interface StartTrackingHeapObjectsParameterType { + trackAllocations?: boolean; + } + + interface StopTrackingHeapObjectsParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. + */ + reportProgress?: boolean; + } + + interface TakeHeapSnapshotParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. + */ + reportProgress?: boolean; + } + + interface GetObjectByHeapObjectIdParameterType { + objectId: HeapSnapshotObjectId; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string; + } + + interface AddInspectedHeapObjectParameterType { + /** + * Heap snapshot object id to be accessible by means of $x command line API. + */ + heapObjectId: HeapSnapshotObjectId; + } + + interface GetHeapObjectIdParameterType { + /** + * Identifier of the object to get heap object id for. + */ + objectId: Runtime.RemoteObjectId; + } + + interface StartSamplingParameterType { + /** + * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. + */ + samplingInterval?: number; + } + + interface GetObjectByHeapObjectIdReturnType { + /** + * Evaluation result. + */ + result: Runtime.RemoteObject; + } + + interface GetHeapObjectIdReturnType { + /** + * Id of the heap snapshot object corresponding to the passed remote object id. + */ + heapSnapshotObjectId: HeapSnapshotObjectId; + } + + interface StopSamplingReturnType { + /** + * Recorded sampling heap profile. + */ + profile: SamplingHeapProfile; + } + + interface GetSamplingProfileReturnType { + /** + * Return the sampling profile being collected. + */ + profile: SamplingHeapProfile; + } + + interface AddHeapSnapshotChunkEventDataType { + chunk: string; + } + + interface ReportHeapSnapshotProgressEventDataType { + done: number; + total: number; + finished?: boolean; + } + + interface LastSeenObjectIdEventDataType { + lastSeenObjectId: number; + timestamp: number; + } + + interface HeapStatsUpdateEventDataType { + /** + * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. + */ + statsUpdate: number[]; + } + } + + namespace NodeTracing { + interface TraceConfig { + /** + * Controls how the trace buffer stores data. + */ + recordMode?: string; + /** + * Included category filters. + */ + includedCategories: string[]; + } + + interface StartParameterType { + traceConfig: TraceConfig; + } + + interface GetCategoriesReturnType { + /** + * A list of supported tracing categories. + */ + categories: string[]; + } + + interface DataCollectedEventDataType { + value: Array<{}>; + } + } + + namespace NodeWorker { + type WorkerID = string; + + /** + * Unique identifier of attached debugging session. + */ + type SessionID = string; + + interface WorkerInfo { + workerId: WorkerID; + type: string; + title: string; + url: string; + } + + interface SendMessageToWorkerParameterType { + message: string; + /** + * Identifier of the session. + */ + sessionId: SessionID; + } + + interface EnableParameterType { + /** + * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` + * message to run them. + */ + waitForDebuggerOnStart: boolean; + } + + interface DetachParameterType { + sessionId: SessionID; + } + + interface AttachedToWorkerEventDataType { + /** + * Identifier assigned to the session used to send/receive messages. + */ + sessionId: SessionID; + workerInfo: WorkerInfo; + waitingForDebugger: boolean; + } + + interface DetachedFromWorkerEventDataType { + /** + * Detached session identifier. + */ + sessionId: SessionID; + } + + interface ReceivedMessageFromWorkerEventDataType { + /** + * Identifier of a session which sends a message. + */ + sessionId: SessionID; + message: string; + } + } + + namespace NodeRuntime { + interface NotifyWhenWaitingForDisconnectParameterType { + enabled: boolean; + } + } + + /** + * The inspector.Session is used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications. + */ + class Session extends EventEmitter { + /** + * Create a new instance of the inspector.Session class. + * The inspector session needs to be connected through session.connect() before the messages can be dispatched to the inspector backend. + */ + constructor(); + + /** + * Connects a session to the inspector back-end. + * An exception will be thrown if there is already a connected session established either + * through the API or by a front-end connected to the Inspector WebSocket port. + */ + connect(): void; + + /** + * Immediately close the session. All pending message callbacks will be called with an error. + * session.connect() will need to be called to be able to send messages again. + * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints. + */ + disconnect(): void; + + /** + * Posts a message to the inspector back-end. callback will be notified when a response is received. + * callback is a function that accepts two optional arguments - error and message-specific result. + */ + post(method: string, params?: {}, callback?: (err: Error | null, params?: {}) => void): void; + post(method: string, callback?: (err: Error | null, params?: {}) => void): void; + + /** + * Returns supported domains. + */ + post(method: "Schema.getDomains", callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; + + /** + * Evaluates expression on global object. + */ + post(method: "Runtime.evaluate", params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + post(method: "Runtime.evaluate", callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + + /** + * Add handler to promise with given promise object id. + */ + post(method: "Runtime.awaitPromise", params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + post(method: "Runtime.awaitPromise", callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: "Runtime.callFunctionOn", params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + post(method: "Runtime.callFunctionOn", callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: "Runtime.getProperties", params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + post(method: "Runtime.getProperties", callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + + /** + * Releases remote object with given id. + */ + post(method: "Runtime.releaseObject", params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: "Runtime.releaseObject", callback?: (err: Error | null) => void): void; + + /** + * Releases all remote objects that belong to a given group. + */ + post(method: "Runtime.releaseObjectGroup", params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; + post(method: "Runtime.releaseObjectGroup", callback?: (err: Error | null) => void): void; + + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: "Runtime.runIfWaitingForDebugger", callback?: (err: Error | null) => void): void; + + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: "Runtime.enable", callback?: (err: Error | null) => void): void; + + /** + * Disables reporting of execution contexts creation. + */ + post(method: "Runtime.disable", callback?: (err: Error | null) => void): void; + + /** + * Discards collected exceptions and console API calls. + */ + post(method: "Runtime.discardConsoleEntries", callback?: (err: Error | null) => void): void; + + /** + * @experimental + */ + post(method: "Runtime.setCustomObjectFormatterEnabled", params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; + post(method: "Runtime.setCustomObjectFormatterEnabled", callback?: (err: Error | null) => void): void; + + /** + * Compiles expression. + */ + post(method: "Runtime.compileScript", params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + post(method: "Runtime.compileScript", callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + + /** + * Runs script with given id in a given context. + */ + post(method: "Runtime.runScript", params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: "Runtime.runScript", callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + + post(method: "Runtime.queryObjects", params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + post(method: "Runtime.queryObjects", callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + + /** + * Returns all let, const and class variables from global scope. + */ + post( + method: "Runtime.globalLexicalScopeNames", + params?: Runtime.GlobalLexicalScopeNamesParameterType, + callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void + ): void; + post(method: "Runtime.globalLexicalScopeNames", callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; + + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: "Debugger.enable", callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; + + /** + * Disables debugger for given page. + */ + post(method: "Debugger.disable", callback?: (err: Error | null) => void): void; + + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: "Debugger.setBreakpointsActive", params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.setBreakpointsActive", callback?: (err: Error | null) => void): void; + + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: "Debugger.setSkipAllPauses", params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.setSkipAllPauses", callback?: (err: Error | null) => void): void; + + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: "Debugger.setBreakpointByUrl", params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + post(method: "Debugger.setBreakpointByUrl", callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: "Debugger.setBreakpoint", params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + post(method: "Debugger.setBreakpoint", callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + + /** + * Removes JavaScript breakpoint. + */ + post(method: "Debugger.removeBreakpoint", params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.removeBreakpoint", callback?: (err: Error | null) => void): void; + + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post( + method: "Debugger.getPossibleBreakpoints", + params?: Debugger.GetPossibleBreakpointsParameterType, + callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void + ): void; + post(method: "Debugger.getPossibleBreakpoints", callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; + + /** + * Continues execution until specific location is reached. + */ + post(method: "Debugger.continueToLocation", params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.continueToLocation", callback?: (err: Error | null) => void): void; + + /** + * @experimental + */ + post(method: "Debugger.pauseOnAsyncCall", params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.pauseOnAsyncCall", callback?: (err: Error | null) => void): void; + + /** + * Steps over the statement. + */ + post(method: "Debugger.stepOver", callback?: (err: Error | null) => void): void; + + /** + * Steps into the function call. + */ + post(method: "Debugger.stepInto", params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.stepInto", callback?: (err: Error | null) => void): void; + + /** + * Steps out of the function call. + */ + post(method: "Debugger.stepOut", callback?: (err: Error | null) => void): void; + + /** + * Stops on the next JavaScript statement. + */ + post(method: "Debugger.pause", callback?: (err: Error | null) => void): void; + + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: "Debugger.scheduleStepIntoAsync", callback?: (err: Error | null) => void): void; + + /** + * Resumes JavaScript execution. + */ + post(method: "Debugger.resume", callback?: (err: Error | null) => void): void; + + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: "Debugger.getStackTrace", params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + post(method: "Debugger.getStackTrace", callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + + /** + * Searches for given string in script content. + */ + post(method: "Debugger.searchInContent", params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + post(method: "Debugger.searchInContent", callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + + /** + * Edits JavaScript source live. + */ + post(method: "Debugger.setScriptSource", params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + post(method: "Debugger.setScriptSource", callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + + /** + * Restarts particular call frame from the beginning. + */ + post(method: "Debugger.restartFrame", params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + post(method: "Debugger.restartFrame", callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + + /** + * Returns source for the script with given id. + */ + post(method: "Debugger.getScriptSource", params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + post(method: "Debugger.getScriptSource", callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: "Debugger.setPauseOnExceptions", params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.setPauseOnExceptions", callback?: (err: Error | null) => void): void; + + /** + * Evaluates expression on a given call frame. + */ + post(method: "Debugger.evaluateOnCallFrame", params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + post(method: "Debugger.evaluateOnCallFrame", callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: "Debugger.setVariableValue", params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.setVariableValue", callback?: (err: Error | null) => void): void; + + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: "Debugger.setReturnValue", params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.setReturnValue", callback?: (err: Error | null) => void): void; + + /** + * Enables or disables async call stacks tracking. + */ + post(method: "Debugger.setAsyncCallStackDepth", params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.setAsyncCallStackDepth", callback?: (err: Error | null) => void): void; + + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: "Debugger.setBlackboxPatterns", params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.setBlackboxPatterns", callback?: (err: Error | null) => void): void; + + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: "Debugger.setBlackboxedRanges", params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; + post(method: "Debugger.setBlackboxedRanges", callback?: (err: Error | null) => void): void; + + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: "Console.enable", callback?: (err: Error | null) => void): void; + + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: "Console.disable", callback?: (err: Error | null) => void): void; + + /** + * Does nothing. + */ + post(method: "Console.clearMessages", callback?: (err: Error | null) => void): void; + + post(method: "Profiler.enable", callback?: (err: Error | null) => void): void; + + post(method: "Profiler.disable", callback?: (err: Error | null) => void): void; + + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: "Profiler.setSamplingInterval", params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; + post(method: "Profiler.setSamplingInterval", callback?: (err: Error | null) => void): void; + + post(method: "Profiler.start", callback?: (err: Error | null) => void): void; + + post(method: "Profiler.stop", callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; + + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: "Profiler.startPreciseCoverage", params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; + post(method: "Profiler.startPreciseCoverage", callback?: (err: Error | null) => void): void; + + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: "Profiler.stopPreciseCoverage", callback?: (err: Error | null) => void): void; + + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: "Profiler.takePreciseCoverage", callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; + + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: "Profiler.getBestEffortCoverage", callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; + + /** + * Enable type profile. + * @experimental + */ + post(method: "Profiler.startTypeProfile", callback?: (err: Error | null) => void): void; + + /** + * Disable type profile. Disabling releases type profile data collected so far. + * @experimental + */ + post(method: "Profiler.stopTypeProfile", callback?: (err: Error | null) => void): void; + + /** + * Collect type profile. + * @experimental + */ + post(method: "Profiler.takeTypeProfile", callback?: (err: Error | null, params: Profiler.TakeTypeProfileReturnType) => void): void; + + post(method: "HeapProfiler.enable", callback?: (err: Error | null) => void): void; + + post(method: "HeapProfiler.disable", callback?: (err: Error | null) => void): void; + + post(method: "HeapProfiler.startTrackingHeapObjects", params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: "HeapProfiler.startTrackingHeapObjects", callback?: (err: Error | null) => void): void; + + post(method: "HeapProfiler.stopTrackingHeapObjects", params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: "HeapProfiler.stopTrackingHeapObjects", callback?: (err: Error | null) => void): void; + + post(method: "HeapProfiler.takeHeapSnapshot", params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; + post(method: "HeapProfiler.takeHeapSnapshot", callback?: (err: Error | null) => void): void; + + post(method: "HeapProfiler.collectGarbage", callback?: (err: Error | null) => void): void; + + post( + method: "HeapProfiler.getObjectByHeapObjectId", + params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, + callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void + ): void; + post(method: "HeapProfiler.getObjectByHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; + + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: "HeapProfiler.addInspectedHeapObject", params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: "HeapProfiler.addInspectedHeapObject", callback?: (err: Error | null) => void): void; + + post(method: "HeapProfiler.getHeapObjectId", params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: "HeapProfiler.getHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + + post(method: "HeapProfiler.startSampling", params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; + post(method: "HeapProfiler.startSampling", callback?: (err: Error | null) => void): void; + + post(method: "HeapProfiler.stopSampling", callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; + + post(method: "HeapProfiler.getSamplingProfile", callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; + + /** + * Gets supported tracing categories. + */ + post(method: "NodeTracing.getCategories", callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; + + /** + * Start trace events collection. + */ + post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; + post(method: "NodeTracing.start", callback?: (err: Error | null) => void): void; + + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: "NodeTracing.stop", callback?: (err: Error | null) => void): void; + + /** + * Sends protocol message over session with given id. + */ + post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; + post(method: "NodeWorker.sendMessageToWorker", callback?: (err: Error | null) => void): void; + + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; + post(method: "NodeWorker.enable", callback?: (err: Error | null) => void): void; + + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: "NodeWorker.disable", callback?: (err: Error | null) => void): void; + + /** + * Detached from the worker with given sessionId. + */ + post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; + post(method: "NodeWorker.detach", callback?: (err: Error | null) => void): void; + + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; + post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", callback?: (err: Error | null) => void): void; + + // Events + + addListener(event: string, listener: (...args: any[]) => void): this; + + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; + + /** + * Issued when new execution context is created. + */ + addListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when execution context is destroyed. + */ + addListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: "Runtime.executionContextsCleared", listener: () => void): this; + + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when console API was called. + */ + addListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: "Debugger.resumed", listener: () => void): this; + + /** + * Issued when new console message is added. + */ + addListener(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; + + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; + + addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; + addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; + addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this; + addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; + + /** + * Contains an bucket of collected trace events. + */ + addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; + + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: "NodeTracing.tracingComplete", listener: () => void): this; + + /** + * Issued when attached to a worker. + */ + addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when detached from the worker. + */ + addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "inspectorNotification", message: InspectorNotification<{}>): boolean; + emit(event: "Runtime.executionContextCreated", message: InspectorNotification): boolean; + emit(event: "Runtime.executionContextDestroyed", message: InspectorNotification): boolean; + emit(event: "Runtime.executionContextsCleared"): boolean; + emit(event: "Runtime.exceptionThrown", message: InspectorNotification): boolean; + emit(event: "Runtime.exceptionRevoked", message: InspectorNotification): boolean; + emit(event: "Runtime.consoleAPICalled", message: InspectorNotification): boolean; + emit(event: "Runtime.inspectRequested", message: InspectorNotification): boolean; + emit(event: "Debugger.scriptParsed", message: InspectorNotification): boolean; + emit(event: "Debugger.scriptFailedToParse", message: InspectorNotification): boolean; + emit(event: "Debugger.breakpointResolved", message: InspectorNotification): boolean; + emit(event: "Debugger.paused", message: InspectorNotification): boolean; + emit(event: "Debugger.resumed"): boolean; + emit(event: "Console.messageAdded", message: InspectorNotification): boolean; + emit(event: "Profiler.consoleProfileStarted", message: InspectorNotification): boolean; + emit(event: "Profiler.consoleProfileFinished", message: InspectorNotification): boolean; + emit(event: "HeapProfiler.addHeapSnapshotChunk", message: InspectorNotification): boolean; + emit(event: "HeapProfiler.resetProfiles"): boolean; + emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification): boolean; + emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification): boolean; + emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification): boolean; + emit(event: "NodeTracing.dataCollected", message: InspectorNotification): boolean; + emit(event: "NodeTracing.tracingComplete"): boolean; + emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification): boolean; + emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification): boolean; + emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification): boolean; + emit(event: "NodeRuntime.waitingForDisconnect"): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; + + /** + * Issued when new execution context is created. + */ + on(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when execution context is destroyed. + */ + on(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: "Runtime.executionContextsCleared", listener: () => void): this; + + /** + * Issued when exception was thrown and unhandled. + */ + on(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when unhandled exception was revoked. + */ + on(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when console API was called. + */ + on(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine resumed execution. + */ + on(event: "Debugger.resumed", listener: () => void): this; + + /** + * Issued when new console message is added. + */ + on(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; + + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; + + on(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; + on(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; + on(event: "HeapProfiler.resetProfiles", listener: () => void): this; + on(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; + + /** + * Contains an bucket of collected trace events. + */ + on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; + + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: "NodeTracing.tracingComplete", listener: () => void): this; + + /** + * Issued when attached to a worker. + */ + on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when detached from the worker. + */ + on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; + + /** + * Issued when new execution context is created. + */ + once(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when execution context is destroyed. + */ + once(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: "Runtime.executionContextsCleared", listener: () => void): this; + + /** + * Issued when exception was thrown and unhandled. + */ + once(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when unhandled exception was revoked. + */ + once(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when console API was called. + */ + once(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine resumed execution. + */ + once(event: "Debugger.resumed", listener: () => void): this; + + /** + * Issued when new console message is added. + */ + once(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; + + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; + + once(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; + once(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; + once(event: "HeapProfiler.resetProfiles", listener: () => void): this; + once(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; + + /** + * Contains an bucket of collected trace events. + */ + once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; + + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: "NodeTracing.tracingComplete", listener: () => void): this; + + /** + * Issued when attached to a worker. + */ + once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when detached from the worker. + */ + once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; + + /** + * Issued when new execution context is created. + */ + prependListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when execution context is destroyed. + */ + prependListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: "Runtime.executionContextsCleared", listener: () => void): this; + + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when console API was called. + */ + prependListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: "Debugger.resumed", listener: () => void): this; + + /** + * Issued when new console message is added. + */ + prependListener(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; + + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; + + prependListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; + prependListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; + prependListener(event: "HeapProfiler.resetProfiles", listener: () => void): this; + prependListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; + + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; + + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this; + + /** + * Issued when attached to a worker. + */ + prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when detached from the worker. + */ + prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; + + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: "Runtime.executionContextsCleared", listener: () => void): this; + + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when console API was called. + */ + prependOnceListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; + + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: "Debugger.resumed", listener: () => void): this; + + /** + * Issued when new console message is added. + */ + prependOnceListener(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; + + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; + + prependOnceListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: "HeapProfiler.resetProfiles", listener: () => void): this; + prependOnceListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; + + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; + + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; + + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this; + + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; + + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; + } + + // Top Level API + + /** + * Activate inspector on host and port. Equivalent to node --inspect=[[host:]port], but can be done programatically after node has started. + * If wait is true, will block until a client has connected to the inspect port and flow control has been passed to the debugger client. + * @param port Port to listen on for inspector connections. Optional, defaults to what was specified on the CLI. + * @param host Host to listen on for inspector connections. Optional, defaults to what was specified on the CLI. + * @param wait Block until a client has connected. Optional, defaults to false. + */ + function open(port?: number, host?: string, wait?: boolean): void; + + /** + * Deactivate the inspector. Blocks until there are no active connections. + */ + function close(): void; + + /** + * Return the URL of the active inspector, or `undefined` if there is none. + */ + function url(): string | undefined; +} diff --git a/2019-setembro/node_modules/@types/node/module.d.ts b/2019-setembro/node_modules/@types/node/module.d.ts new file mode 100644 index 0000000..f512be7 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/module.d.ts @@ -0,0 +1,3 @@ +declare module "module" { + export = NodeJS.Module; +} diff --git a/2019-setembro/node_modules/@types/node/net.d.ts b/2019-setembro/node_modules/@types/node/net.d.ts new file mode 100644 index 0000000..c8bccb7 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/net.d.ts @@ -0,0 +1,249 @@ +declare module "net" { + import * as stream from "stream"; + import * as events from "events"; + import * as dns from "dns"; + + type LookupFunction = (hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void; + + interface AddressInfo { + address: string; + family: string; + port: number; + } + + interface SocketConstructorOpts { + fd?: number; + allowHalfOpen?: boolean; + readable?: boolean; + writable?: boolean; + } + + interface TcpSocketConnectOpts { + port: number; + host?: string; + localAddress?: string; + localPort?: number; + hints?: number; + family?: number; + lookup?: LookupFunction; + } + + interface IpcSocketConnectOpts { + path: string; + } + + type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; + + class Socket extends stream.Duplex { + constructor(options?: SocketConstructorOpts); + + // Extended base methods + write(buffer: Uint8Array | string, cb?: (err?: Error) => void): boolean; + write(str: Uint8Array | string, encoding?: string, cb?: (err?: Error) => void): boolean; + + connect(options: SocketConnectOpts, connectionListener?: () => void): this; + connect(port: number, host: string, connectionListener?: () => void): this; + connect(port: number, connectionListener?: () => void): this; + connect(path: string, connectionListener?: () => void): this; + + setEncoding(encoding?: string): this; + pause(): this; + resume(): this; + setTimeout(timeout: number, callback?: () => void): this; + setNoDelay(noDelay?: boolean): this; + setKeepAlive(enable?: boolean, initialDelay?: number): this; + address(): AddressInfo | string; + unref(): void; + ref(): void; + + readonly bufferSize: number; + readonly bytesRead: number; + readonly bytesWritten: number; + readonly connecting: boolean; + readonly destroyed: boolean; + readonly localAddress: string; + readonly localPort: number; + readonly remoteAddress?: string; + readonly remoteFamily?: string; + readonly remotePort?: number; + + // Extended base methods + end(cb?: () => void): void; + end(buffer: Uint8Array | string, cb?: () => void): void; + end(str: Uint8Array | string, encoding?: string, cb?: () => void): void; + + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. data + * 4. drain + * 5. end + * 6. error + * 7. lookup + * 8. timeout + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: (had_error: boolean) => void): this; + addListener(event: "connect", listener: () => void): this; + addListener(event: "data", listener: (data: Buffer) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; + addListener(event: "timeout", listener: () => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close", had_error: boolean): boolean; + emit(event: "connect"): boolean; + emit(event: "data", data: Buffer): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "lookup", err: Error, address: string, family: string | number, host: string): boolean; + emit(event: "timeout"): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: (had_error: boolean) => void): this; + on(event: "connect", listener: () => void): this; + on(event: "data", listener: (data: Buffer) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; + on(event: "timeout", listener: () => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: (had_error: boolean) => void): this; + once(event: "connect", listener: () => void): this; + once(event: "data", listener: (data: Buffer) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; + once(event: "timeout", listener: () => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: (had_error: boolean) => void): this; + prependListener(event: "connect", listener: () => void): this; + prependListener(event: "data", listener: (data: Buffer) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; + prependListener(event: "timeout", listener: () => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: (had_error: boolean) => void): this; + prependOnceListener(event: "connect", listener: () => void): this; + prependOnceListener(event: "data", listener: (data: Buffer) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + } + + interface ListenOptions { + port?: number; + host?: string; + backlog?: number; + path?: string; + exclusive?: boolean; + readableAll?: boolean; + writableAll?: boolean; + /** + * @default false + */ + ipv6Only?: boolean; + } + + // https://github.com/nodejs/node/blob/master/lib/net.js + class Server extends events.EventEmitter { + constructor(connectionListener?: (socket: Socket) => void); + constructor(options?: { allowHalfOpen?: boolean, pauseOnConnect?: boolean }, connectionListener?: (socket: Socket) => void); + + listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, hostname?: string, listeningListener?: () => void): this; + listen(port?: number, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, listeningListener?: () => void): this; + listen(path: string, backlog?: number, listeningListener?: () => void): this; + listen(path: string, listeningListener?: () => void): this; + listen(options: ListenOptions, listeningListener?: () => void): this; + listen(handle: any, backlog?: number, listeningListener?: () => void): this; + listen(handle: any, listeningListener?: () => void): this; + close(callback?: (err?: Error) => void): this; + address(): AddressInfo | string | null; + getConnections(cb: (error: Error | null, count: number) => void): void; + ref(): this; + unref(): this; + maxConnections: number; + connections: number; + listening: boolean; + + /** + * events.EventEmitter + * 1. close + * 2. connection + * 3. error + * 4. listening + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Socket) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Socket): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Socket) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Socket) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Socket) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Socket) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + } + + interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { + timeout?: number; + } + + interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { + timeout?: number; + } + + type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; + + function createServer(connectionListener?: (socket: Socket) => void): Server; + function createServer(options?: { allowHalfOpen?: boolean, pauseOnConnect?: boolean }, connectionListener?: (socket: Socket) => void): Server; + function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; + function connect(port: number, host?: string, connectionListener?: () => void): Socket; + function connect(path: string, connectionListener?: () => void): Socket; + function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; + function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; + function createConnection(path: string, connectionListener?: () => void): Socket; + function isIP(input: string): number; + function isIPv4(input: string): boolean; + function isIPv6(input: string): boolean; +} diff --git a/2019-setembro/node_modules/@types/node/os.d.ts b/2019-setembro/node_modules/@types/node/os.d.ts new file mode 100644 index 0000000..4182e50 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/os.d.ts @@ -0,0 +1,201 @@ +declare module "os" { + interface CpuInfo { + model: string; + speed: number; + times: { + user: number; + nice: number; + sys: number; + idle: number; + irq: number; + }; + } + + interface NetworkInterfaceBase { + address: string; + netmask: string; + mac: string; + internal: boolean; + cidr: string | null; + } + + interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { + family: "IPv4"; + } + + interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { + family: "IPv6"; + scopeid: number; + } + + interface UserInfo { + username: T; + uid: number; + gid: number; + shell: T; + homedir: T; + } + + type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; + + function hostname(): string; + function loadavg(): number[]; + function uptime(): number; + function freemem(): number; + function totalmem(): number; + function cpus(): CpuInfo[]; + function type(): string; + function release(): string; + function networkInterfaces(): { [index: string]: NetworkInterfaceInfo[] }; + function homedir(): string; + function userInfo(options: { encoding: 'buffer' }): UserInfo; + function userInfo(options?: { encoding: string }): UserInfo; + const constants: { + UV_UDP_REUSEADDR: number; + signals: { + SIGHUP: number; + SIGINT: number; + SIGQUIT: number; + SIGILL: number; + SIGTRAP: number; + SIGABRT: number; + SIGIOT: number; + SIGBUS: number; + SIGFPE: number; + SIGKILL: number; + SIGUSR1: number; + SIGSEGV: number; + SIGUSR2: number; + SIGPIPE: number; + SIGALRM: number; + SIGTERM: number; + SIGCHLD: number; + SIGSTKFLT: number; + SIGCONT: number; + SIGSTOP: number; + SIGTSTP: number; + SIGTTIN: number; + SIGTTOU: number; + SIGURG: number; + SIGXCPU: number; + SIGXFSZ: number; + SIGVTALRM: number; + SIGPROF: number; + SIGWINCH: number; + SIGIO: number; + SIGPOLL: number; + SIGPWR: number; + SIGSYS: number; + SIGUNUSED: number; + }; + errno: { + E2BIG: number; + EACCES: number; + EADDRINUSE: number; + EADDRNOTAVAIL: number; + EAFNOSUPPORT: number; + EAGAIN: number; + EALREADY: number; + EBADF: number; + EBADMSG: number; + EBUSY: number; + ECANCELED: number; + ECHILD: number; + ECONNABORTED: number; + ECONNREFUSED: number; + ECONNRESET: number; + EDEADLK: number; + EDESTADDRREQ: number; + EDOM: number; + EDQUOT: number; + EEXIST: number; + EFAULT: number; + EFBIG: number; + EHOSTUNREACH: number; + EIDRM: number; + EILSEQ: number; + EINPROGRESS: number; + EINTR: number; + EINVAL: number; + EIO: number; + EISCONN: number; + EISDIR: number; + ELOOP: number; + EMFILE: number; + EMLINK: number; + EMSGSIZE: number; + EMULTIHOP: number; + ENAMETOOLONG: number; + ENETDOWN: number; + ENETRESET: number; + ENETUNREACH: number; + ENFILE: number; + ENOBUFS: number; + ENODATA: number; + ENODEV: number; + ENOENT: number; + ENOEXEC: number; + ENOLCK: number; + ENOLINK: number; + ENOMEM: number; + ENOMSG: number; + ENOPROTOOPT: number; + ENOSPC: number; + ENOSR: number; + ENOSTR: number; + ENOSYS: number; + ENOTCONN: number; + ENOTDIR: number; + ENOTEMPTY: number; + ENOTSOCK: number; + ENOTSUP: number; + ENOTTY: number; + ENXIO: number; + EOPNOTSUPP: number; + EOVERFLOW: number; + EPERM: number; + EPIPE: number; + EPROTO: number; + EPROTONOSUPPORT: number; + EPROTOTYPE: number; + ERANGE: number; + EROFS: number; + ESPIPE: number; + ESRCH: number; + ESTALE: number; + ETIME: number; + ETIMEDOUT: number; + ETXTBSY: number; + EWOULDBLOCK: number; + EXDEV: number; + }; + priority: { + PRIORITY_LOW: number; + PRIORITY_BELOW_NORMAL: number; + PRIORITY_NORMAL: number; + PRIORITY_ABOVE_NORMAL: number; + PRIORITY_HIGH: number; + PRIORITY_HIGHEST: number; + } + }; + function arch(): string; + function platform(): NodeJS.Platform; + function tmpdir(): string; + const EOL: string; + function endianness(): "BE" | "LE"; + /** + * Gets the priority of a process. + * Defaults to current process. + */ + function getPriority(pid?: number): number; + /** + * Sets the priority of the current process. + * @param priority Must be in range of -20 to 19 + */ + function setPriority(priority: number): void; + /** + * Sets the priority of the process specified process. + * @param priority Must be in range of -20 to 19 + */ + function setPriority(pid: number, priority: number): void; +} diff --git a/2019-setembro/node_modules/@types/node/package.json b/2019-setembro/node_modules/@types/node/package.json new file mode 100644 index 0000000..5acd4d4 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/package.json @@ -0,0 +1,211 @@ +{ + "name": "@types/node", + "version": "12.7.4", + "description": "TypeScript definitions for Node.js", + "license": "MIT", + "contributors": [ + { + "name": "Microsoft TypeScript", + "url": "https://github.com/Microsoft", + "githubUsername": "Microsoft" + }, + { + "name": "DefinitelyTyped", + "url": "https://github.com/DefinitelyTyped", + "githubUsername": "DefinitelyTyped" + }, + { + "name": "Alberto Schiabel", + "url": "https://github.com/jkomyno", + "githubUsername": "jkomyno" + }, + { + "name": "Alexander T.", + "url": "https://github.com/a-tarasyuk", + "githubUsername": "a-tarasyuk" + }, + { + "name": "Alvis HT Tang", + "url": "https://github.com/alvis", + "githubUsername": "alvis" + }, + { + "name": "Andrew Makarov", + "url": "https://github.com/r3nya", + "githubUsername": "r3nya" + }, + { + "name": "Benjamin Toueg", + "url": "https://github.com/btoueg", + "githubUsername": "btoueg" + }, + { + "name": "Bruno Scheufler", + "url": "https://github.com/brunoscheufler", + "githubUsername": "brunoscheufler" + }, + { + "name": "Chigozirim C.", + "url": "https://github.com/smac89", + "githubUsername": "smac89" + }, + { + "name": "Christian Vaagland Tellnes", + "url": "https://github.com/tellnes", + "githubUsername": "tellnes" + }, + { + "name": "David Junger", + "url": "https://github.com/touffy", + "githubUsername": "touffy" + }, + { + "name": "Deividas Bakanas", + "url": "https://github.com/DeividasBakanas", + "githubUsername": "DeividasBakanas" + }, + { + "name": "Eugene Y. Q. Shen", + "url": "https://github.com/eyqs", + "githubUsername": "eyqs" + }, + { + "name": "Flarna", + "url": "https://github.com/Flarna", + "githubUsername": "Flarna" + }, + { + "name": "Hannes Magnusson", + "url": "https://github.com/Hannes-Magnusson-CK", + "githubUsername": "Hannes-Magnusson-CK" + }, + { + "name": "Hoàng Văn Khải", + "url": "https://github.com/KSXGitHub", + "githubUsername": "KSXGitHub" + }, + { + "name": "Huw", + "url": "https://github.com/hoo29", + "githubUsername": "hoo29" + }, + { + "name": "Kelvin Jin", + "url": "https://github.com/kjin", + "githubUsername": "kjin" + }, + { + "name": "Klaus Meinhardt", + "url": "https://github.com/ajafff", + "githubUsername": "ajafff" + }, + { + "name": "Lishude", + "url": "https://github.com/islishude", + "githubUsername": "islishude" + }, + { + "name": "Mariusz Wiktorczyk", + "url": "https://github.com/mwiktorczyk", + "githubUsername": "mwiktorczyk" + }, + { + "name": "Matthieu Sieben", + "url": "https://github.com/matthieusieben", + "githubUsername": "matthieusieben" + }, + { + "name": "Mohsen Azimi", + "url": "https://github.com/mohsen1", + "githubUsername": "mohsen1" + }, + { + "name": "Nicolas Even", + "url": "https://github.com/n-e", + "githubUsername": "n-e" + }, + { + "name": "Nicolas Voigt", + "url": "https://github.com/octo-sniffle", + "githubUsername": "octo-sniffle" + }, + { + "name": "Parambir Singh", + "url": "https://github.com/parambirs", + "githubUsername": "parambirs" + }, + { + "name": "Sebastian Silbermann", + "url": "https://github.com/eps1lon", + "githubUsername": "eps1lon" + }, + { + "name": "Simon Schick", + "url": "https://github.com/SimonSchick", + "githubUsername": "SimonSchick" + }, + { + "name": "Thomas den Hollander", + "url": "https://github.com/ThomasdenH", + "githubUsername": "ThomasdenH" + }, + { + "name": "Wilco Bakker", + "url": "https://github.com/WilcoBakker", + "githubUsername": "WilcoBakker" + }, + { + "name": "wwwy3y3", + "url": "https://github.com/wwwy3y3", + "githubUsername": "wwwy3y3" + }, + { + "name": "Zane Hannan AU", + "url": "https://github.com/ZaneHannanAU", + "githubUsername": "ZaneHannanAU" + }, + { + "name": "Samuel Ainsworth", + "url": "https://github.com/samuela", + "githubUsername": "samuela" + }, + { + "name": "Kyle Uehlein", + "url": "https://github.com/kuehlein", + "githubUsername": "kuehlein" + }, + { + "name": "Jordi Oliveras Rovira", + "url": "https://github.com/j-oliveras", + "githubUsername": "j-oliveras" + }, + { + "name": "Thanik Bhongbhibhat", + "url": "https://github.com/bhongy", + "githubUsername": "bhongy" + }, + { + "name": "Marcin Kopacz", + "url": "https://github.com/chyzwar", + "githubUsername": "chyzwar" + } + ], + "main": "", + "types": "index", + "typesVersions": { + ">=3.2.0-0": { + "*": [ + "ts3.2/*" + ] + } + }, + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/node" + }, + "scripts": {}, + "dependencies": {}, + "typesPublisherContentHash": "4a4995fbb23f76056c0076d4f3f947572a882c78d6502633cdb5a02bf4005f58", + "typeScriptVersion": "2.0" +} \ No newline at end of file diff --git a/2019-setembro/node_modules/@types/node/path.d.ts b/2019-setembro/node_modules/@types/node/path.d.ts new file mode 100644 index 0000000..2f4a549 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/path.d.ts @@ -0,0 +1,159 @@ +declare module "path" { + /** + * A parsed path object generated by path.parse() or consumed by path.format(). + */ + interface ParsedPath { + /** + * The root of the path such as '/' or 'c:\' + */ + root: string; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir: string; + /** + * The file name including extension (if any) such as 'index.html' + */ + base: string; + /** + * The file extension (if any) such as '.html' + */ + ext: string; + /** + * The file name without extension (if any) such as 'index' + */ + name: string; + } + interface FormatInputPathObject { + /** + * The root of the path such as '/' or 'c:\' + */ + root?: string; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir?: string; + /** + * The file name including extension (if any) such as 'index.html' + */ + base?: string; + /** + * The file extension (if any) such as '.html' + */ + ext?: string; + /** + * The file name without extension (if any) such as 'index' + */ + name?: string; + } + + /** + * Normalize a string path, reducing '..' and '.' parts. + * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. + * + * @param p string path to normalize. + */ + function normalize(p: string): string; + /** + * Join all arguments together and normalize the resulting path. + * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. + * + * @param paths paths to join. + */ + function join(...paths: string[]): string; + /** + * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. + * + * Starting from leftmost {from} parameter, resolves {to} to an absolute path. + * + * If {to} isn't already absolute, {from} arguments are prepended in right to left order, + * until an absolute path is found. If after using all {from} paths still no absolute path is found, + * the current working directory is used as well. The resulting path is normalized, + * and trailing slashes are removed unless the path gets resolved to the root directory. + * + * @param pathSegments string paths to join. Non-string arguments are ignored. + */ + function resolve(...pathSegments: string[]): string; + /** + * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. + * + * @param path path to test. + */ + function isAbsolute(path: string): boolean; + /** + * Solve the relative path from {from} to {to}. + * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. + */ + function relative(from: string, to: string): string; + /** + * Return the directory name of a path. Similar to the Unix dirname command. + * + * @param p the path to evaluate. + */ + function dirname(p: string): string; + /** + * Return the last portion of a path. Similar to the Unix basename command. + * Often used to extract the file name from a fully qualified path. + * + * @param p the path to evaluate. + * @param ext optionally, an extension to remove from the result. + */ + function basename(p: string, ext?: string): string; + /** + * Return the extension of the path, from the last '.' to end of string in the last portion of the path. + * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string + * + * @param p the path to evaluate. + */ + function extname(p: string): string; + /** + * The platform-specific file separator. '\\' or '/'. + */ + const sep: '\\' | '/'; + /** + * The platform-specific file delimiter. ';' or ':'. + */ + const delimiter: ';' | ':'; + /** + * Returns an object from a path string - the opposite of format(). + * + * @param pathString path to evaluate. + */ + function parse(pathString: string): ParsedPath; + /** + * Returns a path string from an object - the opposite of parse(). + * + * @param pathString path to evaluate. + */ + function format(pathObject: FormatInputPathObject): string; + + namespace posix { + function normalize(p: string): string; + function join(...paths: string[]): string; + function resolve(...pathSegments: string[]): string; + function isAbsolute(p: string): boolean; + function relative(from: string, to: string): string; + function dirname(p: string): string; + function basename(p: string, ext?: string): string; + function extname(p: string): string; + const sep: string; + const delimiter: string; + function parse(p: string): ParsedPath; + function format(pP: FormatInputPathObject): string; + } + + namespace win32 { + function normalize(p: string): string; + function join(...paths: string[]): string; + function resolve(...pathSegments: string[]): string; + function isAbsolute(p: string): boolean; + function relative(from: string, to: string): string; + function dirname(p: string): string; + function basename(p: string, ext?: string): string; + function extname(p: string): string; + const sep: string; + const delimiter: string; + function parse(p: string): ParsedPath; + function format(pP: FormatInputPathObject): string; + } +} diff --git a/2019-setembro/node_modules/@types/node/perf_hooks.d.ts b/2019-setembro/node_modules/@types/node/perf_hooks.d.ts new file mode 100644 index 0000000..bf44d44 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/perf_hooks.d.ts @@ -0,0 +1,304 @@ +declare module "perf_hooks" { + import { AsyncResource } from "async_hooks"; + + interface PerformanceEntry { + /** + * The total number of milliseconds elapsed for this entry. + * This value will not be meaningful for all Performance Entry types. + */ + readonly duration: number; + + /** + * The name of the performance entry. + */ + readonly name: string; + + /** + * The high resolution millisecond timestamp marking the starting time of the Performance Entry. + */ + readonly startTime: number; + + /** + * The type of the performance entry. + * Currently it may be one of: 'node', 'mark', 'measure', 'gc', or 'function'. + */ + readonly entryType: string; + + /** + * When performanceEntry.entryType is equal to 'gc', the performance.kind property identifies + * the type of garbage collection operation that occurred. + * The value may be one of perf_hooks.constants. + */ + readonly kind?: number; + } + + interface PerformanceNodeTiming extends PerformanceEntry { + /** + * The high resolution millisecond timestamp at which the Node.js process completed bootstrap. + */ + readonly bootstrapComplete: number; + + /** + * The high resolution millisecond timestamp at which cluster processing ended. + */ + readonly clusterSetupEnd: number; + + /** + * The high resolution millisecond timestamp at which cluster processing started. + */ + readonly clusterSetupStart: number; + + /** + * The high resolution millisecond timestamp at which the Node.js event loop exited. + */ + readonly loopExit: number; + + /** + * The high resolution millisecond timestamp at which the Node.js event loop started. + */ + readonly loopStart: number; + + /** + * The high resolution millisecond timestamp at which main module load ended. + */ + readonly moduleLoadEnd: number; + + /** + * The high resolution millisecond timestamp at which main module load started. + */ + readonly moduleLoadStart: number; + + /** + * The high resolution millisecond timestamp at which the Node.js process was initialized. + */ + readonly nodeStart: number; + + /** + * The high resolution millisecond timestamp at which preload module load ended. + */ + readonly preloadModuleLoadEnd: number; + + /** + * The high resolution millisecond timestamp at which preload module load started. + */ + readonly preloadModuleLoadStart: number; + + /** + * The high resolution millisecond timestamp at which third_party_main processing ended. + */ + readonly thirdPartyMainEnd: number; + + /** + * The high resolution millisecond timestamp at which third_party_main processing started. + */ + readonly thirdPartyMainStart: number; + + /** + * The high resolution millisecond timestamp at which the V8 platform was initialized. + */ + readonly v8Start: number; + } + + interface Performance { + /** + * If name is not provided, removes all PerformanceFunction objects from the Performance Timeline. + * If name is provided, removes entries with name. + * @param name + */ + clearFunctions(name?: string): void; + + /** + * If name is not provided, removes all PerformanceMark objects from the Performance Timeline. + * If name is provided, removes only the named mark. + * @param name + */ + clearMarks(name?: string): void; + + /** + * If name is not provided, removes all PerformanceMeasure objects from the Performance Timeline. + * If name is provided, removes only objects whose performanceEntry.name matches name. + */ + clearMeasures(name?: string): void; + + /** + * Returns a list of all PerformanceEntry objects in chronological order with respect to performanceEntry.startTime. + * @return list of all PerformanceEntry objects + */ + getEntries(): PerformanceEntry[]; + + /** + * Returns a list of all PerformanceEntry objects in chronological order with respect to performanceEntry.startTime + * whose performanceEntry.name is equal to name, and optionally, whose performanceEntry.entryType is equal to type. + * @param name + * @param type + * @return list of all PerformanceEntry objects + */ + getEntriesByName(name: string, type?: string): PerformanceEntry[]; + + /** + * Returns a list of all PerformanceEntry objects in chronological order with respect to performanceEntry.startTime + * whose performanceEntry.entryType is equal to type. + * @param type + * @return list of all PerformanceEntry objects + */ + getEntriesByType(type: string): PerformanceEntry[]; + + /** + * Creates a new PerformanceMark entry in the Performance Timeline. + * A PerformanceMark is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'mark', + * and whose performanceEntry.duration is always 0. + * Performance marks are used to mark specific significant moments in the Performance Timeline. + * @param name + */ + mark(name?: string): void; + + /** + * Creates a new PerformanceMeasure entry in the Performance Timeline. + * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', + * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. + * + * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify + * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, + * then startMark is set to timeOrigin by default. + * + * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp + * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. + * @param name + * @param startMark + * @param endMark + */ + measure(name: string, startMark: string, endMark: string): void; + + /** + * An instance of the PerformanceNodeTiming class that provides performance metrics for specific Node.js operational milestones. + */ + readonly nodeTiming: PerformanceNodeTiming; + + /** + * @return the current high resolution millisecond timestamp + */ + now(): number; + + /** + * The timeOrigin specifies the high resolution millisecond timestamp from which all performance metric durations are measured. + */ + readonly timeOrigin: number; + + /** + * Wraps a function within a new function that measures the running time of the wrapped function. + * A PerformanceObserver must be subscribed to the 'function' event type in order for the timing details to be accessed. + * @param fn + */ + timerify any>(fn: T): T; + } + + interface PerformanceObserverEntryList { + /** + * @return a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime. + */ + getEntries(): PerformanceEntry[]; + + /** + * @return a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime + * whose performanceEntry.name is equal to name, and optionally, whose performanceEntry.entryType is equal to type. + */ + getEntriesByName(name: string, type?: string): PerformanceEntry[]; + + /** + * @return Returns a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime + * whose performanceEntry.entryType is equal to type. + */ + getEntriesByType(type: string): PerformanceEntry[]; + } + + type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; + + class PerformanceObserver extends AsyncResource { + constructor(callback: PerformanceObserverCallback); + + /** + * Disconnects the PerformanceObserver instance from all notifications. + */ + disconnect(): void; + + /** + * Subscribes the PerformanceObserver instance to notifications of new PerformanceEntry instances identified by options.entryTypes. + * When options.buffered is false, the callback will be invoked once for every PerformanceEntry instance. + * Property buffered defaults to false. + * @param options + */ + observe(options: { entryTypes: string[], buffered?: boolean }): void; + } + + namespace constants { + const NODE_PERFORMANCE_GC_MAJOR: number; + const NODE_PERFORMANCE_GC_MINOR: number; + const NODE_PERFORMANCE_GC_INCREMENTAL: number; + const NODE_PERFORMANCE_GC_WEAKCB: number; + } + + const performance: Performance; + + interface EventLoopMonitorOptions { + /** + * The sampling rate in milliseconds. + * Must be greater than zero. + * @default 10 + */ + resolution?: number; + } + + interface EventLoopDelayMonitor { + /** + * Enables the event loop delay sample timer. Returns `true` if the timer was started, `false` if it was already started. + */ + enable(): boolean; + /** + * Disables the event loop delay sample timer. Returns `true` if the timer was stopped, `false` if it was already stopped. + */ + disable(): boolean; + + /** + * Resets the collected histogram data. + */ + reset(): void; + + /** + * Returns the value at the given percentile. + * @param percentile A percentile value between 1 and 100. + */ + percentile(percentile: number): number; + + /** + * A `Map` object detailing the accumulated percentile distribution. + */ + readonly percentiles: Map; + + /** + * The number of times the event loop delay exceeded the maximum 1 hour eventloop delay threshold. + */ + readonly exceeds: number; + + /** + * The minimum recorded event loop delay. + */ + readonly min: number; + + /** + * The maximum recorded event loop delay. + */ + readonly max: number; + + /** + * The mean of the recorded event loop delays. + */ + readonly mean: number; + + /** + * The standard deviation of the recorded event loop delays. + */ + readonly stddev: number; + } + + function monitorEventLoopDelay(options?: EventLoopMonitorOptions): EventLoopDelayMonitor; +} diff --git a/2019-setembro/node_modules/@types/node/process.d.ts b/2019-setembro/node_modules/@types/node/process.d.ts new file mode 100644 index 0000000..ccd5c9c --- /dev/null +++ b/2019-setembro/node_modules/@types/node/process.d.ts @@ -0,0 +1,3 @@ +declare module "process" { + export = process; +} diff --git a/2019-setembro/node_modules/@types/node/punycode.d.ts b/2019-setembro/node_modules/@types/node/punycode.d.ts new file mode 100644 index 0000000..75d2811 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/punycode.d.ts @@ -0,0 +1,12 @@ +declare module "punycode" { + function decode(string: string): string; + function encode(string: string): string; + function toUnicode(domain: string): string; + function toASCII(domain: string): string; + const ucs2: ucs2; + interface ucs2 { + decode(string: string): number[]; + encode(codePoints: number[]): string; + } + const version: string; +} diff --git a/2019-setembro/node_modules/@types/node/querystring.d.ts b/2019-setembro/node_modules/@types/node/querystring.d.ts new file mode 100644 index 0000000..23359d9 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/querystring.d.ts @@ -0,0 +1,32 @@ +declare module "querystring" { + interface StringifyOptions { + encodeURIComponent?: (str: string) => string; + } + + interface ParseOptions { + maxKeys?: number; + decodeURIComponent?: (str: string) => string; + } + + interface ParsedUrlQuery { [key: string]: string | string[]; } + + interface ParsedUrlQueryInput { + [key: string]: + // The value type here is a "poor man's `unknown`". When these types support TypeScript + // 3.0+, we can replace this with `unknown`. + {} | null | undefined; + } + + function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; + function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; + /** + * The querystring.encode() function is an alias for querystring.stringify(). + */ + const encode: typeof stringify; + /** + * The querystring.decode() function is an alias for querystring.parse(). + */ + const decode: typeof parse; + function escape(str: string): string; + function unescape(str: string): string; +} diff --git a/2019-setembro/node_modules/@types/node/readline.d.ts b/2019-setembro/node_modules/@types/node/readline.d.ts new file mode 100644 index 0000000..ed47fef --- /dev/null +++ b/2019-setembro/node_modules/@types/node/readline.d.ts @@ -0,0 +1,150 @@ +declare module "readline" { + import * as events from "events"; + import * as stream from "stream"; + + interface Key { + sequence?: string; + name?: string; + ctrl?: boolean; + meta?: boolean; + shift?: boolean; + } + + class Interface extends events.EventEmitter { + readonly terminal: boolean; + + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface + */ + protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean); + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface + */ + protected constructor(options: ReadLineOptions); + + setPrompt(prompt: string): void; + prompt(preserveCursor?: boolean): void; + question(query: string, callback: (answer: string) => void): void; + pause(): this; + resume(): this; + close(): void; + write(data: string | Buffer, key?: Key): void; + + /** + * events.EventEmitter + * 1. close + * 2. line + * 3. pause + * 4. resume + * 5. SIGCONT + * 6. SIGINT + * 7. SIGTSTP + */ + + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "line", listener: (input: string) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "SIGCONT", listener: () => void): this; + addListener(event: "SIGINT", listener: () => void): this; + addListener(event: "SIGTSTP", listener: () => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "line", input: string): boolean; + emit(event: "pause"): boolean; + emit(event: "resume"): boolean; + emit(event: "SIGCONT"): boolean; + emit(event: "SIGINT"): boolean; + emit(event: "SIGTSTP"): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "line", listener: (input: string) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "SIGCONT", listener: () => void): this; + on(event: "SIGINT", listener: () => void): this; + on(event: "SIGTSTP", listener: () => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "line", listener: (input: string) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "SIGCONT", listener: () => void): this; + once(event: "SIGINT", listener: () => void): this; + once(event: "SIGTSTP", listener: () => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "line", listener: (input: string) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "SIGCONT", listener: () => void): this; + prependListener(event: "SIGINT", listener: () => void): this; + prependListener(event: "SIGTSTP", listener: () => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "line", listener: (input: string) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "SIGCONT", listener: () => void): this; + prependOnceListener(event: "SIGINT", listener: () => void): this; + prependOnceListener(event: "SIGTSTP", listener: () => void): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + + type ReadLine = Interface; // type forwarded for backwards compatiblity + + type Completer = (line: string) => CompleterResult; + type AsyncCompleter = (line: string, callback: (err?: null | Error, result?: CompleterResult) => void) => any; + + type CompleterResult = [string[], string]; + + interface ReadLineOptions { + input: NodeJS.ReadableStream; + output?: NodeJS.WritableStream; + completer?: Completer | AsyncCompleter; + terminal?: boolean; + historySize?: number; + prompt?: string; + crlfDelay?: number; + removeHistoryDuplicates?: boolean; + } + + function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface; + function createInterface(options: ReadLineOptions): Interface; + function emitKeypressEvents(stream: NodeJS.ReadableStream, interface?: Interface): void; + + type Direction = -1 | 0 | 1; + + /** + * Clears the current line of this WriteStream in a direction identified by `dir`. + */ + function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; + /** + * Clears this `WriteStream` from the current cursor down. + */ + function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; + /** + * Moves this WriteStream's cursor to the specified position. + */ + function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; + /** + * Moves this WriteStream's cursor relative to its current position. + */ + function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; +} diff --git a/2019-setembro/node_modules/@types/node/repl.d.ts b/2019-setembro/node_modules/@types/node/repl.d.ts new file mode 100644 index 0000000..71f4904 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/repl.d.ts @@ -0,0 +1,382 @@ +declare module "repl" { + import { Interface, Completer, AsyncCompleter } from "readline"; + import { Context } from "vm"; + import { InspectOptions } from "util"; + + interface ReplOptions { + /** + * The input prompt to display. + * Default: `"> "` + */ + prompt?: string; + /** + * The `Readable` stream from which REPL input will be read. + * Default: `process.stdin` + */ + input?: NodeJS.ReadableStream; + /** + * The `Writable` stream to which REPL output will be written. + * Default: `process.stdout` + */ + output?: NodeJS.WritableStream; + /** + * If `true`, specifies that the output should be treated as a TTY terminal, and have + * ANSI/VT100 escape codes written to it. + * Default: checking the value of the `isTTY` property on the output stream upon + * instantiation. + */ + terminal?: boolean; + /** + * The function to be used when evaluating each given line of input. + * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can + * error with `repl.Recoverable` to indicate the input was incomplete and prompt for + * additional lines. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions + */ + eval?: REPLEval; + /** + * If `true`, specifies that the default `writer` function should include ANSI color + * styling to REPL output. If a custom `writer` function is provided then this has no + * effect. + * Default: the REPL instance's `terminal` value. + */ + useColors?: boolean; + /** + * If `true`, specifies that the default evaluation function will use the JavaScript + * `global` as the context as opposed to creating a new separate context for the REPL + * instance. The node CLI REPL sets this value to `true`. + * Default: `false`. + */ + useGlobal?: boolean; + /** + * If `true`, specifies that the default writer will not output the return value of a + * command if it evaluates to `undefined`. + * Default: `false`. + */ + ignoreUndefined?: boolean; + /** + * The function to invoke to format the output of each command before writing to `output`. + * Default: a wrapper for `util.inspect`. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output + */ + writer?: REPLWriter; + /** + * An optional function used for custom Tab auto completion. + * + * @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function + */ + completer?: Completer | AsyncCompleter; + /** + * A flag that specifies whether the default evaluator executes all JavaScript commands in + * strict mode or default (sloppy) mode. + * Accepted values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; + /** + * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is + * pressed. This cannot be used together with a custom `eval` function. + * Default: `false`. + */ + breakEvalOnSigint?: boolean; + } + + type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void; + type REPLWriter = (this: REPLServer, obj: any) => string; + + /** + * This is the default "writer" value, if none is passed in the REPL options, + * and it can be overridden by custom print functions. + */ + const writer: REPLWriter & { options: InspectOptions }; + + type REPLCommandAction = (this: REPLServer, text: string) => void; + + interface REPLCommand { + /** + * Help text to be displayed when `.help` is entered. + */ + help?: string; + /** + * The function to execute, optionally accepting a single string argument. + */ + action: REPLCommandAction; + } + + /** + * Provides a customizable Read-Eval-Print-Loop (REPL). + * + * Instances of `repl.REPLServer` will accept individual lines of user input, evaluate those + * according to a user-defined evaluation function, then output the result. Input and output + * may be from `stdin` and `stdout`, respectively, or may be connected to any Node.js `stream`. + * + * Instances of `repl.REPLServer` support automatic completion of inputs, simplistic Emacs-style + * line editing, multi-line inputs, ANSI-styled output, saving and restoring current REPL session + * state, error recovery, and customizable evaluation functions. + * + * Instances of `repl.REPLServer` are created using the `repl.start()` method and _should not_ + * be created directly using the JavaScript `new` keyword. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_repl + */ + class REPLServer extends Interface { + /** + * The `vm.Context` provided to the `eval` function to be used for JavaScript + * evaluation. + */ + readonly context: Context; + /** + * The `Readable` stream from which REPL input will be read. + */ + readonly inputStream: NodeJS.ReadableStream; + /** + * The `Writable` stream to which REPL output will be written. + */ + readonly outputStream: NodeJS.WritableStream; + /** + * The commands registered via `replServer.defineCommand()`. + */ + readonly commands: { readonly [name: string]: REPLCommand | undefined }; + /** + * A value indicating whether the REPL is currently in "editor mode". + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys + */ + readonly editorMode: boolean; + /** + * A value indicating whether the `_` variable has been assigned. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreAssigned: boolean; + /** + * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly last: any; + /** + * A value indicating whether the `_error` variable has been assigned. + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreErrAssigned: boolean; + /** + * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly lastError: any; + /** + * Specified in the REPL options, this is the function to be used when evaluating each + * given line of input. If not specified in the REPL options, this is an async wrapper + * for the JavaScript `eval()` function. + */ + readonly eval: REPLEval; + /** + * Specified in the REPL options, this is a value indicating whether the default + * `writer` function should include ANSI color styling to REPL output. + */ + readonly useColors: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `eval` + * function will use the JavaScript `global` as the context as opposed to creating a new + * separate context for the REPL instance. + */ + readonly useGlobal: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `writer` + * function should output the result of a command if it evaluates to `undefined`. + */ + readonly ignoreUndefined: boolean; + /** + * Specified in the REPL options, this is the function to invoke to format the output of + * each command before writing to `outputStream`. If not specified in the REPL options, + * this will be a wrapper for `util.inspect`. + */ + readonly writer: REPLWriter; + /** + * Specified in the REPL options, this is the function to use for custom Tab auto-completion. + */ + readonly completer: Completer | AsyncCompleter; + /** + * Specified in the REPL options, this is a flag that specifies whether the default `eval` + * function should execute all JavaScript commands in strict mode or default (sloppy) mode. + * Possible values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; + + /** + * NOTE: According to the documentation: + * + * > Instances of `repl.REPLServer` are created using the `repl.start()` method and + * > _should not_ be created directly using the JavaScript `new` keyword. + * + * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver + */ + private constructor(); + + /** + * Used to add new `.`-prefixed commands to the REPL instance. Such commands are invoked + * by typing a `.` followed by the `keyword`. + * + * @param keyword The command keyword (_without_ a leading `.` character). + * @param cmd The function to invoke when the command is processed. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_replserver_definecommand_keyword_cmd + */ + defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; + /** + * Readies the REPL instance for input from the user, printing the configured `prompt` to a + * new line in the `output` and resuming the `input` to accept new input. + * + * When multi-line input is being entered, an ellipsis is printed rather than the 'prompt'. + * + * This method is primarily intended to be called from within the action function for + * commands registered using the `replServer.defineCommand()` method. + * + * @param preserveCursor When `true`, the cursor placement will not be reset to `0`. + */ + displayPrompt(preserveCursor?: boolean): void; + /** + * Clears any command that has been buffered but not yet executed. + * + * This method is primarily intended to be called from within the action function for + * commands registered using the `replServer.defineCommand()` method. + * + * @since v9.0.0 + */ + clearBufferedCommand(): void; + + /** + * Initializes a history log file for the REPL instance. When executing the + * Node.js binary and using the command line REPL, a history file is initialized + * by default. However, this is not the case when creating a REPL + * programmatically. Use this method to initialize a history log file when working + * with REPL instances programmatically. + * @param path The path to the history file + */ + setupHistory(path: string, cb: (err: Error | null, repl: this) => void): void; + + /** + * events.EventEmitter + * 1. close - inherited from `readline.Interface` + * 2. line - inherited from `readline.Interface` + * 3. pause - inherited from `readline.Interface` + * 4. resume - inherited from `readline.Interface` + * 5. SIGCONT - inherited from `readline.Interface` + * 6. SIGINT - inherited from `readline.Interface` + * 7. SIGTSTP - inherited from `readline.Interface` + * 8. exit + * 9. reset + */ + + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "line", listener: (input: string) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "SIGCONT", listener: () => void): this; + addListener(event: "SIGINT", listener: () => void): this; + addListener(event: "SIGTSTP", listener: () => void): this; + addListener(event: "exit", listener: () => void): this; + addListener(event: "reset", listener: (context: Context) => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "line", input: string): boolean; + emit(event: "pause"): boolean; + emit(event: "resume"): boolean; + emit(event: "SIGCONT"): boolean; + emit(event: "SIGINT"): boolean; + emit(event: "SIGTSTP"): boolean; + emit(event: "exit"): boolean; + emit(event: "reset", context: Context): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "line", listener: (input: string) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "SIGCONT", listener: () => void): this; + on(event: "SIGINT", listener: () => void): this; + on(event: "SIGTSTP", listener: () => void): this; + on(event: "exit", listener: () => void): this; + on(event: "reset", listener: (context: Context) => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "line", listener: (input: string) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "SIGCONT", listener: () => void): this; + once(event: "SIGINT", listener: () => void): this; + once(event: "SIGTSTP", listener: () => void): this; + once(event: "exit", listener: () => void): this; + once(event: "reset", listener: (context: Context) => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "line", listener: (input: string) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "SIGCONT", listener: () => void): this; + prependListener(event: "SIGINT", listener: () => void): this; + prependListener(event: "SIGTSTP", listener: () => void): this; + prependListener(event: "exit", listener: () => void): this; + prependListener(event: "reset", listener: (context: Context) => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "line", listener: (input: string) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "SIGCONT", listener: () => void): this; + prependOnceListener(event: "SIGINT", listener: () => void): this; + prependOnceListener(event: "SIGTSTP", listener: () => void): this; + prependOnceListener(event: "exit", listener: () => void): this; + prependOnceListener(event: "reset", listener: (context: Context) => void): this; + } + + /** + * A flag passed in the REPL options. Evaluates expressions in sloppy mode. + */ + export const REPL_MODE_SLOPPY: symbol; // TODO: unique symbol + + /** + * A flag passed in the REPL options. Evaluates expressions in strict mode. + * This is equivalent to prefacing every repl statement with `'use strict'`. + */ + export const REPL_MODE_STRICT: symbol; // TODO: unique symbol + + /** + * Creates and starts a `repl.REPLServer` instance. + * + * @param options The options for the `REPLServer`. If `options` is a string, then it specifies + * the input prompt. + */ + function start(options?: string | ReplOptions): REPLServer; + + /** + * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors + */ + class Recoverable extends SyntaxError { + err: Error; + + constructor(err: Error); + } +} diff --git a/2019-setembro/node_modules/@types/node/stream.d.ts b/2019-setembro/node_modules/@types/node/stream.d.ts new file mode 100644 index 0000000..f4424f8 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/stream.d.ts @@ -0,0 +1,307 @@ +declare module "stream" { + import * as events from "events"; + + class internal extends events.EventEmitter { + pipe(destination: T, options?: { end?: boolean; }): T; + } + + namespace internal { + class Stream extends internal { } + + interface ReadableOptions { + highWaterMark?: number; + encoding?: string; + objectMode?: boolean; + read?(this: Readable, size: number): void; + destroy?(this: Readable, error: Error | null, callback: (error: Error | null) => void): void; + autoDestroy?: boolean; + } + + class Readable extends Stream implements NodeJS.ReadableStream { + /** + * A utility method for creating Readable Streams out of iterators. + */ + static from(iterable: Iterable | AsyncIterable, options?: ReadableOptions): Readable; + + readable: boolean; + readonly readableHighWaterMark: number; + readonly readableLength: number; + constructor(opts?: ReadableOptions); + _read(size: number): void; + read(size?: number): any; + setEncoding(encoding: string): this; + pause(): this; + resume(): this; + isPaused(): boolean; + unpipe(destination?: NodeJS.WritableStream): this; + unshift(chunk: any, encoding?: BufferEncoding): void; + wrap(oldStream: NodeJS.ReadableStream): this; + push(chunk: any, encoding?: string): boolean; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + destroy(error?: Error): void; + + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. end + * 4. readable + * 5. error + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: any) => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "close"): boolean; + emit(event: "data", chunk: any): boolean; + emit(event: "end"): boolean; + emit(event: "readable"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: any) => void): this; + on(event: "end", listener: () => void): this; + on(event: "readable", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: any) => void): this; + once(event: "end", listener: () => void): this; + once(event: "readable", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: any) => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: any) => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + + removeListener(event: "close", listener: () => void): this; + removeListener(event: "data", listener: (chunk: any) => void): this; + removeListener(event: "end", listener: () => void): this; + removeListener(event: "readable", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + + [Symbol.asyncIterator](): AsyncIterableIterator; + } + + interface WritableOptions { + highWaterMark?: number; + decodeStrings?: boolean; + defaultEncoding?: string; + objectMode?: boolean; + emitClose?: boolean; + write?(this: Writable, chunk: any, encoding: string, callback: (error?: Error | null) => void): void; + writev?(this: Writable, chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; + destroy?(this: Writable, error: Error | null, callback: (error: Error | null) => void): void; + final?(this: Writable, callback: (error?: Error | null) => void): void; + autoDestroy?: boolean; + } + + class Writable extends Stream implements NodeJS.WritableStream { + readonly writable: boolean; + readonly writableFinished: boolean; + readonly writableHighWaterMark: number; + readonly writableLength: number; + constructor(opts?: WritableOptions); + _write(chunk: any, encoding: string, callback: (error?: Error | null) => void): void; + _writev?(chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean; + write(chunk: any, encoding: string, cb?: (error: Error | null | undefined) => void): boolean; + setDefaultEncoding(encoding: string): this; + end(cb?: () => void): void; + end(chunk: any, cb?: () => void): void; + end(chunk: any, encoding: string, cb?: () => void): void; + cork(): void; + uncork(): void; + destroy(error?: Error): void; + + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. drain + * 3. error + * 4. finish + * 5. pipe + * 6. unpipe + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: Readable) => void): this; + addListener(event: "unpipe", listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "close"): boolean; + emit(event: "drain"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pipe", src: Readable): boolean; + emit(event: "unpipe", src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: Readable) => void): this; + on(event: "unpipe", listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: Readable) => void): this; + once(event: "unpipe", listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: Readable) => void): this; + prependListener(event: "unpipe", listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + + removeListener(event: "close", listener: () => void): this; + removeListener(event: "drain", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "finish", listener: () => void): this; + removeListener(event: "pipe", listener: (src: Readable) => void): this; + removeListener(event: "unpipe", listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + + interface DuplexOptions extends ReadableOptions, WritableOptions { + allowHalfOpen?: boolean; + readableObjectMode?: boolean; + writableObjectMode?: boolean; + read?(this: Duplex, size: number): void; + write?(this: Duplex, chunk: any, encoding: string, callback: (error?: Error | null) => void): void; + writev?(this: Duplex, chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; + final?(this: Duplex, callback: (error?: Error | null) => void): void; + destroy?(this: Duplex, error: Error | null, callback: (error: Error | null) => void): void; + } + + // Note: Duplex extends both Readable and Writable. + class Duplex extends Readable implements Writable { + readonly writable: boolean; + readonly writableFinished: boolean; + readonly writableHighWaterMark: number; + readonly writableLength: number; + constructor(opts?: DuplexOptions); + _write(chunk: any, encoding: string, callback: (error?: Error | null) => void): void; + _writev?(chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; + _destroy(error: Error | null, callback: (error: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + write(chunk: any, encoding?: string, cb?: (error: Error | null | undefined) => void): boolean; + write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean; + setDefaultEncoding(encoding: string): this; + end(cb?: () => void): void; + end(chunk: any, cb?: () => void): void; + end(chunk: any, encoding?: string, cb?: () => void): void; + cork(): void; + uncork(): void; + } + + type TransformCallback = (error?: Error | null, data?: any) => void; + + interface TransformOptions extends DuplexOptions { + read?(this: Transform, size: number): void; + write?(this: Transform, chunk: any, encoding: string, callback: (error?: Error | null) => void): void; + writev?(this: Transform, chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; + final?(this: Transform, callback: (error?: Error | null) => void): void; + destroy?(this: Transform, error: Error | null, callback: (error: Error | null) => void): void; + transform?(this: Transform, chunk: any, encoding: string, callback: TransformCallback): void; + flush?(this: Transform, callback: TransformCallback): void; + } + + class Transform extends Duplex { + constructor(opts?: TransformOptions); + _transform(chunk: any, encoding: string, callback: TransformCallback): void; + _flush(callback: TransformCallback): void; + } + + class PassThrough extends Transform { } + + function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; + namespace finished { + function __promisify__(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream): Promise; + } + + function pipeline(stream1: NodeJS.ReadableStream, stream2: T, callback?: (err: NodeJS.ErrnoException | null) => void): T; + function pipeline(stream1: NodeJS.ReadableStream, stream2: NodeJS.ReadWriteStream, stream3: T, callback?: (err: NodeJS.ErrnoException | null) => void): T; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream, + stream3: NodeJS.ReadWriteStream, + stream4: T, + callback?: (err: NodeJS.ErrnoException | null) => void, + ): T; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream, + stream3: NodeJS.ReadWriteStream, + stream4: NodeJS.ReadWriteStream, + stream5: T, + callback?: (err: NodeJS.ErrnoException | null) => void, + ): T; + function pipeline(streams: Array, callback?: (err: NodeJS.ErrnoException | null) => void): NodeJS.WritableStream; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array void)>, + ): NodeJS.WritableStream; + namespace pipeline { + function __promisify__(stream1: NodeJS.ReadableStream, stream2: NodeJS.WritableStream): Promise; + function __promisify__(stream1: NodeJS.ReadableStream, stream2: NodeJS.ReadWriteStream, stream3: NodeJS.WritableStream): Promise; + function __promisify__(stream1: NodeJS.ReadableStream, stream2: NodeJS.ReadWriteStream, stream3: NodeJS.ReadWriteStream, stream4: NodeJS.WritableStream): Promise; + function __promisify__( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream, + stream3: NodeJS.ReadWriteStream, + stream4: NodeJS.ReadWriteStream, + stream5: NodeJS.WritableStream, + ): Promise; + function __promisify__(streams: Array): Promise; + function __promisify__( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array, + ): Promise; + } + + interface Pipe { } + } + + export = internal; +} diff --git a/2019-setembro/node_modules/@types/node/string_decoder.d.ts b/2019-setembro/node_modules/@types/node/string_decoder.d.ts new file mode 100644 index 0000000..fe0e0b4 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/string_decoder.d.ts @@ -0,0 +1,7 @@ +declare module "string_decoder" { + class StringDecoder { + constructor(encoding?: string); + write(buffer: Buffer): string; + end(buffer?: Buffer): string; + } +} diff --git a/2019-setembro/node_modules/@types/node/timers.d.ts b/2019-setembro/node_modules/@types/node/timers.d.ts new file mode 100644 index 0000000..e64a673 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/timers.d.ts @@ -0,0 +1,16 @@ +declare module "timers" { + function setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout; + namespace setTimeout { + function __promisify__(ms: number): Promise; + function __promisify__(ms: number, value: T): Promise; + } + function clearTimeout(timeoutId: NodeJS.Timeout): void; + function setInterval(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout; + function clearInterval(intervalId: NodeJS.Timeout): void; + function setImmediate(callback: (...args: any[]) => void, ...args: any[]): NodeJS.Immediate; + namespace setImmediate { + function __promisify__(): Promise; + function __promisify__(value: T): Promise; + } + function clearImmediate(immediateId: NodeJS.Immediate): void; +} diff --git a/2019-setembro/node_modules/@types/node/tls.d.ts b/2019-setembro/node_modules/@types/node/tls.d.ts new file mode 100644 index 0000000..3446c09 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/tls.d.ts @@ -0,0 +1,418 @@ +declare module "tls" { + import * as crypto from "crypto"; + import * as dns from "dns"; + import * as net from "net"; + import * as stream from "stream"; + + const CLIENT_RENEG_LIMIT: number; + const CLIENT_RENEG_WINDOW: number; + + interface Certificate { + /** + * Country code. + */ + C: string; + /** + * Street. + */ + ST: string; + /** + * Locality. + */ + L: string; + /** + * Organization. + */ + O: string; + /** + * Organizational unit. + */ + OU: string; + /** + * Common name. + */ + CN: string; + } + + interface PeerCertificate { + subject: Certificate; + issuer: Certificate; + subjectaltname: string; + infoAccess: { [index: string]: string[] | undefined }; + modulus: string; + exponent: string; + valid_from: string; + valid_to: string; + fingerprint: string; + ext_key_usage: string[]; + serialNumber: string; + raw: Buffer; + } + + interface DetailedPeerCertificate extends PeerCertificate { + issuerCertificate: DetailedPeerCertificate; + } + + interface CipherNameAndProtocol { + /** + * The cipher name. + */ + name: string; + /** + * SSL/TLS protocol version. + */ + version: string; + } + + export interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { + /** + * If true the TLS socket will be instantiated in server-mode. + * Defaults to false. + */ + isServer?: boolean; + /** + * An optional net.Server instance. + */ + server?: net.Server; + + /** + * An optional Buffer instance containing a TLS session. + */ + session?: Buffer; + /** + * If true, specifies that the OCSP status request extension will be + * added to the client hello and an 'OCSPResponse' event will be + * emitted on the socket before establishing a secure communication + */ + requestOCSP?: boolean; + } + + class TLSSocket extends net.Socket { + /** + * Construct a new tls.TLSSocket object from an existing TCP socket. + */ + constructor(socket: net.Socket, options?: TLSSocketOptions); + + /** + * A boolean that is true if the peer certificate was signed by one of the specified CAs, otherwise false. + */ + authorized: boolean; + /** + * The reason why the peer's certificate has not been verified. + * This property becomes available only when tlsSocket.authorized === false. + */ + authorizationError: Error; + /** + * Static boolean value, always true. + * May be used to distinguish TLS sockets from regular ones. + */ + encrypted: boolean; + + /** + * String containing the selected ALPN protocol. + * When ALPN has no selected protocol, tlsSocket.alpnProtocol equals false. + */ + alpnProtocol?: string; + + /** + * Returns an object representing the cipher name and the SSL/TLS protocol version of the current connection. + * @returns Returns an object representing the cipher name + * and the SSL/TLS protocol version of the current connection. + */ + getCipher(): CipherNameAndProtocol; + /** + * Returns an object representing the peer's certificate. + * The returned object has some properties corresponding to the field of the certificate. + * If detailed argument is true the full chain with issuer property will be returned, + * if false only the top certificate without issuer property. + * If the peer does not provide a certificate, it returns null or an empty object. + * @param detailed - If true; the full chain with issuer property will be returned. + * @returns An object representing the peer's certificate. + */ + getPeerCertificate(detailed: true): DetailedPeerCertificate; + getPeerCertificate(detailed?: false): PeerCertificate; + getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; + /** + * Returns a string containing the negotiated SSL/TLS protocol version of the current connection. + * The value `'unknown'` will be returned for connected sockets that have not completed the handshaking process. + * The value `null` will be returned for server sockets or disconnected client sockets. + * See https://www.openssl.org/docs/man1.0.2/ssl/SSL_get_version.html for more information. + * @returns negotiated SSL/TLS protocol version of the current connection + */ + getProtocol(): string | null; + /** + * Could be used to speed up handshake establishment when reconnecting to the server. + * @returns ASN.1 encoded TLS session or undefined if none was negotiated. + */ + getSession(): Buffer | undefined; + /** + * NOTE: Works only with client TLS sockets. + * Useful only for debugging, for session reuse provide session option to tls.connect(). + * @returns TLS session ticket or undefined if none was negotiated. + */ + getTLSTicket(): Buffer | undefined; + /** + * Initiate TLS renegotiation process. + * + * NOTE: Can be used to request peer's certificate after the secure connection has been established. + * ANOTHER NOTE: When running as the server, socket will be destroyed with an error after handshakeTimeout timeout. + * @param options - The options may contain the following fields: rejectUnauthorized, + * requestCert (See tls.createServer() for details). + * @param callback - callback(err) will be executed with null as err, once the renegotiation + * is successfully completed. + * @return `undefined` when socket is destroy, `false` if negotiaion can't be initiated. + */ + renegotiate(options: { rejectUnauthorized?: boolean, requestCert?: boolean }, callback: (err: Error | null) => void): undefined | boolean; + /** + * Set maximum TLS fragment size (default and maximum value is: 16384, minimum is: 512). + * Smaller fragment size decreases buffering latency on the client: large fragments are buffered by + * the TLS layer until the entire fragment is received and its integrity is verified; + * large fragments can span multiple roundtrips, and their processing can be delayed due to packet + * loss or reordering. However, smaller fragments add extra TLS framing bytes and CPU overhead, + * which may decrease overall server throughput. + * @param size - TLS fragment size (default and maximum value is: 16384, minimum is: 512). + * @returns Returns true on success, false otherwise. + */ + setMaxSendFragment(size: number): boolean; + + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * + * Note: The format of the output is identical to the output of `openssl s_client + * -trace` or `openssl s_server -trace`. While it is produced by OpenSSL's + * `SSL_trace()` function, the format is undocumented, can change without notice, + * and should not be relied on. + */ + enableTrace(): void; + + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + addListener(event: "secureConnect", listener: () => void): this; + addListener(event: "session", listener: (session: Buffer) => void): this; + addListener(event: "keylog", listener: (line: Buffer) => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "OCSPResponse", response: Buffer): boolean; + emit(event: "secureConnect"): boolean; + emit(event: "session", session: Buffer): boolean; + emit(event: "keylog", line: Buffer): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "OCSPResponse", listener: (response: Buffer) => void): this; + on(event: "secureConnect", listener: () => void): this; + on(event: "session", listener: (session: Buffer) => void): this; + on(event: "keylog", listener: (line: Buffer) => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "OCSPResponse", listener: (response: Buffer) => void): this; + once(event: "secureConnect", listener: () => void): this; + once(event: "session", listener: (session: Buffer) => void): this; + once(event: "keylog", listener: (line: Buffer) => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + prependListener(event: "secureConnect", listener: () => void): this; + prependListener(event: "session", listener: (session: Buffer) => void): this; + prependListener(event: "keylog", listener: (line: Buffer) => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + prependOnceListener(event: "secureConnect", listener: () => void): this; + prependOnceListener(event: "session", listener: (session: Buffer) => void): this; + prependOnceListener(event: "keylog", listener: (line: Buffer) => void): this; + } + + interface CommonConnectionOptions { + /** + * An optional TLS context object from tls.createSecureContext() + */ + secureContext?: SecureContext; + + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * @default false + */ + enableTrace?: boolean; + /** + * If true the server will request a certificate from clients that + * connect and attempt to verify that certificate. Defaults to + * false. + */ + requestCert?: boolean; + /** + * An array of strings or a Buffer naming possible ALPN protocols. + * (Protocols should be ordered by their priority.) + */ + ALPNProtocols?: string[] | Uint8Array[] | Uint8Array; + /** + * SNICallback(servername, cb) A function that will be + * called if the client supports SNI TLS extension. Two arguments + * will be passed when called: servername and cb. SNICallback should + * invoke cb(null, ctx), where ctx is a SecureContext instance. + * (tls.createSecureContext(...) can be used to get a proper + * SecureContext.) If SNICallback wasn't provided the default callback + * with high-level API will be used (see below). + */ + SNICallback?: (servername: string, cb: (err: Error | null, ctx: SecureContext) => void) => void; + /** + * If true the server will reject any connection which is not + * authorized with the list of supplied CAs. This option only has an + * effect if requestCert is true. + * @default true + */ + rejectUnauthorized?: boolean; + } + + interface TlsOptions extends SecureContextOptions, CommonConnectionOptions { + handshakeTimeout?: number; + sessionTimeout?: number; + ticketKeys?: Buffer; + } + + interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { + host?: string; + port?: number; + path?: string; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. + socket?: net.Socket; // Establish secure connection on a given socket rather than creating a new socket + checkServerIdentity?: typeof checkServerIdentity; + servername?: string; // SNI TLS Extension + session?: Buffer; + minDHSize?: number; + lookup?: net.LookupFunction; + timeout?: number; + } + + class Server extends net.Server { + addContext(hostName: string, credentials: SecureContextOptions): void; + + /** + * events.EventEmitter + * 1. tlsClientError + * 2. newSession + * 3. OCSPRequest + * 4. resumeSession + * 5. secureConnection + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + addListener(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; + addListener(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + addListener(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; + addListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + addListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "tlsClientError", err: Error, tlsSocket: TLSSocket): boolean; + emit(event: "newSession", sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void): boolean; + emit(event: "OCSPRequest", certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void): boolean; + emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean; + emit(event: "secureConnection", tlsSocket: TLSSocket): boolean; + emit(event: "keylog", line: Buffer, tlsSocket: TLSSocket): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + on(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; + on(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + on(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; + on(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + on(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + once(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; + once(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + once(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; + once(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + once(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependListener(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; + prependListener(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + prependListener(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; + prependListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; + prependOnceListener(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + prependOnceListener(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; + prependOnceListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + } + + interface SecurePair { + encrypted: TLSSocket; + cleartext: TLSSocket; + } + + type SecureVersion = 'TLSv1.3' | 'TLSv1.2' | 'TLSv1.1' | 'TLSv1'; + + interface SecureContextOptions { + pfx?: string | Buffer | Array; + key?: string | Buffer | Array; + passphrase?: string; + cert?: string | Buffer | Array; + ca?: string | Buffer | Array; + ciphers?: string; + honorCipherOrder?: boolean; + ecdhCurve?: string; + clientCertEngine?: string; + crl?: string | Buffer | Array; + dhparam?: string | Buffer; + secureOptions?: number; // Value is a numeric bitmask of the `SSL_OP_*` options + secureProtocol?: string; // SSL Method, e.g. SSLv23_method + sessionIdContext?: string; + /** + * Optionally set the maximum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. + * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using + * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to + * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. + */ + maxVersion?: SecureVersion; + /** + * Optionally set the minimum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. It is not recommended to use + * less than TLSv1.2, but it may be required for interoperability. + * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using + * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to + * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to + * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. + */ + minVersion?: SecureVersion; + } + + interface SecureContext { + context: any; + } + + /* + * Verifies the certificate `cert` is issued to host `host`. + * @host The hostname to verify the certificate against + * @cert PeerCertificate representing the peer's certificate + * + * Returns Error object, populating it with the reason, host and cert on failure. On success, returns undefined. + */ + function checkServerIdentity(host: string, cert: PeerCertificate): Error | undefined; + function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; + function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; + function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect(port: number, host?: string, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + /** + * @deprecated + */ + function createSecurePair(credentials?: SecureContext, isServer?: boolean, requestCert?: boolean, rejectUnauthorized?: boolean): SecurePair; + function createSecureContext(details: SecureContextOptions): SecureContext; + function getCiphers(): string[]; + + const DEFAULT_ECDH_CURVE: string; + + const rootCertificates: ReadonlyArray; +} diff --git a/2019-setembro/node_modules/@types/node/trace_events.d.ts b/2019-setembro/node_modules/@types/node/trace_events.d.ts new file mode 100644 index 0000000..9d1a59b --- /dev/null +++ b/2019-setembro/node_modules/@types/node/trace_events.d.ts @@ -0,0 +1,61 @@ +declare module "trace_events" { + /** + * The `Tracing` object is used to enable or disable tracing for sets of + * categories. Instances are created using the + * `trace_events.createTracing()` method. + * + * When created, the `Tracing` object is disabled. Calling the + * `tracing.enable()` method adds the categories to the set of enabled trace + * event categories. Calling `tracing.disable()` will remove the categories + * from the set of enabled trace event categories. + */ + export interface Tracing { + /** + * A comma-separated list of the trace event categories covered by this + * `Tracing` object. + */ + readonly categories: string; + + /** + * Disables this `Tracing` object. + * + * Only trace event categories _not_ covered by other enabled `Tracing` + * objects and _not_ specified by the `--trace-event-categories` flag + * will be disabled. + */ + disable(): void; + + /** + * Enables this `Tracing` object for the set of categories covered by + * the `Tracing` object. + */ + enable(): void; + + /** + * `true` only if the `Tracing` object has been enabled. + */ + readonly enabled: boolean; + } + + interface CreateTracingOptions { + /** + * An array of trace category names. Values included in the array are + * coerced to a string when possible. An error will be thrown if the + * value cannot be coerced. + */ + categories: string[]; + } + + /** + * Creates and returns a Tracing object for the given set of categories. + */ + export function createTracing(options: CreateTracingOptions): Tracing; + + /** + * Returns a comma-separated list of all currently-enabled trace event + * categories. The current set of enabled trace event categories is + * determined by the union of all currently-enabled `Tracing` objects and + * any categories enabled using the `--trace-event-categories` flag. + */ + export function getEnabledCategories(): string; +} diff --git a/2019-setembro/node_modules/@types/node/ts3.2/globals.d.ts b/2019-setembro/node_modules/@types/node/ts3.2/globals.d.ts new file mode 100644 index 0000000..70892bc --- /dev/null +++ b/2019-setembro/node_modules/@types/node/ts3.2/globals.d.ts @@ -0,0 +1,19 @@ +// tslint:disable-next-line:no-bad-reference +/// + +declare namespace NodeJS { + interface HRTime { + bigint(): bigint; + } +} + +interface Buffer extends Uint8Array { + readBigUInt64BE(offset?: number): bigint; + readBigUInt64LE(offset?: number): bigint; + readBigInt64BE(offset?: number): bigint; + readBigInt64LE(offset?: number): bigint; + writeBigInt64BE(value: bigint, offset?: number): number; + writeBigInt64LE(value: bigint, offset?: number): number; + writeBigUInt64BE(value: bigint, offset?: number): number; + writeBigUInt64LE(value: bigint, offset?: number): number; +} diff --git a/2019-setembro/node_modules/@types/node/ts3.2/index.d.ts b/2019-setembro/node_modules/@types/node/ts3.2/index.d.ts new file mode 100644 index 0000000..ce7709b --- /dev/null +++ b/2019-setembro/node_modules/@types/node/ts3.2/index.d.ts @@ -0,0 +1,20 @@ +// NOTE: These definitions support NodeJS and TypeScript 3.2. + +// NOTE: TypeScript version-specific augmentations can be found in the following paths: +// - ~/base.d.ts - Shared definitions common to all TypeScript versions +// - ~/index.d.ts - Definitions specific to TypeScript 2.1 +// - ~/ts3.2/index.d.ts - Definitions specific to TypeScript 3.2 + +// Reference required types from the default lib: +/// +/// +/// +/// + +// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: +// tslint:disable-next-line:no-bad-reference +/// + +// TypeScript 3.2-specific augmentations: +/// +/// diff --git a/2019-setembro/node_modules/@types/node/ts3.2/util.d.ts b/2019-setembro/node_modules/@types/node/ts3.2/util.d.ts new file mode 100644 index 0000000..a8b2487 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/ts3.2/util.d.ts @@ -0,0 +1,15 @@ +// tslint:disable-next-line:no-bad-reference +/// + +declare module "util" { + namespace inspect { + const custom: unique symbol; + } + namespace promisify { + const custom: unique symbol; + } + namespace types { + function isBigInt64Array(value: any): value is BigInt64Array; + function isBigUint64Array(value: any): value is BigUint64Array; + } +} diff --git a/2019-setembro/node_modules/@types/node/tty.d.ts b/2019-setembro/node_modules/@types/node/tty.d.ts new file mode 100644 index 0000000..8c1b00c --- /dev/null +++ b/2019-setembro/node_modules/@types/node/tty.d.ts @@ -0,0 +1,65 @@ +declare module "tty" { + import * as net from "net"; + + function isatty(fd: number): boolean; + class ReadStream extends net.Socket { + constructor(fd: number, options?: net.SocketConstructorOpts); + isRaw: boolean; + setRawMode(mode: boolean): void; + isTTY: boolean; + } + /** + * -1 - to the left from cursor + * 0 - the entire line + * 1 - to the right from cursor + */ + type Direction = -1 | 0 | 1; + class WriteStream extends net.Socket { + constructor(fd: number); + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "resize", listener: () => void): this; + + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "resize"): boolean; + + on(event: string, listener: (...args: any[]) => void): this; + on(event: "resize", listener: () => void): this; + + once(event: string, listener: (...args: any[]) => void): this; + once(event: "resize", listener: () => void): this; + + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "resize", listener: () => void): this; + + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "resize", listener: () => void): this; + + /** + * Clears the current line of this WriteStream in a direction identified by `dir`. + */ + clearLine(dir: Direction, callback?: () => void): boolean; + /** + * Clears this `WriteStream` from the current cursor down. + */ + clearScreenDown(callback?: () => void): boolean; + /** + * Moves this WriteStream's cursor to the specified position. + */ + cursorTo(x: number, y: number, callback?: () => void): boolean; + /** + * Moves this WriteStream's cursor relative to its current position. + */ + moveCursor(dx: number, dy: number, callback?: () => void): boolean; + /** + * @default `process.env` + */ + getColorDepth(env?: {}): number; + hasColors(depth?: number): boolean; + hasColors(env?: {}): boolean; + hasColors(depth: number, env?: {}): boolean; + getWindowSize(): [number, number]; + columns: number; + rows: number; + isTTY: boolean; + } +} diff --git a/2019-setembro/node_modules/@types/node/url.d.ts b/2019-setembro/node_modules/@types/node/url.d.ts new file mode 100644 index 0000000..51dcd69 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/url.d.ts @@ -0,0 +1,104 @@ +declare module "url" { + import { ParsedUrlQuery, ParsedUrlQueryInput } from 'querystring'; + + interface UrlObjectCommon { + auth?: string; + hash?: string; + host?: string; + hostname?: string; + href?: string; + path?: string; + pathname?: string; + protocol?: string; + search?: string; + slashes?: boolean; + } + + // Input to `url.format` + interface UrlObject extends UrlObjectCommon { + port?: string | number; + query?: string | null | ParsedUrlQueryInput; + } + + // Output of `url.parse` + interface Url extends UrlObjectCommon { + port?: string; + query?: string | null | ParsedUrlQuery; + } + + interface UrlWithParsedQuery extends Url { + query: ParsedUrlQuery; + } + + interface UrlWithStringQuery extends Url { + query: string | null; + } + + function parse(urlStr: string): UrlWithStringQuery; + function parse(urlStr: string, parseQueryString: false | undefined, slashesDenoteHost?: boolean): UrlWithStringQuery; + function parse(urlStr: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery; + function parse(urlStr: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url; + + function format(URL: URL, options?: URLFormatOptions): string; + function format(urlObject: UrlObject | string): string; + function resolve(from: string, to: string): string; + + function domainToASCII(domain: string): string; + function domainToUnicode(domain: string): string; + + /** + * This function ensures the correct decodings of percent-encoded characters as + * well as ensuring a cross-platform valid absolute path string. + * @param url The file URL string or URL object to convert to a path. + */ + function fileURLToPath(url: string | URL): string; + + /** + * This function ensures that path is resolved absolutely, and that the URL + * control characters are correctly encoded when converting into a File URL. + * @param url The path to convert to a File URL. + */ + function pathToFileURL(url: string): URL; + + interface URLFormatOptions { + auth?: boolean; + fragment?: boolean; + search?: boolean; + unicode?: boolean; + } + + class URL { + constructor(input: string, base?: string | URL); + hash: string; + host: string; + hostname: string; + href: string; + readonly origin: string; + password: string; + pathname: string; + port: string; + protocol: string; + search: string; + readonly searchParams: URLSearchParams; + username: string; + toString(): string; + toJSON(): string; + } + + class URLSearchParams implements Iterable<[string, string]> { + constructor(init?: URLSearchParams | string | { [key: string]: string | string[] | undefined } | Iterable<[string, string]> | Array<[string, string]>); + append(name: string, value: string): void; + delete(name: string): void; + entries(): IterableIterator<[string, string]>; + forEach(callback: (value: string, name: string, searchParams: this) => void): void; + get(name: string): string | null; + getAll(name: string): string[]; + has(name: string): boolean; + keys(): IterableIterator; + set(name: string, value: string): void; + sort(): void; + toString(): string; + values(): IterableIterator; + [Symbol.iterator](): IterableIterator<[string, string]>; + } +} diff --git a/2019-setembro/node_modules/@types/node/util.d.ts b/2019-setembro/node_modules/@types/node/util.d.ts new file mode 100644 index 0000000..0e7a1c6 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/util.d.ts @@ -0,0 +1,165 @@ +declare module "util" { + interface InspectOptions extends NodeJS.InspectOptions { } + function format(format: any, ...param: any[]): string; + function formatWithOptions(inspectOptions: InspectOptions, format: string, ...param: any[]): string; + /** @deprecated since v0.11.3 - use a third party module instead. */ + function log(string: string): void; + function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string; + function inspect(object: any, options: InspectOptions): string; + namespace inspect { + let colors: { + [color: string]: [number, number] | undefined + }; + let styles: { + [style: string]: string | undefined + }; + let defaultOptions: InspectOptions; + /** + * Allows changing inspect settings from the repl. + */ + let replDefaults: InspectOptions; + } + /** @deprecated since v4.0.0 - use `Array.isArray()` instead. */ + function isArray(object: any): object is any[]; + /** @deprecated since v4.0.0 - use `util.types.isRegExp()` instead. */ + function isRegExp(object: any): object is RegExp; + /** @deprecated since v4.0.0 - use `util.types.isDate()` instead. */ + function isDate(object: any): object is Date; + /** @deprecated since v4.0.0 - use `util.types.isNativeError()` instead. */ + function isError(object: any): object is Error; + function inherits(constructor: any, superConstructor: any): void; + function debuglog(key: string): (msg: string, ...param: any[]) => void; + /** @deprecated since v4.0.0 - use `typeof value === 'boolean'` instead. */ + function isBoolean(object: any): object is boolean; + /** @deprecated since v4.0.0 - use `Buffer.isBuffer()` instead. */ + function isBuffer(object: any): object is Buffer; + /** @deprecated since v4.0.0 - use `typeof value === 'function'` instead. */ + function isFunction(object: any): boolean; + /** @deprecated since v4.0.0 - use `value === null` instead. */ + function isNull(object: any): object is null; + /** @deprecated since v4.0.0 - use `value === null || value === undefined` instead. */ + function isNullOrUndefined(object: any): object is null | undefined; + /** @deprecated since v4.0.0 - use `typeof value === 'number'` instead. */ + function isNumber(object: any): object is number; + /** @deprecated since v4.0.0 - use `value !== null && typeof value === 'object'` instead. */ + function isObject(object: any): boolean; + /** @deprecated since v4.0.0 - use `(typeof value !== 'object' && typeof value !== 'function') || value === null` instead. */ + function isPrimitive(object: any): boolean; + /** @deprecated since v4.0.0 - use `typeof value === 'string'` instead. */ + function isString(object: any): object is string; + /** @deprecated since v4.0.0 - use `typeof value === 'symbol'` instead. */ + function isSymbol(object: any): object is symbol; + /** @deprecated since v4.0.0 - use `value === undefined` instead. */ + function isUndefined(object: any): object is undefined; + function deprecate(fn: T, message: string): T; + function isDeepStrictEqual(val1: any, val2: any): boolean; + + interface CustomPromisify extends Function { + __promisify__: TCustom; + } + + function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException) => void) => void; + function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + function callbackify(fn: (arg1: T1) => Promise): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void; + function callbackify(fn: (arg1: T1) => Promise): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + function callbackify(fn: (arg1: T1, arg2: T2) => Promise): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void; + function callbackify(fn: (arg1: T1, arg2: T2) => Promise): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + function callbackify(fn: (arg1: T1, arg2: T2, arg3: T3) => Promise): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void; + function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3) => Promise): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void; + function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void; + function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException) => void) => void; + function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + + function promisify(fn: CustomPromisify): TCustom; + function promisify(fn: (callback: (err: Error | null, result: TResult) => void) => void): () => Promise; + function promisify(fn: (callback: (err?: Error | null) => void) => void): () => Promise; + function promisify(fn: (arg1: T1, callback: (err: Error | null, result: TResult) => void) => void): (arg1: T1) => Promise; + function promisify(fn: (arg1: T1, callback: (err?: Error | null) => void) => void): (arg1: T1) => Promise; + function promisify(fn: (arg1: T1, arg2: T2, callback: (err: Error | null, result: TResult) => void) => void): (arg1: T1, arg2: T2) => Promise; + function promisify(fn: (arg1: T1, arg2: T2, callback: (err?: Error | null) => void) => void): (arg1: T1, arg2: T2) => Promise; + function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: Error | null, result: TResult) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise; + function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: Error | null) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise; + function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: Error | null, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: Error | null) => void) => void): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: Error | null, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: Error | null) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + function promisify(fn: Function): Function; + + namespace types { + function isAnyArrayBuffer(object: any): boolean; + function isArgumentsObject(object: any): object is IArguments; + function isArrayBuffer(object: any): object is ArrayBuffer; + function isAsyncFunction(object: any): boolean; + function isBooleanObject(object: any): object is Boolean; + function isBoxedPrimitive(object: any): object is (Number | Boolean | String | Symbol /* | Object(BigInt) | Object(Symbol) */); + function isDataView(object: any): object is DataView; + function isDate(object: any): object is Date; + function isExternal(object: any): boolean; + function isFloat32Array(object: any): object is Float32Array; + function isFloat64Array(object: any): object is Float64Array; + function isGeneratorFunction(object: any): boolean; + function isGeneratorObject(object: any): boolean; + function isInt8Array(object: any): object is Int8Array; + function isInt16Array(object: any): object is Int16Array; + function isInt32Array(object: any): object is Int32Array; + function isMap(object: any): boolean; + function isMapIterator(object: any): boolean; + function isModuleNamespaceObject(value: any): boolean; + function isNativeError(object: any): object is Error; + function isNumberObject(object: any): object is Number; + function isPromise(object: any): boolean; + function isProxy(object: any): boolean; + function isRegExp(object: any): object is RegExp; + function isSet(object: any): boolean; + function isSetIterator(object: any): boolean; + function isSharedArrayBuffer(object: any): boolean; + function isStringObject(object: any): boolean; + function isSymbolObject(object: any): boolean; + function isTypedArray(object: any): object is NodeJS.TypedArray; + function isUint8Array(object: any): object is Uint8Array; + function isUint8ClampedArray(object: any): object is Uint8ClampedArray; + function isUint16Array(object: any): object is Uint16Array; + function isUint32Array(object: any): object is Uint32Array; + function isWeakMap(object: any): boolean; + function isWeakSet(object: any): boolean; + function isWebAssemblyCompiledModule(object: any): boolean; + } + + class TextDecoder { + readonly encoding: string; + readonly fatal: boolean; + readonly ignoreBOM: boolean; + constructor( + encoding?: string, + options?: { fatal?: boolean; ignoreBOM?: boolean } + ); + decode( + input?: NodeJS.TypedArray | DataView | ArrayBuffer | null, + options?: { stream?: boolean } + ): string; + } + + class TextEncoder { + readonly encoding: string; + encode(input?: string): Uint8Array; + } +} diff --git a/2019-setembro/node_modules/@types/node/v8.d.ts b/2019-setembro/node_modules/@types/node/v8.d.ts new file mode 100644 index 0000000..fdecdb6 --- /dev/null +++ b/2019-setembro/node_modules/@types/node/v8.d.ts @@ -0,0 +1,52 @@ +declare module "v8" { + import { Readable } from "stream"; + + interface HeapSpaceInfo { + space_name: string; + space_size: number; + space_used_size: number; + space_available_size: number; + physical_space_size: number; + } + + // ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */ + type DoesZapCodeSpaceFlag = 0 | 1; + + interface HeapInfo { + total_heap_size: number; + total_heap_size_executable: number; + total_physical_size: number; + total_available_size: number; + used_heap_size: number; + heap_size_limit: number; + malloced_memory: number; + peak_malloced_memory: number; + does_zap_garbage: DoesZapCodeSpaceFlag; + number_of_native_contexts: number; + number_of_detached_contexts: number; + } + + function getHeapStatistics(): HeapInfo; + function getHeapSpaceStatistics(): HeapSpaceInfo[]; + function setFlagsFromString(flags: string): void; + /** + * Generates a snapshot of the current V8 heap and returns a Readable + * Stream that may be used to read the JSON serialized representation. + * This conversation was marked as resolved by joyeecheung + * This JSON stream format is intended to be used with tools such as + * Chrome DevTools. The JSON schema is undocumented and specific to the + * V8 engine, and may change from one version of V8 to the next. + */ + function getHeapSnapshot(): Readable; + + /** + * + * @param fileName The file path where the V8 heap snapshot is to be + * saved. If not specified, a file name with the pattern + * `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be + * generated, where `{pid}` will be the PID of the Node.js process, + * `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from + * the main Node.js thread or the id of a worker thread. + */ + function writeHeapSnapshot(fileName?: string): string; +} diff --git a/2019-setembro/node_modules/@types/node/vm.d.ts b/2019-setembro/node_modules/@types/node/vm.d.ts new file mode 100644 index 0000000..0eefafd --- /dev/null +++ b/2019-setembro/node_modules/@types/node/vm.d.ts @@ -0,0 +1,95 @@ +declare module "vm" { + interface Context { + [key: string]: any; + } + interface BaseOptions { + /** + * Specifies the filename used in stack traces produced by this script. + * Default: `''`. + */ + filename?: string; + /** + * Specifies the line number offset that is displayed in stack traces produced by this script. + * Default: `0`. + */ + lineOffset?: number; + /** + * Specifies the column number offset that is displayed in stack traces produced by this script. + * Default: `0` + */ + columnOffset?: number; + } + interface ScriptOptions extends BaseOptions { + displayErrors?: boolean; + timeout?: number; + cachedData?: Buffer; + produceCachedData?: boolean; + } + interface RunningScriptOptions extends BaseOptions { + displayErrors?: boolean; + timeout?: number; + } + interface CompileFunctionOptions extends BaseOptions { + /** + * Provides an optional data with V8's code cache data for the supplied source. + */ + cachedData?: Buffer; + /** + * Specifies whether to produce new cache data. + * Default: `false`, + */ + produceCachedData?: boolean; + /** + * The sandbox/context in which the said function should be compiled in. + */ + parsingContext?: Context; + + /** + * An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling + */ + contextExtensions?: Object[]; + } + + interface CreateContextOptions { + /** + * Human-readable name of the newly created context. + * @default 'VM Context i' Where i is an ascending numerical index of the created context. + */ + name?: string; + /** + * Corresponds to the newly created context for display purposes. + * The origin should be formatted like a `URL`, but with only the scheme, host, and port (if necessary), + * like the value of the `url.origin` property of a URL object. + * Most notably, this string should omit the trailing slash, as that denotes a path. + * @default '' + */ + origin?: string; + codeGeneration?: { + /** + * If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc) + * will throw an EvalError. + * @default true + */ + strings?: boolean; + /** + * If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError. + * @default true + */ + wasm?: boolean; + }; + } + + class Script { + constructor(code: string, options?: ScriptOptions); + runInContext(contextifiedSandbox: Context, options?: RunningScriptOptions): any; + runInNewContext(sandbox?: Context, options?: RunningScriptOptions): any; + runInThisContext(options?: RunningScriptOptions): any; + createCachedData(): Buffer; + } + function createContext(sandbox?: Context, options?: CreateContextOptions): Context; + function isContext(sandbox: Context): boolean; + function runInContext(code: string, contextifiedSandbox: Context, options?: RunningScriptOptions | string): any; + function runInNewContext(code: string, sandbox?: Context, options?: RunningScriptOptions | string): any; + function runInThisContext(code: string, options?: RunningScriptOptions | string): any; + function compileFunction(code: string, params: string[], options: CompileFunctionOptions): Function; +} diff --git a/2019-setembro/node_modules/@types/node/worker_threads.d.ts b/2019-setembro/node_modules/@types/node/worker_threads.d.ts new file mode 100644 index 0000000..45ea85e --- /dev/null +++ b/2019-setembro/node_modules/@types/node/worker_threads.d.ts @@ -0,0 +1,153 @@ +declare module "worker_threads" { + import { Context } from "vm"; + import { EventEmitter } from "events"; + import { Readable, Writable } from "stream"; + + const isMainThread: boolean; + const parentPort: null | MessagePort; + const threadId: number; + const workerData: any; + + class MessageChannel { + readonly port1: MessagePort; + readonly port2: MessagePort; + } + + class MessagePort extends EventEmitter { + close(): void; + postMessage(value: any, transferList?: Array): void; + ref(): void; + unref(): void; + start(): void; + + addListener(event: "close", listener: () => void): this; + addListener(event: "message", listener: (value: any) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "close"): boolean; + emit(event: "message", value: any): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "close", listener: () => void): this; + on(event: "message", listener: (value: any) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "close", listener: () => void): this; + once(event: "message", listener: (value: any) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "close", listener: () => void): this; + prependListener(event: "message", listener: (value: any) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "message", listener: (value: any) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + + removeListener(event: "close", listener: () => void): this; + removeListener(event: "message", listener: (value: any) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + + off(event: "close", listener: () => void): this; + off(event: "message", listener: (value: any) => void): this; + off(event: string | symbol, listener: (...args: any[]) => void): this; + } + + interface WorkerOptions { + eval?: boolean; + workerData?: any; + stdin?: boolean; + stdout?: boolean; + stderr?: boolean; + execArgv?: string[]; + } + + class Worker extends EventEmitter { + readonly stdin: Writable | null; + readonly stdout: Readable; + readonly stderr: Readable; + readonly threadId: number; + + constructor(filename: string, options?: WorkerOptions); + + postMessage(value: any, transferList?: Array): void; + ref(): void; + unref(): void; + /** + * Stop all JavaScript execution in the worker thread as soon as possible. + * Returns a Promise for the exit code that is fulfilled when the `exit` event is emitted. + */ + terminate(): Promise; + /** + * Transfer a `MessagePort` to a different `vm` Context. The original `port` + * object will be rendered unusable, and the returned `MessagePort` instance will + * take its place. + * + * The returned `MessagePort` will be an object in the target context, and will + * inherit from its global `Object` class. Objects passed to the + * `port.onmessage()` listener will also be created in the target context + * and inherit from its global `Object` class. + * + * However, the created `MessagePort` will no longer inherit from + * `EventEmitter`, and only `port.onmessage()` can be used to receive + * events using it. + */ + moveMessagePortToContext(port: MessagePort, context: Context): MessagePort; + + /** + * Receive a single message from a given `MessagePort`. If no message is available, + * `undefined` is returned, otherwise an object with a single `message` property + * that contains the message payload, corresponding to the oldest message in the + * `MessagePort`’s queue. + */ + receiveMessageOnPort(port: MessagePort): {} | undefined; + + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "exit", listener: (exitCode: number) => void): this; + addListener(event: "message", listener: (value: any) => void): this; + addListener(event: "online", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + + emit(event: "error", err: Error): boolean; + emit(event: "exit", exitCode: number): boolean; + emit(event: "message", value: any): boolean; + emit(event: "online"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + + on(event: "error", listener: (err: Error) => void): this; + on(event: "exit", listener: (exitCode: number) => void): this; + on(event: "message", listener: (value: any) => void): this; + on(event: "online", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + + once(event: "error", listener: (err: Error) => void): this; + once(event: "exit", listener: (exitCode: number) => void): this; + once(event: "message", listener: (value: any) => void): this; + once(event: "online", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "exit", listener: (exitCode: number) => void): this; + prependListener(event: "message", listener: (value: any) => void): this; + prependListener(event: "online", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "exit", listener: (exitCode: number) => void): this; + prependOnceListener(event: "message", listener: (value: any) => void): this; + prependOnceListener(event: "online", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "exit", listener: (exitCode: number) => void): this; + removeListener(event: "message", listener: (value: any) => void): this; + removeListener(event: "online", listener: () => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + + off(event: "error", listener: (err: Error) => void): this; + off(event: "exit", listener: (exitCode: number) => void): this; + off(event: "message", listener: (value: any) => void): this; + off(event: "online", listener: () => void): this; + off(event: string | symbol, listener: (...args: any[]) => void): this; + } +} diff --git a/2019-setembro/node_modules/@types/node/zlib.d.ts b/2019-setembro/node_modules/@types/node/zlib.d.ts new file mode 100644 index 0000000..b45721a --- /dev/null +++ b/2019-setembro/node_modules/@types/node/zlib.d.ts @@ -0,0 +1,352 @@ +declare module "zlib" { + import * as stream from "stream"; + + interface ZlibOptions { + /** + * @default constants.Z_NO_FLUSH + */ + flush?: number; + /** + * @default constants.Z_FINISH + */ + finishFlush?: number; + /** + * @default 16*1024 + */ + chunkSize?: number; + windowBits?: number; + level?: number; // compression only + memLevel?: number; // compression only + strategy?: number; // compression only + dictionary?: NodeJS.TypedArray | DataView | ArrayBuffer; // deflate/inflate only, empty dictionary by default + } + + interface BrotliOptions { + /** + * @default constants.BROTLI_OPERATION_PROCESS + */ + flush?: number; + /** + * @default constants.BROTLI_OPERATION_FINISH + */ + finishFlush?: number; + /** + * @default 16*1024 + */ + chunkSize?: number; + params?: { + /** + * Each key is a `constants.BROTLI_*` constant. + */ + [key: number]: boolean | number; + }; + } + + interface Zlib { + /** @deprecated Use bytesWritten instead. */ + readonly bytesRead: number; + readonly bytesWritten: number; + shell?: boolean | string; + close(callback?: () => void): void; + flush(kind?: number | (() => void), callback?: () => void): void; + } + + interface ZlibParams { + params(level: number, strategy: number, callback: () => void): void; + } + + interface ZlibReset { + reset(): void; + } + + interface BrotliCompress extends stream.Transform, Zlib { } + interface BrotliDecompress extends stream.Transform, Zlib { } + interface Gzip extends stream.Transform, Zlib { } + interface Gunzip extends stream.Transform, Zlib { } + interface Deflate extends stream.Transform, Zlib, ZlibReset, ZlibParams { } + interface Inflate extends stream.Transform, Zlib, ZlibReset { } + interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams { } + interface InflateRaw extends stream.Transform, Zlib, ZlibReset { } + interface Unzip extends stream.Transform, Zlib { } + + function createBrotliCompress(options?: BrotliOptions): BrotliCompress; + function createBrotliDecompress(options?: BrotliOptions): BrotliDecompress; + function createGzip(options?: ZlibOptions): Gzip; + function createGunzip(options?: ZlibOptions): Gunzip; + function createDeflate(options?: ZlibOptions): Deflate; + function createInflate(options?: ZlibOptions): Inflate; + function createDeflateRaw(options?: ZlibOptions): DeflateRaw; + function createInflateRaw(options?: ZlibOptions): InflateRaw; + function createUnzip(options?: ZlibOptions): Unzip; + + type InputType = string | DataView | ArrayBuffer | NodeJS.TypedArray; + + type CompressCallback = (error: Error | null, result: Buffer) => void; + + function brotliCompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void; + function brotliCompress(buf: InputType, callback: CompressCallback): void; + function brotliCompressSync(buf: InputType, options?: BrotliOptions): Buffer; + function brotliDecompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void; + function brotliDecompress(buf: InputType, callback: CompressCallback): void; + function brotliDecompressSync(buf: InputType, options?: BrotliOptions): Buffer; + function deflate(buf: InputType, callback: CompressCallback): void; + function deflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; + function deflateSync(buf: InputType, options?: ZlibOptions): Buffer; + function deflateRaw(buf: InputType, callback: CompressCallback): void; + function deflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; + function deflateRawSync(buf: InputType, options?: ZlibOptions): Buffer; + function gzip(buf: InputType, callback: CompressCallback): void; + function gzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; + function gzipSync(buf: InputType, options?: ZlibOptions): Buffer; + function gunzip(buf: InputType, callback: CompressCallback): void; + function gunzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; + function gunzipSync(buf: InputType, options?: ZlibOptions): Buffer; + function inflate(buf: InputType, callback: CompressCallback): void; + function inflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; + function inflateSync(buf: InputType, options?: ZlibOptions): Buffer; + function inflateRaw(buf: InputType, callback: CompressCallback): void; + function inflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; + function inflateRawSync(buf: InputType, options?: ZlibOptions): Buffer; + function unzip(buf: InputType, callback: CompressCallback): void; + function unzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; + function unzipSync(buf: InputType, options?: ZlibOptions): Buffer; + + namespace constants { + const BROTLI_DECODE: number; + const BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: number; + const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP: number; + const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES: number; + const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1: number; + const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2: number; + const BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS: number; + const BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET: number; + const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1: number; + const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2: number; + const BROTLI_DECODER_ERROR_FORMAT_CL_SPACE: number; + const BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT: number; + const BROTLI_DECODER_ERROR_FORMAT_DICTIONARY: number; + const BROTLI_DECODER_ERROR_FORMAT_DISTANCE: number; + const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE: number; + const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE: number; + const BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE: number; + const BROTLI_DECODER_ERROR_FORMAT_PADDING_1: number; + const BROTLI_DECODER_ERROR_FORMAT_PADDING_2: number; + const BROTLI_DECODER_ERROR_FORMAT_RESERVED: number; + const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET: number; + const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME: number; + const BROTLI_DECODER_ERROR_FORMAT_TRANSFORM: number; + const BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS: number; + const BROTLI_DECODER_ERROR_INVALID_ARGUMENTS: number; + const BROTLI_DECODER_ERROR_UNREACHABLE: number; + const BROTLI_DECODER_NEEDS_MORE_INPUT: number; + const BROTLI_DECODER_NEEDS_MORE_OUTPUT: number; + const BROTLI_DECODER_NO_ERROR: number; + const BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION: number; + const BROTLI_DECODER_PARAM_LARGE_WINDOW: number; + const BROTLI_DECODER_RESULT_ERROR: number; + const BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT: number; + const BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: number; + const BROTLI_DECODER_RESULT_SUCCESS: number; + const BROTLI_DECODER_SUCCESS: number; + + const BROTLI_DEFAULT_MODE: number; + const BROTLI_DEFAULT_QUALITY: number; + const BROTLI_DEFAULT_WINDOW: number; + const BROTLI_ENCODE: number; + const BROTLI_LARGE_MAX_WINDOW_BITS: number; + const BROTLI_MAX_INPUT_BLOCK_BITS: number; + const BROTLI_MAX_QUALITY: number; + const BROTLI_MAX_WINDOW_BITS: number; + const BROTLI_MIN_INPUT_BLOCK_BITS: number; + const BROTLI_MIN_QUALITY: number; + const BROTLI_MIN_WINDOW_BITS: number; + + const BROTLI_MODE_FONT: number; + const BROTLI_MODE_GENERIC: number; + const BROTLI_MODE_TEXT: number; + + const BROTLI_OPERATION_EMIT_METADATA: number; + const BROTLI_OPERATION_FINISH: number; + const BROTLI_OPERATION_FLUSH: number; + const BROTLI_OPERATION_PROCESS: number; + + const BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: number; + const BROTLI_PARAM_LARGE_WINDOW: number; + const BROTLI_PARAM_LGBLOCK: number; + const BROTLI_PARAM_LGWIN: number; + const BROTLI_PARAM_MODE: number; + const BROTLI_PARAM_NDIRECT: number; + const BROTLI_PARAM_NPOSTFIX: number; + const BROTLI_PARAM_QUALITY: number; + const BROTLI_PARAM_SIZE_HINT: number; + + const DEFLATE: number; + const DEFLATERAW: number; + const GUNZIP: number; + const GZIP: number; + const INFLATE: number; + const INFLATERAW: number; + const UNZIP: number; + + const Z_BEST_COMPRESSION: number; + const Z_BEST_SPEED: number; + const Z_BLOCK: number; + const Z_BUF_ERROR: number; + const Z_DATA_ERROR: number; + + const Z_DEFAULT_CHUNK: number; + const Z_DEFAULT_COMPRESSION: number; + const Z_DEFAULT_LEVEL: number; + const Z_DEFAULT_MEMLEVEL: number; + const Z_DEFAULT_STRATEGY: number; + const Z_DEFAULT_WINDOWBITS: number; + + const Z_ERRNO: number; + const Z_FILTERED: number; + const Z_FINISH: number; + const Z_FIXED: number; + const Z_FULL_FLUSH: number; + const Z_HUFFMAN_ONLY: number; + const Z_MAX_CHUNK: number; + const Z_MAX_LEVEL: number; + const Z_MAX_MEMLEVEL: number; + const Z_MAX_WINDOWBITS: number; + const Z_MEM_ERROR: number; + const Z_MIN_CHUNK: number; + const Z_MIN_LEVEL: number; + const Z_MIN_MEMLEVEL: number; + const Z_MIN_WINDOWBITS: number; + const Z_NEED_DICT: number; + const Z_NO_COMPRESSION: number; + const Z_NO_FLUSH: number; + const Z_OK: number; + const Z_PARTIAL_FLUSH: number; + const Z_RLE: number; + const Z_STREAM_END: number; + const Z_STREAM_ERROR: number; + const Z_SYNC_FLUSH: number; + const Z_VERSION_ERROR: number; + const ZLIB_VERNUM: number; + } + + /** + * @deprecated + */ + const Z_NO_FLUSH: number; + /** + * @deprecated + */ + const Z_PARTIAL_FLUSH: number; + /** + * @deprecated + */ + const Z_SYNC_FLUSH: number; + /** + * @deprecated + */ + const Z_FULL_FLUSH: number; + /** + * @deprecated + */ + const Z_FINISH: number; + /** + * @deprecated + */ + const Z_BLOCK: number; + /** + * @deprecated + */ + const Z_TREES: number; + /** + * @deprecated + */ + const Z_OK: number; + /** + * @deprecated + */ + const Z_STREAM_END: number; + /** + * @deprecated + */ + const Z_NEED_DICT: number; + /** + * @deprecated + */ + const Z_ERRNO: number; + /** + * @deprecated + */ + const Z_STREAM_ERROR: number; + /** + * @deprecated + */ + const Z_DATA_ERROR: number; + /** + * @deprecated + */ + const Z_MEM_ERROR: number; + /** + * @deprecated + */ + const Z_BUF_ERROR: number; + /** + * @deprecated + */ + const Z_VERSION_ERROR: number; + /** + * @deprecated + */ + const Z_NO_COMPRESSION: number; + /** + * @deprecated + */ + const Z_BEST_SPEED: number; + /** + * @deprecated + */ + const Z_BEST_COMPRESSION: number; + /** + * @deprecated + */ + const Z_DEFAULT_COMPRESSION: number; + /** + * @deprecated + */ + const Z_FILTERED: number; + /** + * @deprecated + */ + const Z_HUFFMAN_ONLY: number; + /** + * @deprecated + */ + const Z_RLE: number; + /** + * @deprecated + */ + const Z_FIXED: number; + /** + * @deprecated + */ + const Z_DEFAULT_STRATEGY: number; + /** + * @deprecated + */ + const Z_BINARY: number; + /** + * @deprecated + */ + const Z_TEXT: number; + /** + * @deprecated + */ + const Z_ASCII: number; + /** + * @deprecated + */ + const Z_UNKNOWN: number; + /** + * @deprecated + */ + const Z_DEFLATED: number; +} diff --git a/2019-setembro/node_modules/@types/resolve/LICENSE b/2019-setembro/node_modules/@types/resolve/LICENSE new file mode 100644 index 0000000..2107107 --- /dev/null +++ b/2019-setembro/node_modules/@types/resolve/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/2019-setembro/node_modules/@types/resolve/README.md b/2019-setembro/node_modules/@types/resolve/README.md new file mode 100644 index 0000000..1decc1e --- /dev/null +++ b/2019-setembro/node_modules/@types/resolve/README.md @@ -0,0 +1,16 @@ +# Installation +> `npm install --save @types/resolve` + +# Summary +This package contains type definitions for resolve (https://github.com/substack/node-resolve). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/resolve + +Additional Details + * Last updated: Tue, 08 May 2018 17:01:00 GMT + * Dependencies: node + * Global values: none + +# Credits +These definitions were written by Mario Nebl , Klaus Meinhardt . diff --git a/2019-setembro/node_modules/@types/resolve/index.d.ts b/2019-setembro/node_modules/@types/resolve/index.d.ts new file mode 100644 index 0000000..a3fb1f4 --- /dev/null +++ b/2019-setembro/node_modules/@types/resolve/index.d.ts @@ -0,0 +1,113 @@ +// Type definitions for resolve +// Project: https://github.com/substack/node-resolve +// Definitions by: Mario Nebl +// Klaus Meinhardt +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +/// + +interface PackageMeta { + name: string; + version: string; + [key: string]: any; +} + +/** + * Callback invoked when resolving asynchronously + * + * @param error + * @param resolved Absolute path to resolved identifier + */ +type resolveCallback = (err: Error | null, resolved?: string, pkg?: PackageMeta) => void; + +/** + * Callback invoked when checking if a file exists + * + * @param error + * @param isFile If the given file exists + */ +type isFileCallback = (err: Error | null, isFile?: boolean) => void; + +/** + * Callback invoked when reading a file + * + * @param error + * @param isFile If the given file exists + */ +type readFileCallback = (err: Error | null, file?: Buffer) => void; + +/** + * Asynchronously resolve the module path string id into cb(err, res [, pkg]), where pkg (if defined) is the data from package.json + * + * @param id Identifier to resolve + * @param callback + */ +declare function resolve(id: string, cb: resolveCallback): void; + +/** + * Asynchronously resolve the module path string id into cb(err, res [, pkg]), where pkg (if defined) is the data from package.json + * + * @param id Identifier to resolve + * @param options Options to use for resolving, optional. + * @param callback + */ +declare function resolve(id: string, opts: resolve.AsyncOpts, cb: resolveCallback): void; + +/** + * Synchronously resolve the module path string id, returning the result and throwing an error when id can't be resolved. + * + * @param id Identifier to resolve + * @param options Options to use for resolving, optional. + */ +declare function resolveSync(id: string, opts?: resolve.SyncOpts): string; + +/** + * Return whether a package is in core + */ +declare function resolveIsCore(id: string): boolean | undefined; + +declare namespace resolve { + interface Opts { + /** directory to begin resolving from (defaults to __dirname) */ + basedir?: string; + /** package.json data applicable to the module being loaded */ + package?: any; + /** array of file extensions to search in order (defaults to ['.js']) */ + extensions?: string | ReadonlyArray; + /** transform the parsed package.json contents before looking at the "main" field */ + packageFilter?: (pkg: any, pkgfile: string) => any; + /** transform a path within a package */ + pathFilter?: (pkg: any, path: string, relativePath: string) => string; + /** require.paths array to use if nothing is found on the normal node_modules recursive walk (probably don't use this) */ + paths?: string | ReadonlyArray; + /** directory (or directories) in which to recursively look for modules. (default to 'node_modules') */ + moduleDirectory?: string | ReadonlyArray + /** + * if true, doesn't resolve `basedir` to real path before resolving. + * This is the way Node resolves dependencies when executed with the --preserve-symlinks flag. + * + * Note: this property is currently true by default but it will be changed to false in the next major version because Node's resolution + * algorithm does not preserve symlinks by default. + */ + preserveSymlinks?: boolean; + } + + export interface AsyncOpts extends Opts { + /** how to read files asynchronously (defaults to fs.readFile) */ + readFile?: (file: string, cb: readFileCallback) => void; + /** function to asynchronously test whether a file exists */ + isFile?: (file: string, cb: isFileCallback) => void; + } + + export interface SyncOpts extends Opts { + /** how to read files synchronously (defaults to fs.readFileSync) */ + readFileSync?: (file: string, charset: string) => string | Buffer; + /** function to synchronously test whether a file exists */ + isFile?: (file: string) => boolean; + } + + export var sync: typeof resolveSync; + export var isCore: typeof resolveIsCore; +} + +export = resolve; diff --git a/2019-setembro/node_modules/@types/resolve/package.json b/2019-setembro/node_modules/@types/resolve/package.json new file mode 100644 index 0000000..4127ba5 --- /dev/null +++ b/2019-setembro/node_modules/@types/resolve/package.json @@ -0,0 +1,29 @@ +{ + "name": "@types/resolve", + "version": "0.0.8", + "description": "TypeScript definitions for resolve", + "license": "MIT", + "contributors": [ + { + "name": "Mario Nebl", + "url": "https://github.com/marionebl", + "githubUsername": "marionebl" + }, + { + "name": "Klaus Meinhardt", + "url": "https://github.com/ajafff", + "githubUsername": "ajafff" + } + ], + "main": "", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" + }, + "scripts": {}, + "dependencies": { + "@types/node": "*" + }, + "typesPublisherContentHash": "5f7b20658879058bc7b11142bb7fd133c0e1701cc1434145bfce9c9a8e86c339", + "typeScriptVersion": "2.0" +} \ No newline at end of file diff --git a/2019-setembro/node_modules/acorn/CHANGELOG.md b/2019-setembro/node_modules/acorn/CHANGELOG.md new file mode 100644 index 0000000..2d6115e --- /dev/null +++ b/2019-setembro/node_modules/acorn/CHANGELOG.md @@ -0,0 +1,552 @@ +## 7.0.0 (2019-08-13) + +### Breaking changes + +Changes the node format for dynamic imports to use the `ImportExpression` node type, as defined in [ESTree](https://github.com/estree/estree/blob/master/es2020.md#importexpression). + +Makes 10 (ES2019) the default value for the `ecmaVersion` option. + +## 6.3.0 (2019-08-12) + +### New features + +`sourceType: "module"` can now be used even when `ecmaVersion` is less than 6, to parse module-style code that otherwise conforms to an older standard. + +## 6.2.1 (2019-07-21) + +### Bug fixes + +Fix bug causing Acorn to treat some characters as identifier characters that shouldn't be treated as such. + +Fix issue where setting the `allowReserved` option to `"never"` allowed reserved words in some circumstances. + +## 6.2.0 (2019-07-04) + +### Bug fixes + +Improve valid assignment checking in `for`/`in` and `for`/`of` loops. + +Disallow binding `let` in patterns. + +### New features + +Support bigint syntax with `ecmaVersion` >= 10. + +Support dynamic `import` syntax with `ecmaVersion` >= 10. + +Upgrade to Unicode version 12. + +## 6.1.1 (2019-02-27) + +### Bug fixes + +Fix bug that caused parsing default exports of with names to fail. + +## 6.1.0 (2019-02-08) + +### Bug fixes + +Fix scope checking when redefining a `var` as a lexical binding. + +### New features + +Split up `parseSubscripts` to use an internal `parseSubscript` method to make it easier to extend with plugins. + +## 6.0.7 (2019-02-04) + +### Bug fixes + +Check that exported bindings are defined. + +Don't treat `\u180e` as a whitespace character. + +Check for duplicate parameter names in methods. + +Don't allow shorthand properties when they are generators or async methods. + +Forbid binding `await` in async arrow function's parameter list. + +## 6.0.6 (2019-01-30) + +### Bug fixes + +The content of class declarations and expressions is now always parsed in strict mode. + +Don't allow `let` or `const` to bind the variable name `let`. + +Treat class declarations as lexical. + +Don't allow a generator function declaration as the sole body of an `if` or `else`. + +Ignore `"use strict"` when after an empty statement. + +Allow string line continuations with special line terminator characters. + +Treat `for` bodies as part of the `for` scope when checking for conflicting bindings. + +Fix bug with parsing `yield` in a `for` loop initializer. + +Implement special cases around scope checking for functions. + +## 6.0.5 (2019-01-02) + +### Bug fixes + +Fix TypeScript type for `Parser.extend` and add `allowAwaitOutsideFunction` to options type. + +Don't treat `let` as a keyword when the next token is `{` on the next line. + +Fix bug that broke checking for parentheses around an object pattern in a destructuring assignment when `preserveParens` was on. + +## 6.0.4 (2018-11-05) + +### Bug fixes + +Further improvements to tokenizing regular expressions in corner cases. + +## 6.0.3 (2018-11-04) + +### Bug fixes + +Fix bug in tokenizing an expression-less return followed by a function followed by a regular expression. + +Remove stray symlink in the package tarball. + +## 6.0.2 (2018-09-26) + +### Bug fixes + +Fix bug where default expressions could fail to parse inside an object destructuring assignment expression. + +## 6.0.1 (2018-09-14) + +### Bug fixes + +Fix wrong value in `version` export. + +## 6.0.0 (2018-09-14) + +### Bug fixes + +Better handle variable-redefinition checks for catch bindings and functions directly under if statements. + +Forbid `new.target` in top-level arrow functions. + +Fix issue with parsing a regexp after `yield` in some contexts. + +### New features + +The package now comes with TypeScript definitions. + +### Breaking changes + +The default value of the `ecmaVersion` option is now 9 (2018). + +Plugins work differently, and will have to be rewritten to work with this version. + +The loose parser and walker have been moved into separate packages (`acorn-loose` and `acorn-walk`). + +## 5.7.3 (2018-09-10) + +### Bug fixes + +Fix failure to tokenize regexps after expressions like `x.of`. + +Better error message for unterminated template literals. + +## 5.7.2 (2018-08-24) + +### Bug fixes + +Properly handle `allowAwaitOutsideFunction` in for statements. + +Treat function declarations at the top level of modules like let bindings. + +Don't allow async function declarations as the only statement under a label. + +## 5.7.0 (2018-06-15) + +### New features + +Upgraded to Unicode 11. + +## 5.6.0 (2018-05-31) + +### New features + +Allow U+2028 and U+2029 in string when ECMAVersion >= 10. + +Allow binding-less catch statements when ECMAVersion >= 10. + +Add `allowAwaitOutsideFunction` option for parsing top-level `await`. + +## 5.5.3 (2018-03-08) + +### Bug fixes + +A _second_ republish of the code in 5.5.1, this time with yarn, to hopefully get valid timestamps. + +## 5.5.2 (2018-03-08) + +### Bug fixes + +A republish of the code in 5.5.1 in an attempt to solve an issue with the file timestamps in the npm package being 0. + +## 5.5.1 (2018-03-06) + +### Bug fixes + +Fix misleading error message for octal escapes in template strings. + +## 5.5.0 (2018-02-27) + +### New features + +The identifier character categorization is now based on Unicode version 10. + +Acorn will now validate the content of regular expressions, including new ES9 features. + +## 5.4.0 (2018-02-01) + +### Bug fixes + +Disallow duplicate or escaped flags on regular expressions. + +Disallow octal escapes in strings in strict mode. + +### New features + +Add support for async iteration. + +Add support for object spread and rest. + +## 5.3.0 (2017-12-28) + +### Bug fixes + +Fix parsing of floating point literals with leading zeroes in loose mode. + +Allow duplicate property names in object patterns. + +Don't allow static class methods named `prototype`. + +Disallow async functions directly under `if` or `else`. + +Parse right-hand-side of `for`/`of` as an assignment expression. + +Stricter parsing of `for`/`in`. + +Don't allow unicode escapes in contextual keywords. + +### New features + +Parsing class members was factored into smaller methods to allow plugins to hook into it. + +## 5.2.1 (2017-10-30) + +### Bug fixes + +Fix a token context corruption bug. + +## 5.2.0 (2017-10-30) + +### Bug fixes + +Fix token context tracking for `class` and `function` in property-name position. + +Make sure `%*` isn't parsed as a valid operator. + +Allow shorthand properties `get` and `set` to be followed by default values. + +Disallow `super` when not in callee or object position. + +### New features + +Support [`directive` property](https://github.com/estree/estree/compare/b3de58c9997504d6fba04b72f76e6dd1619ee4eb...1da8e603237144f44710360f8feb7a9977e905e0) on directive expression statements. + +## 5.1.2 (2017-09-04) + +### Bug fixes + +Disable parsing of legacy HTML-style comments in modules. + +Fix parsing of async methods whose names are keywords. + +## 5.1.1 (2017-07-06) + +### Bug fixes + +Fix problem with disambiguating regexp and division after a class. + +## 5.1.0 (2017-07-05) + +### Bug fixes + +Fix tokenizing of regexps in an object-desctructuring `for`/`of` loop and after `yield`. + +Parse zero-prefixed numbers with non-octal digits as decimal. + +Allow object/array patterns in rest parameters. + +Don't error when `yield` is used as a property name. + +Allow `async` as a shorthand object property. + +### New features + +Implement the [template literal revision proposal](https://github.com/tc39/proposal-template-literal-revision) for ES9. + +## 5.0.3 (2017-04-01) + +### Bug fixes + +Fix spurious duplicate variable definition errors for named functions. + +## 5.0.2 (2017-03-30) + +### Bug fixes + +A binary operator after a parenthesized arrow expression is no longer incorrectly treated as an error. + +## 5.0.0 (2017-03-28) + +### Bug fixes + +Raise an error for duplicated lexical bindings. + +Fix spurious error when an assignement expression occurred after a spread expression. + +Accept regular expressions after `of` (in `for`/`of`), `yield` (in a generator), and braced arrow functions. + +Allow labels in front or `var` declarations, even in strict mode. + +### Breaking changes + +Parse declarations following `export default` as declaration nodes, not expressions. This means that class and function declarations nodes can now have `null` as their `id`. + +## 4.0.11 (2017-02-07) + +### Bug fixes + +Allow all forms of member expressions to be parenthesized as lvalue. + +## 4.0.10 (2017-02-07) + +### Bug fixes + +Don't expect semicolons after default-exported functions or classes, even when they are expressions. + +Check for use of `'use strict'` directives in non-simple parameter functions, even when already in strict mode. + +## 4.0.9 (2017-02-06) + +### Bug fixes + +Fix incorrect error raised for parenthesized simple assignment targets, so that `(x) = 1` parses again. + +## 4.0.8 (2017-02-03) + +### Bug fixes + +Solve spurious parenthesized pattern errors by temporarily erring on the side of accepting programs that our delayed errors don't handle correctly yet. + +## 4.0.7 (2017-02-02) + +### Bug fixes + +Accept invalidly rejected code like `(x).y = 2` again. + +Don't raise an error when a function _inside_ strict code has a non-simple parameter list. + +## 4.0.6 (2017-02-02) + +### Bug fixes + +Fix exponential behavior (manifesting itself as a complete hang for even relatively small source files) introduced by the new 'use strict' check. + +## 4.0.5 (2017-02-02) + +### Bug fixes + +Disallow parenthesized pattern expressions. + +Allow keywords as export names. + +Don't allow the `async` keyword to be parenthesized. + +Properly raise an error when a keyword contains a character escape. + +Allow `"use strict"` to appear after other string literal expressions. + +Disallow labeled declarations. + +## 4.0.4 (2016-12-19) + +### Bug fixes + +Fix crash when `export` was followed by a keyword that can't be +exported. + +## 4.0.3 (2016-08-16) + +### Bug fixes + +Allow regular function declarations inside single-statement `if` branches in loose mode. Forbid them entirely in strict mode. + +Properly parse properties named `async` in ES2017 mode. + +Fix bug where reserved words were broken in ES2017 mode. + +## 4.0.2 (2016-08-11) + +### Bug fixes + +Don't ignore period or 'e' characters after octal numbers. + +Fix broken parsing for call expressions in default parameter values of arrow functions. + +## 4.0.1 (2016-08-08) + +### Bug fixes + +Fix false positives in duplicated export name errors. + +## 4.0.0 (2016-08-07) + +### Breaking changes + +The default `ecmaVersion` option value is now 7. + +A number of internal method signatures changed, so plugins might need to be updated. + +### Bug fixes + +The parser now raises errors on duplicated export names. + +`arguments` and `eval` can now be used in shorthand properties. + +Duplicate parameter names in non-simple argument lists now always produce an error. + +### New features + +The `ecmaVersion` option now also accepts year-style version numbers +(2015, etc). + +Support for `async`/`await` syntax when `ecmaVersion` is >= 8. + +Support for trailing commas in call expressions when `ecmaVersion` is >= 8. + +## 3.3.0 (2016-07-25) + +### Bug fixes + +Fix bug in tokenizing of regexp operator after a function declaration. + +Fix parser crash when parsing an array pattern with a hole. + +### New features + +Implement check against complex argument lists in functions that enable strict mode in ES7. + +## 3.2.0 (2016-06-07) + +### Bug fixes + +Improve handling of lack of unicode regexp support in host +environment. + +Properly reject shorthand properties whose name is a keyword. + +### New features + +Visitors created with `visit.make` now have their base as _prototype_, rather than copying properties into a fresh object. + +## 3.1.0 (2016-04-18) + +### Bug fixes + +Properly tokenize the division operator directly after a function expression. + +Allow trailing comma in destructuring arrays. + +## 3.0.4 (2016-02-25) + +### Fixes + +Allow update expressions as left-hand-side of the ES7 exponential operator. + +## 3.0.2 (2016-02-10) + +### Fixes + +Fix bug that accidentally made `undefined` a reserved word when parsing ES7. + +## 3.0.0 (2016-02-10) + +### Breaking changes + +The default value of the `ecmaVersion` option is now 6 (used to be 5). + +Support for comprehension syntax (which was dropped from the draft spec) has been removed. + +### Fixes + +`let` and `yield` are now “contextual keywords”, meaning you can mostly use them as identifiers in ES5 non-strict code. + +A parenthesized class or function expression after `export default` is now parsed correctly. + +### New features + +When `ecmaVersion` is set to 7, Acorn will parse the exponentiation operator (`**`). + +The identifier character ranges are now based on Unicode 8.0.0. + +Plugins can now override the `raiseRecoverable` method to override the way non-critical errors are handled. + +## 2.7.0 (2016-01-04) + +### Fixes + +Stop allowing rest parameters in setters. + +Disallow `y` rexexp flag in ES5. + +Disallow `\00` and `\000` escapes in strict mode. + +Raise an error when an import name is a reserved word. + +## 2.6.2 (2015-11-10) + +### Fixes + +Don't crash when no options object is passed. + +## 2.6.0 (2015-11-09) + +### Fixes + +Add `await` as a reserved word in module sources. + +Disallow `yield` in a parameter default value for a generator. + +Forbid using a comma after a rest pattern in an array destructuring. + +### New features + +Support parsing stdin in command-line tool. + +## 2.5.0 (2015-10-27) + +### Fixes + +Fix tokenizer support in the command-line tool. + +Stop allowing `new.target` outside of functions. + +Remove legacy `guard` and `guardedHandler` properties from try nodes. + +Stop allowing multiple `__proto__` properties on an object literal in strict mode. + +Don't allow rest parameters to be non-identifier patterns. + +Check for duplicate paramter names in arrow functions. diff --git a/2019-setembro/node_modules/acorn/LICENSE b/2019-setembro/node_modules/acorn/LICENSE new file mode 100644 index 0000000..2c0632b --- /dev/null +++ b/2019-setembro/node_modules/acorn/LICENSE @@ -0,0 +1,19 @@ +Copyright (C) 2012-2018 by various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/acorn/README.md b/2019-setembro/node_modules/acorn/README.md new file mode 100644 index 0000000..9b7c0ba --- /dev/null +++ b/2019-setembro/node_modules/acorn/README.md @@ -0,0 +1,269 @@ +# Acorn + +A tiny, fast JavaScript parser written in JavaScript. + +## Community + +Acorn is open source software released under an +[MIT license](https://github.com/acornjs/acorn/blob/master/acorn/LICENSE). + +You are welcome to +[report bugs](https://github.com/acornjs/acorn/issues) or create pull +requests on [github](https://github.com/acornjs/acorn). For questions +and discussion, please use the +[Tern discussion forum](https://discuss.ternjs.net). + +## Installation + +The easiest way to install acorn is from [`npm`](https://www.npmjs.com/): + +```sh +npm install acorn +``` + +Alternately, you can download the source and build acorn yourself: + +```sh +git clone https://github.com/acornjs/acorn.git +cd acorn +npm install +``` + +## Interface + +**parse**`(input, options)` is the main interface to the library. The +`input` parameter is a string, `options` can be undefined or an object +setting some of the options listed below. The return value will be an +abstract syntax tree object as specified by the [ESTree +spec](https://github.com/estree/estree). + +```javascript +let acorn = require("acorn"); +console.log(acorn.parse("1 + 1")); +``` + +When encountering a syntax error, the parser will raise a +`SyntaxError` object with a meaningful message. The error object will +have a `pos` property that indicates the string offset at which the +error occurred, and a `loc` object that contains a `{line, column}` +object referring to that same position. + +Options can be provided by passing a second argument, which should be +an object containing any of these fields: + +- **ecmaVersion**: Indicates the ECMAScript version to parse. Must be + either 3, 5, 6 (2015), 7 (2016), 8 (2017), 9 (2018) or 10 (2019, partial + support). This influences support for strict mode, the set of + reserved words, and support for new syntax features. Default is 10. + + **NOTE**: Only 'stage 4' (finalized) ECMAScript features are being + implemented by Acorn. Other proposed new features can be implemented + through plugins. + +- **sourceType**: Indicate the mode the code should be parsed in. Can be + either `"script"` or `"module"`. This influences global strict mode + and parsing of `import` and `export` declarations. + + **NOTE**: If set to `"module"`, then static `import` / `export` syntax + will be valid, even if `ecmaVersion` is less than 6. + +- **onInsertedSemicolon**: If given a callback, that callback will be + called whenever a missing semicolon is inserted by the parser. The + callback will be given the character offset of the point where the + semicolon is inserted as argument, and if `locations` is on, also a + `{line, column}` object representing this position. + +- **onTrailingComma**: Like `onInsertedSemicolon`, but for trailing + commas. + +- **allowReserved**: If `false`, using a reserved word will generate + an error. Defaults to `true` for `ecmaVersion` 3, `false` for higher + versions. When given the value `"never"`, reserved words and + keywords can also not be used as property names (as in Internet + Explorer's old parser). + +- **allowReturnOutsideFunction**: By default, a return statement at + the top level raises an error. Set this to `true` to accept such + code. + +- **allowImportExportEverywhere**: By default, `import` and `export` + declarations can only appear at a program's top level. Setting this + option to `true` allows them anywhere where a statement is allowed. + +- **allowAwaitOutsideFunction**: By default, `await` expressions can + only appear inside `async` functions. Setting this option to + `true` allows to have top-level `await` expressions. They are + still not allowed in non-`async` functions, though. + +- **allowHashBang**: When this is enabled (off by default), if the + code starts with the characters `#!` (as in a shellscript), the + first line will be treated as a comment. + +- **locations**: When `true`, each node has a `loc` object attached + with `start` and `end` subobjects, each of which contains the + one-based line and zero-based column numbers in `{line, column}` + form. Default is `false`. + +- **onToken**: If a function is passed for this option, each found + token will be passed in same format as tokens returned from + `tokenizer().getToken()`. + + If array is passed, each found token is pushed to it. + + Note that you are not allowed to call the parser from the + callback—that will corrupt its internal state. + +- **onComment**: If a function is passed for this option, whenever a + comment is encountered the function will be called with the + following parameters: + + - `block`: `true` if the comment is a block comment, false if it + is a line comment. + - `text`: The content of the comment. + - `start`: Character offset of the start of the comment. + - `end`: Character offset of the end of the comment. + + When the `locations` options is on, the `{line, column}` locations + of the comment’s start and end are passed as two additional + parameters. + + If array is passed for this option, each found comment is pushed + to it as object in Esprima format: + + ```javascript + { + "type": "Line" | "Block", + "value": "comment text", + "start": Number, + "end": Number, + // If `locations` option is on: + "loc": { + "start": {line: Number, column: Number} + "end": {line: Number, column: Number} + }, + // If `ranges` option is on: + "range": [Number, Number] + } + ``` + + Note that you are not allowed to call the parser from the + callback—that will corrupt its internal state. + +- **ranges**: Nodes have their start and end characters offsets + recorded in `start` and `end` properties (directly on the node, + rather than the `loc` object, which holds line/column data. To also + add a + [semi-standardized](https://bugzilla.mozilla.org/show_bug.cgi?id=745678) + `range` property holding a `[start, end]` array with the same + numbers, set the `ranges` option to `true`. + +- **program**: It is possible to parse multiple files into a single + AST by passing the tree produced by parsing the first file as the + `program` option in subsequent parses. This will add the toplevel + forms of the parsed file to the "Program" (top) node of an existing + parse tree. + +- **sourceFile**: When the `locations` option is `true`, you can pass + this option to add a `source` attribute in every node’s `loc` + object. Note that the contents of this option are not examined or + processed in any way; you are free to use whatever format you + choose. + +- **directSourceFile**: Like `sourceFile`, but a `sourceFile` property + will be added (regardless of the `location` option) directly to the + nodes, rather than the `loc` object. + +- **preserveParens**: If this option is `true`, parenthesized expressions + are represented by (non-standard) `ParenthesizedExpression` nodes + that have a single `expression` property containing the expression + inside parentheses. + +**parseExpressionAt**`(input, offset, options)` will parse a single +expression in a string, and return its AST. It will not complain if +there is more of the string left after the expression. + +**tokenizer**`(input, options)` returns an object with a `getToken` +method that can be called repeatedly to get the next token, a `{start, +end, type, value}` object (with added `loc` property when the +`locations` option is enabled and `range` property when the `ranges` +option is enabled). When the token's type is `tokTypes.eof`, you +should stop calling the method, since it will keep returning that same +token forever. + +In ES6 environment, returned result can be used as any other +protocol-compliant iterable: + +```javascript +for (let token of acorn.tokenizer(str)) { + // iterate over the tokens +} + +// transform code to array of tokens: +var tokens = [...acorn.tokenizer(str)]; +``` + +**tokTypes** holds an object mapping names to the token type objects +that end up in the `type` properties of tokens. + +**getLineInfo**`(input, offset)` can be used to get a `{line, +column}` object for a given program string and offset. + +### The `Parser` class + +Instances of the **`Parser`** class contain all the state and logic +that drives a parse. It has static methods `parse`, +`parseExpressionAt`, and `tokenizer` that match the top-level +functions by the same name. + +When extending the parser with plugins, you need to call these methods +on the extended version of the class. To extend a parser with plugins, +you can use its static `extend` method. + +```javascript +var acorn = require("acorn"); +var jsx = require("acorn-jsx"); +var JSXParser = acorn.Parser.extend(jsx()); +JSXParser.parse("foo()"); +``` + +The `extend` method takes any number of plugin values, and returns a +new `Parser` class that includes the extra parser logic provided by +the plugins. + +## Command line interface + +The `bin/acorn` utility can be used to parse a file from the command +line. It accepts as arguments its input file and the following +options: + +- `--ecma3|--ecma5|--ecma6|--ecma7|--ecma8|--ecma9|--ecma10`: Sets the ECMAScript version + to parse. Default is version 9. + +- `--module`: Sets the parsing mode to `"module"`. Is set to `"script"` otherwise. + +- `--locations`: Attaches a "loc" object to each node with "start" and + "end" subobjects, each of which contains the one-based line and + zero-based column numbers in `{line, column}` form. + +- `--allow-hash-bang`: If the code starts with the characters #! (as + in a shellscript), the first line will be treated as a comment. + +- `--compact`: No whitespace is used in the AST output. + +- `--silent`: Do not output the AST, just return the exit status. + +- `--help`: Print the usage information and quit. + +The utility spits out the syntax tree as JSON data. + +## Existing plugins + + - [`acorn-jsx`](https://github.com/RReverser/acorn-jsx): Parse [Facebook JSX syntax extensions](https://github.com/facebook/jsx) + +Plugins for ECMAScript proposals: + + - [`acorn-stage3`](https://github.com/acornjs/acorn-stage3): Parse most stage 3 proposals, bundling: + - [`acorn-class-fields`](https://github.com/acornjs/acorn-class-fields): Parse [class fields proposal](https://github.com/tc39/proposal-class-fields) + - [`acorn-import-meta`](https://github.com/acornjs/acorn-import-meta): Parse [import.meta proposal](https://github.com/tc39/proposal-import-meta) + - [`acorn-numeric-separator`](https://github.com/acornjs/acorn-numeric-separator): Parse [numeric separator proposal](https://github.com/tc39/proposal-numeric-separator) + - [`acorn-private-methods`](https://github.com/acornjs/acorn-private-methods): parse [private methods, getters and setters proposal](https://github.com/tc39/proposal-private-methods)n diff --git a/2019-setembro/node_modules/acorn/bin/acorn b/2019-setembro/node_modules/acorn/bin/acorn new file mode 100755 index 0000000..cf7df46 --- /dev/null +++ b/2019-setembro/node_modules/acorn/bin/acorn @@ -0,0 +1,4 @@ +#!/usr/bin/env node +'use strict'; + +require('../dist/bin.js'); diff --git a/2019-setembro/node_modules/acorn/dist/acorn.d.ts b/2019-setembro/node_modules/acorn/dist/acorn.d.ts new file mode 100644 index 0000000..c68e239 --- /dev/null +++ b/2019-setembro/node_modules/acorn/dist/acorn.d.ts @@ -0,0 +1,209 @@ +export as namespace acorn +export = acorn + +declare namespace acorn { + function parse(input: string, options?: Options): Node + + function parseExpressionAt(input: string, pos?: number, options?: Options): Node + + function tokenizer(input: string, options?: Options): { + getToken(): Token + [Symbol.iterator](): Iterator + } + + interface Options { + ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 2015 | 2016 | 2017 | 2018 | 2019 + sourceType?: 'script' | 'module' + onInsertedSemicolon?: (lastTokEnd: number, lastTokEndLoc?: Position) => void + onTrailingComma?: (lastTokEnd: number, lastTokEndLoc?: Position) => void + allowReserved?: boolean | 'never' + allowReturnOutsideFunction?: boolean + allowImportExportEverywhere?: boolean + allowAwaitOutsideFunction?: boolean + allowHashBang?: boolean + locations?: boolean + onToken?: ((token: Token) => any) | Token[] + onComment?: (( + isBlock: boolean, text: string, start: number, end: number, startLoc?: Position, + endLoc?: Position + ) => void) | Comment[] + ranges?: boolean + program?: Node + sourceFile?: string + directSourceFile?: string + preserveParens?: boolean + } + + class Parser { + constructor(options: Options, input: string, startPos?: number) + parse(this: Parser): Node + static parse(this: typeof Parser, input: string, options?: Options): Node + static parseExpressionAt(this: typeof Parser, input: string, pos: number, options?: Options): Node + static tokenizer(this: typeof Parser, input: string, options?: Options): { + getToken(): Token + [Symbol.iterator](): Iterator + } + static extend(this: typeof Parser, ...plugins: ((BaseParser: typeof Parser) => typeof Parser)[]): typeof Parser + } + + interface Position { line: number; column: number; offset: number } + + const defaultOptions: Options + + function getLineInfo(input: string, offset: number): Position + + class SourceLocation { + start: Position + end: Position + source?: string | null + constructor(p: Parser, start: Position, end: Position) + } + + class Node { + type: string + start: number + end: number + loc?: SourceLocation + sourceFile?: string + range?: [number, number] + constructor(parser: Parser, pos: number, loc?: SourceLocation) + } + + class TokenType { + label: string + keyword: string + beforeExpr: boolean + startsExpr: boolean + isLoop: boolean + isAssign: boolean + prefix: boolean + postfix: boolean + binop: number + updateContext?: (prevType: TokenType) => void + constructor(label: string, conf?: any) + } + + const tokTypes: { + num: TokenType + regexp: TokenType + string: TokenType + name: TokenType + eof: TokenType + bracketL: TokenType + bracketR: TokenType + braceL: TokenType + braceR: TokenType + parenL: TokenType + parenR: TokenType + comma: TokenType + semi: TokenType + colon: TokenType + dot: TokenType + question: TokenType + arrow: TokenType + template: TokenType + ellipsis: TokenType + backQuote: TokenType + dollarBraceL: TokenType + eq: TokenType + assign: TokenType + incDec: TokenType + prefix: TokenType + logicalOR: TokenType + logicalAND: TokenType + bitwiseOR: TokenType + bitwiseXOR: TokenType + bitwiseAND: TokenType + equality: TokenType + relational: TokenType + bitShift: TokenType + plusMin: TokenType + modulo: TokenType + star: TokenType + slash: TokenType + starstar: TokenType + _break: TokenType + _case: TokenType + _catch: TokenType + _continue: TokenType + _debugger: TokenType + _default: TokenType + _do: TokenType + _else: TokenType + _finally: TokenType + _for: TokenType + _function: TokenType + _if: TokenType + _return: TokenType + _switch: TokenType + _throw: TokenType + _try: TokenType + _var: TokenType + _const: TokenType + _while: TokenType + _with: TokenType + _new: TokenType + _this: TokenType + _super: TokenType + _class: TokenType + _extends: TokenType + _export: TokenType + _import: TokenType + _null: TokenType + _true: TokenType + _false: TokenType + _in: TokenType + _instanceof: TokenType + _typeof: TokenType + _void: TokenType + _delete: TokenType + } + + class TokContext { + constructor(token: string, isExpr: boolean, preserveSpace: boolean, override?: (p: Parser) => void) + } + + const tokContexts: { + b_stat: TokContext + b_expr: TokContext + b_tmpl: TokContext + p_stat: TokContext + p_expr: TokContext + q_tmpl: TokContext + f_expr: TokContext + } + + function isIdentifierStart(code: number, astral?: boolean): boolean + + function isIdentifierChar(code: number, astral?: boolean): boolean + + interface AbstractToken { + } + + interface Comment extends AbstractToken { + type: string + value: string + start: number + end: number + loc?: SourceLocation + range?: [number, number] + } + + class Token { + type: TokenType + value: any + start: number + end: number + loc?: SourceLocation + range?: [number, number] + constructor(p: Parser) + } + + function isNewLine(code: number): boolean + + const lineBreak: RegExp + + const lineBreakG: RegExp + + const version: string +} diff --git a/2019-setembro/node_modules/acorn/dist/acorn.js b/2019-setembro/node_modules/acorn/dist/acorn.js new file mode 100644 index 0000000..e4d9e76 --- /dev/null +++ b/2019-setembro/node_modules/acorn/dist/acorn.js @@ -0,0 +1,4979 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : + typeof define === 'function' && define.amd ? define(['exports'], factory) : + (global = global || self, factory(global.acorn = {})); +}(this, function (exports) { 'use strict'; + + // Reserved word lists for various dialects of the language + + var reservedWords = { + 3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile", + 5: "class enum extends super const export import", + 6: "enum", + strict: "implements interface let package private protected public static yield", + strictBind: "eval arguments" + }; + + // And the keywords + + var ecma5AndLessKeywords = "break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"; + + var keywords = { + 5: ecma5AndLessKeywords, + "5module": ecma5AndLessKeywords + " export import", + 6: ecma5AndLessKeywords + " const class extends export import super" + }; + + var keywordRelationalOperator = /^in(stanceof)?$/; + + // ## Character categories + + // Big ugly regular expressions that match characters in the + // whitespace, identifier, and identifier-start categories. These + // are only applied when a character is found to actually have a + // code point above 128. + // Generated by `bin/generate-identifier-regex.js`. + var nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u08a0-\u08b4\u08b6-\u08bd\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fef\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7bf\ua7c2-\ua7c6\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab67\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; + var nonASCIIidentifierChars = "\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u08d3-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d82\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u1810-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1df9\u1dfb-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f"; + + var nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); + var nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); + + nonASCIIidentifierStartChars = nonASCIIidentifierChars = null; + + // These are a run-length and offset encoded representation of the + // >0xffff code points that are a valid part of identifiers. The + // offset starts at 0x10000, and each pair of numbers represents an + // offset to the next range, and then a size of the range. They were + // generated by bin/generate-identifier-regex.js + + // eslint-disable-next-line comma-spacing + var astralIdentifierStartCodes = [0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,477,28,11,0,9,21,155,22,13,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,0,33,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,0,161,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,754,9486,286,50,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,2357,44,11,6,17,0,370,43,1301,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,15,7472,3104,541]; + + // eslint-disable-next-line comma-spacing + var astralIdentifierCodes = [509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,232,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,792487,239]; + + // This has a complexity linear to the value of the code. The + // assumption is that looking up astral identifier characters is + // rare. + function isInAstralSet(code, set) { + var pos = 0x10000; + for (var i = 0; i < set.length; i += 2) { + pos += set[i]; + if (pos > code) { return false } + pos += set[i + 1]; + if (pos >= code) { return true } + } + } + + // Test whether a given character code starts an identifier. + + function isIdentifierStart(code, astral) { + if (code < 65) { return code === 36 } + if (code < 91) { return true } + if (code < 97) { return code === 95 } + if (code < 123) { return true } + if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) } + if (astral === false) { return false } + return isInAstralSet(code, astralIdentifierStartCodes) + } + + // Test whether a given character is part of an identifier. + + function isIdentifierChar(code, astral) { + if (code < 48) { return code === 36 } + if (code < 58) { return true } + if (code < 65) { return false } + if (code < 91) { return true } + if (code < 97) { return code === 95 } + if (code < 123) { return true } + if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)) } + if (astral === false) { return false } + return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes) + } + + // ## Token types + + // The assignment of fine-grained, information-carrying type objects + // allows the tokenizer to store the information it has about a + // token in a way that is very cheap for the parser to look up. + + // All token type variables start with an underscore, to make them + // easy to recognize. + + // The `beforeExpr` property is used to disambiguate between regular + // expressions and divisions. It is set on all token types that can + // be followed by an expression (thus, a slash after them would be a + // regular expression). + // + // The `startsExpr` property is used to check if the token ends a + // `yield` expression. It is set on all token types that either can + // directly start an expression (like a quotation mark) or can + // continue an expression (like the body of a string). + // + // `isLoop` marks a keyword as starting a loop, which is important + // to know when parsing a label, in order to allow or disallow + // continue jumps to that label. + + var TokenType = function TokenType(label, conf) { + if ( conf === void 0 ) conf = {}; + + this.label = label; + this.keyword = conf.keyword; + this.beforeExpr = !!conf.beforeExpr; + this.startsExpr = !!conf.startsExpr; + this.isLoop = !!conf.isLoop; + this.isAssign = !!conf.isAssign; + this.prefix = !!conf.prefix; + this.postfix = !!conf.postfix; + this.binop = conf.binop || null; + this.updateContext = null; + }; + + function binop(name, prec) { + return new TokenType(name, {beforeExpr: true, binop: prec}) + } + var beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true}; + + // Map keyword names to token types. + + var keywords$1 = {}; + + // Succinct definitions of keyword token types + function kw(name, options) { + if ( options === void 0 ) options = {}; + + options.keyword = name; + return keywords$1[name] = new TokenType(name, options) + } + + var types = { + num: new TokenType("num", startsExpr), + regexp: new TokenType("regexp", startsExpr), + string: new TokenType("string", startsExpr), + name: new TokenType("name", startsExpr), + eof: new TokenType("eof"), + + // Punctuation token types. + bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), + bracketR: new TokenType("]"), + braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), + braceR: new TokenType("}"), + parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), + parenR: new TokenType(")"), + comma: new TokenType(",", beforeExpr), + semi: new TokenType(";", beforeExpr), + colon: new TokenType(":", beforeExpr), + dot: new TokenType("."), + question: new TokenType("?", beforeExpr), + arrow: new TokenType("=>", beforeExpr), + template: new TokenType("template"), + invalidTemplate: new TokenType("invalidTemplate"), + ellipsis: new TokenType("...", beforeExpr), + backQuote: new TokenType("`", startsExpr), + dollarBraceL: new TokenType("${", {beforeExpr: true, startsExpr: true}), + + // Operators. These carry several kinds of properties to help the + // parser use them properly (the presence of these properties is + // what categorizes them as operators). + // + // `binop`, when present, specifies that this operator is a binary + // operator, and will refer to its precedence. + // + // `prefix` and `postfix` mark the operator as a prefix or postfix + // unary operator. + // + // `isAssign` marks all of `=`, `+=`, `-=` etcetera, which act as + // binary operators with a very low precedence, that should result + // in AssignmentExpression nodes. + + eq: new TokenType("=", {beforeExpr: true, isAssign: true}), + assign: new TokenType("_=", {beforeExpr: true, isAssign: true}), + incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), + prefix: new TokenType("!/~", {beforeExpr: true, prefix: true, startsExpr: true}), + logicalOR: binop("||", 1), + logicalAND: binop("&&", 2), + bitwiseOR: binop("|", 3), + bitwiseXOR: binop("^", 4), + bitwiseAND: binop("&", 5), + equality: binop("==/!=/===/!==", 6), + relational: binop("/<=/>=", 7), + bitShift: binop("<>/>>>", 8), + plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), + modulo: binop("%", 10), + star: binop("*", 10), + slash: binop("/", 10), + starstar: new TokenType("**", {beforeExpr: true}), + + // Keyword token types. + _break: kw("break"), + _case: kw("case", beforeExpr), + _catch: kw("catch"), + _continue: kw("continue"), + _debugger: kw("debugger"), + _default: kw("default", beforeExpr), + _do: kw("do", {isLoop: true, beforeExpr: true}), + _else: kw("else", beforeExpr), + _finally: kw("finally"), + _for: kw("for", {isLoop: true}), + _function: kw("function", startsExpr), + _if: kw("if"), + _return: kw("return", beforeExpr), + _switch: kw("switch"), + _throw: kw("throw", beforeExpr), + _try: kw("try"), + _var: kw("var"), + _const: kw("const"), + _while: kw("while", {isLoop: true}), + _with: kw("with"), + _new: kw("new", {beforeExpr: true, startsExpr: true}), + _this: kw("this", startsExpr), + _super: kw("super", startsExpr), + _class: kw("class", startsExpr), + _extends: kw("extends", beforeExpr), + _export: kw("export"), + _import: kw("import", startsExpr), + _null: kw("null", startsExpr), + _true: kw("true", startsExpr), + _false: kw("false", startsExpr), + _in: kw("in", {beforeExpr: true, binop: 7}), + _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), + _typeof: kw("typeof", {beforeExpr: true, prefix: true, startsExpr: true}), + _void: kw("void", {beforeExpr: true, prefix: true, startsExpr: true}), + _delete: kw("delete", {beforeExpr: true, prefix: true, startsExpr: true}) + }; + + // Matches a whole line break (where CRLF is considered a single + // line break). Used to count lines. + + var lineBreak = /\r\n?|\n|\u2028|\u2029/; + var lineBreakG = new RegExp(lineBreak.source, "g"); + + function isNewLine(code, ecma2019String) { + return code === 10 || code === 13 || (!ecma2019String && (code === 0x2028 || code === 0x2029)) + } + + var nonASCIIwhitespace = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/; + + var skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g; + + var ref = Object.prototype; + var hasOwnProperty = ref.hasOwnProperty; + var toString = ref.toString; + + // Checks if an object has a property. + + function has(obj, propName) { + return hasOwnProperty.call(obj, propName) + } + + var isArray = Array.isArray || (function (obj) { return ( + toString.call(obj) === "[object Array]" + ); }); + + function wordsRegexp(words) { + return new RegExp("^(?:" + words.replace(/ /g, "|") + ")$") + } + + // These are used when `options.locations` is on, for the + // `startLoc` and `endLoc` properties. + + var Position = function Position(line, col) { + this.line = line; + this.column = col; + }; + + Position.prototype.offset = function offset (n) { + return new Position(this.line, this.column + n) + }; + + var SourceLocation = function SourceLocation(p, start, end) { + this.start = start; + this.end = end; + if (p.sourceFile !== null) { this.source = p.sourceFile; } + }; + + // The `getLineInfo` function is mostly useful when the + // `locations` option is off (for performance reasons) and you + // want to find the line/column position for a given character + // offset. `input` should be the code string that the offset refers + // into. + + function getLineInfo(input, offset) { + for (var line = 1, cur = 0;;) { + lineBreakG.lastIndex = cur; + var match = lineBreakG.exec(input); + if (match && match.index < offset) { + ++line; + cur = match.index + match[0].length; + } else { + return new Position(line, offset - cur) + } + } + } + + // A second optional argument can be given to further configure + // the parser process. These options are recognized: + + var defaultOptions = { + // `ecmaVersion` indicates the ECMAScript version to parse. Must be + // either 3, 5, 6 (2015), 7 (2016), 8 (2017), 9 (2018), or 10 + // (2019). This influences support for strict mode, the set of + // reserved words, and support for new syntax features. The default + // is 10. + ecmaVersion: 10, + // `sourceType` indicates the mode the code should be parsed in. + // Can be either `"script"` or `"module"`. This influences global + // strict mode and parsing of `import` and `export` declarations. + sourceType: "script", + // `onInsertedSemicolon` can be a callback that will be called + // when a semicolon is automatically inserted. It will be passed + // the position of the comma as an offset, and if `locations` is + // enabled, it is given the location as a `{line, column}` object + // as second argument. + onInsertedSemicolon: null, + // `onTrailingComma` is similar to `onInsertedSemicolon`, but for + // trailing commas. + onTrailingComma: null, + // By default, reserved words are only enforced if ecmaVersion >= 5. + // Set `allowReserved` to a boolean value to explicitly turn this on + // an off. When this option has the value "never", reserved words + // and keywords can also not be used as property names. + allowReserved: null, + // When enabled, a return at the top level is not considered an + // error. + allowReturnOutsideFunction: false, + // When enabled, import/export statements are not constrained to + // appearing at the top of the program. + allowImportExportEverywhere: false, + // When enabled, await identifiers are allowed to appear at the top-level scope, + // but they are still not allowed in non-async functions. + allowAwaitOutsideFunction: false, + // When enabled, hashbang directive in the beginning of file + // is allowed and treated as a line comment. + allowHashBang: false, + // When `locations` is on, `loc` properties holding objects with + // `start` and `end` properties in `{line, column}` form (with + // line being 1-based and column 0-based) will be attached to the + // nodes. + locations: false, + // A function can be passed as `onToken` option, which will + // cause Acorn to call that function with object in the same + // format as tokens returned from `tokenizer().getToken()`. Note + // that you are not allowed to call the parser from the + // callback—that will corrupt its internal state. + onToken: null, + // A function can be passed as `onComment` option, which will + // cause Acorn to call that function with `(block, text, start, + // end)` parameters whenever a comment is skipped. `block` is a + // boolean indicating whether this is a block (`/* */`) comment, + // `text` is the content of the comment, and `start` and `end` are + // character offsets that denote the start and end of the comment. + // When the `locations` option is on, two more parameters are + // passed, the full `{line, column}` locations of the start and + // end of the comments. Note that you are not allowed to call the + // parser from the callback—that will corrupt its internal state. + onComment: null, + // Nodes have their start and end characters offsets recorded in + // `start` and `end` properties (directly on the node, rather than + // the `loc` object, which holds line/column data. To also add a + // [semi-standardized][range] `range` property holding a `[start, + // end]` array with the same numbers, set the `ranges` option to + // `true`. + // + // [range]: https://bugzilla.mozilla.org/show_bug.cgi?id=745678 + ranges: false, + // It is possible to parse multiple files into a single AST by + // passing the tree produced by parsing the first file as + // `program` option in subsequent parses. This will add the + // toplevel forms of the parsed file to the `Program` (top) node + // of an existing parse tree. + program: null, + // When `locations` is on, you can pass this to record the source + // file in every node's `loc` object. + sourceFile: null, + // This value, if given, is stored in every node, whether + // `locations` is on or off. + directSourceFile: null, + // When enabled, parenthesized expressions are represented by + // (non-standard) ParenthesizedExpression nodes + preserveParens: false + }; + + // Interpret and default an options object + + function getOptions(opts) { + var options = {}; + + for (var opt in defaultOptions) + { options[opt] = opts && has(opts, opt) ? opts[opt] : defaultOptions[opt]; } + + if (options.ecmaVersion >= 2015) + { options.ecmaVersion -= 2009; } + + if (options.allowReserved == null) + { options.allowReserved = options.ecmaVersion < 5; } + + if (isArray(options.onToken)) { + var tokens = options.onToken; + options.onToken = function (token) { return tokens.push(token); }; + } + if (isArray(options.onComment)) + { options.onComment = pushComment(options, options.onComment); } + + return options + } + + function pushComment(options, array) { + return function(block, text, start, end, startLoc, endLoc) { + var comment = { + type: block ? "Block" : "Line", + value: text, + start: start, + end: end + }; + if (options.locations) + { comment.loc = new SourceLocation(this, startLoc, endLoc); } + if (options.ranges) + { comment.range = [start, end]; } + array.push(comment); + } + } + + // Each scope gets a bitset that may contain these flags + var + SCOPE_TOP = 1, + SCOPE_FUNCTION = 2, + SCOPE_VAR = SCOPE_TOP | SCOPE_FUNCTION, + SCOPE_ASYNC = 4, + SCOPE_GENERATOR = 8, + SCOPE_ARROW = 16, + SCOPE_SIMPLE_CATCH = 32, + SCOPE_SUPER = 64, + SCOPE_DIRECT_SUPER = 128; + + function functionFlags(async, generator) { + return SCOPE_FUNCTION | (async ? SCOPE_ASYNC : 0) | (generator ? SCOPE_GENERATOR : 0) + } + + // Used in checkLVal and declareName to determine the type of a binding + var + BIND_NONE = 0, // Not a binding + BIND_VAR = 1, // Var-style binding + BIND_LEXICAL = 2, // Let- or const-style binding + BIND_FUNCTION = 3, // Function declaration + BIND_SIMPLE_CATCH = 4, // Simple (identifier pattern) catch binding + BIND_OUTSIDE = 5; // Special case for function names as bound inside the function + + var Parser = function Parser(options, input, startPos) { + this.options = options = getOptions(options); + this.sourceFile = options.sourceFile; + this.keywords = wordsRegexp(keywords[options.ecmaVersion >= 6 ? 6 : options.sourceType === "module" ? "5module" : 5]); + var reserved = ""; + if (options.allowReserved !== true) { + for (var v = options.ecmaVersion;; v--) + { if (reserved = reservedWords[v]) { break } } + if (options.sourceType === "module") { reserved += " await"; } + } + this.reservedWords = wordsRegexp(reserved); + var reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict; + this.reservedWordsStrict = wordsRegexp(reservedStrict); + this.reservedWordsStrictBind = wordsRegexp(reservedStrict + " " + reservedWords.strictBind); + this.input = String(input); + + // Used to signal to callers of `readWord1` whether the word + // contained any escape sequences. This is needed because words with + // escape sequences must not be interpreted as keywords. + this.containsEsc = false; + + // Set up token state + + // The current position of the tokenizer in the input. + if (startPos) { + this.pos = startPos; + this.lineStart = this.input.lastIndexOf("\n", startPos - 1) + 1; + this.curLine = this.input.slice(0, this.lineStart).split(lineBreak).length; + } else { + this.pos = this.lineStart = 0; + this.curLine = 1; + } + + // Properties of the current token: + // Its type + this.type = types.eof; + // For tokens that include more information than their type, the value + this.value = null; + // Its start and end offset + this.start = this.end = this.pos; + // And, if locations are used, the {line, column} object + // corresponding to those offsets + this.startLoc = this.endLoc = this.curPosition(); + + // Position information for the previous token + this.lastTokEndLoc = this.lastTokStartLoc = null; + this.lastTokStart = this.lastTokEnd = this.pos; + + // The context stack is used to superficially track syntactic + // context to predict whether a regular expression is allowed in a + // given position. + this.context = this.initialContext(); + this.exprAllowed = true; + + // Figure out if it's a module code. + this.inModule = options.sourceType === "module"; + this.strict = this.inModule || this.strictDirective(this.pos); + + // Used to signify the start of a potential arrow function + this.potentialArrowAt = -1; + + // Positions to delayed-check that yield/await does not exist in default parameters. + this.yieldPos = this.awaitPos = this.awaitIdentPos = 0; + // Labels in scope. + this.labels = []; + // Thus-far undefined exports. + this.undefinedExports = {}; + + // If enabled, skip leading hashbang line. + if (this.pos === 0 && options.allowHashBang && this.input.slice(0, 2) === "#!") + { this.skipLineComment(2); } + + // Scope tracking for duplicate variable names (see scope.js) + this.scopeStack = []; + this.enterScope(SCOPE_TOP); + + // For RegExp validation + this.regexpState = null; + }; + + var prototypeAccessors = { inFunction: { configurable: true },inGenerator: { configurable: true },inAsync: { configurable: true },allowSuper: { configurable: true },allowDirectSuper: { configurable: true },treatFunctionsAsVar: { configurable: true } }; + + Parser.prototype.parse = function parse () { + var node = this.options.program || this.startNode(); + this.nextToken(); + return this.parseTopLevel(node) + }; + + prototypeAccessors.inFunction.get = function () { return (this.currentVarScope().flags & SCOPE_FUNCTION) > 0 }; + prototypeAccessors.inGenerator.get = function () { return (this.currentVarScope().flags & SCOPE_GENERATOR) > 0 }; + prototypeAccessors.inAsync.get = function () { return (this.currentVarScope().flags & SCOPE_ASYNC) > 0 }; + prototypeAccessors.allowSuper.get = function () { return (this.currentThisScope().flags & SCOPE_SUPER) > 0 }; + prototypeAccessors.allowDirectSuper.get = function () { return (this.currentThisScope().flags & SCOPE_DIRECT_SUPER) > 0 }; + prototypeAccessors.treatFunctionsAsVar.get = function () { return this.treatFunctionsAsVarInScope(this.currentScope()) }; + + // Switch to a getter for 7.0.0. + Parser.prototype.inNonArrowFunction = function inNonArrowFunction () { return (this.currentThisScope().flags & SCOPE_FUNCTION) > 0 }; + + Parser.extend = function extend () { + var plugins = [], len = arguments.length; + while ( len-- ) plugins[ len ] = arguments[ len ]; + + var cls = this; + for (var i = 0; i < plugins.length; i++) { cls = plugins[i](cls); } + return cls + }; + + Parser.parse = function parse (input, options) { + return new this(options, input).parse() + }; + + Parser.parseExpressionAt = function parseExpressionAt (input, pos, options) { + var parser = new this(options, input, pos); + parser.nextToken(); + return parser.parseExpression() + }; + + Parser.tokenizer = function tokenizer (input, options) { + return new this(options, input) + }; + + Object.defineProperties( Parser.prototype, prototypeAccessors ); + + var pp = Parser.prototype; + + // ## Parser utilities + + var literal = /^(?:'((?:\\.|[^'])*?)'|"((?:\\.|[^"])*?)")/; + pp.strictDirective = function(start) { + for (;;) { + // Try to find string literal. + skipWhiteSpace.lastIndex = start; + start += skipWhiteSpace.exec(this.input)[0].length; + var match = literal.exec(this.input.slice(start)); + if (!match) { return false } + if ((match[1] || match[2]) === "use strict") { return true } + start += match[0].length; + + // Skip semicolon, if any. + skipWhiteSpace.lastIndex = start; + start += skipWhiteSpace.exec(this.input)[0].length; + if (this.input[start] === ";") + { start++; } + } + }; + + // Predicate that tests whether the next token is of the given + // type, and if yes, consumes it as a side effect. + + pp.eat = function(type) { + if (this.type === type) { + this.next(); + return true + } else { + return false + } + }; + + // Tests whether parsed token is a contextual keyword. + + pp.isContextual = function(name) { + return this.type === types.name && this.value === name && !this.containsEsc + }; + + // Consumes contextual keyword if possible. + + pp.eatContextual = function(name) { + if (!this.isContextual(name)) { return false } + this.next(); + return true + }; + + // Asserts that following token is given contextual keyword. + + pp.expectContextual = function(name) { + if (!this.eatContextual(name)) { this.unexpected(); } + }; + + // Test whether a semicolon can be inserted at the current position. + + pp.canInsertSemicolon = function() { + return this.type === types.eof || + this.type === types.braceR || + lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) + }; + + pp.insertSemicolon = function() { + if (this.canInsertSemicolon()) { + if (this.options.onInsertedSemicolon) + { this.options.onInsertedSemicolon(this.lastTokEnd, this.lastTokEndLoc); } + return true + } + }; + + // Consume a semicolon, or, failing that, see if we are allowed to + // pretend that there is a semicolon at this position. + + pp.semicolon = function() { + if (!this.eat(types.semi) && !this.insertSemicolon()) { this.unexpected(); } + }; + + pp.afterTrailingComma = function(tokType, notNext) { + if (this.type === tokType) { + if (this.options.onTrailingComma) + { this.options.onTrailingComma(this.lastTokStart, this.lastTokStartLoc); } + if (!notNext) + { this.next(); } + return true + } + }; + + // Expect a token of a given type. If found, consume it, otherwise, + // raise an unexpected token error. + + pp.expect = function(type) { + this.eat(type) || this.unexpected(); + }; + + // Raise an unexpected token error. + + pp.unexpected = function(pos) { + this.raise(pos != null ? pos : this.start, "Unexpected token"); + }; + + function DestructuringErrors() { + this.shorthandAssign = + this.trailingComma = + this.parenthesizedAssign = + this.parenthesizedBind = + this.doubleProto = + -1; + } + + pp.checkPatternErrors = function(refDestructuringErrors, isAssign) { + if (!refDestructuringErrors) { return } + if (refDestructuringErrors.trailingComma > -1) + { this.raiseRecoverable(refDestructuringErrors.trailingComma, "Comma is not permitted after the rest element"); } + var parens = isAssign ? refDestructuringErrors.parenthesizedAssign : refDestructuringErrors.parenthesizedBind; + if (parens > -1) { this.raiseRecoverable(parens, "Parenthesized pattern"); } + }; + + pp.checkExpressionErrors = function(refDestructuringErrors, andThrow) { + if (!refDestructuringErrors) { return false } + var shorthandAssign = refDestructuringErrors.shorthandAssign; + var doubleProto = refDestructuringErrors.doubleProto; + if (!andThrow) { return shorthandAssign >= 0 || doubleProto >= 0 } + if (shorthandAssign >= 0) + { this.raise(shorthandAssign, "Shorthand property assignments are valid only in destructuring patterns"); } + if (doubleProto >= 0) + { this.raiseRecoverable(doubleProto, "Redefinition of __proto__ property"); } + }; + + pp.checkYieldAwaitInDefaultParams = function() { + if (this.yieldPos && (!this.awaitPos || this.yieldPos < this.awaitPos)) + { this.raise(this.yieldPos, "Yield expression cannot be a default value"); } + if (this.awaitPos) + { this.raise(this.awaitPos, "Await expression cannot be a default value"); } + }; + + pp.isSimpleAssignTarget = function(expr) { + if (expr.type === "ParenthesizedExpression") + { return this.isSimpleAssignTarget(expr.expression) } + return expr.type === "Identifier" || expr.type === "MemberExpression" + }; + + var pp$1 = Parser.prototype; + + // ### Statement parsing + + // Parse a program. Initializes the parser, reads any number of + // statements, and wraps them in a Program node. Optionally takes a + // `program` argument. If present, the statements will be appended + // to its body instead of creating a new node. + + pp$1.parseTopLevel = function(node) { + var exports = {}; + if (!node.body) { node.body = []; } + while (this.type !== types.eof) { + var stmt = this.parseStatement(null, true, exports); + node.body.push(stmt); + } + if (this.inModule) + { for (var i = 0, list = Object.keys(this.undefinedExports); i < list.length; i += 1) + { + var name = list[i]; + + this.raiseRecoverable(this.undefinedExports[name].start, ("Export '" + name + "' is not defined")); + } } + this.adaptDirectivePrologue(node.body); + this.next(); + node.sourceType = this.options.sourceType; + return this.finishNode(node, "Program") + }; + + var loopLabel = {kind: "loop"}, switchLabel = {kind: "switch"}; + + pp$1.isLet = function(context) { + if (this.options.ecmaVersion < 6 || !this.isContextual("let")) { return false } + skipWhiteSpace.lastIndex = this.pos; + var skip = skipWhiteSpace.exec(this.input); + var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next); + // For ambiguous cases, determine if a LexicalDeclaration (or only a + // Statement) is allowed here. If context is not empty then only a Statement + // is allowed. However, `let [` is an explicit negative lookahead for + // ExpressionStatement, so special-case it first. + if (nextCh === 91) { return true } // '[' + if (context) { return false } + + if (nextCh === 123) { return true } // '{' + if (isIdentifierStart(nextCh, true)) { + var pos = next + 1; + while (isIdentifierChar(this.input.charCodeAt(pos), true)) { ++pos; } + var ident = this.input.slice(next, pos); + if (!keywordRelationalOperator.test(ident)) { return true } + } + return false + }; + + // check 'async [no LineTerminator here] function' + // - 'async /*foo*/ function' is OK. + // - 'async /*\n*/ function' is invalid. + pp$1.isAsyncFunction = function() { + if (this.options.ecmaVersion < 8 || !this.isContextual("async")) + { return false } + + skipWhiteSpace.lastIndex = this.pos; + var skip = skipWhiteSpace.exec(this.input); + var next = this.pos + skip[0].length; + return !lineBreak.test(this.input.slice(this.pos, next)) && + this.input.slice(next, next + 8) === "function" && + (next + 8 === this.input.length || !isIdentifierChar(this.input.charAt(next + 8))) + }; + + // Parse a single statement. + // + // If expecting a statement and finding a slash operator, parse a + // regular expression literal. This is to handle cases like + // `if (foo) /blah/.exec(foo)`, where looking at the previous token + // does not help. + + pp$1.parseStatement = function(context, topLevel, exports) { + var starttype = this.type, node = this.startNode(), kind; + + if (this.isLet(context)) { + starttype = types._var; + kind = "let"; + } + + // Most types of statements are recognized by the keyword they + // start with. Many are trivial to parse, some require a bit of + // complexity. + + switch (starttype) { + case types._break: case types._continue: return this.parseBreakContinueStatement(node, starttype.keyword) + case types._debugger: return this.parseDebuggerStatement(node) + case types._do: return this.parseDoStatement(node) + case types._for: return this.parseForStatement(node) + case types._function: + // Function as sole body of either an if statement or a labeled statement + // works, but not when it is part of a labeled statement that is the sole + // body of an if statement. + if ((context && (this.strict || context !== "if" && context !== "label")) && this.options.ecmaVersion >= 6) { this.unexpected(); } + return this.parseFunctionStatement(node, false, !context) + case types._class: + if (context) { this.unexpected(); } + return this.parseClass(node, true) + case types._if: return this.parseIfStatement(node) + case types._return: return this.parseReturnStatement(node) + case types._switch: return this.parseSwitchStatement(node) + case types._throw: return this.parseThrowStatement(node) + case types._try: return this.parseTryStatement(node) + case types._const: case types._var: + kind = kind || this.value; + if (context && kind !== "var") { this.unexpected(); } + return this.parseVarStatement(node, kind) + case types._while: return this.parseWhileStatement(node) + case types._with: return this.parseWithStatement(node) + case types.braceL: return this.parseBlock(true, node) + case types.semi: return this.parseEmptyStatement(node) + case types._export: + case types._import: + if (this.options.ecmaVersion > 10 && starttype === types._import) { + skipWhiteSpace.lastIndex = this.pos; + var skip = skipWhiteSpace.exec(this.input); + var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next); + if (nextCh === 40) // '(' + { return this.parseExpressionStatement(node, this.parseExpression()) } + } + + if (!this.options.allowImportExportEverywhere) { + if (!topLevel) + { this.raise(this.start, "'import' and 'export' may only appear at the top level"); } + if (!this.inModule) + { this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'"); } + } + return starttype === types._import ? this.parseImport(node) : this.parseExport(node, exports) + + // If the statement does not start with a statement keyword or a + // brace, it's an ExpressionStatement or LabeledStatement. We + // simply start parsing an expression, and afterwards, if the + // next token is a colon and the expression was a simple + // Identifier node, we switch to interpreting it as a label. + default: + if (this.isAsyncFunction()) { + if (context) { this.unexpected(); } + this.next(); + return this.parseFunctionStatement(node, true, !context) + } + + var maybeName = this.value, expr = this.parseExpression(); + if (starttype === types.name && expr.type === "Identifier" && this.eat(types.colon)) + { return this.parseLabeledStatement(node, maybeName, expr, context) } + else { return this.parseExpressionStatement(node, expr) } + } + }; + + pp$1.parseBreakContinueStatement = function(node, keyword) { + var isBreak = keyword === "break"; + this.next(); + if (this.eat(types.semi) || this.insertSemicolon()) { node.label = null; } + else if (this.type !== types.name) { this.unexpected(); } + else { + node.label = this.parseIdent(); + this.semicolon(); + } + + // Verify that there is an actual destination to break or + // continue to. + var i = 0; + for (; i < this.labels.length; ++i) { + var lab = this.labels[i]; + if (node.label == null || lab.name === node.label.name) { + if (lab.kind != null && (isBreak || lab.kind === "loop")) { break } + if (node.label && isBreak) { break } + } + } + if (i === this.labels.length) { this.raise(node.start, "Unsyntactic " + keyword); } + return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement") + }; + + pp$1.parseDebuggerStatement = function(node) { + this.next(); + this.semicolon(); + return this.finishNode(node, "DebuggerStatement") + }; + + pp$1.parseDoStatement = function(node) { + this.next(); + this.labels.push(loopLabel); + node.body = this.parseStatement("do"); + this.labels.pop(); + this.expect(types._while); + node.test = this.parseParenExpression(); + if (this.options.ecmaVersion >= 6) + { this.eat(types.semi); } + else + { this.semicolon(); } + return this.finishNode(node, "DoWhileStatement") + }; + + // Disambiguating between a `for` and a `for`/`in` or `for`/`of` + // loop is non-trivial. Basically, we have to parse the init `var` + // statement or expression, disallowing the `in` operator (see + // the second parameter to `parseExpression`), and then check + // whether the next token is `in` or `of`. When there is no init + // part (semicolon immediately after the opening parenthesis), it + // is a regular `for` loop. + + pp$1.parseForStatement = function(node) { + this.next(); + var awaitAt = (this.options.ecmaVersion >= 9 && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction)) && this.eatContextual("await")) ? this.lastTokStart : -1; + this.labels.push(loopLabel); + this.enterScope(0); + this.expect(types.parenL); + if (this.type === types.semi) { + if (awaitAt > -1) { this.unexpected(awaitAt); } + return this.parseFor(node, null) + } + var isLet = this.isLet(); + if (this.type === types._var || this.type === types._const || isLet) { + var init$1 = this.startNode(), kind = isLet ? "let" : this.value; + this.next(); + this.parseVar(init$1, true, kind); + this.finishNode(init$1, "VariableDeclaration"); + if ((this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual("of"))) && init$1.declarations.length === 1) { + if (this.options.ecmaVersion >= 9) { + if (this.type === types._in) { + if (awaitAt > -1) { this.unexpected(awaitAt); } + } else { node.await = awaitAt > -1; } + } + return this.parseForIn(node, init$1) + } + if (awaitAt > -1) { this.unexpected(awaitAt); } + return this.parseFor(node, init$1) + } + var refDestructuringErrors = new DestructuringErrors; + var init = this.parseExpression(true, refDestructuringErrors); + if (this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual("of"))) { + if (this.options.ecmaVersion >= 9) { + if (this.type === types._in) { + if (awaitAt > -1) { this.unexpected(awaitAt); } + } else { node.await = awaitAt > -1; } + } + this.toAssignable(init, false, refDestructuringErrors); + this.checkLVal(init); + return this.parseForIn(node, init) + } else { + this.checkExpressionErrors(refDestructuringErrors, true); + } + if (awaitAt > -1) { this.unexpected(awaitAt); } + return this.parseFor(node, init) + }; + + pp$1.parseFunctionStatement = function(node, isAsync, declarationPosition) { + this.next(); + return this.parseFunction(node, FUNC_STATEMENT | (declarationPosition ? 0 : FUNC_HANGING_STATEMENT), false, isAsync) + }; + + pp$1.parseIfStatement = function(node) { + this.next(); + node.test = this.parseParenExpression(); + // allow function declarations in branches, but only in non-strict mode + node.consequent = this.parseStatement("if"); + node.alternate = this.eat(types._else) ? this.parseStatement("if") : null; + return this.finishNode(node, "IfStatement") + }; + + pp$1.parseReturnStatement = function(node) { + if (!this.inFunction && !this.options.allowReturnOutsideFunction) + { this.raise(this.start, "'return' outside of function"); } + this.next(); + + // In `return` (and `break`/`continue`), the keywords with + // optional arguments, we eagerly look for a semicolon or the + // possibility to insert one. + + if (this.eat(types.semi) || this.insertSemicolon()) { node.argument = null; } + else { node.argument = this.parseExpression(); this.semicolon(); } + return this.finishNode(node, "ReturnStatement") + }; + + pp$1.parseSwitchStatement = function(node) { + this.next(); + node.discriminant = this.parseParenExpression(); + node.cases = []; + this.expect(types.braceL); + this.labels.push(switchLabel); + this.enterScope(0); + + // Statements under must be grouped (by label) in SwitchCase + // nodes. `cur` is used to keep the node that we are currently + // adding statements to. + + var cur; + for (var sawDefault = false; this.type !== types.braceR;) { + if (this.type === types._case || this.type === types._default) { + var isCase = this.type === types._case; + if (cur) { this.finishNode(cur, "SwitchCase"); } + node.cases.push(cur = this.startNode()); + cur.consequent = []; + this.next(); + if (isCase) { + cur.test = this.parseExpression(); + } else { + if (sawDefault) { this.raiseRecoverable(this.lastTokStart, "Multiple default clauses"); } + sawDefault = true; + cur.test = null; + } + this.expect(types.colon); + } else { + if (!cur) { this.unexpected(); } + cur.consequent.push(this.parseStatement(null)); + } + } + this.exitScope(); + if (cur) { this.finishNode(cur, "SwitchCase"); } + this.next(); // Closing brace + this.labels.pop(); + return this.finishNode(node, "SwitchStatement") + }; + + pp$1.parseThrowStatement = function(node) { + this.next(); + if (lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) + { this.raise(this.lastTokEnd, "Illegal newline after throw"); } + node.argument = this.parseExpression(); + this.semicolon(); + return this.finishNode(node, "ThrowStatement") + }; + + // Reused empty array added for node fields that are always empty. + + var empty = []; + + pp$1.parseTryStatement = function(node) { + this.next(); + node.block = this.parseBlock(); + node.handler = null; + if (this.type === types._catch) { + var clause = this.startNode(); + this.next(); + if (this.eat(types.parenL)) { + clause.param = this.parseBindingAtom(); + var simple = clause.param.type === "Identifier"; + this.enterScope(simple ? SCOPE_SIMPLE_CATCH : 0); + this.checkLVal(clause.param, simple ? BIND_SIMPLE_CATCH : BIND_LEXICAL); + this.expect(types.parenR); + } else { + if (this.options.ecmaVersion < 10) { this.unexpected(); } + clause.param = null; + this.enterScope(0); + } + clause.body = this.parseBlock(false); + this.exitScope(); + node.handler = this.finishNode(clause, "CatchClause"); + } + node.finalizer = this.eat(types._finally) ? this.parseBlock() : null; + if (!node.handler && !node.finalizer) + { this.raise(node.start, "Missing catch or finally clause"); } + return this.finishNode(node, "TryStatement") + }; + + pp$1.parseVarStatement = function(node, kind) { + this.next(); + this.parseVar(node, false, kind); + this.semicolon(); + return this.finishNode(node, "VariableDeclaration") + }; + + pp$1.parseWhileStatement = function(node) { + this.next(); + node.test = this.parseParenExpression(); + this.labels.push(loopLabel); + node.body = this.parseStatement("while"); + this.labels.pop(); + return this.finishNode(node, "WhileStatement") + }; + + pp$1.parseWithStatement = function(node) { + if (this.strict) { this.raise(this.start, "'with' in strict mode"); } + this.next(); + node.object = this.parseParenExpression(); + node.body = this.parseStatement("with"); + return this.finishNode(node, "WithStatement") + }; + + pp$1.parseEmptyStatement = function(node) { + this.next(); + return this.finishNode(node, "EmptyStatement") + }; + + pp$1.parseLabeledStatement = function(node, maybeName, expr, context) { + for (var i$1 = 0, list = this.labels; i$1 < list.length; i$1 += 1) + { + var label = list[i$1]; + + if (label.name === maybeName) + { this.raise(expr.start, "Label '" + maybeName + "' is already declared"); + } } + var kind = this.type.isLoop ? "loop" : this.type === types._switch ? "switch" : null; + for (var i = this.labels.length - 1; i >= 0; i--) { + var label$1 = this.labels[i]; + if (label$1.statementStart === node.start) { + // Update information about previous labels on this node + label$1.statementStart = this.start; + label$1.kind = kind; + } else { break } + } + this.labels.push({name: maybeName, kind: kind, statementStart: this.start}); + node.body = this.parseStatement(context ? context.indexOf("label") === -1 ? context + "label" : context : "label"); + this.labels.pop(); + node.label = expr; + return this.finishNode(node, "LabeledStatement") + }; + + pp$1.parseExpressionStatement = function(node, expr) { + node.expression = expr; + this.semicolon(); + return this.finishNode(node, "ExpressionStatement") + }; + + // Parse a semicolon-enclosed block of statements, handling `"use + // strict"` declarations when `allowStrict` is true (used for + // function bodies). + + pp$1.parseBlock = function(createNewLexicalScope, node) { + if ( createNewLexicalScope === void 0 ) createNewLexicalScope = true; + if ( node === void 0 ) node = this.startNode(); + + node.body = []; + this.expect(types.braceL); + if (createNewLexicalScope) { this.enterScope(0); } + while (!this.eat(types.braceR)) { + var stmt = this.parseStatement(null); + node.body.push(stmt); + } + if (createNewLexicalScope) { this.exitScope(); } + return this.finishNode(node, "BlockStatement") + }; + + // Parse a regular `for` loop. The disambiguation code in + // `parseStatement` will already have parsed the init statement or + // expression. + + pp$1.parseFor = function(node, init) { + node.init = init; + this.expect(types.semi); + node.test = this.type === types.semi ? null : this.parseExpression(); + this.expect(types.semi); + node.update = this.type === types.parenR ? null : this.parseExpression(); + this.expect(types.parenR); + node.body = this.parseStatement("for"); + this.exitScope(); + this.labels.pop(); + return this.finishNode(node, "ForStatement") + }; + + // Parse a `for`/`in` and `for`/`of` loop, which are almost + // same from parser's perspective. + + pp$1.parseForIn = function(node, init) { + var isForIn = this.type === types._in; + this.next(); + + if ( + init.type === "VariableDeclaration" && + init.declarations[0].init != null && + ( + !isForIn || + this.options.ecmaVersion < 8 || + this.strict || + init.kind !== "var" || + init.declarations[0].id.type !== "Identifier" + ) + ) { + this.raise( + init.start, + ((isForIn ? "for-in" : "for-of") + " loop variable declaration may not have an initializer") + ); + } else if (init.type === "AssignmentPattern") { + this.raise(init.start, "Invalid left-hand side in for-loop"); + } + node.left = init; + node.right = isForIn ? this.parseExpression() : this.parseMaybeAssign(); + this.expect(types.parenR); + node.body = this.parseStatement("for"); + this.exitScope(); + this.labels.pop(); + return this.finishNode(node, isForIn ? "ForInStatement" : "ForOfStatement") + }; + + // Parse a list of variable declarations. + + pp$1.parseVar = function(node, isFor, kind) { + node.declarations = []; + node.kind = kind; + for (;;) { + var decl = this.startNode(); + this.parseVarId(decl, kind); + if (this.eat(types.eq)) { + decl.init = this.parseMaybeAssign(isFor); + } else if (kind === "const" && !(this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual("of")))) { + this.unexpected(); + } else if (decl.id.type !== "Identifier" && !(isFor && (this.type === types._in || this.isContextual("of")))) { + this.raise(this.lastTokEnd, "Complex binding patterns require an initialization value"); + } else { + decl.init = null; + } + node.declarations.push(this.finishNode(decl, "VariableDeclarator")); + if (!this.eat(types.comma)) { break } + } + return node + }; + + pp$1.parseVarId = function(decl, kind) { + decl.id = this.parseBindingAtom(); + this.checkLVal(decl.id, kind === "var" ? BIND_VAR : BIND_LEXICAL, false); + }; + + var FUNC_STATEMENT = 1, FUNC_HANGING_STATEMENT = 2, FUNC_NULLABLE_ID = 4; + + // Parse a function declaration or literal (depending on the + // `statement & FUNC_STATEMENT`). + + // Remove `allowExpressionBody` for 7.0.0, as it is only called with false + pp$1.parseFunction = function(node, statement, allowExpressionBody, isAsync) { + this.initFunction(node); + if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) { + if (this.type === types.star && (statement & FUNC_HANGING_STATEMENT)) + { this.unexpected(); } + node.generator = this.eat(types.star); + } + if (this.options.ecmaVersion >= 8) + { node.async = !!isAsync; } + + if (statement & FUNC_STATEMENT) { + node.id = (statement & FUNC_NULLABLE_ID) && this.type !== types.name ? null : this.parseIdent(); + if (node.id && !(statement & FUNC_HANGING_STATEMENT)) + // If it is a regular function declaration in sloppy mode, then it is + // subject to Annex B semantics (BIND_FUNCTION). Otherwise, the binding + // mode depends on properties of the current scope (see + // treatFunctionsAsVar). + { this.checkLVal(node.id, (this.strict || node.generator || node.async) ? this.treatFunctionsAsVar ? BIND_VAR : BIND_LEXICAL : BIND_FUNCTION); } + } + + var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; + this.yieldPos = 0; + this.awaitPos = 0; + this.awaitIdentPos = 0; + this.enterScope(functionFlags(node.async, node.generator)); + + if (!(statement & FUNC_STATEMENT)) + { node.id = this.type === types.name ? this.parseIdent() : null; } + + this.parseFunctionParams(node); + this.parseFunctionBody(node, allowExpressionBody, false); + + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + this.awaitIdentPos = oldAwaitIdentPos; + return this.finishNode(node, (statement & FUNC_STATEMENT) ? "FunctionDeclaration" : "FunctionExpression") + }; + + pp$1.parseFunctionParams = function(node) { + this.expect(types.parenL); + node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8); + this.checkYieldAwaitInDefaultParams(); + }; + + // Parse a class declaration or literal (depending on the + // `isStatement` parameter). + + pp$1.parseClass = function(node, isStatement) { + this.next(); + + // ecma-262 14.6 Class Definitions + // A class definition is always strict mode code. + var oldStrict = this.strict; + this.strict = true; + + this.parseClassId(node, isStatement); + this.parseClassSuper(node); + var classBody = this.startNode(); + var hadConstructor = false; + classBody.body = []; + this.expect(types.braceL); + while (!this.eat(types.braceR)) { + var element = this.parseClassElement(node.superClass !== null); + if (element) { + classBody.body.push(element); + if (element.type === "MethodDefinition" && element.kind === "constructor") { + if (hadConstructor) { this.raise(element.start, "Duplicate constructor in the same class"); } + hadConstructor = true; + } + } + } + node.body = this.finishNode(classBody, "ClassBody"); + this.strict = oldStrict; + return this.finishNode(node, isStatement ? "ClassDeclaration" : "ClassExpression") + }; + + pp$1.parseClassElement = function(constructorAllowsSuper) { + var this$1 = this; + + if (this.eat(types.semi)) { return null } + + var method = this.startNode(); + var tryContextual = function (k, noLineBreak) { + if ( noLineBreak === void 0 ) noLineBreak = false; + + var start = this$1.start, startLoc = this$1.startLoc; + if (!this$1.eatContextual(k)) { return false } + if (this$1.type !== types.parenL && (!noLineBreak || !this$1.canInsertSemicolon())) { return true } + if (method.key) { this$1.unexpected(); } + method.computed = false; + method.key = this$1.startNodeAt(start, startLoc); + method.key.name = k; + this$1.finishNode(method.key, "Identifier"); + return false + }; + + method.kind = "method"; + method.static = tryContextual("static"); + var isGenerator = this.eat(types.star); + var isAsync = false; + if (!isGenerator) { + if (this.options.ecmaVersion >= 8 && tryContextual("async", true)) { + isAsync = true; + isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star); + } else if (tryContextual("get")) { + method.kind = "get"; + } else if (tryContextual("set")) { + method.kind = "set"; + } + } + if (!method.key) { this.parsePropertyName(method); } + var key = method.key; + var allowsDirectSuper = false; + if (!method.computed && !method.static && (key.type === "Identifier" && key.name === "constructor" || + key.type === "Literal" && key.value === "constructor")) { + if (method.kind !== "method") { this.raise(key.start, "Constructor can't have get/set modifier"); } + if (isGenerator) { this.raise(key.start, "Constructor can't be a generator"); } + if (isAsync) { this.raise(key.start, "Constructor can't be an async method"); } + method.kind = "constructor"; + allowsDirectSuper = constructorAllowsSuper; + } else if (method.static && key.type === "Identifier" && key.name === "prototype") { + this.raise(key.start, "Classes may not have a static property named prototype"); + } + this.parseClassMethod(method, isGenerator, isAsync, allowsDirectSuper); + if (method.kind === "get" && method.value.params.length !== 0) + { this.raiseRecoverable(method.value.start, "getter should have no params"); } + if (method.kind === "set" && method.value.params.length !== 1) + { this.raiseRecoverable(method.value.start, "setter should have exactly one param"); } + if (method.kind === "set" && method.value.params[0].type === "RestElement") + { this.raiseRecoverable(method.value.params[0].start, "Setter cannot use rest params"); } + return method + }; + + pp$1.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { + method.value = this.parseMethod(isGenerator, isAsync, allowsDirectSuper); + return this.finishNode(method, "MethodDefinition") + }; + + pp$1.parseClassId = function(node, isStatement) { + if (this.type === types.name) { + node.id = this.parseIdent(); + if (isStatement) + { this.checkLVal(node.id, BIND_LEXICAL, false); } + } else { + if (isStatement === true) + { this.unexpected(); } + node.id = null; + } + }; + + pp$1.parseClassSuper = function(node) { + node.superClass = this.eat(types._extends) ? this.parseExprSubscripts() : null; + }; + + // Parses module export declaration. + + pp$1.parseExport = function(node, exports) { + this.next(); + // export * from '...' + if (this.eat(types.star)) { + this.expectContextual("from"); + if (this.type !== types.string) { this.unexpected(); } + node.source = this.parseExprAtom(); + this.semicolon(); + return this.finishNode(node, "ExportAllDeclaration") + } + if (this.eat(types._default)) { // export default ... + this.checkExport(exports, "default", this.lastTokStart); + var isAsync; + if (this.type === types._function || (isAsync = this.isAsyncFunction())) { + var fNode = this.startNode(); + this.next(); + if (isAsync) { this.next(); } + node.declaration = this.parseFunction(fNode, FUNC_STATEMENT | FUNC_NULLABLE_ID, false, isAsync); + } else if (this.type === types._class) { + var cNode = this.startNode(); + node.declaration = this.parseClass(cNode, "nullableID"); + } else { + node.declaration = this.parseMaybeAssign(); + this.semicolon(); + } + return this.finishNode(node, "ExportDefaultDeclaration") + } + // export var|const|let|function|class ... + if (this.shouldParseExportStatement()) { + node.declaration = this.parseStatement(null); + if (node.declaration.type === "VariableDeclaration") + { this.checkVariableExport(exports, node.declaration.declarations); } + else + { this.checkExport(exports, node.declaration.id.name, node.declaration.id.start); } + node.specifiers = []; + node.source = null; + } else { // export { x, y as z } [from '...'] + node.declaration = null; + node.specifiers = this.parseExportSpecifiers(exports); + if (this.eatContextual("from")) { + if (this.type !== types.string) { this.unexpected(); } + node.source = this.parseExprAtom(); + } else { + for (var i = 0, list = node.specifiers; i < list.length; i += 1) { + // check for keywords used as local names + var spec = list[i]; + + this.checkUnreserved(spec.local); + // check if export is defined + this.checkLocalExport(spec.local); + } + + node.source = null; + } + this.semicolon(); + } + return this.finishNode(node, "ExportNamedDeclaration") + }; + + pp$1.checkExport = function(exports, name, pos) { + if (!exports) { return } + if (has(exports, name)) + { this.raiseRecoverable(pos, "Duplicate export '" + name + "'"); } + exports[name] = true; + }; + + pp$1.checkPatternExport = function(exports, pat) { + var type = pat.type; + if (type === "Identifier") + { this.checkExport(exports, pat.name, pat.start); } + else if (type === "ObjectPattern") + { for (var i = 0, list = pat.properties; i < list.length; i += 1) + { + var prop = list[i]; + + this.checkPatternExport(exports, prop); + } } + else if (type === "ArrayPattern") + { for (var i$1 = 0, list$1 = pat.elements; i$1 < list$1.length; i$1 += 1) { + var elt = list$1[i$1]; + + if (elt) { this.checkPatternExport(exports, elt); } + } } + else if (type === "Property") + { this.checkPatternExport(exports, pat.value); } + else if (type === "AssignmentPattern") + { this.checkPatternExport(exports, pat.left); } + else if (type === "RestElement") + { this.checkPatternExport(exports, pat.argument); } + else if (type === "ParenthesizedExpression") + { this.checkPatternExport(exports, pat.expression); } + }; + + pp$1.checkVariableExport = function(exports, decls) { + if (!exports) { return } + for (var i = 0, list = decls; i < list.length; i += 1) + { + var decl = list[i]; + + this.checkPatternExport(exports, decl.id); + } + }; + + pp$1.shouldParseExportStatement = function() { + return this.type.keyword === "var" || + this.type.keyword === "const" || + this.type.keyword === "class" || + this.type.keyword === "function" || + this.isLet() || + this.isAsyncFunction() + }; + + // Parses a comma-separated list of module exports. + + pp$1.parseExportSpecifiers = function(exports) { + var nodes = [], first = true; + // export { x, y as z } [from '...'] + this.expect(types.braceL); + while (!this.eat(types.braceR)) { + if (!first) { + this.expect(types.comma); + if (this.afterTrailingComma(types.braceR)) { break } + } else { first = false; } + + var node = this.startNode(); + node.local = this.parseIdent(true); + node.exported = this.eatContextual("as") ? this.parseIdent(true) : node.local; + this.checkExport(exports, node.exported.name, node.exported.start); + nodes.push(this.finishNode(node, "ExportSpecifier")); + } + return nodes + }; + + // Parses import declaration. + + pp$1.parseImport = function(node) { + this.next(); + // import '...' + if (this.type === types.string) { + node.specifiers = empty; + node.source = this.parseExprAtom(); + } else { + node.specifiers = this.parseImportSpecifiers(); + this.expectContextual("from"); + node.source = this.type === types.string ? this.parseExprAtom() : this.unexpected(); + } + this.semicolon(); + return this.finishNode(node, "ImportDeclaration") + }; + + // Parses a comma-separated list of module imports. + + pp$1.parseImportSpecifiers = function() { + var nodes = [], first = true; + if (this.type === types.name) { + // import defaultObj, { x, y as z } from '...' + var node = this.startNode(); + node.local = this.parseIdent(); + this.checkLVal(node.local, BIND_LEXICAL); + nodes.push(this.finishNode(node, "ImportDefaultSpecifier")); + if (!this.eat(types.comma)) { return nodes } + } + if (this.type === types.star) { + var node$1 = this.startNode(); + this.next(); + this.expectContextual("as"); + node$1.local = this.parseIdent(); + this.checkLVal(node$1.local, BIND_LEXICAL); + nodes.push(this.finishNode(node$1, "ImportNamespaceSpecifier")); + return nodes + } + this.expect(types.braceL); + while (!this.eat(types.braceR)) { + if (!first) { + this.expect(types.comma); + if (this.afterTrailingComma(types.braceR)) { break } + } else { first = false; } + + var node$2 = this.startNode(); + node$2.imported = this.parseIdent(true); + if (this.eatContextual("as")) { + node$2.local = this.parseIdent(); + } else { + this.checkUnreserved(node$2.imported); + node$2.local = node$2.imported; + } + this.checkLVal(node$2.local, BIND_LEXICAL); + nodes.push(this.finishNode(node$2, "ImportSpecifier")); + } + return nodes + }; + + // Set `ExpressionStatement#directive` property for directive prologues. + pp$1.adaptDirectivePrologue = function(statements) { + for (var i = 0; i < statements.length && this.isDirectiveCandidate(statements[i]); ++i) { + statements[i].directive = statements[i].expression.raw.slice(1, -1); + } + }; + pp$1.isDirectiveCandidate = function(statement) { + return ( + statement.type === "ExpressionStatement" && + statement.expression.type === "Literal" && + typeof statement.expression.value === "string" && + // Reject parenthesized strings. + (this.input[statement.start] === "\"" || this.input[statement.start] === "'") + ) + }; + + var pp$2 = Parser.prototype; + + // Convert existing expression atom to assignable pattern + // if possible. + + pp$2.toAssignable = function(node, isBinding, refDestructuringErrors) { + if (this.options.ecmaVersion >= 6 && node) { + switch (node.type) { + case "Identifier": + if (this.inAsync && node.name === "await") + { this.raise(node.start, "Cannot use 'await' as identifier inside an async function"); } + break + + case "ObjectPattern": + case "ArrayPattern": + case "RestElement": + break + + case "ObjectExpression": + node.type = "ObjectPattern"; + if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } + for (var i = 0, list = node.properties; i < list.length; i += 1) { + var prop = list[i]; + + this.toAssignable(prop, isBinding); + // Early error: + // AssignmentRestProperty[Yield, Await] : + // `...` DestructuringAssignmentTarget[Yield, Await] + // + // It is a Syntax Error if |DestructuringAssignmentTarget| is an |ArrayLiteral| or an |ObjectLiteral|. + if ( + prop.type === "RestElement" && + (prop.argument.type === "ArrayPattern" || prop.argument.type === "ObjectPattern") + ) { + this.raise(prop.argument.start, "Unexpected token"); + } + } + break + + case "Property": + // AssignmentProperty has type === "Property" + if (node.kind !== "init") { this.raise(node.key.start, "Object pattern can't contain getter or setter"); } + this.toAssignable(node.value, isBinding); + break + + case "ArrayExpression": + node.type = "ArrayPattern"; + if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } + this.toAssignableList(node.elements, isBinding); + break + + case "SpreadElement": + node.type = "RestElement"; + this.toAssignable(node.argument, isBinding); + if (node.argument.type === "AssignmentPattern") + { this.raise(node.argument.start, "Rest elements cannot have a default value"); } + break + + case "AssignmentExpression": + if (node.operator !== "=") { this.raise(node.left.end, "Only '=' operator can be used for specifying default value."); } + node.type = "AssignmentPattern"; + delete node.operator; + this.toAssignable(node.left, isBinding); + // falls through to AssignmentPattern + + case "AssignmentPattern": + break + + case "ParenthesizedExpression": + this.toAssignable(node.expression, isBinding, refDestructuringErrors); + break + + case "MemberExpression": + if (!isBinding) { break } + + default: + this.raise(node.start, "Assigning to rvalue"); + } + } else if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } + return node + }; + + // Convert list of expression atoms to binding list. + + pp$2.toAssignableList = function(exprList, isBinding) { + var end = exprList.length; + for (var i = 0; i < end; i++) { + var elt = exprList[i]; + if (elt) { this.toAssignable(elt, isBinding); } + } + if (end) { + var last = exprList[end - 1]; + if (this.options.ecmaVersion === 6 && isBinding && last && last.type === "RestElement" && last.argument.type !== "Identifier") + { this.unexpected(last.argument.start); } + } + return exprList + }; + + // Parses spread element. + + pp$2.parseSpread = function(refDestructuringErrors) { + var node = this.startNode(); + this.next(); + node.argument = this.parseMaybeAssign(false, refDestructuringErrors); + return this.finishNode(node, "SpreadElement") + }; + + pp$2.parseRestBinding = function() { + var node = this.startNode(); + this.next(); + + // RestElement inside of a function parameter must be an identifier + if (this.options.ecmaVersion === 6 && this.type !== types.name) + { this.unexpected(); } + + node.argument = this.parseBindingAtom(); + + return this.finishNode(node, "RestElement") + }; + + // Parses lvalue (assignable) atom. + + pp$2.parseBindingAtom = function() { + if (this.options.ecmaVersion >= 6) { + switch (this.type) { + case types.bracketL: + var node = this.startNode(); + this.next(); + node.elements = this.parseBindingList(types.bracketR, true, true); + return this.finishNode(node, "ArrayPattern") + + case types.braceL: + return this.parseObj(true) + } + } + return this.parseIdent() + }; + + pp$2.parseBindingList = function(close, allowEmpty, allowTrailingComma) { + var elts = [], first = true; + while (!this.eat(close)) { + if (first) { first = false; } + else { this.expect(types.comma); } + if (allowEmpty && this.type === types.comma) { + elts.push(null); + } else if (allowTrailingComma && this.afterTrailingComma(close)) { + break + } else if (this.type === types.ellipsis) { + var rest = this.parseRestBinding(); + this.parseBindingListItem(rest); + elts.push(rest); + if (this.type === types.comma) { this.raise(this.start, "Comma is not permitted after the rest element"); } + this.expect(close); + break + } else { + var elem = this.parseMaybeDefault(this.start, this.startLoc); + this.parseBindingListItem(elem); + elts.push(elem); + } + } + return elts + }; + + pp$2.parseBindingListItem = function(param) { + return param + }; + + // Parses assignment pattern around given atom if possible. + + pp$2.parseMaybeDefault = function(startPos, startLoc, left) { + left = left || this.parseBindingAtom(); + if (this.options.ecmaVersion < 6 || !this.eat(types.eq)) { return left } + var node = this.startNodeAt(startPos, startLoc); + node.left = left; + node.right = this.parseMaybeAssign(); + return this.finishNode(node, "AssignmentPattern") + }; + + // Verify that a node is an lval — something that can be assigned + // to. + // bindingType can be either: + // 'var' indicating that the lval creates a 'var' binding + // 'let' indicating that the lval creates a lexical ('let' or 'const') binding + // 'none' indicating that the binding should be checked for illegal identifiers, but not for duplicate references + + pp$2.checkLVal = function(expr, bindingType, checkClashes) { + if ( bindingType === void 0 ) bindingType = BIND_NONE; + + switch (expr.type) { + case "Identifier": + if (bindingType === BIND_LEXICAL && expr.name === "let") + { this.raiseRecoverable(expr.start, "let is disallowed as a lexically bound name"); } + if (this.strict && this.reservedWordsStrictBind.test(expr.name)) + { this.raiseRecoverable(expr.start, (bindingType ? "Binding " : "Assigning to ") + expr.name + " in strict mode"); } + if (checkClashes) { + if (has(checkClashes, expr.name)) + { this.raiseRecoverable(expr.start, "Argument name clash"); } + checkClashes[expr.name] = true; + } + if (bindingType !== BIND_NONE && bindingType !== BIND_OUTSIDE) { this.declareName(expr.name, bindingType, expr.start); } + break + + case "MemberExpression": + if (bindingType) { this.raiseRecoverable(expr.start, "Binding member expression"); } + break + + case "ObjectPattern": + for (var i = 0, list = expr.properties; i < list.length; i += 1) + { + var prop = list[i]; + + this.checkLVal(prop, bindingType, checkClashes); + } + break + + case "Property": + // AssignmentProperty has type === "Property" + this.checkLVal(expr.value, bindingType, checkClashes); + break + + case "ArrayPattern": + for (var i$1 = 0, list$1 = expr.elements; i$1 < list$1.length; i$1 += 1) { + var elem = list$1[i$1]; + + if (elem) { this.checkLVal(elem, bindingType, checkClashes); } + } + break + + case "AssignmentPattern": + this.checkLVal(expr.left, bindingType, checkClashes); + break + + case "RestElement": + this.checkLVal(expr.argument, bindingType, checkClashes); + break + + case "ParenthesizedExpression": + this.checkLVal(expr.expression, bindingType, checkClashes); + break + + default: + this.raise(expr.start, (bindingType ? "Binding" : "Assigning to") + " rvalue"); + } + }; + + // A recursive descent parser operates by defining functions for all + + var pp$3 = Parser.prototype; + + // Check if property name clashes with already added. + // Object/class getters and setters are not allowed to clash — + // either with each other or with an init property — and in + // strict mode, init properties are also not allowed to be repeated. + + pp$3.checkPropClash = function(prop, propHash, refDestructuringErrors) { + if (this.options.ecmaVersion >= 9 && prop.type === "SpreadElement") + { return } + if (this.options.ecmaVersion >= 6 && (prop.computed || prop.method || prop.shorthand)) + { return } + var key = prop.key; + var name; + switch (key.type) { + case "Identifier": name = key.name; break + case "Literal": name = String(key.value); break + default: return + } + var kind = prop.kind; + if (this.options.ecmaVersion >= 6) { + if (name === "__proto__" && kind === "init") { + if (propHash.proto) { + if (refDestructuringErrors && refDestructuringErrors.doubleProto < 0) { refDestructuringErrors.doubleProto = key.start; } + // Backwards-compat kludge. Can be removed in version 6.0 + else { this.raiseRecoverable(key.start, "Redefinition of __proto__ property"); } + } + propHash.proto = true; + } + return + } + name = "$" + name; + var other = propHash[name]; + if (other) { + var redefinition; + if (kind === "init") { + redefinition = this.strict && other.init || other.get || other.set; + } else { + redefinition = other.init || other[kind]; + } + if (redefinition) + { this.raiseRecoverable(key.start, "Redefinition of property"); } + } else { + other = propHash[name] = { + init: false, + get: false, + set: false + }; + } + other[kind] = true; + }; + + // ### Expression parsing + + // These nest, from the most general expression type at the top to + // 'atomic', nondivisible expression types at the bottom. Most of + // the functions will simply let the function(s) below them parse, + // and, *if* the syntactic construct they handle is present, wrap + // the AST node that the inner parser gave them in another node. + + // Parse a full expression. The optional arguments are used to + // forbid the `in` operator (in for loops initalization expressions) + // and provide reference for storing '=' operator inside shorthand + // property assignment in contexts where both object expression + // and object pattern might appear (so it's possible to raise + // delayed syntax error at correct position). + + pp$3.parseExpression = function(noIn, refDestructuringErrors) { + var startPos = this.start, startLoc = this.startLoc; + var expr = this.parseMaybeAssign(noIn, refDestructuringErrors); + if (this.type === types.comma) { + var node = this.startNodeAt(startPos, startLoc); + node.expressions = [expr]; + while (this.eat(types.comma)) { node.expressions.push(this.parseMaybeAssign(noIn, refDestructuringErrors)); } + return this.finishNode(node, "SequenceExpression") + } + return expr + }; + + // Parse an assignment expression. This includes applications of + // operators like `+=`. + + pp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { + if (this.isContextual("yield")) { + if (this.inGenerator) { return this.parseYield(noIn) } + // The tokenizer will assume an expression is allowed after + // `yield`, but this isn't that kind of yield + else { this.exprAllowed = false; } + } + + var ownDestructuringErrors = false, oldParenAssign = -1, oldTrailingComma = -1, oldShorthandAssign = -1; + if (refDestructuringErrors) { + oldParenAssign = refDestructuringErrors.parenthesizedAssign; + oldTrailingComma = refDestructuringErrors.trailingComma; + oldShorthandAssign = refDestructuringErrors.shorthandAssign; + refDestructuringErrors.parenthesizedAssign = refDestructuringErrors.trailingComma = refDestructuringErrors.shorthandAssign = -1; + } else { + refDestructuringErrors = new DestructuringErrors; + ownDestructuringErrors = true; + } + + var startPos = this.start, startLoc = this.startLoc; + if (this.type === types.parenL || this.type === types.name) + { this.potentialArrowAt = this.start; } + var left = this.parseMaybeConditional(noIn, refDestructuringErrors); + if (afterLeftParse) { left = afterLeftParse.call(this, left, startPos, startLoc); } + if (this.type.isAssign) { + var node = this.startNodeAt(startPos, startLoc); + node.operator = this.value; + node.left = this.type === types.eq ? this.toAssignable(left, false, refDestructuringErrors) : left; + if (!ownDestructuringErrors) { DestructuringErrors.call(refDestructuringErrors); } + refDestructuringErrors.shorthandAssign = -1; // reset because shorthand default was used correctly + this.checkLVal(left); + this.next(); + node.right = this.parseMaybeAssign(noIn); + return this.finishNode(node, "AssignmentExpression") + } else { + if (ownDestructuringErrors) { this.checkExpressionErrors(refDestructuringErrors, true); } + } + if (oldParenAssign > -1) { refDestructuringErrors.parenthesizedAssign = oldParenAssign; } + if (oldTrailingComma > -1) { refDestructuringErrors.trailingComma = oldTrailingComma; } + if (oldShorthandAssign > -1) { refDestructuringErrors.shorthandAssign = oldShorthandAssign; } + return left + }; + + // Parse a ternary conditional (`?:`) operator. + + pp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) { + var startPos = this.start, startLoc = this.startLoc; + var expr = this.parseExprOps(noIn, refDestructuringErrors); + if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } + if (this.eat(types.question)) { + var node = this.startNodeAt(startPos, startLoc); + node.test = expr; + node.consequent = this.parseMaybeAssign(); + this.expect(types.colon); + node.alternate = this.parseMaybeAssign(noIn); + return this.finishNode(node, "ConditionalExpression") + } + return expr + }; + + // Start the precedence parser. + + pp$3.parseExprOps = function(noIn, refDestructuringErrors) { + var startPos = this.start, startLoc = this.startLoc; + var expr = this.parseMaybeUnary(refDestructuringErrors, false); + if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } + return expr.start === startPos && expr.type === "ArrowFunctionExpression" ? expr : this.parseExprOp(expr, startPos, startLoc, -1, noIn) + }; + + // Parse binary operators with the operator precedence parsing + // algorithm. `left` is the left-hand side of the operator. + // `minPrec` provides context that allows the function to stop and + // defer further parser to one of its callers when it encounters an + // operator that has a lower precedence than the set it is parsing. + + pp$3.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, noIn) { + var prec = this.type.binop; + if (prec != null && (!noIn || this.type !== types._in)) { + if (prec > minPrec) { + var logical = this.type === types.logicalOR || this.type === types.logicalAND; + var op = this.value; + this.next(); + var startPos = this.start, startLoc = this.startLoc; + var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn); + var node = this.buildBinary(leftStartPos, leftStartLoc, left, right, op, logical); + return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec, noIn) + } + } + return left + }; + + pp$3.buildBinary = function(startPos, startLoc, left, right, op, logical) { + var node = this.startNodeAt(startPos, startLoc); + node.left = left; + node.operator = op; + node.right = right; + return this.finishNode(node, logical ? "LogicalExpression" : "BinaryExpression") + }; + + // Parse unary operators, both prefix and postfix. + + pp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) { + var startPos = this.start, startLoc = this.startLoc, expr; + if (this.isContextual("await") && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction))) { + expr = this.parseAwait(); + sawUnary = true; + } else if (this.type.prefix) { + var node = this.startNode(), update = this.type === types.incDec; + node.operator = this.value; + node.prefix = true; + this.next(); + node.argument = this.parseMaybeUnary(null, true); + this.checkExpressionErrors(refDestructuringErrors, true); + if (update) { this.checkLVal(node.argument); } + else if (this.strict && node.operator === "delete" && + node.argument.type === "Identifier") + { this.raiseRecoverable(node.start, "Deleting local variable in strict mode"); } + else { sawUnary = true; } + expr = this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression"); + } else { + expr = this.parseExprSubscripts(refDestructuringErrors); + if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } + while (this.type.postfix && !this.canInsertSemicolon()) { + var node$1 = this.startNodeAt(startPos, startLoc); + node$1.operator = this.value; + node$1.prefix = false; + node$1.argument = expr; + this.checkLVal(expr); + this.next(); + expr = this.finishNode(node$1, "UpdateExpression"); + } + } + + if (!sawUnary && this.eat(types.starstar)) + { return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false) } + else + { return expr } + }; + + // Parse call, dot, and `[]`-subscript expressions. + + pp$3.parseExprSubscripts = function(refDestructuringErrors) { + var startPos = this.start, startLoc = this.startLoc; + var expr = this.parseExprAtom(refDestructuringErrors); + var skipArrowSubscripts = expr.type === "ArrowFunctionExpression" && this.input.slice(this.lastTokStart, this.lastTokEnd) !== ")"; + if (this.checkExpressionErrors(refDestructuringErrors) || skipArrowSubscripts) { return expr } + var result = this.parseSubscripts(expr, startPos, startLoc); + if (refDestructuringErrors && result.type === "MemberExpression") { + if (refDestructuringErrors.parenthesizedAssign >= result.start) { refDestructuringErrors.parenthesizedAssign = -1; } + if (refDestructuringErrors.parenthesizedBind >= result.start) { refDestructuringErrors.parenthesizedBind = -1; } + } + return result + }; + + pp$3.parseSubscripts = function(base, startPos, startLoc, noCalls) { + var maybeAsyncArrow = this.options.ecmaVersion >= 8 && base.type === "Identifier" && base.name === "async" && + this.lastTokEnd === base.end && !this.canInsertSemicolon() && this.input.slice(base.start, base.end) === "async"; + while (true) { + var element = this.parseSubscript(base, startPos, startLoc, noCalls, maybeAsyncArrow); + if (element === base || element.type === "ArrowFunctionExpression") { return element } + base = element; + } + }; + + pp$3.parseSubscript = function(base, startPos, startLoc, noCalls, maybeAsyncArrow) { + var computed = this.eat(types.bracketL); + if (computed || this.eat(types.dot)) { + var node = this.startNodeAt(startPos, startLoc); + node.object = base; + node.property = computed ? this.parseExpression() : this.parseIdent(this.options.allowReserved !== "never"); + node.computed = !!computed; + if (computed) { this.expect(types.bracketR); } + base = this.finishNode(node, "MemberExpression"); + } else if (!noCalls && this.eat(types.parenL)) { + var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; + this.yieldPos = 0; + this.awaitPos = 0; + this.awaitIdentPos = 0; + var exprList = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false, refDestructuringErrors); + if (maybeAsyncArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) { + this.checkPatternErrors(refDestructuringErrors, false); + this.checkYieldAwaitInDefaultParams(); + if (this.awaitIdentPos > 0) + { this.raise(this.awaitIdentPos, "Cannot use 'await' as identifier inside an async function"); } + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + this.awaitIdentPos = oldAwaitIdentPos; + return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList, true) + } + this.checkExpressionErrors(refDestructuringErrors, true); + this.yieldPos = oldYieldPos || this.yieldPos; + this.awaitPos = oldAwaitPos || this.awaitPos; + this.awaitIdentPos = oldAwaitIdentPos || this.awaitIdentPos; + var node$1 = this.startNodeAt(startPos, startLoc); + node$1.callee = base; + node$1.arguments = exprList; + base = this.finishNode(node$1, "CallExpression"); + } else if (this.type === types.backQuote) { + var node$2 = this.startNodeAt(startPos, startLoc); + node$2.tag = base; + node$2.quasi = this.parseTemplate({isTagged: true}); + base = this.finishNode(node$2, "TaggedTemplateExpression"); + } + return base + }; + + // Parse an atomic expression — either a single token that is an + // expression, an expression started by a keyword like `function` or + // `new`, or an expression wrapped in punctuation like `()`, `[]`, + // or `{}`. + + pp$3.parseExprAtom = function(refDestructuringErrors) { + // If a division operator appears in an expression position, the + // tokenizer got confused, and we force it to read a regexp instead. + if (this.type === types.slash) { this.readRegexp(); } + + var node, canBeArrow = this.potentialArrowAt === this.start; + switch (this.type) { + case types._super: + if (!this.allowSuper) + { this.raise(this.start, "'super' keyword outside a method"); } + node = this.startNode(); + this.next(); + if (this.type === types.parenL && !this.allowDirectSuper) + { this.raise(node.start, "super() call outside constructor of a subclass"); } + // The `super` keyword can appear at below: + // SuperProperty: + // super [ Expression ] + // super . IdentifierName + // SuperCall: + // super Arguments + if (this.type !== types.dot && this.type !== types.bracketL && this.type !== types.parenL) + { this.unexpected(); } + return this.finishNode(node, "Super") + + case types._this: + node = this.startNode(); + this.next(); + return this.finishNode(node, "ThisExpression") + + case types.name: + var startPos = this.start, startLoc = this.startLoc, containsEsc = this.containsEsc; + var id = this.parseIdent(false); + if (this.options.ecmaVersion >= 8 && !containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types._function)) + { return this.parseFunction(this.startNodeAt(startPos, startLoc), 0, false, true) } + if (canBeArrow && !this.canInsertSemicolon()) { + if (this.eat(types.arrow)) + { return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false) } + if (this.options.ecmaVersion >= 8 && id.name === "async" && this.type === types.name && !containsEsc) { + id = this.parseIdent(false); + if (this.canInsertSemicolon() || !this.eat(types.arrow)) + { this.unexpected(); } + return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true) + } + } + return id + + case types.regexp: + var value = this.value; + node = this.parseLiteral(value.value); + node.regex = {pattern: value.pattern, flags: value.flags}; + return node + + case types.num: case types.string: + return this.parseLiteral(this.value) + + case types._null: case types._true: case types._false: + node = this.startNode(); + node.value = this.type === types._null ? null : this.type === types._true; + node.raw = this.type.keyword; + this.next(); + return this.finishNode(node, "Literal") + + case types.parenL: + var start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow); + if (refDestructuringErrors) { + if (refDestructuringErrors.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(expr)) + { refDestructuringErrors.parenthesizedAssign = start; } + if (refDestructuringErrors.parenthesizedBind < 0) + { refDestructuringErrors.parenthesizedBind = start; } + } + return expr + + case types.bracketL: + node = this.startNode(); + this.next(); + node.elements = this.parseExprList(types.bracketR, true, true, refDestructuringErrors); + return this.finishNode(node, "ArrayExpression") + + case types.braceL: + return this.parseObj(false, refDestructuringErrors) + + case types._function: + node = this.startNode(); + this.next(); + return this.parseFunction(node, 0) + + case types._class: + return this.parseClass(this.startNode(), false) + + case types._new: + return this.parseNew() + + case types.backQuote: + return this.parseTemplate() + + case types._import: + if (this.options.ecmaVersion >= 11) { + return this.parseExprImport() + } else { + return this.unexpected() + } + + default: + this.unexpected(); + } + }; + + pp$3.parseExprImport = function() { + var node = this.startNode(); + this.next(); // skip `import` + switch (this.type) { + case types.parenL: + return this.parseDynamicImport(node) + default: + this.unexpected(); + } + }; + + pp$3.parseDynamicImport = function(node) { + this.next(); // skip `(` + + // Parse node.source. + node.source = this.parseMaybeAssign(); + + // Verify ending. + if (!this.eat(types.parenR)) { + var errorPos = this.start; + if (this.eat(types.comma) && this.eat(types.parenR)) { + this.raiseRecoverable(errorPos, "Trailing comma is not allowed in import()"); + } else { + this.unexpected(errorPos); + } + } + + return this.finishNode(node, "ImportExpression") + }; + + pp$3.parseLiteral = function(value) { + var node = this.startNode(); + node.value = value; + node.raw = this.input.slice(this.start, this.end); + if (node.raw.charCodeAt(node.raw.length - 1) === 110) { node.bigint = node.raw.slice(0, -1); } + this.next(); + return this.finishNode(node, "Literal") + }; + + pp$3.parseParenExpression = function() { + this.expect(types.parenL); + var val = this.parseExpression(); + this.expect(types.parenR); + return val + }; + + pp$3.parseParenAndDistinguishExpression = function(canBeArrow) { + var startPos = this.start, startLoc = this.startLoc, val, allowTrailingComma = this.options.ecmaVersion >= 8; + if (this.options.ecmaVersion >= 6) { + this.next(); + + var innerStartPos = this.start, innerStartLoc = this.startLoc; + var exprList = [], first = true, lastIsComma = false; + var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, spreadStart; + this.yieldPos = 0; + this.awaitPos = 0; + // Do not save awaitIdentPos to allow checking awaits nested in parameters + while (this.type !== types.parenR) { + first ? first = false : this.expect(types.comma); + if (allowTrailingComma && this.afterTrailingComma(types.parenR, true)) { + lastIsComma = true; + break + } else if (this.type === types.ellipsis) { + spreadStart = this.start; + exprList.push(this.parseParenItem(this.parseRestBinding())); + if (this.type === types.comma) { this.raise(this.start, "Comma is not permitted after the rest element"); } + break + } else { + exprList.push(this.parseMaybeAssign(false, refDestructuringErrors, this.parseParenItem)); + } + } + var innerEndPos = this.start, innerEndLoc = this.startLoc; + this.expect(types.parenR); + + if (canBeArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) { + this.checkPatternErrors(refDestructuringErrors, false); + this.checkYieldAwaitInDefaultParams(); + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + return this.parseParenArrowList(startPos, startLoc, exprList) + } + + if (!exprList.length || lastIsComma) { this.unexpected(this.lastTokStart); } + if (spreadStart) { this.unexpected(spreadStart); } + this.checkExpressionErrors(refDestructuringErrors, true); + this.yieldPos = oldYieldPos || this.yieldPos; + this.awaitPos = oldAwaitPos || this.awaitPos; + + if (exprList.length > 1) { + val = this.startNodeAt(innerStartPos, innerStartLoc); + val.expressions = exprList; + this.finishNodeAt(val, "SequenceExpression", innerEndPos, innerEndLoc); + } else { + val = exprList[0]; + } + } else { + val = this.parseParenExpression(); + } + + if (this.options.preserveParens) { + var par = this.startNodeAt(startPos, startLoc); + par.expression = val; + return this.finishNode(par, "ParenthesizedExpression") + } else { + return val + } + }; + + pp$3.parseParenItem = function(item) { + return item + }; + + pp$3.parseParenArrowList = function(startPos, startLoc, exprList) { + return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList) + }; + + // New's precedence is slightly tricky. It must allow its argument to + // be a `[]` or dot subscript expression, but not a call — at least, + // not without wrapping it in parentheses. Thus, it uses the noCalls + // argument to parseSubscripts to prevent it from consuming the + // argument list. + + var empty$1 = []; + + pp$3.parseNew = function() { + var node = this.startNode(); + var meta = this.parseIdent(true); + if (this.options.ecmaVersion >= 6 && this.eat(types.dot)) { + node.meta = meta; + var containsEsc = this.containsEsc; + node.property = this.parseIdent(true); + if (node.property.name !== "target" || containsEsc) + { this.raiseRecoverable(node.property.start, "The only valid meta property for new is new.target"); } + if (!this.inNonArrowFunction()) + { this.raiseRecoverable(node.start, "new.target can only be used in functions"); } + return this.finishNode(node, "MetaProperty") + } + var startPos = this.start, startLoc = this.startLoc, isImport = this.type === types._import; + node.callee = this.parseSubscripts(this.parseExprAtom(), startPos, startLoc, true); + if (isImport && node.callee.type === "ImportExpression") { + this.raise(startPos, "Cannot use new with import()"); + } + if (this.eat(types.parenL)) { node.arguments = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false); } + else { node.arguments = empty$1; } + return this.finishNode(node, "NewExpression") + }; + + // Parse template expression. + + pp$3.parseTemplateElement = function(ref) { + var isTagged = ref.isTagged; + + var elem = this.startNode(); + if (this.type === types.invalidTemplate) { + if (!isTagged) { + this.raiseRecoverable(this.start, "Bad escape sequence in untagged template literal"); + } + elem.value = { + raw: this.value, + cooked: null + }; + } else { + elem.value = { + raw: this.input.slice(this.start, this.end).replace(/\r\n?/g, "\n"), + cooked: this.value + }; + } + this.next(); + elem.tail = this.type === types.backQuote; + return this.finishNode(elem, "TemplateElement") + }; + + pp$3.parseTemplate = function(ref) { + if ( ref === void 0 ) ref = {}; + var isTagged = ref.isTagged; if ( isTagged === void 0 ) isTagged = false; + + var node = this.startNode(); + this.next(); + node.expressions = []; + var curElt = this.parseTemplateElement({isTagged: isTagged}); + node.quasis = [curElt]; + while (!curElt.tail) { + if (this.type === types.eof) { this.raise(this.pos, "Unterminated template literal"); } + this.expect(types.dollarBraceL); + node.expressions.push(this.parseExpression()); + this.expect(types.braceR); + node.quasis.push(curElt = this.parseTemplateElement({isTagged: isTagged})); + } + this.next(); + return this.finishNode(node, "TemplateLiteral") + }; + + pp$3.isAsyncProp = function(prop) { + return !prop.computed && prop.key.type === "Identifier" && prop.key.name === "async" && + (this.type === types.name || this.type === types.num || this.type === types.string || this.type === types.bracketL || this.type.keyword || (this.options.ecmaVersion >= 9 && this.type === types.star)) && + !lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) + }; + + // Parse an object literal or binding pattern. + + pp$3.parseObj = function(isPattern, refDestructuringErrors) { + var node = this.startNode(), first = true, propHash = {}; + node.properties = []; + this.next(); + while (!this.eat(types.braceR)) { + if (!first) { + this.expect(types.comma); + if (this.afterTrailingComma(types.braceR)) { break } + } else { first = false; } + + var prop = this.parseProperty(isPattern, refDestructuringErrors); + if (!isPattern) { this.checkPropClash(prop, propHash, refDestructuringErrors); } + node.properties.push(prop); + } + return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression") + }; + + pp$3.parseProperty = function(isPattern, refDestructuringErrors) { + var prop = this.startNode(), isGenerator, isAsync, startPos, startLoc; + if (this.options.ecmaVersion >= 9 && this.eat(types.ellipsis)) { + if (isPattern) { + prop.argument = this.parseIdent(false); + if (this.type === types.comma) { + this.raise(this.start, "Comma is not permitted after the rest element"); + } + return this.finishNode(prop, "RestElement") + } + // To disallow parenthesized identifier via `this.toAssignable()`. + if (this.type === types.parenL && refDestructuringErrors) { + if (refDestructuringErrors.parenthesizedAssign < 0) { + refDestructuringErrors.parenthesizedAssign = this.start; + } + if (refDestructuringErrors.parenthesizedBind < 0) { + refDestructuringErrors.parenthesizedBind = this.start; + } + } + // Parse argument. + prop.argument = this.parseMaybeAssign(false, refDestructuringErrors); + // To disallow trailing comma via `this.toAssignable()`. + if (this.type === types.comma && refDestructuringErrors && refDestructuringErrors.trailingComma < 0) { + refDestructuringErrors.trailingComma = this.start; + } + // Finish + return this.finishNode(prop, "SpreadElement") + } + if (this.options.ecmaVersion >= 6) { + prop.method = false; + prop.shorthand = false; + if (isPattern || refDestructuringErrors) { + startPos = this.start; + startLoc = this.startLoc; + } + if (!isPattern) + { isGenerator = this.eat(types.star); } + } + var containsEsc = this.containsEsc; + this.parsePropertyName(prop); + if (!isPattern && !containsEsc && this.options.ecmaVersion >= 8 && !isGenerator && this.isAsyncProp(prop)) { + isAsync = true; + isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star); + this.parsePropertyName(prop, refDestructuringErrors); + } else { + isAsync = false; + } + this.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc); + return this.finishNode(prop, "Property") + }; + + pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc) { + if ((isGenerator || isAsync) && this.type === types.colon) + { this.unexpected(); } + + if (this.eat(types.colon)) { + prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign(false, refDestructuringErrors); + prop.kind = "init"; + } else if (this.options.ecmaVersion >= 6 && this.type === types.parenL) { + if (isPattern) { this.unexpected(); } + prop.kind = "init"; + prop.method = true; + prop.value = this.parseMethod(isGenerator, isAsync); + } else if (!isPattern && !containsEsc && + this.options.ecmaVersion >= 5 && !prop.computed && prop.key.type === "Identifier" && + (prop.key.name === "get" || prop.key.name === "set") && + (this.type !== types.comma && this.type !== types.braceR)) { + if (isGenerator || isAsync) { this.unexpected(); } + prop.kind = prop.key.name; + this.parsePropertyName(prop); + prop.value = this.parseMethod(false); + var paramCount = prop.kind === "get" ? 0 : 1; + if (prop.value.params.length !== paramCount) { + var start = prop.value.start; + if (prop.kind === "get") + { this.raiseRecoverable(start, "getter should have no params"); } + else + { this.raiseRecoverable(start, "setter should have exactly one param"); } + } else { + if (prop.kind === "set" && prop.value.params[0].type === "RestElement") + { this.raiseRecoverable(prop.value.params[0].start, "Setter cannot use rest params"); } + } + } else if (this.options.ecmaVersion >= 6 && !prop.computed && prop.key.type === "Identifier") { + if (isGenerator || isAsync) { this.unexpected(); } + this.checkUnreserved(prop.key); + if (prop.key.name === "await" && !this.awaitIdentPos) + { this.awaitIdentPos = startPos; } + prop.kind = "init"; + if (isPattern) { + prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key); + } else if (this.type === types.eq && refDestructuringErrors) { + if (refDestructuringErrors.shorthandAssign < 0) + { refDestructuringErrors.shorthandAssign = this.start; } + prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key); + } else { + prop.value = prop.key; + } + prop.shorthand = true; + } else { this.unexpected(); } + }; + + pp$3.parsePropertyName = function(prop) { + if (this.options.ecmaVersion >= 6) { + if (this.eat(types.bracketL)) { + prop.computed = true; + prop.key = this.parseMaybeAssign(); + this.expect(types.bracketR); + return prop.key + } else { + prop.computed = false; + } + } + return prop.key = this.type === types.num || this.type === types.string ? this.parseExprAtom() : this.parseIdent(this.options.allowReserved !== "never") + }; + + // Initialize empty function node. + + pp$3.initFunction = function(node) { + node.id = null; + if (this.options.ecmaVersion >= 6) { node.generator = node.expression = false; } + if (this.options.ecmaVersion >= 8) { node.async = false; } + }; + + // Parse object or class method. + + pp$3.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { + var node = this.startNode(), oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; + + this.initFunction(node); + if (this.options.ecmaVersion >= 6) + { node.generator = isGenerator; } + if (this.options.ecmaVersion >= 8) + { node.async = !!isAsync; } + + this.yieldPos = 0; + this.awaitPos = 0; + this.awaitIdentPos = 0; + this.enterScope(functionFlags(isAsync, node.generator) | SCOPE_SUPER | (allowDirectSuper ? SCOPE_DIRECT_SUPER : 0)); + + this.expect(types.parenL); + node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8); + this.checkYieldAwaitInDefaultParams(); + this.parseFunctionBody(node, false, true); + + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + this.awaitIdentPos = oldAwaitIdentPos; + return this.finishNode(node, "FunctionExpression") + }; + + // Parse arrow function expression with given parameters. + + pp$3.parseArrowExpression = function(node, params, isAsync) { + var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; + + this.enterScope(functionFlags(isAsync, false) | SCOPE_ARROW); + this.initFunction(node); + if (this.options.ecmaVersion >= 8) { node.async = !!isAsync; } + + this.yieldPos = 0; + this.awaitPos = 0; + this.awaitIdentPos = 0; + + node.params = this.toAssignableList(params, true); + this.parseFunctionBody(node, true, false); + + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + this.awaitIdentPos = oldAwaitIdentPos; + return this.finishNode(node, "ArrowFunctionExpression") + }; + + // Parse function body and check parameters. + + pp$3.parseFunctionBody = function(node, isArrowFunction, isMethod) { + var isExpression = isArrowFunction && this.type !== types.braceL; + var oldStrict = this.strict, useStrict = false; + + if (isExpression) { + node.body = this.parseMaybeAssign(); + node.expression = true; + this.checkParams(node, false); + } else { + var nonSimple = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(node.params); + if (!oldStrict || nonSimple) { + useStrict = this.strictDirective(this.end); + // If this is a strict mode function, verify that argument names + // are not repeated, and it does not try to bind the words `eval` + // or `arguments`. + if (useStrict && nonSimple) + { this.raiseRecoverable(node.start, "Illegal 'use strict' directive in function with non-simple parameter list"); } + } + // Start a new scope with regard to labels and the `inFunction` + // flag (restore them to their old value afterwards). + var oldLabels = this.labels; + this.labels = []; + if (useStrict) { this.strict = true; } + + // Add the params to varDeclaredNames to ensure that an error is thrown + // if a let/const declaration in the function clashes with one of the params. + this.checkParams(node, !oldStrict && !useStrict && !isArrowFunction && !isMethod && this.isSimpleParamList(node.params)); + node.body = this.parseBlock(false); + node.expression = false; + this.adaptDirectivePrologue(node.body.body); + this.labels = oldLabels; + } + this.exitScope(); + + // Ensure the function name isn't a forbidden identifier in strict mode, e.g. 'eval' + if (this.strict && node.id) { this.checkLVal(node.id, BIND_OUTSIDE); } + this.strict = oldStrict; + }; + + pp$3.isSimpleParamList = function(params) { + for (var i = 0, list = params; i < list.length; i += 1) + { + var param = list[i]; + + if (param.type !== "Identifier") { return false + } } + return true + }; + + // Checks function params for various disallowed patterns such as using "eval" + // or "arguments" and duplicate parameters. + + pp$3.checkParams = function(node, allowDuplicates) { + var nameHash = {}; + for (var i = 0, list = node.params; i < list.length; i += 1) + { + var param = list[i]; + + this.checkLVal(param, BIND_VAR, allowDuplicates ? null : nameHash); + } + }; + + // Parses a comma-separated list of expressions, and returns them as + // an array. `close` is the token type that ends the list, and + // `allowEmpty` can be turned on to allow subsequent commas with + // nothing in between them to be parsed as `null` (which is needed + // for array literals). + + pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { + var elts = [], first = true; + while (!this.eat(close)) { + if (!first) { + this.expect(types.comma); + if (allowTrailingComma && this.afterTrailingComma(close)) { break } + } else { first = false; } + + var elt = (void 0); + if (allowEmpty && this.type === types.comma) + { elt = null; } + else if (this.type === types.ellipsis) { + elt = this.parseSpread(refDestructuringErrors); + if (refDestructuringErrors && this.type === types.comma && refDestructuringErrors.trailingComma < 0) + { refDestructuringErrors.trailingComma = this.start; } + } else { + elt = this.parseMaybeAssign(false, refDestructuringErrors); + } + elts.push(elt); + } + return elts + }; + + pp$3.checkUnreserved = function(ref) { + var start = ref.start; + var end = ref.end; + var name = ref.name; + + if (this.inGenerator && name === "yield") + { this.raiseRecoverable(start, "Cannot use 'yield' as identifier inside a generator"); } + if (this.inAsync && name === "await") + { this.raiseRecoverable(start, "Cannot use 'await' as identifier inside an async function"); } + if (this.keywords.test(name)) + { this.raise(start, ("Unexpected keyword '" + name + "'")); } + if (this.options.ecmaVersion < 6 && + this.input.slice(start, end).indexOf("\\") !== -1) { return } + var re = this.strict ? this.reservedWordsStrict : this.reservedWords; + if (re.test(name)) { + if (!this.inAsync && name === "await") + { this.raiseRecoverable(start, "Cannot use keyword 'await' outside an async function"); } + this.raiseRecoverable(start, ("The keyword '" + name + "' is reserved")); + } + }; + + // Parse the next token as an identifier. If `liberal` is true (used + // when parsing properties), it will also convert keywords into + // identifiers. + + pp$3.parseIdent = function(liberal, isBinding) { + var node = this.startNode(); + if (this.type === types.name) { + node.name = this.value; + } else if (this.type.keyword) { + node.name = this.type.keyword; + + // To fix https://github.com/acornjs/acorn/issues/575 + // `class` and `function` keywords push new context into this.context. + // But there is no chance to pop the context if the keyword is consumed as an identifier such as a property name. + // If the previous token is a dot, this does not apply because the context-managing code already ignored the keyword + if ((node.name === "class" || node.name === "function") && + (this.lastTokEnd !== this.lastTokStart + 1 || this.input.charCodeAt(this.lastTokStart) !== 46)) { + this.context.pop(); + } + } else { + this.unexpected(); + } + this.next(); + this.finishNode(node, "Identifier"); + if (!liberal) { + this.checkUnreserved(node); + if (node.name === "await" && !this.awaitIdentPos) + { this.awaitIdentPos = node.start; } + } + return node + }; + + // Parses yield expression inside generator. + + pp$3.parseYield = function(noIn) { + if (!this.yieldPos) { this.yieldPos = this.start; } + + var node = this.startNode(); + this.next(); + if (this.type === types.semi || this.canInsertSemicolon() || (this.type !== types.star && !this.type.startsExpr)) { + node.delegate = false; + node.argument = null; + } else { + node.delegate = this.eat(types.star); + node.argument = this.parseMaybeAssign(noIn); + } + return this.finishNode(node, "YieldExpression") + }; + + pp$3.parseAwait = function() { + if (!this.awaitPos) { this.awaitPos = this.start; } + + var node = this.startNode(); + this.next(); + node.argument = this.parseMaybeUnary(null, true); + return this.finishNode(node, "AwaitExpression") + }; + + var pp$4 = Parser.prototype; + + // This function is used to raise exceptions on parse errors. It + // takes an offset integer (into the current `input`) to indicate + // the location of the error, attaches the position to the end + // of the error message, and then raises a `SyntaxError` with that + // message. + + pp$4.raise = function(pos, message) { + var loc = getLineInfo(this.input, pos); + message += " (" + loc.line + ":" + loc.column + ")"; + var err = new SyntaxError(message); + err.pos = pos; err.loc = loc; err.raisedAt = this.pos; + throw err + }; + + pp$4.raiseRecoverable = pp$4.raise; + + pp$4.curPosition = function() { + if (this.options.locations) { + return new Position(this.curLine, this.pos - this.lineStart) + } + }; + + var pp$5 = Parser.prototype; + + var Scope = function Scope(flags) { + this.flags = flags; + // A list of var-declared names in the current lexical scope + this.var = []; + // A list of lexically-declared names in the current lexical scope + this.lexical = []; + // A list of lexically-declared FunctionDeclaration names in the current lexical scope + this.functions = []; + }; + + // The functions in this module keep track of declared variables in the current scope in order to detect duplicate variable names. + + pp$5.enterScope = function(flags) { + this.scopeStack.push(new Scope(flags)); + }; + + pp$5.exitScope = function() { + this.scopeStack.pop(); + }; + + // The spec says: + // > At the top level of a function, or script, function declarations are + // > treated like var declarations rather than like lexical declarations. + pp$5.treatFunctionsAsVarInScope = function(scope) { + return (scope.flags & SCOPE_FUNCTION) || !this.inModule && (scope.flags & SCOPE_TOP) + }; + + pp$5.declareName = function(name, bindingType, pos) { + var redeclared = false; + if (bindingType === BIND_LEXICAL) { + var scope = this.currentScope(); + redeclared = scope.lexical.indexOf(name) > -1 || scope.functions.indexOf(name) > -1 || scope.var.indexOf(name) > -1; + scope.lexical.push(name); + if (this.inModule && (scope.flags & SCOPE_TOP)) + { delete this.undefinedExports[name]; } + } else if (bindingType === BIND_SIMPLE_CATCH) { + var scope$1 = this.currentScope(); + scope$1.lexical.push(name); + } else if (bindingType === BIND_FUNCTION) { + var scope$2 = this.currentScope(); + if (this.treatFunctionsAsVar) + { redeclared = scope$2.lexical.indexOf(name) > -1; } + else + { redeclared = scope$2.lexical.indexOf(name) > -1 || scope$2.var.indexOf(name) > -1; } + scope$2.functions.push(name); + } else { + for (var i = this.scopeStack.length - 1; i >= 0; --i) { + var scope$3 = this.scopeStack[i]; + if (scope$3.lexical.indexOf(name) > -1 && !((scope$3.flags & SCOPE_SIMPLE_CATCH) && scope$3.lexical[0] === name) || + !this.treatFunctionsAsVarInScope(scope$3) && scope$3.functions.indexOf(name) > -1) { + redeclared = true; + break + } + scope$3.var.push(name); + if (this.inModule && (scope$3.flags & SCOPE_TOP)) + { delete this.undefinedExports[name]; } + if (scope$3.flags & SCOPE_VAR) { break } + } + } + if (redeclared) { this.raiseRecoverable(pos, ("Identifier '" + name + "' has already been declared")); } + }; + + pp$5.checkLocalExport = function(id) { + // scope.functions must be empty as Module code is always strict. + if (this.scopeStack[0].lexical.indexOf(id.name) === -1 && + this.scopeStack[0].var.indexOf(id.name) === -1) { + this.undefinedExports[id.name] = id; + } + }; + + pp$5.currentScope = function() { + return this.scopeStack[this.scopeStack.length - 1] + }; + + pp$5.currentVarScope = function() { + for (var i = this.scopeStack.length - 1;; i--) { + var scope = this.scopeStack[i]; + if (scope.flags & SCOPE_VAR) { return scope } + } + }; + + // Could be useful for `this`, `new.target`, `super()`, `super.property`, and `super[property]`. + pp$5.currentThisScope = function() { + for (var i = this.scopeStack.length - 1;; i--) { + var scope = this.scopeStack[i]; + if (scope.flags & SCOPE_VAR && !(scope.flags & SCOPE_ARROW)) { return scope } + } + }; + + var Node = function Node(parser, pos, loc) { + this.type = ""; + this.start = pos; + this.end = 0; + if (parser.options.locations) + { this.loc = new SourceLocation(parser, loc); } + if (parser.options.directSourceFile) + { this.sourceFile = parser.options.directSourceFile; } + if (parser.options.ranges) + { this.range = [pos, 0]; } + }; + + // Start an AST node, attaching a start offset. + + var pp$6 = Parser.prototype; + + pp$6.startNode = function() { + return new Node(this, this.start, this.startLoc) + }; + + pp$6.startNodeAt = function(pos, loc) { + return new Node(this, pos, loc) + }; + + // Finish an AST node, adding `type` and `end` properties. + + function finishNodeAt(node, type, pos, loc) { + node.type = type; + node.end = pos; + if (this.options.locations) + { node.loc.end = loc; } + if (this.options.ranges) + { node.range[1] = pos; } + return node + } + + pp$6.finishNode = function(node, type) { + return finishNodeAt.call(this, node, type, this.lastTokEnd, this.lastTokEndLoc) + }; + + // Finish node at given position + + pp$6.finishNodeAt = function(node, type, pos, loc) { + return finishNodeAt.call(this, node, type, pos, loc) + }; + + // The algorithm used to determine whether a regexp can appear at a + + var TokContext = function TokContext(token, isExpr, preserveSpace, override, generator) { + this.token = token; + this.isExpr = !!isExpr; + this.preserveSpace = !!preserveSpace; + this.override = override; + this.generator = !!generator; + }; + + var types$1 = { + b_stat: new TokContext("{", false), + b_expr: new TokContext("{", true), + b_tmpl: new TokContext("${", false), + p_stat: new TokContext("(", false), + p_expr: new TokContext("(", true), + q_tmpl: new TokContext("`", true, true, function (p) { return p.tryReadTemplateToken(); }), + f_stat: new TokContext("function", false), + f_expr: new TokContext("function", true), + f_expr_gen: new TokContext("function", true, false, null, true), + f_gen: new TokContext("function", false, false, null, true) + }; + + var pp$7 = Parser.prototype; + + pp$7.initialContext = function() { + return [types$1.b_stat] + }; + + pp$7.braceIsBlock = function(prevType) { + var parent = this.curContext(); + if (parent === types$1.f_expr || parent === types$1.f_stat) + { return true } + if (prevType === types.colon && (parent === types$1.b_stat || parent === types$1.b_expr)) + { return !parent.isExpr } + + // The check for `tt.name && exprAllowed` detects whether we are + // after a `yield` or `of` construct. See the `updateContext` for + // `tt.name`. + if (prevType === types._return || prevType === types.name && this.exprAllowed) + { return lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) } + if (prevType === types._else || prevType === types.semi || prevType === types.eof || prevType === types.parenR || prevType === types.arrow) + { return true } + if (prevType === types.braceL) + { return parent === types$1.b_stat } + if (prevType === types._var || prevType === types._const || prevType === types.name) + { return false } + return !this.exprAllowed + }; + + pp$7.inGeneratorContext = function() { + for (var i = this.context.length - 1; i >= 1; i--) { + var context = this.context[i]; + if (context.token === "function") + { return context.generator } + } + return false + }; + + pp$7.updateContext = function(prevType) { + var update, type = this.type; + if (type.keyword && prevType === types.dot) + { this.exprAllowed = false; } + else if (update = type.updateContext) + { update.call(this, prevType); } + else + { this.exprAllowed = type.beforeExpr; } + }; + + // Token-specific context update code + + types.parenR.updateContext = types.braceR.updateContext = function() { + if (this.context.length === 1) { + this.exprAllowed = true; + return + } + var out = this.context.pop(); + if (out === types$1.b_stat && this.curContext().token === "function") { + out = this.context.pop(); + } + this.exprAllowed = !out.isExpr; + }; + + types.braceL.updateContext = function(prevType) { + this.context.push(this.braceIsBlock(prevType) ? types$1.b_stat : types$1.b_expr); + this.exprAllowed = true; + }; + + types.dollarBraceL.updateContext = function() { + this.context.push(types$1.b_tmpl); + this.exprAllowed = true; + }; + + types.parenL.updateContext = function(prevType) { + var statementParens = prevType === types._if || prevType === types._for || prevType === types._with || prevType === types._while; + this.context.push(statementParens ? types$1.p_stat : types$1.p_expr); + this.exprAllowed = true; + }; + + types.incDec.updateContext = function() { + // tokExprAllowed stays unchanged + }; + + types._function.updateContext = types._class.updateContext = function(prevType) { + if (prevType.beforeExpr && prevType !== types.semi && prevType !== types._else && + !(prevType === types._return && lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) && + !((prevType === types.colon || prevType === types.braceL) && this.curContext() === types$1.b_stat)) + { this.context.push(types$1.f_expr); } + else + { this.context.push(types$1.f_stat); } + this.exprAllowed = false; + }; + + types.backQuote.updateContext = function() { + if (this.curContext() === types$1.q_tmpl) + { this.context.pop(); } + else + { this.context.push(types$1.q_tmpl); } + this.exprAllowed = false; + }; + + types.star.updateContext = function(prevType) { + if (prevType === types._function) { + var index = this.context.length - 1; + if (this.context[index] === types$1.f_expr) + { this.context[index] = types$1.f_expr_gen; } + else + { this.context[index] = types$1.f_gen; } + } + this.exprAllowed = true; + }; + + types.name.updateContext = function(prevType) { + var allowed = false; + if (this.options.ecmaVersion >= 6 && prevType !== types.dot) { + if (this.value === "of" && !this.exprAllowed || + this.value === "yield" && this.inGeneratorContext()) + { allowed = true; } + } + this.exprAllowed = allowed; + }; + + // This file contains Unicode properties extracted from the ECMAScript + // specification. The lists are extracted like so: + // $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText) + + // #table-binary-unicode-properties + var ecma9BinaryProperties = "ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS"; + var ecma10BinaryProperties = ecma9BinaryProperties + " Extended_Pictographic"; + var ecma11BinaryProperties = ecma10BinaryProperties; + var unicodeBinaryProperties = { + 9: ecma9BinaryProperties, + 10: ecma10BinaryProperties, + 11: ecma11BinaryProperties + }; + + // #table-unicode-general-category-values + var unicodeGeneralCategoryValues = "Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu"; + + // #table-unicode-script-values + var ecma9ScriptValues = "Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb"; + var ecma10ScriptValues = ecma9ScriptValues + " Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd"; + var ecma11ScriptValues = ecma10ScriptValues + " Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho"; + var unicodeScriptValues = { + 9: ecma9ScriptValues, + 10: ecma10ScriptValues, + 11: ecma11ScriptValues + }; + + var data = {}; + function buildUnicodeData(ecmaVersion) { + var d = data[ecmaVersion] = { + binary: wordsRegexp(unicodeBinaryProperties[ecmaVersion] + " " + unicodeGeneralCategoryValues), + nonBinary: { + General_Category: wordsRegexp(unicodeGeneralCategoryValues), + Script: wordsRegexp(unicodeScriptValues[ecmaVersion]) + } + }; + d.nonBinary.Script_Extensions = d.nonBinary.Script; + + d.nonBinary.gc = d.nonBinary.General_Category; + d.nonBinary.sc = d.nonBinary.Script; + d.nonBinary.scx = d.nonBinary.Script_Extensions; + } + buildUnicodeData(9); + buildUnicodeData(10); + buildUnicodeData(11); + + var pp$8 = Parser.prototype; + + var RegExpValidationState = function RegExpValidationState(parser) { + this.parser = parser; + this.validFlags = "gim" + (parser.options.ecmaVersion >= 6 ? "uy" : "") + (parser.options.ecmaVersion >= 9 ? "s" : ""); + this.unicodeProperties = data[parser.options.ecmaVersion >= 11 ? 11 : parser.options.ecmaVersion]; + this.source = ""; + this.flags = ""; + this.start = 0; + this.switchU = false; + this.switchN = false; + this.pos = 0; + this.lastIntValue = 0; + this.lastStringValue = ""; + this.lastAssertionIsQuantifiable = false; + this.numCapturingParens = 0; + this.maxBackReference = 0; + this.groupNames = []; + this.backReferenceNames = []; + }; + + RegExpValidationState.prototype.reset = function reset (start, pattern, flags) { + var unicode = flags.indexOf("u") !== -1; + this.start = start | 0; + this.source = pattern + ""; + this.flags = flags; + this.switchU = unicode && this.parser.options.ecmaVersion >= 6; + this.switchN = unicode && this.parser.options.ecmaVersion >= 9; + }; + + RegExpValidationState.prototype.raise = function raise (message) { + this.parser.raiseRecoverable(this.start, ("Invalid regular expression: /" + (this.source) + "/: " + message)); + }; + + // If u flag is given, this returns the code point at the index (it combines a surrogate pair). + // Otherwise, this returns the code unit of the index (can be a part of a surrogate pair). + RegExpValidationState.prototype.at = function at (i) { + var s = this.source; + var l = s.length; + if (i >= l) { + return -1 + } + var c = s.charCodeAt(i); + if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) { + return c + } + return (c << 10) + s.charCodeAt(i + 1) - 0x35FDC00 + }; + + RegExpValidationState.prototype.nextIndex = function nextIndex (i) { + var s = this.source; + var l = s.length; + if (i >= l) { + return l + } + var c = s.charCodeAt(i); + if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) { + return i + 1 + } + return i + 2 + }; + + RegExpValidationState.prototype.current = function current () { + return this.at(this.pos) + }; + + RegExpValidationState.prototype.lookahead = function lookahead () { + return this.at(this.nextIndex(this.pos)) + }; + + RegExpValidationState.prototype.advance = function advance () { + this.pos = this.nextIndex(this.pos); + }; + + RegExpValidationState.prototype.eat = function eat (ch) { + if (this.current() === ch) { + this.advance(); + return true + } + return false + }; + + function codePointToString(ch) { + if (ch <= 0xFFFF) { return String.fromCharCode(ch) } + ch -= 0x10000; + return String.fromCharCode((ch >> 10) + 0xD800, (ch & 0x03FF) + 0xDC00) + } + + /** + * Validate the flags part of a given RegExpLiteral. + * + * @param {RegExpValidationState} state The state to validate RegExp. + * @returns {void} + */ + pp$8.validateRegExpFlags = function(state) { + var validFlags = state.validFlags; + var flags = state.flags; + + for (var i = 0; i < flags.length; i++) { + var flag = flags.charAt(i); + if (validFlags.indexOf(flag) === -1) { + this.raise(state.start, "Invalid regular expression flag"); + } + if (flags.indexOf(flag, i + 1) > -1) { + this.raise(state.start, "Duplicate regular expression flag"); + } + } + }; + + /** + * Validate the pattern part of a given RegExpLiteral. + * + * @param {RegExpValidationState} state The state to validate RegExp. + * @returns {void} + */ + pp$8.validateRegExpPattern = function(state) { + this.regexp_pattern(state); + + // The goal symbol for the parse is |Pattern[~U, ~N]|. If the result of + // parsing contains a |GroupName|, reparse with the goal symbol + // |Pattern[~U, +N]| and use this result instead. Throw a *SyntaxError* + // exception if _P_ did not conform to the grammar, if any elements of _P_ + // were not matched by the parse, or if any Early Error conditions exist. + if (!state.switchN && this.options.ecmaVersion >= 9 && state.groupNames.length > 0) { + state.switchN = true; + this.regexp_pattern(state); + } + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-Pattern + pp$8.regexp_pattern = function(state) { + state.pos = 0; + state.lastIntValue = 0; + state.lastStringValue = ""; + state.lastAssertionIsQuantifiable = false; + state.numCapturingParens = 0; + state.maxBackReference = 0; + state.groupNames.length = 0; + state.backReferenceNames.length = 0; + + this.regexp_disjunction(state); + + if (state.pos !== state.source.length) { + // Make the same messages as V8. + if (state.eat(0x29 /* ) */)) { + state.raise("Unmatched ')'"); + } + if (state.eat(0x5D /* [ */) || state.eat(0x7D /* } */)) { + state.raise("Lone quantifier brackets"); + } + } + if (state.maxBackReference > state.numCapturingParens) { + state.raise("Invalid escape"); + } + for (var i = 0, list = state.backReferenceNames; i < list.length; i += 1) { + var name = list[i]; + + if (state.groupNames.indexOf(name) === -1) { + state.raise("Invalid named capture referenced"); + } + } + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-Disjunction + pp$8.regexp_disjunction = function(state) { + this.regexp_alternative(state); + while (state.eat(0x7C /* | */)) { + this.regexp_alternative(state); + } + + // Make the same message as V8. + if (this.regexp_eatQuantifier(state, true)) { + state.raise("Nothing to repeat"); + } + if (state.eat(0x7B /* { */)) { + state.raise("Lone quantifier brackets"); + } + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-Alternative + pp$8.regexp_alternative = function(state) { + while (state.pos < state.source.length && this.regexp_eatTerm(state)) + { } + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Term + pp$8.regexp_eatTerm = function(state) { + if (this.regexp_eatAssertion(state)) { + // Handle `QuantifiableAssertion Quantifier` alternative. + // `state.lastAssertionIsQuantifiable` is true if the last eaten Assertion + // is a QuantifiableAssertion. + if (state.lastAssertionIsQuantifiable && this.regexp_eatQuantifier(state)) { + // Make the same message as V8. + if (state.switchU) { + state.raise("Invalid quantifier"); + } + } + return true + } + + if (state.switchU ? this.regexp_eatAtom(state) : this.regexp_eatExtendedAtom(state)) { + this.regexp_eatQuantifier(state); + return true + } + + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Assertion + pp$8.regexp_eatAssertion = function(state) { + var start = state.pos; + state.lastAssertionIsQuantifiable = false; + + // ^, $ + if (state.eat(0x5E /* ^ */) || state.eat(0x24 /* $ */)) { + return true + } + + // \b \B + if (state.eat(0x5C /* \ */)) { + if (state.eat(0x42 /* B */) || state.eat(0x62 /* b */)) { + return true + } + state.pos = start; + } + + // Lookahead / Lookbehind + if (state.eat(0x28 /* ( */) && state.eat(0x3F /* ? */)) { + var lookbehind = false; + if (this.options.ecmaVersion >= 9) { + lookbehind = state.eat(0x3C /* < */); + } + if (state.eat(0x3D /* = */) || state.eat(0x21 /* ! */)) { + this.regexp_disjunction(state); + if (!state.eat(0x29 /* ) */)) { + state.raise("Unterminated group"); + } + state.lastAssertionIsQuantifiable = !lookbehind; + return true + } + } + + state.pos = start; + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-Quantifier + pp$8.regexp_eatQuantifier = function(state, noError) { + if ( noError === void 0 ) noError = false; + + if (this.regexp_eatQuantifierPrefix(state, noError)) { + state.eat(0x3F /* ? */); + return true + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-QuantifierPrefix + pp$8.regexp_eatQuantifierPrefix = function(state, noError) { + return ( + state.eat(0x2A /* * */) || + state.eat(0x2B /* + */) || + state.eat(0x3F /* ? */) || + this.regexp_eatBracedQuantifier(state, noError) + ) + }; + pp$8.regexp_eatBracedQuantifier = function(state, noError) { + var start = state.pos; + if (state.eat(0x7B /* { */)) { + var min = 0, max = -1; + if (this.regexp_eatDecimalDigits(state)) { + min = state.lastIntValue; + if (state.eat(0x2C /* , */) && this.regexp_eatDecimalDigits(state)) { + max = state.lastIntValue; + } + if (state.eat(0x7D /* } */)) { + // SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-term + if (max !== -1 && max < min && !noError) { + state.raise("numbers out of order in {} quantifier"); + } + return true + } + } + if (state.switchU && !noError) { + state.raise("Incomplete quantifier"); + } + state.pos = start; + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-Atom + pp$8.regexp_eatAtom = function(state) { + return ( + this.regexp_eatPatternCharacters(state) || + state.eat(0x2E /* . */) || + this.regexp_eatReverseSolidusAtomEscape(state) || + this.regexp_eatCharacterClass(state) || + this.regexp_eatUncapturingGroup(state) || + this.regexp_eatCapturingGroup(state) + ) + }; + pp$8.regexp_eatReverseSolidusAtomEscape = function(state) { + var start = state.pos; + if (state.eat(0x5C /* \ */)) { + if (this.regexp_eatAtomEscape(state)) { + return true + } + state.pos = start; + } + return false + }; + pp$8.regexp_eatUncapturingGroup = function(state) { + var start = state.pos; + if (state.eat(0x28 /* ( */)) { + if (state.eat(0x3F /* ? */) && state.eat(0x3A /* : */)) { + this.regexp_disjunction(state); + if (state.eat(0x29 /* ) */)) { + return true + } + state.raise("Unterminated group"); + } + state.pos = start; + } + return false + }; + pp$8.regexp_eatCapturingGroup = function(state) { + if (state.eat(0x28 /* ( */)) { + if (this.options.ecmaVersion >= 9) { + this.regexp_groupSpecifier(state); + } else if (state.current() === 0x3F /* ? */) { + state.raise("Invalid group"); + } + this.regexp_disjunction(state); + if (state.eat(0x29 /* ) */)) { + state.numCapturingParens += 1; + return true + } + state.raise("Unterminated group"); + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedAtom + pp$8.regexp_eatExtendedAtom = function(state) { + return ( + state.eat(0x2E /* . */) || + this.regexp_eatReverseSolidusAtomEscape(state) || + this.regexp_eatCharacterClass(state) || + this.regexp_eatUncapturingGroup(state) || + this.regexp_eatCapturingGroup(state) || + this.regexp_eatInvalidBracedQuantifier(state) || + this.regexp_eatExtendedPatternCharacter(state) + ) + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-InvalidBracedQuantifier + pp$8.regexp_eatInvalidBracedQuantifier = function(state) { + if (this.regexp_eatBracedQuantifier(state, true)) { + state.raise("Nothing to repeat"); + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-SyntaxCharacter + pp$8.regexp_eatSyntaxCharacter = function(state) { + var ch = state.current(); + if (isSyntaxCharacter(ch)) { + state.lastIntValue = ch; + state.advance(); + return true + } + return false + }; + function isSyntaxCharacter(ch) { + return ( + ch === 0x24 /* $ */ || + ch >= 0x28 /* ( */ && ch <= 0x2B /* + */ || + ch === 0x2E /* . */ || + ch === 0x3F /* ? */ || + ch >= 0x5B /* [ */ && ch <= 0x5E /* ^ */ || + ch >= 0x7B /* { */ && ch <= 0x7D /* } */ + ) + } + + // https://www.ecma-international.org/ecma-262/8.0/#prod-PatternCharacter + // But eat eager. + pp$8.regexp_eatPatternCharacters = function(state) { + var start = state.pos; + var ch = 0; + while ((ch = state.current()) !== -1 && !isSyntaxCharacter(ch)) { + state.advance(); + } + return state.pos !== start + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedPatternCharacter + pp$8.regexp_eatExtendedPatternCharacter = function(state) { + var ch = state.current(); + if ( + ch !== -1 && + ch !== 0x24 /* $ */ && + !(ch >= 0x28 /* ( */ && ch <= 0x2B /* + */) && + ch !== 0x2E /* . */ && + ch !== 0x3F /* ? */ && + ch !== 0x5B /* [ */ && + ch !== 0x5E /* ^ */ && + ch !== 0x7C /* | */ + ) { + state.advance(); + return true + } + return false + }; + + // GroupSpecifier[U] :: + // [empty] + // `?` GroupName[?U] + pp$8.regexp_groupSpecifier = function(state) { + if (state.eat(0x3F /* ? */)) { + if (this.regexp_eatGroupName(state)) { + if (state.groupNames.indexOf(state.lastStringValue) !== -1) { + state.raise("Duplicate capture group name"); + } + state.groupNames.push(state.lastStringValue); + return + } + state.raise("Invalid group"); + } + }; + + // GroupName[U] :: + // `<` RegExpIdentifierName[?U] `>` + // Note: this updates `state.lastStringValue` property with the eaten name. + pp$8.regexp_eatGroupName = function(state) { + state.lastStringValue = ""; + if (state.eat(0x3C /* < */)) { + if (this.regexp_eatRegExpIdentifierName(state) && state.eat(0x3E /* > */)) { + return true + } + state.raise("Invalid capture group name"); + } + return false + }; + + // RegExpIdentifierName[U] :: + // RegExpIdentifierStart[?U] + // RegExpIdentifierName[?U] RegExpIdentifierPart[?U] + // Note: this updates `state.lastStringValue` property with the eaten name. + pp$8.regexp_eatRegExpIdentifierName = function(state) { + state.lastStringValue = ""; + if (this.regexp_eatRegExpIdentifierStart(state)) { + state.lastStringValue += codePointToString(state.lastIntValue); + while (this.regexp_eatRegExpIdentifierPart(state)) { + state.lastStringValue += codePointToString(state.lastIntValue); + } + return true + } + return false + }; + + // RegExpIdentifierStart[U] :: + // UnicodeIDStart + // `$` + // `_` + // `\` RegExpUnicodeEscapeSequence[?U] + pp$8.regexp_eatRegExpIdentifierStart = function(state) { + var start = state.pos; + var ch = state.current(); + state.advance(); + + if (ch === 0x5C /* \ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) { + ch = state.lastIntValue; + } + if (isRegExpIdentifierStart(ch)) { + state.lastIntValue = ch; + return true + } + + state.pos = start; + return false + }; + function isRegExpIdentifierStart(ch) { + return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ + } + + // RegExpIdentifierPart[U] :: + // UnicodeIDContinue + // `$` + // `_` + // `\` RegExpUnicodeEscapeSequence[?U] + // + // + pp$8.regexp_eatRegExpIdentifierPart = function(state) { + var start = state.pos; + var ch = state.current(); + state.advance(); + + if (ch === 0x5C /* \ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) { + ch = state.lastIntValue; + } + if (isRegExpIdentifierPart(ch)) { + state.lastIntValue = ch; + return true + } + + state.pos = start; + return false + }; + function isRegExpIdentifierPart(ch) { + return isIdentifierChar(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ || ch === 0x200C /* */ || ch === 0x200D /* */ + } + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-AtomEscape + pp$8.regexp_eatAtomEscape = function(state) { + if ( + this.regexp_eatBackReference(state) || + this.regexp_eatCharacterClassEscape(state) || + this.regexp_eatCharacterEscape(state) || + (state.switchN && this.regexp_eatKGroupName(state)) + ) { + return true + } + if (state.switchU) { + // Make the same message as V8. + if (state.current() === 0x63 /* c */) { + state.raise("Invalid unicode escape"); + } + state.raise("Invalid escape"); + } + return false + }; + pp$8.regexp_eatBackReference = function(state) { + var start = state.pos; + if (this.regexp_eatDecimalEscape(state)) { + var n = state.lastIntValue; + if (state.switchU) { + // For SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-atomescape + if (n > state.maxBackReference) { + state.maxBackReference = n; + } + return true + } + if (n <= state.numCapturingParens) { + return true + } + state.pos = start; + } + return false + }; + pp$8.regexp_eatKGroupName = function(state) { + if (state.eat(0x6B /* k */)) { + if (this.regexp_eatGroupName(state)) { + state.backReferenceNames.push(state.lastStringValue); + return true + } + state.raise("Invalid named reference"); + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-CharacterEscape + pp$8.regexp_eatCharacterEscape = function(state) { + return ( + this.regexp_eatControlEscape(state) || + this.regexp_eatCControlLetter(state) || + this.regexp_eatZero(state) || + this.regexp_eatHexEscapeSequence(state) || + this.regexp_eatRegExpUnicodeEscapeSequence(state) || + (!state.switchU && this.regexp_eatLegacyOctalEscapeSequence(state)) || + this.regexp_eatIdentityEscape(state) + ) + }; + pp$8.regexp_eatCControlLetter = function(state) { + var start = state.pos; + if (state.eat(0x63 /* c */)) { + if (this.regexp_eatControlLetter(state)) { + return true + } + state.pos = start; + } + return false + }; + pp$8.regexp_eatZero = function(state) { + if (state.current() === 0x30 /* 0 */ && !isDecimalDigit(state.lookahead())) { + state.lastIntValue = 0; + state.advance(); + return true + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-ControlEscape + pp$8.regexp_eatControlEscape = function(state) { + var ch = state.current(); + if (ch === 0x74 /* t */) { + state.lastIntValue = 0x09; /* \t */ + state.advance(); + return true + } + if (ch === 0x6E /* n */) { + state.lastIntValue = 0x0A; /* \n */ + state.advance(); + return true + } + if (ch === 0x76 /* v */) { + state.lastIntValue = 0x0B; /* \v */ + state.advance(); + return true + } + if (ch === 0x66 /* f */) { + state.lastIntValue = 0x0C; /* \f */ + state.advance(); + return true + } + if (ch === 0x72 /* r */) { + state.lastIntValue = 0x0D; /* \r */ + state.advance(); + return true + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-ControlLetter + pp$8.regexp_eatControlLetter = function(state) { + var ch = state.current(); + if (isControlLetter(ch)) { + state.lastIntValue = ch % 0x20; + state.advance(); + return true + } + return false + }; + function isControlLetter(ch) { + return ( + (ch >= 0x41 /* A */ && ch <= 0x5A /* Z */) || + (ch >= 0x61 /* a */ && ch <= 0x7A /* z */) + ) + } + + // https://www.ecma-international.org/ecma-262/8.0/#prod-RegExpUnicodeEscapeSequence + pp$8.regexp_eatRegExpUnicodeEscapeSequence = function(state) { + var start = state.pos; + + if (state.eat(0x75 /* u */)) { + if (this.regexp_eatFixedHexDigits(state, 4)) { + var lead = state.lastIntValue; + if (state.switchU && lead >= 0xD800 && lead <= 0xDBFF) { + var leadSurrogateEnd = state.pos; + if (state.eat(0x5C /* \ */) && state.eat(0x75 /* u */) && this.regexp_eatFixedHexDigits(state, 4)) { + var trail = state.lastIntValue; + if (trail >= 0xDC00 && trail <= 0xDFFF) { + state.lastIntValue = (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000; + return true + } + } + state.pos = leadSurrogateEnd; + state.lastIntValue = lead; + } + return true + } + if ( + state.switchU && + state.eat(0x7B /* { */) && + this.regexp_eatHexDigits(state) && + state.eat(0x7D /* } */) && + isValidUnicode(state.lastIntValue) + ) { + return true + } + if (state.switchU) { + state.raise("Invalid unicode escape"); + } + state.pos = start; + } + + return false + }; + function isValidUnicode(ch) { + return ch >= 0 && ch <= 0x10FFFF + } + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-IdentityEscape + pp$8.regexp_eatIdentityEscape = function(state) { + if (state.switchU) { + if (this.regexp_eatSyntaxCharacter(state)) { + return true + } + if (state.eat(0x2F /* / */)) { + state.lastIntValue = 0x2F; /* / */ + return true + } + return false + } + + var ch = state.current(); + if (ch !== 0x63 /* c */ && (!state.switchN || ch !== 0x6B /* k */)) { + state.lastIntValue = ch; + state.advance(); + return true + } + + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalEscape + pp$8.regexp_eatDecimalEscape = function(state) { + state.lastIntValue = 0; + var ch = state.current(); + if (ch >= 0x31 /* 1 */ && ch <= 0x39 /* 9 */) { + do { + state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */); + state.advance(); + } while ((ch = state.current()) >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) + return true + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClassEscape + pp$8.regexp_eatCharacterClassEscape = function(state) { + var ch = state.current(); + + if (isCharacterClassEscape(ch)) { + state.lastIntValue = -1; + state.advance(); + return true + } + + if ( + state.switchU && + this.options.ecmaVersion >= 9 && + (ch === 0x50 /* P */ || ch === 0x70 /* p */) + ) { + state.lastIntValue = -1; + state.advance(); + if ( + state.eat(0x7B /* { */) && + this.regexp_eatUnicodePropertyValueExpression(state) && + state.eat(0x7D /* } */) + ) { + return true + } + state.raise("Invalid property name"); + } + + return false + }; + function isCharacterClassEscape(ch) { + return ( + ch === 0x64 /* d */ || + ch === 0x44 /* D */ || + ch === 0x73 /* s */ || + ch === 0x53 /* S */ || + ch === 0x77 /* w */ || + ch === 0x57 /* W */ + ) + } + + // UnicodePropertyValueExpression :: + // UnicodePropertyName `=` UnicodePropertyValue + // LoneUnicodePropertyNameOrValue + pp$8.regexp_eatUnicodePropertyValueExpression = function(state) { + var start = state.pos; + + // UnicodePropertyName `=` UnicodePropertyValue + if (this.regexp_eatUnicodePropertyName(state) && state.eat(0x3D /* = */)) { + var name = state.lastStringValue; + if (this.regexp_eatUnicodePropertyValue(state)) { + var value = state.lastStringValue; + this.regexp_validateUnicodePropertyNameAndValue(state, name, value); + return true + } + } + state.pos = start; + + // LoneUnicodePropertyNameOrValue + if (this.regexp_eatLoneUnicodePropertyNameOrValue(state)) { + var nameOrValue = state.lastStringValue; + this.regexp_validateUnicodePropertyNameOrValue(state, nameOrValue); + return true + } + return false + }; + pp$8.regexp_validateUnicodePropertyNameAndValue = function(state, name, value) { + if (!has(state.unicodeProperties.nonBinary, name)) + { state.raise("Invalid property name"); } + if (!state.unicodeProperties.nonBinary[name].test(value)) + { state.raise("Invalid property value"); } + }; + pp$8.regexp_validateUnicodePropertyNameOrValue = function(state, nameOrValue) { + if (!state.unicodeProperties.binary.test(nameOrValue)) + { state.raise("Invalid property name"); } + }; + + // UnicodePropertyName :: + // UnicodePropertyNameCharacters + pp$8.regexp_eatUnicodePropertyName = function(state) { + var ch = 0; + state.lastStringValue = ""; + while (isUnicodePropertyNameCharacter(ch = state.current())) { + state.lastStringValue += codePointToString(ch); + state.advance(); + } + return state.lastStringValue !== "" + }; + function isUnicodePropertyNameCharacter(ch) { + return isControlLetter(ch) || ch === 0x5F /* _ */ + } + + // UnicodePropertyValue :: + // UnicodePropertyValueCharacters + pp$8.regexp_eatUnicodePropertyValue = function(state) { + var ch = 0; + state.lastStringValue = ""; + while (isUnicodePropertyValueCharacter(ch = state.current())) { + state.lastStringValue += codePointToString(ch); + state.advance(); + } + return state.lastStringValue !== "" + }; + function isUnicodePropertyValueCharacter(ch) { + return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch) + } + + // LoneUnicodePropertyNameOrValue :: + // UnicodePropertyValueCharacters + pp$8.regexp_eatLoneUnicodePropertyNameOrValue = function(state) { + return this.regexp_eatUnicodePropertyValue(state) + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClass + pp$8.regexp_eatCharacterClass = function(state) { + if (state.eat(0x5B /* [ */)) { + state.eat(0x5E /* ^ */); + this.regexp_classRanges(state); + if (state.eat(0x5D /* [ */)) { + return true + } + // Unreachable since it threw "unterminated regular expression" error before. + state.raise("Unterminated character class"); + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassRanges + // https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRanges + // https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRangesNoDash + pp$8.regexp_classRanges = function(state) { + while (this.regexp_eatClassAtom(state)) { + var left = state.lastIntValue; + if (state.eat(0x2D /* - */) && this.regexp_eatClassAtom(state)) { + var right = state.lastIntValue; + if (state.switchU && (left === -1 || right === -1)) { + state.raise("Invalid character class"); + } + if (left !== -1 && right !== -1 && left > right) { + state.raise("Range out of order in character class"); + } + } + } + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtom + // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtomNoDash + pp$8.regexp_eatClassAtom = function(state) { + var start = state.pos; + + if (state.eat(0x5C /* \ */)) { + if (this.regexp_eatClassEscape(state)) { + return true + } + if (state.switchU) { + // Make the same message as V8. + var ch$1 = state.current(); + if (ch$1 === 0x63 /* c */ || isOctalDigit(ch$1)) { + state.raise("Invalid class escape"); + } + state.raise("Invalid escape"); + } + state.pos = start; + } + + var ch = state.current(); + if (ch !== 0x5D /* [ */) { + state.lastIntValue = ch; + state.advance(); + return true + } + + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassEscape + pp$8.regexp_eatClassEscape = function(state) { + var start = state.pos; + + if (state.eat(0x62 /* b */)) { + state.lastIntValue = 0x08; /* */ + return true + } + + if (state.switchU && state.eat(0x2D /* - */)) { + state.lastIntValue = 0x2D; /* - */ + return true + } + + if (!state.switchU && state.eat(0x63 /* c */)) { + if (this.regexp_eatClassControlLetter(state)) { + return true + } + state.pos = start; + } + + return ( + this.regexp_eatCharacterClassEscape(state) || + this.regexp_eatCharacterEscape(state) + ) + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassControlLetter + pp$8.regexp_eatClassControlLetter = function(state) { + var ch = state.current(); + if (isDecimalDigit(ch) || ch === 0x5F /* _ */) { + state.lastIntValue = ch % 0x20; + state.advance(); + return true + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence + pp$8.regexp_eatHexEscapeSequence = function(state) { + var start = state.pos; + if (state.eat(0x78 /* x */)) { + if (this.regexp_eatFixedHexDigits(state, 2)) { + return true + } + if (state.switchU) { + state.raise("Invalid escape"); + } + state.pos = start; + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalDigits + pp$8.regexp_eatDecimalDigits = function(state) { + var start = state.pos; + var ch = 0; + state.lastIntValue = 0; + while (isDecimalDigit(ch = state.current())) { + state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */); + state.advance(); + } + return state.pos !== start + }; + function isDecimalDigit(ch) { + return ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */ + } + + // https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigits + pp$8.regexp_eatHexDigits = function(state) { + var start = state.pos; + var ch = 0; + state.lastIntValue = 0; + while (isHexDigit(ch = state.current())) { + state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch); + state.advance(); + } + return state.pos !== start + }; + function isHexDigit(ch) { + return ( + (ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) || + (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) || + (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) + ) + } + function hexToInt(ch) { + if (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) { + return 10 + (ch - 0x41 /* A */) + } + if (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) { + return 10 + (ch - 0x61 /* a */) + } + return ch - 0x30 /* 0 */ + } + + // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-LegacyOctalEscapeSequence + // Allows only 0-377(octal) i.e. 0-255(decimal). + pp$8.regexp_eatLegacyOctalEscapeSequence = function(state) { + if (this.regexp_eatOctalDigit(state)) { + var n1 = state.lastIntValue; + if (this.regexp_eatOctalDigit(state)) { + var n2 = state.lastIntValue; + if (n1 <= 3 && this.regexp_eatOctalDigit(state)) { + state.lastIntValue = n1 * 64 + n2 * 8 + state.lastIntValue; + } else { + state.lastIntValue = n1 * 8 + n2; + } + } else { + state.lastIntValue = n1; + } + return true + } + return false + }; + + // https://www.ecma-international.org/ecma-262/8.0/#prod-OctalDigit + pp$8.regexp_eatOctalDigit = function(state) { + var ch = state.current(); + if (isOctalDigit(ch)) { + state.lastIntValue = ch - 0x30; /* 0 */ + state.advance(); + return true + } + state.lastIntValue = 0; + return false + }; + function isOctalDigit(ch) { + return ch >= 0x30 /* 0 */ && ch <= 0x37 /* 7 */ + } + + // https://www.ecma-international.org/ecma-262/8.0/#prod-Hex4Digits + // https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigit + // And HexDigit HexDigit in https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence + pp$8.regexp_eatFixedHexDigits = function(state, length) { + var start = state.pos; + state.lastIntValue = 0; + for (var i = 0; i < length; ++i) { + var ch = state.current(); + if (!isHexDigit(ch)) { + state.pos = start; + return false + } + state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch); + state.advance(); + } + return true + }; + + // Object type used to represent tokens. Note that normally, tokens + // simply exist as properties on the parser object. This is only + // used for the onToken callback and the external tokenizer. + + var Token = function Token(p) { + this.type = p.type; + this.value = p.value; + this.start = p.start; + this.end = p.end; + if (p.options.locations) + { this.loc = new SourceLocation(p, p.startLoc, p.endLoc); } + if (p.options.ranges) + { this.range = [p.start, p.end]; } + }; + + // ## Tokenizer + + var pp$9 = Parser.prototype; + + // Move to the next token + + pp$9.next = function() { + if (this.options.onToken) + { this.options.onToken(new Token(this)); } + + this.lastTokEnd = this.end; + this.lastTokStart = this.start; + this.lastTokEndLoc = this.endLoc; + this.lastTokStartLoc = this.startLoc; + this.nextToken(); + }; + + pp$9.getToken = function() { + this.next(); + return new Token(this) + }; + + // If we're in an ES6 environment, make parsers iterable + if (typeof Symbol !== "undefined") + { pp$9[Symbol.iterator] = function() { + var this$1 = this; + + return { + next: function () { + var token = this$1.getToken(); + return { + done: token.type === types.eof, + value: token + } + } + } + }; } + + // Toggle strict mode. Re-reads the next number or string to please + // pedantic tests (`"use strict"; 010;` should fail). + + pp$9.curContext = function() { + return this.context[this.context.length - 1] + }; + + // Read a single token, updating the parser object's token-related + // properties. + + pp$9.nextToken = function() { + var curContext = this.curContext(); + if (!curContext || !curContext.preserveSpace) { this.skipSpace(); } + + this.start = this.pos; + if (this.options.locations) { this.startLoc = this.curPosition(); } + if (this.pos >= this.input.length) { return this.finishToken(types.eof) } + + if (curContext.override) { return curContext.override(this) } + else { this.readToken(this.fullCharCodeAtPos()); } + }; + + pp$9.readToken = function(code) { + // Identifier or keyword. '\uXXXX' sequences are allowed in + // identifiers, so '\' also dispatches to that. + if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) + { return this.readWord() } + + return this.getTokenFromCode(code) + }; + + pp$9.fullCharCodeAtPos = function() { + var code = this.input.charCodeAt(this.pos); + if (code <= 0xd7ff || code >= 0xe000) { return code } + var next = this.input.charCodeAt(this.pos + 1); + return (code << 10) + next - 0x35fdc00 + }; + + pp$9.skipBlockComment = function() { + var startLoc = this.options.onComment && this.curPosition(); + var start = this.pos, end = this.input.indexOf("*/", this.pos += 2); + if (end === -1) { this.raise(this.pos - 2, "Unterminated comment"); } + this.pos = end + 2; + if (this.options.locations) { + lineBreakG.lastIndex = start; + var match; + while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) { + ++this.curLine; + this.lineStart = match.index + match[0].length; + } + } + if (this.options.onComment) + { this.options.onComment(true, this.input.slice(start + 2, end), start, this.pos, + startLoc, this.curPosition()); } + }; + + pp$9.skipLineComment = function(startSkip) { + var start = this.pos; + var startLoc = this.options.onComment && this.curPosition(); + var ch = this.input.charCodeAt(this.pos += startSkip); + while (this.pos < this.input.length && !isNewLine(ch)) { + ch = this.input.charCodeAt(++this.pos); + } + if (this.options.onComment) + { this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos, + startLoc, this.curPosition()); } + }; + + // Called at the start of the parse and after every token. Skips + // whitespace and comments, and. + + pp$9.skipSpace = function() { + loop: while (this.pos < this.input.length) { + var ch = this.input.charCodeAt(this.pos); + switch (ch) { + case 32: case 160: // ' ' + ++this.pos; + break + case 13: + if (this.input.charCodeAt(this.pos + 1) === 10) { + ++this.pos; + } + case 10: case 8232: case 8233: + ++this.pos; + if (this.options.locations) { + ++this.curLine; + this.lineStart = this.pos; + } + break + case 47: // '/' + switch (this.input.charCodeAt(this.pos + 1)) { + case 42: // '*' + this.skipBlockComment(); + break + case 47: + this.skipLineComment(2); + break + default: + break loop + } + break + default: + if (ch > 8 && ch < 14 || ch >= 5760 && nonASCIIwhitespace.test(String.fromCharCode(ch))) { + ++this.pos; + } else { + break loop + } + } + } + }; + + // Called at the end of every token. Sets `end`, `val`, and + // maintains `context` and `exprAllowed`, and skips the space after + // the token, so that the next one's `start` will point at the + // right position. + + pp$9.finishToken = function(type, val) { + this.end = this.pos; + if (this.options.locations) { this.endLoc = this.curPosition(); } + var prevType = this.type; + this.type = type; + this.value = val; + + this.updateContext(prevType); + }; + + // ### Token reading + + // This is the function that is called to fetch the next token. It + // is somewhat obscure, because it works in character codes rather + // than characters, and because operator parsing has been inlined + // into it. + // + // All in the name of speed. + // + pp$9.readToken_dot = function() { + var next = this.input.charCodeAt(this.pos + 1); + if (next >= 48 && next <= 57) { return this.readNumber(true) } + var next2 = this.input.charCodeAt(this.pos + 2); + if (this.options.ecmaVersion >= 6 && next === 46 && next2 === 46) { // 46 = dot '.' + this.pos += 3; + return this.finishToken(types.ellipsis) + } else { + ++this.pos; + return this.finishToken(types.dot) + } + }; + + pp$9.readToken_slash = function() { // '/' + var next = this.input.charCodeAt(this.pos + 1); + if (this.exprAllowed) { ++this.pos; return this.readRegexp() } + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(types.slash, 1) + }; + + pp$9.readToken_mult_modulo_exp = function(code) { // '%*' + var next = this.input.charCodeAt(this.pos + 1); + var size = 1; + var tokentype = code === 42 ? types.star : types.modulo; + + // exponentiation operator ** and **= + if (this.options.ecmaVersion >= 7 && code === 42 && next === 42) { + ++size; + tokentype = types.starstar; + next = this.input.charCodeAt(this.pos + 2); + } + + if (next === 61) { return this.finishOp(types.assign, size + 1) } + return this.finishOp(tokentype, size) + }; + + pp$9.readToken_pipe_amp = function(code) { // '|&' + var next = this.input.charCodeAt(this.pos + 1); + if (next === code) { return this.finishOp(code === 124 ? types.logicalOR : types.logicalAND, 2) } + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(code === 124 ? types.bitwiseOR : types.bitwiseAND, 1) + }; + + pp$9.readToken_caret = function() { // '^' + var next = this.input.charCodeAt(this.pos + 1); + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(types.bitwiseXOR, 1) + }; + + pp$9.readToken_plus_min = function(code) { // '+-' + var next = this.input.charCodeAt(this.pos + 1); + if (next === code) { + if (next === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 && + (this.lastTokEnd === 0 || lineBreak.test(this.input.slice(this.lastTokEnd, this.pos)))) { + // A `-->` line comment + this.skipLineComment(3); + this.skipSpace(); + return this.nextToken() + } + return this.finishOp(types.incDec, 2) + } + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(types.plusMin, 1) + }; + + pp$9.readToken_lt_gt = function(code) { // '<>' + var next = this.input.charCodeAt(this.pos + 1); + var size = 1; + if (next === code) { + size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2; + if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types.assign, size + 1) } + return this.finishOp(types.bitShift, size) + } + if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 && + this.input.charCodeAt(this.pos + 3) === 45) { + // `` line comment\n this.skipLineComment(3)\n this.skipSpace()\n return this.nextToken()\n }\n return this.finishOp(tt.incDec, 2)\n }\n if (next === 61) return this.finishOp(tt.assign, 2)\n return this.finishOp(tt.plusMin, 1)\n}\n\npp.readToken_lt_gt = function(code) { // '<>'\n let next = this.input.charCodeAt(this.pos + 1)\n let size = 1\n if (next === code) {\n size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2\n if (this.input.charCodeAt(this.pos + size) === 61) return this.finishOp(tt.assign, size + 1)\n return this.finishOp(tt.bitShift, size)\n }\n if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 &&\n this.input.charCodeAt(this.pos + 3) === 45) {\n // `` line comment + this.skipLineComment(3); + this.skipSpace(); + return this.nextToken() + } + return this.finishOp(types.incDec, 2) + } + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(types.plusMin, 1) +}; + +pp$9.readToken_lt_gt = function(code) { // '<>' + var next = this.input.charCodeAt(this.pos + 1); + var size = 1; + if (next === code) { + size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2; + if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types.assign, size + 1) } + return this.finishOp(types.bitShift, size) + } + if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 && + this.input.charCodeAt(this.pos + 3) === 45) { + // `` line comment\n this.skipLineComment(3)\n this.skipSpace()\n return this.nextToken()\n }\n return this.finishOp(tt.incDec, 2)\n }\n if (next === 61) return this.finishOp(tt.assign, 2)\n return this.finishOp(tt.plusMin, 1)\n}\n\npp.readToken_lt_gt = function(code) { // '<>'\n let next = this.input.charCodeAt(this.pos + 1)\n let size = 1\n if (next === code) {\n size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2\n if (this.input.charCodeAt(this.pos + size) === 61) return this.finishOp(tt.assign, size + 1)\n return this.finishOp(tt.bitShift, size)\n }\n if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 &&\n this.input.charCodeAt(this.pos + 3) === 45) {\n // ` + + + +Implementation of function.prototype.bind + +## Example + +I mainly do this for unit tests I run on phantomjs. +PhantomJS does not have Function.prototype.bind :( + +```js +Function.prototype.bind = require("function-bind") +``` + +## Installation + +`npm install function-bind` + +## Contributors + + - Raynos + +## MIT Licenced + + [travis-svg]: https://travis-ci.org/Raynos/function-bind.svg + [travis-url]: https://travis-ci.org/Raynos/function-bind + [npm-badge-svg]: https://badge.fury.io/js/function-bind.svg + [npm-url]: https://npmjs.org/package/function-bind + [5]: https://coveralls.io/repos/Raynos/function-bind/badge.png + [6]: https://coveralls.io/r/Raynos/function-bind + [7]: https://gemnasium.com/Raynos/function-bind.png + [8]: https://gemnasium.com/Raynos/function-bind + [deps-svg]: https://david-dm.org/Raynos/function-bind.svg + [deps-url]: https://david-dm.org/Raynos/function-bind + [dev-deps-svg]: https://david-dm.org/Raynos/function-bind/dev-status.svg + [dev-deps-url]: https://david-dm.org/Raynos/function-bind#info=devDependencies + [11]: https://ci.testling.com/Raynos/function-bind.png + [12]: https://ci.testling.com/Raynos/function-bind diff --git a/2019-setembro/node_modules/function-bind/implementation.js b/2019-setembro/node_modules/function-bind/implementation.js new file mode 100644 index 0000000..cc4daec --- /dev/null +++ b/2019-setembro/node_modules/function-bind/implementation.js @@ -0,0 +1,52 @@ +'use strict'; + +/* eslint no-invalid-this: 1 */ + +var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible '; +var slice = Array.prototype.slice; +var toStr = Object.prototype.toString; +var funcType = '[object Function]'; + +module.exports = function bind(that) { + var target = this; + if (typeof target !== 'function' || toStr.call(target) !== funcType) { + throw new TypeError(ERROR_MESSAGE + target); + } + var args = slice.call(arguments, 1); + + var bound; + var binder = function () { + if (this instanceof bound) { + var result = target.apply( + this, + args.concat(slice.call(arguments)) + ); + if (Object(result) === result) { + return result; + } + return this; + } else { + return target.apply( + that, + args.concat(slice.call(arguments)) + ); + } + }; + + var boundLength = Math.max(0, target.length - args.length); + var boundArgs = []; + for (var i = 0; i < boundLength; i++) { + boundArgs.push('$' + i); + } + + bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder); + + if (target.prototype) { + var Empty = function Empty() {}; + Empty.prototype = target.prototype; + bound.prototype = new Empty(); + Empty.prototype = null; + } + + return bound; +}; diff --git a/2019-setembro/node_modules/function-bind/index.js b/2019-setembro/node_modules/function-bind/index.js new file mode 100644 index 0000000..3bb6b96 --- /dev/null +++ b/2019-setembro/node_modules/function-bind/index.js @@ -0,0 +1,5 @@ +'use strict'; + +var implementation = require('./implementation'); + +module.exports = Function.prototype.bind || implementation; diff --git a/2019-setembro/node_modules/function-bind/package.json b/2019-setembro/node_modules/function-bind/package.json new file mode 100644 index 0000000..20a1727 --- /dev/null +++ b/2019-setembro/node_modules/function-bind/package.json @@ -0,0 +1,63 @@ +{ + "name": "function-bind", + "version": "1.1.1", + "description": "Implementation of Function.prototype.bind", + "keywords": [ + "function", + "bind", + "shim", + "es5" + ], + "author": "Raynos ", + "repository": "git://github.com/Raynos/function-bind.git", + "main": "index", + "homepage": "https://github.com/Raynos/function-bind", + "contributors": [ + { + "name": "Raynos" + }, + { + "name": "Jordan Harband", + "url": "https://github.com/ljharb" + } + ], + "bugs": { + "url": "https://github.com/Raynos/function-bind/issues", + "email": "raynos2@gmail.com" + }, + "dependencies": {}, + "devDependencies": { + "@ljharb/eslint-config": "^12.2.1", + "covert": "^1.1.0", + "eslint": "^4.5.0", + "jscs": "^3.0.7", + "tape": "^4.8.0" + }, + "license": "MIT", + "scripts": { + "pretest": "npm run lint", + "test": "npm run tests-only", + "posttest": "npm run coverage -- --quiet", + "tests-only": "node test", + "coverage": "covert test/*.js", + "lint": "npm run jscs && npm run eslint", + "jscs": "jscs *.js */*.js", + "eslint": "eslint *.js */*.js" + }, + "testling": { + "files": "test/index.js", + "browsers": [ + "ie/8..latest", + "firefox/16..latest", + "firefox/nightly", + "chrome/22..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + } +} diff --git a/2019-setembro/node_modules/function-bind/test/.eslintrc b/2019-setembro/node_modules/function-bind/test/.eslintrc new file mode 100644 index 0000000..8a56d5b --- /dev/null +++ b/2019-setembro/node_modules/function-bind/test/.eslintrc @@ -0,0 +1,9 @@ +{ + "rules": { + "array-bracket-newline": 0, + "array-element-newline": 0, + "max-statements-per-line": [2, { "max": 2 }], + "no-invalid-this": 0, + "no-magic-numbers": 0, + } +} diff --git a/2019-setembro/node_modules/function-bind/test/index.js b/2019-setembro/node_modules/function-bind/test/index.js new file mode 100644 index 0000000..2edecce --- /dev/null +++ b/2019-setembro/node_modules/function-bind/test/index.js @@ -0,0 +1,252 @@ +// jscs:disable requireUseStrict + +var test = require('tape'); + +var functionBind = require('../implementation'); +var getCurrentContext = function () { return this; }; + +test('functionBind is a function', function (t) { + t.equal(typeof functionBind, 'function'); + t.end(); +}); + +test('non-functions', function (t) { + var nonFunctions = [true, false, [], {}, 42, 'foo', NaN, /a/g]; + t.plan(nonFunctions.length); + for (var i = 0; i < nonFunctions.length; ++i) { + try { functionBind.call(nonFunctions[i]); } catch (ex) { + t.ok(ex instanceof TypeError, 'throws when given ' + String(nonFunctions[i])); + } + } + t.end(); +}); + +test('without a context', function (t) { + t.test('binds properly', function (st) { + var args, context; + var namespace = { + func: functionBind.call(function () { + args = Array.prototype.slice.call(arguments); + context = this; + }) + }; + namespace.func(1, 2, 3); + st.deepEqual(args, [1, 2, 3]); + st.equal(context, getCurrentContext.call()); + st.end(); + }); + + t.test('binds properly, and still supplies bound arguments', function (st) { + var args, context; + var namespace = { + func: functionBind.call(function () { + args = Array.prototype.slice.call(arguments); + context = this; + }, undefined, 1, 2, 3) + }; + namespace.func(4, 5, 6); + st.deepEqual(args, [1, 2, 3, 4, 5, 6]); + st.equal(context, getCurrentContext.call()); + st.end(); + }); + + t.test('returns properly', function (st) { + var args; + var namespace = { + func: functionBind.call(function () { + args = Array.prototype.slice.call(arguments); + return this; + }, null) + }; + var context = namespace.func(1, 2, 3); + st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); + st.deepEqual(args, [1, 2, 3], 'passed arguments are correct'); + st.end(); + }); + + t.test('returns properly with bound arguments', function (st) { + var args; + var namespace = { + func: functionBind.call(function () { + args = Array.prototype.slice.call(arguments); + return this; + }, null, 1, 2, 3) + }; + var context = namespace.func(4, 5, 6); + st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); + st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'passed arguments are correct'); + st.end(); + }); + + t.test('called as a constructor', function (st) { + var thunkify = function (value) { + return function () { return value; }; + }; + st.test('returns object value', function (sst) { + var expectedReturnValue = [1, 2, 3]; + var Constructor = functionBind.call(thunkify(expectedReturnValue), null); + var result = new Constructor(); + sst.equal(result, expectedReturnValue); + sst.end(); + }); + + st.test('does not return primitive value', function (sst) { + var Constructor = functionBind.call(thunkify(42), null); + var result = new Constructor(); + sst.notEqual(result, 42); + sst.end(); + }); + + st.test('object from bound constructor is instance of original and bound constructor', function (sst) { + var A = function (x) { + this.name = x || 'A'; + }; + var B = functionBind.call(A, null, 'B'); + + var result = new B(); + sst.ok(result instanceof B, 'result is instance of bound constructor'); + sst.ok(result instanceof A, 'result is instance of original constructor'); + sst.end(); + }); + + st.end(); + }); + + t.end(); +}); + +test('with a context', function (t) { + t.test('with no bound arguments', function (st) { + var args, context; + var boundContext = {}; + var namespace = { + func: functionBind.call(function () { + args = Array.prototype.slice.call(arguments); + context = this; + }, boundContext) + }; + namespace.func(1, 2, 3); + st.equal(context, boundContext, 'binds a context properly'); + st.deepEqual(args, [1, 2, 3], 'supplies passed arguments'); + st.end(); + }); + + t.test('with bound arguments', function (st) { + var args, context; + var boundContext = {}; + var namespace = { + func: functionBind.call(function () { + args = Array.prototype.slice.call(arguments); + context = this; + }, boundContext, 1, 2, 3) + }; + namespace.func(4, 5, 6); + st.equal(context, boundContext, 'binds a context properly'); + st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'supplies bound and passed arguments'); + st.end(); + }); + + t.test('returns properly', function (st) { + var boundContext = {}; + var args; + var namespace = { + func: functionBind.call(function () { + args = Array.prototype.slice.call(arguments); + return this; + }, boundContext) + }; + var context = namespace.func(1, 2, 3); + st.equal(context, boundContext, 'returned context is bound context'); + st.notEqual(context, getCurrentContext.call(), 'returned context is not lexical context'); + st.deepEqual(args, [1, 2, 3], 'passed arguments are correct'); + st.end(); + }); + + t.test('returns properly with bound arguments', function (st) { + var boundContext = {}; + var args; + var namespace = { + func: functionBind.call(function () { + args = Array.prototype.slice.call(arguments); + return this; + }, boundContext, 1, 2, 3) + }; + var context = namespace.func(4, 5, 6); + st.equal(context, boundContext, 'returned context is bound context'); + st.notEqual(context, getCurrentContext.call(), 'returned context is not lexical context'); + st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'passed arguments are correct'); + st.end(); + }); + + t.test('passes the correct arguments when called as a constructor', function (st) { + var expected = { name: 'Correct' }; + var namespace = { + Func: functionBind.call(function (arg) { + return arg; + }, { name: 'Incorrect' }) + }; + var returned = new namespace.Func(expected); + st.equal(returned, expected, 'returns the right arg when called as a constructor'); + st.end(); + }); + + t.test('has the new instance\'s context when called as a constructor', function (st) { + var actualContext; + var expectedContext = { foo: 'bar' }; + var namespace = { + Func: functionBind.call(function () { + actualContext = this; + }, expectedContext) + }; + var result = new namespace.Func(); + st.equal(result instanceof namespace.Func, true); + st.notEqual(actualContext, expectedContext); + st.end(); + }); + + t.end(); +}); + +test('bound function length', function (t) { + t.test('sets a correct length without thisArg', function (st) { + var subject = functionBind.call(function (a, b, c) { return a + b + c; }); + st.equal(subject.length, 3); + st.equal(subject(1, 2, 3), 6); + st.end(); + }); + + t.test('sets a correct length with thisArg', function (st) { + var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}); + st.equal(subject.length, 3); + st.equal(subject(1, 2, 3), 6); + st.end(); + }); + + t.test('sets a correct length without thisArg and first argument', function (st) { + var subject = functionBind.call(function (a, b, c) { return a + b + c; }, undefined, 1); + st.equal(subject.length, 2); + st.equal(subject(2, 3), 6); + st.end(); + }); + + t.test('sets a correct length with thisArg and first argument', function (st) { + var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}, 1); + st.equal(subject.length, 2); + st.equal(subject(2, 3), 6); + st.end(); + }); + + t.test('sets a correct length without thisArg and too many arguments', function (st) { + var subject = functionBind.call(function (a, b, c) { return a + b + c; }, undefined, 1, 2, 3, 4); + st.equal(subject.length, 0); + st.equal(subject(), 6); + st.end(); + }); + + t.test('sets a correct length with thisArg and too many arguments', function (st) { + var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}, 1, 2, 3, 4); + st.equal(subject.length, 0); + st.equal(subject(), 6); + st.end(); + }); +}); diff --git a/2019-setembro/node_modules/get-port/index.js b/2019-setembro/node_modules/get-port/index.js new file mode 100644 index 0000000..fbd74e6 --- /dev/null +++ b/2019-setembro/node_modules/get-port/index.js @@ -0,0 +1,28 @@ +'use strict'; +const net = require('net'); + +const getPort = options => new Promise((resolve, reject) => { + // For backwards compatibility with number-only input + // TODO: Remove this in the next major version + if (typeof options === 'number') { + options = { + port: options + }; + } + + const server = net.createServer(); + + server.unref(); + server.on('error', reject); + + server.listen(options, () => { + const port = server.address().port; + server.close(() => { + resolve(port); + }); + }); +}); + +module.exports = options => options ? + getPort(options).catch(() => getPort(0)) : + getPort(0); diff --git a/2019-setembro/node_modules/get-port/license b/2019-setembro/node_modules/get-port/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/2019-setembro/node_modules/get-port/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/get-port/package.json b/2019-setembro/node_modules/get-port/package.json new file mode 100644 index 0000000..3fe1922 --- /dev/null +++ b/2019-setembro/node_modules/get-port/package.json @@ -0,0 +1,44 @@ +{ + "name": "get-port", + "version": "3.2.0", + "description": "Get an available port", + "license": "MIT", + "repository": "sindresorhus/get-port", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "port", + "find", + "finder", + "portfinder", + "free", + "available", + "connection", + "connect", + "open", + "net", + "tcp", + "scan", + "rand", + "random", + "preferred", + "chosen" + ], + "devDependencies": { + "ava": "*", + "pify": "^3.0.0", + "xo": "*" + } +} diff --git a/2019-setembro/node_modules/get-port/readme.md b/2019-setembro/node_modules/get-port/readme.md new file mode 100644 index 0000000..72c1fbc --- /dev/null +++ b/2019-setembro/node_modules/get-port/readme.md @@ -0,0 +1,64 @@ +# get-port [![Build Status](https://travis-ci.org/sindresorhus/get-port.svg?branch=master)](https://travis-ci.org/sindresorhus/get-port) + +> Get an available port + + +## Install + +``` +$ npm install get-port +``` + + +## Usage + +```js +const getPort = require('get-port'); + +getPort().then(port => { + console.log(port); + //=> 51402 +}); +``` + +Optionally, pass in a preferred port: + +```js +getPort({port: 3000}).then(port => { + console.log(port); + // Will use 3000 if available, otherwise fall back to a random port +}); +``` + + +## API + +### getPort([options]) + +Returns a `Promise` for a port number. + +#### options + +Type: `Object` + +##### port + +Type: `number` + +The preferred port to use. + +##### host + +Type: `string` + +The host on which port resolution should be performed. Can be either an IPv4 or IPv6 address. + + +## Related + +- [get-port-cli](https://github.com/sindresorhus/get-port-cli) - CLI for this module + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/2019-setembro/node_modules/get-value/LICENSE b/2019-setembro/node_modules/get-value/LICENSE new file mode 100644 index 0000000..39245ac --- /dev/null +++ b/2019-setembro/node_modules/get-value/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/get-value/index.js b/2019-setembro/node_modules/get-value/index.js new file mode 100644 index 0000000..5879a88 --- /dev/null +++ b/2019-setembro/node_modules/get-value/index.js @@ -0,0 +1,50 @@ +/*! + * get-value + * + * Copyright (c) 2014-2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +module.exports = function(obj, prop, a, b, c) { + if (!isObject(obj) || !prop) { + return obj; + } + + prop = toString(prop); + + // allowing for multiple properties to be passed as + // a string or array, but much faster (3-4x) than doing + // `[].slice.call(arguments)` + if (a) prop += '.' + toString(a); + if (b) prop += '.' + toString(b); + if (c) prop += '.' + toString(c); + + if (prop in obj) { + return obj[prop]; + } + + var segs = prop.split('.'); + var len = segs.length; + var i = -1; + + while (obj && (++i < len)) { + var key = segs[i]; + while (key[key.length - 1] === '\\') { + key = key.slice(0, -1) + '.' + segs[++i]; + } + obj = obj[key]; + } + return obj; +}; + +function isObject(val) { + return val !== null && (typeof val === 'object' || typeof val === 'function'); +} + +function toString(val) { + if (!val) return ''; + if (Array.isArray(val)) { + return val.join('.'); + } + return val; +} diff --git a/2019-setembro/node_modules/get-value/package.json b/2019-setembro/node_modules/get-value/package.json new file mode 100644 index 0000000..df168cd --- /dev/null +++ b/2019-setembro/node_modules/get-value/package.json @@ -0,0 +1,79 @@ +{ + "name": "get-value", + "description": "Use property paths (`a.b.c`) to get a nested value from an object.", + "version": "2.0.6", + "homepage": "https://github.com/jonschlinkert/get-value", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/get-value", + "bugs": { + "url": "https://github.com/jonschlinkert/get-value/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "devDependencies": { + "ansi-bold": "^0.1.1", + "arr-reduce": "^1.0.1", + "benchmarked": "^0.1.4", + "dot-prop": "^2.2.0", + "getobject": "^0.1.0", + "gulp": "^3.9.0", + "gulp-eslint": "^1.1.1", + "gulp-format-md": "^0.1.5", + "gulp-istanbul": "^0.10.2", + "gulp-mocha": "^2.1.3", + "isobject": "^2.0.0", + "matched": "^0.3.2", + "minimist": "^1.2.0" + }, + "keywords": [ + "get", + "key", + "nested", + "object", + "path", + "paths", + "prop", + "properties", + "property", + "props", + "segment", + "value", + "values" + ], + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "has-any", + "has-any-deep", + "has-value", + "set-value", + "unset-value" + ] + }, + "reflinks": [ + "verb", + "verb-readme-generator" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/glob-parent/LICENSE b/2019-setembro/node_modules/glob-parent/LICENSE new file mode 100644 index 0000000..734076d --- /dev/null +++ b/2019-setembro/node_modules/glob-parent/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) 2015 Elan Shanker + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/glob-parent/README.md b/2019-setembro/node_modules/glob-parent/README.md new file mode 100644 index 0000000..3bec5c7 --- /dev/null +++ b/2019-setembro/node_modules/glob-parent/README.md @@ -0,0 +1,109 @@ +glob-parent [![Build Status](https://travis-ci.org/es128/glob-parent.svg)](https://travis-ci.org/es128/glob-parent) [![Coverage Status](https://img.shields.io/coveralls/es128/glob-parent.svg)](https://coveralls.io/r/es128/glob-parent?branch=master) +====== +Javascript module to extract the non-magic parent path from a glob string. + +[![NPM](https://nodei.co/npm/glob-parent.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/glob-parent/) +[![NPM](https://nodei.co/npm-dl/glob-parent.png?height=3&months=9)](https://nodei.co/npm-dl/glob-parent/) + +Usage +----- +```sh +npm install glob-parent --save +``` + +**Examples** + +```js +var globParent = require('glob-parent'); + +globParent('path/to/*.js'); // 'path/to' +globParent('/root/path/to/*.js'); // '/root/path/to' +globParent('/*.js'); // '/' +globParent('*.js'); // '.' +globParent('**/*.js'); // '.' +globParent('path/{to,from}'); // 'path' +globParent('path/!(to|from)'); // 'path' +globParent('path/?(to|from)'); // 'path' +globParent('path/+(to|from)'); // 'path' +globParent('path/*(to|from)'); // 'path' +globParent('path/@(to|from)'); // 'path' +globParent('path/**/*'); // 'path' + +// if provided a non-glob path, returns the nearest dir +globParent('path/foo/bar.js'); // 'path/foo' +globParent('path/foo/'); // 'path/foo' +globParent('path/foo'); // 'path' (see issue #3 for details) +``` + +## Escaping + +The following characters have special significance in glob patterns and must be escaped if you want them to be treated as regular path characters: + +- `?` (question mark) +- `*` (star) +- `|` (pipe) +- `(` (opening parenthesis) +- `)` (closing parenthesis) +- `{` (opening curly brace) +- `}` (closing curly brace) +- `[` (opening bracket) +- `]` (closing bracket) + +**Example** + +```js +globParent('foo/[bar]/') // 'foo' +globParent('foo/\\[bar]/') // 'foo/[bar]' +``` + +## Limitations + +#### Braces & Brackets +This library attempts a quick and imperfect method of determining which path +parts have glob magic without fully parsing/lexing the pattern. There are some +advanced use cases that can trip it up, such as nested braces where the outer +pair is escaped and the inner one contains a path separator. If you find +yourself in the unlikely circumstance of being affected by this or need to +ensure higher-fidelity glob handling in your library, it is recommended that you +pre-process your input with [expand-braces] and/or [expand-brackets]. + +#### Windows +Backslashes are not valid path separators for globs. If a path with backslashes +is provided anyway, for simple cases, glob-parent will replace the path +separator for you and return the non-glob parent path (now with +forward-slashes, which are still valid as Windows path separators). + +This cannot be used in conjunction with escape characters. + +```js +// BAD +globParent('C:\\Program Files \\(x86\\)\\*.ext') // 'C:/Program Files /(x86/)' + +// GOOD +globParent('C:/Program Files\\(x86\\)/*.ext') // 'C:/Program Files (x86)' +``` + +If you are using escape characters for a pattern without path parts (i.e. +relative to `cwd`), prefix with `./` to avoid confusing glob-parent. + +```js +// BAD +globParent('foo \\[bar]') // 'foo ' +globParent('foo \\[bar]*') // 'foo ' + +// GOOD +globParent('./foo \\[bar]') // 'foo [bar]' +globParent('./foo \\[bar]*') // '.' +``` + + +Change Log +---------- +[See release notes page on GitHub](https://github.com/es128/glob-parent/releases) + +License +------- +[ISC](https://raw.github.com/es128/glob-parent/master/LICENSE) + +[expand-braces]: https://github.com/jonschlinkert/expand-braces +[expand-brackets]: https://github.com/jonschlinkert/expand-brackets diff --git a/2019-setembro/node_modules/glob-parent/index.js b/2019-setembro/node_modules/glob-parent/index.js new file mode 100644 index 0000000..3a14a53 --- /dev/null +++ b/2019-setembro/node_modules/glob-parent/index.js @@ -0,0 +1,24 @@ +'use strict'; + +var path = require('path'); +var isglob = require('is-glob'); +var pathDirname = require('path-dirname'); +var isWin32 = require('os').platform() === 'win32'; + +module.exports = function globParent(str) { + // flip windows path separators + if (isWin32 && str.indexOf('/') < 0) str = str.split('\\').join('/'); + + // special case for strings ending in enclosure containing path separator + if (/[\{\[].*[\/]*.*[\}\]]$/.test(str)) str += '/'; + + // preserves full path in case of trailing path separator + str += 'a'; + + // remove path parts that are globby + do {str = pathDirname.posix(str)} + while (isglob(str) || /(^|[^\\])([\{\[]|\([^\)]+$)/.test(str)); + + // remove escape chars and return result + return str.replace(/\\([\*\?\|\[\]\(\)\{\}])/g, '$1'); +}; diff --git a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/LICENSE b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/LICENSE new file mode 100644 index 0000000..39245ac --- /dev/null +++ b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/README.md b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/README.md new file mode 100644 index 0000000..6f4404f --- /dev/null +++ b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/README.md @@ -0,0 +1,142 @@ +# is-glob [![NPM version](https://img.shields.io/npm/v/is-glob.svg?style=flat)](https://www.npmjs.com/package/is-glob) [![NPM downloads](https://img.shields.io/npm/dm/is-glob.svg?style=flat)](https://npmjs.org/package/is-glob) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-glob.svg?style=flat)](https://travis-ci.org/jonschlinkert/is-glob) + +> Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-glob +``` + +You might also be interested in [is-valid-glob](https://github.com/jonschlinkert/is-valid-glob) and [has-glob](https://github.com/jonschlinkert/has-glob). + +## Usage + +```js +var isGlob = require('is-glob'); +``` + +**True** + +Patterns that have glob characters or regex patterns will return `true`: + +```js +isGlob('!foo.js'); +isGlob('*.js'); +isGlob('**/abc.js'); +isGlob('abc/*.js'); +isGlob('abc/(aaa|bbb).js'); +isGlob('abc/[a-z].js'); +isGlob('abc/{a,b}.js'); +isGlob('abc/?.js'); +//=> true +``` + +Extglobs + +```js +isGlob('abc/@(a).js'); +isGlob('abc/!(a).js'); +isGlob('abc/+(a).js'); +isGlob('abc/*(a).js'); +isGlob('abc/?(a).js'); +//=> true +``` + +**False** + +Escaped globs or extglobs return `false`: + +```js +isGlob('abc/\\@(a).js'); +isGlob('abc/\\!(a).js'); +isGlob('abc/\\+(a).js'); +isGlob('abc/\\*(a).js'); +isGlob('abc/\\?(a).js'); +isGlob('\\!foo.js'); +isGlob('\\*.js'); +isGlob('\\*\\*/abc.js'); +isGlob('abc/\\*.js'); +isGlob('abc/\\(aaa|bbb).js'); +isGlob('abc/\\[a-z].js'); +isGlob('abc/\\{a,b}.js'); +isGlob('abc/\\?.js'); +//=> false +``` + +Patterns that do not have glob patterns return `false`: + +```js +isGlob('abc.js'); +isGlob('abc/def/ghi.js'); +isGlob('foo.js'); +isGlob('abc/@.js'); +isGlob('abc/+.js'); +isGlob(); +isGlob(null); +//=> false +``` + +Arrays are also `false` (If you want to check if an array has a glob pattern, use [has-glob](https://github.com/jonschlinkert/has-glob)): + +```js +isGlob(['**/*.js']); +isGlob(['foo.js']); +//=> false +``` + +## About + +### Related projects + +* [assemble](https://www.npmjs.com/package/assemble): Get the rocks out of your socks! Assemble makes you fast at creating web projects… [more](https://github.com/assemble/assemble) | [homepage](https://github.com/assemble/assemble "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websit") +* [base](https://www.npmjs.com/package/base): base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting… [more](https://github.com/node-base/base) | [homepage](https://github.com/node-base/base "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.") +* [update](https://www.npmjs.com/package/update): Be scalable! Update is a new, open source developer framework and CLI for automating updates… [more](https://github.com/update/update) | [homepage](https://github.com/update/update "Be scalable! Update is a new, open source developer framework and CLI for automating updates of any kind in code projects.") +* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… [more](https://github.com/verbose/verb) | [homepage](https://github.com/verbose/verb "Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used on hundreds of projects of all sizes to generate everything from API docs to readmes.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor**
| +| --- | --- | +| 40 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [tuvistavie](https://github.com/tuvistavie) | + +### Building docs + +_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ + +To generate the readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install -g verb verb-generate-readme && verb +``` + +### Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +### License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/is-glob/blob/master/LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on October 12, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/index.js b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/index.js new file mode 100644 index 0000000..2ecbe2a --- /dev/null +++ b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/index.js @@ -0,0 +1,25 @@ +/*! + * is-glob + * + * Copyright (c) 2014-2016, Jon Schlinkert. + * Licensed under the MIT License. + */ + +var isExtglob = require('is-extglob'); + +module.exports = function isGlob(str) { + if (typeof str !== 'string' || str === '') { + return false; + } + + if (isExtglob(str)) return true; + + var regex = /(\\).|([*?]|\[.*\]|\{.*\}|\(.*\|.*\)|^!)/; + var match; + + while ((match = regex.exec(str))) { + if (match[2]) return true; + str = str.slice(match.index + match[0].length); + } + return false; +}; diff --git a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/package.json b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/package.json new file mode 100644 index 0000000..53a137d --- /dev/null +++ b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/package.json @@ -0,0 +1,80 @@ +{ + "name": "is-glob", + "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.", + "version": "3.1.0", + "homepage": "https://github.com/jonschlinkert/is-glob", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Daniel Perez (http://tuvistavie.com)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/is-glob", + "bugs": { + "url": "https://github.com/jonschlinkert/is-glob/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-extglob": "^2.1.0" + }, + "devDependencies": { + "gulp-format-md": "^0.1.10", + "mocha": "^3.0.2" + }, + "keywords": [ + "bash", + "braces", + "check", + "exec", + "expression", + "extglob", + "glob", + "globbing", + "globstar", + "is", + "match", + "matches", + "pattern", + "regex", + "regular", + "string", + "test" + ], + "verb": { + "layout": "default", + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "assemble", + "base", + "update", + "verb" + ] + }, + "reflinks": [ + "assemble", + "bach", + "base", + "composer", + "gulp", + "has-glob", + "is-valid-glob", + "micromatch", + "npm", + "scaffold", + "verb", + "vinyl" + ] + } +} diff --git a/2019-setembro/node_modules/glob-parent/package.json b/2019-setembro/node_modules/glob-parent/package.json new file mode 100644 index 0000000..e002385 --- /dev/null +++ b/2019-setembro/node_modules/glob-parent/package.json @@ -0,0 +1,42 @@ +{ + "name": "glob-parent", + "version": "3.1.0", + "description": "Strips glob magic from a string to provide the parent directory path", + "main": "index.js", + "scripts": { + "test": "istanbul test node_modules/mocha/bin/_mocha", + "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls" + }, + "repository": { + "type": "git", + "url": "https://github.com/es128/glob-parent" + }, + "keywords": [ + "glob", + "parent", + "strip", + "path", + "dirname", + "directory", + "base", + "wildcard" + ], + "files": [ + "index.js" + ], + "author": "Elan Shanker (https://github.com/es128)", + "license": "ISC", + "bugs": { + "url": "https://github.com/es128/glob-parent/issues" + }, + "homepage": "https://github.com/es128/glob-parent", + "dependencies": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "devDependencies": { + "coveralls": "^2.11.2", + "istanbul": "^0.3.5", + "mocha": "^2.1.0" + } +} diff --git a/2019-setembro/node_modules/graceful-fs/LICENSE b/2019-setembro/node_modules/graceful-fs/LICENSE new file mode 100644 index 0000000..9d2c803 --- /dev/null +++ b/2019-setembro/node_modules/graceful-fs/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/graceful-fs/README.md b/2019-setembro/node_modules/graceful-fs/README.md new file mode 100644 index 0000000..5273a50 --- /dev/null +++ b/2019-setembro/node_modules/graceful-fs/README.md @@ -0,0 +1,133 @@ +# graceful-fs + +graceful-fs functions as a drop-in replacement for the fs module, +making various improvements. + +The improvements are meant to normalize behavior across different +platforms and environments, and to make filesystem access more +resilient to errors. + +## Improvements over [fs module](https://nodejs.org/api/fs.html) + +* Queues up `open` and `readdir` calls, and retries them once + something closes if there is an EMFILE error from too many file + descriptors. +* fixes `lchmod` for Node versions prior to 0.6.2. +* implements `fs.lutimes` if possible. Otherwise it becomes a noop. +* ignores `EINVAL` and `EPERM` errors in `chown`, `fchown` or + `lchown` if the user isn't root. +* makes `lchmod` and `lchown` become noops, if not available. +* retries reading a file if `read` results in EAGAIN error. + +On Windows, it retries renaming a file for up to one second if `EACCESS` +or `EPERM` error occurs, likely because antivirus software has locked +the directory. + +## USAGE + +```javascript +// use just like fs +var fs = require('graceful-fs') + +// now go and do stuff with it... +fs.readFileSync('some-file-or-whatever') +``` + +## Global Patching + +If you want to patch the global fs module (or any other fs-like +module) you can do this: + +```javascript +// Make sure to read the caveat below. +var realFs = require('fs') +var gracefulFs = require('graceful-fs') +gracefulFs.gracefulify(realFs) +``` + +This should only ever be done at the top-level application layer, in +order to delay on EMFILE errors from any fs-using dependencies. You +should **not** do this in a library, because it can cause unexpected +delays in other parts of the program. + +## Changes + +This module is fairly stable at this point, and used by a lot of +things. That being said, because it implements a subtle behavior +change in a core part of the node API, even modest changes can be +extremely breaking, and the versioning is thus biased towards +bumping the major when in doubt. + +The main change between major versions has been switching between +providing a fully-patched `fs` module vs monkey-patching the node core +builtin, and the approach by which a non-monkey-patched `fs` was +created. + +The goal is to trade `EMFILE` errors for slower fs operations. So, if +you try to open a zillion files, rather than crashing, `open` +operations will be queued up and wait for something else to `close`. + +There are advantages to each approach. Monkey-patching the fs means +that no `EMFILE` errors can possibly occur anywhere in your +application, because everything is using the same core `fs` module, +which is patched. However, it can also obviously cause undesirable +side-effects, especially if the module is loaded multiple times. + +Implementing a separate-but-identical patched `fs` module is more +surgical (and doesn't run the risk of patching multiple times), but +also imposes the challenge of keeping in sync with the core module. + +The current approach loads the `fs` module, and then creates a +lookalike object that has all the same methods, except a few that are +patched. It is safe to use in all versions of Node from 0.8 through +7.0. + +### v4 + +* Do not monkey-patch the fs module. This module may now be used as a + drop-in dep, and users can opt into monkey-patching the fs builtin + if their app requires it. + +### v3 + +* Monkey-patch fs, because the eval approach no longer works on recent + node. +* fixed possible type-error throw if rename fails on windows +* verify that we *never* get EMFILE errors +* Ignore ENOSYS from chmod/chown +* clarify that graceful-fs must be used as a drop-in + +### v2.1.0 + +* Use eval rather than monkey-patching fs. +* readdir: Always sort the results +* win32: requeue a file if error has an OK status + +### v2.0 + +* A return to monkey patching +* wrap process.cwd + +### v1.1 + +* wrap readFile +* Wrap fs.writeFile. +* readdir protection +* Don't clobber the fs builtin +* Handle fs.read EAGAIN errors by trying again +* Expose the curOpen counter +* No-op lchown/lchmod if not implemented +* fs.rename patch only for win32 +* Patch fs.rename to handle AV software on Windows +* Close #4 Chown should not fail on einval or eperm if non-root +* Fix isaacs/fstream#1 Only wrap fs one time +* Fix #3 Start at 1024 max files, then back off on EMFILE +* lutimes that doens't blow up on Linux +* A full on-rewrite using a queue instead of just swallowing the EMFILE error +* Wrap Read/Write streams as well + +### 1.0 + +* Update engines for node 0.6 +* Be lstat-graceful on Windows +* first diff --git a/2019-setembro/node_modules/graceful-fs/clone.js b/2019-setembro/node_modules/graceful-fs/clone.js new file mode 100644 index 0000000..028356c --- /dev/null +++ b/2019-setembro/node_modules/graceful-fs/clone.js @@ -0,0 +1,19 @@ +'use strict' + +module.exports = clone + +function clone (obj) { + if (obj === null || typeof obj !== 'object') + return obj + + if (obj instanceof Object) + var copy = { __proto__: obj.__proto__ } + else + var copy = Object.create(null) + + Object.getOwnPropertyNames(obj).forEach(function (key) { + Object.defineProperty(copy, key, Object.getOwnPropertyDescriptor(obj, key)) + }) + + return copy +} diff --git a/2019-setembro/node_modules/graceful-fs/graceful-fs.js b/2019-setembro/node_modules/graceful-fs/graceful-fs.js new file mode 100644 index 0000000..3e1a9eb --- /dev/null +++ b/2019-setembro/node_modules/graceful-fs/graceful-fs.js @@ -0,0 +1,344 @@ +var fs = require('fs') +var polyfills = require('./polyfills.js') +var legacy = require('./legacy-streams.js') +var clone = require('./clone.js') + +var util = require('util') + +/* istanbul ignore next - node 0.x polyfill */ +var gracefulQueue +var previousSymbol + +/* istanbul ignore else - node 0.x polyfill */ +if (typeof Symbol === 'function' && typeof Symbol.for === 'function') { + gracefulQueue = Symbol.for('graceful-fs.queue') + // This is used in testing by future versions + previousSymbol = Symbol.for('graceful-fs.previous') +} else { + gracefulQueue = '___graceful-fs.queue' + previousSymbol = '___graceful-fs.previous' +} + +function noop () {} + +var debug = noop +if (util.debuglog) + debug = util.debuglog('gfs4') +else if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) + debug = function() { + var m = util.format.apply(util, arguments) + m = 'GFS4: ' + m.split(/\n/).join('\nGFS4: ') + console.error(m) + } + +// Once time initialization +if (!global[gracefulQueue]) { + // This queue can be shared by multiple loaded instances + var queue = [] + Object.defineProperty(global, gracefulQueue, { + get: function() { + return queue + } + }) + + // Patch fs.close/closeSync to shared queue version, because we need + // to retry() whenever a close happens *anywhere* in the program. + // This is essential when multiple graceful-fs instances are + // in play at the same time. + fs.close = (function (fs$close) { + function close (fd, cb) { + return fs$close.call(fs, fd, function (err) { + // This function uses the graceful-fs shared queue + if (!err) { + retry() + } + + if (typeof cb === 'function') + cb.apply(this, arguments) + }) + } + + Object.defineProperty(close, previousSymbol, { + value: fs$close + }) + return close + })(fs.close) + + fs.closeSync = (function (fs$closeSync) { + function closeSync (fd) { + // This function uses the graceful-fs shared queue + fs$closeSync.apply(fs, arguments) + retry() + } + + Object.defineProperty(closeSync, previousSymbol, { + value: fs$closeSync + }) + return closeSync + })(fs.closeSync) + + if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) { + process.on('exit', function() { + debug(global[gracefulQueue]) + require('assert').equal(global[gracefulQueue].length, 0) + }) + } +} + +module.exports = patch(clone(fs)) +if (process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs.__patched) { + module.exports = patch(fs) + fs.__patched = true; +} + +function patch (fs) { + // Everything that references the open() function needs to be in here + polyfills(fs) + fs.gracefulify = patch + + fs.createReadStream = createReadStream + fs.createWriteStream = createWriteStream + var fs$readFile = fs.readFile + fs.readFile = readFile + function readFile (path, options, cb) { + if (typeof options === 'function') + cb = options, options = null + + return go$readFile(path, options, cb) + + function go$readFile (path, options, cb) { + return fs$readFile(path, options, function (err) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$readFile, [path, options, cb]]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + retry() + } + }) + } + } + + var fs$writeFile = fs.writeFile + fs.writeFile = writeFile + function writeFile (path, data, options, cb) { + if (typeof options === 'function') + cb = options, options = null + + return go$writeFile(path, data, options, cb) + + function go$writeFile (path, data, options, cb) { + return fs$writeFile(path, data, options, function (err) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$writeFile, [path, data, options, cb]]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + retry() + } + }) + } + } + + var fs$appendFile = fs.appendFile + if (fs$appendFile) + fs.appendFile = appendFile + function appendFile (path, data, options, cb) { + if (typeof options === 'function') + cb = options, options = null + + return go$appendFile(path, data, options, cb) + + function go$appendFile (path, data, options, cb) { + return fs$appendFile(path, data, options, function (err) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$appendFile, [path, data, options, cb]]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + retry() + } + }) + } + } + + var fs$readdir = fs.readdir + fs.readdir = readdir + function readdir (path, options, cb) { + var args = [path] + if (typeof options !== 'function') { + args.push(options) + } else { + cb = options + } + args.push(go$readdir$cb) + + return go$readdir(args) + + function go$readdir$cb (err, files) { + if (files && files.sort) + files.sort() + + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$readdir, [args]]) + + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + retry() + } + } + } + + function go$readdir (args) { + return fs$readdir.apply(fs, args) + } + + if (process.version.substr(0, 4) === 'v0.8') { + var legStreams = legacy(fs) + ReadStream = legStreams.ReadStream + WriteStream = legStreams.WriteStream + } + + var fs$ReadStream = fs.ReadStream + if (fs$ReadStream) { + ReadStream.prototype = Object.create(fs$ReadStream.prototype) + ReadStream.prototype.open = ReadStream$open + } + + var fs$WriteStream = fs.WriteStream + if (fs$WriteStream) { + WriteStream.prototype = Object.create(fs$WriteStream.prototype) + WriteStream.prototype.open = WriteStream$open + } + + Object.defineProperty(fs, 'ReadStream', { + get: function () { + return ReadStream + }, + set: function (val) { + ReadStream = val + }, + enumerable: true, + configurable: true + }) + Object.defineProperty(fs, 'WriteStream', { + get: function () { + return WriteStream + }, + set: function (val) { + WriteStream = val + }, + enumerable: true, + configurable: true + }) + + // legacy names + Object.defineProperty(fs, 'FileReadStream', { + get: function () { + return ReadStream + }, + set: function (val) { + ReadStream = val + }, + enumerable: true, + configurable: true + }) + Object.defineProperty(fs, 'FileWriteStream', { + get: function () { + return WriteStream + }, + set: function (val) { + WriteStream = val + }, + enumerable: true, + configurable: true + }) + + function ReadStream (path, options) { + if (this instanceof ReadStream) + return fs$ReadStream.apply(this, arguments), this + else + return ReadStream.apply(Object.create(ReadStream.prototype), arguments) + } + + function ReadStream$open () { + var that = this + open(that.path, that.flags, that.mode, function (err, fd) { + if (err) { + if (that.autoClose) + that.destroy() + + that.emit('error', err) + } else { + that.fd = fd + that.emit('open', fd) + that.read() + } + }) + } + + function WriteStream (path, options) { + if (this instanceof WriteStream) + return fs$WriteStream.apply(this, arguments), this + else + return WriteStream.apply(Object.create(WriteStream.prototype), arguments) + } + + function WriteStream$open () { + var that = this + open(that.path, that.flags, that.mode, function (err, fd) { + if (err) { + that.destroy() + that.emit('error', err) + } else { + that.fd = fd + that.emit('open', fd) + } + }) + } + + function createReadStream (path, options) { + return new fs.ReadStream(path, options) + } + + function createWriteStream (path, options) { + return new fs.WriteStream(path, options) + } + + var fs$open = fs.open + fs.open = open + function open (path, flags, mode, cb) { + if (typeof mode === 'function') + cb = mode, mode = null + + return go$open(path, flags, mode, cb) + + function go$open (path, flags, mode, cb) { + return fs$open(path, flags, mode, function (err, fd) { + if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) + enqueue([go$open, [path, flags, mode, cb]]) + else { + if (typeof cb === 'function') + cb.apply(this, arguments) + retry() + } + }) + } + } + + return fs +} + +function enqueue (elem) { + debug('ENQUEUE', elem[0].name, elem[1]) + global[gracefulQueue].push(elem) +} + +function retry () { + var elem = global[gracefulQueue].shift() + if (elem) { + debug('RETRY', elem[0].name, elem[1]) + elem[0].apply(null, elem[1]) + } +} diff --git a/2019-setembro/node_modules/graceful-fs/legacy-streams.js b/2019-setembro/node_modules/graceful-fs/legacy-streams.js new file mode 100644 index 0000000..d617b50 --- /dev/null +++ b/2019-setembro/node_modules/graceful-fs/legacy-streams.js @@ -0,0 +1,118 @@ +var Stream = require('stream').Stream + +module.exports = legacy + +function legacy (fs) { + return { + ReadStream: ReadStream, + WriteStream: WriteStream + } + + function ReadStream (path, options) { + if (!(this instanceof ReadStream)) return new ReadStream(path, options); + + Stream.call(this); + + var self = this; + + this.path = path; + this.fd = null; + this.readable = true; + this.paused = false; + + this.flags = 'r'; + this.mode = 438; /*=0666*/ + this.bufferSize = 64 * 1024; + + options = options || {}; + + // Mixin options into this + var keys = Object.keys(options); + for (var index = 0, length = keys.length; index < length; index++) { + var key = keys[index]; + this[key] = options[key]; + } + + if (this.encoding) this.setEncoding(this.encoding); + + if (this.start !== undefined) { + if ('number' !== typeof this.start) { + throw TypeError('start must be a Number'); + } + if (this.end === undefined) { + this.end = Infinity; + } else if ('number' !== typeof this.end) { + throw TypeError('end must be a Number'); + } + + if (this.start > this.end) { + throw new Error('start must be <= end'); + } + + this.pos = this.start; + } + + if (this.fd !== null) { + process.nextTick(function() { + self._read(); + }); + return; + } + + fs.open(this.path, this.flags, this.mode, function (err, fd) { + if (err) { + self.emit('error', err); + self.readable = false; + return; + } + + self.fd = fd; + self.emit('open', fd); + self._read(); + }) + } + + function WriteStream (path, options) { + if (!(this instanceof WriteStream)) return new WriteStream(path, options); + + Stream.call(this); + + this.path = path; + this.fd = null; + this.writable = true; + + this.flags = 'w'; + this.encoding = 'binary'; + this.mode = 438; /*=0666*/ + this.bytesWritten = 0; + + options = options || {}; + + // Mixin options into this + var keys = Object.keys(options); + for (var index = 0, length = keys.length; index < length; index++) { + var key = keys[index]; + this[key] = options[key]; + } + + if (this.start !== undefined) { + if ('number' !== typeof this.start) { + throw TypeError('start must be a Number'); + } + if (this.start < 0) { + throw new Error('start must be >= zero'); + } + + this.pos = this.start; + } + + this.busy = false; + this._queue = []; + + if (this.fd === null) { + this._open = fs.open; + this._queue.push([this._open, this.path, this.flags, this.mode, undefined]); + this.flush(); + } + } +} diff --git a/2019-setembro/node_modules/graceful-fs/package.json b/2019-setembro/node_modules/graceful-fs/package.json new file mode 100644 index 0000000..11a23de --- /dev/null +++ b/2019-setembro/node_modules/graceful-fs/package.json @@ -0,0 +1,50 @@ +{ + "name": "graceful-fs", + "description": "A drop-in replacement for fs, making various improvements.", + "version": "4.2.2", + "repository": { + "type": "git", + "url": "https://github.com/isaacs/node-graceful-fs" + }, + "main": "graceful-fs.js", + "directories": { + "test": "test" + }, + "scripts": { + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --follow-tags", + "test": "node test.js | tap -" + }, + "keywords": [ + "fs", + "module", + "reading", + "retry", + "retries", + "queue", + "error", + "errors", + "handling", + "EMFILE", + "EAGAIN", + "EINVAL", + "EPERM", + "EACCESS" + ], + "license": "ISC", + "devDependencies": { + "import-fresh": "^2.0.0", + "mkdirp": "^0.5.0", + "rimraf": "^2.2.8", + "tap": "^12.7.0" + }, + "files": [ + "fs.js", + "graceful-fs.js", + "legacy-streams.js", + "polyfills.js", + "clone.js" + ], + "dependencies": {} +} diff --git a/2019-setembro/node_modules/graceful-fs/polyfills.js b/2019-setembro/node_modules/graceful-fs/polyfills.js new file mode 100644 index 0000000..a5808d2 --- /dev/null +++ b/2019-setembro/node_modules/graceful-fs/polyfills.js @@ -0,0 +1,342 @@ +var constants = require('constants') + +var origCwd = process.cwd +var cwd = null + +var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform + +process.cwd = function() { + if (!cwd) + cwd = origCwd.call(process) + return cwd +} +try { + process.cwd() +} catch (er) {} + +var chdir = process.chdir +process.chdir = function(d) { + cwd = null + chdir.call(process, d) +} + +module.exports = patch + +function patch (fs) { + // (re-)implement some things that are known busted or missing. + + // lchmod, broken prior to 0.6.2 + // back-port the fix here. + if (constants.hasOwnProperty('O_SYMLINK') && + process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)) { + patchLchmod(fs) + } + + // lutimes implementation, or no-op + if (!fs.lutimes) { + patchLutimes(fs) + } + + // https://github.com/isaacs/node-graceful-fs/issues/4 + // Chown should not fail on einval or eperm if non-root. + // It should not fail on enosys ever, as this just indicates + // that a fs doesn't support the intended operation. + + fs.chown = chownFix(fs.chown) + fs.fchown = chownFix(fs.fchown) + fs.lchown = chownFix(fs.lchown) + + fs.chmod = chmodFix(fs.chmod) + fs.fchmod = chmodFix(fs.fchmod) + fs.lchmod = chmodFix(fs.lchmod) + + fs.chownSync = chownFixSync(fs.chownSync) + fs.fchownSync = chownFixSync(fs.fchownSync) + fs.lchownSync = chownFixSync(fs.lchownSync) + + fs.chmodSync = chmodFixSync(fs.chmodSync) + fs.fchmodSync = chmodFixSync(fs.fchmodSync) + fs.lchmodSync = chmodFixSync(fs.lchmodSync) + + fs.stat = statFix(fs.stat) + fs.fstat = statFix(fs.fstat) + fs.lstat = statFix(fs.lstat) + + fs.statSync = statFixSync(fs.statSync) + fs.fstatSync = statFixSync(fs.fstatSync) + fs.lstatSync = statFixSync(fs.lstatSync) + + // if lchmod/lchown do not exist, then make them no-ops + if (!fs.lchmod) { + fs.lchmod = function (path, mode, cb) { + if (cb) process.nextTick(cb) + } + fs.lchmodSync = function () {} + } + if (!fs.lchown) { + fs.lchown = function (path, uid, gid, cb) { + if (cb) process.nextTick(cb) + } + fs.lchownSync = function () {} + } + + // on Windows, A/V software can lock the directory, causing this + // to fail with an EACCES or EPERM if the directory contains newly + // created files. Try again on failure, for up to 60 seconds. + + // Set the timeout this long because some Windows Anti-Virus, such as Parity + // bit9, may lock files for up to a minute, causing npm package install + // failures. Also, take care to yield the scheduler. Windows scheduling gives + // CPU to a busy looping process, which can cause the program causing the lock + // contention to be starved of CPU by node, so the contention doesn't resolve. + if (platform === "win32") { + fs.rename = (function (fs$rename) { return function (from, to, cb) { + var start = Date.now() + var backoff = 0; + fs$rename(from, to, function CB (er) { + if (er + && (er.code === "EACCES" || er.code === "EPERM") + && Date.now() - start < 60000) { + setTimeout(function() { + fs.stat(to, function (stater, st) { + if (stater && stater.code === "ENOENT") + fs$rename(from, to, CB); + else + cb(er) + }) + }, backoff) + if (backoff < 100) + backoff += 10; + return; + } + if (cb) cb(er) + }) + }})(fs.rename) + } + + // if read() returns EAGAIN, then just try it again. + fs.read = (function (fs$read) { + function read (fd, buffer, offset, length, position, callback_) { + var callback + if (callback_ && typeof callback_ === 'function') { + var eagCounter = 0 + callback = function (er, _, __) { + if (er && er.code === 'EAGAIN' && eagCounter < 10) { + eagCounter ++ + return fs$read.call(fs, fd, buffer, offset, length, position, callback) + } + callback_.apply(this, arguments) + } + } + return fs$read.call(fs, fd, buffer, offset, length, position, callback) + } + + // This ensures `util.promisify` works as it does for native `fs.read`. + read.__proto__ = fs$read + return read + })(fs.read) + + fs.readSync = (function (fs$readSync) { return function (fd, buffer, offset, length, position) { + var eagCounter = 0 + while (true) { + try { + return fs$readSync.call(fs, fd, buffer, offset, length, position) + } catch (er) { + if (er.code === 'EAGAIN' && eagCounter < 10) { + eagCounter ++ + continue + } + throw er + } + } + }})(fs.readSync) + + function patchLchmod (fs) { + fs.lchmod = function (path, mode, callback) { + fs.open( path + , constants.O_WRONLY | constants.O_SYMLINK + , mode + , function (err, fd) { + if (err) { + if (callback) callback(err) + return + } + // prefer to return the chmod error, if one occurs, + // but still try to close, and report closing errors if they occur. + fs.fchmod(fd, mode, function (err) { + fs.close(fd, function(err2) { + if (callback) callback(err || err2) + }) + }) + }) + } + + fs.lchmodSync = function (path, mode) { + var fd = fs.openSync(path, constants.O_WRONLY | constants.O_SYMLINK, mode) + + // prefer to return the chmod error, if one occurs, + // but still try to close, and report closing errors if they occur. + var threw = true + var ret + try { + ret = fs.fchmodSync(fd, mode) + threw = false + } finally { + if (threw) { + try { + fs.closeSync(fd) + } catch (er) {} + } else { + fs.closeSync(fd) + } + } + return ret + } + } + + function patchLutimes (fs) { + if (constants.hasOwnProperty("O_SYMLINK")) { + fs.lutimes = function (path, at, mt, cb) { + fs.open(path, constants.O_SYMLINK, function (er, fd) { + if (er) { + if (cb) cb(er) + return + } + fs.futimes(fd, at, mt, function (er) { + fs.close(fd, function (er2) { + if (cb) cb(er || er2) + }) + }) + }) + } + + fs.lutimesSync = function (path, at, mt) { + var fd = fs.openSync(path, constants.O_SYMLINK) + var ret + var threw = true + try { + ret = fs.futimesSync(fd, at, mt) + threw = false + } finally { + if (threw) { + try { + fs.closeSync(fd) + } catch (er) {} + } else { + fs.closeSync(fd) + } + } + return ret + } + + } else { + fs.lutimes = function (_a, _b, _c, cb) { if (cb) process.nextTick(cb) } + fs.lutimesSync = function () {} + } + } + + function chmodFix (orig) { + if (!orig) return orig + return function (target, mode, cb) { + return orig.call(fs, target, mode, function (er) { + if (chownErOk(er)) er = null + if (cb) cb.apply(this, arguments) + }) + } + } + + function chmodFixSync (orig) { + if (!orig) return orig + return function (target, mode) { + try { + return orig.call(fs, target, mode) + } catch (er) { + if (!chownErOk(er)) throw er + } + } + } + + + function chownFix (orig) { + if (!orig) return orig + return function (target, uid, gid, cb) { + return orig.call(fs, target, uid, gid, function (er) { + if (chownErOk(er)) er = null + if (cb) cb.apply(this, arguments) + }) + } + } + + function chownFixSync (orig) { + if (!orig) return orig + return function (target, uid, gid) { + try { + return orig.call(fs, target, uid, gid) + } catch (er) { + if (!chownErOk(er)) throw er + } + } + } + + function statFix (orig) { + if (!orig) return orig + // Older versions of Node erroneously returned signed integers for + // uid + gid. + return function (target, options, cb) { + if (typeof options === 'function') { + cb = options + options = null + } + function callback (er, stats) { + if (stats) { + if (stats.uid < 0) stats.uid += 0x100000000 + if (stats.gid < 0) stats.gid += 0x100000000 + } + if (cb) cb.apply(this, arguments) + } + return options ? orig.call(fs, target, options, callback) + : orig.call(fs, target, callback) + } + } + + function statFixSync (orig) { + if (!orig) return orig + // Older versions of Node erroneously returned signed integers for + // uid + gid. + return function (target, options) { + var stats = options ? orig.call(fs, target, options) + : orig.call(fs, target) + if (stats.uid < 0) stats.uid += 0x100000000 + if (stats.gid < 0) stats.gid += 0x100000000 + return stats; + } + } + + // ENOSYS means that the fs doesn't support the op. Just ignore + // that, because it doesn't matter. + // + // if there's no getuid, or if getuid() is something other + // than 0, and the error is EINVAL or EPERM, then just ignore + // it. + // + // This specific case is a silent failure in cp, install, tar, + // and most other unix tools that manage permissions. + // + // When running as root, or if other types of errors are + // encountered, then it's strict. + function chownErOk (er) { + if (!er) + return true + + if (er.code === "ENOSYS") + return true + + var nonroot = !process.getuid || process.getuid() !== 0 + if (nonroot) { + if (er.code === "EINVAL" || er.code === "EPERM") + return true + } + + return false + } +} diff --git a/2019-setembro/node_modules/has-flag/index.js b/2019-setembro/node_modules/has-flag/index.js new file mode 100644 index 0000000..5139728 --- /dev/null +++ b/2019-setembro/node_modules/has-flag/index.js @@ -0,0 +1,8 @@ +'use strict'; +module.exports = (flag, argv) => { + argv = argv || process.argv; + const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--'); + const pos = argv.indexOf(prefix + flag); + const terminatorPos = argv.indexOf('--'); + return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos); +}; diff --git a/2019-setembro/node_modules/has-flag/license b/2019-setembro/node_modules/has-flag/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/2019-setembro/node_modules/has-flag/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/has-flag/package.json b/2019-setembro/node_modules/has-flag/package.json new file mode 100644 index 0000000..e1eb17a --- /dev/null +++ b/2019-setembro/node_modules/has-flag/package.json @@ -0,0 +1,44 @@ +{ + "name": "has-flag", + "version": "3.0.0", + "description": "Check if argv has a specific flag", + "license": "MIT", + "repository": "sindresorhus/has-flag", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "has", + "check", + "detect", + "contains", + "find", + "flag", + "cli", + "command-line", + "argv", + "process", + "arg", + "args", + "argument", + "arguments", + "getopt", + "minimist", + "optimist" + ], + "devDependencies": { + "ava": "*", + "xo": "*" + } +} diff --git a/2019-setembro/node_modules/has-flag/readme.md b/2019-setembro/node_modules/has-flag/readme.md new file mode 100644 index 0000000..677893c --- /dev/null +++ b/2019-setembro/node_modules/has-flag/readme.md @@ -0,0 +1,70 @@ +# has-flag [![Build Status](https://travis-ci.org/sindresorhus/has-flag.svg?branch=master)](https://travis-ci.org/sindresorhus/has-flag) + +> Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag + +Correctly stops looking after an `--` argument terminator. + + +## Install + +``` +$ npm install has-flag +``` + + +## Usage + +```js +// foo.js +const hasFlag = require('has-flag'); + +hasFlag('unicorn'); +//=> true + +hasFlag('--unicorn'); +//=> true + +hasFlag('f'); +//=> true + +hasFlag('-f'); +//=> true + +hasFlag('foo=bar'); +//=> true + +hasFlag('foo'); +//=> false + +hasFlag('rainbow'); +//=> false +``` + +``` +$ node foo.js -f --unicorn --foo=bar -- --rainbow +``` + + +## API + +### hasFlag(flag, [argv]) + +Returns a boolean for whether the flag exists. + +#### flag + +Type: `string` + +CLI flag to look for. The `--` prefix is optional. + +#### argv + +Type: `string[]`
+Default: `process.argv` + +CLI arguments. + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/2019-setembro/node_modules/has-symbols/.eslintrc b/2019-setembro/node_modules/has-symbols/.eslintrc new file mode 100644 index 0000000..f78f6f1 --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/.eslintrc @@ -0,0 +1,10 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "max-statements-per-line": [2, { "max": 2 }], + "no-magic-numbers": 0 + } +} diff --git a/2019-setembro/node_modules/has-symbols/.npmignore b/2019-setembro/node_modules/has-symbols/.npmignore new file mode 100644 index 0000000..5148e52 --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/.npmignore @@ -0,0 +1,37 @@ +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules +jspm_packages + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history diff --git a/2019-setembro/node_modules/has-symbols/.travis.yml b/2019-setembro/node_modules/has-symbols/.travis.yml new file mode 100644 index 0000000..3b3331a --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/.travis.yml @@ -0,0 +1,113 @@ +language: node_js +node_js: + - "6.6" + - "6.5" + - "6.4" + - "6.3" + - "6.2" + - "6.1" + - "6.0" + - "5.12" + - "5.11" + - "5.10" + - "5.9" + - "5.8" + - "5.7" + - "5.6" + - "5.5" + - "5.4" + - "5.3" + - "5.2" + - "5.1" + - "5.0" + - "4.5" + - "4.4" + - "4.3" + - "4.2" + - "4.1" + - "4.0" + - "iojs-v3.3" + - "iojs-v3.2" + - "iojs-v3.1" + - "iojs-v3.0" + - "iojs-v2.5" + - "iojs-v2.4" + - "iojs-v2.3" + - "iojs-v2.2" + - "iojs-v2.1" + - "iojs-v2.0" + - "iojs-v1.8" + - "iojs-v1.7" + - "iojs-v1.6" + - "iojs-v1.5" + - "iojs-v1.4" + - "iojs-v1.3" + - "iojs-v1.2" + - "iojs-v1.1" + - "iojs-v1.0" + - "0.12" + - "0.11" + - "0.10" + - "0.9" + - "0.8" + - "0.6" + - "0.4" +before_install: + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' +script: + - 'if [ -n "${LINT-}" ]; then npm run lint ; fi' + - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi' + - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi' +sudo: false +env: + - TEST=true +matrix: + fast_finish: true + include: + - node_js: "node" + env: LINT=true + allow_failures: + - node_js: "6.5" + - node_js: "6.4" + - node_js: "6.3" + - node_js: "6.2" + - node_js: "6.1" + - node_js: "6.0" + - node_js: "5.11" + - node_js: "5.10" + - node_js: "5.9" + - node_js: "5.8" + - node_js: "5.7" + - node_js: "5.6" + - node_js: "5.5" + - node_js: "5.4" + - node_js: "5.3" + - node_js: "5.2" + - node_js: "5.1" + - node_js: "5.0" + - node_js: "4.4" + - node_js: "4.3" + - node_js: "4.2" + - node_js: "4.1" + - node_js: "4.0" + - node_js: "iojs-v3.2" + - node_js: "iojs-v3.1" + - node_js: "iojs-v3.0" + - node_js: "iojs-v2.4" + - node_js: "iojs-v2.3" + - node_js: "iojs-v2.2" + - node_js: "iojs-v2.1" + - node_js: "iojs-v2.0" + - node_js: "iojs-v1.7" + - node_js: "iojs-v1.6" + - node_js: "iojs-v1.5" + - node_js: "iojs-v1.4" + - node_js: "iojs-v1.3" + - node_js: "iojs-v1.2" + - node_js: "iojs-v1.1" + - node_js: "iojs-v1.0" + - node_js: "0.11" + - node_js: "0.9" + - node_js: "0.6" + - node_js: "0.4" diff --git a/2019-setembro/node_modules/has-symbols/CHANGELOG.md b/2019-setembro/node_modules/has-symbols/CHANGELOG.md new file mode 100644 index 0000000..da7f9da --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/CHANGELOG.md @@ -0,0 +1,3 @@ +1.0.0 / 2016-09-19 +================= + * Initial release. diff --git a/2019-setembro/node_modules/has-symbols/LICENSE b/2019-setembro/node_modules/has-symbols/LICENSE new file mode 100644 index 0000000..df31cbf --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2019-setembro/node_modules/has-symbols/README.md b/2019-setembro/node_modules/has-symbols/README.md new file mode 100644 index 0000000..b27b31a --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/README.md @@ -0,0 +1,45 @@ +# has-symbols [![Version Badge][2]][1] + +[![Build Status][3]][4] +[![dependency status][5]][6] +[![dev dependency status][7]][8] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][11]][1] + +Determine if the JS environment has Symbol support. Supports spec, or shams. + +## Example + +```js +var hasSymbols = require('has-symbols'); + +hasSymbols() === true; // if the environment has native Symbol support. Not polyfillable, not forgeable. + +var hasSymbolsKinda = require('has-symbols/shams'); +hasSymbolsKinda() === true; // if the environment has a Symbol sham that mostly follows the spec. +``` + +## Supported Symbol shams + - get-own-property-symbols [npm](https://www.npmjs.com/package/get-own-property-symbols) | [github](https://github.com/WebReflection/get-own-property-symbols) + - core-js [npm](https://www.npmjs.com/package/core-js) | [github](https://github.com/zloirock/core-js) + +## Tests +Simply clone the repo, `npm install`, and run `npm test` + +[1]: https://npmjs.org/package/has-symbols +[2]: http://versionbadg.es/ljharb/has-symbols.svg +[3]: https://travis-ci.org/ljharb/has-symbols.svg +[4]: https://travis-ci.org/ljharb/has-symbols +[5]: https://david-dm.org/ljharb/has-symbols.svg +[6]: https://david-dm.org/ljharb/has-symbols +[7]: https://david-dm.org/ljharb/has-symbols/dev-status.svg +[8]: https://david-dm.org/ljharb/has-symbols#info=devDependencies +[9]: https://ci.testling.com/ljharb/has-symbols.png +[10]: https://ci.testling.com/ljharb/has-symbols +[11]: https://nodei.co/npm/has-symbols.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/has-symbols.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/has-symbols.svg +[downloads-url]: http://npm-stat.com/charts.html?package=has-symbols diff --git a/2019-setembro/node_modules/has-symbols/index.js b/2019-setembro/node_modules/has-symbols/index.js new file mode 100644 index 0000000..f72159e --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/index.js @@ -0,0 +1,13 @@ +'use strict'; + +var origSymbol = global.Symbol; +var hasSymbolSham = require('./shams'); + +module.exports = function hasNativeSymbols() { + if (typeof origSymbol !== 'function') { return false; } + if (typeof Symbol !== 'function') { return false; } + if (typeof origSymbol('foo') !== 'symbol') { return false; } + if (typeof Symbol('bar') !== 'symbol') { return false; } + + return hasSymbolSham(); +}; diff --git a/2019-setembro/node_modules/has-symbols/package.json b/2019-setembro/node_modules/has-symbols/package.json new file mode 100644 index 0000000..e08b296 --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/package.json @@ -0,0 +1,79 @@ +{ + "name": "has-symbols", + "version": "1.0.0", + "author": { + "name": "Jordan Harband", + "email": "ljharb@gmail.com", + "url": "http://ljharb.codes" + }, + "contributors": [ + { + "name": "Jordan Harband", + "email": "ljharb@gmail.com", + "url": "http://ljharb.codes" + } + ], + "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", + "license": "MIT", + "main": "index.js", + "scripts": { + "prepublish": "safe-publish-latest", + "pretest": "npm run --silent lint", + "test": "npm run --silent tests-only", + "posttest": "npm run --silent security", + "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams", + "test:stock": "node test", + "test:staging": "node --harmony --es-staging test", + "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs", + "test:shams:corejs": "node test/shams/core-js.js", + "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js", + "lint": "eslint *.js", + "security": "nsp check" + }, + "repository": { + "type": "git", + "url": "git://github.com/ljharb/has-symbols.git" + }, + "keywords": [ + "Symbol", + "symbols", + "typeof", + "sham", + "polyfill", + "native", + "core-js", + "ES6" + ], + "dependencies": {}, + "devDependencies": { + "tape": "^4.6.0", + "nsp": "^2.6.1", + "safe-publish-latest": "^1.0.1", + "eslint": "^3.5.0", + "@ljharb/eslint-config": "^8.0.0", + "get-own-property-symbols": "^0.9.2", + "core-js": "^2.4.1" + }, + "testling": { + "files": "test/index.js", + "browsers": [ + "iexplore/6.0..latest", + "firefox/3.0..6.0", + "firefox/15.0..latest", + "firefox/nightly", + "chrome/4.0..10.0", + "chrome/20.0..latest", + "chrome/canary", + "opera/10.0..latest", + "opera/next", + "safari/4.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2" + ] + }, + "engines": { + "node": ">= 0.4" + } +} + diff --git a/2019-setembro/node_modules/has-symbols/shams.js b/2019-setembro/node_modules/has-symbols/shams.js new file mode 100644 index 0000000..f6c1ff4 --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/shams.js @@ -0,0 +1,42 @@ +'use strict'; + +/* eslint complexity: [2, 17], max-statements: [2, 33] */ +module.exports = function hasSymbols() { + if (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; } + if (typeof Symbol.iterator === 'symbol') { return true; } + + var obj = {}; + var sym = Symbol('test'); + var symObj = Object(sym); + if (typeof sym === 'string') { return false; } + + if (Object.prototype.toString.call(sym) !== '[object Symbol]') { return false; } + if (Object.prototype.toString.call(symObj) !== '[object Symbol]') { return false; } + + // temp disabled per https://github.com/ljharb/object.assign/issues/17 + // if (sym instanceof Symbol) { return false; } + // temp disabled per https://github.com/WebReflection/get-own-property-symbols/issues/4 + // if (!(symObj instanceof Symbol)) { return false; } + + // if (typeof Symbol.prototype.toString !== 'function') { return false; } + // if (String(sym) !== Symbol.prototype.toString.call(sym)) { return false; } + + var symVal = 42; + obj[sym] = symVal; + for (sym in obj) { return false; } // eslint-disable-line no-restricted-syntax + if (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; } + + if (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; } + + var syms = Object.getOwnPropertySymbols(obj); + if (syms.length !== 1 || syms[0] !== sym) { return false; } + + if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; } + + if (typeof Object.getOwnPropertyDescriptor === 'function') { + var descriptor = Object.getOwnPropertyDescriptor(obj, sym); + if (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; } + } + + return true; +}; diff --git a/2019-setembro/node_modules/has-symbols/test/index.js b/2019-setembro/node_modules/has-symbols/test/index.js new file mode 100644 index 0000000..fc32aff --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/test/index.js @@ -0,0 +1,22 @@ +'use strict'; + +var test = require('tape'); +var hasSymbols = require('../'); +var runSymbolTests = require('./tests'); + +test('interface', function (t) { + t.equal(typeof hasSymbols, 'function', 'is a function'); + t.equal(typeof hasSymbols(), 'boolean', 'returns a boolean'); + t.end(); +}); + +test('Symbols are supported', { skip: !hasSymbols() }, function (t) { + runSymbolTests(t); + t.end(); +}); + +test('Symbols are not supported', { skip: hasSymbols() }, function (t) { + t.equal(typeof Symbol, 'undefined', 'global Symbol is undefined'); + t.equal(typeof Object.getOwnPropertySymbols, 'undefined', 'Object.getOwnPropertySymbols does not exist'); + t.end(); +}); diff --git a/2019-setembro/node_modules/has-symbols/test/shams/core-js.js b/2019-setembro/node_modules/has-symbols/test/shams/core-js.js new file mode 100644 index 0000000..df5365c --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/test/shams/core-js.js @@ -0,0 +1,28 @@ +'use strict'; + +var test = require('tape'); + +if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') { + test('has native Symbol support', function (t) { + t.equal(typeof Symbol, 'function'); + t.equal(typeof Symbol(), 'symbol'); + t.end(); + }); + return; +} + +var hasSymbols = require('../../shams'); + +test('polyfilled Symbols', function (t) { + /* eslint-disable global-require */ + t.equal(hasSymbols(), false, 'hasSymbols is false before polyfilling'); + require('core-js/fn/symbol'); + require('core-js/fn/symbol/to-string-tag'); + + require('../tests')(t); + + var hasSymbolsAfter = hasSymbols(); + t.equal(hasSymbolsAfter, true, 'hasSymbols is true after polyfilling'); + /* eslint-enable global-require */ + t.end(); +}); diff --git a/2019-setembro/node_modules/has-symbols/test/shams/get-own-property-symbols.js b/2019-setembro/node_modules/has-symbols/test/shams/get-own-property-symbols.js new file mode 100644 index 0000000..9191b24 --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/test/shams/get-own-property-symbols.js @@ -0,0 +1,28 @@ +'use strict'; + +var test = require('tape'); + +if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') { + test('has native Symbol support', function (t) { + t.equal(typeof Symbol, 'function'); + t.equal(typeof Symbol(), 'symbol'); + t.end(); + }); + return; +} + +var hasSymbols = require('../../shams'); + +test('polyfilled Symbols', function (t) { + /* eslint-disable global-require */ + t.equal(hasSymbols(), false, 'hasSymbols is false before polyfilling'); + + require('get-own-property-symbols'); + + require('../tests')(t); + + var hasSymbolsAfter = hasSymbols(); + t.equal(hasSymbolsAfter, true, 'hasSymbols is true after polyfilling'); + /* eslint-enable global-require */ + t.end(); +}); diff --git a/2019-setembro/node_modules/has-symbols/test/tests.js b/2019-setembro/node_modules/has-symbols/test/tests.js new file mode 100644 index 0000000..93ff0ea --- /dev/null +++ b/2019-setembro/node_modules/has-symbols/test/tests.js @@ -0,0 +1,54 @@ +'use strict'; + +module.exports = function runSymbolTests(t) { + t.equal(typeof Symbol, 'function', 'global Symbol is a function'); + + if (typeof Symbol !== 'function') { return false }; + + t.notEqual(Symbol(), Symbol(), 'two symbols are not equal'); + + /* + t.equal( + Symbol.prototype.toString.call(Symbol('foo')), + Symbol.prototype.toString.call(Symbol('foo')), + 'two symbols with the same description stringify the same' + ); + */ + + var foo = Symbol('foo'); + + /* + t.notEqual( + String(foo), + String(Symbol('bar')), + 'two symbols with different descriptions do not stringify the same' + ); + */ + + t.equal(typeof Symbol.prototype.toString, 'function', 'Symbol#toString is a function'); + // t.equal(String(foo), Symbol.prototype.toString.call(foo), 'Symbol#toString equals String of the same symbol'); + + t.equal(typeof Object.getOwnPropertySymbols, 'function', 'Object.getOwnPropertySymbols is a function'); + + var obj = {}; + var sym = Symbol('test'); + var symObj = Object(sym); + t.notEqual(typeof sym, 'string', 'Symbol is not a string'); + t.equal(Object.prototype.toString.call(sym), '[object Symbol]', 'symbol primitive Object#toStrings properly'); + t.equal(Object.prototype.toString.call(symObj), '[object Symbol]', 'symbol primitive Object#toStrings properly'); + + var symVal = 42; + obj[sym] = symVal; + for (sym in obj) { t.fail('symbol property key was found in for..in of object'); } + + t.deepEqual(Object.keys(obj), [], 'no enumerable own keys on symbol-valued object'); + t.deepEqual(Object.getOwnPropertyNames(obj), [], 'no own names on symbol-valued object'); + t.deepEqual(Object.getOwnPropertySymbols(obj), [sym], 'one own symbol on symbol-valued object'); + t.equal(Object.prototype.propertyIsEnumerable.call(obj, sym), true, 'symbol is enumerable'); + t.deepEqual(Object.getOwnPropertyDescriptor(obj, sym), { + configurable: true, + enumerable: true, + value: 42, + writable: true + }, 'property descriptor is correct'); +}; diff --git a/2019-setembro/node_modules/has-value/LICENSE b/2019-setembro/node_modules/has-value/LICENSE new file mode 100644 index 0000000..d734237 --- /dev/null +++ b/2019-setembro/node_modules/has-value/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/has-value/README.md b/2019-setembro/node_modules/has-value/README.md new file mode 100644 index 0000000..f9b428c --- /dev/null +++ b/2019-setembro/node_modules/has-value/README.md @@ -0,0 +1,149 @@ +# has-value [![NPM version](https://img.shields.io/npm/v/has-value.svg?style=flat)](https://www.npmjs.com/package/has-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/has-value.svg?style=flat)](https://npmjs.org/package/has-value) [![NPM total downloads](https://img.shields.io/npm/dt/has-value.svg?style=flat)](https://npmjs.org/package/has-value) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/has-value.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/has-value) + +> Returns true if a value exists, false if empty. Works with deeply nested values using object paths. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save has-value +``` + +**Works for:** + +* booleans +* functions +* numbers +* strings +* nulls +* object +* arrays + +## Usage + +Works with property values (supports object-path notation, like `foo.bar`) or a single value: + +```js +var hasValue = require('has-value'); + +hasValue('foo'); +hasValue({foo: 'bar'}, 'foo'); +hasValue({a: {b: {c: 'foo'}}}, 'a.b.c'); +//=> true + +hasValue(''); +hasValue({foo: ''}, 'foo'); +//=> false + +hasValue(0); +hasValue(1); +hasValue({foo: 0}, 'foo'); +hasValue({foo: 1}, 'foo'); +hasValue({foo: null}, 'foo'); +hasValue({foo: {bar: 'a'}}}, 'foo'); +hasValue({foo: {bar: 'a'}}}, 'foo.bar'); +//=> true + +hasValue({foo: {}}}, 'foo'); +hasValue({foo: {bar: {}}}}, 'foo.bar'); +hasValue({foo: undefined}, 'foo'); +//=> false + +hasValue([]); +hasValue([[]]); +hasValue([[], []]); +hasValue([undefined]); +hasValue({foo: []}, 'foo'); +//=> false + +hasValue([0]); +hasValue([null]); +hasValue(['foo']); +hasValue({foo: ['a']}, 'foo'); +//=> true + +hasValue(function() {}) +hasValue(function(foo) {}) +hasValue({foo: function(foo) {}}, 'foo'); +hasValue({foo: function() {}}, 'foo'); +//=> true + +hasValue(true); +hasValue(false); +hasValue({foo: true}, 'foo'); +hasValue({foo: false}, 'foo'); +//=> true +``` + +## isEmpty + +To do the opposite and test for empty values, do: + +```js +function isEmpty(o) { + return !hasValue.apply(hasValue, arguments); +} +``` + +## Release history + +### v1.0.0 + +* `zero` always returns true +* `array` now recurses, so that an array of empty arrays will return `false` +* `null` now returns true + +## About + +### Related projects + +* [define-property](https://www.npmjs.com/package/define-property): Define a non-enumerable property on an object. | [homepage](https://github.com/jonschlinkert/define-property "Define a non-enumerable property on an object.") +* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") +* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") +* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 17 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [rmharrison](https://github.com/rmharrison) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/has-value/index.js b/2019-setembro/node_modules/has-value/index.js new file mode 100644 index 0000000..c237494 --- /dev/null +++ b/2019-setembro/node_modules/has-value/index.js @@ -0,0 +1,16 @@ +/*! + * has-value + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var isObject = require('isobject'); +var hasValues = require('has-values'); +var get = require('get-value'); + +module.exports = function(val, prop) { + return hasValues(isObject(val) && prop ? get(val, prop) : val); +}; diff --git a/2019-setembro/node_modules/has-value/package.json b/2019-setembro/node_modules/has-value/package.json new file mode 100644 index 0000000..e65d438 --- /dev/null +++ b/2019-setembro/node_modules/has-value/package.json @@ -0,0 +1,83 @@ +{ + "name": "has-value", + "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.", + "version": "1.0.0", + "homepage": "https://github.com/jonschlinkert/has-value", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Ryan M Harrison (https://linkedin.com/in/harrisonrm)" + ], + "repository": "jonschlinkert/has-value", + "bugs": { + "url": "https://github.com/jonschlinkert/has-value/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + }, + "devDependencies": { + "gulp-format-md": "^0.1.12", + "mocha": "^3.4.1" + }, + "keywords": [ + "array", + "boolean", + "empty", + "find", + "function", + "has", + "hasOwn", + "javascript", + "js", + "key", + "keys", + "node.js", + "null", + "number", + "object", + "properties", + "property", + "string", + "type", + "util", + "utilities", + "utility", + "value" + ], + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "define-property", + "get-value", + "set-value", + "unset-value" + ] + }, + "reflinks": [], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/has-values/LICENSE b/2019-setembro/node_modules/has-values/LICENSE new file mode 100644 index 0000000..d734237 --- /dev/null +++ b/2019-setembro/node_modules/has-values/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/has-values/README.md b/2019-setembro/node_modules/has-values/README.md new file mode 100644 index 0000000..98d4367 --- /dev/null +++ b/2019-setembro/node_modules/has-values/README.md @@ -0,0 +1,129 @@ +# has-values [![NPM version](https://img.shields.io/npm/v/has-values.svg?style=flat)](https://www.npmjs.com/package/has-values) [![NPM monthly downloads](https://img.shields.io/npm/dm/has-values.svg?style=flat)](https://npmjs.org/package/has-values) [![NPM total downloads](https://img.shields.io/npm/dt/has-values.svg?style=flat)](https://npmjs.org/package/has-values) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/has-values.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/has-values) + +> Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save has-values +``` + +## Usage + +```js +var hasValue = require('has-values'); + +hasValue('a'); +//=> true + +hasValue(''); +//=> false + +hasValue(1); +//=> true + +hasValue(0); +//=> false + +hasValue({a: 'a'}}); +//=> true + +hasValue({}); +hasValue({foo: undefined}); +//=> false + +hasValue({foo: null}); +//=> true + +hasValue(['a']); +//=> true + +hasValue([]); +hasValue([[], []]); +hasValue([[[]]]); +//=> false + +hasValue(['foo']); +hasValue([0]); +//=> true + +hasValue(function(foo) {}); +//=> true + +hasValue(function() {}); +//=> true + +hasValue(true); +//=> true + +hasValue(false); +//=> true +``` + +## isEmpty + +To test for empty values, do: + +```js +function isEmpty(o, isZero) { + return !hasValue(o, isZero); +} +``` + +## Release history + +### v1.0.0 + +* `zero` always returns true +* `array` now recurses, so that an array of empty arrays will return `false` +* `null` now returns true + +## About + +### Related projects + +* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.") +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/has-values/index.js b/2019-setembro/node_modules/has-values/index.js new file mode 100644 index 0000000..9bebb9f --- /dev/null +++ b/2019-setembro/node_modules/has-values/index.js @@ -0,0 +1,60 @@ +/*! + * has-values + * + * Copyright (c) 2014-2015, 2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); +var isNumber = require('is-number'); + +module.exports = function hasValue(val) { + // is-number checks for NaN and other edge cases + if (isNumber(val)) { + return true; + } + + switch (typeOf(val)) { + case 'null': + case 'boolean': + case 'function': + return true; + case 'string': + case 'arguments': + return val.length !== 0; + case 'error': + return val.message !== ''; + case 'array': + var len = val.length; + if (len === 0) { + return false; + } + for (var i = 0; i < len; i++) { + if (hasValue(val[i])) { + return true; + } + } + return false; + case 'file': + case 'map': + case 'set': + return val.size !== 0; + case 'object': + var keys = Object.keys(val); + if (keys.length === 0) { + return false; + } + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + if (hasValue(val[key])) { + return true; + } + } + return false; + default: { + return false; + } + } +}; diff --git a/2019-setembro/node_modules/has-values/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/has-values/node_modules/kind-of/LICENSE new file mode 100644 index 0000000..d734237 --- /dev/null +++ b/2019-setembro/node_modules/has-values/node_modules/kind-of/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/has-values/node_modules/kind-of/README.md b/2019-setembro/node_modules/has-values/node_modules/kind-of/README.md new file mode 100644 index 0000000..83469b0 --- /dev/null +++ b/2019-setembro/node_modules/has-values/node_modules/kind-of/README.md @@ -0,0 +1,267 @@ +# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) + +> Get the native type of a value. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save kind-of +``` + +Install with [bower](https://bower.io/) + +```sh +$ bower install kind-of --save +``` + +## Usage + +> es5, browser and es6 ready + +```js +var kindOf = require('kind-of'); + +kindOf(undefined); +//=> 'undefined' + +kindOf(null); +//=> 'null' + +kindOf(true); +//=> 'boolean' + +kindOf(false); +//=> 'boolean' + +kindOf(new Boolean(true)); +//=> 'boolean' + +kindOf(new Buffer('')); +//=> 'buffer' + +kindOf(42); +//=> 'number' + +kindOf(new Number(42)); +//=> 'number' + +kindOf('str'); +//=> 'string' + +kindOf(new String('str')); +//=> 'string' + +kindOf(arguments); +//=> 'arguments' + +kindOf({}); +//=> 'object' + +kindOf(Object.create(null)); +//=> 'object' + +kindOf(new Test()); +//=> 'object' + +kindOf(new Date()); +//=> 'date' + +kindOf([]); +//=> 'array' + +kindOf([1, 2, 3]); +//=> 'array' + +kindOf(new Array()); +//=> 'array' + +kindOf(/foo/); +//=> 'regexp' + +kindOf(new RegExp('foo')); +//=> 'regexp' + +kindOf(function () {}); +//=> 'function' + +kindOf(function * () {}); +//=> 'function' + +kindOf(new Function()); +//=> 'function' + +kindOf(new Map()); +//=> 'map' + +kindOf(new WeakMap()); +//=> 'weakmap' + +kindOf(new Set()); +//=> 'set' + +kindOf(new WeakSet()); +//=> 'weakset' + +kindOf(Symbol('str')); +//=> 'symbol' + +kindOf(new Int8Array()); +//=> 'int8array' + +kindOf(new Uint8Array()); +//=> 'uint8array' + +kindOf(new Uint8ClampedArray()); +//=> 'uint8clampedarray' + +kindOf(new Int16Array()); +//=> 'int16array' + +kindOf(new Uint16Array()); +//=> 'uint16array' + +kindOf(new Int32Array()); +//=> 'int32array' + +kindOf(new Uint32Array()); +//=> 'uint32array' + +kindOf(new Float32Array()); +//=> 'float32array' + +kindOf(new Float64Array()); +//=> 'float64array' +``` + +## Benchmarks + +Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). +Note that performaces is slower for es6 features `Map`, `WeakMap`, `Set` and `WeakSet`. + +```bash +#1: array + current x 23,329,397 ops/sec ±0.82% (94 runs sampled) + lib-type-of x 4,170,273 ops/sec ±0.55% (94 runs sampled) + lib-typeof x 9,686,935 ops/sec ±0.59% (98 runs sampled) + +#2: boolean + current x 27,197,115 ops/sec ±0.85% (94 runs sampled) + lib-type-of x 3,145,791 ops/sec ±0.73% (97 runs sampled) + lib-typeof x 9,199,562 ops/sec ±0.44% (99 runs sampled) + +#3: date + current x 20,190,117 ops/sec ±0.86% (92 runs sampled) + lib-type-of x 5,166,970 ops/sec ±0.74% (94 runs sampled) + lib-typeof x 9,610,821 ops/sec ±0.50% (96 runs sampled) + +#4: function + current x 23,855,460 ops/sec ±0.60% (97 runs sampled) + lib-type-of x 5,667,740 ops/sec ±0.54% (100 runs sampled) + lib-typeof x 10,010,644 ops/sec ±0.44% (100 runs sampled) + +#5: null + current x 27,061,047 ops/sec ±0.97% (96 runs sampled) + lib-type-of x 13,965,573 ops/sec ±0.62% (97 runs sampled) + lib-typeof x 8,460,194 ops/sec ±0.61% (97 runs sampled) + +#6: number + current x 25,075,682 ops/sec ±0.53% (99 runs sampled) + lib-type-of x 2,266,405 ops/sec ±0.41% (98 runs sampled) + lib-typeof x 9,821,481 ops/sec ±0.45% (99 runs sampled) + +#7: object + current x 3,348,980 ops/sec ±0.49% (99 runs sampled) + lib-type-of x 3,245,138 ops/sec ±0.60% (94 runs sampled) + lib-typeof x 9,262,952 ops/sec ±0.59% (99 runs sampled) + +#8: regex + current x 21,284,827 ops/sec ±0.72% (96 runs sampled) + lib-type-of x 4,689,241 ops/sec ±0.43% (100 runs sampled) + lib-typeof x 8,957,593 ops/sec ±0.62% (98 runs sampled) + +#9: string + current x 25,379,234 ops/sec ±0.58% (96 runs sampled) + lib-type-of x 3,635,148 ops/sec ±0.76% (93 runs sampled) + lib-typeof x 9,494,134 ops/sec ±0.49% (98 runs sampled) + +#10: undef + current x 27,459,221 ops/sec ±1.01% (93 runs sampled) + lib-type-of x 14,360,433 ops/sec ±0.52% (99 runs sampled) + lib-typeof x 23,202,868 ops/sec ±0.59% (94 runs sampled) + +``` + +## Release history + +### v4.0.0 + +**Added** + +* `promise` support + +## Optimizations + +In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: + +1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. +2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. +3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` + +## About + +### Related projects + +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 64 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [miguelmota](https://github.com/miguelmota) | +| 1 | [dtothefp](https://github.com/dtothefp) | +| 1 | [ksheedlo](https://github.com/ksheedlo) | +| 1 | [pdehaan](https://github.com/pdehaan) | +| 1 | [laggingreflex](https://github.com/laggingreflex) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/has-values/node_modules/kind-of/index.js b/2019-setembro/node_modules/has-values/node_modules/kind-of/index.js new file mode 100644 index 0000000..4c0233b --- /dev/null +++ b/2019-setembro/node_modules/has-values/node_modules/kind-of/index.js @@ -0,0 +1,119 @@ +var isBuffer = require('is-buffer'); +var toString = Object.prototype.toString; + +/** + * Get the native `typeof` a value. + * + * @param {*} `val` + * @return {*} Native javascript type + */ + +module.exports = function kindOf(val) { + // primitivies + if (typeof val === 'undefined') { + return 'undefined'; + } + if (val === null) { + return 'null'; + } + if (val === true || val === false || val instanceof Boolean) { + return 'boolean'; + } + if (typeof val === 'string' || val instanceof String) { + return 'string'; + } + if (typeof val === 'number' || val instanceof Number) { + return 'number'; + } + + // functions + if (typeof val === 'function' || val instanceof Function) { + return 'function'; + } + + // array + if (typeof Array.isArray !== 'undefined' && Array.isArray(val)) { + return 'array'; + } + + // check for instances of RegExp and Date before calling `toString` + if (val instanceof RegExp) { + return 'regexp'; + } + if (val instanceof Date) { + return 'date'; + } + + // other objects + var type = toString.call(val); + + if (type === '[object RegExp]') { + return 'regexp'; + } + if (type === '[object Date]') { + return 'date'; + } + if (type === '[object Arguments]') { + return 'arguments'; + } + if (type === '[object Error]') { + return 'error'; + } + if (type === '[object Promise]') { + return 'promise'; + } + + // buffer + if (isBuffer(val)) { + return 'buffer'; + } + + // es6: Map, WeakMap, Set, WeakSet + if (type === '[object Set]') { + return 'set'; + } + if (type === '[object WeakSet]') { + return 'weakset'; + } + if (type === '[object Map]') { + return 'map'; + } + if (type === '[object WeakMap]') { + return 'weakmap'; + } + if (type === '[object Symbol]') { + return 'symbol'; + } + + // typed arrays + if (type === '[object Int8Array]') { + return 'int8array'; + } + if (type === '[object Uint8Array]') { + return 'uint8array'; + } + if (type === '[object Uint8ClampedArray]') { + return 'uint8clampedarray'; + } + if (type === '[object Int16Array]') { + return 'int16array'; + } + if (type === '[object Uint16Array]') { + return 'uint16array'; + } + if (type === '[object Int32Array]') { + return 'int32array'; + } + if (type === '[object Uint32Array]') { + return 'uint32array'; + } + if (type === '[object Float32Array]') { + return 'float32array'; + } + if (type === '[object Float64Array]') { + return 'float64array'; + } + + // must be a plain object + return 'object'; +}; diff --git a/2019-setembro/node_modules/has-values/node_modules/kind-of/package.json b/2019-setembro/node_modules/has-values/node_modules/kind-of/package.json new file mode 100644 index 0000000..222afc0 --- /dev/null +++ b/2019-setembro/node_modules/has-values/node_modules/kind-of/package.json @@ -0,0 +1,90 @@ +{ + "name": "kind-of", + "description": "Get the native type of a value.", + "version": "4.0.0", + "homepage": "https://github.com/jonschlinkert/kind-of", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "David Fox-Powell (https://dtothefp.github.io/me)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Ken Sheedlo (kensheedlo.com)", + "laggingreflex (https://github.com/laggingreflex)", + "Miguel Mota (https://miguelmota.com)", + "Peter deHaan (http://about.me/peterdehaan)" + ], + "repository": "jonschlinkert/kind-of", + "bugs": { + "url": "https://github.com/jonschlinkert/kind-of/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js -s index --bare" + }, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "devDependencies": { + "ansi-bold": "^0.1.1", + "benchmarked": "^1.1.1", + "browserify": "^14.3.0", + "glob": "^7.1.1", + "gulp-format-md": "^0.1.12", + "mocha": "^3.4.1", + "type-of": "^2.0.1", + "typeof": "^1.0.0" + }, + "keywords": [ + "arguments", + "array", + "boolean", + "check", + "date", + "function", + "is", + "is-type", + "is-type-of", + "kind", + "kind-of", + "number", + "object", + "of", + "regexp", + "string", + "test", + "type", + "type-of", + "typeof", + "types" + ], + "verb": { + "related": { + "list": [ + "is-glob", + "is-number", + "is-primitive" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/has-values/package.json b/2019-setembro/node_modules/has-values/package.json new file mode 100644 index 0000000..bdd841d --- /dev/null +++ b/2019-setembro/node_modules/has-values/package.json @@ -0,0 +1,82 @@ +{ + "name": "has-values", + "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ", + "version": "1.0.0", + "homepage": "https://github.com/jonschlinkert/has-values", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/has-values", + "bugs": { + "url": "https://github.com/jonschlinkert/has-values/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "devDependencies": { + "gulp-format-md": "^0.1.12", + "mocha": "^3.4.1" + }, + "keywords": [ + "array", + "boolean", + "empty", + "find", + "function", + "has", + "hasOwn", + "javascript", + "js", + "key", + "keys", + "node.js", + "null", + "number", + "object", + "properties", + "property", + "string", + "type", + "util", + "utilities", + "utility", + "value", + "values" + ], + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "has-value", + "kind-of", + "is-number", + "is-plain-object", + "isobject" + ] + }, + "reflinks": [ + "verb" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/has/LICENSE-MIT b/2019-setembro/node_modules/has/LICENSE-MIT new file mode 100644 index 0000000..ae7014d --- /dev/null +++ b/2019-setembro/node_modules/has/LICENSE-MIT @@ -0,0 +1,22 @@ +Copyright (c) 2013 Thiago de Arruda + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/has/README.md b/2019-setembro/node_modules/has/README.md new file mode 100644 index 0000000..635e3a4 --- /dev/null +++ b/2019-setembro/node_modules/has/README.md @@ -0,0 +1,18 @@ +# has + +> Object.prototype.hasOwnProperty.call shortcut + +## Installation + +```sh +npm install --save has +``` + +## Usage + +```js +var has = require('has'); + +has({}, 'hasOwnProperty'); // false +has(Object.prototype, 'hasOwnProperty'); // true +``` diff --git a/2019-setembro/node_modules/has/package.json b/2019-setembro/node_modules/has/package.json new file mode 100644 index 0000000..7c4592f --- /dev/null +++ b/2019-setembro/node_modules/has/package.json @@ -0,0 +1,48 @@ +{ + "name": "has", + "description": "Object.prototype.hasOwnProperty.call shortcut", + "version": "1.0.3", + "homepage": "https://github.com/tarruda/has", + "author": { + "name": "Thiago de Arruda", + "email": "tpadilha84@gmail.com" + }, + "contributors": [ + { + "name": "Jordan Harband", + "email": "ljharb@gmail.com", + "url": "http://ljharb.codes" + } + ], + "repository": { + "type": "git", + "url": "git://github.com/tarruda/has.git" + }, + "bugs": { + "url": "https://github.com/tarruda/has/issues" + }, + "license": "MIT", + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT" + } + ], + "main": "./src", + "dependencies": { + "function-bind": "^1.1.1" + }, + "devDependencies": { + "@ljharb/eslint-config": "^12.2.1", + "eslint": "^4.19.1", + "tape": "^4.9.0" + }, + "engines": { + "node": ">= 0.4.0" + }, + "scripts": { + "lint": "eslint .", + "pretest": "npm run lint", + "test": "tape test" + } +} diff --git a/2019-setembro/node_modules/has/src/index.js b/2019-setembro/node_modules/has/src/index.js new file mode 100644 index 0000000..dd92dd9 --- /dev/null +++ b/2019-setembro/node_modules/has/src/index.js @@ -0,0 +1,5 @@ +'use strict'; + +var bind = require('function-bind'); + +module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty); diff --git a/2019-setembro/node_modules/has/test/index.js b/2019-setembro/node_modules/has/test/index.js new file mode 100644 index 0000000..43d480b --- /dev/null +++ b/2019-setembro/node_modules/has/test/index.js @@ -0,0 +1,10 @@ +'use strict'; + +var test = require('tape'); +var has = require('../'); + +test('has', function (t) { + t.equal(has({}, 'hasOwnProperty'), false, 'object literal does not have own property "hasOwnProperty"'); + t.equal(has(Object.prototype, 'hasOwnProperty'), true, 'Object.prototype has own property "hasOwnProperty"'); + t.end(); +}); diff --git a/2019-setembro/node_modules/hosted-git-info/CHANGELOG.md b/2019-setembro/node_modules/hosted-git-info/CHANGELOG.md new file mode 100644 index 0000000..e2c6d8c --- /dev/null +++ b/2019-setembro/node_modules/hosted-git-info/CHANGELOG.md @@ -0,0 +1,104 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## [2.8.4](https://github.com/npm/hosted-git-info/compare/v2.8.3...v2.8.4) (2019-08-12) + + + + +## [2.8.3](https://github.com/npm/hosted-git-info/compare/v2.8.2...v2.8.3) (2019-08-12) + + + + +## [2.8.2](https://github.com/npm/hosted-git-info/compare/v2.8.1...v2.8.2) (2019-08-05) + + +### Bug Fixes + +* http protocol use sshurl by default ([3b1d629](https://github.com/npm/hosted-git-info/commit/3b1d629)), closes [#48](https://github.com/npm/hosted-git-info/issues/48) + + + + +## [2.8.1](https://github.com/npm/hosted-git-info/compare/v2.8.0...v2.8.1) (2019-08-05) + + +### Bug Fixes + +* ignore noCommittish on tarball url generation ([5d4a8d7](https://github.com/npm/hosted-git-info/commit/5d4a8d7)) +* use gist tarball url that works for anonymous gists ([1692435](https://github.com/npm/hosted-git-info/commit/1692435)) + + + + +# [2.8.0](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.0) (2019-08-05) + + +### Bug Fixes + +* Allow slashes in gitlab project section ([bbcf7b2](https://github.com/npm/hosted-git-info/commit/bbcf7b2)), closes [#46](https://github.com/npm/hosted-git-info/issues/46) [#43](https://github.com/npm/hosted-git-info/issues/43) +* **git-host:** disallow URI-encoded slash (%2F) in `path` ([3776fa5](https://github.com/npm/hosted-git-info/commit/3776fa5)), closes [#44](https://github.com/npm/hosted-git-info/issues/44) +* **gitlab:** Do not URL encode slashes in project name for GitLab https URL ([cbf04f9](https://github.com/npm/hosted-git-info/commit/cbf04f9)), closes [#47](https://github.com/npm/hosted-git-info/issues/47) +* do not allow invalid gist urls ([d5cf830](https://github.com/npm/hosted-git-info/commit/d5cf830)) +* **cache:** Switch to lru-cache to save ourselves from unlimited memory consumption ([e518222](https://github.com/npm/hosted-git-info/commit/e518222)), closes [#38](https://github.com/npm/hosted-git-info/issues/38) + + +### Features + +* give these objects a name ([60abaea](https://github.com/npm/hosted-git-info/commit/60abaea)) + + + + +## [2.7.1](https://github.com/npm/hosted-git-info/compare/v2.7.0...v2.7.1) (2018-07-07) + + +### Bug Fixes + +* **index:** Guard against non-string types ([5bc580d](https://github.com/npm/hosted-git-info/commit/5bc580d)) +* **parse:** Crash on strings that parse to having no host ([c931482](https://github.com/npm/hosted-git-info/commit/c931482)), closes [#35](https://github.com/npm/hosted-git-info/issues/35) + + + + +# [2.7.0](https://github.com/npm/hosted-git-info/compare/v2.6.1...v2.7.0) (2018-07-06) + + +### Bug Fixes + +* **github tarball:** update github tarballtemplate ([6efd582](https://github.com/npm/hosted-git-info/commit/6efd582)), closes [#34](https://github.com/npm/hosted-git-info/issues/34) +* **gitlab docs:** switched to lowercase anchors for readmes ([701bcd1](https://github.com/npm/hosted-git-info/commit/701bcd1)) + + +### Features + +* **all:** Support www. prefixes on hostnames ([3349575](https://github.com/npm/hosted-git-info/commit/3349575)), closes [#32](https://github.com/npm/hosted-git-info/issues/32) + + + + +## [2.6.1](https://github.com/npm/hosted-git-info/compare/v2.6.0...v2.6.1) (2018-06-25) + +### Bug Fixes + +* **Revert:** "compat: remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25))" ([cce5a62](https://github.com/npm/hosted-git-info/commit/cce5a62)) +* **Revert:** "git-host: fix forgotten extend()" ([a815ec9](https://github.com/npm/hosted-git-info/commit/a815ec9)) + + + + +# [2.6.0](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.6.0) (2018-03-07) + + +### Bug Fixes + +* **compat:** remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25)) ([627ab55](https://github.com/npm/hosted-git-info/commit/627ab55)) +* **git-host:** fix forgotten extend() ([eba1f7b](https://github.com/npm/hosted-git-info/commit/eba1f7b)) + + +### Features + +* **browse:** fragment support for browse() ([#28](https://github.com/npm/hosted-git-info/issues/28)) ([cd5e5bb](https://github.com/npm/hosted-git-info/commit/cd5e5bb)) diff --git a/2019-setembro/node_modules/hosted-git-info/LICENSE b/2019-setembro/node_modules/hosted-git-info/LICENSE new file mode 100644 index 0000000..4505576 --- /dev/null +++ b/2019-setembro/node_modules/hosted-git-info/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/hosted-git-info/README.md b/2019-setembro/node_modules/hosted-git-info/README.md new file mode 100644 index 0000000..7b723f6 --- /dev/null +++ b/2019-setembro/node_modules/hosted-git-info/README.md @@ -0,0 +1,133 @@ +# hosted-git-info + +This will let you identify and transform various git hosts URLs between +protocols. It also can tell you what the URL is for the raw path for +particular file for direct access without git. + +## Example + +```javascript +var hostedGitInfo = require("hosted-git-info") +var info = hostedGitInfo.fromUrl("git@github.com:npm/hosted-git-info.git", opts) +/* info looks like: +{ + type: "github", + domain: "github.com", + user: "npm", + project: "hosted-git-info" +} +*/ +``` + +If the URL can't be matched with a git host, `null` will be returned. We +can match git, ssh and https urls. Additionally, we can match ssh connect +strings (`git@github.com:npm/hosted-git-info`) and shortcuts (eg, +`github:npm/hosted-git-info`). Github specifically, is detected in the case +of a third, unprefixed, form: `npm/hosted-git-info`. + +If it does match, the returned object has properties of: + +* info.type -- The short name of the service +* info.domain -- The domain for git protocol use +* info.user -- The name of the user/org on the git host +* info.project -- The name of the project on the git host + +## Version Contract + +The major version will be bumped any time… + +* The constructor stops accepting URLs that it previously accepted. +* A method is removed. +* A method can no longer accept the number and type of arguments it previously accepted. +* A method can return a different type than it currently returns. + +Implications: + +* I do not consider the specific format of the urls returned from, say + `.https()` to be a part of the contract. The contract is that it will + return a string that can be used to fetch the repo via HTTPS. But what + that string looks like, specifically, can change. +* Dropping support for a hosted git provider would constitute a breaking + change. + +## Usage + +### var info = hostedGitInfo.fromUrl(gitSpecifier[, options]) + +* *gitSpecifer* is a URL of a git repository or a SCP-style specifier of one. +* *options* is an optional object. It can have the following properties: + * *noCommittish* — If true then committishes won't be included in generated URLs. + * *noGitPlus* — If true then `git+` won't be prefixed on URLs. + +## Methods + +All of the methods take the same options as the `fromUrl` factory. Options +provided to a method override those provided to the constructor. + +* info.file(path, opts) + +Given the path of a file relative to the repository, returns a URL for +directly fetching it from the githost. If no committish was set then +`master` will be used as the default. + +For example `hostedGitInfo.fromUrl("git@github.com:npm/hosted-git-info.git#v1.0.0").file("package.json")` +would return `https://raw.githubusercontent.com/npm/hosted-git-info/v1.0.0/package.json` + +* info.shortcut(opts) + +eg, `github:npm/hosted-git-info` + +* info.browse(path, fragment, opts) + +eg, `https://github.com/npm/hosted-git-info/tree/v1.2.0`, +`https://github.com/npm/hosted-git-info/tree/v1.2.0/package.json`, +`https://github.com/npm/hosted-git-info/tree/v1.2.0/REAMDE.md#supported-hosts` + +* info.bugs(opts) + +eg, `https://github.com/npm/hosted-git-info/issues` + +* info.docs(opts) + +eg, `https://github.com/npm/hosted-git-info/tree/v1.2.0#readme` + +* info.https(opts) + +eg, `git+https://github.com/npm/hosted-git-info.git` + +* info.sshurl(opts) + +eg, `git+ssh://git@github.com/npm/hosted-git-info.git` + +* info.ssh(opts) + +eg, `git@github.com:npm/hosted-git-info.git` + +* info.path(opts) + +eg, `npm/hosted-git-info` + +* info.tarball(opts) + +eg, `https://github.com/npm/hosted-git-info/archive/v1.2.0.tar.gz` + +* info.getDefaultRepresentation() + +Returns the default output type. The default output type is based on the +string you passed in to be parsed + +* info.toString(opts) + +Uses the getDefaultRepresentation to call one of the other methods to get a URL for +this resource. As such `hostedGitInfo.fromUrl(url).toString()` will give +you a normalized version of the URL that still uses the same protocol. + +Shortcuts will still be returned as shortcuts, but the special case github +form of `org/project` will be normalized to `github:org/project`. + +SSH connect strings will be normalized into `git+ssh` URLs. + +## Supported hosts + +Currently this supports Github, Bitbucket and Gitlab. Pull requests for +additional hosts welcome. diff --git a/2019-setembro/node_modules/hosted-git-info/git-host-info.js b/2019-setembro/node_modules/hosted-git-info/git-host-info.js new file mode 100644 index 0000000..d81be20 --- /dev/null +++ b/2019-setembro/node_modules/hosted-git-info/git-host-info.js @@ -0,0 +1,79 @@ +'use strict' + +var gitHosts = module.exports = { + github: { + // First two are insecure and generally shouldn't be used any more, but + // they are still supported. + 'protocols': [ 'git', 'http', 'git+ssh', 'git+https', 'ssh', 'https' ], + 'domain': 'github.com', + 'treepath': 'tree', + 'filetemplate': 'https://{auth@}raw.githubusercontent.com/{user}/{project}/{committish}/{path}', + 'bugstemplate': 'https://{domain}/{user}/{project}/issues', + 'gittemplate': 'git://{auth@}{domain}/{user}/{project}.git{#committish}', + 'tarballtemplate': 'https://codeload.{domain}/{user}/{project}/tar.gz/{committish}' + }, + bitbucket: { + 'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ], + 'domain': 'bitbucket.org', + 'treepath': 'src', + 'tarballtemplate': 'https://{domain}/{user}/{project}/get/{committish}.tar.gz' + }, + gitlab: { + 'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ], + 'domain': 'gitlab.com', + 'treepath': 'tree', + 'bugstemplate': 'https://{domain}/{user}/{project}/issues', + 'httpstemplate': 'git+https://{auth@}{domain}/{user}/{projectPath}.git{#committish}', + 'tarballtemplate': 'https://{domain}/{user}/{project}/repository/archive.tar.gz?ref={committish}', + 'pathmatch': /^[/]([^/]+)[/](.+?)(?:[.]git|[/])?$/ + }, + gist: { + 'protocols': [ 'git', 'git+ssh', 'git+https', 'ssh', 'https' ], + 'domain': 'gist.github.com', + 'pathmatch': /^[/](?:([^/]+)[/])?([a-z0-9]{32,})(?:[.]git)?$/, + 'filetemplate': 'https://gist.githubusercontent.com/{user}/{project}/raw{/committish}/{path}', + 'bugstemplate': 'https://{domain}/{project}', + 'gittemplate': 'git://{domain}/{project}.git{#committish}', + 'sshtemplate': 'git@{domain}:/{project}.git{#committish}', + 'sshurltemplate': 'git+ssh://git@{domain}/{project}.git{#committish}', + 'browsetemplate': 'https://{domain}/{project}{/committish}', + 'browsefiletemplate': 'https://{domain}/{project}{/committish}{#path}', + 'docstemplate': 'https://{domain}/{project}{/committish}', + 'httpstemplate': 'git+https://{domain}/{project}.git{#committish}', + 'shortcuttemplate': '{type}:{project}{#committish}', + 'pathtemplate': '{project}{#committish}', + 'tarballtemplate': 'https://codeload.github.com/gist/{project}/tar.gz/{committish}', + 'hashformat': function (fragment) { + return 'file-' + formatHashFragment(fragment) + } + } +} + +var gitHostDefaults = { + 'sshtemplate': 'git@{domain}:{user}/{project}.git{#committish}', + 'sshurltemplate': 'git+ssh://git@{domain}/{user}/{project}.git{#committish}', + 'browsetemplate': 'https://{domain}/{user}/{project}{/tree/committish}', + 'browsefiletemplate': 'https://{domain}/{user}/{project}/{treepath}/{committish}/{path}{#fragment}', + 'docstemplate': 'https://{domain}/{user}/{project}{/tree/committish}#readme', + 'httpstemplate': 'git+https://{auth@}{domain}/{user}/{project}.git{#committish}', + 'filetemplate': 'https://{domain}/{user}/{project}/raw/{committish}/{path}', + 'shortcuttemplate': '{type}:{user}/{project}{#committish}', + 'pathtemplate': '{user}/{project}{#committish}', + 'pathmatch': /^[/]([^/]+)[/]([^/]+?)(?:[.]git|[/])?$/, + 'hashformat': formatHashFragment +} + +Object.keys(gitHosts).forEach(function (name) { + Object.keys(gitHostDefaults).forEach(function (key) { + if (gitHosts[name][key]) return + gitHosts[name][key] = gitHostDefaults[key] + }) + gitHosts[name].protocols_re = RegExp('^(' + + gitHosts[name].protocols.map(function (protocol) { + return protocol.replace(/([\\+*{}()[\]$^|])/g, '\\$1') + }).join('|') + '):$') +}) + +function formatHashFragment (fragment) { + return fragment.toLowerCase().replace(/^\W+|\/|\W+$/g, '').replace(/\W+/g, '-') +} diff --git a/2019-setembro/node_modules/hosted-git-info/git-host.js b/2019-setembro/node_modules/hosted-git-info/git-host.js new file mode 100644 index 0000000..9616fba --- /dev/null +++ b/2019-setembro/node_modules/hosted-git-info/git-host.js @@ -0,0 +1,156 @@ +'use strict' +var gitHosts = require('./git-host-info.js') +/* eslint-disable node/no-deprecated-api */ + +// copy-pasta util._extend from node's source, to avoid pulling +// the whole util module into peoples' webpack bundles. +/* istanbul ignore next */ +var extend = Object.assign || function _extend (target, source) { + // Don't do anything if source isn't an object + if (source === null || typeof source !== 'object') return target + + var keys = Object.keys(source) + var i = keys.length + while (i--) { + target[keys[i]] = source[keys[i]] + } + return target +} + +module.exports = GitHost +function GitHost (type, user, auth, project, committish, defaultRepresentation, opts) { + var gitHostInfo = this + gitHostInfo.type = type + Object.keys(gitHosts[type]).forEach(function (key) { + gitHostInfo[key] = gitHosts[type][key] + }) + gitHostInfo.user = user + gitHostInfo.auth = auth + gitHostInfo.project = project + gitHostInfo.committish = committish + gitHostInfo.default = defaultRepresentation + gitHostInfo.opts = opts || {} +} + +GitHost.prototype.hash = function () { + return this.committish ? '#' + this.committish : '' +} + +GitHost.prototype._fill = function (template, opts) { + if (!template) return + var vars = extend({}, opts) + vars.path = vars.path ? vars.path.replace(/^[/]+/g, '') : '' + opts = extend(extend({}, this.opts), opts) + var self = this + Object.keys(this).forEach(function (key) { + if (self[key] != null && vars[key] == null) vars[key] = self[key] + }) + var rawAuth = vars.auth + var rawcommittish = vars.committish + var rawFragment = vars.fragment + var rawPath = vars.path + var rawProject = vars.project + Object.keys(vars).forEach(function (key) { + var value = vars[key] + if ((key === 'path' || key === 'project') && typeof value === 'string') { + vars[key] = value.split('/').map(function (pathComponent) { + return encodeURIComponent(pathComponent) + }).join('/') + } else { + vars[key] = encodeURIComponent(value) + } + }) + vars['auth@'] = rawAuth ? rawAuth + '@' : '' + vars['#fragment'] = rawFragment ? '#' + this.hashformat(rawFragment) : '' + vars.fragment = vars.fragment ? vars.fragment : '' + vars['#path'] = rawPath ? '#' + this.hashformat(rawPath) : '' + vars['/path'] = vars.path ? '/' + vars.path : '' + vars.projectPath = rawProject.split('/').map(encodeURIComponent).join('/') + if (opts.noCommittish) { + vars['#committish'] = '' + vars['/tree/committish'] = '' + vars['/committish'] = '' + vars.committish = '' + } else { + vars['#committish'] = rawcommittish ? '#' + rawcommittish : '' + vars['/tree/committish'] = vars.committish + ? '/' + vars.treepath + '/' + vars.committish + : '' + vars['/committish'] = vars.committish ? '/' + vars.committish : '' + vars.committish = vars.committish || 'master' + } + var res = template + Object.keys(vars).forEach(function (key) { + res = res.replace(new RegExp('[{]' + key + '[}]', 'g'), vars[key]) + }) + if (opts.noGitPlus) { + return res.replace(/^git[+]/, '') + } else { + return res + } +} + +GitHost.prototype.ssh = function (opts) { + return this._fill(this.sshtemplate, opts) +} + +GitHost.prototype.sshurl = function (opts) { + return this._fill(this.sshurltemplate, opts) +} + +GitHost.prototype.browse = function (P, F, opts) { + if (typeof P === 'string') { + if (typeof F !== 'string') { + opts = F + F = null + } + return this._fill(this.browsefiletemplate, extend({ + fragment: F, + path: P + }, opts)) + } else { + return this._fill(this.browsetemplate, P) + } +} + +GitHost.prototype.docs = function (opts) { + return this._fill(this.docstemplate, opts) +} + +GitHost.prototype.bugs = function (opts) { + return this._fill(this.bugstemplate, opts) +} + +GitHost.prototype.https = function (opts) { + return this._fill(this.httpstemplate, opts) +} + +GitHost.prototype.git = function (opts) { + return this._fill(this.gittemplate, opts) +} + +GitHost.prototype.shortcut = function (opts) { + return this._fill(this.shortcuttemplate, opts) +} + +GitHost.prototype.path = function (opts) { + return this._fill(this.pathtemplate, opts) +} + +GitHost.prototype.tarball = function (opts_) { + var opts = extend({}, opts_, { noCommittish: false }) + return this._fill(this.tarballtemplate, opts) +} + +GitHost.prototype.file = function (P, opts) { + return this._fill(this.filetemplate, extend({ path: P }, opts)) +} + +GitHost.prototype.getDefaultRepresentation = function () { + return this.default +} + +GitHost.prototype.toString = function (opts) { + if (this.default && typeof this[this.default] === 'function') return this[this.default](opts) + return this.sshurl(opts) +} diff --git a/2019-setembro/node_modules/hosted-git-info/index.js b/2019-setembro/node_modules/hosted-git-info/index.js new file mode 100644 index 0000000..b64c826 --- /dev/null +++ b/2019-setembro/node_modules/hosted-git-info/index.js @@ -0,0 +1,124 @@ +'use strict' +var url = require('url') +var gitHosts = require('./git-host-info.js') +var GitHost = module.exports = require('./git-host.js') + +var protocolToRepresentationMap = { + 'git+ssh:': 'sshurl', + 'git+https:': 'https', + 'ssh:': 'sshurl', + 'git:': 'git' +} + +function protocolToRepresentation (protocol) { + return protocolToRepresentationMap[protocol] || protocol.slice(0, -1) +} + +var authProtocols = { + 'git:': true, + 'https:': true, + 'git+https:': true, + 'http:': true, + 'git+http:': true +} + +var cache = {} + +module.exports.fromUrl = function (giturl, opts) { + if (typeof giturl !== 'string') return + var key = giturl + JSON.stringify(opts || {}) + + if (!(key in cache)) { + cache[key] = fromUrl(giturl, opts) + } + + return cache[key] +} + +function fromUrl (giturl, opts) { + if (giturl == null || giturl === '') return + var url = fixupUnqualifiedGist( + isGitHubShorthand(giturl) ? 'github:' + giturl : giturl + ) + var parsed = parseGitUrl(url) + var shortcutMatch = url.match(new RegExp('^([^:]+):(?:(?:[^@:]+(?:[^@]+)?@)?([^/]*))[/](.+?)(?:[.]git)?($|#)')) + var matches = Object.keys(gitHosts).map(function (gitHostName) { + try { + var gitHostInfo = gitHosts[gitHostName] + var auth = null + if (parsed.auth && authProtocols[parsed.protocol]) { + auth = decodeURIComponent(parsed.auth) + } + var committish = parsed.hash ? decodeURIComponent(parsed.hash.substr(1)) : null + var user = null + var project = null + var defaultRepresentation = null + if (shortcutMatch && shortcutMatch[1] === gitHostName) { + user = shortcutMatch[2] && decodeURIComponent(shortcutMatch[2]) + project = decodeURIComponent(shortcutMatch[3]) + defaultRepresentation = 'shortcut' + } else { + if (parsed.host && parsed.host !== gitHostInfo.domain && parsed.host.replace(/^www[.]/, '') !== gitHostInfo.domain) return + if (!gitHostInfo.protocols_re.test(parsed.protocol)) return + if (!parsed.path) return + var pathmatch = gitHostInfo.pathmatch + var matched = parsed.path.match(pathmatch) + if (!matched) return + if (matched[1] !== null && matched[1] !== undefined) { + user = decodeURIComponent(matched[1].replace(/^:/, '')) + } + project = decodeURIComponent(matched[2]) + defaultRepresentation = protocolToRepresentation(parsed.protocol) + } + return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts) + } catch (ex) { + /* istanbul ignore else */ + if (ex instanceof URIError) { + } else throw ex + } + }).filter(function (gitHostInfo) { return gitHostInfo }) + if (matches.length !== 1) return + return matches[0] +} + +function isGitHubShorthand (arg) { + // Note: This does not fully test the git ref format. + // See https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html + // + // The only way to do this properly would be to shell out to + // git-check-ref-format, and as this is a fast sync function, + // we don't want to do that. Just let git fail if it turns + // out that the commit-ish is invalid. + // GH usernames cannot start with . or - + return /^[^:@%/\s.-][^:@%/\s]*[/][^:@\s/%]+(?:#.*)?$/.test(arg) +} + +function fixupUnqualifiedGist (giturl) { + // necessary for round-tripping gists + var parsed = url.parse(giturl) + if (parsed.protocol === 'gist:' && parsed.host && !parsed.path) { + return parsed.protocol + '/' + parsed.host + } else { + return giturl + } +} + +function parseGitUrl (giturl) { + var matched = giturl.match(/^([^@]+)@([^:/]+):[/]?((?:[^/]+[/])?[^/]+?)(?:[.]git)?(#.*)?$/) + if (!matched) return url.parse(giturl) + return { + protocol: 'git+ssh:', + slashes: true, + auth: matched[1], + host: matched[2], + port: null, + hostname: matched[2], + hash: matched[4], + search: null, + query: null, + pathname: '/' + matched[3], + path: '/' + matched[3], + href: 'git+ssh://' + matched[1] + '@' + matched[2] + + '/' + matched[3] + (matched[4] || '') + } +} diff --git a/2019-setembro/node_modules/hosted-git-info/package.json b/2019-setembro/node_modules/hosted-git-info/package.json new file mode 100644 index 0000000..8f2945b --- /dev/null +++ b/2019-setembro/node_modules/hosted-git-info/package.json @@ -0,0 +1,39 @@ +{ + "name": "hosted-git-info", + "version": "2.8.4", + "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab", + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/npm/hosted-git-info.git" + }, + "keywords": [ + "git", + "github", + "bitbucket", + "gitlab" + ], + "author": "Rebecca Turner (http://re-becca.org)", + "license": "ISC", + "bugs": { + "url": "https://github.com/npm/hosted-git-info/issues" + }, + "homepage": "https://github.com/npm/hosted-git-info", + "scripts": { + "prerelease": "npm t", + "postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags", + "pretest": "standard", + "release": "standard-version -s", + "test": "tap -J --100 --no-esm test/*.js" + }, + "devDependencies": { + "standard": "^11.0.1", + "standard-version": "^4.4.0", + "tap": "^12.7.0" + }, + "files": [ + "index.js", + "git-host.js", + "git-host-info.js" + ] +} diff --git a/2019-setembro/node_modules/inherits/LICENSE b/2019-setembro/node_modules/inherits/LICENSE new file mode 100644 index 0000000..dea3013 --- /dev/null +++ b/2019-setembro/node_modules/inherits/LICENSE @@ -0,0 +1,16 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + diff --git a/2019-setembro/node_modules/inherits/README.md b/2019-setembro/node_modules/inherits/README.md new file mode 100644 index 0000000..b1c5665 --- /dev/null +++ b/2019-setembro/node_modules/inherits/README.md @@ -0,0 +1,42 @@ +Browser-friendly inheritance fully compatible with standard node.js +[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor). + +This package exports standard `inherits` from node.js `util` module in +node environment, but also provides alternative browser-friendly +implementation through [browser +field](https://gist.github.com/shtylman/4339901). Alternative +implementation is a literal copy of standard one located in standalone +module to avoid requiring of `util`. It also has a shim for old +browsers with no `Object.create` support. + +While keeping you sure you are using standard `inherits` +implementation in node.js environment, it allows bundlers such as +[browserify](https://github.com/substack/node-browserify) to not +include full `util` package to your client code if all you need is +just `inherits` function. It worth, because browser shim for `util` +package is large and `inherits` is often the single function you need +from it. + +It's recommended to use this package instead of +`require('util').inherits` for any code that has chances to be used +not only in node.js but in browser too. + +## usage + +```js +var inherits = require('inherits'); +// then use exactly as the standard one +``` + +## note on version ~1.0 + +Version ~1.0 had completely different motivation and is not compatible +neither with 2.0 nor with standard node.js `inherits`. + +If you are using version ~1.0 and planning to switch to ~2.0, be +careful: + +* new version uses `super_` instead of `super` for referencing + superclass +* new version overwrites current prototype while old one preserves any + existing fields on it diff --git a/2019-setembro/node_modules/inherits/inherits.js b/2019-setembro/node_modules/inherits/inherits.js new file mode 100644 index 0000000..f71f2d9 --- /dev/null +++ b/2019-setembro/node_modules/inherits/inherits.js @@ -0,0 +1,9 @@ +try { + var util = require('util'); + /* istanbul ignore next */ + if (typeof util.inherits !== 'function') throw ''; + module.exports = util.inherits; +} catch (e) { + /* istanbul ignore next */ + module.exports = require('./inherits_browser.js'); +} diff --git a/2019-setembro/node_modules/inherits/inherits_browser.js b/2019-setembro/node_modules/inherits/inherits_browser.js new file mode 100644 index 0000000..86bbb3d --- /dev/null +++ b/2019-setembro/node_modules/inherits/inherits_browser.js @@ -0,0 +1,27 @@ +if (typeof Object.create === 'function') { + // implementation from standard node.js 'util' module + module.exports = function inherits(ctor, superCtor) { + if (superCtor) { + ctor.super_ = superCtor + ctor.prototype = Object.create(superCtor.prototype, { + constructor: { + value: ctor, + enumerable: false, + writable: true, + configurable: true + } + }) + } + }; +} else { + // old school shim for old browsers + module.exports = function inherits(ctor, superCtor) { + if (superCtor) { + ctor.super_ = superCtor + var TempCtor = function () {} + TempCtor.prototype = superCtor.prototype + ctor.prototype = new TempCtor() + ctor.prototype.constructor = ctor + } + } +} diff --git a/2019-setembro/node_modules/inherits/package.json b/2019-setembro/node_modules/inherits/package.json new file mode 100644 index 0000000..37b4366 --- /dev/null +++ b/2019-setembro/node_modules/inherits/package.json @@ -0,0 +1,29 @@ +{ + "name": "inherits", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "version": "2.0.4", + "keywords": [ + "inheritance", + "class", + "klass", + "oop", + "object-oriented", + "inherits", + "browser", + "browserify" + ], + "main": "./inherits.js", + "browser": "./inherits_browser.js", + "repository": "git://github.com/isaacs/inherits", + "license": "ISC", + "scripts": { + "test": "tap" + }, + "devDependencies": { + "tap": "^14.2.4" + }, + "files": [ + "inherits.js", + "inherits_browser.js" + ] +} diff --git a/2019-setembro/node_modules/is-accessor-descriptor/LICENSE b/2019-setembro/node_modules/is-accessor-descriptor/LICENSE new file mode 100644 index 0000000..e33d14b --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-accessor-descriptor/README.md b/2019-setembro/node_modules/is-accessor-descriptor/README.md new file mode 100644 index 0000000..d198e1f --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/README.md @@ -0,0 +1,144 @@ +# is-accessor-descriptor [![NPM version](https://img.shields.io/npm/v/is-accessor-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-accessor-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-accessor-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-accessor-descriptor) + +> Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-accessor-descriptor +``` + +## Usage + +```js +var isAccessor = require('is-accessor-descriptor'); + +isAccessor({get: function() {}}); +//=> true +``` + +You may also pass an object and property name to check if the property is an accessor: + +```js +isAccessor(foo, 'bar'); +``` + +## Examples + +`false` when not an object + +```js +isAccessor('a') +isAccessor(null) +isAccessor([]) +//=> false +``` + +`true` when the object has valid properties + +and the properties all have the correct JavaScript types: + +```js +isAccessor({get: noop, set: noop}) +isAccessor({get: noop}) +isAccessor({set: noop}) +//=> true +``` + +`false` when the object has invalid properties + +```js +isAccessor({get: noop, set: noop, bar: 'baz'}) +isAccessor({get: noop, writable: true}) +isAccessor({get: noop, value: true}) +//=> false +``` + +`false` when an accessor is not a function + +```js +isAccessor({get: noop, set: 'baz'}) +isAccessor({get: 'foo', set: noop}) +isAccessor({get: 'foo', bar: 'baz'}) +isAccessor({get: 'foo', set: 'baz'}) +//=> false +``` + +`false` when a value is not the correct type + +```js +isAccessor({get: noop, set: noop, enumerable: 'foo'}) +isAccessor({set: noop, configurable: 'foo'}) +isAccessor({get: noop, configurable: 'foo'}) +//=> false +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") +* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") +* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 22 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [realityking](https://github.com/realityking) | + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-accessor-descriptor/index.js b/2019-setembro/node_modules/is-accessor-descriptor/index.js new file mode 100644 index 0000000..d2e6fe8 --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/index.js @@ -0,0 +1,69 @@ +/*! + * is-accessor-descriptor + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); + +// accessor descriptor properties +var accessor = { + get: 'function', + set: 'function', + configurable: 'boolean', + enumerable: 'boolean' +}; + +function isAccessorDescriptor(obj, prop) { + if (typeof prop === 'string') { + var val = Object.getOwnPropertyDescriptor(obj, prop); + return typeof val !== 'undefined'; + } + + if (typeOf(obj) !== 'object') { + return false; + } + + if (has(obj, 'value') || has(obj, 'writable')) { + return false; + } + + if (!has(obj, 'get') || typeof obj.get !== 'function') { + return false; + } + + // tldr: it's valid to have "set" be undefined + // "set" might be undefined if `Object.getOwnPropertyDescriptor` + // was used to get the value, and only `get` was defined by the user + if (has(obj, 'set') && typeof obj[key] !== 'function' && typeof obj[key] !== 'undefined') { + return false; + } + + for (var key in obj) { + if (!accessor.hasOwnProperty(key)) { + continue; + } + + if (typeOf(obj[key]) === accessor[key]) { + continue; + } + + if (typeof obj[key] !== 'undefined') { + return false; + } + } + return true; +} + +function has(obj, key) { + return {}.hasOwnProperty.call(obj, key); +} + +/** + * Expose `isAccessorDescriptor` + */ + +module.exports = isAccessorDescriptor; diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/CHANGELOG.md b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/CHANGELOG.md new file mode 100644 index 0000000..fb30b06 --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/CHANGELOG.md @@ -0,0 +1,157 @@ +# Release history + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +
+ Guiding Principles + +- Changelogs are for humans, not machines. +- There should be an entry for every single version. +- The same types of changes should be grouped. +- Versions and sections should be linkable. +- The latest version comes first. +- The release date of each versions is displayed. +- Mention whether you follow Semantic Versioning. + +
+ +
+ Types of changes + +Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): + +- `Added` for new features. +- `Changed` for changes in existing functionality. +- `Deprecated` for soon-to-be removed features. +- `Removed` for now removed features. +- `Fixed` for any bug fixes. +- `Security` in case of vulnerabilities. + +
+ +## [6.0.0] - 2017-10-13 + +- refactor code to be more performant +- refactor benchmarks + +## [5.1.0] - 2017-10-13 + +**Added** + +- Merge pull request #15 from aretecode/patch-1 +- adds support and tests for string & array iterators + +**Changed** + +- updates benchmarks + +## [5.0.2] - 2017-08-02 + +- Merge pull request #14 from struct78/master +- Added `undefined` check + +## [5.0.0] - 2017-06-21 + +- Merge pull request #12 from aretecode/iterator +- Set Iterator + Map Iterator +- streamline `isbuffer`, minor edits + +## [4.0.0] - 2017-05-19 + +- Merge pull request #8 from tunnckoCore/master +- update deps + +## [3.2.2] - 2017-05-16 + +- fix version + +## [3.2.1] - 2017-05-16 + +- add browserify + +## [3.2.0] - 2017-04-25 + +- Merge pull request #10 from ksheedlo/unrequire-buffer +- add `promise` support and tests +- Remove unnecessary `Buffer` check + +## [3.1.0] - 2016-12-07 + +- Merge pull request #7 from laggingreflex/err +- add support for `error` and tests +- run update + +## [3.0.4] - 2016-07-29 + +- move tests +- run update + +## [3.0.3] - 2016-05-03 + +- fix prepublish script +- remove unused dep + +## [3.0.0] - 2015-11-17 + +- add typed array support +- Merge pull request #5 from miguelmota/typed-arrays +- adds new tests + +## [2.0.1] - 2015-08-21 + +- use `is-buffer` module + +## [2.0.0] - 2015-05-31 + +- Create fallback for `Array.isArray` if used as a browser package +- Merge pull request #2 from dtothefp/patch-1 +- Merge pull request #3 from pdehaan/patch-1 +- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master +- optimizations, mostly date and regex + +## [1.1.0] - 2015-02-09 + +- adds `buffer` support +- adds tests for `buffer` + +## [1.0.0] - 2015-01-19 + +- update benchmarks +- optimizations based on benchmarks + +## [0.1.2] - 2014-10-26 + +- return `typeof` value if it's not an object. very slight speed improvement +- use `.slice` +- adds benchmarks + +## [0.1.0] - 2014-9-26 + +- first commit + +[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0 +[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0 +[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2 +[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1 +[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0 +[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0 +[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2 +[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1 +[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0 +[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0 +[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4 +[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3 +[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0 +[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1 +[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0 +[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0 +[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0 +[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2 +[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87 + +[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog + diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE new file mode 100644 index 0000000..3f2eca1 --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md new file mode 100644 index 0000000..4b0d4a8 --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md @@ -0,0 +1,365 @@ +# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) + +> Get the native type of a value. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save kind-of +``` + +Install with [bower](https://bower.io/) + +```sh +$ bower install kind-of --save +``` + +## Why use this? + +1. [it's fast](#benchmarks) | [optimizations](#optimizations) +2. [better type checking](#better-type-checking) + +## Usage + +> es5, es6, and browser ready + +```js +var kindOf = require('kind-of'); + +kindOf(undefined); +//=> 'undefined' + +kindOf(null); +//=> 'null' + +kindOf(true); +//=> 'boolean' + +kindOf(false); +//=> 'boolean' + +kindOf(new Buffer('')); +//=> 'buffer' + +kindOf(42); +//=> 'number' + +kindOf('str'); +//=> 'string' + +kindOf(arguments); +//=> 'arguments' + +kindOf({}); +//=> 'object' + +kindOf(Object.create(null)); +//=> 'object' + +kindOf(new Test()); +//=> 'object' + +kindOf(new Date()); +//=> 'date' + +kindOf([1, 2, 3]); +//=> 'array' + +kindOf(/foo/); +//=> 'regexp' + +kindOf(new RegExp('foo')); +//=> 'regexp' + +kindOf(new Error('error')); +//=> 'error' + +kindOf(function () {}); +//=> 'function' + +kindOf(function * () {}); +//=> 'generatorfunction' + +kindOf(Symbol('str')); +//=> 'symbol' + +kindOf(new Map()); +//=> 'map' + +kindOf(new WeakMap()); +//=> 'weakmap' + +kindOf(new Set()); +//=> 'set' + +kindOf(new WeakSet()); +//=> 'weakset' + +kindOf(new Int8Array()); +//=> 'int8array' + +kindOf(new Uint8Array()); +//=> 'uint8array' + +kindOf(new Uint8ClampedArray()); +//=> 'uint8clampedarray' + +kindOf(new Int16Array()); +//=> 'int16array' + +kindOf(new Uint16Array()); +//=> 'uint16array' + +kindOf(new Int32Array()); +//=> 'int32array' + +kindOf(new Uint32Array()); +//=> 'uint32array' + +kindOf(new Float32Array()); +//=> 'float32array' + +kindOf(new Float64Array()); +//=> 'float64array' +``` + +## Benchmarks + +Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). + +```bash +# arguments (32 bytes) + kind-of x 17,024,098 ops/sec ±1.90% (86 runs sampled) + lib-type-of x 11,926,235 ops/sec ±1.34% (83 runs sampled) + lib-typeof x 9,245,257 ops/sec ±1.22% (87 runs sampled) + + fastest is kind-of (by 161% avg) + +# array (22 bytes) + kind-of x 17,196,492 ops/sec ±1.07% (88 runs sampled) + lib-type-of x 8,838,283 ops/sec ±1.02% (87 runs sampled) + lib-typeof x 8,677,848 ops/sec ±0.87% (87 runs sampled) + + fastest is kind-of (by 196% avg) + +# boolean (24 bytes) + kind-of x 16,841,600 ops/sec ±1.10% (86 runs sampled) + lib-type-of x 8,096,787 ops/sec ±0.95% (87 runs sampled) + lib-typeof x 8,423,345 ops/sec ±1.15% (86 runs sampled) + + fastest is kind-of (by 204% avg) + +# buffer (38 bytes) + kind-of x 14,848,060 ops/sec ±1.05% (86 runs sampled) + lib-type-of x 3,671,577 ops/sec ±1.49% (87 runs sampled) + lib-typeof x 8,360,236 ops/sec ±1.24% (86 runs sampled) + + fastest is kind-of (by 247% avg) + +# date (30 bytes) + kind-of x 16,067,761 ops/sec ±1.58% (86 runs sampled) + lib-type-of x 8,954,436 ops/sec ±1.40% (87 runs sampled) + lib-typeof x 8,488,307 ops/sec ±1.51% (84 runs sampled) + + fastest is kind-of (by 184% avg) + +# error (36 bytes) + kind-of x 9,634,090 ops/sec ±1.12% (89 runs sampled) + lib-type-of x 7,735,624 ops/sec ±1.32% (86 runs sampled) + lib-typeof x 7,442,160 ops/sec ±1.11% (90 runs sampled) + + fastest is kind-of (by 127% avg) + +# function (34 bytes) + kind-of x 10,031,494 ops/sec ±1.27% (86 runs sampled) + lib-type-of x 9,502,757 ops/sec ±1.17% (89 runs sampled) + lib-typeof x 8,278,985 ops/sec ±1.08% (88 runs sampled) + + fastest is kind-of (by 113% avg) + +# null (24 bytes) + kind-of x 18,159,808 ops/sec ±1.92% (86 runs sampled) + lib-type-of x 12,927,635 ops/sec ±1.01% (88 runs sampled) + lib-typeof x 7,958,234 ops/sec ±1.21% (89 runs sampled) + + fastest is kind-of (by 174% avg) + +# number (22 bytes) + kind-of x 17,846,779 ops/sec ±0.91% (85 runs sampled) + lib-type-of x 3,316,636 ops/sec ±1.19% (86 runs sampled) + lib-typeof x 2,329,477 ops/sec ±2.21% (85 runs sampled) + + fastest is kind-of (by 632% avg) + +# object-plain (47 bytes) + kind-of x 7,085,155 ops/sec ±1.05% (88 runs sampled) + lib-type-of x 8,870,930 ops/sec ±1.06% (83 runs sampled) + lib-typeof x 8,716,024 ops/sec ±1.05% (87 runs sampled) + + fastest is lib-type-of (by 112% avg) + +# regex (25 bytes) + kind-of x 14,196,052 ops/sec ±1.65% (84 runs sampled) + lib-type-of x 9,554,164 ops/sec ±1.25% (88 runs sampled) + lib-typeof x 8,359,691 ops/sec ±1.07% (87 runs sampled) + + fastest is kind-of (by 158% avg) + +# string (33 bytes) + kind-of x 16,131,428 ops/sec ±1.41% (85 runs sampled) + lib-type-of x 7,273,172 ops/sec ±1.05% (87 runs sampled) + lib-typeof x 7,382,635 ops/sec ±1.17% (85 runs sampled) + + fastest is kind-of (by 220% avg) + +# symbol (34 bytes) + kind-of x 17,011,537 ops/sec ±1.24% (86 runs sampled) + lib-type-of x 3,492,454 ops/sec ±1.23% (89 runs sampled) + lib-typeof x 7,471,235 ops/sec ±2.48% (87 runs sampled) + + fastest is kind-of (by 310% avg) + +# template-strings (36 bytes) + kind-of x 15,434,250 ops/sec ±1.46% (83 runs sampled) + lib-type-of x 7,157,907 ops/sec ±0.97% (87 runs sampled) + lib-typeof x 7,517,986 ops/sec ±0.92% (86 runs sampled) + + fastest is kind-of (by 210% avg) + +# undefined (29 bytes) + kind-of x 19,167,115 ops/sec ±1.71% (87 runs sampled) + lib-type-of x 15,477,740 ops/sec ±1.63% (85 runs sampled) + lib-typeof x 19,075,495 ops/sec ±1.17% (83 runs sampled) + + fastest is lib-typeof,kind-of + +``` + +## Optimizations + +In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: + +1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. +2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. +3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` +4. There is no reason to make the code in a microlib as terse as possible, just to win points for making it shorter. It's always better to favor performant code over terse code. You will always only be using a single `require()` statement to use the library anyway, regardless of how the code is written. + +## Better type checking + +kind-of seems to be more consistently "correct" than other type checking libs I've looked at. For example, here are some differing results from other popular libs: + +### [typeof](https://github.com/CodingFu/typeof) lib + +Incorrectly identifies instances of custom constructors (pretty common): + +```js +var typeOf = require('typeof'); +function Test() {} +console.log(typeOf(new Test())); +//=> 'test' +``` + +Returns `object` instead of `arguments`: + +```js +function foo() { + console.log(typeOf(arguments)) //=> 'object' +} +foo(); +``` + +### [type-of](https://github.com/ForbesLindesay/type-of) lib + +Incorrectly returns `object` for generator functions, buffers, `Map`, `Set`, `WeakMap` and `WeakSet`: + +```js +function * foo() {} +console.log(typeOf(foo)); +//=> 'object' +console.log(typeOf(new Buffer(''))); +//=> 'object' +console.log(typeOf(new Map())); +//=> 'object' +console.log(typeOf(new Set())); +//=> 'object' +console.log(typeOf(new WeakMap())); +//=> 'object' +console.log(typeOf(new WeakSet())); +//=> 'object' +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 98 | [jonschlinkert](https://github.com/jonschlinkert) | +| 3 | [aretecode](https://github.com/aretecode) | +| 2 | [miguelmota](https://github.com/miguelmota) | +| 1 | [dtothefp](https://github.com/dtothefp) | +| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) | +| 1 | [ksheedlo](https://github.com/ksheedlo) | +| 1 | [pdehaan](https://github.com/pdehaan) | +| 1 | [laggingreflex](https://github.com/laggingreflex) | +| 1 | [charlike-old](https://github.com/charlike-old) | + +### Author + +**Jon Schlinkert** + +* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js new file mode 100644 index 0000000..aa2bb39 --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js @@ -0,0 +1,129 @@ +var toString = Object.prototype.toString; + +module.exports = function kindOf(val) { + if (val === void 0) return 'undefined'; + if (val === null) return 'null'; + + var type = typeof val; + if (type === 'boolean') return 'boolean'; + if (type === 'string') return 'string'; + if (type === 'number') return 'number'; + if (type === 'symbol') return 'symbol'; + if (type === 'function') { + return isGeneratorFn(val) ? 'generatorfunction' : 'function'; + } + + if (isArray(val)) return 'array'; + if (isBuffer(val)) return 'buffer'; + if (isArguments(val)) return 'arguments'; + if (isDate(val)) return 'date'; + if (isError(val)) return 'error'; + if (isRegexp(val)) return 'regexp'; + + switch (ctorName(val)) { + case 'Symbol': return 'symbol'; + case 'Promise': return 'promise'; + + // Set, Map, WeakSet, WeakMap + case 'WeakMap': return 'weakmap'; + case 'WeakSet': return 'weakset'; + case 'Map': return 'map'; + case 'Set': return 'set'; + + // 8-bit typed arrays + case 'Int8Array': return 'int8array'; + case 'Uint8Array': return 'uint8array'; + case 'Uint8ClampedArray': return 'uint8clampedarray'; + + // 16-bit typed arrays + case 'Int16Array': return 'int16array'; + case 'Uint16Array': return 'uint16array'; + + // 32-bit typed arrays + case 'Int32Array': return 'int32array'; + case 'Uint32Array': return 'uint32array'; + case 'Float32Array': return 'float32array'; + case 'Float64Array': return 'float64array'; + } + + if (isGeneratorObj(val)) { + return 'generator'; + } + + // Non-plain objects + type = toString.call(val); + switch (type) { + case '[object Object]': return 'object'; + // iterators + case '[object Map Iterator]': return 'mapiterator'; + case '[object Set Iterator]': return 'setiterator'; + case '[object String Iterator]': return 'stringiterator'; + case '[object Array Iterator]': return 'arrayiterator'; + } + + // other + return type.slice(8, -1).toLowerCase().replace(/\s/g, ''); +}; + +function ctorName(val) { + return val.constructor ? val.constructor.name : null; +} + +function isArray(val) { + if (Array.isArray) return Array.isArray(val); + return val instanceof Array; +} + +function isError(val) { + return val instanceof Error || (typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number'); +} + +function isDate(val) { + if (val instanceof Date) return true; + return typeof val.toDateString === 'function' + && typeof val.getDate === 'function' + && typeof val.setDate === 'function'; +} + +function isRegexp(val) { + if (val instanceof RegExp) return true; + return typeof val.flags === 'string' + && typeof val.ignoreCase === 'boolean' + && typeof val.multiline === 'boolean' + && typeof val.global === 'boolean'; +} + +function isGeneratorFn(name, val) { + return ctorName(name) === 'GeneratorFunction'; +} + +function isGeneratorObj(val) { + return typeof val.throw === 'function' + && typeof val.return === 'function' + && typeof val.next === 'function'; +} + +function isArguments(val) { + try { + if (typeof val.length === 'number' && typeof val.callee === 'function') { + return true; + } + } catch (err) { + if (err.message.indexOf('callee') !== -1) { + return true; + } + } + return false; +} + +/** + * If you need to support Safari 5-7 (8-10 yr-old browser), + * take a look at https://github.com/feross/is-buffer + */ + +function isBuffer(val) { + if (val.constructor && typeof val.constructor.isBuffer === 'function') { + return val.constructor.isBuffer(val); + } + return false; +} diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json new file mode 100644 index 0000000..73d70ae --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json @@ -0,0 +1,88 @@ +{ + "name": "kind-of", + "description": "Get the native type of a value.", + "version": "6.0.2", + "homepage": "https://github.com/jonschlinkert/kind-of", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "David Fox-Powell (https://dtothefp.github.io/me)", + "James (https://twitter.com/aretecode)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Ken Sheedlo (kensheedlo.com)", + "laggingreflex (https://github.com/laggingreflex)", + "Miguel Mota (https://miguelmota.com)", + "Peter deHaan (http://about.me/peterdehaan)", + "tunnckoCore (https://i.am.charlike.online)" + ], + "repository": "jonschlinkert/kind-of", + "bugs": { + "url": "https://github.com/jonschlinkert/kind-of/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js -s index --bare" + }, + "devDependencies": { + "benchmarked": "^2.0.0", + "browserify": "^14.4.0", + "gulp-format-md": "^1.0.0", + "mocha": "^4.0.1", + "write": "^1.0.3" + }, + "keywords": [ + "arguments", + "array", + "boolean", + "check", + "date", + "function", + "is", + "is-type", + "is-type-of", + "kind", + "kind-of", + "number", + "object", + "of", + "regexp", + "string", + "test", + "type", + "type-of", + "typeof", + "types" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "related": { + "list": [ + "is-glob", + "is-number", + "is-primitive" + ] + }, + "reflinks": [ + "type-of", + "typeof", + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/is-accessor-descriptor/package.json b/2019-setembro/node_modules/is-accessor-descriptor/package.json new file mode 100644 index 0000000..47b97ac --- /dev/null +++ b/2019-setembro/node_modules/is-accessor-descriptor/package.json @@ -0,0 +1,73 @@ +{ + "name": "is-accessor-descriptor", + "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", + "version": "1.0.0", + "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Rouven Weßling (www.rouvenwessling.de)" + ], + "repository": "jonschlinkert/is-accessor-descriptor", + "bugs": { + "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "kind-of": "^6.0.0" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "keywords": [ + "accessor", + "check", + "data", + "descriptor", + "get", + "getter", + "is", + "keys", + "object", + "properties", + "property", + "set", + "setter", + "type", + "valid", + "value" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "is-accessor-descriptor", + "is-data-descriptor", + "is-descriptor", + "is-plain-object", + "isobject" + ] + }, + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/is-arrayish/.editorconfig b/2019-setembro/node_modules/is-arrayish/.editorconfig new file mode 100644 index 0000000..4c017f8 --- /dev/null +++ b/2019-setembro/node_modules/is-arrayish/.editorconfig @@ -0,0 +1,18 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.coffee] +indent_style = space + +[{package.json,*.yml}] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false diff --git a/2019-setembro/node_modules/is-arrayish/.istanbul.yml b/2019-setembro/node_modules/is-arrayish/.istanbul.yml new file mode 100644 index 0000000..19fbec3 --- /dev/null +++ b/2019-setembro/node_modules/is-arrayish/.istanbul.yml @@ -0,0 +1,4 @@ +instrumentation: + excludes: + - test.js + - test/**/* diff --git a/2019-setembro/node_modules/is-arrayish/.npmignore b/2019-setembro/node_modules/is-arrayish/.npmignore new file mode 100644 index 0000000..8d5eacb --- /dev/null +++ b/2019-setembro/node_modules/is-arrayish/.npmignore @@ -0,0 +1,5 @@ +/coverage/ +/test.js +/test/ +*.sw[a-p] +/node_modules/ diff --git a/2019-setembro/node_modules/is-arrayish/.travis.yml b/2019-setembro/node_modules/is-arrayish/.travis.yml new file mode 100644 index 0000000..5a04243 --- /dev/null +++ b/2019-setembro/node_modules/is-arrayish/.travis.yml @@ -0,0 +1,17 @@ +language: node_js + +script: + - node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --compilers coffee:coffee-script/register + - cat coverage/lcov.info | node_modules/.bin/coveralls +node_js: + - "0.10" + - "0.11" + - "0.12" + - "iojs" +os: + - linux + - osx + +notifications: + slack: + secure: oOt8QGzdrPDsTMcyahtIq5Q+0U1iwfgJgFCxBLsomQ0bpIMn+y5m4viJydA2UinHPGc944HS3LMZS9iKQyv+DjTgbhUyNXqeVjtxCwRe37f5rKQlXVvdfmjHk2kln4H8DcK3r5Qd/+2hd9BeMsp2GImTrkRSud1CZQlhhe5IgZOboSoWpGVMMy1iazWT06tAtiB2LRVhmsdUaFZDWAhGZ+UAvCPf+mnBOAylIj+U0GDrofhfTi25RK0gddG2f/p2M1HCu49O6wECGWkt2hVei233DkNJyLLLJVcvmhf+aXkV5TjMyaoxh/HdcV4DrA7KvYuWmWWKsINa9hlwAsdd/FYmJ6PjRkKWas2JoQ1C+qOzDxyQvn3CaUZFKD99pdsq0rBBZujqXQKZZ/hWb/CE74BI6fKmqQkiEPaD/7uADj04FEg6HVBZaMCyauOaK5b3VC97twbALZ1qVxYV6mU+zSEvnUbpnjjvRO0fSl9ZHA+rzkW73kX3GmHY0wAozEZbSy7QLuZlQ2QtHmBLr+APaGMdL1sFF9qFfzqKy0WDbSE0WS6hpAEJpTsjYmeBrnI8UmK3m++iEgyQPvZoH9LhUT+ek7XIfHZMe04BmC6wuO24/RfpmR6bQK9VMarFCYlBiWxg/z30vkP0KTpUi3o/cqFm7/Noxc0i2LVqM3E0Sy4= diff --git a/2019-setembro/node_modules/is-arrayish/LICENSE b/2019-setembro/node_modules/is-arrayish/LICENSE new file mode 100644 index 0000000..0a5f461 --- /dev/null +++ b/2019-setembro/node_modules/is-arrayish/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 JD Ballard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-arrayish/README.md b/2019-setembro/node_modules/is-arrayish/README.md new file mode 100644 index 0000000..7d36072 --- /dev/null +++ b/2019-setembro/node_modules/is-arrayish/README.md @@ -0,0 +1,16 @@ +# node-is-arrayish [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-is-arrayish.svg?style=flat-square)](https://travis-ci.org/Qix-/node-is-arrayish) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-is-arrayish.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-is-arrayish) +> Determines if an object can be used like an Array + +## Example +```javascript +var isArrayish = require('is-arrayish'); + +isArrayish([]); // true +isArrayish({__proto__: []}); // true +isArrayish({}); // false +isArrayish({length:10}); // false +``` + +## License +Licensed under the [MIT License](http://opensource.org/licenses/MIT). +You can find a copy of it in [LICENSE](LICENSE). diff --git a/2019-setembro/node_modules/is-arrayish/index.js b/2019-setembro/node_modules/is-arrayish/index.js new file mode 100644 index 0000000..5b97186 --- /dev/null +++ b/2019-setembro/node_modules/is-arrayish/index.js @@ -0,0 +1,10 @@ +'use strict'; + +module.exports = function isArrayish(obj) { + if (!obj) { + return false; + } + + return obj instanceof Array || Array.isArray(obj) || + (obj.length >= 0 && obj.splice instanceof Function); +}; diff --git a/2019-setembro/node_modules/is-arrayish/package.json b/2019-setembro/node_modules/is-arrayish/package.json new file mode 100644 index 0000000..8b2d1c3 --- /dev/null +++ b/2019-setembro/node_modules/is-arrayish/package.json @@ -0,0 +1,34 @@ +{ + "name": "is-arrayish", + "description": "Determines if an object can be used as an array", + "version": "0.2.1", + "author": "Qix (http://github.com/qix-)", + "keywords": [ + "is", + "array", + "duck", + "type", + "arrayish", + "similar", + "proto", + "prototype", + "type" + ], + "license": "MIT", + "scripts": { + "pretest": "xo", + "test": "mocha --compilers coffee:coffee-script/register" + }, + "repository": { + "type": "git", + "url": "https://github.com/qix-/node-is-arrayish.git" + }, + "devDependencies": { + "coffee-script": "^1.9.3", + "coveralls": "^2.11.2", + "istanbul": "^0.3.17", + "mocha": "^2.2.5", + "should": "^7.0.1", + "xo": "^0.6.1" + } +} diff --git a/2019-setembro/node_modules/is-binary-path/index.js b/2019-setembro/node_modules/is-binary-path/index.js new file mode 100644 index 0000000..6c8c7e7 --- /dev/null +++ b/2019-setembro/node_modules/is-binary-path/index.js @@ -0,0 +1,12 @@ +'use strict'; +var path = require('path'); +var binaryExtensions = require('binary-extensions'); +var exts = Object.create(null); + +binaryExtensions.forEach(function (el) { + exts[el] = true; +}); + +module.exports = function (filepath) { + return path.extname(filepath).slice(1).toLowerCase() in exts; +}; diff --git a/2019-setembro/node_modules/is-binary-path/license b/2019-setembro/node_modules/is-binary-path/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/2019-setembro/node_modules/is-binary-path/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-binary-path/package.json b/2019-setembro/node_modules/is-binary-path/package.json new file mode 100644 index 0000000..cd21d88 --- /dev/null +++ b/2019-setembro/node_modules/is-binary-path/package.json @@ -0,0 +1,39 @@ +{ + "name": "is-binary-path", + "version": "1.0.1", + "description": "Check if a filepath is a binary file", + "license": "MIT", + "repository": "sindresorhus/is-binary-path", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "node test.js" + }, + "files": [ + "index.js" + ], + "keywords": [ + "bin", + "binary", + "ext", + "extensions", + "extension", + "file", + "path", + "check", + "detect", + "is" + ], + "dependencies": { + "binary-extensions": "^1.0.0" + }, + "devDependencies": { + "ava": "0.0.4" + } +} diff --git a/2019-setembro/node_modules/is-binary-path/readme.md b/2019-setembro/node_modules/is-binary-path/readme.md new file mode 100644 index 0000000..a17d6a2 --- /dev/null +++ b/2019-setembro/node_modules/is-binary-path/readme.md @@ -0,0 +1,34 @@ +# is-binary-path [![Build Status](https://travis-ci.org/sindresorhus/is-binary-path.svg?branch=master)](https://travis-ci.org/sindresorhus/is-binary-path) + +> Check if a filepath is a binary file + + +## Install + +``` +$ npm install --save is-binary-path +``` + + +## Usage + +```js +var isBinaryPath = require('is-binary-path'); + +isBinaryPath('src/unicorn.png'); +//=> true + +isBinaryPath('src/unicorn.txt'); +//=> false +``` + + +## Related + +- [`binary-extensions`](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions +- [`is-text-path`](https://github.com/sindresorhus/is-text-path) - Check if a filepath is a text file + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/2019-setembro/node_modules/is-buffer/LICENSE b/2019-setembro/node_modules/is-buffer/LICENSE new file mode 100644 index 0000000..0c068ce --- /dev/null +++ b/2019-setembro/node_modules/is-buffer/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-buffer/README.md b/2019-setembro/node_modules/is-buffer/README.md new file mode 100644 index 0000000..cce0a8c --- /dev/null +++ b/2019-setembro/node_modules/is-buffer/README.md @@ -0,0 +1,53 @@ +# is-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] + +[travis-image]: https://img.shields.io/travis/feross/is-buffer/master.svg +[travis-url]: https://travis-ci.org/feross/is-buffer +[npm-image]: https://img.shields.io/npm/v/is-buffer.svg +[npm-url]: https://npmjs.org/package/is-buffer +[downloads-image]: https://img.shields.io/npm/dm/is-buffer.svg +[downloads-url]: https://npmjs.org/package/is-buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com + +#### Determine if an object is a [`Buffer`](http://nodejs.org/api/buffer.html) (including the [browserify Buffer](https://github.com/feross/buffer)) + +[![saucelabs][saucelabs-image]][saucelabs-url] + +[saucelabs-image]: https://saucelabs.com/browser-matrix/is-buffer.svg +[saucelabs-url]: https://saucelabs.com/u/is-buffer + +## Why not use `Buffer.isBuffer`? + +This module lets you check if an object is a `Buffer` without using `Buffer.isBuffer` (which includes the whole [buffer](https://github.com/feross/buffer) module in [browserify](http://browserify.org/)). + +It's future-proof and works in node too! + +## install + +```bash +npm install is-buffer +``` + +## usage + +```js +var isBuffer = require('is-buffer') + +isBuffer(new Buffer(4)) // true + +isBuffer(undefined) // false +isBuffer(null) // false +isBuffer('') // false +isBuffer(true) // false +isBuffer(false) // false +isBuffer(0) // false +isBuffer(1) // false +isBuffer(1.0) // false +isBuffer('string') // false +isBuffer({}) // false +isBuffer(function foo () {}) // false +``` + +## license + +MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org). diff --git a/2019-setembro/node_modules/is-buffer/index.js b/2019-setembro/node_modules/is-buffer/index.js new file mode 100644 index 0000000..9cce396 --- /dev/null +++ b/2019-setembro/node_modules/is-buffer/index.js @@ -0,0 +1,21 @@ +/*! + * Determine if an object is a Buffer + * + * @author Feross Aboukhadijeh + * @license MIT + */ + +// The _isBuffer check is for Safari 5-7 support, because it's missing +// Object.prototype.constructor. Remove this eventually +module.exports = function (obj) { + return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer) +} + +function isBuffer (obj) { + return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj) +} + +// For Node v0.10 support. Remove this eventually. +function isSlowBuffer (obj) { + return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0)) +} diff --git a/2019-setembro/node_modules/is-buffer/package.json b/2019-setembro/node_modules/is-buffer/package.json new file mode 100644 index 0000000..ea12137 --- /dev/null +++ b/2019-setembro/node_modules/is-buffer/package.json @@ -0,0 +1,51 @@ +{ + "name": "is-buffer", + "description": "Determine if an object is a Buffer", + "version": "1.1.6", + "author": { + "name": "Feross Aboukhadijeh", + "email": "feross@feross.org", + "url": "http://feross.org/" + }, + "bugs": { + "url": "https://github.com/feross/is-buffer/issues" + }, + "dependencies": {}, + "devDependencies": { + "standard": "*", + "tape": "^4.0.0", + "zuul": "^3.0.0" + }, + "keywords": [ + "buffer", + "buffers", + "type", + "core buffer", + "browser buffer", + "browserify", + "typed array", + "uint32array", + "int16array", + "int32array", + "float32array", + "float64array", + "browser", + "arraybuffer", + "dataview" + ], + "license": "MIT", + "main": "index.js", + "repository": { + "type": "git", + "url": "git://github.com/feross/is-buffer.git" + }, + "scripts": { + "test": "standard && npm run test-node && npm run test-browser", + "test-browser": "zuul -- test/*.js", + "test-browser-local": "zuul --local -- test/*.js", + "test-node": "tape test/*.js" + }, + "testling": { + "files": "test/*.js" + } +} diff --git a/2019-setembro/node_modules/is-buffer/test/basic.js b/2019-setembro/node_modules/is-buffer/test/basic.js new file mode 100644 index 0000000..be4f8e4 --- /dev/null +++ b/2019-setembro/node_modules/is-buffer/test/basic.js @@ -0,0 +1,24 @@ +var isBuffer = require('../') +var test = require('tape') + +test('is-buffer', function (t) { + t.equal(isBuffer(Buffer.alloc(4)), true, 'new Buffer(4)') + t.equal(isBuffer(Buffer.allocUnsafeSlow(100)), true, 'SlowBuffer(100)') + + t.equal(isBuffer(undefined), false, 'undefined') + t.equal(isBuffer(null), false, 'null') + t.equal(isBuffer(''), false, 'empty string') + t.equal(isBuffer(true), false, 'true') + t.equal(isBuffer(false), false, 'false') + t.equal(isBuffer(0), false, '0') + t.equal(isBuffer(1), false, '1') + t.equal(isBuffer(1.0), false, '1.0') + t.equal(isBuffer('string'), false, 'string') + t.equal(isBuffer({}), false, '{}') + t.equal(isBuffer([]), false, '[]') + t.equal(isBuffer(function foo () {}), false, 'function foo () {}') + t.equal(isBuffer({ isBuffer: null }), false, '{ isBuffer: null }') + t.equal(isBuffer({ isBuffer: function () { throw new Error() } }), false, '{ isBuffer: function () { throw new Error() } }') + + t.end() +}) diff --git a/2019-setembro/node_modules/is-callable/.editorconfig b/2019-setembro/node_modules/is-callable/.editorconfig new file mode 100644 index 0000000..bc228f8 --- /dev/null +++ b/2019-setembro/node_modules/is-callable/.editorconfig @@ -0,0 +1,20 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 150 + +[CHANGELOG.md] +indent_style = space +indent_size = 2 + +[*.json] +max_line_length = off + +[Makefile] +max_line_length = off diff --git a/2019-setembro/node_modules/is-callable/.eslintrc b/2019-setembro/node_modules/is-callable/.eslintrc new file mode 100644 index 0000000..db619b5 --- /dev/null +++ b/2019-setembro/node_modules/is-callable/.eslintrc @@ -0,0 +1,11 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "id-length": 0, + "max-statements": [2, 12], + "max-statements-per-line": [2, { "max": 2 }] + } +} diff --git a/2019-setembro/node_modules/is-callable/.istanbul.yml b/2019-setembro/node_modules/is-callable/.istanbul.yml new file mode 100644 index 0000000..9affe0b --- /dev/null +++ b/2019-setembro/node_modules/is-callable/.istanbul.yml @@ -0,0 +1,47 @@ +verbose: false +instrumentation: + root: . + extensions: + - .js + - .jsx + default-excludes: true + excludes: [] + variable: __coverage__ + compact: true + preserve-comments: false + complete-copy: false + save-baseline: false + baseline-file: ./coverage/coverage-baseline.raw.json + include-all-sources: false + include-pid: false + es-modules: false + auto-wrap: false +reporting: + print: summary + reports: + - html + dir: ./coverage + summarizer: pkg + report-config: {} + watermarks: + statements: [50, 80] + functions: [50, 80] + branches: [50, 80] + lines: [50, 80] +hooks: + hook-run-in-context: false + post-require-hook: null + handle-sigint: false +check: + global: + statements: 100 + lines: 100 + branches: 100 + functions: 100 + excludes: [] + each: + statements: 100 + lines: 100 + branches: 100 + functions: 100 + excludes: [] diff --git a/2019-setembro/node_modules/is-callable/.jscs.json b/2019-setembro/node_modules/is-callable/.jscs.json new file mode 100644 index 0000000..b4d9b8b --- /dev/null +++ b/2019-setembro/node_modules/is-callable/.jscs.json @@ -0,0 +1,176 @@ +{ + "es3": true, + + "additionalRules": [], + + "requireSemicolons": true, + + "disallowMultipleSpaces": true, + + "disallowIdentifierNames": [], + + "requireCurlyBraces": { + "allExcept": [], + "keywords": ["if", "else", "for", "while", "do", "try", "catch"] + }, + + "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], + + "disallowSpaceAfterKeywords": [], + + "disallowSpaceBeforeComma": true, + "disallowSpaceAfterComma": false, + "disallowSpaceBeforeSemicolon": true, + + "disallowNodeTypes": [ + "DebuggerStatement", + "ForInStatement", + "LabeledStatement", + "SwitchCase", + "SwitchStatement", + "WithStatement" + ], + + "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, + + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, + "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, + "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, + + "requireSpaceBetweenArguments": true, + + "disallowSpacesInsideParentheses": true, + + "disallowSpacesInsideArrayBrackets": true, + + "disallowQuotedKeysInObjects": { "allExcept": ["reserved"] }, + + "disallowSpaceAfterObjectKeys": true, + + "requireCommaBeforeLineBreak": true, + + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "requireSpaceAfterPrefixUnaryOperators": [], + + "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], + "requireSpaceBeforePostfixUnaryOperators": [], + + "disallowSpaceBeforeBinaryOperators": [], + "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + + "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + "disallowSpaceAfterBinaryOperators": [], + + "disallowImplicitTypeConversion": ["binary", "string"], + + "disallowKeywords": ["with", "eval"], + + "requireKeywordsOnNewLine": [], + "disallowKeywordsOnNewLine": ["else"], + + "requireLineFeedAtFileEnd": true, + + "disallowTrailingWhitespace": true, + + "disallowTrailingComma": true, + + "excludeFiles": ["node_modules/**", "vendor/**"], + + "disallowMultipleLineStrings": true, + + "requireDotNotation": { "allExcept": ["keywords"] }, + + "requireParenthesesAroundIIFE": true, + + "validateLineBreaks": "LF", + + "validateQuoteMarks": { + "escape": true, + "mark": "'" + }, + + "disallowOperatorBeforeLineBreak": [], + + "requireSpaceBeforeKeywords": [ + "do", + "for", + "if", + "else", + "switch", + "case", + "try", + "catch", + "finally", + "while", + "with", + "return" + ], + + "validateAlignedFunctionParameters": { + "lineBreakAfterOpeningBraces": true, + "lineBreakBeforeClosingBraces": true + }, + + "requirePaddingNewLinesBeforeExport": true, + + "validateNewlineAfterArrayElements": { + "maximum": 1 + }, + + "requirePaddingNewLinesAfterUseStrict": true, + + "disallowArrowFunctions": true, + + "disallowMultiLineTernary": true, + + "validateOrderInObjectKeys": "asc-insensitive", + + "disallowIdenticalDestructuringNames": true, + + "disallowNestedTernaries": { "maxLevel": 1 }, + + "requireSpaceAfterComma": { "allExcept": ["trailing"] }, + "requireAlignedMultilineParams": false, + + "requireSpacesInGenerator": { + "afterStar": true + }, + + "disallowSpacesInGenerator": { + "beforeStar": true + }, + + "disallowVar": false, + + "requireArrayDestructuring": false, + + "requireEnhancedObjectLiterals": false, + + "requireObjectDestructuring": false, + + "requireEarlyReturn": false, + + "requireCapitalizedConstructorsNew": { + "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] + }, + + "requireImportAlphabetized": false, + + "requireSpaceBeforeObjectValues": true, + "requireSpaceBeforeDestructuredValues": true, + + "disallowSpacesInsideTemplateStringPlaceholders": true, + + "disallowArrayDestructuringReturn": false, + + "requireNewlineBeforeSingleStatementsInIf": false, + + "disallowUnusedVariables": true, + + "requireSpacesInsideImportedObjectBraces": true, + + "requireUseStrict": true +} + diff --git a/2019-setembro/node_modules/is-callable/.travis.yml b/2019-setembro/node_modules/is-callable/.travis.yml new file mode 100644 index 0000000..767256c --- /dev/null +++ b/2019-setembro/node_modules/is-callable/.travis.yml @@ -0,0 +1,225 @@ +language: node_js +os: + - linux +node_js: + - "10.4" + - "9.11" + - "8.11" + - "7.10" + - "6.14" + - "5.12" + - "4.9" + - "iojs-v3.3" + - "iojs-v2.5" + - "iojs-v1.8" + - "0.12" + - "0.10" + - "0.8" +before_install: + - 'case "${TRAVIS_NODE_VERSION}" in 0.*) export NPM_CONFIG_STRICT_SSL=false ;; esac' + - 'nvm install-latest-npm' +install: + - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;' +script: + - 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi' + - 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi' + - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi' + - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi' +sudo: false +env: + - TEST=true +matrix: + fast_finish: true + include: + - node_js: "lts/*" + env: PRETEST=true + - node_js: "lts/*" + env: POSTTEST=true + - node_js: "4" + env: COVERAGE=true + - node_js: "10.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.13" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.12" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.4" + env: TEST=true ALLOW_FAILURE=true + allow_failures: + - os: osx + - env: TEST=true ALLOW_FAILURE=true + - env: COVERAGE=true diff --git a/2019-setembro/node_modules/is-callable/CHANGELOG.md b/2019-setembro/node_modules/is-callable/CHANGELOG.md new file mode 100644 index 0000000..58286a0 --- /dev/null +++ b/2019-setembro/node_modules/is-callable/CHANGELOG.md @@ -0,0 +1,56 @@ +1.1.4 / 2018-07-02 +================= + * [Fix] improve `class` and arrow function detection (#30, #31) + * [Tests] on all latest node minors; improve matrix + * [Dev Deps] update all dev deps + +1.1.3 / 2016-02-27 +================= + * [Fix] ensure “class “ doesn’t screw up “class” detection + * [Tests] up to `node` `v5.7`, `v4.3` + * [Dev Deps] update to `eslint` v2, `@ljharb/eslint-config`, `jscs` + +1.1.2 / 2016-01-15 +================= + * [Fix] Make sure comments don’t screw up “class” detection (#4) + * [Tests] up to `node` `v5.3` + * [Tests] Add `parallelshell`, run both `--es-staging` and stock tests at once + * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config` + * [Refactor] convert `isNonES6ClassFn` into `isES6ClassFn` + +1.1.1 / 2015-11-30 +================= + * [Fix] do not throw when a non-function has a function in its [[Prototype]] (#2) + * [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `jscs`, `nsp`, `semver` + * [Tests] up to `node` `v5.1` + * [Tests] no longer allow node 0.8 to fail. + * [Tests] fix npm upgrades in older nodes + +1.1.0 / 2015-10-02 +================= + * [Fix] Some browsers report TypedArray constructors as `typeof object` + * [New] return false for "class" constructors, when possible. + * [Tests] up to `io.js` `v3.3`, `node` `v4.1` + * [Dev Deps] update `eslint`, `editorconfig-tools`, `nsp`, `tape`, `semver`, `jscs`, `covert`, `make-arrow-function` + * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG + +1.0.4 / 2015-01-30 +================= + * If @@toStringTag is not present, use the old-school Object#toString test. + +1.0.3 / 2015-01-29 +================= + * Add tests to ensure arrow functions are callable. + * Refactor to aid optimization of non-try/catch code. + +1.0.2 / 2015-01-29 +================= + * Fix broken package.json + +1.0.1 / 2015-01-29 +================= + * Add early exit for typeof not "function" + +1.0.0 / 2015-01-29 +================= + * Initial release. diff --git a/2019-setembro/node_modules/is-callable/LICENSE b/2019-setembro/node_modules/is-callable/LICENSE new file mode 100644 index 0000000..b43df44 --- /dev/null +++ b/2019-setembro/node_modules/is-callable/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/2019-setembro/node_modules/is-callable/Makefile b/2019-setembro/node_modules/is-callable/Makefile new file mode 100644 index 0000000..b9e4fe1 --- /dev/null +++ b/2019-setembro/node_modules/is-callable/Makefile @@ -0,0 +1,61 @@ +# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. +$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) + + # The files that need updating when incrementing the version number. +VERSIONED_FILES := *.js *.json README* + + +# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. +# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment +# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. +export PATH := $(shell printf '%s' "$$PWD/node_modules/.bin:$$PATH") +UTILS := semver +# Make sure that all required utilities can be located. +UTIL_CHECK := $(or $(shell PATH="$(PATH)" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS))) + +# Default target (by virtue of being the first non '.'-prefixed in the file). +.PHONY: _no-target-specified +_no-target-specified: + $(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests) + +# Lists all targets defined in this makefile. +.PHONY: list +list: + @$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | command grep -v -e '^[^[:alnum:]]' -e '^$@$$command ' | sort + +# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS). +.PHONY: test +test: + @npm test + +.PHONY: _ensure-tag +_ensure-tag: +ifndef TAG + $(error Please invoke with `make TAG= release`, where is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number) +endif + +CHANGELOG_ERROR = $(error No CHANGELOG specified) +.PHONY: _ensure-changelog +_ensure-changelog: + @ (git status -sb --porcelain | command grep -E '^( M|[MA] ) CHANGELOG.md' > /dev/null) || (echo no CHANGELOG.md specified && exit 2) + +# Ensures that the git workspace is clean. +.PHONY: _ensure-clean +_ensure-clean: + @[ -z "$$((git status --porcelain --untracked-files=no || echo err) | command grep -v 'CHANGELOG.md')" ] || { echo "Workspace is not clean; please commit changes first." >&2; exit 2; } + +# Makes a release; invoke with `make TAG= release`. +.PHONY: release +release: _ensure-tag _ensure-changelog _ensure-clean + @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ + new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ + if printf "$$new_ver" | command grep -q '^[0-9]'; then \ + semver "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \ + semver -r "> $$old_ver" "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \ + else \ + new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ + fi; \ + printf "=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\n=== TYPE 'proceed' TO PROCEED, anything else to abort: " && read response && [ "$$response" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \ + replace "$$old_ver" "$$new_ver" -- $(VERSIONED_FILES) && \ + git commit -m "v$$new_ver" $(VERSIONED_FILES) CHANGELOG.md && \ + git tag -a -m "v$$new_ver" "v$$new_ver" diff --git a/2019-setembro/node_modules/is-callable/README.md b/2019-setembro/node_modules/is-callable/README.md new file mode 100644 index 0000000..0cb6587 --- /dev/null +++ b/2019-setembro/node_modules/is-callable/README.md @@ -0,0 +1,59 @@ +# is-callable [![Version Badge][2]][1] + +[![Build Status][3]][4] +[![dependency status][5]][6] +[![dev dependency status][7]][8] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][11]][1] + +[![browser support][9]][10] + +Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. + +## Example + +```js +var isCallable = require('is-callable'); +var assert = require('assert'); + +assert.notOk(isCallable(undefined)); +assert.notOk(isCallable(null)); +assert.notOk(isCallable(false)); +assert.notOk(isCallable(true)); +assert.notOk(isCallable([])); +assert.notOk(isCallable({})); +assert.notOk(isCallable(/a/g)); +assert.notOk(isCallable(new RegExp('a', 'g'))); +assert.notOk(isCallable(new Date())); +assert.notOk(isCallable(42)); +assert.notOk(isCallable(NaN)); +assert.notOk(isCallable(Infinity)); +assert.notOk(isCallable(new Number(42))); +assert.notOk(isCallable('foo')); +assert.notOk(isCallable(Object('foo'))); + +assert.ok(isCallable(function () {})); +assert.ok(isCallable(function* () {})); +assert.ok(isCallable(x => x * x)); +``` + +## Tests +Simply clone the repo, `npm install`, and run `npm test` + +[1]: https://npmjs.org/package/is-callable +[2]: http://versionbadg.es/ljharb/is-callable.svg +[3]: https://travis-ci.org/ljharb/is-callable.svg +[4]: https://travis-ci.org/ljharb/is-callable +[5]: https://david-dm.org/ljharb/is-callable.svg +[6]: https://david-dm.org/ljharb/is-callable +[7]: https://david-dm.org/ljharb/is-callable/dev-status.svg +[8]: https://david-dm.org/ljharb/is-callable#info=devDependencies +[9]: https://ci.testling.com/ljharb/is-callable.png +[10]: https://ci.testling.com/ljharb/is-callable +[11]: https://nodei.co/npm/is-callable.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/is-callable.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/is-callable.svg +[downloads-url]: http://npm-stat.com/charts.html?package=is-callable diff --git a/2019-setembro/node_modules/is-callable/index.js b/2019-setembro/node_modules/is-callable/index.js new file mode 100644 index 0000000..d9820b5 --- /dev/null +++ b/2019-setembro/node_modules/is-callable/index.js @@ -0,0 +1,37 @@ +'use strict'; + +var fnToStr = Function.prototype.toString; + +var constructorRegex = /^\s*class\b/; +var isES6ClassFn = function isES6ClassFunction(value) { + try { + var fnStr = fnToStr.call(value); + return constructorRegex.test(fnStr); + } catch (e) { + return false; // not a function + } +}; + +var tryFunctionObject = function tryFunctionToStr(value) { + try { + if (isES6ClassFn(value)) { return false; } + fnToStr.call(value); + return true; + } catch (e) { + return false; + } +}; +var toStr = Object.prototype.toString; +var fnClass = '[object Function]'; +var genClass = '[object GeneratorFunction]'; +var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol'; + +module.exports = function isCallable(value) { + if (!value) { return false; } + if (typeof value !== 'function' && typeof value !== 'object') { return false; } + if (typeof value === 'function' && !value.prototype) { return true; } + if (hasToStringTag) { return tryFunctionObject(value); } + if (isES6ClassFn(value)) { return false; } + var strClass = toStr.call(value); + return strClass === fnClass || strClass === genClass; +}; diff --git a/2019-setembro/node_modules/is-callable/package.json b/2019-setembro/node_modules/is-callable/package.json new file mode 100644 index 0000000..475a27d --- /dev/null +++ b/2019-setembro/node_modules/is-callable/package.json @@ -0,0 +1,94 @@ +{ + "name": "is-callable", + "version": "1.1.4", + "author": { + "name": "Jordan Harband", + "email": "ljharb@gmail.com", + "url": "http://ljharb.codes" + }, + "contributors": [ + { + "name": "Jordan Harband", + "email": "ljharb@gmail.com", + "url": "http://ljharb.codes" + } + ], + "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.", + "license": "MIT", + "main": "index.js", + "scripts": { + "pretest": "npm run --silent lint", + "test": "npm run --silent tests-only", + "posttest": "npm run --silent security", + "tests-only": "npm run --silent test:stock && npm run --silent test:staging", + "test:stock": "node test.js", + "test:staging": "node --es-staging test.js", + "coverage": "npm run --silent istanbul", + "covert": "covert test.js", + "covert:quiet": "covert test.js --quiet", + "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check", + "istanbul:clean": "rimraf coverage coverage-std coverage-harmony", + "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html", + "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test.js --dir coverage-harmony", + "istanbul:std": "istanbul cover test.js --report html --dir coverage-std", + "prelint": "editorconfig-tools check *", + "lint": "npm run jscs && npm run eslint", + "jscs": "jscs *.js", + "eslint": "eslint *.js", + "security": "nsp check" + }, + "repository": { + "type": "git", + "url": "git://github.com/ljharb/is-callable.git" + }, + "keywords": [ + "Function", + "function", + "callable", + "generator", + "generator function", + "arrow", + "arrow function", + "ES6", + "toStringTag", + "@@toStringTag" + ], + "dependencies": {}, + "devDependencies": { + "@ljharb/eslint-config": "^12.2.1", + "covert": "^1.1.0", + "editorconfig-tools": "^0.1.1", + "eslint": "^4.19.1", + "foreach": "^2.0.5", + "istanbul": "1.1.0-alpha.1", + "istanbul-merge": "^1.1.1", + "jscs": "^3.0.7", + "make-arrow-function": "^1.1.0", + "make-generator-function": "^1.1.0", + "nsp": "^3.2.1", + "rimraf": "^2.6.2", + "semver": "^5.5.0", + "tape": "^4.9.1" + }, + "testling": { + "files": "test.js", + "browsers": [ + "iexplore/6.0..latest", + "firefox/3.0..6.0", + "firefox/15.0..latest", + "firefox/nightly", + "chrome/4.0..10.0", + "chrome/20.0..latest", + "chrome/canary", + "opera/10.0..latest", + "opera/next", + "safari/4.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/2019-setembro/node_modules/is-callable/test.js b/2019-setembro/node_modules/is-callable/test.js new file mode 100644 index 0000000..f5be51d --- /dev/null +++ b/2019-setembro/node_modules/is-callable/test.js @@ -0,0 +1,158 @@ +'use strict'; + +/* eslint no-magic-numbers: 1 */ + +var test = require('tape'); +var isCallable = require('./'); +var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol'; +var genFn = require('make-generator-function'); +var arrowFn = require('make-arrow-function')(); +var weirdlyCommentedArrowFn; +var asyncFn; +var asyncArrowFn; +try { + /* eslint no-new-func: 0 */ + weirdlyCommentedArrowFn = Function('return cl/*/**/=>/**/ass - 1;')(); + asyncFn = Function('return async function foo() {};')(); + asyncArrowFn = Function('return async () => {};')(); +} catch (e) { /**/ } +var forEach = require('foreach'); + +var noop = function () {}; +var classFake = function classFake() { }; // eslint-disable-line func-name-matching +var returnClass = function () { return ' class '; }; +var return3 = function () { return 3; }; +/* for coverage */ +noop(); +classFake(); +returnClass(); +return3(); +/* end for coverage */ + +var invokeFunction = function invokeFunctionString(str) { + var result; + try { + /* eslint-disable no-new-func */ + var fn = Function(str); + /* eslint-enable no-new-func */ + result = fn(); + } catch (e) {} + return result; +}; + +var classConstructor = invokeFunction('"use strict"; return class Foo {}'); + +var commentedClass = invokeFunction('"use strict"; return class/*kkk*/\n//blah\n Bar\n//blah\n {}'); +var commentedClassOneLine = invokeFunction('"use strict"; return class/**/A{}'); +var classAnonymous = invokeFunction('"use strict"; return class{}'); +var classAnonymousCommentedOneLine = invokeFunction('"use strict"; return class/*/*/{}'); + +test('not callables', function (t) { + t.test('non-number/string primitives', function (st) { + st.notOk(isCallable(), 'undefined is not callable'); + st.notOk(isCallable(null), 'null is not callable'); + st.notOk(isCallable(false), 'false is not callable'); + st.notOk(isCallable(true), 'true is not callable'); + st.end(); + }); + + t.notOk(isCallable([]), 'array is not callable'); + t.notOk(isCallable({}), 'object is not callable'); + t.notOk(isCallable(/a/g), 'regex literal is not callable'); + t.notOk(isCallable(new RegExp('a', 'g')), 'regex object is not callable'); + t.notOk(isCallable(new Date()), 'new Date() is not callable'); + + t.test('numbers', function (st) { + st.notOk(isCallable(42), 'number is not callable'); + st.notOk(isCallable(Object(42)), 'number object is not callable'); + st.notOk(isCallable(NaN), 'NaN is not callable'); + st.notOk(isCallable(Infinity), 'Infinity is not callable'); + st.end(); + }); + + t.test('strings', function (st) { + st.notOk(isCallable('foo'), 'string primitive is not callable'); + st.notOk(isCallable(Object('foo')), 'string object is not callable'); + st.end(); + }); + + t.test('non-function with function in its [[Prototype]] chain', function (st) { + var Foo = function Bar() {}; + Foo.prototype = noop; + st.equal(true, isCallable(Foo), 'sanity check: Foo is callable'); + st.equal(false, isCallable(new Foo()), 'instance of Foo is not callable'); + st.end(); + }); + + t.end(); +}); + +test('@@toStringTag', { skip: !hasSymbols || !Symbol.toStringTag }, function (t) { + var fakeFunction = { + toString: function () { return String(return3); }, + valueOf: return3 + }; + fakeFunction[Symbol.toStringTag] = 'Function'; + t.equal(String(fakeFunction), String(return3)); + t.equal(Number(fakeFunction), return3()); + t.notOk(isCallable(fakeFunction), 'fake Function with @@toStringTag "Function" is not callable'); + t.end(); +}); + +var typedArrayNames = [ + 'Int8Array', + 'Uint8Array', + 'Uint8ClampedArray', + 'Int16Array', + 'Uint16Array', + 'Int32Array', + 'Uint32Array', + 'Float32Array', + 'Float64Array' +]; + +test('Functions', function (t) { + t.ok(isCallable(noop), 'function is callable'); + t.ok(isCallable(classFake), 'function with name containing "class" is callable'); + t.ok(isCallable(returnClass), 'function with string " class " is callable'); + t.ok(isCallable(isCallable), 'isCallable is callable'); + t.end(); +}); + +test('Typed Arrays', function (st) { + forEach(typedArrayNames, function (typedArray) { + /* istanbul ignore if : covered in node 0.6 */ + if (typeof global[typedArray] === 'undefined') { + st.comment('# SKIP typed array "' + typedArray + '" not supported'); + } else { + st.ok(isCallable(global[typedArray]), typedArray + ' is callable'); + } + }); + st.end(); +}); + +test('Generators', { skip: !genFn }, function (t) { + t.ok(isCallable(genFn), 'generator function is callable'); + t.end(); +}); + +test('Arrow functions', { skip: !arrowFn }, function (t) { + t.ok(isCallable(arrowFn), 'arrow function is callable'); + t.ok(isCallable(weirdlyCommentedArrowFn), 'weirdly commented arrow functions are callable'); + t.end(); +}); + +test('"Class" constructors', { skip: !classConstructor || !commentedClass || !commentedClassOneLine || !classAnonymous }, function (t) { + t.notOk(isCallable(classConstructor), 'class constructors are not callable'); + t.notOk(isCallable(commentedClass), 'class constructors with comments in the signature are not callable'); + t.notOk(isCallable(commentedClassOneLine), 'one-line class constructors with comments in the signature are not callable'); + t.notOk(isCallable(classAnonymous), 'anonymous class constructors are not callable'); + t.notOk(isCallable(classAnonymousCommentedOneLine), 'anonymous one-line class constructors with comments in the signature are not callable'); + t.end(); +}); + +test('`async function`s', { skip: !asyncFn }, function (t) { + t.ok(isCallable(asyncFn), '`async function`s are callable'); + t.ok(isCallable(asyncArrowFn), '`async` arrow functions are callable'); + t.end(); +}); diff --git a/2019-setembro/node_modules/is-data-descriptor/LICENSE b/2019-setembro/node_modules/is-data-descriptor/LICENSE new file mode 100644 index 0000000..e33d14b --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-data-descriptor/README.md b/2019-setembro/node_modules/is-data-descriptor/README.md new file mode 100644 index 0000000..42b0714 --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/README.md @@ -0,0 +1,161 @@ +# is-data-descriptor [![NPM version](https://img.shields.io/npm/v/is-data-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-data-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-data-descriptor.svg?style=flat)](https://npmjs.org/package/is-data-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-data-descriptor.svg?style=flat)](https://npmjs.org/package/is-data-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-data-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-data-descriptor) + +> Returns true if a value has the characteristics of a valid JavaScript data descriptor. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-data-descriptor +``` + +## Usage + +```js +var isDataDesc = require('is-data-descriptor'); +``` + +## Examples + +`true` when the descriptor has valid properties with valid values. + +```js +// `value` can be anything +isDataDesc({value: 'foo'}) +isDataDesc({value: function() {}}) +isDataDesc({value: true}) +//=> true +``` + +`false` when not an object + +```js +isDataDesc('a') +//=> false +isDataDesc(null) +//=> false +isDataDesc([]) +//=> false +``` + +`false` when the object has invalid properties + +```js +isDataDesc({value: 'foo', bar: 'baz'}) +//=> false +isDataDesc({value: 'foo', bar: 'baz'}) +//=> false +isDataDesc({value: 'foo', get: function(){}}) +//=> false +isDataDesc({get: function(){}, value: 'foo'}) +//=> false +``` + +`false` when a value is not the correct type + +```js +isDataDesc({value: 'foo', enumerable: 'foo'}) +//=> false +isDataDesc({value: 'foo', configurable: 'foo'}) +//=> false +isDataDesc({value: 'foo', writable: 'foo'}) +//=> false +``` + +## Valid properties + +The only valid data descriptor properties are the following: + +* `configurable` (required) +* `enumerable` (required) +* `value` (optional) +* `writable` (optional) + +To be a valid data descriptor, either `value` or `writable` must be defined. + +**Invalid properties** + +A descriptor may have additional _invalid_ properties (an error will **not** be thrown). + +```js +var foo = {}; + +Object.defineProperty(foo, 'bar', { + enumerable: true, + whatever: 'blah', // invalid, but doesn't cause an error + get: function() { + return 'baz'; + } +}); + +console.log(foo.bar); +//=> 'baz' +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") +* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") +* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 21 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [realityking](https://github.com/realityking) | + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-data-descriptor/index.js b/2019-setembro/node_modules/is-data-descriptor/index.js new file mode 100644 index 0000000..cfeae36 --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/index.js @@ -0,0 +1,49 @@ +/*! + * is-data-descriptor + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); + +module.exports = function isDataDescriptor(obj, prop) { + // data descriptor properties + var data = { + configurable: 'boolean', + enumerable: 'boolean', + writable: 'boolean' + }; + + if (typeOf(obj) !== 'object') { + return false; + } + + if (typeof prop === 'string') { + var val = Object.getOwnPropertyDescriptor(obj, prop); + return typeof val !== 'undefined'; + } + + if (!('value' in obj) && !('writable' in obj)) { + return false; + } + + for (var key in obj) { + if (key === 'value') continue; + + if (!data.hasOwnProperty(key)) { + continue; + } + + if (typeOf(obj[key]) === data[key]) { + continue; + } + + if (typeof obj[key] !== 'undefined') { + return false; + } + } + return true; +}; diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/CHANGELOG.md b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/CHANGELOG.md new file mode 100644 index 0000000..fb30b06 --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/CHANGELOG.md @@ -0,0 +1,157 @@ +# Release history + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +
+ Guiding Principles + +- Changelogs are for humans, not machines. +- There should be an entry for every single version. +- The same types of changes should be grouped. +- Versions and sections should be linkable. +- The latest version comes first. +- The release date of each versions is displayed. +- Mention whether you follow Semantic Versioning. + +
+ +
+ Types of changes + +Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): + +- `Added` for new features. +- `Changed` for changes in existing functionality. +- `Deprecated` for soon-to-be removed features. +- `Removed` for now removed features. +- `Fixed` for any bug fixes. +- `Security` in case of vulnerabilities. + +
+ +## [6.0.0] - 2017-10-13 + +- refactor code to be more performant +- refactor benchmarks + +## [5.1.0] - 2017-10-13 + +**Added** + +- Merge pull request #15 from aretecode/patch-1 +- adds support and tests for string & array iterators + +**Changed** + +- updates benchmarks + +## [5.0.2] - 2017-08-02 + +- Merge pull request #14 from struct78/master +- Added `undefined` check + +## [5.0.0] - 2017-06-21 + +- Merge pull request #12 from aretecode/iterator +- Set Iterator + Map Iterator +- streamline `isbuffer`, minor edits + +## [4.0.0] - 2017-05-19 + +- Merge pull request #8 from tunnckoCore/master +- update deps + +## [3.2.2] - 2017-05-16 + +- fix version + +## [3.2.1] - 2017-05-16 + +- add browserify + +## [3.2.0] - 2017-04-25 + +- Merge pull request #10 from ksheedlo/unrequire-buffer +- add `promise` support and tests +- Remove unnecessary `Buffer` check + +## [3.1.0] - 2016-12-07 + +- Merge pull request #7 from laggingreflex/err +- add support for `error` and tests +- run update + +## [3.0.4] - 2016-07-29 + +- move tests +- run update + +## [3.0.3] - 2016-05-03 + +- fix prepublish script +- remove unused dep + +## [3.0.0] - 2015-11-17 + +- add typed array support +- Merge pull request #5 from miguelmota/typed-arrays +- adds new tests + +## [2.0.1] - 2015-08-21 + +- use `is-buffer` module + +## [2.0.0] - 2015-05-31 + +- Create fallback for `Array.isArray` if used as a browser package +- Merge pull request #2 from dtothefp/patch-1 +- Merge pull request #3 from pdehaan/patch-1 +- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master +- optimizations, mostly date and regex + +## [1.1.0] - 2015-02-09 + +- adds `buffer` support +- adds tests for `buffer` + +## [1.0.0] - 2015-01-19 + +- update benchmarks +- optimizations based on benchmarks + +## [0.1.2] - 2014-10-26 + +- return `typeof` value if it's not an object. very slight speed improvement +- use `.slice` +- adds benchmarks + +## [0.1.0] - 2014-9-26 + +- first commit + +[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0 +[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0 +[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2 +[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1 +[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0 +[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0 +[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2 +[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1 +[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0 +[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0 +[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4 +[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3 +[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0 +[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1 +[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0 +[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0 +[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0 +[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2 +[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87 + +[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog + diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE new file mode 100644 index 0000000..3f2eca1 --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/README.md b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/README.md new file mode 100644 index 0000000..4b0d4a8 --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/README.md @@ -0,0 +1,365 @@ +# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) + +> Get the native type of a value. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save kind-of +``` + +Install with [bower](https://bower.io/) + +```sh +$ bower install kind-of --save +``` + +## Why use this? + +1. [it's fast](#benchmarks) | [optimizations](#optimizations) +2. [better type checking](#better-type-checking) + +## Usage + +> es5, es6, and browser ready + +```js +var kindOf = require('kind-of'); + +kindOf(undefined); +//=> 'undefined' + +kindOf(null); +//=> 'null' + +kindOf(true); +//=> 'boolean' + +kindOf(false); +//=> 'boolean' + +kindOf(new Buffer('')); +//=> 'buffer' + +kindOf(42); +//=> 'number' + +kindOf('str'); +//=> 'string' + +kindOf(arguments); +//=> 'arguments' + +kindOf({}); +//=> 'object' + +kindOf(Object.create(null)); +//=> 'object' + +kindOf(new Test()); +//=> 'object' + +kindOf(new Date()); +//=> 'date' + +kindOf([1, 2, 3]); +//=> 'array' + +kindOf(/foo/); +//=> 'regexp' + +kindOf(new RegExp('foo')); +//=> 'regexp' + +kindOf(new Error('error')); +//=> 'error' + +kindOf(function () {}); +//=> 'function' + +kindOf(function * () {}); +//=> 'generatorfunction' + +kindOf(Symbol('str')); +//=> 'symbol' + +kindOf(new Map()); +//=> 'map' + +kindOf(new WeakMap()); +//=> 'weakmap' + +kindOf(new Set()); +//=> 'set' + +kindOf(new WeakSet()); +//=> 'weakset' + +kindOf(new Int8Array()); +//=> 'int8array' + +kindOf(new Uint8Array()); +//=> 'uint8array' + +kindOf(new Uint8ClampedArray()); +//=> 'uint8clampedarray' + +kindOf(new Int16Array()); +//=> 'int16array' + +kindOf(new Uint16Array()); +//=> 'uint16array' + +kindOf(new Int32Array()); +//=> 'int32array' + +kindOf(new Uint32Array()); +//=> 'uint32array' + +kindOf(new Float32Array()); +//=> 'float32array' + +kindOf(new Float64Array()); +//=> 'float64array' +``` + +## Benchmarks + +Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). + +```bash +# arguments (32 bytes) + kind-of x 17,024,098 ops/sec ±1.90% (86 runs sampled) + lib-type-of x 11,926,235 ops/sec ±1.34% (83 runs sampled) + lib-typeof x 9,245,257 ops/sec ±1.22% (87 runs sampled) + + fastest is kind-of (by 161% avg) + +# array (22 bytes) + kind-of x 17,196,492 ops/sec ±1.07% (88 runs sampled) + lib-type-of x 8,838,283 ops/sec ±1.02% (87 runs sampled) + lib-typeof x 8,677,848 ops/sec ±0.87% (87 runs sampled) + + fastest is kind-of (by 196% avg) + +# boolean (24 bytes) + kind-of x 16,841,600 ops/sec ±1.10% (86 runs sampled) + lib-type-of x 8,096,787 ops/sec ±0.95% (87 runs sampled) + lib-typeof x 8,423,345 ops/sec ±1.15% (86 runs sampled) + + fastest is kind-of (by 204% avg) + +# buffer (38 bytes) + kind-of x 14,848,060 ops/sec ±1.05% (86 runs sampled) + lib-type-of x 3,671,577 ops/sec ±1.49% (87 runs sampled) + lib-typeof x 8,360,236 ops/sec ±1.24% (86 runs sampled) + + fastest is kind-of (by 247% avg) + +# date (30 bytes) + kind-of x 16,067,761 ops/sec ±1.58% (86 runs sampled) + lib-type-of x 8,954,436 ops/sec ±1.40% (87 runs sampled) + lib-typeof x 8,488,307 ops/sec ±1.51% (84 runs sampled) + + fastest is kind-of (by 184% avg) + +# error (36 bytes) + kind-of x 9,634,090 ops/sec ±1.12% (89 runs sampled) + lib-type-of x 7,735,624 ops/sec ±1.32% (86 runs sampled) + lib-typeof x 7,442,160 ops/sec ±1.11% (90 runs sampled) + + fastest is kind-of (by 127% avg) + +# function (34 bytes) + kind-of x 10,031,494 ops/sec ±1.27% (86 runs sampled) + lib-type-of x 9,502,757 ops/sec ±1.17% (89 runs sampled) + lib-typeof x 8,278,985 ops/sec ±1.08% (88 runs sampled) + + fastest is kind-of (by 113% avg) + +# null (24 bytes) + kind-of x 18,159,808 ops/sec ±1.92% (86 runs sampled) + lib-type-of x 12,927,635 ops/sec ±1.01% (88 runs sampled) + lib-typeof x 7,958,234 ops/sec ±1.21% (89 runs sampled) + + fastest is kind-of (by 174% avg) + +# number (22 bytes) + kind-of x 17,846,779 ops/sec ±0.91% (85 runs sampled) + lib-type-of x 3,316,636 ops/sec ±1.19% (86 runs sampled) + lib-typeof x 2,329,477 ops/sec ±2.21% (85 runs sampled) + + fastest is kind-of (by 632% avg) + +# object-plain (47 bytes) + kind-of x 7,085,155 ops/sec ±1.05% (88 runs sampled) + lib-type-of x 8,870,930 ops/sec ±1.06% (83 runs sampled) + lib-typeof x 8,716,024 ops/sec ±1.05% (87 runs sampled) + + fastest is lib-type-of (by 112% avg) + +# regex (25 bytes) + kind-of x 14,196,052 ops/sec ±1.65% (84 runs sampled) + lib-type-of x 9,554,164 ops/sec ±1.25% (88 runs sampled) + lib-typeof x 8,359,691 ops/sec ±1.07% (87 runs sampled) + + fastest is kind-of (by 158% avg) + +# string (33 bytes) + kind-of x 16,131,428 ops/sec ±1.41% (85 runs sampled) + lib-type-of x 7,273,172 ops/sec ±1.05% (87 runs sampled) + lib-typeof x 7,382,635 ops/sec ±1.17% (85 runs sampled) + + fastest is kind-of (by 220% avg) + +# symbol (34 bytes) + kind-of x 17,011,537 ops/sec ±1.24% (86 runs sampled) + lib-type-of x 3,492,454 ops/sec ±1.23% (89 runs sampled) + lib-typeof x 7,471,235 ops/sec ±2.48% (87 runs sampled) + + fastest is kind-of (by 310% avg) + +# template-strings (36 bytes) + kind-of x 15,434,250 ops/sec ±1.46% (83 runs sampled) + lib-type-of x 7,157,907 ops/sec ±0.97% (87 runs sampled) + lib-typeof x 7,517,986 ops/sec ±0.92% (86 runs sampled) + + fastest is kind-of (by 210% avg) + +# undefined (29 bytes) + kind-of x 19,167,115 ops/sec ±1.71% (87 runs sampled) + lib-type-of x 15,477,740 ops/sec ±1.63% (85 runs sampled) + lib-typeof x 19,075,495 ops/sec ±1.17% (83 runs sampled) + + fastest is lib-typeof,kind-of + +``` + +## Optimizations + +In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: + +1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. +2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. +3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` +4. There is no reason to make the code in a microlib as terse as possible, just to win points for making it shorter. It's always better to favor performant code over terse code. You will always only be using a single `require()` statement to use the library anyway, regardless of how the code is written. + +## Better type checking + +kind-of seems to be more consistently "correct" than other type checking libs I've looked at. For example, here are some differing results from other popular libs: + +### [typeof](https://github.com/CodingFu/typeof) lib + +Incorrectly identifies instances of custom constructors (pretty common): + +```js +var typeOf = require('typeof'); +function Test() {} +console.log(typeOf(new Test())); +//=> 'test' +``` + +Returns `object` instead of `arguments`: + +```js +function foo() { + console.log(typeOf(arguments)) //=> 'object' +} +foo(); +``` + +### [type-of](https://github.com/ForbesLindesay/type-of) lib + +Incorrectly returns `object` for generator functions, buffers, `Map`, `Set`, `WeakMap` and `WeakSet`: + +```js +function * foo() {} +console.log(typeOf(foo)); +//=> 'object' +console.log(typeOf(new Buffer(''))); +//=> 'object' +console.log(typeOf(new Map())); +//=> 'object' +console.log(typeOf(new Set())); +//=> 'object' +console.log(typeOf(new WeakMap())); +//=> 'object' +console.log(typeOf(new WeakSet())); +//=> 'object' +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 98 | [jonschlinkert](https://github.com/jonschlinkert) | +| 3 | [aretecode](https://github.com/aretecode) | +| 2 | [miguelmota](https://github.com/miguelmota) | +| 1 | [dtothefp](https://github.com/dtothefp) | +| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) | +| 1 | [ksheedlo](https://github.com/ksheedlo) | +| 1 | [pdehaan](https://github.com/pdehaan) | +| 1 | [laggingreflex](https://github.com/laggingreflex) | +| 1 | [charlike-old](https://github.com/charlike-old) | + +### Author + +**Jon Schlinkert** + +* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/index.js b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/index.js new file mode 100644 index 0000000..aa2bb39 --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/index.js @@ -0,0 +1,129 @@ +var toString = Object.prototype.toString; + +module.exports = function kindOf(val) { + if (val === void 0) return 'undefined'; + if (val === null) return 'null'; + + var type = typeof val; + if (type === 'boolean') return 'boolean'; + if (type === 'string') return 'string'; + if (type === 'number') return 'number'; + if (type === 'symbol') return 'symbol'; + if (type === 'function') { + return isGeneratorFn(val) ? 'generatorfunction' : 'function'; + } + + if (isArray(val)) return 'array'; + if (isBuffer(val)) return 'buffer'; + if (isArguments(val)) return 'arguments'; + if (isDate(val)) return 'date'; + if (isError(val)) return 'error'; + if (isRegexp(val)) return 'regexp'; + + switch (ctorName(val)) { + case 'Symbol': return 'symbol'; + case 'Promise': return 'promise'; + + // Set, Map, WeakSet, WeakMap + case 'WeakMap': return 'weakmap'; + case 'WeakSet': return 'weakset'; + case 'Map': return 'map'; + case 'Set': return 'set'; + + // 8-bit typed arrays + case 'Int8Array': return 'int8array'; + case 'Uint8Array': return 'uint8array'; + case 'Uint8ClampedArray': return 'uint8clampedarray'; + + // 16-bit typed arrays + case 'Int16Array': return 'int16array'; + case 'Uint16Array': return 'uint16array'; + + // 32-bit typed arrays + case 'Int32Array': return 'int32array'; + case 'Uint32Array': return 'uint32array'; + case 'Float32Array': return 'float32array'; + case 'Float64Array': return 'float64array'; + } + + if (isGeneratorObj(val)) { + return 'generator'; + } + + // Non-plain objects + type = toString.call(val); + switch (type) { + case '[object Object]': return 'object'; + // iterators + case '[object Map Iterator]': return 'mapiterator'; + case '[object Set Iterator]': return 'setiterator'; + case '[object String Iterator]': return 'stringiterator'; + case '[object Array Iterator]': return 'arrayiterator'; + } + + // other + return type.slice(8, -1).toLowerCase().replace(/\s/g, ''); +}; + +function ctorName(val) { + return val.constructor ? val.constructor.name : null; +} + +function isArray(val) { + if (Array.isArray) return Array.isArray(val); + return val instanceof Array; +} + +function isError(val) { + return val instanceof Error || (typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number'); +} + +function isDate(val) { + if (val instanceof Date) return true; + return typeof val.toDateString === 'function' + && typeof val.getDate === 'function' + && typeof val.setDate === 'function'; +} + +function isRegexp(val) { + if (val instanceof RegExp) return true; + return typeof val.flags === 'string' + && typeof val.ignoreCase === 'boolean' + && typeof val.multiline === 'boolean' + && typeof val.global === 'boolean'; +} + +function isGeneratorFn(name, val) { + return ctorName(name) === 'GeneratorFunction'; +} + +function isGeneratorObj(val) { + return typeof val.throw === 'function' + && typeof val.return === 'function' + && typeof val.next === 'function'; +} + +function isArguments(val) { + try { + if (typeof val.length === 'number' && typeof val.callee === 'function') { + return true; + } + } catch (err) { + if (err.message.indexOf('callee') !== -1) { + return true; + } + } + return false; +} + +/** + * If you need to support Safari 5-7 (8-10 yr-old browser), + * take a look at https://github.com/feross/is-buffer + */ + +function isBuffer(val) { + if (val.constructor && typeof val.constructor.isBuffer === 'function') { + return val.constructor.isBuffer(val); + } + return false; +} diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/package.json b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/package.json new file mode 100644 index 0000000..73d70ae --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/package.json @@ -0,0 +1,88 @@ +{ + "name": "kind-of", + "description": "Get the native type of a value.", + "version": "6.0.2", + "homepage": "https://github.com/jonschlinkert/kind-of", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "David Fox-Powell (https://dtothefp.github.io/me)", + "James (https://twitter.com/aretecode)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Ken Sheedlo (kensheedlo.com)", + "laggingreflex (https://github.com/laggingreflex)", + "Miguel Mota (https://miguelmota.com)", + "Peter deHaan (http://about.me/peterdehaan)", + "tunnckoCore (https://i.am.charlike.online)" + ], + "repository": "jonschlinkert/kind-of", + "bugs": { + "url": "https://github.com/jonschlinkert/kind-of/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js -s index --bare" + }, + "devDependencies": { + "benchmarked": "^2.0.0", + "browserify": "^14.4.0", + "gulp-format-md": "^1.0.0", + "mocha": "^4.0.1", + "write": "^1.0.3" + }, + "keywords": [ + "arguments", + "array", + "boolean", + "check", + "date", + "function", + "is", + "is-type", + "is-type-of", + "kind", + "kind-of", + "number", + "object", + "of", + "regexp", + "string", + "test", + "type", + "type-of", + "typeof", + "types" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "related": { + "list": [ + "is-glob", + "is-number", + "is-primitive" + ] + }, + "reflinks": [ + "type-of", + "typeof", + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/is-data-descriptor/package.json b/2019-setembro/node_modules/is-data-descriptor/package.json new file mode 100644 index 0000000..0b09383 --- /dev/null +++ b/2019-setembro/node_modules/is-data-descriptor/package.json @@ -0,0 +1,72 @@ +{ + "name": "is-data-descriptor", + "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", + "version": "1.0.0", + "homepage": "https://github.com/jonschlinkert/is-data-descriptor", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Rouven Weßling (www.rouvenwessling.de)" + ], + "repository": "jonschlinkert/is-data-descriptor", + "bugs": { + "url": "https://github.com/jonschlinkert/is-data-descriptor/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "kind-of": "^6.0.0" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "keywords": [ + "accessor", + "check", + "data", + "descriptor", + "get", + "getter", + "is", + "keys", + "object", + "properties", + "property", + "set", + "setter", + "type", + "valid", + "value" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "is-accessor-descriptor", + "is-data-descriptor", + "is-descriptor", + "isobject" + ] + }, + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/is-date-object/.eslintrc b/2019-setembro/node_modules/is-date-object/.eslintrc new file mode 100644 index 0000000..1228f97 --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/.eslintrc @@ -0,0 +1,9 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "max-statements": [2, 12] + } +} diff --git a/2019-setembro/node_modules/is-date-object/.jscs.json b/2019-setembro/node_modules/is-date-object/.jscs.json new file mode 100644 index 0000000..040bb68 --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/.jscs.json @@ -0,0 +1,122 @@ +{ + "es3": true, + + "additionalRules": [], + + "requireSemicolons": true, + + "disallowMultipleSpaces": true, + + "disallowIdentifierNames": [], + + "requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch"], + + "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], + + "disallowSpaceAfterKeywords": [], + + "disallowSpaceBeforeComma": true, + "disallowSpaceBeforeSemicolon": true, + + "disallowNodeTypes": [ + "DebuggerStatement", + "ForInStatement", + "LabeledStatement", + "SwitchCase", + "SwitchStatement", + "WithStatement" + ], + + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, + "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, + "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, + + "requireSpaceBetweenArguments": true, + + "disallowSpacesInsideParentheses": true, + + "disallowSpacesInsideArrayBrackets": true, + + "disallowQuotedKeysInObjects": "allButReserved", + + "disallowSpaceAfterObjectKeys": true, + + "requireCommaBeforeLineBreak": true, + + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "requireSpaceAfterPrefixUnaryOperators": [], + + "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], + "requireSpaceBeforePostfixUnaryOperators": [], + + "disallowSpaceBeforeBinaryOperators": [], + "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + + "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + "disallowSpaceAfterBinaryOperators": [], + + "disallowImplicitTypeConversion": ["binary", "string"], + + "disallowKeywords": ["with", "eval"], + + "requireKeywordsOnNewLine": [], + "disallowKeywordsOnNewLine": ["else"], + + "requireLineFeedAtFileEnd": true, + + "disallowTrailingWhitespace": true, + + "disallowTrailingComma": true, + + "excludeFiles": ["node_modules/**", "vendor/**"], + + "disallowMultipleLineStrings": true, + + "requireDotNotation": true, + + "requireParenthesesAroundIIFE": true, + + "validateLineBreaks": "LF", + + "validateQuoteMarks": { + "escape": true, + "mark": "'" + }, + + "disallowOperatorBeforeLineBreak": [], + + "requireSpaceBeforeKeywords": [ + "do", + "for", + "if", + "else", + "switch", + "case", + "try", + "catch", + "finally", + "while", + "with", + "return" + ], + + "validateAlignedFunctionParameters": { + "lineBreakAfterOpeningBraces": true, + "lineBreakBeforeClosingBraces": true + }, + + "requirePaddingNewLinesBeforeExport": true, + + "validateNewlineAfterArrayElements": { + "maximum": 1 + }, + + "requirePaddingNewLinesAfterUseStrict": true, + + "disallowArrowFunctions": true, + + "validateOrderInObjectKeys": "asc-insensitive" +} + diff --git a/2019-setembro/node_modules/is-date-object/.npmignore b/2019-setembro/node_modules/is-date-object/.npmignore new file mode 100644 index 0000000..59d842b --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/.npmignore @@ -0,0 +1,28 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# Commenting this out is preferred by some people, see +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- +node_modules + +# Users Environment Variables +.lock-wscript diff --git a/2019-setembro/node_modules/is-date-object/.travis.yml b/2019-setembro/node_modules/is-date-object/.travis.yml new file mode 100644 index 0000000..4c29ed5 --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/.travis.yml @@ -0,0 +1,58 @@ +language: node_js +node_js: + - "4.1" + - "4.0" + - "iojs-v3.3" + - "iojs-v3.2" + - "iojs-v3.1" + - "iojs-v3.0" + - "iojs-v2.5" + - "iojs-v2.4" + - "iojs-v2.3" + - "iojs-v2.2" + - "iojs-v2.1" + - "iojs-v2.0" + - "iojs-v1.8" + - "iojs-v1.7" + - "iojs-v1.6" + - "iojs-v1.5" + - "iojs-v1.4" + - "iojs-v1.3" + - "iojs-v1.2" + - "iojs-v1.1" + - "iojs-v1.0" + - "0.12" + - "0.11" + - "0.10" + - "0.9" + - "0.8" + - "0.6" + - "0.4" +before_install: + - '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] || npm install -g npm@1.4.28 && npm install -g npm' +sudo: false +matrix: + fast_finish: true + allow_failures: + - node_js: "4.0" + - node_js: "iojs-v3.2" + - node_js: "iojs-v3.1" + - node_js: "iojs-v3.0" + - node_js: "iojs-v2.4" + - node_js: "iojs-v2.3" + - node_js: "iojs-v2.2" + - node_js: "iojs-v2.1" + - node_js: "iojs-v2.0" + - node_js: "iojs-v1.7" + - node_js: "iojs-v1.6" + - node_js: "iojs-v1.5" + - node_js: "iojs-v1.4" + - node_js: "iojs-v1.3" + - node_js: "iojs-v1.2" + - node_js: "iojs-v1.1" + - node_js: "iojs-v1.0" + - node_js: "0.11" + - node_js: "0.9" + - node_js: "0.8" + - node_js: "0.6" + - node_js: "0.4" diff --git a/2019-setembro/node_modules/is-date-object/CHANGELOG.md b/2019-setembro/node_modules/is-date-object/CHANGELOG.md new file mode 100644 index 0000000..4a7eab6 --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/CHANGELOG.md @@ -0,0 +1,10 @@ +1.0.1 / 2015-09-27 +================= + * [Fix] If `@@toStringTag` is not present, use the old-school `Object#toString` test + * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG + * [Dev Deps] update `is`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape`, `jscs`, `nsp`, `covert` + * [Tests] up to `io.js` `v3.3`, `node` `v4.1` + +1.0.0 / 2015-01-28 +================= + * Initial release. diff --git a/2019-setembro/node_modules/is-date-object/LICENSE b/2019-setembro/node_modules/is-date-object/LICENSE new file mode 100644 index 0000000..b43df44 --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/2019-setembro/node_modules/is-date-object/Makefile b/2019-setembro/node_modules/is-date-object/Makefile new file mode 100644 index 0000000..b9e4fe1 --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/Makefile @@ -0,0 +1,61 @@ +# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. +$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) + + # The files that need updating when incrementing the version number. +VERSIONED_FILES := *.js *.json README* + + +# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. +# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment +# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. +export PATH := $(shell printf '%s' "$$PWD/node_modules/.bin:$$PATH") +UTILS := semver +# Make sure that all required utilities can be located. +UTIL_CHECK := $(or $(shell PATH="$(PATH)" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS))) + +# Default target (by virtue of being the first non '.'-prefixed in the file). +.PHONY: _no-target-specified +_no-target-specified: + $(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests) + +# Lists all targets defined in this makefile. +.PHONY: list +list: + @$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | command grep -v -e '^[^[:alnum:]]' -e '^$@$$command ' | sort + +# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS). +.PHONY: test +test: + @npm test + +.PHONY: _ensure-tag +_ensure-tag: +ifndef TAG + $(error Please invoke with `make TAG= release`, where is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number) +endif + +CHANGELOG_ERROR = $(error No CHANGELOG specified) +.PHONY: _ensure-changelog +_ensure-changelog: + @ (git status -sb --porcelain | command grep -E '^( M|[MA] ) CHANGELOG.md' > /dev/null) || (echo no CHANGELOG.md specified && exit 2) + +# Ensures that the git workspace is clean. +.PHONY: _ensure-clean +_ensure-clean: + @[ -z "$$((git status --porcelain --untracked-files=no || echo err) | command grep -v 'CHANGELOG.md')" ] || { echo "Workspace is not clean; please commit changes first." >&2; exit 2; } + +# Makes a release; invoke with `make TAG= release`. +.PHONY: release +release: _ensure-tag _ensure-changelog _ensure-clean + @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ + new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ + if printf "$$new_ver" | command grep -q '^[0-9]'; then \ + semver "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \ + semver -r "> $$old_ver" "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \ + else \ + new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ + fi; \ + printf "=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\n=== TYPE 'proceed' TO PROCEED, anything else to abort: " && read response && [ "$$response" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \ + replace "$$old_ver" "$$new_ver" -- $(VERSIONED_FILES) && \ + git commit -m "v$$new_ver" $(VERSIONED_FILES) CHANGELOG.md && \ + git tag -a -m "v$$new_ver" "v$$new_ver" diff --git a/2019-setembro/node_modules/is-date-object/README.md b/2019-setembro/node_modules/is-date-object/README.md new file mode 100644 index 0000000..55b0c59 --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/README.md @@ -0,0 +1,53 @@ +# is-date-object [![Version Badge][2]][1] + +[![Build Status][3]][4] +[![dependency status][5]][6] +[![dev dependency status][7]][8] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][11]][1] + +[![browser support][9]][10] + +Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. + +## Example + +```js +var isDate = require('is-date-object'); +var assert = require('assert'); + +assert.notOk(isDate(undefined)); +assert.notOk(isDate(null)); +assert.notOk(isDate(false)); +assert.notOk(isDate(true)); +assert.notOk(isDate(42)); +assert.notOk(isDate('foo')); +assert.notOk(isDate(function () {})); +assert.notOk(isDate([])); +assert.notOk(isDate({})); +assert.notOk(isDate(/a/g)); +assert.notOk(isDate(new RegExp('a', 'g'))); + +assert.ok(isDate(new Date())); +``` + +## Tests +Simply clone the repo, `npm install`, and run `npm test` + +[1]: https://npmjs.org/package/is-date-object +[2]: http://versionbadg.es/ljharb/is-date-object.svg +[3]: https://travis-ci.org/ljharb/is-date-object.svg +[4]: https://travis-ci.org/ljharb/is-date-object +[5]: https://david-dm.org/ljharb/is-date-object.svg +[6]: https://david-dm.org/ljharb/is-date-object +[7]: https://david-dm.org/ljharb/is-date-object/dev-status.svg +[8]: https://david-dm.org/ljharb/is-date-object#info=devDependencies +[9]: https://ci.testling.com/ljharb/is-date-object.png +[10]: https://ci.testling.com/ljharb/is-date-object +[11]: https://nodei.co/npm/is-date-object.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/is-date-object.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/is-date-object.svg +[downloads-url]: http://npm-stat.com/charts.html?package=is-date-object diff --git a/2019-setembro/node_modules/is-date-object/index.js b/2019-setembro/node_modules/is-date-object/index.js new file mode 100644 index 0000000..fe0d7ec --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/index.js @@ -0,0 +1,20 @@ +'use strict'; + +var getDay = Date.prototype.getDay; +var tryDateObject = function tryDateObject(value) { + try { + getDay.call(value); + return true; + } catch (e) { + return false; + } +}; + +var toStr = Object.prototype.toString; +var dateClass = '[object Date]'; +var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol'; + +module.exports = function isDateObject(value) { + if (typeof value !== 'object' || value === null) { return false; } + return hasToStringTag ? tryDateObject(value) : toStr.call(value) === dateClass; +}; diff --git a/2019-setembro/node_modules/is-date-object/package.json b/2019-setembro/node_modules/is-date-object/package.json new file mode 100644 index 0000000..3b9091b --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/package.json @@ -0,0 +1,63 @@ +{ + "name": "is-date-object", + "version": "1.0.1", + "author": "Jordan Harband", + "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", + "license": "MIT", + "main": "index.js", + "scripts": { + "test": "npm run lint && node --harmony --es-staging test.js && npm run security", + "coverage": "covert test.js", + "coverage-quiet": "covert test.js --quiet", + "lint": "npm run jscs && npm run eslint", + "jscs": "jscs test.js *.js", + "eslint": "eslint test.js *.js", + "security": "nsp package" + }, + "repository": { + "type": "git", + "url": "git://github.com/ljharb/is-date-object.git" + }, + "keywords": [ + "Date", + "ES6", + "toStringTag", + "@@toStringTag", + "Date object" + ], + "dependencies": {}, + "devDependencies": { + "foreach": "^2.0.5", + "is": "^3.1.0", + "tape": "^4.2.0", + "indexof": "^0.0.1", + "covert": "^1.1.0", + "jscs": "^2.1.1", + "nsp": "^1.1.0", + "eslint": "^1.5.1", + "@ljharb/eslint-config": "^1.2.0", + "semver": "^5.0.3" + }, + "testling": { + "files": "test.js", + "browsers": [ + "iexplore/6.0..latest", + "firefox/3.0..6.0", + "firefox/15.0..latest", + "firefox/nightly", + "chrome/4.0..10.0", + "chrome/20.0..latest", + "chrome/canary", + "opera/10.0..latest", + "opera/next", + "safari/4.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2" + ] + }, + "engines": { + "node": ">= 0.4" + } +} + diff --git a/2019-setembro/node_modules/is-date-object/test.js b/2019-setembro/node_modules/is-date-object/test.js new file mode 100644 index 0000000..29f0917 --- /dev/null +++ b/2019-setembro/node_modules/is-date-object/test.js @@ -0,0 +1,33 @@ +'use strict'; + +var test = require('tape'); +var isDate = require('./'); +var hasSymbols = typeof Symbol === 'function' && typeof Symbol() === 'symbol'; + +test('not Dates', function (t) { + t.notOk(isDate(), 'undefined is not Date'); + t.notOk(isDate(null), 'null is not Date'); + t.notOk(isDate(false), 'false is not Date'); + t.notOk(isDate(true), 'true is not Date'); + t.notOk(isDate(42), 'number is not Date'); + t.notOk(isDate('foo'), 'string is not Date'); + t.notOk(isDate([]), 'array is not Date'); + t.notOk(isDate({}), 'object is not Date'); + t.notOk(isDate(function () {}), 'function is not Date'); + t.notOk(isDate(/a/g), 'regex literal is not Date'); + t.notOk(isDate(new RegExp('a', 'g')), 'regex object is not Date'); + t.end(); +}); + +test('@@toStringTag', { skip: !hasSymbols || !Symbol.toStringTag }, function (t) { + var realDate = new Date(); + var fakeDate = { toString: function () { return String(realDate); }, valueOf: function () { return realDate.getTime(); } }; + fakeDate[Symbol.toStringTag] = 'Date'; + t.notOk(isDate(fakeDate), 'fake Date with @@toStringTag "Date" is not Date'); + t.end(); +}); + +test('Dates', function (t) { + t.ok(isDate(new Date()), 'new Date() is Date'); + t.end(); +}); diff --git a/2019-setembro/node_modules/is-descriptor/LICENSE b/2019-setembro/node_modules/is-descriptor/LICENSE new file mode 100644 index 0000000..c0d7f13 --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/is-descriptor/README.md b/2019-setembro/node_modules/is-descriptor/README.md new file mode 100644 index 0000000..658e533 --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/README.md @@ -0,0 +1,193 @@ +# is-descriptor [![NPM version](https://img.shields.io/npm/v/is-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-descriptor.svg?style=flat)](https://npmjs.org/package/is-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-descriptor.svg?style=flat)](https://npmjs.org/package/is-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-descriptor) + +> Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-descriptor +``` + +## Usage + +```js +var isDescriptor = require('is-descriptor'); + +isDescriptor({value: 'foo'}) +//=> true +isDescriptor({get: function(){}, set: function(){}}) +//=> true +isDescriptor({get: 'foo', set: function(){}}) +//=> false +``` + +You may also check for a descriptor by passing an object as the first argument and property name (`string`) as the second argument. + +```js +var obj = {}; +obj.foo = 'abc'; + +Object.defineProperty(obj, 'bar', { + value: 'xyz' +}); + +isDescriptor(obj, 'foo'); +//=> true +isDescriptor(obj, 'bar'); +//=> true +``` + +## Examples + +### value type + +`false` when not an object + +```js +isDescriptor('a'); +//=> false +isDescriptor(null); +//=> false +isDescriptor([]); +//=> false +``` + +### data descriptor + +`true` when the object has valid properties with valid values. + +```js +isDescriptor({value: 'foo'}); +//=> true +isDescriptor({value: noop}); +//=> true +``` + +`false` when the object has invalid properties + +```js +isDescriptor({value: 'foo', bar: 'baz'}); +//=> false +isDescriptor({value: 'foo', bar: 'baz'}); +//=> false +isDescriptor({value: 'foo', get: noop}); +//=> false +isDescriptor({get: noop, value: noop}); +//=> false +``` + +`false` when a value is not the correct type + +```js +isDescriptor({value: 'foo', enumerable: 'foo'}); +//=> false +isDescriptor({value: 'foo', configurable: 'foo'}); +//=> false +isDescriptor({value: 'foo', writable: 'foo'}); +//=> false +``` + +### accessor descriptor + +`true` when the object has valid properties with valid values. + +```js +isDescriptor({get: noop, set: noop}); +//=> true +isDescriptor({get: noop}); +//=> true +isDescriptor({set: noop}); +//=> true +``` + +`false` when the object has invalid properties + +```js +isDescriptor({get: noop, set: noop, bar: 'baz'}); +//=> false +isDescriptor({get: noop, writable: true}); +//=> false +isDescriptor({get: noop, value: true}); +//=> false +``` + +`false` when an accessor is not a function + +```js +isDescriptor({get: noop, set: 'baz'}); +//=> false +isDescriptor({get: 'foo', set: noop}); +//=> false +isDescriptor({get: 'foo', bar: 'baz'}); +//=> false +isDescriptor({get: 'foo', set: 'baz'}); +//=> false +``` + +`false` when a value is not the correct type + +```js +isDescriptor({get: noop, set: noop, enumerable: 'foo'}); +//=> false +isDescriptor({set: noop, configurable: 'foo'}); +//=> false +isDescriptor({get: noop, configurable: 'foo'}); +//=> false +``` + +## About + +### Related projects + +* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") +* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") +* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 24 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [doowb](https://github.com/doowb) | +| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 22, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-descriptor/index.js b/2019-setembro/node_modules/is-descriptor/index.js new file mode 100644 index 0000000..c9b91d7 --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/index.js @@ -0,0 +1,22 @@ +/*! + * is-descriptor + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); +var isAccessor = require('is-accessor-descriptor'); +var isData = require('is-data-descriptor'); + +module.exports = function isDescriptor(obj, key) { + if (typeOf(obj) !== 'object') { + return false; + } + if ('get' in obj) { + return isAccessor(obj, key); + } + return isData(obj, key); +}; diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/CHANGELOG.md b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/CHANGELOG.md new file mode 100644 index 0000000..fb30b06 --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/CHANGELOG.md @@ -0,0 +1,157 @@ +# Release history + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +
+ Guiding Principles + +- Changelogs are for humans, not machines. +- There should be an entry for every single version. +- The same types of changes should be grouped. +- Versions and sections should be linkable. +- The latest version comes first. +- The release date of each versions is displayed. +- Mention whether you follow Semantic Versioning. + +
+ +
+ Types of changes + +Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): + +- `Added` for new features. +- `Changed` for changes in existing functionality. +- `Deprecated` for soon-to-be removed features. +- `Removed` for now removed features. +- `Fixed` for any bug fixes. +- `Security` in case of vulnerabilities. + +
+ +## [6.0.0] - 2017-10-13 + +- refactor code to be more performant +- refactor benchmarks + +## [5.1.0] - 2017-10-13 + +**Added** + +- Merge pull request #15 from aretecode/patch-1 +- adds support and tests for string & array iterators + +**Changed** + +- updates benchmarks + +## [5.0.2] - 2017-08-02 + +- Merge pull request #14 from struct78/master +- Added `undefined` check + +## [5.0.0] - 2017-06-21 + +- Merge pull request #12 from aretecode/iterator +- Set Iterator + Map Iterator +- streamline `isbuffer`, minor edits + +## [4.0.0] - 2017-05-19 + +- Merge pull request #8 from tunnckoCore/master +- update deps + +## [3.2.2] - 2017-05-16 + +- fix version + +## [3.2.1] - 2017-05-16 + +- add browserify + +## [3.2.0] - 2017-04-25 + +- Merge pull request #10 from ksheedlo/unrequire-buffer +- add `promise` support and tests +- Remove unnecessary `Buffer` check + +## [3.1.0] - 2016-12-07 + +- Merge pull request #7 from laggingreflex/err +- add support for `error` and tests +- run update + +## [3.0.4] - 2016-07-29 + +- move tests +- run update + +## [3.0.3] - 2016-05-03 + +- fix prepublish script +- remove unused dep + +## [3.0.0] - 2015-11-17 + +- add typed array support +- Merge pull request #5 from miguelmota/typed-arrays +- adds new tests + +## [2.0.1] - 2015-08-21 + +- use `is-buffer` module + +## [2.0.0] - 2015-05-31 + +- Create fallback for `Array.isArray` if used as a browser package +- Merge pull request #2 from dtothefp/patch-1 +- Merge pull request #3 from pdehaan/patch-1 +- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master +- optimizations, mostly date and regex + +## [1.1.0] - 2015-02-09 + +- adds `buffer` support +- adds tests for `buffer` + +## [1.0.0] - 2015-01-19 + +- update benchmarks +- optimizations based on benchmarks + +## [0.1.2] - 2014-10-26 + +- return `typeof` value if it's not an object. very slight speed improvement +- use `.slice` +- adds benchmarks + +## [0.1.0] - 2014-9-26 + +- first commit + +[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0 +[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0 +[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2 +[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1 +[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0 +[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0 +[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2 +[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1 +[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0 +[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0 +[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4 +[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3 +[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0 +[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1 +[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0 +[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0 +[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0 +[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2 +[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87 + +[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog + diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/LICENSE new file mode 100644 index 0000000..3f2eca1 --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/README.md b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/README.md new file mode 100644 index 0000000..4b0d4a8 --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/README.md @@ -0,0 +1,365 @@ +# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) + +> Get the native type of a value. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save kind-of +``` + +Install with [bower](https://bower.io/) + +```sh +$ bower install kind-of --save +``` + +## Why use this? + +1. [it's fast](#benchmarks) | [optimizations](#optimizations) +2. [better type checking](#better-type-checking) + +## Usage + +> es5, es6, and browser ready + +```js +var kindOf = require('kind-of'); + +kindOf(undefined); +//=> 'undefined' + +kindOf(null); +//=> 'null' + +kindOf(true); +//=> 'boolean' + +kindOf(false); +//=> 'boolean' + +kindOf(new Buffer('')); +//=> 'buffer' + +kindOf(42); +//=> 'number' + +kindOf('str'); +//=> 'string' + +kindOf(arguments); +//=> 'arguments' + +kindOf({}); +//=> 'object' + +kindOf(Object.create(null)); +//=> 'object' + +kindOf(new Test()); +//=> 'object' + +kindOf(new Date()); +//=> 'date' + +kindOf([1, 2, 3]); +//=> 'array' + +kindOf(/foo/); +//=> 'regexp' + +kindOf(new RegExp('foo')); +//=> 'regexp' + +kindOf(new Error('error')); +//=> 'error' + +kindOf(function () {}); +//=> 'function' + +kindOf(function * () {}); +//=> 'generatorfunction' + +kindOf(Symbol('str')); +//=> 'symbol' + +kindOf(new Map()); +//=> 'map' + +kindOf(new WeakMap()); +//=> 'weakmap' + +kindOf(new Set()); +//=> 'set' + +kindOf(new WeakSet()); +//=> 'weakset' + +kindOf(new Int8Array()); +//=> 'int8array' + +kindOf(new Uint8Array()); +//=> 'uint8array' + +kindOf(new Uint8ClampedArray()); +//=> 'uint8clampedarray' + +kindOf(new Int16Array()); +//=> 'int16array' + +kindOf(new Uint16Array()); +//=> 'uint16array' + +kindOf(new Int32Array()); +//=> 'int32array' + +kindOf(new Uint32Array()); +//=> 'uint32array' + +kindOf(new Float32Array()); +//=> 'float32array' + +kindOf(new Float64Array()); +//=> 'float64array' +``` + +## Benchmarks + +Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). + +```bash +# arguments (32 bytes) + kind-of x 17,024,098 ops/sec ±1.90% (86 runs sampled) + lib-type-of x 11,926,235 ops/sec ±1.34% (83 runs sampled) + lib-typeof x 9,245,257 ops/sec ±1.22% (87 runs sampled) + + fastest is kind-of (by 161% avg) + +# array (22 bytes) + kind-of x 17,196,492 ops/sec ±1.07% (88 runs sampled) + lib-type-of x 8,838,283 ops/sec ±1.02% (87 runs sampled) + lib-typeof x 8,677,848 ops/sec ±0.87% (87 runs sampled) + + fastest is kind-of (by 196% avg) + +# boolean (24 bytes) + kind-of x 16,841,600 ops/sec ±1.10% (86 runs sampled) + lib-type-of x 8,096,787 ops/sec ±0.95% (87 runs sampled) + lib-typeof x 8,423,345 ops/sec ±1.15% (86 runs sampled) + + fastest is kind-of (by 204% avg) + +# buffer (38 bytes) + kind-of x 14,848,060 ops/sec ±1.05% (86 runs sampled) + lib-type-of x 3,671,577 ops/sec ±1.49% (87 runs sampled) + lib-typeof x 8,360,236 ops/sec ±1.24% (86 runs sampled) + + fastest is kind-of (by 247% avg) + +# date (30 bytes) + kind-of x 16,067,761 ops/sec ±1.58% (86 runs sampled) + lib-type-of x 8,954,436 ops/sec ±1.40% (87 runs sampled) + lib-typeof x 8,488,307 ops/sec ±1.51% (84 runs sampled) + + fastest is kind-of (by 184% avg) + +# error (36 bytes) + kind-of x 9,634,090 ops/sec ±1.12% (89 runs sampled) + lib-type-of x 7,735,624 ops/sec ±1.32% (86 runs sampled) + lib-typeof x 7,442,160 ops/sec ±1.11% (90 runs sampled) + + fastest is kind-of (by 127% avg) + +# function (34 bytes) + kind-of x 10,031,494 ops/sec ±1.27% (86 runs sampled) + lib-type-of x 9,502,757 ops/sec ±1.17% (89 runs sampled) + lib-typeof x 8,278,985 ops/sec ±1.08% (88 runs sampled) + + fastest is kind-of (by 113% avg) + +# null (24 bytes) + kind-of x 18,159,808 ops/sec ±1.92% (86 runs sampled) + lib-type-of x 12,927,635 ops/sec ±1.01% (88 runs sampled) + lib-typeof x 7,958,234 ops/sec ±1.21% (89 runs sampled) + + fastest is kind-of (by 174% avg) + +# number (22 bytes) + kind-of x 17,846,779 ops/sec ±0.91% (85 runs sampled) + lib-type-of x 3,316,636 ops/sec ±1.19% (86 runs sampled) + lib-typeof x 2,329,477 ops/sec ±2.21% (85 runs sampled) + + fastest is kind-of (by 632% avg) + +# object-plain (47 bytes) + kind-of x 7,085,155 ops/sec ±1.05% (88 runs sampled) + lib-type-of x 8,870,930 ops/sec ±1.06% (83 runs sampled) + lib-typeof x 8,716,024 ops/sec ±1.05% (87 runs sampled) + + fastest is lib-type-of (by 112% avg) + +# regex (25 bytes) + kind-of x 14,196,052 ops/sec ±1.65% (84 runs sampled) + lib-type-of x 9,554,164 ops/sec ±1.25% (88 runs sampled) + lib-typeof x 8,359,691 ops/sec ±1.07% (87 runs sampled) + + fastest is kind-of (by 158% avg) + +# string (33 bytes) + kind-of x 16,131,428 ops/sec ±1.41% (85 runs sampled) + lib-type-of x 7,273,172 ops/sec ±1.05% (87 runs sampled) + lib-typeof x 7,382,635 ops/sec ±1.17% (85 runs sampled) + + fastest is kind-of (by 220% avg) + +# symbol (34 bytes) + kind-of x 17,011,537 ops/sec ±1.24% (86 runs sampled) + lib-type-of x 3,492,454 ops/sec ±1.23% (89 runs sampled) + lib-typeof x 7,471,235 ops/sec ±2.48% (87 runs sampled) + + fastest is kind-of (by 310% avg) + +# template-strings (36 bytes) + kind-of x 15,434,250 ops/sec ±1.46% (83 runs sampled) + lib-type-of x 7,157,907 ops/sec ±0.97% (87 runs sampled) + lib-typeof x 7,517,986 ops/sec ±0.92% (86 runs sampled) + + fastest is kind-of (by 210% avg) + +# undefined (29 bytes) + kind-of x 19,167,115 ops/sec ±1.71% (87 runs sampled) + lib-type-of x 15,477,740 ops/sec ±1.63% (85 runs sampled) + lib-typeof x 19,075,495 ops/sec ±1.17% (83 runs sampled) + + fastest is lib-typeof,kind-of + +``` + +## Optimizations + +In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: + +1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. +2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. +3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` +4. There is no reason to make the code in a microlib as terse as possible, just to win points for making it shorter. It's always better to favor performant code over terse code. You will always only be using a single `require()` statement to use the library anyway, regardless of how the code is written. + +## Better type checking + +kind-of seems to be more consistently "correct" than other type checking libs I've looked at. For example, here are some differing results from other popular libs: + +### [typeof](https://github.com/CodingFu/typeof) lib + +Incorrectly identifies instances of custom constructors (pretty common): + +```js +var typeOf = require('typeof'); +function Test() {} +console.log(typeOf(new Test())); +//=> 'test' +``` + +Returns `object` instead of `arguments`: + +```js +function foo() { + console.log(typeOf(arguments)) //=> 'object' +} +foo(); +``` + +### [type-of](https://github.com/ForbesLindesay/type-of) lib + +Incorrectly returns `object` for generator functions, buffers, `Map`, `Set`, `WeakMap` and `WeakSet`: + +```js +function * foo() {} +console.log(typeOf(foo)); +//=> 'object' +console.log(typeOf(new Buffer(''))); +//=> 'object' +console.log(typeOf(new Map())); +//=> 'object' +console.log(typeOf(new Set())); +//=> 'object' +console.log(typeOf(new WeakMap())); +//=> 'object' +console.log(typeOf(new WeakSet())); +//=> 'object' +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 98 | [jonschlinkert](https://github.com/jonschlinkert) | +| 3 | [aretecode](https://github.com/aretecode) | +| 2 | [miguelmota](https://github.com/miguelmota) | +| 1 | [dtothefp](https://github.com/dtothefp) | +| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) | +| 1 | [ksheedlo](https://github.com/ksheedlo) | +| 1 | [pdehaan](https://github.com/pdehaan) | +| 1 | [laggingreflex](https://github.com/laggingreflex) | +| 1 | [charlike-old](https://github.com/charlike-old) | + +### Author + +**Jon Schlinkert** + +* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/index.js b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/index.js new file mode 100644 index 0000000..aa2bb39 --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/index.js @@ -0,0 +1,129 @@ +var toString = Object.prototype.toString; + +module.exports = function kindOf(val) { + if (val === void 0) return 'undefined'; + if (val === null) return 'null'; + + var type = typeof val; + if (type === 'boolean') return 'boolean'; + if (type === 'string') return 'string'; + if (type === 'number') return 'number'; + if (type === 'symbol') return 'symbol'; + if (type === 'function') { + return isGeneratorFn(val) ? 'generatorfunction' : 'function'; + } + + if (isArray(val)) return 'array'; + if (isBuffer(val)) return 'buffer'; + if (isArguments(val)) return 'arguments'; + if (isDate(val)) return 'date'; + if (isError(val)) return 'error'; + if (isRegexp(val)) return 'regexp'; + + switch (ctorName(val)) { + case 'Symbol': return 'symbol'; + case 'Promise': return 'promise'; + + // Set, Map, WeakSet, WeakMap + case 'WeakMap': return 'weakmap'; + case 'WeakSet': return 'weakset'; + case 'Map': return 'map'; + case 'Set': return 'set'; + + // 8-bit typed arrays + case 'Int8Array': return 'int8array'; + case 'Uint8Array': return 'uint8array'; + case 'Uint8ClampedArray': return 'uint8clampedarray'; + + // 16-bit typed arrays + case 'Int16Array': return 'int16array'; + case 'Uint16Array': return 'uint16array'; + + // 32-bit typed arrays + case 'Int32Array': return 'int32array'; + case 'Uint32Array': return 'uint32array'; + case 'Float32Array': return 'float32array'; + case 'Float64Array': return 'float64array'; + } + + if (isGeneratorObj(val)) { + return 'generator'; + } + + // Non-plain objects + type = toString.call(val); + switch (type) { + case '[object Object]': return 'object'; + // iterators + case '[object Map Iterator]': return 'mapiterator'; + case '[object Set Iterator]': return 'setiterator'; + case '[object String Iterator]': return 'stringiterator'; + case '[object Array Iterator]': return 'arrayiterator'; + } + + // other + return type.slice(8, -1).toLowerCase().replace(/\s/g, ''); +}; + +function ctorName(val) { + return val.constructor ? val.constructor.name : null; +} + +function isArray(val) { + if (Array.isArray) return Array.isArray(val); + return val instanceof Array; +} + +function isError(val) { + return val instanceof Error || (typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number'); +} + +function isDate(val) { + if (val instanceof Date) return true; + return typeof val.toDateString === 'function' + && typeof val.getDate === 'function' + && typeof val.setDate === 'function'; +} + +function isRegexp(val) { + if (val instanceof RegExp) return true; + return typeof val.flags === 'string' + && typeof val.ignoreCase === 'boolean' + && typeof val.multiline === 'boolean' + && typeof val.global === 'boolean'; +} + +function isGeneratorFn(name, val) { + return ctorName(name) === 'GeneratorFunction'; +} + +function isGeneratorObj(val) { + return typeof val.throw === 'function' + && typeof val.return === 'function' + && typeof val.next === 'function'; +} + +function isArguments(val) { + try { + if (typeof val.length === 'number' && typeof val.callee === 'function') { + return true; + } + } catch (err) { + if (err.message.indexOf('callee') !== -1) { + return true; + } + } + return false; +} + +/** + * If you need to support Safari 5-7 (8-10 yr-old browser), + * take a look at https://github.com/feross/is-buffer + */ + +function isBuffer(val) { + if (val.constructor && typeof val.constructor.isBuffer === 'function') { + return val.constructor.isBuffer(val); + } + return false; +} diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/package.json b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/package.json new file mode 100644 index 0000000..73d70ae --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/package.json @@ -0,0 +1,88 @@ +{ + "name": "kind-of", + "description": "Get the native type of a value.", + "version": "6.0.2", + "homepage": "https://github.com/jonschlinkert/kind-of", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "David Fox-Powell (https://dtothefp.github.io/me)", + "James (https://twitter.com/aretecode)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Ken Sheedlo (kensheedlo.com)", + "laggingreflex (https://github.com/laggingreflex)", + "Miguel Mota (https://miguelmota.com)", + "Peter deHaan (http://about.me/peterdehaan)", + "tunnckoCore (https://i.am.charlike.online)" + ], + "repository": "jonschlinkert/kind-of", + "bugs": { + "url": "https://github.com/jonschlinkert/kind-of/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js -s index --bare" + }, + "devDependencies": { + "benchmarked": "^2.0.0", + "browserify": "^14.4.0", + "gulp-format-md": "^1.0.0", + "mocha": "^4.0.1", + "write": "^1.0.3" + }, + "keywords": [ + "arguments", + "array", + "boolean", + "check", + "date", + "function", + "is", + "is-type", + "is-type-of", + "kind", + "kind-of", + "number", + "object", + "of", + "regexp", + "string", + "test", + "type", + "type-of", + "typeof", + "types" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "related": { + "list": [ + "is-glob", + "is-number", + "is-primitive" + ] + }, + "reflinks": [ + "type-of", + "typeof", + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/is-descriptor/package.json b/2019-setembro/node_modules/is-descriptor/package.json new file mode 100644 index 0000000..87b2975 --- /dev/null +++ b/2019-setembro/node_modules/is-descriptor/package.json @@ -0,0 +1,75 @@ +{ + "name": "is-descriptor", + "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", + "version": "1.0.2", + "homepage": "https://github.com/jonschlinkert/is-descriptor", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "(https://github.com/wtgtybhertgeghgtwtg)" + ], + "repository": "jonschlinkert/is-descriptor", + "bugs": { + "url": "https://github.com/jonschlinkert/is-descriptor/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "keywords": [ + "accessor", + "check", + "data", + "descriptor", + "get", + "getter", + "is", + "keys", + "object", + "properties", + "property", + "set", + "setter", + "type", + "valid", + "value" + ], + "verb": { + "related": { + "list": [ + "is-accessor-descriptor", + "is-data-descriptor", + "is-descriptor", + "isobject" + ] + }, + "plugins": [ + "gulp-format-md" + ], + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/is-extendable/LICENSE b/2019-setembro/node_modules/is-extendable/LICENSE new file mode 100644 index 0000000..65f90ac --- /dev/null +++ b/2019-setembro/node_modules/is-extendable/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-extendable/README.md b/2019-setembro/node_modules/is-extendable/README.md new file mode 100644 index 0000000..e4cfaeb --- /dev/null +++ b/2019-setembro/node_modules/is-extendable/README.md @@ -0,0 +1,72 @@ +# is-extendable [![NPM version](https://badge.fury.io/js/is-extendable.svg)](http://badge.fury.io/js/is-extendable) + +> Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?" + +## Install + +Install with [npm](https://www.npmjs.com/) + +```sh +$ npm i is-extendable --save +``` + +## Usage + +```js +var isExtendable = require('is-extendable'); +``` + +Returns true if the value is any of the following: + +* `array` +* `regexp` +* `plain object` +* `function` +* `date` +* `error` + +## Notes + +All objects in JavaScript can have keys, but it's a pain to check for this, since we ether need to verify that the value is not `null` or `undefined` and: + +* the value is not a primitive, or +* that the object is an `object`, `function` + +Also note that an `extendable` object is not the same as an [extensible object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible), which is one that (in es6) is not sealed, frozen, or marked as non-extensible using `preventExtensions`. + +## Related projects + +* [assign-deep](https://github.com/jonschlinkert/assign-deep): Deeply assign the enumerable properties of source objects to a destination object. +* [extend-shallow](https://github.com/jonschlinkert/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. +* [isobject](https://github.com/jonschlinkert/isobject): Returns true if the value is an object and not an array or null. +* [is-plain-object](https://github.com/jonschlinkert/is-plain-object): Returns true if an object was created by the `Object` constructor. +* [is-equal-shallow](https://github.com/jonschlinkert/is-equal-shallow): Does a shallow comparison of two objects, returning false if the keys or values differ. +* [kind-of](https://github.com/jonschlinkert/kind-of): Get the native type of a value. + +## Running tests + +Install dev dependencies: + +```sh +$ npm i -d && npm test +``` + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-extendable/issues/new) + +## Author + +**Jon Schlinkert** + ++ [github/jonschlinkert](https://github.com/jonschlinkert) ++ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2015 Jon Schlinkert +Released under the MIT license. + +*** + +_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on July 04, 2015._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-extendable/index.js b/2019-setembro/node_modules/is-extendable/index.js new file mode 100644 index 0000000..4ee71a4 --- /dev/null +++ b/2019-setembro/node_modules/is-extendable/index.js @@ -0,0 +1,13 @@ +/*! + * is-extendable + * + * Copyright (c) 2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +module.exports = function isExtendable(val) { + return typeof val !== 'undefined' && val !== null + && (typeof val === 'object' || typeof val === 'function'); +}; diff --git a/2019-setembro/node_modules/is-extendable/package.json b/2019-setembro/node_modules/is-extendable/package.json new file mode 100644 index 0000000..5dd006e --- /dev/null +++ b/2019-setembro/node_modules/is-extendable/package.json @@ -0,0 +1,51 @@ +{ + "name": "is-extendable", + "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"", + "version": "0.1.1", + "homepage": "https://github.com/jonschlinkert/is-extendable", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/is-extendable", + "bugs": { + "url": "https://github.com/jonschlinkert/is-extendable/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "devDependencies": { + "mocha": "*" + }, + "keywords": [ + "array", + "assign", + "check", + "date", + "extend", + "extensible", + "function", + "is", + "object", + "regex", + "test" + ], + "verbiage": { + "related": { + "list": [ + "isobject", + "is-plain-object", + "kind-of", + "is-extendable", + "is-equal-shallow", + "extend-shallow", + "assign-deep" + ] + } + } +} diff --git a/2019-setembro/node_modules/is-extglob/LICENSE b/2019-setembro/node_modules/is-extglob/LICENSE new file mode 100644 index 0000000..842218c --- /dev/null +++ b/2019-setembro/node_modules/is-extglob/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-extglob/README.md b/2019-setembro/node_modules/is-extglob/README.md new file mode 100644 index 0000000..0416af5 --- /dev/null +++ b/2019-setembro/node_modules/is-extglob/README.md @@ -0,0 +1,107 @@ +# is-extglob [![NPM version](https://img.shields.io/npm/v/is-extglob.svg?style=flat)](https://www.npmjs.com/package/is-extglob) [![NPM downloads](https://img.shields.io/npm/dm/is-extglob.svg?style=flat)](https://npmjs.org/package/is-extglob) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-extglob.svg?style=flat)](https://travis-ci.org/jonschlinkert/is-extglob) + +> Returns true if a string has an extglob. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-extglob +``` + +## Usage + +```js +var isExtglob = require('is-extglob'); +``` + +**True** + +```js +isExtglob('?(abc)'); +isExtglob('@(abc)'); +isExtglob('!(abc)'); +isExtglob('*(abc)'); +isExtglob('+(abc)'); +``` + +**False** + +Escaped extglobs: + +```js +isExtglob('\\?(abc)'); +isExtglob('\\@(abc)'); +isExtglob('\\!(abc)'); +isExtglob('\\*(abc)'); +isExtglob('\\+(abc)'); +``` + +Everything else... + +```js +isExtglob('foo.js'); +isExtglob('!foo.js'); +isExtglob('*.js'); +isExtglob('**/abc.js'); +isExtglob('abc/*.js'); +isExtglob('abc/(aaa|bbb).js'); +isExtglob('abc/[a-z].js'); +isExtglob('abc/{a,b}.js'); +isExtglob('abc/?.js'); +isExtglob('abc.js'); +isExtglob('abc/def/ghi.js'); +``` + +## History + +**v2.0** + +Adds support for escaping. Escaped exglobs no longer return true. + +## About + +### Related projects + +* [has-glob](https://www.npmjs.com/package/has-glob): Returns `true` if an array has a glob pattern. | [homepage](https://github.com/jonschlinkert/has-glob "Returns `true` if an array has a glob pattern.") +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ + +To generate the readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install -g verb verb-generate-readme && verb +``` + +### Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +### License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/is-extglob/blob/master/LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on October 12, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-extglob/index.js b/2019-setembro/node_modules/is-extglob/index.js new file mode 100644 index 0000000..c1d986f --- /dev/null +++ b/2019-setembro/node_modules/is-extglob/index.js @@ -0,0 +1,20 @@ +/*! + * is-extglob + * + * Copyright (c) 2014-2016, Jon Schlinkert. + * Licensed under the MIT License. + */ + +module.exports = function isExtglob(str) { + if (typeof str !== 'string' || str === '') { + return false; + } + + var match; + while ((match = /(\\).|([@?!+*]\(.*\))/g.exec(str))) { + if (match[2]) return true; + str = str.slice(match.index + match[0].length); + } + + return false; +}; diff --git a/2019-setembro/node_modules/is-extglob/package.json b/2019-setembro/node_modules/is-extglob/package.json new file mode 100644 index 0000000..7a90836 --- /dev/null +++ b/2019-setembro/node_modules/is-extglob/package.json @@ -0,0 +1,69 @@ +{ + "name": "is-extglob", + "description": "Returns true if a string has an extglob.", + "version": "2.1.1", + "homepage": "https://github.com/jonschlinkert/is-extglob", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/is-extglob", + "bugs": { + "url": "https://github.com/jonschlinkert/is-extglob/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "devDependencies": { + "gulp-format-md": "^0.1.10", + "mocha": "^3.0.2" + }, + "keywords": [ + "bash", + "braces", + "check", + "exec", + "expression", + "extglob", + "glob", + "globbing", + "globstar", + "is", + "match", + "matches", + "pattern", + "regex", + "regular", + "string", + "test" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "has-glob", + "is-glob", + "micromatch" + ] + }, + "reflinks": [ + "verb", + "verb-generate-readme" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/is-glob/LICENSE b/2019-setembro/node_modules/is-glob/LICENSE new file mode 100644 index 0000000..3f2eca1 --- /dev/null +++ b/2019-setembro/node_modules/is-glob/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-glob/README.md b/2019-setembro/node_modules/is-glob/README.md new file mode 100644 index 0000000..59444eb --- /dev/null +++ b/2019-setembro/node_modules/is-glob/README.md @@ -0,0 +1,206 @@ +# is-glob [![NPM version](https://img.shields.io/npm/v/is-glob.svg?style=flat)](https://www.npmjs.com/package/is-glob) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-glob.svg?style=flat)](https://npmjs.org/package/is-glob) [![NPM total downloads](https://img.shields.io/npm/dt/is-glob.svg?style=flat)](https://npmjs.org/package/is-glob) [![Linux Build Status](https://img.shields.io/travis/micromatch/is-glob.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/is-glob) [![Windows Build Status](https://img.shields.io/appveyor/ci/micromatch/is-glob.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/micromatch/is-glob) + +> Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-glob +``` + +You might also be interested in [is-valid-glob](https://github.com/jonschlinkert/is-valid-glob) and [has-glob](https://github.com/jonschlinkert/has-glob). + +## Usage + +```js +var isGlob = require('is-glob'); +``` + +### Default behavior + +**True** + +Patterns that have glob characters or regex patterns will return `true`: + +```js +isGlob('!foo.js'); +isGlob('*.js'); +isGlob('**/abc.js'); +isGlob('abc/*.js'); +isGlob('abc/(aaa|bbb).js'); +isGlob('abc/[a-z].js'); +isGlob('abc/{a,b}.js'); +//=> true +``` + +Extglobs + +```js +isGlob('abc/@(a).js'); +isGlob('abc/!(a).js'); +isGlob('abc/+(a).js'); +isGlob('abc/*(a).js'); +isGlob('abc/?(a).js'); +//=> true +``` + +**False** + +Escaped globs or extglobs return `false`: + +```js +isGlob('abc/\\@(a).js'); +isGlob('abc/\\!(a).js'); +isGlob('abc/\\+(a).js'); +isGlob('abc/\\*(a).js'); +isGlob('abc/\\?(a).js'); +isGlob('\\!foo.js'); +isGlob('\\*.js'); +isGlob('\\*\\*/abc.js'); +isGlob('abc/\\*.js'); +isGlob('abc/\\(aaa|bbb).js'); +isGlob('abc/\\[a-z].js'); +isGlob('abc/\\{a,b}.js'); +//=> false +``` + +Patterns that do not have glob patterns return `false`: + +```js +isGlob('abc.js'); +isGlob('abc/def/ghi.js'); +isGlob('foo.js'); +isGlob('abc/@.js'); +isGlob('abc/+.js'); +isGlob('abc/?.js'); +isGlob(); +isGlob(null); +//=> false +``` + +Arrays are also `false` (If you want to check if an array has a glob pattern, use [has-glob](https://github.com/jonschlinkert/has-glob)): + +```js +isGlob(['**/*.js']); +isGlob(['foo.js']); +//=> false +``` + +### Option strict + +When `options.strict === false` the behavior is less strict in determining if a pattern is a glob. Meaning that +some patterns that would return `false` may return `true`. This is done so that matching libraries like [micromatch](https://github.com/micromatch/micromatch) have a chance at determining if the pattern is a glob or not. + +**True** + +Patterns that have glob characters or regex patterns will return `true`: + +```js +isGlob('!foo.js', {strict: false}); +isGlob('*.js', {strict: false}); +isGlob('**/abc.js', {strict: false}); +isGlob('abc/*.js', {strict: false}); +isGlob('abc/(aaa|bbb).js', {strict: false}); +isGlob('abc/[a-z].js', {strict: false}); +isGlob('abc/{a,b}.js', {strict: false}); +//=> true +``` + +Extglobs + +```js +isGlob('abc/@(a).js', {strict: false}); +isGlob('abc/!(a).js', {strict: false}); +isGlob('abc/+(a).js', {strict: false}); +isGlob('abc/*(a).js', {strict: false}); +isGlob('abc/?(a).js', {strict: false}); +//=> true +``` + +**False** + +Escaped globs or extglobs return `false`: + +```js +isGlob('\\!foo.js', {strict: false}); +isGlob('\\*.js', {strict: false}); +isGlob('\\*\\*/abc.js', {strict: false}); +isGlob('abc/\\*.js', {strict: false}); +isGlob('abc/\\(aaa|bbb).js', {strict: false}); +isGlob('abc/\\[a-z].js', {strict: false}); +isGlob('abc/\\{a,b}.js', {strict: false}); +//=> false +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [assemble](https://www.npmjs.com/package/assemble): Get the rocks out of your socks! Assemble makes you fast at creating web projects… [more](https://github.com/assemble/assemble) | [homepage](https://github.com/assemble/assemble "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websit") +* [base](https://www.npmjs.com/package/base): Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks | [homepage](https://github.com/node-base/base "Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks") +* [update](https://www.npmjs.com/package/update): Be scalable! Update is a new, open source developer framework and CLI for automating updates… [more](https://github.com/update/update) | [homepage](https://github.com/update/update "Be scalable! Update is a new, open source developer framework and CLI for automating updates of any kind in code projects.") +* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… [more](https://github.com/verbose/verb) | [homepage](https://github.com/verbose/verb "Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used on hundreds of projects of all sizes to generate everything from API docs to readmes.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 47 | [jonschlinkert](https://github.com/jonschlinkert) | +| 5 | [doowb](https://github.com/doowb) | +| 1 | [phated](https://github.com/phated) | +| 1 | [danhper](https://github.com/danhper) | +| 1 | [paulmillr](https://github.com/paulmillr) | + +### Author + +**Jon Schlinkert** + +* [GitHub Profile](https://github.com/jonschlinkert) +* [Twitter Profile](https://twitter.com/jonschlinkert) +* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert) + +### License + +Copyright © 2019, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on March 27, 2019._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-glob/index.js b/2019-setembro/node_modules/is-glob/index.js new file mode 100644 index 0000000..5582651 --- /dev/null +++ b/2019-setembro/node_modules/is-glob/index.js @@ -0,0 +1,48 @@ +/*! + * is-glob + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +var isExtglob = require('is-extglob'); +var chars = { '{': '}', '(': ')', '[': ']'}; +var strictRegex = /\\(.)|(^!|\*|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/; +var relaxedRegex = /\\(.)|(^!|[*?{}()[\]]|\(\?)/; + +module.exports = function isGlob(str, options) { + if (typeof str !== 'string' || str === '') { + return false; + } + + if (isExtglob(str)) { + return true; + } + + var regex = strictRegex; + var match; + + // optionally relax regex + if (options && options.strict === false) { + regex = relaxedRegex; + } + + while ((match = regex.exec(str))) { + if (match[2]) return true; + var idx = match.index + match[0].length; + + // if an open bracket/brace/paren is escaped, + // set the index to the next closing character + var open = match[1]; + var close = open ? chars[open] : null; + if (open && close) { + var n = str.indexOf(close, idx); + if (n !== -1) { + idx = n + 1; + } + } + + str = str.slice(idx); + } + return false; +}; diff --git a/2019-setembro/node_modules/is-glob/package.json b/2019-setembro/node_modules/is-glob/package.json new file mode 100644 index 0000000..806000d --- /dev/null +++ b/2019-setembro/node_modules/is-glob/package.json @@ -0,0 +1,81 @@ +{ + "name": "is-glob", + "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.", + "version": "4.0.1", + "homepage": "https://github.com/micromatch/is-glob", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Daniel Perez (https://tuvistavie.com)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "micromatch/is-glob", + "bugs": { + "url": "https://github.com/micromatch/is-glob/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "devDependencies": { + "gulp-format-md": "^0.1.10", + "mocha": "^3.0.2" + }, + "keywords": [ + "bash", + "braces", + "check", + "exec", + "expression", + "extglob", + "glob", + "globbing", + "globstar", + "is", + "match", + "matches", + "pattern", + "regex", + "regular", + "string", + "test" + ], + "verb": { + "layout": "default", + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "assemble", + "base", + "update", + "verb" + ] + }, + "reflinks": [ + "assemble", + "bach", + "base", + "composer", + "gulp", + "has-glob", + "is-valid-glob", + "micromatch", + "npm", + "scaffold", + "verb", + "vinyl" + ] + } +} diff --git a/2019-setembro/node_modules/is-module/.npmignore b/2019-setembro/node_modules/is-module/.npmignore new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/2019-setembro/node_modules/is-module/.npmignore @@ -0,0 +1 @@ +test diff --git a/2019-setembro/node_modules/is-module/README.md b/2019-setembro/node_modules/is-module/README.md new file mode 100644 index 0000000..a098c5d --- /dev/null +++ b/2019-setembro/node_modules/is-module/README.md @@ -0,0 +1,41 @@ +# Is Module + +Check whether a source string looks like an ES6 module. +This doesn't actually execute the code, +and doesn't check other module types. +So source strings without any module loaders returns `false`. + +This is just what I need from https://github.com/yahoo/js-module-formats, which actually executes the sauce string in a subcontext. + +## API + +```js +var isES6Module = require('is-module'); + +console.log(isES6Module('import * from "emitter";')) // => true +``` + +## License + +(The MIT License) + +Copyright (c) 2014 segmentio <team@segment.io> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-module/component.json b/2019-setembro/node_modules/is-module/component.json new file mode 100644 index 0000000..2258ad2 --- /dev/null +++ b/2019-setembro/node_modules/is-module/component.json @@ -0,0 +1,11 @@ +{ + "name": "is-module", + "description": "check if a source string is an es6 module", + "keywords": ["es6", "module", "modules"], + "version": "1.0.0", + "license": "MIT", + "repo": "component/is-module", + "scripts": [ + "index.js" + ] +} diff --git a/2019-setembro/node_modules/is-module/index.js b/2019-setembro/node_modules/is-module/index.js new file mode 100644 index 0000000..fc7fbb9 --- /dev/null +++ b/2019-setembro/node_modules/is-module/index.js @@ -0,0 +1,11 @@ + +// no idea what these regular expressions do, +// but i extracted it from https://github.com/yahoo/js-module-formats/blob/master/index.js#L18 +var ES6ImportExportRegExp = /(?:^\s*|[}{\(\);,\n]\s*)(import\s+['"]|(import|module)\s+[^"'\(\)\n;]+\s+from\s+['"]|export\s+(\*|\{|default|function|var|const|let|[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*))/; + +var ES6AliasRegExp = /(?:^\s*|[}{\(\);,\n]\s*)(export\s*\*\s*from\s*(?:'([^']+)'|"([^"]+)"))/; + +module.exports = function (sauce) { + return ES6ImportExportRegExp.test(sauce) + || ES6AliasRegExp.test(sauce); +}; diff --git a/2019-setembro/node_modules/is-module/package.json b/2019-setembro/node_modules/is-module/package.json new file mode 100644 index 0000000..497d80a --- /dev/null +++ b/2019-setembro/node_modules/is-module/package.json @@ -0,0 +1,20 @@ +{ + "name": "is-module", + "description": "check if a source string is an es6 module", + "keywords": ["es6", "module", "modules"], + "version": "1.0.0", + "author": { + "name": "Jonathan Ong", + "email": "me@jongleberry.com", + "url": "http://jongleberry.com", + "twitter": "https://twitter.com/jongleberry" + }, + "license": "MIT", + "repository": "component/is-module", + "devDependencies": { + "mocha": "*" + }, + "scripts": { + "test": "mocha --reporter spec --bail" + } +} diff --git a/2019-setembro/node_modules/is-number/LICENSE b/2019-setembro/node_modules/is-number/LICENSE new file mode 100644 index 0000000..842218c --- /dev/null +++ b/2019-setembro/node_modules/is-number/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-number/README.md b/2019-setembro/node_modules/is-number/README.md new file mode 100644 index 0000000..281165d --- /dev/null +++ b/2019-setembro/node_modules/is-number/README.md @@ -0,0 +1,115 @@ +# is-number [![NPM version](https://img.shields.io/npm/v/is-number.svg?style=flat)](https://www.npmjs.com/package/is-number) [![NPM downloads](https://img.shields.io/npm/dm/is-number.svg?style=flat)](https://npmjs.org/package/is-number) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-number.svg?style=flat)](https://travis-ci.org/jonschlinkert/is-number) + +> Returns true if the value is a number. comprehensive tests. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-number +``` + +## Usage + +To understand some of the rationale behind the decisions made in this library (and to learn about some oddities of number evaluation in JavaScript), [see this gist](https://gist.github.com/jonschlinkert/e30c70c713da325d0e81). + +```js +var isNumber = require('is-number'); +``` + +### true + +See the [tests](./test.js) for more examples. + +```js +isNumber(5e3) //=> 'true' +isNumber(0xff) //=> 'true' +isNumber(-1.1) //=> 'true' +isNumber(0) //=> 'true' +isNumber(1) //=> 'true' +isNumber(1.1) //=> 'true' +isNumber(10) //=> 'true' +isNumber(10.10) //=> 'true' +isNumber(100) //=> 'true' +isNumber('-1.1') //=> 'true' +isNumber('0') //=> 'true' +isNumber('012') //=> 'true' +isNumber('0xff') //=> 'true' +isNumber('1') //=> 'true' +isNumber('1.1') //=> 'true' +isNumber('10') //=> 'true' +isNumber('10.10') //=> 'true' +isNumber('100') //=> 'true' +isNumber('5e3') //=> 'true' +isNumber(parseInt('012')) //=> 'true' +isNumber(parseFloat('012')) //=> 'true' +``` + +### False + +See the [tests](./test.js) for more examples. + +```js +isNumber('foo') //=> 'false' +isNumber([1]) //=> 'false' +isNumber([]) //=> 'false' +isNumber(function () {}) //=> 'false' +isNumber(Infinity) //=> 'false' +isNumber(NaN) //=> 'false' +isNumber(new Array('abc')) //=> 'false' +isNumber(new Array(2)) //=> 'false' +isNumber(new Buffer('abc')) //=> 'false' +isNumber(null) //=> 'false' +isNumber(undefined) //=> 'false' +isNumber({abc: 'abc'}) //=> 'false' +``` + +## About + +### Related projects + +* [even](https://www.npmjs.com/package/even): Get the even numbered items from an array. | [homepage](https://github.com/jonschlinkert/even "Get the even numbered items from an array.") +* [is-even](https://www.npmjs.com/package/is-even): Return true if the given number is even. | [homepage](https://github.com/jonschlinkert/is-even "Return true if the given number is even.") +* [is-odd](https://www.npmjs.com/package/is-odd): Returns true if the given number is odd. | [homepage](https://github.com/jonschlinkert/is-odd "Returns true if the given number is odd.") +* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") +* [odd](https://www.npmjs.com/package/odd): Get the odd numbered items from an array. | [homepage](https://github.com/jonschlinkert/odd "Get the odd numbered items from an array.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ + +To generate the readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install -g verb verb-generate-readme && verb +``` + +### Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +### License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/is-number/blob/master/LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.30, on September 10, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-number/index.js b/2019-setembro/node_modules/is-number/index.js new file mode 100644 index 0000000..7a2a45b --- /dev/null +++ b/2019-setembro/node_modules/is-number/index.js @@ -0,0 +1,22 @@ +/*! + * is-number + * + * Copyright (c) 2014-2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); + +module.exports = function isNumber(num) { + var type = typeOf(num); + + if (type === 'string') { + if (!num.trim()) return false; + } else if (type !== 'number') { + return false; + } + + return (num - num + 1) >= 0; +}; diff --git a/2019-setembro/node_modules/is-number/package.json b/2019-setembro/node_modules/is-number/package.json new file mode 100644 index 0000000..8c1f9ab --- /dev/null +++ b/2019-setembro/node_modules/is-number/package.json @@ -0,0 +1,83 @@ +{ + "name": "is-number", + "description": "Returns true if the value is a number. comprehensive tests.", + "version": "3.0.0", + "homepage": "https://github.com/jonschlinkert/is-number", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Charlike Mike Reagent (http://www.tunnckocore.tk)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/is-number", + "bugs": { + "url": "https://github.com/jonschlinkert/is-number/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "kind-of": "^3.0.2" + }, + "devDependencies": { + "benchmarked": "^0.2.5", + "chalk": "^1.1.3", + "gulp-format-md": "^0.1.10", + "mocha": "^3.0.2" + }, + "keywords": [ + "check", + "coerce", + "coercion", + "integer", + "is", + "is-nan", + "is-num", + "is-number", + "istype", + "kind", + "math", + "nan", + "num", + "number", + "numeric", + "test", + "type", + "typeof", + "value" + ], + "verb": { + "related": { + "list": [ + "even", + "is-even", + "is-odd", + "is-primitive", + "kind-of", + "odd" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb", + "verb-generate-readme" + ] + } +} \ No newline at end of file diff --git a/2019-setembro/node_modules/is-plain-object/LICENSE b/2019-setembro/node_modules/is-plain-object/LICENSE new file mode 100644 index 0000000..3f2eca1 --- /dev/null +++ b/2019-setembro/node_modules/is-plain-object/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-plain-object/README.md b/2019-setembro/node_modules/is-plain-object/README.md new file mode 100644 index 0000000..1f9d0c8 --- /dev/null +++ b/2019-setembro/node_modules/is-plain-object/README.md @@ -0,0 +1,104 @@ +# is-plain-object [![NPM version](https://img.shields.io/npm/v/is-plain-object.svg?style=flat)](https://www.npmjs.com/package/is-plain-object) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-plain-object.svg?style=flat)](https://npmjs.org/package/is-plain-object) [![NPM total downloads](https://img.shields.io/npm/dt/is-plain-object.svg?style=flat)](https://npmjs.org/package/is-plain-object) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-plain-object.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-plain-object) + +> Returns true if an object was created by the `Object` constructor. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-plain-object +``` + +Use [isobject](https://github.com/jonschlinkert/isobject) if you only want to check if the value is an object and not an array or null. + +## Usage + +```js +var isPlainObject = require('is-plain-object'); +``` + +**true** when created by the `Object` constructor. + +```js +isPlainObject(Object.create({})); +//=> true +isPlainObject(Object.create(Object.prototype)); +//=> true +isPlainObject({foo: 'bar'}); +//=> true +isPlainObject({}); +//=> true +``` + +**false** when not created by the `Object` constructor. + +```js +isPlainObject(1); +//=> false +isPlainObject(['foo', 'bar']); +//=> false +isPlainObject([]); +//=> false +isPlainObject(new Foo); +//=> false +isPlainObject(null); +//=> false +isPlainObject(Object.create(null)); +//=> false +``` + +## About + +### Related projects + +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 17 | [jonschlinkert](https://github.com/jonschlinkert) | +| 6 | [stevenvachon](https://github.com/stevenvachon) | +| 3 | [onokumus](https://github.com/onokumus) | +| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 11, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-plain-object/index.d.ts b/2019-setembro/node_modules/is-plain-object/index.d.ts new file mode 100644 index 0000000..74a44e9 --- /dev/null +++ b/2019-setembro/node_modules/is-plain-object/index.d.ts @@ -0,0 +1,5 @@ +export = isPlainObject; + +declare function isPlainObject(o: any): boolean; + +declare namespace isPlainObject {} diff --git a/2019-setembro/node_modules/is-plain-object/index.js b/2019-setembro/node_modules/is-plain-object/index.js new file mode 100644 index 0000000..c328484 --- /dev/null +++ b/2019-setembro/node_modules/is-plain-object/index.js @@ -0,0 +1,37 @@ +/*! + * is-plain-object + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isObject = require('isobject'); + +function isObjectObject(o) { + return isObject(o) === true + && Object.prototype.toString.call(o) === '[object Object]'; +} + +module.exports = function isPlainObject(o) { + var ctor,prot; + + if (isObjectObject(o) === false) return false; + + // If has modified constructor + ctor = o.constructor; + if (typeof ctor !== 'function') return false; + + // If has modified prototype + prot = ctor.prototype; + if (isObjectObject(prot) === false) return false; + + // If constructor does not have an Object-specific method + if (prot.hasOwnProperty('isPrototypeOf') === false) { + return false; + } + + // Most likely a plain Object + return true; +}; diff --git a/2019-setembro/node_modules/is-plain-object/package.json b/2019-setembro/node_modules/is-plain-object/package.json new file mode 100644 index 0000000..dd60498 --- /dev/null +++ b/2019-setembro/node_modules/is-plain-object/package.json @@ -0,0 +1,79 @@ +{ + "name": "is-plain-object", + "description": "Returns true if an object was created by the `Object` constructor.", + "version": "2.0.4", + "homepage": "https://github.com/jonschlinkert/is-plain-object", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Osman Nuri Okumuş (http://onokumus.com)", + "Steven Vachon (https://svachon.com)", + "(https://github.com/wtgtybhertgeghgtwtg)" + ], + "repository": "jonschlinkert/is-plain-object", + "bugs": { + "url": "https://github.com/jonschlinkert/is-plain-object/issues" + }, + "license": "MIT", + "files": [ + "index.d.ts", + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js", + "test_browser": "mocha-phantomjs test/browser.html", + "test_node": "mocha", + "test": "npm run test_node && npm run browserify && npm run test_browser" + }, + "dependencies": { + "isobject": "^3.0.1" + }, + "devDependencies": { + "browserify": "^14.4.0", + "chai": "^4.0.2", + "gulp-format-md": "^1.0.0", + "mocha": "^3.4.2", + "mocha-phantomjs": "^4.1.0", + "phantomjs": "^2.1.7", + "uglify-js": "^3.0.24" + }, + "keywords": [ + "check", + "is", + "is-object", + "isobject", + "javascript", + "kind", + "kind-of", + "object", + "plain", + "type", + "typeof", + "value" + ], + "types": "index.d.ts", + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "is-number", + "isobject", + "kind-of" + ] + }, + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/is-reference/CHANGELOG.md b/2019-setembro/node_modules/is-reference/CHANGELOG.md new file mode 100644 index 0000000..597713b --- /dev/null +++ b/2019-setembro/node_modules/is-reference/CHANGELOG.md @@ -0,0 +1,25 @@ +# is-reference changelog + +## 1.1.3 + +* Handle expressions without a Program + +## 1.1.2 + +* Ignore labels in break/continue statements ([#4](https://github.com/Rich-Harris/is-reference/pull/4)) + +## 1.1.1 + +* Prevent false positives with labeled statements + +## 1.1.0 + +* Rewrite in TypeScript, add declarations + +## 1.0.1 + +* Ensure `isReference` returns a boolean + +## 1.0.0 + +* First release diff --git a/2019-setembro/node_modules/is-reference/README.md b/2019-setembro/node_modules/is-reference/README.md new file mode 100644 index 0000000..1989fca --- /dev/null +++ b/2019-setembro/node_modules/is-reference/README.md @@ -0,0 +1,61 @@ +# is-reference + +Utility for determining whether an AST node is a reference. + +`foo` is a reference in these cases: + +```js +console.log( foo ); +var foo; +function foo () {} +function bar ( foo ) {} +export { foo as x }; +``` + +`foo` is *not* a reference in these cases: + +```js +var obj = { foo: 1 }; +console.log( obj.foo ); +export { x as foo }; +``` + +In all cases, `foo` is an `Identifier` node, but the two kinds must be treated differently for the purposes of scope analysis etc. (The examples are non-exhaustive.) + + +## Installation + +```bash +npm install is-reference +``` + + +## Usage + +Example using [Acorn](https://github.com/ternjs/acorn) and [estree-walker](https://github.com/Rich-Harris/estree-walker): + +```js +const { parse } = require( 'acorn' ); +const { walk } = require( 'estree-walker' ); +const isReference = require( 'is-reference' ); + +const identifiers = []; +const references = []; + +const ast = parse( `var a = b.c;` ); + +walk( ast, { + enter ( node, parent ) { + if ( node.type === 'Identifier' ) identifiers.push( node ); + if ( isReference( node, parent ) ) references.push( node ); + } +}); + +identifiers.forEach( node => console.log( node.name ) ); // a, b, c +references.forEach( node => console.log( node.name ) ); // a, b +``` + + +## License + +MIT diff --git a/2019-setembro/node_modules/is-reference/dist/is-reference.es.js b/2019-setembro/node_modules/is-reference/dist/is-reference.es.js new file mode 100644 index 0000000..f08380a --- /dev/null +++ b/2019-setembro/node_modules/is-reference/dist/is-reference.es.js @@ -0,0 +1,27 @@ +function isReference(node, parent) { + if (node.type === 'MemberExpression') { + return !node.computed && isReference(node.object, node); + } + if (node.type === 'Identifier') { + if (!parent) + return true; + switch (parent.type) { + // disregard `bar` in `foo.bar` + case 'MemberExpression': return parent.computed || node === parent.object; + // disregard the `foo` in `class {foo(){}}` but keep it in `class {[foo](){}}` + case 'MethodDefinition': return parent.computed; + // disregard the `bar` in `{ bar: foo }`, but keep it in `{ [bar]: foo }` + case 'Property': return parent.computed || node === parent.value; + // disregard the `bar` in `export { foo as bar }` + case 'ExportSpecifier': return node === parent.local; + // disregard the `foo` in `foo: while (...) { ... break foo; ... continue foo;}` + case 'LabeledStatement': + case 'BreakStatement': + case 'ContinueStatement': return false; + default: return true; + } + } + return false; +} + +export default isReference; diff --git a/2019-setembro/node_modules/is-reference/dist/is-reference.js b/2019-setembro/node_modules/is-reference/dist/is-reference.js new file mode 100644 index 0000000..aa27dac --- /dev/null +++ b/2019-setembro/node_modules/is-reference/dist/is-reference.js @@ -0,0 +1,35 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : + typeof define === 'function' && define.amd ? define(factory) : + (global = global || self, global.isReference = factory()); +}(this, function () { 'use strict'; + + function isReference(node, parent) { + if (node.type === 'MemberExpression') { + return !node.computed && isReference(node.object, node); + } + if (node.type === 'Identifier') { + if (!parent) + return true; + switch (parent.type) { + // disregard `bar` in `foo.bar` + case 'MemberExpression': return parent.computed || node === parent.object; + // disregard the `foo` in `class {foo(){}}` but keep it in `class {[foo](){}}` + case 'MethodDefinition': return parent.computed; + // disregard the `bar` in `{ bar: foo }`, but keep it in `{ [bar]: foo }` + case 'Property': return parent.computed || node === parent.value; + // disregard the `bar` in `export { foo as bar }` + case 'ExportSpecifier': return node === parent.local; + // disregard the `foo` in `foo: while (...) { ... break foo; ... continue foo;}` + case 'LabeledStatement': + case 'BreakStatement': + case 'ContinueStatement': return false; + default: return true; + } + } + return false; + } + + return isReference; + +})); diff --git a/2019-setembro/node_modules/is-reference/dist/types/index.d.ts b/2019-setembro/node_modules/is-reference/dist/types/index.d.ts new file mode 100644 index 0000000..c332832 --- /dev/null +++ b/2019-setembro/node_modules/is-reference/dist/types/index.d.ts @@ -0,0 +1,2 @@ +import { Node } from 'estree'; +export default function isReference(node: Node, parent: Node): boolean; diff --git a/2019-setembro/node_modules/is-reference/package.json b/2019-setembro/node_modules/is-reference/package.json new file mode 100644 index 0000000..5803b94 --- /dev/null +++ b/2019-setembro/node_modules/is-reference/package.json @@ -0,0 +1,47 @@ +{ + "name": "is-reference", + "version": "1.1.3", + "description": "Determine whether an AST node is a reference", + "main": "dist/is-reference.js", + "module": "dist/is-reference.es.js", + "types": "dist/types/index.d.ts", + "files": [ + "dist/*.js", + "dist/types/**/*.d.ts" + ], + "scripts": { + "test": "mocha", + "build": "rollup -c && tsc --emitDeclarationOnly", + "pretest": "npm run build", + "prepare": "npm run build", + "prepublishOnly": "npm test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Rich-Harris/is-reference.git" + }, + "keywords": [ + "ast", + "javascript", + "estree", + "acorn" + ], + "author": "Rich Harris", + "license": "MIT", + "bugs": { + "url": "https://github.com/Rich-Harris/is-reference/issues" + }, + "homepage": "https://github.com/Rich-Harris/is-reference#readme", + "dependencies": { + "@types/estree": "0.0.39" + }, + "devDependencies": { + "acorn": "^6.1.1", + "estree-walker": "^0.6.0", + "mocha": "^6.0.2", + "rollup": "^1.7.0", + "rollup-plugin-typescript": "^1.0.1", + "tslib": "^1.9.3", + "typescript": "^3.3.4000" + } +} diff --git a/2019-setembro/node_modules/is-regex/.eslintrc b/2019-setembro/node_modules/is-regex/.eslintrc new file mode 100644 index 0000000..fbb8e9d --- /dev/null +++ b/2019-setembro/node_modules/is-regex/.eslintrc @@ -0,0 +1,9 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "id-length": [1] + } +} diff --git a/2019-setembro/node_modules/is-regex/.jscs.json b/2019-setembro/node_modules/is-regex/.jscs.json new file mode 100644 index 0000000..3d099c4 --- /dev/null +++ b/2019-setembro/node_modules/is-regex/.jscs.json @@ -0,0 +1,176 @@ +{ + "es3": true, + + "additionalRules": [], + + "requireSemicolons": true, + + "disallowMultipleSpaces": true, + + "disallowIdentifierNames": [], + + "requireCurlyBraces": { + "allExcept": [], + "keywords": ["if", "else", "for", "while", "do", "try", "catch"] + }, + + "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], + + "disallowSpaceAfterKeywords": [], + + "disallowSpaceBeforeComma": true, + "disallowSpaceAfterComma": false, + "disallowSpaceBeforeSemicolon": true, + + "disallowNodeTypes": [ + "DebuggerStatement", + "ForInStatement", + "LabeledStatement", + "SwitchCase", + "SwitchStatement", + "WithStatement" + ], + + "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, + + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, + "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, + "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, + + "requireSpaceBetweenArguments": true, + + "disallowSpacesInsideParentheses": true, + + "disallowSpacesInsideArrayBrackets": true, + + "disallowQuotedKeysInObjects": { "allExcept": ["reserved"] }, + + "disallowSpaceAfterObjectKeys": true, + + "requireCommaBeforeLineBreak": true, + + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "requireSpaceAfterPrefixUnaryOperators": [], + + "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], + "requireSpaceBeforePostfixUnaryOperators": [], + + "disallowSpaceBeforeBinaryOperators": [], + "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + + "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + "disallowSpaceAfterBinaryOperators": [], + + "disallowImplicitTypeConversion": ["binary", "string"], + + "disallowKeywords": ["with", "eval"], + + "requireKeywordsOnNewLine": [], + "disallowKeywordsOnNewLine": ["else"], + + "requireLineFeedAtFileEnd": true, + + "disallowTrailingWhitespace": true, + + "disallowTrailingComma": true, + + "excludeFiles": ["node_modules/**", "vendor/**"], + + "disallowMultipleLineStrings": true, + + "requireDotNotation": { "allExcept": ["keywords"] }, + + "requireParenthesesAroundIIFE": true, + + "validateLineBreaks": "LF", + + "validateQuoteMarks": { + "escape": true, + "mark": "'" + }, + + "disallowOperatorBeforeLineBreak": [], + + "requireSpaceBeforeKeywords": [ + "do", + "for", + "if", + "else", + "switch", + "case", + "try", + "catch", + "finally", + "while", + "with", + "return" + ], + + "validateAlignedFunctionParameters": { + "lineBreakAfterOpeningBraces": true, + "lineBreakBeforeClosingBraces": true + }, + + "requirePaddingNewLinesBeforeExport": true, + + "validateNewlineAfterArrayElements": { + "maximum": 1 + }, + + "requirePaddingNewLinesAfterUseStrict": true, + + "disallowArrowFunctions": true, + + "disallowMultiLineTernary": true, + + "validateOrderInObjectKeys": "asc-insensitive", + + "disallowIdenticalDestructuringNames": true, + + "disallowNestedTernaries": { "maxLevel": 1 }, + + "requireSpaceAfterComma": { "allExcept": ["trailing"] }, + "requireAlignedMultilineParams": false, + + "requireSpacesInGenerator": { + "afterStar": true + }, + + "disallowSpacesInGenerator": { + "beforeStar": true + }, + + "disallowVar": false, + + "requireArrayDestructuring": false, + + "requireEnhancedObjectLiterals": false, + + "requireObjectDestructuring": false, + + "requireEarlyReturn": false, + + "requireCapitalizedConstructorsNew": { + "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] + }, + + "requireImportAlphabetized": false, + + "requireSpaceBeforeObjectValues": true, + "requireSpaceBeforeDestructuredValues": true, + + "disallowSpacesInsideTemplateStringPlaceholders": true, + + "disallowArrayDestructuringReturn": false, + + "requireNewlineBeforeSingleStatementsInIf": false, + + "disallowUnusedVariables": true, + + "requireSpacesInsideImportedObjectBraces": true, + + "requireUseStrict": true +} + diff --git a/2019-setembro/node_modules/is-regex/.npmignore b/2019-setembro/node_modules/is-regex/.npmignore new file mode 100644 index 0000000..a72b52e --- /dev/null +++ b/2019-setembro/node_modules/is-regex/.npmignore @@ -0,0 +1,15 @@ +lib-cov +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz + +pids +logs +results + +npm-debug.log +node_modules diff --git a/2019-setembro/node_modules/is-regex/.travis.yml b/2019-setembro/node_modules/is-regex/.travis.yml new file mode 100644 index 0000000..41137a8 --- /dev/null +++ b/2019-setembro/node_modules/is-regex/.travis.yml @@ -0,0 +1,165 @@ +language: node_js +os: + - linux +node_js: + - "7.5" + - "6.9" + - "5.12" + - "4.7" + - "iojs-v3.3" + - "iojs-v2.5" + - "iojs-v1.8" + - "0.12" + - "0.10" + - "0.8" +before_install: + - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then npm install -g npm@1.3 ; elif [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' +script: + - 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi' + - 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi' + - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi' + - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi' +sudo: false +env: + - TEST=true +matrix: + fast_finish: true + include: + - node_js: "node" + env: PRETEST=true + - node_js: "node" + env: POSTTEST=true + - node_js: "7.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7" + env: TEST=true + os: osx + - node_js: "6" + env: TEST=true + os: osx + - node_js: "5" + env: TEST=true + os: osx + - node_js: "4" + env: TEST=true + os: osx + - node_js: "iojs" + env: TEST=true + os: osx + - node_js: "0.12" + env: TEST=true + os: osx + - node_js: "0.10" + env: TEST=true + os: osx + - node_js: "0.8" + env: TEST=true + os: osx + allow_failures: + - os: osx + - env: TEST=true ALLOW_FAILURE=true diff --git a/2019-setembro/node_modules/is-regex/CHANGELOG.md b/2019-setembro/node_modules/is-regex/CHANGELOG.md new file mode 100644 index 0000000..6d73800 --- /dev/null +++ b/2019-setembro/node_modules/is-regex/CHANGELOG.md @@ -0,0 +1,27 @@ +1.0.4 / 2016-02-18 +================= + * [Fix] ensure that `lastIndex` is not mutated (#3) + * [Refactor] when try/catch is needed, bail early if the value lacks an own `lastIndex` data property + * [Refactor] use an early return instead of a ternary + * [Refactor] bail earlier when the value is falsy + * Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG + * [Dev Deps] update `tape`, `jscs`, `editorconfig-tools`, `eslint`, `semver`, `replace`, `nsp`, `covert`, `@ljharb/eslint-config` + * [Tests] on all the node and io.js versions; improve test matri + * [Tests] Fix tests for faked @@toStringTag + +1.0.3 / 2015-01-29 +================= + * If @@toStringTag is not present, use the old-school Object#toString test. + +1.0.2 / 2015-01-29 +================= + * Improve optimization by separating the try/catch, and bailing out early when not typeof "object". + +1.0.1 / 2015-01-28 +================= + * Update `jscs`, `tape`, `covert` + * Use RegExp#exec to test if something is a regex, which works even with ES6 @@toStringTag. + +1.0.0 / 2014-05-19 +================= + * Initial release. diff --git a/2019-setembro/node_modules/is-regex/LICENSE b/2019-setembro/node_modules/is-regex/LICENSE new file mode 100644 index 0000000..47b7b50 --- /dev/null +++ b/2019-setembro/node_modules/is-regex/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2014 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-regex/Makefile b/2019-setembro/node_modules/is-regex/Makefile new file mode 100644 index 0000000..b9e4fe1 --- /dev/null +++ b/2019-setembro/node_modules/is-regex/Makefile @@ -0,0 +1,61 @@ +# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. +$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) + + # The files that need updating when incrementing the version number. +VERSIONED_FILES := *.js *.json README* + + +# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. +# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment +# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. +export PATH := $(shell printf '%s' "$$PWD/node_modules/.bin:$$PATH") +UTILS := semver +# Make sure that all required utilities can be located. +UTIL_CHECK := $(or $(shell PATH="$(PATH)" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS))) + +# Default target (by virtue of being the first non '.'-prefixed in the file). +.PHONY: _no-target-specified +_no-target-specified: + $(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests) + +# Lists all targets defined in this makefile. +.PHONY: list +list: + @$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | command grep -v -e '^[^[:alnum:]]' -e '^$@$$command ' | sort + +# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS). +.PHONY: test +test: + @npm test + +.PHONY: _ensure-tag +_ensure-tag: +ifndef TAG + $(error Please invoke with `make TAG= release`, where is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number) +endif + +CHANGELOG_ERROR = $(error No CHANGELOG specified) +.PHONY: _ensure-changelog +_ensure-changelog: + @ (git status -sb --porcelain | command grep -E '^( M|[MA] ) CHANGELOG.md' > /dev/null) || (echo no CHANGELOG.md specified && exit 2) + +# Ensures that the git workspace is clean. +.PHONY: _ensure-clean +_ensure-clean: + @[ -z "$$((git status --porcelain --untracked-files=no || echo err) | command grep -v 'CHANGELOG.md')" ] || { echo "Workspace is not clean; please commit changes first." >&2; exit 2; } + +# Makes a release; invoke with `make TAG= release`. +.PHONY: release +release: _ensure-tag _ensure-changelog _ensure-clean + @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ + new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ + if printf "$$new_ver" | command grep -q '^[0-9]'; then \ + semver "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \ + semver -r "> $$old_ver" "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \ + else \ + new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ + fi; \ + printf "=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\n=== TYPE 'proceed' TO PROCEED, anything else to abort: " && read response && [ "$$response" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \ + replace "$$old_ver" "$$new_ver" -- $(VERSIONED_FILES) && \ + git commit -m "v$$new_ver" $(VERSIONED_FILES) CHANGELOG.md && \ + git tag -a -m "v$$new_ver" "v$$new_ver" diff --git a/2019-setembro/node_modules/is-regex/README.md b/2019-setembro/node_modules/is-regex/README.md new file mode 100644 index 0000000..05baa0e --- /dev/null +++ b/2019-setembro/node_modules/is-regex/README.md @@ -0,0 +1,54 @@ +#is-regex [![Version Badge][2]][1] + +[![Build Status][3]][4] +[![dependency status][5]][6] +[![dev dependency status][7]][8] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][11]][1] + +[![browser support][9]][10] + +Is this value a JS regex? +This module works cross-realm/iframe, and despite ES6 @@toStringTag. + +## Example + +```js +var isRegex = require('is-regex'); +var assert = require('assert'); + +assert.notOk(isRegex(undefined)); +assert.notOk(isRegex(null)); +assert.notOk(isRegex(false)); +assert.notOk(isRegex(true)); +assert.notOk(isRegex(42)); +assert.notOk(isRegex('foo')); +assert.notOk(isRegex(function () {})); +assert.notOk(isRegex([])); +assert.notOk(isRegex({})); + +assert.ok(isRegex(/a/g)); +assert.ok(isRegex(new RegExp('a', 'g'))); +``` + +## Tests +Simply clone the repo, `npm install`, and run `npm test` + +[1]: https://npmjs.org/package/is-regex +[2]: http://versionbadg.es/ljharb/is-regex.svg +[3]: https://travis-ci.org/ljharb/is-regex.svg +[4]: https://travis-ci.org/ljharb/is-regex +[5]: https://david-dm.org/ljharb/is-regex.svg +[6]: https://david-dm.org/ljharb/is-regex +[7]: https://david-dm.org/ljharb/is-regex/dev-status.svg +[8]: https://david-dm.org/ljharb/is-regex#info=devDependencies +[9]: https://ci.testling.com/ljharb/is-regex.png +[10]: https://ci.testling.com/ljharb/is-regex +[11]: https://nodei.co/npm/is-regex.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/is-regex.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/is-regex.svg +[downloads-url]: http://npm-stat.com/charts.html?package=is-regex + diff --git a/2019-setembro/node_modules/is-regex/index.js b/2019-setembro/node_modules/is-regex/index.js new file mode 100644 index 0000000..be65133 --- /dev/null +++ b/2019-setembro/node_modules/is-regex/index.js @@ -0,0 +1,39 @@ +'use strict'; + +var has = require('has'); +var regexExec = RegExp.prototype.exec; +var gOPD = Object.getOwnPropertyDescriptor; + +var tryRegexExecCall = function tryRegexExec(value) { + try { + var lastIndex = value.lastIndex; + value.lastIndex = 0; + + regexExec.call(value); + return true; + } catch (e) { + return false; + } finally { + value.lastIndex = lastIndex; + } +}; +var toStr = Object.prototype.toString; +var regexClass = '[object RegExp]'; +var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol'; + +module.exports = function isRegex(value) { + if (!value || typeof value !== 'object') { + return false; + } + if (!hasToStringTag) { + return toStr.call(value) === regexClass; + } + + var descriptor = gOPD(value, 'lastIndex'); + var hasLastIndexDataProperty = descriptor && has(descriptor, 'value'); + if (!hasLastIndexDataProperty) { + return false; + } + + return tryRegexExecCall(value); +}; diff --git a/2019-setembro/node_modules/is-regex/package.json b/2019-setembro/node_modules/is-regex/package.json new file mode 100644 index 0000000..0d1f0d1 --- /dev/null +++ b/2019-setembro/node_modules/is-regex/package.json @@ -0,0 +1,74 @@ +{ + "name": "is-regex", + "version": "1.0.4", + "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", + "author": "Jordan Harband", + "license": "MIT", + "main": "index.js", + "scripts": { + "pretest": "npm run lint", + "test": "npm run tests-only", + "tests-only": "node --harmony --es-staging test.js", + "posttest": "npm run security", + "coverage": "covert test.js", + "coverage-quiet": "covert test.js --quiet", + "lint": "npm run jscs && npm run eslint", + "jscs": "jscs *.js", + "eslint": "eslint test.js *.js", + "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null", + "security": "nsp check" + }, + "repository": { + "type": "git", + "url": "git://github.com/ljharb/is-regex.git" + }, + "bugs": { + "url": "https://github.com/ljharb/is-regex/issues" + }, + "homepage": "https://github.com/ljharb/is-regex", + "keywords": [ + "regex", + "regexp", + "is", + "regular expression", + "regular", + "expression" + ], + "dependencies": { + "has": "^1.0.1" + }, + "devDependencies": { + "tape": "^4.6.3", + "covert": "^1.1.0", + "jscs": "^3.0.7", + "editorconfig-tools": "^0.1.1", + "nsp": "^2.6.2", + "eslint": "^3.15.0", + "@ljharb/eslint-config": "^11.0.0", + "semver": "^5.3.0", + "replace": "^0.3.0" + }, + "testling": { + "files": "test.js", + "browsers": [ + "iexplore/6.0..latest", + "firefox/3.0..6.0", + "firefox/15.0..latest", + "firefox/nightly", + "chrome/4.0..10.0", + "chrome/20.0..latest", + "chrome/canary", + "opera/10.0..12.0", + "opera/15.0..latest", + "opera/next", + "safari/4.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2" + ] + }, + "engines": { + "node": ">= 0.4" + } +} + diff --git a/2019-setembro/node_modules/is-regex/test.js b/2019-setembro/node_modules/is-regex/test.js new file mode 100644 index 0000000..8d39003 --- /dev/null +++ b/2019-setembro/node_modules/is-regex/test.js @@ -0,0 +1,58 @@ +'use strict'; + +var test = require('tape'); +var isRegex = require('./'); +var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol'; + +test('not regexes', function (t) { + t.notOk(isRegex(), 'undefined is not regex'); + t.notOk(isRegex(null), 'null is not regex'); + t.notOk(isRegex(false), 'false is not regex'); + t.notOk(isRegex(true), 'true is not regex'); + t.notOk(isRegex(42), 'number is not regex'); + t.notOk(isRegex('foo'), 'string is not regex'); + t.notOk(isRegex([]), 'array is not regex'); + t.notOk(isRegex({}), 'object is not regex'); + t.notOk(isRegex(function () {}), 'function is not regex'); + t.end(); +}); + +test('@@toStringTag', { skip: !hasToStringTag }, function (t) { + var regex = /a/g; + var fakeRegex = { + toString: function () { return String(regex); }, + valueOf: function () { return regex; } + }; + fakeRegex[Symbol.toStringTag] = 'RegExp'; + t.notOk(isRegex(fakeRegex), 'fake RegExp with @@toStringTag "RegExp" is not regex'); + t.end(); +}); + +test('regexes', function (t) { + t.ok(isRegex(/a/g), 'regex literal is regex'); + t.ok(isRegex(new RegExp('a', 'g')), 'regex object is regex'); + t.end(); +}); + +test('does not mutate regexes', function (t) { + t.test('lastIndex is a marker object', function (st) { + var regex = /a/; + var marker = {}; + regex.lastIndex = marker; + st.equal(regex.lastIndex, marker, 'lastIndex is the marker object'); + st.ok(isRegex(regex), 'is regex'); + st.equal(regex.lastIndex, marker, 'lastIndex is the marker object after isRegex'); + st.end(); + }); + + t.test('lastIndex is nonzero', function (st) { + var regex = /a/; + regex.lastIndex = 3; + st.equal(regex.lastIndex, 3, 'lastIndex is 3'); + st.ok(isRegex(regex), 'is regex'); + st.equal(regex.lastIndex, 3, 'lastIndex is 3 after isRegex'); + st.end(); + }); + + t.end(); +}); diff --git a/2019-setembro/node_modules/is-symbol/.editorconfig b/2019-setembro/node_modules/is-symbol/.editorconfig new file mode 100644 index 0000000..eaa2141 --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = tab; +insert_final_newline = true; +quote_type = auto; +space_after_anonymous_functions = true; +space_after_control_statements = true; +spaces_around_operators = true; +trim_trailing_whitespace = true; +spaces_in_brackets = false; +end_of_line = lf; + diff --git a/2019-setembro/node_modules/is-symbol/.eslintrc b/2019-setembro/node_modules/is-symbol/.eslintrc new file mode 100644 index 0000000..5f511fd --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/.eslintrc @@ -0,0 +1,9 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "max-statements": [2, 14] + } +} diff --git a/2019-setembro/node_modules/is-symbol/.jscs.json b/2019-setembro/node_modules/is-symbol/.jscs.json new file mode 100644 index 0000000..b4d9b8b --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/.jscs.json @@ -0,0 +1,176 @@ +{ + "es3": true, + + "additionalRules": [], + + "requireSemicolons": true, + + "disallowMultipleSpaces": true, + + "disallowIdentifierNames": [], + + "requireCurlyBraces": { + "allExcept": [], + "keywords": ["if", "else", "for", "while", "do", "try", "catch"] + }, + + "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], + + "disallowSpaceAfterKeywords": [], + + "disallowSpaceBeforeComma": true, + "disallowSpaceAfterComma": false, + "disallowSpaceBeforeSemicolon": true, + + "disallowNodeTypes": [ + "DebuggerStatement", + "ForInStatement", + "LabeledStatement", + "SwitchCase", + "SwitchStatement", + "WithStatement" + ], + + "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, + + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, + "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, + "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, + + "requireSpaceBetweenArguments": true, + + "disallowSpacesInsideParentheses": true, + + "disallowSpacesInsideArrayBrackets": true, + + "disallowQuotedKeysInObjects": { "allExcept": ["reserved"] }, + + "disallowSpaceAfterObjectKeys": true, + + "requireCommaBeforeLineBreak": true, + + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "requireSpaceAfterPrefixUnaryOperators": [], + + "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], + "requireSpaceBeforePostfixUnaryOperators": [], + + "disallowSpaceBeforeBinaryOperators": [], + "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + + "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + "disallowSpaceAfterBinaryOperators": [], + + "disallowImplicitTypeConversion": ["binary", "string"], + + "disallowKeywords": ["with", "eval"], + + "requireKeywordsOnNewLine": [], + "disallowKeywordsOnNewLine": ["else"], + + "requireLineFeedAtFileEnd": true, + + "disallowTrailingWhitespace": true, + + "disallowTrailingComma": true, + + "excludeFiles": ["node_modules/**", "vendor/**"], + + "disallowMultipleLineStrings": true, + + "requireDotNotation": { "allExcept": ["keywords"] }, + + "requireParenthesesAroundIIFE": true, + + "validateLineBreaks": "LF", + + "validateQuoteMarks": { + "escape": true, + "mark": "'" + }, + + "disallowOperatorBeforeLineBreak": [], + + "requireSpaceBeforeKeywords": [ + "do", + "for", + "if", + "else", + "switch", + "case", + "try", + "catch", + "finally", + "while", + "with", + "return" + ], + + "validateAlignedFunctionParameters": { + "lineBreakAfterOpeningBraces": true, + "lineBreakBeforeClosingBraces": true + }, + + "requirePaddingNewLinesBeforeExport": true, + + "validateNewlineAfterArrayElements": { + "maximum": 1 + }, + + "requirePaddingNewLinesAfterUseStrict": true, + + "disallowArrowFunctions": true, + + "disallowMultiLineTernary": true, + + "validateOrderInObjectKeys": "asc-insensitive", + + "disallowIdenticalDestructuringNames": true, + + "disallowNestedTernaries": { "maxLevel": 1 }, + + "requireSpaceAfterComma": { "allExcept": ["trailing"] }, + "requireAlignedMultilineParams": false, + + "requireSpacesInGenerator": { + "afterStar": true + }, + + "disallowSpacesInGenerator": { + "beforeStar": true + }, + + "disallowVar": false, + + "requireArrayDestructuring": false, + + "requireEnhancedObjectLiterals": false, + + "requireObjectDestructuring": false, + + "requireEarlyReturn": false, + + "requireCapitalizedConstructorsNew": { + "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] + }, + + "requireImportAlphabetized": false, + + "requireSpaceBeforeObjectValues": true, + "requireSpaceBeforeDestructuredValues": true, + + "disallowSpacesInsideTemplateStringPlaceholders": true, + + "disallowArrayDestructuringReturn": false, + + "requireNewlineBeforeSingleStatementsInIf": false, + + "disallowUnusedVariables": true, + + "requireSpacesInsideImportedObjectBraces": true, + + "requireUseStrict": true +} + diff --git a/2019-setembro/node_modules/is-symbol/.nvmrc b/2019-setembro/node_modules/is-symbol/.nvmrc new file mode 100644 index 0000000..64f5a0a --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/.nvmrc @@ -0,0 +1 @@ +node diff --git a/2019-setembro/node_modules/is-symbol/.travis.yml b/2019-setembro/node_modules/is-symbol/.travis.yml new file mode 100644 index 0000000..c671d5e --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/.travis.yml @@ -0,0 +1,241 @@ +language: node_js +os: + - linux +node_js: + - "10.11" + - "9.11" + - "8.12" + - "7.10" + - "6.14" + - "5.12" + - "4.9" + - "iojs-v3.3" + - "iojs-v2.5" + - "iojs-v1.8" + - "0.12" + - "0.10" + - "0.8" +before_install: + - 'case "${TRAVIS_NODE_VERSION}" in 0.*) export NPM_CONFIG_STRICT_SSL=false ;; esac' + - 'nvm install-latest-npm' +install: + - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;' +script: + - 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi' + - 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi' + - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi' + - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi' +sudo: false +env: + - TEST=true +matrix: + fast_finish: true + include: + - node_js: "lts/*" + env: PRETEST=true + - node_js: "lts/*" + env: POSTTEST=true + - node_js: "4" + env: COVERAGE=true + - node_js: "10.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "10.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "9.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "8.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "7.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.13" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.12" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "6.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.10" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "5.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.8" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "4.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v3.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v2.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.7" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.5" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.4" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.3" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.2" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.1" + env: TEST=true ALLOW_FAILURE=true + - node_js: "iojs-v1.0" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.11" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.9" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.6" + env: TEST=true ALLOW_FAILURE=true + - node_js: "0.4" + env: TEST=true ALLOW_FAILURE=true + allow_failures: + - os: osx + - env: TEST=true ALLOW_FAILURE=true + - env: COVERAGE=true diff --git a/2019-setembro/node_modules/is-symbol/CHANGELOG.md b/2019-setembro/node_modules/is-symbol/CHANGELOG.md new file mode 100644 index 0000000..a7b8baf --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/CHANGELOG.md @@ -0,0 +1,12 @@ +1.0.2 / 2018-09-20 +================= + * [Refactor] use `has-symbols` and `object-inspect` + * [Tests] test on all the node minor versions + +1.0.1 / 2015-01-26 +================= + * Corrected description + +1.0.0 / 2015-01-24 +================= + * Initial release diff --git a/2019-setembro/node_modules/is-symbol/LICENSE b/2019-setembro/node_modules/is-symbol/LICENSE new file mode 100644 index 0000000..b43df44 --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/2019-setembro/node_modules/is-symbol/Makefile b/2019-setembro/node_modules/is-symbol/Makefile new file mode 100644 index 0000000..b9e4fe1 --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/Makefile @@ -0,0 +1,61 @@ +# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. +$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) + + # The files that need updating when incrementing the version number. +VERSIONED_FILES := *.js *.json README* + + +# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. +# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment +# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. +export PATH := $(shell printf '%s' "$$PWD/node_modules/.bin:$$PATH") +UTILS := semver +# Make sure that all required utilities can be located. +UTIL_CHECK := $(or $(shell PATH="$(PATH)" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS))) + +# Default target (by virtue of being the first non '.'-prefixed in the file). +.PHONY: _no-target-specified +_no-target-specified: + $(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests) + +# Lists all targets defined in this makefile. +.PHONY: list +list: + @$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | command grep -v -e '^[^[:alnum:]]' -e '^$@$$command ' | sort + +# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS). +.PHONY: test +test: + @npm test + +.PHONY: _ensure-tag +_ensure-tag: +ifndef TAG + $(error Please invoke with `make TAG= release`, where is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number) +endif + +CHANGELOG_ERROR = $(error No CHANGELOG specified) +.PHONY: _ensure-changelog +_ensure-changelog: + @ (git status -sb --porcelain | command grep -E '^( M|[MA] ) CHANGELOG.md' > /dev/null) || (echo no CHANGELOG.md specified && exit 2) + +# Ensures that the git workspace is clean. +.PHONY: _ensure-clean +_ensure-clean: + @[ -z "$$((git status --porcelain --untracked-files=no || echo err) | command grep -v 'CHANGELOG.md')" ] || { echo "Workspace is not clean; please commit changes first." >&2; exit 2; } + +# Makes a release; invoke with `make TAG= release`. +.PHONY: release +release: _ensure-tag _ensure-changelog _ensure-clean + @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ + new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ + if printf "$$new_ver" | command grep -q '^[0-9]'; then \ + semver "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \ + semver -r "> $$old_ver" "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \ + else \ + new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ + fi; \ + printf "=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\n=== TYPE 'proceed' TO PROCEED, anything else to abort: " && read response && [ "$$response" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \ + replace "$$old_ver" "$$new_ver" -- $(VERSIONED_FILES) && \ + git commit -m "v$$new_ver" $(VERSIONED_FILES) CHANGELOG.md && \ + git tag -a -m "v$$new_ver" "v$$new_ver" diff --git a/2019-setembro/node_modules/is-symbol/README.md b/2019-setembro/node_modules/is-symbol/README.md new file mode 100644 index 0000000..8544c8c --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/README.md @@ -0,0 +1,46 @@ +#is-symbol [![Version Badge][2]][1] + +[![Build Status][3]][4] +[![dependency status][5]][6] +[![dev dependency status][7]][8] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][11]][1] + +[![browser support][9]][10] + +Is this an ES6 Symbol value? + +## Example + +```js +var isSymbol = require('is-symbol'); +assert(!isSymbol(function () {})); +assert(!isSymbol(null)); +assert(!isSymbol(function* () { yield 42; return Infinity; }); + +assert(isSymbol(Symbol.iterator)); +assert(isSymbol(Symbol('foo'))); +assert(isSymbol(Symbol.for('foo'))); +assert(isSymbol(Object(Symbol('foo')))); +``` + +## Tests +Simply clone the repo, `npm install`, and run `npm test` + +[1]: https://npmjs.org/package/is-symbol +[2]: http://versionbadg.es/ljharb/is-symbol.svg +[3]: https://travis-ci.org/ljharb/is-symbol.svg +[4]: https://travis-ci.org/ljharb/is-symbol +[5]: https://david-dm.org/ljharb/is-symbol.svg +[6]: https://david-dm.org/ljharb/is-symbol +[7]: https://david-dm.org/ljharb/is-symbol/dev-status.svg +[8]: https://david-dm.org/ljharb/is-symbol#info=devDependencies +[9]: https://ci.testling.com/ljharb/is-symbol.png +[10]: https://ci.testling.com/ljharb/is-symbol +[11]: https://nodei.co/npm/is-symbol.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/is-symbol.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/is-symbol.svg +[downloads-url]: http://npm-stat.com/charts.html?package=is-symbol diff --git a/2019-setembro/node_modules/is-symbol/index.js b/2019-setembro/node_modules/is-symbol/index.js new file mode 100644 index 0000000..3d653e2 --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/index.js @@ -0,0 +1,35 @@ +'use strict'; + +var toStr = Object.prototype.toString; +var hasSymbols = require('has-symbols')(); + +if (hasSymbols) { + var symToStr = Symbol.prototype.toString; + var symStringRegex = /^Symbol\(.*\)$/; + var isSymbolObject = function isRealSymbolObject(value) { + if (typeof value.valueOf() !== 'symbol') { + return false; + } + return symStringRegex.test(symToStr.call(value)); + }; + + module.exports = function isSymbol(value) { + if (typeof value === 'symbol') { + return true; + } + if (toStr.call(value) !== '[object Symbol]') { + return false; + } + try { + return isSymbolObject(value); + } catch (e) { + return false; + } + }; +} else { + + module.exports = function isSymbol(value) { + // this environment does not support Symbols. + return false && value; + }; +} diff --git a/2019-setembro/node_modules/is-symbol/package.json b/2019-setembro/node_modules/is-symbol/package.json new file mode 100644 index 0000000..0867a3a --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/package.json @@ -0,0 +1,68 @@ +{ + "name": "is-symbol", + "version": "1.0.2", + "description": "Determine if a value is an ES6 Symbol or not.", + "main": "index.js", + "scripts": { + "prepublish": "safe-publish-latest", + "pretest": "npm run lint", + "tests-only": "node --es-staging --harmony test", + "test": "npm run tests-only", + "posttest": "npm run security", + "coverage": "covert test", + "lint": "npm run jscs && npm run eslint", + "jscs": "jscs *.js */*.js", + "eslint": "eslint *.js */*.js", + "security": "nsp check" + }, + "repository": { + "type": "git", + "url": "git://github.com/ljharb/is-symbol.git" + }, + "keywords": [ + "symbol", + "es6", + "is", + "Symbol" + ], + "author": "Jordan Harband", + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/is-symbol/issues" + }, + "dependencies": { + "has-symbols": "^1.0.0" + }, + "devDependencies": { + "@ljharb/eslint-config": "^12.2.1", + "covert": "^1.1.0", + "eslint": "^4.19.1", + "jscs": "^3.0.7", + "nsp": "^3.2.1", + "object-inspect": "^1.6.0", + "safe-publish-latest": "^1.1.2", + "semver": "^5.5.0", + "tape": "^4.9.0" + }, + "testling": { + "files": "test/index.js", + "browsers": [ + "iexplore/6.0..latest", + "firefox/3.0..6.0", + "firefox/15.0..latest", + "firefox/nightly", + "chrome/4.0..10.0", + "chrome/20.0..latest", + "chrome/canary", + "opera/10.0..latest", + "opera/next", + "safari/4.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/2019-setembro/node_modules/is-symbol/test/.eslintrc b/2019-setembro/node_modules/is-symbol/test/.eslintrc new file mode 100644 index 0000000..1ac0d47 --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/test/.eslintrc @@ -0,0 +1,7 @@ +{ + "rules": { + "max-statements-per-line": [2, { "max": 2 }], + "no-restricted-properties": 0, + "symbol-description": 0, + } +} diff --git a/2019-setembro/node_modules/is-symbol/test/index.js b/2019-setembro/node_modules/is-symbol/test/index.js new file mode 100644 index 0000000..e01f035 --- /dev/null +++ b/2019-setembro/node_modules/is-symbol/test/index.js @@ -0,0 +1,92 @@ +'use strict'; + +var test = require('tape'); +var isSymbol = require('../index'); + +var forEach = function (arr, func) { + var i; + for (i = 0; i < arr.length; ++i) { + func(arr[i], i, arr); + } +}; + +var hasSymbols = require('has-symbols')(); +var inspect = require('object-inspect'); +var debug = function (v, m) { return inspect(v) + ' ' + m; }; + +test('non-symbol values', function (t) { + var nonSymbols = [ + true, + false, + Object(true), + Object(false), + null, + undefined, + {}, + [], + /a/g, + 'string', + 42, + new Date(), + function () {}, + NaN + ]; + t.plan(nonSymbols.length); + forEach(nonSymbols, function (nonSymbol) { + t.equal(false, isSymbol(nonSymbol), debug(nonSymbol, 'is not a symbol')); + }); + t.end(); +}); + +test('faked symbol values', function (t) { + t.test('real symbol valueOf', { skip: !hasSymbols }, function (st) { + var fakeSymbol = { valueOf: function () { return Symbol('foo'); } }; + st.equal(false, isSymbol(fakeSymbol), 'object with valueOf returning a symbol is not a symbol'); + st.end(); + }); + + t.test('faked @@toStringTag', { skip: !hasSymbols || !Symbol.toStringTag }, function (st) { + var fakeSymbol = { valueOf: function () { return Symbol('foo'); } }; + fakeSymbol[Symbol.toStringTag] = 'Symbol'; + st.equal(false, isSymbol(fakeSymbol), 'object with fake Symbol @@toStringTag and valueOf returning a symbol is not a symbol'); + var notSoFakeSymbol = { valueOf: function () { return 42; } }; + notSoFakeSymbol[Symbol.toStringTag] = 'Symbol'; + st.equal(false, isSymbol(notSoFakeSymbol), 'object with fake Symbol @@toStringTag and valueOf not returning a symbol is not a symbol'); + st.end(); + }); + + var fakeSymbolString = { toString: function () { return 'Symbol(foo)'; } }; + t.equal(false, isSymbol(fakeSymbolString), 'object with toString returning Symbol(foo) is not a symbol'); + + t.end(); +}); + +test('Symbol support', { skip: !hasSymbols }, function (t) { + t.test('well-known Symbols', function (st) { + var isWellKnown = function filterer(name) { + return name !== 'for' && name !== 'keyFor' && !(name in filterer); + }; + var wellKnownSymbols = Object.getOwnPropertyNames(Symbol).filter(isWellKnown); + wellKnownSymbols.forEach(function (name) { + var sym = Symbol[name]; + st.equal(true, isSymbol(sym), debug(sym, ' is a symbol')); + }); + st.end(); + }); + + t.test('user-created symbols', function (st) { + var symbols = [ + Symbol(), + Symbol('foo'), + Symbol['for']('foo'), + Object(Symbol('object')) + ]; + symbols.forEach(function (sym) { + st.equal(true, isSymbol(sym), debug(sym, ' is a symbol')); + }); + st.end(); + }); + + t.end(); +}); + diff --git a/2019-setembro/node_modules/is-windows/LICENSE b/2019-setembro/node_modules/is-windows/LICENSE new file mode 100644 index 0000000..f8de063 --- /dev/null +++ b/2019-setembro/node_modules/is-windows/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-windows/README.md b/2019-setembro/node_modules/is-windows/README.md new file mode 100644 index 0000000..485bfde --- /dev/null +++ b/2019-setembro/node_modules/is-windows/README.md @@ -0,0 +1,95 @@ +# is-windows [![NPM version](https://img.shields.io/npm/v/is-windows.svg?style=flat)](https://www.npmjs.com/package/is-windows) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-windows.svg?style=flat)](https://npmjs.org/package/is-windows) [![NPM total downloads](https://img.shields.io/npm/dt/is-windows.svg?style=flat)](https://npmjs.org/package/is-windows) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-windows.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-windows) + +> Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-windows +``` + +## Heads up! + +As of `v0.2.0` this module always returns a function. + +## Node.js usage + +```js +var isWindows = require('is-windows'); + +console.log(isWindows()); +//=> returns true if the platform is windows +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-absolute](https://www.npmjs.com/package/is-absolute): Returns true if a file path is absolute. Does not rely on the path module… [more](https://github.com/jonschlinkert/is-absolute) | [homepage](https://github.com/jonschlinkert/is-absolute "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.") +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [is-relative](https://www.npmjs.com/package/is-relative): Returns `true` if the path appears to be relative. | [homepage](https://github.com/jonschlinkert/is-relative "Returns `true` if the path appears to be relative.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [window-size](https://www.npmjs.com/package/window-size): Reliable way to get the height and width of terminal/console, since it's not calculated or… [more](https://github.com/jonschlinkert/window-size) | [homepage](https://github.com/jonschlinkert/window-size "Reliable way to get the height and width of terminal/console, since it's not calculated or updated the same way on all platforms, environments and node.js versions.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 11 | [jonschlinkert](https://github.com/jonschlinkert) | +| 4 | [doowb](https://github.com/doowb) | +| 1 | [SimenB](https://github.com/SimenB) | +| 1 | [gucong3000](https://github.com/gucong3000) | + +### Author + +**Jon Schlinkert** + +* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on February 14, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-windows/index.js b/2019-setembro/node_modules/is-windows/index.js new file mode 100644 index 0000000..55d43e0 --- /dev/null +++ b/2019-setembro/node_modules/is-windows/index.js @@ -0,0 +1,27 @@ +/*! + * is-windows + * + * Copyright © 2015-2018, Jon Schlinkert. + * Released under the MIT License. + */ + +(function(factory) { + if (exports && typeof exports === 'object' && typeof module !== 'undefined') { + module.exports = factory(); + } else if (typeof define === 'function' && define.amd) { + define([], factory); + } else if (typeof window !== 'undefined') { + window.isWindows = factory(); + } else if (typeof global !== 'undefined') { + global.isWindows = factory(); + } else if (typeof self !== 'undefined') { + self.isWindows = factory(); + } else { + this.isWindows = factory(); + } +})(function() { + 'use strict'; + return function isWindows() { + return process && (process.platform === 'win32' || /^(msys|cygwin)$/.test(process.env.OSTYPE)); + }; +}); diff --git a/2019-setembro/node_modules/is-windows/package.json b/2019-setembro/node_modules/is-windows/package.json new file mode 100644 index 0000000..fca09f9 --- /dev/null +++ b/2019-setembro/node_modules/is-windows/package.json @@ -0,0 +1,71 @@ +{ + "name": "is-windows", + "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.", + "version": "1.0.2", + "homepage": "https://github.com/jonschlinkert/is-windows", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Simen Bekkhus (https://github.com/SimenB)", + "刘祺 (gucong.co.cc)" + ], + "repository": "jonschlinkert/is-windows", + "bugs": { + "url": "https://github.com/jonschlinkert/is-windows/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "keywords": [ + "check", + "cywin", + "is", + "is-windows", + "nix", + "operating system", + "os", + "platform", + "process", + "unix", + "win", + "win32", + "windows" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "is-absolute", + "is-glob", + "is-relative", + "isobject", + "window-size" + ] + }, + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/isarray/.npmignore b/2019-setembro/node_modules/isarray/.npmignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/2019-setembro/node_modules/isarray/.npmignore @@ -0,0 +1 @@ +node_modules diff --git a/2019-setembro/node_modules/isarray/.travis.yml b/2019-setembro/node_modules/isarray/.travis.yml new file mode 100644 index 0000000..cc4dba2 --- /dev/null +++ b/2019-setembro/node_modules/isarray/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.8" + - "0.10" diff --git a/2019-setembro/node_modules/isarray/Makefile b/2019-setembro/node_modules/isarray/Makefile new file mode 100644 index 0000000..787d56e --- /dev/null +++ b/2019-setembro/node_modules/isarray/Makefile @@ -0,0 +1,6 @@ + +test: + @node_modules/.bin/tape test.js + +.PHONY: test + diff --git a/2019-setembro/node_modules/isarray/README.md b/2019-setembro/node_modules/isarray/README.md new file mode 100644 index 0000000..16d2c59 --- /dev/null +++ b/2019-setembro/node_modules/isarray/README.md @@ -0,0 +1,60 @@ + +# isarray + +`Array#isArray` for older browsers. + +[![build status](https://secure.travis-ci.org/juliangruber/isarray.svg)](http://travis-ci.org/juliangruber/isarray) +[![downloads](https://img.shields.io/npm/dm/isarray.svg)](https://www.npmjs.org/package/isarray) + +[![browser support](https://ci.testling.com/juliangruber/isarray.png) +](https://ci.testling.com/juliangruber/isarray) + +## Usage + +```js +var isArray = require('isarray'); + +console.log(isArray([])); // => true +console.log(isArray({})); // => false +``` + +## Installation + +With [npm](http://npmjs.org) do + +```bash +$ npm install isarray +``` + +Then bundle for the browser with +[browserify](https://github.com/substack/browserify). + +With [component](http://component.io) do + +```bash +$ component install juliangruber/isarray +``` + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2019-setembro/node_modules/isarray/component.json b/2019-setembro/node_modules/isarray/component.json new file mode 100644 index 0000000..9e31b68 --- /dev/null +++ b/2019-setembro/node_modules/isarray/component.json @@ -0,0 +1,19 @@ +{ + "name" : "isarray", + "description" : "Array#isArray for older browsers", + "version" : "0.0.1", + "repository" : "juliangruber/isarray", + "homepage": "https://github.com/juliangruber/isarray", + "main" : "index.js", + "scripts" : [ + "index.js" + ], + "dependencies" : {}, + "keywords": ["browser","isarray","array"], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT" +} diff --git a/2019-setembro/node_modules/isarray/index.js b/2019-setembro/node_modules/isarray/index.js new file mode 100644 index 0000000..a57f634 --- /dev/null +++ b/2019-setembro/node_modules/isarray/index.js @@ -0,0 +1,5 @@ +var toString = {}.toString; + +module.exports = Array.isArray || function (arr) { + return toString.call(arr) == '[object Array]'; +}; diff --git a/2019-setembro/node_modules/isarray/package.json b/2019-setembro/node_modules/isarray/package.json new file mode 100644 index 0000000..1a4317a --- /dev/null +++ b/2019-setembro/node_modules/isarray/package.json @@ -0,0 +1,45 @@ +{ + "name": "isarray", + "description": "Array#isArray for older browsers", + "version": "1.0.0", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/isarray.git" + }, + "homepage": "https://github.com/juliangruber/isarray", + "main": "index.js", + "dependencies": {}, + "devDependencies": { + "tape": "~2.13.4" + }, + "keywords": [ + "browser", + "isarray", + "array" + ], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT", + "testling": { + "files": "test.js", + "browsers": [ + "ie/8..latest", + "firefox/17..latest", + "firefox/nightly", + "chrome/22..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + }, + "scripts": { + "test": "tape test.js" + } +} diff --git a/2019-setembro/node_modules/isarray/test.js b/2019-setembro/node_modules/isarray/test.js new file mode 100644 index 0000000..e0c3444 --- /dev/null +++ b/2019-setembro/node_modules/isarray/test.js @@ -0,0 +1,20 @@ +var isArray = require('./'); +var test = require('tape'); + +test('is array', function(t){ + t.ok(isArray([])); + t.notOk(isArray({})); + t.notOk(isArray(null)); + t.notOk(isArray(false)); + + var obj = {}; + obj[0] = true; + t.notOk(isArray(obj)); + + var arr = []; + arr.foo = 'bar'; + t.ok(isArray(arr)); + + t.end(); +}); + diff --git a/2019-setembro/node_modules/isexe/.npmignore b/2019-setembro/node_modules/isexe/.npmignore new file mode 100644 index 0000000..c1cb757 --- /dev/null +++ b/2019-setembro/node_modules/isexe/.npmignore @@ -0,0 +1,2 @@ +.nyc_output/ +coverage/ diff --git a/2019-setembro/node_modules/isexe/LICENSE b/2019-setembro/node_modules/isexe/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/2019-setembro/node_modules/isexe/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/isexe/README.md b/2019-setembro/node_modules/isexe/README.md new file mode 100644 index 0000000..35769e8 --- /dev/null +++ b/2019-setembro/node_modules/isexe/README.md @@ -0,0 +1,51 @@ +# isexe + +Minimal module to check if a file is executable, and a normal file. + +Uses `fs.stat` and tests against the `PATHEXT` environment variable on +Windows. + +## USAGE + +```javascript +var isexe = require('isexe') +isexe('some-file-name', function (err, isExe) { + if (err) { + console.error('probably file does not exist or something', err) + } else if (isExe) { + console.error('this thing can be run') + } else { + console.error('cannot be run') + } +}) + +// same thing but synchronous, throws errors +var isExe = isexe.sync('some-file-name') + +// treat errors as just "not executable" +isexe('maybe-missing-file', { ignoreErrors: true }, callback) +var isExe = isexe.sync('maybe-missing-file', { ignoreErrors: true }) +``` + +## API + +### `isexe(path, [options], [callback])` + +Check if the path is executable. If no callback provided, and a +global `Promise` object is available, then a Promise will be returned. + +Will raise whatever errors may be raised by `fs.stat`, unless +`options.ignoreErrors` is set to true. + +### `isexe.sync(path, [options])` + +Same as `isexe` but returns the value and throws any errors raised. + +### Options + +* `ignoreErrors` Treat all errors as "no, this is not executable", but + don't raise them. +* `uid` Number to use as the user id +* `gid` Number to use as the group id +* `pathExt` List of path extensions to use instead of `PATHEXT` + environment variable on Windows. diff --git a/2019-setembro/node_modules/isexe/index.js b/2019-setembro/node_modules/isexe/index.js new file mode 100644 index 0000000..553fb32 --- /dev/null +++ b/2019-setembro/node_modules/isexe/index.js @@ -0,0 +1,57 @@ +var fs = require('fs') +var core +if (process.platform === 'win32' || global.TESTING_WINDOWS) { + core = require('./windows.js') +} else { + core = require('./mode.js') +} + +module.exports = isexe +isexe.sync = sync + +function isexe (path, options, cb) { + if (typeof options === 'function') { + cb = options + options = {} + } + + if (!cb) { + if (typeof Promise !== 'function') { + throw new TypeError('callback not provided') + } + + return new Promise(function (resolve, reject) { + isexe(path, options || {}, function (er, is) { + if (er) { + reject(er) + } else { + resolve(is) + } + }) + }) + } + + core(path, options || {}, function (er, is) { + // ignore EACCES because that just means we aren't allowed to run it + if (er) { + if (er.code === 'EACCES' || options && options.ignoreErrors) { + er = null + is = false + } + } + cb(er, is) + }) +} + +function sync (path, options) { + // my kingdom for a filtered catch + try { + return core.sync(path, options || {}) + } catch (er) { + if (options && options.ignoreErrors || er.code === 'EACCES') { + return false + } else { + throw er + } + } +} diff --git a/2019-setembro/node_modules/isexe/mode.js b/2019-setembro/node_modules/isexe/mode.js new file mode 100644 index 0000000..1995ea4 --- /dev/null +++ b/2019-setembro/node_modules/isexe/mode.js @@ -0,0 +1,41 @@ +module.exports = isexe +isexe.sync = sync + +var fs = require('fs') + +function isexe (path, options, cb) { + fs.stat(path, function (er, stat) { + cb(er, er ? false : checkStat(stat, options)) + }) +} + +function sync (path, options) { + return checkStat(fs.statSync(path), options) +} + +function checkStat (stat, options) { + return stat.isFile() && checkMode(stat, options) +} + +function checkMode (stat, options) { + var mod = stat.mode + var uid = stat.uid + var gid = stat.gid + + var myUid = options.uid !== undefined ? + options.uid : process.getuid && process.getuid() + var myGid = options.gid !== undefined ? + options.gid : process.getgid && process.getgid() + + var u = parseInt('100', 8) + var g = parseInt('010', 8) + var o = parseInt('001', 8) + var ug = u | g + + var ret = (mod & o) || + (mod & g) && gid === myGid || + (mod & u) && uid === myUid || + (mod & ug) && myUid === 0 + + return ret +} diff --git a/2019-setembro/node_modules/isexe/package.json b/2019-setembro/node_modules/isexe/package.json new file mode 100644 index 0000000..e452689 --- /dev/null +++ b/2019-setembro/node_modules/isexe/package.json @@ -0,0 +1,31 @@ +{ + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "main": "index.js", + "directories": { + "test": "test" + }, + "devDependencies": { + "mkdirp": "^0.5.1", + "rimraf": "^2.5.0", + "tap": "^10.3.0" + }, + "scripts": { + "test": "tap test/*.js --100", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/isexe.git" + }, + "keywords": [], + "bugs": { + "url": "https://github.com/isaacs/isexe/issues" + }, + "homepage": "https://github.com/isaacs/isexe#readme" +} diff --git a/2019-setembro/node_modules/isexe/test/basic.js b/2019-setembro/node_modules/isexe/test/basic.js new file mode 100644 index 0000000..d926df6 --- /dev/null +++ b/2019-setembro/node_modules/isexe/test/basic.js @@ -0,0 +1,221 @@ +var t = require('tap') +var fs = require('fs') +var path = require('path') +var fixture = path.resolve(__dirname, 'fixtures') +var meow = fixture + '/meow.cat' +var mine = fixture + '/mine.cat' +var ours = fixture + '/ours.cat' +var fail = fixture + '/fail.false' +var noent = fixture + '/enoent.exe' +var mkdirp = require('mkdirp') +var rimraf = require('rimraf') + +var isWindows = process.platform === 'win32' +var hasAccess = typeof fs.access === 'function' +var winSkip = isWindows && 'windows' +var accessSkip = !hasAccess && 'no fs.access function' +var hasPromise = typeof Promise === 'function' +var promiseSkip = !hasPromise && 'no global Promise' + +function reset () { + delete require.cache[require.resolve('../')] + return require('../') +} + +t.test('setup fixtures', function (t) { + rimraf.sync(fixture) + mkdirp.sync(fixture) + fs.writeFileSync(meow, '#!/usr/bin/env cat\nmeow\n') + fs.chmodSync(meow, parseInt('0755', 8)) + fs.writeFileSync(fail, '#!/usr/bin/env false\n') + fs.chmodSync(fail, parseInt('0644', 8)) + fs.writeFileSync(mine, '#!/usr/bin/env cat\nmine\n') + fs.chmodSync(mine, parseInt('0744', 8)) + fs.writeFileSync(ours, '#!/usr/bin/env cat\nours\n') + fs.chmodSync(ours, parseInt('0754', 8)) + t.end() +}) + +t.test('promise', { skip: promiseSkip }, function (t) { + var isexe = reset() + t.test('meow async', function (t) { + isexe(meow).then(function (is) { + t.ok(is) + t.end() + }) + }) + t.test('fail async', function (t) { + isexe(fail).then(function (is) { + t.notOk(is) + t.end() + }) + }) + t.test('noent async', function (t) { + isexe(noent).catch(function (er) { + t.ok(er) + t.end() + }) + }) + t.test('noent ignore async', function (t) { + isexe(noent, { ignoreErrors: true }).then(function (is) { + t.notOk(is) + t.end() + }) + }) + t.end() +}) + +t.test('no promise', function (t) { + global.Promise = null + var isexe = reset() + t.throws('try to meow a promise', function () { + isexe(meow) + }) + t.end() +}) + +t.test('access', { skip: accessSkip || winSkip }, function (t) { + runTest(t) +}) + +t.test('mode', { skip: winSkip }, function (t) { + delete fs.access + delete fs.accessSync + var isexe = reset() + t.ok(isexe.sync(ours, { uid: 0, gid: 0 })) + t.ok(isexe.sync(mine, { uid: 0, gid: 0 })) + runTest(t) +}) + +t.test('windows', function (t) { + global.TESTING_WINDOWS = true + var pathExt = '.EXE;.CAT;.CMD;.COM' + t.test('pathExt option', function (t) { + runTest(t, { pathExt: '.EXE;.CAT;.CMD;.COM' }) + }) + t.test('pathExt env', function (t) { + process.env.PATHEXT = pathExt + runTest(t) + }) + t.test('no pathExt', function (t) { + // with a pathExt of '', any filename is fine. + // so the "fail" one would still pass. + runTest(t, { pathExt: '', skipFail: true }) + }) + t.test('pathext with empty entry', function (t) { + // with a pathExt of '', any filename is fine. + // so the "fail" one would still pass. + runTest(t, { pathExt: ';' + pathExt, skipFail: true }) + }) + t.end() +}) + +t.test('cleanup', function (t) { + rimraf.sync(fixture) + t.end() +}) + +function runTest (t, options) { + var isexe = reset() + + var optionsIgnore = Object.create(options || {}) + optionsIgnore.ignoreErrors = true + + if (!options || !options.skipFail) { + t.notOk(isexe.sync(fail, options)) + } + t.notOk(isexe.sync(noent, optionsIgnore)) + if (!options) { + t.ok(isexe.sync(meow)) + } else { + t.ok(isexe.sync(meow, options)) + } + + t.ok(isexe.sync(mine, options)) + t.ok(isexe.sync(ours, options)) + t.throws(function () { + isexe.sync(noent, options) + }) + + t.test('meow async', function (t) { + if (!options) { + isexe(meow, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + } else { + isexe(meow, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + } + }) + + t.test('mine async', function (t) { + isexe(mine, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + }) + + t.test('ours async', function (t) { + isexe(ours, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + }) + + if (!options || !options.skipFail) { + t.test('fail async', function (t) { + isexe(fail, options, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + } + + t.test('noent async', function (t) { + isexe(noent, options, function (er, is) { + t.ok(er) + t.notOk(is) + t.end() + }) + }) + + t.test('noent ignore async', function (t) { + isexe(noent, optionsIgnore, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + + t.test('directory is not executable', function (t) { + isexe(__dirname, options, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + + t.end() +} diff --git a/2019-setembro/node_modules/isexe/windows.js b/2019-setembro/node_modules/isexe/windows.js new file mode 100644 index 0000000..3499673 --- /dev/null +++ b/2019-setembro/node_modules/isexe/windows.js @@ -0,0 +1,42 @@ +module.exports = isexe +isexe.sync = sync + +var fs = require('fs') + +function checkPathExt (path, options) { + var pathext = options.pathExt !== undefined ? + options.pathExt : process.env.PATHEXT + + if (!pathext) { + return true + } + + pathext = pathext.split(';') + if (pathext.indexOf('') !== -1) { + return true + } + for (var i = 0; i < pathext.length; i++) { + var p = pathext[i].toLowerCase() + if (p && path.substr(-p.length).toLowerCase() === p) { + return true + } + } + return false +} + +function checkStat (stat, path, options) { + if (!stat.isSymbolicLink() && !stat.isFile()) { + return false + } + return checkPathExt(path, options) +} + +function isexe (path, options, cb) { + fs.stat(path, function (er, stat) { + cb(er, er ? false : checkStat(stat, path, options)) + }) +} + +function sync (path, options) { + return checkStat(fs.statSync(path), path, options) +} diff --git a/2019-setembro/node_modules/isobject/LICENSE b/2019-setembro/node_modules/isobject/LICENSE new file mode 100644 index 0000000..943e71d --- /dev/null +++ b/2019-setembro/node_modules/isobject/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/isobject/README.md b/2019-setembro/node_modules/isobject/README.md new file mode 100644 index 0000000..d01feaa --- /dev/null +++ b/2019-setembro/node_modules/isobject/README.md @@ -0,0 +1,122 @@ +# isobject [![NPM version](https://img.shields.io/npm/v/isobject.svg?style=flat)](https://www.npmjs.com/package/isobject) [![NPM monthly downloads](https://img.shields.io/npm/dm/isobject.svg?style=flat)](https://npmjs.org/package/isobject) [![NPM total downloads](https://img.shields.io/npm/dt/isobject.svg?style=flat)](https://npmjs.org/package/isobject) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/isobject.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/isobject) + +> Returns true if the value is an object and not an array or null. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save isobject +``` + +Install with [yarn](https://yarnpkg.com): + +```sh +$ yarn add isobject +``` + +Use [is-plain-object](https://github.com/jonschlinkert/is-plain-object) if you want only objects that are created by the `Object` constructor. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install isobject +``` +Install with [bower](https://bower.io/) + +```sh +$ bower install isobject +``` + +## Usage + +```js +var isObject = require('isobject'); +``` + +**True** + +All of the following return `true`: + +```js +isObject({}); +isObject(Object.create({})); +isObject(Object.create(Object.prototype)); +isObject(Object.create(null)); +isObject({}); +isObject(new Foo); +isObject(/foo/); +``` + +**False** + +All of the following return `false`: + +```js +isObject(); +isObject(function () {}); +isObject(1); +isObject([]); +isObject(undefined); +isObject(null); +``` + +## About + +### Related projects + +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") +* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 29 | [jonschlinkert](https://github.com/jonschlinkert) | +| 4 | [doowb](https://github.com/doowb) | +| 1 | [magnudae](https://github.com/magnudae) | +| 1 | [LeSuisse](https://github.com/LeSuisse) | +| 1 | [tmcw](https://github.com/tmcw) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 30, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/isobject/index.d.ts b/2019-setembro/node_modules/isobject/index.d.ts new file mode 100644 index 0000000..55f81c2 --- /dev/null +++ b/2019-setembro/node_modules/isobject/index.d.ts @@ -0,0 +1,5 @@ +export = isObject; + +declare function isObject(val: any): boolean; + +declare namespace isObject {} diff --git a/2019-setembro/node_modules/isobject/index.js b/2019-setembro/node_modules/isobject/index.js new file mode 100644 index 0000000..2d59958 --- /dev/null +++ b/2019-setembro/node_modules/isobject/index.js @@ -0,0 +1,12 @@ +/*! + * isobject + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +module.exports = function isObject(val) { + return val != null && typeof val === 'object' && Array.isArray(val) === false; +}; diff --git a/2019-setembro/node_modules/isobject/package.json b/2019-setembro/node_modules/isobject/package.json new file mode 100644 index 0000000..62aa8c1 --- /dev/null +++ b/2019-setembro/node_modules/isobject/package.json @@ -0,0 +1,74 @@ +{ + "name": "isobject", + "description": "Returns true if the value is an object and not an array or null.", + "version": "3.0.1", + "homepage": "https://github.com/jonschlinkert/isobject", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "(https://github.com/LeSuisse)", + "Brian Woodward (https://twitter.com/doowb)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Magnús Dæhlen (https://github.com/magnudae)", + "Tom MacWright (https://macwright.org)" + ], + "repository": "jonschlinkert/isobject", + "bugs": { + "url": "https://github.com/jonschlinkert/isobject/issues" + }, + "license": "MIT", + "files": [ + "index.d.ts", + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": {}, + "devDependencies": { + "gulp-format-md": "^0.1.9", + "mocha": "^2.4.5" + }, + "keywords": [ + "check", + "is", + "is-object", + "isobject", + "kind", + "kind-of", + "kindof", + "native", + "object", + "type", + "typeof", + "value" + ], + "types": "index.d.ts", + "verb": { + "related": { + "list": [ + "extend-shallow", + "is-plain-object", + "kind-of", + "merge-deep" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/jest-worker/LICENSE b/2019-setembro/node_modules/jest-worker/LICENSE new file mode 100644 index 0000000..b96dcb0 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2019-setembro/node_modules/jest-worker/README.md b/2019-setembro/node_modules/jest-worker/README.md new file mode 100644 index 0000000..e6ca3a7 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/README.md @@ -0,0 +1,215 @@ +# jest-worker + +Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers. + +The module works by providing an absolute path of the module to be loaded in all forked processes. Files relative to a node module are also accepted. All methods are exposed on the parent process as promises, so they can be `await`'ed. Child (worker) methods can either be synchronous or asynchronous. + +The module also implements support for bound workers. Binding a worker means that, based on certain parameters, the same task will always be executed by the same worker. The way bound workers work is by using the returned string of the `computeWorkerKey` method. If the string was used before for a task, the call will be queued to the related worker that processed the task earlier; if not, it will be executed by the first available worker, then sticked to the worker that executed it; so the next time it will be processed by the same worker. If you have no preference on the worker executing the task, but you have defined a `computeWorkerKey` method because you want _some_ of the tasks to be sticked, you can return `null` from it. + +The list of exposed methods can be explicitly provided via the `exposedMethods` option. If it is not provided, it will be obtained by requiring the child module into the main process, and analyzed via reflection. Check the "minimal example" section for a valid one. + +## Install + +```sh +$ yarn add jest-worker +``` + +## Example + +This example covers the minimal usage: + +### File `parent.js` + +```javascript +import Worker from 'jest-worker'; + +async function main() { + const worker = new Worker(require.resolve('./Worker')); + const result = await worker.hello('Alice'); // "Hello, Alice" +} + +main(); +``` + +### File `worker.js` + +```javascript +export function hello(param) { + return 'Hello, ' + param; +} +``` + +## Experimental worker + +Node 10 shipped with [worker-threads](https://nodejs.org/api/worker_threads.html), a "threading API" that uses SharedArrayBuffers to communicate between the main process and its child threads. This experimental Node feature can significantly improve the communication time between parent and child processes in `jest-worker`. + +Since `worker_threads` are considered experimental in Node, you have to opt-in to this behavior by passing `enableWorkerThreads: true` when instantiating the worker. While the feature was unflagged in Node 11.7.0, you'll need to run the Node process with the `--experimental-worker` flag for Node 10. + +## API + +The only exposed method is a constructor (`Worker`) that is initialized by passing the worker path, plus an options object. + +### `workerPath: string` (required) + +Node module name or absolute path of the file to be loaded in the child processes. Use `require.resolve` to transform a relative path into an absolute one. + +### `options: Object` (optional) + +#### `exposedMethods: $ReadOnlyArray` (optional) + +List of method names that can be called on the child processes from the parent process. You cannot expose any method named like a public `Worker` method, or starting with `_`. If you use method auto-discovery, then these methods will not be exposed, even if they exist. + +#### `numWorkers: number` (optional) + +Amount of workers to spawn. Defaults to the number of CPUs minus 1. + +#### `maxRetries: number` (optional) + +Maximum amount of times that a dead child can be re-spawned, per call. Defaults to `3`, pass `Infinity` to allow endless retries. + +#### `forkOptions: Object` (optional) + +Allow customizing all options passed to `childProcess.fork`. By default, some values are set (`cwd`, `env` and `execArgv`), but you can override them and customize the rest. For a list of valid values, check [the Node documentation](https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options). + +#### `computeWorkerKey: (method: string, ...args: Array) => ?string` (optional) + +Every time a method exposed via the API is called, `computeWorkerKey` is also called in order to bound the call to a worker. This is useful for workers that are able to cache the result or part of it. You bound calls to a worker by making `computeWorkerKey` return the same identifier for all different calls. If you do not want to bind the call to any worker, return `null`. + +The callback you provide is called with the method name, plus all the rest of the arguments of the call. Thus, you have full control to decide what to return. Check a practical example on bound workers under the "bound worker usage" section. + +By default, no process is bound to any worker. + +#### `setupArgs: Array` (optional) + +The arguments that will be passed to the `setup` method during initialization. + +#### `workerPool: (workerPath: string, options?: WorkerPoolOptions) => WorkerPoolInterface` (optional) + +Provide a custom worker pool to be used for spawning child processes. By default, Jest will use a node thread pool if available and fall back to child process threads. + +The arguments that will be passed to the `setup` method during initialization. + +#### `enableWorkerThreads: boolean` (optional) + +`jest-worker` will automatically detect if `worker_threads` are available, but will not use them unless passed `enableWorkerThreads: true`. + +## Worker + +The returned `Worker` instance has all the exposed methods, plus some additional ones to interact with the workers itself: + +### `getStdout(): Readable` + +Returns a `ReadableStream` where the standard output of all workers is piped. Note that the `silent` option of the child workers must be set to `true` to make it work. This is the default set by `jest-worker`, but keep it in mind when overriding options through `forkOptions`. + +### `getStderr(): Readable` + +Returns a `ReadableStream` where the standard error of all workers is piped. Note that the `silent` option of the child workers must be set to `true` to make it work. This is the default set by `jest-worker`, but keep it in mind when overriding options through `forkOptions`. + +### `end()` + +Finishes the workers by killing all workers. No further calls can be done to the `Worker` instance. + +**Note:** Each worker has a unique id (index that starts with `1`) which is available on `process.env.JEST_WORKER_ID` + +## Setting up and tearing down the child process + +The child process can define two special methods (both of them can be asynchronous): + +- `setup()`: If defined, it's executed before the first call to any method in the child. +- `teardown()`: If defined, it's executed when the farm ends. + +# More examples + +## Standard usage + +This example covers the standard usage: + +### File `parent.js` + +```javascript +import Worker from 'jest-worker'; + +async function main() { + const myWorker = new Worker(require.resolve('./Worker'), { + exposedMethods: ['foo', 'bar', 'getWorkerId'], + numWorkers: 4, + }); + + console.log(await myWorker.foo('Alice')); // "Hello from foo: Alice" + console.log(await myWorker.bar('Bob')); // "Hello from bar: Bob" + console.log(await myWorker.getWorkerId()); // "3" -> this message has sent from the 3rd worker + + myWorker.end(); +} + +main(); +``` + +### File `worker.js` + +```javascript +export function foo(param) { + return 'Hello from foo: ' + param; +} + +export function bar(param) { + return 'Hello from bar: ' + param; +} + +export function getWorkerId() { + return process.env.JEST_WORKER_ID; +} +``` + +## Bound worker usage: + +This example covers the usage with a `computeWorkerKey` method: + +### File `parent.js` + +```javascript +import Worker from 'jest-worker'; + +async function main() { + const myWorker = new Worker(require.resolve('./Worker'), { + computeWorkerKey: (method, filename) => filename, + }); + + // Transform the given file, within the first available worker. + console.log(await myWorker.transform('/tmp/foo.js')); + + // Wait a bit. + await sleep(10000); + + // Transform the same file again. Will immediately return because the + // transformed file is cached in the worker, and `computeWorkerKey` ensures + // the same worker that processed the file the first time will process it now. + console.log(await myWorker.transform('/tmp/foo.js')); + + myWorker.end(); +} + +main(); +``` + +### File `worker.js` + +```javascript +import babel from '@babel/core'; + +const cache = Object.create(null); + +export function transform(filename) { + if (cache[filename]) { + return cache[filename]; + } + + // jest-worker can handle both immediate results and thenables. If a + // thenable is returned, it will be await'ed until it resolves. + return babel.transformFileAsync(filename).then(result => { + cache[filename] = result; + + return result; + }); +} +``` diff --git a/2019-setembro/node_modules/jest-worker/build/Farm.d.ts b/2019-setembro/node_modules/jest-worker/build/Farm.d.ts new file mode 100644 index 0000000..fbdaea0 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/Farm.d.ts @@ -0,0 +1,27 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +import { FarmOptions } from './types'; +export default class Farm { + private _computeWorkerKey; + private _cacheKeys; + private _callback; + private _last; + private _locks; + private _numOfWorkers; + private _offset; + private _queue; + constructor(numOfWorkers: number, callback: Function, computeWorkerKey?: FarmOptions['computeWorkerKey']); + doWork(method: string, ...args: Array): Promise; + private _getNextTask; + private _process; + private _enqueue; + private _push; + private _lock; + private _unlock; + private _isLocked; +} +//# sourceMappingURL=Farm.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/Farm.d.ts.map b/2019-setembro/node_modules/jest-worker/build/Farm.d.ts.map new file mode 100644 index 0000000..95d9541 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/Farm.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"Farm.d.ts","sourceRoot":"","sources":["../src/Farm.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAEL,WAAW,EAOZ,MAAM,SAAS,CAAC;AAEjB,MAAM,CAAC,OAAO,OAAO,IAAI;IACvB,OAAO,CAAC,iBAAiB,CAAkC;IAC3D,OAAO,CAAC,UAAU,CAAkC;IACpD,OAAO,CAAC,SAAS,CAAW;IAC5B,OAAO,CAAC,KAAK,CAAmB;IAChC,OAAO,CAAC,MAAM,CAAiB;IAC/B,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,MAAM,CAA0B;gBAGtC,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,QAAQ,EAClB,gBAAgB,CAAC,EAAE,WAAW,CAAC,kBAAkB,CAAC;IAepD,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC;IAqC7D,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,QAAQ;IA0BhB,OAAO,CAAC,QAAQ;IAmBhB,OAAO,CAAC,KAAK;IAUb,OAAO,CAAC,KAAK;IAIb,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,SAAS;CAGlB"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/Farm.js b/2019-setembro/node_modules/jest-worker/build/Farm.js new file mode 100644 index 0000000..64a5865 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/Farm.js @@ -0,0 +1,179 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); +exports.default = void 0; + +var _types = require('./types'); + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; +} + +class Farm { + constructor(numOfWorkers, callback, computeWorkerKey) { + _defineProperty(this, '_computeWorkerKey', void 0); + + _defineProperty(this, '_cacheKeys', void 0); + + _defineProperty(this, '_callback', void 0); + + _defineProperty(this, '_last', void 0); + + _defineProperty(this, '_locks', void 0); + + _defineProperty(this, '_numOfWorkers', void 0); + + _defineProperty(this, '_offset', void 0); + + _defineProperty(this, '_queue', void 0); + + this._cacheKeys = Object.create(null); + this._callback = callback; + this._last = []; + this._locks = []; + this._numOfWorkers = numOfWorkers; + this._offset = 0; + this._queue = []; + + if (computeWorkerKey) { + this._computeWorkerKey = computeWorkerKey; + } + } + + doWork(method, ...args) { + return new Promise((resolve, reject) => { + const computeWorkerKey = this._computeWorkerKey; + const request = [_types.CHILD_MESSAGE_CALL, false, method, args]; + let worker = null; + let hash = null; + + if (computeWorkerKey) { + hash = computeWorkerKey.call(this, method, ...args); + worker = hash == null ? null : this._cacheKeys[hash]; + } + + const onStart = worker => { + if (hash != null) { + this._cacheKeys[hash] = worker; + } + }; + + const onEnd = (error, result) => { + if (error) { + reject(error); + } else { + resolve(result); + } + }; + + const task = { + onEnd, + onStart, + request + }; + + if (worker) { + this._enqueue(task, worker.getWorkerId()); + } else { + this._push(task); + } + }); + } + + _getNextTask(workerId) { + let queueHead = this._queue[workerId]; + + while (queueHead && queueHead.task.request[1]) { + queueHead = queueHead.next || null; + } + + this._queue[workerId] = queueHead; + return queueHead && queueHead.task; + } + + _process(workerId) { + if (this._isLocked(workerId)) { + return this; + } + + const task = this._getNextTask(workerId); + + if (!task) { + return this; + } + + const onEnd = (error, result) => { + task.onEnd(error, result); + + this._unlock(workerId); + + this._process(workerId); + }; + + task.request[1] = true; + + this._lock(workerId); + + this._callback(workerId, task.request, task.onStart, onEnd); + + return this; + } + + _enqueue(task, workerId) { + const item = { + next: null, + task + }; + + if (task.request[1]) { + return this; + } + + if (this._queue[workerId]) { + this._last[workerId].next = item; + } else { + this._queue[workerId] = item; + } + + this._last[workerId] = item; + + this._process(workerId); + + return this; + } + + _push(task) { + for (let i = 0; i < this._numOfWorkers; i++) { + this._enqueue(task, (this._offset + i) % this._numOfWorkers); + } + + this._offset++; + return this; + } + + _lock(workerId) { + this._locks[workerId] = true; + } + + _unlock(workerId) { + this._locks[workerId] = false; + } + + _isLocked(workerId) { + return this._locks[workerId]; + } +} + +exports.default = Farm; diff --git a/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts b/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts new file mode 100644 index 0000000..21ee660 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts @@ -0,0 +1,14 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +import BaseWorkerPool from './base/BaseWorkerPool'; +import { ChildMessage, WorkerOptions, OnStart, OnEnd, WorkerPoolInterface, WorkerInterface } from './types'; +declare class WorkerPool extends BaseWorkerPool implements WorkerPoolInterface { + send(workerId: number, request: ChildMessage, onStart: OnStart, onEnd: OnEnd): void; + createWorker(workerOptions: WorkerOptions): WorkerInterface; +} +export default WorkerPool; +//# sourceMappingURL=WorkerPool.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts.map b/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts.map new file mode 100644 index 0000000..49bc9ce --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"WorkerPool.d.ts","sourceRoot":"","sources":["../src/WorkerPool.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,cAAc,MAAM,uBAAuB,CAAC;AAEnD,OAAO,EACL,YAAY,EACZ,aAAa,EACb,OAAO,EACP,KAAK,EACL,mBAAmB,EACnB,eAAe,EAChB,MAAM,SAAS,CAAC;AAWjB,cAAM,UAAW,SAAQ,cAAe,YAAW,mBAAmB;IACpE,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,YAAY,EACrB,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,KAAK,GACX,IAAI;IAIP,YAAY,CAAC,aAAa,EAAE,aAAa,GAAG,eAAe;CAU5D;AAED,eAAe,UAAU,CAAC"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/WorkerPool.js b/2019-setembro/node_modules/jest-worker/build/WorkerPool.js new file mode 100644 index 0000000..752ea5b --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/WorkerPool.js @@ -0,0 +1,49 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); +exports.default = void 0; + +var _BaseWorkerPool = _interopRequireDefault(require('./base/BaseWorkerPool')); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : {default: obj}; +} + +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +const canUseWorkerThreads = () => { + try { + require('worker_threads'); + + return true; + } catch (_) { + return false; + } +}; + +class WorkerPool extends _BaseWorkerPool.default { + send(workerId, request, onStart, onEnd) { + this.getWorkerById(workerId).send(request, onStart, onEnd); + } + + createWorker(workerOptions) { + let Worker; + + if (this._options.enableWorkerThreads && canUseWorkerThreads()) { + Worker = require('./workers/NodeThreadsWorker').default; + } else { + Worker = require('./workers/ChildProcessWorker').default; + } + + return new Worker(workerOptions); + } +} + +var _default = WorkerPool; +exports.default = _default; diff --git a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts new file mode 100644 index 0000000..26f0e0f --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts @@ -0,0 +1,22 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +/// +import { WorkerPoolOptions, WorkerOptions, WorkerInterface } from '../types'; +export default class BaseWorkerPool { + private readonly _stderr; + private readonly _stdout; + protected readonly _options: WorkerPoolOptions; + private readonly _workers; + constructor(workerPath: string, options: WorkerPoolOptions); + getStderr(): NodeJS.ReadableStream; + getStdout(): NodeJS.ReadableStream; + getWorkers(): Array; + getWorkerById(workerId: number): WorkerInterface; + createWorker(_workerOptions: WorkerOptions): WorkerInterface; + end(): void; +} +//# sourceMappingURL=BaseWorkerPool.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts.map b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts.map new file mode 100644 index 0000000..2d3e1c6 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"BaseWorkerPool.d.ts","sourceRoot":"","sources":["../../src/base/BaseWorkerPool.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AAKH,OAAO,EAEL,iBAAiB,EACjB,aAAa,EACb,eAAe,EAChB,MAAM,UAAU,CAAC;AAKlB,MAAM,CAAC,OAAO,OAAO,cAAc;IACjC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAwB;IAChD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAwB;IAChD,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,iBAAiB,CAAC;IAC/C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAyB;gBAEtC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB;IAyC1D,SAAS,IAAI,MAAM,CAAC,cAAc;IAIlC,SAAS,IAAI,MAAM,CAAC,cAAc;IAIlC,UAAU,IAAI,KAAK,CAAC,eAAe,CAAC;IAIpC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe;IAIhD,YAAY,CAAC,cAAc,EAAE,aAAa,GAAG,eAAe;IAI5D,GAAG,IAAI,IAAI;CAWZ"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.js b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.js new file mode 100644 index 0000000..1196001 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.js @@ -0,0 +1,134 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); +exports.default = void 0; + +function _path() { + const data = _interopRequireDefault(require('path')); + + _path = function _path() { + return data; + }; + + return data; +} + +function _mergeStream() { + const data = _interopRequireDefault(require('merge-stream')); + + _mergeStream = function _mergeStream() { + return data; + }; + + return data; +} + +var _types = require('../types'); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : {default: obj}; +} + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; +} + +/* istanbul ignore next */ +const emptyMethod = () => {}; + +class BaseWorkerPool { + constructor(workerPath, options) { + _defineProperty(this, '_stderr', void 0); + + _defineProperty(this, '_stdout', void 0); + + _defineProperty(this, '_options', void 0); + + _defineProperty(this, '_workers', void 0); + + this._options = options; + this._workers = new Array(options.numWorkers); + + if (!_path().default.isAbsolute(workerPath)) { + workerPath = require.resolve(workerPath); + } + + const stdout = (0, _mergeStream().default)(); + const stderr = (0, _mergeStream().default)(); + const forkOptions = options.forkOptions, + maxRetries = options.maxRetries, + setupArgs = options.setupArgs; + + for (let i = 0; i < options.numWorkers; i++) { + const workerOptions = { + forkOptions, + maxRetries, + setupArgs, + workerId: i, + workerPath + }; + const worker = this.createWorker(workerOptions); + const workerStdout = worker.getStdout(); + const workerStderr = worker.getStderr(); + + if (workerStdout) { + stdout.add(workerStdout); + } + + if (workerStderr) { + stderr.add(workerStderr); + } + + this._workers[i] = worker; + } + + this._stdout = stdout; + this._stderr = stderr; + } + + getStderr() { + return this._stderr; + } + + getStdout() { + return this._stdout; + } + + getWorkers() { + return this._workers; + } + + getWorkerById(workerId) { + return this._workers[workerId]; + } + + createWorker(_workerOptions) { + throw Error('Missing method createWorker in WorkerPool'); + } + + end() { + // We do not cache the request object here. If so, it would only be only + // processed by one of the workers, and we want them all to close. + for (let i = 0; i < this._workers.length; i++) { + this._workers[i].send( + [_types.CHILD_MESSAGE_END, false], + emptyMethod, + emptyMethod + ); + } + } +} + +exports.default = BaseWorkerPool; diff --git a/2019-setembro/node_modules/jest-worker/build/index.d.ts b/2019-setembro/node_modules/jest-worker/build/index.d.ts new file mode 100644 index 0000000..e931617 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/index.d.ts @@ -0,0 +1,46 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +/// +import { FarmOptions } from './types'; +/** + * The Jest farm (publicly called "Worker") is a class that allows you to queue + * methods across multiple child processes, in order to parallelize work. This + * is done by providing an absolute path to a module that will be loaded on each + * of the child processes, and bridged to the main process. + * + * Bridged methods are specified by using the "exposedMethods" property of the + * "options" object. This is an array of strings, where each of them corresponds + * to the exported name in the loaded module. + * + * You can also control the amount of workers by using the "numWorkers" property + * of the "options" object, and the settings passed to fork the process through + * the "forkOptions" property. The amount of workers defaults to the amount of + * CPUS minus one. + * + * Queueing calls can be done in two ways: + * - Standard method: calls will be redirected to the first available worker, + * so they will get executed as soon as they can. + * + * - Sticky method: if a "computeWorkerKey" method is provided within the + * config, the resulting string of this method will be used as a key. + * Every time this key is returned, it is guaranteed that your job will be + * processed by the same worker. This is specially useful if your workers + * are caching results. + */ +export default class JestWorker { + private _ending; + private _farm; + private _options; + private _workerPool; + constructor(workerPath: string, options?: FarmOptions); + private _bindExposedWorkerMethods; + private _callFunctionWithArgs; + getStderr(): NodeJS.ReadableStream; + getStdout(): NodeJS.ReadableStream; + end(): void; +} +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/index.d.ts.map b/2019-setembro/node_modules/jest-worker/build/index.d.ts.map new file mode 100644 index 0000000..b315849 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AAKH,OAAO,EAAyC,WAAW,EAAC,MAAM,SAAS,CAAC;AAyB5E;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,CAAC,OAAO,OAAO,UAAU;IAC7B,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,KAAK,CAAO;IACpB,OAAO,CAAC,QAAQ,CAAc;IAC9B,OAAO,CAAC,WAAW,CAAsB;gBAE7B,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW;IA+BrD,OAAO,CAAC,yBAAyB;IAkBjC,OAAO,CAAC,qBAAqB;IAW7B,SAAS,IAAI,MAAM,CAAC,cAAc;IAIlC,SAAS,IAAI,MAAM,CAAC,cAAc;IAIlC,GAAG,IAAI,IAAI;CASZ"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/index.js b/2019-setembro/node_modules/jest-worker/build/index.js new file mode 100644 index 0000000..18d4f56 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/index.js @@ -0,0 +1,184 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); +exports.default = void 0; + +function _os() { + const data = _interopRequireDefault(require('os')); + + _os = function _os() { + return data; + }; + + return data; +} + +var _WorkerPool = _interopRequireDefault(require('./WorkerPool')); + +var _Farm = _interopRequireDefault(require('./Farm')); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : {default: obj}; +} + +function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + var ownKeys = Object.keys(source); + if (typeof Object.getOwnPropertySymbols === 'function') { + ownKeys = ownKeys.concat( + Object.getOwnPropertySymbols(source).filter(function(sym) { + return Object.getOwnPropertyDescriptor(source, sym).enumerable; + }) + ); + } + ownKeys.forEach(function(key) { + _defineProperty(target, key, source[key]); + }); + } + return target; +} + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; +} + +function getExposedMethods(workerPath, options) { + let exposedMethods = options.exposedMethods; // If no methods list is given, try getting it by auto-requiring the module. + + if (!exposedMethods) { + const module = require(workerPath); + + exposedMethods = Object.keys(module).filter( + // @ts-ignore: no index + name => typeof module[name] === 'function' + ); + + if (typeof module === 'function') { + exposedMethods = [...exposedMethods, 'default']; + } + } + + return exposedMethods; +} +/** + * The Jest farm (publicly called "Worker") is a class that allows you to queue + * methods across multiple child processes, in order to parallelize work. This + * is done by providing an absolute path to a module that will be loaded on each + * of the child processes, and bridged to the main process. + * + * Bridged methods are specified by using the "exposedMethods" property of the + * "options" object. This is an array of strings, where each of them corresponds + * to the exported name in the loaded module. + * + * You can also control the amount of workers by using the "numWorkers" property + * of the "options" object, and the settings passed to fork the process through + * the "forkOptions" property. The amount of workers defaults to the amount of + * CPUS minus one. + * + * Queueing calls can be done in two ways: + * - Standard method: calls will be redirected to the first available worker, + * so they will get executed as soon as they can. + * + * - Sticky method: if a "computeWorkerKey" method is provided within the + * config, the resulting string of this method will be used as a key. + * Every time this key is returned, it is guaranteed that your job will be + * processed by the same worker. This is specially useful if your workers + * are caching results. + */ + +class JestWorker { + constructor(workerPath, options) { + _defineProperty(this, '_ending', void 0); + + _defineProperty(this, '_farm', void 0); + + _defineProperty(this, '_options', void 0); + + _defineProperty(this, '_workerPool', void 0); + + this._options = _objectSpread({}, options); + this._ending = false; + const workerPoolOptions = { + enableWorkerThreads: this._options.enableWorkerThreads || false, + forkOptions: this._options.forkOptions || {}, + maxRetries: this._options.maxRetries || 3, + numWorkers: + this._options.numWorkers || + Math.max(_os().default.cpus().length - 1, 1), + setupArgs: this._options.setupArgs || [] + }; + + if (this._options.WorkerPool) { + // @ts-ignore: constructor target any? + this._workerPool = new this._options.WorkerPool( + workerPath, + workerPoolOptions + ); + } else { + this._workerPool = new _WorkerPool.default(workerPath, workerPoolOptions); + } + + this._farm = new _Farm.default( + workerPoolOptions.numWorkers, + this._workerPool.send.bind(this._workerPool), + this._options.computeWorkerKey + ); + + this._bindExposedWorkerMethods(workerPath, this._options); + } + + _bindExposedWorkerMethods(workerPath, options) { + getExposedMethods(workerPath, options).forEach(name => { + if (name.startsWith('_')) { + return; + } + + if (this.constructor.prototype.hasOwnProperty(name)) { + throw new TypeError('Cannot define a method called ' + name); + } // @ts-ignore: dynamic extension of the class instance is expected. + + this[name] = this._callFunctionWithArgs.bind(this, name); + }); + } + + _callFunctionWithArgs(method, ...args) { + if (this._ending) { + throw new Error('Farm is ended, no more calls can be done to it'); + } + + return this._farm.doWork(method, ...args); + } + + getStderr() { + return this._workerPool.getStderr(); + } + + getStdout() { + return this._workerPool.getStdout(); + } + + end() { + if (this._ending) { + throw new Error('Farm is ended, no more calls can be done to it'); + } + + this._workerPool.end(); + + this._ending = true; + } +} + +exports.default = JestWorker; diff --git a/2019-setembro/node_modules/jest-worker/build/types.d.ts b/2019-setembro/node_modules/jest-worker/build/types.d.ts new file mode 100644 index 0000000..e25cf11 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/types.d.ts @@ -0,0 +1,98 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +/// +import { EventEmitter } from 'events'; +import { ForkOptions } from 'child_process'; +export declare const CHILD_MESSAGE_INITIALIZE: 0; +export declare const CHILD_MESSAGE_CALL: 1; +export declare const CHILD_MESSAGE_END: 2; +export declare const PARENT_MESSAGE_OK: 0; +export declare const PARENT_MESSAGE_CLIENT_ERROR: 1; +export declare const PARENT_MESSAGE_SETUP_ERROR: 2; +export declare type PARENT_MESSAGE_ERROR = typeof PARENT_MESSAGE_CLIENT_ERROR | typeof PARENT_MESSAGE_SETUP_ERROR; +export { ForkOptions }; +export interface WorkerPoolInterface { + getStderr(): NodeJS.ReadableStream; + getStdout(): NodeJS.ReadableStream; + getWorkers(): Array; + createWorker(options: WorkerOptions): WorkerInterface; + send(workerId: number, request: ChildMessage, onStart: OnStart, onEnd: OnEnd): void; + end(): void; +} +export interface WorkerInterface { + send(request: ChildMessage, onProcessStart: OnStart, onProcessEnd: OnEnd): void; + getWorkerId(): number; + getStderr(): NodeJS.ReadableStream | null; + getStdout(): NodeJS.ReadableStream | null; + onExit(exitCode: number): void; + onMessage(message: ParentMessage): void; +} +export declare type FarmOptions = { + computeWorkerKey?: (method: string, ...args: Array) => string | null; + exposedMethods?: ReadonlyArray; + forkOptions?: ForkOptions; + setupArgs?: Array; + maxRetries?: number; + numWorkers?: number; + WorkerPool?: (workerPath: string, options?: WorkerPoolOptions) => WorkerPoolInterface; + enableWorkerThreads?: boolean; +}; +export declare type WorkerPoolOptions = { + setupArgs: Array; + forkOptions: ForkOptions; + maxRetries: number; + numWorkers: number; + enableWorkerThreads: boolean; +}; +export declare type WorkerOptions = { + forkOptions: ForkOptions; + setupArgs: Array; + maxRetries: number; + workerId: number; + workerPath: string; +}; +export declare type MessagePort = typeof EventEmitter & { + postMessage(message: unknown): void; +}; +export declare type MessageChannel = { + port1: MessagePort; + port2: MessagePort; +}; +export declare type ChildMessageInitialize = [typeof CHILD_MESSAGE_INITIALIZE, // type +boolean, // processed +string, // file +// file +Array | undefined, // setupArgs +// setupArgs +MessagePort | undefined]; +export declare type ChildMessageCall = [typeof CHILD_MESSAGE_CALL, // type +boolean, // processed +string, // method +Array]; +export declare type ChildMessageEnd = [typeof CHILD_MESSAGE_END, // type +boolean]; +export declare type ChildMessage = ChildMessageInitialize | ChildMessageCall | ChildMessageEnd; +export declare type ParentMessageOk = [typeof PARENT_MESSAGE_OK, // type +unknown]; +export declare type ParentMessageError = [PARENT_MESSAGE_ERROR, // type +string, // constructor +string, // message +string, // stack +unknown]; +export declare type ParentMessage = ParentMessageOk | ParentMessageError; +export declare type OnStart = (worker: WorkerInterface) => void; +export declare type OnEnd = (err: Error | null, result: unknown) => void; +export declare type QueueChildMessage = { + request: ChildMessage; + onStart: OnStart; + onEnd: OnEnd; +}; +export declare type QueueItem = { + task: QueueChildMessage; + next: QueueItem | null; +}; +//# sourceMappingURL=types.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/types.d.ts.map b/2019-setembro/node_modules/jest-worker/build/types.d.ts.map new file mode 100644 index 0000000..ba98553 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/types.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/types.js b/2019-setembro/node_modules/jest-worker/build/types.js new file mode 100644 index 0000000..f4b65de --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/types.js @@ -0,0 +1,43 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); +Object.defineProperty(exports, 'ForkOptions', { + enumerable: true, + get: function get() { + return _child_process().ForkOptions; + } +}); +exports.PARENT_MESSAGE_SETUP_ERROR = exports.PARENT_MESSAGE_CLIENT_ERROR = exports.PARENT_MESSAGE_OK = exports.CHILD_MESSAGE_END = exports.CHILD_MESSAGE_CALL = exports.CHILD_MESSAGE_INITIALIZE = void 0; + +function _child_process() { + const data = require('child_process'); + + _child_process = function _child_process() { + return data; + }; + + return data; +} + +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +// Because of the dynamic nature of a worker communication process, all messages +// coming from any of the other processes cannot be typed. Thus, many types +const CHILD_MESSAGE_INITIALIZE = 0; +exports.CHILD_MESSAGE_INITIALIZE = CHILD_MESSAGE_INITIALIZE; +const CHILD_MESSAGE_CALL = 1; +exports.CHILD_MESSAGE_CALL = CHILD_MESSAGE_CALL; +const CHILD_MESSAGE_END = 2; +exports.CHILD_MESSAGE_END = CHILD_MESSAGE_END; +const PARENT_MESSAGE_OK = 0; +exports.PARENT_MESSAGE_OK = PARENT_MESSAGE_OK; +const PARENT_MESSAGE_CLIENT_ERROR = 1; +exports.PARENT_MESSAGE_CLIENT_ERROR = PARENT_MESSAGE_CLIENT_ERROR; +const PARENT_MESSAGE_SETUP_ERROR = 2; +exports.PARENT_MESSAGE_SETUP_ERROR = PARENT_MESSAGE_SETUP_ERROR; diff --git a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts new file mode 100644 index 0000000..850d6ad --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts @@ -0,0 +1,47 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +/// +import { WorkerInterface, ChildMessage, OnEnd, OnStart, WorkerOptions, ParentMessage } from '../types'; +/** + * This class wraps the child process and provides a nice interface to + * communicate with. It takes care of: + * + * - Re-spawning the process if it dies. + * - Queues calls while the worker is busy. + * - Re-sends the requests if the worker blew up. + * + * The reason for queueing them here (since childProcess.send also has an + * internal queue) is because the worker could be doing asynchronous work, and + * this would lead to the child process to read its receiving buffer and start a + * second call. By queueing calls here, we don't send the next call to the + * children until we receive the result of the previous one. + * + * As soon as a request starts to be processed by a worker, its "processed" + * field is changed to "true", so that other workers which might encounter the + * same call skip it. + */ +export default class ChildProcessWorker implements WorkerInterface { + private _child; + private _options; + private _onProcessEnd; + private _fakeStream; + private _request; + private _retries; + private _stderr; + private _stdout; + constructor(options: WorkerOptions); + initialize(): void; + private _shutdown; + onMessage(response: ParentMessage): void; + onExit(exitCode: number): void; + send(request: ChildMessage, onProcessStart: OnStart, onProcessEnd: OnEnd): void; + getWorkerId(): number; + getStdout(): NodeJS.ReadableStream | null; + getStderr(): NodeJS.ReadableStream | null; + private _getFakeStream; +} +//# sourceMappingURL=ChildProcessWorker.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts.map b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts.map new file mode 100644 index 0000000..52f5349 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"ChildProcessWorker.d.ts","sourceRoot":"","sources":["../../src/workers/ChildProcessWorker.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AAOH,OAAO,EAKL,eAAe,EACf,YAAY,EACZ,KAAK,EACL,OAAO,EACP,aAAa,EACb,aAAa,EACd,MAAM,UAAU,CAAC;AAElB;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,OAAO,OAAO,kBAAmB,YAAW,eAAe;IAChE,OAAO,CAAC,MAAM,CAAgB;IAC9B,OAAO,CAAC,QAAQ,CAAgB;IAChC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,WAAW,CAAqB;IACxC,OAAO,CAAC,QAAQ,CAAsB;IACtC,OAAO,CAAC,QAAQ,CAAU;IAC1B,OAAO,CAAC,OAAO,CAAwC;IACvD,OAAO,CAAC,OAAO,CAAwC;gBAE3C,OAAO,EAAE,aAAa;IAUlC,UAAU;IAiEV,OAAO,CAAC,SAAS;IAQjB,SAAS,CAAC,QAAQ,EAAE,aAAa;IA6CjC,MAAM,CAAC,QAAQ,EAAE,MAAM;IAYvB,IAAI,CAAC,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK;IAcxE,WAAW;IAIX,SAAS,IAAI,MAAM,CAAC,cAAc,GAAG,IAAI;IAIzC,SAAS,IAAI,MAAM,CAAC,cAAc,GAAG,IAAI;IAIzC,OAAO,CAAC,cAAc;CAMvB"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.js b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.js new file mode 100644 index 0000000..7632297 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.js @@ -0,0 +1,310 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); +exports.default = void 0; + +function _child_process() { + const data = _interopRequireDefault(require('child_process')); + + _child_process = function _child_process() { + return data; + }; + + return data; +} + +function _stream() { + const data = require('stream'); + + _stream = function _stream() { + return data; + }; + + return data; +} + +function _mergeStream() { + const data = _interopRequireDefault(require('merge-stream')); + + _mergeStream = function _mergeStream() { + return data; + }; + + return data; +} + +function _supportsColor() { + const data = _interopRequireDefault(require('supports-color')); + + _supportsColor = function _supportsColor() { + return data; + }; + + return data; +} + +var _types = require('../types'); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : {default: obj}; +} + +function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + var ownKeys = Object.keys(source); + if (typeof Object.getOwnPropertySymbols === 'function') { + ownKeys = ownKeys.concat( + Object.getOwnPropertySymbols(source).filter(function(sym) { + return Object.getOwnPropertyDescriptor(source, sym).enumerable; + }) + ); + } + ownKeys.forEach(function(key) { + _defineProperty(target, key, source[key]); + }); + } + return target; +} + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; +} + +/** + * This class wraps the child process and provides a nice interface to + * communicate with. It takes care of: + * + * - Re-spawning the process if it dies. + * - Queues calls while the worker is busy. + * - Re-sends the requests if the worker blew up. + * + * The reason for queueing them here (since childProcess.send also has an + * internal queue) is because the worker could be doing asynchronous work, and + * this would lead to the child process to read its receiving buffer and start a + * second call. By queueing calls here, we don't send the next call to the + * children until we receive the result of the previous one. + * + * As soon as a request starts to be processed by a worker, its "processed" + * field is changed to "true", so that other workers which might encounter the + * same call skip it. + */ +class ChildProcessWorker { + constructor(options) { + _defineProperty(this, '_child', void 0); + + _defineProperty(this, '_options', void 0); + + _defineProperty(this, '_onProcessEnd', void 0); + + _defineProperty(this, '_fakeStream', void 0); + + _defineProperty(this, '_request', void 0); + + _defineProperty(this, '_retries', void 0); + + _defineProperty(this, '_stderr', void 0); + + _defineProperty(this, '_stdout', void 0); + + this._options = options; + this._fakeStream = null; + this._request = null; + this._stderr = null; + this._stdout = null; + this.initialize(); + } + + initialize() { + const forceColor = _supportsColor().default.stdout + ? { + FORCE_COLOR: '1' + } + : {}; + + const child = _child_process().default.fork( + require.resolve('./processChild'), + [], + _objectSpread( + { + cwd: process.cwd(), + env: _objectSpread( + {}, + process.env, + { + JEST_WORKER_ID: String(this._options.workerId + 1) + }, + forceColor + ), + // Suppress --debug / --inspect flags while preserving others (like --harmony). + execArgv: process.execArgv.filter(v => !/^--(debug|inspect)/.test(v)), + silent: true + }, + this._options.forkOptions + ) + ); + + if (child.stdout) { + if (!this._stdout) { + // We need to add a permanent stream to the merged stream to prevent it + // from ending when the subprocess stream ends + this._stdout = (0, _mergeStream().default)(this._getFakeStream()); + } + + this._stdout.add(child.stdout); + } + + if (child.stderr) { + if (!this._stderr) { + // We need to add a permanent stream to the merged stream to prevent it + // from ending when the subprocess stream ends + this._stderr = (0, _mergeStream().default)(this._getFakeStream()); + } + + this._stderr.add(child.stderr); + } + + child.on('message', this.onMessage.bind(this)); + child.on('exit', this.onExit.bind(this)); + child.send([ + _types.CHILD_MESSAGE_INITIALIZE, + false, + this._options.workerPath, + this._options.setupArgs + ]); + this._child = child; + this._retries++; // If we exceeded the amount of retries, we will emulate an error reply + // coming from the child. This avoids code duplication related with cleaning + // the queue, and scheduling the next call. + + if (this._retries > this._options.maxRetries) { + const error = new Error('Call retries were exceeded'); + this.onMessage([ + _types.PARENT_MESSAGE_CLIENT_ERROR, + error.name, + error.message, + error.stack, + { + type: 'WorkerError' + } + ]); + } + } + + _shutdown() { + // End the temporary streams so the merged streams end too + if (this._fakeStream) { + this._fakeStream.end(); + + this._fakeStream = null; + } + } + + onMessage(response) { + let error; + + switch (response[0]) { + case _types.PARENT_MESSAGE_OK: + this._onProcessEnd(null, response[1]); + + break; + + case _types.PARENT_MESSAGE_CLIENT_ERROR: + error = response[4]; + + if (error != null && typeof error === 'object') { + const extra = error; // @ts-ignore: no index + + const NativeCtor = global[response[1]]; + const Ctor = typeof NativeCtor === 'function' ? NativeCtor : Error; + error = new Ctor(response[2]); + error.type = response[1]; + error.stack = response[3]; + + for (const key in extra) { + // @ts-ignore: adding custom properties to errors. + error[key] = extra[key]; + } + } + + this._onProcessEnd(error, null); + + break; + + case _types.PARENT_MESSAGE_SETUP_ERROR: + error = new Error('Error when calling setup: ' + response[2]); // @ts-ignore: adding custom properties to errors. + + error.type = response[1]; + error.stack = response[3]; + + this._onProcessEnd(error, null); + + break; + + default: + throw new TypeError('Unexpected response from worker: ' + response[0]); + } + } + + onExit(exitCode) { + if (exitCode !== 0) { + this.initialize(); + + if (this._request) { + this._child.send(this._request); + } + } else { + this._shutdown(); + } + } + + send(request, onProcessStart, onProcessEnd) { + onProcessStart(this); + + this._onProcessEnd = (...args) => { + // Clean the request to avoid sending past requests to workers that fail + // while waiting for a new request (timers, unhandled rejections...) + this._request = null; + return onProcessEnd(...args); + }; + + this._request = request; + this._retries = 0; + + this._child.send(request); + } + + getWorkerId() { + return this._options.workerId; + } + + getStdout() { + return this._stdout; + } + + getStderr() { + return this._stderr; + } + + _getFakeStream() { + if (!this._fakeStream) { + this._fakeStream = new (_stream()).PassThrough(); + } + + return this._fakeStream; + } +} + +exports.default = ChildProcessWorker; diff --git a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts new file mode 100644 index 0000000..f6e39b2 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts @@ -0,0 +1,29 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +/// +import { ChildMessage, OnEnd, OnStart, WorkerOptions, WorkerInterface, ParentMessage } from '../types'; +export default class ExperimentalWorker implements WorkerInterface { + private _worker; + private _options; + private _onProcessEnd; + private _request; + private _retries; + private _stderr; + private _stdout; + private _fakeStream; + constructor(options: WorkerOptions); + initialize(): void; + private _shutdown; + onMessage(response: ParentMessage): void; + onExit(exitCode: number): void; + send(request: ChildMessage, onProcessStart: OnStart, onProcessEnd: OnEnd): void; + getWorkerId(): number; + getStdout(): NodeJS.ReadableStream | null; + getStderr(): NodeJS.ReadableStream | null; + private _getFakeStream; +} +//# sourceMappingURL=NodeThreadsWorker.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts.map b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts.map new file mode 100644 index 0000000..b44fb37 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"NodeThreadsWorker.d.ts","sourceRoot":"","sources":["../../src/workers/NodeThreadsWorker.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AASH,OAAO,EAKL,YAAY,EACZ,KAAK,EACL,OAAO,EACP,aAAa,EACb,eAAe,EACf,aAAa,EACd,MAAM,UAAU,CAAC;AAElB,MAAM,CAAC,OAAO,OAAO,kBAAmB,YAAW,eAAe;IAChE,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,QAAQ,CAAgB;IAChC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,QAAQ,CAAsB;IACtC,OAAO,CAAC,QAAQ,CAAU;IAC1B,OAAO,CAAC,OAAO,CAAwC;IACvD,OAAO,CAAC,OAAO,CAAwC;IACvD,OAAO,CAAC,WAAW,CAAqB;gBAE5B,OAAO,EAAE,aAAa;IAUlC,UAAU;IAkEV,OAAO,CAAC,SAAS;IAQjB,SAAS,CAAC,QAAQ,EAAE,aAAa;IA2CjC,MAAM,CAAC,QAAQ,EAAE,MAAM;IAYvB,IAAI,CAAC,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK;IAexE,WAAW;IAIX,SAAS,IAAI,MAAM,CAAC,cAAc,GAAG,IAAI;IAIzC,SAAS,IAAI,MAAM,CAAC,cAAc,GAAG,IAAI;IAIzC,OAAO,CAAC,cAAc;CAMvB"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.js b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.js new file mode 100644 index 0000000..5c1b7f8 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.js @@ -0,0 +1,289 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); +exports.default = void 0; + +function _path() { + const data = _interopRequireDefault(require('path')); + + _path = function _path() { + return data; + }; + + return data; +} + +function _stream() { + const data = require('stream'); + + _stream = function _stream() { + return data; + }; + + return data; +} + +function _worker_threads() { + const data = require('worker_threads'); + + _worker_threads = function _worker_threads() { + return data; + }; + + return data; +} + +function _mergeStream() { + const data = _interopRequireDefault(require('merge-stream')); + + _mergeStream = function _mergeStream() { + return data; + }; + + return data; +} + +var _types = require('../types'); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : {default: obj}; +} + +function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + var ownKeys = Object.keys(source); + if (typeof Object.getOwnPropertySymbols === 'function') { + ownKeys = ownKeys.concat( + Object.getOwnPropertySymbols(source).filter(function(sym) { + return Object.getOwnPropertyDescriptor(source, sym).enumerable; + }) + ); + } + ownKeys.forEach(function(key) { + _defineProperty(target, key, source[key]); + }); + } + return target; +} + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; +} + +class ExperimentalWorker { + constructor(options) { + _defineProperty(this, '_worker', void 0); + + _defineProperty(this, '_options', void 0); + + _defineProperty(this, '_onProcessEnd', void 0); + + _defineProperty(this, '_request', void 0); + + _defineProperty(this, '_retries', void 0); + + _defineProperty(this, '_stderr', void 0); + + _defineProperty(this, '_stdout', void 0); + + _defineProperty(this, '_fakeStream', void 0); + + this._options = options; + this._request = null; + this._stderr = null; + this._stdout = null; + this._fakeStream = null; + this.initialize(); + } + + initialize() { + this._worker = new (_worker_threads()).Worker( + _path().default.resolve(__dirname, './threadChild.js'), + { + eval: false, + stderr: true, + stdout: true, + workerData: _objectSpread( + { + cwd: process.cwd(), + env: _objectSpread({}, process.env, { + JEST_WORKER_ID: String(this._options.workerId + 1) // 0-indexed workerId, 1-indexed JEST_WORKER_ID + }), + // Suppress --debug / --inspect flags while preserving others (like --harmony). + execArgv: process.execArgv.filter( + v => !/^--(debug|inspect)/.test(v) + ), + silent: true + }, + this._options.forkOptions + ) + } + ); + + if (this._worker.stdout) { + if (!this._stdout) { + // We need to add a permanent stream to the merged stream to prevent it + // from ending when the subprocess stream ends + this._stdout = (0, _mergeStream().default)(this._getFakeStream()); + } + + this._stdout.add(this._worker.stdout); + } + + if (this._worker.stderr) { + if (!this._stderr) { + // We need to add a permanent stream to the merged stream to prevent it + // from ending when the subprocess stream ends + this._stderr = (0, _mergeStream().default)(this._getFakeStream()); + } + + this._stderr.add(this._worker.stderr); + } + + this._worker.on('message', this.onMessage.bind(this)); + + this._worker.on('exit', this.onExit.bind(this)); + + this._worker.postMessage([ + _types.CHILD_MESSAGE_INITIALIZE, + false, + this._options.workerPath, + this._options.setupArgs + ]); + + this._retries++; // If we exceeded the amount of retries, we will emulate an error reply + // coming from the child. This avoids code duplication related with cleaning + // the queue, and scheduling the next call. + + if (this._retries > this._options.maxRetries) { + const error = new Error('Call retries were exceeded'); + this.onMessage([ + _types.PARENT_MESSAGE_CLIENT_ERROR, + error.name, + error.message, + error.stack, + { + type: 'WorkerError' + } + ]); + } + } + + _shutdown() { + // End the permanent stream so the merged stream end too + if (this._fakeStream) { + this._fakeStream.end(); + + this._fakeStream = null; + } + } + + onMessage(response) { + let error; + + switch (response[0]) { + case _types.PARENT_MESSAGE_OK: + this._onProcessEnd(null, response[1]); + + break; + + case _types.PARENT_MESSAGE_CLIENT_ERROR: + error = response[4]; + + if (error != null && typeof error === 'object') { + const extra = error; // @ts-ignore: no index + + const NativeCtor = global[response[1]]; + const Ctor = typeof NativeCtor === 'function' ? NativeCtor : Error; + error = new Ctor(response[2]); + error.type = response[1]; + error.stack = response[3]; + + for (const key in extra) { + // @ts-ignore: no index + error[key] = extra[key]; + } + } + + this._onProcessEnd(error, null); + + break; + + case _types.PARENT_MESSAGE_SETUP_ERROR: + error = new Error('Error when calling setup: ' + response[2]); // @ts-ignore: adding custom properties to errors. + + error.type = response[1]; + error.stack = response[3]; + + this._onProcessEnd(error, null); + + break; + + default: + throw new TypeError('Unexpected response from worker: ' + response[0]); + } + } + + onExit(exitCode) { + if (exitCode !== 0) { + this.initialize(); + + if (this._request) { + this._worker.postMessage(this._request); + } + } else { + this._shutdown(); + } + } + + send(request, onProcessStart, onProcessEnd) { + onProcessStart(this); + + this._onProcessEnd = (...args) => { + // Clean the request to avoid sending past requests to workers that fail + // while waiting for a new request (timers, unhandled rejections...) + this._request = null; + return onProcessEnd(...args); + }; + + this._request = request; + this._retries = 0; + + this._worker.postMessage(request); + } + + getWorkerId() { + return this._options.workerId; + } + + getStdout() { + return this._stdout; + } + + getStderr() { + return this._stderr; + } + + _getFakeStream() { + if (!this._fakeStream) { + this._fakeStream = new (_stream()).PassThrough(); + } + + return this._fakeStream; + } +} + +exports.default = ExperimentalWorker; diff --git a/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts b/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts new file mode 100644 index 0000000..9763cb5 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts @@ -0,0 +1,8 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +export {}; +//# sourceMappingURL=processChild.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts.map b/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts.map new file mode 100644 index 0000000..62ae3de --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"processChild.d.ts","sourceRoot":"","sources":["../../src/workers/processChild.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/processChild.js b/2019-setembro/node_modules/jest-worker/build/workers/processChild.js new file mode 100644 index 0000000..252b738 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/processChild.js @@ -0,0 +1,166 @@ +'use strict'; + +var _types = require('../types'); + +function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + var ownKeys = Object.keys(source); + if (typeof Object.getOwnPropertySymbols === 'function') { + ownKeys = ownKeys.concat( + Object.getOwnPropertySymbols(source).filter(function(sym) { + return Object.getOwnPropertyDescriptor(source, sym).enumerable; + }) + ); + } + ownKeys.forEach(function(key) { + _defineProperty(target, key, source[key]); + }); + } + return target; +} + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; +} + +let file = null; +let setupArgs = []; +let initialized = false; +/** + * This file is a small bootstrapper for workers. It sets up the communication + * between the worker and the parent process, interpreting parent messages and + * sending results back. + * + * The file loaded will be lazily initialized the first time any of the workers + * is called. This is done for optimal performance: if the farm is initialized, + * but no call is made to it, child Node processes will be consuming the least + * possible amount of memory. + * + * If an invalid message is detected, the child will exit (by throwing) with a + * non-zero exit code. + */ + +process.on('message', request => { + switch (request[0]) { + case _types.CHILD_MESSAGE_INITIALIZE: + const init = request; + file = init[2]; + setupArgs = request[3]; + break; + + case _types.CHILD_MESSAGE_CALL: + const call = request; + execMethod(call[2], call[3]); + break; + + case _types.CHILD_MESSAGE_END: + end(); + break; + + default: + throw new TypeError( + 'Unexpected request from parent process: ' + request[0] + ); + } +}); + +function reportSuccess(result) { + if (!process || !process.send) { + throw new Error('Child can only be used on a forked process'); + } + + process.send([_types.PARENT_MESSAGE_OK, result]); +} + +function reportClientError(error) { + return reportError(error, _types.PARENT_MESSAGE_CLIENT_ERROR); +} + +function reportInitializeError(error) { + return reportError(error, _types.PARENT_MESSAGE_SETUP_ERROR); +} + +function reportError(error, type) { + if (!process || !process.send) { + throw new Error('Child can only be used on a forked process'); + } + + if (error == null) { + error = new Error('"null" or "undefined" thrown'); + } + + process.send([ + type, + error.constructor && error.constructor.name, + error.message, + error.stack, + typeof error === 'object' ? _objectSpread({}, error) : error + ]); +} + +function end() { + const main = require(file); + + if (!main.teardown) { + exitProcess(); + return; + } + + execFunction(main.teardown, main, [], exitProcess, exitProcess); +} + +function exitProcess() { + process.exit(0); +} + +function execMethod(method, args) { + const main = require(file); + + let fn; + + if (method === 'default') { + fn = main.__esModule ? main['default'] : main; + } else { + fn = main[method]; + } + + function execHelper() { + execFunction(fn, main, args, reportSuccess, reportClientError); + } + + if (initialized || !main.setup) { + execHelper(); + return; + } + + initialized = true; + execFunction(main.setup, main, setupArgs, execHelper, reportInitializeError); +} + +function execFunction(fn, ctx, args, onResult, onError) { + let result; + + try { + result = fn.apply(ctx, args); + } catch (err) { + onError(err); + return; + } + + if (result && typeof result.then === 'function') { + result.then(onResult, onError); + } else { + onResult(result); + } +} diff --git a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts new file mode 100644 index 0000000..e83f443 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts @@ -0,0 +1,8 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +export {}; +//# sourceMappingURL=threadChild.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts.map b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts.map new file mode 100644 index 0000000..5e405bd --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"threadChild.d.ts","sourceRoot":"","sources":["../../src/workers/threadChild.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.js b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.js new file mode 100644 index 0000000..941c699 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.js @@ -0,0 +1,176 @@ +'use strict'; + +function _worker_threads() { + const data = require('worker_threads'); + + _worker_threads = function _worker_threads() { + return data; + }; + + return data; +} + +var _types = require('../types'); + +function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + var ownKeys = Object.keys(source); + if (typeof Object.getOwnPropertySymbols === 'function') { + ownKeys = ownKeys.concat( + Object.getOwnPropertySymbols(source).filter(function(sym) { + return Object.getOwnPropertyDescriptor(source, sym).enumerable; + }) + ); + } + ownKeys.forEach(function(key) { + _defineProperty(target, key, source[key]); + }); + } + return target; +} + +function _defineProperty(obj, key, value) { + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; +} + +let file = null; +let setupArgs = []; +let initialized = false; +/** + * This file is a small bootstrapper for workers. It sets up the communication + * between the worker and the parent process, interpreting parent messages and + * sending results back. + * + * The file loaded will be lazily initialized the first time any of the workers + * is called. This is done for optimal performance: if the farm is initialized, + * but no call is made to it, child Node processes will be consuming the least + * possible amount of memory. + * + * If an invalid message is detected, the child will exit (by throwing) with a + * non-zero exit code. + */ + +_worker_threads().parentPort.on('message', request => { + switch (request[0]) { + case _types.CHILD_MESSAGE_INITIALIZE: + const init = request; + file = init[2]; + setupArgs = request[3]; + break; + + case _types.CHILD_MESSAGE_CALL: + const call = request; + execMethod(call[2], call[3]); + break; + + case _types.CHILD_MESSAGE_END: + end(); + break; + + default: + throw new TypeError( + 'Unexpected request from parent process: ' + request[0] + ); + } +}); + +function reportSuccess(result) { + if (_worker_threads().isMainThread) { + throw new Error('Child can only be used on a forked process'); + } + + _worker_threads().parentPort.postMessage([_types.PARENT_MESSAGE_OK, result]); +} + +function reportClientError(error) { + return reportError(error, _types.PARENT_MESSAGE_CLIENT_ERROR); +} + +function reportInitializeError(error) { + return reportError(error, _types.PARENT_MESSAGE_SETUP_ERROR); +} + +function reportError(error, type) { + if (_worker_threads().isMainThread) { + throw new Error('Child can only be used on a forked process'); + } + + if (error == null) { + error = new Error('"null" or "undefined" thrown'); + } + + _worker_threads().parentPort.postMessage([ + type, + error.constructor && error.constructor.name, + error.message, + error.stack, + typeof error === 'object' ? _objectSpread({}, error) : error + ]); +} + +function end() { + const main = require(file); + + if (!main.teardown) { + exitProcess(); + return; + } + + execFunction(main.teardown, main, [], exitProcess, exitProcess); +} + +function exitProcess() { + process.exit(0); +} + +function execMethod(method, args) { + const main = require(file); + + let fn; + + if (method === 'default') { + fn = main.__esModule ? main['default'] : main; + } else { + fn = main[method]; + } + + function execHelper() { + execFunction(fn, main, args, reportSuccess, reportClientError); + } + + if (initialized || !main.setup) { + execHelper(); + return; + } + + initialized = true; + execFunction(main.setup, main, setupArgs, execHelper, reportInitializeError); +} + +function execFunction(fn, ctx, args, onResult, onError) { + let result; + + try { + result = fn.apply(ctx, args); + } catch (err) { + onError(err); + return; + } + + if (result && typeof result.then === 'function') { + result.then(onResult, onError); + } else { + onResult(result); + } +} diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/browser.js b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/browser.js new file mode 100644 index 0000000..62afa3a --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/browser.js @@ -0,0 +1,5 @@ +'use strict'; +module.exports = { + stdout: false, + stderr: false +}; diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/index.js b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/index.js new file mode 100644 index 0000000..0477d30 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/index.js @@ -0,0 +1,138 @@ +'use strict'; +const os = require('os'); +const hasFlag = require('has-flag'); + +const {env} = process; + +let forceColor; +if (hasFlag('no-color') || + hasFlag('no-colors') || + hasFlag('color=false') || + hasFlag('color=never')) { + forceColor = 0; +} else if (hasFlag('color') || + hasFlag('colors') || + hasFlag('color=true') || + hasFlag('color=always')) { + forceColor = 1; +} +if ('FORCE_COLOR' in env) { + if (env.FORCE_COLOR === true || env.FORCE_COLOR === 'true') { + forceColor = 1; + } else if (env.FORCE_COLOR === false || env.FORCE_COLOR === 'false') { + forceColor = 0; + } else { + forceColor = env.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env.FORCE_COLOR, 10), 3); + } +} + +function translateLevel(level) { + if (level === 0) { + return false; + } + + return { + level, + hasBasic: true, + has256: level >= 2, + has16m: level >= 3 + }; +} + +function supportsColor(stream) { + if (forceColor === 0) { + return 0; + } + + if (hasFlag('color=16m') || + hasFlag('color=full') || + hasFlag('color=truecolor')) { + return 3; + } + + if (hasFlag('color=256')) { + return 2; + } + + if (stream && !stream.isTTY && forceColor === undefined) { + return 0; + } + + const min = forceColor || 0; + + if (env.TERM === 'dumb') { + return min; + } + + if (process.platform === 'win32') { + // Node.js 7.5.0 is the first version of Node.js to include a patch to + // libuv that enables 256 color output on Windows. Anything earlier and it + // won't work. However, here we target Node.js 8 at minimum as it is an LTS + // release, and Node.js 7 is not. Windows 10 build 10586 is the first Windows + // release that supports 256 colors. Windows 10 build 14931 is the first release + // that supports 16m/TrueColor. + const osRelease = os.release().split('.'); + if ( + Number(process.versions.node.split('.')[0]) >= 8 && + Number(osRelease[0]) >= 10 && + Number(osRelease[2]) >= 10586 + ) { + return Number(osRelease[2]) >= 14931 ? 3 : 2; + } + + return 1; + } + + if ('CI' in env) { + if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env) || env.CI_NAME === 'codeship') { + return 1; + } + + return min; + } + + if ('TEAMCITY_VERSION' in env) { + return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; + } + + if (env.COLORTERM === 'truecolor') { + return 3; + } + + if ('TERM_PROGRAM' in env) { + const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); + + switch (env.TERM_PROGRAM) { + case 'iTerm.app': + return version >= 3 ? 3 : 2; + case 'Apple_Terminal': + return 2; + // No default + } + } + + if (/-256(color)?$/i.test(env.TERM)) { + return 2; + } + + if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { + return 1; + } + + if ('COLORTERM' in env) { + return 1; + } + + return min; +} + +function getSupportLevel(stream) { + const level = supportsColor(stream); + return translateLevel(level); +} + +module.exports = { + supportsColor: getSupportLevel, + stdout: getSupportLevel(process.stdout), + stderr: getSupportLevel(process.stderr) +}; diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/license b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/package.json b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/package.json new file mode 100644 index 0000000..db4ded2 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/package.json @@ -0,0 +1,53 @@ +{ + "name": "supports-color", + "version": "6.1.0", + "description": "Detect whether a terminal supports color", + "license": "MIT", + "repository": "chalk/supports-color", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=6" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js", + "browser.js" + ], + "keywords": [ + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "ansi", + "styles", + "tty", + "rgb", + "256", + "shell", + "xterm", + "command-line", + "support", + "supports", + "capability", + "detect", + "truecolor", + "16m" + ], + "dependencies": { + "has-flag": "^3.0.0" + }, + "devDependencies": { + "ava": "^0.25.0", + "import-fresh": "^2.0.0", + "xo": "^0.23.0" + }, + "browser": "browser.js" +} diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/readme.md b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/readme.md new file mode 100644 index 0000000..d4cc58a --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/readme.md @@ -0,0 +1,85 @@ +# supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](https://travis-ci.org/chalk/supports-color) + +> Detect whether a terminal supports color + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
+ +--- + + +## Install + +``` +$ npm install supports-color +``` + + +## Usage + +```js +const supportsColor = require('supports-color'); + +if (supportsColor.stdout) { + console.log('Terminal stdout supports color'); +} + +if (supportsColor.stdout.has256) { + console.log('Terminal stdout supports 256 colors'); +} + +if (supportsColor.stderr.has16m) { + console.log('Terminal stderr supports 16 million colors (truecolor)'); +} +``` + + +## API + +Returns an `Object` with a `stdout` and `stderr` property for testing either streams. Each property is an `Object`, or `false` if color is not supported. + +The `stdout`/`stderr` objects specifies a level of support for color through a `.level` property and a corresponding flag: + +- `.level = 1` and `.hasBasic = true`: Basic color support (16 colors) +- `.level = 2` and `.has256 = true`: 256 color support +- `.level = 3` and `.has16m = true`: Truecolor support (16 million colors) + + +## Info + +It obeys the `--color` and `--no-color` CLI flags. + +For situations where using `--color` is not possible, use the environment variable `FORCE_COLOR=1` (level 1), `FORCE_COLOR=2` (level 2), or `FORCE_COLOR=3` (level 3) to forcefully enable color, or `FORCE_COLOR=0` to forcefully disable. The use of `FORCE_COLOR` overrides all other color support checks. + +Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=16m` flags, respectively. + + +## Security + +To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. + + +## Related + +- [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module +- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right + + +## Maintainers + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Josh Junon](https://github.com/qix-) + + +## License + +MIT diff --git a/2019-setembro/node_modules/jest-worker/package.json b/2019-setembro/node_modules/jest-worker/package.json new file mode 100644 index 0000000..ae906f0 --- /dev/null +++ b/2019-setembro/node_modules/jest-worker/package.json @@ -0,0 +1,29 @@ +{ + "name": "jest-worker", + "version": "24.9.0", + "repository": { + "type": "git", + "url": "https://github.com/facebook/jest.git", + "directory": "packages/jest-worker" + }, + "license": "MIT", + "main": "build/index.js", + "types": "build/index.d.ts", + "dependencies": { + "merge-stream": "^2.0.0", + "supports-color": "^6.1.0" + }, + "devDependencies": { + "@types/merge-stream": "^1.1.2", + "@types/supports-color": "^5.3.0", + "get-stream": "^4.1.0", + "worker-farm": "^1.6.0" + }, + "engines": { + "node": ">= 6" + }, + "publishConfig": { + "access": "public" + }, + "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1" +} diff --git a/2019-setembro/node_modules/js-tokens/CHANGELOG.md b/2019-setembro/node_modules/js-tokens/CHANGELOG.md new file mode 100644 index 0000000..755e6f6 --- /dev/null +++ b/2019-setembro/node_modules/js-tokens/CHANGELOG.md @@ -0,0 +1,151 @@ +### Version 4.0.0 (2018-01-28) ### + +- Added: Support for ES2018. The only change needed was recognizing the `s` + regex flag. +- Changed: _All_ tokens returned by the `matchToToken` function now have a + `closed` property. It is set to `undefined` for the tokens where “closed” + doesn’t make sense. This means that all tokens objects have the same shape, + which might improve performance. + +These are the breaking changes: + +- `'/a/s'.match(jsTokens)` no longer returns `['/', 'a', '/', 's']`, but + `['/a/s']`. (There are of course other variations of this.) +- Code that rely on some token objects not having the `closed` property could + now behave differently. + + +### Version 3.0.2 (2017-06-28) ### + +- No code changes. Just updates to the readme. + + +### Version 3.0.1 (2017-01-30) ### + +- Fixed: ES2015 unicode escapes with more than 6 hex digits are now matched + correctly. + + +### Version 3.0.0 (2017-01-11) ### + +This release contains one breaking change, that should [improve performance in +V8][v8-perf]: + +> So how can you, as a JavaScript developer, ensure that your RegExps are fast? +> If you are not interested in hooking into RegExp internals, make sure that +> neither the RegExp instance, nor its prototype is modified in order to get the +> best performance: +> +> ```js +> var re = /./g; +> re.exec(''); // Fast path. +> re.new_property = 'slow'; +> ``` + +This module used to export a single regex, with `.matchToToken` bolted +on, just like in the above example. This release changes the exports of +the module to avoid this issue. + +Before: + +```js +import jsTokens from "js-tokens" +// or: +var jsTokens = require("js-tokens") +var matchToToken = jsTokens.matchToToken +``` + +After: + +```js +import jsTokens, {matchToToken} from "js-tokens" +// or: +var jsTokens = require("js-tokens").default +var matchToToken = require("js-tokens").matchToToken +``` + +[v8-perf]: http://v8project.blogspot.se/2017/01/speeding-up-v8-regular-expressions.html + + +### Version 2.0.0 (2016-06-19) ### + +- Added: Support for ES2016. In other words, support for the `**` exponentiation + operator. + +These are the breaking changes: + +- `'**'.match(jsTokens)` no longer returns `['*', '*']`, but `['**']`. +- `'**='.match(jsTokens)` no longer returns `['*', '*=']`, but `['**=']`. + + +### Version 1.0.3 (2016-03-27) ### + +- Improved: Made the regex ever so slightly smaller. +- Updated: The readme. + + +### Version 1.0.2 (2015-10-18) ### + +- Improved: Limited npm package contents for a smaller download. Thanks to + @zertosh! + + +### Version 1.0.1 (2015-06-20) ### + +- Fixed: Declared an undeclared variable. + + +### Version 1.0.0 (2015-02-26) ### + +- Changed: Merged the 'operator' and 'punctuation' types into 'punctuator'. That + type is now equivalent to the Punctuator token in the ECMAScript + specification. (Backwards-incompatible change.) +- Fixed: A `-` followed by a number is now correctly matched as a punctuator + followed by a number. It used to be matched as just a number, but there is no + such thing as negative number literals. (Possibly backwards-incompatible + change.) + + +### Version 0.4.1 (2015-02-21) ### + +- Added: Support for the regex `u` flag. + + +### Version 0.4.0 (2015-02-21) ### + +- Improved: `jsTokens.matchToToken` performance. +- Added: Support for octal and binary number literals. +- Added: Support for template strings. + + +### Version 0.3.1 (2015-01-06) ### + +- Fixed: Support for unicode spaces. They used to be allowed in names (which is + very confusing), and some unicode newlines were wrongly allowed in strings and + regexes. + + +### Version 0.3.0 (2014-12-19) ### + +- Changed: The `jsTokens.names` array has been replaced with the + `jsTokens.matchToToken` function. The capturing groups of `jsTokens` are no + longer part of the public API; instead use said function. See this [gist] for + an example. (Backwards-incompatible change.) +- Changed: The empty string is now considered an “invalid” token, instead an + “empty” token (its own group). (Backwards-incompatible change.) +- Removed: component support. (Backwards-incompatible change.) + +[gist]: https://gist.github.com/lydell/be49dbf80c382c473004 + + +### Version 0.2.0 (2014-06-19) ### + +- Changed: Match ES6 function arrows (`=>`) as an operator, instead of its own + category (“functionArrow”), for simplicity. (Backwards-incompatible change.) +- Added: ES6 splats (`...`) are now matched as an operator (instead of three + punctuations). (Backwards-incompatible change.) + + +### Version 0.1.0 (2014-03-08) ### + +- Initial release. diff --git a/2019-setembro/node_modules/js-tokens/LICENSE b/2019-setembro/node_modules/js-tokens/LICENSE new file mode 100644 index 0000000..54aef52 --- /dev/null +++ b/2019-setembro/node_modules/js-tokens/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/js-tokens/README.md b/2019-setembro/node_modules/js-tokens/README.md new file mode 100644 index 0000000..00cdf16 --- /dev/null +++ b/2019-setembro/node_modules/js-tokens/README.md @@ -0,0 +1,240 @@ +Overview [![Build Status](https://travis-ci.org/lydell/js-tokens.svg?branch=master)](https://travis-ci.org/lydell/js-tokens) +======== + +A regex that tokenizes JavaScript. + +```js +var jsTokens = require("js-tokens").default + +var jsString = "var foo=opts.foo;\n..." + +jsString.match(jsTokens) +// ["var", " ", "foo", "=", "opts", ".", "foo", ";", "\n", ...] +``` + + +Installation +============ + +`npm install js-tokens` + +```js +import jsTokens from "js-tokens" +// or: +var jsTokens = require("js-tokens").default +``` + + +Usage +===== + +### `jsTokens` ### + +A regex with the `g` flag that matches JavaScript tokens. + +The regex _always_ matches, even invalid JavaScript and the empty string. + +The next match is always directly after the previous. + +### `var token = matchToToken(match)` ### + +```js +import {matchToToken} from "js-tokens" +// or: +var matchToToken = require("js-tokens").matchToToken +``` + +Takes a `match` returned by `jsTokens.exec(string)`, and returns a `{type: +String, value: String}` object. The following types are available: + +- string +- comment +- regex +- number +- name +- punctuator +- whitespace +- invalid + +Multi-line comments and strings also have a `closed` property indicating if the +token was closed or not (see below). + +Comments and strings both come in several flavors. To distinguish them, check if +the token starts with `//`, `/*`, `'`, `"` or `` ` ``. + +Names are ECMAScript IdentifierNames, that is, including both identifiers and +keywords. You may use [is-keyword-js] to tell them apart. + +Whitespace includes both line terminators and other whitespace. + +[is-keyword-js]: https://github.com/crissdev/is-keyword-js + + +ECMAScript support +================== + +The intention is to always support the latest ECMAScript version whose feature +set has been finalized. + +If adding support for a newer version requires changes, a new version with a +major verion bump will be released. + +Currently, ECMAScript 2018 is supported. + + +Invalid code handling +===================== + +Unterminated strings are still matched as strings. JavaScript strings cannot +contain (unescaped) newlines, so unterminated strings simply end at the end of +the line. Unterminated template strings can contain unescaped newlines, though, +so they go on to the end of input. + +Unterminated multi-line comments are also still matched as comments. They +simply go on to the end of the input. + +Unterminated regex literals are likely matched as division and whatever is +inside the regex. + +Invalid ASCII characters have their own capturing group. + +Invalid non-ASCII characters are treated as names, to simplify the matching of +names (except unicode spaces which are treated as whitespace). Note: See also +the [ES2018](#es2018) section. + +Regex literals may contain invalid regex syntax. They are still matched as +regex literals. They may also contain repeated regex flags, to keep the regex +simple. + +Strings may contain invalid escape sequences. + + +Limitations +=========== + +Tokenizing JavaScript using regexes—in fact, _one single regex_—won’t be +perfect. But that’s not the point either. + +You may compare jsTokens with [esprima] by using `esprima-compare.js`. +See `npm run esprima-compare`! + +[esprima]: http://esprima.org/ + +### Template string interpolation ### + +Template strings are matched as single tokens, from the starting `` ` `` to the +ending `` ` ``, including interpolations (whose tokens are not matched +individually). + +Matching template string interpolations requires recursive balancing of `{` and +`}`—something that JavaScript regexes cannot do. Only one level of nesting is +supported. + +### Division and regex literals collision ### + +Consider this example: + +```js +var g = 9.82 +var number = bar / 2/g + +var regex = / 2/g +``` + +A human can easily understand that in the `number` line we’re dealing with +division, and in the `regex` line we’re dealing with a regex literal. How come? +Because humans can look at the whole code to put the `/` characters in context. +A JavaScript regex cannot. It only sees forwards. (Well, ES2018 regexes can also +look backwards. See the [ES2018](#es2018) section). + +When the `jsTokens` regex scans throught the above, it will see the following +at the end of both the `number` and `regex` rows: + +```js +/ 2/g +``` + +It is then impossible to know if that is a regex literal, or part of an +expression dealing with division. + +Here is a similar case: + +```js +foo /= 2/g +foo(/= 2/g) +``` + +The first line divides the `foo` variable with `2/g`. The second line calls the +`foo` function with the regex literal `/= 2/g`. Again, since `jsTokens` only +sees forwards, it cannot tell the two cases apart. + +There are some cases where we _can_ tell division and regex literals apart, +though. + +First off, we have the simple cases where there’s only one slash in the line: + +```js +var foo = 2/g +foo /= 2 +``` + +Regex literals cannot contain newlines, so the above cases are correctly +identified as division. Things are only problematic when there are more than +one non-comment slash in a single line. + +Secondly, not every character is a valid regex flag. + +```js +var number = bar / 2/e +``` + +The above example is also correctly identified as division, because `e` is not a +valid regex flag. I initially wanted to future-proof by allowing `[a-zA-Z]*` +(any letter) as flags, but it is not worth it since it increases the amount of +ambigous cases. So only the standard `g`, `m`, `i`, `y` and `u` flags are +allowed. This means that the above example will be identified as division as +long as you don’t rename the `e` variable to some permutation of `gmiyus` 1 to 6 +characters long. + +Lastly, we can look _forward_ for information. + +- If the token following what looks like a regex literal is not valid after a + regex literal, but is valid in a division expression, then the regex literal + is treated as division instead. For example, a flagless regex cannot be + followed by a string, number or name, but all of those three can be the + denominator of a division. +- Generally, if what looks like a regex literal is followed by an operator, the + regex literal is treated as division instead. This is because regexes are + seldomly used with operators (such as `+`, `*`, `&&` and `==`), but division + could likely be part of such an expression. + +Please consult the regex source and the test cases for precise information on +when regex or division is matched (should you need to know). In short, you +could sum it up as: + +If the end of a statement looks like a regex literal (even if it isn’t), it +will be treated as one. Otherwise it should work as expected (if you write sane +code). + +### ES2018 ### + +ES2018 added some nice regex improvements to the language. + +- [Unicode property escapes] should allow telling names and invalid non-ASCII + characters apart without blowing up the regex size. +- [Lookbehind assertions] should allow matching telling division and regex + literals apart in more cases. +- [Named capture groups] might simplify some things. + +These things would be nice to do, but are not critical. They probably have to +wait until the oldest maintained Node.js LTS release supports those features. + +[Unicode property escapes]: http://2ality.com/2017/07/regexp-unicode-property-escapes.html +[Lookbehind assertions]: http://2ality.com/2017/05/regexp-lookbehind-assertions.html +[Named capture groups]: http://2ality.com/2017/05/regexp-named-capture-groups.html + + +License +======= + +[MIT](LICENSE). diff --git a/2019-setembro/node_modules/js-tokens/index.js b/2019-setembro/node_modules/js-tokens/index.js new file mode 100644 index 0000000..b23a4a0 --- /dev/null +++ b/2019-setembro/node_modules/js-tokens/index.js @@ -0,0 +1,23 @@ +// Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell +// License: MIT. (See LICENSE.) + +Object.defineProperty(exports, "__esModule", { + value: true +}) + +// This regex comes from regex.coffee, and is inserted here by generate-index.js +// (run `npm run build`). +exports.default = /((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g + +exports.matchToToken = function(match) { + var token = {type: "invalid", value: match[0], closed: undefined} + if (match[ 1]) token.type = "string" , token.closed = !!(match[3] || match[4]) + else if (match[ 5]) token.type = "comment" + else if (match[ 6]) token.type = "comment", token.closed = !!match[7] + else if (match[ 8]) token.type = "regex" + else if (match[ 9]) token.type = "number" + else if (match[10]) token.type = "name" + else if (match[11]) token.type = "punctuator" + else if (match[12]) token.type = "whitespace" + return token +} diff --git a/2019-setembro/node_modules/js-tokens/package.json b/2019-setembro/node_modules/js-tokens/package.json new file mode 100644 index 0000000..66752fa --- /dev/null +++ b/2019-setembro/node_modules/js-tokens/package.json @@ -0,0 +1,30 @@ +{ + "name": "js-tokens", + "version": "4.0.0", + "author": "Simon Lydell", + "license": "MIT", + "description": "A regex that tokenizes JavaScript.", + "keywords": [ + "JavaScript", + "js", + "token", + "tokenize", + "regex" + ], + "files": [ + "index.js" + ], + "repository": "lydell/js-tokens", + "scripts": { + "test": "mocha --ui tdd", + "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js", + "build": "node generate-index.js", + "dev": "npm run build && npm test" + }, + "devDependencies": { + "coffeescript": "2.1.1", + "esprima": "4.0.0", + "everything.js": "1.0.3", + "mocha": "5.0.0" + } +} diff --git a/2019-setembro/node_modules/json-parse-better-errors/CHANGELOG.md b/2019-setembro/node_modules/json-parse-better-errors/CHANGELOG.md new file mode 100644 index 0000000..b1d212d --- /dev/null +++ b/2019-setembro/node_modules/json-parse-better-errors/CHANGELOG.md @@ -0,0 +1,46 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## [1.0.2](https://github.com/zkat/json-parse-better-errors/compare/v1.0.1...v1.0.2) (2018-03-30) + + +### Bug Fixes + +* **messages:** More friendly messages for non-string ([#1](https://github.com/zkat/json-parse-better-errors/issues/1)) ([a476d42](https://github.com/zkat/json-parse-better-errors/commit/a476d42)) + + + + +## [1.0.1](https://github.com/zkat/json-parse-better-errors/compare/v1.0.0...v1.0.1) (2017-08-16) + + +### Bug Fixes + +* **license:** oops. Forgot to update license.md ([efe2958](https://github.com/zkat/json-parse-better-errors/commit/efe2958)) + + + + +# 1.0.0 (2017-08-15) + + +### Features + +* **init:** Initial Commit ([562c977](https://github.com/zkat/json-parse-better-errors/commit/562c977)) + + +### BREAKING CHANGES + +* **init:** This is the first commit! + + + + +# 0.1.0 (2017-08-15) + + +### Features + +* **init:** Initial Commit ([9dd1a19](https://github.com/zkat/json-parse-better-errors/commit/9dd1a19)) diff --git a/2019-setembro/node_modules/json-parse-better-errors/LICENSE.md b/2019-setembro/node_modules/json-parse-better-errors/LICENSE.md new file mode 100644 index 0000000..c51842c --- /dev/null +++ b/2019-setembro/node_modules/json-parse-better-errors/LICENSE.md @@ -0,0 +1,7 @@ +Copyright 2017 Kat Marchán + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/json-parse-better-errors/README.md b/2019-setembro/node_modules/json-parse-better-errors/README.md new file mode 100644 index 0000000..a1f0f0a --- /dev/null +++ b/2019-setembro/node_modules/json-parse-better-errors/README.md @@ -0,0 +1,46 @@ +# json-parse-better-errors [![npm version](https://img.shields.io/npm/v/json-parse-better-errors.svg)](https://npm.im/json-parse-better-errors) [![license](https://img.shields.io/npm/l/json-parse-better-errors.svg)](https://npm.im/json-parse-better-errors) [![Travis](https://img.shields.io/travis/zkat/json-parse-better-errors.svg)](https://travis-ci.org/zkat/json-parse-better-errors) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/json-parse-better-errors?svg=true)](https://ci.appveyor.com/project/zkat/json-parse-better-errors) [![Coverage Status](https://coveralls.io/repos/github/zkat/json-parse-better-errors/badge.svg?branch=latest)](https://coveralls.io/github/zkat/json-parse-better-errors?branch=latest) + +[`json-parse-better-errors`](https://github.com/zkat/json-parse-better-errors) is a Node.js library for +getting nicer errors out of `JSON.parse()`, including context and position of the parse errors. + +## Install + +`$ npm install --save json-parse-better-errors` + +## Table of Contents + +* [Example](#example) +* [Features](#features) +* [Contributing](#contributing) +* [API](#api) + * [`parse`](#parse) + +### Example + +```javascript +const parseJson = require('json-parse-better-errors') + +parseJson('"foo"') +parseJson('garbage') // more useful error message +``` + +### Features + +* Like JSON.parse, but the errors are better. + +### Contributing + +The npm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The [Contributor Guide](CONTRIBUTING.md) has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear. + +All participants and maintainers in this project are expected to follow [Code of Conduct](CODE_OF_CONDUCT.md), and just generally be excellent to each other. + +Please refer to the [Changelog](CHANGELOG.md) for project history details, too. + +Happy hacking! + +### API + +#### `> parse(txt, ?reviver, ?context=20)` + +Works just like `JSON.parse`, but will include a bit more information when an +error happens. diff --git a/2019-setembro/node_modules/json-parse-better-errors/index.js b/2019-setembro/node_modules/json-parse-better-errors/index.js new file mode 100644 index 0000000..14644c2 --- /dev/null +++ b/2019-setembro/node_modules/json-parse-better-errors/index.js @@ -0,0 +1,38 @@ +'use strict' + +module.exports = parseJson +function parseJson (txt, reviver, context) { + context = context || 20 + try { + return JSON.parse(txt, reviver) + } catch (e) { + if (typeof txt !== 'string') { + const isEmptyArray = Array.isArray(txt) && txt.length === 0 + const errorMessage = 'Cannot parse ' + + (isEmptyArray ? 'an empty array' : String(txt)) + throw new TypeError(errorMessage) + } + const syntaxErr = e.message.match(/^Unexpected token.*position\s+(\d+)/i) + const errIdx = syntaxErr + ? +syntaxErr[1] + : e.message.match(/^Unexpected end of JSON.*/i) + ? txt.length - 1 + : null + if (errIdx != null) { + const start = errIdx <= context + ? 0 + : errIdx - context + const end = errIdx + context >= txt.length + ? txt.length + : errIdx + context + e.message += ` while parsing near '${ + start === 0 ? '' : '...' + }${txt.slice(start, end)}${ + end === txt.length ? '' : '...' + }'` + } else { + e.message += ` while parsing '${txt.slice(0, context * 2)}'` + } + throw e + } +} diff --git a/2019-setembro/node_modules/json-parse-better-errors/package.json b/2019-setembro/node_modules/json-parse-better-errors/package.json new file mode 100644 index 0000000..c4c2c20 --- /dev/null +++ b/2019-setembro/node_modules/json-parse-better-errors/package.json @@ -0,0 +1,45 @@ +{ + "name": "json-parse-better-errors", + "version": "1.0.2", + "description": "JSON.parse with context information on error", + "main": "index.js", + "files": [ + "*.js" + ], + "scripts": { + "prerelease": "npm t", + "postrelease": "npm publish && git push --follow-tags", + "pretest": "standard", + "release": "standard-version -s", + "test": "tap -J --coverage test/*.js", + "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", + "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" + }, + "repository": "https://github.com/zkat/json-parse-better-errors", + "keywords": [ + "JSON", + "parser" + ], + "author": { + "name": "Kat Marchán", + "email": "kzm@zkat.tech", + "twitter": "maybekatz" + }, + "license": "MIT", + "devDependencies": { + "nyc": "^10.3.2", + "standard": "^9.0.2", + "standard-version": "^4.1.0", + "tap": "^10.3.3", + "weallbehave": "^1.2.0", + "weallcontribute": "^1.0.8" + }, + "config": { + "nyc": { + "exclude": [ + "node_modules/**", + "test/**" + ] + } + } +} diff --git a/2019-setembro/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/kind-of/LICENSE new file mode 100644 index 0000000..d734237 --- /dev/null +++ b/2019-setembro/node_modules/kind-of/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/kind-of/README.md b/2019-setembro/node_modules/kind-of/README.md new file mode 100644 index 0000000..6a9df36 --- /dev/null +++ b/2019-setembro/node_modules/kind-of/README.md @@ -0,0 +1,261 @@ +# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) + +> Get the native type of a value. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save kind-of +``` + +## Install + +Install with [bower](https://bower.io/) + +```sh +$ bower install kind-of --save +``` + +## Usage + +> es5, browser and es6 ready + +```js +var kindOf = require('kind-of'); + +kindOf(undefined); +//=> 'undefined' + +kindOf(null); +//=> 'null' + +kindOf(true); +//=> 'boolean' + +kindOf(false); +//=> 'boolean' + +kindOf(new Boolean(true)); +//=> 'boolean' + +kindOf(new Buffer('')); +//=> 'buffer' + +kindOf(42); +//=> 'number' + +kindOf(new Number(42)); +//=> 'number' + +kindOf('str'); +//=> 'string' + +kindOf(new String('str')); +//=> 'string' + +kindOf(arguments); +//=> 'arguments' + +kindOf({}); +//=> 'object' + +kindOf(Object.create(null)); +//=> 'object' + +kindOf(new Test()); +//=> 'object' + +kindOf(new Date()); +//=> 'date' + +kindOf([]); +//=> 'array' + +kindOf([1, 2, 3]); +//=> 'array' + +kindOf(new Array()); +//=> 'array' + +kindOf(/foo/); +//=> 'regexp' + +kindOf(new RegExp('foo')); +//=> 'regexp' + +kindOf(function () {}); +//=> 'function' + +kindOf(function * () {}); +//=> 'function' + +kindOf(new Function()); +//=> 'function' + +kindOf(new Map()); +//=> 'map' + +kindOf(new WeakMap()); +//=> 'weakmap' + +kindOf(new Set()); +//=> 'set' + +kindOf(new WeakSet()); +//=> 'weakset' + +kindOf(Symbol('str')); +//=> 'symbol' + +kindOf(new Int8Array()); +//=> 'int8array' + +kindOf(new Uint8Array()); +//=> 'uint8array' + +kindOf(new Uint8ClampedArray()); +//=> 'uint8clampedarray' + +kindOf(new Int16Array()); +//=> 'int16array' + +kindOf(new Uint16Array()); +//=> 'uint16array' + +kindOf(new Int32Array()); +//=> 'int32array' + +kindOf(new Uint32Array()); +//=> 'uint32array' + +kindOf(new Float32Array()); +//=> 'float32array' + +kindOf(new Float64Array()); +//=> 'float64array' +``` + +## Benchmarks + +Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). +Note that performaces is slower for es6 features `Map`, `WeakMap`, `Set` and `WeakSet`. + +```bash +#1: array + current x 23,329,397 ops/sec ±0.82% (94 runs sampled) + lib-type-of x 4,170,273 ops/sec ±0.55% (94 runs sampled) + lib-typeof x 9,686,935 ops/sec ±0.59% (98 runs sampled) + +#2: boolean + current x 27,197,115 ops/sec ±0.85% (94 runs sampled) + lib-type-of x 3,145,791 ops/sec ±0.73% (97 runs sampled) + lib-typeof x 9,199,562 ops/sec ±0.44% (99 runs sampled) + +#3: date + current x 20,190,117 ops/sec ±0.86% (92 runs sampled) + lib-type-of x 5,166,970 ops/sec ±0.74% (94 runs sampled) + lib-typeof x 9,610,821 ops/sec ±0.50% (96 runs sampled) + +#4: function + current x 23,855,460 ops/sec ±0.60% (97 runs sampled) + lib-type-of x 5,667,740 ops/sec ±0.54% (100 runs sampled) + lib-typeof x 10,010,644 ops/sec ±0.44% (100 runs sampled) + +#5: null + current x 27,061,047 ops/sec ±0.97% (96 runs sampled) + lib-type-of x 13,965,573 ops/sec ±0.62% (97 runs sampled) + lib-typeof x 8,460,194 ops/sec ±0.61% (97 runs sampled) + +#6: number + current x 25,075,682 ops/sec ±0.53% (99 runs sampled) + lib-type-of x 2,266,405 ops/sec ±0.41% (98 runs sampled) + lib-typeof x 9,821,481 ops/sec ±0.45% (99 runs sampled) + +#7: object + current x 3,348,980 ops/sec ±0.49% (99 runs sampled) + lib-type-of x 3,245,138 ops/sec ±0.60% (94 runs sampled) + lib-typeof x 9,262,952 ops/sec ±0.59% (99 runs sampled) + +#8: regex + current x 21,284,827 ops/sec ±0.72% (96 runs sampled) + lib-type-of x 4,689,241 ops/sec ±0.43% (100 runs sampled) + lib-typeof x 8,957,593 ops/sec ±0.62% (98 runs sampled) + +#9: string + current x 25,379,234 ops/sec ±0.58% (96 runs sampled) + lib-type-of x 3,635,148 ops/sec ±0.76% (93 runs sampled) + lib-typeof x 9,494,134 ops/sec ±0.49% (98 runs sampled) + +#10: undef + current x 27,459,221 ops/sec ±1.01% (93 runs sampled) + lib-type-of x 14,360,433 ops/sec ±0.52% (99 runs sampled) + lib-typeof x 23,202,868 ops/sec ±0.59% (94 runs sampled) + +``` + +## Optimizations + +In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: + +1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. +2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. +3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` + +## About + +### Related projects + +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 59 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [miguelmota](https://github.com/miguelmota) | +| 1 | [dtothefp](https://github.com/dtothefp) | +| 1 | [ksheedlo](https://github.com/ksheedlo) | +| 1 | [pdehaan](https://github.com/pdehaan) | +| 1 | [laggingreflex](https://github.com/laggingreflex) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 16, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/kind-of/index.js b/2019-setembro/node_modules/kind-of/index.js new file mode 100644 index 0000000..b52c291 --- /dev/null +++ b/2019-setembro/node_modules/kind-of/index.js @@ -0,0 +1,116 @@ +var isBuffer = require('is-buffer'); +var toString = Object.prototype.toString; + +/** + * Get the native `typeof` a value. + * + * @param {*} `val` + * @return {*} Native javascript type + */ + +module.exports = function kindOf(val) { + // primitivies + if (typeof val === 'undefined') { + return 'undefined'; + } + if (val === null) { + return 'null'; + } + if (val === true || val === false || val instanceof Boolean) { + return 'boolean'; + } + if (typeof val === 'string' || val instanceof String) { + return 'string'; + } + if (typeof val === 'number' || val instanceof Number) { + return 'number'; + } + + // functions + if (typeof val === 'function' || val instanceof Function) { + return 'function'; + } + + // array + if (typeof Array.isArray !== 'undefined' && Array.isArray(val)) { + return 'array'; + } + + // check for instances of RegExp and Date before calling `toString` + if (val instanceof RegExp) { + return 'regexp'; + } + if (val instanceof Date) { + return 'date'; + } + + // other objects + var type = toString.call(val); + + if (type === '[object RegExp]') { + return 'regexp'; + } + if (type === '[object Date]') { + return 'date'; + } + if (type === '[object Arguments]') { + return 'arguments'; + } + if (type === '[object Error]') { + return 'error'; + } + + // buffer + if (isBuffer(val)) { + return 'buffer'; + } + + // es6: Map, WeakMap, Set, WeakSet + if (type === '[object Set]') { + return 'set'; + } + if (type === '[object WeakSet]') { + return 'weakset'; + } + if (type === '[object Map]') { + return 'map'; + } + if (type === '[object WeakMap]') { + return 'weakmap'; + } + if (type === '[object Symbol]') { + return 'symbol'; + } + + // typed arrays + if (type === '[object Int8Array]') { + return 'int8array'; + } + if (type === '[object Uint8Array]') { + return 'uint8array'; + } + if (type === '[object Uint8ClampedArray]') { + return 'uint8clampedarray'; + } + if (type === '[object Int16Array]') { + return 'int16array'; + } + if (type === '[object Uint16Array]') { + return 'uint16array'; + } + if (type === '[object Int32Array]') { + return 'int32array'; + } + if (type === '[object Uint32Array]') { + return 'uint32array'; + } + if (type === '[object Float32Array]') { + return 'float32array'; + } + if (type === '[object Float64Array]') { + return 'float64array'; + } + + // must be a plain object + return 'object'; +}; diff --git a/2019-setembro/node_modules/kind-of/package.json b/2019-setembro/node_modules/kind-of/package.json new file mode 100644 index 0000000..5de879e --- /dev/null +++ b/2019-setembro/node_modules/kind-of/package.json @@ -0,0 +1,90 @@ +{ + "name": "kind-of", + "description": "Get the native type of a value.", + "version": "3.2.2", + "homepage": "https://github.com/jonschlinkert/kind-of", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "David Fox-Powell (https://dtothefp.github.io/me)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Ken Sheedlo (kensheedlo.com)", + "laggingreflex (https://github.com/laggingreflex)", + "Miguel Mota (https://miguelmota.com)", + "Peter deHaan (http://about.me/peterdehaan)" + ], + "repository": "jonschlinkert/kind-of", + "bugs": { + "url": "https://github.com/jonschlinkert/kind-of/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js -s index --bare" + }, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "devDependencies": { + "ansi-bold": "^0.1.1", + "benchmarked": "^1.0.0", + "browserify": "^14.3.0", + "glob": "^7.1.1", + "gulp-format-md": "^0.1.12", + "mocha": "^3.3.0", + "type-of": "^2.0.1", + "typeof": "^1.0.0" + }, + "keywords": [ + "arguments", + "array", + "boolean", + "check", + "date", + "function", + "is", + "is-type", + "is-type-of", + "kind", + "kind-of", + "number", + "object", + "of", + "regexp", + "string", + "test", + "type", + "type-of", + "typeof", + "types" + ], + "verb": { + "related": { + "list": [ + "is-glob", + "is-number", + "is-primitive" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/kleur/index.js b/2019-setembro/node_modules/kleur/index.js new file mode 100644 index 0000000..0bc6ec9 --- /dev/null +++ b/2019-setembro/node_modules/kleur/index.js @@ -0,0 +1,104 @@ +'use strict'; + +const { FORCE_COLOR, NODE_DISABLE_COLORS, TERM } = process.env; + +const $ = { + enabled: !NODE_DISABLE_COLORS && TERM !== 'dumb' && FORCE_COLOR !== '0', + + // modifiers + reset: init(0, 0), + bold: init(1, 22), + dim: init(2, 22), + italic: init(3, 23), + underline: init(4, 24), + inverse: init(7, 27), + hidden: init(8, 28), + strikethrough: init(9, 29), + + // colors + black: init(30, 39), + red: init(31, 39), + green: init(32, 39), + yellow: init(33, 39), + blue: init(34, 39), + magenta: init(35, 39), + cyan: init(36, 39), + white: init(37, 39), + gray: init(90, 39), + grey: init(90, 39), + + // background colors + bgBlack: init(40, 49), + bgRed: init(41, 49), + bgGreen: init(42, 49), + bgYellow: init(43, 49), + bgBlue: init(44, 49), + bgMagenta: init(45, 49), + bgCyan: init(46, 49), + bgWhite: init(47, 49) +}; + +function run(arr, str) { + let i=0, tmp, beg='', end=''; + for (; i < arr.length; i++) { + tmp = arr[i]; + beg += tmp.open; + end += tmp.close; + if (str.includes(tmp.close)) { + str = str.replace(tmp.rgx, tmp.close + tmp.open); + } + } + return beg + str + end; +} + +function chain(has, keys) { + let ctx = { has, keys }; + + ctx.reset = $.reset.bind(ctx); + ctx.bold = $.bold.bind(ctx); + ctx.dim = $.dim.bind(ctx); + ctx.italic = $.italic.bind(ctx); + ctx.underline = $.underline.bind(ctx); + ctx.inverse = $.inverse.bind(ctx); + ctx.hidden = $.hidden.bind(ctx); + ctx.strikethrough = $.strikethrough.bind(ctx); + + ctx.black = $.black.bind(ctx); + ctx.red = $.red.bind(ctx); + ctx.green = $.green.bind(ctx); + ctx.yellow = $.yellow.bind(ctx); + ctx.blue = $.blue.bind(ctx); + ctx.magenta = $.magenta.bind(ctx); + ctx.cyan = $.cyan.bind(ctx); + ctx.white = $.white.bind(ctx); + ctx.gray = $.gray.bind(ctx); + ctx.grey = $.grey.bind(ctx); + + ctx.bgBlack = $.bgBlack.bind(ctx); + ctx.bgRed = $.bgRed.bind(ctx); + ctx.bgGreen = $.bgGreen.bind(ctx); + ctx.bgYellow = $.bgYellow.bind(ctx); + ctx.bgBlue = $.bgBlue.bind(ctx); + ctx.bgMagenta = $.bgMagenta.bind(ctx); + ctx.bgCyan = $.bgCyan.bind(ctx); + ctx.bgWhite = $.bgWhite.bind(ctx); + + return ctx; +} + +function init(open, close) { + let blk = { + open: `\x1b[${open}m`, + close: `\x1b[${close}m`, + rgx: new RegExp(`\\x1b\\[${close}m`, 'g') + }; + return function (txt) { + if (this !== void 0 && this.has !== void 0) { + this.has.includes(open) || (this.has.push(open),this.keys.push(blk)); + return txt === void 0 ? this : $.enabled ? run(this.keys, txt+'') : txt+''; + } + return txt === void 0 ? chain([open], [blk]) : $.enabled ? run([blk], txt+'') : txt+''; + }; +} + +module.exports = $; diff --git a/2019-setembro/node_modules/kleur/kleur.d.ts b/2019-setembro/node_modules/kleur/kleur.d.ts new file mode 100644 index 0000000..fdc26ca --- /dev/null +++ b/2019-setembro/node_modules/kleur/kleur.d.ts @@ -0,0 +1,45 @@ +// Originally by: Rogier Schouten +// Adapted by: Madhav Varshney +declare namespace kleur { + interface Color { + (x: string | number): string; + (): Kleur; + } + + interface Kleur { + // Colors + black: Color; + red: Color; + green: Color; + yellow: Color; + blue: Color; + magenta: Color; + cyan: Color; + white: Color; + gray: Color; + grey: Color; + + // Backgrounds + bgBlack: Color; + bgRed: Color; + bgGreen: Color; + bgYellow: Color; + bgBlue: Color; + bgMagenta: Color; + bgCyan: Color; + bgWhite: Color; + + // Modifiers + reset: Color; + bold: Color; + dim: Color; + italic: Color; + underline: Color; + inverse: Color; + hidden: Color; + strikethrough: Color; + } +} + +declare let kleur: kleur.Kleur & { enabled: boolean }; +export = kleur; diff --git a/2019-setembro/node_modules/kleur/license b/2019-setembro/node_modules/kleur/license new file mode 100644 index 0000000..a3f96f8 --- /dev/null +++ b/2019-setembro/node_modules/kleur/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Luke Edwards (lukeed.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/kleur/package.json b/2019-setembro/node_modules/kleur/package.json new file mode 100644 index 0000000..a81931e --- /dev/null +++ b/2019-setembro/node_modules/kleur/package.json @@ -0,0 +1,35 @@ +{ + "name": "kleur", + "version": "3.0.3", + "repository": "lukeed/kleur", + "description": "The fastest Node.js library for formatting terminal text with ANSI colors~!", + "license": "MIT", + "files": [ + "*.js", + "*.d.ts" + ], + "author": { + "name": "Luke Edwards", + "email": "luke.edwards05@gmail.com", + "url": "lukeed.com" + }, + "scripts": { + "test": "tape test/*.js | tap-spec" + }, + "engines": { + "node": ">=6" + }, + "keywords": [ + "ansi", + "cli", + "color", + "colors", + "console", + "terminal" + ], + "types": "kleur.d.ts", + "devDependencies": { + "tap-spec": "^5.0.0", + "tape": "^4.9.1" + } +} diff --git a/2019-setembro/node_modules/kleur/readme.md b/2019-setembro/node_modules/kleur/readme.md new file mode 100644 index 0000000..6926f1e --- /dev/null +++ b/2019-setembro/node_modules/kleur/readme.md @@ -0,0 +1,172 @@ +
+ kleur +
+ + + +
The fastest Node.js library for formatting terminal text with ANSI colors~!
+ +## Features + +* No dependencies +* Super [lightweight](#load-time) & [performant](#performance) +* Supports [nested](#nested-methods) & [chained](#chained-methods) colors +* No `String.prototype` modifications +* Conditional [color support](#conditional-support) +* Familiar [API](#api) + +--- + +As of `v3.0` the Chalk-style syntax (magical getter) is no longer used.
If you need or require that syntax, consider using [`ansi-colors`](https://github.com/doowb/ansi-colors), which maintains `chalk` parity. + +--- + + +## Install + +``` +$ npm install --save kleur +``` + + +## Usage + +```js +const { red, white, blue, bold } = require('kleur'); + +// basic usage +red('red text'); + +// chained methods +blue().bold().underline('howdy partner'); + +// nested methods +bold(`${ white().bgRed('[ERROR]') } ${ red().italic('Something happened')}`); +``` + +### Chained Methods + +```js +console.log(bold().red('this is a bold red message')); +console.log(bold().italic('this is a bold italicized message')); +console.log(bold().yellow().bgRed().italic('this is a bold yellow italicized message')); +console.log(green().bold().underline('this is a bold green underlined message')); +``` + + + +### Nested Methods + +```js +const { yellow, red, cyan } = require('kleur'); + +console.log(yellow(`foo ${red().bold('red')} bar ${cyan('cyan')} baz`)); +console.log(yellow('foo ' + red().bold('red') + ' bar ' + cyan('cyan') + ' baz')); +``` + + + + +### Conditional Support + +Toggle color support as needed; `kleur` includes simple auto-detection which may not cover all cases. + +```js +const kleur = require('kleur'); + +// manually disable +kleur.enabled = false; + +// or use another library to detect support +kleur.enabled = require('color-support').level; + +console.log(kleur.red('I will only be colored red if the terminal supports colors')); +``` + + +## API + +Any `kleur` method returns a `String` when invoked with input; otherwise chaining is expected. + +> It's up to the developer to pass the output to destinations like `console.log`, `process.stdout.write`, etc. + +The methods below are grouped by type for legibility purposes only. They each can be [chained](#chained-methods) or [nested](#nested-methods) with one another. + +***Colors:*** +> black — red — green — yellow — blue — magenta — cyan — white — gray — grey + +***Backgrounds:*** +> bgBlack — bgRed — bgGreen — bgYellow — bgBlue — bgMagenta — bgCyan — bgWhite + +***Modifiers:*** +> reset — bold — dim — italic* — underline — inverse — hidden — strikethrough* + +* Not widely supported + + +## Benchmarks + +> Using Node v10.13.0 + +### Load time + +``` +chalk :: 14.543ms +kleur :: 0.474ms +ansi-colors :: 1.923ms +``` + +### Performance + +``` +# All Colors + ansi-colors x 199,381 ops/sec ±1.04% (96 runs sampled) + chalk x 12,107 ops/sec ±2.07% (87 runs sampled) + kleur x 715,334 ops/sec ±0.30% (93 runs sampled) + +# Stacked colors + ansi-colors x 24,494 ops/sec ±1.03% (93 runs sampled) + chalk x 2,650 ops/sec ±2.06% (85 runs sampled) + kleur x 75,798 ops/sec ±0.19% (97 runs sampled) + +# Nested colors + ansi-colors x 77,766 ops/sec ±0.32% (94 runs sampled) + chalk x 5,596 ops/sec ±1.85% (86 runs sampled) + kleur x 137,660 ops/sec ±0.31% (93 runs sampled) +``` + + +## Credits + +This project originally forked [Brian Woodward](https://github.com/doowb)'s awesome [`ansi-colors`](https://github.com/doowb/ansi-colors) library. + +Beginning with `kleur@3.0`, the Chalk-style syntax (magical getter) has been replaced with function calls per key: + +```js +// Old: +c.red.bold.underline('old'); + +// New: +c.red().bold().underline('new'); +``` +> As I work more with Rust, the newer syntax feels so much better & more natural! + +If you prefer the old syntax, you may migrate to `ansi-colors`. Versions below `kleur@3.0` have been deprecated. + + +## License + +MIT © [Luke Edwards](https://lukeed.com) diff --git a/2019-setembro/node_modules/livereload/.github/ISSUE_TEMPLATE b/2019-setembro/node_modules/livereload/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..ae3f637 --- /dev/null +++ b/2019-setembro/node_modules/livereload/.github/ISSUE_TEMPLATE @@ -0,0 +1,28 @@ + + +## What version of Livereload are you using? + + + +## What OS are you using? + + + +## What web browser are you using? (Browser name and specific version please) + +## Expected result + + + +## Actual result + + + +## Steps to reproduce issue + + + +## Why is this important? + + diff --git a/2019-setembro/node_modules/livereload/.travis.yml b/2019-setembro/node_modules/livereload/.travis.yml new file mode 100644 index 0000000..8a4430d --- /dev/null +++ b/2019-setembro/node_modules/livereload/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - "6" + - "8" + - "11" + + diff --git a/2019-setembro/node_modules/livereload/Cakefile b/2019-setembro/node_modules/livereload/Cakefile new file mode 100644 index 0000000..e289fba --- /dev/null +++ b/2019-setembro/node_modules/livereload/Cakefile @@ -0,0 +1,8 @@ +{spawn} = require 'child_process' +task 'build', "Build CoffeeScript source file", -> + coffee = spawn 'coffee', ['-c', 'lib'] + coffee.stdout.on 'data', (data) -> console.log data.toString().trim() + +task 'watch', 'Build CoffeeScript source files continously', -> + coffee = spawn 'coffee', ['-cw', 'lib'] + coffee.stdout.on 'data', (data) -> console.log data.toString().trim() diff --git a/2019-setembro/node_modules/livereload/LICENSE b/2019-setembro/node_modules/livereload/LICENSE new file mode 100644 index 0000000..4eb22c4 --- /dev/null +++ b/2019-setembro/node_modules/livereload/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2010 Joshua Peek + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/livereload/README.md b/2019-setembro/node_modules/livereload/README.md new file mode 100644 index 0000000..614a805 --- /dev/null +++ b/2019-setembro/node_modules/livereload/README.md @@ -0,0 +1,226 @@ +node-livereload +=============== + +![Build status](https://travis-ci.org/napcs/node-livereload.svg?branch=master) + +An implementation of the LiveReload server in Node.js. It's an alternative to the graphical [http://livereload.com/](http://livereload.com/) application, which monitors files for changes and reloads your web browser. + +## Usage + +You can use this by using the official browser extension or by adding JavaScript code to your page. + +## Method 1: Use Browser Extension + +Install the LiveReload browser plugins by visiting [http://help.livereload.com/kb/general-use/browser-extensions](http://help.livereload.com/kb/general-use/browser-extensions). + +**Note**: Only Google Chrome supports viewing `file:///` URLS, and you have to specifically enable it. If you are using other browsers and want to use `file:///` URLs, add the JS code to the page as shown in the next section. + +Once you have the plugin installed, start `livereload`. Then, in the browser, click the LiveReload icon to connect the browser to the server. + +### Method 2: Add code to page + +Add this code: + +```html + +``` + +Note: If you are using a different port other than `35729` you will +need to change the above script. + +## Running LiveReload + +You can run LiveReload two ways: using the CLI application or by writing your own server using the API. + +### Method 1: Using the Command line Interface + +To use livereload from the command line: + +```sh +$ npm install -g livereload +$ livereload [path] +``` + +The commandline options are + +* `-p` or `--port` to specify the listening port +* `-d` or `--debug` to show debug messages when the browser reloads. +* `-e` or `--exts` to specify extentions that you want to observe. Example: ` -e 'jade,scss'`. Removes the default extensions. +* `-ee` or `--extraExts` to include additional extentions that you want to observe. Example: ` -ee 'jade,scss'`. +* `-x` or `--exclusions` to specify additional exclusion patterns. Example: `-x html, images/` +* `-u` or `--usepolling` to poll for file system changes. Set this to true to successfully watch files over a network. +* `-w` or `--wait` to add a delay (in miliseconds) between when livereload detects a change to the filesystem and when it notifies the browser + +Specify the path when using the options. + +```sh +$ livereload . -w 1000 -d +``` + + +## Option 2: From within your own project + +To use the api within a project: + +```sh +$ npm install livereload --save +``` + +Then, create a server and fire it up. + +```js +var livereload = require('livereload'); +var server = livereload.createServer(); +server.watch(__dirname + "/public"); +``` + +You can also use this with a Connect server. Here's an example of a simple server +using `connect` and a few other modules just to give you an idea: + +```js +var connect = require('connect'); +var compiler = require('connect-compiler'); +var static = require('serve-static'); + +var server = connect(); + +server.use( + compiler({ + enabled : [ 'coffee', 'uglify' ], + src : 'src', + dest : 'public' + }) +); + +server.use( static(__dirname + '/public')); + +server.listen(3000); + +var livereload = require('livereload'); +var lrserver = livereload.createServer(); +lrserver.watch(__dirname + "/public"); +``` + +You can then start up the server which will listen on port `3000`. + +### Server API + +The `createServer()` method accepts two arguments. + +The first are some configuration options, passed as a JavaScript object: + +* `https` is an optional object of options to be passed to [https.createServer](http://nodejs.org/api/https.html#https_https_createserver_options_requestlistener) (if not provided, `http.createServer` is used instead) +* `port` is the listening port. It defaults to `35729` which is what the LiveReload extensions use currently. +* `exts` is an array of extensions you want to observe. This overrides the default extensions of `[`html`, `css`, `js`, `png`, `gif`, `jpg`, `php`, `php5`, `py`, `rb`, `erb`, `coffee`]`. +* `extraExts` is an array of extensions you want to observe. The default extensions are `[`html`, `css`, `js`, `png`, `gif`, `jpg`, `php`, `php5`, `py`, `rb`, `erb`, `coffee`]`. +* `applyCSSLive` tells LiveReload to reload CSS files in the background instead of refreshing the page. The default for this is `true`. +* `applyImgLive` tells LiveReload to reload image files in the background instead of refreshing the page. The default for this is `true`. Namely for these extensions: jpg, jpeg, png, gif +* `exclusions` lets you specify files to ignore. By default, this includes `.git/`, `.svn/`, and `.hg/` +* `originalPath` Set URL you use for development, e.g 'http:/domain.com', then LiveReload will proxy this url to local path. +* `overrideURL` lets you specify a different host for CSS files. This lets you edit local CSS files but view a live site. See for details. +* `usePolling` Poll for file system changes. Set this to `true` to successfully watch files over a network. +* `delay` add a delay (in miliseconds) between when livereload detects a change to the filesystem and when it notifies the browser. Useful if the browser is reloading/refreshing before a file has been compiled, for example, by browserify. +* `noListen` Pass as `true` to indicate that the websocket server should not be started automatically. (useful if you want to start it yourself later) + +The second argument is an optional `callback` that will be sent to the LiveReload server and called for the `listening` event. (ie: when the server is ready to start accepting connections) + +## Watching multiple paths: + +Passing an array of paths or glob patterns will allow you to watch multiple directories. All directories have the same configuration options. + +```js +server.watch([__dirname + "/js", __dirname + "/css"]); +``` + +Command line: + +```sh +$ livereload "path1, path2, path3" +``` + +## Using the `originalPath` option + +You can map local CSS files to a remote URL. If your HTML file specifies live CSS files at `example.com` like this: + +```html + + + + +``` + +Then you can tell livereload to substitute a local CSS file instead: + +```js +// server.js +var server = livereload.createServer({ + originalPath: "http://domain.com" +}); +server.watch('/User/Workspace/test'); +``` + +Then run the server: + +`$ node server.js` + + +When `/User/Workspace/test/css/style.css` is modified, the stylesheet will be reloaded on the page. + + +# Changelog + +### 0.8.0 +* Update bundled Livereload.js file to v3.0.0 +* Update deps to close security vulnerabilities + +### 0.7.0 +* Updates bundled Livereload.js file to v2.3.0 to fix console error. +* BREAKING CHANGE: The `exts` and `e` options now **replace** the default extensions. +* Adds the `extraExts` and `ee` options to preserve the old behavior of adding extensions to watch. +* You can now use `server.on 'error'` in your code to catch the "port in use" message gracefully. The CLI now handles this nicely as well. + +### 0.6.3 +* Updated to use Chokidar 1.7, which hopefully fixes some memory issues. +* BUGFIX: Check to see if a `watcher` object is actually defined before attempting to close. +* Added deprecation warning for `exts` option. In the next version, extensions you specify on the command line will OVERRIDE the default extensions. We'll add a new option for adding your exts to the defaults. +* Modified CLI so it trims spaces from the extensions in the array, just in case you put spaces between the commas. + +### 0.6.2 +* CLI now properly splits extension list. Previous versions appended a blank entry to the list of extensions. +* CLI now requires extensions to be comma separated instead of space separated. +* Added extra debugging info (protocol version, watched directory, extensions, and exclusions). +* Cleaned up some inconsistencies in the code. + +### 0.6.1 +* Fix default exclusions regex + +### 0.6.0 +* Implements LiveReload protocol v7 so browser plugins work again. +* Removes support for protocol v6 +* Introduces `noListen` option +* Introduces optional callback which will be invoked when the LiveReload server is listening + +### 0.5.0 +* Updated `ws` library +* Fix issues with exclusions +* Allow watching multiple paths from CLI +* Added `delay` option + +### 0.4.1 +* Remove some bad JS code + * +### 0.4.0 +* Rewritten using Chokidar library and `ws` library +* Added `usePolling` option +* Added support for specifying additional extensions from the CLI + +Older version history not kept. + +# License + +Copyright (c) 2010-2019 Brian P. Hogan and Joshua Peek + +Released under the MIT license. See `LICENSE` for details. diff --git a/2019-setembro/node_modules/livereload/bin/livereload.js b/2019-setembro/node_modules/livereload/bin/livereload.js new file mode 100755 index 0000000..bb78045 --- /dev/null +++ b/2019-setembro/node_modules/livereload/bin/livereload.js @@ -0,0 +1,3 @@ +#!/usr/bin/env node +require('../lib/command').run(); + diff --git a/2019-setembro/node_modules/livereload/examples/index.html b/2019-setembro/node_modules/livereload/examples/index.html new file mode 100644 index 0000000..f69e8e6 --- /dev/null +++ b/2019-setembro/node_modules/livereload/examples/index.html @@ -0,0 +1,16 @@ + + + + + title + + + + test + + + + diff --git a/2019-setembro/node_modules/livereload/examples/server.js b/2019-setembro/node_modules/livereload/examples/server.js new file mode 100644 index 0000000..123b88c --- /dev/null +++ b/2019-setembro/node_modules/livereload/examples/server.js @@ -0,0 +1,24 @@ +const LiveReload = require('../lib/livereload'); + +const extensionsToWatch = [ + 'md', + 'text' +]; + +const liveReloadServer = LiveReload.createServer({ + port: 35729, + debug: true, + exts: extensionsToWatch +}); + +// Listen for errors +/* +liveReloadServer.on('error', (err) => { + if(err.code == "EADDRINUSE") { + console.log("The port LiveReload wants to use is used by something else."); + process.exit(1); + } +}); +*/ + +liveReloadServer.watch(__dirname); diff --git a/2019-setembro/node_modules/livereload/ext/livereload.js b/2019-setembro/node_modules/livereload/ext/livereload.js new file mode 100644 index 0000000..675ba3e --- /dev/null +++ b/2019-setembro/node_modules/livereload/ext/livereload.js @@ -0,0 +1,1952 @@ +(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i Array#indexOf +// true -> Array#includes +var toIObject = require('./_to-iobject'); +var toLength = require('./_to-length'); +var toAbsoluteIndex = require('./_to-absolute-index'); +module.exports = function (IS_INCLUDES) { + return function ($this, el, fromIndex) { + var O = toIObject($this); + var length = toLength(O.length); + var index = toAbsoluteIndex(fromIndex, length); + var value; + // Array#includes uses SameValueZero equality algorithm + // eslint-disable-next-line no-self-compare + if (IS_INCLUDES && el != el) while (length > index) { + value = O[index++]; + // eslint-disable-next-line no-self-compare + if (value != value) return true; + // Array#indexOf ignores holes, Array#includes - not + } else for (;length > index; index++) if (IS_INCLUDES || index in O) { + if (O[index] === el) return IS_INCLUDES || index || 0; + } return !IS_INCLUDES && -1; + }; +}; + +},{"./_to-absolute-index":38,"./_to-iobject":40,"./_to-length":41}],5:[function(require,module,exports){ +var toString = {}.toString; + +module.exports = function (it) { + return toString.call(it).slice(8, -1); +}; + +},{}],6:[function(require,module,exports){ +var core = module.exports = { version: '2.6.5' }; +if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef + +},{}],7:[function(require,module,exports){ +// optional / simple context binding +var aFunction = require('./_a-function'); +module.exports = function (fn, that, length) { + aFunction(fn); + if (that === undefined) return fn; + switch (length) { + case 1: return function (a) { + return fn.call(that, a); + }; + case 2: return function (a, b) { + return fn.call(that, a, b); + }; + case 3: return function (a, b, c) { + return fn.call(that, a, b, c); + }; + } + return function (/* ...args */) { + return fn.apply(that, arguments); + }; +}; + +},{"./_a-function":1}],8:[function(require,module,exports){ +// 7.2.1 RequireObjectCoercible(argument) +module.exports = function (it) { + if (it == undefined) throw TypeError("Can't call method on " + it); + return it; +}; + +},{}],9:[function(require,module,exports){ +// Thank's IE8 for his funny defineProperty +module.exports = !require('./_fails')(function () { + return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7; +}); + +},{"./_fails":13}],10:[function(require,module,exports){ +var isObject = require('./_is-object'); +var document = require('./_global').document; +// typeof document.createElement is 'object' in old IE +var is = isObject(document) && isObject(document.createElement); +module.exports = function (it) { + return is ? document.createElement(it) : {}; +}; + +},{"./_global":15,"./_is-object":21}],11:[function(require,module,exports){ +// IE 8- don't enum bug keys +module.exports = ( + 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf' +).split(','); + +},{}],12:[function(require,module,exports){ +var global = require('./_global'); +var core = require('./_core'); +var hide = require('./_hide'); +var redefine = require('./_redefine'); +var ctx = require('./_ctx'); +var PROTOTYPE = 'prototype'; + +var $export = function (type, name, source) { + var IS_FORCED = type & $export.F; + var IS_GLOBAL = type & $export.G; + var IS_STATIC = type & $export.S; + var IS_PROTO = type & $export.P; + var IS_BIND = type & $export.B; + var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE]; + var exports = IS_GLOBAL ? core : core[name] || (core[name] = {}); + var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {}); + var key, own, out, exp; + if (IS_GLOBAL) source = name; + for (key in source) { + // contains in native + own = !IS_FORCED && target && target[key] !== undefined; + // export native or passed + out = (own ? target : source)[key]; + // bind timers to global for call from export context + exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out; + // extend global + if (target) redefine(target, key, out, type & $export.U); + // export + if (exports[key] != out) hide(exports, key, exp); + if (IS_PROTO && expProto[key] != out) expProto[key] = out; + } +}; +global.core = core; +// type bitmap +$export.F = 1; // forced +$export.G = 2; // global +$export.S = 4; // static +$export.P = 8; // proto +$export.B = 16; // bind +$export.W = 32; // wrap +$export.U = 64; // safe +$export.R = 128; // real proto method for `library` +module.exports = $export; + +},{"./_core":6,"./_ctx":7,"./_global":15,"./_hide":17,"./_redefine":34}],13:[function(require,module,exports){ +module.exports = function (exec) { + try { + return !!exec(); + } catch (e) { + return true; + } +}; + +},{}],14:[function(require,module,exports){ +module.exports = require('./_shared')('native-function-to-string', Function.toString); + +},{"./_shared":37}],15:[function(require,module,exports){ +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 +var global = module.exports = typeof window != 'undefined' && window.Math == Math + ? window : typeof self != 'undefined' && self.Math == Math ? self + // eslint-disable-next-line no-new-func + : Function('return this')(); +if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef + +},{}],16:[function(require,module,exports){ +var hasOwnProperty = {}.hasOwnProperty; +module.exports = function (it, key) { + return hasOwnProperty.call(it, key); +}; + +},{}],17:[function(require,module,exports){ +var dP = require('./_object-dp'); +var createDesc = require('./_property-desc'); +module.exports = require('./_descriptors') ? function (object, key, value) { + return dP.f(object, key, createDesc(1, value)); +} : function (object, key, value) { + object[key] = value; + return object; +}; + +},{"./_descriptors":9,"./_object-dp":28,"./_property-desc":33}],18:[function(require,module,exports){ +var document = require('./_global').document; +module.exports = document && document.documentElement; + +},{"./_global":15}],19:[function(require,module,exports){ +module.exports = !require('./_descriptors') && !require('./_fails')(function () { + return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7; +}); + +},{"./_descriptors":9,"./_dom-create":10,"./_fails":13}],20:[function(require,module,exports){ +// fallback for non-array-like ES3 and non-enumerable old V8 strings +var cof = require('./_cof'); +// eslint-disable-next-line no-prototype-builtins +module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) { + return cof(it) == 'String' ? it.split('') : Object(it); +}; + +},{"./_cof":5}],21:[function(require,module,exports){ +module.exports = function (it) { + return typeof it === 'object' ? it !== null : typeof it === 'function'; +}; + +},{}],22:[function(require,module,exports){ +'use strict'; +var create = require('./_object-create'); +var descriptor = require('./_property-desc'); +var setToStringTag = require('./_set-to-string-tag'); +var IteratorPrototype = {}; + +// 25.1.2.1.1 %IteratorPrototype%[@@iterator]() +require('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; }); + +module.exports = function (Constructor, NAME, next) { + Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) }); + setToStringTag(Constructor, NAME + ' Iterator'); +}; + +},{"./_hide":17,"./_object-create":27,"./_property-desc":33,"./_set-to-string-tag":35,"./_wks":45}],23:[function(require,module,exports){ +'use strict'; +var LIBRARY = require('./_library'); +var $export = require('./_export'); +var redefine = require('./_redefine'); +var hide = require('./_hide'); +var Iterators = require('./_iterators'); +var $iterCreate = require('./_iter-create'); +var setToStringTag = require('./_set-to-string-tag'); +var getPrototypeOf = require('./_object-gpo'); +var ITERATOR = require('./_wks')('iterator'); +var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next` +var FF_ITERATOR = '@@iterator'; +var KEYS = 'keys'; +var VALUES = 'values'; + +var returnThis = function () { return this; }; + +module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { + $iterCreate(Constructor, NAME, next); + var getMethod = function (kind) { + if (!BUGGY && kind in proto) return proto[kind]; + switch (kind) { + case KEYS: return function keys() { return new Constructor(this, kind); }; + case VALUES: return function values() { return new Constructor(this, kind); }; + } return function entries() { return new Constructor(this, kind); }; + }; + var TAG = NAME + ' Iterator'; + var DEF_VALUES = DEFAULT == VALUES; + var VALUES_BUG = false; + var proto = Base.prototype; + var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT]; + var $default = $native || getMethod(DEFAULT); + var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined; + var $anyNative = NAME == 'Array' ? proto.entries || $native : $native; + var methods, key, IteratorPrototype; + // Fix native + if ($anyNative) { + IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); + if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { + // Set @@toStringTag to native iterators + setToStringTag(IteratorPrototype, TAG, true); + // fix for some old engines + if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis); + } + } + // fix Array#{values, @@iterator}.name in V8 / FF + if (DEF_VALUES && $native && $native.name !== VALUES) { + VALUES_BUG = true; + $default = function values() { return $native.call(this); }; + } + // Define iterator + if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) { + hide(proto, ITERATOR, $default); + } + // Plug for library + Iterators[NAME] = $default; + Iterators[TAG] = returnThis; + if (DEFAULT) { + methods = { + values: DEF_VALUES ? $default : getMethod(VALUES), + keys: IS_SET ? $default : getMethod(KEYS), + entries: $entries + }; + if (FORCED) for (key in methods) { + if (!(key in proto)) redefine(proto, key, methods[key]); + } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods); + } + return methods; +}; + +},{"./_export":12,"./_hide":17,"./_iter-create":22,"./_iterators":25,"./_library":26,"./_object-gpo":30,"./_redefine":34,"./_set-to-string-tag":35,"./_wks":45}],24:[function(require,module,exports){ +module.exports = function (done, value) { + return { value: value, done: !!done }; +}; + +},{}],25:[function(require,module,exports){ +module.exports = {}; + +},{}],26:[function(require,module,exports){ +module.exports = false; + +},{}],27:[function(require,module,exports){ +// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties]) +var anObject = require('./_an-object'); +var dPs = require('./_object-dps'); +var enumBugKeys = require('./_enum-bug-keys'); +var IE_PROTO = require('./_shared-key')('IE_PROTO'); +var Empty = function () { /* empty */ }; +var PROTOTYPE = 'prototype'; + +// Create object with fake `null` prototype: use iframe Object with cleared prototype +var createDict = function () { + // Thrash, waste and sodomy: IE GC bug + var iframe = require('./_dom-create')('iframe'); + var i = enumBugKeys.length; + var lt = '<'; + var gt = '>'; + var iframeDocument; + iframe.style.display = 'none'; + require('./_html').appendChild(iframe); + iframe.src = 'javascript:'; // eslint-disable-line no-script-url + // createDict = iframe.contentWindow.Object; + // html.removeChild(iframe); + iframeDocument = iframe.contentWindow.document; + iframeDocument.open(); + iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt); + iframeDocument.close(); + createDict = iframeDocument.F; + while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]]; + return createDict(); +}; + +module.exports = Object.create || function create(O, Properties) { + var result; + if (O !== null) { + Empty[PROTOTYPE] = anObject(O); + result = new Empty(); + Empty[PROTOTYPE] = null; + // add "__proto__" for Object.getPrototypeOf polyfill + result[IE_PROTO] = O; + } else result = createDict(); + return Properties === undefined ? result : dPs(result, Properties); +}; + +},{"./_an-object":3,"./_dom-create":10,"./_enum-bug-keys":11,"./_html":18,"./_object-dps":29,"./_shared-key":36}],28:[function(require,module,exports){ +var anObject = require('./_an-object'); +var IE8_DOM_DEFINE = require('./_ie8-dom-define'); +var toPrimitive = require('./_to-primitive'); +var dP = Object.defineProperty; + +exports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) { + anObject(O); + P = toPrimitive(P, true); + anObject(Attributes); + if (IE8_DOM_DEFINE) try { + return dP(O, P, Attributes); + } catch (e) { /* empty */ } + if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!'); + if ('value' in Attributes) O[P] = Attributes.value; + return O; +}; + +},{"./_an-object":3,"./_descriptors":9,"./_ie8-dom-define":19,"./_to-primitive":43}],29:[function(require,module,exports){ +var dP = require('./_object-dp'); +var anObject = require('./_an-object'); +var getKeys = require('./_object-keys'); + +module.exports = require('./_descriptors') ? Object.defineProperties : function defineProperties(O, Properties) { + anObject(O); + var keys = getKeys(Properties); + var length = keys.length; + var i = 0; + var P; + while (length > i) dP.f(O, P = keys[i++], Properties[P]); + return O; +}; + +},{"./_an-object":3,"./_descriptors":9,"./_object-dp":28,"./_object-keys":32}],30:[function(require,module,exports){ +// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O) +var has = require('./_has'); +var toObject = require('./_to-object'); +var IE_PROTO = require('./_shared-key')('IE_PROTO'); +var ObjectProto = Object.prototype; + +module.exports = Object.getPrototypeOf || function (O) { + O = toObject(O); + if (has(O, IE_PROTO)) return O[IE_PROTO]; + if (typeof O.constructor == 'function' && O instanceof O.constructor) { + return O.constructor.prototype; + } return O instanceof Object ? ObjectProto : null; +}; + +},{"./_has":16,"./_shared-key":36,"./_to-object":42}],31:[function(require,module,exports){ +var has = require('./_has'); +var toIObject = require('./_to-iobject'); +var arrayIndexOf = require('./_array-includes')(false); +var IE_PROTO = require('./_shared-key')('IE_PROTO'); + +module.exports = function (object, names) { + var O = toIObject(object); + var i = 0; + var result = []; + var key; + for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key); + // Don't enum bug & hidden keys + while (names.length > i) if (has(O, key = names[i++])) { + ~arrayIndexOf(result, key) || result.push(key); + } + return result; +}; + +},{"./_array-includes":4,"./_has":16,"./_shared-key":36,"./_to-iobject":40}],32:[function(require,module,exports){ +// 19.1.2.14 / 15.2.3.14 Object.keys(O) +var $keys = require('./_object-keys-internal'); +var enumBugKeys = require('./_enum-bug-keys'); + +module.exports = Object.keys || function keys(O) { + return $keys(O, enumBugKeys); +}; + +},{"./_enum-bug-keys":11,"./_object-keys-internal":31}],33:[function(require,module,exports){ +module.exports = function (bitmap, value) { + return { + enumerable: !(bitmap & 1), + configurable: !(bitmap & 2), + writable: !(bitmap & 4), + value: value + }; +}; + +},{}],34:[function(require,module,exports){ +var global = require('./_global'); +var hide = require('./_hide'); +var has = require('./_has'); +var SRC = require('./_uid')('src'); +var $toString = require('./_function-to-string'); +var TO_STRING = 'toString'; +var TPL = ('' + $toString).split(TO_STRING); + +require('./_core').inspectSource = function (it) { + return $toString.call(it); +}; + +(module.exports = function (O, key, val, safe) { + var isFunction = typeof val == 'function'; + if (isFunction) has(val, 'name') || hide(val, 'name', key); + if (O[key] === val) return; + if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key))); + if (O === global) { + O[key] = val; + } else if (!safe) { + delete O[key]; + hide(O, key, val); + } else if (O[key]) { + O[key] = val; + } else { + hide(O, key, val); + } +// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative +})(Function.prototype, TO_STRING, function toString() { + return typeof this == 'function' && this[SRC] || $toString.call(this); +}); + +},{"./_core":6,"./_function-to-string":14,"./_global":15,"./_has":16,"./_hide":17,"./_uid":44}],35:[function(require,module,exports){ +var def = require('./_object-dp').f; +var has = require('./_has'); +var TAG = require('./_wks')('toStringTag'); + +module.exports = function (it, tag, stat) { + if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag }); +}; + +},{"./_has":16,"./_object-dp":28,"./_wks":45}],36:[function(require,module,exports){ +var shared = require('./_shared')('keys'); +var uid = require('./_uid'); +module.exports = function (key) { + return shared[key] || (shared[key] = uid(key)); +}; + +},{"./_shared":37,"./_uid":44}],37:[function(require,module,exports){ +var core = require('./_core'); +var global = require('./_global'); +var SHARED = '__core-js_shared__'; +var store = global[SHARED] || (global[SHARED] = {}); + +(module.exports = function (key, value) { + return store[key] || (store[key] = value !== undefined ? value : {}); +})('versions', []).push({ + version: core.version, + mode: require('./_library') ? 'pure' : 'global', + copyright: '© 2019 Denis Pushkarev (zloirock.ru)' +}); + +},{"./_core":6,"./_global":15,"./_library":26}],38:[function(require,module,exports){ +var toInteger = require('./_to-integer'); +var max = Math.max; +var min = Math.min; +module.exports = function (index, length) { + index = toInteger(index); + return index < 0 ? max(index + length, 0) : min(index, length); +}; + +},{"./_to-integer":39}],39:[function(require,module,exports){ +// 7.1.4 ToInteger +var ceil = Math.ceil; +var floor = Math.floor; +module.exports = function (it) { + return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it); +}; + +},{}],40:[function(require,module,exports){ +// to indexed object, toObject with fallback for non-array-like ES3 strings +var IObject = require('./_iobject'); +var defined = require('./_defined'); +module.exports = function (it) { + return IObject(defined(it)); +}; + +},{"./_defined":8,"./_iobject":20}],41:[function(require,module,exports){ +// 7.1.15 ToLength +var toInteger = require('./_to-integer'); +var min = Math.min; +module.exports = function (it) { + return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991 +}; + +},{"./_to-integer":39}],42:[function(require,module,exports){ +// 7.1.13 ToObject(argument) +var defined = require('./_defined'); +module.exports = function (it) { + return Object(defined(it)); +}; + +},{"./_defined":8}],43:[function(require,module,exports){ +// 7.1.1 ToPrimitive(input [, PreferredType]) +var isObject = require('./_is-object'); +// instead of the ES6 spec version, we didn't implement @@toPrimitive case +// and the second argument - flag - preferred type is a string +module.exports = function (it, S) { + if (!isObject(it)) return it; + var fn, val; + if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val; + if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val; + if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val; + throw TypeError("Can't convert object to primitive value"); +}; + +},{"./_is-object":21}],44:[function(require,module,exports){ +var id = 0; +var px = Math.random(); +module.exports = function (key) { + return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36)); +}; + +},{}],45:[function(require,module,exports){ +var store = require('./_shared')('wks'); +var uid = require('./_uid'); +var Symbol = require('./_global').Symbol; +var USE_SYMBOL = typeof Symbol == 'function'; + +var $exports = module.exports = function (name) { + return store[name] || (store[name] = + USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name)); +}; + +$exports.store = store; + +},{"./_global":15,"./_shared":37,"./_uid":44}],46:[function(require,module,exports){ +'use strict'; +var addToUnscopables = require('./_add-to-unscopables'); +var step = require('./_iter-step'); +var Iterators = require('./_iterators'); +var toIObject = require('./_to-iobject'); + +// 22.1.3.4 Array.prototype.entries() +// 22.1.3.13 Array.prototype.keys() +// 22.1.3.29 Array.prototype.values() +// 22.1.3.30 Array.prototype[@@iterator]() +module.exports = require('./_iter-define')(Array, 'Array', function (iterated, kind) { + this._t = toIObject(iterated); // target + this._i = 0; // next index + this._k = kind; // kind +// 22.1.5.2.1 %ArrayIteratorPrototype%.next() +}, function () { + var O = this._t; + var kind = this._k; + var index = this._i++; + if (!O || index >= O.length) { + this._t = undefined; + return step(1); + } + if (kind == 'keys') return step(0, index); + if (kind == 'values') return step(0, O[index]); + return step(0, [index, O[index]]); +}, 'values'); + +// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7) +Iterators.Arguments = Iterators.Array; + +addToUnscopables('keys'); +addToUnscopables('values'); +addToUnscopables('entries'); + +},{"./_add-to-unscopables":2,"./_iter-define":23,"./_iter-step":24,"./_iterators":25,"./_to-iobject":40}],47:[function(require,module,exports){ +var $iterators = require('./es6.array.iterator'); +var getKeys = require('./_object-keys'); +var redefine = require('./_redefine'); +var global = require('./_global'); +var hide = require('./_hide'); +var Iterators = require('./_iterators'); +var wks = require('./_wks'); +var ITERATOR = wks('iterator'); +var TO_STRING_TAG = wks('toStringTag'); +var ArrayValues = Iterators.Array; + +var DOMIterables = { + CSSRuleList: true, // TODO: Not spec compliant, should be false. + CSSStyleDeclaration: false, + CSSValueList: false, + ClientRectList: false, + DOMRectList: false, + DOMStringList: false, + DOMTokenList: true, + DataTransferItemList: false, + FileList: false, + HTMLAllCollection: false, + HTMLCollection: false, + HTMLFormElement: false, + HTMLSelectElement: false, + MediaList: true, // TODO: Not spec compliant, should be false. + MimeTypeArray: false, + NamedNodeMap: false, + NodeList: true, + PaintRequestList: false, + Plugin: false, + PluginArray: false, + SVGLengthList: false, + SVGNumberList: false, + SVGPathSegList: false, + SVGPointList: false, + SVGStringList: false, + SVGTransformList: false, + SourceBufferList: false, + StyleSheetList: true, // TODO: Not spec compliant, should be false. + TextTrackCueList: false, + TextTrackList: false, + TouchList: false +}; + +for (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) { + var NAME = collections[i]; + var explicit = DOMIterables[NAME]; + var Collection = global[NAME]; + var proto = Collection && Collection.prototype; + var key; + if (proto) { + if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues); + if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME); + Iterators[NAME] = ArrayValues; + if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true); + } +} + +},{"./_global":15,"./_hide":17,"./_iterators":25,"./_object-keys":32,"./_redefine":34,"./_wks":45,"./es6.array.iterator":46}],48:[function(require,module,exports){ +"use strict"; + +const { + Parser, + PROTOCOL_6, + PROTOCOL_7 +} = require('./protocol'); + +const VERSION = "3.0.0"; + +class Connector { + constructor(options, WebSocket, Timer, handlers) { + this.options = options; + this.WebSocket = WebSocket; + this.Timer = Timer; + this.handlers = handlers; + const path = this.options.path ? "".concat(this.options.path) : 'livereload'; + this._uri = "ws".concat(this.options.https ? 's' : '', "://").concat(this.options.host, ":").concat(this.options.port, "/").concat(path); + this._nextDelay = this.options.mindelay; + this._connectionDesired = false; + this.protocol = 0; + this.protocolParser = new Parser({ + connected: protocol => { + this.protocol = protocol; + + this._handshakeTimeout.stop(); + + this._nextDelay = this.options.mindelay; + this._disconnectionReason = 'broken'; + return this.handlers.connected(this.protocol); + }, + error: e => { + this.handlers.error(e); + return this._closeOnError(); + }, + message: message => { + return this.handlers.message(message); + } + }); + this._handshakeTimeout = new this.Timer(() => { + if (!this._isSocketConnected()) { + return; + } + + this._disconnectionReason = 'handshake-timeout'; + return this.socket.close(); + }); + this._reconnectTimer = new this.Timer(() => { + if (!this._connectionDesired) { + // shouldn't hit this, but just in case + return; + } + + return this.connect(); + }); + this.connect(); + } + + _isSocketConnected() { + return this.socket && this.socket.readyState === this.WebSocket.OPEN; + } + + connect() { + this._connectionDesired = true; + + if (this._isSocketConnected()) { + return; + } // prepare for a new connection + + + this._reconnectTimer.stop(); + + this._disconnectionReason = 'cannot-connect'; + this.protocolParser.reset(); + this.handlers.connecting(); + this.socket = new this.WebSocket(this._uri); + + this.socket.onopen = e => this._onopen(e); + + this.socket.onclose = e => this._onclose(e); + + this.socket.onmessage = e => this._onmessage(e); + + this.socket.onerror = e => this._onerror(e); + } + + disconnect() { + this._connectionDesired = false; + + this._reconnectTimer.stop(); // in case it was running + + + if (!this._isSocketConnected()) { + return; + } + + this._disconnectionReason = 'manual'; + return this.socket.close(); + } + + _scheduleReconnection() { + if (!this._connectionDesired) { + // don't reconnect after manual disconnection + return; + } + + if (!this._reconnectTimer.running) { + this._reconnectTimer.start(this._nextDelay); + + this._nextDelay = Math.min(this.options.maxdelay, this._nextDelay * 2); + } + } + + sendCommand(command) { + if (!this.protocol) { + return; + } + + return this._sendCommand(command); + } + + _sendCommand(command) { + return this.socket.send(JSON.stringify(command)); + } + + _closeOnError() { + this._handshakeTimeout.stop(); + + this._disconnectionReason = 'error'; + return this.socket.close(); + } + + _onopen(e) { + this.handlers.socketConnected(); + this._disconnectionReason = 'handshake-failed'; // start handshake + + const hello = { + command: 'hello', + protocols: [PROTOCOL_6, PROTOCOL_7] + }; + hello.ver = VERSION; + + if (this.options.ext) { + hello.ext = this.options.ext; + } + + if (this.options.extver) { + hello.extver = this.options.extver; + } + + if (this.options.snipver) { + hello.snipver = this.options.snipver; + } + + this._sendCommand(hello); + + return this._handshakeTimeout.start(this.options.handshake_timeout); + } + + _onclose(e) { + this.protocol = 0; + this.handlers.disconnected(this._disconnectionReason, this._nextDelay); + return this._scheduleReconnection(); + } + + _onerror(e) {} + + _onmessage(e) { + return this.protocolParser.process(e.data); + } + +} + +; +exports.Connector = Connector; + +},{"./protocol":53}],49:[function(require,module,exports){ +"use strict"; + +const CustomEvents = { + bind(element, eventName, handler) { + if (element.addEventListener) { + return element.addEventListener(eventName, handler, false); + } else if (element.attachEvent) { + element[eventName] = 1; + return element.attachEvent('onpropertychange', function (event) { + if (event.propertyName === eventName) { + return handler(); + } + }); + } else { + throw new Error("Attempt to attach custom event ".concat(eventName, " to something which isn't a DOMElement")); + } + }, + + fire(element, eventName) { + if (element.addEventListener) { + const event = document.createEvent('HTMLEvents'); + event.initEvent(eventName, true, true); + return document.dispatchEvent(event); + } else if (element.attachEvent) { + if (element[eventName]) { + return element[eventName]++; + } + } else { + throw new Error("Attempt to fire custom event ".concat(eventName, " on something which isn't a DOMElement")); + } + } + +}; +exports.bind = CustomEvents.bind; +exports.fire = CustomEvents.fire; + +},{}],50:[function(require,module,exports){ +"use strict"; + +class LessPlugin { + constructor(window, host) { + this.window = window; + this.host = host; + } + + reload(path, options) { + if (this.window.less && this.window.less.refresh) { + if (path.match(/\.less$/i)) { + return this.reloadLess(path); + } + + if (options.originalPath.match(/\.less$/i)) { + return this.reloadLess(options.originalPath); + } + } + + return false; + } + + reloadLess(path) { + let link; + + const links = (() => { + const result = []; + + for (link of Array.from(document.getElementsByTagName('link'))) { + if (link.href && link.rel.match(/^stylesheet\/less$/i) || link.rel.match(/stylesheet/i) && link.type.match(/^text\/(x-)?less$/i)) { + result.push(link); + } + } + + return result; + })(); + + if (links.length === 0) { + return false; + } + + for (link of Array.from(links)) { + link.href = this.host.generateCacheBustUrl(link.href); + } + + this.host.console.log('LiveReload is asking LESS to recompile all stylesheets'); + this.window.less.refresh(true); + return true; + } + + analyze() { + return { + disable: !!(this.window.less && this.window.less.refresh) + }; + } + +} + +; +LessPlugin.identifier = 'less'; +LessPlugin.version = '1.0'; +module.exports = LessPlugin; + +},{}],51:[function(require,module,exports){ +"use strict"; + +require("core-js/modules/web.dom.iterable"); + +/* global alert */ +const { + Connector +} = require('./connector'); + +const { + Timer +} = require('./timer'); + +const { + Options +} = require('./options'); + +const { + Reloader +} = require('./reloader'); + +const { + ProtocolError +} = require('./protocol'); + +class LiveReload { + constructor(window) { + this.window = window; + this.listeners = {}; + this.plugins = []; + this.pluginIdentifiers = {}; // i can haz console? + + this.console = this.window.console && this.window.console.log && this.window.console.error ? this.window.location.href.match(/LR-verbose/) ? this.window.console : { + log() {}, + + error: this.window.console.error.bind(this.window.console) + } : { + log() {}, + + error() {} + + }; // i can haz sockets? + + if (!(this.WebSocket = this.window.WebSocket || this.window.MozWebSocket)) { + this.console.error('LiveReload disabled because the browser does not seem to support web sockets'); + return; + } // i can haz options? + + + if ('LiveReloadOptions' in window) { + this.options = new Options(); + + for (let k of Object.keys(window['LiveReloadOptions'] || {})) { + const v = window['LiveReloadOptions'][k]; + this.options.set(k, v); + } + } else { + this.options = Options.extract(this.window.document); + + if (!this.options) { + this.console.error('LiveReload disabled because it could not find its own +``` + +(It also works with various module systems, if you prefer that sort of thing - it has a dependency on [vlq](https://github.com/Rich-Harris/vlq).) + +## Usage + +These examples assume you're in node.js, or something similar: + +```js +var MagicString = require( 'magic-string' ); +var s = new MagicString( 'problems = 99' ); + +s.overwrite( 0, 8, 'answer' ); +s.toString(); // 'answer = 99' + +s.overwrite( 11, 13, '42' ); // character indices always refer to the original string +s.toString(); // 'answer = 42' + +s.prepend( 'var ' ).append( ';' ); // most methods are chainable +s.toString(); // 'var answer = 42;' + +var map = s.generateMap({ + source: 'source.js', + file: 'converted.js.map', + includeContent: true +}); // generates a v3 sourcemap + +require( 'fs' ).writeFile( 'converted.js', s.toString() ); +require( 'fs' ).writeFile( 'converted.js.map', map.toString() ); +``` + +You can pass an options argument: + +```js +var s = new MagicString( someCode, { + // both these options will be used if you later + // call `bundle.addSource( s )` - see below + filename: 'foo.js', + indentExclusionRanges: [/*...*/] +}); +``` + +## Methods + +### s.addSourcemapLocation( index ) + +Adds the specified character index (with respect to the original string) to sourcemap mappings, if `hires` is `false` (see below). + +### s.append( content ) + +Appends the specified content to the end of the string. Returns `this`. + +### s.appendLeft( index, content ) + +Appends the specified `content` at the `index` in the original string. If a range *ending* with `index` is subsequently moved, the insert will be moved with it. Returns `this`. See also `s.prependLeft(...)`. + +### s.appendRight( index, content ) + +Appends the specified `content` at the `index` in the original string. If a range *starting* with `index` is subsequently moved, the insert will be moved with it. Returns `this`. See also `s.prependRight(...)`. + +### s.clone() + +Does what you'd expect. + +### s.generateDecodedMap( options ) + +Generates a sourcemap object with raw mappings in array form, rather than encoded as a string. See `generateMap` documentation below for options details. Useful if you need to manipulate the sourcemap further, but most of the time you will use `generateMap` instead. + +### s.generateMap( options ) + +Generates a [version 3 sourcemap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit). All options are, well, optional: + +* `file` - the filename where you plan to write the sourcemap +* `source` - the filename of the file containing the original source +* `includeContent` - whether to include the original content in the map's `sourcesContent` array +* `hires` - whether the mapping should be high-resolution. Hi-res mappings map every single character, meaning (for example) your devtools will always be able to pinpoint the exact location of function calls and so on. With lo-res mappings, devtools may only be able to identify the correct line - but they're quicker to generate and less bulky. If sourcemap locations have been specified with `s.addSourceMapLocation()`, they will be used here. + +The returned sourcemap has two (non-enumerable) methods attached for convenience: + +* `toString` - returns the equivalent of `JSON.stringify(map)` +* `toUrl` - returns a DataURI containing the sourcemap. Useful for doing this sort of thing: + +```js +code += '\n//# sourceMappingURL=' + map.toUrl(); +``` + +### s.indent( prefix[, options] ) + +Prefixes each line of the string with `prefix`. If `prefix` is not supplied, the indentation will be guessed from the original content, falling back to a single tab character. Returns `this`. + +The `options` argument can have an `exclude` property, which is an array of `[start, end]` character ranges. These ranges will be excluded from the indentation - useful for (e.g.) multiline strings. + +### s.insertLeft( index, content ) + +**DEPRECATED** since 0.17 – use `s.appendLeft(...)` instead + +### s.insertRight( index, content ) + +**DEPRECATED** since 0.17 – use `s.prependRight(...)` instead + +### s.locate( index ) + +**DEPRECATED** since 0.10 – see [#30](https://github.com/Rich-Harris/magic-string/pull/30) + +### s.locateOrigin( index ) + +**DEPRECATED** since 0.10 – see [#30](https://github.com/Rich-Harris/magic-string/pull/30) + +### s.move( start, end, newIndex ) + +Moves the characters from `start` and `end` to `index`. Returns `this`. + +### s.overwrite( start, end, content[, options] ) + +Replaces the characters from `start` to `end` with `content`. The same restrictions as `s.remove()` apply. Returns `this`. + +The fourth argument is optional. It can have a `storeName` property — if `true`, the original name will be stored for later inclusion in a sourcemap's `names` array — and a `contentOnly` property which determines whether only the content is overwritten, or anything that was appended/prepended to the range as well. + +### s.prepend( content ) + +Prepends the string with the specified content. Returns `this`. + +### s.prependLeft ( index, content ) + +Same as `s.appendLeft(...)`, except that the inserted content will go *before* any previous appends or prepends at `index` + +### s.prependRight ( index, content ) + +Same as `s.appendRight(...)`, except that the inserted content will go *before* any previous appends or prepends at `index` + +### s.remove( start, end ) + +Removes the characters from `start` to `end` (of the original string, **not** the generated string). Removing the same content twice, or making removals that partially overlap, will cause an error. Returns `this`. + +### s.slice( start, end ) + +Returns the content of the generated string that corresponds to the slice between `start` and `end` of the original string. Throws error if the indices are for characters that were already removed. + +### s.snip( start, end ) + +Returns a clone of `s`, with all content before the `start` and `end` characters of the original string removed. + +### s.toString() + +Returns the generated string. + +### s.trim([ charType ]) + +Trims content matching `charType` (defaults to `\s`, i.e. whitespace) from the start and end. Returns `this`. + +### s.trimStart([ charType ]) + +Trims content matching `charType` (defaults to `\s`, i.e. whitespace) from the start. Returns `this`. + +### s.trimEnd([ charType ]) + +Trims content matching `charType` (defaults to `\s`, i.e. whitespace) from the end. Returns `this`. + +### s.trimLines() + +Removes empty lines from the start and end. Returns `this`. + +### s.isEmpty() + +Returns true if the resulting source is empty (disregarding white space). + +## Bundling + +To concatenate several sources, use `MagicString.Bundle`: + +```js +var bundle = new MagicString.Bundle(); + +bundle.addSource({ + filename: 'foo.js', + content: new MagicString( 'var answer = 42;' ) +}); + +bundle.addSource({ + filename: 'bar.js', + content: new MagicString( 'console.log( answer )' ) +}); + +// Advanced: a source can include an `indentExclusionRanges` property +// alongside `filename` and `content`. This will be passed to `s.indent()` +// - see documentation above + +bundle.indent() // optionally, pass an indent string, otherwise it will be guessed + .prepend( '(function () {\n' ) + .append( '}());' ); + +bundle.toString(); +// (function () { +// var answer = 42; +// console.log( answer ); +// }()); + +// options are as per `s.generateMap()` above +var map = bundle.generateMap({ + file: 'bundle.js', + includeContent: true, + hires: true +}); +``` + +As an alternative syntax, if you a) don't have `filename` or `indentExclusionRanges` options, or b) passed those in when you used `new MagicString(...)`, you can simply pass the `MagicString` instance itself: + +```js +var bundle = new MagicString.Bundle(); +var source = new MagicString( someCode, { + filename: 'foo.js' +}); + +bundle.addSource( source ); +``` + +## License + +MIT diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js b/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js new file mode 100644 index 0000000..f6dd666 --- /dev/null +++ b/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js @@ -0,0 +1,1298 @@ +'use strict'; + +var sourcemapCodec = require('sourcemap-codec'); + +var Chunk = function Chunk(start, end, content) { + this.start = start; + this.end = end; + this.original = content; + + this.intro = ''; + this.outro = ''; + + this.content = content; + this.storeName = false; + this.edited = false; + + // we make these non-enumerable, for sanity while debugging + Object.defineProperties(this, { + previous: { writable: true, value: null }, + next: { writable: true, value: null } + }); +}; + +Chunk.prototype.appendLeft = function appendLeft (content) { + this.outro += content; +}; + +Chunk.prototype.appendRight = function appendRight (content) { + this.intro = this.intro + content; +}; + +Chunk.prototype.clone = function clone () { + var chunk = new Chunk(this.start, this.end, this.original); + + chunk.intro = this.intro; + chunk.outro = this.outro; + chunk.content = this.content; + chunk.storeName = this.storeName; + chunk.edited = this.edited; + + return chunk; +}; + +Chunk.prototype.contains = function contains (index) { + return this.start < index && index < this.end; +}; + +Chunk.prototype.eachNext = function eachNext (fn) { + var chunk = this; + while (chunk) { + fn(chunk); + chunk = chunk.next; + } +}; + +Chunk.prototype.eachPrevious = function eachPrevious (fn) { + var chunk = this; + while (chunk) { + fn(chunk); + chunk = chunk.previous; + } +}; + +Chunk.prototype.edit = function edit (content, storeName, contentOnly) { + this.content = content; + if (!contentOnly) { + this.intro = ''; + this.outro = ''; + } + this.storeName = storeName; + + this.edited = true; + + return this; +}; + +Chunk.prototype.prependLeft = function prependLeft (content) { + this.outro = content + this.outro; +}; + +Chunk.prototype.prependRight = function prependRight (content) { + this.intro = content + this.intro; +}; + +Chunk.prototype.split = function split (index) { + var sliceIndex = index - this.start; + + var originalBefore = this.original.slice(0, sliceIndex); + var originalAfter = this.original.slice(sliceIndex); + + this.original = originalBefore; + + var newChunk = new Chunk(index, this.end, originalAfter); + newChunk.outro = this.outro; + this.outro = ''; + + this.end = index; + + if (this.edited) { + // TODO is this block necessary?... + newChunk.edit('', false); + this.content = ''; + } else { + this.content = originalBefore; + } + + newChunk.next = this.next; + if (newChunk.next) { newChunk.next.previous = newChunk; } + newChunk.previous = this; + this.next = newChunk; + + return newChunk; +}; + +Chunk.prototype.toString = function toString () { + return this.intro + this.content + this.outro; +}; + +Chunk.prototype.trimEnd = function trimEnd (rx) { + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + + var trimmed = this.content.replace(rx, ''); + + if (trimmed.length) { + if (trimmed !== this.content) { + this.split(this.start + trimmed.length).edit('', undefined, true); + } + return true; + + } else { + this.edit('', undefined, true); + + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + } +}; + +Chunk.prototype.trimStart = function trimStart (rx) { + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + + var trimmed = this.content.replace(rx, ''); + + if (trimmed.length) { + if (trimmed !== this.content) { + this.split(this.end - trimmed.length); + this.edit('', undefined, true); + } + return true; + + } else { + this.edit('', undefined, true); + + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + } +}; + +var btoa = function () { + throw new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.'); +}; +if (typeof window !== 'undefined' && typeof window.btoa === 'function') { + btoa = function (str) { return window.btoa(unescape(encodeURIComponent(str))); }; +} else if (typeof Buffer === 'function') { + btoa = function (str) { return Buffer.from(str, 'utf-8').toString('base64'); }; +} + +var SourceMap = function SourceMap(properties) { + this.version = 3; + this.file = properties.file; + this.sources = properties.sources; + this.sourcesContent = properties.sourcesContent; + this.names = properties.names; + this.mappings = sourcemapCodec.encode(properties.mappings); +}; + +SourceMap.prototype.toString = function toString () { + return JSON.stringify(this); +}; + +SourceMap.prototype.toUrl = function toUrl () { + return 'data:application/json;charset=utf-8;base64,' + btoa(this.toString()); +}; + +function guessIndent(code) { + var lines = code.split('\n'); + + var tabbed = lines.filter(function (line) { return /^\t+/.test(line); }); + var spaced = lines.filter(function (line) { return /^ {2,}/.test(line); }); + + if (tabbed.length === 0 && spaced.length === 0) { + return null; + } + + // More lines tabbed than spaced? Assume tabs, and + // default to tabs in the case of a tie (or nothing + // to go on) + if (tabbed.length >= spaced.length) { + return '\t'; + } + + // Otherwise, we need to guess the multiple + var min = spaced.reduce(function (previous, current) { + var numSpaces = /^ +/.exec(current)[0].length; + return Math.min(numSpaces, previous); + }, Infinity); + + return new Array(min + 1).join(' '); +} + +function getRelativePath(from, to) { + var fromParts = from.split(/[/\\]/); + var toParts = to.split(/[/\\]/); + + fromParts.pop(); // get dirname + + while (fromParts[0] === toParts[0]) { + fromParts.shift(); + toParts.shift(); + } + + if (fromParts.length) { + var i = fromParts.length; + while (i--) { fromParts[i] = '..'; } + } + + return fromParts.concat(toParts).join('/'); +} + +var toString = Object.prototype.toString; + +function isObject(thing) { + return toString.call(thing) === '[object Object]'; +} + +function getLocator(source) { + var originalLines = source.split('\n'); + var lineOffsets = []; + + for (var i = 0, pos = 0; i < originalLines.length; i++) { + lineOffsets.push(pos); + pos += originalLines[i].length + 1; + } + + return function locate(index) { + var i = 0; + var j = lineOffsets.length; + while (i < j) { + var m = (i + j) >> 1; + if (index < lineOffsets[m]) { + j = m; + } else { + i = m + 1; + } + } + var line = i - 1; + var column = index - lineOffsets[line]; + return { line: line, column: column }; + }; +} + +var Mappings = function Mappings(hires) { + this.hires = hires; + this.generatedCodeLine = 0; + this.generatedCodeColumn = 0; + this.raw = []; + this.rawSegments = this.raw[this.generatedCodeLine] = []; + this.pending = null; +}; + +Mappings.prototype.addEdit = function addEdit (sourceIndex, content, loc, nameIndex) { + if (content.length) { + var segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; + if (nameIndex >= 0) { + segment.push(nameIndex); + } + this.rawSegments.push(segment); + } else if (this.pending) { + this.rawSegments.push(this.pending); + } + + this.advance(content); + this.pending = null; +}; + +Mappings.prototype.addUneditedChunk = function addUneditedChunk (sourceIndex, chunk, original, loc, sourcemapLocations) { + var originalCharIndex = chunk.start; + var first = true; + + while (originalCharIndex < chunk.end) { + if (this.hires || first || sourcemapLocations[originalCharIndex]) { + this.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]); + } + + if (original[originalCharIndex] === '\n') { + loc.line += 1; + loc.column = 0; + this.generatedCodeLine += 1; + this.raw[this.generatedCodeLine] = this.rawSegments = []; + this.generatedCodeColumn = 0; + } else { + loc.column += 1; + this.generatedCodeColumn += 1; + } + + originalCharIndex += 1; + first = false; + } + + this.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; +}; + +Mappings.prototype.advance = function advance (str) { + if (!str) { return; } + + var lines = str.split('\n'); + + if (lines.length > 1) { + for (var i = 0; i < lines.length - 1; i++) { + this.generatedCodeLine++; + this.raw[this.generatedCodeLine] = this.rawSegments = []; + } + this.generatedCodeColumn = 0; + } + + this.generatedCodeColumn += lines[lines.length - 1].length; +}; + +var n = '\n'; + +var warned = { + insertLeft: false, + insertRight: false, + storeName: false +}; + +var MagicString = function MagicString(string, options) { + if ( options === void 0 ) options = {}; + + var chunk = new Chunk(0, string.length, string); + + Object.defineProperties(this, { + original: { writable: true, value: string }, + outro: { writable: true, value: '' }, + intro: { writable: true, value: '' }, + firstChunk: { writable: true, value: chunk }, + lastChunk: { writable: true, value: chunk }, + lastSearchedChunk: { writable: true, value: chunk }, + byStart: { writable: true, value: {} }, + byEnd: { writable: true, value: {} }, + filename: { writable: true, value: options.filename }, + indentExclusionRanges: { writable: true, value: options.indentExclusionRanges }, + sourcemapLocations: { writable: true, value: {} }, + storedNames: { writable: true, value: {} }, + indentStr: { writable: true, value: guessIndent(string) } + }); + + this.byStart[0] = chunk; + this.byEnd[string.length] = chunk; +}; + +MagicString.prototype.addSourcemapLocation = function addSourcemapLocation (char) { + this.sourcemapLocations[char] = true; +}; + +MagicString.prototype.append = function append (content) { + if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } + + this.outro += content; + return this; +}; + +MagicString.prototype.appendLeft = function appendLeft (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byEnd[index]; + + if (chunk) { + chunk.appendLeft(content); + } else { + this.intro += content; + } + return this; +}; + +MagicString.prototype.appendRight = function appendRight (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byStart[index]; + + if (chunk) { + chunk.appendRight(content); + } else { + this.outro += content; + } + return this; +}; + +MagicString.prototype.clone = function clone () { + var cloned = new MagicString(this.original, { filename: this.filename }); + + var originalChunk = this.firstChunk; + var clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone()); + + while (originalChunk) { + cloned.byStart[clonedChunk.start] = clonedChunk; + cloned.byEnd[clonedChunk.end] = clonedChunk; + + var nextOriginalChunk = originalChunk.next; + var nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone(); + + if (nextClonedChunk) { + clonedChunk.next = nextClonedChunk; + nextClonedChunk.previous = clonedChunk; + + clonedChunk = nextClonedChunk; + } + + originalChunk = nextOriginalChunk; + } + + cloned.lastChunk = clonedChunk; + + if (this.indentExclusionRanges) { + cloned.indentExclusionRanges = this.indentExclusionRanges.slice(); + } + + Object.keys(this.sourcemapLocations).forEach(function (loc) { + cloned.sourcemapLocations[loc] = true; + }); + + return cloned; +}; + +MagicString.prototype.generateDecodedMap = function generateDecodedMap (options) { + var this$1 = this; + + options = options || {}; + + var sourceIndex = 0; + var names = Object.keys(this.storedNames); + var mappings = new Mappings(options.hires); + + var locate = getLocator(this.original); + + if (this.intro) { + mappings.advance(this.intro); + } + + this.firstChunk.eachNext(function (chunk) { + var loc = locate(chunk.start); + + if (chunk.intro.length) { mappings.advance(chunk.intro); } + + if (chunk.edited) { + mappings.addEdit( + sourceIndex, + chunk.content, + loc, + chunk.storeName ? names.indexOf(chunk.original) : -1 + ); + } else { + mappings.addUneditedChunk(sourceIndex, chunk, this$1.original, loc, this$1.sourcemapLocations); + } + + if (chunk.outro.length) { mappings.advance(chunk.outro); } + }); + + return { + file: options.file ? options.file.split(/[/\\]/).pop() : null, + sources: [options.source ? getRelativePath(options.file || '', options.source) : null], + sourcesContent: options.includeContent ? [this.original] : [null], + names: names, + mappings: mappings.raw + }; +}; + +MagicString.prototype.generateMap = function generateMap (options) { + return new SourceMap(this.generateDecodedMap(options)); +}; + +MagicString.prototype.getIndentString = function getIndentString () { + return this.indentStr === null ? '\t' : this.indentStr; +}; + +MagicString.prototype.indent = function indent (indentStr, options) { + var pattern = /^[^\r\n]/gm; + + if (isObject(indentStr)) { + options = indentStr; + indentStr = undefined; + } + + indentStr = indentStr !== undefined ? indentStr : this.indentStr || '\t'; + + if (indentStr === '') { return this; } // noop + + options = options || {}; + + // Process exclusion ranges + var isExcluded = {}; + + if (options.exclude) { + var exclusions = + typeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude; + exclusions.forEach(function (exclusion) { + for (var i = exclusion[0]; i < exclusion[1]; i += 1) { + isExcluded[i] = true; + } + }); + } + + var shouldIndentNextCharacter = options.indentStart !== false; + var replacer = function (match) { + if (shouldIndentNextCharacter) { return ("" + indentStr + match); } + shouldIndentNextCharacter = true; + return match; + }; + + this.intro = this.intro.replace(pattern, replacer); + + var charIndex = 0; + var chunk = this.firstChunk; + + while (chunk) { + var end = chunk.end; + + if (chunk.edited) { + if (!isExcluded[charIndex]) { + chunk.content = chunk.content.replace(pattern, replacer); + + if (chunk.content.length) { + shouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\n'; + } + } + } else { + charIndex = chunk.start; + + while (charIndex < end) { + if (!isExcluded[charIndex]) { + var char = this.original[charIndex]; + + if (char === '\n') { + shouldIndentNextCharacter = true; + } else if (char !== '\r' && shouldIndentNextCharacter) { + shouldIndentNextCharacter = false; + + if (charIndex === chunk.start) { + chunk.prependRight(indentStr); + } else { + this._splitChunk(chunk, charIndex); + chunk = chunk.next; + chunk.prependRight(indentStr); + } + } + } + + charIndex += 1; + } + } + + charIndex = chunk.end; + chunk = chunk.next; + } + + this.outro = this.outro.replace(pattern, replacer); + + return this; +}; + +MagicString.prototype.insert = function insert () { + throw new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)'); +}; + +MagicString.prototype.insertLeft = function insertLeft (index, content) { + if (!warned.insertLeft) { + console.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console + warned.insertLeft = true; + } + + return this.appendLeft(index, content); +}; + +MagicString.prototype.insertRight = function insertRight (index, content) { + if (!warned.insertRight) { + console.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console + warned.insertRight = true; + } + + return this.prependRight(index, content); +}; + +MagicString.prototype.move = function move (start, end, index) { + if (index >= start && index <= end) { throw new Error('Cannot move a selection inside itself'); } + + this._split(start); + this._split(end); + this._split(index); + + var first = this.byStart[start]; + var last = this.byEnd[end]; + + var oldLeft = first.previous; + var oldRight = last.next; + + var newRight = this.byStart[index]; + if (!newRight && last === this.lastChunk) { return this; } + var newLeft = newRight ? newRight.previous : this.lastChunk; + + if (oldLeft) { oldLeft.next = oldRight; } + if (oldRight) { oldRight.previous = oldLeft; } + + if (newLeft) { newLeft.next = first; } + if (newRight) { newRight.previous = last; } + + if (!first.previous) { this.firstChunk = last.next; } + if (!last.next) { + this.lastChunk = first.previous; + this.lastChunk.next = null; + } + + first.previous = newLeft; + last.next = newRight || null; + + if (!newLeft) { this.firstChunk = first; } + if (!newRight) { this.lastChunk = last; } + return this; +}; + +MagicString.prototype.overwrite = function overwrite (start, end, content, options) { + if (typeof content !== 'string') { throw new TypeError('replacement content must be a string'); } + + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + if (end > this.original.length) { throw new Error('end is out of bounds'); } + if (start === end) + { throw new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead'); } + + this._split(start); + this._split(end); + + if (options === true) { + if (!warned.storeName) { + console.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console + warned.storeName = true; + } + + options = { storeName: true }; + } + var storeName = options !== undefined ? options.storeName : false; + var contentOnly = options !== undefined ? options.contentOnly : false; + + if (storeName) { + var original = this.original.slice(start, end); + this.storedNames[original] = true; + } + + var first = this.byStart[start]; + var last = this.byEnd[end]; + + if (first) { + if (end > first.end && first.next !== this.byStart[first.end]) { + throw new Error('Cannot overwrite across a split point'); + } + + first.edit(content, storeName, contentOnly); + + if (first !== last) { + var chunk = first.next; + while (chunk !== last) { + chunk.edit('', false); + chunk = chunk.next; + } + + chunk.edit('', false); + } + } else { + // must be inserting at the end + var newChunk = new Chunk(start, end, '').edit(content, storeName); + + // TODO last chunk in the array may not be the last chunk, if it's moved... + last.next = newChunk; + newChunk.previous = last; + } + return this; +}; + +MagicString.prototype.prepend = function prepend (content) { + if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } + + this.intro = content + this.intro; + return this; +}; + +MagicString.prototype.prependLeft = function prependLeft (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byEnd[index]; + + if (chunk) { + chunk.prependLeft(content); + } else { + this.intro = content + this.intro; + } + return this; +}; + +MagicString.prototype.prependRight = function prependRight (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byStart[index]; + + if (chunk) { + chunk.prependRight(content); + } else { + this.outro = content + this.outro; + } + return this; +}; + +MagicString.prototype.remove = function remove (start, end) { + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + if (start === end) { return this; } + + if (start < 0 || end > this.original.length) { throw new Error('Character is out of bounds'); } + if (start > end) { throw new Error('end must be greater than start'); } + + this._split(start); + this._split(end); + + var chunk = this.byStart[start]; + + while (chunk) { + chunk.intro = ''; + chunk.outro = ''; + chunk.edit(''); + + chunk = end > chunk.end ? this.byStart[chunk.end] : null; + } + return this; +}; + +MagicString.prototype.lastChar = function lastChar () { + if (this.outro.length) + { return this.outro[this.outro.length - 1]; } + var chunk = this.lastChunk; + do { + if (chunk.outro.length) + { return chunk.outro[chunk.outro.length - 1]; } + if (chunk.content.length) + { return chunk.content[chunk.content.length - 1]; } + if (chunk.intro.length) + { return chunk.intro[chunk.intro.length - 1]; } + } while (chunk = chunk.previous); + if (this.intro.length) + { return this.intro[this.intro.length - 1]; } + return ''; +}; + +MagicString.prototype.lastLine = function lastLine () { + var lineIndex = this.outro.lastIndexOf(n); + if (lineIndex !== -1) + { return this.outro.substr(lineIndex + 1); } + var lineStr = this.outro; + var chunk = this.lastChunk; + do { + if (chunk.outro.length > 0) { + lineIndex = chunk.outro.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.outro.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.outro + lineStr; + } + + if (chunk.content.length > 0) { + lineIndex = chunk.content.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.content.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.content + lineStr; + } + + if (chunk.intro.length > 0) { + lineIndex = chunk.intro.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.intro.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.intro + lineStr; + } + } while (chunk = chunk.previous); + lineIndex = this.intro.lastIndexOf(n); + if (lineIndex !== -1) + { return this.intro.substr(lineIndex + 1) + lineStr; } + return this.intro + lineStr; +}; + +MagicString.prototype.slice = function slice (start, end) { + if ( start === void 0 ) start = 0; + if ( end === void 0 ) end = this.original.length; + + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + var result = ''; + + // find start chunk + var chunk = this.firstChunk; + while (chunk && (chunk.start > start || chunk.end <= start)) { + // found end chunk before start + if (chunk.start < end && chunk.end >= end) { + return result; + } + + chunk = chunk.next; + } + + if (chunk && chunk.edited && chunk.start !== start) + { throw new Error(("Cannot use replaced character " + start + " as slice start anchor.")); } + + var startChunk = chunk; + while (chunk) { + if (chunk.intro && (startChunk !== chunk || chunk.start === start)) { + result += chunk.intro; + } + + var containsEnd = chunk.start < end && chunk.end >= end; + if (containsEnd && chunk.edited && chunk.end !== end) + { throw new Error(("Cannot use replaced character " + end + " as slice end anchor.")); } + + var sliceStart = startChunk === chunk ? start - chunk.start : 0; + var sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length; + + result += chunk.content.slice(sliceStart, sliceEnd); + + if (chunk.outro && (!containsEnd || chunk.end === end)) { + result += chunk.outro; + } + + if (containsEnd) { + break; + } + + chunk = chunk.next; + } + + return result; +}; + +// TODO deprecate this? not really very useful +MagicString.prototype.snip = function snip (start, end) { + var clone = this.clone(); + clone.remove(0, start); + clone.remove(end, clone.original.length); + + return clone; +}; + +MagicString.prototype._split = function _split (index) { + if (this.byStart[index] || this.byEnd[index]) { return; } + + var chunk = this.lastSearchedChunk; + var searchForward = index > chunk.end; + + while (chunk) { + if (chunk.contains(index)) { return this._splitChunk(chunk, index); } + + chunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start]; + } +}; + +MagicString.prototype._splitChunk = function _splitChunk (chunk, index) { + if (chunk.edited && chunk.content.length) { + // zero-length edited chunks are a special case (overlapping replacements) + var loc = getLocator(this.original)(index); + throw new Error( + ("Cannot split a chunk that has already been edited (" + (loc.line) + ":" + (loc.column) + " – \"" + (chunk.original) + "\")") + ); + } + + var newChunk = chunk.split(index); + + this.byEnd[index] = chunk; + this.byStart[index] = newChunk; + this.byEnd[newChunk.end] = newChunk; + + if (chunk === this.lastChunk) { this.lastChunk = newChunk; } + + this.lastSearchedChunk = chunk; + return true; +}; + +MagicString.prototype.toString = function toString () { + var str = this.intro; + + var chunk = this.firstChunk; + while (chunk) { + str += chunk.toString(); + chunk = chunk.next; + } + + return str + this.outro; +}; + +MagicString.prototype.isEmpty = function isEmpty () { + var chunk = this.firstChunk; + do { + if (chunk.intro.length && chunk.intro.trim() || + chunk.content.length && chunk.content.trim() || + chunk.outro.length && chunk.outro.trim()) + { return false; } + } while (chunk = chunk.next); + return true; +}; + +MagicString.prototype.length = function length () { + var chunk = this.firstChunk; + var length = 0; + do { + length += chunk.intro.length + chunk.content.length + chunk.outro.length; + } while (chunk = chunk.next); + return length; +}; + +MagicString.prototype.trimLines = function trimLines () { + return this.trim('[\\r\\n]'); +}; + +MagicString.prototype.trim = function trim (charType) { + return this.trimStart(charType).trimEnd(charType); +}; + +MagicString.prototype.trimEndAborted = function trimEndAborted (charType) { + var rx = new RegExp((charType || '\\s') + '+$'); + + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + + var chunk = this.lastChunk; + + do { + var end = chunk.end; + var aborted = chunk.trimEnd(rx); + + // if chunk was trimmed, we have a new lastChunk + if (chunk.end !== end) { + if (this.lastChunk === chunk) { + this.lastChunk = chunk.next; + } + + this.byEnd[chunk.end] = chunk; + this.byStart[chunk.next.start] = chunk.next; + this.byEnd[chunk.next.end] = chunk.next; + } + + if (aborted) { return true; } + chunk = chunk.previous; + } while (chunk); + + return false; +}; + +MagicString.prototype.trimEnd = function trimEnd (charType) { + this.trimEndAborted(charType); + return this; +}; +MagicString.prototype.trimStartAborted = function trimStartAborted (charType) { + var rx = new RegExp('^' + (charType || '\\s') + '+'); + + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + + var chunk = this.firstChunk; + + do { + var end = chunk.end; + var aborted = chunk.trimStart(rx); + + if (chunk.end !== end) { + // special case... + if (chunk === this.lastChunk) { this.lastChunk = chunk.next; } + + this.byEnd[chunk.end] = chunk; + this.byStart[chunk.next.start] = chunk.next; + this.byEnd[chunk.next.end] = chunk.next; + } + + if (aborted) { return true; } + chunk = chunk.next; + } while (chunk); + + return false; +}; + +MagicString.prototype.trimStart = function trimStart (charType) { + this.trimStartAborted(charType); + return this; +}; + +var hasOwnProp = Object.prototype.hasOwnProperty; + +var Bundle = function Bundle(options) { + if ( options === void 0 ) options = {}; + + this.intro = options.intro || ''; + this.separator = options.separator !== undefined ? options.separator : '\n'; + this.sources = []; + this.uniqueSources = []; + this.uniqueSourceIndexByFilename = {}; +}; + +Bundle.prototype.addSource = function addSource (source) { + if (source instanceof MagicString) { + return this.addSource({ + content: source, + filename: source.filename, + separator: this.separator + }); + } + + if (!isObject(source) || !source.content) { + throw new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`'); + } + + ['filename', 'indentExclusionRanges', 'separator'].forEach(function (option) { + if (!hasOwnProp.call(source, option)) { source[option] = source.content[option]; } + }); + + if (source.separator === undefined) { + // TODO there's a bunch of this sort of thing, needs cleaning up + source.separator = this.separator; + } + + if (source.filename) { + if (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) { + this.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length; + this.uniqueSources.push({ filename: source.filename, content: source.content.original }); + } else { + var uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]]; + if (source.content.original !== uniqueSource.content) { + throw new Error(("Illegal source: same filename (" + (source.filename) + "), different contents")); + } + } + } + + this.sources.push(source); + return this; +}; + +Bundle.prototype.append = function append (str, options) { + this.addSource({ + content: new MagicString(str), + separator: (options && options.separator) || '' + }); + + return this; +}; + +Bundle.prototype.clone = function clone () { + var bundle = new Bundle({ + intro: this.intro, + separator: this.separator + }); + + this.sources.forEach(function (source) { + bundle.addSource({ + filename: source.filename, + content: source.content.clone(), + separator: source.separator + }); + }); + + return bundle; +}; + +Bundle.prototype.generateDecodedMap = function generateDecodedMap (options) { + var this$1 = this; + if ( options === void 0 ) options = {}; + + var names = []; + this.sources.forEach(function (source) { + Object.keys(source.content.storedNames).forEach(function (name) { + if (!~names.indexOf(name)) { names.push(name); } + }); + }); + + var mappings = new Mappings(options.hires); + + if (this.intro) { + mappings.advance(this.intro); + } + + this.sources.forEach(function (source, i) { + if (i > 0) { + mappings.advance(this$1.separator); + } + + var sourceIndex = source.filename ? this$1.uniqueSourceIndexByFilename[source.filename] : -1; + var magicString = source.content; + var locate = getLocator(magicString.original); + + if (magicString.intro) { + mappings.advance(magicString.intro); + } + + magicString.firstChunk.eachNext(function (chunk) { + var loc = locate(chunk.start); + + if (chunk.intro.length) { mappings.advance(chunk.intro); } + + if (source.filename) { + if (chunk.edited) { + mappings.addEdit( + sourceIndex, + chunk.content, + loc, + chunk.storeName ? names.indexOf(chunk.original) : -1 + ); + } else { + mappings.addUneditedChunk( + sourceIndex, + chunk, + magicString.original, + loc, + magicString.sourcemapLocations + ); + } + } else { + mappings.advance(chunk.content); + } + + if (chunk.outro.length) { mappings.advance(chunk.outro); } + }); + + if (magicString.outro) { + mappings.advance(magicString.outro); + } + }); + + return { + file: options.file ? options.file.split(/[/\\]/).pop() : null, + sources: this.uniqueSources.map(function (source) { + return options.file ? getRelativePath(options.file, source.filename) : source.filename; + }), + sourcesContent: this.uniqueSources.map(function (source) { + return options.includeContent ? source.content : null; + }), + names: names, + mappings: mappings.raw + }; +}; + +Bundle.prototype.generateMap = function generateMap (options) { + return new SourceMap(this.generateDecodedMap(options)); +}; + +Bundle.prototype.getIndentString = function getIndentString () { + var indentStringCounts = {}; + + this.sources.forEach(function (source) { + var indentStr = source.content.indentStr; + + if (indentStr === null) { return; } + + if (!indentStringCounts[indentStr]) { indentStringCounts[indentStr] = 0; } + indentStringCounts[indentStr] += 1; + }); + + return ( + Object.keys(indentStringCounts).sort(function (a, b) { + return indentStringCounts[a] - indentStringCounts[b]; + })[0] || '\t' + ); +}; + +Bundle.prototype.indent = function indent (indentStr) { + var this$1 = this; + + if (!arguments.length) { + indentStr = this.getIndentString(); + } + + if (indentStr === '') { return this; } // noop + + var trailingNewline = !this.intro || this.intro.slice(-1) === '\n'; + + this.sources.forEach(function (source, i) { + var separator = source.separator !== undefined ? source.separator : this$1.separator; + var indentStart = trailingNewline || (i > 0 && /\r?\n$/.test(separator)); + + source.content.indent(indentStr, { + exclude: source.indentExclusionRanges, + indentStart: indentStart //: trailingNewline || /\r?\n$/.test( separator ) //true///\r?\n/.test( separator ) + }); + + trailingNewline = source.content.lastChar() === '\n'; + }); + + if (this.intro) { + this.intro = + indentStr + + this.intro.replace(/^[^\n]/gm, function (match, index) { + return index > 0 ? indentStr + match : match; + }); + } + + return this; +}; + +Bundle.prototype.prepend = function prepend (str) { + this.intro = str + this.intro; + return this; +}; + +Bundle.prototype.toString = function toString () { + var this$1 = this; + + var body = this.sources + .map(function (source, i) { + var separator = source.separator !== undefined ? source.separator : this$1.separator; + var str = (i > 0 ? separator : '') + source.content.toString(); + + return str; + }) + .join(''); + + return this.intro + body; +}; + +Bundle.prototype.isEmpty = function isEmpty () { + if (this.intro.length && this.intro.trim()) + { return false; } + if (this.sources.some(function (source) { return !source.content.isEmpty(); })) + { return false; } + return true; +}; + +Bundle.prototype.length = function length () { + return this.sources.reduce(function (length, source) { return length + source.content.length(); }, this.intro.length); +}; + +Bundle.prototype.trimLines = function trimLines () { + return this.trim('[\\r\\n]'); +}; + +Bundle.prototype.trim = function trim (charType) { + return this.trimStart(charType).trimEnd(charType); +}; + +Bundle.prototype.trimStart = function trimStart (charType) { + var rx = new RegExp('^' + (charType || '\\s') + '+'); + this.intro = this.intro.replace(rx, ''); + + if (!this.intro) { + var source; + var i = 0; + + do { + source = this.sources[i++]; + if (!source) { + break; + } + } while (!source.content.trimStartAborted(charType)); + } + + return this; +}; + +Bundle.prototype.trimEnd = function trimEnd (charType) { + var rx = new RegExp((charType || '\\s') + '+$'); + + var source; + var i = this.sources.length - 1; + + do { + source = this.sources[i--]; + if (!source) { + this.intro = this.intro.replace(rx, ''); + break; + } + } while (!source.content.trimEndAborted(charType)); + + return this; +}; + +MagicString.Bundle = Bundle; +MagicString.default = MagicString; // work around TypeScript bug https://github.com/Rich-Harris/magic-string/pull/121 + +module.exports = MagicString; +//# sourceMappingURL=magic-string.cjs.js.map diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js.map b/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js.map new file mode 100644 index 0000000..4fd6d73 --- /dev/null +++ b/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js.map @@ -0,0 +1 @@ +{"version":3,"file":"magic-string.cjs.js","sources":["../src/Chunk.js","../src/SourceMap.js","../src/utils/guessIndent.js","../src/utils/getRelativePath.js","../src/utils/isObject.js","../src/utils/getLocator.js","../src/utils/Mappings.js","../src/MagicString.js","../src/Bundle.js","../src/index-legacy.js"],"sourcesContent":["export default class Chunk {\n\tconstructor(start, end, content) {\n\t\tthis.start = start;\n\t\tthis.end = end;\n\t\tthis.original = content;\n\n\t\tthis.intro = '';\n\t\tthis.outro = '';\n\n\t\tthis.content = content;\n\t\tthis.storeName = false;\n\t\tthis.edited = false;\n\n\t\t// we make these non-enumerable, for sanity while debugging\n\t\tObject.defineProperties(this, {\n\t\t\tprevious: { writable: true, value: null },\n\t\t\tnext: { writable: true, value: null }\n\t\t});\n\t}\n\n\tappendLeft(content) {\n\t\tthis.outro += content;\n\t}\n\n\tappendRight(content) {\n\t\tthis.intro = this.intro + content;\n\t}\n\n\tclone() {\n\t\tconst chunk = new Chunk(this.start, this.end, this.original);\n\n\t\tchunk.intro = this.intro;\n\t\tchunk.outro = this.outro;\n\t\tchunk.content = this.content;\n\t\tchunk.storeName = this.storeName;\n\t\tchunk.edited = this.edited;\n\n\t\treturn chunk;\n\t}\n\n\tcontains(index) {\n\t\treturn this.start < index && index < this.end;\n\t}\n\n\teachNext(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.next;\n\t\t}\n\t}\n\n\teachPrevious(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.previous;\n\t\t}\n\t}\n\n\tedit(content, storeName, contentOnly) {\n\t\tthis.content = content;\n\t\tif (!contentOnly) {\n\t\t\tthis.intro = '';\n\t\t\tthis.outro = '';\n\t\t}\n\t\tthis.storeName = storeName;\n\n\t\tthis.edited = true;\n\n\t\treturn this;\n\t}\n\n\tprependLeft(content) {\n\t\tthis.outro = content + this.outro;\n\t}\n\n\tprependRight(content) {\n\t\tthis.intro = content + this.intro;\n\t}\n\n\tsplit(index) {\n\t\tconst sliceIndex = index - this.start;\n\n\t\tconst originalBefore = this.original.slice(0, sliceIndex);\n\t\tconst originalAfter = this.original.slice(sliceIndex);\n\n\t\tthis.original = originalBefore;\n\n\t\tconst newChunk = new Chunk(index, this.end, originalAfter);\n\t\tnewChunk.outro = this.outro;\n\t\tthis.outro = '';\n\n\t\tthis.end = index;\n\n\t\tif (this.edited) {\n\t\t\t// TODO is this block necessary?...\n\t\t\tnewChunk.edit('', false);\n\t\t\tthis.content = '';\n\t\t} else {\n\t\t\tthis.content = originalBefore;\n\t\t}\n\n\t\tnewChunk.next = this.next;\n\t\tif (newChunk.next) newChunk.next.previous = newChunk;\n\t\tnewChunk.previous = this;\n\t\tthis.next = newChunk;\n\n\t\treturn newChunk;\n\t}\n\n\ttoString() {\n\t\treturn this.intro + this.content + this.outro;\n\t}\n\n\ttrimEnd(rx) {\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.start + trimmed.length).edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\tif (this.intro.length) return true;\n\t\t}\n\t}\n\n\ttrimStart(rx) {\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.end - trimmed.length);\n\t\t\t\tthis.edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.outro = this.outro.replace(rx, '');\n\t\t\tif (this.outro.length) return true;\n\t\t}\n\t}\n}\n","import { encode } from 'sourcemap-codec';\n\nlet btoa = () => {\n\tthrow new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.');\n};\nif (typeof window !== 'undefined' && typeof window.btoa === 'function') {\n\tbtoa = str => window.btoa(unescape(encodeURIComponent(str)));\n} else if (typeof Buffer === 'function') {\n\tbtoa = str => Buffer.from(str, 'utf-8').toString('base64');\n}\n\nexport default class SourceMap {\n\tconstructor(properties) {\n\t\tthis.version = 3;\n\t\tthis.file = properties.file;\n\t\tthis.sources = properties.sources;\n\t\tthis.sourcesContent = properties.sourcesContent;\n\t\tthis.names = properties.names;\n\t\tthis.mappings = encode(properties.mappings);\n\t}\n\n\ttoString() {\n\t\treturn JSON.stringify(this);\n\t}\n\n\ttoUrl() {\n\t\treturn 'data:application/json;charset=utf-8;base64,' + btoa(this.toString());\n\t}\n}\n","export default function guessIndent(code) {\n\tconst lines = code.split('\\n');\n\n\tconst tabbed = lines.filter(line => /^\\t+/.test(line));\n\tconst spaced = lines.filter(line => /^ {2,}/.test(line));\n\n\tif (tabbed.length === 0 && spaced.length === 0) {\n\t\treturn null;\n\t}\n\n\t// More lines tabbed than spaced? Assume tabs, and\n\t// default to tabs in the case of a tie (or nothing\n\t// to go on)\n\tif (tabbed.length >= spaced.length) {\n\t\treturn '\\t';\n\t}\n\n\t// Otherwise, we need to guess the multiple\n\tconst min = spaced.reduce((previous, current) => {\n\t\tconst numSpaces = /^ +/.exec(current)[0].length;\n\t\treturn Math.min(numSpaces, previous);\n\t}, Infinity);\n\n\treturn new Array(min + 1).join(' ');\n}\n","export default function getRelativePath(from, to) {\n\tconst fromParts = from.split(/[/\\\\]/);\n\tconst toParts = to.split(/[/\\\\]/);\n\n\tfromParts.pop(); // get dirname\n\n\twhile (fromParts[0] === toParts[0]) {\n\t\tfromParts.shift();\n\t\ttoParts.shift();\n\t}\n\n\tif (fromParts.length) {\n\t\tlet i = fromParts.length;\n\t\twhile (i--) fromParts[i] = '..';\n\t}\n\n\treturn fromParts.concat(toParts).join('/');\n}\n","const toString = Object.prototype.toString;\n\nexport default function isObject(thing) {\n\treturn toString.call(thing) === '[object Object]';\n}\n","export default function getLocator(source) {\n\tconst originalLines = source.split('\\n');\n\tconst lineOffsets = [];\n\n\tfor (let i = 0, pos = 0; i < originalLines.length; i++) {\n\t\tlineOffsets.push(pos);\n\t\tpos += originalLines[i].length + 1;\n\t}\n\n\treturn function locate(index) {\n\t\tlet i = 0;\n\t\tlet j = lineOffsets.length;\n\t\twhile (i < j) {\n\t\t\tconst m = (i + j) >> 1;\n\t\t\tif (index < lineOffsets[m]) {\n\t\t\t\tj = m;\n\t\t\t} else {\n\t\t\t\ti = m + 1;\n\t\t\t}\n\t\t}\n\t\tconst line = i - 1;\n\t\tconst column = index - lineOffsets[line];\n\t\treturn { line, column };\n\t};\n}\n","export default class Mappings {\n\tconstructor(hires) {\n\t\tthis.hires = hires;\n\t\tthis.generatedCodeLine = 0;\n\t\tthis.generatedCodeColumn = 0;\n\t\tthis.raw = [];\n\t\tthis.rawSegments = this.raw[this.generatedCodeLine] = [];\n\t\tthis.pending = null;\n\t}\n\n\taddEdit(sourceIndex, content, loc, nameIndex) {\n\t\tif (content.length) {\n\t\t\tconst segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t\t\tif (nameIndex >= 0) {\n\t\t\t\tsegment.push(nameIndex);\n\t\t\t}\n\t\t\tthis.rawSegments.push(segment);\n\t\t} else if (this.pending) {\n\t\t\tthis.rawSegments.push(this.pending);\n\t\t}\n\n\t\tthis.advance(content);\n\t\tthis.pending = null;\n\t}\n\n\taddUneditedChunk(sourceIndex, chunk, original, loc, sourcemapLocations) {\n\t\tlet originalCharIndex = chunk.start;\n\t\tlet first = true;\n\n\t\twhile (originalCharIndex < chunk.end) {\n\t\t\tif (this.hires || first || sourcemapLocations[originalCharIndex]) {\n\t\t\t\tthis.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]);\n\t\t\t}\n\n\t\t\tif (original[originalCharIndex] === '\\n') {\n\t\t\t\tloc.line += 1;\n\t\t\t\tloc.column = 0;\n\t\t\t\tthis.generatedCodeLine += 1;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t\tthis.generatedCodeColumn = 0;\n\t\t\t} else {\n\t\t\t\tloc.column += 1;\n\t\t\t\tthis.generatedCodeColumn += 1;\n\t\t\t}\n\n\t\t\toriginalCharIndex += 1;\n\t\t\tfirst = false;\n\t\t}\n\n\t\tthis.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t}\n\n\tadvance(str) {\n\t\tif (!str) return;\n\n\t\tconst lines = str.split('\\n');\n\n\t\tif (lines.length > 1) {\n\t\t\tfor (let i = 0; i < lines.length - 1; i++) {\n\t\t\t\tthis.generatedCodeLine++;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t}\n\t\t\tthis.generatedCodeColumn = 0;\n\t\t}\n\n\t\tthis.generatedCodeColumn += lines[lines.length - 1].length;\n\t}\n}\n","import Chunk from './Chunk.js';\nimport SourceMap from './SourceMap.js';\nimport guessIndent from './utils/guessIndent.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\nimport Stats from './utils/Stats.js';\n\nconst n = '\\n';\n\nconst warned = {\n\tinsertLeft: false,\n\tinsertRight: false,\n\tstoreName: false\n};\n\nexport default class MagicString {\n\tconstructor(string, options = {}) {\n\t\tconst chunk = new Chunk(0, string.length, string);\n\n\t\tObject.defineProperties(this, {\n\t\t\toriginal: { writable: true, value: string },\n\t\t\toutro: { writable: true, value: '' },\n\t\t\tintro: { writable: true, value: '' },\n\t\t\tfirstChunk: { writable: true, value: chunk },\n\t\t\tlastChunk: { writable: true, value: chunk },\n\t\t\tlastSearchedChunk: { writable: true, value: chunk },\n\t\t\tbyStart: { writable: true, value: {} },\n\t\t\tbyEnd: { writable: true, value: {} },\n\t\t\tfilename: { writable: true, value: options.filename },\n\t\t\tindentExclusionRanges: { writable: true, value: options.indentExclusionRanges },\n\t\t\tsourcemapLocations: { writable: true, value: {} },\n\t\t\tstoredNames: { writable: true, value: {} },\n\t\t\tindentStr: { writable: true, value: guessIndent(string) }\n\t\t});\n\n\t\tif (DEBUG) {\n\t\t\tObject.defineProperty(this, 'stats', { value: new Stats() });\n\t\t}\n\n\t\tthis.byStart[0] = chunk;\n\t\tthis.byEnd[string.length] = chunk;\n\t}\n\n\taddSourcemapLocation(char) {\n\t\tthis.sourcemapLocations[char] = true;\n\t}\n\n\tappend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.outro += content;\n\t\treturn this;\n\t}\n\n\tappendLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendLeft');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendLeft(content);\n\t\t} else {\n\t\t\tthis.intro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendLeft');\n\t\treturn this;\n\t}\n\n\tappendRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendRight(content);\n\t\t} else {\n\t\t\tthis.outro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendRight');\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst cloned = new MagicString(this.original, { filename: this.filename });\n\n\t\tlet originalChunk = this.firstChunk;\n\t\tlet clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone());\n\n\t\twhile (originalChunk) {\n\t\t\tcloned.byStart[clonedChunk.start] = clonedChunk;\n\t\t\tcloned.byEnd[clonedChunk.end] = clonedChunk;\n\n\t\t\tconst nextOriginalChunk = originalChunk.next;\n\t\t\tconst nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone();\n\n\t\t\tif (nextClonedChunk) {\n\t\t\t\tclonedChunk.next = nextClonedChunk;\n\t\t\t\tnextClonedChunk.previous = clonedChunk;\n\n\t\t\t\tclonedChunk = nextClonedChunk;\n\t\t\t}\n\n\t\t\toriginalChunk = nextOriginalChunk;\n\t\t}\n\n\t\tcloned.lastChunk = clonedChunk;\n\n\t\tif (this.indentExclusionRanges) {\n\t\t\tcloned.indentExclusionRanges = this.indentExclusionRanges.slice();\n\t\t}\n\n\t\tObject.keys(this.sourcemapLocations).forEach(loc => {\n\t\t\tcloned.sourcemapLocations[loc] = true;\n\t\t});\n\n\t\treturn cloned;\n\t}\n\n\tgenerateDecodedMap(options) {\n\t\toptions = options || {};\n\n\t\tconst sourceIndex = 0;\n\t\tconst names = Object.keys(this.storedNames);\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tconst locate = getLocator(this.original);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.firstChunk.eachNext(chunk => {\n\t\t\tconst loc = locate(chunk.start);\n\n\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tmappings.addEdit(\n\t\t\t\t\tsourceIndex,\n\t\t\t\t\tchunk.content,\n\t\t\t\t\tloc,\n\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tmappings.addUneditedChunk(sourceIndex, chunk, this.original, loc, this.sourcemapLocations);\n\t\t\t}\n\n\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: [options.source ? getRelativePath(options.file || '', options.source) : null],\n\t\t\tsourcesContent: options.includeContent ? [this.original] : [null],\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\treturn this.indentStr === null ? '\\t' : this.indentStr;\n\t}\n\n\tindent(indentStr, options) {\n\t\tconst pattern = /^[^\\r\\n]/gm;\n\n\t\tif (isObject(indentStr)) {\n\t\t\toptions = indentStr;\n\t\t\tindentStr = undefined;\n\t\t}\n\n\t\tindentStr = indentStr !== undefined ? indentStr : this.indentStr || '\\t';\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\toptions = options || {};\n\n\t\t// Process exclusion ranges\n\t\tconst isExcluded = {};\n\n\t\tif (options.exclude) {\n\t\t\tconst exclusions =\n\t\t\t\ttypeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude;\n\t\t\texclusions.forEach(exclusion => {\n\t\t\t\tfor (let i = exclusion[0]; i < exclusion[1]; i += 1) {\n\t\t\t\t\tisExcluded[i] = true;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tlet shouldIndentNextCharacter = options.indentStart !== false;\n\t\tconst replacer = match => {\n\t\t\tif (shouldIndentNextCharacter) return `${indentStr}${match}`;\n\t\t\tshouldIndentNextCharacter = true;\n\t\t\treturn match;\n\t\t};\n\n\t\tthis.intro = this.intro.replace(pattern, replacer);\n\n\t\tlet charIndex = 0;\n\t\tlet chunk = this.firstChunk;\n\n\t\twhile (chunk) {\n\t\t\tconst end = chunk.end;\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\tchunk.content = chunk.content.replace(pattern, replacer);\n\n\t\t\t\t\tif (chunk.content.length) {\n\t\t\t\t\t\tshouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\\n';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcharIndex = chunk.start;\n\n\t\t\t\twhile (charIndex < end) {\n\t\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\t\tconst char = this.original[charIndex];\n\n\t\t\t\t\t\tif (char === '\\n') {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = true;\n\t\t\t\t\t\t} else if (char !== '\\r' && shouldIndentNextCharacter) {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = false;\n\n\t\t\t\t\t\t\tif (charIndex === chunk.start) {\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis._splitChunk(chunk, charIndex);\n\t\t\t\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcharIndex += 1;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tcharIndex = chunk.end;\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tthis.outro = this.outro.replace(pattern, replacer);\n\n\t\treturn this;\n\t}\n\n\tinsert() {\n\t\tthrow new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)');\n\t}\n\n\tinsertLeft(index, content) {\n\t\tif (!warned.insertLeft) {\n\t\t\tconsole.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertLeft = true;\n\t\t}\n\n\t\treturn this.appendLeft(index, content);\n\t}\n\n\tinsertRight(index, content) {\n\t\tif (!warned.insertRight) {\n\t\t\tconsole.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertRight = true;\n\t\t}\n\n\t\treturn this.prependRight(index, content);\n\t}\n\n\tmove(start, end, index) {\n\t\tif (index >= start && index <= end) throw new Error('Cannot move a selection inside itself');\n\n\t\tif (DEBUG) this.stats.time('move');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\t\tthis._split(index);\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tconst oldLeft = first.previous;\n\t\tconst oldRight = last.next;\n\n\t\tconst newRight = this.byStart[index];\n\t\tif (!newRight && last === this.lastChunk) return this;\n\t\tconst newLeft = newRight ? newRight.previous : this.lastChunk;\n\n\t\tif (oldLeft) oldLeft.next = oldRight;\n\t\tif (oldRight) oldRight.previous = oldLeft;\n\n\t\tif (newLeft) newLeft.next = first;\n\t\tif (newRight) newRight.previous = last;\n\n\t\tif (!first.previous) this.firstChunk = last.next;\n\t\tif (!last.next) {\n\t\t\tthis.lastChunk = first.previous;\n\t\t\tthis.lastChunk.next = null;\n\t\t}\n\n\t\tfirst.previous = newLeft;\n\t\tlast.next = newRight || null;\n\n\t\tif (!newLeft) this.firstChunk = first;\n\t\tif (!newRight) this.lastChunk = last;\n\n\t\tif (DEBUG) this.stats.timeEnd('move');\n\t\treturn this;\n\t}\n\n\toverwrite(start, end, content, options) {\n\t\tif (typeof content !== 'string') throw new TypeError('replacement content must be a string');\n\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (end > this.original.length) throw new Error('end is out of bounds');\n\t\tif (start === end)\n\t\t\tthrow new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead');\n\n\t\tif (DEBUG) this.stats.time('overwrite');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tif (options === true) {\n\t\t\tif (!warned.storeName) {\n\t\t\t\tconsole.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console\n\t\t\t\twarned.storeName = true;\n\t\t\t}\n\n\t\t\toptions = { storeName: true };\n\t\t}\n\t\tconst storeName = options !== undefined ? options.storeName : false;\n\t\tconst contentOnly = options !== undefined ? options.contentOnly : false;\n\n\t\tif (storeName) {\n\t\t\tconst original = this.original.slice(start, end);\n\t\t\tthis.storedNames[original] = true;\n\t\t}\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tif (first) {\n\t\t\tif (end > first.end && first.next !== this.byStart[first.end]) {\n\t\t\t\tthrow new Error('Cannot overwrite across a split point');\n\t\t\t}\n\n\t\t\tfirst.edit(content, storeName, contentOnly);\n\n\t\t\tif (first !== last) {\n\t\t\t\tlet chunk = first.next;\n\t\t\t\twhile (chunk !== last) {\n\t\t\t\t\tchunk.edit('', false);\n\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tchunk.edit('', false);\n\t\t\t}\n\t\t} else {\n\t\t\t// must be inserting at the end\n\t\t\tconst newChunk = new Chunk(start, end, '').edit(content, storeName);\n\n\t\t\t// TODO last chunk in the array may not be the last chunk, if it's moved...\n\t\t\tlast.next = newChunk;\n\t\t\tnewChunk.previous = last;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('overwrite');\n\t\treturn this;\n\t}\n\n\tprepend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.intro = content + this.intro;\n\t\treturn this;\n\t}\n\n\tprependLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependLeft(content);\n\t\t} else {\n\t\t\tthis.intro = content + this.intro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tprependRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependRight(content);\n\t\t} else {\n\t\t\tthis.outro = content + this.outro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tremove(start, end) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (start === end) return this;\n\n\t\tif (start < 0 || end > this.original.length) throw new Error('Character is out of bounds');\n\t\tif (start > end) throw new Error('end must be greater than start');\n\n\t\tif (DEBUG) this.stats.time('remove');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tlet chunk = this.byStart[start];\n\n\t\twhile (chunk) {\n\t\t\tchunk.intro = '';\n\t\t\tchunk.outro = '';\n\t\t\tchunk.edit('');\n\n\t\t\tchunk = end > chunk.end ? this.byStart[chunk.end] : null;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('remove');\n\t\treturn this;\n\t}\n\n\tlastChar() {\n\t\tif (this.outro.length)\n\t\t\treturn this.outro[this.outro.length - 1];\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length)\n\t\t\t\treturn chunk.outro[chunk.outro.length - 1];\n\t\t\tif (chunk.content.length)\n\t\t\t\treturn chunk.content[chunk.content.length - 1];\n\t\t\tif (chunk.intro.length)\n\t\t\t\treturn chunk.intro[chunk.intro.length - 1];\n\t\t} while (chunk = chunk.previous);\n\t\tif (this.intro.length)\n\t\t\treturn this.intro[this.intro.length - 1];\n\t\treturn '';\n\t}\n\n\tlastLine() {\n\t\tlet lineIndex = this.outro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.outro.substr(lineIndex + 1);\n\t\tlet lineStr = this.outro;\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length > 0) {\n\t\t\t\tlineIndex = chunk.outro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.outro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.outro + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.content.length > 0) {\n\t\t\t\tlineIndex = chunk.content.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.content.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.content + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.intro.length > 0) {\n\t\t\t\tlineIndex = chunk.intro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.intro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.intro + lineStr;\n\t\t\t}\n\t\t} while (chunk = chunk.previous);\n\t\tlineIndex = this.intro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.intro.substr(lineIndex + 1) + lineStr;\n\t\treturn this.intro + lineStr;\n\t}\n\n\tslice(start = 0, end = this.original.length) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tlet result = '';\n\n\t\t// find start chunk\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk && (chunk.start > start || chunk.end <= start)) {\n\t\t\t// found end chunk before start\n\t\t\tif (chunk.start < end && chunk.end >= end) {\n\t\t\t\treturn result;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tif (chunk && chunk.edited && chunk.start !== start)\n\t\t\tthrow new Error(`Cannot use replaced character ${start} as slice start anchor.`);\n\n\t\tconst startChunk = chunk;\n\t\twhile (chunk) {\n\t\t\tif (chunk.intro && (startChunk !== chunk || chunk.start === start)) {\n\t\t\t\tresult += chunk.intro;\n\t\t\t}\n\n\t\t\tconst containsEnd = chunk.start < end && chunk.end >= end;\n\t\t\tif (containsEnd && chunk.edited && chunk.end !== end)\n\t\t\t\tthrow new Error(`Cannot use replaced character ${end} as slice end anchor.`);\n\n\t\t\tconst sliceStart = startChunk === chunk ? start - chunk.start : 0;\n\t\t\tconst sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length;\n\n\t\t\tresult += chunk.content.slice(sliceStart, sliceEnd);\n\n\t\t\tif (chunk.outro && (!containsEnd || chunk.end === end)) {\n\t\t\t\tresult += chunk.outro;\n\t\t\t}\n\n\t\t\tif (containsEnd) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn result;\n\t}\n\n\t// TODO deprecate this? not really very useful\n\tsnip(start, end) {\n\t\tconst clone = this.clone();\n\t\tclone.remove(0, start);\n\t\tclone.remove(end, clone.original.length);\n\n\t\treturn clone;\n\t}\n\n\t_split(index) {\n\t\tif (this.byStart[index] || this.byEnd[index]) return;\n\n\t\tif (DEBUG) this.stats.time('_split');\n\n\t\tlet chunk = this.lastSearchedChunk;\n\t\tconst searchForward = index > chunk.end;\n\n\t\twhile (chunk) {\n\t\t\tif (chunk.contains(index)) return this._splitChunk(chunk, index);\n\n\t\t\tchunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start];\n\t\t}\n\t}\n\n\t_splitChunk(chunk, index) {\n\t\tif (chunk.edited && chunk.content.length) {\n\t\t\t// zero-length edited chunks are a special case (overlapping replacements)\n\t\t\tconst loc = getLocator(this.original)(index);\n\t\t\tthrow new Error(\n\t\t\t\t`Cannot split a chunk that has already been edited (${loc.line}:${loc.column} – \"${\n\t\t\t\t\tchunk.original\n\t\t\t\t}\")`\n\t\t\t);\n\t\t}\n\n\t\tconst newChunk = chunk.split(index);\n\n\t\tthis.byEnd[index] = chunk;\n\t\tthis.byStart[index] = newChunk;\n\t\tthis.byEnd[newChunk.end] = newChunk;\n\n\t\tif (chunk === this.lastChunk) this.lastChunk = newChunk;\n\n\t\tthis.lastSearchedChunk = chunk;\n\t\tif (DEBUG) this.stats.timeEnd('_split');\n\t\treturn true;\n\t}\n\n\ttoString() {\n\t\tlet str = this.intro;\n\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk) {\n\t\t\tstr += chunk.toString();\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn str + this.outro;\n\t}\n\n\tisEmpty() {\n\t\tlet chunk = this.firstChunk;\n\t\tdo {\n\t\t\tif (chunk.intro.length && chunk.intro.trim() ||\n\t\t\t\t\tchunk.content.length && chunk.content.trim() ||\n\t\t\t\t\tchunk.outro.length && chunk.outro.trim())\n\t\t\t\treturn false;\n\t\t} while (chunk = chunk.next);\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\tlet chunk = this.firstChunk;\n\t\tlet length = 0;\n\t\tdo {\n\t\t\tlength += chunk.intro.length + chunk.content.length + chunk.outro.length;\n\t\t} while (chunk = chunk.next);\n\t\treturn length;\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimEndAborted(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tlet chunk = this.lastChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimEnd(rx);\n\n\t\t\t// if chunk was trimmed, we have a new lastChunk\n\t\t\tif (chunk.end !== end) {\n\t\t\t\tif (this.lastChunk === chunk) {\n\t\t\t\t\tthis.lastChunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.previous;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimEnd(charType) {\n\t\tthis.trimEndAborted(charType);\n\t\treturn this;\n\t}\n\ttrimStartAborted(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tlet chunk = this.firstChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimStart(rx);\n\n\t\t\tif (chunk.end !== end) {\n\t\t\t\t// special case...\n\t\t\t\tif (chunk === this.lastChunk) this.lastChunk = chunk.next;\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.next;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimStart(charType) {\n\t\tthis.trimStartAborted(charType);\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport SourceMap from './SourceMap.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\n\nconst hasOwnProp = Object.prototype.hasOwnProperty;\n\nexport default class Bundle {\n\tconstructor(options = {}) {\n\t\tthis.intro = options.intro || '';\n\t\tthis.separator = options.separator !== undefined ? options.separator : '\\n';\n\t\tthis.sources = [];\n\t\tthis.uniqueSources = [];\n\t\tthis.uniqueSourceIndexByFilename = {};\n\t}\n\n\taddSource(source) {\n\t\tif (source instanceof MagicString) {\n\t\t\treturn this.addSource({\n\t\t\t\tcontent: source,\n\t\t\t\tfilename: source.filename,\n\t\t\t\tseparator: this.separator\n\t\t\t});\n\t\t}\n\n\t\tif (!isObject(source) || !source.content) {\n\t\t\tthrow new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`');\n\t\t}\n\n\t\t['filename', 'indentExclusionRanges', 'separator'].forEach(option => {\n\t\t\tif (!hasOwnProp.call(source, option)) source[option] = source.content[option];\n\t\t});\n\n\t\tif (source.separator === undefined) {\n\t\t\t// TODO there's a bunch of this sort of thing, needs cleaning up\n\t\t\tsource.separator = this.separator;\n\t\t}\n\n\t\tif (source.filename) {\n\t\t\tif (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) {\n\t\t\t\tthis.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length;\n\t\t\t\tthis.uniqueSources.push({ filename: source.filename, content: source.content.original });\n\t\t\t} else {\n\t\t\t\tconst uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]];\n\t\t\t\tif (source.content.original !== uniqueSource.content) {\n\t\t\t\t\tthrow new Error(`Illegal source: same filename (${source.filename}), different contents`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.sources.push(source);\n\t\treturn this;\n\t}\n\n\tappend(str, options) {\n\t\tthis.addSource({\n\t\t\tcontent: new MagicString(str),\n\t\t\tseparator: (options && options.separator) || ''\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst bundle = new Bundle({\n\t\t\tintro: this.intro,\n\t\t\tseparator: this.separator\n\t\t});\n\n\t\tthis.sources.forEach(source => {\n\t\t\tbundle.addSource({\n\t\t\t\tfilename: source.filename,\n\t\t\t\tcontent: source.content.clone(),\n\t\t\t\tseparator: source.separator\n\t\t\t});\n\t\t});\n\n\t\treturn bundle;\n\t}\n\n\tgenerateDecodedMap(options = {}) {\n\t\tconst names = [];\n\t\tthis.sources.forEach(source => {\n\t\t\tObject.keys(source.content.storedNames).forEach(name => {\n\t\t\t\tif (!~names.indexOf(name)) names.push(name);\n\t\t\t});\n\t\t});\n\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tif (i > 0) {\n\t\t\t\tmappings.advance(this.separator);\n\t\t\t}\n\n\t\t\tconst sourceIndex = source.filename ? this.uniqueSourceIndexByFilename[source.filename] : -1;\n\t\t\tconst magicString = source.content;\n\t\t\tconst locate = getLocator(magicString.original);\n\n\t\t\tif (magicString.intro) {\n\t\t\t\tmappings.advance(magicString.intro);\n\t\t\t}\n\n\t\t\tmagicString.firstChunk.eachNext(chunk => {\n\t\t\t\tconst loc = locate(chunk.start);\n\n\t\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\t\tif (source.filename) {\n\t\t\t\t\tif (chunk.edited) {\n\t\t\t\t\t\tmappings.addEdit(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk.content,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t\t\t);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmappings.addUneditedChunk(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk,\n\t\t\t\t\t\t\tmagicString.original,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tmagicString.sourcemapLocations\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tmappings.advance(chunk.content);\n\t\t\t\t}\n\n\t\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t\t});\n\n\t\t\tif (magicString.outro) {\n\t\t\t\tmappings.advance(magicString.outro);\n\t\t\t}\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: this.uniqueSources.map(source => {\n\t\t\t\treturn options.file ? getRelativePath(options.file, source.filename) : source.filename;\n\t\t\t}),\n\t\t\tsourcesContent: this.uniqueSources.map(source => {\n\t\t\t\treturn options.includeContent ? source.content : null;\n\t\t\t}),\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\tconst indentStringCounts = {};\n\n\t\tthis.sources.forEach(source => {\n\t\t\tconst indentStr = source.content.indentStr;\n\n\t\t\tif (indentStr === null) return;\n\n\t\t\tif (!indentStringCounts[indentStr]) indentStringCounts[indentStr] = 0;\n\t\t\tindentStringCounts[indentStr] += 1;\n\t\t});\n\n\t\treturn (\n\t\t\tObject.keys(indentStringCounts).sort((a, b) => {\n\t\t\t\treturn indentStringCounts[a] - indentStringCounts[b];\n\t\t\t})[0] || '\\t'\n\t\t);\n\t}\n\n\tindent(indentStr) {\n\t\tif (!arguments.length) {\n\t\t\tindentStr = this.getIndentString();\n\t\t}\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\tlet trailingNewline = !this.intro || this.intro.slice(-1) === '\\n';\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\tconst indentStart = trailingNewline || (i > 0 && /\\r?\\n$/.test(separator));\n\n\t\t\tsource.content.indent(indentStr, {\n\t\t\t\texclude: source.indentExclusionRanges,\n\t\t\t\tindentStart //: trailingNewline || /\\r?\\n$/.test( separator ) //true///\\r?\\n/.test( separator )\n\t\t\t});\n\n\t\t\ttrailingNewline = source.content.lastChar() === '\\n';\n\t\t});\n\n\t\tif (this.intro) {\n\t\t\tthis.intro =\n\t\t\t\tindentStr +\n\t\t\t\tthis.intro.replace(/^[^\\n]/gm, (match, index) => {\n\t\t\t\t\treturn index > 0 ? indentStr + match : match;\n\t\t\t\t});\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tprepend(str) {\n\t\tthis.intro = str + this.intro;\n\t\treturn this;\n\t}\n\n\ttoString() {\n\t\tconst body = this.sources\n\t\t\t.map((source, i) => {\n\t\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\t\tconst str = (i > 0 ? separator : '') + source.content.toString();\n\n\t\t\t\treturn str;\n\t\t\t})\n\t\t\t.join('');\n\n\t\treturn this.intro + body;\n\t}\n\n\tisEmpty () {\n\t\tif (this.intro.length && this.intro.trim())\n\t\t\treturn false;\n\t\tif (this.sources.some(source => !source.content.isEmpty()))\n\t\t\treturn false;\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\treturn this.sources.reduce((length, source) => length + source.content.length(), this.intro.length);\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimStart(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\t\tthis.intro = this.intro.replace(rx, '');\n\n\t\tif (!this.intro) {\n\t\t\tlet source;\n\t\t\tlet i = 0;\n\n\t\t\tdo {\n\t\t\t\tsource = this.sources[i++];\n\t\t\t\tif (!source) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} while (!source.content.trimStartAborted(charType));\n\t\t}\n\n\t\treturn this;\n\t}\n\n\ttrimEnd(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tlet source;\n\t\tlet i = this.sources.length - 1;\n\n\t\tdo {\n\t\t\tsource = this.sources[i--];\n\t\t\tif (!source) {\n\t\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\t\tbreak;\n\t\t\t}\n\t\t} while (!source.content.trimEndAborted(charType));\n\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport Bundle from './Bundle.js';\n\nMagicString.Bundle = Bundle;\nMagicString.default = MagicString; // work around TypeScript bug https://github.com/Rich-Harris/magic-string/pull/121\n\nexport default MagicString;\n"],"names":["const","let","encode","this"],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.es.js b/2019-setembro/node_modules/magic-string/dist/magic-string.es.js new file mode 100644 index 0000000..84a14a5 --- /dev/null +++ b/2019-setembro/node_modules/magic-string/dist/magic-string.es.js @@ -0,0 +1,1294 @@ +import { encode } from 'sourcemap-codec'; + +var Chunk = function Chunk(start, end, content) { + this.start = start; + this.end = end; + this.original = content; + + this.intro = ''; + this.outro = ''; + + this.content = content; + this.storeName = false; + this.edited = false; + + // we make these non-enumerable, for sanity while debugging + Object.defineProperties(this, { + previous: { writable: true, value: null }, + next: { writable: true, value: null } + }); +}; + +Chunk.prototype.appendLeft = function appendLeft (content) { + this.outro += content; +}; + +Chunk.prototype.appendRight = function appendRight (content) { + this.intro = this.intro + content; +}; + +Chunk.prototype.clone = function clone () { + var chunk = new Chunk(this.start, this.end, this.original); + + chunk.intro = this.intro; + chunk.outro = this.outro; + chunk.content = this.content; + chunk.storeName = this.storeName; + chunk.edited = this.edited; + + return chunk; +}; + +Chunk.prototype.contains = function contains (index) { + return this.start < index && index < this.end; +}; + +Chunk.prototype.eachNext = function eachNext (fn) { + var chunk = this; + while (chunk) { + fn(chunk); + chunk = chunk.next; + } +}; + +Chunk.prototype.eachPrevious = function eachPrevious (fn) { + var chunk = this; + while (chunk) { + fn(chunk); + chunk = chunk.previous; + } +}; + +Chunk.prototype.edit = function edit (content, storeName, contentOnly) { + this.content = content; + if (!contentOnly) { + this.intro = ''; + this.outro = ''; + } + this.storeName = storeName; + + this.edited = true; + + return this; +}; + +Chunk.prototype.prependLeft = function prependLeft (content) { + this.outro = content + this.outro; +}; + +Chunk.prototype.prependRight = function prependRight (content) { + this.intro = content + this.intro; +}; + +Chunk.prototype.split = function split (index) { + var sliceIndex = index - this.start; + + var originalBefore = this.original.slice(0, sliceIndex); + var originalAfter = this.original.slice(sliceIndex); + + this.original = originalBefore; + + var newChunk = new Chunk(index, this.end, originalAfter); + newChunk.outro = this.outro; + this.outro = ''; + + this.end = index; + + if (this.edited) { + // TODO is this block necessary?... + newChunk.edit('', false); + this.content = ''; + } else { + this.content = originalBefore; + } + + newChunk.next = this.next; + if (newChunk.next) { newChunk.next.previous = newChunk; } + newChunk.previous = this; + this.next = newChunk; + + return newChunk; +}; + +Chunk.prototype.toString = function toString () { + return this.intro + this.content + this.outro; +}; + +Chunk.prototype.trimEnd = function trimEnd (rx) { + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + + var trimmed = this.content.replace(rx, ''); + + if (trimmed.length) { + if (trimmed !== this.content) { + this.split(this.start + trimmed.length).edit('', undefined, true); + } + return true; + + } else { + this.edit('', undefined, true); + + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + } +}; + +Chunk.prototype.trimStart = function trimStart (rx) { + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + + var trimmed = this.content.replace(rx, ''); + + if (trimmed.length) { + if (trimmed !== this.content) { + this.split(this.end - trimmed.length); + this.edit('', undefined, true); + } + return true; + + } else { + this.edit('', undefined, true); + + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + } +}; + +var btoa = function () { + throw new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.'); +}; +if (typeof window !== 'undefined' && typeof window.btoa === 'function') { + btoa = function (str) { return window.btoa(unescape(encodeURIComponent(str))); }; +} else if (typeof Buffer === 'function') { + btoa = function (str) { return Buffer.from(str, 'utf-8').toString('base64'); }; +} + +var SourceMap = function SourceMap(properties) { + this.version = 3; + this.file = properties.file; + this.sources = properties.sources; + this.sourcesContent = properties.sourcesContent; + this.names = properties.names; + this.mappings = encode(properties.mappings); +}; + +SourceMap.prototype.toString = function toString () { + return JSON.stringify(this); +}; + +SourceMap.prototype.toUrl = function toUrl () { + return 'data:application/json;charset=utf-8;base64,' + btoa(this.toString()); +}; + +function guessIndent(code) { + var lines = code.split('\n'); + + var tabbed = lines.filter(function (line) { return /^\t+/.test(line); }); + var spaced = lines.filter(function (line) { return /^ {2,}/.test(line); }); + + if (tabbed.length === 0 && spaced.length === 0) { + return null; + } + + // More lines tabbed than spaced? Assume tabs, and + // default to tabs in the case of a tie (or nothing + // to go on) + if (tabbed.length >= spaced.length) { + return '\t'; + } + + // Otherwise, we need to guess the multiple + var min = spaced.reduce(function (previous, current) { + var numSpaces = /^ +/.exec(current)[0].length; + return Math.min(numSpaces, previous); + }, Infinity); + + return new Array(min + 1).join(' '); +} + +function getRelativePath(from, to) { + var fromParts = from.split(/[/\\]/); + var toParts = to.split(/[/\\]/); + + fromParts.pop(); // get dirname + + while (fromParts[0] === toParts[0]) { + fromParts.shift(); + toParts.shift(); + } + + if (fromParts.length) { + var i = fromParts.length; + while (i--) { fromParts[i] = '..'; } + } + + return fromParts.concat(toParts).join('/'); +} + +var toString = Object.prototype.toString; + +function isObject(thing) { + return toString.call(thing) === '[object Object]'; +} + +function getLocator(source) { + var originalLines = source.split('\n'); + var lineOffsets = []; + + for (var i = 0, pos = 0; i < originalLines.length; i++) { + lineOffsets.push(pos); + pos += originalLines[i].length + 1; + } + + return function locate(index) { + var i = 0; + var j = lineOffsets.length; + while (i < j) { + var m = (i + j) >> 1; + if (index < lineOffsets[m]) { + j = m; + } else { + i = m + 1; + } + } + var line = i - 1; + var column = index - lineOffsets[line]; + return { line: line, column: column }; + }; +} + +var Mappings = function Mappings(hires) { + this.hires = hires; + this.generatedCodeLine = 0; + this.generatedCodeColumn = 0; + this.raw = []; + this.rawSegments = this.raw[this.generatedCodeLine] = []; + this.pending = null; +}; + +Mappings.prototype.addEdit = function addEdit (sourceIndex, content, loc, nameIndex) { + if (content.length) { + var segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; + if (nameIndex >= 0) { + segment.push(nameIndex); + } + this.rawSegments.push(segment); + } else if (this.pending) { + this.rawSegments.push(this.pending); + } + + this.advance(content); + this.pending = null; +}; + +Mappings.prototype.addUneditedChunk = function addUneditedChunk (sourceIndex, chunk, original, loc, sourcemapLocations) { + var originalCharIndex = chunk.start; + var first = true; + + while (originalCharIndex < chunk.end) { + if (this.hires || first || sourcemapLocations[originalCharIndex]) { + this.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]); + } + + if (original[originalCharIndex] === '\n') { + loc.line += 1; + loc.column = 0; + this.generatedCodeLine += 1; + this.raw[this.generatedCodeLine] = this.rawSegments = []; + this.generatedCodeColumn = 0; + } else { + loc.column += 1; + this.generatedCodeColumn += 1; + } + + originalCharIndex += 1; + first = false; + } + + this.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; +}; + +Mappings.prototype.advance = function advance (str) { + if (!str) { return; } + + var lines = str.split('\n'); + + if (lines.length > 1) { + for (var i = 0; i < lines.length - 1; i++) { + this.generatedCodeLine++; + this.raw[this.generatedCodeLine] = this.rawSegments = []; + } + this.generatedCodeColumn = 0; + } + + this.generatedCodeColumn += lines[lines.length - 1].length; +}; + +var n = '\n'; + +var warned = { + insertLeft: false, + insertRight: false, + storeName: false +}; + +var MagicString = function MagicString(string, options) { + if ( options === void 0 ) options = {}; + + var chunk = new Chunk(0, string.length, string); + + Object.defineProperties(this, { + original: { writable: true, value: string }, + outro: { writable: true, value: '' }, + intro: { writable: true, value: '' }, + firstChunk: { writable: true, value: chunk }, + lastChunk: { writable: true, value: chunk }, + lastSearchedChunk: { writable: true, value: chunk }, + byStart: { writable: true, value: {} }, + byEnd: { writable: true, value: {} }, + filename: { writable: true, value: options.filename }, + indentExclusionRanges: { writable: true, value: options.indentExclusionRanges }, + sourcemapLocations: { writable: true, value: {} }, + storedNames: { writable: true, value: {} }, + indentStr: { writable: true, value: guessIndent(string) } + }); + + this.byStart[0] = chunk; + this.byEnd[string.length] = chunk; +}; + +MagicString.prototype.addSourcemapLocation = function addSourcemapLocation (char) { + this.sourcemapLocations[char] = true; +}; + +MagicString.prototype.append = function append (content) { + if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } + + this.outro += content; + return this; +}; + +MagicString.prototype.appendLeft = function appendLeft (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byEnd[index]; + + if (chunk) { + chunk.appendLeft(content); + } else { + this.intro += content; + } + return this; +}; + +MagicString.prototype.appendRight = function appendRight (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byStart[index]; + + if (chunk) { + chunk.appendRight(content); + } else { + this.outro += content; + } + return this; +}; + +MagicString.prototype.clone = function clone () { + var cloned = new MagicString(this.original, { filename: this.filename }); + + var originalChunk = this.firstChunk; + var clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone()); + + while (originalChunk) { + cloned.byStart[clonedChunk.start] = clonedChunk; + cloned.byEnd[clonedChunk.end] = clonedChunk; + + var nextOriginalChunk = originalChunk.next; + var nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone(); + + if (nextClonedChunk) { + clonedChunk.next = nextClonedChunk; + nextClonedChunk.previous = clonedChunk; + + clonedChunk = nextClonedChunk; + } + + originalChunk = nextOriginalChunk; + } + + cloned.lastChunk = clonedChunk; + + if (this.indentExclusionRanges) { + cloned.indentExclusionRanges = this.indentExclusionRanges.slice(); + } + + Object.keys(this.sourcemapLocations).forEach(function (loc) { + cloned.sourcemapLocations[loc] = true; + }); + + return cloned; +}; + +MagicString.prototype.generateDecodedMap = function generateDecodedMap (options) { + var this$1 = this; + + options = options || {}; + + var sourceIndex = 0; + var names = Object.keys(this.storedNames); + var mappings = new Mappings(options.hires); + + var locate = getLocator(this.original); + + if (this.intro) { + mappings.advance(this.intro); + } + + this.firstChunk.eachNext(function (chunk) { + var loc = locate(chunk.start); + + if (chunk.intro.length) { mappings.advance(chunk.intro); } + + if (chunk.edited) { + mappings.addEdit( + sourceIndex, + chunk.content, + loc, + chunk.storeName ? names.indexOf(chunk.original) : -1 + ); + } else { + mappings.addUneditedChunk(sourceIndex, chunk, this$1.original, loc, this$1.sourcemapLocations); + } + + if (chunk.outro.length) { mappings.advance(chunk.outro); } + }); + + return { + file: options.file ? options.file.split(/[/\\]/).pop() : null, + sources: [options.source ? getRelativePath(options.file || '', options.source) : null], + sourcesContent: options.includeContent ? [this.original] : [null], + names: names, + mappings: mappings.raw + }; +}; + +MagicString.prototype.generateMap = function generateMap (options) { + return new SourceMap(this.generateDecodedMap(options)); +}; + +MagicString.prototype.getIndentString = function getIndentString () { + return this.indentStr === null ? '\t' : this.indentStr; +}; + +MagicString.prototype.indent = function indent (indentStr, options) { + var pattern = /^[^\r\n]/gm; + + if (isObject(indentStr)) { + options = indentStr; + indentStr = undefined; + } + + indentStr = indentStr !== undefined ? indentStr : this.indentStr || '\t'; + + if (indentStr === '') { return this; } // noop + + options = options || {}; + + // Process exclusion ranges + var isExcluded = {}; + + if (options.exclude) { + var exclusions = + typeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude; + exclusions.forEach(function (exclusion) { + for (var i = exclusion[0]; i < exclusion[1]; i += 1) { + isExcluded[i] = true; + } + }); + } + + var shouldIndentNextCharacter = options.indentStart !== false; + var replacer = function (match) { + if (shouldIndentNextCharacter) { return ("" + indentStr + match); } + shouldIndentNextCharacter = true; + return match; + }; + + this.intro = this.intro.replace(pattern, replacer); + + var charIndex = 0; + var chunk = this.firstChunk; + + while (chunk) { + var end = chunk.end; + + if (chunk.edited) { + if (!isExcluded[charIndex]) { + chunk.content = chunk.content.replace(pattern, replacer); + + if (chunk.content.length) { + shouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\n'; + } + } + } else { + charIndex = chunk.start; + + while (charIndex < end) { + if (!isExcluded[charIndex]) { + var char = this.original[charIndex]; + + if (char === '\n') { + shouldIndentNextCharacter = true; + } else if (char !== '\r' && shouldIndentNextCharacter) { + shouldIndentNextCharacter = false; + + if (charIndex === chunk.start) { + chunk.prependRight(indentStr); + } else { + this._splitChunk(chunk, charIndex); + chunk = chunk.next; + chunk.prependRight(indentStr); + } + } + } + + charIndex += 1; + } + } + + charIndex = chunk.end; + chunk = chunk.next; + } + + this.outro = this.outro.replace(pattern, replacer); + + return this; +}; + +MagicString.prototype.insert = function insert () { + throw new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)'); +}; + +MagicString.prototype.insertLeft = function insertLeft (index, content) { + if (!warned.insertLeft) { + console.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console + warned.insertLeft = true; + } + + return this.appendLeft(index, content); +}; + +MagicString.prototype.insertRight = function insertRight (index, content) { + if (!warned.insertRight) { + console.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console + warned.insertRight = true; + } + + return this.prependRight(index, content); +}; + +MagicString.prototype.move = function move (start, end, index) { + if (index >= start && index <= end) { throw new Error('Cannot move a selection inside itself'); } + + this._split(start); + this._split(end); + this._split(index); + + var first = this.byStart[start]; + var last = this.byEnd[end]; + + var oldLeft = first.previous; + var oldRight = last.next; + + var newRight = this.byStart[index]; + if (!newRight && last === this.lastChunk) { return this; } + var newLeft = newRight ? newRight.previous : this.lastChunk; + + if (oldLeft) { oldLeft.next = oldRight; } + if (oldRight) { oldRight.previous = oldLeft; } + + if (newLeft) { newLeft.next = first; } + if (newRight) { newRight.previous = last; } + + if (!first.previous) { this.firstChunk = last.next; } + if (!last.next) { + this.lastChunk = first.previous; + this.lastChunk.next = null; + } + + first.previous = newLeft; + last.next = newRight || null; + + if (!newLeft) { this.firstChunk = first; } + if (!newRight) { this.lastChunk = last; } + return this; +}; + +MagicString.prototype.overwrite = function overwrite (start, end, content, options) { + if (typeof content !== 'string') { throw new TypeError('replacement content must be a string'); } + + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + if (end > this.original.length) { throw new Error('end is out of bounds'); } + if (start === end) + { throw new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead'); } + + this._split(start); + this._split(end); + + if (options === true) { + if (!warned.storeName) { + console.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console + warned.storeName = true; + } + + options = { storeName: true }; + } + var storeName = options !== undefined ? options.storeName : false; + var contentOnly = options !== undefined ? options.contentOnly : false; + + if (storeName) { + var original = this.original.slice(start, end); + this.storedNames[original] = true; + } + + var first = this.byStart[start]; + var last = this.byEnd[end]; + + if (first) { + if (end > first.end && first.next !== this.byStart[first.end]) { + throw new Error('Cannot overwrite across a split point'); + } + + first.edit(content, storeName, contentOnly); + + if (first !== last) { + var chunk = first.next; + while (chunk !== last) { + chunk.edit('', false); + chunk = chunk.next; + } + + chunk.edit('', false); + } + } else { + // must be inserting at the end + var newChunk = new Chunk(start, end, '').edit(content, storeName); + + // TODO last chunk in the array may not be the last chunk, if it's moved... + last.next = newChunk; + newChunk.previous = last; + } + return this; +}; + +MagicString.prototype.prepend = function prepend (content) { + if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } + + this.intro = content + this.intro; + return this; +}; + +MagicString.prototype.prependLeft = function prependLeft (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byEnd[index]; + + if (chunk) { + chunk.prependLeft(content); + } else { + this.intro = content + this.intro; + } + return this; +}; + +MagicString.prototype.prependRight = function prependRight (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byStart[index]; + + if (chunk) { + chunk.prependRight(content); + } else { + this.outro = content + this.outro; + } + return this; +}; + +MagicString.prototype.remove = function remove (start, end) { + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + if (start === end) { return this; } + + if (start < 0 || end > this.original.length) { throw new Error('Character is out of bounds'); } + if (start > end) { throw new Error('end must be greater than start'); } + + this._split(start); + this._split(end); + + var chunk = this.byStart[start]; + + while (chunk) { + chunk.intro = ''; + chunk.outro = ''; + chunk.edit(''); + + chunk = end > chunk.end ? this.byStart[chunk.end] : null; + } + return this; +}; + +MagicString.prototype.lastChar = function lastChar () { + if (this.outro.length) + { return this.outro[this.outro.length - 1]; } + var chunk = this.lastChunk; + do { + if (chunk.outro.length) + { return chunk.outro[chunk.outro.length - 1]; } + if (chunk.content.length) + { return chunk.content[chunk.content.length - 1]; } + if (chunk.intro.length) + { return chunk.intro[chunk.intro.length - 1]; } + } while (chunk = chunk.previous); + if (this.intro.length) + { return this.intro[this.intro.length - 1]; } + return ''; +}; + +MagicString.prototype.lastLine = function lastLine () { + var lineIndex = this.outro.lastIndexOf(n); + if (lineIndex !== -1) + { return this.outro.substr(lineIndex + 1); } + var lineStr = this.outro; + var chunk = this.lastChunk; + do { + if (chunk.outro.length > 0) { + lineIndex = chunk.outro.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.outro.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.outro + lineStr; + } + + if (chunk.content.length > 0) { + lineIndex = chunk.content.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.content.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.content + lineStr; + } + + if (chunk.intro.length > 0) { + lineIndex = chunk.intro.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.intro.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.intro + lineStr; + } + } while (chunk = chunk.previous); + lineIndex = this.intro.lastIndexOf(n); + if (lineIndex !== -1) + { return this.intro.substr(lineIndex + 1) + lineStr; } + return this.intro + lineStr; +}; + +MagicString.prototype.slice = function slice (start, end) { + if ( start === void 0 ) start = 0; + if ( end === void 0 ) end = this.original.length; + + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + var result = ''; + + // find start chunk + var chunk = this.firstChunk; + while (chunk && (chunk.start > start || chunk.end <= start)) { + // found end chunk before start + if (chunk.start < end && chunk.end >= end) { + return result; + } + + chunk = chunk.next; + } + + if (chunk && chunk.edited && chunk.start !== start) + { throw new Error(("Cannot use replaced character " + start + " as slice start anchor.")); } + + var startChunk = chunk; + while (chunk) { + if (chunk.intro && (startChunk !== chunk || chunk.start === start)) { + result += chunk.intro; + } + + var containsEnd = chunk.start < end && chunk.end >= end; + if (containsEnd && chunk.edited && chunk.end !== end) + { throw new Error(("Cannot use replaced character " + end + " as slice end anchor.")); } + + var sliceStart = startChunk === chunk ? start - chunk.start : 0; + var sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length; + + result += chunk.content.slice(sliceStart, sliceEnd); + + if (chunk.outro && (!containsEnd || chunk.end === end)) { + result += chunk.outro; + } + + if (containsEnd) { + break; + } + + chunk = chunk.next; + } + + return result; +}; + +// TODO deprecate this? not really very useful +MagicString.prototype.snip = function snip (start, end) { + var clone = this.clone(); + clone.remove(0, start); + clone.remove(end, clone.original.length); + + return clone; +}; + +MagicString.prototype._split = function _split (index) { + if (this.byStart[index] || this.byEnd[index]) { return; } + + var chunk = this.lastSearchedChunk; + var searchForward = index > chunk.end; + + while (chunk) { + if (chunk.contains(index)) { return this._splitChunk(chunk, index); } + + chunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start]; + } +}; + +MagicString.prototype._splitChunk = function _splitChunk (chunk, index) { + if (chunk.edited && chunk.content.length) { + // zero-length edited chunks are a special case (overlapping replacements) + var loc = getLocator(this.original)(index); + throw new Error( + ("Cannot split a chunk that has already been edited (" + (loc.line) + ":" + (loc.column) + " – \"" + (chunk.original) + "\")") + ); + } + + var newChunk = chunk.split(index); + + this.byEnd[index] = chunk; + this.byStart[index] = newChunk; + this.byEnd[newChunk.end] = newChunk; + + if (chunk === this.lastChunk) { this.lastChunk = newChunk; } + + this.lastSearchedChunk = chunk; + return true; +}; + +MagicString.prototype.toString = function toString () { + var str = this.intro; + + var chunk = this.firstChunk; + while (chunk) { + str += chunk.toString(); + chunk = chunk.next; + } + + return str + this.outro; +}; + +MagicString.prototype.isEmpty = function isEmpty () { + var chunk = this.firstChunk; + do { + if (chunk.intro.length && chunk.intro.trim() || + chunk.content.length && chunk.content.trim() || + chunk.outro.length && chunk.outro.trim()) + { return false; } + } while (chunk = chunk.next); + return true; +}; + +MagicString.prototype.length = function length () { + var chunk = this.firstChunk; + var length = 0; + do { + length += chunk.intro.length + chunk.content.length + chunk.outro.length; + } while (chunk = chunk.next); + return length; +}; + +MagicString.prototype.trimLines = function trimLines () { + return this.trim('[\\r\\n]'); +}; + +MagicString.prototype.trim = function trim (charType) { + return this.trimStart(charType).trimEnd(charType); +}; + +MagicString.prototype.trimEndAborted = function trimEndAborted (charType) { + var rx = new RegExp((charType || '\\s') + '+$'); + + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + + var chunk = this.lastChunk; + + do { + var end = chunk.end; + var aborted = chunk.trimEnd(rx); + + // if chunk was trimmed, we have a new lastChunk + if (chunk.end !== end) { + if (this.lastChunk === chunk) { + this.lastChunk = chunk.next; + } + + this.byEnd[chunk.end] = chunk; + this.byStart[chunk.next.start] = chunk.next; + this.byEnd[chunk.next.end] = chunk.next; + } + + if (aborted) { return true; } + chunk = chunk.previous; + } while (chunk); + + return false; +}; + +MagicString.prototype.trimEnd = function trimEnd (charType) { + this.trimEndAborted(charType); + return this; +}; +MagicString.prototype.trimStartAborted = function trimStartAborted (charType) { + var rx = new RegExp('^' + (charType || '\\s') + '+'); + + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + + var chunk = this.firstChunk; + + do { + var end = chunk.end; + var aborted = chunk.trimStart(rx); + + if (chunk.end !== end) { + // special case... + if (chunk === this.lastChunk) { this.lastChunk = chunk.next; } + + this.byEnd[chunk.end] = chunk; + this.byStart[chunk.next.start] = chunk.next; + this.byEnd[chunk.next.end] = chunk.next; + } + + if (aborted) { return true; } + chunk = chunk.next; + } while (chunk); + + return false; +}; + +MagicString.prototype.trimStart = function trimStart (charType) { + this.trimStartAborted(charType); + return this; +}; + +var hasOwnProp = Object.prototype.hasOwnProperty; + +var Bundle = function Bundle(options) { + if ( options === void 0 ) options = {}; + + this.intro = options.intro || ''; + this.separator = options.separator !== undefined ? options.separator : '\n'; + this.sources = []; + this.uniqueSources = []; + this.uniqueSourceIndexByFilename = {}; +}; + +Bundle.prototype.addSource = function addSource (source) { + if (source instanceof MagicString) { + return this.addSource({ + content: source, + filename: source.filename, + separator: this.separator + }); + } + + if (!isObject(source) || !source.content) { + throw new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`'); + } + + ['filename', 'indentExclusionRanges', 'separator'].forEach(function (option) { + if (!hasOwnProp.call(source, option)) { source[option] = source.content[option]; } + }); + + if (source.separator === undefined) { + // TODO there's a bunch of this sort of thing, needs cleaning up + source.separator = this.separator; + } + + if (source.filename) { + if (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) { + this.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length; + this.uniqueSources.push({ filename: source.filename, content: source.content.original }); + } else { + var uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]]; + if (source.content.original !== uniqueSource.content) { + throw new Error(("Illegal source: same filename (" + (source.filename) + "), different contents")); + } + } + } + + this.sources.push(source); + return this; +}; + +Bundle.prototype.append = function append (str, options) { + this.addSource({ + content: new MagicString(str), + separator: (options && options.separator) || '' + }); + + return this; +}; + +Bundle.prototype.clone = function clone () { + var bundle = new Bundle({ + intro: this.intro, + separator: this.separator + }); + + this.sources.forEach(function (source) { + bundle.addSource({ + filename: source.filename, + content: source.content.clone(), + separator: source.separator + }); + }); + + return bundle; +}; + +Bundle.prototype.generateDecodedMap = function generateDecodedMap (options) { + var this$1 = this; + if ( options === void 0 ) options = {}; + + var names = []; + this.sources.forEach(function (source) { + Object.keys(source.content.storedNames).forEach(function (name) { + if (!~names.indexOf(name)) { names.push(name); } + }); + }); + + var mappings = new Mappings(options.hires); + + if (this.intro) { + mappings.advance(this.intro); + } + + this.sources.forEach(function (source, i) { + if (i > 0) { + mappings.advance(this$1.separator); + } + + var sourceIndex = source.filename ? this$1.uniqueSourceIndexByFilename[source.filename] : -1; + var magicString = source.content; + var locate = getLocator(magicString.original); + + if (magicString.intro) { + mappings.advance(magicString.intro); + } + + magicString.firstChunk.eachNext(function (chunk) { + var loc = locate(chunk.start); + + if (chunk.intro.length) { mappings.advance(chunk.intro); } + + if (source.filename) { + if (chunk.edited) { + mappings.addEdit( + sourceIndex, + chunk.content, + loc, + chunk.storeName ? names.indexOf(chunk.original) : -1 + ); + } else { + mappings.addUneditedChunk( + sourceIndex, + chunk, + magicString.original, + loc, + magicString.sourcemapLocations + ); + } + } else { + mappings.advance(chunk.content); + } + + if (chunk.outro.length) { mappings.advance(chunk.outro); } + }); + + if (magicString.outro) { + mappings.advance(magicString.outro); + } + }); + + return { + file: options.file ? options.file.split(/[/\\]/).pop() : null, + sources: this.uniqueSources.map(function (source) { + return options.file ? getRelativePath(options.file, source.filename) : source.filename; + }), + sourcesContent: this.uniqueSources.map(function (source) { + return options.includeContent ? source.content : null; + }), + names: names, + mappings: mappings.raw + }; +}; + +Bundle.prototype.generateMap = function generateMap (options) { + return new SourceMap(this.generateDecodedMap(options)); +}; + +Bundle.prototype.getIndentString = function getIndentString () { + var indentStringCounts = {}; + + this.sources.forEach(function (source) { + var indentStr = source.content.indentStr; + + if (indentStr === null) { return; } + + if (!indentStringCounts[indentStr]) { indentStringCounts[indentStr] = 0; } + indentStringCounts[indentStr] += 1; + }); + + return ( + Object.keys(indentStringCounts).sort(function (a, b) { + return indentStringCounts[a] - indentStringCounts[b]; + })[0] || '\t' + ); +}; + +Bundle.prototype.indent = function indent (indentStr) { + var this$1 = this; + + if (!arguments.length) { + indentStr = this.getIndentString(); + } + + if (indentStr === '') { return this; } // noop + + var trailingNewline = !this.intro || this.intro.slice(-1) === '\n'; + + this.sources.forEach(function (source, i) { + var separator = source.separator !== undefined ? source.separator : this$1.separator; + var indentStart = trailingNewline || (i > 0 && /\r?\n$/.test(separator)); + + source.content.indent(indentStr, { + exclude: source.indentExclusionRanges, + indentStart: indentStart //: trailingNewline || /\r?\n$/.test( separator ) //true///\r?\n/.test( separator ) + }); + + trailingNewline = source.content.lastChar() === '\n'; + }); + + if (this.intro) { + this.intro = + indentStr + + this.intro.replace(/^[^\n]/gm, function (match, index) { + return index > 0 ? indentStr + match : match; + }); + } + + return this; +}; + +Bundle.prototype.prepend = function prepend (str) { + this.intro = str + this.intro; + return this; +}; + +Bundle.prototype.toString = function toString () { + var this$1 = this; + + var body = this.sources + .map(function (source, i) { + var separator = source.separator !== undefined ? source.separator : this$1.separator; + var str = (i > 0 ? separator : '') + source.content.toString(); + + return str; + }) + .join(''); + + return this.intro + body; +}; + +Bundle.prototype.isEmpty = function isEmpty () { + if (this.intro.length && this.intro.trim()) + { return false; } + if (this.sources.some(function (source) { return !source.content.isEmpty(); })) + { return false; } + return true; +}; + +Bundle.prototype.length = function length () { + return this.sources.reduce(function (length, source) { return length + source.content.length(); }, this.intro.length); +}; + +Bundle.prototype.trimLines = function trimLines () { + return this.trim('[\\r\\n]'); +}; + +Bundle.prototype.trim = function trim (charType) { + return this.trimStart(charType).trimEnd(charType); +}; + +Bundle.prototype.trimStart = function trimStart (charType) { + var rx = new RegExp('^' + (charType || '\\s') + '+'); + this.intro = this.intro.replace(rx, ''); + + if (!this.intro) { + var source; + var i = 0; + + do { + source = this.sources[i++]; + if (!source) { + break; + } + } while (!source.content.trimStartAborted(charType)); + } + + return this; +}; + +Bundle.prototype.trimEnd = function trimEnd (charType) { + var rx = new RegExp((charType || '\\s') + '+$'); + + var source; + var i = this.sources.length - 1; + + do { + source = this.sources[i--]; + if (!source) { + this.intro = this.intro.replace(rx, ''); + break; + } + } while (!source.content.trimEndAborted(charType)); + + return this; +}; + +export default MagicString; +export { Bundle, SourceMap }; +//# sourceMappingURL=magic-string.es.js.map diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.es.js.map b/2019-setembro/node_modules/magic-string/dist/magic-string.es.js.map new file mode 100644 index 0000000..fd5ae18 --- /dev/null +++ b/2019-setembro/node_modules/magic-string/dist/magic-string.es.js.map @@ -0,0 +1 @@ +{"version":3,"file":"magic-string.es.js","sources":["../src/Chunk.js","../src/SourceMap.js","../src/utils/guessIndent.js","../src/utils/getRelativePath.js","../src/utils/isObject.js","../src/utils/getLocator.js","../src/utils/Mappings.js","../src/MagicString.js","../src/Bundle.js"],"sourcesContent":["export default class Chunk {\n\tconstructor(start, end, content) {\n\t\tthis.start = start;\n\t\tthis.end = end;\n\t\tthis.original = content;\n\n\t\tthis.intro = '';\n\t\tthis.outro = '';\n\n\t\tthis.content = content;\n\t\tthis.storeName = false;\n\t\tthis.edited = false;\n\n\t\t// we make these non-enumerable, for sanity while debugging\n\t\tObject.defineProperties(this, {\n\t\t\tprevious: { writable: true, value: null },\n\t\t\tnext: { writable: true, value: null }\n\t\t});\n\t}\n\n\tappendLeft(content) {\n\t\tthis.outro += content;\n\t}\n\n\tappendRight(content) {\n\t\tthis.intro = this.intro + content;\n\t}\n\n\tclone() {\n\t\tconst chunk = new Chunk(this.start, this.end, this.original);\n\n\t\tchunk.intro = this.intro;\n\t\tchunk.outro = this.outro;\n\t\tchunk.content = this.content;\n\t\tchunk.storeName = this.storeName;\n\t\tchunk.edited = this.edited;\n\n\t\treturn chunk;\n\t}\n\n\tcontains(index) {\n\t\treturn this.start < index && index < this.end;\n\t}\n\n\teachNext(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.next;\n\t\t}\n\t}\n\n\teachPrevious(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.previous;\n\t\t}\n\t}\n\n\tedit(content, storeName, contentOnly) {\n\t\tthis.content = content;\n\t\tif (!contentOnly) {\n\t\t\tthis.intro = '';\n\t\t\tthis.outro = '';\n\t\t}\n\t\tthis.storeName = storeName;\n\n\t\tthis.edited = true;\n\n\t\treturn this;\n\t}\n\n\tprependLeft(content) {\n\t\tthis.outro = content + this.outro;\n\t}\n\n\tprependRight(content) {\n\t\tthis.intro = content + this.intro;\n\t}\n\n\tsplit(index) {\n\t\tconst sliceIndex = index - this.start;\n\n\t\tconst originalBefore = this.original.slice(0, sliceIndex);\n\t\tconst originalAfter = this.original.slice(sliceIndex);\n\n\t\tthis.original = originalBefore;\n\n\t\tconst newChunk = new Chunk(index, this.end, originalAfter);\n\t\tnewChunk.outro = this.outro;\n\t\tthis.outro = '';\n\n\t\tthis.end = index;\n\n\t\tif (this.edited) {\n\t\t\t// TODO is this block necessary?...\n\t\t\tnewChunk.edit('', false);\n\t\t\tthis.content = '';\n\t\t} else {\n\t\t\tthis.content = originalBefore;\n\t\t}\n\n\t\tnewChunk.next = this.next;\n\t\tif (newChunk.next) newChunk.next.previous = newChunk;\n\t\tnewChunk.previous = this;\n\t\tthis.next = newChunk;\n\n\t\treturn newChunk;\n\t}\n\n\ttoString() {\n\t\treturn this.intro + this.content + this.outro;\n\t}\n\n\ttrimEnd(rx) {\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.start + trimmed.length).edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\tif (this.intro.length) return true;\n\t\t}\n\t}\n\n\ttrimStart(rx) {\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.end - trimmed.length);\n\t\t\t\tthis.edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.outro = this.outro.replace(rx, '');\n\t\t\tif (this.outro.length) return true;\n\t\t}\n\t}\n}\n","import { encode } from 'sourcemap-codec';\n\nlet btoa = () => {\n\tthrow new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.');\n};\nif (typeof window !== 'undefined' && typeof window.btoa === 'function') {\n\tbtoa = str => window.btoa(unescape(encodeURIComponent(str)));\n} else if (typeof Buffer === 'function') {\n\tbtoa = str => Buffer.from(str, 'utf-8').toString('base64');\n}\n\nexport default class SourceMap {\n\tconstructor(properties) {\n\t\tthis.version = 3;\n\t\tthis.file = properties.file;\n\t\tthis.sources = properties.sources;\n\t\tthis.sourcesContent = properties.sourcesContent;\n\t\tthis.names = properties.names;\n\t\tthis.mappings = encode(properties.mappings);\n\t}\n\n\ttoString() {\n\t\treturn JSON.stringify(this);\n\t}\n\n\ttoUrl() {\n\t\treturn 'data:application/json;charset=utf-8;base64,' + btoa(this.toString());\n\t}\n}\n","export default function guessIndent(code) {\n\tconst lines = code.split('\\n');\n\n\tconst tabbed = lines.filter(line => /^\\t+/.test(line));\n\tconst spaced = lines.filter(line => /^ {2,}/.test(line));\n\n\tif (tabbed.length === 0 && spaced.length === 0) {\n\t\treturn null;\n\t}\n\n\t// More lines tabbed than spaced? Assume tabs, and\n\t// default to tabs in the case of a tie (or nothing\n\t// to go on)\n\tif (tabbed.length >= spaced.length) {\n\t\treturn '\\t';\n\t}\n\n\t// Otherwise, we need to guess the multiple\n\tconst min = spaced.reduce((previous, current) => {\n\t\tconst numSpaces = /^ +/.exec(current)[0].length;\n\t\treturn Math.min(numSpaces, previous);\n\t}, Infinity);\n\n\treturn new Array(min + 1).join(' ');\n}\n","export default function getRelativePath(from, to) {\n\tconst fromParts = from.split(/[/\\\\]/);\n\tconst toParts = to.split(/[/\\\\]/);\n\n\tfromParts.pop(); // get dirname\n\n\twhile (fromParts[0] === toParts[0]) {\n\t\tfromParts.shift();\n\t\ttoParts.shift();\n\t}\n\n\tif (fromParts.length) {\n\t\tlet i = fromParts.length;\n\t\twhile (i--) fromParts[i] = '..';\n\t}\n\n\treturn fromParts.concat(toParts).join('/');\n}\n","const toString = Object.prototype.toString;\n\nexport default function isObject(thing) {\n\treturn toString.call(thing) === '[object Object]';\n}\n","export default function getLocator(source) {\n\tconst originalLines = source.split('\\n');\n\tconst lineOffsets = [];\n\n\tfor (let i = 0, pos = 0; i < originalLines.length; i++) {\n\t\tlineOffsets.push(pos);\n\t\tpos += originalLines[i].length + 1;\n\t}\n\n\treturn function locate(index) {\n\t\tlet i = 0;\n\t\tlet j = lineOffsets.length;\n\t\twhile (i < j) {\n\t\t\tconst m = (i + j) >> 1;\n\t\t\tif (index < lineOffsets[m]) {\n\t\t\t\tj = m;\n\t\t\t} else {\n\t\t\t\ti = m + 1;\n\t\t\t}\n\t\t}\n\t\tconst line = i - 1;\n\t\tconst column = index - lineOffsets[line];\n\t\treturn { line, column };\n\t};\n}\n","export default class Mappings {\n\tconstructor(hires) {\n\t\tthis.hires = hires;\n\t\tthis.generatedCodeLine = 0;\n\t\tthis.generatedCodeColumn = 0;\n\t\tthis.raw = [];\n\t\tthis.rawSegments = this.raw[this.generatedCodeLine] = [];\n\t\tthis.pending = null;\n\t}\n\n\taddEdit(sourceIndex, content, loc, nameIndex) {\n\t\tif (content.length) {\n\t\t\tconst segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t\t\tif (nameIndex >= 0) {\n\t\t\t\tsegment.push(nameIndex);\n\t\t\t}\n\t\t\tthis.rawSegments.push(segment);\n\t\t} else if (this.pending) {\n\t\t\tthis.rawSegments.push(this.pending);\n\t\t}\n\n\t\tthis.advance(content);\n\t\tthis.pending = null;\n\t}\n\n\taddUneditedChunk(sourceIndex, chunk, original, loc, sourcemapLocations) {\n\t\tlet originalCharIndex = chunk.start;\n\t\tlet first = true;\n\n\t\twhile (originalCharIndex < chunk.end) {\n\t\t\tif (this.hires || first || sourcemapLocations[originalCharIndex]) {\n\t\t\t\tthis.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]);\n\t\t\t}\n\n\t\t\tif (original[originalCharIndex] === '\\n') {\n\t\t\t\tloc.line += 1;\n\t\t\t\tloc.column = 0;\n\t\t\t\tthis.generatedCodeLine += 1;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t\tthis.generatedCodeColumn = 0;\n\t\t\t} else {\n\t\t\t\tloc.column += 1;\n\t\t\t\tthis.generatedCodeColumn += 1;\n\t\t\t}\n\n\t\t\toriginalCharIndex += 1;\n\t\t\tfirst = false;\n\t\t}\n\n\t\tthis.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t}\n\n\tadvance(str) {\n\t\tif (!str) return;\n\n\t\tconst lines = str.split('\\n');\n\n\t\tif (lines.length > 1) {\n\t\t\tfor (let i = 0; i < lines.length - 1; i++) {\n\t\t\t\tthis.generatedCodeLine++;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t}\n\t\t\tthis.generatedCodeColumn = 0;\n\t\t}\n\n\t\tthis.generatedCodeColumn += lines[lines.length - 1].length;\n\t}\n}\n","import Chunk from './Chunk.js';\nimport SourceMap from './SourceMap.js';\nimport guessIndent from './utils/guessIndent.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\nimport Stats from './utils/Stats.js';\n\nconst n = '\\n';\n\nconst warned = {\n\tinsertLeft: false,\n\tinsertRight: false,\n\tstoreName: false\n};\n\nexport default class MagicString {\n\tconstructor(string, options = {}) {\n\t\tconst chunk = new Chunk(0, string.length, string);\n\n\t\tObject.defineProperties(this, {\n\t\t\toriginal: { writable: true, value: string },\n\t\t\toutro: { writable: true, value: '' },\n\t\t\tintro: { writable: true, value: '' },\n\t\t\tfirstChunk: { writable: true, value: chunk },\n\t\t\tlastChunk: { writable: true, value: chunk },\n\t\t\tlastSearchedChunk: { writable: true, value: chunk },\n\t\t\tbyStart: { writable: true, value: {} },\n\t\t\tbyEnd: { writable: true, value: {} },\n\t\t\tfilename: { writable: true, value: options.filename },\n\t\t\tindentExclusionRanges: { writable: true, value: options.indentExclusionRanges },\n\t\t\tsourcemapLocations: { writable: true, value: {} },\n\t\t\tstoredNames: { writable: true, value: {} },\n\t\t\tindentStr: { writable: true, value: guessIndent(string) }\n\t\t});\n\n\t\tif (DEBUG) {\n\t\t\tObject.defineProperty(this, 'stats', { value: new Stats() });\n\t\t}\n\n\t\tthis.byStart[0] = chunk;\n\t\tthis.byEnd[string.length] = chunk;\n\t}\n\n\taddSourcemapLocation(char) {\n\t\tthis.sourcemapLocations[char] = true;\n\t}\n\n\tappend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.outro += content;\n\t\treturn this;\n\t}\n\n\tappendLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendLeft');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendLeft(content);\n\t\t} else {\n\t\t\tthis.intro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendLeft');\n\t\treturn this;\n\t}\n\n\tappendRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendRight(content);\n\t\t} else {\n\t\t\tthis.outro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendRight');\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst cloned = new MagicString(this.original, { filename: this.filename });\n\n\t\tlet originalChunk = this.firstChunk;\n\t\tlet clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone());\n\n\t\twhile (originalChunk) {\n\t\t\tcloned.byStart[clonedChunk.start] = clonedChunk;\n\t\t\tcloned.byEnd[clonedChunk.end] = clonedChunk;\n\n\t\t\tconst nextOriginalChunk = originalChunk.next;\n\t\t\tconst nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone();\n\n\t\t\tif (nextClonedChunk) {\n\t\t\t\tclonedChunk.next = nextClonedChunk;\n\t\t\t\tnextClonedChunk.previous = clonedChunk;\n\n\t\t\t\tclonedChunk = nextClonedChunk;\n\t\t\t}\n\n\t\t\toriginalChunk = nextOriginalChunk;\n\t\t}\n\n\t\tcloned.lastChunk = clonedChunk;\n\n\t\tif (this.indentExclusionRanges) {\n\t\t\tcloned.indentExclusionRanges = this.indentExclusionRanges.slice();\n\t\t}\n\n\t\tObject.keys(this.sourcemapLocations).forEach(loc => {\n\t\t\tcloned.sourcemapLocations[loc] = true;\n\t\t});\n\n\t\treturn cloned;\n\t}\n\n\tgenerateDecodedMap(options) {\n\t\toptions = options || {};\n\n\t\tconst sourceIndex = 0;\n\t\tconst names = Object.keys(this.storedNames);\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tconst locate = getLocator(this.original);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.firstChunk.eachNext(chunk => {\n\t\t\tconst loc = locate(chunk.start);\n\n\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tmappings.addEdit(\n\t\t\t\t\tsourceIndex,\n\t\t\t\t\tchunk.content,\n\t\t\t\t\tloc,\n\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tmappings.addUneditedChunk(sourceIndex, chunk, this.original, loc, this.sourcemapLocations);\n\t\t\t}\n\n\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: [options.source ? getRelativePath(options.file || '', options.source) : null],\n\t\t\tsourcesContent: options.includeContent ? [this.original] : [null],\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\treturn this.indentStr === null ? '\\t' : this.indentStr;\n\t}\n\n\tindent(indentStr, options) {\n\t\tconst pattern = /^[^\\r\\n]/gm;\n\n\t\tif (isObject(indentStr)) {\n\t\t\toptions = indentStr;\n\t\t\tindentStr = undefined;\n\t\t}\n\n\t\tindentStr = indentStr !== undefined ? indentStr : this.indentStr || '\\t';\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\toptions = options || {};\n\n\t\t// Process exclusion ranges\n\t\tconst isExcluded = {};\n\n\t\tif (options.exclude) {\n\t\t\tconst exclusions =\n\t\t\t\ttypeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude;\n\t\t\texclusions.forEach(exclusion => {\n\t\t\t\tfor (let i = exclusion[0]; i < exclusion[1]; i += 1) {\n\t\t\t\t\tisExcluded[i] = true;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tlet shouldIndentNextCharacter = options.indentStart !== false;\n\t\tconst replacer = match => {\n\t\t\tif (shouldIndentNextCharacter) return `${indentStr}${match}`;\n\t\t\tshouldIndentNextCharacter = true;\n\t\t\treturn match;\n\t\t};\n\n\t\tthis.intro = this.intro.replace(pattern, replacer);\n\n\t\tlet charIndex = 0;\n\t\tlet chunk = this.firstChunk;\n\n\t\twhile (chunk) {\n\t\t\tconst end = chunk.end;\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\tchunk.content = chunk.content.replace(pattern, replacer);\n\n\t\t\t\t\tif (chunk.content.length) {\n\t\t\t\t\t\tshouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\\n';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcharIndex = chunk.start;\n\n\t\t\t\twhile (charIndex < end) {\n\t\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\t\tconst char = this.original[charIndex];\n\n\t\t\t\t\t\tif (char === '\\n') {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = true;\n\t\t\t\t\t\t} else if (char !== '\\r' && shouldIndentNextCharacter) {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = false;\n\n\t\t\t\t\t\t\tif (charIndex === chunk.start) {\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis._splitChunk(chunk, charIndex);\n\t\t\t\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcharIndex += 1;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tcharIndex = chunk.end;\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tthis.outro = this.outro.replace(pattern, replacer);\n\n\t\treturn this;\n\t}\n\n\tinsert() {\n\t\tthrow new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)');\n\t}\n\n\tinsertLeft(index, content) {\n\t\tif (!warned.insertLeft) {\n\t\t\tconsole.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertLeft = true;\n\t\t}\n\n\t\treturn this.appendLeft(index, content);\n\t}\n\n\tinsertRight(index, content) {\n\t\tif (!warned.insertRight) {\n\t\t\tconsole.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertRight = true;\n\t\t}\n\n\t\treturn this.prependRight(index, content);\n\t}\n\n\tmove(start, end, index) {\n\t\tif (index >= start && index <= end) throw new Error('Cannot move a selection inside itself');\n\n\t\tif (DEBUG) this.stats.time('move');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\t\tthis._split(index);\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tconst oldLeft = first.previous;\n\t\tconst oldRight = last.next;\n\n\t\tconst newRight = this.byStart[index];\n\t\tif (!newRight && last === this.lastChunk) return this;\n\t\tconst newLeft = newRight ? newRight.previous : this.lastChunk;\n\n\t\tif (oldLeft) oldLeft.next = oldRight;\n\t\tif (oldRight) oldRight.previous = oldLeft;\n\n\t\tif (newLeft) newLeft.next = first;\n\t\tif (newRight) newRight.previous = last;\n\n\t\tif (!first.previous) this.firstChunk = last.next;\n\t\tif (!last.next) {\n\t\t\tthis.lastChunk = first.previous;\n\t\t\tthis.lastChunk.next = null;\n\t\t}\n\n\t\tfirst.previous = newLeft;\n\t\tlast.next = newRight || null;\n\n\t\tif (!newLeft) this.firstChunk = first;\n\t\tif (!newRight) this.lastChunk = last;\n\n\t\tif (DEBUG) this.stats.timeEnd('move');\n\t\treturn this;\n\t}\n\n\toverwrite(start, end, content, options) {\n\t\tif (typeof content !== 'string') throw new TypeError('replacement content must be a string');\n\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (end > this.original.length) throw new Error('end is out of bounds');\n\t\tif (start === end)\n\t\t\tthrow new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead');\n\n\t\tif (DEBUG) this.stats.time('overwrite');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tif (options === true) {\n\t\t\tif (!warned.storeName) {\n\t\t\t\tconsole.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console\n\t\t\t\twarned.storeName = true;\n\t\t\t}\n\n\t\t\toptions = { storeName: true };\n\t\t}\n\t\tconst storeName = options !== undefined ? options.storeName : false;\n\t\tconst contentOnly = options !== undefined ? options.contentOnly : false;\n\n\t\tif (storeName) {\n\t\t\tconst original = this.original.slice(start, end);\n\t\t\tthis.storedNames[original] = true;\n\t\t}\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tif (first) {\n\t\t\tif (end > first.end && first.next !== this.byStart[first.end]) {\n\t\t\t\tthrow new Error('Cannot overwrite across a split point');\n\t\t\t}\n\n\t\t\tfirst.edit(content, storeName, contentOnly);\n\n\t\t\tif (first !== last) {\n\t\t\t\tlet chunk = first.next;\n\t\t\t\twhile (chunk !== last) {\n\t\t\t\t\tchunk.edit('', false);\n\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tchunk.edit('', false);\n\t\t\t}\n\t\t} else {\n\t\t\t// must be inserting at the end\n\t\t\tconst newChunk = new Chunk(start, end, '').edit(content, storeName);\n\n\t\t\t// TODO last chunk in the array may not be the last chunk, if it's moved...\n\t\t\tlast.next = newChunk;\n\t\t\tnewChunk.previous = last;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('overwrite');\n\t\treturn this;\n\t}\n\n\tprepend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.intro = content + this.intro;\n\t\treturn this;\n\t}\n\n\tprependLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependLeft(content);\n\t\t} else {\n\t\t\tthis.intro = content + this.intro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tprependRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependRight(content);\n\t\t} else {\n\t\t\tthis.outro = content + this.outro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tremove(start, end) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (start === end) return this;\n\n\t\tif (start < 0 || end > this.original.length) throw new Error('Character is out of bounds');\n\t\tif (start > end) throw new Error('end must be greater than start');\n\n\t\tif (DEBUG) this.stats.time('remove');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tlet chunk = this.byStart[start];\n\n\t\twhile (chunk) {\n\t\t\tchunk.intro = '';\n\t\t\tchunk.outro = '';\n\t\t\tchunk.edit('');\n\n\t\t\tchunk = end > chunk.end ? this.byStart[chunk.end] : null;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('remove');\n\t\treturn this;\n\t}\n\n\tlastChar() {\n\t\tif (this.outro.length)\n\t\t\treturn this.outro[this.outro.length - 1];\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length)\n\t\t\t\treturn chunk.outro[chunk.outro.length - 1];\n\t\t\tif (chunk.content.length)\n\t\t\t\treturn chunk.content[chunk.content.length - 1];\n\t\t\tif (chunk.intro.length)\n\t\t\t\treturn chunk.intro[chunk.intro.length - 1];\n\t\t} while (chunk = chunk.previous);\n\t\tif (this.intro.length)\n\t\t\treturn this.intro[this.intro.length - 1];\n\t\treturn '';\n\t}\n\n\tlastLine() {\n\t\tlet lineIndex = this.outro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.outro.substr(lineIndex + 1);\n\t\tlet lineStr = this.outro;\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length > 0) {\n\t\t\t\tlineIndex = chunk.outro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.outro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.outro + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.content.length > 0) {\n\t\t\t\tlineIndex = chunk.content.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.content.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.content + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.intro.length > 0) {\n\t\t\t\tlineIndex = chunk.intro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.intro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.intro + lineStr;\n\t\t\t}\n\t\t} while (chunk = chunk.previous);\n\t\tlineIndex = this.intro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.intro.substr(lineIndex + 1) + lineStr;\n\t\treturn this.intro + lineStr;\n\t}\n\n\tslice(start = 0, end = this.original.length) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tlet result = '';\n\n\t\t// find start chunk\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk && (chunk.start > start || chunk.end <= start)) {\n\t\t\t// found end chunk before start\n\t\t\tif (chunk.start < end && chunk.end >= end) {\n\t\t\t\treturn result;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tif (chunk && chunk.edited && chunk.start !== start)\n\t\t\tthrow new Error(`Cannot use replaced character ${start} as slice start anchor.`);\n\n\t\tconst startChunk = chunk;\n\t\twhile (chunk) {\n\t\t\tif (chunk.intro && (startChunk !== chunk || chunk.start === start)) {\n\t\t\t\tresult += chunk.intro;\n\t\t\t}\n\n\t\t\tconst containsEnd = chunk.start < end && chunk.end >= end;\n\t\t\tif (containsEnd && chunk.edited && chunk.end !== end)\n\t\t\t\tthrow new Error(`Cannot use replaced character ${end} as slice end anchor.`);\n\n\t\t\tconst sliceStart = startChunk === chunk ? start - chunk.start : 0;\n\t\t\tconst sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length;\n\n\t\t\tresult += chunk.content.slice(sliceStart, sliceEnd);\n\n\t\t\tif (chunk.outro && (!containsEnd || chunk.end === end)) {\n\t\t\t\tresult += chunk.outro;\n\t\t\t}\n\n\t\t\tif (containsEnd) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn result;\n\t}\n\n\t// TODO deprecate this? not really very useful\n\tsnip(start, end) {\n\t\tconst clone = this.clone();\n\t\tclone.remove(0, start);\n\t\tclone.remove(end, clone.original.length);\n\n\t\treturn clone;\n\t}\n\n\t_split(index) {\n\t\tif (this.byStart[index] || this.byEnd[index]) return;\n\n\t\tif (DEBUG) this.stats.time('_split');\n\n\t\tlet chunk = this.lastSearchedChunk;\n\t\tconst searchForward = index > chunk.end;\n\n\t\twhile (chunk) {\n\t\t\tif (chunk.contains(index)) return this._splitChunk(chunk, index);\n\n\t\t\tchunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start];\n\t\t}\n\t}\n\n\t_splitChunk(chunk, index) {\n\t\tif (chunk.edited && chunk.content.length) {\n\t\t\t// zero-length edited chunks are a special case (overlapping replacements)\n\t\t\tconst loc = getLocator(this.original)(index);\n\t\t\tthrow new Error(\n\t\t\t\t`Cannot split a chunk that has already been edited (${loc.line}:${loc.column} – \"${\n\t\t\t\t\tchunk.original\n\t\t\t\t}\")`\n\t\t\t);\n\t\t}\n\n\t\tconst newChunk = chunk.split(index);\n\n\t\tthis.byEnd[index] = chunk;\n\t\tthis.byStart[index] = newChunk;\n\t\tthis.byEnd[newChunk.end] = newChunk;\n\n\t\tif (chunk === this.lastChunk) this.lastChunk = newChunk;\n\n\t\tthis.lastSearchedChunk = chunk;\n\t\tif (DEBUG) this.stats.timeEnd('_split');\n\t\treturn true;\n\t}\n\n\ttoString() {\n\t\tlet str = this.intro;\n\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk) {\n\t\t\tstr += chunk.toString();\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn str + this.outro;\n\t}\n\n\tisEmpty() {\n\t\tlet chunk = this.firstChunk;\n\t\tdo {\n\t\t\tif (chunk.intro.length && chunk.intro.trim() ||\n\t\t\t\t\tchunk.content.length && chunk.content.trim() ||\n\t\t\t\t\tchunk.outro.length && chunk.outro.trim())\n\t\t\t\treturn false;\n\t\t} while (chunk = chunk.next);\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\tlet chunk = this.firstChunk;\n\t\tlet length = 0;\n\t\tdo {\n\t\t\tlength += chunk.intro.length + chunk.content.length + chunk.outro.length;\n\t\t} while (chunk = chunk.next);\n\t\treturn length;\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimEndAborted(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tlet chunk = this.lastChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimEnd(rx);\n\n\t\t\t// if chunk was trimmed, we have a new lastChunk\n\t\t\tif (chunk.end !== end) {\n\t\t\t\tif (this.lastChunk === chunk) {\n\t\t\t\t\tthis.lastChunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.previous;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimEnd(charType) {\n\t\tthis.trimEndAborted(charType);\n\t\treturn this;\n\t}\n\ttrimStartAborted(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tlet chunk = this.firstChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimStart(rx);\n\n\t\t\tif (chunk.end !== end) {\n\t\t\t\t// special case...\n\t\t\t\tif (chunk === this.lastChunk) this.lastChunk = chunk.next;\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.next;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimStart(charType) {\n\t\tthis.trimStartAborted(charType);\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport SourceMap from './SourceMap.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\n\nconst hasOwnProp = Object.prototype.hasOwnProperty;\n\nexport default class Bundle {\n\tconstructor(options = {}) {\n\t\tthis.intro = options.intro || '';\n\t\tthis.separator = options.separator !== undefined ? options.separator : '\\n';\n\t\tthis.sources = [];\n\t\tthis.uniqueSources = [];\n\t\tthis.uniqueSourceIndexByFilename = {};\n\t}\n\n\taddSource(source) {\n\t\tif (source instanceof MagicString) {\n\t\t\treturn this.addSource({\n\t\t\t\tcontent: source,\n\t\t\t\tfilename: source.filename,\n\t\t\t\tseparator: this.separator\n\t\t\t});\n\t\t}\n\n\t\tif (!isObject(source) || !source.content) {\n\t\t\tthrow new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`');\n\t\t}\n\n\t\t['filename', 'indentExclusionRanges', 'separator'].forEach(option => {\n\t\t\tif (!hasOwnProp.call(source, option)) source[option] = source.content[option];\n\t\t});\n\n\t\tif (source.separator === undefined) {\n\t\t\t// TODO there's a bunch of this sort of thing, needs cleaning up\n\t\t\tsource.separator = this.separator;\n\t\t}\n\n\t\tif (source.filename) {\n\t\t\tif (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) {\n\t\t\t\tthis.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length;\n\t\t\t\tthis.uniqueSources.push({ filename: source.filename, content: source.content.original });\n\t\t\t} else {\n\t\t\t\tconst uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]];\n\t\t\t\tif (source.content.original !== uniqueSource.content) {\n\t\t\t\t\tthrow new Error(`Illegal source: same filename (${source.filename}), different contents`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.sources.push(source);\n\t\treturn this;\n\t}\n\n\tappend(str, options) {\n\t\tthis.addSource({\n\t\t\tcontent: new MagicString(str),\n\t\t\tseparator: (options && options.separator) || ''\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst bundle = new Bundle({\n\t\t\tintro: this.intro,\n\t\t\tseparator: this.separator\n\t\t});\n\n\t\tthis.sources.forEach(source => {\n\t\t\tbundle.addSource({\n\t\t\t\tfilename: source.filename,\n\t\t\t\tcontent: source.content.clone(),\n\t\t\t\tseparator: source.separator\n\t\t\t});\n\t\t});\n\n\t\treturn bundle;\n\t}\n\n\tgenerateDecodedMap(options = {}) {\n\t\tconst names = [];\n\t\tthis.sources.forEach(source => {\n\t\t\tObject.keys(source.content.storedNames).forEach(name => {\n\t\t\t\tif (!~names.indexOf(name)) names.push(name);\n\t\t\t});\n\t\t});\n\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tif (i > 0) {\n\t\t\t\tmappings.advance(this.separator);\n\t\t\t}\n\n\t\t\tconst sourceIndex = source.filename ? this.uniqueSourceIndexByFilename[source.filename] : -1;\n\t\t\tconst magicString = source.content;\n\t\t\tconst locate = getLocator(magicString.original);\n\n\t\t\tif (magicString.intro) {\n\t\t\t\tmappings.advance(magicString.intro);\n\t\t\t}\n\n\t\t\tmagicString.firstChunk.eachNext(chunk => {\n\t\t\t\tconst loc = locate(chunk.start);\n\n\t\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\t\tif (source.filename) {\n\t\t\t\t\tif (chunk.edited) {\n\t\t\t\t\t\tmappings.addEdit(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk.content,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t\t\t);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmappings.addUneditedChunk(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk,\n\t\t\t\t\t\t\tmagicString.original,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tmagicString.sourcemapLocations\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tmappings.advance(chunk.content);\n\t\t\t\t}\n\n\t\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t\t});\n\n\t\t\tif (magicString.outro) {\n\t\t\t\tmappings.advance(magicString.outro);\n\t\t\t}\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: this.uniqueSources.map(source => {\n\t\t\t\treturn options.file ? getRelativePath(options.file, source.filename) : source.filename;\n\t\t\t}),\n\t\t\tsourcesContent: this.uniqueSources.map(source => {\n\t\t\t\treturn options.includeContent ? source.content : null;\n\t\t\t}),\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\tconst indentStringCounts = {};\n\n\t\tthis.sources.forEach(source => {\n\t\t\tconst indentStr = source.content.indentStr;\n\n\t\t\tif (indentStr === null) return;\n\n\t\t\tif (!indentStringCounts[indentStr]) indentStringCounts[indentStr] = 0;\n\t\t\tindentStringCounts[indentStr] += 1;\n\t\t});\n\n\t\treturn (\n\t\t\tObject.keys(indentStringCounts).sort((a, b) => {\n\t\t\t\treturn indentStringCounts[a] - indentStringCounts[b];\n\t\t\t})[0] || '\\t'\n\t\t);\n\t}\n\n\tindent(indentStr) {\n\t\tif (!arguments.length) {\n\t\t\tindentStr = this.getIndentString();\n\t\t}\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\tlet trailingNewline = !this.intro || this.intro.slice(-1) === '\\n';\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\tconst indentStart = trailingNewline || (i > 0 && /\\r?\\n$/.test(separator));\n\n\t\t\tsource.content.indent(indentStr, {\n\t\t\t\texclude: source.indentExclusionRanges,\n\t\t\t\tindentStart //: trailingNewline || /\\r?\\n$/.test( separator ) //true///\\r?\\n/.test( separator )\n\t\t\t});\n\n\t\t\ttrailingNewline = source.content.lastChar() === '\\n';\n\t\t});\n\n\t\tif (this.intro) {\n\t\t\tthis.intro =\n\t\t\t\tindentStr +\n\t\t\t\tthis.intro.replace(/^[^\\n]/gm, (match, index) => {\n\t\t\t\t\treturn index > 0 ? indentStr + match : match;\n\t\t\t\t});\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tprepend(str) {\n\t\tthis.intro = str + this.intro;\n\t\treturn this;\n\t}\n\n\ttoString() {\n\t\tconst body = this.sources\n\t\t\t.map((source, i) => {\n\t\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\t\tconst str = (i > 0 ? separator : '') + source.content.toString();\n\n\t\t\t\treturn str;\n\t\t\t})\n\t\t\t.join('');\n\n\t\treturn this.intro + body;\n\t}\n\n\tisEmpty () {\n\t\tif (this.intro.length && this.intro.trim())\n\t\t\treturn false;\n\t\tif (this.sources.some(source => !source.content.isEmpty()))\n\t\t\treturn false;\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\treturn this.sources.reduce((length, source) => length + source.content.length(), this.intro.length);\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimStart(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\t\tthis.intro = this.intro.replace(rx, '');\n\n\t\tif (!this.intro) {\n\t\t\tlet source;\n\t\t\tlet i = 0;\n\n\t\t\tdo {\n\t\t\t\tsource = this.sources[i++];\n\t\t\t\tif (!source) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} while (!source.content.trimStartAborted(charType));\n\t\t}\n\n\t\treturn this;\n\t}\n\n\ttrimEnd(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tlet source;\n\t\tlet i = this.sources.length - 1;\n\n\t\tdo {\n\t\t\tsource = this.sources[i--];\n\t\t\tif (!source) {\n\t\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\t\tbreak;\n\t\t\t}\n\t\t} while (!source.content.trimEndAborted(charType));\n\n\t\treturn this;\n\t}\n}\n"],"names":["const","let","this"],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js b/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js new file mode 100644 index 0000000..67784df --- /dev/null +++ b/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js @@ -0,0 +1,1354 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : + typeof define === 'function' && define.amd ? define(factory) : + (global = global || self, global.MagicString = factory()); +}(this, function () { 'use strict'; + + var Chunk = function Chunk(start, end, content) { + this.start = start; + this.end = end; + this.original = content; + + this.intro = ''; + this.outro = ''; + + this.content = content; + this.storeName = false; + this.edited = false; + + // we make these non-enumerable, for sanity while debugging + Object.defineProperties(this, { + previous: { writable: true, value: null }, + next: { writable: true, value: null } + }); + }; + + Chunk.prototype.appendLeft = function appendLeft (content) { + this.outro += content; + }; + + Chunk.prototype.appendRight = function appendRight (content) { + this.intro = this.intro + content; + }; + + Chunk.prototype.clone = function clone () { + var chunk = new Chunk(this.start, this.end, this.original); + + chunk.intro = this.intro; + chunk.outro = this.outro; + chunk.content = this.content; + chunk.storeName = this.storeName; + chunk.edited = this.edited; + + return chunk; + }; + + Chunk.prototype.contains = function contains (index) { + return this.start < index && index < this.end; + }; + + Chunk.prototype.eachNext = function eachNext (fn) { + var chunk = this; + while (chunk) { + fn(chunk); + chunk = chunk.next; + } + }; + + Chunk.prototype.eachPrevious = function eachPrevious (fn) { + var chunk = this; + while (chunk) { + fn(chunk); + chunk = chunk.previous; + } + }; + + Chunk.prototype.edit = function edit (content, storeName, contentOnly) { + this.content = content; + if (!contentOnly) { + this.intro = ''; + this.outro = ''; + } + this.storeName = storeName; + + this.edited = true; + + return this; + }; + + Chunk.prototype.prependLeft = function prependLeft (content) { + this.outro = content + this.outro; + }; + + Chunk.prototype.prependRight = function prependRight (content) { + this.intro = content + this.intro; + }; + + Chunk.prototype.split = function split (index) { + var sliceIndex = index - this.start; + + var originalBefore = this.original.slice(0, sliceIndex); + var originalAfter = this.original.slice(sliceIndex); + + this.original = originalBefore; + + var newChunk = new Chunk(index, this.end, originalAfter); + newChunk.outro = this.outro; + this.outro = ''; + + this.end = index; + + if (this.edited) { + // TODO is this block necessary?... + newChunk.edit('', false); + this.content = ''; + } else { + this.content = originalBefore; + } + + newChunk.next = this.next; + if (newChunk.next) { newChunk.next.previous = newChunk; } + newChunk.previous = this; + this.next = newChunk; + + return newChunk; + }; + + Chunk.prototype.toString = function toString () { + return this.intro + this.content + this.outro; + }; + + Chunk.prototype.trimEnd = function trimEnd (rx) { + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + + var trimmed = this.content.replace(rx, ''); + + if (trimmed.length) { + if (trimmed !== this.content) { + this.split(this.start + trimmed.length).edit('', undefined, true); + } + return true; + + } else { + this.edit('', undefined, true); + + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + } + }; + + Chunk.prototype.trimStart = function trimStart (rx) { + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + + var trimmed = this.content.replace(rx, ''); + + if (trimmed.length) { + if (trimmed !== this.content) { + this.split(this.end - trimmed.length); + this.edit('', undefined, true); + } + return true; + + } else { + this.edit('', undefined, true); + + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + } + }; + + var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; + function encode(decoded) { + var sourceFileIndex = 0; // second field + var sourceCodeLine = 0; // third field + var sourceCodeColumn = 0; // fourth field + var nameIndex = 0; // fifth field + var mappings = ''; + for (var i = 0; i < decoded.length; i++) { + var line = decoded[i]; + if (i > 0) + mappings += ';'; + if (line.length === 0) + continue; + var generatedCodeColumn = 0; // first field + var lineMappings = []; + for (var _i = 0, line_1 = line; _i < line_1.length; _i++) { + var segment = line_1[_i]; + var segmentMappings = encodeInteger(segment[0] - generatedCodeColumn); + generatedCodeColumn = segment[0]; + if (segment.length > 1) { + segmentMappings += + encodeInteger(segment[1] - sourceFileIndex) + + encodeInteger(segment[2] - sourceCodeLine) + + encodeInteger(segment[3] - sourceCodeColumn); + sourceFileIndex = segment[1]; + sourceCodeLine = segment[2]; + sourceCodeColumn = segment[3]; + } + if (segment.length === 5) { + segmentMappings += encodeInteger(segment[4] - nameIndex); + nameIndex = segment[4]; + } + lineMappings.push(segmentMappings); + } + mappings += lineMappings.join(','); + } + return mappings; + } + function encodeInteger(num) { + var result = ''; + num = num < 0 ? (-num << 1) | 1 : num << 1; + do { + var clamped = num & 31; + num >>= 5; + if (num > 0) { + clamped |= 32; + } + result += chars[clamped]; + } while (num > 0); + return result; + } + + var btoa = function () { + throw new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.'); + }; + if (typeof window !== 'undefined' && typeof window.btoa === 'function') { + btoa = function (str) { return window.btoa(unescape(encodeURIComponent(str))); }; + } else if (typeof Buffer === 'function') { + btoa = function (str) { return Buffer.from(str, 'utf-8').toString('base64'); }; + } + + var SourceMap = function SourceMap(properties) { + this.version = 3; + this.file = properties.file; + this.sources = properties.sources; + this.sourcesContent = properties.sourcesContent; + this.names = properties.names; + this.mappings = encode(properties.mappings); + }; + + SourceMap.prototype.toString = function toString () { + return JSON.stringify(this); + }; + + SourceMap.prototype.toUrl = function toUrl () { + return 'data:application/json;charset=utf-8;base64,' + btoa(this.toString()); + }; + + function guessIndent(code) { + var lines = code.split('\n'); + + var tabbed = lines.filter(function (line) { return /^\t+/.test(line); }); + var spaced = lines.filter(function (line) { return /^ {2,}/.test(line); }); + + if (tabbed.length === 0 && spaced.length === 0) { + return null; + } + + // More lines tabbed than spaced? Assume tabs, and + // default to tabs in the case of a tie (or nothing + // to go on) + if (tabbed.length >= spaced.length) { + return '\t'; + } + + // Otherwise, we need to guess the multiple + var min = spaced.reduce(function (previous, current) { + var numSpaces = /^ +/.exec(current)[0].length; + return Math.min(numSpaces, previous); + }, Infinity); + + return new Array(min + 1).join(' '); + } + + function getRelativePath(from, to) { + var fromParts = from.split(/[/\\]/); + var toParts = to.split(/[/\\]/); + + fromParts.pop(); // get dirname + + while (fromParts[0] === toParts[0]) { + fromParts.shift(); + toParts.shift(); + } + + if (fromParts.length) { + var i = fromParts.length; + while (i--) { fromParts[i] = '..'; } + } + + return fromParts.concat(toParts).join('/'); + } + + var toString = Object.prototype.toString; + + function isObject(thing) { + return toString.call(thing) === '[object Object]'; + } + + function getLocator(source) { + var originalLines = source.split('\n'); + var lineOffsets = []; + + for (var i = 0, pos = 0; i < originalLines.length; i++) { + lineOffsets.push(pos); + pos += originalLines[i].length + 1; + } + + return function locate(index) { + var i = 0; + var j = lineOffsets.length; + while (i < j) { + var m = (i + j) >> 1; + if (index < lineOffsets[m]) { + j = m; + } else { + i = m + 1; + } + } + var line = i - 1; + var column = index - lineOffsets[line]; + return { line: line, column: column }; + }; + } + + var Mappings = function Mappings(hires) { + this.hires = hires; + this.generatedCodeLine = 0; + this.generatedCodeColumn = 0; + this.raw = []; + this.rawSegments = this.raw[this.generatedCodeLine] = []; + this.pending = null; + }; + + Mappings.prototype.addEdit = function addEdit (sourceIndex, content, loc, nameIndex) { + if (content.length) { + var segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; + if (nameIndex >= 0) { + segment.push(nameIndex); + } + this.rawSegments.push(segment); + } else if (this.pending) { + this.rawSegments.push(this.pending); + } + + this.advance(content); + this.pending = null; + }; + + Mappings.prototype.addUneditedChunk = function addUneditedChunk (sourceIndex, chunk, original, loc, sourcemapLocations) { + var originalCharIndex = chunk.start; + var first = true; + + while (originalCharIndex < chunk.end) { + if (this.hires || first || sourcemapLocations[originalCharIndex]) { + this.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]); + } + + if (original[originalCharIndex] === '\n') { + loc.line += 1; + loc.column = 0; + this.generatedCodeLine += 1; + this.raw[this.generatedCodeLine] = this.rawSegments = []; + this.generatedCodeColumn = 0; + } else { + loc.column += 1; + this.generatedCodeColumn += 1; + } + + originalCharIndex += 1; + first = false; + } + + this.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; + }; + + Mappings.prototype.advance = function advance (str) { + if (!str) { return; } + + var lines = str.split('\n'); + + if (lines.length > 1) { + for (var i = 0; i < lines.length - 1; i++) { + this.generatedCodeLine++; + this.raw[this.generatedCodeLine] = this.rawSegments = []; + } + this.generatedCodeColumn = 0; + } + + this.generatedCodeColumn += lines[lines.length - 1].length; + }; + + var n = '\n'; + + var warned = { + insertLeft: false, + insertRight: false, + storeName: false + }; + + var MagicString = function MagicString(string, options) { + if ( options === void 0 ) options = {}; + + var chunk = new Chunk(0, string.length, string); + + Object.defineProperties(this, { + original: { writable: true, value: string }, + outro: { writable: true, value: '' }, + intro: { writable: true, value: '' }, + firstChunk: { writable: true, value: chunk }, + lastChunk: { writable: true, value: chunk }, + lastSearchedChunk: { writable: true, value: chunk }, + byStart: { writable: true, value: {} }, + byEnd: { writable: true, value: {} }, + filename: { writable: true, value: options.filename }, + indentExclusionRanges: { writable: true, value: options.indentExclusionRanges }, + sourcemapLocations: { writable: true, value: {} }, + storedNames: { writable: true, value: {} }, + indentStr: { writable: true, value: guessIndent(string) } + }); + + this.byStart[0] = chunk; + this.byEnd[string.length] = chunk; + }; + + MagicString.prototype.addSourcemapLocation = function addSourcemapLocation (char) { + this.sourcemapLocations[char] = true; + }; + + MagicString.prototype.append = function append (content) { + if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } + + this.outro += content; + return this; + }; + + MagicString.prototype.appendLeft = function appendLeft (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byEnd[index]; + + if (chunk) { + chunk.appendLeft(content); + } else { + this.intro += content; + } + return this; + }; + + MagicString.prototype.appendRight = function appendRight (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byStart[index]; + + if (chunk) { + chunk.appendRight(content); + } else { + this.outro += content; + } + return this; + }; + + MagicString.prototype.clone = function clone () { + var cloned = new MagicString(this.original, { filename: this.filename }); + + var originalChunk = this.firstChunk; + var clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone()); + + while (originalChunk) { + cloned.byStart[clonedChunk.start] = clonedChunk; + cloned.byEnd[clonedChunk.end] = clonedChunk; + + var nextOriginalChunk = originalChunk.next; + var nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone(); + + if (nextClonedChunk) { + clonedChunk.next = nextClonedChunk; + nextClonedChunk.previous = clonedChunk; + + clonedChunk = nextClonedChunk; + } + + originalChunk = nextOriginalChunk; + } + + cloned.lastChunk = clonedChunk; + + if (this.indentExclusionRanges) { + cloned.indentExclusionRanges = this.indentExclusionRanges.slice(); + } + + Object.keys(this.sourcemapLocations).forEach(function (loc) { + cloned.sourcemapLocations[loc] = true; + }); + + return cloned; + }; + + MagicString.prototype.generateDecodedMap = function generateDecodedMap (options) { + var this$1 = this; + + options = options || {}; + + var sourceIndex = 0; + var names = Object.keys(this.storedNames); + var mappings = new Mappings(options.hires); + + var locate = getLocator(this.original); + + if (this.intro) { + mappings.advance(this.intro); + } + + this.firstChunk.eachNext(function (chunk) { + var loc = locate(chunk.start); + + if (chunk.intro.length) { mappings.advance(chunk.intro); } + + if (chunk.edited) { + mappings.addEdit( + sourceIndex, + chunk.content, + loc, + chunk.storeName ? names.indexOf(chunk.original) : -1 + ); + } else { + mappings.addUneditedChunk(sourceIndex, chunk, this$1.original, loc, this$1.sourcemapLocations); + } + + if (chunk.outro.length) { mappings.advance(chunk.outro); } + }); + + return { + file: options.file ? options.file.split(/[/\\]/).pop() : null, + sources: [options.source ? getRelativePath(options.file || '', options.source) : null], + sourcesContent: options.includeContent ? [this.original] : [null], + names: names, + mappings: mappings.raw + }; + }; + + MagicString.prototype.generateMap = function generateMap (options) { + return new SourceMap(this.generateDecodedMap(options)); + }; + + MagicString.prototype.getIndentString = function getIndentString () { + return this.indentStr === null ? '\t' : this.indentStr; + }; + + MagicString.prototype.indent = function indent (indentStr, options) { + var pattern = /^[^\r\n]/gm; + + if (isObject(indentStr)) { + options = indentStr; + indentStr = undefined; + } + + indentStr = indentStr !== undefined ? indentStr : this.indentStr || '\t'; + + if (indentStr === '') { return this; } // noop + + options = options || {}; + + // Process exclusion ranges + var isExcluded = {}; + + if (options.exclude) { + var exclusions = + typeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude; + exclusions.forEach(function (exclusion) { + for (var i = exclusion[0]; i < exclusion[1]; i += 1) { + isExcluded[i] = true; + } + }); + } + + var shouldIndentNextCharacter = options.indentStart !== false; + var replacer = function (match) { + if (shouldIndentNextCharacter) { return ("" + indentStr + match); } + shouldIndentNextCharacter = true; + return match; + }; + + this.intro = this.intro.replace(pattern, replacer); + + var charIndex = 0; + var chunk = this.firstChunk; + + while (chunk) { + var end = chunk.end; + + if (chunk.edited) { + if (!isExcluded[charIndex]) { + chunk.content = chunk.content.replace(pattern, replacer); + + if (chunk.content.length) { + shouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\n'; + } + } + } else { + charIndex = chunk.start; + + while (charIndex < end) { + if (!isExcluded[charIndex]) { + var char = this.original[charIndex]; + + if (char === '\n') { + shouldIndentNextCharacter = true; + } else if (char !== '\r' && shouldIndentNextCharacter) { + shouldIndentNextCharacter = false; + + if (charIndex === chunk.start) { + chunk.prependRight(indentStr); + } else { + this._splitChunk(chunk, charIndex); + chunk = chunk.next; + chunk.prependRight(indentStr); + } + } + } + + charIndex += 1; + } + } + + charIndex = chunk.end; + chunk = chunk.next; + } + + this.outro = this.outro.replace(pattern, replacer); + + return this; + }; + + MagicString.prototype.insert = function insert () { + throw new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)'); + }; + + MagicString.prototype.insertLeft = function insertLeft (index, content) { + if (!warned.insertLeft) { + console.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console + warned.insertLeft = true; + } + + return this.appendLeft(index, content); + }; + + MagicString.prototype.insertRight = function insertRight (index, content) { + if (!warned.insertRight) { + console.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console + warned.insertRight = true; + } + + return this.prependRight(index, content); + }; + + MagicString.prototype.move = function move (start, end, index) { + if (index >= start && index <= end) { throw new Error('Cannot move a selection inside itself'); } + + this._split(start); + this._split(end); + this._split(index); + + var first = this.byStart[start]; + var last = this.byEnd[end]; + + var oldLeft = first.previous; + var oldRight = last.next; + + var newRight = this.byStart[index]; + if (!newRight && last === this.lastChunk) { return this; } + var newLeft = newRight ? newRight.previous : this.lastChunk; + + if (oldLeft) { oldLeft.next = oldRight; } + if (oldRight) { oldRight.previous = oldLeft; } + + if (newLeft) { newLeft.next = first; } + if (newRight) { newRight.previous = last; } + + if (!first.previous) { this.firstChunk = last.next; } + if (!last.next) { + this.lastChunk = first.previous; + this.lastChunk.next = null; + } + + first.previous = newLeft; + last.next = newRight || null; + + if (!newLeft) { this.firstChunk = first; } + if (!newRight) { this.lastChunk = last; } + return this; + }; + + MagicString.prototype.overwrite = function overwrite (start, end, content, options) { + if (typeof content !== 'string') { throw new TypeError('replacement content must be a string'); } + + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + if (end > this.original.length) { throw new Error('end is out of bounds'); } + if (start === end) + { throw new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead'); } + + this._split(start); + this._split(end); + + if (options === true) { + if (!warned.storeName) { + console.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console + warned.storeName = true; + } + + options = { storeName: true }; + } + var storeName = options !== undefined ? options.storeName : false; + var contentOnly = options !== undefined ? options.contentOnly : false; + + if (storeName) { + var original = this.original.slice(start, end); + this.storedNames[original] = true; + } + + var first = this.byStart[start]; + var last = this.byEnd[end]; + + if (first) { + if (end > first.end && first.next !== this.byStart[first.end]) { + throw new Error('Cannot overwrite across a split point'); + } + + first.edit(content, storeName, contentOnly); + + if (first !== last) { + var chunk = first.next; + while (chunk !== last) { + chunk.edit('', false); + chunk = chunk.next; + } + + chunk.edit('', false); + } + } else { + // must be inserting at the end + var newChunk = new Chunk(start, end, '').edit(content, storeName); + + // TODO last chunk in the array may not be the last chunk, if it's moved... + last.next = newChunk; + newChunk.previous = last; + } + return this; + }; + + MagicString.prototype.prepend = function prepend (content) { + if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } + + this.intro = content + this.intro; + return this; + }; + + MagicString.prototype.prependLeft = function prependLeft (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byEnd[index]; + + if (chunk) { + chunk.prependLeft(content); + } else { + this.intro = content + this.intro; + } + return this; + }; + + MagicString.prototype.prependRight = function prependRight (index, content) { + if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } + + this._split(index); + + var chunk = this.byStart[index]; + + if (chunk) { + chunk.prependRight(content); + } else { + this.outro = content + this.outro; + } + return this; + }; + + MagicString.prototype.remove = function remove (start, end) { + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + if (start === end) { return this; } + + if (start < 0 || end > this.original.length) { throw new Error('Character is out of bounds'); } + if (start > end) { throw new Error('end must be greater than start'); } + + this._split(start); + this._split(end); + + var chunk = this.byStart[start]; + + while (chunk) { + chunk.intro = ''; + chunk.outro = ''; + chunk.edit(''); + + chunk = end > chunk.end ? this.byStart[chunk.end] : null; + } + return this; + }; + + MagicString.prototype.lastChar = function lastChar () { + if (this.outro.length) + { return this.outro[this.outro.length - 1]; } + var chunk = this.lastChunk; + do { + if (chunk.outro.length) + { return chunk.outro[chunk.outro.length - 1]; } + if (chunk.content.length) + { return chunk.content[chunk.content.length - 1]; } + if (chunk.intro.length) + { return chunk.intro[chunk.intro.length - 1]; } + } while (chunk = chunk.previous); + if (this.intro.length) + { return this.intro[this.intro.length - 1]; } + return ''; + }; + + MagicString.prototype.lastLine = function lastLine () { + var lineIndex = this.outro.lastIndexOf(n); + if (lineIndex !== -1) + { return this.outro.substr(lineIndex + 1); } + var lineStr = this.outro; + var chunk = this.lastChunk; + do { + if (chunk.outro.length > 0) { + lineIndex = chunk.outro.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.outro.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.outro + lineStr; + } + + if (chunk.content.length > 0) { + lineIndex = chunk.content.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.content.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.content + lineStr; + } + + if (chunk.intro.length > 0) { + lineIndex = chunk.intro.lastIndexOf(n); + if (lineIndex !== -1) + { return chunk.intro.substr(lineIndex + 1) + lineStr; } + lineStr = chunk.intro + lineStr; + } + } while (chunk = chunk.previous); + lineIndex = this.intro.lastIndexOf(n); + if (lineIndex !== -1) + { return this.intro.substr(lineIndex + 1) + lineStr; } + return this.intro + lineStr; + }; + + MagicString.prototype.slice = function slice (start, end) { + if ( start === void 0 ) start = 0; + if ( end === void 0 ) end = this.original.length; + + while (start < 0) { start += this.original.length; } + while (end < 0) { end += this.original.length; } + + var result = ''; + + // find start chunk + var chunk = this.firstChunk; + while (chunk && (chunk.start > start || chunk.end <= start)) { + // found end chunk before start + if (chunk.start < end && chunk.end >= end) { + return result; + } + + chunk = chunk.next; + } + + if (chunk && chunk.edited && chunk.start !== start) + { throw new Error(("Cannot use replaced character " + start + " as slice start anchor.")); } + + var startChunk = chunk; + while (chunk) { + if (chunk.intro && (startChunk !== chunk || chunk.start === start)) { + result += chunk.intro; + } + + var containsEnd = chunk.start < end && chunk.end >= end; + if (containsEnd && chunk.edited && chunk.end !== end) + { throw new Error(("Cannot use replaced character " + end + " as slice end anchor.")); } + + var sliceStart = startChunk === chunk ? start - chunk.start : 0; + var sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length; + + result += chunk.content.slice(sliceStart, sliceEnd); + + if (chunk.outro && (!containsEnd || chunk.end === end)) { + result += chunk.outro; + } + + if (containsEnd) { + break; + } + + chunk = chunk.next; + } + + return result; + }; + + // TODO deprecate this? not really very useful + MagicString.prototype.snip = function snip (start, end) { + var clone = this.clone(); + clone.remove(0, start); + clone.remove(end, clone.original.length); + + return clone; + }; + + MagicString.prototype._split = function _split (index) { + if (this.byStart[index] || this.byEnd[index]) { return; } + + var chunk = this.lastSearchedChunk; + var searchForward = index > chunk.end; + + while (chunk) { + if (chunk.contains(index)) { return this._splitChunk(chunk, index); } + + chunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start]; + } + }; + + MagicString.prototype._splitChunk = function _splitChunk (chunk, index) { + if (chunk.edited && chunk.content.length) { + // zero-length edited chunks are a special case (overlapping replacements) + var loc = getLocator(this.original)(index); + throw new Error( + ("Cannot split a chunk that has already been edited (" + (loc.line) + ":" + (loc.column) + " – \"" + (chunk.original) + "\")") + ); + } + + var newChunk = chunk.split(index); + + this.byEnd[index] = chunk; + this.byStart[index] = newChunk; + this.byEnd[newChunk.end] = newChunk; + + if (chunk === this.lastChunk) { this.lastChunk = newChunk; } + + this.lastSearchedChunk = chunk; + return true; + }; + + MagicString.prototype.toString = function toString () { + var str = this.intro; + + var chunk = this.firstChunk; + while (chunk) { + str += chunk.toString(); + chunk = chunk.next; + } + + return str + this.outro; + }; + + MagicString.prototype.isEmpty = function isEmpty () { + var chunk = this.firstChunk; + do { + if (chunk.intro.length && chunk.intro.trim() || + chunk.content.length && chunk.content.trim() || + chunk.outro.length && chunk.outro.trim()) + { return false; } + } while (chunk = chunk.next); + return true; + }; + + MagicString.prototype.length = function length () { + var chunk = this.firstChunk; + var length = 0; + do { + length += chunk.intro.length + chunk.content.length + chunk.outro.length; + } while (chunk = chunk.next); + return length; + }; + + MagicString.prototype.trimLines = function trimLines () { + return this.trim('[\\r\\n]'); + }; + + MagicString.prototype.trim = function trim (charType) { + return this.trimStart(charType).trimEnd(charType); + }; + + MagicString.prototype.trimEndAborted = function trimEndAborted (charType) { + var rx = new RegExp((charType || '\\s') + '+$'); + + this.outro = this.outro.replace(rx, ''); + if (this.outro.length) { return true; } + + var chunk = this.lastChunk; + + do { + var end = chunk.end; + var aborted = chunk.trimEnd(rx); + + // if chunk was trimmed, we have a new lastChunk + if (chunk.end !== end) { + if (this.lastChunk === chunk) { + this.lastChunk = chunk.next; + } + + this.byEnd[chunk.end] = chunk; + this.byStart[chunk.next.start] = chunk.next; + this.byEnd[chunk.next.end] = chunk.next; + } + + if (aborted) { return true; } + chunk = chunk.previous; + } while (chunk); + + return false; + }; + + MagicString.prototype.trimEnd = function trimEnd (charType) { + this.trimEndAborted(charType); + return this; + }; + MagicString.prototype.trimStartAborted = function trimStartAborted (charType) { + var rx = new RegExp('^' + (charType || '\\s') + '+'); + + this.intro = this.intro.replace(rx, ''); + if (this.intro.length) { return true; } + + var chunk = this.firstChunk; + + do { + var end = chunk.end; + var aborted = chunk.trimStart(rx); + + if (chunk.end !== end) { + // special case... + if (chunk === this.lastChunk) { this.lastChunk = chunk.next; } + + this.byEnd[chunk.end] = chunk; + this.byStart[chunk.next.start] = chunk.next; + this.byEnd[chunk.next.end] = chunk.next; + } + + if (aborted) { return true; } + chunk = chunk.next; + } while (chunk); + + return false; + }; + + MagicString.prototype.trimStart = function trimStart (charType) { + this.trimStartAborted(charType); + return this; + }; + + var hasOwnProp = Object.prototype.hasOwnProperty; + + var Bundle = function Bundle(options) { + if ( options === void 0 ) options = {}; + + this.intro = options.intro || ''; + this.separator = options.separator !== undefined ? options.separator : '\n'; + this.sources = []; + this.uniqueSources = []; + this.uniqueSourceIndexByFilename = {}; + }; + + Bundle.prototype.addSource = function addSource (source) { + if (source instanceof MagicString) { + return this.addSource({ + content: source, + filename: source.filename, + separator: this.separator + }); + } + + if (!isObject(source) || !source.content) { + throw new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`'); + } + + ['filename', 'indentExclusionRanges', 'separator'].forEach(function (option) { + if (!hasOwnProp.call(source, option)) { source[option] = source.content[option]; } + }); + + if (source.separator === undefined) { + // TODO there's a bunch of this sort of thing, needs cleaning up + source.separator = this.separator; + } + + if (source.filename) { + if (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) { + this.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length; + this.uniqueSources.push({ filename: source.filename, content: source.content.original }); + } else { + var uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]]; + if (source.content.original !== uniqueSource.content) { + throw new Error(("Illegal source: same filename (" + (source.filename) + "), different contents")); + } + } + } + + this.sources.push(source); + return this; + }; + + Bundle.prototype.append = function append (str, options) { + this.addSource({ + content: new MagicString(str), + separator: (options && options.separator) || '' + }); + + return this; + }; + + Bundle.prototype.clone = function clone () { + var bundle = new Bundle({ + intro: this.intro, + separator: this.separator + }); + + this.sources.forEach(function (source) { + bundle.addSource({ + filename: source.filename, + content: source.content.clone(), + separator: source.separator + }); + }); + + return bundle; + }; + + Bundle.prototype.generateDecodedMap = function generateDecodedMap (options) { + var this$1 = this; + if ( options === void 0 ) options = {}; + + var names = []; + this.sources.forEach(function (source) { + Object.keys(source.content.storedNames).forEach(function (name) { + if (!~names.indexOf(name)) { names.push(name); } + }); + }); + + var mappings = new Mappings(options.hires); + + if (this.intro) { + mappings.advance(this.intro); + } + + this.sources.forEach(function (source, i) { + if (i > 0) { + mappings.advance(this$1.separator); + } + + var sourceIndex = source.filename ? this$1.uniqueSourceIndexByFilename[source.filename] : -1; + var magicString = source.content; + var locate = getLocator(magicString.original); + + if (magicString.intro) { + mappings.advance(magicString.intro); + } + + magicString.firstChunk.eachNext(function (chunk) { + var loc = locate(chunk.start); + + if (chunk.intro.length) { mappings.advance(chunk.intro); } + + if (source.filename) { + if (chunk.edited) { + mappings.addEdit( + sourceIndex, + chunk.content, + loc, + chunk.storeName ? names.indexOf(chunk.original) : -1 + ); + } else { + mappings.addUneditedChunk( + sourceIndex, + chunk, + magicString.original, + loc, + magicString.sourcemapLocations + ); + } + } else { + mappings.advance(chunk.content); + } + + if (chunk.outro.length) { mappings.advance(chunk.outro); } + }); + + if (magicString.outro) { + mappings.advance(magicString.outro); + } + }); + + return { + file: options.file ? options.file.split(/[/\\]/).pop() : null, + sources: this.uniqueSources.map(function (source) { + return options.file ? getRelativePath(options.file, source.filename) : source.filename; + }), + sourcesContent: this.uniqueSources.map(function (source) { + return options.includeContent ? source.content : null; + }), + names: names, + mappings: mappings.raw + }; + }; + + Bundle.prototype.generateMap = function generateMap (options) { + return new SourceMap(this.generateDecodedMap(options)); + }; + + Bundle.prototype.getIndentString = function getIndentString () { + var indentStringCounts = {}; + + this.sources.forEach(function (source) { + var indentStr = source.content.indentStr; + + if (indentStr === null) { return; } + + if (!indentStringCounts[indentStr]) { indentStringCounts[indentStr] = 0; } + indentStringCounts[indentStr] += 1; + }); + + return ( + Object.keys(indentStringCounts).sort(function (a, b) { + return indentStringCounts[a] - indentStringCounts[b]; + })[0] || '\t' + ); + }; + + Bundle.prototype.indent = function indent (indentStr) { + var this$1 = this; + + if (!arguments.length) { + indentStr = this.getIndentString(); + } + + if (indentStr === '') { return this; } // noop + + var trailingNewline = !this.intro || this.intro.slice(-1) === '\n'; + + this.sources.forEach(function (source, i) { + var separator = source.separator !== undefined ? source.separator : this$1.separator; + var indentStart = trailingNewline || (i > 0 && /\r?\n$/.test(separator)); + + source.content.indent(indentStr, { + exclude: source.indentExclusionRanges, + indentStart: indentStart //: trailingNewline || /\r?\n$/.test( separator ) //true///\r?\n/.test( separator ) + }); + + trailingNewline = source.content.lastChar() === '\n'; + }); + + if (this.intro) { + this.intro = + indentStr + + this.intro.replace(/^[^\n]/gm, function (match, index) { + return index > 0 ? indentStr + match : match; + }); + } + + return this; + }; + + Bundle.prototype.prepend = function prepend (str) { + this.intro = str + this.intro; + return this; + }; + + Bundle.prototype.toString = function toString () { + var this$1 = this; + + var body = this.sources + .map(function (source, i) { + var separator = source.separator !== undefined ? source.separator : this$1.separator; + var str = (i > 0 ? separator : '') + source.content.toString(); + + return str; + }) + .join(''); + + return this.intro + body; + }; + + Bundle.prototype.isEmpty = function isEmpty () { + if (this.intro.length && this.intro.trim()) + { return false; } + if (this.sources.some(function (source) { return !source.content.isEmpty(); })) + { return false; } + return true; + }; + + Bundle.prototype.length = function length () { + return this.sources.reduce(function (length, source) { return length + source.content.length(); }, this.intro.length); + }; + + Bundle.prototype.trimLines = function trimLines () { + return this.trim('[\\r\\n]'); + }; + + Bundle.prototype.trim = function trim (charType) { + return this.trimStart(charType).trimEnd(charType); + }; + + Bundle.prototype.trimStart = function trimStart (charType) { + var rx = new RegExp('^' + (charType || '\\s') + '+'); + this.intro = this.intro.replace(rx, ''); + + if (!this.intro) { + var source; + var i = 0; + + do { + source = this.sources[i++]; + if (!source) { + break; + } + } while (!source.content.trimStartAborted(charType)); + } + + return this; + }; + + Bundle.prototype.trimEnd = function trimEnd (charType) { + var rx = new RegExp((charType || '\\s') + '+$'); + + var source; + var i = this.sources.length - 1; + + do { + source = this.sources[i--]; + if (!source) { + this.intro = this.intro.replace(rx, ''); + break; + } + } while (!source.content.trimEndAborted(charType)); + + return this; + }; + + MagicString.Bundle = Bundle; + MagicString.default = MagicString; // work around TypeScript bug https://github.com/Rich-Harris/magic-string/pull/121 + + return MagicString; + +})); +//# sourceMappingURL=magic-string.umd.js.map diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js.map b/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js.map new file mode 100644 index 0000000..35bfcff --- /dev/null +++ b/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js.map @@ -0,0 +1 @@ +{"version":3,"file":"magic-string.umd.js","sources":["../src/Chunk.js","../node_modules/sourcemap-codec/dist/sourcemap-codec.es.js","../src/SourceMap.js","../src/utils/guessIndent.js","../src/utils/getRelativePath.js","../src/utils/isObject.js","../src/utils/getLocator.js","../src/utils/Mappings.js","../src/MagicString.js","../src/Bundle.js","../src/index-legacy.js"],"sourcesContent":["export default class Chunk {\n\tconstructor(start, end, content) {\n\t\tthis.start = start;\n\t\tthis.end = end;\n\t\tthis.original = content;\n\n\t\tthis.intro = '';\n\t\tthis.outro = '';\n\n\t\tthis.content = content;\n\t\tthis.storeName = false;\n\t\tthis.edited = false;\n\n\t\t// we make these non-enumerable, for sanity while debugging\n\t\tObject.defineProperties(this, {\n\t\t\tprevious: { writable: true, value: null },\n\t\t\tnext: { writable: true, value: null }\n\t\t});\n\t}\n\n\tappendLeft(content) {\n\t\tthis.outro += content;\n\t}\n\n\tappendRight(content) {\n\t\tthis.intro = this.intro + content;\n\t}\n\n\tclone() {\n\t\tconst chunk = new Chunk(this.start, this.end, this.original);\n\n\t\tchunk.intro = this.intro;\n\t\tchunk.outro = this.outro;\n\t\tchunk.content = this.content;\n\t\tchunk.storeName = this.storeName;\n\t\tchunk.edited = this.edited;\n\n\t\treturn chunk;\n\t}\n\n\tcontains(index) {\n\t\treturn this.start < index && index < this.end;\n\t}\n\n\teachNext(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.next;\n\t\t}\n\t}\n\n\teachPrevious(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.previous;\n\t\t}\n\t}\n\n\tedit(content, storeName, contentOnly) {\n\t\tthis.content = content;\n\t\tif (!contentOnly) {\n\t\t\tthis.intro = '';\n\t\t\tthis.outro = '';\n\t\t}\n\t\tthis.storeName = storeName;\n\n\t\tthis.edited = true;\n\n\t\treturn this;\n\t}\n\n\tprependLeft(content) {\n\t\tthis.outro = content + this.outro;\n\t}\n\n\tprependRight(content) {\n\t\tthis.intro = content + this.intro;\n\t}\n\n\tsplit(index) {\n\t\tconst sliceIndex = index - this.start;\n\n\t\tconst originalBefore = this.original.slice(0, sliceIndex);\n\t\tconst originalAfter = this.original.slice(sliceIndex);\n\n\t\tthis.original = originalBefore;\n\n\t\tconst newChunk = new Chunk(index, this.end, originalAfter);\n\t\tnewChunk.outro = this.outro;\n\t\tthis.outro = '';\n\n\t\tthis.end = index;\n\n\t\tif (this.edited) {\n\t\t\t// TODO is this block necessary?...\n\t\t\tnewChunk.edit('', false);\n\t\t\tthis.content = '';\n\t\t} else {\n\t\t\tthis.content = originalBefore;\n\t\t}\n\n\t\tnewChunk.next = this.next;\n\t\tif (newChunk.next) newChunk.next.previous = newChunk;\n\t\tnewChunk.previous = this;\n\t\tthis.next = newChunk;\n\n\t\treturn newChunk;\n\t}\n\n\ttoString() {\n\t\treturn this.intro + this.content + this.outro;\n\t}\n\n\ttrimEnd(rx) {\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.start + trimmed.length).edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\tif (this.intro.length) return true;\n\t\t}\n\t}\n\n\ttrimStart(rx) {\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.end - trimmed.length);\n\t\t\t\tthis.edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.outro = this.outro.replace(rx, '');\n\t\t\tif (this.outro.length) return true;\n\t\t}\n\t}\n}\n","var charToInteger = {};\nvar chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\nfor (var i = 0; i < chars.length; i++) {\n charToInteger[chars.charCodeAt(i)] = i;\n}\nfunction decode(mappings) {\n var generatedCodeColumn = 0; // first field\n var sourceFileIndex = 0; // second field\n var sourceCodeLine = 0; // third field\n var sourceCodeColumn = 0; // fourth field\n var nameIndex = 0; // fifth field\n var decoded = [];\n var line = [];\n var segment = [];\n for (var i = 0, j = 0, shift = 0, value = 0, len = mappings.length; i < len; i++) {\n var c = mappings.charCodeAt(i);\n if (c === 44) { // \",\"\n if (segment.length)\n line.push(new Int32Array(segment));\n segment = [];\n j = 0;\n }\n else if (c === 59) { // \";\"\n if (segment.length)\n line.push(new Int32Array(segment));\n segment = [];\n j = 0;\n decoded.push(line);\n line = [];\n generatedCodeColumn = 0;\n }\n else {\n var integer = charToInteger[c];\n if (integer === undefined) {\n throw new Error('Invalid character (' + String.fromCharCode(c) + ')');\n }\n var hasContinuationBit = integer & 32;\n integer &= 31;\n value += integer << shift;\n if (hasContinuationBit) {\n shift += 5;\n }\n else {\n var shouldNegate = value & 1;\n value >>= 1;\n var num = shouldNegate ? -value : value;\n if (j == 0) {\n generatedCodeColumn += num;\n segment.push(generatedCodeColumn);\n }\n else if (j === 1) {\n sourceFileIndex += num;\n segment.push(sourceFileIndex);\n }\n else if (j === 2) {\n sourceCodeLine += num;\n segment.push(sourceCodeLine);\n }\n else if (j === 3) {\n sourceCodeColumn += num;\n segment.push(sourceCodeColumn);\n }\n else if (j === 4) {\n nameIndex += num;\n segment.push(nameIndex);\n }\n j++;\n value = shift = 0; // reset\n }\n }\n }\n if (segment.length)\n line.push(new Int32Array(segment));\n decoded.push(line);\n return decoded;\n}\nfunction encode(decoded) {\n var sourceFileIndex = 0; // second field\n var sourceCodeLine = 0; // third field\n var sourceCodeColumn = 0; // fourth field\n var nameIndex = 0; // fifth field\n var mappings = '';\n for (var i = 0; i < decoded.length; i++) {\n var line = decoded[i];\n if (i > 0)\n mappings += ';';\n if (line.length === 0)\n continue;\n var generatedCodeColumn = 0; // first field\n var lineMappings = [];\n for (var _i = 0, line_1 = line; _i < line_1.length; _i++) {\n var segment = line_1[_i];\n var segmentMappings = encodeInteger(segment[0] - generatedCodeColumn);\n generatedCodeColumn = segment[0];\n if (segment.length > 1) {\n segmentMappings +=\n encodeInteger(segment[1] - sourceFileIndex) +\n encodeInteger(segment[2] - sourceCodeLine) +\n encodeInteger(segment[3] - sourceCodeColumn);\n sourceFileIndex = segment[1];\n sourceCodeLine = segment[2];\n sourceCodeColumn = segment[3];\n }\n if (segment.length === 5) {\n segmentMappings += encodeInteger(segment[4] - nameIndex);\n nameIndex = segment[4];\n }\n lineMappings.push(segmentMappings);\n }\n mappings += lineMappings.join(',');\n }\n return mappings;\n}\nfunction encodeInteger(num) {\n var result = '';\n num = num < 0 ? (-num << 1) | 1 : num << 1;\n do {\n var clamped = num & 31;\n num >>= 5;\n if (num > 0) {\n clamped |= 32;\n }\n result += chars[clamped];\n } while (num > 0);\n return result;\n}\n\nexport { decode, encode };\n//# sourceMappingURL=sourcemap-codec.es.js.map\n","import { encode } from 'sourcemap-codec';\n\nlet btoa = () => {\n\tthrow new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.');\n};\nif (typeof window !== 'undefined' && typeof window.btoa === 'function') {\n\tbtoa = str => window.btoa(unescape(encodeURIComponent(str)));\n} else if (typeof Buffer === 'function') {\n\tbtoa = str => Buffer.from(str, 'utf-8').toString('base64');\n}\n\nexport default class SourceMap {\n\tconstructor(properties) {\n\t\tthis.version = 3;\n\t\tthis.file = properties.file;\n\t\tthis.sources = properties.sources;\n\t\tthis.sourcesContent = properties.sourcesContent;\n\t\tthis.names = properties.names;\n\t\tthis.mappings = encode(properties.mappings);\n\t}\n\n\ttoString() {\n\t\treturn JSON.stringify(this);\n\t}\n\n\ttoUrl() {\n\t\treturn 'data:application/json;charset=utf-8;base64,' + btoa(this.toString());\n\t}\n}\n","export default function guessIndent(code) {\n\tconst lines = code.split('\\n');\n\n\tconst tabbed = lines.filter(line => /^\\t+/.test(line));\n\tconst spaced = lines.filter(line => /^ {2,}/.test(line));\n\n\tif (tabbed.length === 0 && spaced.length === 0) {\n\t\treturn null;\n\t}\n\n\t// More lines tabbed than spaced? Assume tabs, and\n\t// default to tabs in the case of a tie (or nothing\n\t// to go on)\n\tif (tabbed.length >= spaced.length) {\n\t\treturn '\\t';\n\t}\n\n\t// Otherwise, we need to guess the multiple\n\tconst min = spaced.reduce((previous, current) => {\n\t\tconst numSpaces = /^ +/.exec(current)[0].length;\n\t\treturn Math.min(numSpaces, previous);\n\t}, Infinity);\n\n\treturn new Array(min + 1).join(' ');\n}\n","export default function getRelativePath(from, to) {\n\tconst fromParts = from.split(/[/\\\\]/);\n\tconst toParts = to.split(/[/\\\\]/);\n\n\tfromParts.pop(); // get dirname\n\n\twhile (fromParts[0] === toParts[0]) {\n\t\tfromParts.shift();\n\t\ttoParts.shift();\n\t}\n\n\tif (fromParts.length) {\n\t\tlet i = fromParts.length;\n\t\twhile (i--) fromParts[i] = '..';\n\t}\n\n\treturn fromParts.concat(toParts).join('/');\n}\n","const toString = Object.prototype.toString;\n\nexport default function isObject(thing) {\n\treturn toString.call(thing) === '[object Object]';\n}\n","export default function getLocator(source) {\n\tconst originalLines = source.split('\\n');\n\tconst lineOffsets = [];\n\n\tfor (let i = 0, pos = 0; i < originalLines.length; i++) {\n\t\tlineOffsets.push(pos);\n\t\tpos += originalLines[i].length + 1;\n\t}\n\n\treturn function locate(index) {\n\t\tlet i = 0;\n\t\tlet j = lineOffsets.length;\n\t\twhile (i < j) {\n\t\t\tconst m = (i + j) >> 1;\n\t\t\tif (index < lineOffsets[m]) {\n\t\t\t\tj = m;\n\t\t\t} else {\n\t\t\t\ti = m + 1;\n\t\t\t}\n\t\t}\n\t\tconst line = i - 1;\n\t\tconst column = index - lineOffsets[line];\n\t\treturn { line, column };\n\t};\n}\n","export default class Mappings {\n\tconstructor(hires) {\n\t\tthis.hires = hires;\n\t\tthis.generatedCodeLine = 0;\n\t\tthis.generatedCodeColumn = 0;\n\t\tthis.raw = [];\n\t\tthis.rawSegments = this.raw[this.generatedCodeLine] = [];\n\t\tthis.pending = null;\n\t}\n\n\taddEdit(sourceIndex, content, loc, nameIndex) {\n\t\tif (content.length) {\n\t\t\tconst segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t\t\tif (nameIndex >= 0) {\n\t\t\t\tsegment.push(nameIndex);\n\t\t\t}\n\t\t\tthis.rawSegments.push(segment);\n\t\t} else if (this.pending) {\n\t\t\tthis.rawSegments.push(this.pending);\n\t\t}\n\n\t\tthis.advance(content);\n\t\tthis.pending = null;\n\t}\n\n\taddUneditedChunk(sourceIndex, chunk, original, loc, sourcemapLocations) {\n\t\tlet originalCharIndex = chunk.start;\n\t\tlet first = true;\n\n\t\twhile (originalCharIndex < chunk.end) {\n\t\t\tif (this.hires || first || sourcemapLocations[originalCharIndex]) {\n\t\t\t\tthis.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]);\n\t\t\t}\n\n\t\t\tif (original[originalCharIndex] === '\\n') {\n\t\t\t\tloc.line += 1;\n\t\t\t\tloc.column = 0;\n\t\t\t\tthis.generatedCodeLine += 1;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t\tthis.generatedCodeColumn = 0;\n\t\t\t} else {\n\t\t\t\tloc.column += 1;\n\t\t\t\tthis.generatedCodeColumn += 1;\n\t\t\t}\n\n\t\t\toriginalCharIndex += 1;\n\t\t\tfirst = false;\n\t\t}\n\n\t\tthis.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t}\n\n\tadvance(str) {\n\t\tif (!str) return;\n\n\t\tconst lines = str.split('\\n');\n\n\t\tif (lines.length > 1) {\n\t\t\tfor (let i = 0; i < lines.length - 1; i++) {\n\t\t\t\tthis.generatedCodeLine++;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t}\n\t\t\tthis.generatedCodeColumn = 0;\n\t\t}\n\n\t\tthis.generatedCodeColumn += lines[lines.length - 1].length;\n\t}\n}\n","import Chunk from './Chunk.js';\nimport SourceMap from './SourceMap.js';\nimport guessIndent from './utils/guessIndent.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\nimport Stats from './utils/Stats.js';\n\nconst n = '\\n';\n\nconst warned = {\n\tinsertLeft: false,\n\tinsertRight: false,\n\tstoreName: false\n};\n\nexport default class MagicString {\n\tconstructor(string, options = {}) {\n\t\tconst chunk = new Chunk(0, string.length, string);\n\n\t\tObject.defineProperties(this, {\n\t\t\toriginal: { writable: true, value: string },\n\t\t\toutro: { writable: true, value: '' },\n\t\t\tintro: { writable: true, value: '' },\n\t\t\tfirstChunk: { writable: true, value: chunk },\n\t\t\tlastChunk: { writable: true, value: chunk },\n\t\t\tlastSearchedChunk: { writable: true, value: chunk },\n\t\t\tbyStart: { writable: true, value: {} },\n\t\t\tbyEnd: { writable: true, value: {} },\n\t\t\tfilename: { writable: true, value: options.filename },\n\t\t\tindentExclusionRanges: { writable: true, value: options.indentExclusionRanges },\n\t\t\tsourcemapLocations: { writable: true, value: {} },\n\t\t\tstoredNames: { writable: true, value: {} },\n\t\t\tindentStr: { writable: true, value: guessIndent(string) }\n\t\t});\n\n\t\tif (DEBUG) {\n\t\t\tObject.defineProperty(this, 'stats', { value: new Stats() });\n\t\t}\n\n\t\tthis.byStart[0] = chunk;\n\t\tthis.byEnd[string.length] = chunk;\n\t}\n\n\taddSourcemapLocation(char) {\n\t\tthis.sourcemapLocations[char] = true;\n\t}\n\n\tappend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.outro += content;\n\t\treturn this;\n\t}\n\n\tappendLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendLeft');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendLeft(content);\n\t\t} else {\n\t\t\tthis.intro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendLeft');\n\t\treturn this;\n\t}\n\n\tappendRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendRight(content);\n\t\t} else {\n\t\t\tthis.outro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendRight');\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst cloned = new MagicString(this.original, { filename: this.filename });\n\n\t\tlet originalChunk = this.firstChunk;\n\t\tlet clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone());\n\n\t\twhile (originalChunk) {\n\t\t\tcloned.byStart[clonedChunk.start] = clonedChunk;\n\t\t\tcloned.byEnd[clonedChunk.end] = clonedChunk;\n\n\t\t\tconst nextOriginalChunk = originalChunk.next;\n\t\t\tconst nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone();\n\n\t\t\tif (nextClonedChunk) {\n\t\t\t\tclonedChunk.next = nextClonedChunk;\n\t\t\t\tnextClonedChunk.previous = clonedChunk;\n\n\t\t\t\tclonedChunk = nextClonedChunk;\n\t\t\t}\n\n\t\t\toriginalChunk = nextOriginalChunk;\n\t\t}\n\n\t\tcloned.lastChunk = clonedChunk;\n\n\t\tif (this.indentExclusionRanges) {\n\t\t\tcloned.indentExclusionRanges = this.indentExclusionRanges.slice();\n\t\t}\n\n\t\tObject.keys(this.sourcemapLocations).forEach(loc => {\n\t\t\tcloned.sourcemapLocations[loc] = true;\n\t\t});\n\n\t\treturn cloned;\n\t}\n\n\tgenerateDecodedMap(options) {\n\t\toptions = options || {};\n\n\t\tconst sourceIndex = 0;\n\t\tconst names = Object.keys(this.storedNames);\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tconst locate = getLocator(this.original);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.firstChunk.eachNext(chunk => {\n\t\t\tconst loc = locate(chunk.start);\n\n\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tmappings.addEdit(\n\t\t\t\t\tsourceIndex,\n\t\t\t\t\tchunk.content,\n\t\t\t\t\tloc,\n\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tmappings.addUneditedChunk(sourceIndex, chunk, this.original, loc, this.sourcemapLocations);\n\t\t\t}\n\n\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: [options.source ? getRelativePath(options.file || '', options.source) : null],\n\t\t\tsourcesContent: options.includeContent ? [this.original] : [null],\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\treturn this.indentStr === null ? '\\t' : this.indentStr;\n\t}\n\n\tindent(indentStr, options) {\n\t\tconst pattern = /^[^\\r\\n]/gm;\n\n\t\tif (isObject(indentStr)) {\n\t\t\toptions = indentStr;\n\t\t\tindentStr = undefined;\n\t\t}\n\n\t\tindentStr = indentStr !== undefined ? indentStr : this.indentStr || '\\t';\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\toptions = options || {};\n\n\t\t// Process exclusion ranges\n\t\tconst isExcluded = {};\n\n\t\tif (options.exclude) {\n\t\t\tconst exclusions =\n\t\t\t\ttypeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude;\n\t\t\texclusions.forEach(exclusion => {\n\t\t\t\tfor (let i = exclusion[0]; i < exclusion[1]; i += 1) {\n\t\t\t\t\tisExcluded[i] = true;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tlet shouldIndentNextCharacter = options.indentStart !== false;\n\t\tconst replacer = match => {\n\t\t\tif (shouldIndentNextCharacter) return `${indentStr}${match}`;\n\t\t\tshouldIndentNextCharacter = true;\n\t\t\treturn match;\n\t\t};\n\n\t\tthis.intro = this.intro.replace(pattern, replacer);\n\n\t\tlet charIndex = 0;\n\t\tlet chunk = this.firstChunk;\n\n\t\twhile (chunk) {\n\t\t\tconst end = chunk.end;\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\tchunk.content = chunk.content.replace(pattern, replacer);\n\n\t\t\t\t\tif (chunk.content.length) {\n\t\t\t\t\t\tshouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\\n';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcharIndex = chunk.start;\n\n\t\t\t\twhile (charIndex < end) {\n\t\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\t\tconst char = this.original[charIndex];\n\n\t\t\t\t\t\tif (char === '\\n') {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = true;\n\t\t\t\t\t\t} else if (char !== '\\r' && shouldIndentNextCharacter) {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = false;\n\n\t\t\t\t\t\t\tif (charIndex === chunk.start) {\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis._splitChunk(chunk, charIndex);\n\t\t\t\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcharIndex += 1;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tcharIndex = chunk.end;\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tthis.outro = this.outro.replace(pattern, replacer);\n\n\t\treturn this;\n\t}\n\n\tinsert() {\n\t\tthrow new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)');\n\t}\n\n\tinsertLeft(index, content) {\n\t\tif (!warned.insertLeft) {\n\t\t\tconsole.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertLeft = true;\n\t\t}\n\n\t\treturn this.appendLeft(index, content);\n\t}\n\n\tinsertRight(index, content) {\n\t\tif (!warned.insertRight) {\n\t\t\tconsole.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertRight = true;\n\t\t}\n\n\t\treturn this.prependRight(index, content);\n\t}\n\n\tmove(start, end, index) {\n\t\tif (index >= start && index <= end) throw new Error('Cannot move a selection inside itself');\n\n\t\tif (DEBUG) this.stats.time('move');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\t\tthis._split(index);\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tconst oldLeft = first.previous;\n\t\tconst oldRight = last.next;\n\n\t\tconst newRight = this.byStart[index];\n\t\tif (!newRight && last === this.lastChunk) return this;\n\t\tconst newLeft = newRight ? newRight.previous : this.lastChunk;\n\n\t\tif (oldLeft) oldLeft.next = oldRight;\n\t\tif (oldRight) oldRight.previous = oldLeft;\n\n\t\tif (newLeft) newLeft.next = first;\n\t\tif (newRight) newRight.previous = last;\n\n\t\tif (!first.previous) this.firstChunk = last.next;\n\t\tif (!last.next) {\n\t\t\tthis.lastChunk = first.previous;\n\t\t\tthis.lastChunk.next = null;\n\t\t}\n\n\t\tfirst.previous = newLeft;\n\t\tlast.next = newRight || null;\n\n\t\tif (!newLeft) this.firstChunk = first;\n\t\tif (!newRight) this.lastChunk = last;\n\n\t\tif (DEBUG) this.stats.timeEnd('move');\n\t\treturn this;\n\t}\n\n\toverwrite(start, end, content, options) {\n\t\tif (typeof content !== 'string') throw new TypeError('replacement content must be a string');\n\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (end > this.original.length) throw new Error('end is out of bounds');\n\t\tif (start === end)\n\t\t\tthrow new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead');\n\n\t\tif (DEBUG) this.stats.time('overwrite');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tif (options === true) {\n\t\t\tif (!warned.storeName) {\n\t\t\t\tconsole.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console\n\t\t\t\twarned.storeName = true;\n\t\t\t}\n\n\t\t\toptions = { storeName: true };\n\t\t}\n\t\tconst storeName = options !== undefined ? options.storeName : false;\n\t\tconst contentOnly = options !== undefined ? options.contentOnly : false;\n\n\t\tif (storeName) {\n\t\t\tconst original = this.original.slice(start, end);\n\t\t\tthis.storedNames[original] = true;\n\t\t}\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tif (first) {\n\t\t\tif (end > first.end && first.next !== this.byStart[first.end]) {\n\t\t\t\tthrow new Error('Cannot overwrite across a split point');\n\t\t\t}\n\n\t\t\tfirst.edit(content, storeName, contentOnly);\n\n\t\t\tif (first !== last) {\n\t\t\t\tlet chunk = first.next;\n\t\t\t\twhile (chunk !== last) {\n\t\t\t\t\tchunk.edit('', false);\n\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tchunk.edit('', false);\n\t\t\t}\n\t\t} else {\n\t\t\t// must be inserting at the end\n\t\t\tconst newChunk = new Chunk(start, end, '').edit(content, storeName);\n\n\t\t\t// TODO last chunk in the array may not be the last chunk, if it's moved...\n\t\t\tlast.next = newChunk;\n\t\t\tnewChunk.previous = last;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('overwrite');\n\t\treturn this;\n\t}\n\n\tprepend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.intro = content + this.intro;\n\t\treturn this;\n\t}\n\n\tprependLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependLeft(content);\n\t\t} else {\n\t\t\tthis.intro = content + this.intro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tprependRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependRight(content);\n\t\t} else {\n\t\t\tthis.outro = content + this.outro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tremove(start, end) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (start === end) return this;\n\n\t\tif (start < 0 || end > this.original.length) throw new Error('Character is out of bounds');\n\t\tif (start > end) throw new Error('end must be greater than start');\n\n\t\tif (DEBUG) this.stats.time('remove');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tlet chunk = this.byStart[start];\n\n\t\twhile (chunk) {\n\t\t\tchunk.intro = '';\n\t\t\tchunk.outro = '';\n\t\t\tchunk.edit('');\n\n\t\t\tchunk = end > chunk.end ? this.byStart[chunk.end] : null;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('remove');\n\t\treturn this;\n\t}\n\n\tlastChar() {\n\t\tif (this.outro.length)\n\t\t\treturn this.outro[this.outro.length - 1];\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length)\n\t\t\t\treturn chunk.outro[chunk.outro.length - 1];\n\t\t\tif (chunk.content.length)\n\t\t\t\treturn chunk.content[chunk.content.length - 1];\n\t\t\tif (chunk.intro.length)\n\t\t\t\treturn chunk.intro[chunk.intro.length - 1];\n\t\t} while (chunk = chunk.previous);\n\t\tif (this.intro.length)\n\t\t\treturn this.intro[this.intro.length - 1];\n\t\treturn '';\n\t}\n\n\tlastLine() {\n\t\tlet lineIndex = this.outro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.outro.substr(lineIndex + 1);\n\t\tlet lineStr = this.outro;\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length > 0) {\n\t\t\t\tlineIndex = chunk.outro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.outro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.outro + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.content.length > 0) {\n\t\t\t\tlineIndex = chunk.content.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.content.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.content + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.intro.length > 0) {\n\t\t\t\tlineIndex = chunk.intro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.intro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.intro + lineStr;\n\t\t\t}\n\t\t} while (chunk = chunk.previous);\n\t\tlineIndex = this.intro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.intro.substr(lineIndex + 1) + lineStr;\n\t\treturn this.intro + lineStr;\n\t}\n\n\tslice(start = 0, end = this.original.length) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tlet result = '';\n\n\t\t// find start chunk\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk && (chunk.start > start || chunk.end <= start)) {\n\t\t\t// found end chunk before start\n\t\t\tif (chunk.start < end && chunk.end >= end) {\n\t\t\t\treturn result;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tif (chunk && chunk.edited && chunk.start !== start)\n\t\t\tthrow new Error(`Cannot use replaced character ${start} as slice start anchor.`);\n\n\t\tconst startChunk = chunk;\n\t\twhile (chunk) {\n\t\t\tif (chunk.intro && (startChunk !== chunk || chunk.start === start)) {\n\t\t\t\tresult += chunk.intro;\n\t\t\t}\n\n\t\t\tconst containsEnd = chunk.start < end && chunk.end >= end;\n\t\t\tif (containsEnd && chunk.edited && chunk.end !== end)\n\t\t\t\tthrow new Error(`Cannot use replaced character ${end} as slice end anchor.`);\n\n\t\t\tconst sliceStart = startChunk === chunk ? start - chunk.start : 0;\n\t\t\tconst sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length;\n\n\t\t\tresult += chunk.content.slice(sliceStart, sliceEnd);\n\n\t\t\tif (chunk.outro && (!containsEnd || chunk.end === end)) {\n\t\t\t\tresult += chunk.outro;\n\t\t\t}\n\n\t\t\tif (containsEnd) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn result;\n\t}\n\n\t// TODO deprecate this? not really very useful\n\tsnip(start, end) {\n\t\tconst clone = this.clone();\n\t\tclone.remove(0, start);\n\t\tclone.remove(end, clone.original.length);\n\n\t\treturn clone;\n\t}\n\n\t_split(index) {\n\t\tif (this.byStart[index] || this.byEnd[index]) return;\n\n\t\tif (DEBUG) this.stats.time('_split');\n\n\t\tlet chunk = this.lastSearchedChunk;\n\t\tconst searchForward = index > chunk.end;\n\n\t\twhile (chunk) {\n\t\t\tif (chunk.contains(index)) return this._splitChunk(chunk, index);\n\n\t\t\tchunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start];\n\t\t}\n\t}\n\n\t_splitChunk(chunk, index) {\n\t\tif (chunk.edited && chunk.content.length) {\n\t\t\t// zero-length edited chunks are a special case (overlapping replacements)\n\t\t\tconst loc = getLocator(this.original)(index);\n\t\t\tthrow new Error(\n\t\t\t\t`Cannot split a chunk that has already been edited (${loc.line}:${loc.column} – \"${\n\t\t\t\t\tchunk.original\n\t\t\t\t}\")`\n\t\t\t);\n\t\t}\n\n\t\tconst newChunk = chunk.split(index);\n\n\t\tthis.byEnd[index] = chunk;\n\t\tthis.byStart[index] = newChunk;\n\t\tthis.byEnd[newChunk.end] = newChunk;\n\n\t\tif (chunk === this.lastChunk) this.lastChunk = newChunk;\n\n\t\tthis.lastSearchedChunk = chunk;\n\t\tif (DEBUG) this.stats.timeEnd('_split');\n\t\treturn true;\n\t}\n\n\ttoString() {\n\t\tlet str = this.intro;\n\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk) {\n\t\t\tstr += chunk.toString();\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn str + this.outro;\n\t}\n\n\tisEmpty() {\n\t\tlet chunk = this.firstChunk;\n\t\tdo {\n\t\t\tif (chunk.intro.length && chunk.intro.trim() ||\n\t\t\t\t\tchunk.content.length && chunk.content.trim() ||\n\t\t\t\t\tchunk.outro.length && chunk.outro.trim())\n\t\t\t\treturn false;\n\t\t} while (chunk = chunk.next);\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\tlet chunk = this.firstChunk;\n\t\tlet length = 0;\n\t\tdo {\n\t\t\tlength += chunk.intro.length + chunk.content.length + chunk.outro.length;\n\t\t} while (chunk = chunk.next);\n\t\treturn length;\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimEndAborted(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tlet chunk = this.lastChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimEnd(rx);\n\n\t\t\t// if chunk was trimmed, we have a new lastChunk\n\t\t\tif (chunk.end !== end) {\n\t\t\t\tif (this.lastChunk === chunk) {\n\t\t\t\t\tthis.lastChunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.previous;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimEnd(charType) {\n\t\tthis.trimEndAborted(charType);\n\t\treturn this;\n\t}\n\ttrimStartAborted(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tlet chunk = this.firstChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimStart(rx);\n\n\t\t\tif (chunk.end !== end) {\n\t\t\t\t// special case...\n\t\t\t\tif (chunk === this.lastChunk) this.lastChunk = chunk.next;\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.next;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimStart(charType) {\n\t\tthis.trimStartAborted(charType);\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport SourceMap from './SourceMap.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\n\nconst hasOwnProp = Object.prototype.hasOwnProperty;\n\nexport default class Bundle {\n\tconstructor(options = {}) {\n\t\tthis.intro = options.intro || '';\n\t\tthis.separator = options.separator !== undefined ? options.separator : '\\n';\n\t\tthis.sources = [];\n\t\tthis.uniqueSources = [];\n\t\tthis.uniqueSourceIndexByFilename = {};\n\t}\n\n\taddSource(source) {\n\t\tif (source instanceof MagicString) {\n\t\t\treturn this.addSource({\n\t\t\t\tcontent: source,\n\t\t\t\tfilename: source.filename,\n\t\t\t\tseparator: this.separator\n\t\t\t});\n\t\t}\n\n\t\tif (!isObject(source) || !source.content) {\n\t\t\tthrow new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`');\n\t\t}\n\n\t\t['filename', 'indentExclusionRanges', 'separator'].forEach(option => {\n\t\t\tif (!hasOwnProp.call(source, option)) source[option] = source.content[option];\n\t\t});\n\n\t\tif (source.separator === undefined) {\n\t\t\t// TODO there's a bunch of this sort of thing, needs cleaning up\n\t\t\tsource.separator = this.separator;\n\t\t}\n\n\t\tif (source.filename) {\n\t\t\tif (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) {\n\t\t\t\tthis.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length;\n\t\t\t\tthis.uniqueSources.push({ filename: source.filename, content: source.content.original });\n\t\t\t} else {\n\t\t\t\tconst uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]];\n\t\t\t\tif (source.content.original !== uniqueSource.content) {\n\t\t\t\t\tthrow new Error(`Illegal source: same filename (${source.filename}), different contents`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.sources.push(source);\n\t\treturn this;\n\t}\n\n\tappend(str, options) {\n\t\tthis.addSource({\n\t\t\tcontent: new MagicString(str),\n\t\t\tseparator: (options && options.separator) || ''\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst bundle = new Bundle({\n\t\t\tintro: this.intro,\n\t\t\tseparator: this.separator\n\t\t});\n\n\t\tthis.sources.forEach(source => {\n\t\t\tbundle.addSource({\n\t\t\t\tfilename: source.filename,\n\t\t\t\tcontent: source.content.clone(),\n\t\t\t\tseparator: source.separator\n\t\t\t});\n\t\t});\n\n\t\treturn bundle;\n\t}\n\n\tgenerateDecodedMap(options = {}) {\n\t\tconst names = [];\n\t\tthis.sources.forEach(source => {\n\t\t\tObject.keys(source.content.storedNames).forEach(name => {\n\t\t\t\tif (!~names.indexOf(name)) names.push(name);\n\t\t\t});\n\t\t});\n\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tif (i > 0) {\n\t\t\t\tmappings.advance(this.separator);\n\t\t\t}\n\n\t\t\tconst sourceIndex = source.filename ? this.uniqueSourceIndexByFilename[source.filename] : -1;\n\t\t\tconst magicString = source.content;\n\t\t\tconst locate = getLocator(magicString.original);\n\n\t\t\tif (magicString.intro) {\n\t\t\t\tmappings.advance(magicString.intro);\n\t\t\t}\n\n\t\t\tmagicString.firstChunk.eachNext(chunk => {\n\t\t\t\tconst loc = locate(chunk.start);\n\n\t\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\t\tif (source.filename) {\n\t\t\t\t\tif (chunk.edited) {\n\t\t\t\t\t\tmappings.addEdit(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk.content,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t\t\t);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmappings.addUneditedChunk(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk,\n\t\t\t\t\t\t\tmagicString.original,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tmagicString.sourcemapLocations\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tmappings.advance(chunk.content);\n\t\t\t\t}\n\n\t\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t\t});\n\n\t\t\tif (magicString.outro) {\n\t\t\t\tmappings.advance(magicString.outro);\n\t\t\t}\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: this.uniqueSources.map(source => {\n\t\t\t\treturn options.file ? getRelativePath(options.file, source.filename) : source.filename;\n\t\t\t}),\n\t\t\tsourcesContent: this.uniqueSources.map(source => {\n\t\t\t\treturn options.includeContent ? source.content : null;\n\t\t\t}),\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\tconst indentStringCounts = {};\n\n\t\tthis.sources.forEach(source => {\n\t\t\tconst indentStr = source.content.indentStr;\n\n\t\t\tif (indentStr === null) return;\n\n\t\t\tif (!indentStringCounts[indentStr]) indentStringCounts[indentStr] = 0;\n\t\t\tindentStringCounts[indentStr] += 1;\n\t\t});\n\n\t\treturn (\n\t\t\tObject.keys(indentStringCounts).sort((a, b) => {\n\t\t\t\treturn indentStringCounts[a] - indentStringCounts[b];\n\t\t\t})[0] || '\\t'\n\t\t);\n\t}\n\n\tindent(indentStr) {\n\t\tif (!arguments.length) {\n\t\t\tindentStr = this.getIndentString();\n\t\t}\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\tlet trailingNewline = !this.intro || this.intro.slice(-1) === '\\n';\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\tconst indentStart = trailingNewline || (i > 0 && /\\r?\\n$/.test(separator));\n\n\t\t\tsource.content.indent(indentStr, {\n\t\t\t\texclude: source.indentExclusionRanges,\n\t\t\t\tindentStart //: trailingNewline || /\\r?\\n$/.test( separator ) //true///\\r?\\n/.test( separator )\n\t\t\t});\n\n\t\t\ttrailingNewline = source.content.lastChar() === '\\n';\n\t\t});\n\n\t\tif (this.intro) {\n\t\t\tthis.intro =\n\t\t\t\tindentStr +\n\t\t\t\tthis.intro.replace(/^[^\\n]/gm, (match, index) => {\n\t\t\t\t\treturn index > 0 ? indentStr + match : match;\n\t\t\t\t});\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tprepend(str) {\n\t\tthis.intro = str + this.intro;\n\t\treturn this;\n\t}\n\n\ttoString() {\n\t\tconst body = this.sources\n\t\t\t.map((source, i) => {\n\t\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\t\tconst str = (i > 0 ? separator : '') + source.content.toString();\n\n\t\t\t\treturn str;\n\t\t\t})\n\t\t\t.join('');\n\n\t\treturn this.intro + body;\n\t}\n\n\tisEmpty () {\n\t\tif (this.intro.length && this.intro.trim())\n\t\t\treturn false;\n\t\tif (this.sources.some(source => !source.content.isEmpty()))\n\t\t\treturn false;\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\treturn this.sources.reduce((length, source) => length + source.content.length(), this.intro.length);\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimStart(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\t\tthis.intro = this.intro.replace(rx, '');\n\n\t\tif (!this.intro) {\n\t\t\tlet source;\n\t\t\tlet i = 0;\n\n\t\t\tdo {\n\t\t\t\tsource = this.sources[i++];\n\t\t\t\tif (!source) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} while (!source.content.trimStartAborted(charType));\n\t\t}\n\n\t\treturn this;\n\t}\n\n\ttrimEnd(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tlet source;\n\t\tlet i = this.sources.length - 1;\n\n\t\tdo {\n\t\t\tsource = this.sources[i--];\n\t\t\tif (!source) {\n\t\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\t\tbreak;\n\t\t\t}\n\t\t} while (!source.content.trimEndAborted(charType));\n\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport Bundle from './Bundle.js';\n\nMagicString.Bundle = Bundle;\nMagicString.default = MagicString; // work around TypeScript bug https://github.com/Rich-Harris/magic-string/pull/121\n\nexport default MagicString;\n"],"names":["const","let","this"],"mappings":";;;;;;CAAe,IAAM,KAAK,GACzB,cAAW,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE;EAChC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EACnB,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;EACf,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;;EAExB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;EAChB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;;EAEhB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;EACvB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;EACvB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;;;EAGpB,MAAM,CAAC,gBAAgB,CAAC,IAAI,EAAE;GAC9B,QAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE;GAC1C,IAAK,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE;GACzC,CAAC,CAAC;CACJ,EAAC;;CAEF,gBAAC,kCAAW,OAAO,EAAE;EACnB,IAAI,CAAC,KAAK,IAAI,OAAO,CAAC;CACvB,EAAC;;CAEF,gBAAC,oCAAY,OAAO,EAAE;EACrB,IAAK,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC;CACnC,EAAC;;CAEF,gBAAC,0BAAQ;EACPA,IAAM,KAAK,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;;EAE7D,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACzB,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACzB,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;EAC7B,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;EACjC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;;EAE5B,OAAQ,KAAK,CAAC;CACd,EAAC;;CAEF,gBAAC,8BAAS,KAAK,EAAE;EACf,OAAO,IAAI,CAAC,KAAK,GAAG,KAAK,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC;CAC/C,EAAC;;CAEF,gBAAC,8BAAS,EAAE,EAAE;EACZC,IAAI,KAAK,GAAG,IAAI,CAAC;EAClB,OAAQ,KAAK,EAAE;GACb,EAAE,CAAC,KAAK,CAAC,CAAC;GACV,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;GACnB;CACF,EAAC;;CAEF,gBAAC,sCAAa,EAAE,EAAE;EAChBA,IAAI,KAAK,GAAG,IAAI,CAAC;EAClB,OAAQ,KAAK,EAAE;GACb,EAAE,CAAC,KAAK,CAAC,CAAC;GACV,KAAK,GAAG,KAAK,CAAC,QAAQ,CAAC;GACvB;CACF,EAAC;;CAEF,gBAAC,sBAAK,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE;EACrC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;EACxB,IAAK,CAAC,WAAW,EAAE;GACjB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;GAChB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;GAChB;EACD,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;;EAE3B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;;EAEpB,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,gBAAC,oCAAY,OAAO,EAAE;EACrB,IAAK,CAAC,KAAK,GAAG,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC;CACnC,EAAC;;CAEF,gBAAC,sCAAa,OAAO,EAAE;EACtB,IAAK,CAAC,KAAK,GAAG,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC;CACnC,EAAC;;CAEF,gBAAC,wBAAM,KAAK,EAAE;EACb,IAAO,UAAU,GAAG,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;;EAEtCD,IAAM,cAAc,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;EAC1DA,IAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;;EAEtD,IAAI,CAAC,QAAQ,GAAG,cAAc,CAAC;;EAE/BA,IAAM,QAAQ,GAAG,IAAI,KAAK,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,EAAE,aAAa,CAAC,CAAC;EAC3D,QAAQ,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EAC5B,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;;EAEhB,IAAI,CAAC,GAAG,GAAG,KAAK,CAAC;;EAEjB,IAAI,IAAI,CAAC,MAAM,EAAE;;GAEjB,QAAS,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;GACzB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;GAClB,MAAM;GACN,IAAI,CAAC,OAAO,GAAG,cAAc,CAAC;GAC9B;;EAED,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EAC1B,IAAI,QAAQ,CAAC,IAAI,IAAE,QAAQ,CAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,GAAC;EACrD,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;EACzB,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC;;EAEtB,OAAQ,QAAQ,CAAC;CACjB,EAAC;;CAEF,gBAAC,gCAAW;EACV,OAAO,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC;CAC/C,EAAC;;CAEF,gBAAC,4BAAQ,EAAE,EAAE;EACX,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;EACzC,IAAK,IAAI,CAAC,KAAK,CAAC,MAAM,IAAE,OAAO,IAAI,GAAC;;EAEnCA,IAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;;EAE7C,IAAI,OAAO,CAAC,MAAM,EAAE;GACnB,IAAI,OAAO,KAAK,IAAI,CAAC,OAAO,EAAE;IAC9B,IAAK,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EAAE,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;IAClE;GACF,OAAQ,IAAI,CAAC;;GAEZ,MAAM;GACP,IAAK,CAAC,IAAI,CAAC,EAAE,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;;GAE/B,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;GACzC,IAAK,IAAI,CAAC,KAAK,CAAC,MAAM,IAAE,OAAO,IAAI,GAAC;GACnC;CACF,EAAC;;CAEF,gBAAC,gCAAU,EAAE,EAAE;EACb,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;EACzC,IAAK,IAAI,CAAC,KAAK,CAAC,MAAM,IAAE,OAAO,IAAI,GAAC;;EAEnCA,IAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;;EAE7C,IAAI,OAAO,CAAC,MAAM,EAAE;GACnB,IAAI,OAAO,KAAK,IAAI,CAAC,OAAO,EAAE;IAC7B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IACvC,IAAK,CAAC,IAAI,CAAC,EAAE,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;IAC/B;GACF,OAAQ,IAAI,CAAC;;GAEZ,MAAM;GACP,IAAK,CAAC,IAAI,CAAC,EAAE,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;;GAE/B,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;GACzC,IAAK,IAAI,CAAC,KAAK,CAAC,MAAM,IAAE,OAAO,IAAI,GAAC;GACnC;CACF,CAAC;;CCzJF,IAAI,KAAK,GAAG,mEAAmE,CAAC;AAChF,CA0EA,SAAS,MAAM,CAAC,OAAO,EAAE;CACzB,IAAI,IAAI,eAAe,GAAG,CAAC,CAAC;CAC5B,IAAI,IAAI,cAAc,GAAG,CAAC,CAAC;CAC3B,IAAI,IAAI,gBAAgB,GAAG,CAAC,CAAC;CAC7B,IAAI,IAAI,SAAS,GAAG,CAAC,CAAC;CACtB,IAAI,IAAI,QAAQ,GAAG,EAAE,CAAC;CACtB,IAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;CAC7C,QAAQ,IAAI,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CAC9B,QAAQ,IAAI,CAAC,GAAG,CAAC;CACjB,YAAY,QAAQ,IAAI,GAAG,CAAC;CAC5B,QAAQ,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC;CAC7B,YAAY,SAAS;CACrB,QAAQ,IAAI,mBAAmB,GAAG,CAAC,CAAC;CACpC,QAAQ,IAAI,YAAY,GAAG,EAAE,CAAC;CAC9B,QAAQ,KAAK,IAAI,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE;CAClE,YAAY,IAAI,OAAO,GAAG,MAAM,CAAC,EAAE,CAAC,CAAC;CACrC,YAAY,IAAI,eAAe,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,mBAAmB,CAAC,CAAC;CAClF,YAAY,mBAAmB,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CAC7C,YAAY,IAAI,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;CACpC,gBAAgB,eAAe;CAC/B,oBAAoB,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,eAAe,CAAC;CAC/D,wBAAwB,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC;CAClE,wBAAwB,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC;CACrE,gBAAgB,eAAe,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CAC7C,gBAAgB,cAAc,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CAC5C,gBAAgB,gBAAgB,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CAC9C,aAAa;CACb,YAAY,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;CACtC,gBAAgB,eAAe,IAAI,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC;CACzE,gBAAgB,SAAS,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CACvC,aAAa;CACb,YAAY,YAAY,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;CAC/C,SAAS;CACT,QAAQ,QAAQ,IAAI,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;CAC3C,KAAK;CACL,IAAI,OAAO,QAAQ,CAAC;CACpB,CAAC;CACD,SAAS,aAAa,CAAC,GAAG,EAAE;CAC5B,IAAI,IAAI,MAAM,GAAG,EAAE,CAAC;CACpB,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,CAAC;CAC/C,IAAI,GAAG;CACP,QAAQ,IAAI,OAAO,GAAG,GAAG,GAAG,EAAE,CAAC;CAC/B,QAAQ,GAAG,KAAK,CAAC,CAAC;CAClB,QAAQ,IAAI,GAAG,GAAG,CAAC,EAAE;CACrB,YAAY,OAAO,IAAI,EAAE,CAAC;CAC1B,SAAS;CACT,QAAQ,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC;CACjC,KAAK,QAAQ,GAAG,GAAG,CAAC,EAAE;CACtB,IAAI,OAAO,MAAM,CAAC;CAClB,CAAC;;CC3HDC,IAAI,IAAI,eAAM;EACb,MAAM,IAAI,KAAK,CAAC,yEAAyE,CAAC,CAAC;EAC3F,CAAC;CACF,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,IAAI,KAAK,UAAU,EAAE;EACvE,IAAI,aAAG,KAAI,SAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,IAAC,CAAC;EAC7D,MAAM,IAAI,OAAO,MAAM,KAAK,UAAU,EAAE;EACxC,IAAI,aAAG,KAAI,SAAG,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,QAAQ,CAAC,QAAQ,IAAC,CAAC;EAC3D;;CAEc,IAAM,SAAS,GAC7B,kBAAW,CAAC,UAAU,EAAE;EACvB,IAAI,CAAC,OAAO,GAAG,CAAC,CAAC;EACjB,IAAI,CAAC,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;EAC5B,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC;EAClC,IAAI,CAAC,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;EAChD,IAAI,CAAC,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC;EAC/B,IAAK,CAAC,QAAQ,GAAG,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;CAC7C,EAAC;;CAEF,oBAAC,gCAAW;EACV,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;CAC7B,EAAC;;CAEF,oBAAC,0BAAQ;EACR,OAAQ,6CAA6C,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;CAC9E,CAAC;;CC3Ba,SAAS,WAAW,CAAC,IAAI,EAAE;EACzCD,IAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;;EAE/BA,IAAM,MAAM,GAAG,KAAK,CAAC,MAAM,WAAC,MAAK,SAAG,MAAM,CAAC,IAAI,CAAC,IAAI,IAAC,CAAC,CAAC;EACvDA,IAAM,MAAM,GAAG,KAAK,CAAC,MAAM,WAAC,MAAK,SAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,IAAC,CAAC,CAAC;;EAEzD,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE;GAC/C,OAAO,IAAI,CAAC;GACZ;;;;;EAKD,IAAI,MAAM,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,EAAE;GACnC,OAAO,IAAI,CAAC;GACZ;;;EAGDA,IAAM,GAAG,GAAG,MAAM,CAAC,MAAM,WAAE,QAAQ,EAAE,OAAO,EAAE;GAC7CA,IAAM,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;GAChD,OAAO,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;GACrC,EAAE,QAAQ,CAAC,CAAC;;EAEb,OAAO,IAAI,KAAK,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACpC;;CCxBc,SAAS,eAAe,CAAC,IAAI,EAAE,EAAE,EAAE;EACjDA,IAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACtCA,IAAM,OAAO,GAAG,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;;EAElC,SAAS,CAAC,GAAG,EAAE,CAAC;;EAEhB,OAAO,SAAS,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE;GACnC,SAAS,CAAC,KAAK,EAAE,CAAC;GAClB,OAAO,CAAC,KAAK,EAAE,CAAC;GAChB;;EAED,IAAI,SAAS,CAAC,MAAM,EAAE;GACrBC,IAAI,CAAC,GAAG,SAAS,CAAC,MAAM,CAAC;GACzB,OAAO,CAAC,EAAE,IAAE,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,GAAC;GAChC;;EAED,OAAO,SAAS,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC3C;;CCjBDD,IAAM,QAAQ,GAAG,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC;;AAE3C,CAAe,SAAS,QAAQ,CAAC,KAAK,EAAE;EACvC,OAAO,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,iBAAiB,CAAC;EAClD;;CCJc,SAAS,UAAU,CAAC,MAAM,EAAE;EAC1CA,IAAM,aAAa,GAAG,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EACzCA,IAAM,WAAW,GAAG,EAAE,CAAC;;EAEvB,KAAKC,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,aAAa,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;GACvD,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;GACtB,GAAG,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;GACnC;;EAED,OAAO,SAAS,MAAM,CAAC,KAAK,EAAE;GAC7BA,IAAI,CAAC,GAAG,CAAC,CAAC;GACVA,IAAI,CAAC,GAAG,WAAW,CAAC,MAAM,CAAC;GAC3B,OAAO,CAAC,GAAG,CAAC,EAAE;IACbD,IAAM,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IACvB,IAAI,KAAK,GAAG,WAAW,CAAC,CAAC,CAAC,EAAE;KAC3B,CAAC,GAAG,CAAC,CAAC;KACN,MAAM;KACN,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;KACV;IACD;GACDA,IAAM,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC;GACnBA,IAAM,MAAM,GAAG,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;GACzC,OAAO,QAAE,IAAI,UAAE,MAAM,EAAE,CAAC;GACxB,CAAC;EACF;;CCxBc,IAAM,QAAQ,GAC5B,iBAAW,CAAC,KAAK,EAAE;EAClB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EACnB,IAAI,CAAC,iBAAiB,GAAG,CAAC,CAAC;EAC3B,IAAI,CAAC,mBAAmB,GAAG,CAAC,CAAC;EAC7B,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC;EACd,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC,GAAG,EAAE,CAAC;EACzD,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;CACrB,EAAC;;CAEF,mBAAC,4BAAQ,WAAW,EAAE,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE;EAC7C,IAAI,OAAO,CAAC,MAAM,EAAE;GACnBA,IAAM,OAAO,GAAG,CAAC,IAAI,CAAC,mBAAmB,EAAE,WAAW,EAAE,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;GAC9E,IAAI,SAAS,IAAI,CAAC,EAAE;IACnB,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IACxB;GACF,IAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;GAC/B,MAAM,IAAI,IAAI,CAAC,OAAO,EAAE;GACzB,IAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;GACpC;;EAED,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;EACtB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;CACrB,EAAC;;CAEF,mBAAC,8CAAiB,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,kBAAkB,EAAE;EACvEC,IAAI,iBAAiB,GAAG,KAAK,CAAC,KAAK,CAAC;EACpCA,IAAI,KAAK,GAAG,IAAI,CAAC;;EAEjB,OAAO,iBAAiB,GAAG,KAAK,CAAC,GAAG,EAAE;GACtC,IAAK,IAAI,CAAC,KAAK,IAAI,KAAK,IAAI,kBAAkB,CAAC,iBAAiB,CAAC,EAAE;IAClE,IAAK,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,mBAAmB,EAAE,WAAW,EAAE,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACrF;;GAED,IAAI,QAAQ,CAAC,iBAAiB,CAAC,KAAK,IAAI,EAAE;IACzC,GAAG,CAAC,IAAI,IAAI,CAAC,CAAC;IACd,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC;IACf,IAAI,CAAC,iBAAiB,IAAI,CAAC,CAAC;IAC5B,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;IACzD,IAAI,CAAC,mBAAmB,GAAG,CAAC,CAAC;IAC7B,MAAM;IACN,GAAG,CAAC,MAAM,IAAI,CAAC,CAAC;IAChB,IAAI,CAAC,mBAAmB,IAAI,CAAC,CAAC;IAC9B;;GAEF,iBAAkB,IAAI,CAAC,CAAC;GACxB,KAAM,GAAG,KAAK,CAAC;GACd;;EAED,IAAI,CAAC,OAAO,GAAG,CAAC,IAAI,CAAC,mBAAmB,EAAE,WAAW,EAAE,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;CAC9E,EAAC;;CAEF,mBAAC,4BAAQ,GAAG,EAAE;EACZ,IAAI,CAAC,GAAG,IAAE,SAAO;;EAElB,IAAO,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;;EAE9B,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;GACrB,KAAKA,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;IAC1C,IAAI,CAAC,iBAAiB,EAAE,CAAC;IACzB,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;IACzD;GACD,IAAI,CAAC,mBAAmB,GAAG,CAAC,CAAC;GAC7B;;EAED,IAAI,CAAC,mBAAmB,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC;CAC5D,CAAC;;CCzDFD,IAAM,CAAC,GAAG,IAAI,CAAC;;CAEfA,IAAM,MAAM,GAAG;EACd,UAAU,EAAE,KAAK;EACjB,WAAW,EAAE,KAAK;EAClB,SAAS,EAAE,KAAK;EAChB,CAAC;;CAEF,IAAqB,WAAW,GAC/B,oBAAW,CAAC,MAAM,EAAE,OAAY,EAAE;mCAAP,GAAG;;EAC7BA,IAAM,KAAK,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;;EAElD,MAAM,CAAC,gBAAgB,CAAC,IAAI,EAAE;GAC9B,QAAS,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE;GACzD,KAAM,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;GACrD,KAAM,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;GACrD,UAAW,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE;GACxD,SAAU,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE;GACxD,iBAAkB,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE;GACxD,OAAQ,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;GACrD,KAAM,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;GACpD,QAAQ,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,CAAC,QAAQ,EAAE;GAClE,qBAAqB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,CAAC,qBAAqB,EAAE;GAChF,kBAAmB,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;GACrD,WAAY,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;GACpD,SAAS,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,EAAE;GACrE,CAAC,CAAC;;EAMJ,IAAK,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC;EACzB,IAAK,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC;CACnC,EAAC;;CAEF,sBAAC,sDAAqB,IAAI,EAAE;EAC3B,IAAK,CAAC,kBAAkB,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;CACtC,EAAC;;CAEF,sBAAC,0BAAO,OAAO,EAAE;EACf,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAE,MAAM,IAAI,SAAS,CAAC,gCAAgC,CAAC,GAAC;;EAEvF,IAAI,CAAC,KAAK,IAAI,OAAO,CAAC;EACvB,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,kCAAW,KAAK,EAAE,OAAO,EAAE;EAC1B,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAE,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC,GAAC;;EAI1F,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;EAEpB,IAAO,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;;EAEjC,IAAK,KAAK,EAAE;GACV,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;GAC1B,MAAM;GACN,IAAI,CAAC,KAAK,IAAI,OAAO,CAAC;GACtB;EAGF,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,oCAAY,KAAK,EAAE,OAAO,EAAE;EAC3B,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAE,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC,GAAC;;EAI1F,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;EAEpB,IAAO,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;;EAEnC,IAAK,KAAK,EAAE;GACV,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;GAC3B,MAAM;GACN,IAAI,CAAC,KAAK,IAAI,OAAO,CAAC;GACtB;EAGF,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,0BAAQ;EACPA,IAAM,MAAM,GAAG,IAAI,WAAW,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;;EAE3EC,IAAI,aAAa,GAAG,IAAI,CAAC,UAAU,CAAC;EACpCA,IAAI,WAAW,IAAI,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,iBAAiB,GAAG,aAAa,CAAC,KAAK,EAAE,CAAC,CAAC;;EAE1F,OAAQ,aAAa,EAAE;GACtB,MAAO,CAAC,OAAO,CAAC,WAAW,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC;GACjD,MAAO,CAAC,KAAK,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC;;GAE5CD,IAAM,iBAAiB,GAAG,aAAa,CAAC,IAAI,CAAC;GAC9C,IAAO,eAAe,GAAG,iBAAiB,IAAI,iBAAiB,CAAC,KAAK,EAAE,CAAC;;GAExE,IAAK,eAAe,EAAE;IACpB,WAAW,CAAC,IAAI,GAAG,eAAe,CAAC;IACnC,eAAe,CAAC,QAAQ,GAAG,WAAW,CAAC;;IAExC,WAAY,GAAG,eAAe,CAAC;IAC9B;;GAEF,aAAc,GAAG,iBAAiB,CAAC;GAClC;;EAED,MAAM,CAAC,SAAS,GAAG,WAAW,CAAC;;EAE/B,IAAI,IAAI,CAAC,qBAAqB,EAAE;GAChC,MAAO,CAAC,qBAAqB,GAAG,IAAI,CAAC,qBAAqB,CAAC,KAAK,EAAE,CAAC;GAClE;;EAED,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,OAAO,WAAC,KAAI;GACjD,MAAO,CAAC,kBAAkB,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;GACtC,CAAC,CAAC;;EAEJ,OAAQ,MAAM,CAAC;CACf,EAAC;;CAEF,sBAAC,kDAAmB,OAAO,EAAE;;;EAC3B,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;;EAExBA,IAAM,WAAW,GAAG,CAAC,CAAC;EACtBA,IAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EAC7C,IAAO,QAAQ,GAAG,IAAI,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;;EAE9C,IAAO,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;;EAEzC,IAAI,IAAI,CAAC,KAAK,EAAE;GAChB,QAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;GAC7B;;EAEF,IAAK,CAAC,UAAU,CAAC,QAAQ,WAAC,OAAM;GAC/B,IAAO,GAAG,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;;GAEhC,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,IAAE,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,GAAC;;GAEtD,IAAI,KAAK,CAAC,MAAM,EAAE;IAClB,QAAS,CAAC,OAAO;KACf,WAAW;KACZ,KAAM,CAAC,OAAO;KACb,GAAG;KACH,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;KACpD,CAAC;IACF,MAAM;IACN,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,KAAK,EAAEE,MAAI,CAAC,QAAQ,EAAE,GAAG,EAAEA,MAAI,CAAC,kBAAkB,CAAC,CAAC;IAC3F;;GAED,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,IAAE,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,GAAC;GACtD,CAAC,CAAC;;EAEH,OAAO;GACN,IAAI,EAAE,OAAO,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,GAAG,IAAI;GAC9D,OAAQ,EAAE,CAAC,OAAO,CAAC,MAAM,GAAG,eAAe,CAAC,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,OAAO,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;GACtF,cAAc,EAAE,OAAO,CAAC,cAAc,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC;GAClE,OAAC,KAAK;GACL,QAAQ,EAAE,QAAQ,CAAC,GAAG;GACtB,CAAC;CACH,EAAC;;CAEF,sBAAC,oCAAY,OAAO,EAAE;EACrB,OAAQ,IAAI,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC;CACxD,EAAC;;CAEF,sBAAC,8CAAkB;EACjB,OAAO,IAAI,CAAC,SAAS,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC;CACxD,EAAC;;CAEF,sBAAC,0BAAO,SAAS,EAAE,OAAO,EAAE;EAC1BF,IAAM,OAAO,GAAG,YAAY,CAAC;;EAE7B,IAAI,QAAQ,CAAC,SAAS,CAAC,EAAE;GACzB,OAAQ,GAAG,SAAS,CAAC;GACrB,SAAU,GAAG,SAAS,CAAC;GACtB;;EAED,SAAS,GAAG,SAAS,KAAK,SAAS,GAAG,SAAS,GAAG,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC;;EAEzE,IAAI,SAAS,KAAK,EAAE,IAAE,OAAO,IAAI,GAAC;;EAElC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;;;EAGxBA,IAAM,UAAU,GAAG,EAAE,CAAC;;EAEtB,IAAI,OAAO,CAAC,OAAO,EAAE;GACrB,IAAO,UAAU;IACf,OAAO,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,QAAQ,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC;GAC9E,UAAU,CAAC,OAAO,WAAC,WAAU;IAC7B,KAAMC,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE;KACpD,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;KACrB;IACD,CAAC,CAAC;GACH;;EAEF,IAAK,yBAAyB,GAAG,OAAO,CAAC,WAAW,KAAK,KAAK,CAAC;EAC9DD,IAAM,QAAQ,aAAG,OAAM;GACvB,IAAK,yBAAyB,IAAE,aAAU,SAAS,GAAG,KAAK,IAAG;GAC9D,yBAA0B,GAAG,IAAI,CAAC;GAClC,OAAQ,KAAK,CAAC;GACb,CAAC;;EAEF,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;;EAEnDC,IAAI,SAAS,GAAG,CAAC,CAAC;EAClBA,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC;;EAE7B,OAAQ,KAAK,EAAE;GACbD,IAAM,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC;;GAEtB,IAAI,KAAK,CAAC,MAAM,EAAE;IACjB,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE;KAC3B,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;;KAEzD,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE;MACzB,yBAAyB,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,KAAK,IAAI,CAAC;MAC7E;KACD;IACD,MAAM;IACN,SAAS,GAAG,KAAK,CAAC,KAAK,CAAC;;IAExB,OAAO,SAAS,GAAG,GAAG,EAAE;KACvB,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE;MAC5B,IAAO,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;;MAEtC,IAAI,IAAI,KAAK,IAAI,EAAE;OACnB,yBAA0B,GAAG,IAAI,CAAC;OACjC,MAAM,IAAI,IAAI,KAAK,IAAI,IAAI,yBAAyB,EAAE;OACvD,yBAA0B,GAAG,KAAK,CAAC;;OAElC,IAAI,SAAS,KAAK,KAAK,CAAC,KAAK,EAAE;QAC9B,KAAK,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;QAC9B,MAAM;QACP,IAAK,CAAC,WAAW,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC;QACnC,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;QACnB,KAAK,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;QAC9B;OACD;MACD;;KAEF,SAAU,IAAI,CAAC,CAAC;KACf;IACD;;GAED,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC;GACtB,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;GACnB;;EAED,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;;EAEpD,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,4BAAS;EACR,MAAM,IAAI,KAAK,CAAC,iFAAiF,CAAC,CAAC;CACpG,EAAC;;CAEF,sBAAC,kCAAW,KAAK,EAAE,OAAO,EAAE;EAC1B,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE;GACvB,OAAO,CAAC,IAAI,CAAC,oFAAoF,CAAC,CAAC;GACnG,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;GACzB;;EAEF,OAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;CACxC,EAAC;;CAEF,sBAAC,oCAAY,KAAK,EAAE,OAAO,EAAE;EAC3B,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE;GACxB,OAAO,CAAC,IAAI,CAAC,uFAAuF,CAAC,CAAC;GACtG,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC;GAC1B;;EAEF,OAAQ,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;CAC1C,EAAC;;CAEF,sBAAC,sBAAK,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE;EACvB,IAAI,KAAK,IAAI,KAAK,IAAI,KAAK,IAAI,GAAG,IAAE,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,GAAC;;EAI7F,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EACnB,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;EACjB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;EAEpB,IAAO,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EACnC,IAAO,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;;EAE7BA,IAAM,OAAO,GAAG,KAAK,CAAC,QAAQ,CAAC;EAC/BA,IAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC;;EAE5B,IAAO,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EACrC,IAAI,CAAC,QAAQ,IAAI,IAAI,KAAK,IAAI,CAAC,SAAS,IAAE,OAAO,IAAI,GAAC;EACtDA,IAAM,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC;;EAE/D,IAAK,OAAO,IAAE,OAAO,CAAC,IAAI,GAAG,QAAQ,GAAC;EACtC,IAAK,QAAQ,IAAE,QAAQ,CAAC,QAAQ,GAAG,OAAO,GAAC;;EAE3C,IAAK,OAAO,IAAE,OAAO,CAAC,IAAI,GAAG,KAAK,GAAC;EACnC,IAAK,QAAQ,IAAE,QAAQ,CAAC,QAAQ,GAAG,IAAI,GAAC;;EAEvC,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAE,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,IAAI,GAAC;EACjD,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;GACf,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,QAAQ,CAAC;GAChC,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,IAAI,CAAC;GAC3B;;EAED,KAAK,CAAC,QAAQ,GAAG,OAAO,CAAC;EACzB,IAAI,CAAC,IAAI,GAAG,QAAQ,IAAI,IAAI,CAAC;;EAE9B,IAAK,CAAC,OAAO,IAAE,IAAI,CAAC,UAAU,GAAG,KAAK,GAAC;EACvC,IAAK,CAAC,QAAQ,IAAE,IAAI,CAAC,SAAS,GAAG,IAAI,GAAC;EAGtC,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,gCAAU,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE;EACvC,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAE,MAAM,IAAI,SAAS,CAAC,sCAAsC,CAAC,GAAC;;EAE7F,OAAO,KAAK,GAAG,CAAC,IAAE,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAC;EAChD,OAAO,GAAG,GAAG,CAAC,IAAE,GAAG,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAC;;EAE5C,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,IAAE,MAAM,IAAI,KAAK,CAAC,sBAAsB,CAAC,GAAC;EACzE,IAAK,KAAK,KAAK,GAAG;GACjB,EAAC,MAAM,IAAI,KAAK,CAAC,+EAA+E,CAAC,GAAC;;EAIlG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EACnB,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;;EAEjB,IAAI,OAAO,KAAK,IAAI,EAAE;GACrB,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE;IACtB,OAAO,CAAC,IAAI,CAAC,+HAA+H,CAAC,CAAC;IAC9I,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IACxB;;GAED,OAAO,GAAG,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;GAC9B;EACDA,IAAM,SAAS,GAAG,OAAO,KAAK,SAAS,GAAG,OAAO,CAAC,SAAS,GAAG,KAAK,CAAC;EACpEA,IAAM,WAAW,GAAG,OAAO,KAAK,SAAS,GAAG,OAAO,CAAC,WAAW,GAAG,KAAK,CAAC;;EAEzE,IAAK,SAAS,EAAE;GACdA,IAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;GAClD,IAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;GAClC;;EAEF,IAAO,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EACnC,IAAO,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;;EAE9B,IAAK,KAAK,EAAE;GACV,IAAI,GAAG,GAAG,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,IAAI,KAAK,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE;IAC9D,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;IACzD;;GAEF,KAAM,CAAC,IAAI,CAAC,OAAO,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;;GAE5C,IAAI,KAAK,KAAK,IAAI,EAAE;IACnBC,IAAI,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;IACvB,OAAO,KAAK,KAAK,IAAI,EAAE;KACvB,KAAM,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;KACtB,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;KACnB;;IAEF,KAAM,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;IACtB;GACD,MAAM;;GAEP,IAAO,QAAQ,GAAG,IAAI,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;;;GAGpE,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC;GACrB,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;GACzB;EAGF,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,4BAAQ,OAAO,EAAE;EAChB,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAE,MAAM,IAAI,SAAS,CAAC,gCAAgC,CAAC,GAAC;;EAExF,IAAK,CAAC,KAAK,GAAG,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC;EACnC,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,oCAAY,KAAK,EAAE,OAAO,EAAE;EAC3B,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAE,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC,GAAC;;EAI1F,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;EAEpB,IAAO,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;;EAEjC,IAAK,KAAK,EAAE;GACV,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;GAC3B,MAAM;GACP,IAAK,CAAC,KAAK,GAAG,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC;GAClC;EAGF,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,sCAAa,KAAK,EAAE,OAAO,EAAE;EAC5B,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAE,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC,GAAC;;EAI1F,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;EAEpB,IAAO,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;;EAEnC,IAAK,KAAK,EAAE;GACV,KAAK,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;GAC5B,MAAM;GACP,IAAK,CAAC,KAAK,GAAG,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC;GAClC;EAGF,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,0BAAO,KAAK,EAAE,GAAG,EAAE;EAClB,OAAO,KAAK,GAAG,CAAC,IAAE,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAC;EAChD,OAAO,GAAG,GAAG,CAAC,IAAE,GAAG,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAC;;EAE5C,IAAI,KAAK,KAAK,GAAG,IAAE,OAAO,IAAI,GAAC;;EAE/B,IAAI,KAAK,GAAG,CAAC,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,IAAE,MAAM,IAAI,KAAK,CAAC,4BAA4B,CAAC,GAAC;EAC5F,IAAK,KAAK,GAAG,GAAG,IAAE,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,GAAC;;EAInE,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EACnB,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;;EAElB,IAAK,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;;EAEjC,OAAQ,KAAK,EAAE;GACb,KAAK,CAAC,KAAK,GAAG,EAAE,CAAC;GACjB,KAAK,CAAC,KAAK,GAAG,EAAE,CAAC;GACjB,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;;GAEf,KAAK,GAAG,GAAG,GAAG,KAAK,CAAC,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;GACzD;EAGF,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,gCAAW;EACV,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM;GACrB,EAAC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,GAAC;EAC1CA,IAAI,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;EAC3B,GAAG;GACF,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;IACtB,EAAC,OAAO,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,GAAC;GAC5C,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM;IACxB,EAAC,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,GAAC;GAChD,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;IACtB,EAAC,OAAO,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,GAAC;GAC5C,QAAQ,KAAK,GAAG,KAAK,CAAC,QAAQ,EAAE;EACjC,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM;GACrB,EAAC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,GAAC;EAC3C,OAAQ,EAAE,CAAC;CACX,EAAC;;CAEF,sBAAC,gCAAW;EACVA,IAAI,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;EAC1C,IAAI,SAAS,KAAK,CAAC,CAAC;GACpB,EAAC,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,SAAS,GAAG,CAAC,CAAC,GAAC;EACzCA,IAAI,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC;EACzBA,IAAI,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;EAC3B,GAAG;GACH,IAAK,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;IAC5B,SAAU,GAAG,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IACvC,IAAI,SAAS,KAAK,CAAC,CAAC;KACpB,EAAC,OAAO,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,SAAS,GAAG,CAAC,CAAC,GAAG,OAAO,GAAC;IACpD,OAAO,GAAG,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC;IAChC;;GAEF,IAAK,KAAK,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;IAC9B,SAAU,GAAG,KAAK,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IACzC,IAAI,SAAS,KAAK,CAAC,CAAC;KACpB,EAAC,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,GAAG,CAAC,CAAC,GAAG,OAAO,GAAC;IACtD,OAAO,GAAG,KAAK,CAAC,OAAO,GAAG,OAAO,CAAC;IAClC;;GAEF,IAAK,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;IAC5B,SAAU,GAAG,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IACvC,IAAI,SAAS,KAAK,CAAC,CAAC;KACpB,EAAC,OAAO,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,SAAS,GAAG,CAAC,CAAC,GAAG,OAAO,GAAC;IACpD,OAAO,GAAG,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC;IAChC;GACD,QAAQ,KAAK,GAAG,KAAK,CAAC,QAAQ,EAAE;EAClC,SAAU,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;EACtC,IAAI,SAAS,KAAK,CAAC,CAAC;GACpB,EAAC,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,SAAS,GAAG,CAAC,CAAC,GAAG,OAAO,GAAC;EACnD,OAAO,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC;CAC7B,EAAC;;CAEF,sBAAC,wBAAM,KAAS,EAAE,GAA0B,EAAE;gCAAlC,GAAG;4BAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;;EACpC,OAAO,KAAK,GAAG,CAAC,IAAE,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAC;EAChD,OAAO,GAAG,GAAG,CAAC,IAAE,GAAG,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAC;;EAE5CA,IAAI,MAAM,GAAG,EAAE,CAAC;;;EAGhBA,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC;EAC5B,OAAO,KAAK,KAAK,KAAK,CAAC,KAAK,GAAG,KAAK,IAAI,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,EAAE;;GAE5D,IAAI,KAAK,CAAC,KAAK,GAAG,GAAG,IAAI,KAAK,CAAC,GAAG,IAAI,GAAG,EAAE;IAC3C,OAAQ,MAAM,CAAC;IACd;;GAED,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;GACnB;;EAEF,IAAK,KAAK,IAAI,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,KAAK,KAAK;GAClD,EAAC,MAAM,IAAI,KAAK,qCAAkC,KAAK,8BAA0B,GAAC;;EAElFD,IAAM,UAAU,GAAG,KAAK,CAAC;EAC1B,OAAQ,KAAK,EAAE;GACb,IAAI,KAAK,CAAC,KAAK,KAAK,UAAU,KAAK,KAAK,IAAI,KAAK,CAAC,KAAK,KAAK,KAAK,CAAC,EAAE;IACnE,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC;IACtB;;GAEDA,IAAM,WAAW,GAAG,KAAK,CAAC,KAAK,GAAG,GAAG,IAAI,KAAK,CAAC,GAAG,IAAI,GAAG,CAAC;GAC3D,IAAK,WAAW,IAAI,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,GAAG,KAAK,GAAG;IACpD,EAAC,MAAM,IAAI,KAAK,qCAAkC,GAAG,4BAAwB,GAAC;;GAE9EA,IAAM,UAAU,GAAG,UAAU,KAAK,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC;GACnE,IAAO,QAAQ,GAAG,WAAW,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,GAAG,GAAG,GAAG,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC;;GAE7F,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;;GAEpD,IAAI,KAAK,CAAC,KAAK,KAAK,CAAC,WAAW,IAAI,KAAK,CAAC,GAAG,KAAK,GAAG,CAAC,EAAE;IACvD,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC;IACtB;;GAEF,IAAK,WAAW,EAAE;IAChB,MAAM;IACN;;GAED,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;GACnB;;EAEF,OAAQ,MAAM,CAAC;CACf,EAAC;;CAEF;CACA,sBAAC,sBAAK,KAAK,EAAE,GAAG,EAAE;EACjB,IAAO,KAAK,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5B,KAAM,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC;EACvB,KAAK,CAAC,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;;EAE1C,OAAQ,KAAK,CAAC;CACd,EAAC;;CAEF,sBAAC,0BAAO,KAAK,EAAE;EACb,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAE,SAAO;;EAIrDC,IAAI,KAAK,GAAG,IAAI,CAAC,iBAAiB,CAAC;EACpC,IAAO,aAAa,GAAG,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC;;EAEzC,OAAQ,KAAK,EAAE;GACb,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAE,OAAO,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,GAAC;;GAElE,KAAM,GAAG,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;GAC1E;CACF,EAAC;;CAEF,sBAAC,oCAAY,KAAK,EAAE,KAAK,EAAE;EAC1B,IAAK,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE;;GAEzCD,IAAM,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,KAAK,CAAC,CAAC;GAC9C,MAAO,IAAI,KAAK;8DACwC,GAAG,CAAC,KAAI,UAAI,GAAG,CAAC,OAAM,cAC3E,KAAK,CAAC,SAAQ;IAEf,CAAC;GACF;;EAEF,IAAO,QAAQ,GAAG,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;;EAErC,IAAK,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC;EAC3B,IAAK,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC;EAChC,IAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,QAAQ,CAAC;;EAEpC,IAAI,KAAK,KAAK,IAAI,CAAC,SAAS,IAAE,IAAI,CAAC,SAAS,GAAG,QAAQ,GAAC;;EAExD,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;EAEhC,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,gCAAW;EACVC,IAAI,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC;;EAErBA,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC;EAC7B,OAAQ,KAAK,EAAE;GACb,GAAG,IAAI,KAAK,CAAC,QAAQ,EAAE,CAAC;GACxB,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;GACnB;;EAED,OAAO,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC;CACzB,EAAC;;CAEF,sBAAC,8BAAU;EACTA,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC;EAC5B,GAAG;GACF,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE;KAC3C,KAAM,CAAC,OAAO,CAAC,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE;KAC7C,KAAM,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE;IAC1C,EAAC,OAAO,KAAK,GAAC;GACd,QAAQ,KAAK,GAAG,KAAK,CAAC,IAAI,EAAE;EAC9B,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,sBAAC,4BAAS;EACRA,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC;EAC5BA,IAAI,MAAM,GAAG,CAAC,CAAC;EACf,GAAG;GACF,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,GAAG,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC;GACzE,QAAQ,KAAK,GAAG,KAAK,CAAC,IAAI,EAAE;EAC9B,OAAQ,MAAM,CAAC;CACf,EAAC;;CAEF,sBAAC,kCAAY;EACX,OAAO,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;CAC9B,EAAC;;CAEF,sBAAC,sBAAK,QAAQ,EAAE;EACd,OAAO,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;CACnD,EAAC;;CAEF,sBAAC,0CAAe,QAAQ,EAAE;EACxBD,IAAM,EAAE,GAAG,IAAI,MAAM,CAAC,CAAC,QAAQ,IAAI,KAAK,IAAI,IAAI,CAAC,CAAC;;EAElD,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;EACzC,IAAK,IAAI,CAAC,KAAK,CAAC,MAAM,IAAE,OAAO,IAAI,GAAC;;EAEnCC,IAAI,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;;EAE3B,GAAG;GACFD,IAAM,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC;GACvB,IAAO,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;;;GAGlC,IAAI,KAAK,CAAC,GAAG,KAAK,GAAG,EAAE;IACtB,IAAI,IAAI,CAAC,SAAS,KAAK,KAAK,EAAE;KAC7B,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC;KAC5B;;IAEF,IAAK,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;IAC9B,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC;IAC5C,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC;IACxC;;GAED,IAAI,OAAO,IAAE,OAAO,IAAI,GAAC;GACzB,KAAK,GAAG,KAAK,CAAC,QAAQ,CAAC;GACvB,QAAQ,KAAK,EAAE;;EAEjB,OAAQ,KAAK,CAAC;CACd,EAAC;;CAEF,sBAAC,4BAAQ,QAAQ,EAAE;EACjB,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;EAC/B,OAAQ,IAAI,CAAC;CACb,EAAC;CACF,sBAAC,8CAAiB,QAAQ,EAAE;EAC1BA,IAAM,EAAE,GAAG,IAAI,MAAM,CAAC,GAAG,IAAI,QAAQ,IAAI,KAAK,CAAC,GAAG,GAAG,CAAC,CAAC;;EAEvD,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;EACzC,IAAK,IAAI,CAAC,KAAK,CAAC,MAAM,IAAE,OAAO,IAAI,GAAC;;EAEnCC,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC;;EAE5B,GAAG;GACFD,IAAM,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC;GACvB,IAAO,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;;GAEpC,IAAI,KAAK,CAAC,GAAG,KAAK,GAAG,EAAE;;IAEtB,IAAI,KAAK,KAAK,IAAI,CAAC,SAAS,IAAE,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,IAAI,GAAC;;IAE3D,IAAK,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;IAC9B,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC;IAC5C,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC;IACxC;;GAED,IAAI,OAAO,IAAE,OAAO,IAAI,GAAC;GACzB,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC;GACnB,QAAQ,KAAK,EAAE;;EAEjB,OAAQ,KAAK,CAAC;CACd,EAAC;;CAEF,sBAAC,gCAAU,QAAQ,EAAE;EACnB,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;EACjC,OAAQ,IAAI,CAAC;CACb,CAAC;;CCrsBFA,IAAM,UAAU,GAAG,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC;;CAEpC,IAAM,MAAM,GAC1B,eAAW,CAAC,OAAY,EAAE;mCAAP,GAAG;;EACtB,IAAK,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,EAAE,CAAC;EACjC,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,KAAK,SAAS,GAAG,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;EAC5E,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;EAClB,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;EACxB,IAAI,CAAC,2BAA2B,GAAG,EAAE,CAAC;CACvC,EAAC;;CAEF,iBAAC,gCAAU,MAAM,EAAE;EACjB,IAAI,MAAM,YAAY,WAAW,EAAE;GAClC,OAAO,IAAI,CAAC,SAAS,CAAC;IACtB,OAAQ,EAAE,MAAM;IACf,QAAQ,EAAE,MAAM,CAAC,QAAQ;IACzB,SAAS,EAAE,IAAI,CAAC,SAAS;IACzB,CAAC,CAAC;GACH;;EAEF,IAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE;GACzC,MAAM,IAAI,KAAK,CAAC,sIAAsI,CAAC,CAAC;GACxJ;;EAED,CAAC,UAAU,EAAE,uBAAuB,EAAE,WAAW,CAAC,CAAC,OAAO,WAAC,QAAO;GAClE,IAAK,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,EAAE,MAAM,CAAC,IAAE,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,GAAC;GAC9E,CAAC,CAAC;;EAEH,IAAI,MAAM,CAAC,SAAS,KAAK,SAAS,EAAE;;GAEnC,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;GAClC;;EAED,IAAI,MAAM,CAAC,QAAQ,EAAE;GACpB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,2BAA2B,EAAE,MAAM,CAAC,QAAQ,CAAC,EAAE;IACxE,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;IAC/E,IAAK,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,MAAM,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC;IACzF,MAAM;IACNA,IAAM,YAAY,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,2BAA2B,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC5F,IAAK,MAAM,CAAC,OAAO,CAAC,QAAQ,KAAK,YAAY,CAAC,OAAO,EAAE;KACtD,MAAO,IAAI,KAAK,uCAAmC,MAAM,CAAC,SAAQ,4BAAwB,CAAC;KAC1F;IACD;GACD;;EAEF,IAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC3B,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,iBAAC,0BAAO,GAAG,EAAE,OAAO,EAAE;EACrB,IAAK,CAAC,SAAS,CAAC;GACd,OAAO,EAAE,IAAI,WAAW,CAAC,GAAG,CAAC;GAC9B,SAAU,EAAE,CAAC,OAAO,IAAI,OAAO,CAAC,SAAS,KAAK,EAAE;GAC/C,CAAC,CAAC;;EAEJ,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,iBAAC,0BAAQ;EACPA,IAAM,MAAM,GAAG,IAAI,MAAM,CAAC;GACzB,KAAK,EAAE,IAAI,CAAC,KAAK;GACjB,SAAS,EAAE,IAAI,CAAC,SAAS;GACzB,CAAC,CAAC;;EAEJ,IAAK,CAAC,OAAO,CAAC,OAAO,WAAC,QAAO;GAC5B,MAAO,CAAC,SAAS,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC,QAAQ;IACzB,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE;IAC/B,SAAS,EAAE,MAAM,CAAC,SAAS;IAC3B,CAAC,CAAC;GACH,CAAC,CAAC;;EAEJ,OAAQ,MAAM,CAAC;CACf,EAAC;;CAEF,iBAAC,kDAAmB,OAAY,EAAE;;oCAAP,GAAG;;EAC5BA,IAAM,KAAK,GAAG,EAAE,CAAC;EAClB,IAAK,CAAC,OAAO,CAAC,OAAO,WAAC,QAAO;GAC3B,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,OAAO,WAAC,MAAK;IACpD,IAAI,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAE,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,GAAC;IAC5C,CAAC,CAAC;GACH,CAAC,CAAC;;EAEJ,IAAO,QAAQ,GAAG,IAAI,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;;EAE7C,IAAI,IAAI,CAAC,KAAK,EAAE;GAChB,QAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;GAC7B;;EAEF,IAAK,CAAC,OAAO,CAAC,OAAO,WAAE,MAAM,EAAE,CAAC,EAAE;GAChC,IAAI,CAAC,GAAG,CAAC,EAAE;IACX,QAAS,CAAC,OAAO,CAACE,MAAI,CAAC,SAAS,CAAC,CAAC;IACjC;;GAEDF,IAAM,WAAW,GAAG,MAAM,CAAC,QAAQ,GAAGE,MAAI,CAAC,2BAA2B,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;GAC7FF,IAAM,WAAW,GAAG,MAAM,CAAC,OAAO,CAAC;GACpC,IAAO,MAAM,GAAG,UAAU,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;;GAEhD,IAAI,WAAW,CAAC,KAAK,EAAE;IACvB,QAAS,CAAC,OAAO,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;IACpC;;GAEF,WAAY,CAAC,UAAU,CAAC,QAAQ,WAAC,OAAM;IACtC,IAAO,GAAG,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;;IAEhC,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,IAAE,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,GAAC;;IAEtD,IAAI,MAAM,CAAC,QAAQ,EAAE;KACpB,IAAI,KAAK,CAAC,MAAM,EAAE;MAClB,QAAS,CAAC,OAAO;OACf,WAAW;OACZ,KAAM,CAAC,OAAO;OACb,GAAG;OACH,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;OACpD,CAAC;MACF,MAAM;MACP,QAAS,CAAC,gBAAgB;OACxB,WAAW;OACX,KAAK;OACN,WAAY,CAAC,QAAQ;OACpB,GAAG;OACJ,WAAY,CAAC,kBAAkB;OAC9B,CAAC;MACF;KACD,MAAM;KACP,QAAS,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;KAChC;;IAED,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,IAAE,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,GAAC;IACtD,CAAC,CAAC;;GAEH,IAAI,WAAW,CAAC,KAAK,EAAE;IACvB,QAAS,CAAC,OAAO,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;IACpC;GACD,CAAC,CAAC;;EAEH,OAAO;GACN,IAAI,EAAE,OAAO,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,GAAG,IAAI;GAC9D,OAAQ,EAAE,IAAI,CAAC,aAAa,CAAC,GAAG,WAAC,QAAO;IACtC,OAAO,OAAO,CAAC,IAAI,GAAG,eAAe,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;IACvF,CAAC;GACH,cAAe,EAAE,IAAI,CAAC,aAAa,CAAC,GAAG,WAAC,QAAO;IAC9C,OAAQ,OAAO,CAAC,cAAc,GAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IACtD,CAAC;GACH,OAAC,KAAK;GACL,QAAQ,EAAE,QAAQ,CAAC,GAAG;GACtB,CAAC;CACH,EAAC;;CAEF,iBAAC,oCAAY,OAAO,EAAE;EACrB,OAAQ,IAAI,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC;CACxD,EAAC;;CAEF,iBAAC,8CAAkB;EACjBA,IAAM,kBAAkB,GAAG,EAAE,CAAC;;EAE/B,IAAK,CAAC,OAAO,CAAC,OAAO,WAAC,QAAO;GAC5B,IAAO,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC;;GAE3C,IAAI,SAAS,KAAK,IAAI,IAAE,SAAO;;GAE/B,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC,IAAE,kBAAkB,CAAC,SAAS,CAAC,GAAG,CAAC,GAAC;GACtE,kBAAkB,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;GACnC,CAAC,CAAC;;EAEH;GACC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,IAAI,WAAE,CAAC,EAAE,CAAC,EAAE;IAC5C,OAAQ,kBAAkB,CAAC,CAAC,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,CAAC;IACrD,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI;IACZ;CACH,EAAC;;CAEF,iBAAC,0BAAO,SAAS,EAAE;;;EACjB,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE;GACtB,SAAS,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;GACnC;;EAED,IAAI,SAAS,KAAK,EAAE,IAAE,OAAO,IAAI,GAAC;;EAEnC,IAAK,eAAe,GAAG,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;;EAEpE,IAAK,CAAC,OAAO,CAAC,OAAO,WAAE,MAAM,EAAE,CAAC,EAAE;GAChCA,IAAM,SAAS,GAAG,MAAM,CAAC,SAAS,KAAK,SAAS,GAAG,MAAM,CAAC,SAAS,GAAGE,MAAI,CAAC,SAAS,CAAC;GACrFF,IAAM,WAAW,GAAG,eAAe,KAAK,CAAC,GAAG,CAAC,IAAI,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;;GAE3E,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE;IAChC,OAAO,EAAE,MAAM,CAAC,qBAAqB;IACtC,aAAC,WAAW;IACX,CAAC,CAAC;;GAEJ,eAAgB,GAAG,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,KAAK,IAAI,CAAC;GACrD,CAAC,CAAC;;EAEH,IAAI,IAAI,CAAC,KAAK,EAAE;GAChB,IAAK,CAAC,KAAK;IACT,SAAS;IACT,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,YAAG,KAAK,EAAE,KAAK,EAAE;KAC9C,OAAQ,KAAK,GAAG,CAAC,GAAG,SAAS,GAAG,KAAK,GAAG,KAAK,CAAC;KAC7C,CAAC,CAAC;GACJ;;EAEF,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,iBAAC,4BAAQ,GAAG,EAAE;EACb,IAAK,CAAC,KAAK,GAAG,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,iBAAC,gCAAW;;;EACVA,IAAM,IAAI,GAAG,IAAI,CAAC,OAAO;IACvB,GAAG,WAAE,MAAM,EAAE,CAAC,EAAE;IAChBA,IAAM,SAAS,GAAG,MAAM,CAAC,SAAS,KAAK,SAAS,GAAG,MAAM,CAAC,SAAS,GAAGE,MAAI,CAAC,SAAS,CAAC;IACtF,IAAO,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,SAAS,GAAG,EAAE,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC;;IAElE,OAAQ,GAAG,CAAC;IACX,CAAC;IACD,IAAI,CAAC,EAAE,CAAC,CAAC;;EAEX,OAAO,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;CAC1B,EAAC;;CAEF,iBAAC,OAAO,uBAAI;EACV,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;GAC1C,EAAC,OAAO,KAAK,GAAC;EACd,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,WAAC,QAAO,SAAG,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,KAAE,CAAC;GAC1D,EAAC,OAAO,KAAK,GAAC;EACf,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,iBAAC,4BAAS;EACR,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,WAAE,MAAM,EAAE,MAAM,EAAE,SAAG,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,KAAE,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACrG,EAAC;;CAEF,iBAAC,kCAAY;EACX,OAAO,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;CAC9B,EAAC;;CAEF,iBAAC,sBAAK,QAAQ,EAAE;EACd,OAAO,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;CACnD,EAAC;;CAEF,iBAAC,gCAAU,QAAQ,EAAE;EACnBF,IAAM,EAAE,GAAG,IAAI,MAAM,CAAC,GAAG,IAAI,QAAQ,IAAI,KAAK,CAAC,GAAG,GAAG,CAAC,CAAC;EACvD,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;;EAExC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;GACjB,IAAK,MAAM,CAAC;GACXC,IAAI,CAAC,GAAG,CAAC,CAAC;;GAEV,GAAG;IACH,MAAO,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC5B,IAAK,CAAC,MAAM,EAAE;KACZ,MAAM;KACN;IACD,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE;GACrD;;EAEF,OAAQ,IAAI,CAAC;CACb,EAAC;;CAEF,iBAAC,4BAAQ,QAAQ,EAAE;EACjBD,IAAM,EAAE,GAAG,IAAI,MAAM,CAAC,CAAC,QAAQ,IAAI,KAAK,IAAI,IAAI,CAAC,CAAC;;EAEnD,IAAK,MAAM,CAAC;EACZ,IAAK,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC;;EAEhC,GAAG;GACH,MAAO,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;GAC5B,IAAK,CAAC,MAAM,EAAE;IACZ,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;IACxC,MAAM;IACN;GACD,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE;;EAEpD,OAAQ,IAAI,CAAC;CACb,CAAC;;CCxRF,WAAW,CAAC,MAAM,GAAG,MAAM,CAAC;CAC5B,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC;;;;;;;;"} \ No newline at end of file diff --git a/2019-setembro/node_modules/magic-string/index.d.ts b/2019-setembro/node_modules/magic-string/index.d.ts new file mode 100644 index 0000000..c491d82 --- /dev/null +++ b/2019-setembro/node_modules/magic-string/index.d.ts @@ -0,0 +1,106 @@ +export interface BundleOptions { + intro?: string; + separator?: string; +} + +export interface SourceMapOptions { + hires: boolean; + file: string; + source: string; + includeContent: boolean; +} + +export interface DecodedSourceMap { + file: string; + sources: string[]; + sourcesContent: string[]; + names: string[]; + mappings: number[][][]; +} + +export class SourceMap { + constructor(properties: DecodedSourceMap); + + version: number; + file: string; + sources: string[]; + sourcesContent: string[]; + names: string[]; + mappings: string; + + toString(): string; + toUrl(): string; +} + +export class Bundle { + constructor(options?: BundleOptions); + addSource(source: MagicString | { filename?: string, content: MagicString }): Bundle; + append(str: string, options?: BundleOptions): Bundle; + clone(): Bundle; + generateMap(options?: Partial): SourceMap; + generateDecodedMap(options?: Partial): DecodedSourceMap; + getIndentString(): string; + indent(indentStr?: string): Bundle; + indentExclusionRanges: ExclusionRange | Array; + prepend(str: string): Bundle; + toString(): string; + trimLines(): Bundle; + trim(charType?: string): Bundle; + trimStart(charType?: string): Bundle; + trimEnd(charType?: string): Bundle; + isEmpty(): boolean; + length(): number; +} + +export type ExclusionRange = [ number, number ]; + +export interface MagicStringOptions { + filename: string, + indentExclusionRanges: ExclusionRange | Array; +} + +export interface IndentOptions { + exclude: ExclusionRange | Array; + indentStart: boolean; +} + +export interface OverwriteOptions { + storeName?: boolean; + contentOnly?: boolean; +} + +export default class MagicString { + constructor(str: string, options?: MagicStringOptions); + addSourcemapLocation(char: number): void; + append(content: string): MagicString; + appendLeft(index: number, content: string): MagicString; + appendRight(index: number, content: string): MagicString; + clone(): MagicString; + generateMap(options?: Partial): SourceMap; + generateDecodedMap(options?: Partial): DecodedSourceMap; + getIndentString(): string; + + indent(options?: IndentOptions): MagicString; + indent(indentStr?: string, options?: IndentOptions): MagicString; + indentExclusionRanges: ExclusionRange | Array; + + move(start: number, end: number, index: number): MagicString; + overwrite(start: number, end: number, content: string, options?: boolean | OverwriteOptions): MagicString; + prepend(content: string): MagicString; + prependLeft(index: number, content: string): MagicString; + prependRight(index: number, content: string): MagicString; + remove(start: number, end: number): MagicString; + slice(start: number, end: number): string; + snip(start: number, end: number): MagicString; + trim(charType?: string): MagicString; + trimStart(charType?: string): MagicString; + trimEnd(charType?: string): MagicString; + trimLines(): MagicString; + + lastChar(): string; + lastLine(): string; + isEmpty(): boolean; + length(): number; + + original: string; +} diff --git a/2019-setembro/node_modules/magic-string/package.json b/2019-setembro/node_modules/magic-string/package.json new file mode 100644 index 0000000..3a2c8d3 --- /dev/null +++ b/2019-setembro/node_modules/magic-string/package.json @@ -0,0 +1,47 @@ +{ + "name": "magic-string", + "description": "Modify strings, generate sourcemaps", + "author": "Rich Harris", + "version": "0.25.3", + "repository": "https://github.com/rich-harris/magic-string", + "main": "dist/magic-string.cjs.js", + "module": "dist/magic-string.es.js", + "jsnext:main": "dist/magic-string.es.js", + "typings": "index.d.ts", + "license": "MIT", + "dependencies": { + "sourcemap-codec": "^1.4.4" + }, + "devDependencies": { + "eslint": "^5.16.0", + "mocha": "^5.2.0", + "prettier": "^1.18.2", + "rollup": "^1.16.3", + "rollup-plugin-buble": "^0.19.6", + "rollup-plugin-node-resolve": "^5.2.0", + "rollup-plugin-replace": "^2.2.0", + "source-map": "^0.6.1", + "source-map-support": "^0.5.12" + }, + "keywords": [ + "string", + "string manipulation", + "sourcemap", + "templating", + "transpilation" + ], + "scripts": { + "test": "mocha", + "pretest": "npm run lint && npm run build", + "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js", + "build": "rollup -c", + "prepublishOnly": "rm -rf dist && npm test", + "lint": "eslint src test", + "watch": "rollup -cw" + }, + "files": [ + "dist/*", + "index.d.ts", + "README.md" + ] +} diff --git a/2019-setembro/node_modules/map-cache/LICENSE b/2019-setembro/node_modules/map-cache/LICENSE new file mode 100644 index 0000000..1e49edf --- /dev/null +++ b/2019-setembro/node_modules/map-cache/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/map-cache/README.md b/2019-setembro/node_modules/map-cache/README.md new file mode 100644 index 0000000..6260b29 --- /dev/null +++ b/2019-setembro/node_modules/map-cache/README.md @@ -0,0 +1,145 @@ +# map-cache [![NPM version](https://img.shields.io/npm/v/map-cache.svg?style=flat)](https://www.npmjs.com/package/map-cache) [![NPM downloads](https://img.shields.io/npm/dm/map-cache.svg?style=flat)](https://npmjs.org/package/map-cache) [![Build Status](https://img.shields.io/travis/jonschlinkert/map-cache.svg?style=flat)](https://travis-ci.org/jonschlinkert/map-cache) + +Basic cache object for storing key-value pairs. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install map-cache --save +``` + +Based on MapCache in Lo-dash v3.0. [MIT License](https://github.com/lodash/lodash/blob/master/LICENSE.txt) + +## Usage + +```js +var MapCache = require('map-cache'); +var mapCache = new MapCache(); +``` + +## API + +### [MapCache](index.js#L28) + +Creates a cache object to store key/value pairs. + +**Example** + +```js +var cache = new MapCache(); +``` + +### [.set](index.js#L45) + +Adds `value` to `key` on the cache. + +**Params** + +* `key` **{String}**: The key of the value to cache. +* `value` **{any}**: The value to cache. +* `returns` **{Object}**: Returns the `Cache` object for chaining. + +**Example** + +```js +cache.set('foo', 'bar'); +``` + +### [.get](index.js#L65) + +Gets the cached value for `key`. + +**Params** + +* `key` **{String}**: The key of the value to get. +* `returns` **{any}**: Returns the cached value. + +**Example** + +```js +cache.get('foo'); +//=> 'bar' +``` + +### [.has](index.js#L82) + +Checks if a cached value for `key` exists. + +**Params** + +* `key` **{String}**: The key of the entry to check. +* `returns` **{Boolean}**: Returns `true` if an entry for `key` exists, else `false`. + +**Example** + +```js +cache.has('foo'); +//=> true +``` + +### [.del](index.js#L98) + +Removes `key` and its value from the cache. + +**Params** + +* `key` **{String}**: The key of the value to remove. +* `returns` **{Boolean}**: Returns `true` if the entry was removed successfully, else `false`. + +**Example** + +```js +cache.del('foo'); +``` + +## Related projects + +You might also be interested in these projects: + +* [cache-base](https://www.npmjs.com/package/cache-base): Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects. | [homepage](https://github.com/jonschlinkert/cache-base) +* [config-cache](https://www.npmjs.com/package/config-cache): General purpose JavaScript object storage methods. | [homepage](https://github.com/jonschlinkert/config-cache) +* [option-cache](https://www.npmjs.com/package/option-cache): Simple API for managing options in JavaScript applications. | [homepage](https://github.com/jonschlinkert/option-cache) + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/map-cache/issues/new). + +## Building docs + +Generate readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install verb && npm run docs +``` + +Or, if [verb](https://github.com/verbose/verb) is installed globally: + +```sh +$ verb +``` + +## Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +## Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/map-cache/blob/master/LICENSE). + +*** + +_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 10, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/map-cache/index.js b/2019-setembro/node_modules/map-cache/index.js new file mode 100644 index 0000000..f86842f --- /dev/null +++ b/2019-setembro/node_modules/map-cache/index.js @@ -0,0 +1,100 @@ +/*! + * map-cache + * + * Copyright (c) 2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var hasOwn = Object.prototype.hasOwnProperty; + +/** + * Expose `MapCache` + */ + +module.exports = MapCache; + +/** + * Creates a cache object to store key/value pairs. + * + * ```js + * var cache = new MapCache(); + * ``` + * + * @api public + */ + +function MapCache(data) { + this.__data__ = data || {}; +} + +/** + * Adds `value` to `key` on the cache. + * + * ```js + * cache.set('foo', 'bar'); + * ``` + * + * @param {String} `key` The key of the value to cache. + * @param {*} `value` The value to cache. + * @returns {Object} Returns the `Cache` object for chaining. + * @api public + */ + +MapCache.prototype.set = function mapSet(key, value) { + if (key !== '__proto__') { + this.__data__[key] = value; + } + return this; +}; + +/** + * Gets the cached value for `key`. + * + * ```js + * cache.get('foo'); + * //=> 'bar' + * ``` + * + * @param {String} `key` The key of the value to get. + * @returns {*} Returns the cached value. + * @api public + */ + +MapCache.prototype.get = function mapGet(key) { + return key === '__proto__' ? undefined : this.__data__[key]; +}; + +/** + * Checks if a cached value for `key` exists. + * + * ```js + * cache.has('foo'); + * //=> true + * ``` + * + * @param {String} `key` The key of the entry to check. + * @returns {Boolean} Returns `true` if an entry for `key` exists, else `false`. + * @api public + */ + +MapCache.prototype.has = function mapHas(key) { + return key !== '__proto__' && hasOwn.call(this.__data__, key); +}; + +/** + * Removes `key` and its value from the cache. + * + * ```js + * cache.del('foo'); + * ``` + * @title .del + * @param {String} `key` The key of the value to remove. + * @returns {Boolean} Returns `true` if the entry was removed successfully, else `false`. + * @api public + */ + +MapCache.prototype.del = function mapDelete(key) { + return this.has(key) && delete this.__data__[key]; +}; diff --git a/2019-setembro/node_modules/map-cache/package.json b/2019-setembro/node_modules/map-cache/package.json new file mode 100644 index 0000000..8bf0af2 --- /dev/null +++ b/2019-setembro/node_modules/map-cache/package.json @@ -0,0 +1,59 @@ +{ + "name": "map-cache", + "description": "Basic cache object for storing key-value pairs.", + "version": "0.2.2", + "homepage": "https://github.com/jonschlinkert/map-cache", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/map-cache", + "bugs": { + "url": "https://github.com/jonschlinkert/map-cache/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "devDependencies": { + "gulp-format-md": "^0.1.9", + "should": "^8.3.1" + }, + "keywords": [ + "cache", + "get", + "has", + "object", + "set", + "storage", + "store" + ], + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "config-cache", + "option-cache", + "cache-base" + ] + }, + "reflinks": [ + "verb" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/map-visit/LICENSE b/2019-setembro/node_modules/map-visit/LICENSE new file mode 100644 index 0000000..83b56e7 --- /dev/null +++ b/2019-setembro/node_modules/map-visit/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/map-visit/README.md b/2019-setembro/node_modules/map-visit/README.md new file mode 100644 index 0000000..5ab02d4 --- /dev/null +++ b/2019-setembro/node_modules/map-visit/README.md @@ -0,0 +1,155 @@ +# map-visit [![NPM version](https://img.shields.io/npm/v/map-visit.svg?style=flat)](https://www.npmjs.com/package/map-visit) [![NPM monthly downloads](https://img.shields.io/npm/dm/map-visit.svg?style=flat)](https://npmjs.org/package/map-visit) [![NPM total downloads](https://img.shields.io/npm/dt/map-visit.svg?style=flat)](https://npmjs.org/package/map-visit) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/map-visit.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/map-visit) + +> Map `visit` over an array of objects. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save map-visit +``` + +## Usage + +```js +var mapVisit = require('map-visit'); +``` + +## What does this do? + +**Assign/Merge/Extend vs. Visit** + +Let's say you want to add a `set` method to your application that will: + +* set key-value pairs on a `data` object +* extend objects onto the `data` object +* extend arrays of objects onto the data object + +**Example using `extend`** + +Here is one way to accomplish this using Lo-Dash's `extend` (comparable to `Object.assign`): + +```js +var _ = require('lodash'); + +var obj = { + data: {}, + set: function (key, value) { + if (Array.isArray(key)) { + _.extend.apply(_, [obj.data].concat(key)); + } else if (typeof key === 'object') { + _.extend(obj.data, key); + } else { + obj.data[key] = value; + } + } +}; + +obj.set('a', 'a'); +obj.set([{b: 'b'}, {c: 'c'}]); +obj.set({d: {e: 'f'}}); + +console.log(obj.data); +//=> {a: 'a', b: 'b', c: 'c', d: { e: 'f' }} +``` + +The above approach works fine for most use cases. However, **if you also want to emit an event** each time a property is added to the `data` object, or you want more control over what happens as the object is extended, a better approach would be to use `visit`. + +**Example using `visit`** + +In this approach: + +* when an array is passed to `set`, the `mapVisit` library calls the `set` method on each object in the array. +* when an object is passed, `visit` calls `set` on each property in the object. + +As a result, the `data` event will be emitted every time a property is added to `data` (events are just an example, you can use this approach to perform any necessary logic every time the method is called). + +```js +var mapVisit = require('map-visit'); +var visit = require('object-visit'); + +var obj = { + data: {}, + set: function (key, value) { + if (Array.isArray(key)) { + mapVisit(obj, 'set', key); + } else if (typeof key === 'object') { + visit(obj, 'set', key); + } else { + // simulate an event-emitter + console.log('emit', key, value); + obj.data[key] = value; + } + } +}; + +obj.set('a', 'a'); +obj.set([{b: 'b'}, {c: 'c'}]); +obj.set({d: {e: 'f'}}); +obj.set({g: 'h', i: 'j', k: 'l'}); + +console.log(obj.data); +//=> {a: 'a', b: 'b', c: 'c', d: { e: 'f' }, g: 'h', i: 'j', k: 'l'} + +// events would look something like: +// emit a a +// emit b b +// emit c c +// emit d { e: 'f' } +// emit g h +// emit i j +// emit k l +``` + +## About + +### Related projects + +* [collection-visit](https://www.npmjs.com/package/collection-visit): Visit a method over the items in an object, or map visit over the objects… [more](https://github.com/jonschlinkert/collection-visit) | [homepage](https://github.com/jonschlinkert/collection-visit "Visit a method over the items in an object, or map visit over the objects in an array.") +* [object-visit](https://www.npmjs.com/package/object-visit): Call a specified method on each value in the given object. | [homepage](https://github.com/jonschlinkert/object-visit "Call a specified method on each value in the given object.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 15 | [jonschlinkert](https://github.com/jonschlinkert) | +| 7 | [doowb](https://github.com/doowb) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 09, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/map-visit/index.js b/2019-setembro/node_modules/map-visit/index.js new file mode 100644 index 0000000..bc54ccc --- /dev/null +++ b/2019-setembro/node_modules/map-visit/index.js @@ -0,0 +1,37 @@ +'use strict'; + +var util = require('util'); +var visit = require('object-visit'); + +/** + * Map `visit` over an array of objects. + * + * @param {Object} `collection` The context in which to invoke `method` + * @param {String} `method` Name of the method to call on `collection` + * @param {Object} `arr` Array of objects. + */ + +module.exports = function mapVisit(collection, method, val) { + if (isObject(val)) { + return visit.apply(null, arguments); + } + + if (!Array.isArray(val)) { + throw new TypeError('expected an array: ' + util.inspect(val)); + } + + var args = [].slice.call(arguments, 3); + + for (var i = 0; i < val.length; i++) { + var ele = val[i]; + if (isObject(ele)) { + visit.apply(null, [collection, method, ele].concat(args)); + } else { + collection[method].apply(collection, [ele].concat(args)); + } + } +}; + +function isObject(val) { + return val && (typeof val === 'function' || (!Array.isArray(val) && typeof val === 'object')); +} diff --git a/2019-setembro/node_modules/map-visit/package.json b/2019-setembro/node_modules/map-visit/package.json new file mode 100644 index 0000000..e8d0f41 --- /dev/null +++ b/2019-setembro/node_modules/map-visit/package.json @@ -0,0 +1,74 @@ +{ + "name": "map-visit", + "description": "Map `visit` over an array of objects.", + "version": "1.0.0", + "homepage": "https://github.com/jonschlinkert/map-visit", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/map-visit", + "bugs": { + "url": "https://github.com/jonschlinkert/map-visit/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "object-visit": "^1.0.0" + }, + "devDependencies": { + "clone-deep": "^0.2.4", + "extend-shallow": "^2.0.1", + "gulp-format-md": "^0.1.12", + "lodash": "^4.17.4", + "mocha": "^3.2.0" + }, + "keywords": [ + "array", + "arrays", + "function", + "helper", + "invoke", + "key", + "map", + "method", + "object", + "objects", + "value", + "visit", + "visitor" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "related": { + "list": [ + "collection-visit", + "object-visit" + ] + }, + "reflinks": [ + "verb", + "verb-generate-readme" + ] + } +} diff --git a/2019-setembro/node_modules/memorystream/.npmignore b/2019-setembro/node_modules/memorystream/.npmignore new file mode 100644 index 0000000..dba2495 --- /dev/null +++ b/2019-setembro/node_modules/memorystream/.npmignore @@ -0,0 +1,8 @@ +.project +.settings +.settings/* +.gitignore +node_modules/ +.travis.yml +test-case/ +.git/ \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/Gruntfile.js b/2019-setembro/node_modules/memorystream/Gruntfile.js new file mode 100644 index 0000000..2f6fa43 --- /dev/null +++ b/2019-setembro/node_modules/memorystream/Gruntfile.js @@ -0,0 +1,23 @@ +module.exports = function(grunt) { + + grunt.loadNpmTasks('grunt-contrib-jshint'); + grunt.loadNpmTasks('grunt-mocha-test'); + + grunt.initConfig({ + pkg: grunt.file.readJSON('package.json'), + jshint: { + options: { + node: true + }, + main : ["index.js"] + }, + mochaTest: { + options: { + reporter: 'spec' + }, + src: ['test/*.test.js'] + } + }); + + grunt.registerTask('default', ['jshint:main', 'mochaTest']); +}; \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/LICENSE b/2019-setembro/node_modules/memorystream/LICENSE new file mode 100644 index 0000000..5860a88 --- /dev/null +++ b/2019-setembro/node_modules/memorystream/LICENSE @@ -0,0 +1,19 @@ +Copyright (C) 2011 Dmitry Nizovtsev + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/README.md b/2019-setembro/node_modules/memorystream/README.md new file mode 100644 index 0000000..1abe8b6 --- /dev/null +++ b/2019-setembro/node_modules/memorystream/README.md @@ -0,0 +1,93 @@ +[![Build Status](https://travis-ci.org/JSBizon/node-memorystream.svg?branch=master)](https://travis-ci.org/JSBizon/node-memorystream) + +# Introduction +node-memorystream - this module allow create streams in memory. It can be used for emulating file streams, filtering/mutating data between one stream and another, buffering incoming data, being the gap between two data/network streams of variable rates, etc. MemoryStream support read/write states or only read state or only write state. The API is meant to follow node's Stream implementation. +Module supports streams for node > 0.10 now. + + +Original module is here git://github.com/ollym/memstream.git was remade and improved. + +## Installation +If you have npm installed, you can simply type: + + npm install memorystream + +Or you can clone this repository using the git command: + + git clone git://github.com/JSBizon/node-memorystream.git + +## Usage +Some examples how to use memorystream module. + +#### Basic I/O Operation +In this example I illustrate the basic I/O operations of the memory stream. + + var MemoryStream = require('memorystream'); + var memStream = new MemoryStream(['Hello',' ']); + + var data = ''; + memStream.on('data', function(chunk) { + data += chunk.toString(); + }); + + memStream.write('World'); + + memStream.on('end', function() { + // outputs 'Hello World!' + console.log(data); + }); + memStream.end('!'); + +#### Piping +In this example I'm piping all data from the memory stream to the process's stdout stream. + + var MemoryStream = require('memorystream'); + var memStream = new MemoryStream(); + memStream.pipe(process.stdout, { end: false }); + + memStream.write('Hello World!'); + +In this example I'm piping all data from the response stream to the memory stream. + + var http = require('http'), + MemoryStream = require('memorystream'); + + var options = { + host: 'google.com' + }; + var memStream = new MemoryStream(null, { + readable : false + }); + + var req = http.get(options, function(res) { + res.pipe(memStream); + res.on('end', function() { + console.log(memStream.toString()); + }); + }); + +#### Delayed Response +In the example below, we first pause the stream before writing the data to it. The stream is then resumed after 1 second, and the data is written to the console. + + var MemoryStream = require('memorystream'); + + var memStream = new MemoryStream('Hello'); + var data = ''; + memStream.on('data', function(chunk) { + data += chunk; + }); + + memStream.pause(); + memStream.write('World!'); + + setTimeout(function() { + memStream.resume(); + }, 1000); + +## Documentation +The memory stream adopts all the same methods and events as node's Stream implementation. +Documentation is [available here](http://github.com/JSBizon/node-memorystream/wiki/API/ "Documentation"). + + + + \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/index.js b/2019-setembro/node_modules/memorystream/index.js new file mode 100644 index 0000000..38d46ca --- /dev/null +++ b/2019-setembro/node_modules/memorystream/index.js @@ -0,0 +1,209 @@ +'use strict'; + +var STREAM = require('stream'), + UTIL = require('util'), + StringDecoder = require('string_decoder').StringDecoder; + +function MemoryReadableStream(data, options) { + if (!(this instanceof MemoryReadableStream)) + return new MemoryReadableStream(data, options); + MemoryReadableStream.super_.call(this, options); + this.init(data, options); +} +UTIL.inherits(MemoryReadableStream, STREAM.Readable); + + +function MemoryWritableStream(data, options) { + if (!(this instanceof MemoryWritableStream)) + return new MemoryWritableStream(data, options); + MemoryWritableStream.super_.call(this, options); + this.init(data, options); +} +UTIL.inherits(MemoryWritableStream, STREAM.Writable); + + +function MemoryDuplexStream(data, options) { + if (!(this instanceof MemoryDuplexStream)) + return new MemoryDuplexStream(data, options); + MemoryDuplexStream.super_.call(this, options); + this.init(data, options); +} +UTIL.inherits(MemoryDuplexStream, STREAM.Duplex); + + +MemoryReadableStream.prototype.init = +MemoryWritableStream.prototype.init = +MemoryDuplexStream.prototype.init = function init (data, options) { + var self = this; + this.queue = []; + + if (data) { + if (!Array.isArray(data)) { + data = [ data ]; + } + + data.forEach(function (chunk) { + if (!(chunk instanceof Buffer)) { + chunk = new Buffer(chunk); + } + self.queue.push(chunk); + }); + + } + + options = options || {}; + + this.maxbufsize = options.hasOwnProperty('maxbufsize') ? options.maxbufsize + : null; + this.bufoverflow = options.hasOwnProperty('bufoverflow') ? options.bufoverflow + : null; + this.frequence = options.hasOwnProperty('frequence') ? options.frequence + : null; +}; + +function MemoryStream (data, options) { + if (!(this instanceof MemoryStream)) + return new MemoryStream(data, options); + + options = options || {}; + + var readable = options.hasOwnProperty('readable') ? options.readable : true, + writable = options.hasOwnProperty('writable') ? options.writable : true; + + if (readable && writable) { + return new MemoryDuplexStream(data, options); + } else if (readable) { + return new MemoryReadableStream(data, options); + } else if (writable) { + return new MemoryWritableStream(data, options); + } else { + throw new Error("Unknown stream type Readable, Writable or Duplex "); + } +} + + +MemoryStream.createReadStream = function (data, options) { + options = options || {}; + options.readable = true; + options.writable = false; + + return new MemoryStream(data, options); +}; + + +MemoryStream.createWriteStream = function (data, options) { + options = options || {}; + options.readable = false; + options.writable = true; + + return new MemoryStream(data, options); +}; + + +MemoryReadableStream.prototype._read = +MemoryDuplexStream.prototype._read = function _read (n) { + var self = this, + frequence = self.frequence || 0, + wait_data = this instanceof STREAM.Duplex && ! this._writableState.finished ? true : false; + if ( ! this.queue.length && ! wait_data) { + this.push(null);// finish stream + } else if (this.queue.length) { + setTimeout(function () { + if (self.queue.length) { + var chunk = self.queue.shift(); + if (chunk && ! self._readableState.ended) { + if ( ! self.push(chunk) ) { + self.queue.unshift(chunk); + } + } + } + }, frequence); + } +}; + + +MemoryWritableStream.prototype._write = +MemoryDuplexStream.prototype._write = function _write (chunk, encoding, cb) { + var decoder = null; + try { + decoder = this.decodeStrings && encoding ? new StringDecoder(encoding) : null; + } catch (err){ + return cb(err); + } + + var decoded_chunk = decoder ? decoder.write(chunk) : chunk, + queue_size = this._getQueueSize(), + chunk_size = decoded_chunk.length; + + if (this.maxbufsize && (queue_size + chunk_size) > this.maxbufsize ) { + if (this.bufoverflow) { + return cb("Buffer overflowed (" + this.bufoverflow + "/" + queue_size + ")"); + } else { + return cb(); + } + } + + if (this instanceof STREAM.Duplex) { + while (this.queue.length) { + this.push(this.queue.shift()); + } + this.push(decoded_chunk); + } else { + this.queue.push(decoded_chunk); + } + cb(); +}; + + +MemoryDuplexStream.prototype.end = function (chunk, encoding, cb) { + var self = this; + return MemoryDuplexStream.super_.prototype.end.call(this, chunk, encoding, function () { + self.push(null);//finish readble stream too + if (cb) cb(); + }); +}; + + +MemoryReadableStream.prototype._getQueueSize = +MemoryWritableStream.prototype._getQueueSize = +MemoryDuplexStream.prototype._getQueueSize = function () { + var queuesize = 0, i; + for (i = 0; i < this.queue.length; i++) { + queuesize += Array.isArray(this.queue[i]) ? this.queue[i][0].length + : this.queue[i].length; + } + return queuesize; +}; + + +MemoryWritableStream.prototype.toString = +MemoryDuplexStream.prototype.toString = +MemoryReadableStream.prototype.toString = +MemoryWritableStream.prototype.getAll = +MemoryDuplexStream.prototype.getAll = +MemoryReadableStream.prototype.getAll = function () { + var self = this, + ret = ''; + this.queue.forEach(function (data) { + ret += data; + }); + return ret; +}; + + +MemoryWritableStream.prototype.toBuffer = +MemoryDuplexStream.prototype.toBuffer = +MemoryReadableStream.prototype.toBuffer = function () { + var buffer = new Buffer(this._getQueueSize()), + currentOffset = 0; + + this.queue.forEach(function (data) { + var data_buffer = data instanceof Buffer ? data : new Buffer(data); + data_buffer.copy(buffer, currentOffset); + currentOffset += data.length; + }); + return buffer; +}; + + +module.exports = MemoryStream; diff --git a/2019-setembro/node_modules/memorystream/package.json b/2019-setembro/node_modules/memorystream/package.json new file mode 100644 index 0000000..0d08c69 --- /dev/null +++ b/2019-setembro/node_modules/memorystream/package.json @@ -0,0 +1,39 @@ +{ + "name": "memorystream", + "description": "This is lightweight memory stream module for node.js.", + "version": "0.3.1", + "keywords": [ + "memory", + "test", + "stream", + "tools", + "streams", + "buffer" + ], + "scripts": { + "test": "grunt" + }, + "devDependencies" : { + "expect.js" : "~0.2.0", + "mocha" : "~1.20.0", + "grunt": "~0.4", + "grunt-cli": "~0.1.13", + "grunt-mocha-test" : "~0.12.2", + "grunt-contrib-jshint" : "~0.10.0", + "q": "~1.0.1" + }, + "author": "Dmitry Nizovtsev (https://github.com/JSBizon)", + "contributors": [ + { "name": "Dmitry Nizovtsev", "email": "dmitryp3@gmail.com" } + ], + "repository" : { + "type" : "git", + "url" : "https://github.com/JSBizon/node-memorystream.git" + }, + "homepage": "https://github.com/JSBizon/node-memorystream", + "engines": { "node": ">= 0.10.0" }, + "licenses": [ { + "type": "MIT", + "url" : "http://github.com/JSBizon/node-memorystream/raw/master/LICENSE" + } ] +} \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/test/example.js b/2019-setembro/node_modules/memorystream/test/example.js new file mode 100644 index 0000000..7d94369 --- /dev/null +++ b/2019-setembro/node_modules/memorystream/test/example.js @@ -0,0 +1,18 @@ +var http = require('http'), + MemoryStream = require('../index'), + util = require('util'); + +var options = { + host: 'google.com' +}; +var memStream = new MemoryStream(null,{ + readable : false +}); + +var req = http.request(options, function(res) { + util.pump(res, memStream); + res.on('end',function(){ + console.log(memStream.toString()); + }); +}); +req.end(); diff --git a/2019-setembro/node_modules/memorystream/test/memorystream.test.js b/2019-setembro/node_modules/memorystream/test/memorystream.test.js new file mode 100644 index 0000000..2b80b50 --- /dev/null +++ b/2019-setembro/node_modules/memorystream/test/memorystream.test.js @@ -0,0 +1,333 @@ +var MemoryStream = require('../index.js'), + expect = require('expect.js'), + STREAM = require('stream'), + Q = require('q'), + FS = require('fs'); + +describe('Test memory streams', function() { + + var writeToStream = function (mem_stream, test_data, frequency) { + var result = Q(), + i = 0; + + frequency = frequency || 0; + + test_data.forEach(function (chunk) { + var f = Q.nfbind(function (chunk,n, cb) { + setTimeout(function () { + if (n >= (test_data.length - 1) ) { + mem_stream.end(chunk); + } else { + mem_stream.write(chunk, cb); + } + }, frequency); + }, chunk ,i++); + result = result.then(function() { return f(); }); + }); + + result.done(); + }; + + var writeToStream2 = function (mem_stream, test_data) { + var i; + for (i = 0; i < test_data.length ; i++) { + setTimeout((function(n) { + return function () { + if (n >= (test_data.length - 1) ) { + mem_stream.end(test_data[n]); + } else { + mem_stream.write(test_data[n]); + } + } + })(i), i * 2); + } + }; + + describe("constructor", function() { + it('should have a MemoryStream class', function () { + expect(MemoryStream).to.be.ok(); + }); + + it('should create Readable stream', function () { + var memory_stream = new MemoryStream([], {writable : false}); + expect(memory_stream).to.be.ok(); + expect(memory_stream).to.be.a(STREAM.Readable); + + memory_stream = MemoryStream.createReadStream([]); + expect(memory_stream).to.be.a(STREAM.Readable); + }); + + it('should create Writable stream', function () { + var memory_stream = new MemoryStream([], {readable : false}); + expect(memory_stream).to.be.ok(); + expect(memory_stream).to.be.a(STREAM.Writable); + + memory_stream = MemoryStream.createWriteStream([]); + expect(memory_stream).to.be.a(STREAM.Writable); + }); + + it('should create Duplex stream', function () { + var memory_stream = new MemoryStream([]); + expect(memory_stream).to.be.ok(); + expect(memory_stream).to.be.a(STREAM.Duplex); + }); + + }); + + describe("readable stream", function () { + var test_data = 'abcdefghijklmnopqrstuvwxyz', + frequence = 50; + + it("should read data from stream", function (done) { + var mem_stream = MemoryStream.createReadStream(test_data.split('')); + + var data = '', chunks = 0; + mem_stream.on('data',function(chunk){ + data += chunk; + ++chunks; + }); + + mem_stream.on('end',function () { + expect(chunks).to.be(test_data.length); + expect(data).to.be(test_data); + done(); + }); + }); + + it("should read data from stream with frequency", function (done) { + + var mem_stream = new MemoryStream(test_data.split(''), { + writable : false, + frequence: frequence + }); + + var start_time = Date.now(); + + var data = ''; + mem_stream.on('data',function(chunk){ + data += chunk; + }); + + mem_stream.on('end',function(){ + var execution_time = Date.now() - start_time; + + expect(data).to.be(test_data); + expect(execution_time >= frequence * test_data.length).to.be(true); + + done(); + }); + }); + + it("should read data pause/resume", function (done) { + var mem_stream = MemoryStream.createReadStream(test_data.split('')); + + var start_time = Date.now(); + + var data = '', chunks = 0; + mem_stream.on('data',function(chunk){ + data += chunk; + ++chunks; + + if (! (chunks % 10) ) { + mem_stream.pause(); + setTimeout(function () { + mem_stream.resume(); + },frequence); + } + }); + + mem_stream.on('end',function() { + var execution_time = Date.now() - start_time; + + expect(data).to.be(test_data); + expect(execution_time >= frequence).to.be(true); + + done(); + }); + }); + + }); + + describe("writable stream", function () { + var test_data = 'abcdefghijklmnopqrstuvwxyz'; + + it("should write data to Writable", function (done) { + var mem_stream = MemoryStream.createWriteStream(), + i = 0; + + writeToStream(mem_stream, test_data.split('')); + + mem_stream.on('finish',function () { + expect(mem_stream.toString()).to.be(test_data); + done(); + }); + + }); + + it("should not write data to readable stream", function (done) { + var mem_stream = new MemoryStream([], {writable : false}); + expect(function () { + mem_stream.write("test"); + }).to.throwError(); + + expect(function () { + mem_stream.end("test"); + }).to.throwError(); + + done(); + }); + + it("#toString", function (done) { + var mem_stream = new MemoryStream(null, {readable : false}); + writeToStream(mem_stream, test_data.split('')); + + mem_stream.on('finish',function () { + expect(mem_stream.toString()).to.be(test_data); + done(); + }); + }); + + it("#toBuffer", function (done) { + var mem_stream = new MemoryStream(null, {readable : false}); + writeToStream(mem_stream, test_data.split('')); + + mem_stream.on('finish',function () { + expect(mem_stream.toBuffer().toString('utf-8')).to.be(test_data); + done(); + }); + }); + + it("#toBuffer all data in one buffer", function (done) { + var i = 0, + mem_stream = new MemoryStream(null, {readable : false}), + arr_test_data = [], + str_test_data = ''; + for (i = 0; i < 20; i++) { + var b = new Buffer([i]); + arr_test_data.push(b); + str_test_data += b.toString('hex'); + } + + writeToStream(mem_stream, arr_test_data, 10); + + mem_stream.on('finish',function () { + expect(mem_stream.toBuffer().toString('hex')).to.be(str_test_data); + done(); + }); + + }); + + it("not write data to the overflowed buffer", function (done) { + var mem_stream = new MemoryStream('data1'.split(''), { + readable : false, + maxbufsize : 10 + }); + + mem_stream.write('data2', function (err) { + expect(err).to.not.be.ok(); + expect(mem_stream.toString()).to.be('data1data2'); + mem_stream.write('data3', function (err) { + expect(err).to.not.be.ok(); + expect(mem_stream.toString()).to.be('data1data2'); + done(); + }); + }); + }); + + it("should process error for overflowed buffer", function (done) { + var mem_stream = new MemoryStream('data1'.split(''), { + readable : false, + maxbufsize : 10, + bufoverflow : true + }); + + mem_stream.write('data2', function (err) { + expect(err).to.not.be.ok(); + expect(mem_stream.toString()).to.be('data1data2'); + mem_stream.write('data3', function (err) { + expect(err).to.be.ok(); + expect(mem_stream.toString()).to.be('data1data2'); + done(); + }); + + }); + + mem_stream.on('error', function () { + }); + + }); + }); + + describe("duplex stream", function () { + var test_data = 'abcdefghijklmnopqrstuvwxyz'; + + it("should write/read",function (done) { + var mem_stream = new MemoryStream(); + + var data = ''; + mem_stream.on('data',function(chunk){ + data += chunk; + }); + + writeToStream(mem_stream, test_data.split('')); + + mem_stream.on('end', function () { + expect(data).to.be(test_data); + done(); + }); + }); + + it("should write/read data with init buffer", function (done) { + + var l = Math.floor(test_data.length / 2); + + var test_data1 = test_data.substr(0, l), + test_data2 = test_data.substr(l); + + var mem_stream = new MemoryStream(test_data1.split('')); + + var data = ''; + mem_stream.on('data',function(chunk){ + data += chunk; + }); + + writeToStream2(mem_stream, test_data2); + + mem_stream.on('end', function() { + expect(data).to.be(test_data); + done(); + }); + + }); + + + it("should piping data", function (done) { + var src_mem_stream = MemoryStream.createReadStream(test_data.split(''), {frequency : 25}); + var dst_mem_stream = MemoryStream.createWriteStream(); + + src_mem_stream.pipe(dst_mem_stream); + + dst_mem_stream.on('finish',function(){ + expect(dst_mem_stream.toString()).to.be(test_data); + done(); + }); + + + }); + + it("should readable/piping data", function (done) { + var src_mem_stream = MemoryStream.createReadStream(test_data.split(''), {frequency : 25}); + var dst_mem_stream = MemoryStream.createWriteStream(); + + src_mem_stream.once('readable', function () { + src_mem_stream.pipe(dst_mem_stream); + }); + + dst_mem_stream.on('finish',function(){ + expect(dst_mem_stream.toString()).to.be(test_data); + done(); + }); + }); + + }); +}); diff --git a/2019-setembro/node_modules/merge-stream/LICENSE b/2019-setembro/node_modules/merge-stream/LICENSE new file mode 100644 index 0000000..94a4c0a --- /dev/null +++ b/2019-setembro/node_modules/merge-stream/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Stephen Sugden (stephensugden.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/merge-stream/README.md b/2019-setembro/node_modules/merge-stream/README.md new file mode 100644 index 0000000..0d54841 --- /dev/null +++ b/2019-setembro/node_modules/merge-stream/README.md @@ -0,0 +1,78 @@ +# merge-stream + +Merge (interleave) a bunch of streams. + +[![build status](https://secure.travis-ci.org/grncdr/merge-stream.svg?branch=master)](http://travis-ci.org/grncdr/merge-stream) + +## Synopsis + +```javascript +var stream1 = new Stream(); +var stream2 = new Stream(); + +var merged = mergeStream(stream1, stream2); + +var stream3 = new Stream(); +merged.add(stream3); +merged.isEmpty(); +//=> false +``` + +## Description + +This is adapted from [event-stream](https://github.com/dominictarr/event-stream) separated into a new module, using Streams3. + +## API + +### `mergeStream` + +Type: `function` + +Merges an arbitrary number of streams. Returns a merged stream. + +#### `merged.add` + +A method to dynamically add more sources to the stream. The argument supplied to `add` can be either a source or an array of sources. + +#### `merged.isEmpty` + +A method that tells you if the merged stream is empty. + +When a stream is "empty" (aka. no sources were added), it could not be returned to a gulp task. + +So, we could do something like this: + +```js +stream = require('merge-stream')(); +// Something like a loop to add some streams to the merge stream +// stream.add(streamA); +// stream.add(streamB); +return stream.isEmpty() ? null : stream; +``` + +## Gulp example + +An example use case for **merge-stream** is to combine parts of a task in a project's **gulpfile.js** like this: + +```js +const gulp = require('gulp'); +const htmlValidator = require('gulp-w3c-html-validator'); +const jsHint = require('gulp-jshint'); +const mergeStream = require('merge-stream'); + +function lint() { + return mergeStream( + gulp.src('src/*.html') + .pipe(htmlValidator()) + .pipe(htmlValidator.reporter()), + gulp.src('src/*.js') + .pipe(jsHint()) + .pipe(jsHint.reporter()) + ); +} +gulp.task('lint', lint); +``` + +## License + +MIT diff --git a/2019-setembro/node_modules/merge-stream/index.js b/2019-setembro/node_modules/merge-stream/index.js new file mode 100644 index 0000000..b1a9e1a --- /dev/null +++ b/2019-setembro/node_modules/merge-stream/index.js @@ -0,0 +1,41 @@ +'use strict'; + +const { PassThrough } = require('stream'); + +module.exports = function (/*streams...*/) { + var sources = [] + var output = new PassThrough({objectMode: true}) + + output.setMaxListeners(0) + + output.add = add + output.isEmpty = isEmpty + + output.on('unpipe', remove) + + Array.prototype.slice.call(arguments).forEach(add) + + return output + + function add (source) { + if (Array.isArray(source)) { + source.forEach(add) + return this + } + + sources.push(source); + source.once('end', remove.bind(null, source)) + source.once('error', output.emit.bind(output, 'error')) + source.pipe(output, {end: false}) + return this + } + + function isEmpty () { + return sources.length == 0; + } + + function remove (source) { + sources = sources.filter(function (it) { return it !== source }) + if (!sources.length && output.readable) { output.end() } + } +} diff --git a/2019-setembro/node_modules/merge-stream/package.json b/2019-setembro/node_modules/merge-stream/package.json new file mode 100644 index 0000000..1a4c54c --- /dev/null +++ b/2019-setembro/node_modules/merge-stream/package.json @@ -0,0 +1,19 @@ +{ + "name": "merge-stream", + "version": "2.0.0", + "description": "Create a stream that emits events from multiple other streams", + "files": [ + "index.js" + ], + "scripts": { + "test": "istanbul cover test.js && istanbul check-cover --statements 100 --branches 100" + }, + "repository": "grncdr/merge-stream", + "author": "Stephen Sugden ", + "license": "MIT", + "dependencies": {}, + "devDependencies": { + "from2": "^2.0.3", + "istanbul": "^0.4.5" + } +} diff --git a/2019-setembro/node_modules/micromatch/CHANGELOG.md b/2019-setembro/node_modules/micromatch/CHANGELOG.md new file mode 100644 index 0000000..9d8e5ed --- /dev/null +++ b/2019-setembro/node_modules/micromatch/CHANGELOG.md @@ -0,0 +1,37 @@ +## History + +### key + +Changelog entries are classified using the following labels _(from [keep-a-changelog][]_): + +- `added`: for new features +- `changed`: for changes in existing functionality +- `deprecated`: for once-stable features removed in upcoming releases +- `removed`: for deprecated features removed in this release +- `fixed`: for any bug fixes +- `bumped`: updated dependencies, only minor or higher will be listed. + +### [3.0.0] - 2017-04-11 + +TODO. There should be no breaking changes. Please report any regressions. I will [reformat these release notes](https://github.com/micromatch/micromatch/pull/76) and add them to the changelog as soon as I have a chance. + +### [1.0.1] - 2016-12-12 + +**Added** + +- Support for windows path edge cases where backslashes are used in brackets or other unusual combinations. + +### [1.0.0] - 2016-12-12 + +Stable release. + +### [0.1.0] - 2016-10-08 + +First release. + + +[Unreleased]: https://github.com/jonschlinkert/micromatch/compare/0.1.0...HEAD +[0.2.0]: https://github.com/jonschlinkert/micromatch/compare/0.1.0...0.2.0 + +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog + diff --git a/2019-setembro/node_modules/micromatch/LICENSE b/2019-setembro/node_modules/micromatch/LICENSE new file mode 100755 index 0000000..d32ab44 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/micromatch/README.md b/2019-setembro/node_modules/micromatch/README.md new file mode 100644 index 0000000..5dfa149 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/README.md @@ -0,0 +1,1150 @@ +# micromatch [![NPM version](https://img.shields.io/npm/v/micromatch.svg?style=flat)](https://www.npmjs.com/package/micromatch) [![NPM monthly downloads](https://img.shields.io/npm/dm/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![NPM total downloads](https://img.shields.io/npm/dt/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![Linux Build Status](https://img.shields.io/travis/micromatch/micromatch.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/micromatch) [![Windows Build Status](https://img.shields.io/appveyor/ci/micromatch/micromatch.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/micromatch/micromatch) + +> Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Table of Contents + +
+Details + +- [Install](#install) +- [Quickstart](#quickstart) +- [Why use micromatch?](#why-use-micromatch) + * [Matching features](#matching-features) +- [Switching to micromatch](#switching-to-micromatch) + * [From minimatch](#from-minimatch) + * [From multimatch](#from-multimatch) +- [API](#api) +- [Options](#options) + * [options.basename](#optionsbasename) + * [options.bash](#optionsbash) + * [options.cache](#optionscache) + * [options.dot](#optionsdot) + * [options.failglob](#optionsfailglob) + * [options.ignore](#optionsignore) + * [options.matchBase](#optionsmatchbase) + * [options.nobrace](#optionsnobrace) + * [options.nocase](#optionsnocase) + * [options.nodupes](#optionsnodupes) + * [options.noext](#optionsnoext) + * [options.nonegate](#optionsnonegate) + * [options.noglobstar](#optionsnoglobstar) + * [options.nonull](#optionsnonull) + * [options.nullglob](#optionsnullglob) + * [options.snapdragon](#optionssnapdragon) + * [options.sourcemap](#optionssourcemap) + * [options.unescape](#optionsunescape) + * [options.unixify](#optionsunixify) +- [Extended globbing](#extended-globbing) + * [extglobs](#extglobs) + * [braces](#braces) + * [regex character classes](#regex-character-classes) + * [regex groups](#regex-groups) + * [POSIX bracket expressions](#posix-bracket-expressions) +- [Notes](#notes) + * [Bash 4.3 parity](#bash-43-parity) + * [Backslashes](#backslashes) +- [Contributing](#contributing) +- [Benchmarks](#benchmarks) + * [Running benchmarks](#running-benchmarks) + * [Latest results](#latest-results) +- [About](#about) + +
+ +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save micromatch +``` + +## Quickstart + +```js +var mm = require('micromatch'); +mm(list, patterns[, options]); +``` + +The [main export](#micromatch) takes a list of strings and one or more glob patterns: + +```js +console.log(mm(['foo', 'bar', 'qux'], ['f*', 'b*'])); +//=> ['foo', 'bar'] +``` + +Use [.isMatch()](#ismatch) to get true/false: + +```js +console.log(mm.isMatch('foo', 'f*')); +//=> true +``` + +[Switching](#switching-to-micromatch) from minimatch and multimatch is easy! + +## Why use micromatch? + +> micromatch is a [drop-in replacement](#switching-to-micromatch) for minimatch and multimatch + +* Supports all of the same matching features as [minimatch](https://github.com/isaacs/minimatch) and [multimatch](https://github.com/sindresorhus/multimatch) +* Micromatch uses [snapdragon](https://github.com/jonschlinkert/snapdragon) for parsing and compiling globs, which provides granular control over the entire conversion process in a way that is easy to understand, reason about, and maintain. +* More consistently accurate matching [than minimatch](https://github.com/yarnpkg/yarn/pull/3339), with more than 36,000 [test assertions](./test) to prove it. +* More complete support for the Bash 4.3 specification than minimatch and multimatch. In fact, micromatch passes _all of the spec tests_ from bash, including some that bash still fails. +* [Faster matching](#benchmarks), from a combination of optimized glob patterns, faster algorithms, and regex caching. +* [Micromatch is safer](https://github.com/micromatch/braces#braces-is-safe), and is not subject to DoS with brace patterns, like minimatch and multimatch. +* More reliable windows support than minimatch and multimatch. + +### Matching features + +* Support for multiple glob patterns (no need for wrappers like multimatch) +* Wildcards (`**`, `*.js`) +* Negation (`'!a/*.js'`, `'*!(b).js']`) +* [extglobs](https://github.com/micromatch/extglob) (`+(x|y)`, `!(a|b)`) +* [POSIX character classes](https://github.com/micromatch/expand-brackets) (`[[:alpha:][:digit:]]`) +* [brace expansion](https://github.com/micromatch/braces) (`foo/{1..5}.md`, `bar/{a,b,c}.js`) +* regex character classes (`foo-[1-5].js`) +* regex logical "or" (`foo/(abc|xyz).js`) + +You can mix and match these features to create whatever patterns you need! + +## Switching to micromatch + +There is one notable difference between micromatch and minimatch in regards to how backslashes are handled. See [the notes about backslashes](#backslashes) for more information. + +### From minimatch + +Use [mm.isMatch()](#ismatch) instead of `minimatch()`: + +```js +mm.isMatch('foo', 'b*'); +//=> false +``` + +Use [mm.match()](#match) instead of `minimatch.match()`: + +```js +mm.match(['foo', 'bar'], 'b*'); +//=> 'bar' +``` + +### From multimatch + +Same signature: + +```js +mm(['foo', 'bar', 'baz'], ['f*', '*z']); +//=> ['foo', 'baz'] +``` + +## API + +### [micromatch](index.js#L41) + +The main function takes a list of strings and one or more glob patterns to use for matching. + +**Params** + +* `list` **{Array}**: A list of strings to match +* `patterns` **{String|Array}**: One or more glob patterns to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Array}**: Returns an array of matches + +**Example** + +```js +var mm = require('micromatch'); +mm(list, patterns[, options]); + +console.log(mm(['a.js', 'a.txt'], ['*.js'])); +//=> [ 'a.js' ] +``` + +### [.match](index.js#L93) + +Similar to the main function, but `pattern` must be a string. + +**Params** + +* `list` **{Array}**: Array of strings to match +* `pattern` **{String}**: Glob pattern to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Array}**: Returns an array of matches + +**Example** + +```js +var mm = require('micromatch'); +mm.match(list, pattern[, options]); + +console.log(mm.match(['a.a', 'a.aa', 'a.b', 'a.c'], '*.a')); +//=> ['a.a', 'a.aa'] +``` + +### [.isMatch](index.js#L154) + +Returns true if the specified `string` matches the given glob `pattern`. + +**Params** + +* `string` **{String}**: String to match +* `pattern` **{String}**: Glob pattern to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Boolean}**: Returns true if the string matches the glob pattern. + +**Example** + +```js +var mm = require('micromatch'); +mm.isMatch(string, pattern[, options]); + +console.log(mm.isMatch('a.a', '*.a')); +//=> true +console.log(mm.isMatch('a.b', '*.a')); +//=> false +``` + +### [.some](index.js#L192) + +Returns true if some of the strings in the given `list` match any of the given glob `patterns`. + +**Params** + +* `list` **{String|Array}**: The string or array of strings to test. Returns as soon as the first match is found. +* `patterns` **{String|Array}**: One or more glob patterns to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Boolean}**: Returns true if any patterns match `str` + +**Example** + +```js +var mm = require('micromatch'); +mm.some(list, patterns[, options]); + +console.log(mm.some(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); +// true +console.log(mm.some(['foo.js'], ['*.js', '!foo.js'])); +// false +``` + +### [.every](index.js#L228) + +Returns true if every string in the given `list` matches any of the given glob `patterns`. + +**Params** + +* `list` **{String|Array}**: The string or array of strings to test. +* `patterns` **{String|Array}**: One or more glob patterns to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Boolean}**: Returns true if any patterns match `str` + +**Example** + +```js +var mm = require('micromatch'); +mm.every(list, patterns[, options]); + +console.log(mm.every('foo.js', ['foo.js'])); +// true +console.log(mm.every(['foo.js', 'bar.js'], ['*.js'])); +// true +console.log(mm.every(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); +// false +console.log(mm.every(['foo.js'], ['*.js', '!foo.js'])); +// false +``` + +### [.any](index.js#L260) + +Returns true if **any** of the given glob `patterns` match the specified `string`. + +**Params** + +* `str` **{String|Array}**: The string to test. +* `patterns` **{String|Array}**: One or more glob patterns to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Boolean}**: Returns true if any patterns match `str` + +**Example** + +```js +var mm = require('micromatch'); +mm.any(string, patterns[, options]); + +console.log(mm.any('a.a', ['b.*', '*.a'])); +//=> true +console.log(mm.any('a.a', 'b.*')); +//=> false +``` + +### [.all](index.js#L308) + +Returns true if **all** of the given `patterns` match the specified string. + +**Params** + +* `str` **{String|Array}**: The string to test. +* `patterns` **{String|Array}**: One or more glob patterns to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Boolean}**: Returns true if any patterns match `str` + +**Example** + +```js +var mm = require('micromatch'); +mm.all(string, patterns[, options]); + +console.log(mm.all('foo.js', ['foo.js'])); +// true + +console.log(mm.all('foo.js', ['*.js', '!foo.js'])); +// false + +console.log(mm.all('foo.js', ['*.js', 'foo.js'])); +// true + +console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js'])); +// true +``` + +### [.not](index.js#L340) + +Returns a list of strings that _**do not match any**_ of the given `patterns`. + +**Params** + +* `list` **{Array}**: Array of strings to match. +* `patterns` **{String|Array}**: One or more glob pattern to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Array}**: Returns an array of strings that **do not match** the given patterns. + +**Example** + +```js +var mm = require('micromatch'); +mm.not(list, patterns[, options]); + +console.log(mm.not(['a.a', 'b.b', 'c.c'], '*.a')); +//=> ['b.b', 'c.c'] +``` + +### [.contains](index.js#L376) + +Returns true if the given `string` contains the given pattern. Similar to [.isMatch](#isMatch) but the pattern can match any part of the string. + +**Params** + +* `str` **{String}**: The string to match. +* `patterns` **{String|Array}**: Glob pattern to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Boolean}**: Returns true if the patter matches any part of `str`. + +**Example** + +```js +var mm = require('micromatch'); +mm.contains(string, pattern[, options]); + +console.log(mm.contains('aa/bb/cc', '*b')); +//=> true +console.log(mm.contains('aa/bb/cc', '*d')); +//=> false +``` + +### [.matchKeys](index.js#L432) + +Filter the keys of the given object with the given `glob` pattern and `options`. Does not attempt to match nested keys. If you need this feature, use [glob-object](https://github.com/jonschlinkert/glob-object) instead. + +**Params** + +* `object` **{Object}**: The object with keys to filter. +* `patterns` **{String|Array}**: One or more glob patterns to use for matching. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Object}**: Returns an object with only keys that match the given patterns. + +**Example** + +```js +var mm = require('micromatch'); +mm.matchKeys(object, patterns[, options]); + +var obj = { aa: 'a', ab: 'b', ac: 'c' }; +console.log(mm.matchKeys(obj, '*b')); +//=> { ab: 'b' } +``` + +### [.matcher](index.js#L461) + +Returns a memoized matcher function from the given glob `pattern` and `options`. The returned function takes a string to match as its only argument and returns true if the string is a match. + +**Params** + +* `pattern` **{String}**: Glob pattern +* `options` **{Object}**: See available [options](#options) for changing how matches are performed. +* `returns` **{Function}**: Returns a matcher function. + +**Example** + +```js +var mm = require('micromatch'); +mm.matcher(pattern[, options]); + +var isMatch = mm.matcher('*.!(*a)'); +console.log(isMatch('a.a')); +//=> false +console.log(isMatch('a.b')); +//=> true +``` + +### [.capture](index.js#L536) + +Returns an array of matches captured by `pattern` in `string, or`null` if the pattern did not match. + +**Params** + +* `pattern` **{String}**: Glob pattern to use for matching. +* `string` **{String}**: String to match +* `options` **{Object}**: See available [options](#options) for changing how matches are performed +* `returns` **{Boolean}**: Returns an array of captures if the string matches the glob pattern, otherwise `null`. + +**Example** + +```js +var mm = require('micromatch'); +mm.capture(pattern, string[, options]); + +console.log(mm.capture('test/*.js', 'test/foo.js')); +//=> ['foo'] +console.log(mm.capture('test/*.js', 'foo/bar.css')); +//=> null +``` + +### [.makeRe](index.js#L571) + +Create a regular expression from the given glob `pattern`. + +**Params** + +* `pattern` **{String}**: A glob pattern to convert to regex. +* `options` **{Object}**: See available [options](#options) for changing how matches are performed. +* `returns` **{RegExp}**: Returns a regex created from the given pattern. + +**Example** + +```js +var mm = require('micromatch'); +mm.makeRe(pattern[, options]); + +console.log(mm.makeRe('*.js')); +//=> /^(?:(\.[\\\/])?(?!\.)(?=.)[^\/]*?\.js)$/ +``` + +### [.braces](index.js#L618) + +Expand the given brace `pattern`. + +**Params** + +* `pattern` **{String}**: String with brace pattern to expand. +* `options` **{Object}**: Any [options](#options) to change how expansion is performed. See the [braces](https://github.com/micromatch/braces) library for all available options. +* `returns` **{Array}** + +**Example** + +```js +var mm = require('micromatch'); +console.log(mm.braces('foo/{a,b}/bar')); +//=> ['foo/(a|b)/bar'] + +console.log(mm.braces('foo/{a,b}/bar', {expand: true})); +//=> ['foo/(a|b)/bar'] +``` + +### [.create](index.js#L685) + +Parses the given glob `pattern` and returns an array of abstract syntax trees (ASTs), with the compiled `output` and optional source `map` on each AST. + +**Params** + +* `pattern` **{String}**: Glob pattern to parse and compile. +* `options` **{Object}**: Any [options](#options) to change how parsing and compiling is performed. +* `returns` **{Object}**: Returns an object with the parsed AST, compiled string and optional source map. + +**Example** + +```js +var mm = require('micromatch'); +mm.create(pattern[, options]); + +console.log(mm.create('abc/*.js')); +// [{ options: { source: 'string', sourcemap: true }, +// state: {}, +// compilers: +// { ... }, +// output: '(\\.[\\\\\\/])?abc\\/(?!\\.)(?=.)[^\\/]*?\\.js', +// ast: +// { type: 'root', +// errors: [], +// nodes: +// [ ... ], +// dot: false, +// input: 'abc/*.js' }, +// parsingErrors: [], +// map: +// { version: 3, +// sources: [ 'string' ], +// names: [], +// mappings: 'AAAA,GAAG,EAAC,kBAAC,EAAC,EAAE', +// sourcesContent: [ 'abc/*.js' ] }, +// position: { line: 1, column: 28 }, +// content: {}, +// files: {}, +// idx: 6 }] +``` + +### [.parse](index.js#L732) + +Parse the given `str` with the given `options`. + +**Params** + +* `str` **{String}** +* `options` **{Object}** +* `returns` **{Object}**: Returns an AST + +**Example** + +```js +var mm = require('micromatch'); +mm.parse(pattern[, options]); + +var ast = mm.parse('a/{b,c}/d'); +console.log(ast); +// { type: 'root', +// errors: [], +// input: 'a/{b,c}/d', +// nodes: +// [ { type: 'bos', val: '' }, +// { type: 'text', val: 'a/' }, +// { type: 'brace', +// nodes: +// [ { type: 'brace.open', val: '{' }, +// { type: 'text', val: 'b,c' }, +// { type: 'brace.close', val: '}' } ] }, +// { type: 'text', val: '/d' }, +// { type: 'eos', val: '' } ] } +``` + +### [.compile](index.js#L780) + +Compile the given `ast` or string with the given `options`. + +**Params** + +* `ast` **{Object|String}** +* `options` **{Object}** +* `returns` **{Object}**: Returns an object that has an `output` property with the compiled string. + +**Example** + +```js +var mm = require('micromatch'); +mm.compile(ast[, options]); + +var ast = mm.parse('a/{b,c}/d'); +console.log(mm.compile(ast)); +// { options: { source: 'string' }, +// state: {}, +// compilers: +// { eos: [Function], +// noop: [Function], +// bos: [Function], +// brace: [Function], +// 'brace.open': [Function], +// text: [Function], +// 'brace.close': [Function] }, +// output: [ 'a/(b|c)/d' ], +// ast: +// { ... }, +// parsingErrors: [] } +``` + +### [.clearCache](index.js#L801) + +Clear the regex cache. + +**Example** + +```js +mm.clearCache(); +``` + +## Options + +* [basename](#optionsbasename) +* [bash](#optionsbash) +* [cache](#optionscache) +* [dot](#optionsdot) +* [failglob](#optionsfailglob) +* [ignore](#optionsignore) +* [matchBase](#optionsmatchBase) +* [nobrace](#optionsnobrace) +* [nocase](#optionsnocase) +* [nodupes](#optionsnodupes) +* [noext](#optionsnoext) +* [noglobstar](#optionsnoglobstar) +* [nonull](#optionsnonull) +* [nullglob](#optionsnullglob) +* [snapdragon](#optionssnapdragon) +* [sourcemap](#optionssourcemap) +* [unescape](#optionsunescape) +* [unixify](#optionsunixify) + +### options.basename + +Allow glob patterns without slashes to match a file path based on its basename. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `matchBase`. + +**Type**: `Boolean` + +**Default**: `false` + +**Example** + +```js +mm(['a/b.js', 'a/c.md'], '*.js'); +//=> [] + +mm(['a/b.js', 'a/c.md'], '*.js', {matchBase: true}); +//=> ['a/b.js'] +``` + +### options.bash + +Enabled by default, this option enforces bash-like behavior with stars immediately following a bracket expression. Bash bracket expressions are similar to regex character classes, but unlike regex, a star following a bracket expression **does not repeat the bracketed characters**. Instead, the star is treated the same as an other star. + +**Type**: `Boolean` + +**Default**: `true` + +**Example** + +```js +var files = ['abc', 'ajz']; +console.log(mm(files, '[a-c]*')); +//=> ['abc', 'ajz'] + +console.log(mm(files, '[a-c]*', {bash: false})); +``` + +### options.cache + +Disable regex and function memoization. + +**Type**: `Boolean` + +**Default**: `undefined` + +### options.dot + +Match dotfiles. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `dot`. + +**Type**: `Boolean` + +**Default**: `false` + +### options.failglob + +Similar to the `--failglob` behavior in Bash, throws an error when no matches are found. + +**Type**: `Boolean` + +**Default**: `undefined` + +### options.ignore + +String or array of glob patterns to match files to ignore. + +**Type**: `String|Array` + +**Default**: `undefined` + +### options.matchBase + +Alias for [options.basename](#options-basename). + +### options.nobrace + +Disable expansion of brace patterns. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `nobrace`. + +**Type**: `Boolean` + +**Default**: `undefined` + +See [braces](https://github.com/micromatch/braces) for more information about extended brace expansion. + +### options.nocase + +Use a case-insensitive regex for matching files. Same behavior as [minimatch](https://github.com/isaacs/minimatch). + +**Type**: `Boolean` + +**Default**: `undefined` + +### options.nodupes + +Remove duplicate elements from the result array. + +**Type**: `Boolean` + +**Default**: `undefined` + +**Example** + +Example of using the `unescape` and `nodupes` options together: + +```js +mm.match(['a/b/c', 'a/b/c'], 'a/b/c'); +//=> ['a/b/c', 'a/b/c'] + +mm.match(['a/b/c', 'a/b/c'], 'a/b/c', {nodupes: true}); +//=> ['abc'] +``` + +### options.noext + +Disable extglob support, so that extglobs are regarded as literal characters. + +**Type**: `Boolean` + +**Default**: `undefined` + +**Examples** + +```js +mm(['a/z', 'a/b', 'a/!(z)'], 'a/!(z)'); +//=> ['a/b', 'a/!(z)'] + +mm(['a/z', 'a/b', 'a/!(z)'], 'a/!(z)', {noext: true}); +//=> ['a/!(z)'] (matches only as literal characters) +``` + +### options.nonegate + +Disallow negation (`!`) patterns, and treat leading `!` as a literal character to match. + +**Type**: `Boolean` + +**Default**: `undefined` + +### options.noglobstar + +Disable matching with globstars (`**`). + +**Type**: `Boolean` + +**Default**: `undefined` + +```js +mm(['a/b', 'a/b/c', 'a/b/c/d'], 'a/**'); +//=> ['a/b', 'a/b/c', 'a/b/c/d'] + +mm(['a/b', 'a/b/c', 'a/b/c/d'], 'a/**', {noglobstar: true}); +//=> ['a/b'] +``` + +### options.nonull + +Alias for [options.nullglob](#options-nullglob). + +### options.nullglob + +If `true`, when no matches are found the actual (arrayified) glob pattern is returned instead of an empty array. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `nonull`. + +**Type**: `Boolean` + +**Default**: `undefined` + +### options.snapdragon + +Pass your own instance of [snapdragon](https://github.com/jonschlinkert/snapdragon), to customize parsers or compilers. + +**Type**: `Object` + +**Default**: `undefined` + +### options.sourcemap + +Generate a source map by enabling the `sourcemap` option with the `.parse`, `.compile`, or `.create` methods. + +_(Note that sourcemaps are currently not enabled for brace patterns)_ + +**Examples** + +``` js +var mm = require('micromatch'); +var pattern = '*(*(of*(a)x)z)'; + +var res = mm.create('abc/*.js', {sourcemap: true}); +console.log(res.map); +// { version: 3, +// sources: [ 'string' ], +// names: [], +// mappings: 'AAAA,GAAG,EAAC,iBAAC,EAAC,EAAE', +// sourcesContent: [ 'abc/*.js' ] } + +var ast = mm.parse('abc/**/*.js'); +var res = mm.compile(ast, {sourcemap: true}); +console.log(res.map); +// { version: 3, +// sources: [ 'string' ], +// names: [], +// mappings: 'AAAA,GAAG,EAAC,2BAAE,EAAC,iBAAC,EAAC,EAAE', +// sourcesContent: [ 'abc/**/*.js' ] } + +var ast = mm.parse(pattern); +var res = mm.compile(ast, {sourcemap: true}); +console.log(res.map); +// { version: 3, +// sources: [ 'string' ], +// names: [], +// mappings: 'AAAA,CAAE,CAAE,EAAE,CAAE,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC', +// sourcesContent: [ '*(*(of*(a)x)z)' ] } +``` + +### options.unescape + +Remove backslashes from returned matches. + +**Type**: `Boolean` + +**Default**: `undefined` + +**Example** + +In this example we want to match a literal `*`: + +```js +mm.match(['abc', 'a\\*c'], 'a\\*c'); +//=> ['a\\*c'] + +mm.match(['abc', 'a\\*c'], 'a\\*c', {unescape: true}); +//=> ['a*c'] +``` + +### options.unixify + +Convert path separators on returned files to posix/unix-style forward slashes. + +**Type**: `Boolean` + +**Default**: `true` on windows, `false` everywhere else + +**Example** + +```js +mm.match(['a\\b\\c'], 'a/**'); +//=> ['a/b/c'] + +mm.match(['a\\b\\c'], {unixify: false}); +//=> ['a\\b\\c'] +``` + +## Extended globbing + +Micromatch also supports extended globbing features. + +### extglobs + +Extended globbing, as described by the bash man page: + +| **pattern** | **regex equivalent** | **description** | +| --- | --- | --- | +| `?(pattern)` | `(pattern)?` | Matches zero or one occurrence of the given patterns | +| `*(pattern)` | `(pattern)*` | Matches zero or more occurrences of the given patterns | +| `+(pattern)` | `(pattern)+` | Matches one or more occurrences of the given patterns | +| `@(pattern)` | `(pattern)` * | Matches one of the given patterns | +| `!(pattern)` | N/A (equivalent regex is much more complicated) | Matches anything except one of the given patterns | + +* Note that `@` isn't a RegEx character. + +Powered by [extglob](https://github.com/micromatch/extglob). Visit that library for the full range of options or to report extglob related issues. + +### braces + +Brace patterns can be used to match specific ranges or sets of characters. For example, the pattern `*/{1..3}/*` would match any of following strings: + +``` +foo/1/bar +foo/2/bar +foo/3/bar +baz/1/qux +baz/2/qux +baz/3/qux +``` + +Visit [braces](https://github.com/micromatch/braces) to see the full range of features and options related to brace expansion, or to create brace matching or expansion related issues. + +### regex character classes + +Given the list: `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`: + +* `[ac].js`: matches both `a` and `c`, returning `['a.js', 'c.js']` +* `[b-d].js`: matches from `b` to `d`, returning `['b.js', 'c.js', 'd.js']` +* `[b-d].js`: matches from `b` to `d`, returning `['b.js', 'c.js', 'd.js']` +* `a/[A-Z].js`: matches and uppercase letter, returning `['a/E.md']` + +Learn about [regex character classes](http://www.regular-expressions.info/charclass.html). + +### regex groups + +Given `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`: + +* `(a|c).js`: would match either `a` or `c`, returning `['a.js', 'c.js']` +* `(b|d).js`: would match either `b` or `d`, returning `['b.js', 'd.js']` +* `(b|[A-Z]).js`: would match either `b` or an uppercase letter, returning `['b.js', 'E.js']` + +As with regex, parens can be nested, so patterns like `((a|b)|c)/b` will work. Although brace expansion might be friendlier to use, depending on preference. + +### POSIX bracket expressions + +POSIX brackets are intended to be more user-friendly than regex character classes. This of course is in the eye of the beholder. + +**Example** + +```js +mm.isMatch('a1', '[[:alpha:][:digit:]]'); +//=> true + +mm.isMatch('a1', '[[:alpha:][:alpha:]]'); +//=> false +``` + +See [expand-brackets](https://github.com/jonschlinkert/expand-brackets) for more information about bracket expressions. + +*** + +## Notes + +### Bash 4.3 parity + +Whenever possible matching behavior is based on behavior Bash 4.3, which is mostly consistent with minimatch. + +However, it's suprising how many edge cases and rabbit holes there are with glob matching, and since there is no real glob specification, and micromatch is more accurate than both Bash and minimatch, there are cases where best-guesses were made for behavior. In a few cases where Bash had no answers, we used wildmatch (used by git) as a fallback. + +### Backslashes + +There is an important, notable difference between minimatch and micromatch _in regards to how backslashes are handled_ in glob patterns. + +* Micromatch exclusively and explicitly reserves backslashes for escaping characters in a glob pattern, even on windows. This is consistent with bash behavior. +* Minimatch converts all backslashes to forward slashes, which means you can't use backslashes to escape any characters in your glob patterns. + +We made this decision for micromatch for a couple of reasons: + +* consistency with bash conventions. +* glob patterns are not filepaths. They are a type of [regular language](https://en.wikipedia.org/wiki/Regular_language) that is converted to a JavaScript regular expression. Thus, when forward slashes are defined in a glob pattern, the resulting regular expression will match windows or POSIX path separators just fine. + +**A note about joining paths to globs** + +Note that when you pass something like `path.join('foo', '*')` to micromatch, you are creating a filepath and expecting it to still work as a glob pattern. This causes problems on windows, since the `path.sep` is `\\`. + +In other words, since `\\` is reserved as an escape character in globs, on windows `path.join('foo', '*')` would result in `foo\\*`, which tells micromatch to match `*` as a literal character. This is the same behavior as bash. + +## Contributing + +All contributions are welcome! Please read [the contributing guide](.github/contributing.md) to get started. + +**Bug reports** + +Please create an issue if you encounter a bug or matching behavior that doesn't seem correct. If you find a matching-related issue, please: + +* [research existing issues first](../../issues) (open and closed) +* visit the [GNU Bash documentation](https://www.gnu.org/software/bash/manual/) to see how Bash deals with the pattern +* visit the [minimatch](https://github.com/isaacs/minimatch) documentation to cross-check expected behavior in node.js +* if all else fails, since there is no real specification for globs we will probably need to discuss expected behavior and decide how to resolve it. which means any detail you can provide to help with this discussion would be greatly appreciated. + +**Platform issues** + +It's important to us that micromatch work consistently on all platforms. If you encounter any platform-specific matching or path related issues, please let us know (pull requests are also greatly appreciated). + +## Benchmarks + +### Running benchmarks + +Install dev dependencies: + +```bash +npm i -d && npm run benchmark +``` + +### Latest results + +As of February 18, 2018 (longer bars are better): + +```sh +# braces-globstar-large-list (485691 bytes) + micromatch ██████████████████████████████████████████████████ (517 ops/sec ±0.49%) + minimatch █ (18.92 ops/sec ±0.54%) + multimatch █ (18.94 ops/sec ±0.62%) + + micromatch is faster by an avg. of 2,733% + +# braces-multiple (3362 bytes) + micromatch ██████████████████████████████████████████████████ (33,625 ops/sec ±0.45%) + minimatch (2.92 ops/sec ±3.26%) + multimatch (2.90 ops/sec ±2.76%) + + micromatch is faster by an avg. of 1,156,935% + +# braces-range (727 bytes) + micromatch █████████████████████████████████████████████████ (155,220 ops/sec ±0.56%) + minimatch ██████ (20,186 ops/sec ±1.27%) + multimatch ██████ (19,809 ops/sec ±0.60%) + + micromatch is faster by an avg. of 776% + +# braces-set (2858 bytes) + micromatch █████████████████████████████████████████████████ (24,354 ops/sec ±0.92%) + minimatch █████ (2,566 ops/sec ±0.56%) + multimatch ████ (2,431 ops/sec ±1.25%) + + micromatch is faster by an avg. of 975% + +# globstar-large-list (485686 bytes) + micromatch █████████████████████████████████████████████████ (504 ops/sec ±0.45%) + minimatch ███ (33.36 ops/sec ±1.08%) + multimatch ███ (33.19 ops/sec ±1.35%) + + micromatch is faster by an avg. of 1,514% + +# globstar-long-list (90647 bytes) + micromatch ██████████████████████████████████████████████████ (2,694 ops/sec ±1.08%) + minimatch ████████████████ (870 ops/sec ±1.09%) + multimatch ████████████████ (862 ops/sec ±0.84%) + + micromatch is faster by an avg. of 311% + +# globstar-short-list (182 bytes) + micromatch ██████████████████████████████████████████████████ (328,921 ops/sec ±1.06%) + minimatch █████████ (64,808 ops/sec ±1.42%) + multimatch ████████ (57,991 ops/sec ±2.11%) + + micromatch is faster by an avg. of 536% + +# no-glob (701 bytes) + micromatch █████████████████████████████████████████████████ (415,935 ops/sec ±0.36%) + minimatch ███████████ (92,730 ops/sec ±1.44%) + multimatch █████████ (81,958 ops/sec ±2.13%) + + micromatch is faster by an avg. of 476% + +# star-basename-long (12339 bytes) + micromatch █████████████████████████████████████████████████ (7,963 ops/sec ±0.36%) + minimatch ███████████████████████████████ (5,072 ops/sec ±0.83%) + multimatch ███████████████████████████████ (5,028 ops/sec ±0.40%) + + micromatch is faster by an avg. of 158% + +# star-basename-short (349 bytes) + micromatch ██████████████████████████████████████████████████ (269,552 ops/sec ±0.70%) + minimatch ██████████████████████ (122,457 ops/sec ±1.39%) + multimatch ████████████████████ (110,788 ops/sec ±1.99%) + + micromatch is faster by an avg. of 231% + +# star-folder-long (19207 bytes) + micromatch █████████████████████████████████████████████████ (3,806 ops/sec ±0.38%) + minimatch ████████████████████████████ (2,204 ops/sec ±0.32%) + multimatch ██████████████████████████ (2,020 ops/sec ±1.07%) + + micromatch is faster by an avg. of 180% + +# star-folder-short (551 bytes) + micromatch ██████████████████████████████████████████████████ (249,077 ops/sec ±0.40%) + minimatch ███████████ (59,431 ops/sec ±1.67%) + multimatch ███████████ (55,569 ops/sec ±1.43%) + + micromatch is faster by an avg. of 433% +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards. + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [braces](https://www.npmjs.com/package/braces): Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support… [more](https://github.com/micromatch/braces) | [homepage](https://github.com/micromatch/braces "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.") +* [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/jonschlinkert/expand-brackets "Expand POSIX bracket expressions (character classes) in glob patterns.") +* [extglob](https://www.npmjs.com/package/extglob): Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob… [more](https://github.com/micromatch/extglob) | [homepage](https://github.com/micromatch/extglob "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.") +* [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`") +* [nanomatch](https://www.npmjs.com/package/nanomatch): Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash… [more](https://github.com/micromatch/nanomatch) | [homepage](https://github.com/micromatch/nanomatch "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 457 | [jonschlinkert](https://github.com/jonschlinkert) | +| 12 | [es128](https://github.com/es128) | +| 8 | [doowb](https://github.com/doowb) | +| 3 | [paulmillr](https://github.com/paulmillr) | +| 2 | [TrySound](https://github.com/TrySound) | +| 2 | [MartinKolarik](https://github.com/MartinKolarik) | +| 2 | [charlike-old](https://github.com/charlike-old) | +| 1 | [amilajack](https://github.com/amilajack) | +| 1 | [mrmlnc](https://github.com/mrmlnc) | +| 1 | [devongovett](https://github.com/devongovett) | +| 1 | [DianeLooney](https://github.com/DianeLooney) | +| 1 | [UltCombo](https://github.com/UltCombo) | +| 1 | [tomByrer](https://github.com/tomByrer) | +| 1 | [fidian](https://github.com/fidian) | + +### Author + +**Jon Schlinkert** + +* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on February 18, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/index.js b/2019-setembro/node_modules/micromatch/index.js new file mode 100644 index 0000000..fe02f2c --- /dev/null +++ b/2019-setembro/node_modules/micromatch/index.js @@ -0,0 +1,877 @@ +'use strict'; + +/** + * Module dependencies + */ + +var util = require('util'); +var braces = require('braces'); +var toRegex = require('to-regex'); +var extend = require('extend-shallow'); + +/** + * Local dependencies + */ + +var compilers = require('./lib/compilers'); +var parsers = require('./lib/parsers'); +var cache = require('./lib/cache'); +var utils = require('./lib/utils'); +var MAX_LENGTH = 1024 * 64; + +/** + * The main function takes a list of strings and one or more + * glob patterns to use for matching. + * + * ```js + * var mm = require('micromatch'); + * mm(list, patterns[, options]); + * + * console.log(mm(['a.js', 'a.txt'], ['*.js'])); + * //=> [ 'a.js' ] + * ``` + * @param {Array} `list` A list of strings to match + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Array} Returns an array of matches + * @summary false + * @api public + */ + +function micromatch(list, patterns, options) { + patterns = utils.arrayify(patterns); + list = utils.arrayify(list); + + var len = patterns.length; + if (list.length === 0 || len === 0) { + return []; + } + + if (len === 1) { + return micromatch.match(list, patterns[0], options); + } + + var omit = []; + var keep = []; + var idx = -1; + + while (++idx < len) { + var pattern = patterns[idx]; + + if (typeof pattern === 'string' && pattern.charCodeAt(0) === 33 /* ! */) { + omit.push.apply(omit, micromatch.match(list, pattern.slice(1), options)); + } else { + keep.push.apply(keep, micromatch.match(list, pattern, options)); + } + } + + var matches = utils.diff(keep, omit); + if (!options || options.nodupes !== false) { + return utils.unique(matches); + } + + return matches; +} + +/** + * Similar to the main function, but `pattern` must be a string. + * + * ```js + * var mm = require('micromatch'); + * mm.match(list, pattern[, options]); + * + * console.log(mm.match(['a.a', 'a.aa', 'a.b', 'a.c'], '*.a')); + * //=> ['a.a', 'a.aa'] + * ``` + * @param {Array} `list` Array of strings to match + * @param {String} `pattern` Glob pattern to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Array} Returns an array of matches + * @api public + */ + +micromatch.match = function(list, pattern, options) { + if (Array.isArray(pattern)) { + throw new TypeError('expected pattern to be a string'); + } + + var unixify = utils.unixify(options); + var isMatch = memoize('match', pattern, options, micromatch.matcher); + var matches = []; + + list = utils.arrayify(list); + var len = list.length; + var idx = -1; + + while (++idx < len) { + var ele = list[idx]; + if (ele === pattern || isMatch(ele)) { + matches.push(utils.value(ele, unixify, options)); + } + } + + // if no options were passed, uniquify results and return + if (typeof options === 'undefined') { + return utils.unique(matches); + } + + if (matches.length === 0) { + if (options.failglob === true) { + throw new Error('no matches found for "' + pattern + '"'); + } + if (options.nonull === true || options.nullglob === true) { + return [options.unescape ? utils.unescape(pattern) : pattern]; + } + } + + // if `opts.ignore` was defined, diff ignored list + if (options.ignore) { + matches = micromatch.not(matches, options.ignore, options); + } + + return options.nodupes !== false ? utils.unique(matches) : matches; +}; + +/** + * Returns true if the specified `string` matches the given glob `pattern`. + * + * ```js + * var mm = require('micromatch'); + * mm.isMatch(string, pattern[, options]); + * + * console.log(mm.isMatch('a.a', '*.a')); + * //=> true + * console.log(mm.isMatch('a.b', '*.a')); + * //=> false + * ``` + * @param {String} `string` String to match + * @param {String} `pattern` Glob pattern to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if the string matches the glob pattern. + * @api public + */ + +micromatch.isMatch = function(str, pattern, options) { + if (typeof str !== 'string') { + throw new TypeError('expected a string: "' + util.inspect(str) + '"'); + } + + if (isEmptyString(str) || isEmptyString(pattern)) { + return false; + } + + var equals = utils.equalsPattern(options); + if (equals(str)) { + return true; + } + + var isMatch = memoize('isMatch', pattern, options, micromatch.matcher); + return isMatch(str); +}; + +/** + * Returns true if some of the strings in the given `list` match any of the + * given glob `patterns`. + * + * ```js + * var mm = require('micromatch'); + * mm.some(list, patterns[, options]); + * + * console.log(mm.some(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); + * // true + * console.log(mm.some(['foo.js'], ['*.js', '!foo.js'])); + * // false + * ``` + * @param {String|Array} `list` The string or array of strings to test. Returns as soon as the first match is found. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if any patterns match `str` + * @api public + */ + +micromatch.some = function(list, patterns, options) { + if (typeof list === 'string') { + list = [list]; + } + for (var i = 0; i < list.length; i++) { + if (micromatch(list[i], patterns, options).length === 1) { + return true; + } + } + return false; +}; + +/** + * Returns true if every string in the given `list` matches + * any of the given glob `patterns`. + * + * ```js + * var mm = require('micromatch'); + * mm.every(list, patterns[, options]); + * + * console.log(mm.every('foo.js', ['foo.js'])); + * // true + * console.log(mm.every(['foo.js', 'bar.js'], ['*.js'])); + * // true + * console.log(mm.every(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); + * // false + * console.log(mm.every(['foo.js'], ['*.js', '!foo.js'])); + * // false + * ``` + * @param {String|Array} `list` The string or array of strings to test. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if any patterns match `str` + * @api public + */ + +micromatch.every = function(list, patterns, options) { + if (typeof list === 'string') { + list = [list]; + } + for (var i = 0; i < list.length; i++) { + if (micromatch(list[i], patterns, options).length !== 1) { + return false; + } + } + return true; +}; + +/** + * Returns true if **any** of the given glob `patterns` + * match the specified `string`. + * + * ```js + * var mm = require('micromatch'); + * mm.any(string, patterns[, options]); + * + * console.log(mm.any('a.a', ['b.*', '*.a'])); + * //=> true + * console.log(mm.any('a.a', 'b.*')); + * //=> false + * ``` + * @param {String|Array} `str` The string to test. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if any patterns match `str` + * @api public + */ + +micromatch.any = function(str, patterns, options) { + if (typeof str !== 'string') { + throw new TypeError('expected a string: "' + util.inspect(str) + '"'); + } + + if (isEmptyString(str) || isEmptyString(patterns)) { + return false; + } + + if (typeof patterns === 'string') { + patterns = [patterns]; + } + + for (var i = 0; i < patterns.length; i++) { + if (micromatch.isMatch(str, patterns[i], options)) { + return true; + } + } + return false; +}; + +/** + * Returns true if **all** of the given `patterns` match + * the specified string. + * + * ```js + * var mm = require('micromatch'); + * mm.all(string, patterns[, options]); + * + * console.log(mm.all('foo.js', ['foo.js'])); + * // true + * + * console.log(mm.all('foo.js', ['*.js', '!foo.js'])); + * // false + * + * console.log(mm.all('foo.js', ['*.js', 'foo.js'])); + * // true + * + * console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js'])); + * // true + * ``` + * @param {String|Array} `str` The string to test. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if any patterns match `str` + * @api public + */ + +micromatch.all = function(str, patterns, options) { + if (typeof str !== 'string') { + throw new TypeError('expected a string: "' + util.inspect(str) + '"'); + } + if (typeof patterns === 'string') { + patterns = [patterns]; + } + for (var i = 0; i < patterns.length; i++) { + if (!micromatch.isMatch(str, patterns[i], options)) { + return false; + } + } + return true; +}; + +/** + * Returns a list of strings that _**do not match any**_ of the given `patterns`. + * + * ```js + * var mm = require('micromatch'); + * mm.not(list, patterns[, options]); + * + * console.log(mm.not(['a.a', 'b.b', 'c.c'], '*.a')); + * //=> ['b.b', 'c.c'] + * ``` + * @param {Array} `list` Array of strings to match. + * @param {String|Array} `patterns` One or more glob pattern to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Array} Returns an array of strings that **do not match** the given patterns. + * @api public + */ + +micromatch.not = function(list, patterns, options) { + var opts = extend({}, options); + var ignore = opts.ignore; + delete opts.ignore; + + var unixify = utils.unixify(opts); + list = utils.arrayify(list).map(unixify); + + var matches = utils.diff(list, micromatch(list, patterns, opts)); + if (ignore) { + matches = utils.diff(matches, micromatch(list, ignore)); + } + + return opts.nodupes !== false ? utils.unique(matches) : matches; +}; + +/** + * Returns true if the given `string` contains the given pattern. Similar + * to [.isMatch](#isMatch) but the pattern can match any part of the string. + * + * ```js + * var mm = require('micromatch'); + * mm.contains(string, pattern[, options]); + * + * console.log(mm.contains('aa/bb/cc', '*b')); + * //=> true + * console.log(mm.contains('aa/bb/cc', '*d')); + * //=> false + * ``` + * @param {String} `str` The string to match. + * @param {String|Array} `patterns` Glob pattern to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns true if the patter matches any part of `str`. + * @api public + */ + +micromatch.contains = function(str, patterns, options) { + if (typeof str !== 'string') { + throw new TypeError('expected a string: "' + util.inspect(str) + '"'); + } + + if (typeof patterns === 'string') { + if (isEmptyString(str) || isEmptyString(patterns)) { + return false; + } + + var equals = utils.equalsPattern(patterns, options); + if (equals(str)) { + return true; + } + var contains = utils.containsPattern(patterns, options); + if (contains(str)) { + return true; + } + } + + var opts = extend({}, options, {contains: true}); + return micromatch.any(str, patterns, opts); +}; + +/** + * Returns true if the given pattern and options should enable + * the `matchBase` option. + * @return {Boolean} + * @api private + */ + +micromatch.matchBase = function(pattern, options) { + if (pattern && pattern.indexOf('/') !== -1 || !options) return false; + return options.basename === true || options.matchBase === true; +}; + +/** + * Filter the keys of the given object with the given `glob` pattern + * and `options`. Does not attempt to match nested keys. If you need this feature, + * use [glob-object][] instead. + * + * ```js + * var mm = require('micromatch'); + * mm.matchKeys(object, patterns[, options]); + * + * var obj = { aa: 'a', ab: 'b', ac: 'c' }; + * console.log(mm.matchKeys(obj, '*b')); + * //=> { ab: 'b' } + * ``` + * @param {Object} `object` The object with keys to filter. + * @param {String|Array} `patterns` One or more glob patterns to use for matching. + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Object} Returns an object with only keys that match the given patterns. + * @api public + */ + +micromatch.matchKeys = function(obj, patterns, options) { + if (!utils.isObject(obj)) { + throw new TypeError('expected the first argument to be an object'); + } + var keys = micromatch(Object.keys(obj), patterns, options); + return utils.pick(obj, keys); +}; + +/** + * Returns a memoized matcher function from the given glob `pattern` and `options`. + * The returned function takes a string to match as its only argument and returns + * true if the string is a match. + * + * ```js + * var mm = require('micromatch'); + * mm.matcher(pattern[, options]); + * + * var isMatch = mm.matcher('*.!(*a)'); + * console.log(isMatch('a.a')); + * //=> false + * console.log(isMatch('a.b')); + * //=> true + * ``` + * @param {String} `pattern` Glob pattern + * @param {Object} `options` See available [options](#options) for changing how matches are performed. + * @return {Function} Returns a matcher function. + * @api public + */ + +micromatch.matcher = function matcher(pattern, options) { + if (Array.isArray(pattern)) { + return compose(pattern, options, matcher); + } + + // if pattern is a regex + if (pattern instanceof RegExp) { + return test(pattern); + } + + // if pattern is invalid + if (!utils.isString(pattern)) { + throw new TypeError('expected pattern to be an array, string or regex'); + } + + // if pattern is a non-glob string + if (!utils.hasSpecialChars(pattern)) { + if (options && options.nocase === true) { + pattern = pattern.toLowerCase(); + } + return utils.matchPath(pattern, options); + } + + // if pattern is a glob string + var re = micromatch.makeRe(pattern, options); + + // if `options.matchBase` or `options.basename` is defined + if (micromatch.matchBase(pattern, options)) { + return utils.matchBasename(re, options); + } + + function test(regex) { + var equals = utils.equalsPattern(options); + var unixify = utils.unixify(options); + + return function(str) { + if (equals(str)) { + return true; + } + + if (regex.test(unixify(str))) { + return true; + } + return false; + }; + } + + var fn = test(re); + Object.defineProperty(fn, 'result', { + configurable: true, + enumerable: false, + value: re.result + }); + return fn; +}; + +/** + * Returns an array of matches captured by `pattern` in `string, or `null` if the pattern did not match. + * + * ```js + * var mm = require('micromatch'); + * mm.capture(pattern, string[, options]); + * + * console.log(mm.capture('test/*.js', 'test/foo.js')); + * //=> ['foo'] + * console.log(mm.capture('test/*.js', 'foo/bar.css')); + * //=> null + * ``` + * @param {String} `pattern` Glob pattern to use for matching. + * @param {String} `string` String to match + * @param {Object} `options` See available [options](#options) for changing how matches are performed + * @return {Boolean} Returns an array of captures if the string matches the glob pattern, otherwise `null`. + * @api public + */ + +micromatch.capture = function(pattern, str, options) { + var re = micromatch.makeRe(pattern, extend({capture: true}, options)); + var unixify = utils.unixify(options); + + function match() { + return function(string) { + var match = re.exec(unixify(string)); + if (!match) { + return null; + } + + return match.slice(1); + }; + } + + var capture = memoize('capture', pattern, options, match); + return capture(str); +}; + +/** + * Create a regular expression from the given glob `pattern`. + * + * ```js + * var mm = require('micromatch'); + * mm.makeRe(pattern[, options]); + * + * console.log(mm.makeRe('*.js')); + * //=> /^(?:(\.[\\\/])?(?!\.)(?=.)[^\/]*?\.js)$/ + * ``` + * @param {String} `pattern` A glob pattern to convert to regex. + * @param {Object} `options` See available [options](#options) for changing how matches are performed. + * @return {RegExp} Returns a regex created from the given pattern. + * @api public + */ + +micromatch.makeRe = function(pattern, options) { + if (typeof pattern !== 'string') { + throw new TypeError('expected pattern to be a string'); + } + + if (pattern.length > MAX_LENGTH) { + throw new Error('expected pattern to be less than ' + MAX_LENGTH + ' characters'); + } + + function makeRe() { + var result = micromatch.create(pattern, options); + var ast_array = []; + var output = result.map(function(obj) { + obj.ast.state = obj.state; + ast_array.push(obj.ast); + return obj.output; + }); + + var regex = toRegex(output.join('|'), options); + Object.defineProperty(regex, 'result', { + configurable: true, + enumerable: false, + value: ast_array + }); + return regex; + } + + return memoize('makeRe', pattern, options, makeRe); +}; + +/** + * Expand the given brace `pattern`. + * + * ```js + * var mm = require('micromatch'); + * console.log(mm.braces('foo/{a,b}/bar')); + * //=> ['foo/(a|b)/bar'] + * + * console.log(mm.braces('foo/{a,b}/bar', {expand: true})); + * //=> ['foo/(a|b)/bar'] + * ``` + * @param {String} `pattern` String with brace pattern to expand. + * @param {Object} `options` Any [options](#options) to change how expansion is performed. See the [braces][] library for all available options. + * @return {Array} + * @api public + */ + +micromatch.braces = function(pattern, options) { + if (typeof pattern !== 'string' && !Array.isArray(pattern)) { + throw new TypeError('expected pattern to be an array or string'); + } + + function expand() { + if (options && options.nobrace === true || !/\{.*\}/.test(pattern)) { + return utils.arrayify(pattern); + } + return braces(pattern, options); + } + + return memoize('braces', pattern, options, expand); +}; + +/** + * Proxy to the [micromatch.braces](#method), for parity with + * minimatch. + */ + +micromatch.braceExpand = function(pattern, options) { + var opts = extend({}, options, {expand: true}); + return micromatch.braces(pattern, opts); +}; + +/** + * Parses the given glob `pattern` and returns an array of abstract syntax + * trees (ASTs), with the compiled `output` and optional source `map` on + * each AST. + * + * ```js + * var mm = require('micromatch'); + * mm.create(pattern[, options]); + * + * console.log(mm.create('abc/*.js')); + * // [{ options: { source: 'string', sourcemap: true }, + * // state: {}, + * // compilers: + * // { ... }, + * // output: '(\\.[\\\\\\/])?abc\\/(?!\\.)(?=.)[^\\/]*?\\.js', + * // ast: + * // { type: 'root', + * // errors: [], + * // nodes: + * // [ ... ], + * // dot: false, + * // input: 'abc/*.js' }, + * // parsingErrors: [], + * // map: + * // { version: 3, + * // sources: [ 'string' ], + * // names: [], + * // mappings: 'AAAA,GAAG,EAAC,kBAAC,EAAC,EAAE', + * // sourcesContent: [ 'abc/*.js' ] }, + * // position: { line: 1, column: 28 }, + * // content: {}, + * // files: {}, + * // idx: 6 }] + * ``` + * @param {String} `pattern` Glob pattern to parse and compile. + * @param {Object} `options` Any [options](#options) to change how parsing and compiling is performed. + * @return {Object} Returns an object with the parsed AST, compiled string and optional source map. + * @api public + */ + +micromatch.create = function(pattern, options) { + return memoize('create', pattern, options, function() { + function create(str, opts) { + return micromatch.compile(micromatch.parse(str, opts), opts); + } + + pattern = micromatch.braces(pattern, options); + var len = pattern.length; + var idx = -1; + var res = []; + + while (++idx < len) { + res.push(create(pattern[idx], options)); + } + return res; + }); +}; + +/** + * Parse the given `str` with the given `options`. + * + * ```js + * var mm = require('micromatch'); + * mm.parse(pattern[, options]); + * + * var ast = mm.parse('a/{b,c}/d'); + * console.log(ast); + * // { type: 'root', + * // errors: [], + * // input: 'a/{b,c}/d', + * // nodes: + * // [ { type: 'bos', val: '' }, + * // { type: 'text', val: 'a/' }, + * // { type: 'brace', + * // nodes: + * // [ { type: 'brace.open', val: '{' }, + * // { type: 'text', val: 'b,c' }, + * // { type: 'brace.close', val: '}' } ] }, + * // { type: 'text', val: '/d' }, + * // { type: 'eos', val: '' } ] } + * ``` + * @param {String} `str` + * @param {Object} `options` + * @return {Object} Returns an AST + * @api public + */ + +micromatch.parse = function(pattern, options) { + if (typeof pattern !== 'string') { + throw new TypeError('expected a string'); + } + + function parse() { + var snapdragon = utils.instantiate(null, options); + parsers(snapdragon, options); + + var ast = snapdragon.parse(pattern, options); + utils.define(ast, 'snapdragon', snapdragon); + ast.input = pattern; + return ast; + } + + return memoize('parse', pattern, options, parse); +}; + +/** + * Compile the given `ast` or string with the given `options`. + * + * ```js + * var mm = require('micromatch'); + * mm.compile(ast[, options]); + * + * var ast = mm.parse('a/{b,c}/d'); + * console.log(mm.compile(ast)); + * // { options: { source: 'string' }, + * // state: {}, + * // compilers: + * // { eos: [Function], + * // noop: [Function], + * // bos: [Function], + * // brace: [Function], + * // 'brace.open': [Function], + * // text: [Function], + * // 'brace.close': [Function] }, + * // output: [ 'a/(b|c)/d' ], + * // ast: + * // { ... }, + * // parsingErrors: [] } + * ``` + * @param {Object|String} `ast` + * @param {Object} `options` + * @return {Object} Returns an object that has an `output` property with the compiled string. + * @api public + */ + +micromatch.compile = function(ast, options) { + if (typeof ast === 'string') { + ast = micromatch.parse(ast, options); + } + + return memoize('compile', ast.input, options, function() { + var snapdragon = utils.instantiate(ast, options); + compilers(snapdragon, options); + return snapdragon.compile(ast, options); + }); +}; + +/** + * Clear the regex cache. + * + * ```js + * mm.clearCache(); + * ``` + * @api public + */ + +micromatch.clearCache = function() { + micromatch.cache.caches = {}; +}; + +/** + * Returns true if the given value is effectively an empty string + */ + +function isEmptyString(val) { + return String(val) === '' || String(val) === './'; +} + +/** + * Compose a matcher function with the given patterns. + * This allows matcher functions to be compiled once and + * called multiple times. + */ + +function compose(patterns, options, matcher) { + var matchers; + + return memoize('compose', String(patterns), options, function() { + return function(file) { + // delay composition until it's invoked the first time, + // after that it won't be called again + if (!matchers) { + matchers = []; + for (var i = 0; i < patterns.length; i++) { + matchers.push(matcher(patterns[i], options)); + } + } + + var len = matchers.length; + while (len--) { + if (matchers[len](file) === true) { + return true; + } + } + return false; + }; + }); +} + +/** + * Memoize a generated regex or function. A unique key is generated + * from the `type` (usually method name), the `pattern`, and + * user-defined options. + */ + +function memoize(type, pattern, options, fn) { + var key = utils.createKey(type + '=' + pattern, options); + + if (options && options.cache === false) { + return fn(pattern, options); + } + + if (cache.has(type, key)) { + return cache.get(type, key); + } + + var val = fn(pattern, options); + cache.set(type, key, val); + return val; +} + +/** + * Expose compiler, parser and cache on `micromatch` + */ + +micromatch.compilers = compilers; +micromatch.parsers = parsers; +micromatch.caches = cache.caches; + +/** + * Expose `micromatch` + * @type {Function} + */ + +module.exports = micromatch; diff --git a/2019-setembro/node_modules/micromatch/lib/.DS_Store b/2019-setembro/node_modules/micromatch/lib/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 + Guiding Principles + +- Changelogs are for humans, not machines. +- There should be an entry for every single version. +- The same types of changes should be grouped. +- Versions and sections should be linkable. +- The latest version comes first. +- The release date of each versions is displayed. +- Mention whether you follow Semantic Versioning. + + + +
+ Types of changes + +Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): + +- `Added` for new features. +- `Changed` for changes in existing functionality. +- `Deprecated` for soon-to-be removed features. +- `Removed` for now removed features. +- `Fixed` for any bug fixes. +- `Security` in case of vulnerabilities. + +
+ +## [2.0.0] - 2017-04-20 + +### Changed + +- Now supports data descriptors in addition to accessor descriptors. +- Now uses [Reflect.defineProperty][reflect] when available, otherwise falls back to [Object.defineProperty][object]. + +## [1.0.0] - 2017-04-20 + +- stable release + +## [0.2.5] - 2015-08-31 + +- use is-descriptor + +## [0.2.3] - 2015-08-29 + +- check keys length + +## [0.2.2] - 2015-08-27 + +- ensure val is an object + +## [0.2.1] - 2015-08-27 + +- support functions + +## [0.2.0] - 2015-08-27 + +- support get/set +- update docs + +## [0.1.0] - 2015-08-12 + +- first commit + +[2.0.0]: https://github.com/jonschlinkert/define-property/compare/1.0.0...2.0.0 +[1.0.0]: https://github.com/jonschlinkert/define-property/compare/0.2.5...1.0.0 +[0.2.5]: https://github.com/jonschlinkert/define-property/compare/0.2.3...0.2.5 +[0.2.3]: https://github.com/jonschlinkert/define-property/compare/0.2.2...0.2.3 +[0.2.2]: https://github.com/jonschlinkert/define-property/compare/0.2.1...0.2.2 +[0.2.1]: https://github.com/jonschlinkert/define-property/compare/0.2.0...0.2.1 +[0.2.0]: https://github.com/jonschlinkert/define-property/compare/0.1.3...0.2.0 + +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog + +[object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty +[reflect]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty diff --git a/2019-setembro/node_modules/micromatch/node_modules/define-property/LICENSE b/2019-setembro/node_modules/micromatch/node_modules/define-property/LICENSE new file mode 100644 index 0000000..f8de063 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/define-property/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/micromatch/node_modules/define-property/README.md b/2019-setembro/node_modules/micromatch/node_modules/define-property/README.md new file mode 100644 index 0000000..f1ee8f9 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/define-property/README.md @@ -0,0 +1,117 @@ +# define-property [![NPM version](https://img.shields.io/npm/v/define-property.svg?style=flat)](https://www.npmjs.com/package/define-property) [![NPM monthly downloads](https://img.shields.io/npm/dm/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![NPM total downloads](https://img.shields.io/npm/dt/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/define-property.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/define-property) + +> Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save define-property +``` + +## Release history + +See [the CHANGELOG](changelog.md) for updates. + +## Usage + +**Params** + +* `object`: The object on which to define the property. +* `key`: The name of the property to be defined or modified. +* `value`: The value or descriptor of the property being defined or modified. + +```js +var define = require('define-property'); +var obj = {}; +define(obj, 'foo', function(val) { + return val.toUpperCase(); +}); + +// by default, defined properties are non-enumberable +console.log(obj); +//=> {} + +console.log(obj.foo('bar')); +//=> 'BAR' +``` + +**defining setters/getters** + +Pass the same properties you would if using [Object.defineProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty) or [Reflect.defineProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty). + +```js +define(obj, 'foo', { + set: function() {}, + get: function() {} +}); +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") +* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") +* [mixin-deep](https://www.npmjs.com/package/mixin-deep): Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. | [homepage](https://github.com/jonschlinkert/mixin-deep "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 28 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [doowb](https://github.com/doowb) | + +### Author + +**Jon Schlinkert** + +* Connect with me on [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* Follow me on [github/jonschlinkert](https://github.com/jonschlinkert) +* Follow me on [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on January 25, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/define-property/index.js b/2019-setembro/node_modules/micromatch/node_modules/define-property/index.js new file mode 100644 index 0000000..0efa0a9 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/define-property/index.js @@ -0,0 +1,38 @@ +/*! + * define-property + * + * Copyright (c) 2015-2018, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isobject = require('isobject'); +var isDescriptor = require('is-descriptor'); +var define = (typeof Reflect !== 'undefined' && Reflect.defineProperty) + ? Reflect.defineProperty + : Object.defineProperty; + +module.exports = function defineProperty(obj, key, val) { + if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { + throw new TypeError('expected an object, function, or array'); + } + + if (typeof key !== 'string') { + throw new TypeError('expected "key" to be a string'); + } + + if (isDescriptor(val)) { + define(obj, key, val); + return obj; + } + + define(obj, key, { + configurable: true, + enumerable: false, + writable: true, + value: val + }); + + return obj; +}; diff --git a/2019-setembro/node_modules/micromatch/node_modules/define-property/package.json b/2019-setembro/node_modules/micromatch/node_modules/define-property/package.json new file mode 100644 index 0000000..f8fd21c --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/define-property/package.json @@ -0,0 +1,67 @@ +{ + "name": "define-property", + "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.", + "version": "2.0.2", + "homepage": "https://github.com/jonschlinkert/define-property", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/define-property", + "bugs": { + "url": "https://github.com/jonschlinkert/define-property/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "keywords": [ + "define", + "define-property", + "enumerable", + "key", + "non", + "non-enumerable", + "object", + "prop", + "property", + "value" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "assign-deep", + "extend-shallow", + "merge-deep", + "mixin-deep" + ] + }, + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/LICENSE b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/LICENSE new file mode 100644 index 0000000..99c9369 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2015, 2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/README.md b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/README.md new file mode 100644 index 0000000..dee226f --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/README.md @@ -0,0 +1,97 @@ +# extend-shallow [![NPM version](https://img.shields.io/npm/v/extend-shallow.svg?style=flat)](https://www.npmjs.com/package/extend-shallow) [![NPM monthly downloads](https://img.shields.io/npm/dm/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![NPM total downloads](https://img.shields.io/npm/dt/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extend-shallow.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extend-shallow) + +> Extend an object with the properties of additional objects. node.js/javascript util. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save extend-shallow +``` + +## Usage + +```js +var extend = require('extend-shallow'); + +extend({a: 'b'}, {c: 'd'}) +//=> {a: 'b', c: 'd'} +``` + +Pass an empty object to shallow clone: + +```js +var obj = {}; +extend(obj, {a: 'b'}, {c: 'd'}) +//=> {a: 'b', c: 'd'} +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") +* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js") +* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 33 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [pdehaan](https://github.com/pdehaan) | + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/index.js b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/index.js new file mode 100644 index 0000000..c9582f8 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/index.js @@ -0,0 +1,60 @@ +'use strict'; + +var isExtendable = require('is-extendable'); +var assignSymbols = require('assign-symbols'); + +module.exports = Object.assign || function(obj/*, objects*/) { + if (obj === null || typeof obj === 'undefined') { + throw new TypeError('Cannot convert undefined or null to object'); + } + if (!isObject(obj)) { + obj = {}; + } + for (var i = 1; i < arguments.length; i++) { + var val = arguments[i]; + if (isString(val)) { + val = toObject(val); + } + if (isObject(val)) { + assign(obj, val); + assignSymbols(obj, val); + } + } + return obj; +}; + +function assign(a, b) { + for (var key in b) { + if (hasOwn(b, key)) { + a[key] = b[key]; + } + } +} + +function isString(val) { + return (val && typeof val === 'string'); +} + +function toObject(str) { + var obj = {}; + for (var i in str) { + obj[i] = str[i]; + } + return obj; +} + +function isObject(val) { + return (val && typeof val === 'object') || isExtendable(val); +} + +/** + * Returns true if the given `key` is an own property of `obj`. + */ + +function hasOwn(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); +} + +function isEnum(obj, key) { + return Object.prototype.propertyIsEnumerable.call(obj, key); +} diff --git a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/package.json b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/package.json new file mode 100644 index 0000000..e5e9105 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/package.json @@ -0,0 +1,83 @@ +{ + "name": "extend-shallow", + "description": "Extend an object with the properties of additional objects. node.js/javascript util.", + "version": "3.0.2", + "homepage": "https://github.com/jonschlinkert/extend-shallow", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Peter deHaan (http://about.me/peterdehaan)" + ], + "repository": "jonschlinkert/extend-shallow", + "bugs": { + "url": "https://github.com/jonschlinkert/extend-shallow/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "devDependencies": { + "array-slice": "^1.0.0", + "benchmarked": "^2.0.0", + "for-own": "^1.0.0", + "gulp-format-md": "^1.0.0", + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.1", + "minimist": "^1.2.0", + "mocha": "^3.5.3", + "object-assign": "^4.1.1" + }, + "keywords": [ + "assign", + "clone", + "extend", + "merge", + "obj", + "object", + "object-assign", + "object.assign", + "prop", + "properties", + "property", + "props", + "shallow", + "util", + "utility", + "utils", + "value" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "related": { + "list": [ + "extend-shallow", + "for-in", + "for-own", + "is-plain-object", + "isobject", + "kind-of" + ] + }, + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/LICENSE b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/LICENSE new file mode 100644 index 0000000..c0d7f13 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/README.md b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/README.md new file mode 100644 index 0000000..875b56a --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/README.md @@ -0,0 +1,88 @@ +# is-extendable [![NPM version](https://img.shields.io/npm/v/is-extendable.svg?style=flat)](https://www.npmjs.com/package/is-extendable) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![NPM total downloads](https://img.shields.io/npm/dt/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-extendable.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-extendable) + +> Returns true if a value is a plain object, array or function. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-extendable +``` + +## Usage + +```js +var isExtendable = require('is-extendable'); +``` + +Returns true if the value is any of the following: + +* array +* plain object +* function + +## Notes + +All objects in JavaScript can have keys, but it's a pain to check for this, since we ether need to verify that the value is not `null` or `undefined` and: + +* the value is not a primitive, or +* that the object is a plain object, function or array + +Also note that an `extendable` object is not the same as an [extensible object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible), which is one that (in es6) is not sealed, frozen, or marked as non-extensible using `preventExtensions`. + +## Release history + +### v1.0.0 - 2017/07/20 + +**Breaking changes** + +* No longer considers date, regex or error objects to be extendable + +## About + +### Related projects + +* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") +* [is-equal-shallow](https://www.npmjs.com/package/is-equal-shallow): Does a shallow comparison of two objects, returning false if the keys or values differ. | [homepage](https://github.com/jonschlinkert/is-equal-shallow "Does a shallow comparison of two objects, returning false if the keys or values differ.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 20, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.d.ts b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.d.ts new file mode 100644 index 0000000..b96d507 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.d.ts @@ -0,0 +1,5 @@ +export = isExtendable; + +declare function isExtendable(val: any): boolean; + +declare namespace isExtendable {} diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.js b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.js new file mode 100644 index 0000000..a8b26ad --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.js @@ -0,0 +1,14 @@ +/*! + * is-extendable + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isPlainObject = require('is-plain-object'); + +module.exports = function isExtendable(val) { + return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); +}; diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/package.json b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/package.json new file mode 100644 index 0000000..2aaab65 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/package.json @@ -0,0 +1,67 @@ +{ + "name": "is-extendable", + "description": "Returns true if a value is a plain object, array or function.", + "version": "1.0.1", + "homepage": "https://github.com/jonschlinkert/is-extendable", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/is-extendable", + "bugs": { + "url": "https://github.com/jonschlinkert/is-extendable/issues" + }, + "license": "MIT", + "files": [ + "index.js", + "index.d.ts" + ], + "main": "index.js", + "types": "index.d.ts", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.4.2" + }, + "keywords": [ + "array", + "assign", + "check", + "date", + "extend", + "extendable", + "extensible", + "function", + "is", + "object", + "regex", + "test" + ], + "verb": { + "related": { + "list": [ + "assign-deep", + "is-equal-shallow", + "is-plain-object", + "isobject", + "kind-of" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/CHANGELOG.md b/2019-setembro/node_modules/micromatch/node_modules/kind-of/CHANGELOG.md new file mode 100644 index 0000000..fb30b06 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/kind-of/CHANGELOG.md @@ -0,0 +1,157 @@ +# Release history + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +
+ Guiding Principles + +- Changelogs are for humans, not machines. +- There should be an entry for every single version. +- The same types of changes should be grouped. +- Versions and sections should be linkable. +- The latest version comes first. +- The release date of each versions is displayed. +- Mention whether you follow Semantic Versioning. + +
+ +
+ Types of changes + +Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): + +- `Added` for new features. +- `Changed` for changes in existing functionality. +- `Deprecated` for soon-to-be removed features. +- `Removed` for now removed features. +- `Fixed` for any bug fixes. +- `Security` in case of vulnerabilities. + +
+ +## [6.0.0] - 2017-10-13 + +- refactor code to be more performant +- refactor benchmarks + +## [5.1.0] - 2017-10-13 + +**Added** + +- Merge pull request #15 from aretecode/patch-1 +- adds support and tests for string & array iterators + +**Changed** + +- updates benchmarks + +## [5.0.2] - 2017-08-02 + +- Merge pull request #14 from struct78/master +- Added `undefined` check + +## [5.0.0] - 2017-06-21 + +- Merge pull request #12 from aretecode/iterator +- Set Iterator + Map Iterator +- streamline `isbuffer`, minor edits + +## [4.0.0] - 2017-05-19 + +- Merge pull request #8 from tunnckoCore/master +- update deps + +## [3.2.2] - 2017-05-16 + +- fix version + +## [3.2.1] - 2017-05-16 + +- add browserify + +## [3.2.0] - 2017-04-25 + +- Merge pull request #10 from ksheedlo/unrequire-buffer +- add `promise` support and tests +- Remove unnecessary `Buffer` check + +## [3.1.0] - 2016-12-07 + +- Merge pull request #7 from laggingreflex/err +- add support for `error` and tests +- run update + +## [3.0.4] - 2016-07-29 + +- move tests +- run update + +## [3.0.3] - 2016-05-03 + +- fix prepublish script +- remove unused dep + +## [3.0.0] - 2015-11-17 + +- add typed array support +- Merge pull request #5 from miguelmota/typed-arrays +- adds new tests + +## [2.0.1] - 2015-08-21 + +- use `is-buffer` module + +## [2.0.0] - 2015-05-31 + +- Create fallback for `Array.isArray` if used as a browser package +- Merge pull request #2 from dtothefp/patch-1 +- Merge pull request #3 from pdehaan/patch-1 +- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master +- optimizations, mostly date and regex + +## [1.1.0] - 2015-02-09 + +- adds `buffer` support +- adds tests for `buffer` + +## [1.0.0] - 2015-01-19 + +- update benchmarks +- optimizations based on benchmarks + +## [0.1.2] - 2014-10-26 + +- return `typeof` value if it's not an object. very slight speed improvement +- use `.slice` +- adds benchmarks + +## [0.1.0] - 2014-9-26 + +- first commit + +[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0 +[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0 +[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2 +[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1 +[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0 +[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0 +[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2 +[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1 +[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0 +[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0 +[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4 +[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3 +[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0 +[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1 +[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0 +[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0 +[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0 +[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2 +[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87 + +[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog + diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/micromatch/node_modules/kind-of/LICENSE new file mode 100644 index 0000000..3f2eca1 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/kind-of/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/README.md b/2019-setembro/node_modules/micromatch/node_modules/kind-of/README.md new file mode 100644 index 0000000..4b0d4a8 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/kind-of/README.md @@ -0,0 +1,365 @@ +# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) + +> Get the native type of a value. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save kind-of +``` + +Install with [bower](https://bower.io/) + +```sh +$ bower install kind-of --save +``` + +## Why use this? + +1. [it's fast](#benchmarks) | [optimizations](#optimizations) +2. [better type checking](#better-type-checking) + +## Usage + +> es5, es6, and browser ready + +```js +var kindOf = require('kind-of'); + +kindOf(undefined); +//=> 'undefined' + +kindOf(null); +//=> 'null' + +kindOf(true); +//=> 'boolean' + +kindOf(false); +//=> 'boolean' + +kindOf(new Buffer('')); +//=> 'buffer' + +kindOf(42); +//=> 'number' + +kindOf('str'); +//=> 'string' + +kindOf(arguments); +//=> 'arguments' + +kindOf({}); +//=> 'object' + +kindOf(Object.create(null)); +//=> 'object' + +kindOf(new Test()); +//=> 'object' + +kindOf(new Date()); +//=> 'date' + +kindOf([1, 2, 3]); +//=> 'array' + +kindOf(/foo/); +//=> 'regexp' + +kindOf(new RegExp('foo')); +//=> 'regexp' + +kindOf(new Error('error')); +//=> 'error' + +kindOf(function () {}); +//=> 'function' + +kindOf(function * () {}); +//=> 'generatorfunction' + +kindOf(Symbol('str')); +//=> 'symbol' + +kindOf(new Map()); +//=> 'map' + +kindOf(new WeakMap()); +//=> 'weakmap' + +kindOf(new Set()); +//=> 'set' + +kindOf(new WeakSet()); +//=> 'weakset' + +kindOf(new Int8Array()); +//=> 'int8array' + +kindOf(new Uint8Array()); +//=> 'uint8array' + +kindOf(new Uint8ClampedArray()); +//=> 'uint8clampedarray' + +kindOf(new Int16Array()); +//=> 'int16array' + +kindOf(new Uint16Array()); +//=> 'uint16array' + +kindOf(new Int32Array()); +//=> 'int32array' + +kindOf(new Uint32Array()); +//=> 'uint32array' + +kindOf(new Float32Array()); +//=> 'float32array' + +kindOf(new Float64Array()); +//=> 'float64array' +``` + +## Benchmarks + +Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). + +```bash +# arguments (32 bytes) + kind-of x 17,024,098 ops/sec ±1.90% (86 runs sampled) + lib-type-of x 11,926,235 ops/sec ±1.34% (83 runs sampled) + lib-typeof x 9,245,257 ops/sec ±1.22% (87 runs sampled) + + fastest is kind-of (by 161% avg) + +# array (22 bytes) + kind-of x 17,196,492 ops/sec ±1.07% (88 runs sampled) + lib-type-of x 8,838,283 ops/sec ±1.02% (87 runs sampled) + lib-typeof x 8,677,848 ops/sec ±0.87% (87 runs sampled) + + fastest is kind-of (by 196% avg) + +# boolean (24 bytes) + kind-of x 16,841,600 ops/sec ±1.10% (86 runs sampled) + lib-type-of x 8,096,787 ops/sec ±0.95% (87 runs sampled) + lib-typeof x 8,423,345 ops/sec ±1.15% (86 runs sampled) + + fastest is kind-of (by 204% avg) + +# buffer (38 bytes) + kind-of x 14,848,060 ops/sec ±1.05% (86 runs sampled) + lib-type-of x 3,671,577 ops/sec ±1.49% (87 runs sampled) + lib-typeof x 8,360,236 ops/sec ±1.24% (86 runs sampled) + + fastest is kind-of (by 247% avg) + +# date (30 bytes) + kind-of x 16,067,761 ops/sec ±1.58% (86 runs sampled) + lib-type-of x 8,954,436 ops/sec ±1.40% (87 runs sampled) + lib-typeof x 8,488,307 ops/sec ±1.51% (84 runs sampled) + + fastest is kind-of (by 184% avg) + +# error (36 bytes) + kind-of x 9,634,090 ops/sec ±1.12% (89 runs sampled) + lib-type-of x 7,735,624 ops/sec ±1.32% (86 runs sampled) + lib-typeof x 7,442,160 ops/sec ±1.11% (90 runs sampled) + + fastest is kind-of (by 127% avg) + +# function (34 bytes) + kind-of x 10,031,494 ops/sec ±1.27% (86 runs sampled) + lib-type-of x 9,502,757 ops/sec ±1.17% (89 runs sampled) + lib-typeof x 8,278,985 ops/sec ±1.08% (88 runs sampled) + + fastest is kind-of (by 113% avg) + +# null (24 bytes) + kind-of x 18,159,808 ops/sec ±1.92% (86 runs sampled) + lib-type-of x 12,927,635 ops/sec ±1.01% (88 runs sampled) + lib-typeof x 7,958,234 ops/sec ±1.21% (89 runs sampled) + + fastest is kind-of (by 174% avg) + +# number (22 bytes) + kind-of x 17,846,779 ops/sec ±0.91% (85 runs sampled) + lib-type-of x 3,316,636 ops/sec ±1.19% (86 runs sampled) + lib-typeof x 2,329,477 ops/sec ±2.21% (85 runs sampled) + + fastest is kind-of (by 632% avg) + +# object-plain (47 bytes) + kind-of x 7,085,155 ops/sec ±1.05% (88 runs sampled) + lib-type-of x 8,870,930 ops/sec ±1.06% (83 runs sampled) + lib-typeof x 8,716,024 ops/sec ±1.05% (87 runs sampled) + + fastest is lib-type-of (by 112% avg) + +# regex (25 bytes) + kind-of x 14,196,052 ops/sec ±1.65% (84 runs sampled) + lib-type-of x 9,554,164 ops/sec ±1.25% (88 runs sampled) + lib-typeof x 8,359,691 ops/sec ±1.07% (87 runs sampled) + + fastest is kind-of (by 158% avg) + +# string (33 bytes) + kind-of x 16,131,428 ops/sec ±1.41% (85 runs sampled) + lib-type-of x 7,273,172 ops/sec ±1.05% (87 runs sampled) + lib-typeof x 7,382,635 ops/sec ±1.17% (85 runs sampled) + + fastest is kind-of (by 220% avg) + +# symbol (34 bytes) + kind-of x 17,011,537 ops/sec ±1.24% (86 runs sampled) + lib-type-of x 3,492,454 ops/sec ±1.23% (89 runs sampled) + lib-typeof x 7,471,235 ops/sec ±2.48% (87 runs sampled) + + fastest is kind-of (by 310% avg) + +# template-strings (36 bytes) + kind-of x 15,434,250 ops/sec ±1.46% (83 runs sampled) + lib-type-of x 7,157,907 ops/sec ±0.97% (87 runs sampled) + lib-typeof x 7,517,986 ops/sec ±0.92% (86 runs sampled) + + fastest is kind-of (by 210% avg) + +# undefined (29 bytes) + kind-of x 19,167,115 ops/sec ±1.71% (87 runs sampled) + lib-type-of x 15,477,740 ops/sec ±1.63% (85 runs sampled) + lib-typeof x 19,075,495 ops/sec ±1.17% (83 runs sampled) + + fastest is lib-typeof,kind-of + +``` + +## Optimizations + +In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: + +1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. +2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. +3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` +4. There is no reason to make the code in a microlib as terse as possible, just to win points for making it shorter. It's always better to favor performant code over terse code. You will always only be using a single `require()` statement to use the library anyway, regardless of how the code is written. + +## Better type checking + +kind-of seems to be more consistently "correct" than other type checking libs I've looked at. For example, here are some differing results from other popular libs: + +### [typeof](https://github.com/CodingFu/typeof) lib + +Incorrectly identifies instances of custom constructors (pretty common): + +```js +var typeOf = require('typeof'); +function Test() {} +console.log(typeOf(new Test())); +//=> 'test' +``` + +Returns `object` instead of `arguments`: + +```js +function foo() { + console.log(typeOf(arguments)) //=> 'object' +} +foo(); +``` + +### [type-of](https://github.com/ForbesLindesay/type-of) lib + +Incorrectly returns `object` for generator functions, buffers, `Map`, `Set`, `WeakMap` and `WeakSet`: + +```js +function * foo() {} +console.log(typeOf(foo)); +//=> 'object' +console.log(typeOf(new Buffer(''))); +//=> 'object' +console.log(typeOf(new Map())); +//=> 'object' +console.log(typeOf(new Set())); +//=> 'object' +console.log(typeOf(new WeakMap())); +//=> 'object' +console.log(typeOf(new WeakSet())); +//=> 'object' +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 98 | [jonschlinkert](https://github.com/jonschlinkert) | +| 3 | [aretecode](https://github.com/aretecode) | +| 2 | [miguelmota](https://github.com/miguelmota) | +| 1 | [dtothefp](https://github.com/dtothefp) | +| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) | +| 1 | [ksheedlo](https://github.com/ksheedlo) | +| 1 | [pdehaan](https://github.com/pdehaan) | +| 1 | [laggingreflex](https://github.com/laggingreflex) | +| 1 | [charlike-old](https://github.com/charlike-old) | + +### Author + +**Jon Schlinkert** + +* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/index.js b/2019-setembro/node_modules/micromatch/node_modules/kind-of/index.js new file mode 100644 index 0000000..aa2bb39 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/kind-of/index.js @@ -0,0 +1,129 @@ +var toString = Object.prototype.toString; + +module.exports = function kindOf(val) { + if (val === void 0) return 'undefined'; + if (val === null) return 'null'; + + var type = typeof val; + if (type === 'boolean') return 'boolean'; + if (type === 'string') return 'string'; + if (type === 'number') return 'number'; + if (type === 'symbol') return 'symbol'; + if (type === 'function') { + return isGeneratorFn(val) ? 'generatorfunction' : 'function'; + } + + if (isArray(val)) return 'array'; + if (isBuffer(val)) return 'buffer'; + if (isArguments(val)) return 'arguments'; + if (isDate(val)) return 'date'; + if (isError(val)) return 'error'; + if (isRegexp(val)) return 'regexp'; + + switch (ctorName(val)) { + case 'Symbol': return 'symbol'; + case 'Promise': return 'promise'; + + // Set, Map, WeakSet, WeakMap + case 'WeakMap': return 'weakmap'; + case 'WeakSet': return 'weakset'; + case 'Map': return 'map'; + case 'Set': return 'set'; + + // 8-bit typed arrays + case 'Int8Array': return 'int8array'; + case 'Uint8Array': return 'uint8array'; + case 'Uint8ClampedArray': return 'uint8clampedarray'; + + // 16-bit typed arrays + case 'Int16Array': return 'int16array'; + case 'Uint16Array': return 'uint16array'; + + // 32-bit typed arrays + case 'Int32Array': return 'int32array'; + case 'Uint32Array': return 'uint32array'; + case 'Float32Array': return 'float32array'; + case 'Float64Array': return 'float64array'; + } + + if (isGeneratorObj(val)) { + return 'generator'; + } + + // Non-plain objects + type = toString.call(val); + switch (type) { + case '[object Object]': return 'object'; + // iterators + case '[object Map Iterator]': return 'mapiterator'; + case '[object Set Iterator]': return 'setiterator'; + case '[object String Iterator]': return 'stringiterator'; + case '[object Array Iterator]': return 'arrayiterator'; + } + + // other + return type.slice(8, -1).toLowerCase().replace(/\s/g, ''); +}; + +function ctorName(val) { + return val.constructor ? val.constructor.name : null; +} + +function isArray(val) { + if (Array.isArray) return Array.isArray(val); + return val instanceof Array; +} + +function isError(val) { + return val instanceof Error || (typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number'); +} + +function isDate(val) { + if (val instanceof Date) return true; + return typeof val.toDateString === 'function' + && typeof val.getDate === 'function' + && typeof val.setDate === 'function'; +} + +function isRegexp(val) { + if (val instanceof RegExp) return true; + return typeof val.flags === 'string' + && typeof val.ignoreCase === 'boolean' + && typeof val.multiline === 'boolean' + && typeof val.global === 'boolean'; +} + +function isGeneratorFn(name, val) { + return ctorName(name) === 'GeneratorFunction'; +} + +function isGeneratorObj(val) { + return typeof val.throw === 'function' + && typeof val.return === 'function' + && typeof val.next === 'function'; +} + +function isArguments(val) { + try { + if (typeof val.length === 'number' && typeof val.callee === 'function') { + return true; + } + } catch (err) { + if (err.message.indexOf('callee') !== -1) { + return true; + } + } + return false; +} + +/** + * If you need to support Safari 5-7 (8-10 yr-old browser), + * take a look at https://github.com/feross/is-buffer + */ + +function isBuffer(val) { + if (val.constructor && typeof val.constructor.isBuffer === 'function') { + return val.constructor.isBuffer(val); + } + return false; +} diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/package.json b/2019-setembro/node_modules/micromatch/node_modules/kind-of/package.json new file mode 100644 index 0000000..73d70ae --- /dev/null +++ b/2019-setembro/node_modules/micromatch/node_modules/kind-of/package.json @@ -0,0 +1,88 @@ +{ + "name": "kind-of", + "description": "Get the native type of a value.", + "version": "6.0.2", + "homepage": "https://github.com/jonschlinkert/kind-of", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "David Fox-Powell (https://dtothefp.github.io/me)", + "James (https://twitter.com/aretecode)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Ken Sheedlo (kensheedlo.com)", + "laggingreflex (https://github.com/laggingreflex)", + "Miguel Mota (https://miguelmota.com)", + "Peter deHaan (http://about.me/peterdehaan)", + "tunnckoCore (https://i.am.charlike.online)" + ], + "repository": "jonschlinkert/kind-of", + "bugs": { + "url": "https://github.com/jonschlinkert/kind-of/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js -s index --bare" + }, + "devDependencies": { + "benchmarked": "^2.0.0", + "browserify": "^14.4.0", + "gulp-format-md": "^1.0.0", + "mocha": "^4.0.1", + "write": "^1.0.3" + }, + "keywords": [ + "arguments", + "array", + "boolean", + "check", + "date", + "function", + "is", + "is-type", + "is-type-of", + "kind", + "kind-of", + "number", + "object", + "of", + "regexp", + "string", + "test", + "type", + "type-of", + "typeof", + "types" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "related": { + "list": [ + "is-glob", + "is-number", + "is-primitive" + ] + }, + "reflinks": [ + "type-of", + "typeof", + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/micromatch/package.json b/2019-setembro/node_modules/micromatch/package.json new file mode 100644 index 0000000..4475155 --- /dev/null +++ b/2019-setembro/node_modules/micromatch/package.json @@ -0,0 +1,147 @@ +{ + "name": "micromatch", + "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.", + "version": "3.1.10", + "homepage": "https://github.com/micromatch/micromatch", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Amila Welihinda (amilajack.com)", + "Bogdan Chadkin (https://github.com/TrySound)", + "Brian Woodward (https://twitter.com/doowb)", + "Devon Govett (http://badassjs.com)", + "Elan Shanker (https://github.com/es128)", + "Fabrício Matté (https://ultcombo.js.org)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Martin Kolárik (https://kolarik.sk)", + "Olsten Larck (https://i.am.charlike.online)", + "Paul Miller (paulmillr.com)", + "Tom Byrer (https://github.com/tomByrer)", + "Tyler Akins (http://rumkin.com)", + "(https://github.com/DianeLooney)" + ], + "repository": "micromatch/micromatch", + "bugs": { + "url": "https://github.com/micromatch/micromatch/issues" + }, + "license": "MIT", + "files": [ + "index.js", + "lib" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "devDependencies": { + "bash-match": "^1.0.2", + "for-own": "^1.0.0", + "gulp": "^3.9.1", + "gulp-format-md": "^1.0.0", + "gulp-istanbul": "^1.1.3", + "gulp-mocha": "^5.0.0", + "gulp-unused": "^0.2.1", + "is-windows": "^1.0.2", + "minimatch": "^3.0.4", + "minimist": "^1.2.0", + "mocha": "^3.5.3", + "multimatch": "^2.1.0" + }, + "keywords": [ + "bash", + "expand", + "expansion", + "expression", + "file", + "files", + "filter", + "find", + "glob", + "globbing", + "globs", + "globstar", + "match", + "matcher", + "matches", + "matching", + "micromatch", + "minimatch", + "multimatch", + "path", + "pattern", + "patterns", + "regex", + "regexp", + "regular", + "shell", + "wildcard" + ], + "lintDeps": { + "dependencies": { + "options": { + "lock": { + "snapdragon": "^0.8.1" + } + } + }, + "devDependencies": { + "files": { + "options": { + "ignore": [ + "benchmark/**" + ] + } + } + } + }, + "verb": { + "toc": "collapsible", + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "helpers": [ + "./benchmark/helper.js" + ], + "related": { + "list": [ + "braces", + "expand-brackets", + "extglob", + "fill-range", + "nanomatch" + ] + }, + "lint": { + "reflinks": true + }, + "reflinks": [ + "expand-brackets", + "extglob", + "glob-object", + "minimatch", + "multimatch", + "snapdragon" + ] + } +} diff --git a/2019-setembro/node_modules/mime/.eslintrc.json b/2019-setembro/node_modules/mime/.eslintrc.json new file mode 100644 index 0000000..845527f --- /dev/null +++ b/2019-setembro/node_modules/mime/.eslintrc.json @@ -0,0 +1,51 @@ +{ + "root": true, + "parserOptions": { + "ecmaVersion": 6 + }, + "env": { + "browser": true, + "commonjs": true, + "node": true, + "mocha": true + }, + "extends": ["eslint:recommended"], + "rules": { + "array-bracket-spacing": ["warn", "never"], + "arrow-body-style": ["warn", "as-needed"], + "arrow-parens": ["warn", "as-needed"], + "arrow-spacing": "warn", + "brace-style": ["warn", "1tbs"], + "camelcase": "warn", + "comma-spacing": ["warn", {"after": true}], + "dot-notation": "warn", + "eqeqeq": ["warn", "smart"], + "indent": ["warn", 2, { + "SwitchCase": 1, + "FunctionDeclaration": {"parameters": 1}, + "MemberExpression": 1, + "CallExpression": {"arguments": 1} + }], + "key-spacing": ["warn", {"beforeColon": false, "afterColon": true, "mode": "minimum"}], + "keyword-spacing": "warn", + "no-console": "off", + "no-empty": "off", + "no-multi-spaces": "warn", + "no-redeclare": "off", + "no-restricted-globals": ["warn", "Promise"], + "no-trailing-spaces": "warn", + "no-undef": "error", + "no-unused-vars": ["warn", {"args": "none"}], + "one-var": ["warn", "never"], + "padded-blocks": ["warn", "never"], + "object-curly-spacing": ["warn", "never"], + "quotes": ["warn", "single"], + "react/prop-types": "off", + "react/jsx-no-bind": "off", + "semi": ["warn", "always"], + "space-before-blocks": ["warn", "always"], + "space-before-function-paren": ["warn", "never"], + "space-in-parens": ["warn", "never"], + "strict": ["warn", "global"] + } +} diff --git a/2019-setembro/node_modules/mime/.github/ISSUE_TEMPLATE.md b/2019-setembro/node_modules/mime/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..53bf23e --- /dev/null +++ b/2019-setembro/node_modules/mime/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,6 @@ +### If you have an issue with a specific extension or type + +Locate the definition for your extension/type in the [db.json file](https://github.com/jshttp/mime-db/blob/master/db.json) in the `mime-db` project. Does it look right? + +- [ ] No. [File a `mime-db` issue](https://github.com/jshttp/mime-db/issues/new). +- [ ] Yes: Go ahead and submit your issue/PR here and I'll look into it. diff --git a/2019-setembro/node_modules/mime/.github/PULL_REQUEST_TEMPLATE.md b/2019-setembro/node_modules/mime/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..53bf23e --- /dev/null +++ b/2019-setembro/node_modules/mime/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +### If you have an issue with a specific extension or type + +Locate the definition for your extension/type in the [db.json file](https://github.com/jshttp/mime-db/blob/master/db.json) in the `mime-db` project. Does it look right? + +- [ ] No. [File a `mime-db` issue](https://github.com/jshttp/mime-db/issues/new). +- [ ] Yes: Go ahead and submit your issue/PR here and I'll look into it. diff --git a/2019-setembro/node_modules/mime/.travis.yml b/2019-setembro/node_modules/mime/.travis.yml new file mode 100644 index 0000000..045b41b --- /dev/null +++ b/2019-setembro/node_modules/mime/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: + - "6" + - "8" + - "10" diff --git a/2019-setembro/node_modules/mime/CHANGELOG.md b/2019-setembro/node_modules/mime/CHANGELOG.md new file mode 100644 index 0000000..ba9cd97 --- /dev/null +++ b/2019-setembro/node_modules/mime/CHANGELOG.md @@ -0,0 +1,262 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [2.4.4](https://github.com/broofa/node-mime/compare/v2.4.3...v2.4.4) (2019-06-07) + + + +## [2.4.3](https://github.com/broofa/node-mime/compare/v2.4.2...v2.4.3) (2019-05-15) + + + +## [2.4.2](https://github.com/broofa/node-mime/compare/v2.4.1...v2.4.2) (2019-04-07) + + +### Bug Fixes + +* don't use arrow function introduced in 2.4.1 ([2e00b5c](https://github.com/broofa/node-mime/commit/2e00b5c)) + + + +## [2.4.1](https://github.com/broofa/node-mime/compare/v2.4.0...v2.4.1) (2019-04-03) + + +### Bug Fixes + +* update MDN and mime-db types ([3e567a9](https://github.com/broofa/node-mime/commit/3e567a9)) + + + + +# [2.4.0](https://github.com/broofa/node-mime/compare/v2.3.1...v2.4.0) (2018-11-26) + + +### Features + +* Bind exported methods ([9d2a7b8](https://github.com/broofa/node-mime/commit/9d2a7b8)) +* update to mime-db@1.37.0 ([49e6e41](https://github.com/broofa/node-mime/commit/49e6e41)) + + + + +## [2.3.1](https://github.com/broofa/node-mime/compare/v2.3.0...v2.3.1) (2018-04-11) + + +### Bug Fixes + +* fix [#198](https://github.com/broofa/node-mime/issues/198) ([25ca180](https://github.com/broofa/node-mime/commit/25ca180)) + + + + +# [2.3.0](https://github.com/broofa/node-mime/compare/v2.2.2...v2.3.0) (2018-04-11) + + +### Bug Fixes + +* fix [#192](https://github.com/broofa/node-mime/issues/192) ([5c35df6](https://github.com/broofa/node-mime/commit/5c35df6)) + + +### Features + +* add travis-ci testing ([d64160f](https://github.com/broofa/node-mime/commit/d64160f)) + + + + +## [2.2.2](https://github.com/broofa/node-mime/compare/v2.2.1...v2.2.2) (2018-03-30) + + +### Bug Fixes + +* update types files to mime-db@1.32.0 ([85aac16](https://github.com/broofa/node-mime/commit/85aac16)) + + + + +## [2.2.1](https://github.com/broofa/node-mime/compare/v2.2.0...v2.2.1) (2018-03-30) + + +### Bug Fixes + +* Retain type->extension mappings for non-default types. Fixes [#180](https://github.com/broofa/node-mime/issues/180) ([b5c83fb](https://github.com/broofa/node-mime/commit/b5c83fb)) + + + + +# [2.2.0](https://github.com/broofa/node-mime/compare/v2.1.0...v2.2.0) (2018-01-04) + + +### Features + +* Retain type->extension mappings for non-default types. Fixes [#180](https://github.com/broofa/node-mime/issues/180) ([10f82ac](https://github.com/broofa/node-mime/commit/10f82ac)) + + + + +# [2.1.0](https://github.com/broofa/node-mime/compare/v2.0.5...v2.1.0) (2017-12-22) + + +### Features + +* Upgrade to mime-db@1.32.0. Fixes [#185](https://github.com/broofa/node-mime/issues/185) ([3f775ba](https://github.com/broofa/node-mime/commit/3f775ba)) + + + + +## [2.0.5](https://github.com/broofa/node-mime/compare/v2.0.1...v2.0.5) (2017-12-22) + + +### Bug Fixes + +* ES5 support (back to node v0.4) ([f14ccb6](https://github.com/broofa/node-mime/commit/f14ccb6)) + + + +# Changelog + +## v2.0.4 (24/11/2017) +- [**closed**] Switch to mime-score module for resolving extension contention issues. [#182](https://github.com/broofa/node-mime/issues/182) +- [**closed**] Update mime-db to 1.31.0 in v1.x branch [#181](https://github.com/broofa/node-mime/issues/181) + +--- + +## v1.5.0 (22/11/2017) +- [**closed**] need ES5 version ready in npm package [#179](https://github.com/broofa/node-mime/issues/179) +- [**closed**] mime-db no trace of iWork - pages / numbers / etc. [#178](https://github.com/broofa/node-mime/issues/178) +- [**closed**] How it works in brownser ? [#176](https://github.com/broofa/node-mime/issues/176) +- [**closed**] Missing `./Mime` [#175](https://github.com/broofa/node-mime/issues/175) +- [**closed**] Vulnerable Regular Expression [#167](https://github.com/broofa/node-mime/issues/167) + +--- + +## v2.0.3 (25/09/2017) +*No changelog for this release.* + +--- + +## v1.4.1 (25/09/2017) +- [**closed**] Issue when bundling with webpack [#172](https://github.com/broofa/node-mime/issues/172) + +--- + +## v2.0.2 (15/09/2017) +- [**V2**] fs.readFileSync is not a function [#165](https://github.com/broofa/node-mime/issues/165) +- [**closed**] The extension for video/quicktime should map to .mov, not .qt [#164](https://github.com/broofa/node-mime/issues/164) +- [**V2**] [v2 Feedback request] Mime class API [#163](https://github.com/broofa/node-mime/issues/163) +- [**V2**] [v2 Feedback request] Resolving conflicts over extensions [#162](https://github.com/broofa/node-mime/issues/162) +- [**V2**] Allow callers to load module with official, full, or no defined types. [#161](https://github.com/broofa/node-mime/issues/161) +- [**V2**] Use "facets" to resolve extension conflicts [#160](https://github.com/broofa/node-mime/issues/160) +- [**V2**] Remove fs and path dependencies [#152](https://github.com/broofa/node-mime/issues/152) +- [**V2**] Default content-type should not be application/octet-stream [#139](https://github.com/broofa/node-mime/issues/139) +- [**V2**] reset mime-types [#124](https://github.com/broofa/node-mime/issues/124) +- [**V2**] Extensionless paths should return null or false [#113](https://github.com/broofa/node-mime/issues/113) + +--- + +## v2.0.1 (14/09/2017) +- [**closed**] Changelog for v2.0 does not mention breaking changes [#171](https://github.com/broofa/node-mime/issues/171) +- [**closed**] MIME breaking with 'class' declaration as it is without 'use strict mode' [#170](https://github.com/broofa/node-mime/issues/170) + +--- + +## v2.0.0 (12/09/2017) +- [**closed**] woff and woff2 [#168](https://github.com/broofa/node-mime/issues/168) + +--- + +## v1.4.0 (28/08/2017) +- [**closed**] support for ac3 voc files [#159](https://github.com/broofa/node-mime/issues/159) +- [**closed**] Help understanding change from application/xml to text/xml [#158](https://github.com/broofa/node-mime/issues/158) +- [**closed**] no longer able to override mimetype [#157](https://github.com/broofa/node-mime/issues/157) +- [**closed**] application/vnd.adobe.photoshop [#147](https://github.com/broofa/node-mime/issues/147) +- [**closed**] Directories should appear as something other than application/octet-stream [#135](https://github.com/broofa/node-mime/issues/135) +- [**closed**] requested features [#131](https://github.com/broofa/node-mime/issues/131) +- [**closed**] Make types.json loading optional? [#129](https://github.com/broofa/node-mime/issues/129) +- [**closed**] Cannot find module './types.json' [#120](https://github.com/broofa/node-mime/issues/120) +- [**V2**] .wav files show up as "audio/x-wav" instead of "audio/x-wave" [#118](https://github.com/broofa/node-mime/issues/118) +- [**closed**] Don't be a pain in the ass for node community [#108](https://github.com/broofa/node-mime/issues/108) +- [**closed**] don't make default_type global [#78](https://github.com/broofa/node-mime/issues/78) +- [**closed**] mime.extension() fails if the content-type is parameterized [#74](https://github.com/broofa/node-mime/issues/74) + +--- + +## v1.3.6 (11/05/2017) +- [**closed**] .md should be text/markdown as of March 2016 [#154](https://github.com/broofa/node-mime/issues/154) +- [**closed**] Error while installing mime [#153](https://github.com/broofa/node-mime/issues/153) +- [**closed**] application/manifest+json [#149](https://github.com/broofa/node-mime/issues/149) +- [**closed**] Dynamic adaptive streaming over HTTP (DASH) file extension typo [#141](https://github.com/broofa/node-mime/issues/141) +- [**closed**] charsets image/png undefined [#140](https://github.com/broofa/node-mime/issues/140) +- [**closed**] Mime-db dependency out of date [#130](https://github.com/broofa/node-mime/issues/130) +- [**closed**] how to support plist? [#126](https://github.com/broofa/node-mime/issues/126) +- [**closed**] how does .types file format look like? [#123](https://github.com/broofa/node-mime/issues/123) +- [**closed**] Feature: support for expanding MIME patterns [#121](https://github.com/broofa/node-mime/issues/121) +- [**closed**] DEBUG_MIME doesn't work [#117](https://github.com/broofa/node-mime/issues/117) + +--- + +## v1.3.4 (06/02/2015) +*No changelog for this release.* + +--- + +## v1.3.3 (06/02/2015) +*No changelog for this release.* + +--- + +## v1.3.1 (05/02/2015) +- [**closed**] Consider adding support for Handlebars .hbs file ending [#111](https://github.com/broofa/node-mime/issues/111) +- [**closed**] Consider adding support for hjson. [#110](https://github.com/broofa/node-mime/issues/110) +- [**closed**] Add mime type for Opus audio files [#94](https://github.com/broofa/node-mime/issues/94) +- [**closed**] Consider making the `Requesting New Types` information more visible [#77](https://github.com/broofa/node-mime/issues/77) + +--- + +## v1.3.0 (05/02/2015) +- [**closed**] Add common name? [#114](https://github.com/broofa/node-mime/issues/114) +- [**closed**] application/x-yaml [#104](https://github.com/broofa/node-mime/issues/104) +- [**closed**] Add mime type for WOFF file format 2.0 [#102](https://github.com/broofa/node-mime/issues/102) +- [**closed**] application/x-msi for .msi [#99](https://github.com/broofa/node-mime/issues/99) +- [**closed**] Add mimetype for gettext translation files [#98](https://github.com/broofa/node-mime/issues/98) +- [**closed**] collaborators [#88](https://github.com/broofa/node-mime/issues/88) +- [**closed**] getting errot in installation of mime module...any1 can help? [#87](https://github.com/broofa/node-mime/issues/87) +- [**closed**] should application/json's charset be utf8? [#86](https://github.com/broofa/node-mime/issues/86) +- [**closed**] Add "license" and "licenses" to package.json [#81](https://github.com/broofa/node-mime/issues/81) +- [**closed**] lookup with extension-less file on Windows returns wrong type [#68](https://github.com/broofa/node-mime/issues/68) + +--- + +## v1.2.11 (15/08/2013) +- [**closed**] Update mime.types [#65](https://github.com/broofa/node-mime/issues/65) +- [**closed**] Publish a new version [#63](https://github.com/broofa/node-mime/issues/63) +- [**closed**] README should state upfront that "application/octet-stream" is default for unknown extension [#55](https://github.com/broofa/node-mime/issues/55) +- [**closed**] Suggested improvement to the charset API [#52](https://github.com/broofa/node-mime/issues/52) + +--- + +## v1.2.10 (25/07/2013) +- [**closed**] Mime type for woff files should be application/font-woff and not application/x-font-woff [#62](https://github.com/broofa/node-mime/issues/62) +- [**closed**] node.types in conflict with mime.types [#51](https://github.com/broofa/node-mime/issues/51) + +--- + +## v1.2.9 (17/01/2013) +- [**closed**] Please update "mime" NPM [#49](https://github.com/broofa/node-mime/issues/49) +- [**closed**] Please add semicolon [#46](https://github.com/broofa/node-mime/issues/46) +- [**closed**] parse full mime types [#43](https://github.com/broofa/node-mime/issues/43) + +--- + +## v1.2.8 (10/01/2013) +- [**closed**] /js directory mime is application/javascript. Is it correct? [#47](https://github.com/broofa/node-mime/issues/47) +- [**closed**] Add mime types for lua code. [#45](https://github.com/broofa/node-mime/issues/45) + +--- + +## v1.2.7 (19/10/2012) +- [**closed**] cannot install 1.2.7 via npm [#41](https://github.com/broofa/node-mime/issues/41) +- [**closed**] Transfer ownership to @broofa [#36](https://github.com/broofa/node-mime/issues/36) +- [**closed**] it's wrong to set charset to UTF-8 for text [#30](https://github.com/broofa/node-mime/issues/30) +- [**closed**] Allow multiple instances of MIME types container [#27](https://github.com/broofa/node-mime/issues/27) diff --git a/2019-setembro/node_modules/mime/CONTRIBUTING.md b/2019-setembro/node_modules/mime/CONTRIBUTING.md new file mode 100644 index 0000000..dd5c86a --- /dev/null +++ b/2019-setembro/node_modules/mime/CONTRIBUTING.md @@ -0,0 +1,5 @@ +1. Commit messages should have a [Conventional Commit](https://conventionalcommits.org/) prefix. +2. If you're editing the `types/*` files, just stop. These are auto-generated from [mime-db](https://github.com/jshttp/mime-db). Go talk to those folks. +3. README edits should be made to [src/README_md.js](src/README_md.js). + +Thanks for helping out with this project. You rock! diff --git a/2019-setembro/node_modules/mime/LICENSE b/2019-setembro/node_modules/mime/LICENSE new file mode 100644 index 0000000..d3f46f7 --- /dev/null +++ b/2019-setembro/node_modules/mime/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2010 Benjamin Thomas, Robert Kieffer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/mime/Mime.js b/2019-setembro/node_modules/mime/Mime.js new file mode 100644 index 0000000..7fe3921 --- /dev/null +++ b/2019-setembro/node_modules/mime/Mime.js @@ -0,0 +1,95 @@ +'use strict'; + +/** + * @param typeMap [Object] Map of MIME type -> Array[extensions] + * @param ... + */ +function Mime() { + this._types = Object.create(null); + this._extensions = Object.create(null); + + for (var i = 0; i < arguments.length; i++) { + this.define(arguments[i]); + } + + this.define = this.define.bind(this); + this.getType = this.getType.bind(this); + this.getExtension = this.getExtension.bind(this); +} + +/** + * Define mimetype -> extension mappings. Each key is a mime-type that maps + * to an array of extensions associated with the type. The first extension is + * used as the default extension for the type. + * + * e.g. mime.define({'audio/ogg', ['oga', 'ogg', 'spx']}); + * + * If a type declares an extension that has already been defined, an error will + * be thrown. To suppress this error and force the extension to be associated + * with the new type, pass `force`=true. Alternatively, you may prefix the + * extension with "*" to map the type to extension, without mapping the + * extension to the type. + * + * e.g. mime.define({'audio/wav', ['wav']}, {'audio/x-wav', ['*wav']}); + * + * + * @param map (Object) type definitions + * @param force (Boolean) if true, force overriding of existing definitions + */ +Mime.prototype.define = function(typeMap, force) { + for (var type in typeMap) { + var extensions = typeMap[type].map(function(t) {return t.toLowerCase()}); + type = type.toLowerCase(); + + for (var i = 0; i < extensions.length; i++) { + var ext = extensions[i]; + + // '*' prefix = not the preferred type for this extension. So fixup the + // extension, and skip it. + if (ext[0] == '*') { + continue; + } + + if (!force && (ext in this._types)) { + throw new Error( + 'Attempt to change mapping for "' + ext + + '" extension from "' + this._types[ext] + '" to "' + type + + '". Pass `force=true` to allow this, otherwise remove "' + ext + + '" from the list of extensions for "' + type + '".' + ); + } + + this._types[ext] = type; + } + + // Use first extension as default + if (force || !this._extensions[type]) { + var ext = extensions[0]; + this._extensions[type] = (ext[0] != '*') ? ext : ext.substr(1) + } + } +}; + +/** + * Lookup a mime type based on extension + */ +Mime.prototype.getType = function(path) { + path = String(path); + var last = path.replace(/^.*[/\\]/, '').toLowerCase(); + var ext = last.replace(/^.*\./, '').toLowerCase(); + + var hasPath = last.length < path.length; + var hasDot = ext.length < last.length - 1; + + return (hasDot || !hasPath) && this._types[ext] || null; +}; + +/** + * Return file extension associated with a mime type + */ +Mime.prototype.getExtension = function(type) { + type = /^\s*([^;\s]*)/.test(type) && RegExp.$1; + return type && this._extensions[type.toLowerCase()] || null; +}; + +module.exports = Mime; diff --git a/2019-setembro/node_modules/mime/README.md b/2019-setembro/node_modules/mime/README.md new file mode 100644 index 0000000..37bd2b8 --- /dev/null +++ b/2019-setembro/node_modules/mime/README.md @@ -0,0 +1,193 @@ + +# Mime + +A comprehensive, compact MIME type module. + +[![Build Status](https://travis-ci.org/broofa/node-mime.svg?branch=master)](https://travis-ci.org/broofa/node-mime) + +## Version 2 Notes + +Version 2 is a breaking change from 1.x as the semver implies. Specifically: + +* `lookup()` renamed to `getType()` +* `extension()` renamed to `getExtension()` +* `charset()` and `load()` methods have been removed + +If you prefer the legacy version of this module please `npm install mime@^1`. Version 1 docs may be found [here](https://github.com/broofa/node-mime/tree/v1.4.0). + +## Install + +### NPM +``` +npm install mime +``` + +### Browser + +It is recommended that you use a bundler such as +[webpack](https://webpack.github.io/) or [browserify](http://browserify.org/) to +package your code. However, browser-ready versions are available via wzrd.in. +E.g. For the full version: + + + + + + ' +}); +``` + +The above will produce the following string, HTML-escaped output which is safe to put into an HTML document as it will not cause the inline script element to terminate: + +```js +'{"haxorXSS":"\\u003C\\u002Fscript\\u003E"}' +``` + +> You can pass an optional `unsafe` argument to `serialize()` for straight serialization. + +### Options + +The `serialize()` function accepts an `options` object as its second argument. All options are being defaulted to `undefined`: + +#### `options.space` + +This option is the same as the `space` argument that can be passed to [`JSON.stringify`][JSON.stringify]. It can be used to add whitespace and indentation to the serialized output to make it more readable. + +```js +serialize(obj, {space: 2}); +``` + +#### `options.isJSON` + +This option is a signal to `serialize()` that the object being serialized does not contain any function or regexps values. This enables a hot-path that allows serialization to be over 3x faster. If you're serializing a lot of data, and know its pure JSON, then you can enable this option for a speed-up. + +**Note:** That when using this option, the output will still be escaped to protect against XSS. + +```js +serialize(obj, {isJSON: true}); +``` + +#### `options.unsafe` + +This option is to signal `serialize()` that we want to do a straight conversion, without the XSS protection. This options needs to be explicitly set to `true`. HTML characters and JavaScript line terminators will not be escaped. You will have to roll your own. + +```js +serialize(obj, {unsafe: true}); +``` + +## Deserializing + +For some use cases you might also need to deserialize the string. This is explicitly not part of this module. However, you can easily write it yourself: + +```js +function deserialize(serializedJavascript){ + return eval('(' + serializedJavascript + ')'); +} +``` + +**Note:** Don't forget the parentheses around the serialized javascript, as the opening bracket `{` will be considered to be the start of a body. + +## License + +This software is free to use under the Yahoo! Inc. BSD license. +See the [LICENSE file][LICENSE] for license text and copyright information. + + +[npm]: https://www.npmjs.org/package/serialize-javascript +[npm-badge]: https://img.shields.io/npm/v/serialize-javascript.svg?style=flat-square +[david]: https://david-dm.org/yahoo/serialize-javascript +[david-badge]: https://img.shields.io/david/yahoo/serialize-javascript.svg?style=flat-square +[travis]: https://travis-ci.org/yahoo/serialize-javascript +[travis-badge]: https://img.shields.io/travis/yahoo/serialize-javascript.svg?style=flat-square +[express-state]: https://github.com/yahoo/express-state +[JSON.stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify +[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/master/LICENSE diff --git a/2019-setembro/node_modules/serialize-javascript/index.js b/2019-setembro/node_modules/serialize-javascript/index.js new file mode 100644 index 0000000..b10a500 --- /dev/null +++ b/2019-setembro/node_modules/serialize-javascript/index.js @@ -0,0 +1,173 @@ +/* +Copyright (c) 2014, Yahoo! Inc. All rights reserved. +Copyrights licensed under the New BSD License. +See the accompanying LICENSE file for terms. +*/ + +'use strict'; + +// Generate an internal UID to make the regexp pattern harder to guess. +var UID = Math.floor(Math.random() * 0x10000000000).toString(16); +var PLACE_HOLDER_REGEXP = new RegExp('"@__(F|R|D|M|S)-' + UID + '-(\\d+)__@"', 'g'); + +var IS_NATIVE_CODE_REGEXP = /\{\s*\[native code\]\s*\}/g; +var IS_PURE_FUNCTION = /function.*?\(/; +var IS_ARROW_FUNCTION = /.*?=>.*?/; +var UNSAFE_CHARS_REGEXP = /[<>\/\u2028\u2029]/g; + +var RESERVED_SYMBOLS = ['*', 'async']; + +// Mapping of unsafe HTML and invalid JavaScript line terminator chars to their +// Unicode char counterparts which are safe to use in JavaScript strings. +var ESCAPED_CHARS = { + '<' : '\\u003C', + '>' : '\\u003E', + '/' : '\\u002F', + '\u2028': '\\u2028', + '\u2029': '\\u2029' +}; + +function escapeUnsafeChars(unsafeChar) { + return ESCAPED_CHARS[unsafeChar]; +} + +module.exports = function serialize(obj, options) { + options || (options = {}); + + // Backwards-compatibility for `space` as the second argument. + if (typeof options === 'number' || typeof options === 'string') { + options = {space: options}; + } + + var functions = []; + var regexps = []; + var dates = []; + var maps = []; + var sets = []; + + // Returns placeholders for functions and regexps (identified by index) + // which are later replaced by their string representation. + function replacer(key, value) { + if (!value) { + return value; + } + + // If the value is an object w/ a toJSON method, toJSON is called before + // the replacer runs, so we use this[key] to get the non-toJSONed value. + var origValue = this[key]; + var type = typeof origValue; + + if (type === 'object') { + if(origValue instanceof RegExp) { + return '@__R-' + UID + '-' + (regexps.push(origValue) - 1) + '__@'; + } + + if(origValue instanceof Date) { + return '@__D-' + UID + '-' + (dates.push(origValue) - 1) + '__@'; + } + + if(origValue instanceof Map) { + return '@__M-' + UID + '-' + (maps.push(origValue) - 1) + '__@'; + } + + if(origValue instanceof Set) { + return '@__S-' + UID + '-' + (sets.push(origValue) - 1) + '__@'; + } + } + + if (type === 'function') { + return '@__F-' + UID + '-' + (functions.push(origValue) - 1) + '__@'; + } + + return value; + } + + function serializeFunc(fn) { + var serializedFn = fn.toString(); + if (IS_NATIVE_CODE_REGEXP.test(serializedFn)) { + throw new TypeError('Serializing native function: ' + fn.name); + } + + // pure functions, example: {key: function() {}} + if(IS_PURE_FUNCTION.test(serializedFn)) { + return serializedFn; + } + + // arrow functions, example: arg1 => arg1+5 + if(IS_ARROW_FUNCTION.test(serializedFn)) { + return serializedFn; + } + + var argsStartsAt = serializedFn.indexOf('('); + var def = serializedFn.substr(0, argsStartsAt) + .trim() + .split(' ') + .filter(function(val) { return val.length > 0 }); + + var nonReservedSymbols = def.filter(function(val) { + return RESERVED_SYMBOLS.indexOf(val) === -1 + }); + + // enhanced literal objects, example: {key() {}} + if(nonReservedSymbols.length > 0) { + return (def.indexOf('async') > -1 ? 'async ' : '') + 'function' + + (def.join('').indexOf('*') > -1 ? '*' : '') + + serializedFn.substr(argsStartsAt); + } + + // arrow functions + return serializedFn; + } + + var str; + + // Creates a JSON string representation of the value. + // NOTE: Node 0.12 goes into slow mode with extra JSON.stringify() args. + if (options.isJSON && !options.space) { + str = JSON.stringify(obj); + } else { + str = JSON.stringify(obj, options.isJSON ? null : replacer, options.space); + } + + // Protects against `JSON.stringify()` returning `undefined`, by serializing + // to the literal string: "undefined". + if (typeof str !== 'string') { + return String(str); + } + + // Replace unsafe HTML and invalid JavaScript line terminator chars with + // their safe Unicode char counterpart. This _must_ happen before the + // regexps and functions are serialized and added back to the string. + if (options.unsafe !== true) { + str = str.replace(UNSAFE_CHARS_REGEXP, escapeUnsafeChars); + } + + if (functions.length === 0 && regexps.length === 0 && dates.length === 0 && maps.length === 0 && sets.length === 0) { + return str; + } + + // Replaces all occurrences of function, regexp, date, map and set placeholders in the + // JSON string with their string representations. If the original value can + // not be found, then `undefined` is used. + return str.replace(PLACE_HOLDER_REGEXP, function (match, type, valueIndex) { + if (type === 'D') { + return "new Date(\"" + dates[valueIndex].toISOString() + "\")"; + } + + if (type === 'R') { + return regexps[valueIndex].toString(); + } + + if (type === 'M') { + return "new Map(" + serialize(Array.from(maps[valueIndex].entries()), options) + ")"; + } + + if (type === 'S') { + return "new Set(" + serialize(Array.from(sets[valueIndex].values()), options) + ")"; + } + + var fn = functions[valueIndex]; + + return serializeFunc(fn); + }); +} diff --git a/2019-setembro/node_modules/serialize-javascript/package.json b/2019-setembro/node_modules/serialize-javascript/package.json new file mode 100644 index 0000000..38de0ef --- /dev/null +++ b/2019-setembro/node_modules/serialize-javascript/package.json @@ -0,0 +1,33 @@ +{ + "name": "serialize-javascript", + "version": "1.9.1", + "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.", + "main": "index.js", + "scripts": { + "benchmark": "node -v && node test/benchmark/serialize.js", + "test": "istanbul cover -- ./node_modules/mocha/bin/_mocha test/unit/ --reporter spec" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/yahoo/serialize-javascript.git" + }, + "keywords": [ + "serialize", + "serialization", + "javascript", + "js", + "json" + ], + "author": "Eric Ferraiuolo ", + "license": "BSD-3-Clause", + "bugs": { + "url": "https://github.com/yahoo/serialize-javascript/issues" + }, + "homepage": "https://github.com/yahoo/serialize-javascript", + "devDependencies": { + "benchmark": "^2.1.4", + "chai": "^4.1.0", + "istanbul": "^0.4.5", + "mocha": "^6.2.0" + } +} diff --git a/2019-setembro/node_modules/set-value/LICENSE b/2019-setembro/node_modules/set-value/LICENSE new file mode 100644 index 0000000..d734237 --- /dev/null +++ b/2019-setembro/node_modules/set-value/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/set-value/README.md b/2019-setembro/node_modules/set-value/README.md new file mode 100644 index 0000000..e336d74 --- /dev/null +++ b/2019-setembro/node_modules/set-value/README.md @@ -0,0 +1,150 @@ +# set-value [![NPM version](https://img.shields.io/npm/v/set-value.svg?style=flat)](https://www.npmjs.com/package/set-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/set-value.svg?style=flat)](https://npmjs.org/package/set-value) [![NPM total downloads](https://img.shields.io/npm/dt/set-value.svg?style=flat)](https://npmjs.org/package/set-value) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/set-value.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/set-value) + +> Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save set-value +``` + +## Usage + +```js +var set = require('set-value'); +set(object, prop, value); +``` + +### Params + +* `object` **{object}**: The object to set `value` on +* `prop` **{string}**: The property to set. Dot-notation may be used. +* `value` **{any}**: The value to set on `object[prop]` + +## Examples + +Updates and returns the given object: + +```js +var obj = {}; +set(obj, 'a.b.c', 'd'); +console.log(obj); +//=> { a: { b: { c: 'd' } } } +``` + +### Escaping + +**Escaping with backslashes** + +Prevent set-value from splitting on a dot by prefixing it with backslashes: + +```js +console.log(set({}, 'a\\.b.c', 'd')); +//=> { 'a.b': { c: 'd' } } + +console.log(set({}, 'a\\.b\\.c', 'd')); +//=> { 'a.b.c': 'd' } +``` + +**Escaping with double-quotes or single-quotes** + +Wrap double or single quotes around the string, or part of the string, that should not be split by set-value: + +```js +console.log(set({}, '"a.b".c', 'd')); +//=> { 'a.b': { c: 'd' } } + +console.log(set({}, "'a.b'.c", "d")); +//=> { 'a.b': { c: 'd' } } + +console.log(set({}, '"this/is/a/.file.path"', 'd')); +//=> { 'this/is/a/file.path': 'd' } +``` + +### Bracket support + +set-value does not split inside brackets or braces: + +```js +console.log(set({}, '[a.b].c', 'd')); +//=> { '[a.b]': { c: 'd' } } + +console.log(set({}, "(a.b).c", "d")); +//=> { '(a.b)': { c: 'd' } } + +console.log(set({}, ".c", "d")); +//=> { '': { c: 'd' } } + +console.log(set({}, "{a..b}.c", "d")); +//=> { '{a..b}': { c: 'd' } } +``` + +## History + +### v2.0.0 + +* Adds support for escaping with double or single quotes. See [escaping](#escaping) for examples. +* Will no longer split inside brackets or braces. See [bracket support](#bracket-support) for examples. + +If there are any regressions please create a [bug report](../../issues/new). Thanks! + +## About + +### Related projects + +* [assign-value](https://www.npmjs.com/package/assign-value): Assign a value or extend a deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/assign-value) | [homepage](https://github.com/jonschlinkert/assign-value "Assign a value or extend a deeply nested property of an object using object path notation.") +* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") +* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.") +* [merge-value](https://www.npmjs.com/package/merge-value): Similar to assign-value but deeply merges object values or nested values using object path/dot notation. | [homepage](https://github.com/jonschlinkert/merge-value "Similar to assign-value but deeply merges object values or nested values using object path/dot notation.") +* [omit-value](https://www.npmjs.com/package/omit-value): Omit properties from an object or deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/omit-value) | [homepage](https://github.com/jonschlinkert/omit-value "Omit properties from an object or deeply nested property of an object using object path notation.") +* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") +* [union-value](https://www.npmjs.com/package/union-value): Set an array of unique values as the property of an object. Supports setting deeply… [more](https://github.com/jonschlinkert/union-value) | [homepage](https://github.com/jonschlinkert/union-value "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.") +* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 59 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [vadimdemedes](https://github.com/vadimdemedes) | +| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 21, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/set-value/index.js b/2019-setembro/node_modules/set-value/index.js new file mode 100644 index 0000000..0b32e8f --- /dev/null +++ b/2019-setembro/node_modules/set-value/index.js @@ -0,0 +1,55 @@ +/*! + * set-value + * + * Copyright (c) 2014-2015, 2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var split = require('split-string'); +var extend = require('extend-shallow'); +var isPlainObject = require('is-plain-object'); +var isObject = require('is-extendable'); + +module.exports = function(obj, prop, val) { + if (!isObject(obj)) { + return obj; + } + + if (Array.isArray(prop)) { + prop = [].concat.apply([], prop).join('.'); + } + + if (typeof prop !== 'string') { + return obj; + } + + var keys = split(prop, {sep: '.', brackets: true}).filter(isValidKey); + var len = keys.length; + var idx = -1; + var current = obj; + + while (++idx < len) { + var key = keys[idx]; + if (idx !== len - 1) { + if (!isObject(current[key])) { + current[key] = {}; + } + current = current[key]; + continue; + } + + if (isPlainObject(current[key]) && isPlainObject(val)) { + current[key] = extend({}, current[key], val); + } else { + current[key] = val; + } + } + + return obj; +}; + +function isValidKey(key) { + return key !== '__proto__' && key !== 'constructor' && key !== 'prototype'; +} diff --git a/2019-setembro/node_modules/set-value/package.json b/2019-setembro/node_modules/set-value/package.json new file mode 100644 index 0000000..736db34 --- /dev/null +++ b/2019-setembro/node_modules/set-value/package.json @@ -0,0 +1,79 @@ +{ + "name": "set-value", + "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.", + "version": "2.0.1", + "homepage": "https://github.com/jonschlinkert/set-value", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "(https://github.com/wtgtybhertgeghgtwtg)", + "Vadim Demedes (https://vadimdemedes.com)" + ], + "repository": "jonschlinkert/set-value", + "bugs": { + "url": "https://github.com/jonschlinkert/set-value/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "devDependencies": { + "gulp-format-md": "^0.1.12", + "mocha": "^3.4.2" + }, + "keywords": [ + "get", + "has", + "hasown", + "key", + "keys", + "nested", + "notation", + "object", + "prop", + "properties", + "property", + "props", + "set", + "value", + "values" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "assign-value", + "get-value", + "has-value", + "merge-value", + "omit-value", + "set-value", + "union-value", + "unset-value" + ] + }, + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/shebang-command/index.js b/2019-setembro/node_modules/shebang-command/index.js new file mode 100644 index 0000000..2de70b0 --- /dev/null +++ b/2019-setembro/node_modules/shebang-command/index.js @@ -0,0 +1,19 @@ +'use strict'; +var shebangRegex = require('shebang-regex'); + +module.exports = function (str) { + var match = str.match(shebangRegex); + + if (!match) { + return null; + } + + var arr = match[0].replace(/#! ?/, '').split(' '); + var bin = arr[0].split('/').pop(); + var arg = arr[1]; + + return (bin === 'env' ? + arg : + bin + (arg ? ' ' + arg : '') + ); +}; diff --git a/2019-setembro/node_modules/shebang-command/license b/2019-setembro/node_modules/shebang-command/license new file mode 100644 index 0000000..0f8cf79 --- /dev/null +++ b/2019-setembro/node_modules/shebang-command/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Kevin Martensson (github.com/kevva) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/shebang-command/package.json b/2019-setembro/node_modules/shebang-command/package.json new file mode 100644 index 0000000..19c9ce5 --- /dev/null +++ b/2019-setembro/node_modules/shebang-command/package.json @@ -0,0 +1,39 @@ +{ + "name": "shebang-command", + "version": "1.2.0", + "description": "Get the command from a shebang", + "license": "MIT", + "repository": "kevva/shebang-command", + "author": { + "name": "Kevin Martensson", + "email": "kevinmartensson@gmail.com", + "url": "github.com/kevva" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "cmd", + "command", + "parse", + "shebang" + ], + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "xo": { + "ignores": [ + "test.js" + ] + } +} diff --git a/2019-setembro/node_modules/shebang-command/readme.md b/2019-setembro/node_modules/shebang-command/readme.md new file mode 100644 index 0000000..16b0be4 --- /dev/null +++ b/2019-setembro/node_modules/shebang-command/readme.md @@ -0,0 +1,39 @@ +# shebang-command [![Build Status](https://travis-ci.org/kevva/shebang-command.svg?branch=master)](https://travis-ci.org/kevva/shebang-command) + +> Get the command from a shebang + + +## Install + +``` +$ npm install --save shebang-command +``` + + +## Usage + +```js +const shebangCommand = require('shebang-command'); + +shebangCommand('#!/usr/bin/env node'); +//=> 'node' + +shebangCommand('#!/bin/bash'); +//=> 'bash' +``` + + +## API + +### shebangCommand(string) + +#### string + +Type: `string` + +String containing a shebang. + + +## License + +MIT © [Kevin Martensson](http://github.com/kevva) diff --git a/2019-setembro/node_modules/shebang-regex/index.js b/2019-setembro/node_modules/shebang-regex/index.js new file mode 100644 index 0000000..d052d2e --- /dev/null +++ b/2019-setembro/node_modules/shebang-regex/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = /^#!.*/; diff --git a/2019-setembro/node_modules/shebang-regex/license b/2019-setembro/node_modules/shebang-regex/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/2019-setembro/node_modules/shebang-regex/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/shebang-regex/package.json b/2019-setembro/node_modules/shebang-regex/package.json new file mode 100644 index 0000000..d8ec9b6 --- /dev/null +++ b/2019-setembro/node_modules/shebang-regex/package.json @@ -0,0 +1,32 @@ +{ + "name": "shebang-regex", + "version": "1.0.0", + "description": "Regular expression for matching a shebang", + "license": "MIT", + "repository": "sindresorhus/shebang-regex", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "node test.js" + }, + "files": [ + "index.js" + ], + "keywords": [ + "re", + "regex", + "regexp", + "shebang", + "match", + "test" + ], + "devDependencies": { + "ava": "0.0.4" + } +} diff --git a/2019-setembro/node_modules/shebang-regex/readme.md b/2019-setembro/node_modules/shebang-regex/readme.md new file mode 100644 index 0000000..ef75e51 --- /dev/null +++ b/2019-setembro/node_modules/shebang-regex/readme.md @@ -0,0 +1,29 @@ +# shebang-regex [![Build Status](https://travis-ci.org/sindresorhus/shebang-regex.svg?branch=master)](https://travis-ci.org/sindresorhus/shebang-regex) + +> Regular expression for matching a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) + + +## Install + +``` +$ npm install --save shebang-regex +``` + + +## Usage + +```js +var shebangRegex = require('shebang-regex'); +var str = '#!/usr/bin/env node\nconsole.log("unicorns");'; + +shebangRegex.test(str); +//=> true + +shebangRegex.exec(str)[0]; +//=> '#!/usr/bin/env node' +``` + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/2019-setembro/node_modules/shell-quote/.travis.yml b/2019-setembro/node_modules/shell-quote/.travis.yml new file mode 100644 index 0000000..72a6882 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/.travis.yml @@ -0,0 +1,27 @@ +language: node_js +os: + - linux + - osx + - windows +node_js: + - "0.8" + - "0.10" + - "0.12" + - "iojs" + - "4" + - "5" + - "6" + - "7" + - "8" + - "9" + - "10" + - "11" + - "12" +matrix: + exclude: + - os: windows + node_js: "0.8" + - os: windows + node_js: "iojs" +before_install: + - 'if [ $TRAVIS_NODE_VERSION == 0.8 ]; then nvm install-latest-npm; fi' diff --git a/2019-setembro/node_modules/shell-quote/CHANGELOG.md b/2019-setembro/node_modules/shell-quote/CHANGELOG.md new file mode 100644 index 0000000..b045252 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/CHANGELOG.md @@ -0,0 +1,21 @@ +# acorn-node change log + +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](http://semver.org/). + +## 1.7.2 +* Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. ([144e1c2](https://github.com/substack/node-shell-quote/commit/144e1c20cd57549a414c827fb3032e60b7b8721c)) + +## 1.7.1 +* Fix `$` being removed when not part of an environment variable name. ([@Adman](https://github.com/Admin) in [#32](https://github.com/substack/node-shell-quote/pull/32)) + +## 1.7.0 +* Add support for parsing `>>` and `>&` redirection operators. ([@forivall](https://github.com/forivall) in [#16](https://github.com/substack/node-shell-quote/pull/16)) +* Add support for parsing `<(` process substitution operator. ([@cuonglm](https://github.com/cuonglm) in [#15](https://github.com/substack/node-shell-quote/pull/15)) + +## 1.6.3 +* Fix Windows path quoting problems. ([@dy](https://github.com/dy) in [#34](https://github.com/substack/node-shell-quote/pull/34)) + +## 1.6.2 +* Remove dependencies in favour of native methods. ([@zertosh](https://github.com/zertosh) in [#21](https://github.com/substack/node-shell-quote/pull/21)) diff --git a/2019-setembro/node_modules/shell-quote/LICENSE b/2019-setembro/node_modules/shell-quote/LICENSE new file mode 100644 index 0000000..3d59c73 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/LICENSE @@ -0,0 +1,24 @@ +The MIT License + +Copyright (c) 2013 James Halliday (mail@substack.net) + +Permission is hereby granted, free of charge, +to any person obtaining a copy of this software and +associated documentation files (the "Software"), to +deal in the Software without restriction, including +without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom +the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/shell-quote/example/env.js b/2019-setembro/node_modules/shell-quote/example/env.js new file mode 100644 index 0000000..3608a58 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/example/env.js @@ -0,0 +1,3 @@ +var parse = require('../').parse; +var xs = parse('beep --boop="$PWD"', { PWD: '/home/robot' }); +console.dir(xs); diff --git a/2019-setembro/node_modules/shell-quote/example/op.js b/2019-setembro/node_modules/shell-quote/example/op.js new file mode 100644 index 0000000..d8d9064 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/example/op.js @@ -0,0 +1,3 @@ +var parse = require('../').parse; +var xs = parse('beep || boop > /byte'); +console.dir(xs); diff --git a/2019-setembro/node_modules/shell-quote/example/parse.js b/2019-setembro/node_modules/shell-quote/example/parse.js new file mode 100644 index 0000000..4b3be5f --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/example/parse.js @@ -0,0 +1,3 @@ +var parse = require('../').parse; +var xs = parse('a "b c" \\$def \'it\\\'s great\''); +console.dir(xs); diff --git a/2019-setembro/node_modules/shell-quote/example/quote.js b/2019-setembro/node_modules/shell-quote/example/quote.js new file mode 100644 index 0000000..434bf8a --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/example/quote.js @@ -0,0 +1,3 @@ +var quote = require('../').quote; +var s = quote([ 'a', 'b c d', '$f', '"g"' ]); +console.log(s); diff --git a/2019-setembro/node_modules/shell-quote/index.js b/2019-setembro/node_modules/shell-quote/index.js new file mode 100644 index 0000000..fac79be --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/index.js @@ -0,0 +1,199 @@ +exports.quote = function (xs) { + return xs.map(function (s) { + if (s && typeof s === 'object') { + return s.op.replace(/(.)/g, '\\$1'); + } + else if (/["\s]/.test(s) && !/'/.test(s)) { + return "'" + s.replace(/(['\\])/g, '\\$1') + "'"; + } + else if (/["'\s]/.test(s)) { + return '"' + s.replace(/(["\\$`!])/g, '\\$1') + '"'; + } + else { + return String(s).replace(/([A-z]:)?([#!"$&'()*,:;<=>?@\[\\\]^`{|}])/g, '$1\\$2'); + } + }).join(' '); +}; + +// '<(' is process substitution operator and +// can be parsed the same as control operator +var CONTROL = '(?:' + [ + '\\|\\|', '\\&\\&', ';;', '\\|\\&', '\\<\\(', '>>', '>\\&', '[&;()|<>]' +].join('|') + ')'; +var META = '|&;()<> \\t'; +var BAREWORD = '(\\\\[\'"' + META + ']|[^\\s\'"' + META + '])+'; +var SINGLE_QUOTE = '"((\\\\"|[^"])*?)"'; +var DOUBLE_QUOTE = '\'((\\\\\'|[^\'])*?)\''; + +var TOKEN = ''; +for (var i = 0; i < 4; i++) { + TOKEN += (Math.pow(16,8)*Math.random()).toString(16); +} + +exports.parse = function (s, env, opts) { + var mapped = parse(s, env, opts); + if (typeof env !== 'function') return mapped; + return mapped.reduce(function (acc, s) { + if (typeof s === 'object') return acc.concat(s); + var xs = s.split(RegExp('(' + TOKEN + '.*?' + TOKEN + ')', 'g')); + if (xs.length === 1) return acc.concat(xs[0]); + return acc.concat(xs.filter(Boolean).map(function (x) { + if (RegExp('^' + TOKEN).test(x)) { + return JSON.parse(x.split(TOKEN)[1]); + } + else return x; + })); + }, []); +}; + +function parse (s, env, opts) { + var chunker = new RegExp([ + '(' + CONTROL + ')', // control chars + '(' + BAREWORD + '|' + SINGLE_QUOTE + '|' + DOUBLE_QUOTE + ')*' + ].join('|'), 'g'); + var match = s.match(chunker).filter(Boolean); + var commented = false; + + if (!match) return []; + if (!env) env = {}; + if (!opts) opts = {}; + return match.map(function (s, j) { + if (commented) { + return; + } + if (RegExp('^' + CONTROL + '$').test(s)) { + return { op: s }; + } + + // Hand-written scanner/parser for Bash quoting rules: + // + // 1. inside single quotes, all characters are printed literally. + // 2. inside double quotes, all characters are printed literally + // except variables prefixed by '$' and backslashes followed by + // either a double quote or another backslash. + // 3. outside of any quotes, backslashes are treated as escape + // characters and not printed (unless they are themselves escaped) + // 4. quote context can switch mid-token if there is no whitespace + // between the two quote contexts (e.g. all'one'"token" parses as + // "allonetoken") + var SQ = "'"; + var DQ = '"'; + var DS = '$'; + var BS = opts.escape || '\\'; + var quote = false; + var esc = false; + var out = ''; + var isGlob = false; + + for (var i = 0, len = s.length; i < len; i++) { + var c = s.charAt(i); + isGlob = isGlob || (!quote && (c === '*' || c === '?')); + if (esc) { + out += c; + esc = false; + } + else if (quote) { + if (c === quote) { + quote = false; + } + else if (quote == SQ) { + out += c; + } + else { // Double quote + if (c === BS) { + i += 1; + c = s.charAt(i); + if (c === DQ || c === BS || c === DS) { + out += c; + } else { + out += BS + c; + } + } + else if (c === DS) { + out += parseEnvVar(); + } + else { + out += c; + } + } + } + else if (c === DQ || c === SQ) { + quote = c; + } + else if (RegExp('^' + CONTROL + '$').test(c)) { + return { op: s }; + } + else if (RegExp('^#$').test(c)) { + commented = true; + if (out.length){ + return [out, { comment: s.slice(i+1) + match.slice(j+1).join(' ') }]; + } + return [{ comment: s.slice(i+1) + match.slice(j+1).join(' ') }]; + } + else if (c === BS) { + esc = true; + } + else if (c === DS) { + out += parseEnvVar(); + } + else out += c; + } + + if (isGlob) return {op: 'glob', pattern: out}; + + return out; + + function parseEnvVar() { + i += 1; + var varend, varname; + //debugger + if (s.charAt(i) === '{') { + i += 1; + if (s.charAt(i) === '}') { + throw new Error("Bad substitution: " + s.substr(i - 2, 3)); + } + varend = s.indexOf('}', i); + if (varend < 0) { + throw new Error("Bad substitution: " + s.substr(i)); + } + varname = s.substr(i, varend - i); + i = varend; + } + else if (/[*@#?$!_\-]/.test(s.charAt(i))) { + varname = s.charAt(i); + i += 1; + } + else { + varend = s.substr(i).match(/[^\w\d_]/); + if (!varend) { + varname = s.substr(i); + i = s.length; + } else { + varname = s.substr(i, varend.index); + i += varend.index - 1; + } + } + return getVar(null, '', varname); + } + }) + // finalize parsed aruments + .reduce(function(prev, arg){ + if (arg === undefined){ + return prev; + } + return prev.concat(arg); + },[]); + + function getVar (_, pre, key) { + var r = typeof env === 'function' ? env(key) : env[key]; + if (r === undefined && key != '') + r = ''; + else if (r === undefined) + r = '$'; + + if (typeof r === 'object') { + return pre + TOKEN + JSON.stringify(r) + TOKEN; + } + else return pre + r; + } +} diff --git a/2019-setembro/node_modules/shell-quote/package.json b/2019-setembro/node_modules/shell-quote/package.json new file mode 100644 index 0000000..a8eb0b2 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/package.json @@ -0,0 +1,30 @@ +{ + "name": "shell-quote", + "description": "quote and parse shell commands", + "version": "1.7.2", + "author": { + "name": "James Halliday", + "email": "mail@substack.net", + "url": "http://substack.net" + }, + "bugs": "https://github.com/substack/node-shell-quote/issues", + "devDependencies": { + "tape": "4" + }, + "homepage": "https://github.com/substack/node-shell-quote", + "keywords": [ + "command", + "parse", + "quote", + "shell" + ], + "license": "MIT", + "main": "index.js", + "repository": { + "type": "git", + "url": "http://github.com/substack/node-shell-quote.git" + }, + "scripts": { + "test": "tape test/*.js" + } +} diff --git a/2019-setembro/node_modules/shell-quote/readme.markdown b/2019-setembro/node_modules/shell-quote/readme.markdown new file mode 100644 index 0000000..85d9439 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/readme.markdown @@ -0,0 +1,138 @@ +# shell-quote + +Parse and quote shell commands. + +# example + +## quote + +``` js +var quote = require('shell-quote').quote; +var s = quote([ 'a', 'b c d', '$f', '"g"' ]); +console.log(s); +``` + +output + +``` +a 'b c d' \$f '"g"' +``` + +## parse + +``` js +var parse = require('shell-quote').parse; +var xs = parse('a "b c" \\$def \'it\\\'s great\''); +console.dir(xs); +``` + +output + +``` +[ 'a', 'b c', '\\$def', 'it\'s great' ] +``` + +## parse with an environment variable + +``` js +var parse = require('shell-quote').parse; +var xs = parse('beep --boop="$PWD"', { PWD: '/home/robot' }); +console.dir(xs); +``` + +output + +``` +[ 'beep', '--boop=/home/robot' ] +``` + +## parse with custom escape charcter + +``` js +var parse = require('shell-quote').parse; +var xs = parse('beep --boop="$PWD"', { PWD: '/home/robot' }, { escape: '^' }); +console.dir(xs); +``` + +output + +``` +[ 'beep', '--boop=/home/robot' ] +``` + +## parsing shell operators + +``` js +var parse = require('shell-quote').parse; +var xs = parse('beep || boop > /byte'); +console.dir(xs); +``` + +output: + +``` +[ 'beep', { op: '||' }, 'boop', { op: '>' }, '/byte' ] +``` + +## parsing shell comment + +``` js +var parse = require('shell-quote').parse; +var xs = parse('beep > boop # > kaboom'); +console.dir(xs); +``` + +output: + +``` +[ 'beep', { op: '>' }, 'boop', { comment: '> kaboom' } ] +``` + +# methods + +``` js +var quote = require('shell-quote').quote; +var parse = require('shell-quote').parse; +``` + +## quote(args) + +Return a quoted string for the array `args` suitable for using in shell +commands. + +## parse(cmd, env={}) + +Return an array of arguments from the quoted string `cmd`. + +Interpolate embedded bash-style `$VARNAME` and `${VARNAME}` variables with +the `env` object which like bash will replace undefined variables with `""`. + +`env` is usually an object but it can also be a function to perform lookups. +When `env(key)` returns a string, its result will be output just like `env[key]` +would. When `env(key)` returns an object, it will be inserted into the result +array like the operator objects. + +When a bash operator is encountered, the element in the array with be an object +with an `"op"` key set to the operator string. For example: + +``` +'beep || boop > /byte' +``` + +parses as: + +``` +[ 'beep', { op: '||' }, 'boop', { op: '>' }, '/byte' ] +``` + +# install + +With [npm](http://npmjs.org) do: + +``` +npm install shell-quote +``` + +# license + +MIT diff --git a/2019-setembro/node_modules/shell-quote/test/comment.js b/2019-setembro/node_modules/shell-quote/test/comment.js new file mode 100644 index 0000000..bc6fbf2 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/test/comment.js @@ -0,0 +1,14 @@ +var test = require('tape'); +var parse = require('../').parse; + +test('comment', function (t) { + t.same(parse('beep#boop'), [ 'beep', { comment: 'boop' } ]); + t.same(parse('beep #boop'), [ 'beep', { comment: 'boop' } ]); + t.same(parse('beep # boop'), [ 'beep', { comment: 'boop' } ]); + t.same(parse('beep # > boop'), [ 'beep', { comment: '> boop' } ]); + t.same(parse('beep # "> boop"'), [ 'beep', { comment: '"> boop"' } ]); + t.same(parse('beep "#"'), [ 'beep', '#' ]); + t.same(parse('beep #"#"#'), [ 'beep', { comment: '"#"#' } ]); + t.same(parse('beep > boop # > foo'), [ 'beep', {op: '>'}, 'boop', { comment: '> foo' } ]); + t.end(); +}); diff --git a/2019-setembro/node_modules/shell-quote/test/env.js b/2019-setembro/node_modules/shell-quote/test/env.js new file mode 100644 index 0000000..b3faeb0 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/test/env.js @@ -0,0 +1,41 @@ +var test = require('tape'); +var parse = require('../').parse; + +test('expand environment variables', function (t) { + t.same(parse('a $XYZ c', { XYZ: 'b' }), [ 'a', 'b', 'c' ]); + t.same(parse('a${XYZ}c', { XYZ: 'b' }), [ 'abc' ]); + t.same(parse('a${XYZ}c $XYZ', { XYZ: 'b' }), [ 'abc', 'b' ]); + t.same(parse('"-$X-$Y-"', { X: 'a', Y: 'b' }), [ '-a-b-' ]); + t.same(parse("'-$X-$Y-'", { X: 'a', Y: 'b' }), [ '-$X-$Y-' ]); + t.same(parse('qrs"$zzz"wxy', { zzz: 'tuv' }), [ 'qrstuvwxy' ]); + t.same(parse("qrs'$zzz'wxy", { zzz: 'tuv' }), [ 'qrs$zzzwxy' ]); + t.same(parse("qrs${zzz}wxy"), [ 'qrswxy' ]); + t.same(parse("qrs$wxy $"), [ 'qrs', '$' ]); + t.same(parse('grep "xy$"'), [ 'grep', 'xy$' ]); + t.same(parse("ab$x", { x: 'c' }), [ 'abc' ]); + t.same(parse("ab\\$x", { x: 'c' }), [ 'ab$x' ]); + t.same(parse("ab${x}def", { x: 'c' }), [ 'abcdef' ]); + t.same(parse("ab\\${x}def", { x: 'c' }), [ 'ab${x}def' ]); + t.same(parse('"ab\\${x}def"', { x: 'c' }), [ 'ab${x}def' ]); + + t.end(); +}); + +test('environment variables with metacharacters', function (t) { + t.same(parse('a $XYZ c', { XYZ: '"b"' }), [ 'a', '"b"', 'c' ]); + t.same(parse('a $XYZ c', { XYZ: '$X', X: 5 }), [ 'a', '$X', 'c' ]); + t.same(parse('a"$XYZ"c', { XYZ: "'xyz'" }), [ "a'xyz'c" ]); + + t.end(); +}); + +test('special shell parameters', function (t) { + var chars = '*@#?-$!0_'.split(''); + t.plan(chars.length); + + chars.forEach(function (c) { + var env = {}; + env[c] = 'xxx'; + t.same(parse('a $' + c + ' c', env), [ 'a', 'xxx', 'c' ]); + }); +}); diff --git a/2019-setembro/node_modules/shell-quote/test/env_fn.js b/2019-setembro/node_modules/shell-quote/test/env_fn.js new file mode 100644 index 0000000..b9f3c20 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/test/env_fn.js @@ -0,0 +1,19 @@ +var test = require('tape'); +var parse = require('../').parse; + +test('functional env expansion', function (t) { + t.plan(4); + + t.same(parse('a $XYZ c', getEnv), [ 'a', 'xxx', 'c' ]); + t.same(parse('a $XYZ c', getEnvObj), [ 'a', { op: '@@' }, 'c' ]); + t.same(parse('a${XYZ}c', getEnvObj), [ 'a', { op: '@@' }, 'c' ]); + t.same(parse('"a $XYZ c"', getEnvObj), [ 'a ', { op: '@@' }, ' c' ]); + + function getEnv (key) { + return 'xxx'; + } + + function getEnvObj (key) { + return { op: '@@' }; + } +}); diff --git a/2019-setembro/node_modules/shell-quote/test/op.js b/2019-setembro/node_modules/shell-quote/test/op.js new file mode 100644 index 0000000..7aa9b49 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/test/op.js @@ -0,0 +1,78 @@ +var test = require('tape'); +var parse = require('../').parse; + +test('single operators', function (t) { + t.same(parse('beep | boop'), [ 'beep', { op: '|' }, 'boop' ]); + t.same(parse('beep|boop'), [ 'beep', { op: '|' }, 'boop' ]); + t.same(parse('beep \\| boop'), [ 'beep', '|', 'boop' ]); + t.same(parse('beep "|boop"'), [ 'beep', '|boop' ]); + + t.same(parse('echo zing &'), [ 'echo', 'zing', { op: '&' } ]); + t.same(parse('echo zing&'), [ 'echo', 'zing', { op: '&' } ]); + t.same(parse('echo zing\\&'), [ 'echo', 'zing&' ]); + t.same(parse('echo "zing\\&"'), [ 'echo', 'zing\\&' ]); + + t.same(parse('beep;boop'), [ 'beep', { op: ';' }, 'boop' ]); + t.same(parse('(beep;boop)'), [ + { op: '(' }, 'beep', { op: ';' }, 'boop', { op: ')' } + ]); + + t.same(parse('beep>boop'), [ 'beep', { op: '>' }, 'boop' ]); + t.same(parse('beep 2>boop'), [ 'beep', '2', { op: '>' }, 'boop' ]); + t.same(parse('beep>blip'), + [ 'beep', { op: ';;' }, 'boop', { op: '|&' }, 'byte', { op: '>>' }, 'blip' ] + ); + + t.same(parse('beep 2>&1'), [ 'beep', '2', { op: '>&' }, '1' ]); + + t.same( + parse('beep<(boop)'), + [ 'beep', { op: '<(' }, 'boop', { op: ')' } ] + ); + t.same( + parse('beep<<(boop)'), + [ 'beep', { op: '<' }, { op: '<(' }, 'boop', { op: ')' } ] + ); + + t.end(); +}); + +test('glob patterns', function (t) { + t.same( + parse('tap test/*.test.js'), + [ 'tap', { op: 'glob', pattern: 'test/*.test.js' } ] + ); + + t.same(parse('tap "test/*.test.js"'), ['tap', 'test/*.test.js']); + t.end(); +}) diff --git a/2019-setembro/node_modules/shell-quote/test/parse.js b/2019-setembro/node_modules/shell-quote/test/parse.js new file mode 100644 index 0000000..2df4419 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/test/parse.js @@ -0,0 +1,23 @@ +var test = require('tape'); +var parse = require('../').parse; + +test('parse shell commands', function (t) { + t.same(parse('a \'b\' "c"'), [ 'a', 'b', 'c' ]); + t.same( + parse('beep "boop" \'foo bar baz\' "it\'s \\"so\\" groovy"'), + [ 'beep', 'boop', 'foo bar baz', 'it\'s "so" groovy' ] + ); + t.same(parse('a b\\ c d'), [ 'a', 'b c', 'd' ]); + t.same(parse('\\$beep bo\\`op'), [ '$beep', 'bo`op' ]); + t.same(parse('echo "foo = \\"foo\\""'), [ 'echo', 'foo = "foo"' ]); + t.same(parse(''), []); + t.same(parse(' '), []); + t.same(parse("\t"), []); + t.same(parse('a"b c d"e'), [ 'ab c de' ]); + t.same(parse('a\\ b"c d"\\ e f'), [ 'a bc d e', 'f' ]); + t.same(parse('a\\ b"c d"\\ e\'f g\' h'), [ 'a bc d ef g', 'h' ]); + t.same(parse("x \"bl'a\"'h'"), ['x', "bl'ah"]) + t.same(parse("x bl^'a^'h'", {}, { escape: '^'}), ['x', "bl'a'h"]); + + t.end(); +}); diff --git a/2019-setembro/node_modules/shell-quote/test/quote.js b/2019-setembro/node_modules/shell-quote/test/quote.js new file mode 100644 index 0000000..7c31f01 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/test/quote.js @@ -0,0 +1,42 @@ +var test = require('tape'); +var quote = require('../').quote; + +test('quote', function (t) { + t.equal(quote([ 'a', 'b', 'c d' ]), 'a b \'c d\''); + t.equal( + quote([ 'a', 'b', "it's a \"neat thing\"" ]), + 'a b "it\'s a \\"neat thing\\""' + ); + t.equal( + quote([ '$', '`', '\'' ]), + '\\$ \\` "\'"' + ); + t.equal(quote([]), ''); + t.equal(quote(["a\nb"]), "'a\nb'"); + t.equal(quote([' #(){}*|][!']), "' #(){}*|][!'"); + t.equal(quote(["'#(){}*|][!"]), '"\'#(){}*|][\\!"'); + t.equal(quote(["X#(){}*|][!"]), "X\\#\\(\\)\\{\\}\\*\\|\\]\\[\\!"); + t.equal(quote(["a\n#\nb"]), "'a\n#\nb'"); + t.equal(quote(['><;{}']), '\\>\\<\\;\\{\\}'); + t.equal(quote([ 'a', 1, true, false ]), 'a 1 true false'); + t.equal(quote([ 'a', 1, null, undefined ]), 'a 1 null undefined'); + t.equal(quote([ 'a\\x' ]), 'a\\\\x'); + t.end(); +}); + +test('quote ops', function (t) { + t.equal(quote([ 'a', { op: '|' }, 'b' ]), 'a \\| b'); + t.equal( + quote([ 'a', { op: '&&' }, 'b', { op: ';' }, 'c' ]), + 'a \\&\\& b \\; c' + ); + t.end(); +}); + +test('quote windows paths', { skip: 'breaking change, disabled until 2.x' }, function (t) { + var path = 'C:\\projects\\node-shell-quote\\index.js' + + t.equal(quote([path, 'b', 'c d']), 'C:\\projects\\node-shell-quote\\index.js b \'c d\'') + + t.end() +}) diff --git a/2019-setembro/node_modules/shell-quote/test/set.js b/2019-setembro/node_modules/shell-quote/test/set.js new file mode 100644 index 0000000..ac45cf1 --- /dev/null +++ b/2019-setembro/node_modules/shell-quote/test/set.js @@ -0,0 +1,29 @@ +var test = require('tape'); +var parse = require('../').parse; + +test('set env vars', function (t) { + t.same( + parse('ABC=444 x y z'), + [ 'ABC=444', 'x', 'y', 'z' ] + ); + t.same( + parse('ABC=3\\ 4\\ 5 x y z'), + [ 'ABC=3 4 5', 'x', 'y', 'z' ] + ); + t.same( + parse('X="7 8 9" printx'), + [ 'X=7 8 9', 'printx' ] + ); + t.same( + parse('X="7 8 9"; printx'), + [ 'X=7 8 9', { op: ';' }, 'printx' ] + ); + t.same( + parse('X="7 8 9"; printx', function (key) { + t.fail('should not have matched any keys'); + }), + [ 'X=7 8 9', { op: ';' }, 'printx' ] + ); + + t.end(); +}); diff --git a/2019-setembro/node_modules/sirv-cli/boot.js b/2019-setembro/node_modules/sirv-cli/boot.js new file mode 100644 index 0000000..e128d86 --- /dev/null +++ b/2019-setembro/node_modules/sirv-cli/boot.js @@ -0,0 +1,78 @@ +const sirv = require('sirv'); +const colors = require('kleur'); +const { resolve } = require('path'); +const clear = require('console-clear'); +const { createServer } = require('http'); +const access = require('local-access'); +const tinydate = require('tinydate'); +const toPort = require('get-port'); + +const PAD = ' '; +const { HOST, PORT } = process.env; +const stamp = tinydate('{HH}:{mm}:{ss}'); + +function toTime() { + return '[' + colors.magenta(stamp()) + '] '; +} + +function toMS(arr) { + return colors.white().bold(`${(arr[1] / 1e6).toFixed(2)}ms`); +} + +function toCode(code) { + let fn = code >= 400 ? 'red' : code > 300 ? 'yellow' : 'green'; + return colors[fn](code); +} + +module.exports = function (dir, opts) { + let fn; + dir = resolve(dir || '.'); + opts.maxAge = opts.m; + + if (opts.cors) { + opts.setHeaders = res => { + res.setHeader('Access-Control-Allow-Origin', '*'); + res.setHeader('Access-Control-Allow-Headers', 'Origin, Content-Type, Accept, Range'); + } + } + + if (opts.single) { + opts.onNoMatch = (req, res) => (req.path='/',fn(req, res, () => (res.statusCode=404,res.end()))); + } + + fn = sirv(dir, opts); + let server = createServer(fn); + let { hrtime, stdout } = process; + + if (!opts.quiet) { + let uri, dur, start, dash=colors.gray(' ─ '); + server.on('request', (req, res) => { + start = hrtime(); + req.once('end', _ => { + dur = hrtime(start); + uri = req.originalUrl || req.url; + stdout.write(PAD + toTime() + toCode(res.statusCode) + dash + toMS(dur) + dash + uri + '\n'); + }); + }); + } + + opts.port = PORT || opts.port; + toPort(opts.port).then(port => { + let https = !!opts.ssl; // TODO + let isOther = port != opts.port; + let hostname = HOST || opts.host || '0.0.0.0'; + server.listen(port, hostname, err => { + if (err) throw err; + if (opts.quiet) return; + + clear(true); // wipe screen, but not history + let { local, network } = access({ port, hostname, https }); + stdout.write('\n' + PAD + colors.green('Your application is ready~! 🚀\n\n')); + isOther && stdout.write(PAD + colors.italic().dim(`➡ Port ${opts.port} is taken; using ${port} instead\n\n`)); + stdout.write(PAD + `${colors.bold('- Local:')} ${local}\n`); + /localhost/i.test(hostname) || stdout.write(PAD + `${colors.bold('- Network:')} ${network}\n`); + let border = '─'.repeat(Math.min(stdout.columns, 36) / 2); + stdout.write('\n' + border + colors.inverse(' LOGS ') + border + '\n\n'); + }); + }); +} diff --git a/2019-setembro/node_modules/sirv-cli/index.js b/2019-setembro/node_modules/sirv-cli/index.js new file mode 100755 index 0000000..0e71c26 --- /dev/null +++ b/2019-setembro/node_modules/sirv-cli/index.js @@ -0,0 +1,26 @@ +#!/usr/bin/env node +const sade = require('sade'); +const pkg = require('./package'); +const boot = require('./boot'); + +sade('sirv') + .version(pkg.version) + .example('build --cors --port 8080') + .example('start build --cors --port 8080') + .example('public --quiet --etag --maxage 31536000 --immutable') + .example('start public -qeim 31536000') + .example('--port 8080 --etag') + .example('my-app --dev') + .command('start [dir]', 'Start a static file server.', { default:true }) + .option('-D, --dev', 'Enable "dev" mode') + .option('-e, --etag', 'Enable "Etag" header') + .option('-d, --dotfiles', 'Enable dotfile asset requests') + .option('-c, --cors', 'Enable "CORS" headers to allow any origin requestor') + .option('-m, --maxage', 'Enable "Cache-Control" header & define its "max-age" value (sec)') + .option('-i, --immutable', 'Enable the "immutable" directive for "Cache-Control" header') + .option('-s, --single', 'Serve single-page applications') + .option('-q, --quiet', 'Disable logging to terminal') + .option('-H, --host', 'Hostname to bind', 'localhost') + .option('-p, --port', 'Port to bind', 5000) + .action(boot) + .parse(process.argv); diff --git a/2019-setembro/node_modules/sirv-cli/package.json b/2019-setembro/node_modules/sirv-cli/package.json new file mode 100644 index 0000000..e5c3695 --- /dev/null +++ b/2019-setembro/node_modules/sirv-cli/package.json @@ -0,0 +1,30 @@ +{ + "name": "sirv-cli", + "version": "0.4.4", + "description": "A lightweight CLI program to serve static sites~!", + "repository": "lukeed/sirv", + "license": "MIT", + "files": [ + "*.js" + ], + "bin": { + "sirv": "index.js" + }, + "author": { + "name": "Luke Edwards", + "email": "luke@lukeed.com", + "url": "https://lukeed.com" + }, + "engines": { + "node": ">= 6" + }, + "dependencies": { + "console-clear": "^1.1.0", + "get-port": "^3.2.0", + "kleur": "^3.0.0", + "local-access": "^1.0.1", + "sade": "^1.4.0", + "sirv": "^0.4.2", + "tinydate": "^1.0.0" + } +} diff --git a/2019-setembro/node_modules/sirv-cli/readme.md b/2019-setembro/node_modules/sirv-cli/readme.md new file mode 100644 index 0000000..f56b4d7 --- /dev/null +++ b/2019-setembro/node_modules/sirv-cli/readme.md @@ -0,0 +1,94 @@ +
+ sirv-cli +
+ +

sirv-cli

+ + + +
A lightweight CLI program to serve static sites~!
+ +
+ +Quickly start a server to preview the assets of _any_ directory! + +Just like [`serve`](https://github.com/zeit/serve), you may install and use `sirv-cli` globally or on a per-project basis. + + +## Install + +``` +$ npm install --save sirv-cli +``` + +> **Note:** This module can also be installed and used globally~! + +## Usage + +Running `sirv` as a standalone command is an alias of `sirv start`, with the sole exception of displaying help text! + +> **Note:** This is because `sirv-cli` may include new commands in the future.
For example, compression may be extracted to a `compress` command, or `watch` may be added. + +``` +$ sirv --help + + Usage + $ sirv [options] + + Available Commands + start Start a static file server. + + For more info, run any command with the `--help` flag + $ sirv start --help + + Options + -v, --version Displays current version + -h, --help Displays this message + + Examples + $ sirv build --cors --port 8080 + $ sirv start build --cors --port 8080 + $ sirv public --quiet --etag --maxage 31536000 --immutable + $ sirv start public -qeim 31536000 + $ sirv --port 8080 --etag +``` + +``` +$ sirv start --help + + Description + Start a static file server. + + Usage + $ sirv start [dir] [options] + + Options + -D, --dev Enable "dev" mode + -e, --etag Enable "Etag" header + -d, --dotfiles Enable dotfile asset requests + -c, --cors Enable "CORS" headers to allow any origin requestor + -m, --maxage Enable "Cache-Control" header & define its "max-age" value (sec) + -i, --immutable Enable the "immutable" directive for "Cache-Control" header + -s, --single Serve single-page applications + -q, --quiet Disable logging to terminal + -H, --host Hostname to bind (default localhost) + -p, --port Port to bind (default 5000) + -h, --help Displays this message +``` + +> **Note:** The `HOST` and `PORT` environment variables will override flag values. + + +## License + +MIT © [Luke Edwards](https://lukeed.com) diff --git a/2019-setembro/node_modules/sirv/index.js b/2019-setembro/node_modules/sirv/index.js new file mode 100644 index 0000000..caa9be0 --- /dev/null +++ b/2019-setembro/node_modules/sirv/index.js @@ -0,0 +1,125 @@ +const fs = require('fs'); +const { join, resolve } = require('path'); +const parser = require('@polka/url'); +const mime = require('mime/lite'); + +const FILES = {}; +const noop = () => {}; + +function toAssume(uri, extns) { + let i=0, x, len=uri.length - 1; + if (uri.charCodeAt(len) === 47) { + uri = uri.substring(0, len); + } + + let arr=[], tmp=`${uri}/index`; + for (; i < extns.length; i++) { + x = '.' + extns[i]; + if (uri) arr.push(uri + x); + arr.push(tmp + x); + } + + return arr; +} + +function find(uri, extns) { + let i=0, data, arr=toAssume(uri, extns); + for (; i < arr.length; i++) { + if (data = FILES[arr[i]]) return data; + } +} + +function is404(req, res) { + return (res.statusCode=404,res.end()); +} + +function list(dir, fn, pre='') { + let i=0, abs, stats; + let arr = fs.readdirSync(dir); + for (; i < arr.length; i++) { + abs = join(dir, arr[i]); + stats = fs.statSync(abs); + stats.isDirectory() + ? list(abs, fn, join(pre, arr[i])) + : fn(join(pre, arr[i]), abs, stats); + } +} + +function send(req, res, file, stats, headers={}) { + let code=200, opts={}; + + if (req.headers.range) { + code = 206; + let [x, y] = req.headers.range.replace('bytes=', '').split('-'); + let end = opts.end = parseInt(y, 10) || stats.size - 1; + let start = opts.start = parseInt(x, 10) || 0; + + if (start >= stats.size || end >= stats.size) { + res.setHeader('Content-Range', `bytes */${stats.size}`); + res.statusCode = 416; + return res.end(); + } + + headers['Content-Range'] = `bytes ${start}-${end}/${stats.size}`; + headers['Content-Length'] = (end - start + 1); + headers['Accept-Ranges'] = 'bytes'; + } + + res.writeHead(code, headers); + fs.createReadStream(file, opts).pipe(res); +} + +module.exports = function (dir, opts={}) { + dir = resolve(dir || '.'); + + let isNotFound = opts.onNoMatch || is404; + let extensions = opts.extensions || ['html', 'htm']; + let setHeaders = opts.setHeaders || noop; + + if (opts.dev) { + return function (req, res, next) { + let stats, file, uri=decodeURIComponent(req.path || req.pathname || parser(req).pathname); + let arr = [uri].concat(toAssume(uri, extensions)).map(x => join(dir, x)).filter(fs.existsSync); + while (file = arr.shift()) { + stats = fs.statSync(file); + if (stats.isDirectory()) continue; + setHeaders(res, uri, stats); + return send(req, res, file, stats, { + 'Content-Type': mime.getType(file), + 'Last-Modified': stats.mtime.toUTCString(), + 'Content-Length': stats.size, + }); + } + return next ? next() : isNotFound(req, res); + } + } + + let cc = opts.maxAge != null && `public,max-age=${opts.maxAge}`; + if (cc && opts.immutable) cc += ',immutable'; + + list(dir, (name, abs, stats) => { + if (!opts.dotfiles && name.charAt(0) === '.') { + return; + } + + let headers = { + 'Content-Length': stats.size, + 'Content-Type': mime.getType(name), + 'Last-Modified': stats.mtime.toUTCString(), + }; + + if (cc) headers['Cache-Control'] = cc; + if (opts.etag) headers['ETag'] = `W/"${stats.size}-${stats.mtime.getTime()}"`; + + FILES['/' + name.replace(/\\+/g, '/')] = { abs, stats, headers }; + }); + + return function (req, res, next) { + let pathname = decodeURIComponent(req.path || req.pathname || parser(req).pathname); + let data = FILES[pathname] || find(pathname, extensions); + if (!data) return next ? next() : isNotFound(req, res); + + setHeaders(res, pathname, data.stats); + send(req, res, data.abs, data.stats, data.headers); + }; +} diff --git a/2019-setembro/node_modules/sirv/node_modules/.bin/mime b/2019-setembro/node_modules/sirv/node_modules/.bin/mime new file mode 120000 index 0000000..210a0bd --- /dev/null +++ b/2019-setembro/node_modules/sirv/node_modules/.bin/mime @@ -0,0 +1 @@ +../../../mime/cli.js \ No newline at end of file diff --git a/2019-setembro/node_modules/sirv/package.json b/2019-setembro/node_modules/sirv/package.json new file mode 100644 index 0000000..7c25891 --- /dev/null +++ b/2019-setembro/node_modules/sirv/package.json @@ -0,0 +1,22 @@ +{ + "name": "sirv", + "version": "0.4.2", + "description": "The optimized & lightweight middleware for serving requests to static assets", + "repository": "lukeed/sirv", + "license": "MIT", + "files": [ + "*.js" + ], + "author": { + "name": "Luke Edwards", + "email": "luke@lukeed.com", + "url": "https://lukeed.com" + }, + "engines": { + "node": ">= 6" + }, + "dependencies": { + "@polka/url": "^0.5.0", + "mime": "^2.3.1" + } +} diff --git a/2019-setembro/node_modules/sirv/readme.md b/2019-setembro/node_modules/sirv/readme.md new file mode 100644 index 0000000..475736e --- /dev/null +++ b/2019-setembro/node_modules/sirv/readme.md @@ -0,0 +1,122 @@ +# sirv [![Build Status](https://travis-ci.org/lukeed/sirv.svg?branch=master)](https://travis-ci.org/lukeed/sirv) + +> The optimized and lightweight middleware for serving requests to static assets + +You may use `sirv` as a *very* fast and lightweight alternative to [`serve-static`](https://www.npmjs.com/package/serve-static). While (currently), `sirv` may not have the same options, it handles the majority of use cases without a hitch! + +The massive performance advantage over `serve-static` is explained by **not** relying on the file system for existence checks on every request. These are expensive interactions & must be avoided whenever possible! Instead, `sirv` performs all its work upfront and recycles the initial resultset for existence checks & writing header values based on files' stats. + +This middleware will work out of the box for [Polka](https://github.com/lukeed/polka) and other Express-like frameworks. It requires _very_ little effort to modify/wrap it for servers that don't accept the `(req, res, next)` signature. + +:bulb: For a feature-complete CLI application, check out the sibling [`sirv-cli`](https://github.com/lukeed/sirv/tree/master/packages/sirv-cli) package as an alternative to [`zeit/serve`](https://github.com/zeit/serve)~! + +## Install + +``` +$ npm install --save sirv +``` + + +## Usage + +```js +const sirv = require('sirv'); +const polka = require('polka'); +const compress = require('compression')(); + +// Init `sirv` handler +const assets = sirv('public', { + maxAge: 31536000, // 1Y + immutable: true +}); + +polka() + .use(compress, assets) + .use('/api', require('./api')) + .listen(3000) + .then(() => { + console.log('> Ready on localhost:3000~!'); + }); +``` + + +## API + +### sirv(dir, opts={}) + +Returns: `Function` + +The returned function is a middleware in the standard Express-like signature: `(req, res, next)`, where `req` is the [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage), `res` is the [`http.ServerResponse`](https://nodejs.org/dist/latest-v9.x/docs/api/http.html#http_class_http_serverresponse), and `next` (in this case) is the function to call if no file was found for the given path. + +For `sirv`, the `next()` callback is functionally synonymous with [`opts.onNoMatch`](#optsonnomatch); however `next()` is given priority if/when defined and **will not** receive the `res` as an argument. + +#### dir +Type: `String`
+Default: `.` + +The directory from which to read and serve assets. It is resolved to an absolute path — you must provide an absolute path yourself if `process.cwd()` is not the correct assumption. + +#### opts.dev +Type: `Boolean`
+Default: `false` + +Enable "dev" mode, which disables/skips caching. Instead, `sirv` will traverse the file system ***on every request***. + +Additionally, `dev` mode will ignore `maxAge`, `immutable`, `etag`, and `setHeaders` as these options are geared towards production response headers. + +> **Important:** Do not use `dev` mode in production! + +#### opts.etag +Type: `Boolean`
+Default: `false` + +Generate and attach an `ETag` header to responses. + +#### opts.dotfiles +Type: `Boolean`
+Default: `false` + +Allow requests to dotfiles (files or directories beginning with a `.`). + +#### opts.extensions +Type: `Array`
+Default: `['html', 'htm']` + +The file extension fallbacks to check for if a pathame is not initially found. For example, if a `/login` request cannot find a `login` filename, it will then look for `login.html` and `login.htm` before giving up~! + +> **Important:** Actually, `sirv` will **also** look for `login/index.html` and `login/index.htm` before calling it quits. + +#### opts.maxAge +Type: `Number`
+Default: `undefined` + +Enables the `Cache-Control` header on responses & sets the `max-age` value (in seconds). For example `31536000` is equivalent to one year. + +#### opts.immutable +Type: `Boolean`
+Default: `false` + +Appends the [`immutable` directive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#Revalidation_and_reloading) on your `Cache-Control` header, used for uniquely-named assets that will not change! + +> **Note:** Requires `opts.maxAge` to contain a value! + +#### opts.onNoMatch +Type: `Function` + +A custom function to run if a file cannot be found for a given request.
By default, `sirv` will send a basic `(404) Not found` response. + +The function receives the current `req , res ` pair for as its two arguments. + +> **Note:** This won't run if a `next` callback has been provided to the middleware; see [`sirv`](#sirvdir-opts) description. + +#### opts.setHeaders +Type: `Function` + +A custom function to append or change any headers on the outgoing response. There is no default. + +Its signature is `(res, pathname, stats)`, where `res` is the `ServerResponse`, `pathname` is incoming request path (stripped of queries), and `stats` is the file's result from [`fs.statSync`](https://nodejs.org/api/fs.html#fs_fs_statsync_path). + + +## License + +MIT © [Luke Edwards](https://lukeed.com) diff --git a/2019-setembro/node_modules/snapdragon-node/LICENSE b/2019-setembro/node_modules/snapdragon-node/LICENSE new file mode 100644 index 0000000..9a1c856 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-node/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/snapdragon-node/README.md b/2019-setembro/node_modules/snapdragon-node/README.md new file mode 100644 index 0000000..2300a3c --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-node/README.md @@ -0,0 +1,453 @@ +# snapdragon-node [![NPM version](https://img.shields.io/npm/v/snapdragon-node.svg?style=flat)](https://www.npmjs.com/package/snapdragon-node) [![NPM monthly downloads](https://img.shields.io/npm/dm/snapdragon-node.svg?style=flat)](https://npmjs.org/package/snapdragon-node) [![NPM total downloads](https://img.shields.io/npm/dt/snapdragon-node.svg?style=flat)](https://npmjs.org/package/snapdragon-node) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/snapdragon-node.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/snapdragon-node) + +> Snapdragon utility for creating a new AST node in custom code, such as plugins. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save snapdragon-node +``` + +## Usage + +With [snapdragon](https://github.com/jonschlinkert/snapdragon) v0.9.0 and higher you can use `this.node()` to create a new `Node`, whenever it makes sense. + +```js +var Node = require('snapdragon-node'); +var Snapdragon = require('snapdragon'); +var snapdragon = new Snapdragon(); + +// example usage inside a parser visitor function +snapdragon.parser.set('foo', function() { + // get the current "start" position + var pos = this.position(); + + // returns the match if regex matches the substring + // at the current position on `parser.input` + var match = this.match(/foo/); + if (match) { + // call "pos" on the node, to set the start and end + // positions, and return the node to push it onto the AST + // (snapdragon will push the node onto the correct + // nodes array, based on the stack) + return pos(new Node({type: 'bar', val: match[0]})); + } +}); +``` + +## API + +### [Node](index.js#L22) + +Create a new AST `Node` with the given `val` and `type`. + +**Params** + +* `val` **{String|Object}**: Pass a matched substring, or an object to merge onto the node. +* `type` **{String}**: The node type to use when `val` is a string. +* `returns` **{Object}**: node instance + +**Example** + +```js +var node = new Node('*', 'Star'); +var node = new Node({type: 'star', val: '*'}); +``` + +### [.isNode](index.js#L61) + +Returns true if the given value is a node. + +**Params** + +* `node` **{Object}** +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var node = new Node({type: 'foo'}); +console.log(Node.isNode(node)); //=> true +console.log(Node.isNode({})); //=> false +``` + +### [.define](index.js#L80) + +Define a non-enumberable property on the node instance. Useful for adding properties that shouldn't be extended or visible during debugging. + +**Params** + +* `name` **{String}** +* `val` **{any}** +* `returns` **{Object}**: returns the node instance + +**Example** + +```js +var node = new Node(); +node.define('foo', 'something non-enumerable'); +``` + +### [.isEmpty](index.js#L100) + +Returns true if `node.val` is an empty string, or `node.nodes` does not contain any non-empty text nodes. + +**Params** + +* `fn` **{Function}**: (optional) Filter function that is called on `node` and/or child nodes. `isEmpty` will return false immediately when the filter function returns false on any nodes. +* `returns` **{Boolean}** + +**Example** + +```js +var node = new Node({type: 'text'}); +node.isEmpty(); //=> true +node.val = 'foo'; +node.isEmpty(); //=> false +``` + +### [.push](index.js#L118) + +Given node `foo` and node `bar`, push node `bar` onto `foo.nodes`, and set `foo` as `bar.parent`. + +**Params** + +* `node` **{Object}** +* `returns` **{Number}**: Returns the length of `node.nodes` + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +foo.push(bar); +``` + +### [.unshift](index.js#L140) + +Given node `foo` and node `bar`, unshift node `bar` onto `foo.nodes`, and set `foo` as `bar.parent`. + +**Params** + +* `node` **{Object}** +* `returns` **{Number}**: Returns the length of `node.nodes` + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +foo.unshift(bar); +``` + +### [.pop](index.js#L167) + +Pop a node from `node.nodes`. + +* `returns` **{Number}**: Returns the popped `node` + +**Example** + +```js +var node = new Node({type: 'foo'}); +node.push(new Node({type: 'a'})); +node.push(new Node({type: 'b'})); +node.push(new Node({type: 'c'})); +node.push(new Node({type: 'd'})); +console.log(node.nodes.length); +//=> 4 +node.pop(); +console.log(node.nodes.length); +//=> 3 +``` + +### [.shift](index.js#L190) + +Shift a node from `node.nodes`. + +* `returns` **{Object}**: Returns the shifted `node` + +**Example** + +```js +var node = new Node({type: 'foo'}); +node.push(new Node({type: 'a'})); +node.push(new Node({type: 'b'})); +node.push(new Node({type: 'c'})); +node.push(new Node({type: 'd'})); +console.log(node.nodes.length); +//=> 4 +node.shift(); +console.log(node.nodes.length); +//=> 3 +``` + +### [.remove](index.js#L205) + +Remove `node` from `node.nodes`. + +**Params** + +* `node` **{Object}** +* `returns` **{Object}**: Returns the removed node. + +**Example** + +```js +node.remove(childNode); +``` + +### [.find](index.js#L231) + +Get the first child node from `node.nodes` that matches the given `type`. If `type` is a number, the child node at that index is returned. + +**Params** + +* `type` **{String}** +* `returns` **{Object}**: Returns a child node or undefined. + +**Example** + +```js +var child = node.find(1); //<= index of the node to get +var child = node.find('foo'); //<= node.type of a child node +var child = node.find(/^(foo|bar)$/); //<= regex to match node.type +var child = node.find(['foo', 'bar']); //<= array of node.type(s) +``` + +### [.isType](index.js#L249) + +Return true if the node is the given `type`. + +**Params** + +* `type` **{String}** +* `returns` **{Boolean}** + +**Example** + +```js +var node = new Node({type: 'bar'}); +cosole.log(node.isType('foo')); // false +cosole.log(node.isType(/^(foo|bar)$/)); // true +cosole.log(node.isType(['foo', 'bar'])); // true +``` + +### [.hasType](index.js#L270) + +Return true if the `node.nodes` has the given `type`. + +**Params** + +* `type` **{String}** +* `returns` **{Boolean}** + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +foo.push(bar); + +cosole.log(foo.hasType('qux')); // false +cosole.log(foo.hasType(/^(qux|bar)$/)); // true +cosole.log(foo.hasType(['qux', 'bar'])); // true +``` + +* `returns` **{Array}** + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +var baz = new Node({type: 'baz'}); +foo.push(bar); +foo.push(baz); + +console.log(bar.siblings.length) // 2 +console.log(baz.siblings.length) // 2 +``` + +* `returns` **{Number}** + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +var baz = new Node({type: 'baz'}); +var qux = new Node({type: 'qux'}); +foo.push(bar); +foo.push(baz); +foo.unshift(qux); + +console.log(bar.index) // 1 +console.log(baz.index) // 2 +console.log(qux.index) // 0 +``` + +* `returns` **{Object}** + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +var baz = new Node({type: 'baz'}); +foo.push(bar); +foo.push(baz); + +console.log(baz.prev.type) // 'bar' +``` + +* `returns` **{Object}** + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +var baz = new Node({type: 'baz'}); +foo.push(bar); +foo.push(baz); + +console.log(bar.siblings.length) // 2 +console.log(baz.siblings.length) // 2 +``` + +* `returns` **{Object}**: The first node, or undefiend + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +var baz = new Node({type: 'baz'}); +var qux = new Node({type: 'qux'}); +foo.push(bar); +foo.push(baz); +foo.push(qux); + +console.log(foo.first.type) // 'bar' +``` + +* `returns` **{Object}**: The last node, or undefiend + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +var baz = new Node({type: 'baz'}); +var qux = new Node({type: 'qux'}); +foo.push(bar); +foo.push(baz); +foo.push(qux); + +console.log(foo.last.type) // 'qux' +``` + +* `returns` **{Object}**: The last node, or undefiend + +**Example** + +```js +var foo = new Node({type: 'foo'}); +var bar = new Node({type: 'bar'}); +var baz = new Node({type: 'baz'}); +var qux = new Node({type: 'qux'}); +foo.push(bar); +foo.push(baz); +foo.push(qux); + +console.log(foo.last.type) // 'qux' +``` + +## Release history + +Changelog entries are classified using the following labels from [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog): + +* `added`: for new features +* `changed`: for changes in existing functionality +* `deprecated`: for once-stable features removed in upcoming releases +* `removed`: for deprecated features removed in this release +* `fixed`: for any bug fixes + +Custom labels used in this changelog: + +* `dependencies`: bumps dependencies +* `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories. + +### [2.0.0] - 2017-05-01 + +**Changed** + +* `.unshiftNode` was renamed to [.unshift](#unshift) +* `.pushNode` was renamed to [.push](#push) +* `.getNode` was renamed to [.find](#find) + +**Added** + +* [.isNode](#isNode) +* [.isEmpty](#isEmpty) +* [.pop](#pop) +* [.shift](#shift) +* [.remove](#remove) + +### [0.1.0] + +First release. + +## About + +### Related projects + +* [breakdance](https://www.npmjs.com/package/breakdance): Breakdance is a node.js library for converting HTML to markdown. Highly pluggable, flexible and easy… [more](http://breakdance.io) | [homepage](http://breakdance.io "Breakdance is a node.js library for converting HTML to markdown. Highly pluggable, flexible and easy to use. It's time for your markup to get down.") +* [snapdragon-capture](https://www.npmjs.com/package/snapdragon-capture): Snapdragon plugin that adds a capture method to the parser instance. | [homepage](https://github.com/jonschlinkert/snapdragon-capture "Snapdragon plugin that adds a capture method to the parser instance.") +* [snapdragon-cheerio](https://www.npmjs.com/package/snapdragon-cheerio): Snapdragon plugin for converting a cheerio AST to a snapdragon AST. | [homepage](https://github.com/jonschlinkert/snapdragon-cheerio "Snapdragon plugin for converting a cheerio AST to a snapdragon AST.") +* [snapdragon-util](https://www.npmjs.com/package/snapdragon-util): Utilities for the snapdragon parser/compiler. | [homepage](https://github.com/jonschlinkert/snapdragon-util "Utilities for the snapdragon parser/compiler.") +* [snapdragon](https://www.npmjs.com/package/snapdragon): Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map… [more](https://github.com/jonschlinkert/snapdragon) | [homepage](https://github.com/jonschlinkert/snapdragon "Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map support.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards. + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 25, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon-node/index.js b/2019-setembro/node_modules/snapdragon-node/index.js new file mode 100644 index 0000000..0f66ff5 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-node/index.js @@ -0,0 +1,492 @@ +'use strict'; + +var isObject = require('isobject'); +var define = require('define-property'); +var utils = require('snapdragon-util'); +var ownNames; + +/** + * Create a new AST `Node` with the given `val` and `type`. + * + * ```js + * var node = new Node('*', 'Star'); + * var node = new Node({type: 'star', val: '*'}); + * ``` + * @name Node + * @param {String|Object} `val` Pass a matched substring, or an object to merge onto the node. + * @param {String} `type` The node type to use when `val` is a string. + * @return {Object} node instance + * @api public + */ + +function Node(val, type, parent) { + if (typeof type !== 'string') { + parent = type; + type = null; + } + + define(this, 'parent', parent); + define(this, 'isNode', true); + define(this, 'expect', null); + + if (typeof type !== 'string' && isObject(val)) { + lazyKeys(); + var keys = Object.keys(val); + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + if (ownNames.indexOf(key) === -1) { + this[key] = val[key]; + } + } + } else { + this.type = type; + this.val = val; + } +} + +/** + * Returns true if the given value is a node. + * + * ```js + * var Node = require('snapdragon-node'); + * var node = new Node({type: 'foo'}); + * console.log(Node.isNode(node)); //=> true + * console.log(Node.isNode({})); //=> false + * ``` + * @param {Object} `node` + * @returns {Boolean} + * @api public + */ + +Node.isNode = function(node) { + return utils.isNode(node); +}; + +/** + * Define a non-enumberable property on the node instance. + * Useful for adding properties that shouldn't be extended + * or visible during debugging. + * + * ```js + * var node = new Node(); + * node.define('foo', 'something non-enumerable'); + * ``` + * @param {String} `name` + * @param {any} `val` + * @return {Object} returns the node instance + * @api public + */ + +Node.prototype.define = function(name, val) { + define(this, name, val); + return this; +}; + +/** + * Returns true if `node.val` is an empty string, or `node.nodes` does + * not contain any non-empty text nodes. + * + * ```js + * var node = new Node({type: 'text'}); + * node.isEmpty(); //=> true + * node.val = 'foo'; + * node.isEmpty(); //=> false + * ``` + * @param {Function} `fn` (optional) Filter function that is called on `node` and/or child nodes. `isEmpty` will return false immediately when the filter function returns false on any nodes. + * @return {Boolean} + * @api public + */ + +Node.prototype.isEmpty = function(fn) { + return utils.isEmpty(this, fn); +}; + +/** + * Given node `foo` and node `bar`, push node `bar` onto `foo.nodes`, and + * set `foo` as `bar.parent`. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * foo.push(bar); + * ``` + * @param {Object} `node` + * @return {Number} Returns the length of `node.nodes` + * @api public + */ + +Node.prototype.push = function(node) { + assert(Node.isNode(node), 'expected node to be an instance of Node'); + define(node, 'parent', this); + + this.nodes = this.nodes || []; + return this.nodes.push(node); +}; + +/** + * Given node `foo` and node `bar`, unshift node `bar` onto `foo.nodes`, and + * set `foo` as `bar.parent`. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * foo.unshift(bar); + * ``` + * @param {Object} `node` + * @return {Number} Returns the length of `node.nodes` + * @api public + */ + +Node.prototype.unshift = function(node) { + assert(Node.isNode(node), 'expected node to be an instance of Node'); + define(node, 'parent', this); + + this.nodes = this.nodes || []; + return this.nodes.unshift(node); +}; + +/** + * Pop a node from `node.nodes`. + * + * ```js + * var node = new Node({type: 'foo'}); + * node.push(new Node({type: 'a'})); + * node.push(new Node({type: 'b'})); + * node.push(new Node({type: 'c'})); + * node.push(new Node({type: 'd'})); + * console.log(node.nodes.length); + * //=> 4 + * node.pop(); + * console.log(node.nodes.length); + * //=> 3 + * ``` + * @return {Number} Returns the popped `node` + * @api public + */ + +Node.prototype.pop = function() { + return this.nodes && this.nodes.pop(); +}; + +/** + * Shift a node from `node.nodes`. + * + * ```js + * var node = new Node({type: 'foo'}); + * node.push(new Node({type: 'a'})); + * node.push(new Node({type: 'b'})); + * node.push(new Node({type: 'c'})); + * node.push(new Node({type: 'd'})); + * console.log(node.nodes.length); + * //=> 4 + * node.shift(); + * console.log(node.nodes.length); + * //=> 3 + * ``` + * @return {Object} Returns the shifted `node` + * @api public + */ + +Node.prototype.shift = function() { + return this.nodes && this.nodes.shift(); +}; + +/** + * Remove `node` from `node.nodes`. + * + * ```js + * node.remove(childNode); + * ``` + * @param {Object} `node` + * @return {Object} Returns the removed node. + * @api public + */ + +Node.prototype.remove = function(node) { + assert(Node.isNode(node), 'expected node to be an instance of Node'); + this.nodes = this.nodes || []; + var idx = node.index; + if (idx !== -1) { + node.index = -1; + return this.nodes.splice(idx, 1); + } + return null; +}; + +/** + * Get the first child node from `node.nodes` that matches the given `type`. + * If `type` is a number, the child node at that index is returned. + * + * ```js + * var child = node.find(1); //<= index of the node to get + * var child = node.find('foo'); //<= node.type of a child node + * var child = node.find(/^(foo|bar)$/); //<= regex to match node.type + * var child = node.find(['foo', 'bar']); //<= array of node.type(s) + * ``` + * @param {String} `type` + * @return {Object} Returns a child node or undefined. + * @api public + */ + +Node.prototype.find = function(type) { + return utils.findNode(this.nodes, type); +}; + +/** + * Return true if the node is the given `type`. + * + * ```js + * var node = new Node({type: 'bar'}); + * cosole.log(node.isType('foo')); // false + * cosole.log(node.isType(/^(foo|bar)$/)); // true + * cosole.log(node.isType(['foo', 'bar'])); // true + * ``` + * @param {String} `type` + * @return {Boolean} + * @api public + */ + +Node.prototype.isType = function(type) { + return utils.isType(this, type); +}; + +/** + * Return true if the `node.nodes` has the given `type`. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * foo.push(bar); + * + * cosole.log(foo.hasType('qux')); // false + * cosole.log(foo.hasType(/^(qux|bar)$/)); // true + * cosole.log(foo.hasType(['qux', 'bar'])); // true + * ``` + * @param {String} `type` + * @return {Boolean} + * @api public + */ + +Node.prototype.hasType = function(type) { + return utils.hasType(this, type); +}; + +/** + * Get the siblings array, or `null` if it doesn't exist. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * var baz = new Node({type: 'baz'}); + * foo.push(bar); + * foo.push(baz); + * + * console.log(bar.siblings.length) // 2 + * console.log(baz.siblings.length) // 2 + * ``` + * @return {Array} + * @api public + */ + +Object.defineProperty(Node.prototype, 'siblings', { + set: function() { + throw new Error('node.siblings is a getter and cannot be defined'); + }, + get: function() { + return this.parent ? this.parent.nodes : null; + } +}); + +/** + * Get the node's current index from `node.parent.nodes`. + * This should always be correct, even when the parent adds nodes. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * var baz = new Node({type: 'baz'}); + * var qux = new Node({type: 'qux'}); + * foo.push(bar); + * foo.push(baz); + * foo.unshift(qux); + * + * console.log(bar.index) // 1 + * console.log(baz.index) // 2 + * console.log(qux.index) // 0 + * ``` + * @return {Number} + * @api public + */ + +Object.defineProperty(Node.prototype, 'index', { + set: function(index) { + define(this, 'idx', index); + }, + get: function() { + if (!Array.isArray(this.siblings)) { + return -1; + } + var tok = this.idx !== -1 ? this.siblings[this.idx] : null; + if (tok !== this) { + this.idx = this.siblings.indexOf(this); + } + return this.idx; + } +}); + +/** + * Get the previous node from the siblings array or `null`. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * var baz = new Node({type: 'baz'}); + * foo.push(bar); + * foo.push(baz); + * + * console.log(baz.prev.type) // 'bar' + * ``` + * @return {Object} + * @api public + */ + +Object.defineProperty(Node.prototype, 'prev', { + set: function() { + throw new Error('node.prev is a getter and cannot be defined'); + }, + get: function() { + if (Array.isArray(this.siblings)) { + return this.siblings[this.index - 1] || this.parent.prev; + } + return null; + } +}); + +/** + * Get the siblings array, or `null` if it doesn't exist. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * var baz = new Node({type: 'baz'}); + * foo.push(bar); + * foo.push(baz); + * + * console.log(bar.siblings.length) // 2 + * console.log(baz.siblings.length) // 2 + * ``` + * @return {Object} + * @api public + */ + +Object.defineProperty(Node.prototype, 'next', { + set: function() { + throw new Error('node.next is a getter and cannot be defined'); + }, + get: function() { + if (Array.isArray(this.siblings)) { + return this.siblings[this.index + 1] || this.parent.next; + } + return null; + } +}); + +/** + * Get the first node from `node.nodes`. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * var baz = new Node({type: 'baz'}); + * var qux = new Node({type: 'qux'}); + * foo.push(bar); + * foo.push(baz); + * foo.push(qux); + * + * console.log(foo.first.type) // 'bar' + * ``` + * @return {Object} The first node, or undefiend + * @api public + */ + +Object.defineProperty(Node.prototype, 'first', { + get: function() { + return this.nodes ? this.nodes[0] : null; + } +}); + +/** + * Get the last node from `node.nodes`. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * var baz = new Node({type: 'baz'}); + * var qux = new Node({type: 'qux'}); + * foo.push(bar); + * foo.push(baz); + * foo.push(qux); + * + * console.log(foo.last.type) // 'qux' + * ``` + * @return {Object} The last node, or undefiend + * @api public + */ + +Object.defineProperty(Node.prototype, 'last', { + get: function() { + return this.nodes ? utils.last(this.nodes) : null; + } +}); + +/** + * Get the last node from `node.nodes`. + * + * ```js + * var foo = new Node({type: 'foo'}); + * var bar = new Node({type: 'bar'}); + * var baz = new Node({type: 'baz'}); + * var qux = new Node({type: 'qux'}); + * foo.push(bar); + * foo.push(baz); + * foo.push(qux); + * + * console.log(foo.last.type) // 'qux' + * ``` + * @return {Object} The last node, or undefiend + * @api public + */ + +Object.defineProperty(Node.prototype, 'scope', { + get: function() { + if (this.isScope !== true) { + return this.parent ? this.parent.scope : this; + } + return this; + } +}); + +/** + * Get own property names from Node prototype, but only the + * first time `Node` is instantiated + */ + +function lazyKeys() { + if (!ownNames) { + ownNames = Object.getOwnPropertyNames(Node.prototype); + } +} + +/** + * Simplified assertion. Throws an error is `val` is falsey. + */ + +function assert(val, message) { + if (!val) throw new Error(message); +} + +/** + * Expose `Node` + */ + +exports = module.exports = Node; diff --git a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/LICENSE b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/LICENSE new file mode 100644 index 0000000..ec85897 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015, 2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/README.md b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/README.md new file mode 100644 index 0000000..2f1af05 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/README.md @@ -0,0 +1,95 @@ +# define-property [![NPM version](https://img.shields.io/npm/v/define-property.svg?style=flat)](https://www.npmjs.com/package/define-property) [![NPM monthly downloads](https://img.shields.io/npm/dm/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![NPM total downloads](https://img.shields.io/npm/dt/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/define-property.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/define-property) + +> Define a non-enumerable property on an object. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save define-property +``` + +Install with [yarn](https://yarnpkg.com): + +```sh +$ yarn add define-property +``` + +## Usage + +**Params** + +* `obj`: The object on which to define the property. +* `prop`: The name of the property to be defined or modified. +* `descriptor`: The descriptor for the property being defined or modified. + +```js +var define = require('define-property'); +var obj = {}; +define(obj, 'foo', function(val) { + return val.toUpperCase(); +}); + +console.log(obj); +//=> {} + +console.log(obj.foo('bar')); +//=> 'BAR' +``` + +**get/set** + +```js +define(obj, 'foo', { + get: function() {}, + set: function() {} +}); +``` + +## About + +### Related projects + +* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") +* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") +* [mixin-deep](https://www.npmjs.com/package/mixin-deep): Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. | [homepage](https://github.com/jonschlinkert/mixin-deep "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 20, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/index.js b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/index.js new file mode 100644 index 0000000..27c19eb --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/index.js @@ -0,0 +1,31 @@ +/*! + * define-property + * + * Copyright (c) 2015, 2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isDescriptor = require('is-descriptor'); + +module.exports = function defineProperty(obj, prop, val) { + if (typeof obj !== 'object' && typeof obj !== 'function') { + throw new TypeError('expected an object or function.'); + } + + if (typeof prop !== 'string') { + throw new TypeError('expected `prop` to be a string.'); + } + + if (isDescriptor(val) && ('set' in val || 'get' in val)) { + return Object.defineProperty(obj, prop, val); + } + + return Object.defineProperty(obj, prop, { + configurable: true, + enumerable: false, + writable: true, + value: val + }); +}; diff --git a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/package.json b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/package.json new file mode 100644 index 0000000..e0ab1ca --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/package.json @@ -0,0 +1,62 @@ +{ + "name": "define-property", + "description": "Define a non-enumerable property on an object.", + "version": "1.0.0", + "homepage": "https://github.com/jonschlinkert/define-property", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/define-property", + "bugs": { + "url": "https://github.com/jonschlinkert/define-property/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "devDependencies": { + "gulp-format-md": "^0.1.12", + "mocha": "^3.2.0" + }, + "keywords": [ + "define", + "define-property", + "enumerable", + "key", + "non", + "non-enumerable", + "object", + "prop", + "property", + "value" + ], + "verb": { + "related": { + "list": [ + "extend-shallow", + "merge-deep", + "assign-deep", + "mixin-deep" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/snapdragon-node/package.json b/2019-setembro/node_modules/snapdragon-node/package.json new file mode 100644 index 0000000..2ca8023 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-node/package.json @@ -0,0 +1,76 @@ +{ + "name": "snapdragon-node", + "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.", + "version": "2.1.1", + "homepage": "https://github.com/jonschlinkert/snapdragon-node", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/snapdragon-node", + "bugs": { + "url": "https://github.com/jonschlinkert/snapdragon-node/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "devDependencies": { + "gulp": "^3.9.1", + "gulp-eslint": "^4.0.0", + "gulp-format-md": "^0.1.12", + "gulp-istanbul": "^1.1.2", + "gulp-mocha": "^3.0.1", + "mocha": "^3.4.2", + "snapdragon": "^0.11.0" + }, + "keywords": [ + "ast", + "compile", + "compiler", + "convert", + "node", + "parse", + "parser", + "plugin", + "render", + "snapdragon", + "snapdragonplugin", + "token", + "transform" + ], + "verb": { + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "breakdance", + "snapdragon", + "snapdragon-capture", + "snapdragon-cheerio", + "snapdragon-util" + ] + }, + "reflinks": [ + "verb", + "verb-generate-readme" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/snapdragon-util/LICENSE b/2019-setembro/node_modules/snapdragon-util/LICENSE new file mode 100644 index 0000000..9a1c856 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-util/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/snapdragon-util/README.md b/2019-setembro/node_modules/snapdragon-util/README.md new file mode 100644 index 0000000..b654e02 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-util/README.md @@ -0,0 +1,807 @@ +# snapdragon-util [![NPM version](https://img.shields.io/npm/v/snapdragon-util.svg?style=flat)](https://www.npmjs.com/package/snapdragon-util) [![NPM monthly downloads](https://img.shields.io/npm/dm/snapdragon-util.svg?style=flat)](https://npmjs.org/package/snapdragon-util) [![NPM total downloads](https://img.shields.io/npm/dt/snapdragon-util.svg?style=flat)](https://npmjs.org/package/snapdragon-util) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/snapdragon-util.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/snapdragon-util) + +> Utilities for the snapdragon parser/compiler. + +
+Table of Contents + +- [Install](#install) +- [Usage](#usage) +- [API](#api) +- [Release history](#release-history) + * [[3.0.0] - 2017-05-01](#300---2017-05-01) + * [[0.1.0]](#010) +- [About](#about) + +
+ +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save snapdragon-util +``` + +Install with [yarn](https://yarnpkg.com): + +```sh +$ yarn add snapdragon-util +``` + +## Usage + +```js +var util = require('snapdragon-util'); +``` + +## API + +### [.isNode](index.js#L21) + +Returns true if the given value is a node. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var node = new Node({type: 'foo'}); +console.log(utils.isNode(node)); //=> true +console.log(utils.isNode({})); //=> false +``` + +### [.noop](index.js#L37) + +Emit an empty string for the given `node`. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{undefined}** + +**Example** + +```js +// do nothing for beginning-of-string +snapdragon.compiler.set('bos', utils.noop); +``` + +### [.identity](index.js#L53) + +Appdend `node.val` to `compiler.output`, exactly as it was created by the parser. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{undefined}** + +**Example** + +```js +snapdragon.compiler.set('text', utils.identity); +``` + +### [.append](index.js#L76) + +Previously named `.emit`, this method appends the given `val` to `compiler.output` for the given node. Useful when you know what value should be appended advance, regardless of the actual value of `node.val`. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Function}**: Returns a compiler middleware function. + +**Example** + +```js +snapdragon.compiler + .set('i', function(node) { + this.mapVisit(node); + }) + .set('i.open', utils.append('')) + .set('i.close', utils.append('')) +``` + +### [.toNoop](index.js#L99) + +Used in compiler middleware, this onverts an AST node into an empty `text` node and deletes `node.nodes` if it exists. The advantage of this method is that, as opposed to completely removing the node, indices will not need to be re-calculated in sibling nodes, and nothing is appended to the output. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `nodes` **{Array}**: Optionally pass a new `nodes` value, to replace the existing `node.nodes` array. + +**Example** + +```js +utils.toNoop(node); +// convert `node.nodes` to the given value instead of deleting it +utils.toNoop(node, []); +``` + +### [.visit](index.js#L128) + +Visit `node` with the given `fn`. The built-in `.visit` method in snapdragon automatically calls registered compilers, this allows you to pass a visitor function. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `fn` **{Function}** +* `returns` **{Object}**: returns the node after recursively visiting all child nodes. + +**Example** + +```js +snapdragon.compiler.set('i', function(node) { + utils.visit(node, function(childNode) { + // do stuff with "childNode" + return childNode; + }); +}); +``` + +### [.mapVisit](index.js#L155) + +Map [visit](#visit) the given `fn` over `node.nodes`. This is called by [visit](#visit), use this method if you do not want `fn` to be called on the first node. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `options` **{Object}** +* `fn` **{Function}** +* `returns` **{Object}**: returns the node + +**Example** + +```js +snapdragon.compiler.set('i', function(node) { + utils.mapVisit(node, function(childNode) { + // do stuff with "childNode" + return childNode; + }); +}); +``` + +### [.addOpen](index.js#L194) + +Unshift an `*.open` node onto `node.nodes`. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `Node` **{Function}**: (required) Node constructor function from [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node). +* `filter` **{Function}**: Optionaly specify a filter function to exclude the node. +* `returns` **{Object}**: Returns the created opening node. + +**Example** + +```js +var Node = require('snapdragon-node'); +snapdragon.parser.set('brace', function(node) { + var match = this.match(/^{/); + if (match) { + var parent = new Node({type: 'brace'}); + utils.addOpen(parent, Node); + console.log(parent.nodes[0]): + // { type: 'brace.open', val: '' }; + + // push the parent "brace" node onto the stack + this.push(parent); + + // return the parent node, so it's also added to the AST + return brace; + } +}); +``` + +### [.addClose](index.js#L244) + +Push a `*.close` node onto `node.nodes`. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `Node` **{Function}**: (required) Node constructor function from [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node). +* `filter` **{Function}**: Optionaly specify a filter function to exclude the node. +* `returns` **{Object}**: Returns the created closing node. + +**Example** + +```js +var Node = require('snapdragon-node'); +snapdragon.parser.set('brace', function(node) { + var match = this.match(/^}/); + if (match) { + var parent = this.parent(); + if (parent.type !== 'brace') { + throw new Error('missing opening: ' + '}'); + } + + utils.addClose(parent, Node); + console.log(parent.nodes[parent.nodes.length - 1]): + // { type: 'brace.close', val: '' }; + + // no need to return a node, since the parent + // was already added to the AST + return; + } +}); +``` + +### [.wrapNodes](index.js#L274) + +Wraps the given `node` with `*.open` and `*.close` nodes. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `Node` **{Function}**: (required) Node constructor function from [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node). +* `filter` **{Function}**: Optionaly specify a filter function to exclude the node. +* `returns` **{Object}**: Returns the node + +### [.pushNode](index.js#L299) + +Push the given `node` onto `parent.nodes`, and set `parent` as `node.parent. + +**Params** + +* `parent` **{Object}** +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Object}**: Returns the child node + +**Example** + +```js +var parent = new Node({type: 'foo'}); +var node = new Node({type: 'bar'}); +utils.pushNode(parent, node); +console.log(parent.nodes[0].type) // 'bar' +console.log(node.parent.type) // 'foo' +``` + +### [.unshiftNode](index.js#L325) + +Unshift `node` onto `parent.nodes`, and set `parent` as `node.parent. + +**Params** + +* `parent` **{Object}** +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{undefined}** + +**Example** + +```js +var parent = new Node({type: 'foo'}); +var node = new Node({type: 'bar'}); +utils.unshiftNode(parent, node); +console.log(parent.nodes[0].type) // 'bar' +console.log(node.parent.type) // 'foo' +``` + +### [.popNode](index.js#L354) + +Pop the last `node` off of `parent.nodes`. The advantage of using this method is that it checks for `node.nodes` and works with any version of `snapdragon-node`. + +**Params** + +* `parent` **{Object}** +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Number|Undefined}**: Returns the length of `node.nodes` or undefined. + +**Example** + +```js +var parent = new Node({type: 'foo'}); +utils.pushNode(parent, new Node({type: 'foo'})); +utils.pushNode(parent, new Node({type: 'bar'})); +utils.pushNode(parent, new Node({type: 'baz'})); +console.log(parent.nodes.length); //=> 3 +utils.popNode(parent); +console.log(parent.nodes.length); //=> 2 +``` + +### [.shiftNode](index.js#L382) + +Shift the first `node` off of `parent.nodes`. The advantage of using this method is that it checks for `node.nodes` and works with any version of `snapdragon-node`. + +**Params** + +* `parent` **{Object}** +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Number|Undefined}**: Returns the length of `node.nodes` or undefined. + +**Example** + +```js +var parent = new Node({type: 'foo'}); +utils.pushNode(parent, new Node({type: 'foo'})); +utils.pushNode(parent, new Node({type: 'bar'})); +utils.pushNode(parent, new Node({type: 'baz'})); +console.log(parent.nodes.length); //=> 3 +utils.shiftNode(parent); +console.log(parent.nodes.length); //=> 2 +``` + +### [.removeNode](index.js#L409) + +Remove the specified `node` from `parent.nodes`. + +**Params** + +* `parent` **{Object}** +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Object|undefined}**: Returns the removed node, if successful, or undefined if it does not exist on `parent.nodes`. + +**Example** + +```js +var parent = new Node({type: 'abc'}); +var foo = new Node({type: 'foo'}); +utils.pushNode(parent, foo); +utils.pushNode(parent, new Node({type: 'bar'})); +utils.pushNode(parent, new Node({type: 'baz'})); +console.log(parent.nodes.length); //=> 3 +utils.removeNode(parent, foo); +console.log(parent.nodes.length); //=> 2 +``` + +### [.isType](index.js#L443) + +Returns true if `node.type` matches the given `type`. Throws a `TypeError` if `node` is not an instance of `Node`. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `type` **{String}** +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var node = new Node({type: 'foo'}); +console.log(utils.isType(node, 'foo')); // false +console.log(utils.isType(node, 'bar')); // true +``` + +### [.hasType](index.js#L486) + +Returns true if the given `node` has the given `type` in `node.nodes`. Throws a `TypeError` if `node` is not an instance of `Node`. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `type` **{String}** +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var node = new Node({ + type: 'foo', + nodes: [ + new Node({type: 'bar'}), + new Node({type: 'baz'}) + ] +}); +console.log(utils.hasType(node, 'xyz')); // false +console.log(utils.hasType(node, 'baz')); // true +``` + +### [.firstOfType](index.js#L519) + +Returns the first node from `node.nodes` of the given `type` + +**Params** + +* `nodes` **{Array}** +* `type` **{String}** +* `returns` **{Object|undefined}**: Returns the first matching node or undefined. + +**Example** + +```js +var node = new Node({ + type: 'foo', + nodes: [ + new Node({type: 'text', val: 'abc'}), + new Node({type: 'text', val: 'xyz'}) + ] +}); + +var textNode = utils.firstOfType(node.nodes, 'text'); +console.log(textNode.val); +//=> 'abc' +``` + +### [.findNode](index.js#L556) + +Returns the node at the specified index, or the first node of the given `type` from `node.nodes`. + +**Params** + +* `nodes` **{Array}** +* `type` **{String|Number}**: Node type or index. +* `returns` **{Object}**: Returns a node or undefined. + +**Example** + +```js +var node = new Node({ + type: 'foo', + nodes: [ + new Node({type: 'text', val: 'abc'}), + new Node({type: 'text', val: 'xyz'}) + ] +}); + +var nodeOne = utils.findNode(node.nodes, 'text'); +console.log(nodeOne.val); +//=> 'abc' + +var nodeTwo = utils.findNode(node.nodes, 1); +console.log(nodeTwo.val); +//=> 'xyz' +``` + +### [.isOpen](index.js#L584) + +Returns true if the given node is an "*.open" node. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var brace = new Node({type: 'brace'}); +var open = new Node({type: 'brace.open'}); +var close = new Node({type: 'brace.close'}); + +console.log(utils.isOpen(brace)); // false +console.log(utils.isOpen(open)); // true +console.log(utils.isOpen(close)); // false +``` + +### [.isClose](index.js#L607) + +Returns true if the given node is a "*.close" node. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var brace = new Node({type: 'brace'}); +var open = new Node({type: 'brace.open'}); +var close = new Node({type: 'brace.close'}); + +console.log(utils.isClose(brace)); // false +console.log(utils.isClose(open)); // false +console.log(utils.isClose(close)); // true +``` + +### [.hasOpen](index.js#L633) + +Returns true if `node.nodes` **has** an `.open` node + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var brace = new Node({ + type: 'brace', + nodes: [] +}); + +var open = new Node({type: 'brace.open'}); +console.log(utils.hasOpen(brace)); // false + +brace.pushNode(open); +console.log(utils.hasOpen(brace)); // true +``` + +### [.hasClose](index.js#L663) + +Returns true if `node.nodes` **has** a `.close` node + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var brace = new Node({ + type: 'brace', + nodes: [] +}); + +var close = new Node({type: 'brace.close'}); +console.log(utils.hasClose(brace)); // false + +brace.pushNode(close); +console.log(utils.hasClose(brace)); // true +``` + +### [.hasOpenAndClose](index.js#L697) + +Returns true if `node.nodes` has both `.open` and `.close` nodes + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Boolean}** + +**Example** + +```js +var Node = require('snapdragon-node'); +var brace = new Node({ + type: 'brace', + nodes: [] +}); + +var open = new Node({type: 'brace.open'}); +var close = new Node({type: 'brace.close'}); +console.log(utils.hasOpen(brace)); // false +console.log(utils.hasClose(brace)); // false + +brace.pushNode(open); +brace.pushNode(close); +console.log(utils.hasOpen(brace)); // true +console.log(utils.hasClose(brace)); // true +``` + +### [.addType](index.js#L719) + +Push the given `node` onto the `state.inside` array for the given type. This array is used as a specialized "stack" for only the given `node.type`. + +**Params** + +* `state` **{Object}**: The `compiler.state` object or custom state object. +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Array}**: Returns the `state.inside` stack for the given type. + +**Example** + +```js +var state = { inside: {}}; +var node = new Node({type: 'brace'}); +utils.addType(state, node); +console.log(state.inside); +//=> { brace: [{type: 'brace'}] } +``` + +### [.removeType](index.js#L759) + +Remove the given `node` from the `state.inside` array for the given type. This array is used as a specialized "stack" for only the given `node.type`. + +**Params** + +* `state` **{Object}**: The `compiler.state` object or custom state object. +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `returns` **{Array}**: Returns the `state.inside` stack for the given type. + +**Example** + +```js +var state = { inside: {}}; +var node = new Node({type: 'brace'}); +utils.addType(state, node); +console.log(state.inside); +//=> { brace: [{type: 'brace'}] } +utils.removeType(state, node); +//=> { brace: [] } +``` + +### [.isEmpty](index.js#L788) + +Returns true if `node.val` is an empty string, or `node.nodes` does not contain any non-empty text nodes. + +**Params** + +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `fn` **{Function}** +* `returns` **{Boolean}** + +**Example** + +```js +var node = new Node({type: 'text'}); +utils.isEmpty(node); //=> true +node.val = 'foo'; +utils.isEmpty(node); //=> false +``` + +### [.isInsideType](index.js#L833) + +Returns true if the `state.inside` stack for the given type exists and has one or more nodes on it. + +**Params** + +* `state` **{Object}** +* `type` **{String}** +* `returns` **{Boolean}** + +**Example** + +```js +var state = { inside: {}}; +var node = new Node({type: 'brace'}); +console.log(utils.isInsideType(state, 'brace')); //=> false +utils.addType(state, node); +console.log(utils.isInsideType(state, 'brace')); //=> true +utils.removeType(state, node); +console.log(utils.isInsideType(state, 'brace')); //=> false +``` + +### [.isInside](index.js#L867) + +Returns true if `node` is either a child or grand-child of the given `type`, or `state.inside[type]` is a non-empty array. + +**Params** + +* `state` **{Object}**: Either the `compiler.state` object, if it exists, or a user-supplied state object. +* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) +* `type` **{String}**: The `node.type` to check for. +* `returns` **{Boolean}** + +**Example** + +```js +var state = { inside: {}}; +var node = new Node({type: 'brace'}); +var open = new Node({type: 'brace.open'}); +console.log(utils.isInside(state, open, 'brace')); //=> false +utils.pushNode(node, open); +console.log(utils.isInside(state, open, 'brace')); //=> true +``` + +### [.last](index.js#L915) + +Get the last `n` element from the given `array`. Used for getting +a node from `node.nodes.` + +**Params** + +* `array` **{Array}** +* `n` **{Number}** +* `returns` **{undefined}** + +### [.arrayify](index.js#L935) + +Cast the given `val` to an array. + +**Params** + +* `val` **{any}** +* `returns` **{Array}** + +**Example** + +```js +console.log(utils.arraify('')); +//=> [] +console.log(utils.arraify('foo')); +//=> ['foo'] +console.log(utils.arraify(['foo'])); +//=> ['foo'] +``` + +### [.stringify](index.js#L948) + +Convert the given `val` to a string by joining with `,`. Useful +for creating a cheerio/CSS/DOM-style selector from a list of strings. + +**Params** + +* `val` **{any}** +* `returns` **{Array}** + +### [.trim](index.js#L961) + +Ensure that the given value is a string and call `.trim()` on it, +or return an empty string. + +**Params** + +* `str` **{String}** +* `returns` **{String}** + +## Release history + +Changelog entries are classified using the following labels from [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog): + +* `added`: for new features +* `changed`: for changes in existing functionality +* `deprecated`: for once-stable features removed in upcoming releases +* `removed`: for deprecated features removed in this release +* `fixed`: for any bug fixes + +Custom labels used in this changelog: + +* `dependencies`: bumps dependencies +* `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories. + +### [3.0.0] - 2017-05-01 + +**Changed** + +* `.emit` was renamed to [.append](#append) +* `.addNode` was renamed to [.pushNode](#pushNode) +* `.getNode` was renamed to [.findNode](#findNode) +* `.isEmptyNodes` was renamed to [.isEmpty](#isEmpty): also now works with `node.nodes` and/or `node.val` + +**Added** + +* [.identity](#identity) +* [.removeNode](#removeNode) +* [.shiftNode](#shiftNode) +* [.popNode](#popNode) + +### [0.1.0] + +First release. + +## About + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards. + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon-util/index.js b/2019-setembro/node_modules/snapdragon-util/index.js new file mode 100644 index 0000000..68a030e --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-util/index.js @@ -0,0 +1,1019 @@ +'use strict'; + +var typeOf = require('kind-of'); +var utils = module.exports; + +/** + * Returns true if the given value is a node. + * + * ```js + * var Node = require('snapdragon-node'); + * var node = new Node({type: 'foo'}); + * console.log(utils.isNode(node)); //=> true + * console.log(utils.isNode({})); //=> false + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @returns {Boolean} + * @api public + */ + +utils.isNode = function(node) { + return typeOf(node) === 'object' && node.isNode === true; +}; + +/** + * Emit an empty string for the given `node`. + * + * ```js + * // do nothing for beginning-of-string + * snapdragon.compiler.set('bos', utils.noop); + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @returns {undefined} + * @api public + */ + +utils.noop = function(node) { + append(this, '', node); +}; + +/** + * Appdend `node.val` to `compiler.output`, exactly as it was created + * by the parser. + * + * ```js + * snapdragon.compiler.set('text', utils.identity); + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @returns {undefined} + * @api public + */ + +utils.identity = function(node) { + append(this, node.val, node); +}; + +/** + * Previously named `.emit`, this method appends the given `val` + * to `compiler.output` for the given node. Useful when you know + * what value should be appended advance, regardless of the actual + * value of `node.val`. + * + * ```js + * snapdragon.compiler + * .set('i', function(node) { + * this.mapVisit(node); + * }) + * .set('i.open', utils.append('')) + * .set('i.close', utils.append('')) + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @returns {Function} Returns a compiler middleware function. + * @api public + */ + +utils.append = function(val) { + return function(node) { + append(this, val, node); + }; +}; + +/** + * Used in compiler middleware, this onverts an AST node into + * an empty `text` node and deletes `node.nodes` if it exists. + * The advantage of this method is that, as opposed to completely + * removing the node, indices will not need to be re-calculated + * in sibling nodes, and nothing is appended to the output. + * + * ```js + * utils.toNoop(node); + * // convert `node.nodes` to the given value instead of deleting it + * utils.toNoop(node, []); + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {Array} `nodes` Optionally pass a new `nodes` value, to replace the existing `node.nodes` array. + * @api public + */ + +utils.toNoop = function(node, nodes) { + if (nodes) { + node.nodes = nodes; + } else { + delete node.nodes; + node.type = 'text'; + node.val = ''; + } +}; + +/** + * Visit `node` with the given `fn`. The built-in `.visit` method in snapdragon + * automatically calls registered compilers, this allows you to pass a visitor + * function. + * + * ```js + * snapdragon.compiler.set('i', function(node) { + * utils.visit(node, function(childNode) { + * // do stuff with "childNode" + * return childNode; + * }); + * }); + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {Function} `fn` + * @return {Object} returns the node after recursively visiting all child nodes. + * @api public + */ + +utils.visit = function(node, fn) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + assert(isFunction(fn), 'expected a visitor function'); + fn(node); + return node.nodes ? utils.mapVisit(node, fn) : node; +}; + +/** + * Map [visit](#visit) the given `fn` over `node.nodes`. This is called by + * [visit](#visit), use this method if you do not want `fn` to be called on + * the first node. + * + * ```js + * snapdragon.compiler.set('i', function(node) { + * utils.mapVisit(node, function(childNode) { + * // do stuff with "childNode" + * return childNode; + * }); + * }); + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {Object} `options` + * @param {Function} `fn` + * @return {Object} returns the node + * @api public + */ + +utils.mapVisit = function(node, fn) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + assert(isArray(node.nodes), 'expected node.nodes to be an array'); + assert(isFunction(fn), 'expected a visitor function'); + + for (var i = 0; i < node.nodes.length; i++) { + utils.visit(node.nodes[i], fn); + } + return node; +}; + +/** + * Unshift an `*.open` node onto `node.nodes`. + * + * ```js + * var Node = require('snapdragon-node'); + * snapdragon.parser.set('brace', function(node) { + * var match = this.match(/^{/); + * if (match) { + * var parent = new Node({type: 'brace'}); + * utils.addOpen(parent, Node); + * console.log(parent.nodes[0]): + * // { type: 'brace.open', val: '' }; + * + * // push the parent "brace" node onto the stack + * this.push(parent); + * + * // return the parent node, so it's also added to the AST + * return brace; + * } + * }); + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {Function} `Node` (required) Node constructor function from [snapdragon-node][]. + * @param {Function} `filter` Optionaly specify a filter function to exclude the node. + * @return {Object} Returns the created opening node. + * @api public + */ + +utils.addOpen = function(node, Node, val, filter) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + assert(isFunction(Node), 'expected Node to be a constructor function'); + + if (typeof val === 'function') { + filter = val; + val = ''; + } + + if (typeof filter === 'function' && !filter(node)) return; + var open = new Node({ type: node.type + '.open', val: val}); + var unshift = node.unshift || node.unshiftNode; + if (typeof unshift === 'function') { + unshift.call(node, open); + } else { + utils.unshiftNode(node, open); + } + return open; +}; + +/** + * Push a `*.close` node onto `node.nodes`. + * + * ```js + * var Node = require('snapdragon-node'); + * snapdragon.parser.set('brace', function(node) { + * var match = this.match(/^}/); + * if (match) { + * var parent = this.parent(); + * if (parent.type !== 'brace') { + * throw new Error('missing opening: ' + '}'); + * } + * + * utils.addClose(parent, Node); + * console.log(parent.nodes[parent.nodes.length - 1]): + * // { type: 'brace.close', val: '' }; + * + * // no need to return a node, since the parent + * // was already added to the AST + * return; + * } + * }); + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {Function} `Node` (required) Node constructor function from [snapdragon-node][]. + * @param {Function} `filter` Optionaly specify a filter function to exclude the node. + * @return {Object} Returns the created closing node. + * @api public + */ + +utils.addClose = function(node, Node, val, filter) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + assert(isFunction(Node), 'expected Node to be a constructor function'); + + if (typeof val === 'function') { + filter = val; + val = ''; + } + + if (typeof filter === 'function' && !filter(node)) return; + var close = new Node({ type: node.type + '.close', val: val}); + var push = node.push || node.pushNode; + if (typeof push === 'function') { + push.call(node, close); + } else { + utils.pushNode(node, close); + } + return close; +}; + +/** + * Wraps the given `node` with `*.open` and `*.close` nodes. + * + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {Function} `Node` (required) Node constructor function from [snapdragon-node][]. + * @param {Function} `filter` Optionaly specify a filter function to exclude the node. + * @return {Object} Returns the node + * @api public + */ + +utils.wrapNodes = function(node, Node, filter) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + assert(isFunction(Node), 'expected Node to be a constructor function'); + + utils.addOpen(node, Node, filter); + utils.addClose(node, Node, filter); + return node; +}; + +/** + * Push the given `node` onto `parent.nodes`, and set `parent` as `node.parent. + * + * ```js + * var parent = new Node({type: 'foo'}); + * var node = new Node({type: 'bar'}); + * utils.pushNode(parent, node); + * console.log(parent.nodes[0].type) // 'bar' + * console.log(node.parent.type) // 'foo' + * ``` + * @param {Object} `parent` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Object} Returns the child node + * @api public + */ + +utils.pushNode = function(parent, node) { + assert(utils.isNode(parent), 'expected parent node to be an instance of Node'); + assert(utils.isNode(node), 'expected node to be an instance of Node'); + + node.define('parent', parent); + parent.nodes = parent.nodes || []; + parent.nodes.push(node); + return node; +}; + +/** + * Unshift `node` onto `parent.nodes`, and set `parent` as `node.parent. + * + * ```js + * var parent = new Node({type: 'foo'}); + * var node = new Node({type: 'bar'}); + * utils.unshiftNode(parent, node); + * console.log(parent.nodes[0].type) // 'bar' + * console.log(node.parent.type) // 'foo' + * ``` + * @param {Object} `parent` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {undefined} + * @api public + */ + +utils.unshiftNode = function(parent, node) { + assert(utils.isNode(parent), 'expected parent node to be an instance of Node'); + assert(utils.isNode(node), 'expected node to be an instance of Node'); + + node.define('parent', parent); + parent.nodes = parent.nodes || []; + parent.nodes.unshift(node); +}; + +/** + * Pop the last `node` off of `parent.nodes`. The advantage of + * using this method is that it checks for `node.nodes` and works + * with any version of `snapdragon-node`. + * + * ```js + * var parent = new Node({type: 'foo'}); + * utils.pushNode(parent, new Node({type: 'foo'})); + * utils.pushNode(parent, new Node({type: 'bar'})); + * utils.pushNode(parent, new Node({type: 'baz'})); + * console.log(parent.nodes.length); //=> 3 + * utils.popNode(parent); + * console.log(parent.nodes.length); //=> 2 + * ``` + * @param {Object} `parent` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Number|Undefined} Returns the length of `node.nodes` or undefined. + * @api public + */ + +utils.popNode = function(node) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + if (typeof node.pop === 'function') { + return node.pop(); + } + return node.nodes && node.nodes.pop(); +}; + +/** + * Shift the first `node` off of `parent.nodes`. The advantage of + * using this method is that it checks for `node.nodes` and works + * with any version of `snapdragon-node`. + * + * ```js + * var parent = new Node({type: 'foo'}); + * utils.pushNode(parent, new Node({type: 'foo'})); + * utils.pushNode(parent, new Node({type: 'bar'})); + * utils.pushNode(parent, new Node({type: 'baz'})); + * console.log(parent.nodes.length); //=> 3 + * utils.shiftNode(parent); + * console.log(parent.nodes.length); //=> 2 + * ``` + * @param {Object} `parent` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Number|Undefined} Returns the length of `node.nodes` or undefined. + * @api public + */ + +utils.shiftNode = function(node) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + if (typeof node.shift === 'function') { + return node.shift(); + } + return node.nodes && node.nodes.shift(); +}; + +/** + * Remove the specified `node` from `parent.nodes`. + * + * ```js + * var parent = new Node({type: 'abc'}); + * var foo = new Node({type: 'foo'}); + * utils.pushNode(parent, foo); + * utils.pushNode(parent, new Node({type: 'bar'})); + * utils.pushNode(parent, new Node({type: 'baz'})); + * console.log(parent.nodes.length); //=> 3 + * utils.removeNode(parent, foo); + * console.log(parent.nodes.length); //=> 2 + * ``` + * @param {Object} `parent` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Object|undefined} Returns the removed node, if successful, or undefined if it does not exist on `parent.nodes`. + * @api public + */ + +utils.removeNode = function(parent, node) { + assert(utils.isNode(parent), 'expected parent.node to be an instance of Node'); + assert(utils.isNode(node), 'expected node to be an instance of Node'); + + if (!parent.nodes) { + return null; + } + + if (typeof parent.remove === 'function') { + return parent.remove(node); + } + + var idx = parent.nodes.indexOf(node); + if (idx !== -1) { + return parent.nodes.splice(idx, 1); + } +}; + +/** + * Returns true if `node.type` matches the given `type`. Throws a + * `TypeError` if `node` is not an instance of `Node`. + * + * ```js + * var Node = require('snapdragon-node'); + * var node = new Node({type: 'foo'}); + * console.log(utils.isType(node, 'foo')); // false + * console.log(utils.isType(node, 'bar')); // true + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {String} `type` + * @return {Boolean} + * @api public + */ + +utils.isType = function(node, type) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + switch (typeOf(type)) { + case 'array': + var types = type.slice(); + for (var i = 0; i < types.length; i++) { + if (utils.isType(node, types[i])) { + return true; + } + } + return false; + case 'string': + return node.type === type; + case 'regexp': + return type.test(node.type); + default: { + throw new TypeError('expected "type" to be an array, string or regexp'); + } + } +}; + +/** + * Returns true if the given `node` has the given `type` in `node.nodes`. + * Throws a `TypeError` if `node` is not an instance of `Node`. + * + * ```js + * var Node = require('snapdragon-node'); + * var node = new Node({ + * type: 'foo', + * nodes: [ + * new Node({type: 'bar'}), + * new Node({type: 'baz'}) + * ] + * }); + * console.log(utils.hasType(node, 'xyz')); // false + * console.log(utils.hasType(node, 'baz')); // true + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {String} `type` + * @return {Boolean} + * @api public + */ + +utils.hasType = function(node, type) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + if (!Array.isArray(node.nodes)) return false; + for (var i = 0; i < node.nodes.length; i++) { + if (utils.isType(node.nodes[i], type)) { + return true; + } + } + return false; +}; + +/** + * Returns the first node from `node.nodes` of the given `type` + * + * ```js + * var node = new Node({ + * type: 'foo', + * nodes: [ + * new Node({type: 'text', val: 'abc'}), + * new Node({type: 'text', val: 'xyz'}) + * ] + * }); + * + * var textNode = utils.firstOfType(node.nodes, 'text'); + * console.log(textNode.val); + * //=> 'abc' + * ``` + * @param {Array} `nodes` + * @param {String} `type` + * @return {Object|undefined} Returns the first matching node or undefined. + * @api public + */ + +utils.firstOfType = function(nodes, type) { + for (var i = 0; i < nodes.length; i++) { + var node = nodes[i]; + if (utils.isType(node, type)) { + return node; + } + } +}; + +/** + * Returns the node at the specified index, or the first node of the + * given `type` from `node.nodes`. + * + * ```js + * var node = new Node({ + * type: 'foo', + * nodes: [ + * new Node({type: 'text', val: 'abc'}), + * new Node({type: 'text', val: 'xyz'}) + * ] + * }); + * + * var nodeOne = utils.findNode(node.nodes, 'text'); + * console.log(nodeOne.val); + * //=> 'abc' + * + * var nodeTwo = utils.findNode(node.nodes, 1); + * console.log(nodeTwo.val); + * //=> 'xyz' + * ``` + * + * @param {Array} `nodes` + * @param {String|Number} `type` Node type or index. + * @return {Object} Returns a node or undefined. + * @api public + */ + +utils.findNode = function(nodes, type) { + if (!Array.isArray(nodes)) { + return null; + } + if (typeof type === 'number') { + return nodes[type]; + } + return utils.firstOfType(nodes, type); +}; + +/** + * Returns true if the given node is an "*.open" node. + * + * ```js + * var Node = require('snapdragon-node'); + * var brace = new Node({type: 'brace'}); + * var open = new Node({type: 'brace.open'}); + * var close = new Node({type: 'brace.close'}); + * + * console.log(utils.isOpen(brace)); // false + * console.log(utils.isOpen(open)); // true + * console.log(utils.isOpen(close)); // false + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Boolean} + * @api public + */ + +utils.isOpen = function(node) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + return node.type.slice(-5) === '.open'; +}; + +/** + * Returns true if the given node is a "*.close" node. + * + * ```js + * var Node = require('snapdragon-node'); + * var brace = new Node({type: 'brace'}); + * var open = new Node({type: 'brace.open'}); + * var close = new Node({type: 'brace.close'}); + * + * console.log(utils.isClose(brace)); // false + * console.log(utils.isClose(open)); // false + * console.log(utils.isClose(close)); // true + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Boolean} + * @api public + */ + +utils.isClose = function(node) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + return node.type.slice(-6) === '.close'; +}; + +/** + * Returns true if `node.nodes` **has** an `.open` node + * + * ```js + * var Node = require('snapdragon-node'); + * var brace = new Node({ + * type: 'brace', + * nodes: [] + * }); + * + * var open = new Node({type: 'brace.open'}); + * console.log(utils.hasOpen(brace)); // false + * + * brace.pushNode(open); + * console.log(utils.hasOpen(brace)); // true + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Boolean} + * @api public + */ + +utils.hasOpen = function(node) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + var first = node.first || node.nodes ? node.nodes[0] : null; + if (utils.isNode(first)) { + return first.type === node.type + '.open'; + } + return false; +}; + +/** + * Returns true if `node.nodes` **has** a `.close` node + * + * ```js + * var Node = require('snapdragon-node'); + * var brace = new Node({ + * type: 'brace', + * nodes: [] + * }); + * + * var close = new Node({type: 'brace.close'}); + * console.log(utils.hasClose(brace)); // false + * + * brace.pushNode(close); + * console.log(utils.hasClose(brace)); // true + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Boolean} + * @api public + */ + +utils.hasClose = function(node) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + var last = node.last || node.nodes ? node.nodes[node.nodes.length - 1] : null; + if (utils.isNode(last)) { + return last.type === node.type + '.close'; + } + return false; +}; + +/** + * Returns true if `node.nodes` has both `.open` and `.close` nodes + * + * ```js + * var Node = require('snapdragon-node'); + * var brace = new Node({ + * type: 'brace', + * nodes: [] + * }); + * + * var open = new Node({type: 'brace.open'}); + * var close = new Node({type: 'brace.close'}); + * console.log(utils.hasOpen(brace)); // false + * console.log(utils.hasClose(brace)); // false + * + * brace.pushNode(open); + * brace.pushNode(close); + * console.log(utils.hasOpen(brace)); // true + * console.log(utils.hasClose(brace)); // true + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Boolean} + * @api public + */ + +utils.hasOpenAndClose = function(node) { + return utils.hasOpen(node) && utils.hasClose(node); +}; + +/** + * Push the given `node` onto the `state.inside` array for the + * given type. This array is used as a specialized "stack" for + * only the given `node.type`. + * + * ```js + * var state = { inside: {}}; + * var node = new Node({type: 'brace'}); + * utils.addType(state, node); + * console.log(state.inside); + * //=> { brace: [{type: 'brace'}] } + * ``` + * @param {Object} `state` The `compiler.state` object or custom state object. + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Array} Returns the `state.inside` stack for the given type. + * @api public + */ + +utils.addType = function(state, node) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + assert(isObject(state), 'expected state to be an object'); + + var type = node.parent + ? node.parent.type + : node.type.replace(/\.open$/, ''); + + if (!state.hasOwnProperty('inside')) { + state.inside = {}; + } + if (!state.inside.hasOwnProperty(type)) { + state.inside[type] = []; + } + + var arr = state.inside[type]; + arr.push(node); + return arr; +}; + +/** + * Remove the given `node` from the `state.inside` array for the + * given type. This array is used as a specialized "stack" for + * only the given `node.type`. + * + * ```js + * var state = { inside: {}}; + * var node = new Node({type: 'brace'}); + * utils.addType(state, node); + * console.log(state.inside); + * //=> { brace: [{type: 'brace'}] } + * utils.removeType(state, node); + * //=> { brace: [] } + * ``` + * @param {Object} `state` The `compiler.state` object or custom state object. + * @param {Object} `node` Instance of [snapdragon-node][] + * @return {Array} Returns the `state.inside` stack for the given type. + * @api public + */ + +utils.removeType = function(state, node) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + assert(isObject(state), 'expected state to be an object'); + + var type = node.parent + ? node.parent.type + : node.type.replace(/\.close$/, ''); + + if (state.inside.hasOwnProperty(type)) { + return state.inside[type].pop(); + } +}; + +/** + * Returns true if `node.val` is an empty string, or `node.nodes` does + * not contain any non-empty text nodes. + * + * ```js + * var node = new Node({type: 'text'}); + * utils.isEmpty(node); //=> true + * node.val = 'foo'; + * utils.isEmpty(node); //=> false + * ``` + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {Function} `fn` + * @return {Boolean} + * @api public + */ + +utils.isEmpty = function(node, fn) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + + if (!Array.isArray(node.nodes)) { + if (node.type !== 'text') { + return true; + } + if (typeof fn === 'function') { + return fn(node, node.parent); + } + return !utils.trim(node.val); + } + + for (var i = 0; i < node.nodes.length; i++) { + var child = node.nodes[i]; + if (utils.isOpen(child) || utils.isClose(child)) { + continue; + } + if (!utils.isEmpty(child, fn)) { + return false; + } + } + + return true; +}; + +/** + * Returns true if the `state.inside` stack for the given type exists + * and has one or more nodes on it. + * + * ```js + * var state = { inside: {}}; + * var node = new Node({type: 'brace'}); + * console.log(utils.isInsideType(state, 'brace')); //=> false + * utils.addType(state, node); + * console.log(utils.isInsideType(state, 'brace')); //=> true + * utils.removeType(state, node); + * console.log(utils.isInsideType(state, 'brace')); //=> false + * ``` + * @param {Object} `state` + * @param {String} `type` + * @return {Boolean} + * @api public + */ + +utils.isInsideType = function(state, type) { + assert(isObject(state), 'expected state to be an object'); + assert(isString(type), 'expected type to be a string'); + + if (!state.hasOwnProperty('inside')) { + return false; + } + + if (!state.inside.hasOwnProperty(type)) { + return false; + } + + return state.inside[type].length > 0; +}; + +/** + * Returns true if `node` is either a child or grand-child of the given `type`, + * or `state.inside[type]` is a non-empty array. + * + * ```js + * var state = { inside: {}}; + * var node = new Node({type: 'brace'}); + * var open = new Node({type: 'brace.open'}); + * console.log(utils.isInside(state, open, 'brace')); //=> false + * utils.pushNode(node, open); + * console.log(utils.isInside(state, open, 'brace')); //=> true + * ``` + * @param {Object} `state` Either the `compiler.state` object, if it exists, or a user-supplied state object. + * @param {Object} `node` Instance of [snapdragon-node][] + * @param {String} `type` The `node.type` to check for. + * @return {Boolean} + * @api public + */ + +utils.isInside = function(state, node, type) { + assert(utils.isNode(node), 'expected node to be an instance of Node'); + assert(isObject(state), 'expected state to be an object'); + + if (Array.isArray(type)) { + for (var i = 0; i < type.length; i++) { + if (utils.isInside(state, node, type[i])) { + return true; + } + } + return false; + } + + var parent = node.parent; + if (typeof type === 'string') { + return (parent && parent.type === type) || utils.isInsideType(state, type); + } + + if (typeOf(type) === 'regexp') { + if (parent && parent.type && type.test(parent.type)) { + return true; + } + + var keys = Object.keys(state.inside); + var len = keys.length; + var idx = -1; + while (++idx < len) { + var key = keys[idx]; + var val = state.inside[key]; + + if (Array.isArray(val) && val.length !== 0 && type.test(key)) { + return true; + } + } + } + return false; +}; + +/** + * Get the last `n` element from the given `array`. Used for getting + * a node from `node.nodes.` + * + * @param {Array} `array` + * @param {Number} `n` + * @return {undefined} + * @api public + */ + +utils.last = function(arr, n) { + return arr[arr.length - (n || 1)]; +}; + +/** + * Cast the given `val` to an array. + * + * ```js + * console.log(utils.arrayify('')); + * //=> [] + * console.log(utils.arrayify('foo')); + * //=> ['foo'] + * console.log(utils.arrayify(['foo'])); + * //=> ['foo'] + * ``` + * @param {any} `val` + * @return {Array} + * @api public + */ + +utils.arrayify = function(val) { + if (typeof val === 'string' && val !== '') { + return [val]; + } + if (!Array.isArray(val)) { + return []; + } + return val; +}; + +/** + * Convert the given `val` to a string by joining with `,`. Useful + * for creating a cheerio/CSS/DOM-style selector from a list of strings. + * + * @param {any} `val` + * @return {Array} + * @api public + */ + +utils.stringify = function(val) { + return utils.arrayify(val).join(','); +}; + +/** + * Ensure that the given value is a string and call `.trim()` on it, + * or return an empty string. + * + * @param {String} `str` + * @return {String} + * @api public + */ + +utils.trim = function(str) { + return typeof str === 'string' ? str.trim() : ''; +}; + +/** + * Return true if val is an object + */ + +function isObject(val) { + return typeOf(val) === 'object'; +} + +/** + * Return true if val is a string + */ + +function isString(val) { + return typeof val === 'string'; +} + +/** + * Return true if val is a function + */ + +function isFunction(val) { + return typeof val === 'function'; +} + +/** + * Return true if val is an array + */ + +function isArray(val) { + return Array.isArray(val); +} + +/** + * Shim to ensure the `.append` methods work with any version of snapdragon + */ + +function append(compiler, val, node) { + if (typeof compiler.append !== 'function') { + return compiler.emit(val, node); + } + return compiler.append(val, node); +} + +/** + * Simplified assertion. Throws an error is `val` is falsey. + */ + +function assert(val, message) { + if (!val) throw new Error(message); +} diff --git a/2019-setembro/node_modules/snapdragon-util/package.json b/2019-setembro/node_modules/snapdragon-util/package.json new file mode 100644 index 0000000..434c4f5 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon-util/package.json @@ -0,0 +1,65 @@ +{ + "name": "snapdragon-util", + "description": "Utilities for the snapdragon parser/compiler.", + "version": "3.0.1", + "homepage": "https://github.com/jonschlinkert/snapdragon-util", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/snapdragon-util", + "bugs": { + "url": "https://github.com/jonschlinkert/snapdragon-util/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "kind-of": "^3.2.0" + }, + "devDependencies": { + "define-property": "^1.0.0", + "gulp": "^3.9.1", + "gulp-eslint": "^3.0.1", + "gulp-format-md": "^0.1.12", + "gulp-istanbul": "^1.1.1", + "gulp-mocha": "^3.0.0", + "isobject": "^3.0.0", + "mocha": "^3.3.0", + "snapdragon": "^0.11.0", + "snapdragon-node": "^1.0.6" + }, + "keywords": [ + "capture", + "compile", + "compiler", + "convert", + "match", + "parse", + "parser", + "plugin", + "render", + "snapdragon", + "snapdragonplugin", + "transform", + "util" + ], + "verb": { + "toc": "collapsible", + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/snapdragon/LICENSE b/2019-setembro/node_modules/snapdragon/LICENSE new file mode 100644 index 0000000..1e49edf --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/snapdragon/README.md b/2019-setembro/node_modules/snapdragon/README.md new file mode 100644 index 0000000..4006e10 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/README.md @@ -0,0 +1,321 @@ +# snapdragon [![NPM version](https://img.shields.io/npm/v/snapdragon.svg?style=flat)](https://www.npmjs.com/package/snapdragon) [![NPM downloads](https://img.shields.io/npm/dm/snapdragon.svg?style=flat)](https://npmjs.org/package/snapdragon) [![Build Status](https://img.shields.io/travis/jonschlinkert/snapdragon.svg?style=flat)](https://travis-ci.org/jonschlinkert/snapdragon) + +> Fast, pluggable and easy-to-use parser-renderer factory. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save snapdragon +``` + +Created by [jonschlinkert](https://github.com/jonschlinkert) and [doowb](https://github.com/doowb). + +**Features** + +* Bootstrap your own parser, get sourcemap support for free +* All parsing and compiling is handled by simple, reusable middleware functions +* Inspired by the parsers in [pug](http://jade-lang.com) and [css](https://github.com/reworkcss/css). + +## History + +### v0.5.0 + +**Breaking changes** + +Substantial breaking changes were made in v0.5.0! Most of these changes are part of a larger refactor that will be finished in 0.6.0, including the introduction of a `Lexer` class. + +* Renderer was renamed to `Compiler` +* the `.render` method was renamed to `.compile` +* Many other smaller changes. A more detailed overview will be provided in 0.6.0. If you don't have to time review code, I recommend you wait for the 0.6.0 release. + +## Usage examples + +```js +var Snapdragon = require('snapdragon'); +var snapdragon = new Snapdragon(); +``` + +**Parse** + +```js +var ast = snapdragon.parser('some string', options) + // parser middleware that can be called by other middleware + .set('foo', function () {}) + // parser middleware, runs immediately in the order defined + .use(bar()) + .use(baz()) +``` + +**Render** + +```js +// pass the `ast` from the parse method +var res = snapdragon.compiler(ast) + // compiler middleware, called when the name of the middleware + // matches the `node.type` (defined in a parser middleware) + .set('bar', function () {}) + .set('baz', function () {}) + .compile() +``` + +See the [examples](./examples/). + +## Getting started + +**Parsers** + +Parsers are middleware functions used for parsing a string into an ast node. + +```js +var ast = snapdragon.parser(str, options) + .use(function() { + var pos = this.position(); + var m = this.match(/^\./); + if (!m) return; + return pos({ + // `type` specifies the compiler to use + type: 'dot', + val: m[0] + }); + }) +``` + +**AST node** + +When the parser finds a match, `pos()` is called, pushing a token for that node onto the ast that looks something like: + +```js +{ type: 'dot', + val: '.', + position: + { start: { lineno: 1, column: 1 }, + end: { lineno: 1, column: 2 } }} +``` + +**Renderers** + +Renderers are _named_ middleware functions that visit over an array of ast nodes to compile a string. + +```js +var res = snapdragon.compiler(ast) + .set('dot', function (node) { + console.log(node.val) + //=> '.' + return this.emit(node.val); + }) +``` + +**Source maps** + +If you want source map support, make sure to emit the position as well. + +```js +var res = snapdragon.compiler(ast) + .set('dot', function (node) { + return this.emit(node.val, node.position); + }) +``` + +## Docs + +### Parser middleware + +A parser middleware is a function that returns an abject called a `token`. This token is pushed onto the AST as a node. + +**Example token** + +```js +{ type: 'dot', + val: '.', + position: + { start: { lineno: 1, column: 1 }, + end: { lineno: 1, column: 2 } }} +``` + +**Example parser middleware** + +Match a single `.` in a string: + +1. Get the starting position by calling `this.position()` +2. pass a regex for matching a single dot to the `.match` method +3. if **no match** is found, return `undefined` +4. if a **match** is found, `pos()` is called, which returns a token with: + - `type`: the name of the [compiler] to use + - `val`: The actual value captured by the regex. In this case, a `.`. Note that you can capture and return whatever will be needed by the corresponding [compiler]. + - The ending position: automatically calculated by adding the length of the first capture group to the starting position. + +## Renderer middleware + +Renderers are run when the name of the compiler middleware matches the `type` defined on an ast `node` (which is defined in a parser). + +**Example** + +Exercise: Parse a dot, then compile it as an escaped dot. + +```js +var ast = snapdragon.parser('.') + .use(function () { + var pos = this.position(); + var m = this.match(/^\./); + if (!m) return; + return pos({ + // define the `type` of compiler to use + type: 'dot', + val: m[0] + }) + }) + +var result = snapdragon.compiler(ast) + .set('dot', function (node) { + return this.emit('\\' + node.val); + }) + .compile() + +console.log(result.output); +//=> '\.' +``` + +## API + +### [Parser](lib/parser.js#L19) + +Create a new `Parser` with the given `input` and `options`. + +**Params** + +* `input` **{String}** +* `options` **{Object}** + +### [.define](lib/parser.js#L103) + +Define a non-enumberable property on the `Parser` instance. + +**Example** + +```js +parser.define('foo', 'bar'); +``` + +**Params** + +* `key` **{String}**: propery name +* `val` **{any}**: property value +* `returns` **{Object}**: Returns the Parser instance for chaining. + +Set parser `name` with the given `fn` + +**Params** + +* `name` **{String}** +* `fn` **{Function}** + +Get parser `name` + +**Params** + +* `name` **{String}** + +Push a `token` onto the `type` stack. + +**Params** + +* `type` **{String}** +* `returns` **{Object}** `token` + +Pop a token off of the `type` stack + +**Params** + +* `type` **{String}** +* `returns` **{Object}**: Returns a token + +Return true if inside a `stack` node. Types are `braces`, `parens` or `brackets`. + +**Params** + +* `type` **{String}** +* `returns` **{Boolean}** + +**Example** + +```js +parser.isType(node, 'brace'); +``` + +**Params** + +* `node` **{Object}** +* `type` **{String}** +* `returns` **{Boolean}** + +### [.define](lib/compiler.js#L71) + +Define a non-enumberable property on the `Compiler` instance. + +**Example** + +```js +compiler.define('foo', 'bar'); +``` + +**Params** + +* `key` **{String}**: propery name +* `val` **{any}**: property value +* `returns` **{Object}**: Returns the Compiler instance for chaining. + +## About + +### Related projects + +* [braces](https://www.npmjs.com/package/braces): Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces… [more](https://github.com/jonschlinkert/braces) | [homepage](https://github.com/jonschlinkert/braces "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.") +* [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/jonschlinkert/expand-brackets "Expand POSIX bracket expressions (character classes) in glob patterns.") +* [extglob](https://www.npmjs.com/package/extglob): Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to… [more](https://github.com/jonschlinkert/extglob) | [homepage](https://github.com/jonschlinkert/extglob "Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.") +* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor**
| +| --- | --- | +| 106 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [doowb](https://github.com/doowb) | + +### Building docs + +_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ + +To generate the readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install -g verb verb-generate-readme && verb +``` + +### Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +### License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/snapdragon/blob/master/LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on October 10, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon/index.js b/2019-setembro/node_modules/snapdragon/index.js new file mode 100644 index 0000000..235b464 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/index.js @@ -0,0 +1,174 @@ +'use strict'; + +var Base = require('base'); +var define = require('define-property'); +var Compiler = require('./lib/compiler'); +var Parser = require('./lib/parser'); +var utils = require('./lib/utils'); +var regexCache = {}; +var cache = {}; + +/** + * Create a new instance of `Snapdragon` with the given `options`. + * + * ```js + * var snapdragon = new Snapdragon(); + * ``` + * + * @param {Object} `options` + * @api public + */ + +function Snapdragon(options) { + Base.call(this, null, options); + this.options = utils.extend({source: 'string'}, this.options); + this.compiler = new Compiler(this.options); + this.parser = new Parser(this.options); + + Object.defineProperty(this, 'compilers', { + get: function() { + return this.compiler.compilers; + } + }); + + Object.defineProperty(this, 'parsers', { + get: function() { + return this.parser.parsers; + } + }); + + Object.defineProperty(this, 'regex', { + get: function() { + return this.parser.regex; + } + }); +} + +/** + * Inherit Base + */ + +Base.extend(Snapdragon); + +/** + * Add a parser to `snapdragon.parsers` for capturing the given `type` using + * the specified regex or parser function. A function is useful if you need + * to customize how the token is created and/or have access to the parser + * instance to check options, etc. + * + * ```js + * snapdragon + * .capture('slash', /^\//) + * .capture('dot', function() { + * var pos = this.position(); + * var m = this.match(/^\./); + * if (!m) return; + * return pos({ + * type: 'dot', + * val: m[0] + * }); + * }); + * ``` + * @param {String} `type` + * @param {RegExp|Function} `regex` + * @return {Object} Returns the parser instance for chaining + * @api public + */ + +Snapdragon.prototype.capture = function() { + return this.parser.capture.apply(this.parser, arguments); +}; + +/** + * Register a plugin `fn`. + * + * ```js + * var snapdragon = new Snapdgragon([options]); + * snapdragon.use(function() { + * console.log(this); //<= snapdragon instance + * console.log(this.parser); //<= parser instance + * console.log(this.compiler); //<= compiler instance + * }); + * ``` + * @param {Object} `fn` + * @api public + */ + +Snapdragon.prototype.use = function(fn) { + fn.call(this, this); + return this; +}; + +/** + * Parse the given `str`. + * + * ```js + * var snapdragon = new Snapdgragon([options]); + * // register parsers + * snapdragon.parser.use(function() {}); + * + * // parse + * var ast = snapdragon.parse('foo/bar'); + * console.log(ast); + * ``` + * @param {String} `str` + * @param {Object} `options` Set `options.sourcemap` to true to enable source maps. + * @return {Object} Returns an AST. + * @api public + */ + +Snapdragon.prototype.parse = function(str, options) { + this.options = utils.extend({}, this.options, options); + var parsed = this.parser.parse(str, this.options); + + // add non-enumerable parser reference + define(parsed, 'parser', this.parser); + return parsed; +}; + +/** + * Compile the given `AST`. + * + * ```js + * var snapdragon = new Snapdgragon([options]); + * // register plugins + * snapdragon.use(function() {}); + * // register parser plugins + * snapdragon.parser.use(function() {}); + * // register compiler plugins + * snapdragon.compiler.use(function() {}); + * + * // parse + * var ast = snapdragon.parse('foo/bar'); + * + * // compile + * var res = snapdragon.compile(ast); + * console.log(res.output); + * ``` + * @param {Object} `ast` + * @param {Object} `options` + * @return {Object} Returns an object with an `output` property with the rendered string. + * @api public + */ + +Snapdragon.prototype.compile = function(ast, options) { + this.options = utils.extend({}, this.options, options); + var compiled = this.compiler.compile(ast, this.options); + + // add non-enumerable compiler reference + define(compiled, 'compiler', this.compiler); + return compiled; +}; + +/** + * Expose `Snapdragon` + */ + +module.exports = Snapdragon; + +/** + * Expose `Parser` and `Compiler` + */ + +module.exports.Compiler = Compiler; +module.exports.Parser = Parser; diff --git a/2019-setembro/node_modules/snapdragon/lib/compiler.js b/2019-setembro/node_modules/snapdragon/lib/compiler.js new file mode 100644 index 0000000..0ce9d21 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/lib/compiler.js @@ -0,0 +1,177 @@ +'use strict'; + +var use = require('use'); +var define = require('define-property'); +var debug = require('debug')('snapdragon:compiler'); +var utils = require('./utils'); + +/** + * Create a new `Compiler` with the given `options`. + * @param {Object} `options` + */ + +function Compiler(options, state) { + debug('initializing', __filename); + this.options = utils.extend({source: 'string'}, options); + this.state = state || {}; + this.compilers = {}; + this.output = ''; + this.set('eos', function(node) { + return this.emit(node.val, node); + }); + this.set('noop', function(node) { + return this.emit(node.val, node); + }); + this.set('bos', function(node) { + return this.emit(node.val, node); + }); + use(this); +} + +/** + * Prototype methods + */ + +Compiler.prototype = { + + /** + * Throw an error message with details including the cursor position. + * @param {String} `msg` Message to use in the Error. + */ + + error: function(msg, node) { + var pos = node.position || {start: {column: 0}}; + var message = this.options.source + ' column:' + pos.start.column + ': ' + msg; + + var err = new Error(message); + err.reason = msg; + err.column = pos.start.column; + err.source = this.pattern; + + if (this.options.silent) { + this.errors.push(err); + } else { + throw err; + } + }, + + /** + * Define a non-enumberable property on the `Compiler` instance. + * + * ```js + * compiler.define('foo', 'bar'); + * ``` + * @name .define + * @param {String} `key` propery name + * @param {any} `val` property value + * @return {Object} Returns the Compiler instance for chaining. + * @api public + */ + + define: function(key, val) { + define(this, key, val); + return this; + }, + + /** + * Emit `node.val` + */ + + emit: function(str, node) { + this.output += str; + return str; + }, + + /** + * Add a compiler `fn` with the given `name` + */ + + set: function(name, fn) { + this.compilers[name] = fn; + return this; + }, + + /** + * Get compiler `name`. + */ + + get: function(name) { + return this.compilers[name]; + }, + + /** + * Get the previous AST node. + */ + + prev: function(n) { + return this.ast.nodes[this.idx - (n || 1)] || { type: 'bos', val: '' }; + }, + + /** + * Get the next AST node. + */ + + next: function(n) { + return this.ast.nodes[this.idx + (n || 1)] || { type: 'eos', val: '' }; + }, + + /** + * Visit `node`. + */ + + visit: function(node, nodes, i) { + var fn = this.compilers[node.type]; + this.idx = i; + + if (typeof fn !== 'function') { + throw this.error('compiler "' + node.type + '" is not registered', node); + } + return fn.call(this, node, nodes, i); + }, + + /** + * Map visit over array of `nodes`. + */ + + mapVisit: function(nodes) { + if (!Array.isArray(nodes)) { + throw new TypeError('expected an array'); + } + var len = nodes.length; + var idx = -1; + while (++idx < len) { + this.visit(nodes[idx], nodes, idx); + } + return this; + }, + + /** + * Compile `ast`. + */ + + compile: function(ast, options) { + var opts = utils.extend({}, this.options, options); + this.ast = ast; + this.parsingErrors = this.ast.errors; + this.output = ''; + + // source map support + if (opts.sourcemap) { + var sourcemaps = require('./source-maps'); + sourcemaps(this); + this.mapVisit(this.ast.nodes); + this.applySourceMaps(); + this.map = opts.sourcemap === 'generator' ? this.map : this.map.toJSON(); + return this; + } + + this.mapVisit(this.ast.nodes); + return this; + } +}; + +/** + * Expose `Compiler` + */ + +module.exports = Compiler; diff --git a/2019-setembro/node_modules/snapdragon/lib/parser.js b/2019-setembro/node_modules/snapdragon/lib/parser.js new file mode 100644 index 0000000..a5a9b31 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/lib/parser.js @@ -0,0 +1,533 @@ +'use strict'; + +var use = require('use'); +var util = require('util'); +var Cache = require('map-cache'); +var define = require('define-property'); +var debug = require('debug')('snapdragon:parser'); +var Position = require('./position'); +var utils = require('./utils'); + +/** + * Create a new `Parser` with the given `input` and `options`. + * @param {String} `input` + * @param {Object} `options` + * @api public + */ + +function Parser(options) { + debug('initializing', __filename); + this.options = utils.extend({source: 'string'}, options); + this.init(this.options); + use(this); +} + +/** + * Prototype methods + */ + +Parser.prototype = { + constructor: Parser, + + init: function(options) { + this.orig = ''; + this.input = ''; + this.parsed = ''; + + this.column = 1; + this.line = 1; + + this.regex = new Cache(); + this.errors = this.errors || []; + this.parsers = this.parsers || {}; + this.types = this.types || []; + this.sets = this.sets || {}; + this.fns = this.fns || []; + this.currentType = 'root'; + + var pos = this.position(); + this.bos = pos({type: 'bos', val: ''}); + + this.ast = { + type: 'root', + errors: this.errors, + nodes: [this.bos] + }; + + define(this.bos, 'parent', this.ast); + this.nodes = [this.ast]; + + this.count = 0; + this.setCount = 0; + this.stack = []; + }, + + /** + * Throw a formatted error with the cursor column and `msg`. + * @param {String} `msg` Message to use in the Error. + */ + + error: function(msg, node) { + var pos = node.position || {start: {column: 0, line: 0}}; + var line = pos.start.line; + var column = pos.start.column; + var source = this.options.source; + + var message = source + ' : ' + msg; + var err = new Error(message); + err.source = source; + err.reason = msg; + err.pos = pos; + + if (this.options.silent) { + this.errors.push(err); + } else { + throw err; + } + }, + + /** + * Define a non-enumberable property on the `Parser` instance. + * + * ```js + * parser.define('foo', 'bar'); + * ``` + * @name .define + * @param {String} `key` propery name + * @param {any} `val` property value + * @return {Object} Returns the Parser instance for chaining. + * @api public + */ + + define: function(key, val) { + define(this, key, val); + return this; + }, + + /** + * Mark position and patch `node.position`. + */ + + position: function() { + var start = { line: this.line, column: this.column }; + var self = this; + + return function(node) { + define(node, 'position', new Position(start, self)); + return node; + }; + }, + + /** + * Set parser `name` with the given `fn` + * @param {String} `name` + * @param {Function} `fn` + * @api public + */ + + set: function(type, fn) { + if (this.types.indexOf(type) === -1) { + this.types.push(type); + } + this.parsers[type] = fn.bind(this); + return this; + }, + + /** + * Get parser `name` + * @param {String} `name` + * @api public + */ + + get: function(name) { + return this.parsers[name]; + }, + + /** + * Push a `token` onto the `type` stack. + * + * @param {String} `type` + * @return {Object} `token` + * @api public + */ + + push: function(type, token) { + this.sets[type] = this.sets[type] || []; + this.count++; + this.stack.push(token); + return this.sets[type].push(token); + }, + + /** + * Pop a token off of the `type` stack + * @param {String} `type` + * @returns {Object} Returns a token + * @api public + */ + + pop: function(type) { + this.sets[type] = this.sets[type] || []; + this.count--; + this.stack.pop(); + return this.sets[type].pop(); + }, + + /** + * Return true if inside a `stack` node. Types are `braces`, `parens` or `brackets`. + * + * @param {String} `type` + * @return {Boolean} + * @api public + */ + + isInside: function(type) { + this.sets[type] = this.sets[type] || []; + return this.sets[type].length > 0; + }, + + /** + * Return true if `node` is the given `type`. + * + * ```js + * parser.isType(node, 'brace'); + * ``` + * @param {Object} `node` + * @param {String} `type` + * @return {Boolean} + * @api public + */ + + isType: function(node, type) { + return node && node.type === type; + }, + + /** + * Get the previous AST node + * @return {Object} + */ + + prev: function(n) { + return this.stack.length > 0 + ? utils.last(this.stack, n) + : utils.last(this.nodes, n); + }, + + /** + * Update line and column based on `str`. + */ + + consume: function(len) { + this.input = this.input.substr(len); + }, + + /** + * Update column based on `str`. + */ + + updatePosition: function(str, len) { + var lines = str.match(/\n/g); + if (lines) this.line += lines.length; + var i = str.lastIndexOf('\n'); + this.column = ~i ? len - i : this.column + len; + this.parsed += str; + this.consume(len); + }, + + /** + * Match `regex`, return captures, and update the cursor position by `match[0]` length. + * @param {RegExp} `regex` + * @return {Object} + */ + + match: function(regex) { + var m = regex.exec(this.input); + if (m) { + this.updatePosition(m[0], m[0].length); + return m; + } + }, + + /** + * Capture `type` with the given regex. + * @param {String} `type` + * @param {RegExp} `regex` + * @return {Function} + */ + + capture: function(type, regex) { + if (typeof regex === 'function') { + return this.set.apply(this, arguments); + } + + this.regex.set(type, regex); + this.set(type, function() { + var parsed = this.parsed; + var pos = this.position(); + var m = this.match(regex); + if (!m || !m[0]) return; + + var prev = this.prev(); + var node = pos({ + type: type, + val: m[0], + parsed: parsed, + rest: this.input + }); + + if (m[1]) { + node.inner = m[1]; + } + + define(node, 'inside', this.stack.length > 0); + define(node, 'parent', prev); + prev.nodes.push(node); + }.bind(this)); + return this; + }, + + /** + * Create a parser with open and close for parens, + * brackets or braces + */ + + capturePair: function(type, openRegex, closeRegex, fn) { + this.sets[type] = this.sets[type] || []; + + /** + * Open + */ + + this.set(type + '.open', function() { + var parsed = this.parsed; + var pos = this.position(); + var m = this.match(openRegex); + if (!m || !m[0]) return; + + var val = m[0]; + this.setCount++; + this.specialChars = true; + var open = pos({ + type: type + '.open', + val: val, + rest: this.input + }); + + if (typeof m[1] !== 'undefined') { + open.inner = m[1]; + } + + var prev = this.prev(); + var node = pos({ + type: type, + nodes: [open] + }); + + define(node, 'rest', this.input); + define(node, 'parsed', parsed); + define(node, 'prefix', m[1]); + define(node, 'parent', prev); + define(open, 'parent', node); + + if (typeof fn === 'function') { + fn.call(this, open, node); + } + + this.push(type, node); + prev.nodes.push(node); + }); + + /** + * Close + */ + + this.set(type + '.close', function() { + var pos = this.position(); + var m = this.match(closeRegex); + if (!m || !m[0]) return; + + var parent = this.pop(type); + var node = pos({ + type: type + '.close', + rest: this.input, + suffix: m[1], + val: m[0] + }); + + if (!this.isType(parent, type)) { + if (this.options.strict) { + throw new Error('missing opening "' + type + '"'); + } + + this.setCount--; + node.escaped = true; + return node; + } + + if (node.suffix === '\\') { + parent.escaped = true; + node.escaped = true; + } + + parent.nodes.push(node); + define(node, 'parent', parent); + }); + + return this; + }, + + /** + * Capture end-of-string + */ + + eos: function() { + var pos = this.position(); + if (this.input) return; + var prev = this.prev(); + + while (prev.type !== 'root' && !prev.visited) { + if (this.options.strict === true) { + throw new SyntaxError('invalid syntax:' + util.inspect(prev, null, 2)); + } + + if (!hasDelims(prev)) { + prev.parent.escaped = true; + prev.escaped = true; + } + + visit(prev, function(node) { + if (!hasDelims(node.parent)) { + node.parent.escaped = true; + node.escaped = true; + } + }); + + prev = prev.parent; + } + + var tok = pos({ + type: 'eos', + val: this.append || '' + }); + + define(tok, 'parent', this.ast); + return tok; + }, + + /** + * Run parsers to advance the cursor position + */ + + next: function() { + var parsed = this.parsed; + var len = this.types.length; + var idx = -1; + var tok; + + while (++idx < len) { + if ((tok = this.parsers[this.types[idx]].call(this))) { + define(tok, 'rest', this.input); + define(tok, 'parsed', parsed); + this.last = tok; + return tok; + } + } + }, + + /** + * Parse the given string. + * @return {Array} + */ + + parse: function(input) { + if (typeof input !== 'string') { + throw new TypeError('expected a string'); + } + + this.init(this.options); + this.orig = input; + this.input = input; + var self = this; + + function parse() { + // check input before calling `.next()` + input = self.input; + + // get the next AST ndoe + var node = self.next(); + if (node) { + var prev = self.prev(); + if (prev) { + define(node, 'parent', prev); + if (prev.nodes) { + prev.nodes.push(node); + } + } + + if (self.sets.hasOwnProperty(prev.type)) { + self.currentType = prev.type; + } + } + + // if we got here but input is not changed, throw an error + if (self.input && input === self.input) { + throw new Error('no parsers registered for: "' + self.input.slice(0, 5) + '"'); + } + } + + while (this.input) parse(); + if (this.stack.length && this.options.strict) { + var node = this.stack.pop(); + throw this.error('missing opening ' + node.type + ': "' + this.orig + '"'); + } + + var eos = this.eos(); + var tok = this.prev(); + if (tok.type !== 'eos') { + this.ast.nodes.push(eos); + } + + return this.ast; + } +}; + +/** + * Visit `node` with the given `fn` + */ + +function visit(node, fn) { + if (!node.visited) { + define(node, 'visited', true); + return node.nodes ? mapVisit(node.nodes, fn) : fn(node); + } + return node; +} + +/** + * Map visit over array of `nodes`. + */ + +function mapVisit(nodes, fn) { + var len = nodes.length; + var idx = -1; + while (++idx < len) { + visit(nodes[idx], fn); + } +} + +function hasOpen(node) { + return node.nodes && node.nodes[0].type === (node.type + '.open'); +} + +function hasClose(node) { + return node.nodes && utils.last(node.nodes).type === (node.type + '.close'); +} + +function hasDelims(node) { + return hasOpen(node) && hasClose(node); +} + +/** + * Expose `Parser` + */ + +module.exports = Parser; diff --git a/2019-setembro/node_modules/snapdragon/lib/position.js b/2019-setembro/node_modules/snapdragon/lib/position.js new file mode 100644 index 0000000..c859696 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/lib/position.js @@ -0,0 +1,14 @@ +'use strict'; + +var define = require('define-property'); + +/** + * Store position for a node + */ + +module.exports = function Position(start, parser) { + this.start = start; + this.end = { line: parser.line, column: parser.column }; + define(this, 'content', parser.orig); + define(this, 'source', parser.options.source); +}; diff --git a/2019-setembro/node_modules/snapdragon/lib/source-maps.js b/2019-setembro/node_modules/snapdragon/lib/source-maps.js new file mode 100644 index 0000000..d8e638b --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/lib/source-maps.js @@ -0,0 +1,145 @@ +'use strict'; + +var fs = require('fs'); +var path = require('path'); +var define = require('define-property'); +var utils = require('./utils'); + +/** + * Expose `mixin()`. + * This code is based on `source-maps-support.js` in reworkcss/css + * https://github.com/reworkcss/css/blob/master/lib/stringify/source-map-support.js + * Copyright (c) 2012 TJ Holowaychuk + */ + +module.exports = mixin; + +/** + * Mixin source map support into `compiler`. + * + * @param {Object} `compiler` + * @api public + */ + +function mixin(compiler) { + define(compiler, '_comment', compiler.comment); + compiler.map = new utils.SourceMap.SourceMapGenerator(); + compiler.position = { line: 1, column: 1 }; + compiler.content = {}; + compiler.files = {}; + + for (var key in exports) { + define(compiler, key, exports[key]); + } +} + +/** + * Update position. + * + * @param {String} str + */ + +exports.updatePosition = function(str) { + var lines = str.match(/\n/g); + if (lines) this.position.line += lines.length; + var i = str.lastIndexOf('\n'); + this.position.column = ~i ? str.length - i : this.position.column + str.length; +}; + +/** + * Emit `str` with `position`. + * + * @param {String} str + * @param {Object} [pos] + * @return {String} + */ + +exports.emit = function(str, node) { + var position = node.position || {}; + var source = position.source; + if (source) { + if (position.filepath) { + source = utils.unixify(position.filepath); + } + + this.map.addMapping({ + source: source, + generated: { + line: this.position.line, + column: Math.max(this.position.column - 1, 0) + }, + original: { + line: position.start.line, + column: position.start.column - 1 + } + }); + + if (position.content) { + this.addContent(source, position); + } + if (position.filepath) { + this.addFile(source, position); + } + + this.updatePosition(str); + this.output += str; + } + return str; +}; + +/** + * Adds a file to the source map output if it has not already been added + * @param {String} `file` + * @param {Object} `pos` + */ + +exports.addFile = function(file, position) { + if (typeof position.content !== 'string') return; + if (Object.prototype.hasOwnProperty.call(this.files, file)) return; + this.files[file] = position.content; +}; + +/** + * Adds a content source to the source map output if it has not already been added + * @param {String} `source` + * @param {Object} `position` + */ + +exports.addContent = function(source, position) { + if (typeof position.content !== 'string') return; + if (Object.prototype.hasOwnProperty.call(this.content, source)) return; + this.map.setSourceContent(source, position.content); +}; + +/** + * Applies any original source maps to the output and embeds the source file + * contents in the source map. + */ + +exports.applySourceMaps = function() { + Object.keys(this.files).forEach(function(file) { + var content = this.files[file]; + this.map.setSourceContent(file, content); + + if (this.options.inputSourcemaps === true) { + var originalMap = utils.sourceMapResolve.resolveSync(content, file, fs.readFileSync); + if (originalMap) { + var map = new utils.SourceMap.SourceMapConsumer(originalMap.map); + var relativeTo = originalMap.sourcesRelativeTo; + this.map.applySourceMap(map, file, utils.unixify(path.dirname(relativeTo))); + } + } + }, this); +}; + +/** + * Process comments, drops sourceMap comments. + * @param {Object} node + */ + +exports.comment = function(node) { + if (/^# sourceMappingURL=/.test(node.comment)) { + return this.emit('', node.position); + } + return this._comment(node); +}; diff --git a/2019-setembro/node_modules/snapdragon/lib/utils.js b/2019-setembro/node_modules/snapdragon/lib/utils.js new file mode 100644 index 0000000..33f07e1 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/lib/utils.js @@ -0,0 +1,48 @@ +'use strict'; + +/** + * Module dependencies + */ + +exports.extend = require('extend-shallow'); +exports.SourceMap = require('source-map'); +exports.sourceMapResolve = require('source-map-resolve'); + +/** + * Convert backslash in the given string to forward slashes + */ + +exports.unixify = function(fp) { + return fp.split(/\\+/).join('/'); +}; + +/** + * Return true if `val` is a non-empty string + * + * @param {String} `str` + * @return {Boolean} + */ + +exports.isString = function(str) { + return str && typeof str === 'string'; +}; + +/** + * Cast `val` to an array + * @return {Array} + */ + +exports.arrayify = function(val) { + if (typeof val === 'string') return [val]; + return val ? (Array.isArray(val) ? val : [val]) : []; +}; + +/** + * Get the last `n` element from the given `array` + * @param {Array} `array` + * @return {*} + */ + +exports.last = function(arr, n) { + return arr[arr.length - (n || 1)]; +}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/CHANGELOG.md b/2019-setembro/node_modules/snapdragon/node_modules/source-map/CHANGELOG.md new file mode 100644 index 0000000..3a8c066 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/CHANGELOG.md @@ -0,0 +1,301 @@ +# Change Log + +## 0.5.6 + +* Fix for regression when people were using numbers as names in source maps. See + #236. + +## 0.5.5 + +* Fix "regression" of unsupported, implementation behavior that half the world + happens to have come to depend on. See #235. + +* Fix regression involving function hoisting in SpiderMonkey. See #233. + +## 0.5.4 + +* Large performance improvements to source-map serialization. See #228 and #229. + +## 0.5.3 + +* Do not include unnecessary distribution files. See + commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86. + +## 0.5.2 + +* Include browser distributions of the library in package.json's `files`. See + issue #212. + +## 0.5.1 + +* Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See + ff05274becc9e6e1295ed60f3ea090d31d843379. + +## 0.5.0 + +* Node 0.8 is no longer supported. + +* Use webpack instead of dryice for bundling. + +* Big speedups serializing source maps. See pull request #203. + +* Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that + explicitly start with the source root. See issue #199. + +## 0.4.4 + +* Fix an issue where using a `SourceMapGenerator` after having created a + `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See + issue #191. + +* Fix an issue with where `SourceMapGenerator` would mistakenly consider + different mappings as duplicates of each other and avoid generating them. See + issue #192. + +## 0.4.3 + +* A very large number of performance improvements, particularly when parsing + source maps. Collectively about 75% of time shaved off of the source map + parsing benchmark! + +* Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy + searching in the presence of a column option. See issue #177. + +* Fix a bug with joining a source and its source root when the source is above + the root. See issue #182. + +* Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to + determine when all sources' contents are inlined into the source map. See + issue #190. + +## 0.4.2 + +* Add an `.npmignore` file so that the benchmarks aren't pulled down by + dependent projects. Issue #169. + +* Add an optional `column` argument to + `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines + with no mappings. Issues #172 and #173. + +## 0.4.1 + +* Fix accidentally defining a global variable. #170. + +## 0.4.0 + +* The default direction for fuzzy searching was changed back to its original + direction. See #164. + +* There is now a `bias` option you can supply to `SourceMapConsumer` to control + the fuzzy searching direction. See #167. + +* About an 8% speed up in parsing source maps. See #159. + +* Added a benchmark for parsing and generating source maps. + +## 0.3.0 + +* Change the default direction that searching for positions fuzzes when there is + not an exact match. See #154. + +* Support for environments using json2.js for JSON serialization. See #156. + +## 0.2.0 + +* Support for consuming "indexed" source maps which do not have any remote + sections. See pull request #127. This introduces a minor backwards + incompatibility if you are monkey patching `SourceMapConsumer.prototype` + methods. + +## 0.1.43 + +* Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue + #148 for some discussion and issues #150, #151, and #152 for implementations. + +## 0.1.42 + +* Fix an issue where `SourceNode`s from different versions of the source-map + library couldn't be used in conjunction with each other. See issue #142. + +## 0.1.41 + +* Fix a bug with getting the source content of relative sources with a "./" + prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768). + +* Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the + column span of each mapping. + +* Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find + all generated positions associated with a given original source and line. + +## 0.1.40 + +* Performance improvements for parsing source maps in SourceMapConsumer. + +## 0.1.39 + +* Fix a bug where setting a source's contents to null before any source content + had been set before threw a TypeError. See issue #131. + +## 0.1.38 + +* Fix a bug where finding relative paths from an empty path were creating + absolute paths. See issue #129. + +## 0.1.37 + +* Fix a bug where if the source root was an empty string, relative source paths + would turn into absolute source paths. Issue #124. + +## 0.1.36 + +* Allow the `names` mapping property to be an empty string. Issue #121. + +## 0.1.35 + +* A third optional parameter was added to `SourceNode.fromStringWithSourceMap` + to specify a path that relative sources in the second parameter should be + relative to. Issue #105. + +* If no file property is given to a `SourceMapGenerator`, then the resulting + source map will no longer have a `null` file property. The property will + simply not exist. Issue #104. + +* Fixed a bug where consecutive newlines were ignored in `SourceNode`s. + Issue #116. + +## 0.1.34 + +* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103. + +* Fix bug involving source contents and the + `SourceMapGenerator.prototype.applySourceMap`. Issue #100. + +## 0.1.33 + +* Fix some edge cases surrounding path joining and URL resolution. + +* Add a third parameter for relative path to + `SourceMapGenerator.prototype.applySourceMap`. + +* Fix issues with mappings and EOLs. + +## 0.1.32 + +* Fixed a bug where SourceMapConsumer couldn't handle negative relative columns + (issue 92). + +* Fixed test runner to actually report number of failed tests as its process + exit code. + +* Fixed a typo when reporting bad mappings (issue 87). + +## 0.1.31 + +* Delay parsing the mappings in SourceMapConsumer until queried for a source + location. + +* Support Sass source maps (which at the time of writing deviate from the spec + in small ways) in SourceMapConsumer. + +## 0.1.30 + +* Do not join source root with a source, when the source is a data URI. + +* Extend the test runner to allow running single specific test files at a time. + +* Performance improvements in `SourceNode.prototype.walk` and + `SourceMapConsumer.prototype.eachMapping`. + +* Source map browser builds will now work inside Workers. + +* Better error messages when attempting to add an invalid mapping to a + `SourceMapGenerator`. + +## 0.1.29 + +* Allow duplicate entries in the `names` and `sources` arrays of source maps + (usually from TypeScript) we are parsing. Fixes github issue 72. + +## 0.1.28 + +* Skip duplicate mappings when creating source maps from SourceNode; github + issue 75. + +## 0.1.27 + +* Don't throw an error when the `file` property is missing in SourceMapConsumer, + we don't use it anyway. + +## 0.1.26 + +* Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70. + +## 0.1.25 + +* Make compatible with browserify + +## 0.1.24 + +* Fix issue with absolute paths and `file://` URIs. See + https://bugzilla.mozilla.org/show_bug.cgi?id=885597 + +## 0.1.23 + +* Fix issue with absolute paths and sourcesContent, github issue 64. + +## 0.1.22 + +* Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21. + +## 0.1.21 + +* Fixed handling of sources that start with a slash so that they are relative to + the source root's host. + +## 0.1.20 + +* Fixed github issue #43: absolute URLs aren't joined with the source root + anymore. + +## 0.1.19 + +* Using Travis CI to run tests. + +## 0.1.18 + +* Fixed a bug in the handling of sourceRoot. + +## 0.1.17 + +* Added SourceNode.fromStringWithSourceMap. + +## 0.1.16 + +* Added missing documentation. + +* Fixed the generating of empty mappings in SourceNode. + +## 0.1.15 + +* Added SourceMapGenerator.applySourceMap. + +## 0.1.14 + +* The sourceRoot is now handled consistently. + +## 0.1.13 + +* Added SourceMapGenerator.fromSourceMap. + +## 0.1.12 + +* SourceNode now generates empty mappings too. + +## 0.1.11 + +* Added name support to SourceNode. + +## 0.1.10 + +* Added sourcesContent support to the customer and generator. diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/LICENSE b/2019-setembro/node_modules/snapdragon/node_modules/source-map/LICENSE new file mode 100644 index 0000000..ed1b7cf --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/LICENSE @@ -0,0 +1,28 @@ + +Copyright (c) 2009-2011, Mozilla Foundation and contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the names of the Mozilla Foundation nor the names of project + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/README.md b/2019-setembro/node_modules/snapdragon/node_modules/source-map/README.md new file mode 100644 index 0000000..3281339 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/README.md @@ -0,0 +1,729 @@ +# Source Map + +[![Build Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mozilla/source-map) + +[![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map) + +This is a library to generate and consume the source map format +[described here][format]. + +[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit + +## Use with Node + + $ npm install source-map + +## Use on the Web + + + +-------------------------------------------------------------------------------- + + + + + +## Table of Contents + +- [Examples](#examples) + - [Consuming a source map](#consuming-a-source-map) + - [Generating a source map](#generating-a-source-map) + - [With SourceNode (high level API)](#with-sourcenode-high-level-api) + - [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api) +- [API](#api) + - [SourceMapConsumer](#sourcemapconsumer) + - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap) + - [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans) + - [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition) + - [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition) + - [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition) + - [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources) + - [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing) + - [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order) + - [SourceMapGenerator](#sourcemapgenerator) + - [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap) + - [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer) + - [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping) + - [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent) + - [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath) + - [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring) + - [SourceNode](#sourcenode) + - [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name) + - [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath) + - [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk) + - [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk) + - [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent) + - [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn) + - [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn) + - [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep) + - [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement) + - [SourceNode.prototype.toString()](#sourcenodeprototypetostring) + - [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap) + + + +## Examples + +### Consuming a source map + +```js +var rawSourceMap = { + version: 3, + file: 'min.js', + names: ['bar', 'baz', 'n'], + sources: ['one.js', 'two.js'], + sourceRoot: 'http://example.com/www/js/', + mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA' +}; + +var smc = new SourceMapConsumer(rawSourceMap); + +console.log(smc.sources); +// [ 'http://example.com/www/js/one.js', +// 'http://example.com/www/js/two.js' ] + +console.log(smc.originalPositionFor({ + line: 2, + column: 28 +})); +// { source: 'http://example.com/www/js/two.js', +// line: 2, +// column: 10, +// name: 'n' } + +console.log(smc.generatedPositionFor({ + source: 'http://example.com/www/js/two.js', + line: 2, + column: 10 +})); +// { line: 2, column: 28 } + +smc.eachMapping(function (m) { + // ... +}); +``` + +### Generating a source map + +In depth guide: +[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/) + +#### With SourceNode (high level API) + +```js +function compile(ast) { + switch (ast.type) { + case 'BinaryExpression': + return new SourceNode( + ast.location.line, + ast.location.column, + ast.location.source, + [compile(ast.left), " + ", compile(ast.right)] + ); + case 'Literal': + return new SourceNode( + ast.location.line, + ast.location.column, + ast.location.source, + String(ast.value) + ); + // ... + default: + throw new Error("Bad AST"); + } +} + +var ast = parse("40 + 2", "add.js"); +console.log(compile(ast).toStringWithSourceMap({ + file: 'add.js' +})); +// { code: '40 + 2', +// map: [object SourceMapGenerator] } +``` + +#### With SourceMapGenerator (low level API) + +```js +var map = new SourceMapGenerator({ + file: "source-mapped.js" +}); + +map.addMapping({ + generated: { + line: 10, + column: 35 + }, + source: "foo.js", + original: { + line: 33, + column: 2 + }, + name: "christopher" +}); + +console.log(map.toString()); +// '{"version":3,"file":"source-mapped.js","sources":["foo.js"],"names":["christopher"],"mappings":";;;;;;;;;mCAgCEA"}' +``` + +## API + +Get a reference to the module: + +```js +// Node.js +var sourceMap = require('source-map'); + +// Browser builds +var sourceMap = window.sourceMap; + +// Inside Firefox +const sourceMap = require("devtools/toolkit/sourcemap/source-map.js"); +``` + +### SourceMapConsumer + +A SourceMapConsumer instance represents a parsed source map which we can query +for information about the original file positions by giving it a file position +in the generated source. + +#### new SourceMapConsumer(rawSourceMap) + +The only parameter is the raw source map (either as a string which can be +`JSON.parse`'d, or an object). According to the spec, source maps have the +following attributes: + +* `version`: Which version of the source map spec this map is following. + +* `sources`: An array of URLs to the original source files. + +* `names`: An array of identifiers which can be referenced by individual + mappings. + +* `sourceRoot`: Optional. The URL root from which all sources are relative. + +* `sourcesContent`: Optional. An array of contents of the original source files. + +* `mappings`: A string of base64 VLQs which contain the actual mappings. + +* `file`: Optional. The generated filename this source map is associated with. + +```js +var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData); +``` + +#### SourceMapConsumer.prototype.computeColumnSpans() + +Compute the last column for each generated mapping. The last column is +inclusive. + +```js +// Before: +consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1 }, +// { line: 2, +// column: 10 }, +// { line: 2, +// column: 20 } ] + +consumer.computeColumnSpans(); + +// After: +consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1, +// lastColumn: 9 }, +// { line: 2, +// column: 10, +// lastColumn: 19 }, +// { line: 2, +// column: 20, +// lastColumn: Infinity } ] + +``` + +#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition) + +Returns the original source, line, and column information for the generated +source's line and column positions provided. The only argument is an object with +the following properties: + +* `line`: The line number in the generated source. + +* `column`: The column number in the generated source. + +* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or + `SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest + element that is smaller than or greater than the one we are searching for, + respectively, if the exact element cannot be found. Defaults to + `SourceMapConsumer.GREATEST_LOWER_BOUND`. + +and an object is returned with the following properties: + +* `source`: The original source file, or null if this information is not + available. + +* `line`: The line number in the original source, or null if this information is + not available. + +* `column`: The column number in the original source, or null if this + information is not available. + +* `name`: The original identifier, or null if this information is not available. + +```js +consumer.originalPositionFor({ line: 2, column: 10 }) +// { source: 'foo.coffee', +// line: 2, +// column: 2, +// name: null } + +consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 }) +// { source: null, +// line: null, +// column: null, +// name: null } +``` + +#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition) + +Returns the generated line and column information for the original source, +line, and column positions provided. The only argument is an object with +the following properties: + +* `source`: The filename of the original source. + +* `line`: The line number in the original source. + +* `column`: The column number in the original source. + +and an object is returned with the following properties: + +* `line`: The line number in the generated source, or null. + +* `column`: The column number in the generated source, or null. + +```js +consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 }) +// { line: 1, +// column: 56 } +``` + +#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition) + +Returns all generated line and column information for the original source, line, +and column provided. If no column is provided, returns all mappings +corresponding to a either the line we are searching for or the next closest line +that has any mappings. Otherwise, returns all mappings corresponding to the +given line and either the column we are searching for or the next closest column +that has any offsets. + +The only argument is an object with the following properties: + +* `source`: The filename of the original source. + +* `line`: The line number in the original source. + +* `column`: Optional. The column number in the original source. + +and an array of objects is returned, each with the following properties: + +* `line`: The line number in the generated source, or null. + +* `column`: The column number in the generated source, or null. + +```js +consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1 }, +// { line: 2, +// column: 10 }, +// { line: 2, +// column: 20 } ] +``` + +#### SourceMapConsumer.prototype.hasContentsOfAllSources() + +Return true if we have the embedded source content for every source listed in +the source map, false otherwise. + +In other words, if this method returns `true`, then +`consumer.sourceContentFor(s)` will succeed for every source `s` in +`consumer.sources`. + +```js +// ... +if (consumer.hasContentsOfAllSources()) { + consumerReadyCallback(consumer); +} else { + fetchSources(consumer, consumerReadyCallback); +} +// ... +``` + +#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing]) + +Returns the original source content for the source provided. The only +argument is the URL of the original source file. + +If the source content for the given source is not found, then an error is +thrown. Optionally, pass `true` as the second param to have `null` returned +instead. + +```js +consumer.sources +// [ "my-cool-lib.clj" ] + +consumer.sourceContentFor("my-cool-lib.clj") +// "..." + +consumer.sourceContentFor("this is not in the source map"); +// Error: "this is not in the source map" is not in the source map + +consumer.sourceContentFor("this is not in the source map", true); +// null +``` + +#### SourceMapConsumer.prototype.eachMapping(callback, context, order) + +Iterate over each mapping between an original source/line/column and a +generated line/column in this source map. + +* `callback`: The function that is called with each mapping. Mappings have the + form `{ source, generatedLine, generatedColumn, originalLine, originalColumn, + name }` + +* `context`: Optional. If specified, this object will be the value of `this` + every time that `callback` is called. + +* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or + `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over + the mappings sorted by the generated file's line/column order or the + original's source/line/column order, respectively. Defaults to + `SourceMapConsumer.GENERATED_ORDER`. + +```js +consumer.eachMapping(function (m) { console.log(m); }) +// ... +// { source: 'illmatic.js', +// generatedLine: 1, +// generatedColumn: 0, +// originalLine: 1, +// originalColumn: 0, +// name: null } +// { source: 'illmatic.js', +// generatedLine: 2, +// generatedColumn: 0, +// originalLine: 2, +// originalColumn: 0, +// name: null } +// ... +``` +### SourceMapGenerator + +An instance of the SourceMapGenerator represents a source map which is being +built incrementally. + +#### new SourceMapGenerator([startOfSourceMap]) + +You may pass an object with the following properties: + +* `file`: The filename of the generated source that this source map is + associated with. + +* `sourceRoot`: A root for all relative URLs in this source map. + +* `skipValidation`: Optional. When `true`, disables validation of mappings as + they are added. This can improve performance but should be used with + discretion, as a last resort. Even then, one should avoid using this flag when + running tests, if possible. + +```js +var generator = new sourceMap.SourceMapGenerator({ + file: "my-generated-javascript-file.js", + sourceRoot: "http://example.com/app/js/" +}); +``` + +#### SourceMapGenerator.fromSourceMap(sourceMapConsumer) + +Creates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance. + +* `sourceMapConsumer` The SourceMap. + +```js +var generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer); +``` + +#### SourceMapGenerator.prototype.addMapping(mapping) + +Add a single mapping from original source line and column to the generated +source's line and column for this source map being created. The mapping object +should have the following properties: + +* `generated`: An object with the generated line and column positions. + +* `original`: An object with the original line and column positions. + +* `source`: The original source file (relative to the sourceRoot). + +* `name`: An optional original token name for this mapping. + +```js +generator.addMapping({ + source: "module-one.scm", + original: { line: 128, column: 0 }, + generated: { line: 3, column: 456 } +}) +``` + +#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent) + +Set the source content for an original source file. + +* `sourceFile` the URL of the original source file. + +* `sourceContent` the content of the source file. + +```js +generator.setSourceContent("module-one.scm", + fs.readFileSync("path/to/module-one.scm")) +``` + +#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]]) + +Applies a SourceMap for a source file to the SourceMap. +Each mapping to the supplied source file is rewritten using the +supplied SourceMap. Note: The resolution for the resulting mappings +is the minimum of this map and the supplied map. + +* `sourceMapConsumer`: The SourceMap to be applied. + +* `sourceFile`: Optional. The filename of the source file. + If omitted, sourceMapConsumer.file will be used, if it exists. + Otherwise an error will be thrown. + +* `sourceMapPath`: Optional. The dirname of the path to the SourceMap + to be applied. If relative, it is relative to the SourceMap. + + This parameter is needed when the two SourceMaps aren't in the same + directory, and the SourceMap to be applied contains relative source + paths. If so, those relative source paths need to be rewritten + relative to the SourceMap. + + If omitted, it is assumed that both SourceMaps are in the same directory, + thus not needing any rewriting. (Supplying `'.'` has the same effect.) + +#### SourceMapGenerator.prototype.toString() + +Renders the source map being generated to a string. + +```js +generator.toString() +// '{"version":3,"sources":["module-one.scm"],"names":[],"mappings":"...snip...","file":"my-generated-javascript-file.js","sourceRoot":"http://example.com/app/js/"}' +``` + +### SourceNode + +SourceNodes provide a way to abstract over interpolating and/or concatenating +snippets of generated JavaScript source code, while maintaining the line and +column information associated between those snippets and the original source +code. This is useful as the final intermediate representation a compiler might +use before outputting the generated JS and source map. + +#### new SourceNode([line, column, source[, chunk[, name]]]) + +* `line`: The original line number associated with this source node, or null if + it isn't associated with an original line. + +* `column`: The original column number associated with this source node, or null + if it isn't associated with an original column. + +* `source`: The original source's filename; null if no filename is provided. + +* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see + below. + +* `name`: Optional. The original identifier. + +```js +var node = new SourceNode(1, 2, "a.cpp", [ + new SourceNode(3, 4, "b.cpp", "extern int status;\n"), + new SourceNode(5, 6, "c.cpp", "std::string* make_string(size_t n);\n"), + new SourceNode(7, 8, "d.cpp", "int main(int argc, char** argv) {}\n"), +]); +``` + +#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath]) + +Creates a SourceNode from generated code and a SourceMapConsumer. + +* `code`: The generated code + +* `sourceMapConsumer` The SourceMap for the generated code + +* `relativePath` The optional path that relative sources in `sourceMapConsumer` + should be relative to. + +```js +var consumer = new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8")); +var node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"), + consumer); +``` + +#### SourceNode.prototype.add(chunk) + +Add a chunk of generated JS to this source node. + +* `chunk`: A string snippet of generated JS code, another instance of + `SourceNode`, or an array where each member is one of those things. + +```js +node.add(" + "); +node.add(otherNode); +node.add([leftHandOperandNode, " + ", rightHandOperandNode]); +``` + +#### SourceNode.prototype.prepend(chunk) + +Prepend a chunk of generated JS to this source node. + +* `chunk`: A string snippet of generated JS code, another instance of + `SourceNode`, or an array where each member is one of those things. + +```js +node.prepend("/** Build Id: f783haef86324gf **/\n\n"); +``` + +#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent) + +Set the source content for a source file. This will be added to the +`SourceMap` in the `sourcesContent` field. + +* `sourceFile`: The filename of the source file + +* `sourceContent`: The content of the source file + +```js +node.setSourceContent("module-one.scm", + fs.readFileSync("path/to/module-one.scm")) +``` + +#### SourceNode.prototype.walk(fn) + +Walk over the tree of JS snippets in this node and its children. The walking +function is called once for each snippet of JS and is passed that snippet and +the its original associated source's line/column location. + +* `fn`: The traversal function. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.walk(function (code, loc) { console.log("WALK:", code, loc); }) +// WALK: uno { source: 'b.js', line: 3, column: 4, name: null } +// WALK: dos { source: 'a.js', line: 1, column: 2, name: null } +// WALK: tres { source: 'a.js', line: 1, column: 2, name: null } +// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null } +``` + +#### SourceNode.prototype.walkSourceContents(fn) + +Walk over the tree of SourceNodes. The walking function is called for each +source file content and is passed the filename and source content. + +* `fn`: The traversal function. + +```js +var a = new SourceNode(1, 2, "a.js", "generated from a"); +a.setSourceContent("a.js", "original a"); +var b = new SourceNode(1, 2, "b.js", "generated from b"); +b.setSourceContent("b.js", "original b"); +var c = new SourceNode(1, 2, "c.js", "generated from c"); +c.setSourceContent("c.js", "original c"); + +var node = new SourceNode(null, null, null, [a, b, c]); +node.walkSourceContents(function (source, contents) { console.log("WALK:", source, ":", contents); }) +// WALK: a.js : original a +// WALK: b.js : original b +// WALK: c.js : original c +``` + +#### SourceNode.prototype.join(sep) + +Like `Array.prototype.join` except for SourceNodes. Inserts the separator +between each of this source node's children. + +* `sep`: The separator. + +```js +var lhs = new SourceNode(1, 2, "a.rs", "my_copy"); +var operand = new SourceNode(3, 4, "a.rs", "="); +var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()"); + +var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]); +var joinedNode = node.join(" "); +``` + +#### SourceNode.prototype.replaceRight(pattern, replacement) + +Call `String.prototype.replace` on the very right-most source snippet. Useful +for trimming white space from the end of a source node, etc. + +* `pattern`: The pattern to replace. + +* `replacement`: The thing to replace the pattern with. + +```js +// Trim trailing white space. +node.replaceRight(/\s*$/, ""); +``` + +#### SourceNode.prototype.toString() + +Return the string representation of this source node. Walks over the tree and +concatenates all the various snippets together to one string. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.toString() +// 'unodostresquatro' +``` + +#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap]) + +Returns the string representation of this tree of source nodes, plus a +SourceMapGenerator which contains all the mappings between the generated and +original sources. + +The arguments are the same as those to `new SourceMapGenerator`. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.toStringWithSourceMap({ file: "my-output-file.js" }) +// { code: 'unodostresquatro', +// map: [object SourceMapGenerator] } +``` diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.debug.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.debug.js new file mode 100644 index 0000000..b5ab638 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.debug.js @@ -0,0 +1,3091 @@ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define([], factory); + else if(typeof exports === 'object') + exports["sourceMap"] = factory(); + else + root["sourceMap"] = factory(); +})(this, function() { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; +/******/ +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.loaded = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + /* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ + exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; + exports.SourceNode = __webpack_require__(10).SourceNode; + + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var base64VLQ = __webpack_require__(2); + var util = __webpack_require__(4); + var ArraySet = __webpack_require__(5).ArraySet; + var MappingList = __webpack_require__(6).MappingList; + + /** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ + function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; + } + + SourceMapGenerator.prototype._version = 3; + + /** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ + SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + + /** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ + SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + + /** + * Set the source content for a source file. + */ + SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + + /** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ + SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + + /** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ + SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + + /** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ + SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + + SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + + /** + * Externalize the source map. + */ + SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + + /** + * Render the source map being generated to a string. + */ + SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + + exports.SourceMapGenerator = SourceMapGenerator; + + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + + var base64 = __webpack_require__(3); + + // A single base 64 digit can contain 6 bits of data. For the base 64 variable + // length quantities we use in the source map spec, the first bit is the sign, + // the next four bits are the actual value, and the 6th bit is the + // continuation bit. The continuation bit tells us whether there are more + // digits in this value following this digit. + // + // Continuation + // | Sign + // | | + // V V + // 101011 + + var VLQ_BASE_SHIFT = 5; + + // binary: 100000 + var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + + // binary: 011111 + var VLQ_BASE_MASK = VLQ_BASE - 1; + + // binary: 100000 + var VLQ_CONTINUATION_BIT = VLQ_BASE; + + /** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ + function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; + } + + /** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ + function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; + } + + /** + * Returns the base 64 VLQ encoded value. + */ + exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; + }; + + /** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ + exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; + }; + + +/***/ }), +/* 3 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + + /** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ + exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); + }; + + /** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ + exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; + }; + + +/***/ }), +/* 4 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + /** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ + function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } + } + exports.getArg = getArg; + + var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/; + var dataUrlRegexp = /^data:.+\,.+$/; + + function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; + } + exports.urlParse = urlParse; + + function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; + } + exports.urlGenerate = urlGenerate; + + /** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ + function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; + } + exports.normalize = normalize; + + /** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ + function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; + } + exports.join = join; + + exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp); + }; + + /** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ + function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); + } + exports.relative = relative; + + var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); + }()); + + function identity (s) { + return s; + } + + /** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ + function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; + } + exports.toSetString = supportsNullProto ? identity : toSetString; + + function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; + } + exports.fromSetString = supportsNullProto ? identity : fromSetString; + + function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; + } + + /** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ + function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = mappingA.source - mappingB.source; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return mappingA.name - mappingB.name; + } + exports.compareByOriginalPositions = compareByOriginalPositions; + + /** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ + function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = mappingA.source - mappingB.source; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return mappingA.name - mappingB.name; + } + exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + + function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; + } + + /** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ + function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + + +/***/ }), +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var has = Object.prototype.hasOwnProperty; + var hasNativeMap = typeof Map !== "undefined"; + + /** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ + function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); + } + + /** + * Static method for creating ArraySet instances from an existing array. + */ + ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; + }; + + /** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ + ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; + }; + + /** + * Add the given string to this set. + * + * @param String aStr + */ + ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } + }; + + /** + * Is the given string a member of this set? + * + * @param String aStr + */ + ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } + }; + + /** + * What is the index of the given string in the array? + * + * @param String aStr + */ + ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); + }; + + /** + * What is the element at the given index? + * + * @param Number aIdx + */ + ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); + }; + + /** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ + ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); + }; + + exports.ArraySet = ArraySet; + + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + + /** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ + function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; + } + + /** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ + function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; + } + + /** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ + MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + + /** + * Add the given source mapping. + * + * @param Object aMapping + */ + MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } + }; + + /** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ + MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; + }; + + exports.MappingList = MappingList; + + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var binarySearch = __webpack_require__(8); + var ArraySet = __webpack_require__(5).ArraySet; + var base64VLQ = __webpack_require__(2); + var quickSort = __webpack_require__(9).quickSort; + + function SourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap) + : new BasicSourceMapConsumer(sourceMap); + } + + SourceMapConsumer.fromSourceMap = function(aSourceMap) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap); + } + + /** + * The version of the source mapping spec that we are consuming. + */ + SourceMapConsumer.prototype._version = 3; + + // `__generatedMappings` and `__originalMappings` are arrays that hold the + // parsed mapping coordinates from the source map's "mappings" attribute. They + // are lazily instantiated, accessed via the `_generatedMappings` and + // `_originalMappings` getters respectively, and we only parse the mappings + // and create these arrays once queried for a source location. We jump through + // these hoops because there can be many thousands of mappings, and parsing + // them is expensive, so we only want to do it if we must. + // + // Each object in the arrays is of the form: + // + // { + // generatedLine: The line number in the generated code, + // generatedColumn: The column number in the generated code, + // source: The path to the original source file that generated this + // chunk of code, + // originalLine: The line number in the original source that + // corresponds to this chunk of generated code, + // originalColumn: The column number in the original source that + // corresponds to this chunk of generated code, + // name: The name of the original symbol which generated this chunk of + // code. + // } + // + // All properties except for `generatedLine` and `generatedColumn` can be + // `null`. + // + // `_generatedMappings` is ordered by the generated positions. + // + // `_originalMappings` is ordered by the original positions. + + SourceMapConsumer.prototype.__generatedMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } + }); + + SourceMapConsumer.prototype.__originalMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } + }); + + SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + + SourceMapConsumer.GENERATED_ORDER = 1; + SourceMapConsumer.ORIGINAL_ORDER = 2; + + SourceMapConsumer.GREATEST_LOWER_BOUND = 1; + SourceMapConsumer.LEAST_UPPER_BOUND = 2; + + /** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ + SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + if (source != null && sourceRoot != null) { + source = util.join(sourceRoot, source); + } + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + + /** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: Optional. the column number in the original source. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ + SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + if (this.sourceRoot != null) { + needle.source = util.relative(this.sourceRoot, needle.source); + } + if (!this._sources.has(needle.source)) { + return []; + } + needle.source = this._sources.indexOf(needle.source); + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + + exports.SourceMapConsumer = SourceMapConsumer; + + /** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The only parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ + function BasicSourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this.file = file; + } + + BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + + /** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @returns BasicSourceMapConsumer + */ + BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + + /** + * The version of the source mapping spec that we are consuming. + */ + BasicSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._sources.toArray().map(function (s) { + return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s; + }, this); + } + }); + + /** + * Provide the JIT with a nice shape / hidden class. + */ + function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; + } + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + + /** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ + BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + + /** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ + BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. + * - column: The column number in the generated source. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. + * - column: The column number in the original source, or null. + * - name: The original identifier, or null. + */ + BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + if (this.sourceRoot != null) { + source = util.join(this.sourceRoot, source); + } + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + if (this.sourceRoot != null) { + aSource = util.relative(this.sourceRoot, aSource); + } + + if (this._sources.has(aSource)) { + return this.sourcesContent[this._sources.indexOf(aSource)]; + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = aSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + aSource)) { + return this.sourcesContent[this._sources.indexOf("/" + aSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: The column number in the original source. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ + BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + if (this.sourceRoot != null) { + source = util.relative(this.sourceRoot, source); + } + if (!this._sources.has(source)) { + return { + line: null, + column: null, + lastColumn: null + }; + } + source = this._sources.indexOf(source); + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + + exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + + /** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The only parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ + function IndexedSourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map')) + } + }); + } + + IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + + /** + * The version of the source mapping spec that we are consuming. + */ + IndexedSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } + }); + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. + * - column: The column number in the generated source. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. + * - column: The column number in the original source, or null. + * - name: The original identifier, or null. + */ + IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: The column number in the original source. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ + IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + if (section.consumer.sourceRoot !== null) { + source = util.join(section.consumer.sourceRoot, source); + } + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + + exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; + + +/***/ }), +/* 8 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + exports.GREATEST_LOWER_BOUND = 1; + exports.LEAST_UPPER_BOUND = 2; + + /** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ + function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } + } + + /** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ + exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; + }; + + +/***/ }), +/* 9 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + // It turns out that some (most?) JavaScript engines don't self-host + // `Array.prototype.sort`. This makes sense because C++ will likely remain + // faster than JS when doing raw CPU-intensive sorting. However, when using a + // custom comparator function, calling back and forth between the VM's C++ and + // JIT'd JS is rather slow *and* loses JIT type information, resulting in + // worse generated code for the comparator function than would be optimal. In + // fact, when sorting with a comparator, these costs outweigh the benefits of + // sorting in C++. By using our own JS-implemented Quick Sort (below), we get + // a ~3500ms mean speed-up in `bench/bench.html`. + + /** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ + function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; + } + + /** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ + function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); + } + + /** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ + function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } + } + + /** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ + exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); + }; + + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + var util = __webpack_require__(4); + + // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other + // operating systems these days (capturing the result). + var REGEX_NEWLINE = /(\r?\n)/; + + // Newline character code for charCodeAt() comparisons + var NEWLINE_CODE = 10; + + // Private symbol for identifying `SourceNode`s when multiple versions of + // the source-map library are loaded. This MUST NOT CHANGE across + // versions! + var isSourceNode = "$$$isSourceNode$$$"; + + /** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ + function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); + } + + /** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ + SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex]; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex]; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + + /** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } + }; + + /** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ + SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; + }; + + /** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ + SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; + }; + + /** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ + SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + + /** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + + /** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ + SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; + }; + + /** + * Returns the string representation of this source node along with a source + * map. + */ + SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; + }; + + exports.SourceNode = SourceNode; + + +/***/ }) +/******/ ]) +}); +; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vd2VicGFjay91bml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uIiwid2VicGFjazovLy93ZWJwYWNrL2Jvb3RzdHJhcCBlNDczOGZjNzJhN2IyMzAzOTg4OSIsIndlYnBhY2s6Ly8vLi9zb3VyY2UtbWFwLmpzIiwid2VicGFjazovLy8uL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LXZscS5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LmpzIiwid2VicGFjazovLy8uL2xpYi91dGlsLmpzIiwid2VicGFjazovLy8uL2xpYi9hcnJheS1zZXQuanMiLCJ3ZWJwYWNrOi8vLy4vbGliL21hcHBpbmctbGlzdC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmluYXJ5LXNlYXJjaC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvcXVpY2stc29ydC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW5vZGUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNELE87QUNWQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSx1QkFBZTtBQUNmO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7QUFHQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOzs7Ozs7O0FDdENBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNQQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsTUFBSztBQUNMO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0EsMkNBQTBDLFNBQVM7QUFDbkQ7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxxQkFBb0I7QUFDcEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FB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QUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxFQUFDOztBQUVEO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLDRCQUEyQixRQUFRO0FBQ25DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNoYUEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsdUNBQXNDLFNBQVM7QUFDL0M7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQ3hIQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWdCO0FBQ2hCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQzlFQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSx1REFBc0Q7QUFDdEQ7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxFQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsRUFBQzs7QUFFRDtBQUNBO0FBQ0E7QUFDQSxvQkFBbUI7QUFDbkI7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7O0FBRVg7QUFDQTtBQUNBLFFBQU87QUFDUDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsWUFBVzs7QUFFWDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNEJBQTJCLE1BQU07QUFDakM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSx1REFBc0Q7QUFDdEQ7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBLHVEQUFzRCxZQUFZO0FBQ2xFO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0Esb0NBQW1DO0FBQ25DO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwwQkFBeUIsY0FBYztBQUN2QztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXVCLHdDQUF3QztBQUMvRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0RBQStDLG1CQUFtQixFQUFFO0FBQ3BFOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtCQUFpQixvQkFBb0I7QUFDckM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDhCQUE2QixNQUFNO0FBQ25DO0FBQ0EsUUFBTztBQUNQO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsdURBQXNEO0FBQ3REOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBLElBQUc7QUFDSDs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFtQiwyQkFBMkI7QUFDOUMsc0JBQXFCLCtDQUErQztBQUNwRTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsRUFBQzs7QUFFRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsUUFBTztBQUNQOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW1CLDJCQUEyQjtBQUM5Qzs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsMkJBQTJCO0FBQzlDOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFtQiwyQkFBMkI7QUFDOUM7QUFDQTtBQUNBLHNCQUFxQiw0QkFBNEI7QUFDakQ7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBOzs7Ozs7O0FDempDQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7Ozs7OztBQzlHQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFlBQVcsTUFBTTtBQUNqQjtBQUNBLFlBQVcsT0FBTztBQUNsQjtBQUNBLFlBQVcsT0FBTztBQUNsQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxZQUFXLE1BQU07QUFDakI7QUFDQSxZQUFXLFNBQVM7QUFDcEI7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFtQixPQUFPO0FBQzFCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxZQUFXLE1BQU07QUFDakI7QUFDQSxZQUFXLFNBQVM7QUFDcEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7Ozs7OztBQ2pIQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLOztBQUVMOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQ0FBaUMsUUFBUTtBQUN6QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw4Q0FBNkMsU0FBUztBQUN0RDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxxQkFBb0I7QUFDcEI7QUFDQTtBQUNBLHVDQUFzQztBQUN0QztBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxnQkFBZSxXQUFXO0FBQzFCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxnREFBK0MsU0FBUztBQUN4RDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLDBDQUF5QyxTQUFTO0FBQ2xEO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsWUFBVztBQUNYO0FBQ0E7QUFDQTtBQUNBLFlBQVc7QUFDWDtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQSw2Q0FBNEMsY0FBYztBQUMxRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBLGNBQWE7QUFDYjtBQUNBLFlBQVc7QUFDWDtBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7QUFDQTtBQUNBLElBQUc7O0FBRUgsV0FBVTtBQUNWOztBQUVBIiwiZmlsZSI6InNvdXJjZS1tYXAuZGVidWcuanMiLCJzb3VyY2VzQ29udGVudCI6WyIoZnVuY3Rpb24gd2VicGFja1VuaXZlcnNhbE1vZHVsZURlZmluaXRpb24ocm9vdCwgZmFjdG9yeSkge1xuXHRpZih0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSA9PT0gJ29iamVjdCcpXG5cdFx0bW9kdWxlLmV4cG9ydHMgPSBmYWN0b3J5KCk7XG5cdGVsc2UgaWYodHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kKVxuXHRcdGRlZmluZShbXSwgZmFjdG9yeSk7XG5cdGVsc2UgaWYodHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnKVxuXHRcdGV4cG9ydHNbXCJzb3VyY2VNYXBcIl0gPSBmYWN0b3J5KCk7XG5cdGVsc2Vcblx0XHRyb290W1wic291cmNlTWFwXCJdID0gZmFjdG9yeSgpO1xufSkodGhpcywgZnVuY3Rpb24oKSB7XG5yZXR1cm4gXG5cblxuLy8gV0VCUEFDSyBGT09URVIgLy9cbi8vIHdlYnBhY2svdW5pdmVyc2FsTW9kdWxlRGVmaW5pdGlvbiIsIiBcdC8vIFRoZSBtb2R1bGUgY2FjaGVcbiBcdHZhciBpbnN0YWxsZWRNb2R1bGVzID0ge307XG5cbiBcdC8vIFRoZSByZXF1aXJlIGZ1bmN0aW9uXG4gXHRmdW5jdGlvbiBfX3dlYnBhY2tfcmVxdWlyZV9fKG1vZHVsZUlkKSB7XG5cbiBcdFx0Ly8gQ2hlY2sgaWYgbW9kdWxlIGlzIGluIGNhY2hlXG4gXHRcdGlmKGluc3RhbGxlZE1vZHVsZXNbbW9kdWxlSWRdKVxuIFx0XHRcdHJldHVybiBpbnN0YWxsZWRNb2R1bGVzW21vZHVsZUlkXS5leHBvcnRzO1xuXG4gXHRcdC8vIENyZWF0ZSBhIG5ldyBtb2R1bGUgKGFuZCBwdXQgaXQgaW50byB0aGUgY2FjaGUpXG4gXHRcdHZhciBtb2R1bGUgPSBpbnN0YWxsZWRNb2R1bGVzW21vZHVsZUlkXSA9IHtcbiBcdFx0XHRleHBvcnRzOiB7fSxcbiBcdFx0XHRpZDogbW9kdWxlSWQsXG4gXHRcdFx0bG9hZGVkOiBmYWxzZVxuIFx0XHR9O1xuXG4gXHRcdC8vIEV4ZWN1dGUgdGhlIG1vZHVsZSBmdW5jdGlvblxuIFx0XHRtb2R1bGVzW21vZHVsZUlkXS5jYWxsKG1vZHVsZS5leHBvcnRzLCBtb2R1bGUsIG1vZHVsZS5leHBvcnRzLCBfX3dlYnBhY2tfcmVxdWlyZV9fKTtcblxuIFx0XHQvLyBGbGFnIHRoZSBtb2R1bGUgYXMgbG9hZGVkXG4gXHRcdG1vZHVsZS5sb2FkZWQgPSB0cnVlO1xuXG4gXHRcdC8vIFJldHVybiB0aGUgZXhwb3J0cyBvZiB0aGUgbW9kdWxlXG4gXHRcdHJldHVybiBtb2R1bGUuZXhwb3J0cztcbiBcdH1cblxuXG4gXHQvLyBleHBvc2UgdGhlIG1vZHVsZXMgb2JqZWN0IChfX3dlYnBhY2tfbW9kdWxlc19fKVxuIFx0X193ZWJwYWNrX3JlcXVpcmVfXy5tID0gbW9kdWxlcztcblxuIFx0Ly8gZXhwb3NlIHRoZSBtb2R1bGUgY2FjaGVcbiBcdF9fd2VicGFja19yZXF1aXJlX18uYyA9IGluc3RhbGxlZE1vZHVsZXM7XG5cbiBcdC8vIF9fd2VicGFja19wdWJsaWNfcGF0aF9fXG4gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLnAgPSBcIlwiO1xuXG4gXHQvLyBMb2FkIGVudHJ5IG1vZHVsZSBhbmQgcmV0dXJuIGV4cG9ydHNcbiBcdHJldHVybiBfX3dlYnBhY2tfcmVxdWlyZV9fKDApO1xuXG5cblxuLy8gV0VCUEFDSyBGT09URVIgLy9cbi8vIHdlYnBhY2svYm9vdHN0cmFwIGU0NzM4ZmM3MmE3YjIzMDM5ODg5IiwiLypcbiAqIENvcHlyaWdodCAyMDA5LTIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFLnR4dCBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuZXhwb3J0cy5Tb3VyY2VNYXBHZW5lcmF0b3IgPSByZXF1aXJlKCcuL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvcicpLlNvdXJjZU1hcEdlbmVyYXRvcjtcbmV4cG9ydHMuU291cmNlTWFwQ29uc3VtZXIgPSByZXF1aXJlKCcuL2xpYi9zb3VyY2UtbWFwLWNvbnN1bWVyJykuU291cmNlTWFwQ29uc3VtZXI7XG5leHBvcnRzLlNvdXJjZU5vZGUgPSByZXF1aXJlKCcuL2xpYi9zb3VyY2Utbm9kZScpLlNvdXJjZU5vZGU7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL3NvdXJjZS1tYXAuanNcbi8vIG1vZHVsZSBpZCA9IDBcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgYmFzZTY0VkxRID0gcmVxdWlyZSgnLi9iYXNlNjQtdmxxJyk7XG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIEFycmF5U2V0ID0gcmVxdWlyZSgnLi9hcnJheS1zZXQnKS5BcnJheVNldDtcbnZhciBNYXBwaW5nTGlzdCA9IHJlcXVpcmUoJy4vbWFwcGluZy1saXN0JykuTWFwcGluZ0xpc3Q7XG5cbi8qKlxuICogQW4gaW5zdGFuY2Ugb2YgdGhlIFNvdXJjZU1hcEdlbmVyYXRvciByZXByZXNlbnRzIGEgc291cmNlIG1hcCB3aGljaCBpc1xuICogYmVpbmcgYnVpbHQgaW5jcmVtZW50YWxseS4gWW91IG1heSBwYXNzIGFuIG9iamVjdCB3aXRoIHRoZSBmb2xsb3dpbmdcbiAqIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGZpbGU6IFRoZSBmaWxlbmFtZSBvZiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS5cbiAqICAgLSBzb3VyY2VSb290OiBBIHJvb3QgZm9yIGFsbCByZWxhdGl2ZSBVUkxzIGluIHRoaXMgc291cmNlIG1hcC5cbiAqL1xuZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yKGFBcmdzKSB7XG4gIGlmICghYUFyZ3MpIHtcbiAgICBhQXJncyA9IHt9O1xuICB9XG4gIHRoaXMuX2ZpbGUgPSB1dGlsLmdldEFyZyhhQXJncywgJ2ZpbGUnLCBudWxsKTtcbiAgdGhpcy5fc291cmNlUm9vdCA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlUm9vdCcsIG51bGwpO1xuICB0aGlzLl9za2lwVmFsaWRhdGlvbiA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc2tpcFZhbGlkYXRpb24nLCBmYWxzZSk7XG4gIHRoaXMuX3NvdXJjZXMgPSBuZXcgQXJyYXlTZXQoKTtcbiAgdGhpcy5fbmFtZXMgPSBuZXcgQXJyYXlTZXQoKTtcbiAgdGhpcy5fbWFwcGluZ3MgPSBuZXcgTWFwcGluZ0xpc3QoKTtcbiAgdGhpcy5fc291cmNlc0NvbnRlbnRzID0gbnVsbDtcbn1cblxuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogQ3JlYXRlcyBhIG5ldyBTb3VyY2VNYXBHZW5lcmF0b3IgYmFzZWQgb24gYSBTb3VyY2VNYXBDb25zdW1lclxuICpcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIFNvdXJjZU1hcC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLmZyb21Tb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfZnJvbVNvdXJjZU1hcChhU291cmNlTWFwQ29uc3VtZXIpIHtcbiAgICB2YXIgc291cmNlUm9vdCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VSb290O1xuICAgIHZhciBnZW5lcmF0b3IgPSBuZXcgU291cmNlTWFwR2VuZXJhdG9yKHtcbiAgICAgIGZpbGU6IGFTb3VyY2VNYXBDb25zdW1lci5maWxlLFxuICAgICAgc291cmNlUm9vdDogc291cmNlUm9vdFxuICAgIH0pO1xuICAgIGFTb3VyY2VNYXBDb25zdW1lci5lYWNoTWFwcGluZyhmdW5jdGlvbiAobWFwcGluZykge1xuICAgICAgdmFyIG5ld01hcHBpbmcgPSB7XG4gICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgIGxpbmU6IG1hcHBpbmcuZ2VuZXJhdGVkTGluZSxcbiAgICAgICAgICBjb2x1bW46IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uXG4gICAgICAgIH1cbiAgICAgIH07XG5cbiAgICAgIGlmIChtYXBwaW5nLnNvdXJjZSAhPSBudWxsKSB7XG4gICAgICAgIG5ld01hcHBpbmcuc291cmNlID0gbWFwcGluZy5zb3VyY2U7XG4gICAgICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgICBuZXdNYXBwaW5nLnNvdXJjZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgbmV3TWFwcGluZy5zb3VyY2UpO1xuICAgICAgICB9XG5cbiAgICAgICAgbmV3TWFwcGluZy5vcmlnaW5hbCA9IHtcbiAgICAgICAgICBsaW5lOiBtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICBjb2x1bW46IG1hcHBpbmcub3JpZ2luYWxDb2x1bW5cbiAgICAgICAgfTtcblxuICAgICAgICBpZiAobWFwcGluZy5uYW1lICE9IG51bGwpIHtcbiAgICAgICAgICBuZXdNYXBwaW5nLm5hbWUgPSBtYXBwaW5nLm5hbWU7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgZ2VuZXJhdG9yLmFkZE1hcHBpbmcobmV3TWFwcGluZyk7XG4gICAgfSk7XG4gICAgYVNvdXJjZU1hcENvbnN1bWVyLnNvdXJjZXMuZm9yRWFjaChmdW5jdGlvbiAoc291cmNlRmlsZSkge1xuICAgICAgdmFyIGNvbnRlbnQgPSBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlQ29udGVudEZvcihzb3VyY2VGaWxlKTtcbiAgICAgIGlmIChjb250ZW50ICE9IG51bGwpIHtcbiAgICAgICAgZ2VuZXJhdG9yLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSk7XG4gICAgcmV0dXJuIGdlbmVyYXRvcjtcbiAgfTtcblxuLyoqXG4gKiBBZGQgYSBzaW5nbGUgbWFwcGluZyBmcm9tIG9yaWdpbmFsIHNvdXJjZSBsaW5lIGFuZCBjb2x1bW4gdG8gdGhlIGdlbmVyYXRlZFxuICogc291cmNlJ3MgbGluZSBhbmQgY29sdW1uIGZvciB0aGlzIHNvdXJjZSBtYXAgYmVpbmcgY3JlYXRlZC4gVGhlIG1hcHBpbmdcbiAqIG9iamVjdCBzaG91bGQgaGF2ZSB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGdlbmVyYXRlZDogQW4gb2JqZWN0IHdpdGggdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gcG9zaXRpb25zLlxuICogICAtIG9yaWdpbmFsOiBBbiBvYmplY3Qgd2l0aCB0aGUgb3JpZ2luYWwgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucy5cbiAqICAgLSBzb3VyY2U6IFRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZSAocmVsYXRpdmUgdG8gdGhlIHNvdXJjZVJvb3QpLlxuICogICAtIG5hbWU6IEFuIG9wdGlvbmFsIG9yaWdpbmFsIHRva2VuIG5hbWUgZm9yIHRoaXMgbWFwcGluZy5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5hZGRNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX2FkZE1hcHBpbmcoYUFyZ3MpIHtcbiAgICB2YXIgZ2VuZXJhdGVkID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdnZW5lcmF0ZWQnKTtcbiAgICB2YXIgb3JpZ2luYWwgPSB1dGlsLmdldEFyZyhhQXJncywgJ29yaWdpbmFsJywgbnVsbCk7XG4gICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJywgbnVsbCk7XG4gICAgdmFyIG5hbWUgPSB1dGlsLmdldEFyZyhhQXJncywgJ25hbWUnLCBudWxsKTtcblxuICAgIGlmICghdGhpcy5fc2tpcFZhbGlkYXRpb24pIHtcbiAgICAgIHRoaXMuX3ZhbGlkYXRlTWFwcGluZyhnZW5lcmF0ZWQsIG9yaWdpbmFsLCBzb3VyY2UsIG5hbWUpO1xuICAgIH1cblxuICAgIGlmIChzb3VyY2UgIT0gbnVsbCkge1xuICAgICAgc291cmNlID0gU3RyaW5nKHNvdXJjZSk7XG4gICAgICBpZiAoIXRoaXMuX3NvdXJjZXMuaGFzKHNvdXJjZSkpIHtcbiAgICAgICAgdGhpcy5fc291cmNlcy5hZGQoc291cmNlKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAobmFtZSAhPSBudWxsKSB7XG4gICAgICBuYW1lID0gU3RyaW5nKG5hbWUpO1xuICAgICAgaWYgKCF0aGlzLl9uYW1lcy5oYXMobmFtZSkpIHtcbiAgICAgICAgdGhpcy5fbmFtZXMuYWRkKG5hbWUpO1xuICAgICAgfVxuICAgIH1cblxuICAgIHRoaXMuX21hcHBpbmdzLmFkZCh7XG4gICAgICBnZW5lcmF0ZWRMaW5lOiBnZW5lcmF0ZWQubGluZSxcbiAgICAgIGdlbmVyYXRlZENvbHVtbjogZ2VuZXJhdGVkLmNvbHVtbixcbiAgICAgIG9yaWdpbmFsTGluZTogb3JpZ2luYWwgIT0gbnVsbCAmJiBvcmlnaW5hbC5saW5lLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IG9yaWdpbmFsICE9IG51bGwgJiYgb3JpZ2luYWwuY29sdW1uLFxuICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICBuYW1lOiBuYW1lXG4gICAgfSk7XG4gIH07XG5cbi8qKlxuICogU2V0IHRoZSBzb3VyY2UgY29udGVudCBmb3IgYSBzb3VyY2UgZmlsZS5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5zZXRTb3VyY2VDb250ZW50ID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX3NldFNvdXJjZUNvbnRlbnQoYVNvdXJjZUZpbGUsIGFTb3VyY2VDb250ZW50KSB7XG4gICAgdmFyIHNvdXJjZSA9IGFTb3VyY2VGaWxlO1xuICAgIGlmICh0aGlzLl9zb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZSA9IHV0aWwucmVsYXRpdmUodGhpcy5fc291cmNlUm9vdCwgc291cmNlKTtcbiAgICB9XG5cbiAgICBpZiAoYVNvdXJjZUNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgLy8gQWRkIHRoZSBzb3VyY2UgY29udGVudCB0byB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAuXG4gICAgICAvLyBDcmVhdGUgYSBuZXcgX3NvdXJjZXNDb250ZW50cyBtYXAgaWYgdGhlIHByb3BlcnR5IGlzIG51bGwuXG4gICAgICBpZiAoIXRoaXMuX3NvdXJjZXNDb250ZW50cykge1xuICAgICAgICB0aGlzLl9zb3VyY2VzQ29udGVudHMgPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICAgICAgfVxuICAgICAgdGhpcy5fc291cmNlc0NvbnRlbnRzW3V0aWwudG9TZXRTdHJpbmcoc291cmNlKV0gPSBhU291cmNlQ29udGVudDtcbiAgICB9IGVsc2UgaWYgKHRoaXMuX3NvdXJjZXNDb250ZW50cykge1xuICAgICAgLy8gUmVtb3ZlIHRoZSBzb3VyY2UgZmlsZSBmcm9tIHRoZSBfc291cmNlc0NvbnRlbnRzIG1hcC5cbiAgICAgIC8vIElmIHRoZSBfc291cmNlc0NvbnRlbnRzIG1hcCBpcyBlbXB0eSwgc2V0IHRoZSBwcm9wZXJ0eSB0byBudWxsLlxuICAgICAgZGVsZXRlIHRoaXMuX3NvdXJjZXNDb250ZW50c1t1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSldO1xuICAgICAgaWYgKE9iamVjdC5rZXlzKHRoaXMuX3NvdXJjZXNDb250ZW50cykubGVuZ3RoID09PSAwKSB7XG4gICAgICAgIHRoaXMuX3NvdXJjZXNDb250ZW50cyA9IG51bGw7XG4gICAgICB9XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIEFwcGxpZXMgdGhlIG1hcHBpbmdzIG9mIGEgc3ViLXNvdXJjZS1tYXAgZm9yIGEgc3BlY2lmaWMgc291cmNlIGZpbGUgdG8gdGhlXG4gKiBzb3VyY2UgbWFwIGJlaW5nIGdlbmVyYXRlZC4gRWFjaCBtYXBwaW5nIHRvIHRoZSBzdXBwbGllZCBzb3VyY2UgZmlsZSBpc1xuICogcmV3cml0dGVuIHVzaW5nIHRoZSBzdXBwbGllZCBzb3VyY2UgbWFwLiBOb3RlOiBUaGUgcmVzb2x1dGlvbiBmb3IgdGhlXG4gKiByZXN1bHRpbmcgbWFwcGluZ3MgaXMgdGhlIG1pbmltaXVtIG9mIHRoaXMgbWFwIGFuZCB0aGUgc3VwcGxpZWQgbWFwLlxuICpcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIHNvdXJjZSBtYXAgdG8gYmUgYXBwbGllZC5cbiAqIEBwYXJhbSBhU291cmNlRmlsZSBPcHRpb25hbC4gVGhlIGZpbGVuYW1lIG9mIHRoZSBzb3VyY2UgZmlsZS5cbiAqICAgICAgICBJZiBvbWl0dGVkLCBTb3VyY2VNYXBDb25zdW1lcidzIGZpbGUgcHJvcGVydHkgd2lsbCBiZSB1c2VkLlxuICogQHBhcmFtIGFTb3VyY2VNYXBQYXRoIE9wdGlvbmFsLiBUaGUgZGlybmFtZSBvZiB0aGUgcGF0aCB0byB0aGUgc291cmNlIG1hcFxuICogICAgICAgIHRvIGJlIGFwcGxpZWQuIElmIHJlbGF0aXZlLCBpdCBpcyByZWxhdGl2ZSB0byB0aGUgU291cmNlTWFwQ29uc3VtZXIuXG4gKiAgICAgICAgVGhpcyBwYXJhbWV0ZXIgaXMgbmVlZGVkIHdoZW4gdGhlIHR3byBzb3VyY2UgbWFwcyBhcmVuJ3QgaW4gdGhlIHNhbWVcbiAqICAgICAgICBkaXJlY3RvcnksIGFuZCB0aGUgc291cmNlIG1hcCB0byBiZSBhcHBsaWVkIGNvbnRhaW5zIHJlbGF0aXZlIHNvdXJjZVxuICogICAgICAgIHBhdGhzLiBJZiBzbywgdGhvc2UgcmVsYXRpdmUgc291cmNlIHBhdGhzIG5lZWQgdG8gYmUgcmV3cml0dGVuXG4gKiAgICAgICAgcmVsYXRpdmUgdG8gdGhlIFNvdXJjZU1hcEdlbmVyYXRvci5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5hcHBseVNvdXJjZU1hcCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9hcHBseVNvdXJjZU1hcChhU291cmNlTWFwQ29uc3VtZXIsIGFTb3VyY2VGaWxlLCBhU291cmNlTWFwUGF0aCkge1xuICAgIHZhciBzb3VyY2VGaWxlID0gYVNvdXJjZUZpbGU7XG4gICAgLy8gSWYgYVNvdXJjZUZpbGUgaXMgb21pdHRlZCwgd2Ugd2lsbCB1c2UgdGhlIGZpbGUgcHJvcGVydHkgb2YgdGhlIFNvdXJjZU1hcFxuICAgIGlmIChhU291cmNlRmlsZSA9PSBudWxsKSB7XG4gICAgICBpZiAoYVNvdXJjZU1hcENvbnN1bWVyLmZpbGUgPT0gbnVsbCkge1xuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAgICAgJ1NvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYXBwbHlTb3VyY2VNYXAgcmVxdWlyZXMgZWl0aGVyIGFuIGV4cGxpY2l0IHNvdXJjZSBmaWxlLCAnICtcbiAgICAgICAgICAnb3IgdGhlIHNvdXJjZSBtYXBcXCdzIFwiZmlsZVwiIHByb3BlcnR5LiBCb3RoIHdlcmUgb21pdHRlZC4nXG4gICAgICAgICk7XG4gICAgICB9XG4gICAgICBzb3VyY2VGaWxlID0gYVNvdXJjZU1hcENvbnN1bWVyLmZpbGU7XG4gICAgfVxuICAgIHZhciBzb3VyY2VSb290ID0gdGhpcy5fc291cmNlUm9vdDtcbiAgICAvLyBNYWtlIFwic291cmNlRmlsZVwiIHJlbGF0aXZlIGlmIGFuIGFic29sdXRlIFVybCBpcyBwYXNzZWQuXG4gICAgaWYgKHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgc291cmNlRmlsZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgc291cmNlRmlsZSk7XG4gICAgfVxuICAgIC8vIEFwcGx5aW5nIHRoZSBTb3VyY2VNYXAgY2FuIGFkZCBhbmQgcmVtb3ZlIGl0ZW1zIGZyb20gdGhlIHNvdXJjZXMgYW5kXG4gICAgLy8gdGhlIG5hbWVzIGFycmF5LlxuICAgIHZhciBuZXdTb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gICAgdmFyIG5ld05hbWVzID0gbmV3IEFycmF5U2V0KCk7XG5cbiAgICAvLyBGaW5kIG1hcHBpbmdzIGZvciB0aGUgXCJzb3VyY2VGaWxlXCJcbiAgICB0aGlzLl9tYXBwaW5ncy51bnNvcnRlZEZvckVhY2goZnVuY3Rpb24gKG1hcHBpbmcpIHtcbiAgICAgIGlmIChtYXBwaW5nLnNvdXJjZSA9PT0gc291cmNlRmlsZSAmJiBtYXBwaW5nLm9yaWdpbmFsTGluZSAhPSBudWxsKSB7XG4gICAgICAgIC8vIENoZWNrIGlmIGl0IGNhbiBiZSBtYXBwZWQgYnkgdGhlIHNvdXJjZSBtYXAsIHRoZW4gdXBkYXRlIHRoZSBtYXBwaW5nLlxuICAgICAgICB2YXIgb3JpZ2luYWwgPSBhU291cmNlTWFwQ29uc3VtZXIub3JpZ2luYWxQb3NpdGlvbkZvcih7XG4gICAgICAgICAgbGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uXG4gICAgICAgIH0pO1xuICAgICAgICBpZiAob3JpZ2luYWwuc291cmNlICE9IG51bGwpIHtcbiAgICAgICAgICAvLyBDb3B5IG1hcHBpbmdcbiAgICAgICAgICBtYXBwaW5nLnNvdXJjZSA9IG9yaWdpbmFsLnNvdXJjZTtcbiAgICAgICAgICBpZiAoYVNvdXJjZU1hcFBhdGggIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSB1dGlsLmpvaW4oYVNvdXJjZU1hcFBhdGgsIG1hcHBpbmcuc291cmNlKVxuICAgICAgICAgIH1cbiAgICAgICAgICBpZiAoc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICAgICAgICBtYXBwaW5nLnNvdXJjZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgbWFwcGluZy5zb3VyY2UpO1xuICAgICAgICAgIH1cbiAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsTGluZSA9IG9yaWdpbmFsLmxpbmU7XG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbENvbHVtbiA9IG9yaWdpbmFsLmNvbHVtbjtcbiAgICAgICAgICBpZiAob3JpZ2luYWwubmFtZSAhPSBudWxsKSB7XG4gICAgICAgICAgICBtYXBwaW5nLm5hbWUgPSBvcmlnaW5hbC5uYW1lO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICB2YXIgc291cmNlID0gbWFwcGluZy5zb3VyY2U7XG4gICAgICBpZiAoc291cmNlICE9IG51bGwgJiYgIW5ld1NvdXJjZXMuaGFzKHNvdXJjZSkpIHtcbiAgICAgICAgbmV3U291cmNlcy5hZGQoc291cmNlKTtcbiAgICAgIH1cblxuICAgICAgdmFyIG5hbWUgPSBtYXBwaW5nLm5hbWU7XG4gICAgICBpZiAobmFtZSAhPSBudWxsICYmICFuZXdOYW1lcy5oYXMobmFtZSkpIHtcbiAgICAgICAgbmV3TmFtZXMuYWRkKG5hbWUpO1xuICAgICAgfVxuXG4gICAgfSwgdGhpcyk7XG4gICAgdGhpcy5fc291cmNlcyA9IG5ld1NvdXJjZXM7XG4gICAgdGhpcy5fbmFtZXMgPSBuZXdOYW1lcztcblxuICAgIC8vIENvcHkgc291cmNlc0NvbnRlbnRzIG9mIGFwcGxpZWQgbWFwLlxuICAgIGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VzLmZvckVhY2goZnVuY3Rpb24gKHNvdXJjZUZpbGUpIHtcbiAgICAgIHZhciBjb250ZW50ID0gYVNvdXJjZU1hcENvbnN1bWVyLnNvdXJjZUNvbnRlbnRGb3Ioc291cmNlRmlsZSk7XG4gICAgICBpZiAoY29udGVudCAhPSBudWxsKSB7XG4gICAgICAgIGlmIChhU291cmNlTWFwUGF0aCAhPSBudWxsKSB7XG4gICAgICAgICAgc291cmNlRmlsZSA9IHV0aWwuam9pbihhU291cmNlTWFwUGF0aCwgc291cmNlRmlsZSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZUZpbGUpO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuc2V0U291cmNlQ29udGVudChzb3VyY2VGaWxlLCBjb250ZW50KTtcbiAgICAgIH1cbiAgICB9LCB0aGlzKTtcbiAgfTtcblxuLyoqXG4gKiBBIG1hcHBpbmcgY2FuIGhhdmUgb25lIG9mIHRoZSB0aHJlZSBsZXZlbHMgb2YgZGF0YTpcbiAqXG4gKiAgIDEuIEp1c3QgdGhlIGdlbmVyYXRlZCBwb3NpdGlvbi5cbiAqICAgMi4gVGhlIEdlbmVyYXRlZCBwb3NpdGlvbiwgb3JpZ2luYWwgcG9zaXRpb24sIGFuZCBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIDMuIEdlbmVyYXRlZCBhbmQgb3JpZ2luYWwgcG9zaXRpb24sIG9yaWdpbmFsIHNvdXJjZSwgYXMgd2VsbCBhcyBhIG5hbWVcbiAqICAgICAgdG9rZW4uXG4gKlxuICogVG8gbWFpbnRhaW4gY29uc2lzdGVuY3ksIHdlIHZhbGlkYXRlIHRoYXQgYW55IG5ldyBtYXBwaW5nIGJlaW5nIGFkZGVkIGZhbGxzXG4gKiBpbiB0byBvbmUgb2YgdGhlc2UgY2F0ZWdvcmllcy5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fdmFsaWRhdGVNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX3ZhbGlkYXRlTWFwcGluZyhhR2VuZXJhdGVkLCBhT3JpZ2luYWwsIGFTb3VyY2UsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYU5hbWUpIHtcbiAgICAvLyBXaGVuIGFPcmlnaW5hbCBpcyB0cnV0aHkgYnV0IGhhcyBlbXB0eSB2YWx1ZXMgZm9yIC5saW5lIGFuZCAuY29sdW1uLFxuICAgIC8vIGl0IGlzIG1vc3QgbGlrZWx5IGEgcHJvZ3JhbW1lciBlcnJvci4gSW4gdGhpcyBjYXNlIHdlIHRocm93IGEgdmVyeVxuICAgIC8vIHNwZWNpZmljIGVycm9yIG1lc3NhZ2UgdG8gdHJ5IHRvIGd1aWRlIHRoZW0gdGhlIHJpZ2h0IHdheS5cbiAgICAvLyBGb3IgZXhhbXBsZTogaHR0cHM6Ly9naXRodWIuY29tL1BvbHltZXIvcG9seW1lci1idW5kbGVyL3B1bGwvNTE5XG4gICAgaWYgKGFPcmlnaW5hbCAmJiB0eXBlb2YgYU9yaWdpbmFsLmxpbmUgIT09ICdudW1iZXInICYmIHR5cGVvZiBhT3JpZ2luYWwuY29sdW1uICE9PSAnbnVtYmVyJykge1xuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAgICAgICAnb3JpZ2luYWwubGluZSBhbmQgb3JpZ2luYWwuY29sdW1uIGFyZSBub3QgbnVtYmVycyAtLSB5b3UgcHJvYmFibHkgbWVhbnQgdG8gb21pdCAnICtcbiAgICAgICAgICAgICd0aGUgb3JpZ2luYWwgbWFwcGluZyBlbnRpcmVseSBhbmQgb25seSBtYXAgdGhlIGdlbmVyYXRlZCBwb3NpdGlvbi4gSWYgc28sIHBhc3MgJyArXG4gICAgICAgICAgICAnbnVsbCBmb3IgdGhlIG9yaWdpbmFsIG1hcHBpbmcgaW5zdGVhZCBvZiBhbiBvYmplY3Qgd2l0aCBlbXB0eSBvciBudWxsIHZhbHVlcy4nXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgaWYgKGFHZW5lcmF0ZWQgJiYgJ2xpbmUnIGluIGFHZW5lcmF0ZWQgJiYgJ2NvbHVtbicgaW4gYUdlbmVyYXRlZFxuICAgICAgICAmJiBhR2VuZXJhdGVkLmxpbmUgPiAwICYmIGFHZW5lcmF0ZWQuY29sdW1uID49IDBcbiAgICAgICAgJiYgIWFPcmlnaW5hbCAmJiAhYVNvdXJjZSAmJiAhYU5hbWUpIHtcbiAgICAgIC8vIENhc2UgMS5cbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgZWxzZSBpZiAoYUdlbmVyYXRlZCAmJiAnbGluZScgaW4gYUdlbmVyYXRlZCAmJiAnY29sdW1uJyBpbiBhR2VuZXJhdGVkXG4gICAgICAgICAgICAgJiYgYU9yaWdpbmFsICYmICdsaW5lJyBpbiBhT3JpZ2luYWwgJiYgJ2NvbHVtbicgaW4gYU9yaWdpbmFsXG4gICAgICAgICAgICAgJiYgYUdlbmVyYXRlZC5saW5lID4gMCAmJiBhR2VuZXJhdGVkLmNvbHVtbiA+PSAwXG4gICAgICAgICAgICAgJiYgYU9yaWdpbmFsLmxpbmUgPiAwICYmIGFPcmlnaW5hbC5jb2x1bW4gPj0gMFxuICAgICAgICAgICAgICYmIGFTb3VyY2UpIHtcbiAgICAgIC8vIENhc2VzIDIgYW5kIDMuXG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdJbnZhbGlkIG1hcHBpbmc6ICcgKyBKU09OLnN0cmluZ2lmeSh7XG4gICAgICAgIGdlbmVyYXRlZDogYUdlbmVyYXRlZCxcbiAgICAgICAgc291cmNlOiBhU291cmNlLFxuICAgICAgICBvcmlnaW5hbDogYU9yaWdpbmFsLFxuICAgICAgICBuYW1lOiBhTmFtZVxuICAgICAgfSkpO1xuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBTZXJpYWxpemUgdGhlIGFjY3VtdWxhdGVkIG1hcHBpbmdzIGluIHRvIHRoZSBzdHJlYW0gb2YgYmFzZSA2NCBWTFFzXG4gKiBzcGVjaWZpZWQgYnkgdGhlIHNvdXJjZSBtYXAgZm9ybWF0LlxuICovXG5Tb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLl9zZXJpYWxpemVNYXBwaW5ncyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9zZXJpYWxpemVNYXBwaW5ncygpIHtcbiAgICB2YXIgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSAwO1xuICAgIHZhciBwcmV2aW91c0dlbmVyYXRlZExpbmUgPSAxO1xuICAgIHZhciBwcmV2aW91c09yaWdpbmFsQ29sdW1uID0gMDtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbExpbmUgPSAwO1xuICAgIHZhciBwcmV2aW91c05hbWUgPSAwO1xuICAgIHZhciBwcmV2aW91c1NvdXJjZSA9IDA7XG4gICAgdmFyIHJlc3VsdCA9ICcnO1xuICAgIHZhciBuZXh0O1xuICAgIHZhciBtYXBwaW5nO1xuICAgIHZhciBuYW1lSWR4O1xuICAgIHZhciBzb3VyY2VJZHg7XG5cbiAgICB2YXIgbWFwcGluZ3MgPSB0aGlzLl9tYXBwaW5ncy50b0FycmF5KCk7XG4gICAgZm9yICh2YXIgaSA9IDAsIGxlbiA9IG1hcHBpbmdzLmxlbmd0aDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICBtYXBwaW5nID0gbWFwcGluZ3NbaV07XG4gICAgICBuZXh0ID0gJydcblxuICAgICAgaWYgKG1hcHBpbmcuZ2VuZXJhdGVkTGluZSAhPT0gcHJldmlvdXNHZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgICAgICAgd2hpbGUgKG1hcHBpbmcuZ2VuZXJhdGVkTGluZSAhPT0gcHJldmlvdXNHZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgICAgbmV4dCArPSAnOyc7XG4gICAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRMaW5lKys7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIGVsc2Uge1xuICAgICAgICBpZiAoaSA+IDApIHtcbiAgICAgICAgICBpZiAoIXV0aWwuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zSW5mbGF0ZWQobWFwcGluZywgbWFwcGluZ3NbaSAtIDFdKSkge1xuICAgICAgICAgICAgY29udGludWU7XG4gICAgICAgICAgfVxuICAgICAgICAgIG5leHQgKz0gJywnO1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShtYXBwaW5nLmdlbmVyYXRlZENvbHVtblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLSBwcmV2aW91c0dlbmVyYXRlZENvbHVtbik7XG4gICAgICBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uO1xuXG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgIT0gbnVsbCkge1xuICAgICAgICBzb3VyY2VJZHggPSB0aGlzLl9zb3VyY2VzLmluZGV4T2YobWFwcGluZy5zb3VyY2UpO1xuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUoc291cmNlSWR4IC0gcHJldmlvdXNTb3VyY2UpO1xuICAgICAgICBwcmV2aW91c1NvdXJjZSA9IHNvdXJjZUlkeDtcblxuICAgICAgICAvLyBsaW5lcyBhcmUgc3RvcmVkIDAtYmFzZWQgaW4gU291cmNlTWFwIHNwZWMgdmVyc2lvbiAzXG4gICAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShtYXBwaW5nLm9yaWdpbmFsTGluZSAtIDFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLSBwcmV2aW91c09yaWdpbmFsTGluZSk7XG4gICAgICAgIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gbWFwcGluZy5vcmlnaW5hbExpbmUgLSAxO1xuXG4gICAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShtYXBwaW5nLm9yaWdpbmFsQ29sdW1uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNPcmlnaW5hbENvbHVtbik7XG4gICAgICAgIHByZXZpb3VzT3JpZ2luYWxDb2x1bW4gPSBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uO1xuXG4gICAgICAgIGlmIChtYXBwaW5nLm5hbWUgIT0gbnVsbCkge1xuICAgICAgICAgIG5hbWVJZHggPSB0aGlzLl9uYW1lcy5pbmRleE9mKG1hcHBpbmcubmFtZSk7XG4gICAgICAgICAgbmV4dCArPSBiYXNlNjRWTFEuZW5jb2RlKG5hbWVJZHggLSBwcmV2aW91c05hbWUpO1xuICAgICAgICAgIHByZXZpb3VzTmFtZSA9IG5hbWVJZHg7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgcmVzdWx0ICs9IG5leHQ7XG4gICAgfVxuXG4gICAgcmV0dXJuIHJlc3VsdDtcbiAgfTtcblxuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fZ2VuZXJhdGVTb3VyY2VzQ29udGVudCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KGFTb3VyY2VzLCBhU291cmNlUm9vdCkge1xuICAgIHJldHVybiBhU291cmNlcy5tYXAoZnVuY3Rpb24gKHNvdXJjZSkge1xuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICB9XG4gICAgICBpZiAoYVNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICBzb3VyY2UgPSB1dGlsLnJlbGF0aXZlKGFTb3VyY2VSb290LCBzb3VyY2UpO1xuICAgICAgfVxuICAgICAgdmFyIGtleSA9IHV0aWwudG9TZXRTdHJpbmcoc291cmNlKTtcbiAgICAgIHJldHVybiBPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwodGhpcy5fc291cmNlc0NvbnRlbnRzLCBrZXkpXG4gICAgICAgID8gdGhpcy5fc291cmNlc0NvbnRlbnRzW2tleV1cbiAgICAgICAgOiBudWxsO1xuICAgIH0sIHRoaXMpO1xuICB9O1xuXG4vKipcbiAqIEV4dGVybmFsaXplIHRoZSBzb3VyY2UgbWFwLlxuICovXG5Tb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLnRvSlNPTiA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl90b0pTT04oKSB7XG4gICAgdmFyIG1hcCA9IHtcbiAgICAgIHZlcnNpb246IHRoaXMuX3ZlcnNpb24sXG4gICAgICBzb3VyY2VzOiB0aGlzLl9zb3VyY2VzLnRvQXJyYXkoKSxcbiAgICAgIG5hbWVzOiB0aGlzLl9uYW1lcy50b0FycmF5KCksXG4gICAgICBtYXBwaW5nczogdGhpcy5fc2VyaWFsaXplTWFwcGluZ3MoKVxuICAgIH07XG4gICAgaWYgKHRoaXMuX2ZpbGUgIT0gbnVsbCkge1xuICAgICAgbWFwLmZpbGUgPSB0aGlzLl9maWxlO1xuICAgIH1cbiAgICBpZiAodGhpcy5fc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBtYXAuc291cmNlUm9vdCA9IHRoaXMuX3NvdXJjZVJvb3Q7XG4gICAgfVxuICAgIGlmICh0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgIG1hcC5zb3VyY2VzQ29udGVudCA9IHRoaXMuX2dlbmVyYXRlU291cmNlc0NvbnRlbnQobWFwLnNvdXJjZXMsIG1hcC5zb3VyY2VSb290KTtcbiAgICB9XG5cbiAgICByZXR1cm4gbWFwO1xuICB9O1xuXG4vKipcbiAqIFJlbmRlciB0aGUgc291cmNlIG1hcCBiZWluZyBnZW5lcmF0ZWQgdG8gYSBzdHJpbmcuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUudG9TdHJpbmcgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfdG9TdHJpbmcoKSB7XG4gICAgcmV0dXJuIEpTT04uc3RyaW5naWZ5KHRoaXMudG9KU09OKCkpO1xuICB9O1xuXG5leHBvcnRzLlNvdXJjZU1hcEdlbmVyYXRvciA9IFNvdXJjZU1hcEdlbmVyYXRvcjtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL3NvdXJjZS1tYXAtZ2VuZXJhdG9yLmpzXG4vLyBtb2R1bGUgaWQgPSAxXG4vLyBtb2R1bGUgY2h1bmtzID0gMCIsIi8qIC0qLSBNb2RlOiBqczsganMtaW5kZW50LWxldmVsOiAyOyAtKi0gKi9cbi8qXG4gKiBDb3B5cmlnaHQgMjAxMSBNb3ppbGxhIEZvdW5kYXRpb24gYW5kIGNvbnRyaWJ1dG9yc1xuICogTGljZW5zZWQgdW5kZXIgdGhlIE5ldyBCU0QgbGljZW5zZS4gU2VlIExJQ0VOU0Ugb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKlxuICogQmFzZWQgb24gdGhlIEJhc2UgNjQgVkxRIGltcGxlbWVudGF0aW9uIGluIENsb3N1cmUgQ29tcGlsZXI6XG4gKiBodHRwczovL2NvZGUuZ29vZ2xlLmNvbS9wL2Nsb3N1cmUtY29tcGlsZXIvc291cmNlL2Jyb3dzZS90cnVuay9zcmMvY29tL2dvb2dsZS9kZWJ1Z2dpbmcvc291cmNlbWFwL0Jhc2U2NFZMUS5qYXZhXG4gKlxuICogQ29weXJpZ2h0IDIwMTEgVGhlIENsb3N1cmUgQ29tcGlsZXIgQXV0aG9ycy4gQWxsIHJpZ2h0cyByZXNlcnZlZC5cbiAqIFJlZGlzdHJpYnV0aW9uIGFuZCB1c2UgaW4gc291cmNlIGFuZCBiaW5hcnkgZm9ybXMsIHdpdGggb3Igd2l0aG91dFxuICogbW9kaWZpY2F0aW9uLCBhcmUgcGVybWl0dGVkIHByb3ZpZGVkIHRoYXQgdGhlIGZvbGxvd2luZyBjb25kaXRpb25zIGFyZVxuICogbWV0OlxuICpcbiAqICAqIFJlZGlzdHJpYnV0aW9ucyBvZiBzb3VyY2UgY29kZSBtdXN0IHJldGFpbiB0aGUgYWJvdmUgY29weXJpZ2h0XG4gKiAgICBub3RpY2UsIHRoaXMgbGlzdCBvZiBjb25kaXRpb25zIGFuZCB0aGUgZm9sbG93aW5nIGRpc2NsYWltZXIuXG4gKiAgKiBSZWRpc3RyaWJ1dGlvbnMgaW4gYmluYXJ5IGZvcm0gbXVzdCByZXByb2R1Y2UgdGhlIGFib3ZlXG4gKiAgICBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZ1xuICogICAgZGlzY2xhaW1lciBpbiB0aGUgZG9jdW1lbnRhdGlvbiBhbmQvb3Igb3RoZXIgbWF0ZXJpYWxzIHByb3ZpZGVkXG4gKiAgICB3aXRoIHRoZSBkaXN0cmlidXRpb24uXG4gKiAgKiBOZWl0aGVyIHRoZSBuYW1lIG9mIEdvb2dsZSBJbmMuIG5vciB0aGUgbmFtZXMgb2YgaXRzXG4gKiAgICBjb250cmlidXRvcnMgbWF5IGJlIHVzZWQgdG8gZW5kb3JzZSBvciBwcm9tb3RlIHByb2R1Y3RzIGRlcml2ZWRcbiAqICAgIGZyb20gdGhpcyBzb2Z0d2FyZSB3aXRob3V0IHNwZWNpZmljIHByaW9yIHdyaXR0ZW4gcGVybWlzc2lvbi5cbiAqXG4gKiBUSElTIFNPRlRXQVJFIElTIFBST1ZJREVEIEJZIFRIRSBDT1BZUklHSFQgSE9MREVSUyBBTkQgQ09OVFJJQlVUT1JTXG4gKiBcIkFTIElTXCIgQU5EIEFOWSBFWFBSRVNTIE9SIElNUExJRUQgV0FSUkFOVElFUywgSU5DTFVESU5HLCBCVVQgTk9UXG4gKiBMSU1JVEVEIFRPLCBUSEUgSU1QTElFRCBXQVJSQU5USUVTIE9GIE1FUkNIQU5UQUJJTElUWSBBTkQgRklUTkVTUyBGT1JcbiAqIEEgUEFSVElDVUxBUiBQVVJQT1NFIEFSRSBESVNDTEFJTUVELiBJTiBOTyBFVkVOVCBTSEFMTCBUSEUgQ09QWVJJR0hUXG4gKiBPV05FUiBPUiBDT05UUklCVVRPUlMgQkUgTElBQkxFIEZPUiBBTlkgRElSRUNULCBJTkRJUkVDVCwgSU5DSURFTlRBTCxcbiAqIFNQRUNJQUwsIEVYRU1QTEFSWSwgT1IgQ09OU0VRVUVOVElBTCBEQU1BR0VTIChJTkNMVURJTkcsIEJVVCBOT1RcbiAqIExJTUlURUQgVE8sIFBST0NVUkVNRU5UIE9GIFNVQlNUSVRVVEUgR09PRFMgT1IgU0VSVklDRVM7IExPU1MgT0YgVVNFLFxuICogREFUQSwgT1IgUFJPRklUUzsgT1IgQlVTSU5FU1MgSU5URVJSVVBUSU9OKSBIT1dFVkVSIENBVVNFRCBBTkQgT04gQU5ZXG4gKiBUSEVPUlkgT0YgTElBQklMSVRZLCBXSEVUSEVSIElOIENPTlRSQUNULCBTVFJJQ1QgTElBQklMSVRZLCBPUiBUT1JUXG4gKiAoSU5DTFVESU5HIE5FR0xJR0VOQ0UgT1IgT1RIRVJXSVNFKSBBUklTSU5HIElOIEFOWSBXQVkgT1VUIE9GIFRIRSBVU0VcbiAqIE9GIFRISVMgU09GVFdBUkUsIEVWRU4gSUYgQURWSVNFRCBPRiBUSEUgUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0UuXG4gKi9cblxudmFyIGJhc2U2NCA9IHJlcXVpcmUoJy4vYmFzZTY0Jyk7XG5cbi8vIEEgc2luZ2xlIGJhc2UgNjQgZGlnaXQgY2FuIGNvbnRhaW4gNiBiaXRzIG9mIGRhdGEuIEZvciB0aGUgYmFzZSA2NCB2YXJpYWJsZVxuLy8gbGVuZ3RoIHF1YW50aXRpZXMgd2UgdXNlIGluIHRoZSBzb3VyY2UgbWFwIHNwZWMsIHRoZSBmaXJzdCBiaXQgaXMgdGhlIHNpZ24sXG4vLyB0aGUgbmV4dCBmb3VyIGJpdHMgYXJlIHRoZSBhY3R1YWwgdmFsdWUsIGFuZCB0aGUgNnRoIGJpdCBpcyB0aGVcbi8vIGNvbnRpbnVhdGlvbiBiaXQuIFRoZSBjb250aW51YXRpb24gYml0IHRlbGxzIHVzIHdoZXRoZXIgdGhlcmUgYXJlIG1vcmVcbi8vIGRpZ2l0cyBpbiB0aGlzIHZhbHVlIGZvbGxvd2luZyB0aGlzIGRpZ2l0LlxuLy9cbi8vICAgQ29udGludWF0aW9uXG4vLyAgIHwgICAgU2lnblxuLy8gICB8ICAgIHxcbi8vICAgViAgICBWXG4vLyAgIDEwMTAxMVxuXG52YXIgVkxRX0JBU0VfU0hJRlQgPSA1O1xuXG4vLyBiaW5hcnk6IDEwMDAwMFxudmFyIFZMUV9CQVNFID0gMSA8PCBWTFFfQkFTRV9TSElGVDtcblxuLy8gYmluYXJ5OiAwMTExMTFcbnZhciBWTFFfQkFTRV9NQVNLID0gVkxRX0JBU0UgLSAxO1xuXG4vLyBiaW5hcnk6IDEwMDAwMFxudmFyIFZMUV9DT05USU5VQVRJT05fQklUID0gVkxRX0JBU0U7XG5cbi8qKlxuICogQ29udmVydHMgZnJvbSBhIHR3by1jb21wbGVtZW50IHZhbHVlIHRvIGEgdmFsdWUgd2hlcmUgdGhlIHNpZ24gYml0IGlzXG4gKiBwbGFjZWQgaW4gdGhlIGxlYXN0IHNpZ25pZmljYW50IGJpdC4gIEZvciBleGFtcGxlLCBhcyBkZWNpbWFsczpcbiAqICAgMSBiZWNvbWVzIDIgKDEwIGJpbmFyeSksIC0xIGJlY29tZXMgMyAoMTEgYmluYXJ5KVxuICogICAyIGJlY29tZXMgNCAoMTAwIGJpbmFyeSksIC0yIGJlY29tZXMgNSAoMTAxIGJpbmFyeSlcbiAqL1xuZnVuY3Rpb24gdG9WTFFTaWduZWQoYVZhbHVlKSB7XG4gIHJldHVybiBhVmFsdWUgPCAwXG4gICAgPyAoKC1hVmFsdWUpIDw8IDEpICsgMVxuICAgIDogKGFWYWx1ZSA8PCAxKSArIDA7XG59XG5cbi8qKlxuICogQ29udmVydHMgdG8gYSB0d28tY29tcGxlbWVudCB2YWx1ZSBmcm9tIGEgdmFsdWUgd2hlcmUgdGhlIHNpZ24gYml0IGlzXG4gKiBwbGFjZWQgaW4gdGhlIGxlYXN0IHNpZ25pZmljYW50IGJpdC4gIEZvciBleGFtcGxlLCBhcyBkZWNpbWFsczpcbiAqICAgMiAoMTAgYmluYXJ5KSBiZWNvbWVzIDEsIDMgKDExIGJpbmFyeSkgYmVjb21lcyAtMVxuICogICA0ICgxMDAgYmluYXJ5KSBiZWNvbWVzIDIsIDUgKDEwMSBiaW5hcnkpIGJlY29tZXMgLTJcbiAqL1xuZnVuY3Rpb24gZnJvbVZMUVNpZ25lZChhVmFsdWUpIHtcbiAgdmFyIGlzTmVnYXRpdmUgPSAoYVZhbHVlICYgMSkgPT09IDE7XG4gIHZhciBzaGlmdGVkID0gYVZhbHVlID4+IDE7XG4gIHJldHVybiBpc05lZ2F0aXZlXG4gICAgPyAtc2hpZnRlZFxuICAgIDogc2hpZnRlZDtcbn1cblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBiYXNlIDY0IFZMUSBlbmNvZGVkIHZhbHVlLlxuICovXG5leHBvcnRzLmVuY29kZSA9IGZ1bmN0aW9uIGJhc2U2NFZMUV9lbmNvZGUoYVZhbHVlKSB7XG4gIHZhciBlbmNvZGVkID0gXCJcIjtcbiAgdmFyIGRpZ2l0O1xuXG4gIHZhciB2bHEgPSB0b1ZMUVNpZ25lZChhVmFsdWUpO1xuXG4gIGRvIHtcbiAgICBkaWdpdCA9IHZscSAmIFZMUV9CQVNFX01BU0s7XG4gICAgdmxxID4+Pj0gVkxRX0JBU0VfU0hJRlQ7XG4gICAgaWYgKHZscSA+IDApIHtcbiAgICAgIC8vIFRoZXJlIGFyZSBzdGlsbCBtb3JlIGRpZ2l0cyBpbiB0aGlzIHZhbHVlLCBzbyB3ZSBtdXN0IG1ha2Ugc3VyZSB0aGVcbiAgICAgIC8vIGNvbnRpbnVhdGlvbiBiaXQgaXMgbWFya2VkLlxuICAgICAgZGlnaXQgfD0gVkxRX0NPTlRJTlVBVElPTl9CSVQ7XG4gICAgfVxuICAgIGVuY29kZWQgKz0gYmFzZTY0LmVuY29kZShkaWdpdCk7XG4gIH0gd2hpbGUgKHZscSA+IDApO1xuXG4gIHJldHVybiBlbmNvZGVkO1xufTtcblxuLyoqXG4gKiBEZWNvZGVzIHRoZSBuZXh0IGJhc2UgNjQgVkxRIHZhbHVlIGZyb20gdGhlIGdpdmVuIHN0cmluZyBhbmQgcmV0dXJucyB0aGVcbiAqIHZhbHVlIGFuZCB0aGUgcmVzdCBvZiB0aGUgc3RyaW5nIHZpYSB0aGUgb3V0IHBhcmFtZXRlci5cbiAqL1xuZXhwb3J0cy5kZWNvZGUgPSBmdW5jdGlvbiBiYXNlNjRWTFFfZGVjb2RlKGFTdHIsIGFJbmRleCwgYU91dFBhcmFtKSB7XG4gIHZhciBzdHJMZW4gPSBhU3RyLmxlbmd0aDtcbiAgdmFyIHJlc3VsdCA9IDA7XG4gIHZhciBzaGlmdCA9IDA7XG4gIHZhciBjb250aW51YXRpb24sIGRpZ2l0O1xuXG4gIGRvIHtcbiAgICBpZiAoYUluZGV4ID49IHN0ckxlbikge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiRXhwZWN0ZWQgbW9yZSBkaWdpdHMgaW4gYmFzZSA2NCBWTFEgdmFsdWUuXCIpO1xuICAgIH1cblxuICAgIGRpZ2l0ID0gYmFzZTY0LmRlY29kZShhU3RyLmNoYXJDb2RlQXQoYUluZGV4KyspKTtcbiAgICBpZiAoZGlnaXQgPT09IC0xKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoXCJJbnZhbGlkIGJhc2U2NCBkaWdpdDogXCIgKyBhU3RyLmNoYXJBdChhSW5kZXggLSAxKSk7XG4gICAgfVxuXG4gICAgY29udGludWF0aW9uID0gISEoZGlnaXQgJiBWTFFfQ09OVElOVUFUSU9OX0JJVCk7XG4gICAgZGlnaXQgJj0gVkxRX0JBU0VfTUFTSztcbiAgICByZXN1bHQgPSByZXN1bHQgKyAoZGlnaXQgPDwgc2hpZnQpO1xuICAgIHNoaWZ0ICs9IFZMUV9CQVNFX1NISUZUO1xuICB9IHdoaWxlIChjb250aW51YXRpb24pO1xuXG4gIGFPdXRQYXJhbS52YWx1ZSA9IGZyb21WTFFTaWduZWQocmVzdWx0KTtcbiAgYU91dFBhcmFtLnJlc3QgPSBhSW5kZXg7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmFzZTY0LXZscS5qc1xuLy8gbW9kdWxlIGlkID0gMlxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciBpbnRUb0NoYXJNYXAgPSAnQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVphYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ejAxMjM0NTY3ODkrLycuc3BsaXQoJycpO1xuXG4vKipcbiAqIEVuY29kZSBhbiBpbnRlZ2VyIGluIHRoZSByYW5nZSBvZiAwIHRvIDYzIHRvIGEgc2luZ2xlIGJhc2UgNjQgZGlnaXQuXG4gKi9cbmV4cG9ydHMuZW5jb2RlID0gZnVuY3Rpb24gKG51bWJlcikge1xuICBpZiAoMCA8PSBudW1iZXIgJiYgbnVtYmVyIDwgaW50VG9DaGFyTWFwLmxlbmd0aCkge1xuICAgIHJldHVybiBpbnRUb0NoYXJNYXBbbnVtYmVyXTtcbiAgfVxuICB0aHJvdyBuZXcgVHlwZUVycm9yKFwiTXVzdCBiZSBiZXR3ZWVuIDAgYW5kIDYzOiBcIiArIG51bWJlcik7XG59O1xuXG4vKipcbiAqIERlY29kZSBhIHNpbmdsZSBiYXNlIDY0IGNoYXJhY3RlciBjb2RlIGRpZ2l0IHRvIGFuIGludGVnZXIuIFJldHVybnMgLTEgb25cbiAqIGZhaWx1cmUuXG4gKi9cbmV4cG9ydHMuZGVjb2RlID0gZnVuY3Rpb24gKGNoYXJDb2RlKSB7XG4gIHZhciBiaWdBID0gNjU7ICAgICAvLyAnQSdcbiAgdmFyIGJpZ1ogPSA5MDsgICAgIC8vICdaJ1xuXG4gIHZhciBsaXR0bGVBID0gOTc7ICAvLyAnYSdcbiAgdmFyIGxpdHRsZVogPSAxMjI7IC8vICd6J1xuXG4gIHZhciB6ZXJvID0gNDg7ICAgICAvLyAnMCdcbiAgdmFyIG5pbmUgPSA1NzsgICAgIC8vICc5J1xuXG4gIHZhciBwbHVzID0gNDM7ICAgICAvLyAnKydcbiAgdmFyIHNsYXNoID0gNDc7ICAgIC8vICcvJ1xuXG4gIHZhciBsaXR0bGVPZmZzZXQgPSAyNjtcbiAgdmFyIG51bWJlck9mZnNldCA9IDUyO1xuXG4gIC8vIDAgLSAyNTogQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVpcbiAgaWYgKGJpZ0EgPD0gY2hhckNvZGUgJiYgY2hhckNvZGUgPD0gYmlnWikge1xuICAgIHJldHVybiAoY2hhckNvZGUgLSBiaWdBKTtcbiAgfVxuXG4gIC8vIDI2IC0gNTE6IGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6XG4gIGlmIChsaXR0bGVBIDw9IGNoYXJDb2RlICYmIGNoYXJDb2RlIDw9IGxpdHRsZVopIHtcbiAgICByZXR1cm4gKGNoYXJDb2RlIC0gbGl0dGxlQSArIGxpdHRsZU9mZnNldCk7XG4gIH1cblxuICAvLyA1MiAtIDYxOiAwMTIzNDU2Nzg5XG4gIGlmICh6ZXJvIDw9IGNoYXJDb2RlICYmIGNoYXJDb2RlIDw9IG5pbmUpIHtcbiAgICByZXR1cm4gKGNoYXJDb2RlIC0gemVybyArIG51bWJlck9mZnNldCk7XG4gIH1cblxuICAvLyA2MjogK1xuICBpZiAoY2hhckNvZGUgPT0gcGx1cykge1xuICAgIHJldHVybiA2MjtcbiAgfVxuXG4gIC8vIDYzOiAvXG4gIGlmIChjaGFyQ29kZSA9PSBzbGFzaCkge1xuICAgIHJldHVybiA2MztcbiAgfVxuXG4gIC8vIEludmFsaWQgYmFzZTY0IGRpZ2l0LlxuICByZXR1cm4gLTE7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmFzZTY0LmpzXG4vLyBtb2R1bGUgaWQgPSAzXG4vLyBtb2R1bGUgY2h1bmtzID0gMCIsIi8qIC0qLSBNb2RlOiBqczsganMtaW5kZW50LWxldmVsOiAyOyAtKi0gKi9cbi8qXG4gKiBDb3B5cmlnaHQgMjAxMSBNb3ppbGxhIEZvdW5kYXRpb24gYW5kIGNvbnRyaWJ1dG9yc1xuICogTGljZW5zZWQgdW5kZXIgdGhlIE5ldyBCU0QgbGljZW5zZS4gU2VlIExJQ0VOU0Ugb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cblxuLyoqXG4gKiBUaGlzIGlzIGEgaGVscGVyIGZ1bmN0aW9uIGZvciBnZXR0aW5nIHZhbHVlcyBmcm9tIHBhcmFtZXRlci9vcHRpb25zXG4gKiBvYmplY3RzLlxuICpcbiAqIEBwYXJhbSBhcmdzIFRoZSBvYmplY3Qgd2UgYXJlIGV4dHJhY3RpbmcgdmFsdWVzIGZyb21cbiAqIEBwYXJhbSBuYW1lIFRoZSBuYW1lIG9mIHRoZSBwcm9wZXJ0eSB3ZSBhcmUgZ2V0dGluZy5cbiAqIEBwYXJhbSBkZWZhdWx0VmFsdWUgQW4gb3B0aW9uYWwgdmFsdWUgdG8gcmV0dXJuIGlmIHRoZSBwcm9wZXJ0eSBpcyBtaXNzaW5nXG4gKiBmcm9tIHRoZSBvYmplY3QuIElmIHRoaXMgaXMgbm90IHNwZWNpZmllZCBhbmQgdGhlIHByb3BlcnR5IGlzIG1pc3NpbmcsIGFuXG4gKiBlcnJvciB3aWxsIGJlIHRocm93bi5cbiAqL1xuZnVuY3Rpb24gZ2V0QXJnKGFBcmdzLCBhTmFtZSwgYURlZmF1bHRWYWx1ZSkge1xuICBpZiAoYU5hbWUgaW4gYUFyZ3MpIHtcbiAgICByZXR1cm4gYUFyZ3NbYU5hbWVdO1xuICB9IGVsc2UgaWYgKGFyZ3VtZW50cy5sZW5ndGggPT09IDMpIHtcbiAgICByZXR1cm4gYURlZmF1bHRWYWx1ZTtcbiAgfSBlbHNlIHtcbiAgICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFOYW1lICsgJ1wiIGlzIGEgcmVxdWlyZWQgYXJndW1lbnQuJyk7XG4gIH1cbn1cbmV4cG9ydHMuZ2V0QXJnID0gZ2V0QXJnO1xuXG52YXIgdXJsUmVnZXhwID0gL14oPzooW1xcdytcXC0uXSspOik/XFwvXFwvKD86KFxcdys6XFx3KylAKT8oW1xcdy5dKikoPzo6KFxcZCspKT8oXFxTKikkLztcbnZhciBkYXRhVXJsUmVnZXhwID0gL15kYXRhOi4rXFwsLiskLztcblxuZnVuY3Rpb24gdXJsUGFyc2UoYVVybCkge1xuICB2YXIgbWF0Y2ggPSBhVXJsLm1hdGNoKHVybFJlZ2V4cCk7XG4gIGlmICghbWF0Y2gpIHtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuICByZXR1cm4ge1xuICAgIHNjaGVtZTogbWF0Y2hbMV0sXG4gICAgYXV0aDogbWF0Y2hbMl0sXG4gICAgaG9zdDogbWF0Y2hbM10sXG4gICAgcG9ydDogbWF0Y2hbNF0sXG4gICAgcGF0aDogbWF0Y2hbNV1cbiAgfTtcbn1cbmV4cG9ydHMudXJsUGFyc2UgPSB1cmxQYXJzZTtcblxuZnVuY3Rpb24gdXJsR2VuZXJhdGUoYVBhcnNlZFVybCkge1xuICB2YXIgdXJsID0gJyc7XG4gIGlmIChhUGFyc2VkVXJsLnNjaGVtZSkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLnNjaGVtZSArICc6JztcbiAgfVxuICB1cmwgKz0gJy8vJztcbiAgaWYgKGFQYXJzZWRVcmwuYXV0aCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmF1dGggKyAnQCc7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwuaG9zdCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmhvc3Q7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwucG9ydCkge1xuICAgIHVybCArPSBcIjpcIiArIGFQYXJzZWRVcmwucG9ydFxuICB9XG4gIGlmIChhUGFyc2VkVXJsLnBhdGgpIHtcbiAgICB1cmwgKz0gYVBhcnNlZFVybC5wYXRoO1xuICB9XG4gIHJldHVybiB1cmw7XG59XG5leHBvcnRzLnVybEdlbmVyYXRlID0gdXJsR2VuZXJhdGU7XG5cbi8qKlxuICogTm9ybWFsaXplcyBhIHBhdGgsIG9yIHRoZSBwYXRoIHBvcnRpb24gb2YgYSBVUkw6XG4gKlxuICogLSBSZXBsYWNlcyBjb25zZWN1dGl2ZSBzbGFzaGVzIHdpdGggb25lIHNsYXNoLlxuICogLSBSZW1vdmVzIHVubmVjZXNzYXJ5ICcuJyBwYXJ0cy5cbiAqIC0gUmVtb3ZlcyB1bm5lY2Vzc2FyeSAnPGRpcj4vLi4nIHBhcnRzLlxuICpcbiAqIEJhc2VkIG9uIGNvZGUgaW4gdGhlIE5vZGUuanMgJ3BhdGgnIGNvcmUgbW9kdWxlLlxuICpcbiAqIEBwYXJhbSBhUGF0aCBUaGUgcGF0aCBvciB1cmwgdG8gbm9ybWFsaXplLlxuICovXG5mdW5jdGlvbiBub3JtYWxpemUoYVBhdGgpIHtcbiAgdmFyIHBhdGggPSBhUGF0aDtcbiAgdmFyIHVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgaWYgKHVybCkge1xuICAgIGlmICghdXJsLnBhdGgpIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG4gICAgcGF0aCA9IHVybC5wYXRoO1xuICB9XG4gIHZhciBpc0Fic29sdXRlID0gZXhwb3J0cy5pc0Fic29sdXRlKHBhdGgpO1xuXG4gIHZhciBwYXJ0cyA9IHBhdGguc3BsaXQoL1xcLysvKTtcbiAgZm9yICh2YXIgcGFydCwgdXAgPSAwLCBpID0gcGFydHMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIHtcbiAgICBwYXJ0ID0gcGFydHNbaV07XG4gICAgaWYgKHBhcnQgPT09ICcuJykge1xuICAgICAgcGFydHMuc3BsaWNlKGksIDEpO1xuICAgIH0gZWxzZSBpZiAocGFydCA9PT0gJy4uJykge1xuICAgICAgdXArKztcbiAgICB9IGVsc2UgaWYgKHVwID4gMCkge1xuICAgICAgaWYgKHBhcnQgPT09ICcnKSB7XG4gICAgICAgIC8vIFRoZSBmaXJzdCBwYXJ0IGlzIGJsYW5rIGlmIHRoZSBwYXRoIGlzIGFic29sdXRlLiBUcnlpbmcgdG8gZ29cbiAgICAgICAgLy8gYWJvdmUgdGhlIHJvb3QgaXMgYSBuby1vcC4gVGhlcmVmb3JlIHdlIGNhbiByZW1vdmUgYWxsICcuLicgcGFydHNcbiAgICAgICAgLy8gZGlyZWN0bHkgYWZ0ZXIgdGhlIHJvb3QuXG4gICAgICAgIHBhcnRzLnNwbGljZShpICsgMSwgdXApO1xuICAgICAgICB1cCA9IDA7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBwYXJ0cy5zcGxpY2UoaSwgMik7XG4gICAgICAgIHVwLS07XG4gICAgICB9XG4gICAgfVxuICB9XG4gIHBhdGggPSBwYXJ0cy5qb2luKCcvJyk7XG5cbiAgaWYgKHBhdGggPT09ICcnKSB7XG4gICAgcGF0aCA9IGlzQWJzb2x1dGUgPyAnLycgOiAnLic7XG4gIH1cblxuICBpZiAodXJsKSB7XG4gICAgdXJsLnBhdGggPSBwYXRoO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZSh1cmwpO1xuICB9XG4gIHJldHVybiBwYXRoO1xufVxuZXhwb3J0cy5ub3JtYWxpemUgPSBub3JtYWxpemU7XG5cbi8qKlxuICogSm9pbnMgdHdvIHBhdGhzL1VSTHMuXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBqb2luZWQgd2l0aCB0aGUgcm9vdC5cbiAqXG4gKiAtIElmIGFQYXRoIGlzIGEgVVJMIG9yIGEgZGF0YSBVUkksIGFQYXRoIGlzIHJldHVybmVkLCB1bmxlc3MgYVBhdGggaXMgYVxuICogICBzY2hlbWUtcmVsYXRpdmUgVVJMOiBUaGVuIHRoZSBzY2hlbWUgb2YgYVJvb3QsIGlmIGFueSwgaXMgcHJlcGVuZGVkXG4gKiAgIGZpcnN0LlxuICogLSBPdGhlcndpc2UgYVBhdGggaXMgYSBwYXRoLiBJZiBhUm9vdCBpcyBhIFVSTCwgdGhlbiBpdHMgcGF0aCBwb3J0aW9uXG4gKiAgIGlzIHVwZGF0ZWQgd2l0aCB0aGUgcmVzdWx0IGFuZCBhUm9vdCBpcyByZXR1cm5lZC4gT3RoZXJ3aXNlIHRoZSByZXN1bHRcbiAqICAgaXMgcmV0dXJuZWQuXG4gKiAgIC0gSWYgYVBhdGggaXMgYWJzb2x1dGUsIHRoZSByZXN1bHQgaXMgYVBhdGguXG4gKiAgIC0gT3RoZXJ3aXNlIHRoZSB0d28gcGF0aHMgYXJlIGpvaW5lZCB3aXRoIGEgc2xhc2guXG4gKiAtIEpvaW5pbmcgZm9yIGV4YW1wbGUgJ2h0dHA6Ly8nIGFuZCAnd3d3LmV4YW1wbGUuY29tJyBpcyBhbHNvIHN1cHBvcnRlZC5cbiAqL1xuZnVuY3Rpb24gam9pbihhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuICBpZiAoYVBhdGggPT09IFwiXCIpIHtcbiAgICBhUGF0aCA9IFwiLlwiO1xuICB9XG4gIHZhciBhUGF0aFVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgdmFyIGFSb290VXJsID0gdXJsUGFyc2UoYVJvb3QpO1xuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdCA9IGFSb290VXJsLnBhdGggfHwgJy8nO1xuICB9XG5cbiAgLy8gYGpvaW4oZm9vLCAnLy93d3cuZXhhbXBsZS5vcmcnKWBcbiAgaWYgKGFQYXRoVXJsICYmICFhUGF0aFVybC5zY2hlbWUpIHtcbiAgICBpZiAoYVJvb3RVcmwpIHtcbiAgICAgIGFQYXRoVXJsLnNjaGVtZSA9IGFSb290VXJsLnNjaGVtZTtcbiAgICB9XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFQYXRoVXJsKTtcbiAgfVxuXG4gIGlmIChhUGF0aFVybCB8fCBhUGF0aC5tYXRjaChkYXRhVXJsUmVnZXhwKSkge1xuICAgIHJldHVybiBhUGF0aDtcbiAgfVxuXG4gIC8vIGBqb2luKCdodHRwOi8vJywgJ3d3dy5leGFtcGxlLmNvbScpYFxuICBpZiAoYVJvb3RVcmwgJiYgIWFSb290VXJsLmhvc3QgJiYgIWFSb290VXJsLnBhdGgpIHtcbiAgICBhUm9vdFVybC5ob3N0ID0gYVBhdGg7XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFSb290VXJsKTtcbiAgfVxuXG4gIHZhciBqb2luZWQgPSBhUGF0aC5jaGFyQXQoMCkgPT09ICcvJ1xuICAgID8gYVBhdGhcbiAgICA6IG5vcm1hbGl6ZShhUm9vdC5yZXBsYWNlKC9cXC8rJC8sICcnKSArICcvJyArIGFQYXRoKTtcblxuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdFVybC5wYXRoID0gam9pbmVkO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZShhUm9vdFVybCk7XG4gIH1cbiAgcmV0dXJuIGpvaW5lZDtcbn1cbmV4cG9ydHMuam9pbiA9IGpvaW47XG5cbmV4cG9ydHMuaXNBYnNvbHV0ZSA9IGZ1bmN0aW9uIChhUGF0aCkge1xuICByZXR1cm4gYVBhdGguY2hhckF0KDApID09PSAnLycgfHwgISFhUGF0aC5tYXRjaCh1cmxSZWdleHApO1xufTtcblxuLyoqXG4gKiBNYWtlIGEgcGF0aCByZWxhdGl2ZSB0byBhIFVSTCBvciBhbm90aGVyIHBhdGguXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBtYWRlIHJlbGF0aXZlIHRvIGFSb290LlxuICovXG5mdW5jdGlvbiByZWxhdGl2ZShhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuXG4gIGFSb290ID0gYVJvb3QucmVwbGFjZSgvXFwvJC8sICcnKTtcblxuICAvLyBJdCBpcyBwb3NzaWJsZSBmb3IgdGhlIHBhdGggdG8gYmUgYWJvdmUgdGhlIHJvb3QuIEluIHRoaXMgY2FzZSwgc2ltcGx5XG4gIC8vIGNoZWNraW5nIHdoZXRoZXIgdGhlIHJvb3QgaXMgYSBwcmVmaXggb2YgdGhlIHBhdGggd29uJ3Qgd29yay4gSW5zdGVhZCwgd2VcbiAgLy8gbmVlZCB0byByZW1vdmUgY29tcG9uZW50cyBmcm9tIHRoZSByb290IG9uZSBieSBvbmUsIHVudGlsIGVpdGhlciB3ZSBmaW5kXG4gIC8vIGEgcHJlZml4IHRoYXQgZml0cywgb3Igd2UgcnVuIG91dCBvZiBjb21wb25lbnRzIHRvIHJlbW92ZS5cbiAgdmFyIGxldmVsID0gMDtcbiAgd2hpbGUgKGFQYXRoLmluZGV4T2YoYVJvb3QgKyAnLycpICE9PSAwKSB7XG4gICAgdmFyIGluZGV4ID0gYVJvb3QubGFzdEluZGV4T2YoXCIvXCIpO1xuICAgIGlmIChpbmRleCA8IDApIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG5cbiAgICAvLyBJZiB0aGUgb25seSBwYXJ0IG9mIHRoZSByb290IHRoYXQgaXMgbGVmdCBpcyB0aGUgc2NoZW1lIChpLmUuIGh0dHA6Ly8sXG4gICAgLy8gZmlsZTovLy8sIGV0Yy4pLCBvbmUgb3IgbW9yZSBzbGFzaGVzICgvKSwgb3Igc2ltcGx5IG5vdGhpbmcgYXQgYWxsLCB3ZVxuICAgIC8vIGhhdmUgZXhoYXVzdGVkIGFsbCBjb21wb25lbnRzLCBzbyB0aGUgcGF0aCBpcyBub3QgcmVsYXRpdmUgdG8gdGhlIHJvb3QuXG4gICAgYVJvb3QgPSBhUm9vdC5zbGljZSgwLCBpbmRleCk7XG4gICAgaWYgKGFSb290Lm1hdGNoKC9eKFteXFwvXSs6XFwvKT9cXC8qJC8pKSB7XG4gICAgICByZXR1cm4gYVBhdGg7XG4gICAgfVxuXG4gICAgKytsZXZlbDtcbiAgfVxuXG4gIC8vIE1ha2Ugc3VyZSB3ZSBhZGQgYSBcIi4uL1wiIGZvciBlYWNoIGNvbXBvbmVudCB3ZSByZW1vdmVkIGZyb20gdGhlIHJvb3QuXG4gIHJldHVybiBBcnJheShsZXZlbCArIDEpLmpvaW4oXCIuLi9cIikgKyBhUGF0aC5zdWJzdHIoYVJvb3QubGVuZ3RoICsgMSk7XG59XG5leHBvcnRzLnJlbGF0aXZlID0gcmVsYXRpdmU7XG5cbnZhciBzdXBwb3J0c051bGxQcm90byA9IChmdW5jdGlvbiAoKSB7XG4gIHZhciBvYmogPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICByZXR1cm4gISgnX19wcm90b19fJyBpbiBvYmopO1xufSgpKTtcblxuZnVuY3Rpb24gaWRlbnRpdHkgKHMpIHtcbiAgcmV0dXJuIHM7XG59XG5cbi8qKlxuICogQmVjYXVzZSBiZWhhdmlvciBnb2VzIHdhY2t5IHdoZW4geW91IHNldCBgX19wcm90b19fYCBvbiBvYmplY3RzLCB3ZVxuICogaGF2ZSB0byBwcmVmaXggYWxsIHRoZSBzdHJpbmdzIGluIG91ciBzZXQgd2l0aCBhbiBhcmJpdHJhcnkgY2hhcmFjdGVyLlxuICpcbiAqIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL3B1bGwvMzEgYW5kXG4gKiBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8zMFxuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5mdW5jdGlvbiB0b1NldFN0cmluZyhhU3RyKSB7XG4gIGlmIChpc1Byb3RvU3RyaW5nKGFTdHIpKSB7XG4gICAgcmV0dXJuICckJyArIGFTdHI7XG4gIH1cblxuICByZXR1cm4gYVN0cjtcbn1cbmV4cG9ydHMudG9TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogdG9TZXRTdHJpbmc7XG5cbmZ1bmN0aW9uIGZyb21TZXRTdHJpbmcoYVN0cikge1xuICBpZiAoaXNQcm90b1N0cmluZyhhU3RyKSkge1xuICAgIHJldHVybiBhU3RyLnNsaWNlKDEpO1xuICB9XG5cbiAgcmV0dXJuIGFTdHI7XG59XG5leHBvcnRzLmZyb21TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogZnJvbVNldFN0cmluZztcblxuZnVuY3Rpb24gaXNQcm90b1N0cmluZyhzKSB7XG4gIGlmICghcykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIHZhciBsZW5ndGggPSBzLmxlbmd0aDtcblxuICBpZiAobGVuZ3RoIDwgOSAvKiBcIl9fcHJvdG9fX1wiLmxlbmd0aCAqLykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIGlmIChzLmNoYXJDb2RlQXQobGVuZ3RoIC0gMSkgIT09IDk1ICAvKiAnXycgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSAyKSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDMpICE9PSAxMTEgLyogJ28nICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNCkgIT09IDExNiAvKiAndCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA1KSAhPT0gMTExIC8qICdvJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDYpICE9PSAxMTQgLyogJ3InICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNykgIT09IDExMiAvKiAncCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA4KSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDkpICE9PSA5NSAgLyogJ18nICovKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG5cbiAgZm9yICh2YXIgaSA9IGxlbmd0aCAtIDEwOyBpID49IDA7IGktLSkge1xuICAgIGlmIChzLmNoYXJDb2RlQXQoaSkgIT09IDM2IC8qICckJyAqLykge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiB0cnVlO1xufVxuXG4vKipcbiAqIENvbXBhcmF0b3IgYmV0d2VlbiB0d28gbWFwcGluZ3Mgd2hlcmUgdGhlIG9yaWdpbmFsIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4sIGJ1dCBkaWZmZXJlbnQgZ2VuZXJhdGVkXG4gKiBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYSBtYXBwaW5nIHdpdGggYVxuICogc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZU9yaWdpbmFsKSB7XG4gIHZhciBjbXAgPSBtYXBwaW5nQS5zb3VyY2UgLSBtYXBwaW5nQi5zb3VyY2U7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDAgfHwgb25seUNvbXBhcmVPcmlnaW5hbCkge1xuICAgIHJldHVybiBjbXA7XG4gIH1cblxuICBjbXAgPSBtYXBwaW5nQS5nZW5lcmF0ZWRDb2x1bW4gLSBtYXBwaW5nQi5nZW5lcmF0ZWRDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIG1hcHBpbmdBLm5hbWUgLSBtYXBwaW5nQi5uYW1lO1xufVxuZXhwb3J0cy5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyA9IGNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zO1xuXG4vKipcbiAqIENvbXBhcmF0b3IgYmV0d2VlbiB0d28gbWFwcGluZ3Mgd2l0aCBkZWZsYXRlZCBzb3VyY2UgYW5kIG5hbWUgaW5kaWNlcyB3aGVyZVxuICogdGhlIGdlbmVyYXRlZCBwb3NpdGlvbnMgYXJlIGNvbXBhcmVkLlxuICpcbiAqIE9wdGlvbmFsbHkgcGFzcyBpbiBgdHJ1ZWAgYXMgYG9ubHlDb21wYXJlR2VuZXJhdGVkYCB0byBjb25zaWRlciB0d29cbiAqIG1hcHBpbmdzIHdpdGggdGhlIHNhbWUgZ2VuZXJhdGVkIGxpbmUgYW5kIGNvbHVtbiwgYnV0IGRpZmZlcmVudFxuICogc291cmNlL25hbWUvb3JpZ2luYWwgbGluZSBhbmQgY29sdW1uIHRoZSBzYW1lLiBVc2VmdWwgd2hlbiBzZWFyY2hpbmcgZm9yIGFcbiAqIG1hcHBpbmcgd2l0aCBhIHN0dWJiZWQgb3V0IG1hcHBpbmcuXG4gKi9cbmZ1bmN0aW9uIGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkKG1hcHBpbmdBLCBtYXBwaW5nQiwgb25seUNvbXBhcmVHZW5lcmF0ZWQpIHtcbiAgdmFyIGNtcCA9IG1hcHBpbmdBLmdlbmVyYXRlZExpbmUgLSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLmdlbmVyYXRlZENvbHVtbiAtIG1hcHBpbmdCLmdlbmVyYXRlZENvbHVtbjtcbiAgaWYgKGNtcCAhPT0gMCB8fCBvbmx5Q29tcGFyZUdlbmVyYXRlZCkge1xuICAgIHJldHVybiBjbXA7XG4gIH1cblxuICBjbXAgPSBtYXBwaW5nQS5zb3VyY2UgLSBtYXBwaW5nQi5zb3VyY2U7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIG1hcHBpbmdBLm5hbWUgLSBtYXBwaW5nQi5uYW1lO1xufVxuZXhwb3J0cy5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNEZWZsYXRlZCA9IGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkO1xuXG5mdW5jdGlvbiBzdHJjbXAoYVN0cjEsIGFTdHIyKSB7XG4gIGlmIChhU3RyMSA9PT0gYVN0cjIpIHtcbiAgICByZXR1cm4gMDtcbiAgfVxuXG4gIGlmIChhU3RyMSA+IGFTdHIyKSB7XG4gICAgcmV0dXJuIDE7XG4gIH1cblxuICByZXR1cm4gLTE7XG59XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGluZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBzdHJpbmdzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKi9cbmZ1bmN0aW9uIGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmdBLCBtYXBwaW5nQikge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zSW5mbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL3V0aWwuanNcbi8vIG1vZHVsZSBpZCA9IDRcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGhhcyA9IE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHk7XG52YXIgaGFzTmF0aXZlTWFwID0gdHlwZW9mIE1hcCAhPT0gXCJ1bmRlZmluZWRcIjtcblxuLyoqXG4gKiBBIGRhdGEgc3RydWN0dXJlIHdoaWNoIGlzIGEgY29tYmluYXRpb24gb2YgYW4gYXJyYXkgYW5kIGEgc2V0LiBBZGRpbmcgYSBuZXdcbiAqIG1lbWJlciBpcyBPKDEpLCB0ZXN0aW5nIGZvciBtZW1iZXJzaGlwIGlzIE8oMSksIGFuZCBmaW5kaW5nIHRoZSBpbmRleCBvZiBhblxuICogZWxlbWVudCBpcyBPKDEpLiBSZW1vdmluZyBlbGVtZW50cyBmcm9tIHRoZSBzZXQgaXMgbm90IHN1cHBvcnRlZC4gT25seVxuICogc3RyaW5ncyBhcmUgc3VwcG9ydGVkIGZvciBtZW1iZXJzaGlwLlxuICovXG5mdW5jdGlvbiBBcnJheVNldCgpIHtcbiAgdGhpcy5fYXJyYXkgPSBbXTtcbiAgdGhpcy5fc2V0ID0gaGFzTmF0aXZlTWFwID8gbmV3IE1hcCgpIDogT2JqZWN0LmNyZWF0ZShudWxsKTtcbn1cblxuLyoqXG4gKiBTdGF0aWMgbWV0aG9kIGZvciBjcmVhdGluZyBBcnJheVNldCBpbnN0YW5jZXMgZnJvbSBhbiBleGlzdGluZyBhcnJheS5cbiAqL1xuQXJyYXlTZXQuZnJvbUFycmF5ID0gZnVuY3Rpb24gQXJyYXlTZXRfZnJvbUFycmF5KGFBcnJheSwgYUFsbG93RHVwbGljYXRlcykge1xuICB2YXIgc2V0ID0gbmV3IEFycmF5U2V0KCk7XG4gIGZvciAodmFyIGkgPSAwLCBsZW4gPSBhQXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBzZXQuYWRkKGFBcnJheVtpXSwgYUFsbG93RHVwbGljYXRlcyk7XG4gIH1cbiAgcmV0dXJuIHNldDtcbn07XG5cbi8qKlxuICogUmV0dXJuIGhvdyBtYW55IHVuaXF1ZSBpdGVtcyBhcmUgaW4gdGhpcyBBcnJheVNldC4gSWYgZHVwbGljYXRlcyBoYXZlIGJlZW5cbiAqIGFkZGVkLCB0aGFuIHRob3NlIGRvIG5vdCBjb3VudCB0b3dhcmRzIHRoZSBzaXplLlxuICpcbiAqIEByZXR1cm5zIE51bWJlclxuICovXG5BcnJheVNldC5wcm90b3R5cGUuc2l6ZSA9IGZ1bmN0aW9uIEFycmF5U2V0X3NpemUoKSB7XG4gIHJldHVybiBoYXNOYXRpdmVNYXAgPyB0aGlzLl9zZXQuc2l6ZSA6IE9iamVjdC5nZXRPd25Qcm9wZXJ0eU5hbWVzKHRoaXMuX3NldCkubGVuZ3RoO1xufTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHN0cmluZyB0byB0aGlzIHNldC5cbiAqXG4gKiBAcGFyYW0gU3RyaW5nIGFTdHJcbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIEFycmF5U2V0X2FkZChhU3RyLCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gIHZhciBzU3RyID0gaGFzTmF0aXZlTWFwID8gYVN0ciA6IHV0aWwudG9TZXRTdHJpbmcoYVN0cik7XG4gIHZhciBpc0R1cGxpY2F0ZSA9IGhhc05hdGl2ZU1hcCA/IHRoaXMuaGFzKGFTdHIpIDogaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKTtcbiAgdmFyIGlkeCA9IHRoaXMuX2FycmF5Lmxlbmd0aDtcbiAgaWYgKCFpc0R1cGxpY2F0ZSB8fCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhU3RyKTtcbiAgfVxuICBpZiAoIWlzRHVwbGljYXRlKSB7XG4gICAgaWYgKGhhc05hdGl2ZU1hcCkge1xuICAgICAgdGhpcy5fc2V0LnNldChhU3RyLCBpZHgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLl9zZXRbc1N0cl0gPSBpZHg7XG4gICAgfVxuICB9XG59O1xuXG4vKipcbiAqIElzIHRoZSBnaXZlbiBzdHJpbmcgYSBtZW1iZXIgb2YgdGhpcyBzZXQ/XG4gKlxuICogQHBhcmFtIFN0cmluZyBhU3RyXG4gKi9cbkFycmF5U2V0LnByb3RvdHlwZS5oYXMgPSBmdW5jdGlvbiBBcnJheVNldF9oYXMoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgcmV0dXJuIHRoaXMuX3NldC5oYXMoYVN0cik7XG4gIH0gZWxzZSB7XG4gICAgdmFyIHNTdHIgPSB1dGlsLnRvU2V0U3RyaW5nKGFTdHIpO1xuICAgIHJldHVybiBoYXMuY2FsbCh0aGlzLl9zZXQsIHNTdHIpO1xuICB9XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGluZGV4IG9mIHRoZSBnaXZlbiBzdHJpbmcgaW4gdGhlIGFycmF5P1xuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5BcnJheVNldC5wcm90b3R5cGUuaW5kZXhPZiA9IGZ1bmN0aW9uIEFycmF5U2V0X2luZGV4T2YoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgdmFyIGlkeCA9IHRoaXMuX3NldC5nZXQoYVN0cik7XG4gICAgaWYgKGlkeCA+PSAwKSB7XG4gICAgICAgIHJldHVybiBpZHg7XG4gICAgfVxuICB9IGVsc2Uge1xuICAgIHZhciBzU3RyID0gdXRpbC50b1NldFN0cmluZyhhU3RyKTtcbiAgICBpZiAoaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKSkge1xuICAgICAgcmV0dXJuIHRoaXMuX3NldFtzU3RyXTtcbiAgICB9XG4gIH1cblxuICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTdHIgKyAnXCIgaXMgbm90IGluIHRoZSBzZXQuJyk7XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGVsZW1lbnQgYXQgdGhlIGdpdmVuIGluZGV4P1xuICpcbiAqIEBwYXJhbSBOdW1iZXIgYUlkeFxuICovXG5BcnJheVNldC5wcm90b3R5cGUuYXQgPSBmdW5jdGlvbiBBcnJheVNldF9hdChhSWR4KSB7XG4gIGlmIChhSWR4ID49IDAgJiYgYUlkeCA8IHRoaXMuX2FycmF5Lmxlbmd0aCkge1xuICAgIHJldHVybiB0aGlzLl9hcnJheVthSWR4XTtcbiAgfVxuICB0aHJvdyBuZXcgRXJyb3IoJ05vIGVsZW1lbnQgaW5kZXhlZCBieSAnICsgYUlkeCk7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGFycmF5IHJlcHJlc2VudGF0aW9uIG9mIHRoaXMgc2V0ICh3aGljaCBoYXMgdGhlIHByb3BlciBpbmRpY2VzXG4gKiBpbmRpY2F0ZWQgYnkgaW5kZXhPZikuIE5vdGUgdGhhdCB0aGlzIGlzIGEgY29weSBvZiB0aGUgaW50ZXJuYWwgYXJyYXkgdXNlZFxuICogZm9yIHN0b3JpbmcgdGhlIG1lbWJlcnMgc28gdGhhdCBubyBvbmUgY2FuIG1lc3Mgd2l0aCBpbnRlcm5hbCBzdGF0ZS5cbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBBcnJheVNldF90b0FycmF5KCkge1xuICByZXR1cm4gdGhpcy5fYXJyYXkuc2xpY2UoKTtcbn07XG5cbmV4cG9ydHMuQXJyYXlTZXQgPSBBcnJheVNldDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2FycmF5LXNldC5qc1xuLy8gbW9kdWxlIGlkID0gNVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTQgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciB1dGlsID0gcmVxdWlyZSgnLi91dGlsJyk7XG5cbi8qKlxuICogRGV0ZXJtaW5lIHdoZXRoZXIgbWFwcGluZ0IgaXMgYWZ0ZXIgbWFwcGluZ0Egd2l0aCByZXNwZWN0IHRvIGdlbmVyYXRlZFxuICogcG9zaXRpb24uXG4gKi9cbmZ1bmN0aW9uIGdlbmVyYXRlZFBvc2l0aW9uQWZ0ZXIobWFwcGluZ0EsIG1hcHBpbmdCKSB7XG4gIC8vIE9wdGltaXplZCBmb3IgbW9zdCBjb21tb24gY2FzZVxuICB2YXIgbGluZUEgPSBtYXBwaW5nQS5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgbGluZUIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgY29sdW1uQSA9IG1hcHBpbmdBLmdlbmVyYXRlZENvbHVtbjtcbiAgdmFyIGNvbHVtbkIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRDb2x1bW47XG4gIHJldHVybiBsaW5lQiA+IGxpbmVBIHx8IGxpbmVCID09IGxpbmVBICYmIGNvbHVtbkIgPj0gY29sdW1uQSB8fFxuICAgICAgICAgdXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZChtYXBwaW5nQSwgbWFwcGluZ0IpIDw9IDA7XG59XG5cbi8qKlxuICogQSBkYXRhIHN0cnVjdHVyZSB0byBwcm92aWRlIGEgc29ydGVkIHZpZXcgb2YgYWNjdW11bGF0ZWQgbWFwcGluZ3MgaW4gYVxuICogcGVyZm9ybWFuY2UgY29uc2Npb3VzIG1hbm5lci4gSXQgdHJhZGVzIGEgbmVnbGliYWJsZSBvdmVyaGVhZCBpbiBnZW5lcmFsXG4gKiBjYXNlIGZvciBhIGxhcmdlIHNwZWVkdXAgaW4gY2FzZSBvZiBtYXBwaW5ncyBiZWluZyBhZGRlZCBpbiBvcmRlci5cbiAqL1xuZnVuY3Rpb24gTWFwcGluZ0xpc3QoKSB7XG4gIHRoaXMuX2FycmF5ID0gW107XG4gIHRoaXMuX3NvcnRlZCA9IHRydWU7XG4gIC8vIFNlcnZlcyBhcyBpbmZpbXVtXG4gIHRoaXMuX2xhc3QgPSB7Z2VuZXJhdGVkTGluZTogLTEsIGdlbmVyYXRlZENvbHVtbjogMH07XG59XG5cbi8qKlxuICogSXRlcmF0ZSB0aHJvdWdoIGludGVybmFsIGl0ZW1zLiBUaGlzIG1ldGhvZCB0YWtlcyB0aGUgc2FtZSBhcmd1bWVudHMgdGhhdFxuICogYEFycmF5LnByb3RvdHlwZS5mb3JFYWNoYCB0YWtlcy5cbiAqXG4gKiBOT1RFOiBUaGUgb3JkZXIgb2YgdGhlIG1hcHBpbmdzIGlzIE5PVCBndWFyYW50ZWVkLlxuICovXG5NYXBwaW5nTGlzdC5wcm90b3R5cGUudW5zb3J0ZWRGb3JFYWNoID1cbiAgZnVuY3Rpb24gTWFwcGluZ0xpc3RfZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKSB7XG4gICAgdGhpcy5fYXJyYXkuZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKTtcbiAgfTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHNvdXJjZSBtYXBwaW5nLlxuICpcbiAqIEBwYXJhbSBPYmplY3QgYU1hcHBpbmdcbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIE1hcHBpbmdMaXN0X2FkZChhTWFwcGluZykge1xuICBpZiAoZ2VuZXJhdGVkUG9zaXRpb25BZnRlcih0aGlzLl9sYXN0LCBhTWFwcGluZykpIHtcbiAgICB0aGlzLl9sYXN0ID0gYU1hcHBpbmc7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH0gZWxzZSB7XG4gICAgdGhpcy5fc29ydGVkID0gZmFsc2U7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH1cbn07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgZmxhdCwgc29ydGVkIGFycmF5IG9mIG1hcHBpbmdzLiBUaGUgbWFwcGluZ3MgYXJlIHNvcnRlZCBieVxuICogZ2VuZXJhdGVkIHBvc2l0aW9uLlxuICpcbiAqIFdBUk5JTkc6IFRoaXMgbWV0aG9kIHJldHVybnMgaW50ZXJuYWwgZGF0YSB3aXRob3V0IGNvcHlpbmcsIGZvclxuICogcGVyZm9ybWFuY2UuIFRoZSByZXR1cm4gdmFsdWUgbXVzdCBOT1QgYmUgbXV0YXRlZCwgYW5kIHNob3VsZCBiZSB0cmVhdGVkIGFzXG4gKiBhbiBpbW11dGFibGUgYm9ycm93LiBJZiB5b3Ugd2FudCB0byB0YWtlIG93bmVyc2hpcCwgeW91IG11c3QgbWFrZSB5b3VyIG93blxuICogY29weS5cbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBNYXBwaW5nTGlzdF90b0FycmF5KCkge1xuICBpZiAoIXRoaXMuX3NvcnRlZCkge1xuICAgIHRoaXMuX2FycmF5LnNvcnQodXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZCk7XG4gICAgdGhpcy5fc29ydGVkID0gdHJ1ZTtcbiAgfVxuICByZXR1cm4gdGhpcy5fYXJyYXk7XG59O1xuXG5leHBvcnRzLk1hcHBpbmdMaXN0ID0gTWFwcGluZ0xpc3Q7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9tYXBwaW5nLWxpc3QuanNcbi8vIG1vZHVsZSBpZCA9IDZcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGJpbmFyeVNlYXJjaCA9IHJlcXVpcmUoJy4vYmluYXJ5LXNlYXJjaCcpO1xudmFyIEFycmF5U2V0ID0gcmVxdWlyZSgnLi9hcnJheS1zZXQnKS5BcnJheVNldDtcbnZhciBiYXNlNjRWTFEgPSByZXF1aXJlKCcuL2Jhc2U2NC12bHEnKTtcbnZhciBxdWlja1NvcnQgPSByZXF1aXJlKCcuL3F1aWNrLXNvcnQnKS5xdWlja1NvcnQ7XG5cbmZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXApIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSBKU09OLnBhcnNlKGFTb3VyY2VNYXAucmVwbGFjZSgvXlxcKVxcXVxcfScvLCAnJykpO1xuICB9XG5cbiAgcmV0dXJuIHNvdXJjZU1hcC5zZWN0aW9ucyAhPSBudWxsXG4gICAgPyBuZXcgSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyKHNvdXJjZU1hcClcbiAgICA6IG5ldyBCYXNpY1NvdXJjZU1hcENvbnN1bWVyKHNvdXJjZU1hcCk7XG59XG5cblNvdXJjZU1hcENvbnN1bWVyLmZyb21Tb3VyY2VNYXAgPSBmdW5jdGlvbihhU291cmNlTWFwKSB7XG4gIHJldHVybiBCYXNpY1NvdXJjZU1hcENvbnN1bWVyLmZyb21Tb3VyY2VNYXAoYVNvdXJjZU1hcCk7XG59XG5cbi8qKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXBwaW5nIHNwZWMgdGhhdCB3ZSBhcmUgY29uc3VtaW5nLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3ZlcnNpb24gPSAzO1xuXG4vLyBgX19nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kIGBfX29yaWdpbmFsTWFwcGluZ3NgIGFyZSBhcnJheXMgdGhhdCBob2xkIHRoZVxuLy8gcGFyc2VkIG1hcHBpbmcgY29vcmRpbmF0ZXMgZnJvbSB0aGUgc291cmNlIG1hcCdzIFwibWFwcGluZ3NcIiBhdHRyaWJ1dGUuIFRoZXlcbi8vIGFyZSBsYXppbHkgaW5zdGFudGlhdGVkLCBhY2Nlc3NlZCB2aWEgdGhlIGBfZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuLy8gYF9vcmlnaW5hbE1hcHBpbmdzYCBnZXR0ZXJzIHJlc3BlY3RpdmVseSwgYW5kIHdlIG9ubHkgcGFyc2UgdGhlIG1hcHBpbmdzXG4vLyBhbmQgY3JlYXRlIHRoZXNlIGFycmF5cyBvbmNlIHF1ZXJpZWQgZm9yIGEgc291cmNlIGxvY2F0aW9uLiBXZSBqdW1wIHRocm91Z2hcbi8vIHRoZXNlIGhvb3BzIGJlY2F1c2UgdGhlcmUgY2FuIGJlIG1hbnkgdGhvdXNhbmRzIG9mIG1hcHBpbmdzLCBhbmQgcGFyc2luZ1xuLy8gdGhlbSBpcyBleHBlbnNpdmUsIHNvIHdlIG9ubHkgd2FudCB0byBkbyBpdCBpZiB3ZSBtdXN0LlxuLy9cbi8vIEVhY2ggb2JqZWN0IGluIHRoZSBhcnJheXMgaXMgb2YgdGhlIGZvcm06XG4vL1xuLy8gICAgIHtcbi8vICAgICAgIGdlbmVyYXRlZExpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIGNvZGUsXG4vLyAgICAgICBnZW5lcmF0ZWRDb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIHNvdXJjZTogVGhlIHBhdGggdG8gdGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlIHRoYXQgZ2VuZXJhdGVkIHRoaXNcbi8vICAgICAgICAgICAgICAgY2h1bmsgb2YgY29kZSxcbi8vICAgICAgIG9yaWdpbmFsTGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UgdGhhdFxuLy8gICAgICAgICAgICAgICAgICAgICBjb3JyZXNwb25kcyB0byB0aGlzIGNodW5rIG9mIGdlbmVyYXRlZCBjb2RlLFxuLy8gICAgICAgb3JpZ2luYWxDb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UgdGhhdFxuLy8gICAgICAgICAgICAgICAgICAgICAgIGNvcnJlc3BvbmRzIHRvIHRoaXMgY2h1bmsgb2YgZ2VuZXJhdGVkIGNvZGUsXG4vLyAgICAgICBuYW1lOiBUaGUgbmFtZSBvZiB0aGUgb3JpZ2luYWwgc3ltYm9sIHdoaWNoIGdlbmVyYXRlZCB0aGlzIGNodW5rIG9mXG4vLyAgICAgICAgICAgICBjb2RlLlxuLy8gICAgIH1cbi8vXG4vLyBBbGwgcHJvcGVydGllcyBleGNlcHQgZm9yIGBnZW5lcmF0ZWRMaW5lYCBhbmQgYGdlbmVyYXRlZENvbHVtbmAgY2FuIGJlXG4vLyBgbnVsbGAuXG4vL1xuLy8gYF9nZW5lcmF0ZWRNYXBwaW5nc2AgaXMgb3JkZXJlZCBieSB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucy5cbi8vXG4vLyBgX29yaWdpbmFsTWFwcGluZ3NgIGlzIG9yZGVyZWQgYnkgdGhlIG9yaWdpbmFsIHBvc2l0aW9ucy5cblxuU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBudWxsO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSwgJ19nZW5lcmF0ZWRNYXBwaW5ncycsIHtcbiAgZ2V0OiBmdW5jdGlvbiAoKSB7XG4gICAgaWYgKCF0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MpIHtcbiAgICAgIHRoaXMuX3BhcnNlTWFwcGluZ3ModGhpcy5fbWFwcGluZ3MsIHRoaXMuc291cmNlUm9vdCk7XG4gICAgfVxuXG4gICAgcmV0dXJuIHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5ncztcbiAgfVxufSk7XG5cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fX29yaWdpbmFsTWFwcGluZ3MgPSBudWxsO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSwgJ19vcmlnaW5hbE1hcHBpbmdzJywge1xuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICBpZiAoIXRoaXMuX19vcmlnaW5hbE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncztcbiAgfVxufSk7XG5cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fY2hhcklzTWFwcGluZ1NlcGFyYXRvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NoYXJJc01hcHBpbmdTZXBhcmF0b3IoYVN0ciwgaW5kZXgpIHtcbiAgICB2YXIgYyA9IGFTdHIuY2hhckF0KGluZGV4KTtcbiAgICByZXR1cm4gYyA9PT0gXCI7XCIgfHwgYyA9PT0gXCIsXCI7XG4gIH07XG5cbi8qKlxuICogUGFyc2UgdGhlIG1hcHBpbmdzIGluIGEgc3RyaW5nIGluIHRvIGEgZGF0YSBzdHJ1Y3R1cmUgd2hpY2ggd2UgY2FuIGVhc2lseVxuICogcXVlcnkgKHRoZSBvcmRlcmVkIGFycmF5cyBpbiB0aGUgYHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4gKiBgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3NgIHByb3BlcnRpZXMpLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKFwiU3ViY2xhc3NlcyBtdXN0IGltcGxlbWVudCBfcGFyc2VNYXBwaW5nc1wiKTtcbiAgfTtcblxuU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSID0gMTtcblNvdXJjZU1hcENvbnN1bWVyLk9SSUdJTkFMX09SREVSID0gMjtcblxuU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuU291cmNlTWFwQ29uc3VtZXIuTEVBU1RfVVBQRVJfQk9VTkQgPSAyO1xuXG4vKipcbiAqIEl0ZXJhdGUgb3ZlciBlYWNoIG1hcHBpbmcgYmV0d2VlbiBhbiBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4gYW5kIGFcbiAqIGdlbmVyYXRlZCBsaW5lL2NvbHVtbiBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKlxuICogQHBhcmFtIEZ1bmN0aW9uIGFDYWxsYmFja1xuICogICAgICAgIFRoZSBmdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aXRoIGVhY2ggbWFwcGluZy5cbiAqIEBwYXJhbSBPYmplY3QgYUNvbnRleHRcbiAqICAgICAgICBPcHRpb25hbC4gSWYgc3BlY2lmaWVkLCB0aGlzIG9iamVjdCB3aWxsIGJlIHRoZSB2YWx1ZSBvZiBgdGhpc2AgZXZlcnlcbiAqICAgICAgICB0aW1lIHRoYXQgYGFDYWxsYmFja2AgaXMgY2FsbGVkLlxuICogQHBhcmFtIGFPcmRlclxuICogICAgICAgIEVpdGhlciBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYCBvclxuICogICAgICAgIGBTb3VyY2VNYXBDb25zdW1lci5PUklHSU5BTF9PUkRFUmAuIFNwZWNpZmllcyB3aGV0aGVyIHlvdSB3YW50IHRvXG4gKiAgICAgICAgaXRlcmF0ZSBvdmVyIHRoZSBtYXBwaW5ncyBzb3J0ZWQgYnkgdGhlIGdlbmVyYXRlZCBmaWxlJ3MgbGluZS9jb2x1bW5cbiAqICAgICAgICBvcmRlciBvciB0aGUgb3JpZ2luYWwncyBzb3VyY2UvbGluZS9jb2x1bW4gb3JkZXIsIHJlc3BlY3RpdmVseS4gRGVmYXVsdHMgdG9cbiAqICAgICAgICBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYC5cbiAqL1xuU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmVhY2hNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfZWFjaE1hcHBpbmcoYUNhbGxiYWNrLCBhQ29udGV4dCwgYU9yZGVyKSB7XG4gICAgdmFyIGNvbnRleHQgPSBhQ29udGV4dCB8fCBudWxsO1xuICAgIHZhciBvcmRlciA9IGFPcmRlciB8fCBTb3VyY2VNYXBDb25zdW1lci5HRU5FUkFURURfT1JERVI7XG5cbiAgICB2YXIgbWFwcGluZ3M7XG4gICAgc3dpdGNoIChvcmRlcikge1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSOlxuICAgICAgbWFwcGluZ3MgPSB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncztcbiAgICAgIGJyZWFrO1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuT1JJR0lOQUxfT1JERVI6XG4gICAgICBtYXBwaW5ncyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3M7XG4gICAgICBicmVhaztcbiAgICBkZWZhdWx0OlxuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiVW5rbm93biBvcmRlciBvZiBpdGVyYXRpb24uXCIpO1xuICAgIH1cblxuICAgIHZhciBzb3VyY2VSb290ID0gdGhpcy5zb3VyY2VSb290O1xuICAgIG1hcHBpbmdzLm1hcChmdW5jdGlvbiAobWFwcGluZykge1xuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlID09PSBudWxsID8gbnVsbCA6IHRoaXMuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgaWYgKHNvdXJjZSAhPSBudWxsICYmIHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICBzb3VyY2UgPSB1dGlsLmpvaW4oc291cmNlUm9vdCwgc291cmNlKTtcbiAgICAgIH1cbiAgICAgIHJldHVybiB7XG4gICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICBnZW5lcmF0ZWRMaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgIGdlbmVyYXRlZENvbHVtbjogbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4sXG4gICAgICAgIG9yaWdpbmFsTGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgIG9yaWdpbmFsQ29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uLFxuICAgICAgICBuYW1lOiBtYXBwaW5nLm5hbWUgPT09IG51bGwgPyBudWxsIDogdGhpcy5fbmFtZXMuYXQobWFwcGluZy5uYW1lKVxuICAgICAgfTtcbiAgICB9LCB0aGlzKS5mb3JFYWNoKGFDYWxsYmFjaywgY29udGV4dCk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyBhbGwgZ2VuZXJhdGVkIGxpbmUgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIG9yaWdpbmFsIHNvdXJjZSxcbiAqIGxpbmUsIGFuZCBjb2x1bW4gcHJvdmlkZWQuIElmIG5vIGNvbHVtbiBpcyBwcm92aWRlZCwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gYSBlaXRoZXIgdGhlIGxpbmUgd2UgYXJlIHNlYXJjaGluZyBmb3Igb3IgdGhlIG5leHRcbiAqIGNsb3Nlc3QgbGluZSB0aGF0IGhhcyBhbnkgbWFwcGluZ3MuIE90aGVyd2lzZSwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gdGhlIGdpdmVuIGxpbmUgYW5kIGVpdGhlciB0aGUgY29sdW1uIHdlIGFyZSBzZWFyY2hpbmcgZm9yXG4gKiBvciB0aGUgbmV4dCBjbG9zZXN0IGNvbHVtbiB0aGF0IGhhcyBhbnkgb2Zmc2V0cy5cbiAqXG4gKiBUaGUgb25seSBhcmd1bWVudCBpcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gY29sdW1uOiBPcHRpb25hbC4gdGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqXG4gKiBhbmQgYW4gYXJyYXkgb2Ygb2JqZWN0cyBpcyByZXR1cm5lZCwgZWFjaCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKi9cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5hbGxHZW5lcmF0ZWRQb3NpdGlvbnNGb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9hbGxHZW5lcmF0ZWRQb3NpdGlvbnNGb3IoYUFyZ3MpIHtcbiAgICB2YXIgbGluZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpO1xuXG4gICAgLy8gV2hlbiB0aGVyZSBpcyBubyBleGFjdCBtYXRjaCwgQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX2ZpbmRNYXBwaW5nXG4gICAgLy8gcmV0dXJucyB0aGUgaW5kZXggb2YgdGhlIGNsb3Nlc3QgbWFwcGluZyBsZXNzIHRoYW4gdGhlIG5lZWRsZS4gQnlcbiAgICAvLyBzZXR0aW5nIG5lZWRsZS5vcmlnaW5hbENvbHVtbiB0byAwLCB3ZSB0aHVzIGZpbmQgdGhlIGxhc3QgbWFwcGluZyBmb3JcbiAgICAvLyB0aGUgZ2l2ZW4gbGluZSwgcHJvdmlkZWQgc3VjaCBhIG1hcHBpbmcgZXhpc3RzLlxuICAgIHZhciBuZWVkbGUgPSB7XG4gICAgICBzb3VyY2U6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJyksXG4gICAgICBvcmlnaW5hbExpbmU6IGxpbmUsXG4gICAgICBvcmlnaW5hbENvbHVtbjogdXRpbC5nZXRBcmcoYUFyZ3MsICdjb2x1bW4nLCAwKVxuICAgIH07XG5cbiAgICBpZiAodGhpcy5zb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgIG5lZWRsZS5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHRoaXMuc291cmNlUm9vdCwgbmVlZGxlLnNvdXJjZSk7XG4gICAgfVxuICAgIGlmICghdGhpcy5fc291cmNlcy5oYXMobmVlZGxlLnNvdXJjZSkpIHtcbiAgICAgIHJldHVybiBbXTtcbiAgICB9XG4gICAgbmVlZGxlLnNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuaW5kZXhPZihuZWVkbGUuc291cmNlKTtcblxuICAgIHZhciBtYXBwaW5ncyA9IFtdO1xuXG4gICAgdmFyIGluZGV4ID0gdGhpcy5fZmluZE1hcHBpbmcobmVlZGxlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuX29yaWdpbmFsTWFwcGluZ3MsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJvcmlnaW5hbExpbmVcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIm9yaWdpbmFsQ29sdW1uXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdXRpbC5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBiaW5hcnlTZWFyY2guTEVBU1RfVVBQRVJfQk9VTkQpO1xuICAgIGlmIChpbmRleCA+PSAwKSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3NbaW5kZXhdO1xuXG4gICAgICBpZiAoYUFyZ3MuY29sdW1uID09PSB1bmRlZmluZWQpIHtcbiAgICAgICAgdmFyIG9yaWdpbmFsTGluZSA9IG1hcHBpbmcub3JpZ2luYWxMaW5lO1xuXG4gICAgICAgIC8vIEl0ZXJhdGUgdW50aWwgZWl0aGVyIHdlIHJ1biBvdXQgb2YgbWFwcGluZ3MsIG9yIHdlIHJ1biBpbnRvXG4gICAgICAgIC8vIGEgbWFwcGluZyBmb3IgYSBkaWZmZXJlbnQgbGluZSB0aGFuIHRoZSBvbmUgd2UgZm91bmQuIFNpbmNlXG4gICAgICAgIC8vIG1hcHBpbmdzIGFyZSBzb3J0ZWQsIHRoaXMgaXMgZ3VhcmFudGVlZCB0byBmaW5kIGFsbCBtYXBwaW5ncyBmb3JcbiAgICAgICAgLy8gdGhlIGxpbmUgd2UgZm91bmQuXG4gICAgICAgIHdoaWxlIChtYXBwaW5nICYmIG1hcHBpbmcub3JpZ2luYWxMaW5lID09PSBvcmlnaW5hbExpbmUpIHtcbiAgICAgICAgICBtYXBwaW5ncy5wdXNoKHtcbiAgICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRMaW5lJywgbnVsbCksXG4gICAgICAgICAgICBjb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRDb2x1bW4nLCBudWxsKSxcbiAgICAgICAgICAgIGxhc3RDb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdsYXN0R2VuZXJhdGVkQ29sdW1uJywgbnVsbClcbiAgICAgICAgICB9KTtcblxuICAgICAgICAgIG1hcHBpbmcgPSB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzWysraW5kZXhdO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB2YXIgb3JpZ2luYWxDb2x1bW4gPSBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uO1xuXG4gICAgICAgIC8vIEl0ZXJhdGUgdW50aWwgZWl0aGVyIHdlIHJ1biBvdXQgb2YgbWFwcGluZ3MsIG9yIHdlIHJ1biBpbnRvXG4gICAgICAgIC8vIGEgbWFwcGluZyBmb3IgYSBkaWZmZXJlbnQgbGluZSB0aGFuIHRoZSBvbmUgd2Ugd2VyZSBzZWFyY2hpbmcgZm9yLlxuICAgICAgICAvLyBTaW5jZSBtYXBwaW5ncyBhcmUgc29ydGVkLCB0aGlzIGlzIGd1YXJhbnRlZWQgdG8gZmluZCBhbGwgbWFwcGluZ3MgZm9yXG4gICAgICAgIC8vIHRoZSBsaW5lIHdlIGFyZSBzZWFyY2hpbmcgZm9yLlxuICAgICAgICB3aGlsZSAobWFwcGluZyAmJlxuICAgICAgICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgPT09IGxpbmUgJiZcbiAgICAgICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxDb2x1bW4gPT0gb3JpZ2luYWxDb2x1bW4pIHtcbiAgICAgICAgICBtYXBwaW5ncy5wdXNoKHtcbiAgICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRMaW5lJywgbnVsbCksXG4gICAgICAgICAgICBjb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRDb2x1bW4nLCBudWxsKSxcbiAgICAgICAgICAgIGxhc3RDb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdsYXN0R2VuZXJhdGVkQ29sdW1uJywgbnVsbClcbiAgICAgICAgICB9KTtcblxuICAgICAgICAgIG1hcHBpbmcgPSB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzWysraW5kZXhdO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIG1hcHBpbmdzO1xuICB9O1xuXG5leHBvcnRzLlNvdXJjZU1hcENvbnN1bWVyID0gU291cmNlTWFwQ29uc3VtZXI7XG5cbi8qKlxuICogQSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyIGluc3RhbmNlIHJlcHJlc2VudHMgYSBwYXJzZWQgc291cmNlIG1hcCB3aGljaCB3ZSBjYW5cbiAqIHF1ZXJ5IGZvciBpbmZvcm1hdGlvbiBhYm91dCB0aGUgb3JpZ2luYWwgZmlsZSBwb3NpdGlvbnMgYnkgZ2l2aW5nIGl0IGEgZmlsZVxuICogcG9zaXRpb24gaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UuXG4gKlxuICogVGhlIG9ubHkgcGFyYW1ldGVyIGlzIHRoZSByYXcgc291cmNlIG1hcCAoZWl0aGVyIGFzIGEgSlNPTiBzdHJpbmcsIG9yXG4gKiBhbHJlYWR5IHBhcnNlZCB0byBhbiBvYmplY3QpLiBBY2NvcmRpbmcgdG8gdGhlIHNwZWMsIHNvdXJjZSBtYXBzIGhhdmUgdGhlXG4gKiBmb2xsb3dpbmcgYXR0cmlidXRlczpcbiAqXG4gKiAgIC0gdmVyc2lvbjogV2hpY2ggdmVyc2lvbiBvZiB0aGUgc291cmNlIG1hcCBzcGVjIHRoaXMgbWFwIGlzIGZvbGxvd2luZy5cbiAqICAgLSBzb3VyY2VzOiBBbiBhcnJheSBvZiBVUkxzIHRvIHRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZXMuXG4gKiAgIC0gbmFtZXM6IEFuIGFycmF5IG9mIGlkZW50aWZpZXJzIHdoaWNoIGNhbiBiZSByZWZlcnJlbmNlZCBieSBpbmRpdmlkdWFsIG1hcHBpbmdzLlxuICogICAtIHNvdXJjZVJvb3Q6IE9wdGlvbmFsLiBUaGUgVVJMIHJvb3QgZnJvbSB3aGljaCBhbGwgc291cmNlcyBhcmUgcmVsYXRpdmUuXG4gKiAgIC0gc291cmNlc0NvbnRlbnQ6IE9wdGlvbmFsLiBBbiBhcnJheSBvZiBjb250ZW50cyBvZiB0aGUgb3JpZ2luYWwgc291cmNlIGZpbGVzLlxuICogICAtIG1hcHBpbmdzOiBBIHN0cmluZyBvZiBiYXNlNjQgVkxRcyB3aGljaCBjb250YWluIHRoZSBhY3R1YWwgbWFwcGluZ3MuXG4gKiAgIC0gZmlsZTogT3B0aW9uYWwuIFRoZSBnZW5lcmF0ZWQgZmlsZSB0aGlzIHNvdXJjZSBtYXAgaXMgYXNzb2NpYXRlZCB3aXRoLlxuICpcbiAqIEhlcmUgaXMgYW4gZXhhbXBsZSBzb3VyY2UgbWFwLCB0YWtlbiBmcm9tIHRoZSBzb3VyY2UgbWFwIHNwZWNbMF06XG4gKlxuICogICAgIHtcbiAqICAgICAgIHZlcnNpb24gOiAzLFxuICogICAgICAgZmlsZTogXCJvdXQuanNcIixcbiAqICAgICAgIHNvdXJjZVJvb3QgOiBcIlwiLFxuICogICAgICAgc291cmNlczogW1wiZm9vLmpzXCIsIFwiYmFyLmpzXCJdLFxuICogICAgICAgbmFtZXM6IFtcInNyY1wiLCBcIm1hcHNcIiwgXCJhcmVcIiwgXCJmdW5cIl0sXG4gKiAgICAgICBtYXBwaW5nczogXCJBQSxBQjs7QUJDREU7XCJcbiAqICAgICB9XG4gKlxuICogWzBdOiBodHRwczovL2RvY3MuZ29vZ2xlLmNvbS9kb2N1bWVudC9kLzFVMVJHQWVoUXdSeXBVVG92RjFLUmxwaU9GemUwYi1fMmdjNmZBSDBLWTBrL2VkaXQ/cGxpPTEjXG4gKi9cbmZ1bmN0aW9uIEJhc2ljU291cmNlTWFwQ29uc3VtZXIoYVNvdXJjZU1hcCkge1xuICB2YXIgc291cmNlTWFwID0gYVNvdXJjZU1hcDtcbiAgaWYgKHR5cGVvZiBhU291cmNlTWFwID09PSAnc3RyaW5nJykge1xuICAgIHNvdXJjZU1hcCA9IEpTT04ucGFyc2UoYVNvdXJjZU1hcC5yZXBsYWNlKC9eXFwpXFxdXFx9Jy8sICcnKSk7XG4gIH1cblxuICB2YXIgdmVyc2lvbiA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3ZlcnNpb24nKTtcbiAgdmFyIHNvdXJjZXMgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdzb3VyY2VzJyk7XG4gIC8vIFNhc3MgMy4zIGxlYXZlcyBvdXQgdGhlICduYW1lcycgYXJyYXksIHNvIHdlIGRldmlhdGUgZnJvbSB0aGUgc3BlYyAod2hpY2hcbiAgLy8gcmVxdWlyZXMgdGhlIGFycmF5KSB0byBwbGF5IG5pY2UgaGVyZS5cbiAgdmFyIG5hbWVzID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnbmFtZXMnLCBbXSk7XG4gIHZhciBzb3VyY2VSb290ID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnc291cmNlUm9vdCcsIG51bGwpO1xuICB2YXIgc291cmNlc0NvbnRlbnQgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdzb3VyY2VzQ29udGVudCcsIG51bGwpO1xuICB2YXIgbWFwcGluZ3MgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdtYXBwaW5ncycpO1xuICB2YXIgZmlsZSA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ2ZpbGUnLCBudWxsKTtcblxuICAvLyBPbmNlIGFnYWluLCBTYXNzIGRldmlhdGVzIGZyb20gdGhlIHNwZWMgYW5kIHN1cHBsaWVzIHRoZSB2ZXJzaW9uIGFzIGFcbiAgLy8gc3RyaW5nIHJhdGhlciB0aGFuIGEgbnVtYmVyLCBzbyB3ZSB1c2UgbG9vc2UgZXF1YWxpdHkgY2hlY2tpbmcgaGVyZS5cbiAgaWYgKHZlcnNpb24gIT0gdGhpcy5fdmVyc2lvbikge1xuICAgIHRocm93IG5ldyBFcnJvcignVW5zdXBwb3J0ZWQgdmVyc2lvbjogJyArIHZlcnNpb24pO1xuICB9XG5cbiAgc291cmNlcyA9IHNvdXJjZXNcbiAgICAubWFwKFN0cmluZylcbiAgICAvLyBTb21lIHNvdXJjZSBtYXBzIHByb2R1Y2UgcmVsYXRpdmUgc291cmNlIHBhdGhzIGxpa2UgXCIuL2Zvby5qc1wiIGluc3RlYWQgb2ZcbiAgICAvLyBcImZvby5qc1wiLiAgTm9ybWFsaXplIHRoZXNlIGZpcnN0IHNvIHRoYXQgZnV0dXJlIGNvbXBhcmlzb25zIHdpbGwgc3VjY2VlZC5cbiAgICAvLyBTZWUgYnVnemlsLmxhLzEwOTA3NjguXG4gICAgLm1hcCh1dGlsLm5vcm1hbGl6ZSlcbiAgICAvLyBBbHdheXMgZW5zdXJlIHRoYXQgYWJzb2x1dGUgc291cmNlcyBhcmUgaW50ZXJuYWxseSBzdG9yZWQgcmVsYXRpdmUgdG9cbiAgICAvLyB0aGUgc291cmNlIHJvb3QsIGlmIHRoZSBzb3VyY2Ugcm9vdCBpcyBhYnNvbHV0ZS4gTm90IGRvaW5nIHRoaXMgd291bGRcbiAgICAvLyBiZSBwYXJ0aWN1bGFybHkgcHJvYmxlbWF0aWMgd2hlbiB0aGUgc291cmNlIHJvb3QgaXMgYSBwcmVmaXggb2YgdGhlXG4gICAgLy8gc291cmNlICh2YWxpZCwgYnV0IHdoeT8/KS4gU2VlIGdpdGh1YiBpc3N1ZSAjMTk5IGFuZCBidWd6aWwubGEvMTE4ODk4Mi5cbiAgICAubWFwKGZ1bmN0aW9uIChzb3VyY2UpIHtcbiAgICAgIHJldHVybiBzb3VyY2VSb290ICYmIHV0aWwuaXNBYnNvbHV0ZShzb3VyY2VSb290KSAmJiB1dGlsLmlzQWJzb2x1dGUoc291cmNlKVxuICAgICAgICA/IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgc291cmNlKVxuICAgICAgICA6IHNvdXJjZTtcbiAgICB9KTtcblxuICAvLyBQYXNzIGB0cnVlYCBiZWxvdyB0byBhbGxvdyBkdXBsaWNhdGUgbmFtZXMgYW5kIHNvdXJjZXMuIFdoaWxlIHNvdXJjZSBtYXBzXG4gIC8vIGFyZSBpbnRlbmRlZCB0byBiZSBjb21wcmVzc2VkIGFuZCBkZWR1cGxpY2F0ZWQsIHRoZSBUeXBlU2NyaXB0IGNvbXBpbGVyXG4gIC8vIHNvbWV0aW1lcyBnZW5lcmF0ZXMgc291cmNlIG1hcHMgd2l0aCBkdXBsaWNhdGVzIGluIHRoZW0uIFNlZSBHaXRodWIgaXNzdWVcbiAgLy8gIzcyIGFuZCBidWd6aWwubGEvODg5NDkyLlxuICB0aGlzLl9uYW1lcyA9IEFycmF5U2V0LmZyb21BcnJheShuYW1lcy5tYXAoU3RyaW5nKSwgdHJ1ZSk7XG4gIHRoaXMuX3NvdXJjZXMgPSBBcnJheVNldC5mcm9tQXJyYXkoc291cmNlcywgdHJ1ZSk7XG5cbiAgdGhpcy5zb3VyY2VSb290ID0gc291cmNlUm9vdDtcbiAgdGhpcy5zb3VyY2VzQ29udGVudCA9IHNvdXJjZXNDb250ZW50O1xuICB0aGlzLl9tYXBwaW5ncyA9IG1hcHBpbmdzO1xuICB0aGlzLmZpbGUgPSBmaWxlO1xufVxuXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSA9IE9iamVjdC5jcmVhdGUoU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlKTtcbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmNvbnN1bWVyID0gU291cmNlTWFwQ29uc3VtZXI7XG5cbi8qKlxuICogQ3JlYXRlIGEgQmFzaWNTb3VyY2VNYXBDb25zdW1lciBmcm9tIGEgU291cmNlTWFwR2VuZXJhdG9yLlxuICpcbiAqIEBwYXJhbSBTb3VyY2VNYXBHZW5lcmF0b3IgYVNvdXJjZU1hcFxuICogICAgICAgIFRoZSBzb3VyY2UgbWFwIHRoYXQgd2lsbCBiZSBjb25zdW1lZC5cbiAqIEByZXR1cm5zIEJhc2ljU291cmNlTWFwQ29uc3VtZXJcbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5mcm9tU291cmNlTWFwID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfZnJvbVNvdXJjZU1hcChhU291cmNlTWFwKSB7XG4gICAgdmFyIHNtYyA9IE9iamVjdC5jcmVhdGUoQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUpO1xuXG4gICAgdmFyIG5hbWVzID0gc21jLl9uYW1lcyA9IEFycmF5U2V0LmZyb21BcnJheShhU291cmNlTWFwLl9uYW1lcy50b0FycmF5KCksIHRydWUpO1xuICAgIHZhciBzb3VyY2VzID0gc21jLl9zb3VyY2VzID0gQXJyYXlTZXQuZnJvbUFycmF5KGFTb3VyY2VNYXAuX3NvdXJjZXMudG9BcnJheSgpLCB0cnVlKTtcbiAgICBzbWMuc291cmNlUm9vdCA9IGFTb3VyY2VNYXAuX3NvdXJjZVJvb3Q7XG4gICAgc21jLnNvdXJjZXNDb250ZW50ID0gYVNvdXJjZU1hcC5fZ2VuZXJhdGVTb3VyY2VzQ29udGVudChzbWMuX3NvdXJjZXMudG9BcnJheSgpLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc21jLnNvdXJjZVJvb3QpO1xuICAgIHNtYy5maWxlID0gYVNvdXJjZU1hcC5fZmlsZTtcblxuICAgIC8vIEJlY2F1c2Ugd2UgYXJlIG1vZGlmeWluZyB0aGUgZW50cmllcyAoYnkgY29udmVydGluZyBzdHJpbmcgc291cmNlcyBhbmRcbiAgICAvLyBuYW1lcyB0byBpbmRpY2VzIGludG8gdGhlIHNvdXJjZXMgYW5kIG5hbWVzIEFycmF5U2V0cyksIHdlIGhhdmUgdG8gbWFrZVxuICAgIC8vIGEgY29weSBvZiB0aGUgZW50cnkgb3IgZWxzZSBiYWQgdGhpbmdzIGhhcHBlbi4gU2hhcmVkIG11dGFibGUgc3RhdGVcbiAgICAvLyBzdHJpa2VzIGFnYWluISBTZWUgZ2l0aHViIGlzc3VlICMxOTEuXG5cbiAgICB2YXIgZ2VuZXJhdGVkTWFwcGluZ3MgPSBhU291cmNlTWFwLl9tYXBwaW5ncy50b0FycmF5KCkuc2xpY2UoKTtcbiAgICB2YXIgZGVzdEdlbmVyYXRlZE1hcHBpbmdzID0gc21jLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBbXTtcbiAgICB2YXIgZGVzdE9yaWdpbmFsTWFwcGluZ3MgPSBzbWMuX19vcmlnaW5hbE1hcHBpbmdzID0gW107XG5cbiAgICBmb3IgKHZhciBpID0gMCwgbGVuZ3RoID0gZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyBpIDwgbGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzcmNNYXBwaW5nID0gZ2VuZXJhdGVkTWFwcGluZ3NbaV07XG4gICAgICB2YXIgZGVzdE1hcHBpbmcgPSBuZXcgTWFwcGluZztcbiAgICAgIGRlc3RNYXBwaW5nLmdlbmVyYXRlZExpbmUgPSBzcmNNYXBwaW5nLmdlbmVyYXRlZExpbmU7XG4gICAgICBkZXN0TWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gPSBzcmNNYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKHNyY01hcHBpbmcuc291cmNlKSB7XG4gICAgICAgIGRlc3RNYXBwaW5nLnNvdXJjZSA9IHNvdXJjZXMuaW5kZXhPZihzcmNNYXBwaW5nLnNvdXJjZSk7XG4gICAgICAgIGRlc3RNYXBwaW5nLm9yaWdpbmFsTGluZSA9IHNyY01hcHBpbmcub3JpZ2luYWxMaW5lO1xuICAgICAgICBkZXN0TWFwcGluZy5vcmlnaW5hbENvbHVtbiA9IHNyY01hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgaWYgKHNyY01hcHBpbmcubmFtZSkge1xuICAgICAgICAgIGRlc3RNYXBwaW5nLm5hbWUgPSBuYW1lcy5pbmRleE9mKHNyY01hcHBpbmcubmFtZSk7XG4gICAgICAgIH1cblxuICAgICAgICBkZXN0T3JpZ2luYWxNYXBwaW5ncy5wdXNoKGRlc3RNYXBwaW5nKTtcbiAgICAgIH1cblxuICAgICAgZGVzdEdlbmVyYXRlZE1hcHBpbmdzLnB1c2goZGVzdE1hcHBpbmcpO1xuICAgIH1cblxuICAgIHF1aWNrU29ydChzbWMuX19vcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcblxuICAgIHJldHVybiBzbWM7XG4gIH07XG5cbi8qKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXBwaW5nIHNwZWMgdGhhdCB3ZSBhcmUgY29uc3VtaW5nLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnc291cmNlcycsIHtcbiAgZ2V0OiBmdW5jdGlvbiAoKSB7XG4gICAgcmV0dXJuIHRoaXMuX3NvdXJjZXMudG9BcnJheSgpLm1hcChmdW5jdGlvbiAocykge1xuICAgICAgcmV0dXJuIHRoaXMuc291cmNlUm9vdCAhPSBudWxsID8gdXRpbC5qb2luKHRoaXMuc291cmNlUm9vdCwgcykgOiBzO1xuICAgIH0sIHRoaXMpO1xuICB9XG59KTtcblxuLyoqXG4gKiBQcm92aWRlIHRoZSBKSVQgd2l0aCBhIG5pY2Ugc2hhcGUgLyBoaWRkZW4gY2xhc3MuXG4gKi9cbmZ1bmN0aW9uIE1hcHBpbmcoKSB7XG4gIHRoaXMuZ2VuZXJhdGVkTGluZSA9IDA7XG4gIHRoaXMuZ2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgdGhpcy5zb3VyY2UgPSBudWxsO1xuICB0aGlzLm9yaWdpbmFsTGluZSA9IG51bGw7XG4gIHRoaXMub3JpZ2luYWxDb2x1bW4gPSBudWxsO1xuICB0aGlzLm5hbWUgPSBudWxsO1xufVxuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdmFyIGdlbmVyYXRlZExpbmUgPSAxO1xuICAgIHZhciBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzU291cmNlID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgbGVuZ3RoID0gYVN0ci5sZW5ndGg7XG4gICAgdmFyIGluZGV4ID0gMDtcbiAgICB2YXIgY2FjaGVkU2VnbWVudHMgPSB7fTtcbiAgICB2YXIgdGVtcCA9IHt9O1xuICAgIHZhciBvcmlnaW5hbE1hcHBpbmdzID0gW107XG4gICAgdmFyIGdlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdmFyIG1hcHBpbmcsIHN0ciwgc2VnbWVudCwgZW5kLCB2YWx1ZTtcblxuICAgIHdoaWxlIChpbmRleCA8IGxlbmd0aCkge1xuICAgICAgaWYgKGFTdHIuY2hhckF0KGluZGV4KSA9PT0gJzsnKSB7XG4gICAgICAgIGdlbmVyYXRlZExpbmUrKztcbiAgICAgICAgaW5kZXgrKztcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSAwO1xuICAgICAgfVxuICAgICAgZWxzZSBpZiAoYVN0ci5jaGFyQXQoaW5kZXgpID09PSAnLCcpIHtcbiAgICAgICAgaW5kZXgrKztcbiAgICAgIH1cbiAgICAgIGVsc2Uge1xuICAgICAgICBtYXBwaW5nID0gbmV3IE1hcHBpbmcoKTtcbiAgICAgICAgbWFwcGluZy5nZW5lcmF0ZWRMaW5lID0gZ2VuZXJhdGVkTGluZTtcblxuICAgICAgICAvLyBCZWNhdXNlIGVhY2ggb2Zmc2V0IGlzIGVuY29kZWQgcmVsYXRpdmUgdG8gdGhlIHByZXZpb3VzIG9uZSxcbiAgICAgICAgLy8gbWFueSBzZWdtZW50cyBvZnRlbiBoYXZlIHRoZSBzYW1lIGVuY29kaW5nLiBXZSBjYW4gZXhwbG9pdCB0aGlzXG4gICAgICAgIC8vIGZhY3QgYnkgY2FjaGluZyB0aGUgcGFyc2VkIHZhcmlhYmxlIGxlbmd0aCBmaWVsZHMgb2YgZWFjaCBzZWdtZW50LFxuICAgICAgICAvLyBhbGxvd2luZyB1cyB0byBhdm9pZCBhIHNlY29uZCBwYXJzZSBpZiB3ZSBlbmNvdW50ZXIgdGhlIHNhbWVcbiAgICAgICAgLy8gc2VnbWVudCBhZ2Fpbi5cbiAgICAgICAgZm9yIChlbmQgPSBpbmRleDsgZW5kIDwgbGVuZ3RoOyBlbmQrKykge1xuICAgICAgICAgIGlmICh0aGlzLl9jaGFySXNNYXBwaW5nU2VwYXJhdG9yKGFTdHIsIGVuZCkpIHtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBzdHIgPSBhU3RyLnNsaWNlKGluZGV4LCBlbmQpO1xuXG4gICAgICAgIHNlZ21lbnQgPSBjYWNoZWRTZWdtZW50c1tzdHJdO1xuICAgICAgICBpZiAoc2VnbWVudCkge1xuICAgICAgICAgIGluZGV4ICs9IHN0ci5sZW5ndGg7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgc2VnbWVudCA9IFtdO1xuICAgICAgICAgIHdoaWxlIChpbmRleCA8IGVuZCkge1xuICAgICAgICAgICAgYmFzZTY0VkxRLmRlY29kZShhU3RyLCBpbmRleCwgdGVtcCk7XG4gICAgICAgICAgICB2YWx1ZSA9IHRlbXAudmFsdWU7XG4gICAgICAgICAgICBpbmRleCA9IHRlbXAucmVzdDtcbiAgICAgICAgICAgIHNlZ21lbnQucHVzaCh2YWx1ZSk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAyKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlLCBidXQgbm8gbGluZSBhbmQgY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAzKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlIGFuZCBsaW5lLCBidXQgbm8gY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgY2FjaGVkU2VnbWVudHNbc3RyXSA9IHNlZ21lbnQ7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBHZW5lcmF0ZWQgY29sdW1uLlxuICAgICAgICBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiA9IHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uICsgc2VnbWVudFswXTtcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiAxKSB7XG4gICAgICAgICAgLy8gT3JpZ2luYWwgc291cmNlLlxuICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gcHJldmlvdXNTb3VyY2UgKyBzZWdtZW50WzFdO1xuICAgICAgICAgIHByZXZpb3VzU291cmNlICs9IHNlZ21lbnRbMV07XG5cbiAgICAgICAgICAvLyBPcmlnaW5hbCBsaW5lLlxuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID0gcHJldmlvdXNPcmlnaW5hbExpbmUgKyBzZWdtZW50WzJdO1xuICAgICAgICAgIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gbWFwcGluZy5vcmlnaW5hbExpbmU7XG4gICAgICAgICAgLy8gTGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkXG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgKz0gMTtcblxuICAgICAgICAgIC8vIE9yaWdpbmFsIGNvbHVtbi5cbiAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID0gcHJldmlvdXNPcmlnaW5hbENvbHVtbiArIHNlZ21lbnRbM107XG4gICAgICAgICAgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IG1hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiA0KSB7XG4gICAgICAgICAgICAvLyBPcmlnaW5hbCBuYW1lLlxuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gcHJldmlvdXNOYW1lICsgc2VnbWVudFs0XTtcbiAgICAgICAgICAgIHByZXZpb3VzTmFtZSArPSBzZWdtZW50WzRdO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGdlbmVyYXRlZE1hcHBpbmdzLnB1c2gobWFwcGluZyk7XG4gICAgICAgIGlmICh0eXBlb2YgbWFwcGluZy5vcmlnaW5hbExpbmUgPT09ICdudW1iZXInKSB7XG4gICAgICAgICAgb3JpZ2luYWxNYXBwaW5ncy5wdXNoKG1hcHBpbmcpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgcXVpY2tTb3J0KGdlbmVyYXRlZE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkKTtcbiAgICB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBnZW5lcmF0ZWRNYXBwaW5ncztcblxuICAgIHF1aWNrU29ydChvcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcbiAgICB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncyA9IG9yaWdpbmFsTWFwcGluZ3M7XG4gIH07XG5cbi8qKlxuICogRmluZCB0aGUgbWFwcGluZyB0aGF0IGJlc3QgbWF0Y2hlcyB0aGUgaHlwb3RoZXRpY2FsIFwibmVlZGxlXCIgbWFwcGluZyB0aGF0XG4gKiB3ZSBhcmUgc2VhcmNoaW5nIGZvciBpbiB0aGUgZ2l2ZW4gXCJoYXlzdGFja1wiIG9mIG1hcHBpbmdzLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fZmluZE1hcHBpbmcgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9maW5kTWFwcGluZyhhTmVlZGxlLCBhTWFwcGluZ3MsIGFMaW5lTmFtZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYUNvbHVtbk5hbWUsIGFDb21wYXJhdG9yLCBhQmlhcykge1xuICAgIC8vIFRvIHJldHVybiB0aGUgcG9zaXRpb24gd2UgYXJlIHNlYXJjaGluZyBmb3IsIHdlIG11c3QgZmlyc3QgZmluZCB0aGVcbiAgICAvLyBtYXBwaW5nIGZvciB0aGUgZ2l2ZW4gcG9zaXRpb24gYW5kIHRoZW4gcmV0dXJuIHRoZSBvcHBvc2l0ZSBwb3NpdGlvbiBpdFxuICAgIC8vIHBvaW50cyB0by4gQmVjYXVzZSB0aGUgbWFwcGluZ3MgYXJlIHNvcnRlZCwgd2UgY2FuIHVzZSBiaW5hcnkgc2VhcmNoIHRvXG4gICAgLy8gZmluZCB0aGUgYmVzdCBtYXBwaW5nLlxuXG4gICAgaWYgKGFOZWVkbGVbYUxpbmVOYW1lXSA8PSAwKSB7XG4gICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKCdMaW5lIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthTGluZU5hbWVdKTtcbiAgICB9XG4gICAgaWYgKGFOZWVkbGVbYUNvbHVtbk5hbWVdIDwgMCkge1xuICAgICAgdGhyb3cgbmV3IFR5cGVFcnJvcignQ29sdW1uIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDAsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthQ29sdW1uTmFtZV0pO1xuICAgIH1cblxuICAgIHJldHVybiBiaW5hcnlTZWFyY2guc2VhcmNoKGFOZWVkbGUsIGFNYXBwaW5ncywgYUNvbXBhcmF0b3IsIGFCaWFzKTtcbiAgfTtcblxuLyoqXG4gKiBDb21wdXRlIHRoZSBsYXN0IGNvbHVtbiBmb3IgZWFjaCBnZW5lcmF0ZWQgbWFwcGluZy4gVGhlIGxhc3QgY29sdW1uIGlzXG4gKiBpbmNsdXNpdmUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmNvbXB1dGVDb2x1bW5TcGFucyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NvbXB1dGVDb2x1bW5TcGFucygpIHtcbiAgICBmb3IgKHZhciBpbmRleCA9IDA7IGluZGV4IDwgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyArK2luZGV4KSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgLy8gTWFwcGluZ3MgZG8gbm90IGNvbnRhaW4gYSBmaWVsZCBmb3IgdGhlIGxhc3QgZ2VuZXJhdGVkIGNvbHVtbnQuIFdlXG4gICAgICAvLyBjYW4gY29tZSB1cCB3aXRoIGFuIG9wdGltaXN0aWMgZXN0aW1hdGUsIGhvd2V2ZXIsIGJ5IGFzc3VtaW5nIHRoYXRcbiAgICAgIC8vIG1hcHBpbmdzIGFyZSBjb250aWd1b3VzIChpLmUuIGdpdmVuIHR3byBjb25zZWN1dGl2ZSBtYXBwaW5ncywgdGhlXG4gICAgICAvLyBmaXJzdCBtYXBwaW5nIGVuZHMgd2hlcmUgdGhlIHNlY29uZCBvbmUgc3RhcnRzKS5cbiAgICAgIGlmIChpbmRleCArIDEgPCB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncy5sZW5ndGgpIHtcbiAgICAgICAgdmFyIG5leHRNYXBwaW5nID0gdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3NbaW5kZXggKyAxXTtcblxuICAgICAgICBpZiAobWFwcGluZy5nZW5lcmF0ZWRMaW5lID09PSBuZXh0TWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gbmV4dE1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC0gMTtcbiAgICAgICAgICBjb250aW51ZTtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBUaGUgbGFzdCBtYXBwaW5nIGZvciBlYWNoIGxpbmUgc3BhbnMgdGhlIGVudGlyZSBsaW5lLlxuICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gSW5maW5pdHk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIG9yaWdpbmFsIHNvdXJjZSwgbGluZSwgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIGdlbmVyYXRlZFxuICogc291cmNlJ3MgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0XG4gKiB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UuXG4gKiAgIC0gYmlhczogRWl0aGVyICdTb3VyY2VNYXBDb25zdW1lci5HUkVBVEVTVF9MT1dFUl9CT1VORCcgb3JcbiAqICAgICAnU291cmNlTWFwQ29uc3VtZXIuTEVBU1RfVVBQRVJfQk9VTkQnLiBTcGVjaWZpZXMgd2hldGhlciB0byByZXR1cm4gdGhlXG4gKiAgICAgY2xvc2VzdCBlbGVtZW50IHRoYXQgaXMgc21hbGxlciB0aGFuIG9yIGdyZWF0ZXIgdGhhbiB0aGUgb25lIHdlIGFyZVxuICogICAgIHNlYXJjaGluZyBmb3IsIHJlc3BlY3RpdmVseSwgaWYgdGhlIGV4YWN0IGVsZW1lbnQgY2Fubm90IGJlIGZvdW5kLlxuICogICAgIERlZmF1bHRzIHRvICdTb3VyY2VNYXBDb25zdW1lci5HUkVBVEVTVF9MT1dFUl9CT1VORCcuXG4gKlxuICogYW5kIGFuIG9iamVjdCBpcyByZXR1cm5lZCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgb3JpZ2luYWwgc291cmNlIGZpbGUsIG9yIG51bGwuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLlxuICogICAtIG5hbWU6IFRoZSBvcmlnaW5hbCBpZGVudGlmaWVyLCBvciBudWxsLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5vcmlnaW5hbFBvc2l0aW9uRm9yID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfb3JpZ2luYWxQb3NpdGlvbkZvcihhQXJncykge1xuICAgIHZhciBuZWVkbGUgPSB7XG4gICAgICBnZW5lcmF0ZWRMaW5lOiB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKSxcbiAgICAgIGdlbmVyYXRlZENvbHVtbjogdXRpbC5nZXRBcmcoYUFyZ3MsICdjb2x1bW4nKVxuICAgIH07XG5cbiAgICB2YXIgaW5kZXggPSB0aGlzLl9maW5kTWFwcGluZyhcbiAgICAgIG5lZWRsZSxcbiAgICAgIHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzLFxuICAgICAgXCJnZW5lcmF0ZWRMaW5lXCIsXG4gICAgICBcImdlbmVyYXRlZENvbHVtblwiLFxuICAgICAgdXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNEZWZsYXRlZCxcbiAgICAgIHV0aWwuZ2V0QXJnKGFBcmdzLCAnYmlhcycsIFNvdXJjZU1hcENvbnN1bWVyLkdSRUFURVNUX0xPV0VSX0JPVU5EKVxuICAgICk7XG5cbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgdmFyIG1hcHBpbmcgPSB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5nc1tpbmRleF07XG5cbiAgICAgIGlmIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgPT09IG5lZWRsZS5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIHZhciBzb3VyY2UgPSB1dGlsLmdldEFyZyhtYXBwaW5nLCAnc291cmNlJywgbnVsbCk7XG4gICAgICAgIGlmIChzb3VyY2UgIT09IG51bGwpIHtcbiAgICAgICAgICBzb3VyY2UgPSB0aGlzLl9zb3VyY2VzLmF0KHNvdXJjZSk7XG4gICAgICAgICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICAgICAgICBzb3VyY2UgPSB1dGlsLmpvaW4odGhpcy5zb3VyY2VSb290LCBzb3VyY2UpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICB2YXIgbmFtZSA9IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICduYW1lJywgbnVsbCk7XG4gICAgICAgIGlmIChuYW1lICE9PSBudWxsKSB7XG4gICAgICAgICAgbmFtZSA9IHRoaXMuX25hbWVzLmF0KG5hbWUpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICAgICAgbGluZTogdXRpbC5nZXRBcmcobWFwcGluZywgJ29yaWdpbmFsTGluZScsIG51bGwpLFxuICAgICAgICAgIGNvbHVtbjogdXRpbC5nZXRBcmcobWFwcGluZywgJ29yaWdpbmFsQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgbmFtZTogbmFtZVxuICAgICAgICB9O1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICBzb3VyY2U6IG51bGwsXG4gICAgICBsaW5lOiBudWxsLFxuICAgICAgY29sdW1uOiBudWxsLFxuICAgICAgbmFtZTogbnVsbFxuICAgIH07XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRydWUgaWYgd2UgaGF2ZSB0aGUgc291cmNlIGNvbnRlbnQgZm9yIGV2ZXJ5IHNvdXJjZSBpbiB0aGUgc291cmNlXG4gKiBtYXAsIGZhbHNlIG90aGVyd2lzZS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuaGFzQ29udGVudHNPZkFsbFNvdXJjZXMgPVxuICBmdW5jdGlvbiBCYXNpY1NvdXJjZU1hcENvbnN1bWVyX2hhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzKCkge1xuICAgIGlmICghdGhpcy5zb3VyY2VzQ29udGVudCkge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgICByZXR1cm4gdGhpcy5zb3VyY2VzQ29udGVudC5sZW5ndGggPj0gdGhpcy5fc291cmNlcy5zaXplKCkgJiZcbiAgICAgICF0aGlzLnNvdXJjZXNDb250ZW50LnNvbWUoZnVuY3Rpb24gKHNjKSB7IHJldHVybiBzYyA9PSBudWxsOyB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UgY29udGVudC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgdGhlIHVybCBvZiB0aGVcbiAqIG9yaWdpbmFsIHNvdXJjZSBmaWxlLiBSZXR1cm5zIG51bGwgaWYgbm8gb3JpZ2luYWwgc291cmNlIGNvbnRlbnQgaXNcbiAqIGF2YWlsYWJsZS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuc291cmNlQ29udGVudEZvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX3NvdXJjZUNvbnRlbnRGb3IoYVNvdXJjZSwgbnVsbE9uTWlzc2luZykge1xuICAgIGlmICghdGhpcy5zb3VyY2VzQ29udGVudCkge1xuICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBhU291cmNlID0gdXRpbC5yZWxhdGl2ZSh0aGlzLnNvdXJjZVJvb3QsIGFTb3VyY2UpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLl9zb3VyY2VzLmhhcyhhU291cmNlKSkge1xuICAgICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnRbdGhpcy5fc291cmNlcy5pbmRleE9mKGFTb3VyY2UpXTtcbiAgICB9XG5cbiAgICB2YXIgdXJsO1xuICAgIGlmICh0aGlzLnNvdXJjZVJvb3QgIT0gbnVsbFxuICAgICAgICAmJiAodXJsID0gdXRpbC51cmxQYXJzZSh0aGlzLnNvdXJjZVJvb3QpKSkge1xuICAgICAgLy8gWFhYOiBmaWxlOi8vIFVSSXMgYW5kIGFic29sdXRlIHBhdGhzIGxlYWQgdG8gdW5leHBlY3RlZCBiZWhhdmlvciBmb3JcbiAgICAgIC8vIG1hbnkgdXNlcnMuIFdlIGNhbiBoZWxwIHRoZW0gb3V0IHdoZW4gdGhleSBleHBlY3QgZmlsZTovLyBVUklzIHRvXG4gICAgICAvLyBiZWhhdmUgbGlrZSBpdCB3b3VsZCBpZiB0aGV5IHdlcmUgcnVubmluZyBhIGxvY2FsIEhUVFAgc2VydmVyLiBTZWVcbiAgICAgIC8vIGh0dHBzOi8vYnVnemlsbGEubW96aWxsYS5vcmcvc2hvd19idWcuY2dpP2lkPTg4NTU5Ny5cbiAgICAgIHZhciBmaWxlVXJpQWJzUGF0aCA9IGFTb3VyY2UucmVwbGFjZSgvXmZpbGU6XFwvXFwvLywgXCJcIik7XG4gICAgICBpZiAodXJsLnNjaGVtZSA9PSBcImZpbGVcIlxuICAgICAgICAgICYmIHRoaXMuX3NvdXJjZXMuaGFzKGZpbGVVcmlBYnNQYXRoKSkge1xuICAgICAgICByZXR1cm4gdGhpcy5zb3VyY2VzQ29udGVudFt0aGlzLl9zb3VyY2VzLmluZGV4T2YoZmlsZVVyaUFic1BhdGgpXVxuICAgICAgfVxuXG4gICAgICBpZiAoKCF1cmwucGF0aCB8fCB1cmwucGF0aCA9PSBcIi9cIilcbiAgICAgICAgICAmJiB0aGlzLl9zb3VyY2VzLmhhcyhcIi9cIiArIGFTb3VyY2UpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihcIi9cIiArIGFTb3VyY2UpXTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGZ1bmN0aW9uIGlzIHVzZWQgcmVjdXJzaXZlbHkgZnJvbVxuICAgIC8vIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuc291cmNlQ29udGVudEZvci4gSW4gdGhhdCBjYXNlLCB3ZVxuICAgIC8vIGRvbid0IHdhbnQgdG8gdGhyb3cgaWYgd2UgY2FuJ3QgZmluZCB0aGUgc291cmNlIC0gd2UganVzdCB3YW50IHRvXG4gICAgLy8gcmV0dXJuIG51bGwsIHNvIHdlIHByb3ZpZGUgYSBmbGFnIHRvIGV4aXQgZ3JhY2VmdWxseS5cbiAgICBpZiAobnVsbE9uTWlzc2luZykge1xuICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuICAgIGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdcIicgKyBhU291cmNlICsgJ1wiIGlzIG5vdCBpbiB0aGUgU291cmNlTWFwLicpO1xuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uIGluZm9ybWF0aW9uIGZvciB0aGUgb3JpZ2luYWwgc291cmNlLFxuICogbGluZSwgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdCB3aXRoXG4gKiB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2dlbmVyYXRlZFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJyk7XG4gICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBzb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHRoaXMuc291cmNlUm9vdCwgc291cmNlKTtcbiAgICB9XG4gICAgaWYgKCF0aGlzLl9zb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICByZXR1cm4ge1xuICAgICAgICBsaW5lOiBudWxsLFxuICAgICAgICBjb2x1bW46IG51bGwsXG4gICAgICAgIGxhc3RDb2x1bW46IG51bGxcbiAgICAgIH07XG4gICAgfVxuICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuaW5kZXhPZihzb3VyY2UpO1xuXG4gICAgdmFyIG5lZWRsZSA9IHtcbiAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgb3JpZ2luYWxMaW5lOiB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKSxcbiAgICAgIG9yaWdpbmFsQ29sdW1uOiB1dGlsLmdldEFyZyhhQXJncywgJ2NvbHVtbicpXG4gICAgfTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKFxuICAgICAgbmVlZGxlLFxuICAgICAgdGhpcy5fb3JpZ2luYWxNYXBwaW5ncyxcbiAgICAgIFwib3JpZ2luYWxMaW5lXCIsXG4gICAgICBcIm9yaWdpbmFsQ29sdW1uXCIsXG4gICAgICB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zLFxuICAgICAgdXRpbC5nZXRBcmcoYUFyZ3MsICdiaWFzJywgU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQpXG4gICAgKTtcblxuICAgIGlmIChpbmRleCA+PSAwKSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3NbaW5kZXhdO1xuXG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgPT09IG5lZWRsZS5zb3VyY2UpIHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgIGNvbHVtbjogdXRpbC5nZXRBcmcobWFwcGluZywgJ2dlbmVyYXRlZENvbHVtbicsIG51bGwpLFxuICAgICAgICAgIGxhc3RDb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdsYXN0R2VuZXJhdGVkQ29sdW1uJywgbnVsbClcbiAgICAgICAgfTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4ge1xuICAgICAgbGluZTogbnVsbCxcbiAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgIGxhc3RDb2x1bW46IG51bGxcbiAgICB9O1xuICB9O1xuXG5leHBvcnRzLkJhc2ljU291cmNlTWFwQ29uc3VtZXIgPSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIEFuIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lciBpbnN0YW5jZSByZXByZXNlbnRzIGEgcGFyc2VkIHNvdXJjZSBtYXAgd2hpY2hcbiAqIHdlIGNhbiBxdWVyeSBmb3IgaW5mb3JtYXRpb24uIEl0IGRpZmZlcnMgZnJvbSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyIGluXG4gKiB0aGF0IGl0IHRha2VzIFwiaW5kZXhlZFwiIHNvdXJjZSBtYXBzIChpLmUuIG9uZXMgd2l0aCBhIFwic2VjdGlvbnNcIiBmaWVsZCkgYXNcbiAqIGlucHV0LlxuICpcbiAqIFRoZSBvbmx5IHBhcmFtZXRlciBpcyBhIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3IgYWxyZWFkeVxuICogcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYyBmb3IgaW5kZXhlZCBzb3VyY2UgbWFwcywgdGhleVxuICogaGF2ZSB0aGUgZm9sbG93aW5nIGF0dHJpYnV0ZXM6XG4gKlxuICogICAtIHZlcnNpb246IFdoaWNoIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXAgc3BlYyB0aGlzIG1hcCBpcyBmb2xsb3dpbmcuXG4gKiAgIC0gZmlsZTogT3B0aW9uYWwuIFRoZSBnZW5lcmF0ZWQgZmlsZSB0aGlzIHNvdXJjZSBtYXAgaXMgYXNzb2NpYXRlZCB3aXRoLlxuICogICAtIHNlY3Rpb25zOiBBIGxpc3Qgb2Ygc2VjdGlvbiBkZWZpbml0aW9ucy5cbiAqXG4gKiBFYWNoIHZhbHVlIHVuZGVyIHRoZSBcInNlY3Rpb25zXCIgZmllbGQgaGFzIHR3byBmaWVsZHM6XG4gKiAgIC0gb2Zmc2V0OiBUaGUgb2Zmc2V0IGludG8gdGhlIG9yaWdpbmFsIHNwZWNpZmllZCBhdCB3aGljaCB0aGlzIHNlY3Rpb25cbiAqICAgICAgIGJlZ2lucyB0byBhcHBseSwgZGVmaW5lZCBhcyBhbiBvYmplY3Qgd2l0aCBhIFwibGluZVwiIGFuZCBcImNvbHVtblwiXG4gKiAgICAgICBmaWVsZC5cbiAqICAgLSBtYXA6IEEgc291cmNlIG1hcCBkZWZpbml0aW9uLiBUaGlzIHNvdXJjZSBtYXAgY291bGQgYWxzbyBiZSBpbmRleGVkLFxuICogICAgICAgYnV0IGRvZXNuJ3QgaGF2ZSB0byBiZS5cbiAqXG4gKiBJbnN0ZWFkIG9mIHRoZSBcIm1hcFwiIGZpZWxkLCBpdCdzIGFsc28gcG9zc2libGUgdG8gaGF2ZSBhIFwidXJsXCIgZmllbGRcbiAqIHNwZWNpZnlpbmcgYSBVUkwgdG8gcmV0cmlldmUgYSBzb3VyY2UgbWFwIGZyb20sIGJ1dCB0aGF0J3MgY3VycmVudGx5XG4gKiB1bnN1cHBvcnRlZC5cbiAqXG4gKiBIZXJlJ3MgYW4gZXhhbXBsZSBzb3VyY2UgbWFwLCB0YWtlbiBmcm9tIHRoZSBzb3VyY2UgbWFwIHNwZWNbMF0sIGJ1dFxuICogbW9kaWZpZWQgdG8gb21pdCBhIHNlY3Rpb24gd2hpY2ggdXNlcyB0aGUgXCJ1cmxcIiBmaWVsZC5cbiAqXG4gKiAge1xuICogICAgdmVyc2lvbiA6IDMsXG4gKiAgICBmaWxlOiBcImFwcC5qc1wiLFxuICogICAgc2VjdGlvbnM6IFt7XG4gKiAgICAgIG9mZnNldDoge2xpbmU6MTAwLCBjb2x1bW46MTB9LFxuICogICAgICBtYXA6IHtcbiAqICAgICAgICB2ZXJzaW9uIDogMyxcbiAqICAgICAgICBmaWxlOiBcInNlY3Rpb24uanNcIixcbiAqICAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICAgbmFtZXM6IFtcInNyY1wiLCBcIm1hcHNcIiwgXCJhcmVcIiwgXCJmdW5cIl0sXG4gKiAgICAgICAgbWFwcGluZ3M6IFwiQUFBQSxFOztBQkNERTtcIlxuICogICAgICB9XG4gKiAgICB9XSxcbiAqICB9XG4gKlxuICogWzBdOiBodHRwczovL2RvY3MuZ29vZ2xlLmNvbS9kb2N1bWVudC9kLzFVMVJHQWVoUXdSeXBVVG92RjFLUmxwaU9GemUwYi1fMmdjNmZBSDBLWTBrL2VkaXQjaGVhZGluZz1oLjUzNWVzM3hlcHJndFxuICovXG5mdW5jdGlvbiBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIoYVNvdXJjZU1hcCkge1xuICB2YXIgc291cmNlTWFwID0gYVNvdXJjZU1hcDtcbiAgaWYgKHR5cGVvZiBhU291cmNlTWFwID09PSAnc3RyaW5nJykge1xuICAgIHNvdXJjZU1hcCA9IEpTT04ucGFyc2UoYVNvdXJjZU1hcC5yZXBsYWNlKC9eXFwpXFxdXFx9Jy8sICcnKSk7XG4gIH1cblxuICB2YXIgdmVyc2lvbiA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3ZlcnNpb24nKTtcbiAgdmFyIHNlY3Rpb25zID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnc2VjdGlvbnMnKTtcblxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG5cbiAgdmFyIGxhc3RPZmZzZXQgPSB7XG4gICAgbGluZTogLTEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHRoaXMuX3NlY3Rpb25zID0gc2VjdGlvbnMubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgaWYgKHMudXJsKSB7XG4gICAgICAvLyBUaGUgdXJsIGZpZWxkIHdpbGwgcmVxdWlyZSBzdXBwb3J0IGZvciBhc3luY2hyb25pY2l0eS5cbiAgICAgIC8vIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8xNlxuICAgICAgdGhyb3cgbmV3IEVycm9yKCdTdXBwb3J0IGZvciB1cmwgZmllbGQgaW4gc2VjdGlvbnMgbm90IGltcGxlbWVudGVkLicpO1xuICAgIH1cbiAgICB2YXIgb2Zmc2V0ID0gdXRpbC5nZXRBcmcocywgJ29mZnNldCcpO1xuICAgIHZhciBvZmZzZXRMaW5lID0gdXRpbC5nZXRBcmcob2Zmc2V0LCAnbGluZScpO1xuICAgIHZhciBvZmZzZXRDb2x1bW4gPSB1dGlsLmdldEFyZyhvZmZzZXQsICdjb2x1bW4nKTtcblxuICAgIGlmIChvZmZzZXRMaW5lIDwgbGFzdE9mZnNldC5saW5lIHx8XG4gICAgICAgIChvZmZzZXRMaW5lID09PSBsYXN0T2Zmc2V0LmxpbmUgJiYgb2Zmc2V0Q29sdW1uIDwgbGFzdE9mZnNldC5jb2x1bW4pKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1NlY3Rpb24gb2Zmc2V0cyBtdXN0IGJlIG9yZGVyZWQgYW5kIG5vbi1vdmVybGFwcGluZy4nKTtcbiAgICB9XG4gICAgbGFzdE9mZnNldCA9IG9mZnNldDtcblxuICAgIHJldHVybiB7XG4gICAgICBnZW5lcmF0ZWRPZmZzZXQ6IHtcbiAgICAgICAgLy8gVGhlIG9mZnNldCBmaWVsZHMgYXJlIDAtYmFzZWQsIGJ1dCB3ZSB1c2UgMS1iYXNlZCBpbmRpY2VzIHdoZW5cbiAgICAgICAgLy8gZW5jb2RpbmcvZGVjb2RpbmcgZnJvbSBWTFEuXG4gICAgICAgIGdlbmVyYXRlZExpbmU6IG9mZnNldExpbmUgKyAxLFxuICAgICAgICBnZW5lcmF0ZWRDb2x1bW46IG9mZnNldENvbHVtbiArIDFcbiAgICAgIH0sXG4gICAgICBjb25zdW1lcjogbmV3IFNvdXJjZU1hcENvbnN1bWVyKHV0aWwuZ2V0QXJnKHMsICdtYXAnKSlcbiAgICB9XG4gIH0pO1xufVxuXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlID0gT2JqZWN0LmNyZWF0ZShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUpO1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdHJ1Y3RvciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwcGluZyBzcGVjIHRoYXQgd2UgYXJlIGNvbnN1bWluZy5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdzb3VyY2VzJywge1xuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgc291cmNlcyA9IFtdO1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIGZvciAodmFyIGogPSAwOyBqIDwgdGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlcy5sZW5ndGg7IGorKykge1xuICAgICAgICBzb3VyY2VzLnB1c2godGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlc1tqXSk7XG4gICAgICB9XG4gICAgfVxuICAgIHJldHVybiBzb3VyY2VzO1xuICB9XG59KTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UsIGxpbmUsIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdFxuICogd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlLCBvciBudWxsLlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgLSBuYW1lOiBUaGUgb3JpZ2luYWwgaWRlbnRpZmllciwgb3IgbnVsbC5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5vcmlnaW5hbFBvc2l0aW9uRm9yID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX29yaWdpbmFsUG9zaXRpb25Gb3IoYUFyZ3MpIHtcbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgZ2VuZXJhdGVkTGluZTogdXRpbC5nZXRBcmcoYUFyZ3MsICdsaW5lJyksXG4gICAgICBnZW5lcmF0ZWRDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJylcbiAgICB9O1xuXG4gICAgLy8gRmluZCB0aGUgc2VjdGlvbiBjb250YWluaW5nIHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24gd2UncmUgdHJ5aW5nIHRvIG1hcFxuICAgIC8vIHRvIGFuIG9yaWdpbmFsIHBvc2l0aW9uLlxuICAgIHZhciBzZWN0aW9uSW5kZXggPSBiaW5hcnlTZWFyY2guc2VhcmNoKG5lZWRsZSwgdGhpcy5fc2VjdGlvbnMsXG4gICAgICBmdW5jdGlvbihuZWVkbGUsIHNlY3Rpb24pIHtcbiAgICAgICAgdmFyIGNtcCA9IG5lZWRsZS5nZW5lcmF0ZWRMaW5lIC0gc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZTtcbiAgICAgICAgaWYgKGNtcCkge1xuICAgICAgICAgIHJldHVybiBjbXA7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gKG5lZWRsZS5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAgICAgICAgIHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbik7XG4gICAgICB9KTtcbiAgICB2YXIgc2VjdGlvbiA9IHRoaXMuX3NlY3Rpb25zW3NlY3Rpb25JbmRleF07XG5cbiAgICBpZiAoIXNlY3Rpb24pIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHNvdXJjZTogbnVsbCxcbiAgICAgICAgbGluZTogbnVsbCxcbiAgICAgICAgY29sdW1uOiBudWxsLFxuICAgICAgICBuYW1lOiBudWxsXG4gICAgICB9O1xuICAgIH1cblxuICAgIHJldHVybiBzZWN0aW9uLmNvbnN1bWVyLm9yaWdpbmFsUG9zaXRpb25Gb3Ioe1xuICAgICAgbGluZTogbmVlZGxlLmdlbmVyYXRlZExpbmUgLVxuICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSAtIDEpLFxuICAgICAgY29sdW1uOiBuZWVkbGUuZ2VuZXJhdGVkQ29sdW1uIC1cbiAgICAgICAgKHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZExpbmUgPT09IG5lZWRsZS5nZW5lcmF0ZWRMaW5lXG4gICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgIDogMCksXG4gICAgICBiaWFzOiBhQXJncy5iaWFzXG4gICAgfSk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRydWUgaWYgd2UgaGF2ZSB0aGUgc291cmNlIGNvbnRlbnQgZm9yIGV2ZXJ5IHNvdXJjZSBpbiB0aGUgc291cmNlXG4gKiBtYXAsIGZhbHNlIG90aGVyd2lzZS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5oYXNDb250ZW50c09mQWxsU291cmNlcyA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9oYXNDb250ZW50c09mQWxsU291cmNlcygpIHtcbiAgICByZXR1cm4gdGhpcy5fc2VjdGlvbnMuZXZlcnkoZnVuY3Rpb24gKHMpIHtcbiAgICAgIHJldHVybiBzLmNvbnN1bWVyLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzKCk7XG4gICAgfSk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgb3JpZ2luYWwgc291cmNlIGNvbnRlbnQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIHRoZSB1cmwgb2YgdGhlXG4gKiBvcmlnaW5hbCBzb3VyY2UgZmlsZS4gUmV0dXJucyBudWxsIGlmIG5vIG9yaWdpbmFsIHNvdXJjZSBjb250ZW50IGlzXG4gKiBhdmFpbGFibGUuXG4gKi9cbkluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuc291cmNlQ29udGVudEZvciA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIG51bGxPbk1pc3NpbmcpIHtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRoaXMuX3NlY3Rpb25zLmxlbmd0aDsgaSsrKSB7XG4gICAgICB2YXIgc2VjdGlvbiA9IHRoaXMuX3NlY3Rpb25zW2ldO1xuXG4gICAgICB2YXIgY29udGVudCA9IHNlY3Rpb24uY29uc3VtZXIuc291cmNlQ29udGVudEZvcihhU291cmNlLCB0cnVlKTtcbiAgICAgIGlmIChjb250ZW50KSB7XG4gICAgICAgIHJldHVybiBjb250ZW50O1xuICAgICAgfVxuICAgIH1cbiAgICBpZiAobnVsbE9uTWlzc2luZykge1xuICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuICAgIGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdcIicgKyBhU291cmNlICsgJ1wiIGlzIG5vdCBpbiB0aGUgU291cmNlTWFwLicpO1xuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uIGluZm9ybWF0aW9uIGZvciB0aGUgb3JpZ2luYWwgc291cmNlLFxuICogbGluZSwgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdCB3aXRoXG4gKiB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmdlbmVyYXRlZFBvc2l0aW9uRm9yID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX2dlbmVyYXRlZFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgZm9yICh2YXIgaSA9IDA7IGkgPCB0aGlzLl9zZWN0aW9ucy5sZW5ndGg7IGkrKykge1xuICAgICAgdmFyIHNlY3Rpb24gPSB0aGlzLl9zZWN0aW9uc1tpXTtcblxuICAgICAgLy8gT25seSBjb25zaWRlciB0aGlzIHNlY3Rpb24gaWYgdGhlIHJlcXVlc3RlZCBzb3VyY2UgaXMgaW4gdGhlIGxpc3Qgb2ZcbiAgICAgIC8vIHNvdXJjZXMgb2YgdGhlIGNvbnN1bWVyLlxuICAgICAgaWYgKHNlY3Rpb24uY29uc3VtZXIuc291cmNlcy5pbmRleE9mKHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJykpID09PSAtMSkge1xuICAgICAgICBjb250aW51ZTtcbiAgICAgIH1cbiAgICAgIHZhciBnZW5lcmF0ZWRQb3NpdGlvbiA9IHNlY3Rpb24uY29uc3VtZXIuZ2VuZXJhdGVkUG9zaXRpb25Gb3IoYUFyZ3MpO1xuICAgICAgaWYgKGdlbmVyYXRlZFBvc2l0aW9uKSB7XG4gICAgICAgIHZhciByZXQgPSB7XG4gICAgICAgICAgbGluZTogZ2VuZXJhdGVkUG9zaXRpb24ubGluZSArXG4gICAgICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSAtIDEpLFxuICAgICAgICAgIGNvbHVtbjogZ2VuZXJhdGVkUG9zaXRpb24uY29sdW1uICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lID09PSBnZW5lcmF0ZWRQb3NpdGlvbi5saW5lXG4gICAgICAgICAgICAgPyBzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRDb2x1bW4gLSAxXG4gICAgICAgICAgICAgOiAwKVxuICAgICAgICB9O1xuICAgICAgICByZXR1cm4gcmV0O1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICBsaW5lOiBudWxsLFxuICAgICAgY29sdW1uOiBudWxsXG4gICAgfTtcbiAgfTtcblxuLyoqXG4gKiBQYXJzZSB0aGUgbWFwcGluZ3MgaW4gYSBzdHJpbmcgaW4gdG8gYSBkYXRhIHN0cnVjdHVyZSB3aGljaCB3ZSBjYW4gZWFzaWx5XG4gKiBxdWVyeSAodGhlIG9yZGVyZWQgYXJyYXlzIGluIHRoZSBgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzYCBhbmRcbiAqIGB0aGlzLl9fb3JpZ2luYWxNYXBwaW5nc2AgcHJvcGVydGllcykuXG4gKi9cbkluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBJbmRleGVkU291cmNlTWFwQ29uc3VtZXJfcGFyc2VNYXBwaW5ncyhhU3RyLCBhU291cmNlUm9vdCkge1xuICAgIHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5ncyA9IFtdO1xuICAgIHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzID0gW107XG4gICAgZm9yICh2YXIgaSA9IDA7IGkgPCB0aGlzLl9zZWN0aW9ucy5sZW5ndGg7IGkrKykge1xuICAgICAgdmFyIHNlY3Rpb24gPSB0aGlzLl9zZWN0aW9uc1tpXTtcbiAgICAgIHZhciBzZWN0aW9uTWFwcGluZ3MgPSBzZWN0aW9uLmNvbnN1bWVyLl9nZW5lcmF0ZWRNYXBwaW5ncztcbiAgICAgIGZvciAodmFyIGogPSAwOyBqIDwgc2VjdGlvbk1hcHBpbmdzLmxlbmd0aDsgaisrKSB7XG4gICAgICAgIHZhciBtYXBwaW5nID0gc2VjdGlvbk1hcHBpbmdzW2pdO1xuXG4gICAgICAgIHZhciBzb3VyY2UgPSBzZWN0aW9uLmNvbnN1bWVyLl9zb3VyY2VzLmF0KG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgaWYgKHNlY3Rpb24uY29uc3VtZXIuc291cmNlUm9vdCAhPT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZSA9IHV0aWwuam9pbihzZWN0aW9uLmNvbnN1bWVyLnNvdXJjZVJvb3QsIHNvdXJjZSk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5fc291cmNlcy5hZGQoc291cmNlKTtcbiAgICAgICAgc291cmNlID0gdGhpcy5fc291cmNlcy5pbmRleE9mKHNvdXJjZSk7XG5cbiAgICAgICAgdmFyIG5hbWUgPSBzZWN0aW9uLmNvbnN1bWVyLl9uYW1lcy5hdChtYXBwaW5nLm5hbWUpO1xuICAgICAgICB0aGlzLl9uYW1lcy5hZGQobmFtZSk7XG4gICAgICAgIG5hbWUgPSB0aGlzLl9uYW1lcy5pbmRleE9mKG5hbWUpO1xuXG4gICAgICAgIC8vIFRoZSBtYXBwaW5ncyBjb21pbmcgZnJvbSB0aGUgY29uc3VtZXIgZm9yIHRoZSBzZWN0aW9uIGhhdmVcbiAgICAgICAgLy8gZ2VuZXJhdGVkIHBvc2l0aW9ucyByZWxhdGl2ZSB0byB0aGUgc3RhcnQgb2YgdGhlIHNlY3Rpb24sIHNvIHdlXG4gICAgICAgIC8vIG5lZWQgdG8gb2Zmc2V0IHRoZW0gdG8gYmUgcmVsYXRpdmUgdG8gdGhlIHN0YXJ0IG9mIHRoZSBjb25jYXRlbmF0ZWRcbiAgICAgICAgLy8gZ2VuZXJhdGVkIGZpbGUuXG4gICAgICAgIHZhciBhZGp1c3RlZE1hcHBpbmcgPSB7XG4gICAgICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICAgICAgZ2VuZXJhdGVkTGluZTogbWFwcGluZy5nZW5lcmF0ZWRMaW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgZ2VuZXJhdGVkQ29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiArXG4gICAgICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbWFwcGluZy5nZW5lcmF0ZWRMaW5lXG4gICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgIDogMCksXG4gICAgICAgICAgb3JpZ2luYWxMaW5lOiBtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICBvcmlnaW5hbENvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICBuYW1lOiBuYW1lXG4gICAgICAgIH07XG5cbiAgICAgICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgaWYgKHR5cGVvZiBhZGp1c3RlZE1hcHBpbmcub3JpZ2luYWxMaW5lID09PSAnbnVtYmVyJykge1xuICAgICAgICAgIHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHF1aWNrU29ydCh0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MsIHV0aWwuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQpO1xuICAgIHF1aWNrU29ydCh0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncywgdXRpbC5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyk7XG4gIH07XG5cbmV4cG9ydHMuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyID0gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qc1xuLy8gbW9kdWxlIGlkID0gN1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbmV4cG9ydHMuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCA9IDI7XG5cbi8qKlxuICogUmVjdXJzaXZlIGltcGxlbWVudGF0aW9uIG9mIGJpbmFyeSBzZWFyY2guXG4gKlxuICogQHBhcmFtIGFMb3cgSW5kaWNlcyBoZXJlIGFuZCBsb3dlciBkbyBub3QgY29udGFpbiB0aGUgbmVlZGxlLlxuICogQHBhcmFtIGFIaWdoIEluZGljZXMgaGVyZSBhbmQgaGlnaGVyIGRvIG5vdCBjb250YWluIHRoZSBuZWVkbGUuXG4gKiBAcGFyYW0gYU5lZWRsZSBUaGUgZWxlbWVudCBiZWluZyBzZWFyY2hlZCBmb3IuXG4gKiBAcGFyYW0gYUhheXN0YWNrIFRoZSBub24tZW1wdHkgYXJyYXkgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgRnVuY3Rpb24gd2hpY2ggdGFrZXMgdHdvIGVsZW1lbnRzIGFuZCByZXR1cm5zIC0xLCAwLCBvciAxLlxuICogQHBhcmFtIGFCaWFzIEVpdGhlciAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJyBvclxuICogICAgICdiaW5hcnlTZWFyY2guTEVBU1RfVVBQRVJfQk9VTkQnLiBTcGVjaWZpZXMgd2hldGhlciB0byByZXR1cm4gdGhlXG4gKiAgICAgY2xvc2VzdCBlbGVtZW50IHRoYXQgaXMgc21hbGxlciB0aGFuIG9yIGdyZWF0ZXIgdGhhbiB0aGUgb25lIHdlIGFyZVxuICogICAgIHNlYXJjaGluZyBmb3IsIHJlc3BlY3RpdmVseSwgaWYgdGhlIGV4YWN0IGVsZW1lbnQgY2Fubm90IGJlIGZvdW5kLlxuICovXG5mdW5jdGlvbiByZWN1cnNpdmVTZWFyY2goYUxvdywgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKSB7XG4gIC8vIFRoaXMgZnVuY3Rpb24gdGVybWluYXRlcyB3aGVuIG9uZSBvZiB0aGUgZm9sbG93aW5nIGlzIHRydWU6XG4gIC8vXG4gIC8vICAgMS4gV2UgZmluZCB0aGUgZXhhY3QgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gIC8vXG4gIC8vICAgMi4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBidXQgd2UgY2FuIHJldHVybiB0aGUgaW5kZXggb2ZcbiAgLy8gICAgICB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQuXG4gIC8vXG4gIC8vICAgMy4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBhbmQgdGhlcmUgaXMgbm8gbmV4dC1jbG9zZXN0XG4gIC8vICAgICAgZWxlbWVudCB0aGFuIHRoZSBvbmUgd2UgYXJlIHNlYXJjaGluZyBmb3IsIHNvIHdlIHJldHVybiAtMS5cbiAgdmFyIG1pZCA9IE1hdGguZmxvb3IoKGFIaWdoIC0gYUxvdykgLyAyKSArIGFMb3c7XG4gIHZhciBjbXAgPSBhQ29tcGFyZShhTmVlZGxlLCBhSGF5c3RhY2tbbWlkXSwgdHJ1ZSk7XG4gIGlmIChjbXAgPT09IDApIHtcbiAgICAvLyBGb3VuZCB0aGUgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gICAgcmV0dXJuIG1pZDtcbiAgfVxuICBlbHNlIGlmIChjbXAgPiAwKSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBncmVhdGVyIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKGFIaWdoIC0gbWlkID4gMSkge1xuICAgICAgLy8gVGhlIGVsZW1lbnQgaXMgaW4gdGhlIHVwcGVyIGhhbGYuXG4gICAgICByZXR1cm4gcmVjdXJzaXZlU2VhcmNoKG1pZCwgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKTtcbiAgICB9XG5cbiAgICAvLyBUaGUgZXhhY3QgbmVlZGxlIGVsZW1lbnQgd2FzIG5vdCBmb3VuZCBpbiB0aGlzIGhheXN0YWNrLiBEZXRlcm1pbmUgaWZcbiAgICAvLyB3ZSBhcmUgaW4gdGVybWluYXRpb24gY2FzZSAoMykgb3IgKDIpIGFuZCByZXR1cm4gdGhlIGFwcHJvcHJpYXRlIHRoaW5nLlxuICAgIGlmIChhQmlhcyA9PSBleHBvcnRzLkxFQVNUX1VQUEVSX0JPVU5EKSB7XG4gICAgICByZXR1cm4gYUhpZ2ggPCBhSGF5c3RhY2subGVuZ3RoID8gYUhpZ2ggOiAtMTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9XG4gIH1cbiAgZWxzZSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBsZXNzIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKG1pZCAtIGFMb3cgPiAxKSB7XG4gICAgICAvLyBUaGUgZWxlbWVudCBpcyBpbiB0aGUgbG93ZXIgaGFsZi5cbiAgICAgIHJldHVybiByZWN1cnNpdmVTZWFyY2goYUxvdywgbWlkLCBhTmVlZGxlLCBhSGF5c3RhY2ssIGFDb21wYXJlLCBhQmlhcyk7XG4gICAgfVxuXG4gICAgLy8gd2UgYXJlIGluIHRlcm1pbmF0aW9uIGNhc2UgKDMpIG9yICgyKSBhbmQgcmV0dXJuIHRoZSBhcHByb3ByaWF0ZSB0aGluZy5cbiAgICBpZiAoYUJpYXMgPT0gZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCkge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIGFMb3cgPCAwID8gLTEgOiBhTG93O1xuICAgIH1cbiAgfVxufVxuXG4vKipcbiAqIFRoaXMgaXMgYW4gaW1wbGVtZW50YXRpb24gb2YgYmluYXJ5IHNlYXJjaCB3aGljaCB3aWxsIGFsd2F5cyB0cnkgYW5kIHJldHVyblxuICogdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IGVsZW1lbnQgaWYgdGhlcmUgaXMgbm8gZXhhY3QgaGl0LiBUaGlzIGlzIGJlY2F1c2VcbiAqIG1hcHBpbmdzIGJldHdlZW4gb3JpZ2luYWwgYW5kIGdlbmVyYXRlZCBsaW5lL2NvbCBwYWlycyBhcmUgc2luZ2xlIHBvaW50cyxcbiAqIGFuZCB0aGVyZSBpcyBhbiBpbXBsaWNpdCByZWdpb24gYmV0d2VlbiBlYWNoIG9mIHRoZW0sIHNvIGEgbWlzcyBqdXN0IG1lYW5zXG4gKiB0aGF0IHlvdSBhcmVuJ3Qgb24gdGhlIHZlcnkgc3RhcnQgb2YgYSByZWdpb24uXG4gKlxuICogQHBhcmFtIGFOZWVkbGUgVGhlIGVsZW1lbnQgeW91IGFyZSBsb29raW5nIGZvci5cbiAqIEBwYXJhbSBhSGF5c3RhY2sgVGhlIGFycmF5IHRoYXQgaXMgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgQSBmdW5jdGlvbiB3aGljaCB0YWtlcyB0aGUgbmVlZGxlIGFuZCBhbiBlbGVtZW50IGluIHRoZVxuICogICAgIGFycmF5IGFuZCByZXR1cm5zIC0xLCAwLCBvciAxIGRlcGVuZGluZyBvbiB3aGV0aGVyIHRoZSBuZWVkbGUgaXMgbGVzc1xuICogICAgIHRoYW4sIGVxdWFsIHRvLCBvciBncmVhdGVyIHRoYW4gdGhlIGVsZW1lbnQsIHJlc3BlY3RpdmVseS5cbiAqIEBwYXJhbSBhQmlhcyBFaXRoZXIgJ2JpbmFyeVNlYXJjaC5HUkVBVEVTVF9MT1dFUl9CT1VORCcgb3JcbiAqICAgICAnYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJy5cbiAqL1xuZXhwb3J0cy5zZWFyY2ggPSBmdW5jdGlvbiBzZWFyY2goYU5lZWRsZSwgYUhheXN0YWNrLCBhQ29tcGFyZSwgYUJpYXMpIHtcbiAgaWYgKGFIYXlzdGFjay5sZW5ndGggPT09IDApIHtcbiAgICByZXR1cm4gLTE7XG4gIH1cblxuICB2YXIgaW5kZXggPSByZWN1cnNpdmVTZWFyY2goLTEsIGFIYXlzdGFjay5sZW5ndGgsIGFOZWVkbGUsIGFIYXlzdGFjayxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFDb21wYXJlLCBhQmlhcyB8fCBleHBvcnRzLkdSRUFURVNUX0xPV0VSX0JPVU5EKTtcbiAgaWYgKGluZGV4IDwgMCkge1xuICAgIHJldHVybiAtMTtcbiAgfVxuXG4gIC8vIFdlIGhhdmUgZm91bmQgZWl0aGVyIHRoZSBleGFjdCBlbGVtZW50LCBvciB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQgdGhhblxuICAvLyB0aGUgb25lIHdlIGFyZSBzZWFyY2hpbmcgZm9yLiBIb3dldmVyLCB0aGVyZSBtYXkgYmUgbW9yZSB0aGFuIG9uZSBzdWNoXG4gIC8vIGVsZW1lbnQuIE1ha2Ugc3VyZSB3ZSBhbHdheXMgcmV0dXJuIHRoZSBzbWFsbGVzdCBvZiB0aGVzZS5cbiAgd2hpbGUgKGluZGV4IC0gMSA+PSAwKSB7XG4gICAgaWYgKGFDb21wYXJlKGFIYXlzdGFja1tpbmRleF0sIGFIYXlzdGFja1tpbmRleCAtIDFdLCB0cnVlKSAhPT0gMCkge1xuICAgICAgYnJlYWs7XG4gICAgfVxuICAgIC0taW5kZXg7XG4gIH1cblxuICByZXR1cm4gaW5kZXg7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmluYXJ5LXNlYXJjaC5qc1xuLy8gbW9kdWxlIGlkID0gOFxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8vIEl0IHR1cm5zIG91dCB0aGF0IHNvbWUgKG1vc3Q/KSBKYXZhU2NyaXB0IGVuZ2luZXMgZG9uJ3Qgc2VsZi1ob3N0XG4vLyBgQXJyYXkucHJvdG90eXBlLnNvcnRgLiBUaGlzIG1ha2VzIHNlbnNlIGJlY2F1c2UgQysrIHdpbGwgbGlrZWx5IHJlbWFpblxuLy8gZmFzdGVyIHRoYW4gSlMgd2hlbiBkb2luZyByYXcgQ1BVLWludGVuc2l2ZSBzb3J0aW5nLiBIb3dldmVyLCB3aGVuIHVzaW5nIGFcbi8vIGN1c3RvbSBjb21wYXJhdG9yIGZ1bmN0aW9uLCBjYWxsaW5nIGJhY2sgYW5kIGZvcnRoIGJldHdlZW4gdGhlIFZNJ3MgQysrIGFuZFxuLy8gSklUJ2QgSlMgaXMgcmF0aGVyIHNsb3cgKmFuZCogbG9zZXMgSklUIHR5cGUgaW5mb3JtYXRpb24sIHJlc3VsdGluZyBpblxuLy8gd29yc2UgZ2VuZXJhdGVkIGNvZGUgZm9yIHRoZSBjb21wYXJhdG9yIGZ1bmN0aW9uIHRoYW4gd291bGQgYmUgb3B0aW1hbC4gSW5cbi8vIGZhY3QsIHdoZW4gc29ydGluZyB3aXRoIGEgY29tcGFyYXRvciwgdGhlc2UgY29zdHMgb3V0d2VpZ2ggdGhlIGJlbmVmaXRzIG9mXG4vLyBzb3J0aW5nIGluIEMrKy4gQnkgdXNpbmcgb3VyIG93biBKUy1pbXBsZW1lbnRlZCBRdWljayBTb3J0IChiZWxvdyksIHdlIGdldFxuLy8gYSB+MzUwMG1zIG1lYW4gc3BlZWQtdXAgaW4gYGJlbmNoL2JlbmNoLmh0bWxgLlxuXG4vKipcbiAqIFN3YXAgdGhlIGVsZW1lbnRzIGluZGV4ZWQgYnkgYHhgIGFuZCBgeWAgaW4gdGhlIGFycmF5IGBhcnlgLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIFRoZSBhcnJheS5cbiAqIEBwYXJhbSB7TnVtYmVyfSB4XG4gKiAgICAgICAgVGhlIGluZGV4IG9mIHRoZSBmaXJzdCBpdGVtLlxuICogQHBhcmFtIHtOdW1iZXJ9IHlcbiAqICAgICAgICBUaGUgaW5kZXggb2YgdGhlIHNlY29uZCBpdGVtLlxuICovXG5mdW5jdGlvbiBzd2FwKGFyeSwgeCwgeSkge1xuICB2YXIgdGVtcCA9IGFyeVt4XTtcbiAgYXJ5W3hdID0gYXJ5W3ldO1xuICBhcnlbeV0gPSB0ZW1wO1xufVxuXG4vKipcbiAqIFJldHVybnMgYSByYW5kb20gaW50ZWdlciB3aXRoaW4gdGhlIHJhbmdlIGBsb3cgLi4gaGlnaGAgaW5jbHVzaXZlLlxuICpcbiAqIEBwYXJhbSB7TnVtYmVyfSBsb3dcbiAqICAgICAgICBUaGUgbG93ZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICogQHBhcmFtIHtOdW1iZXJ9IGhpZ2hcbiAqICAgICAgICBUaGUgdXBwZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICovXG5mdW5jdGlvbiByYW5kb21JbnRJblJhbmdlKGxvdywgaGlnaCkge1xuICByZXR1cm4gTWF0aC5yb3VuZChsb3cgKyAoTWF0aC5yYW5kb20oKSAqIChoaWdoIC0gbG93KSkpO1xufVxuXG4vKipcbiAqIFRoZSBRdWljayBTb3J0IGFsZ29yaXRobS5cbiAqXG4gKiBAcGFyYW0ge0FycmF5fSBhcnlcbiAqICAgICAgICBBbiBhcnJheSB0byBzb3J0LlxuICogQHBhcmFtIHtmdW5jdGlvbn0gY29tcGFyYXRvclxuICogICAgICAgIEZ1bmN0aW9uIHRvIHVzZSB0byBjb21wYXJlIHR3byBpdGVtcy5cbiAqIEBwYXJhbSB7TnVtYmVyfSBwXG4gKiAgICAgICAgU3RhcnQgaW5kZXggb2YgdGhlIGFycmF5XG4gKiBAcGFyYW0ge051bWJlcn0gclxuICogICAgICAgIEVuZCBpbmRleCBvZiB0aGUgYXJyYXlcbiAqL1xuZnVuY3Rpb24gZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCByKSB7XG4gIC8vIElmIG91ciBsb3dlciBib3VuZCBpcyBsZXNzIHRoYW4gb3VyIHVwcGVyIGJvdW5kLCB3ZSAoMSkgcGFydGl0aW9uIHRoZVxuICAvLyBhcnJheSBpbnRvIHR3byBwaWVjZXMgYW5kICgyKSByZWN1cnNlIG9uIGVhY2ggaGFsZi4gSWYgaXQgaXMgbm90LCB0aGlzIGlzXG4gIC8vIHRoZSBlbXB0eSBhcnJheSBhbmQgb3VyIGJhc2UgY2FzZS5cblxuICBpZiAocCA8IHIpIHtcbiAgICAvLyAoMSkgUGFydGl0aW9uaW5nLlxuICAgIC8vXG4gICAgLy8gVGhlIHBhcnRpdGlvbmluZyBjaG9vc2VzIGEgcGl2b3QgYmV0d2VlbiBgcGAgYW5kIGByYCBhbmQgbW92ZXMgYWxsXG4gICAgLy8gZWxlbWVudHMgdGhhdCBhcmUgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdCB0byB0aGUgYmVmb3JlIGl0LCBhbmRcbiAgICAvLyBhbGwgdGhlIGVsZW1lbnRzIHRoYXQgYXJlIGdyZWF0ZXIgdGhhbiBpdCBhZnRlciBpdC4gVGhlIGVmZmVjdCBpcyB0aGF0XG4gICAgLy8gb25jZSBwYXJ0aXRpb24gaXMgZG9uZSwgdGhlIHBpdm90IGlzIGluIHRoZSBleGFjdCBwbGFjZSBpdCB3aWxsIGJlIHdoZW5cbiAgICAvLyB0aGUgYXJyYXkgaXMgcHV0IGluIHNvcnRlZCBvcmRlciwgYW5kIGl0IHdpbGwgbm90IG5lZWQgdG8gYmUgbW92ZWRcbiAgICAvLyBhZ2Fpbi4gVGhpcyBydW5zIGluIE8obikgdGltZS5cblxuICAgIC8vIEFsd2F5cyBjaG9vc2UgYSByYW5kb20gcGl2b3Qgc28gdGhhdCBhbiBpbnB1dCBhcnJheSB3aGljaCBpcyByZXZlcnNlXG4gICAgLy8gc29ydGVkIGRvZXMgbm90IGNhdXNlIE8obl4yKSBydW5uaW5nIHRpbWUuXG4gICAgdmFyIHBpdm90SW5kZXggPSByYW5kb21JbnRJblJhbmdlKHAsIHIpO1xuICAgIHZhciBpID0gcCAtIDE7XG5cbiAgICBzd2FwKGFyeSwgcGl2b3RJbmRleCwgcik7XG4gICAgdmFyIHBpdm90ID0gYXJ5W3JdO1xuXG4gICAgLy8gSW1tZWRpYXRlbHkgYWZ0ZXIgYGpgIGlzIGluY3JlbWVudGVkIGluIHRoaXMgbG9vcCwgdGhlIGZvbGxvd2luZyBob2xkXG4gICAgLy8gdHJ1ZTpcbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbcCAuLiBpXWAgaXMgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdC5cbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbaSsxIC4uIGotMV1gIGlzIGdyZWF0ZXIgdGhhbiB0aGUgcGl2b3QuXG4gICAgZm9yICh2YXIgaiA9IHA7IGogPCByOyBqKyspIHtcbiAgICAgIGlmIChjb21wYXJhdG9yKGFyeVtqXSwgcGl2b3QpIDw9IDApIHtcbiAgICAgICAgaSArPSAxO1xuICAgICAgICBzd2FwKGFyeSwgaSwgaik7XG4gICAgICB9XG4gICAgfVxuXG4gICAgc3dhcChhcnksIGkgKyAxLCBqKTtcbiAgICB2YXIgcSA9IGkgKyAxO1xuXG4gICAgLy8gKDIpIFJlY3Vyc2Ugb24gZWFjaCBoYWxmLlxuXG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCBxIC0gMSk7XG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBxICsgMSwgcik7XG4gIH1cbn1cblxuLyoqXG4gKiBTb3J0IHRoZSBnaXZlbiBhcnJheSBpbi1wbGFjZSB3aXRoIHRoZSBnaXZlbiBjb21wYXJhdG9yIGZ1bmN0aW9uLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIEFuIGFycmF5IHRvIHNvcnQuXG4gKiBAcGFyYW0ge2Z1bmN0aW9ufSBjb21wYXJhdG9yXG4gKiAgICAgICAgRnVuY3Rpb24gdG8gdXNlIHRvIGNvbXBhcmUgdHdvIGl0ZW1zLlxuICovXG5leHBvcnRzLnF1aWNrU29ydCA9IGZ1bmN0aW9uIChhcnksIGNvbXBhcmF0b3IpIHtcbiAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCAwLCBhcnkubGVuZ3RoIC0gMSk7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvcXVpY2stc29ydC5qc1xuLy8gbW9kdWxlIGlkID0gOVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciBTb3VyY2VNYXBHZW5lcmF0b3IgPSByZXF1aXJlKCcuL3NvdXJjZS1tYXAtZ2VuZXJhdG9yJykuU291cmNlTWFwR2VuZXJhdG9yO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcblxuLy8gTWF0Y2hlcyBhIFdpbmRvd3Mtc3R5bGUgYFxcclxcbmAgbmV3bGluZSBvciBhIGBcXG5gIG5ld2xpbmUgdXNlZCBieSBhbGwgb3RoZXJcbi8vIG9wZXJhdGluZyBzeXN0ZW1zIHRoZXNlIGRheXMgKGNhcHR1cmluZyB0aGUgcmVzdWx0KS5cbnZhciBSRUdFWF9ORVdMSU5FID0gLyhcXHI/XFxuKS87XG5cbi8vIE5ld2xpbmUgY2hhcmFjdGVyIGNvZGUgZm9yIGNoYXJDb2RlQXQoKSBjb21wYXJpc29uc1xudmFyIE5FV0xJTkVfQ09ERSA9IDEwO1xuXG4vLyBQcml2YXRlIHN5bWJvbCBmb3IgaWRlbnRpZnlpbmcgYFNvdXJjZU5vZGVgcyB3aGVuIG11bHRpcGxlIHZlcnNpb25zIG9mXG4vLyB0aGUgc291cmNlLW1hcCBsaWJyYXJ5IGFyZSBsb2FkZWQuIFRoaXMgTVVTVCBOT1QgQ0hBTkdFIGFjcm9zc1xuLy8gdmVyc2lvbnMhXG52YXIgaXNTb3VyY2VOb2RlID0gXCIkJCRpc1NvdXJjZU5vZGUkJCRcIjtcblxuLyoqXG4gKiBTb3VyY2VOb2RlcyBwcm92aWRlIGEgd2F5IHRvIGFic3RyYWN0IG92ZXIgaW50ZXJwb2xhdGluZy9jb25jYXRlbmF0aW5nXG4gKiBzbmlwcGV0cyBvZiBnZW5lcmF0ZWQgSmF2YVNjcmlwdCBzb3VyY2UgY29kZSB3aGlsZSBtYWludGFpbmluZyB0aGUgbGluZSBhbmRcbiAqIGNvbHVtbiBpbmZvcm1hdGlvbiBhc3NvY2lhdGVkIHdpdGggdGhlIG9yaWdpbmFsIHNvdXJjZSBjb2RlLlxuICpcbiAqIEBwYXJhbSBhTGluZSBUaGUgb3JpZ2luYWwgbGluZSBudW1iZXIuXG4gKiBAcGFyYW0gYUNvbHVtbiBUaGUgb3JpZ2luYWwgY29sdW1uIG51bWJlci5cbiAqIEBwYXJhbSBhU291cmNlIFRoZSBvcmlnaW5hbCBzb3VyY2UncyBmaWxlbmFtZS5cbiAqIEBwYXJhbSBhQ2h1bmtzIE9wdGlvbmFsLiBBbiBhcnJheSBvZiBzdHJpbmdzIHdoaWNoIGFyZSBzbmlwcGV0cyBvZlxuICogICAgICAgIGdlbmVyYXRlZCBKUywgb3Igb3RoZXIgU291cmNlTm9kZXMuXG4gKiBAcGFyYW0gYU5hbWUgVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU5vZGUoYUxpbmUsIGFDb2x1bW4sIGFTb3VyY2UsIGFDaHVua3MsIGFOYW1lKSB7XG4gIHRoaXMuY2hpbGRyZW4gPSBbXTtcbiAgdGhpcy5zb3VyY2VDb250ZW50cyA9IHt9O1xuICB0aGlzLmxpbmUgPSBhTGluZSA9PSBudWxsID8gbnVsbCA6IGFMaW5lO1xuICB0aGlzLmNvbHVtbiA9IGFDb2x1bW4gPT0gbnVsbCA/IG51bGwgOiBhQ29sdW1uO1xuICB0aGlzLnNvdXJjZSA9IGFTb3VyY2UgPT0gbnVsbCA/IG51bGwgOiBhU291cmNlO1xuICB0aGlzLm5hbWUgPSBhTmFtZSA9PSBudWxsID8gbnVsbCA6IGFOYW1lO1xuICB0aGlzW2lzU291cmNlTm9kZV0gPSB0cnVlO1xuICBpZiAoYUNodW5rcyAhPSBudWxsKSB0aGlzLmFkZChhQ2h1bmtzKTtcbn1cblxuLyoqXG4gKiBDcmVhdGVzIGEgU291cmNlTm9kZSBmcm9tIGdlbmVyYXRlZCBjb2RlIGFuZCBhIFNvdXJjZU1hcENvbnN1bWVyLlxuICpcbiAqIEBwYXJhbSBhR2VuZXJhdGVkQ29kZSBUaGUgZ2VuZXJhdGVkIGNvZGVcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIFNvdXJjZU1hcCBmb3IgdGhlIGdlbmVyYXRlZCBjb2RlXG4gKiBAcGFyYW0gYVJlbGF0aXZlUGF0aCBPcHRpb25hbC4gVGhlIHBhdGggdGhhdCByZWxhdGl2ZSBzb3VyY2VzIGluIHRoZVxuICogICAgICAgIFNvdXJjZU1hcENvbnN1bWVyIHNob3VsZCBiZSByZWxhdGl2ZSB0by5cbiAqL1xuU291cmNlTm9kZS5mcm9tU3RyaW5nV2l0aFNvdXJjZU1hcCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU5vZGVfZnJvbVN0cmluZ1dpdGhTb3VyY2VNYXAoYUdlbmVyYXRlZENvZGUsIGFTb3VyY2VNYXBDb25zdW1lciwgYVJlbGF0aXZlUGF0aCkge1xuICAgIC8vIFRoZSBTb3VyY2VOb2RlIHdlIHdhbnQgdG8gZmlsbCB3aXRoIHRoZSBnZW5lcmF0ZWQgY29kZVxuICAgIC8vIGFuZCB0aGUgU291cmNlTWFwXG4gICAgdmFyIG5vZGUgPSBuZXcgU291cmNlTm9kZSgpO1xuXG4gICAgLy8gQWxsIGV2ZW4gaW5kaWNlcyBvZiB0aGlzIGFycmF5IGFyZSBvbmUgbGluZSBvZiB0aGUgZ2VuZXJhdGVkIGNvZGUsXG4gICAgLy8gd2hpbGUgYWxsIG9kZCBpbmRpY2VzIGFyZSB0aGUgbmV3bGluZXMgYmV0d2VlbiB0d28gYWRqYWNlbnQgbGluZXNcbiAgICAvLyAoc2luY2UgYFJFR0VYX05FV0xJTkVgIGNhcHR1cmVzIGl0cyBtYXRjaCkuXG4gICAgLy8gUHJvY2Vzc2VkIGZyYWdtZW50cyBhcmUgYWNjZXNzZWQgYnkgY2FsbGluZyBgc2hpZnROZXh0TGluZWAuXG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzID0gYUdlbmVyYXRlZENvZGUuc3BsaXQoUkVHRVhfTkVXTElORSk7XG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzSW5kZXggPSAwO1xuICAgIHZhciBzaGlmdE5leHRMaW5lID0gZnVuY3Rpb24oKSB7XG4gICAgICB2YXIgbGluZUNvbnRlbnRzID0gZ2V0TmV4dExpbmUoKTtcbiAgICAgIC8vIFRoZSBsYXN0IGxpbmUgb2YgYSBmaWxlIG1pZ2h0IG5vdCBoYXZlIGEgbmV3bGluZS5cbiAgICAgIHZhciBuZXdMaW5lID0gZ2V0TmV4dExpbmUoKSB8fCBcIlwiO1xuICAgICAgcmV0dXJuIGxpbmVDb250ZW50cyArIG5ld0xpbmU7XG5cbiAgICAgIGZ1bmN0aW9uIGdldE5leHRMaW5lKCkge1xuICAgICAgICByZXR1cm4gcmVtYWluaW5nTGluZXNJbmRleCA8IHJlbWFpbmluZ0xpbmVzLmxlbmd0aCA/XG4gICAgICAgICAgICByZW1haW5pbmdMaW5lc1tyZW1haW5pbmdMaW5lc0luZGV4KytdIDogdW5kZWZpbmVkO1xuICAgICAgfVxuICAgIH07XG5cbiAgICAvLyBXZSBuZWVkIHRvIHJlbWVtYmVyIHRoZSBwb3NpdGlvbiBvZiBcInJlbWFpbmluZ0xpbmVzXCJcbiAgICB2YXIgbGFzdEdlbmVyYXRlZExpbmUgPSAxLCBsYXN0R2VuZXJhdGVkQ29sdW1uID0gMDtcblxuICAgIC8vIFRoZSBnZW5lcmF0ZSBTb3VyY2VOb2RlcyB3ZSBuZWVkIGEgY29kZSByYW5nZS5cbiAgICAvLyBUbyBleHRyYWN0IGl0IGN1cnJlbnQgYW5kIGxhc3QgbWFwcGluZyBpcyB1c2VkLlxuICAgIC8vIEhlcmUgd2Ugc3RvcmUgdGhlIGxhc3QgbWFwcGluZy5cbiAgICB2YXIgbGFzdE1hcHBpbmcgPSBudWxsO1xuXG4gICAgYVNvdXJjZU1hcENvbnN1bWVyLmVhY2hNYXBwaW5nKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcgIT09IG51bGwpIHtcbiAgICAgICAgLy8gV2UgYWRkIHRoZSBjb2RlIGZyb20gXCJsYXN0TWFwcGluZ1wiIHRvIFwibWFwcGluZ1wiOlxuICAgICAgICAvLyBGaXJzdCBjaGVjayBpZiB0aGVyZSBpcyBhIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgIGlmIChsYXN0R2VuZXJhdGVkTGluZSA8IG1hcHBpbmcuZ2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIC8vIEFzc29jaWF0ZSBmaXJzdCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBzaGlmdE5leHRMaW5lKCkpO1xuICAgICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICAgICAgbGFzdEdlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgICAgLy8gVGhlIHJlbWFpbmluZyBjb2RlIGlzIGFkZGVkIHdpdGhvdXQgbWFwcGluZ1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIC8vIFRoZXJlIGlzIG5vIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSBjb2RlIGJldHdlZW4gXCJsYXN0R2VuZXJhdGVkQ29sdW1uXCIgYW5kXG4gICAgICAgICAgLy8gXCJtYXBwaW5nLmdlbmVyYXRlZENvbHVtblwiIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgdmFyIG5leHRMaW5lID0gcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF07XG4gICAgICAgICAgdmFyIGNvZGUgPSBuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxhc3RHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICAgIHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdID0gbmV4dExpbmUuc3Vic3RyKG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBjb2RlKTtcbiAgICAgICAgICAvLyBObyBtb3JlIHJlbWFpbmluZyBjb2RlLCBjb250aW51ZVxuICAgICAgICAgIGxhc3RNYXBwaW5nID0gbWFwcGluZztcbiAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC8vIFdlIGFkZCB0aGUgZ2VuZXJhdGVkIGNvZGUgdW50aWwgdGhlIGZpcnN0IG1hcHBpbmdcbiAgICAgIC8vIHRvIHRoZSBTb3VyY2VOb2RlIHdpdGhvdXQgYW55IG1hcHBpbmcuXG4gICAgICAvLyBFYWNoIGxpbmUgaXMgYWRkZWQgYXMgc2VwYXJhdGUgc3RyaW5nLlxuICAgICAgd2hpbGUgKGxhc3RHZW5lcmF0ZWRMaW5lIDwgbWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIG5vZGUuYWRkKHNoaWZ0TmV4dExpbmUoKSk7XG4gICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICB9XG4gICAgICBpZiAobGFzdEdlbmVyYXRlZENvbHVtbiA8IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uKSB7XG4gICAgICAgIHZhciBuZXh0TGluZSA9IHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdO1xuICAgICAgICBub2RlLmFkZChuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pKTtcbiAgICAgICAgcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gPSBuZXh0TGluZS5zdWJzdHIobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICB9XG4gICAgICBsYXN0TWFwcGluZyA9IG1hcHBpbmc7XG4gICAgfSwgdGhpcyk7XG4gICAgLy8gV2UgaGF2ZSBwcm9jZXNzZWQgYWxsIG1hcHBpbmdzLlxuICAgIGlmIChyZW1haW5pbmdMaW5lc0luZGV4IDwgcmVtYWluaW5nTGluZXMubGVuZ3RoKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcpIHtcbiAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSByZW1haW5pbmcgY29kZSBpbiB0aGUgY3VycmVudCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgIGFkZE1hcHBpbmdXaXRoQ29kZShsYXN0TWFwcGluZywgc2hpZnROZXh0TGluZSgpKTtcbiAgICAgIH1cbiAgICAgIC8vIGFuZCBhZGQgdGhlIHJlbWFpbmluZyBsaW5lcyB3aXRob3V0IGFueSBtYXBwaW5nXG4gICAgICBub2RlLmFkZChyZW1haW5pbmdMaW5lcy5zcGxpY2UocmVtYWluaW5nTGluZXNJbmRleCkuam9pbihcIlwiKSk7XG4gICAgfVxuXG4gICAgLy8gQ29weSBzb3VyY2VzQ29udGVudCBpbnRvIFNvdXJjZU5vZGVcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVJlbGF0aXZlUGF0aCAhPSBudWxsKSB7XG4gICAgICAgICAgc291cmNlRmlsZSA9IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICBub2RlLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSk7XG5cbiAgICByZXR1cm4gbm9kZTtcblxuICAgIGZ1bmN0aW9uIGFkZE1hcHBpbmdXaXRoQ29kZShtYXBwaW5nLCBjb2RlKSB7XG4gICAgICBpZiAobWFwcGluZyA9PT0gbnVsbCB8fCBtYXBwaW5nLnNvdXJjZSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIG5vZGUuYWRkKGNvZGUpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IGFSZWxhdGl2ZVBhdGhcbiAgICAgICAgICA/IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICA6IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBub2RlLmFkZChuZXcgU291cmNlTm9kZShtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb2RlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXBwaW5nLm5hbWUpKTtcbiAgICAgIH1cbiAgICB9XG4gIH07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoaXMgc291cmNlIG5vZGUuXG4gKlxuICogQHBhcmFtIGFDaHVuayBBIHN0cmluZyBzbmlwcGV0IG9mIGdlbmVyYXRlZCBKUyBjb2RlLCBhbm90aGVyIGluc3RhbmNlIG9mXG4gKiAgICAgICAgU291cmNlTm9kZSwgb3IgYW4gYXJyYXkgd2hlcmUgZWFjaCBtZW1iZXIgaXMgb25lIG9mIHRob3NlIHRoaW5ncy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUuYWRkID0gZnVuY3Rpb24gU291cmNlTm9kZV9hZGQoYUNodW5rKSB7XG4gIGlmIChBcnJheS5pc0FycmF5KGFDaHVuaykpIHtcbiAgICBhQ2h1bmsuZm9yRWFjaChmdW5jdGlvbiAoY2h1bmspIHtcbiAgICAgIHRoaXMuYWRkKGNodW5rKTtcbiAgICB9LCB0aGlzKTtcbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgaWYgKGFDaHVuaykge1xuICAgICAgdGhpcy5jaGlsZHJlbi5wdXNoKGFDaHVuayk7XG4gICAgfVxuICB9XG4gIGVsc2Uge1xuICAgIHRocm93IG5ldyBUeXBlRXJyb3IoXG4gICAgICBcIkV4cGVjdGVkIGEgU291cmNlTm9kZSwgc3RyaW5nLCBvciBhbiBhcnJheSBvZiBTb3VyY2VOb2RlcyBhbmQgc3RyaW5ncy4gR290IFwiICsgYUNodW5rXG4gICAgKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoZSBiZWdpbm5pbmcgb2YgdGhpcyBzb3VyY2Ugbm9kZS5cbiAqXG4gKiBAcGFyYW0gYUNodW5rIEEgc3RyaW5nIHNuaXBwZXQgb2YgZ2VuZXJhdGVkIEpTIGNvZGUsIGFub3RoZXIgaW5zdGFuY2Ugb2ZcbiAqICAgICAgICBTb3VyY2VOb2RlLCBvciBhbiBhcnJheSB3aGVyZSBlYWNoIG1lbWJlciBpcyBvbmUgb2YgdGhvc2UgdGhpbmdzLlxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5wcmVwZW5kID0gZnVuY3Rpb24gU291cmNlTm9kZV9wcmVwZW5kKGFDaHVuaykge1xuICBpZiAoQXJyYXkuaXNBcnJheShhQ2h1bmspKSB7XG4gICAgZm9yICh2YXIgaSA9IGFDaHVuay5sZW5ndGgtMTsgaSA+PSAwOyBpLS0pIHtcbiAgICAgIHRoaXMucHJlcGVuZChhQ2h1bmtbaV0pO1xuICAgIH1cbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgdGhpcy5jaGlsZHJlbi51bnNoaWZ0KGFDaHVuayk7XG4gIH1cbiAgZWxzZSB7XG4gICAgdGhyb3cgbmV3IFR5cGVFcnJvcihcbiAgICAgIFwiRXhwZWN0ZWQgYSBTb3VyY2VOb2RlLCBzdHJpbmcsIG9yIGFuIGFycmF5IG9mIFNvdXJjZU5vZGVzIGFuZCBzdHJpbmdzLiBHb3QgXCIgKyBhQ2h1bmtcbiAgICApO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBXYWxrIG92ZXIgdGhlIHRyZWUgb2YgSlMgc25pcHBldHMgaW4gdGhpcyBub2RlIGFuZCBpdHMgY2hpbGRyZW4uIFRoZVxuICogd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgb25jZSBmb3IgZWFjaCBzbmlwcGV0IG9mIEpTIGFuZCBpcyBwYXNzZWQgdGhhdFxuICogc25pcHBldCBhbmQgdGhlIGl0cyBvcmlnaW5hbCBhc3NvY2lhdGVkIHNvdXJjZSdzIGxpbmUvY29sdW1uIGxvY2F0aW9uLlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2FsayA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfd2FsayhhRm4pIHtcbiAgdmFyIGNodW5rO1xuICBmb3IgKHZhciBpID0gMCwgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgIGNodW5rID0gdGhpcy5jaGlsZHJlbltpXTtcbiAgICBpZiAoY2h1bmtbaXNTb3VyY2VOb2RlXSkge1xuICAgICAgY2h1bmsud2FsayhhRm4pO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIGlmIChjaHVuayAhPT0gJycpIHtcbiAgICAgICAgYUZuKGNodW5rLCB7IHNvdXJjZTogdGhpcy5zb3VyY2UsXG4gICAgICAgICAgICAgICAgICAgICBsaW5lOiB0aGlzLmxpbmUsXG4gICAgICAgICAgICAgICAgICAgICBjb2x1bW46IHRoaXMuY29sdW1uLFxuICAgICAgICAgICAgICAgICAgICAgbmFtZTogdGhpcy5uYW1lIH0pO1xuICAgICAgfVxuICAgIH1cbiAgfVxufTtcblxuLyoqXG4gKiBMaWtlIGBTdHJpbmcucHJvdG90eXBlLmpvaW5gIGV4Y2VwdCBmb3IgU291cmNlTm9kZXMuIEluc2VydHMgYGFTdHJgIGJldHdlZW5cbiAqIGVhY2ggb2YgYHRoaXMuY2hpbGRyZW5gLlxuICpcbiAqIEBwYXJhbSBhU2VwIFRoZSBzZXBhcmF0b3IuXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLmpvaW4gPSBmdW5jdGlvbiBTb3VyY2VOb2RlX2pvaW4oYVNlcCkge1xuICB2YXIgbmV3Q2hpbGRyZW47XG4gIHZhciBpO1xuICB2YXIgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7XG4gIGlmIChsZW4gPiAwKSB7XG4gICAgbmV3Q2hpbGRyZW4gPSBbXTtcbiAgICBmb3IgKGkgPSAwOyBpIDwgbGVuLTE7IGkrKykge1xuICAgICAgbmV3Q2hpbGRyZW4ucHVzaCh0aGlzLmNoaWxkcmVuW2ldKTtcbiAgICAgIG5ld0NoaWxkcmVuLnB1c2goYVNlcCk7XG4gICAgfVxuICAgIG5ld0NoaWxkcmVuLnB1c2godGhpcy5jaGlsZHJlbltpXSk7XG4gICAgdGhpcy5jaGlsZHJlbiA9IG5ld0NoaWxkcmVuO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBDYWxsIFN0cmluZy5wcm90b3R5cGUucmVwbGFjZSBvbiB0aGUgdmVyeSByaWdodC1tb3N0IHNvdXJjZSBzbmlwcGV0LiBVc2VmdWxcbiAqIGZvciB0cmltbWluZyB3aGl0ZXNwYWNlIGZyb20gdGhlIGVuZCBvZiBhIHNvdXJjZSBub2RlLCBldGMuXG4gKlxuICogQHBhcmFtIGFQYXR0ZXJuIFRoZSBwYXR0ZXJuIHRvIHJlcGxhY2UuXG4gKiBAcGFyYW0gYVJlcGxhY2VtZW50IFRoZSB0aGluZyB0byByZXBsYWNlIHRoZSBwYXR0ZXJuIHdpdGguXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLnJlcGxhY2VSaWdodCA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfcmVwbGFjZVJpZ2h0KGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpIHtcbiAgdmFyIGxhc3RDaGlsZCA9IHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXTtcbiAgaWYgKGxhc3RDaGlsZFtpc1NvdXJjZU5vZGVdKSB7XG4gICAgbGFzdENoaWxkLnJlcGxhY2VSaWdodChhUGF0dGVybiwgYVJlcGxhY2VtZW50KTtcbiAgfVxuICBlbHNlIGlmICh0eXBlb2YgbGFzdENoaWxkID09PSAnc3RyaW5nJykge1xuICAgIHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXSA9IGxhc3RDaGlsZC5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpO1xuICB9XG4gIGVsc2Uge1xuICAgIHRoaXMuY2hpbGRyZW4ucHVzaCgnJy5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogU2V0IHRoZSBzb3VyY2UgY29udGVudCBmb3IgYSBzb3VyY2UgZmlsZS4gVGhpcyB3aWxsIGJlIGFkZGVkIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3JcbiAqIGluIHRoZSBzb3VyY2VzQ29udGVudCBmaWVsZC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgVGhlIGZpbGVuYW1lIG9mIHRoZSBzb3VyY2UgZmlsZVxuICogQHBhcmFtIGFTb3VyY2VDb250ZW50IFRoZSBjb250ZW50IG9mIHRoZSBzb3VyY2UgZmlsZVxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5zZXRTb3VyY2VDb250ZW50ID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHRoaXMuc291cmNlQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhhU291cmNlRmlsZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gIH07XG5cbi8qKlxuICogV2FsayBvdmVyIHRoZSB0cmVlIG9mIFNvdXJjZU5vZGVzLiBUaGUgd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgZm9yIGVhY2hcbiAqIHNvdXJjZSBmaWxlIGNvbnRlbnQgYW5kIGlzIHBhc3NlZCB0aGUgZmlsZW5hbWUgYW5kIHNvdXJjZSBjb250ZW50LlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2Fsa1NvdXJjZUNvbnRlbnRzID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV93YWxrU291cmNlQ29udGVudHMoYUZuKSB7XG4gICAgZm9yICh2YXIgaSA9IDAsIGxlbiA9IHRoaXMuY2hpbGRyZW4ubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgIGlmICh0aGlzLmNoaWxkcmVuW2ldW2lzU291cmNlTm9kZV0pIHtcbiAgICAgICAgdGhpcy5jaGlsZHJlbltpXS53YWxrU291cmNlQ29udGVudHMoYUZuKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgc291cmNlcyA9IE9iamVjdC5rZXlzKHRoaXMuc291cmNlQ29udGVudHMpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBzb3VyY2VzLmxlbmd0aDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICBhRm4odXRpbC5mcm9tU2V0U3RyaW5nKHNvdXJjZXNbaV0pLCB0aGlzLnNvdXJjZUNvbnRlbnRzW3NvdXJjZXNbaV1dKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRoZSBzdHJpbmcgcmVwcmVzZW50YXRpb24gb2YgdGhpcyBzb3VyY2Ugbm9kZS4gV2Fsa3Mgb3ZlciB0aGUgdHJlZVxuICogYW5kIGNvbmNhdGVuYXRlcyBhbGwgdGhlIHZhcmlvdXMgc25pcHBldHMgdG9nZXRoZXIgdG8gb25lIHN0cmluZy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmcgPSBmdW5jdGlvbiBTb3VyY2VOb2RlX3RvU3RyaW5nKCkge1xuICB2YXIgc3RyID0gXCJcIjtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaykge1xuICAgIHN0ciArPSBjaHVuaztcbiAgfSk7XG4gIHJldHVybiBzdHI7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIHN0cmluZyByZXByZXNlbnRhdGlvbiBvZiB0aGlzIHNvdXJjZSBub2RlIGFsb25nIHdpdGggYSBzb3VyY2VcbiAqIG1hcC5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmdXaXRoU291cmNlTWFwID0gZnVuY3Rpb24gU291cmNlTm9kZV90b1N0cmluZ1dpdGhTb3VyY2VNYXAoYUFyZ3MpIHtcbiAgdmFyIGdlbmVyYXRlZCA9IHtcbiAgICBjb2RlOiBcIlwiLFxuICAgIGxpbmU6IDEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHZhciBtYXAgPSBuZXcgU291cmNlTWFwR2VuZXJhdG9yKGFBcmdzKTtcbiAgdmFyIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgdmFyIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxMaW5lID0gbnVsbDtcbiAgdmFyIGxhc3RPcmlnaW5hbENvbHVtbiA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxOYW1lID0gbnVsbDtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaywgb3JpZ2luYWwpIHtcbiAgICBnZW5lcmF0ZWQuY29kZSArPSBjaHVuaztcbiAgICBpZiAob3JpZ2luYWwuc291cmNlICE9PSBudWxsXG4gICAgICAgICYmIG9yaWdpbmFsLmxpbmUgIT09IG51bGxcbiAgICAgICAgJiYgb3JpZ2luYWwuY29sdW1uICE9PSBudWxsKSB7XG4gICAgICBpZihsYXN0T3JpZ2luYWxTb3VyY2UgIT09IG9yaWdpbmFsLnNvdXJjZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsTGluZSAhPT0gb3JpZ2luYWwubGluZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsQ29sdW1uICE9PSBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgIHx8IGxhc3RPcmlnaW5hbE5hbWUgIT09IG9yaWdpbmFsLm5hbWUpIHtcbiAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgIHNvdXJjZTogb3JpZ2luYWwuc291cmNlLFxuICAgICAgICAgIG9yaWdpbmFsOiB7XG4gICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgY29sdW1uOiBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgbGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICAgICAgICBjb2x1bW46IGdlbmVyYXRlZC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIG5hbWU6IG9yaWdpbmFsLm5hbWVcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICBsYXN0T3JpZ2luYWxMaW5lID0gb3JpZ2luYWwubGluZTtcbiAgICAgIGxhc3RPcmlnaW5hbENvbHVtbiA9IG9yaWdpbmFsLmNvbHVtbjtcbiAgICAgIGxhc3RPcmlnaW5hbE5hbWUgPSBvcmlnaW5hbC5uYW1lO1xuICAgICAgc291cmNlTWFwcGluZ0FjdGl2ZSA9IHRydWU7XG4gICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICBtYXAuYWRkTWFwcGluZyh7XG4gICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgIGxpbmU6IGdlbmVyYXRlZC5saW5lLFxuICAgICAgICAgIGNvbHVtbjogZ2VuZXJhdGVkLmNvbHVtblxuICAgICAgICB9XG4gICAgICB9KTtcbiAgICAgIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gICAgICBzb3VyY2VNYXBwaW5nQWN0aXZlID0gZmFsc2U7XG4gICAgfVxuICAgIGZvciAodmFyIGlkeCA9IDAsIGxlbmd0aCA9IGNodW5rLmxlbmd0aDsgaWR4IDwgbGVuZ3RoOyBpZHgrKykge1xuICAgICAgaWYgKGNodW5rLmNoYXJDb2RlQXQoaWR4KSA9PT0gTkVXTElORV9DT0RFKSB7XG4gICAgICAgIGdlbmVyYXRlZC5saW5lKys7XG4gICAgICAgIGdlbmVyYXRlZC5jb2x1bW4gPSAwO1xuICAgICAgICAvLyBNYXBwaW5ncyBlbmQgYXQgZW9sXG4gICAgICAgIGlmIChpZHggKyAxID09PSBsZW5ndGgpIHtcbiAgICAgICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBudWxsO1xuICAgICAgICAgIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgICAgICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgICAgc291cmNlOiBvcmlnaW5hbC5zb3VyY2UsXG4gICAgICAgICAgICBvcmlnaW5hbDoge1xuICAgICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgICBjb2x1bW46IG9yaWdpbmFsLmNvbHVtblxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWQubGluZSxcbiAgICAgICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWQuY29sdW1uXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbmFtZTogb3JpZ2luYWwubmFtZVxuICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBnZW5lcmF0ZWQuY29sdW1uKys7XG4gICAgICB9XG4gICAgfVxuICB9KTtcbiAgdGhpcy53YWxrU291cmNlQ29udGVudHMoZnVuY3Rpb24gKHNvdXJjZUZpbGUsIHNvdXJjZUNvbnRlbnQpIHtcbiAgICBtYXAuc2V0U291cmNlQ29udGVudChzb3VyY2VGaWxlLCBzb3VyY2VDb250ZW50KTtcbiAgfSk7XG5cbiAgcmV0dXJuIHsgY29kZTogZ2VuZXJhdGVkLmNvZGUsIG1hcDogbWFwIH07XG59O1xuXG5leHBvcnRzLlNvdXJjZU5vZGUgPSBTb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW5vZGUuanNcbi8vIG1vZHVsZSBpZCA9IDEwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCJdLCJzb3VyY2VSb290IjoiIn0= \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.js new file mode 100644 index 0000000..4e630e2 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.js @@ -0,0 +1,3090 @@ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define([], factory); + else if(typeof exports === 'object') + exports["sourceMap"] = factory(); + else + root["sourceMap"] = factory(); +})(this, function() { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; + +/******/ // The require function +/******/ function __webpack_require__(moduleId) { + +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; + +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; + +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); + +/******/ // Flag the module as loaded +/******/ module.loaded = true; + +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } + + +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; + +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; + +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; + +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + /* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ + exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; + exports.SourceNode = __webpack_require__(10).SourceNode; + + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var base64VLQ = __webpack_require__(2); + var util = __webpack_require__(4); + var ArraySet = __webpack_require__(5).ArraySet; + var MappingList = __webpack_require__(6).MappingList; + + /** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ + function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; + } + + SourceMapGenerator.prototype._version = 3; + + /** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ + SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + + /** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ + SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + + /** + * Set the source content for a source file. + */ + SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + + /** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ + SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + + /** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ + SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + + /** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ + SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + + SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + + /** + * Externalize the source map. + */ + SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + + /** + * Render the source map being generated to a string. + */ + SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + + exports.SourceMapGenerator = SourceMapGenerator; + + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + + var base64 = __webpack_require__(3); + + // A single base 64 digit can contain 6 bits of data. For the base 64 variable + // length quantities we use in the source map spec, the first bit is the sign, + // the next four bits are the actual value, and the 6th bit is the + // continuation bit. The continuation bit tells us whether there are more + // digits in this value following this digit. + // + // Continuation + // | Sign + // | | + // V V + // 101011 + + var VLQ_BASE_SHIFT = 5; + + // binary: 100000 + var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + + // binary: 011111 + var VLQ_BASE_MASK = VLQ_BASE - 1; + + // binary: 100000 + var VLQ_CONTINUATION_BIT = VLQ_BASE; + + /** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ + function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; + } + + /** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ + function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; + } + + /** + * Returns the base 64 VLQ encoded value. + */ + exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; + }; + + /** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ + exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; + }; + + +/***/ }), +/* 3 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + + /** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ + exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); + }; + + /** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ + exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; + }; + + +/***/ }), +/* 4 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + /** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ + function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } + } + exports.getArg = getArg; + + var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/; + var dataUrlRegexp = /^data:.+\,.+$/; + + function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; + } + exports.urlParse = urlParse; + + function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; + } + exports.urlGenerate = urlGenerate; + + /** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ + function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; + } + exports.normalize = normalize; + + /** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ + function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; + } + exports.join = join; + + exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp); + }; + + /** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ + function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); + } + exports.relative = relative; + + var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); + }()); + + function identity (s) { + return s; + } + + /** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ + function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; + } + exports.toSetString = supportsNullProto ? identity : toSetString; + + function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; + } + exports.fromSetString = supportsNullProto ? identity : fromSetString; + + function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; + } + + /** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ + function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = mappingA.source - mappingB.source; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return mappingA.name - mappingB.name; + } + exports.compareByOriginalPositions = compareByOriginalPositions; + + /** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ + function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = mappingA.source - mappingB.source; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return mappingA.name - mappingB.name; + } + exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + + function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; + } + + /** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ + function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + + +/***/ }), +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var has = Object.prototype.hasOwnProperty; + var hasNativeMap = typeof Map !== "undefined"; + + /** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ + function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); + } + + /** + * Static method for creating ArraySet instances from an existing array. + */ + ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; + }; + + /** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ + ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; + }; + + /** + * Add the given string to this set. + * + * @param String aStr + */ + ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } + }; + + /** + * Is the given string a member of this set? + * + * @param String aStr + */ + ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } + }; + + /** + * What is the index of the given string in the array? + * + * @param String aStr + */ + ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); + }; + + /** + * What is the element at the given index? + * + * @param Number aIdx + */ + ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); + }; + + /** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ + ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); + }; + + exports.ArraySet = ArraySet; + + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + + /** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ + function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; + } + + /** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ + function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; + } + + /** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ + MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + + /** + * Add the given source mapping. + * + * @param Object aMapping + */ + MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } + }; + + /** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ + MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; + }; + + exports.MappingList = MappingList; + + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var binarySearch = __webpack_require__(8); + var ArraySet = __webpack_require__(5).ArraySet; + var base64VLQ = __webpack_require__(2); + var quickSort = __webpack_require__(9).quickSort; + + function SourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap) + : new BasicSourceMapConsumer(sourceMap); + } + + SourceMapConsumer.fromSourceMap = function(aSourceMap) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap); + } + + /** + * The version of the source mapping spec that we are consuming. + */ + SourceMapConsumer.prototype._version = 3; + + // `__generatedMappings` and `__originalMappings` are arrays that hold the + // parsed mapping coordinates from the source map's "mappings" attribute. They + // are lazily instantiated, accessed via the `_generatedMappings` and + // `_originalMappings` getters respectively, and we only parse the mappings + // and create these arrays once queried for a source location. We jump through + // these hoops because there can be many thousands of mappings, and parsing + // them is expensive, so we only want to do it if we must. + // + // Each object in the arrays is of the form: + // + // { + // generatedLine: The line number in the generated code, + // generatedColumn: The column number in the generated code, + // source: The path to the original source file that generated this + // chunk of code, + // originalLine: The line number in the original source that + // corresponds to this chunk of generated code, + // originalColumn: The column number in the original source that + // corresponds to this chunk of generated code, + // name: The name of the original symbol which generated this chunk of + // code. + // } + // + // All properties except for `generatedLine` and `generatedColumn` can be + // `null`. + // + // `_generatedMappings` is ordered by the generated positions. + // + // `_originalMappings` is ordered by the original positions. + + SourceMapConsumer.prototype.__generatedMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } + }); + + SourceMapConsumer.prototype.__originalMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } + }); + + SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + + SourceMapConsumer.GENERATED_ORDER = 1; + SourceMapConsumer.ORIGINAL_ORDER = 2; + + SourceMapConsumer.GREATEST_LOWER_BOUND = 1; + SourceMapConsumer.LEAST_UPPER_BOUND = 2; + + /** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ + SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + if (source != null && sourceRoot != null) { + source = util.join(sourceRoot, source); + } + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + + /** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: Optional. the column number in the original source. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ + SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + if (this.sourceRoot != null) { + needle.source = util.relative(this.sourceRoot, needle.source); + } + if (!this._sources.has(needle.source)) { + return []; + } + needle.source = this._sources.indexOf(needle.source); + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + + exports.SourceMapConsumer = SourceMapConsumer; + + /** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The only parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ + function BasicSourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this.file = file; + } + + BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + + /** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @returns BasicSourceMapConsumer + */ + BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + + /** + * The version of the source mapping spec that we are consuming. + */ + BasicSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._sources.toArray().map(function (s) { + return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s; + }, this); + } + }); + + /** + * Provide the JIT with a nice shape / hidden class. + */ + function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; + } + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + + /** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ + BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + + /** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ + BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. + * - column: The column number in the generated source. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. + * - column: The column number in the original source, or null. + * - name: The original identifier, or null. + */ + BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + if (this.sourceRoot != null) { + source = util.join(this.sourceRoot, source); + } + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + if (this.sourceRoot != null) { + aSource = util.relative(this.sourceRoot, aSource); + } + + if (this._sources.has(aSource)) { + return this.sourcesContent[this._sources.indexOf(aSource)]; + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = aSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + aSource)) { + return this.sourcesContent[this._sources.indexOf("/" + aSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: The column number in the original source. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ + BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + if (this.sourceRoot != null) { + source = util.relative(this.sourceRoot, source); + } + if (!this._sources.has(source)) { + return { + line: null, + column: null, + lastColumn: null + }; + } + source = this._sources.indexOf(source); + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + + exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + + /** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The only parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ + function IndexedSourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map')) + } + }); + } + + IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + + /** + * The version of the source mapping spec that we are consuming. + */ + IndexedSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } + }); + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. + * - column: The column number in the generated source. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. + * - column: The column number in the original source, or null. + * - name: The original identifier, or null. + */ + IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: The column number in the original source. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ + IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + if (section.consumer.sourceRoot !== null) { + source = util.join(section.consumer.sourceRoot, source); + } + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + + exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; + + +/***/ }), +/* 8 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + exports.GREATEST_LOWER_BOUND = 1; + exports.LEAST_UPPER_BOUND = 2; + + /** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ + function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } + } + + /** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ + exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; + }; + + +/***/ }), +/* 9 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + // It turns out that some (most?) JavaScript engines don't self-host + // `Array.prototype.sort`. This makes sense because C++ will likely remain + // faster than JS when doing raw CPU-intensive sorting. However, when using a + // custom comparator function, calling back and forth between the VM's C++ and + // JIT'd JS is rather slow *and* loses JIT type information, resulting in + // worse generated code for the comparator function than would be optimal. In + // fact, when sorting with a comparator, these costs outweigh the benefits of + // sorting in C++. By using our own JS-implemented Quick Sort (below), we get + // a ~3500ms mean speed-up in `bench/bench.html`. + + /** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ + function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; + } + + /** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ + function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); + } + + /** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ + function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } + } + + /** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ + exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); + }; + + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + var util = __webpack_require__(4); + + // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other + // operating systems these days (capturing the result). + var REGEX_NEWLINE = /(\r?\n)/; + + // Newline character code for charCodeAt() comparisons + var NEWLINE_CODE = 10; + + // Private symbol for identifying `SourceNode`s when multiple versions of + // the source-map library are loaded. This MUST NOT CHANGE across + // versions! + var isSourceNode = "$$$isSourceNode$$$"; + + /** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ + function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); + } + + /** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ + SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex]; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex]; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + + /** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } + }; + + /** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ + SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; + }; + + /** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ + SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; + }; + + /** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ + SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + + /** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + + /** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ + SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; + }; + + /** + * Returns the string representation of this source node along with a source + * map. + */ + SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; + }; + + exports.SourceNode = SourceNode; + + +/***/ }) +/******/ ]) +}); +; \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js new file mode 100644 index 0000000..f2a46bd --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js @@ -0,0 +1,2 @@ +!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.sourceMap=n():e.sourceMap=n()}(this,function(){return function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={exports:{},id:t,loaded:!1};return e[t].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var r={};return n.m=e,n.c=r,n.p="",n(0)}([function(e,n,r){n.SourceMapGenerator=r(1).SourceMapGenerator,n.SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t(e){e||(e={}),this._file=i.getArg(e,"file",null),this._sourceRoot=i.getArg(e,"sourceRoot",null),this._skipValidation=i.getArg(e,"skipValidation",!1),this._sources=new s,this._names=new s,this._mappings=new a,this._sourcesContents=null}var o=r(2),i=r(4),s=r(5).ArraySet,a=r(6).MappingList;t.prototype._version=3,t.fromSourceMap=function(e){var n=e.sourceRoot,r=new t({file:e.file,sourceRoot:n});return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=i.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),r.addMapping(t)}),e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&r.setSourceContent(n,t)}),r},t.prototype.addMapping=function(e){var n=i.getArg(e,"generated"),r=i.getArg(e,"original",null),t=i.getArg(e,"source",null),o=i.getArg(e,"name",null);this._skipValidation||this._validateMapping(n,r,t,o),null!=t&&(t=String(t),this._sources.has(t)||this._sources.add(t)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:t,name:o})},t.prototype.setSourceContent=function(e,n){var r=e;null!=this._sourceRoot&&(r=i.relative(this._sourceRoot,r)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},t.prototype.applySourceMap=function(e,n,r){var t=n;if(null==n){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');t=e.file}var o=this._sourceRoot;null!=o&&(t=i.relative(o,t));var a=new s,u=new s;this._mappings.unsortedForEach(function(n){if(n.source===t&&null!=n.originalLine){var s=e.originalPositionFor({line:n.originalLine,column:n.originalColumn});null!=s.source&&(n.source=s.source,null!=r&&(n.source=i.join(r,n.source)),null!=o&&(n.source=i.relative(o,n.source)),n.originalLine=s.line,n.originalColumn=s.column,null!=s.name&&(n.name=s.name))}var l=n.source;null==l||a.has(l)||a.add(l);var c=n.name;null==c||u.has(c)||u.add(c)},this),this._sources=a,this._names=u,e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&(null!=r&&(n=i.join(r,n)),null!=o&&(n=i.relative(o,n)),this.setSourceContent(n,t))},this)},t.prototype._validateMapping=function(e,n,r,t){if(n&&"number"!=typeof n.line&&"number"!=typeof n.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||n||r||t)&&!(e&&"line"in e&&"column"in e&&n&&"line"in n&&"column"in n&&e.line>0&&e.column>=0&&n.line>0&&n.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:n,name:t}))},t.prototype._serializeMappings=function(){for(var e,n,r,t,s=0,a=1,u=0,l=0,c=0,g=0,p="",h=this._mappings.toArray(),f=0,d=h.length;f0){if(!i.compareByGeneratedPositionsInflated(n,h[f-1]))continue;e+=","}e+=o.encode(n.generatedColumn-s),s=n.generatedColumn,null!=n.source&&(t=this._sources.indexOf(n.source),e+=o.encode(t-g),g=t,e+=o.encode(n.originalLine-1-l),l=n.originalLine-1,e+=o.encode(n.originalColumn-u),u=n.originalColumn,null!=n.name&&(r=this._names.indexOf(n.name),e+=o.encode(r-c),c=r)),p+=e}return p},t.prototype._generateSourcesContent=function(e,n){return e.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=i.relative(n,e));var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},t.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},t.prototype.toString=function(){return JSON.stringify(this.toJSON())},n.SourceMapGenerator=t},function(e,n,r){function t(e){return e<0?(-e<<1)+1:(e<<1)+0}function o(e){var n=1===(1&e),r=e>>1;return n?-r:r}var i=r(3),s=5,a=1<>>=s,o>0&&(n|=l),r+=i.encode(n);while(o>0);return r},n.decode=function(e,n,r){var t,a,c=e.length,g=0,p=0;do{if(n>=c)throw new Error("Expected more digits in base 64 VLQ value.");if(a=i.decode(e.charCodeAt(n++)),a===-1)throw new Error("Invalid base64 digit: "+e.charAt(n-1));t=!!(a&l),a&=u,g+=a<=0;c--)s=u[c],"."===s?u.splice(c,1):".."===s?l++:l>0&&(""===s?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return r=u.join("/"),""===r&&(r=a?"/":"."),i?(i.path=r,o(i)):r}function s(e,n){""===e&&(e="."),""===n&&(n=".");var r=t(n),s=t(e);if(s&&(e=s.path||"/"),r&&!r.scheme)return s&&(r.scheme=s.scheme),o(r);if(r||n.match(_))return n;if(s&&!s.host&&!s.path)return s.host=n,o(s);var a="/"===n.charAt(0)?n:i(e.replace(/\/+$/,"")+"/"+n);return s?(s.path=a,o(s)):a}function a(e,n){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==n.indexOf(e+"/");){var t=e.lastIndexOf("/");if(t<0)return n;if(e=e.slice(0,t),e.match(/^([^\/]+:\/)?\/*$/))return n;++r}return Array(r+1).join("../")+n.substr(e.length+1)}function u(e){return e}function l(e){return g(e)?"$"+e:e}function c(e){return g(e)?e.slice(1):e}function g(e){if(!e)return!1;var n=e.length;if(n<9)return!1;if(95!==e.charCodeAt(n-1)||95!==e.charCodeAt(n-2)||111!==e.charCodeAt(n-3)||116!==e.charCodeAt(n-4)||111!==e.charCodeAt(n-5)||114!==e.charCodeAt(n-6)||112!==e.charCodeAt(n-7)||95!==e.charCodeAt(n-8)||95!==e.charCodeAt(n-9))return!1;for(var r=n-10;r>=0;r--)if(36!==e.charCodeAt(r))return!1;return!0}function p(e,n,r){var t=e.source-n.source;return 0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t||r?t:(t=e.generatedColumn-n.generatedColumn,0!==t?t:(t=e.generatedLine-n.generatedLine,0!==t?t:e.name-n.name))))}function h(e,n,r){var t=e.generatedLine-n.generatedLine;return 0!==t?t:(t=e.generatedColumn-n.generatedColumn,0!==t||r?t:(t=e.source-n.source,0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t?t:e.name-n.name))))}function f(e,n){return e===n?0:e>n?1:-1}function d(e,n){var r=e.generatedLine-n.generatedLine;return 0!==r?r:(r=e.generatedColumn-n.generatedColumn,0!==r?r:(r=f(e.source,n.source),0!==r?r:(r=e.originalLine-n.originalLine,0!==r?r:(r=e.originalColumn-n.originalColumn,0!==r?r:f(e.name,n.name)))))}n.getArg=r;var m=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/,_=/^data:.+\,.+$/;n.urlParse=t,n.urlGenerate=o,n.normalize=i,n.join=s,n.isAbsolute=function(e){return"/"===e.charAt(0)||!!e.match(m)},n.relative=a;var v=function(){var e=Object.create(null);return!("__proto__"in e)}();n.toSetString=v?u:l,n.fromSetString=v?u:c,n.compareByOriginalPositions=p,n.compareByGeneratedPositionsDeflated=h,n.compareByGeneratedPositionsInflated=d},function(e,n,r){function t(){this._array=[],this._set=s?new Map:Object.create(null)}var o=r(4),i=Object.prototype.hasOwnProperty,s="undefined"!=typeof Map;t.fromArray=function(e,n){for(var r=new t,o=0,i=e.length;o=0)return n}else{var r=o.toSetString(e);if(i.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},t.prototype.at=function(e){if(e>=0&&er||t==r&&s>=o||i.compareByGeneratedPositionsInflated(e,n)<=0}function o(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}var i=r(4);o.prototype.unsortedForEach=function(e,n){this._array.forEach(e,n)},o.prototype.add=function(e){t(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},o.prototype.toArray=function(){return this._sorted||(this._array.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},n.MappingList=o},function(e,n,r){function t(e){var n=e;return"string"==typeof e&&(n=JSON.parse(e.replace(/^\)\]\}'/,""))),null!=n.sections?new s(n):new o(n)}function o(e){var n=e;"string"==typeof e&&(n=JSON.parse(e.replace(/^\)\]\}'/,"")));var r=a.getArg(n,"version"),t=a.getArg(n,"sources"),o=a.getArg(n,"names",[]),i=a.getArg(n,"sourceRoot",null),s=a.getArg(n,"sourcesContent",null),u=a.getArg(n,"mappings"),c=a.getArg(n,"file",null);if(r!=this._version)throw new Error("Unsupported version: "+r);t=t.map(String).map(a.normalize).map(function(e){return i&&a.isAbsolute(i)&&a.isAbsolute(e)?a.relative(i,e):e}),this._names=l.fromArray(o.map(String),!0),this._sources=l.fromArray(t,!0),this.sourceRoot=i,this.sourcesContent=s,this._mappings=u,this.file=c}function i(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function s(e){var n=e;"string"==typeof e&&(n=JSON.parse(e.replace(/^\)\]\}'/,"")));var r=a.getArg(n,"version"),o=a.getArg(n,"sections");if(r!=this._version)throw new Error("Unsupported version: "+r);this._sources=new l,this._names=new l;var i={line:-1,column:0};this._sections=o.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var n=a.getArg(e,"offset"),r=a.getArg(n,"line"),o=a.getArg(n,"column");if(r=0){var i=this._originalMappings[o];if(void 0===e.column)for(var s=i.originalLine;i&&i.originalLine===s;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o];else for(var l=i.originalColumn;i&&i.originalLine===n&&i.originalColumn==l;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o]}return t},n.SourceMapConsumer=t,o.prototype=Object.create(t.prototype),o.prototype.consumer=t,o.fromSourceMap=function(e){var n=Object.create(o.prototype),r=n._names=l.fromArray(e._names.toArray(),!0),t=n._sources=l.fromArray(e._sources.toArray(),!0);n.sourceRoot=e._sourceRoot,n.sourcesContent=e._generateSourcesContent(n._sources.toArray(),n.sourceRoot),n.file=e._file;for(var s=e._mappings.toArray().slice(),u=n.__generatedMappings=[],c=n.__originalMappings=[],p=0,h=s.length;p1&&(r.source=d+o[1],d+=o[1],r.originalLine=h+o[2],h=r.originalLine,r.originalLine+=1,r.originalColumn=f+o[3],f=r.originalColumn,o.length>4&&(r.name=m+o[4],m+=o[4])),S.push(r),"number"==typeof r.originalLine&&A.push(r)}g(S,a.compareByGeneratedPositionsDeflated),this.__generatedMappings=S,g(A,a.compareByOriginalPositions),this.__originalMappings=A},o.prototype._findMapping=function(e,n,r,t,o,i){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[t]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[t]);return u.search(e,n,o,i)},o.prototype.computeColumnSpans=function(){for(var e=0;e=0){var o=this._generatedMappings[r];if(o.generatedLine===n.generatedLine){var i=a.getArg(o,"source",null);null!==i&&(i=this._sources.at(i),null!=this.sourceRoot&&(i=a.join(this.sourceRoot,i)));var s=a.getArg(o,"name",null);return null!==s&&(s=this._names.at(s)),{source:i,line:a.getArg(o,"originalLine",null),column:a.getArg(o,"originalColumn",null),name:s}}}return{source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},o.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;if(null!=this.sourceRoot&&(e=a.relative(this.sourceRoot,e)),this._sources.has(e))return this.sourcesContent[this._sources.indexOf(e)];var r;if(null!=this.sourceRoot&&(r=a.urlParse(this.sourceRoot))){var t=e.replace(/^file:\/\//,"");if("file"==r.scheme&&this._sources.has(t))return this.sourcesContent[this._sources.indexOf(t)];if((!r.path||"/"==r.path)&&this._sources.has("/"+e))return this.sourcesContent[this._sources.indexOf("/"+e)]}if(n)return null;throw new Error('"'+e+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(e){var n=a.getArg(e,"source");if(null!=this.sourceRoot&&(n=a.relative(this.sourceRoot,n)),!this._sources.has(n))return{line:null,column:null,lastColumn:null};n=this._sources.indexOf(n);var r={source:n,originalLine:a.getArg(e,"line"),originalColumn:a.getArg(e,"column")},o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(o>=0){var i=this._originalMappings[o];if(i.source===r.source)return{line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},n.BasicSourceMapConsumer=o,s.prototype=Object.create(t.prototype),s.prototype.constructor=t,s.prototype._version=3,Object.defineProperty(s.prototype,"sources",{get:function(){for(var e=[],n=0;n0?t-u>1?r(u,t,o,i,s,a):a==n.LEAST_UPPER_BOUND?t1?r(e,u,o,i,s,a):a==n.LEAST_UPPER_BOUND?u:e<0?-1:e}n.GREATEST_LOWER_BOUND=1,n.LEAST_UPPER_BOUND=2,n.search=function(e,t,o,i){if(0===t.length)return-1;var s=r(-1,t.length,e,t,o,i||n.GREATEST_LOWER_BOUND);if(s<0)return-1;for(;s-1>=0&&0===o(t[s],t[s-1],!0);)--s;return s}},function(e,n){function r(e,n,r){var t=e[n];e[n]=e[r],e[r]=t}function t(e,n){return Math.round(e+Math.random()*(n-e))}function o(e,n,i,s){if(i=0;n--)this.prepend(e[n]);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},t.prototype.walk=function(e){for(var n,r=0,t=this.children.length;r0){for(n=[],r=0;r 0 && aGenerated.column >= 0\n\t && !aOriginal && !aSource && !aName) {\n\t // Case 1.\n\t return;\n\t }\n\t else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && aOriginal.line > 0 && aOriginal.column >= 0\n\t && aSource) {\n\t // Cases 2 and 3.\n\t return;\n\t }\n\t else {\n\t throw new Error('Invalid mapping: ' + JSON.stringify({\n\t generated: aGenerated,\n\t source: aSource,\n\t original: aOriginal,\n\t name: aName\n\t }));\n\t }\n\t };\n\t\n\t/**\n\t * Serialize the accumulated mappings in to the stream of base 64 VLQs\n\t * specified by the source map format.\n\t */\n\tSourceMapGenerator.prototype._serializeMappings =\n\t function SourceMapGenerator_serializeMappings() {\n\t var previousGeneratedColumn = 0;\n\t var previousGeneratedLine = 1;\n\t var previousOriginalColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousName = 0;\n\t var previousSource = 0;\n\t var result = '';\n\t var next;\n\t var mapping;\n\t var nameIdx;\n\t var sourceIdx;\n\t\n\t var mappings = this._mappings.toArray();\n\t for (var i = 0, len = mappings.length; i < len; i++) {\n\t mapping = mappings[i];\n\t next = ''\n\t\n\t if (mapping.generatedLine !== previousGeneratedLine) {\n\t previousGeneratedColumn = 0;\n\t while (mapping.generatedLine !== previousGeneratedLine) {\n\t next += ';';\n\t previousGeneratedLine++;\n\t }\n\t }\n\t else {\n\t if (i > 0) {\n\t if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n\t continue;\n\t }\n\t next += ',';\n\t }\n\t }\n\t\n\t next += base64VLQ.encode(mapping.generatedColumn\n\t - previousGeneratedColumn);\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (mapping.source != null) {\n\t sourceIdx = this._sources.indexOf(mapping.source);\n\t next += base64VLQ.encode(sourceIdx - previousSource);\n\t previousSource = sourceIdx;\n\t\n\t // lines are stored 0-based in SourceMap spec version 3\n\t next += base64VLQ.encode(mapping.originalLine - 1\n\t - previousOriginalLine);\n\t previousOriginalLine = mapping.originalLine - 1;\n\t\n\t next += base64VLQ.encode(mapping.originalColumn\n\t - previousOriginalColumn);\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (mapping.name != null) {\n\t nameIdx = this._names.indexOf(mapping.name);\n\t next += base64VLQ.encode(nameIdx - previousName);\n\t previousName = nameIdx;\n\t }\n\t }\n\t\n\t result += next;\n\t }\n\t\n\t return result;\n\t };\n\t\n\tSourceMapGenerator.prototype._generateSourcesContent =\n\t function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n\t return aSources.map(function (source) {\n\t if (!this._sourcesContents) {\n\t return null;\n\t }\n\t if (aSourceRoot != null) {\n\t source = util.relative(aSourceRoot, source);\n\t }\n\t var key = util.toSetString(source);\n\t return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n\t ? this._sourcesContents[key]\n\t : null;\n\t }, this);\n\t };\n\t\n\t/**\n\t * Externalize the source map.\n\t */\n\tSourceMapGenerator.prototype.toJSON =\n\t function SourceMapGenerator_toJSON() {\n\t var map = {\n\t version: this._version,\n\t sources: this._sources.toArray(),\n\t names: this._names.toArray(),\n\t mappings: this._serializeMappings()\n\t };\n\t if (this._file != null) {\n\t map.file = this._file;\n\t }\n\t if (this._sourceRoot != null) {\n\t map.sourceRoot = this._sourceRoot;\n\t }\n\t if (this._sourcesContents) {\n\t map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n\t }\n\t\n\t return map;\n\t };\n\t\n\t/**\n\t * Render the source map being generated to a string.\n\t */\n\tSourceMapGenerator.prototype.toString =\n\t function SourceMapGenerator_toString() {\n\t return JSON.stringify(this.toJSON());\n\t };\n\t\n\texports.SourceMapGenerator = SourceMapGenerator;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t *\n\t * Based on the Base 64 VLQ implementation in Closure Compiler:\n\t * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n\t *\n\t * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n\t * Redistribution and use in source and binary forms, with or without\n\t * modification, are permitted provided that the following conditions are\n\t * met:\n\t *\n\t * * Redistributions of source code must retain the above copyright\n\t * notice, this list of conditions and the following disclaimer.\n\t * * Redistributions in binary form must reproduce the above\n\t * copyright notice, this list of conditions and the following\n\t * disclaimer in the documentation and/or other materials provided\n\t * with the distribution.\n\t * * Neither the name of Google Inc. nor the names of its\n\t * contributors may be used to endorse or promote products derived\n\t * from this software without specific prior written permission.\n\t *\n\t * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\t * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\t * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\t * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\t * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\t * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\t * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\t * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\t * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\t * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\t */\n\t\n\tvar base64 = __webpack_require__(3);\n\t\n\t// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n\t// length quantities we use in the source map spec, the first bit is the sign,\n\t// the next four bits are the actual value, and the 6th bit is the\n\t// continuation bit. The continuation bit tells us whether there are more\n\t// digits in this value following this digit.\n\t//\n\t// Continuation\n\t// | Sign\n\t// | |\n\t// V V\n\t// 101011\n\t\n\tvar VLQ_BASE_SHIFT = 5;\n\t\n\t// binary: 100000\n\tvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\t\n\t// binary: 011111\n\tvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\t\n\t// binary: 100000\n\tvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\t\n\t/**\n\t * Converts from a two-complement value to a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n\t */\n\tfunction toVLQSigned(aValue) {\n\t return aValue < 0\n\t ? ((-aValue) << 1) + 1\n\t : (aValue << 1) + 0;\n\t}\n\t\n\t/**\n\t * Converts to a two-complement value from a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n\t * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n\t */\n\tfunction fromVLQSigned(aValue) {\n\t var isNegative = (aValue & 1) === 1;\n\t var shifted = aValue >> 1;\n\t return isNegative\n\t ? -shifted\n\t : shifted;\n\t}\n\t\n\t/**\n\t * Returns the base 64 VLQ encoded value.\n\t */\n\texports.encode = function base64VLQ_encode(aValue) {\n\t var encoded = \"\";\n\t var digit;\n\t\n\t var vlq = toVLQSigned(aValue);\n\t\n\t do {\n\t digit = vlq & VLQ_BASE_MASK;\n\t vlq >>>= VLQ_BASE_SHIFT;\n\t if (vlq > 0) {\n\t // There are still more digits in this value, so we must make sure the\n\t // continuation bit is marked.\n\t digit |= VLQ_CONTINUATION_BIT;\n\t }\n\t encoded += base64.encode(digit);\n\t } while (vlq > 0);\n\t\n\t return encoded;\n\t};\n\t\n\t/**\n\t * Decodes the next base 64 VLQ value from the given string and returns the\n\t * value and the rest of the string via the out parameter.\n\t */\n\texports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n\t var strLen = aStr.length;\n\t var result = 0;\n\t var shift = 0;\n\t var continuation, digit;\n\t\n\t do {\n\t if (aIndex >= strLen) {\n\t throw new Error(\"Expected more digits in base 64 VLQ value.\");\n\t }\n\t\n\t digit = base64.decode(aStr.charCodeAt(aIndex++));\n\t if (digit === -1) {\n\t throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n\t }\n\t\n\t continuation = !!(digit & VLQ_CONTINUATION_BIT);\n\t digit &= VLQ_BASE_MASK;\n\t result = result + (digit << shift);\n\t shift += VLQ_BASE_SHIFT;\n\t } while (continuation);\n\t\n\t aOutParam.value = fromVLQSigned(result);\n\t aOutParam.rest = aIndex;\n\t};\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\t\n\t/**\n\t * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n\t */\n\texports.encode = function (number) {\n\t if (0 <= number && number < intToCharMap.length) {\n\t return intToCharMap[number];\n\t }\n\t throw new TypeError(\"Must be between 0 and 63: \" + number);\n\t};\n\t\n\t/**\n\t * Decode a single base 64 character code digit to an integer. Returns -1 on\n\t * failure.\n\t */\n\texports.decode = function (charCode) {\n\t var bigA = 65; // 'A'\n\t var bigZ = 90; // 'Z'\n\t\n\t var littleA = 97; // 'a'\n\t var littleZ = 122; // 'z'\n\t\n\t var zero = 48; // '0'\n\t var nine = 57; // '9'\n\t\n\t var plus = 43; // '+'\n\t var slash = 47; // '/'\n\t\n\t var littleOffset = 26;\n\t var numberOffset = 52;\n\t\n\t // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\t if (bigA <= charCode && charCode <= bigZ) {\n\t return (charCode - bigA);\n\t }\n\t\n\t // 26 - 51: abcdefghijklmnopqrstuvwxyz\n\t if (littleA <= charCode && charCode <= littleZ) {\n\t return (charCode - littleA + littleOffset);\n\t }\n\t\n\t // 52 - 61: 0123456789\n\t if (zero <= charCode && charCode <= nine) {\n\t return (charCode - zero + numberOffset);\n\t }\n\t\n\t // 62: +\n\t if (charCode == plus) {\n\t return 62;\n\t }\n\t\n\t // 63: /\n\t if (charCode == slash) {\n\t return 63;\n\t }\n\t\n\t // Invalid base64 digit.\n\t return -1;\n\t};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t/**\n\t * This is a helper function for getting values from parameter/options\n\t * objects.\n\t *\n\t * @param args The object we are extracting values from\n\t * @param name The name of the property we are getting.\n\t * @param defaultValue An optional value to return if the property is missing\n\t * from the object. If this is not specified and the property is missing, an\n\t * error will be thrown.\n\t */\n\tfunction getArg(aArgs, aName, aDefaultValue) {\n\t if (aName in aArgs) {\n\t return aArgs[aName];\n\t } else if (arguments.length === 3) {\n\t return aDefaultValue;\n\t } else {\n\t throw new Error('\"' + aName + '\" is a required argument.');\n\t }\n\t}\n\texports.getArg = getArg;\n\t\n\tvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.]*)(?::(\\d+))?(\\S*)$/;\n\tvar dataUrlRegexp = /^data:.+\\,.+$/;\n\t\n\tfunction urlParse(aUrl) {\n\t var match = aUrl.match(urlRegexp);\n\t if (!match) {\n\t return null;\n\t }\n\t return {\n\t scheme: match[1],\n\t auth: match[2],\n\t host: match[3],\n\t port: match[4],\n\t path: match[5]\n\t };\n\t}\n\texports.urlParse = urlParse;\n\t\n\tfunction urlGenerate(aParsedUrl) {\n\t var url = '';\n\t if (aParsedUrl.scheme) {\n\t url += aParsedUrl.scheme + ':';\n\t }\n\t url += '//';\n\t if (aParsedUrl.auth) {\n\t url += aParsedUrl.auth + '@';\n\t }\n\t if (aParsedUrl.host) {\n\t url += aParsedUrl.host;\n\t }\n\t if (aParsedUrl.port) {\n\t url += \":\" + aParsedUrl.port\n\t }\n\t if (aParsedUrl.path) {\n\t url += aParsedUrl.path;\n\t }\n\t return url;\n\t}\n\texports.urlGenerate = urlGenerate;\n\t\n\t/**\n\t * Normalizes a path, or the path portion of a URL:\n\t *\n\t * - Replaces consecutive slashes with one slash.\n\t * - Removes unnecessary '.' parts.\n\t * - Removes unnecessary '/..' parts.\n\t *\n\t * Based on code in the Node.js 'path' core module.\n\t *\n\t * @param aPath The path or url to normalize.\n\t */\n\tfunction normalize(aPath) {\n\t var path = aPath;\n\t var url = urlParse(aPath);\n\t if (url) {\n\t if (!url.path) {\n\t return aPath;\n\t }\n\t path = url.path;\n\t }\n\t var isAbsolute = exports.isAbsolute(path);\n\t\n\t var parts = path.split(/\\/+/);\n\t for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n\t part = parts[i];\n\t if (part === '.') {\n\t parts.splice(i, 1);\n\t } else if (part === '..') {\n\t up++;\n\t } else if (up > 0) {\n\t if (part === '') {\n\t // The first part is blank if the path is absolute. Trying to go\n\t // above the root is a no-op. Therefore we can remove all '..' parts\n\t // directly after the root.\n\t parts.splice(i + 1, up);\n\t up = 0;\n\t } else {\n\t parts.splice(i, 2);\n\t up--;\n\t }\n\t }\n\t }\n\t path = parts.join('/');\n\t\n\t if (path === '') {\n\t path = isAbsolute ? '/' : '.';\n\t }\n\t\n\t if (url) {\n\t url.path = path;\n\t return urlGenerate(url);\n\t }\n\t return path;\n\t}\n\texports.normalize = normalize;\n\t\n\t/**\n\t * Joins two paths/URLs.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be joined with the root.\n\t *\n\t * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n\t * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n\t * first.\n\t * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n\t * is updated with the result and aRoot is returned. Otherwise the result\n\t * is returned.\n\t * - If aPath is absolute, the result is aPath.\n\t * - Otherwise the two paths are joined with a slash.\n\t * - Joining for example 'http://' and 'www.example.com' is also supported.\n\t */\n\tfunction join(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t if (aPath === \"\") {\n\t aPath = \".\";\n\t }\n\t var aPathUrl = urlParse(aPath);\n\t var aRootUrl = urlParse(aRoot);\n\t if (aRootUrl) {\n\t aRoot = aRootUrl.path || '/';\n\t }\n\t\n\t // `join(foo, '//www.example.org')`\n\t if (aPathUrl && !aPathUrl.scheme) {\n\t if (aRootUrl) {\n\t aPathUrl.scheme = aRootUrl.scheme;\n\t }\n\t return urlGenerate(aPathUrl);\n\t }\n\t\n\t if (aPathUrl || aPath.match(dataUrlRegexp)) {\n\t return aPath;\n\t }\n\t\n\t // `join('http://', 'www.example.com')`\n\t if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n\t aRootUrl.host = aPath;\n\t return urlGenerate(aRootUrl);\n\t }\n\t\n\t var joined = aPath.charAt(0) === '/'\n\t ? aPath\n\t : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\t\n\t if (aRootUrl) {\n\t aRootUrl.path = joined;\n\t return urlGenerate(aRootUrl);\n\t }\n\t return joined;\n\t}\n\texports.join = join;\n\t\n\texports.isAbsolute = function (aPath) {\n\t return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp);\n\t};\n\t\n\t/**\n\t * Make a path relative to a URL or another path.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be made relative to aRoot.\n\t */\n\tfunction relative(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t\n\t aRoot = aRoot.replace(/\\/$/, '');\n\t\n\t // It is possible for the path to be above the root. In this case, simply\n\t // checking whether the root is a prefix of the path won't work. Instead, we\n\t // need to remove components from the root one by one, until either we find\n\t // a prefix that fits, or we run out of components to remove.\n\t var level = 0;\n\t while (aPath.indexOf(aRoot + '/') !== 0) {\n\t var index = aRoot.lastIndexOf(\"/\");\n\t if (index < 0) {\n\t return aPath;\n\t }\n\t\n\t // If the only part of the root that is left is the scheme (i.e. http://,\n\t // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n\t // have exhausted all components, so the path is not relative to the root.\n\t aRoot = aRoot.slice(0, index);\n\t if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n\t return aPath;\n\t }\n\t\n\t ++level;\n\t }\n\t\n\t // Make sure we add a \"../\" for each component we removed from the root.\n\t return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n\t}\n\texports.relative = relative;\n\t\n\tvar supportsNullProto = (function () {\n\t var obj = Object.create(null);\n\t return !('__proto__' in obj);\n\t}());\n\t\n\tfunction identity (s) {\n\t return s;\n\t}\n\t\n\t/**\n\t * Because behavior goes wacky when you set `__proto__` on objects, we\n\t * have to prefix all the strings in our set with an arbitrary character.\n\t *\n\t * See https://github.com/mozilla/source-map/pull/31 and\n\t * https://github.com/mozilla/source-map/issues/30\n\t *\n\t * @param String aStr\n\t */\n\tfunction toSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return '$' + aStr;\n\t }\n\t\n\t return aStr;\n\t}\n\texports.toSetString = supportsNullProto ? identity : toSetString;\n\t\n\tfunction fromSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return aStr.slice(1);\n\t }\n\t\n\t return aStr;\n\t}\n\texports.fromSetString = supportsNullProto ? identity : fromSetString;\n\t\n\tfunction isProtoString(s) {\n\t if (!s) {\n\t return false;\n\t }\n\t\n\t var length = s.length;\n\t\n\t if (length < 9 /* \"__proto__\".length */) {\n\t return false;\n\t }\n\t\n\t if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n\t s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n\t s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n\t s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 9) !== 95 /* '_' */) {\n\t return false;\n\t }\n\t\n\t for (var i = length - 10; i >= 0; i--) {\n\t if (s.charCodeAt(i) !== 36 /* '$' */) {\n\t return false;\n\t }\n\t }\n\t\n\t return true;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings where the original positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same original source/line/column, but different generated\n\t * line and column the same. Useful when searching for a mapping with a\n\t * stubbed out mapping.\n\t */\n\tfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n\t var cmp = mappingA.source - mappingB.source;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0 || onlyCompareOriginal) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return mappingA.name - mappingB.name;\n\t}\n\texports.compareByOriginalPositions = compareByOriginalPositions;\n\t\n\t/**\n\t * Comparator between two mappings with deflated source and name indices where\n\t * the generated positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same generated line and column, but different\n\t * source/name/original line and column the same. Useful when searching for a\n\t * mapping with a stubbed out mapping.\n\t */\n\tfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0 || onlyCompareGenerated) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.source - mappingB.source;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return mappingA.name - mappingB.name;\n\t}\n\texports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\t\n\tfunction strcmp(aStr1, aStr2) {\n\t if (aStr1 === aStr2) {\n\t return 0;\n\t }\n\t\n\t if (aStr1 > aStr2) {\n\t return 1;\n\t }\n\t\n\t return -1;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings with inflated source and name strings where\n\t * the generated positions are compared.\n\t */\n\tfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar hasNativeMap = typeof Map !== \"undefined\";\n\t\n\t/**\n\t * A data structure which is a combination of an array and a set. Adding a new\n\t * member is O(1), testing for membership is O(1), and finding the index of an\n\t * element is O(1). Removing elements from the set is not supported. Only\n\t * strings are supported for membership.\n\t */\n\tfunction ArraySet() {\n\t this._array = [];\n\t this._set = hasNativeMap ? new Map() : Object.create(null);\n\t}\n\t\n\t/**\n\t * Static method for creating ArraySet instances from an existing array.\n\t */\n\tArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n\t var set = new ArraySet();\n\t for (var i = 0, len = aArray.length; i < len; i++) {\n\t set.add(aArray[i], aAllowDuplicates);\n\t }\n\t return set;\n\t};\n\t\n\t/**\n\t * Return how many unique items are in this ArraySet. If duplicates have been\n\t * added, than those do not count towards the size.\n\t *\n\t * @returns Number\n\t */\n\tArraySet.prototype.size = function ArraySet_size() {\n\t return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n\t};\n\t\n\t/**\n\t * Add the given string to this set.\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n\t var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n\t var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n\t var idx = this._array.length;\n\t if (!isDuplicate || aAllowDuplicates) {\n\t this._array.push(aStr);\n\t }\n\t if (!isDuplicate) {\n\t if (hasNativeMap) {\n\t this._set.set(aStr, idx);\n\t } else {\n\t this._set[sStr] = idx;\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Is the given string a member of this set?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.has = function ArraySet_has(aStr) {\n\t if (hasNativeMap) {\n\t return this._set.has(aStr);\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t return has.call(this._set, sStr);\n\t }\n\t};\n\t\n\t/**\n\t * What is the index of the given string in the array?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n\t if (hasNativeMap) {\n\t var idx = this._set.get(aStr);\n\t if (idx >= 0) {\n\t return idx;\n\t }\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t if (has.call(this._set, sStr)) {\n\t return this._set[sStr];\n\t }\n\t }\n\t\n\t throw new Error('\"' + aStr + '\" is not in the set.');\n\t};\n\t\n\t/**\n\t * What is the element at the given index?\n\t *\n\t * @param Number aIdx\n\t */\n\tArraySet.prototype.at = function ArraySet_at(aIdx) {\n\t if (aIdx >= 0 && aIdx < this._array.length) {\n\t return this._array[aIdx];\n\t }\n\t throw new Error('No element indexed by ' + aIdx);\n\t};\n\t\n\t/**\n\t * Returns the array representation of this set (which has the proper indices\n\t * indicated by indexOf). Note that this is a copy of the internal array used\n\t * for storing the members so that no one can mess with internal state.\n\t */\n\tArraySet.prototype.toArray = function ArraySet_toArray() {\n\t return this._array.slice();\n\t};\n\t\n\texports.ArraySet = ArraySet;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2014 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\t\n\t/**\n\t * Determine whether mappingB is after mappingA with respect to generated\n\t * position.\n\t */\n\tfunction generatedPositionAfter(mappingA, mappingB) {\n\t // Optimized for most common case\n\t var lineA = mappingA.generatedLine;\n\t var lineB = mappingB.generatedLine;\n\t var columnA = mappingA.generatedColumn;\n\t var columnB = mappingB.generatedColumn;\n\t return lineB > lineA || lineB == lineA && columnB >= columnA ||\n\t util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n\t}\n\t\n\t/**\n\t * A data structure to provide a sorted view of accumulated mappings in a\n\t * performance conscious manner. It trades a neglibable overhead in general\n\t * case for a large speedup in case of mappings being added in order.\n\t */\n\tfunction MappingList() {\n\t this._array = [];\n\t this._sorted = true;\n\t // Serves as infimum\n\t this._last = {generatedLine: -1, generatedColumn: 0};\n\t}\n\t\n\t/**\n\t * Iterate through internal items. This method takes the same arguments that\n\t * `Array.prototype.forEach` takes.\n\t *\n\t * NOTE: The order of the mappings is NOT guaranteed.\n\t */\n\tMappingList.prototype.unsortedForEach =\n\t function MappingList_forEach(aCallback, aThisArg) {\n\t this._array.forEach(aCallback, aThisArg);\n\t };\n\t\n\t/**\n\t * Add the given source mapping.\n\t *\n\t * @param Object aMapping\n\t */\n\tMappingList.prototype.add = function MappingList_add(aMapping) {\n\t if (generatedPositionAfter(this._last, aMapping)) {\n\t this._last = aMapping;\n\t this._array.push(aMapping);\n\t } else {\n\t this._sorted = false;\n\t this._array.push(aMapping);\n\t }\n\t};\n\t\n\t/**\n\t * Returns the flat, sorted array of mappings. The mappings are sorted by\n\t * generated position.\n\t *\n\t * WARNING: This method returns internal data without copying, for\n\t * performance. The return value must NOT be mutated, and should be treated as\n\t * an immutable borrow. If you want to take ownership, you must make your own\n\t * copy.\n\t */\n\tMappingList.prototype.toArray = function MappingList_toArray() {\n\t if (!this._sorted) {\n\t this._array.sort(util.compareByGeneratedPositionsInflated);\n\t this._sorted = true;\n\t }\n\t return this._array;\n\t};\n\t\n\texports.MappingList = MappingList;\n\n\n/***/ }),\n/* 7 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar binarySearch = __webpack_require__(8);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar base64VLQ = __webpack_require__(2);\n\tvar quickSort = __webpack_require__(9).quickSort;\n\t\n\tfunction SourceMapConsumer(aSourceMap) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n\t }\n\t\n\t return sourceMap.sections != null\n\t ? new IndexedSourceMapConsumer(sourceMap)\n\t : new BasicSourceMapConsumer(sourceMap);\n\t}\n\t\n\tSourceMapConsumer.fromSourceMap = function(aSourceMap) {\n\t return BasicSourceMapConsumer.fromSourceMap(aSourceMap);\n\t}\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tSourceMapConsumer.prototype._version = 3;\n\t\n\t// `__generatedMappings` and `__originalMappings` are arrays that hold the\n\t// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n\t// are lazily instantiated, accessed via the `_generatedMappings` and\n\t// `_originalMappings` getters respectively, and we only parse the mappings\n\t// and create these arrays once queried for a source location. We jump through\n\t// these hoops because there can be many thousands of mappings, and parsing\n\t// them is expensive, so we only want to do it if we must.\n\t//\n\t// Each object in the arrays is of the form:\n\t//\n\t// {\n\t// generatedLine: The line number in the generated code,\n\t// generatedColumn: The column number in the generated code,\n\t// source: The path to the original source file that generated this\n\t// chunk of code,\n\t// originalLine: The line number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// originalColumn: The column number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// name: The name of the original symbol which generated this chunk of\n\t// code.\n\t// }\n\t//\n\t// All properties except for `generatedLine` and `generatedColumn` can be\n\t// `null`.\n\t//\n\t// `_generatedMappings` is ordered by the generated positions.\n\t//\n\t// `_originalMappings` is ordered by the original positions.\n\t\n\tSourceMapConsumer.prototype.__generatedMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n\t get: function () {\n\t if (!this.__generatedMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__generatedMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype.__originalMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n\t get: function () {\n\t if (!this.__originalMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__originalMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype._charIsMappingSeparator =\n\t function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n\t var c = aStr.charAt(index);\n\t return c === \";\" || c === \",\";\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t throw new Error(\"Subclasses must implement _parseMappings\");\n\t };\n\t\n\tSourceMapConsumer.GENERATED_ORDER = 1;\n\tSourceMapConsumer.ORIGINAL_ORDER = 2;\n\t\n\tSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\n\tSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Iterate over each mapping between an original source/line/column and a\n\t * generated line/column in this source map.\n\t *\n\t * @param Function aCallback\n\t * The function that is called with each mapping.\n\t * @param Object aContext\n\t * Optional. If specified, this object will be the value of `this` every\n\t * time that `aCallback` is called.\n\t * @param aOrder\n\t * Either `SourceMapConsumer.GENERATED_ORDER` or\n\t * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n\t * iterate over the mappings sorted by the generated file's line/column\n\t * order or the original's source/line/column order, respectively. Defaults to\n\t * `SourceMapConsumer.GENERATED_ORDER`.\n\t */\n\tSourceMapConsumer.prototype.eachMapping =\n\t function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n\t var context = aContext || null;\n\t var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\t\n\t var mappings;\n\t switch (order) {\n\t case SourceMapConsumer.GENERATED_ORDER:\n\t mappings = this._generatedMappings;\n\t break;\n\t case SourceMapConsumer.ORIGINAL_ORDER:\n\t mappings = this._originalMappings;\n\t break;\n\t default:\n\t throw new Error(\"Unknown order of iteration.\");\n\t }\n\t\n\t var sourceRoot = this.sourceRoot;\n\t mappings.map(function (mapping) {\n\t var source = mapping.source === null ? null : this._sources.at(mapping.source);\n\t if (source != null && sourceRoot != null) {\n\t source = util.join(sourceRoot, source);\n\t }\n\t return {\n\t source: source,\n\t generatedLine: mapping.generatedLine,\n\t generatedColumn: mapping.generatedColumn,\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: mapping.name === null ? null : this._names.at(mapping.name)\n\t };\n\t }, this).forEach(aCallback, context);\n\t };\n\t\n\t/**\n\t * Returns all generated line and column information for the original source,\n\t * line, and column provided. If no column is provided, returns all mappings\n\t * corresponding to a either the line we are searching for or the next\n\t * closest line that has any mappings. Otherwise, returns all mappings\n\t * corresponding to the given line and either the column we are searching for\n\t * or the next closest column that has any offsets.\n\t *\n\t * The only argument is an object with the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source.\n\t * - column: Optional. the column number in the original source.\n\t *\n\t * and an array of objects is returned, each with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null.\n\t * - column: The column number in the generated source, or null.\n\t */\n\tSourceMapConsumer.prototype.allGeneratedPositionsFor =\n\t function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n\t var line = util.getArg(aArgs, 'line');\n\t\n\t // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n\t // returns the index of the closest mapping less than the needle. By\n\t // setting needle.originalColumn to 0, we thus find the last mapping for\n\t // the given line, provided such a mapping exists.\n\t var needle = {\n\t source: util.getArg(aArgs, 'source'),\n\t originalLine: line,\n\t originalColumn: util.getArg(aArgs, 'column', 0)\n\t };\n\t\n\t if (this.sourceRoot != null) {\n\t needle.source = util.relative(this.sourceRoot, needle.source);\n\t }\n\t if (!this._sources.has(needle.source)) {\n\t return [];\n\t }\n\t needle.source = this._sources.indexOf(needle.source);\n\t\n\t var mappings = [];\n\t\n\t var index = this._findMapping(needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t binarySearch.LEAST_UPPER_BOUND);\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (aArgs.column === undefined) {\n\t var originalLine = mapping.originalLine;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we found. Since\n\t // mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we found.\n\t while (mapping && mapping.originalLine === originalLine) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t } else {\n\t var originalColumn = mapping.originalColumn;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we were searching for.\n\t // Since mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we are searching for.\n\t while (mapping &&\n\t mapping.originalLine === line &&\n\t mapping.originalColumn == originalColumn) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t }\n\t }\n\t\n\t return mappings;\n\t };\n\t\n\texports.SourceMapConsumer = SourceMapConsumer;\n\t\n\t/**\n\t * A BasicSourceMapConsumer instance represents a parsed source map which we can\n\t * query for information about the original file positions by giving it a file\n\t * position in the generated source.\n\t *\n\t * The only parameter is the raw source map (either as a JSON string, or\n\t * already parsed to an object). According to the spec, source maps have the\n\t * following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - sources: An array of URLs to the original source files.\n\t * - names: An array of identifiers which can be referrenced by individual mappings.\n\t * - sourceRoot: Optional. The URL root from which all sources are relative.\n\t * - sourcesContent: Optional. An array of contents of the original source files.\n\t * - mappings: A string of base64 VLQs which contain the actual mappings.\n\t * - file: Optional. The generated file this source map is associated with.\n\t *\n\t * Here is an example source map, taken from the source map spec[0]:\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"out.js\",\n\t * sourceRoot : \"\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AA,AB;;ABCDE;\"\n\t * }\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n\t */\n\tfunction BasicSourceMapConsumer(aSourceMap) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sources = util.getArg(sourceMap, 'sources');\n\t // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n\t // requires the array) to play nice here.\n\t var names = util.getArg(sourceMap, 'names', []);\n\t var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n\t var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n\t var mappings = util.getArg(sourceMap, 'mappings');\n\t var file = util.getArg(sourceMap, 'file', null);\n\t\n\t // Once again, Sass deviates from the spec and supplies the version as a\n\t // string rather than a number, so we use loose equality checking here.\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t sources = sources\n\t .map(String)\n\t // Some source maps produce relative source paths like \"./foo.js\" instead of\n\t // \"foo.js\". Normalize these first so that future comparisons will succeed.\n\t // See bugzil.la/1090768.\n\t .map(util.normalize)\n\t // Always ensure that absolute sources are internally stored relative to\n\t // the source root, if the source root is absolute. Not doing this would\n\t // be particularly problematic when the source root is a prefix of the\n\t // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n\t .map(function (source) {\n\t return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n\t ? util.relative(sourceRoot, source)\n\t : source;\n\t });\n\t\n\t // Pass `true` below to allow duplicate names and sources. While source maps\n\t // are intended to be compressed and deduplicated, the TypeScript compiler\n\t // sometimes generates source maps with duplicates in them. See Github issue\n\t // #72 and bugzil.la/889492.\n\t this._names = ArraySet.fromArray(names.map(String), true);\n\t this._sources = ArraySet.fromArray(sources, true);\n\t\n\t this.sourceRoot = sourceRoot;\n\t this.sourcesContent = sourcesContent;\n\t this._mappings = mappings;\n\t this.file = file;\n\t}\n\t\n\tBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\t\n\t/**\n\t * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n\t *\n\t * @param SourceMapGenerator aSourceMap\n\t * The source map that will be consumed.\n\t * @returns BasicSourceMapConsumer\n\t */\n\tBasicSourceMapConsumer.fromSourceMap =\n\t function SourceMapConsumer_fromSourceMap(aSourceMap) {\n\t var smc = Object.create(BasicSourceMapConsumer.prototype);\n\t\n\t var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n\t var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n\t smc.sourceRoot = aSourceMap._sourceRoot;\n\t smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n\t smc.sourceRoot);\n\t smc.file = aSourceMap._file;\n\t\n\t // Because we are modifying the entries (by converting string sources and\n\t // names to indices into the sources and names ArraySets), we have to make\n\t // a copy of the entry or else bad things happen. Shared mutable state\n\t // strikes again! See github issue #191.\n\t\n\t var generatedMappings = aSourceMap._mappings.toArray().slice();\n\t var destGeneratedMappings = smc.__generatedMappings = [];\n\t var destOriginalMappings = smc.__originalMappings = [];\n\t\n\t for (var i = 0, length = generatedMappings.length; i < length; i++) {\n\t var srcMapping = generatedMappings[i];\n\t var destMapping = new Mapping;\n\t destMapping.generatedLine = srcMapping.generatedLine;\n\t destMapping.generatedColumn = srcMapping.generatedColumn;\n\t\n\t if (srcMapping.source) {\n\t destMapping.source = sources.indexOf(srcMapping.source);\n\t destMapping.originalLine = srcMapping.originalLine;\n\t destMapping.originalColumn = srcMapping.originalColumn;\n\t\n\t if (srcMapping.name) {\n\t destMapping.name = names.indexOf(srcMapping.name);\n\t }\n\t\n\t destOriginalMappings.push(destMapping);\n\t }\n\t\n\t destGeneratedMappings.push(destMapping);\n\t }\n\t\n\t quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\t\n\t return smc;\n\t };\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tBasicSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t return this._sources.toArray().map(function (s) {\n\t return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s;\n\t }, this);\n\t }\n\t});\n\t\n\t/**\n\t * Provide the JIT with a nice shape / hidden class.\n\t */\n\tfunction Mapping() {\n\t this.generatedLine = 0;\n\t this.generatedColumn = 0;\n\t this.source = null;\n\t this.originalLine = null;\n\t this.originalColumn = null;\n\t this.name = null;\n\t}\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tBasicSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t var generatedLine = 1;\n\t var previousGeneratedColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousOriginalColumn = 0;\n\t var previousSource = 0;\n\t var previousName = 0;\n\t var length = aStr.length;\n\t var index = 0;\n\t var cachedSegments = {};\n\t var temp = {};\n\t var originalMappings = [];\n\t var generatedMappings = [];\n\t var mapping, str, segment, end, value;\n\t\n\t while (index < length) {\n\t if (aStr.charAt(index) === ';') {\n\t generatedLine++;\n\t index++;\n\t previousGeneratedColumn = 0;\n\t }\n\t else if (aStr.charAt(index) === ',') {\n\t index++;\n\t }\n\t else {\n\t mapping = new Mapping();\n\t mapping.generatedLine = generatedLine;\n\t\n\t // Because each offset is encoded relative to the previous one,\n\t // many segments often have the same encoding. We can exploit this\n\t // fact by caching the parsed variable length fields of each segment,\n\t // allowing us to avoid a second parse if we encounter the same\n\t // segment again.\n\t for (end = index; end < length; end++) {\n\t if (this._charIsMappingSeparator(aStr, end)) {\n\t break;\n\t }\n\t }\n\t str = aStr.slice(index, end);\n\t\n\t segment = cachedSegments[str];\n\t if (segment) {\n\t index += str.length;\n\t } else {\n\t segment = [];\n\t while (index < end) {\n\t base64VLQ.decode(aStr, index, temp);\n\t value = temp.value;\n\t index = temp.rest;\n\t segment.push(value);\n\t }\n\t\n\t if (segment.length === 2) {\n\t throw new Error('Found a source, but no line and column');\n\t }\n\t\n\t if (segment.length === 3) {\n\t throw new Error('Found a source and line, but no column');\n\t }\n\t\n\t cachedSegments[str] = segment;\n\t }\n\t\n\t // Generated column.\n\t mapping.generatedColumn = previousGeneratedColumn + segment[0];\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (segment.length > 1) {\n\t // Original source.\n\t mapping.source = previousSource + segment[1];\n\t previousSource += segment[1];\n\t\n\t // Original line.\n\t mapping.originalLine = previousOriginalLine + segment[2];\n\t previousOriginalLine = mapping.originalLine;\n\t // Lines are stored 0-based\n\t mapping.originalLine += 1;\n\t\n\t // Original column.\n\t mapping.originalColumn = previousOriginalColumn + segment[3];\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (segment.length > 4) {\n\t // Original name.\n\t mapping.name = previousName + segment[4];\n\t previousName += segment[4];\n\t }\n\t }\n\t\n\t generatedMappings.push(mapping);\n\t if (typeof mapping.originalLine === 'number') {\n\t originalMappings.push(mapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t this.__generatedMappings = generatedMappings;\n\t\n\t quickSort(originalMappings, util.compareByOriginalPositions);\n\t this.__originalMappings = originalMappings;\n\t };\n\t\n\t/**\n\t * Find the mapping that best matches the hypothetical \"needle\" mapping that\n\t * we are searching for in the given \"haystack\" of mappings.\n\t */\n\tBasicSourceMapConsumer.prototype._findMapping =\n\t function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n\t aColumnName, aComparator, aBias) {\n\t // To return the position we are searching for, we must first find the\n\t // mapping for the given position and then return the opposite position it\n\t // points to. Because the mappings are sorted, we can use binary search to\n\t // find the best mapping.\n\t\n\t if (aNeedle[aLineName] <= 0) {\n\t throw new TypeError('Line must be greater than or equal to 1, got '\n\t + aNeedle[aLineName]);\n\t }\n\t if (aNeedle[aColumnName] < 0) {\n\t throw new TypeError('Column must be greater than or equal to 0, got '\n\t + aNeedle[aColumnName]);\n\t }\n\t\n\t return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n\t };\n\t\n\t/**\n\t * Compute the last column for each generated mapping. The last column is\n\t * inclusive.\n\t */\n\tBasicSourceMapConsumer.prototype.computeColumnSpans =\n\t function SourceMapConsumer_computeColumnSpans() {\n\t for (var index = 0; index < this._generatedMappings.length; ++index) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t // Mappings do not contain a field for the last generated columnt. We\n\t // can come up with an optimistic estimate, however, by assuming that\n\t // mappings are contiguous (i.e. given two consecutive mappings, the\n\t // first mapping ends where the second one starts).\n\t if (index + 1 < this._generatedMappings.length) {\n\t var nextMapping = this._generatedMappings[index + 1];\n\t\n\t if (mapping.generatedLine === nextMapping.generatedLine) {\n\t mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n\t continue;\n\t }\n\t }\n\t\n\t // The last mapping for each line spans the entire line.\n\t mapping.lastGeneratedColumn = Infinity;\n\t }\n\t };\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source.\n\t * - column: The column number in the generated source.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null.\n\t * - column: The column number in the original source, or null.\n\t * - name: The original identifier, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.originalPositionFor =\n\t function SourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._generatedMappings,\n\t \"generatedLine\",\n\t \"generatedColumn\",\n\t util.compareByGeneratedPositionsDeflated,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t if (mapping.generatedLine === needle.generatedLine) {\n\t var source = util.getArg(mapping, 'source', null);\n\t if (source !== null) {\n\t source = this._sources.at(source);\n\t if (this.sourceRoot != null) {\n\t source = util.join(this.sourceRoot, source);\n\t }\n\t }\n\t var name = util.getArg(mapping, 'name', null);\n\t if (name !== null) {\n\t name = this._names.at(name);\n\t }\n\t return {\n\t source: source,\n\t line: util.getArg(mapping, 'originalLine', null),\n\t column: util.getArg(mapping, 'originalColumn', null),\n\t name: name\n\t };\n\t }\n\t }\n\t\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function BasicSourceMapConsumer_hasContentsOfAllSources() {\n\t if (!this.sourcesContent) {\n\t return false;\n\t }\n\t return this.sourcesContent.length >= this._sources.size() &&\n\t !this.sourcesContent.some(function (sc) { return sc == null; });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tBasicSourceMapConsumer.prototype.sourceContentFor =\n\t function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t if (!this.sourcesContent) {\n\t return null;\n\t }\n\t\n\t if (this.sourceRoot != null) {\n\t aSource = util.relative(this.sourceRoot, aSource);\n\t }\n\t\n\t if (this._sources.has(aSource)) {\n\t return this.sourcesContent[this._sources.indexOf(aSource)];\n\t }\n\t\n\t var url;\n\t if (this.sourceRoot != null\n\t && (url = util.urlParse(this.sourceRoot))) {\n\t // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n\t // many users. We can help them out when they expect file:// URIs to\n\t // behave like it would if they were running a local HTTP server. See\n\t // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n\t var fileUriAbsPath = aSource.replace(/^file:\\/\\//, \"\");\n\t if (url.scheme == \"file\"\n\t && this._sources.has(fileUriAbsPath)) {\n\t return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n\t }\n\t\n\t if ((!url.path || url.path == \"/\")\n\t && this._sources.has(\"/\" + aSource)) {\n\t return this.sourcesContent[this._sources.indexOf(\"/\" + aSource)];\n\t }\n\t }\n\t\n\t // This function is used recursively from\n\t // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n\t // don't want to throw if we can't find the source - we just want to\n\t // return null, so we provide a flag to exit gracefully.\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source.\n\t * - column: The column number in the original source.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null.\n\t * - column: The column number in the generated source, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.generatedPositionFor =\n\t function SourceMapConsumer_generatedPositionFor(aArgs) {\n\t var source = util.getArg(aArgs, 'source');\n\t if (this.sourceRoot != null) {\n\t source = util.relative(this.sourceRoot, source);\n\t }\n\t if (!this._sources.has(source)) {\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t }\n\t source = this._sources.indexOf(source);\n\t\n\t var needle = {\n\t source: source,\n\t originalLine: util.getArg(aArgs, 'line'),\n\t originalColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (mapping.source === needle.source) {\n\t return {\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t };\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t };\n\t\n\texports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\t\n\t/**\n\t * An IndexedSourceMapConsumer instance represents a parsed source map which\n\t * we can query for information. It differs from BasicSourceMapConsumer in\n\t * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n\t * input.\n\t *\n\t * The only parameter is a raw source map (either as a JSON string, or already\n\t * parsed to an object). According to the spec for indexed source maps, they\n\t * have the following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - file: Optional. The generated file this source map is associated with.\n\t * - sections: A list of section definitions.\n\t *\n\t * Each value under the \"sections\" field has two fields:\n\t * - offset: The offset into the original specified at which this section\n\t * begins to apply, defined as an object with a \"line\" and \"column\"\n\t * field.\n\t * - map: A source map definition. This source map could also be indexed,\n\t * but doesn't have to be.\n\t *\n\t * Instead of the \"map\" field, it's also possible to have a \"url\" field\n\t * specifying a URL to retrieve a source map from, but that's currently\n\t * unsupported.\n\t *\n\t * Here's an example source map, taken from the source map spec[0], but\n\t * modified to omit a section which uses the \"url\" field.\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"app.js\",\n\t * sections: [{\n\t * offset: {line:100, column:10},\n\t * map: {\n\t * version : 3,\n\t * file: \"section.js\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AAAA,E;;ABCDE;\"\n\t * }\n\t * }],\n\t * }\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n\t */\n\tfunction IndexedSourceMapConsumer(aSourceMap) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sections = util.getArg(sourceMap, 'sections');\n\t\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t this._sources = new ArraySet();\n\t this._names = new ArraySet();\n\t\n\t var lastOffset = {\n\t line: -1,\n\t column: 0\n\t };\n\t this._sections = sections.map(function (s) {\n\t if (s.url) {\n\t // The url field will require support for asynchronicity.\n\t // See https://github.com/mozilla/source-map/issues/16\n\t throw new Error('Support for url field in sections not implemented.');\n\t }\n\t var offset = util.getArg(s, 'offset');\n\t var offsetLine = util.getArg(offset, 'line');\n\t var offsetColumn = util.getArg(offset, 'column');\n\t\n\t if (offsetLine < lastOffset.line ||\n\t (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n\t throw new Error('Section offsets must be ordered and non-overlapping.');\n\t }\n\t lastOffset = offset;\n\t\n\t return {\n\t generatedOffset: {\n\t // The offset fields are 0-based, but we use 1-based indices when\n\t // encoding/decoding from VLQ.\n\t generatedLine: offsetLine + 1,\n\t generatedColumn: offsetColumn + 1\n\t },\n\t consumer: new SourceMapConsumer(util.getArg(s, 'map'))\n\t }\n\t });\n\t}\n\t\n\tIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tIndexedSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t var sources = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n\t sources.push(this._sections[i].consumer.sources[j]);\n\t }\n\t }\n\t return sources;\n\t }\n\t});\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source.\n\t * - column: The column number in the generated source.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null.\n\t * - column: The column number in the original source, or null.\n\t * - name: The original identifier, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.originalPositionFor =\n\t function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t // Find the section containing the generated position we're trying to map\n\t // to an original position.\n\t var sectionIndex = binarySearch.search(needle, this._sections,\n\t function(needle, section) {\n\t var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n\t if (cmp) {\n\t return cmp;\n\t }\n\t\n\t return (needle.generatedColumn -\n\t section.generatedOffset.generatedColumn);\n\t });\n\t var section = this._sections[sectionIndex];\n\t\n\t if (!section) {\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t }\n\t\n\t return section.consumer.originalPositionFor({\n\t line: needle.generatedLine -\n\t (section.generatedOffset.generatedLine - 1),\n\t column: needle.generatedColumn -\n\t (section.generatedOffset.generatedLine === needle.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t bias: aArgs.bias\n\t });\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n\t return this._sections.every(function (s) {\n\t return s.consumer.hasContentsOfAllSources();\n\t });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tIndexedSourceMapConsumer.prototype.sourceContentFor =\n\t function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t var content = section.consumer.sourceContentFor(aSource, true);\n\t if (content) {\n\t return content;\n\t }\n\t }\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source.\n\t * - column: The column number in the original source.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null.\n\t * - column: The column number in the generated source, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.generatedPositionFor =\n\t function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t // Only consider this section if the requested source is in the list of\n\t // sources of the consumer.\n\t if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) {\n\t continue;\n\t }\n\t var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n\t if (generatedPosition) {\n\t var ret = {\n\t line: generatedPosition.line +\n\t (section.generatedOffset.generatedLine - 1),\n\t column: generatedPosition.column +\n\t (section.generatedOffset.generatedLine === generatedPosition.line\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0)\n\t };\n\t return ret;\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null\n\t };\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tIndexedSourceMapConsumer.prototype._parseMappings =\n\t function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t this.__generatedMappings = [];\n\t this.__originalMappings = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t var sectionMappings = section.consumer._generatedMappings;\n\t for (var j = 0; j < sectionMappings.length; j++) {\n\t var mapping = sectionMappings[j];\n\t\n\t var source = section.consumer._sources.at(mapping.source);\n\t if (section.consumer.sourceRoot !== null) {\n\t source = util.join(section.consumer.sourceRoot, source);\n\t }\n\t this._sources.add(source);\n\t source = this._sources.indexOf(source);\n\t\n\t var name = section.consumer._names.at(mapping.name);\n\t this._names.add(name);\n\t name = this._names.indexOf(name);\n\t\n\t // The mappings coming from the consumer for the section have\n\t // generated positions relative to the start of the section, so we\n\t // need to offset them to be relative to the start of the concatenated\n\t // generated file.\n\t var adjustedMapping = {\n\t source: source,\n\t generatedLine: mapping.generatedLine +\n\t (section.generatedOffset.generatedLine - 1),\n\t generatedColumn: mapping.generatedColumn +\n\t (section.generatedOffset.generatedLine === mapping.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: name\n\t };\n\t\n\t this.__generatedMappings.push(adjustedMapping);\n\t if (typeof adjustedMapping.originalLine === 'number') {\n\t this.__originalMappings.push(adjustedMapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t quickSort(this.__originalMappings, util.compareByOriginalPositions);\n\t };\n\t\n\texports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n/***/ }),\n/* 8 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\texports.GREATEST_LOWER_BOUND = 1;\n\texports.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Recursive implementation of binary search.\n\t *\n\t * @param aLow Indices here and lower do not contain the needle.\n\t * @param aHigh Indices here and higher do not contain the needle.\n\t * @param aNeedle The element being searched for.\n\t * @param aHaystack The non-empty array being searched.\n\t * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t */\n\tfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n\t // This function terminates when one of the following is true:\n\t //\n\t // 1. We find the exact element we are looking for.\n\t //\n\t // 2. We did not find the exact element, but we can return the index of\n\t // the next-closest element.\n\t //\n\t // 3. We did not find the exact element, and there is no next-closest\n\t // element than the one we are searching for, so we return -1.\n\t var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n\t var cmp = aCompare(aNeedle, aHaystack[mid], true);\n\t if (cmp === 0) {\n\t // Found the element we are looking for.\n\t return mid;\n\t }\n\t else if (cmp > 0) {\n\t // Our needle is greater than aHaystack[mid].\n\t if (aHigh - mid > 1) {\n\t // The element is in the upper half.\n\t return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // The exact needle element was not found in this haystack. Determine if\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return aHigh < aHaystack.length ? aHigh : -1;\n\t } else {\n\t return mid;\n\t }\n\t }\n\t else {\n\t // Our needle is less than aHaystack[mid].\n\t if (mid - aLow > 1) {\n\t // The element is in the lower half.\n\t return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return mid;\n\t } else {\n\t return aLow < 0 ? -1 : aLow;\n\t }\n\t }\n\t}\n\t\n\t/**\n\t * This is an implementation of binary search which will always try and return\n\t * the index of the closest element if there is no exact hit. This is because\n\t * mappings between original and generated line/col pairs are single points,\n\t * and there is an implicit region between each of them, so a miss just means\n\t * that you aren't on the very start of a region.\n\t *\n\t * @param aNeedle The element you are looking for.\n\t * @param aHaystack The array that is being searched.\n\t * @param aCompare A function which takes the needle and an element in the\n\t * array and returns -1, 0, or 1 depending on whether the needle is less\n\t * than, equal to, or greater than the element, respectively.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n\t */\n\texports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n\t if (aHaystack.length === 0) {\n\t return -1;\n\t }\n\t\n\t var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n\t aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n\t if (index < 0) {\n\t return -1;\n\t }\n\t\n\t // We have found either the exact element, or the next-closest element than\n\t // the one we are searching for. However, there may be more than one such\n\t // element. Make sure we always return the smallest of these.\n\t while (index - 1 >= 0) {\n\t if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n\t break;\n\t }\n\t --index;\n\t }\n\t\n\t return index;\n\t};\n\n\n/***/ }),\n/* 9 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t// It turns out that some (most?) JavaScript engines don't self-host\n\t// `Array.prototype.sort`. This makes sense because C++ will likely remain\n\t// faster than JS when doing raw CPU-intensive sorting. However, when using a\n\t// custom comparator function, calling back and forth between the VM's C++ and\n\t// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n\t// worse generated code for the comparator function than would be optimal. In\n\t// fact, when sorting with a comparator, these costs outweigh the benefits of\n\t// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n\t// a ~3500ms mean speed-up in `bench/bench.html`.\n\t\n\t/**\n\t * Swap the elements indexed by `x` and `y` in the array `ary`.\n\t *\n\t * @param {Array} ary\n\t * The array.\n\t * @param {Number} x\n\t * The index of the first item.\n\t * @param {Number} y\n\t * The index of the second item.\n\t */\n\tfunction swap(ary, x, y) {\n\t var temp = ary[x];\n\t ary[x] = ary[y];\n\t ary[y] = temp;\n\t}\n\t\n\t/**\n\t * Returns a random integer within the range `low .. high` inclusive.\n\t *\n\t * @param {Number} low\n\t * The lower bound on the range.\n\t * @param {Number} high\n\t * The upper bound on the range.\n\t */\n\tfunction randomIntInRange(low, high) {\n\t return Math.round(low + (Math.random() * (high - low)));\n\t}\n\t\n\t/**\n\t * The Quick Sort algorithm.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t * @param {Number} p\n\t * Start index of the array\n\t * @param {Number} r\n\t * End index of the array\n\t */\n\tfunction doQuickSort(ary, comparator, p, r) {\n\t // If our lower bound is less than our upper bound, we (1) partition the\n\t // array into two pieces and (2) recurse on each half. If it is not, this is\n\t // the empty array and our base case.\n\t\n\t if (p < r) {\n\t // (1) Partitioning.\n\t //\n\t // The partitioning chooses a pivot between `p` and `r` and moves all\n\t // elements that are less than or equal to the pivot to the before it, and\n\t // all the elements that are greater than it after it. The effect is that\n\t // once partition is done, the pivot is in the exact place it will be when\n\t // the array is put in sorted order, and it will not need to be moved\n\t // again. This runs in O(n) time.\n\t\n\t // Always choose a random pivot so that an input array which is reverse\n\t // sorted does not cause O(n^2) running time.\n\t var pivotIndex = randomIntInRange(p, r);\n\t var i = p - 1;\n\t\n\t swap(ary, pivotIndex, r);\n\t var pivot = ary[r];\n\t\n\t // Immediately after `j` is incremented in this loop, the following hold\n\t // true:\n\t //\n\t // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n\t //\n\t // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n\t for (var j = p; j < r; j++) {\n\t if (comparator(ary[j], pivot) <= 0) {\n\t i += 1;\n\t swap(ary, i, j);\n\t }\n\t }\n\t\n\t swap(ary, i + 1, j);\n\t var q = i + 1;\n\t\n\t // (2) Recurse on each half.\n\t\n\t doQuickSort(ary, comparator, p, q - 1);\n\t doQuickSort(ary, comparator, q + 1, r);\n\t }\n\t}\n\t\n\t/**\n\t * Sort the given array in-place with the given comparator function.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t */\n\texports.quickSort = function (ary, comparator) {\n\t doQuickSort(ary, comparator, 0, ary.length - 1);\n\t};\n\n\n/***/ }),\n/* 10 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\tvar util = __webpack_require__(4);\n\t\n\t// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n\t// operating systems these days (capturing the result).\n\tvar REGEX_NEWLINE = /(\\r?\\n)/;\n\t\n\t// Newline character code for charCodeAt() comparisons\n\tvar NEWLINE_CODE = 10;\n\t\n\t// Private symbol for identifying `SourceNode`s when multiple versions of\n\t// the source-map library are loaded. This MUST NOT CHANGE across\n\t// versions!\n\tvar isSourceNode = \"$$$isSourceNode$$$\";\n\t\n\t/**\n\t * SourceNodes provide a way to abstract over interpolating/concatenating\n\t * snippets of generated JavaScript source code while maintaining the line and\n\t * column information associated with the original source code.\n\t *\n\t * @param aLine The original line number.\n\t * @param aColumn The original column number.\n\t * @param aSource The original source's filename.\n\t * @param aChunks Optional. An array of strings which are snippets of\n\t * generated JS, or other SourceNodes.\n\t * @param aName The original identifier.\n\t */\n\tfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n\t this.children = [];\n\t this.sourceContents = {};\n\t this.line = aLine == null ? null : aLine;\n\t this.column = aColumn == null ? null : aColumn;\n\t this.source = aSource == null ? null : aSource;\n\t this.name = aName == null ? null : aName;\n\t this[isSourceNode] = true;\n\t if (aChunks != null) this.add(aChunks);\n\t}\n\t\n\t/**\n\t * Creates a SourceNode from generated code and a SourceMapConsumer.\n\t *\n\t * @param aGeneratedCode The generated code\n\t * @param aSourceMapConsumer The SourceMap for the generated code\n\t * @param aRelativePath Optional. The path that relative sources in the\n\t * SourceMapConsumer should be relative to.\n\t */\n\tSourceNode.fromStringWithSourceMap =\n\t function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n\t // The SourceNode we want to fill with the generated code\n\t // and the SourceMap\n\t var node = new SourceNode();\n\t\n\t // All even indices of this array are one line of the generated code,\n\t // while all odd indices are the newlines between two adjacent lines\n\t // (since `REGEX_NEWLINE` captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n\t var remainingLinesIndex = 0;\n\t var shiftNextLine = function() {\n\t var lineContents = getNextLine();\n\t // The last line of a file might not have a newline.\n\t var newLine = getNextLine() || \"\";\n\t return lineContents + newLine;\n\t\n\t function getNextLine() {\n\t return remainingLinesIndex < remainingLines.length ?\n\t remainingLines[remainingLinesIndex++] : undefined;\n\t }\n\t };\n\t\n\t // We need to remember the position of \"remainingLines\"\n\t var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\t\n\t // The generate SourceNodes we need a code range.\n\t // To extract it current and last mapping is used.\n\t // Here we store the last mapping.\n\t var lastMapping = null;\n\t\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t if (lastMapping !== null) {\n\t // We add the code from \"lastMapping\" to \"mapping\":\n\t // First check if there is a new line in between.\n\t if (lastGeneratedLine < mapping.generatedLine) {\n\t // Associate first line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t lastGeneratedLine++;\n\t lastGeneratedColumn = 0;\n\t // The remaining code is added without mapping\n\t } else {\n\t // There is no new line in between.\n\t // Associate the code between \"lastGeneratedColumn\" and\n\t // \"mapping.generatedColumn\" with \"lastMapping\"\n\t var nextLine = remainingLines[remainingLinesIndex];\n\t var code = nextLine.substr(0, mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t addMappingWithCode(lastMapping, code);\n\t // No more remaining code, continue\n\t lastMapping = mapping;\n\t return;\n\t }\n\t }\n\t // We add the generated code until the first mapping\n\t // to the SourceNode without any mapping.\n\t // Each line is added as separate string.\n\t while (lastGeneratedLine < mapping.generatedLine) {\n\t node.add(shiftNextLine());\n\t lastGeneratedLine++;\n\t }\n\t if (lastGeneratedColumn < mapping.generatedColumn) {\n\t var nextLine = remainingLines[remainingLinesIndex];\n\t node.add(nextLine.substr(0, mapping.generatedColumn));\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t }\n\t lastMapping = mapping;\n\t }, this);\n\t // We have processed all mappings.\n\t if (remainingLinesIndex < remainingLines.length) {\n\t if (lastMapping) {\n\t // Associate the remaining code in the current line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t }\n\t // and add the remaining lines without any mapping\n\t node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n\t }\n\t\n\t // Copy sourcesContent into SourceNode\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aRelativePath != null) {\n\t sourceFile = util.join(aRelativePath, sourceFile);\n\t }\n\t node.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t\n\t return node;\n\t\n\t function addMappingWithCode(mapping, code) {\n\t if (mapping === null || mapping.source === undefined) {\n\t node.add(code);\n\t } else {\n\t var source = aRelativePath\n\t ? util.join(aRelativePath, mapping.source)\n\t : mapping.source;\n\t node.add(new SourceNode(mapping.originalLine,\n\t mapping.originalColumn,\n\t source,\n\t code,\n\t mapping.name));\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Add a chunk of generated JS to this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.add = function SourceNode_add(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t aChunk.forEach(function (chunk) {\n\t this.add(chunk);\n\t }, this);\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t if (aChunk) {\n\t this.children.push(aChunk);\n\t }\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Add a chunk of generated JS to the beginning of this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t for (var i = aChunk.length-1; i >= 0; i--) {\n\t this.prepend(aChunk[i]);\n\t }\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t this.children.unshift(aChunk);\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Walk over the tree of JS snippets in this node and its children. The\n\t * walking function is called once for each snippet of JS and is passed that\n\t * snippet and the its original associated source's line/column location.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n\t var chunk;\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t chunk = this.children[i];\n\t if (chunk[isSourceNode]) {\n\t chunk.walk(aFn);\n\t }\n\t else {\n\t if (chunk !== '') {\n\t aFn(chunk, { source: this.source,\n\t line: this.line,\n\t column: this.column,\n\t name: this.name });\n\t }\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n\t * each of `this.children`.\n\t *\n\t * @param aSep The separator.\n\t */\n\tSourceNode.prototype.join = function SourceNode_join(aSep) {\n\t var newChildren;\n\t var i;\n\t var len = this.children.length;\n\t if (len > 0) {\n\t newChildren = [];\n\t for (i = 0; i < len-1; i++) {\n\t newChildren.push(this.children[i]);\n\t newChildren.push(aSep);\n\t }\n\t newChildren.push(this.children[i]);\n\t this.children = newChildren;\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Call String.prototype.replace on the very right-most source snippet. Useful\n\t * for trimming whitespace from the end of a source node, etc.\n\t *\n\t * @param aPattern The pattern to replace.\n\t * @param aReplacement The thing to replace the pattern with.\n\t */\n\tSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n\t var lastChild = this.children[this.children.length - 1];\n\t if (lastChild[isSourceNode]) {\n\t lastChild.replaceRight(aPattern, aReplacement);\n\t }\n\t else if (typeof lastChild === 'string') {\n\t this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n\t }\n\t else {\n\t this.children.push(''.replace(aPattern, aReplacement));\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Set the source content for a source file. This will be added to the SourceMapGenerator\n\t * in the sourcesContent field.\n\t *\n\t * @param aSourceFile The filename of the source file\n\t * @param aSourceContent The content of the source file\n\t */\n\tSourceNode.prototype.setSourceContent =\n\t function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n\t this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n\t };\n\t\n\t/**\n\t * Walk over the tree of SourceNodes. The walking function is called for each\n\t * source file content and is passed the filename and source content.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walkSourceContents =\n\t function SourceNode_walkSourceContents(aFn) {\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t if (this.children[i][isSourceNode]) {\n\t this.children[i].walkSourceContents(aFn);\n\t }\n\t }\n\t\n\t var sources = Object.keys(this.sourceContents);\n\t for (var i = 0, len = sources.length; i < len; i++) {\n\t aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n\t }\n\t };\n\t\n\t/**\n\t * Return the string representation of this source node. Walks over the tree\n\t * and concatenates all the various snippets together to one string.\n\t */\n\tSourceNode.prototype.toString = function SourceNode_toString() {\n\t var str = \"\";\n\t this.walk(function (chunk) {\n\t str += chunk;\n\t });\n\t return str;\n\t};\n\t\n\t/**\n\t * Returns the string representation of this source node along with a source\n\t * map.\n\t */\n\tSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n\t var generated = {\n\t code: \"\",\n\t line: 1,\n\t column: 0\n\t };\n\t var map = new SourceMapGenerator(aArgs);\n\t var sourceMappingActive = false;\n\t var lastOriginalSource = null;\n\t var lastOriginalLine = null;\n\t var lastOriginalColumn = null;\n\t var lastOriginalName = null;\n\t this.walk(function (chunk, original) {\n\t generated.code += chunk;\n\t if (original.source !== null\n\t && original.line !== null\n\t && original.column !== null) {\n\t if(lastOriginalSource !== original.source\n\t || lastOriginalLine !== original.line\n\t || lastOriginalColumn !== original.column\n\t || lastOriginalName !== original.name) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t lastOriginalSource = original.source;\n\t lastOriginalLine = original.line;\n\t lastOriginalColumn = original.column;\n\t lastOriginalName = original.name;\n\t sourceMappingActive = true;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t }\n\t });\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t }\n\t for (var idx = 0, length = chunk.length; idx < length; idx++) {\n\t if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n\t generated.line++;\n\t generated.column = 0;\n\t // Mappings end at eol\n\t if (idx + 1 === length) {\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t } else {\n\t generated.column++;\n\t }\n\t }\n\t });\n\t this.walkSourceContents(function (sourceFile, sourceContent) {\n\t map.setSourceContent(sourceFile, sourceContent);\n\t });\n\t\n\t return { code: generated.code, map: map };\n\t};\n\t\n\texports.SourceNode = SourceNode;\n\n\n/***/ })\n/******/ ])\n});\n;\n\n\n// WEBPACK FOOTER //\n// source-map.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 42c329f865e32e011afb","/*\n * Copyright 2009-2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE.txt or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\nexports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;\nexports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;\nexports.SourceNode = require('./lib/source-node').SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./source-map.js\n// module id = 0\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar base64VLQ = require('./base64-vlq');\nvar util = require('./util');\nvar ArraySet = require('./array-set').ArraySet;\nvar MappingList = require('./mapping-list').MappingList;\n\n/**\n * An instance of the SourceMapGenerator represents a source map which is\n * being built incrementally. You may pass an object with the following\n * properties:\n *\n * - file: The filename of the generated source.\n * - sourceRoot: A root for all relative URLs in this source map.\n */\nfunction SourceMapGenerator(aArgs) {\n if (!aArgs) {\n aArgs = {};\n }\n this._file = util.getArg(aArgs, 'file', null);\n this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\n this._sources = new ArraySet();\n this._names = new ArraySet();\n this._mappings = new MappingList();\n this._sourcesContents = null;\n}\n\nSourceMapGenerator.prototype._version = 3;\n\n/**\n * Creates a new SourceMapGenerator based on a SourceMapConsumer\n *\n * @param aSourceMapConsumer The SourceMap.\n */\nSourceMapGenerator.fromSourceMap =\n function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n var sourceRoot = aSourceMapConsumer.sourceRoot;\n var generator = new SourceMapGenerator({\n file: aSourceMapConsumer.file,\n sourceRoot: sourceRoot\n });\n aSourceMapConsumer.eachMapping(function (mapping) {\n var newMapping = {\n generated: {\n line: mapping.generatedLine,\n column: mapping.generatedColumn\n }\n };\n\n if (mapping.source != null) {\n newMapping.source = mapping.source;\n if (sourceRoot != null) {\n newMapping.source = util.relative(sourceRoot, newMapping.source);\n }\n\n newMapping.original = {\n line: mapping.originalLine,\n column: mapping.originalColumn\n };\n\n if (mapping.name != null) {\n newMapping.name = mapping.name;\n }\n }\n\n generator.addMapping(newMapping);\n });\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n generator.setSourceContent(sourceFile, content);\n }\n });\n return generator;\n };\n\n/**\n * Add a single mapping from original source line and column to the generated\n * source's line and column for this source map being created. The mapping\n * object should have the following properties:\n *\n * - generated: An object with the generated line and column positions.\n * - original: An object with the original line and column positions.\n * - source: The original source file (relative to the sourceRoot).\n * - name: An optional original token name for this mapping.\n */\nSourceMapGenerator.prototype.addMapping =\n function SourceMapGenerator_addMapping(aArgs) {\n var generated = util.getArg(aArgs, 'generated');\n var original = util.getArg(aArgs, 'original', null);\n var source = util.getArg(aArgs, 'source', null);\n var name = util.getArg(aArgs, 'name', null);\n\n if (!this._skipValidation) {\n this._validateMapping(generated, original, source, name);\n }\n\n if (source != null) {\n source = String(source);\n if (!this._sources.has(source)) {\n this._sources.add(source);\n }\n }\n\n if (name != null) {\n name = String(name);\n if (!this._names.has(name)) {\n this._names.add(name);\n }\n }\n\n this._mappings.add({\n generatedLine: generated.line,\n generatedColumn: generated.column,\n originalLine: original != null && original.line,\n originalColumn: original != null && original.column,\n source: source,\n name: name\n });\n };\n\n/**\n * Set the source content for a source file.\n */\nSourceMapGenerator.prototype.setSourceContent =\n function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n var source = aSourceFile;\n if (this._sourceRoot != null) {\n source = util.relative(this._sourceRoot, source);\n }\n\n if (aSourceContent != null) {\n // Add the source content to the _sourcesContents map.\n // Create a new _sourcesContents map if the property is null.\n if (!this._sourcesContents) {\n this._sourcesContents = Object.create(null);\n }\n this._sourcesContents[util.toSetString(source)] = aSourceContent;\n } else if (this._sourcesContents) {\n // Remove the source file from the _sourcesContents map.\n // If the _sourcesContents map is empty, set the property to null.\n delete this._sourcesContents[util.toSetString(source)];\n if (Object.keys(this._sourcesContents).length === 0) {\n this._sourcesContents = null;\n }\n }\n };\n\n/**\n * Applies the mappings of a sub-source-map for a specific source file to the\n * source map being generated. Each mapping to the supplied source file is\n * rewritten using the supplied source map. Note: The resolution for the\n * resulting mappings is the minimium of this map and the supplied map.\n *\n * @param aSourceMapConsumer The source map to be applied.\n * @param aSourceFile Optional. The filename of the source file.\n * If omitted, SourceMapConsumer's file property will be used.\n * @param aSourceMapPath Optional. The dirname of the path to the source map\n * to be applied. If relative, it is relative to the SourceMapConsumer.\n * This parameter is needed when the two source maps aren't in the same\n * directory, and the source map to be applied contains relative source\n * paths. If so, those relative source paths need to be rewritten\n * relative to the SourceMapGenerator.\n */\nSourceMapGenerator.prototype.applySourceMap =\n function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n var sourceFile = aSourceFile;\n // If aSourceFile is omitted, we will use the file property of the SourceMap\n if (aSourceFile == null) {\n if (aSourceMapConsumer.file == null) {\n throw new Error(\n 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n 'or the source map\\'s \"file\" property. Both were omitted.'\n );\n }\n sourceFile = aSourceMapConsumer.file;\n }\n var sourceRoot = this._sourceRoot;\n // Make \"sourceFile\" relative if an absolute Url is passed.\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n // Applying the SourceMap can add and remove items from the sources and\n // the names array.\n var newSources = new ArraySet();\n var newNames = new ArraySet();\n\n // Find mappings for the \"sourceFile\"\n this._mappings.unsortedForEach(function (mapping) {\n if (mapping.source === sourceFile && mapping.originalLine != null) {\n // Check if it can be mapped by the source map, then update the mapping.\n var original = aSourceMapConsumer.originalPositionFor({\n line: mapping.originalLine,\n column: mapping.originalColumn\n });\n if (original.source != null) {\n // Copy mapping\n mapping.source = original.source;\n if (aSourceMapPath != null) {\n mapping.source = util.join(aSourceMapPath, mapping.source)\n }\n if (sourceRoot != null) {\n mapping.source = util.relative(sourceRoot, mapping.source);\n }\n mapping.originalLine = original.line;\n mapping.originalColumn = original.column;\n if (original.name != null) {\n mapping.name = original.name;\n }\n }\n }\n\n var source = mapping.source;\n if (source != null && !newSources.has(source)) {\n newSources.add(source);\n }\n\n var name = mapping.name;\n if (name != null && !newNames.has(name)) {\n newNames.add(name);\n }\n\n }, this);\n this._sources = newSources;\n this._names = newNames;\n\n // Copy sourcesContents of applied map.\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aSourceMapPath != null) {\n sourceFile = util.join(aSourceMapPath, sourceFile);\n }\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n this.setSourceContent(sourceFile, content);\n }\n }, this);\n };\n\n/**\n * A mapping can have one of the three levels of data:\n *\n * 1. Just the generated position.\n * 2. The Generated position, original position, and original source.\n * 3. Generated and original position, original source, as well as a name\n * token.\n *\n * To maintain consistency, we validate that any new mapping being added falls\n * in to one of these categories.\n */\nSourceMapGenerator.prototype._validateMapping =\n function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n aName) {\n // When aOriginal is truthy but has empty values for .line and .column,\n // it is most likely a programmer error. In this case we throw a very\n // specific error message to try to guide them the right way.\n // For example: https://github.com/Polymer/polymer-bundler/pull/519\n if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n throw new Error(\n 'original.line and original.column are not numbers -- you probably meant to omit ' +\n 'the original mapping entirely and only map the generated position. If so, pass ' +\n 'null for the original mapping instead of an object with empty or null values.'\n );\n }\n\n if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aGenerated.line > 0 && aGenerated.column >= 0\n && !aOriginal && !aSource && !aName) {\n // Case 1.\n return;\n }\n else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n && aGenerated.line > 0 && aGenerated.column >= 0\n && aOriginal.line > 0 && aOriginal.column >= 0\n && aSource) {\n // Cases 2 and 3.\n return;\n }\n else {\n throw new Error('Invalid mapping: ' + JSON.stringify({\n generated: aGenerated,\n source: aSource,\n original: aOriginal,\n name: aName\n }));\n }\n };\n\n/**\n * Serialize the accumulated mappings in to the stream of base 64 VLQs\n * specified by the source map format.\n */\nSourceMapGenerator.prototype._serializeMappings =\n function SourceMapGenerator_serializeMappings() {\n var previousGeneratedColumn = 0;\n var previousGeneratedLine = 1;\n var previousOriginalColumn = 0;\n var previousOriginalLine = 0;\n var previousName = 0;\n var previousSource = 0;\n var result = '';\n var next;\n var mapping;\n var nameIdx;\n var sourceIdx;\n\n var mappings = this._mappings.toArray();\n for (var i = 0, len = mappings.length; i < len; i++) {\n mapping = mappings[i];\n next = ''\n\n if (mapping.generatedLine !== previousGeneratedLine) {\n previousGeneratedColumn = 0;\n while (mapping.generatedLine !== previousGeneratedLine) {\n next += ';';\n previousGeneratedLine++;\n }\n }\n else {\n if (i > 0) {\n if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n continue;\n }\n next += ',';\n }\n }\n\n next += base64VLQ.encode(mapping.generatedColumn\n - previousGeneratedColumn);\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (mapping.source != null) {\n sourceIdx = this._sources.indexOf(mapping.source);\n next += base64VLQ.encode(sourceIdx - previousSource);\n previousSource = sourceIdx;\n\n // lines are stored 0-based in SourceMap spec version 3\n next += base64VLQ.encode(mapping.originalLine - 1\n - previousOriginalLine);\n previousOriginalLine = mapping.originalLine - 1;\n\n next += base64VLQ.encode(mapping.originalColumn\n - previousOriginalColumn);\n previousOriginalColumn = mapping.originalColumn;\n\n if (mapping.name != null) {\n nameIdx = this._names.indexOf(mapping.name);\n next += base64VLQ.encode(nameIdx - previousName);\n previousName = nameIdx;\n }\n }\n\n result += next;\n }\n\n return result;\n };\n\nSourceMapGenerator.prototype._generateSourcesContent =\n function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n return aSources.map(function (source) {\n if (!this._sourcesContents) {\n return null;\n }\n if (aSourceRoot != null) {\n source = util.relative(aSourceRoot, source);\n }\n var key = util.toSetString(source);\n return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n ? this._sourcesContents[key]\n : null;\n }, this);\n };\n\n/**\n * Externalize the source map.\n */\nSourceMapGenerator.prototype.toJSON =\n function SourceMapGenerator_toJSON() {\n var map = {\n version: this._version,\n sources: this._sources.toArray(),\n names: this._names.toArray(),\n mappings: this._serializeMappings()\n };\n if (this._file != null) {\n map.file = this._file;\n }\n if (this._sourceRoot != null) {\n map.sourceRoot = this._sourceRoot;\n }\n if (this._sourcesContents) {\n map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n }\n\n return map;\n };\n\n/**\n * Render the source map being generated to a string.\n */\nSourceMapGenerator.prototype.toString =\n function SourceMapGenerator_toString() {\n return JSON.stringify(this.toJSON());\n };\n\nexports.SourceMapGenerator = SourceMapGenerator;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-generator.js\n// module id = 1\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n *\n * Based on the Base 64 VLQ implementation in Closure Compiler:\n * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n *\n * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\nvar base64 = require('./base64');\n\n// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n// length quantities we use in the source map spec, the first bit is the sign,\n// the next four bits are the actual value, and the 6th bit is the\n// continuation bit. The continuation bit tells us whether there are more\n// digits in this value following this digit.\n//\n// Continuation\n// | Sign\n// | |\n// V V\n// 101011\n\nvar VLQ_BASE_SHIFT = 5;\n\n// binary: 100000\nvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\n// binary: 011111\nvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\n// binary: 100000\nvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\n/**\n * Converts from a two-complement value to a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n */\nfunction toVLQSigned(aValue) {\n return aValue < 0\n ? ((-aValue) << 1) + 1\n : (aValue << 1) + 0;\n}\n\n/**\n * Converts to a two-complement value from a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n */\nfunction fromVLQSigned(aValue) {\n var isNegative = (aValue & 1) === 1;\n var shifted = aValue >> 1;\n return isNegative\n ? -shifted\n : shifted;\n}\n\n/**\n * Returns the base 64 VLQ encoded value.\n */\nexports.encode = function base64VLQ_encode(aValue) {\n var encoded = \"\";\n var digit;\n\n var vlq = toVLQSigned(aValue);\n\n do {\n digit = vlq & VLQ_BASE_MASK;\n vlq >>>= VLQ_BASE_SHIFT;\n if (vlq > 0) {\n // There are still more digits in this value, so we must make sure the\n // continuation bit is marked.\n digit |= VLQ_CONTINUATION_BIT;\n }\n encoded += base64.encode(digit);\n } while (vlq > 0);\n\n return encoded;\n};\n\n/**\n * Decodes the next base 64 VLQ value from the given string and returns the\n * value and the rest of the string via the out parameter.\n */\nexports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n var strLen = aStr.length;\n var result = 0;\n var shift = 0;\n var continuation, digit;\n\n do {\n if (aIndex >= strLen) {\n throw new Error(\"Expected more digits in base 64 VLQ value.\");\n }\n\n digit = base64.decode(aStr.charCodeAt(aIndex++));\n if (digit === -1) {\n throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n }\n\n continuation = !!(digit & VLQ_CONTINUATION_BIT);\n digit &= VLQ_BASE_MASK;\n result = result + (digit << shift);\n shift += VLQ_BASE_SHIFT;\n } while (continuation);\n\n aOutParam.value = fromVLQSigned(result);\n aOutParam.rest = aIndex;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64-vlq.js\n// module id = 2\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\n/**\n * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n */\nexports.encode = function (number) {\n if (0 <= number && number < intToCharMap.length) {\n return intToCharMap[number];\n }\n throw new TypeError(\"Must be between 0 and 63: \" + number);\n};\n\n/**\n * Decode a single base 64 character code digit to an integer. Returns -1 on\n * failure.\n */\nexports.decode = function (charCode) {\n var bigA = 65; // 'A'\n var bigZ = 90; // 'Z'\n\n var littleA = 97; // 'a'\n var littleZ = 122; // 'z'\n\n var zero = 48; // '0'\n var nine = 57; // '9'\n\n var plus = 43; // '+'\n var slash = 47; // '/'\n\n var littleOffset = 26;\n var numberOffset = 52;\n\n // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n if (bigA <= charCode && charCode <= bigZ) {\n return (charCode - bigA);\n }\n\n // 26 - 51: abcdefghijklmnopqrstuvwxyz\n if (littleA <= charCode && charCode <= littleZ) {\n return (charCode - littleA + littleOffset);\n }\n\n // 52 - 61: 0123456789\n if (zero <= charCode && charCode <= nine) {\n return (charCode - zero + numberOffset);\n }\n\n // 62: +\n if (charCode == plus) {\n return 62;\n }\n\n // 63: /\n if (charCode == slash) {\n return 63;\n }\n\n // Invalid base64 digit.\n return -1;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64.js\n// module id = 3\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n/**\n * This is a helper function for getting values from parameter/options\n * objects.\n *\n * @param args The object we are extracting values from\n * @param name The name of the property we are getting.\n * @param defaultValue An optional value to return if the property is missing\n * from the object. If this is not specified and the property is missing, an\n * error will be thrown.\n */\nfunction getArg(aArgs, aName, aDefaultValue) {\n if (aName in aArgs) {\n return aArgs[aName];\n } else if (arguments.length === 3) {\n return aDefaultValue;\n } else {\n throw new Error('\"' + aName + '\" is a required argument.');\n }\n}\nexports.getArg = getArg;\n\nvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.]*)(?::(\\d+))?(\\S*)$/;\nvar dataUrlRegexp = /^data:.+\\,.+$/;\n\nfunction urlParse(aUrl) {\n var match = aUrl.match(urlRegexp);\n if (!match) {\n return null;\n }\n return {\n scheme: match[1],\n auth: match[2],\n host: match[3],\n port: match[4],\n path: match[5]\n };\n}\nexports.urlParse = urlParse;\n\nfunction urlGenerate(aParsedUrl) {\n var url = '';\n if (aParsedUrl.scheme) {\n url += aParsedUrl.scheme + ':';\n }\n url += '//';\n if (aParsedUrl.auth) {\n url += aParsedUrl.auth + '@';\n }\n if (aParsedUrl.host) {\n url += aParsedUrl.host;\n }\n if (aParsedUrl.port) {\n url += \":\" + aParsedUrl.port\n }\n if (aParsedUrl.path) {\n url += aParsedUrl.path;\n }\n return url;\n}\nexports.urlGenerate = urlGenerate;\n\n/**\n * Normalizes a path, or the path portion of a URL:\n *\n * - Replaces consecutive slashes with one slash.\n * - Removes unnecessary '.' parts.\n * - Removes unnecessary '/..' parts.\n *\n * Based on code in the Node.js 'path' core module.\n *\n * @param aPath The path or url to normalize.\n */\nfunction normalize(aPath) {\n var path = aPath;\n var url = urlParse(aPath);\n if (url) {\n if (!url.path) {\n return aPath;\n }\n path = url.path;\n }\n var isAbsolute = exports.isAbsolute(path);\n\n var parts = path.split(/\\/+/);\n for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n part = parts[i];\n if (part === '.') {\n parts.splice(i, 1);\n } else if (part === '..') {\n up++;\n } else if (up > 0) {\n if (part === '') {\n // The first part is blank if the path is absolute. Trying to go\n // above the root is a no-op. Therefore we can remove all '..' parts\n // directly after the root.\n parts.splice(i + 1, up);\n up = 0;\n } else {\n parts.splice(i, 2);\n up--;\n }\n }\n }\n path = parts.join('/');\n\n if (path === '') {\n path = isAbsolute ? '/' : '.';\n }\n\n if (url) {\n url.path = path;\n return urlGenerate(url);\n }\n return path;\n}\nexports.normalize = normalize;\n\n/**\n * Joins two paths/URLs.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be joined with the root.\n *\n * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n * first.\n * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n * is updated with the result and aRoot is returned. Otherwise the result\n * is returned.\n * - If aPath is absolute, the result is aPath.\n * - Otherwise the two paths are joined with a slash.\n * - Joining for example 'http://' and 'www.example.com' is also supported.\n */\nfunction join(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n if (aPath === \"\") {\n aPath = \".\";\n }\n var aPathUrl = urlParse(aPath);\n var aRootUrl = urlParse(aRoot);\n if (aRootUrl) {\n aRoot = aRootUrl.path || '/';\n }\n\n // `join(foo, '//www.example.org')`\n if (aPathUrl && !aPathUrl.scheme) {\n if (aRootUrl) {\n aPathUrl.scheme = aRootUrl.scheme;\n }\n return urlGenerate(aPathUrl);\n }\n\n if (aPathUrl || aPath.match(dataUrlRegexp)) {\n return aPath;\n }\n\n // `join('http://', 'www.example.com')`\n if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n aRootUrl.host = aPath;\n return urlGenerate(aRootUrl);\n }\n\n var joined = aPath.charAt(0) === '/'\n ? aPath\n : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\n if (aRootUrl) {\n aRootUrl.path = joined;\n return urlGenerate(aRootUrl);\n }\n return joined;\n}\nexports.join = join;\n\nexports.isAbsolute = function (aPath) {\n return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp);\n};\n\n/**\n * Make a path relative to a URL or another path.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be made relative to aRoot.\n */\nfunction relative(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n\n aRoot = aRoot.replace(/\\/$/, '');\n\n // It is possible for the path to be above the root. In this case, simply\n // checking whether the root is a prefix of the path won't work. Instead, we\n // need to remove components from the root one by one, until either we find\n // a prefix that fits, or we run out of components to remove.\n var level = 0;\n while (aPath.indexOf(aRoot + '/') !== 0) {\n var index = aRoot.lastIndexOf(\"/\");\n if (index < 0) {\n return aPath;\n }\n\n // If the only part of the root that is left is the scheme (i.e. http://,\n // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n // have exhausted all components, so the path is not relative to the root.\n aRoot = aRoot.slice(0, index);\n if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n return aPath;\n }\n\n ++level;\n }\n\n // Make sure we add a \"../\" for each component we removed from the root.\n return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n}\nexports.relative = relative;\n\nvar supportsNullProto = (function () {\n var obj = Object.create(null);\n return !('__proto__' in obj);\n}());\n\nfunction identity (s) {\n return s;\n}\n\n/**\n * Because behavior goes wacky when you set `__proto__` on objects, we\n * have to prefix all the strings in our set with an arbitrary character.\n *\n * See https://github.com/mozilla/source-map/pull/31 and\n * https://github.com/mozilla/source-map/issues/30\n *\n * @param String aStr\n */\nfunction toSetString(aStr) {\n if (isProtoString(aStr)) {\n return '$' + aStr;\n }\n\n return aStr;\n}\nexports.toSetString = supportsNullProto ? identity : toSetString;\n\nfunction fromSetString(aStr) {\n if (isProtoString(aStr)) {\n return aStr.slice(1);\n }\n\n return aStr;\n}\nexports.fromSetString = supportsNullProto ? identity : fromSetString;\n\nfunction isProtoString(s) {\n if (!s) {\n return false;\n }\n\n var length = s.length;\n\n if (length < 9 /* \"__proto__\".length */) {\n return false;\n }\n\n if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n s.charCodeAt(length - 9) !== 95 /* '_' */) {\n return false;\n }\n\n for (var i = length - 10; i >= 0; i--) {\n if (s.charCodeAt(i) !== 36 /* '$' */) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * Comparator between two mappings where the original positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same original source/line/column, but different generated\n * line and column the same. Useful when searching for a mapping with a\n * stubbed out mapping.\n */\nfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n var cmp = mappingA.source - mappingB.source;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0 || onlyCompareOriginal) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n return mappingA.name - mappingB.name;\n}\nexports.compareByOriginalPositions = compareByOriginalPositions;\n\n/**\n * Comparator between two mappings with deflated source and name indices where\n * the generated positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same generated line and column, but different\n * source/name/original line and column the same. Useful when searching for a\n * mapping with a stubbed out mapping.\n */\nfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0 || onlyCompareGenerated) {\n return cmp;\n }\n\n cmp = mappingA.source - mappingB.source;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return mappingA.name - mappingB.name;\n}\nexports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\nfunction strcmp(aStr1, aStr2) {\n if (aStr1 === aStr2) {\n return 0;\n }\n\n if (aStr1 > aStr2) {\n return 1;\n }\n\n return -1;\n}\n\n/**\n * Comparator between two mappings with inflated source and name strings where\n * the generated positions are compared.\n */\nfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/util.js\n// module id = 4\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar has = Object.prototype.hasOwnProperty;\nvar hasNativeMap = typeof Map !== \"undefined\";\n\n/**\n * A data structure which is a combination of an array and a set. Adding a new\n * member is O(1), testing for membership is O(1), and finding the index of an\n * element is O(1). Removing elements from the set is not supported. Only\n * strings are supported for membership.\n */\nfunction ArraySet() {\n this._array = [];\n this._set = hasNativeMap ? new Map() : Object.create(null);\n}\n\n/**\n * Static method for creating ArraySet instances from an existing array.\n */\nArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n var set = new ArraySet();\n for (var i = 0, len = aArray.length; i < len; i++) {\n set.add(aArray[i], aAllowDuplicates);\n }\n return set;\n};\n\n/**\n * Return how many unique items are in this ArraySet. If duplicates have been\n * added, than those do not count towards the size.\n *\n * @returns Number\n */\nArraySet.prototype.size = function ArraySet_size() {\n return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n};\n\n/**\n * Add the given string to this set.\n *\n * @param String aStr\n */\nArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n var idx = this._array.length;\n if (!isDuplicate || aAllowDuplicates) {\n this._array.push(aStr);\n }\n if (!isDuplicate) {\n if (hasNativeMap) {\n this._set.set(aStr, idx);\n } else {\n this._set[sStr] = idx;\n }\n }\n};\n\n/**\n * Is the given string a member of this set?\n *\n * @param String aStr\n */\nArraySet.prototype.has = function ArraySet_has(aStr) {\n if (hasNativeMap) {\n return this._set.has(aStr);\n } else {\n var sStr = util.toSetString(aStr);\n return has.call(this._set, sStr);\n }\n};\n\n/**\n * What is the index of the given string in the array?\n *\n * @param String aStr\n */\nArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n if (hasNativeMap) {\n var idx = this._set.get(aStr);\n if (idx >= 0) {\n return idx;\n }\n } else {\n var sStr = util.toSetString(aStr);\n if (has.call(this._set, sStr)) {\n return this._set[sStr];\n }\n }\n\n throw new Error('\"' + aStr + '\" is not in the set.');\n};\n\n/**\n * What is the element at the given index?\n *\n * @param Number aIdx\n */\nArraySet.prototype.at = function ArraySet_at(aIdx) {\n if (aIdx >= 0 && aIdx < this._array.length) {\n return this._array[aIdx];\n }\n throw new Error('No element indexed by ' + aIdx);\n};\n\n/**\n * Returns the array representation of this set (which has the proper indices\n * indicated by indexOf). Note that this is a copy of the internal array used\n * for storing the members so that no one can mess with internal state.\n */\nArraySet.prototype.toArray = function ArraySet_toArray() {\n return this._array.slice();\n};\n\nexports.ArraySet = ArraySet;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/array-set.js\n// module id = 5\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2014 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\n\n/**\n * Determine whether mappingB is after mappingA with respect to generated\n * position.\n */\nfunction generatedPositionAfter(mappingA, mappingB) {\n // Optimized for most common case\n var lineA = mappingA.generatedLine;\n var lineB = mappingB.generatedLine;\n var columnA = mappingA.generatedColumn;\n var columnB = mappingB.generatedColumn;\n return lineB > lineA || lineB == lineA && columnB >= columnA ||\n util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n}\n\n/**\n * A data structure to provide a sorted view of accumulated mappings in a\n * performance conscious manner. It trades a neglibable overhead in general\n * case for a large speedup in case of mappings being added in order.\n */\nfunction MappingList() {\n this._array = [];\n this._sorted = true;\n // Serves as infimum\n this._last = {generatedLine: -1, generatedColumn: 0};\n}\n\n/**\n * Iterate through internal items. This method takes the same arguments that\n * `Array.prototype.forEach` takes.\n *\n * NOTE: The order of the mappings is NOT guaranteed.\n */\nMappingList.prototype.unsortedForEach =\n function MappingList_forEach(aCallback, aThisArg) {\n this._array.forEach(aCallback, aThisArg);\n };\n\n/**\n * Add the given source mapping.\n *\n * @param Object aMapping\n */\nMappingList.prototype.add = function MappingList_add(aMapping) {\n if (generatedPositionAfter(this._last, aMapping)) {\n this._last = aMapping;\n this._array.push(aMapping);\n } else {\n this._sorted = false;\n this._array.push(aMapping);\n }\n};\n\n/**\n * Returns the flat, sorted array of mappings. The mappings are sorted by\n * generated position.\n *\n * WARNING: This method returns internal data without copying, for\n * performance. The return value must NOT be mutated, and should be treated as\n * an immutable borrow. If you want to take ownership, you must make your own\n * copy.\n */\nMappingList.prototype.toArray = function MappingList_toArray() {\n if (!this._sorted) {\n this._array.sort(util.compareByGeneratedPositionsInflated);\n this._sorted = true;\n }\n return this._array;\n};\n\nexports.MappingList = MappingList;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/mapping-list.js\n// module id = 6\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar binarySearch = require('./binary-search');\nvar ArraySet = require('./array-set').ArraySet;\nvar base64VLQ = require('./base64-vlq');\nvar quickSort = require('./quick-sort').quickSort;\n\nfunction SourceMapConsumer(aSourceMap) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n }\n\n return sourceMap.sections != null\n ? new IndexedSourceMapConsumer(sourceMap)\n : new BasicSourceMapConsumer(sourceMap);\n}\n\nSourceMapConsumer.fromSourceMap = function(aSourceMap) {\n return BasicSourceMapConsumer.fromSourceMap(aSourceMap);\n}\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nSourceMapConsumer.prototype._version = 3;\n\n// `__generatedMappings` and `__originalMappings` are arrays that hold the\n// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n// are lazily instantiated, accessed via the `_generatedMappings` and\n// `_originalMappings` getters respectively, and we only parse the mappings\n// and create these arrays once queried for a source location. We jump through\n// these hoops because there can be many thousands of mappings, and parsing\n// them is expensive, so we only want to do it if we must.\n//\n// Each object in the arrays is of the form:\n//\n// {\n// generatedLine: The line number in the generated code,\n// generatedColumn: The column number in the generated code,\n// source: The path to the original source file that generated this\n// chunk of code,\n// originalLine: The line number in the original source that\n// corresponds to this chunk of generated code,\n// originalColumn: The column number in the original source that\n// corresponds to this chunk of generated code,\n// name: The name of the original symbol which generated this chunk of\n// code.\n// }\n//\n// All properties except for `generatedLine` and `generatedColumn` can be\n// `null`.\n//\n// `_generatedMappings` is ordered by the generated positions.\n//\n// `_originalMappings` is ordered by the original positions.\n\nSourceMapConsumer.prototype.__generatedMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n get: function () {\n if (!this.__generatedMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__generatedMappings;\n }\n});\n\nSourceMapConsumer.prototype.__originalMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n get: function () {\n if (!this.__originalMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__originalMappings;\n }\n});\n\nSourceMapConsumer.prototype._charIsMappingSeparator =\n function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n var c = aStr.charAt(index);\n return c === \";\" || c === \",\";\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n throw new Error(\"Subclasses must implement _parseMappings\");\n };\n\nSourceMapConsumer.GENERATED_ORDER = 1;\nSourceMapConsumer.ORIGINAL_ORDER = 2;\n\nSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\nSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\n/**\n * Iterate over each mapping between an original source/line/column and a\n * generated line/column in this source map.\n *\n * @param Function aCallback\n * The function that is called with each mapping.\n * @param Object aContext\n * Optional. If specified, this object will be the value of `this` every\n * time that `aCallback` is called.\n * @param aOrder\n * Either `SourceMapConsumer.GENERATED_ORDER` or\n * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n * iterate over the mappings sorted by the generated file's line/column\n * order or the original's source/line/column order, respectively. Defaults to\n * `SourceMapConsumer.GENERATED_ORDER`.\n */\nSourceMapConsumer.prototype.eachMapping =\n function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n var context = aContext || null;\n var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\n var mappings;\n switch (order) {\n case SourceMapConsumer.GENERATED_ORDER:\n mappings = this._generatedMappings;\n break;\n case SourceMapConsumer.ORIGINAL_ORDER:\n mappings = this._originalMappings;\n break;\n default:\n throw new Error(\"Unknown order of iteration.\");\n }\n\n var sourceRoot = this.sourceRoot;\n mappings.map(function (mapping) {\n var source = mapping.source === null ? null : this._sources.at(mapping.source);\n if (source != null && sourceRoot != null) {\n source = util.join(sourceRoot, source);\n }\n return {\n source: source,\n generatedLine: mapping.generatedLine,\n generatedColumn: mapping.generatedColumn,\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: mapping.name === null ? null : this._names.at(mapping.name)\n };\n }, this).forEach(aCallback, context);\n };\n\n/**\n * Returns all generated line and column information for the original source,\n * line, and column provided. If no column is provided, returns all mappings\n * corresponding to a either the line we are searching for or the next\n * closest line that has any mappings. Otherwise, returns all mappings\n * corresponding to the given line and either the column we are searching for\n * or the next closest column that has any offsets.\n *\n * The only argument is an object with the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source.\n * - column: Optional. the column number in the original source.\n *\n * and an array of objects is returned, each with the following properties:\n *\n * - line: The line number in the generated source, or null.\n * - column: The column number in the generated source, or null.\n */\nSourceMapConsumer.prototype.allGeneratedPositionsFor =\n function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n var line = util.getArg(aArgs, 'line');\n\n // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n // returns the index of the closest mapping less than the needle. By\n // setting needle.originalColumn to 0, we thus find the last mapping for\n // the given line, provided such a mapping exists.\n var needle = {\n source: util.getArg(aArgs, 'source'),\n originalLine: line,\n originalColumn: util.getArg(aArgs, 'column', 0)\n };\n\n if (this.sourceRoot != null) {\n needle.source = util.relative(this.sourceRoot, needle.source);\n }\n if (!this._sources.has(needle.source)) {\n return [];\n }\n needle.source = this._sources.indexOf(needle.source);\n\n var mappings = [];\n\n var index = this._findMapping(needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n binarySearch.LEAST_UPPER_BOUND);\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (aArgs.column === undefined) {\n var originalLine = mapping.originalLine;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we found. Since\n // mappings are sorted, this is guaranteed to find all mappings for\n // the line we found.\n while (mapping && mapping.originalLine === originalLine) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n } else {\n var originalColumn = mapping.originalColumn;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we were searching for.\n // Since mappings are sorted, this is guaranteed to find all mappings for\n // the line we are searching for.\n while (mapping &&\n mapping.originalLine === line &&\n mapping.originalColumn == originalColumn) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n }\n }\n\n return mappings;\n };\n\nexports.SourceMapConsumer = SourceMapConsumer;\n\n/**\n * A BasicSourceMapConsumer instance represents a parsed source map which we can\n * query for information about the original file positions by giving it a file\n * position in the generated source.\n *\n * The only parameter is the raw source map (either as a JSON string, or\n * already parsed to an object). According to the spec, source maps have the\n * following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - sources: An array of URLs to the original source files.\n * - names: An array of identifiers which can be referrenced by individual mappings.\n * - sourceRoot: Optional. The URL root from which all sources are relative.\n * - sourcesContent: Optional. An array of contents of the original source files.\n * - mappings: A string of base64 VLQs which contain the actual mappings.\n * - file: Optional. The generated file this source map is associated with.\n *\n * Here is an example source map, taken from the source map spec[0]:\n *\n * {\n * version : 3,\n * file: \"out.js\",\n * sourceRoot : \"\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AA,AB;;ABCDE;\"\n * }\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n */\nfunction BasicSourceMapConsumer(aSourceMap) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sources = util.getArg(sourceMap, 'sources');\n // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n // requires the array) to play nice here.\n var names = util.getArg(sourceMap, 'names', []);\n var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n var mappings = util.getArg(sourceMap, 'mappings');\n var file = util.getArg(sourceMap, 'file', null);\n\n // Once again, Sass deviates from the spec and supplies the version as a\n // string rather than a number, so we use loose equality checking here.\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n sources = sources\n .map(String)\n // Some source maps produce relative source paths like \"./foo.js\" instead of\n // \"foo.js\". Normalize these first so that future comparisons will succeed.\n // See bugzil.la/1090768.\n .map(util.normalize)\n // Always ensure that absolute sources are internally stored relative to\n // the source root, if the source root is absolute. Not doing this would\n // be particularly problematic when the source root is a prefix of the\n // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n .map(function (source) {\n return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n ? util.relative(sourceRoot, source)\n : source;\n });\n\n // Pass `true` below to allow duplicate names and sources. While source maps\n // are intended to be compressed and deduplicated, the TypeScript compiler\n // sometimes generates source maps with duplicates in them. See Github issue\n // #72 and bugzil.la/889492.\n this._names = ArraySet.fromArray(names.map(String), true);\n this._sources = ArraySet.fromArray(sources, true);\n\n this.sourceRoot = sourceRoot;\n this.sourcesContent = sourcesContent;\n this._mappings = mappings;\n this.file = file;\n}\n\nBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\n/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @returns BasicSourceMapConsumer\n */\nBasicSourceMapConsumer.fromSourceMap =\n function SourceMapConsumer_fromSourceMap(aSourceMap) {\n var smc = Object.create(BasicSourceMapConsumer.prototype);\n\n var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n smc.sourceRoot = aSourceMap._sourceRoot;\n smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n smc.sourceRoot);\n smc.file = aSourceMap._file;\n\n // Because we are modifying the entries (by converting string sources and\n // names to indices into the sources and names ArraySets), we have to make\n // a copy of the entry or else bad things happen. Shared mutable state\n // strikes again! See github issue #191.\n\n var generatedMappings = aSourceMap._mappings.toArray().slice();\n var destGeneratedMappings = smc.__generatedMappings = [];\n var destOriginalMappings = smc.__originalMappings = [];\n\n for (var i = 0, length = generatedMappings.length; i < length; i++) {\n var srcMapping = generatedMappings[i];\n var destMapping = new Mapping;\n destMapping.generatedLine = srcMapping.generatedLine;\n destMapping.generatedColumn = srcMapping.generatedColumn;\n\n if (srcMapping.source) {\n destMapping.source = sources.indexOf(srcMapping.source);\n destMapping.originalLine = srcMapping.originalLine;\n destMapping.originalColumn = srcMapping.originalColumn;\n\n if (srcMapping.name) {\n destMapping.name = names.indexOf(srcMapping.name);\n }\n\n destOriginalMappings.push(destMapping);\n }\n\n destGeneratedMappings.push(destMapping);\n }\n\n quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\n return smc;\n };\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nBasicSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n get: function () {\n return this._sources.toArray().map(function (s) {\n return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s;\n }, this);\n }\n});\n\n/**\n * Provide the JIT with a nice shape / hidden class.\n */\nfunction Mapping() {\n this.generatedLine = 0;\n this.generatedColumn = 0;\n this.source = null;\n this.originalLine = null;\n this.originalColumn = null;\n this.name = null;\n}\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nBasicSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n var generatedLine = 1;\n var previousGeneratedColumn = 0;\n var previousOriginalLine = 0;\n var previousOriginalColumn = 0;\n var previousSource = 0;\n var previousName = 0;\n var length = aStr.length;\n var index = 0;\n var cachedSegments = {};\n var temp = {};\n var originalMappings = [];\n var generatedMappings = [];\n var mapping, str, segment, end, value;\n\n while (index < length) {\n if (aStr.charAt(index) === ';') {\n generatedLine++;\n index++;\n previousGeneratedColumn = 0;\n }\n else if (aStr.charAt(index) === ',') {\n index++;\n }\n else {\n mapping = new Mapping();\n mapping.generatedLine = generatedLine;\n\n // Because each offset is encoded relative to the previous one,\n // many segments often have the same encoding. We can exploit this\n // fact by caching the parsed variable length fields of each segment,\n // allowing us to avoid a second parse if we encounter the same\n // segment again.\n for (end = index; end < length; end++) {\n if (this._charIsMappingSeparator(aStr, end)) {\n break;\n }\n }\n str = aStr.slice(index, end);\n\n segment = cachedSegments[str];\n if (segment) {\n index += str.length;\n } else {\n segment = [];\n while (index < end) {\n base64VLQ.decode(aStr, index, temp);\n value = temp.value;\n index = temp.rest;\n segment.push(value);\n }\n\n if (segment.length === 2) {\n throw new Error('Found a source, but no line and column');\n }\n\n if (segment.length === 3) {\n throw new Error('Found a source and line, but no column');\n }\n\n cachedSegments[str] = segment;\n }\n\n // Generated column.\n mapping.generatedColumn = previousGeneratedColumn + segment[0];\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (segment.length > 1) {\n // Original source.\n mapping.source = previousSource + segment[1];\n previousSource += segment[1];\n\n // Original line.\n mapping.originalLine = previousOriginalLine + segment[2];\n previousOriginalLine = mapping.originalLine;\n // Lines are stored 0-based\n mapping.originalLine += 1;\n\n // Original column.\n mapping.originalColumn = previousOriginalColumn + segment[3];\n previousOriginalColumn = mapping.originalColumn;\n\n if (segment.length > 4) {\n // Original name.\n mapping.name = previousName + segment[4];\n previousName += segment[4];\n }\n }\n\n generatedMappings.push(mapping);\n if (typeof mapping.originalLine === 'number') {\n originalMappings.push(mapping);\n }\n }\n }\n\n quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n this.__generatedMappings = generatedMappings;\n\n quickSort(originalMappings, util.compareByOriginalPositions);\n this.__originalMappings = originalMappings;\n };\n\n/**\n * Find the mapping that best matches the hypothetical \"needle\" mapping that\n * we are searching for in the given \"haystack\" of mappings.\n */\nBasicSourceMapConsumer.prototype._findMapping =\n function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n aColumnName, aComparator, aBias) {\n // To return the position we are searching for, we must first find the\n // mapping for the given position and then return the opposite position it\n // points to. Because the mappings are sorted, we can use binary search to\n // find the best mapping.\n\n if (aNeedle[aLineName] <= 0) {\n throw new TypeError('Line must be greater than or equal to 1, got '\n + aNeedle[aLineName]);\n }\n if (aNeedle[aColumnName] < 0) {\n throw new TypeError('Column must be greater than or equal to 0, got '\n + aNeedle[aColumnName]);\n }\n\n return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n };\n\n/**\n * Compute the last column for each generated mapping. The last column is\n * inclusive.\n */\nBasicSourceMapConsumer.prototype.computeColumnSpans =\n function SourceMapConsumer_computeColumnSpans() {\n for (var index = 0; index < this._generatedMappings.length; ++index) {\n var mapping = this._generatedMappings[index];\n\n // Mappings do not contain a field for the last generated columnt. We\n // can come up with an optimistic estimate, however, by assuming that\n // mappings are contiguous (i.e. given two consecutive mappings, the\n // first mapping ends where the second one starts).\n if (index + 1 < this._generatedMappings.length) {\n var nextMapping = this._generatedMappings[index + 1];\n\n if (mapping.generatedLine === nextMapping.generatedLine) {\n mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n continue;\n }\n }\n\n // The last mapping for each line spans the entire line.\n mapping.lastGeneratedColumn = Infinity;\n }\n };\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source.\n * - column: The column number in the generated source.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null.\n * - column: The column number in the original source, or null.\n * - name: The original identifier, or null.\n */\nBasicSourceMapConsumer.prototype.originalPositionFor =\n function SourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._generatedMappings,\n \"generatedLine\",\n \"generatedColumn\",\n util.compareByGeneratedPositionsDeflated,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._generatedMappings[index];\n\n if (mapping.generatedLine === needle.generatedLine) {\n var source = util.getArg(mapping, 'source', null);\n if (source !== null) {\n source = this._sources.at(source);\n if (this.sourceRoot != null) {\n source = util.join(this.sourceRoot, source);\n }\n }\n var name = util.getArg(mapping, 'name', null);\n if (name !== null) {\n name = this._names.at(name);\n }\n return {\n source: source,\n line: util.getArg(mapping, 'originalLine', null),\n column: util.getArg(mapping, 'originalColumn', null),\n name: name\n };\n }\n }\n\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n function BasicSourceMapConsumer_hasContentsOfAllSources() {\n if (!this.sourcesContent) {\n return false;\n }\n return this.sourcesContent.length >= this._sources.size() &&\n !this.sourcesContent.some(function (sc) { return sc == null; });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nBasicSourceMapConsumer.prototype.sourceContentFor =\n function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n if (!this.sourcesContent) {\n return null;\n }\n\n if (this.sourceRoot != null) {\n aSource = util.relative(this.sourceRoot, aSource);\n }\n\n if (this._sources.has(aSource)) {\n return this.sourcesContent[this._sources.indexOf(aSource)];\n }\n\n var url;\n if (this.sourceRoot != null\n && (url = util.urlParse(this.sourceRoot))) {\n // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n // many users. We can help them out when they expect file:// URIs to\n // behave like it would if they were running a local HTTP server. See\n // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n var fileUriAbsPath = aSource.replace(/^file:\\/\\//, \"\");\n if (url.scheme == \"file\"\n && this._sources.has(fileUriAbsPath)) {\n return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n }\n\n if ((!url.path || url.path == \"/\")\n && this._sources.has(\"/\" + aSource)) {\n return this.sourcesContent[this._sources.indexOf(\"/\" + aSource)];\n }\n }\n\n // This function is used recursively from\n // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n // don't want to throw if we can't find the source - we just want to\n // return null, so we provide a flag to exit gracefully.\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source.\n * - column: The column number in the original source.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null.\n * - column: The column number in the generated source, or null.\n */\nBasicSourceMapConsumer.prototype.generatedPositionFor =\n function SourceMapConsumer_generatedPositionFor(aArgs) {\n var source = util.getArg(aArgs, 'source');\n if (this.sourceRoot != null) {\n source = util.relative(this.sourceRoot, source);\n }\n if (!this._sources.has(source)) {\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n }\n source = this._sources.indexOf(source);\n\n var needle = {\n source: source,\n originalLine: util.getArg(aArgs, 'line'),\n originalColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (mapping.source === needle.source) {\n return {\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n };\n }\n }\n\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n };\n\nexports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\n/**\n * An IndexedSourceMapConsumer instance represents a parsed source map which\n * we can query for information. It differs from BasicSourceMapConsumer in\n * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n * input.\n *\n * The only parameter is a raw source map (either as a JSON string, or already\n * parsed to an object). According to the spec for indexed source maps, they\n * have the following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - file: Optional. The generated file this source map is associated with.\n * - sections: A list of section definitions.\n *\n * Each value under the \"sections\" field has two fields:\n * - offset: The offset into the original specified at which this section\n * begins to apply, defined as an object with a \"line\" and \"column\"\n * field.\n * - map: A source map definition. This source map could also be indexed,\n * but doesn't have to be.\n *\n * Instead of the \"map\" field, it's also possible to have a \"url\" field\n * specifying a URL to retrieve a source map from, but that's currently\n * unsupported.\n *\n * Here's an example source map, taken from the source map spec[0], but\n * modified to omit a section which uses the \"url\" field.\n *\n * {\n * version : 3,\n * file: \"app.js\",\n * sections: [{\n * offset: {line:100, column:10},\n * map: {\n * version : 3,\n * file: \"section.js\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AAAA,E;;ABCDE;\"\n * }\n * }],\n * }\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n */\nfunction IndexedSourceMapConsumer(aSourceMap) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sections = util.getArg(sourceMap, 'sections');\n\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n this._sources = new ArraySet();\n this._names = new ArraySet();\n\n var lastOffset = {\n line: -1,\n column: 0\n };\n this._sections = sections.map(function (s) {\n if (s.url) {\n // The url field will require support for asynchronicity.\n // See https://github.com/mozilla/source-map/issues/16\n throw new Error('Support for url field in sections not implemented.');\n }\n var offset = util.getArg(s, 'offset');\n var offsetLine = util.getArg(offset, 'line');\n var offsetColumn = util.getArg(offset, 'column');\n\n if (offsetLine < lastOffset.line ||\n (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n throw new Error('Section offsets must be ordered and non-overlapping.');\n }\n lastOffset = offset;\n\n return {\n generatedOffset: {\n // The offset fields are 0-based, but we use 1-based indices when\n // encoding/decoding from VLQ.\n generatedLine: offsetLine + 1,\n generatedColumn: offsetColumn + 1\n },\n consumer: new SourceMapConsumer(util.getArg(s, 'map'))\n }\n });\n}\n\nIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nIndexedSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n get: function () {\n var sources = [];\n for (var i = 0; i < this._sections.length; i++) {\n for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n sources.push(this._sections[i].consumer.sources[j]);\n }\n }\n return sources;\n }\n});\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source.\n * - column: The column number in the generated source.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null.\n * - column: The column number in the original source, or null.\n * - name: The original identifier, or null.\n */\nIndexedSourceMapConsumer.prototype.originalPositionFor =\n function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n // Find the section containing the generated position we're trying to map\n // to an original position.\n var sectionIndex = binarySearch.search(needle, this._sections,\n function(needle, section) {\n var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n if (cmp) {\n return cmp;\n }\n\n return (needle.generatedColumn -\n section.generatedOffset.generatedColumn);\n });\n var section = this._sections[sectionIndex];\n\n if (!section) {\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n }\n\n return section.consumer.originalPositionFor({\n line: needle.generatedLine -\n (section.generatedOffset.generatedLine - 1),\n column: needle.generatedColumn -\n (section.generatedOffset.generatedLine === needle.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n bias: aArgs.bias\n });\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n return this._sections.every(function (s) {\n return s.consumer.hasContentsOfAllSources();\n });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nIndexedSourceMapConsumer.prototype.sourceContentFor =\n function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n var content = section.consumer.sourceContentFor(aSource, true);\n if (content) {\n return content;\n }\n }\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source.\n * - column: The column number in the original source.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null.\n * - column: The column number in the generated source, or null.\n */\nIndexedSourceMapConsumer.prototype.generatedPositionFor =\n function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n // Only consider this section if the requested source is in the list of\n // sources of the consumer.\n if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) {\n continue;\n }\n var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n if (generatedPosition) {\n var ret = {\n line: generatedPosition.line +\n (section.generatedOffset.generatedLine - 1),\n column: generatedPosition.column +\n (section.generatedOffset.generatedLine === generatedPosition.line\n ? section.generatedOffset.generatedColumn - 1\n : 0)\n };\n return ret;\n }\n }\n\n return {\n line: null,\n column: null\n };\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nIndexedSourceMapConsumer.prototype._parseMappings =\n function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n this.__generatedMappings = [];\n this.__originalMappings = [];\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n var sectionMappings = section.consumer._generatedMappings;\n for (var j = 0; j < sectionMappings.length; j++) {\n var mapping = sectionMappings[j];\n\n var source = section.consumer._sources.at(mapping.source);\n if (section.consumer.sourceRoot !== null) {\n source = util.join(section.consumer.sourceRoot, source);\n }\n this._sources.add(source);\n source = this._sources.indexOf(source);\n\n var name = section.consumer._names.at(mapping.name);\n this._names.add(name);\n name = this._names.indexOf(name);\n\n // The mappings coming from the consumer for the section have\n // generated positions relative to the start of the section, so we\n // need to offset them to be relative to the start of the concatenated\n // generated file.\n var adjustedMapping = {\n source: source,\n generatedLine: mapping.generatedLine +\n (section.generatedOffset.generatedLine - 1),\n generatedColumn: mapping.generatedColumn +\n (section.generatedOffset.generatedLine === mapping.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: name\n };\n\n this.__generatedMappings.push(adjustedMapping);\n if (typeof adjustedMapping.originalLine === 'number') {\n this.__originalMappings.push(adjustedMapping);\n }\n }\n }\n\n quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n quickSort(this.__originalMappings, util.compareByOriginalPositions);\n };\n\nexports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-consumer.js\n// module id = 7\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nexports.GREATEST_LOWER_BOUND = 1;\nexports.LEAST_UPPER_BOUND = 2;\n\n/**\n * Recursive implementation of binary search.\n *\n * @param aLow Indices here and lower do not contain the needle.\n * @param aHigh Indices here and higher do not contain the needle.\n * @param aNeedle The element being searched for.\n * @param aHaystack The non-empty array being searched.\n * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n */\nfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n // This function terminates when one of the following is true:\n //\n // 1. We find the exact element we are looking for.\n //\n // 2. We did not find the exact element, but we can return the index of\n // the next-closest element.\n //\n // 3. We did not find the exact element, and there is no next-closest\n // element than the one we are searching for, so we return -1.\n var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n var cmp = aCompare(aNeedle, aHaystack[mid], true);\n if (cmp === 0) {\n // Found the element we are looking for.\n return mid;\n }\n else if (cmp > 0) {\n // Our needle is greater than aHaystack[mid].\n if (aHigh - mid > 1) {\n // The element is in the upper half.\n return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // The exact needle element was not found in this haystack. Determine if\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return aHigh < aHaystack.length ? aHigh : -1;\n } else {\n return mid;\n }\n }\n else {\n // Our needle is less than aHaystack[mid].\n if (mid - aLow > 1) {\n // The element is in the lower half.\n return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return mid;\n } else {\n return aLow < 0 ? -1 : aLow;\n }\n }\n}\n\n/**\n * This is an implementation of binary search which will always try and return\n * the index of the closest element if there is no exact hit. This is because\n * mappings between original and generated line/col pairs are single points,\n * and there is an implicit region between each of them, so a miss just means\n * that you aren't on the very start of a region.\n *\n * @param aNeedle The element you are looking for.\n * @param aHaystack The array that is being searched.\n * @param aCompare A function which takes the needle and an element in the\n * array and returns -1, 0, or 1 depending on whether the needle is less\n * than, equal to, or greater than the element, respectively.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n */\nexports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n if (aHaystack.length === 0) {\n return -1;\n }\n\n var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n if (index < 0) {\n return -1;\n }\n\n // We have found either the exact element, or the next-closest element than\n // the one we are searching for. However, there may be more than one such\n // element. Make sure we always return the smallest of these.\n while (index - 1 >= 0) {\n if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n break;\n }\n --index;\n }\n\n return index;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/binary-search.js\n// module id = 8\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n// It turns out that some (most?) JavaScript engines don't self-host\n// `Array.prototype.sort`. This makes sense because C++ will likely remain\n// faster than JS when doing raw CPU-intensive sorting. However, when using a\n// custom comparator function, calling back and forth between the VM's C++ and\n// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n// worse generated code for the comparator function than would be optimal. In\n// fact, when sorting with a comparator, these costs outweigh the benefits of\n// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n// a ~3500ms mean speed-up in `bench/bench.html`.\n\n/**\n * Swap the elements indexed by `x` and `y` in the array `ary`.\n *\n * @param {Array} ary\n * The array.\n * @param {Number} x\n * The index of the first item.\n * @param {Number} y\n * The index of the second item.\n */\nfunction swap(ary, x, y) {\n var temp = ary[x];\n ary[x] = ary[y];\n ary[y] = temp;\n}\n\n/**\n * Returns a random integer within the range `low .. high` inclusive.\n *\n * @param {Number} low\n * The lower bound on the range.\n * @param {Number} high\n * The upper bound on the range.\n */\nfunction randomIntInRange(low, high) {\n return Math.round(low + (Math.random() * (high - low)));\n}\n\n/**\n * The Quick Sort algorithm.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n * @param {Number} p\n * Start index of the array\n * @param {Number} r\n * End index of the array\n */\nfunction doQuickSort(ary, comparator, p, r) {\n // If our lower bound is less than our upper bound, we (1) partition the\n // array into two pieces and (2) recurse on each half. If it is not, this is\n // the empty array and our base case.\n\n if (p < r) {\n // (1) Partitioning.\n //\n // The partitioning chooses a pivot between `p` and `r` and moves all\n // elements that are less than or equal to the pivot to the before it, and\n // all the elements that are greater than it after it. The effect is that\n // once partition is done, the pivot is in the exact place it will be when\n // the array is put in sorted order, and it will not need to be moved\n // again. This runs in O(n) time.\n\n // Always choose a random pivot so that an input array which is reverse\n // sorted does not cause O(n^2) running time.\n var pivotIndex = randomIntInRange(p, r);\n var i = p - 1;\n\n swap(ary, pivotIndex, r);\n var pivot = ary[r];\n\n // Immediately after `j` is incremented in this loop, the following hold\n // true:\n //\n // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n //\n // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n for (var j = p; j < r; j++) {\n if (comparator(ary[j], pivot) <= 0) {\n i += 1;\n swap(ary, i, j);\n }\n }\n\n swap(ary, i + 1, j);\n var q = i + 1;\n\n // (2) Recurse on each half.\n\n doQuickSort(ary, comparator, p, q - 1);\n doQuickSort(ary, comparator, q + 1, r);\n }\n}\n\n/**\n * Sort the given array in-place with the given comparator function.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n */\nexports.quickSort = function (ary, comparator) {\n doQuickSort(ary, comparator, 0, ary.length - 1);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/quick-sort.js\n// module id = 9\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;\nvar util = require('./util');\n\n// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n// operating systems these days (capturing the result).\nvar REGEX_NEWLINE = /(\\r?\\n)/;\n\n// Newline character code for charCodeAt() comparisons\nvar NEWLINE_CODE = 10;\n\n// Private symbol for identifying `SourceNode`s when multiple versions of\n// the source-map library are loaded. This MUST NOT CHANGE across\n// versions!\nvar isSourceNode = \"$$$isSourceNode$$$\";\n\n/**\n * SourceNodes provide a way to abstract over interpolating/concatenating\n * snippets of generated JavaScript source code while maintaining the line and\n * column information associated with the original source code.\n *\n * @param aLine The original line number.\n * @param aColumn The original column number.\n * @param aSource The original source's filename.\n * @param aChunks Optional. An array of strings which are snippets of\n * generated JS, or other SourceNodes.\n * @param aName The original identifier.\n */\nfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n this.children = [];\n this.sourceContents = {};\n this.line = aLine == null ? null : aLine;\n this.column = aColumn == null ? null : aColumn;\n this.source = aSource == null ? null : aSource;\n this.name = aName == null ? null : aName;\n this[isSourceNode] = true;\n if (aChunks != null) this.add(aChunks);\n}\n\n/**\n * Creates a SourceNode from generated code and a SourceMapConsumer.\n *\n * @param aGeneratedCode The generated code\n * @param aSourceMapConsumer The SourceMap for the generated code\n * @param aRelativePath Optional. The path that relative sources in the\n * SourceMapConsumer should be relative to.\n */\nSourceNode.fromStringWithSourceMap =\n function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n // The SourceNode we want to fill with the generated code\n // and the SourceMap\n var node = new SourceNode();\n\n // All even indices of this array are one line of the generated code,\n // while all odd indices are the newlines between two adjacent lines\n // (since `REGEX_NEWLINE` captures its match).\n // Processed fragments are accessed by calling `shiftNextLine`.\n var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n var remainingLinesIndex = 0;\n var shiftNextLine = function() {\n var lineContents = getNextLine();\n // The last line of a file might not have a newline.\n var newLine = getNextLine() || \"\";\n return lineContents + newLine;\n\n function getNextLine() {\n return remainingLinesIndex < remainingLines.length ?\n remainingLines[remainingLinesIndex++] : undefined;\n }\n };\n\n // We need to remember the position of \"remainingLines\"\n var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\n // The generate SourceNodes we need a code range.\n // To extract it current and last mapping is used.\n // Here we store the last mapping.\n var lastMapping = null;\n\n aSourceMapConsumer.eachMapping(function (mapping) {\n if (lastMapping !== null) {\n // We add the code from \"lastMapping\" to \"mapping\":\n // First check if there is a new line in between.\n if (lastGeneratedLine < mapping.generatedLine) {\n // Associate first line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n lastGeneratedLine++;\n lastGeneratedColumn = 0;\n // The remaining code is added without mapping\n } else {\n // There is no new line in between.\n // Associate the code between \"lastGeneratedColumn\" and\n // \"mapping.generatedColumn\" with \"lastMapping\"\n var nextLine = remainingLines[remainingLinesIndex];\n var code = nextLine.substr(0, mapping.generatedColumn -\n lastGeneratedColumn);\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n lastGeneratedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n addMappingWithCode(lastMapping, code);\n // No more remaining code, continue\n lastMapping = mapping;\n return;\n }\n }\n // We add the generated code until the first mapping\n // to the SourceNode without any mapping.\n // Each line is added as separate string.\n while (lastGeneratedLine < mapping.generatedLine) {\n node.add(shiftNextLine());\n lastGeneratedLine++;\n }\n if (lastGeneratedColumn < mapping.generatedColumn) {\n var nextLine = remainingLines[remainingLinesIndex];\n node.add(nextLine.substr(0, mapping.generatedColumn));\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n }\n lastMapping = mapping;\n }, this);\n // We have processed all mappings.\n if (remainingLinesIndex < remainingLines.length) {\n if (lastMapping) {\n // Associate the remaining code in the current line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n }\n // and add the remaining lines without any mapping\n node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n }\n\n // Copy sourcesContent into SourceNode\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aRelativePath != null) {\n sourceFile = util.join(aRelativePath, sourceFile);\n }\n node.setSourceContent(sourceFile, content);\n }\n });\n\n return node;\n\n function addMappingWithCode(mapping, code) {\n if (mapping === null || mapping.source === undefined) {\n node.add(code);\n } else {\n var source = aRelativePath\n ? util.join(aRelativePath, mapping.source)\n : mapping.source;\n node.add(new SourceNode(mapping.originalLine,\n mapping.originalColumn,\n source,\n code,\n mapping.name));\n }\n }\n };\n\n/**\n * Add a chunk of generated JS to this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.add = function SourceNode_add(aChunk) {\n if (Array.isArray(aChunk)) {\n aChunk.forEach(function (chunk) {\n this.add(chunk);\n }, this);\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n if (aChunk) {\n this.children.push(aChunk);\n }\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Add a chunk of generated JS to the beginning of this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n if (Array.isArray(aChunk)) {\n for (var i = aChunk.length-1; i >= 0; i--) {\n this.prepend(aChunk[i]);\n }\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n this.children.unshift(aChunk);\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Walk over the tree of JS snippets in this node and its children. The\n * walking function is called once for each snippet of JS and is passed that\n * snippet and the its original associated source's line/column location.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n var chunk;\n for (var i = 0, len = this.children.length; i < len; i++) {\n chunk = this.children[i];\n if (chunk[isSourceNode]) {\n chunk.walk(aFn);\n }\n else {\n if (chunk !== '') {\n aFn(chunk, { source: this.source,\n line: this.line,\n column: this.column,\n name: this.name });\n }\n }\n }\n};\n\n/**\n * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n * each of `this.children`.\n *\n * @param aSep The separator.\n */\nSourceNode.prototype.join = function SourceNode_join(aSep) {\n var newChildren;\n var i;\n var len = this.children.length;\n if (len > 0) {\n newChildren = [];\n for (i = 0; i < len-1; i++) {\n newChildren.push(this.children[i]);\n newChildren.push(aSep);\n }\n newChildren.push(this.children[i]);\n this.children = newChildren;\n }\n return this;\n};\n\n/**\n * Call String.prototype.replace on the very right-most source snippet. Useful\n * for trimming whitespace from the end of a source node, etc.\n *\n * @param aPattern The pattern to replace.\n * @param aReplacement The thing to replace the pattern with.\n */\nSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n var lastChild = this.children[this.children.length - 1];\n if (lastChild[isSourceNode]) {\n lastChild.replaceRight(aPattern, aReplacement);\n }\n else if (typeof lastChild === 'string') {\n this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n }\n else {\n this.children.push(''.replace(aPattern, aReplacement));\n }\n return this;\n};\n\n/**\n * Set the source content for a source file. This will be added to the SourceMapGenerator\n * in the sourcesContent field.\n *\n * @param aSourceFile The filename of the source file\n * @param aSourceContent The content of the source file\n */\nSourceNode.prototype.setSourceContent =\n function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n };\n\n/**\n * Walk over the tree of SourceNodes. The walking function is called for each\n * source file content and is passed the filename and source content.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walkSourceContents =\n function SourceNode_walkSourceContents(aFn) {\n for (var i = 0, len = this.children.length; i < len; i++) {\n if (this.children[i][isSourceNode]) {\n this.children[i].walkSourceContents(aFn);\n }\n }\n\n var sources = Object.keys(this.sourceContents);\n for (var i = 0, len = sources.length; i < len; i++) {\n aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n }\n };\n\n/**\n * Return the string representation of this source node. Walks over the tree\n * and concatenates all the various snippets together to one string.\n */\nSourceNode.prototype.toString = function SourceNode_toString() {\n var str = \"\";\n this.walk(function (chunk) {\n str += chunk;\n });\n return str;\n};\n\n/**\n * Returns the string representation of this source node along with a source\n * map.\n */\nSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n var generated = {\n code: \"\",\n line: 1,\n column: 0\n };\n var map = new SourceMapGenerator(aArgs);\n var sourceMappingActive = false;\n var lastOriginalSource = null;\n var lastOriginalLine = null;\n var lastOriginalColumn = null;\n var lastOriginalName = null;\n this.walk(function (chunk, original) {\n generated.code += chunk;\n if (original.source !== null\n && original.line !== null\n && original.column !== null) {\n if(lastOriginalSource !== original.source\n || lastOriginalLine !== original.line\n || lastOriginalColumn !== original.column\n || lastOriginalName !== original.name) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n lastOriginalSource = original.source;\n lastOriginalLine = original.line;\n lastOriginalColumn = original.column;\n lastOriginalName = original.name;\n sourceMappingActive = true;\n } else if (sourceMappingActive) {\n map.addMapping({\n generated: {\n line: generated.line,\n column: generated.column\n }\n });\n lastOriginalSource = null;\n sourceMappingActive = false;\n }\n for (var idx = 0, length = chunk.length; idx < length; idx++) {\n if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n generated.line++;\n generated.column = 0;\n // Mappings end at eol\n if (idx + 1 === length) {\n lastOriginalSource = null;\n sourceMappingActive = false;\n } else if (sourceMappingActive) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n } else {\n generated.column++;\n }\n }\n });\n this.walkSourceContents(function (sourceFile, sourceContent) {\n map.setSourceContent(sourceFile, sourceContent);\n });\n\n return { code: generated.code, map: map };\n};\n\nexports.SourceNode = SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-node.js\n// module id = 10\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/array-set.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/array-set.js new file mode 100644 index 0000000..fbd5c81 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/array-set.js @@ -0,0 +1,121 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); +var has = Object.prototype.hasOwnProperty; +var hasNativeMap = typeof Map !== "undefined"; + +/** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ +function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); +} + +/** + * Static method for creating ArraySet instances from an existing array. + */ +ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; +}; + +/** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ +ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; +}; + +/** + * Add the given string to this set. + * + * @param String aStr + */ +ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } +}; + +/** + * Is the given string a member of this set? + * + * @param String aStr + */ +ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } +}; + +/** + * What is the index of the given string in the array? + * + * @param String aStr + */ +ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); +}; + +/** + * What is the element at the given index? + * + * @param Number aIdx + */ +ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); +}; + +/** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ +ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); +}; + +exports.ArraySet = ArraySet; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64-vlq.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64-vlq.js new file mode 100644 index 0000000..612b404 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64-vlq.js @@ -0,0 +1,140 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +var base64 = require('./base64'); + +// A single base 64 digit can contain 6 bits of data. For the base 64 variable +// length quantities we use in the source map spec, the first bit is the sign, +// the next four bits are the actual value, and the 6th bit is the +// continuation bit. The continuation bit tells us whether there are more +// digits in this value following this digit. +// +// Continuation +// | Sign +// | | +// V V +// 101011 + +var VLQ_BASE_SHIFT = 5; + +// binary: 100000 +var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + +// binary: 011111 +var VLQ_BASE_MASK = VLQ_BASE - 1; + +// binary: 100000 +var VLQ_CONTINUATION_BIT = VLQ_BASE; + +/** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ +function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; +} + +/** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ +function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; +} + +/** + * Returns the base 64 VLQ encoded value. + */ +exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; +}; + +/** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ +exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; +}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64.js new file mode 100644 index 0000000..8aa86b3 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64.js @@ -0,0 +1,67 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + +/** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ +exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); +}; + +/** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ +exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; +}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/binary-search.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/binary-search.js new file mode 100644 index 0000000..010ac94 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/binary-search.js @@ -0,0 +1,111 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +exports.GREATEST_LOWER_BOUND = 1; +exports.LEAST_UPPER_BOUND = 2; + +/** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ +function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } +} + +/** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ +exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; +}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/mapping-list.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/mapping-list.js new file mode 100644 index 0000000..06d1274 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/mapping-list.js @@ -0,0 +1,79 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); + +/** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ +function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; +} + +/** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ +function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; +} + +/** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ +MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + +/** + * Add the given source mapping. + * + * @param Object aMapping + */ +MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } +}; + +/** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ +MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; +}; + +exports.MappingList = MappingList; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/quick-sort.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/quick-sort.js new file mode 100644 index 0000000..6a7caad --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/quick-sort.js @@ -0,0 +1,114 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +// It turns out that some (most?) JavaScript engines don't self-host +// `Array.prototype.sort`. This makes sense because C++ will likely remain +// faster than JS when doing raw CPU-intensive sorting. However, when using a +// custom comparator function, calling back and forth between the VM's C++ and +// JIT'd JS is rather slow *and* loses JIT type information, resulting in +// worse generated code for the comparator function than would be optimal. In +// fact, when sorting with a comparator, these costs outweigh the benefits of +// sorting in C++. By using our own JS-implemented Quick Sort (below), we get +// a ~3500ms mean speed-up in `bench/bench.html`. + +/** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ +function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; +} + +/** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ +function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); +} + +/** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ +function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } +} + +/** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ +exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); +}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-consumer.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-consumer.js new file mode 100644 index 0000000..6abcc28 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-consumer.js @@ -0,0 +1,1082 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); +var binarySearch = require('./binary-search'); +var ArraySet = require('./array-set').ArraySet; +var base64VLQ = require('./base64-vlq'); +var quickSort = require('./quick-sort').quickSort; + +function SourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap) + : new BasicSourceMapConsumer(sourceMap); +} + +SourceMapConsumer.fromSourceMap = function(aSourceMap) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap); +} + +/** + * The version of the source mapping spec that we are consuming. + */ +SourceMapConsumer.prototype._version = 3; + +// `__generatedMappings` and `__originalMappings` are arrays that hold the +// parsed mapping coordinates from the source map's "mappings" attribute. They +// are lazily instantiated, accessed via the `_generatedMappings` and +// `_originalMappings` getters respectively, and we only parse the mappings +// and create these arrays once queried for a source location. We jump through +// these hoops because there can be many thousands of mappings, and parsing +// them is expensive, so we only want to do it if we must. +// +// Each object in the arrays is of the form: +// +// { +// generatedLine: The line number in the generated code, +// generatedColumn: The column number in the generated code, +// source: The path to the original source file that generated this +// chunk of code, +// originalLine: The line number in the original source that +// corresponds to this chunk of generated code, +// originalColumn: The column number in the original source that +// corresponds to this chunk of generated code, +// name: The name of the original symbol which generated this chunk of +// code. +// } +// +// All properties except for `generatedLine` and `generatedColumn` can be +// `null`. +// +// `_generatedMappings` is ordered by the generated positions. +// +// `_originalMappings` is ordered by the original positions. + +SourceMapConsumer.prototype.__generatedMappings = null; +Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } +}); + +SourceMapConsumer.prototype.__originalMappings = null; +Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } +}); + +SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + +SourceMapConsumer.GENERATED_ORDER = 1; +SourceMapConsumer.ORIGINAL_ORDER = 2; + +SourceMapConsumer.GREATEST_LOWER_BOUND = 1; +SourceMapConsumer.LEAST_UPPER_BOUND = 2; + +/** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ +SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + if (source != null && sourceRoot != null) { + source = util.join(sourceRoot, source); + } + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + +/** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: Optional. the column number in the original source. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ +SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + if (this.sourceRoot != null) { + needle.source = util.relative(this.sourceRoot, needle.source); + } + if (!this._sources.has(needle.source)) { + return []; + } + needle.source = this._sources.indexOf(needle.source); + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + +exports.SourceMapConsumer = SourceMapConsumer; + +/** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The only parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ +function BasicSourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this.file = file; +} + +BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); +BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + +/** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @returns BasicSourceMapConsumer + */ +BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + +/** + * The version of the source mapping spec that we are consuming. + */ +BasicSourceMapConsumer.prototype._version = 3; + +/** + * The list of original sources. + */ +Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._sources.toArray().map(function (s) { + return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s; + }, this); + } +}); + +/** + * Provide the JIT with a nice shape / hidden class. + */ +function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; +} + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + +/** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ +BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + +/** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ +BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + +/** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. + * - column: The column number in the generated source. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. + * - column: The column number in the original source, or null. + * - name: The original identifier, or null. + */ +BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + if (this.sourceRoot != null) { + source = util.join(this.sourceRoot, source); + } + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + +/** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ +BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + +/** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ +BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + if (this.sourceRoot != null) { + aSource = util.relative(this.sourceRoot, aSource); + } + + if (this._sources.has(aSource)) { + return this.sourcesContent[this._sources.indexOf(aSource)]; + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = aSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + aSource)) { + return this.sourcesContent[this._sources.indexOf("/" + aSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + +/** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: The column number in the original source. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ +BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + if (this.sourceRoot != null) { + source = util.relative(this.sourceRoot, source); + } + if (!this._sources.has(source)) { + return { + line: null, + column: null, + lastColumn: null + }; + } + source = this._sources.indexOf(source); + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + +exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + +/** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The only parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ +function IndexedSourceMapConsumer(aSourceMap) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map')) + } + }); +} + +IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); +IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + +/** + * The version of the source mapping spec that we are consuming. + */ +IndexedSourceMapConsumer.prototype._version = 3; + +/** + * The list of original sources. + */ +Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } +}); + +/** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. + * - column: The column number in the generated source. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. + * - column: The column number in the original source, or null. + * - name: The original identifier, or null. + */ +IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + +/** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ +IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + +/** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ +IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + +/** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. + * - column: The column number in the original source. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. + * - column: The column number in the generated source, or null. + */ +IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + if (section.consumer.sourceRoot !== null) { + source = util.join(section.consumer.sourceRoot, source); + } + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + +exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-generator.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-generator.js new file mode 100644 index 0000000..aff1e7f --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-generator.js @@ -0,0 +1,416 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var base64VLQ = require('./base64-vlq'); +var util = require('./util'); +var ArraySet = require('./array-set').ArraySet; +var MappingList = require('./mapping-list').MappingList; + +/** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ +function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; +} + +SourceMapGenerator.prototype._version = 3; + +/** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ +SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + +/** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ +SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + +/** + * Set the source content for a source file. + */ +SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + +/** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ +SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + +/** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ +SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + +/** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ +SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + +SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + +/** + * Externalize the source map. + */ +SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + +/** + * Render the source map being generated to a string. + */ +SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + +exports.SourceMapGenerator = SourceMapGenerator; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-node.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-node.js new file mode 100644 index 0000000..d196a53 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-node.js @@ -0,0 +1,413 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator; +var util = require('./util'); + +// Matches a Windows-style `\r\n` newline or a `\n` newline used by all other +// operating systems these days (capturing the result). +var REGEX_NEWLINE = /(\r?\n)/; + +// Newline character code for charCodeAt() comparisons +var NEWLINE_CODE = 10; + +// Private symbol for identifying `SourceNode`s when multiple versions of +// the source-map library are loaded. This MUST NOT CHANGE across +// versions! +var isSourceNode = "$$$isSourceNode$$$"; + +/** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ +function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); +} + +/** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ +SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex]; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex]; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + +/** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ +SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; +}; + +/** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ +SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; +}; + +/** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ +SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } +}; + +/** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ +SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; +}; + +/** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ +SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; +}; + +/** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ +SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + +/** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ +SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + +/** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ +SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; +}; + +/** + * Returns the string representation of this source node along with a source + * map. + */ +SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; +}; + +exports.SourceNode = SourceNode; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/util.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/util.js new file mode 100644 index 0000000..44e0e45 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/util.js @@ -0,0 +1,417 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +/** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ +function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } +} +exports.getArg = getArg; + +var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/; +var dataUrlRegexp = /^data:.+\,.+$/; + +function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; +} +exports.urlParse = urlParse; + +function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; +} +exports.urlGenerate = urlGenerate; + +/** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ +function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; +} +exports.normalize = normalize; + +/** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ +function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; +} +exports.join = join; + +exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp); +}; + +/** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ +function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); +} +exports.relative = relative; + +var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); +}()); + +function identity (s) { + return s; +} + +/** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ +function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; +} +exports.toSetString = supportsNullProto ? identity : toSetString; + +function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; +} +exports.fromSetString = supportsNullProto ? identity : fromSetString; + +function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; +} + +/** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ +function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = mappingA.source - mappingB.source; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return mappingA.name - mappingB.name; +} +exports.compareByOriginalPositions = compareByOriginalPositions; + +/** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ +function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = mappingA.source - mappingB.source; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return mappingA.name - mappingB.name; +} +exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + +function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; +} + +/** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ +function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/package.json b/2019-setembro/node_modules/snapdragon/node_modules/source-map/package.json new file mode 100644 index 0000000..048e3ae --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/package.json @@ -0,0 +1,72 @@ +{ + "name": "source-map", + "description": "Generates and consumes source maps", + "version": "0.5.7", + "homepage": "https://github.com/mozilla/source-map", + "author": "Nick Fitzgerald ", + "contributors": [ + "Tobias Koppers ", + "Duncan Beevers ", + "Stephen Crane ", + "Ryan Seddon ", + "Miles Elam ", + "Mihai Bazon ", + "Michael Ficarra ", + "Todd Wolfson ", + "Alexander Solovyov ", + "Felix Gnass ", + "Conrad Irwin ", + "usrbincc ", + "David Glasser ", + "Chase Douglas ", + "Evan Wallace ", + "Heather Arthur ", + "Hugh Kennedy ", + "David Glasser ", + "Simon Lydell ", + "Jmeas Smith ", + "Michael Z Goddard ", + "azu ", + "John Gozde ", + "Adam Kirkton ", + "Chris Montgomery ", + "J. Ryan Stinnett ", + "Jack Herrington ", + "Chris Truter ", + "Daniel Espeset ", + "Jamie Wong ", + "Eddy Bruël ", + "Hawken Rives ", + "Gilad Peleg ", + "djchie ", + "Gary Ye ", + "Nicolas Lalevée " + ], + "repository": { + "type": "git", + "url": "http://github.com/mozilla/source-map.git" + }, + "main": "./source-map.js", + "files": [ + "source-map.js", + "lib/", + "dist/source-map.debug.js", + "dist/source-map.js", + "dist/source-map.min.js", + "dist/source-map.min.js.map" + ], + "engines": { + "node": ">=0.10.0" + }, + "license": "BSD-3-Clause", + "scripts": { + "test": "npm run build && node test/run-tests.js", + "build": "webpack --color", + "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" + }, + "devDependencies": { + "doctoc": "^0.15.0", + "webpack": "^1.12.0" + }, + "typings": "source-map" +} diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/source-map.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/source-map.js new file mode 100644 index 0000000..bc88fe8 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/node_modules/source-map/source-map.js @@ -0,0 +1,8 @@ +/* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ +exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator; +exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer; +exports.SourceNode = require('./lib/source-node').SourceNode; diff --git a/2019-setembro/node_modules/snapdragon/package.json b/2019-setembro/node_modules/snapdragon/package.json new file mode 100644 index 0000000..e4c4e73 --- /dev/null +++ b/2019-setembro/node_modules/snapdragon/package.json @@ -0,0 +1,79 @@ +{ + "name": "snapdragon", + "description": "Fast, pluggable and easy-to-use parser-renderer factory.", + "version": "0.8.2", + "homepage": "https://github.com/jonschlinkert/snapdragon", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Edward Betts (http://edwardbetts.com)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/snapdragon", + "bugs": { + "url": "https://github.com/jonschlinkert/snapdragon/issues" + }, + "license": "MIT", + "files": [ + "index.js", + "lib" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "devDependencies": { + "gulp": "^3.9.1", + "gulp-eslint": "^3.0.1", + "gulp-format-md": "^0.1.10", + "gulp-istanbul": "^1.1.1", + "gulp-mocha": "^3.0.1", + "gulp-unused": "^0.2.0", + "mocha": "^3.0.2" + }, + "keywords": [ + "lexer", + "snapdragon" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "description": "These libraries use snapdragon:", + "list": [ + "braces", + "expand-brackets", + "extglob", + "micromatch" + ] + }, + "reflinks": [ + "css", + "pug", + "verb", + "verb-generate-readme" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/source-map-resolve/.jshintrc b/2019-setembro/node_modules/source-map-resolve/.jshintrc new file mode 100644 index 0000000..4a29289 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/.jshintrc @@ -0,0 +1,46 @@ +{ + "bitwise": true, + "camelcase": true, + "curly": false, + "eqeqeq": true, + "es3": true, + "forin": true, + "immed": false, + "indent": false, + "latedef": "nofunc", + "newcap": false, + "noarg": true, + "noempty": true, + "nonew": false, + "plusplus": false, + "quotmark": false, + "undef": true, + "unused": "vars", + "strict": false, + "trailing": true, + "maxparams": 5, + "maxdepth": false, + "maxstatements": false, + "maxcomplexity": false, + "maxlen": 100, + + "asi": true, + "expr": true, + "globalstrict": true, + "smarttabs": true, + "sub": true, + + "node": true, + "globals": { + "describe": false, + "it": false, + "before": false, + "beforeEach": false, + "after": false, + "afterEach": false, + "define": false, + "window": false, + "atob": true, + "JSON": false + } +} diff --git a/2019-setembro/node_modules/source-map-resolve/.travis.yml b/2019-setembro/node_modules/source-map-resolve/.travis.yml new file mode 100644 index 0000000..2197832 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/.travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: + - "node" diff --git a/2019-setembro/node_modules/source-map-resolve/LICENSE b/2019-setembro/node_modules/source-map-resolve/LICENSE new file mode 100644 index 0000000..748f42e --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014, 2015, 2016, 2017 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/source-map-resolve/bower.json b/2019-setembro/node_modules/source-map-resolve/bower.json new file mode 100644 index 0000000..e95acf3 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/bower.json @@ -0,0 +1,30 @@ +{ + "name": "source-map-resolve", + "version": "0.5.2", + "author": "Simon Lydell", + "license": "MIT", + "description": "Resolve the source map and/or sources for a generated file.", + "keywords": [ + "source map", + "sourcemap", + "source", + "map", + "sourceMappingURL", + "resolve", + "resolver", + "locate", + "locator", + "find", + "finder" + ], + "authors": [ + "Simon Lydell" + ], + "ignore": [ + ".*" + ], + "dependencies": { + "source-map-url": "^0.4.0", + "resolve-url": "^0.2.1" + } +} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-resolve/changelog.md b/2019-setembro/node_modules/source-map-resolve/changelog.md new file mode 100644 index 0000000..b35771b --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/changelog.md @@ -0,0 +1,100 @@ +### Version 0.5.2 (2018-05-10) ### + +- Improved: Updated the version range of `atob` to disallow depending on `2.0.3` + which as a [security + vulnerability](https://snyk.io/test/npm/atob/2.0.3?severity=high&severity=medium&severity=low). + +### Version 0.5.1 (2017-10-21) ### + +- Fixed: URLs are now decoded before being passed to `read` in Node.js. This + allows reading files with spaces, for example. +- Fixed: Missing or empty `sources` fields (such as `sources: []`) in source + maps are now handled. Previously, such source maps would cause crashes or + callbacks never bing called. Now, an empty result is produced: + + ```js + sourcesResolved: [], + sourcesContent: [] + ``` + +### Version 0.5.0 (2016-02-28) ### + +- Improved: Errors now have a `sourceMapData` property that contain as much as + possible of the intended result of the function up until the error occurred. +- Changed: `resolveSources` and `resolve`, as well as their `*Sync` + alternatives, no longer fail when one single source fails to be fetched. + Instead, the `sourcesContent` array in the result object will contain error + objects for all failed sources, and strings otherwise. (Backwards-incompatible + change.) + +### Version 0.4.0 (2015-08-29) ### + +- Removed: The `ignoreSourceRoot` option of `resolveSources`. It has been + replaced with `sourceRoot: false`. (Backwards-incompatible change.) +- Added: The `sourceRoot` option of `resolveSources`. It not only allows to + ignore the source root, it also lets you replace it. +- Added: The `parseMapToJSON` method. +- Added: The `resolve` method now accepts `null, mapUrl, ...` as arguments, in + addition to the existing signature, which will read `mapUrl` instead of + looking for a sourceMappingURL in the code. + +### Version 0.3.1 (2014-08-16) ### + +- Improved: Updated the source-map-url dependency to 0.3.0. + + +### Version 0.3.0 (2014-07-02) ### + +- Removed: Argument checking. It’s not worth it. (Possibly + backwards-incompatible change.) +- Added: The `sourceRoot` property of source maps may now be ignored, which can + be useful when resolving sources outside of the browser. +- Added: It is now possible to resolve only the URLs of sources, without + reading them. + + +### Version 0.2.0 (2014-06-22) ### + +- Changed: The result of `resolveSources` is now an object, not an array. The + old result array is available in the `sourcesContent` property. + (Backwards-incompatible change.) +- Changed: `sources` has been renamed to `sourcesContent` in the result object + of `resolve`. (Backwards-incompatible change.) +- Added: `resolveSources` now also returns all sources fully resolved, in the + `sourcesResolved` property. +- Added: The result object of `resolve` now contains the `sourcesResolved` + property from `resolveSources`. + + +### Version 0.1.4 (2014-06-16) ### + +- Fixed: `sourcesContent` was mis-typed as `sourceContents`, which meant that + the `sourcesContent` property of source maps never was used when resolving + sources. + + +### Version 0.1.3 (2014-05-06) ### + +- Only documentation and meta-data changes. + + +### Version 0.1.2 (2014-03-23) ### + +- Improved: Source maps starting with `)]}'` are now parsed correctly. The spec + allows source maps to start with that character sequence to prevent XSSI + attacks. + + +### Version 0.1.1 (2014-03-06) ### + +- Improved: Make sourceRoot resolving more sensible. + + A source root such as `/scripts/subdir` is now treated as `/scripts/subdir/` + — that is, as a directory called “subdir”, not a file called “subdir”. + Pointing to a file as source root does not makes sense. + + + +### Version 0.1.0 (2014-03-03) ### + +- Initial release. diff --git a/2019-setembro/node_modules/source-map-resolve/component.json b/2019-setembro/node_modules/source-map-resolve/component.json new file mode 100644 index 0000000..7af17d4 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/component.json @@ -0,0 +1,29 @@ +{ + "name": "source-map-resolve", + "version": "0.5.2", + "author": "Simon Lydell", + "license": "MIT", + "description": "Resolve the source map and/or sources for a generated file.", + "keywords": [ + "source map", + "sourcemap", + "source", + "map", + "sourceMappingURL", + "resolve", + "resolver", + "locate", + "locator", + "find", + "finder" + ], + "repo": "lydell/source-map-resolve", + "main": "source-map-resolve.js", + "scripts": [ + "source-map-resolve.js" + ], + "dependencies": { + "lydell/source-map-url": "~0.4.0", + "lydell/resolve-url": "~0.2.1" + } +} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-resolve/generate-source-map-resolve.js b/2019-setembro/node_modules/source-map-resolve/generate-source-map-resolve.js new file mode 100644 index 0000000..a37e393 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/generate-source-map-resolve.js @@ -0,0 +1,28 @@ +// Copyright 2014, 2017 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var fs = require("fs") + +var template = fs.readFileSync("source-map-resolve.js.template").toString() +var nodeCode = fs.readFileSync("lib/source-map-resolve-node.js").toString() + +nodeCode = nodeCode + + // Remove leading comments and `require`s. + .replace(/^\s*(?:\/\/.+\s+|var\s+\w+\s*=\s*require\([^)]+\).*\s+)*/, "") + + // Remove `urix`. + .replace(/(\w+)\s*=\s*urix\(\1\)\s*/g, "") + + // Remove `decode-uri-component`. + .replace(/(var readUrl = )decodeUriComponent\(([\w.]+)\)/g, "$1$2") + + // Change `module.exports = {...}` to `return {...}`. + .replace(/module\.exports = (\{[^}]+\})\s*$/, "return $1") + + // Indent. + .replace(/^(?!$)/gm, " ") + +var code = template.replace(/[ \t]*\{\{source-map-resolve-node.js\}\}/, nodeCode) + +fs.writeFileSync("source-map-resolve.js", code) diff --git a/2019-setembro/node_modules/source-map-resolve/lib/decode-uri-component.js b/2019-setembro/node_modules/source-map-resolve/lib/decode-uri-component.js new file mode 100644 index 0000000..c7064ff --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/lib/decode-uri-component.js @@ -0,0 +1,11 @@ +// Copyright 2017 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var decodeUriComponent = require("decode-uri-component") + +function customDecodeUriComponent(string) { + // `decodeUriComponent` turns `+` into ` `, but that's not wanted. + return decodeUriComponent(string.replace(/\+/g, "%2B")) +} + +module.exports = customDecodeUriComponent diff --git a/2019-setembro/node_modules/source-map-resolve/lib/resolve-url.js b/2019-setembro/node_modules/source-map-resolve/lib/resolve-url.js new file mode 100644 index 0000000..2ca8fa9 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/lib/resolve-url.js @@ -0,0 +1,12 @@ +// Copyright 2014 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var url = require("url") + +function resolveUrl(/* ...urls */) { + return Array.prototype.reduce.call(arguments, function(resolved, nextUrl) { + return url.resolve(resolved, nextUrl) + }) +} + +module.exports = resolveUrl diff --git a/2019-setembro/node_modules/source-map-resolve/lib/source-map-resolve-node.js b/2019-setembro/node_modules/source-map-resolve/lib/source-map-resolve-node.js new file mode 100644 index 0000000..f80953d --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/lib/source-map-resolve-node.js @@ -0,0 +1,302 @@ +// Copyright 2014, 2015, 2016, 2017 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var sourceMappingURL = require("source-map-url") +var resolveUrl = require("./resolve-url") +var decodeUriComponent = require("./decode-uri-component") +var urix = require("urix") +var atob = require("atob") + + + +function callbackAsync(callback, error, result) { + setImmediate(function() { callback(error, result) }) +} + +function parseMapToJSON(string, data) { + try { + return JSON.parse(string.replace(/^\)\]\}'/, "")) + } catch (error) { + error.sourceMapData = data + throw error + } +} + +function readSync(read, url, data) { + var readUrl = decodeUriComponent(url) + try { + return String(read(readUrl)) + } catch (error) { + error.sourceMapData = data + throw error + } +} + + + +function resolveSourceMap(code, codeUrl, read, callback) { + var mapData + try { + mapData = resolveSourceMapHelper(code, codeUrl) + } catch (error) { + return callbackAsync(callback, error) + } + if (!mapData || mapData.map) { + return callbackAsync(callback, null, mapData) + } + var readUrl = decodeUriComponent(mapData.url) + read(readUrl, function(error, result) { + if (error) { + error.sourceMapData = mapData + return callback(error) + } + mapData.map = String(result) + try { + mapData.map = parseMapToJSON(mapData.map, mapData) + } catch (error) { + return callback(error) + } + callback(null, mapData) + }) +} + +function resolveSourceMapSync(code, codeUrl, read) { + var mapData = resolveSourceMapHelper(code, codeUrl) + if (!mapData || mapData.map) { + return mapData + } + mapData.map = readSync(read, mapData.url, mapData) + mapData.map = parseMapToJSON(mapData.map, mapData) + return mapData +} + +var dataUriRegex = /^data:([^,;]*)(;[^,;]*)*(?:,(.*))?$/ +var jsonMimeTypeRegex = /^(?:application|text)\/json$/ + +function resolveSourceMapHelper(code, codeUrl) { + codeUrl = urix(codeUrl) + + var url = sourceMappingURL.getFrom(code) + if (!url) { + return null + } + + var dataUri = url.match(dataUriRegex) + if (dataUri) { + var mimeType = dataUri[1] + var lastParameter = dataUri[2] || "" + var encoded = dataUri[3] || "" + var data = { + sourceMappingURL: url, + url: null, + sourcesRelativeTo: codeUrl, + map: encoded + } + if (!jsonMimeTypeRegex.test(mimeType)) { + var error = new Error("Unuseful data uri mime type: " + (mimeType || "text/plain")) + error.sourceMapData = data + throw error + } + data.map = parseMapToJSON( + lastParameter === ";base64" ? atob(encoded) : decodeURIComponent(encoded), + data + ) + return data + } + + var mapUrl = resolveUrl(codeUrl, url) + return { + sourceMappingURL: url, + url: mapUrl, + sourcesRelativeTo: mapUrl, + map: null + } +} + + + +function resolveSources(map, mapUrl, read, options, callback) { + if (typeof options === "function") { + callback = options + options = {} + } + var pending = map.sources ? map.sources.length : 0 + var result = { + sourcesResolved: [], + sourcesContent: [] + } + + if (pending === 0) { + callbackAsync(callback, null, result) + return + } + + var done = function() { + pending-- + if (pending === 0) { + callback(null, result) + } + } + + resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) { + result.sourcesResolved[index] = fullUrl + if (typeof sourceContent === "string") { + result.sourcesContent[index] = sourceContent + callbackAsync(done, null) + } else { + var readUrl = decodeUriComponent(fullUrl) + read(readUrl, function(error, source) { + result.sourcesContent[index] = error ? error : String(source) + done() + }) + } + }) +} + +function resolveSourcesSync(map, mapUrl, read, options) { + var result = { + sourcesResolved: [], + sourcesContent: [] + } + + if (!map.sources || map.sources.length === 0) { + return result + } + + resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) { + result.sourcesResolved[index] = fullUrl + if (read !== null) { + if (typeof sourceContent === "string") { + result.sourcesContent[index] = sourceContent + } else { + var readUrl = decodeUriComponent(fullUrl) + try { + result.sourcesContent[index] = String(read(readUrl)) + } catch (error) { + result.sourcesContent[index] = error + } + } + } + }) + + return result +} + +var endingSlash = /\/?$/ + +function resolveSourcesHelper(map, mapUrl, options, fn) { + options = options || {} + mapUrl = urix(mapUrl) + var fullUrl + var sourceContent + var sourceRoot + for (var index = 0, len = map.sources.length; index < len; index++) { + sourceRoot = null + if (typeof options.sourceRoot === "string") { + sourceRoot = options.sourceRoot + } else if (typeof map.sourceRoot === "string" && options.sourceRoot !== false) { + sourceRoot = map.sourceRoot + } + // If the sourceRoot is the empty string, it is equivalent to not setting + // the property at all. + if (sourceRoot === null || sourceRoot === '') { + fullUrl = resolveUrl(mapUrl, map.sources[index]) + } else { + // Make sure that the sourceRoot ends with a slash, so that `/scripts/subdir` becomes + // `/scripts/subdir/`, not `/scripts/`. Pointing to a file as source root + // does not make sense. + fullUrl = resolveUrl(mapUrl, sourceRoot.replace(endingSlash, "/"), map.sources[index]) + } + sourceContent = (map.sourcesContent || [])[index] + fn(fullUrl, sourceContent, index) + } +} + + + +function resolve(code, codeUrl, read, options, callback) { + if (typeof options === "function") { + callback = options + options = {} + } + if (code === null) { + var mapUrl = codeUrl + var data = { + sourceMappingURL: null, + url: mapUrl, + sourcesRelativeTo: mapUrl, + map: null + } + var readUrl = decodeUriComponent(mapUrl) + read(readUrl, function(error, result) { + if (error) { + error.sourceMapData = data + return callback(error) + } + data.map = String(result) + try { + data.map = parseMapToJSON(data.map, data) + } catch (error) { + return callback(error) + } + _resolveSources(data) + }) + } else { + resolveSourceMap(code, codeUrl, read, function(error, mapData) { + if (error) { + return callback(error) + } + if (!mapData) { + return callback(null, null) + } + _resolveSources(mapData) + }) + } + + function _resolveSources(mapData) { + resolveSources(mapData.map, mapData.sourcesRelativeTo, read, options, function(error, result) { + if (error) { + return callback(error) + } + mapData.sourcesResolved = result.sourcesResolved + mapData.sourcesContent = result.sourcesContent + callback(null, mapData) + }) + } +} + +function resolveSync(code, codeUrl, read, options) { + var mapData + if (code === null) { + var mapUrl = codeUrl + mapData = { + sourceMappingURL: null, + url: mapUrl, + sourcesRelativeTo: mapUrl, + map: null + } + mapData.map = readSync(read, mapUrl, mapData) + mapData.map = parseMapToJSON(mapData.map, mapData) + } else { + mapData = resolveSourceMapSync(code, codeUrl, read) + if (!mapData) { + return null + } + } + var result = resolveSourcesSync(mapData.map, mapData.sourcesRelativeTo, read, options) + mapData.sourcesResolved = result.sourcesResolved + mapData.sourcesContent = result.sourcesContent + return mapData +} + + + +module.exports = { + resolveSourceMap: resolveSourceMap, + resolveSourceMapSync: resolveSourceMapSync, + resolveSources: resolveSources, + resolveSourcesSync: resolveSourcesSync, + resolve: resolve, + resolveSync: resolveSync, + parseMapToJSON: parseMapToJSON +} diff --git a/2019-setembro/node_modules/source-map-resolve/node_modules/.bin/atob b/2019-setembro/node_modules/source-map-resolve/node_modules/.bin/atob new file mode 120000 index 0000000..c0ab02d --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/node_modules/.bin/atob @@ -0,0 +1 @@ +../../../atob/bin/atob.js \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-resolve/package.json b/2019-setembro/node_modules/source-map-resolve/package.json new file mode 100644 index 0000000..006b463 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/package.json @@ -0,0 +1,43 @@ +{ + "name": "source-map-resolve", + "version": "0.5.2", + "author": "Simon Lydell", + "license": "MIT", + "description": "Resolve the source map and/or sources for a generated file.", + "keywords": [ + "source map", + "sourcemap", + "source", + "map", + "sourceMappingURL", + "resolve", + "resolver", + "locate", + "locator", + "find", + "finder" + ], + "repository": "lydell/source-map-resolve", + "main": "lib/source-map-resolve-node.js", + "browser": "source-map-resolve.js", + "scripts": { + "lint": "jshint lib/ test/", + "unit": "node test/source-map-resolve.js && node test/windows.js", + "test": "npm run lint && npm run unit", + "build": "node generate-source-map-resolve.js" + }, + "dependencies": { + "atob": "^2.1.1", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + }, + "devDependencies": { + "Base64": "1.0.1", + "jshint": "2.9.5", + "setimmediate": "1.0.5", + "simple-asyncify": "1.0.0", + "tape": "4.9.0" + } +} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-resolve/readme.md b/2019-setembro/node_modules/source-map-resolve/readme.md new file mode 100644 index 0000000..c70bcca --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/readme.md @@ -0,0 +1,231 @@ +Overview [![Build Status](https://travis-ci.org/lydell/source-map-resolve.svg?branch=master)](https://travis-ci.org/lydell/source-map-resolve) +======== + +Resolve the source map and/or sources for a generated file. + +```js +var sourceMapResolve = require("source-map-resolve") +var sourceMap = require("source-map") + +var code = [ + "!function(){...}();", + "/*# sourceMappingURL=foo.js.map */" +].join("\n") + +sourceMapResolve.resolveSourceMap(code, "/js/foo.js", fs.readFile, function(error, result) { + if (error) { + return notifyFailure(error) + } + result + // { + // map: {file: "foo.js", mappings: "...", sources: ["/coffee/foo.coffee"], names: []}, + // url: "/js/foo.js.map", + // sourcesRelativeTo: "/js/foo.js.map", + // sourceMappingURL: "foo.js.map" + // } + + sourceMapResolve.resolveSources(result.map, result.sourcesRelativeTo, fs.readFile, function(error, result) { + if (error) { + return notifyFailure(error) + } + result + // { + // sourcesResolved: ["/coffee/foo.coffee"], + // sourcesContent: [""] + // } + }) +}) + +sourceMapResolve.resolve(code, "/js/foo.js", fs.readFile, function(error, result) { + if (error) { + return notifyFailure(error) + } + result + // { + // map: {file: "foo.js", mappings: "...", sources: ["/coffee/foo.coffee"], names: []}, + // url: "/js/foo.js.map", + // sourcesRelativeTo: "/js/foo.js.map", + // sourceMappingURL: "foo.js.map", + // sourcesResolved: ["/coffee/foo.coffee"], + // sourcesContent: [""] + // } + result.map.sourcesContent = result.sourcesContent + var map = new sourceMap.sourceMapConsumer(result.map) + map.sourceContentFor("/coffee/foo.coffee") + // "" +}) +``` + + +Installation +============ + +- `npm install source-map-resolve` +- `bower install source-map-resolve` +- `component install lydell/source-map-resolve` + +Works with CommonJS, AMD and browser globals, through UMD. + +Note: This module requires `setImmediate` and `atob`. +Use polyfills if needed, such as: + +- +- + + +Usage +===== + +### `sourceMapResolve.resolveSourceMap(code, codeUrl, read, callback)` ### + +- `code` is a string of code that may or may not contain a sourceMappingURL + comment. Such a comment is used to resolve the source map. +- `codeUrl` is the url to the file containing `code`. If the sourceMappingURL + is relative, it is resolved against `codeUrl`. +- `read(url, callback)` is a function that reads `url` and responds using + `callback(error, content)`. In Node.js you might want to use `fs.readFile`, + while in the browser you might want to use an asynchronus `XMLHttpRequest`. +- `callback(error, result)` is a function that is invoked with either an error + or `null` and the result. + +The result is an object with the following properties: + +- `map`: The source map for `code`, as an object (not a string). +- `url`: The url to the source map. If the source map came from a data uri, + this property is `null`, since then there is no url to it. +- `sourcesRelativeTo`: The url that the sources of the source map are relative + to. Since the sources are relative to the source map, and the url to the + source map is provided as the `url` property, this property might seem + superfluos. However, remember that the `url` property can be `null` if the + source map came from a data uri. If so, the sources are relative to the file + containing the data uri—`codeUrl`. This property will be identical to the + `url` property or `codeUrl`, whichever is appropriate. This way you can + conveniently resolve the sources without having to think about where the + source map came from. +- `sourceMappingURL`: The url of the sourceMappingURL comment in `code`. + +If `code` contains no sourceMappingURL, the result is `null`. + +### `sourceMapResolve.resolveSources(map, mapUrl, read, [options], callback)` ### + +- `map` is a source map, as an object (not a string). +- `mapUrl` is the url to the file containing `map`. Relative sources in the + source map, if any, are resolved against `mapUrl`. +- `read(url, callback)` is a function that reads `url` and responds using + `callback(error, content)`. In Node.js you might want to use `fs.readFile`, + while in the browser you might want to use an asynchronus `XMLHttpRequest`. +- `options` is an optional object with any of the following properties: + - `sourceRoot`: Override the `sourceRoot` property of the source map, which + might only be relevant when resolving sources in the browser. This lets you + bypass it when using the module outside of a browser, if needed. Pass a + string to replace the `sourceRoot` property with, or `false` to ignore it. + Defaults to `undefined`. +- `callback(error, result)` is a function that is invoked with either an error + or `null` and the result. + +The result is an object with the following properties: + +- `sourcesResolved`: The same as `map.sources`, except all the sources are + fully resolved. +- `sourcesContent`: An array with the contents of all sources in `map.sources`, + in the same order as `map.sources`. If getting the contents of a source fails, + an error object is put into the array instead. + +### `sourceMapResolve.resolve(code, codeUrl, read, [options], callback)` ### + +The arguments are identical to `sourceMapResolve.resolveSourceMap`, except that +you may also provide the same `options` as in `sourceMapResolve.resolveSources`. + +This is a convenience method that first resolves the source map and then its +sources. You could also do this by first calling +`sourceMapResolve.resolveSourceMap` and then `sourceMapResolve.resolveSources`. + +The result is identical to `sourceMapResolve.resolveSourceMap`, with the +properties from `sourceMapResolve.resolveSources` merged into it. + +There is one extra feature available, though. If `code` is `null`, `codeUrl` is +treated as a url to the source map instead of to `code`, and will be read. This +is handy if you _sometimes_ get the source map url from the `SourceMap: ` +header (see the [Notes] section). In this case, the `sourceMappingURL` property +of the result is `null`. + + +[Notes]: #notes + +### `sourceMapResolve.*Sync()` ### + +There are also sync versions of the three previous functions. They are identical +to the async versions, except: + +- They expect a sync reading function. In Node.js you might want to use + `fs.readFileSync`, while in the browser you might want to use a synchronus + `XMLHttpRequest`. +- They throw errors and return the result instead of using a callback. + +`sourceMapResolve.resolveSourcesSync` also accepts `null` as the `read` +parameter. The result is the same as when passing a function as the `read +parameter`, except that the `sourcesContent` property of the result will be an +empty array. In other words, the sources aren’t read. You only get the +`sourcesResolved` property. (This only supported in the synchronus version, since +there is no point doing it asynchronusly.) + +### `sourceMapResolve.parseMapToJSON(string, [data])` ### + +The spec says that if a source map (as a string) starts with `)]}'`, it should +be stripped off. This is to prevent XSSI attacks. This function does that and +returns the result of `JSON.parse`ing what’s left. + +If this function throws `error`, `error.sourceMapData === data`. + +### Errors + +All errors passed to callbacks or thrown by this module have a `sourceMapData` +property that contain as much as possible of the intended result of the function +up until the error occurred. + +Note that while the `map` property of result objects always is an object, +`error.sourceMapData.map` will be a string if parsing that string fails. + + +Note +==== + +This module resolves the source map for a given generated file by looking for a +sourceMappingURL comment. The spec defines yet a way to provide the URL to the +source map: By sending the `SourceMap: ` header along with the generated +file. Since this module doesn’t retrive the generated code for you (instead +_you_ give the generated code to the module), it’s up to you to look for such a +header when you retrieve the file (should the need arise). + + +Development +=========== + +Tests +----- + +First off, run `npm install` to install testing modules and browser polyfills. + +`npm test` lints the code and runs the test suite in Node.js. + +x-package.json5 +--------------- + +package.json, component.json and bower.json are all generated from +x-package.json5 by using [`xpkg`]. Only edit x-package.json5, and remember to +run `xpkg` before commiting! + +[`xpkg`]: https://github.com/kof/node-xpkg + +Generating the browser version +------------------------------ + +source-map-resolve.js is generated from source-map-resolve-node.js and +source-map-resolve-template.js. Only edit the two latter files, _not_ +source-map-resolve.js! To generate it, run `npm run build`. + + +License +======= + +[The X11 (“MIT”) License](LICENSE). diff --git a/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js b/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js new file mode 100644 index 0000000..387fc19 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js @@ -0,0 +1,309 @@ +// Copyright 2014, 2015, 2016, 2017 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +// Note: source-map-resolve.js is generated from source-map-resolve-node.js and +// source-map-resolve-template.js. Only edit the two latter files, _not_ +// source-map-resolve.js! + +void (function(root, factory) { + if (typeof define === "function" && define.amd) { + define(["source-map-url", "resolve-url"], factory) + } else if (typeof exports === "object") { + var sourceMappingURL = require("source-map-url") + var resolveUrl = require("resolve-url") + module.exports = factory(sourceMappingURL, resolveUrl) + } else { + root.sourceMapResolve = factory(root.sourceMappingURL, root.resolveUrl) + } +}(this, function(sourceMappingURL, resolveUrl) { + + function callbackAsync(callback, error, result) { + setImmediate(function() { callback(error, result) }) + } + + function parseMapToJSON(string, data) { + try { + return JSON.parse(string.replace(/^\)\]\}'/, "")) + } catch (error) { + error.sourceMapData = data + throw error + } + } + + function readSync(read, url, data) { + var readUrl = url + try { + return String(read(readUrl)) + } catch (error) { + error.sourceMapData = data + throw error + } + } + + + + function resolveSourceMap(code, codeUrl, read, callback) { + var mapData + try { + mapData = resolveSourceMapHelper(code, codeUrl) + } catch (error) { + return callbackAsync(callback, error) + } + if (!mapData || mapData.map) { + return callbackAsync(callback, null, mapData) + } + var readUrl = mapData.url + read(readUrl, function(error, result) { + if (error) { + error.sourceMapData = mapData + return callback(error) + } + mapData.map = String(result) + try { + mapData.map = parseMapToJSON(mapData.map, mapData) + } catch (error) { + return callback(error) + } + callback(null, mapData) + }) + } + + function resolveSourceMapSync(code, codeUrl, read) { + var mapData = resolveSourceMapHelper(code, codeUrl) + if (!mapData || mapData.map) { + return mapData + } + mapData.map = readSync(read, mapData.url, mapData) + mapData.map = parseMapToJSON(mapData.map, mapData) + return mapData + } + + var dataUriRegex = /^data:([^,;]*)(;[^,;]*)*(?:,(.*))?$/ + var jsonMimeTypeRegex = /^(?:application|text)\/json$/ + + function resolveSourceMapHelper(code, codeUrl) { + var url = sourceMappingURL.getFrom(code) + if (!url) { + return null + } + + var dataUri = url.match(dataUriRegex) + if (dataUri) { + var mimeType = dataUri[1] + var lastParameter = dataUri[2] || "" + var encoded = dataUri[3] || "" + var data = { + sourceMappingURL: url, + url: null, + sourcesRelativeTo: codeUrl, + map: encoded + } + if (!jsonMimeTypeRegex.test(mimeType)) { + var error = new Error("Unuseful data uri mime type: " + (mimeType || "text/plain")) + error.sourceMapData = data + throw error + } + data.map = parseMapToJSON( + lastParameter === ";base64" ? atob(encoded) : decodeURIComponent(encoded), + data + ) + return data + } + + var mapUrl = resolveUrl(codeUrl, url) + return { + sourceMappingURL: url, + url: mapUrl, + sourcesRelativeTo: mapUrl, + map: null + } + } + + + + function resolveSources(map, mapUrl, read, options, callback) { + if (typeof options === "function") { + callback = options + options = {} + } + var pending = map.sources ? map.sources.length : 0 + var result = { + sourcesResolved: [], + sourcesContent: [] + } + + if (pending === 0) { + callbackAsync(callback, null, result) + return + } + + var done = function() { + pending-- + if (pending === 0) { + callback(null, result) + } + } + + resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) { + result.sourcesResolved[index] = fullUrl + if (typeof sourceContent === "string") { + result.sourcesContent[index] = sourceContent + callbackAsync(done, null) + } else { + var readUrl = fullUrl + read(readUrl, function(error, source) { + result.sourcesContent[index] = error ? error : String(source) + done() + }) + } + }) + } + + function resolveSourcesSync(map, mapUrl, read, options) { + var result = { + sourcesResolved: [], + sourcesContent: [] + } + + if (!map.sources || map.sources.length === 0) { + return result + } + + resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) { + result.sourcesResolved[index] = fullUrl + if (read !== null) { + if (typeof sourceContent === "string") { + result.sourcesContent[index] = sourceContent + } else { + var readUrl = fullUrl + try { + result.sourcesContent[index] = String(read(readUrl)) + } catch (error) { + result.sourcesContent[index] = error + } + } + } + }) + + return result + } + + var endingSlash = /\/?$/ + + function resolveSourcesHelper(map, mapUrl, options, fn) { + options = options || {} + var fullUrl + var sourceContent + var sourceRoot + for (var index = 0, len = map.sources.length; index < len; index++) { + sourceRoot = null + if (typeof options.sourceRoot === "string") { + sourceRoot = options.sourceRoot + } else if (typeof map.sourceRoot === "string" && options.sourceRoot !== false) { + sourceRoot = map.sourceRoot + } + // If the sourceRoot is the empty string, it is equivalent to not setting + // the property at all. + if (sourceRoot === null || sourceRoot === '') { + fullUrl = resolveUrl(mapUrl, map.sources[index]) + } else { + // Make sure that the sourceRoot ends with a slash, so that `/scripts/subdir` becomes + // `/scripts/subdir/`, not `/scripts/`. Pointing to a file as source root + // does not make sense. + fullUrl = resolveUrl(mapUrl, sourceRoot.replace(endingSlash, "/"), map.sources[index]) + } + sourceContent = (map.sourcesContent || [])[index] + fn(fullUrl, sourceContent, index) + } + } + + + + function resolve(code, codeUrl, read, options, callback) { + if (typeof options === "function") { + callback = options + options = {} + } + if (code === null) { + var mapUrl = codeUrl + var data = { + sourceMappingURL: null, + url: mapUrl, + sourcesRelativeTo: mapUrl, + map: null + } + var readUrl = mapUrl + read(readUrl, function(error, result) { + if (error) { + error.sourceMapData = data + return callback(error) + } + data.map = String(result) + try { + data.map = parseMapToJSON(data.map, data) + } catch (error) { + return callback(error) + } + _resolveSources(data) + }) + } else { + resolveSourceMap(code, codeUrl, read, function(error, mapData) { + if (error) { + return callback(error) + } + if (!mapData) { + return callback(null, null) + } + _resolveSources(mapData) + }) + } + + function _resolveSources(mapData) { + resolveSources(mapData.map, mapData.sourcesRelativeTo, read, options, function(error, result) { + if (error) { + return callback(error) + } + mapData.sourcesResolved = result.sourcesResolved + mapData.sourcesContent = result.sourcesContent + callback(null, mapData) + }) + } + } + + function resolveSync(code, codeUrl, read, options) { + var mapData + if (code === null) { + var mapUrl = codeUrl + mapData = { + sourceMappingURL: null, + url: mapUrl, + sourcesRelativeTo: mapUrl, + map: null + } + mapData.map = readSync(read, mapUrl, mapData) + mapData.map = parseMapToJSON(mapData.map, mapData) + } else { + mapData = resolveSourceMapSync(code, codeUrl, read) + if (!mapData) { + return null + } + } + var result = resolveSourcesSync(mapData.map, mapData.sourcesRelativeTo, read, options) + mapData.sourcesResolved = result.sourcesResolved + mapData.sourcesContent = result.sourcesContent + return mapData + } + + + + return { + resolveSourceMap: resolveSourceMap, + resolveSourceMapSync: resolveSourceMapSync, + resolveSources: resolveSources, + resolveSourcesSync: resolveSourcesSync, + resolve: resolve, + resolveSync: resolveSync, + parseMapToJSON: parseMapToJSON + } + +})); diff --git a/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js.template b/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js.template new file mode 100644 index 0000000..813198a --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js.template @@ -0,0 +1,22 @@ +// Copyright 2014, 2015, 2016, 2017 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +// Note: source-map-resolve.js is generated from source-map-resolve-node.js and +// source-map-resolve-template.js. Only edit the two latter files, _not_ +// source-map-resolve.js! + +void (function(root, factory) { + if (typeof define === "function" && define.amd) { + define(["source-map-url", "resolve-url"], factory) + } else if (typeof exports === "object") { + var sourceMappingURL = require("source-map-url") + var resolveUrl = require("resolve-url") + module.exports = factory(sourceMappingURL, resolveUrl) + } else { + root.sourceMapResolve = factory(root.sourceMappingURL, root.resolveUrl) + } +}(this, function(sourceMappingURL, resolveUrl) { + + {{source-map-resolve-node.js}} + +})); diff --git a/2019-setembro/node_modules/source-map-resolve/test/common.js b/2019-setembro/node_modules/source-map-resolve/test/common.js new file mode 100644 index 0000000..8616c17 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/test/common.js @@ -0,0 +1,27 @@ +// Copyright 2014 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +function u(url) { + return "code\n/*# sourceMappingURL=" + url + " */" +} + +function read(x) { + return function() { + return x + } +} + +function Throws(x) { + throw new Error(x) +} + +function identity(x) { + return x +} + +module.exports = { + u: u, + read: read, + Throws: Throws, + identity: identity +} diff --git a/2019-setembro/node_modules/source-map-resolve/test/read.js b/2019-setembro/node_modules/source-map-resolve/test/read.js new file mode 100644 index 0000000..6bf2dad --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/test/read.js @@ -0,0 +1,105 @@ +// Copyright 2017 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var test = require("tape") +var asyncify = require("simple-asyncify") +var common = require("./common") +var u = common.u + +var sourceMapResolve = require("../") + +var mapUrl = "operators%20map.json" +var codeUrl = "./built files/operators:+-<>%25.js" +var sourceUrl = "../source files/operators:+-<>%25.coffee" + +function readTest(t, files) { + return function(file, callback) { + var fileData = files[file] + t.ok(fileData, "decoded file name") + if (callback) { + callback(null, fileData) + } else { + return fileData + } + } +} + + + +function testResolveSourceMap(method, sync) { + return function(t) { + t.plan(2) + + if (sync) { + method = asyncify(method) + } + + var read = readTest(t, { + "built files/operators map.json": "{}" + }) + + method(u(mapUrl), codeUrl, read, function(error) { + t.error(error) + }) + + } +} + +test(".resolveSourceMap", testResolveSourceMap(sourceMapResolve.resolveSourceMap, false)) + +test(".resolveSourceMapSync", testResolveSourceMap(sourceMapResolve.resolveSourceMapSync, true)) + + +function testResolveSources(method, sync) { + return function(t) { + t.plan(2) + + if (sync) { + method = asyncify(method) + } + + var map = { + sources: [sourceUrl] + } + var read = readTest(t, { + "../source files/operators:+-<>%.coffee": "source code" + }) + + method(map, mapUrl, read, function(error) { + t.error(error) + }) + + } +} + +test(".resolveSources", testResolveSources(sourceMapResolve.resolveSources, false)) + +test(".resolveSourcesSync", testResolveSources(sourceMapResolve.resolveSourcesSync, true)) + + +function testResolve(method, sync) { + return function(t) { + t.plan(3) + + if (sync) { + method = asyncify(method) + } + + var map = { + sources: [sourceUrl] + } + var read = readTest(t, { + "built files/operators map.json": JSON.stringify(map), + "source files/operators:+-<>%.coffee": "source code" + }) + + method(u(mapUrl), codeUrl, read, function(error) { + t.error(error) + }) + + } +} + +test(".resolve", testResolve(sourceMapResolve.resolve, false)) + +test(".resolveSync", testResolve(sourceMapResolve.resolveSync, true)) diff --git a/2019-setembro/node_modules/source-map-resolve/test/source-map-resolve.js b/2019-setembro/node_modules/source-map-resolve/test/source-map-resolve.js new file mode 100644 index 0000000..f61c006 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/test/source-map-resolve.js @@ -0,0 +1,1162 @@ +// Copyright 2014, 2015, 2016, 2017 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var test = require("tape") +var asyncify = require("simple-asyncify") +var common = require("./common") +var u = common.u +var read = common.read +var Throws = common.Throws +var identity = common.identity + +var sourceMapResolve = require("../") + +// Polyfills. +require("setimmediate") +if (typeof window !== "undefined" && !window.atob) { + window.atob = require("Base64").atob +} + +"use strict" + +var map = { + simple: { + mappings: "AAAA", + sources: ["foo.js"], + names: [] + }, + sourceRoot: { + mappings: "AAAA", + sourceRoot: "/static/js/app/", + sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], + names: [] + }, + sourceRootNoSlash: { + mappings: "AAAA", + sourceRoot: "/static/js/app", + sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], + names: [] + }, + sourceRootEmpty: { + mappings: "AAAA", + sourceRoot: "", + sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], + names: [] + }, + sourcesContent: { + mappings: "AAAA", + sourceRoot: "/static/js/app/", + sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], + sourcesContent: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], + names: [] + }, + mixed: { + mappings: "AAAA", + sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], + sourcesContent: ["foo.js", null , null , "/version.js", "//foo.org/baz.js"], + names: [] + }, + noSources: { + mappings: "", + sources: [], + names: [] + }, + empty: {} +} +map.simpleString = JSON.stringify(map.simple) +map.XSSIsafe = ")]}'" + map.simpleString + +var code = { + fileRelative: u("foo.js.map"), + domainRelative: u("/foo.js.map"), + schemeRelative: u("//foo.org/foo.js.map"), + absolute: u("https://foo.org/foo.js.map"), + dataUri: u("data:application/json," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D"), + base64: u("data:application/json;base64," + + "eyJtYXBwaW5ncyI6IkFBQUEiLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W119"), + dataUriText: u("data:text/json," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D"), + dataUriParameter: u("data:application/json;charset=UTF-8;foo=bar," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D"), + dataUriNoMime: u("data:,foo"), + dataUriInvalidMime: u("data:text/html,foo"), + dataUriInvalidJSON: u("data:application/json,foo"), + dataUriXSSIsafe: u("data:application/json," + ")%5D%7D%27" + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D"), + dataUriEmpty: u("data:"), + noMap: "" +} + + +function testResolveSourceMap(method, sync) { + return function(t) { + var wrap = (sync ? identity : asyncify) + + var codeUrl = "http://example.com/a/b/c/foo.js" + + t.plan(1 + 12*3 + 6*4) + + t.equal(typeof method, "function", "is a function") + + if (sync) { + method = asyncify(method) + } + + var next = false + function isAsync() { t.ok(next, "is async") } + + method(code.fileRelative, codeUrl, wrap(read(map.simpleString)), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "foo.js.map", + url: "http://example.com/a/b/c/foo.js.map", + sourcesRelativeTo: "http://example.com/a/b/c/foo.js.map", + map: map.simple + }, "fileRelative") + isAsync() + }) + + method(code.domainRelative, codeUrl, wrap(read(map.simpleString)), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "/foo.js.map", + url: "http://example.com/foo.js.map", + sourcesRelativeTo: "http://example.com/foo.js.map", + map: map.simple + }, "domainRelative") + isAsync() + }) + + method(code.schemeRelative, codeUrl, wrap(read(map.simpleString)), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "//foo.org/foo.js.map", + url: "http://foo.org/foo.js.map", + sourcesRelativeTo: "http://foo.org/foo.js.map", + map: map.simple + }, "schemeRelative") + isAsync() + }) + + method(code.absolute, codeUrl, wrap(read(map.simpleString)), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple + }, "absolute") + isAsync() + }) + + method(code.dataUri, codeUrl, wrap(Throws), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:application/json," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple + }, "dataUri") + isAsync() + }) + + method(code.base64, codeUrl, wrap(Throws), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:application/json;base64," + + "eyJtYXBwaW5ncyI6IkFBQUEiLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W119", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple + }, "base64") + isAsync() + }) + + method(code.dataUriText, codeUrl, wrap(Throws), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:text/json," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple + }, "dataUriText") + isAsync() + }) + + method(code.dataUriParameter, codeUrl, wrap(Throws), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:application/json;charset=UTF-8;foo=bar," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple + }, "dataUriParameter") + isAsync() + }) + + method(code.dataUriNoMime, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "data:,foo", + url: null, + sourcesRelativeTo: codeUrl, + map: "foo" + }, "dataUriNoMime .sourceMapData") + t.ok(error.message.match(/mime type.+text\/plain/), "dataUriNoMime") + t.notOk(result) + isAsync() + }) + + method(code.dataUriInvalidMime, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "data:text/html,foo", + url: null, + sourcesRelativeTo: codeUrl, + map: "foo" + }, "dataUriInvalidMime .sourceMapData") + t.ok(error.message.match(/mime type.+text\/html/), "dataUriInvalidMime") + t.notOk(result) + isAsync() + }) + + method(code.dataUriInvalidJSON, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "data:application/json,foo", + url: null, + sourcesRelativeTo: codeUrl, + map: "foo" + }, "dataUriInvalidJSON .sourceMapData") + t.ok(error instanceof SyntaxError && error.message !== "data:application/json,foo", + "dataUriInvalidJSON") + t.notOk(result) + isAsync() + }) + + method(code.dataUriXSSIsafe, codeUrl, wrap(Throws), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:application/json," + ")%5D%7D%27" + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple + }, "dataUriXSSIsafe") + isAsync() + }) + + method(code.dataUriEmpty, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "data:", + url: null, + sourcesRelativeTo: codeUrl, + map: "" + }, "dataUriEmpty .sourceMapData") + t.ok(error.message.match(/mime type.+text\/plain/), "dataUriEmpty") + t.notOk(result) + isAsync() + }) + + method(code.noMap, codeUrl, wrap(Throws), function(error, result) { + t.error(error) + t.equal(result, null, "noMap") + isAsync() + }) + + method(code.absolute, codeUrl, wrap(read([map.simpleString])), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple + }, "read non-string") + isAsync() + }) + + method(code.absolute, codeUrl, wrap(read("invalid JSON")), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: "invalid JSON" + }, "read invalid JSON .sourceMapData") + t.ok(error instanceof SyntaxError, "read invalid JSON") + t.notOk(result) + isAsync() + }) + + method(code.absolute, codeUrl, wrap(read(map.XSSIsafe)), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple + }, "XSSIsafe map") + isAsync() + }) + + method(code.absolute, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: null + }, "read throws .sourceMapData") + t.equal(error.message, "https://foo.org/foo.js.map", "read throws") + t.notOk(result) + isAsync() + }) + + next = true + } +} + +test(".resolveSourceMap", testResolveSourceMap(sourceMapResolve.resolveSourceMap, false)) + +test(".resolveSourceMapSync", testResolveSourceMap(sourceMapResolve.resolveSourceMapSync, true)) + + +function testResolveSources(method, sync) { + return function(t) { + var wrap = (sync ? identity : asyncify) + + var mapUrl = "http://example.com/a/b/c/foo.js.map" + + t.plan(1 + 11*3 + 4) + + t.equal(typeof method, "function", "is a function") + + if (sync) { + method = asyncify(method) + } + + var next = false + function isAsync() { t.ok(next, "is async") } + + var options + + method(map.simple, mapUrl, wrap(identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: ["http://example.com/a/b/c/foo.js"], + sourcesContent: ["http://example.com/a/b/c/foo.js"] + }, "simple") + isAsync() + }) + + method(map.sourceRoot, mapUrl, wrap(identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], + sourcesContent: [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ] + }, "sourceRoot") + isAsync() + }) + + options = {sourceRoot: false} + method(map.sourceRoot, mapUrl, wrap(identity), options, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], + sourcesContent: [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ] + }, "ignore sourceRoot") + isAsync() + }) + + options = {sourceRoot: "/static/js/"} + method(map.sourceRoot, mapUrl, wrap(identity), options, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [ + "http://example.com/static/js/foo.js", + "http://example.com/static/js/lib/bar.js", + "http://example.com/static/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], + sourcesContent: [ + "http://example.com/static/js/foo.js", + "http://example.com/static/js/lib/bar.js", + "http://example.com/static/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ] + }, "custom sourceRoot") + isAsync() + }) + + method(map.sourceRootNoSlash, mapUrl, wrap(identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], + sourcesContent: [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ] + }, "sourceRootNoSlash") + isAsync() + }) + + method(map.sourceRootEmpty, mapUrl, wrap(identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], + sourcesContent: [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ] + }, "sourceRootEmpty") + isAsync() + }) + + method(map.sourcesContent, mapUrl, wrap(Throws), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], + sourcesContent: [ + "foo.js", + "lib/bar.js", + "../vendor/dom.js", + "/version.js", + "//foo.org/baz.js" + ] + }, "sourcesContent") + isAsync() + }) + + method(map.mixed, mapUrl, wrap(identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], + sourcesContent: [ + "foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "/version.js", + "//foo.org/baz.js" + ] + }, "mixed") + isAsync() + }) + + method(map.noSources, mapUrl, wrap(identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [], + sourcesContent: [] + }, "noSources") + isAsync() + }) + + method(map.empty, mapUrl, wrap(identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: [], + sourcesContent: [] + }, "empty") + isAsync() + }) + + method(map.simple, mapUrl, wrap(read(["non", "string"])), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourcesResolved: ["http://example.com/a/b/c/foo.js"], + sourcesContent: ["non,string"] + }, "read non-string") + isAsync() + }) + + method(map.mixed, mapUrl, wrap(Throws), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "read throws .sourcesResolved") + var sourcesContent = result.sourcesContent + for (var index = 0, len = sourcesContent.length; index < len; index++) { + var item = sourcesContent[index] + if (item instanceof Error) { + sourcesContent[index] = null + } + } + t.deepEqual(sourcesContent, [ + "foo.js", + null, + null, + "/version.js", + "//foo.org/baz.js" + ], "read throws .sourcesContent") + isAsync() + }) + + next = true + } +} + +test(".resolveSources", testResolveSources(sourceMapResolve.resolveSources, false)) + +test(".resolveSourcesSync", testResolveSources(sourceMapResolve.resolveSourcesSync, true)) + +test(".resolveSourcesSync no read", function(t) { + t.plan(1) + + var mapUrl = "http://example.com/a/b/c/foo.js.map" + var result = sourceMapResolve.resolveSourcesSync(map.mixed, mapUrl, null) + + t.deepEqual(result, { + sourcesResolved: [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], + sourcesContent: [] + }) +}) + + +function testResolve(method, sync) { + return function(t) { + var wrap = (sync ? identity : asyncify) + var wrapMap = function(mapFn, fn) { + return wrap(function(url) { + if (/\.map$/.test(url)) { + return mapFn(url) + } + return fn(url) + }) + } + + var codeUrl = "http://example.com/a/b/c/foo.js" + + t.plan(1 + 15*3 + 21*4 + 4) + + t.equal(typeof method, "function", "is a function") + + if (sync) { + method = asyncify(method) + } + + var next = false + function isAsync() { t.ok(next, "is async") } + + var readSimple = wrapMap(read(map.simpleString), identity) + + method(code.fileRelative, codeUrl, readSimple, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "foo.js.map", + url: "http://example.com/a/b/c/foo.js.map", + sourcesRelativeTo: "http://example.com/a/b/c/foo.js.map", + map: map.simple, + sourcesResolved: ["http://example.com/a/b/c/foo.js"], + sourcesContent: ["http://example.com/a/b/c/foo.js"] + }, "fileRelative") + isAsync() + }) + + method(code.domainRelative, codeUrl, readSimple, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "/foo.js.map", + url: "http://example.com/foo.js.map", + sourcesRelativeTo: "http://example.com/foo.js.map", + map: map.simple, + sourcesResolved: ["http://example.com/foo.js"], + sourcesContent: ["http://example.com/foo.js"] + }, "domainRelative") + isAsync() + }) + + method(code.schemeRelative, codeUrl, readSimple, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "//foo.org/foo.js.map", + url: "http://foo.org/foo.js.map", + sourcesRelativeTo: "http://foo.org/foo.js.map", + map: map.simple, + sourcesResolved: ["http://foo.org/foo.js"], + sourcesContent: ["http://foo.org/foo.js"] + }, "schemeRelative") + isAsync() + }) + + method(code.absolute, codeUrl, readSimple, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple, + sourcesResolved: ["https://foo.org/foo.js"], + sourcesContent: ["https://foo.org/foo.js"] + }, "absolute") + isAsync() + }) + + method(code.dataUri, codeUrl, wrapMap(Throws, identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:application/json," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple, + sourcesResolved: ["http://example.com/a/b/c/foo.js"], + sourcesContent: ["http://example.com/a/b/c/foo.js"] + }, "dataUri") + isAsync() + }) + + method(code.base64, codeUrl, wrapMap(Throws, identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:application/json;base64," + + "eyJtYXBwaW5ncyI6IkFBQUEiLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W119", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple, + sourcesResolved: ["http://example.com/a/b/c/foo.js"], + sourcesContent: ["http://example.com/a/b/c/foo.js"] + }, "base64") + isAsync() + }) + + method(code.dataUriText, codeUrl, wrapMap(Throws, identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:text/json," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple, + sourcesResolved: ["http://example.com/a/b/c/foo.js"], + sourcesContent: ["http://example.com/a/b/c/foo.js"] + }, "dataUriText") + isAsync() + }) + + method(code.dataUriParameter, codeUrl, wrapMap(Throws, identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:application/json;charset=UTF-8;foo=bar," + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple, + sourcesResolved: ["http://example.com/a/b/c/foo.js"], + sourcesContent: ["http://example.com/a/b/c/foo.js"] + }, "dataUriParameter") + isAsync() + }) + + method(code.dataUriNoMime, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "data:,foo", + url: null, + sourcesRelativeTo: codeUrl, + map: "foo" + }, "dataUriNoMime .sourceMapData") + t.ok(error.message.match(/mime type.+text\/plain/), "dataUriNoMime") + t.notOk(result) + isAsync() + }) + + method(code.dataUriInvalidMime, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "data:text/html,foo", + url: null, + sourcesRelativeTo: codeUrl, + map: "foo" + }, "dataUriInvalidMime .sourceMapData") + t.ok(error.message.match(/mime type.+text\/html/), "dataUriInvalidMime") + t.notOk(result) + isAsync() + }) + + method(code.dataUriInvalidJSON, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "data:application/json,foo", + url: null, + sourcesRelativeTo: codeUrl, + map: "foo" + }, "dataUriInvalidJSON .sourceMapData") + t.ok(error instanceof SyntaxError && error.message !== "data:application/json,foo", + "dataUriInvalidJSON") + t.notOk(result) + isAsync() + }) + + method(code.dataUriXSSIsafe, codeUrl, wrapMap(Throws, identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "data:application/json," + ")%5D%7D%27" + + "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + + "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", + url: null, + sourcesRelativeTo: codeUrl, + map: map.simple, + sourcesResolved: ["http://example.com/a/b/c/foo.js"], + sourcesContent: ["http://example.com/a/b/c/foo.js"] + }, "dataUriXSSIsafe") + isAsync() + }) + + method(code.dataUriEmpty, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "data:", + url: null, + sourcesRelativeTo: codeUrl, + map: "" + }, "dataUriEmpty .sourceMapData") + t.ok(error.message.match(/mime type.+text\/plain/), "dataUriEmpty") + t.notOk(result) + isAsync() + }) + + method(code.noMap, codeUrl, wrap(Throws), function(error, result) { + t.error(error) + t.equal(result, null, "noMap") + isAsync() + }) + + method(code.absolute, codeUrl, wrap(read([map.simpleString])), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple, + sourcesResolved: ["https://foo.org/foo.js"], + sourcesContent: [map.simpleString] + }, "read non-string") + isAsync() + }) + + method(code.absolute, codeUrl, wrap(read("invalid JSON")), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: "invalid JSON" + }, "read invalid JSON .sourceMapData") + t.ok(error instanceof SyntaxError, "read invalid JSON") + t.notOk(result) + isAsync() + }) + + method(code.absolute, codeUrl, wrapMap(read(map.XSSIsafe), identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple, + sourcesResolved: ["https://foo.org/foo.js"], + sourcesContent: ["https://foo.org/foo.js"] + }, "XSSIsafe map") + isAsync() + }) + + method(code.absolute, codeUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: "https://foo.org/foo.js.map", + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: null + }, "read throws .sourceMapData") + t.equal(error.message, "https://foo.org/foo.js.map", "read throws") + t.notOk(result) + isAsync() + }) + + function readMap(what) { + return wrapMap(read(JSON.stringify(what)), identity) + } + + var options + + method(code.fileRelative, codeUrl, readMap(map.simple), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, ["http://example.com/a/b/c/foo.js"], "simple") + t.deepEqual(result.sourcesContent, ["http://example.com/a/b/c/foo.js"], "simple") + isAsync() + }) + + method(code.fileRelative, codeUrl, readMap(map.sourceRoot), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "sourceRoot") + t.deepEqual(result.sourcesContent, [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "sourceRoot") + isAsync() + }) + + options = {sourceRoot: false} + method(code.fileRelative, codeUrl, readMap(map.sourceRoot), options, function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "ignore sourceRoot") + t.deepEqual(result.sourcesContent, [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "ignore sourceRoot") + isAsync() + }) + + options = {sourceRoot: "/static/js/"} + method(code.fileRelative, codeUrl, readMap(map.sourceRoot), options, function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/static/js/foo.js", + "http://example.com/static/js/lib/bar.js", + "http://example.com/static/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "custom sourceRoot") + t.deepEqual(result.sourcesContent, [ + "http://example.com/static/js/foo.js", + "http://example.com/static/js/lib/bar.js", + "http://example.com/static/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "custom sourceRoot") + isAsync() + }) + + method(code.fileRelative, codeUrl, readMap(map.sourceRootNoSlash), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "sourceRootNoSlash") + t.deepEqual(result.sourcesContent, [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "sourceRootNoSlash") + isAsync() + }) + + method(code.fileRelative, codeUrl, readMap(map.sourceRootEmpty), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "sourceRootEmpty") + t.deepEqual(result.sourcesContent, [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "sourceRootEmpty") + isAsync() + }) + + method(code.fileRelative, codeUrl, readMap(map.sourcesContent), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/static/js/app/foo.js", + "http://example.com/static/js/app/lib/bar.js", + "http://example.com/static/js/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "sourcesContent") + t.deepEqual(result.sourcesContent, [ + "foo.js", + "lib/bar.js", + "../vendor/dom.js", + "/version.js", + "//foo.org/baz.js" + ], "sourcesContent") + isAsync() + }) + + method(code.fileRelative, codeUrl, readMap(map.mixed), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "mixed") + t.deepEqual(result.sourcesContent, [ + "foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "/version.js", + "//foo.org/baz.js" + ], "mixed") + isAsync() + }) + + method(code.fileRelative, codeUrl, readMap(map.noSources), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [], "noSources") + t.deepEqual(result.sourcesContent, [], "noSources") + isAsync() + }) + + method(code.fileRelative, codeUrl, readMap(map.empty), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [], "noSources") + t.deepEqual(result.sourcesContent, [], "noSources") + isAsync() + }) + + method(code.fileRelative, codeUrl, wrap(read([map.simpleString])), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, ["http://example.com/a/b/c/foo.js"], "read non-string") + t.deepEqual(result.sourcesContent, [map.simpleString], "read non-string") + isAsync() + }) + + function ThrowsMap(what) { + return wrapMap(read(JSON.stringify(what)), Throws) + } + + method(code.fileRelative, codeUrl, ThrowsMap(map.mixed), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "read throws .sourcesResolved") + var sourcesContent = result.sourcesContent + for (var index = 0, len = sourcesContent.length; index < len; index++) { + var item = sourcesContent[index] + if (item instanceof Error) { + sourcesContent[index] = null + } + } + t.deepEqual(sourcesContent, [ + "foo.js", + null, + null, + "/version.js", + "//foo.org/baz.js" + ], "read throws .sourcesContent") + isAsync() + }) + + var mapUrl = "https://foo.org/foo.js.map" + + method(null, mapUrl, readSimple, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: null, + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple, + sourcesResolved: ["https://foo.org/foo.js"], + sourcesContent: ["https://foo.org/foo.js"] + }, "mapUrl simple") + isAsync() + }) + + method(null, mapUrl, wrap(read([map.simpleString])), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: null, + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple, + sourcesResolved: ["https://foo.org/foo.js"], + sourcesContent: [map.simpleString] + }, "mapUrl read non-string") + isAsync() + }) + + method(null, mapUrl, wrap(read("invalid JSON")), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: null, + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: "invalid JSON" + }, "mapUrl read invalid JSON .sourceMapData") + t.ok(error instanceof SyntaxError, "mapUrl read invalid JSON") + t.notOk(result) + isAsync() + }) + + method(null, mapUrl, wrapMap(read(map.XSSIsafe), identity), function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: null, + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: map.simple, + sourcesResolved: ["https://foo.org/foo.js"], + sourcesContent: ["https://foo.org/foo.js"] + }, "mapUrl XSSIsafe map") + isAsync() + }) + + method(null, mapUrl, wrap(Throws), function(error, result) { + t.deepEqual(error.sourceMapData, { + sourceMappingURL: null, + url: "https://foo.org/foo.js.map", + sourcesRelativeTo: "https://foo.org/foo.js.map", + map: null + }, "mapUrl read throws .sourceMapData") + t.equal(error.message, "https://foo.org/foo.js.map", "mapUrl read throws") + t.notOk(result) + isAsync() + }) + + mapUrl = "http://example.com/a/b/c/foo.js.map" + + options = {sourceRoot: "/static/js/"} + method(null, mapUrl, readMap(map.sourceRoot), options, function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/static/js/foo.js", + "http://example.com/static/js/lib/bar.js", + "http://example.com/static/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "mapUrl custom sourceRoot") + t.deepEqual(result.sourcesContent, [ + "http://example.com/static/js/foo.js", + "http://example.com/static/js/lib/bar.js", + "http://example.com/static/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "mapUrl custom sourceRoot") + isAsync() + }) + + method(null, mapUrl, readMap(map.mixed), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, [ + "http://example.com/a/b/c/foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "http://example.com/version.js", + "http://foo.org/baz.js" + ], "mapUrl mixed") + t.deepEqual(result.sourcesContent, [ + "foo.js", + "http://example.com/a/b/c/lib/bar.js", + "http://example.com/a/b/vendor/dom.js", + "/version.js", + "//foo.org/baz.js" + ], "mapUrl mixed") + isAsync() + }) + + next = true + } +} + +test(".resolve", testResolve(sourceMapResolve.resolve, false)) + +test(".resolveSync", testResolve(sourceMapResolve.resolveSync, true)) + +test(".parseMapToJSON", function(t) { + t.plan(1) + t.deepEqual(sourceMapResolve.parseMapToJSON(map.XSSIsafe), map.simple) +}) diff --git a/2019-setembro/node_modules/source-map-resolve/test/windows.js b/2019-setembro/node_modules/source-map-resolve/test/windows.js new file mode 100644 index 0000000..611ec7d --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/test/windows.js @@ -0,0 +1,166 @@ +// Copyright 2014 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var path = require("path") +var test = require("tape") +var asyncify = require("simple-asyncify") +var common = require("./common") +var u = common.u +var read = common.read +var identity = common.identity + +var sourceMapResolve = require("../") + +path.sep = "\\" + + +function testResolveSourceMap(method, sync) { + return function(t) { + var wrap = (sync ? identity : asyncify) + + var codeUrl = "c:\\a\\b\\c\\foo.js" + + t.plan(3 * 2) + + if (sync) { + method = asyncify(method) + } + + var map = {} + var readMap = wrap(read(JSON.stringify(map))) + + method(u("foo.js.map"), codeUrl, readMap, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "foo.js.map", + url: "/a/b/c/foo.js.map", + sourcesRelativeTo: "/a/b/c/foo.js.map", + map: map + }) + }) + + method(u("/foo.js.map"), codeUrl, readMap, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "/foo.js.map", + url: "/foo.js.map", + sourcesRelativeTo: "/foo.js.map", + map: map + }) + }) + + method(u("../foo.js.map"), codeUrl, readMap, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "../foo.js.map", + url: "/a/b/foo.js.map", + sourcesRelativeTo: "/a/b/foo.js.map", + map: map + }) + }) + + } +} + +test(".resolveSourceMap", testResolveSourceMap(sourceMapResolve.resolveSourceMap, false)) + +test(".resolveSourceMapSync", testResolveSourceMap(sourceMapResolve.resolveSourceMapSync, true)) + + +function testResolveSources(method, sync) { + return function(t) { + var wrap = (sync ? identity : asyncify) + + var mapUrl = "c:\\a\\b\\c\\foo.js.map" + + t.plan(1 * 3) + + if (sync) { + method = asyncify(method) + } + + var map = { + sources: ["foo.js", "/foo.js", "../foo.js"] + } + + method(map, mapUrl, wrap(identity), function(error, result) { + t.error(error) + t.deepEqual(result.sourcesResolved, ["/a/b/c/foo.js", "/foo.js", "/a/b/foo.js"]) + t.deepEqual(result.sourcesContent, ["/a/b/c/foo.js", "/foo.js", "/a/b/foo.js"]) + }) + + } +} + +test(".resolveSources", testResolveSources(sourceMapResolve.resolveSources, false)) + +test(".resolveSourcesSync", testResolveSources(sourceMapResolve.resolveSourcesSync, true)) + + +function testResolve(method, sync) { + return function(t) { + var wrap = (sync ? identity : asyncify) + var wrapMap = function(mapFn, fn) { + return wrap(function(url) { + if (/\.map$/.test(url)) { + return mapFn(url) + } + return fn(url) + }) + } + + var codeUrl = "c:\\a\\b\\c\\foo.js" + + t.plan(3 * 2) + + if (sync) { + method = asyncify(method) + } + + var map = { + sources: ["foo.js", "/foo.js", "../foo.js"] + } + var readMap = wrapMap(read(JSON.stringify(map)), identity) + + method(u("foo.js.map"), codeUrl, readMap, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "foo.js.map", + url: "/a/b/c/foo.js.map", + sourcesRelativeTo: "/a/b/c/foo.js.map", + map: map, + sourcesResolved: ["/a/b/c/foo.js", "/foo.js", "/a/b/foo.js"], + sourcesContent: ["/a/b/c/foo.js", "/foo.js", "/a/b/foo.js"] + }) + }) + + method(u("/foo.js.map"), codeUrl, readMap, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "/foo.js.map", + url: "/foo.js.map", + sourcesRelativeTo: "/foo.js.map", + map: map, + sourcesResolved: ["/foo.js", "/foo.js", "/foo.js"], + sourcesContent: ["/foo.js", "/foo.js", "/foo.js"] + }) + }) + + method(u("../foo.js.map"), codeUrl, readMap, function(error, result) { + t.error(error) + t.deepEqual(result, { + sourceMappingURL: "../foo.js.map", + url: "/a/b/foo.js.map", + sourcesRelativeTo: "/a/b/foo.js.map", + map: map, + sourcesResolved: ["/a/b/foo.js", "/foo.js", "/a/foo.js"], + sourcesContent: ["/a/b/foo.js", "/foo.js", "/a/foo.js"] + }) + }) + + } +} + +test(".resolve", testResolve(sourceMapResolve.resolve, false)) + +test(".resolveSync", testResolve(sourceMapResolve.resolveSync, true)) diff --git a/2019-setembro/node_modules/source-map-resolve/x-package.json5 b/2019-setembro/node_modules/source-map-resolve/x-package.json5 new file mode 100644 index 0000000..5bc9e29 --- /dev/null +++ b/2019-setembro/node_modules/source-map-resolve/x-package.json5 @@ -0,0 +1,68 @@ +{ + name: "source-map-resolve", + version: "0.5.2", + author: "Simon Lydell", + license: "MIT", + description: "Resolve the source map and/or sources for a generated file.", + keywords: [ + "source map", + "sourcemap", + "source", + "map", + "sourceMappingURL", + "resolve", + "resolver", + "locate", + "locator", + "find", + "finder" + ], + overlay: { + npm: { + repository: "lydell/source-map-resolve", + main: "lib/source-map-resolve-node.js", + browser: "source-map-resolve.js", + scripts: { + lint: "jshint lib/ test/", + unit: "node test/source-map-resolve.js && node test/windows.js", + test: "npm run lint && npm run unit", + build: "node generate-source-map-resolve.js" + }, + dependencies: { + "atob": "^2.1.1", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + }, + devDependencies: { + "Base64": "1.0.1", + "jshint": "2.9.5", + "setimmediate": "1.0.5", + "simple-asyncify": "1.0.0", + "tape": "4.9.0" + } + }, + component: { + repo: "lydell/source-map-resolve", + main: "source-map-resolve.js", + scripts: [ + "source-map-resolve.js" + ], + dependencies: { + "lydell/source-map-url": "~0.4.0", + "lydell/resolve-url": "~0.2.1" + } + }, + bower: { + authors: ["Simon Lydell"], + ignore: [ + ".*" + ], + dependencies: { + "source-map-url": "^0.4.0", + "resolve-url": "^0.2.1" + } + } + } +} diff --git a/2019-setembro/node_modules/source-map-support/LICENSE.md b/2019-setembro/node_modules/source-map-support/LICENSE.md new file mode 100644 index 0000000..6247ca9 --- /dev/null +++ b/2019-setembro/node_modules/source-map-support/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Evan Wallace + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2019-setembro/node_modules/source-map-support/README.md b/2019-setembro/node_modules/source-map-support/README.md new file mode 100644 index 0000000..40228b7 --- /dev/null +++ b/2019-setembro/node_modules/source-map-support/README.md @@ -0,0 +1,284 @@ +# Source Map Support +[![Build Status](https://travis-ci.org/evanw/node-source-map-support.svg?branch=master)](https://travis-ci.org/evanw/node-source-map-support) + +This module provides source map support for stack traces in node via the [V8 stack trace API](https://github.com/v8/v8/wiki/Stack-Trace-API). It uses the [source-map](https://github.com/mozilla/source-map) module to replace the paths and line numbers of source-mapped files with their original paths and line numbers. The output mimics node's stack trace format with the goal of making every compile-to-JS language more of a first-class citizen. Source maps are completely general (not specific to any one language) so you can use source maps with multiple compile-to-JS languages in the same node process. + +## Installation and Usage + +#### Node support + +``` +$ npm install source-map-support +``` + +Source maps can be generated using libraries such as [source-map-index-generator](https://github.com/twolfson/source-map-index-generator). Once you have a valid source map, place a source mapping comment somewhere in the file (usually done automatically or with an option by your transpiler): + +``` +//# sourceMappingURL=path/to/source.map +``` + +If multiple sourceMappingURL comments exist in one file, the last sourceMappingURL comment will be +respected (e.g. if a file mentions the comment in code, or went through multiple transpilers). +The path should either be absolute or relative to the compiled file. + +From here you have two options. + +##### CLI Usage + +```bash +node -r source-map-support/register compiled.js +``` + +##### Programmatic Usage + +Put the following line at the top of the compiled file. + +```js +require('source-map-support').install(); +``` + +It is also possible to install the source map support directly by +requiring the `register` module which can be handy with ES6: + +```js +import 'source-map-support/register' + +// Instead of: +import sourceMapSupport from 'source-map-support' +sourceMapSupport.install() +``` +Note: if you're using babel-register, it includes source-map-support already. + +It is also very useful with Mocha: + +``` +$ mocha --require source-map-support/register tests/ +``` + +#### Browser support + +This library also works in Chrome. While the DevTools console already supports source maps, the V8 engine doesn't and `Error.prototype.stack` will be incorrect without this library. Everything will just work if you deploy your source files using [browserify](http://browserify.org/). Just make sure to pass the `--debug` flag to the browserify command so your source maps are included in the bundled code. + +This library also works if you use another build process or just include the source files directly. In this case, include the file `browser-source-map-support.js` in your page and call `sourceMapSupport.install()`. It contains the whole library already bundled for the browser using browserify. + +```html + + +``` + +This library also works if you use AMD (Asynchronous Module Definition), which is used in tools like [RequireJS](http://requirejs.org/). Just list `browser-source-map-support` as a dependency: + +```html + +``` + +## Options + +This module installs two things: a change to the `stack` property on `Error` objects and a handler for uncaught exceptions that mimics node's default exception handler (the handler can be seen in the demos below). You may want to disable the handler if you have your own uncaught exception handler. This can be done by passing an argument to the installer: + +```js +require('source-map-support').install({ + handleUncaughtExceptions: false +}); +``` + +This module loads source maps from the filesystem by default. You can provide alternate loading behavior through a callback as shown below. For example, [Meteor](https://github.com/meteor) keeps all source maps cached in memory to avoid disk access. + +```js +require('source-map-support').install({ + retrieveSourceMap: function(source) { + if (source === 'compiled.js') { + return { + url: 'original.js', + map: fs.readFileSync('compiled.js.map', 'utf8') + }; + } + return null; + } +}); +``` + +The module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment. +In some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'. + +```js +require('source-map-support').install({ + environment: 'node' +}); +``` + +To support files with inline source maps, the `hookRequire` options can be specified, which will monitor all source files for inline source maps. + + +```js +require('source-map-support').install({ + hookRequire: true +}); +``` + +This monkey patches the `require` module loading chain, so is not enabled by default and is not recommended for any sort of production usage. + +## Demos + +#### Basic Demo + +original.js: + +```js +throw new Error('test'); // This is the original code +``` + +compiled.js: + +```js +require('source-map-support').install(); + +throw new Error('test'); // This is the compiled code +// The next line defines the sourceMapping. +//# sourceMappingURL=compiled.js.map +``` + +compiled.js.map: + +```json +{ + "version": 3, + "file": "compiled.js", + "sources": ["original.js"], + "names": [], + "mappings": ";;AAAA,MAAM,IAAI" +} +``` + +Run compiled.js using node (notice how the stack trace uses original.js instead of compiled.js): + +``` +$ node compiled.js + +original.js:1 +throw new Error('test'); // This is the original code + ^ +Error: test + at Object. (original.js:1:7) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) + at node.js:901:3 +``` + +#### TypeScript Demo + +demo.ts: + +```typescript +declare function require(name: string); +require('source-map-support').install(); +class Foo { + constructor() { this.bar(); } + bar() { throw new Error('this is a demo'); } +} +new Foo(); +``` + +Compile and run the file using the TypeScript compiler from the terminal: + +``` +$ npm install source-map-support typescript +$ node_modules/typescript/bin/tsc -sourcemap demo.ts +$ node demo.js + +demo.ts:5 + bar() { throw new Error('this is a demo'); } + ^ +Error: this is a demo + at Foo.bar (demo.ts:5:17) + at new Foo (demo.ts:4:24) + at Object. (demo.ts:7:1) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) + at node.js:901:3 +``` + +There is also the option to use `-r source-map-support/register` with typescript, without the need add the `require('source-map-support').install()` in the code base: + +``` +$ npm install source-map-support typescript +$ node_modules/typescript/bin/tsc -sourcemap demo.ts +$ node -r source-map-support/register demo.js + +demo.ts:5 + bar() { throw new Error('this is a demo'); } + ^ +Error: this is a demo + at Foo.bar (demo.ts:5:17) + at new Foo (demo.ts:4:24) + at Object. (demo.ts:7:1) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) + at node.js:901:3 +``` + +#### CoffeeScript Demo + +demo.coffee: + +```coffee +require('source-map-support').install() +foo = -> + bar = -> throw new Error 'this is a demo' + bar() +foo() +``` + +Compile and run the file using the CoffeeScript compiler from the terminal: + +```sh +$ npm install source-map-support coffeescript +$ node_modules/.bin/coffee --map --compile demo.coffee +$ node demo.js + +demo.coffee:3 + bar = -> throw new Error 'this is a demo' + ^ +Error: this is a demo + at bar (demo.coffee:3:22) + at foo (demo.coffee:4:3) + at Object. (demo.coffee:5:1) + at Object. (demo.coffee:1:1) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) +``` + +## Tests + +This repo contains both automated tests for node and manual tests for the browser. The automated tests can be run using mocha (type `mocha` in the root directory). To run the manual tests: + +* Build the tests using `build.js` +* Launch the HTTP server (`npm run serve-tests`) and visit + * http://127.0.0.1:1336/amd-test + * http://127.0.0.1:1336/browser-test + * http://127.0.0.1:1336/browserify-test - **Currently not working** due to a bug with browserify (see [pull request #66](https://github.com/evanw/node-source-map-support/pull/66) for details). +* For `header-test`, run `server.js` inside that directory and visit http://127.0.0.1:1337/ + +## License + +This code is available under the [MIT license](http://opensource.org/licenses/MIT). diff --git a/2019-setembro/node_modules/source-map-support/browser-source-map-support.js b/2019-setembro/node_modules/source-map-support/browser-source-map-support.js new file mode 100644 index 0000000..3c44ab2 --- /dev/null +++ b/2019-setembro/node_modules/source-map-support/browser-source-map-support.js @@ -0,0 +1,113 @@ +/* + * Support for source maps in V8 stack traces + * https://github.com/evanw/node-source-map-support + */ +/* + The buffer module from node.js, for the browser. + + @author Feross Aboukhadijeh + license MIT +*/ +(this.define||function(G,J){this.sourceMapSupport=J()})("browser-source-map-support",function(G){(function b(n,u,m){function e(d,a){if(!u[d]){if(!n[d]){var l="function"==typeof require&&require;if(!a&&l)return l(d,!0);if(g)return g(d,!0);throw Error("Cannot find module '"+d+"'");}l=u[d]={exports:{}};n[d][0].call(l.exports,function(a){var b=n[d][1][a];return e(b?b:a)},l,l.exports,b,n,u,m)}return u[d].exports}for(var g="function"==typeof require&&require,h=0;hb)return-1;if(58>b)return b-48+52;if(91>b)return b-65;if(123>b)return b-97+26}var g="undefined"!==typeof Uint8Array?Uint8Array:Array;b.toByteArray=function(b){function d(a){r[w++]=a}if(0>16);d((h&65280)>>8);d(h&255)}2===l?(h=e(b.charAt(a))<<2|e(b.charAt(a+1))>>4,d(h&255)):1===l&&(h=e(b.charAt(a))<<10|e(b.charAt(a+1))<<4|e(b.charAt(a+2))>>2,d(h>>8&255),d(h&255));return r};b.fromByteArray=function(b){var d=b.length%3,a="",l;var e=0;for(l=b.length-d;e> +18&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>12&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>6&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g&63);a+=g}switch(d){case 1:g=b[b.length-1];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>2);a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g<<4&63);a+="==";break;case 2:g=(b[b.length-2]<<8)+ +b[b.length-1],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>10),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>4&63),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g<<2&63),a+="="}return a}})("undefined"===typeof m?this.base64js={}:m)},{}],3:[function(n,u,m){},{}],4:[function(n,u,m){(function(b){var e=Object.prototype.toString,g="function"===typeof b.alloc&&"function"===typeof b.allocUnsafe&&"function"=== +typeof b.from;u.exports=function(h,d,a){if("number"===typeof h)throw new TypeError('"value" argument must not be a number');if("ArrayBuffer"===e.call(h).slice(8,-1)){d>>>=0;var l=h.byteLength-d;if(0>l)throw new RangeError("'offset' is out of bounds");if(void 0===a)a=l;else if(a>>>=0,a>l)throw new RangeError("'length' is out of bounds");return g?b.from(h.slice(d,d+a)):new b(new Uint8Array(h.slice(d,d+a)))}if("string"===typeof h){a=d;if("string"!==typeof a||""===a)a="utf8";if(!b.isEncoding(a))throw new TypeError('"encoding" must be a valid string encoding'); +return g?b.from(h,a):new b(h,a)}return g?b.from(h):new b(h)}}).call(this,n("buffer").Buffer)},{buffer:5}],5:[function(n,u,m){function b(f,p,a){if(!(this instanceof b))return new b(f,p,a);var c=typeof f;if("number"===c)var d=0>>0:0;else if("string"===c){if("base64"===p)for(f=(f.trim?f.trim():f.replace(/^\s+|\s+$/g,"")).replace(H,"");0!==f.length%4;)f+="=";d=b.byteLength(f,p)}else if("object"===c&&null!==f)"Buffer"===f.type&&F(f.data)&&(f=f.data),d=0<+f.length?Math.floor(+f.length):0;else throw new TypeError("must start with number, buffer, array or string"); +if(this.length>D)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+D.toString(16)+" bytes");if(b.TYPED_ARRAY_SUPPORT)var k=b._augment(new Uint8Array(d));else k=this,k.length=d,k._isBuffer=!0;if(b.TYPED_ARRAY_SUPPORT&&"number"===typeof f.byteLength)k._set(f);else{var C=f;if(F(C)||b.isBuffer(C)||C&&"object"===typeof C&&"number"===typeof C.length)if(b.isBuffer(f))for(p=0;pf)throw new RangeError("offset is not uint");if(f+p>b)throw new RangeError("Trying to access beyond buffer length");}function h(f,p,a,c,d,k){if(!b.isBuffer(f))throw new TypeError("buffer must be a Buffer instance");if(p>d||pf.length)throw new TypeError("index out of range"); +}function d(f,p,b,a){0>p&&(p=65535+p+1);for(var c=0,d=Math.min(f.length-b,2);c>>8*(a?c:1-c)}function a(f,p,b,a){0>p&&(p=4294967295+p+1);for(var c=0,d=Math.min(f.length-b,4);c>>8*(a?c:3-c)&255}function l(f,p,b,a,c,d){if(p>c||pf.length)throw new TypeError("index out of range");}function r(f,p,b,a,c){c||l(f,p,b,4,3.4028234663852886E38,-3.4028234663852886E38);z.write(f,p,b,a,23,4);return b+4}function q(f, +p,b,a,c){c||l(f,p,b,8,1.7976931348623157E308,-1.7976931348623157E308);z.write(f,p,b,a,52,8);return b+8}function w(f){for(var p=[],b=0;b=a)p.push(a);else{var c=b;55296<=a&&57343>=a&&b++;a=encodeURIComponent(f.slice(c,b+1)).substr(1).split("%");for(c=0;c=b.length||d>=f.length);d++)b[d+ +a]=f[d];return d}function k(f){try{return decodeURIComponent(f)}catch(p){return String.fromCharCode(65533)}}var x=n("base64-js"),z=n("ieee754"),F=n("is-array");m.Buffer=b;m.SlowBuffer=b;m.INSPECT_MAX_BYTES=50;b.poolSize=8192;var D=1073741823;b.TYPED_ARRAY_SUPPORT=function(){try{var f=new ArrayBuffer(0),b=new Uint8Array(f);b.foo=function(){return 42};return 42===b.foo()&&"function"===typeof b.subarray&&0===(new Uint8Array(1)).subarray(1,1).byteLength}catch(C){return!1}}();b.isBuffer=function(f){return!(null== +f||!f._isBuffer)};b.compare=function(f,a){if(!b.isBuffer(f)||!b.isBuffer(a))throw new TypeError("Arguments must be Buffers");for(var c=f.length,p=a.length,d=0,k=Math.min(c,p);d>>1;break;case "utf8":case "utf-8":b=w(f).length;break;case "base64":b=x.toByteArray(f).length; +break;default:b=f.length}return b};b.prototype.length=void 0;b.prototype.parent=void 0;b.prototype.toString=function(f,b,a){var c=!1;b>>>=0;a=void 0===a||Infinity===a?this.length:a>>>0;f||(f="utf8");0>b&&(b=0);a>this.length&&(a=this.length);if(a<=b)return"";for(;;)switch(f){case "hex":f=b;b=a;a=this.length;if(!f||0>f)f=0;if(!b||0>b||b>a)b=a;c="";for(a=f;ac?"0"+c.toString(16):c.toString(16),c=f+c;return c;case "utf8":case "utf-8":c=f="";for(a=Math.min(this.length,a);b= +this[b]?(f+=k(c)+String.fromCharCode(this[b]),c=""):c+="%"+this[b].toString(16);return f+k(c);case "ascii":return e(this,b,a);case "binary":return e(this,b,a);case "base64":return b=0===b&&a===this.length?x.fromByteArray(this):x.fromByteArray(this.slice(b,a)),b;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":b=this.slice(b,a);a="";for(f=0;fb&&(f+=" ... "));return""};b.prototype.compare=function(f){if(!b.isBuffer(f))throw new TypeError("Argument must be a Buffer");return b.compare(this,f)};b.prototype.get=function(f){console.log(".get() is deprecated. Access using array indexes instead."); +return this.readUInt8(f)};b.prototype.set=function(f,b){console.log(".set() is deprecated. Access using array indexes instead.");return this.writeUInt8(f,b)};b.prototype.write=function(f,b,a,d){if(isFinite(b))isFinite(a)||(d=a,a=void 0);else{var p=d;d=b;b=a;a=p}b=Number(b)||0;p=this.length-b;a?(a=Number(a),a>p&&(a=p)):a=p;d=String(d||"utf8").toLowerCase();switch(d){case "hex":b=Number(b)||0;d=this.length-b;a?(a=Number(a),a>d&&(a=d)):a=d;d=f.length;if(0!==d%2)throw Error("Invalid hex string");a>d/ +2&&(a=d/2);for(d=0;d>8;l%=256;p.push(l);p.push(d)}f=c(p,this,b,a,2);break;default:throw new TypeError("Unknown encoding: "+ +d);}return f};b.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};b.prototype.slice=function(f,a){var c=this.length;f=~~f;a=void 0===a?c:~~a;0>f?(f+=c,0>f&&(f=0)):f>c&&(f=c);0>a?(a+=c,0>a&&(a=0)):a>c&&(a=c);a>>=0;d||h(this,a,c,1,255,0);b.TYPED_ARRAY_SUPPORT||(a=Math.floor(a));this[c]=a;return c+1};b.prototype.writeUInt16LE=function(a, +c,k){a=+a;c>>>=0;k||h(this,a,c,2,65535,0);b.TYPED_ARRAY_SUPPORT?(this[c]=a,this[c+1]=a>>>8):d(this,a,c,!0);return c+2};b.prototype.writeUInt16BE=function(a,c,k){a=+a;c>>>=0;k||h(this,a,c,2,65535,0);b.TYPED_ARRAY_SUPPORT?(this[c]=a>>>8,this[c+1]=a):d(this,a,c,!1);return c+2};b.prototype.writeUInt32LE=function(f,c,d){f=+f;c>>>=0;d||h(this,f,c,4,4294967295,0);b.TYPED_ARRAY_SUPPORT?(this[c+3]=f>>>24,this[c+2]=f>>>16,this[c+1]=f>>>8,this[c]=f):a(this,f,c,!0);return c+4};b.prototype.writeUInt32BE=function(f, +c,d){f=+f;c>>>=0;d||h(this,f,c,4,4294967295,0);b.TYPED_ARRAY_SUPPORT?(this[c]=f>>>24,this[c+1]=f>>>16,this[c+2]=f>>>8,this[c+3]=f):a(this,f,c,!1);return c+4};b.prototype.writeInt8=function(a,c,d){a=+a;c>>>=0;d||h(this,a,c,1,127,-128);b.TYPED_ARRAY_SUPPORT||(a=Math.floor(a));0>a&&(a=255+a+1);this[c]=a;return c+1};b.prototype.writeInt16LE=function(a,c,k){a=+a;c>>>=0;k||h(this,a,c,2,32767,-32768);b.TYPED_ARRAY_SUPPORT?(this[c]=a,this[c+1]=a>>>8):d(this,a,c,!0);return c+2};b.prototype.writeInt16BE=function(a, +c,k){a=+a;c>>>=0;k||h(this,a,c,2,32767,-32768);b.TYPED_ARRAY_SUPPORT?(this[c]=a>>>8,this[c+1]=a):d(this,a,c,!1);return c+2};b.prototype.writeInt32LE=function(c,d,k){c=+c;d>>>=0;k||h(this,c,d,4,2147483647,-2147483648);b.TYPED_ARRAY_SUPPORT?(this[d]=c,this[d+1]=c>>>8,this[d+2]=c>>>16,this[d+3]=c>>>24):a(this,c,d,!0);return d+4};b.prototype.writeInt32BE=function(c,d,k){c=+c;d>>>=0;k||h(this,c,d,4,2147483647,-2147483648);0>c&&(c=4294967295+c+1);b.TYPED_ARRAY_SUPPORT?(this[d]=c>>>24,this[d+1]=c>>>16,this[d+ +2]=c>>>8,this[d+3]=c):a(this,c,d,!1);return d+4};b.prototype.writeFloatLE=function(a,c,b){return r(this,a,c,!0,b)};b.prototype.writeFloatBE=function(a,c,b){return r(this,a,c,!1,b)};b.prototype.writeDoubleLE=function(a,c,b){return q(this,a,c,!0,b)};b.prototype.writeDoubleBE=function(a,c,b){return q(this,a,c,!1,b)};b.prototype.copy=function(a,c,d,k){d||(d=0);k||0===k||(k=this.length);c||(c=0);if(k!==d&&0!==a.length&&0!==this.length){if(kc||c>=a.length)throw new TypeError("targetStart out of bounds"); +if(0>d||d>=this.length)throw new TypeError("sourceStart out of bounds");if(0>k||k>this.length)throw new TypeError("sourceEnd out of bounds");k>this.length&&(k=this.length);a.length-ck||!b.TYPED_ARRAY_SUPPORT)for(var f=0;fc||c>=this.length)throw new TypeError("start out of bounds"); +if(0>b||b>this.length)throw new TypeError("end out of bounds");if("number"===typeof a)for(;c>1,q=-7;d=g?d-1:0;var w=g?-1:1,v=b[e+d];d+=w;g=v&(1<<-q)-1;v>>=-q;for(q+=a;0>=-q;for(q+=h;0>1,v=23===d?Math.pow(2,-24)-Math.pow(2,-77):0;a=h?0:a-1;var c=h?1:-1,k=0>e||0===e&&0>1/e?1:0;e=Math.abs(e);isNaN(e)||Infinity===e?(e=isNaN(e)?1:0,h=q):(h=Math.floor(Math.log(e)/Math.LN2),1>e*(l=Math.pow(2,-h))&&(h--,l*=2),e=1<=h+w?e+v/l:e+v*Math.pow(2,1-w),2<=e*l&&(h++,l/=2),h+w>=q?(e=0,h=q):1<=h+w?(e=(e*l-1)*Math.pow(2,d),h+=w):(e=e*Math.pow(2,w-1)*Math.pow(2,d),h=0));for(;8<=d;b[g+a]=e&255,a+= +c,e/=256,d-=8);h=h<b?[]:a.slice(c,b-c+1)}a=m.resolve(a).substr(1);b=m.resolve(b).substr(1); +for(var l=d(a.split("/")),w=d(b.split("/")),e=Math.min(l.length,w.length),c=e,k=0;kb&&(b=a.length+b);return a.substr(b,d)}}).call(this,n("g5I+bs"))},{"g5I+bs":9}],9:[function(n,u,m){function b(){}n=u.exports={};n.nextTick=function(){if("undefined"!==typeof window&&window.setImmediate)return function(b){return window.setImmediate(b)};if("undefined"!==typeof window&&window.postMessage&&window.addEventListener){var b=[];window.addEventListener("message",function(e){var g=e.source;g!==window&&null!== +g||"process-tick"!==e.data||(e.stopPropagation(),0e?(-e<<1)+1:e<<1;do e=h&31,h>>>=5,0=d)throw Error("Expected more digits in base 64 VLQ value.");var r=b.decode(e.charCodeAt(g++));if(-1===r)throw Error("Invalid base64 digit: "+e.charAt(g-1));var q=!!(r&32);r&=31;a+=r<>1;h.value=1===(a&1)?-e:e;h.rest=g}},{"./base64":12}],12:[function(n, +u,m){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");m.encode=function(e){if(0<=e&&e=b?b-65:97<=b&&122>=b?b-97+26:48<=b&&57>=b?b-48+52:43==b?62:47==b?63:-1}},{}],13:[function(n,u,m){function b(e,g,h,d,a,l){var r=Math.floor((g-e)/2)+e,q=a(h,d[r],!0);return 0===q?r:0e?-1:e}m.GREATEST_LOWER_BOUND=1;m.LEAST_UPPER_BOUND=2;m.search=function(e,g,h,d){if(0===g.length)return-1;e=b(-1,g.length,e,g,h,d||m.GREATEST_LOWER_BOUND);if(0>e)return-1;for(;0<=e-1&&0===h(g[e],g[e-1],!0);)--e;return e}},{}],14:[function(n,u,m){function b(){this._array=[];this._sorted=!0;this._last={generatedLine:-1,generatedColumn:0}}var e=n("./util");b.prototype.unsortedForEach=function(b,e){this._array.forEach(b,e)};b.prototype.add=function(b){var g=this._last,d=g.generatedLine, +a=b.generatedLine,l=g.generatedColumn,r=b.generatedColumn;a>d||a==d&&r>=l||0>=e.compareByGeneratedPositionsInflated(g,b)?this._last=b:this._sorted=!1;this._array.push(b)};b.prototype.toArray=function(){this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=!0);return this._array};m.MappingList=b},{"./util":19}],15:[function(n,u,m){function b(b,e,d){var a=b[e];b[e]=b[d];b[d]=a}function e(g,h,d,a){if(d=h(g[q],r)&&(l+=1,b(g,l,q));b(g,l+1,q);l+=1;e(g,h,d,l-1);e(g,h,l+1,a)}}m.quickSort=function(b,h){e(b,h,0,b.length-1)}},{}],16:[function(n,u,m){function b(a,b){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));return null!=c.sections?new h(c,b):new e(c,b)}function e(a,b){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));var k=d.getArg(c,"version"),e=d.getArg(c,"sources"),w=d.getArg(c,"names",[]),g=d.getArg(c,"sourceRoot",null),h=d.getArg(c,"sourcesContent",null),q=d.getArg(c, +"mappings");c=d.getArg(c,"file",null);if(k!=this._version)throw Error("Unsupported version: "+k);g&&(g=d.normalize(g));e=e.map(String).map(d.normalize).map(function(a){return g&&d.isAbsolute(g)&&d.isAbsolute(a)?d.relative(g,a):a});this._names=l.fromArray(w.map(String),!0);this._sources=l.fromArray(e,!0);this.sourceRoot=g;this.sourcesContent=h;this._mappings=q;this._sourceMapURL=b;this.file=c}function g(){this.generatedColumn=this.generatedLine=0;this.name=this.originalColumn=this.originalLine=this.source= +null}function h(a,e){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));var k=d.getArg(c,"version");c=d.getArg(c,"sections");if(k!=this._version)throw Error("Unsupported version: "+k);this._sources=new l;this._names=new l;var w={line:-1,column:0};this._sections=c.map(function(a){if(a.url)throw Error("Support for url field in sections not implemented.");var c=d.getArg(a,"offset"),k=d.getArg(c,"line"),g=d.getArg(c,"column");if(k=b[c])throw new TypeError("Line must be greater than or equal to 1, got "+ +b[c]);if(0>b[k])throw new TypeError("Column must be greater than or equal to 0, got "+b[k]);return a.search(b,d,e,g)};e.prototype.computeColumnSpans=function(){for(var a=0;a=this._sources.size()&&!this.sourcesContent.some(function(a){return null==a}):!1};e.prototype.sourceContentFor=function(a,b){if(!this.sourcesContent)return null;var c=a;null!=this.sourceRoot&&(c=d.relative(this.sourceRoot,c));if(this._sources.has(c))return this.sourcesContent[this._sources.indexOf(c)]; +var k=this.sources,e;for(e=0;e +b||95!==a.charCodeAt(b-1)||95!==a.charCodeAt(b-2)||111!==a.charCodeAt(b-3)||116!==a.charCodeAt(b-4)||111!==a.charCodeAt(b-5)||114!==a.charCodeAt(b-6)||112!==a.charCodeAt(b-7)||95!==a.charCodeAt(b-8)||95!==a.charCodeAt(b-9))return!1;for(b-=10;0<=b;b--)if(36!==a.charCodeAt(b))return!1;return!0}function q(a,b){return a===b?0:null===a?1:null===b?-1:a>b?1:-1}m.getArg=function(a,b,d){if(b in a)return a[b];if(3===arguments.length)return d;throw Error('"'+b+'" is a required argument.');};var w=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/, +v=/^data:.+,.+$/;m.urlParse=b;m.urlGenerate=e;m.normalize=g;m.join=h;m.isAbsolute=function(a){return"/"===a.charAt(0)||w.test(a)};m.relative=function(a,b){""===a&&(a=".");a=a.replace(/\/$/,"");for(var c=0;0!==b.indexOf(a+"/");){var d=a.lastIndexOf("/");if(0>d)return b;a=a.slice(0,d);if(a.match(/^([^\/]+:\/)?\/*$/))return b;++c}return Array(c+1).join("../")+b.substr(a.length+1)};n=!("__proto__"in Object.create(null));m.toSetString=n?d:a;m.fromSetString=n?d:l;m.compareByOriginalPositions=function(a, +b,d){var c=q(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;if(0!==c||d)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c)return c;c=a.generatedLine-b.generatedLine;return 0!==c?c:q(a.name,b.name)};m.compareByGeneratedPositionsDeflated=function(a,b,d){var c=a.generatedLine-b.generatedLine;if(0!==c)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c||d)return c;c=q(a.source,b.source);if(0!==c)return c;c=a.originalLine- +b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;return 0!==c?c:q(a.name,b.name)};m.compareByGeneratedPositionsInflated=function(a,b){var c=a.generatedLine-b.generatedLine;if(0!==c)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c)return c;c=q(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;return 0!==c?c:q(a.name,b.name)};m.parseSourceMapInput=function(a){return JSON.parse(a.replace(/^\)]}'[^\n]*\n/, +""))};m.computeSourceURL=function(a,d,l){d=d||"";a&&("/"!==a[a.length-1]&&"/"!==d[0]&&(a+="/"),d=a+d);if(l){a=b(l);if(!a)throw Error("sourceMapURL could not be parsed");a.path&&(l=a.path.lastIndexOf("/"),0<=l&&(a.path=a.path.substring(0,l+1)));d=h(e(a),d)}return g(d)}},{}],20:[function(n,u,m){m.SourceMapGenerator=n("./lib/source-map-generator").SourceMapGenerator;m.SourceMapConsumer=n("./lib/source-map-consumer").SourceMapConsumer;m.SourceNode=n("./lib/source-node").SourceNode},{"./lib/source-map-consumer":16, +"./lib/source-map-generator":17,"./lib/source-node":18}],21:[function(n,u,m){(function(b){function e(){return"browser"===f?!0:"node"===f?!1:"undefined"!==typeof window&&"function"===typeof XMLHttpRequest&&!(window.require&&window.module&&window.process&&"renderer"===window.process.type)}function g(a){return function(b){for(var c=0;c";b=this.getLineNumber();null!=b&&(a+=":"+b,(b= +this.getColumnNumber())&&(a+=":"+b))}b="";var c=this.getFunctionName(),d=!0,e=this.isConstructor();if(this.isToplevel()||e)e?b+="new "+(c||""):c?b+=c:(b+=a,d=!1);else{e=this.getTypeName();"[object Object]"===e&&(e="null");var f=this.getMethodName();c?(e&&0!=c.indexOf(e)&&(b+=e+"."),b+=c,f&&c.indexOf("."+f)!=c.length-f.length-1&&(b+=" [as "+f+"]")):b+=e+"."+(f||"")}d&&(b+=" ("+a+")");return b}function r(a){var b={};Object.getOwnPropertyNames(Object.getPrototypeOf(a)).forEach(function(c){b[c]= +/^(?:is|get)/.test(c)?function(){return a[c].call(a)}:a[c]});b.toString=l;return b}function q(b){if(b.isNative())return b;var c=b.getFileName()||b.getScriptNameOrSourceURL();if(c){var f=b.getLineNumber(),g=b.getColumnNumber()-1;1===f&&62 C:/dir/file + '/'; // file:///root-dir/file -> /root-dir/file + }); + } + if (path in fileContentsCache) { + return fileContentsCache[path]; + } + + var contents = ''; + try { + if (!fs) { + // Use SJAX if we are in the browser + var xhr = new XMLHttpRequest(); + xhr.open('GET', path, /** async */ false); + xhr.send(null); + if (xhr.readyState === 4 && xhr.status === 200) { + contents = xhr.responseText; + } + } else if (fs.existsSync(path)) { + // Otherwise, use the filesystem + contents = fs.readFileSync(path, 'utf8'); + } + } catch (er) { + /* ignore any errors */ + } + + return fileContentsCache[path] = contents; +}); + +// Support URLs relative to a directory, but be careful about a protocol prefix +// in case we are in the browser (i.e. directories may start with "http://" or "file:///") +function supportRelativeURL(file, url) { + if (!file) return url; + var dir = path.dirname(file); + var match = /^\w+:\/\/[^\/]*/.exec(dir); + var protocol = match ? match[0] : ''; + var startPath = dir.slice(protocol.length); + if (protocol && /^\/\w\:/.test(startPath)) { + // handle file:///C:/ paths + protocol += '/'; + return protocol + path.resolve(dir.slice(protocol.length), url).replace(/\\/g, '/'); + } + return protocol + path.resolve(dir.slice(protocol.length), url); +} + +function retrieveSourceMapURL(source) { + var fileData; + + if (isInBrowser()) { + try { + var xhr = new XMLHttpRequest(); + xhr.open('GET', source, false); + xhr.send(null); + fileData = xhr.readyState === 4 ? xhr.responseText : null; + + // Support providing a sourceMappingURL via the SourceMap header + var sourceMapHeader = xhr.getResponseHeader("SourceMap") || + xhr.getResponseHeader("X-SourceMap"); + if (sourceMapHeader) { + return sourceMapHeader; + } + } catch (e) { + } + } + + // Get the URL of the source map + fileData = retrieveFile(source); + var re = /(?:\/\/[@#][\s]*sourceMappingURL=([^\s'"]+)[\s]*$)|(?:\/\*[@#][\s]*sourceMappingURL=([^\s*'"]+)[\s]*(?:\*\/)[\s]*$)/mg; + // Keep executing the search to find the *last* sourceMappingURL to avoid + // picking up sourceMappingURLs from comments, strings, etc. + var lastMatch, match; + while (match = re.exec(fileData)) lastMatch = match; + if (!lastMatch) return null; + return lastMatch[1]; +}; + +// Can be overridden by the retrieveSourceMap option to install. Takes a +// generated source filename; returns a {map, optional url} object, or null if +// there is no source map. The map field may be either a string or the parsed +// JSON object (ie, it must be a valid argument to the SourceMapConsumer +// constructor). +var retrieveSourceMap = handlerExec(retrieveMapHandlers); +retrieveMapHandlers.push(function(source) { + var sourceMappingURL = retrieveSourceMapURL(source); + if (!sourceMappingURL) return null; + + // Read the contents of the source map + var sourceMapData; + if (reSourceMap.test(sourceMappingURL)) { + // Support source map URL as a data url + var rawData = sourceMappingURL.slice(sourceMappingURL.indexOf(',') + 1); + sourceMapData = bufferFrom(rawData, "base64").toString(); + sourceMappingURL = source; + } else { + // Support source map URLs relative to the source URL + sourceMappingURL = supportRelativeURL(source, sourceMappingURL); + sourceMapData = retrieveFile(sourceMappingURL); + } + + if (!sourceMapData) { + return null; + } + + return { + url: sourceMappingURL, + map: sourceMapData + }; +}); + +function mapSourcePosition(position) { + var sourceMap = sourceMapCache[position.source]; + if (!sourceMap) { + // Call the (overrideable) retrieveSourceMap function to get the source map. + var urlAndMap = retrieveSourceMap(position.source); + if (urlAndMap) { + sourceMap = sourceMapCache[position.source] = { + url: urlAndMap.url, + map: new SourceMapConsumer(urlAndMap.map) + }; + + // Load all sources stored inline with the source map into the file cache + // to pretend like they are already loaded. They may not exist on disk. + if (sourceMap.map.sourcesContent) { + sourceMap.map.sources.forEach(function(source, i) { + var contents = sourceMap.map.sourcesContent[i]; + if (contents) { + var url = supportRelativeURL(sourceMap.url, source); + fileContentsCache[url] = contents; + } + }); + } + } else { + sourceMap = sourceMapCache[position.source] = { + url: null, + map: null + }; + } + } + + // Resolve the source URL relative to the URL of the source map + if (sourceMap && sourceMap.map && typeof sourceMap.map.originalPositionFor === 'function') { + var originalPosition = sourceMap.map.originalPositionFor(position); + + // Only return the original position if a matching line was found. If no + // matching line is found then we return position instead, which will cause + // the stack trace to print the path and line for the compiled file. It is + // better to give a precise location in the compiled file than a vague + // location in the original file. + if (originalPosition.source !== null) { + originalPosition.source = supportRelativeURL( + sourceMap.url, originalPosition.source); + return originalPosition; + } + } + + return position; +} + +// Parses code generated by FormatEvalOrigin(), a function inside V8: +// https://code.google.com/p/v8/source/browse/trunk/src/messages.js +function mapEvalOrigin(origin) { + // Most eval() calls are in this format + var match = /^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(origin); + if (match) { + var position = mapSourcePosition({ + source: match[2], + line: +match[3], + column: match[4] - 1 + }); + return 'eval at ' + match[1] + ' (' + position.source + ':' + + position.line + ':' + (position.column + 1) + ')'; + } + + // Parse nested eval() calls using recursion + match = /^eval at ([^(]+) \((.+)\)$/.exec(origin); + if (match) { + return 'eval at ' + match[1] + ' (' + mapEvalOrigin(match[2]) + ')'; + } + + // Make sure we still return useful information if we didn't find anything + return origin; +} + +// This is copied almost verbatim from the V8 source code at +// https://code.google.com/p/v8/source/browse/trunk/src/messages.js. The +// implementation of wrapCallSite() used to just forward to the actual source +// code of CallSite.prototype.toString but unfortunately a new release of V8 +// did something to the prototype chain and broke the shim. The only fix I +// could find was copy/paste. +function CallSiteToString() { + var fileName; + var fileLocation = ""; + if (this.isNative()) { + fileLocation = "native"; + } else { + fileName = this.getScriptNameOrSourceURL(); + if (!fileName && this.isEval()) { + fileLocation = this.getEvalOrigin(); + fileLocation += ", "; // Expecting source position to follow. + } + + if (fileName) { + fileLocation += fileName; + } else { + // Source code does not originate from a file and is not native, but we + // can still get the source position inside the source string, e.g. in + // an eval string. + fileLocation += ""; + } + var lineNumber = this.getLineNumber(); + if (lineNumber != null) { + fileLocation += ":" + lineNumber; + var columnNumber = this.getColumnNumber(); + if (columnNumber) { + fileLocation += ":" + columnNumber; + } + } + } + + var line = ""; + var functionName = this.getFunctionName(); + var addSuffix = true; + var isConstructor = this.isConstructor(); + var isMethodCall = !(this.isToplevel() || isConstructor); + if (isMethodCall) { + var typeName = this.getTypeName(); + // Fixes shim to be backward compatable with Node v0 to v4 + if (typeName === "[object Object]") { + typeName = "null"; + } + var methodName = this.getMethodName(); + if (functionName) { + if (typeName && functionName.indexOf(typeName) != 0) { + line += typeName + "."; + } + line += functionName; + if (methodName && functionName.indexOf("." + methodName) != functionName.length - methodName.length - 1) { + line += " [as " + methodName + "]"; + } + } else { + line += typeName + "." + (methodName || ""); + } + } else if (isConstructor) { + line += "new " + (functionName || ""); + } else if (functionName) { + line += functionName; + } else { + line += fileLocation; + addSuffix = false; + } + if (addSuffix) { + line += " (" + fileLocation + ")"; + } + return line; +} + +function cloneCallSite(frame) { + var object = {}; + Object.getOwnPropertyNames(Object.getPrototypeOf(frame)).forEach(function(name) { + object[name] = /^(?:is|get)/.test(name) ? function() { return frame[name].call(frame); } : frame[name]; + }); + object.toString = CallSiteToString; + return object; +} + +function wrapCallSite(frame) { + if(frame.isNative()) { + return frame; + } + + // Most call sites will return the source file from getFileName(), but code + // passed to eval() ending in "//# sourceURL=..." will return the source file + // from getScriptNameOrSourceURL() instead + var source = frame.getFileName() || frame.getScriptNameOrSourceURL(); + if (source) { + var line = frame.getLineNumber(); + var column = frame.getColumnNumber() - 1; + + // Fix position in Node where some (internal) code is prepended. + // See https://github.com/evanw/node-source-map-support/issues/36 + var headerLength = 62; + if (line === 1 && column > headerLength && !isInBrowser() && !frame.isEval()) { + column -= headerLength; + } + + var position = mapSourcePosition({ + source: source, + line: line, + column: column + }); + frame = cloneCallSite(frame); + var originalFunctionName = frame.getFunctionName; + frame.getFunctionName = function() { return position.name || originalFunctionName(); }; + frame.getFileName = function() { return position.source; }; + frame.getLineNumber = function() { return position.line; }; + frame.getColumnNumber = function() { return position.column + 1; }; + frame.getScriptNameOrSourceURL = function() { return position.source; }; + return frame; + } + + // Code called using eval() needs special handling + var origin = frame.isEval() && frame.getEvalOrigin(); + if (origin) { + origin = mapEvalOrigin(origin); + frame = cloneCallSite(frame); + frame.getEvalOrigin = function() { return origin; }; + return frame; + } + + // If we get here then we were unable to change the source position + return frame; +} + +// This function is part of the V8 stack trace API, for more info see: +// https://v8.dev/docs/stack-trace-api +function prepareStackTrace(error, stack) { + if (emptyCacheBetweenOperations) { + fileContentsCache = {}; + sourceMapCache = {}; + } + + var name = error.name || 'Error'; + var message = error.message || ''; + var errorString = name + ": " + message; + + return errorString + stack.map(function(frame) { + return '\n at ' + wrapCallSite(frame); + }).join(''); +} + +// Generate position and snippet of original source with pointer +function getErrorSource(error) { + var match = /\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(error.stack); + if (match) { + var source = match[1]; + var line = +match[2]; + var column = +match[3]; + + // Support the inline sourceContents inside the source map + var contents = fileContentsCache[source]; + + // Support files on disk + if (!contents && fs && fs.existsSync(source)) { + try { + contents = fs.readFileSync(source, 'utf8'); + } catch (er) { + contents = ''; + } + } + + // Format the line from the original source code like node does + if (contents) { + var code = contents.split(/(?:\r\n|\r|\n)/)[line - 1]; + if (code) { + return source + ':' + line + '\n' + code + '\n' + + new Array(column).join(' ') + '^'; + } + } + } + return null; +} + +function printErrorAndExit (error) { + var source = getErrorSource(error); + + // Ensure error is printed synchronously and not truncated + if (process.stderr._handle && process.stderr._handle.setBlocking) { + process.stderr._handle.setBlocking(true); + } + + if (source) { + console.error(); + console.error(source); + } + + console.error(error.stack); + process.exit(1); +} + +function shimEmitUncaughtException () { + var origEmit = process.emit; + + process.emit = function (type) { + if (type === 'uncaughtException') { + var hasStack = (arguments[1] && arguments[1].stack); + var hasListeners = (this.listeners(type).length > 0); + + if (hasStack && !hasListeners) { + return printErrorAndExit(arguments[1]); + } + } + + return origEmit.apply(this, arguments); + }; +} + +var originalRetrieveFileHandlers = retrieveFileHandlers.slice(0); +var originalRetrieveMapHandlers = retrieveMapHandlers.slice(0); + +exports.wrapCallSite = wrapCallSite; +exports.getErrorSource = getErrorSource; +exports.mapSourcePosition = mapSourcePosition; +exports.retrieveSourceMap = retrieveSourceMap; + +exports.install = function(options) { + options = options || {}; + + if (options.environment) { + environment = options.environment; + if (["node", "browser", "auto"].indexOf(environment) === -1) { + throw new Error("environment " + environment + " was unknown. Available options are {auto, browser, node}") + } + } + + // Allow sources to be found by methods other than reading the files + // directly from disk. + if (options.retrieveFile) { + if (options.overrideRetrieveFile) { + retrieveFileHandlers.length = 0; + } + + retrieveFileHandlers.unshift(options.retrieveFile); + } + + // Allow source maps to be found by methods other than reading the files + // directly from disk. + if (options.retrieveSourceMap) { + if (options.overrideRetrieveSourceMap) { + retrieveMapHandlers.length = 0; + } + + retrieveMapHandlers.unshift(options.retrieveSourceMap); + } + + // Support runtime transpilers that include inline source maps + if (options.hookRequire && !isInBrowser()) { + var Module; + try { + Module = require('module'); + } catch (err) { + // NOP: Loading in catch block to convert webpack error to warning. + } + var $compile = Module.prototype._compile; + + if (!$compile.__sourceMapSupport) { + Module.prototype._compile = function(content, filename) { + fileContentsCache[filename] = content; + sourceMapCache[filename] = undefined; + return $compile.call(this, content, filename); + }; + + Module.prototype._compile.__sourceMapSupport = true; + } + } + + // Configure options + if (!emptyCacheBetweenOperations) { + emptyCacheBetweenOperations = 'emptyCacheBetweenOperations' in options ? + options.emptyCacheBetweenOperations : false; + } + + // Install the error reformatter + if (!errorFormatterInstalled) { + errorFormatterInstalled = true; + Error.prepareStackTrace = prepareStackTrace; + } + + if (!uncaughtShimInstalled) { + var installHandler = 'handleUncaughtExceptions' in options ? + options.handleUncaughtExceptions : true; + + // Provide the option to not install the uncaught exception handler. This is + // to support other uncaught exception handlers (in test frameworks, for + // example). If this handler is not installed and there are no other uncaught + // exception handlers, uncaught exceptions will be caught by node's built-in + // exception handler and the process will still be terminated. However, the + // generated JavaScript code will be shown above the stack trace instead of + // the original source code. + if (installHandler && hasGlobalProcessEventEmitter()) { + uncaughtShimInstalled = true; + shimEmitUncaughtException(); + } + } +}; + +exports.resetRetrieveHandlers = function() { + retrieveFileHandlers.length = 0; + retrieveMapHandlers.length = 0; + + retrieveFileHandlers = originalRetrieveFileHandlers.slice(0); + retrieveMapHandlers = originalRetrieveMapHandlers.slice(0); + + retrieveSourceMap = handlerExec(retrieveMapHandlers); + retrieveFile = handlerExec(retrieveFileHandlers); +} diff --git a/2019-setembro/node_modules/source-map-url/.jshintrc b/2019-setembro/node_modules/source-map-url/.jshintrc new file mode 100644 index 0000000..8f33293 --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/.jshintrc @@ -0,0 +1,43 @@ +{ + "bitwise": true, + "camelcase": true, + "curly": false, + "eqeqeq": true, + "es3": true, + "forin": true, + "immed": false, + "indent": false, + "latedef": "nofunc", + "newcap": false, + "noarg": true, + "noempty": true, + "nonew": false, + "plusplus": false, + "quotmark": false, + "undef": true, + "unused": "vars", + "strict": false, + "trailing": true, + "maxparams": 5, + "maxdepth": false, + "maxstatements": false, + "maxcomplexity": false, + "maxlen": 100, + + "asi": true, + "expr": true, + "globalstrict": true, + "smarttabs": true, + "sub": true, + + "node": true, + "globals": { + "describe": false, + "it": false, + "before": false, + "beforeEach": false, + "after": false, + "afterEach": false, + "define": false + } +} diff --git a/2019-setembro/node_modules/source-map-url/LICENSE b/2019-setembro/node_modules/source-map-url/LICENSE new file mode 100644 index 0000000..10052a9 --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/source-map-url/bower.json b/2019-setembro/node_modules/source-map-url/bower.json new file mode 100644 index 0000000..9831b7c --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/bower.json @@ -0,0 +1,20 @@ +{ + "name": "source-map-url", + "version": "0.4.0", + "author": "Simon Lydell", + "license": "MIT", + "description": "Tools for working with sourceMappingURL comments.", + "keywords": [ + "source map", + "sourceMappingURL", + "comment", + "annotation" + ], + "main": "source-map-url.js", + "authors": [ + "Simon Lydell" + ], + "ignore": [ + ".*" + ] +} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-url/changelog.md b/2019-setembro/node_modules/source-map-url/changelog.md new file mode 100644 index 0000000..e291a7f --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/changelog.md @@ -0,0 +1,52 @@ +### Version 0.4.0 (2015-11-12) ### + +- Changed: sourceMappingURL comments used to be matched only when placed at + the end of the script. However, since several commonly used JavaScript + libraries do not follow this convention and all popular web browsers accept + non-trailing comments, this has been revised. + + So now non-trailing SourceMappingURL comments are matched as well. + + +### Version 0.3.0 (2014-08-16) ### + +- Changed: sourceMappingURL comments used to be matched only if they appeared + on their own line. However, the spec only says: + + > The generated code may include a line at the end of the source, with the following form: + > + > //# sourceMappingURL= + + So now they are matched also when they appear on the same line as code. + +- Removed: The `.set()` method. I couldn’t decide how it should work + considering the above change. Moreover, it was unnecessarily complex (and + would have gotten worse) for very little gain. It is much easier to run + `.remove()` if needed, and then simply `code += "\n//# sourceMappingURL=" + + url` (using the appropriate comment syntax and newline). KISS. + +- Changed: The `.insertBefore()` method now always inserts the string exactly + before the sourceMappingURL comment; not before the newline before the + comment (if any). Moreover, it does not ensure that the comment will be on a + new line anymore. This is up to the caller. KISS. + +- Changed: The `.remove()` method no longer removes the newline before the + sourceMappingURL (if any). + +- Changed: Renamed `.get()` to `.getFrom()`. +- Changed: Renamed `.remove()` to `.removeFrom()`. + +- Added: The `.existsIn()` method. + + +### Version 0.2.0 (2014-02-23) ### + +- Changed: A space is no longer inserted before the closing comment syntax. If + such a space is desired, it needs to be put in the closing comment syntax + itself (such as `["/*", " */"]` instead of `["/*", "*/"]`). (Backwards + incompatible change.) + + +### Version 0.1.0 (2014-02-22) ### + +- Initial release. diff --git a/2019-setembro/node_modules/source-map-url/component.json b/2019-setembro/node_modules/source-map-url/component.json new file mode 100644 index 0000000..11d569c --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/component.json @@ -0,0 +1,18 @@ +{ + "name": "source-map-url", + "version": "0.4.0", + "author": "Simon Lydell", + "license": "MIT", + "description": "Tools for working with sourceMappingURL comments.", + "keywords": [ + "source map", + "sourceMappingURL", + "comment", + "annotation" + ], + "main": "source-map-url.js", + "repo": "lydell/source-map-url", + "scripts": [ + "source-map-url.js" + ] +} diff --git a/2019-setembro/node_modules/source-map-url/package.json b/2019-setembro/node_modules/source-map-url/package.json new file mode 100644 index 0000000..de7c90a --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/package.json @@ -0,0 +1,39 @@ +{ + "name": "source-map-url", + "version": "0.4.0", + "author": "Simon Lydell", + "license": "MIT", + "description": "Tools for working with sourceMappingURL comments.", + "keywords": [ + "source map", + "sourceMappingURL", + "comment", + "annotation" + ], + "main": "source-map-url.js", + "repository": "lydell/source-map-url", + "scripts": { + "lint": "jshint source-map-url.js test/ ", + "unit": "mocha", + "test": "npm run lint && npm run unit" + }, + "devDependencies": { + "mocha": "~1.17.1", + "expect.js": "~0.3.1", + "jshint": "~2.4.3" + }, + "testling": { + "harness": "mocha", + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "chrome/latest", + "firefox/latest", + "opera/12", + "opera/latest", + "safari/5", + "iphone/6", + "android-browser/4" + ] + } +} diff --git a/2019-setembro/node_modules/source-map-url/readme.md b/2019-setembro/node_modules/source-map-url/readme.md new file mode 100644 index 0000000..216de5e --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/readme.md @@ -0,0 +1,97 @@ +Overview [![Build Status](https://travis-ci.org/lydell/source-map-url.png?branch=master)](https://travis-ci.org/lydell/source-map-url) +======== + +[![browser support](https://ci.testling.com/lydell/source-map-url.png)](https://ci.testling.com/lydell/source-map-url) + +Tools for working with sourceMappingURL comments. + +```js +var sourceMappingURL = require("source-map-url") + +var code = [ + "!function(){...}();", + "/*# sourceMappingURL=foo.js.map */" +].join("\n") + +sourceMappingURL.existsIn(code) +// true + +sourceMappingURL.getFrom(code) +// foo.js.map + +code = sourceMappingURL.insertBefore(code, "// License: MIT\n") +// !function(){...}(); +// // License: MIT +// /*# sourceMappingURL=foo.js.map */ + +code = sourceMappingURL.removeFrom(code) +// !function(){...}(); +// // License: MIT + +sourceMappingURL.existsIn(code) +// false + +sourceMappingURL.getFrom(code) +// null + +code += "//# sourceMappingURL=/other/file.js.map" +// !function(){...}(); +// // License: MIT +// //# sourceMappingURL=/other/file.js.map +``` + + +Installation +============ + +- `npm install source-map-url` +- `bower install source-map-url` +- `component install lydell/source-map-url` + +Works with CommonJS, AMD and browser globals, through UMD. + + +Usage +===== + +### `sourceMappingURL.getFrom(code)` ### + +Returns the url of the sourceMappingURL comment in `code`. Returns `null` if +there is no such comment. + +### `sourceMappingURL.existsIn(code)` ### + +Returns `true` if there is a sourceMappingURL comment in `code`, or `false` +otherwise. + +### `sourceMappingURL.removeFrom(code)` ### + +Removes the sourceMappingURL comment in `code`. Does nothing if there is no +such comment. Returns the updated `code`. + +### `sourceMappingURL.insertBefore(code, string)` ### + +Inserts `string` before the sourceMappingURL comment in `code`. Appends +`string` to `code` if there is no such comment. + +Lets you append something to a file without worrying about burying the +sourceMappingURL comment (by keeping it at the end of the file). + +### `sourceMappingURL.regex` ### + +The regex that is used to match sourceMappingURL comments. It matches both `//` +and `/**/` comments, thus supporting both JavaScript and CSS. + + +Tests +===== + +Start by running `npm test`, which lints the code and runs the test suite in Node.js. + +To run the tests in a browser, run `testling` (`npm install -g testling`) or `testling -u`. + + +License +======= + +[The X11 (“MIT”) License](LICENSE). diff --git a/2019-setembro/node_modules/source-map-url/source-map-url.js b/2019-setembro/node_modules/source-map-url/source-map-url.js new file mode 100644 index 0000000..1724cb7 --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/source-map-url.js @@ -0,0 +1,57 @@ +// Copyright 2014 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +void (function(root, factory) { + if (typeof define === "function" && define.amd) { + define(factory) + } else if (typeof exports === "object") { + module.exports = factory() + } else { + root.sourceMappingURL = factory() + } +}(this, function() { + + var innerRegex = /[#@] sourceMappingURL=([^\s'"]*)/ + + var regex = RegExp( + "(?:" + + "/\\*" + + "(?:\\s*\r?\n(?://)?)?" + + "(?:" + innerRegex.source + ")" + + "\\s*" + + "\\*/" + + "|" + + "//(?:" + innerRegex.source + ")" + + ")" + + "\\s*" + ) + + return { + + regex: regex, + _innerRegex: innerRegex, + + getFrom: function(code) { + var match = code.match(regex) + return (match ? match[1] || match[2] || "" : null) + }, + + existsIn: function(code) { + return regex.test(code) + }, + + removeFrom: function(code) { + return code.replace(regex, "") + }, + + insertBefore: function(code, string) { + var match = code.match(regex) + if (match) { + return code.slice(0, match.index) + string + code.slice(match.index) + } else { + return code + string + } + } + } + +})); diff --git a/2019-setembro/node_modules/source-map-url/test/source-map-url.js b/2019-setembro/node_modules/source-map-url/test/source-map-url.js new file mode 100644 index 0000000..630bc86 --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/test/source-map-url.js @@ -0,0 +1,402 @@ +// Copyright 2014 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var expect = require("expect.js") + +var sourceMappingURL = require("../") + +var comments = { + + universal: [ + "/*# sourceMappingURL=foo.js.map */" + ], + + js: [ + "//# sourceMappingURL=foo.js.map" + ], + + block: [ + "/*", + "# sourceMappingURL=foo.js.map", + "*/" + ], + + mix: [ + "/*", + "//# sourceMappingURL=foo.js.map", + "*/" + ] + +} + +var nonTrailingComments = { + + jsLeading: { + contents: [ + "//# sourceMappingURL=foo.js.map", + "(function(){})" + ], + solution: [ + "(function(){})" + ] + }, + + mixEmbedded: { + contents: [ + "/*! Library Name v1.0.0", + "//# sourceMappingURL=foo.js.map", + "*/", + "(function(){})" + ], + solution: [ + "/*! Library Name v1.0.0", + "*/", + "(function(){})" + ] + } + +} + +function forEachComment(fn) { + forOf(comments, function(name, comment) { + var description = "the '" + name + "' syntax with " + fn(comment.join("\n"), description + "regular newlines") + fn(comment.join("\r\n"), description + "Windows newlines") + }) +} + +function forEachNonTrailingComment(fn) { + forOf(nonTrailingComments, function(name, comment) { + + var description = "the '" + name + "' syntax with " + + fn({ + contents: comment.contents.join("\n"), + solution: comment.solution.join("\n") + }, description + "regular newlines") + + fn({ + contents: comment.contents.join("\r\n"), + solution: comment.solution.join("\r\n") + }, description + "Windows newlines") + }) +} + +function forOf(obj, fn) { + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) { + fn(key, obj[key]) + } + } +} + + +describe("sourceMappingURL", function() { + + describe(".getFrom", function() { + + forEachComment(function(comment, description) { + + it("gets the url from " + description, function() { + expect(sourceMappingURL.getFrom("code\n" + comment)) + .to.equal("foo.js.map") + + expect(sourceMappingURL.getFrom("code" + comment)) + .to.equal("foo.js.map") + + expect(sourceMappingURL.getFrom(comment)) + .to.equal("foo.js.map") + }) + + }) + + forEachNonTrailingComment(function(comment, description) { + + it("gets the url from " + description, function() { + expect(sourceMappingURL.getFrom("code\n" + comment.contents)) + .to.equal("foo.js.map") + + expect(sourceMappingURL.getFrom("code" + comment.contents)) + .to.equal("foo.js.map") + + expect(sourceMappingURL.getFrom(comment.contents)) + .to.equal("foo.js.map") + }) + + }) + + + it("returns null if no comment", function() { + expect(sourceMappingURL.getFrom("code")) + .to.equal(null) + }) + + + it("can return an empty string as url", function() { + expect(sourceMappingURL.getFrom("/*# sourceMappingURL= */")) + .to.equal("") + }) + + + it("is detachable", function() { + var get = sourceMappingURL.getFrom + expect(get("/*# sourceMappingURL=foo */")) + .to.equal("foo") + }) + + }) + + + describe(".existsIn", function() { + + forEachComment(function(comment, description) { + + it("returns true for " + description, function() { + expect(sourceMappingURL.existsIn("code\n" + comment)) + .to.equal(true) + + expect(sourceMappingURL.existsIn("code" + comment)) + .to.equal(true) + + expect(sourceMappingURL.existsIn(comment)) + .to.equal(true) + }) + + }) + + forEachNonTrailingComment(function(comment, description) { + + it("returns true for " + description, function() { + expect(sourceMappingURL.existsIn("code\n" + comment.contents)) + .to.equal(true) + + expect(sourceMappingURL.existsIn("code" + comment.contents)) + .to.equal(true) + + expect(sourceMappingURL.existsIn(comment.contents)) + .to.equal(true) + }) + + }) + + + it("returns false if no comment", function() { + expect(sourceMappingURL.existsIn("code")) + .to.equal(false) + }) + + + it("is detachable", function() { + var has = sourceMappingURL.existsIn + expect(has("/*# sourceMappingURL=foo */")) + .to.equal(true) + }) + + }) + + + describe(".removeFrom", function() { + + forEachComment(function(comment, description) { + + it("removes the comment for " + description, function() { + expect(sourceMappingURL.removeFrom("code\n" + comment)) + .to.equal("code\n") + + expect(sourceMappingURL.removeFrom("code" + comment)) + .to.equal("code") + + expect(sourceMappingURL.removeFrom(comment)) + .to.equal("") + }) + + }) + + forEachNonTrailingComment(function(comment, description) { + + it("removes the comment for " + description, function() { + expect(sourceMappingURL.removeFrom("code\n" + comment.contents)) + .to.equal("code\n" + comment.solution) + + expect(sourceMappingURL.removeFrom("code" + comment.contents)) + .to.equal("code" + comment.solution) + + expect(sourceMappingURL.removeFrom(comment.contents)) + .to.equal(comment.solution) + }) + + }) + + + it("does nothing if no comment", function() { + expect(sourceMappingURL.removeFrom("code\n")) + .to.equal("code\n") + }) + + + it("is detachable", function() { + var remove = sourceMappingURL.removeFrom + expect(remove("/*# sourceMappingURL=foo */")) + .to.equal("") + }) + + }) + + + describe(".insertBefore", function() { + + forEachComment(function(comment, description) { + + it("inserts a string before the comment for " + description, function() { + expect(sourceMappingURL.insertBefore("code\n" + comment, "more code\n")) + .to.equal("code\nmore code\n" + comment) + + expect(sourceMappingURL.insertBefore("code" + comment, "\nmore code")) + .to.equal("code\nmore code" + comment) + + expect(sourceMappingURL.insertBefore(comment, "some code")) + .to.equal("some code" + comment) + }) + + }) + + + it("inserts a string before an embedded comment", function() { + expect(sourceMappingURL.insertBefore("/*! Library Name v1.0.0\n" + + "//# sourceMappingURL=foo.js.map\n*/\n(function(){})", "code\n")) + .to.equal("/*! Library Name v1.0.0\ncode\n" + + "//# sourceMappingURL=foo.js.map\n*/\n(function(){})") + }) + + + it("inserts a string before a leading comment", function() { + expect(sourceMappingURL.insertBefore("//# sourceMappingURL=foo.js.map\n" + + "(function(){})", "code\n")) + .to.equal("code\n//# sourceMappingURL=foo.js.map\n" + + "(function(){})") + }) + + + it("appends if no comment", function() { + expect(sourceMappingURL.insertBefore("code", "\nmore code")) + .to.equal("code\nmore code") + }) + + + it("is detachable", function() { + var insertBefore = sourceMappingURL.insertBefore + expect(insertBefore("/*# sourceMappingURL=foo */", "bar")) + .to.equal("bar/*# sourceMappingURL=foo */") + }) + + }) + + + describe(".regex", function() { + + it("includes ._innerRegex", function() { + expect(sourceMappingURL.regex.source) + .to.contain(sourceMappingURL._innerRegex.source) + }) + + + var match = function(code) { + expect(code) + .to.match(sourceMappingURL.regex) + } + + var noMatch = function(code) { + expect(code) + .not.to.match(sourceMappingURL.regex) + } + + + forEachComment(function(comment, description) { + + it("matches " + description, function() { + match("code\n" + comment) + match("code" + comment) + match(comment) + }) + + + it("matches " + description + ", with trailing whitespace", function() { + match(comment + " ") + match(comment + "\n") + match(comment + "\n\n\t\n \t ") + }) + + }) + + + it("does not match some cases that are easy to mess up", function() { + noMatch( + "/* # sourceMappingURL=foo */" + ) + + noMatch( + "// # sourceMappingURL=foo" + ) + }) + + + it("is liberal regarding inner whitespace", function() { + match( + "/*# sourceMappingURL=foo*/" + ) + + match( + "/*# sourceMappingURL=foo */" + ) + + match( + "/*# sourceMappingURL=foo \t\n" + + "*/" + ) + + match( + "/* \n" + + "# sourceMappingURL=foo\n" + + "*/" + ) + + match( + "/*\n" + + "# sourceMappingURL=foo\n" + + " */" + ) + + match( + "/*\n" + + "# sourceMappingURL=foo\n" + + "\n" + + "\t\n" + + "*/" + ) + }) + + }) + + + describe("._innerRegex", function() { + + it("matches the contents of sourceMappingURL comments", function() { + expect("# sourceMappingURL=http://www.example.com/foo/bar.js.map") + .to.match(sourceMappingURL._innerRegex) + }) + + + it("captures the url in the first capture group", function() { + expect(sourceMappingURL._innerRegex.exec("# sourceMappingURL=foo")[1]) + .to.equal("foo") + }) + + + it("supports the legacy syntax", function() { + expect("@ sourceMappingURL=http://www.example.com/foo/bar.js.map") + .to.match(sourceMappingURL._innerRegex) + }) + + }) + +}) diff --git a/2019-setembro/node_modules/source-map-url/x-package.json5 b/2019-setembro/node_modules/source-map-url/x-package.json5 new file mode 100644 index 0000000..bdcd6ae --- /dev/null +++ b/2019-setembro/node_modules/source-map-url/x-package.json5 @@ -0,0 +1,55 @@ +{ + name: "source-map-url", + version: "0.4.0", + author: "Simon Lydell", + license: "MIT", + description: "Tools for working with sourceMappingURL comments.", + keywords: [ + "source map", + "sourceMappingURL", + "comment", + "annotation" + ], + main: "source-map-url.js", + overlay: { + npm: { + repository: "lydell/source-map-url", + scripts: { + lint: "jshint source-map-url.js test/ ", + unit: "mocha", + test: "npm run lint && npm run unit" + }, + devDependencies: { + "mocha": "~1.17.1", + "expect.js": "~0.3.1", + "jshint": "~2.4.3" + }, + testling: { + harness: "mocha", + files: "test/*.js", + browsers: [ + "ie/8..latest", + "chrome/latest", + "firefox/latest", + "opera/12", + "opera/latest", + "safari/5", + "iphone/6", + "android-browser/4" + ] + } + }, + component: { + repo: "lydell/source-map-url", + scripts: [ + "source-map-url.js" + ] + }, + bower: { + authors: ["Simon Lydell"], + ignore: [ + ".*" + ] + } + } +} diff --git a/2019-setembro/node_modules/source-map/CHANGELOG.md b/2019-setembro/node_modules/source-map/CHANGELOG.md new file mode 100644 index 0000000..3a8c066 --- /dev/null +++ b/2019-setembro/node_modules/source-map/CHANGELOG.md @@ -0,0 +1,301 @@ +# Change Log + +## 0.5.6 + +* Fix for regression when people were using numbers as names in source maps. See + #236. + +## 0.5.5 + +* Fix "regression" of unsupported, implementation behavior that half the world + happens to have come to depend on. See #235. + +* Fix regression involving function hoisting in SpiderMonkey. See #233. + +## 0.5.4 + +* Large performance improvements to source-map serialization. See #228 and #229. + +## 0.5.3 + +* Do not include unnecessary distribution files. See + commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86. + +## 0.5.2 + +* Include browser distributions of the library in package.json's `files`. See + issue #212. + +## 0.5.1 + +* Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See + ff05274becc9e6e1295ed60f3ea090d31d843379. + +## 0.5.0 + +* Node 0.8 is no longer supported. + +* Use webpack instead of dryice for bundling. + +* Big speedups serializing source maps. See pull request #203. + +* Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that + explicitly start with the source root. See issue #199. + +## 0.4.4 + +* Fix an issue where using a `SourceMapGenerator` after having created a + `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See + issue #191. + +* Fix an issue with where `SourceMapGenerator` would mistakenly consider + different mappings as duplicates of each other and avoid generating them. See + issue #192. + +## 0.4.3 + +* A very large number of performance improvements, particularly when parsing + source maps. Collectively about 75% of time shaved off of the source map + parsing benchmark! + +* Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy + searching in the presence of a column option. See issue #177. + +* Fix a bug with joining a source and its source root when the source is above + the root. See issue #182. + +* Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to + determine when all sources' contents are inlined into the source map. See + issue #190. + +## 0.4.2 + +* Add an `.npmignore` file so that the benchmarks aren't pulled down by + dependent projects. Issue #169. + +* Add an optional `column` argument to + `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines + with no mappings. Issues #172 and #173. + +## 0.4.1 + +* Fix accidentally defining a global variable. #170. + +## 0.4.0 + +* The default direction for fuzzy searching was changed back to its original + direction. See #164. + +* There is now a `bias` option you can supply to `SourceMapConsumer` to control + the fuzzy searching direction. See #167. + +* About an 8% speed up in parsing source maps. See #159. + +* Added a benchmark for parsing and generating source maps. + +## 0.3.0 + +* Change the default direction that searching for positions fuzzes when there is + not an exact match. See #154. + +* Support for environments using json2.js for JSON serialization. See #156. + +## 0.2.0 + +* Support for consuming "indexed" source maps which do not have any remote + sections. See pull request #127. This introduces a minor backwards + incompatibility if you are monkey patching `SourceMapConsumer.prototype` + methods. + +## 0.1.43 + +* Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue + #148 for some discussion and issues #150, #151, and #152 for implementations. + +## 0.1.42 + +* Fix an issue where `SourceNode`s from different versions of the source-map + library couldn't be used in conjunction with each other. See issue #142. + +## 0.1.41 + +* Fix a bug with getting the source content of relative sources with a "./" + prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768). + +* Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the + column span of each mapping. + +* Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find + all generated positions associated with a given original source and line. + +## 0.1.40 + +* Performance improvements for parsing source maps in SourceMapConsumer. + +## 0.1.39 + +* Fix a bug where setting a source's contents to null before any source content + had been set before threw a TypeError. See issue #131. + +## 0.1.38 + +* Fix a bug where finding relative paths from an empty path were creating + absolute paths. See issue #129. + +## 0.1.37 + +* Fix a bug where if the source root was an empty string, relative source paths + would turn into absolute source paths. Issue #124. + +## 0.1.36 + +* Allow the `names` mapping property to be an empty string. Issue #121. + +## 0.1.35 + +* A third optional parameter was added to `SourceNode.fromStringWithSourceMap` + to specify a path that relative sources in the second parameter should be + relative to. Issue #105. + +* If no file property is given to a `SourceMapGenerator`, then the resulting + source map will no longer have a `null` file property. The property will + simply not exist. Issue #104. + +* Fixed a bug where consecutive newlines were ignored in `SourceNode`s. + Issue #116. + +## 0.1.34 + +* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103. + +* Fix bug involving source contents and the + `SourceMapGenerator.prototype.applySourceMap`. Issue #100. + +## 0.1.33 + +* Fix some edge cases surrounding path joining and URL resolution. + +* Add a third parameter for relative path to + `SourceMapGenerator.prototype.applySourceMap`. + +* Fix issues with mappings and EOLs. + +## 0.1.32 + +* Fixed a bug where SourceMapConsumer couldn't handle negative relative columns + (issue 92). + +* Fixed test runner to actually report number of failed tests as its process + exit code. + +* Fixed a typo when reporting bad mappings (issue 87). + +## 0.1.31 + +* Delay parsing the mappings in SourceMapConsumer until queried for a source + location. + +* Support Sass source maps (which at the time of writing deviate from the spec + in small ways) in SourceMapConsumer. + +## 0.1.30 + +* Do not join source root with a source, when the source is a data URI. + +* Extend the test runner to allow running single specific test files at a time. + +* Performance improvements in `SourceNode.prototype.walk` and + `SourceMapConsumer.prototype.eachMapping`. + +* Source map browser builds will now work inside Workers. + +* Better error messages when attempting to add an invalid mapping to a + `SourceMapGenerator`. + +## 0.1.29 + +* Allow duplicate entries in the `names` and `sources` arrays of source maps + (usually from TypeScript) we are parsing. Fixes github issue 72. + +## 0.1.28 + +* Skip duplicate mappings when creating source maps from SourceNode; github + issue 75. + +## 0.1.27 + +* Don't throw an error when the `file` property is missing in SourceMapConsumer, + we don't use it anyway. + +## 0.1.26 + +* Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70. + +## 0.1.25 + +* Make compatible with browserify + +## 0.1.24 + +* Fix issue with absolute paths and `file://` URIs. See + https://bugzilla.mozilla.org/show_bug.cgi?id=885597 + +## 0.1.23 + +* Fix issue with absolute paths and sourcesContent, github issue 64. + +## 0.1.22 + +* Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21. + +## 0.1.21 + +* Fixed handling of sources that start with a slash so that they are relative to + the source root's host. + +## 0.1.20 + +* Fixed github issue #43: absolute URLs aren't joined with the source root + anymore. + +## 0.1.19 + +* Using Travis CI to run tests. + +## 0.1.18 + +* Fixed a bug in the handling of sourceRoot. + +## 0.1.17 + +* Added SourceNode.fromStringWithSourceMap. + +## 0.1.16 + +* Added missing documentation. + +* Fixed the generating of empty mappings in SourceNode. + +## 0.1.15 + +* Added SourceMapGenerator.applySourceMap. + +## 0.1.14 + +* The sourceRoot is now handled consistently. + +## 0.1.13 + +* Added SourceMapGenerator.fromSourceMap. + +## 0.1.12 + +* SourceNode now generates empty mappings too. + +## 0.1.11 + +* Added name support to SourceNode. + +## 0.1.10 + +* Added sourcesContent support to the customer and generator. diff --git a/2019-setembro/node_modules/source-map/LICENSE b/2019-setembro/node_modules/source-map/LICENSE new file mode 100644 index 0000000..ed1b7cf --- /dev/null +++ b/2019-setembro/node_modules/source-map/LICENSE @@ -0,0 +1,28 @@ + +Copyright (c) 2009-2011, Mozilla Foundation and contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the names of the Mozilla Foundation nor the names of project + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/2019-setembro/node_modules/source-map/README.md b/2019-setembro/node_modules/source-map/README.md new file mode 100644 index 0000000..fea4beb --- /dev/null +++ b/2019-setembro/node_modules/source-map/README.md @@ -0,0 +1,742 @@ +# Source Map + +[![Build Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mozilla/source-map) + +[![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map) + +This is a library to generate and consume the source map format +[described here][format]. + +[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit + +## Use with Node + + $ npm install source-map + +## Use on the Web + + + +-------------------------------------------------------------------------------- + + + + + +## Table of Contents + +- [Examples](#examples) + - [Consuming a source map](#consuming-a-source-map) + - [Generating a source map](#generating-a-source-map) + - [With SourceNode (high level API)](#with-sourcenode-high-level-api) + - [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api) +- [API](#api) + - [SourceMapConsumer](#sourcemapconsumer) + - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap) + - [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans) + - [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition) + - [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition) + - [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition) + - [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources) + - [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing) + - [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order) + - [SourceMapGenerator](#sourcemapgenerator) + - [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap) + - [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer) + - [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping) + - [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent) + - [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath) + - [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring) + - [SourceNode](#sourcenode) + - [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name) + - [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath) + - [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk) + - [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk) + - [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent) + - [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn) + - [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn) + - [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep) + - [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement) + - [SourceNode.prototype.toString()](#sourcenodeprototypetostring) + - [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap) + + + +## Examples + +### Consuming a source map + +```js +var rawSourceMap = { + version: 3, + file: 'min.js', + names: ['bar', 'baz', 'n'], + sources: ['one.js', 'two.js'], + sourceRoot: 'http://example.com/www/js/', + mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA' +}; + +var smc = new SourceMapConsumer(rawSourceMap); + +console.log(smc.sources); +// [ 'http://example.com/www/js/one.js', +// 'http://example.com/www/js/two.js' ] + +console.log(smc.originalPositionFor({ + line: 2, + column: 28 +})); +// { source: 'http://example.com/www/js/two.js', +// line: 2, +// column: 10, +// name: 'n' } + +console.log(smc.generatedPositionFor({ + source: 'http://example.com/www/js/two.js', + line: 2, + column: 10 +})); +// { line: 2, column: 28 } + +smc.eachMapping(function (m) { + // ... +}); +``` + +### Generating a source map + +In depth guide: +[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/) + +#### With SourceNode (high level API) + +```js +function compile(ast) { + switch (ast.type) { + case 'BinaryExpression': + return new SourceNode( + ast.location.line, + ast.location.column, + ast.location.source, + [compile(ast.left), " + ", compile(ast.right)] + ); + case 'Literal': + return new SourceNode( + ast.location.line, + ast.location.column, + ast.location.source, + String(ast.value) + ); + // ... + default: + throw new Error("Bad AST"); + } +} + +var ast = parse("40 + 2", "add.js"); +console.log(compile(ast).toStringWithSourceMap({ + file: 'add.js' +})); +// { code: '40 + 2', +// map: [object SourceMapGenerator] } +``` + +#### With SourceMapGenerator (low level API) + +```js +var map = new SourceMapGenerator({ + file: "source-mapped.js" +}); + +map.addMapping({ + generated: { + line: 10, + column: 35 + }, + source: "foo.js", + original: { + line: 33, + column: 2 + }, + name: "christopher" +}); + +console.log(map.toString()); +// '{"version":3,"file":"source-mapped.js","sources":["foo.js"],"names":["christopher"],"mappings":";;;;;;;;;mCAgCEA"}' +``` + +## API + +Get a reference to the module: + +```js +// Node.js +var sourceMap = require('source-map'); + +// Browser builds +var sourceMap = window.sourceMap; + +// Inside Firefox +const sourceMap = require("devtools/toolkit/sourcemap/source-map.js"); +``` + +### SourceMapConsumer + +A SourceMapConsumer instance represents a parsed source map which we can query +for information about the original file positions by giving it a file position +in the generated source. + +#### new SourceMapConsumer(rawSourceMap) + +The only parameter is the raw source map (either as a string which can be +`JSON.parse`'d, or an object). According to the spec, source maps have the +following attributes: + +* `version`: Which version of the source map spec this map is following. + +* `sources`: An array of URLs to the original source files. + +* `names`: An array of identifiers which can be referenced by individual + mappings. + +* `sourceRoot`: Optional. The URL root from which all sources are relative. + +* `sourcesContent`: Optional. An array of contents of the original source files. + +* `mappings`: A string of base64 VLQs which contain the actual mappings. + +* `file`: Optional. The generated filename this source map is associated with. + +```js +var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData); +``` + +#### SourceMapConsumer.prototype.computeColumnSpans() + +Compute the last column for each generated mapping. The last column is +inclusive. + +```js +// Before: +consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1 }, +// { line: 2, +// column: 10 }, +// { line: 2, +// column: 20 } ] + +consumer.computeColumnSpans(); + +// After: +consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1, +// lastColumn: 9 }, +// { line: 2, +// column: 10, +// lastColumn: 19 }, +// { line: 2, +// column: 20, +// lastColumn: Infinity } ] + +``` + +#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition) + +Returns the original source, line, and column information for the generated +source's line and column positions provided. The only argument is an object with +the following properties: + +* `line`: The line number in the generated source. Line numbers in + this library are 1-based (note that the underlying source map + specification uses 0-based line numbers -- this library handles the + translation). + +* `column`: The column number in the generated source. Column numbers + in this library are 0-based. + +* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or + `SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest + element that is smaller than or greater than the one we are searching for, + respectively, if the exact element cannot be found. Defaults to + `SourceMapConsumer.GREATEST_LOWER_BOUND`. + +and an object is returned with the following properties: + +* `source`: The original source file, or null if this information is not + available. + +* `line`: The line number in the original source, or null if this information is + not available. The line number is 1-based. + +* `column`: The column number in the original source, or null if this + information is not available. The column number is 0-based. + +* `name`: The original identifier, or null if this information is not available. + +```js +consumer.originalPositionFor({ line: 2, column: 10 }) +// { source: 'foo.coffee', +// line: 2, +// column: 2, +// name: null } + +consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 }) +// { source: null, +// line: null, +// column: null, +// name: null } +``` + +#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition) + +Returns the generated line and column information for the original source, +line, and column positions provided. The only argument is an object with +the following properties: + +* `source`: The filename of the original source. + +* `line`: The line number in the original source. The line number is + 1-based. + +* `column`: The column number in the original source. The column + number is 0-based. + +and an object is returned with the following properties: + +* `line`: The line number in the generated source, or null. The line + number is 1-based. + +* `column`: The column number in the generated source, or null. The + column number is 0-based. + +```js +consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 }) +// { line: 1, +// column: 56 } +``` + +#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition) + +Returns all generated line and column information for the original source, line, +and column provided. If no column is provided, returns all mappings +corresponding to a either the line we are searching for or the next closest line +that has any mappings. Otherwise, returns all mappings corresponding to the +given line and either the column we are searching for or the next closest column +that has any offsets. + +The only argument is an object with the following properties: + +* `source`: The filename of the original source. + +* `line`: The line number in the original source. The line number is + 1-based. + +* `column`: Optional. The column number in the original source. The + column number is 0-based. + +and an array of objects is returned, each with the following properties: + +* `line`: The line number in the generated source, or null. The line + number is 1-based. + +* `column`: The column number in the generated source, or null. The + column number is 0-based. + +```js +consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1 }, +// { line: 2, +// column: 10 }, +// { line: 2, +// column: 20 } ] +``` + +#### SourceMapConsumer.prototype.hasContentsOfAllSources() + +Return true if we have the embedded source content for every source listed in +the source map, false otherwise. + +In other words, if this method returns `true`, then +`consumer.sourceContentFor(s)` will succeed for every source `s` in +`consumer.sources`. + +```js +// ... +if (consumer.hasContentsOfAllSources()) { + consumerReadyCallback(consumer); +} else { + fetchSources(consumer, consumerReadyCallback); +} +// ... +``` + +#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing]) + +Returns the original source content for the source provided. The only +argument is the URL of the original source file. + +If the source content for the given source is not found, then an error is +thrown. Optionally, pass `true` as the second param to have `null` returned +instead. + +```js +consumer.sources +// [ "my-cool-lib.clj" ] + +consumer.sourceContentFor("my-cool-lib.clj") +// "..." + +consumer.sourceContentFor("this is not in the source map"); +// Error: "this is not in the source map" is not in the source map + +consumer.sourceContentFor("this is not in the source map", true); +// null +``` + +#### SourceMapConsumer.prototype.eachMapping(callback, context, order) + +Iterate over each mapping between an original source/line/column and a +generated line/column in this source map. + +* `callback`: The function that is called with each mapping. Mappings have the + form `{ source, generatedLine, generatedColumn, originalLine, originalColumn, + name }` + +* `context`: Optional. If specified, this object will be the value of `this` + every time that `callback` is called. + +* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or + `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over + the mappings sorted by the generated file's line/column order or the + original's source/line/column order, respectively. Defaults to + `SourceMapConsumer.GENERATED_ORDER`. + +```js +consumer.eachMapping(function (m) { console.log(m); }) +// ... +// { source: 'illmatic.js', +// generatedLine: 1, +// generatedColumn: 0, +// originalLine: 1, +// originalColumn: 0, +// name: null } +// { source: 'illmatic.js', +// generatedLine: 2, +// generatedColumn: 0, +// originalLine: 2, +// originalColumn: 0, +// name: null } +// ... +``` +### SourceMapGenerator + +An instance of the SourceMapGenerator represents a source map which is being +built incrementally. + +#### new SourceMapGenerator([startOfSourceMap]) + +You may pass an object with the following properties: + +* `file`: The filename of the generated source that this source map is + associated with. + +* `sourceRoot`: A root for all relative URLs in this source map. + +* `skipValidation`: Optional. When `true`, disables validation of mappings as + they are added. This can improve performance but should be used with + discretion, as a last resort. Even then, one should avoid using this flag when + running tests, if possible. + +```js +var generator = new sourceMap.SourceMapGenerator({ + file: "my-generated-javascript-file.js", + sourceRoot: "http://example.com/app/js/" +}); +``` + +#### SourceMapGenerator.fromSourceMap(sourceMapConsumer) + +Creates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance. + +* `sourceMapConsumer` The SourceMap. + +```js +var generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer); +``` + +#### SourceMapGenerator.prototype.addMapping(mapping) + +Add a single mapping from original source line and column to the generated +source's line and column for this source map being created. The mapping object +should have the following properties: + +* `generated`: An object with the generated line and column positions. + +* `original`: An object with the original line and column positions. + +* `source`: The original source file (relative to the sourceRoot). + +* `name`: An optional original token name for this mapping. + +```js +generator.addMapping({ + source: "module-one.scm", + original: { line: 128, column: 0 }, + generated: { line: 3, column: 456 } +}) +``` + +#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent) + +Set the source content for an original source file. + +* `sourceFile` the URL of the original source file. + +* `sourceContent` the content of the source file. + +```js +generator.setSourceContent("module-one.scm", + fs.readFileSync("path/to/module-one.scm")) +``` + +#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]]) + +Applies a SourceMap for a source file to the SourceMap. +Each mapping to the supplied source file is rewritten using the +supplied SourceMap. Note: The resolution for the resulting mappings +is the minimum of this map and the supplied map. + +* `sourceMapConsumer`: The SourceMap to be applied. + +* `sourceFile`: Optional. The filename of the source file. + If omitted, sourceMapConsumer.file will be used, if it exists. + Otherwise an error will be thrown. + +* `sourceMapPath`: Optional. The dirname of the path to the SourceMap + to be applied. If relative, it is relative to the SourceMap. + + This parameter is needed when the two SourceMaps aren't in the same + directory, and the SourceMap to be applied contains relative source + paths. If so, those relative source paths need to be rewritten + relative to the SourceMap. + + If omitted, it is assumed that both SourceMaps are in the same directory, + thus not needing any rewriting. (Supplying `'.'` has the same effect.) + +#### SourceMapGenerator.prototype.toString() + +Renders the source map being generated to a string. + +```js +generator.toString() +// '{"version":3,"sources":["module-one.scm"],"names":[],"mappings":"...snip...","file":"my-generated-javascript-file.js","sourceRoot":"http://example.com/app/js/"}' +``` + +### SourceNode + +SourceNodes provide a way to abstract over interpolating and/or concatenating +snippets of generated JavaScript source code, while maintaining the line and +column information associated between those snippets and the original source +code. This is useful as the final intermediate representation a compiler might +use before outputting the generated JS and source map. + +#### new SourceNode([line, column, source[, chunk[, name]]]) + +* `line`: The original line number associated with this source node, or null if + it isn't associated with an original line. The line number is 1-based. + +* `column`: The original column number associated with this source node, or null + if it isn't associated with an original column. The column number + is 0-based. + +* `source`: The original source's filename; null if no filename is provided. + +* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see + below. + +* `name`: Optional. The original identifier. + +```js +var node = new SourceNode(1, 2, "a.cpp", [ + new SourceNode(3, 4, "b.cpp", "extern int status;\n"), + new SourceNode(5, 6, "c.cpp", "std::string* make_string(size_t n);\n"), + new SourceNode(7, 8, "d.cpp", "int main(int argc, char** argv) {}\n"), +]); +``` + +#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath]) + +Creates a SourceNode from generated code and a SourceMapConsumer. + +* `code`: The generated code + +* `sourceMapConsumer` The SourceMap for the generated code + +* `relativePath` The optional path that relative sources in `sourceMapConsumer` + should be relative to. + +```js +var consumer = new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8")); +var node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"), + consumer); +``` + +#### SourceNode.prototype.add(chunk) + +Add a chunk of generated JS to this source node. + +* `chunk`: A string snippet of generated JS code, another instance of + `SourceNode`, or an array where each member is one of those things. + +```js +node.add(" + "); +node.add(otherNode); +node.add([leftHandOperandNode, " + ", rightHandOperandNode]); +``` + +#### SourceNode.prototype.prepend(chunk) + +Prepend a chunk of generated JS to this source node. + +* `chunk`: A string snippet of generated JS code, another instance of + `SourceNode`, or an array where each member is one of those things. + +```js +node.prepend("/** Build Id: f783haef86324gf **/\n\n"); +``` + +#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent) + +Set the source content for a source file. This will be added to the +`SourceMap` in the `sourcesContent` field. + +* `sourceFile`: The filename of the source file + +* `sourceContent`: The content of the source file + +```js +node.setSourceContent("module-one.scm", + fs.readFileSync("path/to/module-one.scm")) +``` + +#### SourceNode.prototype.walk(fn) + +Walk over the tree of JS snippets in this node and its children. The walking +function is called once for each snippet of JS and is passed that snippet and +the its original associated source's line/column location. + +* `fn`: The traversal function. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.walk(function (code, loc) { console.log("WALK:", code, loc); }) +// WALK: uno { source: 'b.js', line: 3, column: 4, name: null } +// WALK: dos { source: 'a.js', line: 1, column: 2, name: null } +// WALK: tres { source: 'a.js', line: 1, column: 2, name: null } +// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null } +``` + +#### SourceNode.prototype.walkSourceContents(fn) + +Walk over the tree of SourceNodes. The walking function is called for each +source file content and is passed the filename and source content. + +* `fn`: The traversal function. + +```js +var a = new SourceNode(1, 2, "a.js", "generated from a"); +a.setSourceContent("a.js", "original a"); +var b = new SourceNode(1, 2, "b.js", "generated from b"); +b.setSourceContent("b.js", "original b"); +var c = new SourceNode(1, 2, "c.js", "generated from c"); +c.setSourceContent("c.js", "original c"); + +var node = new SourceNode(null, null, null, [a, b, c]); +node.walkSourceContents(function (source, contents) { console.log("WALK:", source, ":", contents); }) +// WALK: a.js : original a +// WALK: b.js : original b +// WALK: c.js : original c +``` + +#### SourceNode.prototype.join(sep) + +Like `Array.prototype.join` except for SourceNodes. Inserts the separator +between each of this source node's children. + +* `sep`: The separator. + +```js +var lhs = new SourceNode(1, 2, "a.rs", "my_copy"); +var operand = new SourceNode(3, 4, "a.rs", "="); +var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()"); + +var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]); +var joinedNode = node.join(" "); +``` + +#### SourceNode.prototype.replaceRight(pattern, replacement) + +Call `String.prototype.replace` on the very right-most source snippet. Useful +for trimming white space from the end of a source node, etc. + +* `pattern`: The pattern to replace. + +* `replacement`: The thing to replace the pattern with. + +```js +// Trim trailing white space. +node.replaceRight(/\s*$/, ""); +``` + +#### SourceNode.prototype.toString() + +Return the string representation of this source node. Walks over the tree and +concatenates all the various snippets together to one string. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.toString() +// 'unodostresquatro' +``` + +#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap]) + +Returns the string representation of this tree of source nodes, plus a +SourceMapGenerator which contains all the mappings between the generated and +original sources. + +The arguments are the same as those to `new SourceMapGenerator`. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.toStringWithSourceMap({ file: "my-output-file.js" }) +// { code: 'unodostresquatro', +// map: [object SourceMapGenerator] } +``` diff --git a/2019-setembro/node_modules/source-map/dist/source-map.debug.js b/2019-setembro/node_modules/source-map/dist/source-map.debug.js new file mode 100644 index 0000000..aad0620 --- /dev/null +++ b/2019-setembro/node_modules/source-map/dist/source-map.debug.js @@ -0,0 +1,3234 @@ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define([], factory); + else if(typeof exports === 'object') + exports["sourceMap"] = factory(); + else + root["sourceMap"] = factory(); +})(this, function() { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; +/******/ +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.loaded = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + /* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ + exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; + exports.SourceNode = __webpack_require__(10).SourceNode; + + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var base64VLQ = __webpack_require__(2); + var util = __webpack_require__(4); + var ArraySet = __webpack_require__(5).ArraySet; + var MappingList = __webpack_require__(6).MappingList; + + /** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ + function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; + } + + SourceMapGenerator.prototype._version = 3; + + /** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ + SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var sourceRelative = sourceFile; + if (sourceRoot !== null) { + sourceRelative = util.relative(sourceRoot, sourceFile); + } + + if (!generator._sources.has(sourceRelative)) { + generator._sources.add(sourceRelative); + } + + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + + /** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ + SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + + /** + * Set the source content for a source file. + */ + SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + + /** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ + SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + + /** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ + SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + + /** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ + SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + + SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + + /** + * Externalize the source map. + */ + SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + + /** + * Render the source map being generated to a string. + */ + SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + + exports.SourceMapGenerator = SourceMapGenerator; + + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + + var base64 = __webpack_require__(3); + + // A single base 64 digit can contain 6 bits of data. For the base 64 variable + // length quantities we use in the source map spec, the first bit is the sign, + // the next four bits are the actual value, and the 6th bit is the + // continuation bit. The continuation bit tells us whether there are more + // digits in this value following this digit. + // + // Continuation + // | Sign + // | | + // V V + // 101011 + + var VLQ_BASE_SHIFT = 5; + + // binary: 100000 + var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + + // binary: 011111 + var VLQ_BASE_MASK = VLQ_BASE - 1; + + // binary: 100000 + var VLQ_CONTINUATION_BIT = VLQ_BASE; + + /** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ + function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; + } + + /** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ + function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; + } + + /** + * Returns the base 64 VLQ encoded value. + */ + exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; + }; + + /** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ + exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; + }; + + +/***/ }), +/* 3 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + + /** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ + exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); + }; + + /** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ + exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; + }; + + +/***/ }), +/* 4 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + /** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ + function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } + } + exports.getArg = getArg; + + var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; + var dataUrlRegexp = /^data:.+\,.+$/; + + function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; + } + exports.urlParse = urlParse; + + function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; + } + exports.urlGenerate = urlGenerate; + + /** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ + function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; + } + exports.normalize = normalize; + + /** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ + function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; + } + exports.join = join; + + exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || urlRegexp.test(aPath); + }; + + /** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ + function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); + } + exports.relative = relative; + + var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); + }()); + + function identity (s) { + return s; + } + + /** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ + function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; + } + exports.toSetString = supportsNullProto ? identity : toSetString; + + function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; + } + exports.fromSetString = supportsNullProto ? identity : fromSetString; + + function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; + } + + /** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ + function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByOriginalPositions = compareByOriginalPositions; + + /** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ + function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + + function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 === null) { + return 1; // aStr2 !== null + } + + if (aStr2 === null) { + return -1; // aStr1 !== null + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; + } + + /** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ + function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + + /** + * Strip any JSON XSSI avoidance prefix from the string (as documented + * in the source maps specification), and then parse the string as + * JSON. + */ + function parseSourceMapInput(str) { + return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); + } + exports.parseSourceMapInput = parseSourceMapInput; + + /** + * Compute the URL of a source given the the source root, the source's + * URL, and the source map's URL. + */ + function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { + sourceURL = sourceURL || ''; + + if (sourceRoot) { + // This follows what Chrome does. + if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { + sourceRoot += '/'; + } + // The spec says: + // Line 4: An optional source root, useful for relocating source + // files on a server or removing repeated values in the + // “sources” entry. This value is prepended to the individual + // entries in the “source” field. + sourceURL = sourceRoot + sourceURL; + } + + // Historically, SourceMapConsumer did not take the sourceMapURL as + // a parameter. This mode is still somewhat supported, which is why + // this code block is conditional. However, it's preferable to pass + // the source map URL to SourceMapConsumer, so that this function + // can implement the source URL resolution algorithm as outlined in + // the spec. This block is basically the equivalent of: + // new URL(sourceURL, sourceMapURL).toString() + // ... except it avoids using URL, which wasn't available in the + // older releases of node still supported by this library. + // + // The spec says: + // If the sources are not absolute URLs after prepending of the + // “sourceRoot”, the sources are resolved relative to the + // SourceMap (like resolving script src in a html document). + if (sourceMapURL) { + var parsed = urlParse(sourceMapURL); + if (!parsed) { + throw new Error("sourceMapURL could not be parsed"); + } + if (parsed.path) { + // Strip the last path component, but keep the "/". + var index = parsed.path.lastIndexOf('/'); + if (index >= 0) { + parsed.path = parsed.path.substring(0, index + 1); + } + } + sourceURL = join(urlGenerate(parsed), sourceURL); + } + + return normalize(sourceURL); + } + exports.computeSourceURL = computeSourceURL; + + +/***/ }), +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var has = Object.prototype.hasOwnProperty; + var hasNativeMap = typeof Map !== "undefined"; + + /** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ + function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); + } + + /** + * Static method for creating ArraySet instances from an existing array. + */ + ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; + }; + + /** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ + ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; + }; + + /** + * Add the given string to this set. + * + * @param String aStr + */ + ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } + }; + + /** + * Is the given string a member of this set? + * + * @param String aStr + */ + ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } + }; + + /** + * What is the index of the given string in the array? + * + * @param String aStr + */ + ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); + }; + + /** + * What is the element at the given index? + * + * @param Number aIdx + */ + ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); + }; + + /** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ + ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); + }; + + exports.ArraySet = ArraySet; + + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + + /** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ + function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; + } + + /** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ + function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; + } + + /** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ + MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + + /** + * Add the given source mapping. + * + * @param Object aMapping + */ + MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } + }; + + /** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ + MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; + }; + + exports.MappingList = MappingList; + + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var binarySearch = __webpack_require__(8); + var ArraySet = __webpack_require__(5).ArraySet; + var base64VLQ = __webpack_require__(2); + var quickSort = __webpack_require__(9).quickSort; + + function SourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) + : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); + } + + SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); + } + + /** + * The version of the source mapping spec that we are consuming. + */ + SourceMapConsumer.prototype._version = 3; + + // `__generatedMappings` and `__originalMappings` are arrays that hold the + // parsed mapping coordinates from the source map's "mappings" attribute. They + // are lazily instantiated, accessed via the `_generatedMappings` and + // `_originalMappings` getters respectively, and we only parse the mappings + // and create these arrays once queried for a source location. We jump through + // these hoops because there can be many thousands of mappings, and parsing + // them is expensive, so we only want to do it if we must. + // + // Each object in the arrays is of the form: + // + // { + // generatedLine: The line number in the generated code, + // generatedColumn: The column number in the generated code, + // source: The path to the original source file that generated this + // chunk of code, + // originalLine: The line number in the original source that + // corresponds to this chunk of generated code, + // originalColumn: The column number in the original source that + // corresponds to this chunk of generated code, + // name: The name of the original symbol which generated this chunk of + // code. + // } + // + // All properties except for `generatedLine` and `generatedColumn` can be + // `null`. + // + // `_generatedMappings` is ordered by the generated positions. + // + // `_originalMappings` is ordered by the original positions. + + SourceMapConsumer.prototype.__generatedMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } + }); + + SourceMapConsumer.prototype.__originalMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } + }); + + SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + + SourceMapConsumer.GENERATED_ORDER = 1; + SourceMapConsumer.ORIGINAL_ORDER = 2; + + SourceMapConsumer.GREATEST_LOWER_BOUND = 1; + SourceMapConsumer.LEAST_UPPER_BOUND = 2; + + /** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ + SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + + /** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number is 1-based. + * - column: Optional. the column number in the original source. + * The column number is 0-based. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + needle.source = this._findSourceIndex(needle.source); + if (needle.source < 0) { + return []; + } + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + + exports.SourceMapConsumer = SourceMapConsumer; + + /** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The first parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ + function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + if (sourceRoot) { + sourceRoot = util.normalize(sourceRoot); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this._absoluteSources = this._sources.toArray().map(function (s) { + return util.computeSourceURL(sourceRoot, s, aSourceMapURL); + }); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this._sourceMapURL = aSourceMapURL; + this.file = file; + } + + BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + + /** + * Utility function to find the index of a source. Returns -1 if not + * found. + */ + BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + if (this._sources.has(relativeSource)) { + return this._sources.indexOf(relativeSource); + } + + // Maybe aSource is an absolute URL as returned by |sources|. In + // this case we can't simply undo the transform. + var i; + for (i = 0; i < this._absoluteSources.length; ++i) { + if (this._absoluteSources[i] == aSource) { + return i; + } + } + + return -1; + }; + + /** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @param String aSourceMapURL + * The URL at which the source map can be found (optional) + * @returns BasicSourceMapConsumer + */ + BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + smc._sourceMapURL = aSourceMapURL; + smc._absoluteSources = smc._sources.toArray().map(function (s) { + return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); + }); + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + + /** + * The version of the source mapping spec that we are consuming. + */ + BasicSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._absoluteSources.slice(); + } + }); + + /** + * Provide the JIT with a nice shape / hidden class. + */ + function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; + } + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + + /** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ + BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + + /** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ + BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ + BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + var index = this._findSourceIndex(aSource); + if (index >= 0) { + return this.sourcesContent[index]; + } + + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + relativeSource)) { + return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + relativeSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + source = this._findSourceIndex(source); + if (source < 0) { + return { + line: null, + column: null, + lastColumn: null + }; + } + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + + exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + + /** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The first parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ + function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) + } + }); + } + + IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + + /** + * The version of the source mapping spec that we are consuming. + */ + IndexedSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } + }); + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ + IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = null; + if (mapping.name) { + name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + } + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + + exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; + + +/***/ }), +/* 8 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + exports.GREATEST_LOWER_BOUND = 1; + exports.LEAST_UPPER_BOUND = 2; + + /** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ + function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } + } + + /** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ + exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; + }; + + +/***/ }), +/* 9 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + // It turns out that some (most?) JavaScript engines don't self-host + // `Array.prototype.sort`. This makes sense because C++ will likely remain + // faster than JS when doing raw CPU-intensive sorting. However, when using a + // custom comparator function, calling back and forth between the VM's C++ and + // JIT'd JS is rather slow *and* loses JIT type information, resulting in + // worse generated code for the comparator function than would be optimal. In + // fact, when sorting with a comparator, these costs outweigh the benefits of + // sorting in C++. By using our own JS-implemented Quick Sort (below), we get + // a ~3500ms mean speed-up in `bench/bench.html`. + + /** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ + function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; + } + + /** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ + function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); + } + + /** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ + function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } + } + + /** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ + exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); + }; + + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + var util = __webpack_require__(4); + + // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other + // operating systems these days (capturing the result). + var REGEX_NEWLINE = /(\r?\n)/; + + // Newline character code for charCodeAt() comparisons + var NEWLINE_CODE = 10; + + // Private symbol for identifying `SourceNode`s when multiple versions of + // the source-map library are loaded. This MUST NOT CHANGE across + // versions! + var isSourceNode = "$$$isSourceNode$$$"; + + /** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ + function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); + } + + /** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ + SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex] || ''; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex] || ''; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + + /** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } + }; + + /** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ + SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; + }; + + /** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ + SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; + }; + + /** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ + SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + + /** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + + /** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ + SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; + }; + + /** + * Returns the string representation of this source node along with a source + * map. + */ + SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; + }; + + exports.SourceNode = SourceNode; + + +/***/ }) +/******/ ]) +}); +; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vd2VicGFjay91bml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uIiwid2VicGFjazovLy93ZWJwYWNrL2Jvb3RzdHJhcCAxNjI0YzcyOTliODg3ZjdiZGY2NCIsIndlYnBhY2s6Ly8vLi9zb3VyY2UtbWFwLmpzIiwid2VicGFjazovLy8uL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LXZscS5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LmpzIiwid2VicGFjazovLy8uL2xpYi91dGlsLmpzIiwid2VicGFjazovLy8uL2xpYi9hcnJheS1zZXQuanMiLCJ3ZWJwYWNrOi8vLy4vbGliL21hcHBpbmctbGlzdC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmluYXJ5LXNlYXJjaC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvcXVpY2stc29ydC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW5vZGUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNELE87QUNWQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSx1QkFBZTtBQUNmO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7QUFHQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOzs7Ozs7O0FDdENBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNQQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLE1BQUs7QUFDTDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsUUFBTztBQUNQO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLDJDQUEwQyxTQUFTO0FBQ25EO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQ3hhQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw0REFBMkQ7QUFDM0QscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRzs7QUFFSDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7O0FBRUg7QUFDQTtBQUNBOzs7Ozs7O0FDM0lBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFnQjtBQUNoQixpQkFBZ0I7O0FBRWhCLG9CQUFtQjtBQUNuQixxQkFBb0I7O0FBRXBCLGlCQUFnQjtBQUNoQixpQkFBZ0I7O0FBRWhCLGlCQUFnQjtBQUNoQixrQkFBaUI7O0FBRWpCO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7Ozs7O0FDbEVBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLCtDQUE4QyxRQUFRO0FBQ3REO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsRUFBQzs7QUFFRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSw0QkFBMkIsUUFBUTtBQUNuQztBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLGNBQWE7QUFDYjs7QUFFQTtBQUNBLGVBQWM7QUFDZDs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUFzQztBQUN0QztBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7Ozs7O0FDdmVBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUFzQyxTQUFTO0FBQy9DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7QUN4SEEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFnQjtBQUNoQjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7QUM5RUEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxFQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0Esb0JBQW1CO0FBQ25COztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7O0FBRVg7QUFDQTtBQUNBLFFBQU87QUFDUDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsWUFBVzs7QUFFWDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNEJBQTJCLE1BQU07QUFDakM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsSUFBRzs7QUFFSDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLGNBQWEsa0NBQWtDO0FBQy9DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBLHVEQUFzRCxZQUFZO0FBQ2xFO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0Esb0NBQW1DO0FBQ25DO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwwQkFBeUIsY0FBYztBQUN2QztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXVCLHdDQUF3QztBQUMvRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGdEQUErQyxtQkFBbUIsRUFBRTtBQUNwRTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBaUIsb0JBQW9CO0FBQ3JDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw4QkFBNkIsTUFBTTtBQUNuQztBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsUUFBTztBQUNQO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsMkJBQTJC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Q0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxNQUFNO0FBQ2pCO0FBQ0EsWUFBVyxTQUFTO0FBQ3BCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsT0FBTztBQUMxQjtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxNQUFNO0FBQ2pCO0FBQ0EsWUFBVyxTQUFTO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNqSEEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSzs7QUFFTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0NBQWlDLFFBQVE7QUFDekM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsOENBQTZDLFNBQVM7QUFDdEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQSx1Q0FBc0M7QUFDdEM7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0JBQWUsV0FBVztBQUMxQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0RBQStDLFNBQVM7QUFDeEQ7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSwwQ0FBeUMsU0FBUztBQUNsRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7QUFDWDtBQUNBO0FBQ0E7QUFDQSxZQUFXO0FBQ1g7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0EsNkNBQTRDLGNBQWM7QUFDMUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQSxjQUFhO0FBQ2I7QUFDQSxZQUFXO0FBQ1g7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQSxJQUFHOztBQUVILFdBQVU7QUFDVjs7QUFFQSIsImZpbGUiOiJzb3VyY2UtbWFwLmRlYnVnLmpzIiwic291cmNlc0NvbnRlbnQiOlsiKGZ1bmN0aW9uIHdlYnBhY2tVbml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uKHJvb3QsIGZhY3RvcnkpIHtcblx0aWYodHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgPT09ICdvYmplY3QnKVxuXHRcdG1vZHVsZS5leHBvcnRzID0gZmFjdG9yeSgpO1xuXHRlbHNlIGlmKHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZClcblx0XHRkZWZpbmUoW10sIGZhY3RvcnkpO1xuXHRlbHNlIGlmKHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0Jylcblx0XHRleHBvcnRzW1wic291cmNlTWFwXCJdID0gZmFjdG9yeSgpO1xuXHRlbHNlXG5cdFx0cm9vdFtcInNvdXJjZU1hcFwiXSA9IGZhY3RvcnkoKTtcbn0pKHRoaXMsIGZ1bmN0aW9uKCkge1xucmV0dXJuIFxuXG5cbi8vIFdFQlBBQ0sgRk9PVEVSIC8vXG4vLyB3ZWJwYWNrL3VuaXZlcnNhbE1vZHVsZURlZmluaXRpb24iLCIgXHQvLyBUaGUgbW9kdWxlIGNhY2hlXG4gXHR2YXIgaW5zdGFsbGVkTW9kdWxlcyA9IHt9O1xuXG4gXHQvLyBUaGUgcmVxdWlyZSBmdW5jdGlvblxuIFx0ZnVuY3Rpb24gX193ZWJwYWNrX3JlcXVpcmVfXyhtb2R1bGVJZCkge1xuXG4gXHRcdC8vIENoZWNrIGlmIG1vZHVsZSBpcyBpbiBjYWNoZVxuIFx0XHRpZihpbnN0YWxsZWRNb2R1bGVzW21vZHVsZUlkXSlcbiBcdFx0XHRyZXR1cm4gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0uZXhwb3J0cztcblxuIFx0XHQvLyBDcmVhdGUgYSBuZXcgbW9kdWxlIChhbmQgcHV0IGl0IGludG8gdGhlIGNhY2hlKVxuIFx0XHR2YXIgbW9kdWxlID0gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0gPSB7XG4gXHRcdFx0ZXhwb3J0czoge30sXG4gXHRcdFx0aWQ6IG1vZHVsZUlkLFxuIFx0XHRcdGxvYWRlZDogZmFsc2VcbiBcdFx0fTtcblxuIFx0XHQvLyBFeGVjdXRlIHRoZSBtb2R1bGUgZnVuY3Rpb25cbiBcdFx0bW9kdWxlc1ttb2R1bGVJZF0uY2FsbChtb2R1bGUuZXhwb3J0cywgbW9kdWxlLCBtb2R1bGUuZXhwb3J0cywgX193ZWJwYWNrX3JlcXVpcmVfXyk7XG5cbiBcdFx0Ly8gRmxhZyB0aGUgbW9kdWxlIGFzIGxvYWRlZFxuIFx0XHRtb2R1bGUubG9hZGVkID0gdHJ1ZTtcblxuIFx0XHQvLyBSZXR1cm4gdGhlIGV4cG9ydHMgb2YgdGhlIG1vZHVsZVxuIFx0XHRyZXR1cm4gbW9kdWxlLmV4cG9ydHM7XG4gXHR9XG5cblxuIFx0Ly8gZXhwb3NlIHRoZSBtb2R1bGVzIG9iamVjdCAoX193ZWJwYWNrX21vZHVsZXNfXylcbiBcdF9fd2VicGFja19yZXF1aXJlX18ubSA9IG1vZHVsZXM7XG5cbiBcdC8vIGV4cG9zZSB0aGUgbW9kdWxlIGNhY2hlXG4gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLmMgPSBpbnN0YWxsZWRNb2R1bGVzO1xuXG4gXHQvLyBfX3dlYnBhY2tfcHVibGljX3BhdGhfX1xuIFx0X193ZWJwYWNrX3JlcXVpcmVfXy5wID0gXCJcIjtcblxuIFx0Ly8gTG9hZCBlbnRyeSBtb2R1bGUgYW5kIHJldHVybiBleHBvcnRzXG4gXHRyZXR1cm4gX193ZWJwYWNrX3JlcXVpcmVfXygwKTtcblxuXG5cbi8vIFdFQlBBQ0sgRk9PVEVSIC8vXG4vLyB3ZWJwYWNrL2Jvb3RzdHJhcCAxNjI0YzcyOTliODg3ZjdiZGY2NCIsIi8qXG4gKiBDb3B5cmlnaHQgMjAwOS0yMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRS50eHQgb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cbmV4cG9ydHMuU291cmNlTWFwR2VuZXJhdG9yID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW1hcC1nZW5lcmF0b3InKS5Tb3VyY2VNYXBHZW5lcmF0b3I7XG5leHBvcnRzLlNvdXJjZU1hcENvbnN1bWVyID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW1hcC1jb25zdW1lcicpLlNvdXJjZU1hcENvbnN1bWVyO1xuZXhwb3J0cy5Tb3VyY2VOb2RlID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW5vZGUnKS5Tb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9zb3VyY2UtbWFwLmpzXG4vLyBtb2R1bGUgaWQgPSAwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCIsIi8qIC0qLSBNb2RlOiBqczsganMtaW5kZW50LWxldmVsOiAyOyAtKi0gKi9cbi8qXG4gKiBDb3B5cmlnaHQgMjAxMSBNb3ppbGxhIEZvdW5kYXRpb24gYW5kIGNvbnRyaWJ1dG9yc1xuICogTGljZW5zZWQgdW5kZXIgdGhlIE5ldyBCU0QgbGljZW5zZS4gU2VlIExJQ0VOU0Ugb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cblxudmFyIGJhc2U2NFZMUSA9IHJlcXVpcmUoJy4vYmFzZTY0LXZscScpO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcbnZhciBBcnJheVNldCA9IHJlcXVpcmUoJy4vYXJyYXktc2V0JykuQXJyYXlTZXQ7XG52YXIgTWFwcGluZ0xpc3QgPSByZXF1aXJlKCcuL21hcHBpbmctbGlzdCcpLk1hcHBpbmdMaXN0O1xuXG4vKipcbiAqIEFuIGluc3RhbmNlIG9mIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3IgcmVwcmVzZW50cyBhIHNvdXJjZSBtYXAgd2hpY2ggaXNcbiAqIGJlaW5nIGJ1aWx0IGluY3JlbWVudGFsbHkuIFlvdSBtYXkgcGFzcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nXG4gKiBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBmaWxlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIGdlbmVyYXRlZCBzb3VyY2UuXG4gKiAgIC0gc291cmNlUm9vdDogQSByb290IGZvciBhbGwgcmVsYXRpdmUgVVJMcyBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcihhQXJncykge1xuICBpZiAoIWFBcmdzKSB7XG4gICAgYUFyZ3MgPSB7fTtcbiAgfVxuICB0aGlzLl9maWxlID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdmaWxlJywgbnVsbCk7XG4gIHRoaXMuX3NvdXJjZVJvb3QgPSB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZVJvb3QnLCBudWxsKTtcbiAgdGhpcy5fc2tpcFZhbGlkYXRpb24gPSB1dGlsLmdldEFyZyhhQXJncywgJ3NraXBWYWxpZGF0aW9uJywgZmFsc2UpO1xuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX21hcHBpbmdzID0gbmV3IE1hcHBpbmdMaXN0KCk7XG4gIHRoaXMuX3NvdXJjZXNDb250ZW50cyA9IG51bGw7XG59XG5cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX3ZlcnNpb24gPSAzO1xuXG4vKipcbiAqIENyZWF0ZXMgYSBuZXcgU291cmNlTWFwR2VuZXJhdG9yIGJhc2VkIG9uIGEgU291cmNlTWFwQ29uc3VtZXJcbiAqXG4gKiBAcGFyYW0gYVNvdXJjZU1hcENvbnN1bWVyIFRoZSBTb3VyY2VNYXAuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5mcm9tU291cmNlTWFwID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX2Zyb21Tb3VyY2VNYXAoYVNvdXJjZU1hcENvbnN1bWVyKSB7XG4gICAgdmFyIHNvdXJjZVJvb3QgPSBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlUm9vdDtcbiAgICB2YXIgZ2VuZXJhdG9yID0gbmV3IFNvdXJjZU1hcEdlbmVyYXRvcih7XG4gICAgICBmaWxlOiBhU291cmNlTWFwQ29uc3VtZXIuZmlsZSxcbiAgICAgIHNvdXJjZVJvb3Q6IHNvdXJjZVJvb3RcbiAgICB9KTtcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuZWFjaE1hcHBpbmcoZnVuY3Rpb24gKG1hcHBpbmcpIHtcbiAgICAgIHZhciBuZXdNYXBwaW5nID0ge1xuICAgICAgICBnZW5lcmF0ZWQ6IHtcbiAgICAgICAgICBsaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtblxuICAgICAgICB9XG4gICAgICB9O1xuXG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgIT0gbnVsbCkge1xuICAgICAgICBuZXdNYXBwaW5nLnNvdXJjZSA9IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBpZiAoc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICAgICAgbmV3TWFwcGluZy5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIG5ld01hcHBpbmcuc291cmNlKTtcbiAgICAgICAgfVxuXG4gICAgICAgIG5ld01hcHBpbmcub3JpZ2luYWwgPSB7XG4gICAgICAgICAgbGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uXG4gICAgICAgIH07XG5cbiAgICAgICAgaWYgKG1hcHBpbmcubmFtZSAhPSBudWxsKSB7XG4gICAgICAgICAgbmV3TWFwcGluZy5uYW1lID0gbWFwcGluZy5uYW1lO1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIGdlbmVyYXRvci5hZGRNYXBwaW5nKG5ld01hcHBpbmcpO1xuICAgIH0pO1xuICAgIGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VzLmZvckVhY2goZnVuY3Rpb24gKHNvdXJjZUZpbGUpIHtcbiAgICAgIHZhciBzb3VyY2VSZWxhdGl2ZSA9IHNvdXJjZUZpbGU7XG4gICAgICBpZiAoc291cmNlUm9vdCAhPT0gbnVsbCkge1xuICAgICAgICBzb3VyY2VSZWxhdGl2ZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgc291cmNlRmlsZSk7XG4gICAgICB9XG5cbiAgICAgIGlmICghZ2VuZXJhdG9yLl9zb3VyY2VzLmhhcyhzb3VyY2VSZWxhdGl2ZSkpIHtcbiAgICAgICAgZ2VuZXJhdG9yLl9zb3VyY2VzLmFkZChzb3VyY2VSZWxhdGl2ZSk7XG4gICAgICB9XG5cbiAgICAgIHZhciBjb250ZW50ID0gYVNvdXJjZU1hcENvbnN1bWVyLnNvdXJjZUNvbnRlbnRGb3Ioc291cmNlRmlsZSk7XG4gICAgICBpZiAoY29udGVudCAhPSBudWxsKSB7XG4gICAgICAgIGdlbmVyYXRvci5zZXRTb3VyY2VDb250ZW50KHNvdXJjZUZpbGUsIGNvbnRlbnQpO1xuICAgICAgfVxuICAgIH0pO1xuICAgIHJldHVybiBnZW5lcmF0b3I7XG4gIH07XG5cbi8qKlxuICogQWRkIGEgc2luZ2xlIG1hcHBpbmcgZnJvbSBvcmlnaW5hbCBzb3VyY2UgbGluZSBhbmQgY29sdW1uIHRvIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBmb3IgdGhpcyBzb3VyY2UgbWFwIGJlaW5nIGNyZWF0ZWQuIFRoZSBtYXBwaW5nXG4gKiBvYmplY3Qgc2hvdWxkIGhhdmUgdGhlIGZvbGxvd2luZyBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBnZW5lcmF0ZWQ6IEFuIG9iamVjdCB3aXRoIHRoZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucy5cbiAqICAgLSBvcmlnaW5hbDogQW4gb2JqZWN0IHdpdGggdGhlIG9yaWdpbmFsIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMuXG4gKiAgIC0gc291cmNlOiBUaGUgb3JpZ2luYWwgc291cmNlIGZpbGUgKHJlbGF0aXZlIHRvIHRoZSBzb3VyY2VSb290KS5cbiAqICAgLSBuYW1lOiBBbiBvcHRpb25hbCBvcmlnaW5hbCB0b2tlbiBuYW1lIGZvciB0aGlzIG1hcHBpbmcuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYWRkTWFwcGluZyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9hZGRNYXBwaW5nKGFBcmdzKSB7XG4gICAgdmFyIGdlbmVyYXRlZCA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnZ2VuZXJhdGVkJyk7XG4gICAgdmFyIG9yaWdpbmFsID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdvcmlnaW5hbCcsIG51bGwpO1xuICAgIHZhciBzb3VyY2UgPSB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZScsIG51bGwpO1xuICAgIHZhciBuYW1lID0gdXRpbC5nZXRBcmcoYUFyZ3MsICduYW1lJywgbnVsbCk7XG5cbiAgICBpZiAoIXRoaXMuX3NraXBWYWxpZGF0aW9uKSB7XG4gICAgICB0aGlzLl92YWxpZGF0ZU1hcHBpbmcoZ2VuZXJhdGVkLCBvcmlnaW5hbCwgc291cmNlLCBuYW1lKTtcbiAgICB9XG5cbiAgICBpZiAoc291cmNlICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZSA9IFN0cmluZyhzb3VyY2UpO1xuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICAgIHRoaXMuX3NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKG5hbWUgIT0gbnVsbCkge1xuICAgICAgbmFtZSA9IFN0cmluZyhuYW1lKTtcbiAgICAgIGlmICghdGhpcy5fbmFtZXMuaGFzKG5hbWUpKSB7XG4gICAgICAgIHRoaXMuX25hbWVzLmFkZChuYW1lKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB0aGlzLl9tYXBwaW5ncy5hZGQoe1xuICAgICAgZ2VuZXJhdGVkTGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICBnZW5lcmF0ZWRDb2x1bW46IGdlbmVyYXRlZC5jb2x1bW4sXG4gICAgICBvcmlnaW5hbExpbmU6IG9yaWdpbmFsICE9IG51bGwgJiYgb3JpZ2luYWwubGluZSxcbiAgICAgIG9yaWdpbmFsQ29sdW1uOiBvcmlnaW5hbCAhPSBudWxsICYmIG9yaWdpbmFsLmNvbHVtbixcbiAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgbmFtZTogbmFtZVxuICAgIH0pO1xuICB9O1xuXG4vKipcbiAqIFNldCB0aGUgc291cmNlIGNvbnRlbnQgZm9yIGEgc291cmNlIGZpbGUuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuc2V0U291cmNlQ29udGVudCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHZhciBzb3VyY2UgPSBhU291cmNlRmlsZTtcbiAgICBpZiAodGhpcy5fc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBzb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHRoaXMuX3NvdXJjZVJvb3QsIHNvdXJjZSk7XG4gICAgfVxuXG4gICAgaWYgKGFTb3VyY2VDb250ZW50ICE9IG51bGwpIHtcbiAgICAgIC8vIEFkZCB0aGUgc291cmNlIGNvbnRlbnQgdG8gdGhlIF9zb3VyY2VzQ29udGVudHMgbWFwLlxuICAgICAgLy8gQ3JlYXRlIGEgbmV3IF9zb3VyY2VzQ29udGVudHMgbWFwIGlmIHRoZSBwcm9wZXJ0eSBpcyBudWxsLlxuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgICAgdGhpcy5fc291cmNlc0NvbnRlbnRzID0gT2JqZWN0LmNyZWF0ZShudWxsKTtcbiAgICAgIH1cbiAgICAgIHRoaXMuX3NvdXJjZXNDb250ZW50c1t1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gICAgfSBlbHNlIGlmICh0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgIC8vIFJlbW92ZSB0aGUgc291cmNlIGZpbGUgZnJvbSB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAuXG4gICAgICAvLyBJZiB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAgaXMgZW1wdHksIHNldCB0aGUgcHJvcGVydHkgdG8gbnVsbC5cbiAgICAgIGRlbGV0ZSB0aGlzLl9zb3VyY2VzQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhzb3VyY2UpXTtcbiAgICAgIGlmIChPYmplY3Qua2V5cyh0aGlzLl9zb3VyY2VzQ29udGVudHMpLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICB0aGlzLl9zb3VyY2VzQ29udGVudHMgPSBudWxsO1xuICAgICAgfVxuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBBcHBsaWVzIHRoZSBtYXBwaW5ncyBvZiBhIHN1Yi1zb3VyY2UtbWFwIGZvciBhIHNwZWNpZmljIHNvdXJjZSBmaWxlIHRvIHRoZVxuICogc291cmNlIG1hcCBiZWluZyBnZW5lcmF0ZWQuIEVhY2ggbWFwcGluZyB0byB0aGUgc3VwcGxpZWQgc291cmNlIGZpbGUgaXNcbiAqIHJld3JpdHRlbiB1c2luZyB0aGUgc3VwcGxpZWQgc291cmNlIG1hcC4gTm90ZTogVGhlIHJlc29sdXRpb24gZm9yIHRoZVxuICogcmVzdWx0aW5nIG1hcHBpbmdzIGlzIHRoZSBtaW5pbWl1bSBvZiB0aGlzIG1hcCBhbmQgdGhlIHN1cHBsaWVkIG1hcC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZU1hcENvbnN1bWVyIFRoZSBzb3VyY2UgbWFwIHRvIGJlIGFwcGxpZWQuXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgT3B0aW9uYWwuIFRoZSBmaWxlbmFtZSBvZiB0aGUgc291cmNlIGZpbGUuXG4gKiAgICAgICAgSWYgb21pdHRlZCwgU291cmNlTWFwQ29uc3VtZXIncyBmaWxlIHByb3BlcnR5IHdpbGwgYmUgdXNlZC5cbiAqIEBwYXJhbSBhU291cmNlTWFwUGF0aCBPcHRpb25hbC4gVGhlIGRpcm5hbWUgb2YgdGhlIHBhdGggdG8gdGhlIHNvdXJjZSBtYXBcbiAqICAgICAgICB0byBiZSBhcHBsaWVkLiBJZiByZWxhdGl2ZSwgaXQgaXMgcmVsYXRpdmUgdG8gdGhlIFNvdXJjZU1hcENvbnN1bWVyLlxuICogICAgICAgIFRoaXMgcGFyYW1ldGVyIGlzIG5lZWRlZCB3aGVuIHRoZSB0d28gc291cmNlIG1hcHMgYXJlbid0IGluIHRoZSBzYW1lXG4gKiAgICAgICAgZGlyZWN0b3J5LCBhbmQgdGhlIHNvdXJjZSBtYXAgdG8gYmUgYXBwbGllZCBjb250YWlucyByZWxhdGl2ZSBzb3VyY2VcbiAqICAgICAgICBwYXRocy4gSWYgc28sIHRob3NlIHJlbGF0aXZlIHNvdXJjZSBwYXRocyBuZWVkIHRvIGJlIHJld3JpdHRlblxuICogICAgICAgIHJlbGF0aXZlIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3IuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYXBwbHlTb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfYXBwbHlTb3VyY2VNYXAoYVNvdXJjZU1hcENvbnN1bWVyLCBhU291cmNlRmlsZSwgYVNvdXJjZU1hcFBhdGgpIHtcbiAgICB2YXIgc291cmNlRmlsZSA9IGFTb3VyY2VGaWxlO1xuICAgIC8vIElmIGFTb3VyY2VGaWxlIGlzIG9taXR0ZWQsIHdlIHdpbGwgdXNlIHRoZSBmaWxlIHByb3BlcnR5IG9mIHRoZSBTb3VyY2VNYXBcbiAgICBpZiAoYVNvdXJjZUZpbGUgPT0gbnVsbCkge1xuICAgICAgaWYgKGFTb3VyY2VNYXBDb25zdW1lci5maWxlID09IG51bGwpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICAgICdTb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLmFwcGx5U291cmNlTWFwIHJlcXVpcmVzIGVpdGhlciBhbiBleHBsaWNpdCBzb3VyY2UgZmlsZSwgJyArXG4gICAgICAgICAgJ29yIHRoZSBzb3VyY2UgbWFwXFwncyBcImZpbGVcIiBwcm9wZXJ0eS4gQm90aCB3ZXJlIG9taXR0ZWQuJ1xuICAgICAgICApO1xuICAgICAgfVxuICAgICAgc291cmNlRmlsZSA9IGFTb3VyY2VNYXBDb25zdW1lci5maWxlO1xuICAgIH1cbiAgICB2YXIgc291cmNlUm9vdCA9IHRoaXMuX3NvdXJjZVJvb3Q7XG4gICAgLy8gTWFrZSBcInNvdXJjZUZpbGVcIiByZWxhdGl2ZSBpZiBhbiBhYnNvbHV0ZSBVcmwgaXMgcGFzc2VkLlxuICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZUZpbGUpO1xuICAgIH1cbiAgICAvLyBBcHBseWluZyB0aGUgU291cmNlTWFwIGNhbiBhZGQgYW5kIHJlbW92ZSBpdGVtcyBmcm9tIHRoZSBzb3VyY2VzIGFuZFxuICAgIC8vIHRoZSBuYW1lcyBhcnJheS5cbiAgICB2YXIgbmV3U291cmNlcyA9IG5ldyBBcnJheVNldCgpO1xuICAgIHZhciBuZXdOYW1lcyA9IG5ldyBBcnJheVNldCgpO1xuXG4gICAgLy8gRmluZCBtYXBwaW5ncyBmb3IgdGhlIFwic291cmNlRmlsZVwiXG4gICAgdGhpcy5fbWFwcGluZ3MudW5zb3J0ZWRGb3JFYWNoKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgPT09IHNvdXJjZUZpbGUgJiYgbWFwcGluZy5vcmlnaW5hbExpbmUgIT0gbnVsbCkge1xuICAgICAgICAvLyBDaGVjayBpZiBpdCBjYW4gYmUgbWFwcGVkIGJ5IHRoZSBzb3VyY2UgbWFwLCB0aGVuIHVwZGF0ZSB0aGUgbWFwcGluZy5cbiAgICAgICAgdmFyIG9yaWdpbmFsID0gYVNvdXJjZU1hcENvbnN1bWVyLm9yaWdpbmFsUG9zaXRpb25Gb3Ioe1xuICAgICAgICAgIGxpbmU6IG1hcHBpbmcub3JpZ2luYWxMaW5lLFxuICAgICAgICAgIGNvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtblxuICAgICAgICB9KTtcbiAgICAgICAgaWYgKG9yaWdpbmFsLnNvdXJjZSAhPSBudWxsKSB7XG4gICAgICAgICAgLy8gQ29weSBtYXBwaW5nXG4gICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICAgICAgaWYgKGFTb3VyY2VNYXBQYXRoICE9IG51bGwpIHtcbiAgICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gdXRpbC5qb2luKGFTb3VyY2VNYXBQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICB9XG4gICAgICAgICAgaWYgKHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgPSBvcmlnaW5hbC5saW5lO1xuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxDb2x1bW4gPSBvcmlnaW5hbC5jb2x1bW47XG4gICAgICAgICAgaWYgKG9yaWdpbmFsLm5hbWUgIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gb3JpZ2luYWwubmFtZTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlO1xuICAgICAgaWYgKHNvdXJjZSAhPSBudWxsICYmICFuZXdTb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICAgIG5ld1NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICB9XG5cbiAgICAgIHZhciBuYW1lID0gbWFwcGluZy5uYW1lO1xuICAgICAgaWYgKG5hbWUgIT0gbnVsbCAmJiAhbmV3TmFtZXMuaGFzKG5hbWUpKSB7XG4gICAgICAgIG5ld05hbWVzLmFkZChuYW1lKTtcbiAgICAgIH1cblxuICAgIH0sIHRoaXMpO1xuICAgIHRoaXMuX3NvdXJjZXMgPSBuZXdTb3VyY2VzO1xuICAgIHRoaXMuX25hbWVzID0gbmV3TmFtZXM7XG5cbiAgICAvLyBDb3B5IHNvdXJjZXNDb250ZW50cyBvZiBhcHBsaWVkIG1hcC5cbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVNvdXJjZU1hcFBhdGggIT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLmpvaW4oYVNvdXJjZU1hcFBhdGgsIHNvdXJjZUZpbGUpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgICBzb3VyY2VGaWxlID0gdXRpbC5yZWxhdGl2ZShzb3VyY2VSb290LCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSwgdGhpcyk7XG4gIH07XG5cbi8qKlxuICogQSBtYXBwaW5nIGNhbiBoYXZlIG9uZSBvZiB0aGUgdGhyZWUgbGV2ZWxzIG9mIGRhdGE6XG4gKlxuICogICAxLiBKdXN0IHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24uXG4gKiAgIDIuIFRoZSBHZW5lcmF0ZWQgcG9zaXRpb24sIG9yaWdpbmFsIHBvc2l0aW9uLCBhbmQgb3JpZ2luYWwgc291cmNlLlxuICogICAzLiBHZW5lcmF0ZWQgYW5kIG9yaWdpbmFsIHBvc2l0aW9uLCBvcmlnaW5hbCBzb3VyY2UsIGFzIHdlbGwgYXMgYSBuYW1lXG4gKiAgICAgIHRva2VuLlxuICpcbiAqIFRvIG1haW50YWluIGNvbnNpc3RlbmN5LCB3ZSB2YWxpZGF0ZSB0aGF0IGFueSBuZXcgbWFwcGluZyBiZWluZyBhZGRlZCBmYWxsc1xuICogaW4gdG8gb25lIG9mIHRoZXNlIGNhdGVnb3JpZXMuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX3ZhbGlkYXRlTWFwcGluZyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl92YWxpZGF0ZU1hcHBpbmcoYUdlbmVyYXRlZCwgYU9yaWdpbmFsLCBhU291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFOYW1lKSB7XG4gICAgLy8gV2hlbiBhT3JpZ2luYWwgaXMgdHJ1dGh5IGJ1dCBoYXMgZW1wdHkgdmFsdWVzIGZvciAubGluZSBhbmQgLmNvbHVtbixcbiAgICAvLyBpdCBpcyBtb3N0IGxpa2VseSBhIHByb2dyYW1tZXIgZXJyb3IuIEluIHRoaXMgY2FzZSB3ZSB0aHJvdyBhIHZlcnlcbiAgICAvLyBzcGVjaWZpYyBlcnJvciBtZXNzYWdlIHRvIHRyeSB0byBndWlkZSB0aGVtIHRoZSByaWdodCB3YXkuXG4gICAgLy8gRm9yIGV4YW1wbGU6IGh0dHBzOi8vZ2l0aHViLmNvbS9Qb2x5bWVyL3BvbHltZXItYnVuZGxlci9wdWxsLzUxOVxuICAgIGlmIChhT3JpZ2luYWwgJiYgdHlwZW9mIGFPcmlnaW5hbC5saW5lICE9PSAnbnVtYmVyJyAmJiB0eXBlb2YgYU9yaWdpbmFsLmNvbHVtbiAhPT0gJ251bWJlcicpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICAgICAgJ29yaWdpbmFsLmxpbmUgYW5kIG9yaWdpbmFsLmNvbHVtbiBhcmUgbm90IG51bWJlcnMgLS0geW91IHByb2JhYmx5IG1lYW50IHRvIG9taXQgJyArXG4gICAgICAgICAgICAndGhlIG9yaWdpbmFsIG1hcHBpbmcgZW50aXJlbHkgYW5kIG9ubHkgbWFwIHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24uIElmIHNvLCBwYXNzICcgK1xuICAgICAgICAgICAgJ251bGwgZm9yIHRoZSBvcmlnaW5hbCBtYXBwaW5nIGluc3RlYWQgb2YgYW4gb2JqZWN0IHdpdGggZW1wdHkgb3IgbnVsbCB2YWx1ZXMuJ1xuICAgICAgICApO1xuICAgIH1cblxuICAgIGlmIChhR2VuZXJhdGVkICYmICdsaW5lJyBpbiBhR2VuZXJhdGVkICYmICdjb2x1bW4nIGluIGFHZW5lcmF0ZWRcbiAgICAgICAgJiYgYUdlbmVyYXRlZC5saW5lID4gMCAmJiBhR2VuZXJhdGVkLmNvbHVtbiA+PSAwXG4gICAgICAgICYmICFhT3JpZ2luYWwgJiYgIWFTb3VyY2UgJiYgIWFOYW1lKSB7XG4gICAgICAvLyBDYXNlIDEuXG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGVsc2UgaWYgKGFHZW5lcmF0ZWQgJiYgJ2xpbmUnIGluIGFHZW5lcmF0ZWQgJiYgJ2NvbHVtbicgaW4gYUdlbmVyYXRlZFxuICAgICAgICAgICAgICYmIGFPcmlnaW5hbCAmJiAnbGluZScgaW4gYU9yaWdpbmFsICYmICdjb2x1bW4nIGluIGFPcmlnaW5hbFxuICAgICAgICAgICAgICYmIGFHZW5lcmF0ZWQubGluZSA+IDAgJiYgYUdlbmVyYXRlZC5jb2x1bW4gPj0gMFxuICAgICAgICAgICAgICYmIGFPcmlnaW5hbC5saW5lID4gMCAmJiBhT3JpZ2luYWwuY29sdW1uID49IDBcbiAgICAgICAgICAgICAmJiBhU291cmNlKSB7XG4gICAgICAvLyBDYXNlcyAyIGFuZCAzLlxuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignSW52YWxpZCBtYXBwaW5nOiAnICsgSlNPTi5zdHJpbmdpZnkoe1xuICAgICAgICBnZW5lcmF0ZWQ6IGFHZW5lcmF0ZWQsXG4gICAgICAgIHNvdXJjZTogYVNvdXJjZSxcbiAgICAgICAgb3JpZ2luYWw6IGFPcmlnaW5hbCxcbiAgICAgICAgbmFtZTogYU5hbWVcbiAgICAgIH0pKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogU2VyaWFsaXplIHRoZSBhY2N1bXVsYXRlZCBtYXBwaW5ncyBpbiB0byB0aGUgc3RyZWFtIG9mIGJhc2UgNjQgVkxRc1xuICogc3BlY2lmaWVkIGJ5IHRoZSBzb3VyY2UgbWFwIGZvcm1hdC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fc2VyaWFsaXplTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3Jfc2VyaWFsaXplTWFwcGluZ3MoKSB7XG4gICAgdmFyIHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgICB2YXIgcHJldmlvdXNHZW5lcmF0ZWRMaW5lID0gMTtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgcHJldmlvdXNTb3VyY2UgPSAwO1xuICAgIHZhciByZXN1bHQgPSAnJztcbiAgICB2YXIgbmV4dDtcbiAgICB2YXIgbWFwcGluZztcbiAgICB2YXIgbmFtZUlkeDtcbiAgICB2YXIgc291cmNlSWR4O1xuXG4gICAgdmFyIG1hcHBpbmdzID0gdGhpcy5fbWFwcGluZ3MudG9BcnJheSgpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBtYXBwaW5ncy5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgICAgbWFwcGluZyA9IG1hcHBpbmdzW2ldO1xuICAgICAgbmV4dCA9ICcnXG5cbiAgICAgIGlmIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgIT09IHByZXZpb3VzR2VuZXJhdGVkTGluZSkge1xuICAgICAgICBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgIHdoaWxlIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgIT09IHByZXZpb3VzR2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIG5leHQgKz0gJzsnO1xuICAgICAgICAgIHByZXZpb3VzR2VuZXJhdGVkTGluZSsrO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICBlbHNlIHtcbiAgICAgICAgaWYgKGkgPiAwKSB7XG4gICAgICAgICAgaWYgKCF1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmcsIG1hcHBpbmdzW2kgLSAxXSkpIHtcbiAgICAgICAgICAgIGNvbnRpbnVlO1xuICAgICAgICAgIH1cbiAgICAgICAgICBuZXh0ICs9ICcsJztcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKG1hcHBpbmcuc291cmNlICE9IG51bGwpIHtcbiAgICAgICAgc291cmNlSWR4ID0gdGhpcy5fc291cmNlcy5pbmRleE9mKG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgbmV4dCArPSBiYXNlNjRWTFEuZW5jb2RlKHNvdXJjZUlkeCAtIHByZXZpb3VzU291cmNlKTtcbiAgICAgICAgcHJldmlvdXNTb3VyY2UgPSBzb3VyY2VJZHg7XG5cbiAgICAgICAgLy8gbGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkIGluIFNvdXJjZU1hcCBzcGVjIHZlcnNpb24gM1xuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5vcmlnaW5hbExpbmUgLSAxXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNPcmlnaW5hbExpbmUpO1xuICAgICAgICBwcmV2aW91c09yaWdpbmFsTGluZSA9IG1hcHBpbmcub3JpZ2luYWxMaW5lIC0gMTtcblxuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5vcmlnaW5hbENvbHVtblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAtIHByZXZpb3VzT3JpZ2luYWxDb2x1bW4pO1xuICAgICAgICBwcmV2aW91c09yaWdpbmFsQ29sdW1uID0gbWFwcGluZy5vcmlnaW5hbENvbHVtbjtcblxuICAgICAgICBpZiAobWFwcGluZy5uYW1lICE9IG51bGwpIHtcbiAgICAgICAgICBuYW1lSWR4ID0gdGhpcy5fbmFtZXMuaW5kZXhPZihtYXBwaW5nLm5hbWUpO1xuICAgICAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShuYW1lSWR4IC0gcHJldmlvdXNOYW1lKTtcbiAgICAgICAgICBwcmV2aW91c05hbWUgPSBuYW1lSWR4O1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIHJlc3VsdCArPSBuZXh0O1xuICAgIH1cblxuICAgIHJldHVybiByZXN1bHQ7XG4gIH07XG5cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX2dlbmVyYXRlU291cmNlc0NvbnRlbnQgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfZ2VuZXJhdGVTb3VyY2VzQ29udGVudChhU291cmNlcywgYVNvdXJjZVJvb3QpIHtcbiAgICByZXR1cm4gYVNvdXJjZXMubWFwKGZ1bmN0aW9uIChzb3VyY2UpIHtcbiAgICAgIGlmICghdGhpcy5fc291cmNlc0NvbnRlbnRzKSB7XG4gICAgICAgIHJldHVybiBudWxsO1xuICAgICAgfVxuICAgICAgaWYgKGFTb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgc291cmNlID0gdXRpbC5yZWxhdGl2ZShhU291cmNlUm9vdCwgc291cmNlKTtcbiAgICAgIH1cbiAgICAgIHZhciBrZXkgPSB1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSk7XG4gICAgICByZXR1cm4gT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHRoaXMuX3NvdXJjZXNDb250ZW50cywga2V5KVxuICAgICAgICA/IHRoaXMuX3NvdXJjZXNDb250ZW50c1trZXldXG4gICAgICAgIDogbnVsbDtcbiAgICB9LCB0aGlzKTtcbiAgfTtcblxuLyoqXG4gKiBFeHRlcm5hbGl6ZSB0aGUgc291cmNlIG1hcC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS50b0pTT04gPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfdG9KU09OKCkge1xuICAgIHZhciBtYXAgPSB7XG4gICAgICB2ZXJzaW9uOiB0aGlzLl92ZXJzaW9uLFxuICAgICAgc291cmNlczogdGhpcy5fc291cmNlcy50b0FycmF5KCksXG4gICAgICBuYW1lczogdGhpcy5fbmFtZXMudG9BcnJheSgpLFxuICAgICAgbWFwcGluZ3M6IHRoaXMuX3NlcmlhbGl6ZU1hcHBpbmdzKClcbiAgICB9O1xuICAgIGlmICh0aGlzLl9maWxlICE9IG51bGwpIHtcbiAgICAgIG1hcC5maWxlID0gdGhpcy5fZmlsZTtcbiAgICB9XG4gICAgaWYgKHRoaXMuX3NvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgbWFwLnNvdXJjZVJvb3QgPSB0aGlzLl9zb3VyY2VSb290O1xuICAgIH1cbiAgICBpZiAodGhpcy5fc291cmNlc0NvbnRlbnRzKSB7XG4gICAgICBtYXAuc291cmNlc0NvbnRlbnQgPSB0aGlzLl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KG1hcC5zb3VyY2VzLCBtYXAuc291cmNlUm9vdCk7XG4gICAgfVxuXG4gICAgcmV0dXJuIG1hcDtcbiAgfTtcblxuLyoqXG4gKiBSZW5kZXIgdGhlIHNvdXJjZSBtYXAgYmVpbmcgZ2VuZXJhdGVkIHRvIGEgc3RyaW5nLlxuICovXG5Tb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLnRvU3RyaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX3RvU3RyaW5nKCkge1xuICAgIHJldHVybiBKU09OLnN0cmluZ2lmeSh0aGlzLnRvSlNPTigpKTtcbiAgfTtcblxuZXhwb3J0cy5Tb3VyY2VNYXBHZW5lcmF0b3IgPSBTb3VyY2VNYXBHZW5lcmF0b3I7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qc1xuLy8gbW9kdWxlIGlkID0gMVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICpcbiAqIEJhc2VkIG9uIHRoZSBCYXNlIDY0IFZMUSBpbXBsZW1lbnRhdGlvbiBpbiBDbG9zdXJlIENvbXBpbGVyOlxuICogaHR0cHM6Ly9jb2RlLmdvb2dsZS5jb20vcC9jbG9zdXJlLWNvbXBpbGVyL3NvdXJjZS9icm93c2UvdHJ1bmsvc3JjL2NvbS9nb29nbGUvZGVidWdnaW5nL3NvdXJjZW1hcC9CYXNlNjRWTFEuamF2YVxuICpcbiAqIENvcHlyaWdodCAyMDExIFRoZSBDbG9zdXJlIENvbXBpbGVyIEF1dGhvcnMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuXG4gKiBSZWRpc3RyaWJ1dGlvbiBhbmQgdXNlIGluIHNvdXJjZSBhbmQgYmluYXJ5IGZvcm1zLCB3aXRoIG9yIHdpdGhvdXRcbiAqIG1vZGlmaWNhdGlvbiwgYXJlIHBlcm1pdHRlZCBwcm92aWRlZCB0aGF0IHRoZSBmb2xsb3dpbmcgY29uZGl0aW9ucyBhcmVcbiAqIG1ldDpcbiAqXG4gKiAgKiBSZWRpc3RyaWJ1dGlvbnMgb2Ygc291cmNlIGNvZGUgbXVzdCByZXRhaW4gdGhlIGFib3ZlIGNvcHlyaWdodFxuICogICAgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLlxuICogICogUmVkaXN0cmlidXRpb25zIGluIGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZVxuICogICAgY29weXJpZ2h0IG5vdGljZSwgdGhpcyBsaXN0IG9mIGNvbmRpdGlvbnMgYW5kIHRoZSBmb2xsb3dpbmdcbiAqICAgIGRpc2NsYWltZXIgaW4gdGhlIGRvY3VtZW50YXRpb24gYW5kL29yIG90aGVyIG1hdGVyaWFscyBwcm92aWRlZFxuICogICAgd2l0aCB0aGUgZGlzdHJpYnV0aW9uLlxuICogICogTmVpdGhlciB0aGUgbmFtZSBvZiBHb29nbGUgSW5jLiBub3IgdGhlIG5hbWVzIG9mIGl0c1xuICogICAgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkXG4gKiAgICBmcm9tIHRoaXMgc29mdHdhcmUgd2l0aG91dCBzcGVjaWZpYyBwcmlvciB3cml0dGVuIHBlcm1pc3Npb24uXG4gKlxuICogVEhJUyBTT0ZUV0FSRSBJUyBQUk9WSURFRCBCWSBUSEUgQ09QWVJJR0hUIEhPTERFUlMgQU5EIENPTlRSSUJVVE9SU1xuICogXCJBUyBJU1wiIEFORCBBTlkgRVhQUkVTUyBPUiBJTVBMSUVEIFdBUlJBTlRJRVMsIElOQ0xVRElORywgQlVUIE5PVFxuICogTElNSVRFRCBUTywgVEhFIElNUExJRUQgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SXG4gKiBBIFBBUlRJQ1VMQVIgUFVSUE9TRSBBUkUgRElTQ0xBSU1FRC4gSU4gTk8gRVZFTlQgU0hBTEwgVEhFIENPUFlSSUdIVFxuICogT1dORVIgT1IgQ09OVFJJQlVUT1JTIEJFIExJQUJMRSBGT1IgQU5ZIERJUkVDVCwgSU5ESVJFQ1QsIElOQ0lERU5UQUwsXG4gKiBTUEVDSUFMLCBFWEVNUExBUlksIE9SIENPTlNFUVVFTlRJQUwgREFNQUdFUyAoSU5DTFVESU5HLCBCVVQgTk9UXG4gKiBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSxcbiAqIERBVEEsIE9SIFBST0ZJVFM7IE9SIEJVU0lORVNTIElOVEVSUlVQVElPTikgSE9XRVZFUiBDQVVTRUQgQU5EIE9OIEFOWVxuICogVEhFT1JZIE9GIExJQUJJTElUWSwgV0hFVEhFUiBJTiBDT05UUkFDVCwgU1RSSUNUIExJQUJJTElUWSwgT1IgVE9SVFxuICogKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEVSV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFXG4gKiBPRiBUSElTIFNPRlRXQVJFLCBFVkVOIElGIEFEVklTRUQgT0YgVEhFIFBPU1NJQklMSVRZIE9GIFNVQ0ggREFNQUdFLlxuICovXG5cbnZhciBiYXNlNjQgPSByZXF1aXJlKCcuL2Jhc2U2NCcpO1xuXG4vLyBBIHNpbmdsZSBiYXNlIDY0IGRpZ2l0IGNhbiBjb250YWluIDYgYml0cyBvZiBkYXRhLiBGb3IgdGhlIGJhc2UgNjQgdmFyaWFibGVcbi8vIGxlbmd0aCBxdWFudGl0aWVzIHdlIHVzZSBpbiB0aGUgc291cmNlIG1hcCBzcGVjLCB0aGUgZmlyc3QgYml0IGlzIHRoZSBzaWduLFxuLy8gdGhlIG5leHQgZm91ciBiaXRzIGFyZSB0aGUgYWN0dWFsIHZhbHVlLCBhbmQgdGhlIDZ0aCBiaXQgaXMgdGhlXG4vLyBjb250aW51YXRpb24gYml0LiBUaGUgY29udGludWF0aW9uIGJpdCB0ZWxscyB1cyB3aGV0aGVyIHRoZXJlIGFyZSBtb3JlXG4vLyBkaWdpdHMgaW4gdGhpcyB2YWx1ZSBmb2xsb3dpbmcgdGhpcyBkaWdpdC5cbi8vXG4vLyAgIENvbnRpbnVhdGlvblxuLy8gICB8ICAgIFNpZ25cbi8vICAgfCAgICB8XG4vLyAgIFYgICAgVlxuLy8gICAxMDEwMTFcblxudmFyIFZMUV9CQVNFX1NISUZUID0gNTtcblxuLy8gYmluYXJ5OiAxMDAwMDBcbnZhciBWTFFfQkFTRSA9IDEgPDwgVkxRX0JBU0VfU0hJRlQ7XG5cbi8vIGJpbmFyeTogMDExMTExXG52YXIgVkxRX0JBU0VfTUFTSyA9IFZMUV9CQVNFIC0gMTtcblxuLy8gYmluYXJ5OiAxMDAwMDBcbnZhciBWTFFfQ09OVElOVUFUSU9OX0JJVCA9IFZMUV9CQVNFO1xuXG4vKipcbiAqIENvbnZlcnRzIGZyb20gYSB0d28tY29tcGxlbWVudCB2YWx1ZSB0byBhIHZhbHVlIHdoZXJlIHRoZSBzaWduIGJpdCBpc1xuICogcGxhY2VkIGluIHRoZSBsZWFzdCBzaWduaWZpY2FudCBiaXQuICBGb3IgZXhhbXBsZSwgYXMgZGVjaW1hbHM6XG4gKiAgIDEgYmVjb21lcyAyICgxMCBiaW5hcnkpLCAtMSBiZWNvbWVzIDMgKDExIGJpbmFyeSlcbiAqICAgMiBiZWNvbWVzIDQgKDEwMCBiaW5hcnkpLCAtMiBiZWNvbWVzIDUgKDEwMSBiaW5hcnkpXG4gKi9cbmZ1bmN0aW9uIHRvVkxRU2lnbmVkKGFWYWx1ZSkge1xuICByZXR1cm4gYVZhbHVlIDwgMFxuICAgID8gKCgtYVZhbHVlKSA8PCAxKSArIDFcbiAgICA6IChhVmFsdWUgPDwgMSkgKyAwO1xufVxuXG4vKipcbiAqIENvbnZlcnRzIHRvIGEgdHdvLWNvbXBsZW1lbnQgdmFsdWUgZnJvbSBhIHZhbHVlIHdoZXJlIHRoZSBzaWduIGJpdCBpc1xuICogcGxhY2VkIGluIHRoZSBsZWFzdCBzaWduaWZpY2FudCBiaXQuICBGb3IgZXhhbXBsZSwgYXMgZGVjaW1hbHM6XG4gKiAgIDIgKDEwIGJpbmFyeSkgYmVjb21lcyAxLCAzICgxMSBiaW5hcnkpIGJlY29tZXMgLTFcbiAqICAgNCAoMTAwIGJpbmFyeSkgYmVjb21lcyAyLCA1ICgxMDEgYmluYXJ5KSBiZWNvbWVzIC0yXG4gKi9cbmZ1bmN0aW9uIGZyb21WTFFTaWduZWQoYVZhbHVlKSB7XG4gIHZhciBpc05lZ2F0aXZlID0gKGFWYWx1ZSAmIDEpID09PSAxO1xuICB2YXIgc2hpZnRlZCA9IGFWYWx1ZSA+PiAxO1xuICByZXR1cm4gaXNOZWdhdGl2ZVxuICAgID8gLXNoaWZ0ZWRcbiAgICA6IHNoaWZ0ZWQ7XG59XG5cbi8qKlxuICogUmV0dXJucyB0aGUgYmFzZSA2NCBWTFEgZW5jb2RlZCB2YWx1ZS5cbiAqL1xuZXhwb3J0cy5lbmNvZGUgPSBmdW5jdGlvbiBiYXNlNjRWTFFfZW5jb2RlKGFWYWx1ZSkge1xuICB2YXIgZW5jb2RlZCA9IFwiXCI7XG4gIHZhciBkaWdpdDtcblxuICB2YXIgdmxxID0gdG9WTFFTaWduZWQoYVZhbHVlKTtcblxuICBkbyB7XG4gICAgZGlnaXQgPSB2bHEgJiBWTFFfQkFTRV9NQVNLO1xuICAgIHZscSA+Pj49IFZMUV9CQVNFX1NISUZUO1xuICAgIGlmICh2bHEgPiAwKSB7XG4gICAgICAvLyBUaGVyZSBhcmUgc3RpbGwgbW9yZSBkaWdpdHMgaW4gdGhpcyB2YWx1ZSwgc28gd2UgbXVzdCBtYWtlIHN1cmUgdGhlXG4gICAgICAvLyBjb250aW51YXRpb24gYml0IGlzIG1hcmtlZC5cbiAgICAgIGRpZ2l0IHw9IFZMUV9DT05USU5VQVRJT05fQklUO1xuICAgIH1cbiAgICBlbmNvZGVkICs9IGJhc2U2NC5lbmNvZGUoZGlnaXQpO1xuICB9IHdoaWxlICh2bHEgPiAwKTtcblxuICByZXR1cm4gZW5jb2RlZDtcbn07XG5cbi8qKlxuICogRGVjb2RlcyB0aGUgbmV4dCBiYXNlIDY0IFZMUSB2YWx1ZSBmcm9tIHRoZSBnaXZlbiBzdHJpbmcgYW5kIHJldHVybnMgdGhlXG4gKiB2YWx1ZSBhbmQgdGhlIHJlc3Qgb2YgdGhlIHN0cmluZyB2aWEgdGhlIG91dCBwYXJhbWV0ZXIuXG4gKi9cbmV4cG9ydHMuZGVjb2RlID0gZnVuY3Rpb24gYmFzZTY0VkxRX2RlY29kZShhU3RyLCBhSW5kZXgsIGFPdXRQYXJhbSkge1xuICB2YXIgc3RyTGVuID0gYVN0ci5sZW5ndGg7XG4gIHZhciByZXN1bHQgPSAwO1xuICB2YXIgc2hpZnQgPSAwO1xuICB2YXIgY29udGludWF0aW9uLCBkaWdpdDtcblxuICBkbyB7XG4gICAgaWYgKGFJbmRleCA+PSBzdHJMZW4pIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcIkV4cGVjdGVkIG1vcmUgZGlnaXRzIGluIGJhc2UgNjQgVkxRIHZhbHVlLlwiKTtcbiAgICB9XG5cbiAgICBkaWdpdCA9IGJhc2U2NC5kZWNvZGUoYVN0ci5jaGFyQ29kZUF0KGFJbmRleCsrKSk7XG4gICAgaWYgKGRpZ2l0ID09PSAtMSkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiSW52YWxpZCBiYXNlNjQgZGlnaXQ6IFwiICsgYVN0ci5jaGFyQXQoYUluZGV4IC0gMSkpO1xuICAgIH1cblxuICAgIGNvbnRpbnVhdGlvbiA9ICEhKGRpZ2l0ICYgVkxRX0NPTlRJTlVBVElPTl9CSVQpO1xuICAgIGRpZ2l0ICY9IFZMUV9CQVNFX01BU0s7XG4gICAgcmVzdWx0ID0gcmVzdWx0ICsgKGRpZ2l0IDw8IHNoaWZ0KTtcbiAgICBzaGlmdCArPSBWTFFfQkFTRV9TSElGVDtcbiAgfSB3aGlsZSAoY29udGludWF0aW9uKTtcblxuICBhT3V0UGFyYW0udmFsdWUgPSBmcm9tVkxRU2lnbmVkKHJlc3VsdCk7XG4gIGFPdXRQYXJhbS5yZXN0ID0gYUluZGV4O1xufTtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2Jhc2U2NC12bHEuanNcbi8vIG1vZHVsZSBpZCA9IDJcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgaW50VG9DaGFyTWFwID0gJ0FCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5Ky8nLnNwbGl0KCcnKTtcblxuLyoqXG4gKiBFbmNvZGUgYW4gaW50ZWdlciBpbiB0aGUgcmFuZ2Ugb2YgMCB0byA2MyB0byBhIHNpbmdsZSBiYXNlIDY0IGRpZ2l0LlxuICovXG5leHBvcnRzLmVuY29kZSA9IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgaWYgKDAgPD0gbnVtYmVyICYmIG51bWJlciA8IGludFRvQ2hhck1hcC5sZW5ndGgpIHtcbiAgICByZXR1cm4gaW50VG9DaGFyTWFwW251bWJlcl07XG4gIH1cbiAgdGhyb3cgbmV3IFR5cGVFcnJvcihcIk11c3QgYmUgYmV0d2VlbiAwIGFuZCA2MzogXCIgKyBudW1iZXIpO1xufTtcblxuLyoqXG4gKiBEZWNvZGUgYSBzaW5nbGUgYmFzZSA2NCBjaGFyYWN0ZXIgY29kZSBkaWdpdCB0byBhbiBpbnRlZ2VyLiBSZXR1cm5zIC0xIG9uXG4gKiBmYWlsdXJlLlxuICovXG5leHBvcnRzLmRlY29kZSA9IGZ1bmN0aW9uIChjaGFyQ29kZSkge1xuICB2YXIgYmlnQSA9IDY1OyAgICAgLy8gJ0EnXG4gIHZhciBiaWdaID0gOTA7ICAgICAvLyAnWidcblxuICB2YXIgbGl0dGxlQSA9IDk3OyAgLy8gJ2EnXG4gIHZhciBsaXR0bGVaID0gMTIyOyAvLyAneidcblxuICB2YXIgemVybyA9IDQ4OyAgICAgLy8gJzAnXG4gIHZhciBuaW5lID0gNTc7ICAgICAvLyAnOSdcblxuICB2YXIgcGx1cyA9IDQzOyAgICAgLy8gJysnXG4gIHZhciBzbGFzaCA9IDQ3OyAgICAvLyAnLydcblxuICB2YXIgbGl0dGxlT2Zmc2V0ID0gMjY7XG4gIHZhciBudW1iZXJPZmZzZXQgPSA1MjtcblxuICAvLyAwIC0gMjU6IEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaXG4gIGlmIChiaWdBIDw9IGNoYXJDb2RlICYmIGNoYXJDb2RlIDw9IGJpZ1opIHtcbiAgICByZXR1cm4gKGNoYXJDb2RlIC0gYmlnQSk7XG4gIH1cblxuICAvLyAyNiAtIDUxOiBhYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5elxuICBpZiAobGl0dGxlQSA8PSBjaGFyQ29kZSAmJiBjaGFyQ29kZSA8PSBsaXR0bGVaKSB7XG4gICAgcmV0dXJuIChjaGFyQ29kZSAtIGxpdHRsZUEgKyBsaXR0bGVPZmZzZXQpO1xuICB9XG5cbiAgLy8gNTIgLSA2MTogMDEyMzQ1Njc4OVxuICBpZiAoemVybyA8PSBjaGFyQ29kZSAmJiBjaGFyQ29kZSA8PSBuaW5lKSB7XG4gICAgcmV0dXJuIChjaGFyQ29kZSAtIHplcm8gKyBudW1iZXJPZmZzZXQpO1xuICB9XG5cbiAgLy8gNjI6ICtcbiAgaWYgKGNoYXJDb2RlID09IHBsdXMpIHtcbiAgICByZXR1cm4gNjI7XG4gIH1cblxuICAvLyA2MzogL1xuICBpZiAoY2hhckNvZGUgPT0gc2xhc2gpIHtcbiAgICByZXR1cm4gNjM7XG4gIH1cblxuICAvLyBJbnZhbGlkIGJhc2U2NCBkaWdpdC5cbiAgcmV0dXJuIC0xO1xufTtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2Jhc2U2NC5qc1xuLy8gbW9kdWxlIGlkID0gM1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8qKlxuICogVGhpcyBpcyBhIGhlbHBlciBmdW5jdGlvbiBmb3IgZ2V0dGluZyB2YWx1ZXMgZnJvbSBwYXJhbWV0ZXIvb3B0aW9uc1xuICogb2JqZWN0cy5cbiAqXG4gKiBAcGFyYW0gYXJncyBUaGUgb2JqZWN0IHdlIGFyZSBleHRyYWN0aW5nIHZhbHVlcyBmcm9tXG4gKiBAcGFyYW0gbmFtZSBUaGUgbmFtZSBvZiB0aGUgcHJvcGVydHkgd2UgYXJlIGdldHRpbmcuXG4gKiBAcGFyYW0gZGVmYXVsdFZhbHVlIEFuIG9wdGlvbmFsIHZhbHVlIHRvIHJldHVybiBpZiB0aGUgcHJvcGVydHkgaXMgbWlzc2luZ1xuICogZnJvbSB0aGUgb2JqZWN0LiBJZiB0aGlzIGlzIG5vdCBzcGVjaWZpZWQgYW5kIHRoZSBwcm9wZXJ0eSBpcyBtaXNzaW5nLCBhblxuICogZXJyb3Igd2lsbCBiZSB0aHJvd24uXG4gKi9cbmZ1bmN0aW9uIGdldEFyZyhhQXJncywgYU5hbWUsIGFEZWZhdWx0VmFsdWUpIHtcbiAgaWYgKGFOYW1lIGluIGFBcmdzKSB7XG4gICAgcmV0dXJuIGFBcmdzW2FOYW1lXTtcbiAgfSBlbHNlIGlmIChhcmd1bWVudHMubGVuZ3RoID09PSAzKSB7XG4gICAgcmV0dXJuIGFEZWZhdWx0VmFsdWU7XG4gIH0gZWxzZSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdcIicgKyBhTmFtZSArICdcIiBpcyBhIHJlcXVpcmVkIGFyZ3VtZW50LicpO1xuICB9XG59XG5leHBvcnRzLmdldEFyZyA9IGdldEFyZztcblxudmFyIHVybFJlZ2V4cCA9IC9eKD86KFtcXHcrXFwtLl0rKTopP1xcL1xcLyg/OihcXHcrOlxcdyspQCk/KFtcXHcuLV0qKSg/OjooXFxkKykpPyguKikkLztcbnZhciBkYXRhVXJsUmVnZXhwID0gL15kYXRhOi4rXFwsLiskLztcblxuZnVuY3Rpb24gdXJsUGFyc2UoYVVybCkge1xuICB2YXIgbWF0Y2ggPSBhVXJsLm1hdGNoKHVybFJlZ2V4cCk7XG4gIGlmICghbWF0Y2gpIHtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuICByZXR1cm4ge1xuICAgIHNjaGVtZTogbWF0Y2hbMV0sXG4gICAgYXV0aDogbWF0Y2hbMl0sXG4gICAgaG9zdDogbWF0Y2hbM10sXG4gICAgcG9ydDogbWF0Y2hbNF0sXG4gICAgcGF0aDogbWF0Y2hbNV1cbiAgfTtcbn1cbmV4cG9ydHMudXJsUGFyc2UgPSB1cmxQYXJzZTtcblxuZnVuY3Rpb24gdXJsR2VuZXJhdGUoYVBhcnNlZFVybCkge1xuICB2YXIgdXJsID0gJyc7XG4gIGlmIChhUGFyc2VkVXJsLnNjaGVtZSkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLnNjaGVtZSArICc6JztcbiAgfVxuICB1cmwgKz0gJy8vJztcbiAgaWYgKGFQYXJzZWRVcmwuYXV0aCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmF1dGggKyAnQCc7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwuaG9zdCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmhvc3Q7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwucG9ydCkge1xuICAgIHVybCArPSBcIjpcIiArIGFQYXJzZWRVcmwucG9ydFxuICB9XG4gIGlmIChhUGFyc2VkVXJsLnBhdGgpIHtcbiAgICB1cmwgKz0gYVBhcnNlZFVybC5wYXRoO1xuICB9XG4gIHJldHVybiB1cmw7XG59XG5leHBvcnRzLnVybEdlbmVyYXRlID0gdXJsR2VuZXJhdGU7XG5cbi8qKlxuICogTm9ybWFsaXplcyBhIHBhdGgsIG9yIHRoZSBwYXRoIHBvcnRpb24gb2YgYSBVUkw6XG4gKlxuICogLSBSZXBsYWNlcyBjb25zZWN1dGl2ZSBzbGFzaGVzIHdpdGggb25lIHNsYXNoLlxuICogLSBSZW1vdmVzIHVubmVjZXNzYXJ5ICcuJyBwYXJ0cy5cbiAqIC0gUmVtb3ZlcyB1bm5lY2Vzc2FyeSAnPGRpcj4vLi4nIHBhcnRzLlxuICpcbiAqIEJhc2VkIG9uIGNvZGUgaW4gdGhlIE5vZGUuanMgJ3BhdGgnIGNvcmUgbW9kdWxlLlxuICpcbiAqIEBwYXJhbSBhUGF0aCBUaGUgcGF0aCBvciB1cmwgdG8gbm9ybWFsaXplLlxuICovXG5mdW5jdGlvbiBub3JtYWxpemUoYVBhdGgpIHtcbiAgdmFyIHBhdGggPSBhUGF0aDtcbiAgdmFyIHVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgaWYgKHVybCkge1xuICAgIGlmICghdXJsLnBhdGgpIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG4gICAgcGF0aCA9IHVybC5wYXRoO1xuICB9XG4gIHZhciBpc0Fic29sdXRlID0gZXhwb3J0cy5pc0Fic29sdXRlKHBhdGgpO1xuXG4gIHZhciBwYXJ0cyA9IHBhdGguc3BsaXQoL1xcLysvKTtcbiAgZm9yICh2YXIgcGFydCwgdXAgPSAwLCBpID0gcGFydHMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIHtcbiAgICBwYXJ0ID0gcGFydHNbaV07XG4gICAgaWYgKHBhcnQgPT09ICcuJykge1xuICAgICAgcGFydHMuc3BsaWNlKGksIDEpO1xuICAgIH0gZWxzZSBpZiAocGFydCA9PT0gJy4uJykge1xuICAgICAgdXArKztcbiAgICB9IGVsc2UgaWYgKHVwID4gMCkge1xuICAgICAgaWYgKHBhcnQgPT09ICcnKSB7XG4gICAgICAgIC8vIFRoZSBmaXJzdCBwYXJ0IGlzIGJsYW5rIGlmIHRoZSBwYXRoIGlzIGFic29sdXRlLiBUcnlpbmcgdG8gZ29cbiAgICAgICAgLy8gYWJvdmUgdGhlIHJvb3QgaXMgYSBuby1vcC4gVGhlcmVmb3JlIHdlIGNhbiByZW1vdmUgYWxsICcuLicgcGFydHNcbiAgICAgICAgLy8gZGlyZWN0bHkgYWZ0ZXIgdGhlIHJvb3QuXG4gICAgICAgIHBhcnRzLnNwbGljZShpICsgMSwgdXApO1xuICAgICAgICB1cCA9IDA7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBwYXJ0cy5zcGxpY2UoaSwgMik7XG4gICAgICAgIHVwLS07XG4gICAgICB9XG4gICAgfVxuICB9XG4gIHBhdGggPSBwYXJ0cy5qb2luKCcvJyk7XG5cbiAgaWYgKHBhdGggPT09ICcnKSB7XG4gICAgcGF0aCA9IGlzQWJzb2x1dGUgPyAnLycgOiAnLic7XG4gIH1cblxuICBpZiAodXJsKSB7XG4gICAgdXJsLnBhdGggPSBwYXRoO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZSh1cmwpO1xuICB9XG4gIHJldHVybiBwYXRoO1xufVxuZXhwb3J0cy5ub3JtYWxpemUgPSBub3JtYWxpemU7XG5cbi8qKlxuICogSm9pbnMgdHdvIHBhdGhzL1VSTHMuXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBqb2luZWQgd2l0aCB0aGUgcm9vdC5cbiAqXG4gKiAtIElmIGFQYXRoIGlzIGEgVVJMIG9yIGEgZGF0YSBVUkksIGFQYXRoIGlzIHJldHVybmVkLCB1bmxlc3MgYVBhdGggaXMgYVxuICogICBzY2hlbWUtcmVsYXRpdmUgVVJMOiBUaGVuIHRoZSBzY2hlbWUgb2YgYVJvb3QsIGlmIGFueSwgaXMgcHJlcGVuZGVkXG4gKiAgIGZpcnN0LlxuICogLSBPdGhlcndpc2UgYVBhdGggaXMgYSBwYXRoLiBJZiBhUm9vdCBpcyBhIFVSTCwgdGhlbiBpdHMgcGF0aCBwb3J0aW9uXG4gKiAgIGlzIHVwZGF0ZWQgd2l0aCB0aGUgcmVzdWx0IGFuZCBhUm9vdCBpcyByZXR1cm5lZC4gT3RoZXJ3aXNlIHRoZSByZXN1bHRcbiAqICAgaXMgcmV0dXJuZWQuXG4gKiAgIC0gSWYgYVBhdGggaXMgYWJzb2x1dGUsIHRoZSByZXN1bHQgaXMgYVBhdGguXG4gKiAgIC0gT3RoZXJ3aXNlIHRoZSB0d28gcGF0aHMgYXJlIGpvaW5lZCB3aXRoIGEgc2xhc2guXG4gKiAtIEpvaW5pbmcgZm9yIGV4YW1wbGUgJ2h0dHA6Ly8nIGFuZCAnd3d3LmV4YW1wbGUuY29tJyBpcyBhbHNvIHN1cHBvcnRlZC5cbiAqL1xuZnVuY3Rpb24gam9pbihhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuICBpZiAoYVBhdGggPT09IFwiXCIpIHtcbiAgICBhUGF0aCA9IFwiLlwiO1xuICB9XG4gIHZhciBhUGF0aFVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgdmFyIGFSb290VXJsID0gdXJsUGFyc2UoYVJvb3QpO1xuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdCA9IGFSb290VXJsLnBhdGggfHwgJy8nO1xuICB9XG5cbiAgLy8gYGpvaW4oZm9vLCAnLy93d3cuZXhhbXBsZS5vcmcnKWBcbiAgaWYgKGFQYXRoVXJsICYmICFhUGF0aFVybC5zY2hlbWUpIHtcbiAgICBpZiAoYVJvb3RVcmwpIHtcbiAgICAgIGFQYXRoVXJsLnNjaGVtZSA9IGFSb290VXJsLnNjaGVtZTtcbiAgICB9XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFQYXRoVXJsKTtcbiAgfVxuXG4gIGlmIChhUGF0aFVybCB8fCBhUGF0aC5tYXRjaChkYXRhVXJsUmVnZXhwKSkge1xuICAgIHJldHVybiBhUGF0aDtcbiAgfVxuXG4gIC8vIGBqb2luKCdodHRwOi8vJywgJ3d3dy5leGFtcGxlLmNvbScpYFxuICBpZiAoYVJvb3RVcmwgJiYgIWFSb290VXJsLmhvc3QgJiYgIWFSb290VXJsLnBhdGgpIHtcbiAgICBhUm9vdFVybC5ob3N0ID0gYVBhdGg7XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFSb290VXJsKTtcbiAgfVxuXG4gIHZhciBqb2luZWQgPSBhUGF0aC5jaGFyQXQoMCkgPT09ICcvJ1xuICAgID8gYVBhdGhcbiAgICA6IG5vcm1hbGl6ZShhUm9vdC5yZXBsYWNlKC9cXC8rJC8sICcnKSArICcvJyArIGFQYXRoKTtcblxuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdFVybC5wYXRoID0gam9pbmVkO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZShhUm9vdFVybCk7XG4gIH1cbiAgcmV0dXJuIGpvaW5lZDtcbn1cbmV4cG9ydHMuam9pbiA9IGpvaW47XG5cbmV4cG9ydHMuaXNBYnNvbHV0ZSA9IGZ1bmN0aW9uIChhUGF0aCkge1xuICByZXR1cm4gYVBhdGguY2hhckF0KDApID09PSAnLycgfHwgdXJsUmVnZXhwLnRlc3QoYVBhdGgpO1xufTtcblxuLyoqXG4gKiBNYWtlIGEgcGF0aCByZWxhdGl2ZSB0byBhIFVSTCBvciBhbm90aGVyIHBhdGguXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBtYWRlIHJlbGF0aXZlIHRvIGFSb290LlxuICovXG5mdW5jdGlvbiByZWxhdGl2ZShhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuXG4gIGFSb290ID0gYVJvb3QucmVwbGFjZSgvXFwvJC8sICcnKTtcblxuICAvLyBJdCBpcyBwb3NzaWJsZSBmb3IgdGhlIHBhdGggdG8gYmUgYWJvdmUgdGhlIHJvb3QuIEluIHRoaXMgY2FzZSwgc2ltcGx5XG4gIC8vIGNoZWNraW5nIHdoZXRoZXIgdGhlIHJvb3QgaXMgYSBwcmVmaXggb2YgdGhlIHBhdGggd29uJ3Qgd29yay4gSW5zdGVhZCwgd2VcbiAgLy8gbmVlZCB0byByZW1vdmUgY29tcG9uZW50cyBmcm9tIHRoZSByb290IG9uZSBieSBvbmUsIHVudGlsIGVpdGhlciB3ZSBmaW5kXG4gIC8vIGEgcHJlZml4IHRoYXQgZml0cywgb3Igd2UgcnVuIG91dCBvZiBjb21wb25lbnRzIHRvIHJlbW92ZS5cbiAgdmFyIGxldmVsID0gMDtcbiAgd2hpbGUgKGFQYXRoLmluZGV4T2YoYVJvb3QgKyAnLycpICE9PSAwKSB7XG4gICAgdmFyIGluZGV4ID0gYVJvb3QubGFzdEluZGV4T2YoXCIvXCIpO1xuICAgIGlmIChpbmRleCA8IDApIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG5cbiAgICAvLyBJZiB0aGUgb25seSBwYXJ0IG9mIHRoZSByb290IHRoYXQgaXMgbGVmdCBpcyB0aGUgc2NoZW1lIChpLmUuIGh0dHA6Ly8sXG4gICAgLy8gZmlsZTovLy8sIGV0Yy4pLCBvbmUgb3IgbW9yZSBzbGFzaGVzICgvKSwgb3Igc2ltcGx5IG5vdGhpbmcgYXQgYWxsLCB3ZVxuICAgIC8vIGhhdmUgZXhoYXVzdGVkIGFsbCBjb21wb25lbnRzLCBzbyB0aGUgcGF0aCBpcyBub3QgcmVsYXRpdmUgdG8gdGhlIHJvb3QuXG4gICAgYVJvb3QgPSBhUm9vdC5zbGljZSgwLCBpbmRleCk7XG4gICAgaWYgKGFSb290Lm1hdGNoKC9eKFteXFwvXSs6XFwvKT9cXC8qJC8pKSB7XG4gICAgICByZXR1cm4gYVBhdGg7XG4gICAgfVxuXG4gICAgKytsZXZlbDtcbiAgfVxuXG4gIC8vIE1ha2Ugc3VyZSB3ZSBhZGQgYSBcIi4uL1wiIGZvciBlYWNoIGNvbXBvbmVudCB3ZSByZW1vdmVkIGZyb20gdGhlIHJvb3QuXG4gIHJldHVybiBBcnJheShsZXZlbCArIDEpLmpvaW4oXCIuLi9cIikgKyBhUGF0aC5zdWJzdHIoYVJvb3QubGVuZ3RoICsgMSk7XG59XG5leHBvcnRzLnJlbGF0aXZlID0gcmVsYXRpdmU7XG5cbnZhciBzdXBwb3J0c051bGxQcm90byA9IChmdW5jdGlvbiAoKSB7XG4gIHZhciBvYmogPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICByZXR1cm4gISgnX19wcm90b19fJyBpbiBvYmopO1xufSgpKTtcblxuZnVuY3Rpb24gaWRlbnRpdHkgKHMpIHtcbiAgcmV0dXJuIHM7XG59XG5cbi8qKlxuICogQmVjYXVzZSBiZWhhdmlvciBnb2VzIHdhY2t5IHdoZW4geW91IHNldCBgX19wcm90b19fYCBvbiBvYmplY3RzLCB3ZVxuICogaGF2ZSB0byBwcmVmaXggYWxsIHRoZSBzdHJpbmdzIGluIG91ciBzZXQgd2l0aCBhbiBhcmJpdHJhcnkgY2hhcmFjdGVyLlxuICpcbiAqIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL3B1bGwvMzEgYW5kXG4gKiBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8zMFxuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5mdW5jdGlvbiB0b1NldFN0cmluZyhhU3RyKSB7XG4gIGlmIChpc1Byb3RvU3RyaW5nKGFTdHIpKSB7XG4gICAgcmV0dXJuICckJyArIGFTdHI7XG4gIH1cblxuICByZXR1cm4gYVN0cjtcbn1cbmV4cG9ydHMudG9TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogdG9TZXRTdHJpbmc7XG5cbmZ1bmN0aW9uIGZyb21TZXRTdHJpbmcoYVN0cikge1xuICBpZiAoaXNQcm90b1N0cmluZyhhU3RyKSkge1xuICAgIHJldHVybiBhU3RyLnNsaWNlKDEpO1xuICB9XG5cbiAgcmV0dXJuIGFTdHI7XG59XG5leHBvcnRzLmZyb21TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogZnJvbVNldFN0cmluZztcblxuZnVuY3Rpb24gaXNQcm90b1N0cmluZyhzKSB7XG4gIGlmICghcykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIHZhciBsZW5ndGggPSBzLmxlbmd0aDtcblxuICBpZiAobGVuZ3RoIDwgOSAvKiBcIl9fcHJvdG9fX1wiLmxlbmd0aCAqLykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIGlmIChzLmNoYXJDb2RlQXQobGVuZ3RoIC0gMSkgIT09IDk1ICAvKiAnXycgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSAyKSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDMpICE9PSAxMTEgLyogJ28nICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNCkgIT09IDExNiAvKiAndCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA1KSAhPT0gMTExIC8qICdvJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDYpICE9PSAxMTQgLyogJ3InICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNykgIT09IDExMiAvKiAncCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA4KSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDkpICE9PSA5NSAgLyogJ18nICovKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG5cbiAgZm9yICh2YXIgaSA9IGxlbmd0aCAtIDEwOyBpID49IDA7IGktLSkge1xuICAgIGlmIChzLmNoYXJDb2RlQXQoaSkgIT09IDM2IC8qICckJyAqLykge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiB0cnVlO1xufVxuXG4vKipcbiAqIENvbXBhcmF0b3IgYmV0d2VlbiB0d28gbWFwcGluZ3Mgd2hlcmUgdGhlIG9yaWdpbmFsIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4sIGJ1dCBkaWZmZXJlbnQgZ2VuZXJhdGVkXG4gKiBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYSBtYXBwaW5nIHdpdGggYVxuICogc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZU9yaWdpbmFsKSB7XG4gIHZhciBjbXAgPSBzdHJjbXAobWFwcGluZ0Euc291cmNlLCBtYXBwaW5nQi5zb3VyY2UpO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsTGluZSAtIG1hcHBpbmdCLm9yaWdpbmFsTGluZTtcbiAgaWYgKGNtcCAhPT0gMCkge1xuICAgIHJldHVybiBjbXA7XG4gIH1cblxuICBjbXAgPSBtYXBwaW5nQS5vcmlnaW5hbENvbHVtbiAtIG1hcHBpbmdCLm9yaWdpbmFsQ29sdW1uO1xuICBpZiAoY21wICE9PSAwIHx8IG9ubHlDb21wYXJlT3JpZ2luYWwpIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLmdlbmVyYXRlZExpbmUgLSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIHJldHVybiBzdHJjbXAobWFwcGluZ0EubmFtZSwgbWFwcGluZ0IubmFtZSk7XG59XG5leHBvcnRzLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zID0gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnM7XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGRlZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBpbmRpY2VzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uLCBidXQgZGlmZmVyZW50XG4gKiBzb3VyY2UvbmFtZS9vcmlnaW5hbCBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYVxuICogbWFwcGluZyB3aXRoIGEgc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZUdlbmVyYXRlZCkge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwIHx8IG9ubHlDb21wYXJlR2VuZXJhdGVkKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNEZWZsYXRlZDtcblxuZnVuY3Rpb24gc3RyY21wKGFTdHIxLCBhU3RyMikge1xuICBpZiAoYVN0cjEgPT09IGFTdHIyKSB7XG4gICAgcmV0dXJuIDA7XG4gIH1cblxuICBpZiAoYVN0cjEgPT09IG51bGwpIHtcbiAgICByZXR1cm4gMTsgLy8gYVN0cjIgIT09IG51bGxcbiAgfVxuXG4gIGlmIChhU3RyMiA9PT0gbnVsbCkge1xuICAgIHJldHVybiAtMTsgLy8gYVN0cjEgIT09IG51bGxcbiAgfVxuXG4gIGlmIChhU3RyMSA+IGFTdHIyKSB7XG4gICAgcmV0dXJuIDE7XG4gIH1cblxuICByZXR1cm4gLTE7XG59XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGluZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBzdHJpbmdzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKi9cbmZ1bmN0aW9uIGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmdBLCBtYXBwaW5nQikge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zSW5mbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZDtcblxuLyoqXG4gKiBTdHJpcCBhbnkgSlNPTiBYU1NJIGF2b2lkYW5jZSBwcmVmaXggZnJvbSB0aGUgc3RyaW5nIChhcyBkb2N1bWVudGVkXG4gKiBpbiB0aGUgc291cmNlIG1hcHMgc3BlY2lmaWNhdGlvbiksIGFuZCB0aGVuIHBhcnNlIHRoZSBzdHJpbmcgYXNcbiAqIEpTT04uXG4gKi9cbmZ1bmN0aW9uIHBhcnNlU291cmNlTWFwSW5wdXQoc3RyKSB7XG4gIHJldHVybiBKU09OLnBhcnNlKHN0ci5yZXBsYWNlKC9eXFwpXX0nW15cXG5dKlxcbi8sICcnKSk7XG59XG5leHBvcnRzLnBhcnNlU291cmNlTWFwSW5wdXQgPSBwYXJzZVNvdXJjZU1hcElucHV0O1xuXG4vKipcbiAqIENvbXB1dGUgdGhlIFVSTCBvZiBhIHNvdXJjZSBnaXZlbiB0aGUgdGhlIHNvdXJjZSByb290LCB0aGUgc291cmNlJ3NcbiAqIFVSTCwgYW5kIHRoZSBzb3VyY2UgbWFwJ3MgVVJMLlxuICovXG5mdW5jdGlvbiBjb21wdXRlU291cmNlVVJMKHNvdXJjZVJvb3QsIHNvdXJjZVVSTCwgc291cmNlTWFwVVJMKSB7XG4gIHNvdXJjZVVSTCA9IHNvdXJjZVVSTCB8fCAnJztcblxuICBpZiAoc291cmNlUm9vdCkge1xuICAgIC8vIFRoaXMgZm9sbG93cyB3aGF0IENocm9tZSBkb2VzLlxuICAgIGlmIChzb3VyY2VSb290W3NvdXJjZVJvb3QubGVuZ3RoIC0gMV0gIT09ICcvJyAmJiBzb3VyY2VVUkxbMF0gIT09ICcvJykge1xuICAgICAgc291cmNlUm9vdCArPSAnLyc7XG4gICAgfVxuICAgIC8vIFRoZSBzcGVjIHNheXM6XG4gICAgLy8gICBMaW5lIDQ6IEFuIG9wdGlvbmFsIHNvdXJjZSByb290LCB1c2VmdWwgZm9yIHJlbG9jYXRpbmcgc291cmNlXG4gICAgLy8gICBmaWxlcyBvbiBhIHNlcnZlciBvciByZW1vdmluZyByZXBlYXRlZCB2YWx1ZXMgaW4gdGhlXG4gICAgLy8gICDigJxzb3VyY2Vz4oCdIGVudHJ5LiAgVGhpcyB2YWx1ZSBpcyBwcmVwZW5kZWQgdG8gdGhlIGluZGl2aWR1YWxcbiAgICAvLyAgIGVudHJpZXMgaW4gdGhlIOKAnHNvdXJjZeKAnSBmaWVsZC5cbiAgICBzb3VyY2VVUkwgPSBzb3VyY2VSb290ICsgc291cmNlVVJMO1xuICB9XG5cbiAgLy8gSGlzdG9yaWNhbGx5LCBTb3VyY2VNYXBDb25zdW1lciBkaWQgbm90IHRha2UgdGhlIHNvdXJjZU1hcFVSTCBhc1xuICAvLyBhIHBhcmFtZXRlci4gIFRoaXMgbW9kZSBpcyBzdGlsbCBzb21ld2hhdCBzdXBwb3J0ZWQsIHdoaWNoIGlzIHdoeVxuICAvLyB0aGlzIGNvZGUgYmxvY2sgaXMgY29uZGl0aW9uYWwuICBIb3dldmVyLCBpdCdzIHByZWZlcmFibGUgdG8gcGFzc1xuICAvLyB0aGUgc291cmNlIG1hcCBVUkwgdG8gU291cmNlTWFwQ29uc3VtZXIsIHNvIHRoYXQgdGhpcyBmdW5jdGlvblxuICAvLyBjYW4gaW1wbGVtZW50IHRoZSBzb3VyY2UgVVJMIHJlc29sdXRpb24gYWxnb3JpdGhtIGFzIG91dGxpbmVkIGluXG4gIC8vIHRoZSBzcGVjLiAgVGhpcyBibG9jayBpcyBiYXNpY2FsbHkgdGhlIGVxdWl2YWxlbnQgb2Y6XG4gIC8vICAgIG5ldyBVUkwoc291cmNlVVJMLCBzb3VyY2VNYXBVUkwpLnRvU3RyaW5nKClcbiAgLy8gLi4uIGV4Y2VwdCBpdCBhdm9pZHMgdXNpbmcgVVJMLCB3aGljaCB3YXNuJ3QgYXZhaWxhYmxlIGluIHRoZVxuICAvLyBvbGRlciByZWxlYXNlcyBvZiBub2RlIHN0aWxsIHN1cHBvcnRlZCBieSB0aGlzIGxpYnJhcnkuXG4gIC8vXG4gIC8vIFRoZSBzcGVjIHNheXM6XG4gIC8vICAgSWYgdGhlIHNvdXJjZXMgYXJlIG5vdCBhYnNvbHV0ZSBVUkxzIGFmdGVyIHByZXBlbmRpbmcgb2YgdGhlXG4gIC8vICAg4oCcc291cmNlUm9vdOKAnSwgdGhlIHNvdXJjZXMgYXJlIHJlc29sdmVkIHJlbGF0aXZlIHRvIHRoZVxuICAvLyAgIFNvdXJjZU1hcCAobGlrZSByZXNvbHZpbmcgc2NyaXB0IHNyYyBpbiBhIGh0bWwgZG9jdW1lbnQpLlxuICBpZiAoc291cmNlTWFwVVJMKSB7XG4gICAgdmFyIHBhcnNlZCA9IHVybFBhcnNlKHNvdXJjZU1hcFVSTCk7XG4gICAgaWYgKCFwYXJzZWQpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcInNvdXJjZU1hcFVSTCBjb3VsZCBub3QgYmUgcGFyc2VkXCIpO1xuICAgIH1cbiAgICBpZiAocGFyc2VkLnBhdGgpIHtcbiAgICAgIC8vIFN0cmlwIHRoZSBsYXN0IHBhdGggY29tcG9uZW50LCBidXQga2VlcCB0aGUgXCIvXCIuXG4gICAgICB2YXIgaW5kZXggPSBwYXJzZWQucGF0aC5sYXN0SW5kZXhPZignLycpO1xuICAgICAgaWYgKGluZGV4ID49IDApIHtcbiAgICAgICAgcGFyc2VkLnBhdGggPSBwYXJzZWQucGF0aC5zdWJzdHJpbmcoMCwgaW5kZXggKyAxKTtcbiAgICAgIH1cbiAgICB9XG4gICAgc291cmNlVVJMID0gam9pbih1cmxHZW5lcmF0ZShwYXJzZWQpLCBzb3VyY2VVUkwpO1xuICB9XG5cbiAgcmV0dXJuIG5vcm1hbGl6ZShzb3VyY2VVUkwpO1xufVxuZXhwb3J0cy5jb21wdXRlU291cmNlVVJMID0gY29tcHV0ZVNvdXJjZVVSTDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL3V0aWwuanNcbi8vIG1vZHVsZSBpZCA9IDRcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGhhcyA9IE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHk7XG52YXIgaGFzTmF0aXZlTWFwID0gdHlwZW9mIE1hcCAhPT0gXCJ1bmRlZmluZWRcIjtcblxuLyoqXG4gKiBBIGRhdGEgc3RydWN0dXJlIHdoaWNoIGlzIGEgY29tYmluYXRpb24gb2YgYW4gYXJyYXkgYW5kIGEgc2V0LiBBZGRpbmcgYSBuZXdcbiAqIG1lbWJlciBpcyBPKDEpLCB0ZXN0aW5nIGZvciBtZW1iZXJzaGlwIGlzIE8oMSksIGFuZCBmaW5kaW5nIHRoZSBpbmRleCBvZiBhblxuICogZWxlbWVudCBpcyBPKDEpLiBSZW1vdmluZyBlbGVtZW50cyBmcm9tIHRoZSBzZXQgaXMgbm90IHN1cHBvcnRlZC4gT25seVxuICogc3RyaW5ncyBhcmUgc3VwcG9ydGVkIGZvciBtZW1iZXJzaGlwLlxuICovXG5mdW5jdGlvbiBBcnJheVNldCgpIHtcbiAgdGhpcy5fYXJyYXkgPSBbXTtcbiAgdGhpcy5fc2V0ID0gaGFzTmF0aXZlTWFwID8gbmV3IE1hcCgpIDogT2JqZWN0LmNyZWF0ZShudWxsKTtcbn1cblxuLyoqXG4gKiBTdGF0aWMgbWV0aG9kIGZvciBjcmVhdGluZyBBcnJheVNldCBpbnN0YW5jZXMgZnJvbSBhbiBleGlzdGluZyBhcnJheS5cbiAqL1xuQXJyYXlTZXQuZnJvbUFycmF5ID0gZnVuY3Rpb24gQXJyYXlTZXRfZnJvbUFycmF5KGFBcnJheSwgYUFsbG93RHVwbGljYXRlcykge1xuICB2YXIgc2V0ID0gbmV3IEFycmF5U2V0KCk7XG4gIGZvciAodmFyIGkgPSAwLCBsZW4gPSBhQXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBzZXQuYWRkKGFBcnJheVtpXSwgYUFsbG93RHVwbGljYXRlcyk7XG4gIH1cbiAgcmV0dXJuIHNldDtcbn07XG5cbi8qKlxuICogUmV0dXJuIGhvdyBtYW55IHVuaXF1ZSBpdGVtcyBhcmUgaW4gdGhpcyBBcnJheVNldC4gSWYgZHVwbGljYXRlcyBoYXZlIGJlZW5cbiAqIGFkZGVkLCB0aGFuIHRob3NlIGRvIG5vdCBjb3VudCB0b3dhcmRzIHRoZSBzaXplLlxuICpcbiAqIEByZXR1cm5zIE51bWJlclxuICovXG5BcnJheVNldC5wcm90b3R5cGUuc2l6ZSA9IGZ1bmN0aW9uIEFycmF5U2V0X3NpemUoKSB7XG4gIHJldHVybiBoYXNOYXRpdmVNYXAgPyB0aGlzLl9zZXQuc2l6ZSA6IE9iamVjdC5nZXRPd25Qcm9wZXJ0eU5hbWVzKHRoaXMuX3NldCkubGVuZ3RoO1xufTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHN0cmluZyB0byB0aGlzIHNldC5cbiAqXG4gKiBAcGFyYW0gU3RyaW5nIGFTdHJcbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIEFycmF5U2V0X2FkZChhU3RyLCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gIHZhciBzU3RyID0gaGFzTmF0aXZlTWFwID8gYVN0ciA6IHV0aWwudG9TZXRTdHJpbmcoYVN0cik7XG4gIHZhciBpc0R1cGxpY2F0ZSA9IGhhc05hdGl2ZU1hcCA/IHRoaXMuaGFzKGFTdHIpIDogaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKTtcbiAgdmFyIGlkeCA9IHRoaXMuX2FycmF5Lmxlbmd0aDtcbiAgaWYgKCFpc0R1cGxpY2F0ZSB8fCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhU3RyKTtcbiAgfVxuICBpZiAoIWlzRHVwbGljYXRlKSB7XG4gICAgaWYgKGhhc05hdGl2ZU1hcCkge1xuICAgICAgdGhpcy5fc2V0LnNldChhU3RyLCBpZHgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLl9zZXRbc1N0cl0gPSBpZHg7XG4gICAgfVxuICB9XG59O1xuXG4vKipcbiAqIElzIHRoZSBnaXZlbiBzdHJpbmcgYSBtZW1iZXIgb2YgdGhpcyBzZXQ/XG4gKlxuICogQHBhcmFtIFN0cmluZyBhU3RyXG4gKi9cbkFycmF5U2V0LnByb3RvdHlwZS5oYXMgPSBmdW5jdGlvbiBBcnJheVNldF9oYXMoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgcmV0dXJuIHRoaXMuX3NldC5oYXMoYVN0cik7XG4gIH0gZWxzZSB7XG4gICAgdmFyIHNTdHIgPSB1dGlsLnRvU2V0U3RyaW5nKGFTdHIpO1xuICAgIHJldHVybiBoYXMuY2FsbCh0aGlzLl9zZXQsIHNTdHIpO1xuICB9XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGluZGV4IG9mIHRoZSBnaXZlbiBzdHJpbmcgaW4gdGhlIGFycmF5P1xuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5BcnJheVNldC5wcm90b3R5cGUuaW5kZXhPZiA9IGZ1bmN0aW9uIEFycmF5U2V0X2luZGV4T2YoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgdmFyIGlkeCA9IHRoaXMuX3NldC5nZXQoYVN0cik7XG4gICAgaWYgKGlkeCA+PSAwKSB7XG4gICAgICAgIHJldHVybiBpZHg7XG4gICAgfVxuICB9IGVsc2Uge1xuICAgIHZhciBzU3RyID0gdXRpbC50b1NldFN0cmluZyhhU3RyKTtcbiAgICBpZiAoaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKSkge1xuICAgICAgcmV0dXJuIHRoaXMuX3NldFtzU3RyXTtcbiAgICB9XG4gIH1cblxuICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTdHIgKyAnXCIgaXMgbm90IGluIHRoZSBzZXQuJyk7XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGVsZW1lbnQgYXQgdGhlIGdpdmVuIGluZGV4P1xuICpcbiAqIEBwYXJhbSBOdW1iZXIgYUlkeFxuICovXG5BcnJheVNldC5wcm90b3R5cGUuYXQgPSBmdW5jdGlvbiBBcnJheVNldF9hdChhSWR4KSB7XG4gIGlmIChhSWR4ID49IDAgJiYgYUlkeCA8IHRoaXMuX2FycmF5Lmxlbmd0aCkge1xuICAgIHJldHVybiB0aGlzLl9hcnJheVthSWR4XTtcbiAgfVxuICB0aHJvdyBuZXcgRXJyb3IoJ05vIGVsZW1lbnQgaW5kZXhlZCBieSAnICsgYUlkeCk7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGFycmF5IHJlcHJlc2VudGF0aW9uIG9mIHRoaXMgc2V0ICh3aGljaCBoYXMgdGhlIHByb3BlciBpbmRpY2VzXG4gKiBpbmRpY2F0ZWQgYnkgaW5kZXhPZikuIE5vdGUgdGhhdCB0aGlzIGlzIGEgY29weSBvZiB0aGUgaW50ZXJuYWwgYXJyYXkgdXNlZFxuICogZm9yIHN0b3JpbmcgdGhlIG1lbWJlcnMgc28gdGhhdCBubyBvbmUgY2FuIG1lc3Mgd2l0aCBpbnRlcm5hbCBzdGF0ZS5cbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBBcnJheVNldF90b0FycmF5KCkge1xuICByZXR1cm4gdGhpcy5fYXJyYXkuc2xpY2UoKTtcbn07XG5cbmV4cG9ydHMuQXJyYXlTZXQgPSBBcnJheVNldDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2FycmF5LXNldC5qc1xuLy8gbW9kdWxlIGlkID0gNVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTQgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciB1dGlsID0gcmVxdWlyZSgnLi91dGlsJyk7XG5cbi8qKlxuICogRGV0ZXJtaW5lIHdoZXRoZXIgbWFwcGluZ0IgaXMgYWZ0ZXIgbWFwcGluZ0Egd2l0aCByZXNwZWN0IHRvIGdlbmVyYXRlZFxuICogcG9zaXRpb24uXG4gKi9cbmZ1bmN0aW9uIGdlbmVyYXRlZFBvc2l0aW9uQWZ0ZXIobWFwcGluZ0EsIG1hcHBpbmdCKSB7XG4gIC8vIE9wdGltaXplZCBmb3IgbW9zdCBjb21tb24gY2FzZVxuICB2YXIgbGluZUEgPSBtYXBwaW5nQS5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgbGluZUIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgY29sdW1uQSA9IG1hcHBpbmdBLmdlbmVyYXRlZENvbHVtbjtcbiAgdmFyIGNvbHVtbkIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRDb2x1bW47XG4gIHJldHVybiBsaW5lQiA+IGxpbmVBIHx8IGxpbmVCID09IGxpbmVBICYmIGNvbHVtbkIgPj0gY29sdW1uQSB8fFxuICAgICAgICAgdXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZChtYXBwaW5nQSwgbWFwcGluZ0IpIDw9IDA7XG59XG5cbi8qKlxuICogQSBkYXRhIHN0cnVjdHVyZSB0byBwcm92aWRlIGEgc29ydGVkIHZpZXcgb2YgYWNjdW11bGF0ZWQgbWFwcGluZ3MgaW4gYVxuICogcGVyZm9ybWFuY2UgY29uc2Npb3VzIG1hbm5lci4gSXQgdHJhZGVzIGEgbmVnbGliYWJsZSBvdmVyaGVhZCBpbiBnZW5lcmFsXG4gKiBjYXNlIGZvciBhIGxhcmdlIHNwZWVkdXAgaW4gY2FzZSBvZiBtYXBwaW5ncyBiZWluZyBhZGRlZCBpbiBvcmRlci5cbiAqL1xuZnVuY3Rpb24gTWFwcGluZ0xpc3QoKSB7XG4gIHRoaXMuX2FycmF5ID0gW107XG4gIHRoaXMuX3NvcnRlZCA9IHRydWU7XG4gIC8vIFNlcnZlcyBhcyBpbmZpbXVtXG4gIHRoaXMuX2xhc3QgPSB7Z2VuZXJhdGVkTGluZTogLTEsIGdlbmVyYXRlZENvbHVtbjogMH07XG59XG5cbi8qKlxuICogSXRlcmF0ZSB0aHJvdWdoIGludGVybmFsIGl0ZW1zLiBUaGlzIG1ldGhvZCB0YWtlcyB0aGUgc2FtZSBhcmd1bWVudHMgdGhhdFxuICogYEFycmF5LnByb3RvdHlwZS5mb3JFYWNoYCB0YWtlcy5cbiAqXG4gKiBOT1RFOiBUaGUgb3JkZXIgb2YgdGhlIG1hcHBpbmdzIGlzIE5PVCBndWFyYW50ZWVkLlxuICovXG5NYXBwaW5nTGlzdC5wcm90b3R5cGUudW5zb3J0ZWRGb3JFYWNoID1cbiAgZnVuY3Rpb24gTWFwcGluZ0xpc3RfZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKSB7XG4gICAgdGhpcy5fYXJyYXkuZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKTtcbiAgfTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHNvdXJjZSBtYXBwaW5nLlxuICpcbiAqIEBwYXJhbSBPYmplY3QgYU1hcHBpbmdcbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIE1hcHBpbmdMaXN0X2FkZChhTWFwcGluZykge1xuICBpZiAoZ2VuZXJhdGVkUG9zaXRpb25BZnRlcih0aGlzLl9sYXN0LCBhTWFwcGluZykpIHtcbiAgICB0aGlzLl9sYXN0ID0gYU1hcHBpbmc7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH0gZWxzZSB7XG4gICAgdGhpcy5fc29ydGVkID0gZmFsc2U7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH1cbn07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgZmxhdCwgc29ydGVkIGFycmF5IG9mIG1hcHBpbmdzLiBUaGUgbWFwcGluZ3MgYXJlIHNvcnRlZCBieVxuICogZ2VuZXJhdGVkIHBvc2l0aW9uLlxuICpcbiAqIFdBUk5JTkc6IFRoaXMgbWV0aG9kIHJldHVybnMgaW50ZXJuYWwgZGF0YSB3aXRob3V0IGNvcHlpbmcsIGZvclxuICogcGVyZm9ybWFuY2UuIFRoZSByZXR1cm4gdmFsdWUgbXVzdCBOT1QgYmUgbXV0YXRlZCwgYW5kIHNob3VsZCBiZSB0cmVhdGVkIGFzXG4gKiBhbiBpbW11dGFibGUgYm9ycm93LiBJZiB5b3Ugd2FudCB0byB0YWtlIG93bmVyc2hpcCwgeW91IG11c3QgbWFrZSB5b3VyIG93blxuICogY29weS5cbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBNYXBwaW5nTGlzdF90b0FycmF5KCkge1xuICBpZiAoIXRoaXMuX3NvcnRlZCkge1xuICAgIHRoaXMuX2FycmF5LnNvcnQodXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZCk7XG4gICAgdGhpcy5fc29ydGVkID0gdHJ1ZTtcbiAgfVxuICByZXR1cm4gdGhpcy5fYXJyYXk7XG59O1xuXG5leHBvcnRzLk1hcHBpbmdMaXN0ID0gTWFwcGluZ0xpc3Q7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9tYXBwaW5nLWxpc3QuanNcbi8vIG1vZHVsZSBpZCA9IDZcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGJpbmFyeVNlYXJjaCA9IHJlcXVpcmUoJy4vYmluYXJ5LXNlYXJjaCcpO1xudmFyIEFycmF5U2V0ID0gcmVxdWlyZSgnLi9hcnJheS1zZXQnKS5BcnJheVNldDtcbnZhciBiYXNlNjRWTFEgPSByZXF1aXJlKCcuL2Jhc2U2NC12bHEnKTtcbnZhciBxdWlja1NvcnQgPSByZXF1aXJlKCcuL3F1aWNrLXNvcnQnKS5xdWlja1NvcnQ7XG5cbmZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSB1dGlsLnBhcnNlU291cmNlTWFwSW5wdXQoYVNvdXJjZU1hcCk7XG4gIH1cblxuICByZXR1cm4gc291cmNlTWFwLnNlY3Rpb25zICE9IG51bGxcbiAgICA/IG5ldyBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIoc291cmNlTWFwLCBhU291cmNlTWFwVVJMKVxuICAgIDogbmV3IEJhc2ljU291cmNlTWFwQ29uc3VtZXIoc291cmNlTWFwLCBhU291cmNlTWFwVVJMKTtcbn1cblxuU291cmNlTWFwQ29uc3VtZXIuZnJvbVNvdXJjZU1hcCA9IGZ1bmN0aW9uKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgcmV0dXJuIEJhc2ljU291cmNlTWFwQ29uc3VtZXIuZnJvbVNvdXJjZU1hcChhU291cmNlTWFwLCBhU291cmNlTWFwVVJMKTtcbn1cblxuLyoqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgc291cmNlIG1hcHBpbmcgc3BlYyB0aGF0IHdlIGFyZSBjb25zdW1pbmcuXG4gKi9cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8vIGBfX2dlbmVyYXRlZE1hcHBpbmdzYCBhbmQgYF9fb3JpZ2luYWxNYXBwaW5nc2AgYXJlIGFycmF5cyB0aGF0IGhvbGQgdGhlXG4vLyBwYXJzZWQgbWFwcGluZyBjb29yZGluYXRlcyBmcm9tIHRoZSBzb3VyY2UgbWFwJ3MgXCJtYXBwaW5nc1wiIGF0dHJpYnV0ZS4gVGhleVxuLy8gYXJlIGxhemlseSBpbnN0YW50aWF0ZWQsIGFjY2Vzc2VkIHZpYSB0aGUgYF9nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4vLyBgX29yaWdpbmFsTWFwcGluZ3NgIGdldHRlcnMgcmVzcGVjdGl2ZWx5LCBhbmQgd2Ugb25seSBwYXJzZSB0aGUgbWFwcGluZ3Ncbi8vIGFuZCBjcmVhdGUgdGhlc2UgYXJyYXlzIG9uY2UgcXVlcmllZCBmb3IgYSBzb3VyY2UgbG9jYXRpb24uIFdlIGp1bXAgdGhyb3VnaFxuLy8gdGhlc2UgaG9vcHMgYmVjYXVzZSB0aGVyZSBjYW4gYmUgbWFueSB0aG91c2FuZHMgb2YgbWFwcGluZ3MsIGFuZCBwYXJzaW5nXG4vLyB0aGVtIGlzIGV4cGVuc2l2ZSwgc28gd2Ugb25seSB3YW50IHRvIGRvIGl0IGlmIHdlIG11c3QuXG4vL1xuLy8gRWFjaCBvYmplY3QgaW4gdGhlIGFycmF5cyBpcyBvZiB0aGUgZm9ybTpcbi8vXG4vLyAgICAge1xuLy8gICAgICAgZ2VuZXJhdGVkTGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIGdlbmVyYXRlZENvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBjb2RlLFxuLy8gICAgICAgc291cmNlOiBUaGUgcGF0aCB0byB0aGUgb3JpZ2luYWwgc291cmNlIGZpbGUgdGhhdCBnZW5lcmF0ZWQgdGhpc1xuLy8gICAgICAgICAgICAgICBjaHVuayBvZiBjb2RlLFxuLy8gICAgICAgb3JpZ2luYWxMaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSB0aGF0XG4vLyAgICAgICAgICAgICAgICAgICAgIGNvcnJlc3BvbmRzIHRvIHRoaXMgY2h1bmsgb2YgZ2VuZXJhdGVkIGNvZGUsXG4vLyAgICAgICBvcmlnaW5hbENvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSB0aGF0XG4vLyAgICAgICAgICAgICAgICAgICAgICAgY29ycmVzcG9uZHMgdG8gdGhpcyBjaHVuayBvZiBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIG5hbWU6IFRoZSBuYW1lIG9mIHRoZSBvcmlnaW5hbCBzeW1ib2wgd2hpY2ggZ2VuZXJhdGVkIHRoaXMgY2h1bmsgb2Zcbi8vICAgICAgICAgICAgIGNvZGUuXG4vLyAgICAgfVxuLy9cbi8vIEFsbCBwcm9wZXJ0aWVzIGV4Y2VwdCBmb3IgYGdlbmVyYXRlZExpbmVgIGFuZCBgZ2VuZXJhdGVkQ29sdW1uYCBjYW4gYmVcbi8vIGBudWxsYC5cbi8vXG4vLyBgX2dlbmVyYXRlZE1hcHBpbmdzYCBpcyBvcmRlcmVkIGJ5IHRoZSBnZW5lcmF0ZWQgcG9zaXRpb25zLlxuLy9cbi8vIGBfb3JpZ2luYWxNYXBwaW5nc2AgaXMgb3JkZXJlZCBieSB0aGUgb3JpZ2luYWwgcG9zaXRpb25zLlxuXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX19nZW5lcmF0ZWRNYXBwaW5ncyA9IG51bGw7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnX2dlbmVyYXRlZE1hcHBpbmdzJywge1xuICBjb25maWd1cmFibGU6IHRydWUsXG4gIGVudW1lcmFibGU6IHRydWUsXG4gIGdldDogZnVuY3Rpb24gKCkge1xuICAgIGlmICghdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3M7XG4gIH1cbn0pO1xuXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX19vcmlnaW5hbE1hcHBpbmdzID0gbnVsbDtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdfb3JpZ2luYWxNYXBwaW5ncycsIHtcbiAgY29uZmlndXJhYmxlOiB0cnVlLFxuICBlbnVtZXJhYmxlOiB0cnVlLFxuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICBpZiAoIXRoaXMuX19vcmlnaW5hbE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncztcbiAgfVxufSk7XG5cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fY2hhcklzTWFwcGluZ1NlcGFyYXRvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NoYXJJc01hcHBpbmdTZXBhcmF0b3IoYVN0ciwgaW5kZXgpIHtcbiAgICB2YXIgYyA9IGFTdHIuY2hhckF0KGluZGV4KTtcbiAgICByZXR1cm4gYyA9PT0gXCI7XCIgfHwgYyA9PT0gXCIsXCI7XG4gIH07XG5cbi8qKlxuICogUGFyc2UgdGhlIG1hcHBpbmdzIGluIGEgc3RyaW5nIGluIHRvIGEgZGF0YSBzdHJ1Y3R1cmUgd2hpY2ggd2UgY2FuIGVhc2lseVxuICogcXVlcnkgKHRoZSBvcmRlcmVkIGFycmF5cyBpbiB0aGUgYHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4gKiBgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3NgIHByb3BlcnRpZXMpLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKFwiU3ViY2xhc3NlcyBtdXN0IGltcGxlbWVudCBfcGFyc2VNYXBwaW5nc1wiKTtcbiAgfTtcblxuU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSID0gMTtcblNvdXJjZU1hcENvbnN1bWVyLk9SSUdJTkFMX09SREVSID0gMjtcblxuU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuU291cmNlTWFwQ29uc3VtZXIuTEVBU1RfVVBQRVJfQk9VTkQgPSAyO1xuXG4vKipcbiAqIEl0ZXJhdGUgb3ZlciBlYWNoIG1hcHBpbmcgYmV0d2VlbiBhbiBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4gYW5kIGFcbiAqIGdlbmVyYXRlZCBsaW5lL2NvbHVtbiBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKlxuICogQHBhcmFtIEZ1bmN0aW9uIGFDYWxsYmFja1xuICogICAgICAgIFRoZSBmdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aXRoIGVhY2ggbWFwcGluZy5cbiAqIEBwYXJhbSBPYmplY3QgYUNvbnRleHRcbiAqICAgICAgICBPcHRpb25hbC4gSWYgc3BlY2lmaWVkLCB0aGlzIG9iamVjdCB3aWxsIGJlIHRoZSB2YWx1ZSBvZiBgdGhpc2AgZXZlcnlcbiAqICAgICAgICB0aW1lIHRoYXQgYGFDYWxsYmFja2AgaXMgY2FsbGVkLlxuICogQHBhcmFtIGFPcmRlclxuICogICAgICAgIEVpdGhlciBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYCBvclxuICogICAgICAgIGBTb3VyY2VNYXBDb25zdW1lci5PUklHSU5BTF9PUkRFUmAuIFNwZWNpZmllcyB3aGV0aGVyIHlvdSB3YW50IHRvXG4gKiAgICAgICAgaXRlcmF0ZSBvdmVyIHRoZSBtYXBwaW5ncyBzb3J0ZWQgYnkgdGhlIGdlbmVyYXRlZCBmaWxlJ3MgbGluZS9jb2x1bW5cbiAqICAgICAgICBvcmRlciBvciB0aGUgb3JpZ2luYWwncyBzb3VyY2UvbGluZS9jb2x1bW4gb3JkZXIsIHJlc3BlY3RpdmVseS4gRGVmYXVsdHMgdG9cbiAqICAgICAgICBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYC5cbiAqL1xuU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmVhY2hNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfZWFjaE1hcHBpbmcoYUNhbGxiYWNrLCBhQ29udGV4dCwgYU9yZGVyKSB7XG4gICAgdmFyIGNvbnRleHQgPSBhQ29udGV4dCB8fCBudWxsO1xuICAgIHZhciBvcmRlciA9IGFPcmRlciB8fCBTb3VyY2VNYXBDb25zdW1lci5HRU5FUkFURURfT1JERVI7XG5cbiAgICB2YXIgbWFwcGluZ3M7XG4gICAgc3dpdGNoIChvcmRlcikge1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSOlxuICAgICAgbWFwcGluZ3MgPSB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncztcbiAgICAgIGJyZWFrO1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuT1JJR0lOQUxfT1JERVI6XG4gICAgICBtYXBwaW5ncyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3M7XG4gICAgICBicmVhaztcbiAgICBkZWZhdWx0OlxuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiVW5rbm93biBvcmRlciBvZiBpdGVyYXRpb24uXCIpO1xuICAgIH1cblxuICAgIHZhciBzb3VyY2VSb290ID0gdGhpcy5zb3VyY2VSb290O1xuICAgIG1hcHBpbmdzLm1hcChmdW5jdGlvbiAobWFwcGluZykge1xuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlID09PSBudWxsID8gbnVsbCA6IHRoaXMuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgc291cmNlID0gdXRpbC5jb21wdXRlU291cmNlVVJMKHNvdXJjZVJvb3QsIHNvdXJjZSwgdGhpcy5fc291cmNlTWFwVVJMKTtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICBnZW5lcmF0ZWRMaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgIGdlbmVyYXRlZENvbHVtbjogbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4sXG4gICAgICAgIG9yaWdpbmFsTGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgIG9yaWdpbmFsQ29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uLFxuICAgICAgICBuYW1lOiBtYXBwaW5nLm5hbWUgPT09IG51bGwgPyBudWxsIDogdGhpcy5fbmFtZXMuYXQobWFwcGluZy5uYW1lKVxuICAgICAgfTtcbiAgICB9LCB0aGlzKS5mb3JFYWNoKGFDYWxsYmFjaywgY29udGV4dCk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyBhbGwgZ2VuZXJhdGVkIGxpbmUgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIG9yaWdpbmFsIHNvdXJjZSxcbiAqIGxpbmUsIGFuZCBjb2x1bW4gcHJvdmlkZWQuIElmIG5vIGNvbHVtbiBpcyBwcm92aWRlZCwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gYSBlaXRoZXIgdGhlIGxpbmUgd2UgYXJlIHNlYXJjaGluZyBmb3Igb3IgdGhlIG5leHRcbiAqIGNsb3Nlc3QgbGluZSB0aGF0IGhhcyBhbnkgbWFwcGluZ3MuIE90aGVyd2lzZSwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gdGhlIGdpdmVuIGxpbmUgYW5kIGVpdGhlciB0aGUgY29sdW1uIHdlIGFyZSBzZWFyY2hpbmcgZm9yXG4gKiBvciB0aGUgbmV4dCBjbG9zZXN0IGNvbHVtbiB0aGF0IGhhcyBhbnkgb2Zmc2V0cy5cbiAqXG4gKiBUaGUgb25seSBhcmd1bWVudCBpcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuICBUaGUgbGluZSBudW1iZXIgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IE9wdGlvbmFsLiB0aGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLlxuICogICAgVGhlIGNvbHVtbiBudW1iZXIgaXMgMC1iYXNlZC5cbiAqXG4gKiBhbmQgYW4gYXJyYXkgb2Ygb2JqZWN0cyBpcyByZXR1cm5lZCwgZWFjaCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICBsaW5lIG51bWJlciBpcyAxLWJhc2VkLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgICBUaGUgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuYWxsR2VuZXJhdGVkUG9zaXRpb25zRm9yID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfYWxsR2VuZXJhdGVkUG9zaXRpb25zRm9yKGFBcmdzKSB7XG4gICAgdmFyIGxpbmUgPSB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKTtcblxuICAgIC8vIFdoZW4gdGhlcmUgaXMgbm8gZXhhY3QgbWF0Y2gsIEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9maW5kTWFwcGluZ1xuICAgIC8vIHJldHVybnMgdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IG1hcHBpbmcgbGVzcyB0aGFuIHRoZSBuZWVkbGUuIEJ5XG4gICAgLy8gc2V0dGluZyBuZWVkbGUub3JpZ2luYWxDb2x1bW4gdG8gMCwgd2UgdGh1cyBmaW5kIHRoZSBsYXN0IG1hcHBpbmcgZm9yXG4gICAgLy8gdGhlIGdpdmVuIGxpbmUsIHByb3ZpZGVkIHN1Y2ggYSBtYXBwaW5nIGV4aXN0cy5cbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgc291cmNlOiB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZScpLFxuICAgICAgb3JpZ2luYWxMaW5lOiBsaW5lLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJywgMClcbiAgICB9O1xuXG4gICAgbmVlZGxlLnNvdXJjZSA9IHRoaXMuX2ZpbmRTb3VyY2VJbmRleChuZWVkbGUuc291cmNlKTtcbiAgICBpZiAobmVlZGxlLnNvdXJjZSA8IDApIHtcbiAgICAgIHJldHVybiBbXTtcbiAgICB9XG5cbiAgICB2YXIgbWFwcGluZ3MgPSBbXTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKG5lZWRsZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwib3JpZ2luYWxMaW5lXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJvcmlnaW5hbENvbHVtblwiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHV0aWwuY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EKTtcbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgdmFyIG1hcHBpbmcgPSB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgaWYgKGFBcmdzLmNvbHVtbiA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIHZhciBvcmlnaW5hbExpbmUgPSBtYXBwaW5nLm9yaWdpbmFsTGluZTtcblxuICAgICAgICAvLyBJdGVyYXRlIHVudGlsIGVpdGhlciB3ZSBydW4gb3V0IG9mIG1hcHBpbmdzLCBvciB3ZSBydW4gaW50b1xuICAgICAgICAvLyBhIG1hcHBpbmcgZm9yIGEgZGlmZmVyZW50IGxpbmUgdGhhbiB0aGUgb25lIHdlIGZvdW5kLiBTaW5jZVxuICAgICAgICAvLyBtYXBwaW5ncyBhcmUgc29ydGVkLCB0aGlzIGlzIGd1YXJhbnRlZWQgdG8gZmluZCBhbGwgbWFwcGluZ3MgZm9yXG4gICAgICAgIC8vIHRoZSBsaW5lIHdlIGZvdW5kLlxuICAgICAgICB3aGlsZSAobWFwcGluZyAmJiBtYXBwaW5nLm9yaWdpbmFsTGluZSA9PT0gb3JpZ2luYWxMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZ3MucHVzaCh7XG4gICAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgICBsYXN0Q29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbGFzdEdlbmVyYXRlZENvbHVtbicsIG51bGwpXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1srK2luZGV4XTtcbiAgICAgICAgfVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIG9yaWdpbmFsQ29sdW1uID0gbWFwcGluZy5vcmlnaW5hbENvbHVtbjtcblxuICAgICAgICAvLyBJdGVyYXRlIHVudGlsIGVpdGhlciB3ZSBydW4gb3V0IG9mIG1hcHBpbmdzLCBvciB3ZSBydW4gaW50b1xuICAgICAgICAvLyBhIG1hcHBpbmcgZm9yIGEgZGlmZmVyZW50IGxpbmUgdGhhbiB0aGUgb25lIHdlIHdlcmUgc2VhcmNoaW5nIGZvci5cbiAgICAgICAgLy8gU2luY2UgbWFwcGluZ3MgYXJlIHNvcnRlZCwgdGhpcyBpcyBndWFyYW50ZWVkIHRvIGZpbmQgYWxsIG1hcHBpbmdzIGZvclxuICAgICAgICAvLyB0aGUgbGluZSB3ZSBhcmUgc2VhcmNoaW5nIGZvci5cbiAgICAgICAgd2hpbGUgKG1hcHBpbmcgJiZcbiAgICAgICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID09PSBsaW5lICYmXG4gICAgICAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID09IG9yaWdpbmFsQ29sdW1uKSB7XG4gICAgICAgICAgbWFwcGluZ3MucHVzaCh7XG4gICAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgICBsYXN0Q29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbGFzdEdlbmVyYXRlZENvbHVtbicsIG51bGwpXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1srK2luZGV4XTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiBtYXBwaW5ncztcbiAgfTtcblxuZXhwb3J0cy5Tb3VyY2VNYXBDb25zdW1lciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIEEgQmFzaWNTb3VyY2VNYXBDb25zdW1lciBpbnN0YW5jZSByZXByZXNlbnRzIGEgcGFyc2VkIHNvdXJjZSBtYXAgd2hpY2ggd2UgY2FuXG4gKiBxdWVyeSBmb3IgaW5mb3JtYXRpb24gYWJvdXQgdGhlIG9yaWdpbmFsIGZpbGUgcG9zaXRpb25zIGJ5IGdpdmluZyBpdCBhIGZpbGVcbiAqIHBvc2l0aW9uIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLlxuICpcbiAqIFRoZSBmaXJzdCBwYXJhbWV0ZXIgaXMgdGhlIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3JcbiAqIGFscmVhZHkgcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYywgc291cmNlIG1hcHMgaGF2ZSB0aGVcbiAqIGZvbGxvd2luZyBhdHRyaWJ1dGVzOlxuICpcbiAqICAgLSB2ZXJzaW9uOiBXaGljaCB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwIHNwZWMgdGhpcyBtYXAgaXMgZm9sbG93aW5nLlxuICogICAtIHNvdXJjZXM6IEFuIGFycmF5IG9mIFVSTHMgdG8gdGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlcy5cbiAqICAgLSBuYW1lczogQW4gYXJyYXkgb2YgaWRlbnRpZmllcnMgd2hpY2ggY2FuIGJlIHJlZmVycmVuY2VkIGJ5IGluZGl2aWR1YWwgbWFwcGluZ3MuXG4gKiAgIC0gc291cmNlUm9vdDogT3B0aW9uYWwuIFRoZSBVUkwgcm9vdCBmcm9tIHdoaWNoIGFsbCBzb3VyY2VzIGFyZSByZWxhdGl2ZS5cbiAqICAgLSBzb3VyY2VzQ29udGVudDogT3B0aW9uYWwuIEFuIGFycmF5IG9mIGNvbnRlbnRzIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZXMuXG4gKiAgIC0gbWFwcGluZ3M6IEEgc3RyaW5nIG9mIGJhc2U2NCBWTFFzIHdoaWNoIGNvbnRhaW4gdGhlIGFjdHVhbCBtYXBwaW5ncy5cbiAqICAgLSBmaWxlOiBPcHRpb25hbC4gVGhlIGdlbmVyYXRlZCBmaWxlIHRoaXMgc291cmNlIG1hcCBpcyBhc3NvY2lhdGVkIHdpdGguXG4gKlxuICogSGVyZSBpcyBhbiBleGFtcGxlIHNvdXJjZSBtYXAsIHRha2VuIGZyb20gdGhlIHNvdXJjZSBtYXAgc3BlY1swXTpcbiAqXG4gKiAgICAge1xuICogICAgICAgdmVyc2lvbiA6IDMsXG4gKiAgICAgICBmaWxlOiBcIm91dC5qc1wiLFxuICogICAgICAgc291cmNlUm9vdCA6IFwiXCIsXG4gKiAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICBuYW1lczogW1wic3JjXCIsIFwibWFwc1wiLCBcImFyZVwiLCBcImZ1blwiXSxcbiAqICAgICAgIG1hcHBpbmdzOiBcIkFBLEFCOztBQkNERTtcIlxuICogICAgIH1cbiAqXG4gKiBUaGUgc2Vjb25kIHBhcmFtZXRlciwgaWYgZ2l2ZW4sIGlzIGEgc3RyaW5nIHdob3NlIHZhbHVlIGlzIHRoZSBVUkxcbiAqIGF0IHdoaWNoIHRoZSBzb3VyY2UgbWFwIHdhcyBmb3VuZC4gIFRoaXMgVVJMIGlzIHVzZWQgdG8gY29tcHV0ZSB0aGVcbiAqIHNvdXJjZXMgYXJyYXkuXG4gKlxuICogWzBdOiBodHRwczovL2RvY3MuZ29vZ2xlLmNvbS9kb2N1bWVudC9kLzFVMVJHQWVoUXdSeXBVVG92RjFLUmxwaU9GemUwYi1fMmdjNmZBSDBLWTBrL2VkaXQ/cGxpPTEjXG4gKi9cbmZ1bmN0aW9uIEJhc2ljU291cmNlTWFwQ29uc3VtZXIoYVNvdXJjZU1hcCwgYVNvdXJjZU1hcFVSTCkge1xuICB2YXIgc291cmNlTWFwID0gYVNvdXJjZU1hcDtcbiAgaWYgKHR5cGVvZiBhU291cmNlTWFwID09PSAnc3RyaW5nJykge1xuICAgIHNvdXJjZU1hcCA9IHV0aWwucGFyc2VTb3VyY2VNYXBJbnB1dChhU291cmNlTWFwKTtcbiAgfVxuXG4gIHZhciB2ZXJzaW9uID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAndmVyc2lvbicpO1xuICB2YXIgc291cmNlcyA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3NvdXJjZXMnKTtcbiAgLy8gU2FzcyAzLjMgbGVhdmVzIG91dCB0aGUgJ25hbWVzJyBhcnJheSwgc28gd2UgZGV2aWF0ZSBmcm9tIHRoZSBzcGVjICh3aGljaFxuICAvLyByZXF1aXJlcyB0aGUgYXJyYXkpIHRvIHBsYXkgbmljZSBoZXJlLlxuICB2YXIgbmFtZXMgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICduYW1lcycsIFtdKTtcbiAgdmFyIHNvdXJjZVJvb3QgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdzb3VyY2VSb290JywgbnVsbCk7XG4gIHZhciBzb3VyY2VzQ29udGVudCA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3NvdXJjZXNDb250ZW50JywgbnVsbCk7XG4gIHZhciBtYXBwaW5ncyA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ21hcHBpbmdzJyk7XG4gIHZhciBmaWxlID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnZmlsZScsIG51bGwpO1xuXG4gIC8vIE9uY2UgYWdhaW4sIFNhc3MgZGV2aWF0ZXMgZnJvbSB0aGUgc3BlYyBhbmQgc3VwcGxpZXMgdGhlIHZlcnNpb24gYXMgYVxuICAvLyBzdHJpbmcgcmF0aGVyIHRoYW4gYSBudW1iZXIsIHNvIHdlIHVzZSBsb29zZSBlcXVhbGl0eSBjaGVja2luZyBoZXJlLlxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICBpZiAoc291cmNlUm9vdCkge1xuICAgIHNvdXJjZVJvb3QgPSB1dGlsLm5vcm1hbGl6ZShzb3VyY2VSb290KTtcbiAgfVxuXG4gIHNvdXJjZXMgPSBzb3VyY2VzXG4gICAgLm1hcChTdHJpbmcpXG4gICAgLy8gU29tZSBzb3VyY2UgbWFwcyBwcm9kdWNlIHJlbGF0aXZlIHNvdXJjZSBwYXRocyBsaWtlIFwiLi9mb28uanNcIiBpbnN0ZWFkIG9mXG4gICAgLy8gXCJmb28uanNcIi4gIE5vcm1hbGl6ZSB0aGVzZSBmaXJzdCBzbyB0aGF0IGZ1dHVyZSBjb21wYXJpc29ucyB3aWxsIHN1Y2NlZWQuXG4gICAgLy8gU2VlIGJ1Z3ppbC5sYS8xMDkwNzY4LlxuICAgIC5tYXAodXRpbC5ub3JtYWxpemUpXG4gICAgLy8gQWx3YXlzIGVuc3VyZSB0aGF0IGFic29sdXRlIHNvdXJjZXMgYXJlIGludGVybmFsbHkgc3RvcmVkIHJlbGF0aXZlIHRvXG4gICAgLy8gdGhlIHNvdXJjZSByb290LCBpZiB0aGUgc291cmNlIHJvb3QgaXMgYWJzb2x1dGUuIE5vdCBkb2luZyB0aGlzIHdvdWxkXG4gICAgLy8gYmUgcGFydGljdWxhcmx5IHByb2JsZW1hdGljIHdoZW4gdGhlIHNvdXJjZSByb290IGlzIGEgcHJlZml4IG9mIHRoZVxuICAgIC8vIHNvdXJjZSAodmFsaWQsIGJ1dCB3aHk/PykuIFNlZSBnaXRodWIgaXNzdWUgIzE5OSBhbmQgYnVnemlsLmxhLzExODg5ODIuXG4gICAgLm1hcChmdW5jdGlvbiAoc291cmNlKSB7XG4gICAgICByZXR1cm4gc291cmNlUm9vdCAmJiB1dGlsLmlzQWJzb2x1dGUoc291cmNlUm9vdCkgJiYgdXRpbC5pc0Fic29sdXRlKHNvdXJjZSlcbiAgICAgICAgPyB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZSlcbiAgICAgICAgOiBzb3VyY2U7XG4gICAgfSk7XG5cbiAgLy8gUGFzcyBgdHJ1ZWAgYmVsb3cgdG8gYWxsb3cgZHVwbGljYXRlIG5hbWVzIGFuZCBzb3VyY2VzLiBXaGlsZSBzb3VyY2UgbWFwc1xuICAvLyBhcmUgaW50ZW5kZWQgdG8gYmUgY29tcHJlc3NlZCBhbmQgZGVkdXBsaWNhdGVkLCB0aGUgVHlwZVNjcmlwdCBjb21waWxlclxuICAvLyBzb21ldGltZXMgZ2VuZXJhdGVzIHNvdXJjZSBtYXBzIHdpdGggZHVwbGljYXRlcyBpbiB0aGVtLiBTZWUgR2l0aHViIGlzc3VlXG4gIC8vICM3MiBhbmQgYnVnemlsLmxhLzg4OTQ5Mi5cbiAgdGhpcy5fbmFtZXMgPSBBcnJheVNldC5mcm9tQXJyYXkobmFtZXMubWFwKFN0cmluZyksIHRydWUpO1xuICB0aGlzLl9zb3VyY2VzID0gQXJyYXlTZXQuZnJvbUFycmF5KHNvdXJjZXMsIHRydWUpO1xuXG4gIHRoaXMuX2Fic29sdXRlU291cmNlcyA9IHRoaXMuX3NvdXJjZXMudG9BcnJheSgpLm1hcChmdW5jdGlvbiAocykge1xuICAgIHJldHVybiB1dGlsLmNvbXB1dGVTb3VyY2VVUkwoc291cmNlUm9vdCwgcywgYVNvdXJjZU1hcFVSTCk7XG4gIH0pO1xuXG4gIHRoaXMuc291cmNlUm9vdCA9IHNvdXJjZVJvb3Q7XG4gIHRoaXMuc291cmNlc0NvbnRlbnQgPSBzb3VyY2VzQ29udGVudDtcbiAgdGhpcy5fbWFwcGluZ3MgPSBtYXBwaW5ncztcbiAgdGhpcy5fc291cmNlTWFwVVJMID0gYVNvdXJjZU1hcFVSTDtcbiAgdGhpcy5maWxlID0gZmlsZTtcbn1cblxuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUgPSBPYmplY3QuY3JlYXRlKFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSk7XG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdW1lciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFV0aWxpdHkgZnVuY3Rpb24gdG8gZmluZCB0aGUgaW5kZXggb2YgYSBzb3VyY2UuICBSZXR1cm5zIC0xIGlmIG5vdFxuICogZm91bmQuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9maW5kU291cmNlSW5kZXggPSBmdW5jdGlvbihhU291cmNlKSB7XG4gIHZhciByZWxhdGl2ZVNvdXJjZSA9IGFTb3VyY2U7XG4gIGlmICh0aGlzLnNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgIHJlbGF0aXZlU291cmNlID0gdXRpbC5yZWxhdGl2ZSh0aGlzLnNvdXJjZVJvb3QsIHJlbGF0aXZlU291cmNlKTtcbiAgfVxuXG4gIGlmICh0aGlzLl9zb3VyY2VzLmhhcyhyZWxhdGl2ZVNvdXJjZSkpIHtcbiAgICByZXR1cm4gdGhpcy5fc291cmNlcy5pbmRleE9mKHJlbGF0aXZlU291cmNlKTtcbiAgfVxuXG4gIC8vIE1heWJlIGFTb3VyY2UgaXMgYW4gYWJzb2x1dGUgVVJMIGFzIHJldHVybmVkIGJ5IHxzb3VyY2VzfC4gIEluXG4gIC8vIHRoaXMgY2FzZSB3ZSBjYW4ndCBzaW1wbHkgdW5kbyB0aGUgdHJhbnNmb3JtLlxuICB2YXIgaTtcbiAgZm9yIChpID0gMDsgaSA8IHRoaXMuX2Fic29sdXRlU291cmNlcy5sZW5ndGg7ICsraSkge1xuICAgIGlmICh0aGlzLl9hYnNvbHV0ZVNvdXJjZXNbaV0gPT0gYVNvdXJjZSkge1xuICAgICAgcmV0dXJuIGk7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIC0xO1xufTtcblxuLyoqXG4gKiBDcmVhdGUgYSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyIGZyb20gYSBTb3VyY2VNYXBHZW5lcmF0b3IuXG4gKlxuICogQHBhcmFtIFNvdXJjZU1hcEdlbmVyYXRvciBhU291cmNlTWFwXG4gKiAgICAgICAgVGhlIHNvdXJjZSBtYXAgdGhhdCB3aWxsIGJlIGNvbnN1bWVkLlxuICogQHBhcmFtIFN0cmluZyBhU291cmNlTWFwVVJMXG4gKiAgICAgICAgVGhlIFVSTCBhdCB3aGljaCB0aGUgc291cmNlIG1hcCBjYW4gYmUgZm91bmQgKG9wdGlvbmFsKVxuICogQHJldHVybnMgQmFzaWNTb3VyY2VNYXBDb25zdW1lclxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLmZyb21Tb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9mcm9tU291cmNlTWFwKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgICB2YXIgc21jID0gT2JqZWN0LmNyZWF0ZShCYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSk7XG5cbiAgICB2YXIgbmFtZXMgPSBzbWMuX25hbWVzID0gQXJyYXlTZXQuZnJvbUFycmF5KGFTb3VyY2VNYXAuX25hbWVzLnRvQXJyYXkoKSwgdHJ1ZSk7XG4gICAgdmFyIHNvdXJjZXMgPSBzbWMuX3NvdXJjZXMgPSBBcnJheVNldC5mcm9tQXJyYXkoYVNvdXJjZU1hcC5fc291cmNlcy50b0FycmF5KCksIHRydWUpO1xuICAgIHNtYy5zb3VyY2VSb290ID0gYVNvdXJjZU1hcC5fc291cmNlUm9vdDtcbiAgICBzbWMuc291cmNlc0NvbnRlbnQgPSBhU291cmNlTWFwLl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KHNtYy5fc291cmNlcy50b0FycmF5KCksXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbWMuc291cmNlUm9vdCk7XG4gICAgc21jLmZpbGUgPSBhU291cmNlTWFwLl9maWxlO1xuICAgIHNtYy5fc291cmNlTWFwVVJMID0gYVNvdXJjZU1hcFVSTDtcbiAgICBzbWMuX2Fic29sdXRlU291cmNlcyA9IHNtYy5fc291cmNlcy50b0FycmF5KCkubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgICByZXR1cm4gdXRpbC5jb21wdXRlU291cmNlVVJMKHNtYy5zb3VyY2VSb290LCBzLCBhU291cmNlTWFwVVJMKTtcbiAgICB9KTtcblxuICAgIC8vIEJlY2F1c2Ugd2UgYXJlIG1vZGlmeWluZyB0aGUgZW50cmllcyAoYnkgY29udmVydGluZyBzdHJpbmcgc291cmNlcyBhbmRcbiAgICAvLyBuYW1lcyB0byBpbmRpY2VzIGludG8gdGhlIHNvdXJjZXMgYW5kIG5hbWVzIEFycmF5U2V0cyksIHdlIGhhdmUgdG8gbWFrZVxuICAgIC8vIGEgY29weSBvZiB0aGUgZW50cnkgb3IgZWxzZSBiYWQgdGhpbmdzIGhhcHBlbi4gU2hhcmVkIG11dGFibGUgc3RhdGVcbiAgICAvLyBzdHJpa2VzIGFnYWluISBTZWUgZ2l0aHViIGlzc3VlICMxOTEuXG5cbiAgICB2YXIgZ2VuZXJhdGVkTWFwcGluZ3MgPSBhU291cmNlTWFwLl9tYXBwaW5ncy50b0FycmF5KCkuc2xpY2UoKTtcbiAgICB2YXIgZGVzdEdlbmVyYXRlZE1hcHBpbmdzID0gc21jLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBbXTtcbiAgICB2YXIgZGVzdE9yaWdpbmFsTWFwcGluZ3MgPSBzbWMuX19vcmlnaW5hbE1hcHBpbmdzID0gW107XG5cbiAgICBmb3IgKHZhciBpID0gMCwgbGVuZ3RoID0gZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyBpIDwgbGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzcmNNYXBwaW5nID0gZ2VuZXJhdGVkTWFwcGluZ3NbaV07XG4gICAgICB2YXIgZGVzdE1hcHBpbmcgPSBuZXcgTWFwcGluZztcbiAgICAgIGRlc3RNYXBwaW5nLmdlbmVyYXRlZExpbmUgPSBzcmNNYXBwaW5nLmdlbmVyYXRlZExpbmU7XG4gICAgICBkZXN0TWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gPSBzcmNNYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKHNyY01hcHBpbmcuc291cmNlKSB7XG4gICAgICAgIGRlc3RNYXBwaW5nLnNvdXJjZSA9IHNvdXJjZXMuaW5kZXhPZihzcmNNYXBwaW5nLnNvdXJjZSk7XG4gICAgICAgIGRlc3RNYXBwaW5nLm9yaWdpbmFsTGluZSA9IHNyY01hcHBpbmcub3JpZ2luYWxMaW5lO1xuICAgICAgICBkZXN0TWFwcGluZy5vcmlnaW5hbENvbHVtbiA9IHNyY01hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgaWYgKHNyY01hcHBpbmcubmFtZSkge1xuICAgICAgICAgIGRlc3RNYXBwaW5nLm5hbWUgPSBuYW1lcy5pbmRleE9mKHNyY01hcHBpbmcubmFtZSk7XG4gICAgICAgIH1cblxuICAgICAgICBkZXN0T3JpZ2luYWxNYXBwaW5ncy5wdXNoKGRlc3RNYXBwaW5nKTtcbiAgICAgIH1cblxuICAgICAgZGVzdEdlbmVyYXRlZE1hcHBpbmdzLnB1c2goZGVzdE1hcHBpbmcpO1xuICAgIH1cblxuICAgIHF1aWNrU29ydChzbWMuX19vcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcblxuICAgIHJldHVybiBzbWM7XG4gIH07XG5cbi8qKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXBwaW5nIHNwZWMgdGhhdCB3ZSBhcmUgY29uc3VtaW5nLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnc291cmNlcycsIHtcbiAgZ2V0OiBmdW5jdGlvbiAoKSB7XG4gICAgcmV0dXJuIHRoaXMuX2Fic29sdXRlU291cmNlcy5zbGljZSgpO1xuICB9XG59KTtcblxuLyoqXG4gKiBQcm92aWRlIHRoZSBKSVQgd2l0aCBhIG5pY2Ugc2hhcGUgLyBoaWRkZW4gY2xhc3MuXG4gKi9cbmZ1bmN0aW9uIE1hcHBpbmcoKSB7XG4gIHRoaXMuZ2VuZXJhdGVkTGluZSA9IDA7XG4gIHRoaXMuZ2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgdGhpcy5zb3VyY2UgPSBudWxsO1xuICB0aGlzLm9yaWdpbmFsTGluZSA9IG51bGw7XG4gIHRoaXMub3JpZ2luYWxDb2x1bW4gPSBudWxsO1xuICB0aGlzLm5hbWUgPSBudWxsO1xufVxuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdmFyIGdlbmVyYXRlZExpbmUgPSAxO1xuICAgIHZhciBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzU291cmNlID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgbGVuZ3RoID0gYVN0ci5sZW5ndGg7XG4gICAgdmFyIGluZGV4ID0gMDtcbiAgICB2YXIgY2FjaGVkU2VnbWVudHMgPSB7fTtcbiAgICB2YXIgdGVtcCA9IHt9O1xuICAgIHZhciBvcmlnaW5hbE1hcHBpbmdzID0gW107XG4gICAgdmFyIGdlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdmFyIG1hcHBpbmcsIHN0ciwgc2VnbWVudCwgZW5kLCB2YWx1ZTtcblxuICAgIHdoaWxlIChpbmRleCA8IGxlbmd0aCkge1xuICAgICAgaWYgKGFTdHIuY2hhckF0KGluZGV4KSA9PT0gJzsnKSB7XG4gICAgICAgIGdlbmVyYXRlZExpbmUrKztcbiAgICAgICAgaW5kZXgrKztcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSAwO1xuICAgICAgfVxuICAgICAgZWxzZSBpZiAoYVN0ci5jaGFyQXQoaW5kZXgpID09PSAnLCcpIHtcbiAgICAgICAgaW5kZXgrKztcbiAgICAgIH1cbiAgICAgIGVsc2Uge1xuICAgICAgICBtYXBwaW5nID0gbmV3IE1hcHBpbmcoKTtcbiAgICAgICAgbWFwcGluZy5nZW5lcmF0ZWRMaW5lID0gZ2VuZXJhdGVkTGluZTtcblxuICAgICAgICAvLyBCZWNhdXNlIGVhY2ggb2Zmc2V0IGlzIGVuY29kZWQgcmVsYXRpdmUgdG8gdGhlIHByZXZpb3VzIG9uZSxcbiAgICAgICAgLy8gbWFueSBzZWdtZW50cyBvZnRlbiBoYXZlIHRoZSBzYW1lIGVuY29kaW5nLiBXZSBjYW4gZXhwbG9pdCB0aGlzXG4gICAgICAgIC8vIGZhY3QgYnkgY2FjaGluZyB0aGUgcGFyc2VkIHZhcmlhYmxlIGxlbmd0aCBmaWVsZHMgb2YgZWFjaCBzZWdtZW50LFxuICAgICAgICAvLyBhbGxvd2luZyB1cyB0byBhdm9pZCBhIHNlY29uZCBwYXJzZSBpZiB3ZSBlbmNvdW50ZXIgdGhlIHNhbWVcbiAgICAgICAgLy8gc2VnbWVudCBhZ2Fpbi5cbiAgICAgICAgZm9yIChlbmQgPSBpbmRleDsgZW5kIDwgbGVuZ3RoOyBlbmQrKykge1xuICAgICAgICAgIGlmICh0aGlzLl9jaGFySXNNYXBwaW5nU2VwYXJhdG9yKGFTdHIsIGVuZCkpIHtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBzdHIgPSBhU3RyLnNsaWNlKGluZGV4LCBlbmQpO1xuXG4gICAgICAgIHNlZ21lbnQgPSBjYWNoZWRTZWdtZW50c1tzdHJdO1xuICAgICAgICBpZiAoc2VnbWVudCkge1xuICAgICAgICAgIGluZGV4ICs9IHN0ci5sZW5ndGg7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgc2VnbWVudCA9IFtdO1xuICAgICAgICAgIHdoaWxlIChpbmRleCA8IGVuZCkge1xuICAgICAgICAgICAgYmFzZTY0VkxRLmRlY29kZShhU3RyLCBpbmRleCwgdGVtcCk7XG4gICAgICAgICAgICB2YWx1ZSA9IHRlbXAudmFsdWU7XG4gICAgICAgICAgICBpbmRleCA9IHRlbXAucmVzdDtcbiAgICAgICAgICAgIHNlZ21lbnQucHVzaCh2YWx1ZSk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAyKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlLCBidXQgbm8gbGluZSBhbmQgY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAzKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlIGFuZCBsaW5lLCBidXQgbm8gY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgY2FjaGVkU2VnbWVudHNbc3RyXSA9IHNlZ21lbnQ7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBHZW5lcmF0ZWQgY29sdW1uLlxuICAgICAgICBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiA9IHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uICsgc2VnbWVudFswXTtcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiAxKSB7XG4gICAgICAgICAgLy8gT3JpZ2luYWwgc291cmNlLlxuICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gcHJldmlvdXNTb3VyY2UgKyBzZWdtZW50WzFdO1xuICAgICAgICAgIHByZXZpb3VzU291cmNlICs9IHNlZ21lbnRbMV07XG5cbiAgICAgICAgICAvLyBPcmlnaW5hbCBsaW5lLlxuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID0gcHJldmlvdXNPcmlnaW5hbExpbmUgKyBzZWdtZW50WzJdO1xuICAgICAgICAgIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gbWFwcGluZy5vcmlnaW5hbExpbmU7XG4gICAgICAgICAgLy8gTGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkXG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgKz0gMTtcblxuICAgICAgICAgIC8vIE9yaWdpbmFsIGNvbHVtbi5cbiAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID0gcHJldmlvdXNPcmlnaW5hbENvbHVtbiArIHNlZ21lbnRbM107XG4gICAgICAgICAgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IG1hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiA0KSB7XG4gICAgICAgICAgICAvLyBPcmlnaW5hbCBuYW1lLlxuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gcHJldmlvdXNOYW1lICsgc2VnbWVudFs0XTtcbiAgICAgICAgICAgIHByZXZpb3VzTmFtZSArPSBzZWdtZW50WzRdO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGdlbmVyYXRlZE1hcHBpbmdzLnB1c2gobWFwcGluZyk7XG4gICAgICAgIGlmICh0eXBlb2YgbWFwcGluZy5vcmlnaW5hbExpbmUgPT09ICdudW1iZXInKSB7XG4gICAgICAgICAgb3JpZ2luYWxNYXBwaW5ncy5wdXNoKG1hcHBpbmcpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgcXVpY2tTb3J0KGdlbmVyYXRlZE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkKTtcbiAgICB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBnZW5lcmF0ZWRNYXBwaW5ncztcblxuICAgIHF1aWNrU29ydChvcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcbiAgICB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncyA9IG9yaWdpbmFsTWFwcGluZ3M7XG4gIH07XG5cbi8qKlxuICogRmluZCB0aGUgbWFwcGluZyB0aGF0IGJlc3QgbWF0Y2hlcyB0aGUgaHlwb3RoZXRpY2FsIFwibmVlZGxlXCIgbWFwcGluZyB0aGF0XG4gKiB3ZSBhcmUgc2VhcmNoaW5nIGZvciBpbiB0aGUgZ2l2ZW4gXCJoYXlzdGFja1wiIG9mIG1hcHBpbmdzLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fZmluZE1hcHBpbmcgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9maW5kTWFwcGluZyhhTmVlZGxlLCBhTWFwcGluZ3MsIGFMaW5lTmFtZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYUNvbHVtbk5hbWUsIGFDb21wYXJhdG9yLCBhQmlhcykge1xuICAgIC8vIFRvIHJldHVybiB0aGUgcG9zaXRpb24gd2UgYXJlIHNlYXJjaGluZyBmb3IsIHdlIG11c3QgZmlyc3QgZmluZCB0aGVcbiAgICAvLyBtYXBwaW5nIGZvciB0aGUgZ2l2ZW4gcG9zaXRpb24gYW5kIHRoZW4gcmV0dXJuIHRoZSBvcHBvc2l0ZSBwb3NpdGlvbiBpdFxuICAgIC8vIHBvaW50cyB0by4gQmVjYXVzZSB0aGUgbWFwcGluZ3MgYXJlIHNvcnRlZCwgd2UgY2FuIHVzZSBiaW5hcnkgc2VhcmNoIHRvXG4gICAgLy8gZmluZCB0aGUgYmVzdCBtYXBwaW5nLlxuXG4gICAgaWYgKGFOZWVkbGVbYUxpbmVOYW1lXSA8PSAwKSB7XG4gICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKCdMaW5lIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthTGluZU5hbWVdKTtcbiAgICB9XG4gICAgaWYgKGFOZWVkbGVbYUNvbHVtbk5hbWVdIDwgMCkge1xuICAgICAgdGhyb3cgbmV3IFR5cGVFcnJvcignQ29sdW1uIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDAsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthQ29sdW1uTmFtZV0pO1xuICAgIH1cblxuICAgIHJldHVybiBiaW5hcnlTZWFyY2guc2VhcmNoKGFOZWVkbGUsIGFNYXBwaW5ncywgYUNvbXBhcmF0b3IsIGFCaWFzKTtcbiAgfTtcblxuLyoqXG4gKiBDb21wdXRlIHRoZSBsYXN0IGNvbHVtbiBmb3IgZWFjaCBnZW5lcmF0ZWQgbWFwcGluZy4gVGhlIGxhc3QgY29sdW1uIGlzXG4gKiBpbmNsdXNpdmUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmNvbXB1dGVDb2x1bW5TcGFucyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NvbXB1dGVDb2x1bW5TcGFucygpIHtcbiAgICBmb3IgKHZhciBpbmRleCA9IDA7IGluZGV4IDwgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyArK2luZGV4KSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgLy8gTWFwcGluZ3MgZG8gbm90IGNvbnRhaW4gYSBmaWVsZCBmb3IgdGhlIGxhc3QgZ2VuZXJhdGVkIGNvbHVtbnQuIFdlXG4gICAgICAvLyBjYW4gY29tZSB1cCB3aXRoIGFuIG9wdGltaXN0aWMgZXN0aW1hdGUsIGhvd2V2ZXIsIGJ5IGFzc3VtaW5nIHRoYXRcbiAgICAgIC8vIG1hcHBpbmdzIGFyZSBjb250aWd1b3VzIChpLmUuIGdpdmVuIHR3byBjb25zZWN1dGl2ZSBtYXBwaW5ncywgdGhlXG4gICAgICAvLyBmaXJzdCBtYXBwaW5nIGVuZHMgd2hlcmUgdGhlIHNlY29uZCBvbmUgc3RhcnRzKS5cbiAgICAgIGlmIChpbmRleCArIDEgPCB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncy5sZW5ndGgpIHtcbiAgICAgICAgdmFyIG5leHRNYXBwaW5nID0gdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3NbaW5kZXggKyAxXTtcblxuICAgICAgICBpZiAobWFwcGluZy5nZW5lcmF0ZWRMaW5lID09PSBuZXh0TWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gbmV4dE1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC0gMTtcbiAgICAgICAgICBjb250aW51ZTtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBUaGUgbGFzdCBtYXBwaW5nIGZvciBlYWNoIGxpbmUgc3BhbnMgdGhlIGVudGlyZSBsaW5lLlxuICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gSW5maW5pdHk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIG9yaWdpbmFsIHNvdXJjZSwgbGluZSwgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIGdlbmVyYXRlZFxuICogc291cmNlJ3MgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0XG4gKiB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLiAgVGhlIGxpbmUgbnVtYmVyXG4gKiAgICAgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlLCBvciBudWxsLlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICAgbGluZSBudW1iZXIgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UsIG9yIG51bGwuICBUaGVcbiAqICAgICBjb2x1bW4gbnVtYmVyIGlzIDAtYmFzZWQuXG4gKiAgIC0gbmFtZTogVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIsIG9yIG51bGwuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLm9yaWdpbmFsUG9zaXRpb25Gb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9vcmlnaW5hbFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIG5lZWRsZSA9IHtcbiAgICAgIGdlbmVyYXRlZExpbmU6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpLFxuICAgICAgZ2VuZXJhdGVkQ29sdW1uOiB1dGlsLmdldEFyZyhhQXJncywgJ2NvbHVtbicpXG4gICAgfTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKFxuICAgICAgbmVlZGxlLFxuICAgICAgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MsXG4gICAgICBcImdlbmVyYXRlZExpbmVcIixcbiAgICAgIFwiZ2VuZXJhdGVkQ29sdW1uXCIsXG4gICAgICB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkLFxuICAgICAgdXRpbC5nZXRBcmcoYUFyZ3MsICdiaWFzJywgU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQpXG4gICAgKTtcblxuICAgIGlmIChpbmRleCA+PSAwKSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgaWYgKG1hcHBpbmcuZ2VuZXJhdGVkTGluZSA9PT0gbmVlZGxlLmdlbmVyYXRlZExpbmUpIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdzb3VyY2UnLCBudWxsKTtcbiAgICAgICAgaWYgKHNvdXJjZSAhPT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuYXQoc291cmNlKTtcbiAgICAgICAgICBzb3VyY2UgPSB1dGlsLmNvbXB1dGVTb3VyY2VVUkwodGhpcy5zb3VyY2VSb290LCBzb3VyY2UsIHRoaXMuX3NvdXJjZU1hcFVSTCk7XG4gICAgICAgIH1cbiAgICAgICAgdmFyIG5hbWUgPSB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbmFtZScsIG51bGwpO1xuICAgICAgICBpZiAobmFtZSAhPT0gbnVsbCkge1xuICAgICAgICAgIG5hbWUgPSB0aGlzLl9uYW1lcy5hdChuYW1lKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdvcmlnaW5hbExpbmUnLCBudWxsKSxcbiAgICAgICAgICBjb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdvcmlnaW5hbENvbHVtbicsIG51bGwpLFxuICAgICAgICAgIG5hbWU6IG5hbWVcbiAgICAgICAgfTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4ge1xuICAgICAgc291cmNlOiBudWxsLFxuICAgICAgbGluZTogbnVsbCxcbiAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgIG5hbWU6IG51bGxcbiAgICB9O1xuICB9O1xuXG4vKipcbiAqIFJldHVybiB0cnVlIGlmIHdlIGhhdmUgdGhlIHNvdXJjZSBjb250ZW50IGZvciBldmVyeSBzb3VyY2UgaW4gdGhlIHNvdXJjZVxuICogbWFwLCBmYWxzZSBvdGhlcndpc2UuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzID1cbiAgZnVuY3Rpb24gQmFzaWNTb3VyY2VNYXBDb25zdW1lcl9oYXNDb250ZW50c09mQWxsU291cmNlcygpIHtcbiAgICBpZiAoIXRoaXMuc291cmNlc0NvbnRlbnQpIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnQubGVuZ3RoID49IHRoaXMuX3NvdXJjZXMuc2l6ZSgpICYmXG4gICAgICAhdGhpcy5zb3VyY2VzQ29udGVudC5zb21lKGZ1bmN0aW9uIChzYykgeyByZXR1cm4gc2MgPT0gbnVsbDsgfSk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgb3JpZ2luYWwgc291cmNlIGNvbnRlbnQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIHRoZSB1cmwgb2YgdGhlXG4gKiBvcmlnaW5hbCBzb3VyY2UgZmlsZS4gUmV0dXJucyBudWxsIGlmIG5vIG9yaWdpbmFsIHNvdXJjZSBjb250ZW50IGlzXG4gKiBhdmFpbGFibGUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLnNvdXJjZUNvbnRlbnRGb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIG51bGxPbk1pc3NpbmcpIHtcbiAgICBpZiAoIXRoaXMuc291cmNlc0NvbnRlbnQpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRTb3VyY2VJbmRleChhU291cmNlKTtcbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnRbaW5kZXhdO1xuICAgIH1cblxuICAgIHZhciByZWxhdGl2ZVNvdXJjZSA9IGFTb3VyY2U7XG4gICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICByZWxhdGl2ZVNvdXJjZSA9IHV0aWwucmVsYXRpdmUodGhpcy5zb3VyY2VSb290LCByZWxhdGl2ZVNvdXJjZSk7XG4gICAgfVxuXG4gICAgdmFyIHVybDtcbiAgICBpZiAodGhpcy5zb3VyY2VSb290ICE9IG51bGxcbiAgICAgICAgJiYgKHVybCA9IHV0aWwudXJsUGFyc2UodGhpcy5zb3VyY2VSb290KSkpIHtcbiAgICAgIC8vIFhYWDogZmlsZTovLyBVUklzIGFuZCBhYnNvbHV0ZSBwYXRocyBsZWFkIHRvIHVuZXhwZWN0ZWQgYmVoYXZpb3IgZm9yXG4gICAgICAvLyBtYW55IHVzZXJzLiBXZSBjYW4gaGVscCB0aGVtIG91dCB3aGVuIHRoZXkgZXhwZWN0IGZpbGU6Ly8gVVJJcyB0b1xuICAgICAgLy8gYmVoYXZlIGxpa2UgaXQgd291bGQgaWYgdGhleSB3ZXJlIHJ1bm5pbmcgYSBsb2NhbCBIVFRQIHNlcnZlci4gU2VlXG4gICAgICAvLyBodHRwczovL2J1Z3ppbGxhLm1vemlsbGEub3JnL3Nob3dfYnVnLmNnaT9pZD04ODU1OTcuXG4gICAgICB2YXIgZmlsZVVyaUFic1BhdGggPSByZWxhdGl2ZVNvdXJjZS5yZXBsYWNlKC9eZmlsZTpcXC9cXC8vLCBcIlwiKTtcbiAgICAgIGlmICh1cmwuc2NoZW1lID09IFwiZmlsZVwiXG4gICAgICAgICAgJiYgdGhpcy5fc291cmNlcy5oYXMoZmlsZVVyaUFic1BhdGgpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihmaWxlVXJpQWJzUGF0aCldXG4gICAgICB9XG5cbiAgICAgIGlmICgoIXVybC5wYXRoIHx8IHVybC5wYXRoID09IFwiL1wiKVxuICAgICAgICAgICYmIHRoaXMuX3NvdXJjZXMuaGFzKFwiL1wiICsgcmVsYXRpdmVTb3VyY2UpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihcIi9cIiArIHJlbGF0aXZlU291cmNlKV07XG4gICAgICB9XG4gICAgfVxuXG4gICAgLy8gVGhpcyBmdW5jdGlvbiBpcyB1c2VkIHJlY3Vyc2l2ZWx5IGZyb21cbiAgICAvLyBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLnNvdXJjZUNvbnRlbnRGb3IuIEluIHRoYXQgY2FzZSwgd2VcbiAgICAvLyBkb24ndCB3YW50IHRvIHRocm93IGlmIHdlIGNhbid0IGZpbmQgdGhlIHNvdXJjZSAtIHdlIGp1c3Qgd2FudCB0b1xuICAgIC8vIHJldHVybiBudWxsLCBzbyB3ZSBwcm92aWRlIGEgZmxhZyB0byBleGl0IGdyYWNlZnVsbHkuXG4gICAgaWYgKG51bGxPbk1pc3NpbmcpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignXCInICsgcmVsYXRpdmVTb3VyY2UgKyAnXCIgaXMgbm90IGluIHRoZSBTb3VyY2VNYXAuJyk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBvcmlnaW5hbCBzb3VyY2UsXG4gKiBsaW5lLCBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0IHdpdGhcbiAqIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgICBUaGUgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2dlbmVyYXRlZFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJyk7XG4gICAgc291cmNlID0gdGhpcy5fZmluZFNvdXJjZUluZGV4KHNvdXJjZSk7XG4gICAgaWYgKHNvdXJjZSA8IDApIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGxpbmU6IG51bGwsXG4gICAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgICAgbGFzdENvbHVtbjogbnVsbFxuICAgICAgfTtcbiAgICB9XG5cbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICBvcmlnaW5hbExpbmU6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJylcbiAgICB9O1xuXG4gICAgdmFyIGluZGV4ID0gdGhpcy5fZmluZE1hcHBpbmcoXG4gICAgICBuZWVkbGUsXG4gICAgICB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzLFxuICAgICAgXCJvcmlnaW5hbExpbmVcIixcbiAgICAgIFwib3JpZ2luYWxDb2x1bW5cIixcbiAgICAgIHV0aWwuY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMsXG4gICAgICB1dGlsLmdldEFyZyhhQXJncywgJ2JpYXMnLCBTb3VyY2VNYXBDb25zdW1lci5HUkVBVEVTVF9MT1dFUl9CT1VORClcbiAgICApO1xuXG4gICAgaWYgKGluZGV4ID49IDApIHtcbiAgICAgIHZhciBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1tpbmRleF07XG5cbiAgICAgIGlmIChtYXBwaW5nLnNvdXJjZSA9PT0gbmVlZGxlLnNvdXJjZSkge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRMaW5lJywgbnVsbCksXG4gICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgbGFzdENvbHVtbjogdXRpbC5nZXRBcmcobWFwcGluZywgJ2xhc3RHZW5lcmF0ZWRDb2x1bW4nLCBudWxsKVxuICAgICAgICB9O1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICBsaW5lOiBudWxsLFxuICAgICAgY29sdW1uOiBudWxsLFxuICAgICAgbGFzdENvbHVtbjogbnVsbFxuICAgIH07XG4gIH07XG5cbmV4cG9ydHMuQmFzaWNTb3VyY2VNYXBDb25zdW1lciA9IEJhc2ljU291cmNlTWFwQ29uc3VtZXI7XG5cbi8qKlxuICogQW4gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyIGluc3RhbmNlIHJlcHJlc2VudHMgYSBwYXJzZWQgc291cmNlIG1hcCB3aGljaFxuICogd2UgY2FuIHF1ZXJ5IGZvciBpbmZvcm1hdGlvbi4gSXQgZGlmZmVycyBmcm9tIEJhc2ljU291cmNlTWFwQ29uc3VtZXIgaW5cbiAqIHRoYXQgaXQgdGFrZXMgXCJpbmRleGVkXCIgc291cmNlIG1hcHMgKGkuZS4gb25lcyB3aXRoIGEgXCJzZWN0aW9uc1wiIGZpZWxkKSBhc1xuICogaW5wdXQuXG4gKlxuICogVGhlIGZpcnN0IHBhcmFtZXRlciBpcyBhIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3IgYWxyZWFkeVxuICogcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYyBmb3IgaW5kZXhlZCBzb3VyY2UgbWFwcywgdGhleVxuICogaGF2ZSB0aGUgZm9sbG93aW5nIGF0dHJpYnV0ZXM6XG4gKlxuICogICAtIHZlcnNpb246IFdoaWNoIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXAgc3BlYyB0aGlzIG1hcCBpcyBmb2xsb3dpbmcuXG4gKiAgIC0gZmlsZTogT3B0aW9uYWwuIFRoZSBnZW5lcmF0ZWQgZmlsZSB0aGlzIHNvdXJjZSBtYXAgaXMgYXNzb2NpYXRlZCB3aXRoLlxuICogICAtIHNlY3Rpb25zOiBBIGxpc3Qgb2Ygc2VjdGlvbiBkZWZpbml0aW9ucy5cbiAqXG4gKiBFYWNoIHZhbHVlIHVuZGVyIHRoZSBcInNlY3Rpb25zXCIgZmllbGQgaGFzIHR3byBmaWVsZHM6XG4gKiAgIC0gb2Zmc2V0OiBUaGUgb2Zmc2V0IGludG8gdGhlIG9yaWdpbmFsIHNwZWNpZmllZCBhdCB3aGljaCB0aGlzIHNlY3Rpb25cbiAqICAgICAgIGJlZ2lucyB0byBhcHBseSwgZGVmaW5lZCBhcyBhbiBvYmplY3Qgd2l0aCBhIFwibGluZVwiIGFuZCBcImNvbHVtblwiXG4gKiAgICAgICBmaWVsZC5cbiAqICAgLSBtYXA6IEEgc291cmNlIG1hcCBkZWZpbml0aW9uLiBUaGlzIHNvdXJjZSBtYXAgY291bGQgYWxzbyBiZSBpbmRleGVkLFxuICogICAgICAgYnV0IGRvZXNuJ3QgaGF2ZSB0byBiZS5cbiAqXG4gKiBJbnN0ZWFkIG9mIHRoZSBcIm1hcFwiIGZpZWxkLCBpdCdzIGFsc28gcG9zc2libGUgdG8gaGF2ZSBhIFwidXJsXCIgZmllbGRcbiAqIHNwZWNpZnlpbmcgYSBVUkwgdG8gcmV0cmlldmUgYSBzb3VyY2UgbWFwIGZyb20sIGJ1dCB0aGF0J3MgY3VycmVudGx5XG4gKiB1bnN1cHBvcnRlZC5cbiAqXG4gKiBIZXJlJ3MgYW4gZXhhbXBsZSBzb3VyY2UgbWFwLCB0YWtlbiBmcm9tIHRoZSBzb3VyY2UgbWFwIHNwZWNbMF0sIGJ1dFxuICogbW9kaWZpZWQgdG8gb21pdCBhIHNlY3Rpb24gd2hpY2ggdXNlcyB0aGUgXCJ1cmxcIiBmaWVsZC5cbiAqXG4gKiAge1xuICogICAgdmVyc2lvbiA6IDMsXG4gKiAgICBmaWxlOiBcImFwcC5qc1wiLFxuICogICAgc2VjdGlvbnM6IFt7XG4gKiAgICAgIG9mZnNldDoge2xpbmU6MTAwLCBjb2x1bW46MTB9LFxuICogICAgICBtYXA6IHtcbiAqICAgICAgICB2ZXJzaW9uIDogMyxcbiAqICAgICAgICBmaWxlOiBcInNlY3Rpb24uanNcIixcbiAqICAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICAgbmFtZXM6IFtcInNyY1wiLCBcIm1hcHNcIiwgXCJhcmVcIiwgXCJmdW5cIl0sXG4gKiAgICAgICAgbWFwcGluZ3M6IFwiQUFBQSxFOztBQkNERTtcIlxuICogICAgICB9XG4gKiAgICB9XSxcbiAqICB9XG4gKlxuICogVGhlIHNlY29uZCBwYXJhbWV0ZXIsIGlmIGdpdmVuLCBpcyBhIHN0cmluZyB3aG9zZSB2YWx1ZSBpcyB0aGUgVVJMXG4gKiBhdCB3aGljaCB0aGUgc291cmNlIG1hcCB3YXMgZm91bmQuICBUaGlzIFVSTCBpcyB1c2VkIHRvIGNvbXB1dGUgdGhlXG4gKiBzb3VyY2VzIGFycmF5LlxuICpcbiAqIFswXTogaHR0cHM6Ly9kb2NzLmdvb2dsZS5jb20vZG9jdW1lbnQvZC8xVTFSR0FlaFF3UnlwVVRvdkYxS1JscGlPRnplMGItXzJnYzZmQUgwS1kway9lZGl0I2hlYWRpbmc9aC41MzVlczN4ZXByZ3RcbiAqL1xuZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSB1dGlsLnBhcnNlU291cmNlTWFwSW5wdXQoYVNvdXJjZU1hcCk7XG4gIH1cblxuICB2YXIgdmVyc2lvbiA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3ZlcnNpb24nKTtcbiAgdmFyIHNlY3Rpb25zID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnc2VjdGlvbnMnKTtcblxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG5cbiAgdmFyIGxhc3RPZmZzZXQgPSB7XG4gICAgbGluZTogLTEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHRoaXMuX3NlY3Rpb25zID0gc2VjdGlvbnMubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgaWYgKHMudXJsKSB7XG4gICAgICAvLyBUaGUgdXJsIGZpZWxkIHdpbGwgcmVxdWlyZSBzdXBwb3J0IGZvciBhc3luY2hyb25pY2l0eS5cbiAgICAgIC8vIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8xNlxuICAgICAgdGhyb3cgbmV3IEVycm9yKCdTdXBwb3J0IGZvciB1cmwgZmllbGQgaW4gc2VjdGlvbnMgbm90IGltcGxlbWVudGVkLicpO1xuICAgIH1cbiAgICB2YXIgb2Zmc2V0ID0gdXRpbC5nZXRBcmcocywgJ29mZnNldCcpO1xuICAgIHZhciBvZmZzZXRMaW5lID0gdXRpbC5nZXRBcmcob2Zmc2V0LCAnbGluZScpO1xuICAgIHZhciBvZmZzZXRDb2x1bW4gPSB1dGlsLmdldEFyZyhvZmZzZXQsICdjb2x1bW4nKTtcblxuICAgIGlmIChvZmZzZXRMaW5lIDwgbGFzdE9mZnNldC5saW5lIHx8XG4gICAgICAgIChvZmZzZXRMaW5lID09PSBsYXN0T2Zmc2V0LmxpbmUgJiYgb2Zmc2V0Q29sdW1uIDwgbGFzdE9mZnNldC5jb2x1bW4pKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1NlY3Rpb24gb2Zmc2V0cyBtdXN0IGJlIG9yZGVyZWQgYW5kIG5vbi1vdmVybGFwcGluZy4nKTtcbiAgICB9XG4gICAgbGFzdE9mZnNldCA9IG9mZnNldDtcblxuICAgIHJldHVybiB7XG4gICAgICBnZW5lcmF0ZWRPZmZzZXQ6IHtcbiAgICAgICAgLy8gVGhlIG9mZnNldCBmaWVsZHMgYXJlIDAtYmFzZWQsIGJ1dCB3ZSB1c2UgMS1iYXNlZCBpbmRpY2VzIHdoZW5cbiAgICAgICAgLy8gZW5jb2RpbmcvZGVjb2RpbmcgZnJvbSBWTFEuXG4gICAgICAgIGdlbmVyYXRlZExpbmU6IG9mZnNldExpbmUgKyAxLFxuICAgICAgICBnZW5lcmF0ZWRDb2x1bW46IG9mZnNldENvbHVtbiArIDFcbiAgICAgIH0sXG4gICAgICBjb25zdW1lcjogbmV3IFNvdXJjZU1hcENvbnN1bWVyKHV0aWwuZ2V0QXJnKHMsICdtYXAnKSwgYVNvdXJjZU1hcFVSTClcbiAgICB9XG4gIH0pO1xufVxuXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlID0gT2JqZWN0LmNyZWF0ZShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUpO1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdHJ1Y3RvciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwcGluZyBzcGVjIHRoYXQgd2UgYXJlIGNvbnN1bWluZy5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdzb3VyY2VzJywge1xuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgc291cmNlcyA9IFtdO1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIGZvciAodmFyIGogPSAwOyBqIDwgdGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlcy5sZW5ndGg7IGorKykge1xuICAgICAgICBzb3VyY2VzLnB1c2godGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlc1tqXSk7XG4gICAgICB9XG4gICAgfVxuICAgIHJldHVybiBzb3VyY2VzO1xuICB9XG59KTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UsIGxpbmUsIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdFxuICogd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS4gIFRoZSBjb2x1bW5cbiAqICAgICBudW1iZXIgaXMgMC1iYXNlZC5cbiAqXG4gKiBhbmQgYW4gb2JqZWN0IGlzIHJldHVybmVkIHdpdGggdGhlIGZvbGxvd2luZyBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBzb3VyY2U6IFRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZSwgb3IgbnVsbC5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICAgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIG5hbWU6IFRoZSBvcmlnaW5hbCBpZGVudGlmaWVyLCBvciBudWxsLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLm9yaWdpbmFsUG9zaXRpb25Gb3IgPVxuICBmdW5jdGlvbiBJbmRleGVkU291cmNlTWFwQ29uc3VtZXJfb3JpZ2luYWxQb3NpdGlvbkZvcihhQXJncykge1xuICAgIHZhciBuZWVkbGUgPSB7XG4gICAgICBnZW5lcmF0ZWRMaW5lOiB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKSxcbiAgICAgIGdlbmVyYXRlZENvbHVtbjogdXRpbC5nZXRBcmcoYUFyZ3MsICdjb2x1bW4nKVxuICAgIH07XG5cbiAgICAvLyBGaW5kIHRoZSBzZWN0aW9uIGNvbnRhaW5pbmcgdGhlIGdlbmVyYXRlZCBwb3NpdGlvbiB3ZSdyZSB0cnlpbmcgdG8gbWFwXG4gICAgLy8gdG8gYW4gb3JpZ2luYWwgcG9zaXRpb24uXG4gICAgdmFyIHNlY3Rpb25JbmRleCA9IGJpbmFyeVNlYXJjaC5zZWFyY2gobmVlZGxlLCB0aGlzLl9zZWN0aW9ucyxcbiAgICAgIGZ1bmN0aW9uKG5lZWRsZSwgc2VjdGlvbikge1xuICAgICAgICB2YXIgY21wID0gbmVlZGxlLmdlbmVyYXRlZExpbmUgLSBzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lO1xuICAgICAgICBpZiAoY21wKSB7XG4gICAgICAgICAgcmV0dXJuIGNtcDtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiAobmVlZGxlLmdlbmVyYXRlZENvbHVtbiAtXG4gICAgICAgICAgICAgICAgc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgIH0pO1xuICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbc2VjdGlvbkluZGV4XTtcblxuICAgIGlmICghc2VjdGlvbikge1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgc291cmNlOiBudWxsLFxuICAgICAgICBsaW5lOiBudWxsLFxuICAgICAgICBjb2x1bW46IG51bGwsXG4gICAgICAgIG5hbWU6IG51bGxcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcmV0dXJuIHNlY3Rpb24uY29uc3VtZXIub3JpZ2luYWxQb3NpdGlvbkZvcih7XG4gICAgICBsaW5lOiBuZWVkbGUuZ2VuZXJhdGVkTGluZSAtXG4gICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICBjb2x1bW46IG5lZWRsZS5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbmVlZGxlLmdlbmVyYXRlZExpbmVcbiAgICAgICAgID8gc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkQ29sdW1uIC0gMVxuICAgICAgICAgOiAwKSxcbiAgICAgIGJpYXM6IGFBcmdzLmJpYXNcbiAgICB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm4gdHJ1ZSBpZiB3ZSBoYXZlIHRoZSBzb3VyY2UgY29udGVudCBmb3IgZXZlcnkgc291cmNlIGluIHRoZSBzb3VyY2VcbiAqIG1hcCwgZmFsc2Ugb3RoZXJ3aXNlLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX2hhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzKCkge1xuICAgIHJldHVybiB0aGlzLl9zZWN0aW9ucy5ldmVyeShmdW5jdGlvbiAocykge1xuICAgICAgcmV0dXJuIHMuY29uc3VtZXIuaGFzQ29udGVudHNPZkFsbFNvdXJjZXMoKTtcbiAgICB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UgY29udGVudC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgdGhlIHVybCBvZiB0aGVcbiAqIG9yaWdpbmFsIHNvdXJjZSBmaWxlLiBSZXR1cm5zIG51bGwgaWYgbm8gb3JpZ2luYWwgc291cmNlIGNvbnRlbnQgaXNcbiAqIGF2YWlsYWJsZS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5zb3VyY2VDb250ZW50Rm9yID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX3NvdXJjZUNvbnRlbnRGb3IoYVNvdXJjZSwgbnVsbE9uTWlzc2luZykge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbaV07XG5cbiAgICAgIHZhciBjb250ZW50ID0gc2VjdGlvbi5jb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIHRydWUpO1xuICAgICAgaWYgKGNvbnRlbnQpIHtcbiAgICAgICAgcmV0dXJuIGNvbnRlbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIGlmIChudWxsT25NaXNzaW5nKSB7XG4gICAgICByZXR1cm4gbnVsbDtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTb3VyY2UgKyAnXCIgaXMgbm90IGluIHRoZSBTb3VyY2VNYXAuJyk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBvcmlnaW5hbCBzb3VyY2UsXG4gKiBsaW5lLCBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0IHdpdGhcbiAqIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuIFxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgICAgVGhlIGNvbHVtbiBudW1iZXIgaXMgMC1iYXNlZC5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9nZW5lcmF0ZWRQb3NpdGlvbkZvcihhQXJncykge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbaV07XG5cbiAgICAgIC8vIE9ubHkgY29uc2lkZXIgdGhpcyBzZWN0aW9uIGlmIHRoZSByZXF1ZXN0ZWQgc291cmNlIGlzIGluIHRoZSBsaXN0IG9mXG4gICAgICAvLyBzb3VyY2VzIG9mIHRoZSBjb25zdW1lci5cbiAgICAgIGlmIChzZWN0aW9uLmNvbnN1bWVyLl9maW5kU291cmNlSW5kZXgodXRpbC5nZXRBcmcoYUFyZ3MsICdzb3VyY2UnKSkgPT09IC0xKSB7XG4gICAgICAgIGNvbnRpbnVlO1xuICAgICAgfVxuICAgICAgdmFyIGdlbmVyYXRlZFBvc2l0aW9uID0gc2VjdGlvbi5jb25zdW1lci5nZW5lcmF0ZWRQb3NpdGlvbkZvcihhQXJncyk7XG4gICAgICBpZiAoZ2VuZXJhdGVkUG9zaXRpb24pIHtcbiAgICAgICAgdmFyIHJldCA9IHtcbiAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWRQb3NpdGlvbi5saW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWRQb3NpdGlvbi5jb2x1bW4gK1xuICAgICAgICAgICAgKHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZExpbmUgPT09IGdlbmVyYXRlZFBvc2l0aW9uLmxpbmVcbiAgICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgICA6IDApXG4gICAgICAgIH07XG4gICAgICAgIHJldHVybiByZXQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIHtcbiAgICAgIGxpbmU6IG51bGwsXG4gICAgICBjb2x1bW46IG51bGxcbiAgICB9O1xuICB9O1xuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fcGFyc2VNYXBwaW5ncyA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3MgPSBbXTtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRoaXMuX3NlY3Rpb25zLmxlbmd0aDsgaSsrKSB7XG4gICAgICB2YXIgc2VjdGlvbiA9IHRoaXMuX3NlY3Rpb25zW2ldO1xuICAgICAgdmFyIHNlY3Rpb25NYXBwaW5ncyA9IHNlY3Rpb24uY29uc3VtZXIuX2dlbmVyYXRlZE1hcHBpbmdzO1xuICAgICAgZm9yICh2YXIgaiA9IDA7IGogPCBzZWN0aW9uTWFwcGluZ3MubGVuZ3RoOyBqKyspIHtcbiAgICAgICAgdmFyIG1hcHBpbmcgPSBzZWN0aW9uTWFwcGluZ3Nbal07XG5cbiAgICAgICAgdmFyIHNvdXJjZSA9IHNlY3Rpb24uY29uc3VtZXIuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgICBzb3VyY2UgPSB1dGlsLmNvbXB1dGVTb3VyY2VVUkwoc2VjdGlvbi5jb25zdW1lci5zb3VyY2VSb290LCBzb3VyY2UsIHRoaXMuX3NvdXJjZU1hcFVSTCk7XG4gICAgICAgIHRoaXMuX3NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuaW5kZXhPZihzb3VyY2UpO1xuXG4gICAgICAgIHZhciBuYW1lID0gbnVsbDtcbiAgICAgICAgaWYgKG1hcHBpbmcubmFtZSkge1xuICAgICAgICAgIG5hbWUgPSBzZWN0aW9uLmNvbnN1bWVyLl9uYW1lcy5hdChtYXBwaW5nLm5hbWUpO1xuICAgICAgICAgIHRoaXMuX25hbWVzLmFkZChuYW1lKTtcbiAgICAgICAgICBuYW1lID0gdGhpcy5fbmFtZXMuaW5kZXhPZihuYW1lKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIFRoZSBtYXBwaW5ncyBjb21pbmcgZnJvbSB0aGUgY29uc3VtZXIgZm9yIHRoZSBzZWN0aW9uIGhhdmVcbiAgICAgICAgLy8gZ2VuZXJhdGVkIHBvc2l0aW9ucyByZWxhdGl2ZSB0byB0aGUgc3RhcnQgb2YgdGhlIHNlY3Rpb24sIHNvIHdlXG4gICAgICAgIC8vIG5lZWQgdG8gb2Zmc2V0IHRoZW0gdG8gYmUgcmVsYXRpdmUgdG8gdGhlIHN0YXJ0IG9mIHRoZSBjb25jYXRlbmF0ZWRcbiAgICAgICAgLy8gZ2VuZXJhdGVkIGZpbGUuXG4gICAgICAgIHZhciBhZGp1c3RlZE1hcHBpbmcgPSB7XG4gICAgICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICAgICAgZ2VuZXJhdGVkTGluZTogbWFwcGluZy5nZW5lcmF0ZWRMaW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgZ2VuZXJhdGVkQ29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiArXG4gICAgICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbWFwcGluZy5nZW5lcmF0ZWRMaW5lXG4gICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgIDogMCksXG4gICAgICAgICAgb3JpZ2luYWxMaW5lOiBtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICBvcmlnaW5hbENvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICBuYW1lOiBuYW1lXG4gICAgICAgIH07XG5cbiAgICAgICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgaWYgKHR5cGVvZiBhZGp1c3RlZE1hcHBpbmcub3JpZ2luYWxMaW5lID09PSAnbnVtYmVyJykge1xuICAgICAgICAgIHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHF1aWNrU29ydCh0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MsIHV0aWwuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQpO1xuICAgIHF1aWNrU29ydCh0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncywgdXRpbC5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyk7XG4gIH07XG5cbmV4cG9ydHMuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyID0gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qc1xuLy8gbW9kdWxlIGlkID0gN1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbmV4cG9ydHMuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCA9IDI7XG5cbi8qKlxuICogUmVjdXJzaXZlIGltcGxlbWVudGF0aW9uIG9mIGJpbmFyeSBzZWFyY2guXG4gKlxuICogQHBhcmFtIGFMb3cgSW5kaWNlcyBoZXJlIGFuZCBsb3dlciBkbyBub3QgY29udGFpbiB0aGUgbmVlZGxlLlxuICogQHBhcmFtIGFIaWdoIEluZGljZXMgaGVyZSBhbmQgaGlnaGVyIGRvIG5vdCBjb250YWluIHRoZSBuZWVkbGUuXG4gKiBAcGFyYW0gYU5lZWRsZSBUaGUgZWxlbWVudCBiZWluZyBzZWFyY2hlZCBmb3IuXG4gKiBAcGFyYW0gYUhheXN0YWNrIFRoZSBub24tZW1wdHkgYXJyYXkgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgRnVuY3Rpb24gd2hpY2ggdGFrZXMgdHdvIGVsZW1lbnRzIGFuZCByZXR1cm5zIC0xLCAwLCBvciAxLlxuICogQHBhcmFtIGFCaWFzIEVpdGhlciAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJyBvclxuICogICAgICdiaW5hcnlTZWFyY2guTEVBU1RfVVBQRVJfQk9VTkQnLiBTcGVjaWZpZXMgd2hldGhlciB0byByZXR1cm4gdGhlXG4gKiAgICAgY2xvc2VzdCBlbGVtZW50IHRoYXQgaXMgc21hbGxlciB0aGFuIG9yIGdyZWF0ZXIgdGhhbiB0aGUgb25lIHdlIGFyZVxuICogICAgIHNlYXJjaGluZyBmb3IsIHJlc3BlY3RpdmVseSwgaWYgdGhlIGV4YWN0IGVsZW1lbnQgY2Fubm90IGJlIGZvdW5kLlxuICovXG5mdW5jdGlvbiByZWN1cnNpdmVTZWFyY2goYUxvdywgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKSB7XG4gIC8vIFRoaXMgZnVuY3Rpb24gdGVybWluYXRlcyB3aGVuIG9uZSBvZiB0aGUgZm9sbG93aW5nIGlzIHRydWU6XG4gIC8vXG4gIC8vICAgMS4gV2UgZmluZCB0aGUgZXhhY3QgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gIC8vXG4gIC8vICAgMi4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBidXQgd2UgY2FuIHJldHVybiB0aGUgaW5kZXggb2ZcbiAgLy8gICAgICB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQuXG4gIC8vXG4gIC8vICAgMy4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBhbmQgdGhlcmUgaXMgbm8gbmV4dC1jbG9zZXN0XG4gIC8vICAgICAgZWxlbWVudCB0aGFuIHRoZSBvbmUgd2UgYXJlIHNlYXJjaGluZyBmb3IsIHNvIHdlIHJldHVybiAtMS5cbiAgdmFyIG1pZCA9IE1hdGguZmxvb3IoKGFIaWdoIC0gYUxvdykgLyAyKSArIGFMb3c7XG4gIHZhciBjbXAgPSBhQ29tcGFyZShhTmVlZGxlLCBhSGF5c3RhY2tbbWlkXSwgdHJ1ZSk7XG4gIGlmIChjbXAgPT09IDApIHtcbiAgICAvLyBGb3VuZCB0aGUgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gICAgcmV0dXJuIG1pZDtcbiAgfVxuICBlbHNlIGlmIChjbXAgPiAwKSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBncmVhdGVyIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKGFIaWdoIC0gbWlkID4gMSkge1xuICAgICAgLy8gVGhlIGVsZW1lbnQgaXMgaW4gdGhlIHVwcGVyIGhhbGYuXG4gICAgICByZXR1cm4gcmVjdXJzaXZlU2VhcmNoKG1pZCwgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKTtcbiAgICB9XG5cbiAgICAvLyBUaGUgZXhhY3QgbmVlZGxlIGVsZW1lbnQgd2FzIG5vdCBmb3VuZCBpbiB0aGlzIGhheXN0YWNrLiBEZXRlcm1pbmUgaWZcbiAgICAvLyB3ZSBhcmUgaW4gdGVybWluYXRpb24gY2FzZSAoMykgb3IgKDIpIGFuZCByZXR1cm4gdGhlIGFwcHJvcHJpYXRlIHRoaW5nLlxuICAgIGlmIChhQmlhcyA9PSBleHBvcnRzLkxFQVNUX1VQUEVSX0JPVU5EKSB7XG4gICAgICByZXR1cm4gYUhpZ2ggPCBhSGF5c3RhY2subGVuZ3RoID8gYUhpZ2ggOiAtMTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9XG4gIH1cbiAgZWxzZSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBsZXNzIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKG1pZCAtIGFMb3cgPiAxKSB7XG4gICAgICAvLyBUaGUgZWxlbWVudCBpcyBpbiB0aGUgbG93ZXIgaGFsZi5cbiAgICAgIHJldHVybiByZWN1cnNpdmVTZWFyY2goYUxvdywgbWlkLCBhTmVlZGxlLCBhSGF5c3RhY2ssIGFDb21wYXJlLCBhQmlhcyk7XG4gICAgfVxuXG4gICAgLy8gd2UgYXJlIGluIHRlcm1pbmF0aW9uIGNhc2UgKDMpIG9yICgyKSBhbmQgcmV0dXJuIHRoZSBhcHByb3ByaWF0ZSB0aGluZy5cbiAgICBpZiAoYUJpYXMgPT0gZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCkge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIGFMb3cgPCAwID8gLTEgOiBhTG93O1xuICAgIH1cbiAgfVxufVxuXG4vKipcbiAqIFRoaXMgaXMgYW4gaW1wbGVtZW50YXRpb24gb2YgYmluYXJ5IHNlYXJjaCB3aGljaCB3aWxsIGFsd2F5cyB0cnkgYW5kIHJldHVyblxuICogdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IGVsZW1lbnQgaWYgdGhlcmUgaXMgbm8gZXhhY3QgaGl0LiBUaGlzIGlzIGJlY2F1c2VcbiAqIG1hcHBpbmdzIGJldHdlZW4gb3JpZ2luYWwgYW5kIGdlbmVyYXRlZCBsaW5lL2NvbCBwYWlycyBhcmUgc2luZ2xlIHBvaW50cyxcbiAqIGFuZCB0aGVyZSBpcyBhbiBpbXBsaWNpdCByZWdpb24gYmV0d2VlbiBlYWNoIG9mIHRoZW0sIHNvIGEgbWlzcyBqdXN0IG1lYW5zXG4gKiB0aGF0IHlvdSBhcmVuJ3Qgb24gdGhlIHZlcnkgc3RhcnQgb2YgYSByZWdpb24uXG4gKlxuICogQHBhcmFtIGFOZWVkbGUgVGhlIGVsZW1lbnQgeW91IGFyZSBsb29raW5nIGZvci5cbiAqIEBwYXJhbSBhSGF5c3RhY2sgVGhlIGFycmF5IHRoYXQgaXMgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgQSBmdW5jdGlvbiB3aGljaCB0YWtlcyB0aGUgbmVlZGxlIGFuZCBhbiBlbGVtZW50IGluIHRoZVxuICogICAgIGFycmF5IGFuZCByZXR1cm5zIC0xLCAwLCBvciAxIGRlcGVuZGluZyBvbiB3aGV0aGVyIHRoZSBuZWVkbGUgaXMgbGVzc1xuICogICAgIHRoYW4sIGVxdWFsIHRvLCBvciBncmVhdGVyIHRoYW4gdGhlIGVsZW1lbnQsIHJlc3BlY3RpdmVseS5cbiAqIEBwYXJhbSBhQmlhcyBFaXRoZXIgJ2JpbmFyeVNlYXJjaC5HUkVBVEVTVF9MT1dFUl9CT1VORCcgb3JcbiAqICAgICAnYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJy5cbiAqL1xuZXhwb3J0cy5zZWFyY2ggPSBmdW5jdGlvbiBzZWFyY2goYU5lZWRsZSwgYUhheXN0YWNrLCBhQ29tcGFyZSwgYUJpYXMpIHtcbiAgaWYgKGFIYXlzdGFjay5sZW5ndGggPT09IDApIHtcbiAgICByZXR1cm4gLTE7XG4gIH1cblxuICB2YXIgaW5kZXggPSByZWN1cnNpdmVTZWFyY2goLTEsIGFIYXlzdGFjay5sZW5ndGgsIGFOZWVkbGUsIGFIYXlzdGFjayxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFDb21wYXJlLCBhQmlhcyB8fCBleHBvcnRzLkdSRUFURVNUX0xPV0VSX0JPVU5EKTtcbiAgaWYgKGluZGV4IDwgMCkge1xuICAgIHJldHVybiAtMTtcbiAgfVxuXG4gIC8vIFdlIGhhdmUgZm91bmQgZWl0aGVyIHRoZSBleGFjdCBlbGVtZW50LCBvciB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQgdGhhblxuICAvLyB0aGUgb25lIHdlIGFyZSBzZWFyY2hpbmcgZm9yLiBIb3dldmVyLCB0aGVyZSBtYXkgYmUgbW9yZSB0aGFuIG9uZSBzdWNoXG4gIC8vIGVsZW1lbnQuIE1ha2Ugc3VyZSB3ZSBhbHdheXMgcmV0dXJuIHRoZSBzbWFsbGVzdCBvZiB0aGVzZS5cbiAgd2hpbGUgKGluZGV4IC0gMSA+PSAwKSB7XG4gICAgaWYgKGFDb21wYXJlKGFIYXlzdGFja1tpbmRleF0sIGFIYXlzdGFja1tpbmRleCAtIDFdLCB0cnVlKSAhPT0gMCkge1xuICAgICAgYnJlYWs7XG4gICAgfVxuICAgIC0taW5kZXg7XG4gIH1cblxuICByZXR1cm4gaW5kZXg7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmluYXJ5LXNlYXJjaC5qc1xuLy8gbW9kdWxlIGlkID0gOFxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8vIEl0IHR1cm5zIG91dCB0aGF0IHNvbWUgKG1vc3Q/KSBKYXZhU2NyaXB0IGVuZ2luZXMgZG9uJ3Qgc2VsZi1ob3N0XG4vLyBgQXJyYXkucHJvdG90eXBlLnNvcnRgLiBUaGlzIG1ha2VzIHNlbnNlIGJlY2F1c2UgQysrIHdpbGwgbGlrZWx5IHJlbWFpblxuLy8gZmFzdGVyIHRoYW4gSlMgd2hlbiBkb2luZyByYXcgQ1BVLWludGVuc2l2ZSBzb3J0aW5nLiBIb3dldmVyLCB3aGVuIHVzaW5nIGFcbi8vIGN1c3RvbSBjb21wYXJhdG9yIGZ1bmN0aW9uLCBjYWxsaW5nIGJhY2sgYW5kIGZvcnRoIGJldHdlZW4gdGhlIFZNJ3MgQysrIGFuZFxuLy8gSklUJ2QgSlMgaXMgcmF0aGVyIHNsb3cgKmFuZCogbG9zZXMgSklUIHR5cGUgaW5mb3JtYXRpb24sIHJlc3VsdGluZyBpblxuLy8gd29yc2UgZ2VuZXJhdGVkIGNvZGUgZm9yIHRoZSBjb21wYXJhdG9yIGZ1bmN0aW9uIHRoYW4gd291bGQgYmUgb3B0aW1hbC4gSW5cbi8vIGZhY3QsIHdoZW4gc29ydGluZyB3aXRoIGEgY29tcGFyYXRvciwgdGhlc2UgY29zdHMgb3V0d2VpZ2ggdGhlIGJlbmVmaXRzIG9mXG4vLyBzb3J0aW5nIGluIEMrKy4gQnkgdXNpbmcgb3VyIG93biBKUy1pbXBsZW1lbnRlZCBRdWljayBTb3J0IChiZWxvdyksIHdlIGdldFxuLy8gYSB+MzUwMG1zIG1lYW4gc3BlZWQtdXAgaW4gYGJlbmNoL2JlbmNoLmh0bWxgLlxuXG4vKipcbiAqIFN3YXAgdGhlIGVsZW1lbnRzIGluZGV4ZWQgYnkgYHhgIGFuZCBgeWAgaW4gdGhlIGFycmF5IGBhcnlgLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIFRoZSBhcnJheS5cbiAqIEBwYXJhbSB7TnVtYmVyfSB4XG4gKiAgICAgICAgVGhlIGluZGV4IG9mIHRoZSBmaXJzdCBpdGVtLlxuICogQHBhcmFtIHtOdW1iZXJ9IHlcbiAqICAgICAgICBUaGUgaW5kZXggb2YgdGhlIHNlY29uZCBpdGVtLlxuICovXG5mdW5jdGlvbiBzd2FwKGFyeSwgeCwgeSkge1xuICB2YXIgdGVtcCA9IGFyeVt4XTtcbiAgYXJ5W3hdID0gYXJ5W3ldO1xuICBhcnlbeV0gPSB0ZW1wO1xufVxuXG4vKipcbiAqIFJldHVybnMgYSByYW5kb20gaW50ZWdlciB3aXRoaW4gdGhlIHJhbmdlIGBsb3cgLi4gaGlnaGAgaW5jbHVzaXZlLlxuICpcbiAqIEBwYXJhbSB7TnVtYmVyfSBsb3dcbiAqICAgICAgICBUaGUgbG93ZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICogQHBhcmFtIHtOdW1iZXJ9IGhpZ2hcbiAqICAgICAgICBUaGUgdXBwZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICovXG5mdW5jdGlvbiByYW5kb21JbnRJblJhbmdlKGxvdywgaGlnaCkge1xuICByZXR1cm4gTWF0aC5yb3VuZChsb3cgKyAoTWF0aC5yYW5kb20oKSAqIChoaWdoIC0gbG93KSkpO1xufVxuXG4vKipcbiAqIFRoZSBRdWljayBTb3J0IGFsZ29yaXRobS5cbiAqXG4gKiBAcGFyYW0ge0FycmF5fSBhcnlcbiAqICAgICAgICBBbiBhcnJheSB0byBzb3J0LlxuICogQHBhcmFtIHtmdW5jdGlvbn0gY29tcGFyYXRvclxuICogICAgICAgIEZ1bmN0aW9uIHRvIHVzZSB0byBjb21wYXJlIHR3byBpdGVtcy5cbiAqIEBwYXJhbSB7TnVtYmVyfSBwXG4gKiAgICAgICAgU3RhcnQgaW5kZXggb2YgdGhlIGFycmF5XG4gKiBAcGFyYW0ge051bWJlcn0gclxuICogICAgICAgIEVuZCBpbmRleCBvZiB0aGUgYXJyYXlcbiAqL1xuZnVuY3Rpb24gZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCByKSB7XG4gIC8vIElmIG91ciBsb3dlciBib3VuZCBpcyBsZXNzIHRoYW4gb3VyIHVwcGVyIGJvdW5kLCB3ZSAoMSkgcGFydGl0aW9uIHRoZVxuICAvLyBhcnJheSBpbnRvIHR3byBwaWVjZXMgYW5kICgyKSByZWN1cnNlIG9uIGVhY2ggaGFsZi4gSWYgaXQgaXMgbm90LCB0aGlzIGlzXG4gIC8vIHRoZSBlbXB0eSBhcnJheSBhbmQgb3VyIGJhc2UgY2FzZS5cblxuICBpZiAocCA8IHIpIHtcbiAgICAvLyAoMSkgUGFydGl0aW9uaW5nLlxuICAgIC8vXG4gICAgLy8gVGhlIHBhcnRpdGlvbmluZyBjaG9vc2VzIGEgcGl2b3QgYmV0d2VlbiBgcGAgYW5kIGByYCBhbmQgbW92ZXMgYWxsXG4gICAgLy8gZWxlbWVudHMgdGhhdCBhcmUgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdCB0byB0aGUgYmVmb3JlIGl0LCBhbmRcbiAgICAvLyBhbGwgdGhlIGVsZW1lbnRzIHRoYXQgYXJlIGdyZWF0ZXIgdGhhbiBpdCBhZnRlciBpdC4gVGhlIGVmZmVjdCBpcyB0aGF0XG4gICAgLy8gb25jZSBwYXJ0aXRpb24gaXMgZG9uZSwgdGhlIHBpdm90IGlzIGluIHRoZSBleGFjdCBwbGFjZSBpdCB3aWxsIGJlIHdoZW5cbiAgICAvLyB0aGUgYXJyYXkgaXMgcHV0IGluIHNvcnRlZCBvcmRlciwgYW5kIGl0IHdpbGwgbm90IG5lZWQgdG8gYmUgbW92ZWRcbiAgICAvLyBhZ2Fpbi4gVGhpcyBydW5zIGluIE8obikgdGltZS5cblxuICAgIC8vIEFsd2F5cyBjaG9vc2UgYSByYW5kb20gcGl2b3Qgc28gdGhhdCBhbiBpbnB1dCBhcnJheSB3aGljaCBpcyByZXZlcnNlXG4gICAgLy8gc29ydGVkIGRvZXMgbm90IGNhdXNlIE8obl4yKSBydW5uaW5nIHRpbWUuXG4gICAgdmFyIHBpdm90SW5kZXggPSByYW5kb21JbnRJblJhbmdlKHAsIHIpO1xuICAgIHZhciBpID0gcCAtIDE7XG5cbiAgICBzd2FwKGFyeSwgcGl2b3RJbmRleCwgcik7XG4gICAgdmFyIHBpdm90ID0gYXJ5W3JdO1xuXG4gICAgLy8gSW1tZWRpYXRlbHkgYWZ0ZXIgYGpgIGlzIGluY3JlbWVudGVkIGluIHRoaXMgbG9vcCwgdGhlIGZvbGxvd2luZyBob2xkXG4gICAgLy8gdHJ1ZTpcbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbcCAuLiBpXWAgaXMgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdC5cbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbaSsxIC4uIGotMV1gIGlzIGdyZWF0ZXIgdGhhbiB0aGUgcGl2b3QuXG4gICAgZm9yICh2YXIgaiA9IHA7IGogPCByOyBqKyspIHtcbiAgICAgIGlmIChjb21wYXJhdG9yKGFyeVtqXSwgcGl2b3QpIDw9IDApIHtcbiAgICAgICAgaSArPSAxO1xuICAgICAgICBzd2FwKGFyeSwgaSwgaik7XG4gICAgICB9XG4gICAgfVxuXG4gICAgc3dhcChhcnksIGkgKyAxLCBqKTtcbiAgICB2YXIgcSA9IGkgKyAxO1xuXG4gICAgLy8gKDIpIFJlY3Vyc2Ugb24gZWFjaCBoYWxmLlxuXG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCBxIC0gMSk7XG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBxICsgMSwgcik7XG4gIH1cbn1cblxuLyoqXG4gKiBTb3J0IHRoZSBnaXZlbiBhcnJheSBpbi1wbGFjZSB3aXRoIHRoZSBnaXZlbiBjb21wYXJhdG9yIGZ1bmN0aW9uLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIEFuIGFycmF5IHRvIHNvcnQuXG4gKiBAcGFyYW0ge2Z1bmN0aW9ufSBjb21wYXJhdG9yXG4gKiAgICAgICAgRnVuY3Rpb24gdG8gdXNlIHRvIGNvbXBhcmUgdHdvIGl0ZW1zLlxuICovXG5leHBvcnRzLnF1aWNrU29ydCA9IGZ1bmN0aW9uIChhcnksIGNvbXBhcmF0b3IpIHtcbiAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCAwLCBhcnkubGVuZ3RoIC0gMSk7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvcXVpY2stc29ydC5qc1xuLy8gbW9kdWxlIGlkID0gOVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciBTb3VyY2VNYXBHZW5lcmF0b3IgPSByZXF1aXJlKCcuL3NvdXJjZS1tYXAtZ2VuZXJhdG9yJykuU291cmNlTWFwR2VuZXJhdG9yO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcblxuLy8gTWF0Y2hlcyBhIFdpbmRvd3Mtc3R5bGUgYFxcclxcbmAgbmV3bGluZSBvciBhIGBcXG5gIG5ld2xpbmUgdXNlZCBieSBhbGwgb3RoZXJcbi8vIG9wZXJhdGluZyBzeXN0ZW1zIHRoZXNlIGRheXMgKGNhcHR1cmluZyB0aGUgcmVzdWx0KS5cbnZhciBSRUdFWF9ORVdMSU5FID0gLyhcXHI/XFxuKS87XG5cbi8vIE5ld2xpbmUgY2hhcmFjdGVyIGNvZGUgZm9yIGNoYXJDb2RlQXQoKSBjb21wYXJpc29uc1xudmFyIE5FV0xJTkVfQ09ERSA9IDEwO1xuXG4vLyBQcml2YXRlIHN5bWJvbCBmb3IgaWRlbnRpZnlpbmcgYFNvdXJjZU5vZGVgcyB3aGVuIG11bHRpcGxlIHZlcnNpb25zIG9mXG4vLyB0aGUgc291cmNlLW1hcCBsaWJyYXJ5IGFyZSBsb2FkZWQuIFRoaXMgTVVTVCBOT1QgQ0hBTkdFIGFjcm9zc1xuLy8gdmVyc2lvbnMhXG52YXIgaXNTb3VyY2VOb2RlID0gXCIkJCRpc1NvdXJjZU5vZGUkJCRcIjtcblxuLyoqXG4gKiBTb3VyY2VOb2RlcyBwcm92aWRlIGEgd2F5IHRvIGFic3RyYWN0IG92ZXIgaW50ZXJwb2xhdGluZy9jb25jYXRlbmF0aW5nXG4gKiBzbmlwcGV0cyBvZiBnZW5lcmF0ZWQgSmF2YVNjcmlwdCBzb3VyY2UgY29kZSB3aGlsZSBtYWludGFpbmluZyB0aGUgbGluZSBhbmRcbiAqIGNvbHVtbiBpbmZvcm1hdGlvbiBhc3NvY2lhdGVkIHdpdGggdGhlIG9yaWdpbmFsIHNvdXJjZSBjb2RlLlxuICpcbiAqIEBwYXJhbSBhTGluZSBUaGUgb3JpZ2luYWwgbGluZSBudW1iZXIuXG4gKiBAcGFyYW0gYUNvbHVtbiBUaGUgb3JpZ2luYWwgY29sdW1uIG51bWJlci5cbiAqIEBwYXJhbSBhU291cmNlIFRoZSBvcmlnaW5hbCBzb3VyY2UncyBmaWxlbmFtZS5cbiAqIEBwYXJhbSBhQ2h1bmtzIE9wdGlvbmFsLiBBbiBhcnJheSBvZiBzdHJpbmdzIHdoaWNoIGFyZSBzbmlwcGV0cyBvZlxuICogICAgICAgIGdlbmVyYXRlZCBKUywgb3Igb3RoZXIgU291cmNlTm9kZXMuXG4gKiBAcGFyYW0gYU5hbWUgVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU5vZGUoYUxpbmUsIGFDb2x1bW4sIGFTb3VyY2UsIGFDaHVua3MsIGFOYW1lKSB7XG4gIHRoaXMuY2hpbGRyZW4gPSBbXTtcbiAgdGhpcy5zb3VyY2VDb250ZW50cyA9IHt9O1xuICB0aGlzLmxpbmUgPSBhTGluZSA9PSBudWxsID8gbnVsbCA6IGFMaW5lO1xuICB0aGlzLmNvbHVtbiA9IGFDb2x1bW4gPT0gbnVsbCA/IG51bGwgOiBhQ29sdW1uO1xuICB0aGlzLnNvdXJjZSA9IGFTb3VyY2UgPT0gbnVsbCA/IG51bGwgOiBhU291cmNlO1xuICB0aGlzLm5hbWUgPSBhTmFtZSA9PSBudWxsID8gbnVsbCA6IGFOYW1lO1xuICB0aGlzW2lzU291cmNlTm9kZV0gPSB0cnVlO1xuICBpZiAoYUNodW5rcyAhPSBudWxsKSB0aGlzLmFkZChhQ2h1bmtzKTtcbn1cblxuLyoqXG4gKiBDcmVhdGVzIGEgU291cmNlTm9kZSBmcm9tIGdlbmVyYXRlZCBjb2RlIGFuZCBhIFNvdXJjZU1hcENvbnN1bWVyLlxuICpcbiAqIEBwYXJhbSBhR2VuZXJhdGVkQ29kZSBUaGUgZ2VuZXJhdGVkIGNvZGVcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIFNvdXJjZU1hcCBmb3IgdGhlIGdlbmVyYXRlZCBjb2RlXG4gKiBAcGFyYW0gYVJlbGF0aXZlUGF0aCBPcHRpb25hbC4gVGhlIHBhdGggdGhhdCByZWxhdGl2ZSBzb3VyY2VzIGluIHRoZVxuICogICAgICAgIFNvdXJjZU1hcENvbnN1bWVyIHNob3VsZCBiZSByZWxhdGl2ZSB0by5cbiAqL1xuU291cmNlTm9kZS5mcm9tU3RyaW5nV2l0aFNvdXJjZU1hcCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU5vZGVfZnJvbVN0cmluZ1dpdGhTb3VyY2VNYXAoYUdlbmVyYXRlZENvZGUsIGFTb3VyY2VNYXBDb25zdW1lciwgYVJlbGF0aXZlUGF0aCkge1xuICAgIC8vIFRoZSBTb3VyY2VOb2RlIHdlIHdhbnQgdG8gZmlsbCB3aXRoIHRoZSBnZW5lcmF0ZWQgY29kZVxuICAgIC8vIGFuZCB0aGUgU291cmNlTWFwXG4gICAgdmFyIG5vZGUgPSBuZXcgU291cmNlTm9kZSgpO1xuXG4gICAgLy8gQWxsIGV2ZW4gaW5kaWNlcyBvZiB0aGlzIGFycmF5IGFyZSBvbmUgbGluZSBvZiB0aGUgZ2VuZXJhdGVkIGNvZGUsXG4gICAgLy8gd2hpbGUgYWxsIG9kZCBpbmRpY2VzIGFyZSB0aGUgbmV3bGluZXMgYmV0d2VlbiB0d28gYWRqYWNlbnQgbGluZXNcbiAgICAvLyAoc2luY2UgYFJFR0VYX05FV0xJTkVgIGNhcHR1cmVzIGl0cyBtYXRjaCkuXG4gICAgLy8gUHJvY2Vzc2VkIGZyYWdtZW50cyBhcmUgYWNjZXNzZWQgYnkgY2FsbGluZyBgc2hpZnROZXh0TGluZWAuXG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzID0gYUdlbmVyYXRlZENvZGUuc3BsaXQoUkVHRVhfTkVXTElORSk7XG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzSW5kZXggPSAwO1xuICAgIHZhciBzaGlmdE5leHRMaW5lID0gZnVuY3Rpb24oKSB7XG4gICAgICB2YXIgbGluZUNvbnRlbnRzID0gZ2V0TmV4dExpbmUoKTtcbiAgICAgIC8vIFRoZSBsYXN0IGxpbmUgb2YgYSBmaWxlIG1pZ2h0IG5vdCBoYXZlIGEgbmV3bGluZS5cbiAgICAgIHZhciBuZXdMaW5lID0gZ2V0TmV4dExpbmUoKSB8fCBcIlwiO1xuICAgICAgcmV0dXJuIGxpbmVDb250ZW50cyArIG5ld0xpbmU7XG5cbiAgICAgIGZ1bmN0aW9uIGdldE5leHRMaW5lKCkge1xuICAgICAgICByZXR1cm4gcmVtYWluaW5nTGluZXNJbmRleCA8IHJlbWFpbmluZ0xpbmVzLmxlbmd0aCA/XG4gICAgICAgICAgICByZW1haW5pbmdMaW5lc1tyZW1haW5pbmdMaW5lc0luZGV4KytdIDogdW5kZWZpbmVkO1xuICAgICAgfVxuICAgIH07XG5cbiAgICAvLyBXZSBuZWVkIHRvIHJlbWVtYmVyIHRoZSBwb3NpdGlvbiBvZiBcInJlbWFpbmluZ0xpbmVzXCJcbiAgICB2YXIgbGFzdEdlbmVyYXRlZExpbmUgPSAxLCBsYXN0R2VuZXJhdGVkQ29sdW1uID0gMDtcblxuICAgIC8vIFRoZSBnZW5lcmF0ZSBTb3VyY2VOb2RlcyB3ZSBuZWVkIGEgY29kZSByYW5nZS5cbiAgICAvLyBUbyBleHRyYWN0IGl0IGN1cnJlbnQgYW5kIGxhc3QgbWFwcGluZyBpcyB1c2VkLlxuICAgIC8vIEhlcmUgd2Ugc3RvcmUgdGhlIGxhc3QgbWFwcGluZy5cbiAgICB2YXIgbGFzdE1hcHBpbmcgPSBudWxsO1xuXG4gICAgYVNvdXJjZU1hcENvbnN1bWVyLmVhY2hNYXBwaW5nKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcgIT09IG51bGwpIHtcbiAgICAgICAgLy8gV2UgYWRkIHRoZSBjb2RlIGZyb20gXCJsYXN0TWFwcGluZ1wiIHRvIFwibWFwcGluZ1wiOlxuICAgICAgICAvLyBGaXJzdCBjaGVjayBpZiB0aGVyZSBpcyBhIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgIGlmIChsYXN0R2VuZXJhdGVkTGluZSA8IG1hcHBpbmcuZ2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIC8vIEFzc29jaWF0ZSBmaXJzdCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBzaGlmdE5leHRMaW5lKCkpO1xuICAgICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICAgICAgbGFzdEdlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgICAgLy8gVGhlIHJlbWFpbmluZyBjb2RlIGlzIGFkZGVkIHdpdGhvdXQgbWFwcGluZ1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIC8vIFRoZXJlIGlzIG5vIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSBjb2RlIGJldHdlZW4gXCJsYXN0R2VuZXJhdGVkQ29sdW1uXCIgYW5kXG4gICAgICAgICAgLy8gXCJtYXBwaW5nLmdlbmVyYXRlZENvbHVtblwiIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgdmFyIG5leHRMaW5lID0gcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gfHwgJyc7XG4gICAgICAgICAgdmFyIGNvZGUgPSBuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxhc3RHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICAgIHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdID0gbmV4dExpbmUuc3Vic3RyKG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBjb2RlKTtcbiAgICAgICAgICAvLyBObyBtb3JlIHJlbWFpbmluZyBjb2RlLCBjb250aW51ZVxuICAgICAgICAgIGxhc3RNYXBwaW5nID0gbWFwcGluZztcbiAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC8vIFdlIGFkZCB0aGUgZ2VuZXJhdGVkIGNvZGUgdW50aWwgdGhlIGZpcnN0IG1hcHBpbmdcbiAgICAgIC8vIHRvIHRoZSBTb3VyY2VOb2RlIHdpdGhvdXQgYW55IG1hcHBpbmcuXG4gICAgICAvLyBFYWNoIGxpbmUgaXMgYWRkZWQgYXMgc2VwYXJhdGUgc3RyaW5nLlxuICAgICAgd2hpbGUgKGxhc3RHZW5lcmF0ZWRMaW5lIDwgbWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIG5vZGUuYWRkKHNoaWZ0TmV4dExpbmUoKSk7XG4gICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICB9XG4gICAgICBpZiAobGFzdEdlbmVyYXRlZENvbHVtbiA8IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uKSB7XG4gICAgICAgIHZhciBuZXh0TGluZSA9IHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdIHx8ICcnO1xuICAgICAgICBub2RlLmFkZChuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pKTtcbiAgICAgICAgcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gPSBuZXh0TGluZS5zdWJzdHIobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICB9XG4gICAgICBsYXN0TWFwcGluZyA9IG1hcHBpbmc7XG4gICAgfSwgdGhpcyk7XG4gICAgLy8gV2UgaGF2ZSBwcm9jZXNzZWQgYWxsIG1hcHBpbmdzLlxuICAgIGlmIChyZW1haW5pbmdMaW5lc0luZGV4IDwgcmVtYWluaW5nTGluZXMubGVuZ3RoKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcpIHtcbiAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSByZW1haW5pbmcgY29kZSBpbiB0aGUgY3VycmVudCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgIGFkZE1hcHBpbmdXaXRoQ29kZShsYXN0TWFwcGluZywgc2hpZnROZXh0TGluZSgpKTtcbiAgICAgIH1cbiAgICAgIC8vIGFuZCBhZGQgdGhlIHJlbWFpbmluZyBsaW5lcyB3aXRob3V0IGFueSBtYXBwaW5nXG4gICAgICBub2RlLmFkZChyZW1haW5pbmdMaW5lcy5zcGxpY2UocmVtYWluaW5nTGluZXNJbmRleCkuam9pbihcIlwiKSk7XG4gICAgfVxuXG4gICAgLy8gQ29weSBzb3VyY2VzQ29udGVudCBpbnRvIFNvdXJjZU5vZGVcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVJlbGF0aXZlUGF0aCAhPSBudWxsKSB7XG4gICAgICAgICAgc291cmNlRmlsZSA9IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICBub2RlLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSk7XG5cbiAgICByZXR1cm4gbm9kZTtcblxuICAgIGZ1bmN0aW9uIGFkZE1hcHBpbmdXaXRoQ29kZShtYXBwaW5nLCBjb2RlKSB7XG4gICAgICBpZiAobWFwcGluZyA9PT0gbnVsbCB8fCBtYXBwaW5nLnNvdXJjZSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIG5vZGUuYWRkKGNvZGUpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IGFSZWxhdGl2ZVBhdGhcbiAgICAgICAgICA/IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICA6IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBub2RlLmFkZChuZXcgU291cmNlTm9kZShtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb2RlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXBwaW5nLm5hbWUpKTtcbiAgICAgIH1cbiAgICB9XG4gIH07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoaXMgc291cmNlIG5vZGUuXG4gKlxuICogQHBhcmFtIGFDaHVuayBBIHN0cmluZyBzbmlwcGV0IG9mIGdlbmVyYXRlZCBKUyBjb2RlLCBhbm90aGVyIGluc3RhbmNlIG9mXG4gKiAgICAgICAgU291cmNlTm9kZSwgb3IgYW4gYXJyYXkgd2hlcmUgZWFjaCBtZW1iZXIgaXMgb25lIG9mIHRob3NlIHRoaW5ncy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUuYWRkID0gZnVuY3Rpb24gU291cmNlTm9kZV9hZGQoYUNodW5rKSB7XG4gIGlmIChBcnJheS5pc0FycmF5KGFDaHVuaykpIHtcbiAgICBhQ2h1bmsuZm9yRWFjaChmdW5jdGlvbiAoY2h1bmspIHtcbiAgICAgIHRoaXMuYWRkKGNodW5rKTtcbiAgICB9LCB0aGlzKTtcbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgaWYgKGFDaHVuaykge1xuICAgICAgdGhpcy5jaGlsZHJlbi5wdXNoKGFDaHVuayk7XG4gICAgfVxuICB9XG4gIGVsc2Uge1xuICAgIHRocm93IG5ldyBUeXBlRXJyb3IoXG4gICAgICBcIkV4cGVjdGVkIGEgU291cmNlTm9kZSwgc3RyaW5nLCBvciBhbiBhcnJheSBvZiBTb3VyY2VOb2RlcyBhbmQgc3RyaW5ncy4gR290IFwiICsgYUNodW5rXG4gICAgKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoZSBiZWdpbm5pbmcgb2YgdGhpcyBzb3VyY2Ugbm9kZS5cbiAqXG4gKiBAcGFyYW0gYUNodW5rIEEgc3RyaW5nIHNuaXBwZXQgb2YgZ2VuZXJhdGVkIEpTIGNvZGUsIGFub3RoZXIgaW5zdGFuY2Ugb2ZcbiAqICAgICAgICBTb3VyY2VOb2RlLCBvciBhbiBhcnJheSB3aGVyZSBlYWNoIG1lbWJlciBpcyBvbmUgb2YgdGhvc2UgdGhpbmdzLlxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5wcmVwZW5kID0gZnVuY3Rpb24gU291cmNlTm9kZV9wcmVwZW5kKGFDaHVuaykge1xuICBpZiAoQXJyYXkuaXNBcnJheShhQ2h1bmspKSB7XG4gICAgZm9yICh2YXIgaSA9IGFDaHVuay5sZW5ndGgtMTsgaSA+PSAwOyBpLS0pIHtcbiAgICAgIHRoaXMucHJlcGVuZChhQ2h1bmtbaV0pO1xuICAgIH1cbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgdGhpcy5jaGlsZHJlbi51bnNoaWZ0KGFDaHVuayk7XG4gIH1cbiAgZWxzZSB7XG4gICAgdGhyb3cgbmV3IFR5cGVFcnJvcihcbiAgICAgIFwiRXhwZWN0ZWQgYSBTb3VyY2VOb2RlLCBzdHJpbmcsIG9yIGFuIGFycmF5IG9mIFNvdXJjZU5vZGVzIGFuZCBzdHJpbmdzLiBHb3QgXCIgKyBhQ2h1bmtcbiAgICApO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBXYWxrIG92ZXIgdGhlIHRyZWUgb2YgSlMgc25pcHBldHMgaW4gdGhpcyBub2RlIGFuZCBpdHMgY2hpbGRyZW4uIFRoZVxuICogd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgb25jZSBmb3IgZWFjaCBzbmlwcGV0IG9mIEpTIGFuZCBpcyBwYXNzZWQgdGhhdFxuICogc25pcHBldCBhbmQgdGhlIGl0cyBvcmlnaW5hbCBhc3NvY2lhdGVkIHNvdXJjZSdzIGxpbmUvY29sdW1uIGxvY2F0aW9uLlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2FsayA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfd2FsayhhRm4pIHtcbiAgdmFyIGNodW5rO1xuICBmb3IgKHZhciBpID0gMCwgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgIGNodW5rID0gdGhpcy5jaGlsZHJlbltpXTtcbiAgICBpZiAoY2h1bmtbaXNTb3VyY2VOb2RlXSkge1xuICAgICAgY2h1bmsud2FsayhhRm4pO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIGlmIChjaHVuayAhPT0gJycpIHtcbiAgICAgICAgYUZuKGNodW5rLCB7IHNvdXJjZTogdGhpcy5zb3VyY2UsXG4gICAgICAgICAgICAgICAgICAgICBsaW5lOiB0aGlzLmxpbmUsXG4gICAgICAgICAgICAgICAgICAgICBjb2x1bW46IHRoaXMuY29sdW1uLFxuICAgICAgICAgICAgICAgICAgICAgbmFtZTogdGhpcy5uYW1lIH0pO1xuICAgICAgfVxuICAgIH1cbiAgfVxufTtcblxuLyoqXG4gKiBMaWtlIGBTdHJpbmcucHJvdG90eXBlLmpvaW5gIGV4Y2VwdCBmb3IgU291cmNlTm9kZXMuIEluc2VydHMgYGFTdHJgIGJldHdlZW5cbiAqIGVhY2ggb2YgYHRoaXMuY2hpbGRyZW5gLlxuICpcbiAqIEBwYXJhbSBhU2VwIFRoZSBzZXBhcmF0b3IuXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLmpvaW4gPSBmdW5jdGlvbiBTb3VyY2VOb2RlX2pvaW4oYVNlcCkge1xuICB2YXIgbmV3Q2hpbGRyZW47XG4gIHZhciBpO1xuICB2YXIgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7XG4gIGlmIChsZW4gPiAwKSB7XG4gICAgbmV3Q2hpbGRyZW4gPSBbXTtcbiAgICBmb3IgKGkgPSAwOyBpIDwgbGVuLTE7IGkrKykge1xuICAgICAgbmV3Q2hpbGRyZW4ucHVzaCh0aGlzLmNoaWxkcmVuW2ldKTtcbiAgICAgIG5ld0NoaWxkcmVuLnB1c2goYVNlcCk7XG4gICAgfVxuICAgIG5ld0NoaWxkcmVuLnB1c2godGhpcy5jaGlsZHJlbltpXSk7XG4gICAgdGhpcy5jaGlsZHJlbiA9IG5ld0NoaWxkcmVuO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBDYWxsIFN0cmluZy5wcm90b3R5cGUucmVwbGFjZSBvbiB0aGUgdmVyeSByaWdodC1tb3N0IHNvdXJjZSBzbmlwcGV0LiBVc2VmdWxcbiAqIGZvciB0cmltbWluZyB3aGl0ZXNwYWNlIGZyb20gdGhlIGVuZCBvZiBhIHNvdXJjZSBub2RlLCBldGMuXG4gKlxuICogQHBhcmFtIGFQYXR0ZXJuIFRoZSBwYXR0ZXJuIHRvIHJlcGxhY2UuXG4gKiBAcGFyYW0gYVJlcGxhY2VtZW50IFRoZSB0aGluZyB0byByZXBsYWNlIHRoZSBwYXR0ZXJuIHdpdGguXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLnJlcGxhY2VSaWdodCA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfcmVwbGFjZVJpZ2h0KGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpIHtcbiAgdmFyIGxhc3RDaGlsZCA9IHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXTtcbiAgaWYgKGxhc3RDaGlsZFtpc1NvdXJjZU5vZGVdKSB7XG4gICAgbGFzdENoaWxkLnJlcGxhY2VSaWdodChhUGF0dGVybiwgYVJlcGxhY2VtZW50KTtcbiAgfVxuICBlbHNlIGlmICh0eXBlb2YgbGFzdENoaWxkID09PSAnc3RyaW5nJykge1xuICAgIHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXSA9IGxhc3RDaGlsZC5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpO1xuICB9XG4gIGVsc2Uge1xuICAgIHRoaXMuY2hpbGRyZW4ucHVzaCgnJy5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogU2V0IHRoZSBzb3VyY2UgY29udGVudCBmb3IgYSBzb3VyY2UgZmlsZS4gVGhpcyB3aWxsIGJlIGFkZGVkIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3JcbiAqIGluIHRoZSBzb3VyY2VzQ29udGVudCBmaWVsZC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgVGhlIGZpbGVuYW1lIG9mIHRoZSBzb3VyY2UgZmlsZVxuICogQHBhcmFtIGFTb3VyY2VDb250ZW50IFRoZSBjb250ZW50IG9mIHRoZSBzb3VyY2UgZmlsZVxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5zZXRTb3VyY2VDb250ZW50ID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHRoaXMuc291cmNlQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhhU291cmNlRmlsZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gIH07XG5cbi8qKlxuICogV2FsayBvdmVyIHRoZSB0cmVlIG9mIFNvdXJjZU5vZGVzLiBUaGUgd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgZm9yIGVhY2hcbiAqIHNvdXJjZSBmaWxlIGNvbnRlbnQgYW5kIGlzIHBhc3NlZCB0aGUgZmlsZW5hbWUgYW5kIHNvdXJjZSBjb250ZW50LlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2Fsa1NvdXJjZUNvbnRlbnRzID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV93YWxrU291cmNlQ29udGVudHMoYUZuKSB7XG4gICAgZm9yICh2YXIgaSA9IDAsIGxlbiA9IHRoaXMuY2hpbGRyZW4ubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgIGlmICh0aGlzLmNoaWxkcmVuW2ldW2lzU291cmNlTm9kZV0pIHtcbiAgICAgICAgdGhpcy5jaGlsZHJlbltpXS53YWxrU291cmNlQ29udGVudHMoYUZuKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgc291cmNlcyA9IE9iamVjdC5rZXlzKHRoaXMuc291cmNlQ29udGVudHMpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBzb3VyY2VzLmxlbmd0aDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICBhRm4odXRpbC5mcm9tU2V0U3RyaW5nKHNvdXJjZXNbaV0pLCB0aGlzLnNvdXJjZUNvbnRlbnRzW3NvdXJjZXNbaV1dKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRoZSBzdHJpbmcgcmVwcmVzZW50YXRpb24gb2YgdGhpcyBzb3VyY2Ugbm9kZS4gV2Fsa3Mgb3ZlciB0aGUgdHJlZVxuICogYW5kIGNvbmNhdGVuYXRlcyBhbGwgdGhlIHZhcmlvdXMgc25pcHBldHMgdG9nZXRoZXIgdG8gb25lIHN0cmluZy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmcgPSBmdW5jdGlvbiBTb3VyY2VOb2RlX3RvU3RyaW5nKCkge1xuICB2YXIgc3RyID0gXCJcIjtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaykge1xuICAgIHN0ciArPSBjaHVuaztcbiAgfSk7XG4gIHJldHVybiBzdHI7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIHN0cmluZyByZXByZXNlbnRhdGlvbiBvZiB0aGlzIHNvdXJjZSBub2RlIGFsb25nIHdpdGggYSBzb3VyY2VcbiAqIG1hcC5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmdXaXRoU291cmNlTWFwID0gZnVuY3Rpb24gU291cmNlTm9kZV90b1N0cmluZ1dpdGhTb3VyY2VNYXAoYUFyZ3MpIHtcbiAgdmFyIGdlbmVyYXRlZCA9IHtcbiAgICBjb2RlOiBcIlwiLFxuICAgIGxpbmU6IDEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHZhciBtYXAgPSBuZXcgU291cmNlTWFwR2VuZXJhdG9yKGFBcmdzKTtcbiAgdmFyIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgdmFyIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxMaW5lID0gbnVsbDtcbiAgdmFyIGxhc3RPcmlnaW5hbENvbHVtbiA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxOYW1lID0gbnVsbDtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaywgb3JpZ2luYWwpIHtcbiAgICBnZW5lcmF0ZWQuY29kZSArPSBjaHVuaztcbiAgICBpZiAob3JpZ2luYWwuc291cmNlICE9PSBudWxsXG4gICAgICAgICYmIG9yaWdpbmFsLmxpbmUgIT09IG51bGxcbiAgICAgICAgJiYgb3JpZ2luYWwuY29sdW1uICE9PSBudWxsKSB7XG4gICAgICBpZihsYXN0T3JpZ2luYWxTb3VyY2UgIT09IG9yaWdpbmFsLnNvdXJjZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsTGluZSAhPT0gb3JpZ2luYWwubGluZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsQ29sdW1uICE9PSBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgIHx8IGxhc3RPcmlnaW5hbE5hbWUgIT09IG9yaWdpbmFsLm5hbWUpIHtcbiAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgIHNvdXJjZTogb3JpZ2luYWwuc291cmNlLFxuICAgICAgICAgIG9yaWdpbmFsOiB7XG4gICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgY29sdW1uOiBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgbGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICAgICAgICBjb2x1bW46IGdlbmVyYXRlZC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIG5hbWU6IG9yaWdpbmFsLm5hbWVcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICBsYXN0T3JpZ2luYWxMaW5lID0gb3JpZ2luYWwubGluZTtcbiAgICAgIGxhc3RPcmlnaW5hbENvbHVtbiA9IG9yaWdpbmFsLmNvbHVtbjtcbiAgICAgIGxhc3RPcmlnaW5hbE5hbWUgPSBvcmlnaW5hbC5uYW1lO1xuICAgICAgc291cmNlTWFwcGluZ0FjdGl2ZSA9IHRydWU7XG4gICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICBtYXAuYWRkTWFwcGluZyh7XG4gICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgIGxpbmU6IGdlbmVyYXRlZC5saW5lLFxuICAgICAgICAgIGNvbHVtbjogZ2VuZXJhdGVkLmNvbHVtblxuICAgICAgICB9XG4gICAgICB9KTtcbiAgICAgIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gICAgICBzb3VyY2VNYXBwaW5nQWN0aXZlID0gZmFsc2U7XG4gICAgfVxuICAgIGZvciAodmFyIGlkeCA9IDAsIGxlbmd0aCA9IGNodW5rLmxlbmd0aDsgaWR4IDwgbGVuZ3RoOyBpZHgrKykge1xuICAgICAgaWYgKGNodW5rLmNoYXJDb2RlQXQoaWR4KSA9PT0gTkVXTElORV9DT0RFKSB7XG4gICAgICAgIGdlbmVyYXRlZC5saW5lKys7XG4gICAgICAgIGdlbmVyYXRlZC5jb2x1bW4gPSAwO1xuICAgICAgICAvLyBNYXBwaW5ncyBlbmQgYXQgZW9sXG4gICAgICAgIGlmIChpZHggKyAxID09PSBsZW5ndGgpIHtcbiAgICAgICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBudWxsO1xuICAgICAgICAgIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgICAgICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgICAgc291cmNlOiBvcmlnaW5hbC5zb3VyY2UsXG4gICAgICAgICAgICBvcmlnaW5hbDoge1xuICAgICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgICBjb2x1bW46IG9yaWdpbmFsLmNvbHVtblxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWQubGluZSxcbiAgICAgICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWQuY29sdW1uXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbmFtZTogb3JpZ2luYWwubmFtZVxuICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBnZW5lcmF0ZWQuY29sdW1uKys7XG4gICAgICB9XG4gICAgfVxuICB9KTtcbiAgdGhpcy53YWxrU291cmNlQ29udGVudHMoZnVuY3Rpb24gKHNvdXJjZUZpbGUsIHNvdXJjZUNvbnRlbnQpIHtcbiAgICBtYXAuc2V0U291cmNlQ29udGVudChzb3VyY2VGaWxlLCBzb3VyY2VDb250ZW50KTtcbiAgfSk7XG5cbiAgcmV0dXJuIHsgY29kZTogZ2VuZXJhdGVkLmNvZGUsIG1hcDogbWFwIH07XG59O1xuXG5leHBvcnRzLlNvdXJjZU5vZGUgPSBTb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW5vZGUuanNcbi8vIG1vZHVsZSBpZCA9IDEwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCJdLCJzb3VyY2VSb290IjoiIn0= \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map/dist/source-map.js b/2019-setembro/node_modules/source-map/dist/source-map.js new file mode 100644 index 0000000..b4eb087 --- /dev/null +++ b/2019-setembro/node_modules/source-map/dist/source-map.js @@ -0,0 +1,3233 @@ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define([], factory); + else if(typeof exports === 'object') + exports["sourceMap"] = factory(); + else + root["sourceMap"] = factory(); +})(this, function() { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; + +/******/ // The require function +/******/ function __webpack_require__(moduleId) { + +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; + +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; + +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); + +/******/ // Flag the module as loaded +/******/ module.loaded = true; + +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } + + +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; + +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; + +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; + +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + /* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ + exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; + exports.SourceNode = __webpack_require__(10).SourceNode; + + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var base64VLQ = __webpack_require__(2); + var util = __webpack_require__(4); + var ArraySet = __webpack_require__(5).ArraySet; + var MappingList = __webpack_require__(6).MappingList; + + /** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ + function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; + } + + SourceMapGenerator.prototype._version = 3; + + /** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ + SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var sourceRelative = sourceFile; + if (sourceRoot !== null) { + sourceRelative = util.relative(sourceRoot, sourceFile); + } + + if (!generator._sources.has(sourceRelative)) { + generator._sources.add(sourceRelative); + } + + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + + /** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ + SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + + /** + * Set the source content for a source file. + */ + SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + + /** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ + SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + + /** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ + SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + + /** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ + SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + + SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + + /** + * Externalize the source map. + */ + SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + + /** + * Render the source map being generated to a string. + */ + SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + + exports.SourceMapGenerator = SourceMapGenerator; + + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + + var base64 = __webpack_require__(3); + + // A single base 64 digit can contain 6 bits of data. For the base 64 variable + // length quantities we use in the source map spec, the first bit is the sign, + // the next four bits are the actual value, and the 6th bit is the + // continuation bit. The continuation bit tells us whether there are more + // digits in this value following this digit. + // + // Continuation + // | Sign + // | | + // V V + // 101011 + + var VLQ_BASE_SHIFT = 5; + + // binary: 100000 + var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + + // binary: 011111 + var VLQ_BASE_MASK = VLQ_BASE - 1; + + // binary: 100000 + var VLQ_CONTINUATION_BIT = VLQ_BASE; + + /** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ + function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; + } + + /** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ + function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; + } + + /** + * Returns the base 64 VLQ encoded value. + */ + exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; + }; + + /** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ + exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; + }; + + +/***/ }), +/* 3 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + + /** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ + exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); + }; + + /** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ + exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; + }; + + +/***/ }), +/* 4 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + /** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ + function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } + } + exports.getArg = getArg; + + var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; + var dataUrlRegexp = /^data:.+\,.+$/; + + function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; + } + exports.urlParse = urlParse; + + function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; + } + exports.urlGenerate = urlGenerate; + + /** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ + function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; + } + exports.normalize = normalize; + + /** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ + function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; + } + exports.join = join; + + exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || urlRegexp.test(aPath); + }; + + /** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ + function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); + } + exports.relative = relative; + + var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); + }()); + + function identity (s) { + return s; + } + + /** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ + function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; + } + exports.toSetString = supportsNullProto ? identity : toSetString; + + function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; + } + exports.fromSetString = supportsNullProto ? identity : fromSetString; + + function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; + } + + /** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ + function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByOriginalPositions = compareByOriginalPositions; + + /** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ + function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + + function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 === null) { + return 1; // aStr2 !== null + } + + if (aStr2 === null) { + return -1; // aStr1 !== null + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; + } + + /** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ + function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + + /** + * Strip any JSON XSSI avoidance prefix from the string (as documented + * in the source maps specification), and then parse the string as + * JSON. + */ + function parseSourceMapInput(str) { + return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); + } + exports.parseSourceMapInput = parseSourceMapInput; + + /** + * Compute the URL of a source given the the source root, the source's + * URL, and the source map's URL. + */ + function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { + sourceURL = sourceURL || ''; + + if (sourceRoot) { + // This follows what Chrome does. + if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { + sourceRoot += '/'; + } + // The spec says: + // Line 4: An optional source root, useful for relocating source + // files on a server or removing repeated values in the + // “sources” entry. This value is prepended to the individual + // entries in the “source” field. + sourceURL = sourceRoot + sourceURL; + } + + // Historically, SourceMapConsumer did not take the sourceMapURL as + // a parameter. This mode is still somewhat supported, which is why + // this code block is conditional. However, it's preferable to pass + // the source map URL to SourceMapConsumer, so that this function + // can implement the source URL resolution algorithm as outlined in + // the spec. This block is basically the equivalent of: + // new URL(sourceURL, sourceMapURL).toString() + // ... except it avoids using URL, which wasn't available in the + // older releases of node still supported by this library. + // + // The spec says: + // If the sources are not absolute URLs after prepending of the + // “sourceRoot”, the sources are resolved relative to the + // SourceMap (like resolving script src in a html document). + if (sourceMapURL) { + var parsed = urlParse(sourceMapURL); + if (!parsed) { + throw new Error("sourceMapURL could not be parsed"); + } + if (parsed.path) { + // Strip the last path component, but keep the "/". + var index = parsed.path.lastIndexOf('/'); + if (index >= 0) { + parsed.path = parsed.path.substring(0, index + 1); + } + } + sourceURL = join(urlGenerate(parsed), sourceURL); + } + + return normalize(sourceURL); + } + exports.computeSourceURL = computeSourceURL; + + +/***/ }), +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var has = Object.prototype.hasOwnProperty; + var hasNativeMap = typeof Map !== "undefined"; + + /** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ + function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); + } + + /** + * Static method for creating ArraySet instances from an existing array. + */ + ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; + }; + + /** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ + ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; + }; + + /** + * Add the given string to this set. + * + * @param String aStr + */ + ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } + }; + + /** + * Is the given string a member of this set? + * + * @param String aStr + */ + ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } + }; + + /** + * What is the index of the given string in the array? + * + * @param String aStr + */ + ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); + }; + + /** + * What is the element at the given index? + * + * @param Number aIdx + */ + ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); + }; + + /** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ + ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); + }; + + exports.ArraySet = ArraySet; + + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + + /** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ + function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; + } + + /** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ + function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; + } + + /** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ + MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + + /** + * Add the given source mapping. + * + * @param Object aMapping + */ + MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } + }; + + /** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ + MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; + }; + + exports.MappingList = MappingList; + + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var binarySearch = __webpack_require__(8); + var ArraySet = __webpack_require__(5).ArraySet; + var base64VLQ = __webpack_require__(2); + var quickSort = __webpack_require__(9).quickSort; + + function SourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) + : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); + } + + SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); + } + + /** + * The version of the source mapping spec that we are consuming. + */ + SourceMapConsumer.prototype._version = 3; + + // `__generatedMappings` and `__originalMappings` are arrays that hold the + // parsed mapping coordinates from the source map's "mappings" attribute. They + // are lazily instantiated, accessed via the `_generatedMappings` and + // `_originalMappings` getters respectively, and we only parse the mappings + // and create these arrays once queried for a source location. We jump through + // these hoops because there can be many thousands of mappings, and parsing + // them is expensive, so we only want to do it if we must. + // + // Each object in the arrays is of the form: + // + // { + // generatedLine: The line number in the generated code, + // generatedColumn: The column number in the generated code, + // source: The path to the original source file that generated this + // chunk of code, + // originalLine: The line number in the original source that + // corresponds to this chunk of generated code, + // originalColumn: The column number in the original source that + // corresponds to this chunk of generated code, + // name: The name of the original symbol which generated this chunk of + // code. + // } + // + // All properties except for `generatedLine` and `generatedColumn` can be + // `null`. + // + // `_generatedMappings` is ordered by the generated positions. + // + // `_originalMappings` is ordered by the original positions. + + SourceMapConsumer.prototype.__generatedMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } + }); + + SourceMapConsumer.prototype.__originalMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } + }); + + SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + + SourceMapConsumer.GENERATED_ORDER = 1; + SourceMapConsumer.ORIGINAL_ORDER = 2; + + SourceMapConsumer.GREATEST_LOWER_BOUND = 1; + SourceMapConsumer.LEAST_UPPER_BOUND = 2; + + /** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ + SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + + /** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number is 1-based. + * - column: Optional. the column number in the original source. + * The column number is 0-based. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + needle.source = this._findSourceIndex(needle.source); + if (needle.source < 0) { + return []; + } + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + + exports.SourceMapConsumer = SourceMapConsumer; + + /** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The first parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ + function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + if (sourceRoot) { + sourceRoot = util.normalize(sourceRoot); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this._absoluteSources = this._sources.toArray().map(function (s) { + return util.computeSourceURL(sourceRoot, s, aSourceMapURL); + }); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this._sourceMapURL = aSourceMapURL; + this.file = file; + } + + BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + + /** + * Utility function to find the index of a source. Returns -1 if not + * found. + */ + BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + if (this._sources.has(relativeSource)) { + return this._sources.indexOf(relativeSource); + } + + // Maybe aSource is an absolute URL as returned by |sources|. In + // this case we can't simply undo the transform. + var i; + for (i = 0; i < this._absoluteSources.length; ++i) { + if (this._absoluteSources[i] == aSource) { + return i; + } + } + + return -1; + }; + + /** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @param String aSourceMapURL + * The URL at which the source map can be found (optional) + * @returns BasicSourceMapConsumer + */ + BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + smc._sourceMapURL = aSourceMapURL; + smc._absoluteSources = smc._sources.toArray().map(function (s) { + return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); + }); + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + + /** + * The version of the source mapping spec that we are consuming. + */ + BasicSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._absoluteSources.slice(); + } + }); + + /** + * Provide the JIT with a nice shape / hidden class. + */ + function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; + } + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + + /** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ + BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + + /** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ + BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ + BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + var index = this._findSourceIndex(aSource); + if (index >= 0) { + return this.sourcesContent[index]; + } + + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + relativeSource)) { + return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + relativeSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + source = this._findSourceIndex(source); + if (source < 0) { + return { + line: null, + column: null, + lastColumn: null + }; + } + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + + exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + + /** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The first parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ + function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) + } + }); + } + + IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + + /** + * The version of the source mapping spec that we are consuming. + */ + IndexedSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } + }); + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ + IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = null; + if (mapping.name) { + name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + } + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + + exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; + + +/***/ }), +/* 8 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + exports.GREATEST_LOWER_BOUND = 1; + exports.LEAST_UPPER_BOUND = 2; + + /** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ + function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } + } + + /** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ + exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; + }; + + +/***/ }), +/* 9 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + // It turns out that some (most?) JavaScript engines don't self-host + // `Array.prototype.sort`. This makes sense because C++ will likely remain + // faster than JS when doing raw CPU-intensive sorting. However, when using a + // custom comparator function, calling back and forth between the VM's C++ and + // JIT'd JS is rather slow *and* loses JIT type information, resulting in + // worse generated code for the comparator function than would be optimal. In + // fact, when sorting with a comparator, these costs outweigh the benefits of + // sorting in C++. By using our own JS-implemented Quick Sort (below), we get + // a ~3500ms mean speed-up in `bench/bench.html`. + + /** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ + function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; + } + + /** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ + function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); + } + + /** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ + function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } + } + + /** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ + exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); + }; + + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + var util = __webpack_require__(4); + + // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other + // operating systems these days (capturing the result). + var REGEX_NEWLINE = /(\r?\n)/; + + // Newline character code for charCodeAt() comparisons + var NEWLINE_CODE = 10; + + // Private symbol for identifying `SourceNode`s when multiple versions of + // the source-map library are loaded. This MUST NOT CHANGE across + // versions! + var isSourceNode = "$$$isSourceNode$$$"; + + /** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ + function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); + } + + /** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ + SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex] || ''; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex] || ''; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + + /** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } + }; + + /** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ + SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; + }; + + /** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ + SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; + }; + + /** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ + SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + + /** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + + /** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ + SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; + }; + + /** + * Returns the string representation of this source node along with a source + * map. + */ + SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; + }; + + exports.SourceNode = SourceNode; + + +/***/ }) +/******/ ]) +}); +; \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map/dist/source-map.min.js b/2019-setembro/node_modules/source-map/dist/source-map.min.js new file mode 100644 index 0000000..c7c72da --- /dev/null +++ b/2019-setembro/node_modules/source-map/dist/source-map.min.js @@ -0,0 +1,2 @@ +!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.sourceMap=n():e.sourceMap=n()}(this,function(){return function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={exports:{},id:t,loaded:!1};return e[t].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var r={};return n.m=e,n.c=r,n.p="",n(0)}([function(e,n,r){n.SourceMapGenerator=r(1).SourceMapGenerator,n.SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t(e){e||(e={}),this._file=i.getArg(e,"file",null),this._sourceRoot=i.getArg(e,"sourceRoot",null),this._skipValidation=i.getArg(e,"skipValidation",!1),this._sources=new s,this._names=new s,this._mappings=new a,this._sourcesContents=null}var o=r(2),i=r(4),s=r(5).ArraySet,a=r(6).MappingList;t.prototype._version=3,t.fromSourceMap=function(e){var n=e.sourceRoot,r=new t({file:e.file,sourceRoot:n});return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=i.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),r.addMapping(t)}),e.sources.forEach(function(t){var o=t;null!==n&&(o=i.relative(n,t)),r._sources.has(o)||r._sources.add(o);var s=e.sourceContentFor(t);null!=s&&r.setSourceContent(t,s)}),r},t.prototype.addMapping=function(e){var n=i.getArg(e,"generated"),r=i.getArg(e,"original",null),t=i.getArg(e,"source",null),o=i.getArg(e,"name",null);this._skipValidation||this._validateMapping(n,r,t,o),null!=t&&(t=String(t),this._sources.has(t)||this._sources.add(t)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:t,name:o})},t.prototype.setSourceContent=function(e,n){var r=e;null!=this._sourceRoot&&(r=i.relative(this._sourceRoot,r)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},t.prototype.applySourceMap=function(e,n,r){var t=n;if(null==n){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');t=e.file}var o=this._sourceRoot;null!=o&&(t=i.relative(o,t));var a=new s,u=new s;this._mappings.unsortedForEach(function(n){if(n.source===t&&null!=n.originalLine){var s=e.originalPositionFor({line:n.originalLine,column:n.originalColumn});null!=s.source&&(n.source=s.source,null!=r&&(n.source=i.join(r,n.source)),null!=o&&(n.source=i.relative(o,n.source)),n.originalLine=s.line,n.originalColumn=s.column,null!=s.name&&(n.name=s.name))}var l=n.source;null==l||a.has(l)||a.add(l);var c=n.name;null==c||u.has(c)||u.add(c)},this),this._sources=a,this._names=u,e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&(null!=r&&(n=i.join(r,n)),null!=o&&(n=i.relative(o,n)),this.setSourceContent(n,t))},this)},t.prototype._validateMapping=function(e,n,r,t){if(n&&"number"!=typeof n.line&&"number"!=typeof n.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||n||r||t)&&!(e&&"line"in e&&"column"in e&&n&&"line"in n&&"column"in n&&e.line>0&&e.column>=0&&n.line>0&&n.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:n,name:t}))},t.prototype._serializeMappings=function(){for(var e,n,r,t,s=0,a=1,u=0,l=0,c=0,g=0,p="",h=this._mappings.toArray(),f=0,d=h.length;f0){if(!i.compareByGeneratedPositionsInflated(n,h[f-1]))continue;e+=","}e+=o.encode(n.generatedColumn-s),s=n.generatedColumn,null!=n.source&&(t=this._sources.indexOf(n.source),e+=o.encode(t-g),g=t,e+=o.encode(n.originalLine-1-l),l=n.originalLine-1,e+=o.encode(n.originalColumn-u),u=n.originalColumn,null!=n.name&&(r=this._names.indexOf(n.name),e+=o.encode(r-c),c=r)),p+=e}return p},t.prototype._generateSourcesContent=function(e,n){return e.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=i.relative(n,e));var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},t.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},t.prototype.toString=function(){return JSON.stringify(this.toJSON())},n.SourceMapGenerator=t},function(e,n,r){function t(e){return e<0?(-e<<1)+1:(e<<1)+0}function o(e){var n=1===(1&e),r=e>>1;return n?-r:r}var i=r(3),s=5,a=1<>>=s,o>0&&(n|=l),r+=i.encode(n);while(o>0);return r},n.decode=function(e,n,r){var t,a,c=e.length,g=0,p=0;do{if(n>=c)throw new Error("Expected more digits in base 64 VLQ value.");if(a=i.decode(e.charCodeAt(n++)),a===-1)throw new Error("Invalid base64 digit: "+e.charAt(n-1));t=!!(a&l),a&=u,g+=a<=0;c--)s=u[c],"."===s?u.splice(c,1):".."===s?l++:l>0&&(""===s?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return r=u.join("/"),""===r&&(r=a?"/":"."),i?(i.path=r,o(i)):r}function s(e,n){""===e&&(e="."),""===n&&(n=".");var r=t(n),s=t(e);if(s&&(e=s.path||"/"),r&&!r.scheme)return s&&(r.scheme=s.scheme),o(r);if(r||n.match(y))return n;if(s&&!s.host&&!s.path)return s.host=n,o(s);var a="/"===n.charAt(0)?n:i(e.replace(/\/+$/,"")+"/"+n);return s?(s.path=a,o(s)):a}function a(e,n){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==n.indexOf(e+"/");){var t=e.lastIndexOf("/");if(t<0)return n;if(e=e.slice(0,t),e.match(/^([^\/]+:\/)?\/*$/))return n;++r}return Array(r+1).join("../")+n.substr(e.length+1)}function u(e){return e}function l(e){return g(e)?"$"+e:e}function c(e){return g(e)?e.slice(1):e}function g(e){if(!e)return!1;var n=e.length;if(n<9)return!1;if(95!==e.charCodeAt(n-1)||95!==e.charCodeAt(n-2)||111!==e.charCodeAt(n-3)||116!==e.charCodeAt(n-4)||111!==e.charCodeAt(n-5)||114!==e.charCodeAt(n-6)||112!==e.charCodeAt(n-7)||95!==e.charCodeAt(n-8)||95!==e.charCodeAt(n-9))return!1;for(var r=n-10;r>=0;r--)if(36!==e.charCodeAt(r))return!1;return!0}function p(e,n,r){var t=f(e.source,n.source);return 0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t||r?t:(t=e.generatedColumn-n.generatedColumn,0!==t?t:(t=e.generatedLine-n.generatedLine,0!==t?t:f(e.name,n.name)))))}function h(e,n,r){var t=e.generatedLine-n.generatedLine;return 0!==t?t:(t=e.generatedColumn-n.generatedColumn,0!==t||r?t:(t=f(e.source,n.source),0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t?t:f(e.name,n.name)))))}function f(e,n){return e===n?0:null===e?1:null===n?-1:e>n?1:-1}function d(e,n){var r=e.generatedLine-n.generatedLine;return 0!==r?r:(r=e.generatedColumn-n.generatedColumn,0!==r?r:(r=f(e.source,n.source),0!==r?r:(r=e.originalLine-n.originalLine,0!==r?r:(r=e.originalColumn-n.originalColumn,0!==r?r:f(e.name,n.name)))))}function m(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}function _(e,n,r){if(n=n||"",e&&("/"!==e[e.length-1]&&"/"!==n[0]&&(e+="/"),n=e+n),r){var a=t(r);if(!a)throw new Error("sourceMapURL could not be parsed");if(a.path){var u=a.path.lastIndexOf("/");u>=0&&(a.path=a.path.substring(0,u+1))}n=s(o(a),n)}return i(n)}n.getArg=r;var v=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;n.urlParse=t,n.urlGenerate=o,n.normalize=i,n.join=s,n.isAbsolute=function(e){return"/"===e.charAt(0)||v.test(e)},n.relative=a;var C=function(){var e=Object.create(null);return!("__proto__"in e)}();n.toSetString=C?u:l,n.fromSetString=C?u:c,n.compareByOriginalPositions=p,n.compareByGeneratedPositionsDeflated=h,n.compareByGeneratedPositionsInflated=d,n.parseSourceMapInput=m,n.computeSourceURL=_},function(e,n,r){function t(){this._array=[],this._set=s?new Map:Object.create(null)}var o=r(4),i=Object.prototype.hasOwnProperty,s="undefined"!=typeof Map;t.fromArray=function(e,n){for(var r=new t,o=0,i=e.length;o=0)return n}else{var r=o.toSetString(e);if(i.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},t.prototype.at=function(e){if(e>=0&&er||t==r&&s>=o||i.compareByGeneratedPositionsInflated(e,n)<=0}function o(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}var i=r(4);o.prototype.unsortedForEach=function(e,n){this._array.forEach(e,n)},o.prototype.add=function(e){t(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},o.prototype.toArray=function(){return this._sorted||(this._array.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},n.MappingList=o},function(e,n,r){function t(e,n){var r=e;return"string"==typeof e&&(r=a.parseSourceMapInput(e)),null!=r.sections?new s(r,n):new o(r,n)}function o(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var t=a.getArg(r,"version"),o=a.getArg(r,"sources"),i=a.getArg(r,"names",[]),s=a.getArg(r,"sourceRoot",null),u=a.getArg(r,"sourcesContent",null),c=a.getArg(r,"mappings"),g=a.getArg(r,"file",null);if(t!=this._version)throw new Error("Unsupported version: "+t);s&&(s=a.normalize(s)),o=o.map(String).map(a.normalize).map(function(e){return s&&a.isAbsolute(s)&&a.isAbsolute(e)?a.relative(s,e):e}),this._names=l.fromArray(i.map(String),!0),this._sources=l.fromArray(o,!0),this._absoluteSources=this._sources.toArray().map(function(e){return a.computeSourceURL(s,e,n)}),this.sourceRoot=s,this.sourcesContent=u,this._mappings=c,this._sourceMapURL=n,this.file=g}function i(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function s(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var o=a.getArg(r,"version"),i=a.getArg(r,"sections");if(o!=this._version)throw new Error("Unsupported version: "+o);this._sources=new l,this._names=new l;var s={line:-1,column:0};this._sections=i.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var r=a.getArg(e,"offset"),o=a.getArg(r,"line"),i=a.getArg(r,"column");if(o=0){var i=this._originalMappings[o];if(void 0===e.column)for(var s=i.originalLine;i&&i.originalLine===s;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o];else for(var l=i.originalColumn;i&&i.originalLine===n&&i.originalColumn==l;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o]}return t},n.SourceMapConsumer=t,o.prototype=Object.create(t.prototype),o.prototype.consumer=t,o.prototype._findSourceIndex=function(e){var n=e;if(null!=this.sourceRoot&&(n=a.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var r;for(r=0;r1&&(r.source=d+o[1],d+=o[1],r.originalLine=h+o[2],h=r.originalLine,r.originalLine+=1,r.originalColumn=f+o[3],f=r.originalColumn,o.length>4&&(r.name=m+o[4],m+=o[4])),A.push(r),"number"==typeof r.originalLine&&S.push(r)}g(A,a.compareByGeneratedPositionsDeflated),this.__generatedMappings=A,g(S,a.compareByOriginalPositions),this.__originalMappings=S},o.prototype._findMapping=function(e,n,r,t,o,i){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[t]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[t]);return u.search(e,n,o,i)},o.prototype.computeColumnSpans=function(){for(var e=0;e=0){var o=this._generatedMappings[r];if(o.generatedLine===n.generatedLine){var i=a.getArg(o,"source",null);null!==i&&(i=this._sources.at(i),i=a.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var s=a.getArg(o,"name",null);return null!==s&&(s=this._names.at(s)),{source:i,line:a.getArg(o,"originalLine",null),column:a.getArg(o,"originalColumn",null),name:s}}}return{source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},o.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[r];var t=e;null!=this.sourceRoot&&(t=a.relative(this.sourceRoot,t));var o;if(null!=this.sourceRoot&&(o=a.urlParse(this.sourceRoot))){var i=t.replace(/^file:\/\//,"");if("file"==o.scheme&&this._sources.has(i))return this.sourcesContent[this._sources.indexOf(i)];if((!o.path||"/"==o.path)&&this._sources.has("/"+t))return this.sourcesContent[this._sources.indexOf("/"+t)]}if(n)return null;throw new Error('"'+t+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(e){var n=a.getArg(e,"source");if(n=this._findSourceIndex(n),n<0)return{line:null,column:null,lastColumn:null};var r={source:n,originalLine:a.getArg(e,"line"),originalColumn:a.getArg(e,"column")},o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(o>=0){var i=this._originalMappings[o];if(i.source===r.source)return{line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},n.BasicSourceMapConsumer=o,s.prototype=Object.create(t.prototype),s.prototype.constructor=t,s.prototype._version=3,Object.defineProperty(s.prototype,"sources",{get:function(){for(var e=[],n=0;n0?t-u>1?r(u,t,o,i,s,a):a==n.LEAST_UPPER_BOUND?t1?r(e,u,o,i,s,a):a==n.LEAST_UPPER_BOUND?u:e<0?-1:e}n.GREATEST_LOWER_BOUND=1,n.LEAST_UPPER_BOUND=2,n.search=function(e,t,o,i){if(0===t.length)return-1;var s=r(-1,t.length,e,t,o,i||n.GREATEST_LOWER_BOUND);if(s<0)return-1;for(;s-1>=0&&0===o(t[s],t[s-1],!0);)--s;return s}},function(e,n){function r(e,n,r){var t=e[n];e[n]=e[r],e[r]=t}function t(e,n){return Math.round(e+Math.random()*(n-e))}function o(e,n,i,s){if(i=0;n--)this.prepend(e[n]);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},t.prototype.walk=function(e){for(var n,r=0,t=this.children.length;r0){for(n=[],r=0;r 0 && aGenerated.column >= 0\n\t && !aOriginal && !aSource && !aName) {\n\t // Case 1.\n\t return;\n\t }\n\t else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && aOriginal.line > 0 && aOriginal.column >= 0\n\t && aSource) {\n\t // Cases 2 and 3.\n\t return;\n\t }\n\t else {\n\t throw new Error('Invalid mapping: ' + JSON.stringify({\n\t generated: aGenerated,\n\t source: aSource,\n\t original: aOriginal,\n\t name: aName\n\t }));\n\t }\n\t };\n\t\n\t/**\n\t * Serialize the accumulated mappings in to the stream of base 64 VLQs\n\t * specified by the source map format.\n\t */\n\tSourceMapGenerator.prototype._serializeMappings =\n\t function SourceMapGenerator_serializeMappings() {\n\t var previousGeneratedColumn = 0;\n\t var previousGeneratedLine = 1;\n\t var previousOriginalColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousName = 0;\n\t var previousSource = 0;\n\t var result = '';\n\t var next;\n\t var mapping;\n\t var nameIdx;\n\t var sourceIdx;\n\t\n\t var mappings = this._mappings.toArray();\n\t for (var i = 0, len = mappings.length; i < len; i++) {\n\t mapping = mappings[i];\n\t next = ''\n\t\n\t if (mapping.generatedLine !== previousGeneratedLine) {\n\t previousGeneratedColumn = 0;\n\t while (mapping.generatedLine !== previousGeneratedLine) {\n\t next += ';';\n\t previousGeneratedLine++;\n\t }\n\t }\n\t else {\n\t if (i > 0) {\n\t if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n\t continue;\n\t }\n\t next += ',';\n\t }\n\t }\n\t\n\t next += base64VLQ.encode(mapping.generatedColumn\n\t - previousGeneratedColumn);\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (mapping.source != null) {\n\t sourceIdx = this._sources.indexOf(mapping.source);\n\t next += base64VLQ.encode(sourceIdx - previousSource);\n\t previousSource = sourceIdx;\n\t\n\t // lines are stored 0-based in SourceMap spec version 3\n\t next += base64VLQ.encode(mapping.originalLine - 1\n\t - previousOriginalLine);\n\t previousOriginalLine = mapping.originalLine - 1;\n\t\n\t next += base64VLQ.encode(mapping.originalColumn\n\t - previousOriginalColumn);\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (mapping.name != null) {\n\t nameIdx = this._names.indexOf(mapping.name);\n\t next += base64VLQ.encode(nameIdx - previousName);\n\t previousName = nameIdx;\n\t }\n\t }\n\t\n\t result += next;\n\t }\n\t\n\t return result;\n\t };\n\t\n\tSourceMapGenerator.prototype._generateSourcesContent =\n\t function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n\t return aSources.map(function (source) {\n\t if (!this._sourcesContents) {\n\t return null;\n\t }\n\t if (aSourceRoot != null) {\n\t source = util.relative(aSourceRoot, source);\n\t }\n\t var key = util.toSetString(source);\n\t return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n\t ? this._sourcesContents[key]\n\t : null;\n\t }, this);\n\t };\n\t\n\t/**\n\t * Externalize the source map.\n\t */\n\tSourceMapGenerator.prototype.toJSON =\n\t function SourceMapGenerator_toJSON() {\n\t var map = {\n\t version: this._version,\n\t sources: this._sources.toArray(),\n\t names: this._names.toArray(),\n\t mappings: this._serializeMappings()\n\t };\n\t if (this._file != null) {\n\t map.file = this._file;\n\t }\n\t if (this._sourceRoot != null) {\n\t map.sourceRoot = this._sourceRoot;\n\t }\n\t if (this._sourcesContents) {\n\t map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n\t }\n\t\n\t return map;\n\t };\n\t\n\t/**\n\t * Render the source map being generated to a string.\n\t */\n\tSourceMapGenerator.prototype.toString =\n\t function SourceMapGenerator_toString() {\n\t return JSON.stringify(this.toJSON());\n\t };\n\t\n\texports.SourceMapGenerator = SourceMapGenerator;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t *\n\t * Based on the Base 64 VLQ implementation in Closure Compiler:\n\t * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n\t *\n\t * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n\t * Redistribution and use in source and binary forms, with or without\n\t * modification, are permitted provided that the following conditions are\n\t * met:\n\t *\n\t * * Redistributions of source code must retain the above copyright\n\t * notice, this list of conditions and the following disclaimer.\n\t * * Redistributions in binary form must reproduce the above\n\t * copyright notice, this list of conditions and the following\n\t * disclaimer in the documentation and/or other materials provided\n\t * with the distribution.\n\t * * Neither the name of Google Inc. nor the names of its\n\t * contributors may be used to endorse or promote products derived\n\t * from this software without specific prior written permission.\n\t *\n\t * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\t * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\t * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\t * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\t * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\t * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\t * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\t * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\t * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\t * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\t */\n\t\n\tvar base64 = __webpack_require__(3);\n\t\n\t// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n\t// length quantities we use in the source map spec, the first bit is the sign,\n\t// the next four bits are the actual value, and the 6th bit is the\n\t// continuation bit. The continuation bit tells us whether there are more\n\t// digits in this value following this digit.\n\t//\n\t// Continuation\n\t// | Sign\n\t// | |\n\t// V V\n\t// 101011\n\t\n\tvar VLQ_BASE_SHIFT = 5;\n\t\n\t// binary: 100000\n\tvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\t\n\t// binary: 011111\n\tvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\t\n\t// binary: 100000\n\tvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\t\n\t/**\n\t * Converts from a two-complement value to a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n\t */\n\tfunction toVLQSigned(aValue) {\n\t return aValue < 0\n\t ? ((-aValue) << 1) + 1\n\t : (aValue << 1) + 0;\n\t}\n\t\n\t/**\n\t * Converts to a two-complement value from a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n\t * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n\t */\n\tfunction fromVLQSigned(aValue) {\n\t var isNegative = (aValue & 1) === 1;\n\t var shifted = aValue >> 1;\n\t return isNegative\n\t ? -shifted\n\t : shifted;\n\t}\n\t\n\t/**\n\t * Returns the base 64 VLQ encoded value.\n\t */\n\texports.encode = function base64VLQ_encode(aValue) {\n\t var encoded = \"\";\n\t var digit;\n\t\n\t var vlq = toVLQSigned(aValue);\n\t\n\t do {\n\t digit = vlq & VLQ_BASE_MASK;\n\t vlq >>>= VLQ_BASE_SHIFT;\n\t if (vlq > 0) {\n\t // There are still more digits in this value, so we must make sure the\n\t // continuation bit is marked.\n\t digit |= VLQ_CONTINUATION_BIT;\n\t }\n\t encoded += base64.encode(digit);\n\t } while (vlq > 0);\n\t\n\t return encoded;\n\t};\n\t\n\t/**\n\t * Decodes the next base 64 VLQ value from the given string and returns the\n\t * value and the rest of the string via the out parameter.\n\t */\n\texports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n\t var strLen = aStr.length;\n\t var result = 0;\n\t var shift = 0;\n\t var continuation, digit;\n\t\n\t do {\n\t if (aIndex >= strLen) {\n\t throw new Error(\"Expected more digits in base 64 VLQ value.\");\n\t }\n\t\n\t digit = base64.decode(aStr.charCodeAt(aIndex++));\n\t if (digit === -1) {\n\t throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n\t }\n\t\n\t continuation = !!(digit & VLQ_CONTINUATION_BIT);\n\t digit &= VLQ_BASE_MASK;\n\t result = result + (digit << shift);\n\t shift += VLQ_BASE_SHIFT;\n\t } while (continuation);\n\t\n\t aOutParam.value = fromVLQSigned(result);\n\t aOutParam.rest = aIndex;\n\t};\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\t\n\t/**\n\t * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n\t */\n\texports.encode = function (number) {\n\t if (0 <= number && number < intToCharMap.length) {\n\t return intToCharMap[number];\n\t }\n\t throw new TypeError(\"Must be between 0 and 63: \" + number);\n\t};\n\t\n\t/**\n\t * Decode a single base 64 character code digit to an integer. Returns -1 on\n\t * failure.\n\t */\n\texports.decode = function (charCode) {\n\t var bigA = 65; // 'A'\n\t var bigZ = 90; // 'Z'\n\t\n\t var littleA = 97; // 'a'\n\t var littleZ = 122; // 'z'\n\t\n\t var zero = 48; // '0'\n\t var nine = 57; // '9'\n\t\n\t var plus = 43; // '+'\n\t var slash = 47; // '/'\n\t\n\t var littleOffset = 26;\n\t var numberOffset = 52;\n\t\n\t // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\t if (bigA <= charCode && charCode <= bigZ) {\n\t return (charCode - bigA);\n\t }\n\t\n\t // 26 - 51: abcdefghijklmnopqrstuvwxyz\n\t if (littleA <= charCode && charCode <= littleZ) {\n\t return (charCode - littleA + littleOffset);\n\t }\n\t\n\t // 52 - 61: 0123456789\n\t if (zero <= charCode && charCode <= nine) {\n\t return (charCode - zero + numberOffset);\n\t }\n\t\n\t // 62: +\n\t if (charCode == plus) {\n\t return 62;\n\t }\n\t\n\t // 63: /\n\t if (charCode == slash) {\n\t return 63;\n\t }\n\t\n\t // Invalid base64 digit.\n\t return -1;\n\t};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t/**\n\t * This is a helper function for getting values from parameter/options\n\t * objects.\n\t *\n\t * @param args The object we are extracting values from\n\t * @param name The name of the property we are getting.\n\t * @param defaultValue An optional value to return if the property is missing\n\t * from the object. If this is not specified and the property is missing, an\n\t * error will be thrown.\n\t */\n\tfunction getArg(aArgs, aName, aDefaultValue) {\n\t if (aName in aArgs) {\n\t return aArgs[aName];\n\t } else if (arguments.length === 3) {\n\t return aDefaultValue;\n\t } else {\n\t throw new Error('\"' + aName + '\" is a required argument.');\n\t }\n\t}\n\texports.getArg = getArg;\n\t\n\tvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\n\tvar dataUrlRegexp = /^data:.+\\,.+$/;\n\t\n\tfunction urlParse(aUrl) {\n\t var match = aUrl.match(urlRegexp);\n\t if (!match) {\n\t return null;\n\t }\n\t return {\n\t scheme: match[1],\n\t auth: match[2],\n\t host: match[3],\n\t port: match[4],\n\t path: match[5]\n\t };\n\t}\n\texports.urlParse = urlParse;\n\t\n\tfunction urlGenerate(aParsedUrl) {\n\t var url = '';\n\t if (aParsedUrl.scheme) {\n\t url += aParsedUrl.scheme + ':';\n\t }\n\t url += '//';\n\t if (aParsedUrl.auth) {\n\t url += aParsedUrl.auth + '@';\n\t }\n\t if (aParsedUrl.host) {\n\t url += aParsedUrl.host;\n\t }\n\t if (aParsedUrl.port) {\n\t url += \":\" + aParsedUrl.port\n\t }\n\t if (aParsedUrl.path) {\n\t url += aParsedUrl.path;\n\t }\n\t return url;\n\t}\n\texports.urlGenerate = urlGenerate;\n\t\n\t/**\n\t * Normalizes a path, or the path portion of a URL:\n\t *\n\t * - Replaces consecutive slashes with one slash.\n\t * - Removes unnecessary '.' parts.\n\t * - Removes unnecessary '/..' parts.\n\t *\n\t * Based on code in the Node.js 'path' core module.\n\t *\n\t * @param aPath The path or url to normalize.\n\t */\n\tfunction normalize(aPath) {\n\t var path = aPath;\n\t var url = urlParse(aPath);\n\t if (url) {\n\t if (!url.path) {\n\t return aPath;\n\t }\n\t path = url.path;\n\t }\n\t var isAbsolute = exports.isAbsolute(path);\n\t\n\t var parts = path.split(/\\/+/);\n\t for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n\t part = parts[i];\n\t if (part === '.') {\n\t parts.splice(i, 1);\n\t } else if (part === '..') {\n\t up++;\n\t } else if (up > 0) {\n\t if (part === '') {\n\t // The first part is blank if the path is absolute. Trying to go\n\t // above the root is a no-op. Therefore we can remove all '..' parts\n\t // directly after the root.\n\t parts.splice(i + 1, up);\n\t up = 0;\n\t } else {\n\t parts.splice(i, 2);\n\t up--;\n\t }\n\t }\n\t }\n\t path = parts.join('/');\n\t\n\t if (path === '') {\n\t path = isAbsolute ? '/' : '.';\n\t }\n\t\n\t if (url) {\n\t url.path = path;\n\t return urlGenerate(url);\n\t }\n\t return path;\n\t}\n\texports.normalize = normalize;\n\t\n\t/**\n\t * Joins two paths/URLs.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be joined with the root.\n\t *\n\t * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n\t * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n\t * first.\n\t * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n\t * is updated with the result and aRoot is returned. Otherwise the result\n\t * is returned.\n\t * - If aPath is absolute, the result is aPath.\n\t * - Otherwise the two paths are joined with a slash.\n\t * - Joining for example 'http://' and 'www.example.com' is also supported.\n\t */\n\tfunction join(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t if (aPath === \"\") {\n\t aPath = \".\";\n\t }\n\t var aPathUrl = urlParse(aPath);\n\t var aRootUrl = urlParse(aRoot);\n\t if (aRootUrl) {\n\t aRoot = aRootUrl.path || '/';\n\t }\n\t\n\t // `join(foo, '//www.example.org')`\n\t if (aPathUrl && !aPathUrl.scheme) {\n\t if (aRootUrl) {\n\t aPathUrl.scheme = aRootUrl.scheme;\n\t }\n\t return urlGenerate(aPathUrl);\n\t }\n\t\n\t if (aPathUrl || aPath.match(dataUrlRegexp)) {\n\t return aPath;\n\t }\n\t\n\t // `join('http://', 'www.example.com')`\n\t if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n\t aRootUrl.host = aPath;\n\t return urlGenerate(aRootUrl);\n\t }\n\t\n\t var joined = aPath.charAt(0) === '/'\n\t ? aPath\n\t : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\t\n\t if (aRootUrl) {\n\t aRootUrl.path = joined;\n\t return urlGenerate(aRootUrl);\n\t }\n\t return joined;\n\t}\n\texports.join = join;\n\t\n\texports.isAbsolute = function (aPath) {\n\t return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n\t};\n\t\n\t/**\n\t * Make a path relative to a URL or another path.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be made relative to aRoot.\n\t */\n\tfunction relative(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t\n\t aRoot = aRoot.replace(/\\/$/, '');\n\t\n\t // It is possible for the path to be above the root. In this case, simply\n\t // checking whether the root is a prefix of the path won't work. Instead, we\n\t // need to remove components from the root one by one, until either we find\n\t // a prefix that fits, or we run out of components to remove.\n\t var level = 0;\n\t while (aPath.indexOf(aRoot + '/') !== 0) {\n\t var index = aRoot.lastIndexOf(\"/\");\n\t if (index < 0) {\n\t return aPath;\n\t }\n\t\n\t // If the only part of the root that is left is the scheme (i.e. http://,\n\t // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n\t // have exhausted all components, so the path is not relative to the root.\n\t aRoot = aRoot.slice(0, index);\n\t if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n\t return aPath;\n\t }\n\t\n\t ++level;\n\t }\n\t\n\t // Make sure we add a \"../\" for each component we removed from the root.\n\t return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n\t}\n\texports.relative = relative;\n\t\n\tvar supportsNullProto = (function () {\n\t var obj = Object.create(null);\n\t return !('__proto__' in obj);\n\t}());\n\t\n\tfunction identity (s) {\n\t return s;\n\t}\n\t\n\t/**\n\t * Because behavior goes wacky when you set `__proto__` on objects, we\n\t * have to prefix all the strings in our set with an arbitrary character.\n\t *\n\t * See https://github.com/mozilla/source-map/pull/31 and\n\t * https://github.com/mozilla/source-map/issues/30\n\t *\n\t * @param String aStr\n\t */\n\tfunction toSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return '$' + aStr;\n\t }\n\t\n\t return aStr;\n\t}\n\texports.toSetString = supportsNullProto ? identity : toSetString;\n\t\n\tfunction fromSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return aStr.slice(1);\n\t }\n\t\n\t return aStr;\n\t}\n\texports.fromSetString = supportsNullProto ? identity : fromSetString;\n\t\n\tfunction isProtoString(s) {\n\t if (!s) {\n\t return false;\n\t }\n\t\n\t var length = s.length;\n\t\n\t if (length < 9 /* \"__proto__\".length */) {\n\t return false;\n\t }\n\t\n\t if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n\t s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n\t s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n\t s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 9) !== 95 /* '_' */) {\n\t return false;\n\t }\n\t\n\t for (var i = length - 10; i >= 0; i--) {\n\t if (s.charCodeAt(i) !== 36 /* '$' */) {\n\t return false;\n\t }\n\t }\n\t\n\t return true;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings where the original positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same original source/line/column, but different generated\n\t * line and column the same. Useful when searching for a mapping with a\n\t * stubbed out mapping.\n\t */\n\tfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n\t var cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0 || onlyCompareOriginal) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByOriginalPositions = compareByOriginalPositions;\n\t\n\t/**\n\t * Comparator between two mappings with deflated source and name indices where\n\t * the generated positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same generated line and column, but different\n\t * source/name/original line and column the same. Useful when searching for a\n\t * mapping with a stubbed out mapping.\n\t */\n\tfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0 || onlyCompareGenerated) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\t\n\tfunction strcmp(aStr1, aStr2) {\n\t if (aStr1 === aStr2) {\n\t return 0;\n\t }\n\t\n\t if (aStr1 === null) {\n\t return 1; // aStr2 !== null\n\t }\n\t\n\t if (aStr2 === null) {\n\t return -1; // aStr1 !== null\n\t }\n\t\n\t if (aStr1 > aStr2) {\n\t return 1;\n\t }\n\t\n\t return -1;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings with inflated source and name strings where\n\t * the generated positions are compared.\n\t */\n\tfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\t\n\t/**\n\t * Strip any JSON XSSI avoidance prefix from the string (as documented\n\t * in the source maps specification), and then parse the string as\n\t * JSON.\n\t */\n\tfunction parseSourceMapInput(str) {\n\t return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n\t}\n\texports.parseSourceMapInput = parseSourceMapInput;\n\t\n\t/**\n\t * Compute the URL of a source given the the source root, the source's\n\t * URL, and the source map's URL.\n\t */\n\tfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n\t sourceURL = sourceURL || '';\n\t\n\t if (sourceRoot) {\n\t // This follows what Chrome does.\n\t if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n\t sourceRoot += '/';\n\t }\n\t // The spec says:\n\t // Line 4: An optional source root, useful for relocating source\n\t // files on a server or removing repeated values in the\n\t // “sources” entry. This value is prepended to the individual\n\t // entries in the “source” field.\n\t sourceURL = sourceRoot + sourceURL;\n\t }\n\t\n\t // Historically, SourceMapConsumer did not take the sourceMapURL as\n\t // a parameter. This mode is still somewhat supported, which is why\n\t // this code block is conditional. However, it's preferable to pass\n\t // the source map URL to SourceMapConsumer, so that this function\n\t // can implement the source URL resolution algorithm as outlined in\n\t // the spec. This block is basically the equivalent of:\n\t // new URL(sourceURL, sourceMapURL).toString()\n\t // ... except it avoids using URL, which wasn't available in the\n\t // older releases of node still supported by this library.\n\t //\n\t // The spec says:\n\t // If the sources are not absolute URLs after prepending of the\n\t // “sourceRoot”, the sources are resolved relative to the\n\t // SourceMap (like resolving script src in a html document).\n\t if (sourceMapURL) {\n\t var parsed = urlParse(sourceMapURL);\n\t if (!parsed) {\n\t throw new Error(\"sourceMapURL could not be parsed\");\n\t }\n\t if (parsed.path) {\n\t // Strip the last path component, but keep the \"/\".\n\t var index = parsed.path.lastIndexOf('/');\n\t if (index >= 0) {\n\t parsed.path = parsed.path.substring(0, index + 1);\n\t }\n\t }\n\t sourceURL = join(urlGenerate(parsed), sourceURL);\n\t }\n\t\n\t return normalize(sourceURL);\n\t}\n\texports.computeSourceURL = computeSourceURL;\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar hasNativeMap = typeof Map !== \"undefined\";\n\t\n\t/**\n\t * A data structure which is a combination of an array and a set. Adding a new\n\t * member is O(1), testing for membership is O(1), and finding the index of an\n\t * element is O(1). Removing elements from the set is not supported. Only\n\t * strings are supported for membership.\n\t */\n\tfunction ArraySet() {\n\t this._array = [];\n\t this._set = hasNativeMap ? new Map() : Object.create(null);\n\t}\n\t\n\t/**\n\t * Static method for creating ArraySet instances from an existing array.\n\t */\n\tArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n\t var set = new ArraySet();\n\t for (var i = 0, len = aArray.length; i < len; i++) {\n\t set.add(aArray[i], aAllowDuplicates);\n\t }\n\t return set;\n\t};\n\t\n\t/**\n\t * Return how many unique items are in this ArraySet. If duplicates have been\n\t * added, than those do not count towards the size.\n\t *\n\t * @returns Number\n\t */\n\tArraySet.prototype.size = function ArraySet_size() {\n\t return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n\t};\n\t\n\t/**\n\t * Add the given string to this set.\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n\t var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n\t var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n\t var idx = this._array.length;\n\t if (!isDuplicate || aAllowDuplicates) {\n\t this._array.push(aStr);\n\t }\n\t if (!isDuplicate) {\n\t if (hasNativeMap) {\n\t this._set.set(aStr, idx);\n\t } else {\n\t this._set[sStr] = idx;\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Is the given string a member of this set?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.has = function ArraySet_has(aStr) {\n\t if (hasNativeMap) {\n\t return this._set.has(aStr);\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t return has.call(this._set, sStr);\n\t }\n\t};\n\t\n\t/**\n\t * What is the index of the given string in the array?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n\t if (hasNativeMap) {\n\t var idx = this._set.get(aStr);\n\t if (idx >= 0) {\n\t return idx;\n\t }\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t if (has.call(this._set, sStr)) {\n\t return this._set[sStr];\n\t }\n\t }\n\t\n\t throw new Error('\"' + aStr + '\" is not in the set.');\n\t};\n\t\n\t/**\n\t * What is the element at the given index?\n\t *\n\t * @param Number aIdx\n\t */\n\tArraySet.prototype.at = function ArraySet_at(aIdx) {\n\t if (aIdx >= 0 && aIdx < this._array.length) {\n\t return this._array[aIdx];\n\t }\n\t throw new Error('No element indexed by ' + aIdx);\n\t};\n\t\n\t/**\n\t * Returns the array representation of this set (which has the proper indices\n\t * indicated by indexOf). Note that this is a copy of the internal array used\n\t * for storing the members so that no one can mess with internal state.\n\t */\n\tArraySet.prototype.toArray = function ArraySet_toArray() {\n\t return this._array.slice();\n\t};\n\t\n\texports.ArraySet = ArraySet;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2014 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\t\n\t/**\n\t * Determine whether mappingB is after mappingA with respect to generated\n\t * position.\n\t */\n\tfunction generatedPositionAfter(mappingA, mappingB) {\n\t // Optimized for most common case\n\t var lineA = mappingA.generatedLine;\n\t var lineB = mappingB.generatedLine;\n\t var columnA = mappingA.generatedColumn;\n\t var columnB = mappingB.generatedColumn;\n\t return lineB > lineA || lineB == lineA && columnB >= columnA ||\n\t util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n\t}\n\t\n\t/**\n\t * A data structure to provide a sorted view of accumulated mappings in a\n\t * performance conscious manner. It trades a neglibable overhead in general\n\t * case for a large speedup in case of mappings being added in order.\n\t */\n\tfunction MappingList() {\n\t this._array = [];\n\t this._sorted = true;\n\t // Serves as infimum\n\t this._last = {generatedLine: -1, generatedColumn: 0};\n\t}\n\t\n\t/**\n\t * Iterate through internal items. This method takes the same arguments that\n\t * `Array.prototype.forEach` takes.\n\t *\n\t * NOTE: The order of the mappings is NOT guaranteed.\n\t */\n\tMappingList.prototype.unsortedForEach =\n\t function MappingList_forEach(aCallback, aThisArg) {\n\t this._array.forEach(aCallback, aThisArg);\n\t };\n\t\n\t/**\n\t * Add the given source mapping.\n\t *\n\t * @param Object aMapping\n\t */\n\tMappingList.prototype.add = function MappingList_add(aMapping) {\n\t if (generatedPositionAfter(this._last, aMapping)) {\n\t this._last = aMapping;\n\t this._array.push(aMapping);\n\t } else {\n\t this._sorted = false;\n\t this._array.push(aMapping);\n\t }\n\t};\n\t\n\t/**\n\t * Returns the flat, sorted array of mappings. The mappings are sorted by\n\t * generated position.\n\t *\n\t * WARNING: This method returns internal data without copying, for\n\t * performance. The return value must NOT be mutated, and should be treated as\n\t * an immutable borrow. If you want to take ownership, you must make your own\n\t * copy.\n\t */\n\tMappingList.prototype.toArray = function MappingList_toArray() {\n\t if (!this._sorted) {\n\t this._array.sort(util.compareByGeneratedPositionsInflated);\n\t this._sorted = true;\n\t }\n\t return this._array;\n\t};\n\t\n\texports.MappingList = MappingList;\n\n\n/***/ }),\n/* 7 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar binarySearch = __webpack_require__(8);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar base64VLQ = __webpack_require__(2);\n\tvar quickSort = __webpack_require__(9).quickSort;\n\t\n\tfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t return sourceMap.sections != null\n\t ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n\t : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n\t}\n\t\n\tSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n\t return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n\t}\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tSourceMapConsumer.prototype._version = 3;\n\t\n\t// `__generatedMappings` and `__originalMappings` are arrays that hold the\n\t// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n\t// are lazily instantiated, accessed via the `_generatedMappings` and\n\t// `_originalMappings` getters respectively, and we only parse the mappings\n\t// and create these arrays once queried for a source location. We jump through\n\t// these hoops because there can be many thousands of mappings, and parsing\n\t// them is expensive, so we only want to do it if we must.\n\t//\n\t// Each object in the arrays is of the form:\n\t//\n\t// {\n\t// generatedLine: The line number in the generated code,\n\t// generatedColumn: The column number in the generated code,\n\t// source: The path to the original source file that generated this\n\t// chunk of code,\n\t// originalLine: The line number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// originalColumn: The column number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// name: The name of the original symbol which generated this chunk of\n\t// code.\n\t// }\n\t//\n\t// All properties except for `generatedLine` and `generatedColumn` can be\n\t// `null`.\n\t//\n\t// `_generatedMappings` is ordered by the generated positions.\n\t//\n\t// `_originalMappings` is ordered by the original positions.\n\t\n\tSourceMapConsumer.prototype.__generatedMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__generatedMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__generatedMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype.__originalMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__originalMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__originalMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype._charIsMappingSeparator =\n\t function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n\t var c = aStr.charAt(index);\n\t return c === \";\" || c === \",\";\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t throw new Error(\"Subclasses must implement _parseMappings\");\n\t };\n\t\n\tSourceMapConsumer.GENERATED_ORDER = 1;\n\tSourceMapConsumer.ORIGINAL_ORDER = 2;\n\t\n\tSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\n\tSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Iterate over each mapping between an original source/line/column and a\n\t * generated line/column in this source map.\n\t *\n\t * @param Function aCallback\n\t * The function that is called with each mapping.\n\t * @param Object aContext\n\t * Optional. If specified, this object will be the value of `this` every\n\t * time that `aCallback` is called.\n\t * @param aOrder\n\t * Either `SourceMapConsumer.GENERATED_ORDER` or\n\t * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n\t * iterate over the mappings sorted by the generated file's line/column\n\t * order or the original's source/line/column order, respectively. Defaults to\n\t * `SourceMapConsumer.GENERATED_ORDER`.\n\t */\n\tSourceMapConsumer.prototype.eachMapping =\n\t function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n\t var context = aContext || null;\n\t var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\t\n\t var mappings;\n\t switch (order) {\n\t case SourceMapConsumer.GENERATED_ORDER:\n\t mappings = this._generatedMappings;\n\t break;\n\t case SourceMapConsumer.ORIGINAL_ORDER:\n\t mappings = this._originalMappings;\n\t break;\n\t default:\n\t throw new Error(\"Unknown order of iteration.\");\n\t }\n\t\n\t var sourceRoot = this.sourceRoot;\n\t mappings.map(function (mapping) {\n\t var source = mapping.source === null ? null : this._sources.at(mapping.source);\n\t source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n\t return {\n\t source: source,\n\t generatedLine: mapping.generatedLine,\n\t generatedColumn: mapping.generatedColumn,\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: mapping.name === null ? null : this._names.at(mapping.name)\n\t };\n\t }, this).forEach(aCallback, context);\n\t };\n\t\n\t/**\n\t * Returns all generated line and column information for the original source,\n\t * line, and column provided. If no column is provided, returns all mappings\n\t * corresponding to a either the line we are searching for or the next\n\t * closest line that has any mappings. Otherwise, returns all mappings\n\t * corresponding to the given line and either the column we are searching for\n\t * or the next closest column that has any offsets.\n\t *\n\t * The only argument is an object with the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number is 1-based.\n\t * - column: Optional. the column number in the original source.\n\t * The column number is 0-based.\n\t *\n\t * and an array of objects is returned, each with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tSourceMapConsumer.prototype.allGeneratedPositionsFor =\n\t function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n\t var line = util.getArg(aArgs, 'line');\n\t\n\t // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n\t // returns the index of the closest mapping less than the needle. By\n\t // setting needle.originalColumn to 0, we thus find the last mapping for\n\t // the given line, provided such a mapping exists.\n\t var needle = {\n\t source: util.getArg(aArgs, 'source'),\n\t originalLine: line,\n\t originalColumn: util.getArg(aArgs, 'column', 0)\n\t };\n\t\n\t needle.source = this._findSourceIndex(needle.source);\n\t if (needle.source < 0) {\n\t return [];\n\t }\n\t\n\t var mappings = [];\n\t\n\t var index = this._findMapping(needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t binarySearch.LEAST_UPPER_BOUND);\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (aArgs.column === undefined) {\n\t var originalLine = mapping.originalLine;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we found. Since\n\t // mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we found.\n\t while (mapping && mapping.originalLine === originalLine) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t } else {\n\t var originalColumn = mapping.originalColumn;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we were searching for.\n\t // Since mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we are searching for.\n\t while (mapping &&\n\t mapping.originalLine === line &&\n\t mapping.originalColumn == originalColumn) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t }\n\t }\n\t\n\t return mappings;\n\t };\n\t\n\texports.SourceMapConsumer = SourceMapConsumer;\n\t\n\t/**\n\t * A BasicSourceMapConsumer instance represents a parsed source map which we can\n\t * query for information about the original file positions by giving it a file\n\t * position in the generated source.\n\t *\n\t * The first parameter is the raw source map (either as a JSON string, or\n\t * already parsed to an object). According to the spec, source maps have the\n\t * following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - sources: An array of URLs to the original source files.\n\t * - names: An array of identifiers which can be referrenced by individual mappings.\n\t * - sourceRoot: Optional. The URL root from which all sources are relative.\n\t * - sourcesContent: Optional. An array of contents of the original source files.\n\t * - mappings: A string of base64 VLQs which contain the actual mappings.\n\t * - file: Optional. The generated file this source map is associated with.\n\t *\n\t * Here is an example source map, taken from the source map spec[0]:\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"out.js\",\n\t * sourceRoot : \"\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AA,AB;;ABCDE;\"\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n\t */\n\tfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sources = util.getArg(sourceMap, 'sources');\n\t // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n\t // requires the array) to play nice here.\n\t var names = util.getArg(sourceMap, 'names', []);\n\t var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n\t var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n\t var mappings = util.getArg(sourceMap, 'mappings');\n\t var file = util.getArg(sourceMap, 'file', null);\n\t\n\t // Once again, Sass deviates from the spec and supplies the version as a\n\t // string rather than a number, so we use loose equality checking here.\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t if (sourceRoot) {\n\t sourceRoot = util.normalize(sourceRoot);\n\t }\n\t\n\t sources = sources\n\t .map(String)\n\t // Some source maps produce relative source paths like \"./foo.js\" instead of\n\t // \"foo.js\". Normalize these first so that future comparisons will succeed.\n\t // See bugzil.la/1090768.\n\t .map(util.normalize)\n\t // Always ensure that absolute sources are internally stored relative to\n\t // the source root, if the source root is absolute. Not doing this would\n\t // be particularly problematic when the source root is a prefix of the\n\t // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n\t .map(function (source) {\n\t return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n\t ? util.relative(sourceRoot, source)\n\t : source;\n\t });\n\t\n\t // Pass `true` below to allow duplicate names and sources. While source maps\n\t // are intended to be compressed and deduplicated, the TypeScript compiler\n\t // sometimes generates source maps with duplicates in them. See Github issue\n\t // #72 and bugzil.la/889492.\n\t this._names = ArraySet.fromArray(names.map(String), true);\n\t this._sources = ArraySet.fromArray(sources, true);\n\t\n\t this._absoluteSources = this._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t this.sourceRoot = sourceRoot;\n\t this.sourcesContent = sourcesContent;\n\t this._mappings = mappings;\n\t this._sourceMapURL = aSourceMapURL;\n\t this.file = file;\n\t}\n\t\n\tBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\t\n\t/**\n\t * Utility function to find the index of a source. Returns -1 if not\n\t * found.\n\t */\n\tBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t if (this._sources.has(relativeSource)) {\n\t return this._sources.indexOf(relativeSource);\n\t }\n\t\n\t // Maybe aSource is an absolute URL as returned by |sources|. In\n\t // this case we can't simply undo the transform.\n\t var i;\n\t for (i = 0; i < this._absoluteSources.length; ++i) {\n\t if (this._absoluteSources[i] == aSource) {\n\t return i;\n\t }\n\t }\n\t\n\t return -1;\n\t};\n\t\n\t/**\n\t * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n\t *\n\t * @param SourceMapGenerator aSourceMap\n\t * The source map that will be consumed.\n\t * @param String aSourceMapURL\n\t * The URL at which the source map can be found (optional)\n\t * @returns BasicSourceMapConsumer\n\t */\n\tBasicSourceMapConsumer.fromSourceMap =\n\t function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n\t var smc = Object.create(BasicSourceMapConsumer.prototype);\n\t\n\t var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n\t var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n\t smc.sourceRoot = aSourceMap._sourceRoot;\n\t smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n\t smc.sourceRoot);\n\t smc.file = aSourceMap._file;\n\t smc._sourceMapURL = aSourceMapURL;\n\t smc._absoluteSources = smc._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t // Because we are modifying the entries (by converting string sources and\n\t // names to indices into the sources and names ArraySets), we have to make\n\t // a copy of the entry or else bad things happen. Shared mutable state\n\t // strikes again! See github issue #191.\n\t\n\t var generatedMappings = aSourceMap._mappings.toArray().slice();\n\t var destGeneratedMappings = smc.__generatedMappings = [];\n\t var destOriginalMappings = smc.__originalMappings = [];\n\t\n\t for (var i = 0, length = generatedMappings.length; i < length; i++) {\n\t var srcMapping = generatedMappings[i];\n\t var destMapping = new Mapping;\n\t destMapping.generatedLine = srcMapping.generatedLine;\n\t destMapping.generatedColumn = srcMapping.generatedColumn;\n\t\n\t if (srcMapping.source) {\n\t destMapping.source = sources.indexOf(srcMapping.source);\n\t destMapping.originalLine = srcMapping.originalLine;\n\t destMapping.originalColumn = srcMapping.originalColumn;\n\t\n\t if (srcMapping.name) {\n\t destMapping.name = names.indexOf(srcMapping.name);\n\t }\n\t\n\t destOriginalMappings.push(destMapping);\n\t }\n\t\n\t destGeneratedMappings.push(destMapping);\n\t }\n\t\n\t quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\t\n\t return smc;\n\t };\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tBasicSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t return this._absoluteSources.slice();\n\t }\n\t});\n\t\n\t/**\n\t * Provide the JIT with a nice shape / hidden class.\n\t */\n\tfunction Mapping() {\n\t this.generatedLine = 0;\n\t this.generatedColumn = 0;\n\t this.source = null;\n\t this.originalLine = null;\n\t this.originalColumn = null;\n\t this.name = null;\n\t}\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tBasicSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t var generatedLine = 1;\n\t var previousGeneratedColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousOriginalColumn = 0;\n\t var previousSource = 0;\n\t var previousName = 0;\n\t var length = aStr.length;\n\t var index = 0;\n\t var cachedSegments = {};\n\t var temp = {};\n\t var originalMappings = [];\n\t var generatedMappings = [];\n\t var mapping, str, segment, end, value;\n\t\n\t while (index < length) {\n\t if (aStr.charAt(index) === ';') {\n\t generatedLine++;\n\t index++;\n\t previousGeneratedColumn = 0;\n\t }\n\t else if (aStr.charAt(index) === ',') {\n\t index++;\n\t }\n\t else {\n\t mapping = new Mapping();\n\t mapping.generatedLine = generatedLine;\n\t\n\t // Because each offset is encoded relative to the previous one,\n\t // many segments often have the same encoding. We can exploit this\n\t // fact by caching the parsed variable length fields of each segment,\n\t // allowing us to avoid a second parse if we encounter the same\n\t // segment again.\n\t for (end = index; end < length; end++) {\n\t if (this._charIsMappingSeparator(aStr, end)) {\n\t break;\n\t }\n\t }\n\t str = aStr.slice(index, end);\n\t\n\t segment = cachedSegments[str];\n\t if (segment) {\n\t index += str.length;\n\t } else {\n\t segment = [];\n\t while (index < end) {\n\t base64VLQ.decode(aStr, index, temp);\n\t value = temp.value;\n\t index = temp.rest;\n\t segment.push(value);\n\t }\n\t\n\t if (segment.length === 2) {\n\t throw new Error('Found a source, but no line and column');\n\t }\n\t\n\t if (segment.length === 3) {\n\t throw new Error('Found a source and line, but no column');\n\t }\n\t\n\t cachedSegments[str] = segment;\n\t }\n\t\n\t // Generated column.\n\t mapping.generatedColumn = previousGeneratedColumn + segment[0];\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (segment.length > 1) {\n\t // Original source.\n\t mapping.source = previousSource + segment[1];\n\t previousSource += segment[1];\n\t\n\t // Original line.\n\t mapping.originalLine = previousOriginalLine + segment[2];\n\t previousOriginalLine = mapping.originalLine;\n\t // Lines are stored 0-based\n\t mapping.originalLine += 1;\n\t\n\t // Original column.\n\t mapping.originalColumn = previousOriginalColumn + segment[3];\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (segment.length > 4) {\n\t // Original name.\n\t mapping.name = previousName + segment[4];\n\t previousName += segment[4];\n\t }\n\t }\n\t\n\t generatedMappings.push(mapping);\n\t if (typeof mapping.originalLine === 'number') {\n\t originalMappings.push(mapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t this.__generatedMappings = generatedMappings;\n\t\n\t quickSort(originalMappings, util.compareByOriginalPositions);\n\t this.__originalMappings = originalMappings;\n\t };\n\t\n\t/**\n\t * Find the mapping that best matches the hypothetical \"needle\" mapping that\n\t * we are searching for in the given \"haystack\" of mappings.\n\t */\n\tBasicSourceMapConsumer.prototype._findMapping =\n\t function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n\t aColumnName, aComparator, aBias) {\n\t // To return the position we are searching for, we must first find the\n\t // mapping for the given position and then return the opposite position it\n\t // points to. Because the mappings are sorted, we can use binary search to\n\t // find the best mapping.\n\t\n\t if (aNeedle[aLineName] <= 0) {\n\t throw new TypeError('Line must be greater than or equal to 1, got '\n\t + aNeedle[aLineName]);\n\t }\n\t if (aNeedle[aColumnName] < 0) {\n\t throw new TypeError('Column must be greater than or equal to 0, got '\n\t + aNeedle[aColumnName]);\n\t }\n\t\n\t return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n\t };\n\t\n\t/**\n\t * Compute the last column for each generated mapping. The last column is\n\t * inclusive.\n\t */\n\tBasicSourceMapConsumer.prototype.computeColumnSpans =\n\t function SourceMapConsumer_computeColumnSpans() {\n\t for (var index = 0; index < this._generatedMappings.length; ++index) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t // Mappings do not contain a field for the last generated columnt. We\n\t // can come up with an optimistic estimate, however, by assuming that\n\t // mappings are contiguous (i.e. given two consecutive mappings, the\n\t // first mapping ends where the second one starts).\n\t if (index + 1 < this._generatedMappings.length) {\n\t var nextMapping = this._generatedMappings[index + 1];\n\t\n\t if (mapping.generatedLine === nextMapping.generatedLine) {\n\t mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n\t continue;\n\t }\n\t }\n\t\n\t // The last mapping for each line spans the entire line.\n\t mapping.lastGeneratedColumn = Infinity;\n\t }\n\t };\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.originalPositionFor =\n\t function SourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._generatedMappings,\n\t \"generatedLine\",\n\t \"generatedColumn\",\n\t util.compareByGeneratedPositionsDeflated,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t if (mapping.generatedLine === needle.generatedLine) {\n\t var source = util.getArg(mapping, 'source', null);\n\t if (source !== null) {\n\t source = this._sources.at(source);\n\t source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n\t }\n\t var name = util.getArg(mapping, 'name', null);\n\t if (name !== null) {\n\t name = this._names.at(name);\n\t }\n\t return {\n\t source: source,\n\t line: util.getArg(mapping, 'originalLine', null),\n\t column: util.getArg(mapping, 'originalColumn', null),\n\t name: name\n\t };\n\t }\n\t }\n\t\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function BasicSourceMapConsumer_hasContentsOfAllSources() {\n\t if (!this.sourcesContent) {\n\t return false;\n\t }\n\t return this.sourcesContent.length >= this._sources.size() &&\n\t !this.sourcesContent.some(function (sc) { return sc == null; });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tBasicSourceMapConsumer.prototype.sourceContentFor =\n\t function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t if (!this.sourcesContent) {\n\t return null;\n\t }\n\t\n\t var index = this._findSourceIndex(aSource);\n\t if (index >= 0) {\n\t return this.sourcesContent[index];\n\t }\n\t\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t var url;\n\t if (this.sourceRoot != null\n\t && (url = util.urlParse(this.sourceRoot))) {\n\t // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n\t // many users. We can help them out when they expect file:// URIs to\n\t // behave like it would if they were running a local HTTP server. See\n\t // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n\t var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n\t if (url.scheme == \"file\"\n\t && this._sources.has(fileUriAbsPath)) {\n\t return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n\t }\n\t\n\t if ((!url.path || url.path == \"/\")\n\t && this._sources.has(\"/\" + relativeSource)) {\n\t return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n\t }\n\t }\n\t\n\t // This function is used recursively from\n\t // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n\t // don't want to throw if we can't find the source - we just want to\n\t // return null, so we provide a flag to exit gracefully.\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tBasicSourceMapConsumer.prototype.generatedPositionFor =\n\t function SourceMapConsumer_generatedPositionFor(aArgs) {\n\t var source = util.getArg(aArgs, 'source');\n\t source = this._findSourceIndex(source);\n\t if (source < 0) {\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t }\n\t\n\t var needle = {\n\t source: source,\n\t originalLine: util.getArg(aArgs, 'line'),\n\t originalColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (mapping.source === needle.source) {\n\t return {\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t };\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t };\n\t\n\texports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\t\n\t/**\n\t * An IndexedSourceMapConsumer instance represents a parsed source map which\n\t * we can query for information. It differs from BasicSourceMapConsumer in\n\t * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n\t * input.\n\t *\n\t * The first parameter is a raw source map (either as a JSON string, or already\n\t * parsed to an object). According to the spec for indexed source maps, they\n\t * have the following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - file: Optional. The generated file this source map is associated with.\n\t * - sections: A list of section definitions.\n\t *\n\t * Each value under the \"sections\" field has two fields:\n\t * - offset: The offset into the original specified at which this section\n\t * begins to apply, defined as an object with a \"line\" and \"column\"\n\t * field.\n\t * - map: A source map definition. This source map could also be indexed,\n\t * but doesn't have to be.\n\t *\n\t * Instead of the \"map\" field, it's also possible to have a \"url\" field\n\t * specifying a URL to retrieve a source map from, but that's currently\n\t * unsupported.\n\t *\n\t * Here's an example source map, taken from the source map spec[0], but\n\t * modified to omit a section which uses the \"url\" field.\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"app.js\",\n\t * sections: [{\n\t * offset: {line:100, column:10},\n\t * map: {\n\t * version : 3,\n\t * file: \"section.js\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AAAA,E;;ABCDE;\"\n\t * }\n\t * }],\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n\t */\n\tfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sections = util.getArg(sourceMap, 'sections');\n\t\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t this._sources = new ArraySet();\n\t this._names = new ArraySet();\n\t\n\t var lastOffset = {\n\t line: -1,\n\t column: 0\n\t };\n\t this._sections = sections.map(function (s) {\n\t if (s.url) {\n\t // The url field will require support for asynchronicity.\n\t // See https://github.com/mozilla/source-map/issues/16\n\t throw new Error('Support for url field in sections not implemented.');\n\t }\n\t var offset = util.getArg(s, 'offset');\n\t var offsetLine = util.getArg(offset, 'line');\n\t var offsetColumn = util.getArg(offset, 'column');\n\t\n\t if (offsetLine < lastOffset.line ||\n\t (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n\t throw new Error('Section offsets must be ordered and non-overlapping.');\n\t }\n\t lastOffset = offset;\n\t\n\t return {\n\t generatedOffset: {\n\t // The offset fields are 0-based, but we use 1-based indices when\n\t // encoding/decoding from VLQ.\n\t generatedLine: offsetLine + 1,\n\t generatedColumn: offsetColumn + 1\n\t },\n\t consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n\t }\n\t });\n\t}\n\t\n\tIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tIndexedSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t var sources = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n\t sources.push(this._sections[i].consumer.sources[j]);\n\t }\n\t }\n\t return sources;\n\t }\n\t});\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.originalPositionFor =\n\t function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t // Find the section containing the generated position we're trying to map\n\t // to an original position.\n\t var sectionIndex = binarySearch.search(needle, this._sections,\n\t function(needle, section) {\n\t var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n\t if (cmp) {\n\t return cmp;\n\t }\n\t\n\t return (needle.generatedColumn -\n\t section.generatedOffset.generatedColumn);\n\t });\n\t var section = this._sections[sectionIndex];\n\t\n\t if (!section) {\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t }\n\t\n\t return section.consumer.originalPositionFor({\n\t line: needle.generatedLine -\n\t (section.generatedOffset.generatedLine - 1),\n\t column: needle.generatedColumn -\n\t (section.generatedOffset.generatedLine === needle.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t bias: aArgs.bias\n\t });\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n\t return this._sections.every(function (s) {\n\t return s.consumer.hasContentsOfAllSources();\n\t });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tIndexedSourceMapConsumer.prototype.sourceContentFor =\n\t function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t var content = section.consumer.sourceContentFor(aSource, true);\n\t if (content) {\n\t return content;\n\t }\n\t }\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based. \n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tIndexedSourceMapConsumer.prototype.generatedPositionFor =\n\t function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t // Only consider this section if the requested source is in the list of\n\t // sources of the consumer.\n\t if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n\t continue;\n\t }\n\t var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n\t if (generatedPosition) {\n\t var ret = {\n\t line: generatedPosition.line +\n\t (section.generatedOffset.generatedLine - 1),\n\t column: generatedPosition.column +\n\t (section.generatedOffset.generatedLine === generatedPosition.line\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0)\n\t };\n\t return ret;\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null\n\t };\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tIndexedSourceMapConsumer.prototype._parseMappings =\n\t function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t this.__generatedMappings = [];\n\t this.__originalMappings = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t var sectionMappings = section.consumer._generatedMappings;\n\t for (var j = 0; j < sectionMappings.length; j++) {\n\t var mapping = sectionMappings[j];\n\t\n\t var source = section.consumer._sources.at(mapping.source);\n\t source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n\t this._sources.add(source);\n\t source = this._sources.indexOf(source);\n\t\n\t var name = null;\n\t if (mapping.name) {\n\t name = section.consumer._names.at(mapping.name);\n\t this._names.add(name);\n\t name = this._names.indexOf(name);\n\t }\n\t\n\t // The mappings coming from the consumer for the section have\n\t // generated positions relative to the start of the section, so we\n\t // need to offset them to be relative to the start of the concatenated\n\t // generated file.\n\t var adjustedMapping = {\n\t source: source,\n\t generatedLine: mapping.generatedLine +\n\t (section.generatedOffset.generatedLine - 1),\n\t generatedColumn: mapping.generatedColumn +\n\t (section.generatedOffset.generatedLine === mapping.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: name\n\t };\n\t\n\t this.__generatedMappings.push(adjustedMapping);\n\t if (typeof adjustedMapping.originalLine === 'number') {\n\t this.__originalMappings.push(adjustedMapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t quickSort(this.__originalMappings, util.compareByOriginalPositions);\n\t };\n\t\n\texports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n/***/ }),\n/* 8 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\texports.GREATEST_LOWER_BOUND = 1;\n\texports.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Recursive implementation of binary search.\n\t *\n\t * @param aLow Indices here and lower do not contain the needle.\n\t * @param aHigh Indices here and higher do not contain the needle.\n\t * @param aNeedle The element being searched for.\n\t * @param aHaystack The non-empty array being searched.\n\t * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t */\n\tfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n\t // This function terminates when one of the following is true:\n\t //\n\t // 1. We find the exact element we are looking for.\n\t //\n\t // 2. We did not find the exact element, but we can return the index of\n\t // the next-closest element.\n\t //\n\t // 3. We did not find the exact element, and there is no next-closest\n\t // element than the one we are searching for, so we return -1.\n\t var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n\t var cmp = aCompare(aNeedle, aHaystack[mid], true);\n\t if (cmp === 0) {\n\t // Found the element we are looking for.\n\t return mid;\n\t }\n\t else if (cmp > 0) {\n\t // Our needle is greater than aHaystack[mid].\n\t if (aHigh - mid > 1) {\n\t // The element is in the upper half.\n\t return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // The exact needle element was not found in this haystack. Determine if\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return aHigh < aHaystack.length ? aHigh : -1;\n\t } else {\n\t return mid;\n\t }\n\t }\n\t else {\n\t // Our needle is less than aHaystack[mid].\n\t if (mid - aLow > 1) {\n\t // The element is in the lower half.\n\t return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return mid;\n\t } else {\n\t return aLow < 0 ? -1 : aLow;\n\t }\n\t }\n\t}\n\t\n\t/**\n\t * This is an implementation of binary search which will always try and return\n\t * the index of the closest element if there is no exact hit. This is because\n\t * mappings between original and generated line/col pairs are single points,\n\t * and there is an implicit region between each of them, so a miss just means\n\t * that you aren't on the very start of a region.\n\t *\n\t * @param aNeedle The element you are looking for.\n\t * @param aHaystack The array that is being searched.\n\t * @param aCompare A function which takes the needle and an element in the\n\t * array and returns -1, 0, or 1 depending on whether the needle is less\n\t * than, equal to, or greater than the element, respectively.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n\t */\n\texports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n\t if (aHaystack.length === 0) {\n\t return -1;\n\t }\n\t\n\t var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n\t aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n\t if (index < 0) {\n\t return -1;\n\t }\n\t\n\t // We have found either the exact element, or the next-closest element than\n\t // the one we are searching for. However, there may be more than one such\n\t // element. Make sure we always return the smallest of these.\n\t while (index - 1 >= 0) {\n\t if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n\t break;\n\t }\n\t --index;\n\t }\n\t\n\t return index;\n\t};\n\n\n/***/ }),\n/* 9 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t// It turns out that some (most?) JavaScript engines don't self-host\n\t// `Array.prototype.sort`. This makes sense because C++ will likely remain\n\t// faster than JS when doing raw CPU-intensive sorting. However, when using a\n\t// custom comparator function, calling back and forth between the VM's C++ and\n\t// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n\t// worse generated code for the comparator function than would be optimal. In\n\t// fact, when sorting with a comparator, these costs outweigh the benefits of\n\t// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n\t// a ~3500ms mean speed-up in `bench/bench.html`.\n\t\n\t/**\n\t * Swap the elements indexed by `x` and `y` in the array `ary`.\n\t *\n\t * @param {Array} ary\n\t * The array.\n\t * @param {Number} x\n\t * The index of the first item.\n\t * @param {Number} y\n\t * The index of the second item.\n\t */\n\tfunction swap(ary, x, y) {\n\t var temp = ary[x];\n\t ary[x] = ary[y];\n\t ary[y] = temp;\n\t}\n\t\n\t/**\n\t * Returns a random integer within the range `low .. high` inclusive.\n\t *\n\t * @param {Number} low\n\t * The lower bound on the range.\n\t * @param {Number} high\n\t * The upper bound on the range.\n\t */\n\tfunction randomIntInRange(low, high) {\n\t return Math.round(low + (Math.random() * (high - low)));\n\t}\n\t\n\t/**\n\t * The Quick Sort algorithm.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t * @param {Number} p\n\t * Start index of the array\n\t * @param {Number} r\n\t * End index of the array\n\t */\n\tfunction doQuickSort(ary, comparator, p, r) {\n\t // If our lower bound is less than our upper bound, we (1) partition the\n\t // array into two pieces and (2) recurse on each half. If it is not, this is\n\t // the empty array and our base case.\n\t\n\t if (p < r) {\n\t // (1) Partitioning.\n\t //\n\t // The partitioning chooses a pivot between `p` and `r` and moves all\n\t // elements that are less than or equal to the pivot to the before it, and\n\t // all the elements that are greater than it after it. The effect is that\n\t // once partition is done, the pivot is in the exact place it will be when\n\t // the array is put in sorted order, and it will not need to be moved\n\t // again. This runs in O(n) time.\n\t\n\t // Always choose a random pivot so that an input array which is reverse\n\t // sorted does not cause O(n^2) running time.\n\t var pivotIndex = randomIntInRange(p, r);\n\t var i = p - 1;\n\t\n\t swap(ary, pivotIndex, r);\n\t var pivot = ary[r];\n\t\n\t // Immediately after `j` is incremented in this loop, the following hold\n\t // true:\n\t //\n\t // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n\t //\n\t // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n\t for (var j = p; j < r; j++) {\n\t if (comparator(ary[j], pivot) <= 0) {\n\t i += 1;\n\t swap(ary, i, j);\n\t }\n\t }\n\t\n\t swap(ary, i + 1, j);\n\t var q = i + 1;\n\t\n\t // (2) Recurse on each half.\n\t\n\t doQuickSort(ary, comparator, p, q - 1);\n\t doQuickSort(ary, comparator, q + 1, r);\n\t }\n\t}\n\t\n\t/**\n\t * Sort the given array in-place with the given comparator function.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t */\n\texports.quickSort = function (ary, comparator) {\n\t doQuickSort(ary, comparator, 0, ary.length - 1);\n\t};\n\n\n/***/ }),\n/* 10 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\tvar util = __webpack_require__(4);\n\t\n\t// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n\t// operating systems these days (capturing the result).\n\tvar REGEX_NEWLINE = /(\\r?\\n)/;\n\t\n\t// Newline character code for charCodeAt() comparisons\n\tvar NEWLINE_CODE = 10;\n\t\n\t// Private symbol for identifying `SourceNode`s when multiple versions of\n\t// the source-map library are loaded. This MUST NOT CHANGE across\n\t// versions!\n\tvar isSourceNode = \"$$$isSourceNode$$$\";\n\t\n\t/**\n\t * SourceNodes provide a way to abstract over interpolating/concatenating\n\t * snippets of generated JavaScript source code while maintaining the line and\n\t * column information associated with the original source code.\n\t *\n\t * @param aLine The original line number.\n\t * @param aColumn The original column number.\n\t * @param aSource The original source's filename.\n\t * @param aChunks Optional. An array of strings which are snippets of\n\t * generated JS, or other SourceNodes.\n\t * @param aName The original identifier.\n\t */\n\tfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n\t this.children = [];\n\t this.sourceContents = {};\n\t this.line = aLine == null ? null : aLine;\n\t this.column = aColumn == null ? null : aColumn;\n\t this.source = aSource == null ? null : aSource;\n\t this.name = aName == null ? null : aName;\n\t this[isSourceNode] = true;\n\t if (aChunks != null) this.add(aChunks);\n\t}\n\t\n\t/**\n\t * Creates a SourceNode from generated code and a SourceMapConsumer.\n\t *\n\t * @param aGeneratedCode The generated code\n\t * @param aSourceMapConsumer The SourceMap for the generated code\n\t * @param aRelativePath Optional. The path that relative sources in the\n\t * SourceMapConsumer should be relative to.\n\t */\n\tSourceNode.fromStringWithSourceMap =\n\t function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n\t // The SourceNode we want to fill with the generated code\n\t // and the SourceMap\n\t var node = new SourceNode();\n\t\n\t // All even indices of this array are one line of the generated code,\n\t // while all odd indices are the newlines between two adjacent lines\n\t // (since `REGEX_NEWLINE` captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n\t var remainingLinesIndex = 0;\n\t var shiftNextLine = function() {\n\t var lineContents = getNextLine();\n\t // The last line of a file might not have a newline.\n\t var newLine = getNextLine() || \"\";\n\t return lineContents + newLine;\n\t\n\t function getNextLine() {\n\t return remainingLinesIndex < remainingLines.length ?\n\t remainingLines[remainingLinesIndex++] : undefined;\n\t }\n\t };\n\t\n\t // We need to remember the position of \"remainingLines\"\n\t var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\t\n\t // The generate SourceNodes we need a code range.\n\t // To extract it current and last mapping is used.\n\t // Here we store the last mapping.\n\t var lastMapping = null;\n\t\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t if (lastMapping !== null) {\n\t // We add the code from \"lastMapping\" to \"mapping\":\n\t // First check if there is a new line in between.\n\t if (lastGeneratedLine < mapping.generatedLine) {\n\t // Associate first line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t lastGeneratedLine++;\n\t lastGeneratedColumn = 0;\n\t // The remaining code is added without mapping\n\t } else {\n\t // There is no new line in between.\n\t // Associate the code between \"lastGeneratedColumn\" and\n\t // \"mapping.generatedColumn\" with \"lastMapping\"\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t var code = nextLine.substr(0, mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t addMappingWithCode(lastMapping, code);\n\t // No more remaining code, continue\n\t lastMapping = mapping;\n\t return;\n\t }\n\t }\n\t // We add the generated code until the first mapping\n\t // to the SourceNode without any mapping.\n\t // Each line is added as separate string.\n\t while (lastGeneratedLine < mapping.generatedLine) {\n\t node.add(shiftNextLine());\n\t lastGeneratedLine++;\n\t }\n\t if (lastGeneratedColumn < mapping.generatedColumn) {\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t node.add(nextLine.substr(0, mapping.generatedColumn));\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t }\n\t lastMapping = mapping;\n\t }, this);\n\t // We have processed all mappings.\n\t if (remainingLinesIndex < remainingLines.length) {\n\t if (lastMapping) {\n\t // Associate the remaining code in the current line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t }\n\t // and add the remaining lines without any mapping\n\t node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n\t }\n\t\n\t // Copy sourcesContent into SourceNode\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aRelativePath != null) {\n\t sourceFile = util.join(aRelativePath, sourceFile);\n\t }\n\t node.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t\n\t return node;\n\t\n\t function addMappingWithCode(mapping, code) {\n\t if (mapping === null || mapping.source === undefined) {\n\t node.add(code);\n\t } else {\n\t var source = aRelativePath\n\t ? util.join(aRelativePath, mapping.source)\n\t : mapping.source;\n\t node.add(new SourceNode(mapping.originalLine,\n\t mapping.originalColumn,\n\t source,\n\t code,\n\t mapping.name));\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Add a chunk of generated JS to this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.add = function SourceNode_add(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t aChunk.forEach(function (chunk) {\n\t this.add(chunk);\n\t }, this);\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t if (aChunk) {\n\t this.children.push(aChunk);\n\t }\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Add a chunk of generated JS to the beginning of this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t for (var i = aChunk.length-1; i >= 0; i--) {\n\t this.prepend(aChunk[i]);\n\t }\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t this.children.unshift(aChunk);\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Walk over the tree of JS snippets in this node and its children. The\n\t * walking function is called once for each snippet of JS and is passed that\n\t * snippet and the its original associated source's line/column location.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n\t var chunk;\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t chunk = this.children[i];\n\t if (chunk[isSourceNode]) {\n\t chunk.walk(aFn);\n\t }\n\t else {\n\t if (chunk !== '') {\n\t aFn(chunk, { source: this.source,\n\t line: this.line,\n\t column: this.column,\n\t name: this.name });\n\t }\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n\t * each of `this.children`.\n\t *\n\t * @param aSep The separator.\n\t */\n\tSourceNode.prototype.join = function SourceNode_join(aSep) {\n\t var newChildren;\n\t var i;\n\t var len = this.children.length;\n\t if (len > 0) {\n\t newChildren = [];\n\t for (i = 0; i < len-1; i++) {\n\t newChildren.push(this.children[i]);\n\t newChildren.push(aSep);\n\t }\n\t newChildren.push(this.children[i]);\n\t this.children = newChildren;\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Call String.prototype.replace on the very right-most source snippet. Useful\n\t * for trimming whitespace from the end of a source node, etc.\n\t *\n\t * @param aPattern The pattern to replace.\n\t * @param aReplacement The thing to replace the pattern with.\n\t */\n\tSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n\t var lastChild = this.children[this.children.length - 1];\n\t if (lastChild[isSourceNode]) {\n\t lastChild.replaceRight(aPattern, aReplacement);\n\t }\n\t else if (typeof lastChild === 'string') {\n\t this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n\t }\n\t else {\n\t this.children.push(''.replace(aPattern, aReplacement));\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Set the source content for a source file. This will be added to the SourceMapGenerator\n\t * in the sourcesContent field.\n\t *\n\t * @param aSourceFile The filename of the source file\n\t * @param aSourceContent The content of the source file\n\t */\n\tSourceNode.prototype.setSourceContent =\n\t function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n\t this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n\t };\n\t\n\t/**\n\t * Walk over the tree of SourceNodes. The walking function is called for each\n\t * source file content and is passed the filename and source content.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walkSourceContents =\n\t function SourceNode_walkSourceContents(aFn) {\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t if (this.children[i][isSourceNode]) {\n\t this.children[i].walkSourceContents(aFn);\n\t }\n\t }\n\t\n\t var sources = Object.keys(this.sourceContents);\n\t for (var i = 0, len = sources.length; i < len; i++) {\n\t aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n\t }\n\t };\n\t\n\t/**\n\t * Return the string representation of this source node. Walks over the tree\n\t * and concatenates all the various snippets together to one string.\n\t */\n\tSourceNode.prototype.toString = function SourceNode_toString() {\n\t var str = \"\";\n\t this.walk(function (chunk) {\n\t str += chunk;\n\t });\n\t return str;\n\t};\n\t\n\t/**\n\t * Returns the string representation of this source node along with a source\n\t * map.\n\t */\n\tSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n\t var generated = {\n\t code: \"\",\n\t line: 1,\n\t column: 0\n\t };\n\t var map = new SourceMapGenerator(aArgs);\n\t var sourceMappingActive = false;\n\t var lastOriginalSource = null;\n\t var lastOriginalLine = null;\n\t var lastOriginalColumn = null;\n\t var lastOriginalName = null;\n\t this.walk(function (chunk, original) {\n\t generated.code += chunk;\n\t if (original.source !== null\n\t && original.line !== null\n\t && original.column !== null) {\n\t if(lastOriginalSource !== original.source\n\t || lastOriginalLine !== original.line\n\t || lastOriginalColumn !== original.column\n\t || lastOriginalName !== original.name) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t lastOriginalSource = original.source;\n\t lastOriginalLine = original.line;\n\t lastOriginalColumn = original.column;\n\t lastOriginalName = original.name;\n\t sourceMappingActive = true;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t }\n\t });\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t }\n\t for (var idx = 0, length = chunk.length; idx < length; idx++) {\n\t if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n\t generated.line++;\n\t generated.column = 0;\n\t // Mappings end at eol\n\t if (idx + 1 === length) {\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t } else {\n\t generated.column++;\n\t }\n\t }\n\t });\n\t this.walkSourceContents(function (sourceFile, sourceContent) {\n\t map.setSourceContent(sourceFile, sourceContent);\n\t });\n\t\n\t return { code: generated.code, map: map };\n\t};\n\t\n\texports.SourceNode = SourceNode;\n\n\n/***/ })\n/******/ ])\n});\n;\n\n\n// WEBPACK FOOTER //\n// source-map.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 0fd5815da764db5fb9fe","/*\n * Copyright 2009-2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE.txt or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\nexports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;\nexports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;\nexports.SourceNode = require('./lib/source-node').SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./source-map.js\n// module id = 0\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar base64VLQ = require('./base64-vlq');\nvar util = require('./util');\nvar ArraySet = require('./array-set').ArraySet;\nvar MappingList = require('./mapping-list').MappingList;\n\n/**\n * An instance of the SourceMapGenerator represents a source map which is\n * being built incrementally. You may pass an object with the following\n * properties:\n *\n * - file: The filename of the generated source.\n * - sourceRoot: A root for all relative URLs in this source map.\n */\nfunction SourceMapGenerator(aArgs) {\n if (!aArgs) {\n aArgs = {};\n }\n this._file = util.getArg(aArgs, 'file', null);\n this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\n this._sources = new ArraySet();\n this._names = new ArraySet();\n this._mappings = new MappingList();\n this._sourcesContents = null;\n}\n\nSourceMapGenerator.prototype._version = 3;\n\n/**\n * Creates a new SourceMapGenerator based on a SourceMapConsumer\n *\n * @param aSourceMapConsumer The SourceMap.\n */\nSourceMapGenerator.fromSourceMap =\n function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n var sourceRoot = aSourceMapConsumer.sourceRoot;\n var generator = new SourceMapGenerator({\n file: aSourceMapConsumer.file,\n sourceRoot: sourceRoot\n });\n aSourceMapConsumer.eachMapping(function (mapping) {\n var newMapping = {\n generated: {\n line: mapping.generatedLine,\n column: mapping.generatedColumn\n }\n };\n\n if (mapping.source != null) {\n newMapping.source = mapping.source;\n if (sourceRoot != null) {\n newMapping.source = util.relative(sourceRoot, newMapping.source);\n }\n\n newMapping.original = {\n line: mapping.originalLine,\n column: mapping.originalColumn\n };\n\n if (mapping.name != null) {\n newMapping.name = mapping.name;\n }\n }\n\n generator.addMapping(newMapping);\n });\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var sourceRelative = sourceFile;\n if (sourceRoot !== null) {\n sourceRelative = util.relative(sourceRoot, sourceFile);\n }\n\n if (!generator._sources.has(sourceRelative)) {\n generator._sources.add(sourceRelative);\n }\n\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n generator.setSourceContent(sourceFile, content);\n }\n });\n return generator;\n };\n\n/**\n * Add a single mapping from original source line and column to the generated\n * source's line and column for this source map being created. The mapping\n * object should have the following properties:\n *\n * - generated: An object with the generated line and column positions.\n * - original: An object with the original line and column positions.\n * - source: The original source file (relative to the sourceRoot).\n * - name: An optional original token name for this mapping.\n */\nSourceMapGenerator.prototype.addMapping =\n function SourceMapGenerator_addMapping(aArgs) {\n var generated = util.getArg(aArgs, 'generated');\n var original = util.getArg(aArgs, 'original', null);\n var source = util.getArg(aArgs, 'source', null);\n var name = util.getArg(aArgs, 'name', null);\n\n if (!this._skipValidation) {\n this._validateMapping(generated, original, source, name);\n }\n\n if (source != null) {\n source = String(source);\n if (!this._sources.has(source)) {\n this._sources.add(source);\n }\n }\n\n if (name != null) {\n name = String(name);\n if (!this._names.has(name)) {\n this._names.add(name);\n }\n }\n\n this._mappings.add({\n generatedLine: generated.line,\n generatedColumn: generated.column,\n originalLine: original != null && original.line,\n originalColumn: original != null && original.column,\n source: source,\n name: name\n });\n };\n\n/**\n * Set the source content for a source file.\n */\nSourceMapGenerator.prototype.setSourceContent =\n function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n var source = aSourceFile;\n if (this._sourceRoot != null) {\n source = util.relative(this._sourceRoot, source);\n }\n\n if (aSourceContent != null) {\n // Add the source content to the _sourcesContents map.\n // Create a new _sourcesContents map if the property is null.\n if (!this._sourcesContents) {\n this._sourcesContents = Object.create(null);\n }\n this._sourcesContents[util.toSetString(source)] = aSourceContent;\n } else if (this._sourcesContents) {\n // Remove the source file from the _sourcesContents map.\n // If the _sourcesContents map is empty, set the property to null.\n delete this._sourcesContents[util.toSetString(source)];\n if (Object.keys(this._sourcesContents).length === 0) {\n this._sourcesContents = null;\n }\n }\n };\n\n/**\n * Applies the mappings of a sub-source-map for a specific source file to the\n * source map being generated. Each mapping to the supplied source file is\n * rewritten using the supplied source map. Note: The resolution for the\n * resulting mappings is the minimium of this map and the supplied map.\n *\n * @param aSourceMapConsumer The source map to be applied.\n * @param aSourceFile Optional. The filename of the source file.\n * If omitted, SourceMapConsumer's file property will be used.\n * @param aSourceMapPath Optional. The dirname of the path to the source map\n * to be applied. If relative, it is relative to the SourceMapConsumer.\n * This parameter is needed when the two source maps aren't in the same\n * directory, and the source map to be applied contains relative source\n * paths. If so, those relative source paths need to be rewritten\n * relative to the SourceMapGenerator.\n */\nSourceMapGenerator.prototype.applySourceMap =\n function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n var sourceFile = aSourceFile;\n // If aSourceFile is omitted, we will use the file property of the SourceMap\n if (aSourceFile == null) {\n if (aSourceMapConsumer.file == null) {\n throw new Error(\n 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n 'or the source map\\'s \"file\" property. Both were omitted.'\n );\n }\n sourceFile = aSourceMapConsumer.file;\n }\n var sourceRoot = this._sourceRoot;\n // Make \"sourceFile\" relative if an absolute Url is passed.\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n // Applying the SourceMap can add and remove items from the sources and\n // the names array.\n var newSources = new ArraySet();\n var newNames = new ArraySet();\n\n // Find mappings for the \"sourceFile\"\n this._mappings.unsortedForEach(function (mapping) {\n if (mapping.source === sourceFile && mapping.originalLine != null) {\n // Check if it can be mapped by the source map, then update the mapping.\n var original = aSourceMapConsumer.originalPositionFor({\n line: mapping.originalLine,\n column: mapping.originalColumn\n });\n if (original.source != null) {\n // Copy mapping\n mapping.source = original.source;\n if (aSourceMapPath != null) {\n mapping.source = util.join(aSourceMapPath, mapping.source)\n }\n if (sourceRoot != null) {\n mapping.source = util.relative(sourceRoot, mapping.source);\n }\n mapping.originalLine = original.line;\n mapping.originalColumn = original.column;\n if (original.name != null) {\n mapping.name = original.name;\n }\n }\n }\n\n var source = mapping.source;\n if (source != null && !newSources.has(source)) {\n newSources.add(source);\n }\n\n var name = mapping.name;\n if (name != null && !newNames.has(name)) {\n newNames.add(name);\n }\n\n }, this);\n this._sources = newSources;\n this._names = newNames;\n\n // Copy sourcesContents of applied map.\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aSourceMapPath != null) {\n sourceFile = util.join(aSourceMapPath, sourceFile);\n }\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n this.setSourceContent(sourceFile, content);\n }\n }, this);\n };\n\n/**\n * A mapping can have one of the three levels of data:\n *\n * 1. Just the generated position.\n * 2. The Generated position, original position, and original source.\n * 3. Generated and original position, original source, as well as a name\n * token.\n *\n * To maintain consistency, we validate that any new mapping being added falls\n * in to one of these categories.\n */\nSourceMapGenerator.prototype._validateMapping =\n function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n aName) {\n // When aOriginal is truthy but has empty values for .line and .column,\n // it is most likely a programmer error. In this case we throw a very\n // specific error message to try to guide them the right way.\n // For example: https://github.com/Polymer/polymer-bundler/pull/519\n if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n throw new Error(\n 'original.line and original.column are not numbers -- you probably meant to omit ' +\n 'the original mapping entirely and only map the generated position. If so, pass ' +\n 'null for the original mapping instead of an object with empty or null values.'\n );\n }\n\n if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aGenerated.line > 0 && aGenerated.column >= 0\n && !aOriginal && !aSource && !aName) {\n // Case 1.\n return;\n }\n else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n && aGenerated.line > 0 && aGenerated.column >= 0\n && aOriginal.line > 0 && aOriginal.column >= 0\n && aSource) {\n // Cases 2 and 3.\n return;\n }\n else {\n throw new Error('Invalid mapping: ' + JSON.stringify({\n generated: aGenerated,\n source: aSource,\n original: aOriginal,\n name: aName\n }));\n }\n };\n\n/**\n * Serialize the accumulated mappings in to the stream of base 64 VLQs\n * specified by the source map format.\n */\nSourceMapGenerator.prototype._serializeMappings =\n function SourceMapGenerator_serializeMappings() {\n var previousGeneratedColumn = 0;\n var previousGeneratedLine = 1;\n var previousOriginalColumn = 0;\n var previousOriginalLine = 0;\n var previousName = 0;\n var previousSource = 0;\n var result = '';\n var next;\n var mapping;\n var nameIdx;\n var sourceIdx;\n\n var mappings = this._mappings.toArray();\n for (var i = 0, len = mappings.length; i < len; i++) {\n mapping = mappings[i];\n next = ''\n\n if (mapping.generatedLine !== previousGeneratedLine) {\n previousGeneratedColumn = 0;\n while (mapping.generatedLine !== previousGeneratedLine) {\n next += ';';\n previousGeneratedLine++;\n }\n }\n else {\n if (i > 0) {\n if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n continue;\n }\n next += ',';\n }\n }\n\n next += base64VLQ.encode(mapping.generatedColumn\n - previousGeneratedColumn);\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (mapping.source != null) {\n sourceIdx = this._sources.indexOf(mapping.source);\n next += base64VLQ.encode(sourceIdx - previousSource);\n previousSource = sourceIdx;\n\n // lines are stored 0-based in SourceMap spec version 3\n next += base64VLQ.encode(mapping.originalLine - 1\n - previousOriginalLine);\n previousOriginalLine = mapping.originalLine - 1;\n\n next += base64VLQ.encode(mapping.originalColumn\n - previousOriginalColumn);\n previousOriginalColumn = mapping.originalColumn;\n\n if (mapping.name != null) {\n nameIdx = this._names.indexOf(mapping.name);\n next += base64VLQ.encode(nameIdx - previousName);\n previousName = nameIdx;\n }\n }\n\n result += next;\n }\n\n return result;\n };\n\nSourceMapGenerator.prototype._generateSourcesContent =\n function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n return aSources.map(function (source) {\n if (!this._sourcesContents) {\n return null;\n }\n if (aSourceRoot != null) {\n source = util.relative(aSourceRoot, source);\n }\n var key = util.toSetString(source);\n return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n ? this._sourcesContents[key]\n : null;\n }, this);\n };\n\n/**\n * Externalize the source map.\n */\nSourceMapGenerator.prototype.toJSON =\n function SourceMapGenerator_toJSON() {\n var map = {\n version: this._version,\n sources: this._sources.toArray(),\n names: this._names.toArray(),\n mappings: this._serializeMappings()\n };\n if (this._file != null) {\n map.file = this._file;\n }\n if (this._sourceRoot != null) {\n map.sourceRoot = this._sourceRoot;\n }\n if (this._sourcesContents) {\n map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n }\n\n return map;\n };\n\n/**\n * Render the source map being generated to a string.\n */\nSourceMapGenerator.prototype.toString =\n function SourceMapGenerator_toString() {\n return JSON.stringify(this.toJSON());\n };\n\nexports.SourceMapGenerator = SourceMapGenerator;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-generator.js\n// module id = 1\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n *\n * Based on the Base 64 VLQ implementation in Closure Compiler:\n * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n *\n * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\nvar base64 = require('./base64');\n\n// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n// length quantities we use in the source map spec, the first bit is the sign,\n// the next four bits are the actual value, and the 6th bit is the\n// continuation bit. The continuation bit tells us whether there are more\n// digits in this value following this digit.\n//\n// Continuation\n// | Sign\n// | |\n// V V\n// 101011\n\nvar VLQ_BASE_SHIFT = 5;\n\n// binary: 100000\nvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\n// binary: 011111\nvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\n// binary: 100000\nvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\n/**\n * Converts from a two-complement value to a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n */\nfunction toVLQSigned(aValue) {\n return aValue < 0\n ? ((-aValue) << 1) + 1\n : (aValue << 1) + 0;\n}\n\n/**\n * Converts to a two-complement value from a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n */\nfunction fromVLQSigned(aValue) {\n var isNegative = (aValue & 1) === 1;\n var shifted = aValue >> 1;\n return isNegative\n ? -shifted\n : shifted;\n}\n\n/**\n * Returns the base 64 VLQ encoded value.\n */\nexports.encode = function base64VLQ_encode(aValue) {\n var encoded = \"\";\n var digit;\n\n var vlq = toVLQSigned(aValue);\n\n do {\n digit = vlq & VLQ_BASE_MASK;\n vlq >>>= VLQ_BASE_SHIFT;\n if (vlq > 0) {\n // There are still more digits in this value, so we must make sure the\n // continuation bit is marked.\n digit |= VLQ_CONTINUATION_BIT;\n }\n encoded += base64.encode(digit);\n } while (vlq > 0);\n\n return encoded;\n};\n\n/**\n * Decodes the next base 64 VLQ value from the given string and returns the\n * value and the rest of the string via the out parameter.\n */\nexports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n var strLen = aStr.length;\n var result = 0;\n var shift = 0;\n var continuation, digit;\n\n do {\n if (aIndex >= strLen) {\n throw new Error(\"Expected more digits in base 64 VLQ value.\");\n }\n\n digit = base64.decode(aStr.charCodeAt(aIndex++));\n if (digit === -1) {\n throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n }\n\n continuation = !!(digit & VLQ_CONTINUATION_BIT);\n digit &= VLQ_BASE_MASK;\n result = result + (digit << shift);\n shift += VLQ_BASE_SHIFT;\n } while (continuation);\n\n aOutParam.value = fromVLQSigned(result);\n aOutParam.rest = aIndex;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64-vlq.js\n// module id = 2\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\n/**\n * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n */\nexports.encode = function (number) {\n if (0 <= number && number < intToCharMap.length) {\n return intToCharMap[number];\n }\n throw new TypeError(\"Must be between 0 and 63: \" + number);\n};\n\n/**\n * Decode a single base 64 character code digit to an integer. Returns -1 on\n * failure.\n */\nexports.decode = function (charCode) {\n var bigA = 65; // 'A'\n var bigZ = 90; // 'Z'\n\n var littleA = 97; // 'a'\n var littleZ = 122; // 'z'\n\n var zero = 48; // '0'\n var nine = 57; // '9'\n\n var plus = 43; // '+'\n var slash = 47; // '/'\n\n var littleOffset = 26;\n var numberOffset = 52;\n\n // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n if (bigA <= charCode && charCode <= bigZ) {\n return (charCode - bigA);\n }\n\n // 26 - 51: abcdefghijklmnopqrstuvwxyz\n if (littleA <= charCode && charCode <= littleZ) {\n return (charCode - littleA + littleOffset);\n }\n\n // 52 - 61: 0123456789\n if (zero <= charCode && charCode <= nine) {\n return (charCode - zero + numberOffset);\n }\n\n // 62: +\n if (charCode == plus) {\n return 62;\n }\n\n // 63: /\n if (charCode == slash) {\n return 63;\n }\n\n // Invalid base64 digit.\n return -1;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64.js\n// module id = 3\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n/**\n * This is a helper function for getting values from parameter/options\n * objects.\n *\n * @param args The object we are extracting values from\n * @param name The name of the property we are getting.\n * @param defaultValue An optional value to return if the property is missing\n * from the object. If this is not specified and the property is missing, an\n * error will be thrown.\n */\nfunction getArg(aArgs, aName, aDefaultValue) {\n if (aName in aArgs) {\n return aArgs[aName];\n } else if (arguments.length === 3) {\n return aDefaultValue;\n } else {\n throw new Error('\"' + aName + '\" is a required argument.');\n }\n}\nexports.getArg = getArg;\n\nvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\nvar dataUrlRegexp = /^data:.+\\,.+$/;\n\nfunction urlParse(aUrl) {\n var match = aUrl.match(urlRegexp);\n if (!match) {\n return null;\n }\n return {\n scheme: match[1],\n auth: match[2],\n host: match[3],\n port: match[4],\n path: match[5]\n };\n}\nexports.urlParse = urlParse;\n\nfunction urlGenerate(aParsedUrl) {\n var url = '';\n if (aParsedUrl.scheme) {\n url += aParsedUrl.scheme + ':';\n }\n url += '//';\n if (aParsedUrl.auth) {\n url += aParsedUrl.auth + '@';\n }\n if (aParsedUrl.host) {\n url += aParsedUrl.host;\n }\n if (aParsedUrl.port) {\n url += \":\" + aParsedUrl.port\n }\n if (aParsedUrl.path) {\n url += aParsedUrl.path;\n }\n return url;\n}\nexports.urlGenerate = urlGenerate;\n\n/**\n * Normalizes a path, or the path portion of a URL:\n *\n * - Replaces consecutive slashes with one slash.\n * - Removes unnecessary '.' parts.\n * - Removes unnecessary '/..' parts.\n *\n * Based on code in the Node.js 'path' core module.\n *\n * @param aPath The path or url to normalize.\n */\nfunction normalize(aPath) {\n var path = aPath;\n var url = urlParse(aPath);\n if (url) {\n if (!url.path) {\n return aPath;\n }\n path = url.path;\n }\n var isAbsolute = exports.isAbsolute(path);\n\n var parts = path.split(/\\/+/);\n for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n part = parts[i];\n if (part === '.') {\n parts.splice(i, 1);\n } else if (part === '..') {\n up++;\n } else if (up > 0) {\n if (part === '') {\n // The first part is blank if the path is absolute. Trying to go\n // above the root is a no-op. Therefore we can remove all '..' parts\n // directly after the root.\n parts.splice(i + 1, up);\n up = 0;\n } else {\n parts.splice(i, 2);\n up--;\n }\n }\n }\n path = parts.join('/');\n\n if (path === '') {\n path = isAbsolute ? '/' : '.';\n }\n\n if (url) {\n url.path = path;\n return urlGenerate(url);\n }\n return path;\n}\nexports.normalize = normalize;\n\n/**\n * Joins two paths/URLs.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be joined with the root.\n *\n * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n * first.\n * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n * is updated with the result and aRoot is returned. Otherwise the result\n * is returned.\n * - If aPath is absolute, the result is aPath.\n * - Otherwise the two paths are joined with a slash.\n * - Joining for example 'http://' and 'www.example.com' is also supported.\n */\nfunction join(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n if (aPath === \"\") {\n aPath = \".\";\n }\n var aPathUrl = urlParse(aPath);\n var aRootUrl = urlParse(aRoot);\n if (aRootUrl) {\n aRoot = aRootUrl.path || '/';\n }\n\n // `join(foo, '//www.example.org')`\n if (aPathUrl && !aPathUrl.scheme) {\n if (aRootUrl) {\n aPathUrl.scheme = aRootUrl.scheme;\n }\n return urlGenerate(aPathUrl);\n }\n\n if (aPathUrl || aPath.match(dataUrlRegexp)) {\n return aPath;\n }\n\n // `join('http://', 'www.example.com')`\n if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n aRootUrl.host = aPath;\n return urlGenerate(aRootUrl);\n }\n\n var joined = aPath.charAt(0) === '/'\n ? aPath\n : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\n if (aRootUrl) {\n aRootUrl.path = joined;\n return urlGenerate(aRootUrl);\n }\n return joined;\n}\nexports.join = join;\n\nexports.isAbsolute = function (aPath) {\n return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n};\n\n/**\n * Make a path relative to a URL or another path.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be made relative to aRoot.\n */\nfunction relative(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n\n aRoot = aRoot.replace(/\\/$/, '');\n\n // It is possible for the path to be above the root. In this case, simply\n // checking whether the root is a prefix of the path won't work. Instead, we\n // need to remove components from the root one by one, until either we find\n // a prefix that fits, or we run out of components to remove.\n var level = 0;\n while (aPath.indexOf(aRoot + '/') !== 0) {\n var index = aRoot.lastIndexOf(\"/\");\n if (index < 0) {\n return aPath;\n }\n\n // If the only part of the root that is left is the scheme (i.e. http://,\n // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n // have exhausted all components, so the path is not relative to the root.\n aRoot = aRoot.slice(0, index);\n if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n return aPath;\n }\n\n ++level;\n }\n\n // Make sure we add a \"../\" for each component we removed from the root.\n return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n}\nexports.relative = relative;\n\nvar supportsNullProto = (function () {\n var obj = Object.create(null);\n return !('__proto__' in obj);\n}());\n\nfunction identity (s) {\n return s;\n}\n\n/**\n * Because behavior goes wacky when you set `__proto__` on objects, we\n * have to prefix all the strings in our set with an arbitrary character.\n *\n * See https://github.com/mozilla/source-map/pull/31 and\n * https://github.com/mozilla/source-map/issues/30\n *\n * @param String aStr\n */\nfunction toSetString(aStr) {\n if (isProtoString(aStr)) {\n return '$' + aStr;\n }\n\n return aStr;\n}\nexports.toSetString = supportsNullProto ? identity : toSetString;\n\nfunction fromSetString(aStr) {\n if (isProtoString(aStr)) {\n return aStr.slice(1);\n }\n\n return aStr;\n}\nexports.fromSetString = supportsNullProto ? identity : fromSetString;\n\nfunction isProtoString(s) {\n if (!s) {\n return false;\n }\n\n var length = s.length;\n\n if (length < 9 /* \"__proto__\".length */) {\n return false;\n }\n\n if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n s.charCodeAt(length - 9) !== 95 /* '_' */) {\n return false;\n }\n\n for (var i = length - 10; i >= 0; i--) {\n if (s.charCodeAt(i) !== 36 /* '$' */) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * Comparator between two mappings where the original positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same original source/line/column, but different generated\n * line and column the same. Useful when searching for a mapping with a\n * stubbed out mapping.\n */\nfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n var cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0 || onlyCompareOriginal) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByOriginalPositions = compareByOriginalPositions;\n\n/**\n * Comparator between two mappings with deflated source and name indices where\n * the generated positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same generated line and column, but different\n * source/name/original line and column the same. Useful when searching for a\n * mapping with a stubbed out mapping.\n */\nfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0 || onlyCompareGenerated) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\nfunction strcmp(aStr1, aStr2) {\n if (aStr1 === aStr2) {\n return 0;\n }\n\n if (aStr1 === null) {\n return 1; // aStr2 !== null\n }\n\n if (aStr2 === null) {\n return -1; // aStr1 !== null\n }\n\n if (aStr1 > aStr2) {\n return 1;\n }\n\n return -1;\n}\n\n/**\n * Comparator between two mappings with inflated source and name strings where\n * the generated positions are compared.\n */\nfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n/**\n * Strip any JSON XSSI avoidance prefix from the string (as documented\n * in the source maps specification), and then parse the string as\n * JSON.\n */\nfunction parseSourceMapInput(str) {\n return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n}\nexports.parseSourceMapInput = parseSourceMapInput;\n\n/**\n * Compute the URL of a source given the the source root, the source's\n * URL, and the source map's URL.\n */\nfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n sourceURL = sourceURL || '';\n\n if (sourceRoot) {\n // This follows what Chrome does.\n if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n sourceRoot += '/';\n }\n // The spec says:\n // Line 4: An optional source root, useful for relocating source\n // files on a server or removing repeated values in the\n // “sources” entry. This value is prepended to the individual\n // entries in the “source” field.\n sourceURL = sourceRoot + sourceURL;\n }\n\n // Historically, SourceMapConsumer did not take the sourceMapURL as\n // a parameter. This mode is still somewhat supported, which is why\n // this code block is conditional. However, it's preferable to pass\n // the source map URL to SourceMapConsumer, so that this function\n // can implement the source URL resolution algorithm as outlined in\n // the spec. This block is basically the equivalent of:\n // new URL(sourceURL, sourceMapURL).toString()\n // ... except it avoids using URL, which wasn't available in the\n // older releases of node still supported by this library.\n //\n // The spec says:\n // If the sources are not absolute URLs after prepending of the\n // “sourceRoot”, the sources are resolved relative to the\n // SourceMap (like resolving script src in a html document).\n if (sourceMapURL) {\n var parsed = urlParse(sourceMapURL);\n if (!parsed) {\n throw new Error(\"sourceMapURL could not be parsed\");\n }\n if (parsed.path) {\n // Strip the last path component, but keep the \"/\".\n var index = parsed.path.lastIndexOf('/');\n if (index >= 0) {\n parsed.path = parsed.path.substring(0, index + 1);\n }\n }\n sourceURL = join(urlGenerate(parsed), sourceURL);\n }\n\n return normalize(sourceURL);\n}\nexports.computeSourceURL = computeSourceURL;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/util.js\n// module id = 4\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar has = Object.prototype.hasOwnProperty;\nvar hasNativeMap = typeof Map !== \"undefined\";\n\n/**\n * A data structure which is a combination of an array and a set. Adding a new\n * member is O(1), testing for membership is O(1), and finding the index of an\n * element is O(1). Removing elements from the set is not supported. Only\n * strings are supported for membership.\n */\nfunction ArraySet() {\n this._array = [];\n this._set = hasNativeMap ? new Map() : Object.create(null);\n}\n\n/**\n * Static method for creating ArraySet instances from an existing array.\n */\nArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n var set = new ArraySet();\n for (var i = 0, len = aArray.length; i < len; i++) {\n set.add(aArray[i], aAllowDuplicates);\n }\n return set;\n};\n\n/**\n * Return how many unique items are in this ArraySet. If duplicates have been\n * added, than those do not count towards the size.\n *\n * @returns Number\n */\nArraySet.prototype.size = function ArraySet_size() {\n return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n};\n\n/**\n * Add the given string to this set.\n *\n * @param String aStr\n */\nArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n var idx = this._array.length;\n if (!isDuplicate || aAllowDuplicates) {\n this._array.push(aStr);\n }\n if (!isDuplicate) {\n if (hasNativeMap) {\n this._set.set(aStr, idx);\n } else {\n this._set[sStr] = idx;\n }\n }\n};\n\n/**\n * Is the given string a member of this set?\n *\n * @param String aStr\n */\nArraySet.prototype.has = function ArraySet_has(aStr) {\n if (hasNativeMap) {\n return this._set.has(aStr);\n } else {\n var sStr = util.toSetString(aStr);\n return has.call(this._set, sStr);\n }\n};\n\n/**\n * What is the index of the given string in the array?\n *\n * @param String aStr\n */\nArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n if (hasNativeMap) {\n var idx = this._set.get(aStr);\n if (idx >= 0) {\n return idx;\n }\n } else {\n var sStr = util.toSetString(aStr);\n if (has.call(this._set, sStr)) {\n return this._set[sStr];\n }\n }\n\n throw new Error('\"' + aStr + '\" is not in the set.');\n};\n\n/**\n * What is the element at the given index?\n *\n * @param Number aIdx\n */\nArraySet.prototype.at = function ArraySet_at(aIdx) {\n if (aIdx >= 0 && aIdx < this._array.length) {\n return this._array[aIdx];\n }\n throw new Error('No element indexed by ' + aIdx);\n};\n\n/**\n * Returns the array representation of this set (which has the proper indices\n * indicated by indexOf). Note that this is a copy of the internal array used\n * for storing the members so that no one can mess with internal state.\n */\nArraySet.prototype.toArray = function ArraySet_toArray() {\n return this._array.slice();\n};\n\nexports.ArraySet = ArraySet;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/array-set.js\n// module id = 5\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2014 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\n\n/**\n * Determine whether mappingB is after mappingA with respect to generated\n * position.\n */\nfunction generatedPositionAfter(mappingA, mappingB) {\n // Optimized for most common case\n var lineA = mappingA.generatedLine;\n var lineB = mappingB.generatedLine;\n var columnA = mappingA.generatedColumn;\n var columnB = mappingB.generatedColumn;\n return lineB > lineA || lineB == lineA && columnB >= columnA ||\n util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n}\n\n/**\n * A data structure to provide a sorted view of accumulated mappings in a\n * performance conscious manner. It trades a neglibable overhead in general\n * case for a large speedup in case of mappings being added in order.\n */\nfunction MappingList() {\n this._array = [];\n this._sorted = true;\n // Serves as infimum\n this._last = {generatedLine: -1, generatedColumn: 0};\n}\n\n/**\n * Iterate through internal items. This method takes the same arguments that\n * `Array.prototype.forEach` takes.\n *\n * NOTE: The order of the mappings is NOT guaranteed.\n */\nMappingList.prototype.unsortedForEach =\n function MappingList_forEach(aCallback, aThisArg) {\n this._array.forEach(aCallback, aThisArg);\n };\n\n/**\n * Add the given source mapping.\n *\n * @param Object aMapping\n */\nMappingList.prototype.add = function MappingList_add(aMapping) {\n if (generatedPositionAfter(this._last, aMapping)) {\n this._last = aMapping;\n this._array.push(aMapping);\n } else {\n this._sorted = false;\n this._array.push(aMapping);\n }\n};\n\n/**\n * Returns the flat, sorted array of mappings. The mappings are sorted by\n * generated position.\n *\n * WARNING: This method returns internal data without copying, for\n * performance. The return value must NOT be mutated, and should be treated as\n * an immutable borrow. If you want to take ownership, you must make your own\n * copy.\n */\nMappingList.prototype.toArray = function MappingList_toArray() {\n if (!this._sorted) {\n this._array.sort(util.compareByGeneratedPositionsInflated);\n this._sorted = true;\n }\n return this._array;\n};\n\nexports.MappingList = MappingList;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/mapping-list.js\n// module id = 6\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar binarySearch = require('./binary-search');\nvar ArraySet = require('./array-set').ArraySet;\nvar base64VLQ = require('./base64-vlq');\nvar quickSort = require('./quick-sort').quickSort;\n\nfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n return sourceMap.sections != null\n ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n}\n\nSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n}\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nSourceMapConsumer.prototype._version = 3;\n\n// `__generatedMappings` and `__originalMappings` are arrays that hold the\n// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n// are lazily instantiated, accessed via the `_generatedMappings` and\n// `_originalMappings` getters respectively, and we only parse the mappings\n// and create these arrays once queried for a source location. We jump through\n// these hoops because there can be many thousands of mappings, and parsing\n// them is expensive, so we only want to do it if we must.\n//\n// Each object in the arrays is of the form:\n//\n// {\n// generatedLine: The line number in the generated code,\n// generatedColumn: The column number in the generated code,\n// source: The path to the original source file that generated this\n// chunk of code,\n// originalLine: The line number in the original source that\n// corresponds to this chunk of generated code,\n// originalColumn: The column number in the original source that\n// corresponds to this chunk of generated code,\n// name: The name of the original symbol which generated this chunk of\n// code.\n// }\n//\n// All properties except for `generatedLine` and `generatedColumn` can be\n// `null`.\n//\n// `_generatedMappings` is ordered by the generated positions.\n//\n// `_originalMappings` is ordered by the original positions.\n\nSourceMapConsumer.prototype.__generatedMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__generatedMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__generatedMappings;\n }\n});\n\nSourceMapConsumer.prototype.__originalMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__originalMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__originalMappings;\n }\n});\n\nSourceMapConsumer.prototype._charIsMappingSeparator =\n function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n var c = aStr.charAt(index);\n return c === \";\" || c === \",\";\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n throw new Error(\"Subclasses must implement _parseMappings\");\n };\n\nSourceMapConsumer.GENERATED_ORDER = 1;\nSourceMapConsumer.ORIGINAL_ORDER = 2;\n\nSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\nSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\n/**\n * Iterate over each mapping between an original source/line/column and a\n * generated line/column in this source map.\n *\n * @param Function aCallback\n * The function that is called with each mapping.\n * @param Object aContext\n * Optional. If specified, this object will be the value of `this` every\n * time that `aCallback` is called.\n * @param aOrder\n * Either `SourceMapConsumer.GENERATED_ORDER` or\n * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n * iterate over the mappings sorted by the generated file's line/column\n * order or the original's source/line/column order, respectively. Defaults to\n * `SourceMapConsumer.GENERATED_ORDER`.\n */\nSourceMapConsumer.prototype.eachMapping =\n function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n var context = aContext || null;\n var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\n var mappings;\n switch (order) {\n case SourceMapConsumer.GENERATED_ORDER:\n mappings = this._generatedMappings;\n break;\n case SourceMapConsumer.ORIGINAL_ORDER:\n mappings = this._originalMappings;\n break;\n default:\n throw new Error(\"Unknown order of iteration.\");\n }\n\n var sourceRoot = this.sourceRoot;\n mappings.map(function (mapping) {\n var source = mapping.source === null ? null : this._sources.at(mapping.source);\n source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n return {\n source: source,\n generatedLine: mapping.generatedLine,\n generatedColumn: mapping.generatedColumn,\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: mapping.name === null ? null : this._names.at(mapping.name)\n };\n }, this).forEach(aCallback, context);\n };\n\n/**\n * Returns all generated line and column information for the original source,\n * line, and column provided. If no column is provided, returns all mappings\n * corresponding to a either the line we are searching for or the next\n * closest line that has any mappings. Otherwise, returns all mappings\n * corresponding to the given line and either the column we are searching for\n * or the next closest column that has any offsets.\n *\n * The only argument is an object with the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number is 1-based.\n * - column: Optional. the column number in the original source.\n * The column number is 0-based.\n *\n * and an array of objects is returned, each with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nSourceMapConsumer.prototype.allGeneratedPositionsFor =\n function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n var line = util.getArg(aArgs, 'line');\n\n // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n // returns the index of the closest mapping less than the needle. By\n // setting needle.originalColumn to 0, we thus find the last mapping for\n // the given line, provided such a mapping exists.\n var needle = {\n source: util.getArg(aArgs, 'source'),\n originalLine: line,\n originalColumn: util.getArg(aArgs, 'column', 0)\n };\n\n needle.source = this._findSourceIndex(needle.source);\n if (needle.source < 0) {\n return [];\n }\n\n var mappings = [];\n\n var index = this._findMapping(needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n binarySearch.LEAST_UPPER_BOUND);\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (aArgs.column === undefined) {\n var originalLine = mapping.originalLine;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we found. Since\n // mappings are sorted, this is guaranteed to find all mappings for\n // the line we found.\n while (mapping && mapping.originalLine === originalLine) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n } else {\n var originalColumn = mapping.originalColumn;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we were searching for.\n // Since mappings are sorted, this is guaranteed to find all mappings for\n // the line we are searching for.\n while (mapping &&\n mapping.originalLine === line &&\n mapping.originalColumn == originalColumn) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n }\n }\n\n return mappings;\n };\n\nexports.SourceMapConsumer = SourceMapConsumer;\n\n/**\n * A BasicSourceMapConsumer instance represents a parsed source map which we can\n * query for information about the original file positions by giving it a file\n * position in the generated source.\n *\n * The first parameter is the raw source map (either as a JSON string, or\n * already parsed to an object). According to the spec, source maps have the\n * following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - sources: An array of URLs to the original source files.\n * - names: An array of identifiers which can be referrenced by individual mappings.\n * - sourceRoot: Optional. The URL root from which all sources are relative.\n * - sourcesContent: Optional. An array of contents of the original source files.\n * - mappings: A string of base64 VLQs which contain the actual mappings.\n * - file: Optional. The generated file this source map is associated with.\n *\n * Here is an example source map, taken from the source map spec[0]:\n *\n * {\n * version : 3,\n * file: \"out.js\",\n * sourceRoot : \"\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AA,AB;;ABCDE;\"\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n */\nfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sources = util.getArg(sourceMap, 'sources');\n // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n // requires the array) to play nice here.\n var names = util.getArg(sourceMap, 'names', []);\n var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n var mappings = util.getArg(sourceMap, 'mappings');\n var file = util.getArg(sourceMap, 'file', null);\n\n // Once again, Sass deviates from the spec and supplies the version as a\n // string rather than a number, so we use loose equality checking here.\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n if (sourceRoot) {\n sourceRoot = util.normalize(sourceRoot);\n }\n\n sources = sources\n .map(String)\n // Some source maps produce relative source paths like \"./foo.js\" instead of\n // \"foo.js\". Normalize these first so that future comparisons will succeed.\n // See bugzil.la/1090768.\n .map(util.normalize)\n // Always ensure that absolute sources are internally stored relative to\n // the source root, if the source root is absolute. Not doing this would\n // be particularly problematic when the source root is a prefix of the\n // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n .map(function (source) {\n return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n ? util.relative(sourceRoot, source)\n : source;\n });\n\n // Pass `true` below to allow duplicate names and sources. While source maps\n // are intended to be compressed and deduplicated, the TypeScript compiler\n // sometimes generates source maps with duplicates in them. See Github issue\n // #72 and bugzil.la/889492.\n this._names = ArraySet.fromArray(names.map(String), true);\n this._sources = ArraySet.fromArray(sources, true);\n\n this._absoluteSources = this._sources.toArray().map(function (s) {\n return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n });\n\n this.sourceRoot = sourceRoot;\n this.sourcesContent = sourcesContent;\n this._mappings = mappings;\n this._sourceMapURL = aSourceMapURL;\n this.file = file;\n}\n\nBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\n/**\n * Utility function to find the index of a source. Returns -1 if not\n * found.\n */\nBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n if (this._sources.has(relativeSource)) {\n return this._sources.indexOf(relativeSource);\n }\n\n // Maybe aSource is an absolute URL as returned by |sources|. In\n // this case we can't simply undo the transform.\n var i;\n for (i = 0; i < this._absoluteSources.length; ++i) {\n if (this._absoluteSources[i] == aSource) {\n return i;\n }\n }\n\n return -1;\n};\n\n/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @param String aSourceMapURL\n * The URL at which the source map can be found (optional)\n * @returns BasicSourceMapConsumer\n */\nBasicSourceMapConsumer.fromSourceMap =\n function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n var smc = Object.create(BasicSourceMapConsumer.prototype);\n\n var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n smc.sourceRoot = aSourceMap._sourceRoot;\n smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n smc.sourceRoot);\n smc.file = aSourceMap._file;\n smc._sourceMapURL = aSourceMapURL;\n smc._absoluteSources = smc._sources.toArray().map(function (s) {\n return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n });\n\n // Because we are modifying the entries (by converting string sources and\n // names to indices into the sources and names ArraySets), we have to make\n // a copy of the entry or else bad things happen. Shared mutable state\n // strikes again! See github issue #191.\n\n var generatedMappings = aSourceMap._mappings.toArray().slice();\n var destGeneratedMappings = smc.__generatedMappings = [];\n var destOriginalMappings = smc.__originalMappings = [];\n\n for (var i = 0, length = generatedMappings.length; i < length; i++) {\n var srcMapping = generatedMappings[i];\n var destMapping = new Mapping;\n destMapping.generatedLine = srcMapping.generatedLine;\n destMapping.generatedColumn = srcMapping.generatedColumn;\n\n if (srcMapping.source) {\n destMapping.source = sources.indexOf(srcMapping.source);\n destMapping.originalLine = srcMapping.originalLine;\n destMapping.originalColumn = srcMapping.originalColumn;\n\n if (srcMapping.name) {\n destMapping.name = names.indexOf(srcMapping.name);\n }\n\n destOriginalMappings.push(destMapping);\n }\n\n destGeneratedMappings.push(destMapping);\n }\n\n quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\n return smc;\n };\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nBasicSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n get: function () {\n return this._absoluteSources.slice();\n }\n});\n\n/**\n * Provide the JIT with a nice shape / hidden class.\n */\nfunction Mapping() {\n this.generatedLine = 0;\n this.generatedColumn = 0;\n this.source = null;\n this.originalLine = null;\n this.originalColumn = null;\n this.name = null;\n}\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nBasicSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n var generatedLine = 1;\n var previousGeneratedColumn = 0;\n var previousOriginalLine = 0;\n var previousOriginalColumn = 0;\n var previousSource = 0;\n var previousName = 0;\n var length = aStr.length;\n var index = 0;\n var cachedSegments = {};\n var temp = {};\n var originalMappings = [];\n var generatedMappings = [];\n var mapping, str, segment, end, value;\n\n while (index < length) {\n if (aStr.charAt(index) === ';') {\n generatedLine++;\n index++;\n previousGeneratedColumn = 0;\n }\n else if (aStr.charAt(index) === ',') {\n index++;\n }\n else {\n mapping = new Mapping();\n mapping.generatedLine = generatedLine;\n\n // Because each offset is encoded relative to the previous one,\n // many segments often have the same encoding. We can exploit this\n // fact by caching the parsed variable length fields of each segment,\n // allowing us to avoid a second parse if we encounter the same\n // segment again.\n for (end = index; end < length; end++) {\n if (this._charIsMappingSeparator(aStr, end)) {\n break;\n }\n }\n str = aStr.slice(index, end);\n\n segment = cachedSegments[str];\n if (segment) {\n index += str.length;\n } else {\n segment = [];\n while (index < end) {\n base64VLQ.decode(aStr, index, temp);\n value = temp.value;\n index = temp.rest;\n segment.push(value);\n }\n\n if (segment.length === 2) {\n throw new Error('Found a source, but no line and column');\n }\n\n if (segment.length === 3) {\n throw new Error('Found a source and line, but no column');\n }\n\n cachedSegments[str] = segment;\n }\n\n // Generated column.\n mapping.generatedColumn = previousGeneratedColumn + segment[0];\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (segment.length > 1) {\n // Original source.\n mapping.source = previousSource + segment[1];\n previousSource += segment[1];\n\n // Original line.\n mapping.originalLine = previousOriginalLine + segment[2];\n previousOriginalLine = mapping.originalLine;\n // Lines are stored 0-based\n mapping.originalLine += 1;\n\n // Original column.\n mapping.originalColumn = previousOriginalColumn + segment[3];\n previousOriginalColumn = mapping.originalColumn;\n\n if (segment.length > 4) {\n // Original name.\n mapping.name = previousName + segment[4];\n previousName += segment[4];\n }\n }\n\n generatedMappings.push(mapping);\n if (typeof mapping.originalLine === 'number') {\n originalMappings.push(mapping);\n }\n }\n }\n\n quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n this.__generatedMappings = generatedMappings;\n\n quickSort(originalMappings, util.compareByOriginalPositions);\n this.__originalMappings = originalMappings;\n };\n\n/**\n * Find the mapping that best matches the hypothetical \"needle\" mapping that\n * we are searching for in the given \"haystack\" of mappings.\n */\nBasicSourceMapConsumer.prototype._findMapping =\n function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n aColumnName, aComparator, aBias) {\n // To return the position we are searching for, we must first find the\n // mapping for the given position and then return the opposite position it\n // points to. Because the mappings are sorted, we can use binary search to\n // find the best mapping.\n\n if (aNeedle[aLineName] <= 0) {\n throw new TypeError('Line must be greater than or equal to 1, got '\n + aNeedle[aLineName]);\n }\n if (aNeedle[aColumnName] < 0) {\n throw new TypeError('Column must be greater than or equal to 0, got '\n + aNeedle[aColumnName]);\n }\n\n return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n };\n\n/**\n * Compute the last column for each generated mapping. The last column is\n * inclusive.\n */\nBasicSourceMapConsumer.prototype.computeColumnSpans =\n function SourceMapConsumer_computeColumnSpans() {\n for (var index = 0; index < this._generatedMappings.length; ++index) {\n var mapping = this._generatedMappings[index];\n\n // Mappings do not contain a field for the last generated columnt. We\n // can come up with an optimistic estimate, however, by assuming that\n // mappings are contiguous (i.e. given two consecutive mappings, the\n // first mapping ends where the second one starts).\n if (index + 1 < this._generatedMappings.length) {\n var nextMapping = this._generatedMappings[index + 1];\n\n if (mapping.generatedLine === nextMapping.generatedLine) {\n mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n continue;\n }\n }\n\n // The last mapping for each line spans the entire line.\n mapping.lastGeneratedColumn = Infinity;\n }\n };\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nBasicSourceMapConsumer.prototype.originalPositionFor =\n function SourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._generatedMappings,\n \"generatedLine\",\n \"generatedColumn\",\n util.compareByGeneratedPositionsDeflated,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._generatedMappings[index];\n\n if (mapping.generatedLine === needle.generatedLine) {\n var source = util.getArg(mapping, 'source', null);\n if (source !== null) {\n source = this._sources.at(source);\n source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n }\n var name = util.getArg(mapping, 'name', null);\n if (name !== null) {\n name = this._names.at(name);\n }\n return {\n source: source,\n line: util.getArg(mapping, 'originalLine', null),\n column: util.getArg(mapping, 'originalColumn', null),\n name: name\n };\n }\n }\n\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n function BasicSourceMapConsumer_hasContentsOfAllSources() {\n if (!this.sourcesContent) {\n return false;\n }\n return this.sourcesContent.length >= this._sources.size() &&\n !this.sourcesContent.some(function (sc) { return sc == null; });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nBasicSourceMapConsumer.prototype.sourceContentFor =\n function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n if (!this.sourcesContent) {\n return null;\n }\n\n var index = this._findSourceIndex(aSource);\n if (index >= 0) {\n return this.sourcesContent[index];\n }\n\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n var url;\n if (this.sourceRoot != null\n && (url = util.urlParse(this.sourceRoot))) {\n // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n // many users. We can help them out when they expect file:// URIs to\n // behave like it would if they were running a local HTTP server. See\n // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n if (url.scheme == \"file\"\n && this._sources.has(fileUriAbsPath)) {\n return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n }\n\n if ((!url.path || url.path == \"/\")\n && this._sources.has(\"/\" + relativeSource)) {\n return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n }\n }\n\n // This function is used recursively from\n // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n // don't want to throw if we can't find the source - we just want to\n // return null, so we provide a flag to exit gracefully.\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nBasicSourceMapConsumer.prototype.generatedPositionFor =\n function SourceMapConsumer_generatedPositionFor(aArgs) {\n var source = util.getArg(aArgs, 'source');\n source = this._findSourceIndex(source);\n if (source < 0) {\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n }\n\n var needle = {\n source: source,\n originalLine: util.getArg(aArgs, 'line'),\n originalColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (mapping.source === needle.source) {\n return {\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n };\n }\n }\n\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n };\n\nexports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\n/**\n * An IndexedSourceMapConsumer instance represents a parsed source map which\n * we can query for information. It differs from BasicSourceMapConsumer in\n * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n * input.\n *\n * The first parameter is a raw source map (either as a JSON string, or already\n * parsed to an object). According to the spec for indexed source maps, they\n * have the following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - file: Optional. The generated file this source map is associated with.\n * - sections: A list of section definitions.\n *\n * Each value under the \"sections\" field has two fields:\n * - offset: The offset into the original specified at which this section\n * begins to apply, defined as an object with a \"line\" and \"column\"\n * field.\n * - map: A source map definition. This source map could also be indexed,\n * but doesn't have to be.\n *\n * Instead of the \"map\" field, it's also possible to have a \"url\" field\n * specifying a URL to retrieve a source map from, but that's currently\n * unsupported.\n *\n * Here's an example source map, taken from the source map spec[0], but\n * modified to omit a section which uses the \"url\" field.\n *\n * {\n * version : 3,\n * file: \"app.js\",\n * sections: [{\n * offset: {line:100, column:10},\n * map: {\n * version : 3,\n * file: \"section.js\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AAAA,E;;ABCDE;\"\n * }\n * }],\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n */\nfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sections = util.getArg(sourceMap, 'sections');\n\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n this._sources = new ArraySet();\n this._names = new ArraySet();\n\n var lastOffset = {\n line: -1,\n column: 0\n };\n this._sections = sections.map(function (s) {\n if (s.url) {\n // The url field will require support for asynchronicity.\n // See https://github.com/mozilla/source-map/issues/16\n throw new Error('Support for url field in sections not implemented.');\n }\n var offset = util.getArg(s, 'offset');\n var offsetLine = util.getArg(offset, 'line');\n var offsetColumn = util.getArg(offset, 'column');\n\n if (offsetLine < lastOffset.line ||\n (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n throw new Error('Section offsets must be ordered and non-overlapping.');\n }\n lastOffset = offset;\n\n return {\n generatedOffset: {\n // The offset fields are 0-based, but we use 1-based indices when\n // encoding/decoding from VLQ.\n generatedLine: offsetLine + 1,\n generatedColumn: offsetColumn + 1\n },\n consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n }\n });\n}\n\nIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nIndexedSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n get: function () {\n var sources = [];\n for (var i = 0; i < this._sections.length; i++) {\n for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n sources.push(this._sections[i].consumer.sources[j]);\n }\n }\n return sources;\n }\n});\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nIndexedSourceMapConsumer.prototype.originalPositionFor =\n function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n // Find the section containing the generated position we're trying to map\n // to an original position.\n var sectionIndex = binarySearch.search(needle, this._sections,\n function(needle, section) {\n var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n if (cmp) {\n return cmp;\n }\n\n return (needle.generatedColumn -\n section.generatedOffset.generatedColumn);\n });\n var section = this._sections[sectionIndex];\n\n if (!section) {\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n }\n\n return section.consumer.originalPositionFor({\n line: needle.generatedLine -\n (section.generatedOffset.generatedLine - 1),\n column: needle.generatedColumn -\n (section.generatedOffset.generatedLine === needle.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n bias: aArgs.bias\n });\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n return this._sections.every(function (s) {\n return s.consumer.hasContentsOfAllSources();\n });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nIndexedSourceMapConsumer.prototype.sourceContentFor =\n function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n var content = section.consumer.sourceContentFor(aSource, true);\n if (content) {\n return content;\n }\n }\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based. \n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nIndexedSourceMapConsumer.prototype.generatedPositionFor =\n function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n // Only consider this section if the requested source is in the list of\n // sources of the consumer.\n if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n continue;\n }\n var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n if (generatedPosition) {\n var ret = {\n line: generatedPosition.line +\n (section.generatedOffset.generatedLine - 1),\n column: generatedPosition.column +\n (section.generatedOffset.generatedLine === generatedPosition.line\n ? section.generatedOffset.generatedColumn - 1\n : 0)\n };\n return ret;\n }\n }\n\n return {\n line: null,\n column: null\n };\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nIndexedSourceMapConsumer.prototype._parseMappings =\n function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n this.__generatedMappings = [];\n this.__originalMappings = [];\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n var sectionMappings = section.consumer._generatedMappings;\n for (var j = 0; j < sectionMappings.length; j++) {\n var mapping = sectionMappings[j];\n\n var source = section.consumer._sources.at(mapping.source);\n source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n this._sources.add(source);\n source = this._sources.indexOf(source);\n\n var name = null;\n if (mapping.name) {\n name = section.consumer._names.at(mapping.name);\n this._names.add(name);\n name = this._names.indexOf(name);\n }\n\n // The mappings coming from the consumer for the section have\n // generated positions relative to the start of the section, so we\n // need to offset them to be relative to the start of the concatenated\n // generated file.\n var adjustedMapping = {\n source: source,\n generatedLine: mapping.generatedLine +\n (section.generatedOffset.generatedLine - 1),\n generatedColumn: mapping.generatedColumn +\n (section.generatedOffset.generatedLine === mapping.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: name\n };\n\n this.__generatedMappings.push(adjustedMapping);\n if (typeof adjustedMapping.originalLine === 'number') {\n this.__originalMappings.push(adjustedMapping);\n }\n }\n }\n\n quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n quickSort(this.__originalMappings, util.compareByOriginalPositions);\n };\n\nexports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-consumer.js\n// module id = 7\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nexports.GREATEST_LOWER_BOUND = 1;\nexports.LEAST_UPPER_BOUND = 2;\n\n/**\n * Recursive implementation of binary search.\n *\n * @param aLow Indices here and lower do not contain the needle.\n * @param aHigh Indices here and higher do not contain the needle.\n * @param aNeedle The element being searched for.\n * @param aHaystack The non-empty array being searched.\n * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n */\nfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n // This function terminates when one of the following is true:\n //\n // 1. We find the exact element we are looking for.\n //\n // 2. We did not find the exact element, but we can return the index of\n // the next-closest element.\n //\n // 3. We did not find the exact element, and there is no next-closest\n // element than the one we are searching for, so we return -1.\n var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n var cmp = aCompare(aNeedle, aHaystack[mid], true);\n if (cmp === 0) {\n // Found the element we are looking for.\n return mid;\n }\n else if (cmp > 0) {\n // Our needle is greater than aHaystack[mid].\n if (aHigh - mid > 1) {\n // The element is in the upper half.\n return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // The exact needle element was not found in this haystack. Determine if\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return aHigh < aHaystack.length ? aHigh : -1;\n } else {\n return mid;\n }\n }\n else {\n // Our needle is less than aHaystack[mid].\n if (mid - aLow > 1) {\n // The element is in the lower half.\n return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return mid;\n } else {\n return aLow < 0 ? -1 : aLow;\n }\n }\n}\n\n/**\n * This is an implementation of binary search which will always try and return\n * the index of the closest element if there is no exact hit. This is because\n * mappings between original and generated line/col pairs are single points,\n * and there is an implicit region between each of them, so a miss just means\n * that you aren't on the very start of a region.\n *\n * @param aNeedle The element you are looking for.\n * @param aHaystack The array that is being searched.\n * @param aCompare A function which takes the needle and an element in the\n * array and returns -1, 0, or 1 depending on whether the needle is less\n * than, equal to, or greater than the element, respectively.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n */\nexports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n if (aHaystack.length === 0) {\n return -1;\n }\n\n var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n if (index < 0) {\n return -1;\n }\n\n // We have found either the exact element, or the next-closest element than\n // the one we are searching for. However, there may be more than one such\n // element. Make sure we always return the smallest of these.\n while (index - 1 >= 0) {\n if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n break;\n }\n --index;\n }\n\n return index;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/binary-search.js\n// module id = 8\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n// It turns out that some (most?) JavaScript engines don't self-host\n// `Array.prototype.sort`. This makes sense because C++ will likely remain\n// faster than JS when doing raw CPU-intensive sorting. However, when using a\n// custom comparator function, calling back and forth between the VM's C++ and\n// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n// worse generated code for the comparator function than would be optimal. In\n// fact, when sorting with a comparator, these costs outweigh the benefits of\n// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n// a ~3500ms mean speed-up in `bench/bench.html`.\n\n/**\n * Swap the elements indexed by `x` and `y` in the array `ary`.\n *\n * @param {Array} ary\n * The array.\n * @param {Number} x\n * The index of the first item.\n * @param {Number} y\n * The index of the second item.\n */\nfunction swap(ary, x, y) {\n var temp = ary[x];\n ary[x] = ary[y];\n ary[y] = temp;\n}\n\n/**\n * Returns a random integer within the range `low .. high` inclusive.\n *\n * @param {Number} low\n * The lower bound on the range.\n * @param {Number} high\n * The upper bound on the range.\n */\nfunction randomIntInRange(low, high) {\n return Math.round(low + (Math.random() * (high - low)));\n}\n\n/**\n * The Quick Sort algorithm.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n * @param {Number} p\n * Start index of the array\n * @param {Number} r\n * End index of the array\n */\nfunction doQuickSort(ary, comparator, p, r) {\n // If our lower bound is less than our upper bound, we (1) partition the\n // array into two pieces and (2) recurse on each half. If it is not, this is\n // the empty array and our base case.\n\n if (p < r) {\n // (1) Partitioning.\n //\n // The partitioning chooses a pivot between `p` and `r` and moves all\n // elements that are less than or equal to the pivot to the before it, and\n // all the elements that are greater than it after it. The effect is that\n // once partition is done, the pivot is in the exact place it will be when\n // the array is put in sorted order, and it will not need to be moved\n // again. This runs in O(n) time.\n\n // Always choose a random pivot so that an input array which is reverse\n // sorted does not cause O(n^2) running time.\n var pivotIndex = randomIntInRange(p, r);\n var i = p - 1;\n\n swap(ary, pivotIndex, r);\n var pivot = ary[r];\n\n // Immediately after `j` is incremented in this loop, the following hold\n // true:\n //\n // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n //\n // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n for (var j = p; j < r; j++) {\n if (comparator(ary[j], pivot) <= 0) {\n i += 1;\n swap(ary, i, j);\n }\n }\n\n swap(ary, i + 1, j);\n var q = i + 1;\n\n // (2) Recurse on each half.\n\n doQuickSort(ary, comparator, p, q - 1);\n doQuickSort(ary, comparator, q + 1, r);\n }\n}\n\n/**\n * Sort the given array in-place with the given comparator function.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n */\nexports.quickSort = function (ary, comparator) {\n doQuickSort(ary, comparator, 0, ary.length - 1);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/quick-sort.js\n// module id = 9\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;\nvar util = require('./util');\n\n// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n// operating systems these days (capturing the result).\nvar REGEX_NEWLINE = /(\\r?\\n)/;\n\n// Newline character code for charCodeAt() comparisons\nvar NEWLINE_CODE = 10;\n\n// Private symbol for identifying `SourceNode`s when multiple versions of\n// the source-map library are loaded. This MUST NOT CHANGE across\n// versions!\nvar isSourceNode = \"$$$isSourceNode$$$\";\n\n/**\n * SourceNodes provide a way to abstract over interpolating/concatenating\n * snippets of generated JavaScript source code while maintaining the line and\n * column information associated with the original source code.\n *\n * @param aLine The original line number.\n * @param aColumn The original column number.\n * @param aSource The original source's filename.\n * @param aChunks Optional. An array of strings which are snippets of\n * generated JS, or other SourceNodes.\n * @param aName The original identifier.\n */\nfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n this.children = [];\n this.sourceContents = {};\n this.line = aLine == null ? null : aLine;\n this.column = aColumn == null ? null : aColumn;\n this.source = aSource == null ? null : aSource;\n this.name = aName == null ? null : aName;\n this[isSourceNode] = true;\n if (aChunks != null) this.add(aChunks);\n}\n\n/**\n * Creates a SourceNode from generated code and a SourceMapConsumer.\n *\n * @param aGeneratedCode The generated code\n * @param aSourceMapConsumer The SourceMap for the generated code\n * @param aRelativePath Optional. The path that relative sources in the\n * SourceMapConsumer should be relative to.\n */\nSourceNode.fromStringWithSourceMap =\n function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n // The SourceNode we want to fill with the generated code\n // and the SourceMap\n var node = new SourceNode();\n\n // All even indices of this array are one line of the generated code,\n // while all odd indices are the newlines between two adjacent lines\n // (since `REGEX_NEWLINE` captures its match).\n // Processed fragments are accessed by calling `shiftNextLine`.\n var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n var remainingLinesIndex = 0;\n var shiftNextLine = function() {\n var lineContents = getNextLine();\n // The last line of a file might not have a newline.\n var newLine = getNextLine() || \"\";\n return lineContents + newLine;\n\n function getNextLine() {\n return remainingLinesIndex < remainingLines.length ?\n remainingLines[remainingLinesIndex++] : undefined;\n }\n };\n\n // We need to remember the position of \"remainingLines\"\n var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\n // The generate SourceNodes we need a code range.\n // To extract it current and last mapping is used.\n // Here we store the last mapping.\n var lastMapping = null;\n\n aSourceMapConsumer.eachMapping(function (mapping) {\n if (lastMapping !== null) {\n // We add the code from \"lastMapping\" to \"mapping\":\n // First check if there is a new line in between.\n if (lastGeneratedLine < mapping.generatedLine) {\n // Associate first line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n lastGeneratedLine++;\n lastGeneratedColumn = 0;\n // The remaining code is added without mapping\n } else {\n // There is no new line in between.\n // Associate the code between \"lastGeneratedColumn\" and\n // \"mapping.generatedColumn\" with \"lastMapping\"\n var nextLine = remainingLines[remainingLinesIndex] || '';\n var code = nextLine.substr(0, mapping.generatedColumn -\n lastGeneratedColumn);\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n lastGeneratedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n addMappingWithCode(lastMapping, code);\n // No more remaining code, continue\n lastMapping = mapping;\n return;\n }\n }\n // We add the generated code until the first mapping\n // to the SourceNode without any mapping.\n // Each line is added as separate string.\n while (lastGeneratedLine < mapping.generatedLine) {\n node.add(shiftNextLine());\n lastGeneratedLine++;\n }\n if (lastGeneratedColumn < mapping.generatedColumn) {\n var nextLine = remainingLines[remainingLinesIndex] || '';\n node.add(nextLine.substr(0, mapping.generatedColumn));\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n }\n lastMapping = mapping;\n }, this);\n // We have processed all mappings.\n if (remainingLinesIndex < remainingLines.length) {\n if (lastMapping) {\n // Associate the remaining code in the current line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n }\n // and add the remaining lines without any mapping\n node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n }\n\n // Copy sourcesContent into SourceNode\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aRelativePath != null) {\n sourceFile = util.join(aRelativePath, sourceFile);\n }\n node.setSourceContent(sourceFile, content);\n }\n });\n\n return node;\n\n function addMappingWithCode(mapping, code) {\n if (mapping === null || mapping.source === undefined) {\n node.add(code);\n } else {\n var source = aRelativePath\n ? util.join(aRelativePath, mapping.source)\n : mapping.source;\n node.add(new SourceNode(mapping.originalLine,\n mapping.originalColumn,\n source,\n code,\n mapping.name));\n }\n }\n };\n\n/**\n * Add a chunk of generated JS to this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.add = function SourceNode_add(aChunk) {\n if (Array.isArray(aChunk)) {\n aChunk.forEach(function (chunk) {\n this.add(chunk);\n }, this);\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n if (aChunk) {\n this.children.push(aChunk);\n }\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Add a chunk of generated JS to the beginning of this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n if (Array.isArray(aChunk)) {\n for (var i = aChunk.length-1; i >= 0; i--) {\n this.prepend(aChunk[i]);\n }\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n this.children.unshift(aChunk);\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Walk over the tree of JS snippets in this node and its children. The\n * walking function is called once for each snippet of JS and is passed that\n * snippet and the its original associated source's line/column location.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n var chunk;\n for (var i = 0, len = this.children.length; i < len; i++) {\n chunk = this.children[i];\n if (chunk[isSourceNode]) {\n chunk.walk(aFn);\n }\n else {\n if (chunk !== '') {\n aFn(chunk, { source: this.source,\n line: this.line,\n column: this.column,\n name: this.name });\n }\n }\n }\n};\n\n/**\n * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n * each of `this.children`.\n *\n * @param aSep The separator.\n */\nSourceNode.prototype.join = function SourceNode_join(aSep) {\n var newChildren;\n var i;\n var len = this.children.length;\n if (len > 0) {\n newChildren = [];\n for (i = 0; i < len-1; i++) {\n newChildren.push(this.children[i]);\n newChildren.push(aSep);\n }\n newChildren.push(this.children[i]);\n this.children = newChildren;\n }\n return this;\n};\n\n/**\n * Call String.prototype.replace on the very right-most source snippet. Useful\n * for trimming whitespace from the end of a source node, etc.\n *\n * @param aPattern The pattern to replace.\n * @param aReplacement The thing to replace the pattern with.\n */\nSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n var lastChild = this.children[this.children.length - 1];\n if (lastChild[isSourceNode]) {\n lastChild.replaceRight(aPattern, aReplacement);\n }\n else if (typeof lastChild === 'string') {\n this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n }\n else {\n this.children.push(''.replace(aPattern, aReplacement));\n }\n return this;\n};\n\n/**\n * Set the source content for a source file. This will be added to the SourceMapGenerator\n * in the sourcesContent field.\n *\n * @param aSourceFile The filename of the source file\n * @param aSourceContent The content of the source file\n */\nSourceNode.prototype.setSourceContent =\n function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n };\n\n/**\n * Walk over the tree of SourceNodes. The walking function is called for each\n * source file content and is passed the filename and source content.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walkSourceContents =\n function SourceNode_walkSourceContents(aFn) {\n for (var i = 0, len = this.children.length; i < len; i++) {\n if (this.children[i][isSourceNode]) {\n this.children[i].walkSourceContents(aFn);\n }\n }\n\n var sources = Object.keys(this.sourceContents);\n for (var i = 0, len = sources.length; i < len; i++) {\n aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n }\n };\n\n/**\n * Return the string representation of this source node. Walks over the tree\n * and concatenates all the various snippets together to one string.\n */\nSourceNode.prototype.toString = function SourceNode_toString() {\n var str = \"\";\n this.walk(function (chunk) {\n str += chunk;\n });\n return str;\n};\n\n/**\n * Returns the string representation of this source node along with a source\n * map.\n */\nSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n var generated = {\n code: \"\",\n line: 1,\n column: 0\n };\n var map = new SourceMapGenerator(aArgs);\n var sourceMappingActive = false;\n var lastOriginalSource = null;\n var lastOriginalLine = null;\n var lastOriginalColumn = null;\n var lastOriginalName = null;\n this.walk(function (chunk, original) {\n generated.code += chunk;\n if (original.source !== null\n && original.line !== null\n && original.column !== null) {\n if(lastOriginalSource !== original.source\n || lastOriginalLine !== original.line\n || lastOriginalColumn !== original.column\n || lastOriginalName !== original.name) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n lastOriginalSource = original.source;\n lastOriginalLine = original.line;\n lastOriginalColumn = original.column;\n lastOriginalName = original.name;\n sourceMappingActive = true;\n } else if (sourceMappingActive) {\n map.addMapping({\n generated: {\n line: generated.line,\n column: generated.column\n }\n });\n lastOriginalSource = null;\n sourceMappingActive = false;\n }\n for (var idx = 0, length = chunk.length; idx < length; idx++) {\n if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n generated.line++;\n generated.column = 0;\n // Mappings end at eol\n if (idx + 1 === length) {\n lastOriginalSource = null;\n sourceMappingActive = false;\n } else if (sourceMappingActive) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n } else {\n generated.column++;\n }\n }\n });\n this.walkSourceContents(function (sourceFile, sourceContent) {\n map.setSourceContent(sourceFile, sourceContent);\n });\n\n return { code: generated.code, map: map };\n};\n\nexports.SourceNode = SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-node.js\n// module id = 10\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map/lib/array-set.js b/2019-setembro/node_modules/source-map/lib/array-set.js new file mode 100644 index 0000000..fbd5c81 --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/array-set.js @@ -0,0 +1,121 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); +var has = Object.prototype.hasOwnProperty; +var hasNativeMap = typeof Map !== "undefined"; + +/** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ +function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); +} + +/** + * Static method for creating ArraySet instances from an existing array. + */ +ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; +}; + +/** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ +ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; +}; + +/** + * Add the given string to this set. + * + * @param String aStr + */ +ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } +}; + +/** + * Is the given string a member of this set? + * + * @param String aStr + */ +ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } +}; + +/** + * What is the index of the given string in the array? + * + * @param String aStr + */ +ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); +}; + +/** + * What is the element at the given index? + * + * @param Number aIdx + */ +ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); +}; + +/** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ +ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); +}; + +exports.ArraySet = ArraySet; diff --git a/2019-setembro/node_modules/source-map/lib/base64-vlq.js b/2019-setembro/node_modules/source-map/lib/base64-vlq.js new file mode 100644 index 0000000..612b404 --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/base64-vlq.js @@ -0,0 +1,140 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +var base64 = require('./base64'); + +// A single base 64 digit can contain 6 bits of data. For the base 64 variable +// length quantities we use in the source map spec, the first bit is the sign, +// the next four bits are the actual value, and the 6th bit is the +// continuation bit. The continuation bit tells us whether there are more +// digits in this value following this digit. +// +// Continuation +// | Sign +// | | +// V V +// 101011 + +var VLQ_BASE_SHIFT = 5; + +// binary: 100000 +var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + +// binary: 011111 +var VLQ_BASE_MASK = VLQ_BASE - 1; + +// binary: 100000 +var VLQ_CONTINUATION_BIT = VLQ_BASE; + +/** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ +function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; +} + +/** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ +function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; +} + +/** + * Returns the base 64 VLQ encoded value. + */ +exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; +}; + +/** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ +exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; +}; diff --git a/2019-setembro/node_modules/source-map/lib/base64.js b/2019-setembro/node_modules/source-map/lib/base64.js new file mode 100644 index 0000000..8aa86b3 --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/base64.js @@ -0,0 +1,67 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + +/** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ +exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); +}; + +/** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ +exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; +}; diff --git a/2019-setembro/node_modules/source-map/lib/binary-search.js b/2019-setembro/node_modules/source-map/lib/binary-search.js new file mode 100644 index 0000000..010ac94 --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/binary-search.js @@ -0,0 +1,111 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +exports.GREATEST_LOWER_BOUND = 1; +exports.LEAST_UPPER_BOUND = 2; + +/** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ +function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } +} + +/** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ +exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; +}; diff --git a/2019-setembro/node_modules/source-map/lib/mapping-list.js b/2019-setembro/node_modules/source-map/lib/mapping-list.js new file mode 100644 index 0000000..06d1274 --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/mapping-list.js @@ -0,0 +1,79 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); + +/** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ +function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; +} + +/** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ +function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; +} + +/** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ +MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + +/** + * Add the given source mapping. + * + * @param Object aMapping + */ +MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } +}; + +/** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ +MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; +}; + +exports.MappingList = MappingList; diff --git a/2019-setembro/node_modules/source-map/lib/quick-sort.js b/2019-setembro/node_modules/source-map/lib/quick-sort.js new file mode 100644 index 0000000..6a7caad --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/quick-sort.js @@ -0,0 +1,114 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +// It turns out that some (most?) JavaScript engines don't self-host +// `Array.prototype.sort`. This makes sense because C++ will likely remain +// faster than JS when doing raw CPU-intensive sorting. However, when using a +// custom comparator function, calling back and forth between the VM's C++ and +// JIT'd JS is rather slow *and* loses JIT type information, resulting in +// worse generated code for the comparator function than would be optimal. In +// fact, when sorting with a comparator, these costs outweigh the benefits of +// sorting in C++. By using our own JS-implemented Quick Sort (below), we get +// a ~3500ms mean speed-up in `bench/bench.html`. + +/** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ +function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; +} + +/** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ +function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); +} + +/** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ +function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } +} + +/** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ +exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); +}; diff --git a/2019-setembro/node_modules/source-map/lib/source-map-consumer.js b/2019-setembro/node_modules/source-map/lib/source-map-consumer.js new file mode 100644 index 0000000..7b99d1d --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/source-map-consumer.js @@ -0,0 +1,1145 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); +var binarySearch = require('./binary-search'); +var ArraySet = require('./array-set').ArraySet; +var base64VLQ = require('./base64-vlq'); +var quickSort = require('./quick-sort').quickSort; + +function SourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) + : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); +} + +SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); +} + +/** + * The version of the source mapping spec that we are consuming. + */ +SourceMapConsumer.prototype._version = 3; + +// `__generatedMappings` and `__originalMappings` are arrays that hold the +// parsed mapping coordinates from the source map's "mappings" attribute. They +// are lazily instantiated, accessed via the `_generatedMappings` and +// `_originalMappings` getters respectively, and we only parse the mappings +// and create these arrays once queried for a source location. We jump through +// these hoops because there can be many thousands of mappings, and parsing +// them is expensive, so we only want to do it if we must. +// +// Each object in the arrays is of the form: +// +// { +// generatedLine: The line number in the generated code, +// generatedColumn: The column number in the generated code, +// source: The path to the original source file that generated this +// chunk of code, +// originalLine: The line number in the original source that +// corresponds to this chunk of generated code, +// originalColumn: The column number in the original source that +// corresponds to this chunk of generated code, +// name: The name of the original symbol which generated this chunk of +// code. +// } +// +// All properties except for `generatedLine` and `generatedColumn` can be +// `null`. +// +// `_generatedMappings` is ordered by the generated positions. +// +// `_originalMappings` is ordered by the original positions. + +SourceMapConsumer.prototype.__generatedMappings = null; +Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } +}); + +SourceMapConsumer.prototype.__originalMappings = null; +Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } +}); + +SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + +SourceMapConsumer.GENERATED_ORDER = 1; +SourceMapConsumer.ORIGINAL_ORDER = 2; + +SourceMapConsumer.GREATEST_LOWER_BOUND = 1; +SourceMapConsumer.LEAST_UPPER_BOUND = 2; + +/** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ +SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + +/** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number is 1-based. + * - column: Optional. the column number in the original source. + * The column number is 0-based. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + needle.source = this._findSourceIndex(needle.source); + if (needle.source < 0) { + return []; + } + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + +exports.SourceMapConsumer = SourceMapConsumer; + +/** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The first parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ +function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + if (sourceRoot) { + sourceRoot = util.normalize(sourceRoot); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this._absoluteSources = this._sources.toArray().map(function (s) { + return util.computeSourceURL(sourceRoot, s, aSourceMapURL); + }); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this._sourceMapURL = aSourceMapURL; + this.file = file; +} + +BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); +BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + +/** + * Utility function to find the index of a source. Returns -1 if not + * found. + */ +BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + if (this._sources.has(relativeSource)) { + return this._sources.indexOf(relativeSource); + } + + // Maybe aSource is an absolute URL as returned by |sources|. In + // this case we can't simply undo the transform. + var i; + for (i = 0; i < this._absoluteSources.length; ++i) { + if (this._absoluteSources[i] == aSource) { + return i; + } + } + + return -1; +}; + +/** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @param String aSourceMapURL + * The URL at which the source map can be found (optional) + * @returns BasicSourceMapConsumer + */ +BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + smc._sourceMapURL = aSourceMapURL; + smc._absoluteSources = smc._sources.toArray().map(function (s) { + return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); + }); + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + +/** + * The version of the source mapping spec that we are consuming. + */ +BasicSourceMapConsumer.prototype._version = 3; + +/** + * The list of original sources. + */ +Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._absoluteSources.slice(); + } +}); + +/** + * Provide the JIT with a nice shape / hidden class. + */ +function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; +} + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + +/** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ +BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + +/** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ +BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + +/** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ +BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + +/** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ +BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + +/** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ +BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + var index = this._findSourceIndex(aSource); + if (index >= 0) { + return this.sourcesContent[index]; + } + + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + relativeSource)) { + return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + relativeSource + '" is not in the SourceMap.'); + } + }; + +/** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + source = this._findSourceIndex(source); + if (source < 0) { + return { + line: null, + column: null, + lastColumn: null + }; + } + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + +exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + +/** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The first parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ +function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) + } + }); +} + +IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); +IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + +/** + * The version of the source mapping spec that we are consuming. + */ +IndexedSourceMapConsumer.prototype._version = 3; + +/** + * The list of original sources. + */ +Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } +}); + +/** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ +IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + +/** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ +IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + +/** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ +IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + +/** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = null; + if (mapping.name) { + name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + } + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + +exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; diff --git a/2019-setembro/node_modules/source-map/lib/source-map-generator.js b/2019-setembro/node_modules/source-map/lib/source-map-generator.js new file mode 100644 index 0000000..508bcfb --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/source-map-generator.js @@ -0,0 +1,425 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var base64VLQ = require('./base64-vlq'); +var util = require('./util'); +var ArraySet = require('./array-set').ArraySet; +var MappingList = require('./mapping-list').MappingList; + +/** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ +function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; +} + +SourceMapGenerator.prototype._version = 3; + +/** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ +SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var sourceRelative = sourceFile; + if (sourceRoot !== null) { + sourceRelative = util.relative(sourceRoot, sourceFile); + } + + if (!generator._sources.has(sourceRelative)) { + generator._sources.add(sourceRelative); + } + + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + +/** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ +SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + +/** + * Set the source content for a source file. + */ +SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + +/** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ +SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + +/** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ +SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + +/** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ +SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + +SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + +/** + * Externalize the source map. + */ +SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + +/** + * Render the source map being generated to a string. + */ +SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + +exports.SourceMapGenerator = SourceMapGenerator; diff --git a/2019-setembro/node_modules/source-map/lib/source-node.js b/2019-setembro/node_modules/source-map/lib/source-node.js new file mode 100644 index 0000000..8bcdbe3 --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/source-node.js @@ -0,0 +1,413 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator; +var util = require('./util'); + +// Matches a Windows-style `\r\n` newline or a `\n` newline used by all other +// operating systems these days (capturing the result). +var REGEX_NEWLINE = /(\r?\n)/; + +// Newline character code for charCodeAt() comparisons +var NEWLINE_CODE = 10; + +// Private symbol for identifying `SourceNode`s when multiple versions of +// the source-map library are loaded. This MUST NOT CHANGE across +// versions! +var isSourceNode = "$$$isSourceNode$$$"; + +/** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ +function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); +} + +/** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ +SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex] || ''; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex] || ''; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + +/** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ +SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; +}; + +/** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ +SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; +}; + +/** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ +SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } +}; + +/** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ +SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; +}; + +/** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ +SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; +}; + +/** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ +SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + +/** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ +SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + +/** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ +SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; +}; + +/** + * Returns the string representation of this source node along with a source + * map. + */ +SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; +}; + +exports.SourceNode = SourceNode; diff --git a/2019-setembro/node_modules/source-map/lib/util.js b/2019-setembro/node_modules/source-map/lib/util.js new file mode 100644 index 0000000..3ca92e5 --- /dev/null +++ b/2019-setembro/node_modules/source-map/lib/util.js @@ -0,0 +1,488 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +/** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ +function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } +} +exports.getArg = getArg; + +var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; +var dataUrlRegexp = /^data:.+\,.+$/; + +function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; +} +exports.urlParse = urlParse; + +function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; +} +exports.urlGenerate = urlGenerate; + +/** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ +function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; +} +exports.normalize = normalize; + +/** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ +function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; +} +exports.join = join; + +exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || urlRegexp.test(aPath); +}; + +/** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ +function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); +} +exports.relative = relative; + +var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); +}()); + +function identity (s) { + return s; +} + +/** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ +function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; +} +exports.toSetString = supportsNullProto ? identity : toSetString; + +function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; +} +exports.fromSetString = supportsNullProto ? identity : fromSetString; + +function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; +} + +/** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ +function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByOriginalPositions = compareByOriginalPositions; + +/** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ +function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + +function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 === null) { + return 1; // aStr2 !== null + } + + if (aStr2 === null) { + return -1; // aStr1 !== null + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; +} + +/** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ +function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + +/** + * Strip any JSON XSSI avoidance prefix from the string (as documented + * in the source maps specification), and then parse the string as + * JSON. + */ +function parseSourceMapInput(str) { + return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); +} +exports.parseSourceMapInput = parseSourceMapInput; + +/** + * Compute the URL of a source given the the source root, the source's + * URL, and the source map's URL. + */ +function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { + sourceURL = sourceURL || ''; + + if (sourceRoot) { + // This follows what Chrome does. + if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { + sourceRoot += '/'; + } + // The spec says: + // Line 4: An optional source root, useful for relocating source + // files on a server or removing repeated values in the + // “sources” entry. This value is prepended to the individual + // entries in the “source” field. + sourceURL = sourceRoot + sourceURL; + } + + // Historically, SourceMapConsumer did not take the sourceMapURL as + // a parameter. This mode is still somewhat supported, which is why + // this code block is conditional. However, it's preferable to pass + // the source map URL to SourceMapConsumer, so that this function + // can implement the source URL resolution algorithm as outlined in + // the spec. This block is basically the equivalent of: + // new URL(sourceURL, sourceMapURL).toString() + // ... except it avoids using URL, which wasn't available in the + // older releases of node still supported by this library. + // + // The spec says: + // If the sources are not absolute URLs after prepending of the + // “sourceRoot”, the sources are resolved relative to the + // SourceMap (like resolving script src in a html document). + if (sourceMapURL) { + var parsed = urlParse(sourceMapURL); + if (!parsed) { + throw new Error("sourceMapURL could not be parsed"); + } + if (parsed.path) { + // Strip the last path component, but keep the "/". + var index = parsed.path.lastIndexOf('/'); + if (index >= 0) { + parsed.path = parsed.path.substring(0, index + 1); + } + } + sourceURL = join(urlGenerate(parsed), sourceURL); + } + + return normalize(sourceURL); +} +exports.computeSourceURL = computeSourceURL; diff --git a/2019-setembro/node_modules/source-map/package.json b/2019-setembro/node_modules/source-map/package.json new file mode 100644 index 0000000..2466341 --- /dev/null +++ b/2019-setembro/node_modules/source-map/package.json @@ -0,0 +1,73 @@ +{ + "name": "source-map", + "description": "Generates and consumes source maps", + "version": "0.6.1", + "homepage": "https://github.com/mozilla/source-map", + "author": "Nick Fitzgerald ", + "contributors": [ + "Tobias Koppers ", + "Duncan Beevers ", + "Stephen Crane ", + "Ryan Seddon ", + "Miles Elam ", + "Mihai Bazon ", + "Michael Ficarra ", + "Todd Wolfson ", + "Alexander Solovyov ", + "Felix Gnass ", + "Conrad Irwin ", + "usrbincc ", + "David Glasser ", + "Chase Douglas ", + "Evan Wallace ", + "Heather Arthur ", + "Hugh Kennedy ", + "David Glasser ", + "Simon Lydell ", + "Jmeas Smith ", + "Michael Z Goddard ", + "azu ", + "John Gozde ", + "Adam Kirkton ", + "Chris Montgomery ", + "J. Ryan Stinnett ", + "Jack Herrington ", + "Chris Truter ", + "Daniel Espeset ", + "Jamie Wong ", + "Eddy Bruël ", + "Hawken Rives ", + "Gilad Peleg ", + "djchie ", + "Gary Ye ", + "Nicolas Lalevée " + ], + "repository": { + "type": "git", + "url": "http://github.com/mozilla/source-map.git" + }, + "main": "./source-map.js", + "files": [ + "source-map.js", + "source-map.d.ts", + "lib/", + "dist/source-map.debug.js", + "dist/source-map.js", + "dist/source-map.min.js", + "dist/source-map.min.js.map" + ], + "engines": { + "node": ">=0.10.0" + }, + "license": "BSD-3-Clause", + "scripts": { + "test": "npm run build && node test/run-tests.js", + "build": "webpack --color", + "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" + }, + "devDependencies": { + "doctoc": "^0.15.0", + "webpack": "^1.12.0" + }, + "typings": "source-map" +} diff --git a/2019-setembro/node_modules/source-map/source-map.d.ts b/2019-setembro/node_modules/source-map/source-map.d.ts new file mode 100644 index 0000000..8f972b0 --- /dev/null +++ b/2019-setembro/node_modules/source-map/source-map.d.ts @@ -0,0 +1,98 @@ +export interface StartOfSourceMap { + file?: string; + sourceRoot?: string; +} + +export interface RawSourceMap extends StartOfSourceMap { + version: string; + sources: string[]; + names: string[]; + sourcesContent?: string[]; + mappings: string; +} + +export interface Position { + line: number; + column: number; +} + +export interface LineRange extends Position { + lastColumn: number; +} + +export interface FindPosition extends Position { + // SourceMapConsumer.GREATEST_LOWER_BOUND or SourceMapConsumer.LEAST_UPPER_BOUND + bias?: number; +} + +export interface SourceFindPosition extends FindPosition { + source: string; +} + +export interface MappedPosition extends Position { + source: string; + name?: string; +} + +export interface MappingItem { + source: string; + generatedLine: number; + generatedColumn: number; + originalLine: number; + originalColumn: number; + name: string; +} + +export class SourceMapConsumer { + static GENERATED_ORDER: number; + static ORIGINAL_ORDER: number; + + static GREATEST_LOWER_BOUND: number; + static LEAST_UPPER_BOUND: number; + + constructor(rawSourceMap: RawSourceMap); + computeColumnSpans(): void; + originalPositionFor(generatedPosition: FindPosition): MappedPosition; + generatedPositionFor(originalPosition: SourceFindPosition): LineRange; + allGeneratedPositionsFor(originalPosition: MappedPosition): Position[]; + hasContentsOfAllSources(): boolean; + sourceContentFor(source: string, returnNullOnMissing?: boolean): string; + eachMapping(callback: (mapping: MappingItem) => void, context?: any, order?: number): void; +} + +export interface Mapping { + generated: Position; + original: Position; + source: string; + name?: string; +} + +export class SourceMapGenerator { + constructor(startOfSourceMap?: StartOfSourceMap); + static fromSourceMap(sourceMapConsumer: SourceMapConsumer): SourceMapGenerator; + addMapping(mapping: Mapping): void; + setSourceContent(sourceFile: string, sourceContent: string): void; + applySourceMap(sourceMapConsumer: SourceMapConsumer, sourceFile?: string, sourceMapPath?: string): void; + toString(): string; +} + +export interface CodeWithSourceMap { + code: string; + map: SourceMapGenerator; +} + +export class SourceNode { + constructor(); + constructor(line: number, column: number, source: string); + constructor(line: number, column: number, source: string, chunk?: string, name?: string); + static fromStringWithSourceMap(code: string, sourceMapConsumer: SourceMapConsumer, relativePath?: string): SourceNode; + add(chunk: string): void; + prepend(chunk: string): void; + setSourceContent(sourceFile: string, sourceContent: string): void; + walk(fn: (chunk: string, mapping: MappedPosition) => void): void; + walkSourceContents(fn: (file: string, content: string) => void): void; + join(sep: string): SourceNode; + replaceRight(pattern: string, replacement: string): SourceNode; + toString(): string; + toStringWithSourceMap(startOfSourceMap?: StartOfSourceMap): CodeWithSourceMap; +} diff --git a/2019-setembro/node_modules/source-map/source-map.js b/2019-setembro/node_modules/source-map/source-map.js new file mode 100644 index 0000000..bc88fe8 --- /dev/null +++ b/2019-setembro/node_modules/source-map/source-map.js @@ -0,0 +1,8 @@ +/* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ +exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator; +exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer; +exports.SourceNode = require('./lib/source-node').SourceNode; diff --git a/2019-setembro/node_modules/sourcemap-codec/CHANGELOG.md b/2019-setembro/node_modules/sourcemap-codec/CHANGELOG.md new file mode 100644 index 0000000..0a279e2 --- /dev/null +++ b/2019-setembro/node_modules/sourcemap-codec/CHANGELOG.md @@ -0,0 +1,56 @@ +# sourcemap-codec changelog + +## 1.4.6 + +* Use arrays instead of typed arrays ([#79](https://github.com/Rich-Harris/sourcemap-codec/pull/79)) + +## 1.4.5 + +* Handle overflow cases ([#78](https://github.com/Rich-Harris/sourcemap-codec/pull/78)) + +## 1.4.4 + +* Use Uint32Array, yikes ([#77](https://github.com/Rich-Harris/sourcemap-codec/pull/77)) + +## 1.4.3 + +* Use Uint16Array to prevent overflow ([#75](https://github.com/Rich-Harris/sourcemap-codec/pull/75)) + +## 1.4.2 + +* GO EVEN FASTER ([#74](https://github.com/Rich-Harris/sourcemap-codec/pull/74)) + +## 1.4.1 + +* GO FASTER ([#71](https://github.com/Rich-Harris/sourcemap-codec/pull/71)) + +## 1.4.0 + +* Add TypeScript declarations ([#70](https://github.com/Rich-Harris/sourcemap-codec/pull/70)) + +## 1.3.1 + +* Update build process, expose `pkg.module` + +## 1.3.0 + +* Update build process + +## 1.2.1 + +* Add dist files to npm package + +## 1.2.0 + +* Add ES6 build +* Update dependencies +* Add test coverage + +## 1.1.0 + +* Fix bug with lines containing single-character segments +* Add tests + +## 1.0.0 + +* First release diff --git a/2019-setembro/node_modules/sourcemap-codec/LICENSE b/2019-setembro/node_modules/sourcemap-codec/LICENSE new file mode 100644 index 0000000..a331065 --- /dev/null +++ b/2019-setembro/node_modules/sourcemap-codec/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2015 Rich Harris + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/sourcemap-codec/README.md b/2019-setembro/node_modules/sourcemap-codec/README.md new file mode 100644 index 0000000..e4373aa --- /dev/null +++ b/2019-setembro/node_modules/sourcemap-codec/README.md @@ -0,0 +1,63 @@ +# sourcemap-codec + +Encode/decode the `mappings` property of a [sourcemap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit). + + +## Why? + +Sourcemaps are difficult to generate and manipulate, because the `mappings` property – the part that actually links the generated code back to the original source – is encoded using an obscure method called [Variable-length quantity](https://en.wikipedia.org/wiki/Variable-length_quantity). On top of that, each segment in the mapping contains offsets rather than absolute indices, which means that you can't look at a segment in isolation – you have to understand the whole sourcemap. + +This package makes the process slightly easier. + + +## Installation + +```bash +npm install sourcemap-codec +``` + + +## Usage + +```js +import { encode, decode } from 'sourcemap-codec'; + +var decoded = decode( ';EAEEA,EAAE,EAAC,CAAE;ECQY,UACC' ); + +assert.deepEqual( decoded, [ + // the first line (of the generated code) has no mappings, + // as shown by the starting semi-colon (which separates lines) + [], + + // the second line contains four (comma-separated) segments + [ + // segments are encoded as you'd expect: + // [ generatedCodeColumn, sourceIndex, sourceCodeLine, sourceCodeColumn, nameIndex ] + + // i.e. the first segment begins at column 2, and maps back to the second column + // of the second line (both zero-based) of the 0th source, and uses the 0th + // name in the `map.names` array + [ 2, 0, 2, 2, 0 ], + + // the remaining segments are 4-length rather than 5-length, + // because they don't map a name + [ 4, 0, 2, 4 ], + [ 6, 0, 2, 5 ], + [ 7, 0, 2, 7 ] + ], + + // the final line contains two segments + [ + [ 2, 1, 10, 19 ], + [ 12, 1, 11, 20 ] + ] +]); + +var encoded = encode( decoded ); +assert.equal( encoded, ';EAEEA,EAAE,EAAC,CAAE;ECQY,UACC' ); +``` + + +# License + +MIT diff --git a/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js b/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js new file mode 100644 index 0000000..954637a --- /dev/null +++ b/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js @@ -0,0 +1,133 @@ +var charToInteger = {}; +var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; +for (var i = 0; i < chars.length; i++) { + charToInteger[chars.charCodeAt(i)] = i; +} +function decode(mappings) { + var generatedCodeColumn = 0; // first field + var sourceFileIndex = 0; // second field + var sourceCodeLine = 0; // third field + var sourceCodeColumn = 0; // fourth field + var nameIndex = 0; // fifth field + var decoded = []; + var line = []; + var segment = []; + for (var i = 0, j = 0, shift = 0, value = 0, len = mappings.length; i < len; i++) { + var c = mappings.charCodeAt(i); + if (c === 44) { // "," + if (segment.length) + line.push(segment); + segment = []; + j = 0; + } + else if (c === 59) { // ";" + if (segment.length) + line.push(segment); + segment = []; + j = 0; + decoded.push(line); + line = []; + generatedCodeColumn = 0; + } + else { + var integer = charToInteger[c]; + if (integer === undefined) { + throw new Error('Invalid character (' + String.fromCharCode(c) + ')'); + } + var hasContinuationBit = integer & 32; + integer &= 31; + value += integer << shift; + if (hasContinuationBit) { + shift += 5; + } + else { + var shouldNegate = value & 1; + value >>>= 1; + if (shouldNegate) { + value = -value; + if (value === 0) + value = -0x80000000; + } + if (j == 0) { + generatedCodeColumn += value; + segment.push(generatedCodeColumn); + } + else if (j === 1) { + sourceFileIndex += value; + segment.push(sourceFileIndex); + } + else if (j === 2) { + sourceCodeLine += value; + segment.push(sourceCodeLine); + } + else if (j === 3) { + sourceCodeColumn += value; + segment.push(sourceCodeColumn); + } + else if (j === 4) { + nameIndex += value; + segment.push(nameIndex); + } + j++; + value = shift = 0; // reset + } + } + } + if (segment.length) + line.push(segment); + decoded.push(line); + return decoded; +} +function encode(decoded) { + var sourceFileIndex = 0; // second field + var sourceCodeLine = 0; // third field + var sourceCodeColumn = 0; // fourth field + var nameIndex = 0; // fifth field + var mappings = ''; + for (var i = 0; i < decoded.length; i++) { + var line = decoded[i]; + if (i > 0) + mappings += ';'; + if (line.length === 0) + continue; + var generatedCodeColumn = 0; // first field + var lineMappings = []; + for (var _i = 0, line_1 = line; _i < line_1.length; _i++) { + var segment = line_1[_i]; + var segmentMappings = encodeInteger(segment[0] - generatedCodeColumn); + generatedCodeColumn = segment[0]; + if (segment.length > 1) { + segmentMappings += + encodeInteger(segment[1] - sourceFileIndex) + + encodeInteger(segment[2] - sourceCodeLine) + + encodeInteger(segment[3] - sourceCodeColumn); + sourceFileIndex = segment[1]; + sourceCodeLine = segment[2]; + sourceCodeColumn = segment[3]; + } + if (segment.length === 5) { + segmentMappings += encodeInteger(segment[4] - nameIndex); + nameIndex = segment[4]; + } + lineMappings.push(segmentMappings); + } + mappings += lineMappings.join(','); + } + return mappings; +} +function encodeInteger(num) { + var result = ''; + num = num < 0 ? (-num << 1) | 1 : num << 1; + do { + var clamped = num & 31; + num >>>= 5; + if (num > 0) { + clamped |= 32; + } + result += chars[clamped]; + } while (num > 0); + return result; +} + +export { decode, encode }; +//# sourceMappingURL=sourcemap-codec.es.js.map diff --git a/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js b/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js new file mode 100644 index 0000000..a12ad62 --- /dev/null +++ b/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js @@ -0,0 +1,144 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : + typeof define === 'function' && define.amd ? define(['exports'], factory) : + (global = global || self, factory(global.sourcemapCodec = {})); +}(this, function (exports) { 'use strict'; + + var charToInteger = {}; + var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; + for (var i = 0; i < chars.length; i++) { + charToInteger[chars.charCodeAt(i)] = i; + } + function decode(mappings) { + var generatedCodeColumn = 0; // first field + var sourceFileIndex = 0; // second field + var sourceCodeLine = 0; // third field + var sourceCodeColumn = 0; // fourth field + var nameIndex = 0; // fifth field + var decoded = []; + var line = []; + var segment = []; + for (var i = 0, j = 0, shift = 0, value = 0, len = mappings.length; i < len; i++) { + var c = mappings.charCodeAt(i); + if (c === 44) { // "," + if (segment.length) + line.push(segment); + segment = []; + j = 0; + } + else if (c === 59) { // ";" + if (segment.length) + line.push(segment); + segment = []; + j = 0; + decoded.push(line); + line = []; + generatedCodeColumn = 0; + } + else { + var integer = charToInteger[c]; + if (integer === undefined) { + throw new Error('Invalid character (' + String.fromCharCode(c) + ')'); + } + var hasContinuationBit = integer & 32; + integer &= 31; + value += integer << shift; + if (hasContinuationBit) { + shift += 5; + } + else { + var shouldNegate = value & 1; + value >>>= 1; + if (shouldNegate) { + value = -value; + if (value === 0) + value = -0x80000000; + } + if (j == 0) { + generatedCodeColumn += value; + segment.push(generatedCodeColumn); + } + else if (j === 1) { + sourceFileIndex += value; + segment.push(sourceFileIndex); + } + else if (j === 2) { + sourceCodeLine += value; + segment.push(sourceCodeLine); + } + else if (j === 3) { + sourceCodeColumn += value; + segment.push(sourceCodeColumn); + } + else if (j === 4) { + nameIndex += value; + segment.push(nameIndex); + } + j++; + value = shift = 0; // reset + } + } + } + if (segment.length) + line.push(segment); + decoded.push(line); + return decoded; + } + function encode(decoded) { + var sourceFileIndex = 0; // second field + var sourceCodeLine = 0; // third field + var sourceCodeColumn = 0; // fourth field + var nameIndex = 0; // fifth field + var mappings = ''; + for (var i = 0; i < decoded.length; i++) { + var line = decoded[i]; + if (i > 0) + mappings += ';'; + if (line.length === 0) + continue; + var generatedCodeColumn = 0; // first field + var lineMappings = []; + for (var _i = 0, line_1 = line; _i < line_1.length; _i++) { + var segment = line_1[_i]; + var segmentMappings = encodeInteger(segment[0] - generatedCodeColumn); + generatedCodeColumn = segment[0]; + if (segment.length > 1) { + segmentMappings += + encodeInteger(segment[1] - sourceFileIndex) + + encodeInteger(segment[2] - sourceCodeLine) + + encodeInteger(segment[3] - sourceCodeColumn); + sourceFileIndex = segment[1]; + sourceCodeLine = segment[2]; + sourceCodeColumn = segment[3]; + } + if (segment.length === 5) { + segmentMappings += encodeInteger(segment[4] - nameIndex); + nameIndex = segment[4]; + } + lineMappings.push(segmentMappings); + } + mappings += lineMappings.join(','); + } + return mappings; + } + function encodeInteger(num) { + var result = ''; + num = num < 0 ? (-num << 1) | 1 : num << 1; + do { + var clamped = num & 31; + num >>>= 5; + if (num > 0) { + clamped |= 32; + } + result += chars[clamped]; + } while (num > 0); + return result; + } + + exports.decode = decode; + exports.encode = encode; + + Object.defineProperty(exports, '__esModule', { value: true }); + +})); +//# sourceMappingURL=sourcemap-codec.umd.js.map diff --git a/2019-setembro/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts b/2019-setembro/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts new file mode 100644 index 0000000..6ac3c1d --- /dev/null +++ b/2019-setembro/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts @@ -0,0 +1,5 @@ +export declare type SourceMapSegment = [number] | [number, number, number, number] | [number, number, number, number, number]; +export declare type SourceMapLine = SourceMapSegment[]; +export declare type SourceMapMappings = SourceMapLine[]; +export declare function decode(mappings: string): SourceMapMappings; +export declare function encode(decoded: SourceMapMappings): string; diff --git a/2019-setembro/node_modules/sourcemap-codec/package.json b/2019-setembro/node_modules/sourcemap-codec/package.json new file mode 100644 index 0000000..d590730 --- /dev/null +++ b/2019-setembro/node_modules/sourcemap-codec/package.json @@ -0,0 +1,52 @@ +{ + "name": "sourcemap-codec", + "version": "1.4.6", + "description": "Encode/decode sourcemap mappings", + "main": "dist/sourcemap-codec.umd.js", + "module": "dist/sourcemap-codec.es.js", + "types": "dist/types/sourcemap-codec.d.ts", + "scripts": { + "test": "mocha", + "build": "rm -rf dist && rollup -c && tsc", + "pretest": "npm run build", + "prepublish": "npm test", + "lint": "eslint src", + "pretest-coverage": "npm run build", + "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js", + "posttest-coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist", + "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov" + }, + "repository": { + "type": "git", + "url": "https://github.com/Rich-Harris/sourcemap-codec" + }, + "keywords": [ + "sourcemap", + "vlq" + ], + "author": "Rich Harris", + "license": "MIT", + "bugs": { + "url": "https://github.com/Rich-Harris/sourcemap-codec/issues" + }, + "homepage": "https://github.com/Rich-Harris/sourcemap-codec", + "dependencies": {}, + "devDependencies": { + "codecov.io": "^0.1.6", + "console-group": "^0.3.3", + "eslint": "^6.0.1", + "eslint-plugin-import": "^2.18.0", + "istanbul": "^0.4.5", + "mocha": "^6.1.4", + "remap-istanbul": "^0.13.0", + "rollup": "^1.16.4", + "rollup-plugin-node-resolve": "^5.2.0", + "rollup-plugin-typescript": "^1.0.1", + "typescript": "^3.5.2" + }, + "files": [ + "dist/*.js", + "dist/**/*.d.ts", + "README.md" + ] +} diff --git a/2019-setembro/node_modules/spdx-correct/LICENSE b/2019-setembro/node_modules/spdx-correct/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/2019-setembro/node_modules/spdx-correct/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/2019-setembro/node_modules/spdx-correct/README.md b/2019-setembro/node_modules/spdx-correct/README.md new file mode 100644 index 0000000..ab388cf --- /dev/null +++ b/2019-setembro/node_modules/spdx-correct/README.md @@ -0,0 +1,14 @@ +```javascript +var correct = require('spdx-correct') +var assert = require('assert') + +assert.equal(correct('mit'), 'MIT') + +assert.equal(correct('Apache 2'), 'Apache-2.0') + +assert(correct('No idea what license') === null) + +// disable upgrade option +assert(correct('GPL-3.0'), 'GPL-3.0-or-later') +assert(correct('GPL-3.0', { upgrade: false }), 'GPL-3.0') +``` diff --git a/2019-setembro/node_modules/spdx-correct/index.js b/2019-setembro/node_modules/spdx-correct/index.js new file mode 100644 index 0000000..8e0e5ae --- /dev/null +++ b/2019-setembro/node_modules/spdx-correct/index.js @@ -0,0 +1,343 @@ +/* +Copyright spdx-correct.js contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ +var parse = require('spdx-expression-parse') +var spdxLicenseIds = require('spdx-license-ids') + +function valid (string) { + try { + parse(string) + return true + } catch (error) { + return false + } +} + +// Common transpositions of license identifier acronyms +var transpositions = [ + ['APGL', 'AGPL'], + ['Gpl', 'GPL'], + ['GLP', 'GPL'], + ['APL', 'Apache'], + ['ISD', 'ISC'], + ['GLP', 'GPL'], + ['IST', 'ISC'], + ['Claude', 'Clause'], + [' or later', '+'], + [' International', ''], + ['GNU', 'GPL'], + ['GUN', 'GPL'], + ['+', ''], + ['GNU GPL', 'GPL'], + ['GNU/GPL', 'GPL'], + ['GNU GLP', 'GPL'], + ['GNU General Public License', 'GPL'], + ['Gnu public license', 'GPL'], + ['GNU Public License', 'GPL'], + ['GNU GENERAL PUBLIC LICENSE', 'GPL'], + ['MTI', 'MIT'], + ['Mozilla Public License', 'MPL'], + ['WTH', 'WTF'], + ['-License', ''] +] + +var TRANSPOSED = 0 +var CORRECT = 1 + +// Simple corrections to nearly valid identifiers. +var transforms = [ + // e.g. 'mit' + function (argument) { + return argument.toUpperCase() + }, + // e.g. 'MIT ' + function (argument) { + return argument.trim() + }, + // e.g. 'M.I.T.' + function (argument) { + return argument.replace(/\./g, '') + }, + // e.g. 'Apache- 2.0' + function (argument) { + return argument.replace(/\s+/g, '') + }, + // e.g. 'CC BY 4.0'' + function (argument) { + return argument.replace(/\s+/g, '-') + }, + // e.g. 'LGPLv2.1' + function (argument) { + return argument.replace('v', '-') + }, + // e.g. 'Apache 2.0' + function (argument) { + return argument.replace(/,?\s*(\d)/, '-$1') + }, + // e.g. 'GPL 2' + function (argument) { + return argument.replace(/,?\s*(\d)/, '-$1.0') + }, + // e.g. 'Apache Version 2.0' + function (argument) { + return argument + .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2') + }, + // e.g. 'Apache Version 2' + function (argument) { + return argument + .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2.0') + }, + // e.g. 'ZLIB' + function (argument) { + return argument[0].toUpperCase() + argument.slice(1) + }, + // e.g. 'MPL/2.0' + function (argument) { + return argument.replace('/', '-') + }, + // e.g. 'Apache 2' + function (argument) { + return argument + .replace(/\s*V\s*(\d)/, '-$1') + .replace(/(\d)$/, '$1.0') + }, + // e.g. 'GPL-2.0', 'GPL-3.0' + function (argument) { + if (argument.indexOf('3.0') !== -1) { + return argument + '-or-later' + } else { + return argument + '-only' + } + }, + // e.g. 'GPL-2.0-' + function (argument) { + return argument + 'only' + }, + // e.g. 'GPL2' + function (argument) { + return argument.replace(/(\d)$/, '-$1.0') + }, + // e.g. 'BSD 3' + function (argument) { + return argument.replace(/(-| )?(\d)$/, '-$2-Clause') + }, + // e.g. 'BSD clause 3' + function (argument) { + return argument.replace(/(-| )clause(-| )(\d)/, '-$3-Clause') + }, + // e.g. 'BY-NC-4.0' + function (argument) { + return 'CC-' + argument + }, + // e.g. 'BY-NC' + function (argument) { + return 'CC-' + argument + '-4.0' + }, + // e.g. 'Attribution-NonCommercial' + function (argument) { + return argument + .replace('Attribution', 'BY') + .replace('NonCommercial', 'NC') + .replace('NoDerivatives', 'ND') + .replace(/ (\d)/, '-$1') + .replace(/ ?International/, '') + }, + // e.g. 'Attribution-NonCommercial' + function (argument) { + return 'CC-' + + argument + .replace('Attribution', 'BY') + .replace('NonCommercial', 'NC') + .replace('NoDerivatives', 'ND') + .replace(/ (\d)/, '-$1') + .replace(/ ?International/, '') + + '-4.0' + } +] + +var licensesWithVersions = spdxLicenseIds + .map(function (id) { + var match = /^(.*)-\d+\.\d+$/.exec(id) + return match + ? [match[0], match[1]] + : [id, null] + }) + .reduce(function (objectMap, item) { + var key = item[1] + objectMap[key] = objectMap[key] || [] + objectMap[key].push(item[0]) + return objectMap + }, {}) + +var licensesWithOneVersion = Object.keys(licensesWithVersions) + .map(function makeEntries (key) { + return [key, licensesWithVersions[key]] + }) + .filter(function identifySoleVersions (item) { + return ( + // Licenses has just one valid version suffix. + item[1].length === 1 && + item[0] !== null && + // APL will be considered Apache, rather than APL-1.0 + item[0] !== 'APL' + ) + }) + .map(function createLastResorts (item) { + return [item[0], item[1][0]] + }) + +licensesWithVersions = undefined + +// If all else fails, guess that strings containing certain substrings +// meant to identify certain licenses. +var lastResorts = [ + ['UNLI', 'Unlicense'], + ['WTF', 'WTFPL'], + ['2 CLAUSE', 'BSD-2-Clause'], + ['2-CLAUSE', 'BSD-2-Clause'], + ['3 CLAUSE', 'BSD-3-Clause'], + ['3-CLAUSE', 'BSD-3-Clause'], + ['AFFERO', 'AGPL-3.0-or-later'], + ['AGPL', 'AGPL-3.0-or-later'], + ['APACHE', 'Apache-2.0'], + ['ARTISTIC', 'Artistic-2.0'], + ['Affero', 'AGPL-3.0-or-later'], + ['BEER', 'Beerware'], + ['BOOST', 'BSL-1.0'], + ['BSD', 'BSD-2-Clause'], + ['CDDL', 'CDDL-1.1'], + ['ECLIPSE', 'EPL-1.0'], + ['FUCK', 'WTFPL'], + ['GNU', 'GPL-3.0-or-later'], + ['LGPL', 'LGPL-3.0-or-later'], + ['GPLV1', 'GPL-1.0-only'], + ['GPL-1', 'GPL-1.0-only'], + ['GPLV2', 'GPL-2.0-only'], + ['GPL-2', 'GPL-2.0-only'], + ['GPL', 'GPL-3.0-or-later'], + ['MIT +NO-FALSE-ATTRIBS', 'MITNFA'], + ['MIT', 'MIT'], + ['MPL', 'MPL-2.0'], + ['X11', 'X11'], + ['ZLIB', 'Zlib'] +].concat(licensesWithOneVersion) + +var SUBSTRING = 0 +var IDENTIFIER = 1 + +var validTransformation = function (identifier) { + for (var i = 0; i < transforms.length; i++) { + var transformed = transforms[i](identifier).trim() + if (transformed !== identifier && valid(transformed)) { + return transformed + } + } + return null +} + +var validLastResort = function (identifier) { + var upperCased = identifier.toUpperCase() + for (var i = 0; i < lastResorts.length; i++) { + var lastResort = lastResorts[i] + if (upperCased.indexOf(lastResort[SUBSTRING]) > -1) { + return lastResort[IDENTIFIER] + } + } + return null +} + +var anyCorrection = function (identifier, check) { + for (var i = 0; i < transpositions.length; i++) { + var transposition = transpositions[i] + var transposed = transposition[TRANSPOSED] + if (identifier.indexOf(transposed) > -1) { + var corrected = identifier.replace( + transposed, + transposition[CORRECT] + ) + var checked = check(corrected) + if (checked !== null) { + return checked + } + } + } + return null +} + +module.exports = function (identifier, options) { + options = options || {} + var upgrade = options.upgrade === undefined ? true : !!options.upgrade + function postprocess (value) { + return upgrade ? upgradeGPLs(value) : value + } + var validArugment = ( + typeof identifier === 'string' && + identifier.trim().length !== 0 + ) + if (!validArugment) { + throw Error('Invalid argument. Expected non-empty string.') + } + identifier = identifier.trim() + if (valid(identifier)) { + return postprocess(identifier) + } + var noPlus = identifier.replace(/\+$/, '').trim() + if (valid(noPlus)) { + return postprocess(noPlus) + } + var transformed = validTransformation(identifier) + if (transformed !== null) { + return postprocess(transformed) + } + transformed = anyCorrection(identifier, function (argument) { + if (valid(argument)) { + return argument + } + return validTransformation(argument) + }) + if (transformed !== null) { + return postprocess(transformed) + } + transformed = validLastResort(identifier) + if (transformed !== null) { + return postprocess(transformed) + } + transformed = anyCorrection(identifier, validLastResort) + if (transformed !== null) { + return postprocess(transformed) + } + return null +} + +function upgradeGPLs (value) { + if ([ + 'GPL-1.0', 'LGPL-1.0', 'AGPL-1.0', + 'GPL-2.0', 'LGPL-2.0', 'AGPL-2.0', + 'LGPL-2.1' + ].indexOf(value) !== -1) { + return value + '-only' + } else if ([ + 'GPL-1.0+', 'GPL-2.0+', 'GPL-3.0+', + 'LGPL-2.0+', 'LGPL-2.1+', 'LGPL-3.0+', + 'AGPL-1.0+', 'AGPL-3.0+' + ].indexOf(value) !== -1) { + return value.replace(/\+$/, '-or-later') + } else if (['GPL-3.0', 'LGPL-3.0', 'AGPL-3.0'].indexOf(value) !== -1) { + return value + '-or-later' + } else { + return value + } +} diff --git a/2019-setembro/node_modules/spdx-correct/package.json b/2019-setembro/node_modules/spdx-correct/package.json new file mode 100644 index 0000000..bc87fd5 --- /dev/null +++ b/2019-setembro/node_modules/spdx-correct/package.json @@ -0,0 +1,39 @@ +{ + "name": "spdx-correct", + "description": "correct invalid SPDX expressions", + "version": "3.1.0", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "contributors": [ + "Kyle E. Mitchell (https://kemitchell.com)", + "Christian Zommerfelds ", + "Tal Einat ", + "Dan Butvinik " + ], + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + }, + "devDependencies": { + "defence-cli": "^2.0.1", + "replace-require-self": "^1.0.0", + "standard": "^11.0.0", + "standard-markdown": "^4.0.2", + "tape": "^4.9.0" + }, + "files": [ + "index.js" + ], + "keywords": [ + "SPDX", + "law", + "legal", + "license", + "metadata" + ], + "license": "Apache-2.0", + "repository": "jslicense/spdx-correct.js", + "scripts": { + "lint": "standard && standard-markdown README.md", + "test": "defence README.md | replace-require-self | node && node test.js" + } +} diff --git a/2019-setembro/node_modules/spdx-exceptions/README.md b/2019-setembro/node_modules/spdx-exceptions/README.md new file mode 100644 index 0000000..6c927ec --- /dev/null +++ b/2019-setembro/node_modules/spdx-exceptions/README.md @@ -0,0 +1,36 @@ +The package exports an array of strings. Each string is an identifier +for a license exception under the [Software Package Data Exchange +(SPDX)][SPDX] software license metadata standard. + +[SPDX]: https://spdx.org + +## Copyright and Licensing + +### SPDX + +"SPDX" is a federally registered United States trademark of The Linux +Foundation Corporation. + +From version 2.0 of the [SPDX] specification: + +> Copyright © 2010-2015 Linux Foundation and its Contributors. Licensed +> under the Creative Commons Attribution License 3.0 Unported. All other +> rights are expressly reserved. + +The Linux Foundation and the SPDX working groups are good people. Only +they decide what "SPDX" means, as a standard and otherwise. I respect +their work and their rights. You should, too. + +### This Package + +> I created this package by copying exception identifiers out of the +> SPDX specification. That work was mechanical, routine, and required no +> creativity whatsoever. - Kyle Mitchell, package author + +United States users concerned about intellectual property may wish to +discuss the following Supreme Court decisions with their attorneys: + +- _Baker v. Selden_, 101 U.S. 99 (1879) + +- _Feist Publications, Inc., v. Rural Telephone Service Co._, + 499 U.S. 340 (1991) diff --git a/2019-setembro/node_modules/spdx-exceptions/index.json b/2019-setembro/node_modules/spdx-exceptions/index.json new file mode 100644 index 0000000..1063ebd --- /dev/null +++ b/2019-setembro/node_modules/spdx-exceptions/index.json @@ -0,0 +1,34 @@ +[ + "389-exception", + "Autoconf-exception-2.0", + "Autoconf-exception-3.0", + "Bison-exception-2.2", + "Bootloader-exception", + "Classpath-exception-2.0", + "CLISP-exception-2.0", + "DigiRule-FOSS-exception", + "eCos-exception-2.0", + "Fawkes-Runtime-exception", + "FLTK-exception", + "Font-exception-2.0", + "freertos-exception-2.0", + "GCC-exception-2.0", + "GCC-exception-3.1", + "gnu-javamail-exception", + "i2p-gpl-java-exception", + "Libtool-exception", + "Linux-syscall-note", + "LLVM-exception", + "LZMA-exception", + "mif-exception", + "Nokia-Qt-exception-1.1", + "OCCT-exception-1.0", + "OpenJDK-assembly-exception-1.0", + "openvpn-openssl-exception", + "PS-or-PDF-font-exception-20170817", + "Qt-GPL-exception-1.0", + "Qt-LGPL-exception-1.1", + "Qwt-exception-1.0", + "u-boot-exception-2.0", + "WxWindows-exception-3.1" +] diff --git a/2019-setembro/node_modules/spdx-exceptions/package.json b/2019-setembro/node_modules/spdx-exceptions/package.json new file mode 100644 index 0000000..3481993 --- /dev/null +++ b/2019-setembro/node_modules/spdx-exceptions/package.json @@ -0,0 +1,11 @@ +{ + "name": "spdx-exceptions", + "description": "list of SPDX standard license exceptions", + "version": "2.2.0", + "author": "The Linux Foundation", + "contributors": [ + "Kyle E. Mitchell (https://kemitchell.com/)" + ], + "license": "CC-BY-3.0", + "repository": "kemitchell/spdx-exceptions.json" +} diff --git a/2019-setembro/node_modules/spdx-exceptions/test.log b/2019-setembro/node_modules/spdx-exceptions/test.log new file mode 100644 index 0000000..b54b110 --- /dev/null +++ b/2019-setembro/node_modules/spdx-exceptions/test.log @@ -0,0 +1,8 @@ +up to date in 1.038s +found 0 vulnerabilities + + +> spdx-exceptions@2.1.0 test /home/kyle/spdx-exceptions.json +> echo 'Error: no test specified' + +Error: no test specified diff --git a/2019-setembro/node_modules/spdx-expression-parse/AUTHORS b/2019-setembro/node_modules/spdx-expression-parse/AUTHORS new file mode 100644 index 0000000..257a76b --- /dev/null +++ b/2019-setembro/node_modules/spdx-expression-parse/AUTHORS @@ -0,0 +1,4 @@ +C. Scott Ananian (http://cscott.net) +Kyle E. Mitchell (https://kemitchell.com) +Shinnosuke Watanabe +Antoine Motet diff --git a/2019-setembro/node_modules/spdx-expression-parse/LICENSE b/2019-setembro/node_modules/spdx-expression-parse/LICENSE new file mode 100644 index 0000000..831618e --- /dev/null +++ b/2019-setembro/node_modules/spdx-expression-parse/LICENSE @@ -0,0 +1,22 @@ +The MIT License + +Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/spdx-expression-parse/README.md b/2019-setembro/node_modules/spdx-expression-parse/README.md new file mode 100644 index 0000000..514895b --- /dev/null +++ b/2019-setembro/node_modules/spdx-expression-parse/README.md @@ -0,0 +1,91 @@ +This package parses [SPDX license expression](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60) strings describing license terms, like [package.json license strings](https://docs.npmjs.com/files/package.json#license), into consistently structured ECMAScript objects. The npm command-line interface depends on this package, as do many automatic license-audit tools. + +In a nutshell: + +```javascript +var parse = require('spdx-expression-parse') +var assert = require('assert') + +assert.deepEqual( + // Licensed under the terms of the Two-Clause BSD License. + parse('BSD-2-Clause'), + {license: 'BSD-2-Clause'} +) + +assert.throws(function () { + // An invalid SPDX license expression. + // Should be `Apache-2.0`. + parse('Apache 2') +}) + +assert.deepEqual( + // Dual licensed under either: + // - LGPL 2.1 + // - a combination of Three-Clause BSD and MIT + parse('(LGPL-2.1 OR BSD-3-Clause AND MIT)'), + { + left: {license: 'LGPL-2.1'}, + conjunction: 'or', + right: { + left: {license: 'BSD-3-Clause'}, + conjunction: 'and', + right: {license: 'MIT'} + } + } +) +``` + +The syntax comes from the [Software Package Data eXchange (SPDX)](https://spdx.org/), a standard from the [Linux Foundation](https://www.linuxfoundation.org) for shareable data about software package license terms. SPDX aims to make sharing and auditing license data easy, especially for users of open-source software. + +The bulk of the SPDX standard describes syntax and semantics of XML metadata files. This package implements two lightweight, plain-text components of that larger standard: + +1. The [license list](https://spdx.org/licenses), a mapping from specific string identifiers, like `Apache-2.0`, to standard form license texts and bolt-on license exceptions. The [spdx-license-ids](https://www.npmjs.com/package/spdx-exceptions) and [spdx-exceptions](https://www.npmjs.com/package/spdx-license-ids) packages implement the license list. `spdx-expression-parse` depends on and `require()`s them. + + Any license identifier from the license list is a valid license expression: + + ```javascript + var identifiers = [] + .concat(require('spdx-license-ids')) + .concat(require('spdx-license-ids/deprecated')) + + identifiers.forEach(function (id) { + assert.deepEqual(parse(id), {license: id}) + }) + ``` + + So is any license identifier `WITH` a standardized license exception: + + ```javascript + identifiers.forEach(function (id) { + require('spdx-exceptions').forEach(function (e) { + assert.deepEqual( + parse(id + ' WITH ' + e), + {license: id, exception: e} + ) + }) + }) + ``` + +2. The license expression language, for describing simple and complex license terms, like `MIT` for MIT-licensed and `(GPL-2.0 OR Apache-2.0)` for dual-licensing under GPL 2.0 and Apache 2.0. `spdx-expression-parse` itself implements license expression language, exporting a parser. + + ```javascript + assert.deepEqual( + // Licensed under a combination of: + // - the MIT License AND + // - a combination of: + // - LGPL 2.1 (or a later version) AND + // - Three-Clause BSD + parse('(MIT AND (LGPL-2.1+ AND BSD-3-Clause))'), + { + left: {license: 'MIT'}, + conjunction: 'and', + right: { + left: {license: 'LGPL-2.1', plus: true}, + conjunction: 'and', + right: {license: 'BSD-3-Clause'} + } + } + ) + ``` + +The Linux Foundation and its contributors license the SPDX standard under the terms of [the Creative Commons Attribution License 3.0 Unported (SPDX: "CC-BY-3.0")](http://spdx.org/licenses/CC-BY-3.0). "SPDX" is a United States federally registered trademark of the Linux Foundation. The authors of this package license their work under the terms of the MIT License. diff --git a/2019-setembro/node_modules/spdx-expression-parse/index.js b/2019-setembro/node_modules/spdx-expression-parse/index.js new file mode 100644 index 0000000..52fab56 --- /dev/null +++ b/2019-setembro/node_modules/spdx-expression-parse/index.js @@ -0,0 +1,8 @@ +'use strict' + +var scan = require('./scan') +var parse = require('./parse') + +module.exports = function (source) { + return parse(scan(source)) +} diff --git a/2019-setembro/node_modules/spdx-expression-parse/package.json b/2019-setembro/node_modules/spdx-expression-parse/package.json new file mode 100644 index 0000000..7157520 --- /dev/null +++ b/2019-setembro/node_modules/spdx-expression-parse/package.json @@ -0,0 +1,40 @@ +{ + "name": "spdx-expression-parse", + "description": "parse SPDX license expressions", + "version": "3.0.0", + "author": "Kyle E. Mitchell (http://kemitchell.com)", + "files": [ + "AUTHORS", + "index.js", + "parse.js", + "scan.js" + ], + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + }, + "devDependencies": { + "defence-cli": "^2.0.1", + "mocha": "^3.4.2", + "replace-require-self": "^1.0.0", + "standard": "^10.0.2" + }, + "keywords": [ + "SPDX", + "law", + "legal", + "license", + "metadata", + "package", + "package.json", + "standards" + ], + "license": "MIT", + "repository": "jslicense/spdx-expression-parse.js", + "scripts": { + "lint": "standard", + "test:readme": "defence -i javascript README.md | replace-require-self | node", + "test:mocha": "mocha test/index.js", + "test": "npm run test:mocha && npm run test:readme" + } +} diff --git a/2019-setembro/node_modules/spdx-expression-parse/parse.js b/2019-setembro/node_modules/spdx-expression-parse/parse.js new file mode 100644 index 0000000..a4a52ce --- /dev/null +++ b/2019-setembro/node_modules/spdx-expression-parse/parse.js @@ -0,0 +1,138 @@ +'use strict' + +// The ABNF grammar in the spec is totally ambiguous. +// +// This parser follows the operator precedence defined in the +// `Order of Precedence and Parentheses` section. + +module.exports = function (tokens) { + var index = 0 + + function hasMore () { + return index < tokens.length + } + + function token () { + return hasMore() ? tokens[index] : null + } + + function next () { + if (!hasMore()) { + throw new Error() + } + index++ + } + + function parseOperator (operator) { + var t = token() + if (t && t.type === 'OPERATOR' && operator === t.string) { + next() + return t.string + } + } + + function parseWith () { + if (parseOperator('WITH')) { + var t = token() + if (t && t.type === 'EXCEPTION') { + next() + return t.string + } + throw new Error('Expected exception after `WITH`') + } + } + + function parseLicenseRef () { + // TODO: Actually, everything is concatenated into one string + // for backward-compatibility but it could be better to return + // a nice structure. + var begin = index + var string = '' + var t = token() + if (t.type === 'DOCUMENTREF') { + next() + string += 'DocumentRef-' + t.string + ':' + if (!parseOperator(':')) { + throw new Error('Expected `:` after `DocumentRef-...`') + } + } + t = token() + if (t.type === 'LICENSEREF') { + next() + string += 'LicenseRef-' + t.string + return {license: string} + } + index = begin + } + + function parseLicense () { + var t = token() + if (t && t.type === 'LICENSE') { + next() + var node = {license: t.string} + if (parseOperator('+')) { + node.plus = true + } + var exception = parseWith() + if (exception) { + node.exception = exception + } + return node + } + } + + function parseParenthesizedExpression () { + var left = parseOperator('(') + if (!left) { + return + } + + var expr = parseExpression() + + if (!parseOperator(')')) { + throw new Error('Expected `)`') + } + + return expr + } + + function parseAtom () { + return ( + parseParenthesizedExpression() || + parseLicenseRef() || + parseLicense() + ) + } + + function makeBinaryOpParser (operator, nextParser) { + return function parseBinaryOp () { + var left = nextParser() + if (!left) { + return + } + + if (!parseOperator(operator)) { + return left + } + + var right = parseBinaryOp() + if (!right) { + throw new Error('Expected expression') + } + return { + left: left, + conjunction: operator.toLowerCase(), + right: right + } + } + } + + var parseAnd = makeBinaryOpParser('AND', parseAtom) + var parseExpression = makeBinaryOpParser('OR', parseAnd) + + var node = parseExpression() + if (!node || hasMore()) { + throw new Error('Syntax error') + } + return node +} diff --git a/2019-setembro/node_modules/spdx-expression-parse/scan.js b/2019-setembro/node_modules/spdx-expression-parse/scan.js new file mode 100644 index 0000000..d0567f4 --- /dev/null +++ b/2019-setembro/node_modules/spdx-expression-parse/scan.js @@ -0,0 +1,131 @@ +'use strict' + +var licenses = [] + .concat(require('spdx-license-ids')) + .concat(require('spdx-license-ids/deprecated')) +var exceptions = require('spdx-exceptions') + +module.exports = function (source) { + var index = 0 + + function hasMore () { + return index < source.length + } + + // `value` can be a regexp or a string. + // If it is recognized, the matching source string is returned and + // the index is incremented. Otherwise `undefined` is returned. + function read (value) { + if (value instanceof RegExp) { + var chars = source.slice(index) + var match = chars.match(value) + if (match) { + index += match[0].length + return match[0] + } + } else { + if (source.indexOf(value, index) === index) { + index += value.length + return value + } + } + } + + function skipWhitespace () { + read(/[ ]*/) + } + + function operator () { + var string + var possibilities = ['WITH', 'AND', 'OR', '(', ')', ':', '+'] + for (var i = 0; i < possibilities.length; i++) { + string = read(possibilities[i]) + if (string) { + break + } + } + + if (string === '+' && index > 1 && source[index - 2] === ' ') { + throw new Error('Space before `+`') + } + + return string && { + type: 'OPERATOR', + string: string + } + } + + function idstring () { + return read(/[A-Za-z0-9-.]+/) + } + + function expectIdstring () { + var string = idstring() + if (!string) { + throw new Error('Expected idstring at offset ' + index) + } + return string + } + + function documentRef () { + if (read('DocumentRef-')) { + var string = expectIdstring() + return {type: 'DOCUMENTREF', string: string} + } + } + + function licenseRef () { + if (read('LicenseRef-')) { + var string = expectIdstring() + return {type: 'LICENSEREF', string: string} + } + } + + function identifier () { + var begin = index + var string = idstring() + + if (licenses.indexOf(string) !== -1) { + return { + type: 'LICENSE', + string: string + } + } else if (exceptions.indexOf(string) !== -1) { + return { + type: 'EXCEPTION', + string: string + } + } + + index = begin + } + + // Tries to read the next token. Returns `undefined` if no token is + // recognized. + function parseToken () { + // Ordering matters + return ( + operator() || + documentRef() || + licenseRef() || + identifier() + ) + } + + var tokens = [] + while (hasMore()) { + skipWhitespace() + if (!hasMore()) { + break + } + + var token = parseToken() + if (!token) { + throw new Error('Unexpected `' + source[index] + + '` at offset ' + index) + } + + tokens.push(token) + } + return tokens +} diff --git a/2019-setembro/node_modules/spdx-license-ids/README.md b/2019-setembro/node_modules/spdx-license-ids/README.md new file mode 100644 index 0000000..699514d --- /dev/null +++ b/2019-setembro/node_modules/spdx-license-ids/README.md @@ -0,0 +1,52 @@ +# spdx-license-ids + +[![npm version](https://img.shields.io/npm/v/spdx-license-ids.svg)](https://www.npmjs.com/package/spdx-license-ids) +[![Github Actions](https://action-badges.now.sh/shinnn/spdx-license-ids)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/shinnn/spdx-license-ids) + +A list of [SPDX license](https://spdx.org/licenses/) identifiers + +## Installation + +[Download JSON directly](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/index.json), or [use](https://docs.npmjs.com/cli/install) [npm](https://docs.npmjs.com/about-npm/): + +``` +npm install spdx-license-ids +``` + +## [Node.js](https://nodejs.org/) API + +### require('spdx-license-ids') + +Type: `string[]` + +All license IDs except for the currently deprecated ones. + +```javascript +const ids = require('spdx-license-ids'); +//=> ['0BSD', 'AAL', 'ADSL', 'AFL-1.1', 'AFL-1.2', 'AFL-2.0', 'AFL-2.1', 'AFL-3.0', 'AGPL-1.0-only', ...] + +ids.includes('BSD-3-Clause'); //=> true +ids.includes('CC-BY-1.0'); //=> true + +ids.includes('GPL-3.0'); //=> false +``` + +### require('spdx-license-ids/deprecated') + +Type: `string[]` + +Deprecated license IDs. + +```javascript +const deprecatedIds = require('spdx-license-ids/deprecated'); +//=> ['AGPL-1.0', 'AGPL-3.0', 'GFDL-1.1', 'GFDL-1.2', 'GFDL-1.3', 'GPL-1.0', 'GPL-2.0', ...] + +deprecatedIds.includes('BSD-3-Clause'); //=> false +deprecatedIds.includes('CC-BY-1.0'); //=> false + +deprecatedIds.includes('GPL-3.0'); //=> true +``` + +## License + +[Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/deed) diff --git a/2019-setembro/node_modules/spdx-license-ids/deprecated.json b/2019-setembro/node_modules/spdx-license-ids/deprecated.json new file mode 100644 index 0000000..1681f48 --- /dev/null +++ b/2019-setembro/node_modules/spdx-license-ids/deprecated.json @@ -0,0 +1,24 @@ +[ + "AGPL-1.0", + "AGPL-3.0", + "GFDL-1.1", + "GFDL-1.2", + "GFDL-1.3", + "GPL-1.0", + "GPL-2.0", + "GPL-2.0-with-GCC-exception", + "GPL-2.0-with-autoconf-exception", + "GPL-2.0-with-bison-exception", + "GPL-2.0-with-classpath-exception", + "GPL-2.0-with-font-exception", + "GPL-3.0", + "GPL-3.0-with-GCC-exception", + "GPL-3.0-with-autoconf-exception", + "LGPL-2.0", + "LGPL-2.1", + "LGPL-3.0", + "Nunit", + "StandardML-NJ", + "eCos-2.0", + "wxWindows" +] diff --git a/2019-setembro/node_modules/spdx-license-ids/index.json b/2019-setembro/node_modules/spdx-license-ids/index.json new file mode 100644 index 0000000..5283c78 --- /dev/null +++ b/2019-setembro/node_modules/spdx-license-ids/index.json @@ -0,0 +1,370 @@ +[ + "0BSD", + "AAL", + "ADSL", + "AFL-1.1", + "AFL-1.2", + "AFL-2.0", + "AFL-2.1", + "AFL-3.0", + "AGPL-1.0-only", + "AGPL-1.0-or-later", + "AGPL-3.0-only", + "AGPL-3.0-or-later", + "AMDPLPA", + "AML", + "AMPAS", + "ANTLR-PD", + "APAFML", + "APL-1.0", + "APSL-1.0", + "APSL-1.1", + "APSL-1.2", + "APSL-2.0", + "Abstyles", + "Adobe-2006", + "Adobe-Glyph", + "Afmparse", + "Aladdin", + "Apache-1.0", + "Apache-1.1", + "Apache-2.0", + "Artistic-1.0", + "Artistic-1.0-Perl", + "Artistic-1.0-cl8", + "Artistic-2.0", + "BSD-1-Clause", + "BSD-2-Clause", + "BSD-2-Clause-FreeBSD", + "BSD-2-Clause-NetBSD", + "BSD-2-Clause-Patent", + "BSD-3-Clause", + "BSD-3-Clause-Attribution", + "BSD-3-Clause-Clear", + "BSD-3-Clause-LBNL", + "BSD-3-Clause-No-Nuclear-License", + "BSD-3-Clause-No-Nuclear-License-2014", + "BSD-3-Clause-No-Nuclear-Warranty", + "BSD-3-Clause-Open-MPI", + "BSD-4-Clause", + "BSD-4-Clause-UC", + "BSD-Protection", + "BSD-Source-Code", + "BSL-1.0", + "Bahyph", + "Barr", + "Beerware", + "BitTorrent-1.0", + "BitTorrent-1.1", + "BlueOak-1.0.0", + "Borceux", + "CATOSL-1.1", + "CC-BY-1.0", + "CC-BY-2.0", + "CC-BY-2.5", + "CC-BY-3.0", + "CC-BY-4.0", + "CC-BY-NC-1.0", + "CC-BY-NC-2.0", + "CC-BY-NC-2.5", + "CC-BY-NC-3.0", + "CC-BY-NC-4.0", + "CC-BY-NC-ND-1.0", + "CC-BY-NC-ND-2.0", + "CC-BY-NC-ND-2.5", + "CC-BY-NC-ND-3.0", + "CC-BY-NC-ND-4.0", + "CC-BY-NC-SA-1.0", + "CC-BY-NC-SA-2.0", + "CC-BY-NC-SA-2.5", + "CC-BY-NC-SA-3.0", + "CC-BY-NC-SA-4.0", + "CC-BY-ND-1.0", + "CC-BY-ND-2.0", + "CC-BY-ND-2.5", + "CC-BY-ND-3.0", + "CC-BY-ND-4.0", + "CC-BY-SA-1.0", + "CC-BY-SA-2.0", + "CC-BY-SA-2.5", + "CC-BY-SA-3.0", + "CC-BY-SA-4.0", + "CC-PDDC", + "CC0-1.0", + "CDDL-1.0", + "CDDL-1.1", + "CDLA-Permissive-1.0", + "CDLA-Sharing-1.0", + "CECILL-1.0", + "CECILL-1.1", + "CECILL-2.0", + "CECILL-2.1", + "CECILL-B", + "CECILL-C", + "CERN-OHL-1.1", + "CERN-OHL-1.2", + "CNRI-Jython", + "CNRI-Python", + "CNRI-Python-GPL-Compatible", + "CPAL-1.0", + "CPL-1.0", + "CPOL-1.02", + "CUA-OPL-1.0", + "Caldera", + "ClArtistic", + "Condor-1.1", + "Crossword", + "CrystalStacker", + "Cube", + "D-FSL-1.0", + "DOC", + "DSDP", + "Dotseqn", + "ECL-1.0", + "ECL-2.0", + "EFL-1.0", + "EFL-2.0", + "EPL-1.0", + "EPL-2.0", + "EUDatagrid", + "EUPL-1.0", + "EUPL-1.1", + "EUPL-1.2", + "Entessa", + "ErlPL-1.1", + "Eurosym", + "FSFAP", + "FSFUL", + "FSFULLR", + "FTL", + "Fair", + "Frameworx-1.0", + "FreeImage", + "GFDL-1.1-only", + "GFDL-1.1-or-later", + "GFDL-1.2-only", + "GFDL-1.2-or-later", + "GFDL-1.3-only", + "GFDL-1.3-or-later", + "GL2PS", + "GPL-1.0-only", + "GPL-1.0-or-later", + "GPL-2.0-only", + "GPL-2.0-or-later", + "GPL-3.0-only", + "GPL-3.0-or-later", + "Giftware", + "Glide", + "Glulxe", + "HPND", + "HPND-sell-variant", + "HaskellReport", + "IBM-pibs", + "ICU", + "IJG", + "IPA", + "IPL-1.0", + "ISC", + "ImageMagick", + "Imlib2", + "Info-ZIP", + "Intel", + "Intel-ACPI", + "Interbase-1.0", + "JPNIC", + "JSON", + "JasPer-2.0", + "LAL-1.2", + "LAL-1.3", + "LGPL-2.0-only", + "LGPL-2.0-or-later", + "LGPL-2.1-only", + "LGPL-2.1-or-later", + "LGPL-3.0-only", + "LGPL-3.0-or-later", + "LGPLLR", + "LPL-1.0", + "LPL-1.02", + "LPPL-1.0", + "LPPL-1.1", + "LPPL-1.2", + "LPPL-1.3a", + "LPPL-1.3c", + "Latex2e", + "Leptonica", + "LiLiQ-P-1.1", + "LiLiQ-R-1.1", + "LiLiQ-Rplus-1.1", + "Libpng", + "Linux-OpenIB", + "MIT", + "MIT-0", + "MIT-CMU", + "MIT-advertising", + "MIT-enna", + "MIT-feh", + "MITNFA", + "MPL-1.0", + "MPL-1.1", + "MPL-2.0", + "MPL-2.0-no-copyleft-exception", + "MS-PL", + "MS-RL", + "MTLL", + "MakeIndex", + "MirOS", + "Motosoto", + "Multics", + "Mup", + "NASA-1.3", + "NBPL-1.0", + "NCSA", + "NGPL", + "NLOD-1.0", + "NLPL", + "NOSL", + "NPL-1.0", + "NPL-1.1", + "NPOSL-3.0", + "NRL", + "NTP", + "Naumen", + "Net-SNMP", + "NetCDF", + "Newsletr", + "Nokia", + "Noweb", + "OCCT-PL", + "OCLC-2.0", + "ODC-By-1.0", + "ODbL-1.0", + "OFL-1.0", + "OFL-1.1", + "OGL-UK-1.0", + "OGL-UK-2.0", + "OGL-UK-3.0", + "OGTSL", + "OLDAP-1.1", + "OLDAP-1.2", + "OLDAP-1.3", + "OLDAP-1.4", + "OLDAP-2.0", + "OLDAP-2.0.1", + "OLDAP-2.1", + "OLDAP-2.2", + "OLDAP-2.2.1", + "OLDAP-2.2.2", + "OLDAP-2.3", + "OLDAP-2.4", + "OLDAP-2.5", + "OLDAP-2.6", + "OLDAP-2.7", + "OLDAP-2.8", + "OML", + "OPL-1.0", + "OSET-PL-2.1", + "OSL-1.0", + "OSL-1.1", + "OSL-2.0", + "OSL-2.1", + "OSL-3.0", + "OpenSSL", + "PDDL-1.0", + "PHP-3.0", + "PHP-3.01", + "Parity-6.0.0", + "Plexus", + "PostgreSQL", + "Python-2.0", + "QPL-1.0", + "Qhull", + "RHeCos-1.1", + "RPL-1.1", + "RPL-1.5", + "RPSL-1.0", + "RSA-MD", + "RSCPL", + "Rdisc", + "Ruby", + "SAX-PD", + "SCEA", + "SGI-B-1.0", + "SGI-B-1.1", + "SGI-B-2.0", + "SHL-0.5", + "SHL-0.51", + "SISSL", + "SISSL-1.2", + "SMLNJ", + "SMPPL", + "SNIA", + "SPL-1.0", + "SSPL-1.0", + "SWL", + "Saxpath", + "Sendmail", + "Sendmail-8.23", + "SimPL-2.0", + "Sleepycat", + "Spencer-86", + "Spencer-94", + "Spencer-99", + "SugarCRM-1.1.3", + "TAPR-OHL-1.0", + "TCL", + "TCP-wrappers", + "TMate", + "TORQUE-1.1", + "TOSL", + "TU-Berlin-1.0", + "TU-Berlin-2.0", + "UPL-1.0", + "Unicode-DFS-2015", + "Unicode-DFS-2016", + "Unicode-TOU", + "Unlicense", + "VOSTROM", + "VSL-1.0", + "Vim", + "W3C", + "W3C-19980720", + "W3C-20150513", + "WTFPL", + "Watcom-1.0", + "Wsuipa", + "X11", + "XFree86-1.1", + "XSkat", + "Xerox", + "Xnet", + "YPL-1.0", + "YPL-1.1", + "ZPL-1.1", + "ZPL-2.0", + "ZPL-2.1", + "Zed", + "Zend-2.0", + "Zimbra-1.3", + "Zimbra-1.4", + "Zlib", + "blessing", + "bzip2-1.0.5", + "bzip2-1.0.6", + "copyleft-next-0.3.0", + "copyleft-next-0.3.1", + "curl", + "diffmark", + "dvipdfm", + "eGenix", + "gSOAP-1.3b", + "gnuplot", + "iMatix", + "libpng-2.0", + "libtiff", + "mpich2", + "psfrag", + "psutils", + "xinetd", + "xpp", + "zlib-acknowledgement" +] diff --git a/2019-setembro/node_modules/spdx-license-ids/package.json b/2019-setembro/node_modules/spdx-license-ids/package.json new file mode 100644 index 0000000..68580a6 --- /dev/null +++ b/2019-setembro/node_modules/spdx-license-ids/package.json @@ -0,0 +1,39 @@ +{ + "name": "spdx-license-ids", + "version": "3.0.5", + "description": "A list of SPDX license identifiers", + "repository": "shinnn/spdx-license-ids", + "author": "Shinnosuke Watanabe (https://github.com/shinnn)", + "license": "CC0-1.0", + "scripts": { + "build": "node build.js", + "pretest": "eslint .", + "test": "node test.js" + }, + "files": [ + "deprecated.json", + "index.json" + ], + "keywords": [ + "spdx", + "license", + "licenses", + "id", + "identifier", + "identifiers", + "json", + "array", + "oss" + ], + "devDependencies": { + "@shinnn/eslint-config": "^6.8.7", + "chalk": "^2.4.1", + "eslint": "^5.10.0", + "get-spdx-license-ids": "^2.1.0", + "rmfr": "^2.0.0", + "tape": "^4.9.1" + }, + "eslintConfig": { + "extends": "@shinnn" + } +} diff --git a/2019-setembro/node_modules/split-string/LICENSE b/2019-setembro/node_modules/split-string/LICENSE new file mode 100644 index 0000000..e33d14b --- /dev/null +++ b/2019-setembro/node_modules/split-string/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/split-string/README.md b/2019-setembro/node_modules/split-string/README.md new file mode 100644 index 0000000..d622e44 --- /dev/null +++ b/2019-setembro/node_modules/split-string/README.md @@ -0,0 +1,321 @@ +# split-string [![NPM version](https://img.shields.io/npm/v/split-string.svg?style=flat)](https://www.npmjs.com/package/split-string) [![NPM monthly downloads](https://img.shields.io/npm/dm/split-string.svg?style=flat)](https://npmjs.org/package/split-string) [![NPM total downloads](https://img.shields.io/npm/dt/split-string.svg?style=flat)](https://npmjs.org/package/split-string) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/split-string.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/split-string) + +> Split a string on a character except when the character is escaped. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save split-string +``` + + + +
+Why use this? + +
+ +Although it's easy to split on a string: + +```js +console.log('a.b.c'.split('.')); +//=> ['a', 'b', 'c'] +``` + +It's more challenging to split a string whilst respecting escaped or quoted characters. + +**Bad** + +```js +console.log('a\\.b.c'.split('.')); +//=> ['a\\', 'b', 'c'] + +console.log('"a.b.c".d'.split('.')); +//=> ['"a', 'b', 'c"', 'd'] +``` + +**Good** + +```js +var split = require('split-string'); +console.log(split('a\\.b.c')); +//=> ['a.b', 'c'] + +console.log(split('"a.b.c".d')); +//=> ['a.b.c', 'd'] +``` + +See the [options](#options) to learn how to choose the separator or retain quotes or escaping. + +
+ +
+ +## Usage + +```js +var split = require('split-string'); + +split('a.b.c'); +//=> ['a', 'b', 'c'] + +// respects escaped characters +split('a.b.c\\.d'); +//=> ['a', 'b', 'c.d'] + +// respects double-quoted strings +split('a."b.c.d".e'); +//=> ['a', 'b.c.d', 'e'] +``` + +**Brackets** + +Also respects brackets [unless disabled](#optionsbrackets): + +```js +split('a (b c d) e', ' '); +//=> ['a', '(b c d)', 'e'] +``` + +## Options + +### options.brackets + +**Type**: `object|boolean` + +**Default**: `undefined` + +**Description** + +If enabled, split-string will not split inside brackets. The following brackets types are supported when `options.brackets` is `true`, + +```js +{ + '<': '>', + '(': ')', + '[': ']', + '{': '}' +} +``` + +Or, if object of brackets must be passed, each property on the object must be a bracket type, where the property key is the opening delimiter and property value is the closing delimiter. + +**Examples** + +```js +// no bracket support by default +split('a.{b.c}'); +//=> [ 'a', '{b', 'c}' ] + +// support all basic bracket types: "<>{}[]()" +split('a.{b.c}', {brackets: true}); +//=> [ 'a', '{b.c}' ] + +// also supports nested brackets +split('a.{b.{c.d}.e}.f', {brackets: true}); +//=> [ 'a', '{b.{c.d}.e}', 'f' ] + +// support only the specified brackets +split('[a.b].(c.d)', {brackets: {'[': ']'}}); +//=> [ '[a.b]', '(c', 'd)' ] +``` + +### options.sep + +**Type**: `string` + +**Default**: `.` + +The separator/character to split on. + +**Example** + +```js +split('a.b,c', {sep: ','}); +//=> ['a.b', 'c'] + +// you can also pass the separator as string as the last argument +split('a.b,c', ','); +//=> ['a.b', 'c'] +``` + +### options.keepEscaping + +**Type**: `boolean` + +**Default**: `undefined` + +Keep backslashes in the result. + +**Example** + +```js +split('a.b\\.c'); +//=> ['a', 'b.c'] + +split('a.b.\\c', {keepEscaping: true}); +//=> ['a', 'b\.c'] +``` + +### options.keepQuotes + +**Type**: `boolean` + +**Default**: `undefined` + +Keep single- or double-quotes in the result. + +**Example** + +```js +split('a."b.c.d".e'); +//=> ['a', 'b.c.d', 'e'] + +split('a."b.c.d".e', {keepQuotes: true}); +//=> ['a', '"b.c.d"', 'e'] + +split('a.\'b.c.d\'.e', {keepQuotes: true}); +//=> ['a', '\'b.c.d\'', 'e'] +``` + +### options.keepDoubleQuotes + +**Type**: `boolean` + +**Default**: `undefined` + +Keep double-quotes in the result. + +**Example** + +```js +split('a."b.c.d".e'); +//=> ['a', 'b.c.d', 'e'] + +split('a."b.c.d".e', {keepDoubleQuotes: true}); +//=> ['a', '"b.c.d"', 'e'] +``` + +### options.keepSingleQuotes + +**Type**: `boolean` + +**Default**: `undefined` + +Keep single-quotes in the result. + +**Example** + +```js +split('a.\'b.c.d\'.e'); +//=> ['a', 'b.c.d', 'e'] + +split('a.\'b.c.d\'.e', {keepSingleQuotes: true}); +//=> ['a', '\'b.c.d\'', 'e'] +``` + +## Customizer + +**Type**: `function` + +**Default**: `undefined` + +Pass a function as the last argument to customize how tokens are added to the array. + +**Example** + +```js +var arr = split('a.b', function(tok) { + if (tok.arr[tok.arr.length - 1] === 'a') { + tok.split = false; + } +}); +console.log(arr); +//=> ['a.b'] +``` + +**Properties** + +The `tok` object has the following properties: + +* `tok.val` (string) The current value about to be pushed onto the result array +* `tok.idx` (number) the current index in the string +* `tok.str` (string) the entire string +* `tok.arr` (array) the result array + +## Release history + +### v3.0.0 - 2017-06-17 + +**Added** + +* adds support for brackets + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [deromanize](https://www.npmjs.com/package/deromanize): Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc) | [homepage](https://github.com/jonschlinkert/deromanize "Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc)") +* [randomatic](https://www.npmjs.com/package/randomatic): Generate randomized strings of a specified length using simple character sequences. The original generate-password. | [homepage](https://github.com/jonschlinkert/randomatic "Generate randomized strings of a specified length using simple character sequences. The original generate-password.") +* [repeat-string](https://www.npmjs.com/package/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string. | [homepage](https://github.com/jonschlinkert/repeat-string "Repeat the given string n times. Fastest implementation for repeating a string.") +* [romanize](https://www.npmjs.com/package/romanize): Convert numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc) | [homepage](https://github.com/jonschlinkert/romanize "Convert numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc)") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 28 | [jonschlinkert](https://github.com/jonschlinkert) | +| 9 | [doowb](https://github.com/doowb) | + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/split-string/index.js b/2019-setembro/node_modules/split-string/index.js new file mode 100644 index 0000000..7bc0ea9 --- /dev/null +++ b/2019-setembro/node_modules/split-string/index.js @@ -0,0 +1,171 @@ +/*! + * split-string + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var extend = require('extend-shallow'); + +module.exports = function(str, options, fn) { + if (typeof str !== 'string') { + throw new TypeError('expected a string'); + } + + if (typeof options === 'function') { + fn = options; + options = null; + } + + // allow separator to be defined as a string + if (typeof options === 'string') { + options = { sep: options }; + } + + var opts = extend({sep: '.'}, options); + var quotes = opts.quotes || ['"', "'", '`']; + var brackets; + + if (opts.brackets === true) { + brackets = { + '<': '>', + '(': ')', + '[': ']', + '{': '}' + }; + } else if (opts.brackets) { + brackets = opts.brackets; + } + + var tokens = []; + var stack = []; + var arr = ['']; + var sep = opts.sep; + var len = str.length; + var idx = -1; + var closeIdx; + + function expected() { + if (brackets && stack.length) { + return brackets[stack[stack.length - 1]]; + } + } + + while (++idx < len) { + var ch = str[idx]; + var next = str[idx + 1]; + var tok = { val: ch, idx: idx, arr: arr, str: str }; + tokens.push(tok); + + if (ch === '\\') { + tok.val = keepEscaping(opts, str, idx) === true ? (ch + next) : next; + tok.escaped = true; + if (typeof fn === 'function') { + fn(tok); + } + arr[arr.length - 1] += tok.val; + idx++; + continue; + } + + if (brackets && brackets[ch]) { + stack.push(ch); + var e = expected(); + var i = idx + 1; + + if (str.indexOf(e, i + 1) !== -1) { + while (stack.length && i < len) { + var s = str[++i]; + if (s === '\\') { + s++; + continue; + } + + if (quotes.indexOf(s) !== -1) { + i = getClosingQuote(str, s, i + 1); + continue; + } + + e = expected(); + if (stack.length && str.indexOf(e, i + 1) === -1) { + break; + } + + if (brackets[s]) { + stack.push(s); + continue; + } + + if (e === s) { + stack.pop(); + } + } + } + + closeIdx = i; + if (closeIdx === -1) { + arr[arr.length - 1] += ch; + continue; + } + + ch = str.slice(idx, closeIdx + 1); + tok.val = ch; + tok.idx = idx = closeIdx; + } + + if (quotes.indexOf(ch) !== -1) { + closeIdx = getClosingQuote(str, ch, idx + 1); + if (closeIdx === -1) { + arr[arr.length - 1] += ch; + continue; + } + + if (keepQuotes(ch, opts) === true) { + ch = str.slice(idx, closeIdx + 1); + } else { + ch = str.slice(idx + 1, closeIdx); + } + + tok.val = ch; + tok.idx = idx = closeIdx; + } + + if (typeof fn === 'function') { + fn(tok, tokens); + ch = tok.val; + idx = tok.idx; + } + + if (tok.val === sep && tok.split !== false) { + arr.push(''); + continue; + } + + arr[arr.length - 1] += tok.val; + } + + return arr; +}; + +function getClosingQuote(str, ch, i, brackets) { + var idx = str.indexOf(ch, i); + if (str.charAt(idx - 1) === '\\') { + return getClosingQuote(str, ch, idx + 1); + } + return idx; +} + +function keepQuotes(ch, opts) { + if (opts.keepDoubleQuotes === true && ch === '"') return true; + if (opts.keepSingleQuotes === true && ch === "'") return true; + return opts.keepQuotes; +} + +function keepEscaping(opts, str, idx) { + if (typeof opts.keepEscaping === 'function') { + return opts.keepEscaping(str, idx); + } + return opts.keepEscaping === true || str[idx + 1] === '\\'; +} diff --git a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/LICENSE b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/LICENSE new file mode 100644 index 0000000..99c9369 --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2015, 2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/README.md b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/README.md new file mode 100644 index 0000000..dee226f --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/README.md @@ -0,0 +1,97 @@ +# extend-shallow [![NPM version](https://img.shields.io/npm/v/extend-shallow.svg?style=flat)](https://www.npmjs.com/package/extend-shallow) [![NPM monthly downloads](https://img.shields.io/npm/dm/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![NPM total downloads](https://img.shields.io/npm/dt/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extend-shallow.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extend-shallow) + +> Extend an object with the properties of additional objects. node.js/javascript util. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save extend-shallow +``` + +## Usage + +```js +var extend = require('extend-shallow'); + +extend({a: 'b'}, {c: 'd'}) +//=> {a: 'b', c: 'd'} +``` + +Pass an empty object to shallow clone: + +```js +var obj = {}; +extend(obj, {a: 'b'}, {c: 'd'}) +//=> {a: 'b', c: 'd'} +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") +* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js") +* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 33 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [pdehaan](https://github.com/pdehaan) | + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/index.js b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/index.js new file mode 100644 index 0000000..c9582f8 --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/index.js @@ -0,0 +1,60 @@ +'use strict'; + +var isExtendable = require('is-extendable'); +var assignSymbols = require('assign-symbols'); + +module.exports = Object.assign || function(obj/*, objects*/) { + if (obj === null || typeof obj === 'undefined') { + throw new TypeError('Cannot convert undefined or null to object'); + } + if (!isObject(obj)) { + obj = {}; + } + for (var i = 1; i < arguments.length; i++) { + var val = arguments[i]; + if (isString(val)) { + val = toObject(val); + } + if (isObject(val)) { + assign(obj, val); + assignSymbols(obj, val); + } + } + return obj; +}; + +function assign(a, b) { + for (var key in b) { + if (hasOwn(b, key)) { + a[key] = b[key]; + } + } +} + +function isString(val) { + return (val && typeof val === 'string'); +} + +function toObject(str) { + var obj = {}; + for (var i in str) { + obj[i] = str[i]; + } + return obj; +} + +function isObject(val) { + return (val && typeof val === 'object') || isExtendable(val); +} + +/** + * Returns true if the given `key` is an own property of `obj`. + */ + +function hasOwn(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); +} + +function isEnum(obj, key) { + return Object.prototype.propertyIsEnumerable.call(obj, key); +} diff --git a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/package.json b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/package.json new file mode 100644 index 0000000..e5e9105 --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/package.json @@ -0,0 +1,83 @@ +{ + "name": "extend-shallow", + "description": "Extend an object with the properties of additional objects. node.js/javascript util.", + "version": "3.0.2", + "homepage": "https://github.com/jonschlinkert/extend-shallow", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Peter deHaan (http://about.me/peterdehaan)" + ], + "repository": "jonschlinkert/extend-shallow", + "bugs": { + "url": "https://github.com/jonschlinkert/extend-shallow/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "devDependencies": { + "array-slice": "^1.0.0", + "benchmarked": "^2.0.0", + "for-own": "^1.0.0", + "gulp-format-md": "^1.0.0", + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.1", + "minimist": "^1.2.0", + "mocha": "^3.5.3", + "object-assign": "^4.1.1" + }, + "keywords": [ + "assign", + "clone", + "extend", + "merge", + "obj", + "object", + "object-assign", + "object.assign", + "prop", + "properties", + "property", + "props", + "shallow", + "util", + "utility", + "utils", + "value" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "related": { + "list": [ + "extend-shallow", + "for-in", + "for-own", + "is-plain-object", + "isobject", + "kind-of" + ] + }, + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/LICENSE b/2019-setembro/node_modules/split-string/node_modules/is-extendable/LICENSE new file mode 100644 index 0000000..c0d7f13 --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/is-extendable/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/README.md b/2019-setembro/node_modules/split-string/node_modules/is-extendable/README.md new file mode 100644 index 0000000..875b56a --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/is-extendable/README.md @@ -0,0 +1,88 @@ +# is-extendable [![NPM version](https://img.shields.io/npm/v/is-extendable.svg?style=flat)](https://www.npmjs.com/package/is-extendable) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![NPM total downloads](https://img.shields.io/npm/dt/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-extendable.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-extendable) + +> Returns true if a value is a plain object, array or function. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-extendable +``` + +## Usage + +```js +var isExtendable = require('is-extendable'); +``` + +Returns true if the value is any of the following: + +* array +* plain object +* function + +## Notes + +All objects in JavaScript can have keys, but it's a pain to check for this, since we ether need to verify that the value is not `null` or `undefined` and: + +* the value is not a primitive, or +* that the object is a plain object, function or array + +Also note that an `extendable` object is not the same as an [extensible object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible), which is one that (in es6) is not sealed, frozen, or marked as non-extensible using `preventExtensions`. + +## Release history + +### v1.0.0 - 2017/07/20 + +**Breaking changes** + +* No longer considers date, regex or error objects to be extendable + +## About + +### Related projects + +* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") +* [is-equal-shallow](https://www.npmjs.com/package/is-equal-shallow): Does a shallow comparison of two objects, returning false if the keys or values differ. | [homepage](https://github.com/jonschlinkert/is-equal-shallow "Does a shallow comparison of two objects, returning false if the keys or values differ.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 20, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.d.ts b/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.d.ts new file mode 100644 index 0000000..b96d507 --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.d.ts @@ -0,0 +1,5 @@ +export = isExtendable; + +declare function isExtendable(val: any): boolean; + +declare namespace isExtendable {} diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.js b/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.js new file mode 100644 index 0000000..a8b26ad --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.js @@ -0,0 +1,14 @@ +/*! + * is-extendable + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isPlainObject = require('is-plain-object'); + +module.exports = function isExtendable(val) { + return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); +}; diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/package.json b/2019-setembro/node_modules/split-string/node_modules/is-extendable/package.json new file mode 100644 index 0000000..2aaab65 --- /dev/null +++ b/2019-setembro/node_modules/split-string/node_modules/is-extendable/package.json @@ -0,0 +1,67 @@ +{ + "name": "is-extendable", + "description": "Returns true if a value is a plain object, array or function.", + "version": "1.0.1", + "homepage": "https://github.com/jonschlinkert/is-extendable", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/is-extendable", + "bugs": { + "url": "https://github.com/jonschlinkert/is-extendable/issues" + }, + "license": "MIT", + "files": [ + "index.js", + "index.d.ts" + ], + "main": "index.js", + "types": "index.d.ts", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.4.2" + }, + "keywords": [ + "array", + "assign", + "check", + "date", + "extend", + "extendable", + "extensible", + "function", + "is", + "object", + "regex", + "test" + ], + "verb": { + "related": { + "list": [ + "assign-deep", + "is-equal-shallow", + "is-plain-object", + "isobject", + "kind-of" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/split-string/package.json b/2019-setembro/node_modules/split-string/package.json new file mode 100644 index 0000000..8f490a2 --- /dev/null +++ b/2019-setembro/node_modules/split-string/package.json @@ -0,0 +1,65 @@ +{ + "name": "split-string", + "description": "Split a string on a character except when the character is escaped.", + "version": "3.1.0", + "homepage": "https://github.com/jonschlinkert/split-string", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/split-string", + "bugs": { + "url": "https://github.com/jonschlinkert/split-string/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "extend-shallow": "^3.0.0" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "keywords": [ + "character", + "escape", + "split", + "string" + ], + "verb": { + "toc": false, + "layout": "default", + "titles": [ + ".", + "install", + "Why use this?" + ], + "related": { + "list": [ + "deromanize", + "randomatic", + "repeat-string", + "romanize" + ] + }, + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/static-extend/LICENSE b/2019-setembro/node_modules/static-extend/LICENSE new file mode 100644 index 0000000..e28e603 --- /dev/null +++ b/2019-setembro/node_modules/static-extend/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/static-extend/index.js b/2019-setembro/node_modules/static-extend/index.js new file mode 100644 index 0000000..f4124b2 --- /dev/null +++ b/2019-setembro/node_modules/static-extend/index.js @@ -0,0 +1,90 @@ +/*! + * static-extend + * + * Copyright (c) 2016, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var copy = require('object-copy'); +var define = require('define-property'); +var util = require('util'); + +/** + * Returns a function for extending the static properties, + * prototype properties, and descriptors from the `Parent` + * constructor onto `Child` constructors. + * + * ```js + * var extend = require('static-extend'); + * Parent.extend = extend(Parent); + * + * // optionally pass a custom merge function as the second arg + * Parent.extend = extend(Parent, function(Child) { + * Child.prototype.mixin = function(key, val) { + * Child.prototype[key] = val; + * }; + * }); + * + * // extend "child" constructors + * Parent.extend(Child); + * + * // optionally define prototype methods as the second arg + * Parent.extend(Child, { + * foo: function() {}, + * bar: function() {} + * }); + * ``` + * @param {Function} `Parent` Parent ctor + * @param {Function} `extendFn` Optional extend function for handling any necessary custom merging. Useful when updating methods that require a specific prototype. + * @param {Function} `Child` Child ctor + * @param {Object} `proto` Optionally pass additional prototype properties to inherit. + * @return {Object} + * @api public + */ + +function extend(Parent, extendFn) { + if (typeof Parent !== 'function') { + throw new TypeError('expected Parent to be a function.'); + } + + return function(Ctor, proto) { + if (typeof Ctor !== 'function') { + throw new TypeError('expected Ctor to be a function.'); + } + + util.inherits(Ctor, Parent); + copy(Ctor, Parent); + + // proto can be null or a plain object + if (typeof proto === 'object') { + var obj = Object.create(proto); + + for (var k in obj) { + Ctor.prototype[k] = obj[k]; + } + } + + // keep a reference to the parent prototype + define(Ctor.prototype, '_parent_', { + configurable: true, + set: function() {}, + get: function() { + return Parent.prototype; + } + }); + + if (typeof extendFn === 'function') { + extendFn(Ctor, Parent); + } + + Ctor.extend = extend(Ctor, extendFn); + }; +}; + +/** + * Expose `extend` + */ + +module.exports = extend; diff --git a/2019-setembro/node_modules/static-extend/package.json b/2019-setembro/node_modules/static-extend/package.json new file mode 100644 index 0000000..a63ab95 --- /dev/null +++ b/2019-setembro/node_modules/static-extend/package.json @@ -0,0 +1,63 @@ +{ + "name": "static-extend", + "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.", + "version": "0.1.2", + "homepage": "https://github.com/jonschlinkert/static-extend", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/static-extend", + "bugs": { + "url": "https://github.com/jonschlinkert/static-extend/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "devDependencies": { + "gulp-format-md": "^0.1.9", + "mocha": "^2.5.3" + }, + "keywords": [ + "class", + "ctor", + "descriptor", + "extend", + "extends", + "inherit", + "inheritance", + "merge", + "method", + "prop", + "properties", + "property", + "prototype" + ], + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "reflinks": [ + "verb", + "verb-readme-generator" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/string.prototype.padend/.eslintrc b/2019-setembro/node_modules/string.prototype.padend/.eslintrc new file mode 100644 index 0000000..41cac05 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/.eslintrc @@ -0,0 +1,14 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "id-length": [2, { "min": 1, "max": 25, "properties": "never" }], + "max-nested-callbacks": [2, 3], + "max-statements": [2, 19], + "new-cap": [2, { "capIsNewExceptions": ["ToLength", "ToString", "RequireObjectCoercible"] }], + "no-invalid-this": [1], + "no-magic-numbers": [0] + } +} diff --git a/2019-setembro/node_modules/string.prototype.padend/.jscs.json b/2019-setembro/node_modules/string.prototype.padend/.jscs.json new file mode 100644 index 0000000..3c9973f --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/.jscs.json @@ -0,0 +1,141 @@ +{ + "es3": true, + + "additionalRules": [], + + "requireSemicolons": true, + + "disallowMultipleSpaces": true, + + "disallowIdentifierNames": [], + + "requireCurlyBraces": { + "allExcept": [], + "keywords": ["if", "else", "for", "while", "do", "try", "catch"] + }, + + "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], + + "disallowSpaceAfterKeywords": [], + + "disallowSpaceBeforeComma": true, + "disallowSpaceAfterComma": false, + "disallowSpaceBeforeSemicolon": true, + + "disallowNodeTypes": [ + "DebuggerStatement", + "ForInStatement", + "LabeledStatement", + "SwitchCase", + "SwitchStatement", + "WithStatement" + ], + + "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, + + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, + "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, + "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, + + "requireSpaceBetweenArguments": true, + + "disallowSpacesInsideParentheses": true, + + "disallowSpacesInsideArrayBrackets": true, + + "disallowQuotedKeysInObjects": "allButReserved", + + "disallowSpaceAfterObjectKeys": true, + + "requireCommaBeforeLineBreak": true, + + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "requireSpaceAfterPrefixUnaryOperators": [], + + "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], + "requireSpaceBeforePostfixUnaryOperators": [], + + "disallowSpaceBeforeBinaryOperators": [], + "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + + "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + "disallowSpaceAfterBinaryOperators": [], + + "disallowImplicitTypeConversion": ["binary", "string"], + + "disallowKeywords": ["with", "eval"], + + "requireKeywordsOnNewLine": [], + "disallowKeywordsOnNewLine": ["else"], + + "requireLineFeedAtFileEnd": true, + + "disallowTrailingWhitespace": true, + + "disallowTrailingComma": true, + + "excludeFiles": ["node_modules/**", "vendor/**"], + + "disallowMultipleLineStrings": true, + + "requireDotNotation": { "allExcept": ["keywords"] }, + + "requireParenthesesAroundIIFE": true, + + "validateLineBreaks": "LF", + + "validateQuoteMarks": { + "escape": true, + "mark": "'" + }, + + "disallowOperatorBeforeLineBreak": [], + + "requireSpaceBeforeKeywords": [ + "do", + "for", + "if", + "else", + "switch", + "case", + "try", + "catch", + "finally", + "while", + "with", + "return" + ], + + "validateAlignedFunctionParameters": { + "lineBreakAfterOpeningBraces": true, + "lineBreakBeforeClosingBraces": true + }, + + "requirePaddingNewLinesBeforeExport": true, + + "validateNewlineAfterArrayElements": { + "maximum": 1 + }, + + "requirePaddingNewLinesAfterUseStrict": true, + + "disallowArrowFunctions": true, + + "disallowMultiLineTernary": true, + + "validateOrderInObjectKeys": "asc-insensitive", + + "disallowIdenticalDestructuringNames": true, + + "disallowNestedTernaries": { "maxLevel": 1 }, + + "requireSpaceAfterComma": { "allExcept": ["trailing"] }, + "requireAlignedMultilineParams": false, + + "requireSpacesInGenerator": { + "afterStar": true + } +} + diff --git a/2019-setembro/node_modules/string.prototype.padend/.npmignore b/2019-setembro/node_modules/string.prototype.padend/.npmignore new file mode 100644 index 0000000..123ae94 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/.npmignore @@ -0,0 +1,27 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git +node_modules diff --git a/2019-setembro/node_modules/string.prototype.padend/.travis.yml b/2019-setembro/node_modules/string.prototype.padend/.travis.yml new file mode 100644 index 0000000..2a3af6d --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/.travis.yml @@ -0,0 +1,64 @@ +language: node_js +node_js: + - "5.0" + - "4.2" + - "4.1" + - "4.0" + - "iojs-v3.3" + - "iojs-v3.2" + - "iojs-v3.1" + - "iojs-v3.0" + - "iojs-v2.5" + - "iojs-v2.4" + - "iojs-v2.3" + - "iojs-v2.2" + - "iojs-v2.1" + - "iojs-v2.0" + - "iojs-v1.8" + - "iojs-v1.7" + - "iojs-v1.6" + - "iojs-v1.5" + - "iojs-v1.4" + - "iojs-v1.3" + - "iojs-v1.2" + - "iojs-v1.1" + - "iojs-v1.0" + - "0.12" + - "0.11" + - "0.10" + - "0.9" + - "0.8" + - "0.6" + - "0.4" +before_install: + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' +script: + - 'if [ "${TRAVIS_NODE_VERSION}" != "4.2" ]; then npm run tests-only ; else npm test ; fi' +sudo: false +matrix: + fast_finish: true + allow_failures: + - node_js: "4.1" + - node_js: "4.0" + - node_js: "iojs-v3.2" + - node_js: "iojs-v3.1" + - node_js: "iojs-v3.0" + - node_js: "iojs-v2.4" + - node_js: "iojs-v2.3" + - node_js: "iojs-v2.2" + - node_js: "iojs-v2.1" + - node_js: "iojs-v2.0" + - node_js: "iojs-v1.7" + - node_js: "iojs-v1.6" + - node_js: "iojs-v1.5" + - node_js: "iojs-v1.4" + - node_js: "iojs-v1.3" + - node_js: "iojs-v1.2" + - node_js: "iojs-v1.1" + - node_js: "iojs-v1.0" + - node_js: "0.11" + - node_js: "0.9" + - node_js: "0.8" + - node_js: "0.6" + - node_js: "0.4" diff --git a/2019-setembro/node_modules/string.prototype.padend/CHANGELOG.md b/2019-setembro/node_modules/string.prototype.padend/CHANGELOG.md new file mode 100644 index 0000000..2c2c66f --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/CHANGELOG.md @@ -0,0 +1,15 @@ +3.0.0 / 2015-11-17 +================= + * Renamed to `padStart`/`padEnd` per November 2015 TC39 meeting. + +2.0.0 / 2015-09-25 +================= + * Implement the [es-shim API](es-shims/api). + * [Tests] up to `io.js` `v3.3`, `node` `v4.1` + * [Deps] update `es-abstract` + * [Dev Deps] Update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config`, `nsp` + * [Refactor] Remove redundant `max` operation, per https://github.com/ljharb/proposal-string-pad-left-right/pull/2 + +1.0.0 / 2015-07-30 +================= + * v1.0.0 diff --git a/2019-setembro/node_modules/string.prototype.padend/LICENSE b/2019-setembro/node_modules/string.prototype.padend/LICENSE new file mode 100644 index 0000000..4193abd --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 EcmaScript Shims + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/2019-setembro/node_modules/string.prototype.padend/README.md b/2019-setembro/node_modules/string.prototype.padend/README.md new file mode 100644 index 0000000..15e5c14 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/README.md @@ -0,0 +1,45 @@ +# String.prototype.padEnd [![Version Badge][npm-version-svg]][package-url] + +[![Build Status][travis-svg]][travis-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +[![browser support][testling-svg]][testling-url] + +An ES7 spec-compliant `String.prototype.padEnd` shim. Invoke its "shim" method to shim `String.prototype.padEnd` if it is unavailable. + +This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec proposal](https://github.com/tc39/proposal-string-pad-start-end). + +Most common usage: +```js +var padEnd = require('string.prototype.padend'); + +assert(padEnd('foo', 5, 'bar') === 'fooba'); + +padEnd.shim(); + +assert(padEnd('foo', 2) === 'foo'.padEnd(2)); +``` + +## Tests +Simply clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.com/package/string.prototype.padend +[npm-version-svg]: http://versionbadg.es/es-shims/String.prototype.padEnd.svg +[travis-svg]: https://travis-ci.org/es-shims/String.prototype.padEnd.svg +[travis-url]: https://travis-ci.org/es-shims/String.prototype.padEnd +[deps-svg]: https://david-dm.org/es-shims/String.prototype.padEnd.svg +[deps-url]: https://david-dm.org/es-shims/String.prototype.padEnd +[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.padEnd/dev-status.svg +[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.padEnd#info=devDependencies +[testling-svg]: https://ci.testling.com/es-shims/String.prototype.padEnd.png +[testling-url]: https://ci.testling.com/es-shims/String.prototype.padEnd +[npm-badge-png]: https://nodei.co/npm/string.prototype.padend.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/string.prototype.padend.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/string.prototype.padend.svg +[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.padend diff --git a/2019-setembro/node_modules/string.prototype.padend/implementation.js b/2019-setembro/node_modules/string.prototype.padend/implementation.js new file mode 100644 index 0000000..20acbbc --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/implementation.js @@ -0,0 +1,32 @@ +'use strict'; + +var bind = require('function-bind'); +var ES = require('es-abstract/es7'); +var slice = bind.call(Function.call, String.prototype.slice); + +module.exports = function padEnd(maxLength) { + var O = ES.RequireObjectCoercible(this); + var S = ES.ToString(O); + var stringLength = ES.ToLength(S.length); + var fillString; + if (arguments.length > 1) { + fillString = arguments[1]; + } + var filler = typeof fillString === 'undefined' ? '' : ES.ToString(fillString); + if (filler === '') { + filler = ' '; + } + var intMaxLength = ES.ToLength(maxLength); + if (intMaxLength <= stringLength) { + return S; + } + var fillLen = intMaxLength - stringLength; + while (filler.length < fillLen) { + var fLen = filler.length; + var remainingCodeUnits = fillLen - fLen; + filler += fLen > remainingCodeUnits ? slice(filler, 0, remainingCodeUnits) : filler; + } + + var truncatedStringFiller = filler.length > fillLen ? slice(filler, 0, fillLen) : filler; + return S + truncatedStringFiller; +}; diff --git a/2019-setembro/node_modules/string.prototype.padend/index.js b/2019-setembro/node_modules/string.prototype.padend/index.js new file mode 100644 index 0000000..a8c31e8 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/index.js @@ -0,0 +1,28 @@ +'use strict'; + +var bind = require('function-bind'); +var define = require('define-properties'); +var ES = require('es-abstract/es7'); + +var implementation = require('./implementation'); +var getPolyfill = require('./polyfill'); +var shim = require('./shim'); + +var bound = bind.call(Function.apply, implementation); + +var boundPadEnd = function padEnd(str, maxLength) { + ES.RequireObjectCoercible(str); + var args = [maxLength]; + if (arguments.length > 2) { + args.push(arguments[2]); + } + return bound(str, args); +}; + +define(boundPadEnd, { + getPolyfill: getPolyfill, + implementation: implementation, + shim: shim +}); + +module.exports = boundPadEnd; diff --git a/2019-setembro/node_modules/string.prototype.padend/package.json b/2019-setembro/node_modules/string.prototype.padend/package.json new file mode 100644 index 0000000..c90c423 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/package.json @@ -0,0 +1,73 @@ +{ + "name": "string.prototype.padend", + "version": "3.0.0", + "author": "Jordan Harband", + "description": "ES7 spec-compliant String.prototype.padEnd shim.", + "license": "MIT", + "main": "index.js", + "scripts": { + "test": "npm run lint && npm run tests-only && npm run security", + "tests-only": "es-shim-api --bound && npm run test:shimmed && npm run test:module", + "test:shimmed": "node test/shimmed.js", + "test:module": "node test/index.js", + "coverage": "covert test/*.js", + "coverage-quiet": "covert test/*.js --quiet", + "lint": "npm run jscs && npm run eslint", + "eslint": "eslint test/*.js *.js", + "jscs": "jscs test/*.js *.js", + "security": "nsp check" + }, + "repository": { + "type": "git", + "url": "git://github.com/es-shims/String.prototype.padEnd.git" + }, + "keywords": [ + "String.prototype.padRight", + "String.prototype.padEnd", + "string", + "ES7", + "shim", + "trim", + "padLeft", + "padRight", + "padStart", + "padEnd", + "polyfill", + "es-shim API" + ], + "dependencies": { + "define-properties": "^1.1.2", + "es-abstract": "^1.4.3", + "function-bind": "^1.0.2" + }, + "devDependencies": { + "tape": "^4.2.2", + "covert": "^1.1.0", + "jscs": "^2.5.1", + "nsp": "^2.0.2", + "eslint": "^1.9.0", + "@ljharb/eslint-config": "^1.6.0", + "@es-shims/api": "^1.0.0" + }, + "testling": { + "files": "test/index.js", + "browsers": [ + "iexplore/9.0..latest", + "firefox/4.0..6.0", + "firefox/15.0..latest", + "firefox/nightly", + "chrome/4.0..10.0", + "chrome/20.0..latest", + "chrome/canary", + "opera/11.6..latest", + "opera/next", + "safari/5.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/2019-setembro/node_modules/string.prototype.padend/polyfill.js b/2019-setembro/node_modules/string.prototype.padend/polyfill.js new file mode 100644 index 0000000..c424523 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/polyfill.js @@ -0,0 +1,7 @@ +'use strict'; + +var implementation = require('./implementation'); + +module.exports = function getPolyfill() { + return typeof String.prototype.padEnd === 'function' ? String.prototype.padEnd : implementation; +}; diff --git a/2019-setembro/node_modules/string.prototype.padend/shim.js b/2019-setembro/node_modules/string.prototype.padend/shim.js new file mode 100644 index 0000000..83123b2 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/shim.js @@ -0,0 +1,10 @@ +'use strict'; + +var getPolyfill = require('./polyfill'); +var define = require('define-properties'); + +module.exports = function shimPadEnd() { + var polyfill = getPolyfill(); + define(String.prototype, { padEnd: polyfill }, { padEnd: function () { return String.prototype.padEnd !== polyfill; } }); + return polyfill; +}; diff --git a/2019-setembro/node_modules/string.prototype.padend/test/index.js b/2019-setembro/node_modules/string.prototype.padend/test/index.js new file mode 100644 index 0000000..cc87fad --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/test/index.js @@ -0,0 +1,17 @@ +'use strict'; + +var padEnd = require('../'); +var test = require('tape'); +var runTests = require('./tests'); + +test('as a function', function (t) { + t.test('bad array/this value', function (st) { + st.throws(function () { padEnd(undefined, 'a'); }, TypeError, 'undefined is not an object'); + st.throws(function () { padEnd(null, 'a'); }, TypeError, 'null is not an object'); + st.end(); + }); + + runTests(padEnd, t); + + t.end(); +}); diff --git a/2019-setembro/node_modules/string.prototype.padend/test/shimmed.js b/2019-setembro/node_modules/string.prototype.padend/test/shimmed.js new file mode 100644 index 0000000..b5b6615 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/test/shimmed.js @@ -0,0 +1,37 @@ +'use strict'; + +var padEnd = require('../'); +padEnd.shim(); + +var test = require('tape'); +var defineProperties = require('define-properties'); +var bind = require('function-bind'); +var isEnumerable = Object.prototype.propertyIsEnumerable; +var functionsHaveNames = function f() {}.name === 'f'; + +var runTests = require('./tests'); + +test('shimmed', function (t) { + t.equal(String.prototype.padEnd.length, 1, 'String#padEnd has a length of 1'); + t.test('Function name', { skip: !functionsHaveNames }, function (st) { + st.equal(String.prototype.padEnd.name, 'padEnd', 'String#padEnd has name "padEnd"'); + st.end(); + }); + + t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { + et.equal(false, isEnumerable.call(String.prototype, 'padEnd'), 'String#padEnd is not enumerable'); + et.end(); + }); + + var supportsStrictMode = (function () { return typeof this === 'undefined'; }()); + + t.test('bad string/this value', { skip: !supportsStrictMode }, function (st) { + st.throws(function () { return padEnd(undefined, 'a'); }, TypeError, 'undefined is not an object'); + st.throws(function () { return padEnd(null, 'a'); }, TypeError, 'null is not an object'); + st.end(); + }); + + runTests(bind.call(Function.call, String.prototype.padEnd), t); + + t.end(); +}); diff --git a/2019-setembro/node_modules/string.prototype.padend/test/tests.js b/2019-setembro/node_modules/string.prototype.padend/test/tests.js new file mode 100644 index 0000000..d62fa48 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.padend/test/tests.js @@ -0,0 +1,26 @@ +'use strict'; + +module.exports = function (padEnd, t) { + t.test('normal cases', function (st) { + st.equal(padEnd('a', 3, 'b'), 'abb', 'string pads end with single character'); + st.equal(padEnd('abc', 3, 'd'), 'abc', 'string already of maximum length noops'); + st.equal(padEnd('abc', -3, 'd'), 'abc', 'string already larger than maximum length noops'); + st.equal(padEnd('cd', 3, 'ab'), 'cda', 'string with maximum length equal to length plus filler length, pads'); + st.equal(padEnd('abc'), 'abc', 'absent maximum length is noop'); + st.equal(padEnd('a', 3), 'a ', 'absent fillStr defaults to a space'); + st.equal(padEnd('ed', 6, null), 'ednull', 'non-string fillStr gets stringified'); + + st.end(); + }); + + t.test('truncated fill string', function (st) { + st.equal(padEnd('a', 2, 'bc'), 'ab', 'truncates at the provided max length'); + + st.end(); + }); + + t.test('exceptions', function (st) { + + st.end(); + }); +}; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/.eslintrc b/2019-setembro/node_modules/string.prototype.trimleft/.eslintrc new file mode 100644 index 0000000..5aa31fc --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/.eslintrc @@ -0,0 +1,10 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "max-nested-callbacks": [2, 3], + "no-invalid-this": 1 + } +} diff --git a/2019-setembro/node_modules/string.prototype.trimleft/.jscs.json b/2019-setembro/node_modules/string.prototype.trimleft/.jscs.json new file mode 100644 index 0000000..d0d49f7 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/.jscs.json @@ -0,0 +1,159 @@ +{ + "es3": true, + + "additionalRules": [], + + "requireSemicolons": true, + + "disallowMultipleSpaces": true, + + "disallowIdentifierNames": [], + + "requireCurlyBraces": { + "allExcept": [], + "keywords": ["if", "else", "for", "while", "do", "try", "catch"] + }, + + "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], + + "disallowSpaceAfterKeywords": [], + + "disallowSpaceBeforeComma": true, + "disallowSpaceAfterComma": false, + "disallowSpaceBeforeSemicolon": true, + + "disallowNodeTypes": [ + "DebuggerStatement", + "ForInStatement", + "LabeledStatement", + "SwitchCase", + "SwitchStatement", + "WithStatement" + ], + + "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, + + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, + "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, + "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, + + "requireSpaceBetweenArguments": true, + + "disallowSpacesInsideParentheses": true, + + "disallowSpacesInsideArrayBrackets": true, + + "disallowQuotedKeysInObjects": "allButReserved", + + "disallowSpaceAfterObjectKeys": true, + + "requireCommaBeforeLineBreak": true, + + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "requireSpaceAfterPrefixUnaryOperators": [], + + "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], + "requireSpaceBeforePostfixUnaryOperators": [], + + "disallowSpaceBeforeBinaryOperators": [], + "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + + "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + "disallowSpaceAfterBinaryOperators": [], + + "disallowImplicitTypeConversion": ["binary", "string"], + + "disallowKeywords": ["with", "eval"], + + "requireKeywordsOnNewLine": [], + "disallowKeywordsOnNewLine": ["else"], + + "requireLineFeedAtFileEnd": true, + + "disallowTrailingWhitespace": true, + + "disallowTrailingComma": true, + + "excludeFiles": ["node_modules/**", "vendor/**"], + + "disallowMultipleLineStrings": true, + + "requireDotNotation": { "allExcept": ["keywords"] }, + + "requireParenthesesAroundIIFE": true, + + "validateLineBreaks": "LF", + + "validateQuoteMarks": { + "escape": true, + "mark": "'" + }, + + "disallowOperatorBeforeLineBreak": [], + + "requireSpaceBeforeKeywords": [ + "do", + "for", + "if", + "else", + "switch", + "case", + "try", + "catch", + "finally", + "while", + "with", + "return" + ], + + "validateAlignedFunctionParameters": { + "lineBreakAfterOpeningBraces": true, + "lineBreakBeforeClosingBraces": true + }, + + "requirePaddingNewLinesBeforeExport": true, + + "validateNewlineAfterArrayElements": { + "maximum": 1 + }, + + "requirePaddingNewLinesAfterUseStrict": true, + + "disallowArrowFunctions": true, + + "disallowMultiLineTernary": true, + + "validateOrderInObjectKeys": "asc-insensitive", + + "disallowIdenticalDestructuringNames": true, + + "disallowNestedTernaries": { "maxLevel": 1 }, + + "requireSpaceAfterComma": { "allExcept": ["trailing"] }, + "requireAlignedMultilineParams": false, + + "requireSpacesInGenerator": { + "afterStar": true + }, + + "disallowSpacesInGenerator": { + "beforeStar": true + }, + + "disallowVar": false, + + "requireArrayDestructuring": false, + + "requireEnhancedObjectLiterals": false, + + "requireObjectDestructuring": false, + + "requireEarlyReturn": false, + + "requireCapitalizedConstructorsNew": { + "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] + } +} + diff --git a/2019-setembro/node_modules/string.prototype.trimleft/.npmignore b/2019-setembro/node_modules/string.prototype.trimleft/.npmignore new file mode 100644 index 0000000..123ae94 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/.npmignore @@ -0,0 +1,27 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git +node_modules diff --git a/2019-setembro/node_modules/string.prototype.trimleft/.travis.yml b/2019-setembro/node_modules/string.prototype.trimleft/.travis.yml new file mode 100644 index 0000000..9569baa --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/.travis.yml @@ -0,0 +1,73 @@ +language: node_js +node_js: + - "5.5" + - "5.4" + - "5.3" + - "5.2" + - "5.1" + - "5.0" + - "4.2" + - "4.1" + - "4.0" + - "iojs-v3.3" + - "iojs-v3.2" + - "iojs-v3.1" + - "iojs-v3.0" + - "iojs-v2.5" + - "iojs-v2.4" + - "iojs-v2.3" + - "iojs-v2.2" + - "iojs-v2.1" + - "iojs-v2.0" + - "iojs-v1.8" + - "iojs-v1.7" + - "iojs-v1.6" + - "iojs-v1.5" + - "iojs-v1.4" + - "iojs-v1.3" + - "iojs-v1.2" + - "iojs-v1.1" + - "iojs-v1.0" + - "0.12" + - "0.11" + - "0.10" + - "0.9" + - "0.8" + - "0.6" + - "0.4" +before_install: + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' +script: + - 'if [ "${TRAVIS_NODE_VERSION}" != "4.2" ]; then npm run tests-only ; else npm test ; fi' +sudo: false +matrix: + fast_finish: true + allow_failures: + - node_js: "5.4" + - node_js: "5.3" + - node_js: "5.2" + - node_js: "5.1" + - node_js: "5.0" + - node_js: "4.1" + - node_js: "4.0" + - node_js: "iojs-v3.2" + - node_js: "iojs-v3.1" + - node_js: "iojs-v3.0" + - node_js: "iojs-v2.4" + - node_js: "iojs-v2.3" + - node_js: "iojs-v2.2" + - node_js: "iojs-v2.1" + - node_js: "iojs-v2.0" + - node_js: "iojs-v1.7" + - node_js: "iojs-v1.6" + - node_js: "iojs-v1.5" + - node_js: "iojs-v1.4" + - node_js: "iojs-v1.3" + - node_js: "iojs-v1.2" + - node_js: "iojs-v1.1" + - node_js: "iojs-v1.0" + - node_js: "0.11" + - node_js: "0.9" + - node_js: "0.6" + - node_js: "0.4" diff --git a/2019-setembro/node_modules/string.prototype.trimleft/CHANGELOG.md b/2019-setembro/node_modules/string.prototype.trimleft/CHANGELOG.md new file mode 100644 index 0000000..6772888 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/CHANGELOG.md @@ -0,0 +1,15 @@ +2.0.0 / 2016-02-06 +================= + * [Breaking] conform to the es-shim API + * [Deps] update `define-properties` + * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config` + * [Tests] up to `node` `v5.5` + * [Tests] fix npm upgrades on older nodes + +1.0.1 / 2015-07-29 +================= + * Fix deps mistakenly being dev deps + +1.0.0 / 2015-07-29 +================= + * v1.0.0 diff --git a/2019-setembro/node_modules/string.prototype.trimleft/LICENSE b/2019-setembro/node_modules/string.prototype.trimleft/LICENSE new file mode 100644 index 0000000..b43df44 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/2019-setembro/node_modules/string.prototype.trimleft/README.md b/2019-setembro/node_modules/string.prototype.trimleft/README.md new file mode 100644 index 0000000..bd3f82f --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/README.md @@ -0,0 +1,47 @@ +String.prototype.trimLeft [![Version Badge][npm-version-svg]][package-url] + +[![Build Status][travis-svg]][travis-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +[![browser support][testling-svg]][testling-url] + +A spec-proposal-compliant `String.prototype.trimLeft` shim. Invoke its "shim" method to shim `String.prototype.trimLeft` if it is unavailable. + +This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign). In an ES6 environment, it will also work properly with `Symbol`s. + +Most common usage: +```js +var trimLeft = require('string.prototype.trimleft'); + +assert(trimLeft(' \t\na \t\n') === 'a \t\n'); + +if (!String.prototype.trimLeft) { + trimLeft.shim(); +} + +assert(trimLeft(' \t\na \t\n') === ' \t\na \t\n'.trimLeft()); +``` + +## Tests +Simply clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.com/package/string.prototype.trimleft +[npm-version-svg]: http://vb.teelaun.ch/es-shims/String.prototype.trimLeft.svg +[travis-svg]: https://travis-ci.org/es-shims/String.prototype.trimLeft.svg +[travis-url]: https://travis-ci.org/es-shims/String.prototype.trimLeft +[deps-svg]: https://david-dm.org/es-shims/String.prototype.trimLeft.svg +[deps-url]: https://david-dm.org/es-shims/String.prototype.trimLeft +[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.trimLeft/dev-status.svg +[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.trimLeft#info=devDependencies +[testling-svg]: https://ci.testling.com/es-shims/String.prototype.trimLeft.png +[testling-url]: https://ci.testling.com/es-shims/String.prototype.trimLeft +[npm-badge-png]: https://nodei.co/npm/string.prototype.trimleft.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/string.prototype.trimleft.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/string.prototype.trimleft.svg +[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.trimleft diff --git a/2019-setembro/node_modules/string.prototype.trimleft/implementation.js b/2019-setembro/node_modules/string.prototype.trimleft/implementation.js new file mode 100644 index 0000000..0098b26 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/implementation.js @@ -0,0 +1,10 @@ +'use strict'; + +var bind = require('function-bind'); +var replace = bind.call(Function.call, String.prototype.replace); + +var leftWhitespace = /^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]*/; + +module.exports = function trimLeft() { + return replace(this, leftWhitespace, ''); +}; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/index.js b/2019-setembro/node_modules/string.prototype.trimleft/index.js new file mode 100644 index 0000000..7fe48cf --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/index.js @@ -0,0 +1,18 @@ +'use strict'; + +var bind = require('function-bind'); +var define = require('define-properties'); + +var implementation = require('./implementation'); +var getPolyfill = require('./polyfill'); +var shim = require('./shim'); + +var bound = bind.call(Function.call, getPolyfill()); + +define(bound, { + getPolyfill: getPolyfill, + implementation: implementation, + shim: shim +}); + +module.exports = bound; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/package.json b/2019-setembro/node_modules/string.prototype.trimleft/package.json new file mode 100644 index 0000000..3670f45 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/package.json @@ -0,0 +1,69 @@ +{ + "name": "string.prototype.trimleft", + "version": "2.0.0", + "author": "Jordan Harband", + "description": "ES7 spec-compliant String.prototype.trimLeft shim.", + "license": "MIT", + "main": "index.js", + "scripts": { + "test": "npm run lint && es-shim-api --bound && npm run tests-only && npm run security", + "tests-only": "npm run test:shimmed && npm run test:module", + "test:shimmed": "node test/shimmed.js", + "test:module": "node test/index.js", + "coverage": "covert test/*.js", + "coverage-quiet": "covert test/*.js --quiet", + "lint": "npm run jscs && npm run eslint", + "eslint": "eslint test/*.js *.js", + "jscs": "jscs test/*.js *.js", + "security": "nsp check" + }, + "repository": { + "type": "git", + "url": "git://github.com/es-shims/String.prototype.trimLeft.git" + }, + "keywords": [ + "String.prototype.trimLeft", + "string", + "ES7", + "shim", + "trim", + "trimLeft", + "trimRight", + "polyfill", + "es-shim API" + ], + "dependencies": { + "define-properties": "^1.1.2", + "function-bind": "^1.0.2" + }, + "devDependencies": { + "tape": "^4.4.0", + "covert": "^1.1.0", + "jscs": "^2.9.0", + "nsp": "^2.2.0", + "eslint": "^1.10.3", + "@ljharb/eslint-config": "^1.6.1", + "@es-shims/api": "^1.1.0" + }, + "testling": { + "files": "test/index.js", + "browsers": [ + "iexplore/9.0..latest", + "firefox/4.0..6.0", + "firefox/15.0..latest", + "firefox/nightly", + "chrome/4.0..10.0", + "chrome/20.0..latest", + "chrome/canary", + "opera/11.6..latest", + "opera/next", + "safari/5.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/2019-setembro/node_modules/string.prototype.trimleft/polyfill.js b/2019-setembro/node_modules/string.prototype.trimleft/polyfill.js new file mode 100644 index 0000000..dc33a23 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/polyfill.js @@ -0,0 +1,14 @@ +'use strict'; + +var implementation = require('./implementation'); + +module.exports = function getPolyfill() { + if (!String.prototype.trimLeft) { + return implementation; + } + var zeroWidthSpace = '\u200b'; + if (zeroWidthSpace.trimLeft() !== zeroWidthSpace) { + return implementation; + } + return String.prototype.trimLeft; +}; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/shim.js b/2019-setembro/node_modules/string.prototype.trimleft/shim.js new file mode 100644 index 0000000..23314f0 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/shim.js @@ -0,0 +1,14 @@ +'use strict'; + +var define = require('define-properties'); +var getPolyfill = require('./polyfill'); + +module.exports = function shimTrimLeft() { + var polyfill = getPolyfill(); + define( + String.prototype, + { trimLeft: polyfill }, + { trimLeft: function () { return String.prototype.trimLeft !== polyfill; } } + ); + return polyfill; +}; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/test/index.js b/2019-setembro/node_modules/string.prototype.trimleft/test/index.js new file mode 100644 index 0000000..770cb0b --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/test/index.js @@ -0,0 +1,18 @@ +'use strict'; + +var trimLeft = require('../'); +var test = require('tape'); + +var runTests = require('./tests'); + +test('as a function', function (t) { + t.test('bad array/this value', function (st) { + st.throws(function () { trimLeft(undefined, 'a'); }, TypeError, 'undefined is not an object'); + st.throws(function () { trimLeft(null, 'a'); }, TypeError, 'null is not an object'); + st.end(); + }); + + runTests(trimLeft, t); + + t.end(); +}); diff --git a/2019-setembro/node_modules/string.prototype.trimleft/test/shimmed.js b/2019-setembro/node_modules/string.prototype.trimleft/test/shimmed.js new file mode 100644 index 0000000..dee3068 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/test/shimmed.js @@ -0,0 +1,37 @@ +'use strict'; + +var trimLeft = require('../'); +trimLeft.shim(); + +var runTests = require('./tests'); + +var test = require('tape'); +var defineProperties = require('define-properties'); +var bind = require('function-bind'); +var isEnumerable = Object.prototype.propertyIsEnumerable; +var functionsHaveNames = function f() {}.name === 'f'; + +test('shimmed', function (t) { + t.equal(String.prototype.trimLeft.length, 0, 'String#trimLeft has a length of 0'); + t.test('Function name', { skip: !functionsHaveNames }, function (st) { + st.equal(String.prototype.trimLeft.name, 'trimLeft', 'String#trimLeft has name "trimLeft"'); + st.end(); + }); + + t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { + et.equal(false, isEnumerable.call(String.prototype, 'trimLeft'), 'String#trimLeft is not enumerable'); + et.end(); + }); + + var supportsStrictMode = (function () { return typeof this === 'undefined'; }()); + + t.test('bad string/this value', { skip: !supportsStrictMode }, function (st) { + st.throws(function () { return trimLeft(undefined, 'a'); }, TypeError, 'undefined is not an object'); + st.throws(function () { return trimLeft(null, 'a'); }, TypeError, 'null is not an object'); + st.end(); + }); + + runTests(bind.call(Function.call, String.prototype.trimLeft), t); + + t.end(); +}); diff --git a/2019-setembro/node_modules/string.prototype.trimleft/test/tests.js b/2019-setembro/node_modules/string.prototype.trimleft/test/tests.js new file mode 100644 index 0000000..a601074 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimleft/test/tests.js @@ -0,0 +1,19 @@ +'use strict'; + +module.exports = function (trimLeft, t) { + t.test('normal cases', function (st) { + st.equal(trimLeft(' \t\na \t\n'), 'a \t\n', 'strips whitespace off the left side'); + st.equal(trimLeft('a'), 'a', 'noop when no whitespace'); + + var allWhitespaceChars = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; + st.equal(trimLeft(allWhitespaceChars + 'a' + allWhitespaceChars), 'a' + allWhitespaceChars, 'all expected whitespace chars are trimmed'); + + st.end(); + }); + + t.test('zero-width spaces', function (st) { + var zeroWidth = '\u200b'; + st.equal(trimLeft(zeroWidth), zeroWidth, 'zero width space does not trim'); + st.end(); + }); +}; diff --git a/2019-setembro/node_modules/string.prototype.trimright/.eslintrc b/2019-setembro/node_modules/string.prototype.trimright/.eslintrc new file mode 100644 index 0000000..0d0902d --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/.eslintrc @@ -0,0 +1,10 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "max-nested-callbacks": [2, 3], + "no-invalid-this": 1, + } +} diff --git a/2019-setembro/node_modules/string.prototype.trimright/.jscs.json b/2019-setembro/node_modules/string.prototype.trimright/.jscs.json new file mode 100644 index 0000000..d0d49f7 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/.jscs.json @@ -0,0 +1,159 @@ +{ + "es3": true, + + "additionalRules": [], + + "requireSemicolons": true, + + "disallowMultipleSpaces": true, + + "disallowIdentifierNames": [], + + "requireCurlyBraces": { + "allExcept": [], + "keywords": ["if", "else", "for", "while", "do", "try", "catch"] + }, + + "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], + + "disallowSpaceAfterKeywords": [], + + "disallowSpaceBeforeComma": true, + "disallowSpaceAfterComma": false, + "disallowSpaceBeforeSemicolon": true, + + "disallowNodeTypes": [ + "DebuggerStatement", + "ForInStatement", + "LabeledStatement", + "SwitchCase", + "SwitchStatement", + "WithStatement" + ], + + "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, + + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, + "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, + "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, + "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, + + "requireSpaceBetweenArguments": true, + + "disallowSpacesInsideParentheses": true, + + "disallowSpacesInsideArrayBrackets": true, + + "disallowQuotedKeysInObjects": "allButReserved", + + "disallowSpaceAfterObjectKeys": true, + + "requireCommaBeforeLineBreak": true, + + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "requireSpaceAfterPrefixUnaryOperators": [], + + "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], + "requireSpaceBeforePostfixUnaryOperators": [], + + "disallowSpaceBeforeBinaryOperators": [], + "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + + "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], + "disallowSpaceAfterBinaryOperators": [], + + "disallowImplicitTypeConversion": ["binary", "string"], + + "disallowKeywords": ["with", "eval"], + + "requireKeywordsOnNewLine": [], + "disallowKeywordsOnNewLine": ["else"], + + "requireLineFeedAtFileEnd": true, + + "disallowTrailingWhitespace": true, + + "disallowTrailingComma": true, + + "excludeFiles": ["node_modules/**", "vendor/**"], + + "disallowMultipleLineStrings": true, + + "requireDotNotation": { "allExcept": ["keywords"] }, + + "requireParenthesesAroundIIFE": true, + + "validateLineBreaks": "LF", + + "validateQuoteMarks": { + "escape": true, + "mark": "'" + }, + + "disallowOperatorBeforeLineBreak": [], + + "requireSpaceBeforeKeywords": [ + "do", + "for", + "if", + "else", + "switch", + "case", + "try", + "catch", + "finally", + "while", + "with", + "return" + ], + + "validateAlignedFunctionParameters": { + "lineBreakAfterOpeningBraces": true, + "lineBreakBeforeClosingBraces": true + }, + + "requirePaddingNewLinesBeforeExport": true, + + "validateNewlineAfterArrayElements": { + "maximum": 1 + }, + + "requirePaddingNewLinesAfterUseStrict": true, + + "disallowArrowFunctions": true, + + "disallowMultiLineTernary": true, + + "validateOrderInObjectKeys": "asc-insensitive", + + "disallowIdenticalDestructuringNames": true, + + "disallowNestedTernaries": { "maxLevel": 1 }, + + "requireSpaceAfterComma": { "allExcept": ["trailing"] }, + "requireAlignedMultilineParams": false, + + "requireSpacesInGenerator": { + "afterStar": true + }, + + "disallowSpacesInGenerator": { + "beforeStar": true + }, + + "disallowVar": false, + + "requireArrayDestructuring": false, + + "requireEnhancedObjectLiterals": false, + + "requireObjectDestructuring": false, + + "requireEarlyReturn": false, + + "requireCapitalizedConstructorsNew": { + "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] + } +} + diff --git a/2019-setembro/node_modules/string.prototype.trimright/.npmignore b/2019-setembro/node_modules/string.prototype.trimright/.npmignore new file mode 100644 index 0000000..123ae94 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/.npmignore @@ -0,0 +1,27 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git +node_modules diff --git a/2019-setembro/node_modules/string.prototype.trimright/.travis.yml b/2019-setembro/node_modules/string.prototype.trimright/.travis.yml new file mode 100644 index 0000000..9569baa --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/.travis.yml @@ -0,0 +1,73 @@ +language: node_js +node_js: + - "5.5" + - "5.4" + - "5.3" + - "5.2" + - "5.1" + - "5.0" + - "4.2" + - "4.1" + - "4.0" + - "iojs-v3.3" + - "iojs-v3.2" + - "iojs-v3.1" + - "iojs-v3.0" + - "iojs-v2.5" + - "iojs-v2.4" + - "iojs-v2.3" + - "iojs-v2.2" + - "iojs-v2.1" + - "iojs-v2.0" + - "iojs-v1.8" + - "iojs-v1.7" + - "iojs-v1.6" + - "iojs-v1.5" + - "iojs-v1.4" + - "iojs-v1.3" + - "iojs-v1.2" + - "iojs-v1.1" + - "iojs-v1.0" + - "0.12" + - "0.11" + - "0.10" + - "0.9" + - "0.8" + - "0.6" + - "0.4" +before_install: + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' + - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' +script: + - 'if [ "${TRAVIS_NODE_VERSION}" != "4.2" ]; then npm run tests-only ; else npm test ; fi' +sudo: false +matrix: + fast_finish: true + allow_failures: + - node_js: "5.4" + - node_js: "5.3" + - node_js: "5.2" + - node_js: "5.1" + - node_js: "5.0" + - node_js: "4.1" + - node_js: "4.0" + - node_js: "iojs-v3.2" + - node_js: "iojs-v3.1" + - node_js: "iojs-v3.0" + - node_js: "iojs-v2.4" + - node_js: "iojs-v2.3" + - node_js: "iojs-v2.2" + - node_js: "iojs-v2.1" + - node_js: "iojs-v2.0" + - node_js: "iojs-v1.7" + - node_js: "iojs-v1.6" + - node_js: "iojs-v1.5" + - node_js: "iojs-v1.4" + - node_js: "iojs-v1.3" + - node_js: "iojs-v1.2" + - node_js: "iojs-v1.1" + - node_js: "iojs-v1.0" + - node_js: "0.11" + - node_js: "0.9" + - node_js: "0.6" + - node_js: "0.4" diff --git a/2019-setembro/node_modules/string.prototype.trimright/CHANGELOG.md b/2019-setembro/node_modules/string.prototype.trimright/CHANGELOG.md new file mode 100644 index 0000000..6772888 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/CHANGELOG.md @@ -0,0 +1,15 @@ +2.0.0 / 2016-02-06 +================= + * [Breaking] conform to the es-shim API + * [Deps] update `define-properties` + * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config` + * [Tests] up to `node` `v5.5` + * [Tests] fix npm upgrades on older nodes + +1.0.1 / 2015-07-29 +================= + * Fix deps mistakenly being dev deps + +1.0.0 / 2015-07-29 +================= + * v1.0.0 diff --git a/2019-setembro/node_modules/string.prototype.trimright/LICENSE b/2019-setembro/node_modules/string.prototype.trimright/LICENSE new file mode 100644 index 0000000..b43df44 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/2019-setembro/node_modules/string.prototype.trimright/README.md b/2019-setembro/node_modules/string.prototype.trimright/README.md new file mode 100644 index 0000000..6d736f5 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/README.md @@ -0,0 +1,47 @@ +String.prototype.trimRight [![Version Badge][npm-version-svg]][package-url] + +[![Build Status][travis-svg]][travis-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +[![browser support][testling-svg]][testling-url] + +A spec-proposal-compliant `String.prototype.trimRight` shim. Invoke its "shim" method to shim `String.prototype.trimRight` if it is unavailable. + +This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign). In an ES6 environment, it will also work properly with `Symbol`s. + +Most common usage: +```js +var trimRight = require('string.prototype.trimright'); + +assert(trimRight(' \t\na \t\n') === 'a \t\n'); + +if (!String.prototype.trimRight) { + trimRight.shim(); +} + +assert(trimRight(' \t\na \t\n ') === ' \t\na \t\n '.trimRight()); +``` + +## Tests +Simply clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.com/package/string.prototype.trimright +[npm-version-svg]: http://vb.teelaun.ch/es-shims/String.prototype.trimRight.svg +[travis-svg]: https://travis-ci.org/es-shims/String.prototype.trimRight.svg +[travis-url]: https://travis-ci.org/es-shims/String.prototype.trimRight +[deps-svg]: https://david-dm.org/es-shims/String.prototype.trimRight.svg +[deps-url]: https://david-dm.org/es-shims/String.prototype.trimRight +[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.trimRight/dev-status.svg +[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.trimRight#info=devDependencies +[testling-svg]: https://ci.testling.com/es-shims/String.prototype.trimRight.png +[testling-url]: https://ci.testling.com/es-shims/String.prototype.trimRight +[npm-badge-png]: https://nodei.co/npm/string.prototype.trimright.png?downloads=true&stars=true +[license-image]: http://img.shields.io/npm/l/string.prototype.trimright.svg +[license-url]: LICENSE +[downloads-image]: http://img.shields.io/npm/dm/string.prototype.trimright.svg +[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.trimright diff --git a/2019-setembro/node_modules/string.prototype.trimright/implementation.js b/2019-setembro/node_modules/string.prototype.trimright/implementation.js new file mode 100644 index 0000000..60c863a --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/implementation.js @@ -0,0 +1,10 @@ +'use strict'; + +var bind = require('function-bind'); +var replace = bind.call(Function.call, String.prototype.replace); + +var rightWhitespace = /[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]*$/; + +module.exports = function trimRight() { + return replace(this, rightWhitespace, ''); +}; diff --git a/2019-setembro/node_modules/string.prototype.trimright/index.js b/2019-setembro/node_modules/string.prototype.trimright/index.js new file mode 100644 index 0000000..7fe48cf --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/index.js @@ -0,0 +1,18 @@ +'use strict'; + +var bind = require('function-bind'); +var define = require('define-properties'); + +var implementation = require('./implementation'); +var getPolyfill = require('./polyfill'); +var shim = require('./shim'); + +var bound = bind.call(Function.call, getPolyfill()); + +define(bound, { + getPolyfill: getPolyfill, + implementation: implementation, + shim: shim +}); + +module.exports = bound; diff --git a/2019-setembro/node_modules/string.prototype.trimright/package.json b/2019-setembro/node_modules/string.prototype.trimright/package.json new file mode 100644 index 0000000..d16d40b --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/package.json @@ -0,0 +1,69 @@ +{ + "name": "string.prototype.trimright", + "version": "2.0.0", + "author": "Jordan Harband", + "description": "ES7 spec-compliant String.prototype.trimRight shim.", + "license": "MIT", + "main": "index.js", + "scripts": { + "test": "npm run lint && es-shim-api --bound && npm run tests-only && npm run security", + "tests-only": "npm run test:shimmed && npm run test:module", + "test:shimmed": "node test/shimmed.js", + "test:module": "node test/index.js", + "coverage": "covert test/*.js", + "coverage-quiet": "covert test/*.js --quiet", + "lint": "npm run jscs && npm run eslint", + "eslint": "eslint test/*.js *.js", + "jscs": "jscs test/*.js *.js", + "security": "nsp check" + }, + "repository": { + "type": "git", + "url": "git://github.com/es-shims/String.prototype.trimRight.git" + }, + "keywords": [ + "String.prototype.trimRight", + "string", + "ES7", + "shim", + "trim", + "trimLeft", + "trimRight", + "polyfill", + "es-shim API" + ], + "dependencies": { + "define-properties": "^1.1.2", + "function-bind": "^1.0.2" + }, + "devDependencies": { + "tape": "^4.4.0", + "covert": "^1.1.0", + "jscs": "^2.9.0", + "nsp": "^2.2.0", + "eslint": "^1.10.3", + "@ljharb/eslint-config": "^1.6.1", + "@es-shims/api": "^1.1.0" + }, + "testling": { + "files": "test/index.js", + "browsers": [ + "iexplore/9.0..latest", + "firefox/4.0..6.0", + "firefox/15.0..latest", + "firefox/nightly", + "chrome/4.0..10.0", + "chrome/20.0..latest", + "chrome/canary", + "opera/11.6..latest", + "opera/next", + "safari/5.0..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/2019-setembro/node_modules/string.prototype.trimright/polyfill.js b/2019-setembro/node_modules/string.prototype.trimright/polyfill.js new file mode 100644 index 0000000..7c2aa99 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/polyfill.js @@ -0,0 +1,14 @@ +'use strict'; + +var implementation = require('./implementation'); + +module.exports = function getPolyfill() { + if (!String.prototype.trimRight) { + return implementation; + } + var zeroWidthSpace = '\u200b'; + if (zeroWidthSpace.trimRight() !== zeroWidthSpace) { + return implementation; + } + return String.prototype.trimRight; +}; diff --git a/2019-setembro/node_modules/string.prototype.trimright/shim.js b/2019-setembro/node_modules/string.prototype.trimright/shim.js new file mode 100644 index 0000000..e073afe --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/shim.js @@ -0,0 +1,14 @@ +'use strict'; + +var define = require('define-properties'); +var getPolyfill = require('./polyfill'); + +module.exports = function shimTrimRight() { + var polyfill = getPolyfill(); + define( + String.prototype, + { trimRight: polyfill }, + { trimRight: function () { return String.prototype.trimRight !== polyfill; } } + ); + return polyfill; +}; diff --git a/2019-setembro/node_modules/string.prototype.trimright/test/index.js b/2019-setembro/node_modules/string.prototype.trimright/test/index.js new file mode 100644 index 0000000..77aa50d --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/test/index.js @@ -0,0 +1,17 @@ +'use strict'; + +var trimRight = require('../'); +var test = require('tape'); +var runTests = require('./tests'); + +test('as a function', function (t) { + t.test('bad array/this value', function (st) { + st.throws(function () { trimRight(undefined, 'a'); }, TypeError, 'undefined is not an object'); + st.throws(function () { trimRight(null, 'a'); }, TypeError, 'null is not an object'); + st.end(); + }); + + runTests(trimRight, t); + + t.end(); +}); diff --git a/2019-setembro/node_modules/string.prototype.trimright/test/shimmed.js b/2019-setembro/node_modules/string.prototype.trimright/test/shimmed.js new file mode 100644 index 0000000..8205206 --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/test/shimmed.js @@ -0,0 +1,37 @@ +'use strict'; + +var trimRight = require('../'); +trimRight.shim(); + +var runTests = require('./tests'); + +var test = require('tape'); +var defineProperties = require('define-properties'); +var bind = require('function-bind'); +var isEnumerable = Object.prototype.propertyIsEnumerable; +var functionsHaveNames = function f() {}.name === 'f'; + +test('shimmed', function (t) { + t.equal(String.prototype.trimRight.length, 0, 'String#trimRight has a length of 0'); + t.test('Function name', { skip: !functionsHaveNames }, function (st) { + st.equal(String.prototype.trimRight.name, 'trimRight', 'String#trimRight has name "trimRight"'); + st.end(); + }); + + t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { + et.equal(false, isEnumerable.call(String.prototype, 'trimRight'), 'String#trimRight is not enumerable'); + et.end(); + }); + + var supportsStrictMode = (function () { return typeof this === 'undefined'; }()); + + t.test('bad string/this value', { skip: !supportsStrictMode }, function (st) { + st.throws(function () { return trimRight(undefined, 'a'); }, TypeError, 'undefined is not an object'); + st.throws(function () { return trimRight(null, 'a'); }, TypeError, 'null is not an object'); + st.end(); + }); + + runTests(bind.call(Function.call, String.prototype.trimRight), t); + + t.end(); +}); diff --git a/2019-setembro/node_modules/string.prototype.trimright/test/tests.js b/2019-setembro/node_modules/string.prototype.trimright/test/tests.js new file mode 100644 index 0000000..c40ec4f --- /dev/null +++ b/2019-setembro/node_modules/string.prototype.trimright/test/tests.js @@ -0,0 +1,19 @@ +'use strict'; + +module.exports = function (trimRight, t) { + t.test('normal cases', function (st) { + st.equal(trimRight(' \t\na \t\n'), ' \t\na', 'strips whitespace off the left side'); + st.equal(trimRight('a'), 'a', 'noop when no whitespace'); + + var allWhitespaceChars = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; + st.equal(trimRight(allWhitespaceChars + 'a' + allWhitespaceChars), allWhitespaceChars + 'a', 'all expected whitespace chars are trimmed'); + + st.end(); + }); + + t.test('zero-width spaces', function (st) { + var zeroWidth = '\u200b'; + st.equal(trimRight(zeroWidth), zeroWidth, 'zero width space does not trim'); + st.end(); + }); +}; diff --git a/2019-setembro/node_modules/string_decoder/.travis.yml b/2019-setembro/node_modules/string_decoder/.travis.yml new file mode 100644 index 0000000..3347a72 --- /dev/null +++ b/2019-setembro/node_modules/string_decoder/.travis.yml @@ -0,0 +1,50 @@ +sudo: false +language: node_js +before_install: + - npm install -g npm@2 + - test $NPM_LEGACY && npm install -g npm@latest-3 || npm install npm -g +notifications: + email: false +matrix: + fast_finish: true + include: + - node_js: '0.8' + env: + - TASK=test + - NPM_LEGACY=true + - node_js: '0.10' + env: + - TASK=test + - NPM_LEGACY=true + - node_js: '0.11' + env: + - TASK=test + - NPM_LEGACY=true + - node_js: '0.12' + env: + - TASK=test + - NPM_LEGACY=true + - node_js: 1 + env: + - TASK=test + - NPM_LEGACY=true + - node_js: 2 + env: + - TASK=test + - NPM_LEGACY=true + - node_js: 3 + env: + - TASK=test + - NPM_LEGACY=true + - node_js: 4 + env: TASK=test + - node_js: 5 + env: TASK=test + - node_js: 6 + env: TASK=test + - node_js: 7 + env: TASK=test + - node_js: 8 + env: TASK=test + - node_js: 9 + env: TASK=test diff --git a/2019-setembro/node_modules/string_decoder/LICENSE b/2019-setembro/node_modules/string_decoder/LICENSE new file mode 100644 index 0000000..778edb2 --- /dev/null +++ b/2019-setembro/node_modules/string_decoder/LICENSE @@ -0,0 +1,48 @@ +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + diff --git a/2019-setembro/node_modules/string_decoder/README.md b/2019-setembro/node_modules/string_decoder/README.md new file mode 100644 index 0000000..5fd5831 --- /dev/null +++ b/2019-setembro/node_modules/string_decoder/README.md @@ -0,0 +1,47 @@ +# string_decoder + +***Node-core v8.9.4 string_decoder for userland*** + + +[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/) +[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/) + + +```bash +npm install --save string_decoder +``` + +***Node-core string_decoder for userland*** + +This package is a mirror of the string_decoder implementation in Node-core. + +Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). + +As of version 1.0.0 **string_decoder** uses semantic versioning. + +## Previous versions + +Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10. + +## Update + +The *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version. + +## Streams Working Group + +`string_decoder` is maintained by the Streams Working Group, which +oversees the development and maintenance of the Streams API within +Node.js. The responsibilities of the Streams Working Group include: + +* Addressing stream issues on the Node.js issue tracker. +* Authoring and editing stream documentation within the Node.js project. +* Reviewing changes to stream subclasses within the Node.js project. +* Redirecting changes to streams from the Node.js project to this + project. +* Assisting in the implementation of stream providers within Node.js. +* Recommending versions of `readable-stream` to be included in Node.js. +* Messaging about the future of streams to give the community advance + notice of changes. + +See [readable-stream](https://github.com/nodejs/readable-stream) for +more details. diff --git a/2019-setembro/node_modules/string_decoder/lib/string_decoder.js b/2019-setembro/node_modules/string_decoder/lib/string_decoder.js new file mode 100644 index 0000000..2e89e63 --- /dev/null +++ b/2019-setembro/node_modules/string_decoder/lib/string_decoder.js @@ -0,0 +1,296 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict'; + +/**/ + +var Buffer = require('safe-buffer').Buffer; +/**/ + +var isEncoding = Buffer.isEncoding || function (encoding) { + encoding = '' + encoding; + switch (encoding && encoding.toLowerCase()) { + case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw': + return true; + default: + return false; + } +}; + +function _normalizeEncoding(enc) { + if (!enc) return 'utf8'; + var retried; + while (true) { + switch (enc) { + case 'utf8': + case 'utf-8': + return 'utf8'; + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return 'utf16le'; + case 'latin1': + case 'binary': + return 'latin1'; + case 'base64': + case 'ascii': + case 'hex': + return enc; + default: + if (retried) return; // undefined + enc = ('' + enc).toLowerCase(); + retried = true; + } + } +}; + +// Do not cache `Buffer.isEncoding` when checking encoding names as some +// modules monkey-patch it to support additional encodings +function normalizeEncoding(enc) { + var nenc = _normalizeEncoding(enc); + if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc); + return nenc || enc; +} + +// StringDecoder provides an interface for efficiently splitting a series of +// buffers into a series of JS strings without breaking apart multi-byte +// characters. +exports.StringDecoder = StringDecoder; +function StringDecoder(encoding) { + this.encoding = normalizeEncoding(encoding); + var nb; + switch (this.encoding) { + case 'utf16le': + this.text = utf16Text; + this.end = utf16End; + nb = 4; + break; + case 'utf8': + this.fillLast = utf8FillLast; + nb = 4; + break; + case 'base64': + this.text = base64Text; + this.end = base64End; + nb = 3; + break; + default: + this.write = simpleWrite; + this.end = simpleEnd; + return; + } + this.lastNeed = 0; + this.lastTotal = 0; + this.lastChar = Buffer.allocUnsafe(nb); +} + +StringDecoder.prototype.write = function (buf) { + if (buf.length === 0) return ''; + var r; + var i; + if (this.lastNeed) { + r = this.fillLast(buf); + if (r === undefined) return ''; + i = this.lastNeed; + this.lastNeed = 0; + } else { + i = 0; + } + if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i); + return r || ''; +}; + +StringDecoder.prototype.end = utf8End; + +// Returns only complete characters in a Buffer +StringDecoder.prototype.text = utf8Text; + +// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer +StringDecoder.prototype.fillLast = function (buf) { + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); + this.lastNeed -= buf.length; +}; + +// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a +// continuation byte. If an invalid byte is detected, -2 is returned. +function utf8CheckByte(byte) { + if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4; + return byte >> 6 === 0x02 ? -1 : -2; +} + +// Checks at most 3 bytes at the end of a Buffer in order to detect an +// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4) +// needed to complete the UTF-8 character (if applicable) are returned. +function utf8CheckIncomplete(self, buf, i) { + var j = buf.length - 1; + if (j < i) return 0; + var nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 1; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 2; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) { + if (nb === 2) nb = 0;else self.lastNeed = nb - 3; + } + return nb; + } + return 0; +} + +// Validates as many continuation bytes for a multi-byte UTF-8 character as +// needed or are available. If we see a non-continuation byte where we expect +// one, we "replace" the validated continuation bytes we've seen so far with +// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding +// behavior. The continuation byte check is included three times in the case +// where all of the continuation bytes for a character exist in the same buffer. +// It is also done this way as a slight performance increase instead of using a +// loop. +function utf8CheckExtraBytes(self, buf, p) { + if ((buf[0] & 0xC0) !== 0x80) { + self.lastNeed = 0; + return '\ufffd'; + } + if (self.lastNeed > 1 && buf.length > 1) { + if ((buf[1] & 0xC0) !== 0x80) { + self.lastNeed = 1; + return '\ufffd'; + } + if (self.lastNeed > 2 && buf.length > 2) { + if ((buf[2] & 0xC0) !== 0x80) { + self.lastNeed = 2; + return '\ufffd'; + } + } + } +} + +// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer. +function utf8FillLast(buf) { + var p = this.lastTotal - this.lastNeed; + var r = utf8CheckExtraBytes(this, buf, p); + if (r !== undefined) return r; + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, p, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, p, 0, buf.length); + this.lastNeed -= buf.length; +} + +// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a +// partial character, the character's bytes are buffered until the required +// number of bytes are available. +function utf8Text(buf, i) { + var total = utf8CheckIncomplete(this, buf, i); + if (!this.lastNeed) return buf.toString('utf8', i); + this.lastTotal = total; + var end = buf.length - (total - this.lastNeed); + buf.copy(this.lastChar, 0, end); + return buf.toString('utf8', i, end); +} + +// For UTF-8, a replacement character is added when ending on a partial +// character. +function utf8End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + '\ufffd'; + return r; +} + +// UTF-16LE typically needs two bytes per character, but even if we have an even +// number of bytes available, we need to check if we end on a leading/high +// surrogate. In that case, we need to wait for the next two bytes in order to +// decode the last character properly. +function utf16Text(buf, i) { + if ((buf.length - i) % 2 === 0) { + var r = buf.toString('utf16le', i); + if (r) { + var c = r.charCodeAt(r.length - 1); + if (c >= 0xD800 && c <= 0xDBFF) { + this.lastNeed = 2; + this.lastTotal = 4; + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + return r.slice(0, -1); + } + } + return r; + } + this.lastNeed = 1; + this.lastTotal = 2; + this.lastChar[0] = buf[buf.length - 1]; + return buf.toString('utf16le', i, buf.length - 1); +} + +// For UTF-16LE we do not explicitly append special replacement characters if we +// end on a partial character, we simply let v8 handle that. +function utf16End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) { + var end = this.lastTotal - this.lastNeed; + return r + this.lastChar.toString('utf16le', 0, end); + } + return r; +} + +function base64Text(buf, i) { + var n = (buf.length - i) % 3; + if (n === 0) return buf.toString('base64', i); + this.lastNeed = 3 - n; + this.lastTotal = 3; + if (n === 1) { + this.lastChar[0] = buf[buf.length - 1]; + } else { + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + } + return buf.toString('base64', i, buf.length - n); +} + +function base64End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed); + return r; +} + +// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex) +function simpleWrite(buf) { + return buf.toString(this.encoding); +} + +function simpleEnd(buf) { + return buf && buf.length ? this.write(buf) : ''; +} \ No newline at end of file diff --git a/2019-setembro/node_modules/string_decoder/package.json b/2019-setembro/node_modules/string_decoder/package.json new file mode 100644 index 0000000..518c3eb --- /dev/null +++ b/2019-setembro/node_modules/string_decoder/package.json @@ -0,0 +1,31 @@ +{ + "name": "string_decoder", + "version": "1.1.1", + "description": "The string_decoder module from Node core", + "main": "lib/string_decoder.js", + "dependencies": { + "safe-buffer": "~5.1.0" + }, + "devDependencies": { + "babel-polyfill": "^6.23.0", + "core-util-is": "^1.0.2", + "inherits": "^2.0.3", + "tap": "~0.4.8" + }, + "scripts": { + "test": "tap test/parallel/*.js && node test/verify-dependencies", + "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/nodejs/string_decoder.git" + }, + "homepage": "https://github.com/nodejs/string_decoder", + "keywords": [ + "string", + "decoder", + "browser", + "browserify" + ], + "license": "MIT" +} diff --git a/2019-setembro/node_modules/strip-bom/index.js b/2019-setembro/node_modules/strip-bom/index.js new file mode 100644 index 0000000..b00feb9 --- /dev/null +++ b/2019-setembro/node_modules/strip-bom/index.js @@ -0,0 +1,14 @@ +'use strict'; +module.exports = x => { + if (typeof x !== 'string') { + throw new TypeError('Expected a string, got ' + typeof x); + } + + // Catches EFBBBF (UTF-8 BOM) because the buffer-to-string + // conversion translates it to FEFF (UTF-16 BOM) + if (x.charCodeAt(0) === 0xFEFF) { + return x.slice(1); + } + + return x; +}; diff --git a/2019-setembro/node_modules/strip-bom/license b/2019-setembro/node_modules/strip-bom/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/2019-setembro/node_modules/strip-bom/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/strip-bom/package.json b/2019-setembro/node_modules/strip-bom/package.json new file mode 100644 index 0000000..10f8fdd --- /dev/null +++ b/2019-setembro/node_modules/strip-bom/package.json @@ -0,0 +1,40 @@ +{ + "name": "strip-bom", + "version": "3.0.0", + "description": "Strip UTF-8 byte order mark (BOM) from a string", + "license": "MIT", + "repository": "sindresorhus/strip-bom", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "strip", + "bom", + "byte", + "order", + "mark", + "unicode", + "utf8", + "utf-8", + "remove", + "delete", + "trim", + "text", + "string" + ], + "devDependencies": { + "ava": "*", + "xo": "*" + } +} diff --git a/2019-setembro/node_modules/strip-bom/readme.md b/2019-setembro/node_modules/strip-bom/readme.md new file mode 100644 index 0000000..812a980 --- /dev/null +++ b/2019-setembro/node_modules/strip-bom/readme.md @@ -0,0 +1,36 @@ +# strip-bom [![Build Status](https://travis-ci.org/sindresorhus/strip-bom.svg?branch=master)](https://travis-ci.org/sindresorhus/strip-bom) + +> Strip UTF-8 [byte order mark](http://en.wikipedia.org/wiki/Byte_order_mark#UTF-8) (BOM) from a string + +From Wikipedia: + +> The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8. + + +## Install + +``` +$ npm install --save strip-bom +``` + + +## Usage + +```js +const stripBom = require('strip-bom'); + +stripBom('\uFEFFunicorn'); +//=> 'unicorn' +``` + + +## Related + +- [strip-bom-cli](https://github.com/sindresorhus/strip-bom-cli) - CLI for this module +- [strip-bom-buf](https://github.com/sindresorhus/strip-bom-buf) - Buffer version of this module +- [strip-bom-stream](https://github.com/sindresorhus/strip-bom-stream) - Stream version of this module + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/2019-setembro/node_modules/supports-color/browser.js b/2019-setembro/node_modules/supports-color/browser.js new file mode 100644 index 0000000..62afa3a --- /dev/null +++ b/2019-setembro/node_modules/supports-color/browser.js @@ -0,0 +1,5 @@ +'use strict'; +module.exports = { + stdout: false, + stderr: false +}; diff --git a/2019-setembro/node_modules/supports-color/index.js b/2019-setembro/node_modules/supports-color/index.js new file mode 100644 index 0000000..1704131 --- /dev/null +++ b/2019-setembro/node_modules/supports-color/index.js @@ -0,0 +1,131 @@ +'use strict'; +const os = require('os'); +const hasFlag = require('has-flag'); + +const env = process.env; + +let forceColor; +if (hasFlag('no-color') || + hasFlag('no-colors') || + hasFlag('color=false')) { + forceColor = false; +} else if (hasFlag('color') || + hasFlag('colors') || + hasFlag('color=true') || + hasFlag('color=always')) { + forceColor = true; +} +if ('FORCE_COLOR' in env) { + forceColor = env.FORCE_COLOR.length === 0 || parseInt(env.FORCE_COLOR, 10) !== 0; +} + +function translateLevel(level) { + if (level === 0) { + return false; + } + + return { + level, + hasBasic: true, + has256: level >= 2, + has16m: level >= 3 + }; +} + +function supportsColor(stream) { + if (forceColor === false) { + return 0; + } + + if (hasFlag('color=16m') || + hasFlag('color=full') || + hasFlag('color=truecolor')) { + return 3; + } + + if (hasFlag('color=256')) { + return 2; + } + + if (stream && !stream.isTTY && forceColor !== true) { + return 0; + } + + const min = forceColor ? 1 : 0; + + if (process.platform === 'win32') { + // Node.js 7.5.0 is the first version of Node.js to include a patch to + // libuv that enables 256 color output on Windows. Anything earlier and it + // won't work. However, here we target Node.js 8 at minimum as it is an LTS + // release, and Node.js 7 is not. Windows 10 build 10586 is the first Windows + // release that supports 256 colors. Windows 10 build 14931 is the first release + // that supports 16m/TrueColor. + const osRelease = os.release().split('.'); + if ( + Number(process.versions.node.split('.')[0]) >= 8 && + Number(osRelease[0]) >= 10 && + Number(osRelease[2]) >= 10586 + ) { + return Number(osRelease[2]) >= 14931 ? 3 : 2; + } + + return 1; + } + + if ('CI' in env) { + if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env) || env.CI_NAME === 'codeship') { + return 1; + } + + return min; + } + + if ('TEAMCITY_VERSION' in env) { + return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; + } + + if (env.COLORTERM === 'truecolor') { + return 3; + } + + if ('TERM_PROGRAM' in env) { + const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); + + switch (env.TERM_PROGRAM) { + case 'iTerm.app': + return version >= 3 ? 3 : 2; + case 'Apple_Terminal': + return 2; + // No default + } + } + + if (/-256(color)?$/i.test(env.TERM)) { + return 2; + } + + if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { + return 1; + } + + if ('COLORTERM' in env) { + return 1; + } + + if (env.TERM === 'dumb') { + return min; + } + + return min; +} + +function getSupportLevel(stream) { + const level = supportsColor(stream); + return translateLevel(level); +} + +module.exports = { + supportsColor: getSupportLevel, + stdout: getSupportLevel(process.stdout), + stderr: getSupportLevel(process.stderr) +}; diff --git a/2019-setembro/node_modules/supports-color/license b/2019-setembro/node_modules/supports-color/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/2019-setembro/node_modules/supports-color/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/supports-color/package.json b/2019-setembro/node_modules/supports-color/package.json new file mode 100644 index 0000000..ad199f5 --- /dev/null +++ b/2019-setembro/node_modules/supports-color/package.json @@ -0,0 +1,53 @@ +{ + "name": "supports-color", + "version": "5.5.0", + "description": "Detect whether a terminal supports color", + "license": "MIT", + "repository": "chalk/supports-color", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js", + "browser.js" + ], + "keywords": [ + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "ansi", + "styles", + "tty", + "rgb", + "256", + "shell", + "xterm", + "command-line", + "support", + "supports", + "capability", + "detect", + "truecolor", + "16m" + ], + "dependencies": { + "has-flag": "^3.0.0" + }, + "devDependencies": { + "ava": "^0.25.0", + "import-fresh": "^2.0.0", + "xo": "^0.20.0" + }, + "browser": "browser.js" +} diff --git a/2019-setembro/node_modules/supports-color/readme.md b/2019-setembro/node_modules/supports-color/readme.md new file mode 100644 index 0000000..f6e4019 --- /dev/null +++ b/2019-setembro/node_modules/supports-color/readme.md @@ -0,0 +1,66 @@ +# supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](https://travis-ci.org/chalk/supports-color) + +> Detect whether a terminal supports color + + +## Install + +``` +$ npm install supports-color +``` + + +## Usage + +```js +const supportsColor = require('supports-color'); + +if (supportsColor.stdout) { + console.log('Terminal stdout supports color'); +} + +if (supportsColor.stdout.has256) { + console.log('Terminal stdout supports 256 colors'); +} + +if (supportsColor.stderr.has16m) { + console.log('Terminal stderr supports 16 million colors (truecolor)'); +} +``` + + +## API + +Returns an `Object` with a `stdout` and `stderr` property for testing either streams. Each property is an `Object`, or `false` if color is not supported. + +The `stdout`/`stderr` objects specifies a level of support for color through a `.level` property and a corresponding flag: + +- `.level = 1` and `.hasBasic = true`: Basic color support (16 colors) +- `.level = 2` and `.has256 = true`: 256 color support +- `.level = 3` and `.has16m = true`: Truecolor support (16 million colors) + + +## Info + +It obeys the `--color` and `--no-color` CLI flags. + +Can be overridden by the user with the flags `--color` and `--no-color`. For situations where using `--color` is not possible, add the environment variable `FORCE_COLOR=1` to forcefully enable color or `FORCE_COLOR=0` to forcefully disable. The use of `FORCE_COLOR` overrides all other color support checks. + +Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=16m` flags, respectively. + + +## Related + +- [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module +- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right + + +## Maintainers + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Josh Junon](https://github.com/qix-) + + +## License + +MIT diff --git a/2019-setembro/node_modules/svelte/CHANGELOG.md b/2019-setembro/node_modules/svelte/CHANGELOG.md new file mode 100644 index 0000000..1b26b26 --- /dev/null +++ b/2019-setembro/node_modules/svelte/CHANGELOG.md @@ -0,0 +1,1683 @@ +# Svelte changelog + +## 3.12.0 + +* Fire events on `document` in development to facilitate dev tooling ([#3005](https://github.com/sveltejs/svelte/pull/3005)]) + +## 3.11.0 + +* `$capture_state` and `$inject_state` HMR hooks in dev mode ([#3148](https://github.com/sveltejs/svelte/pull/3148)) +* Allow unclosed tags inside if/each/etc blocks ([#2807](https://github.com/sveltejs/svelte/issues/2807)) +* Invalidate unreferenced store values inside `'` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349)) +* Allow reference to whitelisted globals without properties ([#333](https://github.com/sveltejs/svelte/pull/333)) +* Don't remove ` ` incorrectly ([#348](https://github.com/sveltejs/svelte/issues/348)) +* `let` -> `var` in `addCss` block ([#351](https://github.com/sveltejs/svelte/pull/351)) + +## 1.10.2 + +* Accept any case for doctype declarations ([#336](https://github.com/sveltejs/svelte/issues/336)) +* Allow non-top-level `'; + function get_context(parser, attributes, start) { + const context = attributes.find(attribute => attribute.name === 'context'); + if (!context) + return 'default'; + if (context.value.length !== 1 || context.value[0].type !== 'Text') { + parser.error({ + code: 'invalid-script', + message: `context attribute must be static` + }, start); + } + const value = context.value[0].data; + if (value !== 'module') { + parser.error({ + code: `invalid-script`, + message: `If the context attribute is supplied, its value must be "module"` + }, context.start); + } + return value; + } + function read_script(parser, start, attributes) { + const script_start = parser.index; + const script_end = parser.template.indexOf(script_closing_tag, script_start); + if (script_end === -1) + parser.error({ + code: `unclosed-script`, + message: `', true); + element.end = parser.index; + } + else if (name === 'style') { + // special case + const start = parser.index; + const data = parser.read_until(/<\/style>/); + const end = parser.index; + element.children.push({ start, end, type: 'Text', data }); + parser.eat('', true); + } + else { + parser.stack.push(element); + } + } + function read_tag_name(parser) { + const start = parser.index; + if (parser.read(SELF)) { + // check we're inside a block, otherwise this + // will cause infinite recursion + let i = parser.stack.length; + let legal = false; + while (i--) { + const fragment = parser.stack[i]; + if (fragment.type === 'IfBlock' || fragment.type === 'EachBlock') { + legal = true; + break; + } + } + if (!legal) { + parser.error({ + code: `invalid-self-placement`, + message: ` components can only exist inside if-blocks or each-blocks` + }, start); + } + return 'svelte:self'; + } + if (parser.read(COMPONENT)) + return 'svelte:component'; + const name = parser.read_until(/(\s|\/|>)/); + if (meta_tags.has(name)) + return name; + if (name.startsWith('svelte:')) { + const match = fuzzymatch(name.slice(7), valid_meta_tags); + let message = `Valid tag names are ${list$1(valid_meta_tags)}`; + if (match) + message += ` (did you mean '${match}'?)`; + parser.error({ + code: 'invalid-tag-name', + message + }, start); + } + if (!valid_tag_name.test(name)) { + parser.error({ + code: `invalid-tag-name`, + message: `Expected valid tag name` + }, start); + } + return name; + } + function read_attribute(parser, unique_names) { + const start = parser.index; + if (parser.eat('{')) { + parser.allow_whitespace(); + if (parser.eat('...')) { + const expression = read_expression(parser); + parser.allow_whitespace(); + parser.eat('}', true); + return { + start, + end: parser.index, + type: 'Spread', + expression + }; + } + else { + const value_start = parser.index; + const name = parser.read_identifier(); + parser.allow_whitespace(); + parser.eat('}', true); + return { + start, + end: parser.index, + type: 'Attribute', + name, + value: [{ + start: value_start, + end: value_start + name.length, + type: 'AttributeShorthand', + expression: { + start: value_start, + end: value_start + name.length, + type: 'Identifier', + name + } + }] + }; + } + } + // eslint-disable-next-line no-useless-escape + const name = parser.read_until(/[\s=\/>"']/); + if (!name) + return null; + let end = parser.index; + parser.allow_whitespace(); + const colon_index = name.indexOf(':'); + const type = colon_index !== -1 && get_directive_type(name.slice(0, colon_index)); + if (unique_names.has(name)) { + parser.error({ + code: `duplicate-attribute`, + message: 'Attributes need to be unique' + }, start); + } + if (type !== "EventHandler") { + unique_names.add(name); + } + let value = true; + if (parser.eat('=')) { + parser.allow_whitespace(); + value = read_attribute_value(parser); + end = parser.index; + } + else if (parser.match_regex(/["']/)) { + parser.error({ + code: `unexpected-token`, + message: `Expected =` + }, parser.index); + } + if (type) { + const [directive_name, ...modifiers] = name.slice(colon_index + 1).split('|'); + if (type === 'Ref') { + parser.error({ + code: `invalid-ref-directive`, + message: `The ref directive is no longer supported — use \`bind:this={${directive_name}}\` instead` + }, start); + } + if (value[0]) { + if (value.length > 1 || value[0].type === 'Text') { + parser.error({ + code: `invalid-directive-value`, + message: `Directive value must be a JavaScript expression enclosed in curly braces` + }, value[0].start); + } + } + const directive = { + start, + end, + type, + name: directive_name, + modifiers, + expression: (value[0] && value[0].expression) || null + }; + if (type === 'Transition') { + const direction = name.slice(0, colon_index); + directive.intro = direction === 'in' || direction === 'transition'; + directive.outro = direction === 'out' || direction === 'transition'; + } + if (!directive.expression && (type === 'Binding' || type === 'Class')) { + directive.expression = { + start: directive.start + colon_index + 1, + end: directive.end, + type: 'Identifier', + name: directive.name + }; + } + return directive; + } + return { + start, + end, + type: 'Attribute', + name, + value, + }; + } + function get_directive_type(name) { + if (name === 'use') + return 'Action'; + if (name === 'animate') + return 'Animation'; + if (name === 'bind') + return 'Binding'; + if (name === 'class') + return 'Class'; + if (name === 'on') + return 'EventHandler'; + if (name === 'let') + return 'Let'; + if (name === 'ref') + return 'Ref'; + if (name === 'in' || name === 'out' || name === 'transition') + return 'Transition'; + } + function read_attribute_value(parser) { + const quote_mark = parser.eat(`'`) ? `'` : parser.eat(`"`) ? `"` : null; + const regex = (quote_mark === `'` ? /'/ : + quote_mark === `"` ? /"/ : + /(\/>|[\s"'=<>`])/); + const value = read_sequence(parser, () => !!parser.match_regex(regex)); + if (quote_mark) + parser.index += 1; + return value; + } + function read_sequence(parser, done) { + let current_chunk = { + start: parser.index, + end: null, + type: 'Text', + raw: '', + data: null + }; + function flush() { + if (current_chunk.raw) { + current_chunk.data = decode_character_references(current_chunk.raw); + current_chunk.end = parser.index; + chunks.push(current_chunk); + } + } + const chunks = []; + while (parser.index < parser.template.length) { + const index = parser.index; + if (done()) { + flush(); + return chunks; + } + else if (parser.eat('{')) { + flush(); + parser.allow_whitespace(); + const expression = read_expression(parser); + parser.allow_whitespace(); + parser.eat('}', true); + chunks.push({ + start: index, + end: parser.index, + type: 'MustacheTag', + expression, + }); + current_chunk = { + start: parser.index, + end: null, + type: 'Text', + raw: '', + data: null + }; + } + else { + current_chunk.raw += parser.template[parser.index++]; + } + } + parser.error({ + code: `unexpected-eof`, + message: `Unexpected end of input` + }); + } + + function error_on_assignment_pattern(parser) { + if (parser.eat('=')) { + parser.error({ + code: 'invalid-assignment-pattern', + message: 'Assignment patterns are not supported' + }, parser.index - 1); + } + } + function error_on_rest_pattern_not_last(parser) { + parser.error({ + code: 'rest-pattern-not-last', + message: 'Rest destructuring expected to be last' + }, parser.index); + } + function read_context(parser) { + const context = { + start: parser.index, + end: null, + type: null + }; + if (parser.eat('[')) { + context.type = 'ArrayPattern'; + context.elements = []; + do { + parser.allow_whitespace(); + const lastContext = context.elements[context.elements.length - 1]; + if (lastContext && lastContext.type === 'RestIdentifier') { + error_on_rest_pattern_not_last(parser); + } + if (parser.template[parser.index] === ',') { + context.elements.push(null); + } + else { + context.elements.push(read_context(parser)); + parser.allow_whitespace(); + } + } while (parser.eat(',')); + error_on_assignment_pattern(parser); + parser.eat(']', true); + context.end = parser.index; + } + else if (parser.eat('{')) { + context.type = 'ObjectPattern'; + context.properties = []; + do { + parser.allow_whitespace(); + if (parser.eat('...')) { + parser.allow_whitespace(); + const start = parser.index; + const name = parser.read_identifier(); + const key = { + start, + end: parser.index, + type: 'Identifier', + name + }; + const property = { + start, + end: parser.index, + type: 'Property', + kind: 'rest', + shorthand: true, + key, + value: key + }; + context.properties.push(property); + parser.allow_whitespace(); + if (parser.eat(',')) { + parser.error({ + code: `comma-after-rest`, + message: `Comma is not permitted after the rest element` + }, parser.index - 1); + } + break; + } + const start = parser.index; + const name = parser.read_identifier(); + const key = { + start, + end: parser.index, + type: 'Identifier', + name + }; + parser.allow_whitespace(); + const value = parser.eat(':') + ? (parser.allow_whitespace(), read_context(parser)) + : key; + const property = { + start, + end: value.end, + type: 'Property', + kind: 'init', + shorthand: value.type === 'Identifier' && value.name === name, + key, + value + }; + context.properties.push(property); + parser.allow_whitespace(); + } while (parser.eat(',')); + error_on_assignment_pattern(parser); + parser.eat('}', true); + context.end = parser.index; + } + else if (parser.eat('...')) { + const name = parser.read_identifier(); + if (name) { + context.type = 'RestIdentifier'; + context.end = parser.index; + context.name = name; + } + else { + parser.error({ + code: 'invalid-context', + message: 'Expected a rest pattern' + }); + } + } + else { + const name = parser.read_identifier(); + if (name) { + context.type = 'Identifier'; + context.end = parser.index; + context.name = name; + } + else { + parser.error({ + code: 'invalid-context', + message: 'Expected a name, array pattern or object pattern' + }); + } + error_on_assignment_pattern(parser); + } + return context; + } + + const whitespace = /[ \t\r\n]/; + const dimensions = /^(?:offset|client)(?:Width|Height)$/; + + function trim_start(str) { + let i = 0; + while (whitespace.test(str[i])) + i += 1; + return str.slice(i); + } + function trim_end(str) { + let i = str.length; + while (whitespace.test(str[i - 1])) + i -= 1; + return str.slice(0, i); + } + + function trim_whitespace(block, trim_before, trim_after) { + if (!block.children || block.children.length === 0) + return; // AwaitBlock + const first_child = block.children[0]; + const last_child = block.children[block.children.length - 1]; + if (first_child.type === 'Text' && trim_before) { + first_child.data = trim_start(first_child.data); + if (!first_child.data) + block.children.shift(); + } + if (last_child.type === 'Text' && trim_after) { + last_child.data = trim_end(last_child.data); + if (!last_child.data) + block.children.pop(); + } + if (block.else) { + trim_whitespace(block.else, trim_before, trim_after); + } + if (first_child.elseif) { + trim_whitespace(first_child, trim_before, trim_after); + } + } + function mustache(parser) { + const start = parser.index; + parser.index += 1; + parser.allow_whitespace(); + // {/if}, {/each} or {/await} + if (parser.eat('/')) { + let block = parser.current(); + let expected; + if (closing_tag_omitted(block.name)) { + block.end = start; + parser.stack.pop(); + block = parser.current(); + } + if (block.type === 'ElseBlock' || block.type === 'PendingBlock' || block.type === 'ThenBlock' || block.type === 'CatchBlock') { + block.end = start; + parser.stack.pop(); + block = parser.current(); + expected = 'await'; + } + if (block.type === 'IfBlock') { + expected = 'if'; + } + else if (block.type === 'EachBlock') { + expected = 'each'; + } + else if (block.type === 'AwaitBlock') { + expected = 'await'; + } + else { + parser.error({ + code: `unexpected-block-close`, + message: `Unexpected block closing tag` + }); + } + parser.eat(expected, true); + parser.allow_whitespace(); + parser.eat('}', true); + while (block.elseif) { + block.end = parser.index; + parser.stack.pop(); + block = parser.current(); + if (block.else) { + block.else.end = start; + } + } + // strip leading/trailing whitespace as necessary + const char_before = parser.template[block.start - 1]; + const char_after = parser.template[parser.index]; + const trim_before = !char_before || whitespace.test(char_before); + const trim_after = !char_after || whitespace.test(char_after); + trim_whitespace(block, trim_before, trim_after); + block.end = parser.index; + parser.stack.pop(); + } + else if (parser.eat(':else')) { + if (parser.eat('if')) { + parser.error({ + code: 'invalid-elseif', + message: `'elseif' should be 'else if'` + }); + } + parser.allow_whitespace(); + // :else if + if (parser.eat('if')) { + const block = parser.current(); + if (block.type !== 'IfBlock') + parser.error({ + code: `invalid-elseif-placement`, + message: 'Cannot have an {:else if ...} block outside an {#if ...} block' + }); + parser.require_whitespace(); + const expression = read_expression(parser); + parser.allow_whitespace(); + parser.eat('}', true); + block.else = { + start: parser.index, + end: null, + type: 'ElseBlock', + children: [ + { + start: parser.index, + end: null, + type: 'IfBlock', + elseif: true, + expression, + children: [], + }, + ], + }; + parser.stack.push(block.else.children[0]); + } + // :else + else { + const block = parser.current(); + if (block.type !== 'IfBlock' && block.type !== 'EachBlock') { + parser.error({ + code: `invalid-else-placement`, + message: 'Cannot have an {:else} block outside an {#if ...} or {#each ...} block' + }); + } + parser.allow_whitespace(); + parser.eat('}', true); + block.else = { + start: parser.index, + end: null, + type: 'ElseBlock', + children: [], + }; + parser.stack.push(block.else); + } + } + else if (parser.eat(':then')) { + // TODO DRY out this and the next section + const pending_block = parser.current(); + if (pending_block.type === 'PendingBlock') { + pending_block.end = start; + parser.stack.pop(); + const await_block = parser.current(); + if (!parser.eat('}')) { + parser.require_whitespace(); + await_block.value = parser.read_identifier(); + parser.allow_whitespace(); + parser.eat('}', true); + } + const then_block = { + start, + end: null, + type: 'ThenBlock', + children: [], + skip: false + }; + await_block.then = then_block; + parser.stack.push(then_block); + } + } + else if (parser.eat(':catch')) { + const then_block = parser.current(); + if (then_block.type === 'ThenBlock') { + then_block.end = start; + parser.stack.pop(); + const await_block = parser.current(); + if (!parser.eat('}')) { + parser.require_whitespace(); + await_block.error = parser.read_identifier(); + parser.allow_whitespace(); + parser.eat('}', true); + } + const catch_block = { + start, + end: null, + type: 'CatchBlock', + children: [], + skip: false + }; + await_block.catch = catch_block; + parser.stack.push(catch_block); + } + } + else if (parser.eat('#')) { + // {#if foo}, {#each foo} or {#await foo} + let type; + if (parser.eat('if')) { + type = 'IfBlock'; + } + else if (parser.eat('each')) { + type = 'EachBlock'; + } + else if (parser.eat('await')) { + type = 'AwaitBlock'; + } + else { + parser.error({ + code: `expected-block-type`, + message: `Expected if, each or await` + }); + } + parser.require_whitespace(); + const expression = read_expression(parser); + const block = type === 'AwaitBlock' ? + { + start, + end: null, + type, + expression, + value: null, + error: null, + pending: { + start: null, + end: null, + type: 'PendingBlock', + children: [], + skip: true + }, + then: { + start: null, + end: null, + type: 'ThenBlock', + children: [], + skip: true + }, + catch: { + start: null, + end: null, + type: 'CatchBlock', + children: [], + skip: true + }, + } : + { + start, + end: null, + type, + expression, + children: [], + }; + parser.allow_whitespace(); + // {#each} blocks must declare a context – {#each list as item} + if (type === 'EachBlock') { + parser.eat('as', true); + parser.require_whitespace(); + block.context = read_context(parser); + parser.allow_whitespace(); + if (parser.eat(',')) { + parser.allow_whitespace(); + block.index = parser.read_identifier(); + if (!block.index) + parser.error({ + code: `expected-name`, + message: `Expected name` + }); + parser.allow_whitespace(); + } + if (parser.eat('(')) { + parser.allow_whitespace(); + block.key = read_expression(parser); + parser.allow_whitespace(); + parser.eat(')', true); + parser.allow_whitespace(); + } + } + const await_block_shorthand = type === 'AwaitBlock' && parser.eat('then'); + if (await_block_shorthand) { + parser.require_whitespace(); + block.value = parser.read_identifier(); + parser.allow_whitespace(); + } + parser.eat('}', true); + parser.current().children.push(block); + parser.stack.push(block); + if (type === 'AwaitBlock') { + let child_block; + if (await_block_shorthand) { + block.then.skip = false; + child_block = block.then; + } + else { + block.pending.skip = false; + child_block = block.pending; + } + child_block.start = parser.index; + parser.stack.push(child_block); + } + } + else if (parser.eat('@html')) { + // {@html content} tag + parser.require_whitespace(); + const expression = read_expression(parser); + parser.allow_whitespace(); + parser.eat('}', true); + parser.current().children.push({ + start, + end: parser.index, + type: 'RawMustacheTag', + expression, + }); + } + else if (parser.eat('@debug')) { + let identifiers; + // Implies {@debug} which indicates "debug all" + if (parser.read(/\s*}/)) { + identifiers = []; + } + else { + const expression = read_expression(parser); + identifiers = expression.type === 'SequenceExpression' + ? expression.expressions + : [expression]; + identifiers.forEach(node => { + if (node.type !== 'Identifier') { + parser.error({ + code: 'invalid-debug-args', + message: '{@debug ...} arguments must be identifiers, not arbitrary expressions' + }, node.start); + } + }); + parser.allow_whitespace(); + parser.eat('}', true); + } + parser.current().children.push({ + start, + end: parser.index, + type: 'DebugTag', + identifiers + }); + } + else { + const expression = read_expression(parser); + parser.allow_whitespace(); + parser.eat('}', true); + parser.current().children.push({ + start, + end: parser.index, + type: 'MustacheTag', + expression, + }); + } + } + + function text(parser) { + const start = parser.index; + let data = ''; + while (parser.index < parser.template.length && + !parser.match('<') && + !parser.match('{')) { + data += parser.template[parser.index++]; + } + const node = { + start, + end: parser.index, + type: 'Text', + raw: data, + data: decode_character_references(data), + }; + parser.current().children.push(node); + } + + function fragment(parser) { + if (parser.match('<')) { + return tag; + } + if (parser.match('{')) { + return mustache; + } + return text; + } + + function getLocator(source, options) { + if (options === void 0) { options = {}; } + var offsetLine = options.offsetLine || 0; + var offsetColumn = options.offsetColumn || 0; + var originalLines = source.split('\n'); + var start = 0; + var lineRanges = originalLines.map(function (line, i) { + var end = start + line.length + 1; + var range = { start: start, end: end, line: i }; + start = end; + return range; + }); + var i = 0; + function rangeContains(range, index) { + return range.start <= index && index < range.end; + } + function getLocation(range, index) { + return { line: offsetLine + range.line, column: offsetColumn + index - range.start, character: index }; + } + function locate(search, startIndex) { + if (typeof search === 'string') { + search = source.indexOf(search, startIndex || 0); + } + var range = lineRanges[i]; + var d = search >= range.end ? 1 : -1; + while (range) { + if (rangeContains(range, search)) + return getLocation(range, search); + i += d; + range = lineRanges[i]; + } + } + return locate; + } + function locate(source, search, options) { + if (typeof options === 'number') { + throw new Error('locate takes a { startIndex, offsetLine, offsetColumn } object as the third argument'); + } + return getLocator(source, options)(search, options && options.startIndex); + } + + function tabs_to_spaces(str) { + return str.replace(/^\t+/, match => match.split('\t').join(' ')); + } + function get_code_frame(source, line, column) { + const lines = source.split('\n'); + const frame_start = Math.max(0, line - 2); + const frame_end = Math.min(line + 3, lines.length); + const digits = String(frame_end + 1).length; + return lines + .slice(frame_start, frame_end) + .map((str, i) => { + const isErrorLine = frame_start + i === line; + let line_num = String(i + frame_start + 1); + while (line_num.length < digits) + line_num = ` ${line_num}`; + if (isErrorLine) { + const indicator = repeat(' ', digits + 2 + tabs_to_spaces(str.slice(0, column)).length) + '^'; + return `${line_num}: ${tabs_to_spaces(str)}\n${indicator}`; + } + return `${line_num}: ${tabs_to_spaces(str)}`; + }) + .join('\n'); + } + + class CompileError extends Error { + toString() { + return `${this.message} (${this.start.line}:${this.start.column})\n${this.frame}`; + } + } + function error$1(message, props) { + const error = new CompileError(message); + error.name = props.name; + const start = locate(props.source, props.start, { offsetLine: 1 }); + const end = locate(props.source, props.end || props.start, { offsetLine: 1 }); + error.code = props.code; + error.start = start; + error.end = end; + error.pos = props.start; + error.filename = props.filename; + error.frame = get_code_frame(props.source, start.line - 1, start.column); + throw error; + } + + class Parser$2 { + constructor(template, options) { + this.index = 0; + this.stack = []; + this.css = []; + this.js = []; + this.meta_tags = {}; + if (typeof template !== 'string') { + throw new TypeError('Template must be a string'); + } + this.template = template.replace(/\s+$/, ''); + this.filename = options.filename; + this.customElement = options.customElement; + this.html = { + start: null, + end: null, + type: 'Fragment', + children: [], + }; + this.stack.push(this.html); + let state = fragment; + while (this.index < this.template.length) { + state = state(this) || fragment; + } + if (this.stack.length > 1) { + const current = this.current(); + const type = current.type === 'Element' ? `<${current.name}>` : 'Block'; + const slug = current.type === 'Element' ? 'element' : 'block'; + this.error({ + code: `unclosed-${slug}`, + message: `${type} was left open` + }, current.start); + } + if (state !== fragment) { + this.error({ + code: `unexpected-eof`, + message: 'Unexpected end of input' + }); + } + if (this.html.children.length) { + let start = this.html.children[0] && this.html.children[0].start; + while (/\s/.test(template[start])) + start += 1; + let end = this.html.children[this.html.children.length - 1] && this.html.children[this.html.children.length - 1].end; + while (/\s/.test(template[end - 1])) + end -= 1; + this.html.start = start; + this.html.end = end; + } + else { + this.html.start = this.html.end = null; + } + } + current() { + return this.stack[this.stack.length - 1]; + } + acorn_error(err) { + this.error({ + code: `parse-error`, + message: err.message.replace(/ \(\d+:\d+\)$/, '') + }, err.pos); + } + error({ code, message }, index = this.index) { + error$1(message, { + name: 'ParseError', + code, + source: this.template, + start: index, + filename: this.filename + }); + } + eat(str, required, message) { + if (this.match(str)) { + this.index += str.length; + return true; + } + if (required) { + this.error({ + code: `unexpected-${this.index === this.template.length ? 'eof' : 'token'}`, + message: message || `Expected ${str}` + }); + } + return false; + } + match(str) { + return this.template.slice(this.index, this.index + str.length) === str; + } + match_regex(pattern) { + const match = pattern.exec(this.template.slice(this.index)); + if (!match || match.index !== 0) + return null; + return match[0]; + } + allow_whitespace() { + while (this.index < this.template.length && + whitespace.test(this.template[this.index])) { + this.index++; + } + } + read(pattern) { + const result = this.match_regex(pattern); + if (result) + this.index += result.length; + return result; + } + read_identifier() { + const start = this.index; + let i = this.index; + const code = full_char_code_at(this.template, i); + if (!isIdentifierStart(code, true)) + return null; + i += code <= 0xffff ? 1 : 2; + while (i < this.template.length) { + const code = full_char_code_at(this.template, i); + if (!isIdentifierChar(code, true)) + break; + i += code <= 0xffff ? 1 : 2; + } + const identifier = this.template.slice(this.index, this.index = i); + if (reserved.has(identifier)) { + this.error({ + code: `unexpected-reserved-word`, + message: `'${identifier}' is a reserved word in JavaScript and cannot be used here` + }, start); + } + return identifier; + } + read_until(pattern) { + if (this.index >= this.template.length) + this.error({ + code: `unexpected-eof`, + message: 'Unexpected end of input' + }); + const start = this.index; + const match = pattern.exec(this.template.slice(start)); + if (match) { + this.index = start + match.index; + return this.template.slice(start, this.index); + } + this.index = this.template.length; + return this.template.slice(start); + } + require_whitespace() { + if (!whitespace.test(this.template[this.index])) { + this.error({ + code: `missing-whitespace`, + message: `Expected whitespace` + }); + } + this.allow_whitespace(); + } + } + function parse$1(template, options = {}) { + const parser = new Parser$2(template, options); + // TODO we way want to allow multiple \`;`} + + @init(this, { target: this.shadowRoot }, ${definition}, create_fragment, ${not_equal}, ${prop_names}); + + ${dev_props_check} + + if (options) { + if (options.target) { + @insert(options.target, this, options.anchor); + } + + ${(props.length > 0 || uses_props) && deindent ` + if (options.props) { + this.$set(options.props); + @flush(); + }`} + } + } + + ${props.length > 0 && deindent ` + static get observedAttributes() { + return ${JSON.stringify(props.map(x => x.export_name))}; + }`} + + ${body.length > 0 && body.join('\n\n')} + } + `); + if (component.tag != null) { + builder.add_block(deindent ` + @_customElements.define("${component.tag}", ${name}); + `); + } + } + else { + const superclass = options.dev ? 'SvelteComponentDev' : 'SvelteComponent'; + builder.add_block(deindent ` + class ${name} extends @${superclass} { + constructor(options) { + super(${options.dev && `options`}); + ${should_add_css && `if (!@_document.getElementById("${component.stylesheet.id}-style")) ${add_css}();`} + @init(this, options, ${definition}, create_fragment, ${not_equal}, ${prop_names}); + ${options.dev && `@dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "${name}", options, id: create_fragment.name });`} + + ${dev_props_check} + } + + ${body.length > 0 && body.join('\n\n')} + } + `); + } + return builder.toString(); + } + + function AwaitBlock (node, renderer, options) { + renderer.append('${(function(__value) { if(@is_promise(__value)) return `'); + renderer.render(node.pending.children, options); + renderer.append('`; return function(' + (node.value || '') + ') { return `'); + renderer.render(node.then.children, options); + const snippet = snip(node.expression); + renderer.append(`\`;}(__value);}(${snippet})) }`); + } + + function Comment$1 (node, renderer, options) { + if (options.preserveComments) { + renderer.append(``); + } + } + + function DebugTag (node, renderer, options) { + if (!options.dev) + return; + const filename = options.filename || null; + const { line, column } = options.locate(node.start + 1); + const obj = node.expressions.length === 0 + ? `{}` + : `{ ${node.expressions + .map(e => e.node.name) + .join(', ')} }`; + const str = '${@debug(' + `${filename && stringify(filename)}, ${line}, ${column}, ${obj})}`; + renderer.append(str); + } + + function EachBlock (node, renderer, options) { + const snippet = snip(node.expression); + const { start, end } = node.context_node; + const ctx = node.index + ? `([✂${start}-${end}✂], ${node.index})` + : `([✂${start}-${end}✂])`; + const open = `\${${node.else ? `${snippet}.length ? ` : ''}@each(${snippet}, ${ctx} => \``; + renderer.append(open); + renderer.render(node.children, options); + const close = `\`)`; + renderer.append(close); + if (node.else) { + renderer.append(` : \``); + renderer.render(node.else.children, options); + renderer.append(`\``); + } + renderer.append('}'); + } + + function get_slot_scope(lets) { + if (lets.length === 0) + return ''; + return `{ ${lets.map(l => l.value ? `${l.name}: ${l.value}` : l.name).join(', ')} }`; + } + + // source: https://gist.github.com/ArjanSchouten/0b8574a6ad7f5065a5e7 + const boolean_attributes = new Set([ + 'async', + 'autocomplete', + 'autofocus', + 'autoplay', + 'border', + 'challenge', + 'checked', + 'compact', + 'contenteditable', + 'controls', + 'default', + 'defer', + 'disabled', + 'formnovalidate', + 'frameborder', + 'hidden', + 'indeterminate', + 'ismap', + 'loop', + 'multiple', + 'muted', + 'nohref', + 'noresize', + 'noshade', + 'novalidate', + 'nowrap', + 'open', + 'readonly', + 'required', + 'reversed', + 'scoped', + 'scrolling', + 'seamless', + 'selected', + 'sortable', + 'spellcheck', + 'translate' + ]); + function Element (node, renderer, options) { + let opening_tag = `<${node.name}`; + // awkward special case + let node_contents; + let value; + const contenteditable = (node.name !== 'textarea' && + node.name !== 'input' && + node.attributes.some((attribute) => attribute.name === 'contenteditable')); + const slot = node.get_static_attribute_value('slot'); + const component = node.find_nearest(/InlineComponent/); + if (slot && component) { + const slot = node.attributes.find((attribute) => attribute.name === 'slot'); + const slot_name = slot.chunks[0].data; + const target = renderer.targets[renderer.targets.length - 1]; + target.slot_stack.push(slot_name); + target.slots[slot_name] = ''; + const lets = node.lets; + const seen = new Set(lets.map(l => l.name)); + component.lets.forEach(l => { + if (!seen.has(l.name)) + lets.push(l); + }); + options.slot_scopes.set(slot_name, get_slot_scope(node.lets)); + } + const class_expression = node.classes.map((class_directive) => { + const { expression, name } = class_directive; + const snippet = expression ? snip(expression) : `ctx${quote_prop_if_necessary(name)}`; + return `${snippet} ? "${name}" : ""`; + }).join(', '); + let add_class_attribute = class_expression ? true : false; + if (node.attributes.find(attr => attr.is_spread)) { + // TODO dry this out + const args = []; + node.attributes.forEach(attribute => { + if (attribute.is_spread) { + args.push(snip(attribute.expression)); + } + else { + if (attribute.name === 'value' && node.name === 'textarea') { + node_contents = stringify_attribute(attribute, true); + } + else if (attribute.is_true) { + args.push(`{ ${quote_name_if_necessary(attribute.name)}: true }`); + } + else if (boolean_attributes.has(attribute.name) && + attribute.chunks.length === 1 && + attribute.chunks[0].type !== 'Text') { + // a boolean attribute with one non-Text chunk + args.push(`{ ${quote_name_if_necessary(attribute.name)}: ${snip(attribute.chunks[0])} }`); + } + else if (attribute.name === 'class' && class_expression) { + // Add class expression + args.push(`{ ${quote_name_if_necessary(attribute.name)}: [\`${stringify_class_attribute(attribute)}\`, \`\${${class_expression}}\`].join(' ').trim() }`); + } + else { + args.push(`{ ${quote_name_if_necessary(attribute.name)}: \`${attribute.name === 'class' ? stringify_class_attribute(attribute) : stringify_attribute(attribute, true)}\` }`); + } + } + }); + opening_tag += "${@spread([" + args.join(', ') + "])}"; + } + else { + node.attributes.forEach((attribute) => { + if (attribute.type !== 'Attribute') + return; + if (attribute.name === 'value' && node.name === 'textarea') { + node_contents = stringify_attribute(attribute, true); + } + else if (attribute.is_true) { + opening_tag += ` ${attribute.name}`; + } + else if (boolean_attributes.has(attribute.name) && + attribute.chunks.length === 1 && + attribute.chunks[0].type !== 'Text') { + // a boolean attribute with one non-Text chunk + opening_tag += '${' + snip(attribute.chunks[0]) + ' ? " ' + attribute.name + '" : "" }'; + } + else if (attribute.name === 'class' && class_expression) { + add_class_attribute = false; + opening_tag += ` class="\${[\`${stringify_class_attribute(attribute)}\`, ${class_expression}].join(' ').trim() }"`; + } + else if (attribute.chunks.length === 1 && attribute.chunks[0].type !== 'Text') { + const { name } = attribute; + const snippet = snip(attribute.chunks[0]); + opening_tag += '${@add_attribute("' + name + '", ' + snippet + ', ' + (boolean_attributes.has(name) ? 1 : 0) + ')}'; + } + else { + opening_tag += ` ${attribute.name}="${attribute.name === 'class' ? stringify_class_attribute(attribute) : stringify_attribute(attribute, true)}"`; + } + }); + } + node.bindings.forEach(binding => { + const { name, expression } = binding; + if (binding.is_readonly) { + return; + } + if (name === 'group') ; + else if (contenteditable && (name === 'textContent' || name === 'innerHTML')) { + node_contents = snip(expression); + value = name === 'textContent' ? '@escape($$value)' : '$$value'; + } + else if (binding.name === 'value' && node.name === 'textarea') { + const snippet = snip(expression); + node_contents = '${(' + snippet + ') || ""}'; + } + else { + const snippet = snip(expression); + opening_tag += '${@add_attribute("' + name + '", ' + snippet + ', 1)}'; + } + }); + if (add_class_attribute) { + opening_tag += `\${@add_classes([${class_expression}].join(' ').trim())}`; + } + opening_tag += '>'; + renderer.append(opening_tag); + if (node_contents !== undefined) { + if (contenteditable) { + renderer.append('${($$value => $$value === void 0 ? `'); + renderer.render(node.children, options); + renderer.append('` : ' + value + ')(' + node_contents + ')}'); + } + else { + renderer.append(node_contents); + } + } + else { + renderer.render(node.children, options); + } + if (!is_void(node.name)) { + renderer.append(``); + } + } + + function Head (node, renderer, options) { + renderer.append('${($$result.head += `'); + renderer.render(node.children, options); + renderer.append('`, "")}'); + } + + function HtmlTag (node, renderer, _options) { + renderer.append('${' + snip(node.expression) + '}'); + } + + function IfBlock (node, renderer, options) { + const snippet = snip(node.expression); + renderer.append('${ ' + snippet + ' ? `'); + renderer.render(node.children, options); + renderer.append('` : `'); + if (node.else) { + renderer.render(node.else.children, options); + } + renderer.append('` }'); + } + + function stringify_attribute$1(chunk) { + if (chunk.type === 'Text') { + return escape_template(escape(chunk.data)); + } + return '${@escape(' + snip(chunk) + ')}'; + } + function get_attribute_value(attribute) { + if (attribute.is_true) + return `true`; + if (attribute.chunks.length === 0) + return `''`; + if (attribute.chunks.length === 1) { + const chunk = attribute.chunks[0]; + if (chunk.type === 'Text') { + return stringify(chunk.data); + } + return snip(chunk); + } + return '`' + attribute.chunks.map(stringify_attribute$1).join('') + '`'; + } + function InlineComponent (node, renderer, options) { + const binding_props = []; + const binding_fns = []; + node.bindings.forEach(binding => { + renderer.has_bindings = true; + // TODO this probably won't work for contextual bindings + const snippet = snip(binding.expression); + binding_props.push(`${binding.name}: ${snippet}`); + binding_fns.push(`${binding.name}: $$value => { ${snippet} = $$value; $$settled = false }`); + }); + const uses_spread = node.attributes.find(attr => attr.is_spread); + let props; + if (uses_spread) { + props = `@_Object.assign(${node.attributes + .map(attribute => { + if (attribute.is_spread) { + return snip(attribute.expression); + } + else { + return `{ ${quote_name_if_necessary(attribute.name)}: ${get_attribute_value(attribute)} }`; + } + }) + .concat(binding_props.map(p => `{ ${p} }`)) + .join(', ')})`; + } + else { + props = stringify_props(node.attributes + .map(attribute => `${quote_name_if_necessary(attribute.name)}: ${get_attribute_value(attribute)}`) + .concat(binding_props)); + } + const bindings = stringify_props(binding_fns); + const expression = (node.name === 'svelte:self' + ? '__svelte:self__' // TODO conflict-proof this + : node.name === 'svelte:component' + ? `((${snip(node.expression)}) || @missing_component)` + : node.name); + const slot_fns = []; + if (node.children.length) { + const target = { + slots: { default: '' }, + slot_stack: ['default'] + }; + renderer.targets.push(target); + const slot_scopes = new Map(); + slot_scopes.set('default', get_slot_scope(node.lets)); + renderer.render(node.children, Object.assign({}, options, { + slot_scopes + })); + Object.keys(target.slots).forEach(name => { + const slot_scope = slot_scopes.get(name); + slot_fns.push(`${quote_name_if_necessary(name)}: (${slot_scope}) => \`${target.slots[name]}\``); + }); + renderer.targets.pop(); + } + const slots = stringify_props(slot_fns); + renderer.append(`\${@validate_component(${expression}, '${node.name}').$$render($$result, ${props}, ${bindings}, ${slots})}`); + } + + function Slot (node, renderer, options) { + const prop = quote_prop_if_necessary(node.slot_name); + const slot_data = get_slot_data(node.values, true); + const arg = slot_data.length > 0 ? `{ ${slot_data.join(', ')} }` : '{}'; + renderer.append(`\${$$slots${prop} ? $$slots${prop}(${arg}) : \``); + renderer.render(node.children, options); + renderer.append(`\`}`); + } + + function Tag$1 (node, renderer, _options) { + const snippet = snip(node.expression); + renderer.append(node.parent && + node.parent.type === 'Element' && + node.parent.name === 'style' + ? '${' + snippet + '}' + : '${@escape(' + snippet + ')}'); + } + + function Text (node, renderer, _options) { + let text = node.data; + if (!node.parent || + node.parent.type !== 'Element' || + (node.parent.name !== 'script' && node.parent.name !== 'style')) { + // unless this Text node is inside a ` : match; + }); + } + for (const fn of style) { + source = await replace_async(source, /([^]*?)<\/style>/gi, async (match, attributes = '', content) => { + const processed = await fn({ + content, + attributes: parse_attributes(attributes), + filename + }); + if (processed && processed.dependencies) + dependencies.push(...processed.dependencies); + return processed ? `${processed.code}` : match; + }); + } + return { + // TODO return separated output, in future version where svelte.compile supports it: + // style: { code: styleCode, map: styleMap }, + // script { code: scriptCode, map: scriptMap }, + // markup { code: markupCode, map: markupMap }, + code: source, + dependencies: [...new Set(dependencies)], + toString() { + return source; + } + }; + } + + const VERSION = '3.12.0'; + + exports.VERSION = VERSION; + exports.compile = compile; + exports.parse = parse$1; + exports.preprocess = preprocess; + exports.walk = walk; + + Object.defineProperty(exports, '__esModule', { value: true }); + +})); +//# sourceMappingURL=compiler.js.map diff --git a/2019-setembro/node_modules/svelte/compiler.js.map b/2019-setembro/node_modules/svelte/compiler.js.map new file mode 100644 index 0000000..a4c99ac --- /dev/null +++ b/2019-setembro/node_modules/svelte/compiler.js.map @@ -0,0 +1 @@ +{"version":3,"file":"compiler.js","sources":["src/runtime/internal/utils.ts","src/compiler/Stats.ts","node_modules/acorn/dist/acorn.mjs","src/compiler/parse/acorn.ts","src/compiler/parse/read/expression.ts","src/compiler/utils/repeat.ts","src/compiler/parse/read/script.ts","node_modules/css-tree/lib/tokenizer/error.js","node_modules/css-tree/lib/tokenizer/const.js","node_modules/css-tree/lib/tokenizer/utils.js","node_modules/css-tree/lib/tokenizer/Tokenizer.js","node_modules/css-tree/lib/tokenizer/index.js","node_modules/css-tree/lib/utils/list.js","node_modules/css-tree/lib/parser/sequence.js","node_modules/css-tree/lib/parser/create.js","node_modules/css-tree/lib/syntax/scope/default.js","node_modules/css-tree/lib/syntax/scope/atruleExpression.js","node_modules/css-tree/lib/syntax/scope/selector.js","node_modules/css-tree/lib/syntax/function/element.js","node_modules/css-tree/lib/syntax/function/expression.js","node_modules/css-tree/lib/syntax/function/var.js","node_modules/css-tree/lib/syntax/scope/value.js","node_modules/css-tree/lib/syntax/scope/index.js","node_modules/css-tree/lib/syntax/atrule/font-face.js","node_modules/css-tree/lib/syntax/atrule/import.js","node_modules/css-tree/lib/syntax/atrule/media.js","node_modules/css-tree/lib/syntax/atrule/page.js","node_modules/css-tree/lib/syntax/atrule/supports.js","node_modules/css-tree/lib/syntax/atrule/index.js","node_modules/css-tree/lib/syntax/pseudo/dir.js","node_modules/css-tree/lib/syntax/pseudo/has.js","node_modules/css-tree/lib/syntax/pseudo/lang.js","node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js","node_modules/css-tree/lib/syntax/pseudo/matches.js","node_modules/css-tree/lib/syntax/pseudo/not.js","node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js","node_modules/css-tree/lib/syntax/pseudo/nth-child.js","node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js","node_modules/css-tree/lib/syntax/pseudo/common/nth.js","node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js","node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js","node_modules/css-tree/lib/syntax/pseudo/slotted.js","node_modules/css-tree/lib/syntax/pseudo/index.js","node_modules/css-tree/lib/syntax/node/AnPlusB.js","node_modules/css-tree/lib/syntax/node/Atrule.js","node_modules/css-tree/lib/syntax/node/AtruleExpression.js","node_modules/css-tree/lib/syntax/node/AttributeSelector.js","node_modules/css-tree/lib/syntax/node/Block.js","node_modules/css-tree/lib/syntax/node/Brackets.js","node_modules/css-tree/lib/syntax/node/CDC.js","node_modules/css-tree/lib/syntax/node/CDO.js","node_modules/css-tree/lib/syntax/node/ClassSelector.js","node_modules/css-tree/lib/syntax/node/Combinator.js","node_modules/css-tree/lib/syntax/node/Comment.js","node_modules/css-tree/lib/syntax/node/Declaration.js","node_modules/css-tree/lib/syntax/node/DeclarationList.js","node_modules/css-tree/lib/syntax/node/Dimension.js","node_modules/css-tree/lib/syntax/node/Function.js","node_modules/css-tree/lib/syntax/node/HexColor.js","node_modules/css-tree/lib/syntax/node/Identifier.js","node_modules/css-tree/lib/syntax/node/IdSelector.js","node_modules/css-tree/lib/syntax/node/MediaFeature.js","node_modules/css-tree/lib/syntax/node/MediaQuery.js","node_modules/css-tree/lib/syntax/node/MediaQueryList.js","node_modules/css-tree/lib/syntax/node/Nth.js","node_modules/css-tree/lib/syntax/node/Number.js","node_modules/css-tree/lib/syntax/node/Operator.js","node_modules/css-tree/lib/syntax/node/Parentheses.js","node_modules/css-tree/lib/syntax/node/Percentage.js","node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js","node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js","node_modules/css-tree/lib/syntax/node/Ratio.js","node_modules/css-tree/lib/syntax/node/Raw.js","node_modules/css-tree/lib/syntax/node/Rule.js","node_modules/css-tree/lib/syntax/node/Selector.js","node_modules/css-tree/lib/syntax/node/SelectorList.js","node_modules/css-tree/lib/syntax/node/String.js","node_modules/css-tree/lib/syntax/node/StyleSheet.js","node_modules/css-tree/lib/syntax/node/TypeSelector.js","node_modules/css-tree/lib/syntax/node/UnicodeRange.js","node_modules/css-tree/lib/syntax/node/Url.js","node_modules/css-tree/lib/syntax/node/Value.js","node_modules/css-tree/lib/syntax/node/WhiteSpace.js","node_modules/css-tree/lib/syntax/node/index.js","node_modules/css-tree/lib/syntax/config/parser.js","node_modules/css-tree/lib/parser/index.js","node_modules/estree-walker/src/estree-walker.js","src/compiler/parse/read/style.ts","src/compiler/parse/utils/entities.ts","src/compiler/parse/utils/html.ts","src/compiler/utils/full_char_code_at.ts","src/compiler/utils/names.ts","src/compiler/utils/fuzzymatch.ts","src/compiler/utils/list.ts","src/compiler/parse/state/tag.ts","src/compiler/parse/read/context.ts","src/compiler/utils/patterns.ts","src/compiler/utils/trim.ts","src/compiler/parse/state/mustache.ts","src/compiler/parse/state/text.ts","src/compiler/parse/state/fragment.ts","node_modules/locate-character/dist/locate-character.es.js","src/compiler/utils/get_code_frame.ts","src/compiler/utils/error.ts","src/compiler/parse/index.ts","src/compiler/compile/utils/deindent.ts","src/compiler/compile/utils/stringify.ts","src/compiler/compile/utils/CodeBuilder.ts","src/compiler/compile/render_dom/Block.ts","src/compiler/compile/render_dom/wrappers/shared/Wrapper.ts","src/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.ts","src/compiler/compile/render_dom/wrappers/AwaitBlock.ts","src/compiler/compile/render_dom/wrappers/Body.ts","src/compiler/compile/utils/add_to_set.ts","src/compiler/compile/render_dom/wrappers/DebugTag.ts","src/compiler/compile/utils/tail.ts","src/compiler/compile/render_dom/wrappers/EachBlock.ts","src/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.ts","src/compiler/utils/namespaces.ts","src/compiler/compile/render_dom/wrappers/Element/Attribute.ts","src/compiler/compile/render_dom/wrappers/Element/StyleAttribute.ts","src/compiler/compile/utils/unwrap_parens.ts","src/compiler/compile/utils/get_object.ts","src/compiler/compile/utils/flatten_reference.ts","src/compiler/compile/render_dom/wrappers/Element/Binding.ts","src/compiler/compile/render_dom/wrappers/shared/add_event_handlers.ts","src/compiler/compile/render_dom/wrappers/shared/add_actions.ts","src/compiler/compile/render_dom/wrappers/shared/get_context_merger.ts","src/compiler/compile/render_dom/wrappers/shared/bind_this.ts","src/compiler/compile/render_dom/wrappers/Element/index.ts","src/compiler/compile/render_dom/wrappers/Head.ts","src/compiler/compile/render_dom/wrappers/IfBlock.ts","src/compiler/compile/utils/stringify_props.ts","src/compiler/compile/render_dom/wrappers/shared/is_dynamic.ts","src/compiler/compile/render_dom/wrappers/InlineComponent/index.ts","src/compiler/compile/render_dom/wrappers/shared/Tag.ts","src/compiler/compile/render_dom/wrappers/MustacheTag.ts","src/compiler/compile/render_dom/wrappers/RawMustacheTag.ts","src/compiler/compile/utils/snip.ts","src/compiler/compile/utils/stringify_attribute.ts","src/compiler/compile/utils/get_slot_data.ts","src/compiler/compile/render_dom/wrappers/Slot.ts","src/compiler/compile/render_dom/wrappers/Text.ts","src/compiler/compile/render_dom/wrappers/Title.ts","src/compiler/compile/render_dom/wrappers/Window.ts","src/compiler/compile/render_dom/wrappers/Fragment.ts","src/compiler/compile/render_dom/Renderer.ts","node_modules/is-reference/dist/is-reference.es.js","src/compiler/compile/utils/scope.ts","src/compiler/utils/nodes_match.ts","src/compiler/compile/utils/invalidate.ts","src/compiler/compile/render_dom/index.ts","src/compiler/compile/render_ssr/handlers/AwaitBlock.ts","src/compiler/compile/render_ssr/handlers/Comment.ts","src/compiler/compile/render_ssr/handlers/DebugTag.ts","src/compiler/compile/render_ssr/handlers/EachBlock.ts","src/compiler/compile/render_ssr/handlers/shared/get_slot_scope.ts","src/compiler/compile/render_ssr/handlers/Element.ts","src/compiler/compile/render_ssr/handlers/Head.ts","src/compiler/compile/render_ssr/handlers/HtmlTag.ts","src/compiler/compile/render_ssr/handlers/IfBlock.ts","src/compiler/compile/render_ssr/handlers/InlineComponent.ts","src/compiler/compile/render_ssr/handlers/Slot.ts","src/compiler/compile/render_ssr/handlers/Tag.ts","src/compiler/compile/render_ssr/handlers/Text.ts","src/compiler/compile/render_ssr/handlers/Title.ts","src/compiler/compile/render_ssr/Renderer.ts","src/compiler/compile/render_ssr/index.ts","node_modules/sourcemap-codec/dist/sourcemap-codec.es.js","node_modules/magic-string/dist/magic-string.es.js","src/compiler/compile/create_module.ts","src/compiler/compile/css/gather_possible_values.ts","src/compiler/compile/css/Selector.ts","src/compiler/compile/css/Stylesheet.ts","src/compiler/config.ts","src/compiler/compile/nodes/shared/Node.ts","src/compiler/compile/nodes/shared/AbstractBlock.ts","src/compiler/compile/nodes/PendingBlock.ts","src/compiler/compile/nodes/ThenBlock.ts","src/compiler/compile/nodes/CatchBlock.ts","src/compiler/compile/nodes/shared/Expression.ts","src/compiler/compile/nodes/AwaitBlock.ts","src/compiler/compile/nodes/EventHandler.ts","src/compiler/compile/nodes/Body.ts","src/compiler/compile/nodes/Comment.ts","src/compiler/compile/nodes/ElseBlock.ts","src/compiler/compile/nodes/EachBlock.ts","src/compiler/compile/nodes/Attribute.ts","src/compiler/compile/nodes/Binding.ts","src/compiler/compile/nodes/Transition.ts","src/compiler/compile/nodes/Animation.ts","src/compiler/compile/nodes/Action.ts","src/compiler/compile/nodes/Class.ts","src/compiler/compile/nodes/Text.ts","src/compiler/compile/nodes/Let.ts","src/compiler/compile/nodes/Element.ts","src/compiler/compile/nodes/Head.ts","src/compiler/compile/nodes/IfBlock.ts","src/compiler/compile/nodes/InlineComponent.ts","src/compiler/compile/nodes/shared/Tag.ts","src/compiler/compile/nodes/MustacheTag.ts","src/compiler/compile/nodes/Options.ts","src/compiler/compile/nodes/RawMustacheTag.ts","src/compiler/compile/nodes/DebugTag.ts","src/compiler/compile/nodes/Slot.ts","src/compiler/compile/nodes/Title.ts","src/compiler/compile/nodes/Window.ts","src/compiler/compile/nodes/shared/map_children.ts","src/compiler/compile/nodes/shared/TemplateScope.ts","src/compiler/compile/nodes/Fragment.ts","src/compiler/compile/internal_exports.ts","src/compiler/utils/indentation.ts","src/compiler/compile/utils/check_graph_for_cycles.ts","src/compiler/compile/Component.ts","src/compiler/compile/utils/get_name_from_filename.ts","src/compiler/compile/index.ts","src/compiler/preprocess/index.ts","src/compiler/index.ts"],"sourcesContent":["export function noop() {}\n\nexport const identity = x => x;\n\nexport function assign(tar: T, src: S): T & S {\n\t// @ts-ignore\n\tfor (const k in src) tar[k] = src[k];\n\treturn tar as T & S;\n}\n\nexport function is_promise(value: any): value is PromiseLike {\n\treturn value && typeof value === 'object' && typeof value.then === 'function';\n}\n\nexport function add_location(element, file, line, column, char) {\n\telement.__svelte_meta = {\n\t\tloc: { file, line, column, char }\n\t};\n}\n\nexport function run(fn) {\n\treturn fn();\n}\n\nexport function blank_object() {\n\treturn Object.create(null);\n}\n\nexport function run_all(fns) {\n\tfns.forEach(run);\n}\n\nexport function is_function(thing: any): thing is Function {\n\treturn typeof thing === 'function';\n}\n\nexport function safe_not_equal(a, b) {\n\treturn a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\n\nexport function not_equal(a, b) {\n\treturn a != a ? b == b : a !== b;\n}\n\nexport function validate_store(store, name) {\n\tif (!store || typeof store.subscribe !== 'function') {\n\t\tthrow new Error(`'${name}' is not a store with a 'subscribe' method`);\n\t}\n}\n\nexport function subscribe(store, callback) {\n\tconst unsub = store.subscribe(callback);\n\treturn unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\n\nexport function get_store_value(store) {\n\tlet value;\n\tsubscribe(store, _ => value = _)();\n\treturn value;\n}\n\nexport function component_subscribe(component, store, callback) {\n\tcomponent.$$.on_destroy.push(subscribe(store, callback));\n}\n\nexport function create_slot(definition, ctx, fn) {\n\tif (definition) {\n\t\tconst slot_ctx = get_slot_context(definition, ctx, fn);\n\t\treturn definition[0](slot_ctx);\n\t}\n}\n\nexport function get_slot_context(definition, ctx, fn) {\n\treturn definition[1]\n\t\t? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n\t\t: ctx.$$scope.ctx;\n}\n\nexport function get_slot_changes(definition, ctx, changed, fn) {\n\treturn definition[1]\n\t\t? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n\t\t: ctx.$$scope.changed || {};\n}\n\nexport function exclude_internal_props(props) {\n\tconst result = {};\n\tfor (const k in props) if (k[0] !== '$') result[k] = props[k];\n\treturn result;\n}\n\nexport function once(fn) {\n\tlet ran = false;\n\treturn function(this: any, ...args) {\n\t\tif (ran) return;\n\t\tran = true;\n\t\tfn.call(this, ...args);\n\t};\n}\n\nexport function null_to_empty(value) {\n\treturn value == null ? '' : value;\n}\n\nexport function set_store_value(store, ret, value = ret) {\n\tstore.set(value);\n\treturn ret;\n}\n","const now = (typeof process !== 'undefined' && process.hrtime)\n\t? () => {\n\t\tconst t = process.hrtime();\n\t\treturn t[0] * 1e3 + t[1] / 1e6;\n\t}\n\t: () => self.performance.now();\n\ninterface Timing {\n\tlabel: string;\n\tstart: number;\n\tend: number;\n\tchildren: Timing[];\n}\n\nfunction collapse_timings(timings) {\n\tconst result = {};\n\ttimings.forEach(timing => {\n\t\tresult[timing.label] = Object.assign({\n\t\t\ttotal: timing.end - timing.start\n\t\t}, timing.children && collapse_timings(timing.children));\n\t});\n\treturn result;\n}\n\nexport default class Stats {\n\tstart_time: number;\n\tcurrent_timing: Timing;\n\tcurrent_children: Timing[];\n\ttimings: Timing[];\n\tstack: Timing[];\n\n\tconstructor() {\n\t\tthis.start_time = now();\n\t\tthis.stack = [];\n\t\tthis.current_children = this.timings = [];\n\t}\n\n\tstart(label) {\n\t\tconst timing = {\n\t\t\tlabel,\n\t\t\tstart: now(),\n\t\t\tend: null,\n\t\t\tchildren: []\n\t\t};\n\n\t\tthis.current_children.push(timing);\n\t\tthis.stack.push(timing);\n\n\t\tthis.current_timing = timing;\n\t\tthis.current_children = timing.children;\n\t}\n\n\tstop(label) {\n\t\tif (label !== this.current_timing.label) {\n\t\t\tthrow new Error(`Mismatched timing labels (expected ${this.current_timing.label}, got ${label})`);\n\t\t}\n\n\t\tthis.current_timing.end = now();\n\t\tthis.stack.pop();\n\t\tthis.current_timing = this.stack[this.stack.length - 1];\n\t\tthis.current_children = this.current_timing ? this.current_timing.children : this.timings;\n\t}\n\n\trender() {\n\t\tconst timings = Object.assign({\n\t\t\ttotal: now() - this.start_time\n\t\t}, collapse_timings(this.timings));\n\n\t\treturn {\n\t\t\ttimings\n\t\t};\n\t}\n}\n","// Reserved word lists for various dialects of the language\n\nvar reservedWords = {\n 3: \"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile\",\n 5: \"class enum extends super const export import\",\n 6: \"enum\",\n strict: \"implements interface let package private protected public static yield\",\n strictBind: \"eval arguments\"\n};\n\n// And the keywords\n\nvar ecma5AndLessKeywords = \"break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this\";\n\nvar keywords = {\n 5: ecma5AndLessKeywords,\n \"5module\": ecma5AndLessKeywords + \" export import\",\n 6: ecma5AndLessKeywords + \" const class extends export import super\"\n};\n\nvar keywordRelationalOperator = /^in(stanceof)?$/;\n\n// ## Character categories\n\n// Big ugly regular expressions that match characters in the\n// whitespace, identifier, and identifier-start categories. These\n// are only applied when a character is found to actually have a\n// code point above 128.\n// Generated by `bin/generate-identifier-regex.js`.\nvar nonASCIIidentifierStartChars = \"\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u037f\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u052f\\u0531-\\u0556\\u0559\\u0560-\\u0588\\u05d0-\\u05ea\\u05ef-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u0860-\\u086a\\u08a0-\\u08b4\\u08b6-\\u08bd\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u09fc\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0af9\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c39\\u0c3d\\u0c58-\\u0c5a\\u0c60\\u0c61\\u0c80\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d54-\\u0d56\\u0d5f-\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e86-\\u0e8a\\u0e8c-\\u0ea3\\u0ea5\\u0ea7-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f5\\u13f8-\\u13fd\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f8\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1878\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191e\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19b0-\\u19c9\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1c80-\\u1c88\\u1c90-\\u1cba\\u1cbd-\\u1cbf\\u1ce9-\\u1cec\\u1cee-\\u1cf3\\u1cf5\\u1cf6\\u1cfa\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2118-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309b-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fef\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua69d\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua7bf\\ua7c2-\\ua7c6\\ua7f7-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua8fd\\ua8fe\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\ua9e0-\\ua9e4\\ua9e6-\\ua9ef\\ua9fa-\\ua9fe\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa7e-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uab30-\\uab5a\\uab5c-\\uab67\\uab70-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc\";\nvar nonASCIIidentifierChars = \"\\u200c\\u200d\\xb7\\u0300-\\u036f\\u0387\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u064b-\\u0669\\u0670\\u06d6-\\u06dc\\u06df-\\u06e4\\u06e7\\u06e8\\u06ea-\\u06ed\\u06f0-\\u06f9\\u0711\\u0730-\\u074a\\u07a6-\\u07b0\\u07c0-\\u07c9\\u07eb-\\u07f3\\u07fd\\u0816-\\u0819\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0859-\\u085b\\u08d3-\\u08e1\\u08e3-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09cb-\\u09cd\\u09d7\\u09e2\\u09e3\\u09e6-\\u09ef\\u09fe\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2\\u0ae3\\u0ae6-\\u0aef\\u0afa-\\u0aff\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b62\\u0b63\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c00-\\u0c04\\u0c3e-\\u0c44\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62\\u0c63\\u0c66-\\u0c6f\\u0c81-\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2\\u0ce3\\u0ce6-\\u0cef\\u0d00-\\u0d03\\u0d3b\\u0d3c\\u0d3e-\\u0d44\\u0d46-\\u0d48\\u0d4a-\\u0d4d\\u0d57\\u0d62\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0de6-\\u0def\\u0df2\\u0df3\\u0e31\\u0e34-\\u0e3a\\u0e47-\\u0e4e\\u0e50-\\u0e59\\u0eb1\\u0eb4-\\u0ebc\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f3e\\u0f3f\\u0f71-\\u0f84\\u0f86\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u102b-\\u103e\\u1040-\\u1049\\u1056-\\u1059\\u105e-\\u1060\\u1062-\\u1064\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u1369-\\u1371\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17b4-\\u17d3\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u18a9\\u1920-\\u192b\\u1930-\\u193b\\u1946-\\u194f\\u19d0-\\u19da\\u1a17-\\u1a1b\\u1a55-\\u1a5e\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1ab0-\\u1abd\\u1b00-\\u1b04\\u1b34-\\u1b44\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1b80-\\u1b82\\u1ba1-\\u1bad\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c24-\\u1c37\\u1c40-\\u1c49\\u1c50-\\u1c59\\u1cd0-\\u1cd2\\u1cd4-\\u1ce8\\u1ced\\u1cf4\\u1cf7-\\u1cf9\\u1dc0-\\u1df9\\u1dfb-\\u1dff\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2cef-\\u2cf1\\u2d7f\\u2de0-\\u2dff\\u302a-\\u302f\\u3099\\u309a\\ua620-\\ua629\\ua66f\\ua674-\\ua67d\\ua69e\\ua69f\\ua6f0\\ua6f1\\ua802\\ua806\\ua80b\\ua823-\\ua827\\ua880\\ua881\\ua8b4-\\ua8c5\\ua8d0-\\ua8d9\\ua8e0-\\ua8f1\\ua8ff-\\ua909\\ua926-\\ua92d\\ua947-\\ua953\\ua980-\\ua983\\ua9b3-\\ua9c0\\ua9d0-\\ua9d9\\ua9e5\\ua9f0-\\ua9f9\\uaa29-\\uaa36\\uaa43\\uaa4c\\uaa4d\\uaa50-\\uaa59\\uaa7b-\\uaa7d\\uaab0\\uaab2-\\uaab4\\uaab7\\uaab8\\uaabe\\uaabf\\uaac1\\uaaeb-\\uaaef\\uaaf5\\uaaf6\\uabe3-\\uabea\\uabec\\uabed\\uabf0-\\uabf9\\ufb1e\\ufe00-\\ufe0f\\ufe20-\\ufe2f\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f\";\n\nvar nonASCIIidentifierStart = new RegExp(\"[\" + nonASCIIidentifierStartChars + \"]\");\nvar nonASCIIidentifier = new RegExp(\"[\" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + \"]\");\n\nnonASCIIidentifierStartChars = nonASCIIidentifierChars = null;\n\n// These are a run-length and offset encoded representation of the\n// >0xffff code points that are a valid part of identifiers. The\n// offset starts at 0x10000, and each pair of numbers represents an\n// offset to the next range, and then a size of the range. They were\n// generated by bin/generate-identifier-regex.js\n\n// eslint-disable-next-line comma-spacing\nvar astralIdentifierStartCodes = [0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,477,28,11,0,9,21,155,22,13,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,0,33,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,0,161,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,754,9486,286,50,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,2357,44,11,6,17,0,370,43,1301,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,15,7472,3104,541];\n\n// eslint-disable-next-line comma-spacing\nvar astralIdentifierCodes = [509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,232,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,792487,239];\n\n// This has a complexity linear to the value of the code. The\n// assumption is that looking up astral identifier characters is\n// rare.\nfunction isInAstralSet(code, set) {\n var pos = 0x10000;\n for (var i = 0; i < set.length; i += 2) {\n pos += set[i];\n if (pos > code) { return false }\n pos += set[i + 1];\n if (pos >= code) { return true }\n }\n}\n\n// Test whether a given character code starts an identifier.\n\nfunction isIdentifierStart(code, astral) {\n if (code < 65) { return code === 36 }\n if (code < 91) { return true }\n if (code < 97) { return code === 95 }\n if (code < 123) { return true }\n if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) }\n if (astral === false) { return false }\n return isInAstralSet(code, astralIdentifierStartCodes)\n}\n\n// Test whether a given character is part of an identifier.\n\nfunction isIdentifierChar(code, astral) {\n if (code < 48) { return code === 36 }\n if (code < 58) { return true }\n if (code < 65) { return false }\n if (code < 91) { return true }\n if (code < 97) { return code === 95 }\n if (code < 123) { return true }\n if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)) }\n if (astral === false) { return false }\n return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes)\n}\n\n// ## Token types\n\n// The assignment of fine-grained, information-carrying type objects\n// allows the tokenizer to store the information it has about a\n// token in a way that is very cheap for the parser to look up.\n\n// All token type variables start with an underscore, to make them\n// easy to recognize.\n\n// The `beforeExpr` property is used to disambiguate between regular\n// expressions and divisions. It is set on all token types that can\n// be followed by an expression (thus, a slash after them would be a\n// regular expression).\n//\n// The `startsExpr` property is used to check if the token ends a\n// `yield` expression. It is set on all token types that either can\n// directly start an expression (like a quotation mark) or can\n// continue an expression (like the body of a string).\n//\n// `isLoop` marks a keyword as starting a loop, which is important\n// to know when parsing a label, in order to allow or disallow\n// continue jumps to that label.\n\nvar TokenType = function TokenType(label, conf) {\n if ( conf === void 0 ) conf = {};\n\n this.label = label;\n this.keyword = conf.keyword;\n this.beforeExpr = !!conf.beforeExpr;\n this.startsExpr = !!conf.startsExpr;\n this.isLoop = !!conf.isLoop;\n this.isAssign = !!conf.isAssign;\n this.prefix = !!conf.prefix;\n this.postfix = !!conf.postfix;\n this.binop = conf.binop || null;\n this.updateContext = null;\n};\n\nfunction binop(name, prec) {\n return new TokenType(name, {beforeExpr: true, binop: prec})\n}\nvar beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true};\n\n// Map keyword names to token types.\n\nvar keywords$1 = {};\n\n// Succinct definitions of keyword token types\nfunction kw(name, options) {\n if ( options === void 0 ) options = {};\n\n options.keyword = name;\n return keywords$1[name] = new TokenType(name, options)\n}\n\nvar types = {\n num: new TokenType(\"num\", startsExpr),\n regexp: new TokenType(\"regexp\", startsExpr),\n string: new TokenType(\"string\", startsExpr),\n name: new TokenType(\"name\", startsExpr),\n eof: new TokenType(\"eof\"),\n\n // Punctuation token types.\n bracketL: new TokenType(\"[\", {beforeExpr: true, startsExpr: true}),\n bracketR: new TokenType(\"]\"),\n braceL: new TokenType(\"{\", {beforeExpr: true, startsExpr: true}),\n braceR: new TokenType(\"}\"),\n parenL: new TokenType(\"(\", {beforeExpr: true, startsExpr: true}),\n parenR: new TokenType(\")\"),\n comma: new TokenType(\",\", beforeExpr),\n semi: new TokenType(\";\", beforeExpr),\n colon: new TokenType(\":\", beforeExpr),\n dot: new TokenType(\".\"),\n question: new TokenType(\"?\", beforeExpr),\n arrow: new TokenType(\"=>\", beforeExpr),\n template: new TokenType(\"template\"),\n invalidTemplate: new TokenType(\"invalidTemplate\"),\n ellipsis: new TokenType(\"...\", beforeExpr),\n backQuote: new TokenType(\"`\", startsExpr),\n dollarBraceL: new TokenType(\"${\", {beforeExpr: true, startsExpr: true}),\n\n // Operators. These carry several kinds of properties to help the\n // parser use them properly (the presence of these properties is\n // what categorizes them as operators).\n //\n // `binop`, when present, specifies that this operator is a binary\n // operator, and will refer to its precedence.\n //\n // `prefix` and `postfix` mark the operator as a prefix or postfix\n // unary operator.\n //\n // `isAssign` marks all of `=`, `+=`, `-=` etcetera, which act as\n // binary operators with a very low precedence, that should result\n // in AssignmentExpression nodes.\n\n eq: new TokenType(\"=\", {beforeExpr: true, isAssign: true}),\n assign: new TokenType(\"_=\", {beforeExpr: true, isAssign: true}),\n incDec: new TokenType(\"++/--\", {prefix: true, postfix: true, startsExpr: true}),\n prefix: new TokenType(\"!/~\", {beforeExpr: true, prefix: true, startsExpr: true}),\n logicalOR: binop(\"||\", 1),\n logicalAND: binop(\"&&\", 2),\n bitwiseOR: binop(\"|\", 3),\n bitwiseXOR: binop(\"^\", 4),\n bitwiseAND: binop(\"&\", 5),\n equality: binop(\"==/!=/===/!==\", 6),\n relational: binop(\"/<=/>=\", 7),\n bitShift: binop(\"<>/>>>\", 8),\n plusMin: new TokenType(\"+/-\", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}),\n modulo: binop(\"%\", 10),\n star: binop(\"*\", 10),\n slash: binop(\"/\", 10),\n starstar: new TokenType(\"**\", {beforeExpr: true}),\n\n // Keyword token types.\n _break: kw(\"break\"),\n _case: kw(\"case\", beforeExpr),\n _catch: kw(\"catch\"),\n _continue: kw(\"continue\"),\n _debugger: kw(\"debugger\"),\n _default: kw(\"default\", beforeExpr),\n _do: kw(\"do\", {isLoop: true, beforeExpr: true}),\n _else: kw(\"else\", beforeExpr),\n _finally: kw(\"finally\"),\n _for: kw(\"for\", {isLoop: true}),\n _function: kw(\"function\", startsExpr),\n _if: kw(\"if\"),\n _return: kw(\"return\", beforeExpr),\n _switch: kw(\"switch\"),\n _throw: kw(\"throw\", beforeExpr),\n _try: kw(\"try\"),\n _var: kw(\"var\"),\n _const: kw(\"const\"),\n _while: kw(\"while\", {isLoop: true}),\n _with: kw(\"with\"),\n _new: kw(\"new\", {beforeExpr: true, startsExpr: true}),\n _this: kw(\"this\", startsExpr),\n _super: kw(\"super\", startsExpr),\n _class: kw(\"class\", startsExpr),\n _extends: kw(\"extends\", beforeExpr),\n _export: kw(\"export\"),\n _import: kw(\"import\", startsExpr),\n _null: kw(\"null\", startsExpr),\n _true: kw(\"true\", startsExpr),\n _false: kw(\"false\", startsExpr),\n _in: kw(\"in\", {beforeExpr: true, binop: 7}),\n _instanceof: kw(\"instanceof\", {beforeExpr: true, binop: 7}),\n _typeof: kw(\"typeof\", {beforeExpr: true, prefix: true, startsExpr: true}),\n _void: kw(\"void\", {beforeExpr: true, prefix: true, startsExpr: true}),\n _delete: kw(\"delete\", {beforeExpr: true, prefix: true, startsExpr: true})\n};\n\n// Matches a whole line break (where CRLF is considered a single\n// line break). Used to count lines.\n\nvar lineBreak = /\\r\\n?|\\n|\\u2028|\\u2029/;\nvar lineBreakG = new RegExp(lineBreak.source, \"g\");\n\nfunction isNewLine(code, ecma2019String) {\n return code === 10 || code === 13 || (!ecma2019String && (code === 0x2028 || code === 0x2029))\n}\n\nvar nonASCIIwhitespace = /[\\u1680\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff]/;\n\nvar skipWhiteSpace = /(?:\\s|\\/\\/.*|\\/\\*[^]*?\\*\\/)*/g;\n\nvar ref = Object.prototype;\nvar hasOwnProperty = ref.hasOwnProperty;\nvar toString = ref.toString;\n\n// Checks if an object has a property.\n\nfunction has(obj, propName) {\n return hasOwnProperty.call(obj, propName)\n}\n\nvar isArray = Array.isArray || (function (obj) { return (\n toString.call(obj) === \"[object Array]\"\n); });\n\nfunction wordsRegexp(words) {\n return new RegExp(\"^(?:\" + words.replace(/ /g, \"|\") + \")$\")\n}\n\n// These are used when `options.locations` is on, for the\n// `startLoc` and `endLoc` properties.\n\nvar Position = function Position(line, col) {\n this.line = line;\n this.column = col;\n};\n\nPosition.prototype.offset = function offset (n) {\n return new Position(this.line, this.column + n)\n};\n\nvar SourceLocation = function SourceLocation(p, start, end) {\n this.start = start;\n this.end = end;\n if (p.sourceFile !== null) { this.source = p.sourceFile; }\n};\n\n// The `getLineInfo` function is mostly useful when the\n// `locations` option is off (for performance reasons) and you\n// want to find the line/column position for a given character\n// offset. `input` should be the code string that the offset refers\n// into.\n\nfunction getLineInfo(input, offset) {\n for (var line = 1, cur = 0;;) {\n lineBreakG.lastIndex = cur;\n var match = lineBreakG.exec(input);\n if (match && match.index < offset) {\n ++line;\n cur = match.index + match[0].length;\n } else {\n return new Position(line, offset - cur)\n }\n }\n}\n\n// A second optional argument can be given to further configure\n// the parser process. These options are recognized:\n\nvar defaultOptions = {\n // `ecmaVersion` indicates the ECMAScript version to parse. Must be\n // either 3, 5, 6 (2015), 7 (2016), 8 (2017), 9 (2018), or 10\n // (2019). This influences support for strict mode, the set of\n // reserved words, and support for new syntax features. The default\n // is 10.\n ecmaVersion: 10,\n // `sourceType` indicates the mode the code should be parsed in.\n // Can be either `\"script\"` or `\"module\"`. This influences global\n // strict mode and parsing of `import` and `export` declarations.\n sourceType: \"script\",\n // `onInsertedSemicolon` can be a callback that will be called\n // when a semicolon is automatically inserted. It will be passed\n // the position of the comma as an offset, and if `locations` is\n // enabled, it is given the location as a `{line, column}` object\n // as second argument.\n onInsertedSemicolon: null,\n // `onTrailingComma` is similar to `onInsertedSemicolon`, but for\n // trailing commas.\n onTrailingComma: null,\n // By default, reserved words are only enforced if ecmaVersion >= 5.\n // Set `allowReserved` to a boolean value to explicitly turn this on\n // an off. When this option has the value \"never\", reserved words\n // and keywords can also not be used as property names.\n allowReserved: null,\n // When enabled, a return at the top level is not considered an\n // error.\n allowReturnOutsideFunction: false,\n // When enabled, import/export statements are not constrained to\n // appearing at the top of the program.\n allowImportExportEverywhere: false,\n // When enabled, await identifiers are allowed to appear at the top-level scope,\n // but they are still not allowed in non-async functions.\n allowAwaitOutsideFunction: false,\n // When enabled, hashbang directive in the beginning of file\n // is allowed and treated as a line comment.\n allowHashBang: false,\n // When `locations` is on, `loc` properties holding objects with\n // `start` and `end` properties in `{line, column}` form (with\n // line being 1-based and column 0-based) will be attached to the\n // nodes.\n locations: false,\n // A function can be passed as `onToken` option, which will\n // cause Acorn to call that function with object in the same\n // format as tokens returned from `tokenizer().getToken()`. Note\n // that you are not allowed to call the parser from the\n // callback—that will corrupt its internal state.\n onToken: null,\n // A function can be passed as `onComment` option, which will\n // cause Acorn to call that function with `(block, text, start,\n // end)` parameters whenever a comment is skipped. `block` is a\n // boolean indicating whether this is a block (`/* */`) comment,\n // `text` is the content of the comment, and `start` and `end` are\n // character offsets that denote the start and end of the comment.\n // When the `locations` option is on, two more parameters are\n // passed, the full `{line, column}` locations of the start and\n // end of the comments. Note that you are not allowed to call the\n // parser from the callback—that will corrupt its internal state.\n onComment: null,\n // Nodes have their start and end characters offsets recorded in\n // `start` and `end` properties (directly on the node, rather than\n // the `loc` object, which holds line/column data. To also add a\n // [semi-standardized][range] `range` property holding a `[start,\n // end]` array with the same numbers, set the `ranges` option to\n // `true`.\n //\n // [range]: https://bugzilla.mozilla.org/show_bug.cgi?id=745678\n ranges: false,\n // It is possible to parse multiple files into a single AST by\n // passing the tree produced by parsing the first file as\n // `program` option in subsequent parses. This will add the\n // toplevel forms of the parsed file to the `Program` (top) node\n // of an existing parse tree.\n program: null,\n // When `locations` is on, you can pass this to record the source\n // file in every node's `loc` object.\n sourceFile: null,\n // This value, if given, is stored in every node, whether\n // `locations` is on or off.\n directSourceFile: null,\n // When enabled, parenthesized expressions are represented by\n // (non-standard) ParenthesizedExpression nodes\n preserveParens: false\n};\n\n// Interpret and default an options object\n\nfunction getOptions(opts) {\n var options = {};\n\n for (var opt in defaultOptions)\n { options[opt] = opts && has(opts, opt) ? opts[opt] : defaultOptions[opt]; }\n\n if (options.ecmaVersion >= 2015)\n { options.ecmaVersion -= 2009; }\n\n if (options.allowReserved == null)\n { options.allowReserved = options.ecmaVersion < 5; }\n\n if (isArray(options.onToken)) {\n var tokens = options.onToken;\n options.onToken = function (token) { return tokens.push(token); };\n }\n if (isArray(options.onComment))\n { options.onComment = pushComment(options, options.onComment); }\n\n return options\n}\n\nfunction pushComment(options, array) {\n return function(block, text, start, end, startLoc, endLoc) {\n var comment = {\n type: block ? \"Block\" : \"Line\",\n value: text,\n start: start,\n end: end\n };\n if (options.locations)\n { comment.loc = new SourceLocation(this, startLoc, endLoc); }\n if (options.ranges)\n { comment.range = [start, end]; }\n array.push(comment);\n }\n}\n\n// Each scope gets a bitset that may contain these flags\nvar\n SCOPE_TOP = 1,\n SCOPE_FUNCTION = 2,\n SCOPE_VAR = SCOPE_TOP | SCOPE_FUNCTION,\n SCOPE_ASYNC = 4,\n SCOPE_GENERATOR = 8,\n SCOPE_ARROW = 16,\n SCOPE_SIMPLE_CATCH = 32,\n SCOPE_SUPER = 64,\n SCOPE_DIRECT_SUPER = 128;\n\nfunction functionFlags(async, generator) {\n return SCOPE_FUNCTION | (async ? SCOPE_ASYNC : 0) | (generator ? SCOPE_GENERATOR : 0)\n}\n\n// Used in checkLVal and declareName to determine the type of a binding\nvar\n BIND_NONE = 0, // Not a binding\n BIND_VAR = 1, // Var-style binding\n BIND_LEXICAL = 2, // Let- or const-style binding\n BIND_FUNCTION = 3, // Function declaration\n BIND_SIMPLE_CATCH = 4, // Simple (identifier pattern) catch binding\n BIND_OUTSIDE = 5; // Special case for function names as bound inside the function\n\nvar Parser = function Parser(options, input, startPos) {\n this.options = options = getOptions(options);\n this.sourceFile = options.sourceFile;\n this.keywords = wordsRegexp(keywords[options.ecmaVersion >= 6 ? 6 : options.sourceType === \"module\" ? \"5module\" : 5]);\n var reserved = \"\";\n if (options.allowReserved !== true) {\n for (var v = options.ecmaVersion;; v--)\n { if (reserved = reservedWords[v]) { break } }\n if (options.sourceType === \"module\") { reserved += \" await\"; }\n }\n this.reservedWords = wordsRegexp(reserved);\n var reservedStrict = (reserved ? reserved + \" \" : \"\") + reservedWords.strict;\n this.reservedWordsStrict = wordsRegexp(reservedStrict);\n this.reservedWordsStrictBind = wordsRegexp(reservedStrict + \" \" + reservedWords.strictBind);\n this.input = String(input);\n\n // Used to signal to callers of `readWord1` whether the word\n // contained any escape sequences. This is needed because words with\n // escape sequences must not be interpreted as keywords.\n this.containsEsc = false;\n\n // Set up token state\n\n // The current position of the tokenizer in the input.\n if (startPos) {\n this.pos = startPos;\n this.lineStart = this.input.lastIndexOf(\"\\n\", startPos - 1) + 1;\n this.curLine = this.input.slice(0, this.lineStart).split(lineBreak).length;\n } else {\n this.pos = this.lineStart = 0;\n this.curLine = 1;\n }\n\n // Properties of the current token:\n // Its type\n this.type = types.eof;\n // For tokens that include more information than their type, the value\n this.value = null;\n // Its start and end offset\n this.start = this.end = this.pos;\n // And, if locations are used, the {line, column} object\n // corresponding to those offsets\n this.startLoc = this.endLoc = this.curPosition();\n\n // Position information for the previous token\n this.lastTokEndLoc = this.lastTokStartLoc = null;\n this.lastTokStart = this.lastTokEnd = this.pos;\n\n // The context stack is used to superficially track syntactic\n // context to predict whether a regular expression is allowed in a\n // given position.\n this.context = this.initialContext();\n this.exprAllowed = true;\n\n // Figure out if it's a module code.\n this.inModule = options.sourceType === \"module\";\n this.strict = this.inModule || this.strictDirective(this.pos);\n\n // Used to signify the start of a potential arrow function\n this.potentialArrowAt = -1;\n\n // Positions to delayed-check that yield/await does not exist in default parameters.\n this.yieldPos = this.awaitPos = this.awaitIdentPos = 0;\n // Labels in scope.\n this.labels = [];\n // Thus-far undefined exports.\n this.undefinedExports = {};\n\n // If enabled, skip leading hashbang line.\n if (this.pos === 0 && options.allowHashBang && this.input.slice(0, 2) === \"#!\")\n { this.skipLineComment(2); }\n\n // Scope tracking for duplicate variable names (see scope.js)\n this.scopeStack = [];\n this.enterScope(SCOPE_TOP);\n\n // For RegExp validation\n this.regexpState = null;\n};\n\nvar prototypeAccessors = { inFunction: { configurable: true },inGenerator: { configurable: true },inAsync: { configurable: true },allowSuper: { configurable: true },allowDirectSuper: { configurable: true },treatFunctionsAsVar: { configurable: true } };\n\nParser.prototype.parse = function parse () {\n var node = this.options.program || this.startNode();\n this.nextToken();\n return this.parseTopLevel(node)\n};\n\nprototypeAccessors.inFunction.get = function () { return (this.currentVarScope().flags & SCOPE_FUNCTION) > 0 };\nprototypeAccessors.inGenerator.get = function () { return (this.currentVarScope().flags & SCOPE_GENERATOR) > 0 };\nprototypeAccessors.inAsync.get = function () { return (this.currentVarScope().flags & SCOPE_ASYNC) > 0 };\nprototypeAccessors.allowSuper.get = function () { return (this.currentThisScope().flags & SCOPE_SUPER) > 0 };\nprototypeAccessors.allowDirectSuper.get = function () { return (this.currentThisScope().flags & SCOPE_DIRECT_SUPER) > 0 };\nprototypeAccessors.treatFunctionsAsVar.get = function () { return this.treatFunctionsAsVarInScope(this.currentScope()) };\n\n// Switch to a getter for 7.0.0.\nParser.prototype.inNonArrowFunction = function inNonArrowFunction () { return (this.currentThisScope().flags & SCOPE_FUNCTION) > 0 };\n\nParser.extend = function extend () {\n var plugins = [], len = arguments.length;\n while ( len-- ) plugins[ len ] = arguments[ len ];\n\n var cls = this;\n for (var i = 0; i < plugins.length; i++) { cls = plugins[i](cls); }\n return cls\n};\n\nParser.parse = function parse (input, options) {\n return new this(options, input).parse()\n};\n\nParser.parseExpressionAt = function parseExpressionAt (input, pos, options) {\n var parser = new this(options, input, pos);\n parser.nextToken();\n return parser.parseExpression()\n};\n\nParser.tokenizer = function tokenizer (input, options) {\n return new this(options, input)\n};\n\nObject.defineProperties( Parser.prototype, prototypeAccessors );\n\nvar pp = Parser.prototype;\n\n// ## Parser utilities\n\nvar literal = /^(?:'((?:\\\\.|[^'])*?)'|\"((?:\\\\.|[^\"])*?)\")/;\npp.strictDirective = function(start) {\n for (;;) {\n // Try to find string literal.\n skipWhiteSpace.lastIndex = start;\n start += skipWhiteSpace.exec(this.input)[0].length;\n var match = literal.exec(this.input.slice(start));\n if (!match) { return false }\n if ((match[1] || match[2]) === \"use strict\") { return true }\n start += match[0].length;\n\n // Skip semicolon, if any.\n skipWhiteSpace.lastIndex = start;\n start += skipWhiteSpace.exec(this.input)[0].length;\n if (this.input[start] === \";\")\n { start++; }\n }\n};\n\n// Predicate that tests whether the next token is of the given\n// type, and if yes, consumes it as a side effect.\n\npp.eat = function(type) {\n if (this.type === type) {\n this.next();\n return true\n } else {\n return false\n }\n};\n\n// Tests whether parsed token is a contextual keyword.\n\npp.isContextual = function(name) {\n return this.type === types.name && this.value === name && !this.containsEsc\n};\n\n// Consumes contextual keyword if possible.\n\npp.eatContextual = function(name) {\n if (!this.isContextual(name)) { return false }\n this.next();\n return true\n};\n\n// Asserts that following token is given contextual keyword.\n\npp.expectContextual = function(name) {\n if (!this.eatContextual(name)) { this.unexpected(); }\n};\n\n// Test whether a semicolon can be inserted at the current position.\n\npp.canInsertSemicolon = function() {\n return this.type === types.eof ||\n this.type === types.braceR ||\n lineBreak.test(this.input.slice(this.lastTokEnd, this.start))\n};\n\npp.insertSemicolon = function() {\n if (this.canInsertSemicolon()) {\n if (this.options.onInsertedSemicolon)\n { this.options.onInsertedSemicolon(this.lastTokEnd, this.lastTokEndLoc); }\n return true\n }\n};\n\n// Consume a semicolon, or, failing that, see if we are allowed to\n// pretend that there is a semicolon at this position.\n\npp.semicolon = function() {\n if (!this.eat(types.semi) && !this.insertSemicolon()) { this.unexpected(); }\n};\n\npp.afterTrailingComma = function(tokType, notNext) {\n if (this.type === tokType) {\n if (this.options.onTrailingComma)\n { this.options.onTrailingComma(this.lastTokStart, this.lastTokStartLoc); }\n if (!notNext)\n { this.next(); }\n return true\n }\n};\n\n// Expect a token of a given type. If found, consume it, otherwise,\n// raise an unexpected token error.\n\npp.expect = function(type) {\n this.eat(type) || this.unexpected();\n};\n\n// Raise an unexpected token error.\n\npp.unexpected = function(pos) {\n this.raise(pos != null ? pos : this.start, \"Unexpected token\");\n};\n\nfunction DestructuringErrors() {\n this.shorthandAssign =\n this.trailingComma =\n this.parenthesizedAssign =\n this.parenthesizedBind =\n this.doubleProto =\n -1;\n}\n\npp.checkPatternErrors = function(refDestructuringErrors, isAssign) {\n if (!refDestructuringErrors) { return }\n if (refDestructuringErrors.trailingComma > -1)\n { this.raiseRecoverable(refDestructuringErrors.trailingComma, \"Comma is not permitted after the rest element\"); }\n var parens = isAssign ? refDestructuringErrors.parenthesizedAssign : refDestructuringErrors.parenthesizedBind;\n if (parens > -1) { this.raiseRecoverable(parens, \"Parenthesized pattern\"); }\n};\n\npp.checkExpressionErrors = function(refDestructuringErrors, andThrow) {\n if (!refDestructuringErrors) { return false }\n var shorthandAssign = refDestructuringErrors.shorthandAssign;\n var doubleProto = refDestructuringErrors.doubleProto;\n if (!andThrow) { return shorthandAssign >= 0 || doubleProto >= 0 }\n if (shorthandAssign >= 0)\n { this.raise(shorthandAssign, \"Shorthand property assignments are valid only in destructuring patterns\"); }\n if (doubleProto >= 0)\n { this.raiseRecoverable(doubleProto, \"Redefinition of __proto__ property\"); }\n};\n\npp.checkYieldAwaitInDefaultParams = function() {\n if (this.yieldPos && (!this.awaitPos || this.yieldPos < this.awaitPos))\n { this.raise(this.yieldPos, \"Yield expression cannot be a default value\"); }\n if (this.awaitPos)\n { this.raise(this.awaitPos, \"Await expression cannot be a default value\"); }\n};\n\npp.isSimpleAssignTarget = function(expr) {\n if (expr.type === \"ParenthesizedExpression\")\n { return this.isSimpleAssignTarget(expr.expression) }\n return expr.type === \"Identifier\" || expr.type === \"MemberExpression\"\n};\n\nvar pp$1 = Parser.prototype;\n\n// ### Statement parsing\n\n// Parse a program. Initializes the parser, reads any number of\n// statements, and wraps them in a Program node. Optionally takes a\n// `program` argument. If present, the statements will be appended\n// to its body instead of creating a new node.\n\npp$1.parseTopLevel = function(node) {\n var exports = {};\n if (!node.body) { node.body = []; }\n while (this.type !== types.eof) {\n var stmt = this.parseStatement(null, true, exports);\n node.body.push(stmt);\n }\n if (this.inModule)\n { for (var i = 0, list = Object.keys(this.undefinedExports); i < list.length; i += 1)\n {\n var name = list[i];\n\n this.raiseRecoverable(this.undefinedExports[name].start, (\"Export '\" + name + \"' is not defined\"));\n } }\n this.adaptDirectivePrologue(node.body);\n this.next();\n node.sourceType = this.options.sourceType;\n return this.finishNode(node, \"Program\")\n};\n\nvar loopLabel = {kind: \"loop\"}, switchLabel = {kind: \"switch\"};\n\npp$1.isLet = function(context) {\n if (this.options.ecmaVersion < 6 || !this.isContextual(\"let\")) { return false }\n skipWhiteSpace.lastIndex = this.pos;\n var skip = skipWhiteSpace.exec(this.input);\n var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next);\n // For ambiguous cases, determine if a LexicalDeclaration (or only a\n // Statement) is allowed here. If context is not empty then only a Statement\n // is allowed. However, `let [` is an explicit negative lookahead for\n // ExpressionStatement, so special-case it first.\n if (nextCh === 91) { return true } // '['\n if (context) { return false }\n\n if (nextCh === 123) { return true } // '{'\n if (isIdentifierStart(nextCh, true)) {\n var pos = next + 1;\n while (isIdentifierChar(this.input.charCodeAt(pos), true)) { ++pos; }\n var ident = this.input.slice(next, pos);\n if (!keywordRelationalOperator.test(ident)) { return true }\n }\n return false\n};\n\n// check 'async [no LineTerminator here] function'\n// - 'async /*foo*/ function' is OK.\n// - 'async /*\\n*/ function' is invalid.\npp$1.isAsyncFunction = function() {\n if (this.options.ecmaVersion < 8 || !this.isContextual(\"async\"))\n { return false }\n\n skipWhiteSpace.lastIndex = this.pos;\n var skip = skipWhiteSpace.exec(this.input);\n var next = this.pos + skip[0].length;\n return !lineBreak.test(this.input.slice(this.pos, next)) &&\n this.input.slice(next, next + 8) === \"function\" &&\n (next + 8 === this.input.length || !isIdentifierChar(this.input.charAt(next + 8)))\n};\n\n// Parse a single statement.\n//\n// If expecting a statement and finding a slash operator, parse a\n// regular expression literal. This is to handle cases like\n// `if (foo) /blah/.exec(foo)`, where looking at the previous token\n// does not help.\n\npp$1.parseStatement = function(context, topLevel, exports) {\n var starttype = this.type, node = this.startNode(), kind;\n\n if (this.isLet(context)) {\n starttype = types._var;\n kind = \"let\";\n }\n\n // Most types of statements are recognized by the keyword they\n // start with. Many are trivial to parse, some require a bit of\n // complexity.\n\n switch (starttype) {\n case types._break: case types._continue: return this.parseBreakContinueStatement(node, starttype.keyword)\n case types._debugger: return this.parseDebuggerStatement(node)\n case types._do: return this.parseDoStatement(node)\n case types._for: return this.parseForStatement(node)\n case types._function:\n // Function as sole body of either an if statement or a labeled statement\n // works, but not when it is part of a labeled statement that is the sole\n // body of an if statement.\n if ((context && (this.strict || context !== \"if\" && context !== \"label\")) && this.options.ecmaVersion >= 6) { this.unexpected(); }\n return this.parseFunctionStatement(node, false, !context)\n case types._class:\n if (context) { this.unexpected(); }\n return this.parseClass(node, true)\n case types._if: return this.parseIfStatement(node)\n case types._return: return this.parseReturnStatement(node)\n case types._switch: return this.parseSwitchStatement(node)\n case types._throw: return this.parseThrowStatement(node)\n case types._try: return this.parseTryStatement(node)\n case types._const: case types._var:\n kind = kind || this.value;\n if (context && kind !== \"var\") { this.unexpected(); }\n return this.parseVarStatement(node, kind)\n case types._while: return this.parseWhileStatement(node)\n case types._with: return this.parseWithStatement(node)\n case types.braceL: return this.parseBlock(true, node)\n case types.semi: return this.parseEmptyStatement(node)\n case types._export:\n case types._import:\n if (this.options.ecmaVersion > 10 && starttype === types._import) {\n skipWhiteSpace.lastIndex = this.pos;\n var skip = skipWhiteSpace.exec(this.input);\n var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next);\n if (nextCh === 40) // '('\n { return this.parseExpressionStatement(node, this.parseExpression()) }\n }\n\n if (!this.options.allowImportExportEverywhere) {\n if (!topLevel)\n { this.raise(this.start, \"'import' and 'export' may only appear at the top level\"); }\n if (!this.inModule)\n { this.raise(this.start, \"'import' and 'export' may appear only with 'sourceType: module'\"); }\n }\n return starttype === types._import ? this.parseImport(node) : this.parseExport(node, exports)\n\n // If the statement does not start with a statement keyword or a\n // brace, it's an ExpressionStatement or LabeledStatement. We\n // simply start parsing an expression, and afterwards, if the\n // next token is a colon and the expression was a simple\n // Identifier node, we switch to interpreting it as a label.\n default:\n if (this.isAsyncFunction()) {\n if (context) { this.unexpected(); }\n this.next();\n return this.parseFunctionStatement(node, true, !context)\n }\n\n var maybeName = this.value, expr = this.parseExpression();\n if (starttype === types.name && expr.type === \"Identifier\" && this.eat(types.colon))\n { return this.parseLabeledStatement(node, maybeName, expr, context) }\n else { return this.parseExpressionStatement(node, expr) }\n }\n};\n\npp$1.parseBreakContinueStatement = function(node, keyword) {\n var isBreak = keyword === \"break\";\n this.next();\n if (this.eat(types.semi) || this.insertSemicolon()) { node.label = null; }\n else if (this.type !== types.name) { this.unexpected(); }\n else {\n node.label = this.parseIdent();\n this.semicolon();\n }\n\n // Verify that there is an actual destination to break or\n // continue to.\n var i = 0;\n for (; i < this.labels.length; ++i) {\n var lab = this.labels[i];\n if (node.label == null || lab.name === node.label.name) {\n if (lab.kind != null && (isBreak || lab.kind === \"loop\")) { break }\n if (node.label && isBreak) { break }\n }\n }\n if (i === this.labels.length) { this.raise(node.start, \"Unsyntactic \" + keyword); }\n return this.finishNode(node, isBreak ? \"BreakStatement\" : \"ContinueStatement\")\n};\n\npp$1.parseDebuggerStatement = function(node) {\n this.next();\n this.semicolon();\n return this.finishNode(node, \"DebuggerStatement\")\n};\n\npp$1.parseDoStatement = function(node) {\n this.next();\n this.labels.push(loopLabel);\n node.body = this.parseStatement(\"do\");\n this.labels.pop();\n this.expect(types._while);\n node.test = this.parseParenExpression();\n if (this.options.ecmaVersion >= 6)\n { this.eat(types.semi); }\n else\n { this.semicolon(); }\n return this.finishNode(node, \"DoWhileStatement\")\n};\n\n// Disambiguating between a `for` and a `for`/`in` or `for`/`of`\n// loop is non-trivial. Basically, we have to parse the init `var`\n// statement or expression, disallowing the `in` operator (see\n// the second parameter to `parseExpression`), and then check\n// whether the next token is `in` or `of`. When there is no init\n// part (semicolon immediately after the opening parenthesis), it\n// is a regular `for` loop.\n\npp$1.parseForStatement = function(node) {\n this.next();\n var awaitAt = (this.options.ecmaVersion >= 9 && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction)) && this.eatContextual(\"await\")) ? this.lastTokStart : -1;\n this.labels.push(loopLabel);\n this.enterScope(0);\n this.expect(types.parenL);\n if (this.type === types.semi) {\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n return this.parseFor(node, null)\n }\n var isLet = this.isLet();\n if (this.type === types._var || this.type === types._const || isLet) {\n var init$1 = this.startNode(), kind = isLet ? \"let\" : this.value;\n this.next();\n this.parseVar(init$1, true, kind);\n this.finishNode(init$1, \"VariableDeclaration\");\n if ((this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual(\"of\"))) && init$1.declarations.length === 1) {\n if (this.options.ecmaVersion >= 9) {\n if (this.type === types._in) {\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n } else { node.await = awaitAt > -1; }\n }\n return this.parseForIn(node, init$1)\n }\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n return this.parseFor(node, init$1)\n }\n var refDestructuringErrors = new DestructuringErrors;\n var init = this.parseExpression(true, refDestructuringErrors);\n if (this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual(\"of\"))) {\n if (this.options.ecmaVersion >= 9) {\n if (this.type === types._in) {\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n } else { node.await = awaitAt > -1; }\n }\n this.toAssignable(init, false, refDestructuringErrors);\n this.checkLVal(init);\n return this.parseForIn(node, init)\n } else {\n this.checkExpressionErrors(refDestructuringErrors, true);\n }\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n return this.parseFor(node, init)\n};\n\npp$1.parseFunctionStatement = function(node, isAsync, declarationPosition) {\n this.next();\n return this.parseFunction(node, FUNC_STATEMENT | (declarationPosition ? 0 : FUNC_HANGING_STATEMENT), false, isAsync)\n};\n\npp$1.parseIfStatement = function(node) {\n this.next();\n node.test = this.parseParenExpression();\n // allow function declarations in branches, but only in non-strict mode\n node.consequent = this.parseStatement(\"if\");\n node.alternate = this.eat(types._else) ? this.parseStatement(\"if\") : null;\n return this.finishNode(node, \"IfStatement\")\n};\n\npp$1.parseReturnStatement = function(node) {\n if (!this.inFunction && !this.options.allowReturnOutsideFunction)\n { this.raise(this.start, \"'return' outside of function\"); }\n this.next();\n\n // In `return` (and `break`/`continue`), the keywords with\n // optional arguments, we eagerly look for a semicolon or the\n // possibility to insert one.\n\n if (this.eat(types.semi) || this.insertSemicolon()) { node.argument = null; }\n else { node.argument = this.parseExpression(); this.semicolon(); }\n return this.finishNode(node, \"ReturnStatement\")\n};\n\npp$1.parseSwitchStatement = function(node) {\n this.next();\n node.discriminant = this.parseParenExpression();\n node.cases = [];\n this.expect(types.braceL);\n this.labels.push(switchLabel);\n this.enterScope(0);\n\n // Statements under must be grouped (by label) in SwitchCase\n // nodes. `cur` is used to keep the node that we are currently\n // adding statements to.\n\n var cur;\n for (var sawDefault = false; this.type !== types.braceR;) {\n if (this.type === types._case || this.type === types._default) {\n var isCase = this.type === types._case;\n if (cur) { this.finishNode(cur, \"SwitchCase\"); }\n node.cases.push(cur = this.startNode());\n cur.consequent = [];\n this.next();\n if (isCase) {\n cur.test = this.parseExpression();\n } else {\n if (sawDefault) { this.raiseRecoverable(this.lastTokStart, \"Multiple default clauses\"); }\n sawDefault = true;\n cur.test = null;\n }\n this.expect(types.colon);\n } else {\n if (!cur) { this.unexpected(); }\n cur.consequent.push(this.parseStatement(null));\n }\n }\n this.exitScope();\n if (cur) { this.finishNode(cur, \"SwitchCase\"); }\n this.next(); // Closing brace\n this.labels.pop();\n return this.finishNode(node, \"SwitchStatement\")\n};\n\npp$1.parseThrowStatement = function(node) {\n this.next();\n if (lineBreak.test(this.input.slice(this.lastTokEnd, this.start)))\n { this.raise(this.lastTokEnd, \"Illegal newline after throw\"); }\n node.argument = this.parseExpression();\n this.semicolon();\n return this.finishNode(node, \"ThrowStatement\")\n};\n\n// Reused empty array added for node fields that are always empty.\n\nvar empty = [];\n\npp$1.parseTryStatement = function(node) {\n this.next();\n node.block = this.parseBlock();\n node.handler = null;\n if (this.type === types._catch) {\n var clause = this.startNode();\n this.next();\n if (this.eat(types.parenL)) {\n clause.param = this.parseBindingAtom();\n var simple = clause.param.type === \"Identifier\";\n this.enterScope(simple ? SCOPE_SIMPLE_CATCH : 0);\n this.checkLVal(clause.param, simple ? BIND_SIMPLE_CATCH : BIND_LEXICAL);\n this.expect(types.parenR);\n } else {\n if (this.options.ecmaVersion < 10) { this.unexpected(); }\n clause.param = null;\n this.enterScope(0);\n }\n clause.body = this.parseBlock(false);\n this.exitScope();\n node.handler = this.finishNode(clause, \"CatchClause\");\n }\n node.finalizer = this.eat(types._finally) ? this.parseBlock() : null;\n if (!node.handler && !node.finalizer)\n { this.raise(node.start, \"Missing catch or finally clause\"); }\n return this.finishNode(node, \"TryStatement\")\n};\n\npp$1.parseVarStatement = function(node, kind) {\n this.next();\n this.parseVar(node, false, kind);\n this.semicolon();\n return this.finishNode(node, \"VariableDeclaration\")\n};\n\npp$1.parseWhileStatement = function(node) {\n this.next();\n node.test = this.parseParenExpression();\n this.labels.push(loopLabel);\n node.body = this.parseStatement(\"while\");\n this.labels.pop();\n return this.finishNode(node, \"WhileStatement\")\n};\n\npp$1.parseWithStatement = function(node) {\n if (this.strict) { this.raise(this.start, \"'with' in strict mode\"); }\n this.next();\n node.object = this.parseParenExpression();\n node.body = this.parseStatement(\"with\");\n return this.finishNode(node, \"WithStatement\")\n};\n\npp$1.parseEmptyStatement = function(node) {\n this.next();\n return this.finishNode(node, \"EmptyStatement\")\n};\n\npp$1.parseLabeledStatement = function(node, maybeName, expr, context) {\n for (var i$1 = 0, list = this.labels; i$1 < list.length; i$1 += 1)\n {\n var label = list[i$1];\n\n if (label.name === maybeName)\n { this.raise(expr.start, \"Label '\" + maybeName + \"' is already declared\");\n } }\n var kind = this.type.isLoop ? \"loop\" : this.type === types._switch ? \"switch\" : null;\n for (var i = this.labels.length - 1; i >= 0; i--) {\n var label$1 = this.labels[i];\n if (label$1.statementStart === node.start) {\n // Update information about previous labels on this node\n label$1.statementStart = this.start;\n label$1.kind = kind;\n } else { break }\n }\n this.labels.push({name: maybeName, kind: kind, statementStart: this.start});\n node.body = this.parseStatement(context ? context.indexOf(\"label\") === -1 ? context + \"label\" : context : \"label\");\n this.labels.pop();\n node.label = expr;\n return this.finishNode(node, \"LabeledStatement\")\n};\n\npp$1.parseExpressionStatement = function(node, expr) {\n node.expression = expr;\n this.semicolon();\n return this.finishNode(node, \"ExpressionStatement\")\n};\n\n// Parse a semicolon-enclosed block of statements, handling `\"use\n// strict\"` declarations when `allowStrict` is true (used for\n// function bodies).\n\npp$1.parseBlock = function(createNewLexicalScope, node) {\n if ( createNewLexicalScope === void 0 ) createNewLexicalScope = true;\n if ( node === void 0 ) node = this.startNode();\n\n node.body = [];\n this.expect(types.braceL);\n if (createNewLexicalScope) { this.enterScope(0); }\n while (!this.eat(types.braceR)) {\n var stmt = this.parseStatement(null);\n node.body.push(stmt);\n }\n if (createNewLexicalScope) { this.exitScope(); }\n return this.finishNode(node, \"BlockStatement\")\n};\n\n// Parse a regular `for` loop. The disambiguation code in\n// `parseStatement` will already have parsed the init statement or\n// expression.\n\npp$1.parseFor = function(node, init) {\n node.init = init;\n this.expect(types.semi);\n node.test = this.type === types.semi ? null : this.parseExpression();\n this.expect(types.semi);\n node.update = this.type === types.parenR ? null : this.parseExpression();\n this.expect(types.parenR);\n node.body = this.parseStatement(\"for\");\n this.exitScope();\n this.labels.pop();\n return this.finishNode(node, \"ForStatement\")\n};\n\n// Parse a `for`/`in` and `for`/`of` loop, which are almost\n// same from parser's perspective.\n\npp$1.parseForIn = function(node, init) {\n var isForIn = this.type === types._in;\n this.next();\n\n if (\n init.type === \"VariableDeclaration\" &&\n init.declarations[0].init != null &&\n (\n !isForIn ||\n this.options.ecmaVersion < 8 ||\n this.strict ||\n init.kind !== \"var\" ||\n init.declarations[0].id.type !== \"Identifier\"\n )\n ) {\n this.raise(\n init.start,\n ((isForIn ? \"for-in\" : \"for-of\") + \" loop variable declaration may not have an initializer\")\n );\n } else if (init.type === \"AssignmentPattern\") {\n this.raise(init.start, \"Invalid left-hand side in for-loop\");\n }\n node.left = init;\n node.right = isForIn ? this.parseExpression() : this.parseMaybeAssign();\n this.expect(types.parenR);\n node.body = this.parseStatement(\"for\");\n this.exitScope();\n this.labels.pop();\n return this.finishNode(node, isForIn ? \"ForInStatement\" : \"ForOfStatement\")\n};\n\n// Parse a list of variable declarations.\n\npp$1.parseVar = function(node, isFor, kind) {\n node.declarations = [];\n node.kind = kind;\n for (;;) {\n var decl = this.startNode();\n this.parseVarId(decl, kind);\n if (this.eat(types.eq)) {\n decl.init = this.parseMaybeAssign(isFor);\n } else if (kind === \"const\" && !(this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual(\"of\")))) {\n this.unexpected();\n } else if (decl.id.type !== \"Identifier\" && !(isFor && (this.type === types._in || this.isContextual(\"of\")))) {\n this.raise(this.lastTokEnd, \"Complex binding patterns require an initialization value\");\n } else {\n decl.init = null;\n }\n node.declarations.push(this.finishNode(decl, \"VariableDeclarator\"));\n if (!this.eat(types.comma)) { break }\n }\n return node\n};\n\npp$1.parseVarId = function(decl, kind) {\n decl.id = this.parseBindingAtom();\n this.checkLVal(decl.id, kind === \"var\" ? BIND_VAR : BIND_LEXICAL, false);\n};\n\nvar FUNC_STATEMENT = 1, FUNC_HANGING_STATEMENT = 2, FUNC_NULLABLE_ID = 4;\n\n// Parse a function declaration or literal (depending on the\n// `statement & FUNC_STATEMENT`).\n\n// Remove `allowExpressionBody` for 7.0.0, as it is only called with false\npp$1.parseFunction = function(node, statement, allowExpressionBody, isAsync) {\n this.initFunction(node);\n if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {\n if (this.type === types.star && (statement & FUNC_HANGING_STATEMENT))\n { this.unexpected(); }\n node.generator = this.eat(types.star);\n }\n if (this.options.ecmaVersion >= 8)\n { node.async = !!isAsync; }\n\n if (statement & FUNC_STATEMENT) {\n node.id = (statement & FUNC_NULLABLE_ID) && this.type !== types.name ? null : this.parseIdent();\n if (node.id && !(statement & FUNC_HANGING_STATEMENT))\n // If it is a regular function declaration in sloppy mode, then it is\n // subject to Annex B semantics (BIND_FUNCTION). Otherwise, the binding\n // mode depends on properties of the current scope (see\n // treatFunctionsAsVar).\n { this.checkLVal(node.id, (this.strict || node.generator || node.async) ? this.treatFunctionsAsVar ? BIND_VAR : BIND_LEXICAL : BIND_FUNCTION); }\n }\n\n var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos;\n this.yieldPos = 0;\n this.awaitPos = 0;\n this.awaitIdentPos = 0;\n this.enterScope(functionFlags(node.async, node.generator));\n\n if (!(statement & FUNC_STATEMENT))\n { node.id = this.type === types.name ? this.parseIdent() : null; }\n\n this.parseFunctionParams(node);\n this.parseFunctionBody(node, allowExpressionBody, false);\n\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n this.awaitIdentPos = oldAwaitIdentPos;\n return this.finishNode(node, (statement & FUNC_STATEMENT) ? \"FunctionDeclaration\" : \"FunctionExpression\")\n};\n\npp$1.parseFunctionParams = function(node) {\n this.expect(types.parenL);\n node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8);\n this.checkYieldAwaitInDefaultParams();\n};\n\n// Parse a class declaration or literal (depending on the\n// `isStatement` parameter).\n\npp$1.parseClass = function(node, isStatement) {\n this.next();\n\n // ecma-262 14.6 Class Definitions\n // A class definition is always strict mode code.\n var oldStrict = this.strict;\n this.strict = true;\n\n this.parseClassId(node, isStatement);\n this.parseClassSuper(node);\n var classBody = this.startNode();\n var hadConstructor = false;\n classBody.body = [];\n this.expect(types.braceL);\n while (!this.eat(types.braceR)) {\n var element = this.parseClassElement(node.superClass !== null);\n if (element) {\n classBody.body.push(element);\n if (element.type === \"MethodDefinition\" && element.kind === \"constructor\") {\n if (hadConstructor) { this.raise(element.start, \"Duplicate constructor in the same class\"); }\n hadConstructor = true;\n }\n }\n }\n node.body = this.finishNode(classBody, \"ClassBody\");\n this.strict = oldStrict;\n return this.finishNode(node, isStatement ? \"ClassDeclaration\" : \"ClassExpression\")\n};\n\npp$1.parseClassElement = function(constructorAllowsSuper) {\n var this$1 = this;\n\n if (this.eat(types.semi)) { return null }\n\n var method = this.startNode();\n var tryContextual = function (k, noLineBreak) {\n if ( noLineBreak === void 0 ) noLineBreak = false;\n\n var start = this$1.start, startLoc = this$1.startLoc;\n if (!this$1.eatContextual(k)) { return false }\n if (this$1.type !== types.parenL && (!noLineBreak || !this$1.canInsertSemicolon())) { return true }\n if (method.key) { this$1.unexpected(); }\n method.computed = false;\n method.key = this$1.startNodeAt(start, startLoc);\n method.key.name = k;\n this$1.finishNode(method.key, \"Identifier\");\n return false\n };\n\n method.kind = \"method\";\n method.static = tryContextual(\"static\");\n var isGenerator = this.eat(types.star);\n var isAsync = false;\n if (!isGenerator) {\n if (this.options.ecmaVersion >= 8 && tryContextual(\"async\", true)) {\n isAsync = true;\n isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star);\n } else if (tryContextual(\"get\")) {\n method.kind = \"get\";\n } else if (tryContextual(\"set\")) {\n method.kind = \"set\";\n }\n }\n if (!method.key) { this.parsePropertyName(method); }\n var key = method.key;\n var allowsDirectSuper = false;\n if (!method.computed && !method.static && (key.type === \"Identifier\" && key.name === \"constructor\" ||\n key.type === \"Literal\" && key.value === \"constructor\")) {\n if (method.kind !== \"method\") { this.raise(key.start, \"Constructor can't have get/set modifier\"); }\n if (isGenerator) { this.raise(key.start, \"Constructor can't be a generator\"); }\n if (isAsync) { this.raise(key.start, \"Constructor can't be an async method\"); }\n method.kind = \"constructor\";\n allowsDirectSuper = constructorAllowsSuper;\n } else if (method.static && key.type === \"Identifier\" && key.name === \"prototype\") {\n this.raise(key.start, \"Classes may not have a static property named prototype\");\n }\n this.parseClassMethod(method, isGenerator, isAsync, allowsDirectSuper);\n if (method.kind === \"get\" && method.value.params.length !== 0)\n { this.raiseRecoverable(method.value.start, \"getter should have no params\"); }\n if (method.kind === \"set\" && method.value.params.length !== 1)\n { this.raiseRecoverable(method.value.start, \"setter should have exactly one param\"); }\n if (method.kind === \"set\" && method.value.params[0].type === \"RestElement\")\n { this.raiseRecoverable(method.value.params[0].start, \"Setter cannot use rest params\"); }\n return method\n};\n\npp$1.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) {\n method.value = this.parseMethod(isGenerator, isAsync, allowsDirectSuper);\n return this.finishNode(method, \"MethodDefinition\")\n};\n\npp$1.parseClassId = function(node, isStatement) {\n if (this.type === types.name) {\n node.id = this.parseIdent();\n if (isStatement)\n { this.checkLVal(node.id, BIND_LEXICAL, false); }\n } else {\n if (isStatement === true)\n { this.unexpected(); }\n node.id = null;\n }\n};\n\npp$1.parseClassSuper = function(node) {\n node.superClass = this.eat(types._extends) ? this.parseExprSubscripts() : null;\n};\n\n// Parses module export declaration.\n\npp$1.parseExport = function(node, exports) {\n this.next();\n // export * from '...'\n if (this.eat(types.star)) {\n this.expectContextual(\"from\");\n if (this.type !== types.string) { this.unexpected(); }\n node.source = this.parseExprAtom();\n this.semicolon();\n return this.finishNode(node, \"ExportAllDeclaration\")\n }\n if (this.eat(types._default)) { // export default ...\n this.checkExport(exports, \"default\", this.lastTokStart);\n var isAsync;\n if (this.type === types._function || (isAsync = this.isAsyncFunction())) {\n var fNode = this.startNode();\n this.next();\n if (isAsync) { this.next(); }\n node.declaration = this.parseFunction(fNode, FUNC_STATEMENT | FUNC_NULLABLE_ID, false, isAsync);\n } else if (this.type === types._class) {\n var cNode = this.startNode();\n node.declaration = this.parseClass(cNode, \"nullableID\");\n } else {\n node.declaration = this.parseMaybeAssign();\n this.semicolon();\n }\n return this.finishNode(node, \"ExportDefaultDeclaration\")\n }\n // export var|const|let|function|class ...\n if (this.shouldParseExportStatement()) {\n node.declaration = this.parseStatement(null);\n if (node.declaration.type === \"VariableDeclaration\")\n { this.checkVariableExport(exports, node.declaration.declarations); }\n else\n { this.checkExport(exports, node.declaration.id.name, node.declaration.id.start); }\n node.specifiers = [];\n node.source = null;\n } else { // export { x, y as z } [from '...']\n node.declaration = null;\n node.specifiers = this.parseExportSpecifiers(exports);\n if (this.eatContextual(\"from\")) {\n if (this.type !== types.string) { this.unexpected(); }\n node.source = this.parseExprAtom();\n } else {\n for (var i = 0, list = node.specifiers; i < list.length; i += 1) {\n // check for keywords used as local names\n var spec = list[i];\n\n this.checkUnreserved(spec.local);\n // check if export is defined\n this.checkLocalExport(spec.local);\n }\n\n node.source = null;\n }\n this.semicolon();\n }\n return this.finishNode(node, \"ExportNamedDeclaration\")\n};\n\npp$1.checkExport = function(exports, name, pos) {\n if (!exports) { return }\n if (has(exports, name))\n { this.raiseRecoverable(pos, \"Duplicate export '\" + name + \"'\"); }\n exports[name] = true;\n};\n\npp$1.checkPatternExport = function(exports, pat) {\n var type = pat.type;\n if (type === \"Identifier\")\n { this.checkExport(exports, pat.name, pat.start); }\n else if (type === \"ObjectPattern\")\n { for (var i = 0, list = pat.properties; i < list.length; i += 1)\n {\n var prop = list[i];\n\n this.checkPatternExport(exports, prop);\n } }\n else if (type === \"ArrayPattern\")\n { for (var i$1 = 0, list$1 = pat.elements; i$1 < list$1.length; i$1 += 1) {\n var elt = list$1[i$1];\n\n if (elt) { this.checkPatternExport(exports, elt); }\n } }\n else if (type === \"Property\")\n { this.checkPatternExport(exports, pat.value); }\n else if (type === \"AssignmentPattern\")\n { this.checkPatternExport(exports, pat.left); }\n else if (type === \"RestElement\")\n { this.checkPatternExport(exports, pat.argument); }\n else if (type === \"ParenthesizedExpression\")\n { this.checkPatternExport(exports, pat.expression); }\n};\n\npp$1.checkVariableExport = function(exports, decls) {\n if (!exports) { return }\n for (var i = 0, list = decls; i < list.length; i += 1)\n {\n var decl = list[i];\n\n this.checkPatternExport(exports, decl.id);\n }\n};\n\npp$1.shouldParseExportStatement = function() {\n return this.type.keyword === \"var\" ||\n this.type.keyword === \"const\" ||\n this.type.keyword === \"class\" ||\n this.type.keyword === \"function\" ||\n this.isLet() ||\n this.isAsyncFunction()\n};\n\n// Parses a comma-separated list of module exports.\n\npp$1.parseExportSpecifiers = function(exports) {\n var nodes = [], first = true;\n // export { x, y as z } [from '...']\n this.expect(types.braceL);\n while (!this.eat(types.braceR)) {\n if (!first) {\n this.expect(types.comma);\n if (this.afterTrailingComma(types.braceR)) { break }\n } else { first = false; }\n\n var node = this.startNode();\n node.local = this.parseIdent(true);\n node.exported = this.eatContextual(\"as\") ? this.parseIdent(true) : node.local;\n this.checkExport(exports, node.exported.name, node.exported.start);\n nodes.push(this.finishNode(node, \"ExportSpecifier\"));\n }\n return nodes\n};\n\n// Parses import declaration.\n\npp$1.parseImport = function(node) {\n this.next();\n // import '...'\n if (this.type === types.string) {\n node.specifiers = empty;\n node.source = this.parseExprAtom();\n } else {\n node.specifiers = this.parseImportSpecifiers();\n this.expectContextual(\"from\");\n node.source = this.type === types.string ? this.parseExprAtom() : this.unexpected();\n }\n this.semicolon();\n return this.finishNode(node, \"ImportDeclaration\")\n};\n\n// Parses a comma-separated list of module imports.\n\npp$1.parseImportSpecifiers = function() {\n var nodes = [], first = true;\n if (this.type === types.name) {\n // import defaultObj, { x, y as z } from '...'\n var node = this.startNode();\n node.local = this.parseIdent();\n this.checkLVal(node.local, BIND_LEXICAL);\n nodes.push(this.finishNode(node, \"ImportDefaultSpecifier\"));\n if (!this.eat(types.comma)) { return nodes }\n }\n if (this.type === types.star) {\n var node$1 = this.startNode();\n this.next();\n this.expectContextual(\"as\");\n node$1.local = this.parseIdent();\n this.checkLVal(node$1.local, BIND_LEXICAL);\n nodes.push(this.finishNode(node$1, \"ImportNamespaceSpecifier\"));\n return nodes\n }\n this.expect(types.braceL);\n while (!this.eat(types.braceR)) {\n if (!first) {\n this.expect(types.comma);\n if (this.afterTrailingComma(types.braceR)) { break }\n } else { first = false; }\n\n var node$2 = this.startNode();\n node$2.imported = this.parseIdent(true);\n if (this.eatContextual(\"as\")) {\n node$2.local = this.parseIdent();\n } else {\n this.checkUnreserved(node$2.imported);\n node$2.local = node$2.imported;\n }\n this.checkLVal(node$2.local, BIND_LEXICAL);\n nodes.push(this.finishNode(node$2, \"ImportSpecifier\"));\n }\n return nodes\n};\n\n// Set `ExpressionStatement#directive` property for directive prologues.\npp$1.adaptDirectivePrologue = function(statements) {\n for (var i = 0; i < statements.length && this.isDirectiveCandidate(statements[i]); ++i) {\n statements[i].directive = statements[i].expression.raw.slice(1, -1);\n }\n};\npp$1.isDirectiveCandidate = function(statement) {\n return (\n statement.type === \"ExpressionStatement\" &&\n statement.expression.type === \"Literal\" &&\n typeof statement.expression.value === \"string\" &&\n // Reject parenthesized strings.\n (this.input[statement.start] === \"\\\"\" || this.input[statement.start] === \"'\")\n )\n};\n\nvar pp$2 = Parser.prototype;\n\n// Convert existing expression atom to assignable pattern\n// if possible.\n\npp$2.toAssignable = function(node, isBinding, refDestructuringErrors) {\n if (this.options.ecmaVersion >= 6 && node) {\n switch (node.type) {\n case \"Identifier\":\n if (this.inAsync && node.name === \"await\")\n { this.raise(node.start, \"Cannot use 'await' as identifier inside an async function\"); }\n break\n\n case \"ObjectPattern\":\n case \"ArrayPattern\":\n case \"RestElement\":\n break\n\n case \"ObjectExpression\":\n node.type = \"ObjectPattern\";\n if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); }\n for (var i = 0, list = node.properties; i < list.length; i += 1) {\n var prop = list[i];\n\n this.toAssignable(prop, isBinding);\n // Early error:\n // AssignmentRestProperty[Yield, Await] :\n // `...` DestructuringAssignmentTarget[Yield, Await]\n //\n // It is a Syntax Error if |DestructuringAssignmentTarget| is an |ArrayLiteral| or an |ObjectLiteral|.\n if (\n prop.type === \"RestElement\" &&\n (prop.argument.type === \"ArrayPattern\" || prop.argument.type === \"ObjectPattern\")\n ) {\n this.raise(prop.argument.start, \"Unexpected token\");\n }\n }\n break\n\n case \"Property\":\n // AssignmentProperty has type === \"Property\"\n if (node.kind !== \"init\") { this.raise(node.key.start, \"Object pattern can't contain getter or setter\"); }\n this.toAssignable(node.value, isBinding);\n break\n\n case \"ArrayExpression\":\n node.type = \"ArrayPattern\";\n if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); }\n this.toAssignableList(node.elements, isBinding);\n break\n\n case \"SpreadElement\":\n node.type = \"RestElement\";\n this.toAssignable(node.argument, isBinding);\n if (node.argument.type === \"AssignmentPattern\")\n { this.raise(node.argument.start, \"Rest elements cannot have a default value\"); }\n break\n\n case \"AssignmentExpression\":\n if (node.operator !== \"=\") { this.raise(node.left.end, \"Only '=' operator can be used for specifying default value.\"); }\n node.type = \"AssignmentPattern\";\n delete node.operator;\n this.toAssignable(node.left, isBinding);\n // falls through to AssignmentPattern\n\n case \"AssignmentPattern\":\n break\n\n case \"ParenthesizedExpression\":\n this.toAssignable(node.expression, isBinding, refDestructuringErrors);\n break\n\n case \"MemberExpression\":\n if (!isBinding) { break }\n\n default:\n this.raise(node.start, \"Assigning to rvalue\");\n }\n } else if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); }\n return node\n};\n\n// Convert list of expression atoms to binding list.\n\npp$2.toAssignableList = function(exprList, isBinding) {\n var end = exprList.length;\n for (var i = 0; i < end; i++) {\n var elt = exprList[i];\n if (elt) { this.toAssignable(elt, isBinding); }\n }\n if (end) {\n var last = exprList[end - 1];\n if (this.options.ecmaVersion === 6 && isBinding && last && last.type === \"RestElement\" && last.argument.type !== \"Identifier\")\n { this.unexpected(last.argument.start); }\n }\n return exprList\n};\n\n// Parses spread element.\n\npp$2.parseSpread = function(refDestructuringErrors) {\n var node = this.startNode();\n this.next();\n node.argument = this.parseMaybeAssign(false, refDestructuringErrors);\n return this.finishNode(node, \"SpreadElement\")\n};\n\npp$2.parseRestBinding = function() {\n var node = this.startNode();\n this.next();\n\n // RestElement inside of a function parameter must be an identifier\n if (this.options.ecmaVersion === 6 && this.type !== types.name)\n { this.unexpected(); }\n\n node.argument = this.parseBindingAtom();\n\n return this.finishNode(node, \"RestElement\")\n};\n\n// Parses lvalue (assignable) atom.\n\npp$2.parseBindingAtom = function() {\n if (this.options.ecmaVersion >= 6) {\n switch (this.type) {\n case types.bracketL:\n var node = this.startNode();\n this.next();\n node.elements = this.parseBindingList(types.bracketR, true, true);\n return this.finishNode(node, \"ArrayPattern\")\n\n case types.braceL:\n return this.parseObj(true)\n }\n }\n return this.parseIdent()\n};\n\npp$2.parseBindingList = function(close, allowEmpty, allowTrailingComma) {\n var elts = [], first = true;\n while (!this.eat(close)) {\n if (first) { first = false; }\n else { this.expect(types.comma); }\n if (allowEmpty && this.type === types.comma) {\n elts.push(null);\n } else if (allowTrailingComma && this.afterTrailingComma(close)) {\n break\n } else if (this.type === types.ellipsis) {\n var rest = this.parseRestBinding();\n this.parseBindingListItem(rest);\n elts.push(rest);\n if (this.type === types.comma) { this.raise(this.start, \"Comma is not permitted after the rest element\"); }\n this.expect(close);\n break\n } else {\n var elem = this.parseMaybeDefault(this.start, this.startLoc);\n this.parseBindingListItem(elem);\n elts.push(elem);\n }\n }\n return elts\n};\n\npp$2.parseBindingListItem = function(param) {\n return param\n};\n\n// Parses assignment pattern around given atom if possible.\n\npp$2.parseMaybeDefault = function(startPos, startLoc, left) {\n left = left || this.parseBindingAtom();\n if (this.options.ecmaVersion < 6 || !this.eat(types.eq)) { return left }\n var node = this.startNodeAt(startPos, startLoc);\n node.left = left;\n node.right = this.parseMaybeAssign();\n return this.finishNode(node, \"AssignmentPattern\")\n};\n\n// Verify that a node is an lval — something that can be assigned\n// to.\n// bindingType can be either:\n// 'var' indicating that the lval creates a 'var' binding\n// 'let' indicating that the lval creates a lexical ('let' or 'const') binding\n// 'none' indicating that the binding should be checked for illegal identifiers, but not for duplicate references\n\npp$2.checkLVal = function(expr, bindingType, checkClashes) {\n if ( bindingType === void 0 ) bindingType = BIND_NONE;\n\n switch (expr.type) {\n case \"Identifier\":\n if (bindingType === BIND_LEXICAL && expr.name === \"let\")\n { this.raiseRecoverable(expr.start, \"let is disallowed as a lexically bound name\"); }\n if (this.strict && this.reservedWordsStrictBind.test(expr.name))\n { this.raiseRecoverable(expr.start, (bindingType ? \"Binding \" : \"Assigning to \") + expr.name + \" in strict mode\"); }\n if (checkClashes) {\n if (has(checkClashes, expr.name))\n { this.raiseRecoverable(expr.start, \"Argument name clash\"); }\n checkClashes[expr.name] = true;\n }\n if (bindingType !== BIND_NONE && bindingType !== BIND_OUTSIDE) { this.declareName(expr.name, bindingType, expr.start); }\n break\n\n case \"MemberExpression\":\n if (bindingType) { this.raiseRecoverable(expr.start, \"Binding member expression\"); }\n break\n\n case \"ObjectPattern\":\n for (var i = 0, list = expr.properties; i < list.length; i += 1)\n {\n var prop = list[i];\n\n this.checkLVal(prop, bindingType, checkClashes);\n }\n break\n\n case \"Property\":\n // AssignmentProperty has type === \"Property\"\n this.checkLVal(expr.value, bindingType, checkClashes);\n break\n\n case \"ArrayPattern\":\n for (var i$1 = 0, list$1 = expr.elements; i$1 < list$1.length; i$1 += 1) {\n var elem = list$1[i$1];\n\n if (elem) { this.checkLVal(elem, bindingType, checkClashes); }\n }\n break\n\n case \"AssignmentPattern\":\n this.checkLVal(expr.left, bindingType, checkClashes);\n break\n\n case \"RestElement\":\n this.checkLVal(expr.argument, bindingType, checkClashes);\n break\n\n case \"ParenthesizedExpression\":\n this.checkLVal(expr.expression, bindingType, checkClashes);\n break\n\n default:\n this.raise(expr.start, (bindingType ? \"Binding\" : \"Assigning to\") + \" rvalue\");\n }\n};\n\n// A recursive descent parser operates by defining functions for all\n\nvar pp$3 = Parser.prototype;\n\n// Check if property name clashes with already added.\n// Object/class getters and setters are not allowed to clash —\n// either with each other or with an init property — and in\n// strict mode, init properties are also not allowed to be repeated.\n\npp$3.checkPropClash = function(prop, propHash, refDestructuringErrors) {\n if (this.options.ecmaVersion >= 9 && prop.type === \"SpreadElement\")\n { return }\n if (this.options.ecmaVersion >= 6 && (prop.computed || prop.method || prop.shorthand))\n { return }\n var key = prop.key;\n var name;\n switch (key.type) {\n case \"Identifier\": name = key.name; break\n case \"Literal\": name = String(key.value); break\n default: return\n }\n var kind = prop.kind;\n if (this.options.ecmaVersion >= 6) {\n if (name === \"__proto__\" && kind === \"init\") {\n if (propHash.proto) {\n if (refDestructuringErrors && refDestructuringErrors.doubleProto < 0) { refDestructuringErrors.doubleProto = key.start; }\n // Backwards-compat kludge. Can be removed in version 6.0\n else { this.raiseRecoverable(key.start, \"Redefinition of __proto__ property\"); }\n }\n propHash.proto = true;\n }\n return\n }\n name = \"$\" + name;\n var other = propHash[name];\n if (other) {\n var redefinition;\n if (kind === \"init\") {\n redefinition = this.strict && other.init || other.get || other.set;\n } else {\n redefinition = other.init || other[kind];\n }\n if (redefinition)\n { this.raiseRecoverable(key.start, \"Redefinition of property\"); }\n } else {\n other = propHash[name] = {\n init: false,\n get: false,\n set: false\n };\n }\n other[kind] = true;\n};\n\n// ### Expression parsing\n\n// These nest, from the most general expression type at the top to\n// 'atomic', nondivisible expression types at the bottom. Most of\n// the functions will simply let the function(s) below them parse,\n// and, *if* the syntactic construct they handle is present, wrap\n// the AST node that the inner parser gave them in another node.\n\n// Parse a full expression. The optional arguments are used to\n// forbid the `in` operator (in for loops initalization expressions)\n// and provide reference for storing '=' operator inside shorthand\n// property assignment in contexts where both object expression\n// and object pattern might appear (so it's possible to raise\n// delayed syntax error at correct position).\n\npp$3.parseExpression = function(noIn, refDestructuringErrors) {\n var startPos = this.start, startLoc = this.startLoc;\n var expr = this.parseMaybeAssign(noIn, refDestructuringErrors);\n if (this.type === types.comma) {\n var node = this.startNodeAt(startPos, startLoc);\n node.expressions = [expr];\n while (this.eat(types.comma)) { node.expressions.push(this.parseMaybeAssign(noIn, refDestructuringErrors)); }\n return this.finishNode(node, \"SequenceExpression\")\n }\n return expr\n};\n\n// Parse an assignment expression. This includes applications of\n// operators like `+=`.\n\npp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) {\n if (this.isContextual(\"yield\")) {\n if (this.inGenerator) { return this.parseYield(noIn) }\n // The tokenizer will assume an expression is allowed after\n // `yield`, but this isn't that kind of yield\n else { this.exprAllowed = false; }\n }\n\n var ownDestructuringErrors = false, oldParenAssign = -1, oldTrailingComma = -1, oldShorthandAssign = -1;\n if (refDestructuringErrors) {\n oldParenAssign = refDestructuringErrors.parenthesizedAssign;\n oldTrailingComma = refDestructuringErrors.trailingComma;\n oldShorthandAssign = refDestructuringErrors.shorthandAssign;\n refDestructuringErrors.parenthesizedAssign = refDestructuringErrors.trailingComma = refDestructuringErrors.shorthandAssign = -1;\n } else {\n refDestructuringErrors = new DestructuringErrors;\n ownDestructuringErrors = true;\n }\n\n var startPos = this.start, startLoc = this.startLoc;\n if (this.type === types.parenL || this.type === types.name)\n { this.potentialArrowAt = this.start; }\n var left = this.parseMaybeConditional(noIn, refDestructuringErrors);\n if (afterLeftParse) { left = afterLeftParse.call(this, left, startPos, startLoc); }\n if (this.type.isAssign) {\n var node = this.startNodeAt(startPos, startLoc);\n node.operator = this.value;\n node.left = this.type === types.eq ? this.toAssignable(left, false, refDestructuringErrors) : left;\n if (!ownDestructuringErrors) { DestructuringErrors.call(refDestructuringErrors); }\n refDestructuringErrors.shorthandAssign = -1; // reset because shorthand default was used correctly\n this.checkLVal(left);\n this.next();\n node.right = this.parseMaybeAssign(noIn);\n return this.finishNode(node, \"AssignmentExpression\")\n } else {\n if (ownDestructuringErrors) { this.checkExpressionErrors(refDestructuringErrors, true); }\n }\n if (oldParenAssign > -1) { refDestructuringErrors.parenthesizedAssign = oldParenAssign; }\n if (oldTrailingComma > -1) { refDestructuringErrors.trailingComma = oldTrailingComma; }\n if (oldShorthandAssign > -1) { refDestructuringErrors.shorthandAssign = oldShorthandAssign; }\n return left\n};\n\n// Parse a ternary conditional (`?:`) operator.\n\npp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) {\n var startPos = this.start, startLoc = this.startLoc;\n var expr = this.parseExprOps(noIn, refDestructuringErrors);\n if (this.checkExpressionErrors(refDestructuringErrors)) { return expr }\n if (this.eat(types.question)) {\n var node = this.startNodeAt(startPos, startLoc);\n node.test = expr;\n node.consequent = this.parseMaybeAssign();\n this.expect(types.colon);\n node.alternate = this.parseMaybeAssign(noIn);\n return this.finishNode(node, \"ConditionalExpression\")\n }\n return expr\n};\n\n// Start the precedence parser.\n\npp$3.parseExprOps = function(noIn, refDestructuringErrors) {\n var startPos = this.start, startLoc = this.startLoc;\n var expr = this.parseMaybeUnary(refDestructuringErrors, false);\n if (this.checkExpressionErrors(refDestructuringErrors)) { return expr }\n return expr.start === startPos && expr.type === \"ArrowFunctionExpression\" ? expr : this.parseExprOp(expr, startPos, startLoc, -1, noIn)\n};\n\n// Parse binary operators with the operator precedence parsing\n// algorithm. `left` is the left-hand side of the operator.\n// `minPrec` provides context that allows the function to stop and\n// defer further parser to one of its callers when it encounters an\n// operator that has a lower precedence than the set it is parsing.\n\npp$3.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, noIn) {\n var prec = this.type.binop;\n if (prec != null && (!noIn || this.type !== types._in)) {\n if (prec > minPrec) {\n var logical = this.type === types.logicalOR || this.type === types.logicalAND;\n var op = this.value;\n this.next();\n var startPos = this.start, startLoc = this.startLoc;\n var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn);\n var node = this.buildBinary(leftStartPos, leftStartLoc, left, right, op, logical);\n return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec, noIn)\n }\n }\n return left\n};\n\npp$3.buildBinary = function(startPos, startLoc, left, right, op, logical) {\n var node = this.startNodeAt(startPos, startLoc);\n node.left = left;\n node.operator = op;\n node.right = right;\n return this.finishNode(node, logical ? \"LogicalExpression\" : \"BinaryExpression\")\n};\n\n// Parse unary operators, both prefix and postfix.\n\npp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) {\n var startPos = this.start, startLoc = this.startLoc, expr;\n if (this.isContextual(\"await\") && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction))) {\n expr = this.parseAwait();\n sawUnary = true;\n } else if (this.type.prefix) {\n var node = this.startNode(), update = this.type === types.incDec;\n node.operator = this.value;\n node.prefix = true;\n this.next();\n node.argument = this.parseMaybeUnary(null, true);\n this.checkExpressionErrors(refDestructuringErrors, true);\n if (update) { this.checkLVal(node.argument); }\n else if (this.strict && node.operator === \"delete\" &&\n node.argument.type === \"Identifier\")\n { this.raiseRecoverable(node.start, \"Deleting local variable in strict mode\"); }\n else { sawUnary = true; }\n expr = this.finishNode(node, update ? \"UpdateExpression\" : \"UnaryExpression\");\n } else {\n expr = this.parseExprSubscripts(refDestructuringErrors);\n if (this.checkExpressionErrors(refDestructuringErrors)) { return expr }\n while (this.type.postfix && !this.canInsertSemicolon()) {\n var node$1 = this.startNodeAt(startPos, startLoc);\n node$1.operator = this.value;\n node$1.prefix = false;\n node$1.argument = expr;\n this.checkLVal(expr);\n this.next();\n expr = this.finishNode(node$1, \"UpdateExpression\");\n }\n }\n\n if (!sawUnary && this.eat(types.starstar))\n { return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), \"**\", false) }\n else\n { return expr }\n};\n\n// Parse call, dot, and `[]`-subscript expressions.\n\npp$3.parseExprSubscripts = function(refDestructuringErrors) {\n var startPos = this.start, startLoc = this.startLoc;\n var expr = this.parseExprAtom(refDestructuringErrors);\n var skipArrowSubscripts = expr.type === \"ArrowFunctionExpression\" && this.input.slice(this.lastTokStart, this.lastTokEnd) !== \")\";\n if (this.checkExpressionErrors(refDestructuringErrors) || skipArrowSubscripts) { return expr }\n var result = this.parseSubscripts(expr, startPos, startLoc);\n if (refDestructuringErrors && result.type === \"MemberExpression\") {\n if (refDestructuringErrors.parenthesizedAssign >= result.start) { refDestructuringErrors.parenthesizedAssign = -1; }\n if (refDestructuringErrors.parenthesizedBind >= result.start) { refDestructuringErrors.parenthesizedBind = -1; }\n }\n return result\n};\n\npp$3.parseSubscripts = function(base, startPos, startLoc, noCalls) {\n var maybeAsyncArrow = this.options.ecmaVersion >= 8 && base.type === \"Identifier\" && base.name === \"async\" &&\n this.lastTokEnd === base.end && !this.canInsertSemicolon() && this.input.slice(base.start, base.end) === \"async\";\n while (true) {\n var element = this.parseSubscript(base, startPos, startLoc, noCalls, maybeAsyncArrow);\n if (element === base || element.type === \"ArrowFunctionExpression\") { return element }\n base = element;\n }\n};\n\npp$3.parseSubscript = function(base, startPos, startLoc, noCalls, maybeAsyncArrow) {\n var computed = this.eat(types.bracketL);\n if (computed || this.eat(types.dot)) {\n var node = this.startNodeAt(startPos, startLoc);\n node.object = base;\n node.property = computed ? this.parseExpression() : this.parseIdent(this.options.allowReserved !== \"never\");\n node.computed = !!computed;\n if (computed) { this.expect(types.bracketR); }\n base = this.finishNode(node, \"MemberExpression\");\n } else if (!noCalls && this.eat(types.parenL)) {\n var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos;\n this.yieldPos = 0;\n this.awaitPos = 0;\n this.awaitIdentPos = 0;\n var exprList = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false, refDestructuringErrors);\n if (maybeAsyncArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) {\n this.checkPatternErrors(refDestructuringErrors, false);\n this.checkYieldAwaitInDefaultParams();\n if (this.awaitIdentPos > 0)\n { this.raise(this.awaitIdentPos, \"Cannot use 'await' as identifier inside an async function\"); }\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n this.awaitIdentPos = oldAwaitIdentPos;\n return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList, true)\n }\n this.checkExpressionErrors(refDestructuringErrors, true);\n this.yieldPos = oldYieldPos || this.yieldPos;\n this.awaitPos = oldAwaitPos || this.awaitPos;\n this.awaitIdentPos = oldAwaitIdentPos || this.awaitIdentPos;\n var node$1 = this.startNodeAt(startPos, startLoc);\n node$1.callee = base;\n node$1.arguments = exprList;\n base = this.finishNode(node$1, \"CallExpression\");\n } else if (this.type === types.backQuote) {\n var node$2 = this.startNodeAt(startPos, startLoc);\n node$2.tag = base;\n node$2.quasi = this.parseTemplate({isTagged: true});\n base = this.finishNode(node$2, \"TaggedTemplateExpression\");\n }\n return base\n};\n\n// Parse an atomic expression — either a single token that is an\n// expression, an expression started by a keyword like `function` or\n// `new`, or an expression wrapped in punctuation like `()`, `[]`,\n// or `{}`.\n\npp$3.parseExprAtom = function(refDestructuringErrors) {\n // If a division operator appears in an expression position, the\n // tokenizer got confused, and we force it to read a regexp instead.\n if (this.type === types.slash) { this.readRegexp(); }\n\n var node, canBeArrow = this.potentialArrowAt === this.start;\n switch (this.type) {\n case types._super:\n if (!this.allowSuper)\n { this.raise(this.start, \"'super' keyword outside a method\"); }\n node = this.startNode();\n this.next();\n if (this.type === types.parenL && !this.allowDirectSuper)\n { this.raise(node.start, \"super() call outside constructor of a subclass\"); }\n // The `super` keyword can appear at below:\n // SuperProperty:\n // super [ Expression ]\n // super . IdentifierName\n // SuperCall:\n // super Arguments\n if (this.type !== types.dot && this.type !== types.bracketL && this.type !== types.parenL)\n { this.unexpected(); }\n return this.finishNode(node, \"Super\")\n\n case types._this:\n node = this.startNode();\n this.next();\n return this.finishNode(node, \"ThisExpression\")\n\n case types.name:\n var startPos = this.start, startLoc = this.startLoc, containsEsc = this.containsEsc;\n var id = this.parseIdent(false);\n if (this.options.ecmaVersion >= 8 && !containsEsc && id.name === \"async\" && !this.canInsertSemicolon() && this.eat(types._function))\n { return this.parseFunction(this.startNodeAt(startPos, startLoc), 0, false, true) }\n if (canBeArrow && !this.canInsertSemicolon()) {\n if (this.eat(types.arrow))\n { return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false) }\n if (this.options.ecmaVersion >= 8 && id.name === \"async\" && this.type === types.name && !containsEsc) {\n id = this.parseIdent(false);\n if (this.canInsertSemicolon() || !this.eat(types.arrow))\n { this.unexpected(); }\n return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true)\n }\n }\n return id\n\n case types.regexp:\n var value = this.value;\n node = this.parseLiteral(value.value);\n node.regex = {pattern: value.pattern, flags: value.flags};\n return node\n\n case types.num: case types.string:\n return this.parseLiteral(this.value)\n\n case types._null: case types._true: case types._false:\n node = this.startNode();\n node.value = this.type === types._null ? null : this.type === types._true;\n node.raw = this.type.keyword;\n this.next();\n return this.finishNode(node, \"Literal\")\n\n case types.parenL:\n var start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow);\n if (refDestructuringErrors) {\n if (refDestructuringErrors.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(expr))\n { refDestructuringErrors.parenthesizedAssign = start; }\n if (refDestructuringErrors.parenthesizedBind < 0)\n { refDestructuringErrors.parenthesizedBind = start; }\n }\n return expr\n\n case types.bracketL:\n node = this.startNode();\n this.next();\n node.elements = this.parseExprList(types.bracketR, true, true, refDestructuringErrors);\n return this.finishNode(node, \"ArrayExpression\")\n\n case types.braceL:\n return this.parseObj(false, refDestructuringErrors)\n\n case types._function:\n node = this.startNode();\n this.next();\n return this.parseFunction(node, 0)\n\n case types._class:\n return this.parseClass(this.startNode(), false)\n\n case types._new:\n return this.parseNew()\n\n case types.backQuote:\n return this.parseTemplate()\n\n case types._import:\n if (this.options.ecmaVersion >= 11) {\n return this.parseExprImport()\n } else {\n return this.unexpected()\n }\n\n default:\n this.unexpected();\n }\n};\n\npp$3.parseExprImport = function() {\n var node = this.startNode();\n this.next(); // skip `import`\n switch (this.type) {\n case types.parenL:\n return this.parseDynamicImport(node)\n default:\n this.unexpected();\n }\n};\n\npp$3.parseDynamicImport = function(node) {\n this.next(); // skip `(`\n\n // Parse node.source.\n node.source = this.parseMaybeAssign();\n\n // Verify ending.\n if (!this.eat(types.parenR)) {\n var errorPos = this.start;\n if (this.eat(types.comma) && this.eat(types.parenR)) {\n this.raiseRecoverable(errorPos, \"Trailing comma is not allowed in import()\");\n } else {\n this.unexpected(errorPos);\n }\n }\n\n return this.finishNode(node, \"ImportExpression\")\n};\n\npp$3.parseLiteral = function(value) {\n var node = this.startNode();\n node.value = value;\n node.raw = this.input.slice(this.start, this.end);\n if (node.raw.charCodeAt(node.raw.length - 1) === 110) { node.bigint = node.raw.slice(0, -1); }\n this.next();\n return this.finishNode(node, \"Literal\")\n};\n\npp$3.parseParenExpression = function() {\n this.expect(types.parenL);\n var val = this.parseExpression();\n this.expect(types.parenR);\n return val\n};\n\npp$3.parseParenAndDistinguishExpression = function(canBeArrow) {\n var startPos = this.start, startLoc = this.startLoc, val, allowTrailingComma = this.options.ecmaVersion >= 8;\n if (this.options.ecmaVersion >= 6) {\n this.next();\n\n var innerStartPos = this.start, innerStartLoc = this.startLoc;\n var exprList = [], first = true, lastIsComma = false;\n var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, spreadStart;\n this.yieldPos = 0;\n this.awaitPos = 0;\n // Do not save awaitIdentPos to allow checking awaits nested in parameters\n while (this.type !== types.parenR) {\n first ? first = false : this.expect(types.comma);\n if (allowTrailingComma && this.afterTrailingComma(types.parenR, true)) {\n lastIsComma = true;\n break\n } else if (this.type === types.ellipsis) {\n spreadStart = this.start;\n exprList.push(this.parseParenItem(this.parseRestBinding()));\n if (this.type === types.comma) { this.raise(this.start, \"Comma is not permitted after the rest element\"); }\n break\n } else {\n exprList.push(this.parseMaybeAssign(false, refDestructuringErrors, this.parseParenItem));\n }\n }\n var innerEndPos = this.start, innerEndLoc = this.startLoc;\n this.expect(types.parenR);\n\n if (canBeArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) {\n this.checkPatternErrors(refDestructuringErrors, false);\n this.checkYieldAwaitInDefaultParams();\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n return this.parseParenArrowList(startPos, startLoc, exprList)\n }\n\n if (!exprList.length || lastIsComma) { this.unexpected(this.lastTokStart); }\n if (spreadStart) { this.unexpected(spreadStart); }\n this.checkExpressionErrors(refDestructuringErrors, true);\n this.yieldPos = oldYieldPos || this.yieldPos;\n this.awaitPos = oldAwaitPos || this.awaitPos;\n\n if (exprList.length > 1) {\n val = this.startNodeAt(innerStartPos, innerStartLoc);\n val.expressions = exprList;\n this.finishNodeAt(val, \"SequenceExpression\", innerEndPos, innerEndLoc);\n } else {\n val = exprList[0];\n }\n } else {\n val = this.parseParenExpression();\n }\n\n if (this.options.preserveParens) {\n var par = this.startNodeAt(startPos, startLoc);\n par.expression = val;\n return this.finishNode(par, \"ParenthesizedExpression\")\n } else {\n return val\n }\n};\n\npp$3.parseParenItem = function(item) {\n return item\n};\n\npp$3.parseParenArrowList = function(startPos, startLoc, exprList) {\n return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList)\n};\n\n// New's precedence is slightly tricky. It must allow its argument to\n// be a `[]` or dot subscript expression, but not a call — at least,\n// not without wrapping it in parentheses. Thus, it uses the noCalls\n// argument to parseSubscripts to prevent it from consuming the\n// argument list.\n\nvar empty$1 = [];\n\npp$3.parseNew = function() {\n var node = this.startNode();\n var meta = this.parseIdent(true);\n if (this.options.ecmaVersion >= 6 && this.eat(types.dot)) {\n node.meta = meta;\n var containsEsc = this.containsEsc;\n node.property = this.parseIdent(true);\n if (node.property.name !== \"target\" || containsEsc)\n { this.raiseRecoverable(node.property.start, \"The only valid meta property for new is new.target\"); }\n if (!this.inNonArrowFunction())\n { this.raiseRecoverable(node.start, \"new.target can only be used in functions\"); }\n return this.finishNode(node, \"MetaProperty\")\n }\n var startPos = this.start, startLoc = this.startLoc, isImport = this.type === types._import;\n node.callee = this.parseSubscripts(this.parseExprAtom(), startPos, startLoc, true);\n if (isImport && node.callee.type === \"ImportExpression\") {\n this.raise(startPos, \"Cannot use new with import()\");\n }\n if (this.eat(types.parenL)) { node.arguments = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false); }\n else { node.arguments = empty$1; }\n return this.finishNode(node, \"NewExpression\")\n};\n\n// Parse template expression.\n\npp$3.parseTemplateElement = function(ref) {\n var isTagged = ref.isTagged;\n\n var elem = this.startNode();\n if (this.type === types.invalidTemplate) {\n if (!isTagged) {\n this.raiseRecoverable(this.start, \"Bad escape sequence in untagged template literal\");\n }\n elem.value = {\n raw: this.value,\n cooked: null\n };\n } else {\n elem.value = {\n raw: this.input.slice(this.start, this.end).replace(/\\r\\n?/g, \"\\n\"),\n cooked: this.value\n };\n }\n this.next();\n elem.tail = this.type === types.backQuote;\n return this.finishNode(elem, \"TemplateElement\")\n};\n\npp$3.parseTemplate = function(ref) {\n if ( ref === void 0 ) ref = {};\n var isTagged = ref.isTagged; if ( isTagged === void 0 ) isTagged = false;\n\n var node = this.startNode();\n this.next();\n node.expressions = [];\n var curElt = this.parseTemplateElement({isTagged: isTagged});\n node.quasis = [curElt];\n while (!curElt.tail) {\n if (this.type === types.eof) { this.raise(this.pos, \"Unterminated template literal\"); }\n this.expect(types.dollarBraceL);\n node.expressions.push(this.parseExpression());\n this.expect(types.braceR);\n node.quasis.push(curElt = this.parseTemplateElement({isTagged: isTagged}));\n }\n this.next();\n return this.finishNode(node, \"TemplateLiteral\")\n};\n\npp$3.isAsyncProp = function(prop) {\n return !prop.computed && prop.key.type === \"Identifier\" && prop.key.name === \"async\" &&\n (this.type === types.name || this.type === types.num || this.type === types.string || this.type === types.bracketL || this.type.keyword || (this.options.ecmaVersion >= 9 && this.type === types.star)) &&\n !lineBreak.test(this.input.slice(this.lastTokEnd, this.start))\n};\n\n// Parse an object literal or binding pattern.\n\npp$3.parseObj = function(isPattern, refDestructuringErrors) {\n var node = this.startNode(), first = true, propHash = {};\n node.properties = [];\n this.next();\n while (!this.eat(types.braceR)) {\n if (!first) {\n this.expect(types.comma);\n if (this.afterTrailingComma(types.braceR)) { break }\n } else { first = false; }\n\n var prop = this.parseProperty(isPattern, refDestructuringErrors);\n if (!isPattern) { this.checkPropClash(prop, propHash, refDestructuringErrors); }\n node.properties.push(prop);\n }\n return this.finishNode(node, isPattern ? \"ObjectPattern\" : \"ObjectExpression\")\n};\n\npp$3.parseProperty = function(isPattern, refDestructuringErrors) {\n var prop = this.startNode(), isGenerator, isAsync, startPos, startLoc;\n if (this.options.ecmaVersion >= 9 && this.eat(types.ellipsis)) {\n if (isPattern) {\n prop.argument = this.parseIdent(false);\n if (this.type === types.comma) {\n this.raise(this.start, \"Comma is not permitted after the rest element\");\n }\n return this.finishNode(prop, \"RestElement\")\n }\n // To disallow parenthesized identifier via `this.toAssignable()`.\n if (this.type === types.parenL && refDestructuringErrors) {\n if (refDestructuringErrors.parenthesizedAssign < 0) {\n refDestructuringErrors.parenthesizedAssign = this.start;\n }\n if (refDestructuringErrors.parenthesizedBind < 0) {\n refDestructuringErrors.parenthesizedBind = this.start;\n }\n }\n // Parse argument.\n prop.argument = this.parseMaybeAssign(false, refDestructuringErrors);\n // To disallow trailing comma via `this.toAssignable()`.\n if (this.type === types.comma && refDestructuringErrors && refDestructuringErrors.trailingComma < 0) {\n refDestructuringErrors.trailingComma = this.start;\n }\n // Finish\n return this.finishNode(prop, \"SpreadElement\")\n }\n if (this.options.ecmaVersion >= 6) {\n prop.method = false;\n prop.shorthand = false;\n if (isPattern || refDestructuringErrors) {\n startPos = this.start;\n startLoc = this.startLoc;\n }\n if (!isPattern)\n { isGenerator = this.eat(types.star); }\n }\n var containsEsc = this.containsEsc;\n this.parsePropertyName(prop);\n if (!isPattern && !containsEsc && this.options.ecmaVersion >= 8 && !isGenerator && this.isAsyncProp(prop)) {\n isAsync = true;\n isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star);\n this.parsePropertyName(prop, refDestructuringErrors);\n } else {\n isAsync = false;\n }\n this.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc);\n return this.finishNode(prop, \"Property\")\n};\n\npp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc) {\n if ((isGenerator || isAsync) && this.type === types.colon)\n { this.unexpected(); }\n\n if (this.eat(types.colon)) {\n prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign(false, refDestructuringErrors);\n prop.kind = \"init\";\n } else if (this.options.ecmaVersion >= 6 && this.type === types.parenL) {\n if (isPattern) { this.unexpected(); }\n prop.kind = \"init\";\n prop.method = true;\n prop.value = this.parseMethod(isGenerator, isAsync);\n } else if (!isPattern && !containsEsc &&\n this.options.ecmaVersion >= 5 && !prop.computed && prop.key.type === \"Identifier\" &&\n (prop.key.name === \"get\" || prop.key.name === \"set\") &&\n (this.type !== types.comma && this.type !== types.braceR)) {\n if (isGenerator || isAsync) { this.unexpected(); }\n prop.kind = prop.key.name;\n this.parsePropertyName(prop);\n prop.value = this.parseMethod(false);\n var paramCount = prop.kind === \"get\" ? 0 : 1;\n if (prop.value.params.length !== paramCount) {\n var start = prop.value.start;\n if (prop.kind === \"get\")\n { this.raiseRecoverable(start, \"getter should have no params\"); }\n else\n { this.raiseRecoverable(start, \"setter should have exactly one param\"); }\n } else {\n if (prop.kind === \"set\" && prop.value.params[0].type === \"RestElement\")\n { this.raiseRecoverable(prop.value.params[0].start, \"Setter cannot use rest params\"); }\n }\n } else if (this.options.ecmaVersion >= 6 && !prop.computed && prop.key.type === \"Identifier\") {\n if (isGenerator || isAsync) { this.unexpected(); }\n this.checkUnreserved(prop.key);\n if (prop.key.name === \"await\" && !this.awaitIdentPos)\n { this.awaitIdentPos = startPos; }\n prop.kind = \"init\";\n if (isPattern) {\n prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key);\n } else if (this.type === types.eq && refDestructuringErrors) {\n if (refDestructuringErrors.shorthandAssign < 0)\n { refDestructuringErrors.shorthandAssign = this.start; }\n prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key);\n } else {\n prop.value = prop.key;\n }\n prop.shorthand = true;\n } else { this.unexpected(); }\n};\n\npp$3.parsePropertyName = function(prop) {\n if (this.options.ecmaVersion >= 6) {\n if (this.eat(types.bracketL)) {\n prop.computed = true;\n prop.key = this.parseMaybeAssign();\n this.expect(types.bracketR);\n return prop.key\n } else {\n prop.computed = false;\n }\n }\n return prop.key = this.type === types.num || this.type === types.string ? this.parseExprAtom() : this.parseIdent(this.options.allowReserved !== \"never\")\n};\n\n// Initialize empty function node.\n\npp$3.initFunction = function(node) {\n node.id = null;\n if (this.options.ecmaVersion >= 6) { node.generator = node.expression = false; }\n if (this.options.ecmaVersion >= 8) { node.async = false; }\n};\n\n// Parse object or class method.\n\npp$3.parseMethod = function(isGenerator, isAsync, allowDirectSuper) {\n var node = this.startNode(), oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos;\n\n this.initFunction(node);\n if (this.options.ecmaVersion >= 6)\n { node.generator = isGenerator; }\n if (this.options.ecmaVersion >= 8)\n { node.async = !!isAsync; }\n\n this.yieldPos = 0;\n this.awaitPos = 0;\n this.awaitIdentPos = 0;\n this.enterScope(functionFlags(isAsync, node.generator) | SCOPE_SUPER | (allowDirectSuper ? SCOPE_DIRECT_SUPER : 0));\n\n this.expect(types.parenL);\n node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8);\n this.checkYieldAwaitInDefaultParams();\n this.parseFunctionBody(node, false, true);\n\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n this.awaitIdentPos = oldAwaitIdentPos;\n return this.finishNode(node, \"FunctionExpression\")\n};\n\n// Parse arrow function expression with given parameters.\n\npp$3.parseArrowExpression = function(node, params, isAsync) {\n var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos;\n\n this.enterScope(functionFlags(isAsync, false) | SCOPE_ARROW);\n this.initFunction(node);\n if (this.options.ecmaVersion >= 8) { node.async = !!isAsync; }\n\n this.yieldPos = 0;\n this.awaitPos = 0;\n this.awaitIdentPos = 0;\n\n node.params = this.toAssignableList(params, true);\n this.parseFunctionBody(node, true, false);\n\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n this.awaitIdentPos = oldAwaitIdentPos;\n return this.finishNode(node, \"ArrowFunctionExpression\")\n};\n\n// Parse function body and check parameters.\n\npp$3.parseFunctionBody = function(node, isArrowFunction, isMethod) {\n var isExpression = isArrowFunction && this.type !== types.braceL;\n var oldStrict = this.strict, useStrict = false;\n\n if (isExpression) {\n node.body = this.parseMaybeAssign();\n node.expression = true;\n this.checkParams(node, false);\n } else {\n var nonSimple = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(node.params);\n if (!oldStrict || nonSimple) {\n useStrict = this.strictDirective(this.end);\n // If this is a strict mode function, verify that argument names\n // are not repeated, and it does not try to bind the words `eval`\n // or `arguments`.\n if (useStrict && nonSimple)\n { this.raiseRecoverable(node.start, \"Illegal 'use strict' directive in function with non-simple parameter list\"); }\n }\n // Start a new scope with regard to labels and the `inFunction`\n // flag (restore them to their old value afterwards).\n var oldLabels = this.labels;\n this.labels = [];\n if (useStrict) { this.strict = true; }\n\n // Add the params to varDeclaredNames to ensure that an error is thrown\n // if a let/const declaration in the function clashes with one of the params.\n this.checkParams(node, !oldStrict && !useStrict && !isArrowFunction && !isMethod && this.isSimpleParamList(node.params));\n node.body = this.parseBlock(false);\n node.expression = false;\n this.adaptDirectivePrologue(node.body.body);\n this.labels = oldLabels;\n }\n this.exitScope();\n\n // Ensure the function name isn't a forbidden identifier in strict mode, e.g. 'eval'\n if (this.strict && node.id) { this.checkLVal(node.id, BIND_OUTSIDE); }\n this.strict = oldStrict;\n};\n\npp$3.isSimpleParamList = function(params) {\n for (var i = 0, list = params; i < list.length; i += 1)\n {\n var param = list[i];\n\n if (param.type !== \"Identifier\") { return false\n } }\n return true\n};\n\n// Checks function params for various disallowed patterns such as using \"eval\"\n// or \"arguments\" and duplicate parameters.\n\npp$3.checkParams = function(node, allowDuplicates) {\n var nameHash = {};\n for (var i = 0, list = node.params; i < list.length; i += 1)\n {\n var param = list[i];\n\n this.checkLVal(param, BIND_VAR, allowDuplicates ? null : nameHash);\n }\n};\n\n// Parses a comma-separated list of expressions, and returns them as\n// an array. `close` is the token type that ends the list, and\n// `allowEmpty` can be turned on to allow subsequent commas with\n// nothing in between them to be parsed as `null` (which is needed\n// for array literals).\n\npp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) {\n var elts = [], first = true;\n while (!this.eat(close)) {\n if (!first) {\n this.expect(types.comma);\n if (allowTrailingComma && this.afterTrailingComma(close)) { break }\n } else { first = false; }\n\n var elt = (void 0);\n if (allowEmpty && this.type === types.comma)\n { elt = null; }\n else if (this.type === types.ellipsis) {\n elt = this.parseSpread(refDestructuringErrors);\n if (refDestructuringErrors && this.type === types.comma && refDestructuringErrors.trailingComma < 0)\n { refDestructuringErrors.trailingComma = this.start; }\n } else {\n elt = this.parseMaybeAssign(false, refDestructuringErrors);\n }\n elts.push(elt);\n }\n return elts\n};\n\npp$3.checkUnreserved = function(ref) {\n var start = ref.start;\n var end = ref.end;\n var name = ref.name;\n\n if (this.inGenerator && name === \"yield\")\n { this.raiseRecoverable(start, \"Cannot use 'yield' as identifier inside a generator\"); }\n if (this.inAsync && name === \"await\")\n { this.raiseRecoverable(start, \"Cannot use 'await' as identifier inside an async function\"); }\n if (this.keywords.test(name))\n { this.raise(start, (\"Unexpected keyword '\" + name + \"'\")); }\n if (this.options.ecmaVersion < 6 &&\n this.input.slice(start, end).indexOf(\"\\\\\") !== -1) { return }\n var re = this.strict ? this.reservedWordsStrict : this.reservedWords;\n if (re.test(name)) {\n if (!this.inAsync && name === \"await\")\n { this.raiseRecoverable(start, \"Cannot use keyword 'await' outside an async function\"); }\n this.raiseRecoverable(start, (\"The keyword '\" + name + \"' is reserved\"));\n }\n};\n\n// Parse the next token as an identifier. If `liberal` is true (used\n// when parsing properties), it will also convert keywords into\n// identifiers.\n\npp$3.parseIdent = function(liberal, isBinding) {\n var node = this.startNode();\n if (this.type === types.name) {\n node.name = this.value;\n } else if (this.type.keyword) {\n node.name = this.type.keyword;\n\n // To fix https://github.com/acornjs/acorn/issues/575\n // `class` and `function` keywords push new context into this.context.\n // But there is no chance to pop the context if the keyword is consumed as an identifier such as a property name.\n // If the previous token is a dot, this does not apply because the context-managing code already ignored the keyword\n if ((node.name === \"class\" || node.name === \"function\") &&\n (this.lastTokEnd !== this.lastTokStart + 1 || this.input.charCodeAt(this.lastTokStart) !== 46)) {\n this.context.pop();\n }\n } else {\n this.unexpected();\n }\n this.next();\n this.finishNode(node, \"Identifier\");\n if (!liberal) {\n this.checkUnreserved(node);\n if (node.name === \"await\" && !this.awaitIdentPos)\n { this.awaitIdentPos = node.start; }\n }\n return node\n};\n\n// Parses yield expression inside generator.\n\npp$3.parseYield = function(noIn) {\n if (!this.yieldPos) { this.yieldPos = this.start; }\n\n var node = this.startNode();\n this.next();\n if (this.type === types.semi || this.canInsertSemicolon() || (this.type !== types.star && !this.type.startsExpr)) {\n node.delegate = false;\n node.argument = null;\n } else {\n node.delegate = this.eat(types.star);\n node.argument = this.parseMaybeAssign(noIn);\n }\n return this.finishNode(node, \"YieldExpression\")\n};\n\npp$3.parseAwait = function() {\n if (!this.awaitPos) { this.awaitPos = this.start; }\n\n var node = this.startNode();\n this.next();\n node.argument = this.parseMaybeUnary(null, true);\n return this.finishNode(node, \"AwaitExpression\")\n};\n\nvar pp$4 = Parser.prototype;\n\n// This function is used to raise exceptions on parse errors. It\n// takes an offset integer (into the current `input`) to indicate\n// the location of the error, attaches the position to the end\n// of the error message, and then raises a `SyntaxError` with that\n// message.\n\npp$4.raise = function(pos, message) {\n var loc = getLineInfo(this.input, pos);\n message += \" (\" + loc.line + \":\" + loc.column + \")\";\n var err = new SyntaxError(message);\n err.pos = pos; err.loc = loc; err.raisedAt = this.pos;\n throw err\n};\n\npp$4.raiseRecoverable = pp$4.raise;\n\npp$4.curPosition = function() {\n if (this.options.locations) {\n return new Position(this.curLine, this.pos - this.lineStart)\n }\n};\n\nvar pp$5 = Parser.prototype;\n\nvar Scope = function Scope(flags) {\n this.flags = flags;\n // A list of var-declared names in the current lexical scope\n this.var = [];\n // A list of lexically-declared names in the current lexical scope\n this.lexical = [];\n // A list of lexically-declared FunctionDeclaration names in the current lexical scope\n this.functions = [];\n};\n\n// The functions in this module keep track of declared variables in the current scope in order to detect duplicate variable names.\n\npp$5.enterScope = function(flags) {\n this.scopeStack.push(new Scope(flags));\n};\n\npp$5.exitScope = function() {\n this.scopeStack.pop();\n};\n\n// The spec says:\n// > At the top level of a function, or script, function declarations are\n// > treated like var declarations rather than like lexical declarations.\npp$5.treatFunctionsAsVarInScope = function(scope) {\n return (scope.flags & SCOPE_FUNCTION) || !this.inModule && (scope.flags & SCOPE_TOP)\n};\n\npp$5.declareName = function(name, bindingType, pos) {\n var redeclared = false;\n if (bindingType === BIND_LEXICAL) {\n var scope = this.currentScope();\n redeclared = scope.lexical.indexOf(name) > -1 || scope.functions.indexOf(name) > -1 || scope.var.indexOf(name) > -1;\n scope.lexical.push(name);\n if (this.inModule && (scope.flags & SCOPE_TOP))\n { delete this.undefinedExports[name]; }\n } else if (bindingType === BIND_SIMPLE_CATCH) {\n var scope$1 = this.currentScope();\n scope$1.lexical.push(name);\n } else if (bindingType === BIND_FUNCTION) {\n var scope$2 = this.currentScope();\n if (this.treatFunctionsAsVar)\n { redeclared = scope$2.lexical.indexOf(name) > -1; }\n else\n { redeclared = scope$2.lexical.indexOf(name) > -1 || scope$2.var.indexOf(name) > -1; }\n scope$2.functions.push(name);\n } else {\n for (var i = this.scopeStack.length - 1; i >= 0; --i) {\n var scope$3 = this.scopeStack[i];\n if (scope$3.lexical.indexOf(name) > -1 && !((scope$3.flags & SCOPE_SIMPLE_CATCH) && scope$3.lexical[0] === name) ||\n !this.treatFunctionsAsVarInScope(scope$3) && scope$3.functions.indexOf(name) > -1) {\n redeclared = true;\n break\n }\n scope$3.var.push(name);\n if (this.inModule && (scope$3.flags & SCOPE_TOP))\n { delete this.undefinedExports[name]; }\n if (scope$3.flags & SCOPE_VAR) { break }\n }\n }\n if (redeclared) { this.raiseRecoverable(pos, (\"Identifier '\" + name + \"' has already been declared\")); }\n};\n\npp$5.checkLocalExport = function(id) {\n // scope.functions must be empty as Module code is always strict.\n if (this.scopeStack[0].lexical.indexOf(id.name) === -1 &&\n this.scopeStack[0].var.indexOf(id.name) === -1) {\n this.undefinedExports[id.name] = id;\n }\n};\n\npp$5.currentScope = function() {\n return this.scopeStack[this.scopeStack.length - 1]\n};\n\npp$5.currentVarScope = function() {\n for (var i = this.scopeStack.length - 1;; i--) {\n var scope = this.scopeStack[i];\n if (scope.flags & SCOPE_VAR) { return scope }\n }\n};\n\n// Could be useful for `this`, `new.target`, `super()`, `super.property`, and `super[property]`.\npp$5.currentThisScope = function() {\n for (var i = this.scopeStack.length - 1;; i--) {\n var scope = this.scopeStack[i];\n if (scope.flags & SCOPE_VAR && !(scope.flags & SCOPE_ARROW)) { return scope }\n }\n};\n\nvar Node = function Node(parser, pos, loc) {\n this.type = \"\";\n this.start = pos;\n this.end = 0;\n if (parser.options.locations)\n { this.loc = new SourceLocation(parser, loc); }\n if (parser.options.directSourceFile)\n { this.sourceFile = parser.options.directSourceFile; }\n if (parser.options.ranges)\n { this.range = [pos, 0]; }\n};\n\n// Start an AST node, attaching a start offset.\n\nvar pp$6 = Parser.prototype;\n\npp$6.startNode = function() {\n return new Node(this, this.start, this.startLoc)\n};\n\npp$6.startNodeAt = function(pos, loc) {\n return new Node(this, pos, loc)\n};\n\n// Finish an AST node, adding `type` and `end` properties.\n\nfunction finishNodeAt(node, type, pos, loc) {\n node.type = type;\n node.end = pos;\n if (this.options.locations)\n { node.loc.end = loc; }\n if (this.options.ranges)\n { node.range[1] = pos; }\n return node\n}\n\npp$6.finishNode = function(node, type) {\n return finishNodeAt.call(this, node, type, this.lastTokEnd, this.lastTokEndLoc)\n};\n\n// Finish node at given position\n\npp$6.finishNodeAt = function(node, type, pos, loc) {\n return finishNodeAt.call(this, node, type, pos, loc)\n};\n\n// The algorithm used to determine whether a regexp can appear at a\n\nvar TokContext = function TokContext(token, isExpr, preserveSpace, override, generator) {\n this.token = token;\n this.isExpr = !!isExpr;\n this.preserveSpace = !!preserveSpace;\n this.override = override;\n this.generator = !!generator;\n};\n\nvar types$1 = {\n b_stat: new TokContext(\"{\", false),\n b_expr: new TokContext(\"{\", true),\n b_tmpl: new TokContext(\"${\", false),\n p_stat: new TokContext(\"(\", false),\n p_expr: new TokContext(\"(\", true),\n q_tmpl: new TokContext(\"`\", true, true, function (p) { return p.tryReadTemplateToken(); }),\n f_stat: new TokContext(\"function\", false),\n f_expr: new TokContext(\"function\", true),\n f_expr_gen: new TokContext(\"function\", true, false, null, true),\n f_gen: new TokContext(\"function\", false, false, null, true)\n};\n\nvar pp$7 = Parser.prototype;\n\npp$7.initialContext = function() {\n return [types$1.b_stat]\n};\n\npp$7.braceIsBlock = function(prevType) {\n var parent = this.curContext();\n if (parent === types$1.f_expr || parent === types$1.f_stat)\n { return true }\n if (prevType === types.colon && (parent === types$1.b_stat || parent === types$1.b_expr))\n { return !parent.isExpr }\n\n // The check for `tt.name && exprAllowed` detects whether we are\n // after a `yield` or `of` construct. See the `updateContext` for\n // `tt.name`.\n if (prevType === types._return || prevType === types.name && this.exprAllowed)\n { return lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) }\n if (prevType === types._else || prevType === types.semi || prevType === types.eof || prevType === types.parenR || prevType === types.arrow)\n { return true }\n if (prevType === types.braceL)\n { return parent === types$1.b_stat }\n if (prevType === types._var || prevType === types._const || prevType === types.name)\n { return false }\n return !this.exprAllowed\n};\n\npp$7.inGeneratorContext = function() {\n for (var i = this.context.length - 1; i >= 1; i--) {\n var context = this.context[i];\n if (context.token === \"function\")\n { return context.generator }\n }\n return false\n};\n\npp$7.updateContext = function(prevType) {\n var update, type = this.type;\n if (type.keyword && prevType === types.dot)\n { this.exprAllowed = false; }\n else if (update = type.updateContext)\n { update.call(this, prevType); }\n else\n { this.exprAllowed = type.beforeExpr; }\n};\n\n// Token-specific context update code\n\ntypes.parenR.updateContext = types.braceR.updateContext = function() {\n if (this.context.length === 1) {\n this.exprAllowed = true;\n return\n }\n var out = this.context.pop();\n if (out === types$1.b_stat && this.curContext().token === \"function\") {\n out = this.context.pop();\n }\n this.exprAllowed = !out.isExpr;\n};\n\ntypes.braceL.updateContext = function(prevType) {\n this.context.push(this.braceIsBlock(prevType) ? types$1.b_stat : types$1.b_expr);\n this.exprAllowed = true;\n};\n\ntypes.dollarBraceL.updateContext = function() {\n this.context.push(types$1.b_tmpl);\n this.exprAllowed = true;\n};\n\ntypes.parenL.updateContext = function(prevType) {\n var statementParens = prevType === types._if || prevType === types._for || prevType === types._with || prevType === types._while;\n this.context.push(statementParens ? types$1.p_stat : types$1.p_expr);\n this.exprAllowed = true;\n};\n\ntypes.incDec.updateContext = function() {\n // tokExprAllowed stays unchanged\n};\n\ntypes._function.updateContext = types._class.updateContext = function(prevType) {\n if (prevType.beforeExpr && prevType !== types.semi && prevType !== types._else &&\n !(prevType === types._return && lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) &&\n !((prevType === types.colon || prevType === types.braceL) && this.curContext() === types$1.b_stat))\n { this.context.push(types$1.f_expr); }\n else\n { this.context.push(types$1.f_stat); }\n this.exprAllowed = false;\n};\n\ntypes.backQuote.updateContext = function() {\n if (this.curContext() === types$1.q_tmpl)\n { this.context.pop(); }\n else\n { this.context.push(types$1.q_tmpl); }\n this.exprAllowed = false;\n};\n\ntypes.star.updateContext = function(prevType) {\n if (prevType === types._function) {\n var index = this.context.length - 1;\n if (this.context[index] === types$1.f_expr)\n { this.context[index] = types$1.f_expr_gen; }\n else\n { this.context[index] = types$1.f_gen; }\n }\n this.exprAllowed = true;\n};\n\ntypes.name.updateContext = function(prevType) {\n var allowed = false;\n if (this.options.ecmaVersion >= 6 && prevType !== types.dot) {\n if (this.value === \"of\" && !this.exprAllowed ||\n this.value === \"yield\" && this.inGeneratorContext())\n { allowed = true; }\n }\n this.exprAllowed = allowed;\n};\n\n// This file contains Unicode properties extracted from the ECMAScript\n// specification. The lists are extracted like so:\n// $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText)\n\n// #table-binary-unicode-properties\nvar ecma9BinaryProperties = \"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS\";\nvar ecma10BinaryProperties = ecma9BinaryProperties + \" Extended_Pictographic\";\nvar ecma11BinaryProperties = ecma10BinaryProperties;\nvar unicodeBinaryProperties = {\n 9: ecma9BinaryProperties,\n 10: ecma10BinaryProperties,\n 11: ecma11BinaryProperties\n};\n\n// #table-unicode-general-category-values\nvar unicodeGeneralCategoryValues = \"Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu\";\n\n// #table-unicode-script-values\nvar ecma9ScriptValues = \"Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb\";\nvar ecma10ScriptValues = ecma9ScriptValues + \" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd\";\nvar ecma11ScriptValues = ecma10ScriptValues + \" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho\";\nvar unicodeScriptValues = {\n 9: ecma9ScriptValues,\n 10: ecma10ScriptValues,\n 11: ecma11ScriptValues\n};\n\nvar data = {};\nfunction buildUnicodeData(ecmaVersion) {\n var d = data[ecmaVersion] = {\n binary: wordsRegexp(unicodeBinaryProperties[ecmaVersion] + \" \" + unicodeGeneralCategoryValues),\n nonBinary: {\n General_Category: wordsRegexp(unicodeGeneralCategoryValues),\n Script: wordsRegexp(unicodeScriptValues[ecmaVersion])\n }\n };\n d.nonBinary.Script_Extensions = d.nonBinary.Script;\n\n d.nonBinary.gc = d.nonBinary.General_Category;\n d.nonBinary.sc = d.nonBinary.Script;\n d.nonBinary.scx = d.nonBinary.Script_Extensions;\n}\nbuildUnicodeData(9);\nbuildUnicodeData(10);\nbuildUnicodeData(11);\n\nvar pp$8 = Parser.prototype;\n\nvar RegExpValidationState = function RegExpValidationState(parser) {\n this.parser = parser;\n this.validFlags = \"gim\" + (parser.options.ecmaVersion >= 6 ? \"uy\" : \"\") + (parser.options.ecmaVersion >= 9 ? \"s\" : \"\");\n this.unicodeProperties = data[parser.options.ecmaVersion >= 11 ? 11 : parser.options.ecmaVersion];\n this.source = \"\";\n this.flags = \"\";\n this.start = 0;\n this.switchU = false;\n this.switchN = false;\n this.pos = 0;\n this.lastIntValue = 0;\n this.lastStringValue = \"\";\n this.lastAssertionIsQuantifiable = false;\n this.numCapturingParens = 0;\n this.maxBackReference = 0;\n this.groupNames = [];\n this.backReferenceNames = [];\n};\n\nRegExpValidationState.prototype.reset = function reset (start, pattern, flags) {\n var unicode = flags.indexOf(\"u\") !== -1;\n this.start = start | 0;\n this.source = pattern + \"\";\n this.flags = flags;\n this.switchU = unicode && this.parser.options.ecmaVersion >= 6;\n this.switchN = unicode && this.parser.options.ecmaVersion >= 9;\n};\n\nRegExpValidationState.prototype.raise = function raise (message) {\n this.parser.raiseRecoverable(this.start, (\"Invalid regular expression: /\" + (this.source) + \"/: \" + message));\n};\n\n// If u flag is given, this returns the code point at the index (it combines a surrogate pair).\n// Otherwise, this returns the code unit of the index (can be a part of a surrogate pair).\nRegExpValidationState.prototype.at = function at (i) {\n var s = this.source;\n var l = s.length;\n if (i >= l) {\n return -1\n }\n var c = s.charCodeAt(i);\n if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) {\n return c\n }\n return (c << 10) + s.charCodeAt(i + 1) - 0x35FDC00\n};\n\nRegExpValidationState.prototype.nextIndex = function nextIndex (i) {\n var s = this.source;\n var l = s.length;\n if (i >= l) {\n return l\n }\n var c = s.charCodeAt(i);\n if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) {\n return i + 1\n }\n return i + 2\n};\n\nRegExpValidationState.prototype.current = function current () {\n return this.at(this.pos)\n};\n\nRegExpValidationState.prototype.lookahead = function lookahead () {\n return this.at(this.nextIndex(this.pos))\n};\n\nRegExpValidationState.prototype.advance = function advance () {\n this.pos = this.nextIndex(this.pos);\n};\n\nRegExpValidationState.prototype.eat = function eat (ch) {\n if (this.current() === ch) {\n this.advance();\n return true\n }\n return false\n};\n\nfunction codePointToString(ch) {\n if (ch <= 0xFFFF) { return String.fromCharCode(ch) }\n ch -= 0x10000;\n return String.fromCharCode((ch >> 10) + 0xD800, (ch & 0x03FF) + 0xDC00)\n}\n\n/**\n * Validate the flags part of a given RegExpLiteral.\n *\n * @param {RegExpValidationState} state The state to validate RegExp.\n * @returns {void}\n */\npp$8.validateRegExpFlags = function(state) {\n var validFlags = state.validFlags;\n var flags = state.flags;\n\n for (var i = 0; i < flags.length; i++) {\n var flag = flags.charAt(i);\n if (validFlags.indexOf(flag) === -1) {\n this.raise(state.start, \"Invalid regular expression flag\");\n }\n if (flags.indexOf(flag, i + 1) > -1) {\n this.raise(state.start, \"Duplicate regular expression flag\");\n }\n }\n};\n\n/**\n * Validate the pattern part of a given RegExpLiteral.\n *\n * @param {RegExpValidationState} state The state to validate RegExp.\n * @returns {void}\n */\npp$8.validateRegExpPattern = function(state) {\n this.regexp_pattern(state);\n\n // The goal symbol for the parse is |Pattern[~U, ~N]|. If the result of\n // parsing contains a |GroupName|, reparse with the goal symbol\n // |Pattern[~U, +N]| and use this result instead. Throw a *SyntaxError*\n // exception if _P_ did not conform to the grammar, if any elements of _P_\n // were not matched by the parse, or if any Early Error conditions exist.\n if (!state.switchN && this.options.ecmaVersion >= 9 && state.groupNames.length > 0) {\n state.switchN = true;\n this.regexp_pattern(state);\n }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Pattern\npp$8.regexp_pattern = function(state) {\n state.pos = 0;\n state.lastIntValue = 0;\n state.lastStringValue = \"\";\n state.lastAssertionIsQuantifiable = false;\n state.numCapturingParens = 0;\n state.maxBackReference = 0;\n state.groupNames.length = 0;\n state.backReferenceNames.length = 0;\n\n this.regexp_disjunction(state);\n\n if (state.pos !== state.source.length) {\n // Make the same messages as V8.\n if (state.eat(0x29 /* ) */)) {\n state.raise(\"Unmatched ')'\");\n }\n if (state.eat(0x5D /* [ */) || state.eat(0x7D /* } */)) {\n state.raise(\"Lone quantifier brackets\");\n }\n }\n if (state.maxBackReference > state.numCapturingParens) {\n state.raise(\"Invalid escape\");\n }\n for (var i = 0, list = state.backReferenceNames; i < list.length; i += 1) {\n var name = list[i];\n\n if (state.groupNames.indexOf(name) === -1) {\n state.raise(\"Invalid named capture referenced\");\n }\n }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Disjunction\npp$8.regexp_disjunction = function(state) {\n this.regexp_alternative(state);\n while (state.eat(0x7C /* | */)) {\n this.regexp_alternative(state);\n }\n\n // Make the same message as V8.\n if (this.regexp_eatQuantifier(state, true)) {\n state.raise(\"Nothing to repeat\");\n }\n if (state.eat(0x7B /* { */)) {\n state.raise(\"Lone quantifier brackets\");\n }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Alternative\npp$8.regexp_alternative = function(state) {\n while (state.pos < state.source.length && this.regexp_eatTerm(state))\n { }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Term\npp$8.regexp_eatTerm = function(state) {\n if (this.regexp_eatAssertion(state)) {\n // Handle `QuantifiableAssertion Quantifier` alternative.\n // `state.lastAssertionIsQuantifiable` is true if the last eaten Assertion\n // is a QuantifiableAssertion.\n if (state.lastAssertionIsQuantifiable && this.regexp_eatQuantifier(state)) {\n // Make the same message as V8.\n if (state.switchU) {\n state.raise(\"Invalid quantifier\");\n }\n }\n return true\n }\n\n if (state.switchU ? this.regexp_eatAtom(state) : this.regexp_eatExtendedAtom(state)) {\n this.regexp_eatQuantifier(state);\n return true\n }\n\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Assertion\npp$8.regexp_eatAssertion = function(state) {\n var start = state.pos;\n state.lastAssertionIsQuantifiable = false;\n\n // ^, $\n if (state.eat(0x5E /* ^ */) || state.eat(0x24 /* $ */)) {\n return true\n }\n\n // \\b \\B\n if (state.eat(0x5C /* \\ */)) {\n if (state.eat(0x42 /* B */) || state.eat(0x62 /* b */)) {\n return true\n }\n state.pos = start;\n }\n\n // Lookahead / Lookbehind\n if (state.eat(0x28 /* ( */) && state.eat(0x3F /* ? */)) {\n var lookbehind = false;\n if (this.options.ecmaVersion >= 9) {\n lookbehind = state.eat(0x3C /* < */);\n }\n if (state.eat(0x3D /* = */) || state.eat(0x21 /* ! */)) {\n this.regexp_disjunction(state);\n if (!state.eat(0x29 /* ) */)) {\n state.raise(\"Unterminated group\");\n }\n state.lastAssertionIsQuantifiable = !lookbehind;\n return true\n }\n }\n\n state.pos = start;\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Quantifier\npp$8.regexp_eatQuantifier = function(state, noError) {\n if ( noError === void 0 ) noError = false;\n\n if (this.regexp_eatQuantifierPrefix(state, noError)) {\n state.eat(0x3F /* ? */);\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-QuantifierPrefix\npp$8.regexp_eatQuantifierPrefix = function(state, noError) {\n return (\n state.eat(0x2A /* * */) ||\n state.eat(0x2B /* + */) ||\n state.eat(0x3F /* ? */) ||\n this.regexp_eatBracedQuantifier(state, noError)\n )\n};\npp$8.regexp_eatBracedQuantifier = function(state, noError) {\n var start = state.pos;\n if (state.eat(0x7B /* { */)) {\n var min = 0, max = -1;\n if (this.regexp_eatDecimalDigits(state)) {\n min = state.lastIntValue;\n if (state.eat(0x2C /* , */) && this.regexp_eatDecimalDigits(state)) {\n max = state.lastIntValue;\n }\n if (state.eat(0x7D /* } */)) {\n // SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-term\n if (max !== -1 && max < min && !noError) {\n state.raise(\"numbers out of order in {} quantifier\");\n }\n return true\n }\n }\n if (state.switchU && !noError) {\n state.raise(\"Incomplete quantifier\");\n }\n state.pos = start;\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Atom\npp$8.regexp_eatAtom = function(state) {\n return (\n this.regexp_eatPatternCharacters(state) ||\n state.eat(0x2E /* . */) ||\n this.regexp_eatReverseSolidusAtomEscape(state) ||\n this.regexp_eatCharacterClass(state) ||\n this.regexp_eatUncapturingGroup(state) ||\n this.regexp_eatCapturingGroup(state)\n )\n};\npp$8.regexp_eatReverseSolidusAtomEscape = function(state) {\n var start = state.pos;\n if (state.eat(0x5C /* \\ */)) {\n if (this.regexp_eatAtomEscape(state)) {\n return true\n }\n state.pos = start;\n }\n return false\n};\npp$8.regexp_eatUncapturingGroup = function(state) {\n var start = state.pos;\n if (state.eat(0x28 /* ( */)) {\n if (state.eat(0x3F /* ? */) && state.eat(0x3A /* : */)) {\n this.regexp_disjunction(state);\n if (state.eat(0x29 /* ) */)) {\n return true\n }\n state.raise(\"Unterminated group\");\n }\n state.pos = start;\n }\n return false\n};\npp$8.regexp_eatCapturingGroup = function(state) {\n if (state.eat(0x28 /* ( */)) {\n if (this.options.ecmaVersion >= 9) {\n this.regexp_groupSpecifier(state);\n } else if (state.current() === 0x3F /* ? */) {\n state.raise(\"Invalid group\");\n }\n this.regexp_disjunction(state);\n if (state.eat(0x29 /* ) */)) {\n state.numCapturingParens += 1;\n return true\n }\n state.raise(\"Unterminated group\");\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedAtom\npp$8.regexp_eatExtendedAtom = function(state) {\n return (\n state.eat(0x2E /* . */) ||\n this.regexp_eatReverseSolidusAtomEscape(state) ||\n this.regexp_eatCharacterClass(state) ||\n this.regexp_eatUncapturingGroup(state) ||\n this.regexp_eatCapturingGroup(state) ||\n this.regexp_eatInvalidBracedQuantifier(state) ||\n this.regexp_eatExtendedPatternCharacter(state)\n )\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-InvalidBracedQuantifier\npp$8.regexp_eatInvalidBracedQuantifier = function(state) {\n if (this.regexp_eatBracedQuantifier(state, true)) {\n state.raise(\"Nothing to repeat\");\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-SyntaxCharacter\npp$8.regexp_eatSyntaxCharacter = function(state) {\n var ch = state.current();\n if (isSyntaxCharacter(ch)) {\n state.lastIntValue = ch;\n state.advance();\n return true\n }\n return false\n};\nfunction isSyntaxCharacter(ch) {\n return (\n ch === 0x24 /* $ */ ||\n ch >= 0x28 /* ( */ && ch <= 0x2B /* + */ ||\n ch === 0x2E /* . */ ||\n ch === 0x3F /* ? */ ||\n ch >= 0x5B /* [ */ && ch <= 0x5E /* ^ */ ||\n ch >= 0x7B /* { */ && ch <= 0x7D /* } */\n )\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-PatternCharacter\n// But eat eager.\npp$8.regexp_eatPatternCharacters = function(state) {\n var start = state.pos;\n var ch = 0;\n while ((ch = state.current()) !== -1 && !isSyntaxCharacter(ch)) {\n state.advance();\n }\n return state.pos !== start\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedPatternCharacter\npp$8.regexp_eatExtendedPatternCharacter = function(state) {\n var ch = state.current();\n if (\n ch !== -1 &&\n ch !== 0x24 /* $ */ &&\n !(ch >= 0x28 /* ( */ && ch <= 0x2B /* + */) &&\n ch !== 0x2E /* . */ &&\n ch !== 0x3F /* ? */ &&\n ch !== 0x5B /* [ */ &&\n ch !== 0x5E /* ^ */ &&\n ch !== 0x7C /* | */\n ) {\n state.advance();\n return true\n }\n return false\n};\n\n// GroupSpecifier[U] ::\n// [empty]\n// `?` GroupName[?U]\npp$8.regexp_groupSpecifier = function(state) {\n if (state.eat(0x3F /* ? */)) {\n if (this.regexp_eatGroupName(state)) {\n if (state.groupNames.indexOf(state.lastStringValue) !== -1) {\n state.raise(\"Duplicate capture group name\");\n }\n state.groupNames.push(state.lastStringValue);\n return\n }\n state.raise(\"Invalid group\");\n }\n};\n\n// GroupName[U] ::\n// `<` RegExpIdentifierName[?U] `>`\n// Note: this updates `state.lastStringValue` property with the eaten name.\npp$8.regexp_eatGroupName = function(state) {\n state.lastStringValue = \"\";\n if (state.eat(0x3C /* < */)) {\n if (this.regexp_eatRegExpIdentifierName(state) && state.eat(0x3E /* > */)) {\n return true\n }\n state.raise(\"Invalid capture group name\");\n }\n return false\n};\n\n// RegExpIdentifierName[U] ::\n// RegExpIdentifierStart[?U]\n// RegExpIdentifierName[?U] RegExpIdentifierPart[?U]\n// Note: this updates `state.lastStringValue` property with the eaten name.\npp$8.regexp_eatRegExpIdentifierName = function(state) {\n state.lastStringValue = \"\";\n if (this.regexp_eatRegExpIdentifierStart(state)) {\n state.lastStringValue += codePointToString(state.lastIntValue);\n while (this.regexp_eatRegExpIdentifierPart(state)) {\n state.lastStringValue += codePointToString(state.lastIntValue);\n }\n return true\n }\n return false\n};\n\n// RegExpIdentifierStart[U] ::\n// UnicodeIDStart\n// `$`\n// `_`\n// `\\` RegExpUnicodeEscapeSequence[?U]\npp$8.regexp_eatRegExpIdentifierStart = function(state) {\n var start = state.pos;\n var ch = state.current();\n state.advance();\n\n if (ch === 0x5C /* \\ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) {\n ch = state.lastIntValue;\n }\n if (isRegExpIdentifierStart(ch)) {\n state.lastIntValue = ch;\n return true\n }\n\n state.pos = start;\n return false\n};\nfunction isRegExpIdentifierStart(ch) {\n return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */\n}\n\n// RegExpIdentifierPart[U] ::\n// UnicodeIDContinue\n// `$`\n// `_`\n// `\\` RegExpUnicodeEscapeSequence[?U]\n// \n// \npp$8.regexp_eatRegExpIdentifierPart = function(state) {\n var start = state.pos;\n var ch = state.current();\n state.advance();\n\n if (ch === 0x5C /* \\ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) {\n ch = state.lastIntValue;\n }\n if (isRegExpIdentifierPart(ch)) {\n state.lastIntValue = ch;\n return true\n }\n\n state.pos = start;\n return false\n};\nfunction isRegExpIdentifierPart(ch) {\n return isIdentifierChar(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ || ch === 0x200C /* */ || ch === 0x200D /* */\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-AtomEscape\npp$8.regexp_eatAtomEscape = function(state) {\n if (\n this.regexp_eatBackReference(state) ||\n this.regexp_eatCharacterClassEscape(state) ||\n this.regexp_eatCharacterEscape(state) ||\n (state.switchN && this.regexp_eatKGroupName(state))\n ) {\n return true\n }\n if (state.switchU) {\n // Make the same message as V8.\n if (state.current() === 0x63 /* c */) {\n state.raise(\"Invalid unicode escape\");\n }\n state.raise(\"Invalid escape\");\n }\n return false\n};\npp$8.regexp_eatBackReference = function(state) {\n var start = state.pos;\n if (this.regexp_eatDecimalEscape(state)) {\n var n = state.lastIntValue;\n if (state.switchU) {\n // For SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-atomescape\n if (n > state.maxBackReference) {\n state.maxBackReference = n;\n }\n return true\n }\n if (n <= state.numCapturingParens) {\n return true\n }\n state.pos = start;\n }\n return false\n};\npp$8.regexp_eatKGroupName = function(state) {\n if (state.eat(0x6B /* k */)) {\n if (this.regexp_eatGroupName(state)) {\n state.backReferenceNames.push(state.lastStringValue);\n return true\n }\n state.raise(\"Invalid named reference\");\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-CharacterEscape\npp$8.regexp_eatCharacterEscape = function(state) {\n return (\n this.regexp_eatControlEscape(state) ||\n this.regexp_eatCControlLetter(state) ||\n this.regexp_eatZero(state) ||\n this.regexp_eatHexEscapeSequence(state) ||\n this.regexp_eatRegExpUnicodeEscapeSequence(state) ||\n (!state.switchU && this.regexp_eatLegacyOctalEscapeSequence(state)) ||\n this.regexp_eatIdentityEscape(state)\n )\n};\npp$8.regexp_eatCControlLetter = function(state) {\n var start = state.pos;\n if (state.eat(0x63 /* c */)) {\n if (this.regexp_eatControlLetter(state)) {\n return true\n }\n state.pos = start;\n }\n return false\n};\npp$8.regexp_eatZero = function(state) {\n if (state.current() === 0x30 /* 0 */ && !isDecimalDigit(state.lookahead())) {\n state.lastIntValue = 0;\n state.advance();\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ControlEscape\npp$8.regexp_eatControlEscape = function(state) {\n var ch = state.current();\n if (ch === 0x74 /* t */) {\n state.lastIntValue = 0x09; /* \\t */\n state.advance();\n return true\n }\n if (ch === 0x6E /* n */) {\n state.lastIntValue = 0x0A; /* \\n */\n state.advance();\n return true\n }\n if (ch === 0x76 /* v */) {\n state.lastIntValue = 0x0B; /* \\v */\n state.advance();\n return true\n }\n if (ch === 0x66 /* f */) {\n state.lastIntValue = 0x0C; /* \\f */\n state.advance();\n return true\n }\n if (ch === 0x72 /* r */) {\n state.lastIntValue = 0x0D; /* \\r */\n state.advance();\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ControlLetter\npp$8.regexp_eatControlLetter = function(state) {\n var ch = state.current();\n if (isControlLetter(ch)) {\n state.lastIntValue = ch % 0x20;\n state.advance();\n return true\n }\n return false\n};\nfunction isControlLetter(ch) {\n return (\n (ch >= 0x41 /* A */ && ch <= 0x5A /* Z */) ||\n (ch >= 0x61 /* a */ && ch <= 0x7A /* z */)\n )\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-RegExpUnicodeEscapeSequence\npp$8.regexp_eatRegExpUnicodeEscapeSequence = function(state) {\n var start = state.pos;\n\n if (state.eat(0x75 /* u */)) {\n if (this.regexp_eatFixedHexDigits(state, 4)) {\n var lead = state.lastIntValue;\n if (state.switchU && lead >= 0xD800 && lead <= 0xDBFF) {\n var leadSurrogateEnd = state.pos;\n if (state.eat(0x5C /* \\ */) && state.eat(0x75 /* u */) && this.regexp_eatFixedHexDigits(state, 4)) {\n var trail = state.lastIntValue;\n if (trail >= 0xDC00 && trail <= 0xDFFF) {\n state.lastIntValue = (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000;\n return true\n }\n }\n state.pos = leadSurrogateEnd;\n state.lastIntValue = lead;\n }\n return true\n }\n if (\n state.switchU &&\n state.eat(0x7B /* { */) &&\n this.regexp_eatHexDigits(state) &&\n state.eat(0x7D /* } */) &&\n isValidUnicode(state.lastIntValue)\n ) {\n return true\n }\n if (state.switchU) {\n state.raise(\"Invalid unicode escape\");\n }\n state.pos = start;\n }\n\n return false\n};\nfunction isValidUnicode(ch) {\n return ch >= 0 && ch <= 0x10FFFF\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-IdentityEscape\npp$8.regexp_eatIdentityEscape = function(state) {\n if (state.switchU) {\n if (this.regexp_eatSyntaxCharacter(state)) {\n return true\n }\n if (state.eat(0x2F /* / */)) {\n state.lastIntValue = 0x2F; /* / */\n return true\n }\n return false\n }\n\n var ch = state.current();\n if (ch !== 0x63 /* c */ && (!state.switchN || ch !== 0x6B /* k */)) {\n state.lastIntValue = ch;\n state.advance();\n return true\n }\n\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalEscape\npp$8.regexp_eatDecimalEscape = function(state) {\n state.lastIntValue = 0;\n var ch = state.current();\n if (ch >= 0x31 /* 1 */ && ch <= 0x39 /* 9 */) {\n do {\n state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */);\n state.advance();\n } while ((ch = state.current()) >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */)\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClassEscape\npp$8.regexp_eatCharacterClassEscape = function(state) {\n var ch = state.current();\n\n if (isCharacterClassEscape(ch)) {\n state.lastIntValue = -1;\n state.advance();\n return true\n }\n\n if (\n state.switchU &&\n this.options.ecmaVersion >= 9 &&\n (ch === 0x50 /* P */ || ch === 0x70 /* p */)\n ) {\n state.lastIntValue = -1;\n state.advance();\n if (\n state.eat(0x7B /* { */) &&\n this.regexp_eatUnicodePropertyValueExpression(state) &&\n state.eat(0x7D /* } */)\n ) {\n return true\n }\n state.raise(\"Invalid property name\");\n }\n\n return false\n};\nfunction isCharacterClassEscape(ch) {\n return (\n ch === 0x64 /* d */ ||\n ch === 0x44 /* D */ ||\n ch === 0x73 /* s */ ||\n ch === 0x53 /* S */ ||\n ch === 0x77 /* w */ ||\n ch === 0x57 /* W */\n )\n}\n\n// UnicodePropertyValueExpression ::\n// UnicodePropertyName `=` UnicodePropertyValue\n// LoneUnicodePropertyNameOrValue\npp$8.regexp_eatUnicodePropertyValueExpression = function(state) {\n var start = state.pos;\n\n // UnicodePropertyName `=` UnicodePropertyValue\n if (this.regexp_eatUnicodePropertyName(state) && state.eat(0x3D /* = */)) {\n var name = state.lastStringValue;\n if (this.regexp_eatUnicodePropertyValue(state)) {\n var value = state.lastStringValue;\n this.regexp_validateUnicodePropertyNameAndValue(state, name, value);\n return true\n }\n }\n state.pos = start;\n\n // LoneUnicodePropertyNameOrValue\n if (this.regexp_eatLoneUnicodePropertyNameOrValue(state)) {\n var nameOrValue = state.lastStringValue;\n this.regexp_validateUnicodePropertyNameOrValue(state, nameOrValue);\n return true\n }\n return false\n};\npp$8.regexp_validateUnicodePropertyNameAndValue = function(state, name, value) {\n if (!has(state.unicodeProperties.nonBinary, name))\n { state.raise(\"Invalid property name\"); }\n if (!state.unicodeProperties.nonBinary[name].test(value))\n { state.raise(\"Invalid property value\"); }\n};\npp$8.regexp_validateUnicodePropertyNameOrValue = function(state, nameOrValue) {\n if (!state.unicodeProperties.binary.test(nameOrValue))\n { state.raise(\"Invalid property name\"); }\n};\n\n// UnicodePropertyName ::\n// UnicodePropertyNameCharacters\npp$8.regexp_eatUnicodePropertyName = function(state) {\n var ch = 0;\n state.lastStringValue = \"\";\n while (isUnicodePropertyNameCharacter(ch = state.current())) {\n state.lastStringValue += codePointToString(ch);\n state.advance();\n }\n return state.lastStringValue !== \"\"\n};\nfunction isUnicodePropertyNameCharacter(ch) {\n return isControlLetter(ch) || ch === 0x5F /* _ */\n}\n\n// UnicodePropertyValue ::\n// UnicodePropertyValueCharacters\npp$8.regexp_eatUnicodePropertyValue = function(state) {\n var ch = 0;\n state.lastStringValue = \"\";\n while (isUnicodePropertyValueCharacter(ch = state.current())) {\n state.lastStringValue += codePointToString(ch);\n state.advance();\n }\n return state.lastStringValue !== \"\"\n};\nfunction isUnicodePropertyValueCharacter(ch) {\n return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch)\n}\n\n// LoneUnicodePropertyNameOrValue ::\n// UnicodePropertyValueCharacters\npp$8.regexp_eatLoneUnicodePropertyNameOrValue = function(state) {\n return this.regexp_eatUnicodePropertyValue(state)\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClass\npp$8.regexp_eatCharacterClass = function(state) {\n if (state.eat(0x5B /* [ */)) {\n state.eat(0x5E /* ^ */);\n this.regexp_classRanges(state);\n if (state.eat(0x5D /* [ */)) {\n return true\n }\n // Unreachable since it threw \"unterminated regular expression\" error before.\n state.raise(\"Unterminated character class\");\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassRanges\n// https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRanges\n// https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRangesNoDash\npp$8.regexp_classRanges = function(state) {\n while (this.regexp_eatClassAtom(state)) {\n var left = state.lastIntValue;\n if (state.eat(0x2D /* - */) && this.regexp_eatClassAtom(state)) {\n var right = state.lastIntValue;\n if (state.switchU && (left === -1 || right === -1)) {\n state.raise(\"Invalid character class\");\n }\n if (left !== -1 && right !== -1 && left > right) {\n state.raise(\"Range out of order in character class\");\n }\n }\n }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtom\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtomNoDash\npp$8.regexp_eatClassAtom = function(state) {\n var start = state.pos;\n\n if (state.eat(0x5C /* \\ */)) {\n if (this.regexp_eatClassEscape(state)) {\n return true\n }\n if (state.switchU) {\n // Make the same message as V8.\n var ch$1 = state.current();\n if (ch$1 === 0x63 /* c */ || isOctalDigit(ch$1)) {\n state.raise(\"Invalid class escape\");\n }\n state.raise(\"Invalid escape\");\n }\n state.pos = start;\n }\n\n var ch = state.current();\n if (ch !== 0x5D /* [ */) {\n state.lastIntValue = ch;\n state.advance();\n return true\n }\n\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassEscape\npp$8.regexp_eatClassEscape = function(state) {\n var start = state.pos;\n\n if (state.eat(0x62 /* b */)) {\n state.lastIntValue = 0x08; /* */\n return true\n }\n\n if (state.switchU && state.eat(0x2D /* - */)) {\n state.lastIntValue = 0x2D; /* - */\n return true\n }\n\n if (!state.switchU && state.eat(0x63 /* c */)) {\n if (this.regexp_eatClassControlLetter(state)) {\n return true\n }\n state.pos = start;\n }\n\n return (\n this.regexp_eatCharacterClassEscape(state) ||\n this.regexp_eatCharacterEscape(state)\n )\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassControlLetter\npp$8.regexp_eatClassControlLetter = function(state) {\n var ch = state.current();\n if (isDecimalDigit(ch) || ch === 0x5F /* _ */) {\n state.lastIntValue = ch % 0x20;\n state.advance();\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence\npp$8.regexp_eatHexEscapeSequence = function(state) {\n var start = state.pos;\n if (state.eat(0x78 /* x */)) {\n if (this.regexp_eatFixedHexDigits(state, 2)) {\n return true\n }\n if (state.switchU) {\n state.raise(\"Invalid escape\");\n }\n state.pos = start;\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalDigits\npp$8.regexp_eatDecimalDigits = function(state) {\n var start = state.pos;\n var ch = 0;\n state.lastIntValue = 0;\n while (isDecimalDigit(ch = state.current())) {\n state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */);\n state.advance();\n }\n return state.pos !== start\n};\nfunction isDecimalDigit(ch) {\n return ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigits\npp$8.regexp_eatHexDigits = function(state) {\n var start = state.pos;\n var ch = 0;\n state.lastIntValue = 0;\n while (isHexDigit(ch = state.current())) {\n state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch);\n state.advance();\n }\n return state.pos !== start\n};\nfunction isHexDigit(ch) {\n return (\n (ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) ||\n (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) ||\n (ch >= 0x61 /* a */ && ch <= 0x66 /* f */)\n )\n}\nfunction hexToInt(ch) {\n if (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) {\n return 10 + (ch - 0x41 /* A */)\n }\n if (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) {\n return 10 + (ch - 0x61 /* a */)\n }\n return ch - 0x30 /* 0 */\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-LegacyOctalEscapeSequence\n// Allows only 0-377(octal) i.e. 0-255(decimal).\npp$8.regexp_eatLegacyOctalEscapeSequence = function(state) {\n if (this.regexp_eatOctalDigit(state)) {\n var n1 = state.lastIntValue;\n if (this.regexp_eatOctalDigit(state)) {\n var n2 = state.lastIntValue;\n if (n1 <= 3 && this.regexp_eatOctalDigit(state)) {\n state.lastIntValue = n1 * 64 + n2 * 8 + state.lastIntValue;\n } else {\n state.lastIntValue = n1 * 8 + n2;\n }\n } else {\n state.lastIntValue = n1;\n }\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-OctalDigit\npp$8.regexp_eatOctalDigit = function(state) {\n var ch = state.current();\n if (isOctalDigit(ch)) {\n state.lastIntValue = ch - 0x30; /* 0 */\n state.advance();\n return true\n }\n state.lastIntValue = 0;\n return false\n};\nfunction isOctalDigit(ch) {\n return ch >= 0x30 /* 0 */ && ch <= 0x37 /* 7 */\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Hex4Digits\n// https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigit\n// And HexDigit HexDigit in https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence\npp$8.regexp_eatFixedHexDigits = function(state, length) {\n var start = state.pos;\n state.lastIntValue = 0;\n for (var i = 0; i < length; ++i) {\n var ch = state.current();\n if (!isHexDigit(ch)) {\n state.pos = start;\n return false\n }\n state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch);\n state.advance();\n }\n return true\n};\n\n// Object type used to represent tokens. Note that normally, tokens\n// simply exist as properties on the parser object. This is only\n// used for the onToken callback and the external tokenizer.\n\nvar Token = function Token(p) {\n this.type = p.type;\n this.value = p.value;\n this.start = p.start;\n this.end = p.end;\n if (p.options.locations)\n { this.loc = new SourceLocation(p, p.startLoc, p.endLoc); }\n if (p.options.ranges)\n { this.range = [p.start, p.end]; }\n};\n\n// ## Tokenizer\n\nvar pp$9 = Parser.prototype;\n\n// Move to the next token\n\npp$9.next = function() {\n if (this.options.onToken)\n { this.options.onToken(new Token(this)); }\n\n this.lastTokEnd = this.end;\n this.lastTokStart = this.start;\n this.lastTokEndLoc = this.endLoc;\n this.lastTokStartLoc = this.startLoc;\n this.nextToken();\n};\n\npp$9.getToken = function() {\n this.next();\n return new Token(this)\n};\n\n// If we're in an ES6 environment, make parsers iterable\nif (typeof Symbol !== \"undefined\")\n { pp$9[Symbol.iterator] = function() {\n var this$1 = this;\n\n return {\n next: function () {\n var token = this$1.getToken();\n return {\n done: token.type === types.eof,\n value: token\n }\n }\n }\n }; }\n\n// Toggle strict mode. Re-reads the next number or string to please\n// pedantic tests (`\"use strict\"; 010;` should fail).\n\npp$9.curContext = function() {\n return this.context[this.context.length - 1]\n};\n\n// Read a single token, updating the parser object's token-related\n// properties.\n\npp$9.nextToken = function() {\n var curContext = this.curContext();\n if (!curContext || !curContext.preserveSpace) { this.skipSpace(); }\n\n this.start = this.pos;\n if (this.options.locations) { this.startLoc = this.curPosition(); }\n if (this.pos >= this.input.length) { return this.finishToken(types.eof) }\n\n if (curContext.override) { return curContext.override(this) }\n else { this.readToken(this.fullCharCodeAtPos()); }\n};\n\npp$9.readToken = function(code) {\n // Identifier or keyword. '\\uXXXX' sequences are allowed in\n // identifiers, so '\\' also dispatches to that.\n if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\\' */)\n { return this.readWord() }\n\n return this.getTokenFromCode(code)\n};\n\npp$9.fullCharCodeAtPos = function() {\n var code = this.input.charCodeAt(this.pos);\n if (code <= 0xd7ff || code >= 0xe000) { return code }\n var next = this.input.charCodeAt(this.pos + 1);\n return (code << 10) + next - 0x35fdc00\n};\n\npp$9.skipBlockComment = function() {\n var startLoc = this.options.onComment && this.curPosition();\n var start = this.pos, end = this.input.indexOf(\"*/\", this.pos += 2);\n if (end === -1) { this.raise(this.pos - 2, \"Unterminated comment\"); }\n this.pos = end + 2;\n if (this.options.locations) {\n lineBreakG.lastIndex = start;\n var match;\n while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) {\n ++this.curLine;\n this.lineStart = match.index + match[0].length;\n }\n }\n if (this.options.onComment)\n { this.options.onComment(true, this.input.slice(start + 2, end), start, this.pos,\n startLoc, this.curPosition()); }\n};\n\npp$9.skipLineComment = function(startSkip) {\n var start = this.pos;\n var startLoc = this.options.onComment && this.curPosition();\n var ch = this.input.charCodeAt(this.pos += startSkip);\n while (this.pos < this.input.length && !isNewLine(ch)) {\n ch = this.input.charCodeAt(++this.pos);\n }\n if (this.options.onComment)\n { this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos,\n startLoc, this.curPosition()); }\n};\n\n// Called at the start of the parse and after every token. Skips\n// whitespace and comments, and.\n\npp$9.skipSpace = function() {\n loop: while (this.pos < this.input.length) {\n var ch = this.input.charCodeAt(this.pos);\n switch (ch) {\n case 32: case 160: // ' '\n ++this.pos;\n break\n case 13:\n if (this.input.charCodeAt(this.pos + 1) === 10) {\n ++this.pos;\n }\n case 10: case 8232: case 8233:\n ++this.pos;\n if (this.options.locations) {\n ++this.curLine;\n this.lineStart = this.pos;\n }\n break\n case 47: // '/'\n switch (this.input.charCodeAt(this.pos + 1)) {\n case 42: // '*'\n this.skipBlockComment();\n break\n case 47:\n this.skipLineComment(2);\n break\n default:\n break loop\n }\n break\n default:\n if (ch > 8 && ch < 14 || ch >= 5760 && nonASCIIwhitespace.test(String.fromCharCode(ch))) {\n ++this.pos;\n } else {\n break loop\n }\n }\n }\n};\n\n// Called at the end of every token. Sets `end`, `val`, and\n// maintains `context` and `exprAllowed`, and skips the space after\n// the token, so that the next one's `start` will point at the\n// right position.\n\npp$9.finishToken = function(type, val) {\n this.end = this.pos;\n if (this.options.locations) { this.endLoc = this.curPosition(); }\n var prevType = this.type;\n this.type = type;\n this.value = val;\n\n this.updateContext(prevType);\n};\n\n// ### Token reading\n\n// This is the function that is called to fetch the next token. It\n// is somewhat obscure, because it works in character codes rather\n// than characters, and because operator parsing has been inlined\n// into it.\n//\n// All in the name of speed.\n//\npp$9.readToken_dot = function() {\n var next = this.input.charCodeAt(this.pos + 1);\n if (next >= 48 && next <= 57) { return this.readNumber(true) }\n var next2 = this.input.charCodeAt(this.pos + 2);\n if (this.options.ecmaVersion >= 6 && next === 46 && next2 === 46) { // 46 = dot '.'\n this.pos += 3;\n return this.finishToken(types.ellipsis)\n } else {\n ++this.pos;\n return this.finishToken(types.dot)\n }\n};\n\npp$9.readToken_slash = function() { // '/'\n var next = this.input.charCodeAt(this.pos + 1);\n if (this.exprAllowed) { ++this.pos; return this.readRegexp() }\n if (next === 61) { return this.finishOp(types.assign, 2) }\n return this.finishOp(types.slash, 1)\n};\n\npp$9.readToken_mult_modulo_exp = function(code) { // '%*'\n var next = this.input.charCodeAt(this.pos + 1);\n var size = 1;\n var tokentype = code === 42 ? types.star : types.modulo;\n\n // exponentiation operator ** and **=\n if (this.options.ecmaVersion >= 7 && code === 42 && next === 42) {\n ++size;\n tokentype = types.starstar;\n next = this.input.charCodeAt(this.pos + 2);\n }\n\n if (next === 61) { return this.finishOp(types.assign, size + 1) }\n return this.finishOp(tokentype, size)\n};\n\npp$9.readToken_pipe_amp = function(code) { // '|&'\n var next = this.input.charCodeAt(this.pos + 1);\n if (next === code) { return this.finishOp(code === 124 ? types.logicalOR : types.logicalAND, 2) }\n if (next === 61) { return this.finishOp(types.assign, 2) }\n return this.finishOp(code === 124 ? types.bitwiseOR : types.bitwiseAND, 1)\n};\n\npp$9.readToken_caret = function() { // '^'\n var next = this.input.charCodeAt(this.pos + 1);\n if (next === 61) { return this.finishOp(types.assign, 2) }\n return this.finishOp(types.bitwiseXOR, 1)\n};\n\npp$9.readToken_plus_min = function(code) { // '+-'\n var next = this.input.charCodeAt(this.pos + 1);\n if (next === code) {\n if (next === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 &&\n (this.lastTokEnd === 0 || lineBreak.test(this.input.slice(this.lastTokEnd, this.pos)))) {\n // A `-->` line comment\n this.skipLineComment(3);\n this.skipSpace();\n return this.nextToken()\n }\n return this.finishOp(types.incDec, 2)\n }\n if (next === 61) { return this.finishOp(types.assign, 2) }\n return this.finishOp(types.plusMin, 1)\n};\n\npp$9.readToken_lt_gt = function(code) { // '<>'\n var next = this.input.charCodeAt(this.pos + 1);\n var size = 1;\n if (next === code) {\n size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2;\n if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types.assign, size + 1) }\n return this.finishOp(types.bitShift, size)\n }\n if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 &&\n this.input.charCodeAt(this.pos + 3) === 45) {\n // `\n if (code === HYPHENMINUS && prevType === HYPHENMINUS) {\n if (offset + 1 < sourceLength && source.charCodeAt(offset + 1) === GREATERTHANSIGN) {\n type = CDC;\n offset = offset + 2;\n tokenCount--; // rewrite prev token\n break;\n }\n }\n\n // ident(\n if (code === LEFTPARENTHESIS && prevType === IDENTIFIER) {\n offset = offset + 1;\n tokenCount--; // rewrite prev token\n balance[tokenCount] = balance[tokenCount + 1];\n balanceStart--;\n\n // 4 char length identifier and equal to `url(` (case insensitive)\n if (offset - anchor === 4 && cmpStr(source, anchor, offset, 'url(')) {\n // special case for url() because it can contain any symbols sequence with few exceptions\n anchor = findWhiteSpaceEnd(source, offset);\n code = source.charCodeAt(anchor);\n if (code !== LEFTPARENTHESIS &&\n code !== RIGHTPARENTHESIS &&\n code !== QUOTATIONMARK &&\n code !== APOSTROPHE) {\n // url(\n offsetAndType[tokenCount++] = (URL << TYPE_SHIFT) | offset;\n balance[tokenCount] = sourceLength;\n\n // ws*\n if (anchor !== offset) {\n offsetAndType[tokenCount++] = (WHITESPACE << TYPE_SHIFT) | anchor;\n balance[tokenCount] = sourceLength;\n }\n\n // raw\n type = RAW;\n offset = findUrlRawEnd(source, anchor);\n } else {\n type = URL;\n }\n } else {\n type = FUNCTION;\n }\n break;\n }\n\n type = code;\n offset = offset + 1;\n break;\n\n case NUMBER:\n offset = findNumberEnd(source, offset + 1, prevType !== FULLSTOP);\n\n // merge number with a preceding dot, dash or plus\n if (prevType === FULLSTOP ||\n prevType === HYPHENMINUS ||\n prevType === PLUSSIGN) {\n tokenCount--; // rewrite prev token\n }\n\n break;\n\n case STRING:\n offset = findStringEnd(source, offset + 1, code);\n break;\n\n default:\n anchor = offset;\n offset = findIdentifierEnd(source, offset);\n\n // merge identifier with a preceding dash\n if (prevType === HYPHENMINUS) {\n // rewrite prev token\n tokenCount--;\n // restore prev prev token type\n // for case @-prefix-ident\n prevType = tokenCount === 0 ? 0 : offsetAndType[tokenCount - 1] >> TYPE_SHIFT;\n }\n\n if (prevType === COMMERCIALAT) {\n // rewrite prev token and change type to \n tokenCount--;\n type = ATRULE;\n }\n }\n\n offsetAndType[tokenCount++] = (type << TYPE_SHIFT) | offset;\n prevType = type;\n }\n\n // finalize arrays\n offsetAndType[tokenCount] = offset;\n balance[tokenCount] = sourceLength;\n while (balanceStart !== 0) {\n balancePrev = balanceStart & OFFSET_MASK;\n balanceStart = balance[balancePrev];\n balance[balancePrev] = sourceLength;\n }\n\n tokenizer.offsetAndType = offsetAndType;\n tokenizer.tokenCount = tokenCount;\n tokenizer.balance = balance;\n}\n\n//\n// tokenizer\n//\n\nvar Tokenizer = function(source, startOffset, startLine, startColumn) {\n this.offsetAndType = null;\n this.balance = null;\n this.lines = null;\n this.columns = null;\n\n this.setSource(source, startOffset, startLine, startColumn);\n};\n\nTokenizer.prototype = {\n setSource: function(source, startOffset, startLine, startColumn) {\n var safeSource = String(source || '');\n var start = firstCharOffset(safeSource);\n\n this.source = safeSource;\n this.firstCharOffset = start;\n this.startOffset = typeof startOffset === 'undefined' ? 0 : startOffset;\n this.startLine = typeof startLine === 'undefined' ? 1 : startLine;\n this.startColumn = typeof startColumn === 'undefined' ? 1 : startColumn;\n this.linesAnsColumnsComputed = false;\n\n this.eof = false;\n this.currentToken = -1;\n this.tokenType = 0;\n this.tokenStart = start;\n this.tokenEnd = start;\n\n tokenLayout(this, safeSource, start);\n this.next();\n },\n\n lookupType: function(offset) {\n offset += this.currentToken;\n\n if (offset < this.tokenCount) {\n return this.offsetAndType[offset] >> TYPE_SHIFT;\n }\n\n return NULL;\n },\n lookupNonWSType: function(offset) {\n offset += this.currentToken;\n\n for (var type; offset < this.tokenCount; offset++) {\n type = this.offsetAndType[offset] >> TYPE_SHIFT;\n\n if (type !== WHITESPACE) {\n return type;\n }\n }\n\n return NULL;\n },\n lookupValue: function(offset, referenceStr) {\n offset += this.currentToken;\n\n if (offset < this.tokenCount) {\n return cmpStr(\n this.source,\n this.offsetAndType[offset - 1] & OFFSET_MASK,\n this.offsetAndType[offset] & OFFSET_MASK,\n referenceStr\n );\n }\n\n return false;\n },\n getTokenStart: function(tokenNum) {\n if (tokenNum === this.currentToken) {\n return this.tokenStart;\n }\n\n if (tokenNum > 0) {\n return tokenNum < this.tokenCount\n ? this.offsetAndType[tokenNum - 1] & OFFSET_MASK\n : this.offsetAndType[this.tokenCount] & OFFSET_MASK;\n }\n\n return this.firstCharOffset;\n },\n getOffsetExcludeWS: function() {\n if (this.currentToken > 0) {\n if ((this.offsetAndType[this.currentToken - 1] >> TYPE_SHIFT) === WHITESPACE) {\n return this.currentToken > 1\n ? this.offsetAndType[this.currentToken - 2] & OFFSET_MASK\n : this.firstCharOffset;\n }\n }\n return this.tokenStart;\n },\n getRawLength: function(startToken, endTokenType1, endTokenType2, includeTokenType2) {\n var cursor = startToken;\n var balanceEnd;\n\n loop:\n for (; cursor < this.tokenCount; cursor++) {\n balanceEnd = this.balance[cursor];\n\n // belance end points to offset before start\n if (balanceEnd < startToken) {\n break loop;\n }\n\n // check token is stop type\n switch (this.offsetAndType[cursor] >> TYPE_SHIFT) {\n case endTokenType1:\n break loop;\n\n case endTokenType2:\n if (includeTokenType2) {\n cursor++;\n }\n break loop;\n\n default:\n // fast forward to the end of balanced block\n if (this.balance[balanceEnd] === cursor) {\n cursor = balanceEnd;\n }\n }\n\n }\n\n return cursor - this.currentToken;\n },\n\n getTokenValue: function() {\n return this.source.substring(this.tokenStart, this.tokenEnd);\n },\n substrToCursor: function(start) {\n return this.source.substring(start, this.tokenStart);\n },\n\n skipWS: function() {\n for (var i = this.currentToken, skipTokenCount = 0; i < this.tokenCount; i++, skipTokenCount++) {\n if ((this.offsetAndType[i] >> TYPE_SHIFT) !== WHITESPACE) {\n break;\n }\n }\n\n if (skipTokenCount > 0) {\n this.skip(skipTokenCount);\n }\n },\n skipSC: function() {\n while (this.tokenType === WHITESPACE || this.tokenType === COMMENT) {\n this.next();\n }\n },\n skip: function(tokenCount) {\n var next = this.currentToken + tokenCount;\n\n if (next < this.tokenCount) {\n this.currentToken = next;\n this.tokenStart = this.offsetAndType[next - 1] & OFFSET_MASK;\n next = this.offsetAndType[next];\n this.tokenType = next >> TYPE_SHIFT;\n this.tokenEnd = next & OFFSET_MASK;\n } else {\n this.currentToken = this.tokenCount;\n this.next();\n }\n },\n next: function() {\n var next = this.currentToken + 1;\n\n if (next < this.tokenCount) {\n this.currentToken = next;\n this.tokenStart = this.tokenEnd;\n next = this.offsetAndType[next];\n this.tokenType = next >> TYPE_SHIFT;\n this.tokenEnd = next & OFFSET_MASK;\n } else {\n this.currentToken = this.tokenCount;\n this.eof = true;\n this.tokenType = NULL;\n this.tokenStart = this.tokenEnd = this.source.length;\n }\n },\n\n eat: function(tokenType) {\n if (this.tokenType !== tokenType) {\n var offset = this.tokenStart;\n var message = NAME[tokenType] + ' is expected';\n\n // tweak message and offset\n if (tokenType === IDENTIFIER) {\n // when identifier is expected but there is a function or url\n if (this.tokenType === FUNCTION || this.tokenType === URL) {\n offset = this.tokenEnd - 1;\n message += ' but function found';\n }\n } else {\n // when test type is part of another token show error for current position + 1\n // e.g. eat(HYPHENMINUS) will fail on \"-foo\", but pointing on \"-\" is odd\n if (this.source.charCodeAt(this.tokenStart) === tokenType) {\n offset = offset + 1;\n }\n }\n\n this.error(message, offset);\n }\n\n this.next();\n },\n eatNonWS: function(tokenType) {\n this.skipWS();\n this.eat(tokenType);\n },\n\n consume: function(tokenType) {\n var value = this.getTokenValue();\n\n this.eat(tokenType);\n\n return value;\n },\n consumeFunctionName: function() {\n var name = this.source.substring(this.tokenStart, this.tokenEnd - 1);\n\n this.eat(FUNCTION);\n\n return name;\n },\n consumeNonWS: function(tokenType) {\n this.skipWS();\n\n return this.consume(tokenType);\n },\n\n expectIdentifier: function(name) {\n if (this.tokenType !== IDENTIFIER || cmpStr(this.source, this.tokenStart, this.tokenEnd, name) === false) {\n this.error('Identifier `' + name + '` is expected');\n }\n\n this.next();\n },\n\n getLocation: function(offset, filename) {\n if (!this.linesAnsColumnsComputed) {\n computeLinesAndColumns(this, this.source);\n }\n\n return {\n source: filename,\n offset: this.startOffset + offset,\n line: this.lines[offset],\n column: this.columns[offset]\n };\n },\n\n getLocationRange: function(start, end, filename) {\n if (!this.linesAnsColumnsComputed) {\n computeLinesAndColumns(this, this.source);\n }\n\n return {\n source: filename,\n start: {\n offset: this.startOffset + start,\n line: this.lines[start],\n column: this.columns[start]\n },\n end: {\n offset: this.startOffset + end,\n line: this.lines[end],\n column: this.columns[end]\n }\n };\n },\n\n error: function(message, offset) {\n var location = typeof offset !== 'undefined' && offset < this.source.length\n ? this.getLocation(offset)\n : this.eof\n ? findLastNonSpaceLocation(this)\n : this.getLocation(this.tokenStart);\n\n throw new CssSyntaxError(\n message || 'Unexpected input',\n this.source,\n location.offset,\n location.line,\n location.column\n );\n },\n\n dump: function() {\n var offset = 0;\n\n return Array.prototype.slice.call(this.offsetAndType, 0, this.tokenCount).map(function(item, idx) {\n var start = offset;\n var end = item & OFFSET_MASK;\n\n offset = end;\n\n return {\n idx: idx,\n type: NAME[item >> TYPE_SHIFT],\n chunk: this.source.substring(start, end),\n balance: this.balance[idx]\n };\n }, this);\n }\n};\n\n// extend with error class\nTokenizer.CssSyntaxError = CssSyntaxError;\n\n// extend tokenizer with constants\nObject.keys(constants).forEach(function(key) {\n Tokenizer[key] = constants[key];\n});\n\n// extend tokenizer with static methods from utils\nObject.keys(utils).forEach(function(key) {\n Tokenizer[key] = utils[key];\n});\n\n// warm up tokenizer to elimitate code branches that never execute\n// fix soft deoptimizations (insufficient type feedback)\nnew Tokenizer('\\n\\r\\r\\n\\f//\"\"\\'\\'/*\\r\\n\\f*/1a;.\\\\31\\t\\+2{url(a);func();+1.2e3 -.4e-5 .6e+7}').getLocation();\n\nmodule.exports = Tokenizer;\n","module.exports = require('./Tokenizer');\n","'use strict';\n\n//\n// item item item item\n// /------\\ /------\\ /------\\ /------\\\n// | data | | data | | data | | data |\n// null <--+-prev |<---+-prev |<---+-prev |<---+-prev |\n// | next-+--->| next-+--->| next-+--->| next-+--> null\n// \\------/ \\------/ \\------/ \\------/\n// ^ ^\n// | list |\n// | /------\\ |\n// \\--------------+-head | |\n// | tail-+--------------/\n// \\------/\n//\n\nfunction createItem(data) {\n return {\n prev: null,\n next: null,\n data: data\n };\n}\n\nvar cursors = null;\nvar List = function() {\n this.cursor = null;\n this.head = null;\n this.tail = null;\n};\n\nList.createItem = createItem;\nList.prototype.createItem = createItem;\n\nList.prototype.getSize = function() {\n var size = 0;\n var cursor = this.head;\n\n while (cursor) {\n size++;\n cursor = cursor.next;\n }\n\n return size;\n};\n\nList.prototype.fromArray = function(array) {\n var cursor = null;\n\n this.head = null;\n\n for (var i = 0; i < array.length; i++) {\n var item = createItem(array[i]);\n\n if (cursor !== null) {\n cursor.next = item;\n } else {\n this.head = item;\n }\n\n item.prev = cursor;\n cursor = item;\n }\n\n this.tail = cursor;\n\n return this;\n};\n\nList.prototype.toArray = function() {\n var cursor = this.head;\n var result = [];\n\n while (cursor) {\n result.push(cursor.data);\n cursor = cursor.next;\n }\n\n return result;\n};\n\nList.prototype.toJSON = List.prototype.toArray;\n\nList.prototype.isEmpty = function() {\n return this.head === null;\n};\n\nList.prototype.first = function() {\n return this.head && this.head.data;\n};\n\nList.prototype.last = function() {\n return this.tail && this.tail.data;\n};\n\nfunction allocateCursor(node, prev, next) {\n var cursor;\n\n if (cursors !== null) {\n cursor = cursors;\n cursors = cursors.cursor;\n cursor.prev = prev;\n cursor.next = next;\n cursor.cursor = node.cursor;\n } else {\n cursor = {\n prev: prev,\n next: next,\n cursor: node.cursor\n };\n }\n\n node.cursor = cursor;\n\n return cursor;\n}\n\nfunction releaseCursor(node) {\n var cursor = node.cursor;\n\n node.cursor = cursor.cursor;\n cursor.prev = null;\n cursor.next = null;\n cursor.cursor = cursors;\n cursors = cursor;\n}\n\nList.prototype.each = function(fn, context) {\n var item;\n\n if (context === undefined) {\n context = this;\n }\n\n // push cursor\n var cursor = allocateCursor(this, null, this.head);\n\n while (cursor.next !== null) {\n item = cursor.next;\n cursor.next = item.next;\n\n fn.call(context, item.data, item, this);\n }\n\n // pop cursor\n releaseCursor(this);\n};\n\nList.prototype.eachRight = function(fn, context) {\n var item;\n\n if (context === undefined) {\n context = this;\n }\n\n // push cursor\n var cursor = allocateCursor(this, this.tail, null);\n\n while (cursor.prev !== null) {\n item = cursor.prev;\n cursor.prev = item.prev;\n\n fn.call(context, item.data, item, this);\n }\n\n // pop cursor\n releaseCursor(this);\n};\n\nList.prototype.nextUntil = function(start, fn, context) {\n if (start === null) {\n return;\n }\n\n var item;\n\n if (context === undefined) {\n context = this;\n }\n\n // push cursor\n var cursor = allocateCursor(this, null, start);\n\n while (cursor.next !== null) {\n item = cursor.next;\n cursor.next = item.next;\n\n if (fn.call(context, item.data, item, this)) {\n break;\n }\n }\n\n // pop cursor\n releaseCursor(this);\n};\n\nList.prototype.prevUntil = function(start, fn, context) {\n if (start === null) {\n return;\n }\n\n var item;\n\n if (context === undefined) {\n context = this;\n }\n\n // push cursor\n var cursor = allocateCursor(this, start, null);\n\n while (cursor.prev !== null) {\n item = cursor.prev;\n cursor.prev = item.prev;\n\n if (fn.call(context, item.data, item, this)) {\n break;\n }\n }\n\n // pop cursor\n releaseCursor(this);\n};\n\nList.prototype.some = function(fn, context) {\n var cursor = this.head;\n\n if (context === undefined) {\n context = this;\n }\n\n while (cursor !== null) {\n if (fn.call(context, cursor.data, cursor, this)) {\n return true;\n }\n\n cursor = cursor.next;\n }\n\n return false;\n};\n\nList.prototype.map = function(fn, context) {\n var result = [];\n var cursor = this.head;\n\n if (context === undefined) {\n context = this;\n }\n\n while (cursor !== null) {\n result.push(fn.call(context, cursor.data, cursor, this));\n cursor = cursor.next;\n }\n\n return result;\n};\n\nList.prototype.clear = function() {\n this.head = null;\n this.tail = null;\n};\n\nList.prototype.copy = function() {\n var result = new List();\n var cursor = this.head;\n\n while (cursor !== null) {\n result.insert(createItem(cursor.data));\n cursor = cursor.next;\n }\n\n return result;\n};\n\nList.prototype.updateCursors = function(prevOld, prevNew, nextOld, nextNew) {\n var cursor = this.cursor;\n\n while (cursor !== null) {\n if (cursor.prev === prevOld) {\n cursor.prev = prevNew;\n }\n\n if (cursor.next === nextOld) {\n cursor.next = nextNew;\n }\n\n cursor = cursor.cursor;\n }\n};\n\nList.prototype.prepend = function(item) {\n // head\n // ^\n // item\n this.updateCursors(null, item, this.head, item);\n\n // insert to the beginning of the list\n if (this.head !== null) {\n // new item <- first item\n this.head.prev = item;\n\n // new item -> first item\n item.next = this.head;\n } else {\n // if list has no head, then it also has no tail\n // in this case tail points to the new item\n this.tail = item;\n }\n\n // head always points to new item\n this.head = item;\n\n return this;\n};\n\nList.prototype.prependData = function(data) {\n return this.prepend(createItem(data));\n};\n\nList.prototype.append = function(item) {\n // tail\n // ^\n // item\n this.updateCursors(this.tail, item, null, item);\n\n // insert to the ending of the list\n if (this.tail !== null) {\n // last item -> new item\n this.tail.next = item;\n\n // last item <- new item\n item.prev = this.tail;\n } else {\n // if list has no tail, then it also has no head\n // in this case head points to new item\n this.head = item;\n }\n\n // tail always points to new item\n this.tail = item;\n\n return this;\n};\n\nList.prototype.appendData = function(data) {\n return this.append(createItem(data));\n};\n\nList.prototype.insert = function(item, before) {\n if (before !== undefined && before !== null) {\n // prev before\n // ^\n // item\n this.updateCursors(before.prev, item, before, item);\n\n if (before.prev === null) {\n // insert to the beginning of list\n if (this.head !== before) {\n throw new Error('before doesn\\'t belong to list');\n }\n\n // since head points to before therefore list doesn't empty\n // no need to check tail\n this.head = item;\n before.prev = item;\n item.next = before;\n\n this.updateCursors(null, item);\n } else {\n\n // insert between two items\n before.prev.next = item;\n item.prev = before.prev;\n\n before.prev = item;\n item.next = before;\n }\n } else {\n this.append(item);\n }\n};\n\nList.prototype.insertData = function(data, before) {\n this.insert(createItem(data), before);\n};\n\nList.prototype.remove = function(item) {\n // item\n // ^\n // prev next\n this.updateCursors(item, item.prev, item, item.next);\n\n if (item.prev !== null) {\n item.prev.next = item.next;\n } else {\n if (this.head !== item) {\n throw new Error('item doesn\\'t belong to list');\n }\n\n this.head = item.next;\n }\n\n if (item.next !== null) {\n item.next.prev = item.prev;\n } else {\n if (this.tail !== item) {\n throw new Error('item doesn\\'t belong to list');\n }\n\n this.tail = item.prev;\n }\n\n item.prev = null;\n item.next = null;\n\n return item;\n};\n\nList.prototype.appendList = function(list) {\n // ignore empty lists\n if (list.head === null) {\n return;\n }\n\n this.updateCursors(this.tail, list.tail, null, list.head);\n\n // insert to end of the list\n if (this.tail !== null) {\n // if destination list has a tail, then it also has a head,\n // but head doesn't change\n\n // dest tail -> source head\n this.tail.next = list.head;\n\n // dest tail <- source head\n list.head.prev = this.tail;\n } else {\n // if list has no a tail, then it also has no a head\n // in this case points head to new item\n this.head = list.head;\n }\n\n // tail always start point to new item\n this.tail = list.tail;\n\n list.head = null;\n list.tail = null;\n};\n\nList.prototype.insertList = function(list, before) {\n if (before !== undefined && before !== null) {\n // ignore empty lists\n if (list.head === null) {\n return;\n }\n\n this.updateCursors(before.prev, list.tail, before, list.head);\n\n // insert in the middle of dist list\n if (before.prev !== null) {\n // before.prev <-> list.head\n before.prev.next = list.head;\n list.head.prev = before.prev;\n } else {\n this.head = list.head;\n }\n\n before.prev = list.tail;\n list.tail.next = before;\n\n list.head = null;\n list.tail = null;\n } else {\n this.appendList(list);\n }\n};\n\nList.prototype.replace = function(oldItem, newItemOrList) {\n if ('head' in newItemOrList) {\n this.insertList(newItemOrList, oldItem);\n } else {\n this.insert(newItemOrList, oldItem);\n }\n this.remove(oldItem);\n};\n\nmodule.exports = List;\n","var List = require('../utils/list');\nvar TYPE = require('../tokenizer').TYPE;\nvar WHITESPACE = TYPE.WhiteSpace;\nvar COMMENT = TYPE.Comment;\n\nmodule.exports = function readSequence(recognizer) {\n var children = new List();\n var child = null;\n var context = {\n recognizer: recognizer,\n space: null,\n ignoreWS: false,\n ignoreWSAfter: false\n };\n\n this.scanner.skipSC();\n\n while (!this.scanner.eof) {\n switch (this.scanner.tokenType) {\n case COMMENT:\n this.scanner.next();\n continue;\n\n case WHITESPACE:\n if (context.ignoreWS) {\n this.scanner.next();\n } else {\n context.space = this.WhiteSpace();\n }\n continue;\n }\n\n child = recognizer.getNode.call(this, context);\n\n if (child === undefined) {\n break;\n }\n\n if (context.space !== null) {\n children.appendData(context.space);\n context.space = null;\n }\n\n children.appendData(child);\n\n if (context.ignoreWSAfter) {\n context.ignoreWSAfter = false;\n context.ignoreWS = true;\n } else {\n context.ignoreWS = false;\n }\n }\n\n return children;\n};\n","'use strict';\n\nvar Tokenizer = require('../tokenizer');\nvar sequence = require('./sequence');\nvar noop = function() {};\n\nfunction createParseContext(name) {\n return function() {\n return this[name]();\n };\n}\n\nfunction processConfig(config) {\n var parserConfig = {\n context: {},\n scope: {},\n atrule: {},\n pseudo: {}\n };\n\n if (config.parseContext) {\n for (var name in config.parseContext) {\n switch (typeof config.parseContext[name]) {\n case 'function':\n parserConfig.context[name] = config.parseContext[name];\n break;\n\n case 'string':\n parserConfig.context[name] = createParseContext(config.parseContext[name]);\n break;\n }\n }\n }\n\n if (config.scope) {\n for (var name in config.scope) {\n parserConfig.scope[name] = config.scope[name];\n }\n }\n\n if (config.atrule) {\n for (var name in config.atrule) {\n var atrule = config.atrule[name];\n\n if (atrule.parse) {\n parserConfig.atrule[name] = atrule.parse;\n }\n }\n }\n\n if (config.pseudo) {\n for (var name in config.pseudo) {\n var pseudo = config.pseudo[name];\n\n if (pseudo.parse) {\n parserConfig.pseudo[name] = pseudo.parse;\n }\n }\n }\n\n if (config.node) {\n for (var name in config.node) {\n parserConfig[name] = config.node[name].parse;\n }\n }\n\n return parserConfig;\n}\n\nmodule.exports = function createParser(config) {\n var parser = {\n scanner: new Tokenizer(),\n filename: '',\n needPositions: false,\n tolerant: false,\n onParseError: noop,\n parseAtruleExpression: true,\n parseSelector: true,\n parseValue: true,\n parseCustomProperty: false,\n\n readSequence: sequence,\n\n tolerantParse: function(consumer, fallback) {\n if (this.tolerant) {\n var start = this.scanner.currentToken;\n\n try {\n return consumer.call(this);\n } catch (e) {\n this.onParseError(e);\n return fallback.call(this, start);\n }\n } else {\n return consumer.call(this);\n }\n },\n\n getLocation: function(start, end) {\n if (this.needPositions) {\n return this.scanner.getLocationRange(\n start,\n end,\n this.filename\n );\n }\n\n return null;\n },\n getLocationFromList: function(list) {\n if (this.needPositions) {\n return this.scanner.getLocationRange(\n list.head !== null ? list.first().loc.start.offset - this.scanner.startOffset : this.scanner.tokenStart,\n list.head !== null ? list.last().loc.end.offset - this.scanner.startOffset : this.scanner.tokenStart,\n this.filename\n );\n }\n\n return null;\n }\n };\n\n config = processConfig(config || {});\n for (var key in config) {\n parser[key] = config[key];\n }\n\n return function(source, options) {\n options = options || {};\n\n var context = options.context || 'default';\n var ast;\n\n parser.scanner.setSource(source, options.offset, options.line, options.column);\n parser.filename = options.filename || '';\n parser.needPositions = Boolean(options.positions);\n parser.tolerant = Boolean(options.tolerant);\n parser.onParseError = typeof options.onParseError === 'function' ? options.onParseError : noop;\n parser.parseAtruleExpression = 'parseAtruleExpression' in options ? Boolean(options.parseAtruleExpression) : true;\n parser.parseSelector = 'parseSelector' in options ? Boolean(options.parseSelector) : true;\n parser.parseValue = 'parseValue' in options ? Boolean(options.parseValue) : true;\n parser.parseCustomProperty = 'parseCustomProperty' in options ? Boolean(options.parseCustomProperty) : false;\n\n if (!parser.context.hasOwnProperty(context)) {\n throw new Error('Unknown context `' + context + '`');\n }\n\n ast = parser.context[context].call(parser, options);\n\n if (!parser.scanner.eof) {\n parser.scanner.error();\n }\n\n // console.log(JSON.stringify(ast, null, 4));\n return ast;\n };\n};\n","var cmpChar = require('../../tokenizer').cmpChar;\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar STRING = TYPE.String;\nvar NUMBER = TYPE.Number;\nvar FUNCTION = TYPE.Function;\nvar URL = TYPE.Url;\nvar NUMBERSIGN = TYPE.NumberSign;\nvar LEFTPARENTHESIS = TYPE.LeftParenthesis;\nvar LEFTSQUAREBRACKET = TYPE.LeftSquareBracket;\nvar PLUSSIGN = TYPE.PlusSign;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar COMMA = TYPE.Comma;\nvar SOLIDUS = TYPE.Solidus;\nvar ASTERISK = TYPE.Asterisk;\nvar PERCENTSIGN = TYPE.PercentSign;\nvar BACKSLASH = TYPE.Backslash;\nvar U = 117; // 'u'.charCodeAt(0)\n\nmodule.exports = function defaultRecognizer(context) {\n switch (this.scanner.tokenType) {\n case NUMBERSIGN:\n return this.HexColor();\n\n case COMMA:\n context.space = null;\n context.ignoreWSAfter = true;\n return this.Operator();\n\n case SOLIDUS:\n case ASTERISK:\n case PLUSSIGN:\n case HYPHENMINUS:\n return this.Operator();\n\n case LEFTPARENTHESIS:\n return this.Parentheses(this.readSequence, context.recognizer);\n\n case LEFTSQUAREBRACKET:\n return this.Brackets(this.readSequence, context.recognizer);\n\n case STRING:\n return this.String();\n\n case NUMBER:\n switch (this.scanner.lookupType(1)) {\n case PERCENTSIGN:\n return this.Percentage();\n\n case IDENTIFIER:\n // edge case: number with folowing \\0 and \\9 hack shouldn't to be a Dimension\n if (cmpChar(this.scanner.source, this.scanner.tokenEnd, BACKSLASH)) {\n return this.Number();\n } else {\n return this.Dimension();\n }\n\n default:\n return this.Number();\n }\n\n case FUNCTION:\n return this.Function(this.readSequence, context.recognizer);\n\n case URL:\n return this.Url();\n\n case IDENTIFIER:\n // check for unicode range, it should start with u+ or U+\n if (cmpChar(this.scanner.source, this.scanner.tokenStart, U) &&\n cmpChar(this.scanner.source, this.scanner.tokenStart + 1, PLUSSIGN)) {\n return this.UnicodeRange();\n } else {\n return this.Identifier();\n }\n }\n};\n","module.exports = {\n getNode: require('./default')\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar NUMBER = TYPE.Number;\nvar NUMBERSIGN = TYPE.NumberSign;\nvar LEFTSQUAREBRACKET = TYPE.LeftSquareBracket;\nvar PLUSSIGN = TYPE.PlusSign;\nvar SOLIDUS = TYPE.Solidus;\nvar ASTERISK = TYPE.Asterisk;\nvar FULLSTOP = TYPE.FullStop;\nvar COLON = TYPE.Colon;\nvar GREATERTHANSIGN = TYPE.GreaterThanSign;\nvar VERTICALLINE = TYPE.VerticalLine;\nvar TILDE = TYPE.Tilde;\n\nfunction getNode(context) {\n switch (this.scanner.tokenType) {\n case PLUSSIGN:\n case GREATERTHANSIGN:\n case TILDE:\n context.space = null;\n context.ignoreWSAfter = true;\n return this.Combinator();\n\n case SOLIDUS: // /deep/\n return this.Combinator();\n\n case FULLSTOP:\n return this.ClassSelector();\n\n case LEFTSQUAREBRACKET:\n return this.AttributeSelector();\n\n case NUMBERSIGN:\n return this.IdSelector();\n\n case COLON:\n if (this.scanner.lookupType(1) === COLON) {\n return this.PseudoElementSelector();\n } else {\n return this.PseudoClassSelector();\n }\n\n case IDENTIFIER:\n case ASTERISK:\n case VERTICALLINE:\n return this.TypeSelector();\n\n case NUMBER:\n return this.Percentage();\n }\n};\n\nmodule.exports = {\n getNode: getNode\n};\n","var List = require('../../utils/list');\n\n// https://drafts.csswg.org/css-images-4/#element-notation\n// https://developer.mozilla.org/en-US/docs/Web/CSS/element\nmodule.exports = function() {\n this.scanner.skipSC();\n\n var id = this.IdSelector();\n\n this.scanner.skipSC();\n\n return new List().appendData(\n id\n );\n};\n","var List = require('../../utils/list');\n\n// legacy IE function\n// expression '(' raw ')'\nmodule.exports = function() {\n return new List().appendData(\n this.Raw(this.scanner.currentToken, 0, 0, false, false)\n );\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar COMMA = TYPE.Comma;\nvar SEMICOLON = TYPE.Semicolon;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar EXCLAMATIONMARK = TYPE.ExclamationMark;\n\n// var '(' ident (',' ? )? ')'\nmodule.exports = function() {\n var children = new List();\n\n this.scanner.skipSC();\n\n var identStart = this.scanner.tokenStart;\n\n this.scanner.eat(HYPHENMINUS);\n if (this.scanner.source.charCodeAt(this.scanner.tokenStart) !== HYPHENMINUS) {\n this.scanner.error('HyphenMinus is expected');\n }\n this.scanner.eat(IDENTIFIER);\n\n children.appendData({\n type: 'Identifier',\n loc: this.getLocation(identStart, this.scanner.tokenStart),\n name: this.scanner.substrToCursor(identStart)\n });\n\n this.scanner.skipSC();\n\n if (this.scanner.tokenType === COMMA) {\n children.appendData(this.Operator());\n children.appendData(this.parseCustomProperty\n ? this.Value(null)\n : this.Raw(this.scanner.currentToken, EXCLAMATIONMARK, SEMICOLON, false, false)\n );\n }\n\n return children;\n};\n","module.exports = {\n getNode: require('./default'),\n '-moz-element': require('../function/element'),\n 'element': require('../function/element'),\n 'expression': require('../function/expression'),\n 'var': require('../function/var')\n};\n","module.exports = {\n AtruleExpression: require('./atruleExpression'),\n Selector: require('./selector'),\n Value: require('./value')\n};\n","module.exports = {\n parse: {\n expression: null,\n block: function() {\n return this.Block(this.Declaration);\n }\n }\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar STRING = TYPE.String;\nvar IDENTIFIER = TYPE.Identifier;\nvar URL = TYPE.Url;\nvar LEFTPARENTHESIS = TYPE.LeftParenthesis;\n\nmodule.exports = {\n parse: {\n expression: function() {\n var children = new List();\n\n this.scanner.skipSC();\n\n switch (this.scanner.tokenType) {\n case STRING:\n children.appendData(this.String());\n break;\n\n case URL:\n children.appendData(this.Url());\n break;\n\n default:\n this.scanner.error('String or url() is expected');\n }\n\n if (this.scanner.lookupNonWSType(0) === IDENTIFIER ||\n this.scanner.lookupNonWSType(0) === LEFTPARENTHESIS) {\n children.appendData(this.WhiteSpace());\n children.appendData(this.MediaQueryList());\n }\n\n return children;\n },\n block: null\n }\n};\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: {\n expression: function() {\n return new List().appendData(\n this.MediaQueryList()\n );\n },\n block: function() {\n return this.Block(this.Rule);\n }\n }\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\nvar LEFTCURLYBRACKET = TYPE.LeftCurlyBracket;\n\nmodule.exports = {\n parse: {\n expression: function() {\n if (this.scanner.lookupNonWSType(0) === LEFTCURLYBRACKET) {\n return null;\n }\n\n return new List().appendData(\n this.SelectorList()\n );\n },\n block: function() {\n return this.Block(this.Declaration);\n }\n }\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar WHITESPACE = TYPE.WhiteSpace;\nvar COMMENT = TYPE.Comment;\nvar IDENTIFIER = TYPE.Identifier;\nvar FUNCTION = TYPE.Function;\nvar LEFTPARENTHESIS = TYPE.LeftParenthesis;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar COLON = TYPE.Colon;\n\nfunction consumeRaw() {\n return new List().appendData(\n this.Raw(this.scanner.currentToken, 0, 0, false, false)\n );\n}\n\nfunction parentheses() {\n var index = 0;\n\n this.scanner.skipSC();\n\n // TODO: make it simplier\n if (this.scanner.tokenType === IDENTIFIER) {\n index = 1;\n } else if (this.scanner.tokenType === HYPHENMINUS &&\n this.scanner.lookupType(1) === IDENTIFIER) {\n index = 2;\n }\n\n if (index !== 0 && this.scanner.lookupNonWSType(index) === COLON) {\n return new List().appendData(\n this.Declaration()\n );\n }\n\n return readSequence.call(this);\n}\n\nfunction readSequence() {\n var children = new List();\n var space = null;\n var child;\n\n this.scanner.skipSC();\n\n scan:\n while (!this.scanner.eof) {\n switch (this.scanner.tokenType) {\n case WHITESPACE:\n space = this.WhiteSpace();\n continue;\n\n case COMMENT:\n this.scanner.next();\n continue;\n\n case FUNCTION:\n child = this.Function(consumeRaw, this.scope.AtruleExpression);\n break;\n\n case IDENTIFIER:\n child = this.Identifier();\n break;\n\n case LEFTPARENTHESIS:\n child = this.Parentheses(parentheses, this.scope.AtruleExpression);\n break;\n\n default:\n break scan;\n }\n\n if (space !== null) {\n children.appendData(space);\n space = null;\n }\n\n children.appendData(child);\n }\n\n return children;\n}\n\nmodule.exports = {\n parse: {\n expression: function() {\n var children = readSequence.call(this);\n\n if (children.isEmpty()) {\n this.scanner.error('Condition is expected');\n }\n\n return children;\n },\n block: function() {\n return this.Block(this.Rule);\n }\n }\n};\n","module.exports = {\n 'font-face': require('./font-face'),\n 'import': require('./import'),\n 'media': require('./media'),\n 'page': require('./page'),\n 'supports': require('./supports')\n};\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: function() {\n return new List().appendData(\n this.Identifier()\n );\n }\n};\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: function() {\n return new List().appendData(\n this.SelectorList()\n );\n }\n};\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: function() {\n return new List().appendData(\n this.Identifier()\n );\n }\n};\n","var List = require('../../../utils/list');\n\nmodule.exports = {\n parse: function selectorList() {\n return new List().appendData(\n this.SelectorList()\n );\n }\n};\n","module.exports = require('./common/selectorList');\n","module.exports = require('./common/selectorList');\n","var List = require('../../../utils/list');\nvar ALLOW_OF_CLAUSE = true;\n\nmodule.exports = {\n parse: function() {\n return new List().appendData(\n this.Nth(ALLOW_OF_CLAUSE)\n );\n }\n};\n","module.exports = require('./common/nthWithOfClause');\n","module.exports = require('./common/nthWithOfClause');\n","var List = require('../../../utils/list');\nvar DISALLOW_OF_CLAUSE = false;\n\nmodule.exports = {\n parse: function nth() {\n return new List().appendData(\n this.Nth(DISALLOW_OF_CLAUSE)\n );\n }\n};\n","module.exports = require('./common/nth');\n","module.exports = require('./common/nth');\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: function compoundSelector() {\n return new List().appendData(\n this.Selector()\n );\n }\n};\n","module.exports = {\n 'dir': require('./dir'),\n 'has': require('./has'),\n 'lang': require('./lang'),\n 'matches': require('./matches'),\n 'not': require('./not'),\n 'nth-child': require('./nth-child'),\n 'nth-last-child': require('./nth-last-child'),\n 'nth-last-of-type': require('./nth-last-of-type'),\n 'nth-of-type': require('./nth-of-type'),\n 'slotted': require('./slotted')\n};\n","var cmpChar = require('../../tokenizer').cmpChar;\nvar isNumber = require('../../tokenizer').isNumber;\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar NUMBER = TYPE.Number;\nvar PLUSSIGN = TYPE.PlusSign;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar N = 110; // 'n'.charCodeAt(0)\nvar DISALLOW_SIGN = true;\nvar ALLOW_SIGN = false;\n\nfunction checkTokenIsInteger(scanner, disallowSign) {\n var pos = scanner.tokenStart;\n\n if (scanner.source.charCodeAt(pos) === PLUSSIGN ||\n scanner.source.charCodeAt(pos) === HYPHENMINUS) {\n if (disallowSign) {\n scanner.error();\n }\n pos++;\n }\n\n for (; pos < scanner.tokenEnd; pos++) {\n if (!isNumber(scanner.source.charCodeAt(pos))) {\n scanner.error('Unexpected input', pos);\n }\n }\n}\n\n// An+B microsyntax https://www.w3.org/TR/css-syntax-3/#anb\nmodule.exports = {\n name: 'AnPlusB',\n structure: {\n a: [String, null],\n b: [String, null]\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n var end = start;\n var prefix = '';\n var a = null;\n var b = null;\n\n if (this.scanner.tokenType === NUMBER ||\n this.scanner.tokenType === PLUSSIGN) {\n checkTokenIsInteger(this.scanner, ALLOW_SIGN);\n prefix = this.scanner.getTokenValue();\n this.scanner.next();\n end = this.scanner.tokenStart;\n }\n\n if (this.scanner.tokenType === IDENTIFIER) {\n var bStart = this.scanner.tokenStart;\n\n if (cmpChar(this.scanner.source, bStart, HYPHENMINUS)) {\n if (prefix === '') {\n prefix = '-';\n bStart++;\n } else {\n this.scanner.error('Unexpected hyphen minus');\n }\n }\n\n if (!cmpChar(this.scanner.source, bStart, N)) {\n this.scanner.error();\n }\n\n a = prefix === '' ? '1' :\n prefix === '+' ? '+1' :\n prefix === '-' ? '-1' :\n prefix;\n\n var len = this.scanner.tokenEnd - bStart;\n if (len > 1) {\n // ..n-..\n if (this.scanner.source.charCodeAt(bStart + 1) !== HYPHENMINUS) {\n this.scanner.error('Unexpected input', bStart + 1);\n }\n\n if (len > 2) {\n // ..n-{number}..\n this.scanner.tokenStart = bStart + 2;\n } else {\n // ..n- {number}\n this.scanner.next();\n this.scanner.skipSC();\n }\n\n checkTokenIsInteger(this.scanner, DISALLOW_SIGN);\n b = '-' + this.scanner.getTokenValue();\n this.scanner.next();\n end = this.scanner.tokenStart;\n } else {\n prefix = '';\n this.scanner.next();\n end = this.scanner.tokenStart;\n this.scanner.skipSC();\n\n if (this.scanner.tokenType === HYPHENMINUS ||\n this.scanner.tokenType === PLUSSIGN) {\n prefix = this.scanner.getTokenValue();\n this.scanner.next();\n this.scanner.skipSC();\n }\n\n if (this.scanner.tokenType === NUMBER) {\n checkTokenIsInteger(this.scanner, prefix !== '');\n\n if (!isNumber(this.scanner.source.charCodeAt(this.scanner.tokenStart))) {\n prefix = this.scanner.source.charAt(this.scanner.tokenStart);\n this.scanner.tokenStart++;\n }\n\n if (prefix === '') {\n // should be an operator before number\n this.scanner.error();\n } else if (prefix === '+') {\n // plus is using by default\n prefix = '';\n }\n\n b = prefix + this.scanner.getTokenValue();\n\n this.scanner.next();\n end = this.scanner.tokenStart;\n } else {\n if (prefix) {\n this.scanner.eat(NUMBER);\n }\n }\n }\n } else {\n if (prefix === '' || prefix === '+') { // no number\n this.scanner.error(\n 'Number or identifier is expected',\n this.scanner.tokenStart + (\n this.scanner.tokenType === PLUSSIGN ||\n this.scanner.tokenType === HYPHENMINUS\n )\n );\n }\n\n b = prefix;\n }\n\n return {\n type: 'AnPlusB',\n loc: this.getLocation(start, end),\n a: a,\n b: b\n };\n },\n generate: function(processChunk, node) {\n var a = node.a !== null && node.a !== undefined;\n var b = node.b !== null && node.b !== undefined;\n\n if (a) {\n processChunk(\n node.a === '+1' ? '+n' :\n node.a === '1' ? 'n' :\n node.a === '-1' ? '-n' :\n node.a + 'n'\n );\n\n if (b) {\n b = String(node.b);\n if (b.charAt(0) === '-' || b.charAt(0) === '+') {\n processChunk(b.charAt(0));\n processChunk(b.substr(1));\n } else {\n processChunk('+');\n processChunk(b);\n }\n }\n } else {\n processChunk(String(node.b));\n }\n }\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar ATRULE = TYPE.Atrule;\nvar SEMICOLON = TYPE.Semicolon;\nvar LEFTCURLYBRACKET = TYPE.LeftCurlyBracket;\nvar RIGHTCURLYBRACKET = TYPE.RightCurlyBracket;\n\nfunction isBlockAtrule() {\n for (var offset = 1, type; type = this.scanner.lookupType(offset); offset++) {\n if (type === RIGHTCURLYBRACKET) {\n return true;\n }\n\n if (type === LEFTCURLYBRACKET ||\n type === ATRULE) {\n return false;\n }\n }\n\n this.scanner.skip(offset);\n this.scanner.eat(RIGHTCURLYBRACKET);\n}\n\nmodule.exports = {\n name: 'Atrule',\n structure: {\n name: String,\n expression: ['AtruleExpression', null],\n block: ['Block', null]\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n var name;\n var nameLowerCase;\n var expression = null;\n var block = null;\n\n this.scanner.eat(ATRULE);\n\n name = this.scanner.substrToCursor(start + 1);\n nameLowerCase = name.toLowerCase();\n this.scanner.skipSC();\n\n expression = this.AtruleExpression(name);\n\n // turn empty AtruleExpression into null\n if (expression.children.head === null) {\n expression = null;\n }\n\n this.scanner.skipSC();\n\n if (this.atrule.hasOwnProperty(nameLowerCase)) {\n if (typeof this.atrule[nameLowerCase].block === 'function') {\n if (this.scanner.tokenType !== LEFTCURLYBRACKET) {\n // FIXME: make tolerant\n this.scanner.error('Curly bracket is expected');\n }\n\n block = this.atrule[nameLowerCase].block.call(this);\n } else {\n if (!this.tolerant || !this.scanner.eof) {\n this.scanner.eat(SEMICOLON);\n }\n }\n } else {\n switch (this.scanner.tokenType) {\n case SEMICOLON:\n this.scanner.next();\n break;\n\n case LEFTCURLYBRACKET:\n // TODO: should consume block content as Raw?\n block = this.Block(isBlockAtrule.call(this) ? this.Declaration : this.Rule);\n break;\n\n default:\n if (!this.tolerant) {\n this.scanner.error('Semicolon or block is expected');\n }\n }\n }\n\n return {\n type: 'Atrule',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: name,\n expression: expression,\n block: block\n };\n },\n generate: function(processChunk, node) {\n processChunk('@');\n processChunk(node.name);\n\n if (node.expression !== null) {\n processChunk(' ');\n this.generate(processChunk, node.expression);\n }\n\n if (node.block) {\n this.generate(processChunk, node.block);\n } else {\n processChunk(';');\n }\n },\n walkContext: 'atrule'\n};\n","var List = require('../../utils/list');\n\nvar TYPE = require('../../tokenizer').TYPE;\nvar SEMICOLON = TYPE.Semicolon;\nvar LEFTCURLYBRACKET = TYPE.LeftCurlyBracket;\n\nfunction consumeRaw(startToken) {\n return new List().appendData(\n this.Raw(startToken, SEMICOLON, LEFTCURLYBRACKET, false, true)\n );\n}\n\nfunction consumeDefaultSequence() {\n return this.readSequence(this.scope.AtruleExpression);\n}\n\nmodule.exports = {\n name: 'AtruleExpression',\n structure: {\n children: [[]]\n },\n parse: function(name) {\n var children = null;\n var startToken = this.scanner.currentToken;\n\n if (name !== null) {\n name = name.toLowerCase();\n }\n\n if (this.parseAtruleExpression) {\n // custom consumer\n if (this.atrule.hasOwnProperty(name)) {\n if (typeof this.atrule[name].expression === 'function') {\n children = this.tolerantParse(this.atrule[name].expression, consumeRaw);\n }\n } else {\n // default consumer\n this.scanner.skipSC();\n children = this.tolerantParse(consumeDefaultSequence, consumeRaw);\n }\n\n if (this.tolerant) {\n if (this.scanner.eof || (this.scanner.tokenType !== SEMICOLON && this.scanner.tokenType !== LEFTCURLYBRACKET)) {\n children = consumeRaw.call(this, startToken);\n }\n }\n } else {\n children = consumeRaw.call(this, startToken);\n }\n\n if (children === null) {\n children = new List();\n }\n\n return {\n type: 'AtruleExpression',\n loc: this.getLocationFromList(children),\n children: children\n };\n },\n generate: function(processChunk, node) {\n this.each(processChunk, node);\n },\n walkContext: 'atruleExpression'\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar STRING = TYPE.String;\nvar DOLLARSIGN = TYPE.DollarSign;\nvar ASTERISK = TYPE.Asterisk;\nvar COLON = TYPE.Colon;\nvar EQUALSSIGN = TYPE.EqualsSign;\nvar LEFTSQUAREBRACKET = TYPE.LeftSquareBracket;\nvar RIGHTSQUAREBRACKET = TYPE.RightSquareBracket;\nvar CIRCUMFLEXACCENT = TYPE.CircumflexAccent;\nvar VERTICALLINE = TYPE.VerticalLine;\nvar TILDE = TYPE.Tilde;\n\nfunction getAttributeName() {\n if (this.scanner.eof) {\n this.scanner.error('Unexpected end of input');\n }\n\n var start = this.scanner.tokenStart;\n var expectIdentifier = false;\n var checkColon = true;\n\n if (this.scanner.tokenType === ASTERISK) {\n expectIdentifier = true;\n checkColon = false;\n this.scanner.next();\n } else if (this.scanner.tokenType !== VERTICALLINE) {\n this.scanner.eat(IDENTIFIER);\n }\n\n if (this.scanner.tokenType === VERTICALLINE) {\n if (this.scanner.lookupType(1) !== EQUALSSIGN) {\n this.scanner.next();\n this.scanner.eat(IDENTIFIER);\n } else if (expectIdentifier) {\n this.scanner.error('Identifier is expected', this.scanner.tokenEnd);\n }\n } else if (expectIdentifier) {\n this.scanner.error('Vertical line is expected');\n }\n\n if (checkColon && this.scanner.tokenType === COLON) {\n this.scanner.next();\n this.scanner.eat(IDENTIFIER);\n }\n\n return {\n type: 'Identifier',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: this.scanner.substrToCursor(start)\n };\n}\n\nfunction getOperator() {\n var start = this.scanner.tokenStart;\n var tokenType = this.scanner.tokenType;\n\n if (tokenType !== EQUALSSIGN && // =\n tokenType !== TILDE && // ~=\n tokenType !== CIRCUMFLEXACCENT && // ^=\n tokenType !== DOLLARSIGN && // $=\n tokenType !== ASTERISK && // *=\n tokenType !== VERTICALLINE // |=\n ) {\n this.scanner.error('Attribute selector (=, ~=, ^=, $=, *=, |=) is expected');\n }\n\n if (tokenType === EQUALSSIGN) {\n this.scanner.next();\n } else {\n this.scanner.next();\n this.scanner.eat(EQUALSSIGN);\n }\n\n return this.scanner.substrToCursor(start);\n}\n\n// '[' S* attrib_name ']'\n// '[' S* attrib_name S* attrib_matcher S* [ IDENT | STRING ] S* attrib_flags? S* ']'\nmodule.exports = {\n name: 'AttributeSelector',\n structure: {\n name: 'Identifier',\n matcher: [String, null],\n value: ['String', 'Identifier', null],\n flags: [String, null]\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n var name;\n var matcher = null;\n var value = null;\n var flags = null;\n\n this.scanner.eat(LEFTSQUAREBRACKET);\n this.scanner.skipSC();\n\n name = getAttributeName.call(this);\n this.scanner.skipSC();\n\n if (this.scanner.tokenType !== RIGHTSQUAREBRACKET) {\n // avoid case `[name i]`\n if (this.scanner.tokenType !== IDENTIFIER) {\n matcher = getOperator.call(this);\n\n this.scanner.skipSC();\n\n value = this.scanner.tokenType === STRING\n ? this.String()\n : this.Identifier();\n\n this.scanner.skipSC();\n }\n\n // attribute flags\n if (this.scanner.tokenType === IDENTIFIER) {\n flags = this.scanner.getTokenValue();\n this.scanner.next();\n\n this.scanner.skipSC();\n }\n }\n\n this.scanner.eat(RIGHTSQUAREBRACKET);\n\n return {\n type: 'AttributeSelector',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: name,\n matcher: matcher,\n value: value,\n flags: flags\n };\n },\n generate: function(processChunk, node) {\n var flagsPrefix = ' ';\n\n processChunk('[');\n this.generate(processChunk, node.name);\n\n if (node.matcher !== null) {\n processChunk(node.matcher);\n\n if (node.value !== null) {\n this.generate(processChunk, node.value);\n\n // space between string and flags is not required\n if (node.value.type === 'String') {\n flagsPrefix = '';\n }\n }\n }\n\n if (node.flags !== null) {\n processChunk(flagsPrefix);\n processChunk(node.flags);\n }\n\n processChunk(']');\n }\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar WHITESPACE = TYPE.WhiteSpace;\nvar COMMENT = TYPE.Comment;\nvar SEMICOLON = TYPE.Semicolon;\nvar ATRULE = TYPE.Atrule;\nvar LEFTCURLYBRACKET = TYPE.LeftCurlyBracket;\nvar RIGHTCURLYBRACKET = TYPE.RightCurlyBracket;\n\nfunction consumeRaw(startToken) {\n return this.Raw(startToken, 0, SEMICOLON, true, true);\n}\n\nmodule.exports = {\n name: 'Block',\n structure: {\n children: [['Atrule', 'Rule', 'Declaration']]\n },\n parse: function(defaultConsumer) {\n if (!defaultConsumer) {\n defaultConsumer = this.Declaration;\n }\n\n var start = this.scanner.tokenStart;\n var children = new List();\n\n this.scanner.eat(LEFTCURLYBRACKET);\n\n scan:\n while (!this.scanner.eof) {\n switch (this.scanner.tokenType) {\n case RIGHTCURLYBRACKET:\n break scan;\n\n case WHITESPACE:\n case COMMENT:\n case SEMICOLON:\n this.scanner.next();\n break;\n\n case ATRULE:\n children.appendData(this.tolerantParse(this.Atrule, consumeRaw));\n break;\n\n default:\n children.appendData(this.tolerantParse(defaultConsumer, consumeRaw));\n }\n }\n\n if (!this.tolerant || !this.scanner.eof) {\n this.scanner.eat(RIGHTCURLYBRACKET);\n }\n\n return {\n type: 'Block',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function(processChunk, node) {\n processChunk('{');\n this.each(processChunk, node);\n processChunk('}');\n },\n walkContext: 'block'\n};\n","var TYPE = require('../../tokenizer').TYPE;\nvar LEFTSQUAREBRACKET = TYPE.LeftSquareBracket;\nvar RIGHTSQUAREBRACKET = TYPE.RightSquareBracket;\n\n// currently only Grid Layout uses square brackets, but left it universal\n// https://drafts.csswg.org/css-grid/#track-sizing\n// [ ident* ]\nmodule.exports = {\n name: 'Brackets',\n structure: {\n children: [[]]\n },\n parse: function(readSequence, recognizer) {\n var start = this.scanner.tokenStart;\n var children = null;\n\n this.scanner.eat(LEFTSQUAREBRACKET);\n children = readSequence.call(this, recognizer);\n this.scanner.eat(RIGHTSQUAREBRACKET);\n\n return {\n type: 'Brackets',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function(processChunk, node) {\n processChunk('[');\n this.each(processChunk, node);\n processChunk(']');\n }\n};\n","var CDC = require('../../tokenizer').TYPE.CDC;\n\nmodule.exports = {\n name: 'CDC',\n structure: [],\n parse: function() {\n var start = this.scanner.tokenStart;\n\n this.scanner.eat(CDC); // -->\n\n return {\n type: 'CDC',\n loc: this.getLocation(start, this.scanner.tokenStart)\n };\n },\n generate: function(processChunk) {\n processChunk('-->');\n }\n};\n","var CDO = require('../../tokenizer').TYPE.CDO;\n\nmodule.exports = {\n name: 'CDO',\n structure: [],\n parse: function() {\n var start = this.scanner.tokenStart;\n\n this.scanner.eat(CDO); // \n child = this.CDC();\n break;\n\n // CSS Syntax Module Level 3\n // §2.2 Error handling\n // At the \"top level\" of a stylesheet, an starts an at-rule.\n case ATRULE:\n child = this.Atrule();\n break;\n\n // Anything else starts a qualified rule ...\n default:\n child = this.tolerantParse(this.Rule, consumeRaw);\n }\n\n children.appendData(child);\n }\n\n return {\n type: 'StyleSheet',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function(processChunk, node) {\n this.each(processChunk, node);\n },\n walkContext: 'stylesheet'\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar ASTERISK = TYPE.Asterisk;\nvar VERTICALLINE = TYPE.VerticalLine;\n\nfunction eatIdentifierOrAsterisk() {\n if (this.scanner.tokenType !== IDENTIFIER &&\n this.scanner.tokenType !== ASTERISK) {\n this.scanner.error('Identifier or asterisk is expected');\n }\n\n this.scanner.next();\n}\n\n// ident\n// ident|ident\n// ident|*\n// *\n// *|ident\n// *|*\n// |ident\n// |*\nmodule.exports = {\n name: 'TypeSelector',\n structure: {\n name: String\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n\n if (this.scanner.tokenType === VERTICALLINE) {\n this.scanner.next();\n eatIdentifierOrAsterisk.call(this);\n } else {\n eatIdentifierOrAsterisk.call(this);\n\n if (this.scanner.tokenType === VERTICALLINE) {\n this.scanner.next();\n eatIdentifierOrAsterisk.call(this);\n }\n }\n\n return {\n type: 'TypeSelector',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: this.scanner.substrToCursor(start)\n };\n },\n generate: function(processChunk, node) {\n processChunk(node.name);\n }\n};\n","var isHex = require('../../tokenizer').isHex;\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar NUMBER = TYPE.Number;\nvar PLUSSIGN = TYPE.PlusSign;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar FULLSTOP = TYPE.FullStop;\nvar QUESTIONMARK = TYPE.QuestionMark;\n\nfunction scanUnicodeNumber(scanner) {\n for (var pos = scanner.tokenStart + 1; pos < scanner.tokenEnd; pos++) {\n var code = scanner.source.charCodeAt(pos);\n\n // break on fullstop or hyperminus/plussign after exponent\n if (code === FULLSTOP || code === PLUSSIGN) {\n // break token, exclude symbol\n scanner.tokenStart = pos;\n return false;\n }\n }\n\n return true;\n}\n\n// https://drafts.csswg.org/css-syntax-3/#urange\nfunction scanUnicodeRange(scanner) {\n var hexStart = scanner.tokenStart + 1; // skip +\n var hexLength = 0;\n\n scan: {\n if (scanner.tokenType === NUMBER) {\n if (scanner.source.charCodeAt(scanner.tokenStart) !== FULLSTOP && scanUnicodeNumber(scanner)) {\n scanner.next();\n } else if (scanner.source.charCodeAt(scanner.tokenStart) !== HYPHENMINUS) {\n break scan;\n }\n } else {\n scanner.next(); // PLUSSIGN\n }\n\n if (scanner.tokenType === HYPHENMINUS) {\n scanner.next();\n }\n\n if (scanner.tokenType === NUMBER) {\n scanner.next();\n }\n\n if (scanner.tokenType === IDENTIFIER) {\n scanner.next();\n }\n\n if (scanner.tokenStart === hexStart) {\n scanner.error('Unexpected input', hexStart);\n }\n }\n\n // validate for U+x{1,6} or U+x{1,6}-x{1,6}\n // where x is [0-9a-fA-F]\n for (var i = hexStart, wasHyphenMinus = false; i < scanner.tokenStart; i++) {\n var code = scanner.source.charCodeAt(i);\n\n if (isHex(code) === false && (code !== HYPHENMINUS || wasHyphenMinus)) {\n scanner.error('Unexpected input', i);\n }\n\n if (code === HYPHENMINUS) {\n // hex sequence shouldn't be an empty\n if (hexLength === 0) {\n scanner.error('Unexpected input', i);\n }\n\n wasHyphenMinus = true;\n hexLength = 0;\n } else {\n hexLength++;\n\n // too long hex sequence\n if (hexLength > 6) {\n scanner.error('Too long hex sequence', i);\n }\n }\n\n }\n\n // check we have a non-zero sequence\n if (hexLength === 0) {\n scanner.error('Unexpected input', i - 1);\n }\n\n // U+abc???\n if (!wasHyphenMinus) {\n // consume as many U+003F QUESTION MARK (?) code points as possible\n for (; hexLength < 6 && !scanner.eof; scanner.next()) {\n if (scanner.tokenType !== QUESTIONMARK) {\n break;\n }\n\n hexLength++;\n }\n }\n}\n\nmodule.exports = {\n name: 'UnicodeRange',\n structure: {\n value: String\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n\n this.scanner.next(); // U or u\n scanUnicodeRange(this.scanner);\n\n return {\n type: 'UnicodeRange',\n loc: this.getLocation(start, this.scanner.tokenStart),\n value: this.scanner.substrToCursor(start)\n };\n },\n generate: function(processChunk, node) {\n processChunk(node.value);\n }\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar STRING = TYPE.String;\nvar URL = TYPE.Url;\nvar RAW = TYPE.Raw;\nvar RIGHTPARENTHESIS = TYPE.RightParenthesis;\n\n// url '(' S* (string | raw) S* ')'\nmodule.exports = {\n name: 'Url',\n structure: {\n value: ['String', 'Raw']\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n var value;\n\n this.scanner.eat(URL);\n this.scanner.skipSC();\n\n switch (this.scanner.tokenType) {\n case STRING:\n value = this.String();\n break;\n\n case RAW:\n value = this.Raw(this.scanner.currentToken, 0, RAW, true, false);\n break;\n\n default:\n this.scanner.error('String or Raw is expected');\n }\n\n this.scanner.skipSC();\n this.scanner.eat(RIGHTPARENTHESIS);\n\n return {\n type: 'Url',\n loc: this.getLocation(start, this.scanner.tokenStart),\n value: value\n };\n },\n generate: function(processChunk, node) {\n processChunk('url');\n processChunk('(');\n this.generate(processChunk, node.value);\n processChunk(')');\n }\n};\n","var endsWith = require('../../tokenizer').endsWith;\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar WHITESPACE = TYPE.WhiteSpace;\nvar COMMENT = TYPE.Comment;\nvar FUNCTION = TYPE.Function;\nvar COLON = TYPE.Colon;\nvar SEMICOLON = TYPE.Semicolon;\nvar EXCLAMATIONMARK = TYPE.ExclamationMark;\n\n// 'progid:' ws* 'DXImageTransform.Microsoft.' ident ws* '(' .* ')'\nfunction checkProgid(scanner) {\n var offset = 0;\n\n for (var type; type = scanner.lookupType(offset); offset++) {\n if (type !== WHITESPACE && type !== COMMENT) {\n break;\n }\n }\n\n if (scanner.lookupValue(offset, 'alpha(') ||\n scanner.lookupValue(offset, 'chroma(') ||\n scanner.lookupValue(offset, 'dropshadow(')) {\n if (scanner.lookupType(offset) !== FUNCTION) {\n return false;\n }\n } else {\n if (scanner.lookupValue(offset, 'progid') === false ||\n scanner.lookupType(offset + 1) !== COLON) {\n return false;\n }\n }\n\n return true;\n}\n\nmodule.exports = {\n name: 'Value',\n structure: {\n children: [[]]\n },\n parse: function(property) {\n // special parser for filter property since it can contains non-standart syntax for old IE\n if (property !== null && endsWith(property, 'filter') && checkProgid(this.scanner)) {\n this.scanner.skipSC();\n return this.Raw(this.scanner.currentToken, EXCLAMATIONMARK, SEMICOLON, false, false);\n }\n\n var start = this.scanner.tokenStart;\n var children = this.readSequence(this.scope.Value);\n\n return {\n type: 'Value',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function(processChunk, node) {\n this.each(processChunk, node);\n }\n};\n","var WHITESPACE = require('../../tokenizer').TYPE.WhiteSpace;\nvar SPACE = Object.freeze({\n type: 'WhiteSpace',\n loc: null,\n value: ' '\n});\n\nmodule.exports = {\n name: 'WhiteSpace',\n structure: {\n value: String\n },\n parse: function() {\n this.scanner.eat(WHITESPACE);\n return SPACE;\n\n // return {\n // type: 'WhiteSpace',\n // loc: this.getLocation(this.scanner.tokenStart, this.scanner.tokenEnd),\n // value: this.scanner.consume(WHITESPACE)\n // };\n },\n generate: function(processChunk, node) {\n processChunk(node.value);\n }\n};\n","module.exports = {\n AnPlusB: require('./AnPlusB'),\n Atrule: require('./Atrule'),\n AtruleExpression: require('./AtruleExpression'),\n AttributeSelector: require('./AttributeSelector'),\n Block: require('./Block'),\n Brackets: require('./Brackets'),\n CDC: require('./CDC'),\n CDO: require('./CDO'),\n ClassSelector: require('./ClassSelector'),\n Combinator: require('./Combinator'),\n Comment: require('./Comment'),\n Declaration: require('./Declaration'),\n DeclarationList: require('./DeclarationList'),\n Dimension: require('./Dimension'),\n Function: require('./Function'),\n HexColor: require('./HexColor'),\n Identifier: require('./Identifier'),\n IdSelector: require('./IdSelector'),\n MediaFeature: require('./MediaFeature'),\n MediaQuery: require('./MediaQuery'),\n MediaQueryList: require('./MediaQueryList'),\n Nth: require('./Nth'),\n Number: require('./Number'),\n Operator: require('./Operator'),\n Parentheses: require('./Parentheses'),\n Percentage: require('./Percentage'),\n PseudoClassSelector: require('./PseudoClassSelector'),\n PseudoElementSelector: require('./PseudoElementSelector'),\n Ratio: require('./Ratio'),\n Raw: require('./Raw'),\n Rule: require('./Rule'),\n Selector: require('./Selector'),\n SelectorList: require('./SelectorList'),\n String: require('./String'),\n StyleSheet: require('./StyleSheet'),\n TypeSelector: require('./TypeSelector'),\n UnicodeRange: require('./UnicodeRange'),\n Url: require('./Url'),\n Value: require('./Value'),\n WhiteSpace: require('./WhiteSpace')\n};\n","module.exports = {\n parseContext: {\n default: 'StyleSheet',\n stylesheet: 'StyleSheet',\n atrule: 'Atrule',\n atruleExpression: function(options) {\n return this.AtruleExpression(options.atrule ? String(options.atrule) : null);\n },\n mediaQueryList: 'MediaQueryList',\n mediaQuery: 'MediaQuery',\n rule: 'Rule',\n selectorList: 'SelectorList',\n selector: 'Selector',\n block: function() {\n return this.Block(this.Declaration);\n },\n declarationList: 'DeclarationList',\n declaration: 'Declaration',\n value: function(options) {\n return this.Value(options.property ? String(options.property) : null);\n }\n },\n scope: require('../scope'),\n atrule: require('../atrule'),\n pseudo: require('../pseudo'),\n node: require('../node')\n};\n","var createParser = require('./create');\nvar config = require('../syntax/config/parser');\n\nmodule.exports = createParser(config);\n","export function walk(ast, { enter, leave }) {\n\tvisit(ast, null, enter, leave);\n}\n\nlet shouldSkip = false;\nconst context = { skip: () => shouldSkip = true };\n\nexport const childKeys = {};\n\nconst toString = Object.prototype.toString;\n\nfunction isArray(thing) {\n\treturn toString.call(thing) === '[object Array]';\n}\n\nfunction visit(node, parent, enter, leave, prop, index) {\n\tif (!node) return;\n\n\tif (enter) {\n\t\tconst _shouldSkip = shouldSkip;\n\t\tshouldSkip = false;\n\t\tenter.call(context, node, parent, prop, index);\n\t\tconst skipped = shouldSkip;\n\t\tshouldSkip = _shouldSkip;\n\n\t\tif (skipped) return;\n\t}\n\n\tconst keys = node.type && childKeys[node.type] || (\n\t\tchildKeys[node.type] = Object.keys(node).filter(key => typeof node[key] === 'object')\n\t);\n\n\tfor (let i = 0; i < keys.length; i += 1) {\n\t\tconst key = keys[i];\n\t\tconst value = node[key];\n\n\t\tif (isArray(value)) {\n\t\t\tfor (let j = 0; j < value.length; j += 1) {\n\t\t\t\tvalue[j] && value[j].type && visit(value[j], node, enter, leave, key, j);\n\t\t\t}\n\t\t}\n\n\t\telse if (value && value.type) {\n\t\t\tvisit(value, node, enter, leave, key, null);\n\t\t}\n\t}\n\n\tif (leave) {\n\t\tleave(node, parent, prop, index);\n\t}\n}\n","import parse from 'css-tree/lib/parser/index.js';\nimport { walk } from 'estree-walker';\nimport { Parser } from '../index';\nimport { Node } from '../../interfaces';\n\nexport default function read_style(parser: Parser, start: number, attributes: Node[]) {\n\tconst content_start = parser.index;\n\tconst styles = parser.read_until(/<\\/style>/);\n\tconst content_end = parser.index;\n\n\tlet ast;\n\n\ttry {\n\t\tast = parse(styles, {\n\t\t\tpositions: true,\n\t\t\toffset: content_start,\n\t\t});\n\t} catch (err) {\n\t\tif (err.name === 'CssSyntaxError') {\n\t\t\tparser.error({\n\t\t\t\tcode: `css-syntax-error`,\n\t\t\t\tmessage: err.message\n\t\t\t}, err.offset);\n\t\t} else {\n\t\t\tthrow err;\n\t\t}\n\t}\n\n\tast = JSON.parse(JSON.stringify(ast));\n\n\t// tidy up AST\n\twalk(ast, {\n\t\tenter: (node: Node) => {\n\t\t\t// replace `ref:a` nodes\n\t\t\tif (node.type === 'Selector') {\n\t\t\t\tfor (let i = 0; i < node.children.length; i += 1) {\n\t\t\t\t\tconst a = node.children[i];\n\t\t\t\t\tconst b = node.children[i + 1];\n\n\t\t\t\t\tif (is_ref_selector(a, b)) {\n\t\t\t\t\t\tparser.error({\n\t\t\t\t\t\t\tcode: `invalid-ref-selector`,\n\t\t\t\t\t\t\tmessage: 'ref selectors are no longer supported'\n\t\t\t\t\t\t}, a.loc.start.offset);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (node.loc) {\n\t\t\t\tnode.start = node.loc.start.offset;\n\t\t\t\tnode.end = node.loc.end.offset;\n\t\t\t\tdelete node.loc;\n\t\t\t}\n\t\t}\n\t});\n\n\tparser.eat('', true);\n\tconst end = parser.index;\n\n\treturn {\n\t\tstart,\n\t\tend,\n\t\tattributes,\n\t\tchildren: ast.children,\n\t\tcontent: {\n\t\t\tstart: content_start,\n\t\t\tend: content_end,\n\t\t\tstyles,\n\t\t},\n\t};\n}\n\nfunction is_ref_selector(a: Node, b: Node) {\n\tif (!b) return false;\n\n\treturn (\n\t\ta.type === 'TypeSelector' &&\n\t\ta.name === 'ref' &&\n\t\tb.type === 'PseudoClassSelector'\n\t);\n}","// https://dev.w3.org/html5/html-author/charref\nexport default {\n\tCounterClockwiseContourIntegral: 8755,\n\tClockwiseContourIntegral: 8754,\n\tDoubleLongLeftRightArrow: 10234,\n\tDiacriticalDoubleAcute: 733,\n\tNotSquareSupersetEqual: 8931,\n\tCloseCurlyDoubleQuote: 8221,\n\tDoubleContourIntegral: 8751,\n\tFilledVerySmallSquare: 9642,\n\tNegativeVeryThinSpace: 8203,\n\tNotPrecedesSlantEqual: 8928,\n\tNotRightTriangleEqual: 8941,\n\tNotSucceedsSlantEqual: 8929,\n\tCapitalDifferentialD: 8517,\n\tDoubleLeftRightArrow: 8660,\n\tDoubleLongRightArrow: 10233,\n\tEmptyVerySmallSquare: 9643,\n\tNestedGreaterGreater: 8811,\n\tNotDoubleVerticalBar: 8742,\n\tNotLeftTriangleEqual: 8940,\n\tNotSquareSubsetEqual: 8930,\n\tOpenCurlyDoubleQuote: 8220,\n\tReverseUpEquilibrium: 10607,\n\tDoubleLongLeftArrow: 10232,\n\tDownLeftRightVector: 10576,\n\tLeftArrowRightArrow: 8646,\n\tNegativeMediumSpace: 8203,\n\tRightArrowLeftArrow: 8644,\n\tSquareSupersetEqual: 8850,\n\tleftrightsquigarrow: 8621,\n\tDownRightTeeVector: 10591,\n\tDownRightVectorBar: 10583,\n\tLongLeftRightArrow: 10231,\n\tLongleftrightarrow: 10234,\n\tNegativeThickSpace: 8203,\n\tPrecedesSlantEqual: 8828,\n\tReverseEquilibrium: 8651,\n\tRightDoubleBracket: 10215,\n\tRightDownTeeVector: 10589,\n\tRightDownVectorBar: 10581,\n\tRightTriangleEqual: 8885,\n\tSquareIntersection: 8851,\n\tSucceedsSlantEqual: 8829,\n\tblacktriangleright: 9656,\n\tlongleftrightarrow: 10231,\n\tDoubleUpDownArrow: 8661,\n\tDoubleVerticalBar: 8741,\n\tDownLeftTeeVector: 10590,\n\tDownLeftVectorBar: 10582,\n\tFilledSmallSquare: 9724,\n\tGreaterSlantEqual: 10878,\n\tLeftDoubleBracket: 10214,\n\tLeftDownTeeVector: 10593,\n\tLeftDownVectorBar: 10585,\n\tLeftTriangleEqual: 8884,\n\tNegativeThinSpace: 8203,\n\tNotReverseElement: 8716,\n\tNotTildeFullEqual: 8775,\n\tRightAngleBracket: 10217,\n\tRightUpDownVector: 10575,\n\tSquareSubsetEqual: 8849,\n\tVerticalSeparator: 10072,\n\tblacktriangledown: 9662,\n\tblacktriangleleft: 9666,\n\tleftrightharpoons: 8651,\n\trightleftharpoons: 8652,\n\ttwoheadrightarrow: 8608,\n\tDiacriticalAcute: 180,\n\tDiacriticalGrave: 96,\n\tDiacriticalTilde: 732,\n\tDoubleRightArrow: 8658,\n\tDownArrowUpArrow: 8693,\n\tEmptySmallSquare: 9723,\n\tGreaterEqualLess: 8923,\n\tGreaterFullEqual: 8807,\n\tLeftAngleBracket: 10216,\n\tLeftUpDownVector: 10577,\n\tLessEqualGreater: 8922,\n\tNonBreakingSpace: 160,\n\tNotRightTriangle: 8939,\n\tNotSupersetEqual: 8841,\n\tRightTriangleBar: 10704,\n\tRightUpTeeVector: 10588,\n\tRightUpVectorBar: 10580,\n\tUnderParenthesis: 9181,\n\tUpArrowDownArrow: 8645,\n\tcirclearrowright: 8635,\n\tdownharpoonright: 8642,\n\tntrianglerighteq: 8941,\n\trightharpoondown: 8641,\n\trightrightarrows: 8649,\n\ttwoheadleftarrow: 8606,\n\tvartriangleright: 8883,\n\tCloseCurlyQuote: 8217,\n\tContourIntegral: 8750,\n\tDoubleDownArrow: 8659,\n\tDoubleLeftArrow: 8656,\n\tDownRightVector: 8641,\n\tLeftRightVector: 10574,\n\tLeftTriangleBar: 10703,\n\tLeftUpTeeVector: 10592,\n\tLeftUpVectorBar: 10584,\n\tLowerRightArrow: 8600,\n\tNotGreaterEqual: 8817,\n\tNotGreaterTilde: 8821,\n\tNotLeftTriangle: 8938,\n\tOverParenthesis: 9180,\n\tRightDownVector: 8642,\n\tShortRightArrow: 8594,\n\tUpperRightArrow: 8599,\n\tbigtriangledown: 9661,\n\tcirclearrowleft: 8634,\n\tcurvearrowright: 8631,\n\tdownharpoonleft: 8643,\n\tleftharpoondown: 8637,\n\tleftrightarrows: 8646,\n\tnLeftrightarrow: 8654,\n\tnleftrightarrow: 8622,\n\tntrianglelefteq: 8940,\n\trightleftarrows: 8644,\n\trightsquigarrow: 8605,\n\trightthreetimes: 8908,\n\tstraightepsilon: 1013,\n\ttrianglerighteq: 8885,\n\tvartriangleleft: 8882,\n\tDiacriticalDot: 729,\n\tDoubleRightTee: 8872,\n\tDownLeftVector: 8637,\n\tGreaterGreater: 10914,\n\tHorizontalLine: 9472,\n\tInvisibleComma: 8291,\n\tInvisibleTimes: 8290,\n\tLeftDownVector: 8643,\n\tLeftRightArrow: 8596,\n\tLeftrightarrow: 8660,\n\tLessSlantEqual: 10877,\n\tLongRightArrow: 10230,\n\tLongrightarrow: 10233,\n\tLowerLeftArrow: 8601,\n\tNestedLessLess: 8810,\n\tNotGreaterLess: 8825,\n\tNotLessGreater: 8824,\n\tNotSubsetEqual: 8840,\n\tNotVerticalBar: 8740,\n\tOpenCurlyQuote: 8216,\n\tReverseElement: 8715,\n\tRightTeeVector: 10587,\n\tRightVectorBar: 10579,\n\tShortDownArrow: 8595,\n\tShortLeftArrow: 8592,\n\tSquareSuperset: 8848,\n\tTildeFullEqual: 8773,\n\tUpperLeftArrow: 8598,\n\tZeroWidthSpace: 8203,\n\tcurvearrowleft: 8630,\n\tdoublebarwedge: 8966,\n\tdowndownarrows: 8650,\n\thookrightarrow: 8618,\n\tleftleftarrows: 8647,\n\tleftrightarrow: 8596,\n\tleftthreetimes: 8907,\n\tlongrightarrow: 10230,\n\tlooparrowright: 8620,\n\tnshortparallel: 8742,\n\tntriangleright: 8939,\n\trightarrowtail: 8611,\n\trightharpoonup: 8640,\n\ttrianglelefteq: 8884,\n\tupharpoonright: 8638,\n\tApplyFunction: 8289,\n\tDifferentialD: 8518,\n\tDoubleLeftTee: 10980,\n\tDoubleUpArrow: 8657,\n\tLeftTeeVector: 10586,\n\tLeftVectorBar: 10578,\n\tLessFullEqual: 8806,\n\tLongLeftArrow: 10229,\n\tLongleftarrow: 10232,\n\tNotTildeEqual: 8772,\n\tNotTildeTilde: 8777,\n\tPoincareplane: 8460,\n\tPrecedesEqual: 10927,\n\tPrecedesTilde: 8830,\n\tRightArrowBar: 8677,\n\tRightTeeArrow: 8614,\n\tRightTriangle: 8883,\n\tRightUpVector: 8638,\n\tSucceedsEqual: 10928,\n\tSucceedsTilde: 8831,\n\tSupersetEqual: 8839,\n\tUpEquilibrium: 10606,\n\tVerticalTilde: 8768,\n\tVeryThinSpace: 8202,\n\tbigtriangleup: 9651,\n\tblacktriangle: 9652,\n\tdivideontimes: 8903,\n\tfallingdotseq: 8786,\n\thookleftarrow: 8617,\n\tleftarrowtail: 8610,\n\tleftharpoonup: 8636,\n\tlongleftarrow: 10229,\n\tlooparrowleft: 8619,\n\tmeasuredangle: 8737,\n\tntriangleleft: 8938,\n\tshortparallel: 8741,\n\tsmallsetminus: 8726,\n\ttriangleright: 9657,\n\tupharpoonleft: 8639,\n\tDownArrowBar: 10515,\n\tDownTeeArrow: 8615,\n\tExponentialE: 8519,\n\tGreaterEqual: 8805,\n\tGreaterTilde: 8819,\n\tHilbertSpace: 8459,\n\tHumpDownHump: 8782,\n\tIntersection: 8898,\n\tLeftArrowBar: 8676,\n\tLeftTeeArrow: 8612,\n\tLeftTriangle: 8882,\n\tLeftUpVector: 8639,\n\tNotCongruent: 8802,\n\tNotLessEqual: 8816,\n\tNotLessTilde: 8820,\n\tProportional: 8733,\n\tRightCeiling: 8969,\n\tRoundImplies: 10608,\n\tShortUpArrow: 8593,\n\tSquareSubset: 8847,\n\tUnderBracket: 9141,\n\tVerticalLine: 124,\n\tblacklozenge: 10731,\n\texponentiale: 8519,\n\trisingdotseq: 8787,\n\ttriangledown: 9663,\n\ttriangleleft: 9667,\n\tCircleMinus: 8854,\n\tCircleTimes: 8855,\n\tEquilibrium: 8652,\n\tGreaterLess: 8823,\n\tLeftCeiling: 8968,\n\tLessGreater: 8822,\n\tMediumSpace: 8287,\n\tNotPrecedes: 8832,\n\tNotSucceeds: 8833,\n\tOverBracket: 9140,\n\tRightVector: 8640,\n\tRrightarrow: 8667,\n\tRuleDelayed: 10740,\n\tSmallCircle: 8728,\n\tSquareUnion: 8852,\n\tSubsetEqual: 8838,\n\tUpDownArrow: 8597,\n\tUpdownarrow: 8661,\n\tVerticalBar: 8739,\n\tbackepsilon: 1014,\n\tblacksquare: 9642,\n\tcircledcirc: 8858,\n\tcircleddash: 8861,\n\tcurlyeqprec: 8926,\n\tcurlyeqsucc: 8927,\n\tdiamondsuit: 9830,\n\teqslantless: 10901,\n\texpectation: 8496,\n\tnRightarrow: 8655,\n\tnrightarrow: 8603,\n\tpreccurlyeq: 8828,\n\tprecnapprox: 10937,\n\tquaternions: 8461,\n\tstraightphi: 981,\n\tsucccurlyeq: 8829,\n\tsuccnapprox: 10938,\n\tthickapprox: 8776,\n\tupdownarrow: 8597,\n\tBernoullis: 8492,\n\tCirclePlus: 8853,\n\tEqualTilde: 8770,\n\tFouriertrf: 8497,\n\tImaginaryI: 8520,\n\tLaplacetrf: 8466,\n\tLeftVector: 8636,\n\tLleftarrow: 8666,\n\tNotElement: 8713,\n\tNotGreater: 8815,\n\tProportion: 8759,\n\tRightArrow: 8594,\n\tRightFloor: 8971,\n\tRightarrow: 8658,\n\tTildeEqual: 8771,\n\tTildeTilde: 8776,\n\tUnderBrace: 9183,\n\tUpArrowBar: 10514,\n\tUpTeeArrow: 8613,\n\tcircledast: 8859,\n\tcomplement: 8705,\n\tcurlywedge: 8911,\n\teqslantgtr: 10902,\n\tgtreqqless: 10892,\n\tlessapprox: 10885,\n\tlesseqqgtr: 10891,\n\tlmoustache: 9136,\n\tlongmapsto: 10236,\n\tmapstodown: 8615,\n\tmapstoleft: 8612,\n\tnLeftarrow: 8653,\n\tnleftarrow: 8602,\n\tprecapprox: 10935,\n\trightarrow: 8594,\n\trmoustache: 9137,\n\tsqsubseteq: 8849,\n\tsqsupseteq: 8850,\n\tsubsetneqq: 10955,\n\tsuccapprox: 10936,\n\tsupsetneqq: 10956,\n\tupuparrows: 8648,\n\tvarepsilon: 949,\n\tvarnothing: 8709,\n\tBackslash: 8726,\n\tCenterDot: 183,\n\tCircleDot: 8857,\n\tCongruent: 8801,\n\tCoproduct: 8720,\n\tDoubleDot: 168,\n\tDownArrow: 8595,\n\tDownBreve: 785,\n\tDownarrow: 8659,\n\tHumpEqual: 8783,\n\tLeftArrow: 8592,\n\tLeftFloor: 8970,\n\tLeftarrow: 8656,\n\tLessTilde: 8818,\n\tMellintrf: 8499,\n\tMinusPlus: 8723,\n\tNotCupCap: 8813,\n\tNotExists: 8708,\n\tOverBrace: 9182,\n\tPlusMinus: 177,\n\tTherefore: 8756,\n\tThinSpace: 8201,\n\tTripleDot: 8411,\n\tUnionPlus: 8846,\n\tbackprime: 8245,\n\tbacksimeq: 8909,\n\tbigotimes: 10754,\n\tcenterdot: 183,\n\tcheckmark: 10003,\n\tcomplexes: 8450,\n\tdotsquare: 8865,\n\tdownarrow: 8595,\n\tgtrapprox: 10886,\n\tgtreqless: 8923,\n\theartsuit: 9829,\n\tleftarrow: 8592,\n\tlesseqgtr: 8922,\n\tnparallel: 8742,\n\tnshortmid: 8740,\n\tnsubseteq: 8840,\n\tnsupseteq: 8841,\n\tpitchfork: 8916,\n\trationals: 8474,\n\tspadesuit: 9824,\n\tsubseteqq: 10949,\n\tsubsetneq: 8842,\n\tsupseteqq: 10950,\n\tsupsetneq: 8843,\n\ttherefore: 8756,\n\ttriangleq: 8796,\n\tvarpropto: 8733,\n\tDDotrahd: 10513,\n\tDotEqual: 8784,\n\tIntegral: 8747,\n\tLessLess: 10913,\n\tNotEqual: 8800,\n\tNotTilde: 8769,\n\tPartialD: 8706,\n\tPrecedes: 8826,\n\tRightTee: 8866,\n\tSucceeds: 8827,\n\tSuchThat: 8715,\n\tSuperset: 8835,\n\tUarrocir: 10569,\n\tUnderBar: 818,\n\tandslope: 10840,\n\tangmsdaa: 10664,\n\tangmsdab: 10665,\n\tangmsdac: 10666,\n\tangmsdad: 10667,\n\tangmsdae: 10668,\n\tangmsdaf: 10669,\n\tangmsdag: 10670,\n\tangmsdah: 10671,\n\tangrtvbd: 10653,\n\tapproxeq: 8778,\n\tawconint: 8755,\n\tbackcong: 8780,\n\tbarwedge: 8965,\n\tbbrktbrk: 9142,\n\tbigoplus: 10753,\n\tbigsqcup: 10758,\n\tbiguplus: 10756,\n\tbigwedge: 8896,\n\tboxminus: 8863,\n\tboxtimes: 8864,\n\tcapbrcup: 10825,\n\tcircledR: 174,\n\tcircledS: 9416,\n\tcirfnint: 10768,\n\tclubsuit: 9827,\n\tcupbrcap: 10824,\n\tcurlyvee: 8910,\n\tcwconint: 8754,\n\tdoteqdot: 8785,\n\tdotminus: 8760,\n\tdrbkarow: 10512,\n\tdzigrarr: 10239,\n\telinters: 9191,\n\temptyset: 8709,\n\teqvparsl: 10725,\n\tfpartint: 10765,\n\tgeqslant: 10878,\n\tgesdotol: 10884,\n\tgnapprox: 10890,\n\thksearow: 10533,\n\thkswarow: 10534,\n\timagline: 8464,\n\timagpart: 8465,\n\tinfintie: 10717,\n\tintegers: 8484,\n\tintercal: 8890,\n\tintlarhk: 10775,\n\tlaemptyv: 10676,\n\tldrushar: 10571,\n\tleqslant: 10877,\n\tlesdotor: 10883,\n\tllcorner: 8990,\n\tlnapprox: 10889,\n\tlrcorner: 8991,\n\tlurdshar: 10570,\n\tmapstoup: 8613,\n\tmultimap: 8888,\n\tnaturals: 8469,\n\totimesas: 10806,\n\tparallel: 8741,\n\tplusacir: 10787,\n\tpointint: 10773,\n\tprecneqq: 10933,\n\tprecnsim: 8936,\n\tprofalar: 9006,\n\tprofline: 8978,\n\tprofsurf: 8979,\n\traemptyv: 10675,\n\trealpart: 8476,\n\trppolint: 10770,\n\trtriltri: 10702,\n\tscpolint: 10771,\n\tsetminus: 8726,\n\tshortmid: 8739,\n\tsmeparsl: 10724,\n\tsqsubset: 8847,\n\tsqsupset: 8848,\n\tsubseteq: 8838,\n\tsuccneqq: 10934,\n\tsuccnsim: 8937,\n\tsupseteq: 8839,\n\tthetasym: 977,\n\tthicksim: 8764,\n\ttimesbar: 10801,\n\ttriangle: 9653,\n\ttriminus: 10810,\n\ttrpezium: 9186,\n\tulcorner: 8988,\n\turcorner: 8989,\n\tvarkappa: 1008,\n\tvarsigma: 962,\n\tvartheta: 977,\n\tBecause: 8757,\n\tCayleys: 8493,\n\tCconint: 8752,\n\tCedilla: 184,\n\tDiamond: 8900,\n\tDownTee: 8868,\n\tElement: 8712,\n\tEpsilon: 917,\n\tImplies: 8658,\n\tLeftTee: 8867,\n\tNewLine: 10,\n\tNoBreak: 8288,\n\tNotLess: 8814,\n\tOmicron: 927,\n\tOverBar: 175,\n\tProduct: 8719,\n\tUpArrow: 8593,\n\tUparrow: 8657,\n\tUpsilon: 933,\n\talefsym: 8501,\n\tangrtvb: 8894,\n\tangzarr: 9084,\n\tasympeq: 8781,\n\tbacksim: 8765,\n\tbecause: 8757,\n\tbemptyv: 10672,\n\tbetween: 8812,\n\tbigcirc: 9711,\n\tbigodot: 10752,\n\tbigstar: 9733,\n\tboxplus: 8862,\n\tccupssm: 10832,\n\tcemptyv: 10674,\n\tcirscir: 10690,\n\tcoloneq: 8788,\n\tcongdot: 10861,\n\tcudarrl: 10552,\n\tcudarrr: 10549,\n\tcularrp: 10557,\n\tcurarrm: 10556,\n\tdbkarow: 10511,\n\tddagger: 8225,\n\tddotseq: 10871,\n\tdemptyv: 10673,\n\tdiamond: 8900,\n\tdigamma: 989,\n\tdotplus: 8724,\n\tdwangle: 10662,\n\tepsilon: 949,\n\teqcolon: 8789,\n\tequivDD: 10872,\n\tgesdoto: 10882,\n\tgtquest: 10876,\n\tgtrless: 8823,\n\tharrcir: 10568,\n\tintprod: 10812,\n\tisindot: 8949,\n\tlarrbfs: 10527,\n\tlarrsim: 10611,\n\tlbrksld: 10639,\n\tlbrkslu: 10637,\n\tldrdhar: 10599,\n\tlesdoto: 10881,\n\tlessdot: 8918,\n\tlessgtr: 8822,\n\tlesssim: 8818,\n\tlotimes: 10804,\n\tlozenge: 9674,\n\tltquest: 10875,\n\tluruhar: 10598,\n\tmaltese: 10016,\n\tminusdu: 10794,\n\tnapprox: 8777,\n\tnatural: 9838,\n\tnearrow: 8599,\n\tnexists: 8708,\n\tnotinva: 8713,\n\tnotinvb: 8951,\n\tnotinvc: 8950,\n\tnotniva: 8716,\n\tnotnivb: 8958,\n\tnotnivc: 8957,\n\tnpolint: 10772,\n\tnsqsube: 8930,\n\tnsqsupe: 8931,\n\tnvinfin: 10718,\n\tnwarrow: 8598,\n\tolcross: 10683,\n\tomicron: 959,\n\torderof: 8500,\n\torslope: 10839,\n\tpertenk: 8241,\n\tplanckh: 8462,\n\tpluscir: 10786,\n\tplussim: 10790,\n\tplustwo: 10791,\n\tprecsim: 8830,\n\tquatint: 10774,\n\tquesteq: 8799,\n\trarrbfs: 10528,\n\trarrsim: 10612,\n\trbrksld: 10638,\n\trbrkslu: 10640,\n\trdldhar: 10601,\n\trealine: 8475,\n\trotimes: 10805,\n\truluhar: 10600,\n\tsearrow: 8600,\n\tsimplus: 10788,\n\tsimrarr: 10610,\n\tsubedot: 10947,\n\tsubmult: 10945,\n\tsubplus: 10943,\n\tsubrarr: 10617,\n\tsuccsim: 8831,\n\tsupdsub: 10968,\n\tsupedot: 10948,\n\tsuphsub: 10967,\n\tsuplarr: 10619,\n\tsupmult: 10946,\n\tsupplus: 10944,\n\tswarrow: 8601,\n\ttopfork: 10970,\n\ttriplus: 10809,\n\ttritime: 10811,\n\tuparrow: 8593,\n\tupsilon: 965,\n\tuwangle: 10663,\n\tvzigzag: 10650,\n\tzigrarr: 8669,\n\tAacute: 193,\n\tAbreve: 258,\n\tAgrave: 192,\n\tAssign: 8788,\n\tAtilde: 195,\n\tBarwed: 8966,\n\tBumpeq: 8782,\n\tCacute: 262,\n\tCcaron: 268,\n\tCcedil: 199,\n\tColone: 10868,\n\tConint: 8751,\n\tCupCap: 8781,\n\tDagger: 8225,\n\tDcaron: 270,\n\tDotDot: 8412,\n\tDstrok: 272,\n\tEacute: 201,\n\tEcaron: 282,\n\tEgrave: 200,\n\tExists: 8707,\n\tForAll: 8704,\n\tGammad: 988,\n\tGbreve: 286,\n\tGcedil: 290,\n\tHARDcy: 1066,\n\tHstrok: 294,\n\tIacute: 205,\n\tIgrave: 204,\n\tItilde: 296,\n\tJsercy: 1032,\n\tKcedil: 310,\n\tLacute: 313,\n\tLambda: 923,\n\tLcaron: 317,\n\tLcedil: 315,\n\tLmidot: 319,\n\tLstrok: 321,\n\tNacute: 323,\n\tNcaron: 327,\n\tNcedil: 325,\n\tNtilde: 209,\n\tOacute: 211,\n\tOdblac: 336,\n\tOgrave: 210,\n\tOslash: 216,\n\tOtilde: 213,\n\tOtimes: 10807,\n\tRacute: 340,\n\tRarrtl: 10518,\n\tRcaron: 344,\n\tRcedil: 342,\n\tSHCHcy: 1065,\n\tSOFTcy: 1068,\n\tSacute: 346,\n\tScaron: 352,\n\tScedil: 350,\n\tSquare: 9633,\n\tSubset: 8912,\n\tSupset: 8913,\n\tTcaron: 356,\n\tTcedil: 354,\n\tTstrok: 358,\n\tUacute: 218,\n\tUbreve: 364,\n\tUdblac: 368,\n\tUgrave: 217,\n\tUtilde: 360,\n\tVdashl: 10982,\n\tVerbar: 8214,\n\tVvdash: 8874,\n\tYacute: 221,\n\tZacute: 377,\n\tZcaron: 381,\n\taacute: 225,\n\tabreve: 259,\n\tagrave: 224,\n\tandand: 10837,\n\tangmsd: 8737,\n\tangsph: 8738,\n\tapacir: 10863,\n\tapprox: 8776,\n\tatilde: 227,\n\tbarvee: 8893,\n\tbarwed: 8965,\n\tbecaus: 8757,\n\tbernou: 8492,\n\tbigcap: 8898,\n\tbigcup: 8899,\n\tbigvee: 8897,\n\tbkarow: 10509,\n\tbottom: 8869,\n\tbowtie: 8904,\n\tboxbox: 10697,\n\tbprime: 8245,\n\tbrvbar: 166,\n\tbullet: 8226,\n\tbumpeq: 8783,\n\tcacute: 263,\n\tcapand: 10820,\n\tcapcap: 10827,\n\tcapcup: 10823,\n\tcapdot: 10816,\n\tccaron: 269,\n\tccedil: 231,\n\tcirceq: 8791,\n\tcirmid: 10991,\n\tcolone: 8788,\n\tcommat: 64,\n\tcompfn: 8728,\n\tconint: 8750,\n\tcoprod: 8720,\n\tcopysr: 8471,\n\tcularr: 8630,\n\tcupcap: 10822,\n\tcupcup: 10826,\n\tcupdot: 8845,\n\tcurarr: 8631,\n\tcurren: 164,\n\tcylcty: 9005,\n\tdagger: 8224,\n\tdaleth: 8504,\n\tdcaron: 271,\n\tdfisht: 10623,\n\tdivide: 247,\n\tdivonx: 8903,\n\tdlcorn: 8990,\n\tdlcrop: 8973,\n\tdollar: 36,\n\tdrcorn: 8991,\n\tdrcrop: 8972,\n\tdstrok: 273,\n\teacute: 233,\n\teaster: 10862,\n\tecaron: 283,\n\tecolon: 8789,\n\tegrave: 232,\n\tegsdot: 10904,\n\telsdot: 10903,\n\temptyv: 8709,\n\temsp13: 8196,\n\temsp14: 8197,\n\teparsl: 10723,\n\teqcirc: 8790,\n\tequals: 61,\n\tequest: 8799,\n\tfemale: 9792,\n\tffilig: 64259,\n\tffllig: 64260,\n\tforall: 8704,\n\tfrac12: 189,\n\tfrac13: 8531,\n\tfrac14: 188,\n\tfrac15: 8533,\n\tfrac16: 8537,\n\tfrac18: 8539,\n\tfrac23: 8532,\n\tfrac25: 8534,\n\tfrac34: 190,\n\tfrac35: 8535,\n\tfrac38: 8540,\n\tfrac45: 8536,\n\tfrac56: 8538,\n\tfrac58: 8541,\n\tfrac78: 8542,\n\tgacute: 501,\n\tgammad: 989,\n\tgbreve: 287,\n\tgesdot: 10880,\n\tgesles: 10900,\n\tgtlPar: 10645,\n\tgtrarr: 10616,\n\tgtrdot: 8919,\n\tgtrsim: 8819,\n\thairsp: 8202,\n\thamilt: 8459,\n\thardcy: 1098,\n\thearts: 9829,\n\thellip: 8230,\n\thercon: 8889,\n\thomtht: 8763,\n\thorbar: 8213,\n\thslash: 8463,\n\thstrok: 295,\n\thybull: 8259,\n\thyphen: 8208,\n\tiacute: 237,\n\tigrave: 236,\n\tiiiint: 10764,\n\tiinfin: 10716,\n\tincare: 8453,\n\tinodot: 305,\n\tintcal: 8890,\n\tiquest: 191,\n\tisinsv: 8947,\n\titilde: 297,\n\tjsercy: 1112,\n\tkappav: 1008,\n\tkcedil: 311,\n\tkgreen: 312,\n\tlAtail: 10523,\n\tlacute: 314,\n\tlagran: 8466,\n\tlambda: 955,\n\tlangle: 10216,\n\tlarrfs: 10525,\n\tlarrhk: 8617,\n\tlarrlp: 8619,\n\tlarrpl: 10553,\n\tlarrtl: 8610,\n\tlatail: 10521,\n\tlbrace: 123,\n\tlbrack: 91,\n\tlcaron: 318,\n\tlcedil: 316,\n\tldquor: 8222,\n\tlesdot: 10879,\n\tlesges: 10899,\n\tlfisht: 10620,\n\tlfloor: 8970,\n\tlharul: 10602,\n\tllhard: 10603,\n\tlmidot: 320,\n\tlmoust: 9136,\n\tloplus: 10797,\n\tlowast: 8727,\n\tlowbar: 95,\n\tlparlt: 10643,\n\tlrhard: 10605,\n\tlsaquo: 8249,\n\tlsquor: 8218,\n\tlstrok: 322,\n\tlthree: 8907,\n\tltimes: 8905,\n\tltlarr: 10614,\n\tltrPar: 10646,\n\tmapsto: 8614,\n\tmarker: 9646,\n\tmcomma: 10793,\n\tmidast: 42,\n\tmidcir: 10992,\n\tmiddot: 183,\n\tminusb: 8863,\n\tminusd: 8760,\n\tmnplus: 8723,\n\tmodels: 8871,\n\tmstpos: 8766,\n\tnVDash: 8879,\n\tnVdash: 8878,\n\tnacute: 324,\n\tncaron: 328,\n\tncedil: 326,\n\tnearhk: 10532,\n\tnequiv: 8802,\n\tnesear: 10536,\n\tnexist: 8708,\n\tnltrie: 8940,\n\tnprcue: 8928,\n\tnrtrie: 8941,\n\tnsccue: 8929,\n\tnsimeq: 8772,\n\tntilde: 241,\n\tnumero: 8470,\n\tnvDash: 8877,\n\tnvHarr: 10500,\n\tnvdash: 8876,\n\tnvlArr: 10498,\n\tnvrArr: 10499,\n\tnwarhk: 10531,\n\tnwnear: 10535,\n\toacute: 243,\n\todblac: 337,\n\todsold: 10684,\n\tograve: 242,\n\tominus: 8854,\n\torigof: 8886,\n\toslash: 248,\n\totilde: 245,\n\totimes: 8855,\n\tparsim: 10995,\n\tpercnt: 37,\n\tperiod: 46,\n\tpermil: 8240,\n\tphmmat: 8499,\n\tplanck: 8463,\n\tplankv: 8463,\n\tplusdo: 8724,\n\tplusdu: 10789,\n\tplusmn: 177,\n\tpreceq: 10927,\n\tprimes: 8473,\n\tprnsim: 8936,\n\tpropto: 8733,\n\tprurel: 8880,\n\tpuncsp: 8200,\n\tqprime: 8279,\n\trAtail: 10524,\n\tracute: 341,\n\trangle: 10217,\n\trarrap: 10613,\n\trarrfs: 10526,\n\trarrhk: 8618,\n\trarrlp: 8620,\n\trarrpl: 10565,\n\trarrtl: 8611,\n\tratail: 10522,\n\trbrace: 125,\n\trbrack: 93,\n\trcaron: 345,\n\trcedil: 343,\n\trdquor: 8221,\n\trfisht: 10621,\n\trfloor: 8971,\n\trharul: 10604,\n\trmoust: 9137,\n\troplus: 10798,\n\trpargt: 10644,\n\trsaquo: 8250,\n\trsquor: 8217,\n\trthree: 8908,\n\trtimes: 8906,\n\tsacute: 347,\n\tscaron: 353,\n\tscedil: 351,\n\tscnsim: 8937,\n\tsearhk: 10533,\n\tseswar: 10537,\n\tsfrown: 8994,\n\tshchcy: 1097,\n\tsigmaf: 962,\n\tsigmav: 962,\n\tsimdot: 10858,\n\tsmashp: 10803,\n\tsoftcy: 1100,\n\tsolbar: 9023,\n\tspades: 9824,\n\tsqsube: 8849,\n\tsqsupe: 8850,\n\tsquare: 9633,\n\tsquarf: 9642,\n\tssetmn: 8726,\n\tssmile: 8995,\n\tsstarf: 8902,\n\tsubdot: 10941,\n\tsubset: 8834,\n\tsubsim: 10951,\n\tsubsub: 10965,\n\tsubsup: 10963,\n\tsucceq: 10928,\n\tsupdot: 10942,\n\tsupset: 8835,\n\tsupsim: 10952,\n\tsupsub: 10964,\n\tsupsup: 10966,\n\tswarhk: 10534,\n\tswnwar: 10538,\n\ttarget: 8982,\n\ttcaron: 357,\n\ttcedil: 355,\n\ttelrec: 8981,\n\tthere4: 8756,\n\tthetav: 977,\n\tthinsp: 8201,\n\tthksim: 8764,\n\ttimesb: 8864,\n\ttimesd: 10800,\n\ttopbot: 9014,\n\ttopcir: 10993,\n\ttprime: 8244,\n\ttridot: 9708,\n\ttstrok: 359,\n\tuacute: 250,\n\tubreve: 365,\n\tudblac: 369,\n\tufisht: 10622,\n\tugrave: 249,\n\tulcorn: 8988,\n\tulcrop: 8975,\n\turcorn: 8989,\n\turcrop: 8974,\n\tutilde: 361,\n\tvangrt: 10652,\n\tvarphi: 966,\n\tvarrho: 1009,\n\tveebar: 8891,\n\tvellip: 8942,\n\tverbar: 124,\n\twedbar: 10847,\n\twedgeq: 8793,\n\tweierp: 8472,\n\twreath: 8768,\n\txoplus: 10753,\n\txotime: 10754,\n\txsqcup: 10758,\n\txuplus: 10756,\n\txwedge: 8896,\n\tyacute: 253,\n\tzacute: 378,\n\tzcaron: 382,\n\tzeetrf: 8488,\n\tAElig: 198,\n\tAcirc: 194,\n\tAlpha: 913,\n\tAmacr: 256,\n\tAogon: 260,\n\tAring: 197,\n\tBreve: 728,\n\tCcirc: 264,\n\tColon: 8759,\n\tCross: 10799,\n\tDashv: 10980,\n\tDelta: 916,\n\tEcirc: 202,\n\tEmacr: 274,\n\tEogon: 280,\n\tEqual: 10869,\n\tGamma: 915,\n\tGcirc: 284,\n\tHacek: 711,\n\tHcirc: 292,\n\tIJlig: 306,\n\tIcirc: 206,\n\tImacr: 298,\n\tIogon: 302,\n\tIukcy: 1030,\n\tJcirc: 308,\n\tJukcy: 1028,\n\tKappa: 922,\n\tOElig: 338,\n\tOcirc: 212,\n\tOmacr: 332,\n\tOmega: 937,\n\tPrime: 8243,\n\tRBarr: 10512,\n\tScirc: 348,\n\tSigma: 931,\n\tTHORN: 222,\n\tTRADE: 8482,\n\tTSHcy: 1035,\n\tTheta: 920,\n\tTilde: 8764,\n\tUbrcy: 1038,\n\tUcirc: 219,\n\tUmacr: 362,\n\tUnion: 8899,\n\tUogon: 370,\n\tUpTee: 8869,\n\tUring: 366,\n\tVDash: 8875,\n\tVdash: 8873,\n\tWcirc: 372,\n\tWedge: 8896,\n\tYcirc: 374,\n\tacirc: 226,\n\tacute: 180,\n\taelig: 230,\n\taleph: 8501,\n\talpha: 945,\n\tamacr: 257,\n\tamalg: 10815,\n\tangle: 8736,\n\tangrt: 8735,\n\tangst: 8491,\n\taogon: 261,\n\taring: 229,\n\tasymp: 8776,\n\tawint: 10769,\n\tbcong: 8780,\n\tbdquo: 8222,\n\tbepsi: 1014,\n\tblank: 9251,\n\tblk12: 9618,\n\tblk14: 9617,\n\tblk34: 9619,\n\tblock: 9608,\n\tboxDL: 9559,\n\tboxDR: 9556,\n\tboxDl: 9558,\n\tboxDr: 9555,\n\tboxHD: 9574,\n\tboxHU: 9577,\n\tboxHd: 9572,\n\tboxHu: 9575,\n\tboxUL: 9565,\n\tboxUR: 9562,\n\tboxUl: 9564,\n\tboxUr: 9561,\n\tboxVH: 9580,\n\tboxVL: 9571,\n\tboxVR: 9568,\n\tboxVh: 9579,\n\tboxVl: 9570,\n\tboxVr: 9567,\n\tboxdL: 9557,\n\tboxdR: 9554,\n\tboxdl: 9488,\n\tboxdr: 9484,\n\tboxhD: 9573,\n\tboxhU: 9576,\n\tboxhd: 9516,\n\tboxhu: 9524,\n\tboxuL: 9563,\n\tboxuR: 9560,\n\tboxul: 9496,\n\tboxur: 9492,\n\tboxvH: 9578,\n\tboxvL: 9569,\n\tboxvR: 9566,\n\tboxvh: 9532,\n\tboxvl: 9508,\n\tboxvr: 9500,\n\tbreve: 728,\n\tbsemi: 8271,\n\tbsime: 8909,\n\tbsolb: 10693,\n\tbumpE: 10926,\n\tbumpe: 8783,\n\tcaret: 8257,\n\tcaron: 711,\n\tccaps: 10829,\n\tccirc: 265,\n\tccups: 10828,\n\tcedil: 184,\n\tcheck: 10003,\n\tclubs: 9827,\n\tcolon: 58,\n\tcomma: 44,\n\tcrarr: 8629,\n\tcross: 10007,\n\tcsube: 10961,\n\tcsupe: 10962,\n\tctdot: 8943,\n\tcuepr: 8926,\n\tcuesc: 8927,\n\tcupor: 10821,\n\tcuvee: 8910,\n\tcuwed: 8911,\n\tcwint: 8753,\n\tdashv: 8867,\n\tdblac: 733,\n\tddarr: 8650,\n\tdelta: 948,\n\tdharl: 8643,\n\tdharr: 8642,\n\tdiams: 9830,\n\tdisin: 8946,\n\tdoteq: 8784,\n\tdtdot: 8945,\n\tdtrif: 9662,\n\tduarr: 8693,\n\tduhar: 10607,\n\teDDot: 10871,\n\tecirc: 234,\n\tefDot: 8786,\n\temacr: 275,\n\tempty: 8709,\n\teogon: 281,\n\teplus: 10865,\n\tepsiv: 949,\n\teqsim: 8770,\n\tequiv: 8801,\n\terDot: 8787,\n\terarr: 10609,\n\tesdot: 8784,\n\texist: 8707,\n\tfflig: 64256,\n\tfilig: 64257,\n\tfllig: 64258,\n\tfltns: 9649,\n\tforkv: 10969,\n\tfrasl: 8260,\n\tfrown: 8994,\n\tgamma: 947,\n\tgcirc: 285,\n\tgescc: 10921,\n\tgimel: 8503,\n\tgneqq: 8809,\n\tgnsim: 8935,\n\tgrave: 96,\n\tgsime: 10894,\n\tgsiml: 10896,\n\tgtcir: 10874,\n\tgtdot: 8919,\n\tharrw: 8621,\n\thcirc: 293,\n\thoarr: 8703,\n\ticirc: 238,\n\tiexcl: 161,\n\tiiint: 8749,\n\tiiota: 8489,\n\tijlig: 307,\n\timacr: 299,\n\timage: 8465,\n\timath: 305,\n\timped: 437,\n\tinfin: 8734,\n\tiogon: 303,\n\tiprod: 10812,\n\tisinE: 8953,\n\tisins: 8948,\n\tisinv: 8712,\n\tiukcy: 1110,\n\tjcirc: 309,\n\tjmath: 567,\n\tjukcy: 1108,\n\tkappa: 954,\n\tlAarr: 8666,\n\tlBarr: 10510,\n\tlangd: 10641,\n\tlaquo: 171,\n\tlarrb: 8676,\n\tlbarr: 10508,\n\tlbbrk: 10098,\n\tlbrke: 10635,\n\tlceil: 8968,\n\tldquo: 8220,\n\tlescc: 10920,\n\tlhard: 8637,\n\tlharu: 8636,\n\tlhblk: 9604,\n\tllarr: 8647,\n\tlltri: 9722,\n\tlneqq: 8808,\n\tlnsim: 8934,\n\tloang: 10220,\n\tloarr: 8701,\n\tlobrk: 10214,\n\tlopar: 10629,\n\tlrarr: 8646,\n\tlrhar: 8651,\n\tlrtri: 8895,\n\tlsime: 10893,\n\tlsimg: 10895,\n\tlsquo: 8216,\n\tltcir: 10873,\n\tltdot: 8918,\n\tltrie: 8884,\n\tltrif: 9666,\n\tmDDot: 8762,\n\tmdash: 8212,\n\tmicro: 181,\n\tminus: 8722,\n\tmumap: 8888,\n\tnabla: 8711,\n\tnapos: 329,\n\tnatur: 9838,\n\tncong: 8775,\n\tndash: 8211,\n\tneArr: 8663,\n\tnearr: 8599,\n\tngsim: 8821,\n\tnhArr: 8654,\n\tnharr: 8622,\n\tnhpar: 10994,\n\tnlArr: 8653,\n\tnlarr: 8602,\n\tnless: 8814,\n\tnlsim: 8820,\n\tnltri: 8938,\n\tnotin: 8713,\n\tnotni: 8716,\n\tnprec: 8832,\n\tnrArr: 8655,\n\tnrarr: 8603,\n\tnrtri: 8939,\n\tnsime: 8772,\n\tnsmid: 8740,\n\tnspar: 8742,\n\tnsube: 8840,\n\tnsucc: 8833,\n\tnsupe: 8841,\n\tnumsp: 8199,\n\tnwArr: 8662,\n\tnwarr: 8598,\n\tocirc: 244,\n\todash: 8861,\n\toelig: 339,\n\tofcir: 10687,\n\tohbar: 10677,\n\tolarr: 8634,\n\tolcir: 10686,\n\toline: 8254,\n\tomacr: 333,\n\tomega: 969,\n\toperp: 10681,\n\toplus: 8853,\n\torarr: 8635,\n\torder: 8500,\n\tovbar: 9021,\n\tparsl: 11005,\n\tphone: 9742,\n\tplusb: 8862,\n\tpluse: 10866,\n\tpound: 163,\n\tprcue: 8828,\n\tprime: 8242,\n\tprnap: 10937,\n\tprsim: 8830,\n\tquest: 63,\n\trAarr: 8667,\n\trBarr: 10511,\n\tradic: 8730,\n\trangd: 10642,\n\trange: 10661,\n\traquo: 187,\n\trarrb: 8677,\n\trarrc: 10547,\n\trarrw: 8605,\n\tratio: 8758,\n\trbarr: 10509,\n\trbbrk: 10099,\n\trbrke: 10636,\n\trceil: 8969,\n\trdquo: 8221,\n\treals: 8477,\n\trhard: 8641,\n\trharu: 8640,\n\trlarr: 8644,\n\trlhar: 8652,\n\trnmid: 10990,\n\troang: 10221,\n\troarr: 8702,\n\trobrk: 10215,\n\tropar: 10630,\n\trrarr: 8649,\n\trsquo: 8217,\n\trtrie: 8885,\n\trtrif: 9656,\n\tsbquo: 8218,\n\tsccue: 8829,\n\tscirc: 349,\n\tscnap: 10938,\n\tscsim: 8831,\n\tsdotb: 8865,\n\tsdote: 10854,\n\tseArr: 8664,\n\tsearr: 8600,\n\tsetmn: 8726,\n\tsharp: 9839,\n\tsigma: 963,\n\tsimeq: 8771,\n\tsimgE: 10912,\n\tsimlE: 10911,\n\tsimne: 8774,\n\tslarr: 8592,\n\tsmile: 8995,\n\tsqcap: 8851,\n\tsqcup: 8852,\n\tsqsub: 8847,\n\tsqsup: 8848,\n\tsrarr: 8594,\n\tstarf: 9733,\n\tstrns: 175,\n\tsubnE: 10955,\n\tsubne: 8842,\n\tsupnE: 10956,\n\tsupne: 8843,\n\tswArr: 8665,\n\tswarr: 8601,\n\tszlig: 223,\n\ttheta: 952,\n\tthkap: 8776,\n\tthorn: 254,\n\ttilde: 732,\n\ttimes: 215,\n\ttrade: 8482,\n\ttrisb: 10701,\n\ttshcy: 1115,\n\ttwixt: 8812,\n\tubrcy: 1118,\n\tucirc: 251,\n\tudarr: 8645,\n\tudhar: 10606,\n\tuharl: 8639,\n\tuharr: 8638,\n\tuhblk: 9600,\n\tultri: 9720,\n\tumacr: 363,\n\tuogon: 371,\n\tuplus: 8846,\n\tupsih: 978,\n\turing: 367,\n\turtri: 9721,\n\tutdot: 8944,\n\tutrif: 9652,\n\tuuarr: 8648,\n\tvBarv: 10985,\n\tvDash: 8872,\n\tvarpi: 982,\n\tvdash: 8866,\n\tveeeq: 8794,\n\tvltri: 8882,\n\tvprop: 8733,\n\tvrtri: 8883,\n\twcirc: 373,\n\twedge: 8743,\n\txcirc: 9711,\n\txdtri: 9661,\n\txhArr: 10234,\n\txharr: 10231,\n\txlArr: 10232,\n\txlarr: 10229,\n\txodot: 10752,\n\txrArr: 10233,\n\txrarr: 10230,\n\txutri: 9651,\n\tycirc: 375,\n\tAopf: 120120,\n\tAscr: 119964,\n\tAuml: 196,\n\tBarv: 10983,\n\tBeta: 914,\n\tBopf: 120121,\n\tBscr: 8492,\n\tCHcy: 1063,\n\tCOPY: 169,\n\tCdot: 266,\n\tCopf: 8450,\n\tCscr: 119966,\n\tDJcy: 1026,\n\tDScy: 1029,\n\tDZcy: 1039,\n\tDarr: 8609,\n\tDopf: 120123,\n\tDscr: 119967,\n\tEdot: 278,\n\tEopf: 120124,\n\tEscr: 8496,\n\tEsim: 10867,\n\tEuml: 203,\n\tFopf: 120125,\n\tFscr: 8497,\n\tGJcy: 1027,\n\tGdot: 288,\n\tGopf: 120126,\n\tGscr: 119970,\n\tHopf: 8461,\n\tHscr: 8459,\n\tIEcy: 1045,\n\tIOcy: 1025,\n\tIdot: 304,\n\tIopf: 120128,\n\tIota: 921,\n\tIscr: 8464,\n\tIuml: 207,\n\tJopf: 120129,\n\tJscr: 119973,\n\tKHcy: 1061,\n\tKJcy: 1036,\n\tKopf: 120130,\n\tKscr: 119974,\n\tLJcy: 1033,\n\tLang: 10218,\n\tLarr: 8606,\n\tLopf: 120131,\n\tLscr: 8466,\n\tMopf: 120132,\n\tMscr: 8499,\n\tNJcy: 1034,\n\tNopf: 8469,\n\tNscr: 119977,\n\tOopf: 120134,\n\tOscr: 119978,\n\tOuml: 214,\n\tPopf: 8473,\n\tPscr: 119979,\n\tQUOT: 34,\n\tQopf: 8474,\n\tQscr: 119980,\n\tRang: 10219,\n\tRarr: 8608,\n\tRopf: 8477,\n\tRscr: 8475,\n\tSHcy: 1064,\n\tSopf: 120138,\n\tSqrt: 8730,\n\tSscr: 119982,\n\tStar: 8902,\n\tTScy: 1062,\n\tTopf: 120139,\n\tTscr: 119983,\n\tUarr: 8607,\n\tUopf: 120140,\n\tUpsi: 978,\n\tUscr: 119984,\n\tUuml: 220,\n\tVbar: 10987,\n\tVert: 8214,\n\tVopf: 120141,\n\tVscr: 119985,\n\tWopf: 120142,\n\tWscr: 119986,\n\tXopf: 120143,\n\tXscr: 119987,\n\tYAcy: 1071,\n\tYIcy: 1031,\n\tYUcy: 1070,\n\tYopf: 120144,\n\tYscr: 119988,\n\tYuml: 376,\n\tZHcy: 1046,\n\tZdot: 379,\n\tZeta: 918,\n\tZopf: 8484,\n\tZscr: 119989,\n\tandd: 10844,\n\tandv: 10842,\n\tange: 10660,\n\taopf: 120146,\n\tapid: 8779,\n\tapos: 39,\n\tascr: 119990,\n\tauml: 228,\n\tbNot: 10989,\n\tbbrk: 9141,\n\tbeta: 946,\n\tbeth: 8502,\n\tbnot: 8976,\n\tbopf: 120147,\n\tboxH: 9552,\n\tboxV: 9553,\n\tboxh: 9472,\n\tboxv: 9474,\n\tbscr: 119991,\n\tbsim: 8765,\n\tbsol: 92,\n\tbull: 8226,\n\tbump: 8782,\n\tcdot: 267,\n\tcent: 162,\n\tchcy: 1095,\n\tcirE: 10691,\n\tcirc: 710,\n\tcire: 8791,\n\tcomp: 8705,\n\tcong: 8773,\n\tcopf: 120148,\n\tcopy: 169,\n\tcscr: 119992,\n\tcsub: 10959,\n\tcsup: 10960,\n\tdArr: 8659,\n\tdHar: 10597,\n\tdarr: 8595,\n\tdash: 8208,\n\tdiam: 8900,\n\tdjcy: 1106,\n\tdopf: 120149,\n\tdscr: 119993,\n\tdscy: 1109,\n\tdsol: 10742,\n\tdtri: 9663,\n\tdzcy: 1119,\n\teDot: 8785,\n\tecir: 8790,\n\tedot: 279,\n\temsp: 8195,\n\tensp: 8194,\n\teopf: 120150,\n\tepar: 8917,\n\tepsi: 1013,\n\tescr: 8495,\n\tesim: 8770,\n\teuml: 235,\n\teuro: 8364,\n\texcl: 33,\n\tflat: 9837,\n\tfnof: 402,\n\tfopf: 120151,\n\tfork: 8916,\n\tfscr: 119995,\n\tgdot: 289,\n\tgeqq: 8807,\n\tgjcy: 1107,\n\tgnap: 10890,\n\tgneq: 10888,\n\tgopf: 120152,\n\tgscr: 8458,\n\tgsim: 8819,\n\tgtcc: 10919,\n\thArr: 8660,\n\thalf: 189,\n\tharr: 8596,\n\thbar: 8463,\n\thopf: 120153,\n\thscr: 119997,\n\tiecy: 1077,\n\timof: 8887,\n\tiocy: 1105,\n\tiopf: 120154,\n\tiota: 953,\n\tiscr: 119998,\n\tisin: 8712,\n\tiuml: 239,\n\tjopf: 120155,\n\tjscr: 119999,\n\tkhcy: 1093,\n\tkjcy: 1116,\n\tkopf: 120156,\n\tkscr: 120000,\n\tlArr: 8656,\n\tlHar: 10594,\n\tlang: 10216,\n\tlarr: 8592,\n\tlate: 10925,\n\tlcub: 123,\n\tldca: 10550,\n\tldsh: 8626,\n\tleqq: 8806,\n\tljcy: 1113,\n\tlnap: 10889,\n\tlneq: 10887,\n\tlopf: 120157,\n\tlozf: 10731,\n\tlpar: 40,\n\tlscr: 120001,\n\tlsim: 8818,\n\tlsqb: 91,\n\tltcc: 10918,\n\tltri: 9667,\n\tmacr: 175,\n\tmale: 9794,\n\tmalt: 10016,\n\tmlcp: 10971,\n\tmldr: 8230,\n\tmopf: 120158,\n\tmscr: 120002,\n\tnbsp: 160,\n\tncap: 10819,\n\tncup: 10818,\n\tngeq: 8817,\n\tngtr: 8815,\n\tnisd: 8954,\n\tnjcy: 1114,\n\tnldr: 8229,\n\tnleq: 8816,\n\tnmid: 8740,\n\tnopf: 120159,\n\tnpar: 8742,\n\tnscr: 120003,\n\tnsim: 8769,\n\tnsub: 8836,\n\tnsup: 8837,\n\tntgl: 8825,\n\tntlg: 8824,\n\toast: 8859,\n\tocir: 8858,\n\todiv: 10808,\n\todot: 8857,\n\togon: 731,\n\toint: 8750,\n\tomid: 10678,\n\toopf: 120160,\n\topar: 10679,\n\tordf: 170,\n\tordm: 186,\n\toror: 10838,\n\toscr: 8500,\n\tosol: 8856,\n\touml: 246,\n\tpara: 182,\n\tpart: 8706,\n\tperp: 8869,\n\tphiv: 966,\n\tplus: 43,\n\tpopf: 120161,\n\tprap: 10935,\n\tprec: 8826,\n\tprnE: 10933,\n\tprod: 8719,\n\tprop: 8733,\n\tpscr: 120005,\n\tqint: 10764,\n\tqopf: 120162,\n\tqscr: 120006,\n\tquot: 34,\n\trArr: 8658,\n\trHar: 10596,\n\trace: 10714,\n\trang: 10217,\n\trarr: 8594,\n\trcub: 125,\n\trdca: 10551,\n\trdsh: 8627,\n\treal: 8476,\n\trect: 9645,\n\trhov: 1009,\n\tring: 730,\n\tropf: 120163,\n\trpar: 41,\n\trscr: 120007,\n\trsqb: 93,\n\trtri: 9657,\n\tscap: 10936,\n\tscnE: 10934,\n\tsdot: 8901,\n\tsect: 167,\n\tsemi: 59,\n\tsext: 10038,\n\tshcy: 1096,\n\tsime: 8771,\n\tsimg: 10910,\n\tsiml: 10909,\n\tsmid: 8739,\n\tsmte: 10924,\n\tsolb: 10692,\n\tsopf: 120164,\n\tspar: 8741,\n\tsquf: 9642,\n\tsscr: 120008,\n\tstar: 9734,\n\tsubE: 10949,\n\tsube: 8838,\n\tsucc: 8827,\n\tsung: 9834,\n\tsup1: 185,\n\tsup2: 178,\n\tsup3: 179,\n\tsupE: 10950,\n\tsupe: 8839,\n\ttbrk: 9140,\n\ttdot: 8411,\n\ttint: 8749,\n\ttoea: 10536,\n\ttopf: 120165,\n\ttosa: 10537,\n\ttrie: 8796,\n\ttscr: 120009,\n\ttscy: 1094,\n\tuArr: 8657,\n\tuHar: 10595,\n\tuarr: 8593,\n\tuopf: 120166,\n\tupsi: 965,\n\tuscr: 120010,\n\tutri: 9653,\n\tuuml: 252,\n\tvArr: 8661,\n\tvBar: 10984,\n\tvarr: 8597,\n\tvert: 124,\n\tvopf: 120167,\n\tvscr: 120011,\n\twopf: 120168,\n\twscr: 120012,\n\txcap: 8898,\n\txcup: 8899,\n\txmap: 10236,\n\txnis: 8955,\n\txopf: 120169,\n\txscr: 120013,\n\txvee: 8897,\n\tyacy: 1103,\n\tyicy: 1111,\n\tyopf: 120170,\n\tyscr: 120014,\n\tyucy: 1102,\n\tyuml: 255,\n\tzdot: 380,\n\tzeta: 950,\n\tzhcy: 1078,\n\tzopf: 120171,\n\tzscr: 120015,\n\tzwnj: 8204,\n\tAMP: 38,\n\tAcy: 1040,\n\tAfr: 120068,\n\tAnd: 10835,\n\tBcy: 1041,\n\tBfr: 120069,\n\tCap: 8914,\n\tCfr: 8493,\n\tChi: 935,\n\tCup: 8915,\n\tDcy: 1044,\n\tDel: 8711,\n\tDfr: 120071,\n\tDot: 168,\n\tENG: 330,\n\tETH: 208,\n\tEcy: 1069,\n\tEfr: 120072,\n\tEta: 919,\n\tFcy: 1060,\n\tFfr: 120073,\n\tGcy: 1043,\n\tGfr: 120074,\n\tHat: 94,\n\tHfr: 8460,\n\tIcy: 1048,\n\tIfr: 8465,\n\tInt: 8748,\n\tJcy: 1049,\n\tJfr: 120077,\n\tKcy: 1050,\n\tKfr: 120078,\n\tLcy: 1051,\n\tLfr: 120079,\n\tLsh: 8624,\n\tMap: 10501,\n\tMcy: 1052,\n\tMfr: 120080,\n\tNcy: 1053,\n\tNfr: 120081,\n\tNot: 10988,\n\tOcy: 1054,\n\tOfr: 120082,\n\tPcy: 1055,\n\tPfr: 120083,\n\tPhi: 934,\n\tPsi: 936,\n\tQfr: 120084,\n\tREG: 174,\n\tRcy: 1056,\n\tRfr: 8476,\n\tRho: 929,\n\tRsh: 8625,\n\tScy: 1057,\n\tSfr: 120086,\n\tSub: 8912,\n\tSum: 8721,\n\tSup: 8913,\n\tTab: 9,\n\tTau: 932,\n\tTcy: 1058,\n\tTfr: 120087,\n\tUcy: 1059,\n\tUfr: 120088,\n\tVcy: 1042,\n\tVee: 8897,\n\tVfr: 120089,\n\tWfr: 120090,\n\tXfr: 120091,\n\tYcy: 1067,\n\tYfr: 120092,\n\tZcy: 1047,\n\tZfr: 8488,\n\tacd: 8767,\n\tacy: 1072,\n\tafr: 120094,\n\tamp: 38,\n\tand: 8743,\n\tang: 8736,\n\tapE: 10864,\n\tape: 8778,\n\tast: 42,\n\tbcy: 1073,\n\tbfr: 120095,\n\tbot: 8869,\n\tcap: 8745,\n\tcfr: 120096,\n\tchi: 967,\n\tcir: 9675,\n\tcup: 8746,\n\tdcy: 1076,\n\tdeg: 176,\n\tdfr: 120097,\n\tdie: 168,\n\tdiv: 247,\n\tdot: 729,\n\tecy: 1101,\n\tefr: 120098,\n\tegs: 10902,\n\tell: 8467,\n\tels: 10901,\n\teng: 331,\n\teta: 951,\n\teth: 240,\n\tfcy: 1092,\n\tffr: 120099,\n\tgEl: 10892,\n\tgap: 10886,\n\tgcy: 1075,\n\tgel: 8923,\n\tgeq: 8805,\n\tges: 10878,\n\tgfr: 120100,\n\tggg: 8921,\n\tglE: 10898,\n\tgla: 10917,\n\tglj: 10916,\n\tgnE: 8809,\n\tgne: 10888,\n\thfr: 120101,\n\ticy: 1080,\n\tiff: 8660,\n\tifr: 120102,\n\tint: 8747,\n\tjcy: 1081,\n\tjfr: 120103,\n\tkcy: 1082,\n\tkfr: 120104,\n\tlEg: 10891,\n\tlap: 10885,\n\tlat: 10923,\n\tlcy: 1083,\n\tleg: 8922,\n\tleq: 8804,\n\tles: 10877,\n\tlfr: 120105,\n\tlgE: 10897,\n\tlnE: 8808,\n\tlne: 10887,\n\tloz: 9674,\n\tlrm: 8206,\n\tlsh: 8624,\n\tmap: 8614,\n\tmcy: 1084,\n\tmfr: 120106,\n\tmho: 8487,\n\tmid: 8739,\n\tnap: 8777,\n\tncy: 1085,\n\tnfr: 120107,\n\tnge: 8817,\n\tngt: 8815,\n\tnis: 8956,\n\tniv: 8715,\n\tnle: 8816,\n\tnlt: 8814,\n\tnot: 172,\n\tnpr: 8832,\n\tnsc: 8833,\n\tnum: 35,\n\tocy: 1086,\n\tofr: 120108,\n\togt: 10689,\n\tohm: 8486,\n\tolt: 10688,\n\tord: 10845,\n\torv: 10843,\n\tpar: 8741,\n\tpcy: 1087,\n\tpfr: 120109,\n\tphi: 966,\n\tpiv: 982,\n\tprE: 10931,\n\tpre: 10927,\n\tpsi: 968,\n\tqfr: 120110,\n\trcy: 1088,\n\treg: 174,\n\trfr: 120111,\n\trho: 961,\n\trlm: 8207,\n\trsh: 8625,\n\tscE: 10932,\n\tsce: 10928,\n\tscy: 1089,\n\tsfr: 120112,\n\tshy: 173,\n\tsim: 8764,\n\tsmt: 10922,\n\tsol: 47,\n\tsqu: 9633,\n\tsub: 8834,\n\tsum: 8721,\n\tsup: 8835,\n\ttau: 964,\n\ttcy: 1090,\n\ttfr: 120113,\n\ttop: 8868,\n\tucy: 1091,\n\tufr: 120114,\n\tuml: 168,\n\tvcy: 1074,\n\tvee: 8744,\n\tvfr: 120115,\n\twfr: 120116,\n\txfr: 120117,\n\tycy: 1099,\n\tyen: 165,\n\tyfr: 120118,\n\tzcy: 1079,\n\tzfr: 120119,\n\tzwj: 8205,\n\tDD: 8517,\n\tGT: 62,\n\tGg: 8921,\n\tGt: 8811,\n\tIm: 8465,\n\tLT: 60,\n\tLl: 8920,\n\tLt: 8810,\n\tMu: 924,\n\tNu: 925,\n\tOr: 10836,\n\tPi: 928,\n\tPr: 10939,\n\tRe: 8476,\n\tSc: 10940,\n\tXi: 926,\n\tac: 8766,\n\taf: 8289,\n\tap: 8776,\n\tdd: 8518,\n\tee: 8519,\n\teg: 10906,\n\tel: 10905,\n\tgE: 8807,\n\tge: 8805,\n\tgg: 8811,\n\tgl: 8823,\n\tgt: 62,\n\tic: 8291,\n\tii: 8520,\n\tin: 8712,\n\tit: 8290,\n\tlE: 8806,\n\tle: 8804,\n\tlg: 8822,\n\tll: 8810,\n\tlt: 60,\n\tmp: 8723,\n\tmu: 956,\n\tne: 8800,\n\tni: 8715,\n\tnu: 957,\n\toS: 9416,\n\tor: 8744,\n\tpi: 960,\n\tpm: 177,\n\tpr: 8826,\n\trx: 8478,\n\tsc: 8827,\n\twp: 8472,\n\twr: 8768,\n\txi: 958,\n};\n","import entities from './entities';\n\nconst windows_1252 = [\n\t8364,\n\t129,\n\t8218,\n\t402,\n\t8222,\n\t8230,\n\t8224,\n\t8225,\n\t710,\n\t8240,\n\t352,\n\t8249,\n\t338,\n\t141,\n\t381,\n\t143,\n\t144,\n\t8216,\n\t8217,\n\t8220,\n\t8221,\n\t8226,\n\t8211,\n\t8212,\n\t732,\n\t8482,\n\t353,\n\t8250,\n\t339,\n\t157,\n\t382,\n\t376,\n];\n\nconst entity_pattern = new RegExp(\n\t`&(#?(?:x[\\\\w\\\\d]+|\\\\d+|${Object.keys(entities).join('|')}))(?:;|\\\\b)`,\n\t'g'\n);\n\nexport function decode_character_references(html: string) {\n\treturn html.replace(entity_pattern, (match, entity) => {\n\t\tlet code;\n\n\t\t// Handle named entities\n\t\tif (entity[0] !== '#') {\n\t\t\tcode = entities[entity];\n\t\t} else if (entity[1] === 'x') {\n\t\t\tcode = parseInt(entity.substring(2), 16);\n\t\t} else {\n\t\t\tcode = parseInt(entity.substring(1), 10);\n\t\t}\n\n\t\tif (!code) {\n\t\t\treturn match;\n\t\t}\n\n\t\treturn String.fromCodePoint(validate_code(code));\n\t});\n}\n\nconst NUL = 0;\n\n// some code points are verboten. If we were inserting HTML, the browser would replace the illegal\n// code points with alternatives in some cases - since we're bypassing that mechanism, we need\n// to replace them ourselves\n//\n// Source: http://en.wikipedia.org/wiki/Character_encodings_in_HTML#Illegal_characters\nfunction validate_code(code: number) {\n\t// line feed becomes generic whitespace\n\tif (code === 10) {\n\t\treturn 32;\n\t}\n\n\t// ASCII range. (Why someone would use HTML entities for ASCII characters I don't know, but...)\n\tif (code < 128) {\n\t\treturn code;\n\t}\n\n\t// code points 128-159 are dealt with leniently by browsers, but they're incorrect. We need\n\t// to correct the mistake or we'll end up with missing € signs and so on\n\tif (code <= 159) {\n\t\treturn windows_1252[code - 128];\n\t}\n\n\t// basic multilingual plane\n\tif (code < 55296) {\n\t\treturn code;\n\t}\n\n\t// UTF-16 surrogate halves\n\tif (code <= 57343) {\n\t\treturn NUL;\n\t}\n\n\t// rest of the basic multilingual plane\n\tif (code <= 65535) {\n\t\treturn code;\n\t}\n\n\t// supplementary multilingual plane 0x10000 - 0x1ffff\n\tif (code >= 65536 && code <= 131071) {\n\t\treturn code;\n\t}\n\n\t// supplementary ideographic plane 0x20000 - 0x2ffff\n\tif (code >= 131072 && code <= 196607) {\n\t\treturn code;\n\t}\n\n\treturn NUL;\n}\n\n// based on http://developers.whatwg.org/syntax.html#syntax-tag-omission\nconst disallowed_contents = new Map([\n\t['li', new Set(['li'])],\n\t['dt', new Set(['dt', 'dd'])],\n\t['dd', new Set(['dt', 'dd'])],\n\t[\n\t\t'p',\n\t\tnew Set(\n\t\t\t'address article aside blockquote div dl fieldset footer form h1 h2 h3 h4 h5 h6 header hgroup hr main menu nav ol p pre section table ul'.split(\n\t\t\t\t' '\n\t\t\t)\n\t\t),\n\t],\n\t['rt', new Set(['rt', 'rp'])],\n\t['rp', new Set(['rt', 'rp'])],\n\t['optgroup', new Set(['optgroup'])],\n\t['option', new Set(['option', 'optgroup'])],\n\t['thead', new Set(['tbody', 'tfoot'])],\n\t['tbody', new Set(['tbody', 'tfoot'])],\n\t['tfoot', new Set(['tbody'])],\n\t['tr', new Set(['tr', 'tbody'])],\n\t['td', new Set(['td', 'th', 'tr'])],\n\t['th', new Set(['td', 'th', 'tr'])],\n]);\n\n// can this be a child of the parent element, or does it implicitly\n// close it, like `
  • one
  • two`?\nexport function closing_tag_omitted(current: string, next?: string) {\n\tif (disallowed_contents.has(current)) {\n\t\tif (!next || disallowed_contents.get(current).has(next)) {\n\t\t\treturn true;\n\t\t}\n\t}\n\n\treturn false;\n}\n","// Adapted from https://github.com/acornjs/acorn/blob/6584815dca7440e00de841d1dad152302fdd7ca5/src/tokenize.js\n// Reproduced under MIT License https://github.com/acornjs/acorn/blob/master/LICENSE\n\nexport default function full_char_code_at(str: string, i: number): number {\n\tconst code = str.charCodeAt(i);\n\tif (code <= 0xd7ff || code >= 0xe000) return code;\n\n\tconst next = str.charCodeAt(i + 1);\n\treturn (code << 10) + next - 0x35fdc00;\n}","import { isIdentifierStart, isIdentifierChar } from 'acorn';\nimport full_char_code_at from './full_char_code_at';\n\nexport const globals = new Set([\n\t'alert',\n\t'Array',\n\t'Boolean',\n\t'confirm',\n\t'console',\n\t'Date',\n\t'decodeURI',\n\t'decodeURIComponent',\n\t'document',\n\t'encodeURI',\n\t'encodeURIComponent',\n\t'Error',\n\t'EvalError',\n\t'history',\n\t'Infinity',\n\t'InternalError',\n\t'Intl',\n\t'isFinite',\n\t'isNaN',\n\t'JSON',\n\t'localStorage',\n\t'Map',\n\t'Math',\n\t'NaN',\n\t'navigator',\n\t'Number',\n\t'Object',\n\t'parseFloat',\n\t'parseInt',\n\t'process',\n\t'Promise',\n\t'prompt',\n\t'RangeError',\n\t'ReferenceError',\n\t'RegExp',\n\t'sessionStorage',\n\t'Set',\n\t'String',\n\t'SyntaxError',\n\t'TypeError',\n\t'undefined',\n\t'URIError',\n\t'window'\n]);\n\nexport const reserved = new Set([\n\t'arguments',\n\t'await',\n\t'break',\n\t'case',\n\t'catch',\n\t'class',\n\t'const',\n\t'continue',\n\t'debugger',\n\t'default',\n\t'delete',\n\t'do',\n\t'else',\n\t'enum',\n\t'eval',\n\t'export',\n\t'extends',\n\t'false',\n\t'finally',\n\t'for',\n\t'function',\n\t'if',\n\t'implements',\n\t'import',\n\t'in',\n\t'instanceof',\n\t'interface',\n\t'let',\n\t'new',\n\t'null',\n\t'package',\n\t'private',\n\t'protected',\n\t'public',\n\t'return',\n\t'static',\n\t'super',\n\t'switch',\n\t'this',\n\t'throw',\n\t'true',\n\t'try',\n\t'typeof',\n\t'var',\n\t'void',\n\t'while',\n\t'with',\n\t'yield',\n]);\n\nconst void_element_names = /^(?:area|base|br|col|command|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)$/;\n\nexport function is_void(name: string) {\n\treturn void_element_names.test(name) || name.toLowerCase() === '!doctype';\n}\n\nfunction is_valid(str: string): boolean {\n\tlet i = 0;\n\n\twhile (i < str.length) {\n\t\tconst code = full_char_code_at(str, i);\n\t\tif (!(i === 0 ? isIdentifierStart : isIdentifierChar)(code, true)) return false;\n\n\t\ti += code <= 0xffff ? 1 : 2;\n\t}\n\n\treturn true;\n}\n\nexport function quote_name_if_necessary(name: string) {\n\tif (!is_valid(name)) return `\"${name}\"`;\n\treturn name;\n}\n\nexport function quote_prop_if_necessary(name: string) {\n\tif (!is_valid(name)) return `[\"${name}\"]`;\n\treturn `.${name}`;\n}\n\nexport function sanitize(name: string) {\n\treturn name\n\t\t.replace(/[^a-zA-Z0-9_]+/g, '_')\n\t\t.replace(/^_/, '')\n\t\t.replace(/_$/, '')\n\t\t.replace(/^[0-9]/, '_$&');\n}\n","export default function fuzzymatch(name: string, names: string[]) {\n\tconst set = new FuzzySet(names);\n\tconst matches = set.get(name);\n\n\treturn matches && matches[0] && matches[0][0] > 0.7 ? matches[0][1] : null;\n}\n\n// adapted from https://github.com/Glench/fuzzyset.js/blob/master/lib/fuzzyset.js\n// BSD Licensed\n\nconst GRAM_SIZE_LOWER = 2;\nconst GRAM_SIZE_UPPER = 3;\n\n// return an edit distance from 0 to 1\nfunction _distance(str1: string, str2: string) {\n\tif (str1 === null && str2 === null)\n\t\tthrow 'Trying to compare two null values';\n\tif (str1 === null || str2 === null) return 0;\n\tstr1 = String(str1);\n\tstr2 = String(str2);\n\n\tconst distance = levenshtein(str1, str2);\n\tif (str1.length > str2.length) {\n\t\treturn 1 - distance / str1.length;\n\t} else {\n\t\treturn 1 - distance / str2.length;\n\t}\n}\n\n// helper functions\nfunction levenshtein(str1: string, str2: string) {\n\tconst current: number[] = [];\n\tlet prev;\n\tlet value;\n\n\tfor (let i = 0; i <= str2.length; i++) {\n\t\tfor (let j = 0; j <= str1.length; j++) {\n\t\t\tif (i && j) {\n\t\t\t\tif (str1.charAt(j - 1) === str2.charAt(i - 1)) {\n\t\t\t\t\tvalue = prev;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = Math.min(current[j], current[j - 1], prev) + 1;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tvalue = i + j;\n\t\t\t}\n\n\t\t\tprev = current[j];\n\t\t\tcurrent[j] = value;\n\t\t}\n\t}\n\n\treturn current.pop();\n}\n\nconst non_word_regex = /[^\\w, ]+/;\n\nfunction iterate_grams(value: string, gram_size = 2) {\n\tconst simplified = '-' + value.toLowerCase().replace(non_word_regex, '') + '-';\n\tconst len_diff = gram_size - simplified.length;\n\tconst results = [];\n\n\tif (len_diff > 0) {\n\t\tfor (let i = 0; i < len_diff; ++i) {\n\t\t\tvalue += '-';\n\t\t}\n\t}\n\tfor (let i = 0; i < simplified.length - gram_size + 1; ++i) {\n\t\tresults.push(simplified.slice(i, i + gram_size));\n\t}\n\treturn results;\n}\n\nfunction gram_counter(value: string, gram_size = 2) {\n\t// return an object where key=gram, value=number of occurrences\n\tconst result = {};\n\tconst grams = iterate_grams(value, gram_size);\n\tlet i = 0;\n\n\tfor (i; i < grams.length; ++i) {\n\t\tif (grams[i] in result) {\n\t\t\tresult[grams[i]] += 1;\n\t\t} else {\n\t\t\tresult[grams[i]] = 1;\n\t\t}\n\t}\n\treturn result;\n}\n\nfunction sort_descending(a, b) {\n\treturn b[0] - a[0];\n}\n\nclass FuzzySet {\n\texact_set = {};\n\tmatch_dict = {};\n\titems = {};\n\n\tconstructor(arr: string[]) {\n\t\t// initialization\n\t\tfor (let i = GRAM_SIZE_LOWER; i < GRAM_SIZE_UPPER + 1; ++i) {\n\t\t\tthis.items[i] = [];\n\t\t}\n\n\t\t// add all the items to the set\n\t\tfor (let i = 0; i < arr.length; ++i) {\n\t\t\tthis.add(arr[i]);\n\t\t}\n\t}\n\n\tadd(value: string) {\n\t\tconst normalized_value = value.toLowerCase();\n\t\tif (normalized_value in this.exact_set) {\n\t\t\treturn false;\n\t\t}\n\n\t\tlet i = GRAM_SIZE_LOWER;\n\t\tfor (i; i < GRAM_SIZE_UPPER + 1; ++i) {\n\t\t\tthis._add(value, i);\n\t\t}\n\t}\n\n\t_add(value: string, gram_size: number) {\n\t\tconst normalized_value = value.toLowerCase();\n\t\tconst items = this.items[gram_size] || [];\n\t\tconst index = items.length;\n\n\t\titems.push(0);\n\t\tconst gram_counts = gram_counter(normalized_value, gram_size);\n\t\tlet sum_of_square_gram_counts = 0;\n\t\tlet gram;\n\t\tlet gram_count;\n\n\t\tfor (gram in gram_counts) {\n\t\t\tgram_count = gram_counts[gram];\n\t\t\tsum_of_square_gram_counts += Math.pow(gram_count, 2);\n\t\t\tif (gram in this.match_dict) {\n\t\t\t\tthis.match_dict[gram].push([index, gram_count]);\n\t\t\t} else {\n\t\t\t\tthis.match_dict[gram] = [[index, gram_count]];\n\t\t\t}\n\t\t}\n\t\tconst vector_normal = Math.sqrt(sum_of_square_gram_counts);\n\t\titems[index] = [vector_normal, normalized_value];\n\t\tthis.items[gram_size] = items;\n\t\tthis.exact_set[normalized_value] = value;\n\t}\n\n\tget(value: string) {\n\t\tconst normalized_value = value.toLowerCase();\n\t\tconst result = this.exact_set[normalized_value];\n\n\t\tif (result) {\n\t\t\treturn [[1, result]];\n\t\t}\n\n\t\tlet results = [];\n\t\t// start with high gram size and if there are no results, go to lower gram sizes\n\t\tfor (\n\t\t\tlet gram_size = GRAM_SIZE_UPPER;\n\t\t\tgram_size >= GRAM_SIZE_LOWER;\n\t\t\t--gram_size\n\t\t) {\n\t\t\tresults = this.__get(value, gram_size);\n\t\t\tif (results) {\n\t\t\t\treturn results;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\n\t__get(value: string, gram_size: number) {\n\t\tconst normalized_value = value.toLowerCase();\n\t\tconst matches = {};\n\t\tconst gram_counts = gram_counter(normalized_value, gram_size);\n\t\tconst items = this.items[gram_size];\n\t\tlet sum_of_square_gram_counts = 0;\n\t\tlet gram;\n\t\tlet gram_count;\n\t\tlet i;\n\t\tlet index;\n\t\tlet other_gram_count;\n\n\t\tfor (gram in gram_counts) {\n\t\t\tgram_count = gram_counts[gram];\n\t\t\tsum_of_square_gram_counts += Math.pow(gram_count, 2);\n\t\t\tif (gram in this.match_dict) {\n\t\t\t\tfor (i = 0; i < this.match_dict[gram].length; ++i) {\n\t\t\t\t\tindex = this.match_dict[gram][i][0];\n\t\t\t\t\tother_gram_count = this.match_dict[gram][i][1];\n\t\t\t\t\tif (index in matches) {\n\t\t\t\t\t\tmatches[index] += gram_count * other_gram_count;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmatches[index] = gram_count * other_gram_count;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst vector_normal = Math.sqrt(sum_of_square_gram_counts);\n\t\tlet results = [];\n\t\tlet match_score;\n\n\t\t// build a results list of [score, str]\n\t\tfor (const match_index in matches) {\n\t\t\tmatch_score = matches[match_index];\n\t\t\tresults.push([\n\t\t\t\tmatch_score / (vector_normal * items[match_index][0]),\n\t\t\t\titems[match_index][1],\n\t\t\t]);\n\t\t}\n\n\t\tresults.sort(sort_descending);\n\n\t\tlet new_results = [];\n\t\tconst end_index = Math.min(50, results.length);\n\t\t// truncate somewhat arbitrarily to 50\n\t\tfor (let i = 0; i < end_index; ++i) {\n\t\t\tnew_results.push([\n\t\t\t\t_distance(results[i][1], normalized_value),\n\t\t\t\tresults[i][1],\n\t\t\t]);\n\t\t}\n\t\tresults = new_results;\n\t\tresults.sort(sort_descending);\n\n\t\tnew_results = [];\n\t\tfor (let i = 0; i < results.length; ++i) {\n\t\t\tif (results[i][0] == results[0][0]) {\n\t\t\t\tnew_results.push([results[i][0], this.exact_set[results[i][1]]]);\n\t\t\t}\n\t\t}\n\n\t\treturn new_results;\n\t}\n}\n","export default function list(items: string[], conjunction = 'or') {\n\tif (items.length === 1) return items[0];\n\treturn `${items.slice(0, -1).join(', ')} ${conjunction} ${items[\n\t\titems.length - 1\n\t]}`;\n}\n","import read_expression from '../read/expression';\nimport read_script from '../read/script';\nimport read_style from '../read/style';\nimport { decode_character_references, closing_tag_omitted } from '../utils/html';\nimport { is_void } from '../../utils/names';\nimport { Parser } from '../index';\nimport { Directive, DirectiveType, Node, Text } from '../../interfaces';\nimport fuzzymatch from '../../utils/fuzzymatch';\nimport list from '../../utils/list';\n\n// eslint-disable-next-line no-useless-escape\nconst valid_tag_name = /^\\!?[a-zA-Z]{1,}:?[a-zA-Z0-9\\-]*/;\n\nconst meta_tags = new Map([\n\t['svelte:head', 'Head'],\n\t['svelte:options', 'Options'],\n\t['svelte:window', 'Window'],\n\t['svelte:body', 'Body']\n]);\n\nconst valid_meta_tags = Array.from(meta_tags.keys()).concat('svelte:self', 'svelte:component');\n\nconst specials = new Map([\n\t[\n\t\t'script',\n\t\t{\n\t\t\tread: read_script,\n\t\t\tproperty: 'js',\n\t\t},\n\t],\n\t[\n\t\t'style',\n\t\t{\n\t\t\tread: read_style,\n\t\t\tproperty: 'css',\n\t\t},\n\t],\n]);\n\n// eslint-disable-next-line no-useless-escape\nconst SELF = /^svelte:self(?=[\\s\\/>])/;\n// eslint-disable-next-line no-useless-escape\nconst COMPONENT = /^svelte:component(?=[\\s\\/>])/;\n\nfunction parent_is_head(stack) {\n\tlet i = stack.length;\n\twhile (i--) {\n\t\tconst { type } = stack[i];\n\t\tif (type === 'Head') return true;\n\t\tif (type === 'Element' || type === 'InlineComponent') return false;\n\t}\n\treturn false;\n}\n\nexport default function tag(parser: Parser) {\n\tconst start = parser.index++;\n\n\tlet parent = parser.current();\n\n\tif (parser.eat('!--')) {\n\t\tconst data = parser.read_until(/-->/);\n\t\tparser.eat('-->', true, 'comment was left open, expected -->');\n\n\t\tparser.current().children.push({\n\t\t\tstart,\n\t\t\tend: parser.index,\n\t\t\ttype: 'Comment',\n\t\t\tdata,\n\t\t});\n\n\t\treturn;\n\t}\n\n\tconst is_closing_tag = parser.eat('/');\n\n\tconst name = read_tag_name(parser);\n\n\tif (meta_tags.has(name)) {\n\t\tconst slug = meta_tags.get(name).toLowerCase();\n\t\tif (is_closing_tag) {\n\t\t\tif (\n\t\t\t\t(name === 'svelte:window' || name === 'svelte:body') &&\n\t\t\t\tparser.current().children.length\n\t\t\t) {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-${name.slice(7)}-content`,\n\t\t\t\t\tmessage: `<${name}> cannot have children`\n\t\t\t\t}, parser.current().children[0].start);\n\t\t\t}\n\t\t} else {\n\t\t\tif (name in parser.meta_tags) {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `duplicate-${slug}`,\n\t\t\t\t\tmessage: `A component can only have one <${name}> tag`\n\t\t\t\t}, start);\n\t\t\t}\n\n\t\t\tif (parser.stack.length > 1) {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-${slug}-placement`,\n\t\t\t\t\tmessage: `<${name}> tags cannot be inside elements or blocks`\n\t\t\t\t}, start);\n\t\t\t}\n\n\t\t\tparser.meta_tags[name] = true;\n\t\t}\n\t}\n\n\tconst type = meta_tags.has(name)\n\t\t? meta_tags.get(name)\n\t\t: (/[A-Z]/.test(name[0]) || name === 'svelte:self' || name === 'svelte:component') ? 'InlineComponent'\n\t\t\t: name === 'title' && parent_is_head(parser.stack) ? 'Title'\n\t\t\t\t: name === 'slot' && !parser.customElement ? 'Slot' : 'Element';\n\n\tconst element: Node = {\n\t\tstart,\n\t\tend: null, // filled in later\n\t\ttype,\n\t\tname,\n\t\tattributes: [],\n\t\tchildren: [],\n\t};\n\n\tparser.allow_whitespace();\n\n\tif (is_closing_tag) {\n\t\tif (is_void(name)) {\n\t\t\tparser.error({\n\t\t\t\tcode: `invalid-void-content`,\n\t\t\t\tmessage: `<${name}> is a void element and cannot have children, or a closing tag`\n\t\t\t}, start);\n\t\t}\n\n\t\tparser.eat('>', true);\n\n\t\t// close any elements that don't have their own closing tags, e.g.

    \n\t\twhile (parent.name !== name) {\n\t\t\tif (parent.type !== 'Element')\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-closing-tag`,\n\t\t\t\t\tmessage: ` attempted to close an element that was not open`\n\t\t\t\t}, start);\n\n\t\t\tparent.end = start;\n\t\t\tparser.stack.pop();\n\n\t\t\tparent = parser.current();\n\t\t}\n\n\t\tparent.end = parser.index;\n\t\tparser.stack.pop();\n\n\t\treturn;\n\t} else if (closing_tag_omitted(parent.name, name)) {\n\t\tparent.end = start;\n\t\tparser.stack.pop();\n\t}\n\n\tconst unique_names: Set = new Set();\n\n\tlet attribute;\n\twhile ((attribute = read_attribute(parser, unique_names))) {\n\t\telement.attributes.push(attribute);\n\t\tparser.allow_whitespace();\n\t}\n\n\tif (name === 'svelte:component') {\n\t\tconst index = element.attributes.findIndex(attr => attr.type === 'Attribute' && attr.name === 'this');\n\t\tif (!~index) {\n\t\t\tparser.error({\n\t\t\t\tcode: `missing-component-definition`,\n\t\t\t\tmessage: ` must have a 'this' attribute`\n\t\t\t}, start);\n\t\t}\n\n\t\tconst definition = element.attributes.splice(index, 1)[0];\n\t\tif (definition.value === true || definition.value.length !== 1 || definition.value[0].type === 'Text') {\n\t\t\tparser.error({\n\t\t\t\tcode: `invalid-component-definition`,\n\t\t\t\tmessage: `invalid component definition`\n\t\t\t}, definition.start);\n\t\t}\n\n\t\telement.expression = definition.value[0].expression;\n\t}\n\n\t// special cases – top-level ', true);\n\t\telement.end = parser.index;\n\t} else if (name === 'style') {\n\t\t// special case\n\t\tconst start = parser.index;\n\t\tconst data = parser.read_until(/<\\/style>/);\n\t\tconst end = parser.index;\n\t\telement.children.push({ start, end, type: 'Text', data });\n\t\tparser.eat('', true);\n\t} else {\n\t\tparser.stack.push(element);\n\t}\n}\n\nfunction read_tag_name(parser: Parser) {\n\tconst start = parser.index;\n\n\tif (parser.read(SELF)) {\n\t\t// check we're inside a block, otherwise this\n\t\t// will cause infinite recursion\n\t\tlet i = parser.stack.length;\n\t\tlet legal = false;\n\n\t\twhile (i--) {\n\t\t\tconst fragment = parser.stack[i];\n\t\t\tif (fragment.type === 'IfBlock' || fragment.type === 'EachBlock') {\n\t\t\t\tlegal = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif (!legal) {\n\t\t\tparser.error({\n\t\t\t\tcode: `invalid-self-placement`,\n\t\t\t\tmessage: ` components can only exist inside if-blocks or each-blocks`\n\t\t\t}, start);\n\t\t}\n\n\t\treturn 'svelte:self';\n\t}\n\n\tif (parser.read(COMPONENT)) return 'svelte:component';\n\n\tconst name = parser.read_until(/(\\s|\\/|>)/);\n\n\tif (meta_tags.has(name)) return name;\n\n\tif (name.startsWith('svelte:')) {\n\t\tconst match = fuzzymatch(name.slice(7), valid_meta_tags);\n\n\t\tlet message = `Valid tag names are ${list(valid_meta_tags)}`;\n\t\tif (match) message += ` (did you mean '${match}'?)`;\n\n\t\tparser.error({\n\t\t\tcode: 'invalid-tag-name',\n\t\t\tmessage\n\t\t}, start);\n\t}\n\n\tif (!valid_tag_name.test(name)) {\n\t\tparser.error({\n\t\t\tcode: `invalid-tag-name`,\n\t\t\tmessage: `Expected valid tag name`\n\t\t}, start);\n\t}\n\n\treturn name;\n}\n\nfunction read_attribute(parser: Parser, unique_names: Set) {\n\tconst start = parser.index;\n\n\tif (parser.eat('{')) {\n\t\tparser.allow_whitespace();\n\n\t\tif (parser.eat('...')) {\n\t\t\tconst expression = read_expression(parser);\n\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\treturn {\n\t\t\t\tstart,\n\t\t\t\tend: parser.index,\n\t\t\t\ttype: 'Spread',\n\t\t\t\texpression\n\t\t\t};\n\t\t} else {\n\t\t\tconst value_start = parser.index;\n\n\t\t\tconst name = parser.read_identifier();\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\treturn {\n\t\t\t\tstart,\n\t\t\t\tend: parser.index,\n\t\t\t\ttype: 'Attribute',\n\t\t\t\tname,\n\t\t\t\tvalue: [{\n\t\t\t\t\tstart: value_start,\n\t\t\t\t\tend: value_start + name.length,\n\t\t\t\t\ttype: 'AttributeShorthand',\n\t\t\t\t\texpression: {\n\t\t\t\t\t\tstart: value_start,\n\t\t\t\t\t\tend: value_start + name.length,\n\t\t\t\t\t\ttype: 'Identifier',\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n\t\t\t\t}]\n\t\t\t};\n\t\t}\n\t}\n\n\t// eslint-disable-next-line no-useless-escape\n\tconst name = parser.read_until(/[\\s=\\/>\"']/);\n\tif (!name) return null;\n\n\tlet end = parser.index;\n\n\tparser.allow_whitespace();\n\n\tconst colon_index = name.indexOf(':');\n\tconst type = colon_index !== -1 && get_directive_type(name.slice(0, colon_index));\n\n\tif (unique_names.has(name)) {\n\t\tparser.error({\n\t\t\tcode: `duplicate-attribute`,\n\t\t\tmessage: 'Attributes need to be unique'\n\t\t}, start);\n\t}\n\n\tif (type !== \"EventHandler\") {\n\t\tunique_names.add(name);\n\t}\n\n\tlet value: any[] | true = true;\n\tif (parser.eat('=')) {\n\t\tparser.allow_whitespace();\n\t\tvalue = read_attribute_value(parser);\n\t\tend = parser.index;\n\t} else if (parser.match_regex(/[\"']/)) {\n\t\tparser.error({\n\t\t\tcode: `unexpected-token`,\n\t\t\tmessage: `Expected =`\n\t\t}, parser.index);\n\t}\n\n\tif (type) {\n\t\tconst [directive_name, ...modifiers] = name.slice(colon_index + 1).split('|');\n\n\t\tif (type === 'Ref') {\n\t\t\tparser.error({\n\t\t\t\tcode: `invalid-ref-directive`,\n\t\t\t\tmessage: `The ref directive is no longer supported — use \\`bind:this={${directive_name}}\\` instead`\n\t\t\t}, start);\n\t\t}\n\n\t\tif (value[0]) {\n\t\t\tif ((value as any[]).length > 1 || value[0].type === 'Text') {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-directive-value`,\n\t\t\t\t\tmessage: `Directive value must be a JavaScript expression enclosed in curly braces`\n\t\t\t\t}, value[0].start);\n\t\t\t}\n\t\t}\n\n\t\tconst directive: Directive = {\n\t\t\tstart,\n\t\t\tend,\n\t\t\ttype,\n\t\t\tname: directive_name,\n\t\t\tmodifiers,\n\t\t\texpression: (value[0] && value[0].expression) || null\n\t\t};\n\n\t\tif (type === 'Transition') {\n\t\t\tconst direction = name.slice(0, colon_index);\n\t\t\tdirective.intro = direction === 'in' || direction === 'transition';\n\t\t\tdirective.outro = direction === 'out' || direction === 'transition';\n\t\t}\n\n\t\tif (!directive.expression && (type === 'Binding' || type === 'Class')) {\n\t\t\tdirective.expression = {\n\t\t\t\tstart: directive.start + colon_index + 1,\n\t\t\t\tend: directive.end,\n\t\t\t\ttype: 'Identifier',\n\t\t\t\tname: directive.name\n\t\t\t};\n\t\t}\n\n\t\treturn directive;\n\t}\n\n\treturn {\n\t\tstart,\n\t\tend,\n\t\ttype: 'Attribute',\n\t\tname,\n\t\tvalue,\n\t};\n}\n\nfunction get_directive_type(name: string): DirectiveType {\n\tif (name === 'use') return 'Action';\n\tif (name === 'animate') return 'Animation';\n\tif (name === 'bind') return 'Binding';\n\tif (name === 'class') return 'Class';\n\tif (name === 'on') return 'EventHandler';\n\tif (name === 'let') return 'Let';\n\tif (name === 'ref') return 'Ref';\n\tif (name === 'in' || name === 'out' || name === 'transition') return 'Transition';\n}\n\nfunction read_attribute_value(parser: Parser) {\n\tconst quote_mark = parser.eat(`'`) ? `'` : parser.eat(`\"`) ? `\"` : null;\n\n\tconst regex = (\n\t\tquote_mark === `'` ? /'/ :\n\t\t\tquote_mark === `\"` ? /\"/ :\n\t\t\t\t/(\\/>|[\\s\"'=<>`])/\n\t);\n\n\tconst value = read_sequence(parser, () => !!parser.match_regex(regex));\n\n\tif (quote_mark) parser.index += 1;\n\treturn value;\n}\n\nfunction read_sequence(parser: Parser, done: () => boolean): Node[] {\n\tlet current_chunk: Text = {\n\t\tstart: parser.index,\n\t\tend: null,\n\t\ttype: 'Text',\n\t\traw: '',\n\t\tdata: null\n\t};\n\n\tfunction flush() {\n\t\tif (current_chunk.raw) {\n\t\t\tcurrent_chunk.data = decode_character_references(current_chunk.raw);\n\t\t\tcurrent_chunk.end = parser.index;\n\t\t\tchunks.push(current_chunk);\n\t\t}\n\t}\n\n\tconst chunks: Node[] = [];\n\n\twhile (parser.index < parser.template.length) {\n\t\tconst index = parser.index;\n\n\t\tif (done()) {\n\t\t\tflush();\n\t\t\treturn chunks;\n\t\t} else if (parser.eat('{')) {\n\t\t\tflush();\n\n\t\t\tparser.allow_whitespace();\n\t\t\tconst expression = read_expression(parser);\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\tchunks.push({\n\t\t\t\tstart: index,\n\t\t\t\tend: parser.index,\n\t\t\t\ttype: 'MustacheTag',\n\t\t\t\texpression,\n\t\t\t});\n\n\t\t\tcurrent_chunk = {\n\t\t\t\tstart: parser.index,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'Text',\n\t\t\t\traw: '',\n\t\t\t\tdata: null\n\t\t\t};\n\t\t} else {\n\t\t\tcurrent_chunk.raw += parser.template[parser.index++];\n\t\t}\n\t}\n\n\tparser.error({\n\t\tcode: `unexpected-eof`,\n\t\tmessage: `Unexpected end of input`\n\t});\n}\n","import { Parser } from '../index';\n\ninterface Identifier {\n\tstart: number;\n\tend: number;\n\ttype: 'Identifier';\n\tname: string;\n}\n\ninterface Property {\n\tstart: number;\n\tend: number;\n\ttype: 'Property';\n\tkind: 'init' | 'rest';\n\tshorthand: boolean;\n\tkey: Identifier;\n\tvalue: Context;\n}\n\ninterface Context {\n\tstart: number;\n\tend: number;\n\ttype: 'Identifier' | 'ArrayPattern' | 'ObjectPattern' | 'RestIdentifier';\n\tname?: string;\n\telements?: Context[];\n\tproperties?: Property[];\n}\n\nfunction error_on_assignment_pattern(parser: Parser) {\n\tif (parser.eat('=')) {\n\t\tparser.error({\n\t\t\tcode: 'invalid-assignment-pattern',\n\t\t\tmessage: 'Assignment patterns are not supported'\n\t\t}, parser.index - 1);\n\t}\n}\n\nfunction error_on_rest_pattern_not_last(parser: Parser) {\n\tparser.error({\n\t\tcode: 'rest-pattern-not-last',\n\t\tmessage: 'Rest destructuring expected to be last'\n\t}, parser.index);\n}\n\nexport default function read_context(parser: Parser) {\n\tconst context: Context = {\n\t\tstart: parser.index,\n\t\tend: null,\n\t\ttype: null\n\t};\n\n\tif (parser.eat('[')) {\n\t\tcontext.type = 'ArrayPattern';\n\t\tcontext.elements = [];\n\n\t\tdo {\n\t\t\tparser.allow_whitespace();\n\n\t\t\tconst lastContext = context.elements[context.elements.length - 1];\n\t\t\tif (lastContext && lastContext.type === 'RestIdentifier') {\n\t\t\t\terror_on_rest_pattern_not_last(parser);\n\t\t\t}\n\n\t\t\tif (parser.template[parser.index] === ',') {\n\t\t\t\tcontext.elements.push(null);\n\t\t\t} else {\n\t\t\t\tcontext.elements.push(read_context(parser));\n\t\t\t\tparser.allow_whitespace();\n\t\t\t}\n\t\t} while (parser.eat(','));\n\n\t\terror_on_assignment_pattern(parser);\n\t\tparser.eat(']', true);\n\t\tcontext.end = parser.index;\n\t}\n\n\telse if (parser.eat('{')) {\n\t\tcontext.type = 'ObjectPattern';\n\t\tcontext.properties = [];\n\n\t\tdo {\n\t\t\tparser.allow_whitespace();\n\n\t\t\tif (parser.eat('...')) {\n\t\t\t\tparser.allow_whitespace();\n\n\t\t\t\tconst start = parser.index;\n\t\t\t\tconst name = parser.read_identifier();\n\t\t\t\tconst key: Identifier = {\n\t\t\t\t\tstart,\n\t\t\t\t\tend: parser.index,\n\t\t\t\t\ttype: 'Identifier',\n\t\t\t\t\tname\n\t\t\t\t};\n\t\t\t\tconst property: Property = {\n\t\t\t\t\tstart,\n\t\t\t\t\tend: parser.index,\n\t\t\t\t\ttype: 'Property',\n\t\t\t\t\tkind: 'rest',\n\t\t\t\t\tshorthand: true,\n\t\t\t\t\tkey,\n\t\t\t\t\tvalue: key\n\t\t\t\t};\n\n\t\t\t\tcontext.properties.push(property);\n\n\t\t\t\tparser.allow_whitespace();\n\n\t\t\t\tif (parser.eat(',')) {\n\t\t\t\t\tparser.error({\n\t\t\t\t\t\tcode: `comma-after-rest`,\n\t\t\t\t\t\tmessage: `Comma is not permitted after the rest element`\n\t\t\t\t\t}, parser.index - 1);\n\t\t\t\t}\n\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tconst start = parser.index;\n\t\t\tconst name = parser.read_identifier();\n\t\t\tconst key: Identifier = {\n\t\t\t\tstart,\n\t\t\t\tend: parser.index,\n\t\t\t\ttype: 'Identifier',\n\t\t\t\tname\n\t\t\t};\n\t\t\tparser.allow_whitespace();\n\n\t\t\tconst value = parser.eat(':')\n\t\t\t\t? (parser.allow_whitespace(), read_context(parser))\n\t\t\t\t: key;\n\n\t\t\tconst property: Property = {\n\t\t\t\tstart,\n\t\t\t\tend: value.end,\n\t\t\t\ttype: 'Property',\n\t\t\t\tkind: 'init',\n\t\t\t\tshorthand: value.type === 'Identifier' && value.name === name,\n\t\t\t\tkey,\n\t\t\t\tvalue\n\t\t\t};\n\n\t\t\tcontext.properties.push(property);\n\n\t\t\tparser.allow_whitespace();\n\t\t} while (parser.eat(','));\n\n\t\terror_on_assignment_pattern(parser);\n\t\tparser.eat('}', true);\n\t\tcontext.end = parser.index;\n\t}\n\n\telse if (parser.eat('...')) {\n\t\tconst name = parser.read_identifier();\n\t\tif (name) {\n\t\t\tcontext.type = 'RestIdentifier';\n\t\t\tcontext.end = parser.index;\n\t\t\tcontext.name = name;\n\t\t}\n\n\t\telse {\n\t\t\tparser.error({\n\t\t\t\tcode: 'invalid-context',\n\t\t\t\tmessage: 'Expected a rest pattern'\n\t\t\t});\n\t\t}\n\t}\n\n\telse {\n\t\tconst name = parser.read_identifier();\n\t\tif (name) {\n\t\t\tcontext.type = 'Identifier';\n\t\t\tcontext.end = parser.index;\n\t\t\tcontext.name = name;\n\t\t}\n\n\t\telse {\n\t\t\tparser.error({\n\t\t\t\tcode: 'invalid-context',\n\t\t\t\tmessage: 'Expected a name, array pattern or object pattern'\n\t\t\t});\n\t\t}\n\n\t\terror_on_assignment_pattern(parser);\n\t}\n\n\treturn context;\n}\n","export const whitespace = /[ \\t\\r\\n]/;\n\nexport const dimensions = /^(?:offset|client)(?:Width|Height)$/;\n","import { whitespace } from './patterns';\n\nexport function trim_start(str: string) {\n\tlet i = 0;\n\twhile (whitespace.test(str[i])) i += 1;\n\n\treturn str.slice(i);\n}\n\nexport function trim_end(str: string) {\n\tlet i = str.length;\n\twhile (whitespace.test(str[i - 1])) i -= 1;\n\n\treturn str.slice(0, i);\n}\n","import read_context from '../read/context';\nimport read_expression from '../read/expression';\nimport { closing_tag_omitted } from '../utils/html';\nimport { whitespace } from '../../utils/patterns';\nimport { trim_start, trim_end } from '../../utils/trim';\nimport { Parser } from '../index';\nimport { Node } from '../../interfaces';\n\nfunction trim_whitespace(block: Node, trim_before: boolean, trim_after: boolean) {\n\tif (!block.children || block.children.length === 0) return; // AwaitBlock\n\n\tconst first_child = block.children[0];\n\tconst last_child = block.children[block.children.length - 1];\n\n\tif (first_child.type === 'Text' && trim_before) {\n\t\tfirst_child.data = trim_start(first_child.data);\n\t\tif (!first_child.data) block.children.shift();\n\t}\n\n\tif (last_child.type === 'Text' && trim_after) {\n\t\tlast_child.data = trim_end(last_child.data);\n\t\tif (!last_child.data) block.children.pop();\n\t}\n\n\tif (block.else) {\n\t\ttrim_whitespace(block.else, trim_before, trim_after);\n\t}\n\n\tif (first_child.elseif) {\n\t\ttrim_whitespace(first_child, trim_before, trim_after);\n\t}\n}\n\nexport default function mustache(parser: Parser) {\n\tconst start = parser.index;\n\tparser.index += 1;\n\n\tparser.allow_whitespace();\n\n\t// {/if}, {/each} or {/await}\n\tif (parser.eat('/')) {\n\t\tlet block = parser.current();\n\t\tlet expected;\n\n\t\tif (closing_tag_omitted(block.name)) {\n\t\t\tblock.end = start;\n\t\t\tparser.stack.pop();\n\t\t\tblock = parser.current();\n\t\t}\n\n\t\tif (block.type === 'ElseBlock' || block.type === 'PendingBlock' || block.type === 'ThenBlock' || block.type === 'CatchBlock') {\n\t\t\tblock.end = start;\n\t\t\tparser.stack.pop();\n\t\t\tblock = parser.current();\n\n\t\t\texpected = 'await';\n\t\t}\n\n\t\tif (block.type === 'IfBlock') {\n\t\t\texpected = 'if';\n\t\t} else if (block.type === 'EachBlock') {\n\t\t\texpected = 'each';\n\t\t} else if (block.type === 'AwaitBlock') {\n\t\t\texpected = 'await';\n\t\t} else {\n\t\t\tparser.error({\n\t\t\t\tcode: `unexpected-block-close`,\n\t\t\t\tmessage: `Unexpected block closing tag`\n\t\t\t});\n\t\t}\n\n\t\tparser.eat(expected, true);\n\t\tparser.allow_whitespace();\n\t\tparser.eat('}', true);\n\n\t\twhile (block.elseif) {\n\t\t\tblock.end = parser.index;\n\t\t\tparser.stack.pop();\n\t\t\tblock = parser.current();\n\n\t\t\tif (block.else) {\n\t\t\t\tblock.else.end = start;\n\t\t\t}\n\t\t}\n\n\t\t// strip leading/trailing whitespace as necessary\n\t\tconst char_before = parser.template[block.start - 1];\n\t\tconst char_after = parser.template[parser.index];\n\t\tconst trim_before = !char_before || whitespace.test(char_before);\n\t\tconst trim_after = !char_after || whitespace.test(char_after);\n\n\t\ttrim_whitespace(block, trim_before, trim_after);\n\n\t\tblock.end = parser.index;\n\t\tparser.stack.pop();\n\t} else if (parser.eat(':else')) {\n\t\tif (parser.eat('if')) {\n\t\t\tparser.error({\n\t\t\t\tcode: 'invalid-elseif',\n\t\t\t\tmessage: `'elseif' should be 'else if'`\n\t\t\t});\n\t\t}\n\n\t\tparser.allow_whitespace();\n\n\t\t// :else if\n\t\tif (parser.eat('if')) {\n\t\t\tconst block = parser.current();\n\t\t\tif (block.type !== 'IfBlock')\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-elseif-placement`,\n\t\t\t\t\tmessage: 'Cannot have an {:else if ...} block outside an {#if ...} block'\n\t\t\t\t});\n\n\t\t\tparser.require_whitespace();\n\n\t\t\tconst expression = read_expression(parser);\n\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\tblock.else = {\n\t\t\t\tstart: parser.index,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'ElseBlock',\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\tstart: parser.index,\n\t\t\t\t\t\tend: null,\n\t\t\t\t\t\ttype: 'IfBlock',\n\t\t\t\t\t\telseif: true,\n\t\t\t\t\t\texpression,\n\t\t\t\t\t\tchildren: [],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t};\n\n\t\t\tparser.stack.push(block.else.children[0]);\n\t\t}\n\n\t\t// :else\n\t\telse {\n\t\t\tconst block = parser.current();\n\t\t\tif (block.type !== 'IfBlock' && block.type !== 'EachBlock') {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-else-placement`,\n\t\t\t\t\tmessage: 'Cannot have an {:else} block outside an {#if ...} or {#each ...} block'\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\tblock.else = {\n\t\t\t\tstart: parser.index,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'ElseBlock',\n\t\t\t\tchildren: [],\n\t\t\t};\n\n\t\t\tparser.stack.push(block.else);\n\t\t}\n\t} else if (parser.eat(':then')) {\n\t\t// TODO DRY out this and the next section\n\t\tconst pending_block = parser.current();\n\t\tif (pending_block.type === 'PendingBlock') {\n\t\t\tpending_block.end = start;\n\t\t\tparser.stack.pop();\n\t\t\tconst await_block = parser.current();\n\n\t\t\tif (!parser.eat('}')) {\n\t\t\t\tparser.require_whitespace();\n\t\t\t\tawait_block.value = parser.read_identifier();\n\t\t\t\tparser.allow_whitespace();\n\t\t\t\tparser.eat('}', true);\n\t\t\t}\n\n\t\t\tconst then_block: Node = {\n\t\t\t\tstart,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'ThenBlock',\n\t\t\t\tchildren: [],\n\t\t\t\tskip: false\n\t\t\t};\n\n\t\t\tawait_block.then = then_block;\n\t\t\tparser.stack.push(then_block);\n\t\t}\n\t} else if (parser.eat(':catch')) {\n\t\tconst then_block = parser.current();\n\t\tif (then_block.type === 'ThenBlock') {\n\t\t\tthen_block.end = start;\n\t\t\tparser.stack.pop();\n\t\t\tconst await_block = parser.current();\n\n\t\t\tif (!parser.eat('}')) {\n\t\t\t\tparser.require_whitespace();\n\t\t\t\tawait_block.error = parser.read_identifier();\n\t\t\t\tparser.allow_whitespace();\n\t\t\t\tparser.eat('}', true);\n\t\t\t}\n\n\t\t\tconst catch_block: Node = {\n\t\t\t\tstart,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'CatchBlock',\n\t\t\t\tchildren: [],\n\t\t\t\tskip: false\n\t\t\t};\n\n\t\t\tawait_block.catch = catch_block;\n\t\t\tparser.stack.push(catch_block);\n\t\t}\n\t} else if (parser.eat('#')) {\n\t\t// {#if foo}, {#each foo} or {#await foo}\n\t\tlet type;\n\n\t\tif (parser.eat('if')) {\n\t\t\ttype = 'IfBlock';\n\t\t} else if (parser.eat('each')) {\n\t\t\ttype = 'EachBlock';\n\t\t} else if (parser.eat('await')) {\n\t\t\ttype = 'AwaitBlock';\n\t\t} else {\n\t\t\tparser.error({\n\t\t\t\tcode: `expected-block-type`,\n\t\t\t\tmessage: `Expected if, each or await`\n\t\t\t});\n\t\t}\n\n\t\tparser.require_whitespace();\n\n\t\tconst expression = read_expression(parser);\n\n\t\tconst block: Node = type === 'AwaitBlock' ?\n\t\t\t{\n\t\t\t\tstart,\n\t\t\t\tend: null,\n\t\t\t\ttype,\n\t\t\t\texpression,\n\t\t\t\tvalue: null,\n\t\t\t\terror: null,\n\t\t\t\tpending: {\n\t\t\t\t\tstart: null,\n\t\t\t\t\tend: null,\n\t\t\t\t\ttype: 'PendingBlock',\n\t\t\t\t\tchildren: [],\n\t\t\t\t\tskip: true\n\t\t\t\t},\n\t\t\t\tthen: {\n\t\t\t\t\tstart: null,\n\t\t\t\t\tend: null,\n\t\t\t\t\ttype: 'ThenBlock',\n\t\t\t\t\tchildren: [],\n\t\t\t\t\tskip: true\n\t\t\t\t},\n\t\t\t\tcatch: {\n\t\t\t\t\tstart: null,\n\t\t\t\t\tend: null,\n\t\t\t\t\ttype: 'CatchBlock',\n\t\t\t\t\tchildren: [],\n\t\t\t\t\tskip: true\n\t\t\t\t},\n\t\t\t} :\n\t\t\t{\n\t\t\t\tstart,\n\t\t\t\tend: null,\n\t\t\t\ttype,\n\t\t\t\texpression,\n\t\t\t\tchildren: [],\n\t\t\t};\n\n\t\tparser.allow_whitespace();\n\n\t\t// {#each} blocks must declare a context – {#each list as item}\n\t\tif (type === 'EachBlock') {\n\t\t\tparser.eat('as', true);\n\t\t\tparser.require_whitespace();\n\n\t\t\tblock.context = read_context(parser);\n\n\t\t\tparser.allow_whitespace();\n\n\t\t\tif (parser.eat(',')) {\n\t\t\t\tparser.allow_whitespace();\n\t\t\t\tblock.index = parser.read_identifier();\n\t\t\t\tif (!block.index) parser.error({\n\t\t\t\t\tcode: `expected-name`,\n\t\t\t\t\tmessage: `Expected name`\n\t\t\t\t});\n\n\t\t\t\tparser.allow_whitespace();\n\t\t\t}\n\n\t\t\tif (parser.eat('(')) {\n\t\t\t\tparser.allow_whitespace();\n\n\t\t\t\tblock.key = read_expression(parser);\n\t\t\t\tparser.allow_whitespace();\n\t\t\t\tparser.eat(')', true);\n\t\t\t\tparser.allow_whitespace();\n\t\t\t}\n\t\t}\n\n\t\tconst await_block_shorthand = type === 'AwaitBlock' && parser.eat('then');\n\t\tif (await_block_shorthand) {\n\t\t\tparser.require_whitespace();\n\t\t\tblock.value = parser.read_identifier();\n\t\t\tparser.allow_whitespace();\n\t\t}\n\n\t\tparser.eat('}', true);\n\n\t\tparser.current().children.push(block);\n\t\tparser.stack.push(block);\n\n\t\tif (type === 'AwaitBlock') {\n\t\t\tlet child_block;\n\t\t\tif (await_block_shorthand) {\n\t\t\t\tblock.then.skip = false;\n\t\t\t\tchild_block = block.then;\n\t\t\t} else {\n\t\t\t\tblock.pending.skip = false;\n\t\t\t\tchild_block = block.pending;\n\t\t\t}\n\n\t\t\tchild_block.start = parser.index;\n\t\t\tparser.stack.push(child_block);\n\t\t}\n\t} else if (parser.eat('@html')) {\n\t\t// {@html content} tag\n\t\tparser.require_whitespace();\n\n\t\tconst expression = read_expression(parser);\n\n\t\tparser.allow_whitespace();\n\t\tparser.eat('}', true);\n\n\t\tparser.current().children.push({\n\t\t\tstart,\n\t\t\tend: parser.index,\n\t\t\ttype: 'RawMustacheTag',\n\t\t\texpression,\n\t\t});\n\t} else if (parser.eat('@debug')) {\n\t\tlet identifiers;\n\n\t\t// Implies {@debug} which indicates \"debug all\"\n\t\tif (parser.read(/\\s*}/)) {\n\t\t\tidentifiers = [];\n\t\t} else {\n\t\t\tconst expression = read_expression(parser);\n\n\t\t\tidentifiers = expression.type === 'SequenceExpression'\n\t\t\t\t? expression.expressions\n\t\t\t\t: [expression];\n\n\t\t\tidentifiers.forEach(node => {\n\t\t\t\tif (node.type !== 'Identifier') {\n\t\t\t\t\tparser.error({\n\t\t\t\t\t\tcode: 'invalid-debug-args',\n\t\t\t\t\t\tmessage: '{@debug ...} arguments must be identifiers, not arbitrary expressions'\n\t\t\t\t\t}, node.start);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\t\t}\n\n\t\tparser.current().children.push({\n\t\t\tstart,\n\t\t\tend: parser.index,\n\t\t\ttype: 'DebugTag',\n\t\t\tidentifiers\n\t\t});\n\t} else {\n\t\tconst expression = read_expression(parser);\n\n\t\tparser.allow_whitespace();\n\t\tparser.eat('}', true);\n\n\t\tparser.current().children.push({\n\t\t\tstart,\n\t\t\tend: parser.index,\n\t\t\ttype: 'MustacheTag',\n\t\t\texpression,\n\t\t});\n\t}\n}\n","import { decode_character_references } from '../utils/html';\nimport { Parser } from '../index';\n\nexport default function text(parser: Parser) {\n\tconst start = parser.index;\n\n\tlet data = '';\n\n\twhile (\n\t\tparser.index < parser.template.length &&\n\t\t!parser.match('<') &&\n\t\t!parser.match('{')\n\t) {\n\t\tdata += parser.template[parser.index++];\n\t}\n\n\tconst node = {\n\t\tstart,\n\t\tend: parser.index,\n\t\ttype: 'Text',\n\t\traw: data,\n\t\tdata: decode_character_references(data),\n\t};\n\n\tparser.current().children.push(node);\n}\n","import tag from './tag';\nimport mustache from './mustache';\nimport text from './text';\nimport { Parser } from '../index';\n\nexport default function fragment(parser: Parser) {\n\tif (parser.match('<')) {\n\t\treturn tag;\n\t}\n\n\tif (parser.match('{')) {\n\t\treturn mustache;\n\t}\n\n\treturn text;\n}\n","function getLocator(source, options) {\n if (options === void 0) { options = {}; }\n var offsetLine = options.offsetLine || 0;\n var offsetColumn = options.offsetColumn || 0;\n var originalLines = source.split('\\n');\n var start = 0;\n var lineRanges = originalLines.map(function (line, i) {\n var end = start + line.length + 1;\n var range = { start: start, end: end, line: i };\n start = end;\n return range;\n });\n var i = 0;\n function rangeContains(range, index) {\n return range.start <= index && index < range.end;\n }\n function getLocation(range, index) {\n return { line: offsetLine + range.line, column: offsetColumn + index - range.start, character: index };\n }\n function locate(search, startIndex) {\n if (typeof search === 'string') {\n search = source.indexOf(search, startIndex || 0);\n }\n var range = lineRanges[i];\n var d = search >= range.end ? 1 : -1;\n while (range) {\n if (rangeContains(range, search))\n return getLocation(range, search);\n i += d;\n range = lineRanges[i];\n }\n }\n ;\n return locate;\n}\nfunction locate(source, search, options) {\n if (typeof options === 'number') {\n throw new Error('locate takes a { startIndex, offsetLine, offsetColumn } object as the third argument');\n }\n return getLocator(source, options)(search, options && options.startIndex);\n}\n\nexport { getLocator, locate };","import repeat from './repeat';\n\nfunction tabs_to_spaces(str: string) {\n\treturn str.replace(/^\\t+/, match => match.split('\\t').join(' '));\n}\n\nexport default function get_code_frame(\n\tsource: string,\n\tline: number,\n\tcolumn: number\n) {\n\tconst lines = source.split('\\n');\n\n\tconst frame_start = Math.max(0, line - 2);\n\tconst frame_end = Math.min(line + 3, lines.length);\n\n\tconst digits = String(frame_end + 1).length;\n\n\treturn lines\n\t\t.slice(frame_start, frame_end)\n\t\t.map((str, i) => {\n\t\t\tconst isErrorLine = frame_start + i === line;\n\n\t\t\tlet line_num = String(i + frame_start + 1);\n\t\t\twhile (line_num.length < digits) line_num = ` ${line_num}`;\n\n\t\t\tif (isErrorLine) {\n\t\t\t\tconst indicator =\n\t\t\t\t\trepeat(' ', digits + 2 + tabs_to_spaces(str.slice(0, column)).length) + '^';\n\t\t\t\treturn `${line_num}: ${tabs_to_spaces(str)}\\n${indicator}`;\n\t\t\t}\n\n\t\t\treturn `${line_num}: ${tabs_to_spaces(str)}`;\n\t\t})\n\t\t.join('\\n');\n}\n","import { locate } from 'locate-character';\nimport get_code_frame from './get_code_frame';\n\nclass CompileError extends Error {\n\tcode: string;\n\tstart: { line: number; column: number };\n\tend: { line: number; column: number };\n\tpos: number;\n\tfilename: string;\n\tframe: string;\n\n\ttoString() {\n\t\treturn `${this.message} (${this.start.line}:${this.start.column})\\n${this.frame}`;\n\t}\n}\n\nexport default function error(message: string, props: {\n\tname: string;\n\tcode: string;\n\tsource: string;\n\tfilename: string;\n\tstart: number;\n\tend?: number;\n}) {\n\tconst error = new CompileError(message);\n\terror.name = props.name;\n\n\tconst start = locate(props.source, props.start, { offsetLine: 1 });\n\tconst end = locate(props.source, props.end || props.start, { offsetLine: 1 });\n\n\terror.code = props.code;\n\terror.start = start;\n\terror.end = end;\n\terror.pos = props.start;\n\terror.filename = props.filename;\n\n\terror.frame = get_code_frame(props.source, start.line - 1, start.column);\n\n\tthrow error;\n}","import { isIdentifierStart, isIdentifierChar } from 'acorn';\nimport fragment from './state/fragment';\nimport { whitespace } from '../utils/patterns';\nimport { reserved } from '../utils/names';\nimport full_char_code_at from '../utils/full_char_code_at';\nimport { Node, Ast, ParserOptions } from '../interfaces';\nimport error from '../utils/error';\n\ntype ParserState = (parser: Parser) => (ParserState | void);\n\nexport class Parser {\n\treadonly template: string;\n\treadonly filename?: string;\n\treadonly customElement: boolean;\n\n\tindex = 0;\n\tstack: Node[] = [];\n\n\thtml: Node;\n\tcss: Node[] = [];\n\tjs: Node[] = [];\n\tmeta_tags = {};\n\n\tconstructor(template: string, options: ParserOptions) {\n\t\tif (typeof template !== 'string') {\n\t\t\tthrow new TypeError('Template must be a string');\n\t\t}\n\n\t\tthis.template = template.replace(/\\s+$/, '');\n\t\tthis.filename = options.filename;\n\t\tthis.customElement = options.customElement;\n\n\t\tthis.html = {\n\t\t\tstart: null,\n\t\t\tend: null,\n\t\t\ttype: 'Fragment',\n\t\t\tchildren: [],\n\t\t};\n\n\t\tthis.stack.push(this.html);\n\n\t\tlet state: ParserState = fragment;\n\n\t\twhile (this.index < this.template.length) {\n\t\t\tstate = state(this) || fragment;\n\t\t}\n\n\t\tif (this.stack.length > 1) {\n\t\t\tconst current = this.current();\n\n\t\t\tconst type = current.type === 'Element' ? `<${current.name}>` : 'Block';\n\t\t\tconst slug = current.type === 'Element' ? 'element' : 'block';\n\n\t\t\tthis.error({\n\t\t\t\tcode: `unclosed-${slug}`,\n\t\t\t\tmessage: `${type} was left open`\n\t\t\t}, current.start);\n\t\t}\n\n\t\tif (state !== fragment) {\n\t\t\tthis.error({\n\t\t\t\tcode: `unexpected-eof`,\n\t\t\t\tmessage: 'Unexpected end of input'\n\t\t\t});\n\t\t}\n\n\t\tif (this.html.children.length) {\n\t\t\tlet start = this.html.children[0] && this.html.children[0].start;\n\t\t\twhile (/\\s/.test(template[start])) start += 1;\n\n\t\t\tlet end = this.html.children[this.html.children.length - 1] && this.html.children[this.html.children.length - 1].end;\n\t\t\twhile (/\\s/.test(template[end - 1])) end -= 1;\n\n\t\t\tthis.html.start = start;\n\t\t\tthis.html.end = end;\n\t\t} else {\n\t\t\tthis.html.start = this.html.end = null;\n\t\t}\n\t}\n\n\tcurrent() {\n\t\treturn this.stack[this.stack.length - 1];\n\t}\n\n\tacorn_error(err: any) {\n\t\tthis.error({\n\t\t\tcode: `parse-error`,\n\t\t\tmessage: err.message.replace(/ \\(\\d+:\\d+\\)$/, '')\n\t\t}, err.pos);\n\t}\n\n\terror({ code, message }: { code: string; message: string }, index = this.index) {\n\t\terror(message, {\n\t\t\tname: 'ParseError',\n\t\t\tcode,\n\t\t\tsource: this.template,\n\t\t\tstart: index,\n\t\t\tfilename: this.filename\n\t\t});\n\t}\n\n\teat(str: string, required?: boolean, message?: string) {\n\t\tif (this.match(str)) {\n\t\t\tthis.index += str.length;\n\t\t\treturn true;\n\t\t}\n\n\t\tif (required) {\n\t\t\tthis.error({\n\t\t\t\tcode: `unexpected-${this.index === this.template.length ? 'eof' : 'token'}`,\n\t\t\t\tmessage: message || `Expected ${str}`\n\t\t\t});\n\t\t}\n\n\t\treturn false;\n\t}\n\n\tmatch(str: string) {\n\t\treturn this.template.slice(this.index, this.index + str.length) === str;\n\t}\n\n\tmatch_regex(pattern: RegExp) {\n\t\tconst match = pattern.exec(this.template.slice(this.index));\n\t\tif (!match || match.index !== 0) return null;\n\n\t\treturn match[0];\n\t}\n\n\tallow_whitespace() {\n\t\twhile (\n\t\t\tthis.index < this.template.length &&\n\t\t\twhitespace.test(this.template[this.index])\n\t\t) {\n\t\t\tthis.index++;\n\t\t}\n\t}\n\n\tread(pattern: RegExp) {\n\t\tconst result = this.match_regex(pattern);\n\t\tif (result) this.index += result.length;\n\t\treturn result;\n\t}\n\n\tread_identifier() {\n\t\tconst start = this.index;\n\n\t\tlet i = this.index;\n\n\t\tconst code = full_char_code_at(this.template, i);\n\t\tif (!isIdentifierStart(code, true)) return null;\n\n\t\ti += code <= 0xffff ? 1 : 2;\n\n\t\twhile (i < this.template.length) {\n\t\t\tconst code = full_char_code_at(this.template, i);\n\n\t\t\tif (!isIdentifierChar(code, true)) break;\n\t\t\ti += code <= 0xffff ? 1 : 2;\n\t\t}\n\n\t\tconst identifier = this.template.slice(this.index, this.index = i);\n\n\t\tif (reserved.has(identifier)) {\n\t\t\tthis.error({\n\t\t\t\tcode: `unexpected-reserved-word`,\n\t\t\t\tmessage: `'${identifier}' is a reserved word in JavaScript and cannot be used here`\n\t\t\t}, start);\n\t\t}\n\n\t\treturn identifier;\n\t}\n\n\tread_until(pattern: RegExp) {\n\t\tif (this.index >= this.template.length)\n\t\t\tthis.error({\n\t\t\t\tcode: `unexpected-eof`,\n\t\t\t\tmessage: 'Unexpected end of input'\n\t\t\t});\n\n\t\tconst start = this.index;\n\t\tconst match = pattern.exec(this.template.slice(start));\n\n\t\tif (match) {\n\t\t\tthis.index = start + match.index;\n\t\t\treturn this.template.slice(start, this.index);\n\t\t}\n\n\t\tthis.index = this.template.length;\n\t\treturn this.template.slice(start);\n\t}\n\n\trequire_whitespace() {\n\t\tif (!whitespace.test(this.template[this.index])) {\n\t\t\tthis.error({\n\t\t\t\tcode: `missing-whitespace`,\n\t\t\t\tmessage: `Expected whitespace`\n\t\t\t});\n\t\t}\n\n\t\tthis.allow_whitespace();\n\t}\n}\n\nexport default function parse(\n\ttemplate: string,\n\toptions: ParserOptions = {}\n): Ast {\n\tconst parser = new Parser(template, options);\n\n\t// TODO we way want to allow multiple \\`;`}\n\n\t\t\t\t\t@init(this, { target: this.shadowRoot }, ${definition}, create_fragment, ${not_equal}, ${prop_names});\n\n\t\t\t\t\t${dev_props_check}\n\n\t\t\t\t\tif (options) {\n\t\t\t\t\t\tif (options.target) {\n\t\t\t\t\t\t\t@insert(options.target, this, options.anchor);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t${(props.length > 0 || uses_props) && deindent`\n\t\t\t\t\t\tif (options.props) {\n\t\t\t\t\t\t\tthis.$set(options.props);\n\t\t\t\t\t\t\t@flush();\n\t\t\t\t\t\t}`}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t${props.length > 0 && deindent`\n\t\t\t\tstatic get observedAttributes() {\n\t\t\t\t\treturn ${JSON.stringify(props.map(x => x.export_name))};\n\t\t\t\t}`}\n\n\t\t\t\t${body.length > 0 && body.join('\\n\\n')}\n\t\t\t}\n\t\t`);\n\n\t\tif (component.tag != null) {\n\t\t\tbuilder.add_block(deindent`\n\t\t\t\t@_customElements.define(\"${component.tag}\", ${name});\n\t\t\t`);\n\t\t}\n\t} else {\n\t\tconst superclass = options.dev ? 'SvelteComponentDev' : 'SvelteComponent';\n\n\t\tbuilder.add_block(deindent`\n\t\t\tclass ${name} extends @${superclass} {\n\t\t\t\tconstructor(options) {\n\t\t\t\t\tsuper(${options.dev && `options`});\n\t\t\t\t\t${should_add_css && `if (!@_document.getElementById(\"${component.stylesheet.id}-style\")) ${add_css}();`}\n\t\t\t\t\t@init(this, options, ${definition}, create_fragment, ${not_equal}, ${prop_names});\n\t\t\t\t\t${options.dev && `@dispatch_dev(\"SvelteRegisterComponent\", { component: this, tagName: \"${name}\", options, id: create_fragment.name });`}\n\n\t\t\t\t\t${dev_props_check}\n\t\t\t\t}\n\n\t\t\t\t${body.length > 0 && body.join('\\n\\n')}\n\t\t\t}\n\t\t`);\n\t}\n\n\treturn builder.toString();\n}\n","import Renderer, { RenderOptions } from '../Renderer';\nimport { snip } from '../../utils/snip';\nimport AwaitBlock from '../../nodes/AwaitBlock';\n\nexport default function(node: AwaitBlock, renderer: Renderer, options: RenderOptions) {\n\trenderer.append('${(function(__value) { if(@is_promise(__value)) return `');\n\n\trenderer.render(node.pending.children, options);\n\n\trenderer.append('`; return function(' + (node.value || '') + ') { return `');\n\n\trenderer.render(node.then.children, options);\n\n\tconst snippet = snip(node.expression);\n\trenderer.append(`\\`;}(__value);}(${snippet})) }`);\n}\n","import Renderer, { RenderOptions } from '../Renderer';\nimport Comment from '../../nodes/Comment';\n\nexport default function(node: Comment, renderer: Renderer, options: RenderOptions) {\n\tif (options.preserveComments) {\n\t\trenderer.append(``);\n\t}\n}\n","import { stringify } from '../../utils/stringify';\nimport DebugTag from '../../nodes/DebugTag';\nimport Renderer, { RenderOptions } from '../Renderer';\nexport default function(node: DebugTag, renderer: Renderer, options: RenderOptions) {\n\tif (!options.dev) return;\n\n\tconst filename = options.filename || null;\n\tconst { line, column } = options.locate(node.start + 1);\n\n\tconst obj = node.expressions.length === 0\n\t\t? `{}`\n\t\t: `{ ${node.expressions\n\t\t\t.map(e => e.node.name)\n\t\t\t.join(', ')} }`;\n\n\tconst str = '${@debug(' + `${filename && stringify(filename)}, ${line}, ${column}, ${obj})}`;\n\n\trenderer.append(str);\n}\n","import { snip } from '../../utils/snip';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport EachBlock from '../../nodes/EachBlock';\n\nexport default function(node: EachBlock, renderer: Renderer, options: RenderOptions) {\n\tconst snippet = snip(node.expression);\n\n\tconst { start, end } = node.context_node;\n\n\tconst ctx = node.index\n\t\t? `([✂${start}-${end}✂], ${node.index})`\n\t\t: `([✂${start}-${end}✂])`;\n\n\tconst open = `\\${${node.else ? `${snippet}.length ? ` : ''}@each(${snippet}, ${ctx} => \\``;\n\trenderer.append(open);\n\n\trenderer.render(node.children, options);\n\n\tconst close = `\\`)`;\n\trenderer.append(close);\n\n\tif (node.else) {\n\t\trenderer.append(` : \\``);\n\t\trenderer.render(node.else.children, options);\n\t\trenderer.append(`\\``);\n\t}\n\n\trenderer.append('}');\n}\n","import Let from '../../../nodes/Let';\n\nexport function get_slot_scope(lets: Let[]) {\n\tif (lets.length === 0) return '';\n\treturn `{ ${lets.map(l => l.value ? `${l.name}: ${l.value}` : l.name).join(', ')} }`;\n}","import { is_void, quote_prop_if_necessary, quote_name_if_necessary } from '../../../utils/names';\nimport Attribute from '../../nodes/Attribute';\nimport Class from '../../nodes/Class';\nimport { snip } from '../../utils/snip';\nimport { stringify_attribute, stringify_class_attribute } from '../../utils/stringify_attribute';\nimport { get_slot_scope } from './shared/get_slot_scope';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport Element from '../../nodes/Element';\nimport Text from '../../nodes/Text';\n\n// source: https://gist.github.com/ArjanSchouten/0b8574a6ad7f5065a5e7\nconst boolean_attributes = new Set([\n\t'async',\n\t'autocomplete',\n\t'autofocus',\n\t'autoplay',\n\t'border',\n\t'challenge',\n\t'checked',\n\t'compact',\n\t'contenteditable',\n\t'controls',\n\t'default',\n\t'defer',\n\t'disabled',\n\t'formnovalidate',\n\t'frameborder',\n\t'hidden',\n\t'indeterminate',\n\t'ismap',\n\t'loop',\n\t'multiple',\n\t'muted',\n\t'nohref',\n\t'noresize',\n\t'noshade',\n\t'novalidate',\n\t'nowrap',\n\t'open',\n\t'readonly',\n\t'required',\n\t'reversed',\n\t'scoped',\n\t'scrolling',\n\t'seamless',\n\t'selected',\n\t'sortable',\n\t'spellcheck',\n\t'translate'\n]);\n\nexport default function(node: Element, renderer: Renderer, options: RenderOptions & {\n\tslot_scopes: Map;\n}) {\n\tlet opening_tag = `<${node.name}`;\n\n\t// awkward special case\n\tlet node_contents;\n\tlet value;\n\n\tconst contenteditable = (\n\t\tnode.name !== 'textarea' &&\n\t\tnode.name !== 'input' &&\n\t\tnode.attributes.some((attribute) => attribute.name === 'contenteditable')\n\t);\n\n\tconst slot = node.get_static_attribute_value('slot');\n\tconst component = node.find_nearest(/InlineComponent/);\n\tif (slot && component) {\n\t\tconst slot = node.attributes.find((attribute) => attribute.name === 'slot');\n\t\tconst slot_name = (slot.chunks[0] as Text).data;\n\t\tconst target = renderer.targets[renderer.targets.length - 1];\n\t\ttarget.slot_stack.push(slot_name);\n\t\ttarget.slots[slot_name] = '';\n\n\t\tconst lets = node.lets;\n\t\tconst seen = new Set(lets.map(l => l.name));\n\n\t\tcomponent.lets.forEach(l => {\n\t\t\tif (!seen.has(l.name)) lets.push(l);\n\t\t});\n\n\t\toptions.slot_scopes.set(slot_name, get_slot_scope(node.lets));\n\t}\n\n\tconst class_expression = node.classes.map((class_directive: Class) => {\n\t\tconst { expression, name } = class_directive;\n\t\tconst snippet = expression ? snip(expression) : `ctx${quote_prop_if_necessary(name)}`;\n\t\treturn `${snippet} ? \"${name}\" : \"\"`;\n\t}).join(', ');\n\n\tlet add_class_attribute = class_expression ? true : false;\n\n\tif (node.attributes.find(attr => attr.is_spread)) {\n\t\t// TODO dry this out\n\t\tconst args = [];\n\t\tnode.attributes.forEach(attribute => {\n\t\t\tif (attribute.is_spread) {\n\t\t\t\targs.push(snip(attribute.expression));\n\t\t\t} else {\n\t\t\t\tif (attribute.name === 'value' && node.name === 'textarea') {\n\t\t\t\t\tnode_contents = stringify_attribute(attribute, true);\n\t\t\t\t} else if (attribute.is_true) {\n\t\t\t\t\targs.push(`{ ${quote_name_if_necessary(attribute.name)}: true }`);\n\t\t\t\t} else if (\n\t\t\t\t\tboolean_attributes.has(attribute.name) &&\n\t\t\t\t\tattribute.chunks.length === 1 &&\n\t\t\t\t\tattribute.chunks[0].type !== 'Text'\n\t\t\t\t) {\n\t\t\t\t\t// a boolean attribute with one non-Text chunk\n\t\t\t\t\targs.push(`{ ${quote_name_if_necessary(attribute.name)}: ${snip(attribute.chunks[0])} }`);\n\t\t\t\t} else if (attribute.name === 'class' && class_expression) {\n\t\t\t\t\t// Add class expression\n\t\t\t\t\targs.push(`{ ${quote_name_if_necessary(attribute.name)}: [\\`${stringify_class_attribute(attribute)}\\`, \\`\\${${class_expression}}\\`].join(' ').trim() }`);\n\t\t\t\t} else {\n\t\t\t\t\targs.push(`{ ${quote_name_if_necessary(attribute.name)}: \\`${attribute.name === 'class' ? stringify_class_attribute(attribute) : stringify_attribute(attribute, true)}\\` }`);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\topening_tag += \"${@spread([\" + args.join(', ') + \"])}\";\n\t} else {\n\t\tnode.attributes.forEach((attribute: Attribute) => {\n\t\t\tif (attribute.type !== 'Attribute') return;\n\n\t\t\tif (attribute.name === 'value' && node.name === 'textarea') {\n\t\t\t\tnode_contents = stringify_attribute(attribute, true);\n\t\t\t} else if (attribute.is_true) {\n\t\t\t\topening_tag += ` ${attribute.name}`;\n\t\t\t} else if (\n\t\t\t\tboolean_attributes.has(attribute.name) &&\n\t\t\t\tattribute.chunks.length === 1 &&\n\t\t\t\tattribute.chunks[0].type !== 'Text'\n\t\t\t) {\n\t\t\t\t// a boolean attribute with one non-Text chunk\n\t\t\t\topening_tag += '${' + snip(attribute.chunks[0]) + ' ? \" ' + attribute.name + '\" : \"\" }';\n\t\t\t} else if (attribute.name === 'class' && class_expression) {\n\t\t\t\tadd_class_attribute = false;\n\t\t\t\topening_tag += ` class=\"\\${[\\`${stringify_class_attribute(attribute)}\\`, ${class_expression}].join(' ').trim() }\"`;\n\t\t\t} else if (attribute.chunks.length === 1 && attribute.chunks[0].type !== 'Text') {\n\t\t\t\tconst { name } = attribute;\n\t\t\t\tconst snippet = snip(attribute.chunks[0]);\n\t\t\t\topening_tag += '${@add_attribute(\"' + name + '\", ' + snippet + ', ' + (boolean_attributes.has(name) ? 1 : 0) + ')}';\n\t\t\t} else {\n\t\t\t\topening_tag += ` ${attribute.name}=\"${attribute.name === 'class' ? stringify_class_attribute(attribute) : stringify_attribute(attribute, true)}\"`;\n\t\t\t}\n\t\t});\n\t}\n\n\tnode.bindings.forEach(binding => {\n\t\tconst { name, expression } = binding;\n\n\t\tif (binding.is_readonly) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (name === 'group') {\n\t\t\t// TODO server-render group bindings\n\t\t} else if (contenteditable && (name === 'textContent' || name === 'innerHTML')) {\n\t\t\tnode_contents = snip(expression);\n\t\t\tvalue = name === 'textContent' ? '@escape($$value)' : '$$value';\n\t\t} else if (binding.name === 'value' && node.name === 'textarea') {\n\t\t\tconst snippet = snip(expression);\n\t\t\tnode_contents = '${(' + snippet + ') || \"\"}';\n\t\t} else {\n\t\t\tconst snippet = snip(expression);\n\t\t\topening_tag += '${@add_attribute(\"' + name + '\", ' + snippet + ', 1)}';\n\t\t}\n\t});\n\n\tif (add_class_attribute) {\n\t\topening_tag += `\\${@add_classes([${class_expression}].join(' ').trim())}`;\n\t}\n\n\topening_tag += '>';\n\n\trenderer.append(opening_tag);\n\n\tif (node_contents !== undefined) {\n\t\tif (contenteditable) {\n\t\t\trenderer.append('${($$value => $$value === void 0 ? `');\n\t\t\trenderer.render(node.children, options);\n\t\t\trenderer.append('` : ' + value + ')(' + node_contents + ')}');\n\t\t} else {\n\t\t\trenderer.append(node_contents);\n\t\t}\n\t} else {\n\t\trenderer.render(node.children, options);\n\t}\n\n\tif (!is_void(node.name)) {\n\t\trenderer.append(``);\n\t}\n}\n","import Renderer, { RenderOptions } from '../Renderer';\nimport Head from '../../nodes/Head';\n\nexport default function(node: Head, renderer: Renderer, options: RenderOptions) {\n\trenderer.append('${($$result.head += `');\n\n\trenderer.render(node.children, options);\n\n\trenderer.append('`, \"\")}');\n}\n","import { snip } from '../../utils/snip';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport RawMustacheTag from '../../nodes/RawMustacheTag';\n\nexport default function(node: RawMustacheTag, renderer: Renderer, _options: RenderOptions) {\n\trenderer.append('${' + snip(node.expression) + '}');\n}\n","import { snip } from '../../utils/snip';\nimport IfBlock from '../../nodes/IfBlock';\nimport Renderer, { RenderOptions } from '../Renderer';\nexport default function(node: IfBlock, renderer: Renderer, options: RenderOptions) {\n\tconst snippet = snip(node.expression);\n\n\trenderer.append('${ ' + snippet + ' ? `');\n\n\trenderer.render(node.children, options);\n\n\trenderer.append('` : `');\n\n\tif (node.else) {\n\t\trenderer.render(node.else.children, options);\n\t}\n\n\trenderer.append('` }');\n}\n","import { escape, escape_template, stringify } from '../../utils/stringify';\nimport { quote_name_if_necessary } from '../../../utils/names';\nimport { snip } from '../../utils/snip';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport { stringify_props } from '../../utils/stringify_props';\nimport { get_slot_scope } from './shared/get_slot_scope';\nimport { AppendTarget } from '../../../interfaces';\nimport InlineComponent from '../../nodes/InlineComponent';\nimport { INode } from '../../nodes/interfaces';\nimport Text from '../../nodes/Text';\n\nfunction stringify_attribute(chunk: INode) {\n\tif (chunk.type === 'Text') {\n\t\treturn escape_template(escape((chunk as Text).data));\n\t}\n\n\treturn '${@escape(' + snip(chunk) + ')}';\n}\n\nfunction get_attribute_value(attribute) {\n\tif (attribute.is_true) return `true`;\n\tif (attribute.chunks.length === 0) return `''`;\n\n\tif (attribute.chunks.length === 1) {\n\t\tconst chunk = attribute.chunks[0];\n\t\tif (chunk.type === 'Text') {\n\t\t\treturn stringify(chunk.data);\n\t\t}\n\n\t\treturn snip(chunk);\n\t}\n\n\treturn '`' + attribute.chunks.map(stringify_attribute).join('') + '`';\n}\n\nexport default function(node: InlineComponent, renderer: Renderer, options: RenderOptions) {\n\tconst binding_props = [];\n\tconst binding_fns = [];\n\n\tnode.bindings.forEach(binding => {\n\t\trenderer.has_bindings = true;\n\n\t\t// TODO this probably won't work for contextual bindings\n\t\tconst snippet = snip(binding.expression);\n\n\t\tbinding_props.push(`${binding.name}: ${snippet}`);\n\t\tbinding_fns.push(`${binding.name}: $$value => { ${snippet} = $$value; $$settled = false }`);\n\t});\n\n\tconst uses_spread = node.attributes.find(attr => attr.is_spread);\n\n\tlet props;\n\n\tif (uses_spread) {\n\t\tprops = `@_Object.assign(${\n\t\t\tnode.attributes\n\t\t\t\t.map(attribute => {\n\t\t\t\t\tif (attribute.is_spread) {\n\t\t\t\t\t\treturn snip(attribute.expression);\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn `{ ${quote_name_if_necessary(attribute.name)}: ${get_attribute_value(attribute)} }`;\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t.concat(binding_props.map(p => `{ ${p} }`))\n\t\t\t\t.join(', ')\n\t\t})`;\n\t} else {\n\t\tprops = stringify_props(\n\t\t\tnode.attributes\n\t\t\t\t.map(attribute => `${quote_name_if_necessary(attribute.name)}: ${get_attribute_value(attribute)}`)\n\t\t\t\t.concat(binding_props)\n\t\t);\n\t}\n\n\tconst bindings = stringify_props(binding_fns);\n\n\tconst expression = (\n\t\tnode.name === 'svelte:self'\n\t\t\t? '__svelte:self__' // TODO conflict-proof this\n\t\t\t: node.name === 'svelte:component'\n\t\t\t\t? `((${snip(node.expression)}) || @missing_component)`\n\t\t\t\t: node.name\n\t);\n\n\tconst slot_fns = [];\n\n\tif (node.children.length) {\n\t\tconst target: AppendTarget = {\n\t\t\tslots: { default: '' },\n\t\t\tslot_stack: ['default']\n\t\t};\n\n\t\trenderer.targets.push(target);\n\n\t\tconst slot_scopes = new Map();\n\t\tslot_scopes.set('default', get_slot_scope(node.lets));\n\n\t\trenderer.render(node.children, Object.assign({}, options, {\n\t\t\tslot_scopes\n\t\t}));\n\n\t\tObject.keys(target.slots).forEach(name => {\n\t\t\tconst slot_scope = slot_scopes.get(name);\n\n\t\t\tslot_fns.push(\n\t\t\t\t`${quote_name_if_necessary(name)}: (${slot_scope}) => \\`${target.slots[name]}\\``\n\t\t\t);\n\t\t});\n\n\t\trenderer.targets.pop();\n\t}\n\n\tconst slots = stringify_props(slot_fns);\n\n\trenderer.append(`\\${@validate_component(${expression}, '${node.name}').$$render($$result, ${props}, ${bindings}, ${slots})}`);\n}\n","import { quote_prop_if_necessary } from '../../../utils/names';\nimport get_slot_data from '../../utils/get_slot_data';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport Slot from '../../nodes/Slot';\n\nexport default function(node: Slot, renderer: Renderer, options: RenderOptions) {\n\tconst prop = quote_prop_if_necessary(node.slot_name);\n\n\tconst slot_data = get_slot_data(node.values, true);\n\n\tconst arg = slot_data.length > 0 ? `{ ${slot_data.join(', ')} }` : '{}';\n\n\trenderer.append(`\\${$$slots${prop} ? $$slots${prop}(${arg}) : \\``);\n\n\trenderer.render(node.children, options);\n\n\trenderer.append(`\\`}`);\n}\n","import { snip } from '../../utils/snip';\nimport Renderer, { RenderOptions } from '../Renderer';\nexport default function(node, renderer: Renderer, _options: RenderOptions) {\n\tconst snippet = snip(node.expression);\n\n\trenderer.append(\n\t\tnode.parent &&\n\t\tnode.parent.type === 'Element' &&\n\t\tnode.parent.name === 'style'\n\t\t\t? '${' + snippet + '}'\n\t\t\t: '${@escape(' + snippet + ')}'\n\t);\n}\n","import { escape_html, escape_template, escape } from '../../utils/stringify';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport Text from '../../nodes/Text';\nimport Element from '../../nodes/Element';\n\nexport default function(node: Text, renderer: Renderer, _options: RenderOptions) {\n\tlet text = node.data;\n\tif (\n\t\t!node.parent ||\n\t\tnode.parent.type !== 'Element' ||\n\t\t((node.parent as Element).name !== 'script' && (node.parent as Element).name !== 'style')\n\t) {\n\t\t// unless this Text node is inside a ` : match;\n\t\t\t}\n\t\t);\n\t}\n\n\tfor (const fn of style) {\n\t\tsource = await replace_async(\n\t\t\tsource,\n\t\t\t/([^]*?)<\\/style>/gi,\n\t\t\tasync (match, attributes = '', content) => {\n\t\t\t\tconst processed: Processed = await fn({\n\t\t\t\t\tcontent,\n\t\t\t\t\tattributes: parse_attributes(attributes),\n\t\t\t\t\tfilename\n\t\t\t\t});\n\t\t\t\tif (processed && processed.dependencies) dependencies.push(...processed.dependencies);\n\t\t\t\treturn processed ? `${processed.code}` : match;\n\t\t\t}\n\t\t);\n\t}\n\n\treturn {\n\t\t// TODO return separated output, in future version where svelte.compile supports it:\n\t\t// style: { code: styleCode, map: styleMap },\n\t\t// script { code: scriptCode, map: scriptMap },\n\t\t// markup { code: markupCode, map: markupMap },\n\n\t\tcode: source,\n\t\tdependencies: [...new Set(dependencies)],\n\n\t\ttoString() {\n\t\t\treturn source;\n\t\t}\n\t};\n}\n","export { default as compile } from './compile/index';\nexport { default as parse } from './parse/index';\nexport { default as preprocess } from './preprocess/index';\nexport { walk } from 'estree-walker';\n\nexport const VERSION = '__VERSION__';\n"],"names":["Parser","acorn.Parser","acorn.parse","PUNCTUATION","constants","STOP_URL_RAW","TYPE","PUNCTUATOR","TAB","N","F","R","SPACE","NAME","SYMBOL_TYPE","firstCharOffset","cmpStr","isNumber","findLastNonSpaceLocation","findWhiteSpaceEnd","findCommentEnd","findStringEnd","findNumberEnd","findIdentifierEnd","findUrlRawEnd","WHITESPACE","IDENTIFIER","NUMBER","STRING","COMMENT","CDO","CDC","ATRULE","FUNCTION","URL","RAW","FULLSTOP","PLUSSIGN","HYPHENMINUS","SafeUint32Array","CssSyntaxError","require$$0","List","Tokenizer","cmpChar","LEFTPARENTHESIS","LEFTSQUAREBRACKET","NUMBERSIGN","SOLIDUS","ASTERISK","GREATERTHANSIGN","COMMA","EXCLAMATIONMARK","require$$1","require$$2","require$$3","LEFTCURLYBRACKET","COLON","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9","SEMICOLON","RIGHTCURLYBRACKET","consumeRaw","RIGHTSQUAREBRACKET","VERTICALLINE","TILDE","DOLLARSIGN","RIGHTPARENTHESIS","isHex","PERCENTSIGN","endsWith","require$$10","require$$11","require$$12","require$$13","require$$14","require$$15","require$$16","require$$17","require$$18","require$$19","require$$20","require$$21","require$$22","require$$23","require$$24","require$$25","require$$26","require$$27","require$$28","require$$29","require$$30","require$$31","require$$32","require$$33","require$$34","require$$35","require$$36","require$$37","require$$38","require$$39","createParser","config","toString","isArray","parse","list","error","whitespace","Block","Binding","is_dynamic","AwaitBlock","Body","DebugTag","EachBlock","Element","Head","IfBlock","InlineComponent","MustacheTag","RawMustacheTag","Slot","Text","Title","Window","Scope","is_reference","stringify_attribute","noop","Comment","Tag","Renderer","getLocator","wrappers","Selector","Rule","Declaration","Atrule","Node","svg","render_ssr","render_dom"],"mappings":";;;;;;UAIgB,MAAM,CAAO,GAAM,EAAE,GAAM;;KAE1C,KAAK,MAAM,CAAC,IAAI,GAAG;SAAE,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;KACrC,OAAO,GAAY,CAAC;CACrB,CAAC;;CCRD,MAAM,GAAG,GAAG,CAAC,OAAO,OAAO,KAAK,WAAW,IAAI,OAAO,CAAC,MAAM;OAC1D;SACD,MAAM,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;SAC3B,OAAO,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;MAC/B;OACC,MAAM,IAAI,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC;CAShC,SAAS,gBAAgB,CAAC,OAAO;KAChC,MAAM,MAAM,GAAG,EAAE,CAAC;KAClB,OAAO,CAAC,OAAO,CAAC,MAAM;SACrB,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC;aACpC,KAAK,EAAE,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC,KAAK;UAChC,EAAE,MAAM,CAAC,QAAQ,IAAI,gBAAgB,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC;MACzD,CAAC,CAAC;KACH,OAAO,MAAM,CAAC;CACf,CAAC;AAED,OAAqB,KAAK;KAOzB;SACC,IAAI,CAAC,UAAU,GAAG,GAAG,EAAE,CAAC;SACxB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;SAChB,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;MAC1C;KAED,KAAK,CAAC,KAAK;SACV,MAAM,MAAM,GAAG;aACd,KAAK;aACL,KAAK,EAAE,GAAG,EAAE;aACZ,GAAG,EAAE,IAAI;aACT,QAAQ,EAAE,EAAE;UACZ,CAAC;SAEF,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SACnC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SAExB,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC;SAC7B,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC;MACxC;KAED,IAAI,CAAC,KAAK;SACT,IAAI,KAAK,KAAK,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE;aACxC,MAAM,IAAI,KAAK,CAAC,sCAAsC,IAAI,CAAC,cAAc,CAAC,KAAK,SAAS,KAAK,GAAG,CAAC,CAAC;UAClG;SAED,IAAI,CAAC,cAAc,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC;SAChC,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;SACjB,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;SACxD,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC;MAC1F;KAED,MAAM;SACL,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC;aAC7B,KAAK,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,UAAU;UAC9B,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAEnC,OAAO;aACN,OAAO;UACP,CAAC;MACF;EACD;;CCxED;;CAEA,IAAI,aAAa,GAAG;CACpB,EAAE,CAAC,EAAE,qNAAqN;CAC1N,EAAE,CAAC,EAAE,8CAA8C;CACnD,EAAE,CAAC,EAAE,MAAM;CACX,EAAE,MAAM,EAAE,wEAAwE;CAClF,EAAE,UAAU,EAAE,gBAAgB;CAC9B,CAAC,CAAC;;CAEF;;CAEA,IAAI,oBAAoB,GAAG,6KAA6K,CAAC;;CAEzM,IAAI,QAAQ,GAAG;CACf,EAAE,CAAC,EAAE,oBAAoB;CACzB,EAAE,SAAS,EAAE,oBAAoB,GAAG,gBAAgB;CACpD,EAAE,CAAC,EAAE,oBAAoB,GAAG,0CAA0C;CACtE,CAAC,CAAC;;CAEF,IAAI,yBAAyB,GAAG,iBAAiB,CAAC;;CAElD;;CAEA;CACA;CACA;CACA;CACA;CACA,IAAI,4BAA4B,GAAG,urIAAurI,CAAC;CAC3tI,IAAI,uBAAuB,GAAG,kiFAAkiF,CAAC;;CAEjkF,IAAI,uBAAuB,GAAG,IAAI,MAAM,CAAC,GAAG,GAAG,4BAA4B,GAAG,GAAG,CAAC,CAAC;CACnF,IAAI,kBAAkB,GAAG,IAAI,MAAM,CAAC,GAAG,GAAG,4BAA4B,GAAG,uBAAuB,GAAG,GAAG,CAAC,CAAC;;CAExG,4BAA4B,GAAG,uBAAuB,GAAG,IAAI,CAAC;;CAE9D;CACA;CACA;CACA;CACA;;CAEA;CACA,IAAI,0BAA0B,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;;CAE7uC;CACA,IAAI,qBAAqB,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;;CAEpnB;CACA;CACA;CA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GAAG;KACnB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,YAAY,EAAE,KAAK;KACnB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,KAAK;KACnB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,GAAG;KACjB,YAAY,EAAE,KAAK;KACnB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,KAAK;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,KAAK;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,KAAK;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,GAAG;KAChB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,KAAK;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,KAAK;KACjB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,KAAK;KACjB,UAAU,EAAE,KAAK;KACj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KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,GAAG;KACb,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,GAAG;KACb,QAAQ,EAAE,GAAG;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,EAAE;KACX,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,EAAE;KACT,KAAK,EAAE,EAAE;KACT,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,EAAE;KACT,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,EAAE;KACT,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,KAAK;KACX,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,KAAK;KACX,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,IAAI;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KACR,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/easing/index.d.ts b/2019-setembro/node_modules/svelte/easing/index.d.ts new file mode 100644 index 0000000..ccba949 --- /dev/null +++ b/2019-setembro/node_modules/svelte/easing/index.d.ts @@ -0,0 +1 @@ +export * from '../types/runtime/easing/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/easing/index.js b/2019-setembro/node_modules/svelte/easing/index.js new file mode 100644 index 0000000..163064b --- /dev/null +++ b/2019-setembro/node_modules/svelte/easing/index.js @@ -0,0 +1,183 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +var internal = require('../internal'); + +/* +Adapted from https://github.com/mattdesl +Distributed under MIT License https://github.com/mattdesl/eases/blob/master/LICENSE.md +*/ +function backInOut(t) { + const s = 1.70158 * 1.525; + if ((t *= 2) < 1) + return 0.5 * (t * t * ((s + 1) * t - s)); + return 0.5 * ((t -= 2) * t * ((s + 1) * t + s) + 2); +} +function backIn(t) { + const s = 1.70158; + return t * t * ((s + 1) * t - s); +} +function backOut(t) { + const s = 1.70158; + return --t * t * ((s + 1) * t + s) + 1; +} +function bounceOut(t) { + const a = 4.0 / 11.0; + const b = 8.0 / 11.0; + const c = 9.0 / 10.0; + const ca = 4356.0 / 361.0; + const cb = 35442.0 / 1805.0; + const cc = 16061.0 / 1805.0; + const t2 = t * t; + return t < a + ? 7.5625 * t2 + : t < b + ? 9.075 * t2 - 9.9 * t + 3.4 + : t < c + ? ca * t2 - cb * t + cc + : 10.8 * t * t - 20.52 * t + 10.72; +} +function bounceInOut(t) { + return t < 0.5 + ? 0.5 * (1.0 - bounceOut(1.0 - t * 2.0)) + : 0.5 * bounceOut(t * 2.0 - 1.0) + 0.5; +} +function bounceIn(t) { + return 1.0 - bounceOut(1.0 - t); +} +function circInOut(t) { + if ((t *= 2) < 1) + return -0.5 * (Math.sqrt(1 - t * t) - 1); + return 0.5 * (Math.sqrt(1 - (t -= 2) * t) + 1); +} +function circIn(t) { + return 1.0 - Math.sqrt(1.0 - t * t); +} +function circOut(t) { + return Math.sqrt(1 - --t * t); +} +function cubicInOut(t) { + return t < 0.5 ? 4.0 * t * t * t : 0.5 * Math.pow(2.0 * t - 2.0, 3.0) + 1.0; +} +function cubicIn(t) { + return t * t * t; +} +function cubicOut(t) { + const f = t - 1.0; + return f * f * f + 1.0; +} +function elasticInOut(t) { + return t < 0.5 + ? 0.5 * + Math.sin(((+13.0 * Math.PI) / 2) * 2.0 * t) * + Math.pow(2.0, 10.0 * (2.0 * t - 1.0)) + : 0.5 * + Math.sin(((-13.0 * Math.PI) / 2) * (2.0 * t - 1.0 + 1.0)) * + Math.pow(2.0, -10.0 * (2.0 * t - 1.0)) + + 1.0; +} +function elasticIn(t) { + return Math.sin((13.0 * t * Math.PI) / 2) * Math.pow(2.0, 10.0 * (t - 1.0)); +} +function elasticOut(t) { + return (Math.sin((-13.0 * (t + 1.0) * Math.PI) / 2) * Math.pow(2.0, -10.0 * t) + 1.0); +} +function expoInOut(t) { + return t === 0.0 || t === 1.0 + ? t + : t < 0.5 + ? +0.5 * Math.pow(2.0, 20.0 * t - 10.0) + : -0.5 * Math.pow(2.0, 10.0 - t * 20.0) + 1.0; +} +function expoIn(t) { + return t === 0.0 ? t : Math.pow(2.0, 10.0 * (t - 1.0)); +} +function expoOut(t) { + return t === 1.0 ? t : 1.0 - Math.pow(2.0, -10.0 * t); +} +function quadInOut(t) { + t /= 0.5; + if (t < 1) + return 0.5 * t * t; + t--; + return -0.5 * (t * (t - 2) - 1); +} +function quadIn(t) { + return t * t; +} +function quadOut(t) { + return -t * (t - 2.0); +} +function quartInOut(t) { + return t < 0.5 + ? +8.0 * Math.pow(t, 4.0) + : -8.0 * Math.pow(t - 1.0, 4.0) + 1.0; +} +function quartIn(t) { + return Math.pow(t, 4.0); +} +function quartOut(t) { + return Math.pow(t - 1.0, 3.0) * (1.0 - t) + 1.0; +} +function quintInOut(t) { + if ((t *= 2) < 1) + return 0.5 * t * t * t * t * t; + return 0.5 * ((t -= 2) * t * t * t * t + 2); +} +function quintIn(t) { + return t * t * t * t * t; +} +function quintOut(t) { + return --t * t * t * t * t + 1; +} +function sineInOut(t) { + return -0.5 * (Math.cos(Math.PI * t) - 1); +} +function sineIn(t) { + const v = Math.cos(t * Math.PI * 0.5); + if (Math.abs(v) < 1e-14) + return 1; + else + return 1 - v; +} +function sineOut(t) { + return Math.sin((t * Math.PI) / 2); +} + +Object.defineProperty(exports, 'linear', { + enumerable: true, + get: function () { + return internal.identity; + } +}); +exports.backIn = backIn; +exports.backInOut = backInOut; +exports.backOut = backOut; +exports.bounceIn = bounceIn; +exports.bounceInOut = bounceInOut; +exports.bounceOut = bounceOut; +exports.circIn = circIn; +exports.circInOut = circInOut; +exports.circOut = circOut; +exports.cubicIn = cubicIn; +exports.cubicInOut = cubicInOut; +exports.cubicOut = cubicOut; +exports.elasticIn = elasticIn; +exports.elasticInOut = elasticInOut; +exports.elasticOut = elasticOut; +exports.expoIn = expoIn; +exports.expoInOut = expoInOut; +exports.expoOut = expoOut; +exports.quadIn = quadIn; +exports.quadInOut = quadInOut; +exports.quadOut = quadOut; +exports.quartIn = quartIn; +exports.quartInOut = quartInOut; +exports.quartOut = quartOut; +exports.quintIn = quintIn; +exports.quintInOut = quintInOut; +exports.quintOut = quintOut; +exports.sineIn = sineIn; +exports.sineInOut = sineInOut; +exports.sineOut = sineOut; diff --git a/2019-setembro/node_modules/svelte/easing/index.mjs b/2019-setembro/node_modules/svelte/easing/index.mjs new file mode 100644 index 0000000..735609f --- /dev/null +++ b/2019-setembro/node_modules/svelte/easing/index.mjs @@ -0,0 +1,144 @@ +export { identity as linear } from '../internal'; + +/* +Adapted from https://github.com/mattdesl +Distributed under MIT License https://github.com/mattdesl/eases/blob/master/LICENSE.md +*/ +function backInOut(t) { + const s = 1.70158 * 1.525; + if ((t *= 2) < 1) + return 0.5 * (t * t * ((s + 1) * t - s)); + return 0.5 * ((t -= 2) * t * ((s + 1) * t + s) + 2); +} +function backIn(t) { + const s = 1.70158; + return t * t * ((s + 1) * t - s); +} +function backOut(t) { + const s = 1.70158; + return --t * t * ((s + 1) * t + s) + 1; +} +function bounceOut(t) { + const a = 4.0 / 11.0; + const b = 8.0 / 11.0; + const c = 9.0 / 10.0; + const ca = 4356.0 / 361.0; + const cb = 35442.0 / 1805.0; + const cc = 16061.0 / 1805.0; + const t2 = t * t; + return t < a + ? 7.5625 * t2 + : t < b + ? 9.075 * t2 - 9.9 * t + 3.4 + : t < c + ? ca * t2 - cb * t + cc + : 10.8 * t * t - 20.52 * t + 10.72; +} +function bounceInOut(t) { + return t < 0.5 + ? 0.5 * (1.0 - bounceOut(1.0 - t * 2.0)) + : 0.5 * bounceOut(t * 2.0 - 1.0) + 0.5; +} +function bounceIn(t) { + return 1.0 - bounceOut(1.0 - t); +} +function circInOut(t) { + if ((t *= 2) < 1) + return -0.5 * (Math.sqrt(1 - t * t) - 1); + return 0.5 * (Math.sqrt(1 - (t -= 2) * t) + 1); +} +function circIn(t) { + return 1.0 - Math.sqrt(1.0 - t * t); +} +function circOut(t) { + return Math.sqrt(1 - --t * t); +} +function cubicInOut(t) { + return t < 0.5 ? 4.0 * t * t * t : 0.5 * Math.pow(2.0 * t - 2.0, 3.0) + 1.0; +} +function cubicIn(t) { + return t * t * t; +} +function cubicOut(t) { + const f = t - 1.0; + return f * f * f + 1.0; +} +function elasticInOut(t) { + return t < 0.5 + ? 0.5 * + Math.sin(((+13.0 * Math.PI) / 2) * 2.0 * t) * + Math.pow(2.0, 10.0 * (2.0 * t - 1.0)) + : 0.5 * + Math.sin(((-13.0 * Math.PI) / 2) * (2.0 * t - 1.0 + 1.0)) * + Math.pow(2.0, -10.0 * (2.0 * t - 1.0)) + + 1.0; +} +function elasticIn(t) { + return Math.sin((13.0 * t * Math.PI) / 2) * Math.pow(2.0, 10.0 * (t - 1.0)); +} +function elasticOut(t) { + return (Math.sin((-13.0 * (t + 1.0) * Math.PI) / 2) * Math.pow(2.0, -10.0 * t) + 1.0); +} +function expoInOut(t) { + return t === 0.0 || t === 1.0 + ? t + : t < 0.5 + ? +0.5 * Math.pow(2.0, 20.0 * t - 10.0) + : -0.5 * Math.pow(2.0, 10.0 - t * 20.0) + 1.0; +} +function expoIn(t) { + return t === 0.0 ? t : Math.pow(2.0, 10.0 * (t - 1.0)); +} +function expoOut(t) { + return t === 1.0 ? t : 1.0 - Math.pow(2.0, -10.0 * t); +} +function quadInOut(t) { + t /= 0.5; + if (t < 1) + return 0.5 * t * t; + t--; + return -0.5 * (t * (t - 2) - 1); +} +function quadIn(t) { + return t * t; +} +function quadOut(t) { + return -t * (t - 2.0); +} +function quartInOut(t) { + return t < 0.5 + ? +8.0 * Math.pow(t, 4.0) + : -8.0 * Math.pow(t - 1.0, 4.0) + 1.0; +} +function quartIn(t) { + return Math.pow(t, 4.0); +} +function quartOut(t) { + return Math.pow(t - 1.0, 3.0) * (1.0 - t) + 1.0; +} +function quintInOut(t) { + if ((t *= 2) < 1) + return 0.5 * t * t * t * t * t; + return 0.5 * ((t -= 2) * t * t * t * t + 2); +} +function quintIn(t) { + return t * t * t * t * t; +} +function quintOut(t) { + return --t * t * t * t * t + 1; +} +function sineInOut(t) { + return -0.5 * (Math.cos(Math.PI * t) - 1); +} +function sineIn(t) { + const v = Math.cos(t * Math.PI * 0.5); + if (Math.abs(v) < 1e-14) + return 1; + else + return 1 - v; +} +function sineOut(t) { + return Math.sin((t * Math.PI) / 2); +} + +export { backIn, backInOut, backOut, bounceIn, bounceInOut, bounceOut, circIn, circInOut, circOut, cubicIn, cubicInOut, cubicOut, elasticIn, elasticInOut, elasticOut, expoIn, expoInOut, expoOut, quadIn, quadInOut, quadOut, quartIn, quartInOut, quartOut, quintIn, quintInOut, quintOut, sineIn, sineInOut, sineOut }; diff --git a/2019-setembro/node_modules/svelte/easing/package.json b/2019-setembro/node_modules/svelte/easing/package.json new file mode 100644 index 0000000..598aeea --- /dev/null +++ b/2019-setembro/node_modules/svelte/easing/package.json @@ -0,0 +1,5 @@ +{ + "main": "./index", + "module": "./index.mjs", + "types": "./index.d.ts" +} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/index.js b/2019-setembro/node_modules/svelte/index.js new file mode 100644 index 0000000..0695645 --- /dev/null +++ b/2019-setembro/node_modules/svelte/index.js @@ -0,0 +1,56 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +var internal = require('./internal'); + + + +Object.defineProperty(exports, 'afterUpdate', { + enumerable: true, + get: function () { + return internal.afterUpdate; + } +}); +Object.defineProperty(exports, 'beforeUpdate', { + enumerable: true, + get: function () { + return internal.beforeUpdate; + } +}); +Object.defineProperty(exports, 'createEventDispatcher', { + enumerable: true, + get: function () { + return internal.createEventDispatcher; + } +}); +Object.defineProperty(exports, 'getContext', { + enumerable: true, + get: function () { + return internal.getContext; + } +}); +Object.defineProperty(exports, 'onDestroy', { + enumerable: true, + get: function () { + return internal.onDestroy; + } +}); +Object.defineProperty(exports, 'onMount', { + enumerable: true, + get: function () { + return internal.onMount; + } +}); +Object.defineProperty(exports, 'setContext', { + enumerable: true, + get: function () { + return internal.setContext; + } +}); +Object.defineProperty(exports, 'tick', { + enumerable: true, + get: function () { + return internal.tick; + } +}); diff --git a/2019-setembro/node_modules/svelte/index.mjs b/2019-setembro/node_modules/svelte/index.mjs new file mode 100644 index 0000000..5e961da --- /dev/null +++ b/2019-setembro/node_modules/svelte/index.mjs @@ -0,0 +1 @@ +export { afterUpdate, beforeUpdate, createEventDispatcher, getContext, onDestroy, onMount, setContext, tick } from './internal'; diff --git a/2019-setembro/node_modules/svelte/internal/index.d.ts b/2019-setembro/node_modules/svelte/internal/index.d.ts new file mode 100644 index 0000000..5c4d181 --- /dev/null +++ b/2019-setembro/node_modules/svelte/internal/index.d.ts @@ -0,0 +1 @@ +export * from '../types/runtime/internal/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/internal/index.js b/2019-setembro/node_modules/svelte/internal/index.js new file mode 100644 index 0000000..975ab84 --- /dev/null +++ b/2019-setembro/node_modules/svelte/internal/index.js @@ -0,0 +1,1573 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +function noop() { } +const identity = x => x; +function assign(tar, src) { + // @ts-ignore + for (const k in src) + tar[k] = src[k]; + return tar; +} +function is_promise(value) { + return value && typeof value === 'object' && typeof value.then === 'function'; +} +function add_location(element, file, line, column, char) { + element.__svelte_meta = { + loc: { file, line, column, char } + }; +} +function run(fn) { + return fn(); +} +function blank_object() { + return Object.create(null); +} +function run_all(fns) { + fns.forEach(run); +} +function is_function(thing) { + return typeof thing === 'function'; +} +function safe_not_equal(a, b) { + return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function'); +} +function not_equal(a, b) { + return a != a ? b == b : a !== b; +} +function validate_store(store, name) { + if (!store || typeof store.subscribe !== 'function') { + throw new Error(`'${name}' is not a store with a 'subscribe' method`); + } +} +function subscribe(store, callback) { + const unsub = store.subscribe(callback); + return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub; +} +function get_store_value(store) { + let value; + subscribe(store, _ => value = _)(); + return value; +} +function component_subscribe(component, store, callback) { + component.$$.on_destroy.push(subscribe(store, callback)); +} +function create_slot(definition, ctx, fn) { + if (definition) { + const slot_ctx = get_slot_context(definition, ctx, fn); + return definition[0](slot_ctx); + } +} +function get_slot_context(definition, ctx, fn) { + return definition[1] + ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {}))) + : ctx.$$scope.ctx; +} +function get_slot_changes(definition, ctx, changed, fn) { + return definition[1] + ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {}))) + : ctx.$$scope.changed || {}; +} +function exclude_internal_props(props) { + const result = {}; + for (const k in props) + if (k[0] !== '$') + result[k] = props[k]; + return result; +} +function once(fn) { + let ran = false; + return function (...args) { + if (ran) + return; + ran = true; + fn.call(this, ...args); + }; +} +function null_to_empty(value) { + return value == null ? '' : value; +} +function set_store_value(store, ret, value = ret) { + store.set(value); + return ret; +} + +const is_client = typeof window !== 'undefined'; +exports.now = is_client + ? () => window.performance.now() + : () => Date.now(); +exports.raf = is_client ? cb => requestAnimationFrame(cb) : noop; +// used internally for testing +function set_now(fn) { + exports.now = fn; +} +function set_raf(fn) { + exports.raf = fn; +} + +const tasks = new Set(); +let running = false; +function run_tasks() { + tasks.forEach(task => { + if (!task[0](exports.now())) { + tasks.delete(task); + task[1](); + } + }); + running = tasks.size > 0; + if (running) + exports.raf(run_tasks); +} +function clear_loops() { + // for testing... + tasks.forEach(task => tasks.delete(task)); + running = false; +} +function loop(fn) { + let task; + if (!running) { + running = true; + exports.raf(run_tasks); + } + return { + promise: new Promise(fulfil => { + tasks.add(task = [fn, fulfil]); + }), + abort() { + tasks.delete(task); + } + }; +} + +function append(target, node) { + target.appendChild(node); +} +function insert(target, node, anchor) { + target.insertBefore(node, anchor || null); +} +function detach(node) { + node.parentNode.removeChild(node); +} +function destroy_each(iterations, detaching) { + for (let i = 0; i < iterations.length; i += 1) { + if (iterations[i]) + iterations[i].d(detaching); + } +} +function element(name) { + return document.createElement(name); +} +function element_is(name, is) { + return document.createElement(name, { is }); +} +function object_without_properties(obj, exclude) { + // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion + const target = {}; + for (const k in obj) { + if (Object.prototype.hasOwnProperty.call(obj, k) + // @ts-ignore + && exclude.indexOf(k) === -1) { + // @ts-ignore + target[k] = obj[k]; + } + } + return target; +} +function svg_element(name) { + return document.createElementNS('http://www.w3.org/2000/svg', name); +} +function text(data) { + return document.createTextNode(data); +} +function space() { + return text(' '); +} +function empty() { + return text(''); +} +function listen(node, event, handler, options) { + node.addEventListener(event, handler, options); + return () => node.removeEventListener(event, handler, options); +} +function prevent_default(fn) { + return function (event) { + event.preventDefault(); + // @ts-ignore + return fn.call(this, event); + }; +} +function stop_propagation(fn) { + return function (event) { + event.stopPropagation(); + // @ts-ignore + return fn.call(this, event); + }; +} +function self(fn) { + return function (event) { + // @ts-ignore + if (event.target === this) + fn.call(this, event); + }; +} +function attr(node, attribute, value) { + if (value == null) + node.removeAttribute(attribute); + else + node.setAttribute(attribute, value); +} +function set_attributes(node, attributes) { + for (const key in attributes) { + if (key === 'style') { + node.style.cssText = attributes[key]; + } + else if (key in node) { + node[key] = attributes[key]; + } + else { + attr(node, key, attributes[key]); + } + } +} +function set_svg_attributes(node, attributes) { + for (const key in attributes) { + attr(node, key, attributes[key]); + } +} +function set_custom_element_data(node, prop, value) { + if (prop in node) { + node[prop] = value; + } + else { + attr(node, prop, value); + } +} +function xlink_attr(node, attribute, value) { + node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value); +} +function get_binding_group_value(group) { + const value = []; + for (let i = 0; i < group.length; i += 1) { + if (group[i].checked) + value.push(group[i].__value); + } + return value; +} +function to_number(value) { + return value === '' ? undefined : +value; +} +function time_ranges_to_array(ranges) { + const array = []; + for (let i = 0; i < ranges.length; i += 1) { + array.push({ start: ranges.start(i), end: ranges.end(i) }); + } + return array; +} +function children(element) { + return Array.from(element.childNodes); +} +function claim_element(nodes, name, attributes, svg) { + for (let i = 0; i < nodes.length; i += 1) { + const node = nodes[i]; + if (node.nodeName === name) { + for (let j = 0; j < node.attributes.length; j += 1) { + const attribute = node.attributes[j]; + if (!attributes[attribute.name]) + node.removeAttribute(attribute.name); + } + return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes + } + } + return svg ? svg_element(name) : element(name); +} +function claim_text(nodes, data) { + for (let i = 0; i < nodes.length; i += 1) { + const node = nodes[i]; + if (node.nodeType === 3) { + node.data = '' + data; + return nodes.splice(i, 1)[0]; + } + } + return text(data); +} +function claim_space(nodes) { + return claim_text(nodes, ' '); +} +function set_data(text, data) { + data = '' + data; + if (text.data !== data) + text.data = data; +} +function set_input_value(input, value) { + if (value != null || input.value) { + input.value = value; + } +} +function set_input_type(input, type) { + try { + input.type = type; + } + catch (e) { + // do nothing + } +} +function set_style(node, key, value, important) { + node.style.setProperty(key, value, important ? 'important' : ''); +} +function select_option(select, value) { + for (let i = 0; i < select.options.length; i += 1) { + const option = select.options[i]; + if (option.__value === value) { + option.selected = true; + return; + } + } +} +function select_options(select, value) { + for (let i = 0; i < select.options.length; i += 1) { + const option = select.options[i]; + option.selected = ~value.indexOf(option.__value); + } +} +function select_value(select) { + const selected_option = select.querySelector(':checked') || select.options[0]; + return selected_option && selected_option.__value; +} +function select_multiple_value(select) { + return [].map.call(select.querySelectorAll(':checked'), option => option.__value); +} +function add_resize_listener(element, fn) { + if (getComputedStyle(element).position === 'static') { + element.style.position = 'relative'; + } + const object = document.createElement('object'); + object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;'); + object.type = 'text/html'; + object.tabIndex = -1; + let win; + object.onload = () => { + win = object.contentDocument.defaultView; + win.addEventListener('resize', fn); + }; + if (/Trident/.test(navigator.userAgent)) { + element.appendChild(object); + object.data = 'about:blank'; + } + else { + object.data = 'about:blank'; + element.appendChild(object); + } + return { + cancel: () => { + win && win.removeEventListener && win.removeEventListener('resize', fn); + element.removeChild(object); + } + }; +} +function toggle_class(element, name, toggle) { + element.classList[toggle ? 'add' : 'remove'](name); +} +function custom_event(type, detail) { + const e = document.createEvent('CustomEvent'); + e.initCustomEvent(type, false, false, detail); + return e; +} +class HtmlTag { + constructor(html, anchor = null) { + this.e = element('div'); + this.a = anchor; + this.u(html); + } + m(target, anchor = null) { + for (let i = 0; i < this.n.length; i += 1) { + insert(target, this.n[i], anchor); + } + this.t = target; + } + u(html) { + this.e.innerHTML = html; + this.n = Array.from(this.e.childNodes); + } + p(html) { + this.d(); + this.u(html); + this.m(this.t, this.a); + } + d() { + this.n.forEach(detach); + } +} + +let stylesheet; +let active = 0; +let current_rules = {}; +// https://github.com/darkskyapp/string-hash/blob/master/index.js +function hash(str) { + let hash = 5381; + let i = str.length; + while (i--) + hash = ((hash << 5) - hash) ^ str.charCodeAt(i); + return hash >>> 0; +} +function create_rule(node, a, b, duration, delay, ease, fn, uid = 0) { + const step = 16.666 / duration; + let keyframes = '{\n'; + for (let p = 0; p <= 1; p += step) { + const t = a + (b - a) * ease(p); + keyframes += p * 100 + `%{${fn(t, 1 - t)}}\n`; + } + const rule = keyframes + `100% {${fn(b, 1 - b)}}\n}`; + const name = `__svelte_${hash(rule)}_${uid}`; + if (!current_rules[name]) { + if (!stylesheet) { + const style = element('style'); + document.head.appendChild(style); + stylesheet = style.sheet; + } + current_rules[name] = true; + stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length); + } + const animation = node.style.animation || ''; + node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`; + active += 1; + return name; +} +function delete_rule(node, name) { + node.style.animation = (node.style.animation || '') + .split(', ') + .filter(name + ? anim => anim.indexOf(name) < 0 // remove specific animation + : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations + ) + .join(', '); + if (name && !--active) + clear_rules(); +} +function clear_rules() { + exports.raf(() => { + if (active) + return; + let i = stylesheet.cssRules.length; + while (i--) + stylesheet.deleteRule(i); + current_rules = {}; + }); +} + +function create_animation(node, from, fn, params) { + if (!from) + return noop; + const to = node.getBoundingClientRect(); + if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom) + return noop; + const { delay = 0, duration = 300, easing = identity, + // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation? + start: start_time = exports.now() + delay, + // @ts-ignore todo: + end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params); + let running = true; + let started = false; + let name; + function start() { + if (css) { + name = create_rule(node, 0, 1, duration, delay, easing, css); + } + if (!delay) { + started = true; + } + } + function stop() { + if (css) + delete_rule(node, name); + running = false; + } + loop(now => { + if (!started && now >= start_time) { + started = true; + } + if (started && now >= end) { + tick(1, 0); + stop(); + } + if (!running) { + return false; + } + if (started) { + const p = now - start_time; + const t = 0 + 1 * easing(p / duration); + tick(t, 1 - t); + } + return true; + }); + start(); + tick(0, 1); + return stop; +} +function fix_position(node) { + const style = getComputedStyle(node); + if (style.position !== 'absolute' && style.position !== 'fixed') { + const { width, height } = style; + const a = node.getBoundingClientRect(); + node.style.position = 'absolute'; + node.style.width = width; + node.style.height = height; + add_transform(node, a); + } +} +function add_transform(node, a) { + const b = node.getBoundingClientRect(); + if (a.left !== b.left || a.top !== b.top) { + const style = getComputedStyle(node); + const transform = style.transform === 'none' ? '' : style.transform; + node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`; + } +} + +function set_current_component(component) { + exports.current_component = component; +} +function get_current_component() { + if (!exports.current_component) + throw new Error(`Function called outside component initialization`); + return exports.current_component; +} +function beforeUpdate(fn) { + get_current_component().$$.before_update.push(fn); +} +function onMount(fn) { + get_current_component().$$.on_mount.push(fn); +} +function afterUpdate(fn) { + get_current_component().$$.after_update.push(fn); +} +function onDestroy(fn) { + get_current_component().$$.on_destroy.push(fn); +} +function createEventDispatcher() { + const component = exports.current_component; + return (type, detail) => { + const callbacks = component.$$.callbacks[type]; + if (callbacks) { + // TODO are there situations where events could be dispatched + // in a server (non-DOM) environment? + const event = custom_event(type, detail); + callbacks.slice().forEach(fn => { + fn.call(component, event); + }); + } + }; +} +function setContext(key, context) { + get_current_component().$$.context.set(key, context); +} +function getContext(key) { + return get_current_component().$$.context.get(key); +} +// TODO figure out if we still want to support +// shorthand events, or if we want to implement +// a real bubbling mechanism +function bubble(component, event) { + const callbacks = component.$$.callbacks[event.type]; + if (callbacks) { + callbacks.slice().forEach(fn => fn(event)); + } +} + +const dirty_components = []; +const intros = { enabled: false }; +const binding_callbacks = []; +const render_callbacks = []; +const flush_callbacks = []; +const resolved_promise = Promise.resolve(); +let update_scheduled = false; +function schedule_update() { + if (!update_scheduled) { + update_scheduled = true; + resolved_promise.then(flush); + } +} +function tick() { + schedule_update(); + return resolved_promise; +} +function add_render_callback(fn) { + render_callbacks.push(fn); +} +function add_flush_callback(fn) { + flush_callbacks.push(fn); +} +function flush() { + const seen_callbacks = new Set(); + do { + // first, call beforeUpdate functions + // and update components + while (dirty_components.length) { + const component = dirty_components.shift(); + set_current_component(component); + update(component.$$); + } + while (binding_callbacks.length) + binding_callbacks.pop()(); + // then, once components are updated, call + // afterUpdate functions. This may cause + // subsequent updates... + for (let i = 0; i < render_callbacks.length; i += 1) { + const callback = render_callbacks[i]; + if (!seen_callbacks.has(callback)) { + callback(); + // ...so guard against infinite loops + seen_callbacks.add(callback); + } + } + render_callbacks.length = 0; + } while (dirty_components.length); + while (flush_callbacks.length) { + flush_callbacks.pop()(); + } + update_scheduled = false; +} +function update($$) { + if ($$.fragment) { + $$.update($$.dirty); + run_all($$.before_update); + $$.fragment.p($$.dirty, $$.ctx); + $$.dirty = null; + $$.after_update.forEach(add_render_callback); + } +} + +let promise; +function wait() { + if (!promise) { + promise = Promise.resolve(); + promise.then(() => { + promise = null; + }); + } + return promise; +} +function dispatch(node, direction, kind) { + node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`)); +} +const outroing = new Set(); +let outros; +function group_outros() { + outros = { + r: 0, + c: [], + p: outros // parent group + }; +} +function check_outros() { + if (!outros.r) { + run_all(outros.c); + } + outros = outros.p; +} +function transition_in(block, local) { + if (block && block.i) { + outroing.delete(block); + block.i(local); + } +} +function transition_out(block, local, detach, callback) { + if (block && block.o) { + if (outroing.has(block)) + return; + outroing.add(block); + outros.c.push(() => { + outroing.delete(block); + if (callback) { + if (detach) + block.d(1); + callback(); + } + }); + block.o(local); + } +} +const null_transition = { duration: 0 }; +function create_in_transition(node, fn, params) { + let config = fn(node, params); + let running = false; + let animation_name; + let task; + let uid = 0; + function cleanup() { + if (animation_name) + delete_rule(node, animation_name); + } + function go() { + const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; + if (css) + animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++); + tick(0, 1); + const start_time = exports.now() + delay; + const end_time = start_time + duration; + if (task) + task.abort(); + running = true; + add_render_callback(() => dispatch(node, true, 'start')); + task = loop(now => { + if (running) { + if (now >= end_time) { + tick(1, 0); + dispatch(node, true, 'end'); + cleanup(); + return running = false; + } + if (now >= start_time) { + const t = easing((now - start_time) / duration); + tick(t, 1 - t); + } + } + return running; + }); + } + let started = false; + return { + start() { + if (started) + return; + delete_rule(node); + if (is_function(config)) { + config = config(); + wait().then(go); + } + else { + go(); + } + }, + invalidate() { + started = false; + }, + end() { + if (running) { + cleanup(); + running = false; + } + } + }; +} +function create_out_transition(node, fn, params) { + let config = fn(node, params); + let running = true; + let animation_name; + const group = outros; + group.r += 1; + function go() { + const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; + if (css) + animation_name = create_rule(node, 1, 0, duration, delay, easing, css); + const start_time = exports.now() + delay; + const end_time = start_time + duration; + add_render_callback(() => dispatch(node, false, 'start')); + loop(now => { + if (running) { + if (now >= end_time) { + tick(0, 1); + dispatch(node, false, 'end'); + if (!--group.r) { + // this will result in `end()` being called, + // so we don't need to clean up here + run_all(group.c); + } + return false; + } + if (now >= start_time) { + const t = easing((now - start_time) / duration); + tick(1 - t, t); + } + } + return running; + }); + } + if (is_function(config)) { + wait().then(() => { + // @ts-ignore + config = config(); + go(); + }); + } + else { + go(); + } + return { + end(reset) { + if (reset && config.tick) { + config.tick(1, 0); + } + if (running) { + if (animation_name) + delete_rule(node, animation_name); + running = false; + } + } + }; +} +function create_bidirectional_transition(node, fn, params, intro) { + let config = fn(node, params); + let t = intro ? 0 : 1; + let running_program = null; + let pending_program = null; + let animation_name = null; + function clear_animation() { + if (animation_name) + delete_rule(node, animation_name); + } + function init(program, duration) { + const d = program.b - t; + duration *= Math.abs(d); + return { + a: t, + b: program.b, + d, + duration, + start: program.start, + end: program.start + duration, + group: program.group + }; + } + function go(b) { + const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; + const program = { + start: exports.now() + delay, + b + }; + if (!b) { + // @ts-ignore todo: improve typings + program.group = outros; + outros.r += 1; + } + if (running_program) { + pending_program = program; + } + else { + // if this is an intro, and there's a delay, we need to do + // an initial tick and/or apply CSS animation immediately + if (css) { + clear_animation(); + animation_name = create_rule(node, t, b, duration, delay, easing, css); + } + if (b) + tick(0, 1); + running_program = init(program, duration); + add_render_callback(() => dispatch(node, b, 'start')); + loop(now => { + if (pending_program && now > pending_program.start) { + running_program = init(pending_program, duration); + pending_program = null; + dispatch(node, running_program.b, 'start'); + if (css) { + clear_animation(); + animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css); + } + } + if (running_program) { + if (now >= running_program.end) { + tick(t = running_program.b, 1 - t); + dispatch(node, running_program.b, 'end'); + if (!pending_program) { + // we're done + if (running_program.b) { + // intro — we can tidy up immediately + clear_animation(); + } + else { + // outro — needs to be coordinated + if (!--running_program.group.r) + run_all(running_program.group.c); + } + } + running_program = null; + } + else if (now >= running_program.start) { + const p = now - running_program.start; + t = running_program.a + running_program.d * easing(p / running_program.duration); + tick(t, 1 - t); + } + } + return !!(running_program || pending_program); + }); + } + } + return { + run(b) { + if (is_function(config)) { + wait().then(() => { + // @ts-ignore + config = config(); + go(b); + }); + } + else { + go(b); + } + }, + end() { + clear_animation(); + running_program = pending_program = null; + } + }; +} + +function handle_promise(promise, info) { + const token = info.token = {}; + function update(type, index, key, value) { + if (info.token !== token) + return; + info.resolved = key && { [key]: value }; + const child_ctx = assign(assign({}, info.ctx), info.resolved); + const block = type && (info.current = type)(child_ctx); + if (info.block) { + if (info.blocks) { + info.blocks.forEach((block, i) => { + if (i !== index && block) { + group_outros(); + transition_out(block, 1, 1, () => { + info.blocks[i] = null; + }); + check_outros(); + } + }); + } + else { + info.block.d(1); + } + block.c(); + transition_in(block, 1); + block.m(info.mount(), info.anchor); + flush(); + } + info.block = block; + if (info.blocks) + info.blocks[index] = block; + } + if (is_promise(promise)) { + const current_component = get_current_component(); + promise.then(value => { + set_current_component(current_component); + update(info.then, 1, info.value, value); + set_current_component(null); + }, error => { + set_current_component(current_component); + update(info.catch, 2, info.error, error); + set_current_component(null); + }); + // if we previously had a then/catch block, destroy it + if (info.current !== info.pending) { + update(info.pending, 0); + return true; + } + } + else { + if (info.current !== info.then) { + update(info.then, 1, info.value, promise); + return true; + } + info.resolved = { [info.value]: promise }; + } +} + +const globals = (typeof window !== 'undefined' ? window : global); + +function destroy_block(block, lookup) { + block.d(1); + lookup.delete(block.key); +} +function outro_and_destroy_block(block, lookup) { + transition_out(block, 1, 1, () => { + lookup.delete(block.key); + }); +} +function fix_and_destroy_block(block, lookup) { + block.f(); + destroy_block(block, lookup); +} +function fix_and_outro_and_destroy_block(block, lookup) { + block.f(); + outro_and_destroy_block(block, lookup); +} +function update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) { + let o = old_blocks.length; + let n = list.length; + let i = o; + const old_indexes = {}; + while (i--) + old_indexes[old_blocks[i].key] = i; + const new_blocks = []; + const new_lookup = new Map(); + const deltas = new Map(); + i = n; + while (i--) { + const child_ctx = get_context(ctx, list, i); + const key = get_key(child_ctx); + let block = lookup.get(key); + if (!block) { + block = create_each_block(key, child_ctx); + block.c(); + } + else if (dynamic) { + block.p(changed, child_ctx); + } + new_lookup.set(key, new_blocks[i] = block); + if (key in old_indexes) + deltas.set(key, Math.abs(i - old_indexes[key])); + } + const will_move = new Set(); + const did_move = new Set(); + function insert(block) { + transition_in(block, 1); + block.m(node, next); + lookup.set(block.key, block); + next = block.first; + n--; + } + while (o && n) { + const new_block = new_blocks[n - 1]; + const old_block = old_blocks[o - 1]; + const new_key = new_block.key; + const old_key = old_block.key; + if (new_block === old_block) { + // do nothing + next = new_block.first; + o--; + n--; + } + else if (!new_lookup.has(old_key)) { + // remove old block + destroy(old_block, lookup); + o--; + } + else if (!lookup.has(new_key) || will_move.has(new_key)) { + insert(new_block); + } + else if (did_move.has(old_key)) { + o--; + } + else if (deltas.get(new_key) > deltas.get(old_key)) { + did_move.add(new_key); + insert(new_block); + } + else { + will_move.add(old_key); + o--; + } + } + while (o--) { + const old_block = old_blocks[o]; + if (!new_lookup.has(old_block.key)) + destroy(old_block, lookup); + } + while (n) + insert(new_blocks[n - 1]); + return new_blocks; +} +function measure(blocks) { + const rects = {}; + let i = blocks.length; + while (i--) + rects[blocks[i].key] = blocks[i].node.getBoundingClientRect(); + return rects; +} + +function get_spread_update(levels, updates) { + const update = {}; + const to_null_out = {}; + const accounted_for = { $$scope: 1 }; + let i = levels.length; + while (i--) { + const o = levels[i]; + const n = updates[i]; + if (n) { + for (const key in o) { + if (!(key in n)) + to_null_out[key] = 1; + } + for (const key in n) { + if (!accounted_for[key]) { + update[key] = n[key]; + accounted_for[key] = 1; + } + } + levels[i] = n; + } + else { + for (const key in o) { + accounted_for[key] = 1; + } + } + } + for (const key in to_null_out) { + if (!(key in update)) + update[key] = undefined; + } + return update; +} +function get_spread_object(spread_props) { + return typeof spread_props === 'object' && spread_props !== null ? spread_props : {}; +} + +const invalid_attribute_name_character = /[\s'">/=\u{FDD0}-\u{FDEF}\u{FFFE}\u{FFFF}\u{1FFFE}\u{1FFFF}\u{2FFFE}\u{2FFFF}\u{3FFFE}\u{3FFFF}\u{4FFFE}\u{4FFFF}\u{5FFFE}\u{5FFFF}\u{6FFFE}\u{6FFFF}\u{7FFFE}\u{7FFFF}\u{8FFFE}\u{8FFFF}\u{9FFFE}\u{9FFFF}\u{AFFFE}\u{AFFFF}\u{BFFFE}\u{BFFFF}\u{CFFFE}\u{CFFFF}\u{DFFFE}\u{DFFFF}\u{EFFFE}\u{EFFFF}\u{FFFFE}\u{FFFFF}\u{10FFFE}\u{10FFFF}]/u; +// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 +// https://infra.spec.whatwg.org/#noncharacter +function spread(args) { + const attributes = Object.assign({}, ...args); + let str = ''; + Object.keys(attributes).forEach(name => { + if (invalid_attribute_name_character.test(name)) + return; + const value = attributes[name]; + if (value === undefined) + return; + if (value === true) + str += " " + name; + const escaped = String(value) + .replace(/"/g, '"') + .replace(/'/g, '''); + str += " " + name + "=" + JSON.stringify(escaped); + }); + return str; +} +const escaped = { + '"': '"', + "'": ''', + '&': '&', + '<': '<', + '>': '>' +}; +function escape(html) { + return String(html).replace(/["'&<>]/g, match => escaped[match]); +} +function each(items, fn) { + let str = ''; + for (let i = 0; i < items.length; i += 1) { + str += fn(items[i], i); + } + return str; +} +const missing_component = { + $$render: () => '' +}; +function validate_component(component, name) { + if (!component || !component.$$render) { + if (name === 'svelte:component') + name += ' this={...}'; + throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`); + } + return component; +} +function debug(file, line, column, values) { + console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console + console.log(values); // eslint-disable-line no-console + return ''; +} +let on_destroy; +function create_ssr_component(fn) { + function $$render(result, props, bindings, slots) { + const parent_component = exports.current_component; + const $$ = { + on_destroy, + context: new Map(parent_component ? parent_component.$$.context : []), + // these will be immediately discarded + on_mount: [], + before_update: [], + after_update: [], + callbacks: blank_object() + }; + set_current_component({ $$ }); + const html = fn(result, props, bindings, slots); + set_current_component(parent_component); + return html; + } + return { + render: (props = {}, options = {}) => { + on_destroy = []; + const result = { head: '', css: new Set() }; + const html = $$render(result, props, {}, options); + run_all(on_destroy); + return { + html, + css: { + code: Array.from(result.css).map(css => css.code).join('\n'), + map: null // TODO + }, + head: result.head + }; + }, + $$render + }; +} +function add_attribute(name, value, boolean) { + if (value == null || (boolean && !value)) + return ''; + return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `"${value}"`}`}`; +} +function add_classes(classes) { + return classes ? ` class="${classes}"` : ``; +} + +function bind(component, name, callback) { + if (component.$$.props.indexOf(name) === -1) + return; + component.$$.bound[name] = callback; + callback(component.$$.ctx[name]); +} +function mount_component(component, target, anchor) { + const { fragment, on_mount, on_destroy, after_update } = component.$$; + fragment.m(target, anchor); + // onMount happens before the initial afterUpdate + add_render_callback(() => { + const new_on_destroy = on_mount.map(run).filter(is_function); + if (on_destroy) { + on_destroy.push(...new_on_destroy); + } + else { + // Edge case - component was destroyed immediately, + // most likely as a result of a binding initialising + run_all(new_on_destroy); + } + component.$$.on_mount = []; + }); + after_update.forEach(add_render_callback); +} +function destroy_component(component, detaching) { + if (component.$$.fragment) { + run_all(component.$$.on_destroy); + component.$$.fragment.d(detaching); + // TODO null out other refs, including component.$$ (but need to + // preserve final state?) + component.$$.on_destroy = component.$$.fragment = null; + component.$$.ctx = {}; + } +} +function make_dirty(component, key) { + if (!component.$$.dirty) { + dirty_components.push(component); + schedule_update(); + component.$$.dirty = blank_object(); + } + component.$$.dirty[key] = true; +} +function init(component, options, instance, create_fragment, not_equal, prop_names) { + const parent_component = exports.current_component; + set_current_component(component); + const props = options.props || {}; + const $$ = component.$$ = { + fragment: null, + ctx: null, + // state + props: prop_names, + update: noop, + not_equal, + bound: blank_object(), + // lifecycle + on_mount: [], + on_destroy: [], + before_update: [], + after_update: [], + context: new Map(parent_component ? parent_component.$$.context : []), + // everything else + callbacks: blank_object(), + dirty: null + }; + let ready = false; + $$.ctx = instance + ? instance(component, props, (key, ret, value = ret) => { + if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) { + if ($$.bound[key]) + $$.bound[key](value); + if (ready) + make_dirty(component, key); + } + return ret; + }) + : props; + $$.update(); + ready = true; + run_all($$.before_update); + $$.fragment = create_fragment($$.ctx); + if (options.target) { + if (options.hydrate) { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + $$.fragment.l(children(options.target)); + } + else { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + $$.fragment.c(); + } + if (options.intro) + transition_in(component.$$.fragment); + mount_component(component, options.target, options.anchor); + flush(); + } + set_current_component(parent_component); +} +if (typeof HTMLElement !== 'undefined') { + exports.SvelteElement = class extends HTMLElement { + constructor() { + super(); + this.attachShadow({ mode: 'open' }); + } + connectedCallback() { + // @ts-ignore todo: improve typings + for (const key in this.$$.slotted) { + // @ts-ignore todo: improve typings + this.appendChild(this.$$.slotted[key]); + } + } + attributeChangedCallback(attr, _oldValue, newValue) { + this[attr] = newValue; + } + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + $on(type, callback) { + // TODO should this delegate to addEventListener? + const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); + callbacks.push(callback); + return () => { + const index = callbacks.indexOf(callback); + if (index !== -1) + callbacks.splice(index, 1); + }; + } + $set() { + // overridden by instance, if it has props + } + }; +} +class SvelteComponent { + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + $on(type, callback) { + const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); + callbacks.push(callback); + return () => { + const index = callbacks.indexOf(callback); + if (index !== -1) + callbacks.splice(index, 1); + }; + } + $set() { + // overridden by instance, if it has props + } +} + +function dispatch_dev(type, detail) { + document.dispatchEvent(custom_event(type, detail)); +} +function append_dev(target, node) { + dispatch_dev("SvelteDOMInsert", { target, node }); + append(target, node); +} +function insert_dev(target, node, anchor) { + dispatch_dev("SvelteDOMInsert", { target, node, anchor }); + insert(target, node, anchor); +} +function detach_dev(node) { + dispatch_dev("SvelteDOMRemove", { node }); + detach(node); +} +function detach_between_dev(before, after) { + while (before.nextSibling && before.nextSibling !== after) { + detach_dev(before.nextSibling); + } +} +function detach_before_dev(after) { + while (after.previousSibling) { + detach_dev(after.previousSibling); + } +} +function detach_after_dev(before) { + while (before.nextSibling) { + detach_dev(before.nextSibling); + } +} +function listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) { + const modifiers = options === true ? ["capture"] : options ? Array.from(Object.keys(options)) : []; + if (has_prevent_default) + modifiers.push('preventDefault'); + if (has_stop_propagation) + modifiers.push('stopPropagation'); + dispatch_dev("SvelteDOMAddEventListener", { node, event, handler, modifiers }); + const dispose = listen(node, event, handler, options); + return () => { + dispatch_dev("SvelteDOMRemoveEventListener", { node, event, handler, modifiers }); + dispose(); + }; +} +function attr_dev(node, attribute, value) { + attr(node, attribute, value); + if (value == null) + dispatch_dev("SvelteDOMRemoveAttribute", { node, attribute }); + else + dispatch_dev("SvelteDOMSetAttribute", { node, attribute, value }); +} +function prop_dev(node, property, value) { + node[property] = value; + dispatch_dev("SvelteDOMSetProperty", { node, property, value }); +} +function dataset_dev(node, property, value) { + node.dataset[property] = value; + dispatch_dev("SvelteDOMSetDataset", { node, property, value }); +} +function set_data_dev(text, data) { + data = '' + data; + if (text.data === data) + return; + dispatch_dev("SvelteDOMSetData", { node: text, data }); + text.data = data; +} +class SvelteComponentDev extends SvelteComponent { + constructor(options) { + if (!options || (!options.target && !options.$$inline)) { + throw new Error(`'target' is a required option`); + } + super(); + } + $destroy() { + super.$destroy(); + this.$destroy = () => { + console.warn(`Component was already destroyed`); // eslint-disable-line no-console + }; + } +} + +exports.HtmlTag = HtmlTag; +exports.SvelteComponent = SvelteComponent; +exports.SvelteComponentDev = SvelteComponentDev; +exports.add_attribute = add_attribute; +exports.add_classes = add_classes; +exports.add_flush_callback = add_flush_callback; +exports.add_location = add_location; +exports.add_render_callback = add_render_callback; +exports.add_resize_listener = add_resize_listener; +exports.add_transform = add_transform; +exports.afterUpdate = afterUpdate; +exports.append = append; +exports.append_dev = append_dev; +exports.assign = assign; +exports.attr = attr; +exports.attr_dev = attr_dev; +exports.beforeUpdate = beforeUpdate; +exports.bind = bind; +exports.binding_callbacks = binding_callbacks; +exports.blank_object = blank_object; +exports.bubble = bubble; +exports.check_outros = check_outros; +exports.children = children; +exports.claim_element = claim_element; +exports.claim_space = claim_space; +exports.claim_text = claim_text; +exports.clear_loops = clear_loops; +exports.component_subscribe = component_subscribe; +exports.createEventDispatcher = createEventDispatcher; +exports.create_animation = create_animation; +exports.create_bidirectional_transition = create_bidirectional_transition; +exports.create_in_transition = create_in_transition; +exports.create_out_transition = create_out_transition; +exports.create_slot = create_slot; +exports.create_ssr_component = create_ssr_component; +exports.custom_event = custom_event; +exports.dataset_dev = dataset_dev; +exports.debug = debug; +exports.destroy_block = destroy_block; +exports.destroy_component = destroy_component; +exports.destroy_each = destroy_each; +exports.detach = detach; +exports.detach_after_dev = detach_after_dev; +exports.detach_before_dev = detach_before_dev; +exports.detach_between_dev = detach_between_dev; +exports.detach_dev = detach_dev; +exports.dirty_components = dirty_components; +exports.dispatch_dev = dispatch_dev; +exports.each = each; +exports.element = element; +exports.element_is = element_is; +exports.empty = empty; +exports.escape = escape; +exports.escaped = escaped; +exports.exclude_internal_props = exclude_internal_props; +exports.fix_and_destroy_block = fix_and_destroy_block; +exports.fix_and_outro_and_destroy_block = fix_and_outro_and_destroy_block; +exports.fix_position = fix_position; +exports.flush = flush; +exports.getContext = getContext; +exports.get_binding_group_value = get_binding_group_value; +exports.get_current_component = get_current_component; +exports.get_slot_changes = get_slot_changes; +exports.get_slot_context = get_slot_context; +exports.get_spread_object = get_spread_object; +exports.get_spread_update = get_spread_update; +exports.get_store_value = get_store_value; +exports.globals = globals; +exports.group_outros = group_outros; +exports.handle_promise = handle_promise; +exports.identity = identity; +exports.init = init; +exports.insert = insert; +exports.insert_dev = insert_dev; +exports.intros = intros; +exports.invalid_attribute_name_character = invalid_attribute_name_character; +exports.is_client = is_client; +exports.is_function = is_function; +exports.is_promise = is_promise; +exports.listen = listen; +exports.listen_dev = listen_dev; +exports.loop = loop; +exports.measure = measure; +exports.missing_component = missing_component; +exports.mount_component = mount_component; +exports.noop = noop; +exports.not_equal = not_equal; +exports.null_to_empty = null_to_empty; +exports.object_without_properties = object_without_properties; +exports.onDestroy = onDestroy; +exports.onMount = onMount; +exports.once = once; +exports.outro_and_destroy_block = outro_and_destroy_block; +exports.prevent_default = prevent_default; +exports.prop_dev = prop_dev; +exports.run = run; +exports.run_all = run_all; +exports.safe_not_equal = safe_not_equal; +exports.schedule_update = schedule_update; +exports.select_multiple_value = select_multiple_value; +exports.select_option = select_option; +exports.select_options = select_options; +exports.select_value = select_value; +exports.self = self; +exports.setContext = setContext; +exports.set_attributes = set_attributes; +exports.set_current_component = set_current_component; +exports.set_custom_element_data = set_custom_element_data; +exports.set_data = set_data; +exports.set_data_dev = set_data_dev; +exports.set_input_type = set_input_type; +exports.set_input_value = set_input_value; +exports.set_now = set_now; +exports.set_raf = set_raf; +exports.set_store_value = set_store_value; +exports.set_style = set_style; +exports.set_svg_attributes = set_svg_attributes; +exports.space = space; +exports.spread = spread; +exports.stop_propagation = stop_propagation; +exports.subscribe = subscribe; +exports.svg_element = svg_element; +exports.text = text; +exports.tick = tick; +exports.time_ranges_to_array = time_ranges_to_array; +exports.to_number = to_number; +exports.toggle_class = toggle_class; +exports.transition_in = transition_in; +exports.transition_out = transition_out; +exports.update_keyed_each = update_keyed_each; +exports.validate_component = validate_component; +exports.validate_store = validate_store; +exports.xlink_attr = xlink_attr; diff --git a/2019-setembro/node_modules/svelte/internal/index.mjs b/2019-setembro/node_modules/svelte/internal/index.mjs new file mode 100644 index 0000000..01e13b5 --- /dev/null +++ b/2019-setembro/node_modules/svelte/internal/index.mjs @@ -0,0 +1,1439 @@ +function noop() { } +const identity = x => x; +function assign(tar, src) { + // @ts-ignore + for (const k in src) + tar[k] = src[k]; + return tar; +} +function is_promise(value) { + return value && typeof value === 'object' && typeof value.then === 'function'; +} +function add_location(element, file, line, column, char) { + element.__svelte_meta = { + loc: { file, line, column, char } + }; +} +function run(fn) { + return fn(); +} +function blank_object() { + return Object.create(null); +} +function run_all(fns) { + fns.forEach(run); +} +function is_function(thing) { + return typeof thing === 'function'; +} +function safe_not_equal(a, b) { + return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function'); +} +function not_equal(a, b) { + return a != a ? b == b : a !== b; +} +function validate_store(store, name) { + if (!store || typeof store.subscribe !== 'function') { + throw new Error(`'${name}' is not a store with a 'subscribe' method`); + } +} +function subscribe(store, callback) { + const unsub = store.subscribe(callback); + return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub; +} +function get_store_value(store) { + let value; + subscribe(store, _ => value = _)(); + return value; +} +function component_subscribe(component, store, callback) { + component.$$.on_destroy.push(subscribe(store, callback)); +} +function create_slot(definition, ctx, fn) { + if (definition) { + const slot_ctx = get_slot_context(definition, ctx, fn); + return definition[0](slot_ctx); + } +} +function get_slot_context(definition, ctx, fn) { + return definition[1] + ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {}))) + : ctx.$$scope.ctx; +} +function get_slot_changes(definition, ctx, changed, fn) { + return definition[1] + ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {}))) + : ctx.$$scope.changed || {}; +} +function exclude_internal_props(props) { + const result = {}; + for (const k in props) + if (k[0] !== '$') + result[k] = props[k]; + return result; +} +function once(fn) { + let ran = false; + return function (...args) { + if (ran) + return; + ran = true; + fn.call(this, ...args); + }; +} +function null_to_empty(value) { + return value == null ? '' : value; +} +function set_store_value(store, ret, value = ret) { + store.set(value); + return ret; +} + +const is_client = typeof window !== 'undefined'; +let now = is_client + ? () => window.performance.now() + : () => Date.now(); +let raf = is_client ? cb => requestAnimationFrame(cb) : noop; +// used internally for testing +function set_now(fn) { + now = fn; +} +function set_raf(fn) { + raf = fn; +} + +const tasks = new Set(); +let running = false; +function run_tasks() { + tasks.forEach(task => { + if (!task[0](now())) { + tasks.delete(task); + task[1](); + } + }); + running = tasks.size > 0; + if (running) + raf(run_tasks); +} +function clear_loops() { + // for testing... + tasks.forEach(task => tasks.delete(task)); + running = false; +} +function loop(fn) { + let task; + if (!running) { + running = true; + raf(run_tasks); + } + return { + promise: new Promise(fulfil => { + tasks.add(task = [fn, fulfil]); + }), + abort() { + tasks.delete(task); + } + }; +} + +function append(target, node) { + target.appendChild(node); +} +function insert(target, node, anchor) { + target.insertBefore(node, anchor || null); +} +function detach(node) { + node.parentNode.removeChild(node); +} +function destroy_each(iterations, detaching) { + for (let i = 0; i < iterations.length; i += 1) { + if (iterations[i]) + iterations[i].d(detaching); + } +} +function element(name) { + return document.createElement(name); +} +function element_is(name, is) { + return document.createElement(name, { is }); +} +function object_without_properties(obj, exclude) { + // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion + const target = {}; + for (const k in obj) { + if (Object.prototype.hasOwnProperty.call(obj, k) + // @ts-ignore + && exclude.indexOf(k) === -1) { + // @ts-ignore + target[k] = obj[k]; + } + } + return target; +} +function svg_element(name) { + return document.createElementNS('http://www.w3.org/2000/svg', name); +} +function text(data) { + return document.createTextNode(data); +} +function space() { + return text(' '); +} +function empty() { + return text(''); +} +function listen(node, event, handler, options) { + node.addEventListener(event, handler, options); + return () => node.removeEventListener(event, handler, options); +} +function prevent_default(fn) { + return function (event) { + event.preventDefault(); + // @ts-ignore + return fn.call(this, event); + }; +} +function stop_propagation(fn) { + return function (event) { + event.stopPropagation(); + // @ts-ignore + return fn.call(this, event); + }; +} +function self(fn) { + return function (event) { + // @ts-ignore + if (event.target === this) + fn.call(this, event); + }; +} +function attr(node, attribute, value) { + if (value == null) + node.removeAttribute(attribute); + else + node.setAttribute(attribute, value); +} +function set_attributes(node, attributes) { + for (const key in attributes) { + if (key === 'style') { + node.style.cssText = attributes[key]; + } + else if (key in node) { + node[key] = attributes[key]; + } + else { + attr(node, key, attributes[key]); + } + } +} +function set_svg_attributes(node, attributes) { + for (const key in attributes) { + attr(node, key, attributes[key]); + } +} +function set_custom_element_data(node, prop, value) { + if (prop in node) { + node[prop] = value; + } + else { + attr(node, prop, value); + } +} +function xlink_attr(node, attribute, value) { + node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value); +} +function get_binding_group_value(group) { + const value = []; + for (let i = 0; i < group.length; i += 1) { + if (group[i].checked) + value.push(group[i].__value); + } + return value; +} +function to_number(value) { + return value === '' ? undefined : +value; +} +function time_ranges_to_array(ranges) { + const array = []; + for (let i = 0; i < ranges.length; i += 1) { + array.push({ start: ranges.start(i), end: ranges.end(i) }); + } + return array; +} +function children(element) { + return Array.from(element.childNodes); +} +function claim_element(nodes, name, attributes, svg) { + for (let i = 0; i < nodes.length; i += 1) { + const node = nodes[i]; + if (node.nodeName === name) { + for (let j = 0; j < node.attributes.length; j += 1) { + const attribute = node.attributes[j]; + if (!attributes[attribute.name]) + node.removeAttribute(attribute.name); + } + return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes + } + } + return svg ? svg_element(name) : element(name); +} +function claim_text(nodes, data) { + for (let i = 0; i < nodes.length; i += 1) { + const node = nodes[i]; + if (node.nodeType === 3) { + node.data = '' + data; + return nodes.splice(i, 1)[0]; + } + } + return text(data); +} +function claim_space(nodes) { + return claim_text(nodes, ' '); +} +function set_data(text, data) { + data = '' + data; + if (text.data !== data) + text.data = data; +} +function set_input_value(input, value) { + if (value != null || input.value) { + input.value = value; + } +} +function set_input_type(input, type) { + try { + input.type = type; + } + catch (e) { + // do nothing + } +} +function set_style(node, key, value, important) { + node.style.setProperty(key, value, important ? 'important' : ''); +} +function select_option(select, value) { + for (let i = 0; i < select.options.length; i += 1) { + const option = select.options[i]; + if (option.__value === value) { + option.selected = true; + return; + } + } +} +function select_options(select, value) { + for (let i = 0; i < select.options.length; i += 1) { + const option = select.options[i]; + option.selected = ~value.indexOf(option.__value); + } +} +function select_value(select) { + const selected_option = select.querySelector(':checked') || select.options[0]; + return selected_option && selected_option.__value; +} +function select_multiple_value(select) { + return [].map.call(select.querySelectorAll(':checked'), option => option.__value); +} +function add_resize_listener(element, fn) { + if (getComputedStyle(element).position === 'static') { + element.style.position = 'relative'; + } + const object = document.createElement('object'); + object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;'); + object.type = 'text/html'; + object.tabIndex = -1; + let win; + object.onload = () => { + win = object.contentDocument.defaultView; + win.addEventListener('resize', fn); + }; + if (/Trident/.test(navigator.userAgent)) { + element.appendChild(object); + object.data = 'about:blank'; + } + else { + object.data = 'about:blank'; + element.appendChild(object); + } + return { + cancel: () => { + win && win.removeEventListener && win.removeEventListener('resize', fn); + element.removeChild(object); + } + }; +} +function toggle_class(element, name, toggle) { + element.classList[toggle ? 'add' : 'remove'](name); +} +function custom_event(type, detail) { + const e = document.createEvent('CustomEvent'); + e.initCustomEvent(type, false, false, detail); + return e; +} +class HtmlTag { + constructor(html, anchor = null) { + this.e = element('div'); + this.a = anchor; + this.u(html); + } + m(target, anchor = null) { + for (let i = 0; i < this.n.length; i += 1) { + insert(target, this.n[i], anchor); + } + this.t = target; + } + u(html) { + this.e.innerHTML = html; + this.n = Array.from(this.e.childNodes); + } + p(html) { + this.d(); + this.u(html); + this.m(this.t, this.a); + } + d() { + this.n.forEach(detach); + } +} + +let stylesheet; +let active = 0; +let current_rules = {}; +// https://github.com/darkskyapp/string-hash/blob/master/index.js +function hash(str) { + let hash = 5381; + let i = str.length; + while (i--) + hash = ((hash << 5) - hash) ^ str.charCodeAt(i); + return hash >>> 0; +} +function create_rule(node, a, b, duration, delay, ease, fn, uid = 0) { + const step = 16.666 / duration; + let keyframes = '{\n'; + for (let p = 0; p <= 1; p += step) { + const t = a + (b - a) * ease(p); + keyframes += p * 100 + `%{${fn(t, 1 - t)}}\n`; + } + const rule = keyframes + `100% {${fn(b, 1 - b)}}\n}`; + const name = `__svelte_${hash(rule)}_${uid}`; + if (!current_rules[name]) { + if (!stylesheet) { + const style = element('style'); + document.head.appendChild(style); + stylesheet = style.sheet; + } + current_rules[name] = true; + stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length); + } + const animation = node.style.animation || ''; + node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`; + active += 1; + return name; +} +function delete_rule(node, name) { + node.style.animation = (node.style.animation || '') + .split(', ') + .filter(name + ? anim => anim.indexOf(name) < 0 // remove specific animation + : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations + ) + .join(', '); + if (name && !--active) + clear_rules(); +} +function clear_rules() { + raf(() => { + if (active) + return; + let i = stylesheet.cssRules.length; + while (i--) + stylesheet.deleteRule(i); + current_rules = {}; + }); +} + +function create_animation(node, from, fn, params) { + if (!from) + return noop; + const to = node.getBoundingClientRect(); + if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom) + return noop; + const { delay = 0, duration = 300, easing = identity, + // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation? + start: start_time = now() + delay, + // @ts-ignore todo: + end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params); + let running = true; + let started = false; + let name; + function start() { + if (css) { + name = create_rule(node, 0, 1, duration, delay, easing, css); + } + if (!delay) { + started = true; + } + } + function stop() { + if (css) + delete_rule(node, name); + running = false; + } + loop(now => { + if (!started && now >= start_time) { + started = true; + } + if (started && now >= end) { + tick(1, 0); + stop(); + } + if (!running) { + return false; + } + if (started) { + const p = now - start_time; + const t = 0 + 1 * easing(p / duration); + tick(t, 1 - t); + } + return true; + }); + start(); + tick(0, 1); + return stop; +} +function fix_position(node) { + const style = getComputedStyle(node); + if (style.position !== 'absolute' && style.position !== 'fixed') { + const { width, height } = style; + const a = node.getBoundingClientRect(); + node.style.position = 'absolute'; + node.style.width = width; + node.style.height = height; + add_transform(node, a); + } +} +function add_transform(node, a) { + const b = node.getBoundingClientRect(); + if (a.left !== b.left || a.top !== b.top) { + const style = getComputedStyle(node); + const transform = style.transform === 'none' ? '' : style.transform; + node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`; + } +} + +let current_component; +function set_current_component(component) { + current_component = component; +} +function get_current_component() { + if (!current_component) + throw new Error(`Function called outside component initialization`); + return current_component; +} +function beforeUpdate(fn) { + get_current_component().$$.before_update.push(fn); +} +function onMount(fn) { + get_current_component().$$.on_mount.push(fn); +} +function afterUpdate(fn) { + get_current_component().$$.after_update.push(fn); +} +function onDestroy(fn) { + get_current_component().$$.on_destroy.push(fn); +} +function createEventDispatcher() { + const component = current_component; + return (type, detail) => { + const callbacks = component.$$.callbacks[type]; + if (callbacks) { + // TODO are there situations where events could be dispatched + // in a server (non-DOM) environment? + const event = custom_event(type, detail); + callbacks.slice().forEach(fn => { + fn.call(component, event); + }); + } + }; +} +function setContext(key, context) { + get_current_component().$$.context.set(key, context); +} +function getContext(key) { + return get_current_component().$$.context.get(key); +} +// TODO figure out if we still want to support +// shorthand events, or if we want to implement +// a real bubbling mechanism +function bubble(component, event) { + const callbacks = component.$$.callbacks[event.type]; + if (callbacks) { + callbacks.slice().forEach(fn => fn(event)); + } +} + +const dirty_components = []; +const intros = { enabled: false }; +const binding_callbacks = []; +const render_callbacks = []; +const flush_callbacks = []; +const resolved_promise = Promise.resolve(); +let update_scheduled = false; +function schedule_update() { + if (!update_scheduled) { + update_scheduled = true; + resolved_promise.then(flush); + } +} +function tick() { + schedule_update(); + return resolved_promise; +} +function add_render_callback(fn) { + render_callbacks.push(fn); +} +function add_flush_callback(fn) { + flush_callbacks.push(fn); +} +function flush() { + const seen_callbacks = new Set(); + do { + // first, call beforeUpdate functions + // and update components + while (dirty_components.length) { + const component = dirty_components.shift(); + set_current_component(component); + update(component.$$); + } + while (binding_callbacks.length) + binding_callbacks.pop()(); + // then, once components are updated, call + // afterUpdate functions. This may cause + // subsequent updates... + for (let i = 0; i < render_callbacks.length; i += 1) { + const callback = render_callbacks[i]; + if (!seen_callbacks.has(callback)) { + callback(); + // ...so guard against infinite loops + seen_callbacks.add(callback); + } + } + render_callbacks.length = 0; + } while (dirty_components.length); + while (flush_callbacks.length) { + flush_callbacks.pop()(); + } + update_scheduled = false; +} +function update($$) { + if ($$.fragment) { + $$.update($$.dirty); + run_all($$.before_update); + $$.fragment.p($$.dirty, $$.ctx); + $$.dirty = null; + $$.after_update.forEach(add_render_callback); + } +} + +let promise; +function wait() { + if (!promise) { + promise = Promise.resolve(); + promise.then(() => { + promise = null; + }); + } + return promise; +} +function dispatch(node, direction, kind) { + node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`)); +} +const outroing = new Set(); +let outros; +function group_outros() { + outros = { + r: 0, + c: [], + p: outros // parent group + }; +} +function check_outros() { + if (!outros.r) { + run_all(outros.c); + } + outros = outros.p; +} +function transition_in(block, local) { + if (block && block.i) { + outroing.delete(block); + block.i(local); + } +} +function transition_out(block, local, detach, callback) { + if (block && block.o) { + if (outroing.has(block)) + return; + outroing.add(block); + outros.c.push(() => { + outroing.delete(block); + if (callback) { + if (detach) + block.d(1); + callback(); + } + }); + block.o(local); + } +} +const null_transition = { duration: 0 }; +function create_in_transition(node, fn, params) { + let config = fn(node, params); + let running = false; + let animation_name; + let task; + let uid = 0; + function cleanup() { + if (animation_name) + delete_rule(node, animation_name); + } + function go() { + const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; + if (css) + animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++); + tick(0, 1); + const start_time = now() + delay; + const end_time = start_time + duration; + if (task) + task.abort(); + running = true; + add_render_callback(() => dispatch(node, true, 'start')); + task = loop(now => { + if (running) { + if (now >= end_time) { + tick(1, 0); + dispatch(node, true, 'end'); + cleanup(); + return running = false; + } + if (now >= start_time) { + const t = easing((now - start_time) / duration); + tick(t, 1 - t); + } + } + return running; + }); + } + let started = false; + return { + start() { + if (started) + return; + delete_rule(node); + if (is_function(config)) { + config = config(); + wait().then(go); + } + else { + go(); + } + }, + invalidate() { + started = false; + }, + end() { + if (running) { + cleanup(); + running = false; + } + } + }; +} +function create_out_transition(node, fn, params) { + let config = fn(node, params); + let running = true; + let animation_name; + const group = outros; + group.r += 1; + function go() { + const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; + if (css) + animation_name = create_rule(node, 1, 0, duration, delay, easing, css); + const start_time = now() + delay; + const end_time = start_time + duration; + add_render_callback(() => dispatch(node, false, 'start')); + loop(now => { + if (running) { + if (now >= end_time) { + tick(0, 1); + dispatch(node, false, 'end'); + if (!--group.r) { + // this will result in `end()` being called, + // so we don't need to clean up here + run_all(group.c); + } + return false; + } + if (now >= start_time) { + const t = easing((now - start_time) / duration); + tick(1 - t, t); + } + } + return running; + }); + } + if (is_function(config)) { + wait().then(() => { + // @ts-ignore + config = config(); + go(); + }); + } + else { + go(); + } + return { + end(reset) { + if (reset && config.tick) { + config.tick(1, 0); + } + if (running) { + if (animation_name) + delete_rule(node, animation_name); + running = false; + } + } + }; +} +function create_bidirectional_transition(node, fn, params, intro) { + let config = fn(node, params); + let t = intro ? 0 : 1; + let running_program = null; + let pending_program = null; + let animation_name = null; + function clear_animation() { + if (animation_name) + delete_rule(node, animation_name); + } + function init(program, duration) { + const d = program.b - t; + duration *= Math.abs(d); + return { + a: t, + b: program.b, + d, + duration, + start: program.start, + end: program.start + duration, + group: program.group + }; + } + function go(b) { + const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; + const program = { + start: now() + delay, + b + }; + if (!b) { + // @ts-ignore todo: improve typings + program.group = outros; + outros.r += 1; + } + if (running_program) { + pending_program = program; + } + else { + // if this is an intro, and there's a delay, we need to do + // an initial tick and/or apply CSS animation immediately + if (css) { + clear_animation(); + animation_name = create_rule(node, t, b, duration, delay, easing, css); + } + if (b) + tick(0, 1); + running_program = init(program, duration); + add_render_callback(() => dispatch(node, b, 'start')); + loop(now => { + if (pending_program && now > pending_program.start) { + running_program = init(pending_program, duration); + pending_program = null; + dispatch(node, running_program.b, 'start'); + if (css) { + clear_animation(); + animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css); + } + } + if (running_program) { + if (now >= running_program.end) { + tick(t = running_program.b, 1 - t); + dispatch(node, running_program.b, 'end'); + if (!pending_program) { + // we're done + if (running_program.b) { + // intro — we can tidy up immediately + clear_animation(); + } + else { + // outro — needs to be coordinated + if (!--running_program.group.r) + run_all(running_program.group.c); + } + } + running_program = null; + } + else if (now >= running_program.start) { + const p = now - running_program.start; + t = running_program.a + running_program.d * easing(p / running_program.duration); + tick(t, 1 - t); + } + } + return !!(running_program || pending_program); + }); + } + } + return { + run(b) { + if (is_function(config)) { + wait().then(() => { + // @ts-ignore + config = config(); + go(b); + }); + } + else { + go(b); + } + }, + end() { + clear_animation(); + running_program = pending_program = null; + } + }; +} + +function handle_promise(promise, info) { + const token = info.token = {}; + function update(type, index, key, value) { + if (info.token !== token) + return; + info.resolved = key && { [key]: value }; + const child_ctx = assign(assign({}, info.ctx), info.resolved); + const block = type && (info.current = type)(child_ctx); + if (info.block) { + if (info.blocks) { + info.blocks.forEach((block, i) => { + if (i !== index && block) { + group_outros(); + transition_out(block, 1, 1, () => { + info.blocks[i] = null; + }); + check_outros(); + } + }); + } + else { + info.block.d(1); + } + block.c(); + transition_in(block, 1); + block.m(info.mount(), info.anchor); + flush(); + } + info.block = block; + if (info.blocks) + info.blocks[index] = block; + } + if (is_promise(promise)) { + const current_component = get_current_component(); + promise.then(value => { + set_current_component(current_component); + update(info.then, 1, info.value, value); + set_current_component(null); + }, error => { + set_current_component(current_component); + update(info.catch, 2, info.error, error); + set_current_component(null); + }); + // if we previously had a then/catch block, destroy it + if (info.current !== info.pending) { + update(info.pending, 0); + return true; + } + } + else { + if (info.current !== info.then) { + update(info.then, 1, info.value, promise); + return true; + } + info.resolved = { [info.value]: promise }; + } +} + +const globals = (typeof window !== 'undefined' ? window : global); + +function destroy_block(block, lookup) { + block.d(1); + lookup.delete(block.key); +} +function outro_and_destroy_block(block, lookup) { + transition_out(block, 1, 1, () => { + lookup.delete(block.key); + }); +} +function fix_and_destroy_block(block, lookup) { + block.f(); + destroy_block(block, lookup); +} +function fix_and_outro_and_destroy_block(block, lookup) { + block.f(); + outro_and_destroy_block(block, lookup); +} +function update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) { + let o = old_blocks.length; + let n = list.length; + let i = o; + const old_indexes = {}; + while (i--) + old_indexes[old_blocks[i].key] = i; + const new_blocks = []; + const new_lookup = new Map(); + const deltas = new Map(); + i = n; + while (i--) { + const child_ctx = get_context(ctx, list, i); + const key = get_key(child_ctx); + let block = lookup.get(key); + if (!block) { + block = create_each_block(key, child_ctx); + block.c(); + } + else if (dynamic) { + block.p(changed, child_ctx); + } + new_lookup.set(key, new_blocks[i] = block); + if (key in old_indexes) + deltas.set(key, Math.abs(i - old_indexes[key])); + } + const will_move = new Set(); + const did_move = new Set(); + function insert(block) { + transition_in(block, 1); + block.m(node, next); + lookup.set(block.key, block); + next = block.first; + n--; + } + while (o && n) { + const new_block = new_blocks[n - 1]; + const old_block = old_blocks[o - 1]; + const new_key = new_block.key; + const old_key = old_block.key; + if (new_block === old_block) { + // do nothing + next = new_block.first; + o--; + n--; + } + else if (!new_lookup.has(old_key)) { + // remove old block + destroy(old_block, lookup); + o--; + } + else if (!lookup.has(new_key) || will_move.has(new_key)) { + insert(new_block); + } + else if (did_move.has(old_key)) { + o--; + } + else if (deltas.get(new_key) > deltas.get(old_key)) { + did_move.add(new_key); + insert(new_block); + } + else { + will_move.add(old_key); + o--; + } + } + while (o--) { + const old_block = old_blocks[o]; + if (!new_lookup.has(old_block.key)) + destroy(old_block, lookup); + } + while (n) + insert(new_blocks[n - 1]); + return new_blocks; +} +function measure(blocks) { + const rects = {}; + let i = blocks.length; + while (i--) + rects[blocks[i].key] = blocks[i].node.getBoundingClientRect(); + return rects; +} + +function get_spread_update(levels, updates) { + const update = {}; + const to_null_out = {}; + const accounted_for = { $$scope: 1 }; + let i = levels.length; + while (i--) { + const o = levels[i]; + const n = updates[i]; + if (n) { + for (const key in o) { + if (!(key in n)) + to_null_out[key] = 1; + } + for (const key in n) { + if (!accounted_for[key]) { + update[key] = n[key]; + accounted_for[key] = 1; + } + } + levels[i] = n; + } + else { + for (const key in o) { + accounted_for[key] = 1; + } + } + } + for (const key in to_null_out) { + if (!(key in update)) + update[key] = undefined; + } + return update; +} +function get_spread_object(spread_props) { + return typeof spread_props === 'object' && spread_props !== null ? spread_props : {}; +} + +const invalid_attribute_name_character = /[\s'">/=\u{FDD0}-\u{FDEF}\u{FFFE}\u{FFFF}\u{1FFFE}\u{1FFFF}\u{2FFFE}\u{2FFFF}\u{3FFFE}\u{3FFFF}\u{4FFFE}\u{4FFFF}\u{5FFFE}\u{5FFFF}\u{6FFFE}\u{6FFFF}\u{7FFFE}\u{7FFFF}\u{8FFFE}\u{8FFFF}\u{9FFFE}\u{9FFFF}\u{AFFFE}\u{AFFFF}\u{BFFFE}\u{BFFFF}\u{CFFFE}\u{CFFFF}\u{DFFFE}\u{DFFFF}\u{EFFFE}\u{EFFFF}\u{FFFFE}\u{FFFFF}\u{10FFFE}\u{10FFFF}]/u; +// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 +// https://infra.spec.whatwg.org/#noncharacter +function spread(args) { + const attributes = Object.assign({}, ...args); + let str = ''; + Object.keys(attributes).forEach(name => { + if (invalid_attribute_name_character.test(name)) + return; + const value = attributes[name]; + if (value === undefined) + return; + if (value === true) + str += " " + name; + const escaped = String(value) + .replace(/"/g, '"') + .replace(/'/g, '''); + str += " " + name + "=" + JSON.stringify(escaped); + }); + return str; +} +const escaped = { + '"': '"', + "'": ''', + '&': '&', + '<': '<', + '>': '>' +}; +function escape(html) { + return String(html).replace(/["'&<>]/g, match => escaped[match]); +} +function each(items, fn) { + let str = ''; + for (let i = 0; i < items.length; i += 1) { + str += fn(items[i], i); + } + return str; +} +const missing_component = { + $$render: () => '' +}; +function validate_component(component, name) { + if (!component || !component.$$render) { + if (name === 'svelte:component') + name += ' this={...}'; + throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`); + } + return component; +} +function debug(file, line, column, values) { + console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console + console.log(values); // eslint-disable-line no-console + return ''; +} +let on_destroy; +function create_ssr_component(fn) { + function $$render(result, props, bindings, slots) { + const parent_component = current_component; + const $$ = { + on_destroy, + context: new Map(parent_component ? parent_component.$$.context : []), + // these will be immediately discarded + on_mount: [], + before_update: [], + after_update: [], + callbacks: blank_object() + }; + set_current_component({ $$ }); + const html = fn(result, props, bindings, slots); + set_current_component(parent_component); + return html; + } + return { + render: (props = {}, options = {}) => { + on_destroy = []; + const result = { head: '', css: new Set() }; + const html = $$render(result, props, {}, options); + run_all(on_destroy); + return { + html, + css: { + code: Array.from(result.css).map(css => css.code).join('\n'), + map: null // TODO + }, + head: result.head + }; + }, + $$render + }; +} +function add_attribute(name, value, boolean) { + if (value == null || (boolean && !value)) + return ''; + return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `"${value}"`}`}`; +} +function add_classes(classes) { + return classes ? ` class="${classes}"` : ``; +} + +function bind(component, name, callback) { + if (component.$$.props.indexOf(name) === -1) + return; + component.$$.bound[name] = callback; + callback(component.$$.ctx[name]); +} +function mount_component(component, target, anchor) { + const { fragment, on_mount, on_destroy, after_update } = component.$$; + fragment.m(target, anchor); + // onMount happens before the initial afterUpdate + add_render_callback(() => { + const new_on_destroy = on_mount.map(run).filter(is_function); + if (on_destroy) { + on_destroy.push(...new_on_destroy); + } + else { + // Edge case - component was destroyed immediately, + // most likely as a result of a binding initialising + run_all(new_on_destroy); + } + component.$$.on_mount = []; + }); + after_update.forEach(add_render_callback); +} +function destroy_component(component, detaching) { + if (component.$$.fragment) { + run_all(component.$$.on_destroy); + component.$$.fragment.d(detaching); + // TODO null out other refs, including component.$$ (but need to + // preserve final state?) + component.$$.on_destroy = component.$$.fragment = null; + component.$$.ctx = {}; + } +} +function make_dirty(component, key) { + if (!component.$$.dirty) { + dirty_components.push(component); + schedule_update(); + component.$$.dirty = blank_object(); + } + component.$$.dirty[key] = true; +} +function init(component, options, instance, create_fragment, not_equal, prop_names) { + const parent_component = current_component; + set_current_component(component); + const props = options.props || {}; + const $$ = component.$$ = { + fragment: null, + ctx: null, + // state + props: prop_names, + update: noop, + not_equal, + bound: blank_object(), + // lifecycle + on_mount: [], + on_destroy: [], + before_update: [], + after_update: [], + context: new Map(parent_component ? parent_component.$$.context : []), + // everything else + callbacks: blank_object(), + dirty: null + }; + let ready = false; + $$.ctx = instance + ? instance(component, props, (key, ret, value = ret) => { + if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) { + if ($$.bound[key]) + $$.bound[key](value); + if (ready) + make_dirty(component, key); + } + return ret; + }) + : props; + $$.update(); + ready = true; + run_all($$.before_update); + $$.fragment = create_fragment($$.ctx); + if (options.target) { + if (options.hydrate) { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + $$.fragment.l(children(options.target)); + } + else { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + $$.fragment.c(); + } + if (options.intro) + transition_in(component.$$.fragment); + mount_component(component, options.target, options.anchor); + flush(); + } + set_current_component(parent_component); +} +let SvelteElement; +if (typeof HTMLElement !== 'undefined') { + SvelteElement = class extends HTMLElement { + constructor() { + super(); + this.attachShadow({ mode: 'open' }); + } + connectedCallback() { + // @ts-ignore todo: improve typings + for (const key in this.$$.slotted) { + // @ts-ignore todo: improve typings + this.appendChild(this.$$.slotted[key]); + } + } + attributeChangedCallback(attr, _oldValue, newValue) { + this[attr] = newValue; + } + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + $on(type, callback) { + // TODO should this delegate to addEventListener? + const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); + callbacks.push(callback); + return () => { + const index = callbacks.indexOf(callback); + if (index !== -1) + callbacks.splice(index, 1); + }; + } + $set() { + // overridden by instance, if it has props + } + }; +} +class SvelteComponent { + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + $on(type, callback) { + const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); + callbacks.push(callback); + return () => { + const index = callbacks.indexOf(callback); + if (index !== -1) + callbacks.splice(index, 1); + }; + } + $set() { + // overridden by instance, if it has props + } +} + +function dispatch_dev(type, detail) { + document.dispatchEvent(custom_event(type, detail)); +} +function append_dev(target, node) { + dispatch_dev("SvelteDOMInsert", { target, node }); + append(target, node); +} +function insert_dev(target, node, anchor) { + dispatch_dev("SvelteDOMInsert", { target, node, anchor }); + insert(target, node, anchor); +} +function detach_dev(node) { + dispatch_dev("SvelteDOMRemove", { node }); + detach(node); +} +function detach_between_dev(before, after) { + while (before.nextSibling && before.nextSibling !== after) { + detach_dev(before.nextSibling); + } +} +function detach_before_dev(after) { + while (after.previousSibling) { + detach_dev(after.previousSibling); + } +} +function detach_after_dev(before) { + while (before.nextSibling) { + detach_dev(before.nextSibling); + } +} +function listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) { + const modifiers = options === true ? ["capture"] : options ? Array.from(Object.keys(options)) : []; + if (has_prevent_default) + modifiers.push('preventDefault'); + if (has_stop_propagation) + modifiers.push('stopPropagation'); + dispatch_dev("SvelteDOMAddEventListener", { node, event, handler, modifiers }); + const dispose = listen(node, event, handler, options); + return () => { + dispatch_dev("SvelteDOMRemoveEventListener", { node, event, handler, modifiers }); + dispose(); + }; +} +function attr_dev(node, attribute, value) { + attr(node, attribute, value); + if (value == null) + dispatch_dev("SvelteDOMRemoveAttribute", { node, attribute }); + else + dispatch_dev("SvelteDOMSetAttribute", { node, attribute, value }); +} +function prop_dev(node, property, value) { + node[property] = value; + dispatch_dev("SvelteDOMSetProperty", { node, property, value }); +} +function dataset_dev(node, property, value) { + node.dataset[property] = value; + dispatch_dev("SvelteDOMSetDataset", { node, property, value }); +} +function set_data_dev(text, data) { + data = '' + data; + if (text.data === data) + return; + dispatch_dev("SvelteDOMSetData", { node: text, data }); + text.data = data; +} +class SvelteComponentDev extends SvelteComponent { + constructor(options) { + if (!options || (!options.target && !options.$$inline)) { + throw new Error(`'target' is a required option`); + } + super(); + } + $destroy() { + super.$destroy(); + this.$destroy = () => { + console.warn(`Component was already destroyed`); // eslint-disable-line no-console + }; + } +} + +export { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr }; diff --git a/2019-setembro/node_modules/svelte/internal/package.json b/2019-setembro/node_modules/svelte/internal/package.json new file mode 100644 index 0000000..598aeea --- /dev/null +++ b/2019-setembro/node_modules/svelte/internal/package.json @@ -0,0 +1,5 @@ +{ + "main": "./index", + "module": "./index.mjs", + "types": "./index.d.ts" +} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/motion/index.d.ts b/2019-setembro/node_modules/svelte/motion/index.d.ts new file mode 100644 index 0000000..8fd1d8b --- /dev/null +++ b/2019-setembro/node_modules/svelte/motion/index.d.ts @@ -0,0 +1 @@ +export * from '../types/runtime/motion/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/motion/index.js b/2019-setembro/node_modules/svelte/motion/index.js new file mode 100644 index 0000000..75316b5 --- /dev/null +++ b/2019-setembro/node_modules/svelte/motion/index.js @@ -0,0 +1,204 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +var store = require('../store'); +var internal = require('../internal'); +var easing = require('../easing'); + +function is_date(obj) { + return Object.prototype.toString.call(obj) === '[object Date]'; +} + +function tick_spring(ctx, last_value, current_value, target_value) { + if (typeof current_value === 'number' || is_date(current_value)) { + // @ts-ignore + const delta = target_value - current_value; + // @ts-ignore + const velocity = (current_value - last_value) / (ctx.dt || 1 / 60); // guard div by 0 + const spring = ctx.opts.stiffness * delta; + const damper = ctx.opts.damping * velocity; + const acceleration = (spring - damper) * ctx.inv_mass; + const d = (velocity + acceleration) * ctx.dt; + if (Math.abs(d) < ctx.opts.precision && Math.abs(delta) < ctx.opts.precision) { + return target_value; // settled + } + else { + ctx.settled = false; // signal loop to keep ticking + // @ts-ignore + return is_date(current_value) ? + new Date(current_value.getTime() + d) : current_value + d; + } + } + else if (Array.isArray(current_value)) { + // @ts-ignore + return current_value.map((_, i) => tick_spring(ctx, last_value[i], current_value[i], target_value[i])); + } + else if (typeof current_value === 'object') { + const next_value = {}; + for (const k in current_value) + // @ts-ignore + next_value[k] = tick_spring(ctx, last_value[k], current_value[k], target_value[k]); + // @ts-ignore + return next_value; + } + else { + throw new Error(`Cannot spring ${typeof current_value} values`); + } +} +function spring(value, opts = {}) { + const store$1 = store.writable(value); + const { stiffness = 0.15, damping = 0.8, precision = 0.01 } = opts; + let last_time; + let task; + let current_token; + let last_value = value; + let target_value = value; + let inv_mass = 1; + let inv_mass_recovery_rate = 0; + let cancel_task = false; + /* eslint-disable @typescript-eslint/no-use-before-define */ + function set(new_value, opts = {}) { + target_value = new_value; + const token = current_token = {}; + if (opts.hard || (spring.stiffness >= 1 && spring.damping >= 1)) { + cancel_task = true; // cancel any running animation + last_time = internal.now(); + last_value = value; + store$1.set(value = target_value); + return new Promise(f => f()); // fulfil immediately + } + else if (opts.soft) { + const rate = opts.soft === true ? .5 : +opts.soft; + inv_mass_recovery_rate = 1 / (rate * 60); + inv_mass = 0; // infinite mass, unaffected by spring forces + } + if (!task) { + last_time = internal.now(); + cancel_task = false; + task = internal.loop(now => { + if (cancel_task) { + cancel_task = false; + task = null; + return false; + } + inv_mass = Math.min(inv_mass + inv_mass_recovery_rate, 1); + const ctx = { + inv_mass, + opts: spring, + settled: true, + dt: (now - last_time) * 60 / 1000 + }; + const next_value = tick_spring(ctx, last_value, value, target_value); + last_time = now; + last_value = value; + store$1.set(value = next_value); + if (ctx.settled) + task = null; + return !ctx.settled; + }); + } + return new Promise(fulfil => { + task.promise.then(() => { + if (token === current_token) + fulfil(); + }); + }); + } + /* eslint-enable @typescript-eslint/no-use-before-define */ + const spring = { + set, + update: (fn, opts) => set(fn(target_value, value), opts), + subscribe: store$1.subscribe, + stiffness, + damping, + precision + }; + return spring; +} + +function get_interpolator(a, b) { + if (a === b || a !== a) + return () => a; + const type = typeof a; + if (type !== typeof b || Array.isArray(a) !== Array.isArray(b)) { + throw new Error('Cannot interpolate values of different type'); + } + if (Array.isArray(a)) { + const arr = b.map((bi, i) => { + return get_interpolator(a[i], bi); + }); + return t => arr.map(fn => fn(t)); + } + if (type === 'object') { + if (!a || !b) + throw new Error('Object cannot be null'); + if (is_date(a) && is_date(b)) { + a = a.getTime(); + b = b.getTime(); + const delta = b - a; + return t => new Date(a + t * delta); + } + const keys = Object.keys(b); + const interpolators = {}; + keys.forEach(key => { + interpolators[key] = get_interpolator(a[key], b[key]); + }); + return t => { + const result = {}; + keys.forEach(key => { + result[key] = interpolators[key](t); + }); + return result; + }; + } + if (type === 'number') { + const delta = b - a; + return t => a + t * delta; + } + throw new Error(`Cannot interpolate ${type} values`); +} +function tweened(value, defaults = {}) { + const store$1 = store.writable(value); + let task; + let target_value = value; + function set(new_value, opts) { + target_value = new_value; + let previous_task = task; + let started = false; + let { delay = 0, duration = 400, easing: easing$1 = easing.linear, interpolate = get_interpolator } = internal.assign(internal.assign({}, defaults), opts); + const start = internal.now() + delay; + let fn; + task = internal.loop(now => { + if (now < start) + return true; + if (!started) { + fn = interpolate(value, new_value); + if (typeof duration === 'function') + duration = duration(value, new_value); + started = true; + } + if (previous_task) { + previous_task.abort(); + previous_task = null; + } + const elapsed = now - start; + if (elapsed > duration) { + store$1.set(value = new_value); + return false; + } + // @ts-ignore + store$1.set(value = fn(easing$1(elapsed / duration))); + return true; + }); + return task.promise; + } + return { + set, + update: (fn, opts) => set(fn(target_value, value), opts), + subscribe: store$1.subscribe + }; +} + +exports.spring = spring; +exports.tweened = tweened; diff --git a/2019-setembro/node_modules/svelte/motion/index.mjs b/2019-setembro/node_modules/svelte/motion/index.mjs new file mode 100644 index 0000000..d450f52 --- /dev/null +++ b/2019-setembro/node_modules/svelte/motion/index.mjs @@ -0,0 +1,199 @@ +import { writable } from '../store'; +import { now, loop, assign } from '../internal'; +import { linear } from '../easing'; + +function is_date(obj) { + return Object.prototype.toString.call(obj) === '[object Date]'; +} + +function tick_spring(ctx, last_value, current_value, target_value) { + if (typeof current_value === 'number' || is_date(current_value)) { + // @ts-ignore + const delta = target_value - current_value; + // @ts-ignore + const velocity = (current_value - last_value) / (ctx.dt || 1 / 60); // guard div by 0 + const spring = ctx.opts.stiffness * delta; + const damper = ctx.opts.damping * velocity; + const acceleration = (spring - damper) * ctx.inv_mass; + const d = (velocity + acceleration) * ctx.dt; + if (Math.abs(d) < ctx.opts.precision && Math.abs(delta) < ctx.opts.precision) { + return target_value; // settled + } + else { + ctx.settled = false; // signal loop to keep ticking + // @ts-ignore + return is_date(current_value) ? + new Date(current_value.getTime() + d) : current_value + d; + } + } + else if (Array.isArray(current_value)) { + // @ts-ignore + return current_value.map((_, i) => tick_spring(ctx, last_value[i], current_value[i], target_value[i])); + } + else if (typeof current_value === 'object') { + const next_value = {}; + for (const k in current_value) + // @ts-ignore + next_value[k] = tick_spring(ctx, last_value[k], current_value[k], target_value[k]); + // @ts-ignore + return next_value; + } + else { + throw new Error(`Cannot spring ${typeof current_value} values`); + } +} +function spring(value, opts = {}) { + const store = writable(value); + const { stiffness = 0.15, damping = 0.8, precision = 0.01 } = opts; + let last_time; + let task; + let current_token; + let last_value = value; + let target_value = value; + let inv_mass = 1; + let inv_mass_recovery_rate = 0; + let cancel_task = false; + /* eslint-disable @typescript-eslint/no-use-before-define */ + function set(new_value, opts = {}) { + target_value = new_value; + const token = current_token = {}; + if (opts.hard || (spring.stiffness >= 1 && spring.damping >= 1)) { + cancel_task = true; // cancel any running animation + last_time = now(); + last_value = value; + store.set(value = target_value); + return new Promise(f => f()); // fulfil immediately + } + else if (opts.soft) { + const rate = opts.soft === true ? .5 : +opts.soft; + inv_mass_recovery_rate = 1 / (rate * 60); + inv_mass = 0; // infinite mass, unaffected by spring forces + } + if (!task) { + last_time = now(); + cancel_task = false; + task = loop(now => { + if (cancel_task) { + cancel_task = false; + task = null; + return false; + } + inv_mass = Math.min(inv_mass + inv_mass_recovery_rate, 1); + const ctx = { + inv_mass, + opts: spring, + settled: true, + dt: (now - last_time) * 60 / 1000 + }; + const next_value = tick_spring(ctx, last_value, value, target_value); + last_time = now; + last_value = value; + store.set(value = next_value); + if (ctx.settled) + task = null; + return !ctx.settled; + }); + } + return new Promise(fulfil => { + task.promise.then(() => { + if (token === current_token) + fulfil(); + }); + }); + } + /* eslint-enable @typescript-eslint/no-use-before-define */ + const spring = { + set, + update: (fn, opts) => set(fn(target_value, value), opts), + subscribe: store.subscribe, + stiffness, + damping, + precision + }; + return spring; +} + +function get_interpolator(a, b) { + if (a === b || a !== a) + return () => a; + const type = typeof a; + if (type !== typeof b || Array.isArray(a) !== Array.isArray(b)) { + throw new Error('Cannot interpolate values of different type'); + } + if (Array.isArray(a)) { + const arr = b.map((bi, i) => { + return get_interpolator(a[i], bi); + }); + return t => arr.map(fn => fn(t)); + } + if (type === 'object') { + if (!a || !b) + throw new Error('Object cannot be null'); + if (is_date(a) && is_date(b)) { + a = a.getTime(); + b = b.getTime(); + const delta = b - a; + return t => new Date(a + t * delta); + } + const keys = Object.keys(b); + const interpolators = {}; + keys.forEach(key => { + interpolators[key] = get_interpolator(a[key], b[key]); + }); + return t => { + const result = {}; + keys.forEach(key => { + result[key] = interpolators[key](t); + }); + return result; + }; + } + if (type === 'number') { + const delta = b - a; + return t => a + t * delta; + } + throw new Error(`Cannot interpolate ${type} values`); +} +function tweened(value, defaults = {}) { + const store = writable(value); + let task; + let target_value = value; + function set(new_value, opts) { + target_value = new_value; + let previous_task = task; + let started = false; + let { delay = 0, duration = 400, easing = linear, interpolate = get_interpolator } = assign(assign({}, defaults), opts); + const start = now() + delay; + let fn; + task = loop(now => { + if (now < start) + return true; + if (!started) { + fn = interpolate(value, new_value); + if (typeof duration === 'function') + duration = duration(value, new_value); + started = true; + } + if (previous_task) { + previous_task.abort(); + previous_task = null; + } + const elapsed = now - start; + if (elapsed > duration) { + store.set(value = new_value); + return false; + } + // @ts-ignore + store.set(value = fn(easing(elapsed / duration))); + return true; + }); + return task.promise; + } + return { + set, + update: (fn, opts) => set(fn(target_value, value), opts), + subscribe: store.subscribe + }; +} + +export { spring, tweened }; diff --git a/2019-setembro/node_modules/svelte/motion/package.json b/2019-setembro/node_modules/svelte/motion/package.json new file mode 100644 index 0000000..598aeea --- /dev/null +++ b/2019-setembro/node_modules/svelte/motion/package.json @@ -0,0 +1,5 @@ +{ + "main": "./index", + "module": "./index.mjs", + "types": "./index.d.ts" +} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/package.json b/2019-setembro/node_modules/svelte/package.json new file mode 100644 index 0000000..b8a3eae --- /dev/null +++ b/2019-setembro/node_modules/svelte/package.json @@ -0,0 +1,101 @@ +{ + "name": "svelte", + "version": "3.12.0", + "description": "Cybernetically enhanced web apps", + "module": "index.mjs", + "main": "index", + "files": [ + "types", + "compiler.*", + "register.js", + "index.*", + "internal", + "store", + "animate", + "transition", + "easing", + "motion", + "svelte", + "README.md" + ], + "engines": { + "node": ">= 8" + }, + "types": "types/runtime/index.d.ts", + "scripts": { + "test": "mocha --opts mocha.opts", + "test:unit": "mocha --require sucrase/register --recursive src/**/__test__.ts", + "quicktest": "mocha --opts mocha.opts", + "precoverage": "c8 mocha --opts mocha.coverage.opts", + "coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html", + "codecov": "codecov", + "precodecov": "npm run coverage", + "build": "rollup -c && npm run tsd", + "prepare": "npm run build", + "dev": "rollup -cw", + "pretest": "npm run build", + "posttest": "agadoo internal/index.mjs", + "prepublishOnly": "npm run lint && PUBLISH=true npm test", + "tsd": "tsc -p src/compiler --emitDeclarationOnly && tsc -p src/runtime --emitDeclarationOnly", + "lint": "eslint \"{src,test}/**/*.{ts,js}\"" + }, + "repository": { + "type": "git", + "url": "https://github.com/sveltejs/svelte.git" + }, + "keywords": [ + "UI", + "framework", + "templates", + "templating" + ], + "author": "Rich Harris", + "license": "MIT", + "bugs": { + "url": "https://github.com/sveltejs/svelte/issues" + }, + "homepage": "https://github.com/sveltejs/svelte#README", + "devDependencies": { + "@types/mocha": "^5.2.7", + "@types/node": "^8.10.53", + "@typescript-eslint/eslint-plugin": "^1.13.0", + "@typescript-eslint/parser": "^2.1.0", + "acorn": "^7.0.0", + "agadoo": "^1.0.1", + "c8": "^5.0.1", + "codecov": "^3.5.0", + "css-tree": "1.0.0-alpha22", + "eslint": "^6.3.0", + "eslint-plugin-import": "^2.18.2", + "eslint-plugin-svelte3": "^2.7.3", + "estree-walker": "^0.6.1", + "is-reference": "^1.1.3", + "jsdom": "^15.1.1", + "kleur": "^3.0.3", + "locate-character": "^2.0.5", + "magic-string": "^0.25.3", + "mocha": "^6.2.0", + "puppeteer": "^1.19.0", + "rollup": "^1.20.3", + "rollup-plugin-commonjs": "^10.1.0", + "rollup-plugin-json": "^4.0.0", + "rollup-plugin-node-resolve": "^5.2.0", + "rollup-plugin-replace": "^2.2.0", + "rollup-plugin-sucrase": "^2.1.0", + "rollup-plugin-typescript": "^1.0.1", + "rollup-plugin-virtual": "^1.0.1", + "source-map": "^0.6.1", + "source-map-support": "^0.5.13", + "tiny-glob": "^0.2.6", + "tslib": "^1.10.0", + "typescript": "^3.5.3" + }, + "nyc": { + "include": [ + "compiler/svelte.js", + "shared.js" + ], + "sourceMap": true, + "instrument": true + } +} diff --git a/2019-setembro/node_modules/svelte/register.js b/2019-setembro/node_modules/svelte/register.js new file mode 100644 index 0000000..3278c1c --- /dev/null +++ b/2019-setembro/node_modules/svelte/register.js @@ -0,0 +1,48 @@ +const fs = require('fs'); +const path = require('path'); +const { compile } = require('./compiler.js'); + +const extensions = ['.svelte', '.html']; +let compileOptions = {}; + +function capitalise(name) { + return name[0].toUpperCase() + name.slice(1); +} + +function register(options = {}) { + if (options.extensions) { + extensions.forEach(deregisterExtension); + options.extensions.forEach(registerExtension); + } + + compileOptions = Object.assign({}, options); + delete compileOptions.extensions; +} + +function deregisterExtension(extension) { + delete require.extensions[extension]; +} + +function registerExtension(extension) { + require.extensions[extension] = function(module, filename) { + const name = path.parse(filename).name + .replace(/^\d/, '_$&') + .replace(/[^a-zA-Z0-9_$]/g, ''); + + const options = Object.assign({}, compileOptions, { + filename, + name: capitalise(name), + generate: 'ssr', + format: 'cjs' + }); + + const { js } = compile(fs.readFileSync(filename, 'utf-8'), options); + + return module._compile(js.code, filename); + }; +} + +registerExtension('.svelte'); +registerExtension('.html'); + +module.exports = register; diff --git a/2019-setembro/node_modules/svelte/store/index.d.ts b/2019-setembro/node_modules/svelte/store/index.d.ts new file mode 100644 index 0000000..fd78205 --- /dev/null +++ b/2019-setembro/node_modules/svelte/store/index.d.ts @@ -0,0 +1 @@ +export * from '../types/runtime/store/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/store/index.js b/2019-setembro/node_modules/svelte/store/index.js new file mode 100644 index 0000000..c7b3e54 --- /dev/null +++ b/2019-setembro/node_modules/svelte/store/index.js @@ -0,0 +1,125 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +var internal = require('../internal'); + +const subscriber_queue = []; +/** + * Creates a `Readable` store that allows reading by subscription. + * @param value initial value + * @param {StartStopNotifier}start start and stop notifications for subscriptions + */ +function readable(value, start) { + return { + subscribe: writable(value, start).subscribe, + }; +} +/** + * Create a `Writable` store that allows both updating and reading by subscription. + * @param {*=}value initial value + * @param {StartStopNotifier=}start start and stop notifications for subscriptions + */ +function writable(value, start = internal.noop) { + let stop; + const subscribers = []; + function set(new_value) { + if (internal.safe_not_equal(value, new_value)) { + value = new_value; + if (stop) { // store is ready + const run_queue = !subscriber_queue.length; + for (let i = 0; i < subscribers.length; i += 1) { + const s = subscribers[i]; + s[1](); + subscriber_queue.push(s, value); + } + if (run_queue) { + for (let i = 0; i < subscriber_queue.length; i += 2) { + subscriber_queue[i][0](subscriber_queue[i + 1]); + } + subscriber_queue.length = 0; + } + } + } + } + function update(fn) { + set(fn(value)); + } + function subscribe(run, invalidate = internal.noop) { + const subscriber = [run, invalidate]; + subscribers.push(subscriber); + if (subscribers.length === 1) { + stop = start(set) || internal.noop; + } + run(value); + return () => { + const index = subscribers.indexOf(subscriber); + if (index !== -1) { + subscribers.splice(index, 1); + } + if (subscribers.length === 0) { + stop(); + stop = null; + } + }; + } + return { set, update, subscribe }; +} +/** + * Derived value store by synchronizing one or more readable stores and + * applying an aggregation function over its input values. + * @param {Stores} stores input stores + * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values + * @param {*=}initial_value when used asynchronously + */ +function derived(stores, fn, initial_value) { + const single = !Array.isArray(stores); + const stores_array = single + ? [stores] + : stores; + const auto = fn.length < 2; + return readable(initial_value, (set) => { + let inited = false; + const values = []; + let pending = 0; + let cleanup = internal.noop; + const sync = () => { + if (pending) { + return; + } + cleanup(); + const result = fn(single ? values[0] : values, set); + if (auto) { + set(result); + } + else { + cleanup = internal.is_function(result) ? result : internal.noop; + } + }; + const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => { + values[i] = value; + pending &= ~(1 << i); + if (inited) { + sync(); + } + }, () => { + pending |= (1 << i); + })); + inited = true; + sync(); + return function stop() { + internal.run_all(unsubscribers); + cleanup(); + }; + }); +} + +Object.defineProperty(exports, 'get', { + enumerable: true, + get: function () { + return internal.get_store_value; + } +}); +exports.derived = derived; +exports.readable = readable; +exports.writable = writable; diff --git a/2019-setembro/node_modules/svelte/store/index.mjs b/2019-setembro/node_modules/svelte/store/index.mjs new file mode 100644 index 0000000..c516fda --- /dev/null +++ b/2019-setembro/node_modules/svelte/store/index.mjs @@ -0,0 +1,114 @@ +import { safe_not_equal, noop, run_all, is_function } from '../internal'; +export { get_store_value as get } from '../internal'; + +const subscriber_queue = []; +/** + * Creates a `Readable` store that allows reading by subscription. + * @param value initial value + * @param {StartStopNotifier}start start and stop notifications for subscriptions + */ +function readable(value, start) { + return { + subscribe: writable(value, start).subscribe, + }; +} +/** + * Create a `Writable` store that allows both updating and reading by subscription. + * @param {*=}value initial value + * @param {StartStopNotifier=}start start and stop notifications for subscriptions + */ +function writable(value, start = noop) { + let stop; + const subscribers = []; + function set(new_value) { + if (safe_not_equal(value, new_value)) { + value = new_value; + if (stop) { // store is ready + const run_queue = !subscriber_queue.length; + for (let i = 0; i < subscribers.length; i += 1) { + const s = subscribers[i]; + s[1](); + subscriber_queue.push(s, value); + } + if (run_queue) { + for (let i = 0; i < subscriber_queue.length; i += 2) { + subscriber_queue[i][0](subscriber_queue[i + 1]); + } + subscriber_queue.length = 0; + } + } + } + } + function update(fn) { + set(fn(value)); + } + function subscribe(run, invalidate = noop) { + const subscriber = [run, invalidate]; + subscribers.push(subscriber); + if (subscribers.length === 1) { + stop = start(set) || noop; + } + run(value); + return () => { + const index = subscribers.indexOf(subscriber); + if (index !== -1) { + subscribers.splice(index, 1); + } + if (subscribers.length === 0) { + stop(); + stop = null; + } + }; + } + return { set, update, subscribe }; +} +/** + * Derived value store by synchronizing one or more readable stores and + * applying an aggregation function over its input values. + * @param {Stores} stores input stores + * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values + * @param {*=}initial_value when used asynchronously + */ +function derived(stores, fn, initial_value) { + const single = !Array.isArray(stores); + const stores_array = single + ? [stores] + : stores; + const auto = fn.length < 2; + return readable(initial_value, (set) => { + let inited = false; + const values = []; + let pending = 0; + let cleanup = noop; + const sync = () => { + if (pending) { + return; + } + cleanup(); + const result = fn(single ? values[0] : values, set); + if (auto) { + set(result); + } + else { + cleanup = is_function(result) ? result : noop; + } + }; + const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => { + values[i] = value; + pending &= ~(1 << i); + if (inited) { + sync(); + } + }, () => { + pending |= (1 << i); + })); + inited = true; + sync(); + return function stop() { + run_all(unsubscribers); + cleanup(); + }; + }); +} + +export { derived, readable, writable }; diff --git a/2019-setembro/node_modules/svelte/store/package.json b/2019-setembro/node_modules/svelte/store/package.json new file mode 100644 index 0000000..598aeea --- /dev/null +++ b/2019-setembro/node_modules/svelte/store/package.json @@ -0,0 +1,5 @@ +{ + "main": "./index", + "module": "./index.mjs", + "types": "./index.d.ts" +} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/transition/index.d.ts b/2019-setembro/node_modules/svelte/transition/index.d.ts new file mode 100644 index 0000000..096460e --- /dev/null +++ b/2019-setembro/node_modules/svelte/transition/index.d.ts @@ -0,0 +1 @@ +export * from '../types/runtime/transition/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/transition/index.js b/2019-setembro/node_modules/svelte/transition/index.js new file mode 100644 index 0000000..fa90058 --- /dev/null +++ b/2019-setembro/node_modules/svelte/transition/index.js @@ -0,0 +1,187 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +var easing = require('../easing'); +var internal = require('../internal'); + +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. All rights reserved. +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at http://www.apache.org/licenses/LICENSE-2.0 + +THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED +WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, +MERCHANTABLITY OR NON-INFRINGEMENT. + +See the Apache Version 2.0 License for specific language governing permissions +and limitations under the License. +***************************************************************************** */ + +function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +function blur(node, { delay = 0, duration = 400, easing: easing$1 = easing.cubicInOut, amount = 5, opacity = 0 }) { + const style = getComputedStyle(node); + const target_opacity = +style.opacity; + const f = style.filter === 'none' ? '' : style.filter; + const od = target_opacity * (1 - opacity); + return { + delay, + duration, + easing: easing$1, + css: (_t, u) => `opacity: ${target_opacity - (od * u)}; filter: ${f} blur(${u * amount}px);` + }; +} +function fade(node, { delay = 0, duration = 400 }) { + const o = +getComputedStyle(node).opacity; + return { + delay, + duration, + css: t => `opacity: ${t * o}` + }; +} +function fly(node, { delay = 0, duration = 400, easing: easing$1 = easing.cubicOut, x = 0, y = 0, opacity = 0 }) { + const style = getComputedStyle(node); + const target_opacity = +style.opacity; + const transform = style.transform === 'none' ? '' : style.transform; + const od = target_opacity * (1 - opacity); + return { + delay, + duration, + easing: easing$1, + css: (t, u) => ` + transform: ${transform} translate(${(1 - t) * x}px, ${(1 - t) * y}px); + opacity: ${target_opacity - (od * u)}` + }; +} +function slide(node, { delay = 0, duration = 400, easing: easing$1 = easing.cubicOut }) { + const style = getComputedStyle(node); + const opacity = +style.opacity; + const height = parseFloat(style.height); + const padding_top = parseFloat(style.paddingTop); + const padding_bottom = parseFloat(style.paddingBottom); + const margin_top = parseFloat(style.marginTop); + const margin_bottom = parseFloat(style.marginBottom); + const border_top_width = parseFloat(style.borderTopWidth); + const border_bottom_width = parseFloat(style.borderBottomWidth); + return { + delay, + duration, + easing: easing$1, + css: t => `overflow: hidden;` + + `opacity: ${Math.min(t * 20, 1) * opacity};` + + `height: ${t * height}px;` + + `padding-top: ${t * padding_top}px;` + + `padding-bottom: ${t * padding_bottom}px;` + + `margin-top: ${t * margin_top}px;` + + `margin-bottom: ${t * margin_bottom}px;` + + `border-top-width: ${t * border_top_width}px;` + + `border-bottom-width: ${t * border_bottom_width}px;` + }; +} +function scale(node, { delay = 0, duration = 400, easing: easing$1 = easing.cubicOut, start = 0, opacity = 0 }) { + const style = getComputedStyle(node); + const target_opacity = +style.opacity; + const transform = style.transform === 'none' ? '' : style.transform; + const sd = 1 - start; + const od = target_opacity * (1 - opacity); + return { + delay, + duration, + easing: easing$1, + css: (_t, u) => ` + transform: ${transform} scale(${1 - (sd * u)}); + opacity: ${target_opacity - (od * u)} + ` + }; +} +function draw(node, { delay = 0, speed, duration, easing: easing$1 = easing.cubicInOut }) { + const len = node.getTotalLength(); + if (duration === undefined) { + if (speed === undefined) { + duration = 800; + } + else { + duration = len / speed; + } + } + else if (typeof duration === 'function') { + duration = duration(len); + } + return { + delay, + duration, + easing: easing$1, + css: (t, u) => `stroke-dasharray: ${t * len} ${u * len}` + }; +} +function crossfade(_a) { + var { fallback } = _a, defaults = __rest(_a, ["fallback"]); + const to_receive = new Map(); + const to_send = new Map(); + function crossfade(from, node, params) { + const { delay = 0, duration = d => Math.sqrt(d) * 30, easing: easing$1 = easing.cubicOut } = internal.assign(internal.assign({}, defaults), params); + const to = node.getBoundingClientRect(); + const dx = from.left - to.left; + const dy = from.top - to.top; + const dw = from.width / to.width; + const dh = from.height / to.height; + const d = Math.sqrt(dx * dx + dy * dy); + const style = getComputedStyle(node); + const transform = style.transform === 'none' ? '' : style.transform; + const opacity = +style.opacity; + return { + delay, + duration: internal.is_function(duration) ? duration(d) : duration, + easing: easing$1, + css: (t, u) => ` + opacity: ${t * opacity}; + transform-origin: top left; + transform: ${transform} translate(${u * dx}px,${u * dy}px) scale(${t + (1 - t) * dw}, ${t + (1 - t) * dh}); + ` + }; + } + function transition(items, counterparts, intro) { + return (node, params) => { + items.set(params.key, { + rect: node.getBoundingClientRect() + }); + return () => { + if (counterparts.has(params.key)) { + const { rect } = counterparts.get(params.key); + counterparts.delete(params.key); + return crossfade(rect, node, params); + } + // if the node is disappearing altogether + // (i.e. wasn't claimed by the other list) + // then we need to supply an outro + items.delete(params.key); + return fallback && fallback(node, params, intro); + }; + }; + } + return [ + transition(to_send, to_receive, false), + transition(to_receive, to_send, true) + ]; +} + +exports.blur = blur; +exports.crossfade = crossfade; +exports.draw = draw; +exports.fade = fade; +exports.fly = fly; +exports.scale = scale; +exports.slide = slide; diff --git a/2019-setembro/node_modules/svelte/transition/index.mjs b/2019-setembro/node_modules/svelte/transition/index.mjs new file mode 100644 index 0000000..8c33f36 --- /dev/null +++ b/2019-setembro/node_modules/svelte/transition/index.mjs @@ -0,0 +1,177 @@ +import { cubicInOut, cubicOut } from '../easing'; +import { is_function, assign } from '../internal'; + +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. All rights reserved. +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at http://www.apache.org/licenses/LICENSE-2.0 + +THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED +WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, +MERCHANTABLITY OR NON-INFRINGEMENT. + +See the Apache Version 2.0 License for specific language governing permissions +and limitations under the License. +***************************************************************************** */ + +function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +function blur(node, { delay = 0, duration = 400, easing = cubicInOut, amount = 5, opacity = 0 }) { + const style = getComputedStyle(node); + const target_opacity = +style.opacity; + const f = style.filter === 'none' ? '' : style.filter; + const od = target_opacity * (1 - opacity); + return { + delay, + duration, + easing, + css: (_t, u) => `opacity: ${target_opacity - (od * u)}; filter: ${f} blur(${u * amount}px);` + }; +} +function fade(node, { delay = 0, duration = 400 }) { + const o = +getComputedStyle(node).opacity; + return { + delay, + duration, + css: t => `opacity: ${t * o}` + }; +} +function fly(node, { delay = 0, duration = 400, easing = cubicOut, x = 0, y = 0, opacity = 0 }) { + const style = getComputedStyle(node); + const target_opacity = +style.opacity; + const transform = style.transform === 'none' ? '' : style.transform; + const od = target_opacity * (1 - opacity); + return { + delay, + duration, + easing, + css: (t, u) => ` + transform: ${transform} translate(${(1 - t) * x}px, ${(1 - t) * y}px); + opacity: ${target_opacity - (od * u)}` + }; +} +function slide(node, { delay = 0, duration = 400, easing = cubicOut }) { + const style = getComputedStyle(node); + const opacity = +style.opacity; + const height = parseFloat(style.height); + const padding_top = parseFloat(style.paddingTop); + const padding_bottom = parseFloat(style.paddingBottom); + const margin_top = parseFloat(style.marginTop); + const margin_bottom = parseFloat(style.marginBottom); + const border_top_width = parseFloat(style.borderTopWidth); + const border_bottom_width = parseFloat(style.borderBottomWidth); + return { + delay, + duration, + easing, + css: t => `overflow: hidden;` + + `opacity: ${Math.min(t * 20, 1) * opacity};` + + `height: ${t * height}px;` + + `padding-top: ${t * padding_top}px;` + + `padding-bottom: ${t * padding_bottom}px;` + + `margin-top: ${t * margin_top}px;` + + `margin-bottom: ${t * margin_bottom}px;` + + `border-top-width: ${t * border_top_width}px;` + + `border-bottom-width: ${t * border_bottom_width}px;` + }; +} +function scale(node, { delay = 0, duration = 400, easing = cubicOut, start = 0, opacity = 0 }) { + const style = getComputedStyle(node); + const target_opacity = +style.opacity; + const transform = style.transform === 'none' ? '' : style.transform; + const sd = 1 - start; + const od = target_opacity * (1 - opacity); + return { + delay, + duration, + easing, + css: (_t, u) => ` + transform: ${transform} scale(${1 - (sd * u)}); + opacity: ${target_opacity - (od * u)} + ` + }; +} +function draw(node, { delay = 0, speed, duration, easing = cubicInOut }) { + const len = node.getTotalLength(); + if (duration === undefined) { + if (speed === undefined) { + duration = 800; + } + else { + duration = len / speed; + } + } + else if (typeof duration === 'function') { + duration = duration(len); + } + return { + delay, + duration, + easing, + css: (t, u) => `stroke-dasharray: ${t * len} ${u * len}` + }; +} +function crossfade(_a) { + var { fallback } = _a, defaults = __rest(_a, ["fallback"]); + const to_receive = new Map(); + const to_send = new Map(); + function crossfade(from, node, params) { + const { delay = 0, duration = d => Math.sqrt(d) * 30, easing = cubicOut } = assign(assign({}, defaults), params); + const to = node.getBoundingClientRect(); + const dx = from.left - to.left; + const dy = from.top - to.top; + const dw = from.width / to.width; + const dh = from.height / to.height; + const d = Math.sqrt(dx * dx + dy * dy); + const style = getComputedStyle(node); + const transform = style.transform === 'none' ? '' : style.transform; + const opacity = +style.opacity; + return { + delay, + duration: is_function(duration) ? duration(d) : duration, + easing, + css: (t, u) => ` + opacity: ${t * opacity}; + transform-origin: top left; + transform: ${transform} translate(${u * dx}px,${u * dy}px) scale(${t + (1 - t) * dw}, ${t + (1 - t) * dh}); + ` + }; + } + function transition(items, counterparts, intro) { + return (node, params) => { + items.set(params.key, { + rect: node.getBoundingClientRect() + }); + return () => { + if (counterparts.has(params.key)) { + const { rect } = counterparts.get(params.key); + counterparts.delete(params.key); + return crossfade(rect, node, params); + } + // if the node is disappearing altogether + // (i.e. wasn't claimed by the other list) + // then we need to supply an outro + items.delete(params.key); + return fallback && fallback(node, params, intro); + }; + }; + } + return [ + transition(to_send, to_receive, false), + transition(to_receive, to_send, true) + ]; +} + +export { blur, crossfade, draw, fade, fly, scale, slide }; diff --git a/2019-setembro/node_modules/svelte/transition/package.json b/2019-setembro/node_modules/svelte/transition/package.json new file mode 100644 index 0000000..598aeea --- /dev/null +++ b/2019-setembro/node_modules/svelte/transition/package.json @@ -0,0 +1,5 @@ +{ + "main": "./index", + "module": "./index.mjs", + "types": "./index.d.ts" +} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/types/compiler/Stats.d.ts b/2019-setembro/node_modules/svelte/types/compiler/Stats.d.ts new file mode 100644 index 0000000..0e01e61 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/Stats.d.ts @@ -0,0 +1,22 @@ +interface Timing { + label: string; + start: number; + end: number; + children: Timing[]; +} +export default class Stats { + start_time: number; + current_timing: Timing; + current_children: Timing[]; + timings: Timing[]; + stack: Timing[]; + constructor(); + start(label: any): void; + stop(label: any): void; + render(): { + timings: { + total: number; + }; + }; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/Component.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/Component.d.ts new file mode 100644 index 0000000..37cbb17 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/Component.d.ts @@ -0,0 +1,131 @@ +import MagicString from 'magic-string'; +import Stats from '../Stats'; +import { Scope } from './utils/scope'; +import Stylesheet from './css/Stylesheet'; +import Fragment from './nodes/Fragment'; +import { Node, Ast, CompileOptions, Var, Warning } from '../interfaces'; +import TemplateScope from './nodes/shared/TemplateScope'; +import Slot from './nodes/Slot'; +interface ComponentOptions { + namespace?: string; + tag?: string; + immutable?: boolean; + accessors?: boolean; + preserveWhitespace?: boolean; +} +export default class Component { + stats: Stats; + warnings: Warning[]; + ignores: Set; + ignore_stack: Array>; + ast: Ast; + source: string; + code: MagicString; + name: string; + compile_options: CompileOptions; + fragment: Fragment; + module_scope: Scope; + instance_scope: Scope; + instance_scope_map: WeakMap; + component_options: ComponentOptions; + namespace: string; + tag: string; + accessors: boolean; + vars: Var[]; + var_lookup: Map; + imports: Node[]; + module_javascript: string; + javascript: string; + hoistable_nodes: Set; + node_for_declaration: Map; + partly_hoisted: string[]; + fully_hoisted: string[]; + reactive_declarations: Array<{ + assignees: Set; + dependencies: Set; + node: Node; + declaration: Node; + }>; + reactive_declaration_nodes: Set; + has_reactive_assignments: boolean; + injected_reactive_declaration_vars: Set; + helpers: Map; + globals: Map; + indirect_dependencies: Map>; + file: string; + locate: (c: number) => { + line: number; + column: number; + }; + locator: (search: number, startIndex?: number) => { + line: number; + column: number; + }; + stylesheet: Stylesheet; + aliases: Map; + used_names: Set; + globally_used_names: Set; + slots: Map; + slot_outlets: Set; + constructor(ast: Ast, source: string, name: string, compile_options: CompileOptions, stats: Stats, warnings: Warning[]); + add_var(variable: Var): void; + add_reference(name: string): void; + add_sourcemap_locations(node: Node): void; + alias(name: string): string; + helper(name: string): string; + global(name: string): string; + generate(result: string): { + js: any; + css: any; + ast: Ast; + warnings: Warning[]; + vars: { + name: string; + export_name: string; + injected: boolean; + module: boolean; + mutated: boolean; + reassigned: boolean; + referenced: boolean; + writable: boolean; + }[]; + stats: { + timings: { + total: number; + }; + }; + }; + get_unique_name(name: string): string; + get_unique_name_maker(): (name: string) => string; + error(pos: { + start: number; + end: number; + }, e: { + code: string; + message: string; + }): void; + warn(pos: { + start: number; + end: number; + }, warning: { + code: string; + message: string; + }): void; + extract_imports(content: any): void; + extract_exports(content: any): void; + extract_javascript(script: any): string; + walk_module_js(): void; + walk_instance_js_pre_template(): void; + walk_instance_js_post_template(): void; + track_mutations(): void; + extract_reactive_store_references(): void; + invalidate(name: any, value?: any): any; + rewrite_props(get_insert: (variable: Var) => string): void; + hoist_instance_declarations(): void; + extract_reactive_declarations(): void; + qualify(name: any): any; + warn_if_undefined(name: string, node: any, template_scope: TemplateScope): void; + push_ignores(ignores: any): void; + pop_ignores(): void; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/create_module.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/create_module.d.ts new file mode 100644 index 0000000..1c5db9e --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/create_module.d.ts @@ -0,0 +1,13 @@ +import { ModuleFormat, Node } from '../interfaces'; +interface Export { + name: string; + as: string; +} +export default function create_module(code: string, format: ModuleFormat, name: string, banner: string, sveltePath: string, helpers: Array<{ + name: string; + alias: string; +}>, globals: Array<{ + name: string; + alias: string; +}>, imports: Node[], module_exports: Export[], source: string): string; +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/css/Selector.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/css/Selector.d.ts new file mode 100644 index 0000000..1429fdb --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/css/Selector.d.ts @@ -0,0 +1,27 @@ +import MagicString from 'magic-string'; +import Stylesheet from './Stylesheet'; +import { Node } from '../../interfaces'; +import Component from '../Component'; +export default class Selector { + node: Node; + stylesheet: Stylesheet; + blocks: Block[]; + local_blocks: Block[]; + used: boolean; + constructor(node: Node, stylesheet: Stylesheet); + apply(node: Node, stack: Node[]): void; + minify(code: MagicString): void; + transform(code: MagicString, attr: string): void; + validate(component: Component): void; +} +declare class Block { + global: boolean; + combinator: Node; + selectors: Node[]; + start: number; + end: number; + should_encapsulate: boolean; + constructor(combinator: Node); + add(selector: Node): void; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/css/Stylesheet.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/css/Stylesheet.d.ts new file mode 100644 index 0000000..46317a2 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/css/Stylesheet.d.ts @@ -0,0 +1,57 @@ +import MagicString from 'magic-string'; +import Selector from './Selector'; +import Element from '../nodes/Element'; +import { Node, Ast } from '../../interfaces'; +import Component from '../Component'; +declare class Rule { + selectors: Selector[]; + declarations: Declaration[]; + node: Node; + parent: Atrule; + constructor(node: Node, stylesheet: any, parent?: Atrule); + apply(node: Element, stack: Element[]): void; + is_used(dev: boolean): boolean; + minify(code: MagicString, _dev: boolean): void; + transform(code: MagicString, id: string, keyframes: Map): boolean; + validate(component: Component): void; + warn_on_unused_selector(handler: (selector: Selector) => void): void; +} +declare class Declaration { + node: Node; + constructor(node: Node); + transform(code: MagicString, keyframes: Map): void; + minify(code: MagicString): void; +} +declare class Atrule { + node: Node; + children: Array; + declarations: Declaration[]; + constructor(node: Node); + apply(node: Element, stack: Element[]): void; + is_used(_dev: boolean): boolean; + minify(code: MagicString, dev: boolean): void; + transform(code: MagicString, id: string, keyframes: Map): void; + validate(component: Component): void; + warn_on_unused_selector(handler: (selector: Selector) => void): void; +} +export default class Stylesheet { + source: string; + ast: Ast; + filename: string; + dev: boolean; + has_styles: boolean; + id: string; + children: Array; + keyframes: Map; + nodes_with_css_class: Set; + constructor(source: string, ast: Ast, filename: string, dev: boolean); + apply(node: Element): void; + reify(): void; + render(file: string, should_transform_selectors: boolean): { + code: string; + map: import("magic-string").SourceMap; + }; + validate(component: Component): void; + warn_on_unused_selectors(component: Component): void; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/css/gather_possible_values.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/css/gather_possible_values.d.ts new file mode 100644 index 0000000..f77bca7 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/css/gather_possible_values.d.ts @@ -0,0 +1,3 @@ +import { Node } from '../../interfaces'; +export declare const UNKNOWN: {}; +export declare function gather_possible_values(node: Node, set: Set): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/index.d.ts new file mode 100644 index 0000000..bf29a73 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/index.d.ts @@ -0,0 +1,22 @@ +import { CompileOptions, Warning } from '../interfaces'; +export default function compile(source: string, options?: CompileOptions): { + js: any; + css: any; + ast: import("../interfaces").Ast; + warnings: Warning[]; + vars: { + name: string; + export_name: string; + injected: boolean; + module: boolean; + mutated: boolean; + reassigned: boolean; + referenced: boolean; + writable: boolean; + }[]; + stats: { + timings: { + total: number; + }; + }; +}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/internal_exports.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/internal_exports.d.ts new file mode 100644 index 0000000..1829c31 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/internal_exports.d.ts @@ -0,0 +1,2 @@ +declare const _default: Set; +export default _default; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Action.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Action.d.ts new file mode 100644 index 0000000..a27e8fa --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Action.d.ts @@ -0,0 +1,10 @@ +import Node from './shared/Node'; +import Expression from './shared/Expression'; +import Component from '../Component'; +export default class Action extends Node { + type: 'Action'; + name: string; + expression: Expression; + uses_context: boolean; + constructor(component: Component, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Animation.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Animation.d.ts new file mode 100644 index 0000000..c0e1aaf --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Animation.d.ts @@ -0,0 +1,9 @@ +import Node from './shared/Node'; +import Expression from './shared/Expression'; +import Component from '../Component'; +export default class Animation extends Node { + type: 'Animation'; + name: string; + expression: Expression; + constructor(component: Component, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Attribute.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Attribute.d.ts new file mode 100644 index 0000000..74077a3 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Attribute.d.ts @@ -0,0 +1,27 @@ +import Component from '../Component'; +import Node from './shared/Node'; +import Element from './Element'; +import Text from './Text'; +import Expression from './shared/Expression'; +import TemplateScope from './shared/TemplateScope'; +export default class Attribute extends Node { + type: 'Attribute'; + start: number; + end: number; + scope: TemplateScope; + component: Component; + parent: Element; + name: string; + is_spread: boolean; + is_true: boolean; + is_static: boolean; + is_synthetic: boolean; + expression?: Expression; + chunks: Array; + dependencies: Set; + constructor(component: any, parent: any, scope: any, info: any); + get_dependencies(): string[]; + get_value(block: any): any; + get_static_value(): string | true; + should_cache(): boolean; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/AwaitBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/AwaitBlock.d.ts new file mode 100644 index 0000000..515fcbf --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/AwaitBlock.d.ts @@ -0,0 +1,15 @@ +import Node from './shared/Node'; +import PendingBlock from './PendingBlock'; +import ThenBlock from './ThenBlock'; +import CatchBlock from './CatchBlock'; +import Expression from './shared/Expression'; +export default class AwaitBlock extends Node { + type: 'AwaitBlock'; + expression: Expression; + value: string; + error: string; + pending: PendingBlock; + then: ThenBlock; + catch: CatchBlock; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Binding.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Binding.d.ts new file mode 100644 index 0000000..e240c79 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Binding.d.ts @@ -0,0 +1,15 @@ +import Node from './shared/Node'; +import Expression from './shared/Expression'; +import Component from '../Component'; +import TemplateScope from './shared/TemplateScope'; +export default class Binding extends Node { + type: 'Binding'; + name: string; + expression: Expression; + is_contextual: boolean; + obj: string; + prop: string; + is_readonly: boolean; + constructor(component: Component, parent: any, scope: TemplateScope, info: any); + is_readonly_media_attribute(): boolean; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Body.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Body.d.ts new file mode 100644 index 0000000..0b28b46 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Body.d.ts @@ -0,0 +1,7 @@ +import Node from './shared/Node'; +import EventHandler from './EventHandler'; +export default class Body extends Node { + type: 'Body'; + handlers: EventHandler[]; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/CatchBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/CatchBlock.d.ts new file mode 100644 index 0000000..e05166e --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/CatchBlock.d.ts @@ -0,0 +1,7 @@ +import TemplateScope from './shared/TemplateScope'; +import AbstractBlock from './shared/AbstractBlock'; +export default class CatchBlock extends AbstractBlock { + type: 'CatchBlock'; + scope: TemplateScope; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Class.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Class.d.ts new file mode 100644 index 0000000..8d26435 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Class.d.ts @@ -0,0 +1,8 @@ +import Node from './shared/Node'; +import Expression from './shared/Expression'; +export default class Class extends Node { + type: 'Class'; + name: string; + expression: Expression; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Comment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Comment.d.ts new file mode 100644 index 0000000..a080053 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Comment.d.ts @@ -0,0 +1,7 @@ +import Node from './shared/Node'; +export default class Comment extends Node { + type: 'Comment'; + data: string; + ignores: string[]; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/DebugTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/DebugTag.d.ts new file mode 100644 index 0000000..bc7591a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/DebugTag.d.ts @@ -0,0 +1,7 @@ +import Node from './shared/Node'; +import Expression from './shared/Expression'; +export default class DebugTag extends Node { + type: 'DebugTag'; + expressions: Expression[]; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EachBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EachBlock.d.ts new file mode 100644 index 0000000..3bd7804 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EachBlock.d.ts @@ -0,0 +1,27 @@ +import Node from './shared/Node'; +import ElseBlock from './ElseBlock'; +import Expression from './shared/Expression'; +import TemplateScope from './shared/TemplateScope'; +import AbstractBlock from './shared/AbstractBlock'; +import { Node as INode } from '../../interfaces'; +interface Context { + key: INode; + name?: string; + tail: string; +} +export default class EachBlock extends AbstractBlock { + type: 'EachBlock'; + expression: Expression; + context_node: Node; + iterations: string; + index: string; + context: string; + key: Expression; + scope: TemplateScope; + contexts: Context[]; + has_animation: boolean; + has_binding: boolean; + else?: ElseBlock; + constructor(component: any, parent: any, scope: any, info: any); +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Element.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Element.d.ts new file mode 100644 index 0000000..b2d2179 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Element.d.ts @@ -0,0 +1,35 @@ +import Node from './shared/Node'; +import Attribute from './Attribute'; +import Binding from './Binding'; +import EventHandler from './EventHandler'; +import Transition from './Transition'; +import Animation from './Animation'; +import Action from './Action'; +import Class from './Class'; +import Let from './Let'; +import TemplateScope from './shared/TemplateScope'; +import { INode } from './interfaces'; +export default class Element extends Node { + type: 'Element'; + name: string; + scope: TemplateScope; + attributes: Attribute[]; + actions: Action[]; + bindings: Binding[]; + classes: Class[]; + handlers: EventHandler[]; + lets: Let[]; + intro?: Transition; + outro?: Transition; + animation?: Animation; + children: INode[]; + namespace: string; + constructor(component: any, parent: any, scope: any, info: any); + validate(): void; + validate_attributes(): void; + validate_bindings(): void; + validate_content(): void; + validate_event_handlers(): void; + is_media_node(): boolean; + add_css_class(): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ElseBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ElseBlock.d.ts new file mode 100644 index 0000000..2feacc5 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ElseBlock.d.ts @@ -0,0 +1,6 @@ +import AbstractBlock from './shared/AbstractBlock'; +import Component from '../Component'; +export default class ElseBlock extends AbstractBlock { + type: 'ElseBlock'; + constructor(component: Component, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EventHandler.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EventHandler.d.ts new file mode 100644 index 0000000..a83c0ad --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EventHandler.d.ts @@ -0,0 +1,15 @@ +import Node from './shared/Node'; +import Expression from './shared/Expression'; +import Component from '../Component'; +import Block from '../render_dom/Block'; +export default class EventHandler extends Node { + type: 'EventHandler'; + name: string; + modifiers: Set; + expression: Expression; + handler_name: string; + uses_context: boolean; + can_make_passive: boolean; + constructor(component: Component, parent: any, template_scope: any, info: any); + render(block: Block): string; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Fragment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Fragment.d.ts new file mode 100644 index 0000000..d245ac6 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Fragment.d.ts @@ -0,0 +1,12 @@ +import Node from './shared/Node'; +import Component from '../Component'; +import Block from '../render_dom/Block'; +import TemplateScope from './shared/TemplateScope'; +import { INode } from './interfaces'; +export default class Fragment extends Node { + type: 'Fragment'; + block: Block; + children: INode[]; + scope: TemplateScope; + constructor(component: Component, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Head.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Head.d.ts new file mode 100644 index 0000000..1d34405 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Head.d.ts @@ -0,0 +1,6 @@ +import Node from './shared/Node'; +export default class Head extends Node { + type: 'Head'; + children: any[]; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/IfBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/IfBlock.d.ts new file mode 100644 index 0000000..942a7f8 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/IfBlock.d.ts @@ -0,0 +1,9 @@ +import ElseBlock from './ElseBlock'; +import Expression from './shared/Expression'; +import AbstractBlock from './shared/AbstractBlock'; +export default class IfBlock extends AbstractBlock { + type: 'IfBlock'; + expression: Expression; + else: ElseBlock; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/InlineComponent.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/InlineComponent.d.ts new file mode 100644 index 0000000..4722e31 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/InlineComponent.d.ts @@ -0,0 +1,21 @@ +import Node from './shared/Node'; +import Attribute from './Attribute'; +import Binding from './Binding'; +import EventHandler from './EventHandler'; +import Expression from './shared/Expression'; +import Component from '../Component'; +import Let from './Let'; +import TemplateScope from './shared/TemplateScope'; +import { INode } from './interfaces'; +export default class InlineComponent extends Node { + type: 'InlineComponent'; + name: string; + expression: Expression; + attributes: Attribute[]; + bindings: Binding[]; + handlers: EventHandler[]; + lets: Let[]; + children: INode[]; + scope: TemplateScope; + constructor(component: Component, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Let.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Let.d.ts new file mode 100644 index 0000000..4d9e870 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Let.d.ts @@ -0,0 +1,9 @@ +import Node from './shared/Node'; +import Component from '../Component'; +export default class Let extends Node { + type: 'Let'; + name: string; + value: string; + names: string[]; + constructor(component: Component, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/MustacheTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/MustacheTag.d.ts new file mode 100644 index 0000000..f659e3d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/MustacheTag.d.ts @@ -0,0 +1,4 @@ +import Tag from './shared/Tag'; +export default class MustacheTag extends Tag { + type: 'MustacheTag'; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Options.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Options.d.ts new file mode 100644 index 0000000..d114122 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Options.d.ts @@ -0,0 +1,4 @@ +import Node from './shared/Node'; +export default class Options extends Node { + type: 'Options'; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/PendingBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/PendingBlock.d.ts new file mode 100644 index 0000000..cc8091d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/PendingBlock.d.ts @@ -0,0 +1,5 @@ +import AbstractBlock from './shared/AbstractBlock'; +export default class PendingBlock extends AbstractBlock { + type: 'PendingBlock'; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/RawMustacheTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/RawMustacheTag.d.ts new file mode 100644 index 0000000..98b279d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/RawMustacheTag.d.ts @@ -0,0 +1,4 @@ +import Tag from './shared/Tag'; +export default class RawMustacheTag extends Tag { + type: 'RawMustacheTag'; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Slot.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Slot.d.ts new file mode 100644 index 0000000..5b96830 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Slot.d.ts @@ -0,0 +1,13 @@ +import Element from './Element'; +import Attribute from './Attribute'; +import Component from '../Component'; +import TemplateScope from './shared/TemplateScope'; +import { INode } from './interfaces'; +export default class Slot extends Element { + type: 'Element'; + name: string; + children: INode[]; + slot_name: string; + values: Map; + constructor(component: Component, parent: INode, scope: TemplateScope, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Text.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Text.d.ts new file mode 100644 index 0000000..cf95caf --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Text.d.ts @@ -0,0 +1,10 @@ +import Node from './shared/Node'; +import Component from '../Component'; +import TemplateScope from './shared/TemplateScope'; +import { INode } from './interfaces'; +export default class Text extends Node { + type: 'Text'; + data: string; + synthetic: boolean; + constructor(component: Component, parent: INode, scope: TemplateScope, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ThenBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ThenBlock.d.ts new file mode 100644 index 0000000..06c917d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ThenBlock.d.ts @@ -0,0 +1,7 @@ +import TemplateScope from './shared/TemplateScope'; +import AbstractBlock from './shared/AbstractBlock'; +export default class ThenBlock extends AbstractBlock { + type: 'ThenBlock'; + scope: TemplateScope; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Title.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Title.d.ts new file mode 100644 index 0000000..bb4e969 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Title.d.ts @@ -0,0 +1,9 @@ +import Node from './shared/Node'; +import { Children } from './shared/map_children'; +import Component from '../Component'; +export default class Title extends Node { + type: 'Title'; + children: Children; + should_cache: boolean; + constructor(component: Component, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Transition.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Transition.d.ts new file mode 100644 index 0000000..b0fba36 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Transition.d.ts @@ -0,0 +1,11 @@ +import Node from './shared/Node'; +import Expression from './shared/Expression'; +import Component from '../Component'; +export default class Transition extends Node { + type: 'Transition'; + name: string; + directive: string; + expression: Expression; + is_local: boolean; + constructor(component: Component, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Window.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Window.d.ts new file mode 100644 index 0000000..b9de1f3 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Window.d.ts @@ -0,0 +1,11 @@ +import Node from './shared/Node'; +import Binding from './Binding'; +import EventHandler from './EventHandler'; +import Action from './Action'; +export default class Window extends Node { + type: 'Window'; + handlers: EventHandler[]; + bindings: Binding[]; + actions: Action[]; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/interfaces.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/interfaces.d.ts new file mode 100644 index 0000000..9dc11db --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/interfaces.d.ts @@ -0,0 +1,31 @@ +import Tag from './shared/Tag'; +import Action from './Action'; +import Animation from './Animation'; +import Attribute from './Attribute'; +import AwaitBlock from './AwaitBlock'; +import Binding from './Binding'; +import Body from './Body'; +import CatchBlock from './CatchBlock'; +import Class from './Class'; +import Comment from './Comment'; +import DebugTag from './DebugTag'; +import EachBlock from './EachBlock'; +import Element from './Element'; +import ElseBlock from './ElseBlock'; +import EventHandler from './EventHandler'; +import Fragment from './Fragment'; +import Head from './Head'; +import IfBlock from './IfBlock'; +import InlineComponent from './InlineComponent'; +import Let from './Let'; +import MustacheTag from './MustacheTag'; +import Options from './Options'; +import PendingBlock from './PendingBlock'; +import RawMustacheTag from './RawMustacheTag'; +import Slot from './Slot'; +import Text from './Text'; +import ThenBlock from './ThenBlock'; +import Title from './Title'; +import Transition from './Transition'; +import Window from './Window'; +export declare type INode = Action | Animation | Attribute | AwaitBlock | Binding | Body | CatchBlock | Class | Comment | DebugTag | EachBlock | Element | ElseBlock | EventHandler | Fragment | Head | IfBlock | InlineComponent | Let | MustacheTag | Options | PendingBlock | RawMustacheTag | Slot | Tag | Text | ThenBlock | Title | Transition | Window; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/AbstractBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/AbstractBlock.d.ts new file mode 100644 index 0000000..9dea594 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/AbstractBlock.d.ts @@ -0,0 +1,10 @@ +import Block from '../../render_dom/Block'; +import Component from '../../Component'; +import Node from './Node'; +import { INode } from '../interfaces'; +export default class AbstractBlock extends Node { + block: Block; + children: INode[]; + constructor(component: Component, parent: any, scope: any, info: any); + warn_if_empty_block(): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Expression.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Expression.d.ts new file mode 100644 index 0000000..b7791c4 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Expression.d.ts @@ -0,0 +1,30 @@ +import Component from '../../Component'; +import { Scope } from '../../utils/scope'; +import { Node } from '../../../interfaces'; +import Wrapper from '../../render_dom/wrappers/shared/Wrapper'; +import TemplateScope from './TemplateScope'; +import Block from '../../render_dom/Block'; +import { INode } from '../interfaces'; +declare type Owner = Wrapper | INode; +export default class Expression { + type: 'Expression'; + component: Component; + owner: Owner; + node: any; + snippet: string; + references: Set; + dependencies: Set; + contextual_dependencies: Set; + template_scope: TemplateScope; + scope: Scope; + scope_map: WeakMap; + is_synthetic: boolean; + declarations: string[]; + uses_context: boolean; + rendered: string; + constructor(component: Component, owner: Owner, template_scope: TemplateScope, info: any, lazy?: boolean); + dynamic_dependencies(): string[]; + get_precedence(): number; + render(block?: Block): string; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Node.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Node.d.ts new file mode 100644 index 0000000..838c6b1 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Node.d.ts @@ -0,0 +1,20 @@ +import Attribute from '../Attribute'; +import Component from '../../Component'; +import { INode } from '../interfaces'; +export default class Node { + readonly start: number; + readonly end: number; + readonly component: Component; + readonly parent: INode; + readonly type: string; + prev?: INode; + next?: INode; + can_use_innerhtml: boolean; + var: string; + attributes: Attribute[]; + constructor(component: Component, parent: any, _scope: any, info: any); + cannot_use_innerhtml(): void; + find_nearest(selector: RegExp): any; + get_static_attribute_value(name: string): string | true; + has_ancestor(type: string): any; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Tag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Tag.d.ts new file mode 100644 index 0000000..8c5db18 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Tag.d.ts @@ -0,0 +1,8 @@ +import Node from './Node'; +import Expression from './Expression'; +export default class Tag extends Node { + type: 'MustacheTag' | 'RawMustacheTag'; + expression: Expression; + should_cache: boolean; + constructor(component: any, parent: any, scope: any, info: any); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/TemplateScope.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/TemplateScope.d.ts new file mode 100644 index 0000000..78c6755 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/TemplateScope.d.ts @@ -0,0 +1,19 @@ +import EachBlock from '../EachBlock'; +import ThenBlock from '../ThenBlock'; +import CatchBlock from '../CatchBlock'; +import InlineComponent from '../InlineComponent'; +import Element from '../Element'; +declare type NodeWithScope = EachBlock | ThenBlock | CatchBlock | InlineComponent | Element; +export default class TemplateScope { + names: Set; + dependencies_for_name: Map>; + owners: Map; + parent?: TemplateScope; + constructor(parent?: TemplateScope); + add(name: any, dependencies: Set, owner: any): this; + child(): TemplateScope; + is_top_level(name: string): any; + get_owner(name: string): NodeWithScope; + is_let(name: string): boolean; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/map_children.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/map_children.d.ts new file mode 100644 index 0000000..028de8f --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/map_children.d.ts @@ -0,0 +1,18 @@ +import AwaitBlock from '../AwaitBlock'; +import Body from '../Body'; +import Comment from '../Comment'; +import EachBlock from '../EachBlock'; +import Element from '../Element'; +import Head from '../Head'; +import IfBlock from '../IfBlock'; +import InlineComponent from '../InlineComponent'; +import MustacheTag from '../MustacheTag'; +import Options from '../Options'; +import RawMustacheTag from '../RawMustacheTag'; +import DebugTag from '../DebugTag'; +import Text from '../Text'; +import Title from '../Title'; +import Window from '../Window'; +import { Node } from '../../../interfaces'; +export declare type Children = ReturnType; +export default function map_children(component: any, parent: any, scope: any, children: Node[]): (AwaitBlock | Body | Comment | DebugTag | EachBlock | Element | Head | IfBlock | InlineComponent | MustacheTag | Options | RawMustacheTag | Text | Title | Window)[]; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Block.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Block.d.ts new file mode 100644 index 0000000..63b6dec --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Block.d.ts @@ -0,0 +1,77 @@ +import CodeBuilder from '../utils/CodeBuilder'; +import Renderer from './Renderer'; +import Wrapper from './wrappers/shared/Wrapper'; +export interface BlockOptions { + parent?: Block; + name: string; + type: string; + renderer?: Renderer; + comment?: string; + key?: string; + bindings?: Map; + dependencies?: Set; +} +export default class Block { + parent?: Block; + renderer: Renderer; + name: string; + type: string; + comment?: string; + wrappers: Wrapper[]; + key: string; + first: string; + dependencies: Set; + bindings: Map; + builders: { + init: CodeBuilder; + create: CodeBuilder; + claim: CodeBuilder; + hydrate: CodeBuilder; + mount: CodeBuilder; + measure: CodeBuilder; + fix: CodeBuilder; + animate: CodeBuilder; + intro: CodeBuilder; + update: CodeBuilder; + outro: CodeBuilder; + destroy: CodeBuilder; + }; + event_listeners: string[]; + maintain_context: boolean; + has_animation: boolean; + has_intros: boolean; + has_outros: boolean; + has_intro_method: boolean; + has_outro_method: boolean; + outros: number; + aliases: Map; + variables: Map; + get_unique_name: (name: string) => string; + has_update_method: boolean; + autofocus: string; + constructor(options: BlockOptions); + assign_variable_names(): void; + add_dependencies(dependencies: Set): void; + add_element(name: string, render_statement: string, claim_statement: string, parent_node: string, no_detach?: boolean): void; + add_intro(local?: boolean): void; + add_outro(local?: boolean): void; + add_animation(): void; + add_variable(name: string, init?: string): void; + alias(name: string): string; + child(options: BlockOptions): Block; + get_contents(local_key?: string): string; + render_listeners(chunk?: string): void; + toString(): string; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Renderer.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Renderer.d.ts new file mode 100644 index 0000000..b6ca674 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Renderer.d.ts @@ -0,0 +1,21 @@ +import Block from './Block'; +import { CompileOptions } from '../../interfaces'; +import Component from '../Component'; +import FragmentWrapper from './wrappers/Fragment'; +import CodeBuilder from '../utils/CodeBuilder'; +export default class Renderer { + component: Component; + options: CompileOptions; + blocks: Array; + readonly: Set; + meta_bindings: CodeBuilder; + binding_groups: string[]; + block: Block; + fragment: FragmentWrapper; + file_var: string; + locate: (c: number) => { + line: number; + column: number; + }; + constructor(component: Component, options: CompileOptions); +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/index.d.ts new file mode 100644 index 0000000..d2f2617 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/index.d.ts @@ -0,0 +1,3 @@ +import Component from '../Component'; +import { CompileOptions } from '../../interfaces'; +export default function dom(component: Component, options: CompileOptions): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/AwaitBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/AwaitBlock.d.ts new file mode 100644 index 0000000..8cea183 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/AwaitBlock.d.ts @@ -0,0 +1,26 @@ +import Wrapper from './shared/Wrapper'; +import Renderer from '../Renderer'; +import Block from '../Block'; +import AwaitBlock from '../../nodes/AwaitBlock'; +import FragmentWrapper from './Fragment'; +import PendingBlock from '../../nodes/PendingBlock'; +import ThenBlock from '../../nodes/ThenBlock'; +import CatchBlock from '../../nodes/CatchBlock'; +declare class AwaitBlockBranch extends Wrapper { + node: PendingBlock | ThenBlock | CatchBlock; + block: Block; + fragment: FragmentWrapper; + is_dynamic: boolean; + var: any; + constructor(status: string, renderer: Renderer, block: Block, parent: Wrapper, node: AwaitBlock, strip_whitespace: boolean, next_sibling: Wrapper); +} +export default class AwaitBlockWrapper extends Wrapper { + node: AwaitBlock; + pending: AwaitBlockBranch; + then: AwaitBlockBranch; + catch: AwaitBlockBranch; + var: string; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: AwaitBlock, strip_whitespace: boolean, next_sibling: Wrapper); + render(block: Block, parent_node: string, parent_nodes: string): void; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Body.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Body.d.ts new file mode 100644 index 0000000..d1ef657 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Body.d.ts @@ -0,0 +1,7 @@ +import Block from '../Block'; +import Wrapper from './shared/Wrapper'; +import Body from '../../nodes/Body'; +export default class BodyWrapper extends Wrapper { + node: Body; + render(block: Block, _parent_node: string, _parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/DebugTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/DebugTag.d.ts new file mode 100644 index 0000000..b18e130 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/DebugTag.d.ts @@ -0,0 +1,9 @@ +import Renderer from '../Renderer'; +import Wrapper from './shared/Wrapper'; +import Block from '../Block'; +import DebugTag from '../../nodes/DebugTag'; +export default class DebugTagWrapper extends Wrapper { + node: DebugTag; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: DebugTag, _strip_whitespace: boolean, _next_sibling: Wrapper); + render(block: Block, _parent_node: string, _parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/EachBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/EachBlock.d.ts new file mode 100644 index 0000000..05130cd --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/EachBlock.d.ts @@ -0,0 +1,54 @@ +import Renderer from '../Renderer'; +import Block from '../Block'; +import Wrapper from './shared/Wrapper'; +import EachBlock from '../../nodes/EachBlock'; +import FragmentWrapper from './Fragment'; +import ElseBlock from '../../nodes/ElseBlock'; +export declare class ElseBlockWrapper extends Wrapper { + node: ElseBlock; + block: Block; + fragment: FragmentWrapper; + is_dynamic: boolean; + var: any; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: ElseBlock, strip_whitespace: boolean, next_sibling: Wrapper); +} +export default class EachBlockWrapper extends Wrapper { + block: Block; + node: EachBlock; + fragment: FragmentWrapper; + else?: ElseBlockWrapper; + vars: { + create_each_block: string; + each_block_value: string; + get_each_context: string; + iterations: string; + fixed_length: number; + data_length: string; + view_length: string; + length: string; + }; + context_props: string[]; + index_name: string; + var: string; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: EachBlock, strip_whitespace: boolean, next_sibling: Wrapper); + render(block: Block, parent_node: string, parent_nodes: string): void; + render_keyed({ block, parent_node, parent_nodes, snippet, initial_anchor_node, initial_mount_node, update_anchor_node, update_mount_node }: { + block: Block; + parent_node: string; + parent_nodes: string; + snippet: string; + initial_anchor_node: string; + initial_mount_node: string; + update_anchor_node: string; + update_mount_node: string; + }): void; + render_unkeyed({ block, parent_nodes, snippet, initial_anchor_node, initial_mount_node, update_anchor_node, update_mount_node }: { + block: Block; + parent_nodes: string; + snippet: string; + initial_anchor_node: string; + initial_mount_node: string; + update_anchor_node: string; + update_mount_node: string; + }): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Attribute.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Attribute.d.ts new file mode 100644 index 0000000..eb073fc --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Attribute.d.ts @@ -0,0 +1,12 @@ +import Attribute from '../../../nodes/Attribute'; +import Block from '../../Block'; +import ElementWrapper from './index'; +export default class AttributeWrapper { + node: Attribute; + parent: ElementWrapper; + constructor(parent: ElementWrapper, block: Block, node: Attribute); + render(block: Block): void; + get_class_name_text(): string; + render_chunks(): string[]; + stringify(): string; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Binding.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Binding.d.ts new file mode 100644 index 0000000..65b49ab --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Binding.d.ts @@ -0,0 +1,21 @@ +import Binding from '../../../nodes/Binding'; +import ElementWrapper from '../Element'; +import Block from '../../Block'; +export default class BindingWrapper { + node: Binding; + parent: ElementWrapper; + object: string; + handler: { + uses_context: boolean; + mutation: string; + contextual_dependencies: Set; + snippet?: string; + }; + snippet: string; + is_readonly: boolean; + needs_lock: boolean; + constructor(block: Block, node: Binding, parent: ElementWrapper); + get_dependencies(): Set; + is_readonly_media_attribute(): boolean; + render(block: Block, lock: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/StyleAttribute.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/StyleAttribute.d.ts new file mode 100644 index 0000000..8d87aa1 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/StyleAttribute.d.ts @@ -0,0 +1,16 @@ +import Attribute from '../../../nodes/Attribute'; +import Block from '../../Block'; +import AttributeWrapper from './Attribute'; +import ElementWrapper from '../Element'; +import Expression from '../../../nodes/shared/Expression'; +import Text from '../../../nodes/Text'; +export interface StyleProp { + key: string; + value: Array; + important: boolean; +} +export default class StyleAttributeWrapper extends AttributeWrapper { + node: Attribute; + parent: ElementWrapper; + render(block: Block): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.d.ts new file mode 100644 index 0000000..fb7c2f6 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.d.ts @@ -0,0 +1 @@ +export default function fix_attribute_casing(name: any): any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/index.d.ts new file mode 100644 index 0000000..291c04e --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/index.d.ts @@ -0,0 +1,29 @@ +import Renderer from '../../Renderer'; +import Element from '../../../nodes/Element'; +import Wrapper from '../shared/Wrapper'; +import Block from '../../Block'; +import FragmentWrapper from '../Fragment'; +import AttributeWrapper from './Attribute'; +import Binding from './Binding'; +export default class ElementWrapper extends Wrapper { + node: Element; + fragment: FragmentWrapper; + attributes: AttributeWrapper[]; + bindings: Binding[]; + class_dependencies: string[]; + slot_block: Block; + select_binding_dependencies?: Set; + var: string; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Element, strip_whitespace: boolean, next_sibling: Wrapper); + render(block: Block, parent_node: string, parent_nodes: string): void; + get_render_statement(): string; + get_claim_statement(nodes: string): string; + add_bindings(block: Block): void; + add_attributes(block: Block): void; + add_spread_attributes(block: Block): void; + add_event_handlers(block: Block): void; + add_transitions(block: Block): void; + add_animation(block: Block): void; + add_actions(block: Block): void; + add_classes(block: Block): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Fragment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Fragment.d.ts new file mode 100644 index 0000000..e8ecb2a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Fragment.d.ts @@ -0,0 +1,9 @@ +import Wrapper from './shared/Wrapper'; +import { INode } from '../../nodes/interfaces'; +import Renderer from '../Renderer'; +import Block from '../Block'; +export default class FragmentWrapper { + nodes: Wrapper[]; + constructor(renderer: Renderer, block: Block, nodes: INode[], parent: Wrapper, strip_whitespace: boolean, next_sibling: Wrapper); + render(block: Block, parent_node: string, parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Head.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Head.d.ts new file mode 100644 index 0000000..5ffb89a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Head.d.ts @@ -0,0 +1,10 @@ +import Wrapper from './shared/Wrapper'; +import Renderer from '../Renderer'; +import Block from '../Block'; +import Head from '../../nodes/Head'; +import FragmentWrapper from './Fragment'; +export default class HeadWrapper extends Wrapper { + fragment: FragmentWrapper; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Head, strip_whitespace: boolean, next_sibling: Wrapper); + render(block: Block, _parent_node: string, _parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/IfBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/IfBlock.d.ts new file mode 100644 index 0000000..c9cd165 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/IfBlock.d.ts @@ -0,0 +1,45 @@ +import Wrapper from './shared/Wrapper'; +import Renderer from '../Renderer'; +import Block from '../Block'; +import EachBlock from '../../nodes/EachBlock'; +import IfBlock from '../../nodes/IfBlock'; +import ElseBlock from '../../nodes/ElseBlock'; +import FragmentWrapper from './Fragment'; +declare class IfBlockBranch extends Wrapper { + block: Block; + fragment: FragmentWrapper; + dependencies?: string[]; + condition?: string; + snippet?: string; + is_dynamic: boolean; + var: any; + constructor(renderer: Renderer, block: Block, parent: IfBlockWrapper, node: IfBlock | ElseBlock, strip_whitespace: boolean, next_sibling: Wrapper); +} +export default class IfBlockWrapper extends Wrapper { + node: IfBlock; + branches: IfBlockBranch[]; + needs_update: boolean; + var: string; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: EachBlock, strip_whitespace: boolean, next_sibling: Wrapper); + render(block: Block, parent_node: string, parent_nodes: string): void; + render_compound(block: Block, parent_node: string, _parent_nodes: string, dynamic: any, { name, anchor, has_else, if_name, has_transitions }: { + name: any; + anchor: any; + has_else: any; + if_name: any; + has_transitions: any; + }, detaching: any): void; + render_compound_with_outros(block: Block, parent_node: string, _parent_nodes: string, dynamic: any, { name, anchor, has_else, has_transitions }: { + name: any; + anchor: any; + has_else: any; + has_transitions: any; + }, detaching: any): void; + render_simple(block: Block, parent_node: string, _parent_nodes: string, dynamic: any, { name, anchor, if_name, has_transitions }: { + name: any; + anchor: any; + if_name: any; + has_transitions: any; + }, detaching: any): void; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/InlineComponent/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/InlineComponent/index.d.ts new file mode 100644 index 0000000..7848b9a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/InlineComponent/index.d.ts @@ -0,0 +1,18 @@ +import Wrapper from '../shared/Wrapper'; +import Renderer from '../../Renderer'; +import Block from '../../Block'; +import InlineComponent from '../../../nodes/InlineComponent'; +import FragmentWrapper from '../Fragment'; +import TemplateScope from '../../../nodes/shared/TemplateScope'; +export default class InlineComponentWrapper extends Wrapper { + var: string; + slots: Map; + node: InlineComponent; + fragment: FragmentWrapper; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: InlineComponent, strip_whitespace: boolean, next_sibling: Wrapper); + render(block: Block, parent_node: string, parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/MustacheTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/MustacheTag.d.ts new file mode 100644 index 0000000..7c0a748 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/MustacheTag.d.ts @@ -0,0 +1,11 @@ +import Renderer from '../Renderer'; +import Block from '../Block'; +import Tag from './shared/Tag'; +import Wrapper from './shared/Wrapper'; +import MustacheTag from '../../nodes/MustacheTag'; +import RawMustacheTag from '../../nodes/RawMustacheTag'; +export default class MustacheTagWrapper extends Tag { + var: string; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: MustacheTag | RawMustacheTag); + render(block: Block, parent_node: string, parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/RawMustacheTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/RawMustacheTag.d.ts new file mode 100644 index 0000000..34e8bfc --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/RawMustacheTag.d.ts @@ -0,0 +1,11 @@ +import Renderer from '../Renderer'; +import Block from '../Block'; +import Tag from './shared/Tag'; +import Wrapper from './shared/Wrapper'; +import MustacheTag from '../../nodes/MustacheTag'; +import RawMustacheTag from '../../nodes/RawMustacheTag'; +export default class RawMustacheTagWrapper extends Tag { + var: string; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: MustacheTag | RawMustacheTag); + render(block: Block, parent_node: string, _parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Slot.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Slot.d.ts new file mode 100644 index 0000000..47ced5c --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Slot.d.ts @@ -0,0 +1,13 @@ +import Wrapper from './shared/Wrapper'; +import Renderer from '../Renderer'; +import Block from '../Block'; +import Slot from '../../nodes/Slot'; +import FragmentWrapper from './Fragment'; +export default class SlotWrapper extends Wrapper { + node: Slot; + fragment: FragmentWrapper; + var: string; + dependencies: Set; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Slot, strip_whitespace: boolean, next_sibling: Wrapper); + render(block: Block, parent_node: string, parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Text.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Text.d.ts new file mode 100644 index 0000000..1f9810f --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Text.d.ts @@ -0,0 +1,13 @@ +import Renderer from '../Renderer'; +import Block from '../Block'; +import Text from '../../nodes/Text'; +import Wrapper from './shared/Wrapper'; +export default class TextWrapper extends Wrapper { + node: Text; + data: string; + skip: boolean; + var: string; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Text, data: string); + use_space(): boolean; + render(block: Block, parent_node: string, parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Title.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Title.d.ts new file mode 100644 index 0000000..520a77e --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Title.d.ts @@ -0,0 +1,9 @@ +import Wrapper from './shared/Wrapper'; +import Renderer from '../Renderer'; +import Block from '../Block'; +import Title from '../../nodes/Title'; +export default class TitleWrapper extends Wrapper { + node: Title; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Title, _strip_whitespace: boolean, _next_sibling: Wrapper); + render(block: Block, _parent_node: string, _parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Window.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Window.d.ts new file mode 100644 index 0000000..2875c02 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Window.d.ts @@ -0,0 +1,10 @@ +import Renderer from '../Renderer'; +import Block from '../Block'; +import Wrapper from './shared/Wrapper'; +import Window from '../../nodes/Window'; +import { INode } from '../../nodes/interfaces'; +export default class WindowWrapper extends Wrapper { + node: Window; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: INode); + render(block: Block, _parent_node: string, _parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Action.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Action.d.ts new file mode 100644 index 0000000..e69de29 diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Tag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Tag.d.ts new file mode 100644 index 0000000..8453021 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Tag.d.ts @@ -0,0 +1,12 @@ +import Wrapper from './Wrapper'; +import Renderer from '../../Renderer'; +import Block from '../../Block'; +import MustacheTag from '../../../nodes/MustacheTag'; +import RawMustacheTag from '../../../nodes/RawMustacheTag'; +export default class Tag extends Wrapper { + node: MustacheTag | RawMustacheTag; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: MustacheTag | RawMustacheTag); + rename_this_method(block: Block, update: ((value: string) => string)): { + init: string; + }; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Wrapper.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Wrapper.d.ts new file mode 100644 index 0000000..a3cdeb8 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Wrapper.d.ts @@ -0,0 +1,18 @@ +import Renderer from '../../Renderer'; +import Block from '../../Block'; +import { INode } from '../../../nodes/interfaces'; +export default class Wrapper { + renderer: Renderer; + parent: Wrapper; + node: INode; + prev: Wrapper | null; + next: Wrapper | null; + var: string; + can_use_innerhtml: boolean; + constructor(renderer: Renderer, block: Block, parent: Wrapper, node: INode); + cannot_use_innerhtml(): void; + get_or_create_anchor(block: Block, parent_node: string, parent_nodes: string): string; + get_update_mount_node(anchor: string): string; + is_dom_node(): boolean; + render(_block: Block, _parent_node: string, _parent_nodes: string): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_actions.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_actions.d.ts new file mode 100644 index 0000000..6630ff8 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_actions.d.ts @@ -0,0 +1,4 @@ +import Block from '../../Block'; +import Action from '../../../nodes/Action'; +import Component from '../../../Component'; +export default function add_actions(component: Component, block: Block, target: string, actions: Action[]): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_event_handlers.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_event_handlers.d.ts new file mode 100644 index 0000000..2d00d70 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_event_handlers.d.ts @@ -0,0 +1,3 @@ +import Block from '../../Block'; +import EventHandler from '../../../nodes/EventHandler'; +export default function add_event_handlers(block: Block, target: string, handlers: EventHandler[]): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/bind_this.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/bind_this.d.ts new file mode 100644 index 0000000..331284e --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/bind_this.d.ts @@ -0,0 +1,4 @@ +import Component from '../../../Component'; +import Block from '../../Block'; +import Binding from '../../../nodes/Binding'; +export default function bind_this(component: Component, block: Block, binding: Binding, variable: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.d.ts new file mode 100644 index 0000000..a8155e0 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.d.ts @@ -0,0 +1,3 @@ +import Component from '../../../Component'; +import { INode } from '../../../nodes/interfaces'; +export default function create_debugging_comment(node: INode, component: Component): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/get_context_merger.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/get_context_merger.d.ts new file mode 100644 index 0000000..b6ba550 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/get_context_merger.d.ts @@ -0,0 +1,2 @@ +import Let from '../../../nodes/Let'; +export declare function get_context_merger(lets: Let[]): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/is_dynamic.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/is_dynamic.d.ts new file mode 100644 index 0000000..ccc3a71 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/is_dynamic.d.ts @@ -0,0 +1,2 @@ +import { Var } from '../../../../interfaces'; +export default function is_dynamic(variable: Var): boolean; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/Renderer.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/Renderer.d.ts new file mode 100644 index 0000000..a5c8c6a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/Renderer.d.ts @@ -0,0 +1,15 @@ +import { AppendTarget, CompileOptions } from '../../interfaces'; +import { INode } from '../nodes/interfaces'; +export interface RenderOptions extends CompileOptions { + locate: (c: number) => { + line: number; + column: number; + }; +} +export default class Renderer { + has_bindings: boolean; + code: string; + targets: AppendTarget[]; + append(code: string): void; + render(nodes: INode[], options: RenderOptions): void; +} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/AwaitBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/AwaitBlock.d.ts new file mode 100644 index 0000000..9ac74d6 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/AwaitBlock.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import AwaitBlock from '../../nodes/AwaitBlock'; +export default function (node: AwaitBlock, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Comment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Comment.d.ts new file mode 100644 index 0000000..3ceb965 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Comment.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import Comment from '../../nodes/Comment'; +export default function (node: Comment, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/DebugTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/DebugTag.d.ts new file mode 100644 index 0000000..737c104 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/DebugTag.d.ts @@ -0,0 +1,3 @@ +import DebugTag from '../../nodes/DebugTag'; +import Renderer, { RenderOptions } from '../Renderer'; +export default function (node: DebugTag, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/EachBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/EachBlock.d.ts new file mode 100644 index 0000000..5ecd859 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/EachBlock.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import EachBlock from '../../nodes/EachBlock'; +export default function (node: EachBlock, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Element.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Element.d.ts new file mode 100644 index 0000000..43ac0f4 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Element.d.ts @@ -0,0 +1,5 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import Element from '../../nodes/Element'; +export default function (node: Element, renderer: Renderer, options: RenderOptions & { + slot_scopes: Map; +}): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Head.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Head.d.ts new file mode 100644 index 0000000..add6c17 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Head.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import Head from '../../nodes/Head'; +export default function (node: Head, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/HtmlTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/HtmlTag.d.ts new file mode 100644 index 0000000..19f8f63 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/HtmlTag.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import RawMustacheTag from '../../nodes/RawMustacheTag'; +export default function (node: RawMustacheTag, renderer: Renderer, _options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/IfBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/IfBlock.d.ts new file mode 100644 index 0000000..c5be3d0 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/IfBlock.d.ts @@ -0,0 +1,3 @@ +import IfBlock from '../../nodes/IfBlock'; +import Renderer, { RenderOptions } from '../Renderer'; +export default function (node: IfBlock, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/InlineComponent.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/InlineComponent.d.ts new file mode 100644 index 0000000..fd52d3a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/InlineComponent.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import InlineComponent from '../../nodes/InlineComponent'; +export default function (node: InlineComponent, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Slot.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Slot.d.ts new file mode 100644 index 0000000..5872cb6 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Slot.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import Slot from '../../nodes/Slot'; +export default function (node: Slot, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Tag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Tag.d.ts new file mode 100644 index 0000000..a37afab --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Tag.d.ts @@ -0,0 +1,2 @@ +import Renderer, { RenderOptions } from '../Renderer'; +export default function (node: any, renderer: Renderer, _options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Text.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Text.d.ts new file mode 100644 index 0000000..8b6a668 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Text.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import Text from '../../nodes/Text'; +export default function (node: Text, renderer: Renderer, _options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Title.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Title.d.ts new file mode 100644 index 0000000..14d4b2d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Title.d.ts @@ -0,0 +1,3 @@ +import Renderer, { RenderOptions } from '../Renderer'; +import Title from '../../nodes/Title'; +export default function (node: Title, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/shared/get_slot_scope.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/shared/get_slot_scope.d.ts new file mode 100644 index 0000000..2661745 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/shared/get_slot_scope.d.ts @@ -0,0 +1,2 @@ +import Let from '../../../nodes/Let'; +export declare function get_slot_scope(lets: Let[]): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/index.d.ts new file mode 100644 index 0000000..a38d6ab --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/index.d.ts @@ -0,0 +1,3 @@ +import Component from '../Component'; +import { CompileOptions } from '../../interfaces'; +export default function ssr(component: Component, options: CompileOptions): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/CodeBuilder.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/CodeBuilder.d.ts new file mode 100644 index 0000000..162a284 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/CodeBuilder.d.ts @@ -0,0 +1,27 @@ +interface Chunk { + parent?: BlockChunk; + type: 'root' | 'line' | 'condition'; + children?: Chunk[]; + line?: string; + block?: boolean; + condition?: string; +} +interface BlockChunk extends Chunk { + type: 'root' | 'condition'; + children: Chunk[]; + parent: BlockChunk; +} +export default class CodeBuilder { + root: BlockChunk; + last: Chunk; + current: BlockChunk; + constructor(str?: string); + add_conditional(condition: string, body: string): void; + add_line(line: string): void; + add_block(block: string): void; + is_empty(): boolean; + push_condition(condition: string): void; + pop_condition(): void; + toString(): string; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/__test__.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/__test__.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/__test__.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/add_to_set.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/add_to_set.d.ts new file mode 100644 index 0000000..b620fbc --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/add_to_set.d.ts @@ -0,0 +1 @@ +export default function add_to_set(a: Set, b: Set | T[]): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/check_graph_for_cycles.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/check_graph_for_cycles.d.ts new file mode 100644 index 0000000..6660f10 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/check_graph_for_cycles.d.ts @@ -0,0 +1 @@ +export default function check_graph_for_cycles(edges: Array<[any, any]>): any[]; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/deindent.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/deindent.d.ts new file mode 100644 index 0000000..05434c3 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/deindent.d.ts @@ -0,0 +1 @@ +export default function deindent(strings: TemplateStringsArray, ...values: any[]): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/flatten_reference.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/flatten_reference.d.ts new file mode 100644 index 0000000..16e2ef9 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/flatten_reference.d.ts @@ -0,0 +1,7 @@ +import { Node } from '../../interfaces'; +export default function flatten_reference(node: Node): { + name: any; + nodes: any[]; + parts: any[]; + keypath: string; +}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_name_from_filename.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_name_from_filename.d.ts new file mode 100644 index 0000000..25751c0 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_name_from_filename.d.ts @@ -0,0 +1 @@ +export default function get_name_from_filename(filename: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_object.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_object.d.ts new file mode 100644 index 0000000..3c5b959 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_object.d.ts @@ -0,0 +1,2 @@ +import { Node } from '../../interfaces'; +export default function get_object(node: Node): Node; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_slot_data.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_slot_data.d.ts new file mode 100644 index 0000000..e32bada --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_slot_data.d.ts @@ -0,0 +1,2 @@ +import Attribute from '../nodes/Attribute'; +export default function get_slot_data(values: Map, is_ssr: boolean): string[]; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/invalidate.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/invalidate.d.ts new file mode 100644 index 0000000..00d5c35 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/invalidate.d.ts @@ -0,0 +1,5 @@ +import Component from '../Component'; +import MagicString from 'magic-string'; +import { Node } from '../../interfaces'; +import { Scope } from './scope'; +export declare function invalidate(component: Component, scope: Scope, code: MagicString, node: Node, names: Set): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/scope.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/scope.d.ts new file mode 100644 index 0000000..bd190c2 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/scope.d.ts @@ -0,0 +1,18 @@ +import { Node } from '../../interfaces'; +export declare function create_scopes(expression: Node): { + map: WeakMap; + scope: Scope; + globals: Map; +}; +export declare class Scope { + parent: Scope; + block: boolean; + declarations: Map; + initialised_declarations: Set; + constructor(parent: Scope, block: boolean); + add_declaration(node: Node): void; + find_owner(name: string): Scope; + has(name: string): boolean; +} +export declare function extract_names(param: Node): any[]; +export declare function extract_identifiers(param: Node): Node[]; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/snip.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/snip.d.ts new file mode 100644 index 0000000..3d6a81b --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/snip.d.ts @@ -0,0 +1 @@ +export declare function snip(expression: any): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify.d.ts new file mode 100644 index 0000000..c1b97f8 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify.d.ts @@ -0,0 +1,6 @@ +export declare function stringify(data: string, options?: {}): string; +export declare function escape(data: string, { only_escape_at_symbol }?: { + only_escape_at_symbol?: boolean; +}): string; +export declare function escape_html(html: any): string; +export declare function escape_template(str: any): any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_attribute.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_attribute.d.ts new file mode 100644 index 0000000..ee71281 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_attribute.d.ts @@ -0,0 +1,3 @@ +import Attribute from '../nodes/Attribute'; +export declare function stringify_class_attribute(attribute: Attribute): string; +export declare function stringify_attribute(attribute: Attribute, is_ssr: boolean): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_props.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_props.d.ts new file mode 100644 index 0000000..602c0dc --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_props.d.ts @@ -0,0 +1 @@ +export declare function stringify_props(props: string[]): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/tail.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/tail.d.ts new file mode 100644 index 0000000..69ef152 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/tail.d.ts @@ -0,0 +1,2 @@ +export declare function new_tail(): string; +export declare function attach_head(head: string, tail: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/unwrap_parens.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/unwrap_parens.d.ts new file mode 100644 index 0000000..8be5e94 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/unwrap_parens.d.ts @@ -0,0 +1,2 @@ +import { Node } from '../../interfaces'; +export default function unwrap_parens(node: Node): Node; diff --git a/2019-setembro/node_modules/svelte/types/compiler/config.d.ts b/2019-setembro/node_modules/svelte/types/compiler/config.d.ts new file mode 100644 index 0000000..66cb4d4 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/config.d.ts @@ -0,0 +1 @@ +export declare const test: string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/index.d.ts new file mode 100644 index 0000000..99fe8e0 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/index.d.ts @@ -0,0 +1,5 @@ +export { default as compile } from './compile/index'; +export { default as parse } from './parse/index'; +export { default as preprocess } from './preprocess/index'; +export { walk } from 'estree-walker'; +export declare const VERSION = "__VERSION__"; diff --git a/2019-setembro/node_modules/svelte/types/compiler/interfaces.d.ts b/2019-setembro/node_modules/svelte/types/compiler/interfaces.d.ts new file mode 100644 index 0000000..438d2df --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/interfaces.d.ts @@ -0,0 +1,111 @@ +interface BaseNode { + start: number; + end: number; + type: string; + children?: Node[]; + [prop_name: string]: any; +} +export interface Text extends BaseNode { + type: 'Text'; + data: string; +} +export interface MustacheTag extends BaseNode { + type: 'MustacheTag'; + expression: Node; +} +export declare type DirectiveType = 'Action' | 'Animation' | 'Binding' | 'Class' | 'EventHandler' | 'Let' | 'Ref' | 'Transition'; +interface BaseDirective extends BaseNode { + type: DirectiveType; + expression: null | Node; + name: string; + modifiers: string[]; +} +export interface Transition extends BaseDirective { + type: 'Transition'; + intro: boolean; + outro: boolean; +} +export declare type Directive = BaseDirective | Transition; +export declare type Node = Text | MustacheTag | BaseNode | Directive | Transition; +export interface Parser { + readonly template: string; + readonly filename?: string; + index: number; + stack: Node[]; + html: Node; + css: Node; + js: Node; + meta_tags: {}; +} +export interface Ast { + html: Node; + css: Node; + instance: Node; + module: Node; +} +export interface Warning { + start?: { + line: number; + column: number; + pos?: number; + }; + end?: { + line: number; + column: number; + }; + pos?: number; + code: string; + message: string; + filename?: string; + frame?: string; + toString: () => string; +} +export declare type ModuleFormat = 'esm' | 'cjs'; +export interface CompileOptions { + format?: ModuleFormat; + name?: string; + filename?: string; + generate?: string | false; + outputFilename?: string; + cssOutputFilename?: string; + sveltePath?: string; + dev?: boolean; + accessors?: boolean; + immutable?: boolean; + hydratable?: boolean; + legacy?: boolean; + customElement?: boolean; + tag?: string; + css?: boolean; + preserveComments?: boolean; + preserveWhitespace?: boolean; +} +export interface ParserOptions { + filename?: string; + customElement?: boolean; +} +export interface Visitor { + enter: (node: Node) => void; + leave?: (node: Node) => void; +} +export interface AppendTarget { + slots: Record; + slot_stack: string[]; +} +export interface Var { + name: string; + export_name?: string; + injected?: boolean; + module?: boolean; + mutated?: boolean; + reassigned?: boolean; + referenced?: boolean; + writable?: boolean; + global?: boolean; + internal?: boolean; + initialised?: boolean; + hoistable?: boolean; + subscribable?: boolean; + is_reactive_dependency?: boolean; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/acorn.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/acorn.d.ts new file mode 100644 index 0000000..c5f3b85 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/acorn.d.ts @@ -0,0 +1,2 @@ +export declare const parse: (source: string) => any; +export declare const parse_expression_at: (source: string, index: number) => any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/index.d.ts new file mode 100644 index 0000000..041c6f6 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/index.d.ts @@ -0,0 +1,28 @@ +import { Node, Ast, ParserOptions } from '../interfaces'; +export declare class Parser { + readonly template: string; + readonly filename?: string; + readonly customElement: boolean; + index: number; + stack: Node[]; + html: Node; + css: Node[]; + js: Node[]; + meta_tags: {}; + constructor(template: string, options: ParserOptions); + current(): Node; + acorn_error(err: any): void; + error({ code, message }: { + code: string; + message: string; + }, index?: number): void; + eat(str: string, required?: boolean, message?: string): boolean; + match(str: string): boolean; + match_regex(pattern: RegExp): string; + allow_whitespace(): void; + read(pattern: RegExp): string; + read_identifier(): string; + read_until(pattern: RegExp): string; + require_whitespace(): void; +} +export default function parse(template: string, options?: ParserOptions): Ast; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/read/context.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/read/context.d.ts new file mode 100644 index 0000000..0e91b70 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/read/context.d.ts @@ -0,0 +1,26 @@ +import { Parser } from '../index'; +interface Identifier { + start: number; + end: number; + type: 'Identifier'; + name: string; +} +interface Property { + start: number; + end: number; + type: 'Property'; + kind: 'init' | 'rest'; + shorthand: boolean; + key: Identifier; + value: Context; +} +interface Context { + start: number; + end: number; + type: 'Identifier' | 'ArrayPattern' | 'ObjectPattern' | 'RestIdentifier'; + name?: string; + elements?: Context[]; + properties?: Property[]; +} +export default function read_context(parser: Parser): Context; +export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/read/expression.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/read/expression.d.ts new file mode 100644 index 0000000..2f74b1a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/read/expression.d.ts @@ -0,0 +1,3 @@ +import { Parser } from '../index'; +import { Node } from 'estree'; +export default function read_expression(parser: Parser): Node; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/read/script.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/read/script.d.ts new file mode 100644 index 0000000..ac791b8 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/read/script.d.ts @@ -0,0 +1,8 @@ +import { Parser } from '../index'; +import { Node } from '../../interfaces'; +export default function read_script(parser: Parser, start: number, attributes: Node[]): { + start: number; + end: number; + context: any; + content: any; +}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/read/style.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/read/style.d.ts new file mode 100644 index 0000000..fdc9ca8 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/read/style.d.ts @@ -0,0 +1,13 @@ +import { Parser } from '../index'; +import { Node } from '../../interfaces'; +export default function read_style(parser: Parser, start: number, attributes: Node[]): { + start: number; + end: number; + attributes: Node[]; + children: any; + content: { + start: number; + end: number; + styles: string; + }; +}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/state/fragment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/state/fragment.d.ts new file mode 100644 index 0000000..ec6073b --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/state/fragment.d.ts @@ -0,0 +1,3 @@ +import tag from './tag'; +import { Parser } from '../index'; +export default function fragment(parser: Parser): typeof tag; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/state/mustache.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/state/mustache.d.ts new file mode 100644 index 0000000..8a4b8b5 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/state/mustache.d.ts @@ -0,0 +1,2 @@ +import { Parser } from '../index'; +export default function mustache(parser: Parser): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/state/tag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/state/tag.d.ts new file mode 100644 index 0000000..1e0a29c --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/state/tag.d.ts @@ -0,0 +1,2 @@ +import { Parser } from '../index'; +export default function tag(parser: Parser): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/state/text.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/state/text.d.ts new file mode 100644 index 0000000..88f2671 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/state/text.d.ts @@ -0,0 +1,2 @@ +import { Parser } from '../index'; +export default function text(parser: Parser): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/utils/entities.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/utils/entities.d.ts new file mode 100644 index 0000000..41902a6 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/utils/entities.d.ts @@ -0,0 +1,2034 @@ +declare const _default: { + CounterClockwiseContourIntegral: number; + ClockwiseContourIntegral: number; + DoubleLongLeftRightArrow: number; + DiacriticalDoubleAcute: number; + NotSquareSupersetEqual: number; + CloseCurlyDoubleQuote: number; + DoubleContourIntegral: number; + FilledVerySmallSquare: number; + NegativeVeryThinSpace: number; + NotPrecedesSlantEqual: number; + NotRightTriangleEqual: number; + NotSucceedsSlantEqual: number; + CapitalDifferentialD: number; + DoubleLeftRightArrow: number; + DoubleLongRightArrow: number; + EmptyVerySmallSquare: number; + NestedGreaterGreater: number; + NotDoubleVerticalBar: number; + NotLeftTriangleEqual: number; + NotSquareSubsetEqual: number; + OpenCurlyDoubleQuote: number; + ReverseUpEquilibrium: number; + DoubleLongLeftArrow: number; + DownLeftRightVector: number; + LeftArrowRightArrow: number; + NegativeMediumSpace: number; + RightArrowLeftArrow: number; + SquareSupersetEqual: number; + leftrightsquigarrow: number; + DownRightTeeVector: number; + DownRightVectorBar: number; + LongLeftRightArrow: number; + Longleftrightarrow: number; + NegativeThickSpace: number; + PrecedesSlantEqual: number; + ReverseEquilibrium: number; + RightDoubleBracket: number; + RightDownTeeVector: number; + RightDownVectorBar: number; + RightTriangleEqual: number; + SquareIntersection: number; + SucceedsSlantEqual: number; + blacktriangleright: number; + longleftrightarrow: number; + DoubleUpDownArrow: number; + DoubleVerticalBar: number; + DownLeftTeeVector: number; + DownLeftVectorBar: number; + FilledSmallSquare: number; + GreaterSlantEqual: number; + LeftDoubleBracket: number; + LeftDownTeeVector: number; + LeftDownVectorBar: number; + LeftTriangleEqual: number; + NegativeThinSpace: number; + NotReverseElement: number; + NotTildeFullEqual: number; + RightAngleBracket: number; + RightUpDownVector: number; + SquareSubsetEqual: number; + VerticalSeparator: number; + blacktriangledown: number; + blacktriangleleft: number; + leftrightharpoons: number; + rightleftharpoons: number; + twoheadrightarrow: number; + DiacriticalAcute: number; + DiacriticalGrave: number; + DiacriticalTilde: number; + DoubleRightArrow: number; + DownArrowUpArrow: number; + EmptySmallSquare: number; + GreaterEqualLess: number; + GreaterFullEqual: number; + LeftAngleBracket: number; + LeftUpDownVector: number; + LessEqualGreater: number; + NonBreakingSpace: number; + NotRightTriangle: number; + NotSupersetEqual: number; + RightTriangleBar: number; + RightUpTeeVector: number; + RightUpVectorBar: number; + UnderParenthesis: number; + UpArrowDownArrow: number; + circlearrowright: number; + downharpoonright: number; + ntrianglerighteq: number; + rightharpoondown: number; + rightrightarrows: number; + twoheadleftarrow: number; + vartriangleright: number; + CloseCurlyQuote: number; + ContourIntegral: number; + DoubleDownArrow: number; + DoubleLeftArrow: number; + DownRightVector: number; + LeftRightVector: number; + LeftTriangleBar: number; + LeftUpTeeVector: number; + LeftUpVectorBar: number; + LowerRightArrow: number; + NotGreaterEqual: number; + NotGreaterTilde: number; + NotLeftTriangle: number; + OverParenthesis: number; + RightDownVector: number; + ShortRightArrow: number; + UpperRightArrow: number; + bigtriangledown: number; + circlearrowleft: number; + curvearrowright: number; + downharpoonleft: number; + leftharpoondown: number; + leftrightarrows: number; + nLeftrightarrow: number; + nleftrightarrow: number; + ntrianglelefteq: number; + rightleftarrows: number; + rightsquigarrow: number; + rightthreetimes: number; + straightepsilon: number; + trianglerighteq: number; + vartriangleleft: number; + DiacriticalDot: number; + DoubleRightTee: number; + DownLeftVector: number; + GreaterGreater: number; + HorizontalLine: number; + InvisibleComma: number; + InvisibleTimes: number; + LeftDownVector: number; + LeftRightArrow: number; + Leftrightarrow: number; + LessSlantEqual: number; + LongRightArrow: number; + Longrightarrow: number; + LowerLeftArrow: number; + NestedLessLess: number; + NotGreaterLess: number; + NotLessGreater: number; + NotSubsetEqual: number; + NotVerticalBar: number; + OpenCurlyQuote: number; + ReverseElement: number; + RightTeeVector: number; + RightVectorBar: number; + ShortDownArrow: number; + ShortLeftArrow: number; + SquareSuperset: number; + TildeFullEqual: number; + UpperLeftArrow: number; + ZeroWidthSpace: number; + curvearrowleft: number; + doublebarwedge: number; + downdownarrows: number; + hookrightarrow: number; + leftleftarrows: number; + leftrightarrow: number; + leftthreetimes: number; + longrightarrow: number; + looparrowright: number; + nshortparallel: number; + ntriangleright: number; + rightarrowtail: number; + rightharpoonup: number; + trianglelefteq: number; + upharpoonright: number; + ApplyFunction: number; + DifferentialD: number; + DoubleLeftTee: number; + DoubleUpArrow: number; + LeftTeeVector: number; + LeftVectorBar: number; + LessFullEqual: number; + LongLeftArrow: number; + Longleftarrow: number; + NotTildeEqual: number; + NotTildeTilde: number; + Poincareplane: number; + PrecedesEqual: number; + PrecedesTilde: number; + RightArrowBar: number; + RightTeeArrow: number; + RightTriangle: number; + RightUpVector: number; + SucceedsEqual: number; + SucceedsTilde: number; + SupersetEqual: number; + UpEquilibrium: number; + VerticalTilde: number; + VeryThinSpace: number; + bigtriangleup: number; + blacktriangle: number; + divideontimes: number; + fallingdotseq: number; + hookleftarrow: number; + leftarrowtail: number; + leftharpoonup: number; + longleftarrow: number; + looparrowleft: number; + measuredangle: number; + ntriangleleft: number; + shortparallel: number; + smallsetminus: number; + triangleright: number; + upharpoonleft: number; + DownArrowBar: number; + DownTeeArrow: number; + ExponentialE: number; + GreaterEqual: number; + GreaterTilde: number; + HilbertSpace: number; + HumpDownHump: number; + Intersection: number; + LeftArrowBar: number; + LeftTeeArrow: number; + LeftTriangle: number; + LeftUpVector: number; + NotCongruent: number; + NotLessEqual: number; + NotLessTilde: number; + Proportional: number; + RightCeiling: number; + RoundImplies: number; + ShortUpArrow: number; + SquareSubset: number; + UnderBracket: number; + VerticalLine: number; + blacklozenge: number; + exponentiale: number; + risingdotseq: number; + triangledown: number; + triangleleft: number; + CircleMinus: number; + CircleTimes: number; + Equilibrium: number; + GreaterLess: number; + LeftCeiling: number; + LessGreater: number; + MediumSpace: number; + NotPrecedes: number; + NotSucceeds: number; + OverBracket: number; + RightVector: number; + Rrightarrow: number; + RuleDelayed: number; + SmallCircle: number; + SquareUnion: number; + SubsetEqual: number; + UpDownArrow: number; + Updownarrow: number; + VerticalBar: number; + backepsilon: number; + blacksquare: number; + circledcirc: number; + circleddash: number; + curlyeqprec: number; + curlyeqsucc: number; + diamondsuit: number; + eqslantless: number; + expectation: number; + nRightarrow: number; + nrightarrow: number; + preccurlyeq: number; + precnapprox: number; + quaternions: number; + straightphi: number; + succcurlyeq: number; + succnapprox: number; + thickapprox: number; + updownarrow: number; + Bernoullis: number; + CirclePlus: number; + EqualTilde: number; + Fouriertrf: number; + ImaginaryI: number; + Laplacetrf: number; + LeftVector: number; + Lleftarrow: number; + NotElement: number; + NotGreater: number; + Proportion: number; + RightArrow: number; + RightFloor: number; + Rightarrow: number; + TildeEqual: number; + TildeTilde: number; + UnderBrace: number; + UpArrowBar: number; + UpTeeArrow: number; + circledast: number; + complement: number; + curlywedge: number; + eqslantgtr: number; + gtreqqless: number; + lessapprox: number; + lesseqqgtr: number; + lmoustache: number; + longmapsto: number; + mapstodown: number; + mapstoleft: number; + nLeftarrow: number; + nleftarrow: number; + precapprox: number; + rightarrow: number; + rmoustache: number; + sqsubseteq: number; + sqsupseteq: number; + subsetneqq: number; + succapprox: number; + supsetneqq: number; + upuparrows: number; + varepsilon: number; + varnothing: number; + Backslash: number; + CenterDot: number; + CircleDot: number; + Congruent: number; + Coproduct: number; + DoubleDot: number; + DownArrow: number; + DownBreve: number; + Downarrow: number; + HumpEqual: number; + LeftArrow: number; + LeftFloor: number; + Leftarrow: number; + LessTilde: number; + Mellintrf: number; + MinusPlus: number; + NotCupCap: number; + NotExists: number; + OverBrace: number; + PlusMinus: number; + Therefore: number; + ThinSpace: number; + TripleDot: number; + UnionPlus: number; + backprime: number; + backsimeq: number; + bigotimes: number; + centerdot: number; + checkmark: number; + complexes: number; + dotsquare: number; + downarrow: number; + gtrapprox: number; + gtreqless: number; + heartsuit: number; + leftarrow: number; + lesseqgtr: number; + nparallel: number; + nshortmid: number; + nsubseteq: number; + nsupseteq: number; + pitchfork: number; + rationals: number; + spadesuit: number; + subseteqq: number; + subsetneq: number; + supseteqq: number; + supsetneq: number; + therefore: number; + triangleq: number; + varpropto: number; + DDotrahd: number; + DotEqual: number; + Integral: number; + LessLess: number; + NotEqual: number; + NotTilde: number; + PartialD: number; + Precedes: number; + RightTee: number; + Succeeds: number; + SuchThat: number; + Superset: number; + Uarrocir: number; + UnderBar: number; + andslope: number; + angmsdaa: number; + angmsdab: number; + angmsdac: number; + angmsdad: number; + angmsdae: number; + angmsdaf: number; + angmsdag: number; + angmsdah: number; + angrtvbd: number; + approxeq: number; + awconint: number; + backcong: number; + barwedge: number; + bbrktbrk: number; + bigoplus: number; + bigsqcup: number; + biguplus: number; + bigwedge: number; + boxminus: number; + boxtimes: number; + capbrcup: number; + circledR: number; + circledS: number; + cirfnint: number; + clubsuit: number; + cupbrcap: number; + curlyvee: number; + cwconint: number; + doteqdot: number; + dotminus: number; + drbkarow: number; + dzigrarr: number; + elinters: number; + emptyset: number; + eqvparsl: number; + fpartint: number; + geqslant: number; + gesdotol: number; + gnapprox: number; + hksearow: number; + hkswarow: number; + imagline: number; + imagpart: number; + infintie: number; + integers: number; + intercal: number; + intlarhk: number; + laemptyv: number; + ldrushar: number; + leqslant: number; + lesdotor: number; + llcorner: number; + lnapprox: number; + lrcorner: number; + lurdshar: number; + mapstoup: number; + multimap: number; + naturals: number; + otimesas: number; + parallel: number; + plusacir: number; + pointint: number; + precneqq: number; + precnsim: number; + profalar: number; + profline: number; + profsurf: number; + raemptyv: number; + realpart: number; + rppolint: number; + rtriltri: number; + scpolint: number; + setminus: number; + shortmid: number; + smeparsl: number; + sqsubset: number; + sqsupset: number; + subseteq: number; + succneqq: number; + succnsim: number; + supseteq: number; + thetasym: number; + thicksim: number; + timesbar: number; + triangle: number; + triminus: number; + trpezium: number; + ulcorner: number; + urcorner: number; + varkappa: number; + varsigma: number; + vartheta: number; + Because: number; + Cayleys: number; + Cconint: number; + Cedilla: number; + Diamond: number; + DownTee: number; + Element: number; + Epsilon: number; + Implies: number; + LeftTee: number; + NewLine: number; + NoBreak: number; + NotLess: number; + Omicron: number; + OverBar: number; + Product: number; + UpArrow: number; + Uparrow: number; + Upsilon: number; + alefsym: number; + angrtvb: number; + angzarr: number; + asympeq: number; + backsim: number; + because: number; + bemptyv: number; + between: number; + bigcirc: number; + bigodot: number; + bigstar: number; + boxplus: number; + ccupssm: number; + cemptyv: number; + cirscir: number; + coloneq: number; + congdot: number; + cudarrl: number; + cudarrr: number; + cularrp: number; + curarrm: number; + dbkarow: number; + ddagger: number; + ddotseq: number; + demptyv: number; + diamond: number; + digamma: number; + dotplus: number; + dwangle: number; + epsilon: number; + eqcolon: number; + equivDD: number; + gesdoto: number; + gtquest: number; + gtrless: number; + harrcir: number; + intprod: number; + isindot: number; + larrbfs: number; + larrsim: number; + lbrksld: number; + lbrkslu: number; + ldrdhar: number; + lesdoto: number; + lessdot: number; + lessgtr: number; + lesssim: number; + lotimes: number; + lozenge: number; + ltquest: number; + luruhar: number; + maltese: number; + minusdu: number; + napprox: number; + natural: number; + nearrow: number; + nexists: number; + notinva: number; + notinvb: number; + notinvc: number; + notniva: number; + notnivb: number; + notnivc: number; + npolint: number; + nsqsube: number; + nsqsupe: number; + nvinfin: number; + nwarrow: number; + olcross: number; + omicron: number; + orderof: number; + orslope: number; + pertenk: number; + planckh: number; + pluscir: number; + plussim: number; + plustwo: number; + precsim: number; + quatint: number; + questeq: number; + rarrbfs: number; + rarrsim: number; + rbrksld: number; + rbrkslu: number; + rdldhar: number; + realine: number; + rotimes: number; + ruluhar: number; + searrow: number; + simplus: number; + simrarr: number; + subedot: number; + submult: number; + subplus: number; + subrarr: number; + succsim: number; + supdsub: number; + supedot: number; + suphsub: number; + suplarr: number; + supmult: number; + supplus: number; + swarrow: number; + topfork: number; + triplus: number; + tritime: number; + uparrow: number; + upsilon: number; + uwangle: number; + vzigzag: number; + zigrarr: number; + Aacute: number; + Abreve: number; + Agrave: number; + Assign: number; + Atilde: number; + Barwed: number; + Bumpeq: number; + Cacute: number; + Ccaron: number; + Ccedil: number; + Colone: number; + Conint: number; + CupCap: number; + Dagger: number; + Dcaron: number; + DotDot: number; + Dstrok: number; + Eacute: number; + Ecaron: number; + Egrave: number; + Exists: number; + ForAll: number; + Gammad: number; + Gbreve: number; + Gcedil: number; + HARDcy: number; + Hstrok: number; + Iacute: number; + Igrave: number; + Itilde: number; + Jsercy: number; + Kcedil: number; + Lacute: number; + Lambda: number; + Lcaron: number; + Lcedil: number; + Lmidot: number; + Lstrok: number; + Nacute: number; + Ncaron: number; + Ncedil: number; + Ntilde: number; + Oacute: number; + Odblac: number; + Ograve: number; + Oslash: number; + Otilde: number; + Otimes: number; + Racute: number; + Rarrtl: number; + Rcaron: number; + Rcedil: number; + SHCHcy: number; + SOFTcy: number; + Sacute: number; + Scaron: number; + Scedil: number; + Square: number; + Subset: number; + Supset: number; + Tcaron: number; + Tcedil: number; + Tstrok: number; + Uacute: number; + Ubreve: number; + Udblac: number; + Ugrave: number; + Utilde: number; + Vdashl: number; + Verbar: number; + Vvdash: number; + Yacute: number; + Zacute: number; + Zcaron: number; + aacute: number; + abreve: number; + agrave: number; + andand: number; + angmsd: number; + angsph: number; + apacir: number; + approx: number; + atilde: number; + barvee: number; + barwed: number; + becaus: number; + bernou: number; + bigcap: number; + bigcup: number; + bigvee: number; + bkarow: number; + bottom: number; + bowtie: number; + boxbox: number; + bprime: number; + brvbar: number; + bullet: number; + bumpeq: number; + cacute: number; + capand: number; + capcap: number; + capcup: number; + capdot: number; + ccaron: number; + ccedil: number; + circeq: number; + cirmid: number; + colone: number; + commat: number; + compfn: number; + conint: number; + coprod: number; + copysr: number; + cularr: number; + cupcap: number; + cupcup: number; + cupdot: number; + curarr: number; + curren: number; + cylcty: number; + dagger: number; + daleth: number; + dcaron: number; + dfisht: number; + divide: number; + divonx: number; + dlcorn: number; + dlcrop: number; + dollar: number; + drcorn: number; + drcrop: number; + dstrok: number; + eacute: number; + easter: number; + ecaron: number; + ecolon: number; + egrave: number; + egsdot: number; + elsdot: number; + emptyv: number; + emsp13: number; + emsp14: number; + eparsl: number; + eqcirc: number; + equals: number; + equest: number; + female: number; + ffilig: number; + ffllig: number; + forall: number; + frac12: number; + frac13: number; + frac14: number; + frac15: number; + frac16: number; + frac18: number; + frac23: number; + frac25: number; + frac34: number; + frac35: number; + frac38: number; + frac45: number; + frac56: number; + frac58: number; + frac78: number; + gacute: number; + gammad: number; + gbreve: number; + gesdot: number; + gesles: number; + gtlPar: number; + gtrarr: number; + gtrdot: number; + gtrsim: number; + hairsp: number; + hamilt: number; + hardcy: number; + hearts: number; + hellip: number; + hercon: number; + homtht: number; + horbar: number; + hslash: number; + hstrok: number; + hybull: number; + hyphen: number; + iacute: number; + igrave: number; + iiiint: number; + iinfin: number; + incare: number; + inodot: number; + intcal: number; + iquest: number; + isinsv: number; + itilde: number; + jsercy: number; + kappav: number; + kcedil: number; + kgreen: number; + lAtail: number; + lacute: number; + lagran: number; + lambda: number; + langle: number; + larrfs: number; + larrhk: number; + larrlp: number; + larrpl: number; + larrtl: number; + latail: number; + lbrace: number; + lbrack: number; + lcaron: number; + lcedil: number; + ldquor: number; + lesdot: number; + lesges: number; + lfisht: number; + lfloor: number; + lharul: number; + llhard: number; + lmidot: number; + lmoust: number; + loplus: number; + lowast: number; + lowbar: number; + lparlt: number; + lrhard: number; + lsaquo: number; + lsquor: number; + lstrok: number; + lthree: number; + ltimes: number; + ltlarr: number; + ltrPar: number; + mapsto: number; + marker: number; + mcomma: number; + midast: number; + midcir: number; + middot: number; + minusb: number; + minusd: number; + mnplus: number; + models: number; + mstpos: number; + nVDash: number; + nVdash: number; + nacute: number; + ncaron: number; + ncedil: number; + nearhk: number; + nequiv: number; + nesear: number; + nexist: number; + nltrie: number; + nprcue: number; + nrtrie: number; + nsccue: number; + nsimeq: number; + ntilde: number; + numero: number; + nvDash: number; + nvHarr: number; + nvdash: number; + nvlArr: number; + nvrArr: number; + nwarhk: number; + nwnear: number; + oacute: number; + odblac: number; + odsold: number; + ograve: number; + ominus: number; + origof: number; + oslash: number; + otilde: number; + otimes: number; + parsim: number; + percnt: number; + period: number; + permil: number; + phmmat: number; + planck: number; + plankv: number; + plusdo: number; + plusdu: number; + plusmn: number; + preceq: number; + primes: number; + prnsim: number; + propto: number; + prurel: number; + puncsp: number; + qprime: number; + rAtail: number; + racute: number; + rangle: number; + rarrap: number; + rarrfs: number; + rarrhk: number; + rarrlp: number; + rarrpl: number; + rarrtl: number; + ratail: number; + rbrace: number; + rbrack: number; + rcaron: number; + rcedil: number; + rdquor: number; + rfisht: number; + rfloor: number; + rharul: number; + rmoust: number; + roplus: number; + rpargt: number; + rsaquo: number; + rsquor: number; + rthree: number; + rtimes: number; + sacute: number; + scaron: number; + scedil: number; + scnsim: number; + searhk: number; + seswar: number; + sfrown: number; + shchcy: number; + sigmaf: number; + sigmav: number; + simdot: number; + smashp: number; + softcy: number; + solbar: number; + spades: number; + sqsube: number; + sqsupe: number; + square: number; + squarf: number; + ssetmn: number; + ssmile: number; + sstarf: number; + subdot: number; + subset: number; + subsim: number; + subsub: number; + subsup: number; + succeq: number; + supdot: number; + supset: number; + supsim: number; + supsub: number; + supsup: number; + swarhk: number; + swnwar: number; + target: number; + tcaron: number; + tcedil: number; + telrec: number; + there4: number; + thetav: number; + thinsp: number; + thksim: number; + timesb: number; + timesd: number; + topbot: number; + topcir: number; + tprime: number; + tridot: number; + tstrok: number; + uacute: number; + ubreve: number; + udblac: number; + ufisht: number; + ugrave: number; + ulcorn: number; + ulcrop: number; + urcorn: number; + urcrop: number; + utilde: number; + vangrt: number; + varphi: number; + varrho: number; + veebar: number; + vellip: number; + verbar: number; + wedbar: number; + wedgeq: number; + weierp: number; + wreath: number; + xoplus: number; + xotime: number; + xsqcup: number; + xuplus: number; + xwedge: number; + yacute: number; + zacute: number; + zcaron: number; + zeetrf: number; + AElig: number; + Acirc: number; + Alpha: number; + Amacr: number; + Aogon: number; + Aring: number; + Breve: number; + Ccirc: number; + Colon: number; + Cross: number; + Dashv: number; + Delta: number; + Ecirc: number; + Emacr: number; + Eogon: number; + Equal: number; + Gamma: number; + Gcirc: number; + Hacek: number; + Hcirc: number; + IJlig: number; + Icirc: number; + Imacr: number; + Iogon: number; + Iukcy: number; + Jcirc: number; + Jukcy: number; + Kappa: number; + OElig: number; + Ocirc: number; + Omacr: number; + Omega: number; + Prime: number; + RBarr: number; + Scirc: number; + Sigma: number; + THORN: number; + TRADE: number; + TSHcy: number; + Theta: number; + Tilde: number; + Ubrcy: number; + Ucirc: number; + Umacr: number; + Union: number; + Uogon: number; + UpTee: number; + Uring: number; + VDash: number; + Vdash: number; + Wcirc: number; + Wedge: number; + Ycirc: number; + acirc: number; + acute: number; + aelig: number; + aleph: number; + alpha: number; + amacr: number; + amalg: number; + angle: number; + angrt: number; + angst: number; + aogon: number; + aring: number; + asymp: number; + awint: number; + bcong: number; + bdquo: number; + bepsi: number; + blank: number; + blk12: number; + blk14: number; + blk34: number; + block: number; + boxDL: number; + boxDR: number; + boxDl: number; + boxDr: number; + boxHD: number; + boxHU: number; + boxHd: number; + boxHu: number; + boxUL: number; + boxUR: number; + boxUl: number; + boxUr: number; + boxVH: number; + boxVL: number; + boxVR: number; + boxVh: number; + boxVl: number; + boxVr: number; + boxdL: number; + boxdR: number; + boxdl: number; + boxdr: number; + boxhD: number; + boxhU: number; + boxhd: number; + boxhu: number; + boxuL: number; + boxuR: number; + boxul: number; + boxur: number; + boxvH: number; + boxvL: number; + boxvR: number; + boxvh: number; + boxvl: number; + boxvr: number; + breve: number; + bsemi: number; + bsime: number; + bsolb: number; + bumpE: number; + bumpe: number; + caret: number; + caron: number; + ccaps: number; + ccirc: number; + ccups: number; + cedil: number; + check: number; + clubs: number; + colon: number; + comma: number; + crarr: number; + cross: number; + csube: number; + csupe: number; + ctdot: number; + cuepr: number; + cuesc: number; + cupor: number; + cuvee: number; + cuwed: number; + cwint: number; + dashv: number; + dblac: number; + ddarr: number; + delta: number; + dharl: number; + dharr: number; + diams: number; + disin: number; + doteq: number; + dtdot: number; + dtrif: number; + duarr: number; + duhar: number; + eDDot: number; + ecirc: number; + efDot: number; + emacr: number; + empty: number; + eogon: number; + eplus: number; + epsiv: number; + eqsim: number; + equiv: number; + erDot: number; + erarr: number; + esdot: number; + exist: number; + fflig: number; + filig: number; + fllig: number; + fltns: number; + forkv: number; + frasl: number; + frown: number; + gamma: number; + gcirc: number; + gescc: number; + gimel: number; + gneqq: number; + gnsim: number; + grave: number; + gsime: number; + gsiml: number; + gtcir: number; + gtdot: number; + harrw: number; + hcirc: number; + hoarr: number; + icirc: number; + iexcl: number; + iiint: number; + iiota: number; + ijlig: number; + imacr: number; + image: number; + imath: number; + imped: number; + infin: number; + iogon: number; + iprod: number; + isinE: number; + isins: number; + isinv: number; + iukcy: number; + jcirc: number; + jmath: number; + jukcy: number; + kappa: number; + lAarr: number; + lBarr: number; + langd: number; + laquo: number; + larrb: number; + lbarr: number; + lbbrk: number; + lbrke: number; + lceil: number; + ldquo: number; + lescc: number; + lhard: number; + lharu: number; + lhblk: number; + llarr: number; + lltri: number; + lneqq: number; + lnsim: number; + loang: number; + loarr: number; + lobrk: number; + lopar: number; + lrarr: number; + lrhar: number; + lrtri: number; + lsime: number; + lsimg: number; + lsquo: number; + ltcir: number; + ltdot: number; + ltrie: number; + ltrif: number; + mDDot: number; + mdash: number; + micro: number; + minus: number; + mumap: number; + nabla: number; + napos: number; + natur: number; + ncong: number; + ndash: number; + neArr: number; + nearr: number; + ngsim: number; + nhArr: number; + nharr: number; + nhpar: number; + nlArr: number; + nlarr: number; + nless: number; + nlsim: number; + nltri: number; + notin: number; + notni: number; + nprec: number; + nrArr: number; + nrarr: number; + nrtri: number; + nsime: number; + nsmid: number; + nspar: number; + nsube: number; + nsucc: number; + nsupe: number; + numsp: number; + nwArr: number; + nwarr: number; + ocirc: number; + odash: number; + oelig: number; + ofcir: number; + ohbar: number; + olarr: number; + olcir: number; + oline: number; + omacr: number; + omega: number; + operp: number; + oplus: number; + orarr: number; + order: number; + ovbar: number; + parsl: number; + phone: number; + plusb: number; + pluse: number; + pound: number; + prcue: number; + prime: number; + prnap: number; + prsim: number; + quest: number; + rAarr: number; + rBarr: number; + radic: number; + rangd: number; + range: number; + raquo: number; + rarrb: number; + rarrc: number; + rarrw: number; + ratio: number; + rbarr: number; + rbbrk: number; + rbrke: number; + rceil: number; + rdquo: number; + reals: number; + rhard: number; + rharu: number; + rlarr: number; + rlhar: number; + rnmid: number; + roang: number; + roarr: number; + robrk: number; + ropar: number; + rrarr: number; + rsquo: number; + rtrie: number; + rtrif: number; + sbquo: number; + sccue: number; + scirc: number; + scnap: number; + scsim: number; + sdotb: number; + sdote: number; + seArr: number; + searr: number; + setmn: number; + sharp: number; + sigma: number; + simeq: number; + simgE: number; + simlE: number; + simne: number; + slarr: number; + smile: number; + sqcap: number; + sqcup: number; + sqsub: number; + sqsup: number; + srarr: number; + starf: number; + strns: number; + subnE: number; + subne: number; + supnE: number; + supne: number; + swArr: number; + swarr: number; + szlig: number; + theta: number; + thkap: number; + thorn: number; + tilde: number; + times: number; + trade: number; + trisb: number; + tshcy: number; + twixt: number; + ubrcy: number; + ucirc: number; + udarr: number; + udhar: number; + uharl: number; + uharr: number; + uhblk: number; + ultri: number; + umacr: number; + uogon: number; + uplus: number; + upsih: number; + uring: number; + urtri: number; + utdot: number; + utrif: number; + uuarr: number; + vBarv: number; + vDash: number; + varpi: number; + vdash: number; + veeeq: number; + vltri: number; + vprop: number; + vrtri: number; + wcirc: number; + wedge: number; + xcirc: number; + xdtri: number; + xhArr: number; + xharr: number; + xlArr: number; + xlarr: number; + xodot: number; + xrArr: number; + xrarr: number; + xutri: number; + ycirc: number; + Aopf: number; + Ascr: number; + Auml: number; + Barv: number; + Beta: number; + Bopf: number; + Bscr: number; + CHcy: number; + COPY: number; + Cdot: number; + Copf: number; + Cscr: number; + DJcy: number; + DScy: number; + DZcy: number; + Darr: number; + Dopf: number; + Dscr: number; + Edot: number; + Eopf: number; + Escr: number; + Esim: number; + Euml: number; + Fopf: number; + Fscr: number; + GJcy: number; + Gdot: number; + Gopf: number; + Gscr: number; + Hopf: number; + Hscr: number; + IEcy: number; + IOcy: number; + Idot: number; + Iopf: number; + Iota: number; + Iscr: number; + Iuml: number; + Jopf: number; + Jscr: number; + KHcy: number; + KJcy: number; + Kopf: number; + Kscr: number; + LJcy: number; + Lang: number; + Larr: number; + Lopf: number; + Lscr: number; + Mopf: number; + Mscr: number; + NJcy: number; + Nopf: number; + Nscr: number; + Oopf: number; + Oscr: number; + Ouml: number; + Popf: number; + Pscr: number; + QUOT: number; + Qopf: number; + Qscr: number; + Rang: number; + Rarr: number; + Ropf: number; + Rscr: number; + SHcy: number; + Sopf: number; + Sqrt: number; + Sscr: number; + Star: number; + TScy: number; + Topf: number; + Tscr: number; + Uarr: number; + Uopf: number; + Upsi: number; + Uscr: number; + Uuml: number; + Vbar: number; + Vert: number; + Vopf: number; + Vscr: number; + Wopf: number; + Wscr: number; + Xopf: number; + Xscr: number; + YAcy: number; + YIcy: number; + YUcy: number; + Yopf: number; + Yscr: number; + Yuml: number; + ZHcy: number; + Zdot: number; + Zeta: number; + Zopf: number; + Zscr: number; + andd: number; + andv: number; + ange: number; + aopf: number; + apid: number; + apos: number; + ascr: number; + auml: number; + bNot: number; + bbrk: number; + beta: number; + beth: number; + bnot: number; + bopf: number; + boxH: number; + boxV: number; + boxh: number; + boxv: number; + bscr: number; + bsim: number; + bsol: number; + bull: number; + bump: number; + cdot: number; + cent: number; + chcy: number; + cirE: number; + circ: number; + cire: number; + comp: number; + cong: number; + copf: number; + copy: number; + cscr: number; + csub: number; + csup: number; + dArr: number; + dHar: number; + darr: number; + dash: number; + diam: number; + djcy: number; + dopf: number; + dscr: number; + dscy: number; + dsol: number; + dtri: number; + dzcy: number; + eDot: number; + ecir: number; + edot: number; + emsp: number; + ensp: number; + eopf: number; + epar: number; + epsi: number; + escr: number; + esim: number; + euml: number; + euro: number; + excl: number; + flat: number; + fnof: number; + fopf: number; + fork: number; + fscr: number; + gdot: number; + geqq: number; + gjcy: number; + gnap: number; + gneq: number; + gopf: number; + gscr: number; + gsim: number; + gtcc: number; + hArr: number; + half: number; + harr: number; + hbar: number; + hopf: number; + hscr: number; + iecy: number; + imof: number; + iocy: number; + iopf: number; + iota: number; + iscr: number; + isin: number; + iuml: number; + jopf: number; + jscr: number; + khcy: number; + kjcy: number; + kopf: number; + kscr: number; + lArr: number; + lHar: number; + lang: number; + larr: number; + late: number; + lcub: number; + ldca: number; + ldsh: number; + leqq: number; + ljcy: number; + lnap: number; + lneq: number; + lopf: number; + lozf: number; + lpar: number; + lscr: number; + lsim: number; + lsqb: number; + ltcc: number; + ltri: number; + macr: number; + male: number; + malt: number; + mlcp: number; + mldr: number; + mopf: number; + mscr: number; + nbsp: number; + ncap: number; + ncup: number; + ngeq: number; + ngtr: number; + nisd: number; + njcy: number; + nldr: number; + nleq: number; + nmid: number; + nopf: number; + npar: number; + nscr: number; + nsim: number; + nsub: number; + nsup: number; + ntgl: number; + ntlg: number; + oast: number; + ocir: number; + odiv: number; + odot: number; + ogon: number; + oint: number; + omid: number; + oopf: number; + opar: number; + ordf: number; + ordm: number; + oror: number; + oscr: number; + osol: number; + ouml: number; + para: number; + part: number; + perp: number; + phiv: number; + plus: number; + popf: number; + prap: number; + prec: number; + prnE: number; + prod: number; + prop: number; + pscr: number; + qint: number; + qopf: number; + qscr: number; + quot: number; + rArr: number; + rHar: number; + race: number; + rang: number; + rarr: number; + rcub: number; + rdca: number; + rdsh: number; + real: number; + rect: number; + rhov: number; + ring: number; + ropf: number; + rpar: number; + rscr: number; + rsqb: number; + rtri: number; + scap: number; + scnE: number; + sdot: number; + sect: number; + semi: number; + sext: number; + shcy: number; + sime: number; + simg: number; + siml: number; + smid: number; + smte: number; + solb: number; + sopf: number; + spar: number; + squf: number; + sscr: number; + star: number; + subE: number; + sube: number; + succ: number; + sung: number; + sup1: number; + sup2: number; + sup3: number; + supE: number; + supe: number; + tbrk: number; + tdot: number; + tint: number; + toea: number; + topf: number; + tosa: number; + trie: number; + tscr: number; + tscy: number; + uArr: number; + uHar: number; + uarr: number; + uopf: number; + upsi: number; + uscr: number; + utri: number; + uuml: number; + vArr: number; + vBar: number; + varr: number; + vert: number; + vopf: number; + vscr: number; + wopf: number; + wscr: number; + xcap: number; + xcup: number; + xmap: number; + xnis: number; + xopf: number; + xscr: number; + xvee: number; + yacy: number; + yicy: number; + yopf: number; + yscr: number; + yucy: number; + yuml: number; + zdot: number; + zeta: number; + zhcy: number; + zopf: number; + zscr: number; + zwnj: number; + AMP: number; + Acy: number; + Afr: number; + And: number; + Bcy: number; + Bfr: number; + Cap: number; + Cfr: number; + Chi: number; + Cup: number; + Dcy: number; + Del: number; + Dfr: number; + Dot: number; + ENG: number; + ETH: number; + Ecy: number; + Efr: number; + Eta: number; + Fcy: number; + Ffr: number; + Gcy: number; + Gfr: number; + Hat: number; + Hfr: number; + Icy: number; + Ifr: number; + Int: number; + Jcy: number; + Jfr: number; + Kcy: number; + Kfr: number; + Lcy: number; + Lfr: number; + Lsh: number; + Map: number; + Mcy: number; + Mfr: number; + Ncy: number; + Nfr: number; + Not: number; + Ocy: number; + Ofr: number; + Pcy: number; + Pfr: number; + Phi: number; + Psi: number; + Qfr: number; + REG: number; + Rcy: number; + Rfr: number; + Rho: number; + Rsh: number; + Scy: number; + Sfr: number; + Sub: number; + Sum: number; + Sup: number; + Tab: number; + Tau: number; + Tcy: number; + Tfr: number; + Ucy: number; + Ufr: number; + Vcy: number; + Vee: number; + Vfr: number; + Wfr: number; + Xfr: number; + Ycy: number; + Yfr: number; + Zcy: number; + Zfr: number; + acd: number; + acy: number; + afr: number; + amp: number; + and: number; + ang: number; + apE: number; + ape: number; + ast: number; + bcy: number; + bfr: number; + bot: number; + cap: number; + cfr: number; + chi: number; + cir: number; + cup: number; + dcy: number; + deg: number; + dfr: number; + die: number; + div: number; + dot: number; + ecy: number; + efr: number; + egs: number; + ell: number; + els: number; + eng: number; + eta: number; + eth: number; + fcy: number; + ffr: number; + gEl: number; + gap: number; + gcy: number; + gel: number; + geq: number; + ges: number; + gfr: number; + ggg: number; + glE: number; + gla: number; + glj: number; + gnE: number; + gne: number; + hfr: number; + icy: number; + iff: number; + ifr: number; + int: number; + jcy: number; + jfr: number; + kcy: number; + kfr: number; + lEg: number; + lap: number; + lat: number; + lcy: number; + leg: number; + leq: number; + les: number; + lfr: number; + lgE: number; + lnE: number; + lne: number; + loz: number; + lrm: number; + lsh: number; + map: number; + mcy: number; + mfr: number; + mho: number; + mid: number; + nap: number; + ncy: number; + nfr: number; + nge: number; + ngt: number; + nis: number; + niv: number; + nle: number; + nlt: number; + not: number; + npr: number; + nsc: number; + num: number; + ocy: number; + ofr: number; + ogt: number; + ohm: number; + olt: number; + ord: number; + orv: number; + par: number; + pcy: number; + pfr: number; + phi: number; + piv: number; + prE: number; + pre: number; + psi: number; + qfr: number; + rcy: number; + reg: number; + rfr: number; + rho: number; + rlm: number; + rsh: number; + scE: number; + sce: number; + scy: number; + sfr: number; + shy: number; + sim: number; + smt: number; + sol: number; + squ: number; + sub: number; + sum: number; + sup: number; + tau: number; + tcy: number; + tfr: number; + top: number; + ucy: number; + ufr: number; + uml: number; + vcy: number; + vee: number; + vfr: number; + wfr: number; + xfr: number; + ycy: number; + yen: number; + yfr: number; + zcy: number; + zfr: number; + zwj: number; + DD: number; + GT: number; + Gg: number; + Gt: number; + Im: number; + LT: number; + Ll: number; + Lt: number; + Mu: number; + Nu: number; + Or: number; + Pi: number; + Pr: number; + Re: number; + Sc: number; + Xi: number; + ac: number; + af: number; + ap: number; + dd: number; + ee: number; + eg: number; + el: number; + gE: number; + ge: number; + gg: number; + gl: number; + gt: number; + ic: number; + ii: number; + in: number; + it: number; + lE: number; + le: number; + lg: number; + ll: number; + lt: number; + mp: number; + mu: number; + ne: number; + ni: number; + nu: number; + oS: number; + or: number; + pi: number; + pm: number; + pr: number; + rx: number; + sc: number; + wp: number; + wr: number; + xi: number; +}; +export default _default; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/utils/html.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/utils/html.d.ts new file mode 100644 index 0000000..b0296c0 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/parse/utils/html.d.ts @@ -0,0 +1,2 @@ +export declare function decode_character_references(html: string): string; +export declare function closing_tag_omitted(current: string, next?: string): boolean; diff --git a/2019-setembro/node_modules/svelte/types/compiler/preprocess/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/preprocess/index.d.ts new file mode 100644 index 0000000..7b9da1d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/preprocess/index.d.ts @@ -0,0 +1,25 @@ +export interface Processed { + code: string; + map?: object | string; + dependencies?: string[]; +} +export interface PreprocessorGroup { + markup?: (options: { + content: string; + filename: string; + }) => Processed | Promise; + style?: Preprocessor; + script?: Preprocessor; +} +export declare type Preprocessor = (options: { + content: string; + attributes: Record; + filename?: string; +}) => Processed | Promise; +export default function preprocess(source: string, preprocessor: PreprocessorGroup | PreprocessorGroup[], options?: { + filename?: string; +}): Promise<{ + code: string; + dependencies: any[]; + toString(): string; +}>; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/error.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/error.d.ts new file mode 100644 index 0000000..185145d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/error.d.ts @@ -0,0 +1,8 @@ +export default function error(message: string, props: { + name: string; + code: string; + source: string; + filename: string; + start: number; + end?: number; +}): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/full_char_code_at.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/full_char_code_at.d.ts new file mode 100644 index 0000000..f0d6763 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/full_char_code_at.d.ts @@ -0,0 +1 @@ +export default function full_char_code_at(str: string, i: number): number; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/fuzzymatch.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/fuzzymatch.d.ts new file mode 100644 index 0000000..6aa4e01 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/fuzzymatch.d.ts @@ -0,0 +1 @@ +export default function fuzzymatch(name: string, names: string[]): any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/get_code_frame.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/get_code_frame.d.ts new file mode 100644 index 0000000..50943dc --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/get_code_frame.d.ts @@ -0,0 +1 @@ +export default function get_code_frame(source: string, line: number, column: number): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/indentation.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/indentation.d.ts new file mode 100644 index 0000000..33596e8 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/indentation.d.ts @@ -0,0 +1,4 @@ +import MagicString from 'magic-string'; +import { Node } from '../interfaces'; +export declare function remove_indentation(code: MagicString, node: Node): void; +export declare function add_indentation(code: MagicString, node: Node, levels?: number): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/list.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/list.d.ts new file mode 100644 index 0000000..b61de69 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/list.d.ts @@ -0,0 +1 @@ +export default function list(items: string[], conjunction?: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/names.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/names.d.ts new file mode 100644 index 0000000..8d5b66f --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/names.d.ts @@ -0,0 +1,6 @@ +export declare const globals: Set; +export declare const reserved: Set; +export declare function is_void(name: string): boolean; +export declare function quote_name_if_necessary(name: string): string; +export declare function quote_prop_if_necessary(name: string): string; +export declare function sanitize(name: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/namespaces.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/namespaces.d.ts new file mode 100644 index 0000000..90c790d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/namespaces.d.ts @@ -0,0 +1,8 @@ +export declare const html = "http://www.w3.org/1999/xhtml"; +export declare const mathml = "http://www.w3.org/1998/Math/MathML"; +export declare const svg = "http://www.w3.org/2000/svg"; +export declare const xlink = "http://www.w3.org/1999/xlink"; +export declare const xml = "http://www.w3.org/XML/1998/namespace"; +export declare const xmlns = "http://www.w3.org/2000/xmlns"; +export declare const valid_namespaces: string[]; +export declare const namespaces: Record; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/nodes_match.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/nodes_match.d.ts new file mode 100644 index 0000000..065e81b --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/nodes_match.d.ts @@ -0,0 +1 @@ +export declare function nodes_match(a: any, b: any): any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/patterns.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/patterns.d.ts new file mode 100644 index 0000000..be6dcde --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/patterns.d.ts @@ -0,0 +1,2 @@ +export declare const whitespace: RegExp; +export declare const dimensions: RegExp; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/repeat.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/repeat.d.ts new file mode 100644 index 0000000..a20ac93 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/repeat.d.ts @@ -0,0 +1 @@ +export default function repeat(str: string, i: number): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/trim.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/trim.d.ts new file mode 100644 index 0000000..7f8e282 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/compiler/utils/trim.d.ts @@ -0,0 +1,2 @@ +export declare function trim_start(str: string): string; +export declare function trim_end(str: string): string; diff --git a/2019-setembro/node_modules/svelte/types/runtime/ambient.d.ts b/2019-setembro/node_modules/svelte/types/runtime/ambient.d.ts new file mode 100644 index 0000000..85e4ae2 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/ambient.d.ts @@ -0,0 +1,16 @@ +declare module '*.svelte' { + type Props = Record; + export default class { + constructor(options: { + target: Element; + anchor?: Element; + props?: Props; + hydrate?: boolean; + intro?: boolean; + }); + $set(props: Props): void; + $on(event: string, callback: (event: CustomEvent) => void): () => void; + $destroy(): void; + [accessor: string]: any; + } +} diff --git a/2019-setembro/node_modules/svelte/types/runtime/animate/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/animate/index.d.ts new file mode 100644 index 0000000..405aa39 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/animate/index.d.ts @@ -0,0 +1,17 @@ +export interface AnimationConfig { + delay?: number; + duration?: number; + easing?: (t: number) => number; + css?: (t: number, u: number) => string; + tick?: (t: number, u: number) => void; +} +interface FlipParams { + delay: number; + duration: number | ((len: number) => number); + easing: (t: number) => number; +} +export declare function flip(node: Element, animation: { + from: DOMRect; + to: DOMRect; +}, params: FlipParams): AnimationConfig; +export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/easing/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/easing/index.d.ts new file mode 100644 index 0000000..c8d34d2 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/easing/index.d.ts @@ -0,0 +1,31 @@ +export { identity as linear } from 'svelte/internal'; +export declare function backInOut(t: number): number; +export declare function backIn(t: number): number; +export declare function backOut(t: number): number; +export declare function bounceOut(t: number): number; +export declare function bounceInOut(t: number): number; +export declare function bounceIn(t: number): number; +export declare function circInOut(t: number): number; +export declare function circIn(t: number): number; +export declare function circOut(t: number): number; +export declare function cubicInOut(t: number): number; +export declare function cubicIn(t: number): number; +export declare function cubicOut(t: number): number; +export declare function elasticInOut(t: number): number; +export declare function elasticIn(t: number): number; +export declare function elasticOut(t: number): number; +export declare function expoInOut(t: number): number; +export declare function expoIn(t: number): number; +export declare function expoOut(t: number): number; +export declare function quadInOut(t: number): number; +export declare function quadIn(t: number): number; +export declare function quadOut(t: number): number; +export declare function quartInOut(t: number): number; +export declare function quartIn(t: number): number; +export declare function quartOut(t: number): number; +export declare function quintInOut(t: number): number; +export declare function quintIn(t: number): number; +export declare function quintOut(t: number): number; +export declare function sineInOut(t: number): number; +export declare function sineIn(t: number): number; +export declare function sineOut(t: number): number; diff --git a/2019-setembro/node_modules/svelte/types/runtime/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/index.d.ts new file mode 100644 index 0000000..1bd1f01 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/index.d.ts @@ -0,0 +1,2 @@ +import './ambient'; +export { onMount, onDestroy, beforeUpdate, afterUpdate, setContext, getContext, tick, createEventDispatcher } from 'svelte/internal'; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/Component.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/Component.d.ts new file mode 100644 index 0000000..5c39000 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/Component.d.ts @@ -0,0 +1,27 @@ +interface T$$ { + dirty: null; + ctx: null | any; + bound: any; + update: () => void; + callbacks: any; + after_update: any[]; + props: any; + fragment: null | any; + not_equal: any; + before_update: any[]; + context: Map; + on_mount: any[]; + on_destroy: any[]; +} +export declare function bind(component: any, name: any, callback: any): void; +export declare function mount_component(component: any, target: any, anchor: any): void; +export declare function destroy_component(component: any, detaching: any): void; +export declare function init(component: any, options: any, instance: any, create_fragment: any, not_equal: any, prop_names: any): void; +export declare let SvelteElement: any; +export declare class SvelteComponent { + $$: T$$; + $destroy(): void; + $on(type: any, callback: any): () => void; + $set(): void; +} +export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/animations.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/animations.d.ts new file mode 100644 index 0000000..5158611 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/animations.d.ts @@ -0,0 +1,11 @@ +import { noop } from './utils'; +import { AnimationConfig } from '../animate'; +declare type PositionRect = DOMRect | ClientRect; +declare type AnimationFn = (node: Element, { from, to }: { + from: PositionRect; + to: PositionRect; +}, params: any) => AnimationConfig; +export declare function create_animation(node: Element & ElementCSSInlineStyle, from: PositionRect, fn: AnimationFn, params: any): typeof noop; +export declare function fix_position(node: Element & ElementCSSInlineStyle): void; +export declare function add_transform(node: Element & ElementCSSInlineStyle, a: PositionRect): void; +export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/await_block.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/await_block.d.ts new file mode 100644 index 0000000..b8f689d --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/await_block.d.ts @@ -0,0 +1 @@ +export declare function handle_promise(promise: any, info: any): boolean; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/dev.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/dev.d.ts new file mode 100644 index 0000000..032cd52 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/dev.d.ts @@ -0,0 +1,17 @@ +import { SvelteComponent } from './Component'; +export declare function dispatch_dev(type: string, detail?: T): void; +export declare function append_dev(target: Node, node: Node): void; +export declare function insert_dev(target: Node, node: Node, anchor?: Node): void; +export declare function detach_dev(node: Node): void; +export declare function detach_between_dev(before: Node, after: Node): void; +export declare function detach_before_dev(after: Node): void; +export declare function detach_after_dev(before: Node): void; +export declare function listen_dev(node: Node, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | EventListenerOptions, has_prevent_default?: boolean, has_stop_propagation?: boolean): () => void; +export declare function attr_dev(node: Element, attribute: string, value?: string): void; +export declare function prop_dev(node: Element, property: string, value?: any): void; +export declare function dataset_dev(node: HTMLElement, property: string, value?: any): void; +export declare function set_data_dev(text: any, data: any): void; +export declare class SvelteComponentDev extends SvelteComponent { + constructor(options: any); + $destroy(): void; +} diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/dom.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/dom.d.ts new file mode 100644 index 0000000..ed6866f --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/dom.d.ts @@ -0,0 +1,55 @@ +export declare function append(target: Node, node: Node): void; +export declare function insert(target: Node, node: Node, anchor?: Node): void; +export declare function detach(node: Node): void; +export declare function destroy_each(iterations: any, detaching: any): void; +export declare function element(name: K): HTMLElementTagNameMap[K]; +export declare function element_is(name: K, is: string): HTMLElementTagNameMap[K]; +export declare function object_without_properties(obj: T, exclude: K[]): Pick>; +export declare function svg_element(name: K): SVGElement; +export declare function text(data: string): Text; +export declare function space(): Text; +export declare function empty(): Text; +export declare function listen(node: Node, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | EventListenerOptions): () => void; +export declare function prevent_default(fn: any): (event: any) => any; +export declare function stop_propagation(fn: any): (event: any) => any; +export declare function self(fn: any): (event: any) => void; +export declare function attr(node: Element, attribute: string, value?: string): void; +export declare function set_attributes(node: Element & ElementCSSInlineStyle, attributes: { + [x: string]: string; +}): void; +export declare function set_svg_attributes(node: Element & ElementCSSInlineStyle, attributes: { + [x: string]: string; +}): void; +export declare function set_custom_element_data(node: any, prop: any, value: any): void; +export declare function xlink_attr(node: any, attribute: any, value: any): void; +export declare function get_binding_group_value(group: any): any[]; +export declare function to_number(value: any): number; +export declare function time_ranges_to_array(ranges: any): any[]; +export declare function children(element: any): unknown[]; +export declare function claim_element(nodes: any, name: any, attributes: any, svg: any): any; +export declare function claim_text(nodes: any, data: any): any; +export declare function claim_space(nodes: any): any; +export declare function set_data(text: any, data: any): void; +export declare function set_input_value(input: any, value: any): void; +export declare function set_input_type(input: any, type: any): void; +export declare function set_style(node: any, key: any, value: any, important: any): void; +export declare function select_option(select: any, value: any): void; +export declare function select_options(select: any, value: any): void; +export declare function select_value(select: any): any; +export declare function select_multiple_value(select: any): any; +export declare function add_resize_listener(element: any, fn: any): { + cancel: () => void; +}; +export declare function toggle_class(element: any, name: any, toggle: any): void; +export declare function custom_event(type: string, detail?: T): CustomEvent; +export declare class HtmlTag { + e: HTMLElement; + n: ChildNode[]; + t: HTMLElement; + a: HTMLElement; + constructor(html: string, anchor?: HTMLElement); + m(target: HTMLElement, anchor?: HTMLElement): void; + u(html: string): void; + p(html: string): void; + d(): void; +} diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/environment.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/environment.d.ts new file mode 100644 index 0000000..4dd03e2 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/environment.d.ts @@ -0,0 +1,6 @@ +import { noop } from './utils'; +export declare const is_client: boolean; +export declare let now: () => number; +export declare let raf: ((cb: any) => number) | typeof noop; +export declare function set_now(fn: any): void; +export declare function set_raf(fn: any): void; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/globals.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/globals.d.ts new file mode 100644 index 0000000..53f84ff --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/globals.d.ts @@ -0,0 +1 @@ +export declare const globals: typeof globalThis; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/index.d.ts new file mode 100644 index 0000000..e1dd2a1 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/index.d.ts @@ -0,0 +1,15 @@ +export * from './animations'; +export * from './await_block'; +export * from './dom'; +export * from './environment'; +export * from './globals'; +export * from './keyed_each'; +export * from './lifecycle'; +export * from './loop'; +export * from './scheduler'; +export * from './spread'; +export * from './ssr'; +export * from './transitions'; +export * from './utils'; +export * from './Component'; +export * from './dev'; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/keyed_each.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/keyed_each.d.ts new file mode 100644 index 0000000..fe41a86 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/keyed_each.d.ts @@ -0,0 +1,6 @@ +export declare function destroy_block(block: any, lookup: any): void; +export declare function outro_and_destroy_block(block: any, lookup: any): void; +export declare function fix_and_destroy_block(block: any, lookup: any): void; +export declare function fix_and_outro_and_destroy_block(block: any, lookup: any): void; +export declare function update_keyed_each(old_blocks: any, changed: any, get_key: any, dynamic: any, ctx: any, list: any, lookup: any, node: any, destroy: any, create_each_block: any, next: any, get_context: any): any[]; +export declare function measure(blocks: any): {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/lifecycle.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/lifecycle.d.ts new file mode 100644 index 0000000..238c4f5 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/lifecycle.d.ts @@ -0,0 +1,11 @@ +export declare let current_component: any; +export declare function set_current_component(component: any): void; +export declare function get_current_component(): any; +export declare function beforeUpdate(fn: any): void; +export declare function onMount(fn: any): void; +export declare function afterUpdate(fn: any): void; +export declare function onDestroy(fn: any): void; +export declare function createEventDispatcher(): (type: any, detail: any) => void; +export declare function setContext(key: any, context: any): void; +export declare function getContext(key: any): any; +export declare function bubble(component: any, event: any): void; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/loop.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/loop.d.ts new file mode 100644 index 0000000..8fc4050 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/loop.d.ts @@ -0,0 +1,6 @@ +export interface Task { + abort(): void; + promise: Promise; +} +export declare function clear_loops(): void; +export declare function loop(fn: (number: any) => void): Task; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/scheduler.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/scheduler.d.ts new file mode 100644 index 0000000..6f6cbf3 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/scheduler.d.ts @@ -0,0 +1,10 @@ +export declare const dirty_components: any[]; +export declare const intros: { + enabled: boolean; +}; +export declare const binding_callbacks: any[]; +export declare function schedule_update(): void; +export declare function tick(): Promise; +export declare function add_render_callback(fn: any): void; +export declare function add_flush_callback(fn: any): void; +export declare function flush(): void; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/spread.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/spread.d.ts new file mode 100644 index 0000000..5236c21 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/spread.d.ts @@ -0,0 +1,2 @@ +export declare function get_spread_update(levels: any, updates: any): {}; +export declare function get_spread_object(spread_props: any): any; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/ssr.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/ssr.d.ts new file mode 100644 index 0000000..5631947 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/ssr.d.ts @@ -0,0 +1,29 @@ +export declare const invalid_attribute_name_character: RegExp; +export declare function spread(args: any): string; +export declare const escaped: { + '"': string; + "'": string; + '&': string; + '<': string; + '>': string; +}; +export declare function escape(html: any): string; +export declare function each(items: any, fn: any): string; +export declare const missing_component: { + $$render: () => string; +}; +export declare function validate_component(component: any, name: any): any; +export declare function debug(file: any, line: any, column: any, values: any): string; +export declare function create_ssr_component(fn: any): { + render: (props?: {}, options?: {}) => { + html: any; + css: { + code: string; + map: any; + }; + head: string; + }; + $$render: (result: any, props: any, bindings: any, slots: any) => any; +}; +export declare function add_attribute(name: any, value: any, boolean: any): string; +export declare function add_classes(classes: any): string; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/style_manager.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/style_manager.d.ts new file mode 100644 index 0000000..9b669ee --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/style_manager.d.ts @@ -0,0 +1,3 @@ +export declare function create_rule(node: Element & ElementCSSInlineStyle, a: number, b: number, duration: number, delay: number, ease: (t: number) => number, fn: (t: number, u: number) => string, uid?: number): string; +export declare function delete_rule(node: Element & ElementCSSInlineStyle, name?: string): void; +export declare function clear_rules(): void; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/transitions.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/transitions.d.ts new file mode 100644 index 0000000..cd9fbd5 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/transitions.d.ts @@ -0,0 +1,19 @@ +import { TransitionConfig } from '../transition'; +export declare function group_outros(): void; +export declare function check_outros(): void; +export declare function transition_in(block: any, local?: 0 | 1): void; +export declare function transition_out(block: any, local: 0 | 1, detach: 0 | 1, callback: any): void; +declare type TransitionFn = (node: Element, params: any) => TransitionConfig; +export declare function create_in_transition(node: Element & ElementCSSInlineStyle, fn: TransitionFn, params: any): { + start(): void; + invalidate(): void; + end(): void; +}; +export declare function create_out_transition(node: Element & ElementCSSInlineStyle, fn: TransitionFn, params: any): { + end(reset: any): void; +}; +export declare function create_bidirectional_transition(node: Element & ElementCSSInlineStyle, fn: TransitionFn, params: any, intro: boolean): { + run(b: any): void; + end(): void; +}; +export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/utils.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/utils.d.ts new file mode 100644 index 0000000..6bdf76a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/internal/utils.d.ts @@ -0,0 +1,22 @@ +export declare function noop(): void; +export declare const identity: (x: any) => any; +export declare function assign(tar: T, src: S): T & S; +export declare function is_promise(value: any): value is PromiseLike; +export declare function add_location(element: any, file: any, line: any, column: any, char: any): void; +export declare function run(fn: any): any; +export declare function blank_object(): any; +export declare function run_all(fns: any): void; +export declare function is_function(thing: any): thing is Function; +export declare function safe_not_equal(a: any, b: any): boolean; +export declare function not_equal(a: any, b: any): boolean; +export declare function validate_store(store: any, name: any): void; +export declare function subscribe(store: any, callback: any): any; +export declare function get_store_value(store: any): any; +export declare function component_subscribe(component: any, store: any, callback: any): void; +export declare function create_slot(definition: any, ctx: any, fn: any): any; +export declare function get_slot_context(definition: any, ctx: any, fn: any): any; +export declare function get_slot_changes(definition: any, ctx: any, changed: any, fn: any): any; +export declare function exclude_internal_props(props: any): {}; +export declare function once(fn: any): (this: any, ...args: any[]) => void; +export declare function null_to_empty(value: any): any; +export declare function set_store_value(store: any, ret: any, value?: any): any; diff --git a/2019-setembro/node_modules/svelte/types/runtime/motion/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/motion/index.d.ts new file mode 100644 index 0000000..ea6c646 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/motion/index.d.ts @@ -0,0 +1,2 @@ +export * from './spring'; +export * from './tweened'; diff --git a/2019-setembro/node_modules/svelte/types/runtime/motion/spring.d.ts b/2019-setembro/node_modules/svelte/types/runtime/motion/spring.d.ts new file mode 100644 index 0000000..6395681 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/motion/spring.d.ts @@ -0,0 +1,20 @@ +import { Readable } from 'svelte/store'; +interface SpringOpts { + stiffness?: number; + damping?: number; + precision?: number; +} +interface SpringUpdateOpts { + hard?: any; + soft?: string | number | boolean; +} +declare type Updater = (target_value: T, value: T) => T; +interface Spring extends Readable { + set: (new_value: T, opts?: SpringUpdateOpts) => Promise; + update: (fn: Updater, opts?: SpringUpdateOpts) => Promise; + precision: number; + damping: number; + stiffness: number; +} +export declare function spring(value: T, opts?: SpringOpts): Spring; +export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/motion/tweened.d.ts b/2019-setembro/node_modules/svelte/types/runtime/motion/tweened.d.ts new file mode 100644 index 0000000..edbb79e --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/motion/tweened.d.ts @@ -0,0 +1,14 @@ +import { Readable } from 'svelte/store'; +interface Options { + delay?: number; + duration?: number | ((from: T, to: T) => number); + easing?: (t: number) => number; + interpolate?: (a: T, b: T) => (t: number) => T; +} +declare type Updater = (target_value: T, value: T) => T; +interface Tweened extends Readable { + set(value: T, opts: Options): Promise; + update(updater: Updater, opts: Options): Promise; +} +export declare function tweened(value: T, defaults?: Options): Tweened; +export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/motion/utils.d.ts b/2019-setembro/node_modules/svelte/types/runtime/motion/utils.d.ts new file mode 100644 index 0000000..1fc2001 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/motion/utils.d.ts @@ -0,0 +1 @@ +export declare function is_date(obj: any): obj is Date; diff --git a/2019-setembro/node_modules/svelte/types/runtime/store/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/store/index.d.ts new file mode 100644 index 0000000..abf6c63 --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/store/index.d.ts @@ -0,0 +1,64 @@ +import { get_store_value } from 'svelte/internal'; +/** Callback to inform of a value updates. */ +declare type Subscriber = (value: T) => void; +/** Unsubscribes from value updates. */ +declare type Unsubscriber = () => void; +/** Callback to update a value. */ +declare type Updater = (value: T) => T; +/** Cleanup logic callback. */ +declare type Invalidator = (value?: T) => void; +/** Start and stop notification callbacks. */ +declare type StartStopNotifier = (set: Subscriber) => Unsubscriber | void; +/** Readable interface for subscribing. */ +export interface Readable { + /** + * Subscribe on value changes. + * @param run subscription callback + * @param invalidate cleanup callback + */ + subscribe(run: Subscriber, invalidate?: Invalidator): Unsubscriber; +} +/** Writable interface for both updating and subscribing. */ +export interface Writable extends Readable { + /** + * Set value and inform subscribers. + * @param value to set + */ + set(value: T): void; + /** + * Update value using callback and inform subscribers. + * @param updater callback + */ + update(updater: Updater): void; +} +/** + * Creates a `Readable` store that allows reading by subscription. + * @param value initial value + * @param {StartStopNotifier}start start and stop notifications for subscriptions + */ +export declare function readable(value: T, start: StartStopNotifier): Readable; +/** + * Create a `Writable` store that allows both updating and reading by subscription. + * @param {*=}value initial value + * @param {StartStopNotifier=}start start and stop notifications for subscriptions + */ +export declare function writable(value: T, start?: StartStopNotifier): Writable; +/** One or more `Readable`s. */ +declare type Stores = Readable | [Readable, ...Array>]; +/** One or more values from `Readable` stores. */ +declare type StoresValues = T extends Readable ? U : { + [K in keyof T]: T[K] extends Readable ? U : never; +}; +/** + * Derived value store by synchronizing one or more readable stores and + * applying an aggregation function over its input values. + * @param {Stores} stores input stores + * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values + * @param {*=}initial_value when used asynchronously + */ +export declare function derived(stores: S, fn: (values: StoresValues, set?: Subscriber) => T | Unsubscriber | void, initial_value?: T): Readable; +/** + * Get the current value from a store by subscribing and immediately unsubscribing. + * @param store readable + */ +export { get_store_value as get }; diff --git a/2019-setembro/node_modules/svelte/types/runtime/transition/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/transition/index.d.ts new file mode 100644 index 0000000..6c4155a --- /dev/null +++ b/2019-setembro/node_modules/svelte/types/runtime/transition/index.d.ts @@ -0,0 +1,64 @@ +declare type EasingFunction = (t: number) => number; +export interface TransitionConfig { + delay?: number; + duration?: number; + easing?: EasingFunction; + css?: (t: number, u: number) => string; + tick?: (t: number, u: number) => void; +} +interface BlurParams { + delay: number; + duration: number; + easing?: EasingFunction; + amount: number; + opacity: number; +} +export declare function blur(node: Element, { delay, duration, easing, amount, opacity }: BlurParams): TransitionConfig; +interface FadeParams { + delay: number; + duration: number; +} +export declare function fade(node: Element, { delay, duration }: FadeParams): TransitionConfig; +interface FlyParams { + delay: number; + duration: number; + easing: EasingFunction; + x: number; + y: number; + opacity: number; +} +export declare function fly(node: Element, { delay, duration, easing, x, y, opacity }: FlyParams): TransitionConfig; +interface SlideParams { + delay: number; + duration: number; + easing: EasingFunction; +} +export declare function slide(node: Element, { delay, duration, easing }: SlideParams): TransitionConfig; +interface ScaleParams { + delay: number; + duration: number; + easing: EasingFunction; + start: number; + opacity: number; +} +export declare function scale(node: Element, { delay, duration, easing, start, opacity }: ScaleParams): TransitionConfig; +interface DrawParams { + delay: number; + speed: number; + duration: number | ((len: number) => number); + easing: EasingFunction; +} +export declare function draw(node: SVGElement & { + getTotalLength(): number; +}, { delay, speed, duration, easing }: DrawParams): TransitionConfig; +interface CrossfadeParams { + delay: number; + duration: number | ((len: number) => number); + easing: EasingFunction; +} +export declare function crossfade({ fallback, ...defaults }: CrossfadeParams & { + fallback: (node: Element, params: CrossfadeParams, intro: boolean) => TransitionConfig; +}): ((node: Element, params: CrossfadeParams & { + key: any; +}) => () => TransitionConfig)[]; +export {}; diff --git a/2019-setembro/node_modules/terser/CHANGELOG.md b/2019-setembro/node_modules/terser/CHANGELOG.md new file mode 100644 index 0000000..27d3a10 --- /dev/null +++ b/2019-setembro/node_modules/terser/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## v3.17.0 + + - More DOM properties added to --mangle-properties's DOM property list + - Closed issue where if 2 functions had the same argument name, Terser would not inline them together properly + - Fixed issue with `hasOwnProperty.call` + - You can now list files to minify in a Terser config file + - Started replacing `new Array()` with an array literal + - Started using ES6 capabilities like `Set` and the `includes` method for strings and arrays + +## v3.16.1 + + - Fixed issue where Terser being imported with `import` would cause it not to work due to the `__esModule` property. (PR #254 was submitted, which was nice, but since it wasn't a pure commonJS approach I decided to go with my own solution) + +## v3.16.0 + + - No longer leaves names like Array or Object or window as a SimpleStatement (statement which is just a single expression). + - Add support for sections sourcemaps (IndexedSourceMapConsumer) + - Drops node.js v4 and starts using commonJS + - Is now built with rollup + +## v3.15.0 + + - Inlined spread syntax (`[...[1, 2, 3], 4, 5] => [1, 2, 3, 4, 5]`) in arrays and objects. + - Fixed typo in compressor warning + - Fixed inline source map input bug + - Fixed parsing of template literals with unnecessary escapes (Like `\\a`) diff --git a/2019-setembro/node_modules/terser/LICENSE b/2019-setembro/node_modules/terser/LICENSE new file mode 100644 index 0000000..4fdaa85 --- /dev/null +++ b/2019-setembro/node_modules/terser/LICENSE @@ -0,0 +1,29 @@ +UglifyJS is released under the BSD license: + +Copyright 2012-2018 (c) Mihai Bazon + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, +OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. diff --git a/2019-setembro/node_modules/terser/PATRONS.md b/2019-setembro/node_modules/terser/PATRONS.md new file mode 100644 index 0000000..35cb3f0 --- /dev/null +++ b/2019-setembro/node_modules/terser/PATRONS.md @@ -0,0 +1,5 @@ + * 38elements + * CKEditor + * Philippe Léger + * Piotrek Koszuliński + * Viktor Hubert diff --git a/2019-setembro/node_modules/terser/README.md b/2019-setembro/node_modules/terser/README.md new file mode 100644 index 0000000..cb3550a --- /dev/null +++ b/2019-setembro/node_modules/terser/README.md @@ -0,0 +1,1305 @@ +terser +====== + +![Terser](https://raw.githubusercontent.com/terser-js/terser/master/logo.png) + +A JavaScript parser and mangler/compressor toolkit for ES6+. + +*note*: You can support this project on patreon: patron. Check out PATRONS.md for our first-tier patrons. + +Terser recommends you use RollupJS to bundle your modules, as that produces smaller code overall. + +*Beautification* has been undocumented and is *being removed* from terser, we recommend you use [prettier](https://npmjs.com/package/prettier). + +[![Build Status](https://travis-ci.org/terser-js/terser.svg?branch=master)](https://travis-ci.org/terser-js/terser) + +Find the changelog in [CHANGELOG.md](https://github.com/terser-js/terser/blob/master/CHANGELOG.md) + +A JavaScript parser, mangler/compressor and beautifier toolkit for ES6+. + + +Why choose terser? +------------------ + +`uglify-es` is [no longer maintained](https://github.com/mishoo/UglifyJS2/issues/3156#issuecomment-392943058) and `uglify-js` does not support ES6+. + +**`terser`** is a fork of `uglify-es` that retains API and CLI compatibility +with `uglify-es` and `uglify-js@3`. + +Install +------- + +First make sure you have installed the latest version of [node.js](http://nodejs.org/) +(You may need to restart your computer after this step). + +From NPM for use as a command line app: + + npm install terser -g + +From NPM for programmatic use: + + npm install terser + +# Command line usage + + terser [input files] [options] + +Terser can take multiple input files. It's recommended that you pass the +input files first, then pass the options. Terser will parse input files +in sequence and apply any compression options. The files are parsed in the +same global scope, that is, a reference from a file to some +variable/function declared in another file will be matched properly. + +If no input file is specified, Terser will read from STDIN. + +If you wish to pass your options before the input files, separate the two with +a double dash to prevent input files being used as option arguments: + + terser --compress --mangle -- input.js + +### Command line options + +``` + -h, --help Print usage information. + `--help options` for details on available options. + -V, --version Print version number. + -p, --parse Specify parser options: + `acorn` Use Acorn for parsing. + `bare_returns` Allow return outside of functions. + Useful when minifying CommonJS + modules and Userscripts that may + be anonymous function wrapped (IIFE) + by the .user.js engine `caller`. + `expression` Parse a single expression, rather than + a program (for parsing JSON). + `spidermonkey` Assume input files are SpiderMonkey + AST format (as JSON). + -c, --compress [options] Enable compressor/specify compressor options: + `pure_funcs` List of functions that can be safely + removed when their return values are + not used. + -m, --mangle [options] Mangle names/specify mangler options: + `reserved` List of names that should not be mangled. + --mangle-props [options] Mangle properties/specify mangler options: + `builtins` Mangle property names that overlaps + with standard JavaScript globals. + `debug` Add debug prefix and suffix. + `domprops` Mangle property names that overlaps + with DOM properties. + `keep_quoted` Only mangle unquoted properties. + `regex` Only mangle matched property names. + `reserved` List of names that should not be mangled. + -b, --beautify [options] Specify output options: + `preamble` Preamble to prepend to the output. You + can use this to insert a comment, for + example for licensing information. + This will not be parsed, but the source + map will adjust for its presence. + `quote_style` Quote style: + 0 - auto + 1 - single + 2 - double + 3 - original + `wrap_iife` Wrap IIFEs in parenthesis. Note: you may + want to disable `negate_iife` under + compressor options. + -o, --output Output file path (default STDOUT). Specify `ast` or + `spidermonkey` to write Terser or SpiderMonkey AST + as JSON to STDOUT respectively. + --comments [filter] Preserve copyright comments in the output. By + default this works like Google Closure, keeping + JSDoc-style comments that contain "@license" or + "@preserve". You can optionally pass one of the + following arguments to this flag: + - "all" to keep all comments + - a valid JS RegExp like `/foo/` or `/^!/` to + keep only matching comments. + Note that currently not *all* comments can be + kept when compression is on, because of dead + code removal or cascading statements into + sequences. + --config-file Read `minify()` options from JSON file. + -d, --define [=value] Global definitions. + --ecma Specify ECMAScript release: 5, 6, 7 or 8. + -e, --enclose [arg[:value]] Embed output in a big function with configurable + arguments and values. + --ie8 Support non-standard Internet Explorer 8. + Equivalent to setting `ie8: true` in `minify()` + for `compress`, `mangle` and `output` options. + By default Terser will not try to be IE-proof. + --keep-classnames Do not mangle/drop class names. + --keep-fnames Do not mangle/drop function names. Useful for + code relying on Function.prototype.name. + --module Input is an ES6 module. If `compress` or `mangle` is + enabled then the `toplevel` option will be enabled. + --name-cache File to hold mangled name mappings. + --safari10 Support non-standard Safari 10/11. + Equivalent to setting `safari10: true` in `minify()` + for `mangle` and `output` options. + By default `terser` will not work around + Safari 10/11 bugs. + --source-map [options] Enable source map/specify source map options: + `base` Path to compute relative paths from input files. + `content` Input source map, useful if you're compressing + JS that was generated from some other original + code. Specify "inline" if the source map is + included within the sources. + `filename` Name and/or location of the output source. + `includeSources` Pass this flag if you want to include + the content of source files in the + source map as sourcesContent property. + `root` Path to the original source to be included in + the source map. + `url` If specified, path to the source map to append in + `//# sourceMappingURL`. + --timings Display operations run time on STDERR. + --toplevel Compress and/or mangle variables in top level scope. + --verbose Print diagnostic messages. + --warn Print warning messages. + --wrap Embed everything in a big function, making the + “exports” and “global” variables available. You + need to pass an argument to this option to + specify the name that your module will take + when included in, say, a browser. +``` + +Specify `--output` (`-o`) to declare the output file. Otherwise the output +goes to STDOUT. + +## CLI source map options + +Terser can generate a source map file, which is highly useful for +debugging your compressed JavaScript. To get a source map, pass +`--source-map --output output.js` (source map will be written out to +`output.js.map`). + +Additional options: + +- `--source-map "filename=''"` to specify the name of the source map. + +- `--source-map "root=''"` to pass the URL where the original files can be found. + +- `--source-map "url=''"` to specify the URL where the source map can be found. + Otherwise Terser assumes HTTP `X-SourceMap` is being used and will omit the + `//# sourceMappingURL=` directive. + +For example: + + terser js/file1.js js/file2.js \ + -o foo.min.js -c -m \ + --source-map "root='http://foo.com/src',url='foo.min.js.map'" + +The above will compress and mangle `file1.js` and `file2.js`, will drop the +output in `foo.min.js` and the source map in `foo.min.js.map`. The source +mapping will refer to `http://foo.com/src/js/file1.js` and +`http://foo.com/src/js/file2.js` (in fact it will list `http://foo.com/src` +as the source map root, and the original files as `js/file1.js` and +`js/file2.js`). + +### Composed source map + +When you're compressing JS code that was output by a compiler such as +CoffeeScript, mapping to the JS code won't be too helpful. Instead, you'd +like to map back to the original code (i.e. CoffeeScript). Terser has an +option to take an input source map. Assuming you have a mapping from +CoffeeScript → compiled JS, Terser can generate a map from CoffeeScript → +compressed JS by mapping every token in the compiled JS to its original +location. + +To use this feature pass `--source-map "content='/path/to/input/source.map'"` +or `--source-map "content=inline"` if the source map is included inline with +the sources. + +## CLI compress options + +You need to pass `--compress` (`-c`) to enable the compressor. Optionally +you can pass a comma-separated list of [compress options](#compress-options). + +Options are in the form `foo=bar`, or just `foo` (the latter implies +a boolean option that you want to set `true`; it's effectively a +shortcut for `foo=true`). + +Example: + + terser file.js -c toplevel,sequences=false + +## CLI mangle options + +To enable the mangler you need to pass `--mangle` (`-m`). The following +(comma-separated) options are supported: + +- `toplevel` (default `false`) -- mangle names declared in the top level scope. + +- `eval` (default `false`) -- mangle names visible in scopes where `eval` or `with` are used. + +When mangling is enabled but you want to prevent certain names from being +mangled, you can declare those names with `--mangle reserved` — pass a +comma-separated list of names. For example: + + terser ... -m reserved=['$','require','exports'] + +to prevent the `require`, `exports` and `$` names from being changed. + +### CLI mangling property names (`--mangle-props`) + +**Note:** THIS **WILL** BREAK YOUR CODE. A good rule of thumb is not to use this unless you know exactly what you're doing and how this works and read this section until the end. + +Mangling property names is a separate step, different from variable name mangling. Pass +`--mangle-props` to enable it. The least dangerous +way to use this is to use the `regex` option like so: + +``` +terser example.js -c -m --mangle-props regex=/_$/ +``` + +This will mangle all properties that start with an +underscore. So you can use it to mangle internal methods. + +By default, it will mangle all properties in the +input code with the exception of built in DOM properties and properties +in core JavaScript classes, which is what will break your code if you don't: + +1. Control all the code you're mangling +2. Avoid using a module bundler, as they usually will call Terser on each file individually, making it impossible to pass mangled objects between modules. +3. Avoid calling functions like `defineProperty` or `hasOwnProperty`, because they refer to object properties using strings and will break your code if you don't know what you are doing. + +An example: + +```javascript +// example.js +var x = { + baz_: 0, + foo_: 1, + calc: function() { + return this.foo_ + this.baz_; + } +}; +x.bar_ = 2; +x["baz_"] = 3; +console.log(x.calc()); +``` +Mangle all properties (except for JavaScript `builtins`) (**very** unsafe): +```bash +$ terser example.js -c -m --mangle-props +``` +```javascript +var x={o:0,_:1,l:function(){return this._+this.o}};x.t=2,x.o=3,console.log(x.l()); +``` +Mangle all properties except for `reserved` properties (still very unsafe): +```bash +$ terser example.js -c -m --mangle-props reserved=[foo_,bar_] +``` +```javascript +var x={o:0,foo_:1,_:function(){return this.foo_+this.o}};x.bar_=2,x.o=3,console.log(x._()); +``` +Mangle all properties matching a `regex` (not as unsafe but still unsafe): +```bash +$ terser example.js -c -m --mangle-props regex=/_$/ +``` +```javascript +var x={o:0,_:1,calc:function(){return this._+this.o}};x.l=2,x.o=3,console.log(x.calc()); +``` + +Combining mangle properties options: +```bash +$ terser example.js -c -m --mangle-props regex=/_$/,reserved=[bar_] +``` +```javascript +var x={o:0,_:1,calc:function(){return this._+this.o}};x.bar_=2,x.o=3,console.log(x.calc()); +``` + +In order for this to be of any use, we avoid mangling standard JS names by +default (`--mangle-props builtins` to override). + +A default exclusion file is provided in `tools/domprops.json` which should +cover most standard JS and DOM properties defined in various browsers. Pass +`--mangle-props domprops` to disable this feature. + +A regular expression can be used to define which property names should be +mangled. For example, `--mangle-props regex=/^_/` will only mangle property +names that start with an underscore. + +When you compress multiple files using this option, in order for them to +work together in the end we need to ensure somehow that one property gets +mangled to the same name in all of them. For this, pass `--name-cache filename.json` +and Terser will maintain these mappings in a file which can then be reused. +It should be initially empty. Example: + +```bash +$ rm -f /tmp/cache.json # start fresh +$ terser file1.js file2.js --mangle-props --name-cache /tmp/cache.json -o part1.js +$ terser file3.js file4.js --mangle-props --name-cache /tmp/cache.json -o part2.js +``` + +Now, `part1.js` and `part2.js` will be consistent with each other in terms +of mangled property names. + +Using the name cache is not necessary if you compress all your files in a +single call to Terser. + +### Mangling unquoted names (`--mangle-props keep_quoted`) + +Using quoted property name (`o["foo"]`) reserves the property name (`foo`) +so that it is not mangled throughout the entire script even when used in an +unquoted style (`o.foo`). Example: + +```javascript +// stuff.js +var o = { + "foo": 1, + bar: 3 +}; +o.foo += o.bar; +console.log(o.foo); +``` +```bash +$ terser stuff.js --mangle-props keep_quoted -c -m +``` +```javascript +var o={foo:1,o:3};o.foo+=o.o,console.log(o.foo); +``` + +### Debugging property name mangling + +You can also pass `--mangle-props debug` in order to mangle property names +without completely obscuring them. For example the property `o.foo` +would mangle to `o._$foo$_` with this option. This allows property mangling +of a large codebase while still being able to debug the code and identify +where mangling is breaking things. + +```bash +$ terser stuff.js --mangle-props debug -c -m +``` +```javascript +var o={_$foo$_:1,_$bar$_:3};o._$foo$_+=o._$bar$_,console.log(o._$foo$_); +``` + +You can also pass a custom suffix using `--mangle-props debug=XYZ`. This would then +mangle `o.foo` to `o._$foo$XYZ_`. You can change this each time you compile a +script to identify how a property got mangled. One technique is to pass a +random number on every compile to simulate mangling changing with different +inputs (e.g. as you update the input script with new properties), and to help +identify mistakes like writing mangled keys to storage. + + +# API Reference + +Assuming installation via NPM, you can load Terser in your application +like this: +```javascript +var Terser = require("terser"); +``` +Browser loading is also supported: +```html + + +``` + +There is a single high level function, **`minify(code, options)`**, +which will perform all minification [phases](#minify-options) in a configurable +manner. By default `minify()` will enable the options [`compress`](#compress-options) +and [`mangle`](#mangle-options). Example: +```javascript +var code = "function add(first, second) { return first + second; }"; +var result = Terser.minify(code); +console.log(result.error); // runtime error, or `undefined` if no error +console.log(result.code); // minified output: function add(n,d){return n+d} +``` + +You can `minify` more than one JavaScript file at a time by using an object +for the first argument where the keys are file names and the values are source +code: +```javascript +var code = { + "file1.js": "function add(first, second) { return first + second; }", + "file2.js": "console.log(add(1 + 2, 3 + 4));" +}; +var result = Terser.minify(code); +console.log(result.code); +// function add(d,n){return d+n}console.log(add(3,7)); +``` + +The `toplevel` option: +```javascript +var code = { + "file1.js": "function add(first, second) { return first + second; }", + "file2.js": "console.log(add(1 + 2, 3 + 4));" +}; +var options = { toplevel: true }; +var result = Terser.minify(code, options); +console.log(result.code); +// console.log(3+7); +``` + +The `nameCache` option: +```javascript +var options = { + mangle: { + toplevel: true, + }, + nameCache: {} +}; +var result1 = Terser.minify({ + "file1.js": "function add(first, second) { return first + second; }" +}, options); +var result2 = Terser.minify({ + "file2.js": "console.log(add(1 + 2, 3 + 4));" +}, options); +console.log(result1.code); +// function n(n,r){return n+r} +console.log(result2.code); +// console.log(n(3,7)); +``` + +You may persist the name cache to the file system in the following way: +```javascript +var cacheFileName = "/tmp/cache.json"; +var options = { + mangle: { + properties: true, + }, + nameCache: JSON.parse(fs.readFileSync(cacheFileName, "utf8")) +}; +fs.writeFileSync("part1.js", Terser.minify({ + "file1.js": fs.readFileSync("file1.js", "utf8"), + "file2.js": fs.readFileSync("file2.js", "utf8") +}, options).code, "utf8"); +fs.writeFileSync("part2.js", Terser.minify({ + "file3.js": fs.readFileSync("file3.js", "utf8"), + "file4.js": fs.readFileSync("file4.js", "utf8") +}, options).code, "utf8"); +fs.writeFileSync(cacheFileName, JSON.stringify(options.nameCache), "utf8"); +``` + +An example of a combination of `minify()` options: +```javascript +var code = { + "file1.js": "function add(first, second) { return first + second; }", + "file2.js": "console.log(add(1 + 2, 3 + 4));" +}; +var options = { + toplevel: true, + compress: { + global_defs: { + "@console.log": "alert" + }, + passes: 2 + }, + output: { + beautify: false, + preamble: "/* minified */" + } +}; +var result = Terser.minify(code, options); +console.log(result.code); +// /* minified */ +// alert(10);" +``` + +To produce warnings: +```javascript +var code = "function f(){ var u; return 2 + 3; }"; +var options = { warnings: true }; +var result = Terser.minify(code, options); +console.log(result.error); // runtime error, `undefined` in this case +console.log(result.warnings); // [ 'Dropping unused variable u [0:1,18]' ] +console.log(result.code); // function f(){return 5} +``` + +An error example: +```javascript +var result = Terser.minify({"foo.js" : "if (0) else console.log(1);"}); +console.log(JSON.stringify(result.error)); +// {"message":"Unexpected token: keyword (else)","filename":"foo.js","line":1,"col":7,"pos":7} +``` +Note: unlike `uglify-js@2.x`, the Terser API does not throw errors. +To achieve a similar effect one could do the following: +```javascript +var result = Terser.minify(code, options); +if (result.error) throw result.error; +``` + +## Minify options + +- `ecma` (default `undefined`) - pass `5`, `6`, `7` or `8` to override `parse`, + `compress` and `output` options. + +- `warnings` (default `false`) — pass `true` to return compressor warnings + in `result.warnings`. Use the value `"verbose"` for more detailed warnings. + +- `parse` (default `{}`) — pass an object if you wish to specify some + additional [parse options](#parse-options). + +- `compress` (default `{}`) — pass `false` to skip compressing entirely. + Pass an object to specify custom [compress options](#compress-options). + +- `mangle` (default `true`) — pass `false` to skip mangling names, or pass + an object to specify [mangle options](#mangle-options) (see below). + + - `mangle.properties` (default `false`) — a subcategory of the mangle option. + Pass an object to specify custom [mangle property options](#mangle-properties-options). + +- `module` (default `false`) — Use when minifying an ES6 module. "use strict" + is implied and names can be mangled on the top scope. If `compress` or + `mangle` is enabled then the `toplevel` option will be enabled. + +- `output` (default `null`) — pass an object if you wish to specify + additional [output options](#output-options). The defaults are optimized + for best compression. + +- `sourceMap` (default `false`) - pass an object if you wish to specify + [source map options](#source-map-options). + +- `toplevel` (default `false`) - set to `true` if you wish to enable top level + variable and function name mangling and to drop unused variables and functions. + +- `nameCache` (default `null`) - pass an empty object `{}` or a previously + used `nameCache` object if you wish to cache mangled variable and + property names across multiple invocations of `minify()`. Note: this is + a read/write property. `minify()` will read the name cache state of this + object and update it during minification so that it may be + reused or externally persisted by the user. + +- `ie8` (default `false`) - set to `true` to support IE8. + +- `keep_classnames` (default: `undefined`) - pass `true` to prevent discarding or mangling + of class names. Pass a regular expression to only keep class names matching that regex. + +- `keep_fnames` (default: `false`) - pass `true` to prevent discarding or mangling + of function names. Pass a regular expression to only keep class names matching that regex. + Useful for code relying on `Function.prototype.name`. If the top level minify option + `keep_classnames` is `undefined` it will be overridden with the value of the top level + minify option `keep_fnames`. + +- `safari10` (default: `false`) - pass `true` to work around Safari 10/11 bugs in + loop scoping and `await`. See `safari10` options in [`mangle`](#mangle-options) + and [`output`](#output-options) for details. + +## Minify options structure + +```javascript +{ + parse: { + // parse options + }, + compress: { + // compress options + }, + mangle: { + // mangle options + + properties: { + // mangle property options + } + }, + output: { + // output options + }, + sourceMap: { + // source map options + }, + ecma: 5, // specify one of: 5, 6, 7 or 8 + keep_classnames: false, + keep_fnames: false, + ie8: false, + module: false, + nameCache: null, // or specify a name cache object + safari10: false, + toplevel: false, + warnings: false, +} +``` + +### Source map options + +To generate a source map: +```javascript +var result = Terser.minify({"file1.js": "var a = function() {};"}, { + sourceMap: { + filename: "out.js", + url: "out.js.map" + } +}); +console.log(result.code); // minified output +console.log(result.map); // source map +``` + +Note that the source map is not saved in a file, it's just returned in +`result.map`. The value passed for `sourceMap.url` is only used to set +`//# sourceMappingURL=out.js.map` in `result.code`. The value of +`filename` is only used to set `file` attribute (see [the spec][sm-spec]) +in source map file. + +You can set option `sourceMap.url` to be `"inline"` and source map will +be appended to code. + +You can also specify sourceRoot property to be included in source map: +```javascript +var result = Terser.minify({"file1.js": "var a = function() {};"}, { + sourceMap: { + root: "http://example.com/src", + url: "out.js.map" + } +}); +``` + +If you're compressing compiled JavaScript and have a source map for it, you +can use `sourceMap.content`: +```javascript +var result = Terser.minify({"compiled.js": "compiled code"}, { + sourceMap: { + content: "content from compiled.js.map", + url: "minified.js.map" + } +}); +// same as before, it returns `code` and `map` +``` + +If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.url`. + +## Parse options + +- `bare_returns` (default `false`) -- support top level `return` statements + +- `ecma` (default: `8`) -- specify one of `5`, `6`, `7` or `8`. Note: this setting + is not presently enforced except for ES8 optional trailing commas in function + parameter lists and calls with `ecma` `8`. + +- `html5_comments` (default `true`) + +- `shebang` (default `true`) -- support `#!command` as the first line + +## Compress options + +- `arrows` (default: `true`) -- Converts `()=>{return x}` to `()=>x`. Class + and object literal methods will also be converted to arrow expressions if + the resultant code is shorter: `m(){return x}` becomes `m:()=>x`. + +- `arguments` (default: `false`) -- replace `arguments[index]` with function + parameter name whenever possible. + +- `booleans` (default: `true`) -- various optimizations for boolean context, + for example `!!a ? b : c → a ? b : c` + +- `booleans_as_integers` (default: `false`) -- Turn booleans into 0 and 1, also + makes comparisons with booleans use `==` and `!=` instead of `===` and `!==`. + +- `collapse_vars` (default: `true`) -- Collapse single-use non-constant variables, + side effects permitting. + +- `comparisons` (default: `true`) -- apply certain optimizations to binary nodes, + e.g. `!(a <= b) → a > b` (only when `unsafe_comps`), attempts to negate binary + nodes, e.g. `a = !b && !c && !d && !e → a=!(b||c||d||e)` etc. + +- `computed_props` (default: `true`) -- Transforms constant computed properties + into regular ones: `{["computed"]: 1}` is converted to `{computed: 1}`. + +- `conditionals` (default: `true`) -- apply optimizations for `if`-s and conditional + expressions + +- `dead_code` (default: `true`) -- remove unreachable code + +- `defaults` (default: `true`) -- Pass `false` to disable most default + enabled `compress` transforms. Useful when you only want to enable a few + `compress` options while disabling the rest. + +- `directives` (default: `true`) -- remove redundant or non-standard directives + +- `drop_console` (default: `false`) -- Pass `true` to discard calls to + `console.*` functions. If you wish to drop a specific function call + such as `console.info` and/or retain side effects from function arguments + after dropping the function call then use `pure_funcs` instead. + +- `drop_debugger` (default: `true`) -- remove `debugger;` statements + +- `ecma` (default: `5`) -- Pass `6` or greater to enable `compress` options that + will transform ES5 code into smaller ES6+ equivalent forms. + +- `evaluate` (default: `true`) -- attempt to evaluate constant expressions + +- `expression` (default: `false`) -- Pass `true` to preserve completion values + from terminal statements without `return`, e.g. in bookmarklets. + +- `global_defs` (default: `{}`) -- see [conditional compilation](#conditional-compilation) + +- `hoist_funs` (default: `false`) -- hoist function declarations + +- `hoist_props` (default: `true`) -- hoist properties from constant object and + array literals into regular variables subject to a set of constraints. For example: + `var o={p:1, q:2}; f(o.p, o.q);` is converted to `f(1, 2);`. Note: `hoist_props` + works best with `mangle` enabled, the `compress` option `passes` set to `2` or higher, + and the `compress` option `toplevel` enabled. + +- `hoist_vars` (default: `false`) -- hoist `var` declarations (this is `false` + by default because it seems to increase the size of the output in general) + +- `if_return` (default: `true`) -- optimizations for if/return and if/continue + +- `inline` (default: `true`) -- inline calls to function with simple/`return` statement: + - `false` -- same as `0` + - `0` -- disabled inlining + - `1` -- inline simple functions + - `2` -- inline functions with arguments + - `3` -- inline functions with arguments and variables + - `true` -- same as `3` + +- `join_vars` (default: `true`) -- join consecutive `var` statements + +- `keep_classnames` (default: `false`) -- Pass `true` to prevent the compressor from + discarding class names. Pass a regular expression to only keep class names matching + that regex. See also: the `keep_classnames` [mangle option](#mangle). + +- `keep_fargs` (default: `true`) -- Prevents the compressor from discarding unused + function arguments. You need this for code which relies on `Function.length`. + +- `keep_fnames` (default: `false`) -- Pass `true` to prevent the + compressor from discarding function names. Pass a regular expression to only keep + class names matching that regex. Useful for code relying on `Function.prototype.name`. + See also: the `keep_fnames` [mangle option](#mangle). + +- `keep_infinity` (default: `false`) -- Pass `true` to prevent `Infinity` from + being compressed into `1/0`, which may cause performance issues on Chrome. + +- `loops` (default: `true`) -- optimizations for `do`, `while` and `for` loops + when we can statically determine the condition. + +- `module` (default `false`) -- Pass `true` when compressing an ES6 module. Strict + mode is implied and the `toplevel` option as well. + +- `negate_iife` (default: `true`) -- negate "Immediately-Called Function Expressions" + where the return value is discarded, to avoid the parens that the + code generator would insert. + +- `passes` (default: `1`) -- The maximum number of times to run compress. + In some cases more than one pass leads to further compressed code. Keep in + mind more passes will take more time. + +- `properties` (default: `true`) -- rewrite property access using the dot notation, for + example `foo["bar"] → foo.bar` + +- `pure_funcs` (default: `null`) -- You can pass an array of names and + Terser will assume that those functions do not produce side + effects. DANGER: will not check if the name is redefined in scope. + An example case here, for instance `var q = Math.floor(a/b)`. If + variable `q` is not used elsewhere, Terser will drop it, but will + still keep the `Math.floor(a/b)`, not knowing what it does. You can + pass `pure_funcs: [ 'Math.floor' ]` to let it know that this + function won't produce any side effect, in which case the whole + statement would get discarded. The current implementation adds some + overhead (compression will be slower). + +- `pure_getters` (default: `"strict"`) -- If you pass `true` for + this, Terser will assume that object property access + (e.g. `foo.bar` or `foo["bar"]`) doesn't have any side effects. + Specify `"strict"` to treat `foo.bar` as side-effect-free only when + `foo` is certain to not throw, i.e. not `null` or `undefined`. + +- `reduce_funcs` (default: `true`) -- Allows single-use functions to be + inlined as function expressions when permissible allowing further + optimization. Enabled by default. Option depends on `reduce_vars` + being enabled. Some code runs faster in the Chrome V8 engine if this + option is disabled. Does not negatively impact other major browsers. + +- `reduce_vars` (default: `true`) -- Improve optimization on variables assigned with and + used as constant values. + +- `sequences` (default: `true`) -- join consecutive simple statements using the + comma operator. May be set to a positive integer to specify the maximum number + of consecutive comma sequences that will be generated. If this option is set to + `true` then the default `sequences` limit is `200`. Set option to `false` or `0` + to disable. The smallest `sequences` length is `2`. A `sequences` value of `1` + is grandfathered to be equivalent to `true` and as such means `200`. On rare + occasions the default sequences limit leads to very slow compress times in which + case a value of `20` or less is recommended. + +- `side_effects` (default: `true`) -- Pass `false` to disable potentially dropping + functions marked as "pure". A function call is marked as "pure" if a comment + annotation `/*@__PURE__*/` or `/*#__PURE__*/` immediately precedes the call. For + example: `/*@__PURE__*/foo();` + +- `switches` (default: `true`) -- de-duplicate and remove unreachable `switch` branches + +- `toplevel` (default: `false`) -- drop unreferenced functions (`"funcs"`) and/or + variables (`"vars"`) in the top level scope (`false` by default, `true` to drop + both unreferenced functions and variables) + +- `top_retain` (default: `null`) -- prevent specific toplevel functions and + variables from `unused` removal (can be array, comma-separated, RegExp or + function. Implies `toplevel`) + +- `typeofs` (default: `true`) -- Transforms `typeof foo == "undefined"` into + `foo === void 0`. Note: recommend to set this value to `false` for IE10 and + earlier versions due to known issues. + +- `unsafe` (default: `false`) -- apply "unsafe" transformations + ([details](#the-unsafe-compress-option)). + +- `unsafe_arrows` (default: `false`) -- Convert ES5 style anonymous function + expressions to arrow functions if the function body does not reference `this`. + Note: it is not always safe to perform this conversion if code relies on the + the function having a `prototype`, which arrow functions lack. + This transform requires that the `ecma` compress option is set to `6` or greater. + +- `unsafe_comps` (default: `false`) -- Reverse `<` and `<=` to `>` and `>=` to + allow improved compression. This might be unsafe when an at least one of two + operands is an object with computed values due the use of methods like `get`, + or `valueOf`. This could cause change in execution order after operands in the + comparison are switching. Compression only works if both `comparisons` and + `unsafe_comps` are both set to true. + +- `unsafe_Function` (default: `false`) -- compress and mangle `Function(args, code)` + when both `args` and `code` are string literals. + +- `unsafe_math` (default: `false`) -- optimize numerical expressions like + `2 * x * 3` into `6 * x`, which may give imprecise floating point results. + +- `unsafe_methods` (default: false) -- Converts `{ m: function(){} }` to + `{ m(){} }`. `ecma` must be set to `6` or greater to enable this transform. + If `unsafe_methods` is a RegExp then key/value pairs with keys matching the + RegExp will be converted to concise methods. + Note: if enabled there is a risk of getting a "`` is not a + constructor" TypeError should any code try to `new` the former function. + +- `unsafe_proto` (default: `false`) -- optimize expressions like + `Array.prototype.slice.call(a)` into `[].slice.call(a)` + +- `unsafe_regexp` (default: `false`) -- enable substitutions of variables with + `RegExp` values the same way as if they are constants. + +- `unsafe_undefined` (default: `false`) -- substitute `void 0` if there is a + variable named `undefined` in scope (variable name will be mangled, typically + reduced to a single character) + +- `unused` (default: `true`) -- drop unreferenced functions and variables (simple + direct variable assignments do not count as references unless set to `"keep_assign"`) + +- `warnings` (default: `false`) -- display warnings when dropping unreachable + code or unused declarations etc. + +## Mangle options + +- `eval` (default `false`) -- Pass `true` to mangle names visible in scopes + where `eval` or `with` are used. + +- `keep_classnames` (default `false`) -- Pass `true` to not mangle class names. + Pass a regular expression to only keep class names matching that regex. + See also: the `keep_classnames` [compress option](#compress-options). + +- `keep_fnames` (default `false`) -- Pass `true` to not mangle function names. + Pass a regular expression to only keep class names matching that regex. + Useful for code relying on `Function.prototype.name`. See also: the `keep_fnames` + [compress option](#compress-options). + +- `module` (default `false`) -- Pass `true` an ES6 modules, where the toplevel + scope is not the global scope. Implies `toplevel`. + +- `reserved` (default `[]`) -- Pass an array of identifiers that should be + excluded from mangling. Example: `["foo", "bar"]`. + +- `toplevel` (default `false`) -- Pass `true` to mangle names declared in the + top level scope. + +- `safari10` (default `false`) -- Pass `true` to work around the Safari 10 loop + iterator [bug](https://bugs.webkit.org/show_bug.cgi?id=171041) + "Cannot declare a let variable twice". + See also: the `safari10` [output option](#output-options). + +Examples: + +```javascript +// test.js +var globalVar; +function funcName(firstLongName, anotherLongName) { + var myVariable = firstLongName + anotherLongName; +} +``` +```javascript +var code = fs.readFileSync("test.js", "utf8"); + +Terser.minify(code).code; +// 'function funcName(a,n){}var globalVar;' + +Terser.minify(code, { mangle: { reserved: ['firstLongName'] } }).code; +// 'function funcName(firstLongName,a){}var globalVar;' + +Terser.minify(code, { mangle: { toplevel: true } }).code; +// 'function n(n,a){}var a;' +``` + +### Mangle properties options + +- `builtins` (default: `false`) -- Use `true` to allow the mangling of builtin + DOM properties. Not recommended to override this setting. + +- `debug` (default: `false`) -— Mangle names with the original name still present. + Pass an empty string `""` to enable, or a non-empty string to set the debug suffix. + +- `keep_quoted` (default: `false`) -— Only mangle unquoted property names. + +- `regex` (default: `null`) -— Pass a RegExp literal to only mangle property + names matching the regular expression. + +- `reserved` (default: `[]`) -- Do not mangle property names listed in the + `reserved` array. + +## Output options + +The code generator tries to output shortest code possible by default. In +case you want beautified output, pass `--beautify` (`-b`). Optionally you +can pass additional arguments that control the code output: + +- `ascii_only` (default `false`) -- escape Unicode characters in strings and + regexps (affects directives with non-ascii characters becoming invalid) + +- `beautify` (default `true`) -- whether to actually beautify the output. + Passing `-b` will set this to true, but you might need to pass `-b` even + when you want to generate minified code, in order to specify additional + arguments, so you can use `-b beautify=false` to override it. + +- `braces` (default `false`) -- always insert braces in `if`, `for`, + `do`, `while` or `with` statements, even if their body is a single + statement. + +- `comments` (default `false`) -- pass `true` or `"all"` to preserve all + comments, `"some"` to preserve some comments, a regular expression string + (e.g. `/^!/`) or a function. + +- `ecma` (default `5`) -- set output printing mode. Set `ecma` to `6` or + greater to emit shorthand object properties - i.e.: `{a}` instead of `{a: a}`. + The `ecma` option will only change the output in direct control of the + beautifier. Non-compatible features in the abstract syntax tree will still + be output as is. For example: an `ecma` setting of `5` will **not** convert + ES6+ code to ES5. + +- `indent_level` (default `4`) + +- `indent_start` (default `0`) -- prefix all lines by that many spaces + +- `inline_script` (default `true`) -- escape HTML comments and the slash in + occurrences of `` in strings + +- `keep_quoted_props` (default `false`) -- when turned on, prevents stripping + quotes from property names in object literals. + +- `max_line_len` (default `false`) -- maximum line length (for minified code) + +- `preamble` (default `null`) -- when passed it must be a string and + it will be prepended to the output literally. The source map will + adjust for this text. Can be used to insert a comment containing + licensing information, for example. + +- `quote_keys` (default `false`) -- pass `true` to quote all keys in literal + objects + +- `quote_style` (default `0`) -- preferred quote style for strings (affects + quoted property names and directives as well): + - `0` -- prefers double quotes, switches to single quotes when there are + more double quotes in the string itself. `0` is best for gzip size. + - `1` -- always use single quotes + - `2` -- always use double quotes + - `3` -- always use the original quotes + +- `safari10` (default `false`) -- set this option to `true` to work around + the [Safari 10/11 await bug](https://bugs.webkit.org/show_bug.cgi?id=176685). + See also: the `safari10` [mangle option](#mangle-options). + +- `semicolons` (default `true`) -- separate statements with semicolons. If + you pass `false` then whenever possible we will use a newline instead of a + semicolon, leading to more readable output of minified code (size before + gzip could be smaller; size after gzip insignificantly larger). + +- `shebang` (default `true`) -- preserve shebang `#!` in preamble (bash scripts) + +- `webkit` (default `false`) -- enable workarounds for WebKit bugs. + PhantomJS users should set this option to `true`. + +- `wrap_iife` (default `false`) -- pass `true` to wrap immediately invoked + function expressions. See + [#640](https://github.com/mishoo/UglifyJS2/issues/640) for more details. + +# Miscellaneous + +### Keeping copyright notices or other comments + +You can pass `--comments` to retain certain comments in the output. By +default it will keep JSDoc-style comments that contain "@preserve", +"@license" or "@cc_on" (conditional compilation for IE). You can pass +`--comments all` to keep all the comments, or a valid JavaScript regexp to +keep only comments that match this regexp. For example `--comments /^!/` +will keep comments like `/*! Copyright Notice */`. + +Note, however, that there might be situations where comments are lost. For +example: +```javascript +function f() { + /** @preserve Foo Bar */ + function g() { + // this function is never called + } + return something(); +} +``` + +Even though it has "@preserve", the comment will be lost because the inner +function `g` (which is the AST node to which the comment is attached to) is +discarded by the compressor as not referenced. + +The safest comments where to place copyright information (or other info that +needs to be kept in the output) are comments attached to toplevel nodes. + +### The `unsafe` `compress` option + +It enables some transformations that *might* break code logic in certain +contrived cases, but should be fine for most code. It assumes that standard +built-in ECMAScript functions and classes have not been altered or replaced. +You might want to try it on your own code; it should reduce the minified size. +Some examples of the optimizations made when this option is enabled: + +- `new Array(1, 2, 3)` or `Array(1, 2, 3)` → `[ 1, 2, 3 ]` +- `new Object()` → `{}` +- `String(exp)` or `exp.toString()` → `"" + exp` +- `new Object/RegExp/Function/Error/Array (...)` → we discard the `new` +- `"foo bar".substr(4)` → `"bar"` + +### Conditional compilation + +You can use the `--define` (`-d`) switch in order to declare global +variables that Terser will assume to be constants (unless defined in +scope). For example if you pass `--define DEBUG=false` then, coupled with +dead code removal Terser will discard the following from the output: +```javascript +if (DEBUG) { + console.log("debug stuff"); +} +``` + +You can specify nested constants in the form of `--define env.DEBUG=false`. + +Terser will warn about the condition being always false and about dropping +unreachable code; for now there is no option to turn off only this specific +warning, you can pass `warnings=false` to turn off *all* warnings. + +Another way of doing that is to declare your globals as constants in a +separate file and include it into the build. For example you can have a +`build/defines.js` file with the following: +```javascript +var DEBUG = false; +var PRODUCTION = true; +// etc. +``` + +and build your code like this: + + terser build/defines.js js/foo.js js/bar.js... -c + +Terser will notice the constants and, since they cannot be altered, it +will evaluate references to them to the value itself and drop unreachable +code as usual. The build will contain the `const` declarations if you use +them. If you are targeting < ES6 environments which does not support `const`, +using `var` with `reduce_vars` (enabled by default) should suffice. + +### Conditional compilation API + +You can also use conditional compilation via the programmatic API. With the difference that the +property name is `global_defs` and is a compressor property: + +```javascript +var result = Terser.minify(fs.readFileSync("input.js", "utf8"), { + compress: { + dead_code: true, + global_defs: { + DEBUG: false + } + } +}); +``` + +To replace an identifier with an arbitrary non-constant expression it is +necessary to prefix the `global_defs` key with `"@"` to instruct Terser +to parse the value as an expression: +```javascript +Terser.minify("alert('hello');", { + compress: { + global_defs: { + "@alert": "console.log" + } + } +}).code; +// returns: 'console.log("hello");' +``` + +Otherwise it would be replaced as string literal: +```javascript +Terser.minify("alert('hello');", { + compress: { + global_defs: { + "alert": "console.log" + } + } +}).code; +// returns: '"console.log"("hello");' +``` + +### Using native Terser AST with `minify()` +```javascript +// example: parse only, produce native Terser AST + +var result = Terser.minify(code, { + parse: {}, + compress: false, + mangle: false, + output: { + ast: true, + code: false // optional - faster if false + } +}); + +// result.ast contains native Terser AST +``` +```javascript +// example: accept native Terser AST input and then compress and mangle +// to produce both code and native AST. + +var result = Terser.minify(ast, { + compress: {}, + mangle: {}, + output: { + ast: true, + code: true // optional - faster if false + } +}); + +// result.ast contains native Terser AST +// result.code contains the minified code in string form. +``` + +### Working with Terser AST + +Traversal and transformation of the native AST can be performed through +[`TreeWalker`](https://github.com/fabiosantoscode/terser/blob/master/lib/ast.js) and +[`TreeTransformer`](https://github.com/fabiosantoscode/terser/blob/master/lib/transform.js) +respectively. + +Largely compatible native AST examples can be found in the original UglifyJS +documentation. See: [tree walker](http://lisperator.net/uglifyjs/walk) and +[tree transform](http://lisperator.net/uglifyjs/transform). + +### ESTree / SpiderMonkey AST + +Terser has its own abstract syntax tree format; for +[practical reasons](http://lisperator.net/blog/uglifyjs-why-not-switching-to-spidermonkey-ast/) +we can't easily change to using the SpiderMonkey AST internally. However, +Terser now has a converter which can import a SpiderMonkey AST. + +For example [Acorn][acorn] is a super-fast parser that produces a +SpiderMonkey AST. It has a small CLI utility that parses one file and dumps +the AST in JSON on the standard output. To use Terser to mangle and +compress that: + + acorn file.js | terser -p spidermonkey -m -c + +The `-p spidermonkey` option tells Terser that all input files are not +JavaScript, but JS code described in SpiderMonkey AST in JSON. Therefore we +don't use our own parser in this case, but just transform that AST into our +internal AST. + +### Use Acorn for parsing + +More for fun, I added the `-p acorn` option which will use Acorn to do all +the parsing. If you pass this option, Terser will `require("acorn")`. + +Acorn is really fast (e.g. 250ms instead of 380ms on some 650K code), but +converting the SpiderMonkey tree that Acorn produces takes another 150ms so +in total it's a bit more than just using Terser's own parser. + +[acorn]: https://github.com/ternjs/acorn +[sm-spec]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k + +### Terser Fast Minify Mode + +It's not well known, but whitespace removal and symbol mangling accounts +for 95% of the size reduction in minified code for most JavaScript - not +elaborate code transforms. One can simply disable `compress` to speed up +Terser builds by 3 to 4 times. + +| d3.js | size | gzip size | time (s) | +| --- | ---: | ---: | ---: | +| original | 451,131 | 108,733 | - | +| terser@3.7.5 mangle=false, compress=false | 316,600 | 85,245 | 0.82 | +| terser@3.7.5 mangle=true, compress=false | 220,216 | 72,730 | 1.45 | +| terser@3.7.5 mangle=true, compress=true | 212,046 | 70,954 | 5.87 | +| babili@0.1.4 | 210,713 | 72,140 | 12.64 | +| babel-minify@0.4.3 | 210,321 | 72,242 | 48.67 | +| babel-minify@0.5.0-alpha.01eac1c3 | 210,421 | 72,238 | 14.17 | + +To enable fast minify mode from the CLI use: +``` +terser file.js -m +``` +To enable fast minify mode with the API use: +```js +Terser.minify(code, { compress: false, mangle: true }); +``` + +#### Source maps and debugging + +Various `compress` transforms that simplify, rearrange, inline and remove code +are known to have an adverse effect on debugging with source maps. This is +expected as code is optimized and mappings are often simply not possible as +some code no longer exists. For highest fidelity in source map debugging +disable the `compress` option and just use `mangle`. + +### Compiler assumptions + +To allow for better optimizations, the compiler makes various assumptions: + +- `.toString()` and `.valueOf()` don't have side effects, and for built-in + objects they have not been overridden. +- `undefined`, `NaN` and `Infinity` have not been externally redefined. +- `arguments.callee`, `arguments.caller` and `Function.prototype.caller` are not used. +- The code doesn't expect the contents of `Function.prototype.toString()` or + `Error.prototype.stack` to be anything in particular. +- Getting and setting properties on a plain object does not cause other side effects + (using `.watch()` or `Proxy`). +- Object properties can be added, removed and modified (not prevented with + `Object.defineProperty()`, `Object.defineProperties()`, `Object.freeze()`, + `Object.preventExtensions()` or `Object.seal()`). + +### Build Tools and Adaptors using Terser + +https://www.npmjs.com/browse/depended/terser + +### Replacing `uglify-es` with `terser` in a project using `yarn` + +A number of JS bundlers and uglify wrappers are still using buggy versions +of `uglify-es` and have not yet upgraded to `terser`. If you are using `yarn` +you can add the following alias to your project's `package.json` file: + +```js + "resolutions": { + "uglify-es": "npm:terser" + } +``` + +to use `terser` instead of `uglify-es` in all deeply nested dependencies +without changing any code. + +Note: for this change to take effect you must run the following commands +to remove the existing `yarn` lock file and reinstall all packages: + +``` +$ rm -rf node_modules yarn.lock +$ yarn +``` + +# Reporting issues + +In the terser CLI we use [source-map-support](https://npmjs.com/source-map-support) to produce good error stacks. In your own app, you're expected to enable source-map-support (read their docs) to have nice stack traces that will make good issues. + +# README.md Patrons: + +*note*: You can support this project on patreon: patron. Check out PATRONS.md for our first-tier patrons. + + + * CKEditor ![](https://c10.patreonusercontent.com/3/eyJoIjoxMDAsInciOjEwMH0%3D/patreon-media/p/user/15452278/f8548dcf48d740619071e8d614459280/1?token-time=2145916800&token-hash=SIQ54PhIPHv3M7CVz9LxS8_8v4sOw4H304HaXsXj8MM%3D) + * 38elements ![](https://c10.patreonusercontent.com/3/eyJ3IjoyMDB9/patreon-media/p/user/12501844/88e7fc5dd62d45c6a5626533bbd48cfb/1?token-time=2145916800&token-hash=c3AsQ5T0IQWic0zKxFHu-bGGQJkXQFvafvJ4bPerFR4%3D) diff --git a/2019-setembro/node_modules/terser/bin/uglifyjs b/2019-setembro/node_modules/terser/bin/uglifyjs new file mode 100755 index 0000000..b226a78 --- /dev/null +++ b/2019-setembro/node_modules/terser/bin/uglifyjs @@ -0,0 +1,484 @@ +#!/usr/bin/env node +// -*- js -*- +/* eslint-env node */ + +"use strict"; + +require("../tools/exit.js"); + +var fs = require("fs"); +var info = require("../package.json"); +var path = require("path"); +var program = require("commander"); + +var bundle_path = __dirname + (process.env.TERSER_NO_BUNDLE ? + "/../dist/bundle.js" : + "/../dist/bundle.min.js"); +var UglifyJS = require(bundle_path); +try { + require("source-map-support").install(); +} catch (err) {} + +var skip_keys = [ "cname", "inlined", "parent_scope", "scope", "uses_eval", "uses_with" ]; +var files = {}; +var options = { + compress: false, + mangle: false +}; +program.version(info.name + " " + info.version); +program.parseArgv = program.parse; +program.parse = undefined; +if (process.argv.includes("ast")) program.helpInformation = describe_ast; +else if (process.argv.includes("options")) program.helpInformation = function() { + var text = []; + var options = UglifyJS.default_options(); + for (var option in options) { + text.push("--" + (option === "output" ? "beautify" : option === "sourceMap" ? "source-map" : option) + " options:"); + text.push(format_object(options[option])); + text.push(""); + } + return text.join("\n"); +}; +program.option("-p, --parse ", "Specify parser options.", parse_js()); +program.option("-c, --compress [options]", "Enable compressor/specify compressor options.", parse_js()); +program.option("-m, --mangle [options]", "Mangle names/specify mangler options.", parse_js()); +program.option("--mangle-props [options]", "Mangle properties/specify mangler options.", parse_js()); +program.option("-b, --beautify [options]", "Beautify output/specify output options.", parse_js()); +program.option("-o, --output ", "Output file (default STDOUT)."); +program.option("--comments [filter]", "Preserve copyright comments in the output."); +program.option("--config-file ", "Read minify() options from JSON file."); +program.option("-d, --define [=value]", "Global definitions.", parse_js("define")); +program.option("--ecma ", "Specify ECMAScript release: 5, 6, 7 or 8."); +program.option("-e, --enclose [arg[,...][:value[,...]]]", "Embed output in a big function with configurable arguments and values."); +program.option("--ie8", "Support non-standard Internet Explorer 8."); +program.option("--keep-classnames", "Do not mangle/drop class names."); +program.option("--keep-fnames", "Do not mangle/drop function names. Useful for code relying on Function.prototype.name."); +program.option("--module", "Input is an ES6 module"); +program.option("--name-cache ", "File to hold mangled name mappings."); +program.option("--rename", "Force symbol expansion."); +program.option("--no-rename", "Disable symbol expansion."); +program.option("--safari10", "Support non-standard Safari 10."); +program.option("--source-map [options]", "Enable source map/specify source map options.", parse_source_map()); +program.option("--timings", "Display operations run time on STDERR."); +program.option("--toplevel", "Compress and/or mangle variables in toplevel scope."); +program.option("--verbose", "Print diagnostic messages."); +program.option("--warn", "Print warning messages."); +program.option("--wrap ", "Embed everything as a function with “exports” corresponding to “name” globally."); +program.arguments("[files...]").parseArgv(process.argv); +if (program.configFile) { + options = JSON.parse(read_file(program.configFile)); +} +if (!program.output && program.sourceMap && program.sourceMap.url != "inline") { + fatal("ERROR: cannot write source map to STDOUT"); +} +[ + "compress", + "enclose", + "ie8", + "mangle", + "module", + "safari10", + "sourceMap", + "toplevel", + "wrap" +].forEach(function(name) { + if (name in program) { + options[name] = program[name]; + } +}); +if ("ecma" in program) { + if (program.ecma != (program.ecma | 0)) fatal("ERROR: ecma must be an integer"); + options.ecma = program.ecma | 0; +} +if (program.beautify) { + options.output = typeof program.beautify == "object" ? program.beautify : {}; + if (!("beautify" in options.output)) { + options.output.beautify = true; + } +} +if (program.comments) { + if (typeof options.output != "object") options.output = {}; + options.output.comments = typeof program.comments == "string" ? program.comments : "some"; +} +if (program.define) { + if (typeof options.compress != "object") options.compress = {}; + if (typeof options.compress.global_defs != "object") options.compress.global_defs = {}; + for (var expr in program.define) { + options.compress.global_defs[expr] = program.define[expr]; + } +} +if (program.keepClassnames) { + options.keep_classnames = true; +} +if (program.keepFnames) { + options.keep_fnames = true; +} +if (program.mangleProps) { + if (program.mangleProps.domprops) { + delete program.mangleProps.domprops; + } else { + if (typeof program.mangleProps != "object") program.mangleProps = {}; + if (!Array.isArray(program.mangleProps.reserved)) program.mangleProps.reserved = []; + } + if (typeof options.mangle != "object") options.mangle = {}; + options.mangle.properties = program.mangleProps; +} +if (program.nameCache) { + options.nameCache = JSON.parse(read_file(program.nameCache, "{}")); +} +if (program.output == "ast") { + options.output = { + ast: true, + code: false + }; +} +if (program.parse) { + if (!program.parse.acorn && !program.parse.spidermonkey) { + options.parse = program.parse; + } else if (program.sourceMap && program.sourceMap.content == "inline") { + fatal("ERROR: inline source map only works with built-in parser"); + } +} +if (~program.rawArgs.indexOf("--rename")) { + options.rename = true; +} else if (!program.rename) { + options.rename = false; +} +var convert_path = function(name) { + return name; +}; +if (typeof program.sourceMap == "object" && "base" in program.sourceMap) { + convert_path = function() { + var base = program.sourceMap.base; + delete options.sourceMap.base; + return function(name) { + return path.relative(base, name); + }; + }(); +} +if (program.verbose) { + options.warnings = "verbose"; +} else if (program.warn) { + options.warnings = true; +} + +let filesList; +if (options.files && options.files.length) { + filesList = options.files; + + delete options.files; +} else if (program.args.length) { + filesList = program.args; +} + +if (filesList) { + simple_glob(filesList).forEach(function(name) { + files[convert_path(name)] = read_file(name); + }); + run(); +} else { + var chunks = []; + process.stdin.setEncoding("utf8"); + process.stdin.on("data", function(chunk) { + chunks.push(chunk); + }).on("end", function() { + files = [ chunks.join("") ]; + run(); + }); + process.stdin.resume(); +} + +function convert_ast(fn) { + return UglifyJS.AST_Node.from_mozilla_ast(Object.keys(files).reduce(fn, null)); +} + +function run() { + UglifyJS.AST_Node.warn_function = function(msg) { + print_error("WARN: " + msg); + }; + if (program.timings) options.timings = true; + try { + if (program.parse) { + if (program.parse.acorn) { + files = convert_ast(function(toplevel, name) { + return require("acorn").parse(files[name], { + ecmaVersion: 2018, + locations: true, + program: toplevel, + sourceFile: name, + sourceType: options.module || program.parse.module ? "module" : "script" + }); + }); + } else if (program.parse.spidermonkey) { + files = convert_ast(function(toplevel, name) { + var obj = JSON.parse(files[name]); + if (!toplevel) return obj; + toplevel.body = toplevel.body.concat(obj.body); + return toplevel; + }); + } + } + } catch (ex) { + fatal(ex); + } + var result = UglifyJS.minify(files, options); + if (result.error) { + var ex = result.error; + if (ex.name == "SyntaxError") { + print_error("Parse error at " + ex.filename + ":" + ex.line + "," + ex.col); + var col = ex.col; + var lines = files[ex.filename].split(/\r?\n/); + var line = lines[ex.line - 1]; + if (!line && !col) { + line = lines[ex.line - 2]; + col = line.length; + } + if (line) { + var limit = 70; + if (col > limit) { + line = line.slice(col - limit); + col = limit; + } + print_error(line.slice(0, 80)); + print_error(line.slice(0, col).replace(/\S/g, " ") + "^"); + } + } + if (ex.defs) { + print_error("Supported options:"); + print_error(format_object(ex.defs)); + } + fatal(ex); + } else if (program.output == "ast") { + if (!options.compress && !options.mangle) { + result.ast.figure_out_scope({}); + } + print(JSON.stringify(result.ast, function(key, value) { + if (value) switch (key) { + case "thedef": + return symdef(value); + case "enclosed": + return value.length ? value.map(symdef) : undefined; + case "variables": + case "functions": + case "globals": + return value.size() ? value.map(symdef) : undefined; + } + if (skip_key(key)) return; + if (value instanceof UglifyJS.AST_Token) return; + if (value instanceof UglifyJS.Dictionary) return; + if (value instanceof UglifyJS.AST_Node) { + var result = { + _class: "AST_" + value.TYPE + }; + if (value.block_scope) { + result.variables = value.block_scope.variables; + result.functions = value.block_scope.functions; + result.enclosed = value.block_scope.enclosed; + } + value.CTOR.PROPS.forEach(function(prop) { + result[prop] = value[prop]; + }); + return result; + } + return value; + }, 2)); + } else if (program.output == "spidermonkey") { + print(JSON.stringify(UglifyJS.minify(result.code, { + compress: false, + mangle: false, + output: { + ast: true, + code: false + } + }).ast.to_mozilla_ast(), null, 2)); + } else if (program.output) { + fs.writeFileSync(program.output, result.code); + if (result.map) { + fs.writeFileSync(program.output + ".map", result.map); + } + } else { + print(result.code); + } + if (program.nameCache) { + fs.writeFileSync(program.nameCache, JSON.stringify(options.nameCache)); + } + if (result.timings) for (var phase in result.timings) { + print_error("- " + phase + ": " + result.timings[phase].toFixed(3) + "s"); + } +} + +function fatal(message) { + if (message instanceof Error) message = message.stack.replace(/^\S*?Error:/, "ERROR:"); + print_error(message); + process.exit(1); +} + +// A file glob function that only supports "*" and "?" wildcards in the basename. +// Example: "foo/bar/*baz??.*.js" +// Argument `glob` may be a string or an array of strings. +// Returns an array of strings. Garbage in, garbage out. +function simple_glob(glob) { + if (Array.isArray(glob)) { + return [].concat.apply([], glob.map(simple_glob)); + } + if (glob && glob.match(/[*?]/)) { + var dir = path.dirname(glob); + try { + var entries = fs.readdirSync(dir); + } catch (ex) {} + if (entries) { + var pattern = "^" + path.basename(glob) + .replace(/[.+^$[\]\\(){}]/g, "\\$&") + .replace(/\*/g, "[^/\\\\]*") + .replace(/\?/g, "[^/\\\\]") + "$"; + var mod = process.platform === "win32" ? "i" : ""; + var rx = new RegExp(pattern, mod); + var results = entries.filter(function(name) { + return rx.test(name); + }).map(function(name) { + return path.join(dir, name); + }); + if (results.length) return results; + } + } + return [ glob ]; +} + +function read_file(path, default_value) { + try { + return fs.readFileSync(path, "utf8"); + } catch (ex) { + if ((ex.code == "ENOENT" || ex.code == "ENAMETOOLONG") && default_value != null) return default_value; + fatal(ex); + } +} + +function parse_js(flag) { + return function(value, options) { + options = options || {}; + try { + UglifyJS.minify(value, { + parse: { + expression: true + }, + compress: false, + mangle: false, + output: { + ast: true, + code: false + } + }).ast.walk(new UglifyJS.TreeWalker(function(node) { + if (node instanceof UglifyJS.AST_Assign) { + var name = node.left.print_to_string(); + var value = node.right; + if (flag) { + options[name] = value; + } else if (value instanceof UglifyJS.AST_Array) { + options[name] = value.elements.map(to_string); + } else { + options[name] = to_string(value); + } + return true; + } + if (node instanceof UglifyJS.AST_Symbol || node instanceof UglifyJS.AST_PropAccess) { + var name = node.print_to_string(); + options[name] = true; + return true; + } + if (!(node instanceof UglifyJS.AST_Sequence)) throw node; + + function to_string(value) { + return value instanceof UglifyJS.AST_Constant ? value.getValue() : value.print_to_string({ + quote_keys: true + }); + } + })); + } catch(ex) { + if (flag) { + fatal("Error parsing arguments for '" + flag + "': " + value); + } else { + options[value] = null; + } + } + return options; + }; +} + +function parse_source_map() { + var parse = parse_js(); + return function(value, options) { + var hasContent = options && "content" in options; + var settings = parse(value, options); + if (!hasContent && settings.content && settings.content != "inline") { + settings.content = read_file(settings.content, settings.content); + } + return settings; + }; +} + +function skip_key(key) { + return skip_keys.includes(key); +} + +function symdef(def) { + var ret = (1e6 + def.id) + " " + def.name; + if (def.mangled_name) ret += " " + def.mangled_name; + return ret; +} + +function format_object(obj) { + var lines = []; + var padding = ""; + Object.keys(obj).map(function(name) { + if (padding.length < name.length) padding = Array(name.length + 1).join(" "); + return [ name, JSON.stringify(obj[name]) ]; + }).forEach(function(tokens) { + lines.push(" " + tokens[0] + padding.slice(tokens[0].length - 2) + tokens[1]); + }); + return lines.join("\n"); +} + +function print_error(msg) { + process.stderr.write(msg); + process.stderr.write("\n"); +} + +function print(txt) { + process.stdout.write(txt); + process.stdout.write("\n"); +} + +function describe_ast() { + var out = UglifyJS.OutputStream({ beautify: true }); + function doitem(ctor) { + out.print("AST_" + ctor.TYPE); + var props = ctor.SELF_PROPS.filter(function(prop) { + return !/^\$/.test(prop); + }); + if (props.length > 0) { + out.space(); + out.with_parens(function() { + props.forEach(function(prop, i) { + if (i) out.space(); + out.print(prop); + }); + }); + } + if (ctor.documentation) { + out.space(); + out.print_string(ctor.documentation); + } + if (ctor.SUBCLASSES.length > 0) { + out.space(); + out.with_block(function() { + ctor.SUBCLASSES.forEach(function(ctor, i) { + out.indent(); + doitem(ctor); + out.newline(); + }); + }); + } + } + doitem(UglifyJS.AST_Node); + return out + "\n"; +} diff --git a/2019-setembro/node_modules/terser/bin/uglifyjsnobundle b/2019-setembro/node_modules/terser/bin/uglifyjsnobundle new file mode 100755 index 0000000..0a11645 --- /dev/null +++ b/2019-setembro/node_modules/terser/bin/uglifyjsnobundle @@ -0,0 +1,4 @@ +#!/usr/bin/env node +/* eslint-env node */ +process.env.TERSER_NO_BUNDLE = "1"; +require("./uglifyjs"); diff --git a/2019-setembro/node_modules/terser/dist/.gitkeep b/2019-setembro/node_modules/terser/dist/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/2019-setembro/node_modules/terser/dist/bundle.js b/2019-setembro/node_modules/terser/dist/bundle.js new file mode 100644 index 0000000..6e24430 --- /dev/null +++ b/2019-setembro/node_modules/terser/dist/bundle.js @@ -0,0 +1,21955 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('source-map')) : + typeof define === 'function' && define.amd ? define(['exports', 'source-map'], factory) : + (global = global || self, factory(global.Terser = {}, global.sourceMap)); +}(this, function (exports, MOZ_SourceMap) { 'use strict'; + + MOZ_SourceMap = MOZ_SourceMap && MOZ_SourceMap.hasOwnProperty('default') ? MOZ_SourceMap['default'] : MOZ_SourceMap; + + /*********************************************************************** + + A JavaScript tokenizer / parser / beautifier / compressor. + https://github.com/mishoo/UglifyJS2 + + -------------------------------- (C) --------------------------------- + + Author: Mihai Bazon + + http://mihai.bazon.net/blog + + Distributed under the BSD license: + + Copyright 2012 (c) Mihai Bazon + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + ***********************************************************************/ + + function characters(str) { + return str.split(""); + } + + function member(name, array) { + return array.includes(name); + } + + function find_if(func, array) { + for (var i = 0, n = array.length; i < n; ++i) { + if (func(array[i])) + return array[i]; + } + } + + function repeat_string(str, i) { + if (i <= 0) return ""; + if (i == 1) return str; + var d = repeat_string(str, i >> 1); + d += d; + if (i & 1) d += str; + return d; + } + + function configure_error_stack(fn) { + Object.defineProperty(fn.prototype, "stack", { + get: function() { + var err = new Error(this.message); + err.name = this.name; + try { + throw err; + } catch(e) { + return e.stack; + } + } + }); + } + + function DefaultsError(msg, defs) { + this.message = msg; + this.defs = defs; + } + DefaultsError.prototype = Object.create(Error.prototype); + DefaultsError.prototype.constructor = DefaultsError; + DefaultsError.prototype.name = "DefaultsError"; + configure_error_stack(DefaultsError); + + DefaultsError.croak = function(msg, defs) { + throw new DefaultsError(msg, defs); + }; + + function defaults(args, defs, croak) { + if (args === true) + args = {}; + var ret = args || {}; + if (croak) for (var i in ret) if (HOP(ret, i) && !HOP(defs, i)) + DefaultsError.croak("`" + i + "` is not a supported option", defs); + for (var i in defs) if (HOP(defs, i)) { + ret[i] = (args && HOP(args, i)) ? args[i] : defs[i]; + } + return ret; + } + + function merge(obj, ext) { + var count = 0; + for (var i in ext) if (HOP(ext, i)) { + obj[i] = ext[i]; + count++; + } + return count; + } + + function noop() {} + function return_false() { return false; } + function return_true() { return true; } + function return_this() { return this; } + function return_null() { return null; } + + var MAP = (function() { + function MAP(a, f, backwards) { + var ret = [], top = [], i; + function doit() { + var val = f(a[i], i); + var is_last = val instanceof Last; + if (is_last) val = val.v; + if (val instanceof AtTop) { + val = val.v; + if (val instanceof Splice) { + top.push.apply(top, backwards ? val.v.slice().reverse() : val.v); + } else { + top.push(val); + } + } else if (val !== skip) { + if (val instanceof Splice) { + ret.push.apply(ret, backwards ? val.v.slice().reverse() : val.v); + } else { + ret.push(val); + } + } + return is_last; + } + if (a instanceof Array) { + if (backwards) { + for (i = a.length; --i >= 0;) if (doit()) break; + ret.reverse(); + top.reverse(); + } else { + for (i = 0; i < a.length; ++i) if (doit()) break; + } + } else { + for (i in a) if (HOP(a, i)) if (doit()) break; + } + return top.concat(ret); + } + MAP.at_top = function(val) { return new AtTop(val); }; + MAP.splice = function(val) { return new Splice(val); }; + MAP.last = function(val) { return new Last(val); }; + var skip = MAP.skip = {}; + function AtTop(val) { this.v = val; } + function Splice(val) { this.v = val; } + function Last(val) { this.v = val; } + return MAP; + })(); + + function push_uniq(array, el) { + if (!array.includes(el)) + array.push(el); + } + + function string_template(text, props) { + return text.replace(/{(.+?)}/g, function(str, p) { + return props && props[p]; + }); + } + + function remove(array, el) { + for (var i = array.length; --i >= 0;) { + if (array[i] === el) array.splice(i, 1); + } + } + + function mergeSort(array, cmp) { + if (array.length < 2) return array.slice(); + function merge(a, b) { + var r = [], ai = 0, bi = 0, i = 0; + while (ai < a.length && bi < b.length) { + cmp(a[ai], b[bi]) <= 0 + ? r[i++] = a[ai++] + : r[i++] = b[bi++]; + } + if (ai < a.length) r.push.apply(r, a.slice(ai)); + if (bi < b.length) r.push.apply(r, b.slice(bi)); + return r; + } + function _ms(a) { + if (a.length <= 1) + return a; + var m = Math.floor(a.length / 2), left = a.slice(0, m), right = a.slice(m); + left = _ms(left); + right = _ms(right); + return merge(left, right); + } + return _ms(array); + } + + // this function is taken from Acorn [1], written by Marijn Haverbeke + // [1] https://github.com/marijnh/acorn + function makePredicate(words) { + if (!(words instanceof Array)) words = words.split(" "); + var f = "", cats = []; + out: for (var i = 0; i < words.length; ++i) { + for (var j = 0; j < cats.length; ++j) + if (cats[j][0].length == words[i].length) { + cats[j].push(words[i]); + continue out; + } + cats.push([words[i]]); + } + function quote(word) { + return JSON.stringify(word).replace(/[\u2028\u2029]/g, function(s) { + switch (s) { + case "\u2028": return "\\u2028"; + case "\u2029": return "\\u2029"; + } + return s; + }); + } + function compareTo(arr) { + if (arr.length == 1) return f += "return str === " + quote(arr[0]) + ";"; + f += "switch(str){"; + for (var i = 0; i < arr.length; ++i) f += "case " + quote(arr[i]) + ":"; + f += "return true}return false;"; + } + // When there are more than three length categories, an outer + // switch first dispatches on the lengths, to save on comparisons. + if (cats.length > 3) { + cats.sort(function(a, b) {return b.length - a.length;}); + f += "switch(str.length){"; + for (var i = 0; i < cats.length; ++i) { + var cat = cats[i]; + f += "case " + cat[0].length + ":"; + compareTo(cat); + } + f += "}"; + // Otherwise, simply generate a flat `switch` statement. + } else { + compareTo(words); + } + return new Function("str", f); + } + + function all(array, predicate) { + for (var i = array.length; --i >= 0;) + if (!predicate(array[i])) + return false; + return true; + } + + function Dictionary() { + this._values = Object.create(null); + this._size = 0; + } + Dictionary.prototype = { + set: function(key, val) { + if (!this.has(key)) ++this._size; + this._values["$" + key] = val; + return this; + }, + add: function(key, val) { + if (this.has(key)) { + this.get(key).push(val); + } else { + this.set(key, [ val ]); + } + return this; + }, + get: function(key) { return this._values["$" + key]; }, + del: function(key) { + if (this.has(key)) { + --this._size; + delete this._values["$" + key]; + } + return this; + }, + has: function(key) { return ("$" + key) in this._values; }, + each: function(f) { + for (var i in this._values) + f(this._values[i], i.substr(1)); + }, + size: function() { + return this._size; + }, + map: function(f) { + var ret = []; + for (var i in this._values) + ret.push(f(this._values[i], i.substr(1))); + return ret; + }, + clone: function() { + var ret = new Dictionary(); + for (var i in this._values) + ret._values[i] = this._values[i]; + ret._size = this._size; + return ret; + }, + toObject: function() { return this._values; } + }; + Dictionary.fromObject = function(obj) { + var dict = new Dictionary(); + dict._size = merge(dict._values, obj); + return dict; + }; + + function HOP(obj, prop) { + return Object.prototype.hasOwnProperty.call(obj, prop); + } + + // return true if the node at the top of the stack (that means the + // innermost node in the current output) is lexically the first in + // a statement. + function first_in_statement(stack) { + var node = stack.parent(-1); + for (var i = 0, p; p = stack.parent(i); i++) { + if (p instanceof AST_Statement && p.body === node) + return true; + if ((p instanceof AST_Sequence && p.expressions[0] === node) || + (p.TYPE == "Call" && p.expression === node ) || + (p instanceof AST_Dot && p.expression === node ) || + (p instanceof AST_Sub && p.expression === node ) || + (p instanceof AST_Conditional && p.condition === node ) || + (p instanceof AST_Binary && p.left === node ) || + (p instanceof AST_UnaryPostfix && p.expression === node ) + ) { + node = p; + } else { + return false; + } + } + } + + function keep_name(keep_setting, name) { + return keep_setting === true + || (keep_setting instanceof RegExp && keep_setting.test(name)); + } + + /*********************************************************************** + + A JavaScript tokenizer / parser / beautifier / compressor. + https://github.com/mishoo/UglifyJS2 + + -------------------------------- (C) --------------------------------- + + Author: Mihai Bazon + + http://mihai.bazon.net/blog + + Distributed under the BSD license: + + Copyright 2012 (c) Mihai Bazon + Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/). + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + ***********************************************************************/ + + var KEYWORDS = "break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with"; + var KEYWORDS_ATOM = "false null true"; + var RESERVED_WORDS = "enum implements import interface package private protected public static super this " + KEYWORDS_ATOM + " " + KEYWORDS; + var KEYWORDS_BEFORE_EXPRESSION = "return new delete throw else case yield await"; + + KEYWORDS = makePredicate(KEYWORDS); + RESERVED_WORDS = makePredicate(RESERVED_WORDS); + KEYWORDS_BEFORE_EXPRESSION = makePredicate(KEYWORDS_BEFORE_EXPRESSION); + KEYWORDS_ATOM = makePredicate(KEYWORDS_ATOM); + + var OPERATOR_CHARS = makePredicate(characters("+-*&%=<>!?|~^")); + + var RE_NUM_LITERAL = /[0-9a-f]/i; + var RE_HEX_NUMBER = /^0x[0-9a-f]+$/i; + var RE_OCT_NUMBER = /^0[0-7]+$/; + var RE_ES6_OCT_NUMBER = /^0o[0-7]+$/i; + var RE_BIN_NUMBER = /^0b[01]+$/i; + var RE_DEC_NUMBER = /^\d*\.?\d*(?:e[+-]?\d*(?:\d\.?|\.?\d)\d*)?$/i; + + var OPERATORS = makePredicate([ + "in", + "instanceof", + "typeof", + "new", + "void", + "delete", + "++", + "--", + "+", + "-", + "!", + "~", + "&", + "|", + "^", + "*", + "**", + "/", + "%", + ">>", + "<<", + ">>>", + "<", + ">", + "<=", + ">=", + "==", + "===", + "!=", + "!==", + "?", + "=", + "+=", + "-=", + "/=", + "*=", + "**=", + "%=", + ">>=", + "<<=", + ">>>=", + "|=", + "^=", + "&=", + "&&", + "||" + ]); + + var WHITESPACE_CHARS = makePredicate(characters(" \u00a0\n\r\t\f\u000b\u200b\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000\uFEFF")); + + var NEWLINE_CHARS = makePredicate(characters("\n\r\u2028\u2029")); + + var PUNC_AFTER_EXPRESSION = makePredicate(characters(";]),:")); + + var PUNC_BEFORE_EXPRESSION = makePredicate(characters("[{(,;:")); + + var PUNC_CHARS = makePredicate(characters("[]{}(),;:")); + + /* -----[ Tokenizer ]----- */ + + // surrogate safe regexps adapted from https://github.com/mathiasbynens/unicode-8.0.0/tree/89b412d8a71ecca9ed593d9e9fa073ab64acfebe/Binary_Property + var UNICODE = { + ID_Start: /[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/, + ID_Continue: /[0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/, + }; + + function get_full_char(str, pos) { + var char = str.charAt(pos); + if (is_surrogate_pair_head(char)) { + var next = str.charAt(pos + 1); + if (is_surrogate_pair_tail(next)) { + return char + next; + } + } + if (is_surrogate_pair_tail(char)) { + var prev = str.charAt(pos - 1); + if (is_surrogate_pair_head(prev)) { + return prev + char; + } + } + return char; + } + + function get_full_char_code(str, pos) { + // https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates + if (is_surrogate_pair_head(str.charAt(pos))) { + return 0x10000 + (str.charCodeAt(pos) - 0xd800 << 10) + str.charCodeAt(pos + 1) - 0xdc00; + } + return str.charCodeAt(pos); + } + + function get_full_char_length(str) { + var surrogates = 0; + + for (var i = 0; i < str.length; i++) { + if (is_surrogate_pair_head(str.charCodeAt(i))) { + if (is_surrogate_pair_tail(str.charCodeAt(i + 1))) { + surrogates++; + i++; + } + } + } + + return str.length - surrogates; + } + + function from_char_code(code) { + // Based on https://github.com/mathiasbynens/String.fromCodePoint/blob/master/fromcodepoint.js + if (code > 0xFFFF) { + code -= 0x10000; + return (String.fromCharCode((code >> 10) + 0xD800) + + String.fromCharCode((code % 0x400) + 0xDC00)); + } + return String.fromCharCode(code); + } + + function is_surrogate_pair_head(code) { + if (typeof code === "string") + code = code.charCodeAt(0); + + return code >= 0xd800 && code <= 0xdbff; + } + + function is_surrogate_pair_tail(code) { + if (typeof code === "string") + code = code.charCodeAt(0); + return code >= 0xdc00 && code <= 0xdfff; + } + + function is_digit(code) { + return code >= 48 && code <= 57; + } + + function is_identifier(name) { + return typeof name === "string" && !RESERVED_WORDS(name); + } + + function is_identifier_start(ch) { + var code = ch.charCodeAt(0); + return UNICODE.ID_Start.test(ch) || code == 36 || code == 95; + } + + function is_identifier_char(ch) { + var code = ch.charCodeAt(0); + return UNICODE.ID_Continue.test(ch) + || code == 36 + || code == 95 + || code == 8204 // \u200c: zero-width non-joiner + || code == 8205 // \u200d: zero-width joiner (in my ECMA-262 PDF, this is also 200c) + ; + } + + function is_identifier_string(str) { + return /^[a-z_$][a-z0-9_$]*$/i.test(str); + } + + function parse_js_number(num) { + if (RE_HEX_NUMBER.test(num)) { + return parseInt(num.substr(2), 16); + } else if (RE_OCT_NUMBER.test(num)) { + return parseInt(num.substr(1), 8); + } else if (RE_ES6_OCT_NUMBER.test(num)) { + return parseInt(num.substr(2), 8); + } else if (RE_BIN_NUMBER.test(num)) { + return parseInt(num.substr(2), 2); + } else if (RE_DEC_NUMBER.test(num)) { + return parseFloat(num); + } else { + var val = parseFloat(num); + if (val == num) return val; + } + } + + function JS_Parse_Error(message, filename, line, col, pos) { + this.message = message; + this.filename = filename; + this.line = line; + this.col = col; + this.pos = pos; + } + JS_Parse_Error.prototype = Object.create(Error.prototype); + JS_Parse_Error.prototype.constructor = JS_Parse_Error; + JS_Parse_Error.prototype.name = "SyntaxError"; + configure_error_stack(JS_Parse_Error); + + function js_error(message, filename, line, col, pos) { + throw new JS_Parse_Error(message, filename, line, col, pos); + } + + function is_token(token, type, val) { + return token.type == type && (val == null || token.value == val); + } + + var EX_EOF = {}; + + function tokenizer($TEXT, filename, html5_comments, shebang) { + + var S = { + text : $TEXT, + filename : filename, + pos : 0, + tokpos : 0, + line : 1, + tokline : 0, + col : 0, + tokcol : 0, + newline_before : false, + regex_allowed : false, + brace_counter : 0, + template_braces : [], + comments_before : [], + directives : {}, + directive_stack : [] + }; + + function peek() { return get_full_char(S.text, S.pos); } + + function next(signal_eof, in_string) { + var ch = get_full_char(S.text, S.pos++); + if (signal_eof && !ch) + throw EX_EOF; + if (NEWLINE_CHARS(ch)) { + S.newline_before = S.newline_before || !in_string; + ++S.line; + S.col = 0; + if (!in_string && ch == "\r" && peek() == "\n") { + // treat a \r\n sequence as a single \n + ++S.pos; + ch = "\n"; + } + } else { + if (ch.length > 1) { + ++S.pos; + ++S.col; + } + ++S.col; + } + return ch; + } + + function forward(i) { + while (i-- > 0) next(); + } + + function looking_at(str) { + return S.text.substr(S.pos, str.length) == str; + } + + function find_eol() { + var text = S.text; + for (var i = S.pos, n = S.text.length; i < n; ++i) { + var ch = text[i]; + if (NEWLINE_CHARS(ch)) + return i; + } + return -1; + } + + function find(what, signal_eof) { + var pos = S.text.indexOf(what, S.pos); + if (signal_eof && pos == -1) throw EX_EOF; + return pos; + } + + function start_token() { + S.tokline = S.line; + S.tokcol = S.col; + S.tokpos = S.pos; + } + + var prev_was_dot = false; + var previous_token = null; + function token(type, value, is_comment) { + S.regex_allowed = ((type == "operator" && !UNARY_POSTFIX(value)) || + (type == "keyword" && KEYWORDS_BEFORE_EXPRESSION(value)) || + (type == "punc" && PUNC_BEFORE_EXPRESSION(value))) || + (type == "arrow"); + if (type == "punc" && value == ".") { + prev_was_dot = true; + } else if (!is_comment) { + prev_was_dot = false; + } + var ret = { + type : type, + value : value, + line : S.tokline, + col : S.tokcol, + pos : S.tokpos, + endline : S.line, + endcol : S.col, + endpos : S.pos, + nlb : S.newline_before, + file : filename + }; + if (/^(?:num|string|regexp)$/i.test(type)) { + ret.raw = $TEXT.substring(ret.pos, ret.endpos); + } + if (!is_comment) { + ret.comments_before = S.comments_before; + ret.comments_after = S.comments_before = []; + } + S.newline_before = false; + ret = new AST_Token(ret); + if (!is_comment) previous_token = ret; + return ret; + } + + function skip_whitespace() { + while (WHITESPACE_CHARS(peek())) + next(); + } + + function read_while(pred) { + var ret = "", ch, i = 0; + while ((ch = peek()) && pred(ch, i++)) + ret += next(); + return ret; + } + + function parse_error(err) { + js_error(err, filename, S.tokline, S.tokcol, S.tokpos); + } + + function read_num(prefix) { + var has_e = false, after_e = false, has_x = false, has_dot = prefix == "."; + var num = read_while(function(ch, i) { + var code = ch.charCodeAt(0); + switch (code) { + case 98: case 66: // bB + return (has_x = true); // Can occur in hex sequence, don't return false yet + case 111: case 79: // oO + case 120: case 88: // xX + return has_x ? false : (has_x = true); + case 101: case 69: // eE + return has_x ? true : has_e ? false : (has_e = after_e = true); + case 45: // - + return after_e || (i == 0 && !prefix); + case 43: // + + return after_e; + case (after_e = false, 46): // . + return (!has_dot && !has_x && !has_e) ? (has_dot = true) : false; + } + return RE_NUM_LITERAL.test(ch); + }); + if (prefix) num = prefix + num; + if (RE_OCT_NUMBER.test(num) && next_token.has_directive("use strict")) { + parse_error("Legacy octal literals are not allowed in strict mode"); + } + var valid = parse_js_number(num); + if (!isNaN(valid)) { + return token("num", valid); + } else { + parse_error("Invalid syntax: " + num); + } + } + + function read_escaped_char(in_string, strict_hex, template_string) { + var ch = next(true, in_string); + switch (ch.charCodeAt(0)) { + case 110 : return "\n"; + case 114 : return "\r"; + case 116 : return "\t"; + case 98 : return "\b"; + case 118 : return "\u000b"; // \v + case 102 : return "\f"; + case 120 : return String.fromCharCode(hex_bytes(2, strict_hex)); // \x + case 117 : // \u + if (peek() == "{") { + next(true); + if (peek() === "}") + parse_error("Expecting hex-character between {}"); + while (peek() == "0") next(true); // No significance + var result, length = find("}", true) - S.pos; + // Avoid 32 bit integer overflow (1 << 32 === 1) + // We know first character isn't 0 and thus out of range anyway + if (length > 6 || (result = hex_bytes(length, strict_hex)) > 0x10FFFF) { + parse_error("Unicode reference out of bounds"); + } + next(true); + return from_char_code(result); + } + return String.fromCharCode(hex_bytes(4, strict_hex)); + case 10 : return ""; // newline + case 13 : // \r + if (peek() == "\n") { // DOS newline + next(true, in_string); + return ""; + } + } + if (ch >= "0" && ch <= "7") { + if (template_string && strict_hex) { + parse_error("Octal escape sequences are not allowed in template strings"); + } + return read_octal_escape_sequence(ch, strict_hex); + } + return ch; + } + + function read_octal_escape_sequence(ch, strict_octal) { + // Read + var p = peek(); + if (p >= "0" && p <= "7") { + ch += next(true); + if (ch[0] <= "3" && (p = peek()) >= "0" && p <= "7") + ch += next(true); + } + + // Parse + if (ch === "0") return "\0"; + if (ch.length > 0 && next_token.has_directive("use strict") && strict_octal) + parse_error("Legacy octal escape sequences are not allowed in strict mode"); + return String.fromCharCode(parseInt(ch, 8)); + } + + function hex_bytes(n, strict_hex) { + var num = 0; + for (; n > 0; --n) { + if (!strict_hex && isNaN(parseInt(peek(), 16))) { + return parseInt(num, 16) || ""; + } + var digit = next(true); + if (isNaN(parseInt(digit, 16))) + parse_error("Invalid hex-character pattern in string"); + num += digit; + } + return parseInt(num, 16); + } + + var read_string = with_eof_error("Unterminated string constant", function(quote_char) { + var quote = next(), ret = ""; + for (;;) { + var ch = next(true, true); + if (ch == "\\") ch = read_escaped_char(true, true); + else if (NEWLINE_CHARS(ch)) parse_error("Unterminated string constant"); + else if (ch == quote) break; + ret += ch; + } + var tok = token("string", ret); + tok.quote = quote_char; + return tok; + }); + + var read_template_characters = with_eof_error("Unterminated template", function(begin) { + if (begin) { + S.template_braces.push(S.brace_counter); + } + var content = "", raw = "", ch, tok; + next(true, true); + while ((ch = next(true, true)) != "`") { + if (ch == "\r") { + if (peek() == "\n") ++S.pos; + ch = "\n"; + } else if (ch == "$" && peek() == "{") { + next(true, true); + S.brace_counter++; + tok = token(begin ? "template_head" : "template_substitution", content); + tok.begin = begin; + tok.raw = raw; + tok.end = false; + return tok; + } + + raw += ch; + if (ch == "\\") { + var tmp = S.pos; + var prev_is_tag = previous_token && (previous_token.type === "name" || previous_token.type === "punc" && (previous_token.value === ")" || previous_token.value === "]")); + ch = read_escaped_char(true, !prev_is_tag, true); + raw += S.text.substr(tmp, S.pos - tmp); + } + + content += ch; + } + S.template_braces.pop(); + tok = token(begin ? "template_head" : "template_substitution", content); + tok.begin = begin; + tok.raw = raw; + tok.end = true; + return tok; + }); + + function skip_line_comment(type) { + var regex_allowed = S.regex_allowed; + var i = find_eol(), ret; + if (i == -1) { + ret = S.text.substr(S.pos); + S.pos = S.text.length; + } else { + ret = S.text.substring(S.pos, i); + S.pos = i; + } + S.col = S.tokcol + (S.pos - S.tokpos); + S.comments_before.push(token(type, ret, true)); + S.regex_allowed = regex_allowed; + return next_token; + } + + var skip_multiline_comment = with_eof_error("Unterminated multiline comment", function() { + var regex_allowed = S.regex_allowed; + var i = find("*/", true); + var text = S.text.substring(S.pos, i).replace(/\r\n|\r|\u2028|\u2029/g, "\n"); + // update stream position + forward(get_full_char_length(text) /* text length doesn't count \r\n as 2 char while S.pos - i does */ + 2); + S.comments_before.push(token("comment2", text, true)); + S.newline_before = S.newline_before || text.includes("\n"); + S.regex_allowed = regex_allowed; + return next_token; + }); + + var read_name = with_eof_error("Unterminated identifier name", function() { + var name = "", ch, escaped = false; + var read_escaped_identifier_char = function() { + escaped = true; + next(); + if (peek() !== "u") { + parse_error("Expecting UnicodeEscapeSequence -- uXXXX or u{XXXX}"); + } + return read_escaped_char(false, true); + }; + + // Read first character (ID_Start) + if ((name = peek()) === "\\") { + name = read_escaped_identifier_char(); + if (!is_identifier_start(name)) { + parse_error("First identifier char is an invalid identifier char"); + } + } else if (is_identifier_start(name)) { + next(); + } else { + return ""; + } + + // Read ID_Continue + while ((ch = peek()) != null) { + if ((ch = peek()) === "\\") { + ch = read_escaped_identifier_char(); + if (!is_identifier_char(ch)) { + parse_error("Invalid escaped identifier char"); + } + } else { + if (!is_identifier_char(ch)) { + break; + } + next(); + } + name += ch; + } + if (RESERVED_WORDS(name) && escaped) { + parse_error("Escaped characters are not allowed in keywords"); + } + return name; + }); + + var read_regexp = with_eof_error("Unterminated regular expression", function(source) { + var prev_backslash = false, ch, in_class = false; + while ((ch = next(true))) if (NEWLINE_CHARS(ch)) { + parse_error("Unexpected line terminator"); + } else if (prev_backslash) { + source += "\\" + ch; + prev_backslash = false; + } else if (ch == "[") { + in_class = true; + source += ch; + } else if (ch == "]" && in_class) { + in_class = false; + source += ch; + } else if (ch == "/" && !in_class) { + break; + } else if (ch == "\\") { + prev_backslash = true; + } else { + source += ch; + } + var mods = read_name(); + try { + var regexp = new RegExp(source, mods); + regexp.raw_source = "/" + source + "/" + mods; + return token("regexp", regexp); + } catch(e) { + parse_error(e.message); + } + }); + + function read_operator(prefix) { + function grow(op) { + if (!peek()) return op; + var bigger = op + peek(); + if (OPERATORS(bigger)) { + next(); + return grow(bigger); + } else { + return op; + } + } + return token("operator", grow(prefix || next())); + } + + function handle_slash() { + next(); + switch (peek()) { + case "/": + next(); + return skip_line_comment("comment1"); + case "*": + next(); + return skip_multiline_comment(); + } + return S.regex_allowed ? read_regexp("") : read_operator("/"); + } + + function handle_eq_sign() { + next(); + if (peek() === ">") { + next(); + return token("arrow", "=>"); + } else { + return read_operator("="); + } + } + + function handle_dot() { + next(); + if (is_digit(peek().charCodeAt(0))) { + return read_num("."); + } + if (peek() === ".") { + next(); // Consume second dot + next(); // Consume third dot + return token("expand", "..."); + } + + return token("punc", "."); + } + + function read_word() { + var word = read_name(); + if (prev_was_dot) return token("name", word); + return KEYWORDS_ATOM(word) ? token("atom", word) + : !KEYWORDS(word) ? token("name", word) + : OPERATORS(word) ? token("operator", word) + : token("keyword", word); + } + + function with_eof_error(eof_error, cont) { + return function(x) { + try { + return cont(x); + } catch(ex) { + if (ex === EX_EOF) parse_error(eof_error); + else throw ex; + } + }; + } + + function next_token(force_regexp) { + if (force_regexp != null) + return read_regexp(force_regexp); + if (shebang && S.pos == 0 && looking_at("#!")) { + start_token(); + forward(2); + skip_line_comment("comment5"); + } + for (;;) { + skip_whitespace(); + start_token(); + if (html5_comments) { + if (looking_at("") && S.newline_before) { + forward(3); + skip_line_comment("comment4"); + continue; + } + } + var ch = peek(); + if (!ch) return token("eof"); + var code = ch.charCodeAt(0); + switch (code) { + case 34: case 39: return read_string(ch); + case 46: return handle_dot(); + case 47: { + var tok = handle_slash(); + if (tok === next_token) continue; + return tok; + } + case 61: return handle_eq_sign(); + case 96: return read_template_characters(true); + case 123: + S.brace_counter++; + break; + case 125: + S.brace_counter--; + if (S.template_braces.length > 0 + && S.template_braces[S.template_braces.length - 1] === S.brace_counter) + return read_template_characters(false); + break; + } + if (is_digit(code)) return read_num(); + if (PUNC_CHARS(ch)) return token("punc", next()); + if (OPERATOR_CHARS(ch)) return read_operator(); + if (code == 92 || is_identifier_start(ch)) return read_word(); + break; + } + parse_error("Unexpected character '" + ch + "'"); + } + + next_token.next = next; + next_token.peek = peek; + + next_token.context = function(nc) { + if (nc) S = nc; + return S; + }; + + next_token.add_directive = function(directive) { + S.directive_stack[S.directive_stack.length - 1].push(directive); + + if (S.directives[directive] === undefined) { + S.directives[directive] = 1; + } else { + S.directives[directive]++; + } + }; + + next_token.push_directives_stack = function() { + S.directive_stack.push([]); + }; + + next_token.pop_directives_stack = function() { + var directives = S.directive_stack[S.directive_stack.length - 1]; + + for (var i = 0; i < directives.length; i++) { + S.directives[directives[i]]--; + } + + S.directive_stack.pop(); + }; + + next_token.has_directive = function(directive) { + return S.directives[directive] > 0; + }; + + return next_token; + + } + + /* -----[ Parser (constants) ]----- */ + + var UNARY_PREFIX = makePredicate([ + "typeof", + "void", + "delete", + "--", + "++", + "!", + "~", + "-", + "+" + ]); + + var UNARY_POSTFIX = makePredicate([ "--", "++" ]); + + var ASSIGNMENT = makePredicate([ "=", "+=", "-=", "/=", "*=", "**=", "%=", ">>=", "<<=", ">>>=", "|=", "^=", "&=" ]); + + var PRECEDENCE = (function(a, ret) { + for (var i = 0; i < a.length; ++i) { + var b = a[i]; + for (var j = 0; j < b.length; ++j) { + ret[b[j]] = i + 1; + } + } + return ret; + })( + [ + ["||"], + ["&&"], + ["|"], + ["^"], + ["&"], + ["==", "===", "!=", "!=="], + ["<", ">", "<=", ">=", "in", "instanceof"], + [">>", "<<", ">>>"], + ["+", "-"], + ["*", "/", "%"], + ["**"] + ], + {} + ); + + var ATOMIC_START_TOKEN = makePredicate([ "atom", "num", "string", "regexp", "name" ]); + + /* -----[ Parser ]----- */ + + function parse($TEXT, options) { + + options = defaults(options, { + bare_returns : false, + ecma : 8, + expression : false, + filename : null, + html5_comments : true, + module : false, + shebang : true, + strict : false, + toplevel : null, + }, true); + + var S = { + input : (typeof $TEXT == "string" + ? tokenizer($TEXT, options.filename, + options.html5_comments, options.shebang) + : $TEXT), + token : null, + prev : null, + peeked : null, + in_function : 0, + in_async : -1, + in_generator : -1, + in_directives : true, + in_loop : 0, + labels : [] + }; + + S.token = next(); + + function is(type, value) { + return is_token(S.token, type, value); + } + + function peek() { return S.peeked || (S.peeked = S.input()); } + + function next() { + S.prev = S.token; + + if (!S.peeked) peek(); + S.token = S.peeked; + S.peeked = null; + S.in_directives = S.in_directives && ( + S.token.type == "string" || is("punc", ";") + ); + return S.token; + } + + function prev() { + return S.prev; + } + + function croak(msg, line, col, pos) { + var ctx = S.input.context(); + js_error(msg, + ctx.filename, + line != null ? line : ctx.tokline, + col != null ? col : ctx.tokcol, + pos != null ? pos : ctx.tokpos); + } + + function token_error(token, msg) { + croak(msg, token.line, token.col); + } + + function unexpected(token) { + if (token == null) + token = S.token; + token_error(token, "Unexpected token: " + token.type + " (" + token.value + ")"); + } + + function expect_token(type, val) { + if (is(type, val)) { + return next(); + } + token_error(S.token, "Unexpected token " + S.token.type + " «" + S.token.value + "»" + ", expected " + type + " «" + val + "»"); + } + + function expect(punc) { return expect_token("punc", punc); } + + function has_newline_before(token) { + return token.nlb || !all(token.comments_before, function(comment) { + return !comment.nlb; + }); + } + + function can_insert_semicolon() { + return !options.strict + && (is("eof") || is("punc", "}") || has_newline_before(S.token)); + } + + function is_in_generator() { + return S.in_generator === S.in_function; + } + + function is_in_async() { + return S.in_async === S.in_function; + } + + function semicolon(optional) { + if (is("punc", ";")) next(); + else if (!optional && !can_insert_semicolon()) unexpected(); + } + + function parenthesised() { + expect("("); + var exp = expression(true); + expect(")"); + return exp; + } + + function embed_tokens(parser) { + return function() { + var start = S.token; + var expr = parser.apply(null, arguments); + var end = prev(); + expr.start = start; + expr.end = end; + return expr; + }; + } + + function handle_regexp() { + if (is("operator", "/") || is("operator", "/=")) { + S.peeked = null; + S.token = S.input(S.token.value.substr(1)); // force regexp + } + } + + var statement = embed_tokens(function(is_export_default, is_for_body, is_if_body) { + handle_regexp(); + switch (S.token.type) { + case "string": + if (S.in_directives) { + var token = peek(); + if (!S.token.raw.includes("\\") + && (is_token(token, "punc", ";") + || is_token(token, "punc", "}") + || has_newline_before(token) + || is_token(token, "eof"))) { + S.input.add_directive(S.token.value); + } else { + S.in_directives = false; + } + } + var dir = S.in_directives, stat = simple_statement(); + return dir && stat.body instanceof AST_String ? new AST_Directive(stat.body) : stat; + case "template_head": + case "num": + case "regexp": + case "operator": + case "atom": + return simple_statement(); + + case "name": + if (S.token.value == "async" && is_token(peek(), "keyword", "function")) { + next(); + next(); + if (is_for_body) { + croak("functions are not allowed as the body of a loop"); + } + return function_(AST_Defun, false, true, is_export_default); + } + if (S.token.value == "import" && !is_token(peek(), "punc", "(")) { + next(); + var node = import_(); + semicolon(); + return node; + } + return is_token(peek(), "punc", ":") + ? labeled_statement() + : simple_statement(); + + case "punc": + switch (S.token.value) { + case "{": + return new AST_BlockStatement({ + start : S.token, + body : block_(), + end : prev() + }); + case "[": + case "(": + return simple_statement(); + case ";": + S.in_directives = false; + next(); + return new AST_EmptyStatement(); + default: + unexpected(); + } + + case "keyword": + switch (S.token.value) { + case "break": + next(); + return break_cont(AST_Break); + + case "continue": + next(); + return break_cont(AST_Continue); + + case "debugger": + next(); + semicolon(); + return new AST_Debugger(); + + case "do": + next(); + var body = in_loop(statement); + expect_token("keyword", "while"); + var condition = parenthesised(); + semicolon(true); + return new AST_Do({ + body : body, + condition : condition + }); + + case "while": + next(); + return new AST_While({ + condition : parenthesised(), + body : in_loop(function() { return statement(false, true); }) + }); + + case "for": + next(); + return for_(); + + case "class": + next(); + if (is_for_body) { + croak("classes are not allowed as the body of a loop"); + } + if (is_if_body) { + croak("classes are not allowed as the body of an if"); + } + return class_(AST_DefClass); + + case "function": + next(); + if (is_for_body) { + croak("functions are not allowed as the body of a loop"); + } + return function_(AST_Defun, false, false, is_export_default); + + case "if": + next(); + return if_(); + + case "return": + if (S.in_function == 0 && !options.bare_returns) + croak("'return' outside of function"); + next(); + var value = null; + if (is("punc", ";")) { + next(); + } else if (!can_insert_semicolon()) { + value = expression(true); + semicolon(); + } + return new AST_Return({ + value: value + }); + + case "switch": + next(); + return new AST_Switch({ + expression : parenthesised(), + body : in_loop(switch_body_) + }); + + case "throw": + next(); + if (has_newline_before(S.token)) + croak("Illegal newline after 'throw'"); + var value = expression(true); + semicolon(); + return new AST_Throw({ + value: value + }); + + case "try": + next(); + return try_(); + + case "var": + next(); + var node = var_(); + semicolon(); + return node; + + case "let": + next(); + var node = let_(); + semicolon(); + return node; + + case "const": + next(); + var node = const_(); + semicolon(); + return node; + + case "with": + if (S.input.has_directive("use strict")) { + croak("Strict mode may not include a with statement"); + } + next(); + return new AST_With({ + expression : parenthesised(), + body : statement() + }); + + case "export": + if (!is_token(peek(), "punc", "(")) { + next(); + var node = export_(); + if (is("punc", ";")) semicolon(); + return node; + } + } + } + unexpected(); + }); + + function labeled_statement() { + var label = as_symbol(AST_Label); + if (label.name === "await" && is_in_async()) { + token_error(S.prev, "await cannot be used as label inside async function"); + } + if (find_if(function(l) { return l.name == label.name; }, S.labels)) { + // ECMA-262, 12.12: An ECMAScript program is considered + // syntactically incorrect if it contains a + // LabelledStatement that is enclosed by a + // LabelledStatement with the same Identifier as label. + croak("Label " + label.name + " defined twice"); + } + expect(":"); + S.labels.push(label); + var stat = statement(); + S.labels.pop(); + if (!(stat instanceof AST_IterationStatement)) { + // check for `continue` that refers to this label. + // those should be reported as syntax errors. + // https://github.com/mishoo/UglifyJS2/issues/287 + label.references.forEach(function(ref) { + if (ref instanceof AST_Continue) { + ref = ref.label.start; + croak("Continue label `" + label.name + "` refers to non-IterationStatement.", + ref.line, ref.col, ref.pos); + } + }); + } + return new AST_LabeledStatement({ body: stat, label: label }); + } + + function simple_statement(tmp) { + return new AST_SimpleStatement({ body: (tmp = expression(true), semicolon(), tmp) }); + } + + function break_cont(type) { + var label = null, ldef; + if (!can_insert_semicolon()) { + label = as_symbol(AST_LabelRef, true); + } + if (label != null) { + ldef = find_if(function(l) { return l.name == label.name; }, S.labels); + if (!ldef) + croak("Undefined label " + label.name); + label.thedef = ldef; + } else if (S.in_loop == 0) + croak(type.TYPE + " not inside a loop or switch"); + semicolon(); + var stat = new type({ label: label }); + if (ldef) ldef.references.push(stat); + return stat; + } + + function for_() { + var for_await_error = "`for await` invalid in this context"; + var await_tok = S.token; + if (await_tok.type == "name" && await_tok.value == "await") { + if (!is_in_async()) { + token_error(await_tok, for_await_error); + } + next(); + } else { + await_tok = false; + } + expect("("); + var init = null; + if (!is("punc", ";")) { + init = + is("keyword", "var") ? (next(), var_(true)) : + is("keyword", "let") ? (next(), let_(true)) : + is("keyword", "const") ? (next(), const_(true)) : + expression(true, true); + var is_in = is("operator", "in"); + var is_of = is("name", "of"); + if (await_tok && !is_of) { + token_error(await_tok, for_await_error); + } + if (is_in || is_of) { + if (init instanceof AST_Definitions) { + if (init.definitions.length > 1) + token_error(init.start, "Only one variable declaration allowed in for..in loop"); + } else if (!(is_assignable(init) || (init = to_destructuring(init)) instanceof AST_Destructuring)) { + token_error(init.start, "Invalid left-hand side in for..in loop"); + } + next(); + if (is_in) { + return for_in(init); + } else { + return for_of(init, !!await_tok); + } + } + } else if (await_tok) { + token_error(await_tok, for_await_error); + } + return regular_for(init); + } + + function regular_for(init) { + expect(";"); + var test = is("punc", ";") ? null : expression(true); + expect(";"); + var step = is("punc", ")") ? null : expression(true); + expect(")"); + return new AST_For({ + init : init, + condition : test, + step : step, + body : in_loop(function() { return statement(false, true); }) + }); + } + + function for_of(init, is_await) { + var lhs = init instanceof AST_Definitions ? init.definitions[0].name : null; + var obj = expression(true); + expect(")"); + return new AST_ForOf({ + await : is_await, + init : init, + name : lhs, + object : obj, + body : in_loop(function() { return statement(false, true); }) + }); + } + + function for_in(init) { + var obj = expression(true); + expect(")"); + return new AST_ForIn({ + init : init, + object : obj, + body : in_loop(function() { return statement(false, true); }) + }); + } + + var arrow_function = function(start, argnames, is_async) { + if (has_newline_before(S.token)) { + croak("Unexpected newline before arrow (=>)"); + } + + expect_token("arrow", "=>"); + + var body = _function_body(is("punc", "{"), false, is_async); + + var end = + body instanceof Array && body.length ? body[body.length - 1].end : + body instanceof Array ? start : + body.end; + + return new AST_Arrow({ + start : start, + end : end, + async : is_async, + argnames : argnames, + body : body + }); + }; + + var function_ = function(ctor, is_generator_property, is_async, is_export_default) { + + var in_statement = ctor === AST_Defun; + var is_generator = is("operator", "*"); + if (is_generator) { + next(); + } + + var name = is("name") ? as_symbol(in_statement ? AST_SymbolDefun : AST_SymbolLambda) : null; + if (in_statement && !name) { + if (is_export_default) { + ctor = AST_Function; + } else { + unexpected(); + } + } + + if (name && ctor !== AST_Accessor && !(name instanceof AST_SymbolDeclaration)) + unexpected(prev()); + + var args = []; + var body = _function_body(true, is_generator || is_generator_property, is_async, name, args); + return new ctor({ + start : args.start, + end : body.end, + is_generator: is_generator, + async : is_async, + name : name, + argnames: args, + body : body + }); + }; + + function track_used_binding_identifiers(is_parameter, strict) { + var parameters = {}; + var duplicate = false; + var default_assignment = false; + var spread = false; + var strict_mode = !!strict; + var tracker = { + add_parameter: function(token) { + if (parameters["$" + token.value] !== undefined) { + if (duplicate === false) { + duplicate = token; + } + tracker.check_strict(); + } else { + parameters["$" + token.value] = true; + if (is_parameter) { + switch (token.value) { + case "arguments": + case "eval": + case "yield": + if (strict_mode) { + token_error(token, "Unexpected " + token.value + " identifier as parameter inside strict mode"); + } + break; + default: + if (RESERVED_WORDS(token.value)) { + unexpected(); + } + } + } + } + }, + mark_default_assignment: function(token) { + if (default_assignment === false) { + default_assignment = token; + } + }, + mark_spread: function(token) { + if (spread === false) { + spread = token; + } + }, + mark_strict_mode: function() { + strict_mode = true; + }, + is_strict: function() { + return default_assignment !== false || spread !== false || strict_mode; + }, + check_strict: function() { + if (tracker.is_strict() && duplicate !== false) { + token_error(duplicate, "Parameter " + duplicate.value + " was used already"); + } + } + }; + + return tracker; + } + + function parameters(params) { + var used_parameters = track_used_binding_identifiers(true, S.input.has_directive("use strict")); + + expect("("); + + while (!is("punc", ")")) { + var param = parameter(used_parameters); + params.push(param); + + if (!is("punc", ")")) { + expect(","); + if (is("punc", ")") && options.ecma < 8) unexpected(); + } + + if (param instanceof AST_Expansion) { + break; + } + } + + next(); + } + + function parameter(used_parameters, symbol_type) { + var param; + var expand = false; + if (used_parameters === undefined) { + used_parameters = track_used_binding_identifiers(true, S.input.has_directive("use strict")); + } + if (is("expand", "...")) { + expand = S.token; + used_parameters.mark_spread(S.token); + next(); + } + param = binding_element(used_parameters, symbol_type); + + if (is("operator", "=") && expand === false) { + used_parameters.mark_default_assignment(S.token); + next(); + param = new AST_DefaultAssign({ + start: param.start, + left: param, + operator: "=", + right: expression(false), + end: S.token + }); + } + + if (expand !== false) { + if (!is("punc", ")")) { + unexpected(); + } + param = new AST_Expansion({ + start: expand, + expression: param, + end: expand + }); + } + used_parameters.check_strict(); + + return param; + } + + function binding_element(used_parameters, symbol_type) { + var elements = []; + var first = true; + var is_expand = false; + var expand_token; + var first_token = S.token; + if (used_parameters === undefined) { + used_parameters = track_used_binding_identifiers(false, S.input.has_directive("use strict")); + } + symbol_type = symbol_type === undefined ? AST_SymbolFunarg : symbol_type; + if (is("punc", "[")) { + next(); + while (!is("punc", "]")) { + if (first) { + first = false; + } else { + expect(","); + } + + if (is("expand", "...")) { + is_expand = true; + expand_token = S.token; + used_parameters.mark_spread(S.token); + next(); + } + if (is("punc")) { + switch (S.token.value) { + case ",": + elements.push(new AST_Hole({ + start: S.token, + end: S.token + })); + continue; + case "]": // Trailing comma after last element + break; + case "[": + case "{": + elements.push(binding_element(used_parameters, symbol_type)); + break; + default: + unexpected(); + } + } else if (is("name")) { + used_parameters.add_parameter(S.token); + elements.push(as_symbol(symbol_type)); + } else { + croak("Invalid function parameter"); + } + if (is("operator", "=") && is_expand === false) { + used_parameters.mark_default_assignment(S.token); + next(); + elements[elements.length - 1] = new AST_DefaultAssign({ + start: elements[elements.length - 1].start, + left: elements[elements.length - 1], + operator: "=", + right: expression(false), + end: S.token + }); + } + if (is_expand) { + if (!is("punc", "]")) { + croak("Rest element must be last element"); + } + elements[elements.length - 1] = new AST_Expansion({ + start: expand_token, + expression: elements[elements.length - 1], + end: expand_token + }); + } + } + expect("]"); + used_parameters.check_strict(); + return new AST_Destructuring({ + start: first_token, + names: elements, + is_array: true, + end: prev() + }); + } else if (is("punc", "{")) { + next(); + while (!is("punc", "}")) { + if (first) { + first = false; + } else { + expect(","); + } + if (is("expand", "...")) { + is_expand = true; + expand_token = S.token; + used_parameters.mark_spread(S.token); + next(); + } + if (is("name") && (is_token(peek(), "punc") || is_token(peek(), "operator")) && [",", "}", "="].includes(peek().value)) { + used_parameters.add_parameter(S.token); + var start = prev(); + var value = as_symbol(symbol_type); + if (is_expand) { + elements.push(new AST_Expansion({ + start: expand_token, + expression: value, + end: value.end, + })); + } else { + elements.push(new AST_ObjectKeyVal({ + start: start, + key: value.name, + value: value, + end: value.end, + })); + } + } else if (is("punc", "}")) { + continue; // Allow trailing hole + } else { + var property_token = S.token; + var property = as_property_name(); + if (property === null) { + unexpected(prev()); + } else if (prev().type === "name" && !is("punc", ":")) { + elements.push(new AST_ObjectKeyVal({ + start: prev(), + key: property, + value: new symbol_type({ + start: prev(), + name: property, + end: prev() + }), + end: prev() + })); + } else { + expect(":"); + elements.push(new AST_ObjectKeyVal({ + start: property_token, + quote: property_token.quote, + key: property, + value: binding_element(used_parameters, symbol_type), + end: prev() + })); + } + } + if (is_expand) { + if (!is("punc", "}")) { + croak("Rest element must be last element"); + } + } else if (is("operator", "=")) { + used_parameters.mark_default_assignment(S.token); + next(); + elements[elements.length - 1].value = new AST_DefaultAssign({ + start: elements[elements.length - 1].value.start, + left: elements[elements.length - 1].value, + operator: "=", + right: expression(false), + end: S.token + }); + } + } + expect("}"); + used_parameters.check_strict(); + return new AST_Destructuring({ + start: first_token, + names: elements, + is_array: false, + end: prev() + }); + } else if (is("name")) { + used_parameters.add_parameter(S.token); + return as_symbol(symbol_type); + } else { + croak("Invalid function parameter"); + } + } + + function params_or_seq_(allow_arrows, maybe_sequence) { + var spread_token; + var invalid_sequence; + var trailing_comma; + var a = []; + expect("("); + while (!is("punc", ")")) { + if (spread_token) unexpected(spread_token); + if (is("expand", "...")) { + spread_token = S.token; + if (maybe_sequence) invalid_sequence = S.token; + next(); + a.push(new AST_Expansion({ + start: prev(), + expression: expression(), + end: S.token, + })); + } else { + a.push(expression()); + } + if (!is("punc", ")")) { + expect(","); + if (is("punc", ")")) { + if (options.ecma < 8) unexpected(); + trailing_comma = prev(); + if (maybe_sequence) invalid_sequence = trailing_comma; + } + } + } + expect(")"); + if (allow_arrows && is("arrow", "=>")) { + if (spread_token && trailing_comma) unexpected(trailing_comma); + } else if (invalid_sequence) { + unexpected(invalid_sequence); + } + return a; + } + + function _function_body(block, generator, is_async, name, args) { + var loop = S.in_loop; + var labels = S.labels; + var current_generator = S.in_generator; + var current_async = S.in_async; + ++S.in_function; + if (generator) + S.in_generator = S.in_function; + if (is_async) + S.in_async = S.in_function; + if (args) parameters(args); + if (block) + S.in_directives = true; + S.in_loop = 0; + S.labels = []; + if (block) { + S.input.push_directives_stack(); + var a = block_(); + if (name) _verify_symbol(name); + if (args) args.forEach(_verify_symbol); + S.input.pop_directives_stack(); + } else { + var a = expression(false); + } + --S.in_function; + S.in_loop = loop; + S.labels = labels; + S.in_generator = current_generator; + S.in_async = current_async; + return a; + } + + function _await_expression() { + // Previous token must be "await" and not be interpreted as an identifier + if (!is_in_async()) { + croak("Unexpected await expression outside async function", + S.prev.line, S.prev.col, S.prev.pos); + } + // the await expression is parsed as a unary expression in Babel + return new AST_Await({ + start: prev(), + end: S.token, + expression : maybe_unary(true), + }); + } + + function _yield_expression() { + // Previous token must be keyword yield and not be interpret as an identifier + if (!is_in_generator()) { + croak("Unexpected yield expression outside generator function", + S.prev.line, S.prev.col, S.prev.pos); + } + var start = S.token; + var star = false; + var has_expression = true; + + // Attempt to get expression or star (and then the mandatory expression) + // behind yield on the same line. + // + // If nothing follows on the same line of the yieldExpression, + // it should default to the value `undefined` for yield to return. + // In that case, the `undefined` stored as `null` in ast. + // + // Note 1: It isn't allowed for yield* to close without an expression + // Note 2: If there is a nlb between yield and star, it is interpret as + // yield * + if (can_insert_semicolon() || + (is("punc") && PUNC_AFTER_EXPRESSION(S.token.value))) { + has_expression = false; + + } else if (is("operator", "*")) { + star = true; + next(); + } + + return new AST_Yield({ + start : start, + is_star : star, + expression : has_expression ? expression() : null, + end : prev() + }); + } + + function if_() { + var cond = parenthesised(), body = statement(false, false, true), belse = null; + if (is("keyword", "else")) { + next(); + belse = statement(false, false, true); + } + return new AST_If({ + condition : cond, + body : body, + alternative : belse + }); + } + + function block_() { + expect("{"); + var a = []; + while (!is("punc", "}")) { + if (is("eof")) unexpected(); + a.push(statement()); + } + next(); + return a; + } + + function switch_body_() { + expect("{"); + var a = [], cur = null, branch = null, tmp; + while (!is("punc", "}")) { + if (is("eof")) unexpected(); + if (is("keyword", "case")) { + if (branch) branch.end = prev(); + cur = []; + branch = new AST_Case({ + start : (tmp = S.token, next(), tmp), + expression : expression(true), + body : cur + }); + a.push(branch); + expect(":"); + } else if (is("keyword", "default")) { + if (branch) branch.end = prev(); + cur = []; + branch = new AST_Default({ + start : (tmp = S.token, next(), expect(":"), tmp), + body : cur + }); + a.push(branch); + } else { + if (!cur) unexpected(); + cur.push(statement()); + } + } + if (branch) branch.end = prev(); + next(); + return a; + } + + function try_() { + var body = block_(), bcatch = null, bfinally = null; + if (is("keyword", "catch")) { + var start = S.token; + next(); + if (is("punc", "{")) { + var name = null; + } else { + expect("("); + var name = parameter(undefined, AST_SymbolCatch); + expect(")"); + } + bcatch = new AST_Catch({ + start : start, + argname : name, + body : block_(), + end : prev() + }); + } + if (is("keyword", "finally")) { + var start = S.token; + next(); + bfinally = new AST_Finally({ + start : start, + body : block_(), + end : prev() + }); + } + if (!bcatch && !bfinally) + croak("Missing catch/finally blocks"); + return new AST_Try({ + body : body, + bcatch : bcatch, + bfinally : bfinally + }); + } + + function vardefs(no_in, kind) { + var a = []; + var def; + for (;;) { + var sym_type = + kind === "var" ? AST_SymbolVar : + kind === "const" ? AST_SymbolConst : + kind === "let" ? AST_SymbolLet : null; + if (is("punc", "{") || is("punc", "[")) { + def = new AST_VarDef({ + start: S.token, + name: binding_element(undefined ,sym_type), + value: is("operator", "=") ? (expect_token("operator", "="), expression(false, no_in)) : null, + end: prev() + }); + } else { + def = new AST_VarDef({ + start : S.token, + name : as_symbol(sym_type), + value : is("operator", "=") + ? (next(), expression(false, no_in)) + : !no_in && kind === "const" + ? croak("Missing initializer in const declaration") : null, + end : prev() + }); + if (def.name.name == "import") croak("Unexpected token: import"); + } + a.push(def); + if (!is("punc", ",")) + break; + next(); + } + return a; + } + + var var_ = function(no_in) { + return new AST_Var({ + start : prev(), + definitions : vardefs(no_in, "var"), + end : prev() + }); + }; + + var let_ = function(no_in) { + return new AST_Let({ + start : prev(), + definitions : vardefs(no_in, "let"), + end : prev() + }); + }; + + var const_ = function(no_in) { + return new AST_Const({ + start : prev(), + definitions : vardefs(no_in, "const"), + end : prev() + }); + }; + + var new_ = function(allow_calls) { + var start = S.token; + expect_token("operator", "new"); + if (is("punc", ".")) { + next(); + expect_token("name", "target"); + return subscripts(new AST_NewTarget({ + start : start, + end : prev() + }), allow_calls); + } + var newexp = expr_atom(false), args; + if (is("punc", "(")) { + next(); + args = expr_list(")", options.ecma >= 8); + } else { + args = []; + } + var call = new AST_New({ + start : start, + expression : newexp, + args : args, + end : prev() + }); + mark_pure(call); + return subscripts(call, allow_calls); + }; + + function as_atom_node() { + var tok = S.token, ret; + switch (tok.type) { + case "name": + ret = _make_symbol(AST_SymbolRef); + break; + case "num": + ret = new AST_Number({ start: tok, end: tok, value: tok.value }); + break; + case "string": + ret = new AST_String({ + start : tok, + end : tok, + value : tok.value, + quote : tok.quote + }); + break; + case "regexp": + ret = new AST_RegExp({ start: tok, end: tok, value: tok.value }); + break; + case "atom": + switch (tok.value) { + case "false": + ret = new AST_False({ start: tok, end: tok }); + break; + case "true": + ret = new AST_True({ start: tok, end: tok }); + break; + case "null": + ret = new AST_Null({ start: tok, end: tok }); + break; + } + break; + } + next(); + return ret; + } + + function to_fun_args(ex, _, __, default_seen_above) { + var insert_default = function(ex, default_value) { + if (default_value) { + return new AST_DefaultAssign({ + start: ex.start, + left: ex, + operator: "=", + right: default_value, + end: default_value.end + }); + } + return ex; + }; + if (ex instanceof AST_Object) { + return insert_default(new AST_Destructuring({ + start: ex.start, + end: ex.end, + is_array: false, + names: ex.properties.map(to_fun_args) + }), default_seen_above); + } else if (ex instanceof AST_ObjectKeyVal) { + ex.value = to_fun_args(ex.value, 0, [ex.key]); + return insert_default(ex, default_seen_above); + } else if (ex instanceof AST_Hole) { + return ex; + } else if (ex instanceof AST_Destructuring) { + ex.names = ex.names.map(to_fun_args); + return insert_default(ex, default_seen_above); + } else if (ex instanceof AST_SymbolRef) { + return insert_default(new AST_SymbolFunarg({ + name: ex.name, + start: ex.start, + end: ex.end + }), default_seen_above); + } else if (ex instanceof AST_Expansion) { + ex.expression = to_fun_args(ex.expression); + return insert_default(ex, default_seen_above); + } else if (ex instanceof AST_Array) { + return insert_default(new AST_Destructuring({ + start: ex.start, + end: ex.end, + is_array: true, + names: ex.elements.map(to_fun_args) + }), default_seen_above); + } else if (ex instanceof AST_Assign) { + return insert_default(to_fun_args(ex.left, undefined, undefined, ex.right), default_seen_above); + } else if (ex instanceof AST_DefaultAssign) { + ex.left = to_fun_args(ex.left, 0, [ex.left]); + return ex; + } else { + croak("Invalid function parameter", ex.start.line, ex.start.col); + } + } + + var expr_atom = function(allow_calls, allow_arrows) { + if (is("operator", "new")) { + return new_(allow_calls); + } + var start = S.token; + var peeked; + var async = is("name", "async") + && (peeked = peek()).value != "[" + && peeked.type != "arrow" + && as_atom_node(); + if (is("punc")) { + switch (S.token.value) { + case "(": + if (async && !allow_calls) break; + var exprs = params_or_seq_(allow_arrows, !async); + if (allow_arrows && is("arrow", "=>")) { + return arrow_function(start, exprs.map(to_fun_args), !!async); + } + var ex = async ? new AST_Call({ + expression: async, + args: exprs + }) : exprs.length == 1 ? exprs[0] : new AST_Sequence({ + expressions: exprs + }); + if (ex.start) { + var len = start.comments_before.length; + [].unshift.apply(ex.start.comments_before, start.comments_before); + start.comments_before = ex.start.comments_before; + start.comments_before_length = len; + if (len == 0 && start.comments_before.length > 0) { + var comment = start.comments_before[0]; + if (!comment.nlb) { + comment.nlb = start.nlb; + start.nlb = false; + } + } + start.comments_after = ex.start.comments_after; + } + ex.start = start; + var end = prev(); + if (ex.end) { + end.comments_before = ex.end.comments_before; + [].push.apply(ex.end.comments_after, end.comments_after); + end.comments_after = ex.end.comments_after; + } + ex.end = end; + if (ex instanceof AST_Call) mark_pure(ex); + return subscripts(ex, allow_calls); + case "[": + return subscripts(array_(), allow_calls); + case "{": + return subscripts(object_or_destructuring_(), allow_calls); + } + if (!async) unexpected(); + } + if (allow_arrows && is("name") && is_token(peek(), "arrow")) { + var param = new AST_SymbolFunarg({ + name: S.token.value, + start: start, + end: start, + }); + next(); + return arrow_function(start, [param], !!async); + } + if (is("keyword", "function")) { + next(); + var func = function_(AST_Function, false, !!async); + func.start = start; + func.end = prev(); + return subscripts(func, allow_calls); + } + if (async) return subscripts(async, allow_calls); + if (is("keyword", "class")) { + next(); + var cls = class_(AST_ClassExpression); + cls.start = start; + cls.end = prev(); + return subscripts(cls, allow_calls); + } + if (is("template_head")) { + return subscripts(template_string(false), allow_calls); + } + if (ATOMIC_START_TOKEN(S.token.type)) { + return subscripts(as_atom_node(), allow_calls); + } + unexpected(); + }; + + function template_string(tagged) { + var segments = [], start = S.token; + + segments.push(new AST_TemplateSegment({ + start: S.token, + raw: S.token.raw, + value: S.token.value, + end: S.token + })); + while (S.token.end === false) { + next(); + handle_regexp(); + segments.push(expression(true)); + + if (!is_token("template_substitution")) { + unexpected(); + } + + segments.push(new AST_TemplateSegment({ + start: S.token, + raw: S.token.raw, + value: S.token.value, + end: S.token + })); + } + next(); + + return new AST_TemplateString({ + start: start, + segments: segments, + end: S.token + }); + } + + function expr_list(closing, allow_trailing_comma, allow_empty) { + var first = true, a = []; + while (!is("punc", closing)) { + if (first) first = false; else expect(","); + if (allow_trailing_comma && is("punc", closing)) break; + if (is("punc", ",") && allow_empty) { + a.push(new AST_Hole({ start: S.token, end: S.token })); + } else if (is("expand", "...")) { + next(); + a.push(new AST_Expansion({start: prev(), expression: expression(),end: S.token})); + } else { + a.push(expression(false)); + } + } + next(); + return a; + } + + var array_ = embed_tokens(function() { + expect("["); + return new AST_Array({ + elements: expr_list("]", !options.strict, true) + }); + }); + + var create_accessor = embed_tokens(function(is_generator, is_async) { + return function_(AST_Accessor, is_generator, is_async); + }); + + var object_or_destructuring_ = embed_tokens(function object_or_destructuring_() { + var start = S.token, first = true, a = []; + expect("{"); + while (!is("punc", "}")) { + if (first) first = false; else expect(","); + if (!options.strict && is("punc", "}")) + // allow trailing comma + break; + + start = S.token; + if (start.type == "expand") { + next(); + a.push(new AST_Expansion({ + start: start, + expression: expression(false), + end: prev(), + })); + continue; + } + + var name = as_property_name(); + var value; + + // Check property and fetch value + if (!is("punc", ":")) { + var concise = concise_method_or_getset(name, start); + if (concise) { + a.push(concise); + continue; + } + + value = new AST_SymbolRef({ + start: prev(), + name: name, + end: prev() + }); + } else if (name === null) { + unexpected(prev()); + } else { + next(); // `:` - see first condition + value = expression(false); + } + + // Check for default value and alter value accordingly if necessary + if (is("operator", "=")) { + next(); + value = new AST_Assign({ + start: start, + left: value, + operator: "=", + right: expression(false), + end: prev() + }); + } + + // Create property + a.push(new AST_ObjectKeyVal({ + start: start, + quote: start.quote, + key: name instanceof AST_Node ? name : "" + name, + value: value, + end: prev() + })); + } + next(); + return new AST_Object({ properties: a }); + }); + + function class_(KindOfClass) { + var start, method, class_name, extends_, a = []; + + S.input.push_directives_stack(); // Push directive stack, but not scope stack + S.input.add_directive("use strict"); + + if (S.token.type == "name" && S.token.value != "extends") { + class_name = as_symbol(KindOfClass === AST_DefClass ? AST_SymbolDefClass : AST_SymbolClass); + } + + if (KindOfClass === AST_DefClass && !class_name) { + unexpected(); + } + + if (S.token.value == "extends") { + next(); + extends_ = expression(true); + } + + expect("{"); + + if (is("punc", ";")) { next(); } // Leading semicolons are okay in class bodies. + while (!is("punc", "}")) { + start = S.token; + method = concise_method_or_getset(as_property_name(), start, true); + if (!method) { unexpected(); } + a.push(method); + if (is("punc", ";")) { next(); } + } + + S.input.pop_directives_stack(); + + next(); + + return new KindOfClass({ + start: start, + name: class_name, + extends: extends_, + properties: a, + end: prev(), + }); + } + + function concise_method_or_getset(name, start, is_class) { + var get_ast = function(name, token) { + if (typeof name === "string" || typeof name === "number") { + return new AST_SymbolMethod({ + start: token, + name: "" + name, + end: prev() + }); + } else if (name === null) { + unexpected(); + } + return name; + }; + var is_async = false; + var is_static = false; + var is_generator = false; + var property_token = start; + if (is_class && name === "static" && !is("punc", "(")) { + is_static = true; + property_token = S.token; + name = as_property_name(); + } + if (name === "async" && !is("punc", "(") && !is("punc", ",") && !is("punc", "}")) { + is_async = true; + property_token = S.token; + name = as_property_name(); + } + if (name === null) { + is_generator = true; + property_token = S.token; + name = as_property_name(); + if (name === null) { + unexpected(); + } + } + if (is("punc", "(")) { + name = get_ast(name, start); + var node = new AST_ConciseMethod({ + start : start, + static : is_static, + is_generator: is_generator, + async : is_async, + key : name, + quote : name instanceof AST_SymbolMethod ? + property_token.quote : undefined, + value : create_accessor(is_generator, is_async), + end : prev() + }); + return node; + } + property_token = S.token; + if (name == "get") { + if (!is("punc") || is("punc", "[")) { + name = get_ast(as_property_name(), start); + return new AST_ObjectGetter({ + start : start, + static: is_static, + key : name, + quote : name instanceof AST_SymbolMethod ? + property_token.quote : undefined, + value : create_accessor(), + end : prev() + }); + } + } else if (name == "set") { + if (!is("punc") || is("punc", "[")) { + name = get_ast(as_property_name(), start); + return new AST_ObjectSetter({ + start : start, + static: is_static, + key : name, + quote : name instanceof AST_SymbolMethod ? + property_token.quote : undefined, + value : create_accessor(), + end : prev() + }); + } + } + } + + function import_() { + var start = prev(); + var imported_name; + var imported_names; + if (is("name")) { + imported_name = as_symbol(AST_SymbolImport); + } + + if (is("punc", ",")) { + next(); + } + + imported_names = map_names(true); + + if (imported_names || imported_name) { + expect_token("name", "from"); + } + var mod_str = S.token; + if (mod_str.type !== "string") { + unexpected(); + } + next(); + return new AST_Import({ + start: start, + imported_name: imported_name, + imported_names: imported_names, + module_name: new AST_String({ + start: mod_str, + value: mod_str.value, + quote: mod_str.quote, + end: mod_str, + }), + end: S.token, + }); + } + + function map_name(is_import) { + function make_symbol(type) { + return new type({ + name: as_property_name(), + start: prev(), + end: prev() + }); + } + + var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign; + var type = is_import ? AST_SymbolImport : AST_SymbolExport; + var start = S.token; + var foreign_name; + var name; + + if (is_import) { + foreign_name = make_symbol(foreign_type); + } else { + name = make_symbol(type); + } + if (is("name", "as")) { + next(); // The "as" word + if (is_import) { + name = make_symbol(type); + } else { + foreign_name = make_symbol(foreign_type); + } + } else if (is_import) { + name = new type(foreign_name); + } else { + foreign_name = new foreign_type(name); + } + + return new AST_NameMapping({ + start: start, + foreign_name: foreign_name, + name: name, + end: prev(), + }); + } + + function map_nameAsterisk(is_import, name) { + var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign; + var type = is_import ? AST_SymbolImport : AST_SymbolExport; + var start = S.token; + var foreign_name; + var end = prev(); + + name = name || new type({ + name: "*", + start: start, + end: end, + }); + + foreign_name = new foreign_type({ + name: "*", + start: start, + end: end, + }); + + return new AST_NameMapping({ + start: start, + foreign_name: foreign_name, + name: name, + end: end, + }); + } + + function map_names(is_import) { + var names; + if (is("punc", "{")) { + next(); + names = []; + while (!is("punc", "}")) { + names.push(map_name(is_import)); + if (is("punc", ",")) { + next(); + } + } + next(); + } else if (is("operator", "*")) { + var name; + next(); + if (is_import && is("name", "as")) { + next(); // The "as" word + name = as_symbol(is_import ? AST_SymbolImport : AST_SymbolExportForeign); + } + names = [map_nameAsterisk(is_import, name)]; + } + return names; + } + + function export_() { + var start = S.token; + var is_default; + var exported_names; + + if (is("keyword", "default")) { + is_default = true; + next(); + } else if (exported_names = map_names(false)) { + if (is("name", "from")) { + next(); + + var mod_str = S.token; + if (mod_str.type !== "string") { + unexpected(); + } + next(); + + return new AST_Export({ + start: start, + is_default: is_default, + exported_names: exported_names, + module_name: new AST_String({ + start: mod_str, + value: mod_str.value, + quote: mod_str.quote, + end: mod_str, + }), + end: prev(), + }); + } else { + return new AST_Export({ + start: start, + is_default: is_default, + exported_names: exported_names, + end: prev(), + }); + } + } + + var node; + var exported_value; + var exported_definition; + if (is("punc", "{") + || is_default + && (is("keyword", "class") || is("keyword", "function")) + && is_token(peek(), "punc")) { + exported_value = expression(false); + semicolon(); + } else if ((node = statement(is_default)) instanceof AST_Definitions && is_default) { + unexpected(node.start); + } else if (node instanceof AST_Definitions || node instanceof AST_Lambda || node instanceof AST_DefClass) { + exported_definition = node; + } else if (node instanceof AST_SimpleStatement) { + exported_value = node.body; + } else { + unexpected(node.start); + } + + return new AST_Export({ + start: start, + is_default: is_default, + exported_value: exported_value, + exported_definition: exported_definition, + end: prev(), + }); + } + + function as_property_name() { + var tmp = S.token; + switch (tmp.type) { + case "punc": + if (tmp.value === "[") { + next(); + var ex = expression(false); + expect("]"); + return ex; + } else unexpected(tmp); + case "operator": + if (tmp.value === "*") { + next(); + return null; + } + if (!["delete", "in", "instanceof", "new", "typeof", "void"].includes(tmp.value)) { + unexpected(tmp); + } + case "name": + if (tmp.value == "yield") { + if (is_in_generator()) { + token_error(tmp, "Yield cannot be used as identifier inside generators"); + } else if (!is_token(peek(), "punc", ":") + && !is_token(peek(), "punc", "(") + && S.input.has_directive("use strict")) { + token_error(tmp, "Unexpected yield identifier inside strict mode"); + } + } + case "string": + case "num": + case "keyword": + case "atom": + next(); + return tmp.value; + default: + unexpected(tmp); + } + } + + function as_name() { + var tmp = S.token; + if (tmp.type != "name") unexpected(); + next(); + return tmp.value; + } + + function _make_symbol(type) { + var name = S.token.value; + return new (name == "this" ? AST_This : + name == "super" ? AST_Super : + type)({ + name : String(name), + start : S.token, + end : S.token + }); + } + + function _verify_symbol(sym) { + var name = sym.name; + if (is_in_generator() && name == "yield") { + token_error(sym.start, "Yield cannot be used as identifier inside generators"); + } + if (S.input.has_directive("use strict")) { + if (name == "yield") { + token_error(sym.start, "Unexpected yield identifier inside strict mode"); + } + if (sym instanceof AST_SymbolDeclaration && (name == "arguments" || name == "eval")) { + token_error(sym.start, "Unexpected " + name + " in strict mode"); + } + } + } + + function as_symbol(type, noerror) { + if (!is("name")) { + if (!noerror) croak("Name expected"); + return null; + } + var sym = _make_symbol(type); + _verify_symbol(sym); + next(); + return sym; + } + + function mark_pure(call) { + var start = call.start; + var comments = start.comments_before; + var i = HOP(start, "comments_before_length") ? start.comments_before_length : comments.length; + while (--i >= 0) { + var comment = comments[i]; + if (/[@#]__PURE__/.test(comment.value)) { + call.pure = comment; + break; + } + } + } + + var subscripts = function(expr, allow_calls) { + var start = expr.start; + if (is("punc", ".")) { + next(); + return subscripts(new AST_Dot({ + start : start, + expression : expr, + property : as_name(), + end : prev() + }), allow_calls); + } + if (is("punc", "[")) { + next(); + var prop = expression(true); + expect("]"); + return subscripts(new AST_Sub({ + start : start, + expression : expr, + property : prop, + end : prev() + }), allow_calls); + } + if (allow_calls && is("punc", "(")) { + next(); + var call = new AST_Call({ + start : start, + expression : expr, + args : call_args(), + end : prev() + }); + mark_pure(call); + return subscripts(call, true); + } + if (is("template_head")) { + return subscripts(new AST_PrefixedTemplateString({ + start: start, + prefix: expr, + template_string: template_string(true), + end: prev() + }), allow_calls); + } + return expr; + }; + + var call_args = embed_tokens(function _call_args() { + var args = []; + while (!is("punc", ")")) { + if (is("expand", "...")) { + next(); + args.push(new AST_Expansion({ + start: prev(), + expression: expression(false), + end: prev() + })); + } else { + args.push(expression(false)); + } + if (!is("punc", ")")) { + expect(","); + if (is("punc", ")") && options.ecma < 8) unexpected(); + } + } + next(); + return args; + }); + + var maybe_unary = function(allow_calls, allow_arrows) { + var start = S.token; + if (start.type == "name" && start.value == "await") { + if (is_in_async()) { + next(); + return _await_expression(); + } else if (S.input.has_directive("use strict")) { + token_error(S.token, "Unexpected await identifier inside strict mode"); + } + } + if (is("operator") && UNARY_PREFIX(start.value)) { + next(); + handle_regexp(); + var ex = make_unary(AST_UnaryPrefix, start, maybe_unary(allow_calls)); + ex.start = start; + ex.end = prev(); + return ex; + } + var val = expr_atom(allow_calls, allow_arrows); + while (is("operator") && UNARY_POSTFIX(S.token.value) && !has_newline_before(S.token)) { + if (val instanceof AST_Arrow) unexpected(); + val = make_unary(AST_UnaryPostfix, S.token, val); + val.start = start; + val.end = S.token; + next(); + } + return val; + }; + + function make_unary(ctor, token, expr) { + var op = token.value; + switch (op) { + case "++": + case "--": + if (!is_assignable(expr)) + croak("Invalid use of " + op + " operator", token.line, token.col, token.pos); + break; + case "delete": + if (expr instanceof AST_SymbolRef && S.input.has_directive("use strict")) + croak("Calling delete on expression not allowed in strict mode", expr.start.line, expr.start.col, expr.start.pos); + break; + } + return new ctor({ operator: op, expression: expr }); + } + + var expr_op = function(left, min_prec, no_in) { + var op = is("operator") ? S.token.value : null; + if (op == "in" && no_in) op = null; + if (op == "**" && left instanceof AST_UnaryPrefix + /* unary token in front not allowed - parenthesis required */ + && !is_token(left.start, "punc", "(") + && left.operator !== "--" && left.operator !== "++") + unexpected(left.start); + var prec = op != null ? PRECEDENCE[op] : null; + if (prec != null && (prec > min_prec || (op === "**" && min_prec === prec))) { + next(); + var right = expr_op(maybe_unary(true), prec, no_in); + return expr_op(new AST_Binary({ + start : left.start, + left : left, + operator : op, + right : right, + end : right.end + }), min_prec, no_in); + } + return left; + }; + + function expr_ops(no_in) { + return expr_op(maybe_unary(true, true), 0, no_in); + } + + var maybe_conditional = function(no_in) { + var start = S.token; + var expr = expr_ops(no_in); + if (is("operator", "?")) { + next(); + var yes = expression(false); + expect(":"); + return new AST_Conditional({ + start : start, + condition : expr, + consequent : yes, + alternative : expression(false, no_in), + end : prev() + }); + } + return expr; + }; + + function is_assignable(expr) { + return expr instanceof AST_PropAccess || expr instanceof AST_SymbolRef; + } + + function to_destructuring(node) { + if (node instanceof AST_Object) { + node = new AST_Destructuring({ + start: node.start, + names: node.properties.map(to_destructuring), + is_array: false, + end: node.end + }); + } else if (node instanceof AST_Array) { + var names = []; + + for (var i = 0; i < node.elements.length; i++) { + // Only allow expansion as last element + if (node.elements[i] instanceof AST_Expansion) { + if (i + 1 !== node.elements.length) { + token_error(node.elements[i].start, "Spread must the be last element in destructuring array"); + } + node.elements[i].expression = to_destructuring(node.elements[i].expression); + } + + names.push(to_destructuring(node.elements[i])); + } + + node = new AST_Destructuring({ + start: node.start, + names: names, + is_array: true, + end: node.end + }); + } else if (node instanceof AST_ObjectProperty) { + node.value = to_destructuring(node.value); + } else if (node instanceof AST_Assign) { + node = new AST_DefaultAssign({ + start: node.start, + left: node.left, + operator: "=", + right: node.right, + end: node.end + }); + } + return node; + } + + // In ES6, AssignmentExpression can also be an ArrowFunction + var maybe_assign = function(no_in) { + handle_regexp(); + var start = S.token; + + if (start.type == "name" && start.value == "yield") { + if (is_in_generator()) { + next(); + return _yield_expression(); + } else if (S.input.has_directive("use strict")) { + token_error(S.token, "Unexpected yield identifier inside strict mode"); + } + } + + var left = maybe_conditional(no_in); + var val = S.token.value; + + if (is("operator") && ASSIGNMENT(val)) { + if (is_assignable(left) || (left = to_destructuring(left)) instanceof AST_Destructuring) { + next(); + return new AST_Assign({ + start : start, + left : left, + operator : val, + right : maybe_assign(no_in), + end : prev() + }); + } + croak("Invalid assignment"); + } + return left; + }; + + var expression = function(commas, no_in) { + var start = S.token; + var exprs = []; + while (true) { + exprs.push(maybe_assign(no_in)); + if (!commas || !is("punc", ",")) break; + next(); + commas = true; + } + return exprs.length == 1 ? exprs[0] : new AST_Sequence({ + start : start, + expressions : exprs, + end : peek() + }); + }; + + function in_loop(cont) { + ++S.in_loop; + var ret = cont(); + --S.in_loop; + return ret; + } + + if (options.expression) { + return expression(true); + } + + return (function() { + var start = S.token; + var body = []; + S.input.push_directives_stack(); + if (options.module) S.input.add_directive("use strict"); + while (!is("eof")) + body.push(statement()); + S.input.pop_directives_stack(); + var end = prev(); + var toplevel = options.toplevel; + if (toplevel) { + toplevel.body = toplevel.body.concat(body); + toplevel.end = end; + } else { + toplevel = new AST_Toplevel({ start: start, body: body, end: end }); + } + return toplevel; + })(); + + } + + /*********************************************************************** + + A JavaScript tokenizer / parser / beautifier / compressor. + https://github.com/mishoo/UglifyJS2 + + -------------------------------- (C) --------------------------------- + + Author: Mihai Bazon + + http://mihai.bazon.net/blog + + Distributed under the BSD license: + + Copyright 2012 (c) Mihai Bazon + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + ***********************************************************************/ + + function DEFNODE(type, props, methods, base) { + if (arguments.length < 4) base = AST_Node; + if (!props) props = []; + else props = props.split(/\s+/); + var self_props = props; + if (base && base.PROPS) + props = props.concat(base.PROPS); + var code = "return function AST_" + type + "(props){ if (props) { "; + for (var i = props.length; --i >= 0;) { + code += "this." + props[i] + " = props." + props[i] + ";"; + } + var proto = base && new base; + if (proto && proto.initialize || (methods && methods.initialize)) + code += "this.initialize();"; + code += "}}"; + var ctor = new Function(code)(); + if (proto) { + ctor.prototype = proto; + ctor.BASE = base; + } + if (base) base.SUBCLASSES.push(ctor); + ctor.prototype.CTOR = ctor; + ctor.PROPS = props || null; + ctor.SELF_PROPS = self_props; + ctor.SUBCLASSES = []; + if (type) { + ctor.prototype.TYPE = ctor.TYPE = type; + } + if (methods) for (i in methods) if (HOP(methods, i)) { + if (/^\$/.test(i)) { + ctor[i.substr(1)] = methods[i]; + } else { + ctor.prototype[i] = methods[i]; + } + } + ctor.DEFMETHOD = function(name, method) { + this.prototype[name] = method; + }; + return ctor; + } + + var AST_Token = DEFNODE("Token", "type value line col pos endline endcol endpos nlb comments_before comments_after file raw", { + }, null); + + var AST_Node = DEFNODE("Node", "start end", { + _clone: function(deep) { + if (deep) { + var self = this.clone(); + return self.transform(new TreeTransformer(function(node) { + if (node !== self) { + return node.clone(true); + } + })); + } + return new this.CTOR(this); + }, + clone: function(deep) { + return this._clone(deep); + }, + $documentation: "Base class of all AST nodes", + $propdoc: { + start: "[AST_Token] The first token of this node", + end: "[AST_Token] The last token of this node" + }, + _walk: function(visitor) { + return visitor._visit(this); + }, + walk: function(visitor) { + return this._walk(visitor); // not sure the indirection will be any help + } + }, null); + + AST_Node.warn_function = null; + AST_Node.warn = function(txt, props) { + if (AST_Node.warn_function) + AST_Node.warn_function(string_template(txt, props)); + }; + + /* -----[ statements ]----- */ + + var AST_Statement = DEFNODE("Statement", null, { + $documentation: "Base class of all statements", + }); + + var AST_Debugger = DEFNODE("Debugger", null, { + $documentation: "Represents a debugger statement", + }, AST_Statement); + + var AST_Directive = DEFNODE("Directive", "value quote", { + $documentation: "Represents a directive, like \"use strict\";", + $propdoc: { + value: "[string] The value of this directive as a plain string (it's not an AST_String!)", + quote: "[string] the original quote character" + }, + }, AST_Statement); + + var AST_SimpleStatement = DEFNODE("SimpleStatement", "body", { + $documentation: "A statement consisting of an expression, i.e. a = 1 + 2", + $propdoc: { + body: "[AST_Node] an expression node (should not be instanceof AST_Statement)" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.body._walk(visitor); + }); + } + }, AST_Statement); + + function walk_body(node, visitor) { + var body = node.body; + if (body instanceof AST_Node) { + body._walk(visitor); + } else for (var i = 0, len = body.length; i < len; i++) { + body[i]._walk(visitor); + } + } + + function clone_block_scope(deep) { + var clone = this._clone(deep); + if (this.block_scope) { + // TODO this is sometimes undefined during compression. + // But it should always have a value! + clone.block_scope = this.block_scope.clone(); + } + return clone; + } + + var AST_Block = DEFNODE("Block", "body block_scope", { + $documentation: "A body of statements (usually braced)", + $propdoc: { + body: "[AST_Statement*] an array of statements", + block_scope: "[AST_Scope] the block scope" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + walk_body(this, visitor); + }); + }, + clone: clone_block_scope + }, AST_Statement); + + var AST_BlockStatement = DEFNODE("BlockStatement", null, { + $documentation: "A block statement", + }, AST_Block); + + var AST_EmptyStatement = DEFNODE("EmptyStatement", null, { + $documentation: "The empty statement (empty block or simply a semicolon)" + }, AST_Statement); + + var AST_StatementWithBody = DEFNODE("StatementWithBody", "body", { + $documentation: "Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`", + $propdoc: { + body: "[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement" + } + }, AST_Statement); + + var AST_LabeledStatement = DEFNODE("LabeledStatement", "label", { + $documentation: "Statement with a label", + $propdoc: { + label: "[AST_Label] a label definition" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.label._walk(visitor); + this.body._walk(visitor); + }); + }, + clone: function(deep) { + var node = this._clone(deep); + if (deep) { + var label = node.label; + var def = this.label; + node.walk(new TreeWalker(function(node) { + if (node instanceof AST_LoopControl + && node.label && node.label.thedef === def) { + node.label.thedef = label; + label.references.push(node); + } + })); + } + return node; + } + }, AST_StatementWithBody); + + var AST_IterationStatement = DEFNODE("IterationStatement", "block_scope", { + $documentation: "Internal class. All loops inherit from it.", + $propdoc: { + block_scope: "[AST_Scope] the block scope for this iteration statement." + }, + clone: clone_block_scope + }, AST_StatementWithBody); + + var AST_DWLoop = DEFNODE("DWLoop", "condition", { + $documentation: "Base class for do/while statements", + $propdoc: { + condition: "[AST_Node] the loop condition. Should not be instanceof AST_Statement" + } + }, AST_IterationStatement); + + var AST_Do = DEFNODE("Do", null, { + $documentation: "A `do` statement", + _walk: function(visitor) { + return visitor._visit(this, function() { + this.body._walk(visitor); + this.condition._walk(visitor); + }); + } + }, AST_DWLoop); + + var AST_While = DEFNODE("While", null, { + $documentation: "A `while` statement", + _walk: function(visitor) { + return visitor._visit(this, function() { + this.condition._walk(visitor); + this.body._walk(visitor); + }); + } + }, AST_DWLoop); + + var AST_For = DEFNODE("For", "init condition step", { + $documentation: "A `for` statement", + $propdoc: { + init: "[AST_Node?] the `for` initialization code, or null if empty", + condition: "[AST_Node?] the `for` termination clause, or null if empty", + step: "[AST_Node?] the `for` update clause, or null if empty" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + if (this.init) this.init._walk(visitor); + if (this.condition) this.condition._walk(visitor); + if (this.step) this.step._walk(visitor); + this.body._walk(visitor); + }); + } + }, AST_IterationStatement); + + var AST_ForIn = DEFNODE("ForIn", "init object", { + $documentation: "A `for ... in` statement", + $propdoc: { + init: "[AST_Node] the `for/in` initialization code", + object: "[AST_Node] the object that we're looping through" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.init._walk(visitor); + this.object._walk(visitor); + this.body._walk(visitor); + }); + } + }, AST_IterationStatement); + + var AST_ForOf = DEFNODE("ForOf", "await", { + $documentation: "A `for ... of` statement", + }, AST_ForIn); + + var AST_With = DEFNODE("With", "expression", { + $documentation: "A `with` statement", + $propdoc: { + expression: "[AST_Node] the `with` expression" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.expression._walk(visitor); + this.body._walk(visitor); + }); + } + }, AST_StatementWithBody); + + /* -----[ scope and functions ]----- */ + + var AST_Scope = DEFNODE("Scope", "variables functions uses_with uses_eval parent_scope enclosed cname", { + $documentation: "Base class for all statements introducing a lexical scope", + $propdoc: { + variables: "[Object/S] a map of name -> SymbolDef for all variables/functions defined in this scope", + functions: "[Object/S] like `variables`, but only lists function declarations", + uses_with: "[boolean/S] tells whether this scope uses the `with` statement", + uses_eval: "[boolean/S] tells whether this scope contains a direct call to the global `eval`", + parent_scope: "[AST_Scope?/S] link to the parent scope", + enclosed: "[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes", + cname: "[integer/S] current index for mangling variables (used internally by the mangler)", + }, + get_defun_scope: function() { + var self = this; + while (self.is_block_scope()) { + self = self.parent_scope; + } + return self; + }, + clone: function(deep) { + var node = this._clone(deep); + if (this.variables) node.variables = this.variables.clone(); + if (this.functions) node.functions = this.functions.clone(); + if (this.enclosed) node.enclosed = this.enclosed.slice(); + return node; + }, + pinned: function() { + return this.uses_eval || this.uses_with; + } + }, AST_Block); + + var AST_Toplevel = DEFNODE("Toplevel", "globals", { + $documentation: "The toplevel scope", + $propdoc: { + globals: "[Object/S] a map of name -> SymbolDef for all undeclared names", + }, + wrap_commonjs: function(name) { + var body = this.body; + var wrapped_tl = "(function(exports){'$ORIG';})(typeof " + name + "=='undefined'?(" + name + "={}):" + name + ");"; + wrapped_tl = parse(wrapped_tl); + wrapped_tl = wrapped_tl.transform(new TreeTransformer(function(node) { + if (node instanceof AST_Directive && node.value == "$ORIG") { + return MAP.splice(body); + } + })); + return wrapped_tl; + }, + wrap_enclose: function(args_values) { + if (typeof args_values != "string") args_values = ""; + var index = args_values.indexOf(":"); + if (index < 0) index = args_values.length; + var body = this.body; + return parse([ + "(function(", + args_values.slice(0, index), + '){"$ORIG"})(', + args_values.slice(index + 1), + ")" + ].join("")).transform(new TreeTransformer(function(node) { + if (node instanceof AST_Directive && node.value == "$ORIG") { + return MAP.splice(body); + } + })); + } + }, AST_Scope); + + var AST_Expansion = DEFNODE("Expansion", "expression", { + $documentation: "An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list", + $propdoc: { + expression: "[AST_Node] the thing to be expanded" + }, + _walk: function(visitor) { + var self = this; + return visitor._visit(this, function() { + self.expression.walk(visitor); + }); + } + }); + + var AST_Lambda = DEFNODE("Lambda", "name argnames uses_arguments is_generator async", { + $documentation: "Base class for functions", + $propdoc: { + name: "[AST_SymbolDeclaration?] the name of this function", + argnames: "[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments", + uses_arguments: "[boolean/S] tells whether this function accesses the arguments array", + is_generator: "[boolean] is this a generator method", + async: "[boolean] is this method async", + }, + args_as_names: function () { + var out = []; + for (var i = 0; i < this.argnames.length; i++) { + if (this.argnames[i] instanceof AST_Destructuring) { + out = out.concat(this.argnames[i].all_symbols()); + } else { + out.push(this.argnames[i]); + } + } + return out; + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + if (this.name) this.name._walk(visitor); + var argnames = this.argnames; + for (var i = 0, len = argnames.length; i < len; i++) { + argnames[i]._walk(visitor); + } + walk_body(this, visitor); + }); + } + }, AST_Scope); + + var AST_Accessor = DEFNODE("Accessor", null, { + $documentation: "A setter/getter function. The `name` property is always null." + }, AST_Lambda); + + var AST_Function = DEFNODE("Function", "inlined", { + $documentation: "A function expression" + }, AST_Lambda); + + var AST_Arrow = DEFNODE("Arrow", "inlined", { + $documentation: "An ES6 Arrow function ((a) => b)" + }, AST_Lambda); + + var AST_Defun = DEFNODE("Defun", "inlined", { + $documentation: "A function definition" + }, AST_Lambda); + + /* -----[ DESTRUCTURING ]----- */ + var AST_Destructuring = DEFNODE("Destructuring", "names is_array", { + $documentation: "A destructuring of several names. Used in destructuring assignment and with destructuring function argument names", + $propdoc: { + "names": "[AST_Node*] Array of properties or elements", + "is_array": "[Boolean] Whether the destructuring represents an object or array" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.names.forEach(function(name) { + name._walk(visitor); + }); + }); + }, + all_symbols: function() { + var out = []; + this.walk(new TreeWalker(function (node) { + if (node instanceof AST_Symbol) { + out.push(node); + } + if (node instanceof AST_Expansion) { + out.push(node.expression); + } + })); + return out; + } + }); + + var AST_PrefixedTemplateString = DEFNODE("PrefixedTemplateString", "template_string prefix", { + $documentation: "A templatestring with a prefix, such as String.raw`foobarbaz`", + $propdoc: { + template_string: "[AST_TemplateString] The template string", + prefix: "[AST_SymbolRef|AST_PropAccess] The prefix, which can be a symbol such as `foo` or a dotted expression such as `String.raw`." + }, + _walk: function(visitor) { + this.prefix._walk(visitor); + this.template_string._walk(visitor); + } + }); + + var AST_TemplateString = DEFNODE("TemplateString", "segments", { + $documentation: "A template string literal", + $propdoc: { + segments: "[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment." + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.segments.forEach(function(seg) { + seg._walk(visitor); + }); + }); + } + }); + + var AST_TemplateSegment = DEFNODE("TemplateSegment", "value raw", { + $documentation: "A segment of a template string literal", + $propdoc: { + value: "Content of the segment", + raw: "Raw content of the segment" + } + }); + + /* -----[ JUMPS ]----- */ + + var AST_Jump = DEFNODE("Jump", null, { + $documentation: "Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)" + }, AST_Statement); + + var AST_Exit = DEFNODE("Exit", "value", { + $documentation: "Base class for “exits” (`return` and `throw`)", + $propdoc: { + value: "[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return" + }, + _walk: function(visitor) { + return visitor._visit(this, this.value && function() { + this.value._walk(visitor); + }); + } + }, AST_Jump); + + var AST_Return = DEFNODE("Return", null, { + $documentation: "A `return` statement" + }, AST_Exit); + + var AST_Throw = DEFNODE("Throw", null, { + $documentation: "A `throw` statement" + }, AST_Exit); + + var AST_LoopControl = DEFNODE("LoopControl", "label", { + $documentation: "Base class for loop control statements (`break` and `continue`)", + $propdoc: { + label: "[AST_LabelRef?] the label, or null if none", + }, + _walk: function(visitor) { + return visitor._visit(this, this.label && function() { + this.label._walk(visitor); + }); + } + }, AST_Jump); + + var AST_Break = DEFNODE("Break", null, { + $documentation: "A `break` statement" + }, AST_LoopControl); + + var AST_Continue = DEFNODE("Continue", null, { + $documentation: "A `continue` statement" + }, AST_LoopControl); + + /* -----[ IF ]----- */ + + var AST_If = DEFNODE("If", "condition alternative", { + $documentation: "A `if` statement", + $propdoc: { + condition: "[AST_Node] the `if` condition", + alternative: "[AST_Statement?] the `else` part, or null if not present" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.condition._walk(visitor); + this.body._walk(visitor); + if (this.alternative) this.alternative._walk(visitor); + }); + } + }, AST_StatementWithBody); + + /* -----[ SWITCH ]----- */ + + var AST_Switch = DEFNODE("Switch", "expression", { + $documentation: "A `switch` statement", + $propdoc: { + expression: "[AST_Node] the `switch` “discriminant”" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.expression._walk(visitor); + walk_body(this, visitor); + }); + } + }, AST_Block); + + var AST_SwitchBranch = DEFNODE("SwitchBranch", null, { + $documentation: "Base class for `switch` branches", + }, AST_Block); + + var AST_Default = DEFNODE("Default", null, { + $documentation: "A `default` switch branch", + }, AST_SwitchBranch); + + var AST_Case = DEFNODE("Case", "expression", { + $documentation: "A `case` switch branch", + $propdoc: { + expression: "[AST_Node] the `case` expression" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.expression._walk(visitor); + walk_body(this, visitor); + }); + } + }, AST_SwitchBranch); + + /* -----[ EXCEPTIONS ]----- */ + + var AST_Try = DEFNODE("Try", "bcatch bfinally", { + $documentation: "A `try` statement", + $propdoc: { + bcatch: "[AST_Catch?] the catch block, or null if not present", + bfinally: "[AST_Finally?] the finally block, or null if not present" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + walk_body(this, visitor); + if (this.bcatch) this.bcatch._walk(visitor); + if (this.bfinally) this.bfinally._walk(visitor); + }); + } + }, AST_Block); + + var AST_Catch = DEFNODE("Catch", "argname", { + $documentation: "A `catch` node; only makes sense as part of a `try` statement", + $propdoc: { + argname: "[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + if (this.argname) this.argname._walk(visitor); + walk_body(this, visitor); + }); + } + }, AST_Block); + + var AST_Finally = DEFNODE("Finally", null, { + $documentation: "A `finally` node; only makes sense as part of a `try` statement" + }, AST_Block); + + /* -----[ VAR/CONST ]----- */ + + var AST_Definitions = DEFNODE("Definitions", "definitions", { + $documentation: "Base class for `var` or `const` nodes (variable declarations/initializations)", + $propdoc: { + definitions: "[AST_VarDef*] array of variable definitions" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + var definitions = this.definitions; + for (var i = 0, len = definitions.length; i < len; i++) { + definitions[i]._walk(visitor); + } + }); + } + }, AST_Statement); + + var AST_Var = DEFNODE("Var", null, { + $documentation: "A `var` statement" + }, AST_Definitions); + + var AST_Let = DEFNODE("Let", null, { + $documentation: "A `let` statement" + }, AST_Definitions); + + var AST_Const = DEFNODE("Const", null, { + $documentation: "A `const` statement" + }, AST_Definitions); + + var AST_NameMapping = DEFNODE("NameMapping", "foreign_name name", { + $documentation: "The part of the export/import statement that declare names from a module.", + $propdoc: { + foreign_name: "[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)", + name: "[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module." + }, + _walk: function (visitor) { + return visitor._visit(this, function() { + this.foreign_name._walk(visitor); + this.name._walk(visitor); + }); + } + }); + + var AST_Import = DEFNODE("Import", "imported_name imported_names module_name", { + $documentation: "An `import` statement", + $propdoc: { + imported_name: "[AST_SymbolImport] The name of the variable holding the module's default export.", + imported_names: "[AST_NameMapping*] The names of non-default imported variables", + module_name: "[AST_String] String literal describing where this module came from", + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + if (this.imported_name) { + this.imported_name._walk(visitor); + } + if (this.imported_names) { + this.imported_names.forEach(function(name_import) { + name_import._walk(visitor); + }); + } + this.module_name._walk(visitor); + }); + } + }); + + var AST_Export = DEFNODE("Export", "exported_definition exported_value is_default exported_names module_name", { + $documentation: "An `export` statement", + $propdoc: { + exported_definition: "[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition", + exported_value: "[AST_Node?] An exported value", + exported_names: "[AST_NameMapping*?] List of exported names", + module_name: "[AST_String?] Name of the file to load exports from", + is_default: "[Boolean] Whether this is the default exported value of this module" + }, + _walk: function (visitor) { + visitor._visit(this, function () { + if (this.exported_definition) { + this.exported_definition._walk(visitor); + } + if (this.exported_value) { + this.exported_value._walk(visitor); + } + if (this.exported_names) { + this.exported_names.forEach(function(name_export) { + name_export._walk(visitor); + }); + } + if (this.module_name) { + this.module_name._walk(visitor); + } + }); + } + }, AST_Statement); + + var AST_VarDef = DEFNODE("VarDef", "name value", { + $documentation: "A variable declaration; only appears in a AST_Definitions node", + $propdoc: { + name: "[AST_Destructuring|AST_SymbolConst|AST_SymbolLet|AST_SymbolVar] name of the variable", + value: "[AST_Node?] initializer, or null of there's no initializer" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.name._walk(visitor); + if (this.value) this.value._walk(visitor); + }); + } + }); + + /* -----[ OTHER ]----- */ + + var AST_Call = DEFNODE("Call", "expression args", { + $documentation: "A function call expression", + $propdoc: { + expression: "[AST_Node] expression to invoke as function", + args: "[AST_Node*] array of arguments" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + var args = this.args; + for (var i = 0, len = args.length; i < len; i++) { + args[i]._walk(visitor); + } + this.expression._walk(visitor); + }); + } + }); + + var AST_New = DEFNODE("New", null, { + $documentation: "An object instantiation. Derives from a function call since it has exactly the same properties" + }, AST_Call); + + var AST_Sequence = DEFNODE("Sequence", "expressions", { + $documentation: "A sequence expression (comma-separated expressions)", + $propdoc: { + expressions: "[AST_Node*] array of expressions (at least two)" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.expressions.forEach(function(node) { + node._walk(visitor); + }); + }); + } + }); + + var AST_PropAccess = DEFNODE("PropAccess", "expression property", { + $documentation: "Base class for property access expressions, i.e. `a.foo` or `a[\"foo\"]`", + $propdoc: { + expression: "[AST_Node] the “container” expression", + property: "[AST_Node|string] the property to access. For AST_Dot this is always a plain string, while for AST_Sub it's an arbitrary AST_Node" + } + }); + + var AST_Dot = DEFNODE("Dot", null, { + $documentation: "A dotted property access expression", + _walk: function(visitor) { + return visitor._visit(this, function() { + this.expression._walk(visitor); + }); + } + }, AST_PropAccess); + + var AST_Sub = DEFNODE("Sub", null, { + $documentation: "Index-style property access, i.e. `a[\"foo\"]`", + _walk: function(visitor) { + return visitor._visit(this, function() { + this.expression._walk(visitor); + this.property._walk(visitor); + }); + } + }, AST_PropAccess); + + var AST_Unary = DEFNODE("Unary", "operator expression", { + $documentation: "Base class for unary expressions", + $propdoc: { + operator: "[string] the operator", + expression: "[AST_Node] expression that this unary operator applies to" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.expression._walk(visitor); + }); + } + }); + + var AST_UnaryPrefix = DEFNODE("UnaryPrefix", null, { + $documentation: "Unary prefix expression, i.e. `typeof i` or `++i`" + }, AST_Unary); + + var AST_UnaryPostfix = DEFNODE("UnaryPostfix", null, { + $documentation: "Unary postfix expression, i.e. `i++`" + }, AST_Unary); + + var AST_Binary = DEFNODE("Binary", "operator left right", { + $documentation: "Binary expression, i.e. `a + b`", + $propdoc: { + left: "[AST_Node] left-hand side expression", + operator: "[string] the operator", + right: "[AST_Node] right-hand side expression" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.left._walk(visitor); + this.right._walk(visitor); + }); + } + }); + + var AST_Conditional = DEFNODE("Conditional", "condition consequent alternative", { + $documentation: "Conditional expression using the ternary operator, i.e. `a ? b : c`", + $propdoc: { + condition: "[AST_Node]", + consequent: "[AST_Node]", + alternative: "[AST_Node]" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.condition._walk(visitor); + this.consequent._walk(visitor); + this.alternative._walk(visitor); + }); + } + }); + + var AST_Assign = DEFNODE("Assign", null, { + $documentation: "An assignment expression — `a = b + 5`", + }, AST_Binary); + + var AST_DefaultAssign = DEFNODE("DefaultAssign", null, { + $documentation: "A default assignment expression like in `(a = 3) => a`" + }, AST_Binary); + + /* -----[ LITERALS ]----- */ + + var AST_Array = DEFNODE("Array", "elements", { + $documentation: "An array literal", + $propdoc: { + elements: "[AST_Node*] array of elements" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + var elements = this.elements; + for (var i = 0, len = elements.length; i < len; i++) { + elements[i]._walk(visitor); + } + }); + } + }); + + var AST_Object = DEFNODE("Object", "properties", { + $documentation: "An object literal", + $propdoc: { + properties: "[AST_ObjectProperty*] array of properties" + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + var properties = this.properties; + for (var i = 0, len = properties.length; i < len; i++) { + properties[i]._walk(visitor); + } + }); + } + }); + + var AST_ObjectProperty = DEFNODE("ObjectProperty", "key value", { + $documentation: "Base class for literal object properties", + $propdoc: { + key: "[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.", + value: "[AST_Node] property value. For getters and setters this is an AST_Accessor." + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + if (this.key instanceof AST_Node) + this.key._walk(visitor); + this.value._walk(visitor); + }); + } + }); + + var AST_ObjectKeyVal = DEFNODE("ObjectKeyVal", "quote", { + $documentation: "A key: value object property", + $propdoc: { + quote: "[string] the original quote character" + } + }, AST_ObjectProperty); + + var AST_ObjectSetter = DEFNODE("ObjectSetter", "quote static", { + $propdoc: { + quote: "[string|undefined] the original quote character, if any", + static: "[boolean] whether this is a static setter (classes only)" + }, + $documentation: "An object setter property", + }, AST_ObjectProperty); + + var AST_ObjectGetter = DEFNODE("ObjectGetter", "quote static", { + $propdoc: { + quote: "[string|undefined] the original quote character, if any", + static: "[boolean] whether this is a static getter (classes only)" + }, + $documentation: "An object getter property", + }, AST_ObjectProperty); + + var AST_ConciseMethod = DEFNODE("ConciseMethod", "quote static is_generator async", { + $propdoc: { + quote: "[string|undefined] the original quote character, if any", + static: "[boolean] is this method static (classes only)", + is_generator: "[boolean] is this a generator method", + async: "[boolean] is this method async", + }, + $documentation: "An ES6 concise method inside an object or class" + }, AST_ObjectProperty); + + var AST_Class = DEFNODE("Class", "name extends properties inlined", { + $propdoc: { + name: "[AST_SymbolClass|AST_SymbolDefClass?] optional class name.", + extends: "[AST_Node]? optional parent class", + properties: "[AST_ObjectProperty*] array of properties" + }, + $documentation: "An ES6 class", + _walk: function(visitor) { + return visitor._visit(this, function() { + if (this.name) { + this.name._walk(visitor); + } + if (this.extends) { + this.extends._walk(visitor); + } + this.properties.forEach(function(prop) { + prop._walk(visitor); + }); + }); + }, + }, AST_Scope); + + var AST_DefClass = DEFNODE("DefClass", null, { + $documentation: "A class definition", + }, AST_Class); + + var AST_ClassExpression = DEFNODE("ClassExpression", null, { + $documentation: "A class expression." + }, AST_Class); + + var AST_Symbol = DEFNODE("Symbol", "scope name thedef", { + $propdoc: { + name: "[string] name of this symbol", + scope: "[AST_Scope/S] the current scope (not necessarily the definition scope)", + thedef: "[SymbolDef/S] the definition of this symbol" + }, + $documentation: "Base class for all symbols" + }); + + var AST_NewTarget = DEFNODE("NewTarget", null, { + $documentation: "A reference to new.target" + }); + + var AST_SymbolDeclaration = DEFNODE("SymbolDeclaration", "init", { + $documentation: "A declaration symbol (symbol in var/const, function name or argument, symbol in catch)", + }, AST_Symbol); + + var AST_SymbolVar = DEFNODE("SymbolVar", null, { + $documentation: "Symbol defining a variable", + }, AST_SymbolDeclaration); + + var AST_SymbolBlockDeclaration = DEFNODE("SymbolBlockDeclaration", null, { + $documentation: "Base class for block-scoped declaration symbols" + }, AST_SymbolDeclaration); + + var AST_SymbolConst = DEFNODE("SymbolConst", null, { + $documentation: "A constant declaration" + }, AST_SymbolBlockDeclaration); + + var AST_SymbolLet = DEFNODE("SymbolLet", null, { + $documentation: "A block-scoped `let` declaration" + }, AST_SymbolBlockDeclaration); + + var AST_SymbolFunarg = DEFNODE("SymbolFunarg", null, { + $documentation: "Symbol naming a function argument", + }, AST_SymbolVar); + + var AST_SymbolDefun = DEFNODE("SymbolDefun", null, { + $documentation: "Symbol defining a function", + }, AST_SymbolDeclaration); + + var AST_SymbolMethod = DEFNODE("SymbolMethod", null, { + $documentation: "Symbol in an object defining a method", + }, AST_Symbol); + + var AST_SymbolLambda = DEFNODE("SymbolLambda", null, { + $documentation: "Symbol naming a function expression", + }, AST_SymbolDeclaration); + + var AST_SymbolDefClass = DEFNODE("SymbolDefClass", null, { + $documentation: "Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class." + }, AST_SymbolBlockDeclaration); + + var AST_SymbolClass = DEFNODE("SymbolClass", null, { + $documentation: "Symbol naming a class's name. Lexically scoped to the class." + }, AST_SymbolDeclaration); + + var AST_SymbolCatch = DEFNODE("SymbolCatch", null, { + $documentation: "Symbol naming the exception in catch", + }, AST_SymbolBlockDeclaration); + + var AST_SymbolImport = DEFNODE("SymbolImport", null, { + $documentation: "Symbol referring to an imported name", + }, AST_SymbolBlockDeclaration); + + var AST_SymbolImportForeign = DEFNODE("SymbolImportForeign", null, { + $documentation: "A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes", + }, AST_Symbol); + + var AST_Label = DEFNODE("Label", "references", { + $documentation: "Symbol naming a label (declaration)", + $propdoc: { + references: "[AST_LoopControl*] a list of nodes referring to this label" + }, + initialize: function() { + this.references = []; + this.thedef = this; + } + }, AST_Symbol); + + var AST_SymbolRef = DEFNODE("SymbolRef", null, { + $documentation: "Reference to some symbol (not definition/declaration)", + }, AST_Symbol); + + var AST_SymbolExport = DEFNODE("SymbolExport", null, { + $documentation: "Symbol referring to a name to export", + }, AST_SymbolRef); + + var AST_SymbolExportForeign = DEFNODE("SymbolExportForeign", null, { + $documentation: "A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes", + }, AST_Symbol); + + var AST_LabelRef = DEFNODE("LabelRef", null, { + $documentation: "Reference to a label symbol", + }, AST_Symbol); + + var AST_This = DEFNODE("This", null, { + $documentation: "The `this` symbol", + }, AST_Symbol); + + var AST_Super = DEFNODE("Super", null, { + $documentation: "The `super` symbol", + }, AST_This); + + var AST_Constant = DEFNODE("Constant", null, { + $documentation: "Base class for all constants", + getValue: function() { + return this.value; + } + }); + + var AST_String = DEFNODE("String", "value quote", { + $documentation: "A string literal", + $propdoc: { + value: "[string] the contents of this string", + quote: "[string] the original quote character" + } + }, AST_Constant); + + var AST_Number = DEFNODE("Number", "value literal", { + $documentation: "A number literal", + $propdoc: { + value: "[number] the numeric value", + literal: "[string] numeric value as string (optional)" + } + }, AST_Constant); + + var AST_RegExp = DEFNODE("RegExp", "value", { + $documentation: "A regexp literal", + $propdoc: { + value: "[RegExp] the actual regexp", + } + }, AST_Constant); + + var AST_Atom = DEFNODE("Atom", null, { + $documentation: "Base class for atoms", + }, AST_Constant); + + var AST_Null = DEFNODE("Null", null, { + $documentation: "The `null` atom", + value: null + }, AST_Atom); + + var AST_NaN = DEFNODE("NaN", null, { + $documentation: "The impossible value", + value: 0/0 + }, AST_Atom); + + var AST_Undefined = DEFNODE("Undefined", null, { + $documentation: "The `undefined` value", + value: (function() {}()) + }, AST_Atom); + + var AST_Hole = DEFNODE("Hole", null, { + $documentation: "A hole in an array", + value: (function() {}()) + }, AST_Atom); + + var AST_Infinity = DEFNODE("Infinity", null, { + $documentation: "The `Infinity` value", + value: 1/0 + }, AST_Atom); + + var AST_Boolean = DEFNODE("Boolean", null, { + $documentation: "Base class for booleans", + }, AST_Atom); + + var AST_False = DEFNODE("False", null, { + $documentation: "The `false` atom", + value: false + }, AST_Boolean); + + var AST_True = DEFNODE("True", null, { + $documentation: "The `true` atom", + value: true + }, AST_Boolean); + + var AST_Await = DEFNODE("Await", "expression", { + $documentation: "An `await` statement", + $propdoc: { + expression: "[AST_Node] the mandatory expression being awaited", + }, + _walk: function(visitor) { + return visitor._visit(this, function() { + this.expression._walk(visitor); + }); + } + }); + + var AST_Yield = DEFNODE("Yield", "expression is_star", { + $documentation: "A `yield` statement", + $propdoc: { + expression: "[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false", + is_star: "[Boolean] Whether this is a yield or yield* statement" + }, + _walk: function(visitor) { + return visitor._visit(this, this.expression && function() { + this.expression._walk(visitor); + }); + } + }); + + /* -----[ TreeWalker ]----- */ + + function TreeWalker(callback) { + this.visit = callback; + this.stack = []; + this.directives = Object.create(null); + } + TreeWalker.prototype = { + _visit: function(node, descend) { + this.push(node); + var ret = this.visit(node, descend ? function() { + descend.call(node); + } : noop); + if (!ret && descend) { + descend.call(node); + } + this.pop(); + return ret; + }, + parent: function(n) { + return this.stack[this.stack.length - 2 - (n || 0)]; + }, + push: function(node) { + if (node instanceof AST_Lambda) { + this.directives = Object.create(this.directives); + } else if (node instanceof AST_Directive && !this.directives[node.value]) { + this.directives[node.value] = node; + } else if (node instanceof AST_Class) { + this.directives = Object.create(this.directives); + if (!this.directives["use strict"]) { + this.directives["use strict"] = node; + } + } + this.stack.push(node); + }, + pop: function() { + var node = this.stack.pop(); + if (node instanceof AST_Lambda || node instanceof AST_Class) { + this.directives = Object.getPrototypeOf(this.directives); + } + }, + self: function() { + return this.stack[this.stack.length - 1]; + }, + find_parent: function(type) { + var stack = this.stack; + for (var i = stack.length; --i >= 0;) { + var x = stack[i]; + if (x instanceof type) return x; + } + }, + has_directive: function(type) { + var dir = this.directives[type]; + if (dir) return dir; + var node = this.stack[this.stack.length - 1]; + if (node instanceof AST_Scope && node.body) { + for (var i = 0; i < node.body.length; ++i) { + var st = node.body[i]; + if (!(st instanceof AST_Directive)) break; + if (st.value == type) return st; + } + } + }, + loopcontrol_target: function(node) { + var stack = this.stack; + if (node.label) for (var i = stack.length; --i >= 0;) { + var x = stack[i]; + if (x instanceof AST_LabeledStatement && x.label.name == node.label.name) + return x.body; + } else for (var i = stack.length; --i >= 0;) { + var x = stack[i]; + if (x instanceof AST_IterationStatement + || node instanceof AST_Break && x instanceof AST_Switch) + return x; + } + } + }; + + // Tree transformer helpers. + function TreeTransformer(before, after) { + TreeWalker.call(this); + this.before = before; + this.after = after; + } + TreeTransformer.prototype = new TreeWalker; + + var ast = /*#__PURE__*/Object.freeze({ + AST_Accessor: AST_Accessor, + AST_Array: AST_Array, + AST_Arrow: AST_Arrow, + AST_Assign: AST_Assign, + AST_Atom: AST_Atom, + AST_Await: AST_Await, + AST_Binary: AST_Binary, + AST_Block: AST_Block, + AST_BlockStatement: AST_BlockStatement, + AST_Boolean: AST_Boolean, + AST_Break: AST_Break, + AST_Call: AST_Call, + AST_Case: AST_Case, + AST_Catch: AST_Catch, + AST_Class: AST_Class, + AST_ClassExpression: AST_ClassExpression, + AST_ConciseMethod: AST_ConciseMethod, + AST_Conditional: AST_Conditional, + AST_Const: AST_Const, + AST_Constant: AST_Constant, + AST_Continue: AST_Continue, + AST_Debugger: AST_Debugger, + AST_Default: AST_Default, + AST_DefaultAssign: AST_DefaultAssign, + AST_DefClass: AST_DefClass, + AST_Definitions: AST_Definitions, + AST_Defun: AST_Defun, + AST_Destructuring: AST_Destructuring, + AST_Directive: AST_Directive, + AST_Do: AST_Do, + AST_Dot: AST_Dot, + AST_DWLoop: AST_DWLoop, + AST_EmptyStatement: AST_EmptyStatement, + AST_Exit: AST_Exit, + AST_Expansion: AST_Expansion, + AST_Export: AST_Export, + AST_False: AST_False, + AST_Finally: AST_Finally, + AST_For: AST_For, + AST_ForIn: AST_ForIn, + AST_ForOf: AST_ForOf, + AST_Function: AST_Function, + AST_Hole: AST_Hole, + AST_If: AST_If, + AST_Import: AST_Import, + AST_Infinity: AST_Infinity, + AST_IterationStatement: AST_IterationStatement, + AST_Jump: AST_Jump, + AST_Label: AST_Label, + AST_LabeledStatement: AST_LabeledStatement, + AST_LabelRef: AST_LabelRef, + AST_Lambda: AST_Lambda, + AST_Let: AST_Let, + AST_LoopControl: AST_LoopControl, + AST_NameMapping: AST_NameMapping, + AST_NaN: AST_NaN, + AST_New: AST_New, + AST_NewTarget: AST_NewTarget, + AST_Node: AST_Node, + AST_Null: AST_Null, + AST_Number: AST_Number, + AST_Object: AST_Object, + AST_ObjectGetter: AST_ObjectGetter, + AST_ObjectKeyVal: AST_ObjectKeyVal, + AST_ObjectProperty: AST_ObjectProperty, + AST_ObjectSetter: AST_ObjectSetter, + AST_PrefixedTemplateString: AST_PrefixedTemplateString, + AST_PropAccess: AST_PropAccess, + AST_RegExp: AST_RegExp, + AST_Return: AST_Return, + AST_Scope: AST_Scope, + AST_Sequence: AST_Sequence, + AST_SimpleStatement: AST_SimpleStatement, + AST_Statement: AST_Statement, + AST_StatementWithBody: AST_StatementWithBody, + AST_String: AST_String, + AST_Sub: AST_Sub, + AST_Super: AST_Super, + AST_Switch: AST_Switch, + AST_SwitchBranch: AST_SwitchBranch, + AST_Symbol: AST_Symbol, + AST_SymbolBlockDeclaration: AST_SymbolBlockDeclaration, + AST_SymbolCatch: AST_SymbolCatch, + AST_SymbolClass: AST_SymbolClass, + AST_SymbolConst: AST_SymbolConst, + AST_SymbolDeclaration: AST_SymbolDeclaration, + AST_SymbolDefClass: AST_SymbolDefClass, + AST_SymbolDefun: AST_SymbolDefun, + AST_SymbolExport: AST_SymbolExport, + AST_SymbolExportForeign: AST_SymbolExportForeign, + AST_SymbolFunarg: AST_SymbolFunarg, + AST_SymbolImport: AST_SymbolImport, + AST_SymbolImportForeign: AST_SymbolImportForeign, + AST_SymbolLambda: AST_SymbolLambda, + AST_SymbolLet: AST_SymbolLet, + AST_SymbolMethod: AST_SymbolMethod, + AST_SymbolRef: AST_SymbolRef, + AST_SymbolVar: AST_SymbolVar, + AST_TemplateSegment: AST_TemplateSegment, + AST_TemplateString: AST_TemplateString, + AST_This: AST_This, + AST_Throw: AST_Throw, + AST_Token: AST_Token, + AST_Toplevel: AST_Toplevel, + AST_True: AST_True, + AST_Try: AST_Try, + AST_Unary: AST_Unary, + AST_UnaryPostfix: AST_UnaryPostfix, + AST_UnaryPrefix: AST_UnaryPrefix, + AST_Undefined: AST_Undefined, + AST_Var: AST_Var, + AST_VarDef: AST_VarDef, + AST_While: AST_While, + AST_With: AST_With, + AST_Yield: AST_Yield, + TreeTransformer: TreeTransformer, + TreeWalker: TreeWalker, + walk_body: walk_body + }); + + /*********************************************************************** + + A JavaScript tokenizer / parser / beautifier / compressor. + https://github.com/mishoo/UglifyJS2 + + -------------------------------- (C) --------------------------------- + + Author: Mihai Bazon + + http://mihai.bazon.net/blog + + Distributed under the BSD license: + + Copyright 2012 (c) Mihai Bazon + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + ***********************************************************************/ + + (function(undefined) { + + function _(node, descend) { + node.DEFMETHOD("transform", function(tw, in_list) { + var x, y; + tw.push(this); + if (tw.before) x = tw.before(this, descend, in_list); + if (x === undefined) { + x = this; + descend(x, tw); + if (tw.after) { + y = tw.after(x, in_list); + if (y !== undefined) x = y; + } + } + tw.pop(); + return x; + }); + } + + function do_list(list, tw) { + return MAP(list, function(node) { + return node.transform(tw, true); + }); + } + + _(AST_Node, noop); + + _(AST_LabeledStatement, function(self, tw) { + self.label = self.label.transform(tw); + self.body = self.body.transform(tw); + }); + + _(AST_SimpleStatement, function(self, tw) { + self.body = self.body.transform(tw); + }); + + _(AST_Block, function(self, tw) { + self.body = do_list(self.body, tw); + }); + + _(AST_Do, function(self, tw) { + self.body = self.body.transform(tw); + self.condition = self.condition.transform(tw); + }); + + _(AST_While, function(self, tw) { + self.condition = self.condition.transform(tw); + self.body = self.body.transform(tw); + }); + + _(AST_For, function(self, tw) { + if (self.init) self.init = self.init.transform(tw); + if (self.condition) self.condition = self.condition.transform(tw); + if (self.step) self.step = self.step.transform(tw); + self.body = self.body.transform(tw); + }); + + _(AST_ForIn, function(self, tw) { + self.init = self.init.transform(tw); + self.object = self.object.transform(tw); + self.body = self.body.transform(tw); + }); + + _(AST_With, function(self, tw) { + self.expression = self.expression.transform(tw); + self.body = self.body.transform(tw); + }); + + _(AST_Exit, function(self, tw) { + if (self.value) self.value = self.value.transform(tw); + }); + + _(AST_LoopControl, function(self, tw) { + if (self.label) self.label = self.label.transform(tw); + }); + + _(AST_If, function(self, tw) { + self.condition = self.condition.transform(tw); + self.body = self.body.transform(tw); + if (self.alternative) self.alternative = self.alternative.transform(tw); + }); + + _(AST_Switch, function(self, tw) { + self.expression = self.expression.transform(tw); + self.body = do_list(self.body, tw); + }); + + _(AST_Case, function(self, tw) { + self.expression = self.expression.transform(tw); + self.body = do_list(self.body, tw); + }); + + _(AST_Try, function(self, tw) { + self.body = do_list(self.body, tw); + if (self.bcatch) self.bcatch = self.bcatch.transform(tw); + if (self.bfinally) self.bfinally = self.bfinally.transform(tw); + }); + + _(AST_Catch, function(self, tw) { + if (self.argname) self.argname = self.argname.transform(tw); + self.body = do_list(self.body, tw); + }); + + _(AST_Definitions, function(self, tw) { + self.definitions = do_list(self.definitions, tw); + }); + + _(AST_VarDef, function(self, tw) { + self.name = self.name.transform(tw); + if (self.value) self.value = self.value.transform(tw); + }); + + _(AST_Destructuring, function(self, tw) { + self.names = do_list(self.names, tw); + }); + + _(AST_Lambda, function(self, tw) { + if (self.name) self.name = self.name.transform(tw); + self.argnames = do_list(self.argnames, tw); + if (self.body instanceof AST_Node) { + self.body = self.body.transform(tw); + } else { + self.body = do_list(self.body, tw); + } + }); + + _(AST_Call, function(self, tw) { + self.expression = self.expression.transform(tw); + self.args = do_list(self.args, tw); + }); + + _(AST_Sequence, function(self, tw) { + self.expressions = do_list(self.expressions, tw); + }); + + _(AST_Dot, function(self, tw) { + self.expression = self.expression.transform(tw); + }); + + _(AST_Sub, function(self, tw) { + self.expression = self.expression.transform(tw); + self.property = self.property.transform(tw); + }); + + _(AST_Yield, function(self, tw) { + if (self.expression) self.expression = self.expression.transform(tw); + }); + + _(AST_Await, function(self, tw) { + self.expression = self.expression.transform(tw); + }); + + _(AST_Unary, function(self, tw) { + self.expression = self.expression.transform(tw); + }); + + _(AST_Binary, function(self, tw) { + self.left = self.left.transform(tw); + self.right = self.right.transform(tw); + }); + + _(AST_Conditional, function(self, tw) { + self.condition = self.condition.transform(tw); + self.consequent = self.consequent.transform(tw); + self.alternative = self.alternative.transform(tw); + }); + + _(AST_Array, function(self, tw) { + self.elements = do_list(self.elements, tw); + }); + + _(AST_Object, function(self, tw) { + self.properties = do_list(self.properties, tw); + }); + + _(AST_ObjectProperty, function(self, tw) { + if (self.key instanceof AST_Node) { + self.key = self.key.transform(tw); + } + self.value = self.value.transform(tw); + }); + + _(AST_Class, function(self, tw) { + if (self.name) self.name = self.name.transform(tw); + if (self.extends) self.extends = self.extends.transform(tw); + self.properties = do_list(self.properties, tw); + }); + + _(AST_Expansion, function(self, tw) { + self.expression = self.expression.transform(tw); + }); + + _(AST_NameMapping, function(self, tw) { + self.foreign_name = self.foreign_name.transform(tw); + self.name = self.name.transform(tw); + }); + + _(AST_Import, function(self, tw) { + if (self.imported_name) self.imported_name = self.imported_name.transform(tw); + if (self.imported_names) do_list(self.imported_names, tw); + self.module_name = self.module_name.transform(tw); + }); + + _(AST_Export, function(self, tw) { + if (self.exported_definition) self.exported_definition = self.exported_definition.transform(tw); + if (self.exported_value) self.exported_value = self.exported_value.transform(tw); + if (self.exported_names) do_list(self.exported_names, tw); + if (self.module_name) self.module_name = self.module_name.transform(tw); + }); + + _(AST_TemplateString, function(self, tw) { + self.segments = do_list(self.segments, tw); + }); + + _(AST_PrefixedTemplateString, function(self, tw) { + self.prefix = self.prefix.transform(tw); + self.template_string = self.template_string.transform(tw); + }); + + })(); + + /*********************************************************************** + + A JavaScript tokenizer / parser / beautifier / compressor. + https://github.com/mishoo/UglifyJS2 + + -------------------------------- (C) --------------------------------- + + Author: Mihai Bazon + + http://mihai.bazon.net/blog + + Distributed under the BSD license: + + Copyright 2012 (c) Mihai Bazon + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + ***********************************************************************/ + + var EXPECT_DIRECTIVE = /^$|[;{][\s\n]*$/; + + function is_some_comments(comment) { + // multiline comment + return comment.type == "comment2" && /@preserve|@license|@cc_on/i.test(comment.value); + } + + function OutputStream(options) { + + var readonly = !options; + options = defaults(options, { + ascii_only : false, + beautify : false, + braces : false, + comments : false, + ecma : 5, + ie8 : false, + indent_level : 4, + indent_start : 0, + inline_script : true, + keep_quoted_props: false, + max_line_len : false, + preamble : null, + quote_keys : false, + quote_style : 0, + safari10 : false, + semicolons : true, + shebang : true, + shorthand : undefined, + source_map : null, + webkit : false, + width : 80, + wrap_iife : false, + }, true); + + if (options.shorthand === undefined) + options.shorthand = options.ecma > 5; + + // Convert comment option to RegExp if neccessary and set up comments filter + var comment_filter = return_false; // Default case, throw all comments away + if (options.comments) { + var comments = options.comments; + if (typeof options.comments === "string" && /^\/.*\/[a-zA-Z]*$/.test(options.comments)) { + var regex_pos = options.comments.lastIndexOf("/"); + comments = new RegExp( + options.comments.substr(1, regex_pos - 1), + options.comments.substr(regex_pos + 1) + ); + } + if (comments instanceof RegExp) { + comment_filter = function(comment) { + return comment.type != "comment5" && comments.test(comment.value); + }; + } else if (typeof comments === "function") { + comment_filter = function(comment) { + return comment.type != "comment5" && comments(this, comment); + }; + } else if (comments === "some") { + comment_filter = is_some_comments; + } else { // NOTE includes "all" option + comment_filter = return_true; + } + } + + var indentation = 0; + var current_col = 0; + var current_line = 1; + var current_pos = 0; + var OUTPUT = ""; + + var to_utf8 = options.ascii_only ? function(str, identifier) { + if (options.ecma >= 6) { + str = str.replace(/[\ud800-\udbff][\udc00-\udfff]/g, function(ch) { + var code = get_full_char_code(ch, 0).toString(16); + return "\\u{" + code + "}"; + }); + } + return str.replace(/[\u0000-\u001f\u007f-\uffff]/g, function(ch) { + var code = ch.charCodeAt(0).toString(16); + if (code.length <= 2 && !identifier) { + while (code.length < 2) code = "0" + code; + return "\\x" + code; + } else { + while (code.length < 4) code = "0" + code; + return "\\u" + code; + } + }); + } : function(str) { + var s = ""; + for (var i = 0, len = str.length; i < len; i++) { + if (is_surrogate_pair_head(str[i]) && !is_surrogate_pair_tail(str[i + 1]) + || is_surrogate_pair_tail(str[i]) && !is_surrogate_pair_head(str[i - 1])) { + s += "\\u" + str.charCodeAt(i).toString(16); + } else { + s += str[i]; + } + } + return s; + }; + + function make_string(str, quote) { + var dq = 0, sq = 0; + str = str.replace(/[\\\b\f\n\r\v\t\x22\x27\u2028\u2029\0\ufeff]/g, + function(s, i) { + switch (s) { + case '"': ++dq; return '"'; + case "'": ++sq; return "'"; + case "\\": return "\\\\"; + case "\n": return "\\n"; + case "\r": return "\\r"; + case "\t": return "\\t"; + case "\b": return "\\b"; + case "\f": return "\\f"; + case "\x0B": return options.ie8 ? "\\x0B" : "\\v"; + case "\u2028": return "\\u2028"; + case "\u2029": return "\\u2029"; + case "\ufeff": return "\\ufeff"; + case "\0": + return /[0-9]/.test(get_full_char(str, i+1)) ? "\\x00" : "\\0"; + } + return s; + }); + function quote_single() { + return "'" + str.replace(/\x27/g, "\\'") + "'"; + } + function quote_double() { + return '"' + str.replace(/\x22/g, '\\"') + '"'; + } + function quote_template() { + return "`" + str.replace(/`/g, "\\`") + "`"; + } + str = to_utf8(str); + if (quote === "`") return quote_template(); + switch (options.quote_style) { + case 1: + return quote_single(); + case 2: + return quote_double(); + case 3: + return quote == "'" ? quote_single() : quote_double(); + default: + return dq > sq ? quote_single() : quote_double(); + } + } + + function encode_string(str, quote) { + var ret = make_string(str, quote); + if (options.inline_script) { + ret = ret.replace(/<\x2f(script)([>\/\t\n\f\r ])/gi, "<\\/$1$2"); + ret = ret.replace(/\x3c!--/g, "\\x3c!--"); + ret = ret.replace(/--\x3e/g, "--\\x3e"); + } + return ret; + } + + function make_name(name) { + name = name.toString(); + name = to_utf8(name, true); + return name; + } + + function make_indent(back) { + return repeat_string(" ", options.indent_start + indentation - back * options.indent_level); + } + + /* -----[ beautification/minification ]----- */ + + var has_parens = false; + var might_need_space = false; + var might_need_semicolon = false; + var might_add_newline = 0; + var need_newline_indented = false; + var need_space = false; + var newline_insert = -1; + var last = ""; + var mapping_token, mapping_name, mappings = options.source_map && []; + + var do_add_mapping = mappings ? function() { + mappings.forEach(function(mapping) { + try { + options.source_map.add( + mapping.token.file, + mapping.line, mapping.col, + mapping.token.line, mapping.token.col, + !mapping.name && mapping.token.type == "name" ? mapping.token.value : mapping.name + ); + } catch(ex) { + mapping.token.file != null && AST_Node.warn("Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]", { + file: mapping.token.file, + line: mapping.token.line, + col: mapping.token.col, + cline: mapping.line, + ccol: mapping.col, + name: mapping.name || "" + }); + } + }); + mappings = []; + } : noop; + + var ensure_line_len = options.max_line_len ? function() { + if (current_col > options.max_line_len) { + if (might_add_newline) { + var left = OUTPUT.slice(0, might_add_newline); + var right = OUTPUT.slice(might_add_newline); + if (mappings) { + var delta = right.length - current_col; + mappings.forEach(function(mapping) { + mapping.line++; + mapping.col += delta; + }); + } + OUTPUT = left + "\n" + right; + current_line++; + current_pos++; + current_col = right.length; + } + if (current_col > options.max_line_len) { + AST_Node.warn("Output exceeds {max_line_len} characters", options); + } + } + if (might_add_newline) { + might_add_newline = 0; + do_add_mapping(); + } + } : noop; + + var requireSemicolonChars = makePredicate("( [ + * / - , . `"); + + function print(str) { + str = String(str); + var ch = get_full_char(str, 0); + if (need_newline_indented && ch) { + need_newline_indented = false; + if (ch !== "\n") { + print("\n"); + indent(); + } + } + if (need_space && ch) { + need_space = false; + if (!/[\s;})]/.test(ch)) { + space(); + } + } + newline_insert = -1; + var prev = last.charAt(last.length - 1); + if (might_need_semicolon) { + might_need_semicolon = false; + + if (prev === ":" && ch === "}" || (!ch || !";}".includes(ch)) && prev !== ";") { + if (options.semicolons || requireSemicolonChars(ch)) { + OUTPUT += ";"; + current_col++; + current_pos++; + } else { + ensure_line_len(); + OUTPUT += "\n"; + current_pos++; + current_line++; + current_col = 0; + + if (/^\s+$/.test(str)) { + // reset the semicolon flag, since we didn't print one + // now and might still have to later + might_need_semicolon = true; + } + } + + if (!options.beautify) + might_need_space = false; + } + } + + if (might_need_space) { + if ((is_identifier_char(prev) + && (is_identifier_char(ch) || ch == "\\")) + || (ch == "/" && ch == prev) + || ((ch == "+" || ch == "-") && ch == last) + ) { + OUTPUT += " "; + current_col++; + current_pos++; + } + might_need_space = false; + } + + if (mapping_token) { + mappings.push({ + token: mapping_token, + name: mapping_name, + line: current_line, + col: current_col + }); + mapping_token = false; + if (!might_add_newline) do_add_mapping(); + } + + OUTPUT += str; + has_parens = str[str.length - 1] == "("; + current_pos += str.length; + var a = str.split(/\r?\n/), n = a.length - 1; + current_line += n; + current_col += a[0].length; + if (n > 0) { + ensure_line_len(); + current_col = a[n].length; + } + last = str; + } + + var star = function() { + print("*"); + }; + + var space = options.beautify ? function() { + print(" "); + } : function() { + might_need_space = true; + }; + + var indent = options.beautify ? function(half) { + if (options.beautify) { + print(make_indent(half ? 0.5 : 0)); + } + } : noop; + + var with_indent = options.beautify ? function(col, cont) { + if (col === true) col = next_indent(); + var save_indentation = indentation; + indentation = col; + var ret = cont(); + indentation = save_indentation; + return ret; + } : function(col, cont) { return cont(); }; + + var newline = options.beautify ? function() { + if (newline_insert < 0) return print("\n"); + if (OUTPUT[newline_insert] != "\n") { + OUTPUT = OUTPUT.slice(0, newline_insert) + "\n" + OUTPUT.slice(newline_insert); + current_pos++; + current_line++; + } + newline_insert++; + } : options.max_line_len ? function() { + ensure_line_len(); + might_add_newline = OUTPUT.length; + } : noop; + + var semicolon = options.beautify ? function() { + print(";"); + } : function() { + might_need_semicolon = true; + }; + + function force_semicolon() { + might_need_semicolon = false; + print(";"); + } + + function next_indent() { + return indentation + options.indent_level; + } + + function with_block(cont) { + var ret; + print("{"); + newline(); + with_indent(next_indent(), function() { + ret = cont(); + }); + indent(); + print("}"); + return ret; + } + + function with_parens(cont) { + print("("); + //XXX: still nice to have that for argument lists + //var ret = with_indent(current_col, cont); + var ret = cont(); + print(")"); + return ret; + } + + function with_square(cont) { + print("["); + //var ret = with_indent(current_col, cont); + var ret = cont(); + print("]"); + return ret; + } + + function comma() { + print(","); + space(); + } + + function colon() { + print(":"); + space(); + } + + var add_mapping = mappings ? function(token, name) { + mapping_token = token; + mapping_name = name; + } : noop; + + function get() { + if (might_add_newline) { + ensure_line_len(); + } + return OUTPUT; + } + + function has_nlb() { + var index = OUTPUT.lastIndexOf("\n"); + return /^ *$/.test(OUTPUT.slice(index + 1)); + } + + function prepend_comments(node) { + var self = this; + var start = node.start; + if (!start) return; + if (start.comments_before && start.comments_before._dumped === self) return; + var comments = start.comments_before; + if (!comments) { + comments = start.comments_before = []; + } + comments._dumped = self; + + if (node instanceof AST_Exit && node.value) { + var tw = new TreeWalker(function(node) { + var parent = tw.parent(); + if (parent instanceof AST_Exit + || parent instanceof AST_Binary && parent.left === node + || parent.TYPE == "Call" && parent.expression === node + || parent instanceof AST_Conditional && parent.condition === node + || parent instanceof AST_Dot && parent.expression === node + || parent instanceof AST_Sequence && parent.expressions[0] === node + || parent instanceof AST_Sub && parent.expression === node + || parent instanceof AST_UnaryPostfix) { + if (!node.start) return; + var text = node.start.comments_before; + if (text && text._dumped !== self) { + text._dumped = self; + comments = comments.concat(text); + } + } else { + return true; + } + }); + tw.push(node); + node.value.walk(tw); + } + + if (current_pos == 0) { + if (comments.length > 0 && options.shebang && comments[0].type == "comment5") { + print("#!" + comments.shift().value + "\n"); + indent(); + } + var preamble = options.preamble; + if (preamble) { + print(preamble.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g, "\n")); + } + } + + comments = comments.filter(comment_filter, node); + if (comments.length == 0) return; + var last_nlb = has_nlb(); + comments.forEach(function(c, i) { + if (!last_nlb) { + if (c.nlb) { + print("\n"); + indent(); + last_nlb = true; + } else if (i > 0) { + space(); + } + } + if (/comment[134]/.test(c.type)) { + print("//" + c.value.replace(/[@#]__PURE__/g, " ") + "\n"); + indent(); + last_nlb = true; + } else if (c.type == "comment2") { + print("/*" + c.value.replace(/[@#]__PURE__/g, " ") + "*/"); + last_nlb = false; + } + }); + if (!last_nlb) { + if (start.nlb) { + print("\n"); + indent(); + } else { + space(); + } + } + } + + function append_comments(node, tail) { + var self = this; + var token = node.end; + if (!token) return; + var comments = token[tail ? "comments_before" : "comments_after"]; + if (!comments || comments._dumped === self) return; + if (!(node instanceof AST_Statement || all(comments, function(c) { + return !/comment[134]/.test(c.type); + }))) return; + comments._dumped = self; + var insert = OUTPUT.length; + comments.filter(comment_filter, node).forEach(function(c, i) { + need_space = false; + if (need_newline_indented) { + print("\n"); + indent(); + need_newline_indented = false; + } else if (c.nlb && (i > 0 || !has_nlb())) { + print("\n"); + indent(); + } else if (i > 0 || !tail) { + space(); + } + if (/comment[134]/.test(c.type)) { + print("//" + c.value.replace(/[@#]__PURE__/g, " ")); + need_newline_indented = true; + } else if (c.type == "comment2") { + print("/*" + c.value.replace(/[@#]__PURE__/g, " ") + "*/"); + need_space = true; + } + }); + if (OUTPUT.length > insert) newline_insert = insert; + } + + var stack = []; + return { + get : get, + toString : get, + indent : indent, + indentation : function() { return indentation; }, + current_width : function() { return current_col - indentation; }, + should_break : function() { return options.width && this.current_width() >= options.width; }, + has_parens : function() { return has_parens; }, + newline : newline, + print : print, + star : star, + space : space, + comma : comma, + colon : colon, + last : function() { return last; }, + semicolon : semicolon, + force_semicolon : force_semicolon, + to_utf8 : to_utf8, + print_name : function(name) { print(make_name(name)); }, + print_string : function(str, quote, escape_directive) { + var encoded = encode_string(str, quote); + if (escape_directive === true && !encoded.includes("\\")) { + // Insert semicolons to break directive prologue + if (!EXPECT_DIRECTIVE.test(OUTPUT)) { + force_semicolon(); + } + force_semicolon(); + } + print(encoded); + }, + print_template_string_chars: function(str) { + var encoded = encode_string(str, "`").replace(/\${/g, "\\${"); + return print(encoded.substr(1, encoded.length - 2)); + }, + encode_string : encode_string, + next_indent : next_indent, + with_indent : with_indent, + with_block : with_block, + with_parens : with_parens, + with_square : with_square, + add_mapping : add_mapping, + option : function(opt) { return options[opt]; }, + prepend_comments: readonly ? noop : prepend_comments, + append_comments : readonly || comment_filter === return_false ? noop : append_comments, + line : function() { return current_line; }, + col : function() { return current_col; }, + pos : function() { return current_pos; }, + push_node : function(node) { stack.push(node); }, + pop_node : function() { return stack.pop(); }, + parent : function(n) { + return stack[stack.length - 2 - (n || 0)]; + } + }; + + } + + /* -----[ code generators ]----- */ + + (function() { + + /* -----[ utils ]----- */ + + function DEFPRINT(nodetype, generator) { + nodetype.DEFMETHOD("_codegen", generator); + } + + var in_directive = false; + var active_scope = null; + var use_asm = null; + + AST_Node.DEFMETHOD("print", function(stream, force_parens) { + var self = this, generator = self._codegen; + if (self instanceof AST_Scope) { + active_scope = self; + } else if (!use_asm && self instanceof AST_Directive && self.value == "use asm") { + use_asm = active_scope; + } + function doit() { + stream.prepend_comments(self); + self.add_source_map(stream); + generator(self, stream); + stream.append_comments(self); + } + stream.push_node(self); + if (force_parens || self.needs_parens(stream)) { + stream.with_parens(doit); + } else { + doit(); + } + stream.pop_node(); + if (self === use_asm) { + use_asm = null; + } + }); + AST_Node.DEFMETHOD("_print", AST_Node.prototype.print); + + AST_Node.DEFMETHOD("print_to_string", function(options) { + var s = OutputStream(options); + this.print(s); + return s.get(); + }); + + /* -----[ PARENTHESES ]----- */ + + function PARENS(nodetype, func) { + if (Array.isArray(nodetype)) { + nodetype.forEach(function(nodetype) { + PARENS(nodetype, func); + }); + } else { + nodetype.DEFMETHOD("needs_parens", func); + } + } + + PARENS(AST_Node, return_false); + + // a function expression needs parens around it when it's provably + // the first token to appear in a statement. + PARENS(AST_Function, function(output) { + if (!output.has_parens() && first_in_statement(output)) { + return true; + } + + if (output.option("webkit")) { + var p = output.parent(); + if (p instanceof AST_PropAccess && p.expression === this) { + return true; + } + } + + if (output.option("wrap_iife")) { + var p = output.parent(); + return p instanceof AST_Call && p.expression === this; + } + + return false; + }); + + PARENS(AST_Arrow, function(output) { + var p = output.parent(); + return p instanceof AST_PropAccess && p.expression === this; + }); + + // same goes for an object literal, because otherwise it would be + // interpreted as a block of code. + PARENS(AST_Object, function(output) { + return !output.has_parens() && first_in_statement(output); + }); + + PARENS(AST_ClassExpression, first_in_statement); + + PARENS(AST_Unary, function(output) { + var p = output.parent(); + return p instanceof AST_PropAccess && p.expression === this + || p instanceof AST_Call && p.expression === this + || p instanceof AST_Binary + && p.operator === "**" + && this instanceof AST_UnaryPrefix + && p.left === this + && this.operator !== "++" + && this.operator !== "--"; + }); + + PARENS(AST_Await, function(output) { + var p = output.parent(); + return p instanceof AST_PropAccess && p.expression === this + || p instanceof AST_Call && p.expression === this + || output.option("safari10") && p instanceof AST_UnaryPrefix; + }); + + PARENS(AST_Sequence, function(output) { + var p = output.parent(); + return p instanceof AST_Call // (foo, bar)() or foo(1, (2, 3), 4) + || p instanceof AST_Unary // !(foo, bar, baz) + || p instanceof AST_Binary // 1 + (2, 3) + 4 ==> 8 + || p instanceof AST_VarDef // var a = (1, 2), b = a + a; ==> b == 4 + || p instanceof AST_PropAccess // (1, {foo:2}).foo or (1, {foo:2})["foo"] ==> 2 + || p instanceof AST_Array // [ 1, (2, 3), 4 ] ==> [ 1, 3, 4 ] + || p instanceof AST_ObjectProperty // { foo: (1, 2) }.foo ==> 2 + || p instanceof AST_Conditional /* (false, true) ? (a = 10, b = 20) : (c = 30) + * ==> 20 (side effect, set a := 10 and b := 20) */ + || p instanceof AST_Arrow // x => (x, x) + || p instanceof AST_DefaultAssign // x => (x = (0, function(){})) + || p instanceof AST_Expansion // [...(a, b)] + || p instanceof AST_ForOf && this === p.object // for (e of (foo, bar)) {} + || p instanceof AST_Yield // yield (foo, bar) + || p instanceof AST_Export // export default (foo, bar) + ; + }); + + PARENS(AST_Binary, function(output) { + var p = output.parent(); + // (foo && bar)() + if (p instanceof AST_Call && p.expression === this) + return true; + // typeof (foo && bar) + if (p instanceof AST_Unary) + return true; + // (foo && bar)["prop"], (foo && bar).prop + if (p instanceof AST_PropAccess && p.expression === this) + return true; + // this deals with precedence: 3 * (2 + 1) + if (p instanceof AST_Binary) { + var po = p.operator, pp = PRECEDENCE[po]; + var so = this.operator, sp = PRECEDENCE[so]; + if (pp > sp + || (pp == sp + && (this === p.right || po == "**"))) { + return true; + } + } + }); + + PARENS(AST_Yield, function(output) { + var p = output.parent(); + // (yield 1) + (yield 2) + // a = yield 3 + if (p instanceof AST_Binary && p.operator !== "=") + return true; + // (yield 1)() + // new (yield 1)() + if (p instanceof AST_Call && p.expression === this) + return true; + // (yield 1) ? yield 2 : yield 3 + if (p instanceof AST_Conditional && p.condition === this) + return true; + // -(yield 4) + if (p instanceof AST_Unary) + return true; + // (yield x).foo + // (yield x)['foo'] + if (p instanceof AST_PropAccess && p.expression === this) + return true; + }); + + PARENS(AST_PropAccess, function(output) { + var p = output.parent(); + if (p instanceof AST_New && p.expression === this) { + // i.e. new (foo.bar().baz) + // + // if there's one call into this subtree, then we need + // parens around it too, otherwise the call will be + // interpreted as passing the arguments to the upper New + // expression. + var parens = false; + this.walk(new TreeWalker(function(node) { + if (parens || node instanceof AST_Scope) return true; + if (node instanceof AST_Call) { + parens = true; + return true; + } + })); + return parens; + } + }); + + PARENS(AST_Call, function(output) { + var p = output.parent(), p1; + if (p instanceof AST_New && p.expression === this + || p instanceof AST_Export && p.is_default && this.expression instanceof AST_Function) + return true; + + // workaround for Safari bug. + // https://bugs.webkit.org/show_bug.cgi?id=123506 + return this.expression instanceof AST_Function + && p instanceof AST_PropAccess + && p.expression === this + && (p1 = output.parent(1)) instanceof AST_Assign + && p1.left === p; + }); + + PARENS(AST_New, function(output) { + var p = output.parent(); + if (!need_constructor_parens(this, output) + && (p instanceof AST_PropAccess // (new Date).getTime(), (new Date)["getTime"]() + || p instanceof AST_Call && p.expression === this)) // (new foo)(bar) + return true; + }); + + PARENS(AST_Number, function(output) { + var p = output.parent(); + if (p instanceof AST_PropAccess && p.expression === this) { + var value = this.getValue(); + if (value < 0 || /^0/.test(make_num(value))) { + return true; + } + } + }); + + PARENS([ AST_Assign, AST_Conditional ], function(output) { + var p = output.parent(); + // !(a = false) → true + if (p instanceof AST_Unary) + return true; + // 1 + (a = 2) + 3 → 6, side effect setting a = 2 + if (p instanceof AST_Binary && !(p instanceof AST_Assign)) + return true; + // (a = func)() —or— new (a = Object)() + if (p instanceof AST_Call && p.expression === this) + return true; + // (a = foo) ? bar : baz + if (p instanceof AST_Conditional && p.condition === this) + return true; + // (a = foo)["prop"] —or— (a = foo).prop + if (p instanceof AST_PropAccess && p.expression === this) + return true; + // ({a, b} = {a: 1, b: 2}), a destructuring assignment + if (this instanceof AST_Assign && this.left instanceof AST_Destructuring && this.left.is_array === false) + return true; + }); + + /* -----[ PRINTERS ]----- */ + + DEFPRINT(AST_Directive, function(self, output) { + output.print_string(self.value, self.quote); + output.semicolon(); + }); + + DEFPRINT(AST_Expansion, function (self, output) { + output.print("..."); + self.expression.print(output); + }); + + DEFPRINT(AST_Destructuring, function (self, output) { + output.print(self.is_array ? "[" : "{"); + var len = self.names.length; + self.names.forEach(function (name, i) { + if (i > 0) output.comma(); + name.print(output); + // If the final element is a hole, we need to make sure it + // doesn't look like a trailing comma, by inserting an actual + // trailing comma. + if (i == len - 1 && name instanceof AST_Hole) output.comma(); + }); + output.print(self.is_array ? "]" : "}"); + }); + + DEFPRINT(AST_Debugger, function(self, output) { + output.print("debugger"); + output.semicolon(); + }); + + /* -----[ statements ]----- */ + + function display_body(body, is_toplevel, output, allow_directives) { + var last = body.length - 1; + in_directive = allow_directives; + body.forEach(function(stmt, i) { + if (in_directive === true && !(stmt instanceof AST_Directive || + stmt instanceof AST_EmptyStatement || + (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String) + )) { + in_directive = false; + } + if (!(stmt instanceof AST_EmptyStatement)) { + output.indent(); + stmt.print(output); + if (!(i == last && is_toplevel)) { + output.newline(); + if (is_toplevel) output.newline(); + } + } + if (in_directive === true && + stmt instanceof AST_SimpleStatement && + stmt.body instanceof AST_String + ) { + in_directive = false; + } + }); + in_directive = false; + } + + AST_StatementWithBody.DEFMETHOD("_do_print_body", function(output) { + force_statement(this.body, output); + }); + + DEFPRINT(AST_Statement, function(self, output) { + self.body.print(output); + output.semicolon(); + }); + DEFPRINT(AST_Toplevel, function(self, output) { + display_body(self.body, true, output, true); + output.print(""); + }); + DEFPRINT(AST_LabeledStatement, function(self, output) { + self.label.print(output); + output.colon(); + self.body.print(output); + }); + DEFPRINT(AST_SimpleStatement, function(self, output) { + self.body.print(output); + output.semicolon(); + }); + function print_braced_empty(self, output) { + output.print("{"); + output.with_indent(output.next_indent(), function() { + output.append_comments(self, true); + }); + output.print("}"); + } + function print_braced(self, output, allow_directives) { + if (self.body.length > 0) { + output.with_block(function() { + display_body(self.body, false, output, allow_directives); + }); + } else print_braced_empty(self, output); + } + DEFPRINT(AST_BlockStatement, function(self, output) { + print_braced(self, output); + }); + DEFPRINT(AST_EmptyStatement, function(self, output) { + output.semicolon(); + }); + DEFPRINT(AST_Do, function(self, output) { + output.print("do"); + output.space(); + make_block(self.body, output); + output.space(); + output.print("while"); + output.space(); + output.with_parens(function() { + self.condition.print(output); + }); + output.semicolon(); + }); + DEFPRINT(AST_While, function(self, output) { + output.print("while"); + output.space(); + output.with_parens(function() { + self.condition.print(output); + }); + output.space(); + self._do_print_body(output); + }); + DEFPRINT(AST_For, function(self, output) { + output.print("for"); + output.space(); + output.with_parens(function() { + if (self.init) { + if (self.init instanceof AST_Definitions) { + self.init.print(output); + } else { + parenthesize_for_noin(self.init, output, true); + } + output.print(";"); + output.space(); + } else { + output.print(";"); + } + if (self.condition) { + self.condition.print(output); + output.print(";"); + output.space(); + } else { + output.print(";"); + } + if (self.step) { + self.step.print(output); + } + }); + output.space(); + self._do_print_body(output); + }); + DEFPRINT(AST_ForIn, function(self, output) { + output.print("for"); + if (self.await) { + output.space(); + output.print("await"); + } + output.space(); + output.with_parens(function() { + self.init.print(output); + output.space(); + output.print(self instanceof AST_ForOf ? "of" : "in"); + output.space(); + self.object.print(output); + }); + output.space(); + self._do_print_body(output); + }); + DEFPRINT(AST_With, function(self, output) { + output.print("with"); + output.space(); + output.with_parens(function() { + self.expression.print(output); + }); + output.space(); + self._do_print_body(output); + }); + + /* -----[ functions ]----- */ + AST_Lambda.DEFMETHOD("_do_print", function(output, nokeyword) { + var self = this; + if (!nokeyword) { + if (self.async) { + output.print("async"); + output.space(); + } + output.print("function"); + if (self.is_generator) { + output.star(); + } + if (self.name) { + output.space(); + } + } + if (self.name instanceof AST_Symbol) { + self.name.print(output); + } else if (nokeyword && self.name instanceof AST_Node) { + output.with_square(function() { + self.name.print(output); // Computed method name + }); + } + output.with_parens(function() { + self.argnames.forEach(function(arg, i) { + if (i) output.comma(); + arg.print(output); + }); + }); + output.space(); + print_braced(self, output, true); + }); + DEFPRINT(AST_Lambda, function(self, output) { + self._do_print(output); + }); + + DEFPRINT(AST_PrefixedTemplateString, function(self, output) { + var tag = self.prefix; + var parenthesize_tag = tag instanceof AST_Arrow + || tag instanceof AST_Binary + || tag instanceof AST_Conditional + || tag instanceof AST_Sequence + || tag instanceof AST_Unary; + if (parenthesize_tag) output.print("("); + self.prefix.print(output); + if (parenthesize_tag) output.print(")"); + self.template_string.print(output); + }); + DEFPRINT(AST_TemplateString, function(self, output) { + var is_tagged = output.parent() instanceof AST_PrefixedTemplateString; + + output.print("`"); + for (var i = 0; i < self.segments.length; i++) { + if (!(self.segments[i] instanceof AST_TemplateSegment)) { + output.print("${"); + self.segments[i].print(output); + output.print("}"); + } else if (is_tagged) { + output.print(self.segments[i].raw); + } else { + output.print_template_string_chars(self.segments[i].value); + } + } + output.print("`"); + }); + + AST_Arrow.DEFMETHOD("_do_print", function(output) { + var self = this; + var parent = output.parent(); + var needs_parens = parent instanceof AST_Binary || + parent instanceof AST_Unary || + (parent instanceof AST_Call && self === parent.expression); + if (needs_parens) { output.print("("); } + if (self.async) { + output.print("async"); + output.space(); + } + if (self.argnames.length === 1 && self.argnames[0] instanceof AST_Symbol) { + self.argnames[0].print(output); + } else { + output.with_parens(function() { + self.argnames.forEach(function(arg, i) { + if (i) output.comma(); + arg.print(output); + }); + }); + } + output.space(); + output.print("=>"); + output.space(); + if (self.body instanceof AST_Node) { + self.body.print(output); + } else { + print_braced(self, output); + } + if (needs_parens) { output.print(")"); } + }); + + /* -----[ exits ]----- */ + AST_Exit.DEFMETHOD("_do_print", function(output, kind) { + output.print(kind); + if (this.value) { + output.space(); + this.value.print(output); + } + output.semicolon(); + }); + DEFPRINT(AST_Return, function(self, output) { + self._do_print(output, "return"); + }); + DEFPRINT(AST_Throw, function(self, output) { + self._do_print(output, "throw"); + }); + + /* -----[ yield ]----- */ + + DEFPRINT(AST_Yield, function(self, output) { + var star = self.is_star ? "*" : ""; + output.print("yield" + star); + if (self.expression) { + output.space(); + self.expression.print(output); + } + }); + + DEFPRINT(AST_Await, function(self, output) { + output.print("await"); + output.space(); + var e = self.expression; + var parens = !( + e instanceof AST_Call + || e instanceof AST_SymbolRef + || e instanceof AST_PropAccess + || e instanceof AST_Unary + || e instanceof AST_Constant + ); + if (parens) output.print("("); + self.expression.print(output); + if (parens) output.print(")"); + }); + + /* -----[ loop control ]----- */ + AST_LoopControl.DEFMETHOD("_do_print", function(output, kind) { + output.print(kind); + if (this.label) { + output.space(); + this.label.print(output); + } + output.semicolon(); + }); + DEFPRINT(AST_Break, function(self, output) { + self._do_print(output, "break"); + }); + DEFPRINT(AST_Continue, function(self, output) { + self._do_print(output, "continue"); + }); + + /* -----[ if ]----- */ + function make_then(self, output) { + var b = self.body; + if (output.option("braces") + || output.option("ie8") && b instanceof AST_Do) + return make_block(b, output); + // The squeezer replaces "block"-s that contain only a single + // statement with the statement itself; technically, the AST + // is correct, but this can create problems when we output an + // IF having an ELSE clause where the THEN clause ends in an + // IF *without* an ELSE block (then the outer ELSE would refer + // to the inner IF). This function checks for this case and + // adds the block braces if needed. + if (!b) return output.force_semicolon(); + while (true) { + if (b instanceof AST_If) { + if (!b.alternative) { + make_block(self.body, output); + return; + } + b = b.alternative; + } else if (b instanceof AST_StatementWithBody) { + b = b.body; + } else break; + } + force_statement(self.body, output); + } + DEFPRINT(AST_If, function(self, output) { + output.print("if"); + output.space(); + output.with_parens(function() { + self.condition.print(output); + }); + output.space(); + if (self.alternative) { + make_then(self, output); + output.space(); + output.print("else"); + output.space(); + if (self.alternative instanceof AST_If) + self.alternative.print(output); + else + force_statement(self.alternative, output); + } else { + self._do_print_body(output); + } + }); + + /* -----[ switch ]----- */ + DEFPRINT(AST_Switch, function(self, output) { + output.print("switch"); + output.space(); + output.with_parens(function() { + self.expression.print(output); + }); + output.space(); + var last = self.body.length - 1; + if (last < 0) print_braced_empty(self, output); + else output.with_block(function() { + self.body.forEach(function(branch, i) { + output.indent(true); + branch.print(output); + if (i < last && branch.body.length > 0) + output.newline(); + }); + }); + }); + AST_SwitchBranch.DEFMETHOD("_do_print_body", function(output) { + output.newline(); + this.body.forEach(function(stmt) { + output.indent(); + stmt.print(output); + output.newline(); + }); + }); + DEFPRINT(AST_Default, function(self, output) { + output.print("default:"); + self._do_print_body(output); + }); + DEFPRINT(AST_Case, function(self, output) { + output.print("case"); + output.space(); + self.expression.print(output); + output.print(":"); + self._do_print_body(output); + }); + + /* -----[ exceptions ]----- */ + DEFPRINT(AST_Try, function(self, output) { + output.print("try"); + output.space(); + print_braced(self, output); + if (self.bcatch) { + output.space(); + self.bcatch.print(output); + } + if (self.bfinally) { + output.space(); + self.bfinally.print(output); + } + }); + DEFPRINT(AST_Catch, function(self, output) { + output.print("catch"); + if (self.argname) { + output.space(); + output.with_parens(function() { + self.argname.print(output); + }); + } + output.space(); + print_braced(self, output); + }); + DEFPRINT(AST_Finally, function(self, output) { + output.print("finally"); + output.space(); + print_braced(self, output); + }); + + /* -----[ var/const ]----- */ + AST_Definitions.DEFMETHOD("_do_print", function(output, kind) { + output.print(kind); + output.space(); + this.definitions.forEach(function(def, i) { + if (i) output.comma(); + def.print(output); + }); + var p = output.parent(); + var in_for = p instanceof AST_For || p instanceof AST_ForIn; + var output_semicolon = !in_for || p && p.init !== this; + if (output_semicolon) + output.semicolon(); + }); + DEFPRINT(AST_Let, function(self, output) { + self._do_print(output, "let"); + }); + DEFPRINT(AST_Var, function(self, output) { + self._do_print(output, "var"); + }); + DEFPRINT(AST_Const, function(self, output) { + self._do_print(output, "const"); + }); + DEFPRINT(AST_Import, function(self, output) { + output.print("import"); + output.space(); + if (self.imported_name) { + self.imported_name.print(output); + } + if (self.imported_name && self.imported_names) { + output.print(","); + output.space(); + } + if (self.imported_names) { + if (self.imported_names.length === 1 && self.imported_names[0].foreign_name.name === "*") { + self.imported_names[0].print(output); + } else { + output.print("{"); + self.imported_names.forEach(function (name_import, i) { + output.space(); + name_import.print(output); + if (i < self.imported_names.length - 1) { + output.print(","); + } + }); + output.space(); + output.print("}"); + } + } + if (self.imported_name || self.imported_names) { + output.space(); + output.print("from"); + output.space(); + } + self.module_name.print(output); + output.semicolon(); + }); + + DEFPRINT(AST_NameMapping, function(self, output) { + var is_import = output.parent() instanceof AST_Import; + var definition = self.name.definition(); + var names_are_different = + (definition && definition.mangled_name || self.name.name) !== + self.foreign_name.name; + if (names_are_different) { + if (is_import) { + output.print(self.foreign_name.name); + } else { + self.name.print(output); + } + output.space(); + output.print("as"); + output.space(); + if (is_import) { + self.name.print(output); + } else { + output.print(self.foreign_name.name); + } + } else { + self.name.print(output); + } + }); + + DEFPRINT(AST_Export, function(self, output) { + output.print("export"); + output.space(); + if (self.is_default) { + output.print("default"); + output.space(); + } + if (self.exported_names) { + if (self.exported_names.length === 1 && self.exported_names[0].name.name === "*") { + self.exported_names[0].print(output); + } else { + output.print("{"); + self.exported_names.forEach(function(name_export, i) { + output.space(); + name_export.print(output); + if (i < self.exported_names.length - 1) { + output.print(","); + } + }); + output.space(); + output.print("}"); + } + } else if (self.exported_value) { + self.exported_value.print(output); + } else if (self.exported_definition) { + self.exported_definition.print(output); + if (self.exported_definition instanceof AST_Definitions) return; + } + if (self.module_name) { + output.space(); + output.print("from"); + output.space(); + self.module_name.print(output); + } + if (self.exported_value + && !(self.exported_value instanceof AST_Defun || + self.exported_value instanceof AST_Function || + self.exported_value instanceof AST_Class) + || self.module_name + || self.exported_names + ) { + output.semicolon(); + } + }); + + function parenthesize_for_noin(node, output, noin) { + var parens = false; + // need to take some precautions here: + // https://github.com/mishoo/UglifyJS2/issues/60 + if (noin) node.walk(new TreeWalker(function(node) { + if (parens || node instanceof AST_Scope) return true; + if (node instanceof AST_Binary && node.operator == "in") { + parens = true; + return true; + } + })); + node.print(output, parens); + } + + DEFPRINT(AST_VarDef, function(self, output) { + self.name.print(output); + if (self.value) { + output.space(); + output.print("="); + output.space(); + var p = output.parent(1); + var noin = p instanceof AST_For || p instanceof AST_ForIn; + parenthesize_for_noin(self.value, output, noin); + } + }); + + /* -----[ other expressions ]----- */ + DEFPRINT(AST_Call, function(self, output) { + self.expression.print(output); + if (self instanceof AST_New && !need_constructor_parens(self, output)) + return; + if (self.expression instanceof AST_Call || self.expression instanceof AST_Lambda) { + output.add_mapping(self.start); + } + output.with_parens(function() { + self.args.forEach(function(expr, i) { + if (i) output.comma(); + expr.print(output); + }); + }); + }); + DEFPRINT(AST_New, function(self, output) { + output.print("new"); + output.space(); + AST_Call.prototype._codegen(self, output); + }); + + AST_Sequence.DEFMETHOD("_do_print", function(output) { + this.expressions.forEach(function(node, index) { + if (index > 0) { + output.comma(); + if (output.should_break()) { + output.newline(); + output.indent(); + } + } + node.print(output); + }); + }); + DEFPRINT(AST_Sequence, function(self, output) { + self._do_print(output); + // var p = output.parent(); + // if (p instanceof AST_Statement) { + // output.with_indent(output.next_indent(), function(){ + // self._do_print(output); + // }); + // } else { + // self._do_print(output); + // } + }); + DEFPRINT(AST_Dot, function(self, output) { + var expr = self.expression; + expr.print(output); + var prop = self.property; + if (output.option("ie8") && RESERVED_WORDS(prop)) { + output.print("["); + output.add_mapping(self.end); + output.print_string(prop); + output.print("]"); + } else { + if (expr instanceof AST_Number && expr.getValue() >= 0) { + if (!/[xa-f.)]/i.test(output.last())) { + output.print("."); + } + } + output.print("."); + // the name after dot would be mapped about here. + output.add_mapping(self.end); + output.print_name(prop); + } + }); + DEFPRINT(AST_Sub, function(self, output) { + self.expression.print(output); + output.print("["); + self.property.print(output); + output.print("]"); + }); + DEFPRINT(AST_UnaryPrefix, function(self, output) { + var op = self.operator; + output.print(op); + if (/^[a-z]/i.test(op) + || (/[+-]$/.test(op) + && self.expression instanceof AST_UnaryPrefix + && /^[+-]/.test(self.expression.operator))) { + output.space(); + } + self.expression.print(output); + }); + DEFPRINT(AST_UnaryPostfix, function(self, output) { + self.expression.print(output); + output.print(self.operator); + }); + DEFPRINT(AST_Binary, function(self, output) { + var op = self.operator; + self.left.print(output); + if (op[0] == ">" /* ">>" ">>>" ">" ">=" */ + && self.left instanceof AST_UnaryPostfix + && self.left.operator == "--") { + // space is mandatory to avoid outputting --> + output.print(" "); + } else { + // the space is optional depending on "beautify" + output.space(); + } + output.print(op); + if ((op == "<" || op == "<<") + && self.right instanceof AST_UnaryPrefix + && self.right.operator == "!" + && self.right.expression instanceof AST_UnaryPrefix + && self.right.expression.operator == "--") { + // space is mandatory to avoid outputting x ? y : false + if (self.left.operator == "||") { + var lr = self.left.right.evaluate(compressor); + if (!lr) return make_node(AST_Conditional, self, { + condition: self.left.left, + consequent: self.right, + alternative: self.left.right + }).optimize(compressor); + } + break; + case "||": + var ll = self.left.truthy ? true : self.left.falsy ? false : self.left.evaluate(compressor); + if (!ll) { + compressor.warn("Condition left of || always false [{file}:{line},{col}]", self.start); + return make_sequence(self, [ self.left, self.right ]).optimize(compressor); + } else if (!(ll instanceof AST_Node)) { + compressor.warn("Condition left of || always true [{file}:{line},{col}]", self.start); + return maintain_this_binding(compressor.parent(), compressor.self(), self.left).optimize(compressor); + } + var rr = self.right.evaluate(compressor); + if (!rr) { + var parent = compressor.parent(); + if (parent.operator == "||" && parent.left === compressor.self() || compressor.in_boolean_context()) { + compressor.warn("Dropping side-effect-free || [{file}:{line},{col}]", self.start); + return self.left.optimize(compressor); + } + } else if (!(rr instanceof AST_Node)) { + if (compressor.in_boolean_context()) { + compressor.warn("Boolean || always true [{file}:{line},{col}]", self.start); + return make_sequence(self, [ + self.left, + make_node(AST_True, self) + ]).optimize(compressor); + } else self.truthy = true; + } + if (self.left.operator == "&&") { + var lr = self.left.right.evaluate(compressor); + if (lr && !(lr instanceof AST_Node)) return make_node(AST_Conditional, self, { + condition: self.left.left, + consequent: self.left.right, + alternative: self.right + }).optimize(compressor); + } + break; + } + var associative = true; + switch (self.operator) { + case "+": + // "foo" + ("bar" + x) => "foobar" + x + if (self.left instanceof AST_Constant + && self.right instanceof AST_Binary + && self.right.operator == "+" + && self.right.left instanceof AST_Constant + && self.right.is_string(compressor)) { + self = make_node(AST_Binary, self, { + operator: "+", + left: make_node(AST_String, self.left, { + value: "" + self.left.getValue() + self.right.left.getValue(), + start: self.left.start, + end: self.right.left.end + }), + right: self.right.right + }); + } + // (x + "foo") + "bar" => x + "foobar" + if (self.right instanceof AST_Constant + && self.left instanceof AST_Binary + && self.left.operator == "+" + && self.left.right instanceof AST_Constant + && self.left.is_string(compressor)) { + self = make_node(AST_Binary, self, { + operator: "+", + left: self.left.left, + right: make_node(AST_String, self.right, { + value: "" + self.left.right.getValue() + self.right.getValue(), + start: self.left.right.start, + end: self.right.end + }) + }); + } + // (x + "foo") + ("bar" + y) => (x + "foobar") + y + if (self.left instanceof AST_Binary + && self.left.operator == "+" + && self.left.is_string(compressor) + && self.left.right instanceof AST_Constant + && self.right instanceof AST_Binary + && self.right.operator == "+" + && self.right.left instanceof AST_Constant + && self.right.is_string(compressor)) { + self = make_node(AST_Binary, self, { + operator: "+", + left: make_node(AST_Binary, self.left, { + operator: "+", + left: self.left.left, + right: make_node(AST_String, self.left.right, { + value: "" + self.left.right.getValue() + self.right.left.getValue(), + start: self.left.right.start, + end: self.right.left.end + }) + }), + right: self.right.right + }); + } + // a + -b => a - b + if (self.right instanceof AST_UnaryPrefix + && self.right.operator == "-" + && self.left.is_number(compressor)) { + self = make_node(AST_Binary, self, { + operator: "-", + left: self.left, + right: self.right.expression + }); + break; + } + // -a + b => b - a + if (self.left instanceof AST_UnaryPrefix + && self.left.operator == "-" + && reversible() + && self.right.is_number(compressor)) { + self = make_node(AST_Binary, self, { + operator: "-", + left: self.right, + right: self.left.expression + }); + break; + } + case "*": + associative = compressor.option("unsafe_math"); + case "&": + case "|": + case "^": + // a + +b => +b + a + if (self.left.is_number(compressor) + && self.right.is_number(compressor) + && reversible() + && !(self.left instanceof AST_Binary + && self.left.operator != self.operator + && PRECEDENCE[self.left.operator] >= PRECEDENCE[self.operator])) { + var reversed = make_node(AST_Binary, self, { + operator: self.operator, + left: self.right, + right: self.left + }); + if (self.right instanceof AST_Constant + && !(self.left instanceof AST_Constant)) { + self = best_of(compressor, reversed, self); + } else { + self = best_of(compressor, self, reversed); + } + } + if (associative && self.is_number(compressor)) { + // a + (b + c) => (a + b) + c + if (self.right instanceof AST_Binary + && self.right.operator == self.operator) { + self = make_node(AST_Binary, self, { + operator: self.operator, + left: make_node(AST_Binary, self.left, { + operator: self.operator, + left: self.left, + right: self.right.left, + start: self.left.start, + end: self.right.left.end + }), + right: self.right.right + }); + } + // (n + 2) + 3 => 5 + n + // (2 * n) * 3 => 6 + n + if (self.right instanceof AST_Constant + && self.left instanceof AST_Binary + && self.left.operator == self.operator) { + if (self.left.left instanceof AST_Constant) { + self = make_node(AST_Binary, self, { + operator: self.operator, + left: make_node(AST_Binary, self.left, { + operator: self.operator, + left: self.left.left, + right: self.right, + start: self.left.left.start, + end: self.right.end + }), + right: self.left.right + }); + } else if (self.left.right instanceof AST_Constant) { + self = make_node(AST_Binary, self, { + operator: self.operator, + left: make_node(AST_Binary, self.left, { + operator: self.operator, + left: self.left.right, + right: self.right, + start: self.left.right.start, + end: self.right.end + }), + right: self.left.left + }); + } + } + // (a | 1) | (2 | d) => (3 | a) | b + if (self.left instanceof AST_Binary + && self.left.operator == self.operator + && self.left.right instanceof AST_Constant + && self.right instanceof AST_Binary + && self.right.operator == self.operator + && self.right.left instanceof AST_Constant) { + self = make_node(AST_Binary, self, { + operator: self.operator, + left: make_node(AST_Binary, self.left, { + operator: self.operator, + left: make_node(AST_Binary, self.left.left, { + operator: self.operator, + left: self.left.right, + right: self.right.left, + start: self.left.right.start, + end: self.right.left.end + }), + right: self.left.left + }), + right: self.right.right + }); + } + } + } + } + // x && (y && z) ==> x && y && z + // x || (y || z) ==> x || y || z + // x + ("y" + z) ==> x + "y" + z + // "x" + (y + "z")==> "x" + y + "z" + if (self.right instanceof AST_Binary + && self.right.operator == self.operator + && (lazy_op(self.operator) + || (self.operator == "+" + && (self.right.left.is_string(compressor) + || (self.left.is_string(compressor) + && self.right.right.is_string(compressor))))) + ) { + self.left = make_node(AST_Binary, self.left, { + operator : self.operator, + left : self.left, + right : self.right.left + }); + self.right = self.right.right; + return self.transform(compressor); + } + var ev = self.evaluate(compressor); + if (ev !== self) { + ev = make_node_from_constant(ev, self).optimize(compressor); + return best_of(compressor, ev, self); + } + return self; + }); + + def_optimize(AST_SymbolExport, function(self, compressor) { + return self; + }); + + function recursive_ref(compressor, def) { + var node; + for (var i = 0; node = compressor.parent(i); i++) { + if (node instanceof AST_Lambda) { + var name = node.name; + if (name && name.definition() === def) break; + } + } + return node; + } + + function within_array_or_object_literal(compressor) { + var node, level = 0; + while (node = compressor.parent(level++)) { + if (node instanceof AST_Statement) return false; + if (node instanceof AST_Array + || node instanceof AST_ObjectKeyVal + || node instanceof AST_Object) { + return true; + } + } + return false; + } + + def_optimize(AST_SymbolRef, function(self, compressor) { + if (!compressor.option("ie8") + && is_undeclared_ref(self) + && (!self.scope.uses_with || !compressor.find_parent(AST_With))) { + switch (self.name) { + case "undefined": + return make_node(AST_Undefined, self).optimize(compressor); + case "NaN": + return make_node(AST_NaN, self).optimize(compressor); + case "Infinity": + return make_node(AST_Infinity, self).optimize(compressor); + } + } + var parent = compressor.parent(); + if (compressor.option("reduce_vars") && is_lhs(self, parent) !== self) { + var d = self.definition(); + if (compressor.top_retain && d.global && compressor.top_retain(d)) { + d.fixed = false; + d.should_replace = false; + d.single_use = false; + return self; + } + var fixed = self.fixed_value(); + var single_use = d.single_use + && !(parent instanceof AST_Call && parent.is_expr_pure(compressor)); + if (single_use && (fixed instanceof AST_Lambda || fixed instanceof AST_Class)) { + if (retain_top_func(fixed, compressor)) { + single_use = false; + } else if (d.scope !== self.scope + && (!compressor.option("reduce_funcs") && fixed instanceof AST_Lambda + || d.escaped == 1 + || fixed.inlined + || within_array_or_object_literal(compressor))) { + single_use = false; + } else if (recursive_ref(compressor, d)) { + single_use = false; + } else if (d.scope !== self.scope || d.orig[0] instanceof AST_SymbolFunarg) { + single_use = fixed.is_constant_expression(self.scope); + if (single_use == "f") { + var scope = self.scope; + do { + if (scope instanceof AST_Defun || is_func_expr(scope)) { + scope.inlined = true; + } + } while (scope = scope.parent_scope); + } + } + } + if (single_use && fixed) { + if (fixed instanceof AST_DefClass) { + fixed = make_node(AST_ClassExpression, fixed, fixed); + } + if (fixed instanceof AST_Defun) { + fixed._squeezed = true; + fixed = make_node(AST_Function, fixed, fixed); + } + var value; + if (d.recursive_refs > 0 && fixed.name instanceof AST_SymbolDefun) { + value = fixed.clone(true); + var defun_def = value.name.definition(); + var lambda_def = value.variables.get(value.name.name); + var name = lambda_def && lambda_def.orig[0]; + if (!(name instanceof AST_SymbolLambda)) { + name = make_node(AST_SymbolLambda, value.name, value.name); + name.scope = value; + value.name = name; + lambda_def = value.def_function(name); + } + value.walk(new TreeWalker(function(node) { + if (node instanceof AST_SymbolRef && node.definition() === defun_def) { + node.thedef = lambda_def; + lambda_def.references.push(node); + } + })); + } else { + value = fixed.optimize(compressor); + if (value === fixed) value = fixed.clone(true); + } + return value; + } + if (fixed && d.should_replace === undefined) { + var init; + if (fixed instanceof AST_This) { + if (!(d.orig[0] instanceof AST_SymbolFunarg) + && all(d.references, function(ref) { + return d.scope === ref.scope; + })) { + init = fixed; + } + } else { + var ev = fixed.evaluate(compressor); + if (ev !== fixed && (compressor.option("unsafe_regexp") || !(ev instanceof RegExp))) { + init = make_node_from_constant(ev, fixed); + } + } + if (init) { + var value_length = init.optimize(compressor).print_to_string().length; + var fn; + if (has_symbol_ref(fixed)) { + fn = function() { + var result = init.optimize(compressor); + return result === init ? result.clone(true) : result; + }; + } else { + value_length = Math.min(value_length, fixed.print_to_string().length); + fn = function() { + var result = best_of_expression(init.optimize(compressor), fixed); + return result === init || result === fixed ? result.clone(true) : result; + }; + } + var name_length = d.name.length; + var overhead = 0; + if (compressor.option("unused") && !compressor.exposed(d)) { + overhead = (name_length + 2 + value_length) / (d.references.length - d.assignments); + } + d.should_replace = value_length <= name_length + overhead ? fn : false; + } else { + d.should_replace = false; + } + } + if (d.should_replace) { + return d.should_replace(); + } + } + return self; + + function has_symbol_ref(value) { + var found; + value.walk(new TreeWalker(function(node) { + if (node instanceof AST_SymbolRef) found = true; + if (found) return true; + })); + return found; + } + }); + + function is_atomic(lhs, self) { + return lhs instanceof AST_SymbolRef || lhs.TYPE === self.TYPE; + } + + def_optimize(AST_Undefined, function(self, compressor) { + if (compressor.option("unsafe_undefined")) { + var undef = find_variable(compressor, "undefined"); + if (undef) { + var ref = make_node(AST_SymbolRef, self, { + name : "undefined", + scope : undef.scope, + thedef : undef + }); + ref.is_undefined = true; + return ref; + } + } + var lhs = is_lhs(compressor.self(), compressor.parent()); + if (lhs && is_atomic(lhs, self)) return self; + return make_node(AST_UnaryPrefix, self, { + operator: "void", + expression: make_node(AST_Number, self, { + value: 0 + }) + }); + }); + + def_optimize(AST_Infinity, function(self, compressor) { + var lhs = is_lhs(compressor.self(), compressor.parent()); + if (lhs && is_atomic(lhs, self)) return self; + if (compressor.option("keep_infinity") + && !(lhs && !is_atomic(lhs, self)) + && !find_variable(compressor, "Infinity")) + return self; + return make_node(AST_Binary, self, { + operator: "/", + left: make_node(AST_Number, self, { + value: 1 + }), + right: make_node(AST_Number, self, { + value: 0 + }) + }); + }); + + def_optimize(AST_NaN, function(self, compressor) { + var lhs = is_lhs(compressor.self(), compressor.parent()); + if (lhs && !is_atomic(lhs, self) + || find_variable(compressor, "NaN")) { + return make_node(AST_Binary, self, { + operator: "/", + left: make_node(AST_Number, self, { + value: 0 + }), + right: make_node(AST_Number, self, { + value: 0 + }) + }); + } + return self; + }); + + function is_reachable(self, defs) { + var reachable = false; + var find_ref = new TreeWalker(function(node) { + if (reachable) return true; + if (node instanceof AST_SymbolRef && member(node.definition(), defs)) { + return reachable = true; + } + }); + var scan_scope = new TreeWalker(function(node) { + if (reachable) return true; + if (node instanceof AST_Scope && node !== self) { + var parent = scan_scope.parent(); + if (parent instanceof AST_Call && parent.expression === node) return; + node.walk(find_ref); + return true; + } + }); + self.walk(scan_scope); + return reachable; + } + + var ASSIGN_OPS = [ "+", "-", "/", "*", "%", ">>", "<<", ">>>", "|", "^", "&" ]; + var ASSIGN_OPS_COMMUTATIVE = [ "*", "|", "^", "&" ]; + def_optimize(AST_Assign, function(self, compressor) { + var def; + if (compressor.option("dead_code") + && self.left instanceof AST_SymbolRef + && (def = self.left.definition()).scope === compressor.find_parent(AST_Lambda)) { + var level = 0, node, parent = self; + do { + node = parent; + parent = compressor.parent(level++); + if (parent instanceof AST_Exit) { + if (in_try(level, parent)) break; + if (is_reachable(def.scope, [ def ])) break; + if (self.operator == "=") return self.right; + def.fixed = false; + return make_node(AST_Binary, self, { + operator: self.operator.slice(0, -1), + left: self.left, + right: self.right + }).optimize(compressor); + } + } while (parent instanceof AST_Binary && parent.right === node + || parent instanceof AST_Sequence && parent.tail_node() === node); + } + self = self.lift_sequences(compressor); + if (self.operator == "=" && self.left instanceof AST_SymbolRef && self.right instanceof AST_Binary) { + // x = expr1 OP expr2 + if (self.right.left instanceof AST_SymbolRef + && self.right.left.name == self.left.name + && member(self.right.operator, ASSIGN_OPS)) { + // x = x - 2 ---> x -= 2 + self.operator = self.right.operator + "="; + self.right = self.right.right; + } else if (self.right.right instanceof AST_SymbolRef + && self.right.right.name == self.left.name + && member(self.right.operator, ASSIGN_OPS_COMMUTATIVE) + && !self.right.left.has_side_effects(compressor)) { + // x = 2 & x ---> x &= 2 + self.operator = self.right.operator + "="; + self.right = self.right.left; + } + } + return self; + + function in_try(level, node) { + var right = self.right; + self.right = make_node(AST_Null, right); + var may_throw = node.may_throw(compressor); + self.right = right; + var scope = self.left.definition().scope; + var parent; + while ((parent = compressor.parent(level++)) !== scope) { + if (parent instanceof AST_Try) { + if (parent.bfinally) return true; + if (may_throw && parent.bcatch) return true; + } + } + } + }); + + def_optimize(AST_DefaultAssign, function(self, compressor) { + if (!compressor.option("evaluate")) { + return self; + } + var evaluateRight = self.right.evaluate(compressor); + + // `[x = undefined] = foo` ---> `[x] = foo` + if (evaluateRight === undefined) { + self = self.left; + } else if (evaluateRight !== self.right) { + evaluateRight = make_node_from_constant(evaluateRight, self.right); + self.right = best_of_expression(evaluateRight, self.right); + } + + return self; + }); + + def_optimize(AST_Conditional, function(self, compressor) { + if (!compressor.option("conditionals")) return self; + // This looks like lift_sequences(), should probably be under "sequences" + if (self.condition instanceof AST_Sequence) { + var expressions = self.condition.expressions.slice(); + self.condition = expressions.pop(); + expressions.push(self); + return make_sequence(self, expressions); + } + var cond = self.condition.evaluate(compressor); + if (cond !== self.condition) { + if (cond) { + compressor.warn("Condition always true [{file}:{line},{col}]", self.start); + return maintain_this_binding(compressor.parent(), compressor.self(), self.consequent); + } else { + compressor.warn("Condition always false [{file}:{line},{col}]", self.start); + return maintain_this_binding(compressor.parent(), compressor.self(), self.alternative); + } + } + var negated = cond.negate(compressor, first_in_statement(compressor)); + if (best_of(compressor, cond, negated) === negated) { + self = make_node(AST_Conditional, self, { + condition: negated, + consequent: self.alternative, + alternative: self.consequent + }); + } + var condition = self.condition; + var consequent = self.consequent; + var alternative = self.alternative; + // x?x:y --> x||y + if (condition instanceof AST_SymbolRef + && consequent instanceof AST_SymbolRef + && condition.definition() === consequent.definition()) { + return make_node(AST_Binary, self, { + operator: "||", + left: condition, + right: alternative + }); + } + // if (foo) exp = something; else exp = something_else; + // | + // v + // exp = foo ? something : something_else; + if (consequent instanceof AST_Assign + && alternative instanceof AST_Assign + && consequent.operator == alternative.operator + && consequent.left.equivalent_to(alternative.left) + && (!self.condition.has_side_effects(compressor) + || consequent.operator == "=" + && !consequent.left.has_side_effects(compressor))) { + return make_node(AST_Assign, self, { + operator: consequent.operator, + left: consequent.left, + right: make_node(AST_Conditional, self, { + condition: self.condition, + consequent: consequent.right, + alternative: alternative.right + }) + }); + } + // x ? y(a) : y(b) --> y(x ? a : b) + var arg_index; + if (consequent instanceof AST_Call + && alternative.TYPE === consequent.TYPE + && consequent.args.length > 0 + && consequent.args.length == alternative.args.length + && consequent.expression.equivalent_to(alternative.expression) + && !self.condition.has_side_effects(compressor) + && !consequent.expression.has_side_effects(compressor) + && typeof (arg_index = single_arg_diff()) == "number") { + var node = consequent.clone(); + node.args[arg_index] = make_node(AST_Conditional, self, { + condition: self.condition, + consequent: consequent.args[arg_index], + alternative: alternative.args[arg_index] + }); + return node; + } + // x?y?z:a:a --> x&&y?z:a + if (consequent instanceof AST_Conditional + && consequent.alternative.equivalent_to(alternative)) { + return make_node(AST_Conditional, self, { + condition: make_node(AST_Binary, self, { + left: self.condition, + operator: "&&", + right: consequent.condition + }), + consequent: consequent.consequent, + alternative: alternative + }); + } + // x ? y : y --> x, y + if (consequent.equivalent_to(alternative)) { + return make_sequence(self, [ + self.condition, + consequent + ]).optimize(compressor); + } + // x ? y || z : z --> x && y || z + if (consequent instanceof AST_Binary + && consequent.operator == "||" + && consequent.right.equivalent_to(alternative)) { + return make_node(AST_Binary, self, { + operator: "||", + left: make_node(AST_Binary, self, { + operator: "&&", + left: self.condition, + right: consequent.left + }), + right: alternative + }).optimize(compressor); + } + var in_bool = compressor.in_boolean_context(); + if (is_true(self.consequent)) { + if (is_false(self.alternative)) { + // c ? true : false ---> !!c + return booleanize(self.condition); + } + // c ? true : x ---> !!c || x + return make_node(AST_Binary, self, { + operator: "||", + left: booleanize(self.condition), + right: self.alternative + }); + } + if (is_false(self.consequent)) { + if (is_true(self.alternative)) { + // c ? false : true ---> !c + return booleanize(self.condition.negate(compressor)); + } + // c ? false : x ---> !c && x + return make_node(AST_Binary, self, { + operator: "&&", + left: booleanize(self.condition.negate(compressor)), + right: self.alternative + }); + } + if (is_true(self.alternative)) { + // c ? x : true ---> !c || x + return make_node(AST_Binary, self, { + operator: "||", + left: booleanize(self.condition.negate(compressor)), + right: self.consequent + }); + } + if (is_false(self.alternative)) { + // c ? x : false ---> !!c && x + return make_node(AST_Binary, self, { + operator: "&&", + left: booleanize(self.condition), + right: self.consequent + }); + } + + return self; + + function booleanize(node) { + if (node.is_boolean()) return node; + // !!expression + return make_node(AST_UnaryPrefix, node, { + operator: "!", + expression: node.negate(compressor) + }); + } + + // AST_True or !0 + function is_true(node) { + return node instanceof AST_True + || in_bool + && node instanceof AST_Constant + && node.getValue() + || (node instanceof AST_UnaryPrefix + && node.operator == "!" + && node.expression instanceof AST_Constant + && !node.expression.getValue()); + } + // AST_False or !1 + function is_false(node) { + return node instanceof AST_False + || in_bool + && node instanceof AST_Constant + && !node.getValue() + || (node instanceof AST_UnaryPrefix + && node.operator == "!" + && node.expression instanceof AST_Constant + && node.expression.getValue()); + } + + function single_arg_diff() { + var a = consequent.args; + var b = alternative.args; + for (var i = 0, len = a.length; i < len; i++) { + if (a[i] instanceof AST_Expansion) return; + if (!a[i].equivalent_to(b[i])) { + if (b[i] instanceof AST_Expansion) return; + for (var j = i + 1; j < len; j++) { + if (a[j] instanceof AST_Expansion) return; + if (!a[j].equivalent_to(b[j])) return; + } + return i; + } + } + } + }); + + def_optimize(AST_Boolean, function(self, compressor) { + if (compressor.in_boolean_context()) return make_node(AST_Number, self, { + value: +self.value + }); + var p = compressor.parent(); + if (compressor.option("booleans_as_integers")) { + if (p instanceof AST_Binary && (p.operator == "===" || p.operator == "!==")) { + p.operator = p.operator.replace(/=$/, ""); + } + return make_node(AST_Number, self, { + value: +self.value + }); + } + if (compressor.option("booleans")) { + if (p instanceof AST_Binary && (p.operator == "==" + || p.operator == "!=")) { + compressor.warn("Non-strict equality against boolean: {operator} {value} [{file}:{line},{col}]", { + operator : p.operator, + value : self.value, + file : p.start.file, + line : p.start.line, + col : p.start.col, + }); + return make_node(AST_Number, self, { + value: +self.value + }); + } + return make_node(AST_UnaryPrefix, self, { + operator: "!", + expression: make_node(AST_Number, self, { + value: 1 - self.value + }) + }); + } + return self; + }); + + function safe_to_flatten(value, compressor) { + if (value instanceof AST_SymbolRef) { + value = value.fixed_value(); + } + if (!value) return false; + return !(value instanceof AST_Lambda || value instanceof AST_Class) + || compressor.parent() instanceof AST_New + || !value.contains_this(); + } + + def_optimize(AST_Sub, function(self, compressor) { + var expr = self.expression; + var prop = self.property; + if (compressor.option("properties")) { + var key = prop.evaluate(compressor); + if (key !== prop) { + if (typeof key == "string") { + if (key == "undefined") { + key = undefined; + } else { + var value = parseFloat(key); + if (value.toString() == key) { + key = value; + } + } + } + prop = self.property = best_of_expression(prop, make_node_from_constant(key, prop).transform(compressor)); + var property = "" + key; + if (is_identifier_string(property) + && property.length <= prop.print_to_string().length + 1) { + return make_node(AST_Dot, self, { + expression: expr, + property: property + }).optimize(compressor); + } + } + } + var fn; + OPT_ARGUMENTS: if (compressor.option("arguments") + && expr instanceof AST_SymbolRef + && expr.name == "arguments" + && expr.definition().orig.length == 1 + && (fn = expr.scope) instanceof AST_Lambda + && fn.uses_arguments + && !(fn instanceof AST_Arrow) + && prop instanceof AST_Number) { + var index = prop.getValue(); + var params = Object.create(null); + var argnames = fn.argnames; + for (var n = 0; n < argnames.length; n++) { + if (!(argnames[n] instanceof AST_SymbolFunarg)) { + break OPT_ARGUMENTS; // destructuring parameter - bail + } + var param = argnames[n].name; + if (param in params) { + break OPT_ARGUMENTS; // duplicate parameter - bail + } + params[param] = true; + } + var argname = fn.argnames[index]; + if (argname && compressor.has_directive("use strict")) { + var def = argname.definition(); + if (!compressor.option("reduce_vars") || def.assignments || def.orig.length > 1) { + argname = null; + } + } else if (!argname && !compressor.option("keep_fargs") && index < fn.argnames.length + 5) { + while (index >= fn.argnames.length) { + argname = make_node(AST_SymbolFunarg, fn, { + name: fn.make_var_name("argument_" + fn.argnames.length), + scope: fn + }); + fn.argnames.push(argname); + fn.enclosed.push(fn.def_variable(argname)); + } + } + if (argname) { + var sym = make_node(AST_SymbolRef, self, argname); + sym.reference({}); + delete argname.__unused; + return sym; + } + } + if (is_lhs(self, compressor.parent())) return self; + if (key !== prop) { + var sub = self.flatten_object(property, compressor); + if (sub) { + expr = self.expression = sub.expression; + prop = self.property = sub.property; + } + } + if (compressor.option("properties") && compressor.option("side_effects") + && prop instanceof AST_Number && expr instanceof AST_Array) { + var index = prop.getValue(); + var elements = expr.elements; + var retValue = elements[index]; + FLATTEN: if (safe_to_flatten(retValue, compressor)) { + var flatten = true; + var values = []; + for (var i = elements.length; --i > index;) { + var value = elements[i].drop_side_effect_free(compressor); + if (value) { + values.unshift(value); + if (flatten && value.has_side_effects(compressor)) flatten = false; + } + } + if (retValue instanceof AST_Expansion) break FLATTEN; + retValue = retValue instanceof AST_Hole ? make_node(AST_Undefined, retValue) : retValue; + if (!flatten) values.unshift(retValue); + while (--i >= 0) { + var value = elements[i]; + if (value instanceof AST_Expansion) break FLATTEN; + value = value.drop_side_effect_free(compressor); + if (value) values.unshift(value); + else index--; + } + if (flatten) { + values.push(retValue); + return make_sequence(self, values).optimize(compressor); + } else return make_node(AST_Sub, self, { + expression: make_node(AST_Array, expr, { + elements: values + }), + property: make_node(AST_Number, prop, { + value: index + }) + }); + } + } + var ev = self.evaluate(compressor); + if (ev !== self) { + ev = make_node_from_constant(ev, self).optimize(compressor); + return best_of(compressor, ev, self); + } + return self; + }); + + AST_Lambda.DEFMETHOD("contains_this", function() { + var result; + var self = this; + self.walk(new TreeWalker(function(node) { + if (result) return true; + if (node instanceof AST_This) return result = true; + if (node !== self && node instanceof AST_Scope && !(node instanceof AST_Arrow)) return true; + })); + return result; + }); + + AST_PropAccess.DEFMETHOD("flatten_object", function(key, compressor) { + if (!compressor.option("properties")) return; + var arrows = compressor.option("unsafe_arrows") && compressor.option("ecma") >= 6; + var expr = this.expression; + if (expr instanceof AST_Object) { + var props = expr.properties; + for (var i = props.length; --i >= 0;) { + var prop = props[i]; + if ("" + (prop instanceof AST_ConciseMethod ? prop.key.name : prop.key) == key) { + if (!all(props, function(prop) { + return prop instanceof AST_ObjectKeyVal + || arrows && prop instanceof AST_ConciseMethod && !prop.is_generator; + })) break; + if (!safe_to_flatten(prop.value, compressor)) break; + return make_node(AST_Sub, this, { + expression: make_node(AST_Array, expr, { + elements: props.map(function(prop) { + var v = prop.value; + if (v instanceof AST_Accessor) v = make_node(AST_Function, v, v); + var k = prop.key; + if (k instanceof AST_Node && !(k instanceof AST_SymbolMethod)) { + return make_sequence(prop, [ k, v ]); + } + return v; + }) + }), + property: make_node(AST_Number, this, { + value: i + }) + }); + } + } + } + }); + + def_optimize(AST_Dot, function(self, compressor) { + if (self.property == "arguments" || self.property == "caller") { + compressor.warn("Function.prototype.{prop} not supported [{file}:{line},{col}]", { + prop: self.property, + file: self.start.file, + line: self.start.line, + col: self.start.col + }); + } + if (is_lhs(self, compressor.parent())) return self; + if (compressor.option("unsafe_proto") + && self.expression instanceof AST_Dot + && self.expression.property == "prototype") { + var exp = self.expression.expression; + if (is_undeclared_ref(exp)) switch (exp.name) { + case "Array": + self.expression = make_node(AST_Array, self.expression, { + elements: [] + }); + break; + case "Function": + self.expression = make_node(AST_Function, self.expression, { + argnames: [], + body: [] + }); + break; + case "Number": + self.expression = make_node(AST_Number, self.expression, { + value: 0 + }); + break; + case "Object": + self.expression = make_node(AST_Object, self.expression, { + properties: [] + }); + break; + case "RegExp": + self.expression = make_node(AST_RegExp, self.expression, { + value: /t/ + }); + break; + case "String": + self.expression = make_node(AST_String, self.expression, { + value: "" + }); + break; + } + } + var sub = self.flatten_object(self.property, compressor); + if (sub) return sub.optimize(compressor); + var ev = self.evaluate(compressor); + if (ev !== self) { + ev = make_node_from_constant(ev, self).optimize(compressor); + return best_of(compressor, ev, self); + } + return self; + }); + + function literals_in_boolean_context(self, compressor) { + if (compressor.in_boolean_context()) { + return best_of(compressor, self, make_sequence(self, [ + self, + make_node(AST_True, self) + ]).optimize(compressor)); + } + return self; + } + + function inline_array_like_spread(self, compressor, elements) { + for (var i = 0; i < elements.length; i++) { + var el = elements[i]; + if (el instanceof AST_Expansion) { + var expr = el.expression; + if ( expr instanceof AST_Array) { + elements.splice.apply(elements, [i, 1].concat(expr.elements)); + // Step back one, as the element at i is now new. + i--; + } + // In array-like spread, spreading a non-iterable value is TypeError. + // We therefore can’t optimize anything else, unlike with object spread. + } + } + return self; + } + + def_optimize(AST_Array, function(self, compressor) { + var optimized = literals_in_boolean_context(self, compressor); + if (optimized !== self) { + return optimized; + } + return inline_array_like_spread(self, compressor, self.elements); + }); + + def_optimize(AST_Object, function(self, compressor) { + var optimized = literals_in_boolean_context(self, compressor); + if (optimized !== self) { + return optimized; + } + var props = self.properties; + for (var i = 0; i < props.length; i++) { + var prop = props[i]; + if (prop instanceof AST_Expansion) { + var expr = prop.expression; + if (expr instanceof AST_Object) { + props.splice.apply(props, [i, 1].concat(prop.expression.properties)); + // Step back one, as the property at i is now new. + i--; + } else if (expr instanceof AST_Constant + && !(expr instanceof AST_String)) { + // Unlike array-like spread, in object spread, spreading a + // non-iterable value silently does nothing; it is thus safe + // to remove. AST_String is the only iterable AST_Constant. + props.splice(i, 1); + } + } + } + return self; + }); + + def_optimize(AST_RegExp, literals_in_boolean_context); + + def_optimize(AST_Return, function(self, compressor) { + if (self.value && is_undefined(self.value, compressor)) { + self.value = null; + } + return self; + }); + + def_optimize(AST_Arrow, function(self, compressor) { + if (!(self.body instanceof AST_Node)) { + self = opt_AST_Lambda(self, compressor); + } + if (compressor.option("arrows") + && self.body.length == 1 + && self.body[0] instanceof AST_Return) { + var value = self.body[0].value; + self.body = value ? value : []; + } + return self; + }); + + def_optimize(AST_Function, function(self, compressor) { + self = opt_AST_Lambda(self, compressor); + if (compressor.option("unsafe_arrows") + && compressor.option("ecma") >= 6 + && !self.name + && !self.is_generator + && !self.uses_arguments + && !self.pinned()) { + var has_special_symbol = false; + self.walk(new TreeWalker(function(node) { + if (has_special_symbol) return true; + if (node instanceof AST_This) { + has_special_symbol = true; + return true; + } + })); + if (!has_special_symbol) return make_node(AST_Arrow, self, self).optimize(compressor); + } + return self; + }); + + def_optimize(AST_Class, function(self, compressor) { + // HACK to avoid compress failure. + // AST_Class is not really an AST_Scope/AST_Block as it lacks a body. + return self; + }); + + def_optimize(AST_Yield, function(self, compressor) { + if (self.expression && !self.is_star && is_undefined(self.expression, compressor)) { + self.expression = null; + } + return self; + }); + + def_optimize(AST_TemplateString, function(self, compressor) { + if (!compressor.option("evaluate") + || compressor.parent() instanceof AST_PrefixedTemplateString) + return self; + + var segments = []; + for (var i = 0; i < self.segments.length; i++) { + var segment = self.segments[i]; + if (segment instanceof AST_Node) { + var result = segment.evaluate(compressor); + // Evaluate to constant value + // Constant value shorter than ${segment} + if (result !== segment && (result + "").length <= segment.print_to_string().length + "${}".length) { + // There should always be a previous and next segment if segment is a node + segments[segments.length - 1].value = segments[segments.length - 1].value + result + self.segments[++i].value; + continue; + } + } + segments.push(segment); + } + self.segments = segments; + + return segments.length == 1 ? make_node(AST_String, self, segments[0]) : self; + }); + + def_optimize(AST_PrefixedTemplateString, function(self, compressor) { + return self; + }); + + // ["p"]:1 ---> p:1 + // [42]:1 ---> 42:1 + function lift_key(self, compressor) { + if (!compressor.option("computed_props")) return self; + // save a comparison in the typical case + if (!(self.key instanceof AST_Constant)) return self; + // whitelist acceptable props as not all AST_Constants are true constants + if (self.key instanceof AST_String || self.key instanceof AST_Number) { + if (self.key.value === "__proto__") return self; + if (self.key.value == "constructor" + && compressor.parent() instanceof AST_Class) return self; + if (self instanceof AST_ObjectKeyVal) { + self.key = self.key.value; + } else { + self.key = make_node(AST_SymbolMethod, self.key, { + name: self.key.value + }); + } + } + return self; + } + + def_optimize(AST_ObjectProperty, lift_key); + + def_optimize(AST_ConciseMethod, function(self, compressor) { + lift_key(self, compressor); + // p(){return x;} ---> p:()=>x + if (compressor.option("arrows") + && compressor.parent() instanceof AST_Object + && !self.is_generator + && !self.value.uses_arguments + && !self.value.pinned() + && self.value.body.length == 1 + && self.value.body[0] instanceof AST_Return + && self.value.body[0].value + && !self.value.contains_this()) { + var arrow = make_node(AST_Arrow, self.value, self.value); + arrow.async = self.async; + arrow.is_generator = self.is_generator; + return make_node(AST_ObjectKeyVal, self, { + key: self.key instanceof AST_SymbolMethod ? self.key.name : self.key, + value: arrow, + quote: self.quote, + }); + } + return self; + }); + + def_optimize(AST_ObjectKeyVal, function(self, compressor) { + lift_key(self, compressor); + // p:function(){} ---> p(){} + // p:function*(){} ---> *p(){} + // p:async function(){} ---> async p(){} + // p:()=>{} ---> p(){} + // p:async()=>{} ---> async p(){} + var unsafe_methods = compressor.option("unsafe_methods"); + if (unsafe_methods + && compressor.option("ecma") >= 6 + && (!(unsafe_methods instanceof RegExp) || unsafe_methods.test(self.key + ""))) { + var key = self.key; + var value = self.value; + var is_arrow_with_block = value instanceof AST_Arrow + && Array.isArray(value.body) + && !value.contains_this(); + if ((is_arrow_with_block || value instanceof AST_Function) && !value.name) { + return make_node(AST_ConciseMethod, self, { + async: value.async, + is_generator: value.is_generator, + key: key instanceof AST_Node ? key : make_node(AST_SymbolMethod, self, { + name: key, + }), + value: make_node(AST_Accessor, value, value), + quote: self.quote, + }); + } + } + return self; + }); + + def_optimize(AST_Destructuring, function(self, compressor) { + if (compressor.option("pure_getters") == true + && compressor.option("unused") + && !self.is_array + && Array.isArray(self.names) + && !is_destructuring_export_decl(compressor)) { + var keep = []; + for (var i = 0; i < self.names.length; i++) { + var elem = self.names[i]; + if (!(elem instanceof AST_ObjectKeyVal + && typeof elem.key == "string" + && elem.value instanceof AST_SymbolDeclaration + && !should_retain(compressor, elem.value.definition()))) { + keep.push(elem); + } + } + if (keep.length != self.names.length) { + self.names = keep; + } + } + return self; + + function is_destructuring_export_decl(compressor) { + var ancestors = [/^VarDef$/, /^(Const|Let|Var)$/, /^Export$/]; + for (var a = 0, p = 0, len = ancestors.length; a < len; p++) { + var parent = compressor.parent(p); + if (!parent) return false; + if (a === 0 && parent.TYPE == "Destructuring") continue; + if (!ancestors[a].test(parent.TYPE)) { + return false; + } + a++; + } + return true; + } + + function should_retain(compressor, def) { + if (def.references.length) return true; + if (!def.global) return false; + if (compressor.toplevel.vars) { + if (compressor.top_retain) { + return compressor.top_retain(def); + } + return false; + } + return true; + } + }); + })(); + + /*********************************************************************** + + A JavaScript tokenizer / parser / beautifier / compressor. + https://github.com/mishoo/UglifyJS2 + + -------------------------------- (C) --------------------------------- + + Author: Mihai Bazon + + http://mihai.bazon.net/blog + + Distributed under the BSD license: + + Copyright 2012 (c) Mihai Bazon + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + ***********************************************************************/ + + // a small wrapper around fitzgen's source-map library + function SourceMap(options) { + options = defaults(options, { + file : null, + root : null, + orig : null, + + orig_line_diff : 0, + dest_line_diff : 0, + }); + var generator = new MOZ_SourceMap.SourceMapGenerator({ + file : options.file, + sourceRoot : options.root + }); + var orig_map = options.orig && new MOZ_SourceMap.SourceMapConsumer(options.orig); + + if (orig_map) { + orig_map.sources.forEach(function(source) { + var sourceContent = orig_map.sourceContentFor(source, true); + if (sourceContent) { + generator.setSourceContent(source, sourceContent); + } + }); + } + + function add(source, gen_line, gen_col, orig_line, orig_col, name) { + if (orig_map) { + var info = orig_map.originalPositionFor({ + line: orig_line, + column: orig_col + }); + if (info.source === null) { + return; + } + source = info.source; + orig_line = info.line; + orig_col = info.column; + name = info.name || name; + } + generator.addMapping({ + generated : { line: gen_line + options.dest_line_diff, column: gen_col }, + original : { line: orig_line + options.orig_line_diff, column: orig_col }, + source : source, + name : name + }); + } + return { + add : add, + get : function() { return generator; }, + toString : function() { return JSON.stringify(generator.toJSON()); } + }; + } + + var domprops = [ + "$&", + "$'", + "$*", + "$+", + "$1", + "$2", + "$3", + "$4", + "$5", + "$6", + "$7", + "$8", + "$9", + "$_", + "$`", + "$input", + "@@iterator", + "ABORT_ERR", + "ACTIVE", + "ACTIVE_ATTRIBUTES", + "ACTIVE_TEXTURE", + "ACTIVE_UNIFORMS", + "ADDITION", + "ALIASED_LINE_WIDTH_RANGE", + "ALIASED_POINT_SIZE_RANGE", + "ALLOW_KEYBOARD_INPUT", + "ALLPASS", + "ALPHA", + "ALPHA_BITS", + "ALT_MASK", + "ALWAYS", + "ANY_TYPE", + "ANY_UNORDERED_NODE_TYPE", + "ARRAY_BUFFER", + "ARRAY_BUFFER_BINDING", + "ATTACHED_SHADERS", + "ATTRIBUTE_NODE", + "AT_TARGET", + "AddSearchProvider", + "AnalyserNode", + "AnimationEvent", + "AnonXMLHttpRequest", + "ApplicationCache", + "ApplicationCacheErrorEvent", + "Array", + "ArrayBuffer", + "Attr", + "Audio", + "AudioBuffer", + "AudioBufferSourceNode", + "AudioContext", + "AudioDestinationNode", + "AudioListener", + "AudioNode", + "AudioParam", + "AudioProcessingEvent", + "AudioStreamTrack", + "AutocompleteErrorEvent", + "BACK", + "BAD_BOUNDARYPOINTS_ERR", + "BANDPASS", + "BLEND", + "BLEND_COLOR", + "BLEND_DST_ALPHA", + "BLEND_DST_RGB", + "BLEND_EQUATION", + "BLEND_EQUATION_ALPHA", + "BLEND_EQUATION_RGB", + "BLEND_SRC_ALPHA", + "BLEND_SRC_RGB", + "BLUE_BITS", + "BLUR", + "BOOL", + "BOOLEAN_TYPE", + "BOOL_VEC2", + "BOOL_VEC3", + "BOOL_VEC4", + "BOTH", + "BROWSER_DEFAULT_WEBGL", + "BUBBLING_PHASE", + "BUFFER_SIZE", + "BUFFER_USAGE", + "BYTE", + "BYTES_PER_ELEMENT", + "BarProp", + "BaseHref", + "BatteryManager", + "BeforeLoadEvent", + "BeforeUnloadEvent", + "BiquadFilterNode", + "Blob", + "BlobEvent", + "Boolean", + "CAPTURING_PHASE", + "CCW", + "CDATASection", + "CDATA_SECTION_NODE", + "CHANGE", + "CHARSET_RULE", + "CHECKING", + "CLAMP_TO_EDGE", + "CLICK", + "CLOSED", + "CLOSING", + "COLOR_ATTACHMENT0", + "COLOR_BUFFER_BIT", + "COLOR_CLEAR_VALUE", + "COLOR_WRITEMASK", + "COMMENT_NODE", + "COMPILE_STATUS", + "COMPRESSED_RGBA_S3TC_DXT1_EXT", + "COMPRESSED_RGBA_S3TC_DXT3_EXT", + "COMPRESSED_RGBA_S3TC_DXT5_EXT", + "COMPRESSED_RGB_S3TC_DXT1_EXT", + "COMPRESSED_TEXTURE_FORMATS", + "CONNECTING", + "CONSTANT_ALPHA", + "CONSTANT_COLOR", + "CONSTRAINT_ERR", + "CONTEXT_LOST_WEBGL", + "CONTROL_MASK", + "COUNTER_STYLE_RULE", + "CSS", + "CSS2Properties", + "CSSCharsetRule", + "CSSConditionRule", + "CSSCounterStyleRule", + "CSSFontFaceRule", + "CSSFontFeatureValuesRule", + "CSSGroupingRule", + "CSSImportRule", + "CSSKeyframeRule", + "CSSKeyframesRule", + "CSSMediaRule", + "CSSMozDocumentRule", + "CSSNameSpaceRule", + "CSSPageRule", + "CSSPrimitiveValue", + "CSSRule", + "CSSRuleList", + "CSSStyleDeclaration", + "CSSStyleRule", + "CSSStyleSheet", + "CSSSupportsRule", + "CSSUnknownRule", + "CSSValue", + "CSSValueList", + "CSSVariablesDeclaration", + "CSSVariablesRule", + "CSSViewportRule", + "CSS_ATTR", + "CSS_CM", + "CSS_COUNTER", + "CSS_CUSTOM", + "CSS_DEG", + "CSS_DIMENSION", + "CSS_EMS", + "CSS_EXS", + "CSS_FILTER_BLUR", + "CSS_FILTER_BRIGHTNESS", + "CSS_FILTER_CONTRAST", + "CSS_FILTER_CUSTOM", + "CSS_FILTER_DROP_SHADOW", + "CSS_FILTER_GRAYSCALE", + "CSS_FILTER_HUE_ROTATE", + "CSS_FILTER_INVERT", + "CSS_FILTER_OPACITY", + "CSS_FILTER_REFERENCE", + "CSS_FILTER_SATURATE", + "CSS_FILTER_SEPIA", + "CSS_GRAD", + "CSS_HZ", + "CSS_IDENT", + "CSS_IN", + "CSS_INHERIT", + "CSS_KHZ", + "CSS_MATRIX", + "CSS_MATRIX3D", + "CSS_MM", + "CSS_MS", + "CSS_NUMBER", + "CSS_PC", + "CSS_PERCENTAGE", + "CSS_PERSPECTIVE", + "CSS_PRIMITIVE_VALUE", + "CSS_PT", + "CSS_PX", + "CSS_RAD", + "CSS_RECT", + "CSS_RGBCOLOR", + "CSS_ROTATE", + "CSS_ROTATE3D", + "CSS_ROTATEX", + "CSS_ROTATEY", + "CSS_ROTATEZ", + "CSS_S", + "CSS_SCALE", + "CSS_SCALE3D", + "CSS_SCALEX", + "CSS_SCALEY", + "CSS_SCALEZ", + "CSS_SKEW", + "CSS_SKEWX", + "CSS_SKEWY", + "CSS_STRING", + "CSS_TRANSLATE", + "CSS_TRANSLATE3D", + "CSS_TRANSLATEX", + "CSS_TRANSLATEY", + "CSS_TRANSLATEZ", + "CSS_UNKNOWN", + "CSS_URI", + "CSS_VALUE_LIST", + "CSS_VH", + "CSS_VMAX", + "CSS_VMIN", + "CSS_VW", + "CULL_FACE", + "CULL_FACE_MODE", + "CURRENT_PROGRAM", + "CURRENT_VERTEX_ATTRIB", + "CUSTOM", + "CW", + "CanvasGradient", + "CanvasPattern", + "CanvasRenderingContext2D", + "CaretPosition", + "ChannelMergerNode", + "ChannelSplitterNode", + "CharacterData", + "ClientRect", + "ClientRectList", + "Clipboard", + "ClipboardEvent", + "CloseEvent", + "Collator", + "CommandEvent", + "Comment", + "CompositionEvent", + "Console", + "Controllers", + "ConvolverNode", + "Counter", + "Crypto", + "CryptoKey", + "CustomEvent", + "DATABASE_ERR", + "DATA_CLONE_ERR", + "DATA_ERR", + "DBLCLICK", + "DECR", + "DECR_WRAP", + "DELETE_STATUS", + "DEPTH_ATTACHMENT", + "DEPTH_BITS", + "DEPTH_BUFFER_BIT", + "DEPTH_CLEAR_VALUE", + "DEPTH_COMPONENT", + "DEPTH_COMPONENT16", + "DEPTH_FUNC", + "DEPTH_RANGE", + "DEPTH_STENCIL", + "DEPTH_STENCIL_ATTACHMENT", + "DEPTH_TEST", + "DEPTH_WRITEMASK", + "DIRECTION_DOWN", + "DIRECTION_LEFT", + "DIRECTION_RIGHT", + "DIRECTION_UP", + "DISABLED", + "DISPATCH_REQUEST_ERR", + "DITHER", + "DOCUMENT_FRAGMENT_NODE", + "DOCUMENT_NODE", + "DOCUMENT_POSITION_CONTAINED_BY", + "DOCUMENT_POSITION_CONTAINS", + "DOCUMENT_POSITION_DISCONNECTED", + "DOCUMENT_POSITION_FOLLOWING", + "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", + "DOCUMENT_POSITION_PRECEDING", + "DOCUMENT_TYPE_NODE", + "DOMCursor", + "DOMError", + "DOMException", + "DOMImplementation", + "DOMImplementationLS", + "DOMMatrix", + "DOMMatrixReadOnly", + "DOMParser", + "DOMPoint", + "DOMPointReadOnly", + "DOMQuad", + "DOMRect", + "DOMRectList", + "DOMRectReadOnly", + "DOMRequest", + "DOMSTRING_SIZE_ERR", + "DOMSettableTokenList", + "DOMStringList", + "DOMStringMap", + "DOMTokenList", + "DOMTransactionEvent", + "DOM_DELTA_LINE", + "DOM_DELTA_PAGE", + "DOM_DELTA_PIXEL", + "DOM_INPUT_METHOD_DROP", + "DOM_INPUT_METHOD_HANDWRITING", + "DOM_INPUT_METHOD_IME", + "DOM_INPUT_METHOD_KEYBOARD", + "DOM_INPUT_METHOD_MULTIMODAL", + "DOM_INPUT_METHOD_OPTION", + "DOM_INPUT_METHOD_PASTE", + "DOM_INPUT_METHOD_SCRIPT", + "DOM_INPUT_METHOD_UNKNOWN", + "DOM_INPUT_METHOD_VOICE", + "DOM_KEY_LOCATION_JOYSTICK", + "DOM_KEY_LOCATION_LEFT", + "DOM_KEY_LOCATION_MOBILE", + "DOM_KEY_LOCATION_NUMPAD", + "DOM_KEY_LOCATION_RIGHT", + "DOM_KEY_LOCATION_STANDARD", + "DOM_VK_0", + "DOM_VK_1", + "DOM_VK_2", + "DOM_VK_3", + "DOM_VK_4", + "DOM_VK_5", + "DOM_VK_6", + "DOM_VK_7", + "DOM_VK_8", + "DOM_VK_9", + "DOM_VK_A", + "DOM_VK_ACCEPT", + "DOM_VK_ADD", + "DOM_VK_ALT", + "DOM_VK_ALTGR", + "DOM_VK_AMPERSAND", + "DOM_VK_ASTERISK", + "DOM_VK_AT", + "DOM_VK_ATTN", + "DOM_VK_B", + "DOM_VK_BACKSPACE", + "DOM_VK_BACK_QUOTE", + "DOM_VK_BACK_SLASH", + "DOM_VK_BACK_SPACE", + "DOM_VK_C", + "DOM_VK_CANCEL", + "DOM_VK_CAPS_LOCK", + "DOM_VK_CIRCUMFLEX", + "DOM_VK_CLEAR", + "DOM_VK_CLOSE_BRACKET", + "DOM_VK_CLOSE_CURLY_BRACKET", + "DOM_VK_CLOSE_PAREN", + "DOM_VK_COLON", + "DOM_VK_COMMA", + "DOM_VK_CONTEXT_MENU", + "DOM_VK_CONTROL", + "DOM_VK_CONVERT", + "DOM_VK_CRSEL", + "DOM_VK_CTRL", + "DOM_VK_D", + "DOM_VK_DECIMAL", + "DOM_VK_DELETE", + "DOM_VK_DIVIDE", + "DOM_VK_DOLLAR", + "DOM_VK_DOUBLE_QUOTE", + "DOM_VK_DOWN", + "DOM_VK_E", + "DOM_VK_EISU", + "DOM_VK_END", + "DOM_VK_ENTER", + "DOM_VK_EQUALS", + "DOM_VK_EREOF", + "DOM_VK_ESCAPE", + "DOM_VK_EXCLAMATION", + "DOM_VK_EXECUTE", + "DOM_VK_EXSEL", + "DOM_VK_F", + "DOM_VK_F1", + "DOM_VK_F10", + "DOM_VK_F11", + "DOM_VK_F12", + "DOM_VK_F13", + "DOM_VK_F14", + "DOM_VK_F15", + "DOM_VK_F16", + "DOM_VK_F17", + "DOM_VK_F18", + "DOM_VK_F19", + "DOM_VK_F2", + "DOM_VK_F20", + "DOM_VK_F21", + "DOM_VK_F22", + "DOM_VK_F23", + "DOM_VK_F24", + "DOM_VK_F25", + "DOM_VK_F26", + "DOM_VK_F27", + "DOM_VK_F28", + "DOM_VK_F29", + "DOM_VK_F3", + "DOM_VK_F30", + "DOM_VK_F31", + "DOM_VK_F32", + "DOM_VK_F33", + "DOM_VK_F34", + "DOM_VK_F35", + "DOM_VK_F36", + "DOM_VK_F4", + "DOM_VK_F5", + "DOM_VK_F6", + "DOM_VK_F7", + "DOM_VK_F8", + "DOM_VK_F9", + "DOM_VK_FINAL", + "DOM_VK_FRONT", + "DOM_VK_G", + "DOM_VK_GREATER_THAN", + "DOM_VK_H", + "DOM_VK_HANGUL", + "DOM_VK_HANJA", + "DOM_VK_HASH", + "DOM_VK_HELP", + "DOM_VK_HK_TOGGLE", + "DOM_VK_HOME", + "DOM_VK_HYPHEN_MINUS", + "DOM_VK_I", + "DOM_VK_INSERT", + "DOM_VK_J", + "DOM_VK_JUNJA", + "DOM_VK_K", + "DOM_VK_KANA", + "DOM_VK_KANJI", + "DOM_VK_L", + "DOM_VK_LEFT", + "DOM_VK_LEFT_TAB", + "DOM_VK_LESS_THAN", + "DOM_VK_M", + "DOM_VK_META", + "DOM_VK_MODECHANGE", + "DOM_VK_MULTIPLY", + "DOM_VK_N", + "DOM_VK_NONCONVERT", + "DOM_VK_NUMPAD0", + "DOM_VK_NUMPAD1", + "DOM_VK_NUMPAD2", + "DOM_VK_NUMPAD3", + "DOM_VK_NUMPAD4", + "DOM_VK_NUMPAD5", + "DOM_VK_NUMPAD6", + "DOM_VK_NUMPAD7", + "DOM_VK_NUMPAD8", + "DOM_VK_NUMPAD9", + "DOM_VK_NUM_LOCK", + "DOM_VK_O", + "DOM_VK_OEM_1", + "DOM_VK_OEM_102", + "DOM_VK_OEM_2", + "DOM_VK_OEM_3", + "DOM_VK_OEM_4", + "DOM_VK_OEM_5", + "DOM_VK_OEM_6", + "DOM_VK_OEM_7", + "DOM_VK_OEM_8", + "DOM_VK_OEM_COMMA", + "DOM_VK_OEM_MINUS", + "DOM_VK_OEM_PERIOD", + "DOM_VK_OEM_PLUS", + "DOM_VK_OPEN_BRACKET", + "DOM_VK_OPEN_CURLY_BRACKET", + "DOM_VK_OPEN_PAREN", + "DOM_VK_P", + "DOM_VK_PA1", + "DOM_VK_PAGEDOWN", + "DOM_VK_PAGEUP", + "DOM_VK_PAGE_DOWN", + "DOM_VK_PAGE_UP", + "DOM_VK_PAUSE", + "DOM_VK_PERCENT", + "DOM_VK_PERIOD", + "DOM_VK_PIPE", + "DOM_VK_PLAY", + "DOM_VK_PLUS", + "DOM_VK_PRINT", + "DOM_VK_PRINTSCREEN", + "DOM_VK_PROCESSKEY", + "DOM_VK_PROPERITES", + "DOM_VK_Q", + "DOM_VK_QUESTION_MARK", + "DOM_VK_QUOTE", + "DOM_VK_R", + "DOM_VK_REDO", + "DOM_VK_RETURN", + "DOM_VK_RIGHT", + "DOM_VK_S", + "DOM_VK_SCROLL_LOCK", + "DOM_VK_SELECT", + "DOM_VK_SEMICOLON", + "DOM_VK_SEPARATOR", + "DOM_VK_SHIFT", + "DOM_VK_SLASH", + "DOM_VK_SLEEP", + "DOM_VK_SPACE", + "DOM_VK_SUBTRACT", + "DOM_VK_T", + "DOM_VK_TAB", + "DOM_VK_TILDE", + "DOM_VK_U", + "DOM_VK_UNDERSCORE", + "DOM_VK_UNDO", + "DOM_VK_UNICODE", + "DOM_VK_UP", + "DOM_VK_V", + "DOM_VK_VOLUME_DOWN", + "DOM_VK_VOLUME_MUTE", + "DOM_VK_VOLUME_UP", + "DOM_VK_W", + "DOM_VK_WIN", + "DOM_VK_WINDOW", + "DOM_VK_WIN_ICO_00", + "DOM_VK_WIN_ICO_CLEAR", + "DOM_VK_WIN_ICO_HELP", + "DOM_VK_WIN_OEM_ATTN", + "DOM_VK_WIN_OEM_AUTO", + "DOM_VK_WIN_OEM_BACKTAB", + "DOM_VK_WIN_OEM_CLEAR", + "DOM_VK_WIN_OEM_COPY", + "DOM_VK_WIN_OEM_CUSEL", + "DOM_VK_WIN_OEM_ENLW", + "DOM_VK_WIN_OEM_FINISH", + "DOM_VK_WIN_OEM_FJ_JISHO", + "DOM_VK_WIN_OEM_FJ_LOYA", + "DOM_VK_WIN_OEM_FJ_MASSHOU", + "DOM_VK_WIN_OEM_FJ_ROYA", + "DOM_VK_WIN_OEM_FJ_TOUROKU", + "DOM_VK_WIN_OEM_JUMP", + "DOM_VK_WIN_OEM_PA1", + "DOM_VK_WIN_OEM_PA2", + "DOM_VK_WIN_OEM_PA3", + "DOM_VK_WIN_OEM_RESET", + "DOM_VK_WIN_OEM_WSCTRL", + "DOM_VK_X", + "DOM_VK_XF86XK_ADD_FAVORITE", + "DOM_VK_XF86XK_APPLICATION_LEFT", + "DOM_VK_XF86XK_APPLICATION_RIGHT", + "DOM_VK_XF86XK_AUDIO_CYCLE_TRACK", + "DOM_VK_XF86XK_AUDIO_FORWARD", + "DOM_VK_XF86XK_AUDIO_LOWER_VOLUME", + "DOM_VK_XF86XK_AUDIO_MEDIA", + "DOM_VK_XF86XK_AUDIO_MUTE", + "DOM_VK_XF86XK_AUDIO_NEXT", + "DOM_VK_XF86XK_AUDIO_PAUSE", + "DOM_VK_XF86XK_AUDIO_PLAY", + "DOM_VK_XF86XK_AUDIO_PREV", + "DOM_VK_XF86XK_AUDIO_RAISE_VOLUME", + "DOM_VK_XF86XK_AUDIO_RANDOM_PLAY", + "DOM_VK_XF86XK_AUDIO_RECORD", + "DOM_VK_XF86XK_AUDIO_REPEAT", + "DOM_VK_XF86XK_AUDIO_REWIND", + "DOM_VK_XF86XK_AUDIO_STOP", + "DOM_VK_XF86XK_AWAY", + "DOM_VK_XF86XK_BACK", + "DOM_VK_XF86XK_BACK_FORWARD", + "DOM_VK_XF86XK_BATTERY", + "DOM_VK_XF86XK_BLUE", + "DOM_VK_XF86XK_BLUETOOTH", + "DOM_VK_XF86XK_BOOK", + "DOM_VK_XF86XK_BRIGHTNESS_ADJUST", + "DOM_VK_XF86XK_CALCULATOR", + "DOM_VK_XF86XK_CALENDAR", + "DOM_VK_XF86XK_CD", + "DOM_VK_XF86XK_CLOSE", + "DOM_VK_XF86XK_COMMUNITY", + "DOM_VK_XF86XK_CONTRAST_ADJUST", + "DOM_VK_XF86XK_COPY", + "DOM_VK_XF86XK_CUT", + "DOM_VK_XF86XK_CYCLE_ANGLE", + "DOM_VK_XF86XK_DISPLAY", + "DOM_VK_XF86XK_DOCUMENTS", + "DOM_VK_XF86XK_DOS", + "DOM_VK_XF86XK_EJECT", + "DOM_VK_XF86XK_EXCEL", + "DOM_VK_XF86XK_EXPLORER", + "DOM_VK_XF86XK_FAVORITES", + "DOM_VK_XF86XK_FINANCE", + "DOM_VK_XF86XK_FORWARD", + "DOM_VK_XF86XK_FRAME_BACK", + "DOM_VK_XF86XK_FRAME_FORWARD", + "DOM_VK_XF86XK_GAME", + "DOM_VK_XF86XK_GO", + "DOM_VK_XF86XK_GREEN", + "DOM_VK_XF86XK_HIBERNATE", + "DOM_VK_XF86XK_HISTORY", + "DOM_VK_XF86XK_HOME_PAGE", + "DOM_VK_XF86XK_HOT_LINKS", + "DOM_VK_XF86XK_I_TOUCH", + "DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN", + "DOM_VK_XF86XK_KBD_BRIGHTNESS_UP", + "DOM_VK_XF86XK_KBD_LIGHT_ON_OFF", + "DOM_VK_XF86XK_LAUNCH0", + "DOM_VK_XF86XK_LAUNCH1", + "DOM_VK_XF86XK_LAUNCH2", + "DOM_VK_XF86XK_LAUNCH3", + "DOM_VK_XF86XK_LAUNCH4", + "DOM_VK_XF86XK_LAUNCH5", + "DOM_VK_XF86XK_LAUNCH6", + "DOM_VK_XF86XK_LAUNCH7", + "DOM_VK_XF86XK_LAUNCH8", + "DOM_VK_XF86XK_LAUNCH9", + "DOM_VK_XF86XK_LAUNCH_A", + "DOM_VK_XF86XK_LAUNCH_B", + "DOM_VK_XF86XK_LAUNCH_C", + "DOM_VK_XF86XK_LAUNCH_D", + "DOM_VK_XF86XK_LAUNCH_E", + "DOM_VK_XF86XK_LAUNCH_F", + "DOM_VK_XF86XK_LIGHT_BULB", + "DOM_VK_XF86XK_LOG_OFF", + "DOM_VK_XF86XK_MAIL", + "DOM_VK_XF86XK_MAIL_FORWARD", + "DOM_VK_XF86XK_MARKET", + "DOM_VK_XF86XK_MEETING", + "DOM_VK_XF86XK_MEMO", + "DOM_VK_XF86XK_MENU_KB", + "DOM_VK_XF86XK_MENU_PB", + "DOM_VK_XF86XK_MESSENGER", + "DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN", + "DOM_VK_XF86XK_MON_BRIGHTNESS_UP", + "DOM_VK_XF86XK_MUSIC", + "DOM_VK_XF86XK_MY_COMPUTER", + "DOM_VK_XF86XK_MY_SITES", + "DOM_VK_XF86XK_NEW", + "DOM_VK_XF86XK_NEWS", + "DOM_VK_XF86XK_OFFICE_HOME", + "DOM_VK_XF86XK_OPEN", + "DOM_VK_XF86XK_OPEN_URL", + "DOM_VK_XF86XK_OPTION", + "DOM_VK_XF86XK_PASTE", + "DOM_VK_XF86XK_PHONE", + "DOM_VK_XF86XK_PICTURES", + "DOM_VK_XF86XK_POWER_DOWN", + "DOM_VK_XF86XK_POWER_OFF", + "DOM_VK_XF86XK_RED", + "DOM_VK_XF86XK_REFRESH", + "DOM_VK_XF86XK_RELOAD", + "DOM_VK_XF86XK_REPLY", + "DOM_VK_XF86XK_ROCKER_DOWN", + "DOM_VK_XF86XK_ROCKER_ENTER", + "DOM_VK_XF86XK_ROCKER_UP", + "DOM_VK_XF86XK_ROTATE_WINDOWS", + "DOM_VK_XF86XK_ROTATION_KB", + "DOM_VK_XF86XK_ROTATION_PB", + "DOM_VK_XF86XK_SAVE", + "DOM_VK_XF86XK_SCREEN_SAVER", + "DOM_VK_XF86XK_SCROLL_CLICK", + "DOM_VK_XF86XK_SCROLL_DOWN", + "DOM_VK_XF86XK_SCROLL_UP", + "DOM_VK_XF86XK_SEARCH", + "DOM_VK_XF86XK_SEND", + "DOM_VK_XF86XK_SHOP", + "DOM_VK_XF86XK_SPELL", + "DOM_VK_XF86XK_SPLIT_SCREEN", + "DOM_VK_XF86XK_STANDBY", + "DOM_VK_XF86XK_START", + "DOM_VK_XF86XK_STOP", + "DOM_VK_XF86XK_SUBTITLE", + "DOM_VK_XF86XK_SUPPORT", + "DOM_VK_XF86XK_SUSPEND", + "DOM_VK_XF86XK_TASK_PANE", + "DOM_VK_XF86XK_TERMINAL", + "DOM_VK_XF86XK_TIME", + "DOM_VK_XF86XK_TOOLS", + "DOM_VK_XF86XK_TOP_MENU", + "DOM_VK_XF86XK_TO_DO_LIST", + "DOM_VK_XF86XK_TRAVEL", + "DOM_VK_XF86XK_USER1KB", + "DOM_VK_XF86XK_USER2KB", + "DOM_VK_XF86XK_USER_PB", + "DOM_VK_XF86XK_UWB", + "DOM_VK_XF86XK_VENDOR_HOME", + "DOM_VK_XF86XK_VIDEO", + "DOM_VK_XF86XK_VIEW", + "DOM_VK_XF86XK_WAKE_UP", + "DOM_VK_XF86XK_WEB_CAM", + "DOM_VK_XF86XK_WHEEL_BUTTON", + "DOM_VK_XF86XK_WLAN", + "DOM_VK_XF86XK_WORD", + "DOM_VK_XF86XK_WWW", + "DOM_VK_XF86XK_XFER", + "DOM_VK_XF86XK_YELLOW", + "DOM_VK_XF86XK_ZOOM_IN", + "DOM_VK_XF86XK_ZOOM_OUT", + "DOM_VK_Y", + "DOM_VK_Z", + "DOM_VK_ZOOM", + "DONE", + "DONT_CARE", + "DOWNLOADING", + "DRAGDROP", + "DST_ALPHA", + "DST_COLOR", + "DYNAMIC_DRAW", + "DataChannel", + "DataTransfer", + "DataTransferItem", + "DataTransferItemList", + "DataView", + "Date", + "DateTimeFormat", + "DelayNode", + "DesktopNotification", + "DesktopNotificationCenter", + "DeviceLightEvent", + "DeviceMotionEvent", + "DeviceOrientationEvent", + "DeviceProximityEvent", + "DeviceStorage", + "DeviceStorageChangeEvent", + "Document", + "DocumentFragment", + "DocumentType", + "DragEvent", + "DynamicsCompressorNode", + "E", + "ELEMENT_ARRAY_BUFFER", + "ELEMENT_ARRAY_BUFFER_BINDING", + "ELEMENT_NODE", + "EMPTY", + "ENCODING_ERR", + "ENDED", + "END_TO_END", + "END_TO_START", + "ENTITY_NODE", + "ENTITY_REFERENCE_NODE", + "EPSILON", + "EQUAL", + "EQUALPOWER", + "ERROR", + "EXPONENTIAL_DISTANCE", + "Element", + "ElementQuery", + "Entity", + "EntityReference", + "Error", + "ErrorEvent", + "EvalError", + "Event", + "EventException", + "EventSource", + "EventTarget", + "External", + "FASTEST", + "FIDOSDK", + "FILTER_ACCEPT", + "FILTER_INTERRUPT", + "FILTER_REJECT", + "FILTER_SKIP", + "FINISHED_STATE", + "FIRST_ORDERED_NODE_TYPE", + "FLOAT", + "FLOAT_MAT2", + "FLOAT_MAT3", + "FLOAT_MAT4", + "FLOAT_VEC2", + "FLOAT_VEC3", + "FLOAT_VEC4", + "FOCUS", + "FONT_FACE_RULE", + "FONT_FEATURE_VALUES_RULE", + "FRAGMENT_SHADER", + "FRAGMENT_SHADER_DERIVATIVE_HINT_OES", + "FRAMEBUFFER", + "FRAMEBUFFER_ATTACHMENT_OBJECT_NAME", + "FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE", + "FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE", + "FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL", + "FRAMEBUFFER_BINDING", + "FRAMEBUFFER_COMPLETE", + "FRAMEBUFFER_INCOMPLETE_ATTACHMENT", + "FRAMEBUFFER_INCOMPLETE_DIMENSIONS", + "FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT", + "FRAMEBUFFER_UNSUPPORTED", + "FRONT", + "FRONT_AND_BACK", + "FRONT_FACE", + "FUNC_ADD", + "FUNC_REVERSE_SUBTRACT", + "FUNC_SUBTRACT", + "Feed", + "FeedEntry", + "File", + "FileError", + "FileList", + "FileReader", + "FindInPage", + "Float32Array", + "Float64Array", + "FocusEvent", + "FontFace", + "FormData", + "Function", + "GENERATE_MIPMAP_HINT", + "GEQUAL", + "GREATER", + "GREEN_BITS", + "GainNode", + "Gamepad", + "GamepadButton", + "GamepadEvent", + "GestureEvent", + "HAVE_CURRENT_DATA", + "HAVE_ENOUGH_DATA", + "HAVE_FUTURE_DATA", + "HAVE_METADATA", + "HAVE_NOTHING", + "HEADERS_RECEIVED", + "HIDDEN", + "HIERARCHY_REQUEST_ERR", + "HIGHPASS", + "HIGHSHELF", + "HIGH_FLOAT", + "HIGH_INT", + "HORIZONTAL", + "HORIZONTAL_AXIS", + "HRTF", + "HTMLAllCollection", + "HTMLAnchorElement", + "HTMLAppletElement", + "HTMLAreaElement", + "HTMLAudioElement", + "HTMLBRElement", + "HTMLBaseElement", + "HTMLBaseFontElement", + "HTMLBlockquoteElement", + "HTMLBodyElement", + "HTMLButtonElement", + "HTMLCanvasElement", + "HTMLCollection", + "HTMLCommandElement", + "HTMLContentElement", + "HTMLDListElement", + "HTMLDataElement", + "HTMLDataListElement", + "HTMLDetailsElement", + "HTMLDialogElement", + "HTMLDirectoryElement", + "HTMLDivElement", + "HTMLDocument", + "HTMLElement", + "HTMLEmbedElement", + "HTMLFieldSetElement", + "HTMLFontElement", + "HTMLFormControlsCollection", + "HTMLFormElement", + "HTMLFrameElement", + "HTMLFrameSetElement", + "HTMLHRElement", + "HTMLHeadElement", + "HTMLHeadingElement", + "HTMLHtmlElement", + "HTMLIFrameElement", + "HTMLImageElement", + "HTMLInputElement", + "HTMLIsIndexElement", + "HTMLKeygenElement", + "HTMLLIElement", + "HTMLLabelElement", + "HTMLLegendElement", + "HTMLLinkElement", + "HTMLMapElement", + "HTMLMarqueeElement", + "HTMLMediaElement", + "HTMLMenuElement", + "HTMLMenuItemElement", + "HTMLMetaElement", + "HTMLMeterElement", + "HTMLModElement", + "HTMLOListElement", + "HTMLObjectElement", + "HTMLOptGroupElement", + "HTMLOptionElement", + "HTMLOptionsCollection", + "HTMLOutputElement", + "HTMLParagraphElement", + "HTMLParamElement", + "HTMLPictureElement", + "HTMLPreElement", + "HTMLProgressElement", + "HTMLPropertiesCollection", + "HTMLQuoteElement", + "HTMLScriptElement", + "HTMLSelectElement", + "HTMLShadowElement", + "HTMLSourceElement", + "HTMLSpanElement", + "HTMLStyleElement", + "HTMLTableCaptionElement", + "HTMLTableCellElement", + "HTMLTableColElement", + "HTMLTableElement", + "HTMLTableRowElement", + "HTMLTableSectionElement", + "HTMLTemplateElement", + "HTMLTextAreaElement", + "HTMLTimeElement", + "HTMLTitleElement", + "HTMLTrackElement", + "HTMLUListElement", + "HTMLUnknownElement", + "HTMLVideoElement", + "HashChangeEvent", + "Headers", + "History", + "ICE_CHECKING", + "ICE_CLOSED", + "ICE_COMPLETED", + "ICE_CONNECTED", + "ICE_FAILED", + "ICE_GATHERING", + "ICE_WAITING", + "IDBCursor", + "IDBCursorWithValue", + "IDBDatabase", + "IDBDatabaseException", + "IDBFactory", + "IDBFileHandle", + "IDBFileRequest", + "IDBIndex", + "IDBKeyRange", + "IDBMutableFile", + "IDBObjectStore", + "IDBOpenDBRequest", + "IDBRequest", + "IDBTransaction", + "IDBVersionChangeEvent", + "IDLE", + "IMPLEMENTATION_COLOR_READ_FORMAT", + "IMPLEMENTATION_COLOR_READ_TYPE", + "IMPORT_RULE", + "INCR", + "INCR_WRAP", + "INDEX_SIZE_ERR", + "INT", + "INT_VEC2", + "INT_VEC3", + "INT_VEC4", + "INUSE_ATTRIBUTE_ERR", + "INVALID_ACCESS_ERR", + "INVALID_CHARACTER_ERR", + "INVALID_ENUM", + "INVALID_EXPRESSION_ERR", + "INVALID_FRAMEBUFFER_OPERATION", + "INVALID_MODIFICATION_ERR", + "INVALID_NODE_TYPE_ERR", + "INVALID_OPERATION", + "INVALID_STATE_ERR", + "INVALID_VALUE", + "INVERSE_DISTANCE", + "INVERT", + "IceCandidate", + "Image", + "ImageBitmap", + "ImageData", + "Infinity", + "InputEvent", + "InputMethodContext", + "InstallTrigger", + "Int16Array", + "Int32Array", + "Int8Array", + "Intent", + "InternalError", + "Intl", + "IsSearchProviderInstalled", + "Iterator", + "JSON", + "KEEP", + "KEYDOWN", + "KEYFRAMES_RULE", + "KEYFRAME_RULE", + "KEYPRESS", + "KEYUP", + "KeyEvent", + "KeyboardEvent", + "LENGTHADJUST_SPACING", + "LENGTHADJUST_SPACINGANDGLYPHS", + "LENGTHADJUST_UNKNOWN", + "LEQUAL", + "LESS", + "LINEAR", + "LINEAR_DISTANCE", + "LINEAR_MIPMAP_LINEAR", + "LINEAR_MIPMAP_NEAREST", + "LINES", + "LINE_LOOP", + "LINE_STRIP", + "LINE_WIDTH", + "LINK_STATUS", + "LIVE", + "LN10", + "LN2", + "LOADED", + "LOADING", + "LOG10E", + "LOG2E", + "LOWPASS", + "LOWSHELF", + "LOW_FLOAT", + "LOW_INT", + "LSException", + "LSParserFilter", + "LUMINANCE", + "LUMINANCE_ALPHA", + "LocalMediaStream", + "Location", + "MAX_COMBINED_TEXTURE_IMAGE_UNITS", + "MAX_CUBE_MAP_TEXTURE_SIZE", + "MAX_FRAGMENT_UNIFORM_VECTORS", + "MAX_RENDERBUFFER_SIZE", + "MAX_SAFE_INTEGER", + "MAX_TEXTURE_IMAGE_UNITS", + "MAX_TEXTURE_MAX_ANISOTROPY_EXT", + "MAX_TEXTURE_SIZE", + "MAX_VALUE", + "MAX_VARYING_VECTORS", + "MAX_VERTEX_ATTRIBS", + "MAX_VERTEX_TEXTURE_IMAGE_UNITS", + "MAX_VERTEX_UNIFORM_VECTORS", + "MAX_VIEWPORT_DIMS", + "MEDIA_ERR_ABORTED", + "MEDIA_ERR_DECODE", + "MEDIA_ERR_ENCRYPTED", + "MEDIA_ERR_NETWORK", + "MEDIA_ERR_SRC_NOT_SUPPORTED", + "MEDIA_KEYERR_CLIENT", + "MEDIA_KEYERR_DOMAIN", + "MEDIA_KEYERR_HARDWARECHANGE", + "MEDIA_KEYERR_OUTPUT", + "MEDIA_KEYERR_SERVICE", + "MEDIA_KEYERR_UNKNOWN", + "MEDIA_RULE", + "MEDIUM_FLOAT", + "MEDIUM_INT", + "META_MASK", + "MIN_SAFE_INTEGER", + "MIN_VALUE", + "MIRRORED_REPEAT", + "MODE_ASYNCHRONOUS", + "MODE_SYNCHRONOUS", + "MODIFICATION", + "MOUSEDOWN", + "MOUSEDRAG", + "MOUSEMOVE", + "MOUSEOUT", + "MOUSEOVER", + "MOUSEUP", + "MOZ_KEYFRAMES_RULE", + "MOZ_KEYFRAME_RULE", + "MOZ_SOURCE_CURSOR", + "MOZ_SOURCE_ERASER", + "MOZ_SOURCE_KEYBOARD", + "MOZ_SOURCE_MOUSE", + "MOZ_SOURCE_PEN", + "MOZ_SOURCE_TOUCH", + "MOZ_SOURCE_UNKNOWN", + "MSGESTURE_FLAG_BEGIN", + "MSGESTURE_FLAG_CANCEL", + "MSGESTURE_FLAG_END", + "MSGESTURE_FLAG_INERTIA", + "MSGESTURE_FLAG_NONE", + "MSPOINTER_TYPE_MOUSE", + "MSPOINTER_TYPE_PEN", + "MSPOINTER_TYPE_TOUCH", + "MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE", + "MS_ASYNC_CALLBACK_STATUS_CANCEL", + "MS_ASYNC_CALLBACK_STATUS_CHOOSEANY", + "MS_ASYNC_CALLBACK_STATUS_ERROR", + "MS_ASYNC_CALLBACK_STATUS_JOIN", + "MS_ASYNC_OP_STATUS_CANCELED", + "MS_ASYNC_OP_STATUS_ERROR", + "MS_ASYNC_OP_STATUS_SUCCESS", + "MS_MANIPULATION_STATE_ACTIVE", + "MS_MANIPULATION_STATE_CANCELLED", + "MS_MANIPULATION_STATE_COMMITTED", + "MS_MANIPULATION_STATE_DRAGGING", + "MS_MANIPULATION_STATE_INERTIA", + "MS_MANIPULATION_STATE_PRESELECT", + "MS_MANIPULATION_STATE_SELECTING", + "MS_MANIPULATION_STATE_STOPPED", + "MS_MEDIA_ERR_ENCRYPTED", + "MS_MEDIA_KEYERR_CLIENT", + "MS_MEDIA_KEYERR_DOMAIN", + "MS_MEDIA_KEYERR_HARDWARECHANGE", + "MS_MEDIA_KEYERR_OUTPUT", + "MS_MEDIA_KEYERR_SERVICE", + "MS_MEDIA_KEYERR_UNKNOWN", + "Map", + "Math", + "MediaController", + "MediaDevices", + "MediaElementAudioSourceNode", + "MediaEncryptedEvent", + "MediaError", + "MediaKeyError", + "MediaKeyEvent", + "MediaKeyMessageEvent", + "MediaKeyNeededEvent", + "MediaKeySession", + "MediaKeyStatusMap", + "MediaKeySystemAccess", + "MediaKeys", + "MediaList", + "MediaQueryList", + "MediaQueryListEvent", + "MediaRecorder", + "MediaSource", + "MediaStream", + "MediaStreamAudioDestinationNode", + "MediaStreamAudioSourceNode", + "MediaStreamEvent", + "MediaStreamTrack", + "MediaStreamTrackEvent", + "MessageChannel", + "MessageEvent", + "MessagePort", + "Methods", + "MimeType", + "MimeTypeArray", + "MouseEvent", + "MouseScrollEvent", + "MozAnimation", + "MozAnimationDelay", + "MozAnimationDirection", + "MozAnimationDuration", + "MozAnimationFillMode", + "MozAnimationIterationCount", + "MozAnimationName", + "MozAnimationPlayState", + "MozAnimationTimingFunction", + "MozAppearance", + "MozBackfaceVisibility", + "MozBinding", + "MozBorderBottomColors", + "MozBorderEnd", + "MozBorderEndColor", + "MozBorderEndStyle", + "MozBorderEndWidth", + "MozBorderImage", + "MozBorderLeftColors", + "MozBorderRightColors", + "MozBorderStart", + "MozBorderStartColor", + "MozBorderStartStyle", + "MozBorderStartWidth", + "MozBorderTopColors", + "MozBoxAlign", + "MozBoxDirection", + "MozBoxFlex", + "MozBoxOrdinalGroup", + "MozBoxOrient", + "MozBoxPack", + "MozBoxSizing", + "MozCSSKeyframeRule", + "MozCSSKeyframesRule", + "MozColumnCount", + "MozColumnFill", + "MozColumnGap", + "MozColumnRule", + "MozColumnRuleColor", + "MozColumnRuleStyle", + "MozColumnRuleWidth", + "MozColumnWidth", + "MozColumns", + "MozContactChangeEvent", + "MozFloatEdge", + "MozFontFeatureSettings", + "MozFontLanguageOverride", + "MozForceBrokenImageIcon", + "MozHyphens", + "MozImageRegion", + "MozMarginEnd", + "MozMarginStart", + "MozMmsEvent", + "MozMmsMessage", + "MozMobileMessageThread", + "MozOSXFontSmoothing", + "MozOrient", + "MozOutlineRadius", + "MozOutlineRadiusBottomleft", + "MozOutlineRadiusBottomright", + "MozOutlineRadiusTopleft", + "MozOutlineRadiusTopright", + "MozPaddingEnd", + "MozPaddingStart", + "MozPerspective", + "MozPerspectiveOrigin", + "MozPowerManager", + "MozSettingsEvent", + "MozSmsEvent", + "MozSmsMessage", + "MozStackSizing", + "MozTabSize", + "MozTextAlignLast", + "MozTextDecorationColor", + "MozTextDecorationLine", + "MozTextDecorationStyle", + "MozTextSizeAdjust", + "MozTransform", + "MozTransformOrigin", + "MozTransformStyle", + "MozTransition", + "MozTransitionDelay", + "MozTransitionDuration", + "MozTransitionProperty", + "MozTransitionTimingFunction", + "MozUserFocus", + "MozUserInput", + "MozUserModify", + "MozUserSelect", + "MozWindowDragging", + "MozWindowShadow", + "MutationEvent", + "MutationObserver", + "MutationRecord", + "NAMESPACE_ERR", + "NAMESPACE_RULE", + "NEAREST", + "NEAREST_MIPMAP_LINEAR", + "NEAREST_MIPMAP_NEAREST", + "NEGATIVE_INFINITY", + "NETWORK_EMPTY", + "NETWORK_ERR", + "NETWORK_IDLE", + "NETWORK_LOADED", + "NETWORK_LOADING", + "NETWORK_NO_SOURCE", + "NEVER", + "NEW", + "NEXT", + "NEXT_NO_DUPLICATE", + "NICEST", + "NODE_AFTER", + "NODE_BEFORE", + "NODE_BEFORE_AND_AFTER", + "NODE_INSIDE", + "NONE", + "NON_TRANSIENT_ERR", + "NOTATION_NODE", + "NOTCH", + "NOTEQUAL", + "NOT_ALLOWED_ERR", + "NOT_FOUND_ERR", + "NOT_READABLE_ERR", + "NOT_SUPPORTED_ERR", + "NO_DATA_ALLOWED_ERR", + "NO_ERR", + "NO_ERROR", + "NO_MODIFICATION_ALLOWED_ERR", + "NUMBER_TYPE", + "NUM_COMPRESSED_TEXTURE_FORMATS", + "NaN", + "NamedNodeMap", + "Navigator", + "NearbyLinks", + "NetworkInformation", + "Node", + "NodeFilter", + "NodeIterator", + "NodeList", + "Notation", + "Notification", + "NotifyPaintEvent", + "Number", + "NumberFormat", + "OBSOLETE", + "ONE", + "ONE_MINUS_CONSTANT_ALPHA", + "ONE_MINUS_CONSTANT_COLOR", + "ONE_MINUS_DST_ALPHA", + "ONE_MINUS_DST_COLOR", + "ONE_MINUS_SRC_ALPHA", + "ONE_MINUS_SRC_COLOR", + "OPEN", + "OPENED", + "OPENING", + "ORDERED_NODE_ITERATOR_TYPE", + "ORDERED_NODE_SNAPSHOT_TYPE", + "OUT_OF_MEMORY", + "Object", + "OfflineAudioCompletionEvent", + "OfflineAudioContext", + "OfflineResourceList", + "Option", + "OscillatorNode", + "OverflowEvent", + "PACK_ALIGNMENT", + "PAGE_RULE", + "PARSE_ERR", + "PATHSEG_ARC_ABS", + "PATHSEG_ARC_REL", + "PATHSEG_CLOSEPATH", + "PATHSEG_CURVETO_CUBIC_ABS", + "PATHSEG_CURVETO_CUBIC_REL", + "PATHSEG_CURVETO_CUBIC_SMOOTH_ABS", + "PATHSEG_CURVETO_CUBIC_SMOOTH_REL", + "PATHSEG_CURVETO_QUADRATIC_ABS", + "PATHSEG_CURVETO_QUADRATIC_REL", + "PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS", + "PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL", + "PATHSEG_LINETO_ABS", + "PATHSEG_LINETO_HORIZONTAL_ABS", + "PATHSEG_LINETO_HORIZONTAL_REL", + "PATHSEG_LINETO_REL", + "PATHSEG_LINETO_VERTICAL_ABS", + "PATHSEG_LINETO_VERTICAL_REL", + "PATHSEG_MOVETO_ABS", + "PATHSEG_MOVETO_REL", + "PATHSEG_UNKNOWN", + "PATH_EXISTS_ERR", + "PEAKING", + "PERMISSION_DENIED", + "PERSISTENT", + "PI", + "PLAYING_STATE", + "POINTS", + "POLYGON_OFFSET_FACTOR", + "POLYGON_OFFSET_FILL", + "POLYGON_OFFSET_UNITS", + "POSITION_UNAVAILABLE", + "POSITIVE_INFINITY", + "PREV", + "PREV_NO_DUPLICATE", + "PROCESSING_INSTRUCTION_NODE", + "PageChangeEvent", + "PageTransitionEvent", + "PaintRequest", + "PaintRequestList", + "PannerNode", + "Path2D", + "Performance", + "PerformanceEntry", + "PerformanceMark", + "PerformanceMeasure", + "PerformanceNavigation", + "PerformanceResourceTiming", + "PerformanceTiming", + "PeriodicWave", + "Plugin", + "PluginArray", + "PopStateEvent", + "PopupBlockedEvent", + "ProcessingInstruction", + "ProgressEvent", + "Promise", + "PropertyNodeList", + "Proxy", + "PushManager", + "PushSubscription", + "Q", + "QUOTA_ERR", + "QUOTA_EXCEEDED_ERR", + "QueryInterface", + "READ_ONLY", + "READ_ONLY_ERR", + "READ_WRITE", + "RED_BITS", + "REMOVAL", + "RENDERBUFFER", + "RENDERBUFFER_ALPHA_SIZE", + "RENDERBUFFER_BINDING", + "RENDERBUFFER_BLUE_SIZE", + "RENDERBUFFER_DEPTH_SIZE", + "RENDERBUFFER_GREEN_SIZE", + "RENDERBUFFER_HEIGHT", + "RENDERBUFFER_INTERNAL_FORMAT", + "RENDERBUFFER_RED_SIZE", + "RENDERBUFFER_STENCIL_SIZE", + "RENDERBUFFER_WIDTH", + "RENDERER", + "RENDERING_INTENT_ABSOLUTE_COLORIMETRIC", + "RENDERING_INTENT_AUTO", + "RENDERING_INTENT_PERCEPTUAL", + "RENDERING_INTENT_RELATIVE_COLORIMETRIC", + "RENDERING_INTENT_SATURATION", + "RENDERING_INTENT_UNKNOWN", + "REPEAT", + "REPLACE", + "RGB", + "RGB565", + "RGB5_A1", + "RGBA", + "RGBA4", + "RGBColor", + "ROTATION_CLOCKWISE", + "ROTATION_COUNTERCLOCKWISE", + "RTCDataChannelEvent", + "RTCIceCandidate", + "RTCPeerConnectionIceEvent", + "RTCRtpReceiver", + "RTCRtpSender", + "RTCSessionDescription", + "RTCStatsReport", + "RadioNodeList", + "Range", + "RangeError", + "RangeException", + "RecordErrorEvent", + "Rect", + "ReferenceError", + "RegExp", + "Request", + "Response", + "SAMPLER_2D", + "SAMPLER_CUBE", + "SAMPLES", + "SAMPLE_ALPHA_TO_COVERAGE", + "SAMPLE_BUFFERS", + "SAMPLE_COVERAGE", + "SAMPLE_COVERAGE_INVERT", + "SAMPLE_COVERAGE_VALUE", + "SAWTOOTH", + "SCHEDULED_STATE", + "SCISSOR_BOX", + "SCISSOR_TEST", + "SCROLL_PAGE_DOWN", + "SCROLL_PAGE_UP", + "SDP_ANSWER", + "SDP_OFFER", + "SDP_PRANSWER", + "SECURITY_ERR", + "SELECT", + "SERIALIZE_ERR", + "SEVERITY_ERROR", + "SEVERITY_FATAL_ERROR", + "SEVERITY_WARNING", + "SHADER_COMPILER", + "SHADER_TYPE", + "SHADING_LANGUAGE_VERSION", + "SHIFT_MASK", + "SHORT", + "SHOWING", + "SHOW_ALL", + "SHOW_ATTRIBUTE", + "SHOW_CDATA_SECTION", + "SHOW_COMMENT", + "SHOW_DOCUMENT", + "SHOW_DOCUMENT_FRAGMENT", + "SHOW_DOCUMENT_TYPE", + "SHOW_ELEMENT", + "SHOW_ENTITY", + "SHOW_ENTITY_REFERENCE", + "SHOW_NOTATION", + "SHOW_PROCESSING_INSTRUCTION", + "SHOW_TEXT", + "SINE", + "SOUNDFIELD", + "SQLException", + "SQRT1_2", + "SQRT2", + "SQUARE", + "SRC_ALPHA", + "SRC_ALPHA_SATURATE", + "SRC_COLOR", + "START_TO_END", + "START_TO_START", + "STATIC_DRAW", + "STENCIL_ATTACHMENT", + "STENCIL_BACK_FAIL", + "STENCIL_BACK_FUNC", + "STENCIL_BACK_PASS_DEPTH_FAIL", + "STENCIL_BACK_PASS_DEPTH_PASS", + "STENCIL_BACK_REF", + "STENCIL_BACK_VALUE_MASK", + "STENCIL_BACK_WRITEMASK", + "STENCIL_BITS", + "STENCIL_BUFFER_BIT", + "STENCIL_CLEAR_VALUE", + "STENCIL_FAIL", + "STENCIL_FUNC", + "STENCIL_INDEX", + "STENCIL_INDEX8", + "STENCIL_PASS_DEPTH_FAIL", + "STENCIL_PASS_DEPTH_PASS", + "STENCIL_REF", + "STENCIL_TEST", + "STENCIL_VALUE_MASK", + "STENCIL_WRITEMASK", + "STREAM_DRAW", + "STRING_TYPE", + "STYLE_RULE", + "SUBPIXEL_BITS", + "SUPPORTS_RULE", + "SVGAElement", + "SVGAltGlyphDefElement", + "SVGAltGlyphElement", + "SVGAltGlyphItemElement", + "SVGAngle", + "SVGAnimateColorElement", + "SVGAnimateElement", + "SVGAnimateMotionElement", + "SVGAnimateTransformElement", + "SVGAnimatedAngle", + "SVGAnimatedBoolean", + "SVGAnimatedEnumeration", + "SVGAnimatedInteger", + "SVGAnimatedLength", + "SVGAnimatedLengthList", + "SVGAnimatedNumber", + "SVGAnimatedNumberList", + "SVGAnimatedPreserveAspectRatio", + "SVGAnimatedRect", + "SVGAnimatedString", + "SVGAnimatedTransformList", + "SVGAnimationElement", + "SVGCircleElement", + "SVGClipPathElement", + "SVGColor", + "SVGComponentTransferFunctionElement", + "SVGCursorElement", + "SVGDefsElement", + "SVGDescElement", + "SVGDiscardElement", + "SVGDocument", + "SVGElement", + "SVGElementInstance", + "SVGElementInstanceList", + "SVGEllipseElement", + "SVGException", + "SVGFEBlendElement", + "SVGFEColorMatrixElement", + "SVGFEComponentTransferElement", + "SVGFECompositeElement", + "SVGFEConvolveMatrixElement", + "SVGFEDiffuseLightingElement", + "SVGFEDisplacementMapElement", + "SVGFEDistantLightElement", + "SVGFEDropShadowElement", + "SVGFEFloodElement", + "SVGFEFuncAElement", + "SVGFEFuncBElement", + "SVGFEFuncGElement", + "SVGFEFuncRElement", + "SVGFEGaussianBlurElement", + "SVGFEImageElement", + "SVGFEMergeElement", + "SVGFEMergeNodeElement", + "SVGFEMorphologyElement", + "SVGFEOffsetElement", + "SVGFEPointLightElement", + "SVGFESpecularLightingElement", + "SVGFESpotLightElement", + "SVGFETileElement", + "SVGFETurbulenceElement", + "SVGFilterElement", + "SVGFontElement", + "SVGFontFaceElement", + "SVGFontFaceFormatElement", + "SVGFontFaceNameElement", + "SVGFontFaceSrcElement", + "SVGFontFaceUriElement", + "SVGForeignObjectElement", + "SVGGElement", + "SVGGeometryElement", + "SVGGlyphElement", + "SVGGlyphRefElement", + "SVGGradientElement", + "SVGGraphicsElement", + "SVGHKernElement", + "SVGImageElement", + "SVGLength", + "SVGLengthList", + "SVGLineElement", + "SVGLinearGradientElement", + "SVGMPathElement", + "SVGMarkerElement", + "SVGMaskElement", + "SVGMatrix", + "SVGMetadataElement", + "SVGMissingGlyphElement", + "SVGNumber", + "SVGNumberList", + "SVGPaint", + "SVGPathElement", + "SVGPathSeg", + "SVGPathSegArcAbs", + "SVGPathSegArcRel", + "SVGPathSegClosePath", + "SVGPathSegCurvetoCubicAbs", + "SVGPathSegCurvetoCubicRel", + "SVGPathSegCurvetoCubicSmoothAbs", + "SVGPathSegCurvetoCubicSmoothRel", + "SVGPathSegCurvetoQuadraticAbs", + "SVGPathSegCurvetoQuadraticRel", + "SVGPathSegCurvetoQuadraticSmoothAbs", + "SVGPathSegCurvetoQuadraticSmoothRel", + "SVGPathSegLinetoAbs", + "SVGPathSegLinetoHorizontalAbs", + "SVGPathSegLinetoHorizontalRel", + "SVGPathSegLinetoRel", + "SVGPathSegLinetoVerticalAbs", + "SVGPathSegLinetoVerticalRel", + "SVGPathSegList", + "SVGPathSegMovetoAbs", + "SVGPathSegMovetoRel", + "SVGPatternElement", + "SVGPoint", + "SVGPointList", + "SVGPolygonElement", + "SVGPolylineElement", + "SVGPreserveAspectRatio", + "SVGRadialGradientElement", + "SVGRect", + "SVGRectElement", + "SVGRenderingIntent", + "SVGSVGElement", + "SVGScriptElement", + "SVGSetElement", + "SVGStopElement", + "SVGStringList", + "SVGStyleElement", + "SVGSwitchElement", + "SVGSymbolElement", + "SVGTRefElement", + "SVGTSpanElement", + "SVGTextContentElement", + "SVGTextElement", + "SVGTextPathElement", + "SVGTextPositioningElement", + "SVGTitleElement", + "SVGTransform", + "SVGTransformList", + "SVGUnitTypes", + "SVGUseElement", + "SVGVKernElement", + "SVGViewElement", + "SVGViewSpec", + "SVGZoomAndPan", + "SVGZoomEvent", + "SVG_ANGLETYPE_DEG", + "SVG_ANGLETYPE_GRAD", + "SVG_ANGLETYPE_RAD", + "SVG_ANGLETYPE_UNKNOWN", + "SVG_ANGLETYPE_UNSPECIFIED", + "SVG_CHANNEL_A", + "SVG_CHANNEL_B", + "SVG_CHANNEL_G", + "SVG_CHANNEL_R", + "SVG_CHANNEL_UNKNOWN", + "SVG_COLORTYPE_CURRENTCOLOR", + "SVG_COLORTYPE_RGBCOLOR", + "SVG_COLORTYPE_RGBCOLOR_ICCCOLOR", + "SVG_COLORTYPE_UNKNOWN", + "SVG_EDGEMODE_DUPLICATE", + "SVG_EDGEMODE_NONE", + "SVG_EDGEMODE_UNKNOWN", + "SVG_EDGEMODE_WRAP", + "SVG_FEBLEND_MODE_COLOR", + "SVG_FEBLEND_MODE_COLOR_BURN", + "SVG_FEBLEND_MODE_COLOR_DODGE", + "SVG_FEBLEND_MODE_DARKEN", + "SVG_FEBLEND_MODE_DIFFERENCE", + "SVG_FEBLEND_MODE_EXCLUSION", + "SVG_FEBLEND_MODE_HARD_LIGHT", + "SVG_FEBLEND_MODE_HUE", + "SVG_FEBLEND_MODE_LIGHTEN", + "SVG_FEBLEND_MODE_LUMINOSITY", + "SVG_FEBLEND_MODE_MULTIPLY", + "SVG_FEBLEND_MODE_NORMAL", + "SVG_FEBLEND_MODE_OVERLAY", + "SVG_FEBLEND_MODE_SATURATION", + "SVG_FEBLEND_MODE_SCREEN", + "SVG_FEBLEND_MODE_SOFT_LIGHT", + "SVG_FEBLEND_MODE_UNKNOWN", + "SVG_FECOLORMATRIX_TYPE_HUEROTATE", + "SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA", + "SVG_FECOLORMATRIX_TYPE_MATRIX", + "SVG_FECOLORMATRIX_TYPE_SATURATE", + "SVG_FECOLORMATRIX_TYPE_UNKNOWN", + "SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE", + "SVG_FECOMPONENTTRANSFER_TYPE_GAMMA", + "SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY", + "SVG_FECOMPONENTTRANSFER_TYPE_LINEAR", + "SVG_FECOMPONENTTRANSFER_TYPE_TABLE", + "SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN", + "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC", + "SVG_FECOMPOSITE_OPERATOR_ATOP", + "SVG_FECOMPOSITE_OPERATOR_IN", + "SVG_FECOMPOSITE_OPERATOR_OUT", + "SVG_FECOMPOSITE_OPERATOR_OVER", + "SVG_FECOMPOSITE_OPERATOR_UNKNOWN", + "SVG_FECOMPOSITE_OPERATOR_XOR", + "SVG_INVALID_VALUE_ERR", + "SVG_LENGTHTYPE_CM", + "SVG_LENGTHTYPE_EMS", + "SVG_LENGTHTYPE_EXS", + "SVG_LENGTHTYPE_IN", + "SVG_LENGTHTYPE_MM", + "SVG_LENGTHTYPE_NUMBER", + "SVG_LENGTHTYPE_PC", + "SVG_LENGTHTYPE_PERCENTAGE", + "SVG_LENGTHTYPE_PT", + "SVG_LENGTHTYPE_PX", + "SVG_LENGTHTYPE_UNKNOWN", + "SVG_MARKERUNITS_STROKEWIDTH", + "SVG_MARKERUNITS_UNKNOWN", + "SVG_MARKERUNITS_USERSPACEONUSE", + "SVG_MARKER_ORIENT_ANGLE", + "SVG_MARKER_ORIENT_AUTO", + "SVG_MARKER_ORIENT_UNKNOWN", + "SVG_MASKTYPE_ALPHA", + "SVG_MASKTYPE_LUMINANCE", + "SVG_MATRIX_NOT_INVERTABLE", + "SVG_MEETORSLICE_MEET", + "SVG_MEETORSLICE_SLICE", + "SVG_MEETORSLICE_UNKNOWN", + "SVG_MORPHOLOGY_OPERATOR_DILATE", + "SVG_MORPHOLOGY_OPERATOR_ERODE", + "SVG_MORPHOLOGY_OPERATOR_UNKNOWN", + "SVG_PAINTTYPE_CURRENTCOLOR", + "SVG_PAINTTYPE_NONE", + "SVG_PAINTTYPE_RGBCOLOR", + "SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR", + "SVG_PAINTTYPE_UNKNOWN", + "SVG_PAINTTYPE_URI", + "SVG_PAINTTYPE_URI_CURRENTCOLOR", + "SVG_PAINTTYPE_URI_NONE", + "SVG_PAINTTYPE_URI_RGBCOLOR", + "SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR", + "SVG_PRESERVEASPECTRATIO_NONE", + "SVG_PRESERVEASPECTRATIO_UNKNOWN", + "SVG_PRESERVEASPECTRATIO_XMAXYMAX", + "SVG_PRESERVEASPECTRATIO_XMAXYMID", + "SVG_PRESERVEASPECTRATIO_XMAXYMIN", + "SVG_PRESERVEASPECTRATIO_XMIDYMAX", + "SVG_PRESERVEASPECTRATIO_XMIDYMID", + "SVG_PRESERVEASPECTRATIO_XMIDYMIN", + "SVG_PRESERVEASPECTRATIO_XMINYMAX", + "SVG_PRESERVEASPECTRATIO_XMINYMID", + "SVG_PRESERVEASPECTRATIO_XMINYMIN", + "SVG_SPREADMETHOD_PAD", + "SVG_SPREADMETHOD_REFLECT", + "SVG_SPREADMETHOD_REPEAT", + "SVG_SPREADMETHOD_UNKNOWN", + "SVG_STITCHTYPE_NOSTITCH", + "SVG_STITCHTYPE_STITCH", + "SVG_STITCHTYPE_UNKNOWN", + "SVG_TRANSFORM_MATRIX", + "SVG_TRANSFORM_ROTATE", + "SVG_TRANSFORM_SCALE", + "SVG_TRANSFORM_SKEWX", + "SVG_TRANSFORM_SKEWY", + "SVG_TRANSFORM_TRANSLATE", + "SVG_TRANSFORM_UNKNOWN", + "SVG_TURBULENCE_TYPE_FRACTALNOISE", + "SVG_TURBULENCE_TYPE_TURBULENCE", + "SVG_TURBULENCE_TYPE_UNKNOWN", + "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX", + "SVG_UNIT_TYPE_UNKNOWN", + "SVG_UNIT_TYPE_USERSPACEONUSE", + "SVG_WRONG_TYPE_ERR", + "SVG_ZOOMANDPAN_DISABLE", + "SVG_ZOOMANDPAN_MAGNIFY", + "SVG_ZOOMANDPAN_UNKNOWN", + "SYNTAX_ERR", + "SavedPages", + "Screen", + "ScreenOrientation", + "Script", + "ScriptProcessorNode", + "ScrollAreaEvent", + "SecurityPolicyViolationEvent", + "Selection", + "ServiceWorker", + "ServiceWorkerContainer", + "ServiceWorkerRegistration", + "SessionDescription", + "Set", + "ShadowRoot", + "SharedWorker", + "SimpleGestureEvent", + "SpeechSynthesisEvent", + "SpeechSynthesisUtterance", + "StopIteration", + "Storage", + "StorageEvent", + "String", + "StyleSheet", + "StyleSheetList", + "SubtleCrypto", + "Symbol", + "SyntaxError", + "TEMPORARY", + "TEXTPATH_METHODTYPE_ALIGN", + "TEXTPATH_METHODTYPE_STRETCH", + "TEXTPATH_METHODTYPE_UNKNOWN", + "TEXTPATH_SPACINGTYPE_AUTO", + "TEXTPATH_SPACINGTYPE_EXACT", + "TEXTPATH_SPACINGTYPE_UNKNOWN", + "TEXTURE", + "TEXTURE0", + "TEXTURE1", + "TEXTURE10", + "TEXTURE11", + "TEXTURE12", + "TEXTURE13", + "TEXTURE14", + "TEXTURE15", + "TEXTURE16", + "TEXTURE17", + "TEXTURE18", + "TEXTURE19", + "TEXTURE2", + "TEXTURE20", + "TEXTURE21", + "TEXTURE22", + "TEXTURE23", + "TEXTURE24", + "TEXTURE25", + "TEXTURE26", + "TEXTURE27", + "TEXTURE28", + "TEXTURE29", + "TEXTURE3", + "TEXTURE30", + "TEXTURE31", + "TEXTURE4", + "TEXTURE5", + "TEXTURE6", + "TEXTURE7", + "TEXTURE8", + "TEXTURE9", + "TEXTURE_2D", + "TEXTURE_BINDING_2D", + "TEXTURE_BINDING_CUBE_MAP", + "TEXTURE_CUBE_MAP", + "TEXTURE_CUBE_MAP_NEGATIVE_X", + "TEXTURE_CUBE_MAP_NEGATIVE_Y", + "TEXTURE_CUBE_MAP_NEGATIVE_Z", + "TEXTURE_CUBE_MAP_POSITIVE_X", + "TEXTURE_CUBE_MAP_POSITIVE_Y", + "TEXTURE_CUBE_MAP_POSITIVE_Z", + "TEXTURE_MAG_FILTER", + "TEXTURE_MAX_ANISOTROPY_EXT", + "TEXTURE_MIN_FILTER", + "TEXTURE_WRAP_S", + "TEXTURE_WRAP_T", + "TEXT_NODE", + "TIMEOUT", + "TIMEOUT_ERR", + "TOO_LARGE_ERR", + "TRANSACTION_INACTIVE_ERR", + "TRIANGLE", + "TRIANGLES", + "TRIANGLE_FAN", + "TRIANGLE_STRIP", + "TYPE_BACK_FORWARD", + "TYPE_ERR", + "TYPE_MISMATCH_ERR", + "TYPE_NAVIGATE", + "TYPE_RELOAD", + "TYPE_RESERVED", + "Text", + "TextDecoder", + "TextEncoder", + "TextEvent", + "TextMetrics", + "TextTrack", + "TextTrackCue", + "TextTrackCueList", + "TextTrackList", + "TimeEvent", + "TimeRanges", + "Touch", + "TouchEvent", + "TouchList", + "TrackEvent", + "TransitionEvent", + "TreeWalker", + "TypeError", + "UIEvent", + "UNCACHED", + "UNKNOWN_ERR", + "UNKNOWN_RULE", + "UNMASKED_RENDERER_WEBGL", + "UNMASKED_VENDOR_WEBGL", + "UNORDERED_NODE_ITERATOR_TYPE", + "UNORDERED_NODE_SNAPSHOT_TYPE", + "UNPACK_ALIGNMENT", + "UNPACK_COLORSPACE_CONVERSION_WEBGL", + "UNPACK_FLIP_Y_WEBGL", + "UNPACK_PREMULTIPLY_ALPHA_WEBGL", + "UNSCHEDULED_STATE", + "UNSENT", + "UNSIGNED_BYTE", + "UNSIGNED_INT", + "UNSIGNED_SHORT", + "UNSIGNED_SHORT_4_4_4_4", + "UNSIGNED_SHORT_5_5_5_1", + "UNSIGNED_SHORT_5_6_5", + "UNSPECIFIED_EVENT_TYPE_ERR", + "UPDATEREADY", + "URIError", + "URL", + "URLSearchParams", + "URLUnencoded", + "URL_MISMATCH_ERR", + "UTC", + "Uint16Array", + "Uint32Array", + "Uint8Array", + "Uint8ClampedArray", + "UserMessageHandler", + "UserMessageHandlersNamespace", + "UserProximityEvent", + "VALIDATE_STATUS", + "VALIDATION_ERR", + "VARIABLES_RULE", + "VENDOR", + "VERSION", + "VERSION_CHANGE", + "VERSION_ERR", + "VERTEX_ATTRIB_ARRAY_BUFFER_BINDING", + "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE", + "VERTEX_ATTRIB_ARRAY_ENABLED", + "VERTEX_ATTRIB_ARRAY_NORMALIZED", + "VERTEX_ATTRIB_ARRAY_POINTER", + "VERTEX_ATTRIB_ARRAY_SIZE", + "VERTEX_ATTRIB_ARRAY_STRIDE", + "VERTEX_ATTRIB_ARRAY_TYPE", + "VERTEX_SHADER", + "VERTICAL", + "VERTICAL_AXIS", + "VER_ERR", + "VIEWPORT", + "VIEWPORT_RULE", + "VTTCue", + "VTTRegion", + "ValidityState", + "VideoStreamTrack", + "WEBKIT_FILTER_RULE", + "WEBKIT_KEYFRAMES_RULE", + "WEBKIT_KEYFRAME_RULE", + "WEBKIT_REGION_RULE", + "WRONG_DOCUMENT_ERR", + "WaveShaperNode", + "WeakMap", + "WeakSet", + "WebGLActiveInfo", + "WebGLBuffer", + "WebGLContextEvent", + "WebGLFramebuffer", + "WebGLProgram", + "WebGLRenderbuffer", + "WebGLRenderingContext", + "WebGLShader", + "WebGLShaderPrecisionFormat", + "WebGLTexture", + "WebGLUniformLocation", + "WebGLVertexArray", + "WebKitAnimationEvent", + "WebKitBlobBuilder", + "WebKitCSSFilterRule", + "WebKitCSSFilterValue", + "WebKitCSSKeyframeRule", + "WebKitCSSKeyframesRule", + "WebKitCSSMatrix", + "WebKitCSSRegionRule", + "WebKitCSSTransformValue", + "WebKitDataCue", + "WebKitGamepad", + "WebKitMediaKeyError", + "WebKitMediaKeyMessageEvent", + "WebKitMediaKeySession", + "WebKitMediaKeys", + "WebKitMediaSource", + "WebKitMutationObserver", + "WebKitNamespace", + "WebKitPlaybackTargetAvailabilityEvent", + "WebKitPoint", + "WebKitShadowRoot", + "WebKitSourceBuffer", + "WebKitSourceBufferList", + "WebKitTransitionEvent", + "WebSocket", + "WheelEvent", + "Window", + "Worker", + "XMLDocument", + "XMLHttpRequest", + "XMLHttpRequestEventTarget", + "XMLHttpRequestException", + "XMLHttpRequestProgressEvent", + "XMLHttpRequestUpload", + "XMLSerializer", + "XMLStylesheetProcessingInstruction", + "XPathEvaluator", + "XPathException", + "XPathExpression", + "XPathNSResolver", + "XPathResult", + "XSLTProcessor", + "ZERO", + "_XD0M_", + "_YD0M_", + "__defineGetter__", + "__defineSetter__", + "__lookupGetter__", + "__lookupSetter__", + "__opera", + "__proto__", + "_browserjsran", + "a", + "aLink", + "abbr", + "abort", + "abs", + "absolute", + "acceleration", + "accelerationIncludingGravity", + "accelerator", + "accept", + "acceptCharset", + "acceptNode", + "accessKey", + "accessKeyLabel", + "accuracy", + "acos", + "acosh", + "action", + "actionURL", + "active", + "activeCues", + "activeElement", + "activeSourceBuffers", + "activeSourceCount", + "activeTexture", + "add", + "addBehavior", + "addCandidate", + "addColorStop", + "addCue", + "addElement", + "addEventListener", + "addFilter", + "addFromString", + "addFromUri", + "addIceCandidate", + "addImport", + "addListener", + "addNamed", + "addPageRule", + "addPath", + "addPointer", + "addRange", + "addRegion", + "addRule", + "addSearchEngine", + "addSourceBuffer", + "addStream", + "addTextTrack", + "addTrack", + "addWakeLockListener", + "addedNodes", + "additionalName", + "additiveSymbols", + "addons", + "adoptNode", + "adr", + "advance", + "alert", + "algorithm", + "align", + "align-content", + "align-items", + "align-self", + "alignContent", + "alignItems", + "alignSelf", + "alignmentBaseline", + "alinkColor", + "all", + "allowFullscreen", + "allowedDirections", + "alpha", + "alt", + "altGraphKey", + "altHtml", + "altKey", + "altLeft", + "altitude", + "altitudeAccuracy", + "amplitude", + "ancestorOrigins", + "anchor", + "anchorNode", + "anchorOffset", + "anchors", + "angle", + "animVal", + "animate", + "animatedInstanceRoot", + "animatedNormalizedPathSegList", + "animatedPathSegList", + "animatedPoints", + "animation", + "animation-delay", + "animation-direction", + "animation-duration", + "animation-fill-mode", + "animation-iteration-count", + "animation-name", + "animation-play-state", + "animation-timing-function", + "animationDelay", + "animationDirection", + "animationDuration", + "animationFillMode", + "animationIterationCount", + "animationName", + "animationPlayState", + "animationStartTime", + "animationTimingFunction", + "animationsPaused", + "anniversary", + "app", + "appCodeName", + "appMinorVersion", + "appName", + "appNotifications", + "appVersion", + "append", + "appendBuffer", + "appendChild", + "appendData", + "appendItem", + "appendMedium", + "appendNamed", + "appendRule", + "appendStream", + "appendWindowEnd", + "appendWindowStart", + "applets", + "applicationCache", + "apply", + "applyElement", + "arc", + "arcTo", + "archive", + "areas", + "arguments", + "arrayBuffer", + "asin", + "asinh", + "assert", + "assign", + "async", + "atEnd", + "atan", + "atan2", + "atanh", + "atob", + "attachEvent", + "attachShader", + "attachments", + "attack", + "attrChange", + "attrName", + "attributeName", + "attributeNamespace", + "attributes", + "audioTracks", + "autoIncrement", + "autobuffer", + "autocapitalize", + "autocomplete", + "autocorrect", + "autofocus", + "autoplay", + "availHeight", + "availLeft", + "availTop", + "availWidth", + "availability", + "available", + "aversion", + "axes", + "axis", + "azimuth", + "b", + "back", + "backface-visibility", + "backfaceVisibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "background-color", + "background-image", + "background-origin", + "background-position", + "background-repeat", + "background-size", + "backgroundAttachment", + "backgroundBlendMode", + "backgroundClip", + "backgroundColor", + "backgroundImage", + "backgroundOrigin", + "backgroundPosition", + "backgroundPositionX", + "backgroundPositionY", + "backgroundRepeat", + "backgroundSize", + "badInput", + "balance", + "baseFrequencyX", + "baseFrequencyY", + "baseNode", + "baseOffset", + "baseURI", + "baseVal", + "baselineShift", + "battery", + "bday", + "beginElement", + "beginElementAt", + "beginPath", + "behavior", + "behaviorCookie", + "behaviorPart", + "behaviorUrns", + "beta", + "bezierCurveTo", + "bgColor", + "bgProperties", + "bias", + "big", + "binaryType", + "bind", + "bindAttribLocation", + "bindBuffer", + "bindFramebuffer", + "bindRenderbuffer", + "bindTexture", + "blendColor", + "blendEquation", + "blendEquationSeparate", + "blendFunc", + "blendFuncSeparate", + "blink", + "blob", + "blockDirection", + "blue", + "blur", + "body", + "bodyUsed", + "bold", + "bookmarks", + "booleanValue", + "border", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "border-image-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "border-top-right-radius", + "border-top-style", + "border-top-width", + "border-width", + "borderBottom", + "borderBottomColor", + "borderBottomLeftRadius", + "borderBottomRightRadius", + "borderBottomStyle", + "borderBottomWidth", + "borderCollapse", + "borderColor", + "borderColorDark", + "borderColorLight", + "borderImage", + "borderImageOutset", + "borderImageRepeat", + "borderImageSlice", + "borderImageSource", + "borderImageWidth", + "borderLeft", + "borderLeftColor", + "borderLeftStyle", + "borderLeftWidth", + "borderRadius", + "borderRight", + "borderRightColor", + "borderRightStyle", + "borderRightWidth", + "borderSpacing", + "borderStyle", + "borderTop", + "borderTopColor", + "borderTopLeftRadius", + "borderTopRightRadius", + "borderTopStyle", + "borderTopWidth", + "borderWidth", + "bottom", + "bottomMargin", + "bound", + "boundElements", + "boundingClientRect", + "boundingHeight", + "boundingLeft", + "boundingTop", + "boundingWidth", + "bounds", + "box-decoration-break", + "box-shadow", + "box-sizing", + "boxDecorationBreak", + "boxShadow", + "boxSizing", + "breakAfter", + "breakBefore", + "breakInside", + "browserLanguage", + "btoa", + "bubbles", + "buffer", + "bufferData", + "bufferDepth", + "bufferSize", + "bufferSubData", + "buffered", + "bufferedAmount", + "buildID", + "buildNumber", + "button", + "buttonID", + "buttons", + "byteLength", + "byteOffset", + "c", + "call", + "caller", + "canBeFormatted", + "canBeMounted", + "canBeShared", + "canHaveChildren", + "canHaveHTML", + "canPlayType", + "cancel", + "cancelAnimationFrame", + "cancelBubble", + "cancelScheduledValues", + "cancelable", + "candidate", + "canvas", + "caption", + "caption-side", + "captionSide", + "captureEvents", + "captureStackTrace", + "caretPositionFromPoint", + "caretRangeFromPoint", + "cast", + "catch", + "category", + "cbrt", + "cd", + "ceil", + "cellIndex", + "cellPadding", + "cellSpacing", + "cells", + "ch", + "chOff", + "chain", + "challenge", + "changedTouches", + "channel", + "channelCount", + "channelCountMode", + "channelInterpretation", + "char", + "charAt", + "charCode", + "charCodeAt", + "charIndex", + "characterSet", + "charging", + "chargingTime", + "charset", + "checkEnclosure", + "checkFramebufferStatus", + "checkIntersection", + "checkValidity", + "checked", + "childElementCount", + "childNodes", + "children", + "chrome", + "ciphertext", + "cite", + "classList", + "className", + "classid", + "clear", + "clearAttributes", + "clearColor", + "clearData", + "clearDepth", + "clearImmediate", + "clearInterval", + "clearMarks", + "clearMeasures", + "clearParameters", + "clearRect", + "clearResourceTimings", + "clearShadow", + "clearStencil", + "clearTimeout", + "clearWatch", + "click", + "clickCount", + "clientHeight", + "clientInformation", + "clientLeft", + "clientRect", + "clientRects", + "clientTop", + "clientWidth", + "clientX", + "clientY", + "clip", + "clip-path", + "clip-rule", + "clipBottom", + "clipLeft", + "clipPath", + "clipPathUnits", + "clipRight", + "clipRule", + "clipTop", + "clipboardData", + "clone", + "cloneContents", + "cloneNode", + "cloneRange", + "close", + "closePath", + "closed", + "closest", + "clz", + "clz32", + "cmp", + "code", + "codeBase", + "codePointAt", + "codeType", + "colSpan", + "collapse", + "collapseToEnd", + "collapseToStart", + "collapsed", + "collect", + "colno", + "color", + "color-interpolation", + "color-interpolation-filters", + "colorDepth", + "colorInterpolation", + "colorInterpolationFilters", + "colorMask", + "colorType", + "cols", + "columnCount", + "columnFill", + "columnGap", + "columnNumber", + "columnRule", + "columnRuleColor", + "columnRuleStyle", + "columnRuleWidth", + "columnSpan", + "columnWidth", + "columns", + "command", + "commitPreferences", + "commonAncestorContainer", + "compact", + "compareBoundaryPoints", + "compareDocumentPosition", + "compareEndPoints", + "compareNode", + "comparePoint", + "compatMode", + "compatible", + "compile", + "compileShader", + "complete", + "componentFromPoint", + "compositionEndOffset", + "compositionStartOffset", + "compressedTexImage2D", + "compressedTexSubImage2D", + "concat", + "conditionText", + "coneInnerAngle", + "coneOuterAngle", + "coneOuterGain", + "confirm", + "confirmComposition", + "confirmSiteSpecificTrackingException", + "confirmWebWideTrackingException", + "connect", + "connectEnd", + "connectStart", + "connected", + "connection", + "connectionSpeed", + "console", + "consolidate", + "constrictionActive", + "constructor", + "contactID", + "contains", + "containsNode", + "content", + "contentDocument", + "contentEditable", + "contentOverflow", + "contentScriptType", + "contentStyleType", + "contentType", + "contentWindow", + "context", + "contextMenu", + "contextmenu", + "continue", + "continuous", + "control", + "controller", + "controls", + "convertToSpecifiedUnits", + "cookie", + "cookieEnabled", + "coords", + "copyFromChannel", + "copyTexImage2D", + "copyTexSubImage2D", + "copyToChannel", + "copyWithin", + "correspondingElement", + "correspondingUseElement", + "cos", + "cosh", + "count", + "counter-increment", + "counter-reset", + "counterIncrement", + "counterReset", + "cpuClass", + "cpuSleepAllowed", + "create", + "createAnalyser", + "createAnswer", + "createAttribute", + "createAttributeNS", + "createBiquadFilter", + "createBuffer", + "createBufferSource", + "createCDATASection", + "createCSSStyleSheet", + "createCaption", + "createChannelMerger", + "createChannelSplitter", + "createComment", + "createContextualFragment", + "createControlRange", + "createConvolver", + "createDTMFSender", + "createDataChannel", + "createDelay", + "createDelayNode", + "createDocument", + "createDocumentFragment", + "createDocumentType", + "createDynamicsCompressor", + "createElement", + "createElementNS", + "createEntityReference", + "createEvent", + "createEventObject", + "createExpression", + "createFramebuffer", + "createFunction", + "createGain", + "createGainNode", + "createHTMLDocument", + "createImageBitmap", + "createImageData", + "createIndex", + "createJavaScriptNode", + "createLinearGradient", + "createMediaElementSource", + "createMediaKeys", + "createMediaStreamDestination", + "createMediaStreamSource", + "createMutableFile", + "createNSResolver", + "createNodeIterator", + "createNotification", + "createObjectStore", + "createObjectURL", + "createOffer", + "createOscillator", + "createPanner", + "createPattern", + "createPeriodicWave", + "createPopup", + "createProcessingInstruction", + "createProgram", + "createRadialGradient", + "createRange", + "createRangeCollection", + "createRenderbuffer", + "createSVGAngle", + "createSVGLength", + "createSVGMatrix", + "createSVGNumber", + "createSVGPathSegArcAbs", + "createSVGPathSegArcRel", + "createSVGPathSegClosePath", + "createSVGPathSegCurvetoCubicAbs", + "createSVGPathSegCurvetoCubicRel", + "createSVGPathSegCurvetoCubicSmoothAbs", + "createSVGPathSegCurvetoCubicSmoothRel", + "createSVGPathSegCurvetoQuadraticAbs", + "createSVGPathSegCurvetoQuadraticRel", + "createSVGPathSegCurvetoQuadraticSmoothAbs", + "createSVGPathSegCurvetoQuadraticSmoothRel", + "createSVGPathSegLinetoAbs", + "createSVGPathSegLinetoHorizontalAbs", + "createSVGPathSegLinetoHorizontalRel", + "createSVGPathSegLinetoRel", + "createSVGPathSegLinetoVerticalAbs", + "createSVGPathSegLinetoVerticalRel", + "createSVGPathSegMovetoAbs", + "createSVGPathSegMovetoRel", + "createSVGPoint", + "createSVGRect", + "createSVGTransform", + "createSVGTransformFromMatrix", + "createScriptProcessor", + "createSession", + "createShader", + "createShadowRoot", + "createStereoPanner", + "createStyleSheet", + "createTBody", + "createTFoot", + "createTHead", + "createTextNode", + "createTextRange", + "createTexture", + "createTouch", + "createTouchList", + "createTreeWalker", + "createWaveShaper", + "creationTime", + "crossOrigin", + "crypto", + "csi", + "cssFloat", + "cssRules", + "cssText", + "cssValueType", + "ctrlKey", + "ctrlLeft", + "cues", + "cullFace", + "currentNode", + "currentPage", + "currentScale", + "currentScript", + "currentSrc", + "currentState", + "currentStyle", + "currentTarget", + "currentTime", + "currentTranslate", + "currentView", + "cursor", + "curve", + "customError", + "cx", + "cy", + "d", + "data", + "dataFld", + "dataFormatAs", + "dataPageSize", + "dataSrc", + "dataTransfer", + "database", + "dataset", + "dateTime", + "db", + "debug", + "debuggerEnabled", + "declare", + "decode", + "decodeAudioData", + "decodingInfo", + "decodeURI", + "decodeURIComponent", + "decrypt", + "default", + "defaultCharset", + "defaultChecked", + "defaultMuted", + "defaultPlaybackRate", + "defaultPrevented", + "defaultSelected", + "defaultStatus", + "defaultURL", + "defaultValue", + "defaultView", + "defaultstatus", + "defer", + "defineMagicFunction", + "defineMagicVariable", + "defineProperties", + "defineProperty", + "delayTime", + "delete", + "deleteBuffer", + "deleteCaption", + "deleteCell", + "deleteContents", + "deleteData", + "deleteDatabase", + "deleteFramebuffer", + "deleteFromDocument", + "deleteIndex", + "deleteMedium", + "deleteObjectStore", + "deleteProgram", + "deleteRenderbuffer", + "deleteRow", + "deleteRule", + "deleteShader", + "deleteTFoot", + "deleteTHead", + "deleteTexture", + "deliverChangeRecords", + "delivery", + "deliveryInfo", + "deliveryStatus", + "deliveryTimestamp", + "delta", + "deltaMode", + "deltaX", + "deltaY", + "deltaZ", + "depthFunc", + "depthMask", + "depthRange", + "deriveBits", + "deriveKey", + "description", + "deselectAll", + "designMode", + "destination", + "destinationURL", + "detach", + "detachEvent", + "detachShader", + "detail", + "detune", + "devicePixelRatio", + "deviceXDPI", + "deviceYDPI", + "diffuseConstant", + "digest", + "dimensions", + "dir", + "dirName", + "direction", + "dirxml", + "disable", + "disableVertexAttribArray", + "disabled", + "dischargingTime", + "disconnect", + "dispatchEvent", + "display", + "distanceModel", + "divisor", + "djsapi", + "djsproxy", + "doImport", + "doNotTrack", + "doScroll", + "doctype", + "document", + "documentElement", + "documentMode", + "documentURI", + "dolphin", + "dolphinGameCenter", + "dolphininfo", + "dolphinmeta", + "domComplete", + "domContentLoadedEventEnd", + "domContentLoadedEventStart", + "domInteractive", + "domLoading", + "domain", + "domainLookupEnd", + "domainLookupStart", + "dominant-baseline", + "dominantBaseline", + "done", + "dopplerFactor", + "download", + "dragDrop", + "draggable", + "drawArrays", + "drawArraysInstancedANGLE", + "drawCustomFocusRing", + "drawElements", + "drawElementsInstancedANGLE", + "drawFocusIfNeeded", + "drawImage", + "drawImageFromRect", + "drawSystemFocusRing", + "drawingBufferHeight", + "drawingBufferWidth", + "dropEffect", + "droppedVideoFrames", + "dropzone", + "dump", + "duplicate", + "duration", + "dvname", + "dvnum", + "dx", + "dy", + "dynsrc", + "e", + "edgeMode", + "effectAllowed", + "elapsedTime", + "elementFromPoint", + "elements", + "elevation", + "ellipse", + "email", + "embeds", + "empty", + "empty-cells", + "emptyCells", + "enable", + "enableBackground", + "enableStyleSheetsForSet", + "enableVertexAttribArray", + "enabled", + "enabledPlugin", + "encode", + "encodeURI", + "encodeURIComponent", + "encoding", + "encrypt", + "enctype", + "end", + "endContainer", + "endElement", + "endElementAt", + "endOfStream", + "endOffset", + "endTime", + "ended", + "endsWith", + "entities", + "entries", + "entryType", + "enumerate", + "enumerateEditable", + "error", + "errorCode", + "escape", + "eval", + "evaluate", + "event", + "eventPhase", + "every", + "exception", + "exec", + "execCommand", + "execCommandShowHelp", + "execScript", + "exitFullscreen", + "exitPointerLock", + "exp", + "expand", + "expandEntityReferences", + "expando", + "expansion", + "expiryDate", + "explicitOriginalTarget", + "expm1", + "exponent", + "exponentialRampToValueAtTime", + "exportKey", + "extend", + "extensions", + "extentNode", + "extentOffset", + "external", + "externalResourcesRequired", + "extractContents", + "extractable", + "f", + "face", + "factoryReset", + "fallback", + "familyName", + "farthestViewportElement", + "fastSeek", + "fatal", + "fetch", + "fetchStart", + "fftSize", + "fgColor", + "fileCreatedDate", + "fileHandle", + "fileModifiedDate", + "fileName", + "fileSize", + "fileUpdatedDate", + "filename", + "files", + "fill", + "fill-opacity", + "fill-rule", + "fillOpacity", + "fillRect", + "fillRule", + "fillStyle", + "fillText", + "filter", + "filterResX", + "filterResY", + "filterUnits", + "filters", + "finally", + "find", + "findIndex", + "findRule", + "findText", + "finish", + "fireEvent", + "firstChild", + "firstElementChild", + "firstPage", + "fixed", + "flex", + "flex-basis", + "flex-direction", + "flex-flow", + "flex-grow", + "flex-shrink", + "flex-wrap", + "flexBasis", + "flexDirection", + "flexFlow", + "flexGrow", + "flexShrink", + "flexWrap", + "flipX", + "flipY", + "float", + "flood-color", + "flood-opacity", + "floodColor", + "floodOpacity", + "floor", + "flush", + "focus", + "focusNode", + "focusOffset", + "font", + "font-family", + "font-feature-settings", + "font-kerning", + "font-language-override", + "font-size", + "font-size-adjust", + "font-stretch", + "font-style", + "font-synthesis", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-weight", + "fontFamily", + "fontFeatureSettings", + "fontKerning", + "fontLanguageOverride", + "fontSize", + "fontSizeAdjust", + "fontSmoothingEnabled", + "fontStretch", + "fontStyle", + "fontSynthesis", + "fontVariant", + "fontVariantAlternates", + "fontVariantCaps", + "fontVariantEastAsian", + "fontVariantLigatures", + "fontVariantNumeric", + "fontVariantPosition", + "fontWeight", + "fontcolor", + "fonts", + "fontsize", + "for", + "forEach", + "forceRedraw", + "form", + "formAction", + "formEnctype", + "formMethod", + "formNoValidate", + "formTarget", + "format", + "forms", + "forward", + "fr", + "frame", + "frameBorder", + "frameElement", + "frameSpacing", + "framebufferRenderbuffer", + "framebufferTexture2D", + "frames", + "freeSpace", + "freeze", + "frequency", + "frequencyBinCount", + "from", + "fromCharCode", + "fromCodePoint", + "fromElement", + "frontFace", + "fround", + "fullScreen", + "fullscreenElement", + "fullscreenEnabled", + "fx", + "fy", + "gain", + "gamepad", + "gamma", + "genderIdentity", + "generateKey", + "generateMipmap", + "generateRequest", + "geolocation", + "gestureObject", + "get", + "getActiveAttrib", + "getActiveUniform", + "getAdjacentText", + "getAll", + "getAllResponseHeaders", + "getAsFile", + "getAsString", + "getAttachedShaders", + "getAttribLocation", + "getAttribute", + "getAttributeNS", + "getAttributeNode", + "getAttributeNodeNS", + "getAudioTracks", + "getBBox", + "getBattery", + "getBlob", + "getBookmark", + "getBoundingClientRect", + "getBufferParameter", + "getByteFrequencyData", + "getByteTimeDomainData", + "getCSSCanvasContext", + "getCTM", + "getCandidateWindowClientRect", + "getChannelData", + "getCharNumAtPosition", + "getClientRect", + "getClientRects", + "getCompositionAlternatives", + "getComputedStyle", + "getComputedTextLength", + "getConfiguration", + "getContext", + "getContextAttributes", + "getCounterValue", + "getCueAsHTML", + "getCueById", + "getCurrentPosition", + "getCurrentTime", + "getData", + "getDatabaseNames", + "getDate", + "getDay", + "getDefaultComputedStyle", + "getDestinationInsertionPoints", + "getDistributedNodes", + "getEditable", + "getElementById", + "getElementsByClassName", + "getElementsByName", + "getElementsByTagName", + "getElementsByTagNameNS", + "getEnclosureList", + "getEndPositionOfChar", + "getEntries", + "getEntriesByName", + "getEntriesByType", + "getError", + "getExtension", + "getExtentOfChar", + "getFeature", + "getFile", + "getFloat32", + "getFloat64", + "getFloatFrequencyData", + "getFloatTimeDomainData", + "getFloatValue", + "getFramebufferAttachmentParameter", + "getFrequencyResponse", + "getFullYear", + "getGamepads", + "getHours", + "getImageData", + "getInt16", + "getInt32", + "getInt8", + "getIntersectionList", + "getItem", + "getItems", + "getKey", + "getLineDash", + "getLocalStreams", + "getMarks", + "getMatchedCSSRules", + "getMeasures", + "getMetadata", + "getMilliseconds", + "getMinutes", + "getModifierState", + "getMonth", + "getNamedItem", + "getNamedItemNS", + "getNotifier", + "getNumberOfChars", + "getOverrideHistoryNavigationMode", + "getOverrideStyle", + "getOwnPropertyDescriptor", + "getOwnPropertyNames", + "getOwnPropertySymbols", + "getParameter", + "getPathSegAtLength", + "getPointAtLength", + "getPreference", + "getPreferenceDefault", + "getPresentationAttribute", + "getPreventDefault", + "getProgramInfoLog", + "getProgramParameter", + "getPropertyCSSValue", + "getPropertyPriority", + "getPropertyShorthand", + "getPropertyValue", + "getPrototypeOf", + "getRGBColorValue", + "getRandomValues", + "getRangeAt", + "getReceivers", + "getRectValue", + "getRegistration", + "getRemoteStreams", + "getRenderbufferParameter", + "getResponseHeader", + "getRoot", + "getRotationOfChar", + "getSVGDocument", + "getScreenCTM", + "getSeconds", + "getSelection", + "getSenders", + "getShaderInfoLog", + "getShaderParameter", + "getShaderPrecisionFormat", + "getShaderSource", + "getSimpleDuration", + "getSiteIcons", + "getSources", + "getSpeculativeParserUrls", + "getStartPositionOfChar", + "getStartTime", + "getStats", + "getStorageUpdates", + "getStreamById", + "getStringValue", + "getSubStringLength", + "getSubscription", + "getSupportedExtensions", + "getTexParameter", + "getTime", + "getTimezoneOffset", + "getTotalLength", + "getTrackById", + "getTracks", + "getTransformToElement", + "getUTCDate", + "getUTCDay", + "getUTCFullYear", + "getUTCHours", + "getUTCMilliseconds", + "getUTCMinutes", + "getUTCMonth", + "getUTCSeconds", + "getUint16", + "getUint32", + "getUint8", + "getUniform", + "getUniformLocation", + "getUserMedia", + "getValues", + "getVarDate", + "getVariableValue", + "getVertexAttrib", + "getVertexAttribOffset", + "getVideoPlaybackQuality", + "getVideoTracks", + "getWakeLockState", + "getYear", + "givenName", + "global", + "globalAlpha", + "globalCompositeOperation", + "glyphOrientationHorizontal", + "glyphOrientationVertical", + "glyphRef", + "go", + "gradientTransform", + "gradientUnits", + "grammars", + "green", + "group", + "groupCollapsed", + "groupEnd", + "hardwareConcurrency", + "has", + "hasAttribute", + "hasAttributeNS", + "hasAttributes", + "hasChildNodes", + "hasComposition", + "hasExtension", + "hasFeature", + "hasFocus", + "hasLayout", + "hasOwnProperty", + "hash", + "head", + "headers", + "heading", + "height", + "hidden", + "hide", + "hideFocus", + "high", + "hint", + "history", + "honorificPrefix", + "honorificSuffix", + "horizontalOverflow", + "host", + "hostname", + "href", + "hreflang", + "hspace", + "html5TagCheckInerface", + "htmlFor", + "htmlText", + "httpEquiv", + "hwTimestamp", + "hypot", + "iccId", + "iceConnectionState", + "iceGatheringState", + "icon", + "id", + "identifier", + "identity", + "ignoreBOM", + "ignoreCase", + "image-orientation", + "image-rendering", + "imageOrientation", + "imageRendering", + "images", + "ime-mode", + "imeMode", + "implementation", + "importKey", + "importNode", + "importStylesheet", + "imports", + "impp", + "imul", + "in1", + "in2", + "inBandMetadataTrackDispatchType", + "inRange", + "includes", + "incremental", + "indeterminate", + "index", + "indexNames", + "indexOf", + "indexedDB", + "inertiaDestinationX", + "inertiaDestinationY", + "info", + "init", + "initAnimationEvent", + "initBeforeLoadEvent", + "initClipboardEvent", + "initCloseEvent", + "initCommandEvent", + "initCompositionEvent", + "initCustomEvent", + "initData", + "initDeviceMotionEvent", + "initDeviceOrientationEvent", + "initDragEvent", + "initErrorEvent", + "initEvent", + "initFocusEvent", + "initGestureEvent", + "initHashChangeEvent", + "initKeyEvent", + "initKeyboardEvent", + "initMSManipulationEvent", + "initMessageEvent", + "initMouseEvent", + "initMouseScrollEvent", + "initMouseWheelEvent", + "initMutationEvent", + "initNSMouseEvent", + "initOverflowEvent", + "initPageEvent", + "initPageTransitionEvent", + "initPointerEvent", + "initPopStateEvent", + "initProgressEvent", + "initScrollAreaEvent", + "initSimpleGestureEvent", + "initStorageEvent", + "initTextEvent", + "initTimeEvent", + "initTouchEvent", + "initTransitionEvent", + "initUIEvent", + "initWebKitAnimationEvent", + "initWebKitTransitionEvent", + "initWebKitWheelEvent", + "initWheelEvent", + "initialTime", + "initialize", + "initiatorType", + "inner", + "innerHTML", + "innerHeight", + "innerText", + "innerWidth", + "input", + "inputBuffer", + "inputEncoding", + "inputMethod", + "insertAdjacentElement", + "insertAdjacentHTML", + "insertAdjacentText", + "insertBefore", + "insertCell", + "insertData", + "insertItemBefore", + "insertNode", + "insertRow", + "insertRule", + "instanceRoot", + "intercept", + "interimResults", + "internalSubset", + "intersectsNode", + "interval", + "invalidIteratorState", + "inverse", + "invertSelf", + "is", + "is2D", + "isAlternate", + "isArray", + "isBingCurrentSearchDefault", + "isBuffer", + "isCandidateWindowVisible", + "isChar", + "isCollapsed", + "isComposing", + "isContentEditable", + "isContentHandlerRegistered", + "isContextLost", + "isDefaultNamespace", + "isDisabled", + "isEnabled", + "isEqual", + "isEqualNode", + "isExtensible", + "isFinite", + "isFramebuffer", + "isFrozen", + "isGenerator", + "isId", + "isInjected", + "isInteger", + "isMap", + "isMultiLine", + "isNaN", + "isOpen", + "isPointInFill", + "isPointInPath", + "isPointInRange", + "isPointInStroke", + "isPrefAlternate", + "isPrimary", + "isProgram", + "isPropertyImplicit", + "isProtocolHandlerRegistered", + "isPrototypeOf", + "isRenderbuffer", + "isSafeInteger", + "isSameNode", + "isSealed", + "isShader", + "isSupported", + "isTextEdit", + "isTexture", + "isTrusted", + "isTypeSupported", + "isView", + "isolation", + "italics", + "item", + "itemId", + "itemProp", + "itemRef", + "itemScope", + "itemType", + "itemValue", + "iterateNext", + "iterator", + "javaEnabled", + "jobTitle", + "join", + "json", + "justify-content", + "justifyContent", + "k1", + "k2", + "k3", + "k4", + "kernelMatrix", + "kernelUnitLengthX", + "kernelUnitLengthY", + "kerning", + "key", + "keyCode", + "keyFor", + "keyIdentifier", + "keyLightEnabled", + "keyLocation", + "keyPath", + "keySystem", + "keyText", + "keyUsage", + "keys", + "keytype", + "kind", + "knee", + "label", + "labels", + "lang", + "language", + "languages", + "largeArcFlag", + "lastChild", + "lastElementChild", + "lastEventId", + "lastIndex", + "lastIndexOf", + "lastMatch", + "lastMessageSubject", + "lastMessageType", + "lastModified", + "lastModifiedDate", + "lastPage", + "lastParen", + "lastState", + "lastStyleSheetSet", + "latitude", + "layerX", + "layerY", + "layoutFlow", + "layoutGrid", + "layoutGridChar", + "layoutGridLine", + "layoutGridMode", + "layoutGridType", + "lbound", + "left", + "leftContext", + "leftMargin", + "length", + "lengthAdjust", + "lengthComputable", + "letter-spacing", + "letterSpacing", + "level", + "lighting-color", + "lightingColor", + "limitingConeAngle", + "line", + "line-height", + "lineAlign", + "lineBreak", + "lineCap", + "lineDashOffset", + "lineHeight", + "lineJoin", + "lineNumber", + "lineTo", + "lineWidth", + "linearRampToValueAtTime", + "lineno", + "link", + "linkColor", + "linkProgram", + "links", + "list", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "listStyle", + "listStyleImage", + "listStylePosition", + "listStyleType", + "listener", + "load", + "loadEventEnd", + "loadEventStart", + "loadTimes", + "loaded", + "localDescription", + "localName", + "localStorage", + "locale", + "localeCompare", + "location", + "locationbar", + "lock", + "lockedFile", + "log", + "log10", + "log1p", + "log2", + "logicalXDPI", + "logicalYDPI", + "longDesc", + "longitude", + "lookupNamespaceURI", + "lookupPrefix", + "loop", + "loopEnd", + "loopStart", + "looping", + "low", + "lower", + "lowerBound", + "lowerOpen", + "lowsrc", + "m11", + "m12", + "m13", + "m14", + "m21", + "m22", + "m23", + "m24", + "m31", + "m32", + "m33", + "m34", + "m41", + "m42", + "m43", + "m44", + "manifest", + "map", + "mapping", + "margin", + "margin-bottom", + "margin-left", + "margin-right", + "margin-top", + "marginBottom", + "marginHeight", + "marginLeft", + "marginRight", + "marginTop", + "marginWidth", + "mark", + "marker", + "marker-end", + "marker-mid", + "marker-offset", + "marker-start", + "markerEnd", + "markerHeight", + "markerMid", + "markerOffset", + "markerStart", + "markerUnits", + "markerWidth", + "marks", + "mask", + "mask-type", + "maskContentUnits", + "maskType", + "maskUnits", + "match", + "matchMedia", + "matchMedium", + "matches", + "matrix", + "matrixTransform", + "max", + "max-height", + "max-width", + "maxAlternatives", + "maxChannelCount", + "maxConnectionsPerServer", + "maxDecibels", + "maxDistance", + "maxHeight", + "maxLength", + "maxTouchPoints", + "maxValue", + "maxWidth", + "measure", + "measureText", + "media", + "mediaCapabilities", + "mediaDevices", + "mediaElement", + "mediaGroup", + "mediaKeys", + "mediaText", + "meetOrSlice", + "memory", + "menubar", + "mergeAttributes", + "message", + "messageClass", + "messageHandlers", + "metaKey", + "method", + "mimeType", + "mimeTypes", + "min", + "min-height", + "min-width", + "minDecibels", + "minHeight", + "minValue", + "minWidth", + "miterLimit", + "mix-blend-mode", + "mixBlendMode", + "mode", + "modify", + "mount", + "move", + "moveBy", + "moveEnd", + "moveFirst", + "moveFocusDown", + "moveFocusLeft", + "moveFocusRight", + "moveFocusUp", + "moveNext", + "moveRow", + "moveStart", + "moveTo", + "moveToBookmark", + "moveToElementText", + "moveToPoint", + "mozAdd", + "mozAnimationStartTime", + "mozAnon", + "mozApps", + "mozAudioCaptured", + "mozAudioChannelType", + "mozAutoplayEnabled", + "mozCancelAnimationFrame", + "mozCancelFullScreen", + "mozCancelRequestAnimationFrame", + "mozCaptureStream", + "mozCaptureStreamUntilEnded", + "mozClearDataAt", + "mozContact", + "mozContacts", + "mozCreateFileHandle", + "mozCurrentTransform", + "mozCurrentTransformInverse", + "mozCursor", + "mozDash", + "mozDashOffset", + "mozDecodedFrames", + "mozExitPointerLock", + "mozFillRule", + "mozFragmentEnd", + "mozFrameDelay", + "mozFullScreen", + "mozFullScreenElement", + "mozFullScreenEnabled", + "mozGetAll", + "mozGetAllKeys", + "mozGetAsFile", + "mozGetDataAt", + "mozGetMetadata", + "mozGetUserMedia", + "mozHasAudio", + "mozHasItem", + "mozHidden", + "mozImageSmoothingEnabled", + "mozIndexedDB", + "mozInnerScreenX", + "mozInnerScreenY", + "mozInputSource", + "mozIsTextField", + "mozItem", + "mozItemCount", + "mozItems", + "mozLength", + "mozLockOrientation", + "mozMatchesSelector", + "mozMovementX", + "mozMovementY", + "mozOpaque", + "mozOrientation", + "mozPaintCount", + "mozPaintedFrames", + "mozParsedFrames", + "mozPay", + "mozPointerLockElement", + "mozPresentedFrames", + "mozPreservesPitch", + "mozPressure", + "mozPrintCallback", + "mozRTCIceCandidate", + "mozRTCPeerConnection", + "mozRTCSessionDescription", + "mozRemove", + "mozRequestAnimationFrame", + "mozRequestFullScreen", + "mozRequestPointerLock", + "mozSetDataAt", + "mozSetImageElement", + "mozSourceNode", + "mozSrcObject", + "mozSystem", + "mozTCPSocket", + "mozTextStyle", + "mozTypesAt", + "mozUnlockOrientation", + "mozUserCancelled", + "mozVisibilityState", + "msAnimation", + "msAnimationDelay", + "msAnimationDirection", + "msAnimationDuration", + "msAnimationFillMode", + "msAnimationIterationCount", + "msAnimationName", + "msAnimationPlayState", + "msAnimationStartTime", + "msAnimationTimingFunction", + "msBackfaceVisibility", + "msBlockProgression", + "msCSSOMElementFloatMetrics", + "msCaching", + "msCachingEnabled", + "msCancelRequestAnimationFrame", + "msCapsLockWarningOff", + "msClearImmediate", + "msClose", + "msContentZoomChaining", + "msContentZoomFactor", + "msContentZoomLimit", + "msContentZoomLimitMax", + "msContentZoomLimitMin", + "msContentZoomSnap", + "msContentZoomSnapPoints", + "msContentZoomSnapType", + "msContentZooming", + "msConvertURL", + "msCrypto", + "msDoNotTrack", + "msElementsFromPoint", + "msElementsFromRect", + "msExitFullscreen", + "msExtendedCode", + "msFillRule", + "msFirstPaint", + "msFlex", + "msFlexAlign", + "msFlexDirection", + "msFlexFlow", + "msFlexItemAlign", + "msFlexLinePack", + "msFlexNegative", + "msFlexOrder", + "msFlexPack", + "msFlexPositive", + "msFlexPreferredSize", + "msFlexWrap", + "msFlowFrom", + "msFlowInto", + "msFontFeatureSettings", + "msFullscreenElement", + "msFullscreenEnabled", + "msGetInputContext", + "msGetRegionContent", + "msGetUntransformedBounds", + "msGraphicsTrustStatus", + "msGridColumn", + "msGridColumnAlign", + "msGridColumnSpan", + "msGridColumns", + "msGridRow", + "msGridRowAlign", + "msGridRowSpan", + "msGridRows", + "msHidden", + "msHighContrastAdjust", + "msHyphenateLimitChars", + "msHyphenateLimitLines", + "msHyphenateLimitZone", + "msHyphens", + "msImageSmoothingEnabled", + "msImeAlign", + "msIndexedDB", + "msInterpolationMode", + "msIsStaticHTML", + "msKeySystem", + "msKeys", + "msLaunchUri", + "msLockOrientation", + "msManipulationViewsEnabled", + "msMatchMedia", + "msMatchesSelector", + "msMaxTouchPoints", + "msOrientation", + "msOverflowStyle", + "msPerspective", + "msPerspectiveOrigin", + "msPlayToDisabled", + "msPlayToPreferredSourceUri", + "msPlayToPrimary", + "msPointerEnabled", + "msRegionOverflow", + "msReleasePointerCapture", + "msRequestAnimationFrame", + "msRequestFullscreen", + "msSaveBlob", + "msSaveOrOpenBlob", + "msScrollChaining", + "msScrollLimit", + "msScrollLimitXMax", + "msScrollLimitXMin", + "msScrollLimitYMax", + "msScrollLimitYMin", + "msScrollRails", + "msScrollSnapPointsX", + "msScrollSnapPointsY", + "msScrollSnapType", + "msScrollSnapX", + "msScrollSnapY", + "msScrollTranslation", + "msSetImmediate", + "msSetMediaKeys", + "msSetPointerCapture", + "msTextCombineHorizontal", + "msTextSizeAdjust", + "msToBlob", + "msTouchAction", + "msTouchSelect", + "msTraceAsyncCallbackCompleted", + "msTraceAsyncCallbackStarting", + "msTraceAsyncOperationCompleted", + "msTraceAsyncOperationStarting", + "msTransform", + "msTransformOrigin", + "msTransformStyle", + "msTransition", + "msTransitionDelay", + "msTransitionDuration", + "msTransitionProperty", + "msTransitionTimingFunction", + "msUnlockOrientation", + "msUpdateAsyncCallbackRelation", + "msUserSelect", + "msVisibilityState", + "msWrapFlow", + "msWrapMargin", + "msWrapThrough", + "msWriteProfilerMark", + "msZoom", + "msZoomTo", + "mt", + "multiEntry", + "multiSelectionObj", + "multiline", + "multiple", + "multiply", + "multiplySelf", + "mutableFile", + "muted", + "n", + "name", + "nameProp", + "namedItem", + "namedRecordset", + "names", + "namespaceURI", + "namespaces", + "naturalHeight", + "naturalWidth", + "navigate", + "navigation", + "navigationMode", + "navigationStart", + "navigator", + "near", + "nearestViewportElement", + "negative", + "netscape", + "networkState", + "newScale", + "newTranslate", + "newURL", + "newValue", + "newValueSpecifiedUnits", + "newVersion", + "newhome", + "next", + "nextElementSibling", + "nextNode", + "nextPage", + "nextSibling", + "nickname", + "noHref", + "noResize", + "noShade", + "noValidate", + "noWrap", + "nodeName", + "nodeType", + "nodeValue", + "normalize", + "normalizedPathSegList", + "notationName", + "notations", + "note", + "noteGrainOn", + "noteOff", + "noteOn", + "now", + "numOctaves", + "number", + "numberOfChannels", + "numberOfInputs", + "numberOfItems", + "numberOfOutputs", + "numberValue", + "oMatchesSelector", + "object", + "object-fit", + "object-position", + "objectFit", + "objectPosition", + "objectStore", + "objectStoreNames", + "observe", + "of", + "offscreenBuffering", + "offset", + "offsetHeight", + "offsetLeft", + "offsetNode", + "offsetParent", + "offsetTop", + "offsetWidth", + "offsetX", + "offsetY", + "ok", + "oldURL", + "oldValue", + "oldVersion", + "olderShadowRoot", + "onLine", + "onabort", + "onactivate", + "onactive", + "onaddstream", + "onaddtrack", + "onafterprint", + "onafterscriptexecute", + "onafterupdate", + "onaudioend", + "onaudioprocess", + "onaudiostart", + "onautocomplete", + "onautocompleteerror", + "onbeforeactivate", + "onbeforecopy", + "onbeforecut", + "onbeforedeactivate", + "onbeforeeditfocus", + "onbeforepaste", + "onbeforeprint", + "onbeforescriptexecute", + "onbeforeunload", + "onbeforeupdate", + "onblocked", + "onblur", + "onbounce", + "onboundary", + "oncached", + "oncancel", + "oncandidatewindowhide", + "oncandidatewindowshow", + "oncandidatewindowupdate", + "oncanplay", + "oncanplaythrough", + "oncellchange", + "onchange", + "onchargingchange", + "onchargingtimechange", + "onchecking", + "onclick", + "onclose", + "oncompassneedscalibration", + "oncomplete", + "oncontextmenu", + "oncontrolselect", + "oncopy", + "oncuechange", + "oncut", + "ondataavailable", + "ondatachannel", + "ondatasetchanged", + "ondatasetcomplete", + "ondblclick", + "ondeactivate", + "ondevicelight", + "ondevicemotion", + "ondeviceorientation", + "ondeviceproximity", + "ondischargingtimechange", + "ondisplay", + "ondownloading", + "ondrag", + "ondragend", + "ondragenter", + "ondragleave", + "ondragover", + "ondragstart", + "ondrop", + "ondurationchange", + "onemptied", + "onencrypted", + "onend", + "onended", + "onenter", + "onerror", + "onerrorupdate", + "onexit", + "onfilterchange", + "onfinish", + "onfocus", + "onfocusin", + "onfocusout", + "onfullscreenchange", + "onfullscreenerror", + "ongesturechange", + "ongestureend", + "ongesturestart", + "ongotpointercapture", + "onhashchange", + "onhelp", + "onicecandidate", + "oniceconnectionstatechange", + "oninactive", + "oninput", + "oninvalid", + "onkeydown", + "onkeypress", + "onkeyup", + "onlanguagechange", + "onlayoutcomplete", + "onlevelchange", + "onload", + "onloadeddata", + "onloadedmetadata", + "onloadend", + "onloadstart", + "onlosecapture", + "onlostpointercapture", + "only", + "onmark", + "onmessage", + "onmousedown", + "onmouseenter", + "onmouseleave", + "onmousemove", + "onmouseout", + "onmouseover", + "onmouseup", + "onmousewheel", + "onmove", + "onmoveend", + "onmovestart", + "onmozfullscreenchange", + "onmozfullscreenerror", + "onmozorientationchange", + "onmozpointerlockchange", + "onmozpointerlockerror", + "onmscontentzoom", + "onmsfullscreenchange", + "onmsfullscreenerror", + "onmsgesturechange", + "onmsgesturedoubletap", + "onmsgestureend", + "onmsgesturehold", + "onmsgesturestart", + "onmsgesturetap", + "onmsgotpointercapture", + "onmsinertiastart", + "onmslostpointercapture", + "onmsmanipulationstatechanged", + "onmsneedkey", + "onmsorientationchange", + "onmspointercancel", + "onmspointerdown", + "onmspointerenter", + "onmspointerhover", + "onmspointerleave", + "onmspointermove", + "onmspointerout", + "onmspointerover", + "onmspointerup", + "onmssitemodejumplistitemremoved", + "onmsthumbnailclick", + "onnegotiationneeded", + "onnomatch", + "onnoupdate", + "onobsolete", + "onoffline", + "ononline", + "onopen", + "onorientationchange", + "onpagechange", + "onpagehide", + "onpageshow", + "onpaste", + "onpause", + "onplay", + "onplaying", + "onpluginstreamstart", + "onpointercancel", + "onpointerdown", + "onpointerenter", + "onpointerleave", + "onpointerlockchange", + "onpointerlockerror", + "onpointermove", + "onpointerout", + "onpointerover", + "onpointerup", + "onpopstate", + "onprogress", + "onpropertychange", + "onratechange", + "onreadystatechange", + "onremovestream", + "onremovetrack", + "onreset", + "onresize", + "onresizeend", + "onresizestart", + "onresourcetimingbufferfull", + "onresult", + "onresume", + "onrowenter", + "onrowexit", + "onrowsdelete", + "onrowsinserted", + "onscroll", + "onsearch", + "onseeked", + "onseeking", + "onselect", + "onselectionchange", + "onselectstart", + "onshow", + "onsignalingstatechange", + "onsoundend", + "onsoundstart", + "onspeechend", + "onspeechstart", + "onstalled", + "onstart", + "onstatechange", + "onstop", + "onstorage", + "onstoragecommit", + "onsubmit", + "onsuccess", + "onsuspend", + "ontextinput", + "ontimeout", + "ontimeupdate", + "ontoggle", + "ontouchcancel", + "ontouchend", + "ontouchmove", + "ontouchstart", + "ontransitionend", + "onunload", + "onupdateready", + "onupgradeneeded", + "onuserproximity", + "onversionchange", + "onvoiceschanged", + "onvolumechange", + "onwaiting", + "onwarning", + "onwebkitanimationend", + "onwebkitanimationiteration", + "onwebkitanimationstart", + "onwebkitcurrentplaybacktargetiswirelesschanged", + "onwebkitfullscreenchange", + "onwebkitfullscreenerror", + "onwebkitkeyadded", + "onwebkitkeyerror", + "onwebkitkeymessage", + "onwebkitneedkey", + "onwebkitorientationchange", + "onwebkitplaybacktargetavailabilitychanged", + "onwebkitpointerlockchange", + "onwebkitpointerlockerror", + "onwebkitresourcetimingbufferfull", + "onwebkittransitionend", + "onwheel", + "onzoom", + "opacity", + "open", + "openCursor", + "openDatabase", + "openKeyCursor", + "opener", + "opera", + "operationType", + "operator", + "opr", + "optimum", + "options", + "order", + "orderX", + "orderY", + "ordered", + "org", + "orient", + "orientAngle", + "orientType", + "orientation", + "origin", + "originalTarget", + "orphans", + "oscpu", + "outerHTML", + "outerHeight", + "outerText", + "outerWidth", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "outlineColor", + "outlineOffset", + "outlineStyle", + "outlineWidth", + "outputBuffer", + "overflow", + "overflow-x", + "overflow-y", + "overflowX", + "overflowY", + "overrideMimeType", + "oversample", + "ownerDocument", + "ownerElement", + "ownerNode", + "ownerRule", + "ownerSVGElement", + "owningElement", + "p1", + "p2", + "p3", + "p4", + "pad", + "padding", + "padding-bottom", + "padding-left", + "padding-right", + "padding-top", + "paddingBottom", + "paddingLeft", + "paddingRight", + "paddingTop", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "pageBreakAfter", + "pageBreakBefore", + "pageBreakInside", + "pageCount", + "pageX", + "pageXOffset", + "pageY", + "pageYOffset", + "pages", + "paint-order", + "paintOrder", + "paintRequests", + "paintType", + "palette", + "panningModel", + "parent", + "parentElement", + "parentNode", + "parentRule", + "parentStyleSheet", + "parentTextEdit", + "parentWindow", + "parse", + "parseFloat", + "parseFromString", + "parseInt", + "participants", + "password", + "pasteHTML", + "path", + "pathLength", + "pathSegList", + "pathSegType", + "pathSegTypeAsLetter", + "pathname", + "pattern", + "patternContentUnits", + "patternMismatch", + "patternTransform", + "patternUnits", + "pause", + "pauseAnimations", + "pauseOnExit", + "paused", + "pending", + "performance", + "permission", + "persisted", + "personalbar", + "perspective", + "perspective-origin", + "perspectiveOrigin", + "phoneticFamilyName", + "phoneticGivenName", + "photo", + "ping", + "pitch", + "pixelBottom", + "pixelDepth", + "pixelHeight", + "pixelLeft", + "pixelRight", + "pixelStorei", + "pixelTop", + "pixelUnitToMillimeterX", + "pixelUnitToMillimeterY", + "pixelWidth", + "placeholder", + "platform", + "play", + "playbackRate", + "playbackState", + "playbackTime", + "played", + "plugins", + "pluginspage", + "pname", + "pointer-events", + "pointerBeforeReferenceNode", + "pointerEnabled", + "pointerEvents", + "pointerId", + "pointerLockElement", + "pointerType", + "points", + "pointsAtX", + "pointsAtY", + "pointsAtZ", + "polygonOffset", + "pop", + "popupWindowFeatures", + "popupWindowName", + "popupWindowURI", + "port", + "port1", + "port2", + "ports", + "posBottom", + "posHeight", + "posLeft", + "posRight", + "posTop", + "posWidth", + "position", + "positionAlign", + "postError", + "postMessage", + "poster", + "pow", + "powerOff", + "preMultiplySelf", + "precision", + "preferredStyleSheetSet", + "preferredStylesheetSet", + "prefix", + "preload", + "preserveAlpha", + "preserveAspectRatio", + "preserveAspectRatioString", + "pressed", + "pressure", + "prevValue", + "preventDefault", + "preventExtensions", + "previousElementSibling", + "previousNode", + "previousPage", + "previousScale", + "previousSibling", + "previousTranslate", + "primaryKey", + "primitiveType", + "primitiveUnits", + "principals", + "print", + "privateKey", + "probablySupportsContext", + "process", + "processIceMessage", + "product", + "productSub", + "profile", + "profileEnd", + "profiles", + "prompt", + "properties", + "propertyIsEnumerable", + "propertyName", + "protocol", + "protocolLong", + "prototype", + "pseudoClass", + "pseudoElement", + "publicId", + "publicKey", + "published", + "push", + "pushNotification", + "pushState", + "put", + "putImageData", + "quadraticCurveTo", + "qualifier", + "queryCommandEnabled", + "queryCommandIndeterm", + "queryCommandState", + "queryCommandSupported", + "queryCommandText", + "queryCommandValue", + "querySelector", + "querySelectorAll", + "quote", + "quotes", + "r", + "r1", + "r2", + "race", + "radiogroup", + "radiusX", + "radiusY", + "random", + "range", + "rangeCount", + "rangeMax", + "rangeMin", + "rangeOffset", + "rangeOverflow", + "rangeParent", + "rangeUnderflow", + "rate", + "ratio", + "raw", + "read", + "readAsArrayBuffer", + "readAsBinaryString", + "readAsBlob", + "readAsDataURL", + "readAsText", + "readOnly", + "readPixels", + "readReportRequested", + "readyState", + "reason", + "reboot", + "receiver", + "receivers", + "recordNumber", + "recordset", + "rect", + "red", + "redirectCount", + "redirectEnd", + "redirectStart", + "reduce", + "reduceRight", + "reduction", + "refDistance", + "refX", + "refY", + "referenceNode", + "referrer", + "refresh", + "region", + "regionAnchorX", + "regionAnchorY", + "regionId", + "regions", + "register", + "registerContentHandler", + "registerElement", + "registerProtocolHandler", + "reject", + "rel", + "relList", + "relatedNode", + "relatedTarget", + "release", + "releaseCapture", + "releaseEvents", + "releasePointerCapture", + "releaseShaderCompiler", + "reliable", + "reload", + "remainingSpace", + "remoteDescription", + "remove", + "removeAllRanges", + "removeAttribute", + "removeAttributeNS", + "removeAttributeNode", + "removeBehavior", + "removeChild", + "removeCue", + "removeEventListener", + "removeFilter", + "removeImport", + "removeItem", + "removeListener", + "removeNamedItem", + "removeNamedItemNS", + "removeNode", + "removeParameter", + "removeProperty", + "removeRange", + "removeRegion", + "removeRule", + "removeSiteSpecificTrackingException", + "removeSourceBuffer", + "removeStream", + "removeTrack", + "removeVariable", + "removeWakeLockListener", + "removeWebWideTrackingException", + "removedNodes", + "renderbufferStorage", + "renderedBuffer", + "renderingMode", + "repeat", + "replace", + "replaceAdjacentText", + "replaceChild", + "replaceData", + "replaceId", + "replaceItem", + "replaceNode", + "replaceState", + "replaceTrack", + "replaceWholeText", + "reportValidity", + "requestAnimationFrame", + "requestAutocomplete", + "requestData", + "requestFullscreen", + "requestMediaKeySystemAccess", + "requestPermission", + "requestPointerLock", + "requestStart", + "requestingWindow", + "required", + "requiredExtensions", + "requiredFeatures", + "reset", + "resetTransform", + "resize", + "resizeBy", + "resizeTo", + "resolve", + "response", + "responseBody", + "responseEnd", + "responseStart", + "responseText", + "responseType", + "responseURL", + "responseXML", + "restore", + "result", + "resultType", + "resume", + "returnValue", + "rev", + "reverse", + "reversed", + "revocable", + "revokeObjectURL", + "rgbColor", + "right", + "rightContext", + "rightMargin", + "rolloffFactor", + "root", + "rootElement", + "rotate", + "rotateAxisAngle", + "rotateAxisAngleSelf", + "rotateFromVector", + "rotateFromVectorSelf", + "rotateSelf", + "rotation", + "rotationRate", + "round", + "rowIndex", + "rowSpan", + "rows", + "rubyAlign", + "rubyOverhang", + "rubyPosition", + "rules", + "runtime", + "runtimeStyle", + "rx", + "ry", + "safari", + "sampleCoverage", + "sampleRate", + "sandbox", + "save", + "scale", + "scale3d", + "scale3dSelf", + "scaleNonUniform", + "scaleNonUniformSelf", + "scaleSelf", + "scheme", + "scissor", + "scope", + "scopeName", + "scoped", + "screen", + "screenBrightness", + "screenEnabled", + "screenLeft", + "screenPixelToMillimeterX", + "screenPixelToMillimeterY", + "screenTop", + "screenX", + "screenY", + "scripts", + "scroll", + "scroll-behavior", + "scrollAmount", + "scrollBehavior", + "scrollBy", + "scrollByLines", + "scrollByPages", + "scrollDelay", + "scrollHeight", + "scrollIntoView", + "scrollIntoViewIfNeeded", + "scrollLeft", + "scrollLeftMax", + "scrollMaxX", + "scrollMaxY", + "scrollTo", + "scrollTop", + "scrollTopMax", + "scrollWidth", + "scrollX", + "scrollY", + "scrollbar3dLightColor", + "scrollbarArrowColor", + "scrollbarBaseColor", + "scrollbarDarkShadowColor", + "scrollbarFaceColor", + "scrollbarHighlightColor", + "scrollbarShadowColor", + "scrollbarTrackColor", + "scrollbars", + "scrolling", + "sdp", + "sdpMLineIndex", + "sdpMid", + "seal", + "search", + "searchBox", + "searchBoxJavaBridge_", + "searchParams", + "sectionRowIndex", + "secureConnectionStart", + "security", + "seed", + "seekable", + "seeking", + "select", + "selectAllChildren", + "selectNode", + "selectNodeContents", + "selectNodes", + "selectSingleNode", + "selectSubString", + "selected", + "selectedIndex", + "selectedOptions", + "selectedStyleSheetSet", + "selectedStylesheetSet", + "selection", + "selectionDirection", + "selectionEnd", + "selectionStart", + "selector", + "selectorText", + "self", + "send", + "sendAsBinary", + "sendBeacon", + "sender", + "sentTimestamp", + "separator", + "serializeToString", + "serviceWorker", + "sessionId", + "sessionStorage", + "set", + "setActive", + "setAlpha", + "setAttribute", + "setAttributeNS", + "setAttributeNode", + "setAttributeNodeNS", + "setBaseAndExtent", + "setBingCurrentSearchDefault", + "setCapture", + "setColor", + "setCompositeOperation", + "setCurrentTime", + "setCustomValidity", + "setData", + "setDate", + "setDragImage", + "setEnd", + "setEndAfter", + "setEndBefore", + "setEndPoint", + "setFillColor", + "setFilterRes", + "setFloat32", + "setFloat64", + "setFloatValue", + "setFullYear", + "setHours", + "setImmediate", + "setInt16", + "setInt32", + "setInt8", + "setInterval", + "setItem", + "setLineCap", + "setLineDash", + "setLineJoin", + "setLineWidth", + "setLocalDescription", + "setMatrix", + "setMatrixValue", + "setMediaKeys", + "setMilliseconds", + "setMinutes", + "setMiterLimit", + "setMonth", + "setNamedItem", + "setNamedItemNS", + "setNonUserCodeExceptions", + "setOrientToAngle", + "setOrientToAuto", + "setOrientation", + "setOverrideHistoryNavigationMode", + "setPaint", + "setParameter", + "setPeriodicWave", + "setPointerCapture", + "setPosition", + "setPreference", + "setProperty", + "setPrototypeOf", + "setRGBColor", + "setRGBColorICCColor", + "setRadius", + "setRangeText", + "setRemoteDescription", + "setRequestHeader", + "setResizable", + "setResourceTimingBufferSize", + "setRotate", + "setScale", + "setSeconds", + "setSelectionRange", + "setServerCertificate", + "setShadow", + "setSkewX", + "setSkewY", + "setStart", + "setStartAfter", + "setStartBefore", + "setStdDeviation", + "setStringValue", + "setStrokeColor", + "setSuggestResult", + "setTargetAtTime", + "setTargetValueAtTime", + "setTime", + "setTimeout", + "setTransform", + "setTranslate", + "setUTCDate", + "setUTCFullYear", + "setUTCHours", + "setUTCMilliseconds", + "setUTCMinutes", + "setUTCMonth", + "setUTCSeconds", + "setUint16", + "setUint32", + "setUint8", + "setUri", + "setValueAtTime", + "setValueCurveAtTime", + "setVariable", + "setVelocity", + "setVersion", + "setYear", + "settingName", + "settingValue", + "sex", + "shaderSource", + "shadowBlur", + "shadowColor", + "shadowOffsetX", + "shadowOffsetY", + "shadowRoot", + "shape", + "shape-rendering", + "shapeRendering", + "sheet", + "shift", + "shiftKey", + "shiftLeft", + "show", + "showHelp", + "showModal", + "showModalDialog", + "showModelessDialog", + "showNotification", + "sidebar", + "sign", + "signalingState", + "sin", + "singleNodeValue", + "sinh", + "size", + "sizeToContent", + "sizes", + "skewX", + "skewXSelf", + "skewY", + "skewYSelf", + "slice", + "slope", + "small", + "smooth", + "smil", + "smoothingTimeConstant", + "snapToLines", + "snapshotItem", + "snapshotLength", + "some", + "sort", + "source", + "sourceBuffer", + "sourceBuffers", + "sourceIndex", + "spacing", + "span", + "speakAs", + "speaking", + "specified", + "specularConstant", + "specularExponent", + "speechSynthesis", + "speed", + "speedOfSound", + "spellcheck", + "splice", + "split", + "splitText", + "spreadMethod", + "sqrt", + "src", + "srcElement", + "srcFilter", + "srcUrn", + "srcdoc", + "srclang", + "srcset", + "stack", + "stackTraceLimit", + "stacktrace", + "standalone", + "standby", + "start", + "startContainer", + "startIce", + "startOffset", + "startRendering", + "startTime", + "startsWith", + "state", + "status", + "statusMessage", + "statusText", + "statusbar", + "stdDeviationX", + "stdDeviationY", + "stencilFunc", + "stencilFuncSeparate", + "stencilMask", + "stencilMaskSeparate", + "stencilOp", + "stencilOpSeparate", + "step", + "stepDown", + "stepMismatch", + "stepUp", + "sticky", + "stitchTiles", + "stop", + "stop-color", + "stop-opacity", + "stopColor", + "stopImmediatePropagation", + "stopOpacity", + "stopPropagation", + "storageArea", + "storageName", + "storageStatus", + "storeSiteSpecificTrackingException", + "storeWebWideTrackingException", + "stpVersion", + "stream", + "strike", + "stringValue", + "stringify", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "strokeDasharray", + "strokeDashoffset", + "strokeLinecap", + "strokeLinejoin", + "strokeMiterlimit", + "strokeOpacity", + "strokeRect", + "strokeStyle", + "strokeText", + "strokeWidth", + "style", + "styleFloat", + "styleMedia", + "styleSheet", + "styleSheetSets", + "styleSheets", + "sub", + "subarray", + "subject", + "submit", + "subscribe", + "substr", + "substring", + "substringData", + "subtle", + "suffix", + "suffixes", + "summary", + "sup", + "supports", + "surfaceScale", + "surroundContents", + "suspend", + "suspendRedraw", + "swapCache", + "swapNode", + "sweepFlag", + "symbols", + "system", + "systemCode", + "systemId", + "systemLanguage", + "systemXDPI", + "systemYDPI", + "tBodies", + "tFoot", + "tHead", + "tabIndex", + "table", + "table-layout", + "tableLayout", + "tableValues", + "tag", + "tagName", + "tagUrn", + "tags", + "taintEnabled", + "takeRecords", + "tan", + "tanh", + "target", + "targetElement", + "targetTouches", + "targetX", + "targetY", + "tel", + "terminate", + "test", + "texImage2D", + "texParameterf", + "texParameteri", + "texSubImage2D", + "text", + "text-align", + "text-anchor", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-style", + "text-indent", + "text-overflow", + "text-rendering", + "text-shadow", + "text-transform", + "textAlign", + "textAlignLast", + "textAnchor", + "textAutospace", + "textBaseline", + "textContent", + "textDecoration", + "textDecorationBlink", + "textDecorationColor", + "textDecorationLine", + "textDecorationLineThrough", + "textDecorationNone", + "textDecorationOverline", + "textDecorationStyle", + "textDecorationUnderline", + "textIndent", + "textJustify", + "textJustifyTrim", + "textKashida", + "textKashidaSpace", + "textLength", + "textOverflow", + "textRendering", + "textShadow", + "textTracks", + "textTransform", + "textUnderlinePosition", + "then", + "threadId", + "threshold", + "tiltX", + "tiltY", + "time", + "timeEnd", + "timeStamp", + "timeout", + "timestamp", + "timestampOffset", + "timing", + "title", + "toArray", + "toBlob", + "toDataURL", + "toDateString", + "toElement", + "toExponential", + "toFixed", + "toFloat32Array", + "toFloat64Array", + "toGMTString", + "toISOString", + "toJSON", + "toLocaleDateString", + "toLocaleFormat", + "toLocaleLowerCase", + "toLocaleString", + "toLocaleTimeString", + "toLocaleUpperCase", + "toLowerCase", + "toMethod", + "toPrecision", + "toSdp", + "toSource", + "toStaticHTML", + "toString", + "toStringTag", + "toTimeString", + "toUTCString", + "toUpperCase", + "toggle", + "toggleLongPressEnabled", + "tooLong", + "toolbar", + "top", + "topMargin", + "total", + "totalFrameDelay", + "totalVideoFrames", + "touchAction", + "touches", + "trace", + "track", + "transaction", + "transactions", + "transform", + "transform-origin", + "transform-style", + "transformOrigin", + "transformPoint", + "transformString", + "transformStyle", + "transformToDocument", + "transformToFragment", + "transition", + "transition-delay", + "transition-duration", + "transition-property", + "transition-timing-function", + "transitionDelay", + "transitionDuration", + "transitionProperty", + "transitionTimingFunction", + "translate", + "translateSelf", + "translationX", + "translationY", + "trim", + "trimLeft", + "trimRight", + "trueSpeed", + "trunc", + "truncate", + "type", + "typeDetail", + "typeMismatch", + "typeMustMatch", + "types", + "ubound", + "undefined", + "unescape", + "uneval", + "unicode-bidi", + "unicodeBidi", + "uniform1f", + "uniform1fv", + "uniform1i", + "uniform1iv", + "uniform2f", + "uniform2fv", + "uniform2i", + "uniform2iv", + "uniform3f", + "uniform3fv", + "uniform3i", + "uniform3iv", + "uniform4f", + "uniform4fv", + "uniform4i", + "uniform4iv", + "uniformMatrix2fv", + "uniformMatrix3fv", + "uniformMatrix4fv", + "unique", + "uniqueID", + "uniqueNumber", + "unitType", + "units", + "unloadEventEnd", + "unloadEventStart", + "unlock", + "unmount", + "unobserve", + "unpause", + "unpauseAnimations", + "unreadCount", + "unregister", + "unregisterContentHandler", + "unregisterProtocolHandler", + "unscopables", + "unselectable", + "unshift", + "unsubscribe", + "unsuspendRedraw", + "unsuspendRedrawAll", + "unwatch", + "unwrapKey", + "update", + "updateCommands", + "updateIce", + "updateInterval", + "updateSettings", + "updated", + "updating", + "upload", + "upper", + "upperBound", + "upperOpen", + "uri", + "url", + "urn", + "urns", + "usages", + "useCurrentView", + "useMap", + "useProgram", + "usedSpace", + "userAgent", + "userLanguage", + "username", + "v8BreakIterator", + "vAlign", + "vLink", + "valid", + "validateProgram", + "validationMessage", + "validity", + "value", + "valueAsDate", + "valueAsNumber", + "valueAsString", + "valueInSpecifiedUnits", + "valueMissing", + "valueOf", + "valueText", + "valueType", + "values", + "vector-effect", + "vectorEffect", + "velocityAngular", + "velocityExpansion", + "velocityX", + "velocityY", + "vendor", + "vendorSub", + "verify", + "version", + "vertexAttrib1f", + "vertexAttrib1fv", + "vertexAttrib2f", + "vertexAttrib2fv", + "vertexAttrib3f", + "vertexAttrib3fv", + "vertexAttrib4f", + "vertexAttrib4fv", + "vertexAttribDivisorANGLE", + "vertexAttribPointer", + "vertical", + "vertical-align", + "verticalAlign", + "verticalOverflow", + "vibrate", + "videoHeight", + "videoTracks", + "videoWidth", + "view", + "viewBox", + "viewBoxString", + "viewTarget", + "viewTargetString", + "viewport", + "viewportAnchorX", + "viewportAnchorY", + "viewportElement", + "visibility", + "visibilityState", + "visible", + "vlinkColor", + "voice", + "volume", + "vrml", + "vspace", + "w", + "wand", + "warn", + "wasClean", + "watch", + "watchPosition", + "webdriver", + "webkitAddKey", + "webkitAnimation", + "webkitAnimationDelay", + "webkitAnimationDirection", + "webkitAnimationDuration", + "webkitAnimationFillMode", + "webkitAnimationIterationCount", + "webkitAnimationName", + "webkitAnimationPlayState", + "webkitAnimationTimingFunction", + "webkitAppearance", + "webkitAudioContext", + "webkitAudioDecodedByteCount", + "webkitAudioPannerNode", + "webkitBackfaceVisibility", + "webkitBackground", + "webkitBackgroundAttachment", + "webkitBackgroundClip", + "webkitBackgroundColor", + "webkitBackgroundImage", + "webkitBackgroundOrigin", + "webkitBackgroundPosition", + "webkitBackgroundPositionX", + "webkitBackgroundPositionY", + "webkitBackgroundRepeat", + "webkitBackgroundSize", + "webkitBackingStorePixelRatio", + "webkitBorderImage", + "webkitBorderImageOutset", + "webkitBorderImageRepeat", + "webkitBorderImageSlice", + "webkitBorderImageSource", + "webkitBorderImageWidth", + "webkitBoxAlign", + "webkitBoxDirection", + "webkitBoxFlex", + "webkitBoxOrdinalGroup", + "webkitBoxOrient", + "webkitBoxPack", + "webkitBoxSizing", + "webkitCancelAnimationFrame", + "webkitCancelFullScreen", + "webkitCancelKeyRequest", + "webkitCancelRequestAnimationFrame", + "webkitClearResourceTimings", + "webkitClosedCaptionsVisible", + "webkitConvertPointFromNodeToPage", + "webkitConvertPointFromPageToNode", + "webkitCreateShadowRoot", + "webkitCurrentFullScreenElement", + "webkitCurrentPlaybackTargetIsWireless", + "webkitDirectionInvertedFromDevice", + "webkitDisplayingFullscreen", + "webkitEnterFullScreen", + "webkitEnterFullscreen", + "webkitExitFullScreen", + "webkitExitFullscreen", + "webkitExitPointerLock", + "webkitFullScreenKeyboardInputAllowed", + "webkitFullscreenElement", + "webkitFullscreenEnabled", + "webkitGenerateKeyRequest", + "webkitGetAsEntry", + "webkitGetDatabaseNames", + "webkitGetEntries", + "webkitGetEntriesByName", + "webkitGetEntriesByType", + "webkitGetFlowByName", + "webkitGetGamepads", + "webkitGetImageDataHD", + "webkitGetNamedFlows", + "webkitGetRegionFlowRanges", + "webkitGetUserMedia", + "webkitHasClosedCaptions", + "webkitHidden", + "webkitIDBCursor", + "webkitIDBDatabase", + "webkitIDBDatabaseError", + "webkitIDBDatabaseException", + "webkitIDBFactory", + "webkitIDBIndex", + "webkitIDBKeyRange", + "webkitIDBObjectStore", + "webkitIDBRequest", + "webkitIDBTransaction", + "webkitImageSmoothingEnabled", + "webkitIndexedDB", + "webkitInitMessageEvent", + "webkitIsFullScreen", + "webkitKeys", + "webkitLineDashOffset", + "webkitLockOrientation", + "webkitMatchesSelector", + "webkitMediaStream", + "webkitNotifications", + "webkitOfflineAudioContext", + "webkitOrientation", + "webkitPeerConnection00", + "webkitPersistentStorage", + "webkitPointerLockElement", + "webkitPostMessage", + "webkitPreservesPitch", + "webkitPutImageDataHD", + "webkitRTCPeerConnection", + "webkitRegionOverset", + "webkitRequestAnimationFrame", + "webkitRequestFileSystem", + "webkitRequestFullScreen", + "webkitRequestFullscreen", + "webkitRequestPointerLock", + "webkitResolveLocalFileSystemURL", + "webkitSetMediaKeys", + "webkitSetResourceTimingBufferSize", + "webkitShadowRoot", + "webkitShowPlaybackTargetPicker", + "webkitSlice", + "webkitSpeechGrammar", + "webkitSpeechGrammarList", + "webkitSpeechRecognition", + "webkitSpeechRecognitionError", + "webkitSpeechRecognitionEvent", + "webkitStorageInfo", + "webkitSupportsFullscreen", + "webkitTemporaryStorage", + "webkitTextSizeAdjust", + "webkitTransform", + "webkitTransformOrigin", + "webkitTransition", + "webkitTransitionDelay", + "webkitTransitionDuration", + "webkitTransitionProperty", + "webkitTransitionTimingFunction", + "webkitURL", + "webkitUnlockOrientation", + "webkitUserSelect", + "webkitVideoDecodedByteCount", + "webkitVisibilityState", + "webkitWirelessVideoPlaybackDisabled", + "webkitdropzone", + "webstore", + "weight", + "whatToShow", + "wheelDelta", + "wheelDeltaX", + "wheelDeltaY", + "which", + "white-space", + "whiteSpace", + "wholeText", + "widows", + "width", + "will-change", + "willChange", + "willValidate", + "window", + "withCredentials", + "word-break", + "word-spacing", + "word-wrap", + "wordBreak", + "wordSpacing", + "wordWrap", + "wrap", + "wrapKey", + "write", + "writeln", + "writingMode", + "x", + "x1", + "x2", + "xChannelSelector", + "xmlEncoding", + "xmlStandalone", + "xmlVersion", + "xmlbase", + "xmllang", + "xmlspace", + "y", + "y1", + "y2", + "yChannelSelector", + "yandex", + "z", + "z-index", + "zIndex", + "zoom", + "zoomAndPan", + "zoomRectScreen" + ]; + + /*********************************************************************** + + A JavaScript tokenizer / parser / beautifier / compressor. + https://github.com/mishoo/UglifyJS2 + + -------------------------------- (C) --------------------------------- + + Author: Mihai Bazon + + http://mihai.bazon.net/blog + + Distributed under the BSD license: + + Copyright 2012 (c) Mihai Bazon + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + ***********************************************************************/ + + function find_builtins(reserved) { + domprops.forEach(add); + + // Compatibility fix for some standard defined globals not defined on every js environment + var new_globals = ["Symbol", "Map", "Promise", "Proxy", "Reflect", "Set", "WeakMap", "WeakSet"]; + var objects = {}; + var global_ref = typeof global === "object" ? global : self; + + new_globals.forEach(function (new_global) { + objects[new_global] = global_ref[new_global] || new Function(); + }); + + // NaN will be included due to Number.NaN + [ + "null", + "true", + "false", + "Infinity", + "-Infinity", + "undefined", + ].forEach(add); + [ Object, Array, Function, Number, + String, Boolean, Error, Math, + Date, RegExp, objects.Symbol, ArrayBuffer, + DataView, decodeURI, decodeURIComponent, + encodeURI, encodeURIComponent, eval, EvalError, + Float32Array, Float64Array, Int8Array, Int16Array, + Int32Array, isFinite, isNaN, JSON, objects.Map, parseFloat, + parseInt, objects.Promise, objects.Proxy, RangeError, ReferenceError, + objects.Reflect, objects.Set, SyntaxError, TypeError, Uint8Array, + Uint8ClampedArray, Uint16Array, Uint32Array, URIError, + objects.WeakMap, objects.WeakSet + ].forEach(function(ctor) { + Object.getOwnPropertyNames(ctor).map(add); + if (ctor.prototype) { + Object.getOwnPropertyNames(ctor.prototype).map(add); + } + }); + function add(name) { + reserved.add(name); + } + } + + function reserve_quoted_keys(ast, reserved) { + function add(name) { + push_uniq(reserved, name); + } + + ast.walk(new TreeWalker(function(node) { + if (node instanceof AST_ObjectKeyVal && node.quote) { + add(node.key); + } else if (node instanceof AST_ObjectProperty && node.quote) { + add(node.key.name); + } else if (node instanceof AST_Sub) { + addStrings(node.property, add); + } + })); + } + + function addStrings(node, add) { + node.walk(new TreeWalker(function(node) { + if (node instanceof AST_Sequence) { + addStrings(node.tail_node(), add); + } else if (node instanceof AST_String) { + add(node.value); + } else if (node instanceof AST_Conditional) { + addStrings(node.consequent, add); + addStrings(node.alternative, add); + } + return true; + })); + } + + function mangle_properties(ast, options) { + options = defaults(options, { + builtins: false, + cache: null, + debug: false, + keep_quoted: false, + only_cache: false, + regex: null, + reserved: null, + }, true); + + var reserved_option = options.reserved; + if (!Array.isArray(reserved_option)) reserved_option = [reserved_option]; + var reserved = new Set(reserved_option); + if (!options.builtins) find_builtins(reserved); + + var cname = -1; + var cache; + if (options.cache) { + cache = options.cache.props; + cache.each(function(mangled_name) { + reserved.add(mangled_name); + }); + } else { + cache = new Dictionary(); + } + + var regex = options.regex; + + // note debug is either false (disabled), or a string of the debug suffix to use (enabled). + // note debug may be enabled as an empty string, which is falsey. Also treat passing 'true' + // the same as passing an empty string. + var debug = options.debug !== false; + var debug_name_suffix; + if (debug) { + debug_name_suffix = (options.debug === true ? "" : options.debug); + } + + var names_to_mangle = new Set(); + var unmangleable = new Set(); + + // step 1: find candidates to mangle + ast.walk(new TreeWalker(function(node) { + if (node instanceof AST_ObjectKeyVal) { + if (typeof node.key == "string") { + add(node.key); + } + } else if (node instanceof AST_ObjectProperty) { + // setter or getter, since KeyVal is handled above + add(node.key.name); + } else if (node instanceof AST_Dot) { + var root = node; + while (root.expression) { + root = root.expression; + } + if (!(root.thedef && root.thedef.undeclared)) add(node.property); + } else if (node instanceof AST_Sub) { + addStrings(node.property, add); + } else if (node instanceof AST_Call + && node.expression.print_to_string() == "Object.defineProperty") { + addStrings(node.args[1], add); + } + })); + + // step 2: transform the tree, renaming properties + return ast.transform(new TreeTransformer(function(node) { + if (node instanceof AST_ObjectKeyVal) { + if (typeof node.key == "string") { + node.key = mangle(node.key); + } + } else if (node instanceof AST_ObjectProperty) { + // setter or getter + node.key.name = mangle(node.key.name); + } else if (node instanceof AST_Dot) { + node.property = mangle(node.property); + } else if (!options.keep_quoted && node instanceof AST_Sub) { + node.property = mangleStrings(node.property); + } else if (node instanceof AST_Call + && node.expression.print_to_string() == "Object.defineProperty") { + node.args[1] = mangleStrings(node.args[1]); + } + })); + + // only function declarations after this line + + function can_mangle(name) { + if (unmangleable.has(name)) return false; + if (reserved.has(name)) return false; + if (options.only_cache) { + return cache.has(name); + } + if (/^-?[0-9]+(\.[0-9]+)?(e[+-][0-9]+)?$/.test(name)) return false; + return true; + } + + function should_mangle(name) { + if (regex && !regex.test(name)) return false; + if (reserved.has(name)) return false; + return cache.has(name) + || names_to_mangle.has(name); + } + + function add(name) { + if (can_mangle(name)) + names_to_mangle.add(name); + + if (!should_mangle(name)) { + unmangleable.add(name); + } + } + + function mangle(name) { + if (!should_mangle(name)) { + return name; + } + + var mangled = cache.get(name); + if (!mangled) { + if (debug) { + // debug mode: use a prefix and suffix to preserve readability, e.g. o.foo -> o._$foo$NNN_. + var debug_mangled = "_$" + name + "$" + debug_name_suffix + "_"; + + if (can_mangle(debug_mangled)) { + mangled = debug_mangled; + } + } + + // either debug mode is off, or it is on and we could not use the mangled name + if (!mangled) { + do { + mangled = base54(++cname); + } while (!can_mangle(mangled)); + } + + cache.set(name, mangled); + } + return mangled; + } + + function mangleStrings(node) { + return node.transform(new TreeTransformer(function(node) { + if (node instanceof AST_Sequence) { + var last = node.expressions.length - 1; + node.expressions[last] = mangleStrings(node.expressions[last]); + } else if (node instanceof AST_String) { + node.value = mangle(node.value); + } else if (node instanceof AST_Conditional) { + node.consequent = mangleStrings(node.consequent); + node.alternative = mangleStrings(node.alternative); + } + return node; + })); + } + } + + var to_ascii = typeof atob == "undefined" ? function(b64) { + return Buffer.from(b64, "base64").toString(); + } : atob; + var to_base64 = typeof btoa == "undefined" ? function(str) { + return Buffer.from(str).toString("base64"); + } : btoa; + + function read_source_map(code) { + var match = /(?:^|[^.])\/\/# sourceMappingURL=data:application\/json(;[\w=-]*)?;base64,([+/0-9A-Za-z]*=*)\s*$/.exec(code); + if (!match) { + AST_Node.warn("inline source map not found"); + return null; + } + return to_ascii(match[2]); + } + + function set_shorthand(name, options, keys) { + if (options[name]) { + keys.forEach(function(key) { + if (options[key]) { + if (typeof options[key] != "object") options[key] = {}; + if (!(name in options[key])) options[key][name] = options[name]; + } + }); + } + } + + function init_cache(cache) { + if (!cache) return; + if (!("props" in cache)) { + cache.props = new Dictionary(); + } else if (!(cache.props instanceof Dictionary)) { + cache.props = Dictionary.fromObject(cache.props); + } + } + + function to_json(cache) { + return { + props: cache.props.toObject() + }; + } + + function minify(files, options) { + var warn_function = AST_Node.warn_function; + try { + options = defaults(options, { + compress: {}, + ecma: undefined, + enclose: false, + ie8: false, + keep_classnames: undefined, + keep_fnames: false, + mangle: {}, + module: false, + nameCache: null, + output: {}, + parse: {}, + rename: undefined, + safari10: false, + sourceMap: false, + timings: false, + toplevel: false, + warnings: false, + wrap: false, + }, true); + var timings = options.timings && { + start: Date.now() + }; + if (options.keep_classnames === undefined) { + options.keep_classnames = options.keep_fnames; + } + if (options.rename === undefined) { + options.rename = options.compress && options.mangle; + } + set_shorthand("ecma", options, [ "parse", "compress", "output" ]); + set_shorthand("ie8", options, [ "compress", "mangle", "output" ]); + set_shorthand("keep_classnames", options, [ "compress", "mangle" ]); + set_shorthand("keep_fnames", options, [ "compress", "mangle" ]); + set_shorthand("module", options, [ "parse", "compress", "mangle" ]); + set_shorthand("safari10", options, [ "mangle", "output" ]); + set_shorthand("toplevel", options, [ "compress", "mangle" ]); + set_shorthand("warnings", options, [ "compress" ]); + var quoted_props; + if (options.mangle) { + options.mangle = defaults(options.mangle, { + cache: options.nameCache && (options.nameCache.vars || {}), + eval: false, + ie8: false, + keep_classnames: false, + keep_fnames: false, + module: false, + properties: false, + reserved: [], + safari10: false, + toplevel: false, + }, true); + if (options.mangle.properties) { + if (typeof options.mangle.properties != "object") { + options.mangle.properties = {}; + } + if (options.mangle.properties.keep_quoted) { + quoted_props = options.mangle.properties.reserved; + if (!Array.isArray(quoted_props)) quoted_props = []; + options.mangle.properties.reserved = quoted_props; + } + if (options.nameCache && !("cache" in options.mangle.properties)) { + options.mangle.properties.cache = options.nameCache.props || {}; + } + } + init_cache(options.mangle.cache); + init_cache(options.mangle.properties.cache); + } + if (options.sourceMap) { + options.sourceMap = defaults(options.sourceMap, { + content: null, + filename: null, + includeSources: false, + root: null, + url: null, + }, true); + } + var warnings = []; + if (options.warnings && !AST_Node.warn_function) { + AST_Node.warn_function = function(warning) { + warnings.push(warning); + }; + } + if (timings) timings.parse = Date.now(); + var toplevel; + if (files instanceof AST_Toplevel) { + toplevel = files; + } else { + if (typeof files == "string") { + files = [ files ]; + } + options.parse = options.parse || {}; + options.parse.toplevel = null; + for (var name in files) if (HOP(files, name)) { + options.parse.filename = name; + options.parse.toplevel = parse(files[name], options.parse); + if (options.sourceMap && options.sourceMap.content == "inline") { + if (Object.keys(files).length > 1) + throw new Error("inline source map only works with singular input"); + options.sourceMap.content = read_source_map(files[name]); + } + } + toplevel = options.parse.toplevel; + } + if (quoted_props) { + reserve_quoted_keys(toplevel, quoted_props); + } + if (options.wrap) { + toplevel = toplevel.wrap_commonjs(options.wrap); + } + if (options.enclose) { + toplevel = toplevel.wrap_enclose(options.enclose); + } + if (timings) timings.rename = Date.now(); + if (timings) timings.compress = Date.now(); + if (options.compress) toplevel = new Compressor(options.compress).compress(toplevel); + if (timings) timings.scope = Date.now(); + if (options.mangle) toplevel.figure_out_scope(options.mangle); + if (timings) timings.mangle = Date.now(); + if (options.mangle) { + base54.reset(); + toplevel.compute_char_frequency(options.mangle); + toplevel.mangle_names(options.mangle); + } + if (timings) timings.properties = Date.now(); + if (options.mangle && options.mangle.properties) { + toplevel = mangle_properties(toplevel, options.mangle.properties); + } + if (timings) timings.output = Date.now(); + var result = {}; + if (options.output.ast) { + result.ast = toplevel; + } + if (!HOP(options.output, "code") || options.output.code) { + if (options.sourceMap) { + if (typeof options.sourceMap.content == "string") { + options.sourceMap.content = JSON.parse(options.sourceMap.content); + } + options.output.source_map = SourceMap({ + file: options.sourceMap.filename, + orig: options.sourceMap.content, + root: options.sourceMap.root + }); + if (options.sourceMap.includeSources) { + if (files instanceof AST_Toplevel) { + throw new Error("original source content unavailable"); + } else for (var name in files) if (HOP(files, name)) { + options.output.source_map.get().setSourceContent(name, files[name]); + } + } + } + delete options.output.ast; + delete options.output.code; + var stream = OutputStream(options.output); + toplevel.print(stream); + result.code = stream.get(); + if (options.sourceMap) { + result.map = options.output.source_map.toString(); + if (options.sourceMap.url == "inline") { + result.code += "\n//# sourceMappingURL=data:application/json;charset=utf-8;base64," + to_base64(result.map); + } else if (options.sourceMap.url) { + result.code += "\n//# sourceMappingURL=" + options.sourceMap.url; + } + } + } + if (options.nameCache && options.mangle) { + if (options.mangle.cache) options.nameCache.vars = to_json(options.mangle.cache); + if (options.mangle.properties && options.mangle.properties.cache) { + options.nameCache.props = to_json(options.mangle.properties.cache); + } + } + if (timings) { + timings.end = Date.now(); + result.timings = { + parse: 1e-3 * (timings.rename - timings.parse), + rename: 1e-3 * (timings.compress - timings.rename), + compress: 1e-3 * (timings.scope - timings.compress), + scope: 1e-3 * (timings.mangle - timings.scope), + mangle: 1e-3 * (timings.properties - timings.mangle), + properties: 1e-3 * (timings.output - timings.properties), + output: 1e-3 * (timings.end - timings.output), + total: 1e-3 * (timings.end - timings.start) + }; + } + if (warnings.length) { + result.warnings = warnings; + } + return result; + } catch (ex) { + return { error: ex }; + } finally { + AST_Node.warn_function = warn_function; + } + } + + /*********************************************************************** + + A JavaScript tokenizer / parser / beautifier / compressor. + https://github.com/mishoo/UglifyJS2 + + -------------------------------- (C) --------------------------------- + + Author: Mihai Bazon + + http://mihai.bazon.net/blog + + Distributed under the BSD license: + + Copyright 2012 (c) Mihai Bazon + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials + provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + ***********************************************************************/ + + (function() { + + var normalize_directives = function(body) { + var in_directive = true; + + for (var i = 0; i < body.length; i++) { + if (in_directive && body[i] instanceof AST_Statement && body[i].body instanceof AST_String) { + body[i] = new AST_Directive({ + start: body[i].start, + end: body[i].end, + value: body[i].body.value + }); + } else if (in_directive && !(body[i] instanceof AST_Statement && body[i].body instanceof AST_String)) { + in_directive = false; + } + } + + return body; + }; + + var MOZ_TO_ME = { + Program: function(M) { + return new AST_Toplevel({ + start: my_start_token(M), + end: my_end_token(M), + body: normalize_directives(M.body.map(from_moz)) + }); + }, + ArrayPattern: function(M) { + return new AST_Destructuring({ + start: my_start_token(M), + end: my_end_token(M), + names: M.elements.map(function(elm) { + if (elm === null) { + return new AST_Hole(); + } + return from_moz(elm); + }), + is_array: true + }); + }, + ObjectPattern: function(M) { + return new AST_Destructuring({ + start: my_start_token(M), + end: my_end_token(M), + names: M.properties.map(from_moz), + is_array: false + }); + }, + AssignmentPattern: function(M) { + return new AST_Binary({ + start: my_start_token(M), + end: my_end_token(M), + left: from_moz(M.left), + operator: "=", + right: from_moz(M.right) + }); + }, + SpreadElement: function(M) { + return new AST_Expansion({ + start: my_start_token(M), + end: my_end_token(M), + expression: from_moz(M.argument) + }); + }, + RestElement: function(M) { + return new AST_Expansion({ + start: my_start_token(M), + end: my_end_token(M), + expression: from_moz(M.argument) + }); + }, + TemplateElement: function(M) { + return new AST_TemplateSegment({ + start: my_start_token(M), + end: my_end_token(M), + value: M.value.cooked, + raw: M.value.raw + }); + }, + TemplateLiteral: function(M) { + var segments = []; + for (var i = 0; i < M.quasis.length; i++) { + segments.push(from_moz(M.quasis[i])); + if (M.expressions[i]) { + segments.push(from_moz(M.expressions[i])); + } + } + return new AST_TemplateString({ + start: my_start_token(M), + end: my_end_token(M), + segments: segments + }); + }, + TaggedTemplateExpression: function(M) { + return new AST_PrefixedTemplateString({ + start: my_start_token(M), + end: my_end_token(M), + template_string: from_moz(M.quasi), + prefix: from_moz(M.tag) + }); + }, + FunctionDeclaration: function(M) { + return new AST_Defun({ + start: my_start_token(M), + end: my_end_token(M), + name: from_moz(M.id), + argnames: M.params.map(from_moz), + is_generator: M.generator, + async: M.async, + body: normalize_directives(from_moz(M.body).body) + }); + }, + FunctionExpression: function(M) { + return new AST_Function({ + start: my_start_token(M), + end: my_end_token(M), + name: from_moz(M.id), + argnames: M.params.map(from_moz), + is_generator: M.generator, + async: M.async, + body: normalize_directives(from_moz(M.body).body) + }); + }, + ArrowFunctionExpression: function(M) { + return new AST_Arrow({ + start: my_start_token(M), + end: my_end_token(M), + argnames: M.params.map(from_moz), + body: from_moz(M.body), + async: M.async, + }); + }, + ExpressionStatement: function(M) { + return new AST_SimpleStatement({ + start: my_start_token(M), + end: my_end_token(M), + body: from_moz(M.expression) + }); + }, + TryStatement: function(M) { + var handlers = M.handlers || [M.handler]; + if (handlers.length > 1 || M.guardedHandlers && M.guardedHandlers.length) { + throw new Error("Multiple catch clauses are not supported."); + } + return new AST_Try({ + start : my_start_token(M), + end : my_end_token(M), + body : from_moz(M.block).body, + bcatch : from_moz(handlers[0]), + bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null + }); + }, + Property: function(M) { + var key = M.key; + var args = { + start : my_start_token(key || M.value), + end : my_end_token(M.value), + key : key.type == "Identifier" ? key.name : key.value, + value : from_moz(M.value) + }; + if (M.computed) { + args.key = from_moz(M.key); + } + if (M.method) { + args.is_generator = M.value.generator; + args.async = M.value.async; + if (!M.computed) { + args.key = new AST_SymbolMethod({ name: args.key }); + } else { + args.key = from_moz(M.key); + } + return new AST_ConciseMethod(args); + } + if (M.kind == "init") { + if (key.type != "Identifier" && key.type != "Literal") { + args.key = from_moz(key); + } + return new AST_ObjectKeyVal(args); + } + if (typeof args.key === "string" || typeof args.key === "number") { + args.key = new AST_SymbolMethod({ + name: args.key + }); + } + args.value = new AST_Accessor(args.value); + if (M.kind == "get") return new AST_ObjectGetter(args); + if (M.kind == "set") return new AST_ObjectSetter(args); + if (M.kind == "method") { + args.async = M.value.async; + args.is_generator = M.value.generator; + args.quote = M.computed ? "\"" : null; + return new AST_ConciseMethod(args); + } + }, + MethodDefinition: function(M) { + var args = { + start : my_start_token(M), + end : my_end_token(M), + key : M.computed ? from_moz(M.key) : new AST_SymbolMethod({ name: M.key.name || M.key.value }), + value : from_moz(M.value), + static : M.static, + }; + if (M.kind == "get") { + return new AST_ObjectGetter(args); + } + if (M.kind == "set") { + return new AST_ObjectSetter(args); + } + args.is_generator = M.value.generator; + args.async = M.value.async; + return new AST_ConciseMethod(args); + }, + ArrayExpression: function(M) { + return new AST_Array({ + start : my_start_token(M), + end : my_end_token(M), + elements : M.elements.map(function(elem) { + return elem === null ? new AST_Hole() : from_moz(elem); + }) + }); + }, + ObjectExpression: function(M) { + return new AST_Object({ + start : my_start_token(M), + end : my_end_token(M), + properties : M.properties.map(function(prop) { + if (prop.type === "SpreadElement") { + return from_moz(prop); + } + prop.type = "Property"; + return from_moz(prop); + }) + }); + }, + SequenceExpression: function(M) { + return new AST_Sequence({ + start : my_start_token(M), + end : my_end_token(M), + expressions: M.expressions.map(from_moz) + }); + }, + MemberExpression: function(M) { + return new (M.computed ? AST_Sub : AST_Dot)({ + start : my_start_token(M), + end : my_end_token(M), + property : M.computed ? from_moz(M.property) : M.property.name, + expression : from_moz(M.object) + }); + }, + SwitchCase: function(M) { + return new (M.test ? AST_Case : AST_Default)({ + start : my_start_token(M), + end : my_end_token(M), + expression : from_moz(M.test), + body : M.consequent.map(from_moz) + }); + }, + VariableDeclaration: function(M) { + return new (M.kind === "const" ? AST_Const : + M.kind === "let" ? AST_Let : AST_Var)({ + start : my_start_token(M), + end : my_end_token(M), + definitions : M.declarations.map(from_moz) + }); + }, + + ImportDeclaration: function(M) { + var imported_name = null; + var imported_names = null; + M.specifiers.forEach(function (specifier) { + if (specifier.type === "ImportSpecifier") { + if (!imported_names) { imported_names = []; } + imported_names.push(new AST_NameMapping({ + start: my_start_token(specifier), + end: my_end_token(specifier), + foreign_name: from_moz(specifier.imported), + name: from_moz(specifier.local) + })); + } else if (specifier.type === "ImportDefaultSpecifier") { + imported_name = from_moz(specifier.local); + } else if (specifier.type === "ImportNamespaceSpecifier") { + if (!imported_names) { imported_names = []; } + imported_names.push(new AST_NameMapping({ + start: my_start_token(specifier), + end: my_end_token(specifier), + foreign_name: new AST_SymbolImportForeign({ name: "*" }), + name: from_moz(specifier.local) + })); + } + }); + return new AST_Import({ + start : my_start_token(M), + end : my_end_token(M), + imported_name: imported_name, + imported_names : imported_names, + module_name : from_moz(M.source) + }); + }, + ExportAllDeclaration: function(M) { + return new AST_Export({ + start: my_start_token(M), + end: my_end_token(M), + exported_names: [ + new AST_NameMapping({ + name: new AST_SymbolExportForeign({ name: "*" }), + foreign_name: new AST_SymbolExportForeign({ name: "*" }) + }) + ], + module_name: from_moz(M.source) + }); + }, + ExportNamedDeclaration: function(M) { + return new AST_Export({ + start: my_start_token(M), + end: my_end_token(M), + exported_definition: from_moz(M.declaration), + exported_names: M.specifiers && M.specifiers.length ? M.specifiers.map(function (specifier) { + return new AST_NameMapping({ + foreign_name: from_moz(specifier.exported), + name: from_moz(specifier.local) + }); + }) : null, + module_name: from_moz(M.source) + }); + }, + ExportDefaultDeclaration: function(M) { + return new AST_Export({ + start: my_start_token(M), + end: my_end_token(M), + exported_value: from_moz(M.declaration), + is_default: true + }); + }, + Literal: function(M) { + var val = M.value, args = { + start : my_start_token(M), + end : my_end_token(M) + }; + if (val === null) return new AST_Null(args); + var rx = M.regex; + if (rx && rx.pattern) { + // RegExpLiteral as per ESTree AST spec + args.value = new RegExp(rx.pattern, rx.flags); + var raw = args.value.toString(); + args.value.raw_source = rx.flags + ? raw.substring(0, raw.length - rx.flags.length) + rx.flags + : raw; + return new AST_RegExp(args); + } else if (rx) { + // support legacy RegExp + args.value = M.regex && M.raw ? M.raw : val; + return new AST_RegExp(args); + } + switch (typeof val) { + case "string": + args.value = val; + return new AST_String(args); + case "number": + args.value = val; + return new AST_Number(args); + case "boolean": + return new (val ? AST_True : AST_False)(args); + } + }, + MetaProperty: function(M) { + if (M.meta.name === "new" && M.property.name === "target") { + return new AST_NewTarget({ + start: my_start_token(M), + end: my_end_token(M) + }); + } + }, + Identifier: function(M) { + var p = FROM_MOZ_STACK[FROM_MOZ_STACK.length - 2]; + return new ( p.type == "LabeledStatement" ? AST_Label + : p.type == "VariableDeclarator" && p.id === M ? (p.kind == "const" ? AST_SymbolConst : p.kind == "let" ? AST_SymbolLet : AST_SymbolVar) + : /Import.*Specifier/.test(p.type) ? (p.local === M ? AST_SymbolImport : AST_SymbolImportForeign) + : p.type == "ExportSpecifier" ? (p.local === M ? AST_SymbolExport : AST_SymbolExportForeign) + : p.type == "FunctionExpression" ? (p.id === M ? AST_SymbolLambda : AST_SymbolFunarg) + : p.type == "FunctionDeclaration" ? (p.id === M ? AST_SymbolDefun : AST_SymbolFunarg) + : p.type == "ArrowFunctionExpression" ? (p.params.includes(M)) ? AST_SymbolFunarg : AST_SymbolRef + : p.type == "ClassExpression" ? (p.id === M ? AST_SymbolClass : AST_SymbolRef) + : p.type == "Property" ? (p.key === M && p.computed || p.value === M ? AST_SymbolRef : AST_SymbolMethod) + : p.type == "ClassDeclaration" ? (p.id === M ? AST_SymbolDefClass : AST_SymbolRef) + : p.type == "MethodDefinition" ? (p.computed ? AST_SymbolRef : AST_SymbolMethod) + : p.type == "CatchClause" ? AST_SymbolCatch + : p.type == "BreakStatement" || p.type == "ContinueStatement" ? AST_LabelRef + : AST_SymbolRef)({ + start : my_start_token(M), + end : my_end_token(M), + name : M.name + }); + } + }; + + MOZ_TO_ME.UpdateExpression = + MOZ_TO_ME.UnaryExpression = function To_Moz_Unary(M) { + var prefix = "prefix" in M ? M.prefix + : M.type == "UnaryExpression" ? true : false; + return new (prefix ? AST_UnaryPrefix : AST_UnaryPostfix)({ + start : my_start_token(M), + end : my_end_token(M), + operator : M.operator, + expression : from_moz(M.argument) + }); + }; + + MOZ_TO_ME.ClassDeclaration = + MOZ_TO_ME.ClassExpression = function From_Moz_Class(M) { + return new (M.type === "ClassDeclaration" ? AST_DefClass : AST_ClassExpression)({ + start : my_start_token(M), + end : my_end_token(M), + name : from_moz(M.id), + extends : from_moz(M.superClass), + properties: M.body.body.map(from_moz) + }); + }; + + map("EmptyStatement", AST_EmptyStatement); + map("BlockStatement", AST_BlockStatement, "body@body"); + map("IfStatement", AST_If, "test>condition, consequent>body, alternate>alternative"); + map("LabeledStatement", AST_LabeledStatement, "label>label, body>body"); + map("BreakStatement", AST_Break, "label>label"); + map("ContinueStatement", AST_Continue, "label>label"); + map("WithStatement", AST_With, "object>expression, body>body"); + map("SwitchStatement", AST_Switch, "discriminant>expression, cases@body"); + map("ReturnStatement", AST_Return, "argument>value"); + map("ThrowStatement", AST_Throw, "argument>value"); + map("WhileStatement", AST_While, "test>condition, body>body"); + map("DoWhileStatement", AST_Do, "test>condition, body>body"); + map("ForStatement", AST_For, "init>init, test>condition, update>step, body>body"); + map("ForInStatement", AST_ForIn, "left>init, right>object, body>body"); + map("ForOfStatement", AST_ForOf, "left>init, right>object, body>body, await=await"); + map("AwaitExpression", AST_Await, "argument>expression"); + map("YieldExpression", AST_Yield, "argument>expression, delegate=is_star"); + map("DebuggerStatement", AST_Debugger); + map("VariableDeclarator", AST_VarDef, "id>name, init>value"); + map("CatchClause", AST_Catch, "param>argname, body%body"); + + map("ThisExpression", AST_This); + map("Super", AST_Super); + map("BinaryExpression", AST_Binary, "operator=operator, left>left, right>right"); + map("LogicalExpression", AST_Binary, "operator=operator, left>left, right>right"); + map("AssignmentExpression", AST_Assign, "operator=operator, left>left, right>right"); + map("ConditionalExpression", AST_Conditional, "test>condition, consequent>consequent, alternate>alternative"); + map("NewExpression", AST_New, "callee>expression, arguments@args"); + map("CallExpression", AST_Call, "callee>expression, arguments@args"); + + def_to_moz(AST_Toplevel, function To_Moz_Program(M) { + return to_moz_scope("Program", M); + }); + + def_to_moz(AST_Expansion, function To_Moz_Spread(M, parent) { + return { + type: to_moz_in_destructuring() ? "RestElement" : "SpreadElement", + argument: to_moz(M.expression) + }; + }); + + def_to_moz(AST_PrefixedTemplateString, function To_Moz_TaggedTemplateExpression(M) { + return { + type: "TaggedTemplateExpression", + tag: to_moz(M.prefix), + quasi: to_moz(M.template_string) + }; + }); + + def_to_moz(AST_TemplateString, function To_Moz_TemplateLiteral(M) { + var quasis = []; + var expressions = []; + for (var i = 0; i < M.segments.length; i++) { + if (i % 2 !== 0) { + expressions.push(to_moz(M.segments[i])); + } else { + quasis.push({ + type: "TemplateElement", + value: { + raw: M.segments[i].raw, + cooked: M.segments[i].value + }, + tail: i === M.segments.length - 1 + }); + } + } + return { + type: "TemplateLiteral", + quasis: quasis, + expressions: expressions + }; + }); + + def_to_moz(AST_Defun, function To_Moz_FunctionDeclaration(M) { + return { + type: "FunctionDeclaration", + id: to_moz(M.name), + params: M.argnames.map(to_moz), + generator: M.is_generator, + async: M.async, + body: to_moz_scope("BlockStatement", M) + }; + }); + + def_to_moz(AST_Function, function To_Moz_FunctionExpression(M, parent) { + var is_generator = parent.is_generator !== undefined ? + parent.is_generator : M.is_generator; + return { + type: "FunctionExpression", + id: to_moz(M.name), + params: M.argnames.map(to_moz), + generator: is_generator, + async: M.async, + body: to_moz_scope("BlockStatement", M) + }; + }); + + def_to_moz(AST_Arrow, function To_Moz_ArrowFunctionExpression(M) { + var body = M.body instanceof Array ? { + type: "BlockStatement", + body: M.body.map(to_moz) + } : to_moz(M.body); + return { + type: "ArrowFunctionExpression", + params: M.argnames.map(to_moz), + async: M.async, + body: body + }; + }); + + def_to_moz(AST_Destructuring, function To_Moz_ObjectPattern(M) { + if (M.is_array) { + return { + type: "ArrayPattern", + elements: M.names.map(to_moz) + }; + } + return { + type: "ObjectPattern", + properties: M.names.map(to_moz) + }; + }); + + def_to_moz(AST_Directive, function To_Moz_Directive(M) { + return { + type: "ExpressionStatement", + expression: { + type: "Literal", + value: M.value + } + }; + }); + + def_to_moz(AST_SimpleStatement, function To_Moz_ExpressionStatement(M) { + return { + type: "ExpressionStatement", + expression: to_moz(M.body) + }; + }); + + def_to_moz(AST_SwitchBranch, function To_Moz_SwitchCase(M) { + return { + type: "SwitchCase", + test: to_moz(M.expression), + consequent: M.body.map(to_moz) + }; + }); + + def_to_moz(AST_Try, function To_Moz_TryStatement(M) { + return { + type: "TryStatement", + block: to_moz_block(M), + handler: to_moz(M.bcatch), + guardedHandlers: [], + finalizer: to_moz(M.bfinally) + }; + }); + + def_to_moz(AST_Catch, function To_Moz_CatchClause(M) { + return { + type: "CatchClause", + param: to_moz(M.argname), + guard: null, + body: to_moz_block(M) + }; + }); + + def_to_moz(AST_Definitions, function To_Moz_VariableDeclaration(M) { + return { + type: "VariableDeclaration", + kind: + M instanceof AST_Const ? "const" : + M instanceof AST_Let ? "let" : "var", + declarations: M.definitions.map(to_moz) + }; + }); + + def_to_moz(AST_Export, function To_Moz_ExportDeclaration(M) { + if (M.exported_names) { + if (M.exported_names[0].name.name === "*") { + return { + type: "ExportAllDeclaration", + source: to_moz(M.module_name) + }; + } + return { + type: "ExportNamedDeclaration", + specifiers: M.exported_names.map(function (name_mapping) { + return { + type: "ExportSpecifier", + exported: to_moz(name_mapping.foreign_name), + local: to_moz(name_mapping.name) + }; + }), + declaration: to_moz(M.exported_definition), + source: to_moz(M.module_name) + }; + } + return { + type: M.is_default ? "ExportDefaultDeclaration" : "ExportNamedDeclaration", + declaration: to_moz(M.exported_value || M.exported_definition) + }; + }); + + def_to_moz(AST_Import, function To_Moz_ImportDeclaration(M) { + var specifiers = []; + if (M.imported_name) { + specifiers.push({ + type: "ImportDefaultSpecifier", + local: to_moz(M.imported_name) + }); + } + if (M.imported_names && M.imported_names[0].foreign_name.name === "*") { + specifiers.push({ + type: "ImportNamespaceSpecifier", + local: to_moz(M.imported_names[0].name) + }); + } else if (M.imported_names) { + M.imported_names.forEach(function(name_mapping) { + specifiers.push({ + type: "ImportSpecifier", + local: to_moz(name_mapping.name), + imported: to_moz(name_mapping.foreign_name) + }); + }); + } + return { + type: "ImportDeclaration", + specifiers: specifiers, + source: to_moz(M.module_name) + }; + }); + + def_to_moz(AST_Sequence, function To_Moz_SequenceExpression(M) { + return { + type: "SequenceExpression", + expressions: M.expressions.map(to_moz) + }; + }); + + def_to_moz(AST_PropAccess, function To_Moz_MemberExpression(M) { + var isComputed = M instanceof AST_Sub; + return { + type: "MemberExpression", + object: to_moz(M.expression), + computed: isComputed, + property: isComputed ? to_moz(M.property) : {type: "Identifier", name: M.property} + }; + }); + + def_to_moz(AST_Unary, function To_Moz_Unary(M) { + return { + type: M.operator == "++" || M.operator == "--" ? "UpdateExpression" : "UnaryExpression", + operator: M.operator, + prefix: M instanceof AST_UnaryPrefix, + argument: to_moz(M.expression) + }; + }); + + def_to_moz(AST_Binary, function To_Moz_BinaryExpression(M) { + if (M.operator == "=" && to_moz_in_destructuring()) { + return { + type: "AssignmentPattern", + left: to_moz(M.left), + right: to_moz(M.right) + }; + } + return { + type: M.operator == "&&" || M.operator == "||" ? "LogicalExpression" : "BinaryExpression", + left: to_moz(M.left), + operator: M.operator, + right: to_moz(M.right) + }; + }); + + def_to_moz(AST_Array, function To_Moz_ArrayExpression(M) { + return { + type: "ArrayExpression", + elements: M.elements.map(to_moz) + }; + }); + + def_to_moz(AST_Object, function To_Moz_ObjectExpression(M) { + return { + type: "ObjectExpression", + properties: M.properties.map(to_moz) + }; + }); + + def_to_moz(AST_ObjectProperty, function To_Moz_Property(M, parent) { + var key = M.key instanceof AST_Node ? to_moz(M.key) : { + type: "Identifier", + value: M.key + }; + if (typeof M.key === "number") { + key = { + type: "Literal", + value: Number(M.key) + }; + } + if (typeof M.key === "string") { + key = { + type: "Identifier", + name: M.key + }; + } + var kind; + var string_or_num = typeof M.key === "string" || typeof M.key === "number"; + var computed = string_or_num ? false : !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef; + if (M instanceof AST_ObjectKeyVal) { + kind = "init"; + computed = !string_or_num; + } else + if (M instanceof AST_ObjectGetter) { + kind = "get"; + } else + if (M instanceof AST_ObjectSetter) { + kind = "set"; + } + if (parent instanceof AST_Class) { + return { + type: "MethodDefinition", + computed: computed, + kind: kind, + static: M.static, + key: to_moz(M.key), + value: to_moz(M.value) + }; + } + return { + type: "Property", + computed: computed, + kind: kind, + key: key, + value: to_moz(M.value) + }; + }); + + def_to_moz(AST_ConciseMethod, function To_Moz_MethodDefinition(M, parent) { + if (parent instanceof AST_Object) { + return { + type: "Property", + computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef, + kind: "init", + method: true, + shorthand: false, + key: to_moz(M.key), + value: to_moz(M.value) + }; + } + return { + type: "MethodDefinition", + computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef, + kind: M.key === "constructor" ? "constructor" : "method", + static: M.static, + key: to_moz(M.key), + value: to_moz(M.value) + }; + }); + + def_to_moz(AST_Class, function To_Moz_Class(M) { + var type = M instanceof AST_ClassExpression ? "ClassExpression" : "ClassDeclaration"; + return { + type: type, + superClass: to_moz(M.extends), + id: M.name ? to_moz(M.name) : null, + body: { + type: "ClassBody", + body: M.properties.map(to_moz) + } + }; + }); + + def_to_moz(AST_NewTarget, function To_Moz_MetaProperty(M) { + return { + type: "MetaProperty", + meta: { + type: "Identifier", + name: "new" + }, + property: { + type: "Identifier", + name: "target" + } + }; + }); + + def_to_moz(AST_Symbol, function To_Moz_Identifier(M, parent) { + if (M instanceof AST_SymbolMethod && parent.quote) { + return { + type: "Literal", + value: M.name + }; + } + var def = M.definition(); + return { + type: "Identifier", + name: def ? def.mangled_name || def.name : M.name + }; + }); + + def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) { + var pattern = M.value.source; + var flags = M.value.toString().match(/[gimuys]*$/)[0]; + return { + type: "Literal", + value: new RegExp(pattern, flags), + raw: M.value.raw_source, + regex: { + pattern: pattern, + flags: flags, + } + }; + }); + + def_to_moz(AST_Constant, function To_Moz_Literal(M) { + var value = M.value; + if (typeof value === "number" && (value < 0 || (value === 0 && 1 / value < 0))) { + return { + type: "UnaryExpression", + operator: "-", + prefix: true, + argument: { + type: "Literal", + value: -value, + raw: M.start.raw + } + }; + } + return { + type: "Literal", + value: value, + raw: M.start.raw + }; + }); + + def_to_moz(AST_Atom, function To_Moz_Atom(M) { + return { + type: "Identifier", + name: String(M.value) + }; + }); + + AST_Boolean.DEFMETHOD("to_mozilla_ast", AST_Constant.prototype.to_mozilla_ast); + AST_Null.DEFMETHOD("to_mozilla_ast", AST_Constant.prototype.to_mozilla_ast); + AST_Hole.DEFMETHOD("to_mozilla_ast", function To_Moz_ArrayHole() { return null; }); + + AST_Block.DEFMETHOD("to_mozilla_ast", AST_BlockStatement.prototype.to_mozilla_ast); + AST_Lambda.DEFMETHOD("to_mozilla_ast", AST_Function.prototype.to_mozilla_ast); + + /* -----[ tools ]----- */ + + function raw_token(moznode) { + if (moznode.type == "Literal") { + return moznode.raw != null ? moznode.raw : moznode.value + ""; + } + } + + function my_start_token(moznode) { + var loc = moznode.loc, start = loc && loc.start; + var range = moznode.range; + return new AST_Token({ + file : loc && loc.source, + line : start && start.line, + col : start && start.column, + pos : range ? range[0] : moznode.start, + endline : start && start.line, + endcol : start && start.column, + endpos : range ? range[0] : moznode.start, + raw : raw_token(moznode), + }); + } + + function my_end_token(moznode) { + var loc = moznode.loc, end = loc && loc.end; + var range = moznode.range; + return new AST_Token({ + file : loc && loc.source, + line : end && end.line, + col : end && end.column, + pos : range ? range[1] : moznode.end, + endline : end && end.line, + endcol : end && end.column, + endpos : range ? range[1] : moznode.end, + raw : raw_token(moznode), + }); + } + + function map(moztype, mytype, propmap) { + var moz_to_me = "function From_Moz_" + moztype + "(M){\n"; + moz_to_me += "return new U2." + mytype.name + "({\n" + + "start: my_start_token(M),\n" + + "end: my_end_token(M)"; + + var me_to_moz = "function To_Moz_" + moztype + "(M){\n"; + me_to_moz += "return {\n" + + "type: " + JSON.stringify(moztype); + + if (propmap) propmap.split(/\s*,\s*/).forEach(function(prop) { + var m = /([a-z0-9$_]+)([=@>%])([a-z0-9$_]+)/i.exec(prop); + if (!m) throw new Error("Can't understand property map: " + prop); + var moz = m[1], how = m[2], my = m[3]; + moz_to_me += ",\n" + my + ": "; + me_to_moz += ",\n" + moz + ": "; + switch (how) { + case "@": + moz_to_me += "M." + moz + ".map(from_moz)"; + me_to_moz += "M." + my + ".map(to_moz)"; + break; + case ">": + moz_to_me += "from_moz(M." + moz + ")"; + me_to_moz += "to_moz(M." + my + ")"; + break; + case "=": + moz_to_me += "M." + moz; + me_to_moz += "M." + my; + break; + case "%": + moz_to_me += "from_moz(M." + moz + ").body"; + me_to_moz += "to_moz_block(M)"; + break; + default: + throw new Error("Can't understand operator in propmap: " + prop); + } + }); + + moz_to_me += "\n})\n}"; + me_to_moz += "\n}\n}"; + + //moz_to_me = parse(moz_to_me).print_to_string({ beautify: true }); + //me_to_moz = parse(me_to_moz).print_to_string({ beautify: true }); + //console.log(moz_to_me); + + moz_to_me = new Function("U2", "my_start_token", "my_end_token", "from_moz", "return(" + moz_to_me + ")")( + ast, my_start_token, my_end_token, from_moz + ); + me_to_moz = new Function("to_moz", "to_moz_block", "to_moz_scope", "return(" + me_to_moz + ")")( + to_moz, to_moz_block, to_moz_scope + ); + MOZ_TO_ME[moztype] = moz_to_me; + def_to_moz(mytype, me_to_moz); + } + + var FROM_MOZ_STACK = null; + + function from_moz(node) { + FROM_MOZ_STACK.push(node); + var ret = node != null ? MOZ_TO_ME[node.type](node) : null; + FROM_MOZ_STACK.pop(); + return ret; + } + + AST_Node.from_mozilla_ast = function(node) { + var save_stack = FROM_MOZ_STACK; + FROM_MOZ_STACK = []; + var ast = from_moz(node); + FROM_MOZ_STACK = save_stack; + return ast; + }; + + function set_moz_loc(mynode, moznode, myparent) { + var start = mynode.start; + var end = mynode.end; + if (start.pos != null && end.endpos != null) { + moznode.range = [start.pos, end.endpos]; + } + if (start.line) { + moznode.loc = { + start: {line: start.line, column: start.col}, + end: end.endline ? {line: end.endline, column: end.endcol} : null + }; + if (start.file) { + moznode.loc.source = start.file; + } + } + return moznode; + } + + function def_to_moz(mytype, handler) { + mytype.DEFMETHOD("to_mozilla_ast", function(parent) { + return set_moz_loc(this, handler(this, parent)); + }); + } + + var TO_MOZ_STACK = null; + + function to_moz(node) { + if (TO_MOZ_STACK === null) { TO_MOZ_STACK = []; } + TO_MOZ_STACK.push(node); + var ast = node != null ? node.to_mozilla_ast(TO_MOZ_STACK[TO_MOZ_STACK.length - 2]) : null; + TO_MOZ_STACK.pop(); + if (TO_MOZ_STACK.length === 0) { TO_MOZ_STACK = null; } + return ast; + } + + function to_moz_in_destructuring() { + var i = TO_MOZ_STACK.length; + while (i--) { + if (TO_MOZ_STACK[i] instanceof AST_Destructuring) { + return true; + } + } + return false; + } + + function to_moz_block(node) { + return { + type: "BlockStatement", + body: node.body.map(to_moz) + }; + } + + function to_moz_scope(type, node) { + var body = node.body.map(to_moz); + if (node.body[0] instanceof AST_SimpleStatement && node.body[0].body instanceof AST_String) { + body.unshift(to_moz(new AST_EmptyStatement(node.body[0]))); + } + return { + type: type, + body: body + }; + } + })(); + + // API + + exports.minify = minify; + exports.AST_Array = AST_Array; + exports.AST_Assign = AST_Assign; + exports.AST_Constant = AST_Constant; + exports.AST_Node = AST_Node; + exports.AST_PropAccess = AST_PropAccess; + exports.AST_Sequence = AST_Sequence; + exports.AST_Symbol = AST_Symbol; + exports.AST_Token = AST_Token; + exports.TreeTransformer = TreeTransformer; + exports.TreeWalker = TreeWalker; + exports.defaults = defaults; + exports.Dictionary = Dictionary; + exports.push_uniq = push_uniq; + exports.string_template = string_template; + exports.base54 = base54; + exports.Compressor = Compressor; + exports.OutputStream = OutputStream; + exports.parse = parse; + exports.mangle_properties = mangle_properties; + exports.reserve_quoted_keys = reserve_quoted_keys; + exports.JS_Parse_Error = JS_Parse_Error; + exports.tokenizer = tokenizer; + exports.to_ascii = to_ascii; + exports.AST_Accessor = AST_Accessor; + exports.AST_Arrow = AST_Arrow; + exports.AST_Atom = AST_Atom; + exports.AST_Await = AST_Await; + exports.AST_Binary = AST_Binary; + exports.AST_Block = AST_Block; + exports.AST_BlockStatement = AST_BlockStatement; + exports.AST_Boolean = AST_Boolean; + exports.AST_Break = AST_Break; + exports.AST_Call = AST_Call; + exports.AST_Case = AST_Case; + exports.AST_Catch = AST_Catch; + exports.AST_Class = AST_Class; + exports.AST_ClassExpression = AST_ClassExpression; + exports.AST_ConciseMethod = AST_ConciseMethod; + exports.AST_Conditional = AST_Conditional; + exports.AST_Const = AST_Const; + exports.AST_Continue = AST_Continue; + exports.AST_Debugger = AST_Debugger; + exports.AST_Default = AST_Default; + exports.AST_DefaultAssign = AST_DefaultAssign; + exports.AST_DefClass = AST_DefClass; + exports.AST_Definitions = AST_Definitions; + exports.AST_Defun = AST_Defun; + exports.AST_Destructuring = AST_Destructuring; + exports.AST_Directive = AST_Directive; + exports.AST_Do = AST_Do; + exports.AST_Dot = AST_Dot; + exports.AST_DWLoop = AST_DWLoop; + exports.AST_EmptyStatement = AST_EmptyStatement; + exports.AST_Exit = AST_Exit; + exports.AST_Expansion = AST_Expansion; + exports.AST_Export = AST_Export; + exports.AST_False = AST_False; + exports.AST_Finally = AST_Finally; + exports.AST_For = AST_For; + exports.AST_ForIn = AST_ForIn; + exports.AST_ForOf = AST_ForOf; + exports.AST_Function = AST_Function; + exports.AST_Hole = AST_Hole; + exports.AST_If = AST_If; + exports.AST_Import = AST_Import; + exports.AST_Infinity = AST_Infinity; + exports.AST_IterationStatement = AST_IterationStatement; + exports.AST_Jump = AST_Jump; + exports.AST_Label = AST_Label; + exports.AST_LabeledStatement = AST_LabeledStatement; + exports.AST_LabelRef = AST_LabelRef; + exports.AST_Lambda = AST_Lambda; + exports.AST_Let = AST_Let; + exports.AST_LoopControl = AST_LoopControl; + exports.AST_NameMapping = AST_NameMapping; + exports.AST_NaN = AST_NaN; + exports.AST_New = AST_New; + exports.AST_NewTarget = AST_NewTarget; + exports.AST_Null = AST_Null; + exports.AST_Number = AST_Number; + exports.AST_Object = AST_Object; + exports.AST_ObjectGetter = AST_ObjectGetter; + exports.AST_ObjectKeyVal = AST_ObjectKeyVal; + exports.AST_ObjectProperty = AST_ObjectProperty; + exports.AST_ObjectSetter = AST_ObjectSetter; + exports.AST_PrefixedTemplateString = AST_PrefixedTemplateString; + exports.AST_RegExp = AST_RegExp; + exports.AST_Return = AST_Return; + exports.AST_Scope = AST_Scope; + exports.AST_SimpleStatement = AST_SimpleStatement; + exports.AST_Statement = AST_Statement; + exports.AST_StatementWithBody = AST_StatementWithBody; + exports.AST_String = AST_String; + exports.AST_Sub = AST_Sub; + exports.AST_Super = AST_Super; + exports.AST_Switch = AST_Switch; + exports.AST_SwitchBranch = AST_SwitchBranch; + exports.AST_SymbolBlockDeclaration = AST_SymbolBlockDeclaration; + exports.AST_SymbolCatch = AST_SymbolCatch; + exports.AST_SymbolClass = AST_SymbolClass; + exports.AST_SymbolConst = AST_SymbolConst; + exports.AST_SymbolDeclaration = AST_SymbolDeclaration; + exports.AST_SymbolDefClass = AST_SymbolDefClass; + exports.AST_SymbolDefun = AST_SymbolDefun; + exports.AST_SymbolExport = AST_SymbolExport; + exports.AST_SymbolExportForeign = AST_SymbolExportForeign; + exports.AST_SymbolFunarg = AST_SymbolFunarg; + exports.AST_SymbolImport = AST_SymbolImport; + exports.AST_SymbolImportForeign = AST_SymbolImportForeign; + exports.AST_SymbolLambda = AST_SymbolLambda; + exports.AST_SymbolLet = AST_SymbolLet; + exports.AST_SymbolMethod = AST_SymbolMethod; + exports.AST_SymbolRef = AST_SymbolRef; + exports.AST_SymbolVar = AST_SymbolVar; + exports.AST_TemplateSegment = AST_TemplateSegment; + exports.AST_TemplateString = AST_TemplateString; + exports.AST_This = AST_This; + exports.AST_Throw = AST_Throw; + exports.AST_Toplevel = AST_Toplevel; + exports.AST_True = AST_True; + exports.AST_Try = AST_Try; + exports.AST_Unary = AST_Unary; + exports.AST_UnaryPostfix = AST_UnaryPostfix; + exports.AST_UnaryPrefix = AST_UnaryPrefix; + exports.AST_Undefined = AST_Undefined; + exports.AST_Var = AST_Var; + exports.AST_VarDef = AST_VarDef; + exports.AST_While = AST_While; + exports.AST_With = AST_With; + exports.AST_Yield = AST_Yield; + exports.walk_body = walk_body; + +})); +//# sourceMappingURL=bundle.js.map diff --git a/2019-setembro/node_modules/terser/dist/bundle.js.map b/2019-setembro/node_modules/terser/dist/bundle.js.map new file mode 100644 index 0000000..2d95fe1 --- /dev/null +++ b/2019-setembro/node_modules/terser/dist/bundle.js.map @@ -0,0 +1 @@ +{"version":3,"file":"bundle.js","sources":["../lib/utils.js","../lib/parse.js","../lib/ast.js","../lib/transform.js","../lib/output.js","../lib/scope.js","../lib/compress/index.js","../lib/sourcemap.js","../tools/domprops.js","../lib/propmangle.js","../lib/minify.js","../lib/mozilla-ast.js","../main.js"],"sourcesContent":["/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n AST_Binary,\n AST_Conditional,\n AST_Dot,\n AST_Sequence,\n AST_Statement,\n AST_Sub,\n AST_UnaryPostfix,\n} from \"./ast.js\";\n\nfunction characters(str) {\n return str.split(\"\");\n}\n\nfunction member(name, array) {\n return array.includes(name);\n}\n\nfunction find_if(func, array) {\n for (var i = 0, n = array.length; i < n; ++i) {\n if (func(array[i]))\n return array[i];\n }\n}\n\nfunction repeat_string(str, i) {\n if (i <= 0) return \"\";\n if (i == 1) return str;\n var d = repeat_string(str, i >> 1);\n d += d;\n if (i & 1) d += str;\n return d;\n}\n\nfunction configure_error_stack(fn) {\n Object.defineProperty(fn.prototype, \"stack\", {\n get: function() {\n var err = new Error(this.message);\n err.name = this.name;\n try {\n throw err;\n } catch(e) {\n return e.stack;\n }\n }\n });\n}\n\nfunction DefaultsError(msg, defs) {\n this.message = msg;\n this.defs = defs;\n}\nDefaultsError.prototype = Object.create(Error.prototype);\nDefaultsError.prototype.constructor = DefaultsError;\nDefaultsError.prototype.name = \"DefaultsError\";\nconfigure_error_stack(DefaultsError);\n\nDefaultsError.croak = function(msg, defs) {\n throw new DefaultsError(msg, defs);\n};\n\nfunction defaults(args, defs, croak) {\n if (args === true)\n args = {};\n var ret = args || {};\n if (croak) for (var i in ret) if (HOP(ret, i) && !HOP(defs, i))\n DefaultsError.croak(\"`\" + i + \"` is not a supported option\", defs);\n for (var i in defs) if (HOP(defs, i)) {\n ret[i] = (args && HOP(args, i)) ? args[i] : defs[i];\n }\n return ret;\n}\n\nfunction merge(obj, ext) {\n var count = 0;\n for (var i in ext) if (HOP(ext, i)) {\n obj[i] = ext[i];\n count++;\n }\n return count;\n}\n\nfunction noop() {}\nfunction return_false() { return false; }\nfunction return_true() { return true; }\nfunction return_this() { return this; }\nfunction return_null() { return null; }\n\nvar MAP = (function() {\n function MAP(a, f, backwards) {\n var ret = [], top = [], i;\n function doit() {\n var val = f(a[i], i);\n var is_last = val instanceof Last;\n if (is_last) val = val.v;\n if (val instanceof AtTop) {\n val = val.v;\n if (val instanceof Splice) {\n top.push.apply(top, backwards ? val.v.slice().reverse() : val.v);\n } else {\n top.push(val);\n }\n } else if (val !== skip) {\n if (val instanceof Splice) {\n ret.push.apply(ret, backwards ? val.v.slice().reverse() : val.v);\n } else {\n ret.push(val);\n }\n }\n return is_last;\n }\n if (a instanceof Array) {\n if (backwards) {\n for (i = a.length; --i >= 0;) if (doit()) break;\n ret.reverse();\n top.reverse();\n } else {\n for (i = 0; i < a.length; ++i) if (doit()) break;\n }\n } else {\n for (i in a) if (HOP(a, i)) if (doit()) break;\n }\n return top.concat(ret);\n }\n MAP.at_top = function(val) { return new AtTop(val); };\n MAP.splice = function(val) { return new Splice(val); };\n MAP.last = function(val) { return new Last(val); };\n var skip = MAP.skip = {};\n function AtTop(val) { this.v = val; }\n function Splice(val) { this.v = val; }\n function Last(val) { this.v = val; }\n return MAP;\n})();\n\nfunction push_uniq(array, el) {\n if (!array.includes(el))\n array.push(el);\n}\n\nfunction string_template(text, props) {\n return text.replace(/{(.+?)}/g, function(str, p) {\n return props && props[p];\n });\n}\n\nfunction remove(array, el) {\n for (var i = array.length; --i >= 0;) {\n if (array[i] === el) array.splice(i, 1);\n }\n}\n\nfunction mergeSort(array, cmp) {\n if (array.length < 2) return array.slice();\n function merge(a, b) {\n var r = [], ai = 0, bi = 0, i = 0;\n while (ai < a.length && bi < b.length) {\n cmp(a[ai], b[bi]) <= 0\n ? r[i++] = a[ai++]\n : r[i++] = b[bi++];\n }\n if (ai < a.length) r.push.apply(r, a.slice(ai));\n if (bi < b.length) r.push.apply(r, b.slice(bi));\n return r;\n }\n function _ms(a) {\n if (a.length <= 1)\n return a;\n var m = Math.floor(a.length / 2), left = a.slice(0, m), right = a.slice(m);\n left = _ms(left);\n right = _ms(right);\n return merge(left, right);\n }\n return _ms(array);\n}\n\n// this function is taken from Acorn [1], written by Marijn Haverbeke\n// [1] https://github.com/marijnh/acorn\nfunction makePredicate(words) {\n if (!(words instanceof Array)) words = words.split(\" \");\n var f = \"\", cats = [];\n out: for (var i = 0; i < words.length; ++i) {\n for (var j = 0; j < cats.length; ++j)\n if (cats[j][0].length == words[i].length) {\n cats[j].push(words[i]);\n continue out;\n }\n cats.push([words[i]]);\n }\n function quote(word) {\n return JSON.stringify(word).replace(/[\\u2028\\u2029]/g, function(s) {\n switch (s) {\n case \"\\u2028\": return \"\\\\u2028\";\n case \"\\u2029\": return \"\\\\u2029\";\n }\n return s;\n });\n }\n function compareTo(arr) {\n if (arr.length == 1) return f += \"return str === \" + quote(arr[0]) + \";\";\n f += \"switch(str){\";\n for (var i = 0; i < arr.length; ++i) f += \"case \" + quote(arr[i]) + \":\";\n f += \"return true}return false;\";\n }\n // When there are more than three length categories, an outer\n // switch first dispatches on the lengths, to save on comparisons.\n if (cats.length > 3) {\n cats.sort(function(a, b) {return b.length - a.length;});\n f += \"switch(str.length){\";\n for (var i = 0; i < cats.length; ++i) {\n var cat = cats[i];\n f += \"case \" + cat[0].length + \":\";\n compareTo(cat);\n }\n f += \"}\";\n // Otherwise, simply generate a flat `switch` statement.\n } else {\n compareTo(words);\n }\n return new Function(\"str\", f);\n}\n\nfunction all(array, predicate) {\n for (var i = array.length; --i >= 0;)\n if (!predicate(array[i]))\n return false;\n return true;\n}\n\nfunction Dictionary() {\n this._values = Object.create(null);\n this._size = 0;\n}\nDictionary.prototype = {\n set: function(key, val) {\n if (!this.has(key)) ++this._size;\n this._values[\"$\" + key] = val;\n return this;\n },\n add: function(key, val) {\n if (this.has(key)) {\n this.get(key).push(val);\n } else {\n this.set(key, [ val ]);\n }\n return this;\n },\n get: function(key) { return this._values[\"$\" + key]; },\n del: function(key) {\n if (this.has(key)) {\n --this._size;\n delete this._values[\"$\" + key];\n }\n return this;\n },\n has: function(key) { return (\"$\" + key) in this._values; },\n each: function(f) {\n for (var i in this._values)\n f(this._values[i], i.substr(1));\n },\n size: function() {\n return this._size;\n },\n map: function(f) {\n var ret = [];\n for (var i in this._values)\n ret.push(f(this._values[i], i.substr(1)));\n return ret;\n },\n clone: function() {\n var ret = new Dictionary();\n for (var i in this._values)\n ret._values[i] = this._values[i];\n ret._size = this._size;\n return ret;\n },\n toObject: function() { return this._values; }\n};\nDictionary.fromObject = function(obj) {\n var dict = new Dictionary();\n dict._size = merge(dict._values, obj);\n return dict;\n};\n\nfunction HOP(obj, prop) {\n return Object.prototype.hasOwnProperty.call(obj, prop);\n}\n\n// return true if the node at the top of the stack (that means the\n// innermost node in the current output) is lexically the first in\n// a statement.\nfunction first_in_statement(stack) {\n var node = stack.parent(-1);\n for (var i = 0, p; p = stack.parent(i); i++) {\n if (p instanceof AST_Statement && p.body === node)\n return true;\n if ((p instanceof AST_Sequence && p.expressions[0] === node) ||\n (p.TYPE == \"Call\" && p.expression === node ) ||\n (p instanceof AST_Dot && p.expression === node ) ||\n (p instanceof AST_Sub && p.expression === node ) ||\n (p instanceof AST_Conditional && p.condition === node ) ||\n (p instanceof AST_Binary && p.left === node ) ||\n (p instanceof AST_UnaryPostfix && p.expression === node )\n ) {\n node = p;\n } else {\n return false;\n }\n }\n}\n\nfunction keep_name(keep_setting, name) {\n return keep_setting === true\n || (keep_setting instanceof RegExp && keep_setting.test(name));\n}\n\nexport {\n all,\n characters,\n configure_error_stack,\n defaults,\n Dictionary,\n find_if,\n first_in_statement,\n HOP,\n keep_name,\n makePredicate,\n MAP,\n member,\n merge,\n mergeSort,\n noop,\n push_uniq,\n remove,\n repeat_string,\n return_false,\n return_null,\n return_this,\n return_true,\n string_template,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/).\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n all,\n characters,\n configure_error_stack,\n defaults,\n find_if,\n HOP,\n makePredicate,\n} from \"./utils.js\";\nimport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Await,\n AST_Binary,\n AST_BlockStatement,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_IterationStatement,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Sequence,\n AST_SimpleStatement,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDeclaration,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\n\nvar KEYWORDS = \"break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with\";\nvar KEYWORDS_ATOM = \"false null true\";\nvar RESERVED_WORDS = \"enum implements import interface package private protected public static super this \" + KEYWORDS_ATOM + \" \" + KEYWORDS;\nvar KEYWORDS_BEFORE_EXPRESSION = \"return new delete throw else case yield await\";\n\nKEYWORDS = makePredicate(KEYWORDS);\nRESERVED_WORDS = makePredicate(RESERVED_WORDS);\nKEYWORDS_BEFORE_EXPRESSION = makePredicate(KEYWORDS_BEFORE_EXPRESSION);\nKEYWORDS_ATOM = makePredicate(KEYWORDS_ATOM);\n\nvar OPERATOR_CHARS = makePredicate(characters(\"+-*&%=<>!?|~^\"));\n\nvar RE_NUM_LITERAL = /[0-9a-f]/i;\nvar RE_HEX_NUMBER = /^0x[0-9a-f]+$/i;\nvar RE_OCT_NUMBER = /^0[0-7]+$/;\nvar RE_ES6_OCT_NUMBER = /^0o[0-7]+$/i;\nvar RE_BIN_NUMBER = /^0b[01]+$/i;\nvar RE_DEC_NUMBER = /^\\d*\\.?\\d*(?:e[+-]?\\d*(?:\\d\\.?|\\.?\\d)\\d*)?$/i;\n\nvar OPERATORS = makePredicate([\n \"in\",\n \"instanceof\",\n \"typeof\",\n \"new\",\n \"void\",\n \"delete\",\n \"++\",\n \"--\",\n \"+\",\n \"-\",\n \"!\",\n \"~\",\n \"&\",\n \"|\",\n \"^\",\n \"*\",\n \"**\",\n \"/\",\n \"%\",\n \">>\",\n \"<<\",\n \">>>\",\n \"<\",\n \">\",\n \"<=\",\n \">=\",\n \"==\",\n \"===\",\n \"!=\",\n \"!==\",\n \"?\",\n \"=\",\n \"+=\",\n \"-=\",\n \"/=\",\n \"*=\",\n \"**=\",\n \"%=\",\n \">>=\",\n \"<<=\",\n \">>>=\",\n \"|=\",\n \"^=\",\n \"&=\",\n \"&&\",\n \"||\"\n]);\n\nvar WHITESPACE_CHARS = makePredicate(characters(\" \\u00a0\\n\\r\\t\\f\\u000b\\u200b\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u2028\\u2029\\u202f\\u205f\\u3000\\uFEFF\"));\n\nvar NEWLINE_CHARS = makePredicate(characters(\"\\n\\r\\u2028\\u2029\"));\n\nvar PUNC_AFTER_EXPRESSION = makePredicate(characters(\";]),:\"));\n\nvar PUNC_BEFORE_EXPRESSION = makePredicate(characters(\"[{(,;:\"));\n\nvar PUNC_CHARS = makePredicate(characters(\"[]{}(),;:\"));\n\n/* -----[ Tokenizer ]----- */\n\n// surrogate safe regexps adapted from https://github.com/mathiasbynens/unicode-8.0.0/tree/89b412d8a71ecca9ed593d9e9fa073ab64acfebe/Binary_Property\nvar UNICODE = {\n ID_Start: /[A-Za-z\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B4\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2118-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309B-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AD\\uA7B0-\\uA7B7\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDD40-\\uDD74\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDF00-\\uDF1F\\uDF30-\\uDF4A\\uDF50-\\uDF75\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF\\uDFD1-\\uDFD5]|\\uD801[\\uDC00-\\uDC9D\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00\\uDE10-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE33\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE4\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2]|\\uD804[\\uDC03-\\uDC37\\uDC83-\\uDCAF\\uDCD0-\\uDCE8\\uDD03-\\uDD26\\uDD50-\\uDD72\\uDD76\\uDD83-\\uDDB2\\uDDC1-\\uDDC4\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE2B\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEDE\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3D\\uDF50\\uDF5D-\\uDF61]|\\uD805[\\uDC80-\\uDCAF\\uDCC4\\uDCC5\\uDCC7\\uDD80-\\uDDAE\\uDDD8-\\uDDDB\\uDE00-\\uDE2F\\uDE44\\uDE80-\\uDEAA\\uDF00-\\uDF19]|\\uD806[\\uDCA0-\\uDCDF\\uDCFF\\uDEC0-\\uDEF8]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC00-\\uDC6E\\uDC80-\\uDD43]|[\\uD80C\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDED0-\\uDEED\\uDF00-\\uDF2F\\uDF40-\\uDF43\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDF00-\\uDF44\\uDF50\\uDF93-\\uDF9F]|\\uD82C[\\uDC00\\uDC01]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB]|\\uD83A[\\uDC00-\\uDCC4]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDED6\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF34\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1]|\\uD87E[\\uDC00-\\uDE1D]/,\n ID_Continue: /[0-9A-Z_a-z\\xAA\\xB5\\xB7\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0300-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u0483-\\u0487\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0610-\\u061A\\u0620-\\u0669\\u066E-\\u06D3\\u06D5-\\u06DC\\u06DF-\\u06E8\\u06EA-\\u06FC\\u06FF\\u0710-\\u074A\\u074D-\\u07B1\\u07C0-\\u07F5\\u07FA\\u0800-\\u082D\\u0840-\\u085B\\u08A0-\\u08B4\\u08E3-\\u0963\\u0966-\\u096F\\u0971-\\u0983\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BC-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CE\\u09D7\\u09DC\\u09DD\\u09DF-\\u09E3\\u09E6-\\u09F1\\u0A01-\\u0A03\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A59-\\u0A5C\\u0A5E\\u0A66-\\u0A75\\u0A81-\\u0A83\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABC-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AD0\\u0AE0-\\u0AE3\\u0AE6-\\u0AEF\\u0AF9\\u0B01-\\u0B03\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3C-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B5C\\u0B5D\\u0B5F-\\u0B63\\u0B66-\\u0B6F\\u0B71\\u0B82\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD0\\u0BD7\\u0BE6-\\u0BEF\\u0C00-\\u0C03\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C58-\\u0C5A\\u0C60-\\u0C63\\u0C66-\\u0C6F\\u0C81-\\u0C83\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBC-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CDE\\u0CE0-\\u0CE3\\u0CE6-\\u0CEF\\u0CF1\\u0CF2\\u0D01-\\u0D03\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4E\\u0D57\\u0D5F-\\u0D63\\u0D66-\\u0D6F\\u0D7A-\\u0D7F\\u0D82\\u0D83\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DE6-\\u0DEF\\u0DF2\\u0DF3\\u0E01-\\u0E3A\\u0E40-\\u0E4E\\u0E50-\\u0E59\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB9\\u0EBB-\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EC8-\\u0ECD\\u0ED0-\\u0ED9\\u0EDC-\\u0EDF\\u0F00\\u0F18\\u0F19\\u0F20-\\u0F29\\u0F35\\u0F37\\u0F39\\u0F3E-\\u0F47\\u0F49-\\u0F6C\\u0F71-\\u0F84\\u0F86-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u1000-\\u1049\\u1050-\\u109D\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u135D-\\u135F\\u1369-\\u1371\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1714\\u1720-\\u1734\\u1740-\\u1753\\u1760-\\u176C\\u176E-\\u1770\\u1772\\u1773\\u1780-\\u17D3\\u17D7\\u17DC\\u17DD\\u17E0-\\u17E9\\u180B-\\u180D\\u1810-\\u1819\\u1820-\\u1877\\u1880-\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1920-\\u192B\\u1930-\\u193B\\u1946-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u19D0-\\u19DA\\u1A00-\\u1A1B\\u1A20-\\u1A5E\\u1A60-\\u1A7C\\u1A7F-\\u1A89\\u1A90-\\u1A99\\u1AA7\\u1AB0-\\u1ABD\\u1B00-\\u1B4B\\u1B50-\\u1B59\\u1B6B-\\u1B73\\u1B80-\\u1BF3\\u1C00-\\u1C37\\u1C40-\\u1C49\\u1C4D-\\u1C7D\\u1CD0-\\u1CD2\\u1CD4-\\u1CF6\\u1CF8\\u1CF9\\u1D00-\\u1DF5\\u1DFC-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u203F\\u2040\\u2054\\u2071\\u207F\\u2090-\\u209C\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2118-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D7F-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2DE0-\\u2DFF\\u3005-\\u3007\\u3021-\\u302F\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u3099-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA62B\\uA640-\\uA66F\\uA674-\\uA67D\\uA67F-\\uA6F1\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AD\\uA7B0-\\uA7B7\\uA7F7-\\uA827\\uA840-\\uA873\\uA880-\\uA8C4\\uA8D0-\\uA8D9\\uA8E0-\\uA8F7\\uA8FB\\uA8FD\\uA900-\\uA92D\\uA930-\\uA953\\uA960-\\uA97C\\uA980-\\uA9C0\\uA9CF-\\uA9D9\\uA9E0-\\uA9FE\\uAA00-\\uAA36\\uAA40-\\uAA4D\\uAA50-\\uAA59\\uAA60-\\uAA76\\uAA7A-\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEF\\uAAF2-\\uAAF6\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABEA\\uABEC\\uABED\\uABF0-\\uABF9\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE00-\\uFE0F\\uFE20-\\uFE2F\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF10-\\uFF19\\uFF21-\\uFF3A\\uFF3F\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDD40-\\uDD74\\uDDFD\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDEE0\\uDF00-\\uDF1F\\uDF30-\\uDF4A\\uDF50-\\uDF7A\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF\\uDFD1-\\uDFD5]|\\uD801[\\uDC00-\\uDC9D\\uDCA0-\\uDCA9\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00-\\uDE03\\uDE05\\uDE06\\uDE0C-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE33\\uDE38-\\uDE3A\\uDE3F\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE6\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2]|\\uD804[\\uDC00-\\uDC46\\uDC66-\\uDC6F\\uDC7F-\\uDCBA\\uDCD0-\\uDCE8\\uDCF0-\\uDCF9\\uDD00-\\uDD34\\uDD36-\\uDD3F\\uDD50-\\uDD73\\uDD76\\uDD80-\\uDDC4\\uDDCA-\\uDDCC\\uDDD0-\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE37\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEEA\\uDEF0-\\uDEF9\\uDF00-\\uDF03\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3C-\\uDF44\\uDF47\\uDF48\\uDF4B-\\uDF4D\\uDF50\\uDF57\\uDF5D-\\uDF63\\uDF66-\\uDF6C\\uDF70-\\uDF74]|\\uD805[\\uDC80-\\uDCC5\\uDCC7\\uDCD0-\\uDCD9\\uDD80-\\uDDB5\\uDDB8-\\uDDC0\\uDDD8-\\uDDDD\\uDE00-\\uDE40\\uDE44\\uDE50-\\uDE59\\uDE80-\\uDEB7\\uDEC0-\\uDEC9\\uDF00-\\uDF19\\uDF1D-\\uDF2B\\uDF30-\\uDF39]|\\uD806[\\uDCA0-\\uDCE9\\uDCFF\\uDEC0-\\uDEF8]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC00-\\uDC6E\\uDC80-\\uDD43]|[\\uD80C\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDE60-\\uDE69\\uDED0-\\uDEED\\uDEF0-\\uDEF4\\uDF00-\\uDF36\\uDF40-\\uDF43\\uDF50-\\uDF59\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDF00-\\uDF44\\uDF50-\\uDF7E\\uDF8F-\\uDF9F]|\\uD82C[\\uDC00\\uDC01]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99\\uDC9D\\uDC9E]|\\uD834[\\uDD65-\\uDD69\\uDD6D-\\uDD72\\uDD7B-\\uDD82\\uDD85-\\uDD8B\\uDDAA-\\uDDAD\\uDE42-\\uDE44]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB\\uDFCE-\\uDFFF]|\\uD836[\\uDE00-\\uDE36\\uDE3B-\\uDE6C\\uDE75\\uDE84\\uDE9B-\\uDE9F\\uDEA1-\\uDEAF]|\\uD83A[\\uDC00-\\uDCC4\\uDCD0-\\uDCD6]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDED6\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF34\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1]|\\uD87E[\\uDC00-\\uDE1D]|\\uDB40[\\uDD00-\\uDDEF]/,\n};\n\nfunction get_full_char(str, pos) {\n var char = str.charAt(pos);\n if (is_surrogate_pair_head(char)) {\n var next = str.charAt(pos + 1);\n if (is_surrogate_pair_tail(next)) {\n return char + next;\n }\n }\n if (is_surrogate_pair_tail(char)) {\n var prev = str.charAt(pos - 1);\n if (is_surrogate_pair_head(prev)) {\n return prev + char;\n }\n }\n return char;\n}\n\nfunction get_full_char_code(str, pos) {\n // https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates\n if (is_surrogate_pair_head(str.charAt(pos))) {\n return 0x10000 + (str.charCodeAt(pos) - 0xd800 << 10) + str.charCodeAt(pos + 1) - 0xdc00;\n }\n return str.charCodeAt(pos);\n}\n\nfunction get_full_char_length(str) {\n var surrogates = 0;\n\n for (var i = 0; i < str.length; i++) {\n if (is_surrogate_pair_head(str.charCodeAt(i))) {\n if (is_surrogate_pair_tail(str.charCodeAt(i + 1))) {\n surrogates++;\n i++;\n }\n }\n }\n\n return str.length - surrogates;\n}\n\nfunction from_char_code(code) {\n // Based on https://github.com/mathiasbynens/String.fromCodePoint/blob/master/fromcodepoint.js\n if (code > 0xFFFF) {\n code -= 0x10000;\n return (String.fromCharCode((code >> 10) + 0xD800) +\n String.fromCharCode((code % 0x400) + 0xDC00));\n }\n return String.fromCharCode(code);\n}\n\nfunction is_surrogate_pair_head(code) {\n if (typeof code === \"string\")\n code = code.charCodeAt(0);\n\n return code >= 0xd800 && code <= 0xdbff;\n}\n\nfunction is_surrogate_pair_tail(code) {\n if (typeof code === \"string\")\n code = code.charCodeAt(0);\n return code >= 0xdc00 && code <= 0xdfff;\n}\n\nfunction is_digit(code) {\n return code >= 48 && code <= 57;\n}\n\nfunction is_identifier(name) {\n return typeof name === \"string\" && !RESERVED_WORDS(name);\n}\n\nfunction is_identifier_start(ch) {\n var code = ch.charCodeAt(0);\n return UNICODE.ID_Start.test(ch) || code == 36 || code == 95;\n}\n\nfunction is_identifier_char(ch) {\n var code = ch.charCodeAt(0);\n return UNICODE.ID_Continue.test(ch)\n || code == 36\n || code == 95\n || code == 8204 // \\u200c: zero-width non-joiner \n || code == 8205 // \\u200d: zero-width joiner (in my ECMA-262 PDF, this is also 200c)\n ;\n}\n\nfunction is_identifier_string(str) {\n return /^[a-z_$][a-z0-9_$]*$/i.test(str);\n}\n\nfunction parse_js_number(num) {\n if (RE_HEX_NUMBER.test(num)) {\n return parseInt(num.substr(2), 16);\n } else if (RE_OCT_NUMBER.test(num)) {\n return parseInt(num.substr(1), 8);\n } else if (RE_ES6_OCT_NUMBER.test(num)) {\n return parseInt(num.substr(2), 8);\n } else if (RE_BIN_NUMBER.test(num)) {\n return parseInt(num.substr(2), 2);\n } else if (RE_DEC_NUMBER.test(num)) {\n return parseFloat(num);\n } else {\n var val = parseFloat(num);\n if (val == num) return val;\n }\n}\n\nfunction JS_Parse_Error(message, filename, line, col, pos) {\n this.message = message;\n this.filename = filename;\n this.line = line;\n this.col = col;\n this.pos = pos;\n}\nJS_Parse_Error.prototype = Object.create(Error.prototype);\nJS_Parse_Error.prototype.constructor = JS_Parse_Error;\nJS_Parse_Error.prototype.name = \"SyntaxError\";\nconfigure_error_stack(JS_Parse_Error);\n\nfunction js_error(message, filename, line, col, pos) {\n throw new JS_Parse_Error(message, filename, line, col, pos);\n}\n\nfunction is_token(token, type, val) {\n return token.type == type && (val == null || token.value == val);\n}\n\nvar EX_EOF = {};\n\nfunction tokenizer($TEXT, filename, html5_comments, shebang) {\n\n var S = {\n text : $TEXT,\n filename : filename,\n pos : 0,\n tokpos : 0,\n line : 1,\n tokline : 0,\n col : 0,\n tokcol : 0,\n newline_before : false,\n regex_allowed : false,\n brace_counter : 0,\n template_braces : [],\n comments_before : [],\n directives : {},\n directive_stack : []\n };\n\n function peek() { return get_full_char(S.text, S.pos); }\n\n function next(signal_eof, in_string) {\n var ch = get_full_char(S.text, S.pos++);\n if (signal_eof && !ch)\n throw EX_EOF;\n if (NEWLINE_CHARS(ch)) {\n S.newline_before = S.newline_before || !in_string;\n ++S.line;\n S.col = 0;\n if (!in_string && ch == \"\\r\" && peek() == \"\\n\") {\n // treat a \\r\\n sequence as a single \\n\n ++S.pos;\n ch = \"\\n\";\n }\n } else {\n if (ch.length > 1) {\n ++S.pos;\n ++S.col;\n }\n ++S.col;\n }\n return ch;\n }\n\n function forward(i) {\n while (i-- > 0) next();\n }\n\n function looking_at(str) {\n return S.text.substr(S.pos, str.length) == str;\n }\n\n function find_eol() {\n var text = S.text;\n for (var i = S.pos, n = S.text.length; i < n; ++i) {\n var ch = text[i];\n if (NEWLINE_CHARS(ch))\n return i;\n }\n return -1;\n }\n\n function find(what, signal_eof) {\n var pos = S.text.indexOf(what, S.pos);\n if (signal_eof && pos == -1) throw EX_EOF;\n return pos;\n }\n\n function start_token() {\n S.tokline = S.line;\n S.tokcol = S.col;\n S.tokpos = S.pos;\n }\n\n var prev_was_dot = false;\n var previous_token = null;\n function token(type, value, is_comment) {\n S.regex_allowed = ((type == \"operator\" && !UNARY_POSTFIX(value)) ||\n (type == \"keyword\" && KEYWORDS_BEFORE_EXPRESSION(value)) ||\n (type == \"punc\" && PUNC_BEFORE_EXPRESSION(value))) ||\n (type == \"arrow\");\n if (type == \"punc\" && value == \".\") {\n prev_was_dot = true;\n } else if (!is_comment) {\n prev_was_dot = false;\n }\n var ret = {\n type : type,\n value : value,\n line : S.tokline,\n col : S.tokcol,\n pos : S.tokpos,\n endline : S.line,\n endcol : S.col,\n endpos : S.pos,\n nlb : S.newline_before,\n file : filename\n };\n if (/^(?:num|string|regexp)$/i.test(type)) {\n ret.raw = $TEXT.substring(ret.pos, ret.endpos);\n }\n if (!is_comment) {\n ret.comments_before = S.comments_before;\n ret.comments_after = S.comments_before = [];\n }\n S.newline_before = false;\n ret = new AST_Token(ret);\n if (!is_comment) previous_token = ret;\n return ret;\n }\n\n function skip_whitespace() {\n while (WHITESPACE_CHARS(peek()))\n next();\n }\n\n function read_while(pred) {\n var ret = \"\", ch, i = 0;\n while ((ch = peek()) && pred(ch, i++))\n ret += next();\n return ret;\n }\n\n function parse_error(err) {\n js_error(err, filename, S.tokline, S.tokcol, S.tokpos);\n }\n\n function read_num(prefix) {\n var has_e = false, after_e = false, has_x = false, has_dot = prefix == \".\";\n var num = read_while(function(ch, i) {\n var code = ch.charCodeAt(0);\n switch (code) {\n case 98: case 66: // bB\n return (has_x = true); // Can occur in hex sequence, don't return false yet\n case 111: case 79: // oO\n case 120: case 88: // xX\n return has_x ? false : (has_x = true);\n case 101: case 69: // eE\n return has_x ? true : has_e ? false : (has_e = after_e = true);\n case 45: // -\n return after_e || (i == 0 && !prefix);\n case 43: // +\n return after_e;\n case (after_e = false, 46): // .\n return (!has_dot && !has_x && !has_e) ? (has_dot = true) : false;\n }\n return RE_NUM_LITERAL.test(ch);\n });\n if (prefix) num = prefix + num;\n if (RE_OCT_NUMBER.test(num) && next_token.has_directive(\"use strict\")) {\n parse_error(\"Legacy octal literals are not allowed in strict mode\");\n }\n var valid = parse_js_number(num);\n if (!isNaN(valid)) {\n return token(\"num\", valid);\n } else {\n parse_error(\"Invalid syntax: \" + num);\n }\n }\n\n function read_escaped_char(in_string, strict_hex, template_string) {\n var ch = next(true, in_string);\n switch (ch.charCodeAt(0)) {\n case 110 : return \"\\n\";\n case 114 : return \"\\r\";\n case 116 : return \"\\t\";\n case 98 : return \"\\b\";\n case 118 : return \"\\u000b\"; // \\v\n case 102 : return \"\\f\";\n case 120 : return String.fromCharCode(hex_bytes(2, strict_hex)); // \\x\n case 117 : // \\u\n if (peek() == \"{\") {\n next(true);\n if (peek() === \"}\")\n parse_error(\"Expecting hex-character between {}\");\n while (peek() == \"0\") next(true); // No significance\n var result, length = find(\"}\", true) - S.pos;\n // Avoid 32 bit integer overflow (1 << 32 === 1)\n // We know first character isn't 0 and thus out of range anyway\n if (length > 6 || (result = hex_bytes(length, strict_hex)) > 0x10FFFF) {\n parse_error(\"Unicode reference out of bounds\");\n }\n next(true);\n return from_char_code(result);\n }\n return String.fromCharCode(hex_bytes(4, strict_hex));\n case 10 : return \"\"; // newline\n case 13 : // \\r\n if (peek() == \"\\n\") { // DOS newline\n next(true, in_string);\n return \"\";\n }\n }\n if (ch >= \"0\" && ch <= \"7\") {\n if (template_string && strict_hex) {\n parse_error(\"Octal escape sequences are not allowed in template strings\");\n }\n return read_octal_escape_sequence(ch, strict_hex);\n }\n return ch;\n }\n\n function read_octal_escape_sequence(ch, strict_octal) {\n // Read\n var p = peek();\n if (p >= \"0\" && p <= \"7\") {\n ch += next(true);\n if (ch[0] <= \"3\" && (p = peek()) >= \"0\" && p <= \"7\")\n ch += next(true);\n }\n\n // Parse\n if (ch === \"0\") return \"\\0\";\n if (ch.length > 0 && next_token.has_directive(\"use strict\") && strict_octal)\n parse_error(\"Legacy octal escape sequences are not allowed in strict mode\");\n return String.fromCharCode(parseInt(ch, 8));\n }\n\n function hex_bytes(n, strict_hex) {\n var num = 0;\n for (; n > 0; --n) {\n if (!strict_hex && isNaN(parseInt(peek(), 16))) {\n return parseInt(num, 16) || \"\";\n }\n var digit = next(true);\n if (isNaN(parseInt(digit, 16)))\n parse_error(\"Invalid hex-character pattern in string\");\n num += digit;\n }\n return parseInt(num, 16);\n }\n\n var read_string = with_eof_error(\"Unterminated string constant\", function(quote_char) {\n var quote = next(), ret = \"\";\n for (;;) {\n var ch = next(true, true);\n if (ch == \"\\\\\") ch = read_escaped_char(true, true);\n else if (NEWLINE_CHARS(ch)) parse_error(\"Unterminated string constant\");\n else if (ch == quote) break;\n ret += ch;\n }\n var tok = token(\"string\", ret);\n tok.quote = quote_char;\n return tok;\n });\n\n var read_template_characters = with_eof_error(\"Unterminated template\", function(begin) {\n if (begin) {\n S.template_braces.push(S.brace_counter);\n }\n var content = \"\", raw = \"\", ch, tok;\n next(true, true);\n while ((ch = next(true, true)) != \"`\") {\n if (ch == \"\\r\") {\n if (peek() == \"\\n\") ++S.pos;\n ch = \"\\n\";\n } else if (ch == \"$\" && peek() == \"{\") {\n next(true, true);\n S.brace_counter++;\n tok = token(begin ? \"template_head\" : \"template_substitution\", content);\n tok.begin = begin;\n tok.raw = raw;\n tok.end = false;\n return tok;\n }\n\n raw += ch;\n if (ch == \"\\\\\") {\n var tmp = S.pos;\n var prev_is_tag = previous_token && (previous_token.type === \"name\" || previous_token.type === \"punc\" && (previous_token.value === \")\" || previous_token.value === \"]\"));\n ch = read_escaped_char(true, !prev_is_tag, true);\n raw += S.text.substr(tmp, S.pos - tmp);\n }\n\n content += ch;\n }\n S.template_braces.pop();\n tok = token(begin ? \"template_head\" : \"template_substitution\", content);\n tok.begin = begin;\n tok.raw = raw;\n tok.end = true;\n return tok;\n });\n\n function skip_line_comment(type) {\n var regex_allowed = S.regex_allowed;\n var i = find_eol(), ret;\n if (i == -1) {\n ret = S.text.substr(S.pos);\n S.pos = S.text.length;\n } else {\n ret = S.text.substring(S.pos, i);\n S.pos = i;\n }\n S.col = S.tokcol + (S.pos - S.tokpos);\n S.comments_before.push(token(type, ret, true));\n S.regex_allowed = regex_allowed;\n return next_token;\n }\n\n var skip_multiline_comment = with_eof_error(\"Unterminated multiline comment\", function() {\n var regex_allowed = S.regex_allowed;\n var i = find(\"*/\", true);\n var text = S.text.substring(S.pos, i).replace(/\\r\\n|\\r|\\u2028|\\u2029/g, \"\\n\");\n // update stream position\n forward(get_full_char_length(text) /* text length doesn't count \\r\\n as 2 char while S.pos - i does */ + 2);\n S.comments_before.push(token(\"comment2\", text, true));\n S.newline_before = S.newline_before || text.includes(\"\\n\");\n S.regex_allowed = regex_allowed;\n return next_token;\n });\n\n var read_name = with_eof_error(\"Unterminated identifier name\", function() {\n var name = \"\", ch, escaped = false, hex;\n var read_escaped_identifier_char = function() {\n escaped = true;\n next();\n if (peek() !== \"u\") {\n parse_error(\"Expecting UnicodeEscapeSequence -- uXXXX or u{XXXX}\");\n }\n return read_escaped_char(false, true);\n };\n\n // Read first character (ID_Start)\n if ((name = peek()) === \"\\\\\") {\n name = read_escaped_identifier_char();\n if (!is_identifier_start(name)) {\n parse_error(\"First identifier char is an invalid identifier char\");\n }\n } else if (is_identifier_start(name)) {\n next();\n } else {\n return \"\";\n }\n\n // Read ID_Continue\n while ((ch = peek()) != null) {\n if ((ch = peek()) === \"\\\\\") {\n ch = read_escaped_identifier_char();\n if (!is_identifier_char(ch)) {\n parse_error(\"Invalid escaped identifier char\");\n }\n } else {\n if (!is_identifier_char(ch)) {\n break;\n }\n next();\n }\n name += ch;\n }\n if (RESERVED_WORDS(name) && escaped) {\n parse_error(\"Escaped characters are not allowed in keywords\");\n }\n return name;\n });\n\n var read_regexp = with_eof_error(\"Unterminated regular expression\", function(source) {\n var prev_backslash = false, ch, in_class = false;\n while ((ch = next(true))) if (NEWLINE_CHARS(ch)) {\n parse_error(\"Unexpected line terminator\");\n } else if (prev_backslash) {\n source += \"\\\\\" + ch;\n prev_backslash = false;\n } else if (ch == \"[\") {\n in_class = true;\n source += ch;\n } else if (ch == \"]\" && in_class) {\n in_class = false;\n source += ch;\n } else if (ch == \"/\" && !in_class) {\n break;\n } else if (ch == \"\\\\\") {\n prev_backslash = true;\n } else {\n source += ch;\n }\n var mods = read_name();\n try {\n var regexp = new RegExp(source, mods);\n regexp.raw_source = \"/\" + source + \"/\" + mods;\n return token(\"regexp\", regexp);\n } catch(e) {\n parse_error(e.message);\n }\n });\n\n function read_operator(prefix) {\n function grow(op) {\n if (!peek()) return op;\n var bigger = op + peek();\n if (OPERATORS(bigger)) {\n next();\n return grow(bigger);\n } else {\n return op;\n }\n }\n return token(\"operator\", grow(prefix || next()));\n }\n\n function handle_slash() {\n next();\n switch (peek()) {\n case \"/\":\n next();\n return skip_line_comment(\"comment1\");\n case \"*\":\n next();\n return skip_multiline_comment();\n }\n return S.regex_allowed ? read_regexp(\"\") : read_operator(\"/\");\n }\n\n function handle_eq_sign() {\n next();\n if (peek() === \">\") {\n next();\n return token(\"arrow\", \"=>\");\n } else {\n return read_operator(\"=\");\n }\n }\n\n function handle_dot() {\n next();\n if (is_digit(peek().charCodeAt(0))) {\n return read_num(\".\");\n }\n if (peek() === \".\") {\n next(); // Consume second dot\n next(); // Consume third dot\n return token(\"expand\", \"...\");\n }\n\n return token(\"punc\", \".\");\n }\n\n function read_word() {\n var word = read_name();\n if (prev_was_dot) return token(\"name\", word);\n return KEYWORDS_ATOM(word) ? token(\"atom\", word)\n : !KEYWORDS(word) ? token(\"name\", word)\n : OPERATORS(word) ? token(\"operator\", word)\n : token(\"keyword\", word);\n }\n\n function with_eof_error(eof_error, cont) {\n return function(x) {\n try {\n return cont(x);\n } catch(ex) {\n if (ex === EX_EOF) parse_error(eof_error);\n else throw ex;\n }\n };\n }\n\n function next_token(force_regexp) {\n if (force_regexp != null)\n return read_regexp(force_regexp);\n if (shebang && S.pos == 0 && looking_at(\"#!\")) {\n start_token();\n forward(2);\n skip_line_comment(\"comment5\");\n }\n for (;;) {\n skip_whitespace();\n start_token();\n if (html5_comments) {\n if (looking_at(\"\") && S.newline_before) {\n forward(3);\n skip_line_comment(\"comment4\");\n continue;\n }\n }\n var ch = peek();\n if (!ch) return token(\"eof\");\n var code = ch.charCodeAt(0);\n switch (code) {\n case 34: case 39: return read_string(ch);\n case 46: return handle_dot();\n case 47: {\n var tok = handle_slash();\n if (tok === next_token) continue;\n return tok;\n }\n case 61: return handle_eq_sign();\n case 96: return read_template_characters(true);\n case 123:\n S.brace_counter++;\n break;\n case 125:\n S.brace_counter--;\n if (S.template_braces.length > 0\n && S.template_braces[S.template_braces.length - 1] === S.brace_counter)\n return read_template_characters(false);\n break;\n }\n if (is_digit(code)) return read_num();\n if (PUNC_CHARS(ch)) return token(\"punc\", next());\n if (OPERATOR_CHARS(ch)) return read_operator();\n if (code == 92 || is_identifier_start(ch)) return read_word();\n break;\n }\n parse_error(\"Unexpected character '\" + ch + \"'\");\n }\n\n next_token.next = next;\n next_token.peek = peek;\n\n next_token.context = function(nc) {\n if (nc) S = nc;\n return S;\n };\n\n next_token.add_directive = function(directive) {\n S.directive_stack[S.directive_stack.length - 1].push(directive);\n\n if (S.directives[directive] === undefined) {\n S.directives[directive] = 1;\n } else {\n S.directives[directive]++;\n }\n };\n\n next_token.push_directives_stack = function() {\n S.directive_stack.push([]);\n };\n\n next_token.pop_directives_stack = function() {\n var directives = S.directive_stack[S.directive_stack.length - 1];\n\n for (var i = 0; i < directives.length; i++) {\n S.directives[directives[i]]--;\n }\n\n S.directive_stack.pop();\n };\n\n next_token.has_directive = function(directive) {\n return S.directives[directive] > 0;\n };\n\n return next_token;\n\n}\n\n/* -----[ Parser (constants) ]----- */\n\nvar UNARY_PREFIX = makePredicate([\n \"typeof\",\n \"void\",\n \"delete\",\n \"--\",\n \"++\",\n \"!\",\n \"~\",\n \"-\",\n \"+\"\n]);\n\nvar UNARY_POSTFIX = makePredicate([ \"--\", \"++\" ]);\n\nvar ASSIGNMENT = makePredicate([ \"=\", \"+=\", \"-=\", \"/=\", \"*=\", \"**=\", \"%=\", \">>=\", \"<<=\", \">>>=\", \"|=\", \"^=\", \"&=\" ]);\n\nvar PRECEDENCE = (function(a, ret) {\n for (var i = 0; i < a.length; ++i) {\n var b = a[i];\n for (var j = 0; j < b.length; ++j) {\n ret[b[j]] = i + 1;\n }\n }\n return ret;\n})(\n [\n [\"||\"],\n [\"&&\"],\n [\"|\"],\n [\"^\"],\n [\"&\"],\n [\"==\", \"===\", \"!=\", \"!==\"],\n [\"<\", \">\", \"<=\", \">=\", \"in\", \"instanceof\"],\n [\">>\", \"<<\", \">>>\"],\n [\"+\", \"-\"],\n [\"*\", \"/\", \"%\"],\n [\"**\"]\n ],\n {}\n);\n\nvar ATOMIC_START_TOKEN = makePredicate([ \"atom\", \"num\", \"string\", \"regexp\", \"name\" ]);\n\n/* -----[ Parser ]----- */\n\nfunction parse($TEXT, options) {\n\n options = defaults(options, {\n bare_returns : false,\n ecma : 8,\n expression : false,\n filename : null,\n html5_comments : true,\n module : false,\n shebang : true,\n strict : false,\n toplevel : null,\n }, true);\n\n var S = {\n input : (typeof $TEXT == \"string\"\n ? tokenizer($TEXT, options.filename,\n options.html5_comments, options.shebang)\n : $TEXT),\n token : null,\n prev : null,\n peeked : null,\n in_function : 0,\n in_async : -1,\n in_generator : -1,\n in_directives : true,\n in_loop : 0,\n labels : []\n };\n\n S.token = next();\n\n function is(type, value) {\n return is_token(S.token, type, value);\n }\n\n function peek() { return S.peeked || (S.peeked = S.input()); }\n\n function next() {\n S.prev = S.token;\n\n if (!S.peeked) peek();\n S.token = S.peeked;\n S.peeked = null;\n S.in_directives = S.in_directives && (\n S.token.type == \"string\" || is(\"punc\", \";\")\n );\n return S.token;\n }\n\n function prev() {\n return S.prev;\n }\n\n function croak(msg, line, col, pos) {\n var ctx = S.input.context();\n js_error(msg,\n ctx.filename,\n line != null ? line : ctx.tokline,\n col != null ? col : ctx.tokcol,\n pos != null ? pos : ctx.tokpos);\n }\n\n function token_error(token, msg) {\n croak(msg, token.line, token.col);\n }\n\n function unexpected(token) {\n if (token == null)\n token = S.token;\n token_error(token, \"Unexpected token: \" + token.type + \" (\" + token.value + \")\");\n }\n\n function expect_token(type, val) {\n if (is(type, val)) {\n return next();\n }\n token_error(S.token, \"Unexpected token \" + S.token.type + \" «\" + S.token.value + \"»\" + \", expected \" + type + \" «\" + val + \"»\");\n }\n\n function expect(punc) { return expect_token(\"punc\", punc); }\n\n function has_newline_before(token) {\n return token.nlb || !all(token.comments_before, function(comment) {\n return !comment.nlb;\n });\n }\n\n function can_insert_semicolon() {\n return !options.strict\n && (is(\"eof\") || is(\"punc\", \"}\") || has_newline_before(S.token));\n }\n\n function is_in_generator() {\n return S.in_generator === S.in_function;\n }\n\n function is_in_async() {\n return S.in_async === S.in_function;\n }\n\n function semicolon(optional) {\n if (is(\"punc\", \";\")) next();\n else if (!optional && !can_insert_semicolon()) unexpected();\n }\n\n function parenthesised() {\n expect(\"(\");\n var exp = expression(true);\n expect(\")\");\n return exp;\n }\n\n function embed_tokens(parser) {\n return function() {\n var start = S.token;\n var expr = parser.apply(null, arguments);\n var end = prev();\n expr.start = start;\n expr.end = end;\n return expr;\n };\n }\n\n function handle_regexp() {\n if (is(\"operator\", \"/\") || is(\"operator\", \"/=\")) {\n S.peeked = null;\n S.token = S.input(S.token.value.substr(1)); // force regexp\n }\n }\n\n var statement = embed_tokens(function(is_export_default, is_for_body, is_if_body) {\n handle_regexp();\n switch (S.token.type) {\n case \"string\":\n if (S.in_directives) {\n var token = peek();\n if (!S.token.raw.includes(\"\\\\\")\n && (is_token(token, \"punc\", \";\")\n || is_token(token, \"punc\", \"}\")\n || has_newline_before(token)\n || is_token(token, \"eof\"))) {\n S.input.add_directive(S.token.value);\n } else {\n S.in_directives = false;\n }\n }\n var dir = S.in_directives, stat = simple_statement();\n return dir && stat.body instanceof AST_String ? new AST_Directive(stat.body) : stat;\n case \"template_head\":\n case \"num\":\n case \"regexp\":\n case \"operator\":\n case \"atom\":\n return simple_statement();\n\n case \"name\":\n if (S.token.value == \"async\" && is_token(peek(), \"keyword\", \"function\")) {\n next();\n next();\n if (is_for_body) {\n croak(\"functions are not allowed as the body of a loop\");\n }\n return function_(AST_Defun, false, true, is_export_default);\n }\n if (S.token.value == \"import\" && !is_token(peek(), \"punc\", \"(\")) {\n next();\n var node = import_();\n semicolon();\n return node;\n }\n return is_token(peek(), \"punc\", \":\")\n ? labeled_statement()\n : simple_statement();\n\n case \"punc\":\n switch (S.token.value) {\n case \"{\":\n return new AST_BlockStatement({\n start : S.token,\n body : block_(),\n end : prev()\n });\n case \"[\":\n case \"(\":\n return simple_statement();\n case \";\":\n S.in_directives = false;\n next();\n return new AST_EmptyStatement();\n default:\n unexpected();\n }\n\n case \"keyword\":\n switch (S.token.value) {\n case \"break\":\n next();\n return break_cont(AST_Break);\n\n case \"continue\":\n next();\n return break_cont(AST_Continue);\n\n case \"debugger\":\n next();\n semicolon();\n return new AST_Debugger();\n\n case \"do\":\n next();\n var body = in_loop(statement);\n expect_token(\"keyword\", \"while\");\n var condition = parenthesised();\n semicolon(true);\n return new AST_Do({\n body : body,\n condition : condition\n });\n\n case \"while\":\n next();\n return new AST_While({\n condition : parenthesised(),\n body : in_loop(function() { return statement(false, true); })\n });\n\n case \"for\":\n next();\n return for_();\n\n case \"class\":\n next();\n if (is_for_body) {\n croak(\"classes are not allowed as the body of a loop\");\n }\n if (is_if_body) {\n croak(\"classes are not allowed as the body of an if\");\n }\n return class_(AST_DefClass);\n\n case \"function\":\n next();\n if (is_for_body) {\n croak(\"functions are not allowed as the body of a loop\");\n }\n return function_(AST_Defun, false, false, is_export_default);\n\n case \"if\":\n next();\n return if_();\n\n case \"return\":\n if (S.in_function == 0 && !options.bare_returns)\n croak(\"'return' outside of function\");\n next();\n var value = null;\n if (is(\"punc\", \";\")) {\n next();\n } else if (!can_insert_semicolon()) {\n value = expression(true);\n semicolon();\n }\n return new AST_Return({\n value: value\n });\n\n case \"switch\":\n next();\n return new AST_Switch({\n expression : parenthesised(),\n body : in_loop(switch_body_)\n });\n\n case \"throw\":\n next();\n if (has_newline_before(S.token))\n croak(\"Illegal newline after 'throw'\");\n var value = expression(true);\n semicolon();\n return new AST_Throw({\n value: value\n });\n\n case \"try\":\n next();\n return try_();\n\n case \"var\":\n next();\n var node = var_();\n semicolon();\n return node;\n\n case \"let\":\n next();\n var node = let_();\n semicolon();\n return node;\n\n case \"const\":\n next();\n var node = const_();\n semicolon();\n return node;\n\n case \"with\":\n if (S.input.has_directive(\"use strict\")) {\n croak(\"Strict mode may not include a with statement\");\n }\n next();\n return new AST_With({\n expression : parenthesised(),\n body : statement()\n });\n\n case \"export\":\n if (!is_token(peek(), \"punc\", \"(\")) {\n next();\n var node = export_();\n if (is(\"punc\", \";\")) semicolon();\n return node;\n }\n }\n }\n unexpected();\n });\n\n function labeled_statement() {\n var label = as_symbol(AST_Label);\n if (label.name === \"await\" && is_in_async()) {\n token_error(S.prev, \"await cannot be used as label inside async function\");\n }\n if (find_if(function(l) { return l.name == label.name; }, S.labels)) {\n // ECMA-262, 12.12: An ECMAScript program is considered\n // syntactically incorrect if it contains a\n // LabelledStatement that is enclosed by a\n // LabelledStatement with the same Identifier as label.\n croak(\"Label \" + label.name + \" defined twice\");\n }\n expect(\":\");\n S.labels.push(label);\n var stat = statement();\n S.labels.pop();\n if (!(stat instanceof AST_IterationStatement)) {\n // check for `continue` that refers to this label.\n // those should be reported as syntax errors.\n // https://github.com/mishoo/UglifyJS2/issues/287\n label.references.forEach(function(ref) {\n if (ref instanceof AST_Continue) {\n ref = ref.label.start;\n croak(\"Continue label `\" + label.name + \"` refers to non-IterationStatement.\",\n ref.line, ref.col, ref.pos);\n }\n });\n }\n return new AST_LabeledStatement({ body: stat, label: label });\n }\n\n function simple_statement(tmp) {\n return new AST_SimpleStatement({ body: (tmp = expression(true), semicolon(), tmp) });\n }\n\n function break_cont(type) {\n var label = null, ldef;\n if (!can_insert_semicolon()) {\n label = as_symbol(AST_LabelRef, true);\n }\n if (label != null) {\n ldef = find_if(function(l) { return l.name == label.name; }, S.labels);\n if (!ldef)\n croak(\"Undefined label \" + label.name);\n label.thedef = ldef;\n } else if (S.in_loop == 0)\n croak(type.TYPE + \" not inside a loop or switch\");\n semicolon();\n var stat = new type({ label: label });\n if (ldef) ldef.references.push(stat);\n return stat;\n }\n\n function for_() {\n var for_await_error = \"`for await` invalid in this context\";\n var await_tok = S.token;\n if (await_tok.type == \"name\" && await_tok.value == \"await\") {\n if (!is_in_async()) {\n token_error(await_tok, for_await_error);\n }\n next();\n } else {\n await_tok = false;\n }\n expect(\"(\");\n var init = null;\n if (!is(\"punc\", \";\")) {\n init =\n is(\"keyword\", \"var\") ? (next(), var_(true)) :\n is(\"keyword\", \"let\") ? (next(), let_(true)) :\n is(\"keyword\", \"const\") ? (next(), const_(true)) :\n expression(true, true);\n var is_in = is(\"operator\", \"in\");\n var is_of = is(\"name\", \"of\");\n if (await_tok && !is_of) {\n token_error(await_tok, for_await_error);\n }\n if (is_in || is_of) {\n if (init instanceof AST_Definitions) {\n if (init.definitions.length > 1)\n token_error(init.start, \"Only one variable declaration allowed in for..in loop\");\n } else if (!(is_assignable(init) || (init = to_destructuring(init)) instanceof AST_Destructuring)) {\n token_error(init.start, \"Invalid left-hand side in for..in loop\");\n }\n next();\n if (is_in) {\n return for_in(init);\n } else {\n return for_of(init, !!await_tok);\n }\n }\n } else if (await_tok) {\n token_error(await_tok, for_await_error);\n }\n return regular_for(init);\n }\n\n function regular_for(init) {\n expect(\";\");\n var test = is(\"punc\", \";\") ? null : expression(true);\n expect(\";\");\n var step = is(\"punc\", \")\") ? null : expression(true);\n expect(\")\");\n return new AST_For({\n init : init,\n condition : test,\n step : step,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n function for_of(init, is_await) {\n var lhs = init instanceof AST_Definitions ? init.definitions[0].name : null;\n var obj = expression(true);\n expect(\")\");\n return new AST_ForOf({\n await : is_await,\n init : init,\n name : lhs,\n object : obj,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n function for_in(init) {\n var obj = expression(true);\n expect(\")\");\n return new AST_ForIn({\n init : init,\n object : obj,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n var arrow_function = function(start, argnames, is_async) {\n if (has_newline_before(S.token)) {\n croak(\"Unexpected newline before arrow (=>)\");\n }\n\n expect_token(\"arrow\", \"=>\");\n\n var body = _function_body(is(\"punc\", \"{\"), false, is_async);\n\n var end =\n body instanceof Array && body.length ? body[body.length - 1].end :\n body instanceof Array ? start :\n body.end;\n\n return new AST_Arrow({\n start : start,\n end : end,\n async : is_async,\n argnames : argnames,\n body : body\n });\n };\n\n var function_ = function(ctor, is_generator_property, is_async, is_export_default) {\n var start = S.token;\n\n var in_statement = ctor === AST_Defun;\n var is_generator = is(\"operator\", \"*\");\n if (is_generator) {\n next();\n }\n\n var name = is(\"name\") ? as_symbol(in_statement ? AST_SymbolDefun : AST_SymbolLambda) : null;\n if (in_statement && !name) {\n if (is_export_default) {\n ctor = AST_Function;\n } else {\n unexpected();\n }\n }\n\n if (name && ctor !== AST_Accessor && !(name instanceof AST_SymbolDeclaration))\n unexpected(prev());\n\n var args = [];\n var body = _function_body(true, is_generator || is_generator_property, is_async, name, args);\n return new ctor({\n start : args.start,\n end : body.end,\n is_generator: is_generator,\n async : is_async,\n name : name,\n argnames: args,\n body : body\n });\n };\n\n function track_used_binding_identifiers(is_parameter, strict) {\n var parameters = {};\n var duplicate = false;\n var default_assignment = false;\n var spread = false;\n var strict_mode = !!strict;\n var tracker = {\n add_parameter: function(token) {\n if (parameters[\"$\" + token.value] !== undefined) {\n if (duplicate === false) {\n duplicate = token;\n }\n tracker.check_strict();\n } else {\n parameters[\"$\" + token.value] = true;\n if (is_parameter) {\n switch (token.value) {\n case \"arguments\":\n case \"eval\":\n case \"yield\":\n if (strict_mode) {\n token_error(token, \"Unexpected \" + token.value + \" identifier as parameter inside strict mode\");\n }\n break;\n default:\n if (RESERVED_WORDS(token.value)) {\n unexpected();\n }\n }\n }\n }\n },\n mark_default_assignment: function(token) {\n if (default_assignment === false) {\n default_assignment = token;\n }\n },\n mark_spread: function(token) {\n if (spread === false) {\n spread = token;\n }\n },\n mark_strict_mode: function() {\n strict_mode = true;\n },\n is_strict: function() {\n return default_assignment !== false || spread !== false || strict_mode;\n },\n check_strict: function() {\n if (tracker.is_strict() && duplicate !== false) {\n token_error(duplicate, \"Parameter \" + duplicate.value + \" was used already\");\n }\n }\n };\n\n return tracker;\n }\n\n function parameters(params) {\n var start = S.token;\n var used_parameters = track_used_binding_identifiers(true, S.input.has_directive(\"use strict\"));\n\n expect(\"(\");\n\n while (!is(\"punc\", \")\")) {\n var param = parameter(used_parameters);\n params.push(param);\n\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\") && options.ecma < 8) unexpected();\n }\n\n if (param instanceof AST_Expansion) {\n break;\n }\n }\n\n next();\n }\n\n function parameter(used_parameters, symbol_type) {\n var param;\n var expand = false;\n if (used_parameters === undefined) {\n used_parameters = track_used_binding_identifiers(true, S.input.has_directive(\"use strict\"));\n }\n if (is(\"expand\", \"...\")) {\n expand = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n param = binding_element(used_parameters, symbol_type);\n\n if (is(\"operator\", \"=\") && expand === false) {\n used_parameters.mark_default_assignment(S.token);\n next();\n param = new AST_DefaultAssign({\n start: param.start,\n left: param,\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n\n if (expand !== false) {\n if (!is(\"punc\", \")\")) {\n unexpected();\n }\n param = new AST_Expansion({\n start: expand,\n expression: param,\n end: expand\n });\n }\n used_parameters.check_strict();\n\n return param;\n }\n\n function binding_element(used_parameters, symbol_type) {\n var elements = [];\n var first = true;\n var is_expand = false;\n var expand_token;\n var first_token = S.token;\n if (used_parameters === undefined) {\n used_parameters = track_used_binding_identifiers(false, S.input.has_directive(\"use strict\"));\n }\n symbol_type = symbol_type === undefined ? AST_SymbolFunarg : symbol_type;\n if (is(\"punc\", \"[\")) {\n next();\n while (!is(\"punc\", \"]\")) {\n if (first) {\n first = false;\n } else {\n expect(\",\");\n }\n\n if (is(\"expand\", \"...\")) {\n is_expand = true;\n expand_token = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n if (is(\"punc\")) {\n switch (S.token.value) {\n case \",\":\n elements.push(new AST_Hole({\n start: S.token,\n end: S.token\n }));\n continue;\n case \"]\": // Trailing comma after last element\n break;\n case \"[\":\n case \"{\":\n elements.push(binding_element(used_parameters, symbol_type));\n break;\n default:\n unexpected();\n }\n } else if (is(\"name\")) {\n used_parameters.add_parameter(S.token);\n elements.push(as_symbol(symbol_type));\n } else {\n croak(\"Invalid function parameter\");\n }\n if (is(\"operator\", \"=\") && is_expand === false) {\n used_parameters.mark_default_assignment(S.token);\n next();\n elements[elements.length - 1] = new AST_DefaultAssign({\n start: elements[elements.length - 1].start,\n left: elements[elements.length - 1],\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n if (is_expand) {\n if (!is(\"punc\", \"]\")) {\n croak(\"Rest element must be last element\");\n }\n elements[elements.length - 1] = new AST_Expansion({\n start: expand_token,\n expression: elements[elements.length - 1],\n end: expand_token\n });\n }\n }\n expect(\"]\");\n used_parameters.check_strict();\n return new AST_Destructuring({\n start: first_token,\n names: elements,\n is_array: true,\n end: prev()\n });\n } else if (is(\"punc\", \"{\")) {\n next();\n while (!is(\"punc\", \"}\")) {\n if (first) {\n first = false;\n } else {\n expect(\",\");\n }\n if (is(\"expand\", \"...\")) {\n is_expand = true;\n expand_token = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n if (is(\"name\") && (is_token(peek(), \"punc\") || is_token(peek(), \"operator\")) && [\",\", \"}\", \"=\"].includes(peek().value)) {\n used_parameters.add_parameter(S.token);\n var start = prev();\n var value = as_symbol(symbol_type);\n if (is_expand) {\n elements.push(new AST_Expansion({\n start: expand_token,\n expression: value,\n end: value.end,\n }));\n } else {\n elements.push(new AST_ObjectKeyVal({\n start: start,\n key: value.name,\n value: value,\n end: value.end,\n }));\n }\n } else if (is(\"punc\", \"}\")) {\n continue; // Allow trailing hole\n } else {\n var property_token = S.token;\n var property = as_property_name();\n if (property === null) {\n unexpected(prev());\n } else if (prev().type === \"name\" && !is(\"punc\", \":\")) {\n elements.push(new AST_ObjectKeyVal({\n start: prev(),\n key: property,\n value: new symbol_type({\n start: prev(),\n name: property,\n end: prev()\n }),\n end: prev()\n }));\n } else {\n expect(\":\");\n elements.push(new AST_ObjectKeyVal({\n start: property_token,\n quote: property_token.quote,\n key: property,\n value: binding_element(used_parameters, symbol_type),\n end: prev()\n }));\n }\n }\n if (is_expand) {\n if (!is(\"punc\", \"}\")) {\n croak(\"Rest element must be last element\");\n }\n } else if (is(\"operator\", \"=\")) {\n used_parameters.mark_default_assignment(S.token);\n next();\n elements[elements.length - 1].value = new AST_DefaultAssign({\n start: elements[elements.length - 1].value.start,\n left: elements[elements.length - 1].value,\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n }\n expect(\"}\");\n used_parameters.check_strict();\n return new AST_Destructuring({\n start: first_token,\n names: elements,\n is_array: false,\n end: prev()\n });\n } else if (is(\"name\")) {\n used_parameters.add_parameter(S.token);\n return as_symbol(symbol_type);\n } else {\n croak(\"Invalid function parameter\");\n }\n }\n\n function params_or_seq_(allow_arrows, maybe_sequence) {\n var spread_token;\n var invalid_sequence;\n var trailing_comma;\n var a = [];\n expect(\"(\");\n while (!is(\"punc\", \")\")) {\n if (spread_token) unexpected(spread_token);\n if (is(\"expand\", \"...\")) {\n spread_token = S.token;\n if (maybe_sequence) invalid_sequence = S.token;\n next();\n a.push(new AST_Expansion({\n start: prev(),\n expression: expression(),\n end: S.token,\n }));\n } else {\n a.push(expression());\n }\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\")) {\n if (options.ecma < 8) unexpected();\n trailing_comma = prev();\n if (maybe_sequence) invalid_sequence = trailing_comma;\n }\n }\n }\n expect(\")\");\n if (allow_arrows && is(\"arrow\", \"=>\")) {\n if (spread_token && trailing_comma) unexpected(trailing_comma);\n } else if (invalid_sequence) {\n unexpected(invalid_sequence);\n }\n return a;\n }\n\n function _function_body(block, generator, is_async, name, args) {\n var loop = S.in_loop;\n var labels = S.labels;\n var current_generator = S.in_generator;\n var current_async = S.in_async;\n ++S.in_function;\n if (generator)\n S.in_generator = S.in_function;\n if (is_async)\n S.in_async = S.in_function;\n if (args) parameters(args);\n if (block)\n S.in_directives = true;\n S.in_loop = 0;\n S.labels = [];\n if (block) {\n S.input.push_directives_stack();\n var a = block_();\n if (name) _verify_symbol(name);\n if (args) args.forEach(_verify_symbol);\n S.input.pop_directives_stack();\n } else {\n var a = expression(false);\n }\n --S.in_function;\n S.in_loop = loop;\n S.labels = labels;\n S.in_generator = current_generator;\n S.in_async = current_async;\n return a;\n }\n\n function _await_expression() {\n // Previous token must be \"await\" and not be interpreted as an identifier\n if (!is_in_async()) {\n croak(\"Unexpected await expression outside async function\",\n S.prev.line, S.prev.col, S.prev.pos);\n }\n // the await expression is parsed as a unary expression in Babel\n return new AST_Await({\n start: prev(),\n end: S.token,\n expression : maybe_unary(true),\n });\n }\n\n function _yield_expression() {\n // Previous token must be keyword yield and not be interpret as an identifier\n if (!is_in_generator()) {\n croak(\"Unexpected yield expression outside generator function\",\n S.prev.line, S.prev.col, S.prev.pos);\n }\n var start = S.token;\n var star = false;\n var has_expression = true;\n\n // Attempt to get expression or star (and then the mandatory expression)\n // behind yield on the same line.\n //\n // If nothing follows on the same line of the yieldExpression,\n // it should default to the value `undefined` for yield to return.\n // In that case, the `undefined` stored as `null` in ast.\n //\n // Note 1: It isn't allowed for yield* to close without an expression\n // Note 2: If there is a nlb between yield and star, it is interpret as\n // yield *\n if (can_insert_semicolon() ||\n (is(\"punc\") && PUNC_AFTER_EXPRESSION(S.token.value))) {\n has_expression = false;\n\n } else if (is(\"operator\", \"*\")) {\n star = true;\n next();\n }\n\n return new AST_Yield({\n start : start,\n is_star : star,\n expression : has_expression ? expression() : null,\n end : prev()\n });\n }\n\n function if_() {\n var cond = parenthesised(), body = statement(false, false, true), belse = null;\n if (is(\"keyword\", \"else\")) {\n next();\n belse = statement(false, false, true);\n }\n return new AST_If({\n condition : cond,\n body : body,\n alternative : belse\n });\n }\n\n function block_() {\n expect(\"{\");\n var a = [];\n while (!is(\"punc\", \"}\")) {\n if (is(\"eof\")) unexpected();\n a.push(statement());\n }\n next();\n return a;\n }\n\n function switch_body_() {\n expect(\"{\");\n var a = [], cur = null, branch = null, tmp;\n while (!is(\"punc\", \"}\")) {\n if (is(\"eof\")) unexpected();\n if (is(\"keyword\", \"case\")) {\n if (branch) branch.end = prev();\n cur = [];\n branch = new AST_Case({\n start : (tmp = S.token, next(), tmp),\n expression : expression(true),\n body : cur\n });\n a.push(branch);\n expect(\":\");\n } else if (is(\"keyword\", \"default\")) {\n if (branch) branch.end = prev();\n cur = [];\n branch = new AST_Default({\n start : (tmp = S.token, next(), expect(\":\"), tmp),\n body : cur\n });\n a.push(branch);\n } else {\n if (!cur) unexpected();\n cur.push(statement());\n }\n }\n if (branch) branch.end = prev();\n next();\n return a;\n }\n\n function try_() {\n var body = block_(), bcatch = null, bfinally = null;\n if (is(\"keyword\", \"catch\")) {\n var start = S.token;\n next();\n if (is(\"punc\", \"{\")) {\n var name = null;\n } else {\n expect(\"(\");\n var name = parameter(undefined, AST_SymbolCatch);\n expect(\")\");\n }\n bcatch = new AST_Catch({\n start : start,\n argname : name,\n body : block_(),\n end : prev()\n });\n }\n if (is(\"keyword\", \"finally\")) {\n var start = S.token;\n next();\n bfinally = new AST_Finally({\n start : start,\n body : block_(),\n end : prev()\n });\n }\n if (!bcatch && !bfinally)\n croak(\"Missing catch/finally blocks\");\n return new AST_Try({\n body : body,\n bcatch : bcatch,\n bfinally : bfinally\n });\n }\n\n function vardefs(no_in, kind) {\n var a = [];\n var def;\n for (;;) {\n var sym_type =\n kind === \"var\" ? AST_SymbolVar :\n kind === \"const\" ? AST_SymbolConst :\n kind === \"let\" ? AST_SymbolLet : null;\n if (is(\"punc\", \"{\") || is(\"punc\", \"[\")) {\n def = new AST_VarDef({\n start: S.token,\n name: binding_element(undefined ,sym_type),\n value: is(\"operator\", \"=\") ? (expect_token(\"operator\", \"=\"), expression(false, no_in)) : null,\n end: prev()\n });\n } else {\n def = new AST_VarDef({\n start : S.token,\n name : as_symbol(sym_type),\n value : is(\"operator\", \"=\")\n ? (next(), expression(false, no_in))\n : !no_in && kind === \"const\"\n ? croak(\"Missing initializer in const declaration\") : null,\n end : prev()\n });\n if (def.name.name == \"import\") croak(\"Unexpected token: import\");\n }\n a.push(def);\n if (!is(\"punc\", \",\"))\n break;\n next();\n }\n return a;\n }\n\n var var_ = function(no_in) {\n return new AST_Var({\n start : prev(),\n definitions : vardefs(no_in, \"var\"),\n end : prev()\n });\n };\n\n var let_ = function(no_in) {\n return new AST_Let({\n start : prev(),\n definitions : vardefs(no_in, \"let\"),\n end : prev()\n });\n };\n\n var const_ = function(no_in) {\n return new AST_Const({\n start : prev(),\n definitions : vardefs(no_in, \"const\"),\n end : prev()\n });\n };\n\n var new_ = function(allow_calls) {\n var start = S.token;\n expect_token(\"operator\", \"new\");\n if (is(\"punc\", \".\")) {\n next();\n expect_token(\"name\", \"target\");\n return subscripts(new AST_NewTarget({\n start : start,\n end : prev()\n }), allow_calls);\n }\n var newexp = expr_atom(false), args;\n if (is(\"punc\", \"(\")) {\n next();\n args = expr_list(\")\", options.ecma >= 8);\n } else {\n args = [];\n }\n var call = new AST_New({\n start : start,\n expression : newexp,\n args : args,\n end : prev()\n });\n mark_pure(call);\n return subscripts(call, allow_calls);\n };\n\n function as_atom_node() {\n var tok = S.token, ret;\n switch (tok.type) {\n case \"name\":\n ret = _make_symbol(AST_SymbolRef);\n break;\n case \"num\":\n ret = new AST_Number({ start: tok, end: tok, value: tok.value });\n break;\n case \"string\":\n ret = new AST_String({\n start : tok,\n end : tok,\n value : tok.value,\n quote : tok.quote\n });\n break;\n case \"regexp\":\n ret = new AST_RegExp({ start: tok, end: tok, value: tok.value });\n break;\n case \"atom\":\n switch (tok.value) {\n case \"false\":\n ret = new AST_False({ start: tok, end: tok });\n break;\n case \"true\":\n ret = new AST_True({ start: tok, end: tok });\n break;\n case \"null\":\n ret = new AST_Null({ start: tok, end: tok });\n break;\n }\n break;\n }\n next();\n return ret;\n }\n\n function to_fun_args(ex, _, __, default_seen_above) {\n var insert_default = function(ex, default_value) {\n if (default_value) {\n return new AST_DefaultAssign({\n start: ex.start,\n left: ex,\n operator: \"=\",\n right: default_value,\n end: default_value.end\n });\n }\n return ex;\n };\n if (ex instanceof AST_Object) {\n return insert_default(new AST_Destructuring({\n start: ex.start,\n end: ex.end,\n is_array: false,\n names: ex.properties.map(to_fun_args)\n }), default_seen_above);\n } else if (ex instanceof AST_ObjectKeyVal) {\n ex.value = to_fun_args(ex.value, 0, [ex.key]);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_Hole) {\n return ex;\n } else if (ex instanceof AST_Destructuring) {\n ex.names = ex.names.map(to_fun_args);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_SymbolRef) {\n return insert_default(new AST_SymbolFunarg({\n name: ex.name,\n start: ex.start,\n end: ex.end\n }), default_seen_above);\n } else if (ex instanceof AST_Expansion) {\n ex.expression = to_fun_args(ex.expression);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_Array) {\n return insert_default(new AST_Destructuring({\n start: ex.start,\n end: ex.end,\n is_array: true,\n names: ex.elements.map(to_fun_args)\n }), default_seen_above);\n } else if (ex instanceof AST_Assign) {\n return insert_default(to_fun_args(ex.left, undefined, undefined, ex.right), default_seen_above);\n } else if (ex instanceof AST_DefaultAssign) {\n ex.left = to_fun_args(ex.left, 0, [ex.left]);\n return ex;\n } else {\n croak(\"Invalid function parameter\", ex.start.line, ex.start.col);\n }\n }\n\n var expr_atom = function(allow_calls, allow_arrows) {\n if (is(\"operator\", \"new\")) {\n return new_(allow_calls);\n }\n var start = S.token;\n var peeked;\n var async = is(\"name\", \"async\")\n && (peeked = peek()).value != \"[\"\n && peeked.type != \"arrow\"\n && as_atom_node();\n if (is(\"punc\")) {\n switch (S.token.value) {\n case \"(\":\n if (async && !allow_calls) break;\n var exprs = params_or_seq_(allow_arrows, !async);\n if (allow_arrows && is(\"arrow\", \"=>\")) {\n return arrow_function(start, exprs.map(to_fun_args), !!async);\n }\n var ex = async ? new AST_Call({\n expression: async,\n args: exprs\n }) : exprs.length == 1 ? exprs[0] : new AST_Sequence({\n expressions: exprs\n });\n if (ex.start) {\n var len = start.comments_before.length;\n [].unshift.apply(ex.start.comments_before, start.comments_before);\n start.comments_before = ex.start.comments_before;\n start.comments_before_length = len;\n if (len == 0 && start.comments_before.length > 0) {\n var comment = start.comments_before[0];\n if (!comment.nlb) {\n comment.nlb = start.nlb;\n start.nlb = false;\n }\n }\n start.comments_after = ex.start.comments_after;\n }\n ex.start = start;\n var end = prev();\n if (ex.end) {\n end.comments_before = ex.end.comments_before;\n [].push.apply(ex.end.comments_after, end.comments_after);\n end.comments_after = ex.end.comments_after;\n }\n ex.end = end;\n if (ex instanceof AST_Call) mark_pure(ex);\n return subscripts(ex, allow_calls);\n case \"[\":\n return subscripts(array_(), allow_calls);\n case \"{\":\n return subscripts(object_or_destructuring_(), allow_calls);\n }\n if (!async) unexpected();\n }\n if (allow_arrows && is(\"name\") && is_token(peek(), \"arrow\")) {\n var param = new AST_SymbolFunarg({\n name: S.token.value,\n start: start,\n end: start,\n });\n next();\n return arrow_function(start, [param], !!async);\n }\n if (is(\"keyword\", \"function\")) {\n next();\n var func = function_(AST_Function, false, !!async);\n func.start = start;\n func.end = prev();\n return subscripts(func, allow_calls);\n }\n if (async) return subscripts(async, allow_calls);\n if (is(\"keyword\", \"class\")) {\n next();\n var cls = class_(AST_ClassExpression);\n cls.start = start;\n cls.end = prev();\n return subscripts(cls, allow_calls);\n }\n if (is(\"template_head\")) {\n return subscripts(template_string(false), allow_calls);\n }\n if (ATOMIC_START_TOKEN(S.token.type)) {\n return subscripts(as_atom_node(), allow_calls);\n }\n unexpected();\n };\n\n function template_string(tagged) {\n var segments = [], start = S.token;\n\n segments.push(new AST_TemplateSegment({\n start: S.token,\n raw: S.token.raw,\n value: S.token.value,\n end: S.token\n }));\n while (S.token.end === false) {\n next();\n handle_regexp();\n segments.push(expression(true));\n\n if (!is_token(\"template_substitution\")) {\n unexpected();\n }\n\n segments.push(new AST_TemplateSegment({\n start: S.token,\n raw: S.token.raw,\n value: S.token.value,\n end: S.token\n }));\n }\n next();\n\n return new AST_TemplateString({\n start: start,\n segments: segments,\n end: S.token\n });\n }\n\n function expr_list(closing, allow_trailing_comma, allow_empty) {\n var first = true, a = [];\n while (!is(\"punc\", closing)) {\n if (first) first = false; else expect(\",\");\n if (allow_trailing_comma && is(\"punc\", closing)) break;\n if (is(\"punc\", \",\") && allow_empty) {\n a.push(new AST_Hole({ start: S.token, end: S.token }));\n } else if (is(\"expand\", \"...\")) {\n next();\n a.push(new AST_Expansion({start: prev(), expression: expression(),end: S.token}));\n } else {\n a.push(expression(false));\n }\n }\n next();\n return a;\n }\n\n var array_ = embed_tokens(function() {\n expect(\"[\");\n return new AST_Array({\n elements: expr_list(\"]\", !options.strict, true)\n });\n });\n\n var create_accessor = embed_tokens(function(is_generator, is_async) {\n return function_(AST_Accessor, is_generator, is_async);\n });\n\n var object_or_destructuring_ = embed_tokens(function object_or_destructuring_() {\n var start = S.token, first = true, a = [];\n expect(\"{\");\n while (!is(\"punc\", \"}\")) {\n if (first) first = false; else expect(\",\");\n if (!options.strict && is(\"punc\", \"}\"))\n // allow trailing comma\n break;\n\n start = S.token;\n if (start.type == \"expand\") {\n next();\n a.push(new AST_Expansion({\n start: start,\n expression: expression(false),\n end: prev(),\n }));\n continue;\n }\n\n var name = as_property_name();\n var value;\n\n // Check property and fetch value\n if (!is(\"punc\", \":\")) {\n var concise = concise_method_or_getset(name, start);\n if (concise) {\n a.push(concise);\n continue;\n }\n\n value = new AST_SymbolRef({\n start: prev(),\n name: name,\n end: prev()\n });\n } else if (name === null) {\n unexpected(prev());\n } else {\n next(); // `:` - see first condition\n value = expression(false);\n }\n\n // Check for default value and alter value accordingly if necessary\n if (is(\"operator\", \"=\")) {\n next();\n value = new AST_Assign({\n start: start,\n left: value,\n operator: \"=\",\n right: expression(false),\n end: prev()\n });\n }\n\n // Create property\n a.push(new AST_ObjectKeyVal({\n start: start,\n quote: start.quote,\n key: name instanceof AST_Node ? name : \"\" + name,\n value: value,\n end: prev()\n }));\n }\n next();\n return new AST_Object({ properties: a });\n });\n\n function class_(KindOfClass) {\n var start, method, class_name, extends_, a = [];\n\n S.input.push_directives_stack(); // Push directive stack, but not scope stack\n S.input.add_directive(\"use strict\");\n\n if (S.token.type == \"name\" && S.token.value != \"extends\") {\n class_name = as_symbol(KindOfClass === AST_DefClass ? AST_SymbolDefClass : AST_SymbolClass);\n }\n\n if (KindOfClass === AST_DefClass && !class_name) {\n unexpected();\n }\n\n if (S.token.value == \"extends\") {\n next();\n extends_ = expression(true);\n }\n\n expect(\"{\");\n\n if (is(\"punc\", \";\")) { next(); } // Leading semicolons are okay in class bodies.\n while (!is(\"punc\", \"}\")) {\n start = S.token;\n method = concise_method_or_getset(as_property_name(), start, true);\n if (!method) { unexpected(); }\n a.push(method);\n if (is(\"punc\", \";\")) { next(); }\n }\n\n S.input.pop_directives_stack();\n\n next();\n\n return new KindOfClass({\n start: start,\n name: class_name,\n extends: extends_,\n properties: a,\n end: prev(),\n });\n }\n\n function concise_method_or_getset(name, start, is_class) {\n var get_ast = function(name, token) {\n if (typeof name === \"string\" || typeof name === \"number\") {\n return new AST_SymbolMethod({\n start: token,\n name: \"\" + name,\n end: prev()\n });\n } else if (name === null) {\n unexpected();\n }\n return name;\n };\n var is_async = false;\n var is_static = false;\n var is_generator = false;\n var property_token = start;\n if (is_class && name === \"static\" && !is(\"punc\", \"(\")) {\n is_static = true;\n property_token = S.token;\n name = as_property_name();\n }\n if (name === \"async\" && !is(\"punc\", \"(\") && !is(\"punc\", \",\") && !is(\"punc\", \"}\")) {\n is_async = true;\n property_token = S.token;\n name = as_property_name();\n }\n if (name === null) {\n is_generator = true;\n property_token = S.token;\n name = as_property_name();\n if (name === null) {\n unexpected();\n }\n }\n if (is(\"punc\", \"(\")) {\n name = get_ast(name, start);\n var node = new AST_ConciseMethod({\n start : start,\n static : is_static,\n is_generator: is_generator,\n async : is_async,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(is_generator, is_async),\n end : prev()\n });\n return node;\n }\n property_token = S.token;\n if (name == \"get\") {\n if (!is(\"punc\") || is(\"punc\", \"[\")) {\n name = get_ast(as_property_name(), start);\n return new AST_ObjectGetter({\n start : start,\n static: is_static,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(),\n end : prev()\n });\n }\n } else if (name == \"set\") {\n if (!is(\"punc\") || is(\"punc\", \"[\")) {\n name = get_ast(as_property_name(), start);\n return new AST_ObjectSetter({\n start : start,\n static: is_static,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(),\n end : prev()\n });\n }\n }\n }\n\n function import_() {\n var start = prev();\n var imported_name;\n var imported_names;\n if (is(\"name\")) {\n imported_name = as_symbol(AST_SymbolImport);\n }\n\n if (is(\"punc\", \",\")) {\n next();\n }\n\n imported_names = map_names(true);\n\n if (imported_names || imported_name) {\n expect_token(\"name\", \"from\");\n }\n var mod_str = S.token;\n if (mod_str.type !== \"string\") {\n unexpected();\n }\n next();\n return new AST_Import({\n start: start,\n imported_name: imported_name,\n imported_names: imported_names,\n module_name: new AST_String({\n start: mod_str,\n value: mod_str.value,\n quote: mod_str.quote,\n end: mod_str,\n }),\n end: S.token,\n });\n }\n\n function map_name(is_import) {\n function make_symbol(type) {\n return new type({\n name: as_property_name(),\n start: prev(),\n end: prev()\n });\n }\n\n var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign;\n var type = is_import ? AST_SymbolImport : AST_SymbolExport;\n var start = S.token;\n var foreign_name;\n var name;\n\n if (is_import) {\n foreign_name = make_symbol(foreign_type);\n } else {\n name = make_symbol(type);\n }\n if (is(\"name\", \"as\")) {\n next(); // The \"as\" word\n if (is_import) {\n name = make_symbol(type);\n } else {\n foreign_name = make_symbol(foreign_type);\n }\n } else if (is_import) {\n name = new type(foreign_name);\n } else {\n foreign_name = new foreign_type(name);\n }\n\n return new AST_NameMapping({\n start: start,\n foreign_name: foreign_name,\n name: name,\n end: prev(),\n });\n }\n\n function map_nameAsterisk(is_import, name) {\n var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign;\n var type = is_import ? AST_SymbolImport : AST_SymbolExport;\n var start = S.token;\n var foreign_name;\n var end = prev();\n\n name = name || new type({\n name: \"*\",\n start: start,\n end: end,\n });\n\n foreign_name = new foreign_type({\n name: \"*\",\n start: start,\n end: end,\n });\n\n return new AST_NameMapping({\n start: start,\n foreign_name: foreign_name,\n name: name,\n end: end,\n });\n }\n\n function map_names(is_import) {\n var names;\n if (is(\"punc\", \"{\")) {\n next();\n names = [];\n while (!is(\"punc\", \"}\")) {\n names.push(map_name(is_import));\n if (is(\"punc\", \",\")) {\n next();\n }\n }\n next();\n } else if (is(\"operator\", \"*\")) {\n var name;\n next();\n if (is_import && is(\"name\", \"as\")) {\n next(); // The \"as\" word\n name = as_symbol(is_import ? AST_SymbolImport : AST_SymbolExportForeign);\n }\n names = [map_nameAsterisk(is_import, name)];\n }\n return names;\n }\n\n function export_() {\n var start = S.token;\n var is_default;\n var exported_names;\n\n if (is(\"keyword\", \"default\")) {\n is_default = true;\n next();\n } else if (exported_names = map_names(false)) {\n if (is(\"name\", \"from\")) {\n next();\n\n var mod_str = S.token;\n if (mod_str.type !== \"string\") {\n unexpected();\n }\n next();\n\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_names: exported_names,\n module_name: new AST_String({\n start: mod_str,\n value: mod_str.value,\n quote: mod_str.quote,\n end: mod_str,\n }),\n end: prev(),\n });\n } else {\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_names: exported_names,\n end: prev(),\n });\n }\n }\n\n var node;\n var exported_value;\n var exported_definition;\n if (is(\"punc\", \"{\")\n || is_default\n && (is(\"keyword\", \"class\") || is(\"keyword\", \"function\"))\n && is_token(peek(), \"punc\")) {\n exported_value = expression(false);\n semicolon();\n } else if ((node = statement(is_default)) instanceof AST_Definitions && is_default) {\n unexpected(node.start);\n } else if (node instanceof AST_Definitions || node instanceof AST_Lambda || node instanceof AST_DefClass) {\n exported_definition = node;\n } else if (node instanceof AST_SimpleStatement) {\n exported_value = node.body;\n } else {\n unexpected(node.start);\n }\n\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_value: exported_value,\n exported_definition: exported_definition,\n end: prev(),\n });\n }\n\n function as_property_name() {\n var tmp = S.token;\n switch (tmp.type) {\n case \"punc\":\n if (tmp.value === \"[\") {\n next();\n var ex = expression(false);\n expect(\"]\");\n return ex;\n } else unexpected(tmp);\n case \"operator\":\n if (tmp.value === \"*\") {\n next();\n return null;\n }\n if (![\"delete\", \"in\", \"instanceof\", \"new\", \"typeof\", \"void\"].includes(tmp.value)) {\n unexpected(tmp);\n }\n case \"name\":\n if (tmp.value == \"yield\") {\n if (is_in_generator()) {\n token_error(tmp, \"Yield cannot be used as identifier inside generators\");\n } else if (!is_token(peek(), \"punc\", \":\")\n && !is_token(peek(), \"punc\", \"(\")\n && S.input.has_directive(\"use strict\")) {\n token_error(tmp, \"Unexpected yield identifier inside strict mode\");\n }\n }\n case \"string\":\n case \"num\":\n case \"keyword\":\n case \"atom\":\n next();\n return tmp.value;\n default:\n unexpected(tmp);\n }\n }\n\n function as_name() {\n var tmp = S.token;\n if (tmp.type != \"name\") unexpected();\n next();\n return tmp.value;\n }\n\n function _make_symbol(type) {\n var name = S.token.value;\n return new (name == \"this\" ? AST_This :\n name == \"super\" ? AST_Super :\n type)({\n name : String(name),\n start : S.token,\n end : S.token\n });\n }\n\n function _verify_symbol(sym) {\n var name = sym.name;\n if (is_in_generator() && name == \"yield\") {\n token_error(sym.start, \"Yield cannot be used as identifier inside generators\");\n }\n if (S.input.has_directive(\"use strict\")) {\n if (name == \"yield\") {\n token_error(sym.start, \"Unexpected yield identifier inside strict mode\");\n }\n if (sym instanceof AST_SymbolDeclaration && (name == \"arguments\" || name == \"eval\")) {\n token_error(sym.start, \"Unexpected \" + name + \" in strict mode\");\n }\n }\n }\n\n function as_symbol(type, noerror) {\n if (!is(\"name\")) {\n if (!noerror) croak(\"Name expected\");\n return null;\n }\n var sym = _make_symbol(type);\n _verify_symbol(sym);\n next();\n return sym;\n }\n\n function mark_pure(call) {\n var start = call.start;\n var comments = start.comments_before;\n var i = HOP(start, \"comments_before_length\") ? start.comments_before_length : comments.length;\n while (--i >= 0) {\n var comment = comments[i];\n if (/[@#]__PURE__/.test(comment.value)) {\n call.pure = comment;\n break;\n }\n }\n }\n\n var subscripts = function(expr, allow_calls) {\n var start = expr.start;\n if (is(\"punc\", \".\")) {\n next();\n return subscripts(new AST_Dot({\n start : start,\n expression : expr,\n property : as_name(),\n end : prev()\n }), allow_calls);\n }\n if (is(\"punc\", \"[\")) {\n next();\n var prop = expression(true);\n expect(\"]\");\n return subscripts(new AST_Sub({\n start : start,\n expression : expr,\n property : prop,\n end : prev()\n }), allow_calls);\n }\n if (allow_calls && is(\"punc\", \"(\")) {\n next();\n var call = new AST_Call({\n start : start,\n expression : expr,\n args : call_args(),\n end : prev()\n });\n mark_pure(call);\n return subscripts(call, true);\n }\n if (is(\"template_head\")) {\n return subscripts(new AST_PrefixedTemplateString({\n start: start,\n prefix: expr,\n template_string: template_string(true),\n end: prev()\n }), allow_calls);\n }\n return expr;\n };\n\n var call_args = embed_tokens(function _call_args() {\n var args = [];\n while (!is(\"punc\", \")\")) {\n if (is(\"expand\", \"...\")) {\n next();\n args.push(new AST_Expansion({\n start: prev(),\n expression: expression(false),\n end: prev()\n }));\n } else {\n args.push(expression(false));\n }\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\") && options.ecma < 8) unexpected();\n }\n }\n next();\n return args;\n });\n\n var maybe_unary = function(allow_calls, allow_arrows) {\n var start = S.token;\n if (start.type == \"name\" && start.value == \"await\") {\n if (is_in_async()) {\n next();\n return _await_expression();\n } else if (S.input.has_directive(\"use strict\")) {\n token_error(S.token, \"Unexpected await identifier inside strict mode\");\n }\n }\n if (is(\"operator\") && UNARY_PREFIX(start.value)) {\n next();\n handle_regexp();\n var ex = make_unary(AST_UnaryPrefix, start, maybe_unary(allow_calls));\n ex.start = start;\n ex.end = prev();\n return ex;\n }\n var val = expr_atom(allow_calls, allow_arrows);\n while (is(\"operator\") && UNARY_POSTFIX(S.token.value) && !has_newline_before(S.token)) {\n if (val instanceof AST_Arrow) unexpected();\n val = make_unary(AST_UnaryPostfix, S.token, val);\n val.start = start;\n val.end = S.token;\n next();\n }\n return val;\n };\n\n function make_unary(ctor, token, expr) {\n var op = token.value;\n switch (op) {\n case \"++\":\n case \"--\":\n if (!is_assignable(expr))\n croak(\"Invalid use of \" + op + \" operator\", token.line, token.col, token.pos);\n break;\n case \"delete\":\n if (expr instanceof AST_SymbolRef && S.input.has_directive(\"use strict\"))\n croak(\"Calling delete on expression not allowed in strict mode\", expr.start.line, expr.start.col, expr.start.pos);\n break;\n }\n return new ctor({ operator: op, expression: expr });\n }\n\n var expr_op = function(left, min_prec, no_in) {\n var op = is(\"operator\") ? S.token.value : null;\n if (op == \"in\" && no_in) op = null;\n if (op == \"**\" && left instanceof AST_UnaryPrefix\n /* unary token in front not allowed - parenthesis required */\n && !is_token(left.start, \"punc\", \"(\")\n && left.operator !== \"--\" && left.operator !== \"++\")\n unexpected(left.start);\n var prec = op != null ? PRECEDENCE[op] : null;\n if (prec != null && (prec > min_prec || (op === \"**\" && min_prec === prec))) {\n next();\n var right = expr_op(maybe_unary(true), prec, no_in);\n return expr_op(new AST_Binary({\n start : left.start,\n left : left,\n operator : op,\n right : right,\n end : right.end\n }), min_prec, no_in);\n }\n return left;\n };\n\n function expr_ops(no_in) {\n return expr_op(maybe_unary(true, true), 0, no_in);\n }\n\n var maybe_conditional = function(no_in) {\n var start = S.token;\n var expr = expr_ops(no_in);\n if (is(\"operator\", \"?\")) {\n next();\n var yes = expression(false);\n expect(\":\");\n return new AST_Conditional({\n start : start,\n condition : expr,\n consequent : yes,\n alternative : expression(false, no_in),\n end : prev()\n });\n }\n return expr;\n };\n\n function is_assignable(expr) {\n return expr instanceof AST_PropAccess || expr instanceof AST_SymbolRef;\n }\n\n function to_destructuring(node) {\n if (node instanceof AST_Object) {\n node = new AST_Destructuring({\n start: node.start,\n names: node.properties.map(to_destructuring),\n is_array: false,\n end: node.end\n });\n } else if (node instanceof AST_Array) {\n var names = [];\n\n for (var i = 0; i < node.elements.length; i++) {\n // Only allow expansion as last element\n if (node.elements[i] instanceof AST_Expansion) {\n if (i + 1 !== node.elements.length) {\n token_error(node.elements[i].start, \"Spread must the be last element in destructuring array\");\n }\n node.elements[i].expression = to_destructuring(node.elements[i].expression);\n }\n\n names.push(to_destructuring(node.elements[i]));\n }\n\n node = new AST_Destructuring({\n start: node.start,\n names: names,\n is_array: true,\n end: node.end\n });\n } else if (node instanceof AST_ObjectProperty) {\n node.value = to_destructuring(node.value);\n } else if (node instanceof AST_Assign) {\n node = new AST_DefaultAssign({\n start: node.start,\n left: node.left,\n operator: \"=\",\n right: node.right,\n end: node.end\n });\n }\n return node;\n }\n\n // In ES6, AssignmentExpression can also be an ArrowFunction\n var maybe_assign = function(no_in) {\n handle_regexp();\n var start = S.token;\n\n if (start.type == \"name\" && start.value == \"yield\") {\n if (is_in_generator()) {\n next();\n return _yield_expression();\n } else if (S.input.has_directive(\"use strict\")) {\n token_error(S.token, \"Unexpected yield identifier inside strict mode\");\n }\n }\n\n var left = maybe_conditional(no_in);\n var val = S.token.value;\n\n if (is(\"operator\") && ASSIGNMENT(val)) {\n if (is_assignable(left) || (left = to_destructuring(left)) instanceof AST_Destructuring) {\n next();\n return new AST_Assign({\n start : start,\n left : left,\n operator : val,\n right : maybe_assign(no_in),\n end : prev()\n });\n }\n croak(\"Invalid assignment\");\n }\n return left;\n };\n\n var expression = function(commas, no_in) {\n var start = S.token;\n var exprs = [];\n while (true) {\n exprs.push(maybe_assign(no_in));\n if (!commas || !is(\"punc\", \",\")) break;\n next();\n commas = true;\n }\n return exprs.length == 1 ? exprs[0] : new AST_Sequence({\n start : start,\n expressions : exprs,\n end : peek()\n });\n };\n\n function in_loop(cont) {\n ++S.in_loop;\n var ret = cont();\n --S.in_loop;\n return ret;\n }\n\n if (options.expression) {\n return expression(true);\n }\n\n return (function() {\n var start = S.token;\n var body = [];\n S.input.push_directives_stack();\n if (options.module) S.input.add_directive(\"use strict\");\n while (!is(\"eof\"))\n body.push(statement());\n S.input.pop_directives_stack();\n var end = prev();\n var toplevel = options.toplevel;\n if (toplevel) {\n toplevel.body = toplevel.body.concat(body);\n toplevel.end = end;\n } else {\n toplevel = new AST_Toplevel({ start: start, body: body, end: end });\n }\n return toplevel;\n })();\n\n}\n\nexport {\n get_full_char_code,\n get_full_char,\n is_identifier_char,\n is_identifier_string,\n is_identifier,\n is_surrogate_pair_head,\n is_surrogate_pair_tail,\n js_error,\n JS_Parse_Error,\n parse,\n PRECEDENCE,\n RESERVED_WORDS,\n tokenizer,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n HOP,\n MAP,\n noop,\n string_template,\n} from \"./utils.js\";\nimport { parse } from \"./parse.js\";\n\nfunction DEFNODE(type, props, methods, base) {\n if (arguments.length < 4) base = AST_Node;\n if (!props) props = [];\n else props = props.split(/\\s+/);\n var self_props = props;\n if (base && base.PROPS)\n props = props.concat(base.PROPS);\n var code = \"return function AST_\" + type + \"(props){ if (props) { \";\n for (var i = props.length; --i >= 0;) {\n code += \"this.\" + props[i] + \" = props.\" + props[i] + \";\";\n }\n var proto = base && new base;\n if (proto && proto.initialize || (methods && methods.initialize))\n code += \"this.initialize();\";\n code += \"}}\";\n var ctor = new Function(code)();\n if (proto) {\n ctor.prototype = proto;\n ctor.BASE = base;\n }\n if (base) base.SUBCLASSES.push(ctor);\n ctor.prototype.CTOR = ctor;\n ctor.PROPS = props || null;\n ctor.SELF_PROPS = self_props;\n ctor.SUBCLASSES = [];\n if (type) {\n ctor.prototype.TYPE = ctor.TYPE = type;\n }\n if (methods) for (i in methods) if (HOP(methods, i)) {\n if (/^\\$/.test(i)) {\n ctor[i.substr(1)] = methods[i];\n } else {\n ctor.prototype[i] = methods[i];\n }\n }\n ctor.DEFMETHOD = function(name, method) {\n this.prototype[name] = method;\n };\n return ctor;\n}\n\nvar AST_Token = DEFNODE(\"Token\", \"type value line col pos endline endcol endpos nlb comments_before comments_after file raw\", {\n}, null);\n\nvar AST_Node = DEFNODE(\"Node\", \"start end\", {\n _clone: function(deep) {\n if (deep) {\n var self = this.clone();\n return self.transform(new TreeTransformer(function(node) {\n if (node !== self) {\n return node.clone(true);\n }\n }));\n }\n return new this.CTOR(this);\n },\n clone: function(deep) {\n return this._clone(deep);\n },\n $documentation: \"Base class of all AST nodes\",\n $propdoc: {\n start: \"[AST_Token] The first token of this node\",\n end: \"[AST_Token] The last token of this node\"\n },\n _walk: function(visitor) {\n return visitor._visit(this);\n },\n walk: function(visitor) {\n return this._walk(visitor); // not sure the indirection will be any help\n }\n}, null);\n\nAST_Node.warn_function = null;\nAST_Node.warn = function(txt, props) {\n if (AST_Node.warn_function)\n AST_Node.warn_function(string_template(txt, props));\n};\n\n/* -----[ statements ]----- */\n\nvar AST_Statement = DEFNODE(\"Statement\", null, {\n $documentation: \"Base class of all statements\",\n});\n\nvar AST_Debugger = DEFNODE(\"Debugger\", null, {\n $documentation: \"Represents a debugger statement\",\n}, AST_Statement);\n\nvar AST_Directive = DEFNODE(\"Directive\", \"value quote\", {\n $documentation: \"Represents a directive, like \\\"use strict\\\";\",\n $propdoc: {\n value: \"[string] The value of this directive as a plain string (it's not an AST_String!)\",\n quote: \"[string] the original quote character\"\n },\n}, AST_Statement);\n\nvar AST_SimpleStatement = DEFNODE(\"SimpleStatement\", \"body\", {\n $documentation: \"A statement consisting of an expression, i.e. a = 1 + 2\",\n $propdoc: {\n body: \"[AST_Node] an expression node (should not be instanceof AST_Statement)\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.body._walk(visitor);\n });\n }\n}, AST_Statement);\n\nfunction walk_body(node, visitor) {\n var body = node.body;\n if (body instanceof AST_Node) {\n body._walk(visitor);\n } else for (var i = 0, len = body.length; i < len; i++) {\n body[i]._walk(visitor);\n }\n}\n\nfunction clone_block_scope(deep) {\n var clone = this._clone(deep);\n if (this.block_scope) {\n // TODO this is sometimes undefined during compression.\n // But it should always have a value!\n clone.block_scope = this.block_scope.clone();\n }\n return clone;\n}\n\nvar AST_Block = DEFNODE(\"Block\", \"body block_scope\", {\n $documentation: \"A body of statements (usually braced)\",\n $propdoc: {\n body: \"[AST_Statement*] an array of statements\",\n block_scope: \"[AST_Scope] the block scope\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n walk_body(this, visitor);\n });\n },\n clone: clone_block_scope\n}, AST_Statement);\n\nvar AST_BlockStatement = DEFNODE(\"BlockStatement\", null, {\n $documentation: \"A block statement\",\n}, AST_Block);\n\nvar AST_EmptyStatement = DEFNODE(\"EmptyStatement\", null, {\n $documentation: \"The empty statement (empty block or simply a semicolon)\"\n}, AST_Statement);\n\nvar AST_StatementWithBody = DEFNODE(\"StatementWithBody\", \"body\", {\n $documentation: \"Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`\",\n $propdoc: {\n body: \"[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement\"\n }\n}, AST_Statement);\n\nvar AST_LabeledStatement = DEFNODE(\"LabeledStatement\", \"label\", {\n $documentation: \"Statement with a label\",\n $propdoc: {\n label: \"[AST_Label] a label definition\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.label._walk(visitor);\n this.body._walk(visitor);\n });\n },\n clone: function(deep) {\n var node = this._clone(deep);\n if (deep) {\n var label = node.label;\n var def = this.label;\n node.walk(new TreeWalker(function(node) {\n if (node instanceof AST_LoopControl\n && node.label && node.label.thedef === def) {\n node.label.thedef = label;\n label.references.push(node);\n }\n }));\n }\n return node;\n }\n}, AST_StatementWithBody);\n\nvar AST_IterationStatement = DEFNODE(\"IterationStatement\", \"block_scope\", {\n $documentation: \"Internal class. All loops inherit from it.\",\n $propdoc: {\n block_scope: \"[AST_Scope] the block scope for this iteration statement.\"\n },\n clone: clone_block_scope\n}, AST_StatementWithBody);\n\nvar AST_DWLoop = DEFNODE(\"DWLoop\", \"condition\", {\n $documentation: \"Base class for do/while statements\",\n $propdoc: {\n condition: \"[AST_Node] the loop condition. Should not be instanceof AST_Statement\"\n }\n}, AST_IterationStatement);\n\nvar AST_Do = DEFNODE(\"Do\", null, {\n $documentation: \"A `do` statement\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.body._walk(visitor);\n this.condition._walk(visitor);\n });\n }\n}, AST_DWLoop);\n\nvar AST_While = DEFNODE(\"While\", null, {\n $documentation: \"A `while` statement\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_DWLoop);\n\nvar AST_For = DEFNODE(\"For\", \"init condition step\", {\n $documentation: \"A `for` statement\",\n $propdoc: {\n init: \"[AST_Node?] the `for` initialization code, or null if empty\",\n condition: \"[AST_Node?] the `for` termination clause, or null if empty\",\n step: \"[AST_Node?] the `for` update clause, or null if empty\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.init) this.init._walk(visitor);\n if (this.condition) this.condition._walk(visitor);\n if (this.step) this.step._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_IterationStatement);\n\nvar AST_ForIn = DEFNODE(\"ForIn\", \"init object\", {\n $documentation: \"A `for ... in` statement\",\n $propdoc: {\n init: \"[AST_Node] the `for/in` initialization code\",\n object: \"[AST_Node] the object that we're looping through\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.init._walk(visitor);\n this.object._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_IterationStatement);\n\nvar AST_ForOf = DEFNODE(\"ForOf\", \"await\", {\n $documentation: \"A `for ... of` statement\",\n}, AST_ForIn);\n\nvar AST_With = DEFNODE(\"With\", \"expression\", {\n $documentation: \"A `with` statement\",\n $propdoc: {\n expression: \"[AST_Node] the `with` expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_StatementWithBody);\n\n/* -----[ scope and functions ]----- */\n\nvar AST_Scope = DEFNODE(\"Scope\", \"variables functions uses_with uses_eval parent_scope enclosed cname\", {\n $documentation: \"Base class for all statements introducing a lexical scope\",\n $propdoc: {\n variables: \"[Object/S] a map of name -> SymbolDef for all variables/functions defined in this scope\",\n functions: \"[Object/S] like `variables`, but only lists function declarations\",\n uses_with: \"[boolean/S] tells whether this scope uses the `with` statement\",\n uses_eval: \"[boolean/S] tells whether this scope contains a direct call to the global `eval`\",\n parent_scope: \"[AST_Scope?/S] link to the parent scope\",\n enclosed: \"[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes\",\n cname: \"[integer/S] current index for mangling variables (used internally by the mangler)\",\n },\n get_defun_scope: function() {\n var self = this;\n while (self.is_block_scope()) {\n self = self.parent_scope;\n }\n return self;\n },\n clone: function(deep) {\n var node = this._clone(deep);\n if (this.variables) node.variables = this.variables.clone();\n if (this.functions) node.functions = this.functions.clone();\n if (this.enclosed) node.enclosed = this.enclosed.slice();\n return node;\n },\n pinned: function() {\n return this.uses_eval || this.uses_with;\n }\n}, AST_Block);\n\nvar AST_Toplevel = DEFNODE(\"Toplevel\", \"globals\", {\n $documentation: \"The toplevel scope\",\n $propdoc: {\n globals: \"[Object/S] a map of name -> SymbolDef for all undeclared names\",\n },\n wrap_commonjs: function(name) {\n var body = this.body;\n var wrapped_tl = \"(function(exports){'$ORIG';})(typeof \" + name + \"=='undefined'?(\" + name + \"={}):\" + name + \");\";\n wrapped_tl = parse(wrapped_tl);\n wrapped_tl = wrapped_tl.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Directive && node.value == \"$ORIG\") {\n return MAP.splice(body);\n }\n }));\n return wrapped_tl;\n },\n wrap_enclose: function(args_values) {\n if (typeof args_values != \"string\") args_values = \"\";\n var index = args_values.indexOf(\":\");\n if (index < 0) index = args_values.length;\n var body = this.body;\n return parse([\n \"(function(\",\n args_values.slice(0, index),\n '){\"$ORIG\"})(',\n args_values.slice(index + 1),\n \")\"\n ].join(\"\")).transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Directive && node.value == \"$ORIG\") {\n return MAP.splice(body);\n }\n }));\n }\n}, AST_Scope);\n\nvar AST_Expansion = DEFNODE(\"Expansion\", \"expression\", {\n $documentation: \"An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list\",\n $propdoc: {\n expression: \"[AST_Node] the thing to be expanded\"\n },\n _walk: function(visitor) {\n var self = this;\n return visitor._visit(this, function() {\n self.expression.walk(visitor);\n });\n }\n});\n\nvar AST_Lambda = DEFNODE(\"Lambda\", \"name argnames uses_arguments is_generator async\", {\n $documentation: \"Base class for functions\",\n $propdoc: {\n name: \"[AST_SymbolDeclaration?] the name of this function\",\n argnames: \"[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments\",\n uses_arguments: \"[boolean/S] tells whether this function accesses the arguments array\",\n is_generator: \"[boolean] is this a generator method\",\n async: \"[boolean] is this method async\",\n },\n args_as_names: function () {\n var out = [];\n for (var i = 0; i < this.argnames.length; i++) {\n if (this.argnames[i] instanceof AST_Destructuring) {\n out = out.concat(this.argnames[i].all_symbols());\n } else {\n out.push(this.argnames[i]);\n }\n }\n return out;\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.name) this.name._walk(visitor);\n var argnames = this.argnames;\n for (var i = 0, len = argnames.length; i < len; i++) {\n argnames[i]._walk(visitor);\n }\n walk_body(this, visitor);\n });\n }\n}, AST_Scope);\n\nvar AST_Accessor = DEFNODE(\"Accessor\", null, {\n $documentation: \"A setter/getter function. The `name` property is always null.\"\n}, AST_Lambda);\n\nvar AST_Function = DEFNODE(\"Function\", \"inlined\", {\n $documentation: \"A function expression\"\n}, AST_Lambda);\n\nvar AST_Arrow = DEFNODE(\"Arrow\", \"inlined\", {\n $documentation: \"An ES6 Arrow function ((a) => b)\"\n}, AST_Lambda);\n\nvar AST_Defun = DEFNODE(\"Defun\", \"inlined\", {\n $documentation: \"A function definition\"\n}, AST_Lambda);\n\n/* -----[ DESTRUCTURING ]----- */\nvar AST_Destructuring = DEFNODE(\"Destructuring\", \"names is_array\", {\n $documentation: \"A destructuring of several names. Used in destructuring assignment and with destructuring function argument names\",\n $propdoc: {\n \"names\": \"[AST_Node*] Array of properties or elements\",\n \"is_array\": \"[Boolean] Whether the destructuring represents an object or array\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.names.forEach(function(name) {\n name._walk(visitor);\n });\n });\n },\n all_symbols: function() {\n var out = [];\n this.walk(new TreeWalker(function (node) {\n if (node instanceof AST_Symbol) {\n out.push(node);\n }\n if (node instanceof AST_Expansion) {\n out.push(node.expression);\n }\n }));\n return out;\n }\n});\n\nvar AST_PrefixedTemplateString = DEFNODE(\"PrefixedTemplateString\", \"template_string prefix\", {\n $documentation: \"A templatestring with a prefix, such as String.raw`foobarbaz`\",\n $propdoc: {\n template_string: \"[AST_TemplateString] The template string\",\n prefix: \"[AST_SymbolRef|AST_PropAccess] The prefix, which can be a symbol such as `foo` or a dotted expression such as `String.raw`.\"\n },\n _walk: function(visitor) {\n this.prefix._walk(visitor);\n this.template_string._walk(visitor);\n }\n});\n\nvar AST_TemplateString = DEFNODE(\"TemplateString\", \"segments\", {\n $documentation: \"A template string literal\",\n $propdoc: {\n segments: \"[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment.\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.segments.forEach(function(seg) {\n seg._walk(visitor);\n });\n });\n }\n});\n\nvar AST_TemplateSegment = DEFNODE(\"TemplateSegment\", \"value raw\", {\n $documentation: \"A segment of a template string literal\",\n $propdoc: {\n value: \"Content of the segment\",\n raw: \"Raw content of the segment\"\n }\n});\n\n/* -----[ JUMPS ]----- */\n\nvar AST_Jump = DEFNODE(\"Jump\", null, {\n $documentation: \"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)\"\n}, AST_Statement);\n\nvar AST_Exit = DEFNODE(\"Exit\", \"value\", {\n $documentation: \"Base class for “exits” (`return` and `throw`)\",\n $propdoc: {\n value: \"[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.value && function() {\n this.value._walk(visitor);\n });\n }\n}, AST_Jump);\n\nvar AST_Return = DEFNODE(\"Return\", null, {\n $documentation: \"A `return` statement\"\n}, AST_Exit);\n\nvar AST_Throw = DEFNODE(\"Throw\", null, {\n $documentation: \"A `throw` statement\"\n}, AST_Exit);\n\nvar AST_LoopControl = DEFNODE(\"LoopControl\", \"label\", {\n $documentation: \"Base class for loop control statements (`break` and `continue`)\",\n $propdoc: {\n label: \"[AST_LabelRef?] the label, or null if none\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.label && function() {\n this.label._walk(visitor);\n });\n }\n}, AST_Jump);\n\nvar AST_Break = DEFNODE(\"Break\", null, {\n $documentation: \"A `break` statement\"\n}, AST_LoopControl);\n\nvar AST_Continue = DEFNODE(\"Continue\", null, {\n $documentation: \"A `continue` statement\"\n}, AST_LoopControl);\n\n/* -----[ IF ]----- */\n\nvar AST_If = DEFNODE(\"If\", \"condition alternative\", {\n $documentation: \"A `if` statement\",\n $propdoc: {\n condition: \"[AST_Node] the `if` condition\",\n alternative: \"[AST_Statement?] the `else` part, or null if not present\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.body._walk(visitor);\n if (this.alternative) this.alternative._walk(visitor);\n });\n }\n}, AST_StatementWithBody);\n\n/* -----[ SWITCH ]----- */\n\nvar AST_Switch = DEFNODE(\"Switch\", \"expression\", {\n $documentation: \"A `switch` statement\",\n $propdoc: {\n expression: \"[AST_Node] the `switch` “discriminant”\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_Block);\n\nvar AST_SwitchBranch = DEFNODE(\"SwitchBranch\", null, {\n $documentation: \"Base class for `switch` branches\",\n}, AST_Block);\n\nvar AST_Default = DEFNODE(\"Default\", null, {\n $documentation: \"A `default` switch branch\",\n}, AST_SwitchBranch);\n\nvar AST_Case = DEFNODE(\"Case\", \"expression\", {\n $documentation: \"A `case` switch branch\",\n $propdoc: {\n expression: \"[AST_Node] the `case` expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_SwitchBranch);\n\n/* -----[ EXCEPTIONS ]----- */\n\nvar AST_Try = DEFNODE(\"Try\", \"bcatch bfinally\", {\n $documentation: \"A `try` statement\",\n $propdoc: {\n bcatch: \"[AST_Catch?] the catch block, or null if not present\",\n bfinally: \"[AST_Finally?] the finally block, or null if not present\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n walk_body(this, visitor);\n if (this.bcatch) this.bcatch._walk(visitor);\n if (this.bfinally) this.bfinally._walk(visitor);\n });\n }\n}, AST_Block);\n\nvar AST_Catch = DEFNODE(\"Catch\", \"argname\", {\n $documentation: \"A `catch` node; only makes sense as part of a `try` statement\",\n $propdoc: {\n argname: \"[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.argname) this.argname._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_Block);\n\nvar AST_Finally = DEFNODE(\"Finally\", null, {\n $documentation: \"A `finally` node; only makes sense as part of a `try` statement\"\n}, AST_Block);\n\n/* -----[ VAR/CONST ]----- */\n\nvar AST_Definitions = DEFNODE(\"Definitions\", \"definitions\", {\n $documentation: \"Base class for `var` or `const` nodes (variable declarations/initializations)\",\n $propdoc: {\n definitions: \"[AST_VarDef*] array of variable definitions\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var definitions = this.definitions;\n for (var i = 0, len = definitions.length; i < len; i++) {\n definitions[i]._walk(visitor);\n }\n });\n }\n}, AST_Statement);\n\nvar AST_Var = DEFNODE(\"Var\", null, {\n $documentation: \"A `var` statement\"\n}, AST_Definitions);\n\nvar AST_Let = DEFNODE(\"Let\", null, {\n $documentation: \"A `let` statement\"\n}, AST_Definitions);\n\nvar AST_Const = DEFNODE(\"Const\", null, {\n $documentation: \"A `const` statement\"\n}, AST_Definitions);\n\nvar AST_NameMapping = DEFNODE(\"NameMapping\", \"foreign_name name\", {\n $documentation: \"The part of the export/import statement that declare names from a module.\",\n $propdoc: {\n foreign_name: \"[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)\",\n name: \"[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module.\"\n },\n _walk: function (visitor) {\n return visitor._visit(this, function() {\n this.foreign_name._walk(visitor);\n this.name._walk(visitor);\n });\n }\n});\n\nvar AST_Import = DEFNODE(\"Import\", \"imported_name imported_names module_name\", {\n $documentation: \"An `import` statement\",\n $propdoc: {\n imported_name: \"[AST_SymbolImport] The name of the variable holding the module's default export.\",\n imported_names: \"[AST_NameMapping*] The names of non-default imported variables\",\n module_name: \"[AST_String] String literal describing where this module came from\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.imported_name) {\n this.imported_name._walk(visitor);\n }\n if (this.imported_names) {\n this.imported_names.forEach(function(name_import) {\n name_import._walk(visitor);\n });\n }\n this.module_name._walk(visitor);\n });\n }\n});\n\nvar AST_Export = DEFNODE(\"Export\", \"exported_definition exported_value is_default exported_names module_name\", {\n $documentation: \"An `export` statement\",\n $propdoc: {\n exported_definition: \"[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition\",\n exported_value: \"[AST_Node?] An exported value\",\n exported_names: \"[AST_NameMapping*?] List of exported names\",\n module_name: \"[AST_String?] Name of the file to load exports from\",\n is_default: \"[Boolean] Whether this is the default exported value of this module\"\n },\n _walk: function (visitor) {\n visitor._visit(this, function () {\n if (this.exported_definition) {\n this.exported_definition._walk(visitor);\n }\n if (this.exported_value) {\n this.exported_value._walk(visitor);\n }\n if (this.exported_names) {\n this.exported_names.forEach(function(name_export) {\n name_export._walk(visitor);\n });\n }\n if (this.module_name) {\n this.module_name._walk(visitor);\n }\n });\n }\n}, AST_Statement);\n\nvar AST_VarDef = DEFNODE(\"VarDef\", \"name value\", {\n $documentation: \"A variable declaration; only appears in a AST_Definitions node\",\n $propdoc: {\n name: \"[AST_Destructuring|AST_SymbolConst|AST_SymbolLet|AST_SymbolVar] name of the variable\",\n value: \"[AST_Node?] initializer, or null of there's no initializer\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.name._walk(visitor);\n if (this.value) this.value._walk(visitor);\n });\n }\n});\n\n/* -----[ OTHER ]----- */\n\nvar AST_Call = DEFNODE(\"Call\", \"expression args\", {\n $documentation: \"A function call expression\",\n $propdoc: {\n expression: \"[AST_Node] expression to invoke as function\",\n args: \"[AST_Node*] array of arguments\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var args = this.args;\n for (var i = 0, len = args.length; i < len; i++) {\n args[i]._walk(visitor);\n }\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_New = DEFNODE(\"New\", null, {\n $documentation: \"An object instantiation. Derives from a function call since it has exactly the same properties\"\n}, AST_Call);\n\nvar AST_Sequence = DEFNODE(\"Sequence\", \"expressions\", {\n $documentation: \"A sequence expression (comma-separated expressions)\",\n $propdoc: {\n expressions: \"[AST_Node*] array of expressions (at least two)\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expressions.forEach(function(node) {\n node._walk(visitor);\n });\n });\n }\n});\n\nvar AST_PropAccess = DEFNODE(\"PropAccess\", \"expression property\", {\n $documentation: \"Base class for property access expressions, i.e. `a.foo` or `a[\\\"foo\\\"]`\",\n $propdoc: {\n expression: \"[AST_Node] the “container” expression\",\n property: \"[AST_Node|string] the property to access. For AST_Dot this is always a plain string, while for AST_Sub it's an arbitrary AST_Node\"\n }\n});\n\nvar AST_Dot = DEFNODE(\"Dot\", null, {\n $documentation: \"A dotted property access expression\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n}, AST_PropAccess);\n\nvar AST_Sub = DEFNODE(\"Sub\", null, {\n $documentation: \"Index-style property access, i.e. `a[\\\"foo\\\"]`\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n this.property._walk(visitor);\n });\n }\n}, AST_PropAccess);\n\nvar AST_Unary = DEFNODE(\"Unary\", \"operator expression\", {\n $documentation: \"Base class for unary expressions\",\n $propdoc: {\n operator: \"[string] the operator\",\n expression: \"[AST_Node] expression that this unary operator applies to\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_UnaryPrefix = DEFNODE(\"UnaryPrefix\", null, {\n $documentation: \"Unary prefix expression, i.e. `typeof i` or `++i`\"\n}, AST_Unary);\n\nvar AST_UnaryPostfix = DEFNODE(\"UnaryPostfix\", null, {\n $documentation: \"Unary postfix expression, i.e. `i++`\"\n}, AST_Unary);\n\nvar AST_Binary = DEFNODE(\"Binary\", \"operator left right\", {\n $documentation: \"Binary expression, i.e. `a + b`\",\n $propdoc: {\n left: \"[AST_Node] left-hand side expression\",\n operator: \"[string] the operator\",\n right: \"[AST_Node] right-hand side expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.left._walk(visitor);\n this.right._walk(visitor);\n });\n }\n});\n\nvar AST_Conditional = DEFNODE(\"Conditional\", \"condition consequent alternative\", {\n $documentation: \"Conditional expression using the ternary operator, i.e. `a ? b : c`\",\n $propdoc: {\n condition: \"[AST_Node]\",\n consequent: \"[AST_Node]\",\n alternative: \"[AST_Node]\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.consequent._walk(visitor);\n this.alternative._walk(visitor);\n });\n }\n});\n\nvar AST_Assign = DEFNODE(\"Assign\", null, {\n $documentation: \"An assignment expression — `a = b + 5`\",\n}, AST_Binary);\n\nvar AST_DefaultAssign = DEFNODE(\"DefaultAssign\", null, {\n $documentation: \"A default assignment expression like in `(a = 3) => a`\"\n}, AST_Binary);\n\n/* -----[ LITERALS ]----- */\n\nvar AST_Array = DEFNODE(\"Array\", \"elements\", {\n $documentation: \"An array literal\",\n $propdoc: {\n elements: \"[AST_Node*] array of elements\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var elements = this.elements;\n for (var i = 0, len = elements.length; i < len; i++) {\n elements[i]._walk(visitor);\n }\n });\n }\n});\n\nvar AST_Object = DEFNODE(\"Object\", \"properties\", {\n $documentation: \"An object literal\",\n $propdoc: {\n properties: \"[AST_ObjectProperty*] array of properties\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var properties = this.properties;\n for (var i = 0, len = properties.length; i < len; i++) {\n properties[i]._walk(visitor);\n }\n });\n }\n});\n\nvar AST_ObjectProperty = DEFNODE(\"ObjectProperty\", \"key value\", {\n $documentation: \"Base class for literal object properties\",\n $propdoc: {\n key: \"[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.\",\n value: \"[AST_Node] property value. For getters and setters this is an AST_Accessor.\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.key instanceof AST_Node)\n this.key._walk(visitor);\n this.value._walk(visitor);\n });\n }\n});\n\nvar AST_ObjectKeyVal = DEFNODE(\"ObjectKeyVal\", \"quote\", {\n $documentation: \"A key: value object property\",\n $propdoc: {\n quote: \"[string] the original quote character\"\n }\n}, AST_ObjectProperty);\n\nvar AST_ObjectSetter = DEFNODE(\"ObjectSetter\", \"quote static\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] whether this is a static setter (classes only)\"\n },\n $documentation: \"An object setter property\",\n}, AST_ObjectProperty);\n\nvar AST_ObjectGetter = DEFNODE(\"ObjectGetter\", \"quote static\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] whether this is a static getter (classes only)\"\n },\n $documentation: \"An object getter property\",\n}, AST_ObjectProperty);\n\nvar AST_ConciseMethod = DEFNODE(\"ConciseMethod\", \"quote static is_generator async\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] is this method static (classes only)\",\n is_generator: \"[boolean] is this a generator method\",\n async: \"[boolean] is this method async\",\n },\n $documentation: \"An ES6 concise method inside an object or class\"\n}, AST_ObjectProperty);\n\nvar AST_Class = DEFNODE(\"Class\", \"name extends properties inlined\", {\n $propdoc: {\n name: \"[AST_SymbolClass|AST_SymbolDefClass?] optional class name.\",\n extends: \"[AST_Node]? optional parent class\",\n properties: \"[AST_ObjectProperty*] array of properties\"\n },\n $documentation: \"An ES6 class\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.name) {\n this.name._walk(visitor);\n }\n if (this.extends) {\n this.extends._walk(visitor);\n }\n this.properties.forEach(function(prop) {\n prop._walk(visitor);\n });\n });\n },\n}, AST_Scope);\n\nvar AST_DefClass = DEFNODE(\"DefClass\", null, {\n $documentation: \"A class definition\",\n}, AST_Class);\n\nvar AST_ClassExpression = DEFNODE(\"ClassExpression\", null, {\n $documentation: \"A class expression.\"\n}, AST_Class);\n\nvar AST_Symbol = DEFNODE(\"Symbol\", \"scope name thedef\", {\n $propdoc: {\n name: \"[string] name of this symbol\",\n scope: \"[AST_Scope/S] the current scope (not necessarily the definition scope)\",\n thedef: \"[SymbolDef/S] the definition of this symbol\"\n },\n $documentation: \"Base class for all symbols\"\n});\n\nvar AST_NewTarget = DEFNODE(\"NewTarget\", null, {\n $documentation: \"A reference to new.target\"\n});\n\nvar AST_SymbolDeclaration = DEFNODE(\"SymbolDeclaration\", \"init\", {\n $documentation: \"A declaration symbol (symbol in var/const, function name or argument, symbol in catch)\",\n}, AST_Symbol);\n\nvar AST_SymbolVar = DEFNODE(\"SymbolVar\", null, {\n $documentation: \"Symbol defining a variable\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolBlockDeclaration = DEFNODE(\"SymbolBlockDeclaration\", null, {\n $documentation: \"Base class for block-scoped declaration symbols\"\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolConst = DEFNODE(\"SymbolConst\", null, {\n $documentation: \"A constant declaration\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolLet = DEFNODE(\"SymbolLet\", null, {\n $documentation: \"A block-scoped `let` declaration\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolFunarg = DEFNODE(\"SymbolFunarg\", null, {\n $documentation: \"Symbol naming a function argument\",\n}, AST_SymbolVar);\n\nvar AST_SymbolDefun = DEFNODE(\"SymbolDefun\", null, {\n $documentation: \"Symbol defining a function\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolMethod = DEFNODE(\"SymbolMethod\", null, {\n $documentation: \"Symbol in an object defining a method\",\n}, AST_Symbol);\n\nvar AST_SymbolLambda = DEFNODE(\"SymbolLambda\", null, {\n $documentation: \"Symbol naming a function expression\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolDefClass = DEFNODE(\"SymbolDefClass\", null, {\n $documentation: \"Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class.\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolClass = DEFNODE(\"SymbolClass\", null, {\n $documentation: \"Symbol naming a class's name. Lexically scoped to the class.\"\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolCatch = DEFNODE(\"SymbolCatch\", null, {\n $documentation: \"Symbol naming the exception in catch\",\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolImport = DEFNODE(\"SymbolImport\", null, {\n $documentation: \"Symbol referring to an imported name\",\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolImportForeign = DEFNODE(\"SymbolImportForeign\", null, {\n $documentation: \"A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes\",\n}, AST_Symbol);\n\nvar AST_Label = DEFNODE(\"Label\", \"references\", {\n $documentation: \"Symbol naming a label (declaration)\",\n $propdoc: {\n references: \"[AST_LoopControl*] a list of nodes referring to this label\"\n },\n initialize: function() {\n this.references = [];\n this.thedef = this;\n }\n}, AST_Symbol);\n\nvar AST_SymbolRef = DEFNODE(\"SymbolRef\", null, {\n $documentation: \"Reference to some symbol (not definition/declaration)\",\n}, AST_Symbol);\n\nvar AST_SymbolExport = DEFNODE(\"SymbolExport\", null, {\n $documentation: \"Symbol referring to a name to export\",\n}, AST_SymbolRef);\n\nvar AST_SymbolExportForeign = DEFNODE(\"SymbolExportForeign\", null, {\n $documentation: \"A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes\",\n}, AST_Symbol);\n\nvar AST_LabelRef = DEFNODE(\"LabelRef\", null, {\n $documentation: \"Reference to a label symbol\",\n}, AST_Symbol);\n\nvar AST_This = DEFNODE(\"This\", null, {\n $documentation: \"The `this` symbol\",\n}, AST_Symbol);\n\nvar AST_Super = DEFNODE(\"Super\", null, {\n $documentation: \"The `super` symbol\",\n}, AST_This);\n\nvar AST_Constant = DEFNODE(\"Constant\", null, {\n $documentation: \"Base class for all constants\",\n getValue: function() {\n return this.value;\n }\n});\n\nvar AST_String = DEFNODE(\"String\", \"value quote\", {\n $documentation: \"A string literal\",\n $propdoc: {\n value: \"[string] the contents of this string\",\n quote: \"[string] the original quote character\"\n }\n}, AST_Constant);\n\nvar AST_Number = DEFNODE(\"Number\", \"value literal\", {\n $documentation: \"A number literal\",\n $propdoc: {\n value: \"[number] the numeric value\",\n literal: \"[string] numeric value as string (optional)\"\n }\n}, AST_Constant);\n\nvar AST_RegExp = DEFNODE(\"RegExp\", \"value\", {\n $documentation: \"A regexp literal\",\n $propdoc: {\n value: \"[RegExp] the actual regexp\",\n }\n}, AST_Constant);\n\nvar AST_Atom = DEFNODE(\"Atom\", null, {\n $documentation: \"Base class for atoms\",\n}, AST_Constant);\n\nvar AST_Null = DEFNODE(\"Null\", null, {\n $documentation: \"The `null` atom\",\n value: null\n}, AST_Atom);\n\nvar AST_NaN = DEFNODE(\"NaN\", null, {\n $documentation: \"The impossible value\",\n value: 0/0\n}, AST_Atom);\n\nvar AST_Undefined = DEFNODE(\"Undefined\", null, {\n $documentation: \"The `undefined` value\",\n value: (function() {}())\n}, AST_Atom);\n\nvar AST_Hole = DEFNODE(\"Hole\", null, {\n $documentation: \"A hole in an array\",\n value: (function() {}())\n}, AST_Atom);\n\nvar AST_Infinity = DEFNODE(\"Infinity\", null, {\n $documentation: \"The `Infinity` value\",\n value: 1/0\n}, AST_Atom);\n\nvar AST_Boolean = DEFNODE(\"Boolean\", null, {\n $documentation: \"Base class for booleans\",\n}, AST_Atom);\n\nvar AST_False = DEFNODE(\"False\", null, {\n $documentation: \"The `false` atom\",\n value: false\n}, AST_Boolean);\n\nvar AST_True = DEFNODE(\"True\", null, {\n $documentation: \"The `true` atom\",\n value: true\n}, AST_Boolean);\n\nvar AST_Await = DEFNODE(\"Await\", \"expression\", {\n $documentation: \"An `await` statement\",\n $propdoc: {\n expression: \"[AST_Node] the mandatory expression being awaited\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_Yield = DEFNODE(\"Yield\", \"expression is_star\", {\n $documentation: \"A `yield` statement\",\n $propdoc: {\n expression: \"[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false\",\n is_star: \"[Boolean] Whether this is a yield or yield* statement\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.expression && function() {\n this.expression._walk(visitor);\n });\n }\n});\n\n/* -----[ TreeWalker ]----- */\n\nfunction TreeWalker(callback) {\n this.visit = callback;\n this.stack = [];\n this.directives = Object.create(null);\n}\nTreeWalker.prototype = {\n _visit: function(node, descend) {\n this.push(node);\n var ret = this.visit(node, descend ? function() {\n descend.call(node);\n } : noop);\n if (!ret && descend) {\n descend.call(node);\n }\n this.pop();\n return ret;\n },\n parent: function(n) {\n return this.stack[this.stack.length - 2 - (n || 0)];\n },\n push: function(node) {\n if (node instanceof AST_Lambda) {\n this.directives = Object.create(this.directives);\n } else if (node instanceof AST_Directive && !this.directives[node.value]) {\n this.directives[node.value] = node;\n } else if (node instanceof AST_Class) {\n this.directives = Object.create(this.directives);\n if (!this.directives[\"use strict\"]) {\n this.directives[\"use strict\"] = node;\n }\n }\n this.stack.push(node);\n },\n pop: function() {\n var node = this.stack.pop();\n if (node instanceof AST_Lambda || node instanceof AST_Class) {\n this.directives = Object.getPrototypeOf(this.directives);\n }\n },\n self: function() {\n return this.stack[this.stack.length - 1];\n },\n find_parent: function(type) {\n var stack = this.stack;\n for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof type) return x;\n }\n },\n has_directive: function(type) {\n var dir = this.directives[type];\n if (dir) return dir;\n var node = this.stack[this.stack.length - 1];\n if (node instanceof AST_Scope && node.body) {\n for (var i = 0; i < node.body.length; ++i) {\n var st = node.body[i];\n if (!(st instanceof AST_Directive)) break;\n if (st.value == type) return st;\n }\n }\n },\n loopcontrol_target: function(node) {\n var stack = this.stack;\n if (node.label) for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof AST_LabeledStatement && x.label.name == node.label.name)\n return x.body;\n } else for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof AST_IterationStatement\n || node instanceof AST_Break && x instanceof AST_Switch)\n return x;\n }\n }\n};\n\n// Tree transformer helpers.\nfunction TreeTransformer(before, after) {\n TreeWalker.call(this);\n this.before = before;\n this.after = after;\n}\nTreeTransformer.prototype = new TreeWalker;\n\nexport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Atom,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_BlockStatement,\n AST_Boolean,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_DWLoop,\n AST_EmptyStatement,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Infinity,\n AST_IterationStatement,\n AST_Jump,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_LoopControl,\n AST_NameMapping,\n AST_NaN,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Scope,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_StatementWithBody,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolBlockDeclaration,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDeclaration,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Undefined,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n TreeTransformer,\n TreeWalker,\n walk_body,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n AST_Array,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_Conditional,\n AST_Definitions,\n AST_Destructuring,\n AST_Do,\n AST_Dot,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_For,\n AST_ForIn,\n AST_If,\n AST_Import,\n AST_LabeledStatement,\n AST_Lambda,\n AST_LoopControl,\n AST_NameMapping,\n AST_Node,\n AST_Object,\n AST_ObjectProperty,\n AST_PrefixedTemplateString,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Sub,\n AST_Switch,\n AST_TemplateString,\n AST_Try,\n AST_Unary,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\nimport {\n MAP,\n noop,\n} from \"./utils.js\";\n\n(function(undefined) {\n\n function _(node, descend) {\n node.DEFMETHOD(\"transform\", function(tw, in_list) {\n var x, y;\n tw.push(this);\n if (tw.before) x = tw.before(this, descend, in_list);\n if (x === undefined) {\n x = this;\n descend(x, tw);\n if (tw.after) {\n y = tw.after(x, in_list);\n if (y !== undefined) x = y;\n }\n }\n tw.pop();\n return x;\n });\n }\n\n function do_list(list, tw) {\n return MAP(list, function(node) {\n return node.transform(tw, true);\n });\n }\n\n _(AST_Node, noop);\n\n _(AST_LabeledStatement, function(self, tw) {\n self.label = self.label.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_SimpleStatement, function(self, tw) {\n self.body = self.body.transform(tw);\n });\n\n _(AST_Block, function(self, tw) {\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Do, function(self, tw) {\n self.body = self.body.transform(tw);\n self.condition = self.condition.transform(tw);\n });\n\n _(AST_While, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_For, function(self, tw) {\n if (self.init) self.init = self.init.transform(tw);\n if (self.condition) self.condition = self.condition.transform(tw);\n if (self.step) self.step = self.step.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_ForIn, function(self, tw) {\n self.init = self.init.transform(tw);\n self.object = self.object.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_With, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_Exit, function(self, tw) {\n if (self.value) self.value = self.value.transform(tw);\n });\n\n _(AST_LoopControl, function(self, tw) {\n if (self.label) self.label = self.label.transform(tw);\n });\n\n _(AST_If, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.body = self.body.transform(tw);\n if (self.alternative) self.alternative = self.alternative.transform(tw);\n });\n\n _(AST_Switch, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Case, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Try, function(self, tw) {\n self.body = do_list(self.body, tw);\n if (self.bcatch) self.bcatch = self.bcatch.transform(tw);\n if (self.bfinally) self.bfinally = self.bfinally.transform(tw);\n });\n\n _(AST_Catch, function(self, tw) {\n if (self.argname) self.argname = self.argname.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Definitions, function(self, tw) {\n self.definitions = do_list(self.definitions, tw);\n });\n\n _(AST_VarDef, function(self, tw) {\n self.name = self.name.transform(tw);\n if (self.value) self.value = self.value.transform(tw);\n });\n\n _(AST_Destructuring, function(self, tw) {\n self.names = do_list(self.names, tw);\n });\n\n _(AST_Lambda, function(self, tw) {\n if (self.name) self.name = self.name.transform(tw);\n self.argnames = do_list(self.argnames, tw);\n if (self.body instanceof AST_Node) {\n self.body = self.body.transform(tw);\n } else {\n self.body = do_list(self.body, tw);\n }\n });\n\n _(AST_Call, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.args = do_list(self.args, tw);\n });\n\n _(AST_Sequence, function(self, tw) {\n self.expressions = do_list(self.expressions, tw);\n });\n\n _(AST_Dot, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Sub, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.property = self.property.transform(tw);\n });\n\n _(AST_Yield, function(self, tw) {\n if (self.expression) self.expression = self.expression.transform(tw);\n });\n\n _(AST_Await, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Unary, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Binary, function(self, tw) {\n self.left = self.left.transform(tw);\n self.right = self.right.transform(tw);\n });\n\n _(AST_Conditional, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.consequent = self.consequent.transform(tw);\n self.alternative = self.alternative.transform(tw);\n });\n\n _(AST_Array, function(self, tw) {\n self.elements = do_list(self.elements, tw);\n });\n\n _(AST_Object, function(self, tw) {\n self.properties = do_list(self.properties, tw);\n });\n\n _(AST_ObjectProperty, function(self, tw) {\n if (self.key instanceof AST_Node) {\n self.key = self.key.transform(tw);\n }\n self.value = self.value.transform(tw);\n });\n\n _(AST_Class, function(self, tw) {\n if (self.name) self.name = self.name.transform(tw);\n if (self.extends) self.extends = self.extends.transform(tw);\n self.properties = do_list(self.properties, tw);\n });\n\n _(AST_Expansion, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_NameMapping, function(self, tw) {\n self.foreign_name = self.foreign_name.transform(tw);\n self.name = self.name.transform(tw);\n });\n\n _(AST_Import, function(self, tw) {\n if (self.imported_name) self.imported_name = self.imported_name.transform(tw);\n if (self.imported_names) do_list(self.imported_names, tw);\n self.module_name = self.module_name.transform(tw);\n });\n\n _(AST_Export, function(self, tw) {\n if (self.exported_definition) self.exported_definition = self.exported_definition.transform(tw);\n if (self.exported_value) self.exported_value = self.exported_value.transform(tw);\n if (self.exported_names) do_list(self.exported_names, tw);\n if (self.module_name) self.module_name = self.module_name.transform(tw);\n });\n\n _(AST_TemplateString, function(self, tw) {\n self.segments = do_list(self.segments, tw);\n });\n\n _(AST_PrefixedTemplateString, function(self, tw) {\n self.prefix = self.prefix.transform(tw);\n self.template_string = self.template_string.transform(tw);\n });\n\n})();\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n all,\n defaults,\n first_in_statement,\n makePredicate,\n noop,\n repeat_string,\n return_false,\n return_true,\n} from \"./utils.js\";\n\nimport {\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Await,\n AST_Binary,\n AST_BlockStatement,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Jump,\n AST_LabeledStatement,\n AST_Lambda,\n AST_Let,\n AST_LoopControl,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Scope,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_StatementWithBody,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Toplevel,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n TreeWalker,\n} from \"./ast.js\";\nimport {\n get_full_char_code,\n get_full_char,\n is_identifier_char,\n is_identifier_string,\n is_identifier,\n is_surrogate_pair_head,\n is_surrogate_pair_tail,\n PRECEDENCE,\n RESERVED_WORDS,\n} from \"./parse.js\";\n\nvar EXPECT_DIRECTIVE = /^$|[;{][\\s\\n]*$/;\n\nfunction is_some_comments(comment) {\n // multiline comment\n return comment.type == \"comment2\" && /@preserve|@license|@cc_on/i.test(comment.value);\n}\n\nfunction OutputStream(options) {\n\n var readonly = !options;\n options = defaults(options, {\n ascii_only : false,\n beautify : false,\n braces : false,\n comments : false,\n ecma : 5,\n ie8 : false,\n indent_level : 4,\n indent_start : 0,\n inline_script : true,\n keep_quoted_props: false,\n max_line_len : false,\n preamble : null,\n quote_keys : false,\n quote_style : 0,\n safari10 : false,\n semicolons : true,\n shebang : true,\n shorthand : undefined,\n source_map : null,\n webkit : false,\n width : 80,\n wrap_iife : false,\n }, true);\n\n if (options.shorthand === undefined)\n options.shorthand = options.ecma > 5;\n\n // Convert comment option to RegExp if neccessary and set up comments filter\n var comment_filter = return_false; // Default case, throw all comments away\n if (options.comments) {\n var comments = options.comments;\n if (typeof options.comments === \"string\" && /^\\/.*\\/[a-zA-Z]*$/.test(options.comments)) {\n var regex_pos = options.comments.lastIndexOf(\"/\");\n comments = new RegExp(\n options.comments.substr(1, regex_pos - 1),\n options.comments.substr(regex_pos + 1)\n );\n }\n if (comments instanceof RegExp) {\n comment_filter = function(comment) {\n return comment.type != \"comment5\" && comments.test(comment.value);\n };\n } else if (typeof comments === \"function\") {\n comment_filter = function(comment) {\n return comment.type != \"comment5\" && comments(this, comment);\n };\n } else if (comments === \"some\") {\n comment_filter = is_some_comments;\n } else { // NOTE includes \"all\" option\n comment_filter = return_true;\n }\n }\n\n var indentation = 0;\n var current_col = 0;\n var current_line = 1;\n var current_pos = 0;\n var OUTPUT = \"\";\n\n var to_utf8 = options.ascii_only ? function(str, identifier) {\n if (options.ecma >= 6) {\n str = str.replace(/[\\ud800-\\udbff][\\udc00-\\udfff]/g, function(ch) {\n var code = get_full_char_code(ch, 0).toString(16);\n return \"\\\\u{\" + code + \"}\";\n });\n }\n return str.replace(/[\\u0000-\\u001f\\u007f-\\uffff]/g, function(ch) {\n var code = ch.charCodeAt(0).toString(16);\n if (code.length <= 2 && !identifier) {\n while (code.length < 2) code = \"0\" + code;\n return \"\\\\x\" + code;\n } else {\n while (code.length < 4) code = \"0\" + code;\n return \"\\\\u\" + code;\n }\n });\n } : function(str) {\n var s = \"\";\n for (var i = 0, len = str.length; i < len; i++) {\n if (is_surrogate_pair_head(str[i]) && !is_surrogate_pair_tail(str[i + 1])\n || is_surrogate_pair_tail(str[i]) && !is_surrogate_pair_head(str[i - 1])) {\n s += \"\\\\u\" + str.charCodeAt(i).toString(16);\n } else {\n s += str[i];\n }\n }\n return s;\n };\n\n function make_string(str, quote) {\n var dq = 0, sq = 0;\n str = str.replace(/[\\\\\\b\\f\\n\\r\\v\\t\\x22\\x27\\u2028\\u2029\\0\\ufeff]/g,\n function(s, i) {\n switch (s) {\n case '\"': ++dq; return '\"';\n case \"'\": ++sq; return \"'\";\n case \"\\\\\": return \"\\\\\\\\\";\n case \"\\n\": return \"\\\\n\";\n case \"\\r\": return \"\\\\r\";\n case \"\\t\": return \"\\\\t\";\n case \"\\b\": return \"\\\\b\";\n case \"\\f\": return \"\\\\f\";\n case \"\\x0B\": return options.ie8 ? \"\\\\x0B\" : \"\\\\v\";\n case \"\\u2028\": return \"\\\\u2028\";\n case \"\\u2029\": return \"\\\\u2029\";\n case \"\\ufeff\": return \"\\\\ufeff\";\n case \"\\0\":\n return /[0-9]/.test(get_full_char(str, i+1)) ? \"\\\\x00\" : \"\\\\0\";\n }\n return s;\n });\n function quote_single() {\n return \"'\" + str.replace(/\\x27/g, \"\\\\'\") + \"'\";\n }\n function quote_double() {\n return '\"' + str.replace(/\\x22/g, '\\\\\"') + '\"';\n }\n function quote_template() {\n return \"`\" + str.replace(/`/g, \"\\\\`\") + \"`\";\n }\n str = to_utf8(str);\n if (quote === \"`\") return quote_template();\n switch (options.quote_style) {\n case 1:\n return quote_single();\n case 2:\n return quote_double();\n case 3:\n return quote == \"'\" ? quote_single() : quote_double();\n default:\n return dq > sq ? quote_single() : quote_double();\n }\n }\n\n function encode_string(str, quote) {\n var ret = make_string(str, quote);\n if (options.inline_script) {\n ret = ret.replace(/<\\x2f(script)([>\\/\\t\\n\\f\\r ])/gi, \"<\\\\/$1$2\");\n ret = ret.replace(/\\x3c!--/g, \"\\\\x3c!--\");\n ret = ret.replace(/--\\x3e/g, \"--\\\\x3e\");\n }\n return ret;\n }\n\n function make_name(name) {\n name = name.toString();\n name = to_utf8(name, true);\n return name;\n }\n\n function make_indent(back) {\n return repeat_string(\" \", options.indent_start + indentation - back * options.indent_level);\n }\n\n /* -----[ beautification/minification ]----- */\n\n var has_parens = false;\n var might_need_space = false;\n var might_need_semicolon = false;\n var might_add_newline = 0;\n var need_newline_indented = false;\n var need_space = false;\n var newline_insert = -1;\n var last = \"\";\n var mapping_token, mapping_name, mappings = options.source_map && [];\n\n var do_add_mapping = mappings ? function() {\n mappings.forEach(function(mapping) {\n try {\n options.source_map.add(\n mapping.token.file,\n mapping.line, mapping.col,\n mapping.token.line, mapping.token.col,\n !mapping.name && mapping.token.type == \"name\" ? mapping.token.value : mapping.name\n );\n } catch(ex) {\n mapping.token.file != null && AST_Node.warn(\"Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]\", {\n file: mapping.token.file,\n line: mapping.token.line,\n col: mapping.token.col,\n cline: mapping.line,\n ccol: mapping.col,\n name: mapping.name || \"\"\n });\n }\n });\n mappings = [];\n } : noop;\n\n var ensure_line_len = options.max_line_len ? function() {\n if (current_col > options.max_line_len) {\n if (might_add_newline) {\n var left = OUTPUT.slice(0, might_add_newline);\n var right = OUTPUT.slice(might_add_newline);\n if (mappings) {\n var delta = right.length - current_col;\n mappings.forEach(function(mapping) {\n mapping.line++;\n mapping.col += delta;\n });\n }\n OUTPUT = left + \"\\n\" + right;\n current_line++;\n current_pos++;\n current_col = right.length;\n }\n if (current_col > options.max_line_len) {\n AST_Node.warn(\"Output exceeds {max_line_len} characters\", options);\n }\n }\n if (might_add_newline) {\n might_add_newline = 0;\n do_add_mapping();\n }\n } : noop;\n\n var requireSemicolonChars = makePredicate(\"( [ + * / - , . `\");\n\n function print(str) {\n str = String(str);\n var ch = get_full_char(str, 0);\n if (need_newline_indented && ch) {\n need_newline_indented = false;\n if (ch !== \"\\n\") {\n print(\"\\n\");\n indent();\n }\n }\n if (need_space && ch) {\n need_space = false;\n if (!/[\\s;})]/.test(ch)) {\n space();\n }\n }\n newline_insert = -1;\n var prev = last.charAt(last.length - 1);\n if (might_need_semicolon) {\n might_need_semicolon = false;\n\n if (prev === \":\" && ch === \"}\" || (!ch || !\";}\".includes(ch)) && prev !== \";\") {\n if (options.semicolons || requireSemicolonChars(ch)) {\n OUTPUT += \";\";\n current_col++;\n current_pos++;\n } else {\n ensure_line_len();\n OUTPUT += \"\\n\";\n current_pos++;\n current_line++;\n current_col = 0;\n\n if (/^\\s+$/.test(str)) {\n // reset the semicolon flag, since we didn't print one\n // now and might still have to later\n might_need_semicolon = true;\n }\n }\n\n if (!options.beautify)\n might_need_space = false;\n }\n }\n\n if (might_need_space) {\n if ((is_identifier_char(prev)\n && (is_identifier_char(ch) || ch == \"\\\\\"))\n || (ch == \"/\" && ch == prev)\n || ((ch == \"+\" || ch == \"-\") && ch == last)\n ) {\n OUTPUT += \" \";\n current_col++;\n current_pos++;\n }\n might_need_space = false;\n }\n\n if (mapping_token) {\n mappings.push({\n token: mapping_token,\n name: mapping_name,\n line: current_line,\n col: current_col\n });\n mapping_token = false;\n if (!might_add_newline) do_add_mapping();\n }\n\n OUTPUT += str;\n has_parens = str[str.length - 1] == \"(\";\n current_pos += str.length;\n var a = str.split(/\\r?\\n/), n = a.length - 1;\n current_line += n;\n current_col += a[0].length;\n if (n > 0) {\n ensure_line_len();\n current_col = a[n].length;\n }\n last = str;\n }\n\n var star = function() {\n print(\"*\");\n };\n\n var space = options.beautify ? function() {\n print(\" \");\n } : function() {\n might_need_space = true;\n };\n\n var indent = options.beautify ? function(half) {\n if (options.beautify) {\n print(make_indent(half ? 0.5 : 0));\n }\n } : noop;\n\n var with_indent = options.beautify ? function(col, cont) {\n if (col === true) col = next_indent();\n var save_indentation = indentation;\n indentation = col;\n var ret = cont();\n indentation = save_indentation;\n return ret;\n } : function(col, cont) { return cont(); };\n\n var newline = options.beautify ? function() {\n if (newline_insert < 0) return print(\"\\n\");\n if (OUTPUT[newline_insert] != \"\\n\") {\n OUTPUT = OUTPUT.slice(0, newline_insert) + \"\\n\" + OUTPUT.slice(newline_insert);\n current_pos++;\n current_line++;\n }\n newline_insert++;\n } : options.max_line_len ? function() {\n ensure_line_len();\n might_add_newline = OUTPUT.length;\n } : noop;\n\n var semicolon = options.beautify ? function() {\n print(\";\");\n } : function() {\n might_need_semicolon = true;\n };\n\n function force_semicolon() {\n might_need_semicolon = false;\n print(\";\");\n }\n\n function next_indent() {\n return indentation + options.indent_level;\n }\n\n function with_block(cont) {\n var ret;\n print(\"{\");\n newline();\n with_indent(next_indent(), function() {\n ret = cont();\n });\n indent();\n print(\"}\");\n return ret;\n }\n\n function with_parens(cont) {\n print(\"(\");\n //XXX: still nice to have that for argument lists\n //var ret = with_indent(current_col, cont);\n var ret = cont();\n print(\")\");\n return ret;\n }\n\n function with_square(cont) {\n print(\"[\");\n //var ret = with_indent(current_col, cont);\n var ret = cont();\n print(\"]\");\n return ret;\n }\n\n function comma() {\n print(\",\");\n space();\n }\n\n function colon() {\n print(\":\");\n space();\n }\n\n var add_mapping = mappings ? function(token, name) {\n mapping_token = token;\n mapping_name = name;\n } : noop;\n\n function get() {\n if (might_add_newline) {\n ensure_line_len();\n }\n return OUTPUT;\n }\n\n function has_nlb() {\n var index = OUTPUT.lastIndexOf(\"\\n\");\n return /^ *$/.test(OUTPUT.slice(index + 1));\n }\n\n function prepend_comments(node) {\n var self = this;\n var start = node.start;\n if (!start) return;\n if (start.comments_before && start.comments_before._dumped === self) return;\n var comments = start.comments_before;\n if (!comments) {\n comments = start.comments_before = [];\n }\n comments._dumped = self;\n\n if (node instanceof AST_Exit && node.value) {\n var tw = new TreeWalker(function(node) {\n var parent = tw.parent();\n if (parent instanceof AST_Exit\n || parent instanceof AST_Binary && parent.left === node\n || parent.TYPE == \"Call\" && parent.expression === node\n || parent instanceof AST_Conditional && parent.condition === node\n || parent instanceof AST_Dot && parent.expression === node\n || parent instanceof AST_Sequence && parent.expressions[0] === node\n || parent instanceof AST_Sub && parent.expression === node\n || parent instanceof AST_UnaryPostfix) {\n if (!node.start) return;\n var text = node.start.comments_before;\n if (text && text._dumped !== self) {\n text._dumped = self;\n comments = comments.concat(text);\n }\n } else {\n return true;\n }\n });\n tw.push(node);\n node.value.walk(tw);\n }\n\n if (current_pos == 0) {\n if (comments.length > 0 && options.shebang && comments[0].type == \"comment5\") {\n print(\"#!\" + comments.shift().value + \"\\n\");\n indent();\n }\n var preamble = options.preamble;\n if (preamble) {\n print(preamble.replace(/\\r\\n?|[\\n\\u2028\\u2029]|\\s*$/g, \"\\n\"));\n }\n }\n\n comments = comments.filter(comment_filter, node);\n if (comments.length == 0) return;\n var last_nlb = has_nlb();\n comments.forEach(function(c, i) {\n if (!last_nlb) {\n if (c.nlb) {\n print(\"\\n\");\n indent();\n last_nlb = true;\n } else if (i > 0) {\n space();\n }\n }\n if (/comment[134]/.test(c.type)) {\n print(\"//\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"\\n\");\n indent();\n last_nlb = true;\n } else if (c.type == \"comment2\") {\n print(\"/*\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"*/\");\n last_nlb = false;\n }\n });\n if (!last_nlb) {\n if (start.nlb) {\n print(\"\\n\");\n indent();\n } else {\n space();\n }\n }\n }\n\n function append_comments(node, tail) {\n var self = this;\n var token = node.end;\n if (!token) return;\n var comments = token[tail ? \"comments_before\" : \"comments_after\"];\n if (!comments || comments._dumped === self) return;\n if (!(node instanceof AST_Statement || all(comments, function(c) {\n return !/comment[134]/.test(c.type);\n }))) return;\n comments._dumped = self;\n var insert = OUTPUT.length;\n comments.filter(comment_filter, node).forEach(function(c, i) {\n need_space = false;\n if (need_newline_indented) {\n print(\"\\n\");\n indent();\n need_newline_indented = false;\n } else if (c.nlb && (i > 0 || !has_nlb())) {\n print(\"\\n\");\n indent();\n } else if (i > 0 || !tail) {\n space();\n }\n if (/comment[134]/.test(c.type)) {\n print(\"//\" + c.value.replace(/[@#]__PURE__/g, \" \"));\n need_newline_indented = true;\n } else if (c.type == \"comment2\") {\n print(\"/*\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"*/\");\n need_space = true;\n }\n });\n if (OUTPUT.length > insert) newline_insert = insert;\n }\n\n var stack = [];\n return {\n get : get,\n toString : get,\n indent : indent,\n indentation : function() { return indentation; },\n current_width : function() { return current_col - indentation; },\n should_break : function() { return options.width && this.current_width() >= options.width; },\n has_parens : function() { return has_parens; },\n newline : newline,\n print : print,\n star : star,\n space : space,\n comma : comma,\n colon : colon,\n last : function() { return last; },\n semicolon : semicolon,\n force_semicolon : force_semicolon,\n to_utf8 : to_utf8,\n print_name : function(name) { print(make_name(name)); },\n print_string : function(str, quote, escape_directive) {\n var encoded = encode_string(str, quote);\n if (escape_directive === true && !encoded.includes(\"\\\\\")) {\n // Insert semicolons to break directive prologue\n if (!EXPECT_DIRECTIVE.test(OUTPUT)) {\n force_semicolon();\n }\n force_semicolon();\n }\n print(encoded);\n },\n print_template_string_chars: function(str) {\n var encoded = encode_string(str, \"`\").replace(/\\${/g, \"\\\\${\");\n return print(encoded.substr(1, encoded.length - 2));\n },\n encode_string : encode_string,\n next_indent : next_indent,\n with_indent : with_indent,\n with_block : with_block,\n with_parens : with_parens,\n with_square : with_square,\n add_mapping : add_mapping,\n option : function(opt) { return options[opt]; },\n prepend_comments: readonly ? noop : prepend_comments,\n append_comments : readonly || comment_filter === return_false ? noop : append_comments,\n line : function() { return current_line; },\n col : function() { return current_col; },\n pos : function() { return current_pos; },\n push_node : function(node) { stack.push(node); },\n pop_node : function() { return stack.pop(); },\n parent : function(n) {\n return stack[stack.length - 2 - (n || 0)];\n }\n };\n\n}\n\n/* -----[ code generators ]----- */\n\n(function() {\n\n /* -----[ utils ]----- */\n\n function DEFPRINT(nodetype, generator) {\n nodetype.DEFMETHOD(\"_codegen\", generator);\n }\n\n var in_directive = false;\n var active_scope = null;\n var use_asm = null;\n\n AST_Node.DEFMETHOD(\"print\", function(stream, force_parens) {\n var self = this, generator = self._codegen;\n if (self instanceof AST_Scope) {\n active_scope = self;\n } else if (!use_asm && self instanceof AST_Directive && self.value == \"use asm\") {\n use_asm = active_scope;\n }\n function doit() {\n stream.prepend_comments(self);\n self.add_source_map(stream);\n generator(self, stream);\n stream.append_comments(self);\n }\n stream.push_node(self);\n if (force_parens || self.needs_parens(stream)) {\n stream.with_parens(doit);\n } else {\n doit();\n }\n stream.pop_node();\n if (self === use_asm) {\n use_asm = null;\n }\n });\n AST_Node.DEFMETHOD(\"_print\", AST_Node.prototype.print);\n\n AST_Node.DEFMETHOD(\"print_to_string\", function(options) {\n var s = OutputStream(options);\n this.print(s);\n return s.get();\n });\n\n /* -----[ PARENTHESES ]----- */\n\n function PARENS(nodetype, func) {\n if (Array.isArray(nodetype)) {\n nodetype.forEach(function(nodetype) {\n PARENS(nodetype, func);\n });\n } else {\n nodetype.DEFMETHOD(\"needs_parens\", func);\n }\n }\n\n PARENS(AST_Node, return_false);\n\n // a function expression needs parens around it when it's provably\n // the first token to appear in a statement.\n PARENS(AST_Function, function(output) {\n if (!output.has_parens() && first_in_statement(output)) {\n return true;\n }\n\n if (output.option(\"webkit\")) {\n var p = output.parent();\n if (p instanceof AST_PropAccess && p.expression === this) {\n return true;\n }\n }\n\n if (output.option(\"wrap_iife\")) {\n var p = output.parent();\n return p instanceof AST_Call && p.expression === this;\n }\n\n return false;\n });\n\n PARENS(AST_Arrow, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this;\n });\n\n // same goes for an object literal, because otherwise it would be\n // interpreted as a block of code.\n PARENS(AST_Object, function(output) {\n return !output.has_parens() && first_in_statement(output);\n });\n\n PARENS(AST_ClassExpression, first_in_statement);\n\n PARENS(AST_Unary, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this\n || p instanceof AST_Call && p.expression === this\n || p instanceof AST_Binary\n && p.operator === \"**\"\n && this instanceof AST_UnaryPrefix\n && p.left === this\n && this.operator !== \"++\"\n && this.operator !== \"--\";\n });\n\n PARENS(AST_Await, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this\n || p instanceof AST_Call && p.expression === this\n || output.option(\"safari10\") && p instanceof AST_UnaryPrefix;\n });\n\n PARENS(AST_Sequence, function(output) {\n var p = output.parent();\n return p instanceof AST_Call // (foo, bar)() or foo(1, (2, 3), 4)\n || p instanceof AST_Unary // !(foo, bar, baz)\n || p instanceof AST_Binary // 1 + (2, 3) + 4 ==> 8\n || p instanceof AST_VarDef // var a = (1, 2), b = a + a; ==> b == 4\n || p instanceof AST_PropAccess // (1, {foo:2}).foo or (1, {foo:2})[\"foo\"] ==> 2\n || p instanceof AST_Array // [ 1, (2, 3), 4 ] ==> [ 1, 3, 4 ]\n || p instanceof AST_ObjectProperty // { foo: (1, 2) }.foo ==> 2\n || p instanceof AST_Conditional /* (false, true) ? (a = 10, b = 20) : (c = 30)\n * ==> 20 (side effect, set a := 10 and b := 20) */\n || p instanceof AST_Arrow // x => (x, x)\n || p instanceof AST_DefaultAssign // x => (x = (0, function(){}))\n || p instanceof AST_Expansion // [...(a, b)]\n || p instanceof AST_ForOf && this === p.object // for (e of (foo, bar)) {}\n || p instanceof AST_Yield // yield (foo, bar)\n || p instanceof AST_Export // export default (foo, bar)\n ;\n });\n\n PARENS(AST_Binary, function(output) {\n var p = output.parent();\n // (foo && bar)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // typeof (foo && bar)\n if (p instanceof AST_Unary)\n return true;\n // (foo && bar)[\"prop\"], (foo && bar).prop\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n // this deals with precedence: 3 * (2 + 1)\n if (p instanceof AST_Binary) {\n var po = p.operator, pp = PRECEDENCE[po];\n var so = this.operator, sp = PRECEDENCE[so];\n if (pp > sp\n || (pp == sp\n && (this === p.right || po == \"**\"))) {\n return true;\n }\n }\n });\n\n PARENS(AST_Yield, function(output) {\n var p = output.parent();\n // (yield 1) + (yield 2)\n // a = yield 3\n if (p instanceof AST_Binary && p.operator !== \"=\")\n return true;\n // (yield 1)()\n // new (yield 1)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // (yield 1) ? yield 2 : yield 3\n if (p instanceof AST_Conditional && p.condition === this)\n return true;\n // -(yield 4)\n if (p instanceof AST_Unary)\n return true;\n // (yield x).foo\n // (yield x)['foo']\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n });\n\n PARENS(AST_PropAccess, function(output) {\n var p = output.parent();\n if (p instanceof AST_New && p.expression === this) {\n // i.e. new (foo.bar().baz)\n //\n // if there's one call into this subtree, then we need\n // parens around it too, otherwise the call will be\n // interpreted as passing the arguments to the upper New\n // expression.\n var parens = false;\n this.walk(new TreeWalker(function(node) {\n if (parens || node instanceof AST_Scope) return true;\n if (node instanceof AST_Call) {\n parens = true;\n return true;\n }\n }));\n return parens;\n }\n });\n\n PARENS(AST_Call, function(output) {\n var p = output.parent(), p1;\n if (p instanceof AST_New && p.expression === this\n || p instanceof AST_Export && p.is_default && this.expression instanceof AST_Function)\n return true;\n\n // workaround for Safari bug.\n // https://bugs.webkit.org/show_bug.cgi?id=123506\n return this.expression instanceof AST_Function\n && p instanceof AST_PropAccess\n && p.expression === this\n && (p1 = output.parent(1)) instanceof AST_Assign\n && p1.left === p;\n });\n\n PARENS(AST_New, function(output) {\n var p = output.parent();\n if (!need_constructor_parens(this, output)\n && (p instanceof AST_PropAccess // (new Date).getTime(), (new Date)[\"getTime\"]()\n || p instanceof AST_Call && p.expression === this)) // (new foo)(bar)\n return true;\n });\n\n PARENS(AST_Number, function(output) {\n var p = output.parent();\n if (p instanceof AST_PropAccess && p.expression === this) {\n var value = this.getValue();\n if (value < 0 || /^0/.test(make_num(value))) {\n return true;\n }\n }\n });\n\n PARENS([ AST_Assign, AST_Conditional ], function(output) {\n var p = output.parent();\n // !(a = false) → true\n if (p instanceof AST_Unary)\n return true;\n // 1 + (a = 2) + 3 → 6, side effect setting a = 2\n if (p instanceof AST_Binary && !(p instanceof AST_Assign))\n return true;\n // (a = func)() —or— new (a = Object)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // (a = foo) ? bar : baz\n if (p instanceof AST_Conditional && p.condition === this)\n return true;\n // (a = foo)[\"prop\"] —or— (a = foo).prop\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n // ({a, b} = {a: 1, b: 2}), a destructuring assignment\n if (this instanceof AST_Assign && this.left instanceof AST_Destructuring && this.left.is_array === false)\n return true;\n });\n\n /* -----[ PRINTERS ]----- */\n\n DEFPRINT(AST_Directive, function(self, output) {\n output.print_string(self.value, self.quote);\n output.semicolon();\n });\n\n DEFPRINT(AST_Expansion, function (self, output) {\n output.print(\"...\");\n self.expression.print(output);\n });\n\n DEFPRINT(AST_Destructuring, function (self, output) {\n output.print(self.is_array ? \"[\" : \"{\");\n var len = self.names.length;\n self.names.forEach(function (name, i) {\n if (i > 0) output.comma();\n name.print(output);\n // If the final element is a hole, we need to make sure it\n // doesn't look like a trailing comma, by inserting an actual\n // trailing comma.\n if (i == len - 1 && name instanceof AST_Hole) output.comma();\n });\n output.print(self.is_array ? \"]\" : \"}\");\n });\n\n DEFPRINT(AST_Debugger, function(self, output) {\n output.print(\"debugger\");\n output.semicolon();\n });\n\n /* -----[ statements ]----- */\n\n function display_body(body, is_toplevel, output, allow_directives) {\n var last = body.length - 1;\n in_directive = allow_directives;\n body.forEach(function(stmt, i) {\n if (in_directive === true && !(stmt instanceof AST_Directive ||\n stmt instanceof AST_EmptyStatement ||\n (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String)\n )) {\n in_directive = false;\n }\n if (!(stmt instanceof AST_EmptyStatement)) {\n output.indent();\n stmt.print(output);\n if (!(i == last && is_toplevel)) {\n output.newline();\n if (is_toplevel) output.newline();\n }\n }\n if (in_directive === true &&\n stmt instanceof AST_SimpleStatement &&\n stmt.body instanceof AST_String\n ) {\n in_directive = false;\n }\n });\n in_directive = false;\n }\n\n AST_StatementWithBody.DEFMETHOD(\"_do_print_body\", function(output) {\n force_statement(this.body, output);\n });\n\n DEFPRINT(AST_Statement, function(self, output) {\n self.body.print(output);\n output.semicolon();\n });\n DEFPRINT(AST_Toplevel, function(self, output) {\n display_body(self.body, true, output, true);\n output.print(\"\");\n });\n DEFPRINT(AST_LabeledStatement, function(self, output) {\n self.label.print(output);\n output.colon();\n self.body.print(output);\n });\n DEFPRINT(AST_SimpleStatement, function(self, output) {\n self.body.print(output);\n output.semicolon();\n });\n function print_braced_empty(self, output) {\n output.print(\"{\");\n output.with_indent(output.next_indent(), function() {\n output.append_comments(self, true);\n });\n output.print(\"}\");\n }\n function print_braced(self, output, allow_directives) {\n if (self.body.length > 0) {\n output.with_block(function() {\n display_body(self.body, false, output, allow_directives);\n });\n } else print_braced_empty(self, output);\n }\n DEFPRINT(AST_BlockStatement, function(self, output) {\n print_braced(self, output);\n });\n DEFPRINT(AST_EmptyStatement, function(self, output) {\n output.semicolon();\n });\n DEFPRINT(AST_Do, function(self, output) {\n output.print(\"do\");\n output.space();\n make_block(self.body, output);\n output.space();\n output.print(\"while\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.semicolon();\n });\n DEFPRINT(AST_While, function(self, output) {\n output.print(\"while\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_For, function(self, output) {\n output.print(\"for\");\n output.space();\n output.with_parens(function() {\n if (self.init) {\n if (self.init instanceof AST_Definitions) {\n self.init.print(output);\n } else {\n parenthesize_for_noin(self.init, output, true);\n }\n output.print(\";\");\n output.space();\n } else {\n output.print(\";\");\n }\n if (self.condition) {\n self.condition.print(output);\n output.print(\";\");\n output.space();\n } else {\n output.print(\";\");\n }\n if (self.step) {\n self.step.print(output);\n }\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_ForIn, function(self, output) {\n output.print(\"for\");\n if (self.await) {\n output.space();\n output.print(\"await\");\n }\n output.space();\n output.with_parens(function() {\n self.init.print(output);\n output.space();\n output.print(self instanceof AST_ForOf ? \"of\" : \"in\");\n output.space();\n self.object.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_With, function(self, output) {\n output.print(\"with\");\n output.space();\n output.with_parens(function() {\n self.expression.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n\n /* -----[ functions ]----- */\n AST_Lambda.DEFMETHOD(\"_do_print\", function(output, nokeyword) {\n var self = this;\n if (!nokeyword) {\n if (self.async) {\n output.print(\"async\");\n output.space();\n }\n output.print(\"function\");\n if (self.is_generator) {\n output.star();\n }\n if (self.name) {\n output.space();\n }\n }\n if (self.name instanceof AST_Symbol) {\n self.name.print(output);\n } else if (nokeyword && self.name instanceof AST_Node) {\n output.with_square(function() {\n self.name.print(output); // Computed method name\n });\n }\n output.with_parens(function() {\n self.argnames.forEach(function(arg, i) {\n if (i) output.comma();\n arg.print(output);\n });\n });\n output.space();\n print_braced(self, output, true);\n });\n DEFPRINT(AST_Lambda, function(self, output) {\n self._do_print(output);\n });\n\n DEFPRINT(AST_PrefixedTemplateString, function(self, output) {\n var tag = self.prefix;\n var parenthesize_tag = tag instanceof AST_Arrow\n || tag instanceof AST_Binary\n || tag instanceof AST_Conditional\n || tag instanceof AST_Sequence\n || tag instanceof AST_Unary;\n if (parenthesize_tag) output.print(\"(\");\n self.prefix.print(output);\n if (parenthesize_tag) output.print(\")\");\n self.template_string.print(output);\n });\n DEFPRINT(AST_TemplateString, function(self, output) {\n var is_tagged = output.parent() instanceof AST_PrefixedTemplateString;\n\n output.print(\"`\");\n for (var i = 0; i < self.segments.length; i++) {\n if (!(self.segments[i] instanceof AST_TemplateSegment)) {\n output.print(\"${\");\n self.segments[i].print(output);\n output.print(\"}\");\n } else if (is_tagged) {\n output.print(self.segments[i].raw);\n } else {\n output.print_template_string_chars(self.segments[i].value);\n }\n }\n output.print(\"`\");\n });\n\n AST_Arrow.DEFMETHOD(\"_do_print\", function(output) {\n var self = this;\n var parent = output.parent();\n var needs_parens = parent instanceof AST_Binary ||\n parent instanceof AST_Unary ||\n (parent instanceof AST_Call && self === parent.expression);\n if (needs_parens) { output.print(\"(\"); }\n if (self.async) {\n output.print(\"async\");\n output.space();\n }\n if (self.argnames.length === 1 && self.argnames[0] instanceof AST_Symbol) {\n self.argnames[0].print(output);\n } else {\n output.with_parens(function() {\n self.argnames.forEach(function(arg, i) {\n if (i) output.comma();\n arg.print(output);\n });\n });\n }\n output.space();\n output.print(\"=>\");\n output.space();\n if (self.body instanceof AST_Node) {\n self.body.print(output);\n } else {\n print_braced(self, output);\n }\n if (needs_parens) { output.print(\")\"); }\n });\n\n /* -----[ exits ]----- */\n AST_Exit.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n if (this.value) {\n output.space();\n this.value.print(output);\n }\n output.semicolon();\n });\n DEFPRINT(AST_Return, function(self, output) {\n self._do_print(output, \"return\");\n });\n DEFPRINT(AST_Throw, function(self, output) {\n self._do_print(output, \"throw\");\n });\n\n /* -----[ yield ]----- */\n\n DEFPRINT(AST_Yield, function(self, output) {\n var star = self.is_star ? \"*\" : \"\";\n output.print(\"yield\" + star);\n if (self.expression) {\n output.space();\n self.expression.print(output);\n }\n });\n\n DEFPRINT(AST_Await, function(self, output) {\n output.print(\"await\");\n output.space();\n var e = self.expression;\n var parens = !(\n e instanceof AST_Call\n || e instanceof AST_SymbolRef\n || e instanceof AST_PropAccess\n || e instanceof AST_Unary\n || e instanceof AST_Constant\n );\n if (parens) output.print(\"(\");\n self.expression.print(output);\n if (parens) output.print(\")\");\n });\n\n /* -----[ loop control ]----- */\n AST_LoopControl.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n if (this.label) {\n output.space();\n this.label.print(output);\n }\n output.semicolon();\n });\n DEFPRINT(AST_Break, function(self, output) {\n self._do_print(output, \"break\");\n });\n DEFPRINT(AST_Continue, function(self, output) {\n self._do_print(output, \"continue\");\n });\n\n /* -----[ if ]----- */\n function make_then(self, output) {\n var b = self.body;\n if (output.option(\"braces\")\n || output.option(\"ie8\") && b instanceof AST_Do)\n return make_block(b, output);\n // The squeezer replaces \"block\"-s that contain only a single\n // statement with the statement itself; technically, the AST\n // is correct, but this can create problems when we output an\n // IF having an ELSE clause where the THEN clause ends in an\n // IF *without* an ELSE block (then the outer ELSE would refer\n // to the inner IF). This function checks for this case and\n // adds the block braces if needed.\n if (!b) return output.force_semicolon();\n while (true) {\n if (b instanceof AST_If) {\n if (!b.alternative) {\n make_block(self.body, output);\n return;\n }\n b = b.alternative;\n } else if (b instanceof AST_StatementWithBody) {\n b = b.body;\n } else break;\n }\n force_statement(self.body, output);\n }\n DEFPRINT(AST_If, function(self, output) {\n output.print(\"if\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.space();\n if (self.alternative) {\n make_then(self, output);\n output.space();\n output.print(\"else\");\n output.space();\n if (self.alternative instanceof AST_If)\n self.alternative.print(output);\n else\n force_statement(self.alternative, output);\n } else {\n self._do_print_body(output);\n }\n });\n\n /* -----[ switch ]----- */\n DEFPRINT(AST_Switch, function(self, output) {\n output.print(\"switch\");\n output.space();\n output.with_parens(function() {\n self.expression.print(output);\n });\n output.space();\n var last = self.body.length - 1;\n if (last < 0) print_braced_empty(self, output);\n else output.with_block(function() {\n self.body.forEach(function(branch, i) {\n output.indent(true);\n branch.print(output);\n if (i < last && branch.body.length > 0)\n output.newline();\n });\n });\n });\n AST_SwitchBranch.DEFMETHOD(\"_do_print_body\", function(output) {\n output.newline();\n this.body.forEach(function(stmt) {\n output.indent();\n stmt.print(output);\n output.newline();\n });\n });\n DEFPRINT(AST_Default, function(self, output) {\n output.print(\"default:\");\n self._do_print_body(output);\n });\n DEFPRINT(AST_Case, function(self, output) {\n output.print(\"case\");\n output.space();\n self.expression.print(output);\n output.print(\":\");\n self._do_print_body(output);\n });\n\n /* -----[ exceptions ]----- */\n DEFPRINT(AST_Try, function(self, output) {\n output.print(\"try\");\n output.space();\n print_braced(self, output);\n if (self.bcatch) {\n output.space();\n self.bcatch.print(output);\n }\n if (self.bfinally) {\n output.space();\n self.bfinally.print(output);\n }\n });\n DEFPRINT(AST_Catch, function(self, output) {\n output.print(\"catch\");\n if (self.argname) {\n output.space();\n output.with_parens(function() {\n self.argname.print(output);\n });\n }\n output.space();\n print_braced(self, output);\n });\n DEFPRINT(AST_Finally, function(self, output) {\n output.print(\"finally\");\n output.space();\n print_braced(self, output);\n });\n\n /* -----[ var/const ]----- */\n AST_Definitions.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n output.space();\n this.definitions.forEach(function(def, i) {\n if (i) output.comma();\n def.print(output);\n });\n var p = output.parent();\n var in_for = p instanceof AST_For || p instanceof AST_ForIn;\n var output_semicolon = !in_for || p && p.init !== this;\n if (output_semicolon)\n output.semicolon();\n });\n DEFPRINT(AST_Let, function(self, output) {\n self._do_print(output, \"let\");\n });\n DEFPRINT(AST_Var, function(self, output) {\n self._do_print(output, \"var\");\n });\n DEFPRINT(AST_Const, function(self, output) {\n self._do_print(output, \"const\");\n });\n DEFPRINT(AST_Import, function(self, output) {\n output.print(\"import\");\n output.space();\n if (self.imported_name) {\n self.imported_name.print(output);\n }\n if (self.imported_name && self.imported_names) {\n output.print(\",\");\n output.space();\n }\n if (self.imported_names) {\n if (self.imported_names.length === 1 && self.imported_names[0].foreign_name.name === \"*\") {\n self.imported_names[0].print(output);\n } else {\n output.print(\"{\");\n self.imported_names.forEach(function (name_import, i) {\n output.space();\n name_import.print(output);\n if (i < self.imported_names.length - 1) {\n output.print(\",\");\n }\n });\n output.space();\n output.print(\"}\");\n }\n }\n if (self.imported_name || self.imported_names) {\n output.space();\n output.print(\"from\");\n output.space();\n }\n self.module_name.print(output);\n output.semicolon();\n });\n\n DEFPRINT(AST_NameMapping, function(self, output) {\n var is_import = output.parent() instanceof AST_Import;\n var definition = self.name.definition();\n var names_are_different =\n (definition && definition.mangled_name || self.name.name) !==\n self.foreign_name.name;\n if (names_are_different) {\n if (is_import) {\n output.print(self.foreign_name.name);\n } else {\n self.name.print(output);\n }\n output.space();\n output.print(\"as\");\n output.space();\n if (is_import) {\n self.name.print(output);\n } else {\n output.print(self.foreign_name.name);\n }\n } else {\n self.name.print(output);\n }\n });\n\n DEFPRINT(AST_Export, function(self, output) {\n output.print(\"export\");\n output.space();\n if (self.is_default) {\n output.print(\"default\");\n output.space();\n }\n if (self.exported_names) {\n if (self.exported_names.length === 1 && self.exported_names[0].name.name === \"*\") {\n self.exported_names[0].print(output);\n } else {\n output.print(\"{\");\n self.exported_names.forEach(function(name_export, i) {\n output.space();\n name_export.print(output);\n if (i < self.exported_names.length - 1) {\n output.print(\",\");\n }\n });\n output.space();\n output.print(\"}\");\n }\n } else if (self.exported_value) {\n self.exported_value.print(output);\n } else if (self.exported_definition) {\n self.exported_definition.print(output);\n if (self.exported_definition instanceof AST_Definitions) return;\n }\n if (self.module_name) {\n output.space();\n output.print(\"from\");\n output.space();\n self.module_name.print(output);\n }\n if (self.exported_value\n && !(self.exported_value instanceof AST_Defun ||\n self.exported_value instanceof AST_Function ||\n self.exported_value instanceof AST_Class)\n || self.module_name\n || self.exported_names\n ) {\n output.semicolon();\n }\n });\n\n function parenthesize_for_noin(node, output, noin) {\n var parens = false;\n // need to take some precautions here:\n // https://github.com/mishoo/UglifyJS2/issues/60\n if (noin) node.walk(new TreeWalker(function(node) {\n if (parens || node instanceof AST_Scope) return true;\n if (node instanceof AST_Binary && node.operator == \"in\") {\n parens = true;\n return true;\n }\n }));\n node.print(output, parens);\n }\n\n DEFPRINT(AST_VarDef, function(self, output) {\n self.name.print(output);\n if (self.value) {\n output.space();\n output.print(\"=\");\n output.space();\n var p = output.parent(1);\n var noin = p instanceof AST_For || p instanceof AST_ForIn;\n parenthesize_for_noin(self.value, output, noin);\n }\n });\n\n /* -----[ other expressions ]----- */\n DEFPRINT(AST_Call, function(self, output) {\n self.expression.print(output);\n if (self instanceof AST_New && !need_constructor_parens(self, output))\n return;\n if (self.expression instanceof AST_Call || self.expression instanceof AST_Lambda) {\n output.add_mapping(self.start);\n }\n output.with_parens(function() {\n self.args.forEach(function(expr, i) {\n if (i) output.comma();\n expr.print(output);\n });\n });\n });\n DEFPRINT(AST_New, function(self, output) {\n output.print(\"new\");\n output.space();\n AST_Call.prototype._codegen(self, output);\n });\n\n AST_Sequence.DEFMETHOD(\"_do_print\", function(output) {\n this.expressions.forEach(function(node, index) {\n if (index > 0) {\n output.comma();\n if (output.should_break()) {\n output.newline();\n output.indent();\n }\n }\n node.print(output);\n });\n });\n DEFPRINT(AST_Sequence, function(self, output) {\n self._do_print(output);\n // var p = output.parent();\n // if (p instanceof AST_Statement) {\n // output.with_indent(output.next_indent(), function(){\n // self._do_print(output);\n // });\n // } else {\n // self._do_print(output);\n // }\n });\n DEFPRINT(AST_Dot, function(self, output) {\n var expr = self.expression;\n expr.print(output);\n var prop = self.property;\n if (output.option(\"ie8\") && RESERVED_WORDS(prop)) {\n output.print(\"[\");\n output.add_mapping(self.end);\n output.print_string(prop);\n output.print(\"]\");\n } else {\n if (expr instanceof AST_Number && expr.getValue() >= 0) {\n if (!/[xa-f.)]/i.test(output.last())) {\n output.print(\".\");\n }\n }\n output.print(\".\");\n // the name after dot would be mapped about here.\n output.add_mapping(self.end);\n output.print_name(prop);\n }\n });\n DEFPRINT(AST_Sub, function(self, output) {\n self.expression.print(output);\n output.print(\"[\");\n self.property.print(output);\n output.print(\"]\");\n });\n DEFPRINT(AST_UnaryPrefix, function(self, output) {\n var op = self.operator;\n output.print(op);\n if (/^[a-z]/i.test(op)\n || (/[+-]$/.test(op)\n && self.expression instanceof AST_UnaryPrefix\n && /^[+-]/.test(self.expression.operator))) {\n output.space();\n }\n self.expression.print(output);\n });\n DEFPRINT(AST_UnaryPostfix, function(self, output) {\n self.expression.print(output);\n output.print(self.operator);\n });\n DEFPRINT(AST_Binary, function(self, output) {\n var op = self.operator;\n self.left.print(output);\n if (op[0] == \">\" /* \">>\" \">>>\" \">\" \">=\" */\n && self.left instanceof AST_UnaryPostfix\n && self.left.operator == \"--\") {\n // space is mandatory to avoid outputting -->\n output.print(\" \");\n } else {\n // the space is optional depending on \"beautify\"\n output.space();\n }\n output.print(op);\n if ((op == \"<\" || op == \"<<\")\n && self.right instanceof AST_UnaryPrefix\n && self.right.operator == \"!\"\n && self.right.expression instanceof AST_UnaryPrefix\n && self.right.expression.operator == \"--\") {\n // space is mandatory to avoid outputting x ? y : false\n if (self.left.operator == \"||\") {\n var lr = self.left.right.evaluate(compressor);\n if (!lr) return make_node(AST_Conditional, self, {\n condition: self.left.left,\n consequent: self.right,\n alternative: self.left.right\n }).optimize(compressor);\n }\n break;\n case \"||\":\n var ll = self.left.truthy ? true : self.left.falsy ? false : self.left.evaluate(compressor);\n if (!ll) {\n compressor.warn(\"Condition left of || always false [{file}:{line},{col}]\", self.start);\n return make_sequence(self, [ self.left, self.right ]).optimize(compressor);\n } else if (!(ll instanceof AST_Node)) {\n compressor.warn(\"Condition left of || always true [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.left).optimize(compressor);\n }\n var rr = self.right.evaluate(compressor);\n if (!rr) {\n var parent = compressor.parent();\n if (parent.operator == \"||\" && parent.left === compressor.self() || compressor.in_boolean_context()) {\n compressor.warn(\"Dropping side-effect-free || [{file}:{line},{col}]\", self.start);\n return self.left.optimize(compressor);\n }\n } else if (!(rr instanceof AST_Node)) {\n if (compressor.in_boolean_context()) {\n compressor.warn(\"Boolean || always true [{file}:{line},{col}]\", self.start);\n return make_sequence(self, [\n self.left,\n make_node(AST_True, self)\n ]).optimize(compressor);\n } else self.truthy = true;\n }\n if (self.left.operator == \"&&\") {\n var lr = self.left.right.evaluate(compressor);\n if (lr && !(lr instanceof AST_Node)) return make_node(AST_Conditional, self, {\n condition: self.left.left,\n consequent: self.left.right,\n alternative: self.right\n }).optimize(compressor);\n }\n break;\n }\n var associative = true;\n switch (self.operator) {\n case \"+\":\n // \"foo\" + (\"bar\" + x) => \"foobar\" + x\n if (self.left instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == \"+\"\n && self.right.left instanceof AST_Constant\n && self.right.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: make_node(AST_String, self.left, {\n value: \"\" + self.left.getValue() + self.right.left.getValue(),\n start: self.left.start,\n end: self.right.left.end\n }),\n right: self.right.right\n });\n }\n // (x + \"foo\") + \"bar\" => x + \"foobar\"\n if (self.right instanceof AST_Constant\n && self.left instanceof AST_Binary\n && self.left.operator == \"+\"\n && self.left.right instanceof AST_Constant\n && self.left.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: self.left.left,\n right: make_node(AST_String, self.right, {\n value: \"\" + self.left.right.getValue() + self.right.getValue(),\n start: self.left.right.start,\n end: self.right.end\n })\n });\n }\n // (x + \"foo\") + (\"bar\" + y) => (x + \"foobar\") + y\n if (self.left instanceof AST_Binary\n && self.left.operator == \"+\"\n && self.left.is_string(compressor)\n && self.left.right instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == \"+\"\n && self.right.left instanceof AST_Constant\n && self.right.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: make_node(AST_Binary, self.left, {\n operator: \"+\",\n left: self.left.left,\n right: make_node(AST_String, self.left.right, {\n value: \"\" + self.left.right.getValue() + self.right.left.getValue(),\n start: self.left.right.start,\n end: self.right.left.end\n })\n }),\n right: self.right.right\n });\n }\n // a + -b => a - b\n if (self.right instanceof AST_UnaryPrefix\n && self.right.operator == \"-\"\n && self.left.is_number(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"-\",\n left: self.left,\n right: self.right.expression\n });\n break;\n }\n // -a + b => b - a\n if (self.left instanceof AST_UnaryPrefix\n && self.left.operator == \"-\"\n && reversible()\n && self.right.is_number(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"-\",\n left: self.right,\n right: self.left.expression\n });\n break;\n }\n case \"*\":\n associative = compressor.option(\"unsafe_math\");\n case \"&\":\n case \"|\":\n case \"^\":\n // a + +b => +b + a\n if (self.left.is_number(compressor)\n && self.right.is_number(compressor)\n && reversible()\n && !(self.left instanceof AST_Binary\n && self.left.operator != self.operator\n && PRECEDENCE[self.left.operator] >= PRECEDENCE[self.operator])) {\n var reversed = make_node(AST_Binary, self, {\n operator: self.operator,\n left: self.right,\n right: self.left\n });\n if (self.right instanceof AST_Constant\n && !(self.left instanceof AST_Constant)) {\n self = best_of(compressor, reversed, self);\n } else {\n self = best_of(compressor, self, reversed);\n }\n }\n if (associative && self.is_number(compressor)) {\n // a + (b + c) => (a + b) + c\n if (self.right instanceof AST_Binary\n && self.right.operator == self.operator) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left,\n right: self.right.left,\n start: self.left.start,\n end: self.right.left.end\n }),\n right: self.right.right\n });\n }\n // (n + 2) + 3 => 5 + n\n // (2 * n) * 3 => 6 + n\n if (self.right instanceof AST_Constant\n && self.left instanceof AST_Binary\n && self.left.operator == self.operator) {\n if (self.left.left instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left.left,\n right: self.right,\n start: self.left.left.start,\n end: self.right.end\n }),\n right: self.left.right\n });\n } else if (self.left.right instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left.right,\n right: self.right,\n start: self.left.right.start,\n end: self.right.end\n }),\n right: self.left.left\n });\n }\n }\n // (a | 1) | (2 | d) => (3 | a) | b\n if (self.left instanceof AST_Binary\n && self.left.operator == self.operator\n && self.left.right instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == self.operator\n && self.right.left instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left.left, {\n operator: self.operator,\n left: self.left.right,\n right: self.right.left,\n start: self.left.right.start,\n end: self.right.left.end\n }),\n right: self.left.left\n }),\n right: self.right.right\n });\n }\n }\n }\n }\n // x && (y && z) ==> x && y && z\n // x || (y || z) ==> x || y || z\n // x + (\"y\" + z) ==> x + \"y\" + z\n // \"x\" + (y + \"z\")==> \"x\" + y + \"z\"\n if (self.right instanceof AST_Binary\n && self.right.operator == self.operator\n && (lazy_op(self.operator)\n || (self.operator == \"+\"\n && (self.right.left.is_string(compressor)\n || (self.left.is_string(compressor)\n && self.right.right.is_string(compressor)))))\n ) {\n self.left = make_node(AST_Binary, self.left, {\n operator : self.operator,\n left : self.left,\n right : self.right.left\n });\n self.right = self.right.right;\n return self.transform(compressor);\n }\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n def_optimize(AST_SymbolExport, function(self, compressor) {\n return self;\n });\n\n function recursive_ref(compressor, def) {\n var node;\n for (var i = 0; node = compressor.parent(i); i++) {\n if (node instanceof AST_Lambda) {\n var name = node.name;\n if (name && name.definition() === def) break;\n }\n }\n return node;\n }\n\n function within_array_or_object_literal(compressor) {\n var node, level = 0;\n while (node = compressor.parent(level++)) {\n if (node instanceof AST_Statement) return false;\n if (node instanceof AST_Array\n || node instanceof AST_ObjectKeyVal\n || node instanceof AST_Object) {\n return true;\n }\n }\n return false;\n }\n\n def_optimize(AST_SymbolRef, function(self, compressor) {\n if (!compressor.option(\"ie8\")\n && is_undeclared_ref(self)\n && (!self.scope.uses_with || !compressor.find_parent(AST_With))) {\n switch (self.name) {\n case \"undefined\":\n return make_node(AST_Undefined, self).optimize(compressor);\n case \"NaN\":\n return make_node(AST_NaN, self).optimize(compressor);\n case \"Infinity\":\n return make_node(AST_Infinity, self).optimize(compressor);\n }\n }\n var parent = compressor.parent();\n if (compressor.option(\"reduce_vars\") && is_lhs(self, parent) !== self) {\n var d = self.definition();\n if (compressor.top_retain && d.global && compressor.top_retain(d)) {\n d.fixed = false;\n d.should_replace = false;\n d.single_use = false;\n return self;\n }\n var fixed = self.fixed_value();\n var single_use = d.single_use\n && !(parent instanceof AST_Call && parent.is_expr_pure(compressor));\n if (single_use && (fixed instanceof AST_Lambda || fixed instanceof AST_Class)) {\n if (retain_top_func(fixed, compressor)) {\n single_use = false;\n } else if (d.scope !== self.scope\n && (!compressor.option(\"reduce_funcs\") && fixed instanceof AST_Lambda\n || d.escaped == 1\n || fixed.inlined\n || within_array_or_object_literal(compressor))) {\n single_use = false;\n } else if (recursive_ref(compressor, d)) {\n single_use = false;\n } else if (d.scope !== self.scope || d.orig[0] instanceof AST_SymbolFunarg) {\n single_use = fixed.is_constant_expression(self.scope);\n if (single_use == \"f\") {\n var scope = self.scope;\n do {\n if (scope instanceof AST_Defun || is_func_expr(scope)) {\n scope.inlined = true;\n }\n } while (scope = scope.parent_scope);\n }\n }\n }\n if (single_use && fixed) {\n if (fixed instanceof AST_DefClass) {\n fixed = make_node(AST_ClassExpression, fixed, fixed);\n }\n if (fixed instanceof AST_Defun) {\n fixed._squeezed = true;\n fixed = make_node(AST_Function, fixed, fixed);\n }\n var value;\n if (d.recursive_refs > 0 && fixed.name instanceof AST_SymbolDefun) {\n value = fixed.clone(true);\n var defun_def = value.name.definition();\n var lambda_def = value.variables.get(value.name.name);\n var name = lambda_def && lambda_def.orig[0];\n if (!(name instanceof AST_SymbolLambda)) {\n name = make_node(AST_SymbolLambda, value.name, value.name);\n name.scope = value;\n value.name = name;\n lambda_def = value.def_function(name);\n }\n value.walk(new TreeWalker(function(node) {\n if (node instanceof AST_SymbolRef && node.definition() === defun_def) {\n node.thedef = lambda_def;\n lambda_def.references.push(node);\n }\n }));\n } else {\n value = fixed.optimize(compressor);\n if (value === fixed) value = fixed.clone(true);\n }\n return value;\n }\n if (fixed && d.should_replace === undefined) {\n var init;\n if (fixed instanceof AST_This) {\n if (!(d.orig[0] instanceof AST_SymbolFunarg)\n && all(d.references, function(ref) {\n return d.scope === ref.scope;\n })) {\n init = fixed;\n }\n } else {\n var ev = fixed.evaluate(compressor);\n if (ev !== fixed && (compressor.option(\"unsafe_regexp\") || !(ev instanceof RegExp))) {\n init = make_node_from_constant(ev, fixed);\n }\n }\n if (init) {\n var value_length = init.optimize(compressor).print_to_string().length;\n var fn;\n if (has_symbol_ref(fixed)) {\n fn = function() {\n var result = init.optimize(compressor);\n return result === init ? result.clone(true) : result;\n };\n } else {\n value_length = Math.min(value_length, fixed.print_to_string().length);\n fn = function() {\n var result = best_of_expression(init.optimize(compressor), fixed);\n return result === init || result === fixed ? result.clone(true) : result;\n };\n }\n var name_length = d.name.length;\n var overhead = 0;\n if (compressor.option(\"unused\") && !compressor.exposed(d)) {\n overhead = (name_length + 2 + value_length) / (d.references.length - d.assignments);\n }\n d.should_replace = value_length <= name_length + overhead ? fn : false;\n } else {\n d.should_replace = false;\n }\n }\n if (d.should_replace) {\n return d.should_replace();\n }\n }\n return self;\n\n function has_symbol_ref(value) {\n var found;\n value.walk(new TreeWalker(function(node) {\n if (node instanceof AST_SymbolRef) found = true;\n if (found) return true;\n }));\n return found;\n }\n });\n\n function is_atomic(lhs, self) {\n return lhs instanceof AST_SymbolRef || lhs.TYPE === self.TYPE;\n }\n\n def_optimize(AST_Undefined, function(self, compressor) {\n if (compressor.option(\"unsafe_undefined\")) {\n var undef = find_variable(compressor, \"undefined\");\n if (undef) {\n var ref = make_node(AST_SymbolRef, self, {\n name : \"undefined\",\n scope : undef.scope,\n thedef : undef\n });\n ref.is_undefined = true;\n return ref;\n }\n }\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && is_atomic(lhs, self)) return self;\n return make_node(AST_UnaryPrefix, self, {\n operator: \"void\",\n expression: make_node(AST_Number, self, {\n value: 0\n })\n });\n });\n\n def_optimize(AST_Infinity, function(self, compressor) {\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && is_atomic(lhs, self)) return self;\n if (compressor.option(\"keep_infinity\")\n && !(lhs && !is_atomic(lhs, self))\n && !find_variable(compressor, \"Infinity\"))\n return self;\n return make_node(AST_Binary, self, {\n operator: \"/\",\n left: make_node(AST_Number, self, {\n value: 1\n }),\n right: make_node(AST_Number, self, {\n value: 0\n })\n });\n });\n\n def_optimize(AST_NaN, function(self, compressor) {\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && !is_atomic(lhs, self)\n || find_variable(compressor, \"NaN\")) {\n return make_node(AST_Binary, self, {\n operator: \"/\",\n left: make_node(AST_Number, self, {\n value: 0\n }),\n right: make_node(AST_Number, self, {\n value: 0\n })\n });\n }\n return self;\n });\n\n function is_reachable(self, defs) {\n var reachable = false;\n var find_ref = new TreeWalker(function(node) {\n if (reachable) return true;\n if (node instanceof AST_SymbolRef && member(node.definition(), defs)) {\n return reachable = true;\n }\n });\n var scan_scope = new TreeWalker(function(node) {\n if (reachable) return true;\n if (node instanceof AST_Scope && node !== self) {\n var parent = scan_scope.parent();\n if (parent instanceof AST_Call && parent.expression === node) return;\n node.walk(find_ref);\n return true;\n }\n });\n self.walk(scan_scope);\n return reachable;\n }\n\n var ASSIGN_OPS = [ \"+\", \"-\", \"/\", \"*\", \"%\", \">>\", \"<<\", \">>>\", \"|\", \"^\", \"&\" ];\n var ASSIGN_OPS_COMMUTATIVE = [ \"*\", \"|\", \"^\", \"&\" ];\n def_optimize(AST_Assign, function(self, compressor) {\n var def;\n if (compressor.option(\"dead_code\")\n && self.left instanceof AST_SymbolRef\n && (def = self.left.definition()).scope === compressor.find_parent(AST_Lambda)) {\n var level = 0, node, parent = self;\n do {\n node = parent;\n parent = compressor.parent(level++);\n if (parent instanceof AST_Exit) {\n if (in_try(level, parent)) break;\n if (is_reachable(def.scope, [ def ])) break;\n if (self.operator == \"=\") return self.right;\n def.fixed = false;\n return make_node(AST_Binary, self, {\n operator: self.operator.slice(0, -1),\n left: self.left,\n right: self.right\n }).optimize(compressor);\n }\n } while (parent instanceof AST_Binary && parent.right === node\n || parent instanceof AST_Sequence && parent.tail_node() === node);\n }\n self = self.lift_sequences(compressor);\n if (self.operator == \"=\" && self.left instanceof AST_SymbolRef && self.right instanceof AST_Binary) {\n // x = expr1 OP expr2\n if (self.right.left instanceof AST_SymbolRef\n && self.right.left.name == self.left.name\n && member(self.right.operator, ASSIGN_OPS)) {\n // x = x - 2 ---> x -= 2\n self.operator = self.right.operator + \"=\";\n self.right = self.right.right;\n } else if (self.right.right instanceof AST_SymbolRef\n && self.right.right.name == self.left.name\n && member(self.right.operator, ASSIGN_OPS_COMMUTATIVE)\n && !self.right.left.has_side_effects(compressor)) {\n // x = 2 & x ---> x &= 2\n self.operator = self.right.operator + \"=\";\n self.right = self.right.left;\n }\n }\n return self;\n\n function in_try(level, node) {\n var right = self.right;\n self.right = make_node(AST_Null, right);\n var may_throw = node.may_throw(compressor);\n self.right = right;\n var scope = self.left.definition().scope;\n var parent;\n while ((parent = compressor.parent(level++)) !== scope) {\n if (parent instanceof AST_Try) {\n if (parent.bfinally) return true;\n if (may_throw && parent.bcatch) return true;\n }\n }\n }\n });\n\n def_optimize(AST_DefaultAssign, function(self, compressor) {\n if (!compressor.option(\"evaluate\")) {\n return self;\n }\n var evaluateRight = self.right.evaluate(compressor);\n\n // `[x = undefined] = foo` ---> `[x] = foo`\n if (evaluateRight === undefined) {\n self = self.left;\n } else if (evaluateRight !== self.right) {\n evaluateRight = make_node_from_constant(evaluateRight, self.right);\n self.right = best_of_expression(evaluateRight, self.right);\n }\n\n return self;\n });\n\n def_optimize(AST_Conditional, function(self, compressor) {\n if (!compressor.option(\"conditionals\")) return self;\n // This looks like lift_sequences(), should probably be under \"sequences\"\n if (self.condition instanceof AST_Sequence) {\n var expressions = self.condition.expressions.slice();\n self.condition = expressions.pop();\n expressions.push(self);\n return make_sequence(self, expressions);\n }\n var cond = self.condition.evaluate(compressor);\n if (cond !== self.condition) {\n if (cond) {\n compressor.warn(\"Condition always true [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.consequent);\n } else {\n compressor.warn(\"Condition always false [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.alternative);\n }\n }\n var negated = cond.negate(compressor, first_in_statement(compressor));\n if (best_of(compressor, cond, negated) === negated) {\n self = make_node(AST_Conditional, self, {\n condition: negated,\n consequent: self.alternative,\n alternative: self.consequent\n });\n }\n var condition = self.condition;\n var consequent = self.consequent;\n var alternative = self.alternative;\n // x?x:y --> x||y\n if (condition instanceof AST_SymbolRef\n && consequent instanceof AST_SymbolRef\n && condition.definition() === consequent.definition()) {\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: condition,\n right: alternative\n });\n }\n // if (foo) exp = something; else exp = something_else;\n // |\n // v\n // exp = foo ? something : something_else;\n if (consequent instanceof AST_Assign\n && alternative instanceof AST_Assign\n && consequent.operator == alternative.operator\n && consequent.left.equivalent_to(alternative.left)\n && (!self.condition.has_side_effects(compressor)\n || consequent.operator == \"=\"\n && !consequent.left.has_side_effects(compressor))) {\n return make_node(AST_Assign, self, {\n operator: consequent.operator,\n left: consequent.left,\n right: make_node(AST_Conditional, self, {\n condition: self.condition,\n consequent: consequent.right,\n alternative: alternative.right\n })\n });\n }\n // x ? y(a) : y(b) --> y(x ? a : b)\n var arg_index;\n if (consequent instanceof AST_Call\n && alternative.TYPE === consequent.TYPE\n && consequent.args.length > 0\n && consequent.args.length == alternative.args.length\n && consequent.expression.equivalent_to(alternative.expression)\n && !self.condition.has_side_effects(compressor)\n && !consequent.expression.has_side_effects(compressor)\n && typeof (arg_index = single_arg_diff()) == \"number\") {\n var node = consequent.clone();\n node.args[arg_index] = make_node(AST_Conditional, self, {\n condition: self.condition,\n consequent: consequent.args[arg_index],\n alternative: alternative.args[arg_index]\n });\n return node;\n }\n // x?y?z:a:a --> x&&y?z:a\n if (consequent instanceof AST_Conditional\n && consequent.alternative.equivalent_to(alternative)) {\n return make_node(AST_Conditional, self, {\n condition: make_node(AST_Binary, self, {\n left: self.condition,\n operator: \"&&\",\n right: consequent.condition\n }),\n consequent: consequent.consequent,\n alternative: alternative\n });\n }\n // x ? y : y --> x, y\n if (consequent.equivalent_to(alternative)) {\n return make_sequence(self, [\n self.condition,\n consequent\n ]).optimize(compressor);\n }\n // x ? y || z : z --> x && y || z\n if (consequent instanceof AST_Binary\n && consequent.operator == \"||\"\n && consequent.right.equivalent_to(alternative)) {\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: make_node(AST_Binary, self, {\n operator: \"&&\",\n left: self.condition,\n right: consequent.left\n }),\n right: alternative\n }).optimize(compressor);\n }\n var in_bool = compressor.in_boolean_context();\n if (is_true(self.consequent)) {\n if (is_false(self.alternative)) {\n // c ? true : false ---> !!c\n return booleanize(self.condition);\n }\n // c ? true : x ---> !!c || x\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: booleanize(self.condition),\n right: self.alternative\n });\n }\n if (is_false(self.consequent)) {\n if (is_true(self.alternative)) {\n // c ? false : true ---> !c\n return booleanize(self.condition.negate(compressor));\n }\n // c ? false : x ---> !c && x\n return make_node(AST_Binary, self, {\n operator: \"&&\",\n left: booleanize(self.condition.negate(compressor)),\n right: self.alternative\n });\n }\n if (is_true(self.alternative)) {\n // c ? x : true ---> !c || x\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: booleanize(self.condition.negate(compressor)),\n right: self.consequent\n });\n }\n if (is_false(self.alternative)) {\n // c ? x : false ---> !!c && x\n return make_node(AST_Binary, self, {\n operator: \"&&\",\n left: booleanize(self.condition),\n right: self.consequent\n });\n }\n\n return self;\n\n function booleanize(node) {\n if (node.is_boolean()) return node;\n // !!expression\n return make_node(AST_UnaryPrefix, node, {\n operator: \"!\",\n expression: node.negate(compressor)\n });\n }\n\n // AST_True or !0\n function is_true(node) {\n return node instanceof AST_True\n || in_bool\n && node instanceof AST_Constant\n && node.getValue()\n || (node instanceof AST_UnaryPrefix\n && node.operator == \"!\"\n && node.expression instanceof AST_Constant\n && !node.expression.getValue());\n }\n // AST_False or !1\n function is_false(node) {\n return node instanceof AST_False\n || in_bool\n && node instanceof AST_Constant\n && !node.getValue()\n || (node instanceof AST_UnaryPrefix\n && node.operator == \"!\"\n && node.expression instanceof AST_Constant\n && node.expression.getValue());\n }\n\n function single_arg_diff() {\n var a = consequent.args;\n var b = alternative.args;\n for (var i = 0, len = a.length; i < len; i++) {\n if (a[i] instanceof AST_Expansion) return;\n if (!a[i].equivalent_to(b[i])) {\n if (b[i] instanceof AST_Expansion) return;\n for (var j = i + 1; j < len; j++) {\n if (a[j] instanceof AST_Expansion) return;\n if (!a[j].equivalent_to(b[j])) return;\n }\n return i;\n }\n }\n }\n });\n\n def_optimize(AST_Boolean, function(self, compressor) {\n if (compressor.in_boolean_context()) return make_node(AST_Number, self, {\n value: +self.value\n });\n var p = compressor.parent();\n if (compressor.option(\"booleans_as_integers\")) {\n if (p instanceof AST_Binary && (p.operator == \"===\" || p.operator == \"!==\")) {\n p.operator = p.operator.replace(/=$/, \"\");\n }\n return make_node(AST_Number, self, {\n value: +self.value\n });\n }\n if (compressor.option(\"booleans\")) {\n if (p instanceof AST_Binary && (p.operator == \"==\"\n || p.operator == \"!=\")) {\n compressor.warn(\"Non-strict equality against boolean: {operator} {value} [{file}:{line},{col}]\", {\n operator : p.operator,\n value : self.value,\n file : p.start.file,\n line : p.start.line,\n col : p.start.col,\n });\n return make_node(AST_Number, self, {\n value: +self.value\n });\n }\n return make_node(AST_UnaryPrefix, self, {\n operator: \"!\",\n expression: make_node(AST_Number, self, {\n value: 1 - self.value\n })\n });\n }\n return self;\n });\n\n function safe_to_flatten(value, compressor) {\n if (value instanceof AST_SymbolRef) {\n value = value.fixed_value();\n }\n if (!value) return false;\n return !(value instanceof AST_Lambda || value instanceof AST_Class)\n || compressor.parent() instanceof AST_New\n || !value.contains_this();\n }\n\n def_optimize(AST_Sub, function(self, compressor) {\n var expr = self.expression;\n var prop = self.property;\n if (compressor.option(\"properties\")) {\n var key = prop.evaluate(compressor);\n if (key !== prop) {\n if (typeof key == \"string\") {\n if (key == \"undefined\") {\n key = undefined;\n } else {\n var value = parseFloat(key);\n if (value.toString() == key) {\n key = value;\n }\n }\n }\n prop = self.property = best_of_expression(prop, make_node_from_constant(key, prop).transform(compressor));\n var property = \"\" + key;\n if (is_identifier_string(property)\n && property.length <= prop.print_to_string().length + 1) {\n return make_node(AST_Dot, self, {\n expression: expr,\n property: property\n }).optimize(compressor);\n }\n }\n }\n var fn;\n OPT_ARGUMENTS: if (compressor.option(\"arguments\")\n && expr instanceof AST_SymbolRef\n && expr.name == \"arguments\"\n && expr.definition().orig.length == 1\n && (fn = expr.scope) instanceof AST_Lambda\n && fn.uses_arguments\n && !(fn instanceof AST_Arrow)\n && prop instanceof AST_Number) {\n var index = prop.getValue();\n var params = Object.create(null);\n var argnames = fn.argnames;\n for (var n = 0; n < argnames.length; n++) {\n if (!(argnames[n] instanceof AST_SymbolFunarg)) {\n break OPT_ARGUMENTS; // destructuring parameter - bail\n }\n var param = argnames[n].name;\n if (param in params) {\n break OPT_ARGUMENTS; // duplicate parameter - bail\n }\n params[param] = true;\n }\n var argname = fn.argnames[index];\n if (argname && compressor.has_directive(\"use strict\")) {\n var def = argname.definition();\n if (!compressor.option(\"reduce_vars\") || def.assignments || def.orig.length > 1) {\n argname = null;\n }\n } else if (!argname && !compressor.option(\"keep_fargs\") && index < fn.argnames.length + 5) {\n while (index >= fn.argnames.length) {\n argname = make_node(AST_SymbolFunarg, fn, {\n name: fn.make_var_name(\"argument_\" + fn.argnames.length),\n scope: fn\n });\n fn.argnames.push(argname);\n fn.enclosed.push(fn.def_variable(argname));\n }\n }\n if (argname) {\n var sym = make_node(AST_SymbolRef, self, argname);\n sym.reference({});\n delete argname.__unused;\n return sym;\n }\n }\n if (is_lhs(self, compressor.parent())) return self;\n if (key !== prop) {\n var sub = self.flatten_object(property, compressor);\n if (sub) {\n expr = self.expression = sub.expression;\n prop = self.property = sub.property;\n }\n }\n if (compressor.option(\"properties\") && compressor.option(\"side_effects\")\n && prop instanceof AST_Number && expr instanceof AST_Array) {\n var index = prop.getValue();\n var elements = expr.elements;\n var retValue = elements[index];\n FLATTEN: if (safe_to_flatten(retValue, compressor)) {\n var flatten = true;\n var values = [];\n for (var i = elements.length; --i > index;) {\n var value = elements[i].drop_side_effect_free(compressor);\n if (value) {\n values.unshift(value);\n if (flatten && value.has_side_effects(compressor)) flatten = false;\n }\n }\n if (retValue instanceof AST_Expansion) break FLATTEN;\n retValue = retValue instanceof AST_Hole ? make_node(AST_Undefined, retValue) : retValue;\n if (!flatten) values.unshift(retValue);\n while (--i >= 0) {\n var value = elements[i];\n if (value instanceof AST_Expansion) break FLATTEN;\n value = value.drop_side_effect_free(compressor);\n if (value) values.unshift(value);\n else index--;\n }\n if (flatten) {\n values.push(retValue);\n return make_sequence(self, values).optimize(compressor);\n } else return make_node(AST_Sub, self, {\n expression: make_node(AST_Array, expr, {\n elements: values\n }),\n property: make_node(AST_Number, prop, {\n value: index\n })\n });\n }\n }\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n AST_Lambda.DEFMETHOD(\"contains_this\", function() {\n var result;\n var self = this;\n self.walk(new TreeWalker(function(node) {\n if (result) return true;\n if (node instanceof AST_This) return result = true;\n if (node !== self && node instanceof AST_Scope && !(node instanceof AST_Arrow)) return true;\n }));\n return result;\n });\n\n AST_PropAccess.DEFMETHOD(\"flatten_object\", function(key, compressor) {\n if (!compressor.option(\"properties\")) return;\n var arrows = compressor.option(\"unsafe_arrows\") && compressor.option(\"ecma\") >= 6;\n var expr = this.expression;\n if (expr instanceof AST_Object) {\n var props = expr.properties;\n for (var i = props.length; --i >= 0;) {\n var prop = props[i];\n if (\"\" + (prop instanceof AST_ConciseMethod ? prop.key.name : prop.key) == key) {\n if (!all(props, function(prop) {\n return prop instanceof AST_ObjectKeyVal\n || arrows && prop instanceof AST_ConciseMethod && !prop.is_generator;\n })) break;\n if (!safe_to_flatten(prop.value, compressor)) break;\n return make_node(AST_Sub, this, {\n expression: make_node(AST_Array, expr, {\n elements: props.map(function(prop) {\n var v = prop.value;\n if (v instanceof AST_Accessor) v = make_node(AST_Function, v, v);\n var k = prop.key;\n if (k instanceof AST_Node && !(k instanceof AST_SymbolMethod)) {\n return make_sequence(prop, [ k, v ]);\n }\n return v;\n })\n }),\n property: make_node(AST_Number, this, {\n value: i\n })\n });\n }\n }\n }\n });\n\n def_optimize(AST_Dot, function(self, compressor) {\n if (self.property == \"arguments\" || self.property == \"caller\") {\n compressor.warn(\"Function.prototype.{prop} not supported [{file}:{line},{col}]\", {\n prop: self.property,\n file: self.start.file,\n line: self.start.line,\n col: self.start.col\n });\n }\n if (is_lhs(self, compressor.parent())) return self;\n if (compressor.option(\"unsafe_proto\")\n && self.expression instanceof AST_Dot\n && self.expression.property == \"prototype\") {\n var exp = self.expression.expression;\n if (is_undeclared_ref(exp)) switch (exp.name) {\n case \"Array\":\n self.expression = make_node(AST_Array, self.expression, {\n elements: []\n });\n break;\n case \"Function\":\n self.expression = make_node(AST_Function, self.expression, {\n argnames: [],\n body: []\n });\n break;\n case \"Number\":\n self.expression = make_node(AST_Number, self.expression, {\n value: 0\n });\n break;\n case \"Object\":\n self.expression = make_node(AST_Object, self.expression, {\n properties: []\n });\n break;\n case \"RegExp\":\n self.expression = make_node(AST_RegExp, self.expression, {\n value: /t/\n });\n break;\n case \"String\":\n self.expression = make_node(AST_String, self.expression, {\n value: \"\"\n });\n break;\n }\n }\n var sub = self.flatten_object(self.property, compressor);\n if (sub) return sub.optimize(compressor);\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n function literals_in_boolean_context(self, compressor) {\n if (compressor.in_boolean_context()) {\n return best_of(compressor, self, make_sequence(self, [\n self,\n make_node(AST_True, self)\n ]).optimize(compressor));\n }\n return self;\n }\n\n function inline_array_like_spread(self, compressor, elements) {\n for (var i = 0; i < elements.length; i++) {\n var el = elements[i];\n if (el instanceof AST_Expansion) {\n var expr = el.expression;\n if ( expr instanceof AST_Array) {\n elements.splice.apply(elements, [i, 1].concat(expr.elements));\n // Step back one, as the element at i is now new.\n i--;\n }\n // In array-like spread, spreading a non-iterable value is TypeError.\n // We therefore can’t optimize anything else, unlike with object spread.\n }\n }\n return self;\n }\n\n def_optimize(AST_Array, function(self, compressor) {\n var optimized = literals_in_boolean_context(self, compressor);\n if (optimized !== self) {\n return optimized;\n }\n return inline_array_like_spread(self, compressor, self.elements);\n });\n\n def_optimize(AST_Object, function(self, compressor) {\n var optimized = literals_in_boolean_context(self, compressor);\n if (optimized !== self) {\n return optimized;\n }\n var props = self.properties;\n for (var i = 0; i < props.length; i++) {\n var prop = props[i];\n if (prop instanceof AST_Expansion) {\n var expr = prop.expression;\n if (expr instanceof AST_Object) {\n props.splice.apply(props, [i, 1].concat(prop.expression.properties));\n // Step back one, as the property at i is now new.\n i--;\n } else if (expr instanceof AST_Constant\n && !(expr instanceof AST_String)) {\n // Unlike array-like spread, in object spread, spreading a\n // non-iterable value silently does nothing; it is thus safe\n // to remove. AST_String is the only iterable AST_Constant.\n props.splice(i, 1);\n }\n }\n }\n return self;\n });\n\n def_optimize(AST_RegExp, literals_in_boolean_context);\n\n def_optimize(AST_Return, function(self, compressor) {\n if (self.value && is_undefined(self.value, compressor)) {\n self.value = null;\n }\n return self;\n });\n\n def_optimize(AST_Arrow, function(self, compressor) {\n if (!(self.body instanceof AST_Node)) {\n self = opt_AST_Lambda(self, compressor);\n }\n if (compressor.option(\"arrows\")\n && self.body.length == 1\n && self.body[0] instanceof AST_Return) {\n var value = self.body[0].value;\n self.body = value ? value : [];\n }\n return self;\n });\n\n def_optimize(AST_Function, function(self, compressor) {\n self = opt_AST_Lambda(self, compressor);\n if (compressor.option(\"unsafe_arrows\")\n && compressor.option(\"ecma\") >= 6\n && !self.name\n && !self.is_generator\n && !self.uses_arguments\n && !self.pinned()) {\n var has_special_symbol = false;\n self.walk(new TreeWalker(function(node) {\n if (has_special_symbol) return true;\n if (node instanceof AST_This) {\n has_special_symbol = true;\n return true;\n }\n }));\n if (!has_special_symbol) return make_node(AST_Arrow, self, self).optimize(compressor);\n }\n return self;\n });\n\n def_optimize(AST_Class, function(self, compressor) {\n // HACK to avoid compress failure.\n // AST_Class is not really an AST_Scope/AST_Block as it lacks a body.\n return self;\n });\n\n def_optimize(AST_Yield, function(self, compressor) {\n if (self.expression && !self.is_star && is_undefined(self.expression, compressor)) {\n self.expression = null;\n }\n return self;\n });\n\n def_optimize(AST_TemplateString, function(self, compressor) {\n if (!compressor.option(\"evaluate\")\n || compressor.parent() instanceof AST_PrefixedTemplateString)\n return self;\n\n var segments = [];\n for (var i = 0; i < self.segments.length; i++) {\n var segment = self.segments[i];\n if (segment instanceof AST_Node) {\n var result = segment.evaluate(compressor);\n // Evaluate to constant value\n // Constant value shorter than ${segment}\n if (result !== segment && (result + \"\").length <= segment.print_to_string().length + \"${}\".length) {\n // There should always be a previous and next segment if segment is a node\n segments[segments.length - 1].value = segments[segments.length - 1].value + result + self.segments[++i].value;\n continue;\n }\n }\n segments.push(segment);\n }\n self.segments = segments;\n\n return segments.length == 1 ? make_node(AST_String, self, segments[0]) : self;\n });\n\n def_optimize(AST_PrefixedTemplateString, function(self, compressor) {\n return self;\n });\n\n // [\"p\"]:1 ---> p:1\n // [42]:1 ---> 42:1\n function lift_key(self, compressor) {\n if (!compressor.option(\"computed_props\")) return self;\n // save a comparison in the typical case\n if (!(self.key instanceof AST_Constant)) return self;\n // whitelist acceptable props as not all AST_Constants are true constants\n if (self.key instanceof AST_String || self.key instanceof AST_Number) {\n if (self.key.value === \"__proto__\") return self;\n if (self.key.value == \"constructor\"\n && compressor.parent() instanceof AST_Class) return self;\n if (self instanceof AST_ObjectKeyVal) {\n self.key = self.key.value;\n } else {\n self.key = make_node(AST_SymbolMethod, self.key, {\n name: self.key.value\n });\n }\n }\n return self;\n }\n\n def_optimize(AST_ObjectProperty, lift_key);\n\n def_optimize(AST_ConciseMethod, function(self, compressor) {\n lift_key(self, compressor);\n // p(){return x;} ---> p:()=>x\n if (compressor.option(\"arrows\")\n && compressor.parent() instanceof AST_Object\n && !self.is_generator\n && !self.value.uses_arguments\n && !self.value.pinned()\n && self.value.body.length == 1\n && self.value.body[0] instanceof AST_Return\n && self.value.body[0].value\n && !self.value.contains_this()) {\n var arrow = make_node(AST_Arrow, self.value, self.value);\n arrow.async = self.async;\n arrow.is_generator = self.is_generator;\n return make_node(AST_ObjectKeyVal, self, {\n key: self.key instanceof AST_SymbolMethod ? self.key.name : self.key,\n value: arrow,\n quote: self.quote,\n });\n }\n return self;\n });\n\n def_optimize(AST_ObjectKeyVal, function(self, compressor) {\n lift_key(self, compressor);\n // p:function(){} ---> p(){}\n // p:function*(){} ---> *p(){}\n // p:async function(){} ---> async p(){}\n // p:()=>{} ---> p(){}\n // p:async()=>{} ---> async p(){}\n var unsafe_methods = compressor.option(\"unsafe_methods\");\n if (unsafe_methods\n && compressor.option(\"ecma\") >= 6\n && (!(unsafe_methods instanceof RegExp) || unsafe_methods.test(self.key + \"\"))) {\n var key = self.key;\n var value = self.value;\n var is_arrow_with_block = value instanceof AST_Arrow\n && Array.isArray(value.body)\n && !value.contains_this();\n if ((is_arrow_with_block || value instanceof AST_Function) && !value.name) {\n return make_node(AST_ConciseMethod, self, {\n async: value.async,\n is_generator: value.is_generator,\n key: key instanceof AST_Node ? key : make_node(AST_SymbolMethod, self, {\n name: key,\n }),\n value: make_node(AST_Accessor, value, value),\n quote: self.quote,\n });\n }\n }\n return self;\n });\n\n def_optimize(AST_Destructuring, function(self, compressor) {\n if (compressor.option(\"pure_getters\") == true\n && compressor.option(\"unused\")\n && !self.is_array\n && Array.isArray(self.names)\n && !is_destructuring_export_decl(compressor)) {\n var keep = [];\n for (var i = 0; i < self.names.length; i++) {\n var elem = self.names[i];\n if (!(elem instanceof AST_ObjectKeyVal\n && typeof elem.key == \"string\"\n && elem.value instanceof AST_SymbolDeclaration\n && !should_retain(compressor, elem.value.definition()))) {\n keep.push(elem);\n }\n }\n if (keep.length != self.names.length) {\n self.names = keep;\n }\n }\n return self;\n\n function is_destructuring_export_decl(compressor) {\n var ancestors = [/^VarDef$/, /^(Const|Let|Var)$/, /^Export$/];\n for (var a = 0, p = 0, len = ancestors.length; a < len; p++) {\n var parent = compressor.parent(p);\n if (!parent) return false;\n if (a === 0 && parent.TYPE == \"Destructuring\") continue;\n if (!ancestors[a].test(parent.TYPE)) {\n return false;\n }\n a++;\n }\n return true;\n }\n\n function should_retain(compressor, def) {\n if (def.references.length) return true;\n if (!def.global) return false;\n if (compressor.toplevel.vars) {\n if (compressor.top_retain) {\n return compressor.top_retain(def);\n }\n return false;\n }\n return true;\n }\n });\n})();\n\nexport {\n Compressor,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport MOZ_SourceMap from \"source-map\";\nimport {\n defaults,\n} from \"./utils.js\";\n\n// a small wrapper around fitzgen's source-map library\nfunction SourceMap(options) {\n options = defaults(options, {\n file : null,\n root : null,\n orig : null,\n\n orig_line_diff : 0,\n dest_line_diff : 0,\n });\n var generator = new MOZ_SourceMap.SourceMapGenerator({\n file : options.file,\n sourceRoot : options.root\n });\n var orig_map = options.orig && new MOZ_SourceMap.SourceMapConsumer(options.orig);\n\n if (orig_map) {\n orig_map.sources.forEach(function(source) {\n var sourceContent = orig_map.sourceContentFor(source, true);\n if (sourceContent) {\n generator.setSourceContent(source, sourceContent);\n }\n });\n }\n\n function add(source, gen_line, gen_col, orig_line, orig_col, name) {\n if (orig_map) {\n var info = orig_map.originalPositionFor({\n line: orig_line,\n column: orig_col\n });\n if (info.source === null) {\n return;\n }\n source = info.source;\n orig_line = info.line;\n orig_col = info.column;\n name = info.name || name;\n }\n generator.addMapping({\n generated : { line: gen_line + options.dest_line_diff, column: gen_col },\n original : { line: orig_line + options.orig_line_diff, column: orig_col },\n source : source,\n name : name\n });\n }\n return {\n add : add,\n get : function() { return generator; },\n toString : function() { return JSON.stringify(generator.toJSON()); }\n };\n}\n\nexport {\n SourceMap,\n};\n","export var domprops = [\n \"$&\",\n \"$'\",\n \"$*\",\n \"$+\",\n \"$1\",\n \"$2\",\n \"$3\",\n \"$4\",\n \"$5\",\n \"$6\",\n \"$7\",\n \"$8\",\n \"$9\",\n \"$_\",\n \"$`\",\n \"$input\",\n \"@@iterator\",\n \"ABORT_ERR\",\n \"ACTIVE\",\n \"ACTIVE_ATTRIBUTES\",\n \"ACTIVE_TEXTURE\",\n \"ACTIVE_UNIFORMS\",\n \"ADDITION\",\n \"ALIASED_LINE_WIDTH_RANGE\",\n \"ALIASED_POINT_SIZE_RANGE\",\n \"ALLOW_KEYBOARD_INPUT\",\n \"ALLPASS\",\n \"ALPHA\",\n \"ALPHA_BITS\",\n \"ALT_MASK\",\n \"ALWAYS\",\n \"ANY_TYPE\",\n \"ANY_UNORDERED_NODE_TYPE\",\n \"ARRAY_BUFFER\",\n \"ARRAY_BUFFER_BINDING\",\n \"ATTACHED_SHADERS\",\n \"ATTRIBUTE_NODE\",\n \"AT_TARGET\",\n \"AddSearchProvider\",\n \"AnalyserNode\",\n \"AnimationEvent\",\n \"AnonXMLHttpRequest\",\n \"ApplicationCache\",\n \"ApplicationCacheErrorEvent\",\n \"Array\",\n \"ArrayBuffer\",\n \"Attr\",\n \"Audio\",\n \"AudioBuffer\",\n \"AudioBufferSourceNode\",\n \"AudioContext\",\n \"AudioDestinationNode\",\n \"AudioListener\",\n \"AudioNode\",\n \"AudioParam\",\n \"AudioProcessingEvent\",\n \"AudioStreamTrack\",\n \"AutocompleteErrorEvent\",\n \"BACK\",\n \"BAD_BOUNDARYPOINTS_ERR\",\n \"BANDPASS\",\n \"BLEND\",\n \"BLEND_COLOR\",\n \"BLEND_DST_ALPHA\",\n \"BLEND_DST_RGB\",\n \"BLEND_EQUATION\",\n \"BLEND_EQUATION_ALPHA\",\n \"BLEND_EQUATION_RGB\",\n \"BLEND_SRC_ALPHA\",\n \"BLEND_SRC_RGB\",\n \"BLUE_BITS\",\n \"BLUR\",\n \"BOOL\",\n \"BOOLEAN_TYPE\",\n \"BOOL_VEC2\",\n \"BOOL_VEC3\",\n \"BOOL_VEC4\",\n \"BOTH\",\n \"BROWSER_DEFAULT_WEBGL\",\n \"BUBBLING_PHASE\",\n \"BUFFER_SIZE\",\n \"BUFFER_USAGE\",\n \"BYTE\",\n \"BYTES_PER_ELEMENT\",\n \"BarProp\",\n \"BaseHref\",\n \"BatteryManager\",\n \"BeforeLoadEvent\",\n \"BeforeUnloadEvent\",\n \"BiquadFilterNode\",\n \"Blob\",\n \"BlobEvent\",\n \"Boolean\",\n \"CAPTURING_PHASE\",\n \"CCW\",\n \"CDATASection\",\n \"CDATA_SECTION_NODE\",\n \"CHANGE\",\n \"CHARSET_RULE\",\n \"CHECKING\",\n \"CLAMP_TO_EDGE\",\n \"CLICK\",\n \"CLOSED\",\n \"CLOSING\",\n \"COLOR_ATTACHMENT0\",\n \"COLOR_BUFFER_BIT\",\n \"COLOR_CLEAR_VALUE\",\n \"COLOR_WRITEMASK\",\n \"COMMENT_NODE\",\n \"COMPILE_STATUS\",\n \"COMPRESSED_RGBA_S3TC_DXT1_EXT\",\n \"COMPRESSED_RGBA_S3TC_DXT3_EXT\",\n \"COMPRESSED_RGBA_S3TC_DXT5_EXT\",\n \"COMPRESSED_RGB_S3TC_DXT1_EXT\",\n \"COMPRESSED_TEXTURE_FORMATS\",\n \"CONNECTING\",\n \"CONSTANT_ALPHA\",\n \"CONSTANT_COLOR\",\n \"CONSTRAINT_ERR\",\n \"CONTEXT_LOST_WEBGL\",\n \"CONTROL_MASK\",\n \"COUNTER_STYLE_RULE\",\n \"CSS\",\n \"CSS2Properties\",\n \"CSSCharsetRule\",\n \"CSSConditionRule\",\n \"CSSCounterStyleRule\",\n \"CSSFontFaceRule\",\n \"CSSFontFeatureValuesRule\",\n \"CSSGroupingRule\",\n \"CSSImportRule\",\n \"CSSKeyframeRule\",\n \"CSSKeyframesRule\",\n \"CSSMediaRule\",\n \"CSSMozDocumentRule\",\n \"CSSNameSpaceRule\",\n \"CSSPageRule\",\n \"CSSPrimitiveValue\",\n \"CSSRule\",\n \"CSSRuleList\",\n \"CSSStyleDeclaration\",\n \"CSSStyleRule\",\n \"CSSStyleSheet\",\n \"CSSSupportsRule\",\n \"CSSUnknownRule\",\n \"CSSValue\",\n \"CSSValueList\",\n \"CSSVariablesDeclaration\",\n \"CSSVariablesRule\",\n \"CSSViewportRule\",\n \"CSS_ATTR\",\n \"CSS_CM\",\n \"CSS_COUNTER\",\n \"CSS_CUSTOM\",\n \"CSS_DEG\",\n \"CSS_DIMENSION\",\n \"CSS_EMS\",\n \"CSS_EXS\",\n \"CSS_FILTER_BLUR\",\n \"CSS_FILTER_BRIGHTNESS\",\n \"CSS_FILTER_CONTRAST\",\n \"CSS_FILTER_CUSTOM\",\n \"CSS_FILTER_DROP_SHADOW\",\n \"CSS_FILTER_GRAYSCALE\",\n \"CSS_FILTER_HUE_ROTATE\",\n \"CSS_FILTER_INVERT\",\n \"CSS_FILTER_OPACITY\",\n \"CSS_FILTER_REFERENCE\",\n \"CSS_FILTER_SATURATE\",\n \"CSS_FILTER_SEPIA\",\n \"CSS_GRAD\",\n \"CSS_HZ\",\n \"CSS_IDENT\",\n \"CSS_IN\",\n \"CSS_INHERIT\",\n \"CSS_KHZ\",\n \"CSS_MATRIX\",\n \"CSS_MATRIX3D\",\n \"CSS_MM\",\n \"CSS_MS\",\n \"CSS_NUMBER\",\n \"CSS_PC\",\n \"CSS_PERCENTAGE\",\n \"CSS_PERSPECTIVE\",\n \"CSS_PRIMITIVE_VALUE\",\n \"CSS_PT\",\n \"CSS_PX\",\n \"CSS_RAD\",\n \"CSS_RECT\",\n \"CSS_RGBCOLOR\",\n \"CSS_ROTATE\",\n \"CSS_ROTATE3D\",\n \"CSS_ROTATEX\",\n \"CSS_ROTATEY\",\n \"CSS_ROTATEZ\",\n \"CSS_S\",\n \"CSS_SCALE\",\n \"CSS_SCALE3D\",\n \"CSS_SCALEX\",\n \"CSS_SCALEY\",\n \"CSS_SCALEZ\",\n \"CSS_SKEW\",\n \"CSS_SKEWX\",\n \"CSS_SKEWY\",\n \"CSS_STRING\",\n \"CSS_TRANSLATE\",\n \"CSS_TRANSLATE3D\",\n \"CSS_TRANSLATEX\",\n \"CSS_TRANSLATEY\",\n \"CSS_TRANSLATEZ\",\n \"CSS_UNKNOWN\",\n \"CSS_URI\",\n \"CSS_VALUE_LIST\",\n \"CSS_VH\",\n \"CSS_VMAX\",\n \"CSS_VMIN\",\n \"CSS_VW\",\n \"CULL_FACE\",\n \"CULL_FACE_MODE\",\n \"CURRENT_PROGRAM\",\n \"CURRENT_VERTEX_ATTRIB\",\n \"CUSTOM\",\n \"CW\",\n \"CanvasGradient\",\n \"CanvasPattern\",\n \"CanvasRenderingContext2D\",\n \"CaretPosition\",\n \"ChannelMergerNode\",\n \"ChannelSplitterNode\",\n \"CharacterData\",\n \"ClientRect\",\n \"ClientRectList\",\n \"Clipboard\",\n \"ClipboardEvent\",\n \"CloseEvent\",\n \"Collator\",\n \"CommandEvent\",\n \"Comment\",\n \"CompositionEvent\",\n \"Console\",\n \"Controllers\",\n \"ConvolverNode\",\n \"Counter\",\n \"Crypto\",\n \"CryptoKey\",\n \"CustomEvent\",\n \"DATABASE_ERR\",\n \"DATA_CLONE_ERR\",\n \"DATA_ERR\",\n \"DBLCLICK\",\n \"DECR\",\n \"DECR_WRAP\",\n \"DELETE_STATUS\",\n \"DEPTH_ATTACHMENT\",\n \"DEPTH_BITS\",\n \"DEPTH_BUFFER_BIT\",\n \"DEPTH_CLEAR_VALUE\",\n \"DEPTH_COMPONENT\",\n \"DEPTH_COMPONENT16\",\n \"DEPTH_FUNC\",\n \"DEPTH_RANGE\",\n \"DEPTH_STENCIL\",\n \"DEPTH_STENCIL_ATTACHMENT\",\n \"DEPTH_TEST\",\n \"DEPTH_WRITEMASK\",\n \"DIRECTION_DOWN\",\n \"DIRECTION_LEFT\",\n \"DIRECTION_RIGHT\",\n \"DIRECTION_UP\",\n \"DISABLED\",\n \"DISPATCH_REQUEST_ERR\",\n \"DITHER\",\n \"DOCUMENT_FRAGMENT_NODE\",\n \"DOCUMENT_NODE\",\n \"DOCUMENT_POSITION_CONTAINED_BY\",\n \"DOCUMENT_POSITION_CONTAINS\",\n \"DOCUMENT_POSITION_DISCONNECTED\",\n \"DOCUMENT_POSITION_FOLLOWING\",\n \"DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC\",\n \"DOCUMENT_POSITION_PRECEDING\",\n \"DOCUMENT_TYPE_NODE\",\n \"DOMCursor\",\n \"DOMError\",\n \"DOMException\",\n \"DOMImplementation\",\n \"DOMImplementationLS\",\n \"DOMMatrix\",\n \"DOMMatrixReadOnly\",\n \"DOMParser\",\n \"DOMPoint\",\n \"DOMPointReadOnly\",\n \"DOMQuad\",\n \"DOMRect\",\n \"DOMRectList\",\n \"DOMRectReadOnly\",\n \"DOMRequest\",\n \"DOMSTRING_SIZE_ERR\",\n \"DOMSettableTokenList\",\n \"DOMStringList\",\n \"DOMStringMap\",\n \"DOMTokenList\",\n \"DOMTransactionEvent\",\n \"DOM_DELTA_LINE\",\n \"DOM_DELTA_PAGE\",\n \"DOM_DELTA_PIXEL\",\n \"DOM_INPUT_METHOD_DROP\",\n \"DOM_INPUT_METHOD_HANDWRITING\",\n \"DOM_INPUT_METHOD_IME\",\n \"DOM_INPUT_METHOD_KEYBOARD\",\n \"DOM_INPUT_METHOD_MULTIMODAL\",\n \"DOM_INPUT_METHOD_OPTION\",\n \"DOM_INPUT_METHOD_PASTE\",\n \"DOM_INPUT_METHOD_SCRIPT\",\n \"DOM_INPUT_METHOD_UNKNOWN\",\n \"DOM_INPUT_METHOD_VOICE\",\n \"DOM_KEY_LOCATION_JOYSTICK\",\n \"DOM_KEY_LOCATION_LEFT\",\n \"DOM_KEY_LOCATION_MOBILE\",\n \"DOM_KEY_LOCATION_NUMPAD\",\n \"DOM_KEY_LOCATION_RIGHT\",\n \"DOM_KEY_LOCATION_STANDARD\",\n \"DOM_VK_0\",\n \"DOM_VK_1\",\n \"DOM_VK_2\",\n \"DOM_VK_3\",\n \"DOM_VK_4\",\n \"DOM_VK_5\",\n \"DOM_VK_6\",\n \"DOM_VK_7\",\n \"DOM_VK_8\",\n \"DOM_VK_9\",\n \"DOM_VK_A\",\n \"DOM_VK_ACCEPT\",\n \"DOM_VK_ADD\",\n \"DOM_VK_ALT\",\n \"DOM_VK_ALTGR\",\n \"DOM_VK_AMPERSAND\",\n \"DOM_VK_ASTERISK\",\n \"DOM_VK_AT\",\n \"DOM_VK_ATTN\",\n \"DOM_VK_B\",\n \"DOM_VK_BACKSPACE\",\n \"DOM_VK_BACK_QUOTE\",\n \"DOM_VK_BACK_SLASH\",\n \"DOM_VK_BACK_SPACE\",\n \"DOM_VK_C\",\n \"DOM_VK_CANCEL\",\n \"DOM_VK_CAPS_LOCK\",\n \"DOM_VK_CIRCUMFLEX\",\n \"DOM_VK_CLEAR\",\n \"DOM_VK_CLOSE_BRACKET\",\n \"DOM_VK_CLOSE_CURLY_BRACKET\",\n \"DOM_VK_CLOSE_PAREN\",\n \"DOM_VK_COLON\",\n \"DOM_VK_COMMA\",\n \"DOM_VK_CONTEXT_MENU\",\n \"DOM_VK_CONTROL\",\n \"DOM_VK_CONVERT\",\n \"DOM_VK_CRSEL\",\n \"DOM_VK_CTRL\",\n \"DOM_VK_D\",\n \"DOM_VK_DECIMAL\",\n \"DOM_VK_DELETE\",\n \"DOM_VK_DIVIDE\",\n \"DOM_VK_DOLLAR\",\n \"DOM_VK_DOUBLE_QUOTE\",\n \"DOM_VK_DOWN\",\n \"DOM_VK_E\",\n \"DOM_VK_EISU\",\n \"DOM_VK_END\",\n \"DOM_VK_ENTER\",\n \"DOM_VK_EQUALS\",\n \"DOM_VK_EREOF\",\n \"DOM_VK_ESCAPE\",\n \"DOM_VK_EXCLAMATION\",\n \"DOM_VK_EXECUTE\",\n \"DOM_VK_EXSEL\",\n \"DOM_VK_F\",\n \"DOM_VK_F1\",\n \"DOM_VK_F10\",\n \"DOM_VK_F11\",\n \"DOM_VK_F12\",\n \"DOM_VK_F13\",\n \"DOM_VK_F14\",\n \"DOM_VK_F15\",\n \"DOM_VK_F16\",\n \"DOM_VK_F17\",\n \"DOM_VK_F18\",\n \"DOM_VK_F19\",\n \"DOM_VK_F2\",\n \"DOM_VK_F20\",\n \"DOM_VK_F21\",\n \"DOM_VK_F22\",\n \"DOM_VK_F23\",\n \"DOM_VK_F24\",\n \"DOM_VK_F25\",\n \"DOM_VK_F26\",\n \"DOM_VK_F27\",\n \"DOM_VK_F28\",\n \"DOM_VK_F29\",\n \"DOM_VK_F3\",\n \"DOM_VK_F30\",\n \"DOM_VK_F31\",\n \"DOM_VK_F32\",\n \"DOM_VK_F33\",\n \"DOM_VK_F34\",\n \"DOM_VK_F35\",\n \"DOM_VK_F36\",\n \"DOM_VK_F4\",\n \"DOM_VK_F5\",\n \"DOM_VK_F6\",\n \"DOM_VK_F7\",\n \"DOM_VK_F8\",\n \"DOM_VK_F9\",\n \"DOM_VK_FINAL\",\n \"DOM_VK_FRONT\",\n \"DOM_VK_G\",\n \"DOM_VK_GREATER_THAN\",\n \"DOM_VK_H\",\n \"DOM_VK_HANGUL\",\n \"DOM_VK_HANJA\",\n \"DOM_VK_HASH\",\n \"DOM_VK_HELP\",\n \"DOM_VK_HK_TOGGLE\",\n \"DOM_VK_HOME\",\n \"DOM_VK_HYPHEN_MINUS\",\n \"DOM_VK_I\",\n \"DOM_VK_INSERT\",\n \"DOM_VK_J\",\n \"DOM_VK_JUNJA\",\n \"DOM_VK_K\",\n \"DOM_VK_KANA\",\n \"DOM_VK_KANJI\",\n \"DOM_VK_L\",\n \"DOM_VK_LEFT\",\n \"DOM_VK_LEFT_TAB\",\n \"DOM_VK_LESS_THAN\",\n \"DOM_VK_M\",\n \"DOM_VK_META\",\n \"DOM_VK_MODECHANGE\",\n \"DOM_VK_MULTIPLY\",\n \"DOM_VK_N\",\n \"DOM_VK_NONCONVERT\",\n \"DOM_VK_NUMPAD0\",\n \"DOM_VK_NUMPAD1\",\n \"DOM_VK_NUMPAD2\",\n \"DOM_VK_NUMPAD3\",\n \"DOM_VK_NUMPAD4\",\n \"DOM_VK_NUMPAD5\",\n \"DOM_VK_NUMPAD6\",\n \"DOM_VK_NUMPAD7\",\n \"DOM_VK_NUMPAD8\",\n \"DOM_VK_NUMPAD9\",\n \"DOM_VK_NUM_LOCK\",\n \"DOM_VK_O\",\n \"DOM_VK_OEM_1\",\n \"DOM_VK_OEM_102\",\n \"DOM_VK_OEM_2\",\n \"DOM_VK_OEM_3\",\n \"DOM_VK_OEM_4\",\n \"DOM_VK_OEM_5\",\n \"DOM_VK_OEM_6\",\n \"DOM_VK_OEM_7\",\n \"DOM_VK_OEM_8\",\n \"DOM_VK_OEM_COMMA\",\n \"DOM_VK_OEM_MINUS\",\n \"DOM_VK_OEM_PERIOD\",\n \"DOM_VK_OEM_PLUS\",\n \"DOM_VK_OPEN_BRACKET\",\n \"DOM_VK_OPEN_CURLY_BRACKET\",\n \"DOM_VK_OPEN_PAREN\",\n \"DOM_VK_P\",\n \"DOM_VK_PA1\",\n \"DOM_VK_PAGEDOWN\",\n \"DOM_VK_PAGEUP\",\n \"DOM_VK_PAGE_DOWN\",\n \"DOM_VK_PAGE_UP\",\n \"DOM_VK_PAUSE\",\n \"DOM_VK_PERCENT\",\n \"DOM_VK_PERIOD\",\n \"DOM_VK_PIPE\",\n \"DOM_VK_PLAY\",\n \"DOM_VK_PLUS\",\n \"DOM_VK_PRINT\",\n \"DOM_VK_PRINTSCREEN\",\n \"DOM_VK_PROCESSKEY\",\n \"DOM_VK_PROPERITES\",\n \"DOM_VK_Q\",\n \"DOM_VK_QUESTION_MARK\",\n \"DOM_VK_QUOTE\",\n \"DOM_VK_R\",\n \"DOM_VK_REDO\",\n \"DOM_VK_RETURN\",\n \"DOM_VK_RIGHT\",\n \"DOM_VK_S\",\n \"DOM_VK_SCROLL_LOCK\",\n \"DOM_VK_SELECT\",\n \"DOM_VK_SEMICOLON\",\n \"DOM_VK_SEPARATOR\",\n \"DOM_VK_SHIFT\",\n \"DOM_VK_SLASH\",\n \"DOM_VK_SLEEP\",\n \"DOM_VK_SPACE\",\n \"DOM_VK_SUBTRACT\",\n \"DOM_VK_T\",\n \"DOM_VK_TAB\",\n \"DOM_VK_TILDE\",\n \"DOM_VK_U\",\n \"DOM_VK_UNDERSCORE\",\n \"DOM_VK_UNDO\",\n \"DOM_VK_UNICODE\",\n \"DOM_VK_UP\",\n \"DOM_VK_V\",\n \"DOM_VK_VOLUME_DOWN\",\n \"DOM_VK_VOLUME_MUTE\",\n \"DOM_VK_VOLUME_UP\",\n \"DOM_VK_W\",\n \"DOM_VK_WIN\",\n \"DOM_VK_WINDOW\",\n \"DOM_VK_WIN_ICO_00\",\n \"DOM_VK_WIN_ICO_CLEAR\",\n \"DOM_VK_WIN_ICO_HELP\",\n \"DOM_VK_WIN_OEM_ATTN\",\n \"DOM_VK_WIN_OEM_AUTO\",\n \"DOM_VK_WIN_OEM_BACKTAB\",\n \"DOM_VK_WIN_OEM_CLEAR\",\n \"DOM_VK_WIN_OEM_COPY\",\n \"DOM_VK_WIN_OEM_CUSEL\",\n \"DOM_VK_WIN_OEM_ENLW\",\n \"DOM_VK_WIN_OEM_FINISH\",\n \"DOM_VK_WIN_OEM_FJ_JISHO\",\n \"DOM_VK_WIN_OEM_FJ_LOYA\",\n \"DOM_VK_WIN_OEM_FJ_MASSHOU\",\n \"DOM_VK_WIN_OEM_FJ_ROYA\",\n \"DOM_VK_WIN_OEM_FJ_TOUROKU\",\n \"DOM_VK_WIN_OEM_JUMP\",\n \"DOM_VK_WIN_OEM_PA1\",\n \"DOM_VK_WIN_OEM_PA2\",\n \"DOM_VK_WIN_OEM_PA3\",\n \"DOM_VK_WIN_OEM_RESET\",\n \"DOM_VK_WIN_OEM_WSCTRL\",\n \"DOM_VK_X\",\n \"DOM_VK_XF86XK_ADD_FAVORITE\",\n \"DOM_VK_XF86XK_APPLICATION_LEFT\",\n \"DOM_VK_XF86XK_APPLICATION_RIGHT\",\n \"DOM_VK_XF86XK_AUDIO_CYCLE_TRACK\",\n \"DOM_VK_XF86XK_AUDIO_FORWARD\",\n \"DOM_VK_XF86XK_AUDIO_LOWER_VOLUME\",\n \"DOM_VK_XF86XK_AUDIO_MEDIA\",\n \"DOM_VK_XF86XK_AUDIO_MUTE\",\n \"DOM_VK_XF86XK_AUDIO_NEXT\",\n \"DOM_VK_XF86XK_AUDIO_PAUSE\",\n \"DOM_VK_XF86XK_AUDIO_PLAY\",\n \"DOM_VK_XF86XK_AUDIO_PREV\",\n \"DOM_VK_XF86XK_AUDIO_RAISE_VOLUME\",\n \"DOM_VK_XF86XK_AUDIO_RANDOM_PLAY\",\n \"DOM_VK_XF86XK_AUDIO_RECORD\",\n \"DOM_VK_XF86XK_AUDIO_REPEAT\",\n \"DOM_VK_XF86XK_AUDIO_REWIND\",\n \"DOM_VK_XF86XK_AUDIO_STOP\",\n \"DOM_VK_XF86XK_AWAY\",\n \"DOM_VK_XF86XK_BACK\",\n \"DOM_VK_XF86XK_BACK_FORWARD\",\n \"DOM_VK_XF86XK_BATTERY\",\n \"DOM_VK_XF86XK_BLUE\",\n \"DOM_VK_XF86XK_BLUETOOTH\",\n \"DOM_VK_XF86XK_BOOK\",\n \"DOM_VK_XF86XK_BRIGHTNESS_ADJUST\",\n \"DOM_VK_XF86XK_CALCULATOR\",\n \"DOM_VK_XF86XK_CALENDAR\",\n \"DOM_VK_XF86XK_CD\",\n \"DOM_VK_XF86XK_CLOSE\",\n \"DOM_VK_XF86XK_COMMUNITY\",\n \"DOM_VK_XF86XK_CONTRAST_ADJUST\",\n \"DOM_VK_XF86XK_COPY\",\n \"DOM_VK_XF86XK_CUT\",\n \"DOM_VK_XF86XK_CYCLE_ANGLE\",\n \"DOM_VK_XF86XK_DISPLAY\",\n \"DOM_VK_XF86XK_DOCUMENTS\",\n \"DOM_VK_XF86XK_DOS\",\n \"DOM_VK_XF86XK_EJECT\",\n \"DOM_VK_XF86XK_EXCEL\",\n \"DOM_VK_XF86XK_EXPLORER\",\n \"DOM_VK_XF86XK_FAVORITES\",\n \"DOM_VK_XF86XK_FINANCE\",\n \"DOM_VK_XF86XK_FORWARD\",\n \"DOM_VK_XF86XK_FRAME_BACK\",\n \"DOM_VK_XF86XK_FRAME_FORWARD\",\n \"DOM_VK_XF86XK_GAME\",\n \"DOM_VK_XF86XK_GO\",\n \"DOM_VK_XF86XK_GREEN\",\n \"DOM_VK_XF86XK_HIBERNATE\",\n \"DOM_VK_XF86XK_HISTORY\",\n \"DOM_VK_XF86XK_HOME_PAGE\",\n \"DOM_VK_XF86XK_HOT_LINKS\",\n \"DOM_VK_XF86XK_I_TOUCH\",\n \"DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN\",\n \"DOM_VK_XF86XK_KBD_BRIGHTNESS_UP\",\n \"DOM_VK_XF86XK_KBD_LIGHT_ON_OFF\",\n \"DOM_VK_XF86XK_LAUNCH0\",\n \"DOM_VK_XF86XK_LAUNCH1\",\n \"DOM_VK_XF86XK_LAUNCH2\",\n \"DOM_VK_XF86XK_LAUNCH3\",\n \"DOM_VK_XF86XK_LAUNCH4\",\n \"DOM_VK_XF86XK_LAUNCH5\",\n \"DOM_VK_XF86XK_LAUNCH6\",\n \"DOM_VK_XF86XK_LAUNCH7\",\n \"DOM_VK_XF86XK_LAUNCH8\",\n \"DOM_VK_XF86XK_LAUNCH9\",\n \"DOM_VK_XF86XK_LAUNCH_A\",\n \"DOM_VK_XF86XK_LAUNCH_B\",\n \"DOM_VK_XF86XK_LAUNCH_C\",\n \"DOM_VK_XF86XK_LAUNCH_D\",\n \"DOM_VK_XF86XK_LAUNCH_E\",\n \"DOM_VK_XF86XK_LAUNCH_F\",\n \"DOM_VK_XF86XK_LIGHT_BULB\",\n \"DOM_VK_XF86XK_LOG_OFF\",\n \"DOM_VK_XF86XK_MAIL\",\n \"DOM_VK_XF86XK_MAIL_FORWARD\",\n \"DOM_VK_XF86XK_MARKET\",\n \"DOM_VK_XF86XK_MEETING\",\n \"DOM_VK_XF86XK_MEMO\",\n \"DOM_VK_XF86XK_MENU_KB\",\n \"DOM_VK_XF86XK_MENU_PB\",\n \"DOM_VK_XF86XK_MESSENGER\",\n \"DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN\",\n \"DOM_VK_XF86XK_MON_BRIGHTNESS_UP\",\n \"DOM_VK_XF86XK_MUSIC\",\n \"DOM_VK_XF86XK_MY_COMPUTER\",\n \"DOM_VK_XF86XK_MY_SITES\",\n \"DOM_VK_XF86XK_NEW\",\n \"DOM_VK_XF86XK_NEWS\",\n \"DOM_VK_XF86XK_OFFICE_HOME\",\n \"DOM_VK_XF86XK_OPEN\",\n \"DOM_VK_XF86XK_OPEN_URL\",\n \"DOM_VK_XF86XK_OPTION\",\n \"DOM_VK_XF86XK_PASTE\",\n \"DOM_VK_XF86XK_PHONE\",\n \"DOM_VK_XF86XK_PICTURES\",\n \"DOM_VK_XF86XK_POWER_DOWN\",\n \"DOM_VK_XF86XK_POWER_OFF\",\n \"DOM_VK_XF86XK_RED\",\n \"DOM_VK_XF86XK_REFRESH\",\n \"DOM_VK_XF86XK_RELOAD\",\n \"DOM_VK_XF86XK_REPLY\",\n \"DOM_VK_XF86XK_ROCKER_DOWN\",\n \"DOM_VK_XF86XK_ROCKER_ENTER\",\n \"DOM_VK_XF86XK_ROCKER_UP\",\n \"DOM_VK_XF86XK_ROTATE_WINDOWS\",\n \"DOM_VK_XF86XK_ROTATION_KB\",\n \"DOM_VK_XF86XK_ROTATION_PB\",\n \"DOM_VK_XF86XK_SAVE\",\n \"DOM_VK_XF86XK_SCREEN_SAVER\",\n \"DOM_VK_XF86XK_SCROLL_CLICK\",\n \"DOM_VK_XF86XK_SCROLL_DOWN\",\n \"DOM_VK_XF86XK_SCROLL_UP\",\n \"DOM_VK_XF86XK_SEARCH\",\n \"DOM_VK_XF86XK_SEND\",\n \"DOM_VK_XF86XK_SHOP\",\n \"DOM_VK_XF86XK_SPELL\",\n \"DOM_VK_XF86XK_SPLIT_SCREEN\",\n \"DOM_VK_XF86XK_STANDBY\",\n \"DOM_VK_XF86XK_START\",\n \"DOM_VK_XF86XK_STOP\",\n \"DOM_VK_XF86XK_SUBTITLE\",\n \"DOM_VK_XF86XK_SUPPORT\",\n \"DOM_VK_XF86XK_SUSPEND\",\n \"DOM_VK_XF86XK_TASK_PANE\",\n \"DOM_VK_XF86XK_TERMINAL\",\n \"DOM_VK_XF86XK_TIME\",\n \"DOM_VK_XF86XK_TOOLS\",\n \"DOM_VK_XF86XK_TOP_MENU\",\n \"DOM_VK_XF86XK_TO_DO_LIST\",\n \"DOM_VK_XF86XK_TRAVEL\",\n \"DOM_VK_XF86XK_USER1KB\",\n \"DOM_VK_XF86XK_USER2KB\",\n \"DOM_VK_XF86XK_USER_PB\",\n \"DOM_VK_XF86XK_UWB\",\n \"DOM_VK_XF86XK_VENDOR_HOME\",\n \"DOM_VK_XF86XK_VIDEO\",\n \"DOM_VK_XF86XK_VIEW\",\n \"DOM_VK_XF86XK_WAKE_UP\",\n \"DOM_VK_XF86XK_WEB_CAM\",\n \"DOM_VK_XF86XK_WHEEL_BUTTON\",\n \"DOM_VK_XF86XK_WLAN\",\n \"DOM_VK_XF86XK_WORD\",\n \"DOM_VK_XF86XK_WWW\",\n \"DOM_VK_XF86XK_XFER\",\n \"DOM_VK_XF86XK_YELLOW\",\n \"DOM_VK_XF86XK_ZOOM_IN\",\n \"DOM_VK_XF86XK_ZOOM_OUT\",\n \"DOM_VK_Y\",\n \"DOM_VK_Z\",\n \"DOM_VK_ZOOM\",\n \"DONE\",\n \"DONT_CARE\",\n \"DOWNLOADING\",\n \"DRAGDROP\",\n \"DST_ALPHA\",\n \"DST_COLOR\",\n \"DYNAMIC_DRAW\",\n \"DataChannel\",\n \"DataTransfer\",\n \"DataTransferItem\",\n \"DataTransferItemList\",\n \"DataView\",\n \"Date\",\n \"DateTimeFormat\",\n \"DelayNode\",\n \"DesktopNotification\",\n \"DesktopNotificationCenter\",\n \"DeviceLightEvent\",\n \"DeviceMotionEvent\",\n \"DeviceOrientationEvent\",\n \"DeviceProximityEvent\",\n \"DeviceStorage\",\n \"DeviceStorageChangeEvent\",\n \"Document\",\n \"DocumentFragment\",\n \"DocumentType\",\n \"DragEvent\",\n \"DynamicsCompressorNode\",\n \"E\",\n \"ELEMENT_ARRAY_BUFFER\",\n \"ELEMENT_ARRAY_BUFFER_BINDING\",\n \"ELEMENT_NODE\",\n \"EMPTY\",\n \"ENCODING_ERR\",\n \"ENDED\",\n \"END_TO_END\",\n \"END_TO_START\",\n \"ENTITY_NODE\",\n \"ENTITY_REFERENCE_NODE\",\n \"EPSILON\",\n \"EQUAL\",\n \"EQUALPOWER\",\n \"ERROR\",\n \"EXPONENTIAL_DISTANCE\",\n \"Element\",\n \"ElementQuery\",\n \"Entity\",\n \"EntityReference\",\n \"Error\",\n \"ErrorEvent\",\n \"EvalError\",\n \"Event\",\n \"EventException\",\n \"EventSource\",\n \"EventTarget\",\n \"External\",\n \"FASTEST\",\n \"FIDOSDK\",\n \"FILTER_ACCEPT\",\n \"FILTER_INTERRUPT\",\n \"FILTER_REJECT\",\n \"FILTER_SKIP\",\n \"FINISHED_STATE\",\n \"FIRST_ORDERED_NODE_TYPE\",\n \"FLOAT\",\n \"FLOAT_MAT2\",\n \"FLOAT_MAT3\",\n \"FLOAT_MAT4\",\n \"FLOAT_VEC2\",\n \"FLOAT_VEC3\",\n \"FLOAT_VEC4\",\n \"FOCUS\",\n \"FONT_FACE_RULE\",\n \"FONT_FEATURE_VALUES_RULE\",\n \"FRAGMENT_SHADER\",\n \"FRAGMENT_SHADER_DERIVATIVE_HINT_OES\",\n \"FRAMEBUFFER\",\n \"FRAMEBUFFER_ATTACHMENT_OBJECT_NAME\",\n \"FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE\",\n \"FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE\",\n \"FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL\",\n \"FRAMEBUFFER_BINDING\",\n \"FRAMEBUFFER_COMPLETE\",\n \"FRAMEBUFFER_INCOMPLETE_ATTACHMENT\",\n \"FRAMEBUFFER_INCOMPLETE_DIMENSIONS\",\n \"FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT\",\n \"FRAMEBUFFER_UNSUPPORTED\",\n \"FRONT\",\n \"FRONT_AND_BACK\",\n \"FRONT_FACE\",\n \"FUNC_ADD\",\n \"FUNC_REVERSE_SUBTRACT\",\n \"FUNC_SUBTRACT\",\n \"Feed\",\n \"FeedEntry\",\n \"File\",\n \"FileError\",\n \"FileList\",\n \"FileReader\",\n \"FindInPage\",\n \"Float32Array\",\n \"Float64Array\",\n \"FocusEvent\",\n \"FontFace\",\n \"FormData\",\n \"Function\",\n \"GENERATE_MIPMAP_HINT\",\n \"GEQUAL\",\n \"GREATER\",\n \"GREEN_BITS\",\n \"GainNode\",\n \"Gamepad\",\n \"GamepadButton\",\n \"GamepadEvent\",\n \"GestureEvent\",\n \"HAVE_CURRENT_DATA\",\n \"HAVE_ENOUGH_DATA\",\n \"HAVE_FUTURE_DATA\",\n \"HAVE_METADATA\",\n \"HAVE_NOTHING\",\n \"HEADERS_RECEIVED\",\n \"HIDDEN\",\n \"HIERARCHY_REQUEST_ERR\",\n \"HIGHPASS\",\n \"HIGHSHELF\",\n \"HIGH_FLOAT\",\n \"HIGH_INT\",\n \"HORIZONTAL\",\n \"HORIZONTAL_AXIS\",\n \"HRTF\",\n \"HTMLAllCollection\",\n \"HTMLAnchorElement\",\n \"HTMLAppletElement\",\n \"HTMLAreaElement\",\n \"HTMLAudioElement\",\n \"HTMLBRElement\",\n \"HTMLBaseElement\",\n \"HTMLBaseFontElement\",\n \"HTMLBlockquoteElement\",\n \"HTMLBodyElement\",\n \"HTMLButtonElement\",\n \"HTMLCanvasElement\",\n \"HTMLCollection\",\n \"HTMLCommandElement\",\n \"HTMLContentElement\",\n \"HTMLDListElement\",\n \"HTMLDataElement\",\n \"HTMLDataListElement\",\n \"HTMLDetailsElement\",\n \"HTMLDialogElement\",\n \"HTMLDirectoryElement\",\n \"HTMLDivElement\",\n \"HTMLDocument\",\n \"HTMLElement\",\n \"HTMLEmbedElement\",\n \"HTMLFieldSetElement\",\n \"HTMLFontElement\",\n \"HTMLFormControlsCollection\",\n \"HTMLFormElement\",\n \"HTMLFrameElement\",\n \"HTMLFrameSetElement\",\n \"HTMLHRElement\",\n \"HTMLHeadElement\",\n \"HTMLHeadingElement\",\n \"HTMLHtmlElement\",\n \"HTMLIFrameElement\",\n \"HTMLImageElement\",\n \"HTMLInputElement\",\n \"HTMLIsIndexElement\",\n \"HTMLKeygenElement\",\n \"HTMLLIElement\",\n \"HTMLLabelElement\",\n \"HTMLLegendElement\",\n \"HTMLLinkElement\",\n \"HTMLMapElement\",\n \"HTMLMarqueeElement\",\n \"HTMLMediaElement\",\n \"HTMLMenuElement\",\n \"HTMLMenuItemElement\",\n \"HTMLMetaElement\",\n \"HTMLMeterElement\",\n \"HTMLModElement\",\n \"HTMLOListElement\",\n \"HTMLObjectElement\",\n \"HTMLOptGroupElement\",\n \"HTMLOptionElement\",\n \"HTMLOptionsCollection\",\n \"HTMLOutputElement\",\n \"HTMLParagraphElement\",\n \"HTMLParamElement\",\n \"HTMLPictureElement\",\n \"HTMLPreElement\",\n \"HTMLProgressElement\",\n \"HTMLPropertiesCollection\",\n \"HTMLQuoteElement\",\n \"HTMLScriptElement\",\n \"HTMLSelectElement\",\n \"HTMLShadowElement\",\n \"HTMLSourceElement\",\n \"HTMLSpanElement\",\n \"HTMLStyleElement\",\n \"HTMLTableCaptionElement\",\n \"HTMLTableCellElement\",\n \"HTMLTableColElement\",\n \"HTMLTableElement\",\n \"HTMLTableRowElement\",\n \"HTMLTableSectionElement\",\n \"HTMLTemplateElement\",\n \"HTMLTextAreaElement\",\n \"HTMLTimeElement\",\n \"HTMLTitleElement\",\n \"HTMLTrackElement\",\n \"HTMLUListElement\",\n \"HTMLUnknownElement\",\n \"HTMLVideoElement\",\n \"HashChangeEvent\",\n \"Headers\",\n \"History\",\n \"ICE_CHECKING\",\n \"ICE_CLOSED\",\n \"ICE_COMPLETED\",\n \"ICE_CONNECTED\",\n \"ICE_FAILED\",\n \"ICE_GATHERING\",\n \"ICE_WAITING\",\n \"IDBCursor\",\n \"IDBCursorWithValue\",\n \"IDBDatabase\",\n \"IDBDatabaseException\",\n \"IDBFactory\",\n \"IDBFileHandle\",\n \"IDBFileRequest\",\n \"IDBIndex\",\n \"IDBKeyRange\",\n \"IDBMutableFile\",\n \"IDBObjectStore\",\n \"IDBOpenDBRequest\",\n \"IDBRequest\",\n \"IDBTransaction\",\n \"IDBVersionChangeEvent\",\n \"IDLE\",\n \"IMPLEMENTATION_COLOR_READ_FORMAT\",\n \"IMPLEMENTATION_COLOR_READ_TYPE\",\n \"IMPORT_RULE\",\n \"INCR\",\n \"INCR_WRAP\",\n \"INDEX_SIZE_ERR\",\n \"INT\",\n \"INT_VEC2\",\n \"INT_VEC3\",\n \"INT_VEC4\",\n \"INUSE_ATTRIBUTE_ERR\",\n \"INVALID_ACCESS_ERR\",\n \"INVALID_CHARACTER_ERR\",\n \"INVALID_ENUM\",\n \"INVALID_EXPRESSION_ERR\",\n \"INVALID_FRAMEBUFFER_OPERATION\",\n \"INVALID_MODIFICATION_ERR\",\n \"INVALID_NODE_TYPE_ERR\",\n \"INVALID_OPERATION\",\n \"INVALID_STATE_ERR\",\n \"INVALID_VALUE\",\n \"INVERSE_DISTANCE\",\n \"INVERT\",\n \"IceCandidate\",\n \"Image\",\n \"ImageBitmap\",\n \"ImageData\",\n \"Infinity\",\n \"InputEvent\",\n \"InputMethodContext\",\n \"InstallTrigger\",\n \"Int16Array\",\n \"Int32Array\",\n \"Int8Array\",\n \"Intent\",\n \"InternalError\",\n \"Intl\",\n \"IsSearchProviderInstalled\",\n \"Iterator\",\n \"JSON\",\n \"KEEP\",\n \"KEYDOWN\",\n \"KEYFRAMES_RULE\",\n \"KEYFRAME_RULE\",\n \"KEYPRESS\",\n \"KEYUP\",\n \"KeyEvent\",\n \"KeyboardEvent\",\n \"LENGTHADJUST_SPACING\",\n \"LENGTHADJUST_SPACINGANDGLYPHS\",\n \"LENGTHADJUST_UNKNOWN\",\n \"LEQUAL\",\n \"LESS\",\n \"LINEAR\",\n \"LINEAR_DISTANCE\",\n \"LINEAR_MIPMAP_LINEAR\",\n \"LINEAR_MIPMAP_NEAREST\",\n \"LINES\",\n \"LINE_LOOP\",\n \"LINE_STRIP\",\n \"LINE_WIDTH\",\n \"LINK_STATUS\",\n \"LIVE\",\n \"LN10\",\n \"LN2\",\n \"LOADED\",\n \"LOADING\",\n \"LOG10E\",\n \"LOG2E\",\n \"LOWPASS\",\n \"LOWSHELF\",\n \"LOW_FLOAT\",\n \"LOW_INT\",\n \"LSException\",\n \"LSParserFilter\",\n \"LUMINANCE\",\n \"LUMINANCE_ALPHA\",\n \"LocalMediaStream\",\n \"Location\",\n \"MAX_COMBINED_TEXTURE_IMAGE_UNITS\",\n \"MAX_CUBE_MAP_TEXTURE_SIZE\",\n \"MAX_FRAGMENT_UNIFORM_VECTORS\",\n \"MAX_RENDERBUFFER_SIZE\",\n \"MAX_SAFE_INTEGER\",\n \"MAX_TEXTURE_IMAGE_UNITS\",\n \"MAX_TEXTURE_MAX_ANISOTROPY_EXT\",\n \"MAX_TEXTURE_SIZE\",\n \"MAX_VALUE\",\n \"MAX_VARYING_VECTORS\",\n \"MAX_VERTEX_ATTRIBS\",\n \"MAX_VERTEX_TEXTURE_IMAGE_UNITS\",\n \"MAX_VERTEX_UNIFORM_VECTORS\",\n \"MAX_VIEWPORT_DIMS\",\n \"MEDIA_ERR_ABORTED\",\n \"MEDIA_ERR_DECODE\",\n \"MEDIA_ERR_ENCRYPTED\",\n \"MEDIA_ERR_NETWORK\",\n \"MEDIA_ERR_SRC_NOT_SUPPORTED\",\n \"MEDIA_KEYERR_CLIENT\",\n \"MEDIA_KEYERR_DOMAIN\",\n \"MEDIA_KEYERR_HARDWARECHANGE\",\n \"MEDIA_KEYERR_OUTPUT\",\n \"MEDIA_KEYERR_SERVICE\",\n \"MEDIA_KEYERR_UNKNOWN\",\n \"MEDIA_RULE\",\n \"MEDIUM_FLOAT\",\n \"MEDIUM_INT\",\n \"META_MASK\",\n \"MIN_SAFE_INTEGER\",\n \"MIN_VALUE\",\n \"MIRRORED_REPEAT\",\n \"MODE_ASYNCHRONOUS\",\n \"MODE_SYNCHRONOUS\",\n \"MODIFICATION\",\n \"MOUSEDOWN\",\n \"MOUSEDRAG\",\n \"MOUSEMOVE\",\n \"MOUSEOUT\",\n \"MOUSEOVER\",\n \"MOUSEUP\",\n \"MOZ_KEYFRAMES_RULE\",\n \"MOZ_KEYFRAME_RULE\",\n \"MOZ_SOURCE_CURSOR\",\n \"MOZ_SOURCE_ERASER\",\n \"MOZ_SOURCE_KEYBOARD\",\n \"MOZ_SOURCE_MOUSE\",\n \"MOZ_SOURCE_PEN\",\n \"MOZ_SOURCE_TOUCH\",\n \"MOZ_SOURCE_UNKNOWN\",\n \"MSGESTURE_FLAG_BEGIN\",\n \"MSGESTURE_FLAG_CANCEL\",\n \"MSGESTURE_FLAG_END\",\n \"MSGESTURE_FLAG_INERTIA\",\n \"MSGESTURE_FLAG_NONE\",\n \"MSPOINTER_TYPE_MOUSE\",\n \"MSPOINTER_TYPE_PEN\",\n \"MSPOINTER_TYPE_TOUCH\",\n \"MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE\",\n \"MS_ASYNC_CALLBACK_STATUS_CANCEL\",\n \"MS_ASYNC_CALLBACK_STATUS_CHOOSEANY\",\n \"MS_ASYNC_CALLBACK_STATUS_ERROR\",\n \"MS_ASYNC_CALLBACK_STATUS_JOIN\",\n \"MS_ASYNC_OP_STATUS_CANCELED\",\n \"MS_ASYNC_OP_STATUS_ERROR\",\n \"MS_ASYNC_OP_STATUS_SUCCESS\",\n \"MS_MANIPULATION_STATE_ACTIVE\",\n \"MS_MANIPULATION_STATE_CANCELLED\",\n \"MS_MANIPULATION_STATE_COMMITTED\",\n \"MS_MANIPULATION_STATE_DRAGGING\",\n \"MS_MANIPULATION_STATE_INERTIA\",\n \"MS_MANIPULATION_STATE_PRESELECT\",\n \"MS_MANIPULATION_STATE_SELECTING\",\n \"MS_MANIPULATION_STATE_STOPPED\",\n \"MS_MEDIA_ERR_ENCRYPTED\",\n \"MS_MEDIA_KEYERR_CLIENT\",\n \"MS_MEDIA_KEYERR_DOMAIN\",\n \"MS_MEDIA_KEYERR_HARDWARECHANGE\",\n \"MS_MEDIA_KEYERR_OUTPUT\",\n \"MS_MEDIA_KEYERR_SERVICE\",\n \"MS_MEDIA_KEYERR_UNKNOWN\",\n \"Map\",\n \"Math\",\n \"MediaController\",\n \"MediaDevices\",\n \"MediaElementAudioSourceNode\",\n \"MediaEncryptedEvent\",\n \"MediaError\",\n \"MediaKeyError\",\n \"MediaKeyEvent\",\n \"MediaKeyMessageEvent\",\n \"MediaKeyNeededEvent\",\n \"MediaKeySession\",\n \"MediaKeyStatusMap\",\n \"MediaKeySystemAccess\",\n \"MediaKeys\",\n \"MediaList\",\n \"MediaQueryList\",\n \"MediaQueryListEvent\",\n \"MediaRecorder\",\n \"MediaSource\",\n \"MediaStream\",\n \"MediaStreamAudioDestinationNode\",\n \"MediaStreamAudioSourceNode\",\n \"MediaStreamEvent\",\n \"MediaStreamTrack\",\n \"MediaStreamTrackEvent\",\n \"MessageChannel\",\n \"MessageEvent\",\n \"MessagePort\",\n \"Methods\",\n \"MimeType\",\n \"MimeTypeArray\",\n \"MouseEvent\",\n \"MouseScrollEvent\",\n \"MozAnimation\",\n \"MozAnimationDelay\",\n \"MozAnimationDirection\",\n \"MozAnimationDuration\",\n \"MozAnimationFillMode\",\n \"MozAnimationIterationCount\",\n \"MozAnimationName\",\n \"MozAnimationPlayState\",\n \"MozAnimationTimingFunction\",\n \"MozAppearance\",\n \"MozBackfaceVisibility\",\n \"MozBinding\",\n \"MozBorderBottomColors\",\n \"MozBorderEnd\",\n \"MozBorderEndColor\",\n \"MozBorderEndStyle\",\n \"MozBorderEndWidth\",\n \"MozBorderImage\",\n \"MozBorderLeftColors\",\n \"MozBorderRightColors\",\n \"MozBorderStart\",\n \"MozBorderStartColor\",\n \"MozBorderStartStyle\",\n \"MozBorderStartWidth\",\n \"MozBorderTopColors\",\n \"MozBoxAlign\",\n \"MozBoxDirection\",\n \"MozBoxFlex\",\n \"MozBoxOrdinalGroup\",\n \"MozBoxOrient\",\n \"MozBoxPack\",\n \"MozBoxSizing\",\n \"MozCSSKeyframeRule\",\n \"MozCSSKeyframesRule\",\n \"MozColumnCount\",\n \"MozColumnFill\",\n \"MozColumnGap\",\n \"MozColumnRule\",\n \"MozColumnRuleColor\",\n \"MozColumnRuleStyle\",\n \"MozColumnRuleWidth\",\n \"MozColumnWidth\",\n \"MozColumns\",\n \"MozContactChangeEvent\",\n \"MozFloatEdge\",\n \"MozFontFeatureSettings\",\n \"MozFontLanguageOverride\",\n \"MozForceBrokenImageIcon\",\n \"MozHyphens\",\n \"MozImageRegion\",\n \"MozMarginEnd\",\n \"MozMarginStart\",\n \"MozMmsEvent\",\n \"MozMmsMessage\",\n \"MozMobileMessageThread\",\n \"MozOSXFontSmoothing\",\n \"MozOrient\",\n \"MozOutlineRadius\",\n \"MozOutlineRadiusBottomleft\",\n \"MozOutlineRadiusBottomright\",\n \"MozOutlineRadiusTopleft\",\n \"MozOutlineRadiusTopright\",\n \"MozPaddingEnd\",\n \"MozPaddingStart\",\n \"MozPerspective\",\n \"MozPerspectiveOrigin\",\n \"MozPowerManager\",\n \"MozSettingsEvent\",\n \"MozSmsEvent\",\n \"MozSmsMessage\",\n \"MozStackSizing\",\n \"MozTabSize\",\n \"MozTextAlignLast\",\n \"MozTextDecorationColor\",\n \"MozTextDecorationLine\",\n \"MozTextDecorationStyle\",\n \"MozTextSizeAdjust\",\n \"MozTransform\",\n \"MozTransformOrigin\",\n \"MozTransformStyle\",\n \"MozTransition\",\n \"MozTransitionDelay\",\n \"MozTransitionDuration\",\n \"MozTransitionProperty\",\n \"MozTransitionTimingFunction\",\n \"MozUserFocus\",\n \"MozUserInput\",\n \"MozUserModify\",\n \"MozUserSelect\",\n \"MozWindowDragging\",\n \"MozWindowShadow\",\n \"MutationEvent\",\n \"MutationObserver\",\n \"MutationRecord\",\n \"NAMESPACE_ERR\",\n \"NAMESPACE_RULE\",\n \"NEAREST\",\n \"NEAREST_MIPMAP_LINEAR\",\n \"NEAREST_MIPMAP_NEAREST\",\n \"NEGATIVE_INFINITY\",\n \"NETWORK_EMPTY\",\n \"NETWORK_ERR\",\n \"NETWORK_IDLE\",\n \"NETWORK_LOADED\",\n \"NETWORK_LOADING\",\n \"NETWORK_NO_SOURCE\",\n \"NEVER\",\n \"NEW\",\n \"NEXT\",\n \"NEXT_NO_DUPLICATE\",\n \"NICEST\",\n \"NODE_AFTER\",\n \"NODE_BEFORE\",\n \"NODE_BEFORE_AND_AFTER\",\n \"NODE_INSIDE\",\n \"NONE\",\n \"NON_TRANSIENT_ERR\",\n \"NOTATION_NODE\",\n \"NOTCH\",\n \"NOTEQUAL\",\n \"NOT_ALLOWED_ERR\",\n \"NOT_FOUND_ERR\",\n \"NOT_READABLE_ERR\",\n \"NOT_SUPPORTED_ERR\",\n \"NO_DATA_ALLOWED_ERR\",\n \"NO_ERR\",\n \"NO_ERROR\",\n \"NO_MODIFICATION_ALLOWED_ERR\",\n \"NUMBER_TYPE\",\n \"NUM_COMPRESSED_TEXTURE_FORMATS\",\n \"NaN\",\n \"NamedNodeMap\",\n \"Navigator\",\n \"NearbyLinks\",\n \"NetworkInformation\",\n \"Node\",\n \"NodeFilter\",\n \"NodeIterator\",\n \"NodeList\",\n \"Notation\",\n \"Notification\",\n \"NotifyPaintEvent\",\n \"Number\",\n \"NumberFormat\",\n \"OBSOLETE\",\n \"ONE\",\n \"ONE_MINUS_CONSTANT_ALPHA\",\n \"ONE_MINUS_CONSTANT_COLOR\",\n \"ONE_MINUS_DST_ALPHA\",\n \"ONE_MINUS_DST_COLOR\",\n \"ONE_MINUS_SRC_ALPHA\",\n \"ONE_MINUS_SRC_COLOR\",\n \"OPEN\",\n \"OPENED\",\n \"OPENING\",\n \"ORDERED_NODE_ITERATOR_TYPE\",\n \"ORDERED_NODE_SNAPSHOT_TYPE\",\n \"OUT_OF_MEMORY\",\n \"Object\",\n \"OfflineAudioCompletionEvent\",\n \"OfflineAudioContext\",\n \"OfflineResourceList\",\n \"Option\",\n \"OscillatorNode\",\n \"OverflowEvent\",\n \"PACK_ALIGNMENT\",\n \"PAGE_RULE\",\n \"PARSE_ERR\",\n \"PATHSEG_ARC_ABS\",\n \"PATHSEG_ARC_REL\",\n \"PATHSEG_CLOSEPATH\",\n \"PATHSEG_CURVETO_CUBIC_ABS\",\n \"PATHSEG_CURVETO_CUBIC_REL\",\n \"PATHSEG_CURVETO_CUBIC_SMOOTH_ABS\",\n \"PATHSEG_CURVETO_CUBIC_SMOOTH_REL\",\n \"PATHSEG_CURVETO_QUADRATIC_ABS\",\n \"PATHSEG_CURVETO_QUADRATIC_REL\",\n \"PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS\",\n \"PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL\",\n \"PATHSEG_LINETO_ABS\",\n \"PATHSEG_LINETO_HORIZONTAL_ABS\",\n \"PATHSEG_LINETO_HORIZONTAL_REL\",\n \"PATHSEG_LINETO_REL\",\n \"PATHSEG_LINETO_VERTICAL_ABS\",\n \"PATHSEG_LINETO_VERTICAL_REL\",\n \"PATHSEG_MOVETO_ABS\",\n \"PATHSEG_MOVETO_REL\",\n \"PATHSEG_UNKNOWN\",\n \"PATH_EXISTS_ERR\",\n \"PEAKING\",\n \"PERMISSION_DENIED\",\n \"PERSISTENT\",\n \"PI\",\n \"PLAYING_STATE\",\n \"POINTS\",\n \"POLYGON_OFFSET_FACTOR\",\n \"POLYGON_OFFSET_FILL\",\n \"POLYGON_OFFSET_UNITS\",\n \"POSITION_UNAVAILABLE\",\n \"POSITIVE_INFINITY\",\n \"PREV\",\n \"PREV_NO_DUPLICATE\",\n \"PROCESSING_INSTRUCTION_NODE\",\n \"PageChangeEvent\",\n \"PageTransitionEvent\",\n \"PaintRequest\",\n \"PaintRequestList\",\n \"PannerNode\",\n \"Path2D\",\n \"Performance\",\n \"PerformanceEntry\",\n \"PerformanceMark\",\n \"PerformanceMeasure\",\n \"PerformanceNavigation\",\n \"PerformanceResourceTiming\",\n \"PerformanceTiming\",\n \"PeriodicWave\",\n \"Plugin\",\n \"PluginArray\",\n \"PopStateEvent\",\n \"PopupBlockedEvent\",\n \"ProcessingInstruction\",\n \"ProgressEvent\",\n \"Promise\",\n \"PropertyNodeList\",\n \"Proxy\",\n \"PushManager\",\n \"PushSubscription\",\n \"Q\",\n \"QUOTA_ERR\",\n \"QUOTA_EXCEEDED_ERR\",\n \"QueryInterface\",\n \"READ_ONLY\",\n \"READ_ONLY_ERR\",\n \"READ_WRITE\",\n \"RED_BITS\",\n \"REMOVAL\",\n \"RENDERBUFFER\",\n \"RENDERBUFFER_ALPHA_SIZE\",\n \"RENDERBUFFER_BINDING\",\n \"RENDERBUFFER_BLUE_SIZE\",\n \"RENDERBUFFER_DEPTH_SIZE\",\n \"RENDERBUFFER_GREEN_SIZE\",\n \"RENDERBUFFER_HEIGHT\",\n \"RENDERBUFFER_INTERNAL_FORMAT\",\n \"RENDERBUFFER_RED_SIZE\",\n \"RENDERBUFFER_STENCIL_SIZE\",\n \"RENDERBUFFER_WIDTH\",\n \"RENDERER\",\n \"RENDERING_INTENT_ABSOLUTE_COLORIMETRIC\",\n \"RENDERING_INTENT_AUTO\",\n \"RENDERING_INTENT_PERCEPTUAL\",\n \"RENDERING_INTENT_RELATIVE_COLORIMETRIC\",\n \"RENDERING_INTENT_SATURATION\",\n \"RENDERING_INTENT_UNKNOWN\",\n \"REPEAT\",\n \"REPLACE\",\n \"RGB\",\n \"RGB565\",\n \"RGB5_A1\",\n \"RGBA\",\n \"RGBA4\",\n \"RGBColor\",\n \"ROTATION_CLOCKWISE\",\n \"ROTATION_COUNTERCLOCKWISE\",\n \"RTCDataChannelEvent\",\n \"RTCIceCandidate\",\n \"RTCPeerConnectionIceEvent\",\n \"RTCRtpReceiver\",\n \"RTCRtpSender\",\n \"RTCSessionDescription\",\n \"RTCStatsReport\",\n \"RadioNodeList\",\n \"Range\",\n \"RangeError\",\n \"RangeException\",\n \"RecordErrorEvent\",\n \"Rect\",\n \"ReferenceError\",\n \"RegExp\",\n \"Request\",\n \"Response\",\n \"SAMPLER_2D\",\n \"SAMPLER_CUBE\",\n \"SAMPLES\",\n \"SAMPLE_ALPHA_TO_COVERAGE\",\n \"SAMPLE_BUFFERS\",\n \"SAMPLE_COVERAGE\",\n \"SAMPLE_COVERAGE_INVERT\",\n \"SAMPLE_COVERAGE_VALUE\",\n \"SAWTOOTH\",\n \"SCHEDULED_STATE\",\n \"SCISSOR_BOX\",\n \"SCISSOR_TEST\",\n \"SCROLL_PAGE_DOWN\",\n \"SCROLL_PAGE_UP\",\n \"SDP_ANSWER\",\n \"SDP_OFFER\",\n \"SDP_PRANSWER\",\n \"SECURITY_ERR\",\n \"SELECT\",\n \"SERIALIZE_ERR\",\n \"SEVERITY_ERROR\",\n \"SEVERITY_FATAL_ERROR\",\n \"SEVERITY_WARNING\",\n \"SHADER_COMPILER\",\n \"SHADER_TYPE\",\n \"SHADING_LANGUAGE_VERSION\",\n \"SHIFT_MASK\",\n \"SHORT\",\n \"SHOWING\",\n \"SHOW_ALL\",\n \"SHOW_ATTRIBUTE\",\n \"SHOW_CDATA_SECTION\",\n \"SHOW_COMMENT\",\n \"SHOW_DOCUMENT\",\n \"SHOW_DOCUMENT_FRAGMENT\",\n \"SHOW_DOCUMENT_TYPE\",\n \"SHOW_ELEMENT\",\n \"SHOW_ENTITY\",\n \"SHOW_ENTITY_REFERENCE\",\n \"SHOW_NOTATION\",\n \"SHOW_PROCESSING_INSTRUCTION\",\n \"SHOW_TEXT\",\n \"SINE\",\n \"SOUNDFIELD\",\n \"SQLException\",\n \"SQRT1_2\",\n \"SQRT2\",\n \"SQUARE\",\n \"SRC_ALPHA\",\n \"SRC_ALPHA_SATURATE\",\n \"SRC_COLOR\",\n \"START_TO_END\",\n \"START_TO_START\",\n \"STATIC_DRAW\",\n \"STENCIL_ATTACHMENT\",\n \"STENCIL_BACK_FAIL\",\n \"STENCIL_BACK_FUNC\",\n \"STENCIL_BACK_PASS_DEPTH_FAIL\",\n \"STENCIL_BACK_PASS_DEPTH_PASS\",\n \"STENCIL_BACK_REF\",\n \"STENCIL_BACK_VALUE_MASK\",\n \"STENCIL_BACK_WRITEMASK\",\n \"STENCIL_BITS\",\n \"STENCIL_BUFFER_BIT\",\n \"STENCIL_CLEAR_VALUE\",\n \"STENCIL_FAIL\",\n \"STENCIL_FUNC\",\n \"STENCIL_INDEX\",\n \"STENCIL_INDEX8\",\n \"STENCIL_PASS_DEPTH_FAIL\",\n \"STENCIL_PASS_DEPTH_PASS\",\n \"STENCIL_REF\",\n \"STENCIL_TEST\",\n \"STENCIL_VALUE_MASK\",\n \"STENCIL_WRITEMASK\",\n \"STREAM_DRAW\",\n \"STRING_TYPE\",\n \"STYLE_RULE\",\n \"SUBPIXEL_BITS\",\n \"SUPPORTS_RULE\",\n \"SVGAElement\",\n \"SVGAltGlyphDefElement\",\n \"SVGAltGlyphElement\",\n \"SVGAltGlyphItemElement\",\n \"SVGAngle\",\n \"SVGAnimateColorElement\",\n \"SVGAnimateElement\",\n \"SVGAnimateMotionElement\",\n \"SVGAnimateTransformElement\",\n \"SVGAnimatedAngle\",\n \"SVGAnimatedBoolean\",\n \"SVGAnimatedEnumeration\",\n \"SVGAnimatedInteger\",\n \"SVGAnimatedLength\",\n \"SVGAnimatedLengthList\",\n \"SVGAnimatedNumber\",\n \"SVGAnimatedNumberList\",\n \"SVGAnimatedPreserveAspectRatio\",\n \"SVGAnimatedRect\",\n \"SVGAnimatedString\",\n \"SVGAnimatedTransformList\",\n \"SVGAnimationElement\",\n \"SVGCircleElement\",\n \"SVGClipPathElement\",\n \"SVGColor\",\n \"SVGComponentTransferFunctionElement\",\n \"SVGCursorElement\",\n \"SVGDefsElement\",\n \"SVGDescElement\",\n \"SVGDiscardElement\",\n \"SVGDocument\",\n \"SVGElement\",\n \"SVGElementInstance\",\n \"SVGElementInstanceList\",\n \"SVGEllipseElement\",\n \"SVGException\",\n \"SVGFEBlendElement\",\n \"SVGFEColorMatrixElement\",\n \"SVGFEComponentTransferElement\",\n \"SVGFECompositeElement\",\n \"SVGFEConvolveMatrixElement\",\n \"SVGFEDiffuseLightingElement\",\n \"SVGFEDisplacementMapElement\",\n \"SVGFEDistantLightElement\",\n \"SVGFEDropShadowElement\",\n \"SVGFEFloodElement\",\n \"SVGFEFuncAElement\",\n \"SVGFEFuncBElement\",\n \"SVGFEFuncGElement\",\n \"SVGFEFuncRElement\",\n \"SVGFEGaussianBlurElement\",\n \"SVGFEImageElement\",\n \"SVGFEMergeElement\",\n \"SVGFEMergeNodeElement\",\n \"SVGFEMorphologyElement\",\n \"SVGFEOffsetElement\",\n \"SVGFEPointLightElement\",\n \"SVGFESpecularLightingElement\",\n \"SVGFESpotLightElement\",\n \"SVGFETileElement\",\n \"SVGFETurbulenceElement\",\n \"SVGFilterElement\",\n \"SVGFontElement\",\n \"SVGFontFaceElement\",\n \"SVGFontFaceFormatElement\",\n \"SVGFontFaceNameElement\",\n \"SVGFontFaceSrcElement\",\n \"SVGFontFaceUriElement\",\n \"SVGForeignObjectElement\",\n \"SVGGElement\",\n \"SVGGeometryElement\",\n \"SVGGlyphElement\",\n \"SVGGlyphRefElement\",\n \"SVGGradientElement\",\n \"SVGGraphicsElement\",\n \"SVGHKernElement\",\n \"SVGImageElement\",\n \"SVGLength\",\n \"SVGLengthList\",\n \"SVGLineElement\",\n \"SVGLinearGradientElement\",\n \"SVGMPathElement\",\n \"SVGMarkerElement\",\n \"SVGMaskElement\",\n \"SVGMatrix\",\n \"SVGMetadataElement\",\n \"SVGMissingGlyphElement\",\n \"SVGNumber\",\n \"SVGNumberList\",\n \"SVGPaint\",\n \"SVGPathElement\",\n \"SVGPathSeg\",\n \"SVGPathSegArcAbs\",\n \"SVGPathSegArcRel\",\n \"SVGPathSegClosePath\",\n \"SVGPathSegCurvetoCubicAbs\",\n \"SVGPathSegCurvetoCubicRel\",\n \"SVGPathSegCurvetoCubicSmoothAbs\",\n \"SVGPathSegCurvetoCubicSmoothRel\",\n \"SVGPathSegCurvetoQuadraticAbs\",\n \"SVGPathSegCurvetoQuadraticRel\",\n \"SVGPathSegCurvetoQuadraticSmoothAbs\",\n \"SVGPathSegCurvetoQuadraticSmoothRel\",\n \"SVGPathSegLinetoAbs\",\n \"SVGPathSegLinetoHorizontalAbs\",\n \"SVGPathSegLinetoHorizontalRel\",\n \"SVGPathSegLinetoRel\",\n \"SVGPathSegLinetoVerticalAbs\",\n \"SVGPathSegLinetoVerticalRel\",\n \"SVGPathSegList\",\n \"SVGPathSegMovetoAbs\",\n \"SVGPathSegMovetoRel\",\n \"SVGPatternElement\",\n \"SVGPoint\",\n \"SVGPointList\",\n \"SVGPolygonElement\",\n \"SVGPolylineElement\",\n \"SVGPreserveAspectRatio\",\n \"SVGRadialGradientElement\",\n \"SVGRect\",\n \"SVGRectElement\",\n \"SVGRenderingIntent\",\n \"SVGSVGElement\",\n \"SVGScriptElement\",\n \"SVGSetElement\",\n \"SVGStopElement\",\n \"SVGStringList\",\n \"SVGStyleElement\",\n \"SVGSwitchElement\",\n \"SVGSymbolElement\",\n \"SVGTRefElement\",\n \"SVGTSpanElement\",\n \"SVGTextContentElement\",\n \"SVGTextElement\",\n \"SVGTextPathElement\",\n \"SVGTextPositioningElement\",\n \"SVGTitleElement\",\n \"SVGTransform\",\n \"SVGTransformList\",\n \"SVGUnitTypes\",\n \"SVGUseElement\",\n \"SVGVKernElement\",\n \"SVGViewElement\",\n \"SVGViewSpec\",\n \"SVGZoomAndPan\",\n \"SVGZoomEvent\",\n \"SVG_ANGLETYPE_DEG\",\n \"SVG_ANGLETYPE_GRAD\",\n \"SVG_ANGLETYPE_RAD\",\n \"SVG_ANGLETYPE_UNKNOWN\",\n \"SVG_ANGLETYPE_UNSPECIFIED\",\n \"SVG_CHANNEL_A\",\n \"SVG_CHANNEL_B\",\n \"SVG_CHANNEL_G\",\n \"SVG_CHANNEL_R\",\n \"SVG_CHANNEL_UNKNOWN\",\n \"SVG_COLORTYPE_CURRENTCOLOR\",\n \"SVG_COLORTYPE_RGBCOLOR\",\n \"SVG_COLORTYPE_RGBCOLOR_ICCCOLOR\",\n \"SVG_COLORTYPE_UNKNOWN\",\n \"SVG_EDGEMODE_DUPLICATE\",\n \"SVG_EDGEMODE_NONE\",\n \"SVG_EDGEMODE_UNKNOWN\",\n \"SVG_EDGEMODE_WRAP\",\n \"SVG_FEBLEND_MODE_COLOR\",\n \"SVG_FEBLEND_MODE_COLOR_BURN\",\n \"SVG_FEBLEND_MODE_COLOR_DODGE\",\n \"SVG_FEBLEND_MODE_DARKEN\",\n \"SVG_FEBLEND_MODE_DIFFERENCE\",\n \"SVG_FEBLEND_MODE_EXCLUSION\",\n \"SVG_FEBLEND_MODE_HARD_LIGHT\",\n \"SVG_FEBLEND_MODE_HUE\",\n \"SVG_FEBLEND_MODE_LIGHTEN\",\n \"SVG_FEBLEND_MODE_LUMINOSITY\",\n \"SVG_FEBLEND_MODE_MULTIPLY\",\n \"SVG_FEBLEND_MODE_NORMAL\",\n \"SVG_FEBLEND_MODE_OVERLAY\",\n \"SVG_FEBLEND_MODE_SATURATION\",\n \"SVG_FEBLEND_MODE_SCREEN\",\n \"SVG_FEBLEND_MODE_SOFT_LIGHT\",\n \"SVG_FEBLEND_MODE_UNKNOWN\",\n \"SVG_FECOLORMATRIX_TYPE_HUEROTATE\",\n \"SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA\",\n \"SVG_FECOLORMATRIX_TYPE_MATRIX\",\n \"SVG_FECOLORMATRIX_TYPE_SATURATE\",\n \"SVG_FECOLORMATRIX_TYPE_UNKNOWN\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_GAMMA\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_LINEAR\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_TABLE\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN\",\n \"SVG_FECOMPOSITE_OPERATOR_ARITHMETIC\",\n \"SVG_FECOMPOSITE_OPERATOR_ATOP\",\n \"SVG_FECOMPOSITE_OPERATOR_IN\",\n \"SVG_FECOMPOSITE_OPERATOR_OUT\",\n \"SVG_FECOMPOSITE_OPERATOR_OVER\",\n \"SVG_FECOMPOSITE_OPERATOR_UNKNOWN\",\n \"SVG_FECOMPOSITE_OPERATOR_XOR\",\n \"SVG_INVALID_VALUE_ERR\",\n \"SVG_LENGTHTYPE_CM\",\n \"SVG_LENGTHTYPE_EMS\",\n \"SVG_LENGTHTYPE_EXS\",\n \"SVG_LENGTHTYPE_IN\",\n \"SVG_LENGTHTYPE_MM\",\n \"SVG_LENGTHTYPE_NUMBER\",\n \"SVG_LENGTHTYPE_PC\",\n \"SVG_LENGTHTYPE_PERCENTAGE\",\n \"SVG_LENGTHTYPE_PT\",\n \"SVG_LENGTHTYPE_PX\",\n \"SVG_LENGTHTYPE_UNKNOWN\",\n \"SVG_MARKERUNITS_STROKEWIDTH\",\n \"SVG_MARKERUNITS_UNKNOWN\",\n \"SVG_MARKERUNITS_USERSPACEONUSE\",\n \"SVG_MARKER_ORIENT_ANGLE\",\n \"SVG_MARKER_ORIENT_AUTO\",\n \"SVG_MARKER_ORIENT_UNKNOWN\",\n \"SVG_MASKTYPE_ALPHA\",\n \"SVG_MASKTYPE_LUMINANCE\",\n \"SVG_MATRIX_NOT_INVERTABLE\",\n \"SVG_MEETORSLICE_MEET\",\n \"SVG_MEETORSLICE_SLICE\",\n \"SVG_MEETORSLICE_UNKNOWN\",\n \"SVG_MORPHOLOGY_OPERATOR_DILATE\",\n \"SVG_MORPHOLOGY_OPERATOR_ERODE\",\n \"SVG_MORPHOLOGY_OPERATOR_UNKNOWN\",\n \"SVG_PAINTTYPE_CURRENTCOLOR\",\n \"SVG_PAINTTYPE_NONE\",\n \"SVG_PAINTTYPE_RGBCOLOR\",\n \"SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR\",\n \"SVG_PAINTTYPE_UNKNOWN\",\n \"SVG_PAINTTYPE_URI\",\n \"SVG_PAINTTYPE_URI_CURRENTCOLOR\",\n \"SVG_PAINTTYPE_URI_NONE\",\n \"SVG_PAINTTYPE_URI_RGBCOLOR\",\n \"SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR\",\n \"SVG_PRESERVEASPECTRATIO_NONE\",\n \"SVG_PRESERVEASPECTRATIO_UNKNOWN\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMIN\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMIN\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMIN\",\n \"SVG_SPREADMETHOD_PAD\",\n \"SVG_SPREADMETHOD_REFLECT\",\n \"SVG_SPREADMETHOD_REPEAT\",\n \"SVG_SPREADMETHOD_UNKNOWN\",\n \"SVG_STITCHTYPE_NOSTITCH\",\n \"SVG_STITCHTYPE_STITCH\",\n \"SVG_STITCHTYPE_UNKNOWN\",\n \"SVG_TRANSFORM_MATRIX\",\n \"SVG_TRANSFORM_ROTATE\",\n \"SVG_TRANSFORM_SCALE\",\n \"SVG_TRANSFORM_SKEWX\",\n \"SVG_TRANSFORM_SKEWY\",\n \"SVG_TRANSFORM_TRANSLATE\",\n \"SVG_TRANSFORM_UNKNOWN\",\n \"SVG_TURBULENCE_TYPE_FRACTALNOISE\",\n \"SVG_TURBULENCE_TYPE_TURBULENCE\",\n \"SVG_TURBULENCE_TYPE_UNKNOWN\",\n \"SVG_UNIT_TYPE_OBJECTBOUNDINGBOX\",\n \"SVG_UNIT_TYPE_UNKNOWN\",\n \"SVG_UNIT_TYPE_USERSPACEONUSE\",\n \"SVG_WRONG_TYPE_ERR\",\n \"SVG_ZOOMANDPAN_DISABLE\",\n \"SVG_ZOOMANDPAN_MAGNIFY\",\n \"SVG_ZOOMANDPAN_UNKNOWN\",\n \"SYNTAX_ERR\",\n \"SavedPages\",\n \"Screen\",\n \"ScreenOrientation\",\n \"Script\",\n \"ScriptProcessorNode\",\n \"ScrollAreaEvent\",\n \"SecurityPolicyViolationEvent\",\n \"Selection\",\n \"ServiceWorker\",\n \"ServiceWorkerContainer\",\n \"ServiceWorkerRegistration\",\n \"SessionDescription\",\n \"Set\",\n \"ShadowRoot\",\n \"SharedWorker\",\n \"SimpleGestureEvent\",\n \"SpeechSynthesisEvent\",\n \"SpeechSynthesisUtterance\",\n \"StopIteration\",\n \"Storage\",\n \"StorageEvent\",\n \"String\",\n \"StyleSheet\",\n \"StyleSheetList\",\n \"SubtleCrypto\",\n \"Symbol\",\n \"SyntaxError\",\n \"TEMPORARY\",\n \"TEXTPATH_METHODTYPE_ALIGN\",\n \"TEXTPATH_METHODTYPE_STRETCH\",\n \"TEXTPATH_METHODTYPE_UNKNOWN\",\n \"TEXTPATH_SPACINGTYPE_AUTO\",\n \"TEXTPATH_SPACINGTYPE_EXACT\",\n \"TEXTPATH_SPACINGTYPE_UNKNOWN\",\n \"TEXTURE\",\n \"TEXTURE0\",\n \"TEXTURE1\",\n \"TEXTURE10\",\n \"TEXTURE11\",\n \"TEXTURE12\",\n \"TEXTURE13\",\n \"TEXTURE14\",\n \"TEXTURE15\",\n \"TEXTURE16\",\n \"TEXTURE17\",\n \"TEXTURE18\",\n \"TEXTURE19\",\n \"TEXTURE2\",\n \"TEXTURE20\",\n \"TEXTURE21\",\n \"TEXTURE22\",\n \"TEXTURE23\",\n \"TEXTURE24\",\n \"TEXTURE25\",\n \"TEXTURE26\",\n \"TEXTURE27\",\n \"TEXTURE28\",\n \"TEXTURE29\",\n \"TEXTURE3\",\n \"TEXTURE30\",\n \"TEXTURE31\",\n \"TEXTURE4\",\n \"TEXTURE5\",\n \"TEXTURE6\",\n \"TEXTURE7\",\n \"TEXTURE8\",\n \"TEXTURE9\",\n \"TEXTURE_2D\",\n \"TEXTURE_BINDING_2D\",\n \"TEXTURE_BINDING_CUBE_MAP\",\n \"TEXTURE_CUBE_MAP\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_X\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_Y\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_Z\",\n \"TEXTURE_CUBE_MAP_POSITIVE_X\",\n \"TEXTURE_CUBE_MAP_POSITIVE_Y\",\n \"TEXTURE_CUBE_MAP_POSITIVE_Z\",\n \"TEXTURE_MAG_FILTER\",\n \"TEXTURE_MAX_ANISOTROPY_EXT\",\n \"TEXTURE_MIN_FILTER\",\n \"TEXTURE_WRAP_S\",\n \"TEXTURE_WRAP_T\",\n \"TEXT_NODE\",\n \"TIMEOUT\",\n \"TIMEOUT_ERR\",\n \"TOO_LARGE_ERR\",\n \"TRANSACTION_INACTIVE_ERR\",\n \"TRIANGLE\",\n \"TRIANGLES\",\n \"TRIANGLE_FAN\",\n \"TRIANGLE_STRIP\",\n \"TYPE_BACK_FORWARD\",\n \"TYPE_ERR\",\n \"TYPE_MISMATCH_ERR\",\n \"TYPE_NAVIGATE\",\n \"TYPE_RELOAD\",\n \"TYPE_RESERVED\",\n \"Text\",\n \"TextDecoder\",\n \"TextEncoder\",\n \"TextEvent\",\n \"TextMetrics\",\n \"TextTrack\",\n \"TextTrackCue\",\n \"TextTrackCueList\",\n \"TextTrackList\",\n \"TimeEvent\",\n \"TimeRanges\",\n \"Touch\",\n \"TouchEvent\",\n \"TouchList\",\n \"TrackEvent\",\n \"TransitionEvent\",\n \"TreeWalker\",\n \"TypeError\",\n \"UIEvent\",\n \"UNCACHED\",\n \"UNKNOWN_ERR\",\n \"UNKNOWN_RULE\",\n \"UNMASKED_RENDERER_WEBGL\",\n \"UNMASKED_VENDOR_WEBGL\",\n \"UNORDERED_NODE_ITERATOR_TYPE\",\n \"UNORDERED_NODE_SNAPSHOT_TYPE\",\n \"UNPACK_ALIGNMENT\",\n \"UNPACK_COLORSPACE_CONVERSION_WEBGL\",\n \"UNPACK_FLIP_Y_WEBGL\",\n \"UNPACK_PREMULTIPLY_ALPHA_WEBGL\",\n \"UNSCHEDULED_STATE\",\n \"UNSENT\",\n \"UNSIGNED_BYTE\",\n \"UNSIGNED_INT\",\n \"UNSIGNED_SHORT\",\n \"UNSIGNED_SHORT_4_4_4_4\",\n \"UNSIGNED_SHORT_5_5_5_1\",\n \"UNSIGNED_SHORT_5_6_5\",\n \"UNSPECIFIED_EVENT_TYPE_ERR\",\n \"UPDATEREADY\",\n \"URIError\",\n \"URL\",\n \"URLSearchParams\",\n \"URLUnencoded\",\n \"URL_MISMATCH_ERR\",\n \"UTC\",\n \"Uint16Array\",\n \"Uint32Array\",\n \"Uint8Array\",\n \"Uint8ClampedArray\",\n \"UserMessageHandler\",\n \"UserMessageHandlersNamespace\",\n \"UserProximityEvent\",\n \"VALIDATE_STATUS\",\n \"VALIDATION_ERR\",\n \"VARIABLES_RULE\",\n \"VENDOR\",\n \"VERSION\",\n \"VERSION_CHANGE\",\n \"VERSION_ERR\",\n \"VERTEX_ATTRIB_ARRAY_BUFFER_BINDING\",\n \"VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE\",\n \"VERTEX_ATTRIB_ARRAY_ENABLED\",\n \"VERTEX_ATTRIB_ARRAY_NORMALIZED\",\n \"VERTEX_ATTRIB_ARRAY_POINTER\",\n \"VERTEX_ATTRIB_ARRAY_SIZE\",\n \"VERTEX_ATTRIB_ARRAY_STRIDE\",\n \"VERTEX_ATTRIB_ARRAY_TYPE\",\n \"VERTEX_SHADER\",\n \"VERTICAL\",\n \"VERTICAL_AXIS\",\n \"VER_ERR\",\n \"VIEWPORT\",\n \"VIEWPORT_RULE\",\n \"VTTCue\",\n \"VTTRegion\",\n \"ValidityState\",\n \"VideoStreamTrack\",\n \"WEBKIT_FILTER_RULE\",\n \"WEBKIT_KEYFRAMES_RULE\",\n \"WEBKIT_KEYFRAME_RULE\",\n \"WEBKIT_REGION_RULE\",\n \"WRONG_DOCUMENT_ERR\",\n \"WaveShaperNode\",\n \"WeakMap\",\n \"WeakSet\",\n \"WebGLActiveInfo\",\n \"WebGLBuffer\",\n \"WebGLContextEvent\",\n \"WebGLFramebuffer\",\n \"WebGLProgram\",\n \"WebGLRenderbuffer\",\n \"WebGLRenderingContext\",\n \"WebGLShader\",\n \"WebGLShaderPrecisionFormat\",\n \"WebGLTexture\",\n \"WebGLUniformLocation\",\n \"WebGLVertexArray\",\n \"WebKitAnimationEvent\",\n \"WebKitBlobBuilder\",\n \"WebKitCSSFilterRule\",\n \"WebKitCSSFilterValue\",\n \"WebKitCSSKeyframeRule\",\n \"WebKitCSSKeyframesRule\",\n \"WebKitCSSMatrix\",\n \"WebKitCSSRegionRule\",\n \"WebKitCSSTransformValue\",\n \"WebKitDataCue\",\n \"WebKitGamepad\",\n \"WebKitMediaKeyError\",\n \"WebKitMediaKeyMessageEvent\",\n \"WebKitMediaKeySession\",\n \"WebKitMediaKeys\",\n \"WebKitMediaSource\",\n \"WebKitMutationObserver\",\n \"WebKitNamespace\",\n \"WebKitPlaybackTargetAvailabilityEvent\",\n \"WebKitPoint\",\n \"WebKitShadowRoot\",\n \"WebKitSourceBuffer\",\n \"WebKitSourceBufferList\",\n \"WebKitTransitionEvent\",\n \"WebSocket\",\n \"WheelEvent\",\n \"Window\",\n \"Worker\",\n \"XMLDocument\",\n \"XMLHttpRequest\",\n \"XMLHttpRequestEventTarget\",\n \"XMLHttpRequestException\",\n \"XMLHttpRequestProgressEvent\",\n \"XMLHttpRequestUpload\",\n \"XMLSerializer\",\n \"XMLStylesheetProcessingInstruction\",\n \"XPathEvaluator\",\n \"XPathException\",\n \"XPathExpression\",\n \"XPathNSResolver\",\n \"XPathResult\",\n \"XSLTProcessor\",\n \"ZERO\",\n \"_XD0M_\",\n \"_YD0M_\",\n \"__defineGetter__\",\n \"__defineSetter__\",\n \"__lookupGetter__\",\n \"__lookupSetter__\",\n \"__opera\",\n \"__proto__\",\n \"_browserjsran\",\n \"a\",\n \"aLink\",\n \"abbr\",\n \"abort\",\n \"abs\",\n \"absolute\",\n \"acceleration\",\n \"accelerationIncludingGravity\",\n \"accelerator\",\n \"accept\",\n \"acceptCharset\",\n \"acceptNode\",\n \"accessKey\",\n \"accessKeyLabel\",\n \"accuracy\",\n \"acos\",\n \"acosh\",\n \"action\",\n \"actionURL\",\n \"active\",\n \"activeCues\",\n \"activeElement\",\n \"activeSourceBuffers\",\n \"activeSourceCount\",\n \"activeTexture\",\n \"add\",\n \"addBehavior\",\n \"addCandidate\",\n \"addColorStop\",\n \"addCue\",\n \"addElement\",\n \"addEventListener\",\n \"addFilter\",\n \"addFromString\",\n \"addFromUri\",\n \"addIceCandidate\",\n \"addImport\",\n \"addListener\",\n \"addNamed\",\n \"addPageRule\",\n \"addPath\",\n \"addPointer\",\n \"addRange\",\n \"addRegion\",\n \"addRule\",\n \"addSearchEngine\",\n \"addSourceBuffer\",\n \"addStream\",\n \"addTextTrack\",\n \"addTrack\",\n \"addWakeLockListener\",\n \"addedNodes\",\n \"additionalName\",\n \"additiveSymbols\",\n \"addons\",\n \"adoptNode\",\n \"adr\",\n \"advance\",\n \"alert\",\n \"algorithm\",\n \"align\",\n \"align-content\",\n \"align-items\",\n \"align-self\",\n \"alignContent\",\n \"alignItems\",\n \"alignSelf\",\n \"alignmentBaseline\",\n \"alinkColor\",\n \"all\",\n \"allowFullscreen\",\n \"allowedDirections\",\n \"alpha\",\n \"alt\",\n \"altGraphKey\",\n \"altHtml\",\n \"altKey\",\n \"altLeft\",\n \"altitude\",\n \"altitudeAccuracy\",\n \"amplitude\",\n \"ancestorOrigins\",\n \"anchor\",\n \"anchorNode\",\n \"anchorOffset\",\n \"anchors\",\n \"angle\",\n \"animVal\",\n \"animate\",\n \"animatedInstanceRoot\",\n \"animatedNormalizedPathSegList\",\n \"animatedPathSegList\",\n \"animatedPoints\",\n \"animation\",\n \"animation-delay\",\n \"animation-direction\",\n \"animation-duration\",\n \"animation-fill-mode\",\n \"animation-iteration-count\",\n \"animation-name\",\n \"animation-play-state\",\n \"animation-timing-function\",\n \"animationDelay\",\n \"animationDirection\",\n \"animationDuration\",\n \"animationFillMode\",\n \"animationIterationCount\",\n \"animationName\",\n \"animationPlayState\",\n \"animationStartTime\",\n \"animationTimingFunction\",\n \"animationsPaused\",\n \"anniversary\",\n \"app\",\n \"appCodeName\",\n \"appMinorVersion\",\n \"appName\",\n \"appNotifications\",\n \"appVersion\",\n \"append\",\n \"appendBuffer\",\n \"appendChild\",\n \"appendData\",\n \"appendItem\",\n \"appendMedium\",\n \"appendNamed\",\n \"appendRule\",\n \"appendStream\",\n \"appendWindowEnd\",\n \"appendWindowStart\",\n \"applets\",\n \"applicationCache\",\n \"apply\",\n \"applyElement\",\n \"arc\",\n \"arcTo\",\n \"archive\",\n \"areas\",\n \"arguments\",\n \"arrayBuffer\",\n \"asin\",\n \"asinh\",\n \"assert\",\n \"assign\",\n \"async\",\n \"atEnd\",\n \"atan\",\n \"atan2\",\n \"atanh\",\n \"atob\",\n \"attachEvent\",\n \"attachShader\",\n \"attachments\",\n \"attack\",\n \"attrChange\",\n \"attrName\",\n \"attributeName\",\n \"attributeNamespace\",\n \"attributes\",\n \"audioTracks\",\n \"autoIncrement\",\n \"autobuffer\",\n \"autocapitalize\",\n \"autocomplete\",\n \"autocorrect\",\n \"autofocus\",\n \"autoplay\",\n \"availHeight\",\n \"availLeft\",\n \"availTop\",\n \"availWidth\",\n \"availability\",\n \"available\",\n \"aversion\",\n \"axes\",\n \"axis\",\n \"azimuth\",\n \"b\",\n \"back\",\n \"backface-visibility\",\n \"backfaceVisibility\",\n \"background\",\n \"background-attachment\",\n \"background-blend-mode\",\n \"background-clip\",\n \"background-color\",\n \"background-image\",\n \"background-origin\",\n \"background-position\",\n \"background-repeat\",\n \"background-size\",\n \"backgroundAttachment\",\n \"backgroundBlendMode\",\n \"backgroundClip\",\n \"backgroundColor\",\n \"backgroundImage\",\n \"backgroundOrigin\",\n \"backgroundPosition\",\n \"backgroundPositionX\",\n \"backgroundPositionY\",\n \"backgroundRepeat\",\n \"backgroundSize\",\n \"badInput\",\n \"balance\",\n \"baseFrequencyX\",\n \"baseFrequencyY\",\n \"baseNode\",\n \"baseOffset\",\n \"baseURI\",\n \"baseVal\",\n \"baselineShift\",\n \"battery\",\n \"bday\",\n \"beginElement\",\n \"beginElementAt\",\n \"beginPath\",\n \"behavior\",\n \"behaviorCookie\",\n \"behaviorPart\",\n \"behaviorUrns\",\n \"beta\",\n \"bezierCurveTo\",\n \"bgColor\",\n \"bgProperties\",\n \"bias\",\n \"big\",\n \"binaryType\",\n \"bind\",\n \"bindAttribLocation\",\n \"bindBuffer\",\n \"bindFramebuffer\",\n \"bindRenderbuffer\",\n \"bindTexture\",\n \"blendColor\",\n \"blendEquation\",\n \"blendEquationSeparate\",\n \"blendFunc\",\n \"blendFuncSeparate\",\n \"blink\",\n \"blob\",\n \"blockDirection\",\n \"blue\",\n \"blur\",\n \"body\",\n \"bodyUsed\",\n \"bold\",\n \"bookmarks\",\n \"booleanValue\",\n \"border\",\n \"border-bottom\",\n \"border-bottom-color\",\n \"border-bottom-left-radius\",\n \"border-bottom-right-radius\",\n \"border-bottom-style\",\n \"border-bottom-width\",\n \"border-collapse\",\n \"border-color\",\n \"border-image\",\n \"border-image-outset\",\n \"border-image-repeat\",\n \"border-image-slice\",\n \"border-image-source\",\n \"border-image-width\",\n \"border-left\",\n \"border-left-color\",\n \"border-left-style\",\n \"border-left-width\",\n \"border-radius\",\n \"border-right\",\n \"border-right-color\",\n \"border-right-style\",\n \"border-right-width\",\n \"border-spacing\",\n \"border-style\",\n \"border-top\",\n \"border-top-color\",\n \"border-top-left-radius\",\n \"border-top-right-radius\",\n \"border-top-style\",\n \"border-top-width\",\n \"border-width\",\n \"borderBottom\",\n \"borderBottomColor\",\n \"borderBottomLeftRadius\",\n \"borderBottomRightRadius\",\n \"borderBottomStyle\",\n \"borderBottomWidth\",\n \"borderCollapse\",\n \"borderColor\",\n \"borderColorDark\",\n \"borderColorLight\",\n \"borderImage\",\n \"borderImageOutset\",\n \"borderImageRepeat\",\n \"borderImageSlice\",\n \"borderImageSource\",\n \"borderImageWidth\",\n \"borderLeft\",\n \"borderLeftColor\",\n \"borderLeftStyle\",\n \"borderLeftWidth\",\n \"borderRadius\",\n \"borderRight\",\n \"borderRightColor\",\n \"borderRightStyle\",\n \"borderRightWidth\",\n \"borderSpacing\",\n \"borderStyle\",\n \"borderTop\",\n \"borderTopColor\",\n \"borderTopLeftRadius\",\n \"borderTopRightRadius\",\n \"borderTopStyle\",\n \"borderTopWidth\",\n \"borderWidth\",\n \"bottom\",\n \"bottomMargin\",\n \"bound\",\n \"boundElements\",\n \"boundingClientRect\",\n \"boundingHeight\",\n \"boundingLeft\",\n \"boundingTop\",\n \"boundingWidth\",\n \"bounds\",\n \"box-decoration-break\",\n \"box-shadow\",\n \"box-sizing\",\n \"boxDecorationBreak\",\n \"boxShadow\",\n \"boxSizing\",\n \"breakAfter\",\n \"breakBefore\",\n \"breakInside\",\n \"browserLanguage\",\n \"btoa\",\n \"bubbles\",\n \"buffer\",\n \"bufferData\",\n \"bufferDepth\",\n \"bufferSize\",\n \"bufferSubData\",\n \"buffered\",\n \"bufferedAmount\",\n \"buildID\",\n \"buildNumber\",\n \"button\",\n \"buttonID\",\n \"buttons\",\n \"byteLength\",\n \"byteOffset\",\n \"c\",\n \"call\",\n \"caller\",\n \"canBeFormatted\",\n \"canBeMounted\",\n \"canBeShared\",\n \"canHaveChildren\",\n \"canHaveHTML\",\n \"canPlayType\",\n \"cancel\",\n \"cancelAnimationFrame\",\n \"cancelBubble\",\n \"cancelScheduledValues\",\n \"cancelable\",\n \"candidate\",\n \"canvas\",\n \"caption\",\n \"caption-side\",\n \"captionSide\",\n \"captureEvents\",\n \"captureStackTrace\",\n \"caretPositionFromPoint\",\n \"caretRangeFromPoint\",\n \"cast\",\n \"catch\",\n \"category\",\n \"cbrt\",\n \"cd\",\n \"ceil\",\n \"cellIndex\",\n \"cellPadding\",\n \"cellSpacing\",\n \"cells\",\n \"ch\",\n \"chOff\",\n \"chain\",\n \"challenge\",\n \"changedTouches\",\n \"channel\",\n \"channelCount\",\n \"channelCountMode\",\n \"channelInterpretation\",\n \"char\",\n \"charAt\",\n \"charCode\",\n \"charCodeAt\",\n \"charIndex\",\n \"characterSet\",\n \"charging\",\n \"chargingTime\",\n \"charset\",\n \"checkEnclosure\",\n \"checkFramebufferStatus\",\n \"checkIntersection\",\n \"checkValidity\",\n \"checked\",\n \"childElementCount\",\n \"childNodes\",\n \"children\",\n \"chrome\",\n \"ciphertext\",\n \"cite\",\n \"classList\",\n \"className\",\n \"classid\",\n \"clear\",\n \"clearAttributes\",\n \"clearColor\",\n \"clearData\",\n \"clearDepth\",\n \"clearImmediate\",\n \"clearInterval\",\n \"clearMarks\",\n \"clearMeasures\",\n \"clearParameters\",\n \"clearRect\",\n \"clearResourceTimings\",\n \"clearShadow\",\n \"clearStencil\",\n \"clearTimeout\",\n \"clearWatch\",\n \"click\",\n \"clickCount\",\n \"clientHeight\",\n \"clientInformation\",\n \"clientLeft\",\n \"clientRect\",\n \"clientRects\",\n \"clientTop\",\n \"clientWidth\",\n \"clientX\",\n \"clientY\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"clipBottom\",\n \"clipLeft\",\n \"clipPath\",\n \"clipPathUnits\",\n \"clipRight\",\n \"clipRule\",\n \"clipTop\",\n \"clipboardData\",\n \"clone\",\n \"cloneContents\",\n \"cloneNode\",\n \"cloneRange\",\n \"close\",\n \"closePath\",\n \"closed\",\n \"closest\",\n \"clz\",\n \"clz32\",\n \"cmp\",\n \"code\",\n \"codeBase\",\n \"codePointAt\",\n \"codeType\",\n \"colSpan\",\n \"collapse\",\n \"collapseToEnd\",\n \"collapseToStart\",\n \"collapsed\",\n \"collect\",\n \"colno\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"colorDepth\",\n \"colorInterpolation\",\n \"colorInterpolationFilters\",\n \"colorMask\",\n \"colorType\",\n \"cols\",\n \"columnCount\",\n \"columnFill\",\n \"columnGap\",\n \"columnNumber\",\n \"columnRule\",\n \"columnRuleColor\",\n \"columnRuleStyle\",\n \"columnRuleWidth\",\n \"columnSpan\",\n \"columnWidth\",\n \"columns\",\n \"command\",\n \"commitPreferences\",\n \"commonAncestorContainer\",\n \"compact\",\n \"compareBoundaryPoints\",\n \"compareDocumentPosition\",\n \"compareEndPoints\",\n \"compareNode\",\n \"comparePoint\",\n \"compatMode\",\n \"compatible\",\n \"compile\",\n \"compileShader\",\n \"complete\",\n \"componentFromPoint\",\n \"compositionEndOffset\",\n \"compositionStartOffset\",\n \"compressedTexImage2D\",\n \"compressedTexSubImage2D\",\n \"concat\",\n \"conditionText\",\n \"coneInnerAngle\",\n \"coneOuterAngle\",\n \"coneOuterGain\",\n \"confirm\",\n \"confirmComposition\",\n \"confirmSiteSpecificTrackingException\",\n \"confirmWebWideTrackingException\",\n \"connect\",\n \"connectEnd\",\n \"connectStart\",\n \"connected\",\n \"connection\",\n \"connectionSpeed\",\n \"console\",\n \"consolidate\",\n \"constrictionActive\",\n \"constructor\",\n \"contactID\",\n \"contains\",\n \"containsNode\",\n \"content\",\n \"contentDocument\",\n \"contentEditable\",\n \"contentOverflow\",\n \"contentScriptType\",\n \"contentStyleType\",\n \"contentType\",\n \"contentWindow\",\n \"context\",\n \"contextMenu\",\n \"contextmenu\",\n \"continue\",\n \"continuous\",\n \"control\",\n \"controller\",\n \"controls\",\n \"convertToSpecifiedUnits\",\n \"cookie\",\n \"cookieEnabled\",\n \"coords\",\n \"copyFromChannel\",\n \"copyTexImage2D\",\n \"copyTexSubImage2D\",\n \"copyToChannel\",\n \"copyWithin\",\n \"correspondingElement\",\n \"correspondingUseElement\",\n \"cos\",\n \"cosh\",\n \"count\",\n \"counter-increment\",\n \"counter-reset\",\n \"counterIncrement\",\n \"counterReset\",\n \"cpuClass\",\n \"cpuSleepAllowed\",\n \"create\",\n \"createAnalyser\",\n \"createAnswer\",\n \"createAttribute\",\n \"createAttributeNS\",\n \"createBiquadFilter\",\n \"createBuffer\",\n \"createBufferSource\",\n \"createCDATASection\",\n \"createCSSStyleSheet\",\n \"createCaption\",\n \"createChannelMerger\",\n \"createChannelSplitter\",\n \"createComment\",\n \"createContextualFragment\",\n \"createControlRange\",\n \"createConvolver\",\n \"createDTMFSender\",\n \"createDataChannel\",\n \"createDelay\",\n \"createDelayNode\",\n \"createDocument\",\n \"createDocumentFragment\",\n \"createDocumentType\",\n \"createDynamicsCompressor\",\n \"createElement\",\n \"createElementNS\",\n \"createEntityReference\",\n \"createEvent\",\n \"createEventObject\",\n \"createExpression\",\n \"createFramebuffer\",\n \"createFunction\",\n \"createGain\",\n \"createGainNode\",\n \"createHTMLDocument\",\n \"createImageBitmap\",\n \"createImageData\",\n \"createIndex\",\n \"createJavaScriptNode\",\n \"createLinearGradient\",\n \"createMediaElementSource\",\n \"createMediaKeys\",\n \"createMediaStreamDestination\",\n \"createMediaStreamSource\",\n \"createMutableFile\",\n \"createNSResolver\",\n \"createNodeIterator\",\n \"createNotification\",\n \"createObjectStore\",\n \"createObjectURL\",\n \"createOffer\",\n \"createOscillator\",\n \"createPanner\",\n \"createPattern\",\n \"createPeriodicWave\",\n \"createPopup\",\n \"createProcessingInstruction\",\n \"createProgram\",\n \"createRadialGradient\",\n \"createRange\",\n \"createRangeCollection\",\n \"createRenderbuffer\",\n \"createSVGAngle\",\n \"createSVGLength\",\n \"createSVGMatrix\",\n \"createSVGNumber\",\n \"createSVGPathSegArcAbs\",\n \"createSVGPathSegArcRel\",\n \"createSVGPathSegClosePath\",\n \"createSVGPathSegCurvetoCubicAbs\",\n \"createSVGPathSegCurvetoCubicRel\",\n \"createSVGPathSegCurvetoCubicSmoothAbs\",\n \"createSVGPathSegCurvetoCubicSmoothRel\",\n \"createSVGPathSegCurvetoQuadraticAbs\",\n \"createSVGPathSegCurvetoQuadraticRel\",\n \"createSVGPathSegCurvetoQuadraticSmoothAbs\",\n \"createSVGPathSegCurvetoQuadraticSmoothRel\",\n \"createSVGPathSegLinetoAbs\",\n \"createSVGPathSegLinetoHorizontalAbs\",\n \"createSVGPathSegLinetoHorizontalRel\",\n \"createSVGPathSegLinetoRel\",\n \"createSVGPathSegLinetoVerticalAbs\",\n \"createSVGPathSegLinetoVerticalRel\",\n \"createSVGPathSegMovetoAbs\",\n \"createSVGPathSegMovetoRel\",\n \"createSVGPoint\",\n \"createSVGRect\",\n \"createSVGTransform\",\n \"createSVGTransformFromMatrix\",\n \"createScriptProcessor\",\n \"createSession\",\n \"createShader\",\n \"createShadowRoot\",\n \"createStereoPanner\",\n \"createStyleSheet\",\n \"createTBody\",\n \"createTFoot\",\n \"createTHead\",\n \"createTextNode\",\n \"createTextRange\",\n \"createTexture\",\n \"createTouch\",\n \"createTouchList\",\n \"createTreeWalker\",\n \"createWaveShaper\",\n \"creationTime\",\n \"crossOrigin\",\n \"crypto\",\n \"csi\",\n \"cssFloat\",\n \"cssRules\",\n \"cssText\",\n \"cssValueType\",\n \"ctrlKey\",\n \"ctrlLeft\",\n \"cues\",\n \"cullFace\",\n \"currentNode\",\n \"currentPage\",\n \"currentScale\",\n \"currentScript\",\n \"currentSrc\",\n \"currentState\",\n \"currentStyle\",\n \"currentTarget\",\n \"currentTime\",\n \"currentTranslate\",\n \"currentView\",\n \"cursor\",\n \"curve\",\n \"customError\",\n \"cx\",\n \"cy\",\n \"d\",\n \"data\",\n \"dataFld\",\n \"dataFormatAs\",\n \"dataPageSize\",\n \"dataSrc\",\n \"dataTransfer\",\n \"database\",\n \"dataset\",\n \"dateTime\",\n \"db\",\n \"debug\",\n \"debuggerEnabled\",\n \"declare\",\n \"decode\",\n \"decodeAudioData\",\n \"decodingInfo\",\n \"decodeURI\",\n \"decodeURIComponent\",\n \"decrypt\",\n \"default\",\n \"defaultCharset\",\n \"defaultChecked\",\n \"defaultMuted\",\n \"defaultPlaybackRate\",\n \"defaultPrevented\",\n \"defaultSelected\",\n \"defaultStatus\",\n \"defaultURL\",\n \"defaultValue\",\n \"defaultView\",\n \"defaultstatus\",\n \"defer\",\n \"defineMagicFunction\",\n \"defineMagicVariable\",\n \"defineProperties\",\n \"defineProperty\",\n \"delayTime\",\n \"delete\",\n \"deleteBuffer\",\n \"deleteCaption\",\n \"deleteCell\",\n \"deleteContents\",\n \"deleteData\",\n \"deleteDatabase\",\n \"deleteFramebuffer\",\n \"deleteFromDocument\",\n \"deleteIndex\",\n \"deleteMedium\",\n \"deleteObjectStore\",\n \"deleteProgram\",\n \"deleteRenderbuffer\",\n \"deleteRow\",\n \"deleteRule\",\n \"deleteShader\",\n \"deleteTFoot\",\n \"deleteTHead\",\n \"deleteTexture\",\n \"deliverChangeRecords\",\n \"delivery\",\n \"deliveryInfo\",\n \"deliveryStatus\",\n \"deliveryTimestamp\",\n \"delta\",\n \"deltaMode\",\n \"deltaX\",\n \"deltaY\",\n \"deltaZ\",\n \"depthFunc\",\n \"depthMask\",\n \"depthRange\",\n \"deriveBits\",\n \"deriveKey\",\n \"description\",\n \"deselectAll\",\n \"designMode\",\n \"destination\",\n \"destinationURL\",\n \"detach\",\n \"detachEvent\",\n \"detachShader\",\n \"detail\",\n \"detune\",\n \"devicePixelRatio\",\n \"deviceXDPI\",\n \"deviceYDPI\",\n \"diffuseConstant\",\n \"digest\",\n \"dimensions\",\n \"dir\",\n \"dirName\",\n \"direction\",\n \"dirxml\",\n \"disable\",\n \"disableVertexAttribArray\",\n \"disabled\",\n \"dischargingTime\",\n \"disconnect\",\n \"dispatchEvent\",\n \"display\",\n \"distanceModel\",\n \"divisor\",\n \"djsapi\",\n \"djsproxy\",\n \"doImport\",\n \"doNotTrack\",\n \"doScroll\",\n \"doctype\",\n \"document\",\n \"documentElement\",\n \"documentMode\",\n \"documentURI\",\n \"dolphin\",\n \"dolphinGameCenter\",\n \"dolphininfo\",\n \"dolphinmeta\",\n \"domComplete\",\n \"domContentLoadedEventEnd\",\n \"domContentLoadedEventStart\",\n \"domInteractive\",\n \"domLoading\",\n \"domain\",\n \"domainLookupEnd\",\n \"domainLookupStart\",\n \"dominant-baseline\",\n \"dominantBaseline\",\n \"done\",\n \"dopplerFactor\",\n \"download\",\n \"dragDrop\",\n \"draggable\",\n \"drawArrays\",\n \"drawArraysInstancedANGLE\",\n \"drawCustomFocusRing\",\n \"drawElements\",\n \"drawElementsInstancedANGLE\",\n \"drawFocusIfNeeded\",\n \"drawImage\",\n \"drawImageFromRect\",\n \"drawSystemFocusRing\",\n \"drawingBufferHeight\",\n \"drawingBufferWidth\",\n \"dropEffect\",\n \"droppedVideoFrames\",\n \"dropzone\",\n \"dump\",\n \"duplicate\",\n \"duration\",\n \"dvname\",\n \"dvnum\",\n \"dx\",\n \"dy\",\n \"dynsrc\",\n \"e\",\n \"edgeMode\",\n \"effectAllowed\",\n \"elapsedTime\",\n \"elementFromPoint\",\n \"elements\",\n \"elevation\",\n \"ellipse\",\n \"email\",\n \"embeds\",\n \"empty\",\n \"empty-cells\",\n \"emptyCells\",\n \"enable\",\n \"enableBackground\",\n \"enableStyleSheetsForSet\",\n \"enableVertexAttribArray\",\n \"enabled\",\n \"enabledPlugin\",\n \"encode\",\n \"encodeURI\",\n \"encodeURIComponent\",\n \"encoding\",\n \"encrypt\",\n \"enctype\",\n \"end\",\n \"endContainer\",\n \"endElement\",\n \"endElementAt\",\n \"endOfStream\",\n \"endOffset\",\n \"endTime\",\n \"ended\",\n \"endsWith\",\n \"entities\",\n \"entries\",\n \"entryType\",\n \"enumerate\",\n \"enumerateEditable\",\n \"error\",\n \"errorCode\",\n \"escape\",\n \"eval\",\n \"evaluate\",\n \"event\",\n \"eventPhase\",\n \"every\",\n \"exception\",\n \"exec\",\n \"execCommand\",\n \"execCommandShowHelp\",\n \"execScript\",\n \"exitFullscreen\",\n \"exitPointerLock\",\n \"exp\",\n \"expand\",\n \"expandEntityReferences\",\n \"expando\",\n \"expansion\",\n \"expiryDate\",\n \"explicitOriginalTarget\",\n \"expm1\",\n \"exponent\",\n \"exponentialRampToValueAtTime\",\n \"exportKey\",\n \"extend\",\n \"extensions\",\n \"extentNode\",\n \"extentOffset\",\n \"external\",\n \"externalResourcesRequired\",\n \"extractContents\",\n \"extractable\",\n \"f\",\n \"face\",\n \"factoryReset\",\n \"fallback\",\n \"familyName\",\n \"farthestViewportElement\",\n \"fastSeek\",\n \"fatal\",\n \"fetch\",\n \"fetchStart\",\n \"fftSize\",\n \"fgColor\",\n \"fileCreatedDate\",\n \"fileHandle\",\n \"fileModifiedDate\",\n \"fileName\",\n \"fileSize\",\n \"fileUpdatedDate\",\n \"filename\",\n \"files\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"fillOpacity\",\n \"fillRect\",\n \"fillRule\",\n \"fillStyle\",\n \"fillText\",\n \"filter\",\n \"filterResX\",\n \"filterResY\",\n \"filterUnits\",\n \"filters\",\n \"finally\",\n \"find\",\n \"findIndex\",\n \"findRule\",\n \"findText\",\n \"finish\",\n \"fireEvent\",\n \"firstChild\",\n \"firstElementChild\",\n \"firstPage\",\n \"fixed\",\n \"flex\",\n \"flex-basis\",\n \"flex-direction\",\n \"flex-flow\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"flexBasis\",\n \"flexDirection\",\n \"flexFlow\",\n \"flexGrow\",\n \"flexShrink\",\n \"flexWrap\",\n \"flipX\",\n \"flipY\",\n \"float\",\n \"flood-color\",\n \"flood-opacity\",\n \"floodColor\",\n \"floodOpacity\",\n \"floor\",\n \"flush\",\n \"focus\",\n \"focusNode\",\n \"focusOffset\",\n \"font\",\n \"font-family\",\n \"font-feature-settings\",\n \"font-kerning\",\n \"font-language-override\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-synthesis\",\n \"font-variant\",\n \"font-variant-alternates\",\n \"font-variant-caps\",\n \"font-variant-east-asian\",\n \"font-variant-ligatures\",\n \"font-variant-numeric\",\n \"font-variant-position\",\n \"font-weight\",\n \"fontFamily\",\n \"fontFeatureSettings\",\n \"fontKerning\",\n \"fontLanguageOverride\",\n \"fontSize\",\n \"fontSizeAdjust\",\n \"fontSmoothingEnabled\",\n \"fontStretch\",\n \"fontStyle\",\n \"fontSynthesis\",\n \"fontVariant\",\n \"fontVariantAlternates\",\n \"fontVariantCaps\",\n \"fontVariantEastAsian\",\n \"fontVariantLigatures\",\n \"fontVariantNumeric\",\n \"fontVariantPosition\",\n \"fontWeight\",\n \"fontcolor\",\n \"fonts\",\n \"fontsize\",\n \"for\",\n \"forEach\",\n \"forceRedraw\",\n \"form\",\n \"formAction\",\n \"formEnctype\",\n \"formMethod\",\n \"formNoValidate\",\n \"formTarget\",\n \"format\",\n \"forms\",\n \"forward\",\n \"fr\",\n \"frame\",\n \"frameBorder\",\n \"frameElement\",\n \"frameSpacing\",\n \"framebufferRenderbuffer\",\n \"framebufferTexture2D\",\n \"frames\",\n \"freeSpace\",\n \"freeze\",\n \"frequency\",\n \"frequencyBinCount\",\n \"from\",\n \"fromCharCode\",\n \"fromCodePoint\",\n \"fromElement\",\n \"frontFace\",\n \"fround\",\n \"fullScreen\",\n \"fullscreenElement\",\n \"fullscreenEnabled\",\n \"fx\",\n \"fy\",\n \"gain\",\n \"gamepad\",\n \"gamma\",\n \"genderIdentity\",\n \"generateKey\",\n \"generateMipmap\",\n \"generateRequest\",\n \"geolocation\",\n \"gestureObject\",\n \"get\",\n \"getActiveAttrib\",\n \"getActiveUniform\",\n \"getAdjacentText\",\n \"getAll\",\n \"getAllResponseHeaders\",\n \"getAsFile\",\n \"getAsString\",\n \"getAttachedShaders\",\n \"getAttribLocation\",\n \"getAttribute\",\n \"getAttributeNS\",\n \"getAttributeNode\",\n \"getAttributeNodeNS\",\n \"getAudioTracks\",\n \"getBBox\",\n \"getBattery\",\n \"getBlob\",\n \"getBookmark\",\n \"getBoundingClientRect\",\n \"getBufferParameter\",\n \"getByteFrequencyData\",\n \"getByteTimeDomainData\",\n \"getCSSCanvasContext\",\n \"getCTM\",\n \"getCandidateWindowClientRect\",\n \"getChannelData\",\n \"getCharNumAtPosition\",\n \"getClientRect\",\n \"getClientRects\",\n \"getCompositionAlternatives\",\n \"getComputedStyle\",\n \"getComputedTextLength\",\n \"getConfiguration\",\n \"getContext\",\n \"getContextAttributes\",\n \"getCounterValue\",\n \"getCueAsHTML\",\n \"getCueById\",\n \"getCurrentPosition\",\n \"getCurrentTime\",\n \"getData\",\n \"getDatabaseNames\",\n \"getDate\",\n \"getDay\",\n \"getDefaultComputedStyle\",\n \"getDestinationInsertionPoints\",\n \"getDistributedNodes\",\n \"getEditable\",\n \"getElementById\",\n \"getElementsByClassName\",\n \"getElementsByName\",\n \"getElementsByTagName\",\n \"getElementsByTagNameNS\",\n \"getEnclosureList\",\n \"getEndPositionOfChar\",\n \"getEntries\",\n \"getEntriesByName\",\n \"getEntriesByType\",\n \"getError\",\n \"getExtension\",\n \"getExtentOfChar\",\n \"getFeature\",\n \"getFile\",\n \"getFloat32\",\n \"getFloat64\",\n \"getFloatFrequencyData\",\n \"getFloatTimeDomainData\",\n \"getFloatValue\",\n \"getFramebufferAttachmentParameter\",\n \"getFrequencyResponse\",\n \"getFullYear\",\n \"getGamepads\",\n \"getHours\",\n \"getImageData\",\n \"getInt16\",\n \"getInt32\",\n \"getInt8\",\n \"getIntersectionList\",\n \"getItem\",\n \"getItems\",\n \"getKey\",\n \"getLineDash\",\n \"getLocalStreams\",\n \"getMarks\",\n \"getMatchedCSSRules\",\n \"getMeasures\",\n \"getMetadata\",\n \"getMilliseconds\",\n \"getMinutes\",\n \"getModifierState\",\n \"getMonth\",\n \"getNamedItem\",\n \"getNamedItemNS\",\n \"getNotifier\",\n \"getNumberOfChars\",\n \"getOverrideHistoryNavigationMode\",\n \"getOverrideStyle\",\n \"getOwnPropertyDescriptor\",\n \"getOwnPropertyNames\",\n \"getOwnPropertySymbols\",\n \"getParameter\",\n \"getPathSegAtLength\",\n \"getPointAtLength\",\n \"getPreference\",\n \"getPreferenceDefault\",\n \"getPresentationAttribute\",\n \"getPreventDefault\",\n \"getProgramInfoLog\",\n \"getProgramParameter\",\n \"getPropertyCSSValue\",\n \"getPropertyPriority\",\n \"getPropertyShorthand\",\n \"getPropertyValue\",\n \"getPrototypeOf\",\n \"getRGBColorValue\",\n \"getRandomValues\",\n \"getRangeAt\",\n \"getReceivers\",\n \"getRectValue\",\n \"getRegistration\",\n \"getRemoteStreams\",\n \"getRenderbufferParameter\",\n \"getResponseHeader\",\n \"getRoot\",\n \"getRotationOfChar\",\n \"getSVGDocument\",\n \"getScreenCTM\",\n \"getSeconds\",\n \"getSelection\",\n \"getSenders\",\n \"getShaderInfoLog\",\n \"getShaderParameter\",\n \"getShaderPrecisionFormat\",\n \"getShaderSource\",\n \"getSimpleDuration\",\n \"getSiteIcons\",\n \"getSources\",\n \"getSpeculativeParserUrls\",\n \"getStartPositionOfChar\",\n \"getStartTime\",\n \"getStats\",\n \"getStorageUpdates\",\n \"getStreamById\",\n \"getStringValue\",\n \"getSubStringLength\",\n \"getSubscription\",\n \"getSupportedExtensions\",\n \"getTexParameter\",\n \"getTime\",\n \"getTimezoneOffset\",\n \"getTotalLength\",\n \"getTrackById\",\n \"getTracks\",\n \"getTransformToElement\",\n \"getUTCDate\",\n \"getUTCDay\",\n \"getUTCFullYear\",\n \"getUTCHours\",\n \"getUTCMilliseconds\",\n \"getUTCMinutes\",\n \"getUTCMonth\",\n \"getUTCSeconds\",\n \"getUint16\",\n \"getUint32\",\n \"getUint8\",\n \"getUniform\",\n \"getUniformLocation\",\n \"getUserMedia\",\n \"getValues\",\n \"getVarDate\",\n \"getVariableValue\",\n \"getVertexAttrib\",\n \"getVertexAttribOffset\",\n \"getVideoPlaybackQuality\",\n \"getVideoTracks\",\n \"getWakeLockState\",\n \"getYear\",\n \"givenName\",\n \"global\",\n \"globalAlpha\",\n \"globalCompositeOperation\",\n \"glyphOrientationHorizontal\",\n \"glyphOrientationVertical\",\n \"glyphRef\",\n \"go\",\n \"gradientTransform\",\n \"gradientUnits\",\n \"grammars\",\n \"green\",\n \"group\",\n \"groupCollapsed\",\n \"groupEnd\",\n \"hardwareConcurrency\",\n \"has\",\n \"hasAttribute\",\n \"hasAttributeNS\",\n \"hasAttributes\",\n \"hasChildNodes\",\n \"hasComposition\",\n \"hasExtension\",\n \"hasFeature\",\n \"hasFocus\",\n \"hasLayout\",\n \"hasOwnProperty\",\n \"hash\",\n \"head\",\n \"headers\",\n \"heading\",\n \"height\",\n \"hidden\",\n \"hide\",\n \"hideFocus\",\n \"high\",\n \"hint\",\n \"history\",\n \"honorificPrefix\",\n \"honorificSuffix\",\n \"horizontalOverflow\",\n \"host\",\n \"hostname\",\n \"href\",\n \"hreflang\",\n \"hspace\",\n \"html5TagCheckInerface\",\n \"htmlFor\",\n \"htmlText\",\n \"httpEquiv\",\n \"hwTimestamp\",\n \"hypot\",\n \"iccId\",\n \"iceConnectionState\",\n \"iceGatheringState\",\n \"icon\",\n \"id\",\n \"identifier\",\n \"identity\",\n \"ignoreBOM\",\n \"ignoreCase\",\n \"image-orientation\",\n \"image-rendering\",\n \"imageOrientation\",\n \"imageRendering\",\n \"images\",\n \"ime-mode\",\n \"imeMode\",\n \"implementation\",\n \"importKey\",\n \"importNode\",\n \"importStylesheet\",\n \"imports\",\n \"impp\",\n \"imul\",\n \"in1\",\n \"in2\",\n \"inBandMetadataTrackDispatchType\",\n \"inRange\",\n \"includes\",\n \"incremental\",\n \"indeterminate\",\n \"index\",\n \"indexNames\",\n \"indexOf\",\n \"indexedDB\",\n \"inertiaDestinationX\",\n \"inertiaDestinationY\",\n \"info\",\n \"init\",\n \"initAnimationEvent\",\n \"initBeforeLoadEvent\",\n \"initClipboardEvent\",\n \"initCloseEvent\",\n \"initCommandEvent\",\n \"initCompositionEvent\",\n \"initCustomEvent\",\n \"initData\",\n \"initDeviceMotionEvent\",\n \"initDeviceOrientationEvent\",\n \"initDragEvent\",\n \"initErrorEvent\",\n \"initEvent\",\n \"initFocusEvent\",\n \"initGestureEvent\",\n \"initHashChangeEvent\",\n \"initKeyEvent\",\n \"initKeyboardEvent\",\n \"initMSManipulationEvent\",\n \"initMessageEvent\",\n \"initMouseEvent\",\n \"initMouseScrollEvent\",\n \"initMouseWheelEvent\",\n \"initMutationEvent\",\n \"initNSMouseEvent\",\n \"initOverflowEvent\",\n \"initPageEvent\",\n \"initPageTransitionEvent\",\n \"initPointerEvent\",\n \"initPopStateEvent\",\n \"initProgressEvent\",\n \"initScrollAreaEvent\",\n \"initSimpleGestureEvent\",\n \"initStorageEvent\",\n \"initTextEvent\",\n \"initTimeEvent\",\n \"initTouchEvent\",\n \"initTransitionEvent\",\n \"initUIEvent\",\n \"initWebKitAnimationEvent\",\n \"initWebKitTransitionEvent\",\n \"initWebKitWheelEvent\",\n \"initWheelEvent\",\n \"initialTime\",\n \"initialize\",\n \"initiatorType\",\n \"inner\",\n \"innerHTML\",\n \"innerHeight\",\n \"innerText\",\n \"innerWidth\",\n \"input\",\n \"inputBuffer\",\n \"inputEncoding\",\n \"inputMethod\",\n \"insertAdjacentElement\",\n \"insertAdjacentHTML\",\n \"insertAdjacentText\",\n \"insertBefore\",\n \"insertCell\",\n \"insertData\",\n \"insertItemBefore\",\n \"insertNode\",\n \"insertRow\",\n \"insertRule\",\n \"instanceRoot\",\n \"intercept\",\n \"interimResults\",\n \"internalSubset\",\n \"intersectsNode\",\n \"interval\",\n \"invalidIteratorState\",\n \"inverse\",\n \"invertSelf\",\n \"is\",\n \"is2D\",\n \"isAlternate\",\n \"isArray\",\n \"isBingCurrentSearchDefault\",\n \"isBuffer\",\n \"isCandidateWindowVisible\",\n \"isChar\",\n \"isCollapsed\",\n \"isComposing\",\n \"isContentEditable\",\n \"isContentHandlerRegistered\",\n \"isContextLost\",\n \"isDefaultNamespace\",\n \"isDisabled\",\n \"isEnabled\",\n \"isEqual\",\n \"isEqualNode\",\n \"isExtensible\",\n \"isFinite\",\n \"isFramebuffer\",\n \"isFrozen\",\n \"isGenerator\",\n \"isId\",\n \"isInjected\",\n \"isInteger\",\n \"isMap\",\n \"isMultiLine\",\n \"isNaN\",\n \"isOpen\",\n \"isPointInFill\",\n \"isPointInPath\",\n \"isPointInRange\",\n \"isPointInStroke\",\n \"isPrefAlternate\",\n \"isPrimary\",\n \"isProgram\",\n \"isPropertyImplicit\",\n \"isProtocolHandlerRegistered\",\n \"isPrototypeOf\",\n \"isRenderbuffer\",\n \"isSafeInteger\",\n \"isSameNode\",\n \"isSealed\",\n \"isShader\",\n \"isSupported\",\n \"isTextEdit\",\n \"isTexture\",\n \"isTrusted\",\n \"isTypeSupported\",\n \"isView\",\n \"isolation\",\n \"italics\",\n \"item\",\n \"itemId\",\n \"itemProp\",\n \"itemRef\",\n \"itemScope\",\n \"itemType\",\n \"itemValue\",\n \"iterateNext\",\n \"iterator\",\n \"javaEnabled\",\n \"jobTitle\",\n \"join\",\n \"json\",\n \"justify-content\",\n \"justifyContent\",\n \"k1\",\n \"k2\",\n \"k3\",\n \"k4\",\n \"kernelMatrix\",\n \"kernelUnitLengthX\",\n \"kernelUnitLengthY\",\n \"kerning\",\n \"key\",\n \"keyCode\",\n \"keyFor\",\n \"keyIdentifier\",\n \"keyLightEnabled\",\n \"keyLocation\",\n \"keyPath\",\n \"keySystem\",\n \"keyText\",\n \"keyUsage\",\n \"keys\",\n \"keytype\",\n \"kind\",\n \"knee\",\n \"label\",\n \"labels\",\n \"lang\",\n \"language\",\n \"languages\",\n \"largeArcFlag\",\n \"lastChild\",\n \"lastElementChild\",\n \"lastEventId\",\n \"lastIndex\",\n \"lastIndexOf\",\n \"lastMatch\",\n \"lastMessageSubject\",\n \"lastMessageType\",\n \"lastModified\",\n \"lastModifiedDate\",\n \"lastPage\",\n \"lastParen\",\n \"lastState\",\n \"lastStyleSheetSet\",\n \"latitude\",\n \"layerX\",\n \"layerY\",\n \"layoutFlow\",\n \"layoutGrid\",\n \"layoutGridChar\",\n \"layoutGridLine\",\n \"layoutGridMode\",\n \"layoutGridType\",\n \"lbound\",\n \"left\",\n \"leftContext\",\n \"leftMargin\",\n \"length\",\n \"lengthAdjust\",\n \"lengthComputable\",\n \"letter-spacing\",\n \"letterSpacing\",\n \"level\",\n \"lighting-color\",\n \"lightingColor\",\n \"limitingConeAngle\",\n \"line\",\n \"line-height\",\n \"lineAlign\",\n \"lineBreak\",\n \"lineCap\",\n \"lineDashOffset\",\n \"lineHeight\",\n \"lineJoin\",\n \"lineNumber\",\n \"lineTo\",\n \"lineWidth\",\n \"linearRampToValueAtTime\",\n \"lineno\",\n \"link\",\n \"linkColor\",\n \"linkProgram\",\n \"links\",\n \"list\",\n \"list-style\",\n \"list-style-image\",\n \"list-style-position\",\n \"list-style-type\",\n \"listStyle\",\n \"listStyleImage\",\n \"listStylePosition\",\n \"listStyleType\",\n \"listener\",\n \"load\",\n \"loadEventEnd\",\n \"loadEventStart\",\n \"loadTimes\",\n \"loaded\",\n \"localDescription\",\n \"localName\",\n \"localStorage\",\n \"locale\",\n \"localeCompare\",\n \"location\",\n \"locationbar\",\n \"lock\",\n \"lockedFile\",\n \"log\",\n \"log10\",\n \"log1p\",\n \"log2\",\n \"logicalXDPI\",\n \"logicalYDPI\",\n \"longDesc\",\n \"longitude\",\n \"lookupNamespaceURI\",\n \"lookupPrefix\",\n \"loop\",\n \"loopEnd\",\n \"loopStart\",\n \"looping\",\n \"low\",\n \"lower\",\n \"lowerBound\",\n \"lowerOpen\",\n \"lowsrc\",\n \"m11\",\n \"m12\",\n \"m13\",\n \"m14\",\n \"m21\",\n \"m22\",\n \"m23\",\n \"m24\",\n \"m31\",\n \"m32\",\n \"m33\",\n \"m34\",\n \"m41\",\n \"m42\",\n \"m43\",\n \"m44\",\n \"manifest\",\n \"map\",\n \"mapping\",\n \"margin\",\n \"margin-bottom\",\n \"margin-left\",\n \"margin-right\",\n \"margin-top\",\n \"marginBottom\",\n \"marginHeight\",\n \"marginLeft\",\n \"marginRight\",\n \"marginTop\",\n \"marginWidth\",\n \"mark\",\n \"marker\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-offset\",\n \"marker-start\",\n \"markerEnd\",\n \"markerHeight\",\n \"markerMid\",\n \"markerOffset\",\n \"markerStart\",\n \"markerUnits\",\n \"markerWidth\",\n \"marks\",\n \"mask\",\n \"mask-type\",\n \"maskContentUnits\",\n \"maskType\",\n \"maskUnits\",\n \"match\",\n \"matchMedia\",\n \"matchMedium\",\n \"matches\",\n \"matrix\",\n \"matrixTransform\",\n \"max\",\n \"max-height\",\n \"max-width\",\n \"maxAlternatives\",\n \"maxChannelCount\",\n \"maxConnectionsPerServer\",\n \"maxDecibels\",\n \"maxDistance\",\n \"maxHeight\",\n \"maxLength\",\n \"maxTouchPoints\",\n \"maxValue\",\n \"maxWidth\",\n \"measure\",\n \"measureText\",\n \"media\",\n \"mediaCapabilities\",\n \"mediaDevices\",\n \"mediaElement\",\n \"mediaGroup\",\n \"mediaKeys\",\n \"mediaText\",\n \"meetOrSlice\",\n \"memory\",\n \"menubar\",\n \"mergeAttributes\",\n \"message\",\n \"messageClass\",\n \"messageHandlers\",\n \"metaKey\",\n \"method\",\n \"mimeType\",\n \"mimeTypes\",\n \"min\",\n \"min-height\",\n \"min-width\",\n \"minDecibels\",\n \"minHeight\",\n \"minValue\",\n \"minWidth\",\n \"miterLimit\",\n \"mix-blend-mode\",\n \"mixBlendMode\",\n \"mode\",\n \"modify\",\n \"mount\",\n \"move\",\n \"moveBy\",\n \"moveEnd\",\n \"moveFirst\",\n \"moveFocusDown\",\n \"moveFocusLeft\",\n \"moveFocusRight\",\n \"moveFocusUp\",\n \"moveNext\",\n \"moveRow\",\n \"moveStart\",\n \"moveTo\",\n \"moveToBookmark\",\n \"moveToElementText\",\n \"moveToPoint\",\n \"mozAdd\",\n \"mozAnimationStartTime\",\n \"mozAnon\",\n \"mozApps\",\n \"mozAudioCaptured\",\n \"mozAudioChannelType\",\n \"mozAutoplayEnabled\",\n \"mozCancelAnimationFrame\",\n \"mozCancelFullScreen\",\n \"mozCancelRequestAnimationFrame\",\n \"mozCaptureStream\",\n \"mozCaptureStreamUntilEnded\",\n \"mozClearDataAt\",\n \"mozContact\",\n \"mozContacts\",\n \"mozCreateFileHandle\",\n \"mozCurrentTransform\",\n \"mozCurrentTransformInverse\",\n \"mozCursor\",\n \"mozDash\",\n \"mozDashOffset\",\n \"mozDecodedFrames\",\n \"mozExitPointerLock\",\n \"mozFillRule\",\n \"mozFragmentEnd\",\n \"mozFrameDelay\",\n \"mozFullScreen\",\n \"mozFullScreenElement\",\n \"mozFullScreenEnabled\",\n \"mozGetAll\",\n \"mozGetAllKeys\",\n \"mozGetAsFile\",\n \"mozGetDataAt\",\n \"mozGetMetadata\",\n \"mozGetUserMedia\",\n \"mozHasAudio\",\n \"mozHasItem\",\n \"mozHidden\",\n \"mozImageSmoothingEnabled\",\n \"mozIndexedDB\",\n \"mozInnerScreenX\",\n \"mozInnerScreenY\",\n \"mozInputSource\",\n \"mozIsTextField\",\n \"mozItem\",\n \"mozItemCount\",\n \"mozItems\",\n \"mozLength\",\n \"mozLockOrientation\",\n \"mozMatchesSelector\",\n \"mozMovementX\",\n \"mozMovementY\",\n \"mozOpaque\",\n \"mozOrientation\",\n \"mozPaintCount\",\n \"mozPaintedFrames\",\n \"mozParsedFrames\",\n \"mozPay\",\n \"mozPointerLockElement\",\n \"mozPresentedFrames\",\n \"mozPreservesPitch\",\n \"mozPressure\",\n \"mozPrintCallback\",\n \"mozRTCIceCandidate\",\n \"mozRTCPeerConnection\",\n \"mozRTCSessionDescription\",\n \"mozRemove\",\n \"mozRequestAnimationFrame\",\n \"mozRequestFullScreen\",\n \"mozRequestPointerLock\",\n \"mozSetDataAt\",\n \"mozSetImageElement\",\n \"mozSourceNode\",\n \"mozSrcObject\",\n \"mozSystem\",\n \"mozTCPSocket\",\n \"mozTextStyle\",\n \"mozTypesAt\",\n \"mozUnlockOrientation\",\n \"mozUserCancelled\",\n \"mozVisibilityState\",\n \"msAnimation\",\n \"msAnimationDelay\",\n \"msAnimationDirection\",\n \"msAnimationDuration\",\n \"msAnimationFillMode\",\n \"msAnimationIterationCount\",\n \"msAnimationName\",\n \"msAnimationPlayState\",\n \"msAnimationStartTime\",\n \"msAnimationTimingFunction\",\n \"msBackfaceVisibility\",\n \"msBlockProgression\",\n \"msCSSOMElementFloatMetrics\",\n \"msCaching\",\n \"msCachingEnabled\",\n \"msCancelRequestAnimationFrame\",\n \"msCapsLockWarningOff\",\n \"msClearImmediate\",\n \"msClose\",\n \"msContentZoomChaining\",\n \"msContentZoomFactor\",\n \"msContentZoomLimit\",\n \"msContentZoomLimitMax\",\n \"msContentZoomLimitMin\",\n \"msContentZoomSnap\",\n \"msContentZoomSnapPoints\",\n \"msContentZoomSnapType\",\n \"msContentZooming\",\n \"msConvertURL\",\n \"msCrypto\",\n \"msDoNotTrack\",\n \"msElementsFromPoint\",\n \"msElementsFromRect\",\n \"msExitFullscreen\",\n \"msExtendedCode\",\n \"msFillRule\",\n \"msFirstPaint\",\n \"msFlex\",\n \"msFlexAlign\",\n \"msFlexDirection\",\n \"msFlexFlow\",\n \"msFlexItemAlign\",\n \"msFlexLinePack\",\n \"msFlexNegative\",\n \"msFlexOrder\",\n \"msFlexPack\",\n \"msFlexPositive\",\n \"msFlexPreferredSize\",\n \"msFlexWrap\",\n \"msFlowFrom\",\n \"msFlowInto\",\n \"msFontFeatureSettings\",\n \"msFullscreenElement\",\n \"msFullscreenEnabled\",\n \"msGetInputContext\",\n \"msGetRegionContent\",\n \"msGetUntransformedBounds\",\n \"msGraphicsTrustStatus\",\n \"msGridColumn\",\n \"msGridColumnAlign\",\n \"msGridColumnSpan\",\n \"msGridColumns\",\n \"msGridRow\",\n \"msGridRowAlign\",\n \"msGridRowSpan\",\n \"msGridRows\",\n \"msHidden\",\n \"msHighContrastAdjust\",\n \"msHyphenateLimitChars\",\n \"msHyphenateLimitLines\",\n \"msHyphenateLimitZone\",\n \"msHyphens\",\n \"msImageSmoothingEnabled\",\n \"msImeAlign\",\n \"msIndexedDB\",\n \"msInterpolationMode\",\n \"msIsStaticHTML\",\n \"msKeySystem\",\n \"msKeys\",\n \"msLaunchUri\",\n \"msLockOrientation\",\n \"msManipulationViewsEnabled\",\n \"msMatchMedia\",\n \"msMatchesSelector\",\n \"msMaxTouchPoints\",\n \"msOrientation\",\n \"msOverflowStyle\",\n \"msPerspective\",\n \"msPerspectiveOrigin\",\n \"msPlayToDisabled\",\n \"msPlayToPreferredSourceUri\",\n \"msPlayToPrimary\",\n \"msPointerEnabled\",\n \"msRegionOverflow\",\n \"msReleasePointerCapture\",\n \"msRequestAnimationFrame\",\n \"msRequestFullscreen\",\n \"msSaveBlob\",\n \"msSaveOrOpenBlob\",\n \"msScrollChaining\",\n \"msScrollLimit\",\n \"msScrollLimitXMax\",\n \"msScrollLimitXMin\",\n \"msScrollLimitYMax\",\n \"msScrollLimitYMin\",\n \"msScrollRails\",\n \"msScrollSnapPointsX\",\n \"msScrollSnapPointsY\",\n \"msScrollSnapType\",\n \"msScrollSnapX\",\n \"msScrollSnapY\",\n \"msScrollTranslation\",\n \"msSetImmediate\",\n \"msSetMediaKeys\",\n \"msSetPointerCapture\",\n \"msTextCombineHorizontal\",\n \"msTextSizeAdjust\",\n \"msToBlob\",\n \"msTouchAction\",\n \"msTouchSelect\",\n \"msTraceAsyncCallbackCompleted\",\n \"msTraceAsyncCallbackStarting\",\n \"msTraceAsyncOperationCompleted\",\n \"msTraceAsyncOperationStarting\",\n \"msTransform\",\n \"msTransformOrigin\",\n \"msTransformStyle\",\n \"msTransition\",\n \"msTransitionDelay\",\n \"msTransitionDuration\",\n \"msTransitionProperty\",\n \"msTransitionTimingFunction\",\n \"msUnlockOrientation\",\n \"msUpdateAsyncCallbackRelation\",\n \"msUserSelect\",\n \"msVisibilityState\",\n \"msWrapFlow\",\n \"msWrapMargin\",\n \"msWrapThrough\",\n \"msWriteProfilerMark\",\n \"msZoom\",\n \"msZoomTo\",\n \"mt\",\n \"multiEntry\",\n \"multiSelectionObj\",\n \"multiline\",\n \"multiple\",\n \"multiply\",\n \"multiplySelf\",\n \"mutableFile\",\n \"muted\",\n \"n\",\n \"name\",\n \"nameProp\",\n \"namedItem\",\n \"namedRecordset\",\n \"names\",\n \"namespaceURI\",\n \"namespaces\",\n \"naturalHeight\",\n \"naturalWidth\",\n \"navigate\",\n \"navigation\",\n \"navigationMode\",\n \"navigationStart\",\n \"navigator\",\n \"near\",\n \"nearestViewportElement\",\n \"negative\",\n \"netscape\",\n \"networkState\",\n \"newScale\",\n \"newTranslate\",\n \"newURL\",\n \"newValue\",\n \"newValueSpecifiedUnits\",\n \"newVersion\",\n \"newhome\",\n \"next\",\n \"nextElementSibling\",\n \"nextNode\",\n \"nextPage\",\n \"nextSibling\",\n \"nickname\",\n \"noHref\",\n \"noResize\",\n \"noShade\",\n \"noValidate\",\n \"noWrap\",\n \"nodeName\",\n \"nodeType\",\n \"nodeValue\",\n \"normalize\",\n \"normalizedPathSegList\",\n \"notationName\",\n \"notations\",\n \"note\",\n \"noteGrainOn\",\n \"noteOff\",\n \"noteOn\",\n \"now\",\n \"numOctaves\",\n \"number\",\n \"numberOfChannels\",\n \"numberOfInputs\",\n \"numberOfItems\",\n \"numberOfOutputs\",\n \"numberValue\",\n \"oMatchesSelector\",\n \"object\",\n \"object-fit\",\n \"object-position\",\n \"objectFit\",\n \"objectPosition\",\n \"objectStore\",\n \"objectStoreNames\",\n \"observe\",\n \"of\",\n \"offscreenBuffering\",\n \"offset\",\n \"offsetHeight\",\n \"offsetLeft\",\n \"offsetNode\",\n \"offsetParent\",\n \"offsetTop\",\n \"offsetWidth\",\n \"offsetX\",\n \"offsetY\",\n \"ok\",\n \"oldURL\",\n \"oldValue\",\n \"oldVersion\",\n \"olderShadowRoot\",\n \"onLine\",\n \"onabort\",\n \"onactivate\",\n \"onactive\",\n \"onaddstream\",\n \"onaddtrack\",\n \"onafterprint\",\n \"onafterscriptexecute\",\n \"onafterupdate\",\n \"onaudioend\",\n \"onaudioprocess\",\n \"onaudiostart\",\n \"onautocomplete\",\n \"onautocompleteerror\",\n \"onbeforeactivate\",\n \"onbeforecopy\",\n \"onbeforecut\",\n \"onbeforedeactivate\",\n \"onbeforeeditfocus\",\n \"onbeforepaste\",\n \"onbeforeprint\",\n \"onbeforescriptexecute\",\n \"onbeforeunload\",\n \"onbeforeupdate\",\n \"onblocked\",\n \"onblur\",\n \"onbounce\",\n \"onboundary\",\n \"oncached\",\n \"oncancel\",\n \"oncandidatewindowhide\",\n \"oncandidatewindowshow\",\n \"oncandidatewindowupdate\",\n \"oncanplay\",\n \"oncanplaythrough\",\n \"oncellchange\",\n \"onchange\",\n \"onchargingchange\",\n \"onchargingtimechange\",\n \"onchecking\",\n \"onclick\",\n \"onclose\",\n \"oncompassneedscalibration\",\n \"oncomplete\",\n \"oncontextmenu\",\n \"oncontrolselect\",\n \"oncopy\",\n \"oncuechange\",\n \"oncut\",\n \"ondataavailable\",\n \"ondatachannel\",\n \"ondatasetchanged\",\n \"ondatasetcomplete\",\n \"ondblclick\",\n \"ondeactivate\",\n \"ondevicelight\",\n \"ondevicemotion\",\n \"ondeviceorientation\",\n \"ondeviceproximity\",\n \"ondischargingtimechange\",\n \"ondisplay\",\n \"ondownloading\",\n \"ondrag\",\n \"ondragend\",\n \"ondragenter\",\n \"ondragleave\",\n \"ondragover\",\n \"ondragstart\",\n \"ondrop\",\n \"ondurationchange\",\n \"onemptied\",\n \"onencrypted\",\n \"onend\",\n \"onended\",\n \"onenter\",\n \"onerror\",\n \"onerrorupdate\",\n \"onexit\",\n \"onfilterchange\",\n \"onfinish\",\n \"onfocus\",\n \"onfocusin\",\n \"onfocusout\",\n \"onfullscreenchange\",\n \"onfullscreenerror\",\n \"ongesturechange\",\n \"ongestureend\",\n \"ongesturestart\",\n \"ongotpointercapture\",\n \"onhashchange\",\n \"onhelp\",\n \"onicecandidate\",\n \"oniceconnectionstatechange\",\n \"oninactive\",\n \"oninput\",\n \"oninvalid\",\n \"onkeydown\",\n \"onkeypress\",\n \"onkeyup\",\n \"onlanguagechange\",\n \"onlayoutcomplete\",\n \"onlevelchange\",\n \"onload\",\n \"onloadeddata\",\n \"onloadedmetadata\",\n \"onloadend\",\n \"onloadstart\",\n \"onlosecapture\",\n \"onlostpointercapture\",\n \"only\",\n \"onmark\",\n \"onmessage\",\n \"onmousedown\",\n \"onmouseenter\",\n \"onmouseleave\",\n \"onmousemove\",\n \"onmouseout\",\n \"onmouseover\",\n \"onmouseup\",\n \"onmousewheel\",\n \"onmove\",\n \"onmoveend\",\n \"onmovestart\",\n \"onmozfullscreenchange\",\n \"onmozfullscreenerror\",\n \"onmozorientationchange\",\n \"onmozpointerlockchange\",\n \"onmozpointerlockerror\",\n \"onmscontentzoom\",\n \"onmsfullscreenchange\",\n \"onmsfullscreenerror\",\n \"onmsgesturechange\",\n \"onmsgesturedoubletap\",\n \"onmsgestureend\",\n \"onmsgesturehold\",\n \"onmsgesturestart\",\n \"onmsgesturetap\",\n \"onmsgotpointercapture\",\n \"onmsinertiastart\",\n \"onmslostpointercapture\",\n \"onmsmanipulationstatechanged\",\n \"onmsneedkey\",\n \"onmsorientationchange\",\n \"onmspointercancel\",\n \"onmspointerdown\",\n \"onmspointerenter\",\n \"onmspointerhover\",\n \"onmspointerleave\",\n \"onmspointermove\",\n \"onmspointerout\",\n \"onmspointerover\",\n \"onmspointerup\",\n \"onmssitemodejumplistitemremoved\",\n \"onmsthumbnailclick\",\n \"onnegotiationneeded\",\n \"onnomatch\",\n \"onnoupdate\",\n \"onobsolete\",\n \"onoffline\",\n \"ononline\",\n \"onopen\",\n \"onorientationchange\",\n \"onpagechange\",\n \"onpagehide\",\n \"onpageshow\",\n \"onpaste\",\n \"onpause\",\n \"onplay\",\n \"onplaying\",\n \"onpluginstreamstart\",\n \"onpointercancel\",\n \"onpointerdown\",\n \"onpointerenter\",\n \"onpointerleave\",\n \"onpointerlockchange\",\n \"onpointerlockerror\",\n \"onpointermove\",\n \"onpointerout\",\n \"onpointerover\",\n \"onpointerup\",\n \"onpopstate\",\n \"onprogress\",\n \"onpropertychange\",\n \"onratechange\",\n \"onreadystatechange\",\n \"onremovestream\",\n \"onremovetrack\",\n \"onreset\",\n \"onresize\",\n \"onresizeend\",\n \"onresizestart\",\n \"onresourcetimingbufferfull\",\n \"onresult\",\n \"onresume\",\n \"onrowenter\",\n \"onrowexit\",\n \"onrowsdelete\",\n \"onrowsinserted\",\n \"onscroll\",\n \"onsearch\",\n \"onseeked\",\n \"onseeking\",\n \"onselect\",\n \"onselectionchange\",\n \"onselectstart\",\n \"onshow\",\n \"onsignalingstatechange\",\n \"onsoundend\",\n \"onsoundstart\",\n \"onspeechend\",\n \"onspeechstart\",\n \"onstalled\",\n \"onstart\",\n \"onstatechange\",\n \"onstop\",\n \"onstorage\",\n \"onstoragecommit\",\n \"onsubmit\",\n \"onsuccess\",\n \"onsuspend\",\n \"ontextinput\",\n \"ontimeout\",\n \"ontimeupdate\",\n \"ontoggle\",\n \"ontouchcancel\",\n \"ontouchend\",\n \"ontouchmove\",\n \"ontouchstart\",\n \"ontransitionend\",\n \"onunload\",\n \"onupdateready\",\n \"onupgradeneeded\",\n \"onuserproximity\",\n \"onversionchange\",\n \"onvoiceschanged\",\n \"onvolumechange\",\n \"onwaiting\",\n \"onwarning\",\n \"onwebkitanimationend\",\n \"onwebkitanimationiteration\",\n \"onwebkitanimationstart\",\n \"onwebkitcurrentplaybacktargetiswirelesschanged\",\n \"onwebkitfullscreenchange\",\n \"onwebkitfullscreenerror\",\n \"onwebkitkeyadded\",\n \"onwebkitkeyerror\",\n \"onwebkitkeymessage\",\n \"onwebkitneedkey\",\n \"onwebkitorientationchange\",\n \"onwebkitplaybacktargetavailabilitychanged\",\n \"onwebkitpointerlockchange\",\n \"onwebkitpointerlockerror\",\n \"onwebkitresourcetimingbufferfull\",\n \"onwebkittransitionend\",\n \"onwheel\",\n \"onzoom\",\n \"opacity\",\n \"open\",\n \"openCursor\",\n \"openDatabase\",\n \"openKeyCursor\",\n \"opener\",\n \"opera\",\n \"operationType\",\n \"operator\",\n \"opr\",\n \"optimum\",\n \"options\",\n \"order\",\n \"orderX\",\n \"orderY\",\n \"ordered\",\n \"org\",\n \"orient\",\n \"orientAngle\",\n \"orientType\",\n \"orientation\",\n \"origin\",\n \"originalTarget\",\n \"orphans\",\n \"oscpu\",\n \"outerHTML\",\n \"outerHeight\",\n \"outerText\",\n \"outerWidth\",\n \"outline\",\n \"outline-color\",\n \"outline-offset\",\n \"outline-style\",\n \"outline-width\",\n \"outlineColor\",\n \"outlineOffset\",\n \"outlineStyle\",\n \"outlineWidth\",\n \"outputBuffer\",\n \"overflow\",\n \"overflow-x\",\n \"overflow-y\",\n \"overflowX\",\n \"overflowY\",\n \"overrideMimeType\",\n \"oversample\",\n \"ownerDocument\",\n \"ownerElement\",\n \"ownerNode\",\n \"ownerRule\",\n \"ownerSVGElement\",\n \"owningElement\",\n \"p1\",\n \"p2\",\n \"p3\",\n \"p4\",\n \"pad\",\n \"padding\",\n \"padding-bottom\",\n \"padding-left\",\n \"padding-right\",\n \"padding-top\",\n \"paddingBottom\",\n \"paddingLeft\",\n \"paddingRight\",\n \"paddingTop\",\n \"page\",\n \"page-break-after\",\n \"page-break-before\",\n \"page-break-inside\",\n \"pageBreakAfter\",\n \"pageBreakBefore\",\n \"pageBreakInside\",\n \"pageCount\",\n \"pageX\",\n \"pageXOffset\",\n \"pageY\",\n \"pageYOffset\",\n \"pages\",\n \"paint-order\",\n \"paintOrder\",\n \"paintRequests\",\n \"paintType\",\n \"palette\",\n \"panningModel\",\n \"parent\",\n \"parentElement\",\n \"parentNode\",\n \"parentRule\",\n \"parentStyleSheet\",\n \"parentTextEdit\",\n \"parentWindow\",\n \"parse\",\n \"parseFloat\",\n \"parseFromString\",\n \"parseInt\",\n \"participants\",\n \"password\",\n \"pasteHTML\",\n \"path\",\n \"pathLength\",\n \"pathSegList\",\n \"pathSegType\",\n \"pathSegTypeAsLetter\",\n \"pathname\",\n \"pattern\",\n \"patternContentUnits\",\n \"patternMismatch\",\n \"patternTransform\",\n \"patternUnits\",\n \"pause\",\n \"pauseAnimations\",\n \"pauseOnExit\",\n \"paused\",\n \"pending\",\n \"performance\",\n \"permission\",\n \"persisted\",\n \"personalbar\",\n \"perspective\",\n \"perspective-origin\",\n \"perspectiveOrigin\",\n \"phoneticFamilyName\",\n \"phoneticGivenName\",\n \"photo\",\n \"ping\",\n \"pitch\",\n \"pixelBottom\",\n \"pixelDepth\",\n \"pixelHeight\",\n \"pixelLeft\",\n \"pixelRight\",\n \"pixelStorei\",\n \"pixelTop\",\n \"pixelUnitToMillimeterX\",\n \"pixelUnitToMillimeterY\",\n \"pixelWidth\",\n \"placeholder\",\n \"platform\",\n \"play\",\n \"playbackRate\",\n \"playbackState\",\n \"playbackTime\",\n \"played\",\n \"plugins\",\n \"pluginspage\",\n \"pname\",\n \"pointer-events\",\n \"pointerBeforeReferenceNode\",\n \"pointerEnabled\",\n \"pointerEvents\",\n \"pointerId\",\n \"pointerLockElement\",\n \"pointerType\",\n \"points\",\n \"pointsAtX\",\n \"pointsAtY\",\n \"pointsAtZ\",\n \"polygonOffset\",\n \"pop\",\n \"popupWindowFeatures\",\n \"popupWindowName\",\n \"popupWindowURI\",\n \"port\",\n \"port1\",\n \"port2\",\n \"ports\",\n \"posBottom\",\n \"posHeight\",\n \"posLeft\",\n \"posRight\",\n \"posTop\",\n \"posWidth\",\n \"position\",\n \"positionAlign\",\n \"postError\",\n \"postMessage\",\n \"poster\",\n \"pow\",\n \"powerOff\",\n \"preMultiplySelf\",\n \"precision\",\n \"preferredStyleSheetSet\",\n \"preferredStylesheetSet\",\n \"prefix\",\n \"preload\",\n \"preserveAlpha\",\n \"preserveAspectRatio\",\n \"preserveAspectRatioString\",\n \"pressed\",\n \"pressure\",\n \"prevValue\",\n \"preventDefault\",\n \"preventExtensions\",\n \"previousElementSibling\",\n \"previousNode\",\n \"previousPage\",\n \"previousScale\",\n \"previousSibling\",\n \"previousTranslate\",\n \"primaryKey\",\n \"primitiveType\",\n \"primitiveUnits\",\n \"principals\",\n \"print\",\n \"privateKey\",\n \"probablySupportsContext\",\n \"process\",\n \"processIceMessage\",\n \"product\",\n \"productSub\",\n \"profile\",\n \"profileEnd\",\n \"profiles\",\n \"prompt\",\n \"properties\",\n \"propertyIsEnumerable\",\n \"propertyName\",\n \"protocol\",\n \"protocolLong\",\n \"prototype\",\n \"pseudoClass\",\n \"pseudoElement\",\n \"publicId\",\n \"publicKey\",\n \"published\",\n \"push\",\n \"pushNotification\",\n \"pushState\",\n \"put\",\n \"putImageData\",\n \"quadraticCurveTo\",\n \"qualifier\",\n \"queryCommandEnabled\",\n \"queryCommandIndeterm\",\n \"queryCommandState\",\n \"queryCommandSupported\",\n \"queryCommandText\",\n \"queryCommandValue\",\n \"querySelector\",\n \"querySelectorAll\",\n \"quote\",\n \"quotes\",\n \"r\",\n \"r1\",\n \"r2\",\n \"race\",\n \"radiogroup\",\n \"radiusX\",\n \"radiusY\",\n \"random\",\n \"range\",\n \"rangeCount\",\n \"rangeMax\",\n \"rangeMin\",\n \"rangeOffset\",\n \"rangeOverflow\",\n \"rangeParent\",\n \"rangeUnderflow\",\n \"rate\",\n \"ratio\",\n \"raw\",\n \"read\",\n \"readAsArrayBuffer\",\n \"readAsBinaryString\",\n \"readAsBlob\",\n \"readAsDataURL\",\n \"readAsText\",\n \"readOnly\",\n \"readPixels\",\n \"readReportRequested\",\n \"readyState\",\n \"reason\",\n \"reboot\",\n \"receiver\",\n \"receivers\",\n \"recordNumber\",\n \"recordset\",\n \"rect\",\n \"red\",\n \"redirectCount\",\n \"redirectEnd\",\n \"redirectStart\",\n \"reduce\",\n \"reduceRight\",\n \"reduction\",\n \"refDistance\",\n \"refX\",\n \"refY\",\n \"referenceNode\",\n \"referrer\",\n \"refresh\",\n \"region\",\n \"regionAnchorX\",\n \"regionAnchorY\",\n \"regionId\",\n \"regions\",\n \"register\",\n \"registerContentHandler\",\n \"registerElement\",\n \"registerProtocolHandler\",\n \"reject\",\n \"rel\",\n \"relList\",\n \"relatedNode\",\n \"relatedTarget\",\n \"release\",\n \"releaseCapture\",\n \"releaseEvents\",\n \"releasePointerCapture\",\n \"releaseShaderCompiler\",\n \"reliable\",\n \"reload\",\n \"remainingSpace\",\n \"remoteDescription\",\n \"remove\",\n \"removeAllRanges\",\n \"removeAttribute\",\n \"removeAttributeNS\",\n \"removeAttributeNode\",\n \"removeBehavior\",\n \"removeChild\",\n \"removeCue\",\n \"removeEventListener\",\n \"removeFilter\",\n \"removeImport\",\n \"removeItem\",\n \"removeListener\",\n \"removeNamedItem\",\n \"removeNamedItemNS\",\n \"removeNode\",\n \"removeParameter\",\n \"removeProperty\",\n \"removeRange\",\n \"removeRegion\",\n \"removeRule\",\n \"removeSiteSpecificTrackingException\",\n \"removeSourceBuffer\",\n \"removeStream\",\n \"removeTrack\",\n \"removeVariable\",\n \"removeWakeLockListener\",\n \"removeWebWideTrackingException\",\n \"removedNodes\",\n \"renderbufferStorage\",\n \"renderedBuffer\",\n \"renderingMode\",\n \"repeat\",\n \"replace\",\n \"replaceAdjacentText\",\n \"replaceChild\",\n \"replaceData\",\n \"replaceId\",\n \"replaceItem\",\n \"replaceNode\",\n \"replaceState\",\n \"replaceTrack\",\n \"replaceWholeText\",\n \"reportValidity\",\n \"requestAnimationFrame\",\n \"requestAutocomplete\",\n \"requestData\",\n \"requestFullscreen\",\n \"requestMediaKeySystemAccess\",\n \"requestPermission\",\n \"requestPointerLock\",\n \"requestStart\",\n \"requestingWindow\",\n \"required\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"reset\",\n \"resetTransform\",\n \"resize\",\n \"resizeBy\",\n \"resizeTo\",\n \"resolve\",\n \"response\",\n \"responseBody\",\n \"responseEnd\",\n \"responseStart\",\n \"responseText\",\n \"responseType\",\n \"responseURL\",\n \"responseXML\",\n \"restore\",\n \"result\",\n \"resultType\",\n \"resume\",\n \"returnValue\",\n \"rev\",\n \"reverse\",\n \"reversed\",\n \"revocable\",\n \"revokeObjectURL\",\n \"rgbColor\",\n \"right\",\n \"rightContext\",\n \"rightMargin\",\n \"rolloffFactor\",\n \"root\",\n \"rootElement\",\n \"rotate\",\n \"rotateAxisAngle\",\n \"rotateAxisAngleSelf\",\n \"rotateFromVector\",\n \"rotateFromVectorSelf\",\n \"rotateSelf\",\n \"rotation\",\n \"rotationRate\",\n \"round\",\n \"rowIndex\",\n \"rowSpan\",\n \"rows\",\n \"rubyAlign\",\n \"rubyOverhang\",\n \"rubyPosition\",\n \"rules\",\n \"runtime\",\n \"runtimeStyle\",\n \"rx\",\n \"ry\",\n \"safari\",\n \"sampleCoverage\",\n \"sampleRate\",\n \"sandbox\",\n \"save\",\n \"scale\",\n \"scale3d\",\n \"scale3dSelf\",\n \"scaleNonUniform\",\n \"scaleNonUniformSelf\",\n \"scaleSelf\",\n \"scheme\",\n \"scissor\",\n \"scope\",\n \"scopeName\",\n \"scoped\",\n \"screen\",\n \"screenBrightness\",\n \"screenEnabled\",\n \"screenLeft\",\n \"screenPixelToMillimeterX\",\n \"screenPixelToMillimeterY\",\n \"screenTop\",\n \"screenX\",\n \"screenY\",\n \"scripts\",\n \"scroll\",\n \"scroll-behavior\",\n \"scrollAmount\",\n \"scrollBehavior\",\n \"scrollBy\",\n \"scrollByLines\",\n \"scrollByPages\",\n \"scrollDelay\",\n \"scrollHeight\",\n \"scrollIntoView\",\n \"scrollIntoViewIfNeeded\",\n \"scrollLeft\",\n \"scrollLeftMax\",\n \"scrollMaxX\",\n \"scrollMaxY\",\n \"scrollTo\",\n \"scrollTop\",\n \"scrollTopMax\",\n \"scrollWidth\",\n \"scrollX\",\n \"scrollY\",\n \"scrollbar3dLightColor\",\n \"scrollbarArrowColor\",\n \"scrollbarBaseColor\",\n \"scrollbarDarkShadowColor\",\n \"scrollbarFaceColor\",\n \"scrollbarHighlightColor\",\n \"scrollbarShadowColor\",\n \"scrollbarTrackColor\",\n \"scrollbars\",\n \"scrolling\",\n \"sdp\",\n \"sdpMLineIndex\",\n \"sdpMid\",\n \"seal\",\n \"search\",\n \"searchBox\",\n \"searchBoxJavaBridge_\",\n \"searchParams\",\n \"sectionRowIndex\",\n \"secureConnectionStart\",\n \"security\",\n \"seed\",\n \"seekable\",\n \"seeking\",\n \"select\",\n \"selectAllChildren\",\n \"selectNode\",\n \"selectNodeContents\",\n \"selectNodes\",\n \"selectSingleNode\",\n \"selectSubString\",\n \"selected\",\n \"selectedIndex\",\n \"selectedOptions\",\n \"selectedStyleSheetSet\",\n \"selectedStylesheetSet\",\n \"selection\",\n \"selectionDirection\",\n \"selectionEnd\",\n \"selectionStart\",\n \"selector\",\n \"selectorText\",\n \"self\",\n \"send\",\n \"sendAsBinary\",\n \"sendBeacon\",\n \"sender\",\n \"sentTimestamp\",\n \"separator\",\n \"serializeToString\",\n \"serviceWorker\",\n \"sessionId\",\n \"sessionStorage\",\n \"set\",\n \"setActive\",\n \"setAlpha\",\n \"setAttribute\",\n \"setAttributeNS\",\n \"setAttributeNode\",\n \"setAttributeNodeNS\",\n \"setBaseAndExtent\",\n \"setBingCurrentSearchDefault\",\n \"setCapture\",\n \"setColor\",\n \"setCompositeOperation\",\n \"setCurrentTime\",\n \"setCustomValidity\",\n \"setData\",\n \"setDate\",\n \"setDragImage\",\n \"setEnd\",\n \"setEndAfter\",\n \"setEndBefore\",\n \"setEndPoint\",\n \"setFillColor\",\n \"setFilterRes\",\n \"setFloat32\",\n \"setFloat64\",\n \"setFloatValue\",\n \"setFullYear\",\n \"setHours\",\n \"setImmediate\",\n \"setInt16\",\n \"setInt32\",\n \"setInt8\",\n \"setInterval\",\n \"setItem\",\n \"setLineCap\",\n \"setLineDash\",\n \"setLineJoin\",\n \"setLineWidth\",\n \"setLocalDescription\",\n \"setMatrix\",\n \"setMatrixValue\",\n \"setMediaKeys\",\n \"setMilliseconds\",\n \"setMinutes\",\n \"setMiterLimit\",\n \"setMonth\",\n \"setNamedItem\",\n \"setNamedItemNS\",\n \"setNonUserCodeExceptions\",\n \"setOrientToAngle\",\n \"setOrientToAuto\",\n \"setOrientation\",\n \"setOverrideHistoryNavigationMode\",\n \"setPaint\",\n \"setParameter\",\n \"setPeriodicWave\",\n \"setPointerCapture\",\n \"setPosition\",\n \"setPreference\",\n \"setProperty\",\n \"setPrototypeOf\",\n \"setRGBColor\",\n \"setRGBColorICCColor\",\n \"setRadius\",\n \"setRangeText\",\n \"setRemoteDescription\",\n \"setRequestHeader\",\n \"setResizable\",\n \"setResourceTimingBufferSize\",\n \"setRotate\",\n \"setScale\",\n \"setSeconds\",\n \"setSelectionRange\",\n \"setServerCertificate\",\n \"setShadow\",\n \"setSkewX\",\n \"setSkewY\",\n \"setStart\",\n \"setStartAfter\",\n \"setStartBefore\",\n \"setStdDeviation\",\n \"setStringValue\",\n \"setStrokeColor\",\n \"setSuggestResult\",\n \"setTargetAtTime\",\n \"setTargetValueAtTime\",\n \"setTime\",\n \"setTimeout\",\n \"setTransform\",\n \"setTranslate\",\n \"setUTCDate\",\n \"setUTCFullYear\",\n \"setUTCHours\",\n \"setUTCMilliseconds\",\n \"setUTCMinutes\",\n \"setUTCMonth\",\n \"setUTCSeconds\",\n \"setUint16\",\n \"setUint32\",\n \"setUint8\",\n \"setUri\",\n \"setValueAtTime\",\n \"setValueCurveAtTime\",\n \"setVariable\",\n \"setVelocity\",\n \"setVersion\",\n \"setYear\",\n \"settingName\",\n \"settingValue\",\n \"sex\",\n \"shaderSource\",\n \"shadowBlur\",\n \"shadowColor\",\n \"shadowOffsetX\",\n \"shadowOffsetY\",\n \"shadowRoot\",\n \"shape\",\n \"shape-rendering\",\n \"shapeRendering\",\n \"sheet\",\n \"shift\",\n \"shiftKey\",\n \"shiftLeft\",\n \"show\",\n \"showHelp\",\n \"showModal\",\n \"showModalDialog\",\n \"showModelessDialog\",\n \"showNotification\",\n \"sidebar\",\n \"sign\",\n \"signalingState\",\n \"sin\",\n \"singleNodeValue\",\n \"sinh\",\n \"size\",\n \"sizeToContent\",\n \"sizes\",\n \"skewX\",\n \"skewXSelf\",\n \"skewY\",\n \"skewYSelf\",\n \"slice\",\n \"slope\",\n \"small\",\n \"smooth\",\n \"smil\",\n \"smoothingTimeConstant\",\n \"snapToLines\",\n \"snapshotItem\",\n \"snapshotLength\",\n \"some\",\n \"sort\",\n \"source\",\n \"sourceBuffer\",\n \"sourceBuffers\",\n \"sourceIndex\",\n \"spacing\",\n \"span\",\n \"speakAs\",\n \"speaking\",\n \"specified\",\n \"specularConstant\",\n \"specularExponent\",\n \"speechSynthesis\",\n \"speed\",\n \"speedOfSound\",\n \"spellcheck\",\n \"splice\",\n \"split\",\n \"splitText\",\n \"spreadMethod\",\n \"sqrt\",\n \"src\",\n \"srcElement\",\n \"srcFilter\",\n \"srcUrn\",\n \"srcdoc\",\n \"srclang\",\n \"srcset\",\n \"stack\",\n \"stackTraceLimit\",\n \"stacktrace\",\n \"standalone\",\n \"standby\",\n \"start\",\n \"startContainer\",\n \"startIce\",\n \"startOffset\",\n \"startRendering\",\n \"startTime\",\n \"startsWith\",\n \"state\",\n \"status\",\n \"statusMessage\",\n \"statusText\",\n \"statusbar\",\n \"stdDeviationX\",\n \"stdDeviationY\",\n \"stencilFunc\",\n \"stencilFuncSeparate\",\n \"stencilMask\",\n \"stencilMaskSeparate\",\n \"stencilOp\",\n \"stencilOpSeparate\",\n \"step\",\n \"stepDown\",\n \"stepMismatch\",\n \"stepUp\",\n \"sticky\",\n \"stitchTiles\",\n \"stop\",\n \"stop-color\",\n \"stop-opacity\",\n \"stopColor\",\n \"stopImmediatePropagation\",\n \"stopOpacity\",\n \"stopPropagation\",\n \"storageArea\",\n \"storageName\",\n \"storageStatus\",\n \"storeSiteSpecificTrackingException\",\n \"storeWebWideTrackingException\",\n \"stpVersion\",\n \"stream\",\n \"strike\",\n \"stringValue\",\n \"stringify\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"strokeDasharray\",\n \"strokeDashoffset\",\n \"strokeLinecap\",\n \"strokeLinejoin\",\n \"strokeMiterlimit\",\n \"strokeOpacity\",\n \"strokeRect\",\n \"strokeStyle\",\n \"strokeText\",\n \"strokeWidth\",\n \"style\",\n \"styleFloat\",\n \"styleMedia\",\n \"styleSheet\",\n \"styleSheetSets\",\n \"styleSheets\",\n \"sub\",\n \"subarray\",\n \"subject\",\n \"submit\",\n \"subscribe\",\n \"substr\",\n \"substring\",\n \"substringData\",\n \"subtle\",\n \"suffix\",\n \"suffixes\",\n \"summary\",\n \"sup\",\n \"supports\",\n \"surfaceScale\",\n \"surroundContents\",\n \"suspend\",\n \"suspendRedraw\",\n \"swapCache\",\n \"swapNode\",\n \"sweepFlag\",\n \"symbols\",\n \"system\",\n \"systemCode\",\n \"systemId\",\n \"systemLanguage\",\n \"systemXDPI\",\n \"systemYDPI\",\n \"tBodies\",\n \"tFoot\",\n \"tHead\",\n \"tabIndex\",\n \"table\",\n \"table-layout\",\n \"tableLayout\",\n \"tableValues\",\n \"tag\",\n \"tagName\",\n \"tagUrn\",\n \"tags\",\n \"taintEnabled\",\n \"takeRecords\",\n \"tan\",\n \"tanh\",\n \"target\",\n \"targetElement\",\n \"targetTouches\",\n \"targetX\",\n \"targetY\",\n \"tel\",\n \"terminate\",\n \"test\",\n \"texImage2D\",\n \"texParameterf\",\n \"texParameteri\",\n \"texSubImage2D\",\n \"text\",\n \"text-align\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-decoration-color\",\n \"text-decoration-line\",\n \"text-decoration-style\",\n \"text-indent\",\n \"text-overflow\",\n \"text-rendering\",\n \"text-shadow\",\n \"text-transform\",\n \"textAlign\",\n \"textAlignLast\",\n \"textAnchor\",\n \"textAutospace\",\n \"textBaseline\",\n \"textContent\",\n \"textDecoration\",\n \"textDecorationBlink\",\n \"textDecorationColor\",\n \"textDecorationLine\",\n \"textDecorationLineThrough\",\n \"textDecorationNone\",\n \"textDecorationOverline\",\n \"textDecorationStyle\",\n \"textDecorationUnderline\",\n \"textIndent\",\n \"textJustify\",\n \"textJustifyTrim\",\n \"textKashida\",\n \"textKashidaSpace\",\n \"textLength\",\n \"textOverflow\",\n \"textRendering\",\n \"textShadow\",\n \"textTracks\",\n \"textTransform\",\n \"textUnderlinePosition\",\n \"then\",\n \"threadId\",\n \"threshold\",\n \"tiltX\",\n \"tiltY\",\n \"time\",\n \"timeEnd\",\n \"timeStamp\",\n \"timeout\",\n \"timestamp\",\n \"timestampOffset\",\n \"timing\",\n \"title\",\n \"toArray\",\n \"toBlob\",\n \"toDataURL\",\n \"toDateString\",\n \"toElement\",\n \"toExponential\",\n \"toFixed\",\n \"toFloat32Array\",\n \"toFloat64Array\",\n \"toGMTString\",\n \"toISOString\",\n \"toJSON\",\n \"toLocaleDateString\",\n \"toLocaleFormat\",\n \"toLocaleLowerCase\",\n \"toLocaleString\",\n \"toLocaleTimeString\",\n \"toLocaleUpperCase\",\n \"toLowerCase\",\n \"toMethod\",\n \"toPrecision\",\n \"toSdp\",\n \"toSource\",\n \"toStaticHTML\",\n \"toString\",\n \"toStringTag\",\n \"toTimeString\",\n \"toUTCString\",\n \"toUpperCase\",\n \"toggle\",\n \"toggleLongPressEnabled\",\n \"tooLong\",\n \"toolbar\",\n \"top\",\n \"topMargin\",\n \"total\",\n \"totalFrameDelay\",\n \"totalVideoFrames\",\n \"touchAction\",\n \"touches\",\n \"trace\",\n \"track\",\n \"transaction\",\n \"transactions\",\n \"transform\",\n \"transform-origin\",\n \"transform-style\",\n \"transformOrigin\",\n \"transformPoint\",\n \"transformString\",\n \"transformStyle\",\n \"transformToDocument\",\n \"transformToFragment\",\n \"transition\",\n \"transition-delay\",\n \"transition-duration\",\n \"transition-property\",\n \"transition-timing-function\",\n \"transitionDelay\",\n \"transitionDuration\",\n \"transitionProperty\",\n \"transitionTimingFunction\",\n \"translate\",\n \"translateSelf\",\n \"translationX\",\n \"translationY\",\n \"trim\",\n \"trimLeft\",\n \"trimRight\",\n \"trueSpeed\",\n \"trunc\",\n \"truncate\",\n \"type\",\n \"typeDetail\",\n \"typeMismatch\",\n \"typeMustMatch\",\n \"types\",\n \"ubound\",\n \"undefined\",\n \"unescape\",\n \"uneval\",\n \"unicode-bidi\",\n \"unicodeBidi\",\n \"uniform1f\",\n \"uniform1fv\",\n \"uniform1i\",\n \"uniform1iv\",\n \"uniform2f\",\n \"uniform2fv\",\n \"uniform2i\",\n \"uniform2iv\",\n \"uniform3f\",\n \"uniform3fv\",\n \"uniform3i\",\n \"uniform3iv\",\n \"uniform4f\",\n \"uniform4fv\",\n \"uniform4i\",\n \"uniform4iv\",\n \"uniformMatrix2fv\",\n \"uniformMatrix3fv\",\n \"uniformMatrix4fv\",\n \"unique\",\n \"uniqueID\",\n \"uniqueNumber\",\n \"unitType\",\n \"units\",\n \"unloadEventEnd\",\n \"unloadEventStart\",\n \"unlock\",\n \"unmount\",\n \"unobserve\",\n \"unpause\",\n \"unpauseAnimations\",\n \"unreadCount\",\n \"unregister\",\n \"unregisterContentHandler\",\n \"unregisterProtocolHandler\",\n \"unscopables\",\n \"unselectable\",\n \"unshift\",\n \"unsubscribe\",\n \"unsuspendRedraw\",\n \"unsuspendRedrawAll\",\n \"unwatch\",\n \"unwrapKey\",\n \"update\",\n \"updateCommands\",\n \"updateIce\",\n \"updateInterval\",\n \"updateSettings\",\n \"updated\",\n \"updating\",\n \"upload\",\n \"upper\",\n \"upperBound\",\n \"upperOpen\",\n \"uri\",\n \"url\",\n \"urn\",\n \"urns\",\n \"usages\",\n \"useCurrentView\",\n \"useMap\",\n \"useProgram\",\n \"usedSpace\",\n \"userAgent\",\n \"userLanguage\",\n \"username\",\n \"v8BreakIterator\",\n \"vAlign\",\n \"vLink\",\n \"valid\",\n \"validateProgram\",\n \"validationMessage\",\n \"validity\",\n \"value\",\n \"valueAsDate\",\n \"valueAsNumber\",\n \"valueAsString\",\n \"valueInSpecifiedUnits\",\n \"valueMissing\",\n \"valueOf\",\n \"valueText\",\n \"valueType\",\n \"values\",\n \"vector-effect\",\n \"vectorEffect\",\n \"velocityAngular\",\n \"velocityExpansion\",\n \"velocityX\",\n \"velocityY\",\n \"vendor\",\n \"vendorSub\",\n \"verify\",\n \"version\",\n \"vertexAttrib1f\",\n \"vertexAttrib1fv\",\n \"vertexAttrib2f\",\n \"vertexAttrib2fv\",\n \"vertexAttrib3f\",\n \"vertexAttrib3fv\",\n \"vertexAttrib4f\",\n \"vertexAttrib4fv\",\n \"vertexAttribDivisorANGLE\",\n \"vertexAttribPointer\",\n \"vertical\",\n \"vertical-align\",\n \"verticalAlign\",\n \"verticalOverflow\",\n \"vibrate\",\n \"videoHeight\",\n \"videoTracks\",\n \"videoWidth\",\n \"view\",\n \"viewBox\",\n \"viewBoxString\",\n \"viewTarget\",\n \"viewTargetString\",\n \"viewport\",\n \"viewportAnchorX\",\n \"viewportAnchorY\",\n \"viewportElement\",\n \"visibility\",\n \"visibilityState\",\n \"visible\",\n \"vlinkColor\",\n \"voice\",\n \"volume\",\n \"vrml\",\n \"vspace\",\n \"w\",\n \"wand\",\n \"warn\",\n \"wasClean\",\n \"watch\",\n \"watchPosition\",\n \"webdriver\",\n \"webkitAddKey\",\n \"webkitAnimation\",\n \"webkitAnimationDelay\",\n \"webkitAnimationDirection\",\n \"webkitAnimationDuration\",\n \"webkitAnimationFillMode\",\n \"webkitAnimationIterationCount\",\n \"webkitAnimationName\",\n \"webkitAnimationPlayState\",\n \"webkitAnimationTimingFunction\",\n \"webkitAppearance\",\n \"webkitAudioContext\",\n \"webkitAudioDecodedByteCount\",\n \"webkitAudioPannerNode\",\n \"webkitBackfaceVisibility\",\n \"webkitBackground\",\n \"webkitBackgroundAttachment\",\n \"webkitBackgroundClip\",\n \"webkitBackgroundColor\",\n \"webkitBackgroundImage\",\n \"webkitBackgroundOrigin\",\n \"webkitBackgroundPosition\",\n \"webkitBackgroundPositionX\",\n \"webkitBackgroundPositionY\",\n \"webkitBackgroundRepeat\",\n \"webkitBackgroundSize\",\n \"webkitBackingStorePixelRatio\",\n \"webkitBorderImage\",\n \"webkitBorderImageOutset\",\n \"webkitBorderImageRepeat\",\n \"webkitBorderImageSlice\",\n \"webkitBorderImageSource\",\n \"webkitBorderImageWidth\",\n \"webkitBoxAlign\",\n \"webkitBoxDirection\",\n \"webkitBoxFlex\",\n \"webkitBoxOrdinalGroup\",\n \"webkitBoxOrient\",\n \"webkitBoxPack\",\n \"webkitBoxSizing\",\n \"webkitCancelAnimationFrame\",\n \"webkitCancelFullScreen\",\n \"webkitCancelKeyRequest\",\n \"webkitCancelRequestAnimationFrame\",\n \"webkitClearResourceTimings\",\n \"webkitClosedCaptionsVisible\",\n \"webkitConvertPointFromNodeToPage\",\n \"webkitConvertPointFromPageToNode\",\n \"webkitCreateShadowRoot\",\n \"webkitCurrentFullScreenElement\",\n \"webkitCurrentPlaybackTargetIsWireless\",\n \"webkitDirectionInvertedFromDevice\",\n \"webkitDisplayingFullscreen\",\n \"webkitEnterFullScreen\",\n \"webkitEnterFullscreen\",\n \"webkitExitFullScreen\",\n \"webkitExitFullscreen\",\n \"webkitExitPointerLock\",\n \"webkitFullScreenKeyboardInputAllowed\",\n \"webkitFullscreenElement\",\n \"webkitFullscreenEnabled\",\n \"webkitGenerateKeyRequest\",\n \"webkitGetAsEntry\",\n \"webkitGetDatabaseNames\",\n \"webkitGetEntries\",\n \"webkitGetEntriesByName\",\n \"webkitGetEntriesByType\",\n \"webkitGetFlowByName\",\n \"webkitGetGamepads\",\n \"webkitGetImageDataHD\",\n \"webkitGetNamedFlows\",\n \"webkitGetRegionFlowRanges\",\n \"webkitGetUserMedia\",\n \"webkitHasClosedCaptions\",\n \"webkitHidden\",\n \"webkitIDBCursor\",\n \"webkitIDBDatabase\",\n \"webkitIDBDatabaseError\",\n \"webkitIDBDatabaseException\",\n \"webkitIDBFactory\",\n \"webkitIDBIndex\",\n \"webkitIDBKeyRange\",\n \"webkitIDBObjectStore\",\n \"webkitIDBRequest\",\n \"webkitIDBTransaction\",\n \"webkitImageSmoothingEnabled\",\n \"webkitIndexedDB\",\n \"webkitInitMessageEvent\",\n \"webkitIsFullScreen\",\n \"webkitKeys\",\n \"webkitLineDashOffset\",\n \"webkitLockOrientation\",\n \"webkitMatchesSelector\",\n \"webkitMediaStream\",\n \"webkitNotifications\",\n \"webkitOfflineAudioContext\",\n \"webkitOrientation\",\n \"webkitPeerConnection00\",\n \"webkitPersistentStorage\",\n \"webkitPointerLockElement\",\n \"webkitPostMessage\",\n \"webkitPreservesPitch\",\n \"webkitPutImageDataHD\",\n \"webkitRTCPeerConnection\",\n \"webkitRegionOverset\",\n \"webkitRequestAnimationFrame\",\n \"webkitRequestFileSystem\",\n \"webkitRequestFullScreen\",\n \"webkitRequestFullscreen\",\n \"webkitRequestPointerLock\",\n \"webkitResolveLocalFileSystemURL\",\n \"webkitSetMediaKeys\",\n \"webkitSetResourceTimingBufferSize\",\n \"webkitShadowRoot\",\n \"webkitShowPlaybackTargetPicker\",\n \"webkitSlice\",\n \"webkitSpeechGrammar\",\n \"webkitSpeechGrammarList\",\n \"webkitSpeechRecognition\",\n \"webkitSpeechRecognitionError\",\n \"webkitSpeechRecognitionEvent\",\n \"webkitStorageInfo\",\n \"webkitSupportsFullscreen\",\n \"webkitTemporaryStorage\",\n \"webkitTextSizeAdjust\",\n \"webkitTransform\",\n \"webkitTransformOrigin\",\n \"webkitTransition\",\n \"webkitTransitionDelay\",\n \"webkitTransitionDuration\",\n \"webkitTransitionProperty\",\n \"webkitTransitionTimingFunction\",\n \"webkitURL\",\n \"webkitUnlockOrientation\",\n \"webkitUserSelect\",\n \"webkitVideoDecodedByteCount\",\n \"webkitVisibilityState\",\n \"webkitWirelessVideoPlaybackDisabled\",\n \"webkitdropzone\",\n \"webstore\",\n \"weight\",\n \"whatToShow\",\n \"wheelDelta\",\n \"wheelDeltaX\",\n \"wheelDeltaY\",\n \"which\",\n \"white-space\",\n \"whiteSpace\",\n \"wholeText\",\n \"widows\",\n \"width\",\n \"will-change\",\n \"willChange\",\n \"willValidate\",\n \"window\",\n \"withCredentials\",\n \"word-break\",\n \"word-spacing\",\n \"word-wrap\",\n \"wordBreak\",\n \"wordSpacing\",\n \"wordWrap\",\n \"wrap\",\n \"wrapKey\",\n \"write\",\n \"writeln\",\n \"writingMode\",\n \"x\",\n \"x1\",\n \"x2\",\n \"xChannelSelector\",\n \"xmlEncoding\",\n \"xmlStandalone\",\n \"xmlVersion\",\n \"xmlbase\",\n \"xmllang\",\n \"xmlspace\",\n \"y\",\n \"y1\",\n \"y2\",\n \"yChannelSelector\",\n \"yandex\",\n \"z\",\n \"z-index\",\n \"zIndex\",\n \"zoom\",\n \"zoomAndPan\",\n \"zoomRectScreen\"\n]\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n/* global global, self */\n\nimport {\n defaults,\n Dictionary,\n push_uniq,\n} from \"./utils\";\nimport { base54 } from \"./scope\";\nimport {\n AST_Call,\n AST_Conditional,\n AST_Dot,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_Sequence,\n AST_String,\n AST_Sub,\n TreeTransformer,\n TreeWalker,\n} from \"./ast.js\";\nimport { domprops } from \"../tools/domprops.js\";\n\nfunction find_builtins(reserved) {\n domprops.forEach(add);\n\n // Compatibility fix for some standard defined globals not defined on every js environment\n var new_globals = [\"Symbol\", \"Map\", \"Promise\", \"Proxy\", \"Reflect\", \"Set\", \"WeakMap\", \"WeakSet\"];\n var objects = {};\n var global_ref = typeof global === \"object\" ? global : self;\n\n new_globals.forEach(function (new_global) {\n objects[new_global] = global_ref[new_global] || new Function();\n });\n\n // NaN will be included due to Number.NaN\n [\n \"null\",\n \"true\",\n \"false\",\n \"Infinity\",\n \"-Infinity\",\n \"undefined\",\n ].forEach(add);\n [ Object, Array, Function, Number,\n String, Boolean, Error, Math,\n Date, RegExp, objects.Symbol, ArrayBuffer,\n DataView, decodeURI, decodeURIComponent,\n encodeURI, encodeURIComponent, eval, EvalError,\n Float32Array, Float64Array, Int8Array, Int16Array,\n Int32Array, isFinite, isNaN, JSON, objects.Map, parseFloat,\n parseInt, objects.Promise, objects.Proxy, RangeError, ReferenceError,\n objects.Reflect, objects.Set, SyntaxError, TypeError, Uint8Array,\n Uint8ClampedArray, Uint16Array, Uint32Array, URIError,\n objects.WeakMap, objects.WeakSet\n ].forEach(function(ctor) {\n Object.getOwnPropertyNames(ctor).map(add);\n if (ctor.prototype) {\n Object.getOwnPropertyNames(ctor.prototype).map(add);\n }\n });\n function add(name) {\n reserved.add(name);\n }\n}\n\nfunction reserve_quoted_keys(ast, reserved) {\n function add(name) {\n push_uniq(reserved, name);\n }\n\n ast.walk(new TreeWalker(function(node) {\n if (node instanceof AST_ObjectKeyVal && node.quote) {\n add(node.key);\n } else if (node instanceof AST_ObjectProperty && node.quote) {\n add(node.key.name);\n } else if (node instanceof AST_Sub) {\n addStrings(node.property, add);\n }\n }));\n}\n\nfunction addStrings(node, add) {\n node.walk(new TreeWalker(function(node) {\n if (node instanceof AST_Sequence) {\n addStrings(node.tail_node(), add);\n } else if (node instanceof AST_String) {\n add(node.value);\n } else if (node instanceof AST_Conditional) {\n addStrings(node.consequent, add);\n addStrings(node.alternative, add);\n }\n return true;\n }));\n}\n\nfunction mangle_properties(ast, options) {\n options = defaults(options, {\n builtins: false,\n cache: null,\n debug: false,\n keep_quoted: false,\n only_cache: false,\n regex: null,\n reserved: null,\n }, true);\n\n var reserved_option = options.reserved;\n if (!Array.isArray(reserved_option)) reserved_option = [reserved_option];\n var reserved = new Set(reserved_option);\n if (!options.builtins) find_builtins(reserved);\n\n var cname = -1;\n var cache;\n if (options.cache) {\n cache = options.cache.props;\n cache.each(function(mangled_name) {\n reserved.add(mangled_name);\n });\n } else {\n cache = new Dictionary();\n }\n\n var regex = options.regex;\n\n // note debug is either false (disabled), or a string of the debug suffix to use (enabled).\n // note debug may be enabled as an empty string, which is falsey. Also treat passing 'true'\n // the same as passing an empty string.\n var debug = options.debug !== false;\n var debug_name_suffix;\n if (debug) {\n debug_name_suffix = (options.debug === true ? \"\" : options.debug);\n }\n\n var names_to_mangle = new Set();\n var unmangleable = new Set();\n\n // step 1: find candidates to mangle\n ast.walk(new TreeWalker(function(node) {\n if (node instanceof AST_ObjectKeyVal) {\n if (typeof node.key == \"string\") {\n add(node.key);\n }\n } else if (node instanceof AST_ObjectProperty) {\n // setter or getter, since KeyVal is handled above\n add(node.key.name);\n } else if (node instanceof AST_Dot) {\n var root = node;\n while (root.expression) {\n root = root.expression;\n }\n if (!(root.thedef && root.thedef.undeclared)) add(node.property);\n } else if (node instanceof AST_Sub) {\n addStrings(node.property, add);\n } else if (node instanceof AST_Call\n && node.expression.print_to_string() == \"Object.defineProperty\") {\n addStrings(node.args[1], add);\n }\n }));\n\n // step 2: transform the tree, renaming properties\n return ast.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_ObjectKeyVal) {\n if (typeof node.key == \"string\") {\n node.key = mangle(node.key);\n }\n } else if (node instanceof AST_ObjectProperty) {\n // setter or getter\n node.key.name = mangle(node.key.name);\n } else if (node instanceof AST_Dot) {\n node.property = mangle(node.property);\n } else if (!options.keep_quoted && node instanceof AST_Sub) {\n node.property = mangleStrings(node.property);\n } else if (node instanceof AST_Call\n && node.expression.print_to_string() == \"Object.defineProperty\") {\n node.args[1] = mangleStrings(node.args[1]);\n }\n }));\n\n // only function declarations after this line\n\n function can_mangle(name) {\n if (unmangleable.has(name)) return false;\n if (reserved.has(name)) return false;\n if (options.only_cache) {\n return cache.has(name);\n }\n if (/^-?[0-9]+(\\.[0-9]+)?(e[+-][0-9]+)?$/.test(name)) return false;\n return true;\n }\n\n function should_mangle(name) {\n if (regex && !regex.test(name)) return false;\n if (reserved.has(name)) return false;\n return cache.has(name)\n || names_to_mangle.has(name);\n }\n\n function add(name) {\n if (can_mangle(name))\n names_to_mangle.add(name);\n\n if (!should_mangle(name)) {\n unmangleable.add(name);\n }\n }\n\n function mangle(name) {\n if (!should_mangle(name)) {\n return name;\n }\n\n var mangled = cache.get(name);\n if (!mangled) {\n if (debug) {\n // debug mode: use a prefix and suffix to preserve readability, e.g. o.foo -> o._$foo$NNN_.\n var debug_mangled = \"_$\" + name + \"$\" + debug_name_suffix + \"_\";\n\n if (can_mangle(debug_mangled)) {\n mangled = debug_mangled;\n }\n }\n\n // either debug mode is off, or it is on and we could not use the mangled name\n if (!mangled) {\n do {\n mangled = base54(++cname);\n } while (!can_mangle(mangled));\n }\n\n cache.set(name, mangled);\n }\n return mangled;\n }\n\n function mangleStrings(node) {\n return node.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Sequence) {\n var last = node.expressions.length - 1;\n node.expressions[last] = mangleStrings(node.expressions[last]);\n } else if (node instanceof AST_String) {\n node.value = mangle(node.value);\n } else if (node instanceof AST_Conditional) {\n node.consequent = mangleStrings(node.consequent);\n node.alternative = mangleStrings(node.alternative);\n }\n return node;\n }));\n }\n}\n\nexport {\n reserve_quoted_keys,\n mangle_properties,\n};\n","\"use strict\";\n/* eslint-env browser, es6, node */\n\nimport {\n defaults,\n Dictionary,\n HOP,\n} from \"./utils.js\";\nimport {\n AST_Node,\n AST_Toplevel,\n} from \"./ast.js\";\nimport { parse } from \"./parse.js\";\nimport { OutputStream } from \"./output.js\";\nimport { Compressor } from \"./compress/index.js\";\nimport { base54 } from \"./scope.js\";\nimport { SourceMap } from \"./sourcemap.js\";\nimport {\n mangle_properties,\n reserve_quoted_keys,\n} from \"./propmangle.js\";\n\nvar to_ascii = typeof atob == \"undefined\" ? function(b64) {\n return Buffer.from(b64, \"base64\").toString();\n} : atob;\nvar to_base64 = typeof btoa == \"undefined\" ? function(str) {\n return Buffer.from(str).toString(\"base64\");\n} : btoa;\n\nfunction read_source_map(code) {\n var match = /(?:^|[^.])\\/\\/# sourceMappingURL=data:application\\/json(;[\\w=-]*)?;base64,([+/0-9A-Za-z]*=*)\\s*$/.exec(code);\n if (!match) {\n AST_Node.warn(\"inline source map not found\");\n return null;\n }\n return to_ascii(match[2]);\n}\n\nfunction set_shorthand(name, options, keys) {\n if (options[name]) {\n keys.forEach(function(key) {\n if (options[key]) {\n if (typeof options[key] != \"object\") options[key] = {};\n if (!(name in options[key])) options[key][name] = options[name];\n }\n });\n }\n}\n\nfunction init_cache(cache) {\n if (!cache) return;\n if (!(\"props\" in cache)) {\n cache.props = new Dictionary();\n } else if (!(cache.props instanceof Dictionary)) {\n cache.props = Dictionary.fromObject(cache.props);\n }\n}\n\nfunction to_json(cache) {\n return {\n props: cache.props.toObject()\n };\n}\n\nfunction minify(files, options) {\n var warn_function = AST_Node.warn_function;\n try {\n options = defaults(options, {\n compress: {},\n ecma: undefined,\n enclose: false,\n ie8: false,\n keep_classnames: undefined,\n keep_fnames: false,\n mangle: {},\n module: false,\n nameCache: null,\n output: {},\n parse: {},\n rename: undefined,\n safari10: false,\n sourceMap: false,\n timings: false,\n toplevel: false,\n warnings: false,\n wrap: false,\n }, true);\n var timings = options.timings && {\n start: Date.now()\n };\n if (options.keep_classnames === undefined) {\n options.keep_classnames = options.keep_fnames;\n }\n if (options.rename === undefined) {\n options.rename = options.compress && options.mangle;\n }\n set_shorthand(\"ecma\", options, [ \"parse\", \"compress\", \"output\" ]);\n set_shorthand(\"ie8\", options, [ \"compress\", \"mangle\", \"output\" ]);\n set_shorthand(\"keep_classnames\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"keep_fnames\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"module\", options, [ \"parse\", \"compress\", \"mangle\" ]);\n set_shorthand(\"safari10\", options, [ \"mangle\", \"output\" ]);\n set_shorthand(\"toplevel\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"warnings\", options, [ \"compress\" ]);\n var quoted_props;\n if (options.mangle) {\n options.mangle = defaults(options.mangle, {\n cache: options.nameCache && (options.nameCache.vars || {}),\n eval: false,\n ie8: false,\n keep_classnames: false,\n keep_fnames: false,\n module: false,\n properties: false,\n reserved: [],\n safari10: false,\n toplevel: false,\n }, true);\n if (options.mangle.properties) {\n if (typeof options.mangle.properties != \"object\") {\n options.mangle.properties = {};\n }\n if (options.mangle.properties.keep_quoted) {\n quoted_props = options.mangle.properties.reserved;\n if (!Array.isArray(quoted_props)) quoted_props = [];\n options.mangle.properties.reserved = quoted_props;\n }\n if (options.nameCache && !(\"cache\" in options.mangle.properties)) {\n options.mangle.properties.cache = options.nameCache.props || {};\n }\n }\n init_cache(options.mangle.cache);\n init_cache(options.mangle.properties.cache);\n }\n if (options.sourceMap) {\n options.sourceMap = defaults(options.sourceMap, {\n content: null,\n filename: null,\n includeSources: false,\n root: null,\n url: null,\n }, true);\n }\n var warnings = [];\n if (options.warnings && !AST_Node.warn_function) {\n AST_Node.warn_function = function(warning) {\n warnings.push(warning);\n };\n }\n if (timings) timings.parse = Date.now();\n var toplevel;\n if (files instanceof AST_Toplevel) {\n toplevel = files;\n } else {\n if (typeof files == \"string\") {\n files = [ files ];\n }\n options.parse = options.parse || {};\n options.parse.toplevel = null;\n for (var name in files) if (HOP(files, name)) {\n options.parse.filename = name;\n options.parse.toplevel = parse(files[name], options.parse);\n if (options.sourceMap && options.sourceMap.content == \"inline\") {\n if (Object.keys(files).length > 1)\n throw new Error(\"inline source map only works with singular input\");\n options.sourceMap.content = read_source_map(files[name]);\n }\n }\n toplevel = options.parse.toplevel;\n }\n if (quoted_props) {\n reserve_quoted_keys(toplevel, quoted_props);\n }\n if (options.wrap) {\n toplevel = toplevel.wrap_commonjs(options.wrap);\n }\n if (options.enclose) {\n toplevel = toplevel.wrap_enclose(options.enclose);\n }\n if (timings) timings.rename = Date.now();\n // disable rename on harmony due to expand_names bug in for-of loops\n // https://github.com/mishoo/UglifyJS2/issues/2794\n if (0 && options.rename) {\n toplevel.figure_out_scope(options.mangle);\n toplevel.expand_names(options.mangle);\n }\n if (timings) timings.compress = Date.now();\n if (options.compress) toplevel = new Compressor(options.compress).compress(toplevel);\n if (timings) timings.scope = Date.now();\n if (options.mangle) toplevel.figure_out_scope(options.mangle);\n if (timings) timings.mangle = Date.now();\n if (options.mangle) {\n base54.reset();\n toplevel.compute_char_frequency(options.mangle);\n toplevel.mangle_names(options.mangle);\n }\n if (timings) timings.properties = Date.now();\n if (options.mangle && options.mangle.properties) {\n toplevel = mangle_properties(toplevel, options.mangle.properties);\n }\n if (timings) timings.output = Date.now();\n var result = {};\n if (options.output.ast) {\n result.ast = toplevel;\n }\n if (!HOP(options.output, \"code\") || options.output.code) {\n if (options.sourceMap) {\n if (typeof options.sourceMap.content == \"string\") {\n options.sourceMap.content = JSON.parse(options.sourceMap.content);\n }\n options.output.source_map = SourceMap({\n file: options.sourceMap.filename,\n orig: options.sourceMap.content,\n root: options.sourceMap.root\n });\n if (options.sourceMap.includeSources) {\n if (files instanceof AST_Toplevel) {\n throw new Error(\"original source content unavailable\");\n } else for (var name in files) if (HOP(files, name)) {\n options.output.source_map.get().setSourceContent(name, files[name]);\n }\n }\n }\n delete options.output.ast;\n delete options.output.code;\n var stream = OutputStream(options.output);\n toplevel.print(stream);\n result.code = stream.get();\n if (options.sourceMap) {\n result.map = options.output.source_map.toString();\n if (options.sourceMap.url == \"inline\") {\n result.code += \"\\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,\" + to_base64(result.map);\n } else if (options.sourceMap.url) {\n result.code += \"\\n//# sourceMappingURL=\" + options.sourceMap.url;\n }\n }\n }\n if (options.nameCache && options.mangle) {\n if (options.mangle.cache) options.nameCache.vars = to_json(options.mangle.cache);\n if (options.mangle.properties && options.mangle.properties.cache) {\n options.nameCache.props = to_json(options.mangle.properties.cache);\n }\n }\n if (timings) {\n timings.end = Date.now();\n result.timings = {\n parse: 1e-3 * (timings.rename - timings.parse),\n rename: 1e-3 * (timings.compress - timings.rename),\n compress: 1e-3 * (timings.scope - timings.compress),\n scope: 1e-3 * (timings.mangle - timings.scope),\n mangle: 1e-3 * (timings.properties - timings.mangle),\n properties: 1e-3 * (timings.output - timings.properties),\n output: 1e-3 * (timings.end - timings.output),\n total: 1e-3 * (timings.end - timings.start)\n };\n }\n if (warnings.length) {\n result.warnings = warnings;\n }\n return result;\n } catch (ex) {\n return { error: ex };\n } finally {\n AST_Node.warn_function = warn_function;\n }\n}\n\nexport {\n minify,\n to_ascii,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport * as ast from \"./ast.js\";\nimport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Atom,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_BlockStatement,\n AST_Boolean,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\n\n(function() {\n\n var normalize_directives = function(body) {\n var in_directive = true;\n\n for (var i = 0; i < body.length; i++) {\n if (in_directive && body[i] instanceof AST_Statement && body[i].body instanceof AST_String) {\n body[i] = new AST_Directive({\n start: body[i].start,\n end: body[i].end,\n value: body[i].body.value\n });\n } else if (in_directive && !(body[i] instanceof AST_Statement && body[i].body instanceof AST_String)) {\n in_directive = false;\n }\n }\n\n return body;\n };\n\n var MOZ_TO_ME = {\n Program: function(M) {\n return new AST_Toplevel({\n start: my_start_token(M),\n end: my_end_token(M),\n body: normalize_directives(M.body.map(from_moz))\n });\n },\n ArrayPattern: function(M) {\n return new AST_Destructuring({\n start: my_start_token(M),\n end: my_end_token(M),\n names: M.elements.map(function(elm) {\n if (elm === null) {\n return new AST_Hole();\n }\n return from_moz(elm);\n }),\n is_array: true\n });\n },\n ObjectPattern: function(M) {\n return new AST_Destructuring({\n start: my_start_token(M),\n end: my_end_token(M),\n names: M.properties.map(from_moz),\n is_array: false\n });\n },\n AssignmentPattern: function(M) {\n return new AST_Binary({\n start: my_start_token(M),\n end: my_end_token(M),\n left: from_moz(M.left),\n operator: \"=\",\n right: from_moz(M.right)\n });\n },\n SpreadElement: function(M) {\n return new AST_Expansion({\n start: my_start_token(M),\n end: my_end_token(M),\n expression: from_moz(M.argument)\n });\n },\n RestElement: function(M) {\n return new AST_Expansion({\n start: my_start_token(M),\n end: my_end_token(M),\n expression: from_moz(M.argument)\n });\n },\n TemplateElement: function(M) {\n return new AST_TemplateSegment({\n start: my_start_token(M),\n end: my_end_token(M),\n value: M.value.cooked,\n raw: M.value.raw\n });\n },\n TemplateLiteral: function(M) {\n var segments = [];\n for (var i = 0; i < M.quasis.length; i++) {\n segments.push(from_moz(M.quasis[i]));\n if (M.expressions[i]) {\n segments.push(from_moz(M.expressions[i]));\n }\n }\n return new AST_TemplateString({\n start: my_start_token(M),\n end: my_end_token(M),\n segments: segments\n });\n },\n TaggedTemplateExpression: function(M) {\n return new AST_PrefixedTemplateString({\n start: my_start_token(M),\n end: my_end_token(M),\n template_string: from_moz(M.quasi),\n prefix: from_moz(M.tag)\n });\n },\n FunctionDeclaration: function(M) {\n return new AST_Defun({\n start: my_start_token(M),\n end: my_end_token(M),\n name: from_moz(M.id),\n argnames: M.params.map(from_moz),\n is_generator: M.generator,\n async: M.async,\n body: normalize_directives(from_moz(M.body).body)\n });\n },\n FunctionExpression: function(M) {\n return new AST_Function({\n start: my_start_token(M),\n end: my_end_token(M),\n name: from_moz(M.id),\n argnames: M.params.map(from_moz),\n is_generator: M.generator,\n async: M.async,\n body: normalize_directives(from_moz(M.body).body)\n });\n },\n ArrowFunctionExpression: function(M) {\n return new AST_Arrow({\n start: my_start_token(M),\n end: my_end_token(M),\n argnames: M.params.map(from_moz),\n body: from_moz(M.body),\n async: M.async,\n });\n },\n ExpressionStatement: function(M) {\n return new AST_SimpleStatement({\n start: my_start_token(M),\n end: my_end_token(M),\n body: from_moz(M.expression)\n });\n },\n TryStatement: function(M) {\n var handlers = M.handlers || [M.handler];\n if (handlers.length > 1 || M.guardedHandlers && M.guardedHandlers.length) {\n throw new Error(\"Multiple catch clauses are not supported.\");\n }\n return new AST_Try({\n start : my_start_token(M),\n end : my_end_token(M),\n body : from_moz(M.block).body,\n bcatch : from_moz(handlers[0]),\n bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null\n });\n },\n Property: function(M) {\n var key = M.key;\n var args = {\n start : my_start_token(key || M.value),\n end : my_end_token(M.value),\n key : key.type == \"Identifier\" ? key.name : key.value,\n value : from_moz(M.value)\n };\n if (M.computed) {\n args.key = from_moz(M.key);\n }\n if (M.method) {\n args.is_generator = M.value.generator;\n args.async = M.value.async;\n if (!M.computed) {\n args.key = new AST_SymbolMethod({ name: args.key });\n } else {\n args.key = from_moz(M.key);\n }\n return new AST_ConciseMethod(args);\n }\n if (M.kind == \"init\") {\n if (key.type != \"Identifier\" && key.type != \"Literal\") {\n args.key = from_moz(key);\n }\n return new AST_ObjectKeyVal(args);\n }\n if (typeof args.key === \"string\" || typeof args.key === \"number\") {\n args.key = new AST_SymbolMethod({\n name: args.key\n });\n }\n args.value = new AST_Accessor(args.value);\n if (M.kind == \"get\") return new AST_ObjectGetter(args);\n if (M.kind == \"set\") return new AST_ObjectSetter(args);\n if (M.kind == \"method\") {\n args.async = M.value.async;\n args.is_generator = M.value.generator;\n args.quote = M.computed ? \"\\\"\" : null;\n return new AST_ConciseMethod(args);\n }\n },\n MethodDefinition: function(M) {\n var args = {\n start : my_start_token(M),\n end : my_end_token(M),\n key : M.computed ? from_moz(M.key) : new AST_SymbolMethod({ name: M.key.name || M.key.value }),\n value : from_moz(M.value),\n static : M.static,\n };\n if (M.kind == \"get\") {\n return new AST_ObjectGetter(args);\n }\n if (M.kind == \"set\") {\n return new AST_ObjectSetter(args);\n }\n args.is_generator = M.value.generator;\n args.async = M.value.async;\n return new AST_ConciseMethod(args);\n },\n ArrayExpression: function(M) {\n return new AST_Array({\n start : my_start_token(M),\n end : my_end_token(M),\n elements : M.elements.map(function(elem) {\n return elem === null ? new AST_Hole() : from_moz(elem);\n })\n });\n },\n ObjectExpression: function(M) {\n return new AST_Object({\n start : my_start_token(M),\n end : my_end_token(M),\n properties : M.properties.map(function(prop) {\n if (prop.type === \"SpreadElement\") {\n return from_moz(prop);\n }\n prop.type = \"Property\";\n return from_moz(prop);\n })\n });\n },\n SequenceExpression: function(M) {\n return new AST_Sequence({\n start : my_start_token(M),\n end : my_end_token(M),\n expressions: M.expressions.map(from_moz)\n });\n },\n MemberExpression: function(M) {\n return new (M.computed ? AST_Sub : AST_Dot)({\n start : my_start_token(M),\n end : my_end_token(M),\n property : M.computed ? from_moz(M.property) : M.property.name,\n expression : from_moz(M.object)\n });\n },\n SwitchCase: function(M) {\n return new (M.test ? AST_Case : AST_Default)({\n start : my_start_token(M),\n end : my_end_token(M),\n expression : from_moz(M.test),\n body : M.consequent.map(from_moz)\n });\n },\n VariableDeclaration: function(M) {\n return new (M.kind === \"const\" ? AST_Const :\n M.kind === \"let\" ? AST_Let : AST_Var)({\n start : my_start_token(M),\n end : my_end_token(M),\n definitions : M.declarations.map(from_moz)\n });\n },\n\n ImportDeclaration: function(M) {\n var imported_name = null;\n var imported_names = null;\n M.specifiers.forEach(function (specifier) {\n if (specifier.type === \"ImportSpecifier\") {\n if (!imported_names) { imported_names = []; }\n imported_names.push(new AST_NameMapping({\n start: my_start_token(specifier),\n end: my_end_token(specifier),\n foreign_name: from_moz(specifier.imported),\n name: from_moz(specifier.local)\n }));\n } else if (specifier.type === \"ImportDefaultSpecifier\") {\n imported_name = from_moz(specifier.local);\n } else if (specifier.type === \"ImportNamespaceSpecifier\") {\n if (!imported_names) { imported_names = []; }\n imported_names.push(new AST_NameMapping({\n start: my_start_token(specifier),\n end: my_end_token(specifier),\n foreign_name: new AST_SymbolImportForeign({ name: \"*\" }),\n name: from_moz(specifier.local)\n }));\n }\n });\n return new AST_Import({\n start : my_start_token(M),\n end : my_end_token(M),\n imported_name: imported_name,\n imported_names : imported_names,\n module_name : from_moz(M.source)\n });\n },\n ExportAllDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_names: [\n new AST_NameMapping({\n name: new AST_SymbolExportForeign({ name: \"*\" }),\n foreign_name: new AST_SymbolExportForeign({ name: \"*\" })\n })\n ],\n module_name: from_moz(M.source)\n });\n },\n ExportNamedDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_definition: from_moz(M.declaration),\n exported_names: M.specifiers && M.specifiers.length ? M.specifiers.map(function (specifier) {\n return new AST_NameMapping({\n foreign_name: from_moz(specifier.exported),\n name: from_moz(specifier.local)\n });\n }) : null,\n module_name: from_moz(M.source)\n });\n },\n ExportDefaultDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_value: from_moz(M.declaration),\n is_default: true\n });\n },\n Literal: function(M) {\n var val = M.value, args = {\n start : my_start_token(M),\n end : my_end_token(M)\n };\n if (val === null) return new AST_Null(args);\n var rx = M.regex;\n if (rx && rx.pattern) {\n // RegExpLiteral as per ESTree AST spec\n args.value = new RegExp(rx.pattern, rx.flags);\n var raw = args.value.toString();\n args.value.raw_source = rx.flags\n ? raw.substring(0, raw.length - rx.flags.length) + rx.flags\n : raw;\n return new AST_RegExp(args);\n } else if (rx) {\n // support legacy RegExp\n args.value = M.regex && M.raw ? M.raw : val;\n return new AST_RegExp(args);\n }\n switch (typeof val) {\n case \"string\":\n args.value = val;\n return new AST_String(args);\n case \"number\":\n args.value = val;\n return new AST_Number(args);\n case \"boolean\":\n return new (val ? AST_True : AST_False)(args);\n }\n },\n MetaProperty: function(M) {\n if (M.meta.name === \"new\" && M.property.name === \"target\") {\n return new AST_NewTarget({\n start: my_start_token(M),\n end: my_end_token(M)\n });\n }\n },\n Identifier: function(M) {\n var p = FROM_MOZ_STACK[FROM_MOZ_STACK.length - 2];\n return new ( p.type == \"LabeledStatement\" ? AST_Label\n : p.type == \"VariableDeclarator\" && p.id === M ? (p.kind == \"const\" ? AST_SymbolConst : p.kind == \"let\" ? AST_SymbolLet : AST_SymbolVar)\n : /Import.*Specifier/.test(p.type) ? (p.local === M ? AST_SymbolImport : AST_SymbolImportForeign)\n : p.type == \"ExportSpecifier\" ? (p.local === M ? AST_SymbolExport : AST_SymbolExportForeign)\n : p.type == \"FunctionExpression\" ? (p.id === M ? AST_SymbolLambda : AST_SymbolFunarg)\n : p.type == \"FunctionDeclaration\" ? (p.id === M ? AST_SymbolDefun : AST_SymbolFunarg)\n : p.type == \"ArrowFunctionExpression\" ? (p.params.includes(M)) ? AST_SymbolFunarg : AST_SymbolRef\n : p.type == \"ClassExpression\" ? (p.id === M ? AST_SymbolClass : AST_SymbolRef)\n : p.type == \"Property\" ? (p.key === M && p.computed || p.value === M ? AST_SymbolRef : AST_SymbolMethod)\n : p.type == \"ClassDeclaration\" ? (p.id === M ? AST_SymbolDefClass : AST_SymbolRef)\n : p.type == \"MethodDefinition\" ? (p.computed ? AST_SymbolRef : AST_SymbolMethod)\n : p.type == \"CatchClause\" ? AST_SymbolCatch\n : p.type == \"BreakStatement\" || p.type == \"ContinueStatement\" ? AST_LabelRef\n : AST_SymbolRef)({\n start : my_start_token(M),\n end : my_end_token(M),\n name : M.name\n });\n }\n };\n\n MOZ_TO_ME.UpdateExpression =\n MOZ_TO_ME.UnaryExpression = function To_Moz_Unary(M) {\n var prefix = \"prefix\" in M ? M.prefix\n : M.type == \"UnaryExpression\" ? true : false;\n return new (prefix ? AST_UnaryPrefix : AST_UnaryPostfix)({\n start : my_start_token(M),\n end : my_end_token(M),\n operator : M.operator,\n expression : from_moz(M.argument)\n });\n };\n\n MOZ_TO_ME.ClassDeclaration =\n MOZ_TO_ME.ClassExpression = function From_Moz_Class(M) {\n return new (M.type === \"ClassDeclaration\" ? AST_DefClass : AST_ClassExpression)({\n start : my_start_token(M),\n end : my_end_token(M),\n name : from_moz(M.id),\n extends : from_moz(M.superClass),\n properties: M.body.body.map(from_moz)\n });\n };\n\n map(\"EmptyStatement\", AST_EmptyStatement);\n map(\"BlockStatement\", AST_BlockStatement, \"body@body\");\n map(\"IfStatement\", AST_If, \"test>condition, consequent>body, alternate>alternative\");\n map(\"LabeledStatement\", AST_LabeledStatement, \"label>label, body>body\");\n map(\"BreakStatement\", AST_Break, \"label>label\");\n map(\"ContinueStatement\", AST_Continue, \"label>label\");\n map(\"WithStatement\", AST_With, \"object>expression, body>body\");\n map(\"SwitchStatement\", AST_Switch, \"discriminant>expression, cases@body\");\n map(\"ReturnStatement\", AST_Return, \"argument>value\");\n map(\"ThrowStatement\", AST_Throw, \"argument>value\");\n map(\"WhileStatement\", AST_While, \"test>condition, body>body\");\n map(\"DoWhileStatement\", AST_Do, \"test>condition, body>body\");\n map(\"ForStatement\", AST_For, \"init>init, test>condition, update>step, body>body\");\n map(\"ForInStatement\", AST_ForIn, \"left>init, right>object, body>body\");\n map(\"ForOfStatement\", AST_ForOf, \"left>init, right>object, body>body, await=await\");\n map(\"AwaitExpression\", AST_Await, \"argument>expression\");\n map(\"YieldExpression\", AST_Yield, \"argument>expression, delegate=is_star\");\n map(\"DebuggerStatement\", AST_Debugger);\n map(\"VariableDeclarator\", AST_VarDef, \"id>name, init>value\");\n map(\"CatchClause\", AST_Catch, \"param>argname, body%body\");\n\n map(\"ThisExpression\", AST_This);\n map(\"Super\", AST_Super);\n map(\"BinaryExpression\", AST_Binary, \"operator=operator, left>left, right>right\");\n map(\"LogicalExpression\", AST_Binary, \"operator=operator, left>left, right>right\");\n map(\"AssignmentExpression\", AST_Assign, \"operator=operator, left>left, right>right\");\n map(\"ConditionalExpression\", AST_Conditional, \"test>condition, consequent>consequent, alternate>alternative\");\n map(\"NewExpression\", AST_New, \"callee>expression, arguments@args\");\n map(\"CallExpression\", AST_Call, \"callee>expression, arguments@args\");\n\n def_to_moz(AST_Toplevel, function To_Moz_Program(M) {\n return to_moz_scope(\"Program\", M);\n });\n\n def_to_moz(AST_Expansion, function To_Moz_Spread(M, parent) {\n return {\n type: to_moz_in_destructuring() ? \"RestElement\" : \"SpreadElement\",\n argument: to_moz(M.expression)\n };\n });\n\n def_to_moz(AST_PrefixedTemplateString, function To_Moz_TaggedTemplateExpression(M) {\n return {\n type: \"TaggedTemplateExpression\",\n tag: to_moz(M.prefix),\n quasi: to_moz(M.template_string)\n };\n });\n\n def_to_moz(AST_TemplateString, function To_Moz_TemplateLiteral(M) {\n var quasis = [];\n var expressions = [];\n for (var i = 0; i < M.segments.length; i++) {\n if (i % 2 !== 0) {\n expressions.push(to_moz(M.segments[i]));\n } else {\n quasis.push({\n type: \"TemplateElement\",\n value: {\n raw: M.segments[i].raw,\n cooked: M.segments[i].value\n },\n tail: i === M.segments.length - 1\n });\n }\n }\n return {\n type: \"TemplateLiteral\",\n quasis: quasis,\n expressions: expressions\n };\n });\n\n def_to_moz(AST_Defun, function To_Moz_FunctionDeclaration(M) {\n return {\n type: \"FunctionDeclaration\",\n id: to_moz(M.name),\n params: M.argnames.map(to_moz),\n generator: M.is_generator,\n async: M.async,\n body: to_moz_scope(\"BlockStatement\", M)\n };\n });\n\n def_to_moz(AST_Function, function To_Moz_FunctionExpression(M, parent) {\n var is_generator = parent.is_generator !== undefined ?\n parent.is_generator : M.is_generator;\n return {\n type: \"FunctionExpression\",\n id: to_moz(M.name),\n params: M.argnames.map(to_moz),\n generator: is_generator,\n async: M.async,\n body: to_moz_scope(\"BlockStatement\", M)\n };\n });\n\n def_to_moz(AST_Arrow, function To_Moz_ArrowFunctionExpression(M) {\n var body = M.body instanceof Array ? {\n type: \"BlockStatement\",\n body: M.body.map(to_moz)\n } : to_moz(M.body);\n return {\n type: \"ArrowFunctionExpression\",\n params: M.argnames.map(to_moz),\n async: M.async,\n body: body\n };\n });\n\n def_to_moz(AST_Destructuring, function To_Moz_ObjectPattern(M) {\n if (M.is_array) {\n return {\n type: \"ArrayPattern\",\n elements: M.names.map(to_moz)\n };\n }\n return {\n type: \"ObjectPattern\",\n properties: M.names.map(to_moz)\n };\n });\n\n def_to_moz(AST_Directive, function To_Moz_Directive(M) {\n return {\n type: \"ExpressionStatement\",\n expression: {\n type: \"Literal\",\n value: M.value\n }\n };\n });\n\n def_to_moz(AST_SimpleStatement, function To_Moz_ExpressionStatement(M) {\n return {\n type: \"ExpressionStatement\",\n expression: to_moz(M.body)\n };\n });\n\n def_to_moz(AST_SwitchBranch, function To_Moz_SwitchCase(M) {\n return {\n type: \"SwitchCase\",\n test: to_moz(M.expression),\n consequent: M.body.map(to_moz)\n };\n });\n\n def_to_moz(AST_Try, function To_Moz_TryStatement(M) {\n return {\n type: \"TryStatement\",\n block: to_moz_block(M),\n handler: to_moz(M.bcatch),\n guardedHandlers: [],\n finalizer: to_moz(M.bfinally)\n };\n });\n\n def_to_moz(AST_Catch, function To_Moz_CatchClause(M) {\n return {\n type: \"CatchClause\",\n param: to_moz(M.argname),\n guard: null,\n body: to_moz_block(M)\n };\n });\n\n def_to_moz(AST_Definitions, function To_Moz_VariableDeclaration(M) {\n return {\n type: \"VariableDeclaration\",\n kind:\n M instanceof AST_Const ? \"const\" :\n M instanceof AST_Let ? \"let\" : \"var\",\n declarations: M.definitions.map(to_moz)\n };\n });\n\n def_to_moz(AST_Export, function To_Moz_ExportDeclaration(M) {\n if (M.exported_names) {\n if (M.exported_names[0].name.name === \"*\") {\n return {\n type: \"ExportAllDeclaration\",\n source: to_moz(M.module_name)\n };\n }\n return {\n type: \"ExportNamedDeclaration\",\n specifiers: M.exported_names.map(function (name_mapping) {\n return {\n type: \"ExportSpecifier\",\n exported: to_moz(name_mapping.foreign_name),\n local: to_moz(name_mapping.name)\n };\n }),\n declaration: to_moz(M.exported_definition),\n source: to_moz(M.module_name)\n };\n }\n return {\n type: M.is_default ? \"ExportDefaultDeclaration\" : \"ExportNamedDeclaration\",\n declaration: to_moz(M.exported_value || M.exported_definition)\n };\n });\n\n def_to_moz(AST_Import, function To_Moz_ImportDeclaration(M) {\n var specifiers = [];\n if (M.imported_name) {\n specifiers.push({\n type: \"ImportDefaultSpecifier\",\n local: to_moz(M.imported_name)\n });\n }\n if (M.imported_names && M.imported_names[0].foreign_name.name === \"*\") {\n specifiers.push({\n type: \"ImportNamespaceSpecifier\",\n local: to_moz(M.imported_names[0].name)\n });\n } else if (M.imported_names) {\n M.imported_names.forEach(function(name_mapping) {\n specifiers.push({\n type: \"ImportSpecifier\",\n local: to_moz(name_mapping.name),\n imported: to_moz(name_mapping.foreign_name)\n });\n });\n }\n return {\n type: \"ImportDeclaration\",\n specifiers: specifiers,\n source: to_moz(M.module_name)\n };\n });\n\n def_to_moz(AST_Sequence, function To_Moz_SequenceExpression(M) {\n return {\n type: \"SequenceExpression\",\n expressions: M.expressions.map(to_moz)\n };\n });\n\n def_to_moz(AST_PropAccess, function To_Moz_MemberExpression(M) {\n var isComputed = M instanceof AST_Sub;\n return {\n type: \"MemberExpression\",\n object: to_moz(M.expression),\n computed: isComputed,\n property: isComputed ? to_moz(M.property) : {type: \"Identifier\", name: M.property}\n };\n });\n\n def_to_moz(AST_Unary, function To_Moz_Unary(M) {\n return {\n type: M.operator == \"++\" || M.operator == \"--\" ? \"UpdateExpression\" : \"UnaryExpression\",\n operator: M.operator,\n prefix: M instanceof AST_UnaryPrefix,\n argument: to_moz(M.expression)\n };\n });\n\n def_to_moz(AST_Binary, function To_Moz_BinaryExpression(M) {\n if (M.operator == \"=\" && to_moz_in_destructuring()) {\n return {\n type: \"AssignmentPattern\",\n left: to_moz(M.left),\n right: to_moz(M.right)\n };\n }\n return {\n type: M.operator == \"&&\" || M.operator == \"||\" ? \"LogicalExpression\" : \"BinaryExpression\",\n left: to_moz(M.left),\n operator: M.operator,\n right: to_moz(M.right)\n };\n });\n\n def_to_moz(AST_Array, function To_Moz_ArrayExpression(M) {\n return {\n type: \"ArrayExpression\",\n elements: M.elements.map(to_moz)\n };\n });\n\n def_to_moz(AST_Object, function To_Moz_ObjectExpression(M) {\n return {\n type: \"ObjectExpression\",\n properties: M.properties.map(to_moz)\n };\n });\n\n def_to_moz(AST_ObjectProperty, function To_Moz_Property(M, parent) {\n var key = M.key instanceof AST_Node ? to_moz(M.key) : {\n type: \"Identifier\",\n value: M.key\n };\n if (typeof M.key === \"number\") {\n key = {\n type: \"Literal\",\n value: Number(M.key)\n };\n }\n if (typeof M.key === \"string\") {\n key = {\n type: \"Identifier\",\n name: M.key\n };\n }\n var kind;\n var string_or_num = typeof M.key === \"string\" || typeof M.key === \"number\";\n var computed = string_or_num ? false : !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef;\n if (M instanceof AST_ObjectKeyVal) {\n kind = \"init\";\n computed = !string_or_num;\n } else\n if (M instanceof AST_ObjectGetter) {\n kind = \"get\";\n } else\n if (M instanceof AST_ObjectSetter) {\n kind = \"set\";\n }\n if (parent instanceof AST_Class) {\n return {\n type: \"MethodDefinition\",\n computed: computed,\n kind: kind,\n static: M.static,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n }\n return {\n type: \"Property\",\n computed: computed,\n kind: kind,\n key: key,\n value: to_moz(M.value)\n };\n });\n\n def_to_moz(AST_ConciseMethod, function To_Moz_MethodDefinition(M, parent) {\n if (parent instanceof AST_Object) {\n return {\n type: \"Property\",\n computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef,\n kind: \"init\",\n method: true,\n shorthand: false,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n }\n return {\n type: \"MethodDefinition\",\n computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef,\n kind: M.key === \"constructor\" ? \"constructor\" : \"method\",\n static: M.static,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n });\n\n def_to_moz(AST_Class, function To_Moz_Class(M) {\n var type = M instanceof AST_ClassExpression ? \"ClassExpression\" : \"ClassDeclaration\";\n return {\n type: type,\n superClass: to_moz(M.extends),\n id: M.name ? to_moz(M.name) : null,\n body: {\n type: \"ClassBody\",\n body: M.properties.map(to_moz)\n }\n };\n });\n\n def_to_moz(AST_NewTarget, function To_Moz_MetaProperty(M) {\n return {\n type: \"MetaProperty\",\n meta: {\n type: \"Identifier\",\n name: \"new\"\n },\n property: {\n type: \"Identifier\",\n name: \"target\"\n }\n };\n });\n\n def_to_moz(AST_Symbol, function To_Moz_Identifier(M, parent) {\n if (M instanceof AST_SymbolMethod && parent.quote) {\n return {\n type: \"Literal\",\n value: M.name\n };\n }\n var def = M.definition();\n return {\n type: \"Identifier\",\n name: def ? def.mangled_name || def.name : M.name\n };\n });\n\n def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) {\n var pattern = M.value.source;\n var flags = M.value.toString().match(/[gimuys]*$/)[0];\n return {\n type: \"Literal\",\n value: new RegExp(pattern, flags),\n raw: M.value.raw_source,\n regex: {\n pattern: pattern,\n flags: flags,\n }\n };\n });\n\n def_to_moz(AST_Constant, function To_Moz_Literal(M) {\n var value = M.value;\n if (typeof value === \"number\" && (value < 0 || (value === 0 && 1 / value < 0))) {\n return {\n type: \"UnaryExpression\",\n operator: \"-\",\n prefix: true,\n argument: {\n type: \"Literal\",\n value: -value,\n raw: M.start.raw\n }\n };\n }\n return {\n type: \"Literal\",\n value: value,\n raw: M.start.raw\n };\n });\n\n def_to_moz(AST_Atom, function To_Moz_Atom(M) {\n return {\n type: \"Identifier\",\n name: String(M.value)\n };\n });\n\n AST_Boolean.DEFMETHOD(\"to_mozilla_ast\", AST_Constant.prototype.to_mozilla_ast);\n AST_Null.DEFMETHOD(\"to_mozilla_ast\", AST_Constant.prototype.to_mozilla_ast);\n AST_Hole.DEFMETHOD(\"to_mozilla_ast\", function To_Moz_ArrayHole() { return null; });\n\n AST_Block.DEFMETHOD(\"to_mozilla_ast\", AST_BlockStatement.prototype.to_mozilla_ast);\n AST_Lambda.DEFMETHOD(\"to_mozilla_ast\", AST_Function.prototype.to_mozilla_ast);\n\n /* -----[ tools ]----- */\n\n function raw_token(moznode) {\n if (moznode.type == \"Literal\") {\n return moznode.raw != null ? moznode.raw : moznode.value + \"\";\n }\n }\n\n function my_start_token(moznode) {\n var loc = moznode.loc, start = loc && loc.start;\n var range = moznode.range;\n return new AST_Token({\n file : loc && loc.source,\n line : start && start.line,\n col : start && start.column,\n pos : range ? range[0] : moznode.start,\n endline : start && start.line,\n endcol : start && start.column,\n endpos : range ? range[0] : moznode.start,\n raw : raw_token(moznode),\n });\n }\n\n function my_end_token(moznode) {\n var loc = moznode.loc, end = loc && loc.end;\n var range = moznode.range;\n return new AST_Token({\n file : loc && loc.source,\n line : end && end.line,\n col : end && end.column,\n pos : range ? range[1] : moznode.end,\n endline : end && end.line,\n endcol : end && end.column,\n endpos : range ? range[1] : moznode.end,\n raw : raw_token(moznode),\n });\n }\n\n function map(moztype, mytype, propmap) {\n var moz_to_me = \"function From_Moz_\" + moztype + \"(M){\\n\";\n moz_to_me += \"return new U2.\" + mytype.name + \"({\\n\" +\n \"start: my_start_token(M),\\n\" +\n \"end: my_end_token(M)\";\n\n var me_to_moz = \"function To_Moz_\" + moztype + \"(M){\\n\";\n me_to_moz += \"return {\\n\" +\n \"type: \" + JSON.stringify(moztype);\n\n if (propmap) propmap.split(/\\s*,\\s*/).forEach(function(prop) {\n var m = /([a-z0-9$_]+)([=@>%])([a-z0-9$_]+)/i.exec(prop);\n if (!m) throw new Error(\"Can't understand property map: \" + prop);\n var moz = m[1], how = m[2], my = m[3];\n moz_to_me += \",\\n\" + my + \": \";\n me_to_moz += \",\\n\" + moz + \": \";\n switch (how) {\n case \"@\":\n moz_to_me += \"M.\" + moz + \".map(from_moz)\";\n me_to_moz += \"M.\" + my + \".map(to_moz)\";\n break;\n case \">\":\n moz_to_me += \"from_moz(M.\" + moz + \")\";\n me_to_moz += \"to_moz(M.\" + my + \")\";\n break;\n case \"=\":\n moz_to_me += \"M.\" + moz;\n me_to_moz += \"M.\" + my;\n break;\n case \"%\":\n moz_to_me += \"from_moz(M.\" + moz + \").body\";\n me_to_moz += \"to_moz_block(M)\";\n break;\n default:\n throw new Error(\"Can't understand operator in propmap: \" + prop);\n }\n });\n\n moz_to_me += \"\\n})\\n}\";\n me_to_moz += \"\\n}\\n}\";\n\n //moz_to_me = parse(moz_to_me).print_to_string({ beautify: true });\n //me_to_moz = parse(me_to_moz).print_to_string({ beautify: true });\n //console.log(moz_to_me);\n\n moz_to_me = new Function(\"U2\", \"my_start_token\", \"my_end_token\", \"from_moz\", \"return(\" + moz_to_me + \")\")(\n ast, my_start_token, my_end_token, from_moz\n );\n me_to_moz = new Function(\"to_moz\", \"to_moz_block\", \"to_moz_scope\", \"return(\" + me_to_moz + \")\")(\n to_moz, to_moz_block, to_moz_scope\n );\n MOZ_TO_ME[moztype] = moz_to_me;\n def_to_moz(mytype, me_to_moz);\n }\n\n var FROM_MOZ_STACK = null;\n\n function from_moz(node) {\n FROM_MOZ_STACK.push(node);\n var ret = node != null ? MOZ_TO_ME[node.type](node) : null;\n FROM_MOZ_STACK.pop();\n return ret;\n }\n\n AST_Node.from_mozilla_ast = function(node) {\n var save_stack = FROM_MOZ_STACK;\n FROM_MOZ_STACK = [];\n var ast = from_moz(node);\n FROM_MOZ_STACK = save_stack;\n return ast;\n };\n\n function set_moz_loc(mynode, moznode, myparent) {\n var start = mynode.start;\n var end = mynode.end;\n if (start.pos != null && end.endpos != null) {\n moznode.range = [start.pos, end.endpos];\n }\n if (start.line) {\n moznode.loc = {\n start: {line: start.line, column: start.col},\n end: end.endline ? {line: end.endline, column: end.endcol} : null\n };\n if (start.file) {\n moznode.loc.source = start.file;\n }\n }\n return moznode;\n }\n\n function def_to_moz(mytype, handler) {\n mytype.DEFMETHOD(\"to_mozilla_ast\", function(parent) {\n return set_moz_loc(this, handler(this, parent));\n });\n }\n\n var TO_MOZ_STACK = null;\n\n function to_moz(node) {\n if (TO_MOZ_STACK === null) { TO_MOZ_STACK = []; }\n TO_MOZ_STACK.push(node);\n var ast = node != null ? node.to_mozilla_ast(TO_MOZ_STACK[TO_MOZ_STACK.length - 2]) : null;\n TO_MOZ_STACK.pop();\n if (TO_MOZ_STACK.length === 0) { TO_MOZ_STACK = null; }\n return ast;\n }\n\n function to_moz_in_destructuring() {\n var i = TO_MOZ_STACK.length;\n while (i--) {\n if (TO_MOZ_STACK[i] instanceof AST_Destructuring) {\n return true;\n }\n }\n return false;\n }\n\n function to_moz_block(node) {\n return {\n type: \"BlockStatement\",\n body: node.body.map(to_moz)\n };\n }\n\n function to_moz_scope(type, node) {\n var body = node.body.map(to_moz);\n if (node.body[0] instanceof AST_SimpleStatement && node.body[0].body instanceof AST_String) {\n body.unshift(to_moz(new AST_EmptyStatement(node.body[0])));\n }\n return {\n type: type,\n body: body\n };\n }\n})();\n","// API\nimport \"./lib/transform.js\";\nexport { minify } from \"./lib/minify.js\";\n\n// CLI\nexport {\n AST_Array,\n AST_Assign,\n AST_Constant,\n AST_Node,\n AST_PropAccess,\n AST_Sequence,\n AST_Symbol,\n AST_Token,\n TreeTransformer,\n TreeWalker,\n} from \"./lib/ast.js\";\nexport {\n defaults,\n Dictionary,\n push_uniq,\n string_template,\n} from \"./lib/utils.js\";\nexport { base54 } from \"./lib/scope.js\";\nexport { Compressor } from \"./lib/compress/index.js\";\nexport { OutputStream } from \"./lib/output.js\";\nexport { parse } from \"./lib/parse.js\";\nexport {\n mangle_properties,\n reserve_quoted_keys,\n} from \"./lib/propmangle.js\";\nimport \"./lib/mozilla-ast.js\";\n\n// TESTS\nexport * from \"./lib/ast.js\";\nexport {\n JS_Parse_Error,\n tokenizer,\n} from \"./lib/parse.js\";\nexport { to_ascii } from \"./lib/minify.js\";\n"],"names":["first_in_statement","all"],"mappings":"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cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,MAAM;EACjE,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,KAAK,GAAG,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,KAAK,GAAG,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,KAAK,GAAG,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAA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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/terser/dist/bundle.min.js b/2019-setembro/node_modules/terser/dist/bundle.min.js new file mode 100644 index 0000000..cb5ca8f --- /dev/null +++ b/2019-setembro/node_modules/terser/dist/bundle.min.js @@ -0,0 +1,2 @@ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("source-map")):"function"==typeof define&&define.amd?define(["exports","source-map"],t):t((e=e||self).Terser={},e.sourceMap)}(this,function(e,t){"use strict";function n(e){return e.split("")}function i(e,t){return t.includes(e)}function r(e,t){for(var n=0,i=t.length;n=0&&!l(););u.reverse(),c.reverse()}else for(s=0;s=0;)e[n]===t&&e.splice(n,1)}function D(e,t){if(e.length<2)return e.slice();return function e(n){if(n.length<=1)return n;var i=Math.floor(n.length/2),r=n.slice(0,i),o=n.slice(i);return function(e,n){for(var i=[],r=0,o=0,a=0;r3){n.sort(function(e,t){return t.length-e.length}),t+="switch(str.length){";for(i=0;i=0;)if(!t(e[n]))return!1;return!0}function A(){this._values=Object.create(null),this._size=0}function v(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function T(e){for(var t,n=e.parent(-1),i=0;t=e.parent(i);i++){if(t instanceof fe&&t.body===n)return!0;if(!(t instanceof _t&&t.expressions[0]===n||"Call"==t.TYPE&&t.expression===n||t instanceof mt&&t.expression===n||t instanceof Et&&t.expression===n||t instanceof At&&t.condition===n||t instanceof St&&t.left===n||t instanceof gt&&t.expression===n))return!1;n=t}}function b(e,t){return!0===e||e instanceof RegExp&&e.test(t)}A.prototype={set:function(e,t){return this.has(e)||++this._size,this._values["$"+e]=t,this},add:function(e,t){return this.has(e)?this.get(e).push(t):this.set(e,[t]),this},get:function(e){return this._values["$"+e]},del:function(e){return this.has(e)&&(--this._size,delete this._values["$"+e]),this},has:function(e){return"$"+e in this._values},each:function(e){for(var t in this._values)e(this._values[t],t.substr(1))},size:function(){return this._size},map:function(e){var t=[];for(var n in this._values)t.push(e(this._values[n],n.substr(1)));return t},clone:function(){var e=new A;for(var t in this._values)e._values[t]=this._values[t];return e._size=this._size,e},toObject:function(){return this._values}},A.fromObject=function(e){var t=new A;return t._size=u(t._values,e),t};var y="break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with",C="false null true",O="enum implements import interface package private protected public static super this "+C+" "+y,F="return new delete throw else case yield await";y=g(y),O=g(O),F=g(F),C=g(C);var R=g(n("+-*&%=<>!?|~^")),M=/[0-9a-f]/i,N=/^0x[0-9a-f]+$/i,w=/^0[0-7]+$/,x=/^0o[0-7]+$/i,k=/^0b[01]+$/i,I=/^\d*\.?\d*(?:e[+-]?\d*(?:\d\.?|\.?\d)\d*)?$/i,L=g(["in","instanceof","typeof","new","void","delete","++","--","+","-","!","~","&","|","^","*","**","/","%",">>","<<",">>>","<",">","<=",">=","==","===","!=","!==","?","=","+=","-=","/=","*=","**=","%=",">>=","<<=",">>>=","|=","^=","&=","&&","||"]),V=g(n("  \n\r\t\f\v​           \u2028\u2029   \ufeff")),P=g(n("\n\r\u2028\u2029")),B=g(n(";]),:")),K=g(n("[{(,;:")),U=g(n("[]{}(),;:")),G={ID_Start:/[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,ID_Continue:/[0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/};function H(e,t){var n=e.charAt(t);if(X(n)){var i=e.charAt(t+1);if(z(i))return n+i}if(z(n)){var r=e.charAt(t-1);if(X(r))return r+n}return n}function X(e){return"string"==typeof e&&(e=e.charCodeAt(0)),e>=55296&&e<=56319}function z(e){return"string"==typeof e&&(e=e.charCodeAt(0)),e>=56320&&e<=57343}function W(e){return e>=48&&e<=57}function Y(e){return"string"==typeof e&&!O(e)}function q(e){var t=e.charCodeAt(0);return G.ID_Start.test(e)||36==t||95==t}function $(e){var t=e.charCodeAt(0);return G.ID_Continue.test(e)||36==t||95==t||8204==t||8205==t}function j(e){return/^[a-z_$][a-z0-9_$]*$/i.test(e)}function Z(e,t,n,i,r){this.message=e,this.filename=t,this.line=n,this.col=i,this.pos=r}function Q(e,t,n,i,r){throw new Z(e,t,n,i,r)}function J(e,t,n){return e.type==t&&(null==n||e.value==n)}Z.prototype=Object.create(Error.prototype),Z.prototype.constructor=Z,Z.prototype.name="SyntaxError",o(Z);var ee={};function te(e,t,n,i){var r={text:e,filename:t,pos:0,tokpos:0,line:1,tokline:0,col:0,tokcol:0,newline_before:!1,regex_allowed:!1,brace_counter:0,template_braces:[],comments_before:[],directives:{},directive_stack:[]};function o(){return H(r.text,r.pos)}function a(e,t){var n=H(r.text,r.pos++);if(e&&!n)throw ee;return P(n)?(r.newline_before=r.newline_before||!t,++r.line,r.col=0,t||"\r"!=n||"\n"!=o()||(++r.pos,n="\n")):(n.length>1&&(++r.pos,++r.col),++r.col),n}function s(e){for(;e-- >0;)a()}function u(e){return r.text.substr(r.pos,e.length)==e}function c(e,t){var n=r.text.indexOf(e,r.pos);if(t&&-1==n)throw ee;return n}function l(){r.tokline=r.line,r.tokcol=r.col,r.tokpos=r.pos}var f=!1,p=null;function _(n,i,o){r.regex_allowed="operator"==n&&!ie(i)||"keyword"==n&&F(i)||"punc"==n&&K(i)||"arrow"==n,"punc"==n&&"."==i?f=!0:o||(f=!1);var a={type:n,value:i,line:r.tokline,col:r.tokcol,pos:r.tokpos,endline:r.line,endcol:r.col,endpos:r.pos,nlb:r.newline_before,file:t};return/^(?:num|string|regexp)$/i.test(n)&&(a.raw=e.substring(a.pos,a.endpos)),o||(a.comments_before=r.comments_before,a.comments_after=r.comments_before=[]),r.newline_before=!1,a=new ce(a),o||(p=a),a}function d(){for(;V(o());)a()}function m(e){Q(e,t,r.tokline,r.tokcol,r.tokpos)}function E(e){var t=!1,n=!1,i=!1,r="."==e,s=function(e){for(var t,n="",i=0;(t=o())&&e(t,i++);)n+=a();return n}(function(o,a){switch(o.charCodeAt(0)){case 98:case 66:return i=!0;case 111:case 79:case 120:case 88:return!i&&(i=!0);case 101:case 69:return!!i||!t&&(t=n=!0);case 45:return n||0==a&&!e;case 43:return n;case n=!1,46:return!(r||i||t)&&(r=!0)}return M.test(o)});e&&(s=e+s),w.test(s)&&j.has_directive("use strict")&&m("Legacy octal literals are not allowed in strict mode");var u=function(e){if(N.test(e))return parseInt(e.substr(2),16);if(w.test(e))return parseInt(e.substr(1),8);if(x.test(e))return parseInt(e.substr(2),8);if(k.test(e))return parseInt(e.substr(2),2);if(I.test(e))return parseFloat(e);var t=parseFloat(e);return t==e?t:void 0}(s);if(!isNaN(u))return _("num",u);m("Invalid syntax: "+s)}function h(e,t,n){var i,s=a(!0,e);switch(s.charCodeAt(0)){case 110:return"\n";case 114:return"\r";case 116:return"\t";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 120:return String.fromCharCode(D(2,t));case 117:if("{"==o()){for(a(!0),"}"===o()&&m("Expecting hex-character between {}");"0"==o();)a(!0);var u,l=c("}",!0)-r.pos;return(l>6||(u=D(l,t))>1114111)&&m("Unicode reference out of bounds"),a(!0),(i=u)>65535?(i-=65536,String.fromCharCode(55296+(i>>10))+String.fromCharCode(i%1024+56320)):String.fromCharCode(i)}return String.fromCharCode(D(4,t));case 10:return"";case 13:if("\n"==o())return a(!0,e),""}return s>="0"&&s<="7"?(n&&t&&m("Octal escape sequences are not allowed in template strings"),function(e,t){var n=o();n>="0"&&n<="7"&&(e+=a(!0))[0]<="3"&&(n=o())>="0"&&n<="7"&&(e+=a(!0));if("0"===e)return"\0";e.length>0&&j.has_directive("use strict")&&t&&m("Legacy octal escape sequences are not allowed in strict mode");return String.fromCharCode(parseInt(e,8))}(s,t)):s}function D(e,t){for(var n=0;e>0;--e){if(!t&&isNaN(parseInt(o(),16)))return parseInt(n,16)||"";var i=a(!0);isNaN(parseInt(i,16))&&m("Invalid hex-character pattern in string"),n+=i}return parseInt(n,16)}var g=Y("Unterminated string constant",function(e){for(var t=a(),n="";;){var i=a(!0,!0);if("\\"==i)i=h(!0,!0);else if(P(i))m("Unterminated string constant");else if(i==t)break;n+=i}var r=_("string",n);return r.quote=e,r}),S=Y("Unterminated template",function(e){e&&r.template_braces.push(r.brace_counter);var t,n,i="",s="";for(a(!0,!0);"`"!=(t=a(!0,!0));){if("\r"==t)"\n"==o()&&++r.pos,t="\n";else if("$"==t&&"{"==o())return a(!0,!0),r.brace_counter++,(n=_(e?"template_head":"template_substitution",i)).begin=e,n.raw=s,n.end=!1,n;if(s+=t,"\\"==t){var u=r.pos;t=h(!0,!(p&&("name"===p.type||"punc"===p.type&&(")"===p.value||"]"===p.value))),!0),s+=r.text.substr(u,r.pos-u)}i+=t}return r.template_braces.pop(),(n=_(e?"template_head":"template_substitution",i)).begin=e,n.raw=s,n.end=!0,n});function A(e){var t,n=r.regex_allowed,i=function(){for(var e=r.text,t=r.pos,n=r.text.length;t"===o()?(a(),_("arrow","=>")):B("=");case 96:return S(!0);case 123:r.brace_counter++;break;case 125:if(r.brace_counter--,r.template_braces.length>0&&r.template_braces[r.template_braces.length-1]===r.brace_counter)return S(!1)}if(W(c))return E();if(U(t))return _("punc",a());if(R(t))return B();if(92==c||q(t))return h=void 0,h=T(),f?_("name",h):C(h)?_("atom",h):y(h)?L(h)?_("operator",h):_("keyword",h):_("name",h);break}var h;m("Unexpected character '"+t+"'")}return j.next=a,j.peek=o,j.context=function(e){return e&&(r=e),r},j.add_directive=function(e){r.directive_stack[r.directive_stack.length-1].push(e),void 0===r.directives[e]?r.directives[e]=1:r.directives[e]++},j.push_directives_stack=function(){r.directive_stack.push([])},j.pop_directives_stack=function(){for(var e=r.directive_stack[r.directive_stack.length-1],t=0;t0},j}var ne=g(["typeof","void","delete","--","++","!","~","-","+"]),ie=g(["--","++"]),re=g(["=","+=","-=","/=","*=","**=","%=",">>=","<<=",">>>=","|=","^=","&="]),oe=function(e,t){for(var n=0;n","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]],{}),ae=g(["atom","num","string","regexp","name"]);function se(e,t){t=s(t,{bare_returns:!1,ecma:8,expression:!1,filename:null,html5_comments:!0,module:!1,shebang:!0,strict:!1,toplevel:null},!0);var n={input:"string"==typeof e?te(e,t.filename,t.html5_comments,t.shebang):e,token:null,prev:null,peeked:null,in_function:0,in_async:-1,in_generator:-1,in_directives:!0,in_loop:0,labels:[]};function i(e,t){return J(n.token,e,t)}function o(){return n.peeked||(n.peeked=n.input())}function a(){return n.prev=n.token,n.peeked||o(),n.token=n.peeked,n.peeked=null,n.in_directives=n.in_directives&&("string"==n.token.type||i("punc",";")),n.token}function u(){return n.prev}function c(e,t,i,r){var o=n.input.context();Q(e,o.filename,null!=t?t:o.tokline,null!=i?i:o.tokcol,null!=r?r:o.tokpos)}function l(e,t){c(t,e.line,e.col)}function f(e){null==e&&(e=n.token),l(e,"Unexpected token: "+e.type+" ("+e.value+")")}function p(e,t){if(i(e,t))return a();l(n.token,"Unexpected token "+n.token.type+" «"+n.token.value+"», expected "+e+" «"+t+"»")}function _(e){return p("punc",e)}function d(e){return e.nlb||!S(e.comments_before,function(e){return!e.nlb})}function m(){return!t.strict&&(i("eof")||i("punc","}")||d(n.token))}function E(){return n.in_generator===n.in_function}function h(){return n.in_async===n.in_function}function D(e){i("punc",";")?a():e||m()||f()}function g(){_("(");var e=Nt(!0);return _(")"),e}function A(e){return function(){var t=n.token,i=e.apply(null,arguments),r=u();return i.start=t,i.end=r,i}}function T(){(i("operator","/")||i("operator","/="))&&(n.peeked=null,n.token=n.input(n.token.value.substr(1)))}n.token=a();var b=A(function(e,s,E){switch(T(),n.token.type){case"string":if(n.in_directives){var S=o();!n.token.raw.includes("\\")&&(J(S,"punc",";")||J(S,"punc","}")||d(S)||J(S,"eof"))?n.input.add_directive(n.token.value):n.in_directives=!1}var A=n.in_directives,v=y();return A&&v.body instanceof on?new _e(v.body):v;case"template_head":case"num":case"regexp":case"operator":case"atom":return y();case"name":if("async"==n.token.value&&J(o(),"keyword","function"))return a(),a(),s&&c("functions are not allowed as the body of a loop"),R(Ve,!1,!0,e);if("import"==n.token.value&&!J(o(),"punc","(")){a();var O=function(){var e,t,r=u();i("name")&&(e=me(qt));i("punc",",")&&a();((t=se(!0))||e)&&p("name","from");var o=n.token;"string"!==o.type&&f();return a(),new ut({start:r,imported_name:e,imported_names:t,module_name:new on({start:o,value:o.value,quote:o.quote,end:o}),end:n.token})}();return D(),O}return J(o(),"punc",":")?function(){var e=me(jt);"await"===e.name&&h()&&l(n.prev,"await cannot be used as label inside async function");r(function(t){return t.name==e.name},n.labels)&&c("Label "+e.name+" defined twice");_(":"),n.labels.push(e);var t=b();n.labels.pop(),t instanceof ve||e.references.forEach(function(t){t instanceof qe&&(t=t.label.start,c("Continue label `"+e.name+"` refers to non-IterationStatement.",t.line,t.col,t.pos))});return new Ae({body:t,label:e})}():y();case"punc":switch(n.token.value){case"{":return new De({start:n.token,body:k(),end:u()});case"[":case"(":return y();case";":return n.in_directives=!1,a(),new ge;default:f()}case"keyword":switch(n.token.value){case"break":return a(),C(Ye);case"continue":return a(),C(qe);case"debugger":return a(),D(),new pe;case"do":a();var F=kt(b);p("keyword","while");var M=g();return D(!0),new be({body:F,condition:M});case"while":return a(),new ye({condition:g(),body:kt(function(){return b(!1,!0)})});case"for":return a(),function(){var e="`for await` invalid in this context",t=n.token;"name"==t.type&&"await"==t.value?(h()||l(t,e),a()):t=!1;_("(");var r=null;if(i("punc",";"))t&&l(t,e);else{r=i("keyword","var")?(a(),V(!0)):i("keyword","let")?(a(),P(!0)):i("keyword","const")?(a(),K(!0)):Nt(!0,!0);var o=i("operator","in"),s=i("name","of");if(t&&!s&&l(t,e),o||s)return r instanceof it?r.definitions.length>1&&l(r.start,"Only one variable declaration allowed in for..in loop"):We(r)||(r=Ze(r))instanceof Pe||l(r.start,"Invalid left-hand side in for..in loop"),a(),o?function(e){var t=Nt(!0);return _(")"),new Oe({init:e,object:t,body:kt(function(){return b(!1,!0)})})}(r):function(e,t){var n=e instanceof it?e.definitions[0].name:null,i=Nt(!0);return _(")"),new Fe({await:t,init:e,name:n,object:i,body:kt(function(){return b(!1,!0)})})}(r,!!t)}return function(e){_(";");var t=i("punc",";")?null:Nt(!0);_(";");var n=i("punc",")")?null:Nt(!0);return _(")"),new Ce({init:e,condition:t,step:n,body:kt(function(){return b(!1,!0)})})}(r)}();case"class":return a(),s&&c("classes are not allowed as the body of a loop"),E&&c("classes are not allowed as the body of an if"),$(wt);case"function":return a(),s&&c("functions are not allowed as the body of a loop"),R(Ve,!1,!1,e);case"if":return a(),function(){var e=g(),t=b(!1,!1,!0),n=null;i("keyword","else")&&(a(),n=b(!1,!1,!0));return new $e({condition:e,body:t,alternative:n})}();case"return":0!=n.in_function||t.bare_returns||c("'return' outside of function"),a();var w=null;return i("punc",";")?a():m()||(w=Nt(!0),D()),new Xe({value:w});case"switch":return a(),new je({expression:g(),body:kt(I)});case"throw":a(),d(n.token)&&c("Illegal newline after 'throw'");w=Nt(!0);return D(),new ze({value:w});case"try":return a(),function(){var e=k(),t=null,r=null;if(i("keyword","catch")){var o=n.token;if(a(),i("punc","{"))var s=null;else{_("(");var s=N(void 0,Yt);_(")")}t=new tt({start:o,argname:s,body:k(),end:u()})}if(i("keyword","finally")){var o=n.token;a(),r=new nt({start:o,body:k(),end:u()})}t||r||c("Missing catch/finally blocks");return new et({body:e,bcatch:t,bfinally:r})}();case"var":a();O=V();return D(),O;case"let":a();O=P();return D(),O;case"const":a();O=K();return D(),O;case"with":return n.input.has_directive("use strict")&&c("Strict mode may not include a with statement"),a(),new Re({expression:g(),body:b()});case"export":if(!J(o(),"punc","(")){a();O=function(){var e,t,r,s,c,l=n.token;if(i("keyword","default"))e=!0,a();else if(t=se(!1)){if(i("name","from")){a();var p=n.token;return"string"!==p.type&&f(),a(),new ct({start:l,is_default:e,exported_names:t,module_name:new on({start:p,value:p.value,quote:p.quote,end:p}),end:u()})}return new ct({start:l,is_default:e,exported_names:t,end:u()})}i("punc","{")||e&&(i("keyword","class")||i("keyword","function"))&&J(o(),"punc")?(s=Nt(!1),D()):(r=b(e))instanceof it&&e?f(r.start):r instanceof it||r instanceof xe||r instanceof wt?c=r:r instanceof de?s=r.body:f(r.start);return new ct({start:l,is_default:e,exported_value:s,exported_definition:c,end:u()})}();return i("punc",";")&&D(),O}}}f()});function y(e){return new de({body:(e=Nt(!0),D(),e)})}function C(e){var t,i=null;m()||(i=me(en,!0)),null!=i?((t=r(function(e){return e.name==i.name},n.labels))||c("Undefined label "+i.name),i.thedef=t):0==n.in_loop&&c(e.TYPE+" not inside a loop or switch"),D();var o=new e({label:i});return t&&t.references.push(o),o}var F=function(e,t,r){d(n.token)&&c("Unexpected newline before arrow (=>)"),p("arrow","=>");var o=x(i("punc","{"),!1,r),a=o instanceof Array&&o.length?o[o.length-1].end:o instanceof Array?e:o.end;return new Le({start:e,end:a,async:r,argnames:t,body:o})},R=function(e,t,n,r){var o=e===Ve,s=i("operator","*");s&&a();var c=i("name")?me(o?Gt:Xt):null;o&&!c&&(r?e=Ie:f()),!c||e===ke||c instanceof Lt||f(u());var l=[],p=x(!0,s||t,n,c,l);return new e({start:l.start,end:p.end,is_generator:s,async:n,name:c,argnames:l,body:p})};function M(e,t){var n={},i=!1,r=!1,o=!1,a=!!t,s={add_parameter:function(t){if(void 0!==n["$"+t.value])!1===i&&(i=t),s.check_strict();else if(n["$"+t.value]=!0,e)switch(t.value){case"arguments":case"eval":case"yield":a&&l(t,"Unexpected "+t.value+" identifier as parameter inside strict mode");break;default:O(t.value)&&f()}},mark_default_assignment:function(e){!1===r&&(r=e)},mark_spread:function(e){!1===o&&(o=e)},mark_strict_mode:function(){a=!0},is_strict:function(){return!1!==r||!1!==o||a},check_strict:function(){s.is_strict()&&!1!==i&&l(i,"Parameter "+i.value+" was used already")}};return s}function N(e,t){var r,o=!1;return void 0===e&&(e=M(!0,n.input.has_directive("use strict"))),i("expand","...")&&(o=n.token,e.mark_spread(n.token),a()),r=w(e,t),i("operator","=")&&!1===o&&(e.mark_default_assignment(n.token),a(),r=new Tt({start:r.start,left:r,operator:"=",right:Nt(!1),end:n.token})),!1!==o&&(i("punc",")")||f(),r=new we({start:o,expression:r,end:o})),e.check_strict(),r}function w(e,t){var r,s=[],l=!0,p=!1,d=n.token;if(void 0===e&&(e=M(!1,n.input.has_directive("use strict"))),t=void 0===t?Ut:t,i("punc","[")){for(a();!i("punc","]");){if(l?l=!1:_(","),i("expand","...")&&(p=!0,r=n.token,e.mark_spread(n.token),a()),i("punc"))switch(n.token.value){case",":s.push(new pn({start:n.token,end:n.token}));continue;case"]":break;case"[":case"{":s.push(w(e,t));break;default:f()}else i("name")?(e.add_parameter(n.token),s.push(me(t))):c("Invalid function parameter");i("operator","=")&&!1===p&&(e.mark_default_assignment(n.token),a(),s[s.length-1]=new Tt({start:s[s.length-1].start,left:s[s.length-1],operator:"=",right:Nt(!1),end:n.token})),p&&(i("punc","]")||c("Rest element must be last element"),s[s.length-1]=new we({start:r,expression:s[s.length-1],end:r}))}return _("]"),e.check_strict(),new Pe({start:d,names:s,is_array:!0,end:u()})}if(i("punc","{")){for(a();!i("punc","}");){if(l?l=!1:_(","),i("expand","...")&&(p=!0,r=n.token,e.mark_spread(n.token),a()),i("name")&&(J(o(),"punc")||J(o(),"operator"))&&[",","}","="].includes(o().value)){e.add_parameter(n.token);var m=u(),E=me(t);p?s.push(new we({start:r,expression:E,end:E.end})):s.push(new Ot({start:m,key:E.name,value:E,end:E.end}))}else{if(i("punc","}"))continue;var h=n.token,D=ue();null===D?f(u()):"name"!==u().type||i("punc",":")?(_(":"),s.push(new Ot({start:h,quote:h.quote,key:D,value:w(e,t),end:u()}))):s.push(new Ot({start:u(),key:D,value:new t({start:u(),name:D,end:u()}),end:u()}))}p?i("punc","}")||c("Rest element must be last element"):i("operator","=")&&(e.mark_default_assignment(n.token),a(),s[s.length-1].value=new Tt({start:s[s.length-1].value.start,left:s[s.length-1].value,operator:"=",right:Nt(!1),end:n.token}))}return _("}"),e.check_strict(),new Pe({start:d,names:s,is_array:!1,end:u()})}if(i("name"))return e.add_parameter(n.token),me(t);c("Invalid function parameter")}function x(e,r,o,s,u){var c=n.in_loop,l=n.labels,p=n.in_generator,d=n.in_async;if(++n.in_function,r&&(n.in_generator=n.in_function),o&&(n.in_async=n.in_function),u&&function(e){var r=M(!0,n.input.has_directive("use strict"));for(_("(");!i("punc",")");){var o=N(r);if(e.push(o),i("punc",")")||(_(","),i("punc",")")&&t.ecma<8&&f()),o instanceof we)break}a()}(u),e&&(n.in_directives=!0),n.in_loop=0,n.labels=[],e){n.input.push_directives_stack();var m=k();s&&fe(s),u&&u.forEach(fe),n.input.pop_directives_stack()}else m=Nt(!1);return--n.in_function,n.in_loop=c,n.labels=l,n.in_generator=p,n.in_async=d,m}function k(){_("{");for(var e=[];!i("punc","}");)i("eof")&&f(),e.push(b());return a(),e}function I(){_("{");for(var e,t=[],r=null,o=null;!i("punc","}");)i("eof")&&f(),i("keyword","case")?(o&&(o.end=u()),r=[],o=new Je({start:(e=n.token,a(),e),expression:Nt(!0),body:r}),t.push(o),_(":")):i("keyword","default")?(o&&(o.end=u()),r=[],o=new Qe({start:(e=n.token,a(),_(":"),e),body:r}),t.push(o)):(r||f(),r.push(b()));return o&&(o.end=u()),a(),t}function L(e,t){for(var r,o=[];;){var s="var"===t?Vt:"const"===t?Bt:"let"===t?Kt:null;if(i("punc","{")||i("punc","[")?r=new lt({start:n.token,name:w(void 0,s),value:i("operator","=")?(p("operator","="),Nt(!1,e)):null,end:u()}):"import"==(r=new lt({start:n.token,name:me(s),value:i("operator","=")?(a(),Nt(!1,e)):e||"const"!==t?null:c("Missing initializer in const declaration"),end:u()})).name.name&&c("Unexpected token: import"),o.push(r),!i("punc",","))break;a()}return o}var V=function(e){return new rt({start:u(),definitions:L(e,"var"),end:u()})},P=function(e){return new ot({start:u(),definitions:L(e,"let"),end:u()})},K=function(e){return new at({start:u(),definitions:L(e,"const"),end:u()})};function U(){var e,t=n.token;switch(t.type){case"name":e=ce(Zt);break;case"num":e=new an({start:t,end:t,value:t.value});break;case"string":e=new on({start:t,end:t,value:t.value,quote:t.quote});break;case"regexp":e=new sn({start:t,end:t,value:t.value});break;case"atom":switch(t.value){case"false":e=new mn({start:t,end:t});break;case"true":e=new En({start:t,end:t});break;case"null":e=new cn({start:t,end:t})}}return a(),e}function G(e,t,n,i){var r=function(e,t){return t?new Tt({start:e.start,left:e,operator:"=",right:t,end:t.end}):e};return e instanceof yt?r(new Pe({start:e.start,end:e.end,is_array:!1,names:e.properties.map(G)}),i):e instanceof Ot?(e.value=G(e.value,0,[e.key]),r(e,i)):e instanceof pn?e:e instanceof Pe?(e.names=e.names.map(G),r(e,i)):e instanceof Zt?r(new Ut({name:e.name,start:e.start,end:e.end}),i):e instanceof we?(e.expression=G(e.expression),r(e,i)):e instanceof bt?r(new Pe({start:e.start,end:e.end,is_array:!0,names:e.elements.map(G)}),i):e instanceof vt?r(G(e.left,void 0,void 0,e.right),i):e instanceof Tt?(e.left=G(e.left,0,[e.left]),e):void c("Invalid function parameter",e.start.line,e.start.col)}var H=function(e,r){if(i("operator","new"))return function(e){var r=n.token;if(p("operator","new"),i("punc","."))return a(),p("name","target"),he(new It({start:r,end:u()}),e);var o,s=H(!1);i("punc","(")?(a(),o=z(")",t.ecma>=8)):o=[];var c=new pt({start:r,expression:s,args:o,end:u()});return Ee(c),he(c,e)}(e);var s,c=n.token,l=i("name","async")&&"["!=(s=o()).value&&"arrow"!=s.type&&U();if(i("punc")){switch(n.token.value){case"(":if(l&&!e)break;var d=function(e,r){var o,s,c,l=[];for(_("(");!i("punc",")");)o&&f(o),i("expand","...")?(o=n.token,r&&(s=n.token),a(),l.push(new we({start:u(),expression:Nt(),end:n.token}))):l.push(Nt()),i("punc",")")||(_(","),i("punc",")")&&(t.ecma<8&&f(),c=u(),r&&(s=c)));return _(")"),e&&i("arrow","=>")?o&&c&&f(c):s&&f(s),l}(r,!l);if(r&&i("arrow","=>"))return F(c,d.map(G),!!l);var m=l?new ft({expression:l,args:d}):1==d.length?d[0]:new _t({expressions:d});if(m.start){var E=c.comments_before.length;if([].unshift.apply(m.start.comments_before,c.comments_before),c.comments_before=m.start.comments_before,c.comments_before_length=E,0==E&&c.comments_before.length>0){var h=c.comments_before[0];h.nlb||(h.nlb=c.nlb,c.nlb=!1)}c.comments_after=m.start.comments_after}m.start=c;var D=u();return m.end&&(D.comments_before=m.end.comments_before,[].push.apply(m.end.comments_after,D.comments_after),D.comments_after=m.end.comments_after),m.end=D,m instanceof ft&&Ee(m),he(m,e);case"[":return he(W(),e);case"{":return he(q(),e)}l||f()}if(r&&i("name")&&J(o(),"arrow")){var g=new Ut({name:n.token.value,start:c,end:c});return a(),F(c,[g],!!l)}if(i("keyword","function")){a();var S=R(Ie,!1,!!l);return S.start=c,S.end=u(),he(S,e)}if(l)return he(l,e);if(i("keyword","class")){a();var A=$(xt);return A.start=c,A.end=u(),he(A,e)}return i("template_head")?he(X(!1),e):ae(n.token.type)?he(U(),e):void f()};function X(e){var t=[],i=n.token;for(t.push(new Ue({start:n.token,raw:n.token.raw,value:n.token.value,end:n.token}));!1===n.token.end;)a(),T(),t.push(Nt(!0)),J("template_substitution")||f(),t.push(new Ue({start:n.token,raw:n.token.raw,value:n.token.value,end:n.token}));return a(),new Ke({start:i,segments:t,end:n.token})}function z(e,t,r){for(var o=!0,s=[];!i("punc",e)&&(o?o=!1:_(","),!t||!i("punc",e));)i("punc",",")&&r?s.push(new pn({start:n.token,end:n.token})):i("expand","...")?(a(),s.push(new we({start:u(),expression:Nt(),end:n.token}))):s.push(Nt(!1));return a(),s}var W=A(function(){return _("["),new bt({elements:z("]",!t.strict,!0)})}),Y=A(function(e,t){return R(ke,e,t)}),q=A(function(){var e=n.token,r=!0,o=[];for(_("{");!i("punc","}")&&(r?r=!1:_(","),t.strict||!i("punc","}"));)if("expand"!=(e=n.token).type){var s,c=ue();if(i("punc",":"))null===c?f(u()):(a(),s=Nt(!1));else{var l=j(c,e);if(l){o.push(l);continue}s=new Zt({start:u(),name:c,end:u()})}i("operator","=")&&(a(),s=new vt({start:e,left:s,operator:"=",right:Nt(!1),end:u()})),o.push(new Ot({start:e,quote:e.quote,key:c instanceof le?c:""+c,value:s,end:u()}))}else a(),o.push(new we({start:e,expression:Nt(!1),end:u()}));return a(),new yt({properties:o})});function $(e){var t,r,o,s,c=[];for(n.input.push_directives_stack(),n.input.add_directive("use strict"),"name"==n.token.type&&"extends"!=n.token.value&&(o=me(e===wt?zt:Wt)),e!==wt||o||f(),"extends"==n.token.value&&(a(),s=Nt(!0)),_("{"),i("punc",";")&&a();!i("punc","}");)t=n.token,(r=j(ue(),t,!0))||f(),c.push(r),i("punc",";")&&a();return n.input.pop_directives_stack(),a(),new e({start:t,name:o,extends:s,properties:c,end:u()})}function j(e,t,r){var o=function(e,t){return"string"==typeof e||"number"==typeof e?new Ht({start:t,name:""+e,end:u()}):(null===e&&f(),e)},a=!1,s=!1,c=!1,l=t;if(r&&"static"===e&&!i("punc","(")&&(s=!0,l=n.token,e=ue()),"async"!==e||i("punc","(")||i("punc",",")||i("punc","}")||(a=!0,l=n.token,e=ue()),null===e&&(c=!0,l=n.token,null===(e=ue())&&f()),i("punc","("))return e=o(e,t),new Mt({start:t,static:s,is_generator:c,async:a,key:e,quote:e instanceof Ht?l.quote:void 0,value:Y(c,a),end:u()});if(l=n.token,"get"==e){if(!i("punc")||i("punc","["))return e=o(ue(),t),new Rt({start:t,static:s,key:e,quote:e instanceof Ht?l.quote:void 0,value:Y(),end:u()})}else if("set"==e&&(!i("punc")||i("punc","[")))return e=o(ue(),t),new Ft({start:t,static:s,key:e,quote:e instanceof Ht?l.quote:void 0,value:Y(),end:u()})}function Z(e){function t(e){return new e({name:ue(),start:u(),end:u()})}var r,o,s=e?$t:Jt,c=e?qt:Qt,l=n.token;return e?r=t(s):o=t(c),i("name","as")?(a(),e?o=t(c):r=t(s)):e?o=new c(r):r=new s(o),new st({start:l,foreign_name:r,name:o,end:u()})}function ee(e,t){var i,r=e?$t:Jt,o=e?qt:Qt,a=n.token,s=u();return t=t||new o({name:"*",start:a,end:s}),i=new r({name:"*",start:a,end:s}),new st({start:a,foreign_name:i,name:t,end:s})}function se(e){var t;if(i("punc","{")){for(a(),t=[];!i("punc","}");)t.push(Z(e)),i("punc",",")&&a();a()}else if(i("operator","*")){var n;a(),e&&i("name","as")&&(a(),n=me(e?qt:Jt)),t=[ee(e,n)]}return t}function ue(){var e=n.token;switch(e.type){case"punc":if("["===e.value){a();var t=Nt(!1);return _("]"),t}f(e);case"operator":if("*"===e.value)return a(),null;["delete","in","instanceof","new","typeof","void"].includes(e.value)||f(e);case"name":"yield"==e.value&&(E()?l(e,"Yield cannot be used as identifier inside generators"):J(o(),"punc",":")||J(o(),"punc","(")||!n.input.has_directive("use strict")||l(e,"Unexpected yield identifier inside strict mode"));case"string":case"num":case"keyword":case"atom":return a(),e.value;default:f(e)}}function ce(e){var t=n.token.value;return new("this"==t?tn:"super"==t?nn:e)({name:String(t),start:n.token,end:n.token})}function fe(e){var t=e.name;E()&&"yield"==t&&l(e.start,"Yield cannot be used as identifier inside generators"),n.input.has_directive("use strict")&&("yield"==t&&l(e.start,"Unexpected yield identifier inside strict mode"),e instanceof Lt&&("arguments"==t||"eval"==t)&&l(e.start,"Unexpected "+t+" in strict mode"))}function me(e,t){if(!i("name"))return t||c("Name expected"),null;var n=ce(e);return fe(n),a(),n}function Ee(e){for(var t=e.start,n=t.comments_before,i=v(t,"comments_before_length")?t.comments_before_length:n.length;--i>=0;){var r=n[i];if(/[@#]__PURE__/.test(r.value)){e.pure=r;break}}}var he=function(e,t){var r,o=e.start;if(i("punc","."))return a(),he(new mt({start:o,expression:e,property:(r=n.token,"name"!=r.type&&f(),a(),r.value),end:u()}),t);if(i("punc","[")){a();var s=Nt(!0);return _("]"),he(new Et({start:o,expression:e,property:s,end:u()}),t)}if(t&&i("punc","(")){a();var c=new ft({start:o,expression:e,args:Se(),end:u()});return Ee(c),he(c,!0)}return i("template_head")?he(new Be({start:o,prefix:e,template_string:X(),end:u()}),t):e},Se=A(function(){for(var e=[];!i("punc",")");)i("expand","...")?(a(),e.push(new we({start:u(),expression:Nt(!1),end:u()}))):e.push(Nt(!1)),i("punc",")")||(_(","),i("punc",")")&&t.ecma<8&&f());return a(),e}),Te=function(e,t){var r=n.token;if("name"==r.type&&"await"==r.value){if(h())return a(),h()||c("Unexpected await expression outside async function",n.prev.line,n.prev.col,n.prev.pos),new hn({start:u(),end:n.token,expression:Te(!0)});n.input.has_directive("use strict")&&l(n.token,"Unexpected await identifier inside strict mode")}if(i("operator")&&ne(r.value)){a(),T();var o=Me(Dt,r,Te(e));return o.start=r,o.end=u(),o}for(var s=H(e,t);i("operator")&&ie(n.token.value)&&!d(n.token);)s instanceof Le&&f(),(s=Me(gt,n.token,s)).start=r,s.end=n.token,a();return s};function Me(e,t,i){var r=t.value;switch(r){case"++":case"--":We(i)||c("Invalid use of "+r+" operator",t.line,t.col,t.pos);break;case"delete":i instanceof Zt&&n.input.has_directive("use strict")&&c("Calling delete on expression not allowed in strict mode",i.start.line,i.start.col,i.start.pos)}return new e({operator:r,expression:i})}var Ge=function(e,t,r){var o=i("operator")?n.token.value:null;"in"==o&&r&&(o=null),"**"==o&&e instanceof Dt&&!J(e.start,"punc","(")&&"--"!==e.operator&&"++"!==e.operator&&f(e.start);var s=null!=o?oe[o]:null;if(null!=s&&(s>t||"**"===o&&t===s)){a();var u=Ge(Te(!0),s,r);return Ge(new St({start:e.start,left:e,operator:o,right:u,end:u.end}),t,r)}return e};var He=function(e){var t=n.token,r=function(e){return Ge(Te(!0,!0),0,e)}(e);if(i("operator","?")){a();var o=Nt(!1);return _(":"),new At({start:t,condition:r,consequent:o,alternative:Nt(!1,e),end:u()})}return r};function We(e){return e instanceof dt||e instanceof Zt}function Ze(e){if(e instanceof yt)e=new Pe({start:e.start,names:e.properties.map(Ze),is_array:!1,end:e.end});else if(e instanceof bt){for(var t=[],n=0;n=0;)o+="this."+t[a]+" = props."+t[a]+";";var s=i&&new i;(s&&s.initialize||n&&n.initialize)&&(o+="this.initialize();"),o+="}}";var u=new Function(o)();if(s&&(u.prototype=s,u.BASE=i),i&&i.SUBCLASSES.push(u),u.prototype.CTOR=u,u.PROPS=t||null,u.SELF_PROPS=r,u.SUBCLASSES=[],e&&(u.prototype.TYPE=u.TYPE=e),n)for(a in n)v(n,a)&&(/^\$/.test(a)?u[a.substr(1)]=n[a]:u.prototype[a]=n[a]);return u.DEFMETHOD=function(e,t){this.prototype[e]=t},u}var ce=ue("Token","type value line col pos endline endcol endpos nlb comments_before comments_after file raw",{},null),le=ue("Node","start end",{_clone:function(e){if(e){var t=this.clone();return t.transform(new Sn(function(e){if(e!==t)return e.clone(!0)}))}return new this.CTOR(this)},clone:function(e){return this._clone(e)},$documentation:"Base class of all AST nodes",$propdoc:{start:"[AST_Token] The first token of this node",end:"[AST_Token] The last token of this node"},_walk:function(e){return e._visit(this)},walk:function(e){return this._walk(e)}},null);le.warn_function=null,le.warn=function(e,t){le.warn_function&&le.warn_function(E(e,t))};var fe=ue("Statement",null,{$documentation:"Base class of all statements"}),pe=ue("Debugger",null,{$documentation:"Represents a debugger statement"},fe),_e=ue("Directive","value quote",{$documentation:'Represents a directive, like "use strict";',$propdoc:{value:"[string] The value of this directive as a plain string (it's not an AST_String!)",quote:"[string] the original quote character"}},fe),de=ue("SimpleStatement","body",{$documentation:"A statement consisting of an expression, i.e. a = 1 + 2",$propdoc:{body:"[AST_Node] an expression node (should not be instanceof AST_Statement)"},_walk:function(e){return e._visit(this,function(){this.body._walk(e)})}},fe);function me(e,t){var n=e.body;if(n instanceof le)n._walk(t);else for(var i=0,r=n.length;i SymbolDef for all variables/functions defined in this scope",functions:"[Object/S] like `variables`, but only lists function declarations",uses_with:"[boolean/S] tells whether this scope uses the `with` statement",uses_eval:"[boolean/S] tells whether this scope contains a direct call to the global `eval`",parent_scope:"[AST_Scope?/S] link to the parent scope",enclosed:"[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes",cname:"[integer/S] current index for mangling variables (used internally by the mangler)"},get_defun_scope:function(){for(var e=this;e.is_block_scope();)e=e.parent_scope;return e},clone:function(e){var t=this._clone(e);return this.variables&&(t.variables=this.variables.clone()),this.functions&&(t.functions=this.functions.clone()),this.enclosed&&(t.enclosed=this.enclosed.slice()),t},pinned:function(){return this.uses_eval||this.uses_with}},he),Ne=ue("Toplevel","globals",{$documentation:"The toplevel scope",$propdoc:{globals:"[Object/S] a map of name -> SymbolDef for all undeclared names"},wrap_commonjs:function(e){var t=this.body,n="(function(exports){'$ORIG';})(typeof "+e+"=='undefined'?("+e+"={}):"+e+");";return n=(n=se(n)).transform(new Sn(function(e){if(e instanceof _e&&"$ORIG"==e.value)return d.splice(t)}))},wrap_enclose:function(e){"string"!=typeof e&&(e="");var t=e.indexOf(":");t<0&&(t=e.length);var n=this.body;return se(["(function(",e.slice(0,t),'){"$ORIG"})(',e.slice(t+1),")"].join("")).transform(new Sn(function(e){if(e instanceof _e&&"$ORIG"==e.value)return d.splice(n)}))}},Me),we=ue("Expansion","expression",{$documentation:"An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list",$propdoc:{expression:"[AST_Node] the thing to be expanded"},_walk:function(e){var t=this;return e._visit(this,function(){t.expression.walk(e)})}}),xe=ue("Lambda","name argnames uses_arguments is_generator async",{$documentation:"Base class for functions",$propdoc:{name:"[AST_SymbolDeclaration?] the name of this function",argnames:"[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments",uses_arguments:"[boolean/S] tells whether this function accesses the arguments array",is_generator:"[boolean] is this a generator method",async:"[boolean] is this method async"},args_as_names:function(){for(var e=[],t=0;t b)"},xe),Ve=ue("Defun","inlined",{$documentation:"A function definition"},xe),Pe=ue("Destructuring","names is_array",{$documentation:"A destructuring of several names. Used in destructuring assignment and with destructuring function argument names",$propdoc:{names:"[AST_Node*] Array of properties or elements",is_array:"[Boolean] Whether the destructuring represents an object or array"},_walk:function(e){return e._visit(this,function(){this.names.forEach(function(t){t._walk(e)})})},all_symbols:function(){var e=[];return this.walk(new gn(function(t){t instanceof kt&&e.push(t),t instanceof we&&e.push(t.expression)})),e}}),Be=ue("PrefixedTemplateString","template_string prefix",{$documentation:"A templatestring with a prefix, such as String.raw`foobarbaz`",$propdoc:{template_string:"[AST_TemplateString] The template string",prefix:"[AST_SymbolRef|AST_PropAccess] The prefix, which can be a symbol such as `foo` or a dotted expression such as `String.raw`."},_walk:function(e){this.prefix._walk(e),this.template_string._walk(e)}}),Ke=ue("TemplateString","segments",{$documentation:"A template string literal",$propdoc:{segments:"[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment."},_walk:function(e){return e._visit(this,function(){this.segments.forEach(function(t){t._walk(e)})})}}),Ue=ue("TemplateSegment","value raw",{$documentation:"A segment of a template string literal",$propdoc:{value:"Content of the segment",raw:"Raw content of the segment"}}),Ge=ue("Jump",null,{$documentation:"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)"},fe),He=ue("Exit","value",{$documentation:"Base class for “exits” (`return` and `throw`)",$propdoc:{value:"[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return"},_walk:function(e){return e._visit(this,this.value&&function(){this.value._walk(e)})}},Ge),Xe=ue("Return",null,{$documentation:"A `return` statement"},He),ze=ue("Throw",null,{$documentation:"A `throw` statement"},He),We=ue("LoopControl","label",{$documentation:"Base class for loop control statements (`break` and `continue`)",$propdoc:{label:"[AST_LabelRef?] the label, or null if none"},_walk:function(e){return e._visit(this,this.label&&function(){this.label._walk(e)})}},Ge),Ye=ue("Break",null,{$documentation:"A `break` statement"},We),qe=ue("Continue",null,{$documentation:"A `continue` statement"},We),$e=ue("If","condition alternative",{$documentation:"A `if` statement",$propdoc:{condition:"[AST_Node] the `if` condition",alternative:"[AST_Statement?] the `else` part, or null if not present"},_walk:function(e){return e._visit(this,function(){this.condition._walk(e),this.body._walk(e),this.alternative&&this.alternative._walk(e)})}},Se),je=ue("Switch","expression",{$documentation:"A `switch` statement",$propdoc:{expression:"[AST_Node] the `switch` “discriminant”"},_walk:function(e){return e._visit(this,function(){this.expression._walk(e),me(this,e)})}},he),Ze=ue("SwitchBranch",null,{$documentation:"Base class for `switch` branches"},he),Qe=ue("Default",null,{$documentation:"A `default` switch branch"},Ze),Je=ue("Case","expression",{$documentation:"A `case` switch branch",$propdoc:{expression:"[AST_Node] the `case` expression"},_walk:function(e){return e._visit(this,function(){this.expression._walk(e),me(this,e)})}},Ze),et=ue("Try","bcatch bfinally",{$documentation:"A `try` statement",$propdoc:{bcatch:"[AST_Catch?] the catch block, or null if not present",bfinally:"[AST_Finally?] the finally block, or null if not present"},_walk:function(e){return e._visit(this,function(){me(this,e),this.bcatch&&this.bcatch._walk(e),this.bfinally&&this.bfinally._walk(e)})}},he),tt=ue("Catch","argname",{$documentation:"A `catch` node; only makes sense as part of a `try` statement",$propdoc:{argname:"[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception"},_walk:function(e){return e._visit(this,function(){this.argname&&this.argname._walk(e),me(this,e)})}},he),nt=ue("Finally",null,{$documentation:"A `finally` node; only makes sense as part of a `try` statement"},he),it=ue("Definitions","definitions",{$documentation:"Base class for `var` or `const` nodes (variable declarations/initializations)",$propdoc:{definitions:"[AST_VarDef*] array of variable definitions"},_walk:function(e){return e._visit(this,function(){for(var t=this.definitions,n=0,i=t.length;n a`"},St),bt=ue("Array","elements",{$documentation:"An array literal",$propdoc:{elements:"[AST_Node*] array of elements"},_walk:function(e){return e._visit(this,function(){for(var t=this.elements,n=0,i=t.length;n=0;){var i=t[n];if(i instanceof e)return i}},has_directive:function(e){var t=this.directives[e];if(t)return t;var n=this.stack[this.stack.length-1];if(n instanceof Me&&n.body)for(var i=0;i=0;){if((i=t[n])instanceof Ae&&i.label.name==e.label.name)return i.body}else for(n=t.length;--n>=0;){var i;if((i=t[n])instanceof ve||e instanceof Ye&&i instanceof je)return i}}},Sn.prototype=new gn;var An=Object.freeze({AST_Accessor:ke,AST_Array:bt,AST_Arrow:Le,AST_Assign:vt,AST_Atom:un,AST_Await:hn,AST_Binary:St,AST_Block:he,AST_BlockStatement:De,AST_Boolean:dn,AST_Break:Ye,AST_Call:ft,AST_Case:Je,AST_Catch:tt,AST_Class:Nt,AST_ClassExpression:xt,AST_ConciseMethod:Mt,AST_Conditional:At,AST_Const:at,AST_Constant:rn,AST_Continue:qe,AST_Debugger:pe,AST_Default:Qe,AST_DefaultAssign:Tt,AST_DefClass:wt,AST_Definitions:it,AST_Defun:Ve,AST_Destructuring:Pe,AST_Directive:_e,AST_Do:be,AST_Dot:mt,AST_DWLoop:Te,AST_EmptyStatement:ge,AST_Exit:He,AST_Expansion:we,AST_Export:ct,AST_False:mn,AST_Finally:nt,AST_For:Ce,AST_ForIn:Oe,AST_ForOf:Fe,AST_Function:Ie,AST_Hole:pn,AST_If:$e,AST_Import:ut,AST_Infinity:_n,AST_IterationStatement:ve,AST_Jump:Ge,AST_Label:jt,AST_LabeledStatement:Ae,AST_LabelRef:en,AST_Lambda:xe,AST_Let:ot,AST_LoopControl:We,AST_NameMapping:st,AST_NaN:ln,AST_New:pt,AST_NewTarget:It,AST_Node:le,AST_Null:cn,AST_Number:an,AST_Object:yt,AST_ObjectGetter:Rt,AST_ObjectKeyVal:Ot,AST_ObjectProperty:Ct,AST_ObjectSetter:Ft,AST_PrefixedTemplateString:Be,AST_PropAccess:dt,AST_RegExp:sn,AST_Return:Xe,AST_Scope:Me,AST_Sequence:_t,AST_SimpleStatement:de,AST_Statement:fe,AST_StatementWithBody:Se,AST_String:on,AST_Sub:Et,AST_Super:nn,AST_Switch:je,AST_SwitchBranch:Ze,AST_Symbol:kt,AST_SymbolBlockDeclaration:Pt,AST_SymbolCatch:Yt,AST_SymbolClass:Wt,AST_SymbolConst:Bt,AST_SymbolDeclaration:Lt,AST_SymbolDefClass:zt,AST_SymbolDefun:Gt,AST_SymbolExport:Qt,AST_SymbolExportForeign:Jt,AST_SymbolFunarg:Ut,AST_SymbolImport:qt,AST_SymbolImportForeign:$t,AST_SymbolLambda:Xt,AST_SymbolLet:Kt,AST_SymbolMethod:Ht,AST_SymbolRef:Zt,AST_SymbolVar:Vt,AST_TemplateSegment:Ue,AST_TemplateString:Ke,AST_This:tn,AST_Throw:ze,AST_Token:ce,AST_Toplevel:Ne,AST_True:En,AST_Try:et,AST_Unary:ht,AST_UnaryPostfix:gt,AST_UnaryPrefix:Dt,AST_Undefined:fn,AST_Var:rt,AST_VarDef:lt,AST_While:ye,AST_With:Re,AST_Yield:Dn,TreeTransformer:Sn,TreeWalker:gn,walk_body:me});!function(e){function t(t,n){t.DEFMETHOD("transform",function(t,i){var r,o;return t.push(this),t.before&&(r=t.before(this,n,i)),r===e&&(n(r=this,t),t.after&&(o=t.after(r,i))!==e&&(r=o)),t.pop(),r})}function n(e,t){return d(e,function(e){return e.transform(t,!0)})}t(le,c),t(Ae,function(e,t){e.label=e.label.transform(t),e.body=e.body.transform(t)}),t(de,function(e,t){e.body=e.body.transform(t)}),t(he,function(e,t){e.body=n(e.body,t)}),t(be,function(e,t){e.body=e.body.transform(t),e.condition=e.condition.transform(t)}),t(ye,function(e,t){e.condition=e.condition.transform(t),e.body=e.body.transform(t)}),t(Ce,function(e,t){e.init&&(e.init=e.init.transform(t)),e.condition&&(e.condition=e.condition.transform(t)),e.step&&(e.step=e.step.transform(t)),e.body=e.body.transform(t)}),t(Oe,function(e,t){e.init=e.init.transform(t),e.object=e.object.transform(t),e.body=e.body.transform(t)}),t(Re,function(e,t){e.expression=e.expression.transform(t),e.body=e.body.transform(t)}),t(He,function(e,t){e.value&&(e.value=e.value.transform(t))}),t(We,function(e,t){e.label&&(e.label=e.label.transform(t))}),t($e,function(e,t){e.condition=e.condition.transform(t),e.body=e.body.transform(t),e.alternative&&(e.alternative=e.alternative.transform(t))}),t(je,function(e,t){e.expression=e.expression.transform(t),e.body=n(e.body,t)}),t(Je,function(e,t){e.expression=e.expression.transform(t),e.body=n(e.body,t)}),t(et,function(e,t){e.body=n(e.body,t),e.bcatch&&(e.bcatch=e.bcatch.transform(t)),e.bfinally&&(e.bfinally=e.bfinally.transform(t))}),t(tt,function(e,t){e.argname&&(e.argname=e.argname.transform(t)),e.body=n(e.body,t)}),t(it,function(e,t){e.definitions=n(e.definitions,t)}),t(lt,function(e,t){e.name=e.name.transform(t),e.value&&(e.value=e.value.transform(t))}),t(Pe,function(e,t){e.names=n(e.names,t)}),t(xe,function(e,t){e.name&&(e.name=e.name.transform(t)),e.argnames=n(e.argnames,t),e.body instanceof le?e.body=e.body.transform(t):e.body=n(e.body,t)}),t(ft,function(e,t){e.expression=e.expression.transform(t),e.args=n(e.args,t)}),t(_t,function(e,t){e.expressions=n(e.expressions,t)}),t(mt,function(e,t){e.expression=e.expression.transform(t)}),t(Et,function(e,t){e.expression=e.expression.transform(t),e.property=e.property.transform(t)}),t(Dn,function(e,t){e.expression&&(e.expression=e.expression.transform(t))}),t(hn,function(e,t){e.expression=e.expression.transform(t)}),t(ht,function(e,t){e.expression=e.expression.transform(t)}),t(St,function(e,t){e.left=e.left.transform(t),e.right=e.right.transform(t)}),t(At,function(e,t){e.condition=e.condition.transform(t),e.consequent=e.consequent.transform(t),e.alternative=e.alternative.transform(t)}),t(bt,function(e,t){e.elements=n(e.elements,t)}),t(yt,function(e,t){e.properties=n(e.properties,t)}),t(Ct,function(e,t){e.key instanceof le&&(e.key=e.key.transform(t)),e.value=e.value.transform(t)}),t(Nt,function(e,t){e.name&&(e.name=e.name.transform(t)),e.extends&&(e.extends=e.extends.transform(t)),e.properties=n(e.properties,t)}),t(we,function(e,t){e.expression=e.expression.transform(t)}),t(st,function(e,t){e.foreign_name=e.foreign_name.transform(t),e.name=e.name.transform(t)}),t(ut,function(e,t){e.imported_name&&(e.imported_name=e.imported_name.transform(t)),e.imported_names&&n(e.imported_names,t),e.module_name=e.module_name.transform(t)}),t(ct,function(e,t){e.exported_definition&&(e.exported_definition=e.exported_definition.transform(t)),e.exported_value&&(e.exported_value=e.exported_value.transform(t)),e.exported_names&&n(e.exported_names,t),e.module_name&&(e.module_name=e.module_name.transform(t))}),t(Ke,function(e,t){e.segments=n(e.segments,t)}),t(Be,function(e,t){e.prefix=e.prefix.transform(t),e.template_string=e.template_string.transform(t)})}();var vn=/^$|[;{][\s\n]*$/;function Tn(e){return"comment2"==e.type&&/@preserve|@license|@cc_on/i.test(e.value)}function bn(e){var t=!e;void 0===(e=s(e,{ascii_only:!1,beautify:!1,braces:!1,comments:!1,ecma:5,ie8:!1,indent_level:4,indent_start:0,inline_script:!0,keep_quoted_props:!1,max_line_len:!1,preamble:null,quote_keys:!1,quote_style:0,safari10:!1,semicolons:!0,shebang:!0,shorthand:void 0,source_map:null,webkit:!1,width:80,wrap_iife:!1},!0)).shorthand&&(e.shorthand=e.ecma>5);var n=l;if(e.comments){var i=e.comments;if("string"==typeof e.comments&&/^\/.*\/[a-zA-Z]*$/.test(e.comments)){var r=e.comments.lastIndexOf("/");i=new RegExp(e.comments.substr(1,r-1),e.comments.substr(r+1))}n=i instanceof RegExp?function(e){return"comment5"!=e.type&&i.test(e.value)}:"function"==typeof i?function(e){return"comment5"!=e.type&&i(this,e)}:"some"===i?Tn:f}var o=0,a=0,u=1,p=0,_="",d=e.ascii_only?function(t,n){return e.ecma>=6&&(t=t.replace(/[\ud800-\udbff][\udc00-\udfff]/g,function(e){var t,n;return"\\u{"+(t=e,n=0,X(t.charAt(n))?65536+(t.charCodeAt(n)-55296<<10)+t.charCodeAt(n+1)-56320:t.charCodeAt(n)).toString(16)+"}"})),t.replace(/[\u0000-\u001f\u007f-\uffff]/g,function(e){var t=e.charCodeAt(0).toString(16);if(t.length<=2&&!n){for(;t.length<2;)t="0"+t;return"\\x"+t}for(;t.length<4;)t="0"+t;return"\\u"+t})}:function(e){for(var t="",n=0,i=e.length;nr?o():a()}}(t,n);return e.inline_script&&(i=(i=(i=i.replace(/<\x2f(script)([>\/\t\n\f\r ])/gi,"<\\/$1$2")).replace(/\x3c!--/g,"\\x3c!--")).replace(/--\x3e/g,"--\\x3e")),i}function E(t){return function e(t,n){if(n<=0)return"";if(1==n)return t;var i=e(t,n>>1);return i+=i,1&n&&(i+=t),i}(" ",e.indent_start+o-t*e.indent_level)}var h,D,A=!1,v=!1,T=!1,b=0,y=!1,C=!1,O=-1,F="",R=e.source_map&&[],M=R?function(){R.forEach(function(t){try{e.source_map.add(t.token.file,t.line,t.col,t.token.line,t.token.col,t.name||"name"!=t.token.type?t.name:t.token.value)}catch(e){null!=t.token.file&&le.warn("Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]",{file:t.token.file,line:t.token.line,col:t.token.col,cline:t.line,ccol:t.col,name:t.name||""})}}),R=[]}:c,N=e.max_line_len?function(){if(a>e.max_line_len){if(b){var t=_.slice(0,b),n=_.slice(b);if(R){var i=n.length-a;R.forEach(function(e){e.line++,e.col+=i})}_=t+"\n"+n,u++,p++,a=n.length}a>e.max_line_len&&le.warn("Output exceeds {max_line_len} characters",e)}b&&(b=0,M())}:c,w=g("( [ + * / - , . `");function x(t){var n=H(t=String(t),0);y&&n&&(y=!1,"\n"!==n&&(x("\n"),I())),C&&n&&(C=!1,/[\s;})]/.test(n)||k()),O=-1;var i=F.charAt(F.length-1);T&&(T=!1,(":"!==i||"}"!==n)&&(n&&";}".includes(n)||";"===i)||(e.semicolons||w(n)?(_+=";",a++,p++):(N(),_+="\n",p++,u++,a=0,/^\s+$/.test(t)&&(T=!0)),e.beautify||(v=!1))),v&&(($(i)&&($(n)||"\\"==n)||"/"==n&&n==i||("+"==n||"-"==n)&&n==F)&&(_+=" ",a++,p++),v=!1),h&&(R.push({token:h,name:D,line:u,col:a}),h=!1,b||M()),_+=t,A="("==t[t.length-1],p+=t.length;var r=t.split(/\r?\n/),o=r.length-1;u+=o,a+=r[0].length,o>0&&(N(),a=r[o].length),F=t}var k=e.beautify?function(){x(" ")}:function(){v=!0},I=e.beautify?function(t){e.beautify&&x(E(t?.5:0))}:c,L=e.beautify?function(e,t){!0===e&&(e=K());var n=o;o=e;var i=t();return o=n,i}:function(e,t){return t()},V=e.beautify?function(){if(O<0)return x("\n");"\n"!=_[O]&&(_=_.slice(0,O)+"\n"+_.slice(O),p++,u++),O++}:e.max_line_len?function(){N(),b=_.length}:c,P=e.beautify?function(){x(";")}:function(){T=!0};function B(){T=!1,x(";")}function K(){return o+e.indent_level}function U(){return b&&N(),_}function G(){var e=_.lastIndexOf("\n");return/^ *$/.test(_.slice(e+1))}var W=[];return{get:U,toString:U,indent:I,indentation:function(){return o},current_width:function(){return a-o},should_break:function(){return e.width&&this.current_width()>=e.width},has_parens:function(){return A},newline:V,print:x,star:function(){x("*")},space:k,comma:function(){x(","),k()},colon:function(){x(":"),k()},last:function(){return F},semicolon:P,force_semicolon:B,to_utf8:d,print_name:function(e){x(function(e){return e=e.toString(),e=d(e,!0)}(e))},print_string:function(e,t,n){var i=m(e,t);!0!==n||i.includes("\\")||(vn.test(_)||B(),B()),x(i)},print_template_string_chars:function(e){var t=m(e,"`").replace(/\${/g,"\\${");return x(t.substr(1,t.length-2))},encode_string:m,next_indent:K,with_indent:L,with_block:function(e){var t;return x("{"),V(),L(K(),function(){t=e()}),I(),x("}"),t},with_parens:function(e){x("(");var t=e();return x(")"),t},with_square:function(e){x("[");var t=e();return x("]"),t},add_mapping:R?function(e,t){h=e,D=t}:c,option:function(t){return e[t]},prepend_comments:t?c:function(t){var i=this,r=t.start;if(r&&(!r.comments_before||r.comments_before._dumped!==i)){var o=r.comments_before;if(o||(o=r.comments_before=[]),o._dumped=i,t instanceof He&&t.value){var a=new gn(function(e){var t=a.parent();if(!(t instanceof He||t instanceof St&&t.left===e||"Call"==t.TYPE&&t.expression===e||t instanceof At&&t.condition===e||t instanceof mt&&t.expression===e||t instanceof _t&&t.expressions[0]===e||t instanceof Et&&t.expression===e||t instanceof gt))return!0;if(e.start){var n=e.start.comments_before;n&&n._dumped!==i&&(n._dumped=i,o=o.concat(n))}});a.push(t),t.value.walk(a)}if(0==p){o.length>0&&e.shebang&&"comment5"==o[0].type&&(x("#!"+o.shift().value+"\n"),I());var s=e.preamble;s&&x(s.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g,"\n"))}if(0!=(o=o.filter(n,t)).length){var u=G();o.forEach(function(e,t){u||(e.nlb?(x("\n"),I(),u=!0):t>0&&k()),/comment[134]/.test(e.type)?(x("//"+e.value.replace(/[@#]__PURE__/g," ")+"\n"),I(),u=!0):"comment2"==e.type&&(x("/*"+e.value.replace(/[@#]__PURE__/g," ")+"*/"),u=!1)}),u||(r.nlb?(x("\n"),I()):k())}}},append_comments:t||n===l?c:function(e,t){var i=e.end;if(i){var r=i[t?"comments_before":"comments_after"];if(r&&r._dumped!==this&&(e instanceof fe||S(r,function(e){return!/comment[134]/.test(e.type)}))){r._dumped=this;var o=_.length;r.filter(n,e).forEach(function(e,n){C=!1,y?(x("\n"),I(),y=!1):e.nlb&&(n>0||!G())?(x("\n"),I()):(n>0||!t)&&k(),/comment[134]/.test(e.type)?(x("//"+e.value.replace(/[@#]__PURE__/g," ")),y=!0):"comment2"==e.type&&(x("/*"+e.value.replace(/[@#]__PURE__/g," ")+"*/"),C=!0)}),_.length>o&&(O=o)}}},line:function(){return u},col:function(){return a},pos:function(){return p},push_node:function(e){W.push(e)},pop_node:function(){return W.pop()},parent:function(e){return W[W.length-2-(e||0)]}}}function yn(e,t,n){this.name=t.name,this.orig=[t],this.init=n,this.eliminated=0,this.scope=e,this.references=[],this.replaced=0,this.global=!1,this.export=!1,this.mangled_name=null,this.undeclared=!1,this.id=yn.next_id++}!function(){function e(e,t){e.DEFMETHOD("_codegen",t)}var t=!1,n=null,i=null;function r(e,t){Array.isArray(e)?e.forEach(function(e){r(e,t)}):e.DEFMETHOD("needs_parens",t)}function o(e,n,i,r){var o=e.length-1;t=r,e.forEach(function(e,r){!0!==t||e instanceof _e||e instanceof ge||e instanceof de&&e.body instanceof on||(t=!1),e instanceof ge||(i.indent(),e.print(i),r==o&&n||(i.newline(),n&&i.newline())),!0===t&&e instanceof de&&e.body instanceof on&&(t=!1)}),t=!1}function a(e,t){t.print("{"),t.with_indent(t.next_indent(),function(){t.append_comments(e,!0)}),t.print("}")}function s(e,t,n){e.body.length>0?t.with_block(function(){o(e.body,!1,t,n)}):a(e,t)}function u(e,t,n){var i=!1;n&&e.walk(new gn(function(e){return!!(i||e instanceof Me)||(e instanceof St&&"in"==e.operator?(i=!0,!0):void 0)})),e.print(t,i)}function f(e,t,n){n.option("quote_keys")?n.print_string(e):""+ +e==e&&e>=0?n.print(d(e)):(O(e)?!n.option("ie8"):j(e))?t&&n.option("keep_quoted_props")?n.print_string(e,t):n.print_name(e):n.print_string(e,t)}function p(e,t){t.option("braces")?m(e,t):!e||e instanceof ge?t.force_semicolon():e.print(t)}function _(e,t){return e.args.length>0||t.option("beautify")}function d(e){var t,n=[e.toString(10).replace(/^0\./,".").replace("e+","e")];return Math.floor(e)===e?(n.push((e>=0?"0x":"-0x")+e.toString(16).toLowerCase()),(t=/^(.*?)(0{3,})$/.exec(e))&&n.push(t[1]+"e"+t[2].length)):(t=/^0?\.(0+)(.*)$/.exec(e))&&n.push(t[2]+"e-"+(t[1].length+t[2].length)),function(e){for(var t=e[0],n=t.length,i=1;io||i==o&&(this===t.right||"**"==n))return!0}}),r(Dn,function(e){var t=e.parent();return t instanceof St&&"="!==t.operator||(t instanceof ft&&t.expression===this||(t instanceof At&&t.condition===this||(t instanceof ht||(t instanceof dt&&t.expression===this||void 0))))}),r(dt,function(e){var t=e.parent();if(t instanceof pt&&t.expression===this){var n=!1;return this.walk(new gn(function(e){return!!(n||e instanceof Me)||(e instanceof ft?(n=!0,!0):void 0)})),n}}),r(ft,function(e){var t,n=e.parent();return!!(n instanceof pt&&n.expression===this||n instanceof ct&&n.is_default&&this.expression instanceof Ie)||this.expression instanceof Ie&&n instanceof dt&&n.expression===this&&(t=e.parent(1))instanceof vt&&t.left===n}),r(pt,function(e){var t=e.parent();if(!_(this,e)&&(t instanceof dt||t instanceof ft&&t.expression===this))return!0}),r(an,function(e){var t=e.parent();if(t instanceof dt&&t.expression===this){var n=this.getValue();if(n<0||/^0/.test(d(n)))return!0}}),r([vt,At],function(e){var t=e.parent();return t instanceof ht||(t instanceof St&&!(t instanceof vt)||(t instanceof ft&&t.expression===this||(t instanceof At&&t.condition===this||(t instanceof dt&&t.expression===this||(this instanceof vt&&this.left instanceof Pe&&!1===this.left.is_array||void 0)))))}),e(_e,function(e,t){t.print_string(e.value,e.quote),t.semicolon()}),e(we,function(e,t){t.print("..."),e.expression.print(t)}),e(Pe,function(e,t){t.print(e.is_array?"[":"{");var n=e.names.length;e.names.forEach(function(e,i){i>0&&t.comma(),e.print(t),i==n-1&&e instanceof pn&&t.comma()}),t.print(e.is_array?"]":"}")}),e(pe,function(e,t){t.print("debugger"),t.semicolon()}),Se.DEFMETHOD("_do_print_body",function(e){p(this.body,e)}),e(fe,function(e,t){e.body.print(t),t.semicolon()}),e(Ne,function(e,t){o(e.body,!0,t,!0),t.print("")}),e(Ae,function(e,t){e.label.print(t),t.colon(),e.body.print(t)}),e(de,function(e,t){e.body.print(t),t.semicolon()}),e(De,function(e,t){s(e,t)}),e(ge,function(e,t){t.semicolon()}),e(be,function(e,t){t.print("do"),t.space(),m(e.body,t),t.space(),t.print("while"),t.space(),t.with_parens(function(){e.condition.print(t)}),t.semicolon()}),e(ye,function(e,t){t.print("while"),t.space(),t.with_parens(function(){e.condition.print(t)}),t.space(),e._do_print_body(t)}),e(Ce,function(e,t){t.print("for"),t.space(),t.with_parens(function(){e.init?(e.init instanceof it?e.init.print(t):u(e.init,t,!0),t.print(";"),t.space()):t.print(";"),e.condition?(e.condition.print(t),t.print(";"),t.space()):t.print(";"),e.step&&e.step.print(t)}),t.space(),e._do_print_body(t)}),e(Oe,function(e,t){t.print("for"),e.await&&(t.space(),t.print("await")),t.space(),t.with_parens(function(){e.init.print(t),t.space(),t.print(e instanceof Fe?"of":"in"),t.space(),e.object.print(t)}),t.space(),e._do_print_body(t)}),e(Re,function(e,t){t.print("with"),t.space(),t.with_parens(function(){e.expression.print(t)}),t.space(),e._do_print_body(t)}),xe.DEFMETHOD("_do_print",function(e,t){var n=this;t||(n.async&&(e.print("async"),e.space()),e.print("function"),n.is_generator&&e.star(),n.name&&e.space()),n.name instanceof kt?n.name.print(e):t&&n.name instanceof le&&e.with_square(function(){n.name.print(e)}),e.with_parens(function(){n.argnames.forEach(function(t,n){n&&e.comma(),t.print(e)})}),e.space(),s(n,e,!0)}),e(xe,function(e,t){e._do_print(t)}),e(Be,function(e,t){var n=e.prefix,i=n instanceof Le||n instanceof St||n instanceof At||n instanceof _t||n instanceof ht;i&&t.print("("),e.prefix.print(t),i&&t.print(")"),e.template_string.print(t)}),e(Ke,function(e,t){var n=t.parent()instanceof Be;t.print("`");for(var i=0;i"),e.space(),t.body instanceof le?t.body.print(e):s(t,e),i&&e.print(")")}),He.DEFMETHOD("_do_print",function(e,t){e.print(t),this.value&&(e.space(),this.value.print(e)),e.semicolon()}),e(Xe,function(e,t){e._do_print(t,"return")}),e(ze,function(e,t){e._do_print(t,"throw")}),e(Dn,function(e,t){var n=e.is_star?"*":"";t.print("yield"+n),e.expression&&(t.space(),e.expression.print(t))}),e(hn,function(e,t){t.print("await"),t.space();var n=e.expression,i=!(n instanceof ft||n instanceof Zt||n instanceof dt||n instanceof ht||n instanceof rn);i&&t.print("("),e.expression.print(t),i&&t.print(")")}),We.DEFMETHOD("_do_print",function(e,t){e.print(t),this.label&&(e.space(),this.label.print(e)),e.semicolon()}),e(Ye,function(e,t){e._do_print(t,"break")}),e(qe,function(e,t){e._do_print(t,"continue")}),e($e,function(e,t){t.print("if"),t.space(),t.with_parens(function(){e.condition.print(t)}),t.space(),e.alternative?(!function(e,t){var n=e.body;if(t.option("braces")||t.option("ie8")&&n instanceof be)return m(n,t);if(!n)return t.force_semicolon();for(;;)if(n instanceof $e){if(!n.alternative)return void m(e.body,t);n=n.alternative}else{if(!(n instanceof Se))break;n=n.body}p(e.body,t)}(e,t),t.space(),t.print("else"),t.space(),e.alternative instanceof $e?e.alternative.print(t):p(e.alternative,t)):e._do_print_body(t)}),e(je,function(e,t){t.print("switch"),t.space(),t.with_parens(function(){e.expression.print(t)}),t.space();var n=e.body.length-1;n<0?a(e,t):t.with_block(function(){e.body.forEach(function(e,i){t.indent(!0),e.print(t),i0&&t.newline()})})}),Ze.DEFMETHOD("_do_print_body",function(e){e.newline(),this.body.forEach(function(t){e.indent(),t.print(e),e.newline()})}),e(Qe,function(e,t){t.print("default:"),e._do_print_body(t)}),e(Je,function(e,t){t.print("case"),t.space(),e.expression.print(t),t.print(":"),e._do_print_body(t)}),e(et,function(e,t){t.print("try"),t.space(),s(e,t),e.bcatch&&(t.space(),e.bcatch.print(t)),e.bfinally&&(t.space(),e.bfinally.print(t))}),e(tt,function(e,t){t.print("catch"),e.argname&&(t.space(),t.with_parens(function(){e.argname.print(t)})),t.space(),s(e,t)}),e(nt,function(e,t){t.print("finally"),t.space(),s(e,t)}),it.DEFMETHOD("_do_print",function(e,t){e.print(t),e.space(),this.definitions.forEach(function(t,n){n&&e.comma(),t.print(e)});var n=e.parent();(!(n instanceof Ce||n instanceof Oe)||n&&n.init!==this)&&e.semicolon()}),e(ot,function(e,t){e._do_print(t,"let")}),e(rt,function(e,t){e._do_print(t,"var")}),e(at,function(e,t){e._do_print(t,"const")}),e(ut,function(e,t){t.print("import"),t.space(),e.imported_name&&e.imported_name.print(t),e.imported_name&&e.imported_names&&(t.print(","),t.space()),e.imported_names&&(1===e.imported_names.length&&"*"===e.imported_names[0].foreign_name.name?e.imported_names[0].print(t):(t.print("{"),e.imported_names.forEach(function(n,i){t.space(),n.print(t),i0&&(e.comma(),e.should_break()&&(e.newline(),e.indent())),t.print(e)})}),e(_t,function(e,t){e._do_print(t)}),e(mt,function(e,t){var n=e.expression;n.print(t);var i=e.property;t.option("ie8")&&O(i)?(t.print("["),t.add_mapping(e.end),t.print_string(i),t.print("]")):(n instanceof an&&n.getValue()>=0&&(/[xa-f.)]/i.test(t.last())||t.print(".")),t.print("."),t.add_mapping(e.end),t.print_name(i))}),e(Et,function(e,t){e.expression.print(t),t.print("["),e.property.print(t),t.print("]")}),e(Dt,function(e,t){var n=e.operator;t.print(n),(/^[a-z]/i.test(n)||/[+-]$/.test(n)&&e.expression instanceof Dt&&/^[+-]/.test(e.expression.operator))&&t.space(),e.expression.print(t)}),e(gt,function(e,t){e.expression.print(t),t.print(e.operator)}),e(St,function(e,t){var n=e.operator;e.left.print(t),">"==n[0]&&e.left instanceof gt&&"--"==e.left.operator?t.print(" "):t.space(),t.print(n),("<"==n||"<<"==n)&&e.right instanceof Dt&&"!"==e.right.operator&&e.right.expression instanceof Dt&&"--"==e.right.expression.operator?t.print(" "):t.space(),e.right.print(t)}),e(At,function(e,t){e.condition.print(t),t.space(),t.print("?"),t.space(),e.consequent.print(t),t.space(),t.colon(),e.alternative.print(t)}),e(bt,function(e,t){t.with_square(function(){var n=e.elements,i=n.length;i>0&&t.space(),n.forEach(function(e,n){n&&t.comma(),e.print(t),n===i-1&&e instanceof pn&&t.comma()}),i>0&&t.space()})}),e(yt,function(e,t){e.properties.length>0?t.with_block(function(){e.properties.forEach(function(e,n){n&&(t.print(","),t.newline()),t.indent(),e.print(t)}),t.newline()}):a(e,t)}),e(Nt,function(e,t){if(t.print("class"),t.space(),e.name&&(e.name.print(t),t.space()),e.extends){var n=!(e.extends instanceof Zt||e.extends instanceof dt||e.extends instanceof xt||e.extends instanceof Ie);t.print("extends"),n?t.print("("):t.space(),e.extends.print(t),n?t.print(")"):t.space()}e.properties.length>0?t.with_block(function(){e.properties.forEach(function(e,n){n&&t.newline(),t.indent(),e.print(t)}),t.newline()}):t.print("{}")}),e(It,function(e,t){t.print("new.target")}),e(Ot,function(e,t){function n(e){var t=e.definition();return t?t.mangled_name||t.name:e.name}var i=t.option("shorthand");i&&e.value instanceof kt&&j(e.key)&&n(e.value)===e.key&&Y(e.key)?f(e.key,e.quote,t):i&&e.value instanceof Tt&&e.value.left instanceof kt&&j(e.key)&&n(e.value.left)===e.key?(f(e.key,e.quote,t),t.space(),t.print("="),t.space(),e.value.right.print(t)):(e.key instanceof le?t.with_square(function(){e.key.print(t)}):f(e.key,e.quote,t),t.colon(),e.value.print(t))}),Ct.DEFMETHOD("_print_getter_setter",function(e,t){var n=this;n.static&&(t.print("static"),t.space()),e&&(t.print(e),t.space()),n.key instanceof Ht?f(n.key.name,n.quote,t):t.with_square(function(){n.key.print(t)}),n.value._do_print(t,!0)}),e(Ft,function(e,t){e._print_getter_setter("set",t)}),e(Rt,function(e,t){e._print_getter_setter("get",t)}),e(Mt,function(e,t){var n;e.is_generator&&e.async?n="async*":e.is_generator?n="*":e.async&&(n="async"),e._print_getter_setter(n,t)}),kt.DEFMETHOD("_do_print",function(e){var t=this.definition();e.print_name(t?t.mangled_name||t.name:this.name)}),e(kt,function(e,t){e._do_print(t)}),e(pn,c),e(tn,function(e,t){t.print("this")}),e(nn,function(e,t){t.print("super")}),e(rn,function(e,t){t.print(e.getValue())}),e(on,function(e,n){n.print_string(e.getValue(),e.quote,t)}),e(an,function(e,t){i&&e.start&&null!=e.start.raw?t.print(e.start.raw):t.print(d(e.getValue()))}),e(sn,function(e,t){var n=e.getValue().toString();n=t.to_utf8(n),t.print(n);var i=t.parent();i instanceof St&&/^in/.test(i.operator)&&i.left===e&&t.print(" ")}),E([le,Ae,Ne],c),E([bt,De,tt,Nt,rn,pe,it,_e,nt,Ge,xe,pt,yt,Se,kt,je,Ze,et],function(e){e.add_mapping(this.start)}),E([Rt,Ft],function(e){e.add_mapping(this.start,this.key.name)}),E([Ct],function(e){e.add_mapping(this.start,this.key)})}(),yn.next_id=1;var Cn=1,On=2;function Fn(e,t){var n=e.enclosed;e:for(;;){var r=Rn(++e.cname);if(Y(r)&&!i(r,t.reserved)){for(var o=n.length;--o>=0;){var a=n[o];if(r==(a.mangled_name||a.unmangleable(t)&&a.name))continue e}return r}}}yn.prototype={unmangleable:function(e){return e||(e={}),this.global&&!e.toplevel||this.export&Cn||this.undeclared||!e.eval&&this.scope.pinned()||(this.orig[0]instanceof Xt||this.orig[0]instanceof Gt)&&b(e.keep_fnames,this.orig[0].name)||this.orig[0]instanceof Ht||(this.orig[0]instanceof Wt||this.orig[0]instanceof zt)&&b(e.keep_classnames,this.orig[0].name)},mangle:function(e){var t=e.cache&&e.cache.props;if(this.global&&t&&t.has(this.name))this.mangled_name=t.get(this.name);else if(!this.mangled_name&&!this.unmangleable(e)){var n,i=this.scope,r=this.orig[0];e.ie8&&r instanceof Xt&&(i=i.parent_scope),(n=this.redefined())?this.mangled_name=n.mangled_name||n.name:this.mangled_name=i.next_mangled(e,this),this.global&&t&&t.set(this.name,this.mangled_name)}},redefined:function(){return this.defun&&this.defun.variables.get(this.name)}},Ne.DEFMETHOD("figure_out_scope",function(e){e=s(e,{cache:null,ie8:!1,safari10:!1});var t=this,n=t.parent_scope=null,i=new A,r=null,o=null,a=[],u=new gn(function(t,s){if(t.is_block_scope()){var c=n;return t.block_scope=n=new Me(t),n.init_scope_vars(c),t instanceof Me||(n.uses_with=c.uses_with,n.uses_eval=c.uses_eval,n.directives=c.directives),e.safari10&&(t instanceof Ce||t instanceof Oe)&&a.push(n),s(),n=c,!0}if(t instanceof Pe)return o=t,s(),o=null,!0;if(t instanceof Me){t.init_scope_vars(n);c=n;var l=r,f=i;return r=n=t,i=new A,s(),n=c,r=l,i=f,!0}if(t instanceof Ae){var p=t.label;if(i.has(p.name))throw new Error(E("Label {name} defined twice",p));return i.set(p.name,p),s(),i.del(p.name),!0}if(t instanceof Re)for(var _=n;_;_=_.parent_scope)_.uses_with=!0;else{if(t instanceof kt&&(t.scope=n),t instanceof jt&&(t.thedef=t,t.references=[]),t instanceof Xt)r.def_function(t,"arguments"==t.name?void 0:r);else if(t instanceof Gt)h((t.scope=r.parent_scope.get_defun_scope()).def_function(t,r),1);else if(t instanceof Wt)h(r.def_variable(t,r),1);else if(t instanceof qt)n.def_variable(t);else if(t instanceof zt)h((t.scope=r.parent_scope).def_function(t,r),1);else if(t instanceof Vt||t instanceof Kt||t instanceof Bt){if(S((d=t instanceof Pt?n.def_variable(t,null):r.def_variable(t,"SymbolVar"==t.TYPE?null:void 0)).orig,function(e){return e===t||(t instanceof Pt?e instanceof Xt:!(e instanceof Kt||e instanceof Bt))})||Q(t.name+" redeclared",t.start.file,t.start.line,t.start.col,t.start.pos),t instanceof Ut||h(d,2),d.destructuring=o,r!==n){t.mark_enclosed(e);var d=n.find_variable(t);t.thedef!==d&&(t.thedef=d,t.reference(e))}}else if(t instanceof Yt)n.def_variable(t).defun=r;else if(t instanceof en){var m=i.get(t.name);if(!m)throw new Error(E("Undefined label {name} [{line},{col}]",{name:t.name,line:t.start.line,col:t.start.col}));t.thedef=m}n instanceof Ne||!(t instanceof ct||t instanceof ut)||Q(t.TYPE+" statement may only appear at top level",t.start.file,t.start.line,t.start.col,t.start.pos)}function h(e,t){if(o){var n=0;do{t++}while(u.parent(n++)!==o)}var i=u.parent(t);if(e.export=i instanceof ct&&Cn){var r=i.exported_definition;(r instanceof Ve||r instanceof wt)&&i.is_default&&(e.export=On)}}});t.walk(u),t.globals=new A;u=new gn(function(n,i){if(n instanceof We&&n.label)return n.label.thedef.references.push(n),!0;if(n instanceof Zt){var r,o=n.name;if("eval"==o&&u.parent()instanceof ft)for(var a=n.scope;a&&!a.uses_eval;a=a.parent_scope)a.uses_eval=!0;return u.parent()instanceof st&&u.parent(1).module_name||!(r=n.scope.find_variable(o))?(r=t.def_global(n),n instanceof Qt&&(r.export=Cn)):r.scope instanceof xe&&"arguments"==o&&(r.scope.uses_arguments=!0),n.thedef=r,n.reference(e),!n.scope.is_block_scope()||r.orig[0]instanceof Pt||(n.scope=n.scope.get_defun_scope()),!0}var s;if(n instanceof Yt&&(s=n.definition().redefined()))for(a=n.scope;a&&(m(a.enclosed,s),a!==s.scope);)a=a.parent_scope});if(t.walk(u),(e.ie8||e.safari10)&&t.walk(new gn(function(n,i){if(n instanceof Yt){var r=n.name,o=n.thedef.references,a=n.thedef.defun,s=a.find_variable(r)||t.globals.get(r)||a.def_variable(n);return o.forEach(function(t){t.thedef=s,t.reference(e)}),n.thedef=s,n.reference(e),!0}})),e.safari10)for(var c=0;c0);return n}return a.consider=function(e,n){for(var i=e.length;--i>=0;)t[e[i]]+=n},a.sort=function(){e=D(n,o).concat(D(i,o))},a.reset=r,r(),a}();function Mn(e,t){if(!(this instanceof Mn))return new Mn(e,t);Sn.call(this,this.before,this.after),void 0===e.defaults||e.defaults||(t=!0),this.options=s(e,{arguments:!1,arrows:!t,booleans:!t,booleans_as_integers:!1,collapse_vars:!t,comparisons:!t,computed_props:!t,conditionals:!t,dead_code:!t,defaults:!0,directives:!t,drop_console:!1,drop_debugger:!t,ecma:5,evaluate:!t,expression:!1,global_defs:!1,hoist_funs:!1,hoist_props:!t,hoist_vars:!1,ie8:!1,if_return:!t,inline:!t,join_vars:!t,keep_classnames:!1,keep_fargs:!0,keep_fnames:!1,keep_infinity:!1,loops:!t,module:!1,negate_iife:!t,passes:1,properties:!t,pure_getters:!t&&"strict",pure_funcs:null,reduce_funcs:!t,reduce_vars:!t,sequences:!t,side_effects:!t,switches:!t,top_retain:null,toplevel:!(!e||!e.top_retain),typeofs:!t,unsafe:!1,unsafe_arrows:!1,unsafe_comps:!1,unsafe_Function:!1,unsafe_math:!1,unsafe_methods:!1,unsafe_proto:!1,unsafe_regexp:!1,unsafe_undefined:!1,unused:!t,warnings:!1},!0);var n=this.options.global_defs;if("object"==typeof n)for(var i in n)/^@/.test(i)&&v(n,i)&&(n[i.slice(1)]=se(n[i],{expression:!0}));!0===this.options.inline&&(this.options.inline=3);var r=this.options.pure_funcs;this.pure_funcs="function"==typeof r?r:r?function(e){return!r.includes(e.expression.print_to_string())}:f;var o=this.options.top_retain;o instanceof RegExp?this.top_retain=function(e){return o.test(e.name)}:"function"==typeof o?this.top_retain=o:o&&("string"==typeof o&&(o=o.split(/,/)),this.top_retain=function(e){return o.includes(e.name)}),this.options.module&&(this.directives["use strict"]=!0,this.options.toplevel=!0);var a=this.options.toplevel;this.toplevel="string"==typeof a?{funcs:/funcs/.test(a),vars:/vars/.test(a)}:{funcs:a,vars:a};var u=this.options.sequences;this.sequences_limit=1==u?800:0|u,this.warnings_produced={}}Mn.prototype=new Sn,u(Mn.prototype,{option:function(e){return this.options[e]},exposed:function(e){if(e.export)return!0;if(e.global)for(var t=0,n=e.orig.length;t0||this.option("reduce_vars"))&&e.reset_opt_flags(this),e=e.transform(this),t>1){var a=0;if(e.walk(new gn(function(){a++})),this.info("pass "+o+": last_count: "+n+", count: "+a),a=0;){if(!(r[o]instanceof Ot))return;n||r[o].key!==t||(n=r[o].value)}}return n instanceof Zt&&n.fixed_value()||n}}function n(e,i,r,o,a,s){var u=i.parent(a),c=Y(r,u);if(c)return c;if(!s&&u instanceof ft&&u.expression===r&&!(o instanceof Le)&&!(o instanceof Nt)&&!u.is_expr_pure(e)&&(!(o instanceof Ie)||!(u instanceof pt)&&o.contains_this()))return!0;if(u instanceof bt)return n(e,i,u,u,a+1);if(u instanceof Ot&&r===u.value){var l=i.parent(a+1);return n(e,i,l,l,a+2)}if(u instanceof dt&&u.expression===r){var f=t(o,u.property);return!s&&n(e,i,u,f,a+1)}}function o(e){return e instanceof Le||e instanceof Ie}function a(e){if(e instanceof tn)return!0;if(e instanceof Zt)return e.definition().orig[0]instanceof Xt;if(e instanceof dt){if((e=e.expression)instanceof Zt){if(e.is_immutable())return!1;e=e.fixed_value()}return!e||!(e instanceof sn)&&(e instanceof rn||a(e))}return!1}function s(e,t){if(!(e instanceof Zt))return!1;for(var n=e.definition().orig,i=n.length;--i>=0;)if(n[i]instanceof t)return!0}function u(e,t){for(var n,i=0;(n=e.parent(i++))&&!(n instanceof Me);)if(n instanceof tt&&n.argname){n=n.argname.definition().scope;break}return n.find_variable(t)}function m(e,t,n){return n||(n={}),t&&(n.start||(n.start=t.start),n.end||(n.end=t.end)),new e(n)}function D(e,t){return 1==t.length?t[0]:m(_t,e,{expressions:t.reduce(O,[])})}function y(e,t){switch(typeof e){case"string":return m(on,t,{value:e});case"number":return isNaN(e)?m(ln,t):isFinite(e)?1/e<0?m(Dt,t,{operator:"-",expression:m(an,t,{value:-e})}):m(an,t,{value:e}):e<0?m(Dt,t,{operator:"-",expression:m(_n,t)}):m(_n,t);case"boolean":return m(e?En:mn,t);case"undefined":return m(fn,t);default:if(null===e)return m(cn,t,{value:null});if(e instanceof RegExp)return m(sn,t,{value:e});throw new Error(E("Can't handle constant of type: {type}",{type:typeof e}))}}function C(e,t,n){return e instanceof Dt&&"delete"==e.operator||e instanceof ft&&e.expression===t&&(n instanceof dt||n instanceof Zt&&"eval"==n.name)?D(t,[m(an,t,{value:0}),n]):n}function O(e,t){return t instanceof _t?e.push.apply(e,t.expressions):e.push(t),e}function F(e){if(null===e)return[];if(e instanceof De)return e.body;if(e instanceof ge)return[];if(e instanceof fe)return[e];throw new Error("Can't convert thing to statement array")}function R(e){return null===e||(e instanceof ge||e instanceof De&&0==e.body.length)}function M(e){return!(e instanceof wt||e instanceof Ve||e instanceof ot||e instanceof at||e instanceof ct||e instanceof ut)}function N(e){return e instanceof ve&&e.body instanceof De?e.body:e}function w(e){return"Call"==e.TYPE&&(e.expression instanceof Ie||w(e.expression))}function x(e){return e instanceof Zt&&e.definition().undeclared}e(le,function(e,t){return e}),Ne.DEFMETHOD("drop_console",function(){return this.transform(new Sn(function(e){if("Call"==e.TYPE){var t=e.expression;if(t instanceof dt){for(var n=t.expression;n.expression;)n=n.expression;if(x(n)&&"console"==n.name)return m(fn,e)}}}))}),le.DEFMETHOD("equivalent_to",function(e){return this.TYPE==e.TYPE&&this.print_to_string()==e.print_to_string()}),Me.DEFMETHOD("process_expression",function(e,t){var n=this,i=new Sn(function(r){if(e&&r instanceof de)return m(Xe,r,{value:r.body});if(!e&&r instanceof Xe){if(t){var o=r.value&&r.value.drop_side_effect_free(t,!0);return o?m(de,r,{body:o}):m(ge,r)}return m(de,r,{body:r.value||m(Dt,r,{operator:"void",expression:m(an,r,{value:0})})})}if(r instanceof Nt||r instanceof xe&&r!==n)return r;if(r instanceof he){var a=r.body.length-1;a>=0&&(r.body[a]=r.body[a].transform(i))}else r instanceof $e?(r.body=r.body.transform(i),r.alternative&&(r.alternative=r.alternative.transform(i))):r instanceof Re&&(r.body=r.body.transform(i));return r});n.transform(i)}),function(e){function i(e,t){t.assignments=0,t.chained=!1,t.direct_access=!1,t.escaped=!1,t.scope.pinned()?t.fixed=!1:t.orig[0]instanceof Bt||!e.exposed(t)?t.fixed=t.init:t.fixed=!1,t.recursive_refs=0,t.references=[],t.should_replace=void 0,t.single_use=void 0}function r(e,t,n){n.variables.each(function(n){i(t,n),null===n.fixed?(n.safe_ids=e.safe_ids,u(e,n,!0)):n.fixed&&(e.loop_ids[n.id]=e.in_loop,u(e,n,!0))})}function o(e,t){t.block_scope&&t.block_scope.variables.each(function(t){i(e,t)})}function a(e){e.safe_ids=Object.create(e.safe_ids)}function s(e){e.safe_ids=Object.getPrototypeOf(e.safe_ids)}function u(e,t,n){e.safe_ids[t.id]=n}function l(e,t){if("m"==t.single_use)return!1;if(e.safe_ids[t.id]){if(null==t.fixed){var n=t.orig[0];if(n instanceof Ut||"arguments"==n.name)return!1;t.fixed=m(fn,n)}return!0}return t.fixed instanceof Ve}function f(e,t,n){return void 0===t.fixed||(null===t.fixed&&t.safe_ids?(t.safe_ids[t.id]=!1,delete t.safe_ids,!0):!!v(e.safe_ids,t.id)&&(!!l(e,t)&&(!1!==t.fixed&&(!(null!=t.fixed&&(!n||t.references.length>t.assignments))&&S(t.orig,function(e){return!(e instanceof Bt||e instanceof Gt||e instanceof Xt)})))))}function p(e,n,i,r,o,a,s){var u=e.parent(a);if(o){if(o.is_constant())return;if(o instanceof xt)return}if(u instanceof vt&&"="==u.operator&&r===u.right||u instanceof ft&&(r!==u.expression||u instanceof pt)||u instanceof He&&r===u.value&&r.scope!==n.scope||u instanceof lt&&r===u.value||u instanceof Dn&&r===u.value&&r.scope!==n.scope)return!(s>1)||o&&o.is_constant_expression(i)||(s=1),void((!n.escaped||n.escaped>s)&&(n.escaped=s));if(u instanceof bt||u instanceof hn||u instanceof St&&z(u.operator)||u instanceof At&&r!==u.condition||u instanceof we||u instanceof _t&&r===u.tail_node())p(e,n,i,u,u,a+1,s);else if(u instanceof Ot&&r===u.value){var c=e.parent(a+1);p(e,n,i,c,c,a+2,s)}else if(u instanceof dt&&r===u.expression&&(p(e,n,i,u,o=t(o,u.property),a+1,s+1),o))return;a>0||u instanceof _t&&r!==u.tail_node()||u instanceof de||(n.direct_access=!0)}e(le,c);var _=new gn(function(e){if(e instanceof kt){var t=e.definition();t&&(e instanceof Zt&&t.references.push(e),t.fixed=!1)}});function d(e,t,n){this.inlined=!1;var i=e.safe_ids;return e.safe_ids=Object.create(null),r(e,n,this),t(),e.safe_ids=i,!0}function E(e,t,n){var i,o=this;return o.inlined=!1,a(e),r(e,n,o),!o.name&&(i=e.parent())instanceof ft&&i.expression===o&&o.argnames.forEach(function(t,n){if(t.definition){var r=t.definition();void 0!==r.fixed||o.uses_arguments&&!e.has_directive("use strict")?r.fixed=!1:(r.fixed=function(){return i.args[n]||m(fn,i)},e.loop_ids[r.id]=e.in_loop,u(e,r,!0))}}),t(),s(e),!0}e(ke,function(e,t,n){return a(e),r(e,n,this),t(),s(e),!0}),e(Le,E),e(vt,function(e,t,i){var r=this;if(r.left instanceof Pe)r.left.walk(_);else{var o=r.left;if(o instanceof Zt){var a=o.definition(),s=f(e,a,o.scope,r.right);if(a.assignments++,s){var c=a.fixed;if(c||"="==r.operator){var l="="==r.operator,d=l?r.right:r;if(!n(i,e,r,d,0))return a.references.push(o),l||(a.chained=!0),a.fixed=l?function(){return r.right}:function(){return m(St,r,{operator:r.operator.slice(0,-1),left:c instanceof le?c:c(),right:r.right})},u(e,a,!1),r.right.walk(e),u(e,a,!0),p(e,a,o.scope,r,d,0,1),!0}}}}}),e(St,function(e){if(z(this.operator))return this.left.walk(e),a(e),this.right.walk(e),s(e),!0}),e(he,function(e,t,n){o(n,this)}),e(Je,function(e){return a(e),this.expression.walk(e),s(e),a(e),me(this,e),s(e),!0}),e(xt,function(e,t){return this.inlined=!1,a(e),t(),s(e),!0}),e(At,function(e){return this.condition.walk(e),a(e),this.consequent.walk(e),s(e),a(e),this.alternative.walk(e),s(e),!0}),e(Qe,function(e,t){return a(e),t(),s(e),!0}),e(wt,d),e(Ve,d),e(be,function(e,t,n){o(n,this);var i=e.in_loop;return e.in_loop=this,a(e),this.body.walk(e),ce(this)&&(s(e),a(e)),this.condition.walk(e),s(e),e.in_loop=i,!0}),e(Ce,function(e,t,n){o(n,this),this.init&&this.init.walk(e);var i=e.in_loop;return e.in_loop=this,a(e),this.condition&&this.condition.walk(e),this.body.walk(e),this.step&&(ce(this)&&(s(e),a(e)),this.step.walk(e)),s(e),e.in_loop=i,!0}),e(Oe,function(e,t,n){o(n,this),this.init.walk(_),this.object.walk(e);var i=e.in_loop;return e.in_loop=this,a(e),this.body.walk(e),s(e),e.in_loop=i,!0}),e(Ie,E),e($e,function(e){return this.condition.walk(e),a(e),this.body.walk(e),s(e),this.alternative&&(a(e),this.alternative.walk(e),s(e)),!0}),e(Ae,function(e){return a(e),this.body.walk(e),s(e),!0}),e(Yt,function(){this.definition().fixed=!1}),e(Zt,function(e,t,i){var r,o=this.definition();o.references.push(this),1==o.references.length&&!o.fixed&&o.orig[0]instanceof Gt&&(e.loop_ids[o.id]=e.in_loop),void 0!==o.fixed&&l(e,o)?o.fixed&&((r=this.fixed_value())instanceof xe&&Fe(e,o)?o.recursive_refs++:r&&!i.exposed(o)&&function(e,t,n){return t.option("unused")&&!n.scope.pinned()&&n.references.length-n.recursive_refs==1&&e.loop_ids[n.id]===e.in_loop}(e,i,o)?o.single_use=r instanceof xe&&!r.pinned()||r instanceof Nt||o.scope===this.scope&&r.is_constant_expression():o.single_use=!1,n(i,e,this,r,0,function(e){return!!e&&(e.is_constant()||e instanceof xe||e instanceof tn)}(r))&&(o.single_use?o.single_use="m":o.fixed=!1)):o.fixed=!1,p(e,o,this.scope,this,r,0,1)}),e(Ne,function(e,t,n){this.globals.each(function(e){i(n,e)}),r(e,n,this)}),e(et,function(e,t,n){return o(n,this),a(e),me(this,e),s(e),this.bcatch&&(a(e),this.bcatch.walk(e),s(e)),this.bfinally&&this.bfinally.walk(e),!0}),e(ht,function(e,t){var n=this;if("++"==n.operator||"--"==n.operator){var i=n.expression;if(i instanceof Zt){var r=i.definition(),o=f(e,r,!0);if(r.assignments++,o){var a=r.fixed;if(a)return r.references.push(i),r.chained=!0,r.fixed=function(){return m(St,n,{operator:n.operator.slice(0,-1),left:m(Dt,n,{operator:"+",expression:a instanceof le?a:a()}),right:m(an,n,{value:1})})},u(e,r,!0),!0}}}}),e(lt,function(e,t){var n=this;if(n.name instanceof Pe)n.name.walk(_);else{var i=n.name.definition();if(n.value){if(f(e,i,n.value))return i.fixed=function(){return n.value},e.loop_ids[i.id]=e.in_loop,u(e,i,!1),t(),u(e,i,!0),!0;i.fixed=!1}}}),e(ye,function(e,t,n){o(n,this);var i=e.in_loop;return e.in_loop=this,a(e),t(),s(e),e.in_loop=i,!0})}(function(e,t){e.DEFMETHOD("reduce_vars",t)}),Ne.DEFMETHOD("reset_opt_flags",function(e){var t=this,n=e.option("reduce_vars"),i=new gn(function(r,o){if(r._squeezed=!1,r._optimized=!1,n)return e.top_retain&&(i.parent()===t?r._top=!0:delete r._top),r.reduce_vars(i,o,e)});i.safe_ids=Object.create(null),i.in_loop=null,i.loop_ids=Object.create(null),t.walk(i)}),kt.DEFMETHOD("fixed_value",function(){var e=this.definition().fixed;return!e||e instanceof le?e:e()}),Zt.DEFMETHOD("is_immutable",function(){var e=this.definition().orig;return 1==e.length&&e[0]instanceof Xt});var k=g("Array Boolean clearInterval clearTimeout console Date decodeURI decodeURIComponent encodeURI encodeURIComponent Error escape eval EvalError Function isFinite isNaN JSON Math Number parseFloat parseInt RangeError ReferenceError RegExp Object setInterval setTimeout String SyntaxError TypeError unescape URIError");Zt.DEFMETHOD("is_declared",function(e){return!this.definition().undeclared||e.option("unsafe")&&k(this.name)});var I,L,V,P,B=g("Infinity NaN undefined");function K(e){return e instanceof _n||e instanceof ln||e instanceof fn}function U(e,t){var r,u,c=t.find_parent(Me).get_defun_scope();!function(){var e=t.self(),n=0;do{if(e instanceof tt||e instanceof nt)n++;else if(e instanceof ve)r=!0;else{if(e instanceof Me){c=e;break}e instanceof et&&(u=!0)}}while(e=t.parent(n++))}();var l,f=10;do{l=!1,_(e),t.option("dead_code")&&g(e,t),t.option("if_return")&&E(e,t),t.sequences_limit>0&&(v(e,t),b(e,t)),t.option("join_vars")&&R(e),t.option("collapse_vars")&&p(e,t)}while(l&&f-- >0);function p(e,t){if(c.pinned())return e;for(var f,p=[],_=e.length,E=new Sn(function(e,n){if(k)return e;if(!x)return e!==D[g]?e:++g=0;){0==_&&t.option("unused")&&H();var D=[];for(X(e[_]);p.length>0;){D=p.pop();var g=0,A=D[D.length-1],v=null,T=null,b=null,y=W(A);if(y&&!a(y)&&!y.has_side_effects(t)){var O=$(A),F=Z(y);y instanceof Zt&&(O[y.name]=!1);var R=Q(A),M=J(),N=A.may_throw(t),w=A.name instanceof Ut,x=w,k=!1,I=0,L=!f||!x;if(!L){for(var V=t.self().argnames.lastIndexOf(A.name)+1;!k&&VI)I=!1;else{k=!1,g=0,x=w;for(P=_;!k&&P=0;){var c=n.argnames[u],l=e.args[u];if(f.unshift(m(lt,c,{name:c,value:l})),!(c.name in s))if(s[c.name]=!0,c instanceof we){var _=e.args.slice(u);S(_,function(e){return!G(n,e,r)})&&p.unshift([m(lt,c,{name:c.expression,value:m(bt,e,{elements:_})})])}else l?(l instanceof xe&&l.pinned()||G(n,l,r))&&(l=null):l=m(fn,c).transform(t),l&&p.unshift([m(lt,c,{name:c,value:l})])}}}function X(e){if(D.push(e),e instanceof vt)e.left.has_side_effects(t)||p.push(D.slice()),X(e.right);else if(e instanceof St)X(e.left),X(e.right);else if(e instanceof ft)X(e.expression),e.args.forEach(X);else if(e instanceof Je)X(e.expression);else if(e instanceof At)X(e.condition),X(e.consequent),X(e.alternative);else if(!(e instanceof it)||!t.option("unused")&&e instanceof at)e instanceof Te?(X(e.condition),e.body instanceof he||X(e.body)):e instanceof He?e.value&&X(e.value):e instanceof Ce?(e.init&&X(e.init),e.condition&&X(e.condition),e.step&&X(e.step),e.body instanceof he||X(e.body)):e instanceof Oe?(X(e.object),e.body instanceof he||X(e.body)):e instanceof $e?(X(e.condition),e.body instanceof he||X(e.body),!e.alternative||e.alternative instanceof he||X(e.alternative)):e instanceof _t?e.expressions.forEach(X):e instanceof de?X(e.body):e instanceof je?(X(e.expression),e.body.forEach(X)):e instanceof ht?"++"!=e.operator&&"--"!=e.operator||p.push(D.slice()):e instanceof lt&&e.value&&(p.push(D.slice()),X(e.value));else{var n=e.definitions.length,i=n-200;for(i<0&&(i=0);i1&&!(e.name instanceof Ut)||(o>1?function(e){var t=e.value;if(t instanceof Zt&&"arguments"!=t.name){var n=t.definition();if(!n.undeclared)return v=n}}(e):!t.exposed(r))?m(Zt,e.name,e.name):void 0}}function q(e){return e[e instanceof vt?"right":"value"]}function $(e){var i=Object.create(null);if(e instanceof ht)return i;var r=new gn(function(e,o){for(var a=e;a instanceof dt;)a=a.expression;(a instanceof Zt||a instanceof tn)&&(i[a.name]=i[a.name]||n(t,r,e,e,0))});return q(e).walk(r),i}function j(n){if(n.name instanceof Ut){var i=t.parent(),r=t.self().argnames,o=r.indexOf(n.name);if(o<0)i.args.length=Math.min(i.args.length,r.length-1);else{var a=i.args;a[o]&&(a[o]=m(an,a[o],{value:0}))}return!0}var s=!1;return e[_].transform(new Sn(function(e,t,i){return s?e:e===n||e.body===n?(s=!0,e instanceof lt?(e.value=null,e):i?d.skip:null):void 0},function(e){if(e instanceof _t)switch(e.expressions.length){case 0:return null;case 1:return e.expressions[0]}}))}function Z(e){for(;e instanceof dt;)e=e.expression;return e instanceof Zt&&e.definition().scope===c&&!(r&&(e.name in O||A instanceof ht||A instanceof vt&&"="!=A.operator))}function Q(e){return!(e instanceof ht)&&q(e).has_side_effects(t)}function J(){if(R)return!1;if(v)return!0;if(y instanceof Zt){var e=y.definition();if(e.references.length-e.replaced==(A instanceof lt?1:2))return!0}return!1}function ee(e){if(!e.definition)return!0;var t=e.definition();return!(1==t.orig.length&&t.orig[0]instanceof Gt)&&(t.scope.get_defun_scope()!==c||!S(t.references,function(e){var t=e.scope.get_defun_scope();return"Scope"==t.TYPE&&(t=t.parent_scope),t===c}))}}function _(e){for(var t=[],n=0;n=0;){var i=e[n];if(i instanceof $e&&i.body instanceof Xe&&++t>1)return!0}return!1}(e),r=n instanceof xe,o=e.length;--o>=0;){var a=e[o],s=g(o),u=e[s];if(r&&!u&&a instanceof Xe){if(!a.value){l=!0,e.splice(o,1);continue}if(a.value instanceof Dt&&"void"==a.value.operator){l=!0,e[o]=m(de,a,{body:a.value.expression});continue}}if(a instanceof $e){var c;if(d(c=ie(a.body))){c.label&&h(c.label.thedef.references,c),l=!0,(a=a.clone()).condition=a.condition.negate(t);var f=D(a.body,c);a.body=m(De,a,{body:F(a.alternative).concat(E())}),a.alternative=m(De,a,{body:f}),e[o]=a.transform(t);continue}if(d(c=ie(a.alternative))){c.label&&h(c.label.thedef.references,c),l=!0,(a=a.clone()).body=m(De,a.body,{body:F(a.body).concat(E())});f=D(a.alternative,c);a.alternative=m(De,a.alternative,{body:f}),e[o]=a.transform(t);continue}}if(a instanceof $e&&a.body instanceof Xe){var p=a.body.value;if(!p&&!a.alternative&&(r&&!u||u instanceof Xe&&!u.value)){l=!0,e[o]=m(de,a.condition,{body:a.condition});continue}if(p&&!a.alternative&&u instanceof Xe&&u.value){l=!0,(a=a.clone()).alternative=u,e.splice(o,1,a.transform(t)),e.splice(s,1);continue}if(p&&!a.alternative&&(!u&&r&&i||u instanceof Xe)){l=!0,(a=a.clone()).alternative=u||m(Xe,a,{value:null}),e.splice(o,1,a.transform(t)),u&&e.splice(s,1);continue}var _=e[S(o)];if(t.option("sequences")&&r&&!a.alternative&&_ instanceof $e&&_.body instanceof Xe&&g(s)==e.length&&u instanceof de){l=!0,(a=a.clone()).alternative=m(De,u,{body:[u,m(Xe,u,{value:null})]}),e.splice(o,1,a.transform(t)),e.splice(s,1);continue}}}function d(i){if(!i)return!1;for(var a=o+1,s=e.length;a=0;){var i=e[n];if(!(i instanceof rt&&A(i)))break}return n}}function g(e,t){for(var n,i=t.self(),r=0,o=0,a=e.length;r=t.sequences_limit&&u();var s=a.body;n.length>0&&(s=s.drop_side_effect_free(t)),s&&O(n,s)}else a instanceof it&&A(a)||a instanceof Ve?e[i++]=a:(u(),e[i++]=a)}u(),e.length=i,i!=o&&(l=!0)}function u(){if(n.length){var t=D(n[0],n);e[i++]=m(de,t,{body:t}),n=[]}}}function T(e,t){if(!(e instanceof De))return e;for(var n=null,i=0,r=e.body.length;i0){var p=u.length;u.push(m($e,a,{condition:a.condition,body:c||m(ge,a.body),alternative:f})),u.unshift(r,1),[].splice.apply(e,u),o+=p,r+=p+1,i=null,l=!0;continue}}e[r++]=a,i=a instanceof de?a:null}e.length=r}function y(e,n){if(e instanceof it){var i,r=e.definitions[e.definitions.length-1];if(r.value instanceof yt)if(n instanceof vt?i=[n]:n instanceof _t&&(i=n.expressions.slice()),i){var o=!1;do{var a=i[0];if(!(a instanceof vt))break;if("="!=a.operator)break;if(!(a.left instanceof dt))break;var s=a.left.expression;if(!(s instanceof Zt))break;if(r.name.name!=s.name)break;if(!a.right.is_constant_expression(c))break;var u=a.left.property;if(u instanceof le&&(u=u.evaluate(t)),u instanceof le)break;u=""+u;var l=t.option("ecma")<6&&t.has_directive("use strict")?function(e){return e.key!=u&&e.key&&e.key.name!=u}:function(e){return e.key&&e.key.name!=u};if(!S(r.value.properties,l))break;var f=r.value.properties.filter(function(e){return e.key===u})[0];f?f.value=new _t({start:f.start,expressions:[f.value.clone(),a.right.clone()],end:f.end}):r.value.properties.push(m(Ot,a,{key:u,value:a.right})),i.shift(),o=!0}while(i.length);return o&&i}}}function R(e){for(var t,n=0,i=-1,r=e.length;n=0;)if(this.properties[n]._dot_throw(e))return!0;return!1}),e(Ct,l),e(Rt,f),e(we,function(e){return this.expression._dot_throw(e)}),e(Ie,l),e(Le,l),e(gt,l),e(Dt,function(){return"void"==this.operator}),e(St,function(e){return("&&"==this.operator||"||"==this.operator)&&(this.left._dot_throw(e)||this.right._dot_throw(e))}),e(vt,function(e){return"="==this.operator&&this.right._dot_throw(e)}),e(At,function(e){return this.consequent._dot_throw(e)||this.alternative._dot_throw(e)}),e(mt,function(e){return!!t(e)&&!(this.expression instanceof Ie&&"prototype"==this.property)}),e(_t,function(e){return this.tail_node()._dot_throw(e)}),e(Zt,function(e){if(this.is_undefined)return!0;if(!t(e))return!1;if(x(this)&&this.is_declared(e))return!1;if(this.is_immutable())return!1;var n=this.fixed_value();return!n||n._dot_throw(e)})}(function(e,t){e.DEFMETHOD("_dot_throw",t)}),L=["!","delete"],V=["in","instanceof","==","!=","===","!==","<","<=",">=",">"],(I=function(e,t){e.DEFMETHOD("is_boolean",t)})(le,l),I(Dt,function(){return i(this.operator,L)}),I(St,function(){return i(this.operator,V)||z(this.operator)&&this.left.is_boolean()&&this.right.is_boolean()}),I(At,function(){return this.consequent.is_boolean()&&this.alternative.is_boolean()}),I(vt,function(){return"="==this.operator&&this.right.is_boolean()}),I(_t,function(){return this.tail_node().is_boolean()}),I(En,f),I(mn,f),function(e){e(le,l),e(an,f);var t=g("+ - ~ ++ --");e(ht,function(){return t(this.operator)});var n=g("- * / % & | ^ << >> >>>");e(St,function(e){return n(this.operator)||"+"==this.operator&&this.left.is_number(e)&&this.right.is_number(e)}),e(vt,function(e){return n(this.operator.slice(0,-1))||"="==this.operator&&this.right.is_number(e)}),e(_t,function(e){return this.tail_node().is_number(e)}),e(At,function(e){return this.consequent.is_number(e)&&this.alternative.is_number(e)})}(function(e,t){e.DEFMETHOD("is_number",t)}),(P=function(e,t){e.DEFMETHOD("is_string",t)})(le,l),P(on,f),P(Ke,function(){return 1===this.segments.length}),P(Dt,function(){return"typeof"==this.operator}),P(St,function(e){return"+"==this.operator&&(this.left.is_string(e)||this.right.is_string(e))}),P(vt,function(e){return("="==this.operator||"+="==this.operator)&&this.right.is_string(e)}),P(_t,function(e){return this.tail_node().is_string(e)}),P(At,function(e){return this.consequent.is_string(e)&&this.alternative.is_string(e)});var z=g("&& ||"),W=g("delete ++ --");function Y(e,t){return t instanceof ht&&W(t.operator)?t.expression:t instanceof vt&&t.left===e?e:void 0}function q(e,t){return e.print_to_string().length>t.print_to_string().length?t:e}function $(e,t,n){return(T(e)?function(e,t){return q(m(de,e,{body:e}),m(de,t,{body:t})).body}:q)(t,n)}function Q(e){for(var t in e)e[t]=g(e[t])}!function(e){function t(e,t){e.warn("global_defs "+t.print_to_string()+" redefined [{file}:{line},{col}]",t.start)}Ne.DEFMETHOD("resolve_defines",function(e){return e.option("global_defs")?(this.figure_out_scope({ie8:e.option("ie8")}),this.transform(new Sn(function(n){var i=n._find_defs(e,"");if(i){for(var r,o=0,a=n;(r=this.parent(o++))&&r instanceof dt&&r.expression===a;)a=r;if(!Y(a,r))return i;t(e,n)}}))):this}),e(le,c),e(mt,function(e,t){return this.expression._find_defs(e,"."+this.property+t)}),e(Lt,function(e){this.global()&&v(e.option("global_defs"),this.name)&&t(e,this)}),e(Zt,function(e,t){if(this.global()){var n=e.option("global_defs"),i=this.name+t;return v(n,i)?function e(t,n){if(t instanceof le)return m(t.CTOR,n,t);if(Array.isArray(t))return m(bt,n,{elements:t.map(function(t){return e(t,n)})});if(t&&"object"==typeof t){var i=[];for(var r in t)v(t,r)&&i.push(m(Ot,n,{key:r,value:e(t[r],n)}));return m(yt,n,{properties:i})}return y(t,n)}(n[i],this):void 0}})}(function(e,t){e.DEFMETHOD("_find_defs",t)});var J=["constructor","toString","valueOf"],ee={Array:["indexOf","join","lastIndexOf","slice"].concat(J),Boolean:J,Function:J,Number:["toExponential","toFixed","toPrecision"].concat(J),Object:J,RegExp:["test"].concat(J),String:["charAt","charCodeAt","concat","indexOf","italics","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","trim"].concat(J)};Q(ee);var te={Array:["isArray"],Math:["abs","acos","asin","atan","ceil","cos","exp","floor","log","round","sin","sqrt","tan","atan2","pow","max","min"],Number:["isFinite","isNaN"],Object:["create","getOwnPropertyDescriptor","getOwnPropertyNames","getPrototypeOf","isExtensible","isFrozen","isSealed","keys"],String:["fromCharCode"]};Q(te),function(e){le.DEFMETHOD("evaluate",function(e){if(!e.option("evaluate"))return this;var t=this._eval(e,1);return!t||t instanceof RegExp?t:"function"==typeof t||"object"==typeof t?this:t});var t=g("! ~ - + void");le.DEFMETHOD("is_constant",function(){return this instanceof rn?!(this instanceof sn):this instanceof Dt&&this.expression instanceof rn&&t(this.operator)}),e(fe,function(){throw new Error(E("Cannot evaluate a statement [{file}:{line},{col}]",this.start))}),e(xe,p),e(Nt,p),e(le,p),e(rn,function(){return this.getValue()}),e(Ke,function(){return 1!==this.segments.length?this:this.segments[0].value}),e(Ie,function(e){if(e.option("unsafe")){var t=function(){};return t.node=this,t.toString=function(){return this.node.print_to_string()},t}return this}),e(bt,function(e,t){if(e.option("unsafe")){for(var n=[],i=0,r=this.elements.length;i>":r=n>>o;break;case">>>":r=n>>>o;break;case"==":r=n==o;break;case"===":r=n===o;break;case"!=":r=n!=o;break;case"!==":r=n!==o;break;case"<":r=n":r=n>o;break;case">=":r=n>=o;break;default:return this}return isNaN(r)&&e.find_parent(Re)?this:r}),e(At,function(e,t){var n=this.condition._eval(e,t);if(n===this.condition)return this;var i=n?this.consequent:this.alternative,r=i._eval(e,t);return r===i?this:r}),e(Zt,function(e,t){var n,i=this.fixed_value();if(!i)return this;if(v(i,"_eval"))n=i._eval();else{if(this._eval=p,n=i._eval(e,t),delete this._eval,n===i)return this;i._eval=function(){return n}}if(n&&"object"==typeof n){var r=this.definition().escaped;if(r&&t>r)return this}return n});var r={Array:Array,Math:Math,Number:Number,Object:Object,String:String},o={Math:["E","LN10","LN2","LOG2E","LOG10E","PI","SQRT1_2","SQRT2"],Number:["MAX_VALUE","MIN_VALUE","NaN","NEGATIVE_INFINITY","POSITIVE_INFINITY"]};Q(o),e(dt,function(e,t){if(e.option("unsafe")){var n=this.property;if(n instanceof le&&(n=n._eval(e,t))===this.property)return this;var i,a=this.expression;if(x(a)){var s,u="hasOwnProperty"===a.name&&"call"===n&&(s=e.parent()&&e.parent().args)&&s&&s[0]&&s[0].evaluate(e);if(null==(u=u instanceof mt?u.expression:u)||u.thedef&&u.thedef.undeclared)return this.clone();if(!(o[a.name]||l)(n))return this;i=r[a.name]}else{if(!(i=a._eval(e,t+1))||i===a||!v(i,n))return this;if("function"==typeof i)switch(n){case"name":return i.node.name?i.node.name.name:"";case"length":return i.node.argnames.length;default:return this}}return i[n]}return this}),e(ft,function(e,t){var n=this.expression;if(e.option("unsafe")&&n instanceof dt){var i,o=n.property;if(o instanceof le&&(o=o._eval(e,t))===n.property)return this;var a=n.expression;if(x(a)){var s="hasOwnProperty"===a.name&&"call"===o&&this.args[0]&&this.args[0].evaluate(e);if(null==(s=s instanceof mt?s.expression:s)||s.thedef&&s.thedef.undeclared)return this.clone();if(!(te[a.name]||l)(o))return this;i=r[a.name]}else if((i=a._eval(e,t+1))===a||!(i&&ee[i.constructor.name]||l)(o))return this;for(var u=[],c=0,f=this.args.length;c=":return r.operator="<",r;case">":return r.operator="<=",r}switch(o){case"==":return r.operator="!=",r;case"!=":return r.operator="==",r;case"===":return r.operator="!==",r;case"!==":return r.operator="===",r;case"&&":return r.operator="||",r.left=r.left.negate(e,i),r.right=r.right.negate(e),n(this,r,i);case"||":return r.operator="&&",r.left=r.left.negate(e,i),r.right=r.right.negate(e),n(this,r,i)}return t(this)})}(function(e,t){e.DEFMETHOD("negate",function(e,n){return t.call(this,e,n)})});var ne=g("Boolean decodeURI decodeURIComponent Date encodeURI encodeURIComponent Error escape EvalError isFinite isNaN Number Object parseFloat parseInt RangeError ReferenceError String SyntaxError TypeError unescape URIError");function ie(e){return e&&e.aborts()}ft.DEFMETHOD("is_expr_pure",function(e){if(e.option("unsafe")){var t=this.expression,n=this.args&&this.args[0]&&this.args[0].evaluate(e);if(t.expression&&"hasOwnProperty"===t.expression.name&&(null==n||n.thedef&&n.thedef.undeclared))return!1;if(x(t)&&ne(t.name))return!0;if(t instanceof mt&&x(t.expression)&&(te.hasOwnProperty(t.expression.name)&&te[t.expression.name]||l)(t.property))return!0}return this.pure||!e.pure_funcs(this)}),le.DEFMETHOD("is_call_pure",l),mt.DEFMETHOD("is_call_pure",function(e){if(e.option("unsafe")){var t=this.expression,n=l;return t instanceof bt?n=ee.Array:t.is_boolean()?n=ee.Boolean:t.is_number(e)?n=ee.Number:t instanceof sn?n=ee.RegExp:t.is_string(e)?n=ee.String:this.may_throw_on_access(e)||(n=ee.Object),n(this.property)}}),function(e){function t(e,t){for(var n=e.length;--n>=0;)if(e[n].has_side_effects(t))return!0;return!1}e(le,f),e(ge,l),e(rn,l),e(tn,l),e(he,function(e){return t(this.body,e)}),e(ft,function(e){return!(this.is_expr_pure(e)||this.expression.is_call_pure(e)&&!this.expression.has_side_effects(e))||t(this.args,e)}),e(je,function(e){return this.expression.has_side_effects(e)||t(this.body,e)}),e(Je,function(e){return this.expression.has_side_effects(e)||t(this.body,e)}),e(et,function(e){return t(this.body,e)||this.bcatch&&this.bcatch.has_side_effects(e)||this.bfinally&&this.bfinally.has_side_effects(e)}),e($e,function(e){return this.condition.has_side_effects(e)||this.body&&this.body.has_side_effects(e)||this.alternative&&this.alternative.has_side_effects(e)}),e(Ae,function(e){return this.body.has_side_effects(e)}),e(de,function(e){return this.body.has_side_effects(e)}),e(xe,l),e(Nt,l),e(wt,f),e(St,function(e){return this.left.has_side_effects(e)||this.right.has_side_effects(e)}),e(vt,f),e(At,function(e){return this.condition.has_side_effects(e)||this.consequent.has_side_effects(e)||this.alternative.has_side_effects(e)}),e(ht,function(e){return W(this.operator)||this.expression.has_side_effects(e)}),e(Zt,function(e){return!this.is_declared(e)}),e(Lt,l),e(yt,function(e){return t(this.properties,e)}),e(Ct,function(e){return!!(this.key instanceof Ot&&this.key.has_side_effects(e))||this.value.has_side_effects(e)}),e(bt,function(e){return t(this.elements,e)}),e(mt,function(e){return this.expression.may_throw_on_access(e)||this.expression.has_side_effects(e)}),e(Et,function(e){return this.expression.may_throw_on_access(e)||this.expression.has_side_effects(e)||this.property.has_side_effects(e)}),e(_t,function(e){return t(this.expressions,e)}),e(it,function(e){return t(this.definitions,e)}),e(lt,function(e){return this.value}),e(Ue,l),e(Ke,function(e){return t(this.segments,e)})}(function(e,t){e.DEFMETHOD("has_side_effects",t)}),function(e){function t(e,t){for(var n=e.length;--n>=0;)if(e[n].may_throw(t))return!0;return!1}e(le,f),e(Nt,l),e(rn,l),e(ge,l),e(xe,l),e(Lt,l),e(tn,l),e(bt,function(e){return t(this.elements,e)}),e(vt,function(e){return!!this.right.may_throw(e)||!(!e.has_directive("use strict")&&"="==this.operator&&this.left instanceof Zt)&&this.left.may_throw(e)}),e(St,function(e){return this.left.may_throw(e)||this.right.may_throw(e)}),e(he,function(e){return t(this.body,e)}),e(ft,function(e){return!!t(this.args,e)||!this.is_expr_pure(e)&&(!!this.expression.may_throw(e)||(!(this.expression instanceof xe)||t(this.expression.body,e)))}),e(Je,function(e){return this.expression.may_throw(e)||t(this.body,e)}),e(At,function(e){return this.condition.may_throw(e)||this.consequent.may_throw(e)||this.alternative.may_throw(e)}),e(it,function(e){return t(this.definitions,e)}),e(mt,function(e){return this.expression.may_throw_on_access(e)||this.expression.may_throw(e)}),e($e,function(e){return this.condition.may_throw(e)||this.body&&this.body.may_throw(e)||this.alternative&&this.alternative.may_throw(e)}),e(Ae,function(e){return this.body.may_throw(e)}),e(yt,function(e){return t(this.properties,e)}),e(Ct,function(e){return this.value.may_throw(e)}),e(Xe,function(e){return this.value&&this.value.may_throw(e)}),e(_t,function(e){return t(this.expressions,e)}),e(de,function(e){return this.body.may_throw(e)}),e(Et,function(e){return this.expression.may_throw_on_access(e)||this.expression.may_throw(e)||this.property.may_throw(e)}),e(je,function(e){return this.expression.may_throw(e)||t(this.body,e)}),e(Zt,function(e){return!this.is_declared(e)}),e(et,function(e){return this.bcatch?this.bcatch.may_throw(e):t(this.body,e)||this.bfinally&&this.bfinally.may_throw(e)}),e(ht,function(e){return!("typeof"==this.operator&&this.expression instanceof Zt)&&this.expression.may_throw(e)}),e(lt,function(e){return!!this.value&&this.value.may_throw(e)})}(function(e,t){e.DEFMETHOD("may_throw",t)}),function(e){function t(e){for(var t=e.length;--t>=0;)if(!e[t].is_constant_expression())return!1;return!0}function n(e){var t=this,n=!0;return t.walk(new gn(function(r){if(!n)return!0;if(r instanceof Zt){if(t.inlined)return n=!1,!0;var o=r.definition();if(i(o,t.enclosed)&&!t.variables.has(o.name)){if(e){var a=e.find_variable(r);if(o.undeclared?!a:a===o)return n="f",!0}n=!1}return!0}return r instanceof tn&&t instanceof Le?(n=!1,!0):void 0})),n}e(le,l),e(rn,f),e(Nt,function(e){return!(this.extends&&!this.extends.is_constant_expression(e))&&n.call(this,e)}),e(xe,n),e(ht,function(){return this.expression.is_constant_expression()}),e(St,function(){return this.left.is_constant_expression()&&this.right.is_constant_expression()}),e(bt,function(){return t(this.elements)}),e(yt,function(){return t(this.properties)}),e(Ct,function(){return!(this.key instanceof le)&&this.value.is_constant_expression()})}(function(e,t){e.DEFMETHOD("is_constant_expression",t)}),function(e){function t(){for(var e=0;e1)||(o.name=null)),o instanceof xe&&!(o instanceof ke))for(var g=!e.option("keep_fargs"),A=o.argnames,v=A.length;--v>=0;){var y;(y=A[v])instanceof we&&(y=y.expression),y instanceof Tt&&(y=y.left),y instanceof Pe||y.definition().id in a?g=!1:(y.__unused=!0,g&&(A.pop(),e[y.unreferenced()?"warn":"info"]("Dropping unused function argument {name} [{file}:{line},{col}]",L(y))))}if((o instanceof Ve||o instanceof wt)&&o!==t)if(!((E=o.name.definition()).id in a||!n&&E.global))return e[o.name.unreferenced()?"warn":"info"]("Dropping unused function {name} [{file}:{line},{col}]",L(o.name)),E.eliminated++,m(ge,o);if(o instanceof it&&!(f instanceof Oe&&f.init===o)){var O=!(f instanceof Ne||o instanceof rt),F=[],N=[],w=[],x=[];switch(o.definitions.forEach(function(t){t.value&&(t.value=t.value.transform(T));var n=t.name instanceof Pe,r=n?new yn(null,{name:""}):t.name.definition();if(O&&r.global)return w.push(t);if(!i&&!O||n&&(t.name.names.length||t.name.is_array||1!=e.option("pure_getters"))||r.id in a){if(t.value&&r.id in u&&u[r.id]!==t&&(t.value=t.value.drop_side_effect_free(e)),t.name instanceof Vt){var s=c.get(r.id);if(s.length>1&&(!t.value||r.orig.indexOf(t.name)>r.eliminated)){if(e.warn("Dropping duplicated definition of variable {name} [{file}:{line},{col}]",L(t.name)),t.value){var l=m(Zt,t.name,t.name);r.references.push(l);var f=m(vt,t,{operator:"=",left:l,right:t.value});u[r.id]===t&&(u[r.id]=f),x.push(f.transform(T))}return h(s,t),void r.eliminated++}}t.value?(x.length>0&&(w.length>0?(x.push(t.value),t.value=D(t.value,x)):F.push(m(de,o,{body:D(o,x)})),x=[]),w.push(t)):N.push(t)}else if(r.orig[0]instanceof Yt){(p=t.value&&t.value.drop_side_effect_free(e))&&x.push(p),t.value=null,N.push(t)}else{var p;(p=t.value&&t.value.drop_side_effect_free(e))?(n||e.warn("Side effects in initialization of unused variable {name} [{file}:{line},{col}]",L(t.name)),x.push(p)):n||e[t.name.unreferenced()?"warn":"info"]("Dropping unused variable {name} [{file}:{line},{col}]",L(t.name)),r.eliminated++}}),(N.length>0||w.length>0)&&(o.definitions=N.concat(w),F.push(o)),x.length>0&&F.push(m(de,o,{body:D(o,x)})),F.length){case 0:return l?d.skip:m(ge,o);case 1:return F[0];default:return l?d.splice(F):m(De,o,{body:F})}}if(o instanceof Ce)return s(o,this),o.init instanceof De&&(k=o.init,o.init=k.body.pop(),k.body.push(o)),o.init instanceof de?o.init=o.init.body:R(o.init)&&(o.init=null),k?l?d.splice(k.body):k:o;if(o instanceof Ae&&o.body instanceof Ce){if(s(o,this),o.body instanceof De){var k=o.body;return o.body=k.body.pop(),k.body.push(o),l?d.splice(k.body):k}return o}if(o instanceof De)return s(o,this),l&&S(o.body,M)?d.splice(o.body):o;if(o instanceof Me){var I=_;return _=o,s(o,this),_=I,o}}function L(e){return{name:e.name,file:e.start.file,line:e.start.line,col:e.start.col}}});t.transform(T)}}function y(e,n){var i,c=r(e);if(c instanceof Zt&&!s(e.left,Pt)&&t.variables.get(c.name)===(i=c.definition()))return e instanceof vt&&(e.right.walk(E),i.chained||e.left.fixed_value()!==e.right||(u[i.id]=e)),!0;if(e instanceof Zt)return(i=e.definition()).id in a||(a[i.id]=!0,o.push(i),(i=i.redefined())&&(a[i.id]=!0,o.push(i))),!0;if(e instanceof Me){var l=_;return _=e,n(),_=l,!0}}}),Me.DEFMETHOD("hoist_declarations",function(e){var t=this;if(e.has_directive("use asm"))return t;if(!Array.isArray(t.body))return t;var n=e.option("hoist_funs"),i=e.option("hoist_vars");if(n||i){var o=[],a=[],s=new A,u=0,c=0;t.walk(new gn(function(e){return e instanceof Me&&e!==t||(e instanceof rt?(++c,!0):void 0)})),i=i&&c>1;var l=new Sn(function(r){if(r!==t){if(r instanceof _e)return o.push(r),m(ge,r);if(n&&r instanceof Ve&&!(l.parent()instanceof ct)&&l.parent()===t)return a.push(r),m(ge,r);if(i&&r instanceof rt){r.definitions.forEach(function(e){e.name instanceof Pe||(s.set(e.name.name,e),++u)});var c=r.to_assignments(e),f=l.parent();if(f instanceof Oe&&f.init===r){if(null==c){var p=r.definitions[0].name;return m(Zt,p,p)}return c}return f instanceof Ce&&f.init===r?c:c?m(de,r,{body:c}):m(ge,r)}if(r instanceof Me)return r}});if(t=t.transform(l),u>0){var f=[];if(s.each(function(e,n){t instanceof xe&&r(function(t){return t.name==e.name.name},t.args_as_names())?s.del(n):((e=e.clone()).value=null,f.push(e),s.set(n,e))}),f.length>0){for(var p=0;p0&&(u[0].body=s.concat(u[0].body)),e.body=u;n=u[u.length-1];){var _=n.body[n.body.length-1];if(_ instanceof Ye&&t.loopcontrol_target(_)===e&&n.body.pop(),n.body.length||n instanceof Je&&(o||n.expression.has_side_effects(t)))break;u.pop()===o&&(o=null)}if(0==u.length)return m(De,e,{body:s.concat(m(de,e.expression,{body:e.expression}))}).optimize(t);if(1==u.length&&(u[0]===a||u[0]===o)){var d=!1,E=new gn(function(t){if(d||t instanceof xe||t instanceof de)return!0;t instanceof Ye&&E.loopcontrol_target(t)===e&&(d=!0)});if(e.walk(E),!d){var h,D=u[0].body.slice();return(h=u[0].expression)&&D.unshift(m(de,h,{body:h})),D.unshift(m(de,e.expression,{body:e.expression})),m(De,e,{body:D}).optimize(t)}}return e;function g(e,n){n&&!ie(n)?n.body=n.body.concat(e.body):G(t,e,s)}}),e(et,function(e,t){if(U(e.body,t),e.bcatch&&e.bfinally&&S(e.bfinally.body,R)&&(e.bfinally=null),t.option("dead_code")&&S(e.body,R)){var n=[];return e.bcatch&&(G(t,e.bcatch,n),n.forEach(function(e){e instanceof it&&e.definitions.forEach(function(e){var t=e.name.definition().redefined();t&&(e.name=e.name.clone(),e.name.thedef=t)})})),e.bfinally&&(n=n.concat(e.bfinally.body)),m(De,e,{body:n}).optimize(t)}return e}),it.DEFMETHOD("remove_initializers",function(){var e=[];this.definitions.forEach(function(t){t.name instanceof Lt?(t.value=null,e.push(t)):t.name.walk(new gn(function(n){n instanceof Lt&&e.push(m(lt,t,{name:n,value:null}))}))}),this.definitions=e}),it.DEFMETHOD("to_assignments",function(e){var t=e.option("reduce_vars"),n=this.definitions.reduce(function(e,n){if(!n.value||n.name instanceof Pe){if(n.value){var i=m(lt,n,{name:n.name,value:n.value}),r=m(rt,n,{definitions:[i]});e.push(r)}}else{var o=m(Zt,n.name,n.name);e.push(m(vt,n,{operator:"=",left:o,right:n.value})),t&&(o.definition().fixed=!1)}return(n=n.name.definition()).eliminated++,n.replaced--,e},[]);return 0==n.length?null:D(this,n)}),e(it,function(e,t){return 0==e.definitions.length?m(ge,e):e}),e(ut,function(e,t){return e}),e(ft,function(e,t){var n=e.expression,i=n;Wt(e,t,e.args);var r=S(e.args,function(e){return!(e instanceof we)});t.option("reduce_vars")&&i instanceof Zt&&Ee(i=i.fixed_value(),t)&&(i=n);var a=i instanceof xe;if(t.option("unused")&&r&&a&&!i.uses_arguments&&!i.pinned()){for(var s=0,u=0,c=0,l=e.args.length;c=i.argnames.length;if(f||i.argnames[c].__unused){if(A=e.args[c].drop_side_effect_free(t))e.args[s++]=A;else if(!f){e.args[s++]=m(an,e.args[c],{value:0});continue}}else e.args[s++]=e.args[c];u=s}e.args.length=u}if(t.option("unsafe"))if(x(n))switch(n.name){case"Array":if(1!=e.args.length)return m(bt,e,{elements:e.args}).optimize(t);break;case"Object":if(0==e.args.length)return m(yt,e,{properties:[]});break;case"String":if(0==e.args.length)return m(on,e,{value:""});if(e.args.length<=1)return m(St,e,{left:e.args[0],operator:"+",right:m(on,e,{value:""})}).optimize(t);break;case"Number":if(0==e.args.length)return m(an,e,{value:0});if(1==e.args.length)return m(Dt,e,{expression:e.args[0],operator:"+"}).optimize(t);case"Boolean":if(0==e.args.length)return m(mn,e);if(1==e.args.length)return m(Dt,e,{expression:m(Dt,e,{expression:e.args[0],operator:"!"}),operator:"!"}).optimize(t);break;case"RegExp":var p=[];if(S(e.args,function(e){var n=e.evaluate(t);return p.unshift(n),e!==n}))try{return $(t,e,m(sn,e,{value:RegExp.apply(RegExp,p)}))}catch(n){t.warn("Error converting {expr} [{file}:{line},{col}]",{expr:e.print_to_string(),file:e.start.file,line:e.start.line,col:e.start.col})}}else if(n instanceof mt)switch(n.property){case"toString":if(0==e.args.length&&!n.expression.may_throw_on_access(t))return m(St,e,{left:m(on,e,{value:""}),operator:"+",right:n.expression}).optimize(t);break;case"join":if(n.expression instanceof bt)e:{var _;if(!(e.args.length>0&&(_=e.args[0].evaluate(t))===e.args[0])){var d,E=[],h=[];for(c=0,l=n.expression.elements.length;c0&&(E.push(m(on,e,{value:h.join(_)})),h.length=0),E.push(g))}return h.length>0&&E.push(m(on,e,{value:h.join(_)})),0==E.length?m(on,e,{value:""}):1==E.length?E[0].is_string(t)?E[0]:m(St,E[0],{operator:"+",left:m(on,e,{value:""}),right:E[0]}):""==_?(d=E[0].is_string(t)||E[1].is_string(t)?E.shift():m(on,e,{value:""}),E.reduce(function(e,t){return m(St,t,{operator:"+",left:e,right:t})},d).optimize(t)):((A=e.clone()).expression=A.expression.clone(),A.expression.expression=A.expression.expression.clone(),A.expression.expression.elements=E,$(t,e,A));var A}}break;case"charAt":if(n.expression.is_string(t)){var v=e.args[0],T=v?v.evaluate(t):0;if(T!==v)return m(Et,n,{expression:n.expression,property:y(0|T,v||n)}).optimize(t)}break;case"apply":if(2==e.args.length&&e.args[1]instanceof bt)return(V=e.args[1].elements.slice()).unshift(e.args[0]),m(ft,e,{expression:m(mt,n,{expression:n.expression,property:"call"}),args:V}).optimize(t);break;case"call":var b=n.expression;if(b instanceof Zt&&(b=b.fixed_value()),b instanceof xe&&!b.contains_this())return(e.args.length?D(this,[e.args[0],m(ft,e,{expression:n.expression,args:e.args.slice(1)})]):m(ft,e,{expression:n.expression,args:[]})).optimize(t)}if(t.option("unsafe_Function")&&x(n)&&"Function"==n.name){if(0==e.args.length)return m(Ie,e,{argnames:[],body:[]}).optimize(t);if(S(e.args,function(e){return e instanceof on}))try{var C=se(N="n(function("+e.args.slice(0,-1).map(function(e){return e.value}).join(",")+"){"+e.args[e.args.length-1].value+"})"),O={ie8:t.option("ie8")};C.figure_out_scope(O);var F,M=new Mn(t.options);(C=C.transform(M)).figure_out_scope(O),Rn.reset(),C.compute_char_frequency(O),C.mangle_names(O),C.walk(new gn(function(e){return!!F||(o(e)?(F=e,!0):void 0)})),F.body instanceof le&&(F.body=[m(Xe,F.body,{value:F.body})]);var N=bn();return De.prototype._codegen.call(F,F,N),e.args=[m(on,e,{value:F.argnames.map(function(e){return e.print_to_string()}).join(",")}),m(on,e.args[e.args.length-1],{value:N.get().replace(/^{|}$/g,"")})],e}catch(n){if(!(n instanceof Z))throw n;t.warn("Error parsing code passed to new Function [{file}:{line},{col}]",e.args[e.args.length-1].start),t.warn(n.toString())}}var k=a&&i.body;k instanceof le?k=m(Xe,k,{value:k}):k&&(k=k[0]);var I=a&&!i.is_generator&&!i.async,L=t.option("inline")&&!e.is_expr_pure(t);if(L&&k instanceof Xe&&I&&(!(K=k.value)||K.is_constant_expression())){K=K?K.clone(!0):m(fn,e);var V=e.args.concat(K);return D(e,V).optimize(t)}if(I){var P,K,U,G,H=-1;if(L&&r&&!i.uses_arguments&&!i.pinned()&&!(t.parent()instanceof Nt)&&!(i.name&&i instanceof Ie)&&(!(t.find_parent(xe)instanceof Le)||0==i.argnames.length&&(i.body instanceof le||1==i.body.length))&&(K=function(e){var n=i.body instanceof le?[i.body]:i.body,r=n.length;if(t.option("inline")<3)return 1==r&&z(e);e=null;for(var o=0;o=0;){var s=o.definitions[a].name;if(s instanceof Pe||e[s.name]||B(s.name)||U.var_names()[s.name])return!1;G&&G.push(s.definition())}}}return!0}(e,r>=3&&n)||!function(e,t){for(var n=0,r=i.argnames.length;n=2&&n)||G&&0!=G.length&&st(i,G))}()&&!(U instanceof Nt))return i._squeezed=!0,D(e,function(){var n=[],r=[];(function(t,n){for(var r=i.argnames.length,o=e.args.length;--o>=r;)n.push(e.args[o]);for(o=r;--o>=0;){var a=i.argnames[o],s=e.args[o];if(a.__unused||!a.name||U.var_names()[a.name])s&&n.push(s);else{var u=m(Vt,a,a);a.definition().orig.push(u),!s&&G&&(s=m(fn,e)),W(t,n,u,s)}}t.reverse(),n.reverse()})(n,r),function(e,t){for(var n=t.length,r=0,o=i.body.length;r11)return m(ft,e,e).transform(t);const i=[];for(let t=0;t0&&X(r[o],t);)o--;o0)return(n=this.clone()).right=D(this.right,t.slice(o)),(t=t.slice(0,o)).push(n),D(this,t).optimize(e)}}return this});var Se=g("== === != !== * & | ^");function Fe(e,t){for(var n,i=0;n=e.parent(i);i++)if(n instanceof xe){var r=n.name;if(r&&r.definition()===t)break}return n}function ze(e,t){return e instanceof Zt||e.TYPE===t.TYPE}function st(e,t){var n=!1,r=new gn(function(e){return!!n||(e instanceof Zt&&i(e.definition(),t)?n=!0:void 0)}),o=new gn(function(t){if(n)return!0;if(t instanceof Me&&t!==e){var i=o.parent();if(i instanceof ft&&i.expression===t)return;return t.walk(r),!0}});return e.walk(o),n}e(St,function(e,t){function n(){return e.left.is_constant()||e.right.is_constant()||!e.left.has_side_effects(t)&&!e.right.has_side_effects(t)}function i(t){if(n()){t&&(e.operator=t);var i=e.left;e.left=e.right,e.right=i}}if(Se(e.operator)&&e.right.is_constant()&&!e.left.is_constant()&&(e.left instanceof St&&oe[e.left.operator]>=oe[e.operator]||i()),e=e.lift_sequences(t),t.option("comparisons"))switch(e.operator){case"===":case"!==":var r=!0;(e.left.is_string(t)&&e.right.is_string(t)||e.left.is_number(t)&&e.right.is_number(t)||e.left.is_boolean()&&e.right.is_boolean()||e.left.equivalent_to(e.right))&&(e.operator=e.operator.substr(0,2));case"==":case"!=":if(!r&&X(e.left,t))e.left=m(cn,e.left);else if(t.option("typeofs")&&e.left instanceof on&&"undefined"==e.left.value&&e.right instanceof Dt&&"typeof"==e.right.operator){var o=e.right.expression;(o instanceof Zt?!o.is_declared(t):o instanceof dt&&t.option("ie8"))||(e.right=o,e.left=m(fn,e.left).optimize(t),2==e.operator.length&&(e.operator+="="))}else if(e.left instanceof Zt&&e.right instanceof Zt&&e.left.definition()===e.right.definition()&&((u=e.left.fixed_value())instanceof bt||u instanceof xe||u instanceof yt||u instanceof Nt))return m("="==e.operator[0]?En:mn,e);break;case"&&":case"||":var a=e.left;if(a.operator==e.operator&&(a=a.right),a instanceof St&&a.operator==("&&"==e.operator?"!==":"===")&&e.right instanceof St&&a.operator==e.right.operator&&(X(a.left,t)&&e.right.left instanceof cn||a.left instanceof cn&&X(e.right.left,t))&&!a.right.has_side_effects(t)&&a.right.equivalent_to(e.right.right)){var s=m(St,e,{operator:a.operator.slice(0,-1),left:m(cn,e),right:a.right});return a!==e.left&&(s=m(St,e,{operator:e.operator,left:e.left.left,right:s})),s}}var u;if("+"==e.operator&&t.in_boolean_context()){var c=e.left.evaluate(t),l=e.right.evaluate(t);if(c&&"string"==typeof c)return t.warn("+ in boolean context always true [{file}:{line},{col}]",e.start),D(e,[e.right,m(En,e)]).optimize(t);if(l&&"string"==typeof l)return t.warn("+ in boolean context always true [{file}:{line},{col}]",e.start),D(e,[e.left,m(En,e)]).optimize(t)}if(t.option("comparisons")&&e.is_boolean()){if(!(t.parent()instanceof St)||t.parent()instanceof vt){var f=m(Dt,e,{operator:"!",expression:e.negate(t,T(t))});e=$(t,e,f)}if(t.option("unsafe_comps"))switch(e.operator){case"<":i(">");break;case"<=":i(">=")}}if("+"==e.operator){if(e.right instanceof on&&""==e.right.getValue()&&e.left.is_string(t))return e.left;if(e.left instanceof on&&""==e.left.getValue()&&e.right.is_string(t))return e.right;if(e.left instanceof St&&"+"==e.left.operator&&e.left.left instanceof on&&""==e.left.left.getValue()&&e.right.is_string(t))return e.left=e.left.right,e.transform(t)}if(t.option("evaluate")){switch(e.operator){case"&&":if(!(c=!!e.left.truthy||!e.left.falsy&&e.left.evaluate(t)))return t.warn("Condition left of && always false [{file}:{line},{col}]",e.start),C(t.parent(),t.self(),e.left).optimize(t);if(!(c instanceof le))return t.warn("Condition left of && always true [{file}:{line},{col}]",e.start),D(e,[e.left,e.right]).optimize(t);if(l=e.right.evaluate(t)){if(!(l instanceof le)){if("&&"==(p=t.parent()).operator&&p.left===t.self()||t.in_boolean_context())return t.warn("Dropping side-effect-free && [{file}:{line},{col}]",e.start),e.left.optimize(t)}}else{if(t.in_boolean_context())return t.warn("Boolean && always false [{file}:{line},{col}]",e.start),D(e,[e.left,m(mn,e)]).optimize(t);e.falsy=!0}if("||"==e.left.operator)if(!(_=e.left.right.evaluate(t)))return m(At,e,{condition:e.left.left,consequent:e.right,alternative:e.left.right}).optimize(t);break;case"||":var p,_;if(!(c=!!e.left.truthy||!e.left.falsy&&e.left.evaluate(t)))return t.warn("Condition left of || always false [{file}:{line},{col}]",e.start),D(e,[e.left,e.right]).optimize(t);if(!(c instanceof le))return t.warn("Condition left of || always true [{file}:{line},{col}]",e.start),C(t.parent(),t.self(),e.left).optimize(t);if(l=e.right.evaluate(t)){if(!(l instanceof le)){if(t.in_boolean_context())return t.warn("Boolean || always true [{file}:{line},{col}]",e.start),D(e,[e.left,m(En,e)]).optimize(t);e.truthy=!0}}else if("||"==(p=t.parent()).operator&&p.left===t.self()||t.in_boolean_context())return t.warn("Dropping side-effect-free || [{file}:{line},{col}]",e.start),e.left.optimize(t);if("&&"==e.left.operator)if((_=e.left.right.evaluate(t))&&!(_ instanceof le))return m(At,e,{condition:e.left.left,consequent:e.left.right,alternative:e.right}).optimize(t)}var d=!0;switch(e.operator){case"+":if(e.left instanceof rn&&e.right instanceof St&&"+"==e.right.operator&&e.right.left instanceof rn&&e.right.is_string(t)&&(e=m(St,e,{operator:"+",left:m(on,e.left,{value:""+e.left.getValue()+e.right.left.getValue(),start:e.left.start,end:e.right.left.end}),right:e.right.right})),e.right instanceof rn&&e.left instanceof St&&"+"==e.left.operator&&e.left.right instanceof rn&&e.left.is_string(t)&&(e=m(St,e,{operator:"+",left:e.left.left,right:m(on,e.right,{value:""+e.left.right.getValue()+e.right.getValue(),start:e.left.right.start,end:e.right.end})})),e.left instanceof St&&"+"==e.left.operator&&e.left.is_string(t)&&e.left.right instanceof rn&&e.right instanceof St&&"+"==e.right.operator&&e.right.left instanceof rn&&e.right.is_string(t)&&(e=m(St,e,{operator:"+",left:m(St,e.left,{operator:"+",left:e.left.left,right:m(on,e.left.right,{value:""+e.left.right.getValue()+e.right.left.getValue(),start:e.left.right.start,end:e.right.left.end})}),right:e.right.right})),e.right instanceof Dt&&"-"==e.right.operator&&e.left.is_number(t)){e=m(St,e,{operator:"-",left:e.left,right:e.right.expression});break}if(e.left instanceof Dt&&"-"==e.left.operator&&n()&&e.right.is_number(t)){e=m(St,e,{operator:"-",left:e.right,right:e.left.expression});break}case"*":d=t.option("unsafe_math");case"&":case"|":case"^":if(e.left.is_number(t)&&e.right.is_number(t)&&n()&&!(e.left instanceof St&&e.left.operator!=e.operator&&oe[e.left.operator]>=oe[e.operator])){var E=m(St,e,{operator:e.operator,left:e.right,right:e.left});e=e.right instanceof rn&&!(e.left instanceof rn)?$(t,E,e):$(t,e,E)}d&&e.is_number(t)&&(e.right instanceof St&&e.right.operator==e.operator&&(e=m(St,e,{operator:e.operator,left:m(St,e.left,{operator:e.operator,left:e.left,right:e.right.left,start:e.left.start,end:e.right.left.end}),right:e.right.right})),e.right instanceof rn&&e.left instanceof St&&e.left.operator==e.operator&&(e.left.left instanceof rn?e=m(St,e,{operator:e.operator,left:m(St,e.left,{operator:e.operator,left:e.left.left,right:e.right,start:e.left.left.start,end:e.right.end}),right:e.left.right}):e.left.right instanceof rn&&(e=m(St,e,{operator:e.operator,left:m(St,e.left,{operator:e.operator,left:e.left.right,right:e.right,start:e.left.right.start,end:e.right.end}),right:e.left.left}))),e.left instanceof St&&e.left.operator==e.operator&&e.left.right instanceof rn&&e.right instanceof St&&e.right.operator==e.operator&&e.right.left instanceof rn&&(e=m(St,e,{operator:e.operator,left:m(St,e.left,{operator:e.operator,left:m(St,e.left.left,{operator:e.operator,left:e.left.right,right:e.right.left,start:e.left.right.start,end:e.right.left.end}),right:e.left.left}),right:e.right.right})))}}if(e.right instanceof St&&e.right.operator==e.operator&&(z(e.operator)||"+"==e.operator&&(e.right.left.is_string(t)||e.left.is_string(t)&&e.right.right.is_string(t))))return e.left=m(St,e.left,{operator:e.operator,left:e.left,right:e.right.left}),e.right=e.right.right,e.transform(t);var h=e.evaluate(t);return h!==e?(h=y(h,e).optimize(t),$(t,h,e)):e}),e(Qt,function(e,t){return e}),e(Zt,function(e,t){if(!t.option("ie8")&&x(e)&&(!e.scope.uses_with||!t.find_parent(Re)))switch(e.name){case"undefined":return m(fn,e).optimize(t);case"NaN":return m(ln,e).optimize(t);case"Infinity":return m(_n,e).optimize(t)}var n=t.parent();if(t.option("reduce_vars")&&Y(e,n)!==e){var i=e.definition();if(t.top_retain&&i.global&&t.top_retain(i))return i.fixed=!1,i.should_replace=!1,i.single_use=!1,e;var r=e.fixed_value(),a=i.single_use&&!(n instanceof ft&&n.is_expr_pure(t));if(a&&(r instanceof xe||r instanceof Nt))if(Ee(r,t))a=!1;else if(i.scope!==e.scope&&(!t.option("reduce_funcs")&&r instanceof xe||1==i.escaped||r.inlined||function(e){for(var t,n=0;t=e.parent(n++);){if(t instanceof fe)return!1;if(t instanceof bt||t instanceof Ot||t instanceof yt)return!0}return!1}(t)))a=!1;else if(Fe(t,i))a=!1;else if((i.scope!==e.scope||i.orig[0]instanceof Ut)&&"f"==(a=r.is_constant_expression(e.scope))){var s=e.scope;do{(s instanceof Ve||o(s))&&(s.inlined=!0)}while(s=s.parent_scope)}if(a&&r){var u;if(r instanceof wt&&(r=m(xt,r,r)),r instanceof Ve&&(r._squeezed=!0,r=m(Ie,r,r)),i.recursive_refs>0&&r.name instanceof Gt){var c=(u=r.clone(!0)).name.definition(),l=u.variables.get(u.name.name),f=l&&l.orig[0];f instanceof Xt||((f=m(Xt,u.name,u.name)).scope=u,u.name=f,l=u.def_function(f)),u.walk(new gn(function(e){e instanceof Zt&&e.definition()===c&&(e.thedef=l,l.references.push(e))}))}else(u=r.optimize(t))===r&&(u=r.clone(!0));return u}if(r&&void 0===i.should_replace){var p;if(r instanceof tn)i.orig[0]instanceof Ut||!S(i.references,function(e){return i.scope===e.scope})||(p=r);else{var _=r.evaluate(t);_===r||!t.option("unsafe_regexp")&&_ instanceof RegExp||(p=y(_,r))}if(p){var d,E=p.optimize(t).print_to_string().length;!function(e){var t;return e.walk(new gn(function(e){if(e instanceof Zt&&(t=!0),t)return!0})),t}(r)?(E=Math.min(E,r.print_to_string().length),d=function(){var e=q(p.optimize(t),r);return e===p||e===r?e.clone(!0):e}):d=function(){var e=p.optimize(t);return e===p?e.clone(!0):e};var h=i.name.length,D=0;t.option("unused")&&!t.exposed(i)&&(D=(h+2+E)/(i.references.length-i.assignments)),i.should_replace=E<=h+D&&d}else i.should_replace=!1}if(i.should_replace)return i.should_replace()}return e}),e(fn,function(e,t){if(t.option("unsafe_undefined")){var n=u(t,"undefined");if(n){var i=m(Zt,e,{name:"undefined",scope:n.scope,thedef:n});return i.is_undefined=!0,i}}var r=Y(t.self(),t.parent());return r&&ze(r,e)?e:m(Dt,e,{operator:"void",expression:m(an,e,{value:0})})}),e(_n,function(e,t){var n=Y(t.self(),t.parent());return n&&ze(n,e)?e:!t.option("keep_infinity")||n&&!ze(n,e)||u(t,"Infinity")?m(St,e,{operator:"/",left:m(an,e,{value:1}),right:m(an,e,{value:0})}):e}),e(ln,function(e,t){var n=Y(t.self(),t.parent());return n&&!ze(n,e)||u(t,"NaN")?m(St,e,{operator:"/",left:m(an,e,{value:0}),right:m(an,e,{value:0})}):e});var Ft=["+","-","/","*","%",">>","<<",">>>","|","^","&"],It=["*","|","^","&"];function Kt(e,t){return e instanceof Zt&&(e=e.fixed_value()),!!e&&(!(e instanceof xe||e instanceof Nt)||t.parent()instanceof pt||!e.contains_this())}function zt(e,t){return t.in_boolean_context()?$(t,e,D(e,[e,m(En,e)]).optimize(t)):e}function Wt(e,t,n){for(var i=0;i0&&s.args.length==u.args.length&&s.expression.equivalent_to(u.expression)&&!e.condition.has_side_effects(t)&&!s.expression.has_side_effects(t)&&"number"==typeof(o=function(){for(var e=s.args,t=u.args,n=0,i=e.length;n1)&&(p=null)}else if(!p&&!t.option("keep_fargs")&&s=n.argnames.length;)p=m(Ut,n,{name:n.make_var_name("argument_"+n.argnames.length),scope:n}),n.argnames.push(p),n.enclosed.push(n.def_variable(p));if(p){var d=m(Zt,e,p);return d.reference({}),delete p.__unused,d}}if(Y(e,t.parent()))return e;if(o!==r){var E=e.flatten_object(a,t);E&&(i=e.expression=E.expression,r=e.property=E.property)}if(t.option("properties")&&t.option("side_effects")&&r instanceof an&&i instanceof bt){s=r.getValue();var h=i.elements,g=h[s];e:if(Kt(g,t)){for(var S=!0,A=[],v=h.length;--v>s;){(T=h[v].drop_side_effect_free(t))&&(A.unshift(T),S&&T.has_side_effects(t)&&(S=!1))}if(g instanceof we)break e;for(g=g instanceof pn?m(fn,g):g,S||A.unshift(g);--v>=0;){var T;if((T=h[v])instanceof we)break e;(T=T.drop_side_effect_free(t))?A.unshift(T):s--}return S?(A.push(g),D(e,A).optimize(t)):m(Et,e,{expression:m(bt,i,{elements:A}),property:m(an,r,{value:s})})}}var b=e.evaluate(t);return b!==e?$(t,b=y(b,e).optimize(t),e):e}),xe.DEFMETHOD("contains_this",function(){var e,t=this;return t.walk(new gn(function(n){return!!e||(n instanceof tn?e=!0:n!==t&&n instanceof Me&&!(n instanceof Le)||void 0)})),e}),dt.DEFMETHOD("flatten_object",function(e,t){if(t.option("properties")){var n=t.option("unsafe_arrows")&&t.option("ecma")>=6,i=this.expression;if(i instanceof yt)for(var r=i.properties,o=r.length;--o>=0;){var a=r[o];if(""+(a instanceof Mt?a.key.name:a.key)==e){if(!S(r,function(e){return e instanceof Ot||n&&e instanceof Mt&&!e.is_generator}))break;if(!Kt(a.value,t))break;return m(Et,this,{expression:m(bt,i,{elements:r.map(function(e){var t=e.value;t instanceof ke&&(t=m(Ie,t,t));var n=e.key;return n instanceof le&&!(n instanceof Ht)?D(e,[n,t]):t})}),property:m(an,this,{value:o})})}}}}),e(mt,function(e,t){if("arguments"!=e.property&&"caller"!=e.property||t.warn("Function.prototype.{prop} not supported [{file}:{line},{col}]",{prop:e.property,file:e.start.file,line:e.start.line,col:e.start.col}),Y(e,t.parent()))return e;if(t.option("unsafe_proto")&&e.expression instanceof mt&&"prototype"==e.expression.property){var n=e.expression.expression;if(x(n))switch(n.name){case"Array":e.expression=m(bt,e.expression,{elements:[]});break;case"Function":e.expression=m(Ie,e.expression,{argnames:[],body:[]});break;case"Number":e.expression=m(an,e.expression,{value:0});break;case"Object":e.expression=m(yt,e.expression,{properties:[]});break;case"RegExp":e.expression=m(sn,e.expression,{value:/t/});break;case"String":e.expression=m(on,e.expression,{value:""})}}var i=e.flatten_object(e.property,t);if(i)return i.optimize(t);var r=e.evaluate(t);return r!==e?$(t,r=y(r,e).optimize(t),e):e}),e(bt,function(e,t){var n=zt(e,t);return n!==e?n:Wt(e,0,e.elements)}),e(yt,function(e,t){var n=zt(e,t);if(n!==e)return n;for(var i=e.properties,r=0;r=6&&!e.name&&!e.is_generator&&!e.uses_arguments&&!e.pinned()){var n=!1;if(e.walk(new gn(function(e){return!!n||(e instanceof tn?(n=!0,!0):void 0)})),!n)return m(Le,e,e).optimize(t)}return e}),e(Nt,function(e,t){return e}),e(Dn,function(e,t){return e.expression&&!e.is_star&&X(e.expression,t)&&(e.expression=null),e}),e(Ke,function(e,t){if(!t.option("evaluate")||t.parent()instanceof Be)return e;for(var n=[],i=0;i=6&&(!(n instanceof RegExp)||n.test(e.key+""))){var i=e.key,r=e.value;if((r instanceof Le&&Array.isArray(r.body)&&!r.contains_this()||r instanceof Ie)&&!r.name)return m(Mt,e,{async:r.async,is_generator:r.is_generator,key:i instanceof le?i:m(Ht,e,{name:i}),value:m(ke,r,r),quote:e.quote})}return e}),e(Pe,function(e,t){if(1==t.option("pure_getters")&&t.option("unused")&&!e.is_array&&Array.isArray(e.names)&&!function(e){for(var t=[/^VarDef$/,/^(Const|Let|Var)$/,/^Export$/],n=0,i=0,r=t.length;n%])([a-z0-9$_]+)/i.exec(e);if(!t)throw new Error("Can't understand property map: "+e);var n=t[1],i=t[2],r=t[3];switch(a+=",\n"+r+": ",c+=",\n"+n+": ",i){case"@":a+="M."+n+".map(from_moz)",c+="M."+r+".map(to_moz)";break;case">":a+="from_moz(M."+n+")",c+="to_moz(M."+r+")";break;case"=":a+="M."+n,c+="M."+r;break;case"%":a+="from_moz(M."+n+").body",c+="to_moz_block(M)";break;default:throw new Error("Can't understand operator in propmap: "+e)}}),a+="\n})\n}",c+="\n}\n}",a=new Function("U2","my_start_token","my_end_token","from_moz","return("+a+")")(An,i,r,s),c=new Function("to_moz","to_moz_block","to_moz_scope","return("+c+")")(l,p,_),t[e]=a,u(n,c)}t.UpdateExpression=t.UnaryExpression=function(e){return new(("prefix"in e?e.prefix:"UnaryExpression"==e.type)?Dt:gt)({start:i(e),end:r(e),operator:e.operator,expression:s(e.argument)})},t.ClassDeclaration=t.ClassExpression=function(e){return new("ClassDeclaration"===e.type?wt:xt)({start:i(e),end:r(e),name:s(e.id),extends:s(e.superClass),properties:e.body.body.map(s)})},o("EmptyStatement",ge),o("BlockStatement",De,"body@body"),o("IfStatement",$e,"test>condition, consequent>body, alternate>alternative"),o("LabeledStatement",Ae,"label>label, body>body"),o("BreakStatement",Ye,"label>label"),o("ContinueStatement",qe,"label>label"),o("WithStatement",Re,"object>expression, body>body"),o("SwitchStatement",je,"discriminant>expression, cases@body"),o("ReturnStatement",Xe,"argument>value"),o("ThrowStatement",ze,"argument>value"),o("WhileStatement",ye,"test>condition, body>body"),o("DoWhileStatement",be,"test>condition, body>body"),o("ForStatement",Ce,"init>init, test>condition, update>step, body>body"),o("ForInStatement",Oe,"left>init, right>object, body>body"),o("ForOfStatement",Fe,"left>init, right>object, body>body, await=await"),o("AwaitExpression",hn,"argument>expression"),o("YieldExpression",Dn,"argument>expression, delegate=is_star"),o("DebuggerStatement",pe),o("VariableDeclarator",lt,"id>name, init>value"),o("CatchClause",tt,"param>argname, body%body"),o("ThisExpression",tn),o("Super",nn),o("BinaryExpression",St,"operator=operator, left>left, right>right"),o("LogicalExpression",St,"operator=operator, left>left, right>right"),o("AssignmentExpression",vt,"operator=operator, left>left, right>right"),o("ConditionalExpression",At,"test>condition, consequent>consequent, alternate>alternative"),o("NewExpression",pt,"callee>expression, arguments@args"),o("CallExpression",ft,"callee>expression, arguments@args"),u(Ne,function(e){return _("Program",e)}),u(we,function(e,t){return{type:f()?"RestElement":"SpreadElement",argument:l(e.expression)}}),u(Be,function(e){return{type:"TaggedTemplateExpression",tag:l(e.prefix),quasi:l(e.template_string)}}),u(Ke,function(e){for(var t=[],n=[],i=0;i1)throw new Error("inline source map only works with singular input");n.sourceMap.content=(i=e[f],r=void 0,(r=/(?:^|[^.])\/\/# sourceMappingURL=data:application\/json(;[\w=-]*)?;base64,([+\/0-9A-Za-z]*=*)\s*$/.exec(i))?In(r[2]):(le.warn("inline source map not found"),null))}c=n.parse.toplevel}a&&wn(c,a),n.wrap&&(c=c.wrap_commonjs(n.wrap)),n.enclose&&(c=c.wrap_enclose(n.enclose)),u&&(u.rename=Date.now()),u&&(u.compress=Date.now()),n.compress&&(c=new Mn(n.compress).compress(c)),u&&(u.scope=Date.now()),n.mangle&&c.figure_out_scope(n.mangle),u&&(u.mangle=Date.now()),n.mangle&&(Rn.reset(),c.compute_char_frequency(n.mangle),c.mangle_names(n.mangle)),u&&(u.properties=Date.now()),n.mangle&&n.mangle.properties&&(c=kn(c,n.mangle.properties)),u&&(u.output=Date.now());var p={};if(n.output.ast&&(p.ast=c),!v(n.output,"code")||n.output.code){if(n.sourceMap&&("string"==typeof n.sourceMap.content&&(n.sourceMap.content=JSON.parse(n.sourceMap.content)),n.output.source_map=function(e){e=s(e,{file:null,root:null,orig:null,orig_line_diff:0,dest_line_diff:0});var n=new t.SourceMapGenerator({file:e.file,sourceRoot:e.root}),i=e.orig&&new t.SourceMapConsumer(e.orig);return i&&i.sources.forEach(function(e){var t=i.sourceContentFor(e,!0);t&&n.setSourceContent(e,t)}),{add:function(t,r,o,a,s,u){if(i){var c=i.originalPositionFor({line:a,column:s});if(null===c.source)return;t=c.source,a=c.line,s=c.column,u=c.name||u}n.addMapping({generated:{line:r+e.dest_line_diff,column:o},original:{line:a+e.orig_line_diff,column:s},source:t,name:u})},get:function(){return n},toString:function(){return JSON.stringify(n.toJSON())}}}({file:n.sourceMap.filename,orig:n.sourceMap.content,root:n.sourceMap.root}),n.sourceMap.includeSources)){if(e instanceof Ne)throw new Error("original source content unavailable");for(var f in e)v(e,f)&&n.output.source_map.get().setSourceContent(f,e[f])}delete n.output.ast,delete n.output.code;var _=bn(n.output);c.print(_),p.code=_.get(),n.sourceMap&&(p.map=n.output.source_map.toString(),"inline"==n.sourceMap.url?p.code+="\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,"+Ln(p.map):n.sourceMap.url&&(p.code+="\n//# sourceMappingURL="+n.sourceMap.url))}return n.nameCache&&n.mangle&&(n.mangle.cache&&(n.nameCache.vars=Bn(n.mangle.cache)),n.mangle.properties&&n.mangle.properties.cache&&(n.nameCache.props=Bn(n.mangle.properties.cache))),u&&(u.end=Date.now(),p.timings={parse:.001*(u.rename-u.parse),rename:.001*(u.compress-u.rename),compress:.001*(u.scope-u.compress),scope:.001*(u.mangle-u.scope),mangle:.001*(u.properties-u.mangle),properties:.001*(u.output-u.properties),output:.001*(u.end-u.output),total:.001*(u.end-u.start)}),l.length&&(p.warnings=l),p}catch(e){return{error:e}}finally{le.warn_function=o}},e.AST_Array=bt,e.AST_Assign=vt,e.AST_Constant=rn,e.AST_Node=le,e.AST_PropAccess=dt,e.AST_Sequence=_t,e.AST_Symbol=kt,e.AST_Token=ce,e.TreeTransformer=Sn,e.TreeWalker=gn,e.defaults=s,e.Dictionary=A,e.push_uniq=m,e.string_template=E,e.base54=Rn,e.Compressor=Mn,e.OutputStream=bn,e.parse=se,e.mangle_properties=kn,e.reserve_quoted_keys=wn,e.JS_Parse_Error=Z,e.tokenizer=te,e.to_ascii=In,e.AST_Accessor=ke,e.AST_Arrow=Le,e.AST_Atom=un,e.AST_Await=hn,e.AST_Binary=St,e.AST_Block=he,e.AST_BlockStatement=De,e.AST_Boolean=dn,e.AST_Break=Ye,e.AST_Call=ft,e.AST_Case=Je,e.AST_Catch=tt,e.AST_Class=Nt,e.AST_ClassExpression=xt,e.AST_ConciseMethod=Mt,e.AST_Conditional=At,e.AST_Const=at,e.AST_Continue=qe,e.AST_Debugger=pe,e.AST_Default=Qe,e.AST_DefaultAssign=Tt,e.AST_DefClass=wt,e.AST_Definitions=it,e.AST_Defun=Ve,e.AST_Destructuring=Pe,e.AST_Directive=_e,e.AST_Do=be,e.AST_Dot=mt,e.AST_DWLoop=Te,e.AST_EmptyStatement=ge,e.AST_Exit=He,e.AST_Expansion=we,e.AST_Export=ct,e.AST_False=mn,e.AST_Finally=nt,e.AST_For=Ce,e.AST_ForIn=Oe,e.AST_ForOf=Fe,e.AST_Function=Ie,e.AST_Hole=pn,e.AST_If=$e,e.AST_Import=ut,e.AST_Infinity=_n,e.AST_IterationStatement=ve,e.AST_Jump=Ge,e.AST_Label=jt,e.AST_LabeledStatement=Ae,e.AST_LabelRef=en,e.AST_Lambda=xe,e.AST_Let=ot,e.AST_LoopControl=We,e.AST_NameMapping=st,e.AST_NaN=ln,e.AST_New=pt,e.AST_NewTarget=It,e.AST_Null=cn,e.AST_Number=an,e.AST_Object=yt,e.AST_ObjectGetter=Rt,e.AST_ObjectKeyVal=Ot,e.AST_ObjectProperty=Ct,e.AST_ObjectSetter=Ft,e.AST_PrefixedTemplateString=Be,e.AST_RegExp=sn,e.AST_Return=Xe,e.AST_Scope=Me,e.AST_SimpleStatement=de,e.AST_Statement=fe,e.AST_StatementWithBody=Se,e.AST_String=on,e.AST_Sub=Et,e.AST_Super=nn,e.AST_Switch=je,e.AST_SwitchBranch=Ze,e.AST_SymbolBlockDeclaration=Pt,e.AST_SymbolCatch=Yt,e.AST_SymbolClass=Wt,e.AST_SymbolConst=Bt,e.AST_SymbolDeclaration=Lt,e.AST_SymbolDefClass=zt,e.AST_SymbolDefun=Gt,e.AST_SymbolExport=Qt,e.AST_SymbolExportForeign=Jt,e.AST_SymbolFunarg=Ut,e.AST_SymbolImport=qt,e.AST_SymbolImportForeign=$t,e.AST_SymbolLambda=Xt,e.AST_SymbolLet=Kt,e.AST_SymbolMethod=Ht,e.AST_SymbolRef=Zt,e.AST_SymbolVar=Vt,e.AST_TemplateSegment=Ue,e.AST_TemplateString=Ke,e.AST_This=tn,e.AST_Throw=ze,e.AST_Toplevel=Ne,e.AST_True=En,e.AST_Try=et,e.AST_Unary=ht,e.AST_UnaryPostfix=gt,e.AST_UnaryPrefix=Dt,e.AST_Undefined=fn,e.AST_Var=rt,e.AST_VarDef=lt,e.AST_While=ye,e.AST_With=Re,e.AST_Yield=Dn,e.walk_body=me}); +//# sourceMappingURL=bundle.min.js.map \ No newline at end of file diff --git a/2019-setembro/node_modules/terser/dist/bundle.min.js.map b/2019-setembro/node_modules/terser/dist/bundle.min.js.map new file mode 100644 index 0000000..967dc61 --- /dev/null +++ b/2019-setembro/node_modules/terser/dist/bundle.min.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["../lib/utils.js","../lib/parse.js","../lib/ast.js","../lib/transform.js","../lib/output.js","../lib/scope.js","../lib/compress/index.js","../tools/domprops.js","../lib/propmangle.js","../lib/minify.js","../lib/mozilla-ast.js","../lib/sourcemap.js"],"names":["characters","str","split","member","name","array","includes","find_if","func","i","n","length","configure_error_stack","fn","Object","defineProperty","prototype","get","err","Error","this","message","e","stack","DefaultsError","msg","defs","defaults","args","croak","ret","HOP","merge","obj","ext","count","noop","return_false","return_true","return_this","return_null","create","constructor","MAP","a","f","backwards","top","doit","val","is_last","Last","v","AtTop","Splice","push","apply","slice","reverse","skip","Array","concat","at_top","splice","last","push_uniq","el","string_template","text","props","replace","p","remove","mergeSort","cmp","_ms","m","Math","floor","left","right","b","r","ai","bi","makePredicate","words","cats","out","j","quote","word","JSON","stringify","s","compareTo","arr","sort","cat","Function","all","predicate","Dictionary","_values","_size","prop","hasOwnProperty","call","first_in_statement","node","parent","AST_Statement","body","AST_Sequence","expressions","TYPE","expression","AST_Dot","AST_Sub","AST_Conditional","condition","AST_Binary","AST_UnaryPostfix","keep_name","keep_setting","RegExp","test","set","key","has","add","del","each","substr","size","map","clone","toObject","fromObject","dict","KEYWORDS","KEYWORDS_ATOM","RESERVED_WORDS","KEYWORDS_BEFORE_EXPRESSION","OPERATOR_CHARS","RE_NUM_LITERAL","RE_HEX_NUMBER","RE_OCT_NUMBER","RE_ES6_OCT_NUMBER","RE_BIN_NUMBER","RE_DEC_NUMBER","OPERATORS","WHITESPACE_CHARS","NEWLINE_CHARS","PUNC_AFTER_EXPRESSION","PUNC_BEFORE_EXPRESSION","PUNC_CHARS","UNICODE","ID_Start","ID_Continue","get_full_char","pos","char","charAt","is_surrogate_pair_head","next","is_surrogate_pair_tail","prev","code","charCodeAt","is_digit","is_identifier","is_identifier_start","ch","is_identifier_char","is_identifier_string","JS_Parse_Error","filename","line","col","js_error","is_token","token","type","value","EX_EOF","tokenizer","$TEXT","html5_comments","shebang","S","tokpos","tokline","tokcol","newline_before","regex_allowed","brace_counter","template_braces","comments_before","directives","directive_stack","peek","signal_eof","in_string","forward","looking_at","find","what","indexOf","start_token","prev_was_dot","previous_token","is_comment","UNARY_POSTFIX","endline","endcol","endpos","nlb","file","raw","substring","comments_after","AST_Token","skip_whitespace","parse_error","read_num","prefix","has_e","after_e","has_x","has_dot","num","pred","read_while","next_token","has_directive","valid","parseInt","parseFloat","parse_js_number","isNaN","read_escaped_char","strict_hex","template_string","String","fromCharCode","hex_bytes","result","strict_octal","read_octal_escape_sequence","digit","read_string","with_eof_error","quote_char","tok","read_template_characters","begin","content","end","tmp","pop","skip_line_comment","find_eol","skip_multiline_comment","surrogates","get_full_char_length","read_name","escaped","read_escaped_identifier_char","read_regexp","source","prev_backslash","in_class","mods","regexp","raw_source","read_operator","grow","op","bigger","handle_slash","eof_error","cont","x","ex","force_regexp","context","nc","add_directive","directive","undefined","push_directives_stack","pop_directives_stack","UNARY_PREFIX","ASSIGNMENT","PRECEDENCE","ATOMIC_START_TOKEN","parse","options","bare_returns","ecma","module","strict","toplevel","input","peeked","in_function","in_async","in_generator","in_directives","in_loop","labels","is","ctx","token_error","unexpected","expect_token","expect","punc","has_newline_before","comment","can_insert_semicolon","is_in_generator","is_in_async","semicolon","optional","parenthesised","exp","embed_tokens","parser","start","expr","arguments","handle_regexp","statement","is_export_default","is_for_body","is_if_body","dir","stat","simple_statement","AST_String","AST_Directive","function_","AST_Defun","imported_name","imported_names","as_symbol","AST_SymbolImport","map_names","mod_str","AST_Import","module_name","import_","label","AST_Label","l","AST_IterationStatement","references","forEach","ref","AST_Continue","AST_LabeledStatement","labeled_statement","AST_BlockStatement","block_","AST_EmptyStatement","break_cont","AST_Break","AST_Debugger","AST_Do","AST_While","for_await_error","await_tok","init","var_","let_","const_","is_in","is_of","AST_Definitions","definitions","is_assignable","to_destructuring","AST_Destructuring","AST_ForIn","object","for_in","is_await","lhs","AST_ForOf","await","for_of","step","AST_For","regular_for","for_","class_","AST_DefClass","cond","belse","AST_If","alternative","if_","AST_Return","AST_Switch","switch_body_","AST_Throw","bcatch","bfinally","parameter","AST_SymbolCatch","AST_Catch","argname","AST_Finally","AST_Try","try_","AST_With","is_default","exported_names","exported_value","exported_definition","AST_Export","AST_Lambda","AST_SimpleStatement","export_","ldef","AST_LabelRef","thedef","arrow_function","argnames","is_async","_function_body","AST_Arrow","async","ctor","is_generator_property","in_statement","is_generator","AST_SymbolDefun","AST_SymbolLambda","AST_Function","AST_Accessor","AST_SymbolDeclaration","track_used_binding_identifiers","is_parameter","parameters","duplicate","default_assignment","spread","strict_mode","tracker","add_parameter","check_strict","mark_default_assignment","mark_spread","mark_strict_mode","is_strict","used_parameters","symbol_type","param","expand","binding_element","AST_DefaultAssign","operator","AST_Expansion","expand_token","elements","first","is_expand","first_token","AST_SymbolFunarg","AST_Hole","names","is_array","AST_ObjectKeyVal","property_token","property","as_property_name","block","generator","loop","current_generator","current_async","params","_verify_symbol","cur","branch","AST_Case","AST_Default","vardefs","no_in","kind","def","sym_type","AST_SymbolVar","AST_SymbolConst","AST_SymbolLet","AST_VarDef","AST_Var","AST_Let","AST_Const","as_atom_node","_make_symbol","AST_SymbolRef","AST_Number","AST_RegExp","AST_False","AST_True","AST_Null","to_fun_args","_","__","default_seen_above","insert_default","default_value","AST_Object","properties","AST_Array","AST_Assign","expr_atom","allow_calls","allow_arrows","subscripts","AST_NewTarget","newexp","expr_list","AST_New","mark_pure","new_","exprs","maybe_sequence","spread_token","invalid_sequence","trailing_comma","params_or_seq_","AST_Call","len","unshift","comments_before_length","array_","object_or_destructuring_","cls","AST_ClassExpression","tagged","segments","AST_TemplateSegment","AST_TemplateString","closing","allow_trailing_comma","allow_empty","create_accessor","concise","concise_method_or_getset","AST_Node","KindOfClass","method","class_name","extends_","AST_SymbolDefClass","AST_SymbolClass","extends","is_class","get_ast","AST_SymbolMethod","is_static","AST_ConciseMethod","static","AST_ObjectGetter","AST_ObjectSetter","map_name","is_import","make_symbol","foreign_name","foreign_type","AST_SymbolImportForeign","AST_SymbolExportForeign","AST_SymbolExport","AST_NameMapping","map_nameAsterisk","AST_This","AST_Super","sym","noerror","comments","pure","call_args","AST_PrefixedTemplateString","maybe_unary","AST_Await","make_unary","AST_UnaryPrefix","expr_op","min_prec","prec","maybe_conditional","expr_ops","yes","consequent","AST_PropAccess","AST_ObjectProperty","maybe_assign","star","has_expression","AST_Yield","is_star","_yield_expression","commas","AST_Toplevel","DEFNODE","methods","base","self_props","PROPS","proto","initialize","BASE","SUBCLASSES","CTOR","SELF_PROPS","DEFMETHOD","_clone","deep","self","transform","TreeTransformer","$documentation","$propdoc","_walk","visitor","_visit","walk","warn_function","warn","txt","walk_body","clone_block_scope","block_scope","AST_Block","AST_StatementWithBody","TreeWalker","AST_LoopControl","AST_DWLoop","AST_Scope","variables","functions","uses_with","uses_eval","parent_scope","enclosed","cname","get_defun_scope","is_block_scope","pinned","globals","wrap_commonjs","wrapped_tl","wrap_enclose","args_values","index","join","uses_arguments","args_as_names","all_symbols","AST_Symbol","seg","AST_Jump","AST_Exit","AST_SwitchBranch","name_import","name_export","AST_Unary","AST_Class","scope","AST_SymbolBlockDeclaration","AST_Constant","getValue","literal","AST_Atom","AST_NaN","AST_Undefined","AST_Infinity","AST_Boolean","callback","visit","before","after","descend","getPrototypeOf","find_parent","st","loopcontrol_target","tw","in_list","y","do_list","list","EXPECT_DIRECTIVE","is_some_comments","OutputStream","readonly","ascii_only","beautify","braces","ie8","indent_level","indent_start","inline_script","keep_quoted_props","max_line_len","preamble","quote_keys","quote_style","safari10","semicolons","shorthand","source_map","webkit","width","wrap_iife","comment_filter","regex_pos","lastIndexOf","indentation","current_col","current_line","current_pos","OUTPUT","to_utf8","identifier","toString","encode_string","dq","sq","quote_single","quote_double","make_string","make_indent","back","repeat_string","d","mapping_token","mapping_name","has_parens","might_need_space","might_need_semicolon","might_add_newline","need_newline_indented","need_space","newline_insert","mappings","do_add_mapping","mapping","cline","ccol","ensure_line_len","delta","requireSemicolonChars","print","indent","space","half","with_indent","next_indent","save_indentation","newline","force_semicolon","has_nlb","current_width","should_break","comma","colon","print_name","make_name","print_string","escape_directive","encoded","print_template_string_chars","with_block","with_parens","with_square","add_mapping","option","opt","prepend_comments","_dumped","shift","filter","last_nlb","c","append_comments","tail","insert","push_node","pop_node","SymbolDef","orig","eliminated","replaced","global","export","mangled_name","undeclared","id","next_id","DEFPRINT","nodetype","in_directive","active_scope","use_asm","PARENS","isArray","display_body","is_toplevel","output","allow_directives","stmt","print_braced_empty","print_braced","parenthesize_for_noin","noin","parens","print_property_name","make_num","force_statement","make_block","need_constructor_parens","toLowerCase","exec","best","best_of","DEFMAP","stream","force_parens","_codegen","add_source_map","needs_parens","po","pp","so","sp","p1","_do_print_body","nokeyword","arg","_do_print","tag","parenthesize_tag","is_tagged","make_then","definition","get_name","allowShortHand","_print_getter_setter","MASK_EXPORT_DONT_MANGLE","MASK_EXPORT_WANT_MANGLE","next_mangled","base54","reserved","unmangleable","eval","keep_fnames","keep_classnames","mangle","cache","redefined","defun","in_destructuring","for_scopes","save_scope","init_scope_vars","save_defun","save_labels","def_function","mark_export","def_variable","destructuring","mark_enclosed","find_variable","reference","level","exported","def_global","refs","g","symbol","mangled_names","tricky_def","tricky_name","_default_mangler_options","lname","to_mangle","Set","collect","save_nesting","avoid","to_avoid","add_def","reset","find_colliding_names","rename","next_name","_print","consider","skip_string","tail_node","print_to_string","chars","frequency","leading","digits","compare","Compressor","false_by_default","arrows","booleans","booleans_as_integers","collapse_vars","comparisons","computed_props","conditionals","dead_code","drop_console","drop_debugger","evaluate","global_defs","hoist_funs","hoist_props","hoist_vars","if_return","inline","join_vars","keep_fargs","keep_infinity","loops","negate_iife","passes","pure_getters","pure_funcs","reduce_funcs","reduce_vars","sequences","side_effects","switches","top_retain","typeofs","unsafe","unsafe_arrows","unsafe_comps","unsafe_Function","unsafe_math","unsafe_methods","unsafe_proto","unsafe_regexp","unsafe_undefined","unused","warnings","funcs","vars","sequences_limit","warnings_produced","exposed","in_boolean_context","compress","resolve_defines","process_expression","min_count","stopping","pass","figure_out_scope","reset_opt_flags","info","clear_warnings","_squeezed","was_scope","hoist_properties","hoist_declarations","optimize","drop_unused","def_optimize","optimizer","compressor","_optimized","read_property","get_value","make_node_from_constant","fixed_value","is_modified","immutable","is_lhs","is_expr_pure","contains_this","is_func_expr","is_lhs_read_only","is_immutable","is_ref_of","make_node","make_sequence","reduce","merge_sequence","isFinite","maintain_this_binding","as_statement_array","thing","is_empty","can_be_evicted_from_block","loop_body","is_iife_call","is_undeclared_ref","tt","drop_side_effect_free","def_reduce_vars","reset_def","assignments","chained","direct_access","fixed","recursive_refs","should_replace","single_use","reset_variables","safe_ids","mark","loop_ids","reset_block_variables","safe","safe_to_read","safe_to_assign","mark_escaped","depth","is_constant","is_constant_expression","lazy_op","suppressor","mark_def_node","inlined","save_ids","mark_func_expr","iife","eq","saved_loop","has_break_or_continue","recursive_ref","ref_once","_top","global_names","def_is_boolean","unary_bool","binary_bool","def_is_string","identifier_atom","is_identifier_atom","tighten_body","statements","in_try","find_loop_scope_try","CHANGED","max_iter","eliminate_spurious_blocks","eliminate_dead_code","handle_if_return","sequencesize","sequencesize_2","join_consecutive_vars","collapse","candidates","stat_index","scanner","abort","hit","hit_stack","hit_index","handle_custom_scan_order","stop_after","find_stop","write_only","lvalues","equivalent_to","replace_all","is_declared","stop_if_hit","lhs_local","can_replace","value_def","candidate","funarg","may_modify","may_throw_on_access","may_throw","has_side_effects","side_effects_external","multi_replacer","extract_args","extract_candidates","get_lhs","get_lvalues","is_lhs_local","value_has_side_effects","replace_all_symbols","remove_candidate","has_overlapping_symbol","fn_strict","found","scan_this","referenced","var_def","mangleable_var","get_rvalue","min","seen_dirs","multiple_if_returns","has_multiple_if_returns","in_lambda","next_index","ab","can_merge_flow","aborts","negate","as_statement_array_with_return","extract_functions","prev_index","lct","declarations_only","has_quit","extract_declarations_from_unreachable_code","seq","push_seq","to_simple_statement","decls","cons_seq","alt","join_object_assignments","defn","trimmed","diff","extract_object_assignments","target","remove_initializers","is_undefined","def_dot_throw","_dot_throw","is_boolean","def_is_number","unary","binary","is_number","is_string","unary_side_effects","best_of_expression","ast1","ast2","convert_to_predicate","def_find_defs","_find_defs","child","suffix","defines","to_node","object_fns","native_fns","Boolean","Number","static_fns","def_eval","_eval","unaryPrefix","element","non_converting_unary","non_converting_binary","pow","global_objs","static_values","aa","first_arg","def_negate","basic_negation","negated","global_pure_fns","fns","def_has_side_effects","any","is_call_pure","def_may_throw","def_is_constant_expression","all_refs_local","scope_def","block_aborts","opt_AST_Lambda","drop_funcs","drop_vars","assign_as_unused","in_use","in_use_ids","fixed_ids","var_defs_by_id","initializations","destructuring_value","node_def","in_export","destructuring_cache","scan_ref_scoped","trim","__unused","unreferenced","template","drop_block","head","is_destructure","var_defs","assign","dirs","hoisted","vars_found","var_decl","to_assignments","varNames","var_names","_var_names","isParentScopeAvailable","defs_by_id","make_sym","new_var","make_var_name","def_drop_side_effect_free","nodes","changed","values","pure_prop_access_globals","retain_top_func","if_break_in_loop","is_break","drop_it","rest","self_condition_length","negated_length","negated_is_best","default_branch","exact_match","decl","eliminate_branch","default_index","has_break","varDef","inline_array_like_spread","simple_args","is_func","EXIT","separator","consts","ast","fun","comp","compute_char_frequency","mangle_names","is_regular_func","can_inline","return_value","can_flatten_body","block_scoped","variable","safe_to_inject","can_inject_vars","can_inject_args","is_reachable","can_inject_symbols","append_var","flatten_args","lines","flatten_vars","flatten_fn","ev","trim_right_for_undefined","lift_sequences","commutativeOperators","is_atomic","reachable","find_ref","scan_scope","reversible","is_strict_comparison","combined","ll","rr","truthy","falsy","lr","associative","reversed","within_array_or_object_literal","defun_def","lambda_def","value_length","has_symbol_ref","name_length","overhead","undef","ASSIGN_OPS","ASSIGN_OPS_COMMUTATIVE","safe_to_flatten","literals_in_boolean_context","lift_key","evaluateRight","arg_index","single_arg_diff","in_bool","is_true","is_false","booleanize","OPT_ARGUMENTS","sub","flatten_object","retValue","FLATTEN","flatten","k","optimized","has_special_symbol","segment","arrow","ancestors","is_destructuring_export_decl","keep","elem","should_retain","domprops","reserve_quoted_keys","addStrings","mangle_properties","reserved_option","builtins","debug","keep_quoted","only_cache","regex","objects","global_ref","new_global","Date","Symbol","ArrayBuffer","DataView","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","EvalError","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Map","Promise","Proxy","RangeError","ReferenceError","Reflect","SyntaxError","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","URIError","WeakMap","WeakSet","getOwnPropertyNames","find_builtins","debug_name_suffix","names_to_mangle","root","mangleStrings","can_mangle","should_mangle","mangled","debug_mangled","to_ascii","atob","b64","Buffer","from","to_base64","btoa","set_shorthand","keys","init_cache","to_json","normalize_directives","MOZ_TO_ME","Program","M","my_start_token","my_end_token","from_moz","ArrayPattern","elm","ObjectPattern","AssignmentPattern","SpreadElement","argument","RestElement","TemplateElement","cooked","TemplateLiteral","quasis","TaggedTemplateExpression","quasi","FunctionDeclaration","FunctionExpression","ArrowFunctionExpression","ExpressionStatement","TryStatement","handlers","handler","guardedHandlers","finalizer","Property","computed","MethodDefinition","ArrayExpression","ObjectExpression","SequenceExpression","MemberExpression","SwitchCase","VariableDeclaration","declarations","ImportDeclaration","specifiers","specifier","imported","local","ExportAllDeclaration","ExportNamedDeclaration","declaration","ExportDefaultDeclaration","Literal","rx","pattern","flags","MetaProperty","meta","Identifier","FROM_MOZ_STACK","raw_token","moznode","loc","range","column","moztype","mytype","propmap","moz_to_me","me_to_moz","moz","how","my","to_moz","to_moz_block","to_moz_scope","def_to_moz","UpdateExpression","UnaryExpression","ClassDeclaration","ClassExpression","superClass","to_moz_in_destructuring","guard","name_mapping","isComputed","string_or_num","match","to_mozilla_ast","mynode","from_mozilla_ast","save_stack","TO_MOZ_STACK","files","quoted_props","timings","enclose","nameCache","sourceMap","wrap","now","includeSources","url","warning","orig_line_diff","dest_line_diff","MOZ_SourceMap","SourceMapGenerator","sourceRoot","orig_map","SourceMapConsumer","sources","sourceContent","sourceContentFor","setSourceContent","gen_line","gen_col","orig_line","orig_col","originalPositionFor","addMapping","generated","original","toJSON","SourceMap","total","error"],"mappings":"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YACA,OACA,wBACA,iBACA,cACA,eACA,OACA,oBACA,UACA,WACA,iBACA,kBACA,oBACA,mBACA,OACA,YACA,UACA,kBACA,MACA,eACA,qBACA,SACA,eACA,WACA,gBACA,QACA,SACA,UACA,oBACA,mBACA,oBACA,kBACA,eACA,iBACA,gCACA,gCACA,gCACA,+BACA,6BACA,aACA,iBACA,iBACA,iBACA,qBACA,eACA,qBACA,MACA,iBACA,iBACA,mBACA,sBACA,kBACA,2BACA,kBACA,gBACA,kBACA,mBACA,eACA,qBACA,mBACA,cACA,oBACA,UACA,cACA,sBACA,eACA,gBACA,kBACA,iBACA,WACA,eACA,0BACA,mBACA,kBACA,WACA,SACA,cACA,aACA,UACA,gBACA,UACA,UACA,kBACA,wBACA,sBACA,oBACA,yBACA,uBACA,wBACA,oBACA,qBACA,uBACA,sBACA,mBACA,WACA,SACA,YACA,SACA,cACA,UACA,aACA,eACA,SACA,SACA,aACA,SACA,iBACA,kBACA,sBACA,SACA,SACA,UACA,WACA,eACA,aACA,eACA,cACA,cACA,cACA,QACA,YACA,cACA,aACA,aACA,aACA,WACA,YACA,YACA,aACA,gBACA,kBACA,iBACA,iBACA,iBACA,cACA,UACA,iBACA,SACA,WACA,WACA,SACA,YACA,iBACA,kBACA,wBACA,SACA,KACA,iBACA,gBACA,2BACA,gBACA,oBACA,sBACA,gBACA,aACA,iBACA,YACA,iBACA,aACA,WACA,eACA,UACA,mBACA,UACA,cACA,gBACA,UACA,SACA,YACA,cACA,eACA,iBACA,WACA,WACA,OACA,YACA,gBACA,mBACA,aACA,mBACA,oBACA,kBACA,oBACA,aACA,cACA,gBACA,2BACA,aACA,kBACA,iBACA,iBACA,kBACA,eACA,WACA,uBACA,SACA,yBACA,gBACA,iCACA,6BACA,iCACA,8BACA,4CACA,8BACA,qBACA,YACA,WACA,eACA,oBACA,sBACA,YACA,oBACA,YACA,WACA,mBACA,UACA,UACA,cACA,kBACA,aACA,qBACA,uBACA,gBACA,eACA,eACA,sBACA,iBACA,iBACA,kBACA,wBACA,+BACA,uBACA,4BACA,8BACA,0BACA,yBACA,0BACA,2BACA,yBACA,4BACA,wBACA,0BACA,0BACA,yBACA,4BACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,gBACA,aACA,aACA,eACA,mBACA,kBACA,YACA,cACA,WACA,mBACA,oBACA,oBACA,oBACA,WACA,gBACA,mBACA,oBACA,eACA,uBACA,6BACA,qBACA,eACA,eACA,sBACA,iBACA,iBACA,eACA,cACA,WACA,iBACA,gBACA,gBACA,gBACA,sBACA,cACA,WACA,cACA,aACA,eACA,gBACA,eACA,gBACA,qBACA,iBACA,eACA,WACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,YACA,YACA,YACA,YACA,YACA,eACA,eACA,WACA,sBACA,WACA,gBACA,eACA,cACA,cACA,mBACA,cACA,sBACA,WACA,gBACA,WACA,eACA,WACA,cACA,eACA,WACA,cACA,kBACA,mBACA,WACA,cACA,oBACA,kBACA,WACA,oBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,kBACA,WACA,eACA,iBACA,eACA,eACA,eACA,eACA,eACA,eACA,eACA,mBACA,mBACA,oBACA,kBACA,sBACA,4BACA,oBACA,WACA,aACA,kBACA,gBACA,mBACA,iBACA,eACA,iBACA,gBACA,cACA,cACA,cACA,eACA,qBACA,oBACA,oBACA,WACA,uBACA,eACA,WACA,cACA,gBACA,eACA,WACA,qBACA,gBACA,mBACA,mBACA,eACA,eACA,eACA,eACA,kBACA,WACA,aACA,eACA,WACA,oBACA,cACA,iBACA,YACA,WACA,qBACA,qBACA,mBACA,WACA,aACA,gBACA,oBACA,uBACA,sBACA,sBACA,sBACA,yBACA,uBACA,sBACA,uBACA,sBACA,wBACA,0BACA,yBACA,4BACA,yBACA,4BACA,sBACA,qBACA,qBACA,qBACA,uBACA,wBACA,WACA,6BACA,iCACA,kCACA,kCACA,8BACA,mCACA,4BACA,2BACA,2BACA,4BACA,2BACA,2BACA,mCACA,kCACA,6BACA,6BACA,6BACA,2BACA,qBACA,qBACA,6BACA,wBACA,qBACA,0BACA,qBACA,kCACA,2BACA,yBACA,mBACA,sBACA,0BACA,gCACA,qBACA,oBACA,4BACA,wBACA,0BACA,oBACA,sBACA,sBACA,yBACA,0BACA,wBACA,wBACA,2BACA,8BACA,qBACA,mBACA,sBACA,0BACA,wBACA,0BACA,0BACA,wBACA,oCACA,kCACA,iCACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,yBACA,yBACA,yBACA,yBACA,yBACA,yBACA,2BACA,wBACA,qBACA,6BACA,uBACA,wBACA,qBACA,wBACA,wBACA,0BACA,oCACA,kCACA,sBACA,4BACA,yBACA,oBACA,qBACA,4BACA,qBACA,yBACA,uBACA,sBACA,sBACA,yBACA,2BACA,0BACA,oBACA,wBACA,uBACA,sBACA,4BACA,6BACA,0BACA,+BACA,4BACA,4BACA,qBACA,6BACA,6BACA,4BACA,0BACA,uBACA,qBACA,qBACA,sBACA,6BACA,wBACA,sBACA,qBACA,yBACA,wBACA,wBACA,0BACA,yBACA,qBACA,sBACA,yBACA,2BACA,uBACA,wBACA,wBACA,wBACA,oBACA,4BACA,sBACA,qBACA,wBACA,wBACA,6BACA,qBACA,qBACA,oBACA,qBACA,uBACA,wBACA,yBACA,WACA,WACA,cACA,OACA,YACA,cACA,WACA,YACA,YACA,eACA,cACA,eACA,mBACA,uBACA,WACA,OACA,iBACA,YACA,sBACA,4BACA,mBACA,oBACA,yBACA,uBACA,gBACA,2BACA,WACA,mBACA,eACA,YACA,yBACA,IACA,uBACA,+BACA,eACA,QACA,eACA,QACA,aACA,eACA,cACA,wBACA,UACA,QACA,aACA,QACA,uBACA,UACA,eACA,SACA,kBACA,QACA,aACA,YACA,QACA,iBACA,cACA,cACA,WACA,UACA,UACA,gBACA,mBACA,gBACA,cACA,iBACA,0BACA,QACA,aACA,aACA,aACA,aACA,aACA,aACA,QACA,iBACA,2BACA,kBACA,sCACA,cACA,qCACA,qCACA,+CACA,uCACA,sBACA,uBACA,oCACA,oCACA,4CACA,0BACA,QACA,iBACA,aACA,WACA,wBACA,gBACA,OACA,YACA,OACA,YACA,WACA,aACA,aACA,eACA,eACA,aACA,WACA,WACA,WACA,uBACA,SACA,UACA,aACA,WACA,UACA,gBACA,eACA,eACA,oBACA,mBACA,mBACA,gBACA,eACA,mBACA,SACA,wBACA,WACA,YACA,aACA,WACA,aACA,kBACA,OACA,oBACA,oBACA,oBACA,kBACA,mBACA,gBACA,kBACA,sBACA,wBACA,kBACA,oBACA,oBACA,iBACA,qBACA,qBACA,mBACA,kBACA,sBACA,qBACA,oBACA,uBACA,iBACA,eACA,cACA,mBACA,sBACA,kBACA,6BACA,kBACA,mBACA,sBACA,gBACA,kBACA,qBACA,kBACA,oBACA,mBACA,mBACA,qBACA,oBACA,gBACA,mBACA,oBACA,kBACA,iBACA,qBACA,mBACA,kBACA,sBACA,kBACA,mBACA,iBACA,mBACA,oBACA,sBACA,oBACA,wBACA,oBACA,uBACA,mBACA,qBACA,iBACA,sBACA,2BACA,mBACA,oBACA,oBACA,oBACA,oBACA,kBACA,mBACA,0BACA,uBACA,sBACA,mBACA,sBACA,0BACA,sBACA,sBACA,kBACA,mBACA,mBACA,mBACA,qBACA,mBACA,kBACA,UACA,UACA,eACA,aACA,gBACA,gBACA,aACA,gBACA,cACA,YACA,qBACA,cACA,uBACA,aACA,gBACA,iBACA,WACA,cACA,iBACA,iBACA,mBACA,aACA,iBACA,wBACA,OACA,mCACA,iCACA,cACA,OACA,YACA,iBACA,MACA,WACA,WACA,WACA,sBACA,qBACA,wBACA,eACA,yBACA,gCACA,2BACA,wBACA,oBACA,oBACA,gBACA,mBACA,SACA,eACA,QACA,cACA,YACA,WACA,aACA,qBACA,iBACA,aACA,aACA,YACA,SACA,gBACA,OACA,4BACA,WACA,OACA,OACA,UACA,iBACA,gBACA,WACA,QACA,WACA,gBACA,uBACA,gCACA,uBACA,SACA,OACA,SACA,kBACA,uBACA,wBACA,QACA,YACA,aACA,aACA,cACA,OACA,OACA,MACA,SACA,UACA,SACA,QACA,UACA,WACA,YACA,UACA,cACA,iBACA,YACA,kBACA,mBACA,WACA,mCACA,4BACA,+BACA,wBACA,mBACA,0BACA,iCACA,mBACA,YACA,sBACA,qBACA,iCACA,6BACA,oBACA,oBACA,mBACA,sBACA,oBACA,8BACA,sBACA,sBACA,8BACA,sBACA,uBACA,uBACA,aACA,eACA,aACA,YACA,mBACA,YACA,kBACA,oBACA,mBACA,eACA,YACA,YACA,YACA,WACA,YACA,UACA,qBACA,oBACA,oBACA,oBACA,sBACA,mBACA,iBACA,mBACA,qBACA,uBACA,wBACA,qBACA,yBACA,sBACA,uBACA,qBACA,uBACA,2CACA,kCACA,qCACA,iCACA,gCACA,8BACA,2BACA,6BACA,+BACA,kCACA,kCACA,iCACA,gCACA,kCACA,kCACA,gCACA,yBACA,yBACA,yBACA,iCACA,yBACA,0BACA,0BACA,MACA,OACA,kBACA,eACA,8BACA,sBACA,aACA,gBACA,gBACA,uBACA,sBACA,kBACA,oBACA,uBACA,YACA,YACA,iBACA,sBACA,gBACA,cACA,cACA,kCACA,6BACA,mBACA,mBACA,wBACA,iBACA,eACA,cACA,UACA,WACA,gBACA,aACA,mBACA,eACA,oBACA,wBACA,uBACA,uBACA,6BACA,mBACA,wBACA,6BACA,gBACA,wBACA,aACA,wBACA,eACA,oBACA,oBACA,oBACA,iBACA,sBACA,uBACA,iBACA,sBACA,sBACA,sBACA,qBACA,cACA,kBACA,aACA,qBACA,eACA,aACA,eACA,qBACA,sBACA,iBACA,gBACA,eACA,gBACA,qBACA,qBACA,qBACA,iBACA,aACA,wBACA,eACA,yBACA,0BACA,0BACA,aACA,iBACA,eACA,iBACA,cACA,gBACA,yBACA,sBACA,YACA,mBACA,6BACA,8BACA,0BACA,2BACA,gBACA,kBACA,iBACA,uBACA,kBACA,mBACA,cACA,gBACA,iBACA,aACA,mBACA,yBACA,wBACA,yBACA,oBACA,eACA,qBACA,oBACA,gBACA,qBACA,wBACA,wBACA,8BACA,eACA,eACA,gBACA,gBACA,oBACA,kBACA,gBACA,mBACA,iBACA,gBACA,iBACA,UACA,wBACA,yBACA,oBACA,gBACA,cACA,eACA,iBACA,kBACA,oBACA,QACA,MACA,OACA,oBACA,SACA,aACA,cACA,wBACA,cACA,OACA,oBACA,gBACA,QACA,WACA,kBACA,gBACA,mBACA,oBACA,sBACA,SACA,WACA,8BACA,cACA,iCACA,MACA,eACA,YACA,cACA,qBACA,OACA,aACA,eACA,WACA,WACA,eACA,mBACA,SACA,eACA,WACA,MACA,2BACA,2BACA,sBACA,sBACA,sBACA,sBACA,OACA,SACA,UACA,6BACA,6BACA,gBACA,SACA,8BACA,sBACA,sBACA,SACA,iBACA,gBACA,iBACA,YACA,YACA,kBACA,kBACA,oBACA,4BACA,4BACA,mCACA,mCACA,gCACA,gCACA,uCACA,uCACA,qBACA,gCACA,gCACA,qBACA,8BACA,8BACA,qBACA,qBACA,kBACA,kBACA,UACA,oBACA,aACA,KACA,gBACA,SACA,wBACA,sBACA,uBACA,uBACA,oBACA,OACA,oBACA,8BACA,kBACA,sBACA,eACA,mBACA,aACA,SACA,cACA,mBACA,kBACA,qBACA,wBACA,4BACA,oBACA,eACA,SACA,cACA,gBACA,oBACA,wBACA,gBACA,UACA,mBACA,QACA,cACA,mBACA,IACA,YACA,qBACA,iBACA,YACA,gBACA,aACA,WACA,UACA,eACA,0BACA,uBACA,yBACA,0BACA,0BACA,sBACA,+BACA,wBACA,4BACA,qBACA,WACA,yCACA,wBACA,8BACA,yCACA,8BACA,2BACA,SACA,UACA,MACA,SACA,UACA,OACA,QACA,WACA,qBACA,4BACA,sBACA,kBACA,4BACA,iBACA,eACA,wBACA,iBACA,gBACA,QACA,aACA,iBACA,mBACA,OACA,iBACA,SACA,UACA,WACA,aACA,eACA,UACA,2BACA,iBACA,kBACA,yBACA,wBACA,WACA,kBACA,cACA,eACA,mBACA,iBACA,aACA,YACA,eACA,eACA,SACA,gBACA,iBACA,uBACA,mBACA,kBACA,cACA,2BACA,aACA,QACA,UACA,WACA,iBACA,qBACA,eACA,gBACA,yBACA,qBACA,eACA,cACA,wBACA,gBACA,8BACA,YACA,OACA,aACA,eACA,UACA,QACA,SACA,YACA,qBACA,YACA,eACA,iBACA,cACA,qBACA,oBACA,oBACA,+BACA,+BACA,mBACA,0BACA,yBACA,eACA,qBACA,sBACA,eACA,eACA,gBACA,iBACA,0BACA,0BACA,cACA,eACA,qBACA,oBACA,cACA,cACA,aACA,gBACA,gBACA,cACA,wBACA,qBACA,yBACA,WACA,yBACA,oBACA,0BACA,6BACA,mBACA,qBACA,yBACA,qBACA,oBACA,wBACA,oBACA,wBACA,iCACA,kBACA,oBACA,2BACA,sBACA,mBACA,qBACA,WACA,sCACA,mBACA,iBACA,iBACA,oBACA,cACA,aACA,qBACA,yBACA,oBACA,eACA,oBACA,0BACA,gCACA,wBACA,6BACA,8BACA,8BACA,2BACA,yBACA,oBACA,oBACA,oBACA,oBACA,oBACA,2BACA,oBACA,oBACA,wBACA,yBACA,qBACA,yBACA,+BACA,wBACA,mBACA,yBACA,mBACA,iBACA,qBACA,2BACA,yBACA,wBACA,wBACA,0BACA,cACA,qBACA,kBACA,qBACA,qBACA,qBACA,kBACA,kBACA,YACA,gBACA,iBACA,2BACA,kBACA,mBACA,iBACA,YACA,qBACA,yBACA,YACA,gBACA,WACA,iBACA,aACA,mBACA,mBACA,sBACA,4BACA,4BACA,kCACA,kCACA,gCACA,gCACA,sCACA,sCACA,sBACA,gCACA,gCACA,sBACA,8BACA,8BACA,iBACA,sBACA,sBACA,oBACA,WACA,eACA,oBACA,qBACA,yBACA,2BACA,UACA,iBACA,qBACA,gBACA,mBACA,gBACA,iBACA,gBACA,kBACA,mBACA,mBACA,iBACA,kBACA,wBACA,iBACA,qBACA,4BACA,kBACA,eACA,mBACA,eACA,gBACA,kBACA,iBACA,cACA,gBACA,eACA,oBACA,qBACA,oBACA,wBACA,4BACA,gBACA,gBACA,gBACA,gBACA,sBACA,6BACA,yBACA,kCACA,wBACA,yBACA,oBACA,uBACA,oBACA,yBACA,8BACA,+BACA,0BACA,8BACA,6BACA,8BACA,uBACA,2BACA,8BACA,4BACA,0BACA,2BACA,8BACA,0BACA,8BACA,2BACA,mCACA,0CACA,gCACA,kCACA,iCACA,wCACA,qCACA,wCACA,sCACA,qCACA,uCACA,sCACA,gCACA,8BACA,+BACA,gCACA,mCACA,+BACA,wBACA,oBACA,qBACA,qBACA,oBACA,oBACA,wBACA,oBACA,4BACA,oBACA,oBACA,yBACA,8BACA,0BACA,iCACA,0BACA,yBACA,4BACA,qBACA,yBACA,4BACA,uBACA,wBACA,0BACA,iCACA,gCACA,kCACA,6BACA,qBACA,yBACA,kCACA,wBACA,oBACA,iCACA,yBACA,6BACA,sCACA,+BACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,uBACA,2BACA,0BACA,2BACA,0BACA,wBACA,yBACA,uBACA,uBACA,sBACA,sBACA,sBACA,0BACA,wBACA,mCACA,iCACA,8BACA,kCACA,wBACA,+BACA,qBACA,yBACA,yBACA,yBACA,aACA,aACA,SACA,oBACA,SACA,sBACA,kBACA,+BACA,YACA,gBACA,yBACA,4BACA,qBACA,MACA,aACA,eACA,qBACA,uBACA,2BACA,gBACA,UACA,eACA,SACA,aACA,iBACA,eACA,SACA,cACA,YACA,4BACA,8BACA,8BACA,4BACA,6BACA,+BACA,UACA,WACA,WACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,WACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,WACA,YACA,YACA,WACA,WACA,WACA,WACA,WACA,WACA,aACA,qBACA,2BACA,mBACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,qBACA,6BACA,qBACA,iBACA,iBACA,YACA,UACA,cACA,gBACA,2BACA,WACA,YACA,eACA,iBACA,oBACA,WACA,oBACA,gBACA,cACA,gBACA,OACA,cACA,cACA,YACA,cACA,YACA,eACA,mBACA,gBACA,YACA,aACA,QACA,aACA,YACA,aACA,kBACA,aACA,YACA,UACA,WACA,cACA,eACA,0BACA,wBACA,+BACA,+BACA,mBACA,qCACA,sBACA,iCACA,oBACA,SACA,gBACA,eACA,iBACA,yBACA,yBACA,uBACA,6BACA,cACA,WACA,MACA,kBACA,eACA,mBACA,MACA,cACA,cACA,aACA,oBACA,qBACA,+BACA,qBACA,kBACA,iBACA,iBACA,SACA,UACA,iBACA,cACA,qCACA,oCACA,8BACA,iCACA,8BACA,2BACA,6BACA,2BACA,gBACA,WACA,gBACA,UACA,WACA,gBACA,SACA,YACA,gBACA,mBACA,qBACA,wBACA,uBACA,qBACA,qBACA,iBACA,UACA,UACA,kBACA,cACA,oBACA,mBACA,eACA,oBACA,wBACA,cACA,6BACA,eACA,uBACA,mBACA,uBACA,oBACA,sBACA,uBACA,wBACA,yBACA,kBACA,sBACA,0BACA,gBACA,gBACA,sBACA,6BACA,wBACA,kBACA,oBACA,yBACA,kBACA,wCACA,cACA,mBACA,qBACA,yBACA,wBACA,YACA,aACA,SACA,SACA,cACA,iBACA,4BACA,0BACA,8BACA,uBACA,gBACA,qCACA,iBACA,iBACA,kBACA,kBACA,cACA,gBACA,OACA,SACA,SACA,mBACA,mBACA,mBACA,mBACA,UACA,YACA,gBACA,IACA,QACA,OACA,QACA,MACA,WACA,eACA,+BACA,cACA,SACA,gBACA,aACA,YACA,iBACA,WACA,OACA,QACA,SACA,YACA,SACA,aACA,gBACA,sBACA,oBACA,gBACA,MACA,cACA,eACA,eACA,SACA,aACA,mBACA,YACA,gBACA,aACA,kBACA,YACA,cACA,WACA,cACA,UACA,aACA,WACA,YACA,UACA,kBACA,kBACA,YACA,eACA,WACA,sBACA,aACA,iBACA,kBACA,SACA,YACA,MACA,UACA,QACA,YACA,QACA,gBACA,cACA,aACA,eACA,aACA,YACA,oBACA,aACA,MACA,kBACA,oBACA,QACA,MACA,cACA,UACA,SACA,UACA,WACA,mBACA,YACA,kBACA,SACA,aACA,eACA,UACA,QACA,UACA,UACA,uBACA,gCACA,sBACA,iBACA,YACA,kBACA,sBACA,qBACA,sBACA,4BACA,iBACA,uBACA,4BACA,iBACA,qBACA,oBACA,oBACA,0BACA,gBACA,qBACA,qBACA,0BACA,mBACA,cACA,MACA,cACA,kBACA,UACA,mBACA,aACA,SACA,eACA,cACA,aACA,aACA,eACA,cACA,aACA,eACA,kBACA,oBACA,UACA,mBACA,QACA,eACA,MACA,QACA,UACA,QACA,YACA,cACA,OACA,QACA,SACA,SACA,QACA,QACA,OACA,QACA,QACA,OACA,cACA,eACA,cACA,SACA,aACA,WACA,gBACA,qBACA,aACA,cACA,gBACA,aACA,iBACA,eACA,cACA,YACA,WACA,cACA,YACA,WACA,aACA,eACA,YACA,WACA,OACA,OACA,UACA,IACA,OACA,sBACA,qBACA,aACA,wBACA,wBACA,kBACA,mBACA,mBACA,oBACA,sBACA,oBACA,kBACA,uBACA,sBACA,iBACA,kBACA,kBACA,mBACA,qBACA,sBACA,sBACA,mBACA,iBACA,WACA,UACA,iBACA,iBACA,WACA,aACA,UACA,UACA,gBACA,UACA,OACA,eACA,iBACA,YACA,WACA,iBACA,eACA,eACA,OACA,gBACA,UACA,eACA,OACA,MACA,aACA,OACA,qBACA,aACA,kBACA,mBACA,cACA,aACA,gBACA,wBACA,YACA,oBACA,QACA,OACA,iBACA,OACA,OACA,OACA,WACA,OACA,YACA,eACA,SACA,gBACA,sBACA,4BACA,6BACA,sBACA,sBACA,kBACA,eACA,eACA,sBACA,sBACA,qBACA,sBACA,qBACA,cACA,oBACA,oBACA,oBACA,gBACA,eACA,qBACA,qBACA,qBACA,iBACA,eACA,aACA,mBACA,yBACA,0BACA,mBACA,mBACA,eACA,eACA,oBACA,yBACA,0BACA,oBACA,oBACA,iBACA,cACA,kBACA,mBACA,cACA,oBACA,oBACA,mBACA,oBACA,mBACA,aACA,kBACA,kBACA,kBACA,eACA,cACA,mBACA,mBACA,mBACA,gBACA,cACA,YACA,iBACA,sBACA,uBACA,iBACA,iBACA,cACA,SACA,eACA,QACA,gBACA,qBACA,iBACA,eACA,cACA,gBACA,SACA,uBACA,aACA,aACA,qBACA,YACA,YACA,aACA,cACA,cACA,kBACA,OACA,UACA,SACA,aACA,cACA,aACA,gBACA,WACA,iBACA,UACA,cACA,SACA,WACA,UACA,aACA,aACA,IACA,OACA,SACA,iBACA,eACA,cACA,kBACA,cACA,cACA,SACA,uBACA,eACA,wBACA,aACA,YACA,SACA,UACA,eACA,cACA,gBACA,oBACA,yBACA,sBACA,OACA,QACA,WACA,OACA,KACA,OACA,YACA,cACA,cACA,QACA,KACA,QACA,QACA,YACA,iBACA,UACA,eACA,mBACA,wBACA,OACA,SACA,WACA,aACA,YACA,eACA,WACA,eACA,UACA,iBACA,yBACA,oBACA,gBACA,UACA,oBACA,aACA,WACA,SACA,aACA,OACA,YACA,YACA,UACA,QACA,kBACA,aACA,YACA,aACA,iBACA,gBACA,aACA,gBACA,kBACA,YACA,uBACA,cACA,eACA,eACA,aACA,QACA,aACA,eACA,oBACA,aACA,aACA,cACA,YACA,cACA,UACA,UACA,OACA,YACA,YACA,aACA,WACA,WACA,gBACA,YACA,WACA,UACA,gBACA,QACA,gBACA,YACA,aACA,QACA,YACA,SACA,UACA,MACA,QACA,MACA,OACA,WACA,cACA,WACA,UACA,WACA,gBACA,kBACA,YACA,UACA,QACA,QACA,sBACA,8BACA,aACA,qBACA,4BACA,YACA,YACA,OACA,cACA,aACA,YACA,eACA,aACA,kBACA,kBACA,kBACA,aACA,cACA,UACA,UACA,oBACA,0BACA,UACA,wBACA,0BACA,mBACA,cACA,eACA,aACA,aACA,UACA,gBACA,WACA,qBACA,uBACA,yBACA,uBACA,0BACA,SACA,gBACA,iBACA,iBACA,gBACA,UACA,qBACA,uCACA,kCACA,UACA,aACA,eACA,YACA,aACA,kBACA,UACA,cACA,qBACA,cACA,YACA,WACA,eACA,UACA,kBACA,kBACA,kBACA,oBACA,mBACA,cACA,gBACA,UACA,cACA,cACA,WACA,aACA,UACA,aACA,WACA,0BACA,SACA,gBACA,SACA,kBACA,iBACA,oBACA,gBACA,aACA,uBACA,0BACA,MACA,OACA,QACA,oBACA,gBACA,mBACA,eACA,WACA,kBACA,SACA,iBACA,eACA,kBACA,oBACA,qBACA,eACA,qBACA,qBACA,sBACA,gBACA,sBACA,wBACA,gBACA,2BACA,qBACA,kBACA,mBACA,oBACA,cACA,kBACA,iBACA,yBACA,qBACA,2BACA,gBACA,kBACA,wBACA,cACA,oBACA,mBACA,oBACA,iBACA,aACA,iBACA,qBACA,oBACA,kBACA,cACA,uBACA,uBACA,2BACA,kBACA,+BACA,0BACA,oBACA,mBACA,qBACA,qBACA,oBACA,kBACA,cACA,mBACA,eACA,gBACA,qBACA,cACA,8BACA,gBACA,uBACA,cACA,wBACA,qBACA,iBACA,kBACA,kBACA,kBACA,yBACA,yBACA,4BACA,kCACA,kCACA,wCACA,wCACA,sCACA,sCACA,4CACA,4CACA,4BACA,sCACA,sCACA,4BACA,oCACA,oCACA,4BACA,4BACA,iBACA,gBACA,qBACA,+BACA,wBACA,gBACA,eACA,mBACA,qBACA,mBACA,cACA,cACA,cACA,iBACA,kBACA,gBACA,cACA,kBACA,mBACA,mBACA,eACA,cACA,SACA,MACA,WACA,WACA,UACA,eACA,UACA,WACA,OACA,WACA,cACA,cACA,eACA,gBACA,aACA,eACA,eACA,gBACA,cACA,mBACA,cACA,SACA,QACA,cACA,KACA,KACA,IACA,OACA,UACA,eACA,eACA,UACA,eACA,WACA,UACA,WACA,KACA,QACA,kBACA,UACA,SACA,kBACA,eACA,YACA,qBACA,UACA,UACA,iBACA,iBACA,eACA,sBACA,mBACA,kBACA,gBACA,aACA,eACA,cACA,gBACA,QACA,sBACA,sBACA,mBACA,iBACA,YACA,SACA,eACA,gBACA,aACA,iBACA,aACA,iBACA,oBACA,qBACA,cACA,eACA,oBACA,gBACA,qBACA,YACA,aACA,eACA,cACA,cACA,gBACA,uBACA,WACA,eACA,iBACA,oBACA,QACA,YACA,SACA,SACA,SACA,YACA,YACA,aACA,aACA,YACA,cACA,cACA,aACA,cACA,iBACA,SACA,cACA,eACA,SACA,SACA,mBACA,aACA,aACA,kBACA,SACA,aACA,MACA,UACA,YACA,SACA,UACA,2BACA,WACA,kBACA,aACA,gBACA,UACA,gBACA,UACA,SACA,WACA,WACA,aACA,WACA,UACA,WACA,kBACA,eACA,cACA,UACA,oBACA,cACA,cACA,cACA,2BACA,6BACA,iBACA,aACA,SACA,kBACA,oBACA,oBACA,mBACA,OACA,gBACA,WACA,WACA,YACA,aACA,2BACA,sBACA,eACA,6BACA,oBACA,YACA,oBACA,sBACA,sBACA,qBACA,aACA,qBACA,WACA,OACA,YACA,WACA,SACA,QACA,KACA,KACA,SACA,IACA,WACA,gBACA,cACA,mBACA,WACA,YACA,UACA,QACA,SACA,QACA,cACA,aACA,SACA,mBACA,0BACA,0BACA,UACA,gBACA,SACA,YACA,qBACA,WACA,UACA,UACA,MACA,eACA,aACA,eACA,cACA,YACA,UACA,QACA,WACA,WACA,UACA,YACA,YACA,oBACA,QACA,YACA,SACA,OACA,WACA,QACA,aACA,QACA,YACA,OACA,cACA,sBACA,aACA,iBACA,kBACA,MACA,SACA,yBACA,UACA,YACA,aACA,yBACA,QACA,WACA,+BACA,YACA,SACA,aACA,aACA,eACA,WACA,4BACA,kBACA,cACA,IACA,OACA,eACA,WACA,aACA,0BACA,WACA,QACA,QACA,aACA,UACA,UACA,kBACA,aACA,mBACA,WACA,WACA,kBACA,WACA,QACA,OACA,eACA,YACA,cACA,WACA,WACA,YACA,WACA,SACA,aACA,aACA,cACA,UACA,UACA,OACA,YACA,WACA,WACA,SACA,YACA,aACA,oBACA,YACA,QACA,OACA,aACA,iBACA,YACA,YACA,cACA,YACA,YACA,gBACA,WACA,WACA,aACA,WACA,QACA,QACA,QACA,cACA,gBACA,aACA,eACA,QACA,QACA,QACA,YACA,cACA,OACA,cACA,wBACA,eACA,yBACA,YACA,mBACA,eACA,aACA,iBACA,eACA,0BACA,oBACA,0BACA,yBACA,uBACA,wBACA,cACA,aACA,sBACA,cACA,uBACA,WACA,iBACA,uBACA,cACA,YACA,gBACA,cACA,wBACA,kBACA,uBACA,uBACA,qBACA,sBACA,aACA,YACA,QACA,WACA,MACA,UACA,cACA,OACA,aACA,cACA,aACA,iBACA,aACA,SACA,QACA,UACA,KACA,QACA,cACA,eACA,eACA,0BACA,uBACA,SACA,YACA,SACA,YACA,oBACA,OACA,eACA,gBACA,cACA,YACA,SACA,aACA,oBACA,oBACA,KACA,KACA,OACA,UACA,QACA,iBACA,cACA,iBACA,kBACA,cACA,gBACA,MACA,kBACA,mBACA,kBACA,SACA,wBACA,YACA,cACA,qBACA,oBACA,eACA,iBACA,mBACA,qBACA,iBACA,UACA,aACA,UACA,cACA,wBACA,qBACA,uBACA,wBACA,sBACA,SACA,+BACA,iBACA,uBACA,gBACA,iBACA,6BACA,mBACA,wBACA,mBACA,aACA,uBACA,kBACA,eACA,aACA,qBACA,iBACA,UACA,mBACA,UACA,SACA,0BACA,gCACA,sBACA,cACA,iBACA,yBACA,oBACA,uBACA,yBACA,mBACA,uBACA,aACA,mBACA,mBACA,WACA,eACA,kBACA,aACA,UACA,aACA,aACA,wBACA,yBACA,gBACA,oCACA,uBACA,cACA,cACA,WACA,eACA,WACA,WACA,UACA,sBACA,UACA,WACA,SACA,cACA,kBACA,WACA,qBACA,cACA,cACA,kBACA,aACA,mBACA,WACA,eACA,iBACA,cACA,mBACA,mCACA,mBACA,2BACA,sBACA,wBACA,eACA,qBACA,mBACA,gBACA,uBACA,2BACA,oBACA,oBACA,sBACA,sBACA,sBACA,uBACA,mBACA,iBACA,mBACA,kBACA,aACA,eACA,eACA,kBACA,mBACA,2BACA,oBACA,UACA,oBACA,iBACA,eACA,aACA,eACA,aACA,mBACA,qBACA,2BACA,kBACA,oBACA,eACA,aACA,2BACA,yBACA,eACA,WACA,oBACA,gBACA,iBACA,qBACA,kBACA,yBACA,kBACA,UACA,oBACA,iBACA,eACA,YACA,wBACA,aACA,YACA,iBACA,cACA,qBACA,gBACA,cACA,gBACA,YACA,YACA,WACA,aACA,qBACA,eACA,YACA,aACA,mBACA,kBACA,wBACA,0BACA,iBACA,mBACA,UACA,YACA,SACA,cACA,2BACA,6BACA,2BACA,WACA,KACA,oBACA,gBACA,WACA,QACA,QACA,iBACA,WACA,sBACA,MACA,eACA,iBACA,gBACA,gBACA,iBACA,eACA,aACA,WACA,YACA,iBACA,OACA,OACA,UACA,UACA,SACA,SACA,OACA,YACA,OACA,OACA,UACA,kBACA,kBACA,qBACA,OACA,WACA,OACA,WACA,SACA,wBACA,UACA,WACA,YACA,cACA,QACA,QACA,qBACA,oBACA,OACA,KACA,aACA,WACA,YACA,aACA,oBACA,kBACA,mBACA,iBACA,SACA,WACA,UACA,iBACA,YACA,aACA,mBACA,UACA,OACA,OACA,MACA,MACA,kCACA,UACA,WACA,cACA,gBACA,QACA,aACA,UACA,YACA,sBACA,sBACA,OACA,OACA,qBACA,sBACA,qBACA,iBACA,mBACA,uBACA,kBACA,WACA,wBACA,6BACA,gBACA,iBACA,YACA,iBACA,mBACA,sBACA,eACA,oBACA,0BACA,mBACA,iBACA,uBACA,sBACA,oBACA,mBACA,oBACA,gBACA,0BACA,mBACA,oBACA,oBACA,sBACA,yBACA,mBACA,gBACA,gBACA,iBACA,sBACA,cACA,2BACA,4BACA,uBACA,iBACA,cACA,aACA,gBACA,QACA,YACA,cACA,YACA,aACA,QACA,cACA,gBACA,cACA,wBACA,qBACA,qBACA,eACA,aACA,aACA,mBACA,aACA,YACA,aACA,eACA,YACA,iBACA,iBACA,iBACA,WACA,uBACA,UACA,aACA,KACA,OACA,cACA,UACA,6BACA,WACA,2BACA,SACA,cACA,cACA,oBACA,6BACA,gBACA,qBACA,aACA,YACA,UACA,cACA,eACA,WACA,gBACA,WACA,cACA,OACA,aACA,YACA,QACA,cACA,QACA,SACA,gBACA,gBACA,iBACA,kBACA,kBACA,YACA,YACA,qBACA,8BACA,gBACA,iBACA,gBACA,aACA,WACA,WACA,cACA,aACA,YACA,YACA,kBACA,SACA,YACA,UACA,OACA,SACA,WACA,UACA,YACA,WACA,YACA,cACA,WACA,cACA,WACA,OACA,OACA,kBACA,iBACA,KACA,KACA,KACA,KACA,eACA,oBACA,oBACA,UACA,MACA,UACA,SACA,gBACA,kBACA,cACA,UACA,YACA,UACA,WACA,OACA,UACA,OACA,OACA,QACA,SACA,OACA,WACA,YACA,eACA,YACA,mBACA,cACA,YACA,cACA,YACA,qBACA,kBACA,eACA,mBACA,WACA,YACA,YACA,oBACA,WACA,SACA,SACA,aACA,aACA,iBACA,iBACA,iBACA,iBACA,SACA,OACA,cACA,aACA,SACA,eACA,mBACA,iBACA,gBACA,QACA,iBACA,gBACA,oBACA,OACA,cACA,YACA,YACA,UACA,iBACA,aACA,WACA,aACA,SACA,YACA,0BACA,SACA,OACA,YACA,cACA,QACA,OACA,aACA,mBACA,sBACA,kBACA,YACA,iBACA,oBACA,gBACA,WACA,OACA,eACA,iBACA,YACA,SACA,mBACA,YACA,eACA,SACA,gBACA,WACA,cACA,OACA,aACA,MACA,QACA,QACA,OACA,cACA,cACA,WACA,YACA,qBACA,eACA,OACA,UACA,YACA,UACA,MACA,QACA,aACA,YACA,SACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,WACA,MACA,UACA,SACA,gBACA,cACA,eACA,aACA,eACA,eACA,aACA,cACA,YACA,cACA,OACA,SACA,aACA,aACA,gBACA,eACA,YACA,eACA,YACA,eACA,cACA,cACA,cACA,QACA,OACA,YACA,mBACA,WACA,YACA,QACA,aACA,cACA,UACA,SACA,kBACA,MACA,aACA,YACA,kBACA,kBACA,0BACA,cACA,cACA,YACA,YACA,iBACA,WACA,WACA,UACA,cACA,QACA,oBACA,eACA,eACA,aACA,YACA,YACA,cACA,SACA,UACA,kBACA,UACA,eACA,kBACA,UACA,SACA,WACA,YACA,MACA,aACA,YACA,cACA,YACA,WACA,WACA,aACA,iBACA,eACA,OACA,SACA,QACA,OACA,SACA,UACA,YACA,gBACA,gBACA,iBACA,cACA,WACA,UACA,YACA,SACA,iBACA,oBACA,cACA,SACA,wBACA,UACA,UACA,mBACA,sBACA,qBACA,0BACA,sBACA,iCACA,mBACA,6BACA,iBACA,aACA,cACA,sBACA,sBACA,6BACA,YACA,UACA,gBACA,mBACA,qBACA,cACA,iBACA,gBACA,gBACA,uBACA,uBACA,YACA,gBACA,eACA,eACA,iBACA,kBACA,cACA,aACA,YACA,2BACA,eACA,kBACA,kBACA,iBACA,iBACA,UACA,eACA,WACA,YACA,qBACA,qBACA,eACA,eACA,YACA,iBACA,gBACA,mBACA,kBACA,SACA,wBACA,qBACA,oBACA,cACA,mBACA,qBACA,uBACA,2BACA,YACA,2BACA,uBACA,wBACA,eACA,qBACA,gBACA,eACA,YACA,eACA,eACA,aACA,uBACA,mBACA,qBACA,cACA,mBACA,uBACA,sBACA,sBACA,4BACA,kBACA,uBACA,uBACA,4BACA,uBACA,qBACA,6BACA,YACA,mBACA,gCACA,uBACA,mBACA,UACA,wBACA,sBACA,qBACA,wBACA,wBACA,oBACA,0BACA,wBACA,mBACA,eACA,WACA,eACA,sBACA,qBACA,mBACA,iBACA,aACA,eACA,SACA,cACA,kBACA,aACA,kBACA,iBACA,iBACA,cACA,aACA,iBACA,sBACA,aACA,aACA,aACA,wBACA,sBACA,sBACA,oBACA,qBACA,2BACA,wBACA,eACA,oBACA,mBACA,gBACA,YACA,iBACA,gBACA,aACA,WACA,uBACA,wBACA,wBACA,uBACA,YACA,0BACA,aACA,cACA,sBACA,iBACA,cACA,SACA,cACA,oBACA,6BACA,eACA,oBACA,mBACA,gBACA,kBACA,gBACA,sBACA,mBACA,6BACA,kBACA,mBACA,mBACA,0BACA,0BACA,sBACA,aACA,mBACA,mBACA,gBACA,oBACA,oBACA,oBACA,oBACA,gBACA,sBACA,sBACA,mBACA,gBACA,gBACA,sBACA,iBACA,iBACA,sBACA,0BACA,mBACA,WACA,gBACA,gBACA,gCACA,+BACA,iCACA,gCACA,cACA,oBACA,mBACA,eACA,oBACA,uBACA,uBACA,6BACA,sBACA,gCACA,eACA,oBACA,aACA,eACA,gBACA,sBACA,SACA,WACA,KACA,aACA,oBACA,YACA,WACA,WACA,eACA,cACA,QACA,IACA,OACA,WACA,YACA,iBACA,QACA,eACA,aACA,gBACA,eACA,WACA,aACA,iBACA,kBACA,YACA,OACA,yBACA,WACA,WACA,eACA,WACA,eACA,SACA,WACA,yBACA,aACA,UACA,OACA,qBACA,WACA,WACA,cACA,WACA,SACA,WACA,UACA,aACA,SACA,WACA,WACA,YACA,YACA,wBACA,eACA,YACA,OACA,cACA,UACA,SACA,MACA,aACA,SACA,mBACA,iBACA,gBACA,kBACA,cACA,mBACA,SACA,aACA,kBACA,YACA,iBACA,cACA,mBACA,UACA,KACA,qBACA,SACA,eACA,aACA,aACA,eACA,YACA,cACA,UACA,UACA,KACA,SACA,WACA,aACA,kBACA,SACA,UACA,aACA,WACA,cACA,aACA,eACA,uBACA,gBACA,aACA,iBACA,eACA,iBACA,sBACA,mBACA,eACA,cACA,qBACA,oBACA,gBACA,gBACA,wBACA,iBACA,iBACA,YACA,SACA,WACA,aACA,WACA,WACA,wBACA,wBACA,0BACA,YACA,mBACA,eACA,WACA,mBACA,uBACA,aACA,UACA,UACA,4BACA,aACA,gBACA,kBACA,SACA,cACA,QACA,kBACA,gBACA,mBACA,oBACA,aACA,eACA,gBACA,iBACA,sBACA,oBACA,0BACA,YACA,gBACA,SACA,YACA,cACA,cACA,aACA,cACA,SACA,mBACA,YACA,cACA,QACA,UACA,UACA,UACA,gBACA,SACA,iBACA,WACA,UACA,YACA,aACA,qBACA,oBACA,kBACA,eACA,iBACA,sBACA,eACA,SACA,iBACA,6BACA,aACA,UACA,YACA,YACA,aACA,UACA,mBACA,mBACA,gBACA,SACA,eACA,mBACA,YACA,cACA,gBACA,uBACA,OACA,SACA,YACA,cACA,eACA,eACA,cACA,aACA,cACA,YACA,eACA,SACA,YACA,cACA,wBACA,uBACA,yBACA,yBACA,wBACA,kBACA,uBACA,sBACA,oBACA,uBACA,iBACA,kBACA,mBACA,iBACA,wBACA,mBACA,yBACA,+BACA,cACA,wBACA,oBACA,kBACA,mBACA,mBACA,mBACA,kBACA,iBACA,kBACA,gBACA,kCACA,qBACA,sBACA,YACA,aACA,aACA,YACA,WACA,SACA,sBACA,eACA,aACA,aACA,UACA,UACA,SACA,YACA,sBACA,kBACA,gBACA,iBACA,iBACA,sBACA,qBACA,gBACA,eACA,gBACA,cACA,aACA,aACA,mBACA,eACA,qBACA,iBACA,gBACA,UACA,WACA,cACA,gBACA,6BACA,WACA,WACA,aACA,YACA,eACA,iBACA,WACA,WACA,WACA,YACA,WACA,oBACA,gBACA,SACA,yBACA,aACA,eACA,cACA,gBACA,YACA,UACA,gBACA,SACA,YACA,kBACA,WACA,YACA,YACA,cACA,YACA,eACA,WACA,gBACA,aACA,cACA,eACA,kBACA,WACA,gBACA,kBACA,kBACA,kBACA,kBACA,iBACA,YACA,YACA,uBACA,6BACA,yBACA,iDACA,2BACA,0BACA,mBACA,mBACA,qBACA,kBACA,4BACA,4CACA,4BACA,2BACA,mCACA,wBACA,UACA,SACA,UACA,OACA,aACA,eACA,gBACA,SACA,QACA,gBACA,WACA,MACA,UACA,UACA,QACA,SACA,SACA,UACA,MACA,SACA,cACA,aACA,cACA,SACA,iBACA,UACA,QACA,YACA,cACA,YACA,aACA,UACA,gBACA,iBACA,gBACA,gBACA,eACA,gBACA,eACA,eACA,eACA,WACA,aACA,aACA,YACA,YACA,mBACA,aACA,gBACA,eACA,YACA,YACA,kBACA,gBACA,KACA,KACA,KACA,KACA,MACA,UACA,iBACA,eACA,gBACA,cACA,gBACA,cACA,eACA,aACA,OACA,mBACA,oBACA,oBACA,iBACA,kBACA,kBACA,YACA,QACA,cACA,QACA,cACA,QACA,cACA,aACA,gBACA,YACA,UACA,eACA,SACA,gBACA,aACA,aACA,mBACA,iBACA,eACA,QACA,aACA,kBACA,WACA,eACA,WACA,YACA,OACA,aACA,cACA,cACA,sBACA,WACA,UACA,sBACA,kBACA,mBACA,eACA,QACA,kBACA,cACA,SACA,UACA,cACA,aACA,YACA,cACA,cACA,qBACA,oBACA,qBACA,oBACA,QACA,OACA,QACA,cACA,aACA,cACA,YACA,aACA,cACA,WACA,yBACA,yBACA,aACA,cACA,WACA,OACA,eACA,gBACA,eACA,SACA,UACA,cACA,QACA,iBACA,6BACA,iBACA,gBACA,YACA,qBACA,cACA,SACA,YACA,YACA,YACA,gBACA,MACA,sBACA,kBACA,iBACA,OACA,QACA,QACA,QACA,YACA,YACA,UACA,WACA,SACA,WACA,WACA,gBACA,YACA,cACA,SACA,MACA,WACA,kBACA,YACA,yBACA,yBACA,SACA,UACA,gBACA,sBACA,4BACA,UACA,WACA,YACA,iBACA,oBACA,yBACA,eACA,eACA,gBACA,kBACA,oBACA,aACA,gBACA,iBACA,aACA,QACA,aACA,0BACA,UACA,oBACA,UACA,aACA,UACA,aACA,WACA,SACA,aACA,uBACA,eACA,WACA,eACA,YACA,cACA,gBACA,WACA,YACA,YACA,OACA,mBACA,YACA,MACA,eACA,mBACA,YACA,sBACA,uBACA,oBACA,wBACA,mBACA,oBACA,gBACA,mBACA,QACA,SACA,IACA,KACA,KACA,OACA,aACA,UACA,UACA,SACA,QACA,aACA,WACA,WACA,cACA,gBACA,cACA,iBACA,OACA,QACA,MACA,OACA,oBACA,qBACA,aACA,gBACA,aACA,WACA,aACA,sBACA,aACA,SACA,SACA,WACA,YACA,eACA,YACA,OACA,MACA,gBACA,cACA,gBACA,SACA,cACA,YACA,cACA,OACA,OACA,gBACA,WACA,UACA,SACA,gBACA,gBACA,WACA,UACA,WACA,yBACA,kBACA,0BACA,SACA,MACA,UACA,cACA,gBACA,UACA,iBACA,gBACA,wBACA,wBACA,WACA,SACA,iBACA,oBACA,SACA,kBACA,kBACA,oBACA,sBACA,iBACA,cACA,YACA,sBACA,eACA,eACA,aACA,iBACA,kBACA,oBACA,aACA,kBACA,iBACA,cACA,eACA,aACA,sCACA,qBACA,eACA,cACA,iBACA,yBACA,iCACA,eACA,sBACA,iBACA,gBACA,SACA,UACA,sBACA,eACA,cACA,YACA,cACA,cACA,eACA,eACA,mBACA,iBACA,wBACA,sBACA,cACA,oBACA,8BACA,oBACA,qBACA,eACA,mBACA,WACA,qBACA,mBACA,QACA,iBACA,SACA,WACA,WACA,UACA,WACA,eACA,cACA,gBACA,eACA,eACA,cACA,cACA,UACA,SACA,aACA,SACA,cACA,MACA,UACA,WACA,YACA,kBACA,WACA,QACA,eACA,cACA,gBACA,OACA,cACA,SACA,kBACA,sBACA,mBACA,uBACA,aACA,WACA,eACA,QACA,WACA,UACA,OACA,YACA,eACA,eACA,QACA,UACA,eACA,KACA,KACA,SACA,iBACA,aACA,UACA,OACA,QACA,UACA,cACA,kBACA,sBACA,YACA,SACA,UACA,QACA,YACA,SACA,SACA,mBACA,gBACA,aACA,2BACA,2BACA,YACA,UACA,UACA,UACA,SACA,kBACA,eACA,iBACA,WACA,gBACA,gBACA,cACA,eACA,iBACA,yBACA,aACA,gBACA,aACA,aACA,WACA,YACA,eACA,cACA,UACA,UACA,wBACA,sBACA,qBACA,2BACA,qBACA,0BACA,uBACA,sBACA,aACA,YACA,MACA,gBACA,SACA,OACA,SACA,YACA,uBACA,eACA,kBACA,wBACA,WACA,OACA,WACA,UACA,SACA,oBACA,aACA,qBACA,cACA,mBACA,kBACA,WACA,gBACA,kBACA,wBACA,wBACA,YACA,qBACA,eACA,iBACA,WACA,eACA,OACA,OACA,eACA,aACA,SACA,gBACA,YACA,oBACA,gBACA,YACA,iBACA,MACA,YACA,WACA,eACA,iBACA,mBACA,qBACA,mBACA,8BACA,aACA,WACA,wBACA,iBACA,oBACA,UACA,UACA,eACA,SACA,cACA,eACA,cACA,eACA,eACA,aACA,aACA,gBACA,cACA,WACA,eACA,WACA,WACA,UACA,cACA,UACA,aACA,cACA,cACA,eACA,sBACA,YACA,iBACA,eACA,kBACA,aACA,gBACA,WACA,eACA,iBACA,2BACA,mBACA,kBACA,iBACA,mCACA,WACA,eACA,kBACA,oBACA,cACA,gBACA,cACA,iBACA,cACA,sBACA,YACA,eACA,uBACA,mBACA,eACA,8BACA,YACA,WACA,aACA,oBACA,uBACA,YACA,WACA,WACA,WACA,gBACA,iBACA,kBACA,iBACA,iBACA,mBACA,kBACA,uBACA,UACA,aACA,eACA,eACA,aACA,iBACA,cACA,qBACA,gBACA,cACA,gBACA,YACA,YACA,WACA,SACA,iBACA,sBACA,cACA,cACA,aACA,UACA,cACA,eACA,MACA,eACA,aACA,cACA,gBACA,gBACA,aACA,QACA,kBACA,iBACA,QACA,QACA,WACA,YACA,OACA,WACA,YACA,kBACA,qBACA,mBACA,UACA,OACA,iBACA,MACA,kBACA,OACA,OACA,gBACA,QACA,QACA,YACA,QACA,YACA,QACA,QACA,QACA,SACA,OACA,wBACA,cACA,eACA,iBACA,OACA,OACA,SACA,eACA,gBACA,cACA,UACA,OACA,UACA,WACA,YACA,mBACA,mBACA,kBACA,QACA,eACA,aACA,SACA,QACA,YACA,eACA,OACA,MACA,aACA,YACA,SACA,SACA,UACA,SACA,QACA,kBACA,aACA,aACA,UACA,QACA,iBACA,WACA,cACA,iBACA,YACA,aACA,QACA,SACA,gBACA,aACA,YACA,gBACA,gBACA,cACA,sBACA,cACA,sBACA,YACA,oBACA,OACA,WACA,eACA,SACA,SACA,cACA,OACA,aACA,eACA,YACA,2BACA,cACA,kBACA,cACA,cACA,gBACA,qCACA,gCACA,aACA,SACA,SACA,cACA,YACA,SACA,mBACA,oBACA,iBACA,kBACA,oBACA,iBACA,eACA,kBACA,mBACA,gBACA,iBACA,mBACA,gBACA,aACA,cACA,aACA,cACA,QACA,aACA,aACA,aACA,iBACA,cACA,MACA,WACA,UACA,SACA,YACA,SACA,YACA,gBACA,SACA,SACA,WACA,UACA,MACA,WACA,eACA,mBACA,UACA,gBACA,YACA,WACA,YACA,UACA,SACA,aACA,WACA,iBACA,aACA,aACA,UACA,QACA,QACA,WACA,QACA,eACA,cACA,cACA,MACA,UACA,SACA,OACA,eACA,cACA,MACA,OACA,SACA,gBACA,gBACA,UACA,UACA,MACA,YACA,OACA,aACA,gBACA,gBACA,gBACA,OACA,aACA,cACA,kBACA,wBACA,uBACA,wBACA,cACA,gBACA,iBACA,cACA,iBACA,YACA,gBACA,aACA,gBACA,eACA,cACA,iBACA,sBACA,sBACA,qBACA,4BACA,qBACA,yBACA,sBACA,0BACA,aACA,cACA,kBACA,cACA,mBACA,aACA,eACA,gBACA,aACA,aACA,gBACA,wBACA,OACA,WACA,YACA,QACA,QACA,OACA,UACA,YACA,UACA,YACA,kBACA,SACA,QACA,UACA,SACA,YACA,eACA,YACA,gBACA,UACA,iBACA,iBACA,cACA,cACA,SACA,qBACA,iBACA,oBACA,iBACA,qBACA,oBACA,cACA,WACA,cACA,QACA,WACA,eACA,WACA,cACA,eACA,cACA,cACA,SACA,yBACA,UACA,UACA,MACA,YACA,QACA,kBACA,mBACA,cACA,UACA,QACA,QACA,cACA,eACA,YACA,mBACA,kBACA,kBACA,iBACA,kBACA,iBACA,sBACA,sBACA,aACA,mBACA,sBACA,sBACA,6BACA,kBACA,qBACA,qBACA,2BACA,YACA,gBACA,eACA,eACA,OACA,WACA,YACA,YACA,QACA,WACA,OACA,aACA,eACA,gBACA,QACA,SACA,YACA,WACA,SACA,eACA,cACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,mBACA,mBACA,mBACA,SACA,WACA,eACA,WACA,QACA,iBACA,mBACA,SACA,UACA,YACA,UACA,oBACA,cACA,aACA,2BACA,4BACA,cACA,eACA,UACA,cACA,kBACA,qBACA,UACA,YACA,SACA,iBACA,YACA,iBACA,iBACA,UACA,WACA,SACA,QACA,aACA,YACA,MACA,MACA,MACA,OACA,SACA,iBACA,SACA,aACA,YACA,YACA,eACA,WACA,kBACA,SACA,QACA,QACA,kBACA,oBACA,WACA,QACA,cACA,gBACA,gBACA,wBACA,eACA,UACA,YACA,YACA,SACA,gBACA,eACA,kBACA,oBACA,YACA,YACA,SACA,YACA,SACA,UACA,iBACA,kBACA,iBACA,kBACA,iBACA,kBACA,iBACA,kBACA,2BACA,sBACA,WACA,iBACA,gBACA,mBACA,UACA,cACA,cACA,aACA,OACA,UACA,gBACA,aACA,mBACA,WACA,kBACA,kBACA,kBACA,aACA,kBACA,UACA,aACA,QACA,SACA,OACA,SACA,IACA,OACA,OACA,WACA,QACA,gBACA,YACA,eACA,kBACA,uBACA,2BACA,0BACA,0BACA,gCACA,sBACA,2BACA,gCACA,mBACA,qBACA,8BACA,wBACA,2BACA,mBACA,6BACA,uBACA,wBACA,wBACA,yBACA,2BACA,4BACA,4BACA,yBACA,uBACA,+BACA,oBACA,0BACA,0BACA,yBACA,0BACA,yBACA,iBACA,qBACA,gBACA,wBACA,kBACA,gBACA,kBACA,6BACA,yBACA,yBACA,oCACA,6BACA,8BACA,mCACA,mCACA,yBACA,iCACA,wCACA,oCACA,6BACA,wBACA,wBACA,uBACA,uBACA,wBACA,uCACA,0BACA,0BACA,2BACA,mBACA,yBACA,mBACA,yBACA,yBACA,sBACA,oBACA,uBACA,sBACA,4BACA,qBACA,0BACA,eACA,kBACA,oBACA,yBACA,6BACA,mBACA,iBACA,oBACA,uBACA,mBACA,uBACA,8BACA,kBACA,yBACA,qBACA,aACA,uBACA,wBACA,wBACA,oBACA,sBACA,4BACA,oBACA,yBACA,0BACA,2BACA,oBACA,uBACA,uBACA,0BACA,sBACA,8BACA,0BACA,0BACA,0BACA,2BACA,kCACA,qBACA,oCACA,mBACA,iCACA,cACA,sBACA,0BACA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","sourcesContent":["/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n AST_Binary,\n AST_Conditional,\n AST_Dot,\n AST_Sequence,\n AST_Statement,\n AST_Sub,\n AST_UnaryPostfix,\n} from \"./ast.js\";\n\nfunction characters(str) {\n return str.split(\"\");\n}\n\nfunction member(name, array) {\n return array.includes(name);\n}\n\nfunction find_if(func, array) {\n for (var i = 0, n = array.length; i < n; ++i) {\n if (func(array[i]))\n return array[i];\n }\n}\n\nfunction repeat_string(str, i) {\n if (i <= 0) return \"\";\n if (i == 1) return str;\n var d = repeat_string(str, i >> 1);\n d += d;\n if (i & 1) d += str;\n return d;\n}\n\nfunction configure_error_stack(fn) {\n Object.defineProperty(fn.prototype, \"stack\", {\n get: function() {\n var err = new Error(this.message);\n err.name = this.name;\n try {\n throw err;\n } catch(e) {\n return e.stack;\n }\n }\n });\n}\n\nfunction DefaultsError(msg, defs) {\n this.message = msg;\n this.defs = defs;\n}\nDefaultsError.prototype = Object.create(Error.prototype);\nDefaultsError.prototype.constructor = DefaultsError;\nDefaultsError.prototype.name = \"DefaultsError\";\nconfigure_error_stack(DefaultsError);\n\nDefaultsError.croak = function(msg, defs) {\n throw new DefaultsError(msg, defs);\n};\n\nfunction defaults(args, defs, croak) {\n if (args === true)\n args = {};\n var ret = args || {};\n if (croak) for (var i in ret) if (HOP(ret, i) && !HOP(defs, i))\n DefaultsError.croak(\"`\" + i + \"` is not a supported option\", defs);\n for (var i in defs) if (HOP(defs, i)) {\n ret[i] = (args && HOP(args, i)) ? args[i] : defs[i];\n }\n return ret;\n}\n\nfunction merge(obj, ext) {\n var count = 0;\n for (var i in ext) if (HOP(ext, i)) {\n obj[i] = ext[i];\n count++;\n }\n return count;\n}\n\nfunction noop() {}\nfunction return_false() { return false; }\nfunction return_true() { return true; }\nfunction return_this() { return this; }\nfunction return_null() { return null; }\n\nvar MAP = (function() {\n function MAP(a, f, backwards) {\n var ret = [], top = [], i;\n function doit() {\n var val = f(a[i], i);\n var is_last = val instanceof Last;\n if (is_last) val = val.v;\n if (val instanceof AtTop) {\n val = val.v;\n if (val instanceof Splice) {\n top.push.apply(top, backwards ? val.v.slice().reverse() : val.v);\n } else {\n top.push(val);\n }\n } else if (val !== skip) {\n if (val instanceof Splice) {\n ret.push.apply(ret, backwards ? val.v.slice().reverse() : val.v);\n } else {\n ret.push(val);\n }\n }\n return is_last;\n }\n if (a instanceof Array) {\n if (backwards) {\n for (i = a.length; --i >= 0;) if (doit()) break;\n ret.reverse();\n top.reverse();\n } else {\n for (i = 0; i < a.length; ++i) if (doit()) break;\n }\n } else {\n for (i in a) if (HOP(a, i)) if (doit()) break;\n }\n return top.concat(ret);\n }\n MAP.at_top = function(val) { return new AtTop(val); };\n MAP.splice = function(val) { return new Splice(val); };\n MAP.last = function(val) { return new Last(val); };\n var skip = MAP.skip = {};\n function AtTop(val) { this.v = val; }\n function Splice(val) { this.v = val; }\n function Last(val) { this.v = val; }\n return MAP;\n})();\n\nfunction push_uniq(array, el) {\n if (!array.includes(el))\n array.push(el);\n}\n\nfunction string_template(text, props) {\n return text.replace(/{(.+?)}/g, function(str, p) {\n return props && props[p];\n });\n}\n\nfunction remove(array, el) {\n for (var i = array.length; --i >= 0;) {\n if (array[i] === el) array.splice(i, 1);\n }\n}\n\nfunction mergeSort(array, cmp) {\n if (array.length < 2) return array.slice();\n function merge(a, b) {\n var r = [], ai = 0, bi = 0, i = 0;\n while (ai < a.length && bi < b.length) {\n cmp(a[ai], b[bi]) <= 0\n ? r[i++] = a[ai++]\n : r[i++] = b[bi++];\n }\n if (ai < a.length) r.push.apply(r, a.slice(ai));\n if (bi < b.length) r.push.apply(r, b.slice(bi));\n return r;\n }\n function _ms(a) {\n if (a.length <= 1)\n return a;\n var m = Math.floor(a.length / 2), left = a.slice(0, m), right = a.slice(m);\n left = _ms(left);\n right = _ms(right);\n return merge(left, right);\n }\n return _ms(array);\n}\n\n// this function is taken from Acorn [1], written by Marijn Haverbeke\n// [1] https://github.com/marijnh/acorn\nfunction makePredicate(words) {\n if (!(words instanceof Array)) words = words.split(\" \");\n var f = \"\", cats = [];\n out: for (var i = 0; i < words.length; ++i) {\n for (var j = 0; j < cats.length; ++j)\n if (cats[j][0].length == words[i].length) {\n cats[j].push(words[i]);\n continue out;\n }\n cats.push([words[i]]);\n }\n function quote(word) {\n return JSON.stringify(word).replace(/[\\u2028\\u2029]/g, function(s) {\n switch (s) {\n case \"\\u2028\": return \"\\\\u2028\";\n case \"\\u2029\": return \"\\\\u2029\";\n }\n return s;\n });\n }\n function compareTo(arr) {\n if (arr.length == 1) return f += \"return str === \" + quote(arr[0]) + \";\";\n f += \"switch(str){\";\n for (var i = 0; i < arr.length; ++i) f += \"case \" + quote(arr[i]) + \":\";\n f += \"return true}return false;\";\n }\n // When there are more than three length categories, an outer\n // switch first dispatches on the lengths, to save on comparisons.\n if (cats.length > 3) {\n cats.sort(function(a, b) {return b.length - a.length;});\n f += \"switch(str.length){\";\n for (var i = 0; i < cats.length; ++i) {\n var cat = cats[i];\n f += \"case \" + cat[0].length + \":\";\n compareTo(cat);\n }\n f += \"}\";\n // Otherwise, simply generate a flat `switch` statement.\n } else {\n compareTo(words);\n }\n return new Function(\"str\", f);\n}\n\nfunction all(array, predicate) {\n for (var i = array.length; --i >= 0;)\n if (!predicate(array[i]))\n return false;\n return true;\n}\n\nfunction Dictionary() {\n this._values = Object.create(null);\n this._size = 0;\n}\nDictionary.prototype = {\n set: function(key, val) {\n if (!this.has(key)) ++this._size;\n this._values[\"$\" + key] = val;\n return this;\n },\n add: function(key, val) {\n if (this.has(key)) {\n this.get(key).push(val);\n } else {\n this.set(key, [ val ]);\n }\n return this;\n },\n get: function(key) { return this._values[\"$\" + key]; },\n del: function(key) {\n if (this.has(key)) {\n --this._size;\n delete this._values[\"$\" + key];\n }\n return this;\n },\n has: function(key) { return (\"$\" + key) in this._values; },\n each: function(f) {\n for (var i in this._values)\n f(this._values[i], i.substr(1));\n },\n size: function() {\n return this._size;\n },\n map: function(f) {\n var ret = [];\n for (var i in this._values)\n ret.push(f(this._values[i], i.substr(1)));\n return ret;\n },\n clone: function() {\n var ret = new Dictionary();\n for (var i in this._values)\n ret._values[i] = this._values[i];\n ret._size = this._size;\n return ret;\n },\n toObject: function() { return this._values; }\n};\nDictionary.fromObject = function(obj) {\n var dict = new Dictionary();\n dict._size = merge(dict._values, obj);\n return dict;\n};\n\nfunction HOP(obj, prop) {\n return Object.prototype.hasOwnProperty.call(obj, prop);\n}\n\n// return true if the node at the top of the stack (that means the\n// innermost node in the current output) is lexically the first in\n// a statement.\nfunction first_in_statement(stack) {\n var node = stack.parent(-1);\n for (var i = 0, p; p = stack.parent(i); i++) {\n if (p instanceof AST_Statement && p.body === node)\n return true;\n if ((p instanceof AST_Sequence && p.expressions[0] === node) ||\n (p.TYPE == \"Call\" && p.expression === node ) ||\n (p instanceof AST_Dot && p.expression === node ) ||\n (p instanceof AST_Sub && p.expression === node ) ||\n (p instanceof AST_Conditional && p.condition === node ) ||\n (p instanceof AST_Binary && p.left === node ) ||\n (p instanceof AST_UnaryPostfix && p.expression === node )\n ) {\n node = p;\n } else {\n return false;\n }\n }\n}\n\nfunction keep_name(keep_setting, name) {\n return keep_setting === true\n || (keep_setting instanceof RegExp && keep_setting.test(name));\n}\n\nexport {\n all,\n characters,\n configure_error_stack,\n defaults,\n Dictionary,\n find_if,\n first_in_statement,\n HOP,\n keep_name,\n makePredicate,\n MAP,\n member,\n merge,\n mergeSort,\n noop,\n push_uniq,\n remove,\n repeat_string,\n return_false,\n return_null,\n return_this,\n return_true,\n string_template,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/).\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n all,\n characters,\n configure_error_stack,\n defaults,\n find_if,\n HOP,\n makePredicate,\n} from \"./utils.js\";\nimport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Await,\n AST_Binary,\n AST_BlockStatement,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_IterationStatement,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Sequence,\n AST_SimpleStatement,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDeclaration,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\n\nvar KEYWORDS = \"break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with\";\nvar KEYWORDS_ATOM = \"false null true\";\nvar RESERVED_WORDS = \"enum implements import interface package private protected public static super this \" + KEYWORDS_ATOM + \" \" + KEYWORDS;\nvar KEYWORDS_BEFORE_EXPRESSION = \"return new delete throw else case yield await\";\n\nKEYWORDS = makePredicate(KEYWORDS);\nRESERVED_WORDS = makePredicate(RESERVED_WORDS);\nKEYWORDS_BEFORE_EXPRESSION = makePredicate(KEYWORDS_BEFORE_EXPRESSION);\nKEYWORDS_ATOM = makePredicate(KEYWORDS_ATOM);\n\nvar OPERATOR_CHARS = makePredicate(characters(\"+-*&%=<>!?|~^\"));\n\nvar RE_NUM_LITERAL = /[0-9a-f]/i;\nvar RE_HEX_NUMBER = /^0x[0-9a-f]+$/i;\nvar RE_OCT_NUMBER = /^0[0-7]+$/;\nvar RE_ES6_OCT_NUMBER = /^0o[0-7]+$/i;\nvar RE_BIN_NUMBER = /^0b[01]+$/i;\nvar RE_DEC_NUMBER = /^\\d*\\.?\\d*(?:e[+-]?\\d*(?:\\d\\.?|\\.?\\d)\\d*)?$/i;\n\nvar OPERATORS = makePredicate([\n \"in\",\n \"instanceof\",\n \"typeof\",\n \"new\",\n \"void\",\n \"delete\",\n \"++\",\n \"--\",\n \"+\",\n \"-\",\n \"!\",\n \"~\",\n \"&\",\n \"|\",\n \"^\",\n \"*\",\n \"**\",\n \"/\",\n \"%\",\n \">>\",\n \"<<\",\n \">>>\",\n \"<\",\n \">\",\n \"<=\",\n \">=\",\n \"==\",\n \"===\",\n \"!=\",\n \"!==\",\n \"?\",\n \"=\",\n \"+=\",\n \"-=\",\n \"/=\",\n \"*=\",\n \"**=\",\n \"%=\",\n \">>=\",\n \"<<=\",\n \">>>=\",\n \"|=\",\n \"^=\",\n \"&=\",\n \"&&\",\n \"||\"\n]);\n\nvar WHITESPACE_CHARS = makePredicate(characters(\" \\u00a0\\n\\r\\t\\f\\u000b\\u200b\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u2028\\u2029\\u202f\\u205f\\u3000\\uFEFF\"));\n\nvar NEWLINE_CHARS = makePredicate(characters(\"\\n\\r\\u2028\\u2029\"));\n\nvar PUNC_AFTER_EXPRESSION = makePredicate(characters(\";]),:\"));\n\nvar PUNC_BEFORE_EXPRESSION = makePredicate(characters(\"[{(,;:\"));\n\nvar PUNC_CHARS = makePredicate(characters(\"[]{}(),;:\"));\n\n/* -----[ Tokenizer ]----- */\n\n// surrogate safe regexps adapted from https://github.com/mathiasbynens/unicode-8.0.0/tree/89b412d8a71ecca9ed593d9e9fa073ab64acfebe/Binary_Property\nvar UNICODE = {\n ID_Start: /[A-Za-z\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B4\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2118-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309B-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AD\\uA7B0-\\uA7B7\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDD40-\\uDD74\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDF00-\\uDF1F\\uDF30-\\uDF4A\\uDF50-\\uDF75\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF\\uDFD1-\\uDFD5]|\\uD801[\\uDC00-\\uDC9D\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00\\uDE10-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE33\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE4\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2]|\\uD804[\\uDC03-\\uDC37\\uDC83-\\uDCAF\\uDCD0-\\uDCE8\\uDD03-\\uDD26\\uDD50-\\uDD72\\uDD76\\uDD83-\\uDDB2\\uDDC1-\\uDDC4\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE2B\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEDE\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3D\\uDF50\\uDF5D-\\uDF61]|\\uD805[\\uDC80-\\uDCAF\\uDCC4\\uDCC5\\uDCC7\\uDD80-\\uDDAE\\uDDD8-\\uDDDB\\uDE00-\\uDE2F\\uDE44\\uDE80-\\uDEAA\\uDF00-\\uDF19]|\\uD806[\\uDCA0-\\uDCDF\\uDCFF\\uDEC0-\\uDEF8]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC00-\\uDC6E\\uDC80-\\uDD43]|[\\uD80C\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDED0-\\uDEED\\uDF00-\\uDF2F\\uDF40-\\uDF43\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDF00-\\uDF44\\uDF50\\uDF93-\\uDF9F]|\\uD82C[\\uDC00\\uDC01]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB]|\\uD83A[\\uDC00-\\uDCC4]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDED6\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF34\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1]|\\uD87E[\\uDC00-\\uDE1D]/,\n ID_Continue: /[0-9A-Z_a-z\\xAA\\xB5\\xB7\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0300-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u0483-\\u0487\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0610-\\u061A\\u0620-\\u0669\\u066E-\\u06D3\\u06D5-\\u06DC\\u06DF-\\u06E8\\u06EA-\\u06FC\\u06FF\\u0710-\\u074A\\u074D-\\u07B1\\u07C0-\\u07F5\\u07FA\\u0800-\\u082D\\u0840-\\u085B\\u08A0-\\u08B4\\u08E3-\\u0963\\u0966-\\u096F\\u0971-\\u0983\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BC-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CE\\u09D7\\u09DC\\u09DD\\u09DF-\\u09E3\\u09E6-\\u09F1\\u0A01-\\u0A03\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A59-\\u0A5C\\u0A5E\\u0A66-\\u0A75\\u0A81-\\u0A83\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABC-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AD0\\u0AE0-\\u0AE3\\u0AE6-\\u0AEF\\u0AF9\\u0B01-\\u0B03\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3C-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B5C\\u0B5D\\u0B5F-\\u0B63\\u0B66-\\u0B6F\\u0B71\\u0B82\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD0\\u0BD7\\u0BE6-\\u0BEF\\u0C00-\\u0C03\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C58-\\u0C5A\\u0C60-\\u0C63\\u0C66-\\u0C6F\\u0C81-\\u0C83\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBC-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CDE\\u0CE0-\\u0CE3\\u0CE6-\\u0CEF\\u0CF1\\u0CF2\\u0D01-\\u0D03\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4E\\u0D57\\u0D5F-\\u0D63\\u0D66-\\u0D6F\\u0D7A-\\u0D7F\\u0D82\\u0D83\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DE6-\\u0DEF\\u0DF2\\u0DF3\\u0E01-\\u0E3A\\u0E40-\\u0E4E\\u0E50-\\u0E59\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB9\\u0EBB-\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EC8-\\u0ECD\\u0ED0-\\u0ED9\\u0EDC-\\u0EDF\\u0F00\\u0F18\\u0F19\\u0F20-\\u0F29\\u0F35\\u0F37\\u0F39\\u0F3E-\\u0F47\\u0F49-\\u0F6C\\u0F71-\\u0F84\\u0F86-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u1000-\\u1049\\u1050-\\u109D\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u135D-\\u135F\\u1369-\\u1371\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1714\\u1720-\\u1734\\u1740-\\u1753\\u1760-\\u176C\\u176E-\\u1770\\u1772\\u1773\\u1780-\\u17D3\\u17D7\\u17DC\\u17DD\\u17E0-\\u17E9\\u180B-\\u180D\\u1810-\\u1819\\u1820-\\u1877\\u1880-\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1920-\\u192B\\u1930-\\u193B\\u1946-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u19D0-\\u19DA\\u1A00-\\u1A1B\\u1A20-\\u1A5E\\u1A60-\\u1A7C\\u1A7F-\\u1A89\\u1A90-\\u1A99\\u1AA7\\u1AB0-\\u1ABD\\u1B00-\\u1B4B\\u1B50-\\u1B59\\u1B6B-\\u1B73\\u1B80-\\u1BF3\\u1C00-\\u1C37\\u1C40-\\u1C49\\u1C4D-\\u1C7D\\u1CD0-\\u1CD2\\u1CD4-\\u1CF6\\u1CF8\\u1CF9\\u1D00-\\u1DF5\\u1DFC-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u203F\\u2040\\u2054\\u2071\\u207F\\u2090-\\u209C\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2118-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D7F-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2DE0-\\u2DFF\\u3005-\\u3007\\u3021-\\u302F\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u3099-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA62B\\uA640-\\uA66F\\uA674-\\uA67D\\uA67F-\\uA6F1\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AD\\uA7B0-\\uA7B7\\uA7F7-\\uA827\\uA840-\\uA873\\uA880-\\uA8C4\\uA8D0-\\uA8D9\\uA8E0-\\uA8F7\\uA8FB\\uA8FD\\uA900-\\uA92D\\uA930-\\uA953\\uA960-\\uA97C\\uA980-\\uA9C0\\uA9CF-\\uA9D9\\uA9E0-\\uA9FE\\uAA00-\\uAA36\\uAA40-\\uAA4D\\uAA50-\\uAA59\\uAA60-\\uAA76\\uAA7A-\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEF\\uAAF2-\\uAAF6\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABEA\\uABEC\\uABED\\uABF0-\\uABF9\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE00-\\uFE0F\\uFE20-\\uFE2F\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF10-\\uFF19\\uFF21-\\uFF3A\\uFF3F\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDD40-\\uDD74\\uDDFD\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDEE0\\uDF00-\\uDF1F\\uDF30-\\uDF4A\\uDF50-\\uDF7A\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF\\uDFD1-\\uDFD5]|\\uD801[\\uDC00-\\uDC9D\\uDCA0-\\uDCA9\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00-\\uDE03\\uDE05\\uDE06\\uDE0C-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE33\\uDE38-\\uDE3A\\uDE3F\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE6\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2]|\\uD804[\\uDC00-\\uDC46\\uDC66-\\uDC6F\\uDC7F-\\uDCBA\\uDCD0-\\uDCE8\\uDCF0-\\uDCF9\\uDD00-\\uDD34\\uDD36-\\uDD3F\\uDD50-\\uDD73\\uDD76\\uDD80-\\uDDC4\\uDDCA-\\uDDCC\\uDDD0-\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE37\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEEA\\uDEF0-\\uDEF9\\uDF00-\\uDF03\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3C-\\uDF44\\uDF47\\uDF48\\uDF4B-\\uDF4D\\uDF50\\uDF57\\uDF5D-\\uDF63\\uDF66-\\uDF6C\\uDF70-\\uDF74]|\\uD805[\\uDC80-\\uDCC5\\uDCC7\\uDCD0-\\uDCD9\\uDD80-\\uDDB5\\uDDB8-\\uDDC0\\uDDD8-\\uDDDD\\uDE00-\\uDE40\\uDE44\\uDE50-\\uDE59\\uDE80-\\uDEB7\\uDEC0-\\uDEC9\\uDF00-\\uDF19\\uDF1D-\\uDF2B\\uDF30-\\uDF39]|\\uD806[\\uDCA0-\\uDCE9\\uDCFF\\uDEC0-\\uDEF8]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC00-\\uDC6E\\uDC80-\\uDD43]|[\\uD80C\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDE60-\\uDE69\\uDED0-\\uDEED\\uDEF0-\\uDEF4\\uDF00-\\uDF36\\uDF40-\\uDF43\\uDF50-\\uDF59\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDF00-\\uDF44\\uDF50-\\uDF7E\\uDF8F-\\uDF9F]|\\uD82C[\\uDC00\\uDC01]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99\\uDC9D\\uDC9E]|\\uD834[\\uDD65-\\uDD69\\uDD6D-\\uDD72\\uDD7B-\\uDD82\\uDD85-\\uDD8B\\uDDAA-\\uDDAD\\uDE42-\\uDE44]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB\\uDFCE-\\uDFFF]|\\uD836[\\uDE00-\\uDE36\\uDE3B-\\uDE6C\\uDE75\\uDE84\\uDE9B-\\uDE9F\\uDEA1-\\uDEAF]|\\uD83A[\\uDC00-\\uDCC4\\uDCD0-\\uDCD6]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDED6\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF34\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1]|\\uD87E[\\uDC00-\\uDE1D]|\\uDB40[\\uDD00-\\uDDEF]/,\n};\n\nfunction get_full_char(str, pos) {\n var char = str.charAt(pos);\n if (is_surrogate_pair_head(char)) {\n var next = str.charAt(pos + 1);\n if (is_surrogate_pair_tail(next)) {\n return char + next;\n }\n }\n if (is_surrogate_pair_tail(char)) {\n var prev = str.charAt(pos - 1);\n if (is_surrogate_pair_head(prev)) {\n return prev + char;\n }\n }\n return char;\n}\n\nfunction get_full_char_code(str, pos) {\n // https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates\n if (is_surrogate_pair_head(str.charAt(pos))) {\n return 0x10000 + (str.charCodeAt(pos) - 0xd800 << 10) + str.charCodeAt(pos + 1) - 0xdc00;\n }\n return str.charCodeAt(pos);\n}\n\nfunction get_full_char_length(str) {\n var surrogates = 0;\n\n for (var i = 0; i < str.length; i++) {\n if (is_surrogate_pair_head(str.charCodeAt(i))) {\n if (is_surrogate_pair_tail(str.charCodeAt(i + 1))) {\n surrogates++;\n i++;\n }\n }\n }\n\n return str.length - surrogates;\n}\n\nfunction from_char_code(code) {\n // Based on https://github.com/mathiasbynens/String.fromCodePoint/blob/master/fromcodepoint.js\n if (code > 0xFFFF) {\n code -= 0x10000;\n return (String.fromCharCode((code >> 10) + 0xD800) +\n String.fromCharCode((code % 0x400) + 0xDC00));\n }\n return String.fromCharCode(code);\n}\n\nfunction is_surrogate_pair_head(code) {\n if (typeof code === \"string\")\n code = code.charCodeAt(0);\n\n return code >= 0xd800 && code <= 0xdbff;\n}\n\nfunction is_surrogate_pair_tail(code) {\n if (typeof code === \"string\")\n code = code.charCodeAt(0);\n return code >= 0xdc00 && code <= 0xdfff;\n}\n\nfunction is_digit(code) {\n return code >= 48 && code <= 57;\n}\n\nfunction is_identifier(name) {\n return typeof name === \"string\" && !RESERVED_WORDS(name);\n}\n\nfunction is_identifier_start(ch) {\n var code = ch.charCodeAt(0);\n return UNICODE.ID_Start.test(ch) || code == 36 || code == 95;\n}\n\nfunction is_identifier_char(ch) {\n var code = ch.charCodeAt(0);\n return UNICODE.ID_Continue.test(ch)\n || code == 36\n || code == 95\n || code == 8204 // \\u200c: zero-width non-joiner \n || code == 8205 // \\u200d: zero-width joiner (in my ECMA-262 PDF, this is also 200c)\n ;\n}\n\nfunction is_identifier_string(str) {\n return /^[a-z_$][a-z0-9_$]*$/i.test(str);\n}\n\nfunction parse_js_number(num) {\n if (RE_HEX_NUMBER.test(num)) {\n return parseInt(num.substr(2), 16);\n } else if (RE_OCT_NUMBER.test(num)) {\n return parseInt(num.substr(1), 8);\n } else if (RE_ES6_OCT_NUMBER.test(num)) {\n return parseInt(num.substr(2), 8);\n } else if (RE_BIN_NUMBER.test(num)) {\n return parseInt(num.substr(2), 2);\n } else if (RE_DEC_NUMBER.test(num)) {\n return parseFloat(num);\n } else {\n var val = parseFloat(num);\n if (val == num) return val;\n }\n}\n\nfunction JS_Parse_Error(message, filename, line, col, pos) {\n this.message = message;\n this.filename = filename;\n this.line = line;\n this.col = col;\n this.pos = pos;\n}\nJS_Parse_Error.prototype = Object.create(Error.prototype);\nJS_Parse_Error.prototype.constructor = JS_Parse_Error;\nJS_Parse_Error.prototype.name = \"SyntaxError\";\nconfigure_error_stack(JS_Parse_Error);\n\nfunction js_error(message, filename, line, col, pos) {\n throw new JS_Parse_Error(message, filename, line, col, pos);\n}\n\nfunction is_token(token, type, val) {\n return token.type == type && (val == null || token.value == val);\n}\n\nvar EX_EOF = {};\n\nfunction tokenizer($TEXT, filename, html5_comments, shebang) {\n\n var S = {\n text : $TEXT,\n filename : filename,\n pos : 0,\n tokpos : 0,\n line : 1,\n tokline : 0,\n col : 0,\n tokcol : 0,\n newline_before : false,\n regex_allowed : false,\n brace_counter : 0,\n template_braces : [],\n comments_before : [],\n directives : {},\n directive_stack : []\n };\n\n function peek() { return get_full_char(S.text, S.pos); }\n\n function next(signal_eof, in_string) {\n var ch = get_full_char(S.text, S.pos++);\n if (signal_eof && !ch)\n throw EX_EOF;\n if (NEWLINE_CHARS(ch)) {\n S.newline_before = S.newline_before || !in_string;\n ++S.line;\n S.col = 0;\n if (!in_string && ch == \"\\r\" && peek() == \"\\n\") {\n // treat a \\r\\n sequence as a single \\n\n ++S.pos;\n ch = \"\\n\";\n }\n } else {\n if (ch.length > 1) {\n ++S.pos;\n ++S.col;\n }\n ++S.col;\n }\n return ch;\n }\n\n function forward(i) {\n while (i-- > 0) next();\n }\n\n function looking_at(str) {\n return S.text.substr(S.pos, str.length) == str;\n }\n\n function find_eol() {\n var text = S.text;\n for (var i = S.pos, n = S.text.length; i < n; ++i) {\n var ch = text[i];\n if (NEWLINE_CHARS(ch))\n return i;\n }\n return -1;\n }\n\n function find(what, signal_eof) {\n var pos = S.text.indexOf(what, S.pos);\n if (signal_eof && pos == -1) throw EX_EOF;\n return pos;\n }\n\n function start_token() {\n S.tokline = S.line;\n S.tokcol = S.col;\n S.tokpos = S.pos;\n }\n\n var prev_was_dot = false;\n var previous_token = null;\n function token(type, value, is_comment) {\n S.regex_allowed = ((type == \"operator\" && !UNARY_POSTFIX(value)) ||\n (type == \"keyword\" && KEYWORDS_BEFORE_EXPRESSION(value)) ||\n (type == \"punc\" && PUNC_BEFORE_EXPRESSION(value))) ||\n (type == \"arrow\");\n if (type == \"punc\" && value == \".\") {\n prev_was_dot = true;\n } else if (!is_comment) {\n prev_was_dot = false;\n }\n var ret = {\n type : type,\n value : value,\n line : S.tokline,\n col : S.tokcol,\n pos : S.tokpos,\n endline : S.line,\n endcol : S.col,\n endpos : S.pos,\n nlb : S.newline_before,\n file : filename\n };\n if (/^(?:num|string|regexp)$/i.test(type)) {\n ret.raw = $TEXT.substring(ret.pos, ret.endpos);\n }\n if (!is_comment) {\n ret.comments_before = S.comments_before;\n ret.comments_after = S.comments_before = [];\n }\n S.newline_before = false;\n ret = new AST_Token(ret);\n if (!is_comment) previous_token = ret;\n return ret;\n }\n\n function skip_whitespace() {\n while (WHITESPACE_CHARS(peek()))\n next();\n }\n\n function read_while(pred) {\n var ret = \"\", ch, i = 0;\n while ((ch = peek()) && pred(ch, i++))\n ret += next();\n return ret;\n }\n\n function parse_error(err) {\n js_error(err, filename, S.tokline, S.tokcol, S.tokpos);\n }\n\n function read_num(prefix) {\n var has_e = false, after_e = false, has_x = false, has_dot = prefix == \".\";\n var num = read_while(function(ch, i) {\n var code = ch.charCodeAt(0);\n switch (code) {\n case 98: case 66: // bB\n return (has_x = true); // Can occur in hex sequence, don't return false yet\n case 111: case 79: // oO\n case 120: case 88: // xX\n return has_x ? false : (has_x = true);\n case 101: case 69: // eE\n return has_x ? true : has_e ? false : (has_e = after_e = true);\n case 45: // -\n return after_e || (i == 0 && !prefix);\n case 43: // +\n return after_e;\n case (after_e = false, 46): // .\n return (!has_dot && !has_x && !has_e) ? (has_dot = true) : false;\n }\n return RE_NUM_LITERAL.test(ch);\n });\n if (prefix) num = prefix + num;\n if (RE_OCT_NUMBER.test(num) && next_token.has_directive(\"use strict\")) {\n parse_error(\"Legacy octal literals are not allowed in strict mode\");\n }\n var valid = parse_js_number(num);\n if (!isNaN(valid)) {\n return token(\"num\", valid);\n } else {\n parse_error(\"Invalid syntax: \" + num);\n }\n }\n\n function read_escaped_char(in_string, strict_hex, template_string) {\n var ch = next(true, in_string);\n switch (ch.charCodeAt(0)) {\n case 110 : return \"\\n\";\n case 114 : return \"\\r\";\n case 116 : return \"\\t\";\n case 98 : return \"\\b\";\n case 118 : return \"\\u000b\"; // \\v\n case 102 : return \"\\f\";\n case 120 : return String.fromCharCode(hex_bytes(2, strict_hex)); // \\x\n case 117 : // \\u\n if (peek() == \"{\") {\n next(true);\n if (peek() === \"}\")\n parse_error(\"Expecting hex-character between {}\");\n while (peek() == \"0\") next(true); // No significance\n var result, length = find(\"}\", true) - S.pos;\n // Avoid 32 bit integer overflow (1 << 32 === 1)\n // We know first character isn't 0 and thus out of range anyway\n if (length > 6 || (result = hex_bytes(length, strict_hex)) > 0x10FFFF) {\n parse_error(\"Unicode reference out of bounds\");\n }\n next(true);\n return from_char_code(result);\n }\n return String.fromCharCode(hex_bytes(4, strict_hex));\n case 10 : return \"\"; // newline\n case 13 : // \\r\n if (peek() == \"\\n\") { // DOS newline\n next(true, in_string);\n return \"\";\n }\n }\n if (ch >= \"0\" && ch <= \"7\") {\n if (template_string && strict_hex) {\n parse_error(\"Octal escape sequences are not allowed in template strings\");\n }\n return read_octal_escape_sequence(ch, strict_hex);\n }\n return ch;\n }\n\n function read_octal_escape_sequence(ch, strict_octal) {\n // Read\n var p = peek();\n if (p >= \"0\" && p <= \"7\") {\n ch += next(true);\n if (ch[0] <= \"3\" && (p = peek()) >= \"0\" && p <= \"7\")\n ch += next(true);\n }\n\n // Parse\n if (ch === \"0\") return \"\\0\";\n if (ch.length > 0 && next_token.has_directive(\"use strict\") && strict_octal)\n parse_error(\"Legacy octal escape sequences are not allowed in strict mode\");\n return String.fromCharCode(parseInt(ch, 8));\n }\n\n function hex_bytes(n, strict_hex) {\n var num = 0;\n for (; n > 0; --n) {\n if (!strict_hex && isNaN(parseInt(peek(), 16))) {\n return parseInt(num, 16) || \"\";\n }\n var digit = next(true);\n if (isNaN(parseInt(digit, 16)))\n parse_error(\"Invalid hex-character pattern in string\");\n num += digit;\n }\n return parseInt(num, 16);\n }\n\n var read_string = with_eof_error(\"Unterminated string constant\", function(quote_char) {\n var quote = next(), ret = \"\";\n for (;;) {\n var ch = next(true, true);\n if (ch == \"\\\\\") ch = read_escaped_char(true, true);\n else if (NEWLINE_CHARS(ch)) parse_error(\"Unterminated string constant\");\n else if (ch == quote) break;\n ret += ch;\n }\n var tok = token(\"string\", ret);\n tok.quote = quote_char;\n return tok;\n });\n\n var read_template_characters = with_eof_error(\"Unterminated template\", function(begin) {\n if (begin) {\n S.template_braces.push(S.brace_counter);\n }\n var content = \"\", raw = \"\", ch, tok;\n next(true, true);\n while ((ch = next(true, true)) != \"`\") {\n if (ch == \"\\r\") {\n if (peek() == \"\\n\") ++S.pos;\n ch = \"\\n\";\n } else if (ch == \"$\" && peek() == \"{\") {\n next(true, true);\n S.brace_counter++;\n tok = token(begin ? \"template_head\" : \"template_substitution\", content);\n tok.begin = begin;\n tok.raw = raw;\n tok.end = false;\n return tok;\n }\n\n raw += ch;\n if (ch == \"\\\\\") {\n var tmp = S.pos;\n var prev_is_tag = previous_token && (previous_token.type === \"name\" || previous_token.type === \"punc\" && (previous_token.value === \")\" || previous_token.value === \"]\"));\n ch = read_escaped_char(true, !prev_is_tag, true);\n raw += S.text.substr(tmp, S.pos - tmp);\n }\n\n content += ch;\n }\n S.template_braces.pop();\n tok = token(begin ? \"template_head\" : \"template_substitution\", content);\n tok.begin = begin;\n tok.raw = raw;\n tok.end = true;\n return tok;\n });\n\n function skip_line_comment(type) {\n var regex_allowed = S.regex_allowed;\n var i = find_eol(), ret;\n if (i == -1) {\n ret = S.text.substr(S.pos);\n S.pos = S.text.length;\n } else {\n ret = S.text.substring(S.pos, i);\n S.pos = i;\n }\n S.col = S.tokcol + (S.pos - S.tokpos);\n S.comments_before.push(token(type, ret, true));\n S.regex_allowed = regex_allowed;\n return next_token;\n }\n\n var skip_multiline_comment = with_eof_error(\"Unterminated multiline comment\", function() {\n var regex_allowed = S.regex_allowed;\n var i = find(\"*/\", true);\n var text = S.text.substring(S.pos, i).replace(/\\r\\n|\\r|\\u2028|\\u2029/g, \"\\n\");\n // update stream position\n forward(get_full_char_length(text) /* text length doesn't count \\r\\n as 2 char while S.pos - i does */ + 2);\n S.comments_before.push(token(\"comment2\", text, true));\n S.newline_before = S.newline_before || text.includes(\"\\n\");\n S.regex_allowed = regex_allowed;\n return next_token;\n });\n\n var read_name = with_eof_error(\"Unterminated identifier name\", function() {\n var name = \"\", ch, escaped = false, hex;\n var read_escaped_identifier_char = function() {\n escaped = true;\n next();\n if (peek() !== \"u\") {\n parse_error(\"Expecting UnicodeEscapeSequence -- uXXXX or u{XXXX}\");\n }\n return read_escaped_char(false, true);\n };\n\n // Read first character (ID_Start)\n if ((name = peek()) === \"\\\\\") {\n name = read_escaped_identifier_char();\n if (!is_identifier_start(name)) {\n parse_error(\"First identifier char is an invalid identifier char\");\n }\n } else if (is_identifier_start(name)) {\n next();\n } else {\n return \"\";\n }\n\n // Read ID_Continue\n while ((ch = peek()) != null) {\n if ((ch = peek()) === \"\\\\\") {\n ch = read_escaped_identifier_char();\n if (!is_identifier_char(ch)) {\n parse_error(\"Invalid escaped identifier char\");\n }\n } else {\n if (!is_identifier_char(ch)) {\n break;\n }\n next();\n }\n name += ch;\n }\n if (RESERVED_WORDS(name) && escaped) {\n parse_error(\"Escaped characters are not allowed in keywords\");\n }\n return name;\n });\n\n var read_regexp = with_eof_error(\"Unterminated regular expression\", function(source) {\n var prev_backslash = false, ch, in_class = false;\n while ((ch = next(true))) if (NEWLINE_CHARS(ch)) {\n parse_error(\"Unexpected line terminator\");\n } else if (prev_backslash) {\n source += \"\\\\\" + ch;\n prev_backslash = false;\n } else if (ch == \"[\") {\n in_class = true;\n source += ch;\n } else if (ch == \"]\" && in_class) {\n in_class = false;\n source += ch;\n } else if (ch == \"/\" && !in_class) {\n break;\n } else if (ch == \"\\\\\") {\n prev_backslash = true;\n } else {\n source += ch;\n }\n var mods = read_name();\n try {\n var regexp = new RegExp(source, mods);\n regexp.raw_source = \"/\" + source + \"/\" + mods;\n return token(\"regexp\", regexp);\n } catch(e) {\n parse_error(e.message);\n }\n });\n\n function read_operator(prefix) {\n function grow(op) {\n if (!peek()) return op;\n var bigger = op + peek();\n if (OPERATORS(bigger)) {\n next();\n return grow(bigger);\n } else {\n return op;\n }\n }\n return token(\"operator\", grow(prefix || next()));\n }\n\n function handle_slash() {\n next();\n switch (peek()) {\n case \"/\":\n next();\n return skip_line_comment(\"comment1\");\n case \"*\":\n next();\n return skip_multiline_comment();\n }\n return S.regex_allowed ? read_regexp(\"\") : read_operator(\"/\");\n }\n\n function handle_eq_sign() {\n next();\n if (peek() === \">\") {\n next();\n return token(\"arrow\", \"=>\");\n } else {\n return read_operator(\"=\");\n }\n }\n\n function handle_dot() {\n next();\n if (is_digit(peek().charCodeAt(0))) {\n return read_num(\".\");\n }\n if (peek() === \".\") {\n next(); // Consume second dot\n next(); // Consume third dot\n return token(\"expand\", \"...\");\n }\n\n return token(\"punc\", \".\");\n }\n\n function read_word() {\n var word = read_name();\n if (prev_was_dot) return token(\"name\", word);\n return KEYWORDS_ATOM(word) ? token(\"atom\", word)\n : !KEYWORDS(word) ? token(\"name\", word)\n : OPERATORS(word) ? token(\"operator\", word)\n : token(\"keyword\", word);\n }\n\n function with_eof_error(eof_error, cont) {\n return function(x) {\n try {\n return cont(x);\n } catch(ex) {\n if (ex === EX_EOF) parse_error(eof_error);\n else throw ex;\n }\n };\n }\n\n function next_token(force_regexp) {\n if (force_regexp != null)\n return read_regexp(force_regexp);\n if (shebang && S.pos == 0 && looking_at(\"#!\")) {\n start_token();\n forward(2);\n skip_line_comment(\"comment5\");\n }\n for (;;) {\n skip_whitespace();\n start_token();\n if (html5_comments) {\n if (looking_at(\"\") && S.newline_before) {\n forward(3);\n skip_line_comment(\"comment4\");\n continue;\n }\n }\n var ch = peek();\n if (!ch) return token(\"eof\");\n var code = ch.charCodeAt(0);\n switch (code) {\n case 34: case 39: return read_string(ch);\n case 46: return handle_dot();\n case 47: {\n var tok = handle_slash();\n if (tok === next_token) continue;\n return tok;\n }\n case 61: return handle_eq_sign();\n case 96: return read_template_characters(true);\n case 123:\n S.brace_counter++;\n break;\n case 125:\n S.brace_counter--;\n if (S.template_braces.length > 0\n && S.template_braces[S.template_braces.length - 1] === S.brace_counter)\n return read_template_characters(false);\n break;\n }\n if (is_digit(code)) return read_num();\n if (PUNC_CHARS(ch)) return token(\"punc\", next());\n if (OPERATOR_CHARS(ch)) return read_operator();\n if (code == 92 || is_identifier_start(ch)) return read_word();\n break;\n }\n parse_error(\"Unexpected character '\" + ch + \"'\");\n }\n\n next_token.next = next;\n next_token.peek = peek;\n\n next_token.context = function(nc) {\n if (nc) S = nc;\n return S;\n };\n\n next_token.add_directive = function(directive) {\n S.directive_stack[S.directive_stack.length - 1].push(directive);\n\n if (S.directives[directive] === undefined) {\n S.directives[directive] = 1;\n } else {\n S.directives[directive]++;\n }\n };\n\n next_token.push_directives_stack = function() {\n S.directive_stack.push([]);\n };\n\n next_token.pop_directives_stack = function() {\n var directives = S.directive_stack[S.directive_stack.length - 1];\n\n for (var i = 0; i < directives.length; i++) {\n S.directives[directives[i]]--;\n }\n\n S.directive_stack.pop();\n };\n\n next_token.has_directive = function(directive) {\n return S.directives[directive] > 0;\n };\n\n return next_token;\n\n}\n\n/* -----[ Parser (constants) ]----- */\n\nvar UNARY_PREFIX = makePredicate([\n \"typeof\",\n \"void\",\n \"delete\",\n \"--\",\n \"++\",\n \"!\",\n \"~\",\n \"-\",\n \"+\"\n]);\n\nvar UNARY_POSTFIX = makePredicate([ \"--\", \"++\" ]);\n\nvar ASSIGNMENT = makePredicate([ \"=\", \"+=\", \"-=\", \"/=\", \"*=\", \"**=\", \"%=\", \">>=\", \"<<=\", \">>>=\", \"|=\", \"^=\", \"&=\" ]);\n\nvar PRECEDENCE = (function(a, ret) {\n for (var i = 0; i < a.length; ++i) {\n var b = a[i];\n for (var j = 0; j < b.length; ++j) {\n ret[b[j]] = i + 1;\n }\n }\n return ret;\n})(\n [\n [\"||\"],\n [\"&&\"],\n [\"|\"],\n [\"^\"],\n [\"&\"],\n [\"==\", \"===\", \"!=\", \"!==\"],\n [\"<\", \">\", \"<=\", \">=\", \"in\", \"instanceof\"],\n [\">>\", \"<<\", \">>>\"],\n [\"+\", \"-\"],\n [\"*\", \"/\", \"%\"],\n [\"**\"]\n ],\n {}\n);\n\nvar ATOMIC_START_TOKEN = makePredicate([ \"atom\", \"num\", \"string\", \"regexp\", \"name\" ]);\n\n/* -----[ Parser ]----- */\n\nfunction parse($TEXT, options) {\n\n options = defaults(options, {\n bare_returns : false,\n ecma : 8,\n expression : false,\n filename : null,\n html5_comments : true,\n module : false,\n shebang : true,\n strict : false,\n toplevel : null,\n }, true);\n\n var S = {\n input : (typeof $TEXT == \"string\"\n ? tokenizer($TEXT, options.filename,\n options.html5_comments, options.shebang)\n : $TEXT),\n token : null,\n prev : null,\n peeked : null,\n in_function : 0,\n in_async : -1,\n in_generator : -1,\n in_directives : true,\n in_loop : 0,\n labels : []\n };\n\n S.token = next();\n\n function is(type, value) {\n return is_token(S.token, type, value);\n }\n\n function peek() { return S.peeked || (S.peeked = S.input()); }\n\n function next() {\n S.prev = S.token;\n\n if (!S.peeked) peek();\n S.token = S.peeked;\n S.peeked = null;\n S.in_directives = S.in_directives && (\n S.token.type == \"string\" || is(\"punc\", \";\")\n );\n return S.token;\n }\n\n function prev() {\n return S.prev;\n }\n\n function croak(msg, line, col, pos) {\n var ctx = S.input.context();\n js_error(msg,\n ctx.filename,\n line != null ? line : ctx.tokline,\n col != null ? col : ctx.tokcol,\n pos != null ? pos : ctx.tokpos);\n }\n\n function token_error(token, msg) {\n croak(msg, token.line, token.col);\n }\n\n function unexpected(token) {\n if (token == null)\n token = S.token;\n token_error(token, \"Unexpected token: \" + token.type + \" (\" + token.value + \")\");\n }\n\n function expect_token(type, val) {\n if (is(type, val)) {\n return next();\n }\n token_error(S.token, \"Unexpected token \" + S.token.type + \" «\" + S.token.value + \"»\" + \", expected \" + type + \" «\" + val + \"»\");\n }\n\n function expect(punc) { return expect_token(\"punc\", punc); }\n\n function has_newline_before(token) {\n return token.nlb || !all(token.comments_before, function(comment) {\n return !comment.nlb;\n });\n }\n\n function can_insert_semicolon() {\n return !options.strict\n && (is(\"eof\") || is(\"punc\", \"}\") || has_newline_before(S.token));\n }\n\n function is_in_generator() {\n return S.in_generator === S.in_function;\n }\n\n function is_in_async() {\n return S.in_async === S.in_function;\n }\n\n function semicolon(optional) {\n if (is(\"punc\", \";\")) next();\n else if (!optional && !can_insert_semicolon()) unexpected();\n }\n\n function parenthesised() {\n expect(\"(\");\n var exp = expression(true);\n expect(\")\");\n return exp;\n }\n\n function embed_tokens(parser) {\n return function() {\n var start = S.token;\n var expr = parser.apply(null, arguments);\n var end = prev();\n expr.start = start;\n expr.end = end;\n return expr;\n };\n }\n\n function handle_regexp() {\n if (is(\"operator\", \"/\") || is(\"operator\", \"/=\")) {\n S.peeked = null;\n S.token = S.input(S.token.value.substr(1)); // force regexp\n }\n }\n\n var statement = embed_tokens(function(is_export_default, is_for_body, is_if_body) {\n handle_regexp();\n switch (S.token.type) {\n case \"string\":\n if (S.in_directives) {\n var token = peek();\n if (!S.token.raw.includes(\"\\\\\")\n && (is_token(token, \"punc\", \";\")\n || is_token(token, \"punc\", \"}\")\n || has_newline_before(token)\n || is_token(token, \"eof\"))) {\n S.input.add_directive(S.token.value);\n } else {\n S.in_directives = false;\n }\n }\n var dir = S.in_directives, stat = simple_statement();\n return dir && stat.body instanceof AST_String ? new AST_Directive(stat.body) : stat;\n case \"template_head\":\n case \"num\":\n case \"regexp\":\n case \"operator\":\n case \"atom\":\n return simple_statement();\n\n case \"name\":\n if (S.token.value == \"async\" && is_token(peek(), \"keyword\", \"function\")) {\n next();\n next();\n if (is_for_body) {\n croak(\"functions are not allowed as the body of a loop\");\n }\n return function_(AST_Defun, false, true, is_export_default);\n }\n if (S.token.value == \"import\" && !is_token(peek(), \"punc\", \"(\")) {\n next();\n var node = import_();\n semicolon();\n return node;\n }\n return is_token(peek(), \"punc\", \":\")\n ? labeled_statement()\n : simple_statement();\n\n case \"punc\":\n switch (S.token.value) {\n case \"{\":\n return new AST_BlockStatement({\n start : S.token,\n body : block_(),\n end : prev()\n });\n case \"[\":\n case \"(\":\n return simple_statement();\n case \";\":\n S.in_directives = false;\n next();\n return new AST_EmptyStatement();\n default:\n unexpected();\n }\n\n case \"keyword\":\n switch (S.token.value) {\n case \"break\":\n next();\n return break_cont(AST_Break);\n\n case \"continue\":\n next();\n return break_cont(AST_Continue);\n\n case \"debugger\":\n next();\n semicolon();\n return new AST_Debugger();\n\n case \"do\":\n next();\n var body = in_loop(statement);\n expect_token(\"keyword\", \"while\");\n var condition = parenthesised();\n semicolon(true);\n return new AST_Do({\n body : body,\n condition : condition\n });\n\n case \"while\":\n next();\n return new AST_While({\n condition : parenthesised(),\n body : in_loop(function() { return statement(false, true); })\n });\n\n case \"for\":\n next();\n return for_();\n\n case \"class\":\n next();\n if (is_for_body) {\n croak(\"classes are not allowed as the body of a loop\");\n }\n if (is_if_body) {\n croak(\"classes are not allowed as the body of an if\");\n }\n return class_(AST_DefClass);\n\n case \"function\":\n next();\n if (is_for_body) {\n croak(\"functions are not allowed as the body of a loop\");\n }\n return function_(AST_Defun, false, false, is_export_default);\n\n case \"if\":\n next();\n return if_();\n\n case \"return\":\n if (S.in_function == 0 && !options.bare_returns)\n croak(\"'return' outside of function\");\n next();\n var value = null;\n if (is(\"punc\", \";\")) {\n next();\n } else if (!can_insert_semicolon()) {\n value = expression(true);\n semicolon();\n }\n return new AST_Return({\n value: value\n });\n\n case \"switch\":\n next();\n return new AST_Switch({\n expression : parenthesised(),\n body : in_loop(switch_body_)\n });\n\n case \"throw\":\n next();\n if (has_newline_before(S.token))\n croak(\"Illegal newline after 'throw'\");\n var value = expression(true);\n semicolon();\n return new AST_Throw({\n value: value\n });\n\n case \"try\":\n next();\n return try_();\n\n case \"var\":\n next();\n var node = var_();\n semicolon();\n return node;\n\n case \"let\":\n next();\n var node = let_();\n semicolon();\n return node;\n\n case \"const\":\n next();\n var node = const_();\n semicolon();\n return node;\n\n case \"with\":\n if (S.input.has_directive(\"use strict\")) {\n croak(\"Strict mode may not include a with statement\");\n }\n next();\n return new AST_With({\n expression : parenthesised(),\n body : statement()\n });\n\n case \"export\":\n if (!is_token(peek(), \"punc\", \"(\")) {\n next();\n var node = export_();\n if (is(\"punc\", \";\")) semicolon();\n return node;\n }\n }\n }\n unexpected();\n });\n\n function labeled_statement() {\n var label = as_symbol(AST_Label);\n if (label.name === \"await\" && is_in_async()) {\n token_error(S.prev, \"await cannot be used as label inside async function\");\n }\n if (find_if(function(l) { return l.name == label.name; }, S.labels)) {\n // ECMA-262, 12.12: An ECMAScript program is considered\n // syntactically incorrect if it contains a\n // LabelledStatement that is enclosed by a\n // LabelledStatement with the same Identifier as label.\n croak(\"Label \" + label.name + \" defined twice\");\n }\n expect(\":\");\n S.labels.push(label);\n var stat = statement();\n S.labels.pop();\n if (!(stat instanceof AST_IterationStatement)) {\n // check for `continue` that refers to this label.\n // those should be reported as syntax errors.\n // https://github.com/mishoo/UglifyJS2/issues/287\n label.references.forEach(function(ref) {\n if (ref instanceof AST_Continue) {\n ref = ref.label.start;\n croak(\"Continue label `\" + label.name + \"` refers to non-IterationStatement.\",\n ref.line, ref.col, ref.pos);\n }\n });\n }\n return new AST_LabeledStatement({ body: stat, label: label });\n }\n\n function simple_statement(tmp) {\n return new AST_SimpleStatement({ body: (tmp = expression(true), semicolon(), tmp) });\n }\n\n function break_cont(type) {\n var label = null, ldef;\n if (!can_insert_semicolon()) {\n label = as_symbol(AST_LabelRef, true);\n }\n if (label != null) {\n ldef = find_if(function(l) { return l.name == label.name; }, S.labels);\n if (!ldef)\n croak(\"Undefined label \" + label.name);\n label.thedef = ldef;\n } else if (S.in_loop == 0)\n croak(type.TYPE + \" not inside a loop or switch\");\n semicolon();\n var stat = new type({ label: label });\n if (ldef) ldef.references.push(stat);\n return stat;\n }\n\n function for_() {\n var for_await_error = \"`for await` invalid in this context\";\n var await_tok = S.token;\n if (await_tok.type == \"name\" && await_tok.value == \"await\") {\n if (!is_in_async()) {\n token_error(await_tok, for_await_error);\n }\n next();\n } else {\n await_tok = false;\n }\n expect(\"(\");\n var init = null;\n if (!is(\"punc\", \";\")) {\n init =\n is(\"keyword\", \"var\") ? (next(), var_(true)) :\n is(\"keyword\", \"let\") ? (next(), let_(true)) :\n is(\"keyword\", \"const\") ? (next(), const_(true)) :\n expression(true, true);\n var is_in = is(\"operator\", \"in\");\n var is_of = is(\"name\", \"of\");\n if (await_tok && !is_of) {\n token_error(await_tok, for_await_error);\n }\n if (is_in || is_of) {\n if (init instanceof AST_Definitions) {\n if (init.definitions.length > 1)\n token_error(init.start, \"Only one variable declaration allowed in for..in loop\");\n } else if (!(is_assignable(init) || (init = to_destructuring(init)) instanceof AST_Destructuring)) {\n token_error(init.start, \"Invalid left-hand side in for..in loop\");\n }\n next();\n if (is_in) {\n return for_in(init);\n } else {\n return for_of(init, !!await_tok);\n }\n }\n } else if (await_tok) {\n token_error(await_tok, for_await_error);\n }\n return regular_for(init);\n }\n\n function regular_for(init) {\n expect(\";\");\n var test = is(\"punc\", \";\") ? null : expression(true);\n expect(\";\");\n var step = is(\"punc\", \")\") ? null : expression(true);\n expect(\")\");\n return new AST_For({\n init : init,\n condition : test,\n step : step,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n function for_of(init, is_await) {\n var lhs = init instanceof AST_Definitions ? init.definitions[0].name : null;\n var obj = expression(true);\n expect(\")\");\n return new AST_ForOf({\n await : is_await,\n init : init,\n name : lhs,\n object : obj,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n function for_in(init) {\n var obj = expression(true);\n expect(\")\");\n return new AST_ForIn({\n init : init,\n object : obj,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n var arrow_function = function(start, argnames, is_async) {\n if (has_newline_before(S.token)) {\n croak(\"Unexpected newline before arrow (=>)\");\n }\n\n expect_token(\"arrow\", \"=>\");\n\n var body = _function_body(is(\"punc\", \"{\"), false, is_async);\n\n var end =\n body instanceof Array && body.length ? body[body.length - 1].end :\n body instanceof Array ? start :\n body.end;\n\n return new AST_Arrow({\n start : start,\n end : end,\n async : is_async,\n argnames : argnames,\n body : body\n });\n };\n\n var function_ = function(ctor, is_generator_property, is_async, is_export_default) {\n var start = S.token;\n\n var in_statement = ctor === AST_Defun;\n var is_generator = is(\"operator\", \"*\");\n if (is_generator) {\n next();\n }\n\n var name = is(\"name\") ? as_symbol(in_statement ? AST_SymbolDefun : AST_SymbolLambda) : null;\n if (in_statement && !name) {\n if (is_export_default) {\n ctor = AST_Function;\n } else {\n unexpected();\n }\n }\n\n if (name && ctor !== AST_Accessor && !(name instanceof AST_SymbolDeclaration))\n unexpected(prev());\n\n var args = [];\n var body = _function_body(true, is_generator || is_generator_property, is_async, name, args);\n return new ctor({\n start : args.start,\n end : body.end,\n is_generator: is_generator,\n async : is_async,\n name : name,\n argnames: args,\n body : body\n });\n };\n\n function track_used_binding_identifiers(is_parameter, strict) {\n var parameters = {};\n var duplicate = false;\n var default_assignment = false;\n var spread = false;\n var strict_mode = !!strict;\n var tracker = {\n add_parameter: function(token) {\n if (parameters[\"$\" + token.value] !== undefined) {\n if (duplicate === false) {\n duplicate = token;\n }\n tracker.check_strict();\n } else {\n parameters[\"$\" + token.value] = true;\n if (is_parameter) {\n switch (token.value) {\n case \"arguments\":\n case \"eval\":\n case \"yield\":\n if (strict_mode) {\n token_error(token, \"Unexpected \" + token.value + \" identifier as parameter inside strict mode\");\n }\n break;\n default:\n if (RESERVED_WORDS(token.value)) {\n unexpected();\n }\n }\n }\n }\n },\n mark_default_assignment: function(token) {\n if (default_assignment === false) {\n default_assignment = token;\n }\n },\n mark_spread: function(token) {\n if (spread === false) {\n spread = token;\n }\n },\n mark_strict_mode: function() {\n strict_mode = true;\n },\n is_strict: function() {\n return default_assignment !== false || spread !== false || strict_mode;\n },\n check_strict: function() {\n if (tracker.is_strict() && duplicate !== false) {\n token_error(duplicate, \"Parameter \" + duplicate.value + \" was used already\");\n }\n }\n };\n\n return tracker;\n }\n\n function parameters(params) {\n var start = S.token;\n var used_parameters = track_used_binding_identifiers(true, S.input.has_directive(\"use strict\"));\n\n expect(\"(\");\n\n while (!is(\"punc\", \")\")) {\n var param = parameter(used_parameters);\n params.push(param);\n\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\") && options.ecma < 8) unexpected();\n }\n\n if (param instanceof AST_Expansion) {\n break;\n }\n }\n\n next();\n }\n\n function parameter(used_parameters, symbol_type) {\n var param;\n var expand = false;\n if (used_parameters === undefined) {\n used_parameters = track_used_binding_identifiers(true, S.input.has_directive(\"use strict\"));\n }\n if (is(\"expand\", \"...\")) {\n expand = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n param = binding_element(used_parameters, symbol_type);\n\n if (is(\"operator\", \"=\") && expand === false) {\n used_parameters.mark_default_assignment(S.token);\n next();\n param = new AST_DefaultAssign({\n start: param.start,\n left: param,\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n\n if (expand !== false) {\n if (!is(\"punc\", \")\")) {\n unexpected();\n }\n param = new AST_Expansion({\n start: expand,\n expression: param,\n end: expand\n });\n }\n used_parameters.check_strict();\n\n return param;\n }\n\n function binding_element(used_parameters, symbol_type) {\n var elements = [];\n var first = true;\n var is_expand = false;\n var expand_token;\n var first_token = S.token;\n if (used_parameters === undefined) {\n used_parameters = track_used_binding_identifiers(false, S.input.has_directive(\"use strict\"));\n }\n symbol_type = symbol_type === undefined ? AST_SymbolFunarg : symbol_type;\n if (is(\"punc\", \"[\")) {\n next();\n while (!is(\"punc\", \"]\")) {\n if (first) {\n first = false;\n } else {\n expect(\",\");\n }\n\n if (is(\"expand\", \"...\")) {\n is_expand = true;\n expand_token = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n if (is(\"punc\")) {\n switch (S.token.value) {\n case \",\":\n elements.push(new AST_Hole({\n start: S.token,\n end: S.token\n }));\n continue;\n case \"]\": // Trailing comma after last element\n break;\n case \"[\":\n case \"{\":\n elements.push(binding_element(used_parameters, symbol_type));\n break;\n default:\n unexpected();\n }\n } else if (is(\"name\")) {\n used_parameters.add_parameter(S.token);\n elements.push(as_symbol(symbol_type));\n } else {\n croak(\"Invalid function parameter\");\n }\n if (is(\"operator\", \"=\") && is_expand === false) {\n used_parameters.mark_default_assignment(S.token);\n next();\n elements[elements.length - 1] = new AST_DefaultAssign({\n start: elements[elements.length - 1].start,\n left: elements[elements.length - 1],\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n if (is_expand) {\n if (!is(\"punc\", \"]\")) {\n croak(\"Rest element must be last element\");\n }\n elements[elements.length - 1] = new AST_Expansion({\n start: expand_token,\n expression: elements[elements.length - 1],\n end: expand_token\n });\n }\n }\n expect(\"]\");\n used_parameters.check_strict();\n return new AST_Destructuring({\n start: first_token,\n names: elements,\n is_array: true,\n end: prev()\n });\n } else if (is(\"punc\", \"{\")) {\n next();\n while (!is(\"punc\", \"}\")) {\n if (first) {\n first = false;\n } else {\n expect(\",\");\n }\n if (is(\"expand\", \"...\")) {\n is_expand = true;\n expand_token = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n if (is(\"name\") && (is_token(peek(), \"punc\") || is_token(peek(), \"operator\")) && [\",\", \"}\", \"=\"].includes(peek().value)) {\n used_parameters.add_parameter(S.token);\n var start = prev();\n var value = as_symbol(symbol_type);\n if (is_expand) {\n elements.push(new AST_Expansion({\n start: expand_token,\n expression: value,\n end: value.end,\n }));\n } else {\n elements.push(new AST_ObjectKeyVal({\n start: start,\n key: value.name,\n value: value,\n end: value.end,\n }));\n }\n } else if (is(\"punc\", \"}\")) {\n continue; // Allow trailing hole\n } else {\n var property_token = S.token;\n var property = as_property_name();\n if (property === null) {\n unexpected(prev());\n } else if (prev().type === \"name\" && !is(\"punc\", \":\")) {\n elements.push(new AST_ObjectKeyVal({\n start: prev(),\n key: property,\n value: new symbol_type({\n start: prev(),\n name: property,\n end: prev()\n }),\n end: prev()\n }));\n } else {\n expect(\":\");\n elements.push(new AST_ObjectKeyVal({\n start: property_token,\n quote: property_token.quote,\n key: property,\n value: binding_element(used_parameters, symbol_type),\n end: prev()\n }));\n }\n }\n if (is_expand) {\n if (!is(\"punc\", \"}\")) {\n croak(\"Rest element must be last element\");\n }\n } else if (is(\"operator\", \"=\")) {\n used_parameters.mark_default_assignment(S.token);\n next();\n elements[elements.length - 1].value = new AST_DefaultAssign({\n start: elements[elements.length - 1].value.start,\n left: elements[elements.length - 1].value,\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n }\n expect(\"}\");\n used_parameters.check_strict();\n return new AST_Destructuring({\n start: first_token,\n names: elements,\n is_array: false,\n end: prev()\n });\n } else if (is(\"name\")) {\n used_parameters.add_parameter(S.token);\n return as_symbol(symbol_type);\n } else {\n croak(\"Invalid function parameter\");\n }\n }\n\n function params_or_seq_(allow_arrows, maybe_sequence) {\n var spread_token;\n var invalid_sequence;\n var trailing_comma;\n var a = [];\n expect(\"(\");\n while (!is(\"punc\", \")\")) {\n if (spread_token) unexpected(spread_token);\n if (is(\"expand\", \"...\")) {\n spread_token = S.token;\n if (maybe_sequence) invalid_sequence = S.token;\n next();\n a.push(new AST_Expansion({\n start: prev(),\n expression: expression(),\n end: S.token,\n }));\n } else {\n a.push(expression());\n }\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\")) {\n if (options.ecma < 8) unexpected();\n trailing_comma = prev();\n if (maybe_sequence) invalid_sequence = trailing_comma;\n }\n }\n }\n expect(\")\");\n if (allow_arrows && is(\"arrow\", \"=>\")) {\n if (spread_token && trailing_comma) unexpected(trailing_comma);\n } else if (invalid_sequence) {\n unexpected(invalid_sequence);\n }\n return a;\n }\n\n function _function_body(block, generator, is_async, name, args) {\n var loop = S.in_loop;\n var labels = S.labels;\n var current_generator = S.in_generator;\n var current_async = S.in_async;\n ++S.in_function;\n if (generator)\n S.in_generator = S.in_function;\n if (is_async)\n S.in_async = S.in_function;\n if (args) parameters(args);\n if (block)\n S.in_directives = true;\n S.in_loop = 0;\n S.labels = [];\n if (block) {\n S.input.push_directives_stack();\n var a = block_();\n if (name) _verify_symbol(name);\n if (args) args.forEach(_verify_symbol);\n S.input.pop_directives_stack();\n } else {\n var a = expression(false);\n }\n --S.in_function;\n S.in_loop = loop;\n S.labels = labels;\n S.in_generator = current_generator;\n S.in_async = current_async;\n return a;\n }\n\n function _await_expression() {\n // Previous token must be \"await\" and not be interpreted as an identifier\n if (!is_in_async()) {\n croak(\"Unexpected await expression outside async function\",\n S.prev.line, S.prev.col, S.prev.pos);\n }\n // the await expression is parsed as a unary expression in Babel\n return new AST_Await({\n start: prev(),\n end: S.token,\n expression : maybe_unary(true),\n });\n }\n\n function _yield_expression() {\n // Previous token must be keyword yield and not be interpret as an identifier\n if (!is_in_generator()) {\n croak(\"Unexpected yield expression outside generator function\",\n S.prev.line, S.prev.col, S.prev.pos);\n }\n var start = S.token;\n var star = false;\n var has_expression = true;\n\n // Attempt to get expression or star (and then the mandatory expression)\n // behind yield on the same line.\n //\n // If nothing follows on the same line of the yieldExpression,\n // it should default to the value `undefined` for yield to return.\n // In that case, the `undefined` stored as `null` in ast.\n //\n // Note 1: It isn't allowed for yield* to close without an expression\n // Note 2: If there is a nlb between yield and star, it is interpret as\n // yield *\n if (can_insert_semicolon() ||\n (is(\"punc\") && PUNC_AFTER_EXPRESSION(S.token.value))) {\n has_expression = false;\n\n } else if (is(\"operator\", \"*\")) {\n star = true;\n next();\n }\n\n return new AST_Yield({\n start : start,\n is_star : star,\n expression : has_expression ? expression() : null,\n end : prev()\n });\n }\n\n function if_() {\n var cond = parenthesised(), body = statement(false, false, true), belse = null;\n if (is(\"keyword\", \"else\")) {\n next();\n belse = statement(false, false, true);\n }\n return new AST_If({\n condition : cond,\n body : body,\n alternative : belse\n });\n }\n\n function block_() {\n expect(\"{\");\n var a = [];\n while (!is(\"punc\", \"}\")) {\n if (is(\"eof\")) unexpected();\n a.push(statement());\n }\n next();\n return a;\n }\n\n function switch_body_() {\n expect(\"{\");\n var a = [], cur = null, branch = null, tmp;\n while (!is(\"punc\", \"}\")) {\n if (is(\"eof\")) unexpected();\n if (is(\"keyword\", \"case\")) {\n if (branch) branch.end = prev();\n cur = [];\n branch = new AST_Case({\n start : (tmp = S.token, next(), tmp),\n expression : expression(true),\n body : cur\n });\n a.push(branch);\n expect(\":\");\n } else if (is(\"keyword\", \"default\")) {\n if (branch) branch.end = prev();\n cur = [];\n branch = new AST_Default({\n start : (tmp = S.token, next(), expect(\":\"), tmp),\n body : cur\n });\n a.push(branch);\n } else {\n if (!cur) unexpected();\n cur.push(statement());\n }\n }\n if (branch) branch.end = prev();\n next();\n return a;\n }\n\n function try_() {\n var body = block_(), bcatch = null, bfinally = null;\n if (is(\"keyword\", \"catch\")) {\n var start = S.token;\n next();\n if (is(\"punc\", \"{\")) {\n var name = null;\n } else {\n expect(\"(\");\n var name = parameter(undefined, AST_SymbolCatch);\n expect(\")\");\n }\n bcatch = new AST_Catch({\n start : start,\n argname : name,\n body : block_(),\n end : prev()\n });\n }\n if (is(\"keyword\", \"finally\")) {\n var start = S.token;\n next();\n bfinally = new AST_Finally({\n start : start,\n body : block_(),\n end : prev()\n });\n }\n if (!bcatch && !bfinally)\n croak(\"Missing catch/finally blocks\");\n return new AST_Try({\n body : body,\n bcatch : bcatch,\n bfinally : bfinally\n });\n }\n\n function vardefs(no_in, kind) {\n var a = [];\n var def;\n for (;;) {\n var sym_type =\n kind === \"var\" ? AST_SymbolVar :\n kind === \"const\" ? AST_SymbolConst :\n kind === \"let\" ? AST_SymbolLet : null;\n if (is(\"punc\", \"{\") || is(\"punc\", \"[\")) {\n def = new AST_VarDef({\n start: S.token,\n name: binding_element(undefined ,sym_type),\n value: is(\"operator\", \"=\") ? (expect_token(\"operator\", \"=\"), expression(false, no_in)) : null,\n end: prev()\n });\n } else {\n def = new AST_VarDef({\n start : S.token,\n name : as_symbol(sym_type),\n value : is(\"operator\", \"=\")\n ? (next(), expression(false, no_in))\n : !no_in && kind === \"const\"\n ? croak(\"Missing initializer in const declaration\") : null,\n end : prev()\n });\n if (def.name.name == \"import\") croak(\"Unexpected token: import\");\n }\n a.push(def);\n if (!is(\"punc\", \",\"))\n break;\n next();\n }\n return a;\n }\n\n var var_ = function(no_in) {\n return new AST_Var({\n start : prev(),\n definitions : vardefs(no_in, \"var\"),\n end : prev()\n });\n };\n\n var let_ = function(no_in) {\n return new AST_Let({\n start : prev(),\n definitions : vardefs(no_in, \"let\"),\n end : prev()\n });\n };\n\n var const_ = function(no_in) {\n return new AST_Const({\n start : prev(),\n definitions : vardefs(no_in, \"const\"),\n end : prev()\n });\n };\n\n var new_ = function(allow_calls) {\n var start = S.token;\n expect_token(\"operator\", \"new\");\n if (is(\"punc\", \".\")) {\n next();\n expect_token(\"name\", \"target\");\n return subscripts(new AST_NewTarget({\n start : start,\n end : prev()\n }), allow_calls);\n }\n var newexp = expr_atom(false), args;\n if (is(\"punc\", \"(\")) {\n next();\n args = expr_list(\")\", options.ecma >= 8);\n } else {\n args = [];\n }\n var call = new AST_New({\n start : start,\n expression : newexp,\n args : args,\n end : prev()\n });\n mark_pure(call);\n return subscripts(call, allow_calls);\n };\n\n function as_atom_node() {\n var tok = S.token, ret;\n switch (tok.type) {\n case \"name\":\n ret = _make_symbol(AST_SymbolRef);\n break;\n case \"num\":\n ret = new AST_Number({ start: tok, end: tok, value: tok.value });\n break;\n case \"string\":\n ret = new AST_String({\n start : tok,\n end : tok,\n value : tok.value,\n quote : tok.quote\n });\n break;\n case \"regexp\":\n ret = new AST_RegExp({ start: tok, end: tok, value: tok.value });\n break;\n case \"atom\":\n switch (tok.value) {\n case \"false\":\n ret = new AST_False({ start: tok, end: tok });\n break;\n case \"true\":\n ret = new AST_True({ start: tok, end: tok });\n break;\n case \"null\":\n ret = new AST_Null({ start: tok, end: tok });\n break;\n }\n break;\n }\n next();\n return ret;\n }\n\n function to_fun_args(ex, _, __, default_seen_above) {\n var insert_default = function(ex, default_value) {\n if (default_value) {\n return new AST_DefaultAssign({\n start: ex.start,\n left: ex,\n operator: \"=\",\n right: default_value,\n end: default_value.end\n });\n }\n return ex;\n };\n if (ex instanceof AST_Object) {\n return insert_default(new AST_Destructuring({\n start: ex.start,\n end: ex.end,\n is_array: false,\n names: ex.properties.map(to_fun_args)\n }), default_seen_above);\n } else if (ex instanceof AST_ObjectKeyVal) {\n ex.value = to_fun_args(ex.value, 0, [ex.key]);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_Hole) {\n return ex;\n } else if (ex instanceof AST_Destructuring) {\n ex.names = ex.names.map(to_fun_args);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_SymbolRef) {\n return insert_default(new AST_SymbolFunarg({\n name: ex.name,\n start: ex.start,\n end: ex.end\n }), default_seen_above);\n } else if (ex instanceof AST_Expansion) {\n ex.expression = to_fun_args(ex.expression);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_Array) {\n return insert_default(new AST_Destructuring({\n start: ex.start,\n end: ex.end,\n is_array: true,\n names: ex.elements.map(to_fun_args)\n }), default_seen_above);\n } else if (ex instanceof AST_Assign) {\n return insert_default(to_fun_args(ex.left, undefined, undefined, ex.right), default_seen_above);\n } else if (ex instanceof AST_DefaultAssign) {\n ex.left = to_fun_args(ex.left, 0, [ex.left]);\n return ex;\n } else {\n croak(\"Invalid function parameter\", ex.start.line, ex.start.col);\n }\n }\n\n var expr_atom = function(allow_calls, allow_arrows) {\n if (is(\"operator\", \"new\")) {\n return new_(allow_calls);\n }\n var start = S.token;\n var peeked;\n var async = is(\"name\", \"async\")\n && (peeked = peek()).value != \"[\"\n && peeked.type != \"arrow\"\n && as_atom_node();\n if (is(\"punc\")) {\n switch (S.token.value) {\n case \"(\":\n if (async && !allow_calls) break;\n var exprs = params_or_seq_(allow_arrows, !async);\n if (allow_arrows && is(\"arrow\", \"=>\")) {\n return arrow_function(start, exprs.map(to_fun_args), !!async);\n }\n var ex = async ? new AST_Call({\n expression: async,\n args: exprs\n }) : exprs.length == 1 ? exprs[0] : new AST_Sequence({\n expressions: exprs\n });\n if (ex.start) {\n var len = start.comments_before.length;\n [].unshift.apply(ex.start.comments_before, start.comments_before);\n start.comments_before = ex.start.comments_before;\n start.comments_before_length = len;\n if (len == 0 && start.comments_before.length > 0) {\n var comment = start.comments_before[0];\n if (!comment.nlb) {\n comment.nlb = start.nlb;\n start.nlb = false;\n }\n }\n start.comments_after = ex.start.comments_after;\n }\n ex.start = start;\n var end = prev();\n if (ex.end) {\n end.comments_before = ex.end.comments_before;\n [].push.apply(ex.end.comments_after, end.comments_after);\n end.comments_after = ex.end.comments_after;\n }\n ex.end = end;\n if (ex instanceof AST_Call) mark_pure(ex);\n return subscripts(ex, allow_calls);\n case \"[\":\n return subscripts(array_(), allow_calls);\n case \"{\":\n return subscripts(object_or_destructuring_(), allow_calls);\n }\n if (!async) unexpected();\n }\n if (allow_arrows && is(\"name\") && is_token(peek(), \"arrow\")) {\n var param = new AST_SymbolFunarg({\n name: S.token.value,\n start: start,\n end: start,\n });\n next();\n return arrow_function(start, [param], !!async);\n }\n if (is(\"keyword\", \"function\")) {\n next();\n var func = function_(AST_Function, false, !!async);\n func.start = start;\n func.end = prev();\n return subscripts(func, allow_calls);\n }\n if (async) return subscripts(async, allow_calls);\n if (is(\"keyword\", \"class\")) {\n next();\n var cls = class_(AST_ClassExpression);\n cls.start = start;\n cls.end = prev();\n return subscripts(cls, allow_calls);\n }\n if (is(\"template_head\")) {\n return subscripts(template_string(false), allow_calls);\n }\n if (ATOMIC_START_TOKEN(S.token.type)) {\n return subscripts(as_atom_node(), allow_calls);\n }\n unexpected();\n };\n\n function template_string(tagged) {\n var segments = [], start = S.token;\n\n segments.push(new AST_TemplateSegment({\n start: S.token,\n raw: S.token.raw,\n value: S.token.value,\n end: S.token\n }));\n while (S.token.end === false) {\n next();\n handle_regexp();\n segments.push(expression(true));\n\n if (!is_token(\"template_substitution\")) {\n unexpected();\n }\n\n segments.push(new AST_TemplateSegment({\n start: S.token,\n raw: S.token.raw,\n value: S.token.value,\n end: S.token\n }));\n }\n next();\n\n return new AST_TemplateString({\n start: start,\n segments: segments,\n end: S.token\n });\n }\n\n function expr_list(closing, allow_trailing_comma, allow_empty) {\n var first = true, a = [];\n while (!is(\"punc\", closing)) {\n if (first) first = false; else expect(\",\");\n if (allow_trailing_comma && is(\"punc\", closing)) break;\n if (is(\"punc\", \",\") && allow_empty) {\n a.push(new AST_Hole({ start: S.token, end: S.token }));\n } else if (is(\"expand\", \"...\")) {\n next();\n a.push(new AST_Expansion({start: prev(), expression: expression(),end: S.token}));\n } else {\n a.push(expression(false));\n }\n }\n next();\n return a;\n }\n\n var array_ = embed_tokens(function() {\n expect(\"[\");\n return new AST_Array({\n elements: expr_list(\"]\", !options.strict, true)\n });\n });\n\n var create_accessor = embed_tokens(function(is_generator, is_async) {\n return function_(AST_Accessor, is_generator, is_async);\n });\n\n var object_or_destructuring_ = embed_tokens(function object_or_destructuring_() {\n var start = S.token, first = true, a = [];\n expect(\"{\");\n while (!is(\"punc\", \"}\")) {\n if (first) first = false; else expect(\",\");\n if (!options.strict && is(\"punc\", \"}\"))\n // allow trailing comma\n break;\n\n start = S.token;\n if (start.type == \"expand\") {\n next();\n a.push(new AST_Expansion({\n start: start,\n expression: expression(false),\n end: prev(),\n }));\n continue;\n }\n\n var name = as_property_name();\n var value;\n\n // Check property and fetch value\n if (!is(\"punc\", \":\")) {\n var concise = concise_method_or_getset(name, start);\n if (concise) {\n a.push(concise);\n continue;\n }\n\n value = new AST_SymbolRef({\n start: prev(),\n name: name,\n end: prev()\n });\n } else if (name === null) {\n unexpected(prev());\n } else {\n next(); // `:` - see first condition\n value = expression(false);\n }\n\n // Check for default value and alter value accordingly if necessary\n if (is(\"operator\", \"=\")) {\n next();\n value = new AST_Assign({\n start: start,\n left: value,\n operator: \"=\",\n right: expression(false),\n end: prev()\n });\n }\n\n // Create property\n a.push(new AST_ObjectKeyVal({\n start: start,\n quote: start.quote,\n key: name instanceof AST_Node ? name : \"\" + name,\n value: value,\n end: prev()\n }));\n }\n next();\n return new AST_Object({ properties: a });\n });\n\n function class_(KindOfClass) {\n var start, method, class_name, extends_, a = [];\n\n S.input.push_directives_stack(); // Push directive stack, but not scope stack\n S.input.add_directive(\"use strict\");\n\n if (S.token.type == \"name\" && S.token.value != \"extends\") {\n class_name = as_symbol(KindOfClass === AST_DefClass ? AST_SymbolDefClass : AST_SymbolClass);\n }\n\n if (KindOfClass === AST_DefClass && !class_name) {\n unexpected();\n }\n\n if (S.token.value == \"extends\") {\n next();\n extends_ = expression(true);\n }\n\n expect(\"{\");\n\n if (is(\"punc\", \";\")) { next(); } // Leading semicolons are okay in class bodies.\n while (!is(\"punc\", \"}\")) {\n start = S.token;\n method = concise_method_or_getset(as_property_name(), start, true);\n if (!method) { unexpected(); }\n a.push(method);\n if (is(\"punc\", \";\")) { next(); }\n }\n\n S.input.pop_directives_stack();\n\n next();\n\n return new KindOfClass({\n start: start,\n name: class_name,\n extends: extends_,\n properties: a,\n end: prev(),\n });\n }\n\n function concise_method_or_getset(name, start, is_class) {\n var get_ast = function(name, token) {\n if (typeof name === \"string\" || typeof name === \"number\") {\n return new AST_SymbolMethod({\n start: token,\n name: \"\" + name,\n end: prev()\n });\n } else if (name === null) {\n unexpected();\n }\n return name;\n };\n var is_async = false;\n var is_static = false;\n var is_generator = false;\n var property_token = start;\n if (is_class && name === \"static\" && !is(\"punc\", \"(\")) {\n is_static = true;\n property_token = S.token;\n name = as_property_name();\n }\n if (name === \"async\" && !is(\"punc\", \"(\") && !is(\"punc\", \",\") && !is(\"punc\", \"}\")) {\n is_async = true;\n property_token = S.token;\n name = as_property_name();\n }\n if (name === null) {\n is_generator = true;\n property_token = S.token;\n name = as_property_name();\n if (name === null) {\n unexpected();\n }\n }\n if (is(\"punc\", \"(\")) {\n name = get_ast(name, start);\n var node = new AST_ConciseMethod({\n start : start,\n static : is_static,\n is_generator: is_generator,\n async : is_async,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(is_generator, is_async),\n end : prev()\n });\n return node;\n }\n property_token = S.token;\n if (name == \"get\") {\n if (!is(\"punc\") || is(\"punc\", \"[\")) {\n name = get_ast(as_property_name(), start);\n return new AST_ObjectGetter({\n start : start,\n static: is_static,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(),\n end : prev()\n });\n }\n } else if (name == \"set\") {\n if (!is(\"punc\") || is(\"punc\", \"[\")) {\n name = get_ast(as_property_name(), start);\n return new AST_ObjectSetter({\n start : start,\n static: is_static,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(),\n end : prev()\n });\n }\n }\n }\n\n function import_() {\n var start = prev();\n var imported_name;\n var imported_names;\n if (is(\"name\")) {\n imported_name = as_symbol(AST_SymbolImport);\n }\n\n if (is(\"punc\", \",\")) {\n next();\n }\n\n imported_names = map_names(true);\n\n if (imported_names || imported_name) {\n expect_token(\"name\", \"from\");\n }\n var mod_str = S.token;\n if (mod_str.type !== \"string\") {\n unexpected();\n }\n next();\n return new AST_Import({\n start: start,\n imported_name: imported_name,\n imported_names: imported_names,\n module_name: new AST_String({\n start: mod_str,\n value: mod_str.value,\n quote: mod_str.quote,\n end: mod_str,\n }),\n end: S.token,\n });\n }\n\n function map_name(is_import) {\n function make_symbol(type) {\n return new type({\n name: as_property_name(),\n start: prev(),\n end: prev()\n });\n }\n\n var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign;\n var type = is_import ? AST_SymbolImport : AST_SymbolExport;\n var start = S.token;\n var foreign_name;\n var name;\n\n if (is_import) {\n foreign_name = make_symbol(foreign_type);\n } else {\n name = make_symbol(type);\n }\n if (is(\"name\", \"as\")) {\n next(); // The \"as\" word\n if (is_import) {\n name = make_symbol(type);\n } else {\n foreign_name = make_symbol(foreign_type);\n }\n } else if (is_import) {\n name = new type(foreign_name);\n } else {\n foreign_name = new foreign_type(name);\n }\n\n return new AST_NameMapping({\n start: start,\n foreign_name: foreign_name,\n name: name,\n end: prev(),\n });\n }\n\n function map_nameAsterisk(is_import, name) {\n var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign;\n var type = is_import ? AST_SymbolImport : AST_SymbolExport;\n var start = S.token;\n var foreign_name;\n var end = prev();\n\n name = name || new type({\n name: \"*\",\n start: start,\n end: end,\n });\n\n foreign_name = new foreign_type({\n name: \"*\",\n start: start,\n end: end,\n });\n\n return new AST_NameMapping({\n start: start,\n foreign_name: foreign_name,\n name: name,\n end: end,\n });\n }\n\n function map_names(is_import) {\n var names;\n if (is(\"punc\", \"{\")) {\n next();\n names = [];\n while (!is(\"punc\", \"}\")) {\n names.push(map_name(is_import));\n if (is(\"punc\", \",\")) {\n next();\n }\n }\n next();\n } else if (is(\"operator\", \"*\")) {\n var name;\n next();\n if (is_import && is(\"name\", \"as\")) {\n next(); // The \"as\" word\n name = as_symbol(is_import ? AST_SymbolImport : AST_SymbolExportForeign);\n }\n names = [map_nameAsterisk(is_import, name)];\n }\n return names;\n }\n\n function export_() {\n var start = S.token;\n var is_default;\n var exported_names;\n\n if (is(\"keyword\", \"default\")) {\n is_default = true;\n next();\n } else if (exported_names = map_names(false)) {\n if (is(\"name\", \"from\")) {\n next();\n\n var mod_str = S.token;\n if (mod_str.type !== \"string\") {\n unexpected();\n }\n next();\n\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_names: exported_names,\n module_name: new AST_String({\n start: mod_str,\n value: mod_str.value,\n quote: mod_str.quote,\n end: mod_str,\n }),\n end: prev(),\n });\n } else {\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_names: exported_names,\n end: prev(),\n });\n }\n }\n\n var node;\n var exported_value;\n var exported_definition;\n if (is(\"punc\", \"{\")\n || is_default\n && (is(\"keyword\", \"class\") || is(\"keyword\", \"function\"))\n && is_token(peek(), \"punc\")) {\n exported_value = expression(false);\n semicolon();\n } else if ((node = statement(is_default)) instanceof AST_Definitions && is_default) {\n unexpected(node.start);\n } else if (node instanceof AST_Definitions || node instanceof AST_Lambda || node instanceof AST_DefClass) {\n exported_definition = node;\n } else if (node instanceof AST_SimpleStatement) {\n exported_value = node.body;\n } else {\n unexpected(node.start);\n }\n\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_value: exported_value,\n exported_definition: exported_definition,\n end: prev(),\n });\n }\n\n function as_property_name() {\n var tmp = S.token;\n switch (tmp.type) {\n case \"punc\":\n if (tmp.value === \"[\") {\n next();\n var ex = expression(false);\n expect(\"]\");\n return ex;\n } else unexpected(tmp);\n case \"operator\":\n if (tmp.value === \"*\") {\n next();\n return null;\n }\n if (![\"delete\", \"in\", \"instanceof\", \"new\", \"typeof\", \"void\"].includes(tmp.value)) {\n unexpected(tmp);\n }\n case \"name\":\n if (tmp.value == \"yield\") {\n if (is_in_generator()) {\n token_error(tmp, \"Yield cannot be used as identifier inside generators\");\n } else if (!is_token(peek(), \"punc\", \":\")\n && !is_token(peek(), \"punc\", \"(\")\n && S.input.has_directive(\"use strict\")) {\n token_error(tmp, \"Unexpected yield identifier inside strict mode\");\n }\n }\n case \"string\":\n case \"num\":\n case \"keyword\":\n case \"atom\":\n next();\n return tmp.value;\n default:\n unexpected(tmp);\n }\n }\n\n function as_name() {\n var tmp = S.token;\n if (tmp.type != \"name\") unexpected();\n next();\n return tmp.value;\n }\n\n function _make_symbol(type) {\n var name = S.token.value;\n return new (name == \"this\" ? AST_This :\n name == \"super\" ? AST_Super :\n type)({\n name : String(name),\n start : S.token,\n end : S.token\n });\n }\n\n function _verify_symbol(sym) {\n var name = sym.name;\n if (is_in_generator() && name == \"yield\") {\n token_error(sym.start, \"Yield cannot be used as identifier inside generators\");\n }\n if (S.input.has_directive(\"use strict\")) {\n if (name == \"yield\") {\n token_error(sym.start, \"Unexpected yield identifier inside strict mode\");\n }\n if (sym instanceof AST_SymbolDeclaration && (name == \"arguments\" || name == \"eval\")) {\n token_error(sym.start, \"Unexpected \" + name + \" in strict mode\");\n }\n }\n }\n\n function as_symbol(type, noerror) {\n if (!is(\"name\")) {\n if (!noerror) croak(\"Name expected\");\n return null;\n }\n var sym = _make_symbol(type);\n _verify_symbol(sym);\n next();\n return sym;\n }\n\n function mark_pure(call) {\n var start = call.start;\n var comments = start.comments_before;\n var i = HOP(start, \"comments_before_length\") ? start.comments_before_length : comments.length;\n while (--i >= 0) {\n var comment = comments[i];\n if (/[@#]__PURE__/.test(comment.value)) {\n call.pure = comment;\n break;\n }\n }\n }\n\n var subscripts = function(expr, allow_calls) {\n var start = expr.start;\n if (is(\"punc\", \".\")) {\n next();\n return subscripts(new AST_Dot({\n start : start,\n expression : expr,\n property : as_name(),\n end : prev()\n }), allow_calls);\n }\n if (is(\"punc\", \"[\")) {\n next();\n var prop = expression(true);\n expect(\"]\");\n return subscripts(new AST_Sub({\n start : start,\n expression : expr,\n property : prop,\n end : prev()\n }), allow_calls);\n }\n if (allow_calls && is(\"punc\", \"(\")) {\n next();\n var call = new AST_Call({\n start : start,\n expression : expr,\n args : call_args(),\n end : prev()\n });\n mark_pure(call);\n return subscripts(call, true);\n }\n if (is(\"template_head\")) {\n return subscripts(new AST_PrefixedTemplateString({\n start: start,\n prefix: expr,\n template_string: template_string(true),\n end: prev()\n }), allow_calls);\n }\n return expr;\n };\n\n var call_args = embed_tokens(function _call_args() {\n var args = [];\n while (!is(\"punc\", \")\")) {\n if (is(\"expand\", \"...\")) {\n next();\n args.push(new AST_Expansion({\n start: prev(),\n expression: expression(false),\n end: prev()\n }));\n } else {\n args.push(expression(false));\n }\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\") && options.ecma < 8) unexpected();\n }\n }\n next();\n return args;\n });\n\n var maybe_unary = function(allow_calls, allow_arrows) {\n var start = S.token;\n if (start.type == \"name\" && start.value == \"await\") {\n if (is_in_async()) {\n next();\n return _await_expression();\n } else if (S.input.has_directive(\"use strict\")) {\n token_error(S.token, \"Unexpected await identifier inside strict mode\");\n }\n }\n if (is(\"operator\") && UNARY_PREFIX(start.value)) {\n next();\n handle_regexp();\n var ex = make_unary(AST_UnaryPrefix, start, maybe_unary(allow_calls));\n ex.start = start;\n ex.end = prev();\n return ex;\n }\n var val = expr_atom(allow_calls, allow_arrows);\n while (is(\"operator\") && UNARY_POSTFIX(S.token.value) && !has_newline_before(S.token)) {\n if (val instanceof AST_Arrow) unexpected();\n val = make_unary(AST_UnaryPostfix, S.token, val);\n val.start = start;\n val.end = S.token;\n next();\n }\n return val;\n };\n\n function make_unary(ctor, token, expr) {\n var op = token.value;\n switch (op) {\n case \"++\":\n case \"--\":\n if (!is_assignable(expr))\n croak(\"Invalid use of \" + op + \" operator\", token.line, token.col, token.pos);\n break;\n case \"delete\":\n if (expr instanceof AST_SymbolRef && S.input.has_directive(\"use strict\"))\n croak(\"Calling delete on expression not allowed in strict mode\", expr.start.line, expr.start.col, expr.start.pos);\n break;\n }\n return new ctor({ operator: op, expression: expr });\n }\n\n var expr_op = function(left, min_prec, no_in) {\n var op = is(\"operator\") ? S.token.value : null;\n if (op == \"in\" && no_in) op = null;\n if (op == \"**\" && left instanceof AST_UnaryPrefix\n /* unary token in front not allowed - parenthesis required */\n && !is_token(left.start, \"punc\", \"(\")\n && left.operator !== \"--\" && left.operator !== \"++\")\n unexpected(left.start);\n var prec = op != null ? PRECEDENCE[op] : null;\n if (prec != null && (prec > min_prec || (op === \"**\" && min_prec === prec))) {\n next();\n var right = expr_op(maybe_unary(true), prec, no_in);\n return expr_op(new AST_Binary({\n start : left.start,\n left : left,\n operator : op,\n right : right,\n end : right.end\n }), min_prec, no_in);\n }\n return left;\n };\n\n function expr_ops(no_in) {\n return expr_op(maybe_unary(true, true), 0, no_in);\n }\n\n var maybe_conditional = function(no_in) {\n var start = S.token;\n var expr = expr_ops(no_in);\n if (is(\"operator\", \"?\")) {\n next();\n var yes = expression(false);\n expect(\":\");\n return new AST_Conditional({\n start : start,\n condition : expr,\n consequent : yes,\n alternative : expression(false, no_in),\n end : prev()\n });\n }\n return expr;\n };\n\n function is_assignable(expr) {\n return expr instanceof AST_PropAccess || expr instanceof AST_SymbolRef;\n }\n\n function to_destructuring(node) {\n if (node instanceof AST_Object) {\n node = new AST_Destructuring({\n start: node.start,\n names: node.properties.map(to_destructuring),\n is_array: false,\n end: node.end\n });\n } else if (node instanceof AST_Array) {\n var names = [];\n\n for (var i = 0; i < node.elements.length; i++) {\n // Only allow expansion as last element\n if (node.elements[i] instanceof AST_Expansion) {\n if (i + 1 !== node.elements.length) {\n token_error(node.elements[i].start, \"Spread must the be last element in destructuring array\");\n }\n node.elements[i].expression = to_destructuring(node.elements[i].expression);\n }\n\n names.push(to_destructuring(node.elements[i]));\n }\n\n node = new AST_Destructuring({\n start: node.start,\n names: names,\n is_array: true,\n end: node.end\n });\n } else if (node instanceof AST_ObjectProperty) {\n node.value = to_destructuring(node.value);\n } else if (node instanceof AST_Assign) {\n node = new AST_DefaultAssign({\n start: node.start,\n left: node.left,\n operator: \"=\",\n right: node.right,\n end: node.end\n });\n }\n return node;\n }\n\n // In ES6, AssignmentExpression can also be an ArrowFunction\n var maybe_assign = function(no_in) {\n handle_regexp();\n var start = S.token;\n\n if (start.type == \"name\" && start.value == \"yield\") {\n if (is_in_generator()) {\n next();\n return _yield_expression();\n } else if (S.input.has_directive(\"use strict\")) {\n token_error(S.token, \"Unexpected yield identifier inside strict mode\");\n }\n }\n\n var left = maybe_conditional(no_in);\n var val = S.token.value;\n\n if (is(\"operator\") && ASSIGNMENT(val)) {\n if (is_assignable(left) || (left = to_destructuring(left)) instanceof AST_Destructuring) {\n next();\n return new AST_Assign({\n start : start,\n left : left,\n operator : val,\n right : maybe_assign(no_in),\n end : prev()\n });\n }\n croak(\"Invalid assignment\");\n }\n return left;\n };\n\n var expression = function(commas, no_in) {\n var start = S.token;\n var exprs = [];\n while (true) {\n exprs.push(maybe_assign(no_in));\n if (!commas || !is(\"punc\", \",\")) break;\n next();\n commas = true;\n }\n return exprs.length == 1 ? exprs[0] : new AST_Sequence({\n start : start,\n expressions : exprs,\n end : peek()\n });\n };\n\n function in_loop(cont) {\n ++S.in_loop;\n var ret = cont();\n --S.in_loop;\n return ret;\n }\n\n if (options.expression) {\n return expression(true);\n }\n\n return (function() {\n var start = S.token;\n var body = [];\n S.input.push_directives_stack();\n if (options.module) S.input.add_directive(\"use strict\");\n while (!is(\"eof\"))\n body.push(statement());\n S.input.pop_directives_stack();\n var end = prev();\n var toplevel = options.toplevel;\n if (toplevel) {\n toplevel.body = toplevel.body.concat(body);\n toplevel.end = end;\n } else {\n toplevel = new AST_Toplevel({ start: start, body: body, end: end });\n }\n return toplevel;\n })();\n\n}\n\nexport {\n get_full_char_code,\n get_full_char,\n is_identifier_char,\n is_identifier_string,\n is_identifier,\n is_surrogate_pair_head,\n is_surrogate_pair_tail,\n js_error,\n JS_Parse_Error,\n parse,\n PRECEDENCE,\n RESERVED_WORDS,\n tokenizer,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n HOP,\n MAP,\n noop,\n string_template,\n} from \"./utils.js\";\nimport { parse } from \"./parse.js\";\n\nfunction DEFNODE(type, props, methods, base) {\n if (arguments.length < 4) base = AST_Node;\n if (!props) props = [];\n else props = props.split(/\\s+/);\n var self_props = props;\n if (base && base.PROPS)\n props = props.concat(base.PROPS);\n var code = \"return function AST_\" + type + \"(props){ if (props) { \";\n for (var i = props.length; --i >= 0;) {\n code += \"this.\" + props[i] + \" = props.\" + props[i] + \";\";\n }\n var proto = base && new base;\n if (proto && proto.initialize || (methods && methods.initialize))\n code += \"this.initialize();\";\n code += \"}}\";\n var ctor = new Function(code)();\n if (proto) {\n ctor.prototype = proto;\n ctor.BASE = base;\n }\n if (base) base.SUBCLASSES.push(ctor);\n ctor.prototype.CTOR = ctor;\n ctor.PROPS = props || null;\n ctor.SELF_PROPS = self_props;\n ctor.SUBCLASSES = [];\n if (type) {\n ctor.prototype.TYPE = ctor.TYPE = type;\n }\n if (methods) for (i in methods) if (HOP(methods, i)) {\n if (/^\\$/.test(i)) {\n ctor[i.substr(1)] = methods[i];\n } else {\n ctor.prototype[i] = methods[i];\n }\n }\n ctor.DEFMETHOD = function(name, method) {\n this.prototype[name] = method;\n };\n return ctor;\n}\n\nvar AST_Token = DEFNODE(\"Token\", \"type value line col pos endline endcol endpos nlb comments_before comments_after file raw\", {\n}, null);\n\nvar AST_Node = DEFNODE(\"Node\", \"start end\", {\n _clone: function(deep) {\n if (deep) {\n var self = this.clone();\n return self.transform(new TreeTransformer(function(node) {\n if (node !== self) {\n return node.clone(true);\n }\n }));\n }\n return new this.CTOR(this);\n },\n clone: function(deep) {\n return this._clone(deep);\n },\n $documentation: \"Base class of all AST nodes\",\n $propdoc: {\n start: \"[AST_Token] The first token of this node\",\n end: \"[AST_Token] The last token of this node\"\n },\n _walk: function(visitor) {\n return visitor._visit(this);\n },\n walk: function(visitor) {\n return this._walk(visitor); // not sure the indirection will be any help\n }\n}, null);\n\nAST_Node.warn_function = null;\nAST_Node.warn = function(txt, props) {\n if (AST_Node.warn_function)\n AST_Node.warn_function(string_template(txt, props));\n};\n\n/* -----[ statements ]----- */\n\nvar AST_Statement = DEFNODE(\"Statement\", null, {\n $documentation: \"Base class of all statements\",\n});\n\nvar AST_Debugger = DEFNODE(\"Debugger\", null, {\n $documentation: \"Represents a debugger statement\",\n}, AST_Statement);\n\nvar AST_Directive = DEFNODE(\"Directive\", \"value quote\", {\n $documentation: \"Represents a directive, like \\\"use strict\\\";\",\n $propdoc: {\n value: \"[string] The value of this directive as a plain string (it's not an AST_String!)\",\n quote: \"[string] the original quote character\"\n },\n}, AST_Statement);\n\nvar AST_SimpleStatement = DEFNODE(\"SimpleStatement\", \"body\", {\n $documentation: \"A statement consisting of an expression, i.e. a = 1 + 2\",\n $propdoc: {\n body: \"[AST_Node] an expression node (should not be instanceof AST_Statement)\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.body._walk(visitor);\n });\n }\n}, AST_Statement);\n\nfunction walk_body(node, visitor) {\n var body = node.body;\n if (body instanceof AST_Node) {\n body._walk(visitor);\n } else for (var i = 0, len = body.length; i < len; i++) {\n body[i]._walk(visitor);\n }\n}\n\nfunction clone_block_scope(deep) {\n var clone = this._clone(deep);\n if (this.block_scope) {\n // TODO this is sometimes undefined during compression.\n // But it should always have a value!\n clone.block_scope = this.block_scope.clone();\n }\n return clone;\n}\n\nvar AST_Block = DEFNODE(\"Block\", \"body block_scope\", {\n $documentation: \"A body of statements (usually braced)\",\n $propdoc: {\n body: \"[AST_Statement*] an array of statements\",\n block_scope: \"[AST_Scope] the block scope\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n walk_body(this, visitor);\n });\n },\n clone: clone_block_scope\n}, AST_Statement);\n\nvar AST_BlockStatement = DEFNODE(\"BlockStatement\", null, {\n $documentation: \"A block statement\",\n}, AST_Block);\n\nvar AST_EmptyStatement = DEFNODE(\"EmptyStatement\", null, {\n $documentation: \"The empty statement (empty block or simply a semicolon)\"\n}, AST_Statement);\n\nvar AST_StatementWithBody = DEFNODE(\"StatementWithBody\", \"body\", {\n $documentation: \"Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`\",\n $propdoc: {\n body: \"[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement\"\n }\n}, AST_Statement);\n\nvar AST_LabeledStatement = DEFNODE(\"LabeledStatement\", \"label\", {\n $documentation: \"Statement with a label\",\n $propdoc: {\n label: \"[AST_Label] a label definition\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.label._walk(visitor);\n this.body._walk(visitor);\n });\n },\n clone: function(deep) {\n var node = this._clone(deep);\n if (deep) {\n var label = node.label;\n var def = this.label;\n node.walk(new TreeWalker(function(node) {\n if (node instanceof AST_LoopControl\n && node.label && node.label.thedef === def) {\n node.label.thedef = label;\n label.references.push(node);\n }\n }));\n }\n return node;\n }\n}, AST_StatementWithBody);\n\nvar AST_IterationStatement = DEFNODE(\"IterationStatement\", \"block_scope\", {\n $documentation: \"Internal class. All loops inherit from it.\",\n $propdoc: {\n block_scope: \"[AST_Scope] the block scope for this iteration statement.\"\n },\n clone: clone_block_scope\n}, AST_StatementWithBody);\n\nvar AST_DWLoop = DEFNODE(\"DWLoop\", \"condition\", {\n $documentation: \"Base class for do/while statements\",\n $propdoc: {\n condition: \"[AST_Node] the loop condition. Should not be instanceof AST_Statement\"\n }\n}, AST_IterationStatement);\n\nvar AST_Do = DEFNODE(\"Do\", null, {\n $documentation: \"A `do` statement\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.body._walk(visitor);\n this.condition._walk(visitor);\n });\n }\n}, AST_DWLoop);\n\nvar AST_While = DEFNODE(\"While\", null, {\n $documentation: \"A `while` statement\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_DWLoop);\n\nvar AST_For = DEFNODE(\"For\", \"init condition step\", {\n $documentation: \"A `for` statement\",\n $propdoc: {\n init: \"[AST_Node?] the `for` initialization code, or null if empty\",\n condition: \"[AST_Node?] the `for` termination clause, or null if empty\",\n step: \"[AST_Node?] the `for` update clause, or null if empty\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.init) this.init._walk(visitor);\n if (this.condition) this.condition._walk(visitor);\n if (this.step) this.step._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_IterationStatement);\n\nvar AST_ForIn = DEFNODE(\"ForIn\", \"init object\", {\n $documentation: \"A `for ... in` statement\",\n $propdoc: {\n init: \"[AST_Node] the `for/in` initialization code\",\n object: \"[AST_Node] the object that we're looping through\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.init._walk(visitor);\n this.object._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_IterationStatement);\n\nvar AST_ForOf = DEFNODE(\"ForOf\", \"await\", {\n $documentation: \"A `for ... of` statement\",\n}, AST_ForIn);\n\nvar AST_With = DEFNODE(\"With\", \"expression\", {\n $documentation: \"A `with` statement\",\n $propdoc: {\n expression: \"[AST_Node] the `with` expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_StatementWithBody);\n\n/* -----[ scope and functions ]----- */\n\nvar AST_Scope = DEFNODE(\"Scope\", \"variables functions uses_with uses_eval parent_scope enclosed cname\", {\n $documentation: \"Base class for all statements introducing a lexical scope\",\n $propdoc: {\n variables: \"[Object/S] a map of name -> SymbolDef for all variables/functions defined in this scope\",\n functions: \"[Object/S] like `variables`, but only lists function declarations\",\n uses_with: \"[boolean/S] tells whether this scope uses the `with` statement\",\n uses_eval: \"[boolean/S] tells whether this scope contains a direct call to the global `eval`\",\n parent_scope: \"[AST_Scope?/S] link to the parent scope\",\n enclosed: \"[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes\",\n cname: \"[integer/S] current index for mangling variables (used internally by the mangler)\",\n },\n get_defun_scope: function() {\n var self = this;\n while (self.is_block_scope()) {\n self = self.parent_scope;\n }\n return self;\n },\n clone: function(deep) {\n var node = this._clone(deep);\n if (this.variables) node.variables = this.variables.clone();\n if (this.functions) node.functions = this.functions.clone();\n if (this.enclosed) node.enclosed = this.enclosed.slice();\n return node;\n },\n pinned: function() {\n return this.uses_eval || this.uses_with;\n }\n}, AST_Block);\n\nvar AST_Toplevel = DEFNODE(\"Toplevel\", \"globals\", {\n $documentation: \"The toplevel scope\",\n $propdoc: {\n globals: \"[Object/S] a map of name -> SymbolDef for all undeclared names\",\n },\n wrap_commonjs: function(name) {\n var body = this.body;\n var wrapped_tl = \"(function(exports){'$ORIG';})(typeof \" + name + \"=='undefined'?(\" + name + \"={}):\" + name + \");\";\n wrapped_tl = parse(wrapped_tl);\n wrapped_tl = wrapped_tl.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Directive && node.value == \"$ORIG\") {\n return MAP.splice(body);\n }\n }));\n return wrapped_tl;\n },\n wrap_enclose: function(args_values) {\n if (typeof args_values != \"string\") args_values = \"\";\n var index = args_values.indexOf(\":\");\n if (index < 0) index = args_values.length;\n var body = this.body;\n return parse([\n \"(function(\",\n args_values.slice(0, index),\n '){\"$ORIG\"})(',\n args_values.slice(index + 1),\n \")\"\n ].join(\"\")).transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Directive && node.value == \"$ORIG\") {\n return MAP.splice(body);\n }\n }));\n }\n}, AST_Scope);\n\nvar AST_Expansion = DEFNODE(\"Expansion\", \"expression\", {\n $documentation: \"An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list\",\n $propdoc: {\n expression: \"[AST_Node] the thing to be expanded\"\n },\n _walk: function(visitor) {\n var self = this;\n return visitor._visit(this, function() {\n self.expression.walk(visitor);\n });\n }\n});\n\nvar AST_Lambda = DEFNODE(\"Lambda\", \"name argnames uses_arguments is_generator async\", {\n $documentation: \"Base class for functions\",\n $propdoc: {\n name: \"[AST_SymbolDeclaration?] the name of this function\",\n argnames: \"[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments\",\n uses_arguments: \"[boolean/S] tells whether this function accesses the arguments array\",\n is_generator: \"[boolean] is this a generator method\",\n async: \"[boolean] is this method async\",\n },\n args_as_names: function () {\n var out = [];\n for (var i = 0; i < this.argnames.length; i++) {\n if (this.argnames[i] instanceof AST_Destructuring) {\n out = out.concat(this.argnames[i].all_symbols());\n } else {\n out.push(this.argnames[i]);\n }\n }\n return out;\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.name) this.name._walk(visitor);\n var argnames = this.argnames;\n for (var i = 0, len = argnames.length; i < len; i++) {\n argnames[i]._walk(visitor);\n }\n walk_body(this, visitor);\n });\n }\n}, AST_Scope);\n\nvar AST_Accessor = DEFNODE(\"Accessor\", null, {\n $documentation: \"A setter/getter function. The `name` property is always null.\"\n}, AST_Lambda);\n\nvar AST_Function = DEFNODE(\"Function\", \"inlined\", {\n $documentation: \"A function expression\"\n}, AST_Lambda);\n\nvar AST_Arrow = DEFNODE(\"Arrow\", \"inlined\", {\n $documentation: \"An ES6 Arrow function ((a) => b)\"\n}, AST_Lambda);\n\nvar AST_Defun = DEFNODE(\"Defun\", \"inlined\", {\n $documentation: \"A function definition\"\n}, AST_Lambda);\n\n/* -----[ DESTRUCTURING ]----- */\nvar AST_Destructuring = DEFNODE(\"Destructuring\", \"names is_array\", {\n $documentation: \"A destructuring of several names. Used in destructuring assignment and with destructuring function argument names\",\n $propdoc: {\n \"names\": \"[AST_Node*] Array of properties or elements\",\n \"is_array\": \"[Boolean] Whether the destructuring represents an object or array\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.names.forEach(function(name) {\n name._walk(visitor);\n });\n });\n },\n all_symbols: function() {\n var out = [];\n this.walk(new TreeWalker(function (node) {\n if (node instanceof AST_Symbol) {\n out.push(node);\n }\n if (node instanceof AST_Expansion) {\n out.push(node.expression);\n }\n }));\n return out;\n }\n});\n\nvar AST_PrefixedTemplateString = DEFNODE(\"PrefixedTemplateString\", \"template_string prefix\", {\n $documentation: \"A templatestring with a prefix, such as String.raw`foobarbaz`\",\n $propdoc: {\n template_string: \"[AST_TemplateString] The template string\",\n prefix: \"[AST_SymbolRef|AST_PropAccess] The prefix, which can be a symbol such as `foo` or a dotted expression such as `String.raw`.\"\n },\n _walk: function(visitor) {\n this.prefix._walk(visitor);\n this.template_string._walk(visitor);\n }\n});\n\nvar AST_TemplateString = DEFNODE(\"TemplateString\", \"segments\", {\n $documentation: \"A template string literal\",\n $propdoc: {\n segments: \"[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment.\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.segments.forEach(function(seg) {\n seg._walk(visitor);\n });\n });\n }\n});\n\nvar AST_TemplateSegment = DEFNODE(\"TemplateSegment\", \"value raw\", {\n $documentation: \"A segment of a template string literal\",\n $propdoc: {\n value: \"Content of the segment\",\n raw: \"Raw content of the segment\"\n }\n});\n\n/* -----[ JUMPS ]----- */\n\nvar AST_Jump = DEFNODE(\"Jump\", null, {\n $documentation: \"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)\"\n}, AST_Statement);\n\nvar AST_Exit = DEFNODE(\"Exit\", \"value\", {\n $documentation: \"Base class for “exits” (`return` and `throw`)\",\n $propdoc: {\n value: \"[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.value && function() {\n this.value._walk(visitor);\n });\n }\n}, AST_Jump);\n\nvar AST_Return = DEFNODE(\"Return\", null, {\n $documentation: \"A `return` statement\"\n}, AST_Exit);\n\nvar AST_Throw = DEFNODE(\"Throw\", null, {\n $documentation: \"A `throw` statement\"\n}, AST_Exit);\n\nvar AST_LoopControl = DEFNODE(\"LoopControl\", \"label\", {\n $documentation: \"Base class for loop control statements (`break` and `continue`)\",\n $propdoc: {\n label: \"[AST_LabelRef?] the label, or null if none\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.label && function() {\n this.label._walk(visitor);\n });\n }\n}, AST_Jump);\n\nvar AST_Break = DEFNODE(\"Break\", null, {\n $documentation: \"A `break` statement\"\n}, AST_LoopControl);\n\nvar AST_Continue = DEFNODE(\"Continue\", null, {\n $documentation: \"A `continue` statement\"\n}, AST_LoopControl);\n\n/* -----[ IF ]----- */\n\nvar AST_If = DEFNODE(\"If\", \"condition alternative\", {\n $documentation: \"A `if` statement\",\n $propdoc: {\n condition: \"[AST_Node] the `if` condition\",\n alternative: \"[AST_Statement?] the `else` part, or null if not present\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.body._walk(visitor);\n if (this.alternative) this.alternative._walk(visitor);\n });\n }\n}, AST_StatementWithBody);\n\n/* -----[ SWITCH ]----- */\n\nvar AST_Switch = DEFNODE(\"Switch\", \"expression\", {\n $documentation: \"A `switch` statement\",\n $propdoc: {\n expression: \"[AST_Node] the `switch` “discriminant”\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_Block);\n\nvar AST_SwitchBranch = DEFNODE(\"SwitchBranch\", null, {\n $documentation: \"Base class for `switch` branches\",\n}, AST_Block);\n\nvar AST_Default = DEFNODE(\"Default\", null, {\n $documentation: \"A `default` switch branch\",\n}, AST_SwitchBranch);\n\nvar AST_Case = DEFNODE(\"Case\", \"expression\", {\n $documentation: \"A `case` switch branch\",\n $propdoc: {\n expression: \"[AST_Node] the `case` expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_SwitchBranch);\n\n/* -----[ EXCEPTIONS ]----- */\n\nvar AST_Try = DEFNODE(\"Try\", \"bcatch bfinally\", {\n $documentation: \"A `try` statement\",\n $propdoc: {\n bcatch: \"[AST_Catch?] the catch block, or null if not present\",\n bfinally: \"[AST_Finally?] the finally block, or null if not present\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n walk_body(this, visitor);\n if (this.bcatch) this.bcatch._walk(visitor);\n if (this.bfinally) this.bfinally._walk(visitor);\n });\n }\n}, AST_Block);\n\nvar AST_Catch = DEFNODE(\"Catch\", \"argname\", {\n $documentation: \"A `catch` node; only makes sense as part of a `try` statement\",\n $propdoc: {\n argname: \"[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.argname) this.argname._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_Block);\n\nvar AST_Finally = DEFNODE(\"Finally\", null, {\n $documentation: \"A `finally` node; only makes sense as part of a `try` statement\"\n}, AST_Block);\n\n/* -----[ VAR/CONST ]----- */\n\nvar AST_Definitions = DEFNODE(\"Definitions\", \"definitions\", {\n $documentation: \"Base class for `var` or `const` nodes (variable declarations/initializations)\",\n $propdoc: {\n definitions: \"[AST_VarDef*] array of variable definitions\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var definitions = this.definitions;\n for (var i = 0, len = definitions.length; i < len; i++) {\n definitions[i]._walk(visitor);\n }\n });\n }\n}, AST_Statement);\n\nvar AST_Var = DEFNODE(\"Var\", null, {\n $documentation: \"A `var` statement\"\n}, AST_Definitions);\n\nvar AST_Let = DEFNODE(\"Let\", null, {\n $documentation: \"A `let` statement\"\n}, AST_Definitions);\n\nvar AST_Const = DEFNODE(\"Const\", null, {\n $documentation: \"A `const` statement\"\n}, AST_Definitions);\n\nvar AST_NameMapping = DEFNODE(\"NameMapping\", \"foreign_name name\", {\n $documentation: \"The part of the export/import statement that declare names from a module.\",\n $propdoc: {\n foreign_name: \"[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)\",\n name: \"[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module.\"\n },\n _walk: function (visitor) {\n return visitor._visit(this, function() {\n this.foreign_name._walk(visitor);\n this.name._walk(visitor);\n });\n }\n});\n\nvar AST_Import = DEFNODE(\"Import\", \"imported_name imported_names module_name\", {\n $documentation: \"An `import` statement\",\n $propdoc: {\n imported_name: \"[AST_SymbolImport] The name of the variable holding the module's default export.\",\n imported_names: \"[AST_NameMapping*] The names of non-default imported variables\",\n module_name: \"[AST_String] String literal describing where this module came from\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.imported_name) {\n this.imported_name._walk(visitor);\n }\n if (this.imported_names) {\n this.imported_names.forEach(function(name_import) {\n name_import._walk(visitor);\n });\n }\n this.module_name._walk(visitor);\n });\n }\n});\n\nvar AST_Export = DEFNODE(\"Export\", \"exported_definition exported_value is_default exported_names module_name\", {\n $documentation: \"An `export` statement\",\n $propdoc: {\n exported_definition: \"[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition\",\n exported_value: \"[AST_Node?] An exported value\",\n exported_names: \"[AST_NameMapping*?] List of exported names\",\n module_name: \"[AST_String?] Name of the file to load exports from\",\n is_default: \"[Boolean] Whether this is the default exported value of this module\"\n },\n _walk: function (visitor) {\n visitor._visit(this, function () {\n if (this.exported_definition) {\n this.exported_definition._walk(visitor);\n }\n if (this.exported_value) {\n this.exported_value._walk(visitor);\n }\n if (this.exported_names) {\n this.exported_names.forEach(function(name_export) {\n name_export._walk(visitor);\n });\n }\n if (this.module_name) {\n this.module_name._walk(visitor);\n }\n });\n }\n}, AST_Statement);\n\nvar AST_VarDef = DEFNODE(\"VarDef\", \"name value\", {\n $documentation: \"A variable declaration; only appears in a AST_Definitions node\",\n $propdoc: {\n name: \"[AST_Destructuring|AST_SymbolConst|AST_SymbolLet|AST_SymbolVar] name of the variable\",\n value: \"[AST_Node?] initializer, or null of there's no initializer\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.name._walk(visitor);\n if (this.value) this.value._walk(visitor);\n });\n }\n});\n\n/* -----[ OTHER ]----- */\n\nvar AST_Call = DEFNODE(\"Call\", \"expression args\", {\n $documentation: \"A function call expression\",\n $propdoc: {\n expression: \"[AST_Node] expression to invoke as function\",\n args: \"[AST_Node*] array of arguments\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var args = this.args;\n for (var i = 0, len = args.length; i < len; i++) {\n args[i]._walk(visitor);\n }\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_New = DEFNODE(\"New\", null, {\n $documentation: \"An object instantiation. Derives from a function call since it has exactly the same properties\"\n}, AST_Call);\n\nvar AST_Sequence = DEFNODE(\"Sequence\", \"expressions\", {\n $documentation: \"A sequence expression (comma-separated expressions)\",\n $propdoc: {\n expressions: \"[AST_Node*] array of expressions (at least two)\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expressions.forEach(function(node) {\n node._walk(visitor);\n });\n });\n }\n});\n\nvar AST_PropAccess = DEFNODE(\"PropAccess\", \"expression property\", {\n $documentation: \"Base class for property access expressions, i.e. `a.foo` or `a[\\\"foo\\\"]`\",\n $propdoc: {\n expression: \"[AST_Node] the “container” expression\",\n property: \"[AST_Node|string] the property to access. For AST_Dot this is always a plain string, while for AST_Sub it's an arbitrary AST_Node\"\n }\n});\n\nvar AST_Dot = DEFNODE(\"Dot\", null, {\n $documentation: \"A dotted property access expression\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n}, AST_PropAccess);\n\nvar AST_Sub = DEFNODE(\"Sub\", null, {\n $documentation: \"Index-style property access, i.e. `a[\\\"foo\\\"]`\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n this.property._walk(visitor);\n });\n }\n}, AST_PropAccess);\n\nvar AST_Unary = DEFNODE(\"Unary\", \"operator expression\", {\n $documentation: \"Base class for unary expressions\",\n $propdoc: {\n operator: \"[string] the operator\",\n expression: \"[AST_Node] expression that this unary operator applies to\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_UnaryPrefix = DEFNODE(\"UnaryPrefix\", null, {\n $documentation: \"Unary prefix expression, i.e. `typeof i` or `++i`\"\n}, AST_Unary);\n\nvar AST_UnaryPostfix = DEFNODE(\"UnaryPostfix\", null, {\n $documentation: \"Unary postfix expression, i.e. `i++`\"\n}, AST_Unary);\n\nvar AST_Binary = DEFNODE(\"Binary\", \"operator left right\", {\n $documentation: \"Binary expression, i.e. `a + b`\",\n $propdoc: {\n left: \"[AST_Node] left-hand side expression\",\n operator: \"[string] the operator\",\n right: \"[AST_Node] right-hand side expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.left._walk(visitor);\n this.right._walk(visitor);\n });\n }\n});\n\nvar AST_Conditional = DEFNODE(\"Conditional\", \"condition consequent alternative\", {\n $documentation: \"Conditional expression using the ternary operator, i.e. `a ? b : c`\",\n $propdoc: {\n condition: \"[AST_Node]\",\n consequent: \"[AST_Node]\",\n alternative: \"[AST_Node]\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.consequent._walk(visitor);\n this.alternative._walk(visitor);\n });\n }\n});\n\nvar AST_Assign = DEFNODE(\"Assign\", null, {\n $documentation: \"An assignment expression — `a = b + 5`\",\n}, AST_Binary);\n\nvar AST_DefaultAssign = DEFNODE(\"DefaultAssign\", null, {\n $documentation: \"A default assignment expression like in `(a = 3) => a`\"\n}, AST_Binary);\n\n/* -----[ LITERALS ]----- */\n\nvar AST_Array = DEFNODE(\"Array\", \"elements\", {\n $documentation: \"An array literal\",\n $propdoc: {\n elements: \"[AST_Node*] array of elements\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var elements = this.elements;\n for (var i = 0, len = elements.length; i < len; i++) {\n elements[i]._walk(visitor);\n }\n });\n }\n});\n\nvar AST_Object = DEFNODE(\"Object\", \"properties\", {\n $documentation: \"An object literal\",\n $propdoc: {\n properties: \"[AST_ObjectProperty*] array of properties\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var properties = this.properties;\n for (var i = 0, len = properties.length; i < len; i++) {\n properties[i]._walk(visitor);\n }\n });\n }\n});\n\nvar AST_ObjectProperty = DEFNODE(\"ObjectProperty\", \"key value\", {\n $documentation: \"Base class for literal object properties\",\n $propdoc: {\n key: \"[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.\",\n value: \"[AST_Node] property value. For getters and setters this is an AST_Accessor.\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.key instanceof AST_Node)\n this.key._walk(visitor);\n this.value._walk(visitor);\n });\n }\n});\n\nvar AST_ObjectKeyVal = DEFNODE(\"ObjectKeyVal\", \"quote\", {\n $documentation: \"A key: value object property\",\n $propdoc: {\n quote: \"[string] the original quote character\"\n }\n}, AST_ObjectProperty);\n\nvar AST_ObjectSetter = DEFNODE(\"ObjectSetter\", \"quote static\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] whether this is a static setter (classes only)\"\n },\n $documentation: \"An object setter property\",\n}, AST_ObjectProperty);\n\nvar AST_ObjectGetter = DEFNODE(\"ObjectGetter\", \"quote static\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] whether this is a static getter (classes only)\"\n },\n $documentation: \"An object getter property\",\n}, AST_ObjectProperty);\n\nvar AST_ConciseMethod = DEFNODE(\"ConciseMethod\", \"quote static is_generator async\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] is this method static (classes only)\",\n is_generator: \"[boolean] is this a generator method\",\n async: \"[boolean] is this method async\",\n },\n $documentation: \"An ES6 concise method inside an object or class\"\n}, AST_ObjectProperty);\n\nvar AST_Class = DEFNODE(\"Class\", \"name extends properties inlined\", {\n $propdoc: {\n name: \"[AST_SymbolClass|AST_SymbolDefClass?] optional class name.\",\n extends: \"[AST_Node]? optional parent class\",\n properties: \"[AST_ObjectProperty*] array of properties\"\n },\n $documentation: \"An ES6 class\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.name) {\n this.name._walk(visitor);\n }\n if (this.extends) {\n this.extends._walk(visitor);\n }\n this.properties.forEach(function(prop) {\n prop._walk(visitor);\n });\n });\n },\n}, AST_Scope);\n\nvar AST_DefClass = DEFNODE(\"DefClass\", null, {\n $documentation: \"A class definition\",\n}, AST_Class);\n\nvar AST_ClassExpression = DEFNODE(\"ClassExpression\", null, {\n $documentation: \"A class expression.\"\n}, AST_Class);\n\nvar AST_Symbol = DEFNODE(\"Symbol\", \"scope name thedef\", {\n $propdoc: {\n name: \"[string] name of this symbol\",\n scope: \"[AST_Scope/S] the current scope (not necessarily the definition scope)\",\n thedef: \"[SymbolDef/S] the definition of this symbol\"\n },\n $documentation: \"Base class for all symbols\"\n});\n\nvar AST_NewTarget = DEFNODE(\"NewTarget\", null, {\n $documentation: \"A reference to new.target\"\n});\n\nvar AST_SymbolDeclaration = DEFNODE(\"SymbolDeclaration\", \"init\", {\n $documentation: \"A declaration symbol (symbol in var/const, function name or argument, symbol in catch)\",\n}, AST_Symbol);\n\nvar AST_SymbolVar = DEFNODE(\"SymbolVar\", null, {\n $documentation: \"Symbol defining a variable\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolBlockDeclaration = DEFNODE(\"SymbolBlockDeclaration\", null, {\n $documentation: \"Base class for block-scoped declaration symbols\"\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolConst = DEFNODE(\"SymbolConst\", null, {\n $documentation: \"A constant declaration\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolLet = DEFNODE(\"SymbolLet\", null, {\n $documentation: \"A block-scoped `let` declaration\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolFunarg = DEFNODE(\"SymbolFunarg\", null, {\n $documentation: \"Symbol naming a function argument\",\n}, AST_SymbolVar);\n\nvar AST_SymbolDefun = DEFNODE(\"SymbolDefun\", null, {\n $documentation: \"Symbol defining a function\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolMethod = DEFNODE(\"SymbolMethod\", null, {\n $documentation: \"Symbol in an object defining a method\",\n}, AST_Symbol);\n\nvar AST_SymbolLambda = DEFNODE(\"SymbolLambda\", null, {\n $documentation: \"Symbol naming a function expression\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolDefClass = DEFNODE(\"SymbolDefClass\", null, {\n $documentation: \"Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class.\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolClass = DEFNODE(\"SymbolClass\", null, {\n $documentation: \"Symbol naming a class's name. Lexically scoped to the class.\"\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolCatch = DEFNODE(\"SymbolCatch\", null, {\n $documentation: \"Symbol naming the exception in catch\",\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolImport = DEFNODE(\"SymbolImport\", null, {\n $documentation: \"Symbol referring to an imported name\",\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolImportForeign = DEFNODE(\"SymbolImportForeign\", null, {\n $documentation: \"A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes\",\n}, AST_Symbol);\n\nvar AST_Label = DEFNODE(\"Label\", \"references\", {\n $documentation: \"Symbol naming a label (declaration)\",\n $propdoc: {\n references: \"[AST_LoopControl*] a list of nodes referring to this label\"\n },\n initialize: function() {\n this.references = [];\n this.thedef = this;\n }\n}, AST_Symbol);\n\nvar AST_SymbolRef = DEFNODE(\"SymbolRef\", null, {\n $documentation: \"Reference to some symbol (not definition/declaration)\",\n}, AST_Symbol);\n\nvar AST_SymbolExport = DEFNODE(\"SymbolExport\", null, {\n $documentation: \"Symbol referring to a name to export\",\n}, AST_SymbolRef);\n\nvar AST_SymbolExportForeign = DEFNODE(\"SymbolExportForeign\", null, {\n $documentation: \"A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes\",\n}, AST_Symbol);\n\nvar AST_LabelRef = DEFNODE(\"LabelRef\", null, {\n $documentation: \"Reference to a label symbol\",\n}, AST_Symbol);\n\nvar AST_This = DEFNODE(\"This\", null, {\n $documentation: \"The `this` symbol\",\n}, AST_Symbol);\n\nvar AST_Super = DEFNODE(\"Super\", null, {\n $documentation: \"The `super` symbol\",\n}, AST_This);\n\nvar AST_Constant = DEFNODE(\"Constant\", null, {\n $documentation: \"Base class for all constants\",\n getValue: function() {\n return this.value;\n }\n});\n\nvar AST_String = DEFNODE(\"String\", \"value quote\", {\n $documentation: \"A string literal\",\n $propdoc: {\n value: \"[string] the contents of this string\",\n quote: \"[string] the original quote character\"\n }\n}, AST_Constant);\n\nvar AST_Number = DEFNODE(\"Number\", \"value literal\", {\n $documentation: \"A number literal\",\n $propdoc: {\n value: \"[number] the numeric value\",\n literal: \"[string] numeric value as string (optional)\"\n }\n}, AST_Constant);\n\nvar AST_RegExp = DEFNODE(\"RegExp\", \"value\", {\n $documentation: \"A regexp literal\",\n $propdoc: {\n value: \"[RegExp] the actual regexp\",\n }\n}, AST_Constant);\n\nvar AST_Atom = DEFNODE(\"Atom\", null, {\n $documentation: \"Base class for atoms\",\n}, AST_Constant);\n\nvar AST_Null = DEFNODE(\"Null\", null, {\n $documentation: \"The `null` atom\",\n value: null\n}, AST_Atom);\n\nvar AST_NaN = DEFNODE(\"NaN\", null, {\n $documentation: \"The impossible value\",\n value: 0/0\n}, AST_Atom);\n\nvar AST_Undefined = DEFNODE(\"Undefined\", null, {\n $documentation: \"The `undefined` value\",\n value: (function() {}())\n}, AST_Atom);\n\nvar AST_Hole = DEFNODE(\"Hole\", null, {\n $documentation: \"A hole in an array\",\n value: (function() {}())\n}, AST_Atom);\n\nvar AST_Infinity = DEFNODE(\"Infinity\", null, {\n $documentation: \"The `Infinity` value\",\n value: 1/0\n}, AST_Atom);\n\nvar AST_Boolean = DEFNODE(\"Boolean\", null, {\n $documentation: \"Base class for booleans\",\n}, AST_Atom);\n\nvar AST_False = DEFNODE(\"False\", null, {\n $documentation: \"The `false` atom\",\n value: false\n}, AST_Boolean);\n\nvar AST_True = DEFNODE(\"True\", null, {\n $documentation: \"The `true` atom\",\n value: true\n}, AST_Boolean);\n\nvar AST_Await = DEFNODE(\"Await\", \"expression\", {\n $documentation: \"An `await` statement\",\n $propdoc: {\n expression: \"[AST_Node] the mandatory expression being awaited\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_Yield = DEFNODE(\"Yield\", \"expression is_star\", {\n $documentation: \"A `yield` statement\",\n $propdoc: {\n expression: \"[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false\",\n is_star: \"[Boolean] Whether this is a yield or yield* statement\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.expression && function() {\n this.expression._walk(visitor);\n });\n }\n});\n\n/* -----[ TreeWalker ]----- */\n\nfunction TreeWalker(callback) {\n this.visit = callback;\n this.stack = [];\n this.directives = Object.create(null);\n}\nTreeWalker.prototype = {\n _visit: function(node, descend) {\n this.push(node);\n var ret = this.visit(node, descend ? function() {\n descend.call(node);\n } : noop);\n if (!ret && descend) {\n descend.call(node);\n }\n this.pop();\n return ret;\n },\n parent: function(n) {\n return this.stack[this.stack.length - 2 - (n || 0)];\n },\n push: function(node) {\n if (node instanceof AST_Lambda) {\n this.directives = Object.create(this.directives);\n } else if (node instanceof AST_Directive && !this.directives[node.value]) {\n this.directives[node.value] = node;\n } else if (node instanceof AST_Class) {\n this.directives = Object.create(this.directives);\n if (!this.directives[\"use strict\"]) {\n this.directives[\"use strict\"] = node;\n }\n }\n this.stack.push(node);\n },\n pop: function() {\n var node = this.stack.pop();\n if (node instanceof AST_Lambda || node instanceof AST_Class) {\n this.directives = Object.getPrototypeOf(this.directives);\n }\n },\n self: function() {\n return this.stack[this.stack.length - 1];\n },\n find_parent: function(type) {\n var stack = this.stack;\n for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof type) return x;\n }\n },\n has_directive: function(type) {\n var dir = this.directives[type];\n if (dir) return dir;\n var node = this.stack[this.stack.length - 1];\n if (node instanceof AST_Scope && node.body) {\n for (var i = 0; i < node.body.length; ++i) {\n var st = node.body[i];\n if (!(st instanceof AST_Directive)) break;\n if (st.value == type) return st;\n }\n }\n },\n loopcontrol_target: function(node) {\n var stack = this.stack;\n if (node.label) for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof AST_LabeledStatement && x.label.name == node.label.name)\n return x.body;\n } else for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof AST_IterationStatement\n || node instanceof AST_Break && x instanceof AST_Switch)\n return x;\n }\n }\n};\n\n// Tree transformer helpers.\nfunction TreeTransformer(before, after) {\n TreeWalker.call(this);\n this.before = before;\n this.after = after;\n}\nTreeTransformer.prototype = new TreeWalker;\n\nexport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Atom,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_BlockStatement,\n AST_Boolean,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_DWLoop,\n AST_EmptyStatement,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Infinity,\n AST_IterationStatement,\n AST_Jump,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_LoopControl,\n AST_NameMapping,\n AST_NaN,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Scope,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_StatementWithBody,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolBlockDeclaration,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDeclaration,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Undefined,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n TreeTransformer,\n TreeWalker,\n walk_body,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n AST_Array,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_Conditional,\n AST_Definitions,\n AST_Destructuring,\n AST_Do,\n AST_Dot,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_For,\n AST_ForIn,\n AST_If,\n AST_Import,\n AST_LabeledStatement,\n AST_Lambda,\n AST_LoopControl,\n AST_NameMapping,\n AST_Node,\n AST_Object,\n AST_ObjectProperty,\n AST_PrefixedTemplateString,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Sub,\n AST_Switch,\n AST_TemplateString,\n AST_Try,\n AST_Unary,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\nimport {\n MAP,\n noop,\n} from \"./utils.js\";\n\n(function(undefined) {\n\n function _(node, descend) {\n node.DEFMETHOD(\"transform\", function(tw, in_list) {\n var x, y;\n tw.push(this);\n if (tw.before) x = tw.before(this, descend, in_list);\n if (x === undefined) {\n x = this;\n descend(x, tw);\n if (tw.after) {\n y = tw.after(x, in_list);\n if (y !== undefined) x = y;\n }\n }\n tw.pop();\n return x;\n });\n }\n\n function do_list(list, tw) {\n return MAP(list, function(node) {\n return node.transform(tw, true);\n });\n }\n\n _(AST_Node, noop);\n\n _(AST_LabeledStatement, function(self, tw) {\n self.label = self.label.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_SimpleStatement, function(self, tw) {\n self.body = self.body.transform(tw);\n });\n\n _(AST_Block, function(self, tw) {\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Do, function(self, tw) {\n self.body = self.body.transform(tw);\n self.condition = self.condition.transform(tw);\n });\n\n _(AST_While, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_For, function(self, tw) {\n if (self.init) self.init = self.init.transform(tw);\n if (self.condition) self.condition = self.condition.transform(tw);\n if (self.step) self.step = self.step.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_ForIn, function(self, tw) {\n self.init = self.init.transform(tw);\n self.object = self.object.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_With, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_Exit, function(self, tw) {\n if (self.value) self.value = self.value.transform(tw);\n });\n\n _(AST_LoopControl, function(self, tw) {\n if (self.label) self.label = self.label.transform(tw);\n });\n\n _(AST_If, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.body = self.body.transform(tw);\n if (self.alternative) self.alternative = self.alternative.transform(tw);\n });\n\n _(AST_Switch, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Case, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Try, function(self, tw) {\n self.body = do_list(self.body, tw);\n if (self.bcatch) self.bcatch = self.bcatch.transform(tw);\n if (self.bfinally) self.bfinally = self.bfinally.transform(tw);\n });\n\n _(AST_Catch, function(self, tw) {\n if (self.argname) self.argname = self.argname.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Definitions, function(self, tw) {\n self.definitions = do_list(self.definitions, tw);\n });\n\n _(AST_VarDef, function(self, tw) {\n self.name = self.name.transform(tw);\n if (self.value) self.value = self.value.transform(tw);\n });\n\n _(AST_Destructuring, function(self, tw) {\n self.names = do_list(self.names, tw);\n });\n\n _(AST_Lambda, function(self, tw) {\n if (self.name) self.name = self.name.transform(tw);\n self.argnames = do_list(self.argnames, tw);\n if (self.body instanceof AST_Node) {\n self.body = self.body.transform(tw);\n } else {\n self.body = do_list(self.body, tw);\n }\n });\n\n _(AST_Call, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.args = do_list(self.args, tw);\n });\n\n _(AST_Sequence, function(self, tw) {\n self.expressions = do_list(self.expressions, tw);\n });\n\n _(AST_Dot, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Sub, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.property = self.property.transform(tw);\n });\n\n _(AST_Yield, function(self, tw) {\n if (self.expression) self.expression = self.expression.transform(tw);\n });\n\n _(AST_Await, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Unary, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Binary, function(self, tw) {\n self.left = self.left.transform(tw);\n self.right = self.right.transform(tw);\n });\n\n _(AST_Conditional, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.consequent = self.consequent.transform(tw);\n self.alternative = self.alternative.transform(tw);\n });\n\n _(AST_Array, function(self, tw) {\n self.elements = do_list(self.elements, tw);\n });\n\n _(AST_Object, function(self, tw) {\n self.properties = do_list(self.properties, tw);\n });\n\n _(AST_ObjectProperty, function(self, tw) {\n if (self.key instanceof AST_Node) {\n self.key = self.key.transform(tw);\n }\n self.value = self.value.transform(tw);\n });\n\n _(AST_Class, function(self, tw) {\n if (self.name) self.name = self.name.transform(tw);\n if (self.extends) self.extends = self.extends.transform(tw);\n self.properties = do_list(self.properties, tw);\n });\n\n _(AST_Expansion, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_NameMapping, function(self, tw) {\n self.foreign_name = self.foreign_name.transform(tw);\n self.name = self.name.transform(tw);\n });\n\n _(AST_Import, function(self, tw) {\n if (self.imported_name) self.imported_name = self.imported_name.transform(tw);\n if (self.imported_names) do_list(self.imported_names, tw);\n self.module_name = self.module_name.transform(tw);\n });\n\n _(AST_Export, function(self, tw) {\n if (self.exported_definition) self.exported_definition = self.exported_definition.transform(tw);\n if (self.exported_value) self.exported_value = self.exported_value.transform(tw);\n if (self.exported_names) do_list(self.exported_names, tw);\n if (self.module_name) self.module_name = self.module_name.transform(tw);\n });\n\n _(AST_TemplateString, function(self, tw) {\n self.segments = do_list(self.segments, tw);\n });\n\n _(AST_PrefixedTemplateString, function(self, tw) {\n self.prefix = self.prefix.transform(tw);\n self.template_string = self.template_string.transform(tw);\n });\n\n})();\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n all,\n defaults,\n first_in_statement,\n makePredicate,\n noop,\n repeat_string,\n return_false,\n return_true,\n} from \"./utils.js\";\n\nimport {\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Await,\n AST_Binary,\n AST_BlockStatement,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Jump,\n AST_LabeledStatement,\n AST_Lambda,\n AST_Let,\n AST_LoopControl,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Scope,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_StatementWithBody,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Toplevel,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n TreeWalker,\n} from \"./ast.js\";\nimport {\n get_full_char_code,\n get_full_char,\n is_identifier_char,\n is_identifier_string,\n is_identifier,\n is_surrogate_pair_head,\n is_surrogate_pair_tail,\n PRECEDENCE,\n RESERVED_WORDS,\n} from \"./parse.js\";\n\nvar EXPECT_DIRECTIVE = /^$|[;{][\\s\\n]*$/;\n\nfunction is_some_comments(comment) {\n // multiline comment\n return comment.type == \"comment2\" && /@preserve|@license|@cc_on/i.test(comment.value);\n}\n\nfunction OutputStream(options) {\n\n var readonly = !options;\n options = defaults(options, {\n ascii_only : false,\n beautify : false,\n braces : false,\n comments : false,\n ecma : 5,\n ie8 : false,\n indent_level : 4,\n indent_start : 0,\n inline_script : true,\n keep_quoted_props: false,\n max_line_len : false,\n preamble : null,\n quote_keys : false,\n quote_style : 0,\n safari10 : false,\n semicolons : true,\n shebang : true,\n shorthand : undefined,\n source_map : null,\n webkit : false,\n width : 80,\n wrap_iife : false,\n }, true);\n\n if (options.shorthand === undefined)\n options.shorthand = options.ecma > 5;\n\n // Convert comment option to RegExp if neccessary and set up comments filter\n var comment_filter = return_false; // Default case, throw all comments away\n if (options.comments) {\n var comments = options.comments;\n if (typeof options.comments === \"string\" && /^\\/.*\\/[a-zA-Z]*$/.test(options.comments)) {\n var regex_pos = options.comments.lastIndexOf(\"/\");\n comments = new RegExp(\n options.comments.substr(1, regex_pos - 1),\n options.comments.substr(regex_pos + 1)\n );\n }\n if (comments instanceof RegExp) {\n comment_filter = function(comment) {\n return comment.type != \"comment5\" && comments.test(comment.value);\n };\n } else if (typeof comments === \"function\") {\n comment_filter = function(comment) {\n return comment.type != \"comment5\" && comments(this, comment);\n };\n } else if (comments === \"some\") {\n comment_filter = is_some_comments;\n } else { // NOTE includes \"all\" option\n comment_filter = return_true;\n }\n }\n\n var indentation = 0;\n var current_col = 0;\n var current_line = 1;\n var current_pos = 0;\n var OUTPUT = \"\";\n\n var to_utf8 = options.ascii_only ? function(str, identifier) {\n if (options.ecma >= 6) {\n str = str.replace(/[\\ud800-\\udbff][\\udc00-\\udfff]/g, function(ch) {\n var code = get_full_char_code(ch, 0).toString(16);\n return \"\\\\u{\" + code + \"}\";\n });\n }\n return str.replace(/[\\u0000-\\u001f\\u007f-\\uffff]/g, function(ch) {\n var code = ch.charCodeAt(0).toString(16);\n if (code.length <= 2 && !identifier) {\n while (code.length < 2) code = \"0\" + code;\n return \"\\\\x\" + code;\n } else {\n while (code.length < 4) code = \"0\" + code;\n return \"\\\\u\" + code;\n }\n });\n } : function(str) {\n var s = \"\";\n for (var i = 0, len = str.length; i < len; i++) {\n if (is_surrogate_pair_head(str[i]) && !is_surrogate_pair_tail(str[i + 1])\n || is_surrogate_pair_tail(str[i]) && !is_surrogate_pair_head(str[i - 1])) {\n s += \"\\\\u\" + str.charCodeAt(i).toString(16);\n } else {\n s += str[i];\n }\n }\n return s;\n };\n\n function make_string(str, quote) {\n var dq = 0, sq = 0;\n str = str.replace(/[\\\\\\b\\f\\n\\r\\v\\t\\x22\\x27\\u2028\\u2029\\0\\ufeff]/g,\n function(s, i) {\n switch (s) {\n case '\"': ++dq; return '\"';\n case \"'\": ++sq; return \"'\";\n case \"\\\\\": return \"\\\\\\\\\";\n case \"\\n\": return \"\\\\n\";\n case \"\\r\": return \"\\\\r\";\n case \"\\t\": return \"\\\\t\";\n case \"\\b\": return \"\\\\b\";\n case \"\\f\": return \"\\\\f\";\n case \"\\x0B\": return options.ie8 ? \"\\\\x0B\" : \"\\\\v\";\n case \"\\u2028\": return \"\\\\u2028\";\n case \"\\u2029\": return \"\\\\u2029\";\n case \"\\ufeff\": return \"\\\\ufeff\";\n case \"\\0\":\n return /[0-9]/.test(get_full_char(str, i+1)) ? \"\\\\x00\" : \"\\\\0\";\n }\n return s;\n });\n function quote_single() {\n return \"'\" + str.replace(/\\x27/g, \"\\\\'\") + \"'\";\n }\n function quote_double() {\n return '\"' + str.replace(/\\x22/g, '\\\\\"') + '\"';\n }\n function quote_template() {\n return \"`\" + str.replace(/`/g, \"\\\\`\") + \"`\";\n }\n str = to_utf8(str);\n if (quote === \"`\") return quote_template();\n switch (options.quote_style) {\n case 1:\n return quote_single();\n case 2:\n return quote_double();\n case 3:\n return quote == \"'\" ? quote_single() : quote_double();\n default:\n return dq > sq ? quote_single() : quote_double();\n }\n }\n\n function encode_string(str, quote) {\n var ret = make_string(str, quote);\n if (options.inline_script) {\n ret = ret.replace(/<\\x2f(script)([>\\/\\t\\n\\f\\r ])/gi, \"<\\\\/$1$2\");\n ret = ret.replace(/\\x3c!--/g, \"\\\\x3c!--\");\n ret = ret.replace(/--\\x3e/g, \"--\\\\x3e\");\n }\n return ret;\n }\n\n function make_name(name) {\n name = name.toString();\n name = to_utf8(name, true);\n return name;\n }\n\n function make_indent(back) {\n return repeat_string(\" \", options.indent_start + indentation - back * options.indent_level);\n }\n\n /* -----[ beautification/minification ]----- */\n\n var has_parens = false;\n var might_need_space = false;\n var might_need_semicolon = false;\n var might_add_newline = 0;\n var need_newline_indented = false;\n var need_space = false;\n var newline_insert = -1;\n var last = \"\";\n var mapping_token, mapping_name, mappings = options.source_map && [];\n\n var do_add_mapping = mappings ? function() {\n mappings.forEach(function(mapping) {\n try {\n options.source_map.add(\n mapping.token.file,\n mapping.line, mapping.col,\n mapping.token.line, mapping.token.col,\n !mapping.name && mapping.token.type == \"name\" ? mapping.token.value : mapping.name\n );\n } catch(ex) {\n mapping.token.file != null && AST_Node.warn(\"Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]\", {\n file: mapping.token.file,\n line: mapping.token.line,\n col: mapping.token.col,\n cline: mapping.line,\n ccol: mapping.col,\n name: mapping.name || \"\"\n });\n }\n });\n mappings = [];\n } : noop;\n\n var ensure_line_len = options.max_line_len ? function() {\n if (current_col > options.max_line_len) {\n if (might_add_newline) {\n var left = OUTPUT.slice(0, might_add_newline);\n var right = OUTPUT.slice(might_add_newline);\n if (mappings) {\n var delta = right.length - current_col;\n mappings.forEach(function(mapping) {\n mapping.line++;\n mapping.col += delta;\n });\n }\n OUTPUT = left + \"\\n\" + right;\n current_line++;\n current_pos++;\n current_col = right.length;\n }\n if (current_col > options.max_line_len) {\n AST_Node.warn(\"Output exceeds {max_line_len} characters\", options);\n }\n }\n if (might_add_newline) {\n might_add_newline = 0;\n do_add_mapping();\n }\n } : noop;\n\n var requireSemicolonChars = makePredicate(\"( [ + * / - , . `\");\n\n function print(str) {\n str = String(str);\n var ch = get_full_char(str, 0);\n if (need_newline_indented && ch) {\n need_newline_indented = false;\n if (ch !== \"\\n\") {\n print(\"\\n\");\n indent();\n }\n }\n if (need_space && ch) {\n need_space = false;\n if (!/[\\s;})]/.test(ch)) {\n space();\n }\n }\n newline_insert = -1;\n var prev = last.charAt(last.length - 1);\n if (might_need_semicolon) {\n might_need_semicolon = false;\n\n if (prev === \":\" && ch === \"}\" || (!ch || !\";}\".includes(ch)) && prev !== \";\") {\n if (options.semicolons || requireSemicolonChars(ch)) {\n OUTPUT += \";\";\n current_col++;\n current_pos++;\n } else {\n ensure_line_len();\n OUTPUT += \"\\n\";\n current_pos++;\n current_line++;\n current_col = 0;\n\n if (/^\\s+$/.test(str)) {\n // reset the semicolon flag, since we didn't print one\n // now and might still have to later\n might_need_semicolon = true;\n }\n }\n\n if (!options.beautify)\n might_need_space = false;\n }\n }\n\n if (might_need_space) {\n if ((is_identifier_char(prev)\n && (is_identifier_char(ch) || ch == \"\\\\\"))\n || (ch == \"/\" && ch == prev)\n || ((ch == \"+\" || ch == \"-\") && ch == last)\n ) {\n OUTPUT += \" \";\n current_col++;\n current_pos++;\n }\n might_need_space = false;\n }\n\n if (mapping_token) {\n mappings.push({\n token: mapping_token,\n name: mapping_name,\n line: current_line,\n col: current_col\n });\n mapping_token = false;\n if (!might_add_newline) do_add_mapping();\n }\n\n OUTPUT += str;\n has_parens = str[str.length - 1] == \"(\";\n current_pos += str.length;\n var a = str.split(/\\r?\\n/), n = a.length - 1;\n current_line += n;\n current_col += a[0].length;\n if (n > 0) {\n ensure_line_len();\n current_col = a[n].length;\n }\n last = str;\n }\n\n var star = function() {\n print(\"*\");\n };\n\n var space = options.beautify ? function() {\n print(\" \");\n } : function() {\n might_need_space = true;\n };\n\n var indent = options.beautify ? function(half) {\n if (options.beautify) {\n print(make_indent(half ? 0.5 : 0));\n }\n } : noop;\n\n var with_indent = options.beautify ? function(col, cont) {\n if (col === true) col = next_indent();\n var save_indentation = indentation;\n indentation = col;\n var ret = cont();\n indentation = save_indentation;\n return ret;\n } : function(col, cont) { return cont(); };\n\n var newline = options.beautify ? function() {\n if (newline_insert < 0) return print(\"\\n\");\n if (OUTPUT[newline_insert] != \"\\n\") {\n OUTPUT = OUTPUT.slice(0, newline_insert) + \"\\n\" + OUTPUT.slice(newline_insert);\n current_pos++;\n current_line++;\n }\n newline_insert++;\n } : options.max_line_len ? function() {\n ensure_line_len();\n might_add_newline = OUTPUT.length;\n } : noop;\n\n var semicolon = options.beautify ? function() {\n print(\";\");\n } : function() {\n might_need_semicolon = true;\n };\n\n function force_semicolon() {\n might_need_semicolon = false;\n print(\";\");\n }\n\n function next_indent() {\n return indentation + options.indent_level;\n }\n\n function with_block(cont) {\n var ret;\n print(\"{\");\n newline();\n with_indent(next_indent(), function() {\n ret = cont();\n });\n indent();\n print(\"}\");\n return ret;\n }\n\n function with_parens(cont) {\n print(\"(\");\n //XXX: still nice to have that for argument lists\n //var ret = with_indent(current_col, cont);\n var ret = cont();\n print(\")\");\n return ret;\n }\n\n function with_square(cont) {\n print(\"[\");\n //var ret = with_indent(current_col, cont);\n var ret = cont();\n print(\"]\");\n return ret;\n }\n\n function comma() {\n print(\",\");\n space();\n }\n\n function colon() {\n print(\":\");\n space();\n }\n\n var add_mapping = mappings ? function(token, name) {\n mapping_token = token;\n mapping_name = name;\n } : noop;\n\n function get() {\n if (might_add_newline) {\n ensure_line_len();\n }\n return OUTPUT;\n }\n\n function has_nlb() {\n var index = OUTPUT.lastIndexOf(\"\\n\");\n return /^ *$/.test(OUTPUT.slice(index + 1));\n }\n\n function prepend_comments(node) {\n var self = this;\n var start = node.start;\n if (!start) return;\n if (start.comments_before && start.comments_before._dumped === self) return;\n var comments = start.comments_before;\n if (!comments) {\n comments = start.comments_before = [];\n }\n comments._dumped = self;\n\n if (node instanceof AST_Exit && node.value) {\n var tw = new TreeWalker(function(node) {\n var parent = tw.parent();\n if (parent instanceof AST_Exit\n || parent instanceof AST_Binary && parent.left === node\n || parent.TYPE == \"Call\" && parent.expression === node\n || parent instanceof AST_Conditional && parent.condition === node\n || parent instanceof AST_Dot && parent.expression === node\n || parent instanceof AST_Sequence && parent.expressions[0] === node\n || parent instanceof AST_Sub && parent.expression === node\n || parent instanceof AST_UnaryPostfix) {\n if (!node.start) return;\n var text = node.start.comments_before;\n if (text && text._dumped !== self) {\n text._dumped = self;\n comments = comments.concat(text);\n }\n } else {\n return true;\n }\n });\n tw.push(node);\n node.value.walk(tw);\n }\n\n if (current_pos == 0) {\n if (comments.length > 0 && options.shebang && comments[0].type == \"comment5\") {\n print(\"#!\" + comments.shift().value + \"\\n\");\n indent();\n }\n var preamble = options.preamble;\n if (preamble) {\n print(preamble.replace(/\\r\\n?|[\\n\\u2028\\u2029]|\\s*$/g, \"\\n\"));\n }\n }\n\n comments = comments.filter(comment_filter, node);\n if (comments.length == 0) return;\n var last_nlb = has_nlb();\n comments.forEach(function(c, i) {\n if (!last_nlb) {\n if (c.nlb) {\n print(\"\\n\");\n indent();\n last_nlb = true;\n } else if (i > 0) {\n space();\n }\n }\n if (/comment[134]/.test(c.type)) {\n print(\"//\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"\\n\");\n indent();\n last_nlb = true;\n } else if (c.type == \"comment2\") {\n print(\"/*\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"*/\");\n last_nlb = false;\n }\n });\n if (!last_nlb) {\n if (start.nlb) {\n print(\"\\n\");\n indent();\n } else {\n space();\n }\n }\n }\n\n function append_comments(node, tail) {\n var self = this;\n var token = node.end;\n if (!token) return;\n var comments = token[tail ? \"comments_before\" : \"comments_after\"];\n if (!comments || comments._dumped === self) return;\n if (!(node instanceof AST_Statement || all(comments, function(c) {\n return !/comment[134]/.test(c.type);\n }))) return;\n comments._dumped = self;\n var insert = OUTPUT.length;\n comments.filter(comment_filter, node).forEach(function(c, i) {\n need_space = false;\n if (need_newline_indented) {\n print(\"\\n\");\n indent();\n need_newline_indented = false;\n } else if (c.nlb && (i > 0 || !has_nlb())) {\n print(\"\\n\");\n indent();\n } else if (i > 0 || !tail) {\n space();\n }\n if (/comment[134]/.test(c.type)) {\n print(\"//\" + c.value.replace(/[@#]__PURE__/g, \" \"));\n need_newline_indented = true;\n } else if (c.type == \"comment2\") {\n print(\"/*\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"*/\");\n need_space = true;\n }\n });\n if (OUTPUT.length > insert) newline_insert = insert;\n }\n\n var stack = [];\n return {\n get : get,\n toString : get,\n indent : indent,\n indentation : function() { return indentation; },\n current_width : function() { return current_col - indentation; },\n should_break : function() { return options.width && this.current_width() >= options.width; },\n has_parens : function() { return has_parens; },\n newline : newline,\n print : print,\n star : star,\n space : space,\n comma : comma,\n colon : colon,\n last : function() { return last; },\n semicolon : semicolon,\n force_semicolon : force_semicolon,\n to_utf8 : to_utf8,\n print_name : function(name) { print(make_name(name)); },\n print_string : function(str, quote, escape_directive) {\n var encoded = encode_string(str, quote);\n if (escape_directive === true && !encoded.includes(\"\\\\\")) {\n // Insert semicolons to break directive prologue\n if (!EXPECT_DIRECTIVE.test(OUTPUT)) {\n force_semicolon();\n }\n force_semicolon();\n }\n print(encoded);\n },\n print_template_string_chars: function(str) {\n var encoded = encode_string(str, \"`\").replace(/\\${/g, \"\\\\${\");\n return print(encoded.substr(1, encoded.length - 2));\n },\n encode_string : encode_string,\n next_indent : next_indent,\n with_indent : with_indent,\n with_block : with_block,\n with_parens : with_parens,\n with_square : with_square,\n add_mapping : add_mapping,\n option : function(opt) { return options[opt]; },\n prepend_comments: readonly ? noop : prepend_comments,\n append_comments : readonly || comment_filter === return_false ? noop : append_comments,\n line : function() { return current_line; },\n col : function() { return current_col; },\n pos : function() { return current_pos; },\n push_node : function(node) { stack.push(node); },\n pop_node : function() { return stack.pop(); },\n parent : function(n) {\n return stack[stack.length - 2 - (n || 0)];\n }\n };\n\n}\n\n/* -----[ code generators ]----- */\n\n(function() {\n\n /* -----[ utils ]----- */\n\n function DEFPRINT(nodetype, generator) {\n nodetype.DEFMETHOD(\"_codegen\", generator);\n }\n\n var in_directive = false;\n var active_scope = null;\n var use_asm = null;\n\n AST_Node.DEFMETHOD(\"print\", function(stream, force_parens) {\n var self = this, generator = self._codegen;\n if (self instanceof AST_Scope) {\n active_scope = self;\n } else if (!use_asm && self instanceof AST_Directive && self.value == \"use asm\") {\n use_asm = active_scope;\n }\n function doit() {\n stream.prepend_comments(self);\n self.add_source_map(stream);\n generator(self, stream);\n stream.append_comments(self);\n }\n stream.push_node(self);\n if (force_parens || self.needs_parens(stream)) {\n stream.with_parens(doit);\n } else {\n doit();\n }\n stream.pop_node();\n if (self === use_asm) {\n use_asm = null;\n }\n });\n AST_Node.DEFMETHOD(\"_print\", AST_Node.prototype.print);\n\n AST_Node.DEFMETHOD(\"print_to_string\", function(options) {\n var s = OutputStream(options);\n this.print(s);\n return s.get();\n });\n\n /* -----[ PARENTHESES ]----- */\n\n function PARENS(nodetype, func) {\n if (Array.isArray(nodetype)) {\n nodetype.forEach(function(nodetype) {\n PARENS(nodetype, func);\n });\n } else {\n nodetype.DEFMETHOD(\"needs_parens\", func);\n }\n }\n\n PARENS(AST_Node, return_false);\n\n // a function expression needs parens around it when it's provably\n // the first token to appear in a statement.\n PARENS(AST_Function, function(output) {\n if (!output.has_parens() && first_in_statement(output)) {\n return true;\n }\n\n if (output.option(\"webkit\")) {\n var p = output.parent();\n if (p instanceof AST_PropAccess && p.expression === this) {\n return true;\n }\n }\n\n if (output.option(\"wrap_iife\")) {\n var p = output.parent();\n return p instanceof AST_Call && p.expression === this;\n }\n\n return false;\n });\n\n PARENS(AST_Arrow, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this;\n });\n\n // same goes for an object literal, because otherwise it would be\n // interpreted as a block of code.\n PARENS(AST_Object, function(output) {\n return !output.has_parens() && first_in_statement(output);\n });\n\n PARENS(AST_ClassExpression, first_in_statement);\n\n PARENS(AST_Unary, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this\n || p instanceof AST_Call && p.expression === this\n || p instanceof AST_Binary\n && p.operator === \"**\"\n && this instanceof AST_UnaryPrefix\n && p.left === this\n && this.operator !== \"++\"\n && this.operator !== \"--\";\n });\n\n PARENS(AST_Await, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this\n || p instanceof AST_Call && p.expression === this\n || output.option(\"safari10\") && p instanceof AST_UnaryPrefix;\n });\n\n PARENS(AST_Sequence, function(output) {\n var p = output.parent();\n return p instanceof AST_Call // (foo, bar)() or foo(1, (2, 3), 4)\n || p instanceof AST_Unary // !(foo, bar, baz)\n || p instanceof AST_Binary // 1 + (2, 3) + 4 ==> 8\n || p instanceof AST_VarDef // var a = (1, 2), b = a + a; ==> b == 4\n || p instanceof AST_PropAccess // (1, {foo:2}).foo or (1, {foo:2})[\"foo\"] ==> 2\n || p instanceof AST_Array // [ 1, (2, 3), 4 ] ==> [ 1, 3, 4 ]\n || p instanceof AST_ObjectProperty // { foo: (1, 2) }.foo ==> 2\n || p instanceof AST_Conditional /* (false, true) ? (a = 10, b = 20) : (c = 30)\n * ==> 20 (side effect, set a := 10 and b := 20) */\n || p instanceof AST_Arrow // x => (x, x)\n || p instanceof AST_DefaultAssign // x => (x = (0, function(){}))\n || p instanceof AST_Expansion // [...(a, b)]\n || p instanceof AST_ForOf && this === p.object // for (e of (foo, bar)) {}\n || p instanceof AST_Yield // yield (foo, bar)\n || p instanceof AST_Export // export default (foo, bar)\n ;\n });\n\n PARENS(AST_Binary, function(output) {\n var p = output.parent();\n // (foo && bar)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // typeof (foo && bar)\n if (p instanceof AST_Unary)\n return true;\n // (foo && bar)[\"prop\"], (foo && bar).prop\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n // this deals with precedence: 3 * (2 + 1)\n if (p instanceof AST_Binary) {\n var po = p.operator, pp = PRECEDENCE[po];\n var so = this.operator, sp = PRECEDENCE[so];\n if (pp > sp\n || (pp == sp\n && (this === p.right || po == \"**\"))) {\n return true;\n }\n }\n });\n\n PARENS(AST_Yield, function(output) {\n var p = output.parent();\n // (yield 1) + (yield 2)\n // a = yield 3\n if (p instanceof AST_Binary && p.operator !== \"=\")\n return true;\n // (yield 1)()\n // new (yield 1)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // (yield 1) ? yield 2 : yield 3\n if (p instanceof AST_Conditional && p.condition === this)\n return true;\n // -(yield 4)\n if (p instanceof AST_Unary)\n return true;\n // (yield x).foo\n // (yield x)['foo']\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n });\n\n PARENS(AST_PropAccess, function(output) {\n var p = output.parent();\n if (p instanceof AST_New && p.expression === this) {\n // i.e. new (foo.bar().baz)\n //\n // if there's one call into this subtree, then we need\n // parens around it too, otherwise the call will be\n // interpreted as passing the arguments to the upper New\n // expression.\n var parens = false;\n this.walk(new TreeWalker(function(node) {\n if (parens || node instanceof AST_Scope) return true;\n if (node instanceof AST_Call) {\n parens = true;\n return true;\n }\n }));\n return parens;\n }\n });\n\n PARENS(AST_Call, function(output) {\n var p = output.parent(), p1;\n if (p instanceof AST_New && p.expression === this\n || p instanceof AST_Export && p.is_default && this.expression instanceof AST_Function)\n return true;\n\n // workaround for Safari bug.\n // https://bugs.webkit.org/show_bug.cgi?id=123506\n return this.expression instanceof AST_Function\n && p instanceof AST_PropAccess\n && p.expression === this\n && (p1 = output.parent(1)) instanceof AST_Assign\n && p1.left === p;\n });\n\n PARENS(AST_New, function(output) {\n var p = output.parent();\n if (!need_constructor_parens(this, output)\n && (p instanceof AST_PropAccess // (new Date).getTime(), (new Date)[\"getTime\"]()\n || p instanceof AST_Call && p.expression === this)) // (new foo)(bar)\n return true;\n });\n\n PARENS(AST_Number, function(output) {\n var p = output.parent();\n if (p instanceof AST_PropAccess && p.expression === this) {\n var value = this.getValue();\n if (value < 0 || /^0/.test(make_num(value))) {\n return true;\n }\n }\n });\n\n PARENS([ AST_Assign, AST_Conditional ], function(output) {\n var p = output.parent();\n // !(a = false) → true\n if (p instanceof AST_Unary)\n return true;\n // 1 + (a = 2) + 3 → 6, side effect setting a = 2\n if (p instanceof AST_Binary && !(p instanceof AST_Assign))\n return true;\n // (a = func)() —or— new (a = Object)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // (a = foo) ? bar : baz\n if (p instanceof AST_Conditional && p.condition === this)\n return true;\n // (a = foo)[\"prop\"] —or— (a = foo).prop\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n // ({a, b} = {a: 1, b: 2}), a destructuring assignment\n if (this instanceof AST_Assign && this.left instanceof AST_Destructuring && this.left.is_array === false)\n return true;\n });\n\n /* -----[ PRINTERS ]----- */\n\n DEFPRINT(AST_Directive, function(self, output) {\n output.print_string(self.value, self.quote);\n output.semicolon();\n });\n\n DEFPRINT(AST_Expansion, function (self, output) {\n output.print(\"...\");\n self.expression.print(output);\n });\n\n DEFPRINT(AST_Destructuring, function (self, output) {\n output.print(self.is_array ? \"[\" : \"{\");\n var len = self.names.length;\n self.names.forEach(function (name, i) {\n if (i > 0) output.comma();\n name.print(output);\n // If the final element is a hole, we need to make sure it\n // doesn't look like a trailing comma, by inserting an actual\n // trailing comma.\n if (i == len - 1 && name instanceof AST_Hole) output.comma();\n });\n output.print(self.is_array ? \"]\" : \"}\");\n });\n\n DEFPRINT(AST_Debugger, function(self, output) {\n output.print(\"debugger\");\n output.semicolon();\n });\n\n /* -----[ statements ]----- */\n\n function display_body(body, is_toplevel, output, allow_directives) {\n var last = body.length - 1;\n in_directive = allow_directives;\n body.forEach(function(stmt, i) {\n if (in_directive === true && !(stmt instanceof AST_Directive ||\n stmt instanceof AST_EmptyStatement ||\n (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String)\n )) {\n in_directive = false;\n }\n if (!(stmt instanceof AST_EmptyStatement)) {\n output.indent();\n stmt.print(output);\n if (!(i == last && is_toplevel)) {\n output.newline();\n if (is_toplevel) output.newline();\n }\n }\n if (in_directive === true &&\n stmt instanceof AST_SimpleStatement &&\n stmt.body instanceof AST_String\n ) {\n in_directive = false;\n }\n });\n in_directive = false;\n }\n\n AST_StatementWithBody.DEFMETHOD(\"_do_print_body\", function(output) {\n force_statement(this.body, output);\n });\n\n DEFPRINT(AST_Statement, function(self, output) {\n self.body.print(output);\n output.semicolon();\n });\n DEFPRINT(AST_Toplevel, function(self, output) {\n display_body(self.body, true, output, true);\n output.print(\"\");\n });\n DEFPRINT(AST_LabeledStatement, function(self, output) {\n self.label.print(output);\n output.colon();\n self.body.print(output);\n });\n DEFPRINT(AST_SimpleStatement, function(self, output) {\n self.body.print(output);\n output.semicolon();\n });\n function print_braced_empty(self, output) {\n output.print(\"{\");\n output.with_indent(output.next_indent(), function() {\n output.append_comments(self, true);\n });\n output.print(\"}\");\n }\n function print_braced(self, output, allow_directives) {\n if (self.body.length > 0) {\n output.with_block(function() {\n display_body(self.body, false, output, allow_directives);\n });\n } else print_braced_empty(self, output);\n }\n DEFPRINT(AST_BlockStatement, function(self, output) {\n print_braced(self, output);\n });\n DEFPRINT(AST_EmptyStatement, function(self, output) {\n output.semicolon();\n });\n DEFPRINT(AST_Do, function(self, output) {\n output.print(\"do\");\n output.space();\n make_block(self.body, output);\n output.space();\n output.print(\"while\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.semicolon();\n });\n DEFPRINT(AST_While, function(self, output) {\n output.print(\"while\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_For, function(self, output) {\n output.print(\"for\");\n output.space();\n output.with_parens(function() {\n if (self.init) {\n if (self.init instanceof AST_Definitions) {\n self.init.print(output);\n } else {\n parenthesize_for_noin(self.init, output, true);\n }\n output.print(\";\");\n output.space();\n } else {\n output.print(\";\");\n }\n if (self.condition) {\n self.condition.print(output);\n output.print(\";\");\n output.space();\n } else {\n output.print(\";\");\n }\n if (self.step) {\n self.step.print(output);\n }\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_ForIn, function(self, output) {\n output.print(\"for\");\n if (self.await) {\n output.space();\n output.print(\"await\");\n }\n output.space();\n output.with_parens(function() {\n self.init.print(output);\n output.space();\n output.print(self instanceof AST_ForOf ? \"of\" : \"in\");\n output.space();\n self.object.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_With, function(self, output) {\n output.print(\"with\");\n output.space();\n output.with_parens(function() {\n self.expression.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n\n /* -----[ functions ]----- */\n AST_Lambda.DEFMETHOD(\"_do_print\", function(output, nokeyword) {\n var self = this;\n if (!nokeyword) {\n if (self.async) {\n output.print(\"async\");\n output.space();\n }\n output.print(\"function\");\n if (self.is_generator) {\n output.star();\n }\n if (self.name) {\n output.space();\n }\n }\n if (self.name instanceof AST_Symbol) {\n self.name.print(output);\n } else if (nokeyword && self.name instanceof AST_Node) {\n output.with_square(function() {\n self.name.print(output); // Computed method name\n });\n }\n output.with_parens(function() {\n self.argnames.forEach(function(arg, i) {\n if (i) output.comma();\n arg.print(output);\n });\n });\n output.space();\n print_braced(self, output, true);\n });\n DEFPRINT(AST_Lambda, function(self, output) {\n self._do_print(output);\n });\n\n DEFPRINT(AST_PrefixedTemplateString, function(self, output) {\n var tag = self.prefix;\n var parenthesize_tag = tag instanceof AST_Arrow\n || tag instanceof AST_Binary\n || tag instanceof AST_Conditional\n || tag instanceof AST_Sequence\n || tag instanceof AST_Unary;\n if (parenthesize_tag) output.print(\"(\");\n self.prefix.print(output);\n if (parenthesize_tag) output.print(\")\");\n self.template_string.print(output);\n });\n DEFPRINT(AST_TemplateString, function(self, output) {\n var is_tagged = output.parent() instanceof AST_PrefixedTemplateString;\n\n output.print(\"`\");\n for (var i = 0; i < self.segments.length; i++) {\n if (!(self.segments[i] instanceof AST_TemplateSegment)) {\n output.print(\"${\");\n self.segments[i].print(output);\n output.print(\"}\");\n } else if (is_tagged) {\n output.print(self.segments[i].raw);\n } else {\n output.print_template_string_chars(self.segments[i].value);\n }\n }\n output.print(\"`\");\n });\n\n AST_Arrow.DEFMETHOD(\"_do_print\", function(output) {\n var self = this;\n var parent = output.parent();\n var needs_parens = parent instanceof AST_Binary ||\n parent instanceof AST_Unary ||\n (parent instanceof AST_Call && self === parent.expression);\n if (needs_parens) { output.print(\"(\"); }\n if (self.async) {\n output.print(\"async\");\n output.space();\n }\n if (self.argnames.length === 1 && self.argnames[0] instanceof AST_Symbol) {\n self.argnames[0].print(output);\n } else {\n output.with_parens(function() {\n self.argnames.forEach(function(arg, i) {\n if (i) output.comma();\n arg.print(output);\n });\n });\n }\n output.space();\n output.print(\"=>\");\n output.space();\n if (self.body instanceof AST_Node) {\n self.body.print(output);\n } else {\n print_braced(self, output);\n }\n if (needs_parens) { output.print(\")\"); }\n });\n\n /* -----[ exits ]----- */\n AST_Exit.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n if (this.value) {\n output.space();\n this.value.print(output);\n }\n output.semicolon();\n });\n DEFPRINT(AST_Return, function(self, output) {\n self._do_print(output, \"return\");\n });\n DEFPRINT(AST_Throw, function(self, output) {\n self._do_print(output, \"throw\");\n });\n\n /* -----[ yield ]----- */\n\n DEFPRINT(AST_Yield, function(self, output) {\n var star = self.is_star ? \"*\" : \"\";\n output.print(\"yield\" + star);\n if (self.expression) {\n output.space();\n self.expression.print(output);\n }\n });\n\n DEFPRINT(AST_Await, function(self, output) {\n output.print(\"await\");\n output.space();\n var e = self.expression;\n var parens = !(\n e instanceof AST_Call\n || e instanceof AST_SymbolRef\n || e instanceof AST_PropAccess\n || e instanceof AST_Unary\n || e instanceof AST_Constant\n );\n if (parens) output.print(\"(\");\n self.expression.print(output);\n if (parens) output.print(\")\");\n });\n\n /* -----[ loop control ]----- */\n AST_LoopControl.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n if (this.label) {\n output.space();\n this.label.print(output);\n }\n output.semicolon();\n });\n DEFPRINT(AST_Break, function(self, output) {\n self._do_print(output, \"break\");\n });\n DEFPRINT(AST_Continue, function(self, output) {\n self._do_print(output, \"continue\");\n });\n\n /* -----[ if ]----- */\n function make_then(self, output) {\n var b = self.body;\n if (output.option(\"braces\")\n || output.option(\"ie8\") && b instanceof AST_Do)\n return make_block(b, output);\n // The squeezer replaces \"block\"-s that contain only a single\n // statement with the statement itself; technically, the AST\n // is correct, but this can create problems when we output an\n // IF having an ELSE clause where the THEN clause ends in an\n // IF *without* an ELSE block (then the outer ELSE would refer\n // to the inner IF). This function checks for this case and\n // adds the block braces if needed.\n if (!b) return output.force_semicolon();\n while (true) {\n if (b instanceof AST_If) {\n if (!b.alternative) {\n make_block(self.body, output);\n return;\n }\n b = b.alternative;\n } else if (b instanceof AST_StatementWithBody) {\n b = b.body;\n } else break;\n }\n force_statement(self.body, output);\n }\n DEFPRINT(AST_If, function(self, output) {\n output.print(\"if\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.space();\n if (self.alternative) {\n make_then(self, output);\n output.space();\n output.print(\"else\");\n output.space();\n if (self.alternative instanceof AST_If)\n self.alternative.print(output);\n else\n force_statement(self.alternative, output);\n } else {\n self._do_print_body(output);\n }\n });\n\n /* -----[ switch ]----- */\n DEFPRINT(AST_Switch, function(self, output) {\n output.print(\"switch\");\n output.space();\n output.with_parens(function() {\n self.expression.print(output);\n });\n output.space();\n var last = self.body.length - 1;\n if (last < 0) print_braced_empty(self, output);\n else output.with_block(function() {\n self.body.forEach(function(branch, i) {\n output.indent(true);\n branch.print(output);\n if (i < last && branch.body.length > 0)\n output.newline();\n });\n });\n });\n AST_SwitchBranch.DEFMETHOD(\"_do_print_body\", function(output) {\n output.newline();\n this.body.forEach(function(stmt) {\n output.indent();\n stmt.print(output);\n output.newline();\n });\n });\n DEFPRINT(AST_Default, function(self, output) {\n output.print(\"default:\");\n self._do_print_body(output);\n });\n DEFPRINT(AST_Case, function(self, output) {\n output.print(\"case\");\n output.space();\n self.expression.print(output);\n output.print(\":\");\n self._do_print_body(output);\n });\n\n /* -----[ exceptions ]----- */\n DEFPRINT(AST_Try, function(self, output) {\n output.print(\"try\");\n output.space();\n print_braced(self, output);\n if (self.bcatch) {\n output.space();\n self.bcatch.print(output);\n }\n if (self.bfinally) {\n output.space();\n self.bfinally.print(output);\n }\n });\n DEFPRINT(AST_Catch, function(self, output) {\n output.print(\"catch\");\n if (self.argname) {\n output.space();\n output.with_parens(function() {\n self.argname.print(output);\n });\n }\n output.space();\n print_braced(self, output);\n });\n DEFPRINT(AST_Finally, function(self, output) {\n output.print(\"finally\");\n output.space();\n print_braced(self, output);\n });\n\n /* -----[ var/const ]----- */\n AST_Definitions.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n output.space();\n this.definitions.forEach(function(def, i) {\n if (i) output.comma();\n def.print(output);\n });\n var p = output.parent();\n var in_for = p instanceof AST_For || p instanceof AST_ForIn;\n var output_semicolon = !in_for || p && p.init !== this;\n if (output_semicolon)\n output.semicolon();\n });\n DEFPRINT(AST_Let, function(self, output) {\n self._do_print(output, \"let\");\n });\n DEFPRINT(AST_Var, function(self, output) {\n self._do_print(output, \"var\");\n });\n DEFPRINT(AST_Const, function(self, output) {\n self._do_print(output, \"const\");\n });\n DEFPRINT(AST_Import, function(self, output) {\n output.print(\"import\");\n output.space();\n if (self.imported_name) {\n self.imported_name.print(output);\n }\n if (self.imported_name && self.imported_names) {\n output.print(\",\");\n output.space();\n }\n if (self.imported_names) {\n if (self.imported_names.length === 1 && self.imported_names[0].foreign_name.name === \"*\") {\n self.imported_names[0].print(output);\n } else {\n output.print(\"{\");\n self.imported_names.forEach(function (name_import, i) {\n output.space();\n name_import.print(output);\n if (i < self.imported_names.length - 1) {\n output.print(\",\");\n }\n });\n output.space();\n output.print(\"}\");\n }\n }\n if (self.imported_name || self.imported_names) {\n output.space();\n output.print(\"from\");\n output.space();\n }\n self.module_name.print(output);\n output.semicolon();\n });\n\n DEFPRINT(AST_NameMapping, function(self, output) {\n var is_import = output.parent() instanceof AST_Import;\n var definition = self.name.definition();\n var names_are_different =\n (definition && definition.mangled_name || self.name.name) !==\n self.foreign_name.name;\n if (names_are_different) {\n if (is_import) {\n output.print(self.foreign_name.name);\n } else {\n self.name.print(output);\n }\n output.space();\n output.print(\"as\");\n output.space();\n if (is_import) {\n self.name.print(output);\n } else {\n output.print(self.foreign_name.name);\n }\n } else {\n self.name.print(output);\n }\n });\n\n DEFPRINT(AST_Export, function(self, output) {\n output.print(\"export\");\n output.space();\n if (self.is_default) {\n output.print(\"default\");\n output.space();\n }\n if (self.exported_names) {\n if (self.exported_names.length === 1 && self.exported_names[0].name.name === \"*\") {\n self.exported_names[0].print(output);\n } else {\n output.print(\"{\");\n self.exported_names.forEach(function(name_export, i) {\n output.space();\n name_export.print(output);\n if (i < self.exported_names.length - 1) {\n output.print(\",\");\n }\n });\n output.space();\n output.print(\"}\");\n }\n } else if (self.exported_value) {\n self.exported_value.print(output);\n } else if (self.exported_definition) {\n self.exported_definition.print(output);\n if (self.exported_definition instanceof AST_Definitions) return;\n }\n if (self.module_name) {\n output.space();\n output.print(\"from\");\n output.space();\n self.module_name.print(output);\n }\n if (self.exported_value\n && !(self.exported_value instanceof AST_Defun ||\n self.exported_value instanceof AST_Function ||\n self.exported_value instanceof AST_Class)\n || self.module_name\n || self.exported_names\n ) {\n output.semicolon();\n }\n });\n\n function parenthesize_for_noin(node, output, noin) {\n var parens = false;\n // need to take some precautions here:\n // https://github.com/mishoo/UglifyJS2/issues/60\n if (noin) node.walk(new TreeWalker(function(node) {\n if (parens || node instanceof AST_Scope) return true;\n if (node instanceof AST_Binary && node.operator == \"in\") {\n parens = true;\n return true;\n }\n }));\n node.print(output, parens);\n }\n\n DEFPRINT(AST_VarDef, function(self, output) {\n self.name.print(output);\n if (self.value) {\n output.space();\n output.print(\"=\");\n output.space();\n var p = output.parent(1);\n var noin = p instanceof AST_For || p instanceof AST_ForIn;\n parenthesize_for_noin(self.value, output, noin);\n }\n });\n\n /* -----[ other expressions ]----- */\n DEFPRINT(AST_Call, function(self, output) {\n self.expression.print(output);\n if (self instanceof AST_New && !need_constructor_parens(self, output))\n return;\n if (self.expression instanceof AST_Call || self.expression instanceof AST_Lambda) {\n output.add_mapping(self.start);\n }\n output.with_parens(function() {\n self.args.forEach(function(expr, i) {\n if (i) output.comma();\n expr.print(output);\n });\n });\n });\n DEFPRINT(AST_New, function(self, output) {\n output.print(\"new\");\n output.space();\n AST_Call.prototype._codegen(self, output);\n });\n\n AST_Sequence.DEFMETHOD(\"_do_print\", function(output) {\n this.expressions.forEach(function(node, index) {\n if (index > 0) {\n output.comma();\n if (output.should_break()) {\n output.newline();\n output.indent();\n }\n }\n node.print(output);\n });\n });\n DEFPRINT(AST_Sequence, function(self, output) {\n self._do_print(output);\n // var p = output.parent();\n // if (p instanceof AST_Statement) {\n // output.with_indent(output.next_indent(), function(){\n // self._do_print(output);\n // });\n // } else {\n // self._do_print(output);\n // }\n });\n DEFPRINT(AST_Dot, function(self, output) {\n var expr = self.expression;\n expr.print(output);\n var prop = self.property;\n if (output.option(\"ie8\") && RESERVED_WORDS(prop)) {\n output.print(\"[\");\n output.add_mapping(self.end);\n output.print_string(prop);\n output.print(\"]\");\n } else {\n if (expr instanceof AST_Number && expr.getValue() >= 0) {\n if (!/[xa-f.)]/i.test(output.last())) {\n output.print(\".\");\n }\n }\n output.print(\".\");\n // the name after dot would be mapped about here.\n output.add_mapping(self.end);\n output.print_name(prop);\n }\n });\n DEFPRINT(AST_Sub, function(self, output) {\n self.expression.print(output);\n output.print(\"[\");\n self.property.print(output);\n output.print(\"]\");\n });\n DEFPRINT(AST_UnaryPrefix, function(self, output) {\n var op = self.operator;\n output.print(op);\n if (/^[a-z]/i.test(op)\n || (/[+-]$/.test(op)\n && self.expression instanceof AST_UnaryPrefix\n && /^[+-]/.test(self.expression.operator))) {\n output.space();\n }\n self.expression.print(output);\n });\n DEFPRINT(AST_UnaryPostfix, function(self, output) {\n self.expression.print(output);\n output.print(self.operator);\n });\n DEFPRINT(AST_Binary, function(self, output) {\n var op = self.operator;\n self.left.print(output);\n if (op[0] == \">\" /* \">>\" \">>>\" \">\" \">=\" */\n && self.left instanceof AST_UnaryPostfix\n && self.left.operator == \"--\") {\n // space is mandatory to avoid outputting -->\n output.print(\" \");\n } else {\n // the space is optional depending on \"beautify\"\n output.space();\n }\n output.print(op);\n if ((op == \"<\" || op == \"<<\")\n && self.right instanceof AST_UnaryPrefix\n && self.right.operator == \"!\"\n && self.right.expression instanceof AST_UnaryPrefix\n && self.right.expression.operator == \"--\") {\n // space is mandatory to avoid outputting x ? y : false\n if (self.left.operator == \"||\") {\n var lr = self.left.right.evaluate(compressor);\n if (!lr) return make_node(AST_Conditional, self, {\n condition: self.left.left,\n consequent: self.right,\n alternative: self.left.right\n }).optimize(compressor);\n }\n break;\n case \"||\":\n var ll = self.left.truthy ? true : self.left.falsy ? false : self.left.evaluate(compressor);\n if (!ll) {\n compressor.warn(\"Condition left of || always false [{file}:{line},{col}]\", self.start);\n return make_sequence(self, [ self.left, self.right ]).optimize(compressor);\n } else if (!(ll instanceof AST_Node)) {\n compressor.warn(\"Condition left of || always true [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.left).optimize(compressor);\n }\n var rr = self.right.evaluate(compressor);\n if (!rr) {\n var parent = compressor.parent();\n if (parent.operator == \"||\" && parent.left === compressor.self() || compressor.in_boolean_context()) {\n compressor.warn(\"Dropping side-effect-free || [{file}:{line},{col}]\", self.start);\n return self.left.optimize(compressor);\n }\n } else if (!(rr instanceof AST_Node)) {\n if (compressor.in_boolean_context()) {\n compressor.warn(\"Boolean || always true [{file}:{line},{col}]\", self.start);\n return make_sequence(self, [\n self.left,\n make_node(AST_True, self)\n ]).optimize(compressor);\n } else self.truthy = true;\n }\n if (self.left.operator == \"&&\") {\n var lr = self.left.right.evaluate(compressor);\n if (lr && !(lr instanceof AST_Node)) return make_node(AST_Conditional, self, {\n condition: self.left.left,\n consequent: self.left.right,\n alternative: self.right\n }).optimize(compressor);\n }\n break;\n }\n var associative = true;\n switch (self.operator) {\n case \"+\":\n // \"foo\" + (\"bar\" + x) => \"foobar\" + x\n if (self.left instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == \"+\"\n && self.right.left instanceof AST_Constant\n && self.right.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: make_node(AST_String, self.left, {\n value: \"\" + self.left.getValue() + self.right.left.getValue(),\n start: self.left.start,\n end: self.right.left.end\n }),\n right: self.right.right\n });\n }\n // (x + \"foo\") + \"bar\" => x + \"foobar\"\n if (self.right instanceof AST_Constant\n && self.left instanceof AST_Binary\n && self.left.operator == \"+\"\n && self.left.right instanceof AST_Constant\n && self.left.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: self.left.left,\n right: make_node(AST_String, self.right, {\n value: \"\" + self.left.right.getValue() + self.right.getValue(),\n start: self.left.right.start,\n end: self.right.end\n })\n });\n }\n // (x + \"foo\") + (\"bar\" + y) => (x + \"foobar\") + y\n if (self.left instanceof AST_Binary\n && self.left.operator == \"+\"\n && self.left.is_string(compressor)\n && self.left.right instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == \"+\"\n && self.right.left instanceof AST_Constant\n && self.right.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: make_node(AST_Binary, self.left, {\n operator: \"+\",\n left: self.left.left,\n right: make_node(AST_String, self.left.right, {\n value: \"\" + self.left.right.getValue() + self.right.left.getValue(),\n start: self.left.right.start,\n end: self.right.left.end\n })\n }),\n right: self.right.right\n });\n }\n // a + -b => a - b\n if (self.right instanceof AST_UnaryPrefix\n && self.right.operator == \"-\"\n && self.left.is_number(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"-\",\n left: self.left,\n right: self.right.expression\n });\n break;\n }\n // -a + b => b - a\n if (self.left instanceof AST_UnaryPrefix\n && self.left.operator == \"-\"\n && reversible()\n && self.right.is_number(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"-\",\n left: self.right,\n right: self.left.expression\n });\n break;\n }\n case \"*\":\n associative = compressor.option(\"unsafe_math\");\n case \"&\":\n case \"|\":\n case \"^\":\n // a + +b => +b + a\n if (self.left.is_number(compressor)\n && self.right.is_number(compressor)\n && reversible()\n && !(self.left instanceof AST_Binary\n && self.left.operator != self.operator\n && PRECEDENCE[self.left.operator] >= PRECEDENCE[self.operator])) {\n var reversed = make_node(AST_Binary, self, {\n operator: self.operator,\n left: self.right,\n right: self.left\n });\n if (self.right instanceof AST_Constant\n && !(self.left instanceof AST_Constant)) {\n self = best_of(compressor, reversed, self);\n } else {\n self = best_of(compressor, self, reversed);\n }\n }\n if (associative && self.is_number(compressor)) {\n // a + (b + c) => (a + b) + c\n if (self.right instanceof AST_Binary\n && self.right.operator == self.operator) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left,\n right: self.right.left,\n start: self.left.start,\n end: self.right.left.end\n }),\n right: self.right.right\n });\n }\n // (n + 2) + 3 => 5 + n\n // (2 * n) * 3 => 6 + n\n if (self.right instanceof AST_Constant\n && self.left instanceof AST_Binary\n && self.left.operator == self.operator) {\n if (self.left.left instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left.left,\n right: self.right,\n start: self.left.left.start,\n end: self.right.end\n }),\n right: self.left.right\n });\n } else if (self.left.right instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left.right,\n right: self.right,\n start: self.left.right.start,\n end: self.right.end\n }),\n right: self.left.left\n });\n }\n }\n // (a | 1) | (2 | d) => (3 | a) | b\n if (self.left instanceof AST_Binary\n && self.left.operator == self.operator\n && self.left.right instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == self.operator\n && self.right.left instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left.left, {\n operator: self.operator,\n left: self.left.right,\n right: self.right.left,\n start: self.left.right.start,\n end: self.right.left.end\n }),\n right: self.left.left\n }),\n right: self.right.right\n });\n }\n }\n }\n }\n // x && (y && z) ==> x && y && z\n // x || (y || z) ==> x || y || z\n // x + (\"y\" + z) ==> x + \"y\" + z\n // \"x\" + (y + \"z\")==> \"x\" + y + \"z\"\n if (self.right instanceof AST_Binary\n && self.right.operator == self.operator\n && (lazy_op(self.operator)\n || (self.operator == \"+\"\n && (self.right.left.is_string(compressor)\n || (self.left.is_string(compressor)\n && self.right.right.is_string(compressor)))))\n ) {\n self.left = make_node(AST_Binary, self.left, {\n operator : self.operator,\n left : self.left,\n right : self.right.left\n });\n self.right = self.right.right;\n return self.transform(compressor);\n }\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n def_optimize(AST_SymbolExport, function(self, compressor) {\n return self;\n });\n\n function recursive_ref(compressor, def) {\n var node;\n for (var i = 0; node = compressor.parent(i); i++) {\n if (node instanceof AST_Lambda) {\n var name = node.name;\n if (name && name.definition() === def) break;\n }\n }\n return node;\n }\n\n function within_array_or_object_literal(compressor) {\n var node, level = 0;\n while (node = compressor.parent(level++)) {\n if (node instanceof AST_Statement) return false;\n if (node instanceof AST_Array\n || node instanceof AST_ObjectKeyVal\n || node instanceof AST_Object) {\n return true;\n }\n }\n return false;\n }\n\n def_optimize(AST_SymbolRef, function(self, compressor) {\n if (!compressor.option(\"ie8\")\n && is_undeclared_ref(self)\n && (!self.scope.uses_with || !compressor.find_parent(AST_With))) {\n switch (self.name) {\n case \"undefined\":\n return make_node(AST_Undefined, self).optimize(compressor);\n case \"NaN\":\n return make_node(AST_NaN, self).optimize(compressor);\n case \"Infinity\":\n return make_node(AST_Infinity, self).optimize(compressor);\n }\n }\n var parent = compressor.parent();\n if (compressor.option(\"reduce_vars\") && is_lhs(self, parent) !== self) {\n var d = self.definition();\n if (compressor.top_retain && d.global && compressor.top_retain(d)) {\n d.fixed = false;\n d.should_replace = false;\n d.single_use = false;\n return self;\n }\n var fixed = self.fixed_value();\n var single_use = d.single_use\n && !(parent instanceof AST_Call && parent.is_expr_pure(compressor));\n if (single_use && (fixed instanceof AST_Lambda || fixed instanceof AST_Class)) {\n if (retain_top_func(fixed, compressor)) {\n single_use = false;\n } else if (d.scope !== self.scope\n && (!compressor.option(\"reduce_funcs\") && fixed instanceof AST_Lambda\n || d.escaped == 1\n || fixed.inlined\n || within_array_or_object_literal(compressor))) {\n single_use = false;\n } else if (recursive_ref(compressor, d)) {\n single_use = false;\n } else if (d.scope !== self.scope || d.orig[0] instanceof AST_SymbolFunarg) {\n single_use = fixed.is_constant_expression(self.scope);\n if (single_use == \"f\") {\n var scope = self.scope;\n do {\n if (scope instanceof AST_Defun || is_func_expr(scope)) {\n scope.inlined = true;\n }\n } while (scope = scope.parent_scope);\n }\n }\n }\n if (single_use && fixed) {\n if (fixed instanceof AST_DefClass) {\n fixed = make_node(AST_ClassExpression, fixed, fixed);\n }\n if (fixed instanceof AST_Defun) {\n fixed._squeezed = true;\n fixed = make_node(AST_Function, fixed, fixed);\n }\n var value;\n if (d.recursive_refs > 0 && fixed.name instanceof AST_SymbolDefun) {\n value = fixed.clone(true);\n var defun_def = value.name.definition();\n var lambda_def = value.variables.get(value.name.name);\n var name = lambda_def && lambda_def.orig[0];\n if (!(name instanceof AST_SymbolLambda)) {\n name = make_node(AST_SymbolLambda, value.name, value.name);\n name.scope = value;\n value.name = name;\n lambda_def = value.def_function(name);\n }\n value.walk(new TreeWalker(function(node) {\n if (node instanceof AST_SymbolRef && node.definition() === defun_def) {\n node.thedef = lambda_def;\n lambda_def.references.push(node);\n }\n }));\n } else {\n value = fixed.optimize(compressor);\n if (value === fixed) value = fixed.clone(true);\n }\n return value;\n }\n if (fixed && d.should_replace === undefined) {\n var init;\n if (fixed instanceof AST_This) {\n if (!(d.orig[0] instanceof AST_SymbolFunarg)\n && all(d.references, function(ref) {\n return d.scope === ref.scope;\n })) {\n init = fixed;\n }\n } else {\n var ev = fixed.evaluate(compressor);\n if (ev !== fixed && (compressor.option(\"unsafe_regexp\") || !(ev instanceof RegExp))) {\n init = make_node_from_constant(ev, fixed);\n }\n }\n if (init) {\n var value_length = init.optimize(compressor).print_to_string().length;\n var fn;\n if (has_symbol_ref(fixed)) {\n fn = function() {\n var result = init.optimize(compressor);\n return result === init ? result.clone(true) : result;\n };\n } else {\n value_length = Math.min(value_length, fixed.print_to_string().length);\n fn = function() {\n var result = best_of_expression(init.optimize(compressor), fixed);\n return result === init || result === fixed ? result.clone(true) : result;\n };\n }\n var name_length = d.name.length;\n var overhead = 0;\n if (compressor.option(\"unused\") && !compressor.exposed(d)) {\n overhead = (name_length + 2 + value_length) / (d.references.length - d.assignments);\n }\n d.should_replace = value_length <= name_length + overhead ? fn : false;\n } else {\n d.should_replace = false;\n }\n }\n if (d.should_replace) {\n return d.should_replace();\n }\n }\n return self;\n\n function has_symbol_ref(value) {\n var found;\n value.walk(new TreeWalker(function(node) {\n if (node instanceof AST_SymbolRef) found = true;\n if (found) return true;\n }));\n return found;\n }\n });\n\n function is_atomic(lhs, self) {\n return lhs instanceof AST_SymbolRef || lhs.TYPE === self.TYPE;\n }\n\n def_optimize(AST_Undefined, function(self, compressor) {\n if (compressor.option(\"unsafe_undefined\")) {\n var undef = find_variable(compressor, \"undefined\");\n if (undef) {\n var ref = make_node(AST_SymbolRef, self, {\n name : \"undefined\",\n scope : undef.scope,\n thedef : undef\n });\n ref.is_undefined = true;\n return ref;\n }\n }\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && is_atomic(lhs, self)) return self;\n return make_node(AST_UnaryPrefix, self, {\n operator: \"void\",\n expression: make_node(AST_Number, self, {\n value: 0\n })\n });\n });\n\n def_optimize(AST_Infinity, function(self, compressor) {\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && is_atomic(lhs, self)) return self;\n if (compressor.option(\"keep_infinity\")\n && !(lhs && !is_atomic(lhs, self))\n && !find_variable(compressor, \"Infinity\"))\n return self;\n return make_node(AST_Binary, self, {\n operator: \"/\",\n left: make_node(AST_Number, self, {\n value: 1\n }),\n right: make_node(AST_Number, self, {\n value: 0\n })\n });\n });\n\n def_optimize(AST_NaN, function(self, compressor) {\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && !is_atomic(lhs, self)\n || find_variable(compressor, \"NaN\")) {\n return make_node(AST_Binary, self, {\n operator: \"/\",\n left: make_node(AST_Number, self, {\n value: 0\n }),\n right: make_node(AST_Number, self, {\n value: 0\n })\n });\n }\n return self;\n });\n\n function is_reachable(self, defs) {\n var reachable = false;\n var find_ref = new TreeWalker(function(node) {\n if (reachable) return true;\n if (node instanceof AST_SymbolRef && member(node.definition(), defs)) {\n return reachable = true;\n }\n });\n var scan_scope = new TreeWalker(function(node) {\n if (reachable) return true;\n if (node instanceof AST_Scope && node !== self) {\n var parent = scan_scope.parent();\n if (parent instanceof AST_Call && parent.expression === node) return;\n node.walk(find_ref);\n return true;\n }\n });\n self.walk(scan_scope);\n return reachable;\n }\n\n var ASSIGN_OPS = [ \"+\", \"-\", \"/\", \"*\", \"%\", \">>\", \"<<\", \">>>\", \"|\", \"^\", \"&\" ];\n var ASSIGN_OPS_COMMUTATIVE = [ \"*\", \"|\", \"^\", \"&\" ];\n def_optimize(AST_Assign, function(self, compressor) {\n var def;\n if (compressor.option(\"dead_code\")\n && self.left instanceof AST_SymbolRef\n && (def = self.left.definition()).scope === compressor.find_parent(AST_Lambda)) {\n var level = 0, node, parent = self;\n do {\n node = parent;\n parent = compressor.parent(level++);\n if (parent instanceof AST_Exit) {\n if (in_try(level, parent)) break;\n if (is_reachable(def.scope, [ def ])) break;\n if (self.operator == \"=\") return self.right;\n def.fixed = false;\n return make_node(AST_Binary, self, {\n operator: self.operator.slice(0, -1),\n left: self.left,\n right: self.right\n }).optimize(compressor);\n }\n } while (parent instanceof AST_Binary && parent.right === node\n || parent instanceof AST_Sequence && parent.tail_node() === node);\n }\n self = self.lift_sequences(compressor);\n if (self.operator == \"=\" && self.left instanceof AST_SymbolRef && self.right instanceof AST_Binary) {\n // x = expr1 OP expr2\n if (self.right.left instanceof AST_SymbolRef\n && self.right.left.name == self.left.name\n && member(self.right.operator, ASSIGN_OPS)) {\n // x = x - 2 ---> x -= 2\n self.operator = self.right.operator + \"=\";\n self.right = self.right.right;\n } else if (self.right.right instanceof AST_SymbolRef\n && self.right.right.name == self.left.name\n && member(self.right.operator, ASSIGN_OPS_COMMUTATIVE)\n && !self.right.left.has_side_effects(compressor)) {\n // x = 2 & x ---> x &= 2\n self.operator = self.right.operator + \"=\";\n self.right = self.right.left;\n }\n }\n return self;\n\n function in_try(level, node) {\n var right = self.right;\n self.right = make_node(AST_Null, right);\n var may_throw = node.may_throw(compressor);\n self.right = right;\n var scope = self.left.definition().scope;\n var parent;\n while ((parent = compressor.parent(level++)) !== scope) {\n if (parent instanceof AST_Try) {\n if (parent.bfinally) return true;\n if (may_throw && parent.bcatch) return true;\n }\n }\n }\n });\n\n def_optimize(AST_DefaultAssign, function(self, compressor) {\n if (!compressor.option(\"evaluate\")) {\n return self;\n }\n var evaluateRight = self.right.evaluate(compressor);\n\n // `[x = undefined] = foo` ---> `[x] = foo`\n if (evaluateRight === undefined) {\n self = self.left;\n } else if (evaluateRight !== self.right) {\n evaluateRight = make_node_from_constant(evaluateRight, self.right);\n self.right = best_of_expression(evaluateRight, self.right);\n }\n\n return self;\n });\n\n def_optimize(AST_Conditional, function(self, compressor) {\n if (!compressor.option(\"conditionals\")) return self;\n // This looks like lift_sequences(), should probably be under \"sequences\"\n if (self.condition instanceof AST_Sequence) {\n var expressions = self.condition.expressions.slice();\n self.condition = expressions.pop();\n expressions.push(self);\n return make_sequence(self, expressions);\n }\n var cond = self.condition.evaluate(compressor);\n if (cond !== self.condition) {\n if (cond) {\n compressor.warn(\"Condition always true [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.consequent);\n } else {\n compressor.warn(\"Condition always false [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.alternative);\n }\n }\n var negated = cond.negate(compressor, first_in_statement(compressor));\n if (best_of(compressor, cond, negated) === negated) {\n self = make_node(AST_Conditional, self, {\n condition: negated,\n consequent: self.alternative,\n alternative: self.consequent\n });\n }\n var condition = self.condition;\n var consequent = self.consequent;\n var alternative = self.alternative;\n // x?x:y --> x||y\n if (condition instanceof AST_SymbolRef\n && consequent instanceof AST_SymbolRef\n && condition.definition() === consequent.definition()) {\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: condition,\n right: alternative\n });\n }\n // if (foo) exp = something; else exp = something_else;\n // |\n // v\n // exp = foo ? something : something_else;\n if (consequent instanceof AST_Assign\n && alternative instanceof AST_Assign\n && consequent.operator == alternative.operator\n && consequent.left.equivalent_to(alternative.left)\n && (!self.condition.has_side_effects(compressor)\n || consequent.operator == \"=\"\n && !consequent.left.has_side_effects(compressor))) {\n return make_node(AST_Assign, self, {\n operator: consequent.operator,\n left: consequent.left,\n right: make_node(AST_Conditional, self, {\n condition: self.condition,\n consequent: consequent.right,\n alternative: alternative.right\n })\n });\n }\n // x ? y(a) : y(b) --> y(x ? a : b)\n var arg_index;\n if (consequent instanceof AST_Call\n && alternative.TYPE === consequent.TYPE\n && consequent.args.length > 0\n && consequent.args.length == alternative.args.length\n && consequent.expression.equivalent_to(alternative.expression)\n && !self.condition.has_side_effects(compressor)\n && !consequent.expression.has_side_effects(compressor)\n && typeof (arg_index = single_arg_diff()) == \"number\") {\n var node = consequent.clone();\n node.args[arg_index] = make_node(AST_Conditional, self, {\n condition: self.condition,\n consequent: consequent.args[arg_index],\n alternative: alternative.args[arg_index]\n });\n return node;\n }\n // x?y?z:a:a --> x&&y?z:a\n if (consequent instanceof AST_Conditional\n && consequent.alternative.equivalent_to(alternative)) {\n return make_node(AST_Conditional, self, {\n condition: make_node(AST_Binary, self, {\n left: self.condition,\n operator: \"&&\",\n right: consequent.condition\n }),\n consequent: consequent.consequent,\n alternative: alternative\n });\n }\n // x ? y : y --> x, y\n if (consequent.equivalent_to(alternative)) {\n return make_sequence(self, [\n self.condition,\n consequent\n ]).optimize(compressor);\n }\n // x ? y || z : z --> x && y || z\n if (consequent instanceof AST_Binary\n && consequent.operator == \"||\"\n && consequent.right.equivalent_to(alternative)) {\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: make_node(AST_Binary, self, {\n operator: \"&&\",\n left: self.condition,\n right: consequent.left\n }),\n right: alternative\n }).optimize(compressor);\n }\n var in_bool = compressor.in_boolean_context();\n if (is_true(self.consequent)) {\n if (is_false(self.alternative)) {\n // c ? true : false ---> !!c\n return booleanize(self.condition);\n }\n // c ? true : x ---> !!c || x\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: booleanize(self.condition),\n right: self.alternative\n });\n }\n if (is_false(self.consequent)) {\n if (is_true(self.alternative)) {\n // c ? false : true ---> !c\n return booleanize(self.condition.negate(compressor));\n }\n // c ? false : x ---> !c && x\n return make_node(AST_Binary, self, {\n operator: \"&&\",\n left: booleanize(self.condition.negate(compressor)),\n right: self.alternative\n });\n }\n if (is_true(self.alternative)) {\n // c ? x : true ---> !c || x\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: booleanize(self.condition.negate(compressor)),\n right: self.consequent\n });\n }\n if (is_false(self.alternative)) {\n // c ? x : false ---> !!c && x\n return make_node(AST_Binary, self, {\n operator: \"&&\",\n left: booleanize(self.condition),\n right: self.consequent\n });\n }\n\n return self;\n\n function booleanize(node) {\n if (node.is_boolean()) return node;\n // !!expression\n return make_node(AST_UnaryPrefix, node, {\n operator: \"!\",\n expression: node.negate(compressor)\n });\n }\n\n // AST_True or !0\n function is_true(node) {\n return node instanceof AST_True\n || in_bool\n && node instanceof AST_Constant\n && node.getValue()\n || (node instanceof AST_UnaryPrefix\n && node.operator == \"!\"\n && node.expression instanceof AST_Constant\n && !node.expression.getValue());\n }\n // AST_False or !1\n function is_false(node) {\n return node instanceof AST_False\n || in_bool\n && node instanceof AST_Constant\n && !node.getValue()\n || (node instanceof AST_UnaryPrefix\n && node.operator == \"!\"\n && node.expression instanceof AST_Constant\n && node.expression.getValue());\n }\n\n function single_arg_diff() {\n var a = consequent.args;\n var b = alternative.args;\n for (var i = 0, len = a.length; i < len; i++) {\n if (a[i] instanceof AST_Expansion) return;\n if (!a[i].equivalent_to(b[i])) {\n if (b[i] instanceof AST_Expansion) return;\n for (var j = i + 1; j < len; j++) {\n if (a[j] instanceof AST_Expansion) return;\n if (!a[j].equivalent_to(b[j])) return;\n }\n return i;\n }\n }\n }\n });\n\n def_optimize(AST_Boolean, function(self, compressor) {\n if (compressor.in_boolean_context()) return make_node(AST_Number, self, {\n value: +self.value\n });\n var p = compressor.parent();\n if (compressor.option(\"booleans_as_integers\")) {\n if (p instanceof AST_Binary && (p.operator == \"===\" || p.operator == \"!==\")) {\n p.operator = p.operator.replace(/=$/, \"\");\n }\n return make_node(AST_Number, self, {\n value: +self.value\n });\n }\n if (compressor.option(\"booleans\")) {\n if (p instanceof AST_Binary && (p.operator == \"==\"\n || p.operator == \"!=\")) {\n compressor.warn(\"Non-strict equality against boolean: {operator} {value} [{file}:{line},{col}]\", {\n operator : p.operator,\n value : self.value,\n file : p.start.file,\n line : p.start.line,\n col : p.start.col,\n });\n return make_node(AST_Number, self, {\n value: +self.value\n });\n }\n return make_node(AST_UnaryPrefix, self, {\n operator: \"!\",\n expression: make_node(AST_Number, self, {\n value: 1 - self.value\n })\n });\n }\n return self;\n });\n\n function safe_to_flatten(value, compressor) {\n if (value instanceof AST_SymbolRef) {\n value = value.fixed_value();\n }\n if (!value) return false;\n return !(value instanceof AST_Lambda || value instanceof AST_Class)\n || compressor.parent() instanceof AST_New\n || !value.contains_this();\n }\n\n def_optimize(AST_Sub, function(self, compressor) {\n var expr = self.expression;\n var prop = self.property;\n if (compressor.option(\"properties\")) {\n var key = prop.evaluate(compressor);\n if (key !== prop) {\n if (typeof key == \"string\") {\n if (key == \"undefined\") {\n key = undefined;\n } else {\n var value = parseFloat(key);\n if (value.toString() == key) {\n key = value;\n }\n }\n }\n prop = self.property = best_of_expression(prop, make_node_from_constant(key, prop).transform(compressor));\n var property = \"\" + key;\n if (is_identifier_string(property)\n && property.length <= prop.print_to_string().length + 1) {\n return make_node(AST_Dot, self, {\n expression: expr,\n property: property\n }).optimize(compressor);\n }\n }\n }\n var fn;\n OPT_ARGUMENTS: if (compressor.option(\"arguments\")\n && expr instanceof AST_SymbolRef\n && expr.name == \"arguments\"\n && expr.definition().orig.length == 1\n && (fn = expr.scope) instanceof AST_Lambda\n && fn.uses_arguments\n && !(fn instanceof AST_Arrow)\n && prop instanceof AST_Number) {\n var index = prop.getValue();\n var params = Object.create(null);\n var argnames = fn.argnames;\n for (var n = 0; n < argnames.length; n++) {\n if (!(argnames[n] instanceof AST_SymbolFunarg)) {\n break OPT_ARGUMENTS; // destructuring parameter - bail\n }\n var param = argnames[n].name;\n if (param in params) {\n break OPT_ARGUMENTS; // duplicate parameter - bail\n }\n params[param] = true;\n }\n var argname = fn.argnames[index];\n if (argname && compressor.has_directive(\"use strict\")) {\n var def = argname.definition();\n if (!compressor.option(\"reduce_vars\") || def.assignments || def.orig.length > 1) {\n argname = null;\n }\n } else if (!argname && !compressor.option(\"keep_fargs\") && index < fn.argnames.length + 5) {\n while (index >= fn.argnames.length) {\n argname = make_node(AST_SymbolFunarg, fn, {\n name: fn.make_var_name(\"argument_\" + fn.argnames.length),\n scope: fn\n });\n fn.argnames.push(argname);\n fn.enclosed.push(fn.def_variable(argname));\n }\n }\n if (argname) {\n var sym = make_node(AST_SymbolRef, self, argname);\n sym.reference({});\n delete argname.__unused;\n return sym;\n }\n }\n if (is_lhs(self, compressor.parent())) return self;\n if (key !== prop) {\n var sub = self.flatten_object(property, compressor);\n if (sub) {\n expr = self.expression = sub.expression;\n prop = self.property = sub.property;\n }\n }\n if (compressor.option(\"properties\") && compressor.option(\"side_effects\")\n && prop instanceof AST_Number && expr instanceof AST_Array) {\n var index = prop.getValue();\n var elements = expr.elements;\n var retValue = elements[index];\n FLATTEN: if (safe_to_flatten(retValue, compressor)) {\n var flatten = true;\n var values = [];\n for (var i = elements.length; --i > index;) {\n var value = elements[i].drop_side_effect_free(compressor);\n if (value) {\n values.unshift(value);\n if (flatten && value.has_side_effects(compressor)) flatten = false;\n }\n }\n if (retValue instanceof AST_Expansion) break FLATTEN;\n retValue = retValue instanceof AST_Hole ? make_node(AST_Undefined, retValue) : retValue;\n if (!flatten) values.unshift(retValue);\n while (--i >= 0) {\n var value = elements[i];\n if (value instanceof AST_Expansion) break FLATTEN;\n value = value.drop_side_effect_free(compressor);\n if (value) values.unshift(value);\n else index--;\n }\n if (flatten) {\n values.push(retValue);\n return make_sequence(self, values).optimize(compressor);\n } else return make_node(AST_Sub, self, {\n expression: make_node(AST_Array, expr, {\n elements: values\n }),\n property: make_node(AST_Number, prop, {\n value: index\n })\n });\n }\n }\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n AST_Lambda.DEFMETHOD(\"contains_this\", function() {\n var result;\n var self = this;\n self.walk(new TreeWalker(function(node) {\n if (result) return true;\n if (node instanceof AST_This) return result = true;\n if (node !== self && node instanceof AST_Scope && !(node instanceof AST_Arrow)) return true;\n }));\n return result;\n });\n\n AST_PropAccess.DEFMETHOD(\"flatten_object\", function(key, compressor) {\n if (!compressor.option(\"properties\")) return;\n var arrows = compressor.option(\"unsafe_arrows\") && compressor.option(\"ecma\") >= 6;\n var expr = this.expression;\n if (expr instanceof AST_Object) {\n var props = expr.properties;\n for (var i = props.length; --i >= 0;) {\n var prop = props[i];\n if (\"\" + (prop instanceof AST_ConciseMethod ? prop.key.name : prop.key) == key) {\n if (!all(props, function(prop) {\n return prop instanceof AST_ObjectKeyVal\n || arrows && prop instanceof AST_ConciseMethod && !prop.is_generator;\n })) break;\n if (!safe_to_flatten(prop.value, compressor)) break;\n return make_node(AST_Sub, this, {\n expression: make_node(AST_Array, expr, {\n elements: props.map(function(prop) {\n var v = prop.value;\n if (v instanceof AST_Accessor) v = make_node(AST_Function, v, v);\n var k = prop.key;\n if (k instanceof AST_Node && !(k instanceof AST_SymbolMethod)) {\n return make_sequence(prop, [ k, v ]);\n }\n return v;\n })\n }),\n property: make_node(AST_Number, this, {\n value: i\n })\n });\n }\n }\n }\n });\n\n def_optimize(AST_Dot, function(self, compressor) {\n if (self.property == \"arguments\" || self.property == \"caller\") {\n compressor.warn(\"Function.prototype.{prop} not supported [{file}:{line},{col}]\", {\n prop: self.property,\n file: self.start.file,\n line: self.start.line,\n col: self.start.col\n });\n }\n if (is_lhs(self, compressor.parent())) return self;\n if (compressor.option(\"unsafe_proto\")\n && self.expression instanceof AST_Dot\n && self.expression.property == \"prototype\") {\n var exp = self.expression.expression;\n if (is_undeclared_ref(exp)) switch (exp.name) {\n case \"Array\":\n self.expression = make_node(AST_Array, self.expression, {\n elements: []\n });\n break;\n case \"Function\":\n self.expression = make_node(AST_Function, self.expression, {\n argnames: [],\n body: []\n });\n break;\n case \"Number\":\n self.expression = make_node(AST_Number, self.expression, {\n value: 0\n });\n break;\n case \"Object\":\n self.expression = make_node(AST_Object, self.expression, {\n properties: []\n });\n break;\n case \"RegExp\":\n self.expression = make_node(AST_RegExp, self.expression, {\n value: /t/\n });\n break;\n case \"String\":\n self.expression = make_node(AST_String, self.expression, {\n value: \"\"\n });\n break;\n }\n }\n var sub = self.flatten_object(self.property, compressor);\n if (sub) return sub.optimize(compressor);\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n function literals_in_boolean_context(self, compressor) {\n if (compressor.in_boolean_context()) {\n return best_of(compressor, self, make_sequence(self, [\n self,\n make_node(AST_True, self)\n ]).optimize(compressor));\n }\n return self;\n }\n\n function inline_array_like_spread(self, compressor, elements) {\n for (var i = 0; i < elements.length; i++) {\n var el = elements[i];\n if (el instanceof AST_Expansion) {\n var expr = el.expression;\n if ( expr instanceof AST_Array) {\n elements.splice.apply(elements, [i, 1].concat(expr.elements));\n // Step back one, as the element at i is now new.\n i--;\n }\n // In array-like spread, spreading a non-iterable value is TypeError.\n // We therefore can’t optimize anything else, unlike with object spread.\n }\n }\n return self;\n }\n\n def_optimize(AST_Array, function(self, compressor) {\n var optimized = literals_in_boolean_context(self, compressor);\n if (optimized !== self) {\n return optimized;\n }\n return inline_array_like_spread(self, compressor, self.elements);\n });\n\n def_optimize(AST_Object, function(self, compressor) {\n var optimized = literals_in_boolean_context(self, compressor);\n if (optimized !== self) {\n return optimized;\n }\n var props = self.properties;\n for (var i = 0; i < props.length; i++) {\n var prop = props[i];\n if (prop instanceof AST_Expansion) {\n var expr = prop.expression;\n if (expr instanceof AST_Object) {\n props.splice.apply(props, [i, 1].concat(prop.expression.properties));\n // Step back one, as the property at i is now new.\n i--;\n } else if (expr instanceof AST_Constant\n && !(expr instanceof AST_String)) {\n // Unlike array-like spread, in object spread, spreading a\n // non-iterable value silently does nothing; it is thus safe\n // to remove. AST_String is the only iterable AST_Constant.\n props.splice(i, 1);\n }\n }\n }\n return self;\n });\n\n def_optimize(AST_RegExp, literals_in_boolean_context);\n\n def_optimize(AST_Return, function(self, compressor) {\n if (self.value && is_undefined(self.value, compressor)) {\n self.value = null;\n }\n return self;\n });\n\n def_optimize(AST_Arrow, function(self, compressor) {\n if (!(self.body instanceof AST_Node)) {\n self = opt_AST_Lambda(self, compressor);\n }\n if (compressor.option(\"arrows\")\n && self.body.length == 1\n && self.body[0] instanceof AST_Return) {\n var value = self.body[0].value;\n self.body = value ? value : [];\n }\n return self;\n });\n\n def_optimize(AST_Function, function(self, compressor) {\n self = opt_AST_Lambda(self, compressor);\n if (compressor.option(\"unsafe_arrows\")\n && compressor.option(\"ecma\") >= 6\n && !self.name\n && !self.is_generator\n && !self.uses_arguments\n && !self.pinned()) {\n var has_special_symbol = false;\n self.walk(new TreeWalker(function(node) {\n if (has_special_symbol) return true;\n if (node instanceof AST_This) {\n has_special_symbol = true;\n return true;\n }\n }));\n if (!has_special_symbol) return make_node(AST_Arrow, self, self).optimize(compressor);\n }\n return self;\n });\n\n def_optimize(AST_Class, function(self, compressor) {\n // HACK to avoid compress failure.\n // AST_Class is not really an AST_Scope/AST_Block as it lacks a body.\n return self;\n });\n\n def_optimize(AST_Yield, function(self, compressor) {\n if (self.expression && !self.is_star && is_undefined(self.expression, compressor)) {\n self.expression = null;\n }\n return self;\n });\n\n def_optimize(AST_TemplateString, function(self, compressor) {\n if (!compressor.option(\"evaluate\")\n || compressor.parent() instanceof AST_PrefixedTemplateString)\n return self;\n\n var segments = [];\n for (var i = 0; i < self.segments.length; i++) {\n var segment = self.segments[i];\n if (segment instanceof AST_Node) {\n var result = segment.evaluate(compressor);\n // Evaluate to constant value\n // Constant value shorter than ${segment}\n if (result !== segment && (result + \"\").length <= segment.print_to_string().length + \"${}\".length) {\n // There should always be a previous and next segment if segment is a node\n segments[segments.length - 1].value = segments[segments.length - 1].value + result + self.segments[++i].value;\n continue;\n }\n }\n segments.push(segment);\n }\n self.segments = segments;\n\n return segments.length == 1 ? make_node(AST_String, self, segments[0]) : self;\n });\n\n def_optimize(AST_PrefixedTemplateString, function(self, compressor) {\n return self;\n });\n\n // [\"p\"]:1 ---> p:1\n // [42]:1 ---> 42:1\n function lift_key(self, compressor) {\n if (!compressor.option(\"computed_props\")) return self;\n // save a comparison in the typical case\n if (!(self.key instanceof AST_Constant)) return self;\n // whitelist acceptable props as not all AST_Constants are true constants\n if (self.key instanceof AST_String || self.key instanceof AST_Number) {\n if (self.key.value === \"__proto__\") return self;\n if (self.key.value == \"constructor\"\n && compressor.parent() instanceof AST_Class) return self;\n if (self instanceof AST_ObjectKeyVal) {\n self.key = self.key.value;\n } else {\n self.key = make_node(AST_SymbolMethod, self.key, {\n name: self.key.value\n });\n }\n }\n return self;\n }\n\n def_optimize(AST_ObjectProperty, lift_key);\n\n def_optimize(AST_ConciseMethod, function(self, compressor) {\n lift_key(self, compressor);\n // p(){return x;} ---> p:()=>x\n if (compressor.option(\"arrows\")\n && compressor.parent() instanceof AST_Object\n && !self.is_generator\n && !self.value.uses_arguments\n && !self.value.pinned()\n && self.value.body.length == 1\n && self.value.body[0] instanceof AST_Return\n && self.value.body[0].value\n && !self.value.contains_this()) {\n var arrow = make_node(AST_Arrow, self.value, self.value);\n arrow.async = self.async;\n arrow.is_generator = self.is_generator;\n return make_node(AST_ObjectKeyVal, self, {\n key: self.key instanceof AST_SymbolMethod ? self.key.name : self.key,\n value: arrow,\n quote: self.quote,\n });\n }\n return self;\n });\n\n def_optimize(AST_ObjectKeyVal, function(self, compressor) {\n lift_key(self, compressor);\n // p:function(){} ---> p(){}\n // p:function*(){} ---> *p(){}\n // p:async function(){} ---> async p(){}\n // p:()=>{} ---> p(){}\n // p:async()=>{} ---> async p(){}\n var unsafe_methods = compressor.option(\"unsafe_methods\");\n if (unsafe_methods\n && compressor.option(\"ecma\") >= 6\n && (!(unsafe_methods instanceof RegExp) || unsafe_methods.test(self.key + \"\"))) {\n var key = self.key;\n var value = self.value;\n var is_arrow_with_block = value instanceof AST_Arrow\n && Array.isArray(value.body)\n && !value.contains_this();\n if ((is_arrow_with_block || value instanceof AST_Function) && !value.name) {\n return make_node(AST_ConciseMethod, self, {\n async: value.async,\n is_generator: value.is_generator,\n key: key instanceof AST_Node ? key : make_node(AST_SymbolMethod, self, {\n name: key,\n }),\n value: make_node(AST_Accessor, value, value),\n quote: self.quote,\n });\n }\n }\n return self;\n });\n\n def_optimize(AST_Destructuring, function(self, compressor) {\n if (compressor.option(\"pure_getters\") == true\n && compressor.option(\"unused\")\n && !self.is_array\n && Array.isArray(self.names)\n && !is_destructuring_export_decl(compressor)) {\n var keep = [];\n for (var i = 0; i < self.names.length; i++) {\n var elem = self.names[i];\n if (!(elem instanceof AST_ObjectKeyVal\n && typeof elem.key == \"string\"\n && elem.value instanceof AST_SymbolDeclaration\n && !should_retain(compressor, elem.value.definition()))) {\n keep.push(elem);\n }\n }\n if (keep.length != self.names.length) {\n self.names = keep;\n }\n }\n return self;\n\n function is_destructuring_export_decl(compressor) {\n var ancestors = [/^VarDef$/, /^(Const|Let|Var)$/, /^Export$/];\n for (var a = 0, p = 0, len = ancestors.length; a < len; p++) {\n var parent = compressor.parent(p);\n if (!parent) return false;\n if (a === 0 && parent.TYPE == \"Destructuring\") continue;\n if (!ancestors[a].test(parent.TYPE)) {\n return false;\n }\n a++;\n }\n return true;\n }\n\n function should_retain(compressor, def) {\n if (def.references.length) return true;\n if (!def.global) return false;\n if (compressor.toplevel.vars) {\n if (compressor.top_retain) {\n return compressor.top_retain(def);\n }\n return false;\n }\n return true;\n }\n });\n})();\n\nexport {\n Compressor,\n};\n","export var domprops = [\n \"$&\",\n \"$'\",\n \"$*\",\n \"$+\",\n \"$1\",\n \"$2\",\n \"$3\",\n \"$4\",\n \"$5\",\n \"$6\",\n \"$7\",\n \"$8\",\n \"$9\",\n \"$_\",\n \"$`\",\n \"$input\",\n \"@@iterator\",\n \"ABORT_ERR\",\n \"ACTIVE\",\n \"ACTIVE_ATTRIBUTES\",\n \"ACTIVE_TEXTURE\",\n \"ACTIVE_UNIFORMS\",\n \"ADDITION\",\n \"ALIASED_LINE_WIDTH_RANGE\",\n \"ALIASED_POINT_SIZE_RANGE\",\n \"ALLOW_KEYBOARD_INPUT\",\n \"ALLPASS\",\n \"ALPHA\",\n \"ALPHA_BITS\",\n \"ALT_MASK\",\n \"ALWAYS\",\n \"ANY_TYPE\",\n \"ANY_UNORDERED_NODE_TYPE\",\n \"ARRAY_BUFFER\",\n \"ARRAY_BUFFER_BINDING\",\n \"ATTACHED_SHADERS\",\n \"ATTRIBUTE_NODE\",\n \"AT_TARGET\",\n \"AddSearchProvider\",\n \"AnalyserNode\",\n \"AnimationEvent\",\n \"AnonXMLHttpRequest\",\n \"ApplicationCache\",\n \"ApplicationCacheErrorEvent\",\n \"Array\",\n \"ArrayBuffer\",\n \"Attr\",\n \"Audio\",\n \"AudioBuffer\",\n \"AudioBufferSourceNode\",\n \"AudioContext\",\n \"AudioDestinationNode\",\n \"AudioListener\",\n \"AudioNode\",\n \"AudioParam\",\n \"AudioProcessingEvent\",\n \"AudioStreamTrack\",\n \"AutocompleteErrorEvent\",\n \"BACK\",\n \"BAD_BOUNDARYPOINTS_ERR\",\n \"BANDPASS\",\n \"BLEND\",\n \"BLEND_COLOR\",\n \"BLEND_DST_ALPHA\",\n \"BLEND_DST_RGB\",\n \"BLEND_EQUATION\",\n \"BLEND_EQUATION_ALPHA\",\n \"BLEND_EQUATION_RGB\",\n \"BLEND_SRC_ALPHA\",\n \"BLEND_SRC_RGB\",\n \"BLUE_BITS\",\n \"BLUR\",\n \"BOOL\",\n \"BOOLEAN_TYPE\",\n \"BOOL_VEC2\",\n \"BOOL_VEC3\",\n \"BOOL_VEC4\",\n \"BOTH\",\n \"BROWSER_DEFAULT_WEBGL\",\n \"BUBBLING_PHASE\",\n \"BUFFER_SIZE\",\n \"BUFFER_USAGE\",\n \"BYTE\",\n \"BYTES_PER_ELEMENT\",\n \"BarProp\",\n \"BaseHref\",\n \"BatteryManager\",\n \"BeforeLoadEvent\",\n \"BeforeUnloadEvent\",\n \"BiquadFilterNode\",\n \"Blob\",\n \"BlobEvent\",\n \"Boolean\",\n \"CAPTURING_PHASE\",\n \"CCW\",\n \"CDATASection\",\n \"CDATA_SECTION_NODE\",\n \"CHANGE\",\n \"CHARSET_RULE\",\n \"CHECKING\",\n \"CLAMP_TO_EDGE\",\n \"CLICK\",\n \"CLOSED\",\n \"CLOSING\",\n \"COLOR_ATTACHMENT0\",\n \"COLOR_BUFFER_BIT\",\n \"COLOR_CLEAR_VALUE\",\n \"COLOR_WRITEMASK\",\n \"COMMENT_NODE\",\n \"COMPILE_STATUS\",\n \"COMPRESSED_RGBA_S3TC_DXT1_EXT\",\n \"COMPRESSED_RGBA_S3TC_DXT3_EXT\",\n \"COMPRESSED_RGBA_S3TC_DXT5_EXT\",\n \"COMPRESSED_RGB_S3TC_DXT1_EXT\",\n \"COMPRESSED_TEXTURE_FORMATS\",\n \"CONNECTING\",\n \"CONSTANT_ALPHA\",\n \"CONSTANT_COLOR\",\n \"CONSTRAINT_ERR\",\n \"CONTEXT_LOST_WEBGL\",\n \"CONTROL_MASK\",\n \"COUNTER_STYLE_RULE\",\n \"CSS\",\n \"CSS2Properties\",\n \"CSSCharsetRule\",\n \"CSSConditionRule\",\n \"CSSCounterStyleRule\",\n \"CSSFontFaceRule\",\n \"CSSFontFeatureValuesRule\",\n \"CSSGroupingRule\",\n \"CSSImportRule\",\n \"CSSKeyframeRule\",\n \"CSSKeyframesRule\",\n \"CSSMediaRule\",\n \"CSSMozDocumentRule\",\n \"CSSNameSpaceRule\",\n \"CSSPageRule\",\n \"CSSPrimitiveValue\",\n \"CSSRule\",\n \"CSSRuleList\",\n \"CSSStyleDeclaration\",\n \"CSSStyleRule\",\n \"CSSStyleSheet\",\n \"CSSSupportsRule\",\n \"CSSUnknownRule\",\n \"CSSValue\",\n \"CSSValueList\",\n \"CSSVariablesDeclaration\",\n \"CSSVariablesRule\",\n \"CSSViewportRule\",\n \"CSS_ATTR\",\n \"CSS_CM\",\n \"CSS_COUNTER\",\n \"CSS_CUSTOM\",\n \"CSS_DEG\",\n \"CSS_DIMENSION\",\n \"CSS_EMS\",\n \"CSS_EXS\",\n \"CSS_FILTER_BLUR\",\n \"CSS_FILTER_BRIGHTNESS\",\n \"CSS_FILTER_CONTRAST\",\n \"CSS_FILTER_CUSTOM\",\n \"CSS_FILTER_DROP_SHADOW\",\n \"CSS_FILTER_GRAYSCALE\",\n \"CSS_FILTER_HUE_ROTATE\",\n \"CSS_FILTER_INVERT\",\n \"CSS_FILTER_OPACITY\",\n \"CSS_FILTER_REFERENCE\",\n \"CSS_FILTER_SATURATE\",\n \"CSS_FILTER_SEPIA\",\n \"CSS_GRAD\",\n \"CSS_HZ\",\n \"CSS_IDENT\",\n \"CSS_IN\",\n \"CSS_INHERIT\",\n \"CSS_KHZ\",\n \"CSS_MATRIX\",\n \"CSS_MATRIX3D\",\n \"CSS_MM\",\n \"CSS_MS\",\n \"CSS_NUMBER\",\n \"CSS_PC\",\n \"CSS_PERCENTAGE\",\n \"CSS_PERSPECTIVE\",\n \"CSS_PRIMITIVE_VALUE\",\n \"CSS_PT\",\n \"CSS_PX\",\n \"CSS_RAD\",\n \"CSS_RECT\",\n \"CSS_RGBCOLOR\",\n \"CSS_ROTATE\",\n \"CSS_ROTATE3D\",\n \"CSS_ROTATEX\",\n \"CSS_ROTATEY\",\n \"CSS_ROTATEZ\",\n \"CSS_S\",\n \"CSS_SCALE\",\n \"CSS_SCALE3D\",\n \"CSS_SCALEX\",\n \"CSS_SCALEY\",\n \"CSS_SCALEZ\",\n \"CSS_SKEW\",\n \"CSS_SKEWX\",\n \"CSS_SKEWY\",\n \"CSS_STRING\",\n \"CSS_TRANSLATE\",\n \"CSS_TRANSLATE3D\",\n \"CSS_TRANSLATEX\",\n \"CSS_TRANSLATEY\",\n \"CSS_TRANSLATEZ\",\n \"CSS_UNKNOWN\",\n \"CSS_URI\",\n \"CSS_VALUE_LIST\",\n \"CSS_VH\",\n \"CSS_VMAX\",\n \"CSS_VMIN\",\n \"CSS_VW\",\n \"CULL_FACE\",\n \"CULL_FACE_MODE\",\n \"CURRENT_PROGRAM\",\n \"CURRENT_VERTEX_ATTRIB\",\n \"CUSTOM\",\n \"CW\",\n \"CanvasGradient\",\n \"CanvasPattern\",\n \"CanvasRenderingContext2D\",\n \"CaretPosition\",\n \"ChannelMergerNode\",\n \"ChannelSplitterNode\",\n \"CharacterData\",\n \"ClientRect\",\n \"ClientRectList\",\n \"Clipboard\",\n \"ClipboardEvent\",\n \"CloseEvent\",\n \"Collator\",\n \"CommandEvent\",\n \"Comment\",\n \"CompositionEvent\",\n \"Console\",\n \"Controllers\",\n \"ConvolverNode\",\n \"Counter\",\n \"Crypto\",\n \"CryptoKey\",\n \"CustomEvent\",\n \"DATABASE_ERR\",\n \"DATA_CLONE_ERR\",\n \"DATA_ERR\",\n \"DBLCLICK\",\n \"DECR\",\n \"DECR_WRAP\",\n \"DELETE_STATUS\",\n \"DEPTH_ATTACHMENT\",\n \"DEPTH_BITS\",\n \"DEPTH_BUFFER_BIT\",\n \"DEPTH_CLEAR_VALUE\",\n \"DEPTH_COMPONENT\",\n \"DEPTH_COMPONENT16\",\n \"DEPTH_FUNC\",\n \"DEPTH_RANGE\",\n \"DEPTH_STENCIL\",\n \"DEPTH_STENCIL_ATTACHMENT\",\n \"DEPTH_TEST\",\n \"DEPTH_WRITEMASK\",\n \"DIRECTION_DOWN\",\n \"DIRECTION_LEFT\",\n \"DIRECTION_RIGHT\",\n \"DIRECTION_UP\",\n \"DISABLED\",\n \"DISPATCH_REQUEST_ERR\",\n \"DITHER\",\n \"DOCUMENT_FRAGMENT_NODE\",\n \"DOCUMENT_NODE\",\n \"DOCUMENT_POSITION_CONTAINED_BY\",\n \"DOCUMENT_POSITION_CONTAINS\",\n \"DOCUMENT_POSITION_DISCONNECTED\",\n \"DOCUMENT_POSITION_FOLLOWING\",\n \"DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC\",\n \"DOCUMENT_POSITION_PRECEDING\",\n \"DOCUMENT_TYPE_NODE\",\n \"DOMCursor\",\n \"DOMError\",\n \"DOMException\",\n \"DOMImplementation\",\n \"DOMImplementationLS\",\n \"DOMMatrix\",\n \"DOMMatrixReadOnly\",\n \"DOMParser\",\n \"DOMPoint\",\n \"DOMPointReadOnly\",\n \"DOMQuad\",\n \"DOMRect\",\n \"DOMRectList\",\n \"DOMRectReadOnly\",\n \"DOMRequest\",\n \"DOMSTRING_SIZE_ERR\",\n \"DOMSettableTokenList\",\n \"DOMStringList\",\n \"DOMStringMap\",\n \"DOMTokenList\",\n \"DOMTransactionEvent\",\n \"DOM_DELTA_LINE\",\n \"DOM_DELTA_PAGE\",\n \"DOM_DELTA_PIXEL\",\n \"DOM_INPUT_METHOD_DROP\",\n \"DOM_INPUT_METHOD_HANDWRITING\",\n \"DOM_INPUT_METHOD_IME\",\n \"DOM_INPUT_METHOD_KEYBOARD\",\n \"DOM_INPUT_METHOD_MULTIMODAL\",\n \"DOM_INPUT_METHOD_OPTION\",\n \"DOM_INPUT_METHOD_PASTE\",\n \"DOM_INPUT_METHOD_SCRIPT\",\n \"DOM_INPUT_METHOD_UNKNOWN\",\n \"DOM_INPUT_METHOD_VOICE\",\n \"DOM_KEY_LOCATION_JOYSTICK\",\n \"DOM_KEY_LOCATION_LEFT\",\n \"DOM_KEY_LOCATION_MOBILE\",\n \"DOM_KEY_LOCATION_NUMPAD\",\n \"DOM_KEY_LOCATION_RIGHT\",\n \"DOM_KEY_LOCATION_STANDARD\",\n \"DOM_VK_0\",\n \"DOM_VK_1\",\n \"DOM_VK_2\",\n \"DOM_VK_3\",\n \"DOM_VK_4\",\n \"DOM_VK_5\",\n \"DOM_VK_6\",\n \"DOM_VK_7\",\n \"DOM_VK_8\",\n \"DOM_VK_9\",\n \"DOM_VK_A\",\n \"DOM_VK_ACCEPT\",\n \"DOM_VK_ADD\",\n \"DOM_VK_ALT\",\n \"DOM_VK_ALTGR\",\n \"DOM_VK_AMPERSAND\",\n \"DOM_VK_ASTERISK\",\n \"DOM_VK_AT\",\n \"DOM_VK_ATTN\",\n \"DOM_VK_B\",\n \"DOM_VK_BACKSPACE\",\n \"DOM_VK_BACK_QUOTE\",\n \"DOM_VK_BACK_SLASH\",\n \"DOM_VK_BACK_SPACE\",\n \"DOM_VK_C\",\n \"DOM_VK_CANCEL\",\n \"DOM_VK_CAPS_LOCK\",\n \"DOM_VK_CIRCUMFLEX\",\n \"DOM_VK_CLEAR\",\n \"DOM_VK_CLOSE_BRACKET\",\n \"DOM_VK_CLOSE_CURLY_BRACKET\",\n \"DOM_VK_CLOSE_PAREN\",\n \"DOM_VK_COLON\",\n \"DOM_VK_COMMA\",\n \"DOM_VK_CONTEXT_MENU\",\n \"DOM_VK_CONTROL\",\n \"DOM_VK_CONVERT\",\n \"DOM_VK_CRSEL\",\n \"DOM_VK_CTRL\",\n \"DOM_VK_D\",\n \"DOM_VK_DECIMAL\",\n \"DOM_VK_DELETE\",\n \"DOM_VK_DIVIDE\",\n \"DOM_VK_DOLLAR\",\n \"DOM_VK_DOUBLE_QUOTE\",\n \"DOM_VK_DOWN\",\n \"DOM_VK_E\",\n \"DOM_VK_EISU\",\n \"DOM_VK_END\",\n \"DOM_VK_ENTER\",\n \"DOM_VK_EQUALS\",\n \"DOM_VK_EREOF\",\n \"DOM_VK_ESCAPE\",\n \"DOM_VK_EXCLAMATION\",\n \"DOM_VK_EXECUTE\",\n \"DOM_VK_EXSEL\",\n \"DOM_VK_F\",\n \"DOM_VK_F1\",\n \"DOM_VK_F10\",\n \"DOM_VK_F11\",\n \"DOM_VK_F12\",\n \"DOM_VK_F13\",\n \"DOM_VK_F14\",\n \"DOM_VK_F15\",\n \"DOM_VK_F16\",\n \"DOM_VK_F17\",\n \"DOM_VK_F18\",\n \"DOM_VK_F19\",\n \"DOM_VK_F2\",\n \"DOM_VK_F20\",\n \"DOM_VK_F21\",\n \"DOM_VK_F22\",\n \"DOM_VK_F23\",\n \"DOM_VK_F24\",\n \"DOM_VK_F25\",\n \"DOM_VK_F26\",\n \"DOM_VK_F27\",\n \"DOM_VK_F28\",\n \"DOM_VK_F29\",\n \"DOM_VK_F3\",\n \"DOM_VK_F30\",\n \"DOM_VK_F31\",\n \"DOM_VK_F32\",\n \"DOM_VK_F33\",\n \"DOM_VK_F34\",\n \"DOM_VK_F35\",\n \"DOM_VK_F36\",\n \"DOM_VK_F4\",\n \"DOM_VK_F5\",\n \"DOM_VK_F6\",\n \"DOM_VK_F7\",\n \"DOM_VK_F8\",\n \"DOM_VK_F9\",\n \"DOM_VK_FINAL\",\n \"DOM_VK_FRONT\",\n \"DOM_VK_G\",\n \"DOM_VK_GREATER_THAN\",\n \"DOM_VK_H\",\n \"DOM_VK_HANGUL\",\n \"DOM_VK_HANJA\",\n \"DOM_VK_HASH\",\n \"DOM_VK_HELP\",\n \"DOM_VK_HK_TOGGLE\",\n \"DOM_VK_HOME\",\n \"DOM_VK_HYPHEN_MINUS\",\n \"DOM_VK_I\",\n \"DOM_VK_INSERT\",\n \"DOM_VK_J\",\n \"DOM_VK_JUNJA\",\n \"DOM_VK_K\",\n \"DOM_VK_KANA\",\n \"DOM_VK_KANJI\",\n \"DOM_VK_L\",\n \"DOM_VK_LEFT\",\n \"DOM_VK_LEFT_TAB\",\n \"DOM_VK_LESS_THAN\",\n \"DOM_VK_M\",\n \"DOM_VK_META\",\n \"DOM_VK_MODECHANGE\",\n \"DOM_VK_MULTIPLY\",\n \"DOM_VK_N\",\n \"DOM_VK_NONCONVERT\",\n \"DOM_VK_NUMPAD0\",\n \"DOM_VK_NUMPAD1\",\n \"DOM_VK_NUMPAD2\",\n \"DOM_VK_NUMPAD3\",\n \"DOM_VK_NUMPAD4\",\n \"DOM_VK_NUMPAD5\",\n \"DOM_VK_NUMPAD6\",\n \"DOM_VK_NUMPAD7\",\n \"DOM_VK_NUMPAD8\",\n \"DOM_VK_NUMPAD9\",\n \"DOM_VK_NUM_LOCK\",\n \"DOM_VK_O\",\n \"DOM_VK_OEM_1\",\n \"DOM_VK_OEM_102\",\n \"DOM_VK_OEM_2\",\n \"DOM_VK_OEM_3\",\n \"DOM_VK_OEM_4\",\n \"DOM_VK_OEM_5\",\n \"DOM_VK_OEM_6\",\n \"DOM_VK_OEM_7\",\n \"DOM_VK_OEM_8\",\n \"DOM_VK_OEM_COMMA\",\n \"DOM_VK_OEM_MINUS\",\n \"DOM_VK_OEM_PERIOD\",\n \"DOM_VK_OEM_PLUS\",\n \"DOM_VK_OPEN_BRACKET\",\n \"DOM_VK_OPEN_CURLY_BRACKET\",\n \"DOM_VK_OPEN_PAREN\",\n \"DOM_VK_P\",\n \"DOM_VK_PA1\",\n \"DOM_VK_PAGEDOWN\",\n \"DOM_VK_PAGEUP\",\n \"DOM_VK_PAGE_DOWN\",\n \"DOM_VK_PAGE_UP\",\n \"DOM_VK_PAUSE\",\n \"DOM_VK_PERCENT\",\n \"DOM_VK_PERIOD\",\n \"DOM_VK_PIPE\",\n \"DOM_VK_PLAY\",\n \"DOM_VK_PLUS\",\n \"DOM_VK_PRINT\",\n \"DOM_VK_PRINTSCREEN\",\n \"DOM_VK_PROCESSKEY\",\n \"DOM_VK_PROPERITES\",\n \"DOM_VK_Q\",\n \"DOM_VK_QUESTION_MARK\",\n \"DOM_VK_QUOTE\",\n \"DOM_VK_R\",\n \"DOM_VK_REDO\",\n \"DOM_VK_RETURN\",\n \"DOM_VK_RIGHT\",\n \"DOM_VK_S\",\n \"DOM_VK_SCROLL_LOCK\",\n \"DOM_VK_SELECT\",\n \"DOM_VK_SEMICOLON\",\n \"DOM_VK_SEPARATOR\",\n \"DOM_VK_SHIFT\",\n \"DOM_VK_SLASH\",\n \"DOM_VK_SLEEP\",\n \"DOM_VK_SPACE\",\n \"DOM_VK_SUBTRACT\",\n \"DOM_VK_T\",\n \"DOM_VK_TAB\",\n \"DOM_VK_TILDE\",\n \"DOM_VK_U\",\n \"DOM_VK_UNDERSCORE\",\n \"DOM_VK_UNDO\",\n \"DOM_VK_UNICODE\",\n \"DOM_VK_UP\",\n \"DOM_VK_V\",\n \"DOM_VK_VOLUME_DOWN\",\n \"DOM_VK_VOLUME_MUTE\",\n \"DOM_VK_VOLUME_UP\",\n \"DOM_VK_W\",\n \"DOM_VK_WIN\",\n \"DOM_VK_WINDOW\",\n \"DOM_VK_WIN_ICO_00\",\n \"DOM_VK_WIN_ICO_CLEAR\",\n \"DOM_VK_WIN_ICO_HELP\",\n \"DOM_VK_WIN_OEM_ATTN\",\n \"DOM_VK_WIN_OEM_AUTO\",\n \"DOM_VK_WIN_OEM_BACKTAB\",\n \"DOM_VK_WIN_OEM_CLEAR\",\n \"DOM_VK_WIN_OEM_COPY\",\n \"DOM_VK_WIN_OEM_CUSEL\",\n \"DOM_VK_WIN_OEM_ENLW\",\n \"DOM_VK_WIN_OEM_FINISH\",\n \"DOM_VK_WIN_OEM_FJ_JISHO\",\n \"DOM_VK_WIN_OEM_FJ_LOYA\",\n \"DOM_VK_WIN_OEM_FJ_MASSHOU\",\n \"DOM_VK_WIN_OEM_FJ_ROYA\",\n \"DOM_VK_WIN_OEM_FJ_TOUROKU\",\n \"DOM_VK_WIN_OEM_JUMP\",\n \"DOM_VK_WIN_OEM_PA1\",\n \"DOM_VK_WIN_OEM_PA2\",\n \"DOM_VK_WIN_OEM_PA3\",\n \"DOM_VK_WIN_OEM_RESET\",\n \"DOM_VK_WIN_OEM_WSCTRL\",\n \"DOM_VK_X\",\n \"DOM_VK_XF86XK_ADD_FAVORITE\",\n \"DOM_VK_XF86XK_APPLICATION_LEFT\",\n \"DOM_VK_XF86XK_APPLICATION_RIGHT\",\n \"DOM_VK_XF86XK_AUDIO_CYCLE_TRACK\",\n \"DOM_VK_XF86XK_AUDIO_FORWARD\",\n \"DOM_VK_XF86XK_AUDIO_LOWER_VOLUME\",\n \"DOM_VK_XF86XK_AUDIO_MEDIA\",\n \"DOM_VK_XF86XK_AUDIO_MUTE\",\n \"DOM_VK_XF86XK_AUDIO_NEXT\",\n \"DOM_VK_XF86XK_AUDIO_PAUSE\",\n \"DOM_VK_XF86XK_AUDIO_PLAY\",\n \"DOM_VK_XF86XK_AUDIO_PREV\",\n \"DOM_VK_XF86XK_AUDIO_RAISE_VOLUME\",\n \"DOM_VK_XF86XK_AUDIO_RANDOM_PLAY\",\n \"DOM_VK_XF86XK_AUDIO_RECORD\",\n \"DOM_VK_XF86XK_AUDIO_REPEAT\",\n \"DOM_VK_XF86XK_AUDIO_REWIND\",\n \"DOM_VK_XF86XK_AUDIO_STOP\",\n \"DOM_VK_XF86XK_AWAY\",\n \"DOM_VK_XF86XK_BACK\",\n \"DOM_VK_XF86XK_BACK_FORWARD\",\n \"DOM_VK_XF86XK_BATTERY\",\n \"DOM_VK_XF86XK_BLUE\",\n \"DOM_VK_XF86XK_BLUETOOTH\",\n \"DOM_VK_XF86XK_BOOK\",\n \"DOM_VK_XF86XK_BRIGHTNESS_ADJUST\",\n \"DOM_VK_XF86XK_CALCULATOR\",\n \"DOM_VK_XF86XK_CALENDAR\",\n \"DOM_VK_XF86XK_CD\",\n \"DOM_VK_XF86XK_CLOSE\",\n \"DOM_VK_XF86XK_COMMUNITY\",\n \"DOM_VK_XF86XK_CONTRAST_ADJUST\",\n \"DOM_VK_XF86XK_COPY\",\n \"DOM_VK_XF86XK_CUT\",\n \"DOM_VK_XF86XK_CYCLE_ANGLE\",\n \"DOM_VK_XF86XK_DISPLAY\",\n \"DOM_VK_XF86XK_DOCUMENTS\",\n \"DOM_VK_XF86XK_DOS\",\n \"DOM_VK_XF86XK_EJECT\",\n \"DOM_VK_XF86XK_EXCEL\",\n \"DOM_VK_XF86XK_EXPLORER\",\n \"DOM_VK_XF86XK_FAVORITES\",\n \"DOM_VK_XF86XK_FINANCE\",\n \"DOM_VK_XF86XK_FORWARD\",\n \"DOM_VK_XF86XK_FRAME_BACK\",\n \"DOM_VK_XF86XK_FRAME_FORWARD\",\n \"DOM_VK_XF86XK_GAME\",\n \"DOM_VK_XF86XK_GO\",\n \"DOM_VK_XF86XK_GREEN\",\n \"DOM_VK_XF86XK_HIBERNATE\",\n \"DOM_VK_XF86XK_HISTORY\",\n \"DOM_VK_XF86XK_HOME_PAGE\",\n \"DOM_VK_XF86XK_HOT_LINKS\",\n \"DOM_VK_XF86XK_I_TOUCH\",\n \"DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN\",\n \"DOM_VK_XF86XK_KBD_BRIGHTNESS_UP\",\n \"DOM_VK_XF86XK_KBD_LIGHT_ON_OFF\",\n \"DOM_VK_XF86XK_LAUNCH0\",\n \"DOM_VK_XF86XK_LAUNCH1\",\n \"DOM_VK_XF86XK_LAUNCH2\",\n \"DOM_VK_XF86XK_LAUNCH3\",\n \"DOM_VK_XF86XK_LAUNCH4\",\n \"DOM_VK_XF86XK_LAUNCH5\",\n \"DOM_VK_XF86XK_LAUNCH6\",\n \"DOM_VK_XF86XK_LAUNCH7\",\n \"DOM_VK_XF86XK_LAUNCH8\",\n \"DOM_VK_XF86XK_LAUNCH9\",\n \"DOM_VK_XF86XK_LAUNCH_A\",\n \"DOM_VK_XF86XK_LAUNCH_B\",\n \"DOM_VK_XF86XK_LAUNCH_C\",\n \"DOM_VK_XF86XK_LAUNCH_D\",\n \"DOM_VK_XF86XK_LAUNCH_E\",\n \"DOM_VK_XF86XK_LAUNCH_F\",\n \"DOM_VK_XF86XK_LIGHT_BULB\",\n \"DOM_VK_XF86XK_LOG_OFF\",\n \"DOM_VK_XF86XK_MAIL\",\n \"DOM_VK_XF86XK_MAIL_FORWARD\",\n \"DOM_VK_XF86XK_MARKET\",\n \"DOM_VK_XF86XK_MEETING\",\n \"DOM_VK_XF86XK_MEMO\",\n \"DOM_VK_XF86XK_MENU_KB\",\n \"DOM_VK_XF86XK_MENU_PB\",\n \"DOM_VK_XF86XK_MESSENGER\",\n \"DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN\",\n \"DOM_VK_XF86XK_MON_BRIGHTNESS_UP\",\n \"DOM_VK_XF86XK_MUSIC\",\n \"DOM_VK_XF86XK_MY_COMPUTER\",\n \"DOM_VK_XF86XK_MY_SITES\",\n \"DOM_VK_XF86XK_NEW\",\n \"DOM_VK_XF86XK_NEWS\",\n \"DOM_VK_XF86XK_OFFICE_HOME\",\n \"DOM_VK_XF86XK_OPEN\",\n \"DOM_VK_XF86XK_OPEN_URL\",\n \"DOM_VK_XF86XK_OPTION\",\n \"DOM_VK_XF86XK_PASTE\",\n \"DOM_VK_XF86XK_PHONE\",\n \"DOM_VK_XF86XK_PICTURES\",\n \"DOM_VK_XF86XK_POWER_DOWN\",\n \"DOM_VK_XF86XK_POWER_OFF\",\n \"DOM_VK_XF86XK_RED\",\n \"DOM_VK_XF86XK_REFRESH\",\n \"DOM_VK_XF86XK_RELOAD\",\n \"DOM_VK_XF86XK_REPLY\",\n \"DOM_VK_XF86XK_ROCKER_DOWN\",\n \"DOM_VK_XF86XK_ROCKER_ENTER\",\n \"DOM_VK_XF86XK_ROCKER_UP\",\n \"DOM_VK_XF86XK_ROTATE_WINDOWS\",\n \"DOM_VK_XF86XK_ROTATION_KB\",\n \"DOM_VK_XF86XK_ROTATION_PB\",\n \"DOM_VK_XF86XK_SAVE\",\n \"DOM_VK_XF86XK_SCREEN_SAVER\",\n \"DOM_VK_XF86XK_SCROLL_CLICK\",\n \"DOM_VK_XF86XK_SCROLL_DOWN\",\n \"DOM_VK_XF86XK_SCROLL_UP\",\n \"DOM_VK_XF86XK_SEARCH\",\n \"DOM_VK_XF86XK_SEND\",\n \"DOM_VK_XF86XK_SHOP\",\n \"DOM_VK_XF86XK_SPELL\",\n \"DOM_VK_XF86XK_SPLIT_SCREEN\",\n \"DOM_VK_XF86XK_STANDBY\",\n \"DOM_VK_XF86XK_START\",\n \"DOM_VK_XF86XK_STOP\",\n \"DOM_VK_XF86XK_SUBTITLE\",\n \"DOM_VK_XF86XK_SUPPORT\",\n \"DOM_VK_XF86XK_SUSPEND\",\n \"DOM_VK_XF86XK_TASK_PANE\",\n \"DOM_VK_XF86XK_TERMINAL\",\n \"DOM_VK_XF86XK_TIME\",\n \"DOM_VK_XF86XK_TOOLS\",\n \"DOM_VK_XF86XK_TOP_MENU\",\n \"DOM_VK_XF86XK_TO_DO_LIST\",\n \"DOM_VK_XF86XK_TRAVEL\",\n \"DOM_VK_XF86XK_USER1KB\",\n \"DOM_VK_XF86XK_USER2KB\",\n \"DOM_VK_XF86XK_USER_PB\",\n \"DOM_VK_XF86XK_UWB\",\n \"DOM_VK_XF86XK_VENDOR_HOME\",\n \"DOM_VK_XF86XK_VIDEO\",\n \"DOM_VK_XF86XK_VIEW\",\n \"DOM_VK_XF86XK_WAKE_UP\",\n \"DOM_VK_XF86XK_WEB_CAM\",\n \"DOM_VK_XF86XK_WHEEL_BUTTON\",\n \"DOM_VK_XF86XK_WLAN\",\n \"DOM_VK_XF86XK_WORD\",\n \"DOM_VK_XF86XK_WWW\",\n \"DOM_VK_XF86XK_XFER\",\n \"DOM_VK_XF86XK_YELLOW\",\n \"DOM_VK_XF86XK_ZOOM_IN\",\n \"DOM_VK_XF86XK_ZOOM_OUT\",\n \"DOM_VK_Y\",\n \"DOM_VK_Z\",\n \"DOM_VK_ZOOM\",\n \"DONE\",\n \"DONT_CARE\",\n \"DOWNLOADING\",\n \"DRAGDROP\",\n \"DST_ALPHA\",\n \"DST_COLOR\",\n \"DYNAMIC_DRAW\",\n \"DataChannel\",\n \"DataTransfer\",\n \"DataTransferItem\",\n \"DataTransferItemList\",\n \"DataView\",\n \"Date\",\n \"DateTimeFormat\",\n \"DelayNode\",\n \"DesktopNotification\",\n \"DesktopNotificationCenter\",\n \"DeviceLightEvent\",\n \"DeviceMotionEvent\",\n \"DeviceOrientationEvent\",\n \"DeviceProximityEvent\",\n \"DeviceStorage\",\n \"DeviceStorageChangeEvent\",\n \"Document\",\n \"DocumentFragment\",\n \"DocumentType\",\n \"DragEvent\",\n \"DynamicsCompressorNode\",\n \"E\",\n \"ELEMENT_ARRAY_BUFFER\",\n \"ELEMENT_ARRAY_BUFFER_BINDING\",\n \"ELEMENT_NODE\",\n \"EMPTY\",\n \"ENCODING_ERR\",\n \"ENDED\",\n \"END_TO_END\",\n \"END_TO_START\",\n \"ENTITY_NODE\",\n \"ENTITY_REFERENCE_NODE\",\n \"EPSILON\",\n \"EQUAL\",\n \"EQUALPOWER\",\n \"ERROR\",\n \"EXPONENTIAL_DISTANCE\",\n \"Element\",\n \"ElementQuery\",\n \"Entity\",\n \"EntityReference\",\n \"Error\",\n \"ErrorEvent\",\n \"EvalError\",\n \"Event\",\n \"EventException\",\n \"EventSource\",\n \"EventTarget\",\n \"External\",\n \"FASTEST\",\n \"FIDOSDK\",\n \"FILTER_ACCEPT\",\n \"FILTER_INTERRUPT\",\n \"FILTER_REJECT\",\n \"FILTER_SKIP\",\n \"FINISHED_STATE\",\n \"FIRST_ORDERED_NODE_TYPE\",\n \"FLOAT\",\n \"FLOAT_MAT2\",\n \"FLOAT_MAT3\",\n \"FLOAT_MAT4\",\n \"FLOAT_VEC2\",\n \"FLOAT_VEC3\",\n \"FLOAT_VEC4\",\n \"FOCUS\",\n \"FONT_FACE_RULE\",\n \"FONT_FEATURE_VALUES_RULE\",\n \"FRAGMENT_SHADER\",\n \"FRAGMENT_SHADER_DERIVATIVE_HINT_OES\",\n \"FRAMEBUFFER\",\n \"FRAMEBUFFER_ATTACHMENT_OBJECT_NAME\",\n \"FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE\",\n \"FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE\",\n \"FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL\",\n \"FRAMEBUFFER_BINDING\",\n \"FRAMEBUFFER_COMPLETE\",\n \"FRAMEBUFFER_INCOMPLETE_ATTACHMENT\",\n \"FRAMEBUFFER_INCOMPLETE_DIMENSIONS\",\n \"FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT\",\n \"FRAMEBUFFER_UNSUPPORTED\",\n \"FRONT\",\n \"FRONT_AND_BACK\",\n \"FRONT_FACE\",\n \"FUNC_ADD\",\n \"FUNC_REVERSE_SUBTRACT\",\n \"FUNC_SUBTRACT\",\n \"Feed\",\n \"FeedEntry\",\n \"File\",\n \"FileError\",\n \"FileList\",\n \"FileReader\",\n \"FindInPage\",\n \"Float32Array\",\n \"Float64Array\",\n \"FocusEvent\",\n \"FontFace\",\n \"FormData\",\n \"Function\",\n \"GENERATE_MIPMAP_HINT\",\n \"GEQUAL\",\n \"GREATER\",\n \"GREEN_BITS\",\n \"GainNode\",\n \"Gamepad\",\n \"GamepadButton\",\n \"GamepadEvent\",\n \"GestureEvent\",\n \"HAVE_CURRENT_DATA\",\n \"HAVE_ENOUGH_DATA\",\n \"HAVE_FUTURE_DATA\",\n \"HAVE_METADATA\",\n \"HAVE_NOTHING\",\n \"HEADERS_RECEIVED\",\n \"HIDDEN\",\n \"HIERARCHY_REQUEST_ERR\",\n \"HIGHPASS\",\n \"HIGHSHELF\",\n \"HIGH_FLOAT\",\n \"HIGH_INT\",\n \"HORIZONTAL\",\n \"HORIZONTAL_AXIS\",\n \"HRTF\",\n \"HTMLAllCollection\",\n \"HTMLAnchorElement\",\n \"HTMLAppletElement\",\n \"HTMLAreaElement\",\n \"HTMLAudioElement\",\n \"HTMLBRElement\",\n \"HTMLBaseElement\",\n \"HTMLBaseFontElement\",\n \"HTMLBlockquoteElement\",\n \"HTMLBodyElement\",\n \"HTMLButtonElement\",\n \"HTMLCanvasElement\",\n \"HTMLCollection\",\n \"HTMLCommandElement\",\n \"HTMLContentElement\",\n \"HTMLDListElement\",\n \"HTMLDataElement\",\n \"HTMLDataListElement\",\n \"HTMLDetailsElement\",\n \"HTMLDialogElement\",\n \"HTMLDirectoryElement\",\n \"HTMLDivElement\",\n \"HTMLDocument\",\n \"HTMLElement\",\n \"HTMLEmbedElement\",\n \"HTMLFieldSetElement\",\n \"HTMLFontElement\",\n \"HTMLFormControlsCollection\",\n \"HTMLFormElement\",\n \"HTMLFrameElement\",\n \"HTMLFrameSetElement\",\n \"HTMLHRElement\",\n \"HTMLHeadElement\",\n \"HTMLHeadingElement\",\n \"HTMLHtmlElement\",\n \"HTMLIFrameElement\",\n \"HTMLImageElement\",\n \"HTMLInputElement\",\n \"HTMLIsIndexElement\",\n \"HTMLKeygenElement\",\n \"HTMLLIElement\",\n \"HTMLLabelElement\",\n \"HTMLLegendElement\",\n \"HTMLLinkElement\",\n \"HTMLMapElement\",\n \"HTMLMarqueeElement\",\n \"HTMLMediaElement\",\n \"HTMLMenuElement\",\n \"HTMLMenuItemElement\",\n \"HTMLMetaElement\",\n \"HTMLMeterElement\",\n \"HTMLModElement\",\n \"HTMLOListElement\",\n \"HTMLObjectElement\",\n \"HTMLOptGroupElement\",\n \"HTMLOptionElement\",\n \"HTMLOptionsCollection\",\n \"HTMLOutputElement\",\n \"HTMLParagraphElement\",\n \"HTMLParamElement\",\n \"HTMLPictureElement\",\n \"HTMLPreElement\",\n \"HTMLProgressElement\",\n \"HTMLPropertiesCollection\",\n \"HTMLQuoteElement\",\n \"HTMLScriptElement\",\n \"HTMLSelectElement\",\n \"HTMLShadowElement\",\n \"HTMLSourceElement\",\n \"HTMLSpanElement\",\n \"HTMLStyleElement\",\n \"HTMLTableCaptionElement\",\n \"HTMLTableCellElement\",\n \"HTMLTableColElement\",\n \"HTMLTableElement\",\n \"HTMLTableRowElement\",\n \"HTMLTableSectionElement\",\n \"HTMLTemplateElement\",\n \"HTMLTextAreaElement\",\n \"HTMLTimeElement\",\n \"HTMLTitleElement\",\n \"HTMLTrackElement\",\n \"HTMLUListElement\",\n \"HTMLUnknownElement\",\n \"HTMLVideoElement\",\n \"HashChangeEvent\",\n \"Headers\",\n \"History\",\n \"ICE_CHECKING\",\n \"ICE_CLOSED\",\n \"ICE_COMPLETED\",\n \"ICE_CONNECTED\",\n \"ICE_FAILED\",\n \"ICE_GATHERING\",\n \"ICE_WAITING\",\n \"IDBCursor\",\n \"IDBCursorWithValue\",\n \"IDBDatabase\",\n \"IDBDatabaseException\",\n \"IDBFactory\",\n \"IDBFileHandle\",\n \"IDBFileRequest\",\n \"IDBIndex\",\n \"IDBKeyRange\",\n \"IDBMutableFile\",\n \"IDBObjectStore\",\n \"IDBOpenDBRequest\",\n \"IDBRequest\",\n \"IDBTransaction\",\n \"IDBVersionChangeEvent\",\n \"IDLE\",\n \"IMPLEMENTATION_COLOR_READ_FORMAT\",\n \"IMPLEMENTATION_COLOR_READ_TYPE\",\n \"IMPORT_RULE\",\n \"INCR\",\n \"INCR_WRAP\",\n \"INDEX_SIZE_ERR\",\n \"INT\",\n \"INT_VEC2\",\n \"INT_VEC3\",\n \"INT_VEC4\",\n \"INUSE_ATTRIBUTE_ERR\",\n \"INVALID_ACCESS_ERR\",\n \"INVALID_CHARACTER_ERR\",\n \"INVALID_ENUM\",\n \"INVALID_EXPRESSION_ERR\",\n \"INVALID_FRAMEBUFFER_OPERATION\",\n \"INVALID_MODIFICATION_ERR\",\n \"INVALID_NODE_TYPE_ERR\",\n \"INVALID_OPERATION\",\n \"INVALID_STATE_ERR\",\n \"INVALID_VALUE\",\n \"INVERSE_DISTANCE\",\n \"INVERT\",\n \"IceCandidate\",\n \"Image\",\n \"ImageBitmap\",\n \"ImageData\",\n \"Infinity\",\n \"InputEvent\",\n \"InputMethodContext\",\n \"InstallTrigger\",\n \"Int16Array\",\n \"Int32Array\",\n \"Int8Array\",\n \"Intent\",\n \"InternalError\",\n \"Intl\",\n \"IsSearchProviderInstalled\",\n \"Iterator\",\n \"JSON\",\n \"KEEP\",\n \"KEYDOWN\",\n \"KEYFRAMES_RULE\",\n \"KEYFRAME_RULE\",\n \"KEYPRESS\",\n \"KEYUP\",\n \"KeyEvent\",\n \"KeyboardEvent\",\n \"LENGTHADJUST_SPACING\",\n \"LENGTHADJUST_SPACINGANDGLYPHS\",\n \"LENGTHADJUST_UNKNOWN\",\n \"LEQUAL\",\n \"LESS\",\n \"LINEAR\",\n \"LINEAR_DISTANCE\",\n \"LINEAR_MIPMAP_LINEAR\",\n \"LINEAR_MIPMAP_NEAREST\",\n \"LINES\",\n \"LINE_LOOP\",\n \"LINE_STRIP\",\n \"LINE_WIDTH\",\n \"LINK_STATUS\",\n \"LIVE\",\n \"LN10\",\n \"LN2\",\n \"LOADED\",\n \"LOADING\",\n \"LOG10E\",\n \"LOG2E\",\n \"LOWPASS\",\n \"LOWSHELF\",\n \"LOW_FLOAT\",\n \"LOW_INT\",\n \"LSException\",\n \"LSParserFilter\",\n \"LUMINANCE\",\n \"LUMINANCE_ALPHA\",\n \"LocalMediaStream\",\n \"Location\",\n \"MAX_COMBINED_TEXTURE_IMAGE_UNITS\",\n \"MAX_CUBE_MAP_TEXTURE_SIZE\",\n \"MAX_FRAGMENT_UNIFORM_VECTORS\",\n \"MAX_RENDERBUFFER_SIZE\",\n \"MAX_SAFE_INTEGER\",\n \"MAX_TEXTURE_IMAGE_UNITS\",\n \"MAX_TEXTURE_MAX_ANISOTROPY_EXT\",\n \"MAX_TEXTURE_SIZE\",\n \"MAX_VALUE\",\n \"MAX_VARYING_VECTORS\",\n \"MAX_VERTEX_ATTRIBS\",\n \"MAX_VERTEX_TEXTURE_IMAGE_UNITS\",\n \"MAX_VERTEX_UNIFORM_VECTORS\",\n \"MAX_VIEWPORT_DIMS\",\n \"MEDIA_ERR_ABORTED\",\n \"MEDIA_ERR_DECODE\",\n \"MEDIA_ERR_ENCRYPTED\",\n \"MEDIA_ERR_NETWORK\",\n \"MEDIA_ERR_SRC_NOT_SUPPORTED\",\n \"MEDIA_KEYERR_CLIENT\",\n \"MEDIA_KEYERR_DOMAIN\",\n \"MEDIA_KEYERR_HARDWARECHANGE\",\n \"MEDIA_KEYERR_OUTPUT\",\n \"MEDIA_KEYERR_SERVICE\",\n \"MEDIA_KEYERR_UNKNOWN\",\n \"MEDIA_RULE\",\n \"MEDIUM_FLOAT\",\n \"MEDIUM_INT\",\n \"META_MASK\",\n \"MIN_SAFE_INTEGER\",\n \"MIN_VALUE\",\n \"MIRRORED_REPEAT\",\n \"MODE_ASYNCHRONOUS\",\n \"MODE_SYNCHRONOUS\",\n \"MODIFICATION\",\n \"MOUSEDOWN\",\n \"MOUSEDRAG\",\n \"MOUSEMOVE\",\n \"MOUSEOUT\",\n \"MOUSEOVER\",\n \"MOUSEUP\",\n \"MOZ_KEYFRAMES_RULE\",\n \"MOZ_KEYFRAME_RULE\",\n \"MOZ_SOURCE_CURSOR\",\n \"MOZ_SOURCE_ERASER\",\n \"MOZ_SOURCE_KEYBOARD\",\n \"MOZ_SOURCE_MOUSE\",\n \"MOZ_SOURCE_PEN\",\n \"MOZ_SOURCE_TOUCH\",\n \"MOZ_SOURCE_UNKNOWN\",\n \"MSGESTURE_FLAG_BEGIN\",\n \"MSGESTURE_FLAG_CANCEL\",\n \"MSGESTURE_FLAG_END\",\n \"MSGESTURE_FLAG_INERTIA\",\n \"MSGESTURE_FLAG_NONE\",\n \"MSPOINTER_TYPE_MOUSE\",\n \"MSPOINTER_TYPE_PEN\",\n \"MSPOINTER_TYPE_TOUCH\",\n \"MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE\",\n \"MS_ASYNC_CALLBACK_STATUS_CANCEL\",\n \"MS_ASYNC_CALLBACK_STATUS_CHOOSEANY\",\n \"MS_ASYNC_CALLBACK_STATUS_ERROR\",\n \"MS_ASYNC_CALLBACK_STATUS_JOIN\",\n \"MS_ASYNC_OP_STATUS_CANCELED\",\n \"MS_ASYNC_OP_STATUS_ERROR\",\n \"MS_ASYNC_OP_STATUS_SUCCESS\",\n \"MS_MANIPULATION_STATE_ACTIVE\",\n \"MS_MANIPULATION_STATE_CANCELLED\",\n \"MS_MANIPULATION_STATE_COMMITTED\",\n \"MS_MANIPULATION_STATE_DRAGGING\",\n \"MS_MANIPULATION_STATE_INERTIA\",\n \"MS_MANIPULATION_STATE_PRESELECT\",\n \"MS_MANIPULATION_STATE_SELECTING\",\n \"MS_MANIPULATION_STATE_STOPPED\",\n \"MS_MEDIA_ERR_ENCRYPTED\",\n \"MS_MEDIA_KEYERR_CLIENT\",\n \"MS_MEDIA_KEYERR_DOMAIN\",\n \"MS_MEDIA_KEYERR_HARDWARECHANGE\",\n \"MS_MEDIA_KEYERR_OUTPUT\",\n \"MS_MEDIA_KEYERR_SERVICE\",\n \"MS_MEDIA_KEYERR_UNKNOWN\",\n \"Map\",\n \"Math\",\n \"MediaController\",\n \"MediaDevices\",\n \"MediaElementAudioSourceNode\",\n \"MediaEncryptedEvent\",\n \"MediaError\",\n \"MediaKeyError\",\n \"MediaKeyEvent\",\n \"MediaKeyMessageEvent\",\n \"MediaKeyNeededEvent\",\n \"MediaKeySession\",\n \"MediaKeyStatusMap\",\n \"MediaKeySystemAccess\",\n \"MediaKeys\",\n \"MediaList\",\n \"MediaQueryList\",\n \"MediaQueryListEvent\",\n \"MediaRecorder\",\n \"MediaSource\",\n \"MediaStream\",\n \"MediaStreamAudioDestinationNode\",\n \"MediaStreamAudioSourceNode\",\n \"MediaStreamEvent\",\n \"MediaStreamTrack\",\n \"MediaStreamTrackEvent\",\n \"MessageChannel\",\n \"MessageEvent\",\n \"MessagePort\",\n \"Methods\",\n \"MimeType\",\n \"MimeTypeArray\",\n \"MouseEvent\",\n \"MouseScrollEvent\",\n \"MozAnimation\",\n \"MozAnimationDelay\",\n \"MozAnimationDirection\",\n \"MozAnimationDuration\",\n \"MozAnimationFillMode\",\n \"MozAnimationIterationCount\",\n \"MozAnimationName\",\n \"MozAnimationPlayState\",\n \"MozAnimationTimingFunction\",\n \"MozAppearance\",\n \"MozBackfaceVisibility\",\n \"MozBinding\",\n \"MozBorderBottomColors\",\n \"MozBorderEnd\",\n \"MozBorderEndColor\",\n \"MozBorderEndStyle\",\n \"MozBorderEndWidth\",\n \"MozBorderImage\",\n \"MozBorderLeftColors\",\n \"MozBorderRightColors\",\n \"MozBorderStart\",\n \"MozBorderStartColor\",\n \"MozBorderStartStyle\",\n \"MozBorderStartWidth\",\n \"MozBorderTopColors\",\n \"MozBoxAlign\",\n \"MozBoxDirection\",\n \"MozBoxFlex\",\n \"MozBoxOrdinalGroup\",\n \"MozBoxOrient\",\n \"MozBoxPack\",\n \"MozBoxSizing\",\n \"MozCSSKeyframeRule\",\n \"MozCSSKeyframesRule\",\n \"MozColumnCount\",\n \"MozColumnFill\",\n \"MozColumnGap\",\n \"MozColumnRule\",\n \"MozColumnRuleColor\",\n \"MozColumnRuleStyle\",\n \"MozColumnRuleWidth\",\n \"MozColumnWidth\",\n \"MozColumns\",\n \"MozContactChangeEvent\",\n \"MozFloatEdge\",\n \"MozFontFeatureSettings\",\n \"MozFontLanguageOverride\",\n \"MozForceBrokenImageIcon\",\n \"MozHyphens\",\n \"MozImageRegion\",\n \"MozMarginEnd\",\n \"MozMarginStart\",\n \"MozMmsEvent\",\n \"MozMmsMessage\",\n \"MozMobileMessageThread\",\n \"MozOSXFontSmoothing\",\n \"MozOrient\",\n \"MozOutlineRadius\",\n \"MozOutlineRadiusBottomleft\",\n \"MozOutlineRadiusBottomright\",\n \"MozOutlineRadiusTopleft\",\n \"MozOutlineRadiusTopright\",\n \"MozPaddingEnd\",\n \"MozPaddingStart\",\n \"MozPerspective\",\n \"MozPerspectiveOrigin\",\n \"MozPowerManager\",\n \"MozSettingsEvent\",\n \"MozSmsEvent\",\n \"MozSmsMessage\",\n \"MozStackSizing\",\n \"MozTabSize\",\n \"MozTextAlignLast\",\n \"MozTextDecorationColor\",\n \"MozTextDecorationLine\",\n \"MozTextDecorationStyle\",\n \"MozTextSizeAdjust\",\n \"MozTransform\",\n \"MozTransformOrigin\",\n \"MozTransformStyle\",\n \"MozTransition\",\n \"MozTransitionDelay\",\n \"MozTransitionDuration\",\n \"MozTransitionProperty\",\n \"MozTransitionTimingFunction\",\n \"MozUserFocus\",\n \"MozUserInput\",\n \"MozUserModify\",\n \"MozUserSelect\",\n \"MozWindowDragging\",\n \"MozWindowShadow\",\n \"MutationEvent\",\n \"MutationObserver\",\n \"MutationRecord\",\n \"NAMESPACE_ERR\",\n \"NAMESPACE_RULE\",\n \"NEAREST\",\n \"NEAREST_MIPMAP_LINEAR\",\n \"NEAREST_MIPMAP_NEAREST\",\n \"NEGATIVE_INFINITY\",\n \"NETWORK_EMPTY\",\n \"NETWORK_ERR\",\n \"NETWORK_IDLE\",\n \"NETWORK_LOADED\",\n \"NETWORK_LOADING\",\n \"NETWORK_NO_SOURCE\",\n \"NEVER\",\n \"NEW\",\n \"NEXT\",\n \"NEXT_NO_DUPLICATE\",\n \"NICEST\",\n \"NODE_AFTER\",\n \"NODE_BEFORE\",\n \"NODE_BEFORE_AND_AFTER\",\n \"NODE_INSIDE\",\n \"NONE\",\n \"NON_TRANSIENT_ERR\",\n \"NOTATION_NODE\",\n \"NOTCH\",\n \"NOTEQUAL\",\n \"NOT_ALLOWED_ERR\",\n \"NOT_FOUND_ERR\",\n \"NOT_READABLE_ERR\",\n \"NOT_SUPPORTED_ERR\",\n \"NO_DATA_ALLOWED_ERR\",\n \"NO_ERR\",\n \"NO_ERROR\",\n \"NO_MODIFICATION_ALLOWED_ERR\",\n \"NUMBER_TYPE\",\n \"NUM_COMPRESSED_TEXTURE_FORMATS\",\n \"NaN\",\n \"NamedNodeMap\",\n \"Navigator\",\n \"NearbyLinks\",\n \"NetworkInformation\",\n \"Node\",\n \"NodeFilter\",\n \"NodeIterator\",\n \"NodeList\",\n \"Notation\",\n \"Notification\",\n \"NotifyPaintEvent\",\n \"Number\",\n \"NumberFormat\",\n \"OBSOLETE\",\n \"ONE\",\n \"ONE_MINUS_CONSTANT_ALPHA\",\n \"ONE_MINUS_CONSTANT_COLOR\",\n \"ONE_MINUS_DST_ALPHA\",\n \"ONE_MINUS_DST_COLOR\",\n \"ONE_MINUS_SRC_ALPHA\",\n \"ONE_MINUS_SRC_COLOR\",\n \"OPEN\",\n \"OPENED\",\n \"OPENING\",\n \"ORDERED_NODE_ITERATOR_TYPE\",\n \"ORDERED_NODE_SNAPSHOT_TYPE\",\n \"OUT_OF_MEMORY\",\n \"Object\",\n \"OfflineAudioCompletionEvent\",\n \"OfflineAudioContext\",\n \"OfflineResourceList\",\n \"Option\",\n \"OscillatorNode\",\n \"OverflowEvent\",\n \"PACK_ALIGNMENT\",\n \"PAGE_RULE\",\n \"PARSE_ERR\",\n \"PATHSEG_ARC_ABS\",\n \"PATHSEG_ARC_REL\",\n \"PATHSEG_CLOSEPATH\",\n \"PATHSEG_CURVETO_CUBIC_ABS\",\n \"PATHSEG_CURVETO_CUBIC_REL\",\n \"PATHSEG_CURVETO_CUBIC_SMOOTH_ABS\",\n \"PATHSEG_CURVETO_CUBIC_SMOOTH_REL\",\n \"PATHSEG_CURVETO_QUADRATIC_ABS\",\n \"PATHSEG_CURVETO_QUADRATIC_REL\",\n \"PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS\",\n \"PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL\",\n \"PATHSEG_LINETO_ABS\",\n \"PATHSEG_LINETO_HORIZONTAL_ABS\",\n \"PATHSEG_LINETO_HORIZONTAL_REL\",\n \"PATHSEG_LINETO_REL\",\n \"PATHSEG_LINETO_VERTICAL_ABS\",\n \"PATHSEG_LINETO_VERTICAL_REL\",\n \"PATHSEG_MOVETO_ABS\",\n \"PATHSEG_MOVETO_REL\",\n \"PATHSEG_UNKNOWN\",\n \"PATH_EXISTS_ERR\",\n \"PEAKING\",\n \"PERMISSION_DENIED\",\n \"PERSISTENT\",\n \"PI\",\n \"PLAYING_STATE\",\n \"POINTS\",\n \"POLYGON_OFFSET_FACTOR\",\n \"POLYGON_OFFSET_FILL\",\n \"POLYGON_OFFSET_UNITS\",\n \"POSITION_UNAVAILABLE\",\n \"POSITIVE_INFINITY\",\n \"PREV\",\n \"PREV_NO_DUPLICATE\",\n \"PROCESSING_INSTRUCTION_NODE\",\n \"PageChangeEvent\",\n \"PageTransitionEvent\",\n \"PaintRequest\",\n \"PaintRequestList\",\n \"PannerNode\",\n \"Path2D\",\n \"Performance\",\n \"PerformanceEntry\",\n \"PerformanceMark\",\n \"PerformanceMeasure\",\n \"PerformanceNavigation\",\n \"PerformanceResourceTiming\",\n \"PerformanceTiming\",\n \"PeriodicWave\",\n \"Plugin\",\n \"PluginArray\",\n \"PopStateEvent\",\n \"PopupBlockedEvent\",\n \"ProcessingInstruction\",\n \"ProgressEvent\",\n \"Promise\",\n \"PropertyNodeList\",\n \"Proxy\",\n \"PushManager\",\n \"PushSubscription\",\n \"Q\",\n \"QUOTA_ERR\",\n \"QUOTA_EXCEEDED_ERR\",\n \"QueryInterface\",\n \"READ_ONLY\",\n \"READ_ONLY_ERR\",\n \"READ_WRITE\",\n \"RED_BITS\",\n \"REMOVAL\",\n \"RENDERBUFFER\",\n \"RENDERBUFFER_ALPHA_SIZE\",\n \"RENDERBUFFER_BINDING\",\n \"RENDERBUFFER_BLUE_SIZE\",\n \"RENDERBUFFER_DEPTH_SIZE\",\n \"RENDERBUFFER_GREEN_SIZE\",\n \"RENDERBUFFER_HEIGHT\",\n \"RENDERBUFFER_INTERNAL_FORMAT\",\n \"RENDERBUFFER_RED_SIZE\",\n \"RENDERBUFFER_STENCIL_SIZE\",\n \"RENDERBUFFER_WIDTH\",\n \"RENDERER\",\n \"RENDERING_INTENT_ABSOLUTE_COLORIMETRIC\",\n \"RENDERING_INTENT_AUTO\",\n \"RENDERING_INTENT_PERCEPTUAL\",\n \"RENDERING_INTENT_RELATIVE_COLORIMETRIC\",\n \"RENDERING_INTENT_SATURATION\",\n \"RENDERING_INTENT_UNKNOWN\",\n \"REPEAT\",\n \"REPLACE\",\n \"RGB\",\n \"RGB565\",\n \"RGB5_A1\",\n \"RGBA\",\n \"RGBA4\",\n \"RGBColor\",\n \"ROTATION_CLOCKWISE\",\n \"ROTATION_COUNTERCLOCKWISE\",\n \"RTCDataChannelEvent\",\n \"RTCIceCandidate\",\n \"RTCPeerConnectionIceEvent\",\n \"RTCRtpReceiver\",\n \"RTCRtpSender\",\n \"RTCSessionDescription\",\n \"RTCStatsReport\",\n \"RadioNodeList\",\n \"Range\",\n \"RangeError\",\n \"RangeException\",\n \"RecordErrorEvent\",\n \"Rect\",\n \"ReferenceError\",\n \"RegExp\",\n \"Request\",\n \"Response\",\n \"SAMPLER_2D\",\n \"SAMPLER_CUBE\",\n \"SAMPLES\",\n \"SAMPLE_ALPHA_TO_COVERAGE\",\n \"SAMPLE_BUFFERS\",\n \"SAMPLE_COVERAGE\",\n \"SAMPLE_COVERAGE_INVERT\",\n \"SAMPLE_COVERAGE_VALUE\",\n \"SAWTOOTH\",\n \"SCHEDULED_STATE\",\n \"SCISSOR_BOX\",\n \"SCISSOR_TEST\",\n \"SCROLL_PAGE_DOWN\",\n \"SCROLL_PAGE_UP\",\n \"SDP_ANSWER\",\n \"SDP_OFFER\",\n \"SDP_PRANSWER\",\n \"SECURITY_ERR\",\n \"SELECT\",\n \"SERIALIZE_ERR\",\n \"SEVERITY_ERROR\",\n \"SEVERITY_FATAL_ERROR\",\n \"SEVERITY_WARNING\",\n \"SHADER_COMPILER\",\n \"SHADER_TYPE\",\n \"SHADING_LANGUAGE_VERSION\",\n \"SHIFT_MASK\",\n \"SHORT\",\n \"SHOWING\",\n \"SHOW_ALL\",\n \"SHOW_ATTRIBUTE\",\n \"SHOW_CDATA_SECTION\",\n \"SHOW_COMMENT\",\n \"SHOW_DOCUMENT\",\n \"SHOW_DOCUMENT_FRAGMENT\",\n \"SHOW_DOCUMENT_TYPE\",\n \"SHOW_ELEMENT\",\n \"SHOW_ENTITY\",\n \"SHOW_ENTITY_REFERENCE\",\n \"SHOW_NOTATION\",\n \"SHOW_PROCESSING_INSTRUCTION\",\n \"SHOW_TEXT\",\n \"SINE\",\n \"SOUNDFIELD\",\n \"SQLException\",\n \"SQRT1_2\",\n \"SQRT2\",\n \"SQUARE\",\n \"SRC_ALPHA\",\n \"SRC_ALPHA_SATURATE\",\n \"SRC_COLOR\",\n \"START_TO_END\",\n \"START_TO_START\",\n \"STATIC_DRAW\",\n \"STENCIL_ATTACHMENT\",\n \"STENCIL_BACK_FAIL\",\n \"STENCIL_BACK_FUNC\",\n \"STENCIL_BACK_PASS_DEPTH_FAIL\",\n \"STENCIL_BACK_PASS_DEPTH_PASS\",\n \"STENCIL_BACK_REF\",\n \"STENCIL_BACK_VALUE_MASK\",\n \"STENCIL_BACK_WRITEMASK\",\n \"STENCIL_BITS\",\n \"STENCIL_BUFFER_BIT\",\n \"STENCIL_CLEAR_VALUE\",\n \"STENCIL_FAIL\",\n \"STENCIL_FUNC\",\n \"STENCIL_INDEX\",\n \"STENCIL_INDEX8\",\n \"STENCIL_PASS_DEPTH_FAIL\",\n \"STENCIL_PASS_DEPTH_PASS\",\n \"STENCIL_REF\",\n \"STENCIL_TEST\",\n \"STENCIL_VALUE_MASK\",\n \"STENCIL_WRITEMASK\",\n \"STREAM_DRAW\",\n \"STRING_TYPE\",\n \"STYLE_RULE\",\n \"SUBPIXEL_BITS\",\n \"SUPPORTS_RULE\",\n \"SVGAElement\",\n \"SVGAltGlyphDefElement\",\n \"SVGAltGlyphElement\",\n \"SVGAltGlyphItemElement\",\n \"SVGAngle\",\n \"SVGAnimateColorElement\",\n \"SVGAnimateElement\",\n \"SVGAnimateMotionElement\",\n \"SVGAnimateTransformElement\",\n \"SVGAnimatedAngle\",\n \"SVGAnimatedBoolean\",\n \"SVGAnimatedEnumeration\",\n \"SVGAnimatedInteger\",\n \"SVGAnimatedLength\",\n \"SVGAnimatedLengthList\",\n \"SVGAnimatedNumber\",\n \"SVGAnimatedNumberList\",\n \"SVGAnimatedPreserveAspectRatio\",\n \"SVGAnimatedRect\",\n \"SVGAnimatedString\",\n \"SVGAnimatedTransformList\",\n \"SVGAnimationElement\",\n \"SVGCircleElement\",\n \"SVGClipPathElement\",\n \"SVGColor\",\n \"SVGComponentTransferFunctionElement\",\n \"SVGCursorElement\",\n \"SVGDefsElement\",\n \"SVGDescElement\",\n \"SVGDiscardElement\",\n \"SVGDocument\",\n \"SVGElement\",\n \"SVGElementInstance\",\n \"SVGElementInstanceList\",\n \"SVGEllipseElement\",\n \"SVGException\",\n \"SVGFEBlendElement\",\n \"SVGFEColorMatrixElement\",\n \"SVGFEComponentTransferElement\",\n \"SVGFECompositeElement\",\n \"SVGFEConvolveMatrixElement\",\n \"SVGFEDiffuseLightingElement\",\n \"SVGFEDisplacementMapElement\",\n \"SVGFEDistantLightElement\",\n \"SVGFEDropShadowElement\",\n \"SVGFEFloodElement\",\n \"SVGFEFuncAElement\",\n \"SVGFEFuncBElement\",\n \"SVGFEFuncGElement\",\n \"SVGFEFuncRElement\",\n \"SVGFEGaussianBlurElement\",\n \"SVGFEImageElement\",\n \"SVGFEMergeElement\",\n \"SVGFEMergeNodeElement\",\n \"SVGFEMorphologyElement\",\n \"SVGFEOffsetElement\",\n \"SVGFEPointLightElement\",\n \"SVGFESpecularLightingElement\",\n \"SVGFESpotLightElement\",\n \"SVGFETileElement\",\n \"SVGFETurbulenceElement\",\n \"SVGFilterElement\",\n \"SVGFontElement\",\n \"SVGFontFaceElement\",\n \"SVGFontFaceFormatElement\",\n \"SVGFontFaceNameElement\",\n \"SVGFontFaceSrcElement\",\n \"SVGFontFaceUriElement\",\n \"SVGForeignObjectElement\",\n \"SVGGElement\",\n \"SVGGeometryElement\",\n \"SVGGlyphElement\",\n \"SVGGlyphRefElement\",\n \"SVGGradientElement\",\n \"SVGGraphicsElement\",\n \"SVGHKernElement\",\n \"SVGImageElement\",\n \"SVGLength\",\n \"SVGLengthList\",\n \"SVGLineElement\",\n \"SVGLinearGradientElement\",\n \"SVGMPathElement\",\n \"SVGMarkerElement\",\n \"SVGMaskElement\",\n \"SVGMatrix\",\n \"SVGMetadataElement\",\n \"SVGMissingGlyphElement\",\n \"SVGNumber\",\n \"SVGNumberList\",\n \"SVGPaint\",\n \"SVGPathElement\",\n \"SVGPathSeg\",\n \"SVGPathSegArcAbs\",\n \"SVGPathSegArcRel\",\n \"SVGPathSegClosePath\",\n \"SVGPathSegCurvetoCubicAbs\",\n \"SVGPathSegCurvetoCubicRel\",\n \"SVGPathSegCurvetoCubicSmoothAbs\",\n \"SVGPathSegCurvetoCubicSmoothRel\",\n \"SVGPathSegCurvetoQuadraticAbs\",\n \"SVGPathSegCurvetoQuadraticRel\",\n \"SVGPathSegCurvetoQuadraticSmoothAbs\",\n \"SVGPathSegCurvetoQuadraticSmoothRel\",\n \"SVGPathSegLinetoAbs\",\n \"SVGPathSegLinetoHorizontalAbs\",\n \"SVGPathSegLinetoHorizontalRel\",\n \"SVGPathSegLinetoRel\",\n \"SVGPathSegLinetoVerticalAbs\",\n \"SVGPathSegLinetoVerticalRel\",\n \"SVGPathSegList\",\n \"SVGPathSegMovetoAbs\",\n \"SVGPathSegMovetoRel\",\n \"SVGPatternElement\",\n \"SVGPoint\",\n \"SVGPointList\",\n \"SVGPolygonElement\",\n \"SVGPolylineElement\",\n \"SVGPreserveAspectRatio\",\n \"SVGRadialGradientElement\",\n \"SVGRect\",\n \"SVGRectElement\",\n \"SVGRenderingIntent\",\n \"SVGSVGElement\",\n \"SVGScriptElement\",\n \"SVGSetElement\",\n \"SVGStopElement\",\n \"SVGStringList\",\n \"SVGStyleElement\",\n \"SVGSwitchElement\",\n \"SVGSymbolElement\",\n \"SVGTRefElement\",\n \"SVGTSpanElement\",\n \"SVGTextContentElement\",\n \"SVGTextElement\",\n \"SVGTextPathElement\",\n \"SVGTextPositioningElement\",\n \"SVGTitleElement\",\n \"SVGTransform\",\n \"SVGTransformList\",\n \"SVGUnitTypes\",\n \"SVGUseElement\",\n \"SVGVKernElement\",\n \"SVGViewElement\",\n \"SVGViewSpec\",\n \"SVGZoomAndPan\",\n \"SVGZoomEvent\",\n \"SVG_ANGLETYPE_DEG\",\n \"SVG_ANGLETYPE_GRAD\",\n \"SVG_ANGLETYPE_RAD\",\n \"SVG_ANGLETYPE_UNKNOWN\",\n \"SVG_ANGLETYPE_UNSPECIFIED\",\n \"SVG_CHANNEL_A\",\n \"SVG_CHANNEL_B\",\n \"SVG_CHANNEL_G\",\n \"SVG_CHANNEL_R\",\n \"SVG_CHANNEL_UNKNOWN\",\n \"SVG_COLORTYPE_CURRENTCOLOR\",\n \"SVG_COLORTYPE_RGBCOLOR\",\n \"SVG_COLORTYPE_RGBCOLOR_ICCCOLOR\",\n \"SVG_COLORTYPE_UNKNOWN\",\n \"SVG_EDGEMODE_DUPLICATE\",\n \"SVG_EDGEMODE_NONE\",\n \"SVG_EDGEMODE_UNKNOWN\",\n \"SVG_EDGEMODE_WRAP\",\n \"SVG_FEBLEND_MODE_COLOR\",\n \"SVG_FEBLEND_MODE_COLOR_BURN\",\n \"SVG_FEBLEND_MODE_COLOR_DODGE\",\n \"SVG_FEBLEND_MODE_DARKEN\",\n \"SVG_FEBLEND_MODE_DIFFERENCE\",\n \"SVG_FEBLEND_MODE_EXCLUSION\",\n \"SVG_FEBLEND_MODE_HARD_LIGHT\",\n \"SVG_FEBLEND_MODE_HUE\",\n \"SVG_FEBLEND_MODE_LIGHTEN\",\n \"SVG_FEBLEND_MODE_LUMINOSITY\",\n \"SVG_FEBLEND_MODE_MULTIPLY\",\n \"SVG_FEBLEND_MODE_NORMAL\",\n \"SVG_FEBLEND_MODE_OVERLAY\",\n \"SVG_FEBLEND_MODE_SATURATION\",\n \"SVG_FEBLEND_MODE_SCREEN\",\n \"SVG_FEBLEND_MODE_SOFT_LIGHT\",\n \"SVG_FEBLEND_MODE_UNKNOWN\",\n \"SVG_FECOLORMATRIX_TYPE_HUEROTATE\",\n \"SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA\",\n \"SVG_FECOLORMATRIX_TYPE_MATRIX\",\n \"SVG_FECOLORMATRIX_TYPE_SATURATE\",\n \"SVG_FECOLORMATRIX_TYPE_UNKNOWN\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_GAMMA\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_LINEAR\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_TABLE\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN\",\n \"SVG_FECOMPOSITE_OPERATOR_ARITHMETIC\",\n \"SVG_FECOMPOSITE_OPERATOR_ATOP\",\n \"SVG_FECOMPOSITE_OPERATOR_IN\",\n \"SVG_FECOMPOSITE_OPERATOR_OUT\",\n \"SVG_FECOMPOSITE_OPERATOR_OVER\",\n \"SVG_FECOMPOSITE_OPERATOR_UNKNOWN\",\n \"SVG_FECOMPOSITE_OPERATOR_XOR\",\n \"SVG_INVALID_VALUE_ERR\",\n \"SVG_LENGTHTYPE_CM\",\n \"SVG_LENGTHTYPE_EMS\",\n \"SVG_LENGTHTYPE_EXS\",\n \"SVG_LENGTHTYPE_IN\",\n \"SVG_LENGTHTYPE_MM\",\n \"SVG_LENGTHTYPE_NUMBER\",\n \"SVG_LENGTHTYPE_PC\",\n \"SVG_LENGTHTYPE_PERCENTAGE\",\n \"SVG_LENGTHTYPE_PT\",\n \"SVG_LENGTHTYPE_PX\",\n \"SVG_LENGTHTYPE_UNKNOWN\",\n \"SVG_MARKERUNITS_STROKEWIDTH\",\n \"SVG_MARKERUNITS_UNKNOWN\",\n \"SVG_MARKERUNITS_USERSPACEONUSE\",\n \"SVG_MARKER_ORIENT_ANGLE\",\n \"SVG_MARKER_ORIENT_AUTO\",\n \"SVG_MARKER_ORIENT_UNKNOWN\",\n \"SVG_MASKTYPE_ALPHA\",\n \"SVG_MASKTYPE_LUMINANCE\",\n \"SVG_MATRIX_NOT_INVERTABLE\",\n \"SVG_MEETORSLICE_MEET\",\n \"SVG_MEETORSLICE_SLICE\",\n \"SVG_MEETORSLICE_UNKNOWN\",\n \"SVG_MORPHOLOGY_OPERATOR_DILATE\",\n \"SVG_MORPHOLOGY_OPERATOR_ERODE\",\n \"SVG_MORPHOLOGY_OPERATOR_UNKNOWN\",\n \"SVG_PAINTTYPE_CURRENTCOLOR\",\n \"SVG_PAINTTYPE_NONE\",\n \"SVG_PAINTTYPE_RGBCOLOR\",\n \"SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR\",\n \"SVG_PAINTTYPE_UNKNOWN\",\n \"SVG_PAINTTYPE_URI\",\n \"SVG_PAINTTYPE_URI_CURRENTCOLOR\",\n \"SVG_PAINTTYPE_URI_NONE\",\n \"SVG_PAINTTYPE_URI_RGBCOLOR\",\n \"SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR\",\n \"SVG_PRESERVEASPECTRATIO_NONE\",\n \"SVG_PRESERVEASPECTRATIO_UNKNOWN\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMIN\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMIN\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMIN\",\n \"SVG_SPREADMETHOD_PAD\",\n \"SVG_SPREADMETHOD_REFLECT\",\n \"SVG_SPREADMETHOD_REPEAT\",\n \"SVG_SPREADMETHOD_UNKNOWN\",\n \"SVG_STITCHTYPE_NOSTITCH\",\n \"SVG_STITCHTYPE_STITCH\",\n \"SVG_STITCHTYPE_UNKNOWN\",\n \"SVG_TRANSFORM_MATRIX\",\n \"SVG_TRANSFORM_ROTATE\",\n \"SVG_TRANSFORM_SCALE\",\n \"SVG_TRANSFORM_SKEWX\",\n \"SVG_TRANSFORM_SKEWY\",\n \"SVG_TRANSFORM_TRANSLATE\",\n \"SVG_TRANSFORM_UNKNOWN\",\n \"SVG_TURBULENCE_TYPE_FRACTALNOISE\",\n \"SVG_TURBULENCE_TYPE_TURBULENCE\",\n \"SVG_TURBULENCE_TYPE_UNKNOWN\",\n \"SVG_UNIT_TYPE_OBJECTBOUNDINGBOX\",\n \"SVG_UNIT_TYPE_UNKNOWN\",\n \"SVG_UNIT_TYPE_USERSPACEONUSE\",\n \"SVG_WRONG_TYPE_ERR\",\n \"SVG_ZOOMANDPAN_DISABLE\",\n \"SVG_ZOOMANDPAN_MAGNIFY\",\n \"SVG_ZOOMANDPAN_UNKNOWN\",\n \"SYNTAX_ERR\",\n \"SavedPages\",\n \"Screen\",\n \"ScreenOrientation\",\n \"Script\",\n \"ScriptProcessorNode\",\n \"ScrollAreaEvent\",\n \"SecurityPolicyViolationEvent\",\n \"Selection\",\n \"ServiceWorker\",\n \"ServiceWorkerContainer\",\n \"ServiceWorkerRegistration\",\n \"SessionDescription\",\n \"Set\",\n \"ShadowRoot\",\n \"SharedWorker\",\n \"SimpleGestureEvent\",\n \"SpeechSynthesisEvent\",\n \"SpeechSynthesisUtterance\",\n \"StopIteration\",\n \"Storage\",\n \"StorageEvent\",\n \"String\",\n \"StyleSheet\",\n \"StyleSheetList\",\n \"SubtleCrypto\",\n \"Symbol\",\n \"SyntaxError\",\n \"TEMPORARY\",\n \"TEXTPATH_METHODTYPE_ALIGN\",\n \"TEXTPATH_METHODTYPE_STRETCH\",\n \"TEXTPATH_METHODTYPE_UNKNOWN\",\n \"TEXTPATH_SPACINGTYPE_AUTO\",\n \"TEXTPATH_SPACINGTYPE_EXACT\",\n \"TEXTPATH_SPACINGTYPE_UNKNOWN\",\n \"TEXTURE\",\n \"TEXTURE0\",\n \"TEXTURE1\",\n \"TEXTURE10\",\n \"TEXTURE11\",\n \"TEXTURE12\",\n \"TEXTURE13\",\n \"TEXTURE14\",\n \"TEXTURE15\",\n \"TEXTURE16\",\n \"TEXTURE17\",\n \"TEXTURE18\",\n \"TEXTURE19\",\n \"TEXTURE2\",\n \"TEXTURE20\",\n \"TEXTURE21\",\n \"TEXTURE22\",\n \"TEXTURE23\",\n \"TEXTURE24\",\n \"TEXTURE25\",\n \"TEXTURE26\",\n \"TEXTURE27\",\n \"TEXTURE28\",\n \"TEXTURE29\",\n \"TEXTURE3\",\n \"TEXTURE30\",\n \"TEXTURE31\",\n \"TEXTURE4\",\n \"TEXTURE5\",\n \"TEXTURE6\",\n \"TEXTURE7\",\n \"TEXTURE8\",\n \"TEXTURE9\",\n \"TEXTURE_2D\",\n \"TEXTURE_BINDING_2D\",\n \"TEXTURE_BINDING_CUBE_MAP\",\n \"TEXTURE_CUBE_MAP\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_X\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_Y\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_Z\",\n \"TEXTURE_CUBE_MAP_POSITIVE_X\",\n \"TEXTURE_CUBE_MAP_POSITIVE_Y\",\n \"TEXTURE_CUBE_MAP_POSITIVE_Z\",\n \"TEXTURE_MAG_FILTER\",\n \"TEXTURE_MAX_ANISOTROPY_EXT\",\n \"TEXTURE_MIN_FILTER\",\n \"TEXTURE_WRAP_S\",\n \"TEXTURE_WRAP_T\",\n \"TEXT_NODE\",\n \"TIMEOUT\",\n \"TIMEOUT_ERR\",\n \"TOO_LARGE_ERR\",\n \"TRANSACTION_INACTIVE_ERR\",\n \"TRIANGLE\",\n \"TRIANGLES\",\n \"TRIANGLE_FAN\",\n \"TRIANGLE_STRIP\",\n \"TYPE_BACK_FORWARD\",\n \"TYPE_ERR\",\n \"TYPE_MISMATCH_ERR\",\n \"TYPE_NAVIGATE\",\n \"TYPE_RELOAD\",\n \"TYPE_RESERVED\",\n \"Text\",\n \"TextDecoder\",\n \"TextEncoder\",\n \"TextEvent\",\n \"TextMetrics\",\n \"TextTrack\",\n \"TextTrackCue\",\n \"TextTrackCueList\",\n \"TextTrackList\",\n \"TimeEvent\",\n \"TimeRanges\",\n \"Touch\",\n \"TouchEvent\",\n \"TouchList\",\n \"TrackEvent\",\n \"TransitionEvent\",\n \"TreeWalker\",\n \"TypeError\",\n \"UIEvent\",\n \"UNCACHED\",\n \"UNKNOWN_ERR\",\n \"UNKNOWN_RULE\",\n \"UNMASKED_RENDERER_WEBGL\",\n \"UNMASKED_VENDOR_WEBGL\",\n \"UNORDERED_NODE_ITERATOR_TYPE\",\n \"UNORDERED_NODE_SNAPSHOT_TYPE\",\n \"UNPACK_ALIGNMENT\",\n \"UNPACK_COLORSPACE_CONVERSION_WEBGL\",\n \"UNPACK_FLIP_Y_WEBGL\",\n \"UNPACK_PREMULTIPLY_ALPHA_WEBGL\",\n \"UNSCHEDULED_STATE\",\n \"UNSENT\",\n \"UNSIGNED_BYTE\",\n \"UNSIGNED_INT\",\n \"UNSIGNED_SHORT\",\n \"UNSIGNED_SHORT_4_4_4_4\",\n \"UNSIGNED_SHORT_5_5_5_1\",\n \"UNSIGNED_SHORT_5_6_5\",\n \"UNSPECIFIED_EVENT_TYPE_ERR\",\n \"UPDATEREADY\",\n \"URIError\",\n \"URL\",\n \"URLSearchParams\",\n \"URLUnencoded\",\n \"URL_MISMATCH_ERR\",\n \"UTC\",\n \"Uint16Array\",\n \"Uint32Array\",\n \"Uint8Array\",\n \"Uint8ClampedArray\",\n \"UserMessageHandler\",\n \"UserMessageHandlersNamespace\",\n \"UserProximityEvent\",\n \"VALIDATE_STATUS\",\n \"VALIDATION_ERR\",\n \"VARIABLES_RULE\",\n \"VENDOR\",\n \"VERSION\",\n \"VERSION_CHANGE\",\n \"VERSION_ERR\",\n \"VERTEX_ATTRIB_ARRAY_BUFFER_BINDING\",\n \"VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE\",\n \"VERTEX_ATTRIB_ARRAY_ENABLED\",\n \"VERTEX_ATTRIB_ARRAY_NORMALIZED\",\n \"VERTEX_ATTRIB_ARRAY_POINTER\",\n \"VERTEX_ATTRIB_ARRAY_SIZE\",\n \"VERTEX_ATTRIB_ARRAY_STRIDE\",\n \"VERTEX_ATTRIB_ARRAY_TYPE\",\n \"VERTEX_SHADER\",\n \"VERTICAL\",\n \"VERTICAL_AXIS\",\n \"VER_ERR\",\n \"VIEWPORT\",\n \"VIEWPORT_RULE\",\n \"VTTCue\",\n \"VTTRegion\",\n \"ValidityState\",\n \"VideoStreamTrack\",\n \"WEBKIT_FILTER_RULE\",\n \"WEBKIT_KEYFRAMES_RULE\",\n \"WEBKIT_KEYFRAME_RULE\",\n \"WEBKIT_REGION_RULE\",\n \"WRONG_DOCUMENT_ERR\",\n \"WaveShaperNode\",\n \"WeakMap\",\n \"WeakSet\",\n \"WebGLActiveInfo\",\n \"WebGLBuffer\",\n \"WebGLContextEvent\",\n \"WebGLFramebuffer\",\n \"WebGLProgram\",\n \"WebGLRenderbuffer\",\n \"WebGLRenderingContext\",\n \"WebGLShader\",\n \"WebGLShaderPrecisionFormat\",\n \"WebGLTexture\",\n \"WebGLUniformLocation\",\n \"WebGLVertexArray\",\n \"WebKitAnimationEvent\",\n \"WebKitBlobBuilder\",\n \"WebKitCSSFilterRule\",\n \"WebKitCSSFilterValue\",\n \"WebKitCSSKeyframeRule\",\n \"WebKitCSSKeyframesRule\",\n \"WebKitCSSMatrix\",\n \"WebKitCSSRegionRule\",\n \"WebKitCSSTransformValue\",\n \"WebKitDataCue\",\n \"WebKitGamepad\",\n \"WebKitMediaKeyError\",\n \"WebKitMediaKeyMessageEvent\",\n \"WebKitMediaKeySession\",\n \"WebKitMediaKeys\",\n \"WebKitMediaSource\",\n \"WebKitMutationObserver\",\n \"WebKitNamespace\",\n \"WebKitPlaybackTargetAvailabilityEvent\",\n \"WebKitPoint\",\n \"WebKitShadowRoot\",\n \"WebKitSourceBuffer\",\n \"WebKitSourceBufferList\",\n \"WebKitTransitionEvent\",\n \"WebSocket\",\n \"WheelEvent\",\n \"Window\",\n \"Worker\",\n \"XMLDocument\",\n \"XMLHttpRequest\",\n \"XMLHttpRequestEventTarget\",\n \"XMLHttpRequestException\",\n \"XMLHttpRequestProgressEvent\",\n \"XMLHttpRequestUpload\",\n \"XMLSerializer\",\n \"XMLStylesheetProcessingInstruction\",\n \"XPathEvaluator\",\n \"XPathException\",\n \"XPathExpression\",\n \"XPathNSResolver\",\n \"XPathResult\",\n \"XSLTProcessor\",\n \"ZERO\",\n \"_XD0M_\",\n \"_YD0M_\",\n \"__defineGetter__\",\n \"__defineSetter__\",\n \"__lookupGetter__\",\n \"__lookupSetter__\",\n \"__opera\",\n \"__proto__\",\n \"_browserjsran\",\n \"a\",\n \"aLink\",\n \"abbr\",\n \"abort\",\n \"abs\",\n \"absolute\",\n \"acceleration\",\n \"accelerationIncludingGravity\",\n \"accelerator\",\n \"accept\",\n \"acceptCharset\",\n \"acceptNode\",\n \"accessKey\",\n \"accessKeyLabel\",\n \"accuracy\",\n \"acos\",\n \"acosh\",\n \"action\",\n \"actionURL\",\n \"active\",\n \"activeCues\",\n \"activeElement\",\n \"activeSourceBuffers\",\n \"activeSourceCount\",\n \"activeTexture\",\n \"add\",\n \"addBehavior\",\n \"addCandidate\",\n \"addColorStop\",\n \"addCue\",\n \"addElement\",\n \"addEventListener\",\n \"addFilter\",\n \"addFromString\",\n \"addFromUri\",\n \"addIceCandidate\",\n \"addImport\",\n \"addListener\",\n \"addNamed\",\n \"addPageRule\",\n \"addPath\",\n \"addPointer\",\n \"addRange\",\n \"addRegion\",\n \"addRule\",\n \"addSearchEngine\",\n \"addSourceBuffer\",\n \"addStream\",\n \"addTextTrack\",\n \"addTrack\",\n \"addWakeLockListener\",\n \"addedNodes\",\n \"additionalName\",\n \"additiveSymbols\",\n \"addons\",\n \"adoptNode\",\n \"adr\",\n \"advance\",\n \"alert\",\n \"algorithm\",\n \"align\",\n \"align-content\",\n \"align-items\",\n \"align-self\",\n \"alignContent\",\n \"alignItems\",\n \"alignSelf\",\n \"alignmentBaseline\",\n \"alinkColor\",\n \"all\",\n \"allowFullscreen\",\n \"allowedDirections\",\n \"alpha\",\n \"alt\",\n \"altGraphKey\",\n \"altHtml\",\n \"altKey\",\n \"altLeft\",\n \"altitude\",\n \"altitudeAccuracy\",\n \"amplitude\",\n \"ancestorOrigins\",\n \"anchor\",\n \"anchorNode\",\n \"anchorOffset\",\n \"anchors\",\n \"angle\",\n \"animVal\",\n \"animate\",\n \"animatedInstanceRoot\",\n \"animatedNormalizedPathSegList\",\n \"animatedPathSegList\",\n \"animatedPoints\",\n \"animation\",\n \"animation-delay\",\n \"animation-direction\",\n \"animation-duration\",\n \"animation-fill-mode\",\n \"animation-iteration-count\",\n \"animation-name\",\n \"animation-play-state\",\n \"animation-timing-function\",\n \"animationDelay\",\n \"animationDirection\",\n \"animationDuration\",\n \"animationFillMode\",\n \"animationIterationCount\",\n \"animationName\",\n \"animationPlayState\",\n \"animationStartTime\",\n \"animationTimingFunction\",\n \"animationsPaused\",\n \"anniversary\",\n \"app\",\n \"appCodeName\",\n \"appMinorVersion\",\n \"appName\",\n \"appNotifications\",\n \"appVersion\",\n \"append\",\n \"appendBuffer\",\n \"appendChild\",\n \"appendData\",\n \"appendItem\",\n \"appendMedium\",\n \"appendNamed\",\n \"appendRule\",\n \"appendStream\",\n \"appendWindowEnd\",\n \"appendWindowStart\",\n \"applets\",\n \"applicationCache\",\n \"apply\",\n \"applyElement\",\n \"arc\",\n \"arcTo\",\n \"archive\",\n \"areas\",\n \"arguments\",\n \"arrayBuffer\",\n \"asin\",\n \"asinh\",\n \"assert\",\n \"assign\",\n \"async\",\n \"atEnd\",\n \"atan\",\n \"atan2\",\n \"atanh\",\n \"atob\",\n \"attachEvent\",\n \"attachShader\",\n \"attachments\",\n \"attack\",\n \"attrChange\",\n \"attrName\",\n \"attributeName\",\n \"attributeNamespace\",\n \"attributes\",\n \"audioTracks\",\n \"autoIncrement\",\n \"autobuffer\",\n \"autocapitalize\",\n \"autocomplete\",\n \"autocorrect\",\n \"autofocus\",\n \"autoplay\",\n \"availHeight\",\n \"availLeft\",\n \"availTop\",\n \"availWidth\",\n \"availability\",\n \"available\",\n \"aversion\",\n \"axes\",\n \"axis\",\n \"azimuth\",\n \"b\",\n \"back\",\n \"backface-visibility\",\n \"backfaceVisibility\",\n \"background\",\n \"background-attachment\",\n \"background-blend-mode\",\n \"background-clip\",\n \"background-color\",\n \"background-image\",\n \"background-origin\",\n \"background-position\",\n \"background-repeat\",\n \"background-size\",\n \"backgroundAttachment\",\n \"backgroundBlendMode\",\n \"backgroundClip\",\n \"backgroundColor\",\n \"backgroundImage\",\n \"backgroundOrigin\",\n \"backgroundPosition\",\n \"backgroundPositionX\",\n \"backgroundPositionY\",\n \"backgroundRepeat\",\n \"backgroundSize\",\n \"badInput\",\n \"balance\",\n \"baseFrequencyX\",\n \"baseFrequencyY\",\n \"baseNode\",\n \"baseOffset\",\n \"baseURI\",\n \"baseVal\",\n \"baselineShift\",\n \"battery\",\n \"bday\",\n \"beginElement\",\n \"beginElementAt\",\n \"beginPath\",\n \"behavior\",\n \"behaviorCookie\",\n \"behaviorPart\",\n \"behaviorUrns\",\n \"beta\",\n \"bezierCurveTo\",\n \"bgColor\",\n \"bgProperties\",\n \"bias\",\n \"big\",\n \"binaryType\",\n \"bind\",\n \"bindAttribLocation\",\n \"bindBuffer\",\n \"bindFramebuffer\",\n \"bindRenderbuffer\",\n \"bindTexture\",\n \"blendColor\",\n \"blendEquation\",\n \"blendEquationSeparate\",\n \"blendFunc\",\n \"blendFuncSeparate\",\n \"blink\",\n \"blob\",\n \"blockDirection\",\n \"blue\",\n \"blur\",\n \"body\",\n \"bodyUsed\",\n \"bold\",\n \"bookmarks\",\n \"booleanValue\",\n \"border\",\n \"border-bottom\",\n \"border-bottom-color\",\n \"border-bottom-left-radius\",\n \"border-bottom-right-radius\",\n \"border-bottom-style\",\n \"border-bottom-width\",\n \"border-collapse\",\n \"border-color\",\n \"border-image\",\n \"border-image-outset\",\n \"border-image-repeat\",\n \"border-image-slice\",\n \"border-image-source\",\n \"border-image-width\",\n \"border-left\",\n \"border-left-color\",\n \"border-left-style\",\n \"border-left-width\",\n \"border-radius\",\n \"border-right\",\n \"border-right-color\",\n \"border-right-style\",\n \"border-right-width\",\n \"border-spacing\",\n \"border-style\",\n \"border-top\",\n \"border-top-color\",\n \"border-top-left-radius\",\n \"border-top-right-radius\",\n \"border-top-style\",\n \"border-top-width\",\n \"border-width\",\n \"borderBottom\",\n \"borderBottomColor\",\n \"borderBottomLeftRadius\",\n \"borderBottomRightRadius\",\n \"borderBottomStyle\",\n \"borderBottomWidth\",\n \"borderCollapse\",\n \"borderColor\",\n \"borderColorDark\",\n \"borderColorLight\",\n \"borderImage\",\n \"borderImageOutset\",\n \"borderImageRepeat\",\n \"borderImageSlice\",\n \"borderImageSource\",\n \"borderImageWidth\",\n \"borderLeft\",\n \"borderLeftColor\",\n \"borderLeftStyle\",\n \"borderLeftWidth\",\n \"borderRadius\",\n \"borderRight\",\n \"borderRightColor\",\n \"borderRightStyle\",\n \"borderRightWidth\",\n \"borderSpacing\",\n \"borderStyle\",\n \"borderTop\",\n \"borderTopColor\",\n \"borderTopLeftRadius\",\n \"borderTopRightRadius\",\n \"borderTopStyle\",\n \"borderTopWidth\",\n \"borderWidth\",\n \"bottom\",\n \"bottomMargin\",\n \"bound\",\n \"boundElements\",\n \"boundingClientRect\",\n \"boundingHeight\",\n \"boundingLeft\",\n \"boundingTop\",\n \"boundingWidth\",\n \"bounds\",\n \"box-decoration-break\",\n \"box-shadow\",\n \"box-sizing\",\n \"boxDecorationBreak\",\n \"boxShadow\",\n \"boxSizing\",\n \"breakAfter\",\n \"breakBefore\",\n \"breakInside\",\n \"browserLanguage\",\n \"btoa\",\n \"bubbles\",\n \"buffer\",\n \"bufferData\",\n \"bufferDepth\",\n \"bufferSize\",\n \"bufferSubData\",\n \"buffered\",\n \"bufferedAmount\",\n \"buildID\",\n \"buildNumber\",\n \"button\",\n \"buttonID\",\n \"buttons\",\n \"byteLength\",\n \"byteOffset\",\n \"c\",\n \"call\",\n \"caller\",\n \"canBeFormatted\",\n \"canBeMounted\",\n \"canBeShared\",\n \"canHaveChildren\",\n \"canHaveHTML\",\n \"canPlayType\",\n \"cancel\",\n \"cancelAnimationFrame\",\n \"cancelBubble\",\n \"cancelScheduledValues\",\n \"cancelable\",\n \"candidate\",\n \"canvas\",\n \"caption\",\n \"caption-side\",\n \"captionSide\",\n \"captureEvents\",\n \"captureStackTrace\",\n \"caretPositionFromPoint\",\n \"caretRangeFromPoint\",\n \"cast\",\n \"catch\",\n \"category\",\n \"cbrt\",\n \"cd\",\n \"ceil\",\n \"cellIndex\",\n \"cellPadding\",\n \"cellSpacing\",\n \"cells\",\n \"ch\",\n \"chOff\",\n \"chain\",\n \"challenge\",\n \"changedTouches\",\n \"channel\",\n \"channelCount\",\n \"channelCountMode\",\n \"channelInterpretation\",\n \"char\",\n \"charAt\",\n \"charCode\",\n \"charCodeAt\",\n \"charIndex\",\n \"characterSet\",\n \"charging\",\n \"chargingTime\",\n \"charset\",\n \"checkEnclosure\",\n \"checkFramebufferStatus\",\n \"checkIntersection\",\n \"checkValidity\",\n \"checked\",\n \"childElementCount\",\n \"childNodes\",\n \"children\",\n \"chrome\",\n \"ciphertext\",\n \"cite\",\n \"classList\",\n \"className\",\n \"classid\",\n \"clear\",\n \"clearAttributes\",\n \"clearColor\",\n \"clearData\",\n \"clearDepth\",\n \"clearImmediate\",\n \"clearInterval\",\n \"clearMarks\",\n \"clearMeasures\",\n \"clearParameters\",\n \"clearRect\",\n \"clearResourceTimings\",\n \"clearShadow\",\n \"clearStencil\",\n \"clearTimeout\",\n \"clearWatch\",\n \"click\",\n \"clickCount\",\n \"clientHeight\",\n \"clientInformation\",\n \"clientLeft\",\n \"clientRect\",\n \"clientRects\",\n \"clientTop\",\n \"clientWidth\",\n \"clientX\",\n \"clientY\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"clipBottom\",\n \"clipLeft\",\n \"clipPath\",\n \"clipPathUnits\",\n \"clipRight\",\n \"clipRule\",\n \"clipTop\",\n \"clipboardData\",\n \"clone\",\n \"cloneContents\",\n \"cloneNode\",\n \"cloneRange\",\n \"close\",\n \"closePath\",\n \"closed\",\n \"closest\",\n \"clz\",\n \"clz32\",\n \"cmp\",\n \"code\",\n \"codeBase\",\n \"codePointAt\",\n \"codeType\",\n \"colSpan\",\n \"collapse\",\n \"collapseToEnd\",\n \"collapseToStart\",\n \"collapsed\",\n \"collect\",\n \"colno\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"colorDepth\",\n \"colorInterpolation\",\n \"colorInterpolationFilters\",\n \"colorMask\",\n \"colorType\",\n \"cols\",\n \"columnCount\",\n \"columnFill\",\n \"columnGap\",\n \"columnNumber\",\n \"columnRule\",\n \"columnRuleColor\",\n \"columnRuleStyle\",\n \"columnRuleWidth\",\n \"columnSpan\",\n \"columnWidth\",\n \"columns\",\n \"command\",\n \"commitPreferences\",\n \"commonAncestorContainer\",\n \"compact\",\n \"compareBoundaryPoints\",\n \"compareDocumentPosition\",\n \"compareEndPoints\",\n \"compareNode\",\n \"comparePoint\",\n \"compatMode\",\n \"compatible\",\n \"compile\",\n \"compileShader\",\n \"complete\",\n \"componentFromPoint\",\n \"compositionEndOffset\",\n \"compositionStartOffset\",\n \"compressedTexImage2D\",\n \"compressedTexSubImage2D\",\n \"concat\",\n \"conditionText\",\n \"coneInnerAngle\",\n \"coneOuterAngle\",\n \"coneOuterGain\",\n \"confirm\",\n \"confirmComposition\",\n \"confirmSiteSpecificTrackingException\",\n \"confirmWebWideTrackingException\",\n \"connect\",\n \"connectEnd\",\n \"connectStart\",\n \"connected\",\n \"connection\",\n \"connectionSpeed\",\n \"console\",\n \"consolidate\",\n \"constrictionActive\",\n \"constructor\",\n \"contactID\",\n \"contains\",\n \"containsNode\",\n \"content\",\n \"contentDocument\",\n \"contentEditable\",\n \"contentOverflow\",\n \"contentScriptType\",\n \"contentStyleType\",\n \"contentType\",\n \"contentWindow\",\n \"context\",\n \"contextMenu\",\n \"contextmenu\",\n \"continue\",\n \"continuous\",\n \"control\",\n \"controller\",\n \"controls\",\n \"convertToSpecifiedUnits\",\n \"cookie\",\n \"cookieEnabled\",\n \"coords\",\n \"copyFromChannel\",\n \"copyTexImage2D\",\n \"copyTexSubImage2D\",\n \"copyToChannel\",\n \"copyWithin\",\n \"correspondingElement\",\n \"correspondingUseElement\",\n \"cos\",\n \"cosh\",\n \"count\",\n \"counter-increment\",\n \"counter-reset\",\n \"counterIncrement\",\n \"counterReset\",\n \"cpuClass\",\n \"cpuSleepAllowed\",\n \"create\",\n \"createAnalyser\",\n \"createAnswer\",\n \"createAttribute\",\n \"createAttributeNS\",\n \"createBiquadFilter\",\n \"createBuffer\",\n \"createBufferSource\",\n \"createCDATASection\",\n \"createCSSStyleSheet\",\n \"createCaption\",\n \"createChannelMerger\",\n \"createChannelSplitter\",\n \"createComment\",\n \"createContextualFragment\",\n \"createControlRange\",\n \"createConvolver\",\n \"createDTMFSender\",\n \"createDataChannel\",\n \"createDelay\",\n \"createDelayNode\",\n \"createDocument\",\n \"createDocumentFragment\",\n \"createDocumentType\",\n \"createDynamicsCompressor\",\n \"createElement\",\n \"createElementNS\",\n \"createEntityReference\",\n \"createEvent\",\n \"createEventObject\",\n \"createExpression\",\n \"createFramebuffer\",\n \"createFunction\",\n \"createGain\",\n \"createGainNode\",\n \"createHTMLDocument\",\n \"createImageBitmap\",\n \"createImageData\",\n \"createIndex\",\n \"createJavaScriptNode\",\n \"createLinearGradient\",\n \"createMediaElementSource\",\n \"createMediaKeys\",\n \"createMediaStreamDestination\",\n \"createMediaStreamSource\",\n \"createMutableFile\",\n \"createNSResolver\",\n \"createNodeIterator\",\n \"createNotification\",\n \"createObjectStore\",\n \"createObjectURL\",\n \"createOffer\",\n \"createOscillator\",\n \"createPanner\",\n \"createPattern\",\n \"createPeriodicWave\",\n \"createPopup\",\n \"createProcessingInstruction\",\n \"createProgram\",\n \"createRadialGradient\",\n \"createRange\",\n \"createRangeCollection\",\n \"createRenderbuffer\",\n \"createSVGAngle\",\n \"createSVGLength\",\n \"createSVGMatrix\",\n \"createSVGNumber\",\n \"createSVGPathSegArcAbs\",\n \"createSVGPathSegArcRel\",\n \"createSVGPathSegClosePath\",\n \"createSVGPathSegCurvetoCubicAbs\",\n \"createSVGPathSegCurvetoCubicRel\",\n \"createSVGPathSegCurvetoCubicSmoothAbs\",\n \"createSVGPathSegCurvetoCubicSmoothRel\",\n \"createSVGPathSegCurvetoQuadraticAbs\",\n \"createSVGPathSegCurvetoQuadraticRel\",\n \"createSVGPathSegCurvetoQuadraticSmoothAbs\",\n \"createSVGPathSegCurvetoQuadraticSmoothRel\",\n \"createSVGPathSegLinetoAbs\",\n \"createSVGPathSegLinetoHorizontalAbs\",\n \"createSVGPathSegLinetoHorizontalRel\",\n \"createSVGPathSegLinetoRel\",\n \"createSVGPathSegLinetoVerticalAbs\",\n \"createSVGPathSegLinetoVerticalRel\",\n \"createSVGPathSegMovetoAbs\",\n \"createSVGPathSegMovetoRel\",\n \"createSVGPoint\",\n \"createSVGRect\",\n \"createSVGTransform\",\n \"createSVGTransformFromMatrix\",\n \"createScriptProcessor\",\n \"createSession\",\n \"createShader\",\n \"createShadowRoot\",\n \"createStereoPanner\",\n \"createStyleSheet\",\n \"createTBody\",\n \"createTFoot\",\n \"createTHead\",\n \"createTextNode\",\n \"createTextRange\",\n \"createTexture\",\n \"createTouch\",\n \"createTouchList\",\n \"createTreeWalker\",\n \"createWaveShaper\",\n \"creationTime\",\n \"crossOrigin\",\n \"crypto\",\n \"csi\",\n \"cssFloat\",\n \"cssRules\",\n \"cssText\",\n \"cssValueType\",\n \"ctrlKey\",\n \"ctrlLeft\",\n \"cues\",\n \"cullFace\",\n \"currentNode\",\n \"currentPage\",\n \"currentScale\",\n \"currentScript\",\n \"currentSrc\",\n \"currentState\",\n \"currentStyle\",\n \"currentTarget\",\n \"currentTime\",\n \"currentTranslate\",\n \"currentView\",\n \"cursor\",\n \"curve\",\n \"customError\",\n \"cx\",\n \"cy\",\n \"d\",\n \"data\",\n \"dataFld\",\n \"dataFormatAs\",\n \"dataPageSize\",\n \"dataSrc\",\n \"dataTransfer\",\n \"database\",\n \"dataset\",\n \"dateTime\",\n \"db\",\n \"debug\",\n \"debuggerEnabled\",\n \"declare\",\n \"decode\",\n \"decodeAudioData\",\n \"decodingInfo\",\n \"decodeURI\",\n \"decodeURIComponent\",\n \"decrypt\",\n \"default\",\n \"defaultCharset\",\n \"defaultChecked\",\n \"defaultMuted\",\n \"defaultPlaybackRate\",\n \"defaultPrevented\",\n \"defaultSelected\",\n \"defaultStatus\",\n \"defaultURL\",\n \"defaultValue\",\n \"defaultView\",\n \"defaultstatus\",\n \"defer\",\n \"defineMagicFunction\",\n \"defineMagicVariable\",\n \"defineProperties\",\n \"defineProperty\",\n \"delayTime\",\n \"delete\",\n \"deleteBuffer\",\n \"deleteCaption\",\n \"deleteCell\",\n \"deleteContents\",\n \"deleteData\",\n \"deleteDatabase\",\n \"deleteFramebuffer\",\n \"deleteFromDocument\",\n \"deleteIndex\",\n \"deleteMedium\",\n \"deleteObjectStore\",\n \"deleteProgram\",\n \"deleteRenderbuffer\",\n \"deleteRow\",\n \"deleteRule\",\n \"deleteShader\",\n \"deleteTFoot\",\n \"deleteTHead\",\n \"deleteTexture\",\n \"deliverChangeRecords\",\n \"delivery\",\n \"deliveryInfo\",\n \"deliveryStatus\",\n \"deliveryTimestamp\",\n \"delta\",\n \"deltaMode\",\n \"deltaX\",\n \"deltaY\",\n \"deltaZ\",\n \"depthFunc\",\n \"depthMask\",\n \"depthRange\",\n \"deriveBits\",\n \"deriveKey\",\n \"description\",\n \"deselectAll\",\n \"designMode\",\n \"destination\",\n \"destinationURL\",\n \"detach\",\n \"detachEvent\",\n \"detachShader\",\n \"detail\",\n \"detune\",\n \"devicePixelRatio\",\n \"deviceXDPI\",\n \"deviceYDPI\",\n \"diffuseConstant\",\n \"digest\",\n \"dimensions\",\n \"dir\",\n \"dirName\",\n \"direction\",\n \"dirxml\",\n \"disable\",\n \"disableVertexAttribArray\",\n \"disabled\",\n \"dischargingTime\",\n \"disconnect\",\n \"dispatchEvent\",\n \"display\",\n \"distanceModel\",\n \"divisor\",\n \"djsapi\",\n \"djsproxy\",\n \"doImport\",\n \"doNotTrack\",\n \"doScroll\",\n \"doctype\",\n \"document\",\n \"documentElement\",\n \"documentMode\",\n \"documentURI\",\n \"dolphin\",\n \"dolphinGameCenter\",\n \"dolphininfo\",\n \"dolphinmeta\",\n \"domComplete\",\n \"domContentLoadedEventEnd\",\n \"domContentLoadedEventStart\",\n \"domInteractive\",\n \"domLoading\",\n \"domain\",\n \"domainLookupEnd\",\n \"domainLookupStart\",\n \"dominant-baseline\",\n \"dominantBaseline\",\n \"done\",\n \"dopplerFactor\",\n \"download\",\n \"dragDrop\",\n \"draggable\",\n \"drawArrays\",\n \"drawArraysInstancedANGLE\",\n \"drawCustomFocusRing\",\n \"drawElements\",\n \"drawElementsInstancedANGLE\",\n \"drawFocusIfNeeded\",\n \"drawImage\",\n \"drawImageFromRect\",\n \"drawSystemFocusRing\",\n \"drawingBufferHeight\",\n \"drawingBufferWidth\",\n \"dropEffect\",\n \"droppedVideoFrames\",\n \"dropzone\",\n \"dump\",\n \"duplicate\",\n \"duration\",\n \"dvname\",\n \"dvnum\",\n \"dx\",\n \"dy\",\n \"dynsrc\",\n \"e\",\n \"edgeMode\",\n \"effectAllowed\",\n \"elapsedTime\",\n \"elementFromPoint\",\n \"elements\",\n \"elevation\",\n \"ellipse\",\n \"email\",\n \"embeds\",\n \"empty\",\n \"empty-cells\",\n \"emptyCells\",\n \"enable\",\n \"enableBackground\",\n \"enableStyleSheetsForSet\",\n \"enableVertexAttribArray\",\n \"enabled\",\n \"enabledPlugin\",\n \"encode\",\n \"encodeURI\",\n \"encodeURIComponent\",\n \"encoding\",\n \"encrypt\",\n \"enctype\",\n \"end\",\n \"endContainer\",\n \"endElement\",\n \"endElementAt\",\n \"endOfStream\",\n \"endOffset\",\n \"endTime\",\n \"ended\",\n \"endsWith\",\n \"entities\",\n \"entries\",\n \"entryType\",\n \"enumerate\",\n \"enumerateEditable\",\n \"error\",\n \"errorCode\",\n \"escape\",\n \"eval\",\n \"evaluate\",\n \"event\",\n \"eventPhase\",\n \"every\",\n \"exception\",\n \"exec\",\n \"execCommand\",\n \"execCommandShowHelp\",\n \"execScript\",\n \"exitFullscreen\",\n \"exitPointerLock\",\n \"exp\",\n \"expand\",\n \"expandEntityReferences\",\n \"expando\",\n \"expansion\",\n \"expiryDate\",\n \"explicitOriginalTarget\",\n \"expm1\",\n \"exponent\",\n \"exponentialRampToValueAtTime\",\n \"exportKey\",\n \"extend\",\n \"extensions\",\n \"extentNode\",\n \"extentOffset\",\n \"external\",\n \"externalResourcesRequired\",\n \"extractContents\",\n \"extractable\",\n \"f\",\n \"face\",\n \"factoryReset\",\n \"fallback\",\n \"familyName\",\n \"farthestViewportElement\",\n \"fastSeek\",\n \"fatal\",\n \"fetch\",\n \"fetchStart\",\n \"fftSize\",\n \"fgColor\",\n \"fileCreatedDate\",\n \"fileHandle\",\n \"fileModifiedDate\",\n \"fileName\",\n \"fileSize\",\n \"fileUpdatedDate\",\n \"filename\",\n \"files\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"fillOpacity\",\n \"fillRect\",\n \"fillRule\",\n \"fillStyle\",\n \"fillText\",\n \"filter\",\n \"filterResX\",\n \"filterResY\",\n \"filterUnits\",\n \"filters\",\n \"finally\",\n \"find\",\n \"findIndex\",\n \"findRule\",\n \"findText\",\n \"finish\",\n \"fireEvent\",\n \"firstChild\",\n \"firstElementChild\",\n \"firstPage\",\n \"fixed\",\n \"flex\",\n \"flex-basis\",\n \"flex-direction\",\n \"flex-flow\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"flexBasis\",\n \"flexDirection\",\n \"flexFlow\",\n \"flexGrow\",\n \"flexShrink\",\n \"flexWrap\",\n \"flipX\",\n \"flipY\",\n \"float\",\n \"flood-color\",\n \"flood-opacity\",\n \"floodColor\",\n \"floodOpacity\",\n \"floor\",\n \"flush\",\n \"focus\",\n \"focusNode\",\n \"focusOffset\",\n \"font\",\n \"font-family\",\n \"font-feature-settings\",\n \"font-kerning\",\n \"font-language-override\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-synthesis\",\n \"font-variant\",\n \"font-variant-alternates\",\n \"font-variant-caps\",\n \"font-variant-east-asian\",\n \"font-variant-ligatures\",\n \"font-variant-numeric\",\n \"font-variant-position\",\n \"font-weight\",\n \"fontFamily\",\n \"fontFeatureSettings\",\n \"fontKerning\",\n \"fontLanguageOverride\",\n \"fontSize\",\n \"fontSizeAdjust\",\n \"fontSmoothingEnabled\",\n \"fontStretch\",\n \"fontStyle\",\n \"fontSynthesis\",\n \"fontVariant\",\n \"fontVariantAlternates\",\n \"fontVariantCaps\",\n \"fontVariantEastAsian\",\n \"fontVariantLigatures\",\n \"fontVariantNumeric\",\n \"fontVariantPosition\",\n \"fontWeight\",\n \"fontcolor\",\n \"fonts\",\n \"fontsize\",\n \"for\",\n \"forEach\",\n \"forceRedraw\",\n \"form\",\n \"formAction\",\n \"formEnctype\",\n \"formMethod\",\n \"formNoValidate\",\n \"formTarget\",\n \"format\",\n \"forms\",\n \"forward\",\n \"fr\",\n \"frame\",\n \"frameBorder\",\n \"frameElement\",\n \"frameSpacing\",\n \"framebufferRenderbuffer\",\n \"framebufferTexture2D\",\n \"frames\",\n \"freeSpace\",\n \"freeze\",\n \"frequency\",\n \"frequencyBinCount\",\n \"from\",\n \"fromCharCode\",\n \"fromCodePoint\",\n \"fromElement\",\n \"frontFace\",\n \"fround\",\n \"fullScreen\",\n \"fullscreenElement\",\n \"fullscreenEnabled\",\n \"fx\",\n \"fy\",\n \"gain\",\n \"gamepad\",\n \"gamma\",\n \"genderIdentity\",\n \"generateKey\",\n \"generateMipmap\",\n \"generateRequest\",\n \"geolocation\",\n \"gestureObject\",\n \"get\",\n \"getActiveAttrib\",\n \"getActiveUniform\",\n \"getAdjacentText\",\n \"getAll\",\n \"getAllResponseHeaders\",\n \"getAsFile\",\n \"getAsString\",\n \"getAttachedShaders\",\n \"getAttribLocation\",\n \"getAttribute\",\n \"getAttributeNS\",\n \"getAttributeNode\",\n \"getAttributeNodeNS\",\n \"getAudioTracks\",\n \"getBBox\",\n \"getBattery\",\n \"getBlob\",\n \"getBookmark\",\n \"getBoundingClientRect\",\n \"getBufferParameter\",\n \"getByteFrequencyData\",\n \"getByteTimeDomainData\",\n \"getCSSCanvasContext\",\n \"getCTM\",\n \"getCandidateWindowClientRect\",\n \"getChannelData\",\n \"getCharNumAtPosition\",\n \"getClientRect\",\n \"getClientRects\",\n \"getCompositionAlternatives\",\n \"getComputedStyle\",\n \"getComputedTextLength\",\n \"getConfiguration\",\n \"getContext\",\n \"getContextAttributes\",\n \"getCounterValue\",\n \"getCueAsHTML\",\n \"getCueById\",\n \"getCurrentPosition\",\n \"getCurrentTime\",\n \"getData\",\n \"getDatabaseNames\",\n \"getDate\",\n \"getDay\",\n \"getDefaultComputedStyle\",\n \"getDestinationInsertionPoints\",\n \"getDistributedNodes\",\n \"getEditable\",\n \"getElementById\",\n \"getElementsByClassName\",\n \"getElementsByName\",\n \"getElementsByTagName\",\n \"getElementsByTagNameNS\",\n \"getEnclosureList\",\n \"getEndPositionOfChar\",\n \"getEntries\",\n \"getEntriesByName\",\n \"getEntriesByType\",\n \"getError\",\n \"getExtension\",\n \"getExtentOfChar\",\n \"getFeature\",\n \"getFile\",\n \"getFloat32\",\n \"getFloat64\",\n \"getFloatFrequencyData\",\n \"getFloatTimeDomainData\",\n \"getFloatValue\",\n \"getFramebufferAttachmentParameter\",\n \"getFrequencyResponse\",\n \"getFullYear\",\n \"getGamepads\",\n \"getHours\",\n \"getImageData\",\n \"getInt16\",\n \"getInt32\",\n \"getInt8\",\n \"getIntersectionList\",\n \"getItem\",\n \"getItems\",\n \"getKey\",\n \"getLineDash\",\n \"getLocalStreams\",\n \"getMarks\",\n \"getMatchedCSSRules\",\n \"getMeasures\",\n \"getMetadata\",\n \"getMilliseconds\",\n \"getMinutes\",\n \"getModifierState\",\n \"getMonth\",\n \"getNamedItem\",\n \"getNamedItemNS\",\n \"getNotifier\",\n \"getNumberOfChars\",\n \"getOverrideHistoryNavigationMode\",\n \"getOverrideStyle\",\n \"getOwnPropertyDescriptor\",\n \"getOwnPropertyNames\",\n \"getOwnPropertySymbols\",\n \"getParameter\",\n \"getPathSegAtLength\",\n \"getPointAtLength\",\n \"getPreference\",\n \"getPreferenceDefault\",\n \"getPresentationAttribute\",\n \"getPreventDefault\",\n \"getProgramInfoLog\",\n \"getProgramParameter\",\n \"getPropertyCSSValue\",\n \"getPropertyPriority\",\n \"getPropertyShorthand\",\n \"getPropertyValue\",\n \"getPrototypeOf\",\n \"getRGBColorValue\",\n \"getRandomValues\",\n \"getRangeAt\",\n \"getReceivers\",\n \"getRectValue\",\n \"getRegistration\",\n \"getRemoteStreams\",\n \"getRenderbufferParameter\",\n \"getResponseHeader\",\n \"getRoot\",\n \"getRotationOfChar\",\n \"getSVGDocument\",\n \"getScreenCTM\",\n \"getSeconds\",\n \"getSelection\",\n \"getSenders\",\n \"getShaderInfoLog\",\n \"getShaderParameter\",\n \"getShaderPrecisionFormat\",\n \"getShaderSource\",\n \"getSimpleDuration\",\n \"getSiteIcons\",\n \"getSources\",\n \"getSpeculativeParserUrls\",\n \"getStartPositionOfChar\",\n \"getStartTime\",\n \"getStats\",\n \"getStorageUpdates\",\n \"getStreamById\",\n \"getStringValue\",\n \"getSubStringLength\",\n \"getSubscription\",\n \"getSupportedExtensions\",\n \"getTexParameter\",\n \"getTime\",\n \"getTimezoneOffset\",\n \"getTotalLength\",\n \"getTrackById\",\n \"getTracks\",\n \"getTransformToElement\",\n \"getUTCDate\",\n \"getUTCDay\",\n \"getUTCFullYear\",\n \"getUTCHours\",\n \"getUTCMilliseconds\",\n \"getUTCMinutes\",\n \"getUTCMonth\",\n \"getUTCSeconds\",\n \"getUint16\",\n \"getUint32\",\n \"getUint8\",\n \"getUniform\",\n \"getUniformLocation\",\n \"getUserMedia\",\n \"getValues\",\n \"getVarDate\",\n \"getVariableValue\",\n \"getVertexAttrib\",\n \"getVertexAttribOffset\",\n \"getVideoPlaybackQuality\",\n \"getVideoTracks\",\n \"getWakeLockState\",\n \"getYear\",\n \"givenName\",\n \"global\",\n \"globalAlpha\",\n \"globalCompositeOperation\",\n \"glyphOrientationHorizontal\",\n \"glyphOrientationVertical\",\n \"glyphRef\",\n \"go\",\n \"gradientTransform\",\n \"gradientUnits\",\n \"grammars\",\n \"green\",\n \"group\",\n \"groupCollapsed\",\n \"groupEnd\",\n \"hardwareConcurrency\",\n \"has\",\n \"hasAttribute\",\n \"hasAttributeNS\",\n \"hasAttributes\",\n \"hasChildNodes\",\n \"hasComposition\",\n \"hasExtension\",\n \"hasFeature\",\n \"hasFocus\",\n \"hasLayout\",\n \"hasOwnProperty\",\n \"hash\",\n \"head\",\n \"headers\",\n \"heading\",\n \"height\",\n \"hidden\",\n \"hide\",\n \"hideFocus\",\n \"high\",\n \"hint\",\n \"history\",\n \"honorificPrefix\",\n \"honorificSuffix\",\n \"horizontalOverflow\",\n \"host\",\n \"hostname\",\n \"href\",\n \"hreflang\",\n \"hspace\",\n \"html5TagCheckInerface\",\n \"htmlFor\",\n \"htmlText\",\n \"httpEquiv\",\n \"hwTimestamp\",\n \"hypot\",\n \"iccId\",\n \"iceConnectionState\",\n \"iceGatheringState\",\n \"icon\",\n \"id\",\n \"identifier\",\n \"identity\",\n \"ignoreBOM\",\n \"ignoreCase\",\n \"image-orientation\",\n \"image-rendering\",\n \"imageOrientation\",\n \"imageRendering\",\n \"images\",\n \"ime-mode\",\n \"imeMode\",\n \"implementation\",\n \"importKey\",\n \"importNode\",\n \"importStylesheet\",\n \"imports\",\n \"impp\",\n \"imul\",\n \"in1\",\n \"in2\",\n \"inBandMetadataTrackDispatchType\",\n \"inRange\",\n \"includes\",\n \"incremental\",\n \"indeterminate\",\n \"index\",\n \"indexNames\",\n \"indexOf\",\n \"indexedDB\",\n \"inertiaDestinationX\",\n \"inertiaDestinationY\",\n \"info\",\n \"init\",\n \"initAnimationEvent\",\n \"initBeforeLoadEvent\",\n \"initClipboardEvent\",\n \"initCloseEvent\",\n \"initCommandEvent\",\n \"initCompositionEvent\",\n \"initCustomEvent\",\n \"initData\",\n \"initDeviceMotionEvent\",\n \"initDeviceOrientationEvent\",\n \"initDragEvent\",\n \"initErrorEvent\",\n \"initEvent\",\n \"initFocusEvent\",\n \"initGestureEvent\",\n \"initHashChangeEvent\",\n \"initKeyEvent\",\n \"initKeyboardEvent\",\n \"initMSManipulationEvent\",\n \"initMessageEvent\",\n \"initMouseEvent\",\n \"initMouseScrollEvent\",\n \"initMouseWheelEvent\",\n \"initMutationEvent\",\n \"initNSMouseEvent\",\n \"initOverflowEvent\",\n \"initPageEvent\",\n \"initPageTransitionEvent\",\n \"initPointerEvent\",\n \"initPopStateEvent\",\n \"initProgressEvent\",\n \"initScrollAreaEvent\",\n \"initSimpleGestureEvent\",\n \"initStorageEvent\",\n \"initTextEvent\",\n \"initTimeEvent\",\n \"initTouchEvent\",\n \"initTransitionEvent\",\n \"initUIEvent\",\n \"initWebKitAnimationEvent\",\n \"initWebKitTransitionEvent\",\n \"initWebKitWheelEvent\",\n \"initWheelEvent\",\n \"initialTime\",\n \"initialize\",\n \"initiatorType\",\n \"inner\",\n \"innerHTML\",\n \"innerHeight\",\n \"innerText\",\n \"innerWidth\",\n \"input\",\n \"inputBuffer\",\n \"inputEncoding\",\n \"inputMethod\",\n \"insertAdjacentElement\",\n \"insertAdjacentHTML\",\n \"insertAdjacentText\",\n \"insertBefore\",\n \"insertCell\",\n \"insertData\",\n \"insertItemBefore\",\n \"insertNode\",\n \"insertRow\",\n \"insertRule\",\n \"instanceRoot\",\n \"intercept\",\n \"interimResults\",\n \"internalSubset\",\n \"intersectsNode\",\n \"interval\",\n \"invalidIteratorState\",\n \"inverse\",\n \"invertSelf\",\n \"is\",\n \"is2D\",\n \"isAlternate\",\n \"isArray\",\n \"isBingCurrentSearchDefault\",\n \"isBuffer\",\n \"isCandidateWindowVisible\",\n \"isChar\",\n \"isCollapsed\",\n \"isComposing\",\n \"isContentEditable\",\n \"isContentHandlerRegistered\",\n \"isContextLost\",\n \"isDefaultNamespace\",\n \"isDisabled\",\n \"isEnabled\",\n \"isEqual\",\n \"isEqualNode\",\n \"isExtensible\",\n \"isFinite\",\n \"isFramebuffer\",\n \"isFrozen\",\n \"isGenerator\",\n \"isId\",\n \"isInjected\",\n \"isInteger\",\n \"isMap\",\n \"isMultiLine\",\n \"isNaN\",\n \"isOpen\",\n \"isPointInFill\",\n \"isPointInPath\",\n \"isPointInRange\",\n \"isPointInStroke\",\n \"isPrefAlternate\",\n \"isPrimary\",\n \"isProgram\",\n \"isPropertyImplicit\",\n \"isProtocolHandlerRegistered\",\n \"isPrototypeOf\",\n \"isRenderbuffer\",\n \"isSafeInteger\",\n \"isSameNode\",\n \"isSealed\",\n \"isShader\",\n \"isSupported\",\n \"isTextEdit\",\n \"isTexture\",\n \"isTrusted\",\n \"isTypeSupported\",\n \"isView\",\n \"isolation\",\n \"italics\",\n \"item\",\n \"itemId\",\n \"itemProp\",\n \"itemRef\",\n \"itemScope\",\n \"itemType\",\n \"itemValue\",\n \"iterateNext\",\n \"iterator\",\n \"javaEnabled\",\n \"jobTitle\",\n \"join\",\n \"json\",\n \"justify-content\",\n \"justifyContent\",\n \"k1\",\n \"k2\",\n \"k3\",\n \"k4\",\n \"kernelMatrix\",\n \"kernelUnitLengthX\",\n \"kernelUnitLengthY\",\n \"kerning\",\n \"key\",\n \"keyCode\",\n \"keyFor\",\n \"keyIdentifier\",\n \"keyLightEnabled\",\n \"keyLocation\",\n \"keyPath\",\n \"keySystem\",\n \"keyText\",\n \"keyUsage\",\n \"keys\",\n \"keytype\",\n \"kind\",\n \"knee\",\n \"label\",\n \"labels\",\n \"lang\",\n \"language\",\n \"languages\",\n \"largeArcFlag\",\n \"lastChild\",\n \"lastElementChild\",\n \"lastEventId\",\n \"lastIndex\",\n \"lastIndexOf\",\n \"lastMatch\",\n \"lastMessageSubject\",\n \"lastMessageType\",\n \"lastModified\",\n \"lastModifiedDate\",\n \"lastPage\",\n \"lastParen\",\n \"lastState\",\n \"lastStyleSheetSet\",\n \"latitude\",\n \"layerX\",\n \"layerY\",\n \"layoutFlow\",\n \"layoutGrid\",\n \"layoutGridChar\",\n \"layoutGridLine\",\n \"layoutGridMode\",\n \"layoutGridType\",\n \"lbound\",\n \"left\",\n \"leftContext\",\n \"leftMargin\",\n \"length\",\n \"lengthAdjust\",\n \"lengthComputable\",\n \"letter-spacing\",\n \"letterSpacing\",\n \"level\",\n \"lighting-color\",\n \"lightingColor\",\n \"limitingConeAngle\",\n \"line\",\n \"line-height\",\n \"lineAlign\",\n \"lineBreak\",\n \"lineCap\",\n \"lineDashOffset\",\n \"lineHeight\",\n \"lineJoin\",\n \"lineNumber\",\n \"lineTo\",\n \"lineWidth\",\n \"linearRampToValueAtTime\",\n \"lineno\",\n \"link\",\n \"linkColor\",\n \"linkProgram\",\n \"links\",\n \"list\",\n \"list-style\",\n \"list-style-image\",\n \"list-style-position\",\n \"list-style-type\",\n \"listStyle\",\n \"listStyleImage\",\n \"listStylePosition\",\n \"listStyleType\",\n \"listener\",\n \"load\",\n \"loadEventEnd\",\n \"loadEventStart\",\n \"loadTimes\",\n \"loaded\",\n \"localDescription\",\n \"localName\",\n \"localStorage\",\n \"locale\",\n \"localeCompare\",\n \"location\",\n \"locationbar\",\n \"lock\",\n \"lockedFile\",\n \"log\",\n \"log10\",\n \"log1p\",\n \"log2\",\n \"logicalXDPI\",\n \"logicalYDPI\",\n \"longDesc\",\n \"longitude\",\n \"lookupNamespaceURI\",\n \"lookupPrefix\",\n \"loop\",\n \"loopEnd\",\n \"loopStart\",\n \"looping\",\n \"low\",\n \"lower\",\n \"lowerBound\",\n \"lowerOpen\",\n \"lowsrc\",\n \"m11\",\n \"m12\",\n \"m13\",\n \"m14\",\n \"m21\",\n \"m22\",\n \"m23\",\n \"m24\",\n \"m31\",\n \"m32\",\n \"m33\",\n \"m34\",\n \"m41\",\n \"m42\",\n \"m43\",\n \"m44\",\n \"manifest\",\n \"map\",\n \"mapping\",\n \"margin\",\n \"margin-bottom\",\n \"margin-left\",\n \"margin-right\",\n \"margin-top\",\n \"marginBottom\",\n \"marginHeight\",\n \"marginLeft\",\n \"marginRight\",\n \"marginTop\",\n \"marginWidth\",\n \"mark\",\n \"marker\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-offset\",\n \"marker-start\",\n \"markerEnd\",\n \"markerHeight\",\n \"markerMid\",\n \"markerOffset\",\n \"markerStart\",\n \"markerUnits\",\n \"markerWidth\",\n \"marks\",\n \"mask\",\n \"mask-type\",\n \"maskContentUnits\",\n \"maskType\",\n \"maskUnits\",\n \"match\",\n \"matchMedia\",\n \"matchMedium\",\n \"matches\",\n \"matrix\",\n \"matrixTransform\",\n \"max\",\n \"max-height\",\n \"max-width\",\n \"maxAlternatives\",\n \"maxChannelCount\",\n \"maxConnectionsPerServer\",\n \"maxDecibels\",\n \"maxDistance\",\n \"maxHeight\",\n \"maxLength\",\n \"maxTouchPoints\",\n \"maxValue\",\n \"maxWidth\",\n \"measure\",\n \"measureText\",\n \"media\",\n \"mediaCapabilities\",\n \"mediaDevices\",\n \"mediaElement\",\n \"mediaGroup\",\n \"mediaKeys\",\n \"mediaText\",\n \"meetOrSlice\",\n \"memory\",\n \"menubar\",\n \"mergeAttributes\",\n \"message\",\n \"messageClass\",\n \"messageHandlers\",\n \"metaKey\",\n \"method\",\n \"mimeType\",\n \"mimeTypes\",\n \"min\",\n \"min-height\",\n \"min-width\",\n \"minDecibels\",\n \"minHeight\",\n \"minValue\",\n \"minWidth\",\n \"miterLimit\",\n \"mix-blend-mode\",\n \"mixBlendMode\",\n \"mode\",\n \"modify\",\n \"mount\",\n \"move\",\n \"moveBy\",\n \"moveEnd\",\n \"moveFirst\",\n \"moveFocusDown\",\n \"moveFocusLeft\",\n \"moveFocusRight\",\n \"moveFocusUp\",\n \"moveNext\",\n \"moveRow\",\n \"moveStart\",\n \"moveTo\",\n \"moveToBookmark\",\n \"moveToElementText\",\n \"moveToPoint\",\n \"mozAdd\",\n \"mozAnimationStartTime\",\n \"mozAnon\",\n \"mozApps\",\n \"mozAudioCaptured\",\n \"mozAudioChannelType\",\n \"mozAutoplayEnabled\",\n \"mozCancelAnimationFrame\",\n \"mozCancelFullScreen\",\n \"mozCancelRequestAnimationFrame\",\n \"mozCaptureStream\",\n \"mozCaptureStreamUntilEnded\",\n \"mozClearDataAt\",\n \"mozContact\",\n \"mozContacts\",\n \"mozCreateFileHandle\",\n \"mozCurrentTransform\",\n \"mozCurrentTransformInverse\",\n \"mozCursor\",\n \"mozDash\",\n \"mozDashOffset\",\n \"mozDecodedFrames\",\n \"mozExitPointerLock\",\n \"mozFillRule\",\n \"mozFragmentEnd\",\n \"mozFrameDelay\",\n \"mozFullScreen\",\n \"mozFullScreenElement\",\n \"mozFullScreenEnabled\",\n \"mozGetAll\",\n \"mozGetAllKeys\",\n \"mozGetAsFile\",\n \"mozGetDataAt\",\n \"mozGetMetadata\",\n \"mozGetUserMedia\",\n \"mozHasAudio\",\n \"mozHasItem\",\n \"mozHidden\",\n \"mozImageSmoothingEnabled\",\n \"mozIndexedDB\",\n \"mozInnerScreenX\",\n \"mozInnerScreenY\",\n \"mozInputSource\",\n \"mozIsTextField\",\n \"mozItem\",\n \"mozItemCount\",\n \"mozItems\",\n \"mozLength\",\n \"mozLockOrientation\",\n \"mozMatchesSelector\",\n \"mozMovementX\",\n \"mozMovementY\",\n \"mozOpaque\",\n \"mozOrientation\",\n \"mozPaintCount\",\n \"mozPaintedFrames\",\n \"mozParsedFrames\",\n \"mozPay\",\n \"mozPointerLockElement\",\n \"mozPresentedFrames\",\n \"mozPreservesPitch\",\n \"mozPressure\",\n \"mozPrintCallback\",\n \"mozRTCIceCandidate\",\n \"mozRTCPeerConnection\",\n \"mozRTCSessionDescription\",\n \"mozRemove\",\n \"mozRequestAnimationFrame\",\n \"mozRequestFullScreen\",\n \"mozRequestPointerLock\",\n \"mozSetDataAt\",\n \"mozSetImageElement\",\n \"mozSourceNode\",\n \"mozSrcObject\",\n \"mozSystem\",\n \"mozTCPSocket\",\n \"mozTextStyle\",\n \"mozTypesAt\",\n \"mozUnlockOrientation\",\n \"mozUserCancelled\",\n \"mozVisibilityState\",\n \"msAnimation\",\n \"msAnimationDelay\",\n \"msAnimationDirection\",\n \"msAnimationDuration\",\n \"msAnimationFillMode\",\n \"msAnimationIterationCount\",\n \"msAnimationName\",\n \"msAnimationPlayState\",\n \"msAnimationStartTime\",\n \"msAnimationTimingFunction\",\n \"msBackfaceVisibility\",\n \"msBlockProgression\",\n \"msCSSOMElementFloatMetrics\",\n \"msCaching\",\n \"msCachingEnabled\",\n \"msCancelRequestAnimationFrame\",\n \"msCapsLockWarningOff\",\n \"msClearImmediate\",\n \"msClose\",\n \"msContentZoomChaining\",\n \"msContentZoomFactor\",\n \"msContentZoomLimit\",\n \"msContentZoomLimitMax\",\n \"msContentZoomLimitMin\",\n \"msContentZoomSnap\",\n \"msContentZoomSnapPoints\",\n \"msContentZoomSnapType\",\n \"msContentZooming\",\n \"msConvertURL\",\n \"msCrypto\",\n \"msDoNotTrack\",\n \"msElementsFromPoint\",\n \"msElementsFromRect\",\n \"msExitFullscreen\",\n \"msExtendedCode\",\n \"msFillRule\",\n \"msFirstPaint\",\n \"msFlex\",\n \"msFlexAlign\",\n \"msFlexDirection\",\n \"msFlexFlow\",\n \"msFlexItemAlign\",\n \"msFlexLinePack\",\n \"msFlexNegative\",\n \"msFlexOrder\",\n \"msFlexPack\",\n \"msFlexPositive\",\n \"msFlexPreferredSize\",\n \"msFlexWrap\",\n \"msFlowFrom\",\n \"msFlowInto\",\n \"msFontFeatureSettings\",\n \"msFullscreenElement\",\n \"msFullscreenEnabled\",\n \"msGetInputContext\",\n \"msGetRegionContent\",\n \"msGetUntransformedBounds\",\n \"msGraphicsTrustStatus\",\n \"msGridColumn\",\n \"msGridColumnAlign\",\n \"msGridColumnSpan\",\n \"msGridColumns\",\n \"msGridRow\",\n \"msGridRowAlign\",\n \"msGridRowSpan\",\n \"msGridRows\",\n \"msHidden\",\n \"msHighContrastAdjust\",\n \"msHyphenateLimitChars\",\n \"msHyphenateLimitLines\",\n \"msHyphenateLimitZone\",\n \"msHyphens\",\n \"msImageSmoothingEnabled\",\n \"msImeAlign\",\n \"msIndexedDB\",\n \"msInterpolationMode\",\n \"msIsStaticHTML\",\n \"msKeySystem\",\n \"msKeys\",\n \"msLaunchUri\",\n \"msLockOrientation\",\n \"msManipulationViewsEnabled\",\n \"msMatchMedia\",\n \"msMatchesSelector\",\n \"msMaxTouchPoints\",\n \"msOrientation\",\n \"msOverflowStyle\",\n \"msPerspective\",\n \"msPerspectiveOrigin\",\n \"msPlayToDisabled\",\n \"msPlayToPreferredSourceUri\",\n \"msPlayToPrimary\",\n \"msPointerEnabled\",\n \"msRegionOverflow\",\n \"msReleasePointerCapture\",\n \"msRequestAnimationFrame\",\n \"msRequestFullscreen\",\n \"msSaveBlob\",\n \"msSaveOrOpenBlob\",\n \"msScrollChaining\",\n \"msScrollLimit\",\n \"msScrollLimitXMax\",\n \"msScrollLimitXMin\",\n \"msScrollLimitYMax\",\n \"msScrollLimitYMin\",\n \"msScrollRails\",\n \"msScrollSnapPointsX\",\n \"msScrollSnapPointsY\",\n \"msScrollSnapType\",\n \"msScrollSnapX\",\n \"msScrollSnapY\",\n \"msScrollTranslation\",\n \"msSetImmediate\",\n \"msSetMediaKeys\",\n \"msSetPointerCapture\",\n \"msTextCombineHorizontal\",\n \"msTextSizeAdjust\",\n \"msToBlob\",\n \"msTouchAction\",\n \"msTouchSelect\",\n \"msTraceAsyncCallbackCompleted\",\n \"msTraceAsyncCallbackStarting\",\n \"msTraceAsyncOperationCompleted\",\n \"msTraceAsyncOperationStarting\",\n \"msTransform\",\n \"msTransformOrigin\",\n \"msTransformStyle\",\n \"msTransition\",\n \"msTransitionDelay\",\n \"msTransitionDuration\",\n \"msTransitionProperty\",\n \"msTransitionTimingFunction\",\n \"msUnlockOrientation\",\n \"msUpdateAsyncCallbackRelation\",\n \"msUserSelect\",\n \"msVisibilityState\",\n \"msWrapFlow\",\n \"msWrapMargin\",\n \"msWrapThrough\",\n \"msWriteProfilerMark\",\n \"msZoom\",\n \"msZoomTo\",\n \"mt\",\n \"multiEntry\",\n \"multiSelectionObj\",\n \"multiline\",\n \"multiple\",\n \"multiply\",\n \"multiplySelf\",\n \"mutableFile\",\n \"muted\",\n \"n\",\n \"name\",\n \"nameProp\",\n \"namedItem\",\n \"namedRecordset\",\n \"names\",\n \"namespaceURI\",\n \"namespaces\",\n \"naturalHeight\",\n \"naturalWidth\",\n \"navigate\",\n \"navigation\",\n \"navigationMode\",\n \"navigationStart\",\n \"navigator\",\n \"near\",\n \"nearestViewportElement\",\n \"negative\",\n \"netscape\",\n \"networkState\",\n \"newScale\",\n \"newTranslate\",\n \"newURL\",\n \"newValue\",\n \"newValueSpecifiedUnits\",\n \"newVersion\",\n \"newhome\",\n \"next\",\n \"nextElementSibling\",\n \"nextNode\",\n \"nextPage\",\n \"nextSibling\",\n \"nickname\",\n \"noHref\",\n \"noResize\",\n \"noShade\",\n \"noValidate\",\n \"noWrap\",\n \"nodeName\",\n \"nodeType\",\n \"nodeValue\",\n \"normalize\",\n \"normalizedPathSegList\",\n \"notationName\",\n \"notations\",\n \"note\",\n \"noteGrainOn\",\n \"noteOff\",\n \"noteOn\",\n \"now\",\n \"numOctaves\",\n \"number\",\n \"numberOfChannels\",\n \"numberOfInputs\",\n \"numberOfItems\",\n \"numberOfOutputs\",\n \"numberValue\",\n \"oMatchesSelector\",\n \"object\",\n \"object-fit\",\n \"object-position\",\n \"objectFit\",\n \"objectPosition\",\n \"objectStore\",\n \"objectStoreNames\",\n \"observe\",\n \"of\",\n \"offscreenBuffering\",\n \"offset\",\n \"offsetHeight\",\n \"offsetLeft\",\n \"offsetNode\",\n \"offsetParent\",\n \"offsetTop\",\n \"offsetWidth\",\n \"offsetX\",\n \"offsetY\",\n \"ok\",\n \"oldURL\",\n \"oldValue\",\n \"oldVersion\",\n \"olderShadowRoot\",\n \"onLine\",\n \"onabort\",\n \"onactivate\",\n \"onactive\",\n \"onaddstream\",\n \"onaddtrack\",\n \"onafterprint\",\n \"onafterscriptexecute\",\n \"onafterupdate\",\n \"onaudioend\",\n \"onaudioprocess\",\n \"onaudiostart\",\n \"onautocomplete\",\n \"onautocompleteerror\",\n \"onbeforeactivate\",\n \"onbeforecopy\",\n \"onbeforecut\",\n \"onbeforedeactivate\",\n \"onbeforeeditfocus\",\n \"onbeforepaste\",\n \"onbeforeprint\",\n \"onbeforescriptexecute\",\n \"onbeforeunload\",\n \"onbeforeupdate\",\n \"onblocked\",\n \"onblur\",\n \"onbounce\",\n \"onboundary\",\n \"oncached\",\n \"oncancel\",\n \"oncandidatewindowhide\",\n \"oncandidatewindowshow\",\n \"oncandidatewindowupdate\",\n \"oncanplay\",\n \"oncanplaythrough\",\n \"oncellchange\",\n \"onchange\",\n \"onchargingchange\",\n \"onchargingtimechange\",\n \"onchecking\",\n \"onclick\",\n \"onclose\",\n \"oncompassneedscalibration\",\n \"oncomplete\",\n \"oncontextmenu\",\n \"oncontrolselect\",\n \"oncopy\",\n \"oncuechange\",\n \"oncut\",\n \"ondataavailable\",\n \"ondatachannel\",\n \"ondatasetchanged\",\n \"ondatasetcomplete\",\n \"ondblclick\",\n \"ondeactivate\",\n \"ondevicelight\",\n \"ondevicemotion\",\n \"ondeviceorientation\",\n \"ondeviceproximity\",\n \"ondischargingtimechange\",\n \"ondisplay\",\n \"ondownloading\",\n \"ondrag\",\n \"ondragend\",\n \"ondragenter\",\n \"ondragleave\",\n \"ondragover\",\n \"ondragstart\",\n \"ondrop\",\n \"ondurationchange\",\n \"onemptied\",\n \"onencrypted\",\n \"onend\",\n \"onended\",\n \"onenter\",\n \"onerror\",\n \"onerrorupdate\",\n \"onexit\",\n \"onfilterchange\",\n \"onfinish\",\n \"onfocus\",\n \"onfocusin\",\n \"onfocusout\",\n \"onfullscreenchange\",\n \"onfullscreenerror\",\n \"ongesturechange\",\n \"ongestureend\",\n \"ongesturestart\",\n \"ongotpointercapture\",\n \"onhashchange\",\n \"onhelp\",\n \"onicecandidate\",\n \"oniceconnectionstatechange\",\n \"oninactive\",\n \"oninput\",\n \"oninvalid\",\n \"onkeydown\",\n \"onkeypress\",\n \"onkeyup\",\n \"onlanguagechange\",\n \"onlayoutcomplete\",\n \"onlevelchange\",\n \"onload\",\n \"onloadeddata\",\n \"onloadedmetadata\",\n \"onloadend\",\n \"onloadstart\",\n \"onlosecapture\",\n \"onlostpointercapture\",\n \"only\",\n \"onmark\",\n \"onmessage\",\n \"onmousedown\",\n \"onmouseenter\",\n \"onmouseleave\",\n \"onmousemove\",\n \"onmouseout\",\n \"onmouseover\",\n \"onmouseup\",\n \"onmousewheel\",\n \"onmove\",\n \"onmoveend\",\n \"onmovestart\",\n \"onmozfullscreenchange\",\n \"onmozfullscreenerror\",\n \"onmozorientationchange\",\n \"onmozpointerlockchange\",\n \"onmozpointerlockerror\",\n \"onmscontentzoom\",\n \"onmsfullscreenchange\",\n \"onmsfullscreenerror\",\n \"onmsgesturechange\",\n \"onmsgesturedoubletap\",\n \"onmsgestureend\",\n \"onmsgesturehold\",\n \"onmsgesturestart\",\n \"onmsgesturetap\",\n \"onmsgotpointercapture\",\n \"onmsinertiastart\",\n \"onmslostpointercapture\",\n \"onmsmanipulationstatechanged\",\n \"onmsneedkey\",\n \"onmsorientationchange\",\n \"onmspointercancel\",\n \"onmspointerdown\",\n \"onmspointerenter\",\n \"onmspointerhover\",\n \"onmspointerleave\",\n \"onmspointermove\",\n \"onmspointerout\",\n \"onmspointerover\",\n \"onmspointerup\",\n \"onmssitemodejumplistitemremoved\",\n \"onmsthumbnailclick\",\n \"onnegotiationneeded\",\n \"onnomatch\",\n \"onnoupdate\",\n \"onobsolete\",\n \"onoffline\",\n \"ononline\",\n \"onopen\",\n \"onorientationchange\",\n \"onpagechange\",\n \"onpagehide\",\n \"onpageshow\",\n \"onpaste\",\n \"onpause\",\n \"onplay\",\n \"onplaying\",\n \"onpluginstreamstart\",\n \"onpointercancel\",\n \"onpointerdown\",\n \"onpointerenter\",\n \"onpointerleave\",\n \"onpointerlockchange\",\n \"onpointerlockerror\",\n \"onpointermove\",\n \"onpointerout\",\n \"onpointerover\",\n \"onpointerup\",\n \"onpopstate\",\n \"onprogress\",\n \"onpropertychange\",\n \"onratechange\",\n \"onreadystatechange\",\n \"onremovestream\",\n \"onremovetrack\",\n \"onreset\",\n \"onresize\",\n \"onresizeend\",\n \"onresizestart\",\n \"onresourcetimingbufferfull\",\n \"onresult\",\n \"onresume\",\n \"onrowenter\",\n \"onrowexit\",\n \"onrowsdelete\",\n \"onrowsinserted\",\n \"onscroll\",\n \"onsearch\",\n \"onseeked\",\n \"onseeking\",\n \"onselect\",\n \"onselectionchange\",\n \"onselectstart\",\n \"onshow\",\n \"onsignalingstatechange\",\n \"onsoundend\",\n \"onsoundstart\",\n \"onspeechend\",\n \"onspeechstart\",\n \"onstalled\",\n \"onstart\",\n \"onstatechange\",\n \"onstop\",\n \"onstorage\",\n \"onstoragecommit\",\n \"onsubmit\",\n \"onsuccess\",\n \"onsuspend\",\n \"ontextinput\",\n \"ontimeout\",\n \"ontimeupdate\",\n \"ontoggle\",\n \"ontouchcancel\",\n \"ontouchend\",\n \"ontouchmove\",\n \"ontouchstart\",\n \"ontransitionend\",\n \"onunload\",\n \"onupdateready\",\n \"onupgradeneeded\",\n \"onuserproximity\",\n \"onversionchange\",\n \"onvoiceschanged\",\n \"onvolumechange\",\n \"onwaiting\",\n \"onwarning\",\n \"onwebkitanimationend\",\n \"onwebkitanimationiteration\",\n \"onwebkitanimationstart\",\n \"onwebkitcurrentplaybacktargetiswirelesschanged\",\n \"onwebkitfullscreenchange\",\n \"onwebkitfullscreenerror\",\n \"onwebkitkeyadded\",\n \"onwebkitkeyerror\",\n \"onwebkitkeymessage\",\n \"onwebkitneedkey\",\n \"onwebkitorientationchange\",\n \"onwebkitplaybacktargetavailabilitychanged\",\n \"onwebkitpointerlockchange\",\n \"onwebkitpointerlockerror\",\n \"onwebkitresourcetimingbufferfull\",\n \"onwebkittransitionend\",\n \"onwheel\",\n \"onzoom\",\n \"opacity\",\n \"open\",\n \"openCursor\",\n \"openDatabase\",\n \"openKeyCursor\",\n \"opener\",\n \"opera\",\n \"operationType\",\n \"operator\",\n \"opr\",\n \"optimum\",\n \"options\",\n \"order\",\n \"orderX\",\n \"orderY\",\n \"ordered\",\n \"org\",\n \"orient\",\n \"orientAngle\",\n \"orientType\",\n \"orientation\",\n \"origin\",\n \"originalTarget\",\n \"orphans\",\n \"oscpu\",\n \"outerHTML\",\n \"outerHeight\",\n \"outerText\",\n \"outerWidth\",\n \"outline\",\n \"outline-color\",\n \"outline-offset\",\n \"outline-style\",\n \"outline-width\",\n \"outlineColor\",\n \"outlineOffset\",\n \"outlineStyle\",\n \"outlineWidth\",\n \"outputBuffer\",\n \"overflow\",\n \"overflow-x\",\n \"overflow-y\",\n \"overflowX\",\n \"overflowY\",\n \"overrideMimeType\",\n \"oversample\",\n \"ownerDocument\",\n \"ownerElement\",\n \"ownerNode\",\n \"ownerRule\",\n \"ownerSVGElement\",\n \"owningElement\",\n \"p1\",\n \"p2\",\n \"p3\",\n \"p4\",\n \"pad\",\n \"padding\",\n \"padding-bottom\",\n \"padding-left\",\n \"padding-right\",\n \"padding-top\",\n \"paddingBottom\",\n \"paddingLeft\",\n \"paddingRight\",\n \"paddingTop\",\n \"page\",\n \"page-break-after\",\n \"page-break-before\",\n \"page-break-inside\",\n \"pageBreakAfter\",\n \"pageBreakBefore\",\n \"pageBreakInside\",\n \"pageCount\",\n \"pageX\",\n \"pageXOffset\",\n \"pageY\",\n \"pageYOffset\",\n \"pages\",\n \"paint-order\",\n \"paintOrder\",\n \"paintRequests\",\n \"paintType\",\n \"palette\",\n \"panningModel\",\n \"parent\",\n \"parentElement\",\n \"parentNode\",\n \"parentRule\",\n \"parentStyleSheet\",\n \"parentTextEdit\",\n \"parentWindow\",\n \"parse\",\n \"parseFloat\",\n \"parseFromString\",\n \"parseInt\",\n \"participants\",\n \"password\",\n \"pasteHTML\",\n \"path\",\n \"pathLength\",\n \"pathSegList\",\n \"pathSegType\",\n \"pathSegTypeAsLetter\",\n \"pathname\",\n \"pattern\",\n \"patternContentUnits\",\n \"patternMismatch\",\n \"patternTransform\",\n \"patternUnits\",\n \"pause\",\n \"pauseAnimations\",\n \"pauseOnExit\",\n \"paused\",\n \"pending\",\n \"performance\",\n \"permission\",\n \"persisted\",\n \"personalbar\",\n \"perspective\",\n \"perspective-origin\",\n \"perspectiveOrigin\",\n \"phoneticFamilyName\",\n \"phoneticGivenName\",\n \"photo\",\n \"ping\",\n \"pitch\",\n \"pixelBottom\",\n \"pixelDepth\",\n \"pixelHeight\",\n \"pixelLeft\",\n \"pixelRight\",\n \"pixelStorei\",\n \"pixelTop\",\n \"pixelUnitToMillimeterX\",\n \"pixelUnitToMillimeterY\",\n \"pixelWidth\",\n \"placeholder\",\n \"platform\",\n \"play\",\n \"playbackRate\",\n \"playbackState\",\n \"playbackTime\",\n \"played\",\n \"plugins\",\n \"pluginspage\",\n \"pname\",\n \"pointer-events\",\n \"pointerBeforeReferenceNode\",\n \"pointerEnabled\",\n \"pointerEvents\",\n \"pointerId\",\n \"pointerLockElement\",\n \"pointerType\",\n \"points\",\n \"pointsAtX\",\n \"pointsAtY\",\n \"pointsAtZ\",\n \"polygonOffset\",\n \"pop\",\n \"popupWindowFeatures\",\n \"popupWindowName\",\n \"popupWindowURI\",\n \"port\",\n \"port1\",\n \"port2\",\n \"ports\",\n \"posBottom\",\n \"posHeight\",\n \"posLeft\",\n \"posRight\",\n \"posTop\",\n \"posWidth\",\n \"position\",\n \"positionAlign\",\n \"postError\",\n \"postMessage\",\n \"poster\",\n \"pow\",\n \"powerOff\",\n \"preMultiplySelf\",\n \"precision\",\n \"preferredStyleSheetSet\",\n \"preferredStylesheetSet\",\n \"prefix\",\n \"preload\",\n \"preserveAlpha\",\n \"preserveAspectRatio\",\n \"preserveAspectRatioString\",\n \"pressed\",\n \"pressure\",\n \"prevValue\",\n \"preventDefault\",\n \"preventExtensions\",\n \"previousElementSibling\",\n \"previousNode\",\n \"previousPage\",\n \"previousScale\",\n \"previousSibling\",\n \"previousTranslate\",\n \"primaryKey\",\n \"primitiveType\",\n \"primitiveUnits\",\n \"principals\",\n \"print\",\n \"privateKey\",\n \"probablySupportsContext\",\n \"process\",\n \"processIceMessage\",\n \"product\",\n \"productSub\",\n \"profile\",\n \"profileEnd\",\n \"profiles\",\n \"prompt\",\n \"properties\",\n \"propertyIsEnumerable\",\n \"propertyName\",\n \"protocol\",\n \"protocolLong\",\n \"prototype\",\n \"pseudoClass\",\n \"pseudoElement\",\n \"publicId\",\n \"publicKey\",\n \"published\",\n \"push\",\n \"pushNotification\",\n \"pushState\",\n \"put\",\n \"putImageData\",\n \"quadraticCurveTo\",\n \"qualifier\",\n \"queryCommandEnabled\",\n \"queryCommandIndeterm\",\n \"queryCommandState\",\n \"queryCommandSupported\",\n \"queryCommandText\",\n \"queryCommandValue\",\n \"querySelector\",\n \"querySelectorAll\",\n \"quote\",\n \"quotes\",\n \"r\",\n \"r1\",\n \"r2\",\n \"race\",\n \"radiogroup\",\n \"radiusX\",\n \"radiusY\",\n \"random\",\n \"range\",\n \"rangeCount\",\n \"rangeMax\",\n \"rangeMin\",\n \"rangeOffset\",\n \"rangeOverflow\",\n \"rangeParent\",\n \"rangeUnderflow\",\n \"rate\",\n \"ratio\",\n \"raw\",\n \"read\",\n \"readAsArrayBuffer\",\n \"readAsBinaryString\",\n \"readAsBlob\",\n \"readAsDataURL\",\n \"readAsText\",\n \"readOnly\",\n \"readPixels\",\n \"readReportRequested\",\n \"readyState\",\n \"reason\",\n \"reboot\",\n \"receiver\",\n \"receivers\",\n \"recordNumber\",\n \"recordset\",\n \"rect\",\n \"red\",\n \"redirectCount\",\n \"redirectEnd\",\n \"redirectStart\",\n \"reduce\",\n \"reduceRight\",\n \"reduction\",\n \"refDistance\",\n \"refX\",\n \"refY\",\n \"referenceNode\",\n \"referrer\",\n \"refresh\",\n \"region\",\n \"regionAnchorX\",\n \"regionAnchorY\",\n \"regionId\",\n \"regions\",\n \"register\",\n \"registerContentHandler\",\n \"registerElement\",\n \"registerProtocolHandler\",\n \"reject\",\n \"rel\",\n \"relList\",\n \"relatedNode\",\n \"relatedTarget\",\n \"release\",\n \"releaseCapture\",\n \"releaseEvents\",\n \"releasePointerCapture\",\n \"releaseShaderCompiler\",\n \"reliable\",\n \"reload\",\n \"remainingSpace\",\n \"remoteDescription\",\n \"remove\",\n \"removeAllRanges\",\n \"removeAttribute\",\n \"removeAttributeNS\",\n \"removeAttributeNode\",\n \"removeBehavior\",\n \"removeChild\",\n \"removeCue\",\n \"removeEventListener\",\n \"removeFilter\",\n \"removeImport\",\n \"removeItem\",\n \"removeListener\",\n \"removeNamedItem\",\n \"removeNamedItemNS\",\n \"removeNode\",\n \"removeParameter\",\n \"removeProperty\",\n \"removeRange\",\n \"removeRegion\",\n \"removeRule\",\n \"removeSiteSpecificTrackingException\",\n \"removeSourceBuffer\",\n \"removeStream\",\n \"removeTrack\",\n \"removeVariable\",\n \"removeWakeLockListener\",\n \"removeWebWideTrackingException\",\n \"removedNodes\",\n \"renderbufferStorage\",\n \"renderedBuffer\",\n \"renderingMode\",\n \"repeat\",\n \"replace\",\n \"replaceAdjacentText\",\n \"replaceChild\",\n \"replaceData\",\n \"replaceId\",\n \"replaceItem\",\n \"replaceNode\",\n \"replaceState\",\n \"replaceTrack\",\n \"replaceWholeText\",\n \"reportValidity\",\n \"requestAnimationFrame\",\n \"requestAutocomplete\",\n \"requestData\",\n \"requestFullscreen\",\n \"requestMediaKeySystemAccess\",\n \"requestPermission\",\n \"requestPointerLock\",\n \"requestStart\",\n \"requestingWindow\",\n \"required\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"reset\",\n \"resetTransform\",\n \"resize\",\n \"resizeBy\",\n \"resizeTo\",\n \"resolve\",\n \"response\",\n \"responseBody\",\n \"responseEnd\",\n \"responseStart\",\n \"responseText\",\n \"responseType\",\n \"responseURL\",\n \"responseXML\",\n \"restore\",\n \"result\",\n \"resultType\",\n \"resume\",\n \"returnValue\",\n \"rev\",\n \"reverse\",\n \"reversed\",\n \"revocable\",\n \"revokeObjectURL\",\n \"rgbColor\",\n \"right\",\n \"rightContext\",\n \"rightMargin\",\n \"rolloffFactor\",\n \"root\",\n \"rootElement\",\n \"rotate\",\n \"rotateAxisAngle\",\n \"rotateAxisAngleSelf\",\n \"rotateFromVector\",\n \"rotateFromVectorSelf\",\n \"rotateSelf\",\n \"rotation\",\n \"rotationRate\",\n \"round\",\n \"rowIndex\",\n \"rowSpan\",\n \"rows\",\n \"rubyAlign\",\n \"rubyOverhang\",\n \"rubyPosition\",\n \"rules\",\n \"runtime\",\n \"runtimeStyle\",\n \"rx\",\n \"ry\",\n \"safari\",\n \"sampleCoverage\",\n \"sampleRate\",\n \"sandbox\",\n \"save\",\n \"scale\",\n \"scale3d\",\n \"scale3dSelf\",\n \"scaleNonUniform\",\n \"scaleNonUniformSelf\",\n \"scaleSelf\",\n \"scheme\",\n \"scissor\",\n \"scope\",\n \"scopeName\",\n \"scoped\",\n \"screen\",\n \"screenBrightness\",\n \"screenEnabled\",\n \"screenLeft\",\n \"screenPixelToMillimeterX\",\n \"screenPixelToMillimeterY\",\n \"screenTop\",\n \"screenX\",\n \"screenY\",\n \"scripts\",\n \"scroll\",\n \"scroll-behavior\",\n \"scrollAmount\",\n \"scrollBehavior\",\n \"scrollBy\",\n \"scrollByLines\",\n \"scrollByPages\",\n \"scrollDelay\",\n \"scrollHeight\",\n \"scrollIntoView\",\n \"scrollIntoViewIfNeeded\",\n \"scrollLeft\",\n \"scrollLeftMax\",\n \"scrollMaxX\",\n \"scrollMaxY\",\n \"scrollTo\",\n \"scrollTop\",\n \"scrollTopMax\",\n \"scrollWidth\",\n \"scrollX\",\n \"scrollY\",\n \"scrollbar3dLightColor\",\n \"scrollbarArrowColor\",\n \"scrollbarBaseColor\",\n \"scrollbarDarkShadowColor\",\n \"scrollbarFaceColor\",\n \"scrollbarHighlightColor\",\n \"scrollbarShadowColor\",\n \"scrollbarTrackColor\",\n \"scrollbars\",\n \"scrolling\",\n \"sdp\",\n \"sdpMLineIndex\",\n \"sdpMid\",\n \"seal\",\n \"search\",\n \"searchBox\",\n \"searchBoxJavaBridge_\",\n \"searchParams\",\n \"sectionRowIndex\",\n \"secureConnectionStart\",\n \"security\",\n \"seed\",\n \"seekable\",\n \"seeking\",\n \"select\",\n \"selectAllChildren\",\n \"selectNode\",\n \"selectNodeContents\",\n \"selectNodes\",\n \"selectSingleNode\",\n \"selectSubString\",\n \"selected\",\n \"selectedIndex\",\n \"selectedOptions\",\n \"selectedStyleSheetSet\",\n \"selectedStylesheetSet\",\n \"selection\",\n \"selectionDirection\",\n \"selectionEnd\",\n \"selectionStart\",\n \"selector\",\n \"selectorText\",\n \"self\",\n \"send\",\n \"sendAsBinary\",\n \"sendBeacon\",\n \"sender\",\n \"sentTimestamp\",\n \"separator\",\n \"serializeToString\",\n \"serviceWorker\",\n \"sessionId\",\n \"sessionStorage\",\n \"set\",\n \"setActive\",\n \"setAlpha\",\n \"setAttribute\",\n \"setAttributeNS\",\n \"setAttributeNode\",\n \"setAttributeNodeNS\",\n \"setBaseAndExtent\",\n \"setBingCurrentSearchDefault\",\n \"setCapture\",\n \"setColor\",\n \"setCompositeOperation\",\n \"setCurrentTime\",\n \"setCustomValidity\",\n \"setData\",\n \"setDate\",\n \"setDragImage\",\n \"setEnd\",\n \"setEndAfter\",\n \"setEndBefore\",\n \"setEndPoint\",\n \"setFillColor\",\n \"setFilterRes\",\n \"setFloat32\",\n \"setFloat64\",\n \"setFloatValue\",\n \"setFullYear\",\n \"setHours\",\n \"setImmediate\",\n \"setInt16\",\n \"setInt32\",\n \"setInt8\",\n \"setInterval\",\n \"setItem\",\n \"setLineCap\",\n \"setLineDash\",\n \"setLineJoin\",\n \"setLineWidth\",\n \"setLocalDescription\",\n \"setMatrix\",\n \"setMatrixValue\",\n \"setMediaKeys\",\n \"setMilliseconds\",\n \"setMinutes\",\n \"setMiterLimit\",\n \"setMonth\",\n \"setNamedItem\",\n \"setNamedItemNS\",\n \"setNonUserCodeExceptions\",\n \"setOrientToAngle\",\n \"setOrientToAuto\",\n \"setOrientation\",\n \"setOverrideHistoryNavigationMode\",\n \"setPaint\",\n \"setParameter\",\n \"setPeriodicWave\",\n \"setPointerCapture\",\n \"setPosition\",\n \"setPreference\",\n \"setProperty\",\n \"setPrototypeOf\",\n \"setRGBColor\",\n \"setRGBColorICCColor\",\n \"setRadius\",\n \"setRangeText\",\n \"setRemoteDescription\",\n \"setRequestHeader\",\n \"setResizable\",\n \"setResourceTimingBufferSize\",\n \"setRotate\",\n \"setScale\",\n \"setSeconds\",\n \"setSelectionRange\",\n \"setServerCertificate\",\n \"setShadow\",\n \"setSkewX\",\n \"setSkewY\",\n \"setStart\",\n \"setStartAfter\",\n \"setStartBefore\",\n \"setStdDeviation\",\n \"setStringValue\",\n \"setStrokeColor\",\n \"setSuggestResult\",\n \"setTargetAtTime\",\n \"setTargetValueAtTime\",\n \"setTime\",\n \"setTimeout\",\n \"setTransform\",\n \"setTranslate\",\n \"setUTCDate\",\n \"setUTCFullYear\",\n \"setUTCHours\",\n \"setUTCMilliseconds\",\n \"setUTCMinutes\",\n \"setUTCMonth\",\n \"setUTCSeconds\",\n \"setUint16\",\n \"setUint32\",\n \"setUint8\",\n \"setUri\",\n \"setValueAtTime\",\n \"setValueCurveAtTime\",\n \"setVariable\",\n \"setVelocity\",\n \"setVersion\",\n \"setYear\",\n \"settingName\",\n \"settingValue\",\n \"sex\",\n \"shaderSource\",\n \"shadowBlur\",\n \"shadowColor\",\n \"shadowOffsetX\",\n \"shadowOffsetY\",\n \"shadowRoot\",\n \"shape\",\n \"shape-rendering\",\n \"shapeRendering\",\n \"sheet\",\n \"shift\",\n \"shiftKey\",\n \"shiftLeft\",\n \"show\",\n \"showHelp\",\n \"showModal\",\n \"showModalDialog\",\n \"showModelessDialog\",\n \"showNotification\",\n \"sidebar\",\n \"sign\",\n \"signalingState\",\n \"sin\",\n \"singleNodeValue\",\n \"sinh\",\n \"size\",\n \"sizeToContent\",\n \"sizes\",\n \"skewX\",\n \"skewXSelf\",\n \"skewY\",\n \"skewYSelf\",\n \"slice\",\n \"slope\",\n \"small\",\n \"smooth\",\n \"smil\",\n \"smoothingTimeConstant\",\n \"snapToLines\",\n \"snapshotItem\",\n \"snapshotLength\",\n \"some\",\n \"sort\",\n \"source\",\n \"sourceBuffer\",\n \"sourceBuffers\",\n \"sourceIndex\",\n \"spacing\",\n \"span\",\n \"speakAs\",\n \"speaking\",\n \"specified\",\n \"specularConstant\",\n \"specularExponent\",\n \"speechSynthesis\",\n \"speed\",\n \"speedOfSound\",\n \"spellcheck\",\n \"splice\",\n \"split\",\n \"splitText\",\n \"spreadMethod\",\n \"sqrt\",\n \"src\",\n \"srcElement\",\n \"srcFilter\",\n \"srcUrn\",\n \"srcdoc\",\n \"srclang\",\n \"srcset\",\n \"stack\",\n \"stackTraceLimit\",\n \"stacktrace\",\n \"standalone\",\n \"standby\",\n \"start\",\n \"startContainer\",\n \"startIce\",\n \"startOffset\",\n \"startRendering\",\n \"startTime\",\n \"startsWith\",\n \"state\",\n \"status\",\n \"statusMessage\",\n \"statusText\",\n \"statusbar\",\n \"stdDeviationX\",\n \"stdDeviationY\",\n \"stencilFunc\",\n \"stencilFuncSeparate\",\n \"stencilMask\",\n \"stencilMaskSeparate\",\n \"stencilOp\",\n \"stencilOpSeparate\",\n \"step\",\n \"stepDown\",\n \"stepMismatch\",\n \"stepUp\",\n \"sticky\",\n \"stitchTiles\",\n \"stop\",\n \"stop-color\",\n \"stop-opacity\",\n \"stopColor\",\n \"stopImmediatePropagation\",\n \"stopOpacity\",\n \"stopPropagation\",\n \"storageArea\",\n \"storageName\",\n \"storageStatus\",\n \"storeSiteSpecificTrackingException\",\n \"storeWebWideTrackingException\",\n \"stpVersion\",\n \"stream\",\n \"strike\",\n \"stringValue\",\n \"stringify\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"strokeDasharray\",\n \"strokeDashoffset\",\n \"strokeLinecap\",\n \"strokeLinejoin\",\n \"strokeMiterlimit\",\n \"strokeOpacity\",\n \"strokeRect\",\n \"strokeStyle\",\n \"strokeText\",\n \"strokeWidth\",\n \"style\",\n \"styleFloat\",\n \"styleMedia\",\n \"styleSheet\",\n \"styleSheetSets\",\n \"styleSheets\",\n \"sub\",\n \"subarray\",\n \"subject\",\n \"submit\",\n \"subscribe\",\n \"substr\",\n \"substring\",\n \"substringData\",\n \"subtle\",\n \"suffix\",\n \"suffixes\",\n \"summary\",\n \"sup\",\n \"supports\",\n \"surfaceScale\",\n \"surroundContents\",\n \"suspend\",\n \"suspendRedraw\",\n \"swapCache\",\n \"swapNode\",\n \"sweepFlag\",\n \"symbols\",\n \"system\",\n \"systemCode\",\n \"systemId\",\n \"systemLanguage\",\n \"systemXDPI\",\n \"systemYDPI\",\n \"tBodies\",\n \"tFoot\",\n \"tHead\",\n \"tabIndex\",\n \"table\",\n \"table-layout\",\n \"tableLayout\",\n \"tableValues\",\n \"tag\",\n \"tagName\",\n \"tagUrn\",\n \"tags\",\n \"taintEnabled\",\n \"takeRecords\",\n \"tan\",\n \"tanh\",\n \"target\",\n \"targetElement\",\n \"targetTouches\",\n \"targetX\",\n \"targetY\",\n \"tel\",\n \"terminate\",\n \"test\",\n \"texImage2D\",\n \"texParameterf\",\n \"texParameteri\",\n \"texSubImage2D\",\n \"text\",\n \"text-align\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-decoration-color\",\n \"text-decoration-line\",\n \"text-decoration-style\",\n \"text-indent\",\n \"text-overflow\",\n \"text-rendering\",\n \"text-shadow\",\n \"text-transform\",\n \"textAlign\",\n \"textAlignLast\",\n \"textAnchor\",\n \"textAutospace\",\n \"textBaseline\",\n \"textContent\",\n \"textDecoration\",\n \"textDecorationBlink\",\n \"textDecorationColor\",\n \"textDecorationLine\",\n \"textDecorationLineThrough\",\n \"textDecorationNone\",\n \"textDecorationOverline\",\n \"textDecorationStyle\",\n \"textDecorationUnderline\",\n \"textIndent\",\n \"textJustify\",\n \"textJustifyTrim\",\n \"textKashida\",\n \"textKashidaSpace\",\n \"textLength\",\n \"textOverflow\",\n \"textRendering\",\n \"textShadow\",\n \"textTracks\",\n \"textTransform\",\n \"textUnderlinePosition\",\n \"then\",\n \"threadId\",\n \"threshold\",\n \"tiltX\",\n \"tiltY\",\n \"time\",\n \"timeEnd\",\n \"timeStamp\",\n \"timeout\",\n \"timestamp\",\n \"timestampOffset\",\n \"timing\",\n \"title\",\n \"toArray\",\n \"toBlob\",\n \"toDataURL\",\n \"toDateString\",\n \"toElement\",\n \"toExponential\",\n \"toFixed\",\n \"toFloat32Array\",\n \"toFloat64Array\",\n \"toGMTString\",\n \"toISOString\",\n \"toJSON\",\n \"toLocaleDateString\",\n \"toLocaleFormat\",\n \"toLocaleLowerCase\",\n \"toLocaleString\",\n \"toLocaleTimeString\",\n \"toLocaleUpperCase\",\n \"toLowerCase\",\n \"toMethod\",\n \"toPrecision\",\n \"toSdp\",\n \"toSource\",\n \"toStaticHTML\",\n \"toString\",\n \"toStringTag\",\n \"toTimeString\",\n \"toUTCString\",\n \"toUpperCase\",\n \"toggle\",\n \"toggleLongPressEnabled\",\n \"tooLong\",\n \"toolbar\",\n \"top\",\n \"topMargin\",\n \"total\",\n \"totalFrameDelay\",\n \"totalVideoFrames\",\n \"touchAction\",\n \"touches\",\n \"trace\",\n \"track\",\n \"transaction\",\n \"transactions\",\n \"transform\",\n \"transform-origin\",\n \"transform-style\",\n \"transformOrigin\",\n \"transformPoint\",\n \"transformString\",\n \"transformStyle\",\n \"transformToDocument\",\n \"transformToFragment\",\n \"transition\",\n \"transition-delay\",\n \"transition-duration\",\n \"transition-property\",\n \"transition-timing-function\",\n \"transitionDelay\",\n \"transitionDuration\",\n \"transitionProperty\",\n \"transitionTimingFunction\",\n \"translate\",\n \"translateSelf\",\n \"translationX\",\n \"translationY\",\n \"trim\",\n \"trimLeft\",\n \"trimRight\",\n \"trueSpeed\",\n \"trunc\",\n \"truncate\",\n \"type\",\n \"typeDetail\",\n \"typeMismatch\",\n \"typeMustMatch\",\n \"types\",\n \"ubound\",\n \"undefined\",\n \"unescape\",\n \"uneval\",\n \"unicode-bidi\",\n \"unicodeBidi\",\n \"uniform1f\",\n \"uniform1fv\",\n \"uniform1i\",\n \"uniform1iv\",\n \"uniform2f\",\n \"uniform2fv\",\n \"uniform2i\",\n \"uniform2iv\",\n \"uniform3f\",\n \"uniform3fv\",\n \"uniform3i\",\n \"uniform3iv\",\n \"uniform4f\",\n \"uniform4fv\",\n \"uniform4i\",\n \"uniform4iv\",\n \"uniformMatrix2fv\",\n \"uniformMatrix3fv\",\n \"uniformMatrix4fv\",\n \"unique\",\n \"uniqueID\",\n \"uniqueNumber\",\n \"unitType\",\n \"units\",\n \"unloadEventEnd\",\n \"unloadEventStart\",\n \"unlock\",\n \"unmount\",\n \"unobserve\",\n \"unpause\",\n \"unpauseAnimations\",\n \"unreadCount\",\n \"unregister\",\n \"unregisterContentHandler\",\n \"unregisterProtocolHandler\",\n \"unscopables\",\n \"unselectable\",\n \"unshift\",\n \"unsubscribe\",\n \"unsuspendRedraw\",\n \"unsuspendRedrawAll\",\n \"unwatch\",\n \"unwrapKey\",\n \"update\",\n \"updateCommands\",\n \"updateIce\",\n \"updateInterval\",\n \"updateSettings\",\n \"updated\",\n \"updating\",\n \"upload\",\n \"upper\",\n \"upperBound\",\n \"upperOpen\",\n \"uri\",\n \"url\",\n \"urn\",\n \"urns\",\n \"usages\",\n \"useCurrentView\",\n \"useMap\",\n \"useProgram\",\n \"usedSpace\",\n \"userAgent\",\n \"userLanguage\",\n \"username\",\n \"v8BreakIterator\",\n \"vAlign\",\n \"vLink\",\n \"valid\",\n \"validateProgram\",\n \"validationMessage\",\n \"validity\",\n \"value\",\n \"valueAsDate\",\n \"valueAsNumber\",\n \"valueAsString\",\n \"valueInSpecifiedUnits\",\n \"valueMissing\",\n \"valueOf\",\n \"valueText\",\n \"valueType\",\n \"values\",\n \"vector-effect\",\n \"vectorEffect\",\n \"velocityAngular\",\n \"velocityExpansion\",\n \"velocityX\",\n \"velocityY\",\n \"vendor\",\n \"vendorSub\",\n \"verify\",\n \"version\",\n \"vertexAttrib1f\",\n \"vertexAttrib1fv\",\n \"vertexAttrib2f\",\n \"vertexAttrib2fv\",\n \"vertexAttrib3f\",\n \"vertexAttrib3fv\",\n \"vertexAttrib4f\",\n \"vertexAttrib4fv\",\n \"vertexAttribDivisorANGLE\",\n \"vertexAttribPointer\",\n \"vertical\",\n \"vertical-align\",\n \"verticalAlign\",\n \"verticalOverflow\",\n \"vibrate\",\n \"videoHeight\",\n \"videoTracks\",\n \"videoWidth\",\n \"view\",\n \"viewBox\",\n \"viewBoxString\",\n \"viewTarget\",\n \"viewTargetString\",\n \"viewport\",\n \"viewportAnchorX\",\n \"viewportAnchorY\",\n \"viewportElement\",\n \"visibility\",\n \"visibilityState\",\n \"visible\",\n \"vlinkColor\",\n \"voice\",\n \"volume\",\n \"vrml\",\n \"vspace\",\n \"w\",\n \"wand\",\n \"warn\",\n \"wasClean\",\n \"watch\",\n \"watchPosition\",\n \"webdriver\",\n \"webkitAddKey\",\n \"webkitAnimation\",\n \"webkitAnimationDelay\",\n \"webkitAnimationDirection\",\n \"webkitAnimationDuration\",\n \"webkitAnimationFillMode\",\n \"webkitAnimationIterationCount\",\n \"webkitAnimationName\",\n \"webkitAnimationPlayState\",\n \"webkitAnimationTimingFunction\",\n \"webkitAppearance\",\n \"webkitAudioContext\",\n \"webkitAudioDecodedByteCount\",\n \"webkitAudioPannerNode\",\n \"webkitBackfaceVisibility\",\n \"webkitBackground\",\n \"webkitBackgroundAttachment\",\n \"webkitBackgroundClip\",\n \"webkitBackgroundColor\",\n \"webkitBackgroundImage\",\n \"webkitBackgroundOrigin\",\n \"webkitBackgroundPosition\",\n \"webkitBackgroundPositionX\",\n \"webkitBackgroundPositionY\",\n \"webkitBackgroundRepeat\",\n \"webkitBackgroundSize\",\n \"webkitBackingStorePixelRatio\",\n \"webkitBorderImage\",\n \"webkitBorderImageOutset\",\n \"webkitBorderImageRepeat\",\n \"webkitBorderImageSlice\",\n \"webkitBorderImageSource\",\n \"webkitBorderImageWidth\",\n \"webkitBoxAlign\",\n \"webkitBoxDirection\",\n \"webkitBoxFlex\",\n \"webkitBoxOrdinalGroup\",\n \"webkitBoxOrient\",\n \"webkitBoxPack\",\n \"webkitBoxSizing\",\n \"webkitCancelAnimationFrame\",\n \"webkitCancelFullScreen\",\n \"webkitCancelKeyRequest\",\n \"webkitCancelRequestAnimationFrame\",\n \"webkitClearResourceTimings\",\n \"webkitClosedCaptionsVisible\",\n \"webkitConvertPointFromNodeToPage\",\n \"webkitConvertPointFromPageToNode\",\n \"webkitCreateShadowRoot\",\n \"webkitCurrentFullScreenElement\",\n \"webkitCurrentPlaybackTargetIsWireless\",\n \"webkitDirectionInvertedFromDevice\",\n \"webkitDisplayingFullscreen\",\n \"webkitEnterFullScreen\",\n \"webkitEnterFullscreen\",\n \"webkitExitFullScreen\",\n \"webkitExitFullscreen\",\n \"webkitExitPointerLock\",\n \"webkitFullScreenKeyboardInputAllowed\",\n \"webkitFullscreenElement\",\n \"webkitFullscreenEnabled\",\n \"webkitGenerateKeyRequest\",\n \"webkitGetAsEntry\",\n \"webkitGetDatabaseNames\",\n \"webkitGetEntries\",\n \"webkitGetEntriesByName\",\n \"webkitGetEntriesByType\",\n \"webkitGetFlowByName\",\n \"webkitGetGamepads\",\n \"webkitGetImageDataHD\",\n \"webkitGetNamedFlows\",\n \"webkitGetRegionFlowRanges\",\n \"webkitGetUserMedia\",\n \"webkitHasClosedCaptions\",\n \"webkitHidden\",\n \"webkitIDBCursor\",\n \"webkitIDBDatabase\",\n \"webkitIDBDatabaseError\",\n \"webkitIDBDatabaseException\",\n \"webkitIDBFactory\",\n \"webkitIDBIndex\",\n \"webkitIDBKeyRange\",\n \"webkitIDBObjectStore\",\n \"webkitIDBRequest\",\n \"webkitIDBTransaction\",\n \"webkitImageSmoothingEnabled\",\n \"webkitIndexedDB\",\n \"webkitInitMessageEvent\",\n \"webkitIsFullScreen\",\n \"webkitKeys\",\n \"webkitLineDashOffset\",\n \"webkitLockOrientation\",\n \"webkitMatchesSelector\",\n \"webkitMediaStream\",\n \"webkitNotifications\",\n \"webkitOfflineAudioContext\",\n \"webkitOrientation\",\n \"webkitPeerConnection00\",\n \"webkitPersistentStorage\",\n \"webkitPointerLockElement\",\n \"webkitPostMessage\",\n \"webkitPreservesPitch\",\n \"webkitPutImageDataHD\",\n \"webkitRTCPeerConnection\",\n \"webkitRegionOverset\",\n \"webkitRequestAnimationFrame\",\n \"webkitRequestFileSystem\",\n \"webkitRequestFullScreen\",\n \"webkitRequestFullscreen\",\n \"webkitRequestPointerLock\",\n \"webkitResolveLocalFileSystemURL\",\n \"webkitSetMediaKeys\",\n \"webkitSetResourceTimingBufferSize\",\n \"webkitShadowRoot\",\n \"webkitShowPlaybackTargetPicker\",\n \"webkitSlice\",\n \"webkitSpeechGrammar\",\n \"webkitSpeechGrammarList\",\n \"webkitSpeechRecognition\",\n \"webkitSpeechRecognitionError\",\n \"webkitSpeechRecognitionEvent\",\n \"webkitStorageInfo\",\n \"webkitSupportsFullscreen\",\n \"webkitTemporaryStorage\",\n \"webkitTextSizeAdjust\",\n \"webkitTransform\",\n \"webkitTransformOrigin\",\n \"webkitTransition\",\n \"webkitTransitionDelay\",\n \"webkitTransitionDuration\",\n \"webkitTransitionProperty\",\n \"webkitTransitionTimingFunction\",\n \"webkitURL\",\n \"webkitUnlockOrientation\",\n \"webkitUserSelect\",\n \"webkitVideoDecodedByteCount\",\n \"webkitVisibilityState\",\n \"webkitWirelessVideoPlaybackDisabled\",\n \"webkitdropzone\",\n \"webstore\",\n \"weight\",\n \"whatToShow\",\n \"wheelDelta\",\n \"wheelDeltaX\",\n \"wheelDeltaY\",\n \"which\",\n \"white-space\",\n \"whiteSpace\",\n \"wholeText\",\n \"widows\",\n \"width\",\n \"will-change\",\n \"willChange\",\n \"willValidate\",\n \"window\",\n \"withCredentials\",\n \"word-break\",\n \"word-spacing\",\n \"word-wrap\",\n \"wordBreak\",\n \"wordSpacing\",\n \"wordWrap\",\n \"wrap\",\n \"wrapKey\",\n \"write\",\n \"writeln\",\n \"writingMode\",\n \"x\",\n \"x1\",\n \"x2\",\n \"xChannelSelector\",\n \"xmlEncoding\",\n \"xmlStandalone\",\n \"xmlVersion\",\n \"xmlbase\",\n \"xmllang\",\n \"xmlspace\",\n \"y\",\n \"y1\",\n \"y2\",\n \"yChannelSelector\",\n \"yandex\",\n \"z\",\n \"z-index\",\n \"zIndex\",\n \"zoom\",\n \"zoomAndPan\",\n \"zoomRectScreen\"\n]\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n/* global global, self */\n\nimport {\n defaults,\n Dictionary,\n push_uniq,\n} from \"./utils\";\nimport { base54 } from \"./scope\";\nimport {\n AST_Call,\n AST_Conditional,\n AST_Dot,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_Sequence,\n AST_String,\n AST_Sub,\n TreeTransformer,\n TreeWalker,\n} from \"./ast.js\";\nimport { domprops } from \"../tools/domprops.js\";\n\nfunction find_builtins(reserved) {\n domprops.forEach(add);\n\n // Compatibility fix for some standard defined globals not defined on every js environment\n var new_globals = [\"Symbol\", \"Map\", \"Promise\", \"Proxy\", \"Reflect\", \"Set\", \"WeakMap\", \"WeakSet\"];\n var objects = {};\n var global_ref = typeof global === \"object\" ? global : self;\n\n new_globals.forEach(function (new_global) {\n objects[new_global] = global_ref[new_global] || new Function();\n });\n\n // NaN will be included due to Number.NaN\n [\n \"null\",\n \"true\",\n \"false\",\n \"Infinity\",\n \"-Infinity\",\n \"undefined\",\n ].forEach(add);\n [ Object, Array, Function, Number,\n String, Boolean, Error, Math,\n Date, RegExp, objects.Symbol, ArrayBuffer,\n DataView, decodeURI, decodeURIComponent,\n encodeURI, encodeURIComponent, eval, EvalError,\n Float32Array, Float64Array, Int8Array, Int16Array,\n Int32Array, isFinite, isNaN, JSON, objects.Map, parseFloat,\n parseInt, objects.Promise, objects.Proxy, RangeError, ReferenceError,\n objects.Reflect, objects.Set, SyntaxError, TypeError, Uint8Array,\n Uint8ClampedArray, Uint16Array, Uint32Array, URIError,\n objects.WeakMap, objects.WeakSet\n ].forEach(function(ctor) {\n Object.getOwnPropertyNames(ctor).map(add);\n if (ctor.prototype) {\n Object.getOwnPropertyNames(ctor.prototype).map(add);\n }\n });\n function add(name) {\n reserved.add(name);\n }\n}\n\nfunction reserve_quoted_keys(ast, reserved) {\n function add(name) {\n push_uniq(reserved, name);\n }\n\n ast.walk(new TreeWalker(function(node) {\n if (node instanceof AST_ObjectKeyVal && node.quote) {\n add(node.key);\n } else if (node instanceof AST_ObjectProperty && node.quote) {\n add(node.key.name);\n } else if (node instanceof AST_Sub) {\n addStrings(node.property, add);\n }\n }));\n}\n\nfunction addStrings(node, add) {\n node.walk(new TreeWalker(function(node) {\n if (node instanceof AST_Sequence) {\n addStrings(node.tail_node(), add);\n } else if (node instanceof AST_String) {\n add(node.value);\n } else if (node instanceof AST_Conditional) {\n addStrings(node.consequent, add);\n addStrings(node.alternative, add);\n }\n return true;\n }));\n}\n\nfunction mangle_properties(ast, options) {\n options = defaults(options, {\n builtins: false,\n cache: null,\n debug: false,\n keep_quoted: false,\n only_cache: false,\n regex: null,\n reserved: null,\n }, true);\n\n var reserved_option = options.reserved;\n if (!Array.isArray(reserved_option)) reserved_option = [reserved_option];\n var reserved = new Set(reserved_option);\n if (!options.builtins) find_builtins(reserved);\n\n var cname = -1;\n var cache;\n if (options.cache) {\n cache = options.cache.props;\n cache.each(function(mangled_name) {\n reserved.add(mangled_name);\n });\n } else {\n cache = new Dictionary();\n }\n\n var regex = options.regex;\n\n // note debug is either false (disabled), or a string of the debug suffix to use (enabled).\n // note debug may be enabled as an empty string, which is falsey. Also treat passing 'true'\n // the same as passing an empty string.\n var debug = options.debug !== false;\n var debug_name_suffix;\n if (debug) {\n debug_name_suffix = (options.debug === true ? \"\" : options.debug);\n }\n\n var names_to_mangle = new Set();\n var unmangleable = new Set();\n\n // step 1: find candidates to mangle\n ast.walk(new TreeWalker(function(node) {\n if (node instanceof AST_ObjectKeyVal) {\n if (typeof node.key == \"string\") {\n add(node.key);\n }\n } else if (node instanceof AST_ObjectProperty) {\n // setter or getter, since KeyVal is handled above\n add(node.key.name);\n } else if (node instanceof AST_Dot) {\n var root = node;\n while (root.expression) {\n root = root.expression;\n }\n if (!(root.thedef && root.thedef.undeclared)) add(node.property);\n } else if (node instanceof AST_Sub) {\n addStrings(node.property, add);\n } else if (node instanceof AST_Call\n && node.expression.print_to_string() == \"Object.defineProperty\") {\n addStrings(node.args[1], add);\n }\n }));\n\n // step 2: transform the tree, renaming properties\n return ast.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_ObjectKeyVal) {\n if (typeof node.key == \"string\") {\n node.key = mangle(node.key);\n }\n } else if (node instanceof AST_ObjectProperty) {\n // setter or getter\n node.key.name = mangle(node.key.name);\n } else if (node instanceof AST_Dot) {\n node.property = mangle(node.property);\n } else if (!options.keep_quoted && node instanceof AST_Sub) {\n node.property = mangleStrings(node.property);\n } else if (node instanceof AST_Call\n && node.expression.print_to_string() == \"Object.defineProperty\") {\n node.args[1] = mangleStrings(node.args[1]);\n }\n }));\n\n // only function declarations after this line\n\n function can_mangle(name) {\n if (unmangleable.has(name)) return false;\n if (reserved.has(name)) return false;\n if (options.only_cache) {\n return cache.has(name);\n }\n if (/^-?[0-9]+(\\.[0-9]+)?(e[+-][0-9]+)?$/.test(name)) return false;\n return true;\n }\n\n function should_mangle(name) {\n if (regex && !regex.test(name)) return false;\n if (reserved.has(name)) return false;\n return cache.has(name)\n || names_to_mangle.has(name);\n }\n\n function add(name) {\n if (can_mangle(name))\n names_to_mangle.add(name);\n\n if (!should_mangle(name)) {\n unmangleable.add(name);\n }\n }\n\n function mangle(name) {\n if (!should_mangle(name)) {\n return name;\n }\n\n var mangled = cache.get(name);\n if (!mangled) {\n if (debug) {\n // debug mode: use a prefix and suffix to preserve readability, e.g. o.foo -> o._$foo$NNN_.\n var debug_mangled = \"_$\" + name + \"$\" + debug_name_suffix + \"_\";\n\n if (can_mangle(debug_mangled)) {\n mangled = debug_mangled;\n }\n }\n\n // either debug mode is off, or it is on and we could not use the mangled name\n if (!mangled) {\n do {\n mangled = base54(++cname);\n } while (!can_mangle(mangled));\n }\n\n cache.set(name, mangled);\n }\n return mangled;\n }\n\n function mangleStrings(node) {\n return node.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Sequence) {\n var last = node.expressions.length - 1;\n node.expressions[last] = mangleStrings(node.expressions[last]);\n } else if (node instanceof AST_String) {\n node.value = mangle(node.value);\n } else if (node instanceof AST_Conditional) {\n node.consequent = mangleStrings(node.consequent);\n node.alternative = mangleStrings(node.alternative);\n }\n return node;\n }));\n }\n}\n\nexport {\n reserve_quoted_keys,\n mangle_properties,\n};\n","\"use strict\";\n/* eslint-env browser, es6, node */\n\nimport {\n defaults,\n Dictionary,\n HOP,\n} from \"./utils.js\";\nimport {\n AST_Node,\n AST_Toplevel,\n} from \"./ast.js\";\nimport { parse } from \"./parse.js\";\nimport { OutputStream } from \"./output.js\";\nimport { Compressor } from \"./compress/index.js\";\nimport { base54 } from \"./scope.js\";\nimport { SourceMap } from \"./sourcemap.js\";\nimport {\n mangle_properties,\n reserve_quoted_keys,\n} from \"./propmangle.js\";\n\nvar to_ascii = typeof atob == \"undefined\" ? function(b64) {\n return Buffer.from(b64, \"base64\").toString();\n} : atob;\nvar to_base64 = typeof btoa == \"undefined\" ? function(str) {\n return Buffer.from(str).toString(\"base64\");\n} : btoa;\n\nfunction read_source_map(code) {\n var match = /(?:^|[^.])\\/\\/# sourceMappingURL=data:application\\/json(;[\\w=-]*)?;base64,([+/0-9A-Za-z]*=*)\\s*$/.exec(code);\n if (!match) {\n AST_Node.warn(\"inline source map not found\");\n return null;\n }\n return to_ascii(match[2]);\n}\n\nfunction set_shorthand(name, options, keys) {\n if (options[name]) {\n keys.forEach(function(key) {\n if (options[key]) {\n if (typeof options[key] != \"object\") options[key] = {};\n if (!(name in options[key])) options[key][name] = options[name];\n }\n });\n }\n}\n\nfunction init_cache(cache) {\n if (!cache) return;\n if (!(\"props\" in cache)) {\n cache.props = new Dictionary();\n } else if (!(cache.props instanceof Dictionary)) {\n cache.props = Dictionary.fromObject(cache.props);\n }\n}\n\nfunction to_json(cache) {\n return {\n props: cache.props.toObject()\n };\n}\n\nfunction minify(files, options) {\n var warn_function = AST_Node.warn_function;\n try {\n options = defaults(options, {\n compress: {},\n ecma: undefined,\n enclose: false,\n ie8: false,\n keep_classnames: undefined,\n keep_fnames: false,\n mangle: {},\n module: false,\n nameCache: null,\n output: {},\n parse: {},\n rename: undefined,\n safari10: false,\n sourceMap: false,\n timings: false,\n toplevel: false,\n warnings: false,\n wrap: false,\n }, true);\n var timings = options.timings && {\n start: Date.now()\n };\n if (options.keep_classnames === undefined) {\n options.keep_classnames = options.keep_fnames;\n }\n if (options.rename === undefined) {\n options.rename = options.compress && options.mangle;\n }\n set_shorthand(\"ecma\", options, [ \"parse\", \"compress\", \"output\" ]);\n set_shorthand(\"ie8\", options, [ \"compress\", \"mangle\", \"output\" ]);\n set_shorthand(\"keep_classnames\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"keep_fnames\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"module\", options, [ \"parse\", \"compress\", \"mangle\" ]);\n set_shorthand(\"safari10\", options, [ \"mangle\", \"output\" ]);\n set_shorthand(\"toplevel\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"warnings\", options, [ \"compress\" ]);\n var quoted_props;\n if (options.mangle) {\n options.mangle = defaults(options.mangle, {\n cache: options.nameCache && (options.nameCache.vars || {}),\n eval: false,\n ie8: false,\n keep_classnames: false,\n keep_fnames: false,\n module: false,\n properties: false,\n reserved: [],\n safari10: false,\n toplevel: false,\n }, true);\n if (options.mangle.properties) {\n if (typeof options.mangle.properties != \"object\") {\n options.mangle.properties = {};\n }\n if (options.mangle.properties.keep_quoted) {\n quoted_props = options.mangle.properties.reserved;\n if (!Array.isArray(quoted_props)) quoted_props = [];\n options.mangle.properties.reserved = quoted_props;\n }\n if (options.nameCache && !(\"cache\" in options.mangle.properties)) {\n options.mangle.properties.cache = options.nameCache.props || {};\n }\n }\n init_cache(options.mangle.cache);\n init_cache(options.mangle.properties.cache);\n }\n if (options.sourceMap) {\n options.sourceMap = defaults(options.sourceMap, {\n content: null,\n filename: null,\n includeSources: false,\n root: null,\n url: null,\n }, true);\n }\n var warnings = [];\n if (options.warnings && !AST_Node.warn_function) {\n AST_Node.warn_function = function(warning) {\n warnings.push(warning);\n };\n }\n if (timings) timings.parse = Date.now();\n var toplevel;\n if (files instanceof AST_Toplevel) {\n toplevel = files;\n } else {\n if (typeof files == \"string\") {\n files = [ files ];\n }\n options.parse = options.parse || {};\n options.parse.toplevel = null;\n for (var name in files) if (HOP(files, name)) {\n options.parse.filename = name;\n options.parse.toplevel = parse(files[name], options.parse);\n if (options.sourceMap && options.sourceMap.content == \"inline\") {\n if (Object.keys(files).length > 1)\n throw new Error(\"inline source map only works with singular input\");\n options.sourceMap.content = read_source_map(files[name]);\n }\n }\n toplevel = options.parse.toplevel;\n }\n if (quoted_props) {\n reserve_quoted_keys(toplevel, quoted_props);\n }\n if (options.wrap) {\n toplevel = toplevel.wrap_commonjs(options.wrap);\n }\n if (options.enclose) {\n toplevel = toplevel.wrap_enclose(options.enclose);\n }\n if (timings) timings.rename = Date.now();\n // disable rename on harmony due to expand_names bug in for-of loops\n // https://github.com/mishoo/UglifyJS2/issues/2794\n if (0 && options.rename) {\n toplevel.figure_out_scope(options.mangle);\n toplevel.expand_names(options.mangle);\n }\n if (timings) timings.compress = Date.now();\n if (options.compress) toplevel = new Compressor(options.compress).compress(toplevel);\n if (timings) timings.scope = Date.now();\n if (options.mangle) toplevel.figure_out_scope(options.mangle);\n if (timings) timings.mangle = Date.now();\n if (options.mangle) {\n base54.reset();\n toplevel.compute_char_frequency(options.mangle);\n toplevel.mangle_names(options.mangle);\n }\n if (timings) timings.properties = Date.now();\n if (options.mangle && options.mangle.properties) {\n toplevel = mangle_properties(toplevel, options.mangle.properties);\n }\n if (timings) timings.output = Date.now();\n var result = {};\n if (options.output.ast) {\n result.ast = toplevel;\n }\n if (!HOP(options.output, \"code\") || options.output.code) {\n if (options.sourceMap) {\n if (typeof options.sourceMap.content == \"string\") {\n options.sourceMap.content = JSON.parse(options.sourceMap.content);\n }\n options.output.source_map = SourceMap({\n file: options.sourceMap.filename,\n orig: options.sourceMap.content,\n root: options.sourceMap.root\n });\n if (options.sourceMap.includeSources) {\n if (files instanceof AST_Toplevel) {\n throw new Error(\"original source content unavailable\");\n } else for (var name in files) if (HOP(files, name)) {\n options.output.source_map.get().setSourceContent(name, files[name]);\n }\n }\n }\n delete options.output.ast;\n delete options.output.code;\n var stream = OutputStream(options.output);\n toplevel.print(stream);\n result.code = stream.get();\n if (options.sourceMap) {\n result.map = options.output.source_map.toString();\n if (options.sourceMap.url == \"inline\") {\n result.code += \"\\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,\" + to_base64(result.map);\n } else if (options.sourceMap.url) {\n result.code += \"\\n//# sourceMappingURL=\" + options.sourceMap.url;\n }\n }\n }\n if (options.nameCache && options.mangle) {\n if (options.mangle.cache) options.nameCache.vars = to_json(options.mangle.cache);\n if (options.mangle.properties && options.mangle.properties.cache) {\n options.nameCache.props = to_json(options.mangle.properties.cache);\n }\n }\n if (timings) {\n timings.end = Date.now();\n result.timings = {\n parse: 1e-3 * (timings.rename - timings.parse),\n rename: 1e-3 * (timings.compress - timings.rename),\n compress: 1e-3 * (timings.scope - timings.compress),\n scope: 1e-3 * (timings.mangle - timings.scope),\n mangle: 1e-3 * (timings.properties - timings.mangle),\n properties: 1e-3 * (timings.output - timings.properties),\n output: 1e-3 * (timings.end - timings.output),\n total: 1e-3 * (timings.end - timings.start)\n };\n }\n if (warnings.length) {\n result.warnings = warnings;\n }\n return result;\n } catch (ex) {\n return { error: ex };\n } finally {\n AST_Node.warn_function = warn_function;\n }\n}\n\nexport {\n minify,\n to_ascii,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport * as ast from \"./ast.js\";\nimport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Atom,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_BlockStatement,\n AST_Boolean,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\n\n(function() {\n\n var normalize_directives = function(body) {\n var in_directive = true;\n\n for (var i = 0; i < body.length; i++) {\n if (in_directive && body[i] instanceof AST_Statement && body[i].body instanceof AST_String) {\n body[i] = new AST_Directive({\n start: body[i].start,\n end: body[i].end,\n value: body[i].body.value\n });\n } else if (in_directive && !(body[i] instanceof AST_Statement && body[i].body instanceof AST_String)) {\n in_directive = false;\n }\n }\n\n return body;\n };\n\n var MOZ_TO_ME = {\n Program: function(M) {\n return new AST_Toplevel({\n start: my_start_token(M),\n end: my_end_token(M),\n body: normalize_directives(M.body.map(from_moz))\n });\n },\n ArrayPattern: function(M) {\n return new AST_Destructuring({\n start: my_start_token(M),\n end: my_end_token(M),\n names: M.elements.map(function(elm) {\n if (elm === null) {\n return new AST_Hole();\n }\n return from_moz(elm);\n }),\n is_array: true\n });\n },\n ObjectPattern: function(M) {\n return new AST_Destructuring({\n start: my_start_token(M),\n end: my_end_token(M),\n names: M.properties.map(from_moz),\n is_array: false\n });\n },\n AssignmentPattern: function(M) {\n return new AST_Binary({\n start: my_start_token(M),\n end: my_end_token(M),\n left: from_moz(M.left),\n operator: \"=\",\n right: from_moz(M.right)\n });\n },\n SpreadElement: function(M) {\n return new AST_Expansion({\n start: my_start_token(M),\n end: my_end_token(M),\n expression: from_moz(M.argument)\n });\n },\n RestElement: function(M) {\n return new AST_Expansion({\n start: my_start_token(M),\n end: my_end_token(M),\n expression: from_moz(M.argument)\n });\n },\n TemplateElement: function(M) {\n return new AST_TemplateSegment({\n start: my_start_token(M),\n end: my_end_token(M),\n value: M.value.cooked,\n raw: M.value.raw\n });\n },\n TemplateLiteral: function(M) {\n var segments = [];\n for (var i = 0; i < M.quasis.length; i++) {\n segments.push(from_moz(M.quasis[i]));\n if (M.expressions[i]) {\n segments.push(from_moz(M.expressions[i]));\n }\n }\n return new AST_TemplateString({\n start: my_start_token(M),\n end: my_end_token(M),\n segments: segments\n });\n },\n TaggedTemplateExpression: function(M) {\n return new AST_PrefixedTemplateString({\n start: my_start_token(M),\n end: my_end_token(M),\n template_string: from_moz(M.quasi),\n prefix: from_moz(M.tag)\n });\n },\n FunctionDeclaration: function(M) {\n return new AST_Defun({\n start: my_start_token(M),\n end: my_end_token(M),\n name: from_moz(M.id),\n argnames: M.params.map(from_moz),\n is_generator: M.generator,\n async: M.async,\n body: normalize_directives(from_moz(M.body).body)\n });\n },\n FunctionExpression: function(M) {\n return new AST_Function({\n start: my_start_token(M),\n end: my_end_token(M),\n name: from_moz(M.id),\n argnames: M.params.map(from_moz),\n is_generator: M.generator,\n async: M.async,\n body: normalize_directives(from_moz(M.body).body)\n });\n },\n ArrowFunctionExpression: function(M) {\n return new AST_Arrow({\n start: my_start_token(M),\n end: my_end_token(M),\n argnames: M.params.map(from_moz),\n body: from_moz(M.body),\n async: M.async,\n });\n },\n ExpressionStatement: function(M) {\n return new AST_SimpleStatement({\n start: my_start_token(M),\n end: my_end_token(M),\n body: from_moz(M.expression)\n });\n },\n TryStatement: function(M) {\n var handlers = M.handlers || [M.handler];\n if (handlers.length > 1 || M.guardedHandlers && M.guardedHandlers.length) {\n throw new Error(\"Multiple catch clauses are not supported.\");\n }\n return new AST_Try({\n start : my_start_token(M),\n end : my_end_token(M),\n body : from_moz(M.block).body,\n bcatch : from_moz(handlers[0]),\n bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null\n });\n },\n Property: function(M) {\n var key = M.key;\n var args = {\n start : my_start_token(key || M.value),\n end : my_end_token(M.value),\n key : key.type == \"Identifier\" ? key.name : key.value,\n value : from_moz(M.value)\n };\n if (M.computed) {\n args.key = from_moz(M.key);\n }\n if (M.method) {\n args.is_generator = M.value.generator;\n args.async = M.value.async;\n if (!M.computed) {\n args.key = new AST_SymbolMethod({ name: args.key });\n } else {\n args.key = from_moz(M.key);\n }\n return new AST_ConciseMethod(args);\n }\n if (M.kind == \"init\") {\n if (key.type != \"Identifier\" && key.type != \"Literal\") {\n args.key = from_moz(key);\n }\n return new AST_ObjectKeyVal(args);\n }\n if (typeof args.key === \"string\" || typeof args.key === \"number\") {\n args.key = new AST_SymbolMethod({\n name: args.key\n });\n }\n args.value = new AST_Accessor(args.value);\n if (M.kind == \"get\") return new AST_ObjectGetter(args);\n if (M.kind == \"set\") return new AST_ObjectSetter(args);\n if (M.kind == \"method\") {\n args.async = M.value.async;\n args.is_generator = M.value.generator;\n args.quote = M.computed ? \"\\\"\" : null;\n return new AST_ConciseMethod(args);\n }\n },\n MethodDefinition: function(M) {\n var args = {\n start : my_start_token(M),\n end : my_end_token(M),\n key : M.computed ? from_moz(M.key) : new AST_SymbolMethod({ name: M.key.name || M.key.value }),\n value : from_moz(M.value),\n static : M.static,\n };\n if (M.kind == \"get\") {\n return new AST_ObjectGetter(args);\n }\n if (M.kind == \"set\") {\n return new AST_ObjectSetter(args);\n }\n args.is_generator = M.value.generator;\n args.async = M.value.async;\n return new AST_ConciseMethod(args);\n },\n ArrayExpression: function(M) {\n return new AST_Array({\n start : my_start_token(M),\n end : my_end_token(M),\n elements : M.elements.map(function(elem) {\n return elem === null ? new AST_Hole() : from_moz(elem);\n })\n });\n },\n ObjectExpression: function(M) {\n return new AST_Object({\n start : my_start_token(M),\n end : my_end_token(M),\n properties : M.properties.map(function(prop) {\n if (prop.type === \"SpreadElement\") {\n return from_moz(prop);\n }\n prop.type = \"Property\";\n return from_moz(prop);\n })\n });\n },\n SequenceExpression: function(M) {\n return new AST_Sequence({\n start : my_start_token(M),\n end : my_end_token(M),\n expressions: M.expressions.map(from_moz)\n });\n },\n MemberExpression: function(M) {\n return new (M.computed ? AST_Sub : AST_Dot)({\n start : my_start_token(M),\n end : my_end_token(M),\n property : M.computed ? from_moz(M.property) : M.property.name,\n expression : from_moz(M.object)\n });\n },\n SwitchCase: function(M) {\n return new (M.test ? AST_Case : AST_Default)({\n start : my_start_token(M),\n end : my_end_token(M),\n expression : from_moz(M.test),\n body : M.consequent.map(from_moz)\n });\n },\n VariableDeclaration: function(M) {\n return new (M.kind === \"const\" ? AST_Const :\n M.kind === \"let\" ? AST_Let : AST_Var)({\n start : my_start_token(M),\n end : my_end_token(M),\n definitions : M.declarations.map(from_moz)\n });\n },\n\n ImportDeclaration: function(M) {\n var imported_name = null;\n var imported_names = null;\n M.specifiers.forEach(function (specifier) {\n if (specifier.type === \"ImportSpecifier\") {\n if (!imported_names) { imported_names = []; }\n imported_names.push(new AST_NameMapping({\n start: my_start_token(specifier),\n end: my_end_token(specifier),\n foreign_name: from_moz(specifier.imported),\n name: from_moz(specifier.local)\n }));\n } else if (specifier.type === \"ImportDefaultSpecifier\") {\n imported_name = from_moz(specifier.local);\n } else if (specifier.type === \"ImportNamespaceSpecifier\") {\n if (!imported_names) { imported_names = []; }\n imported_names.push(new AST_NameMapping({\n start: my_start_token(specifier),\n end: my_end_token(specifier),\n foreign_name: new AST_SymbolImportForeign({ name: \"*\" }),\n name: from_moz(specifier.local)\n }));\n }\n });\n return new AST_Import({\n start : my_start_token(M),\n end : my_end_token(M),\n imported_name: imported_name,\n imported_names : imported_names,\n module_name : from_moz(M.source)\n });\n },\n ExportAllDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_names: [\n new AST_NameMapping({\n name: new AST_SymbolExportForeign({ name: \"*\" }),\n foreign_name: new AST_SymbolExportForeign({ name: \"*\" })\n })\n ],\n module_name: from_moz(M.source)\n });\n },\n ExportNamedDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_definition: from_moz(M.declaration),\n exported_names: M.specifiers && M.specifiers.length ? M.specifiers.map(function (specifier) {\n return new AST_NameMapping({\n foreign_name: from_moz(specifier.exported),\n name: from_moz(specifier.local)\n });\n }) : null,\n module_name: from_moz(M.source)\n });\n },\n ExportDefaultDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_value: from_moz(M.declaration),\n is_default: true\n });\n },\n Literal: function(M) {\n var val = M.value, args = {\n start : my_start_token(M),\n end : my_end_token(M)\n };\n if (val === null) return new AST_Null(args);\n var rx = M.regex;\n if (rx && rx.pattern) {\n // RegExpLiteral as per ESTree AST spec\n args.value = new RegExp(rx.pattern, rx.flags);\n var raw = args.value.toString();\n args.value.raw_source = rx.flags\n ? raw.substring(0, raw.length - rx.flags.length) + rx.flags\n : raw;\n return new AST_RegExp(args);\n } else if (rx) {\n // support legacy RegExp\n args.value = M.regex && M.raw ? M.raw : val;\n return new AST_RegExp(args);\n }\n switch (typeof val) {\n case \"string\":\n args.value = val;\n return new AST_String(args);\n case \"number\":\n args.value = val;\n return new AST_Number(args);\n case \"boolean\":\n return new (val ? AST_True : AST_False)(args);\n }\n },\n MetaProperty: function(M) {\n if (M.meta.name === \"new\" && M.property.name === \"target\") {\n return new AST_NewTarget({\n start: my_start_token(M),\n end: my_end_token(M)\n });\n }\n },\n Identifier: function(M) {\n var p = FROM_MOZ_STACK[FROM_MOZ_STACK.length - 2];\n return new ( p.type == \"LabeledStatement\" ? AST_Label\n : p.type == \"VariableDeclarator\" && p.id === M ? (p.kind == \"const\" ? AST_SymbolConst : p.kind == \"let\" ? AST_SymbolLet : AST_SymbolVar)\n : /Import.*Specifier/.test(p.type) ? (p.local === M ? AST_SymbolImport : AST_SymbolImportForeign)\n : p.type == \"ExportSpecifier\" ? (p.local === M ? AST_SymbolExport : AST_SymbolExportForeign)\n : p.type == \"FunctionExpression\" ? (p.id === M ? AST_SymbolLambda : AST_SymbolFunarg)\n : p.type == \"FunctionDeclaration\" ? (p.id === M ? AST_SymbolDefun : AST_SymbolFunarg)\n : p.type == \"ArrowFunctionExpression\" ? (p.params.includes(M)) ? AST_SymbolFunarg : AST_SymbolRef\n : p.type == \"ClassExpression\" ? (p.id === M ? AST_SymbolClass : AST_SymbolRef)\n : p.type == \"Property\" ? (p.key === M && p.computed || p.value === M ? AST_SymbolRef : AST_SymbolMethod)\n : p.type == \"ClassDeclaration\" ? (p.id === M ? AST_SymbolDefClass : AST_SymbolRef)\n : p.type == \"MethodDefinition\" ? (p.computed ? AST_SymbolRef : AST_SymbolMethod)\n : p.type == \"CatchClause\" ? AST_SymbolCatch\n : p.type == \"BreakStatement\" || p.type == \"ContinueStatement\" ? AST_LabelRef\n : AST_SymbolRef)({\n start : my_start_token(M),\n end : my_end_token(M),\n name : M.name\n });\n }\n };\n\n MOZ_TO_ME.UpdateExpression =\n MOZ_TO_ME.UnaryExpression = function To_Moz_Unary(M) {\n var prefix = \"prefix\" in M ? M.prefix\n : M.type == \"UnaryExpression\" ? true : false;\n return new (prefix ? AST_UnaryPrefix : AST_UnaryPostfix)({\n start : my_start_token(M),\n end : my_end_token(M),\n operator : M.operator,\n expression : from_moz(M.argument)\n });\n };\n\n MOZ_TO_ME.ClassDeclaration =\n MOZ_TO_ME.ClassExpression = function From_Moz_Class(M) {\n return new (M.type === \"ClassDeclaration\" ? AST_DefClass : AST_ClassExpression)({\n start : my_start_token(M),\n end : my_end_token(M),\n name : from_moz(M.id),\n extends : from_moz(M.superClass),\n properties: M.body.body.map(from_moz)\n });\n };\n\n map(\"EmptyStatement\", AST_EmptyStatement);\n map(\"BlockStatement\", AST_BlockStatement, \"body@body\");\n map(\"IfStatement\", AST_If, \"test>condition, consequent>body, alternate>alternative\");\n map(\"LabeledStatement\", AST_LabeledStatement, \"label>label, body>body\");\n map(\"BreakStatement\", AST_Break, \"label>label\");\n map(\"ContinueStatement\", AST_Continue, \"label>label\");\n map(\"WithStatement\", AST_With, \"object>expression, body>body\");\n map(\"SwitchStatement\", AST_Switch, \"discriminant>expression, cases@body\");\n map(\"ReturnStatement\", AST_Return, \"argument>value\");\n map(\"ThrowStatement\", AST_Throw, \"argument>value\");\n map(\"WhileStatement\", AST_While, \"test>condition, body>body\");\n map(\"DoWhileStatement\", AST_Do, \"test>condition, body>body\");\n map(\"ForStatement\", AST_For, \"init>init, test>condition, update>step, body>body\");\n map(\"ForInStatement\", AST_ForIn, \"left>init, right>object, body>body\");\n map(\"ForOfStatement\", AST_ForOf, \"left>init, right>object, body>body, await=await\");\n map(\"AwaitExpression\", AST_Await, \"argument>expression\");\n map(\"YieldExpression\", AST_Yield, \"argument>expression, delegate=is_star\");\n map(\"DebuggerStatement\", AST_Debugger);\n map(\"VariableDeclarator\", AST_VarDef, \"id>name, init>value\");\n map(\"CatchClause\", AST_Catch, \"param>argname, body%body\");\n\n map(\"ThisExpression\", AST_This);\n map(\"Super\", AST_Super);\n map(\"BinaryExpression\", AST_Binary, \"operator=operator, left>left, right>right\");\n map(\"LogicalExpression\", AST_Binary, \"operator=operator, left>left, right>right\");\n map(\"AssignmentExpression\", AST_Assign, \"operator=operator, left>left, right>right\");\n map(\"ConditionalExpression\", AST_Conditional, \"test>condition, consequent>consequent, alternate>alternative\");\n map(\"NewExpression\", AST_New, \"callee>expression, arguments@args\");\n map(\"CallExpression\", AST_Call, \"callee>expression, arguments@args\");\n\n def_to_moz(AST_Toplevel, function To_Moz_Program(M) {\n return to_moz_scope(\"Program\", M);\n });\n\n def_to_moz(AST_Expansion, function To_Moz_Spread(M, parent) {\n return {\n type: to_moz_in_destructuring() ? \"RestElement\" : \"SpreadElement\",\n argument: to_moz(M.expression)\n };\n });\n\n def_to_moz(AST_PrefixedTemplateString, function To_Moz_TaggedTemplateExpression(M) {\n return {\n type: \"TaggedTemplateExpression\",\n tag: to_moz(M.prefix),\n quasi: to_moz(M.template_string)\n };\n });\n\n def_to_moz(AST_TemplateString, function To_Moz_TemplateLiteral(M) {\n var quasis = [];\n var expressions = [];\n for (var i = 0; i < M.segments.length; i++) {\n if (i % 2 !== 0) {\n expressions.push(to_moz(M.segments[i]));\n } else {\n quasis.push({\n type: \"TemplateElement\",\n value: {\n raw: M.segments[i].raw,\n cooked: M.segments[i].value\n },\n tail: i === M.segments.length - 1\n });\n }\n }\n return {\n type: \"TemplateLiteral\",\n quasis: quasis,\n expressions: expressions\n };\n });\n\n def_to_moz(AST_Defun, function To_Moz_FunctionDeclaration(M) {\n return {\n type: \"FunctionDeclaration\",\n id: to_moz(M.name),\n params: M.argnames.map(to_moz),\n generator: M.is_generator,\n async: M.async,\n body: to_moz_scope(\"BlockStatement\", M)\n };\n });\n\n def_to_moz(AST_Function, function To_Moz_FunctionExpression(M, parent) {\n var is_generator = parent.is_generator !== undefined ?\n parent.is_generator : M.is_generator;\n return {\n type: \"FunctionExpression\",\n id: to_moz(M.name),\n params: M.argnames.map(to_moz),\n generator: is_generator,\n async: M.async,\n body: to_moz_scope(\"BlockStatement\", M)\n };\n });\n\n def_to_moz(AST_Arrow, function To_Moz_ArrowFunctionExpression(M) {\n var body = M.body instanceof Array ? {\n type: \"BlockStatement\",\n body: M.body.map(to_moz)\n } : to_moz(M.body);\n return {\n type: \"ArrowFunctionExpression\",\n params: M.argnames.map(to_moz),\n async: M.async,\n body: body\n };\n });\n\n def_to_moz(AST_Destructuring, function To_Moz_ObjectPattern(M) {\n if (M.is_array) {\n return {\n type: \"ArrayPattern\",\n elements: M.names.map(to_moz)\n };\n }\n return {\n type: \"ObjectPattern\",\n properties: M.names.map(to_moz)\n };\n });\n\n def_to_moz(AST_Directive, function To_Moz_Directive(M) {\n return {\n type: \"ExpressionStatement\",\n expression: {\n type: \"Literal\",\n value: M.value\n }\n };\n });\n\n def_to_moz(AST_SimpleStatement, function To_Moz_ExpressionStatement(M) {\n return {\n type: \"ExpressionStatement\",\n expression: to_moz(M.body)\n };\n });\n\n def_to_moz(AST_SwitchBranch, function To_Moz_SwitchCase(M) {\n return {\n type: \"SwitchCase\",\n test: to_moz(M.expression),\n consequent: M.body.map(to_moz)\n };\n });\n\n def_to_moz(AST_Try, function To_Moz_TryStatement(M) {\n return {\n type: \"TryStatement\",\n block: to_moz_block(M),\n handler: to_moz(M.bcatch),\n guardedHandlers: [],\n finalizer: to_moz(M.bfinally)\n };\n });\n\n def_to_moz(AST_Catch, function To_Moz_CatchClause(M) {\n return {\n type: \"CatchClause\",\n param: to_moz(M.argname),\n guard: null,\n body: to_moz_block(M)\n };\n });\n\n def_to_moz(AST_Definitions, function To_Moz_VariableDeclaration(M) {\n return {\n type: \"VariableDeclaration\",\n kind:\n M instanceof AST_Const ? \"const\" :\n M instanceof AST_Let ? \"let\" : \"var\",\n declarations: M.definitions.map(to_moz)\n };\n });\n\n def_to_moz(AST_Export, function To_Moz_ExportDeclaration(M) {\n if (M.exported_names) {\n if (M.exported_names[0].name.name === \"*\") {\n return {\n type: \"ExportAllDeclaration\",\n source: to_moz(M.module_name)\n };\n }\n return {\n type: \"ExportNamedDeclaration\",\n specifiers: M.exported_names.map(function (name_mapping) {\n return {\n type: \"ExportSpecifier\",\n exported: to_moz(name_mapping.foreign_name),\n local: to_moz(name_mapping.name)\n };\n }),\n declaration: to_moz(M.exported_definition),\n source: to_moz(M.module_name)\n };\n }\n return {\n type: M.is_default ? \"ExportDefaultDeclaration\" : \"ExportNamedDeclaration\",\n declaration: to_moz(M.exported_value || M.exported_definition)\n };\n });\n\n def_to_moz(AST_Import, function To_Moz_ImportDeclaration(M) {\n var specifiers = [];\n if (M.imported_name) {\n specifiers.push({\n type: \"ImportDefaultSpecifier\",\n local: to_moz(M.imported_name)\n });\n }\n if (M.imported_names && M.imported_names[0].foreign_name.name === \"*\") {\n specifiers.push({\n type: \"ImportNamespaceSpecifier\",\n local: to_moz(M.imported_names[0].name)\n });\n } else if (M.imported_names) {\n M.imported_names.forEach(function(name_mapping) {\n specifiers.push({\n type: \"ImportSpecifier\",\n local: to_moz(name_mapping.name),\n imported: to_moz(name_mapping.foreign_name)\n });\n });\n }\n return {\n type: \"ImportDeclaration\",\n specifiers: specifiers,\n source: to_moz(M.module_name)\n };\n });\n\n def_to_moz(AST_Sequence, function To_Moz_SequenceExpression(M) {\n return {\n type: \"SequenceExpression\",\n expressions: M.expressions.map(to_moz)\n };\n });\n\n def_to_moz(AST_PropAccess, function To_Moz_MemberExpression(M) {\n var isComputed = M instanceof AST_Sub;\n return {\n type: \"MemberExpression\",\n object: to_moz(M.expression),\n computed: isComputed,\n property: isComputed ? to_moz(M.property) : {type: \"Identifier\", name: M.property}\n };\n });\n\n def_to_moz(AST_Unary, function To_Moz_Unary(M) {\n return {\n type: M.operator == \"++\" || M.operator == \"--\" ? \"UpdateExpression\" : \"UnaryExpression\",\n operator: M.operator,\n prefix: M instanceof AST_UnaryPrefix,\n argument: to_moz(M.expression)\n };\n });\n\n def_to_moz(AST_Binary, function To_Moz_BinaryExpression(M) {\n if (M.operator == \"=\" && to_moz_in_destructuring()) {\n return {\n type: \"AssignmentPattern\",\n left: to_moz(M.left),\n right: to_moz(M.right)\n };\n }\n return {\n type: M.operator == \"&&\" || M.operator == \"||\" ? \"LogicalExpression\" : \"BinaryExpression\",\n left: to_moz(M.left),\n operator: M.operator,\n right: to_moz(M.right)\n };\n });\n\n def_to_moz(AST_Array, function To_Moz_ArrayExpression(M) {\n return {\n type: \"ArrayExpression\",\n elements: M.elements.map(to_moz)\n };\n });\n\n def_to_moz(AST_Object, function To_Moz_ObjectExpression(M) {\n return {\n type: \"ObjectExpression\",\n properties: M.properties.map(to_moz)\n };\n });\n\n def_to_moz(AST_ObjectProperty, function To_Moz_Property(M, parent) {\n var key = M.key instanceof AST_Node ? to_moz(M.key) : {\n type: \"Identifier\",\n value: M.key\n };\n if (typeof M.key === \"number\") {\n key = {\n type: \"Literal\",\n value: Number(M.key)\n };\n }\n if (typeof M.key === \"string\") {\n key = {\n type: \"Identifier\",\n name: M.key\n };\n }\n var kind;\n var string_or_num = typeof M.key === \"string\" || typeof M.key === \"number\";\n var computed = string_or_num ? false : !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef;\n if (M instanceof AST_ObjectKeyVal) {\n kind = \"init\";\n computed = !string_or_num;\n } else\n if (M instanceof AST_ObjectGetter) {\n kind = \"get\";\n } else\n if (M instanceof AST_ObjectSetter) {\n kind = \"set\";\n }\n if (parent instanceof AST_Class) {\n return {\n type: \"MethodDefinition\",\n computed: computed,\n kind: kind,\n static: M.static,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n }\n return {\n type: \"Property\",\n computed: computed,\n kind: kind,\n key: key,\n value: to_moz(M.value)\n };\n });\n\n def_to_moz(AST_ConciseMethod, function To_Moz_MethodDefinition(M, parent) {\n if (parent instanceof AST_Object) {\n return {\n type: \"Property\",\n computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef,\n kind: \"init\",\n method: true,\n shorthand: false,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n }\n return {\n type: \"MethodDefinition\",\n computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef,\n kind: M.key === \"constructor\" ? \"constructor\" : \"method\",\n static: M.static,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n });\n\n def_to_moz(AST_Class, function To_Moz_Class(M) {\n var type = M instanceof AST_ClassExpression ? \"ClassExpression\" : \"ClassDeclaration\";\n return {\n type: type,\n superClass: to_moz(M.extends),\n id: M.name ? to_moz(M.name) : null,\n body: {\n type: \"ClassBody\",\n body: M.properties.map(to_moz)\n }\n };\n });\n\n def_to_moz(AST_NewTarget, function To_Moz_MetaProperty(M) {\n return {\n type: \"MetaProperty\",\n meta: {\n type: \"Identifier\",\n name: \"new\"\n },\n property: {\n type: \"Identifier\",\n name: \"target\"\n }\n };\n });\n\n def_to_moz(AST_Symbol, function To_Moz_Identifier(M, parent) {\n if (M instanceof AST_SymbolMethod && parent.quote) {\n return {\n type: \"Literal\",\n value: M.name\n };\n }\n var def = M.definition();\n return {\n type: \"Identifier\",\n name: def ? def.mangled_name || def.name : M.name\n };\n });\n\n def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) {\n var pattern = M.value.source;\n var flags = M.value.toString().match(/[gimuys]*$/)[0];\n return {\n type: \"Literal\",\n value: new RegExp(pattern, flags),\n raw: M.value.raw_source,\n regex: {\n pattern: pattern,\n flags: flags,\n }\n };\n });\n\n def_to_moz(AST_Constant, function To_Moz_Literal(M) {\n var value = M.value;\n if (typeof value === \"number\" && (value < 0 || (value === 0 && 1 / value < 0))) {\n return {\n type: \"UnaryExpression\",\n operator: \"-\",\n prefix: true,\n argument: {\n type: \"Literal\",\n value: -value,\n raw: M.start.raw\n }\n };\n }\n return {\n type: \"Literal\",\n value: value,\n raw: M.start.raw\n };\n });\n\n def_to_moz(AST_Atom, function To_Moz_Atom(M) {\n return {\n type: \"Identifier\",\n name: String(M.value)\n };\n });\n\n AST_Boolean.DEFMETHOD(\"to_mozilla_ast\", AST_Constant.prototype.to_mozilla_ast);\n AST_Null.DEFMETHOD(\"to_mozilla_ast\", AST_Constant.prototype.to_mozilla_ast);\n AST_Hole.DEFMETHOD(\"to_mozilla_ast\", function To_Moz_ArrayHole() { return null; });\n\n AST_Block.DEFMETHOD(\"to_mozilla_ast\", AST_BlockStatement.prototype.to_mozilla_ast);\n AST_Lambda.DEFMETHOD(\"to_mozilla_ast\", AST_Function.prototype.to_mozilla_ast);\n\n /* -----[ tools ]----- */\n\n function raw_token(moznode) {\n if (moznode.type == \"Literal\") {\n return moznode.raw != null ? moznode.raw : moznode.value + \"\";\n }\n }\n\n function my_start_token(moznode) {\n var loc = moznode.loc, start = loc && loc.start;\n var range = moznode.range;\n return new AST_Token({\n file : loc && loc.source,\n line : start && start.line,\n col : start && start.column,\n pos : range ? range[0] : moznode.start,\n endline : start && start.line,\n endcol : start && start.column,\n endpos : range ? range[0] : moznode.start,\n raw : raw_token(moznode),\n });\n }\n\n function my_end_token(moznode) {\n var loc = moznode.loc, end = loc && loc.end;\n var range = moznode.range;\n return new AST_Token({\n file : loc && loc.source,\n line : end && end.line,\n col : end && end.column,\n pos : range ? range[1] : moznode.end,\n endline : end && end.line,\n endcol : end && end.column,\n endpos : range ? range[1] : moznode.end,\n raw : raw_token(moznode),\n });\n }\n\n function map(moztype, mytype, propmap) {\n var moz_to_me = \"function From_Moz_\" + moztype + \"(M){\\n\";\n moz_to_me += \"return new U2.\" + mytype.name + \"({\\n\" +\n \"start: my_start_token(M),\\n\" +\n \"end: my_end_token(M)\";\n\n var me_to_moz = \"function To_Moz_\" + moztype + \"(M){\\n\";\n me_to_moz += \"return {\\n\" +\n \"type: \" + JSON.stringify(moztype);\n\n if (propmap) propmap.split(/\\s*,\\s*/).forEach(function(prop) {\n var m = /([a-z0-9$_]+)([=@>%])([a-z0-9$_]+)/i.exec(prop);\n if (!m) throw new Error(\"Can't understand property map: \" + prop);\n var moz = m[1], how = m[2], my = m[3];\n moz_to_me += \",\\n\" + my + \": \";\n me_to_moz += \",\\n\" + moz + \": \";\n switch (how) {\n case \"@\":\n moz_to_me += \"M.\" + moz + \".map(from_moz)\";\n me_to_moz += \"M.\" + my + \".map(to_moz)\";\n break;\n case \">\":\n moz_to_me += \"from_moz(M.\" + moz + \")\";\n me_to_moz += \"to_moz(M.\" + my + \")\";\n break;\n case \"=\":\n moz_to_me += \"M.\" + moz;\n me_to_moz += \"M.\" + my;\n break;\n case \"%\":\n moz_to_me += \"from_moz(M.\" + moz + \").body\";\n me_to_moz += \"to_moz_block(M)\";\n break;\n default:\n throw new Error(\"Can't understand operator in propmap: \" + prop);\n }\n });\n\n moz_to_me += \"\\n})\\n}\";\n me_to_moz += \"\\n}\\n}\";\n\n //moz_to_me = parse(moz_to_me).print_to_string({ beautify: true });\n //me_to_moz = parse(me_to_moz).print_to_string({ beautify: true });\n //console.log(moz_to_me);\n\n moz_to_me = new Function(\"U2\", \"my_start_token\", \"my_end_token\", \"from_moz\", \"return(\" + moz_to_me + \")\")(\n ast, my_start_token, my_end_token, from_moz\n );\n me_to_moz = new Function(\"to_moz\", \"to_moz_block\", \"to_moz_scope\", \"return(\" + me_to_moz + \")\")(\n to_moz, to_moz_block, to_moz_scope\n );\n MOZ_TO_ME[moztype] = moz_to_me;\n def_to_moz(mytype, me_to_moz);\n }\n\n var FROM_MOZ_STACK = null;\n\n function from_moz(node) {\n FROM_MOZ_STACK.push(node);\n var ret = node != null ? MOZ_TO_ME[node.type](node) : null;\n FROM_MOZ_STACK.pop();\n return ret;\n }\n\n AST_Node.from_mozilla_ast = function(node) {\n var save_stack = FROM_MOZ_STACK;\n FROM_MOZ_STACK = [];\n var ast = from_moz(node);\n FROM_MOZ_STACK = save_stack;\n return ast;\n };\n\n function set_moz_loc(mynode, moznode, myparent) {\n var start = mynode.start;\n var end = mynode.end;\n if (start.pos != null && end.endpos != null) {\n moznode.range = [start.pos, end.endpos];\n }\n if (start.line) {\n moznode.loc = {\n start: {line: start.line, column: start.col},\n end: end.endline ? {line: end.endline, column: end.endcol} : null\n };\n if (start.file) {\n moznode.loc.source = start.file;\n }\n }\n return moznode;\n }\n\n function def_to_moz(mytype, handler) {\n mytype.DEFMETHOD(\"to_mozilla_ast\", function(parent) {\n return set_moz_loc(this, handler(this, parent));\n });\n }\n\n var TO_MOZ_STACK = null;\n\n function to_moz(node) {\n if (TO_MOZ_STACK === null) { TO_MOZ_STACK = []; }\n TO_MOZ_STACK.push(node);\n var ast = node != null ? node.to_mozilla_ast(TO_MOZ_STACK[TO_MOZ_STACK.length - 2]) : null;\n TO_MOZ_STACK.pop();\n if (TO_MOZ_STACK.length === 0) { TO_MOZ_STACK = null; }\n return ast;\n }\n\n function to_moz_in_destructuring() {\n var i = TO_MOZ_STACK.length;\n while (i--) {\n if (TO_MOZ_STACK[i] instanceof AST_Destructuring) {\n return true;\n }\n }\n return false;\n }\n\n function to_moz_block(node) {\n return {\n type: \"BlockStatement\",\n body: node.body.map(to_moz)\n };\n }\n\n function to_moz_scope(type, node) {\n var body = node.body.map(to_moz);\n if (node.body[0] instanceof AST_SimpleStatement && node.body[0].body instanceof AST_String) {\n body.unshift(to_moz(new AST_EmptyStatement(node.body[0])));\n }\n return {\n type: type,\n body: body\n };\n }\n})();\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport MOZ_SourceMap from \"source-map\";\nimport {\n defaults,\n} from \"./utils.js\";\n\n// a small wrapper around fitzgen's source-map library\nfunction SourceMap(options) {\n options = defaults(options, {\n file : null,\n root : null,\n orig : null,\n\n orig_line_diff : 0,\n dest_line_diff : 0,\n });\n var generator = new MOZ_SourceMap.SourceMapGenerator({\n file : options.file,\n sourceRoot : options.root\n });\n var orig_map = options.orig && new MOZ_SourceMap.SourceMapConsumer(options.orig);\n\n if (orig_map) {\n orig_map.sources.forEach(function(source) {\n var sourceContent = orig_map.sourceContentFor(source, true);\n if (sourceContent) {\n generator.setSourceContent(source, sourceContent);\n }\n });\n }\n\n function add(source, gen_line, gen_col, orig_line, orig_col, name) {\n if (orig_map) {\n var info = orig_map.originalPositionFor({\n line: orig_line,\n column: orig_col\n });\n if (info.source === null) {\n return;\n }\n source = info.source;\n orig_line = info.line;\n orig_col = info.column;\n name = info.name || name;\n }\n generator.addMapping({\n generated : { line: gen_line + options.dest_line_diff, column: gen_col },\n original : { line: orig_line + options.orig_line_diff, column: orig_col },\n source : source,\n name : name\n });\n }\n return {\n add : add,\n get : function() { return generator; },\n toString : function() { return JSON.stringify(generator.toJSON()); }\n };\n}\n\nexport {\n SourceMap,\n};\n"]} \ No newline at end of file diff --git a/2019-setembro/node_modules/terser/package.json b/2019-setembro/node_modules/terser/package.json new file mode 100644 index 0000000..e1faa95 --- /dev/null +++ b/2019-setembro/node_modules/terser/package.json @@ -0,0 +1,118 @@ +{ + "name": "terser", + "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+", + "homepage": "https://github.com/fabiosantoscode/terser", + "author": "Mihai Bazon (http://lisperator.net/)", + "license": "BSD-2-Clause", + "version": "3.17.0", + "engines": { + "node": ">=6.0.0" + }, + "maintainers": [ + "Fábio Santos " + ], + "repository": "https://github.com/fabiosantoscode/terser.git", + "main": "dist/bundle.min.js", + "types": "tools/terser.d.ts", + "bin": { + "terser": "bin/uglifyjs" + }, + "files": [ + "bin", + "dist", + "tools", + "LICENSE", + "README.md", + "CHANGELOG.md", + "PATRONS.md" + ], + "dependencies": { + "commander": "^2.19.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.10" + }, + "devDependencies": { + "acorn": "^6.0.4", + "cross-env": "^5.2.0", + "csv": "^5.1.0", + "escodegen": "^1.11.0", + "eslint": "^4.19.1", + "eslump": "^2.0.0", + "mocha": "^3.0.0", + "mochallel": "^1.8.6", + "pre-commit": "^1.2.2", + "rimraf": "^2.6.2", + "rollup": "^1.0.1", + "semver": "~5.6.0" + }, + "scripts": { + "test": "npm run prepare --silent && istanbul instrument dist/bundle.min.js > dist/bundle.instrumented.js && node test/run-tests.js", + "lint": "eslint lib", + "lint-fix": "eslint --fix lib", + "prepare": "rimraf dist/* && rollup -c && cd dist && cross-env TERSER_NO_BUNDLE=1 ../bin/uglifyjs bundle.js -mc --source-map 'content=bundle.js.map,includeSources=true,url=bundle.min.js.map' -o bundle.min.js", + "postversion": "echo 'Remember to update the changelog!'" + }, + "keywords": [ + "uglify", + "terser", + "uglify-es", + "uglify-js", + "minify", + "minifier", + "javascript", + "ecmascript", + "es5", + "es6", + "es7", + "es8", + "es2015", + "es2016", + "es2017", + "async", + "await" + ], + "eslintConfig": { + "parserOptions": { + "sourceType": "module" + }, + "env": { + "es6": true + }, + "globals": { + "describe": false, + "it": false, + "require": false, + "global": false + }, + "rules": { + "brace-style": [ + "error", + "1tbs", + { + "allowSingleLine": true + } + ], + "quotes": [ + "error", + "double", + "avoid-escape" + ], + "no-debugger": "error", + "no-undef": "error", + "semi": [ + "error", + "always" + ], + "no-extra-semi": "error", + "no-irregular-whitespace": "error", + "space-before-blocks": [ + "error", + "always" + ] + } + }, + "pre-commit": [ + "lint-fix", + "test" + ] +} diff --git a/2019-setembro/node_modules/terser/tools/colorless-console.js b/2019-setembro/node_modules/terser/tools/colorless-console.js new file mode 100644 index 0000000..b65bb62 --- /dev/null +++ b/2019-setembro/node_modules/terser/tools/colorless-console.js @@ -0,0 +1,11 @@ +"use strict" + +if (Number((/([0-9]+)\./.exec(process.version) || [])[1]) >= 10) { + var Console = require("console").Console; + global.console = new Console({ + stdout: process.stdout, + stderr: process.stderr, + colorMode: false + }); +} + diff --git a/2019-setembro/node_modules/terser/tools/domprops.js b/2019-setembro/node_modules/terser/tools/domprops.js new file mode 100644 index 0000000..f0c68b1 --- /dev/null +++ b/2019-setembro/node_modules/terser/tools/domprops.js @@ -0,0 +1,5605 @@ +export var domprops = [ + "$&", + "$'", + "$*", + "$+", + "$1", + "$2", + "$3", + "$4", + "$5", + "$6", + "$7", + "$8", + "$9", + "$_", + "$`", + "$input", + "@@iterator", + "ABORT_ERR", + "ACTIVE", + "ACTIVE_ATTRIBUTES", + "ACTIVE_TEXTURE", + "ACTIVE_UNIFORMS", + "ADDITION", + "ALIASED_LINE_WIDTH_RANGE", + "ALIASED_POINT_SIZE_RANGE", + "ALLOW_KEYBOARD_INPUT", + "ALLPASS", + "ALPHA", + "ALPHA_BITS", + "ALT_MASK", + "ALWAYS", + "ANY_TYPE", + "ANY_UNORDERED_NODE_TYPE", + "ARRAY_BUFFER", + "ARRAY_BUFFER_BINDING", + "ATTACHED_SHADERS", + "ATTRIBUTE_NODE", + "AT_TARGET", + "AddSearchProvider", + "AnalyserNode", + "AnimationEvent", + "AnonXMLHttpRequest", + "ApplicationCache", + "ApplicationCacheErrorEvent", + "Array", + "ArrayBuffer", + "Attr", + "Audio", + "AudioBuffer", + "AudioBufferSourceNode", + "AudioContext", + "AudioDestinationNode", + "AudioListener", + "AudioNode", + "AudioParam", + "AudioProcessingEvent", + "AudioStreamTrack", + "AutocompleteErrorEvent", + "BACK", + "BAD_BOUNDARYPOINTS_ERR", + "BANDPASS", + "BLEND", + "BLEND_COLOR", + "BLEND_DST_ALPHA", + "BLEND_DST_RGB", + "BLEND_EQUATION", + "BLEND_EQUATION_ALPHA", + "BLEND_EQUATION_RGB", + "BLEND_SRC_ALPHA", + "BLEND_SRC_RGB", + "BLUE_BITS", + "BLUR", + "BOOL", + "BOOLEAN_TYPE", + "BOOL_VEC2", + "BOOL_VEC3", + "BOOL_VEC4", + "BOTH", + "BROWSER_DEFAULT_WEBGL", + "BUBBLING_PHASE", + "BUFFER_SIZE", + "BUFFER_USAGE", + "BYTE", + "BYTES_PER_ELEMENT", + "BarProp", + "BaseHref", + "BatteryManager", + "BeforeLoadEvent", + "BeforeUnloadEvent", + "BiquadFilterNode", + "Blob", + "BlobEvent", + "Boolean", + "CAPTURING_PHASE", + "CCW", + "CDATASection", + "CDATA_SECTION_NODE", + "CHANGE", + "CHARSET_RULE", + "CHECKING", + "CLAMP_TO_EDGE", + "CLICK", + "CLOSED", + "CLOSING", + "COLOR_ATTACHMENT0", + "COLOR_BUFFER_BIT", + "COLOR_CLEAR_VALUE", + "COLOR_WRITEMASK", + "COMMENT_NODE", + "COMPILE_STATUS", + "COMPRESSED_RGBA_S3TC_DXT1_EXT", + "COMPRESSED_RGBA_S3TC_DXT3_EXT", + "COMPRESSED_RGBA_S3TC_DXT5_EXT", + "COMPRESSED_RGB_S3TC_DXT1_EXT", + "COMPRESSED_TEXTURE_FORMATS", + "CONNECTING", + "CONSTANT_ALPHA", + "CONSTANT_COLOR", + "CONSTRAINT_ERR", + "CONTEXT_LOST_WEBGL", + "CONTROL_MASK", + "COUNTER_STYLE_RULE", + "CSS", + "CSS2Properties", + "CSSCharsetRule", + "CSSConditionRule", + "CSSCounterStyleRule", + "CSSFontFaceRule", + "CSSFontFeatureValuesRule", + "CSSGroupingRule", + "CSSImportRule", + "CSSKeyframeRule", + "CSSKeyframesRule", + "CSSMediaRule", + "CSSMozDocumentRule", + "CSSNameSpaceRule", + "CSSPageRule", + "CSSPrimitiveValue", + "CSSRule", + "CSSRuleList", + "CSSStyleDeclaration", + "CSSStyleRule", + "CSSStyleSheet", + "CSSSupportsRule", + "CSSUnknownRule", + "CSSValue", + "CSSValueList", + "CSSVariablesDeclaration", + "CSSVariablesRule", + "CSSViewportRule", + "CSS_ATTR", + "CSS_CM", + "CSS_COUNTER", + "CSS_CUSTOM", + "CSS_DEG", + "CSS_DIMENSION", + "CSS_EMS", + "CSS_EXS", + "CSS_FILTER_BLUR", + "CSS_FILTER_BRIGHTNESS", + "CSS_FILTER_CONTRAST", + "CSS_FILTER_CUSTOM", + "CSS_FILTER_DROP_SHADOW", + "CSS_FILTER_GRAYSCALE", + "CSS_FILTER_HUE_ROTATE", + "CSS_FILTER_INVERT", + "CSS_FILTER_OPACITY", + "CSS_FILTER_REFERENCE", + "CSS_FILTER_SATURATE", + "CSS_FILTER_SEPIA", + "CSS_GRAD", + "CSS_HZ", + "CSS_IDENT", + "CSS_IN", + "CSS_INHERIT", + "CSS_KHZ", + "CSS_MATRIX", + "CSS_MATRIX3D", + "CSS_MM", + "CSS_MS", + "CSS_NUMBER", + "CSS_PC", + "CSS_PERCENTAGE", + "CSS_PERSPECTIVE", + "CSS_PRIMITIVE_VALUE", + "CSS_PT", + "CSS_PX", + "CSS_RAD", + "CSS_RECT", + "CSS_RGBCOLOR", + "CSS_ROTATE", + "CSS_ROTATE3D", + "CSS_ROTATEX", + "CSS_ROTATEY", + "CSS_ROTATEZ", + "CSS_S", + "CSS_SCALE", + "CSS_SCALE3D", + "CSS_SCALEX", + "CSS_SCALEY", + "CSS_SCALEZ", + "CSS_SKEW", + "CSS_SKEWX", + "CSS_SKEWY", + "CSS_STRING", + "CSS_TRANSLATE", + "CSS_TRANSLATE3D", + "CSS_TRANSLATEX", + "CSS_TRANSLATEY", + "CSS_TRANSLATEZ", + "CSS_UNKNOWN", + "CSS_URI", + "CSS_VALUE_LIST", + "CSS_VH", + "CSS_VMAX", + "CSS_VMIN", + "CSS_VW", + "CULL_FACE", + "CULL_FACE_MODE", + "CURRENT_PROGRAM", + "CURRENT_VERTEX_ATTRIB", + "CUSTOM", + "CW", + "CanvasGradient", + "CanvasPattern", + "CanvasRenderingContext2D", + "CaretPosition", + "ChannelMergerNode", + "ChannelSplitterNode", + "CharacterData", + "ClientRect", + "ClientRectList", + "Clipboard", + "ClipboardEvent", + "CloseEvent", + "Collator", + "CommandEvent", + "Comment", + "CompositionEvent", + "Console", + "Controllers", + "ConvolverNode", + "Counter", + "Crypto", + "CryptoKey", + "CustomEvent", + "DATABASE_ERR", + "DATA_CLONE_ERR", + "DATA_ERR", + "DBLCLICK", + "DECR", + "DECR_WRAP", + "DELETE_STATUS", + "DEPTH_ATTACHMENT", + "DEPTH_BITS", + "DEPTH_BUFFER_BIT", + "DEPTH_CLEAR_VALUE", + "DEPTH_COMPONENT", + "DEPTH_COMPONENT16", + "DEPTH_FUNC", + "DEPTH_RANGE", + "DEPTH_STENCIL", + "DEPTH_STENCIL_ATTACHMENT", + "DEPTH_TEST", + "DEPTH_WRITEMASK", + "DIRECTION_DOWN", + "DIRECTION_LEFT", + "DIRECTION_RIGHT", + "DIRECTION_UP", + "DISABLED", + "DISPATCH_REQUEST_ERR", + "DITHER", + "DOCUMENT_FRAGMENT_NODE", + "DOCUMENT_NODE", + "DOCUMENT_POSITION_CONTAINED_BY", + "DOCUMENT_POSITION_CONTAINS", + "DOCUMENT_POSITION_DISCONNECTED", + "DOCUMENT_POSITION_FOLLOWING", + "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", + "DOCUMENT_POSITION_PRECEDING", + "DOCUMENT_TYPE_NODE", + "DOMCursor", + "DOMError", + "DOMException", + "DOMImplementation", + "DOMImplementationLS", + "DOMMatrix", + "DOMMatrixReadOnly", + "DOMParser", + "DOMPoint", + "DOMPointReadOnly", + "DOMQuad", + "DOMRect", + "DOMRectList", + "DOMRectReadOnly", + "DOMRequest", + "DOMSTRING_SIZE_ERR", + "DOMSettableTokenList", + "DOMStringList", + "DOMStringMap", + "DOMTokenList", + "DOMTransactionEvent", + "DOM_DELTA_LINE", + "DOM_DELTA_PAGE", + "DOM_DELTA_PIXEL", + "DOM_INPUT_METHOD_DROP", + "DOM_INPUT_METHOD_HANDWRITING", + "DOM_INPUT_METHOD_IME", + "DOM_INPUT_METHOD_KEYBOARD", + "DOM_INPUT_METHOD_MULTIMODAL", + "DOM_INPUT_METHOD_OPTION", + "DOM_INPUT_METHOD_PASTE", + "DOM_INPUT_METHOD_SCRIPT", + "DOM_INPUT_METHOD_UNKNOWN", + "DOM_INPUT_METHOD_VOICE", + "DOM_KEY_LOCATION_JOYSTICK", + "DOM_KEY_LOCATION_LEFT", + "DOM_KEY_LOCATION_MOBILE", + "DOM_KEY_LOCATION_NUMPAD", + "DOM_KEY_LOCATION_RIGHT", + "DOM_KEY_LOCATION_STANDARD", + "DOM_VK_0", + "DOM_VK_1", + "DOM_VK_2", + "DOM_VK_3", + "DOM_VK_4", + "DOM_VK_5", + "DOM_VK_6", + "DOM_VK_7", + "DOM_VK_8", + "DOM_VK_9", + "DOM_VK_A", + "DOM_VK_ACCEPT", + "DOM_VK_ADD", + "DOM_VK_ALT", + "DOM_VK_ALTGR", + "DOM_VK_AMPERSAND", + "DOM_VK_ASTERISK", + "DOM_VK_AT", + "DOM_VK_ATTN", + "DOM_VK_B", + "DOM_VK_BACKSPACE", + "DOM_VK_BACK_QUOTE", + "DOM_VK_BACK_SLASH", + "DOM_VK_BACK_SPACE", + "DOM_VK_C", + "DOM_VK_CANCEL", + "DOM_VK_CAPS_LOCK", + "DOM_VK_CIRCUMFLEX", + "DOM_VK_CLEAR", + "DOM_VK_CLOSE_BRACKET", + "DOM_VK_CLOSE_CURLY_BRACKET", + "DOM_VK_CLOSE_PAREN", + "DOM_VK_COLON", + "DOM_VK_COMMA", + "DOM_VK_CONTEXT_MENU", + "DOM_VK_CONTROL", + "DOM_VK_CONVERT", + "DOM_VK_CRSEL", + "DOM_VK_CTRL", + "DOM_VK_D", + "DOM_VK_DECIMAL", + "DOM_VK_DELETE", + "DOM_VK_DIVIDE", + "DOM_VK_DOLLAR", + "DOM_VK_DOUBLE_QUOTE", + "DOM_VK_DOWN", + "DOM_VK_E", + "DOM_VK_EISU", + "DOM_VK_END", + "DOM_VK_ENTER", + "DOM_VK_EQUALS", + "DOM_VK_EREOF", + "DOM_VK_ESCAPE", + "DOM_VK_EXCLAMATION", + "DOM_VK_EXECUTE", + "DOM_VK_EXSEL", + "DOM_VK_F", + "DOM_VK_F1", + "DOM_VK_F10", + "DOM_VK_F11", + "DOM_VK_F12", + "DOM_VK_F13", + "DOM_VK_F14", + "DOM_VK_F15", + "DOM_VK_F16", + "DOM_VK_F17", + "DOM_VK_F18", + "DOM_VK_F19", + "DOM_VK_F2", + "DOM_VK_F20", + "DOM_VK_F21", + "DOM_VK_F22", + "DOM_VK_F23", + "DOM_VK_F24", + "DOM_VK_F25", + "DOM_VK_F26", + "DOM_VK_F27", + "DOM_VK_F28", + "DOM_VK_F29", + "DOM_VK_F3", + "DOM_VK_F30", + "DOM_VK_F31", + "DOM_VK_F32", + "DOM_VK_F33", + "DOM_VK_F34", + "DOM_VK_F35", + "DOM_VK_F36", + "DOM_VK_F4", + "DOM_VK_F5", + "DOM_VK_F6", + "DOM_VK_F7", + "DOM_VK_F8", + "DOM_VK_F9", + "DOM_VK_FINAL", + "DOM_VK_FRONT", + "DOM_VK_G", + "DOM_VK_GREATER_THAN", + "DOM_VK_H", + "DOM_VK_HANGUL", + "DOM_VK_HANJA", + "DOM_VK_HASH", + "DOM_VK_HELP", + "DOM_VK_HK_TOGGLE", + "DOM_VK_HOME", + "DOM_VK_HYPHEN_MINUS", + "DOM_VK_I", + "DOM_VK_INSERT", + "DOM_VK_J", + "DOM_VK_JUNJA", + "DOM_VK_K", + "DOM_VK_KANA", + "DOM_VK_KANJI", + "DOM_VK_L", + "DOM_VK_LEFT", + "DOM_VK_LEFT_TAB", + "DOM_VK_LESS_THAN", + "DOM_VK_M", + "DOM_VK_META", + "DOM_VK_MODECHANGE", + "DOM_VK_MULTIPLY", + "DOM_VK_N", + "DOM_VK_NONCONVERT", + "DOM_VK_NUMPAD0", + "DOM_VK_NUMPAD1", + "DOM_VK_NUMPAD2", + "DOM_VK_NUMPAD3", + "DOM_VK_NUMPAD4", + "DOM_VK_NUMPAD5", + "DOM_VK_NUMPAD6", + "DOM_VK_NUMPAD7", + "DOM_VK_NUMPAD8", + "DOM_VK_NUMPAD9", + "DOM_VK_NUM_LOCK", + "DOM_VK_O", + "DOM_VK_OEM_1", + "DOM_VK_OEM_102", + "DOM_VK_OEM_2", + "DOM_VK_OEM_3", + "DOM_VK_OEM_4", + "DOM_VK_OEM_5", + "DOM_VK_OEM_6", + "DOM_VK_OEM_7", + "DOM_VK_OEM_8", + "DOM_VK_OEM_COMMA", + "DOM_VK_OEM_MINUS", + "DOM_VK_OEM_PERIOD", + "DOM_VK_OEM_PLUS", + "DOM_VK_OPEN_BRACKET", + "DOM_VK_OPEN_CURLY_BRACKET", + "DOM_VK_OPEN_PAREN", + "DOM_VK_P", + "DOM_VK_PA1", + "DOM_VK_PAGEDOWN", + "DOM_VK_PAGEUP", + "DOM_VK_PAGE_DOWN", + "DOM_VK_PAGE_UP", + "DOM_VK_PAUSE", + "DOM_VK_PERCENT", + "DOM_VK_PERIOD", + "DOM_VK_PIPE", + "DOM_VK_PLAY", + "DOM_VK_PLUS", + "DOM_VK_PRINT", + "DOM_VK_PRINTSCREEN", + "DOM_VK_PROCESSKEY", + "DOM_VK_PROPERITES", + "DOM_VK_Q", + "DOM_VK_QUESTION_MARK", + "DOM_VK_QUOTE", + "DOM_VK_R", + "DOM_VK_REDO", + "DOM_VK_RETURN", + "DOM_VK_RIGHT", + "DOM_VK_S", + "DOM_VK_SCROLL_LOCK", + "DOM_VK_SELECT", + "DOM_VK_SEMICOLON", + "DOM_VK_SEPARATOR", + "DOM_VK_SHIFT", + "DOM_VK_SLASH", + "DOM_VK_SLEEP", + "DOM_VK_SPACE", + "DOM_VK_SUBTRACT", + "DOM_VK_T", + "DOM_VK_TAB", + "DOM_VK_TILDE", + "DOM_VK_U", + "DOM_VK_UNDERSCORE", + "DOM_VK_UNDO", + "DOM_VK_UNICODE", + "DOM_VK_UP", + "DOM_VK_V", + "DOM_VK_VOLUME_DOWN", + "DOM_VK_VOLUME_MUTE", + "DOM_VK_VOLUME_UP", + "DOM_VK_W", + "DOM_VK_WIN", + "DOM_VK_WINDOW", + "DOM_VK_WIN_ICO_00", + "DOM_VK_WIN_ICO_CLEAR", + "DOM_VK_WIN_ICO_HELP", + "DOM_VK_WIN_OEM_ATTN", + "DOM_VK_WIN_OEM_AUTO", + "DOM_VK_WIN_OEM_BACKTAB", + "DOM_VK_WIN_OEM_CLEAR", + "DOM_VK_WIN_OEM_COPY", + "DOM_VK_WIN_OEM_CUSEL", + "DOM_VK_WIN_OEM_ENLW", + "DOM_VK_WIN_OEM_FINISH", + "DOM_VK_WIN_OEM_FJ_JISHO", + "DOM_VK_WIN_OEM_FJ_LOYA", + "DOM_VK_WIN_OEM_FJ_MASSHOU", + "DOM_VK_WIN_OEM_FJ_ROYA", + "DOM_VK_WIN_OEM_FJ_TOUROKU", + "DOM_VK_WIN_OEM_JUMP", + "DOM_VK_WIN_OEM_PA1", + "DOM_VK_WIN_OEM_PA2", + "DOM_VK_WIN_OEM_PA3", + "DOM_VK_WIN_OEM_RESET", + "DOM_VK_WIN_OEM_WSCTRL", + "DOM_VK_X", + "DOM_VK_XF86XK_ADD_FAVORITE", + "DOM_VK_XF86XK_APPLICATION_LEFT", + "DOM_VK_XF86XK_APPLICATION_RIGHT", + "DOM_VK_XF86XK_AUDIO_CYCLE_TRACK", + "DOM_VK_XF86XK_AUDIO_FORWARD", + "DOM_VK_XF86XK_AUDIO_LOWER_VOLUME", + "DOM_VK_XF86XK_AUDIO_MEDIA", + "DOM_VK_XF86XK_AUDIO_MUTE", + "DOM_VK_XF86XK_AUDIO_NEXT", + "DOM_VK_XF86XK_AUDIO_PAUSE", + "DOM_VK_XF86XK_AUDIO_PLAY", + "DOM_VK_XF86XK_AUDIO_PREV", + "DOM_VK_XF86XK_AUDIO_RAISE_VOLUME", + "DOM_VK_XF86XK_AUDIO_RANDOM_PLAY", + "DOM_VK_XF86XK_AUDIO_RECORD", + "DOM_VK_XF86XK_AUDIO_REPEAT", + "DOM_VK_XF86XK_AUDIO_REWIND", + "DOM_VK_XF86XK_AUDIO_STOP", + "DOM_VK_XF86XK_AWAY", + "DOM_VK_XF86XK_BACK", + "DOM_VK_XF86XK_BACK_FORWARD", + "DOM_VK_XF86XK_BATTERY", + "DOM_VK_XF86XK_BLUE", + "DOM_VK_XF86XK_BLUETOOTH", + "DOM_VK_XF86XK_BOOK", + "DOM_VK_XF86XK_BRIGHTNESS_ADJUST", + "DOM_VK_XF86XK_CALCULATOR", + "DOM_VK_XF86XK_CALENDAR", + "DOM_VK_XF86XK_CD", + "DOM_VK_XF86XK_CLOSE", + "DOM_VK_XF86XK_COMMUNITY", + "DOM_VK_XF86XK_CONTRAST_ADJUST", + "DOM_VK_XF86XK_COPY", + "DOM_VK_XF86XK_CUT", + "DOM_VK_XF86XK_CYCLE_ANGLE", + "DOM_VK_XF86XK_DISPLAY", + "DOM_VK_XF86XK_DOCUMENTS", + "DOM_VK_XF86XK_DOS", + "DOM_VK_XF86XK_EJECT", + "DOM_VK_XF86XK_EXCEL", + "DOM_VK_XF86XK_EXPLORER", + "DOM_VK_XF86XK_FAVORITES", + "DOM_VK_XF86XK_FINANCE", + "DOM_VK_XF86XK_FORWARD", + "DOM_VK_XF86XK_FRAME_BACK", + "DOM_VK_XF86XK_FRAME_FORWARD", + "DOM_VK_XF86XK_GAME", + "DOM_VK_XF86XK_GO", + "DOM_VK_XF86XK_GREEN", + "DOM_VK_XF86XK_HIBERNATE", + "DOM_VK_XF86XK_HISTORY", + "DOM_VK_XF86XK_HOME_PAGE", + "DOM_VK_XF86XK_HOT_LINKS", + "DOM_VK_XF86XK_I_TOUCH", + "DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN", + "DOM_VK_XF86XK_KBD_BRIGHTNESS_UP", + "DOM_VK_XF86XK_KBD_LIGHT_ON_OFF", + "DOM_VK_XF86XK_LAUNCH0", + "DOM_VK_XF86XK_LAUNCH1", + "DOM_VK_XF86XK_LAUNCH2", + "DOM_VK_XF86XK_LAUNCH3", + "DOM_VK_XF86XK_LAUNCH4", + "DOM_VK_XF86XK_LAUNCH5", + "DOM_VK_XF86XK_LAUNCH6", + "DOM_VK_XF86XK_LAUNCH7", + "DOM_VK_XF86XK_LAUNCH8", + "DOM_VK_XF86XK_LAUNCH9", + "DOM_VK_XF86XK_LAUNCH_A", + "DOM_VK_XF86XK_LAUNCH_B", + "DOM_VK_XF86XK_LAUNCH_C", + "DOM_VK_XF86XK_LAUNCH_D", + "DOM_VK_XF86XK_LAUNCH_E", + "DOM_VK_XF86XK_LAUNCH_F", + "DOM_VK_XF86XK_LIGHT_BULB", + "DOM_VK_XF86XK_LOG_OFF", + "DOM_VK_XF86XK_MAIL", + "DOM_VK_XF86XK_MAIL_FORWARD", + "DOM_VK_XF86XK_MARKET", + "DOM_VK_XF86XK_MEETING", + "DOM_VK_XF86XK_MEMO", + "DOM_VK_XF86XK_MENU_KB", + "DOM_VK_XF86XK_MENU_PB", + "DOM_VK_XF86XK_MESSENGER", + "DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN", + "DOM_VK_XF86XK_MON_BRIGHTNESS_UP", + "DOM_VK_XF86XK_MUSIC", + "DOM_VK_XF86XK_MY_COMPUTER", + "DOM_VK_XF86XK_MY_SITES", + "DOM_VK_XF86XK_NEW", + "DOM_VK_XF86XK_NEWS", + "DOM_VK_XF86XK_OFFICE_HOME", + "DOM_VK_XF86XK_OPEN", + "DOM_VK_XF86XK_OPEN_URL", + "DOM_VK_XF86XK_OPTION", + "DOM_VK_XF86XK_PASTE", + "DOM_VK_XF86XK_PHONE", + "DOM_VK_XF86XK_PICTURES", + "DOM_VK_XF86XK_POWER_DOWN", + "DOM_VK_XF86XK_POWER_OFF", + "DOM_VK_XF86XK_RED", + "DOM_VK_XF86XK_REFRESH", + "DOM_VK_XF86XK_RELOAD", + "DOM_VK_XF86XK_REPLY", + "DOM_VK_XF86XK_ROCKER_DOWN", + "DOM_VK_XF86XK_ROCKER_ENTER", + "DOM_VK_XF86XK_ROCKER_UP", + "DOM_VK_XF86XK_ROTATE_WINDOWS", + "DOM_VK_XF86XK_ROTATION_KB", + "DOM_VK_XF86XK_ROTATION_PB", + "DOM_VK_XF86XK_SAVE", + "DOM_VK_XF86XK_SCREEN_SAVER", + "DOM_VK_XF86XK_SCROLL_CLICK", + "DOM_VK_XF86XK_SCROLL_DOWN", + "DOM_VK_XF86XK_SCROLL_UP", + "DOM_VK_XF86XK_SEARCH", + "DOM_VK_XF86XK_SEND", + "DOM_VK_XF86XK_SHOP", + "DOM_VK_XF86XK_SPELL", + "DOM_VK_XF86XK_SPLIT_SCREEN", + "DOM_VK_XF86XK_STANDBY", + "DOM_VK_XF86XK_START", + "DOM_VK_XF86XK_STOP", + "DOM_VK_XF86XK_SUBTITLE", + "DOM_VK_XF86XK_SUPPORT", + "DOM_VK_XF86XK_SUSPEND", + "DOM_VK_XF86XK_TASK_PANE", + "DOM_VK_XF86XK_TERMINAL", + "DOM_VK_XF86XK_TIME", + "DOM_VK_XF86XK_TOOLS", + "DOM_VK_XF86XK_TOP_MENU", + "DOM_VK_XF86XK_TO_DO_LIST", + "DOM_VK_XF86XK_TRAVEL", + "DOM_VK_XF86XK_USER1KB", + "DOM_VK_XF86XK_USER2KB", + "DOM_VK_XF86XK_USER_PB", + "DOM_VK_XF86XK_UWB", + "DOM_VK_XF86XK_VENDOR_HOME", + "DOM_VK_XF86XK_VIDEO", + "DOM_VK_XF86XK_VIEW", + "DOM_VK_XF86XK_WAKE_UP", + "DOM_VK_XF86XK_WEB_CAM", + "DOM_VK_XF86XK_WHEEL_BUTTON", + "DOM_VK_XF86XK_WLAN", + "DOM_VK_XF86XK_WORD", + "DOM_VK_XF86XK_WWW", + "DOM_VK_XF86XK_XFER", + "DOM_VK_XF86XK_YELLOW", + "DOM_VK_XF86XK_ZOOM_IN", + "DOM_VK_XF86XK_ZOOM_OUT", + "DOM_VK_Y", + "DOM_VK_Z", + "DOM_VK_ZOOM", + "DONE", + "DONT_CARE", + "DOWNLOADING", + "DRAGDROP", + "DST_ALPHA", + "DST_COLOR", + "DYNAMIC_DRAW", + "DataChannel", + "DataTransfer", + "DataTransferItem", + "DataTransferItemList", + "DataView", + "Date", + "DateTimeFormat", + "DelayNode", + "DesktopNotification", + "DesktopNotificationCenter", + "DeviceLightEvent", + "DeviceMotionEvent", + "DeviceOrientationEvent", + "DeviceProximityEvent", + "DeviceStorage", + "DeviceStorageChangeEvent", + "Document", + "DocumentFragment", + "DocumentType", + "DragEvent", + "DynamicsCompressorNode", + "E", + "ELEMENT_ARRAY_BUFFER", + "ELEMENT_ARRAY_BUFFER_BINDING", + "ELEMENT_NODE", + "EMPTY", + "ENCODING_ERR", + "ENDED", + "END_TO_END", + "END_TO_START", + "ENTITY_NODE", + "ENTITY_REFERENCE_NODE", + "EPSILON", + "EQUAL", + "EQUALPOWER", + "ERROR", + "EXPONENTIAL_DISTANCE", + "Element", + "ElementQuery", + "Entity", + "EntityReference", + "Error", + "ErrorEvent", + "EvalError", + "Event", + "EventException", + "EventSource", + "EventTarget", + "External", + "FASTEST", + "FIDOSDK", + "FILTER_ACCEPT", + "FILTER_INTERRUPT", + "FILTER_REJECT", + "FILTER_SKIP", + "FINISHED_STATE", + "FIRST_ORDERED_NODE_TYPE", + "FLOAT", + "FLOAT_MAT2", + "FLOAT_MAT3", + "FLOAT_MAT4", + "FLOAT_VEC2", + "FLOAT_VEC3", + "FLOAT_VEC4", + "FOCUS", + "FONT_FACE_RULE", + "FONT_FEATURE_VALUES_RULE", + "FRAGMENT_SHADER", + "FRAGMENT_SHADER_DERIVATIVE_HINT_OES", + "FRAMEBUFFER", + "FRAMEBUFFER_ATTACHMENT_OBJECT_NAME", + "FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE", + "FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE", + "FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL", + "FRAMEBUFFER_BINDING", + "FRAMEBUFFER_COMPLETE", + "FRAMEBUFFER_INCOMPLETE_ATTACHMENT", + "FRAMEBUFFER_INCOMPLETE_DIMENSIONS", + "FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT", + "FRAMEBUFFER_UNSUPPORTED", + "FRONT", + "FRONT_AND_BACK", + "FRONT_FACE", + "FUNC_ADD", + "FUNC_REVERSE_SUBTRACT", + "FUNC_SUBTRACT", + "Feed", + "FeedEntry", + "File", + "FileError", + "FileList", + "FileReader", + "FindInPage", + "Float32Array", + "Float64Array", + "FocusEvent", + "FontFace", + "FormData", + "Function", + "GENERATE_MIPMAP_HINT", + "GEQUAL", + "GREATER", + "GREEN_BITS", + "GainNode", + "Gamepad", + "GamepadButton", + "GamepadEvent", + "GestureEvent", + "HAVE_CURRENT_DATA", + "HAVE_ENOUGH_DATA", + "HAVE_FUTURE_DATA", + "HAVE_METADATA", + "HAVE_NOTHING", + "HEADERS_RECEIVED", + "HIDDEN", + "HIERARCHY_REQUEST_ERR", + "HIGHPASS", + "HIGHSHELF", + "HIGH_FLOAT", + "HIGH_INT", + "HORIZONTAL", + "HORIZONTAL_AXIS", + "HRTF", + "HTMLAllCollection", + "HTMLAnchorElement", + "HTMLAppletElement", + "HTMLAreaElement", + "HTMLAudioElement", + "HTMLBRElement", + "HTMLBaseElement", + "HTMLBaseFontElement", + "HTMLBlockquoteElement", + "HTMLBodyElement", + "HTMLButtonElement", + "HTMLCanvasElement", + "HTMLCollection", + "HTMLCommandElement", + "HTMLContentElement", + "HTMLDListElement", + "HTMLDataElement", + "HTMLDataListElement", + "HTMLDetailsElement", + "HTMLDialogElement", + "HTMLDirectoryElement", + "HTMLDivElement", + "HTMLDocument", + "HTMLElement", + "HTMLEmbedElement", + "HTMLFieldSetElement", + "HTMLFontElement", + "HTMLFormControlsCollection", + "HTMLFormElement", + "HTMLFrameElement", + "HTMLFrameSetElement", + "HTMLHRElement", + "HTMLHeadElement", + "HTMLHeadingElement", + "HTMLHtmlElement", + "HTMLIFrameElement", + "HTMLImageElement", + "HTMLInputElement", + "HTMLIsIndexElement", + "HTMLKeygenElement", + "HTMLLIElement", + "HTMLLabelElement", + "HTMLLegendElement", + "HTMLLinkElement", + "HTMLMapElement", + "HTMLMarqueeElement", + "HTMLMediaElement", + "HTMLMenuElement", + "HTMLMenuItemElement", + "HTMLMetaElement", + "HTMLMeterElement", + "HTMLModElement", + "HTMLOListElement", + "HTMLObjectElement", + "HTMLOptGroupElement", + "HTMLOptionElement", + "HTMLOptionsCollection", + "HTMLOutputElement", + "HTMLParagraphElement", + "HTMLParamElement", + "HTMLPictureElement", + "HTMLPreElement", + "HTMLProgressElement", + "HTMLPropertiesCollection", + "HTMLQuoteElement", + "HTMLScriptElement", + "HTMLSelectElement", + "HTMLShadowElement", + "HTMLSourceElement", + "HTMLSpanElement", + "HTMLStyleElement", + "HTMLTableCaptionElement", + "HTMLTableCellElement", + "HTMLTableColElement", + "HTMLTableElement", + "HTMLTableRowElement", + "HTMLTableSectionElement", + "HTMLTemplateElement", + "HTMLTextAreaElement", + "HTMLTimeElement", + "HTMLTitleElement", + "HTMLTrackElement", + "HTMLUListElement", + "HTMLUnknownElement", + "HTMLVideoElement", + "HashChangeEvent", + "Headers", + "History", + "ICE_CHECKING", + "ICE_CLOSED", + "ICE_COMPLETED", + "ICE_CONNECTED", + "ICE_FAILED", + "ICE_GATHERING", + "ICE_WAITING", + "IDBCursor", + "IDBCursorWithValue", + "IDBDatabase", + "IDBDatabaseException", + "IDBFactory", + "IDBFileHandle", + "IDBFileRequest", + "IDBIndex", + "IDBKeyRange", + "IDBMutableFile", + "IDBObjectStore", + "IDBOpenDBRequest", + "IDBRequest", + "IDBTransaction", + "IDBVersionChangeEvent", + "IDLE", + "IMPLEMENTATION_COLOR_READ_FORMAT", + "IMPLEMENTATION_COLOR_READ_TYPE", + "IMPORT_RULE", + "INCR", + "INCR_WRAP", + "INDEX_SIZE_ERR", + "INT", + "INT_VEC2", + "INT_VEC3", + "INT_VEC4", + "INUSE_ATTRIBUTE_ERR", + "INVALID_ACCESS_ERR", + "INVALID_CHARACTER_ERR", + "INVALID_ENUM", + "INVALID_EXPRESSION_ERR", + "INVALID_FRAMEBUFFER_OPERATION", + "INVALID_MODIFICATION_ERR", + "INVALID_NODE_TYPE_ERR", + "INVALID_OPERATION", + "INVALID_STATE_ERR", + "INVALID_VALUE", + "INVERSE_DISTANCE", + "INVERT", + "IceCandidate", + "Image", + "ImageBitmap", + "ImageData", + "Infinity", + "InputEvent", + "InputMethodContext", + "InstallTrigger", + "Int16Array", + "Int32Array", + "Int8Array", + "Intent", + "InternalError", + "Intl", + "IsSearchProviderInstalled", + "Iterator", + "JSON", + "KEEP", + "KEYDOWN", + "KEYFRAMES_RULE", + "KEYFRAME_RULE", + "KEYPRESS", + "KEYUP", + "KeyEvent", + "KeyboardEvent", + "LENGTHADJUST_SPACING", + "LENGTHADJUST_SPACINGANDGLYPHS", + "LENGTHADJUST_UNKNOWN", + "LEQUAL", + "LESS", + "LINEAR", + "LINEAR_DISTANCE", + "LINEAR_MIPMAP_LINEAR", + "LINEAR_MIPMAP_NEAREST", + "LINES", + "LINE_LOOP", + "LINE_STRIP", + "LINE_WIDTH", + "LINK_STATUS", + "LIVE", + "LN10", + "LN2", + "LOADED", + "LOADING", + "LOG10E", + "LOG2E", + "LOWPASS", + "LOWSHELF", + "LOW_FLOAT", + "LOW_INT", + "LSException", + "LSParserFilter", + "LUMINANCE", + "LUMINANCE_ALPHA", + "LocalMediaStream", + "Location", + "MAX_COMBINED_TEXTURE_IMAGE_UNITS", + "MAX_CUBE_MAP_TEXTURE_SIZE", + "MAX_FRAGMENT_UNIFORM_VECTORS", + "MAX_RENDERBUFFER_SIZE", + "MAX_SAFE_INTEGER", + "MAX_TEXTURE_IMAGE_UNITS", + "MAX_TEXTURE_MAX_ANISOTROPY_EXT", + "MAX_TEXTURE_SIZE", + "MAX_VALUE", + "MAX_VARYING_VECTORS", + "MAX_VERTEX_ATTRIBS", + "MAX_VERTEX_TEXTURE_IMAGE_UNITS", + "MAX_VERTEX_UNIFORM_VECTORS", + "MAX_VIEWPORT_DIMS", + "MEDIA_ERR_ABORTED", + "MEDIA_ERR_DECODE", + "MEDIA_ERR_ENCRYPTED", + "MEDIA_ERR_NETWORK", + "MEDIA_ERR_SRC_NOT_SUPPORTED", + "MEDIA_KEYERR_CLIENT", + "MEDIA_KEYERR_DOMAIN", + "MEDIA_KEYERR_HARDWARECHANGE", + "MEDIA_KEYERR_OUTPUT", + "MEDIA_KEYERR_SERVICE", + "MEDIA_KEYERR_UNKNOWN", + "MEDIA_RULE", + "MEDIUM_FLOAT", + "MEDIUM_INT", + "META_MASK", + "MIN_SAFE_INTEGER", + "MIN_VALUE", + "MIRRORED_REPEAT", + "MODE_ASYNCHRONOUS", + "MODE_SYNCHRONOUS", + "MODIFICATION", + "MOUSEDOWN", + "MOUSEDRAG", + "MOUSEMOVE", + "MOUSEOUT", + "MOUSEOVER", + "MOUSEUP", + "MOZ_KEYFRAMES_RULE", + "MOZ_KEYFRAME_RULE", + "MOZ_SOURCE_CURSOR", + "MOZ_SOURCE_ERASER", + "MOZ_SOURCE_KEYBOARD", + "MOZ_SOURCE_MOUSE", + "MOZ_SOURCE_PEN", + "MOZ_SOURCE_TOUCH", + "MOZ_SOURCE_UNKNOWN", + "MSGESTURE_FLAG_BEGIN", + "MSGESTURE_FLAG_CANCEL", + "MSGESTURE_FLAG_END", + "MSGESTURE_FLAG_INERTIA", + "MSGESTURE_FLAG_NONE", + "MSPOINTER_TYPE_MOUSE", + "MSPOINTER_TYPE_PEN", + "MSPOINTER_TYPE_TOUCH", + "MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE", + "MS_ASYNC_CALLBACK_STATUS_CANCEL", + "MS_ASYNC_CALLBACK_STATUS_CHOOSEANY", + "MS_ASYNC_CALLBACK_STATUS_ERROR", + "MS_ASYNC_CALLBACK_STATUS_JOIN", + "MS_ASYNC_OP_STATUS_CANCELED", + "MS_ASYNC_OP_STATUS_ERROR", + "MS_ASYNC_OP_STATUS_SUCCESS", + "MS_MANIPULATION_STATE_ACTIVE", + "MS_MANIPULATION_STATE_CANCELLED", + "MS_MANIPULATION_STATE_COMMITTED", + "MS_MANIPULATION_STATE_DRAGGING", + "MS_MANIPULATION_STATE_INERTIA", + "MS_MANIPULATION_STATE_PRESELECT", + "MS_MANIPULATION_STATE_SELECTING", + "MS_MANIPULATION_STATE_STOPPED", + "MS_MEDIA_ERR_ENCRYPTED", + "MS_MEDIA_KEYERR_CLIENT", + "MS_MEDIA_KEYERR_DOMAIN", + "MS_MEDIA_KEYERR_HARDWARECHANGE", + "MS_MEDIA_KEYERR_OUTPUT", + "MS_MEDIA_KEYERR_SERVICE", + "MS_MEDIA_KEYERR_UNKNOWN", + "Map", + "Math", + "MediaController", + "MediaDevices", + "MediaElementAudioSourceNode", + "MediaEncryptedEvent", + "MediaError", + "MediaKeyError", + "MediaKeyEvent", + "MediaKeyMessageEvent", + "MediaKeyNeededEvent", + "MediaKeySession", + "MediaKeyStatusMap", + "MediaKeySystemAccess", + "MediaKeys", + "MediaList", + "MediaQueryList", + "MediaQueryListEvent", + "MediaRecorder", + "MediaSource", + "MediaStream", + "MediaStreamAudioDestinationNode", + "MediaStreamAudioSourceNode", + "MediaStreamEvent", + "MediaStreamTrack", + "MediaStreamTrackEvent", + "MessageChannel", + "MessageEvent", + "MessagePort", + "Methods", + "MimeType", + "MimeTypeArray", + "MouseEvent", + "MouseScrollEvent", + "MozAnimation", + "MozAnimationDelay", + "MozAnimationDirection", + "MozAnimationDuration", + "MozAnimationFillMode", + "MozAnimationIterationCount", + "MozAnimationName", + "MozAnimationPlayState", + "MozAnimationTimingFunction", + "MozAppearance", + "MozBackfaceVisibility", + "MozBinding", + "MozBorderBottomColors", + "MozBorderEnd", + "MozBorderEndColor", + "MozBorderEndStyle", + "MozBorderEndWidth", + "MozBorderImage", + "MozBorderLeftColors", + "MozBorderRightColors", + "MozBorderStart", + "MozBorderStartColor", + "MozBorderStartStyle", + "MozBorderStartWidth", + "MozBorderTopColors", + "MozBoxAlign", + "MozBoxDirection", + "MozBoxFlex", + "MozBoxOrdinalGroup", + "MozBoxOrient", + "MozBoxPack", + "MozBoxSizing", + "MozCSSKeyframeRule", + "MozCSSKeyframesRule", + "MozColumnCount", + "MozColumnFill", + "MozColumnGap", + "MozColumnRule", + "MozColumnRuleColor", + "MozColumnRuleStyle", + "MozColumnRuleWidth", + "MozColumnWidth", + "MozColumns", + "MozContactChangeEvent", + "MozFloatEdge", + "MozFontFeatureSettings", + "MozFontLanguageOverride", + "MozForceBrokenImageIcon", + "MozHyphens", + "MozImageRegion", + "MozMarginEnd", + "MozMarginStart", + "MozMmsEvent", + "MozMmsMessage", + "MozMobileMessageThread", + "MozOSXFontSmoothing", + "MozOrient", + "MozOutlineRadius", + "MozOutlineRadiusBottomleft", + "MozOutlineRadiusBottomright", + "MozOutlineRadiusTopleft", + "MozOutlineRadiusTopright", + "MozPaddingEnd", + "MozPaddingStart", + "MozPerspective", + "MozPerspectiveOrigin", + "MozPowerManager", + "MozSettingsEvent", + "MozSmsEvent", + "MozSmsMessage", + "MozStackSizing", + "MozTabSize", + "MozTextAlignLast", + "MozTextDecorationColor", + "MozTextDecorationLine", + "MozTextDecorationStyle", + "MozTextSizeAdjust", + "MozTransform", + "MozTransformOrigin", + "MozTransformStyle", + "MozTransition", + "MozTransitionDelay", + "MozTransitionDuration", + "MozTransitionProperty", + "MozTransitionTimingFunction", + "MozUserFocus", + "MozUserInput", + "MozUserModify", + "MozUserSelect", + "MozWindowDragging", + "MozWindowShadow", + "MutationEvent", + "MutationObserver", + "MutationRecord", + "NAMESPACE_ERR", + "NAMESPACE_RULE", + "NEAREST", + "NEAREST_MIPMAP_LINEAR", + "NEAREST_MIPMAP_NEAREST", + "NEGATIVE_INFINITY", + "NETWORK_EMPTY", + "NETWORK_ERR", + "NETWORK_IDLE", + "NETWORK_LOADED", + "NETWORK_LOADING", + "NETWORK_NO_SOURCE", + "NEVER", + "NEW", + "NEXT", + "NEXT_NO_DUPLICATE", + "NICEST", + "NODE_AFTER", + "NODE_BEFORE", + "NODE_BEFORE_AND_AFTER", + "NODE_INSIDE", + "NONE", + "NON_TRANSIENT_ERR", + "NOTATION_NODE", + "NOTCH", + "NOTEQUAL", + "NOT_ALLOWED_ERR", + "NOT_FOUND_ERR", + "NOT_READABLE_ERR", + "NOT_SUPPORTED_ERR", + "NO_DATA_ALLOWED_ERR", + "NO_ERR", + "NO_ERROR", + "NO_MODIFICATION_ALLOWED_ERR", + "NUMBER_TYPE", + "NUM_COMPRESSED_TEXTURE_FORMATS", + "NaN", + "NamedNodeMap", + "Navigator", + "NearbyLinks", + "NetworkInformation", + "Node", + "NodeFilter", + "NodeIterator", + "NodeList", + "Notation", + "Notification", + "NotifyPaintEvent", + "Number", + "NumberFormat", + "OBSOLETE", + "ONE", + "ONE_MINUS_CONSTANT_ALPHA", + "ONE_MINUS_CONSTANT_COLOR", + "ONE_MINUS_DST_ALPHA", + "ONE_MINUS_DST_COLOR", + "ONE_MINUS_SRC_ALPHA", + "ONE_MINUS_SRC_COLOR", + "OPEN", + "OPENED", + "OPENING", + "ORDERED_NODE_ITERATOR_TYPE", + "ORDERED_NODE_SNAPSHOT_TYPE", + "OUT_OF_MEMORY", + "Object", + "OfflineAudioCompletionEvent", + "OfflineAudioContext", + "OfflineResourceList", + "Option", + "OscillatorNode", + "OverflowEvent", + "PACK_ALIGNMENT", + "PAGE_RULE", + "PARSE_ERR", + "PATHSEG_ARC_ABS", + "PATHSEG_ARC_REL", + "PATHSEG_CLOSEPATH", + "PATHSEG_CURVETO_CUBIC_ABS", + "PATHSEG_CURVETO_CUBIC_REL", + "PATHSEG_CURVETO_CUBIC_SMOOTH_ABS", + "PATHSEG_CURVETO_CUBIC_SMOOTH_REL", + "PATHSEG_CURVETO_QUADRATIC_ABS", + "PATHSEG_CURVETO_QUADRATIC_REL", + "PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS", + "PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL", + "PATHSEG_LINETO_ABS", + "PATHSEG_LINETO_HORIZONTAL_ABS", + "PATHSEG_LINETO_HORIZONTAL_REL", + "PATHSEG_LINETO_REL", + "PATHSEG_LINETO_VERTICAL_ABS", + "PATHSEG_LINETO_VERTICAL_REL", + "PATHSEG_MOVETO_ABS", + "PATHSEG_MOVETO_REL", + "PATHSEG_UNKNOWN", + "PATH_EXISTS_ERR", + "PEAKING", + "PERMISSION_DENIED", + "PERSISTENT", + "PI", + "PLAYING_STATE", + "POINTS", + "POLYGON_OFFSET_FACTOR", + "POLYGON_OFFSET_FILL", + "POLYGON_OFFSET_UNITS", + "POSITION_UNAVAILABLE", + "POSITIVE_INFINITY", + "PREV", + "PREV_NO_DUPLICATE", + "PROCESSING_INSTRUCTION_NODE", + "PageChangeEvent", + "PageTransitionEvent", + "PaintRequest", + "PaintRequestList", + "PannerNode", + "Path2D", + "Performance", + "PerformanceEntry", + "PerformanceMark", + "PerformanceMeasure", + "PerformanceNavigation", + "PerformanceResourceTiming", + "PerformanceTiming", + "PeriodicWave", + "Plugin", + "PluginArray", + "PopStateEvent", + "PopupBlockedEvent", + "ProcessingInstruction", + "ProgressEvent", + "Promise", + "PropertyNodeList", + "Proxy", + "PushManager", + "PushSubscription", + "Q", + "QUOTA_ERR", + "QUOTA_EXCEEDED_ERR", + "QueryInterface", + "READ_ONLY", + "READ_ONLY_ERR", + "READ_WRITE", + "RED_BITS", + "REMOVAL", + "RENDERBUFFER", + "RENDERBUFFER_ALPHA_SIZE", + "RENDERBUFFER_BINDING", + "RENDERBUFFER_BLUE_SIZE", + "RENDERBUFFER_DEPTH_SIZE", + "RENDERBUFFER_GREEN_SIZE", + "RENDERBUFFER_HEIGHT", + "RENDERBUFFER_INTERNAL_FORMAT", + "RENDERBUFFER_RED_SIZE", + "RENDERBUFFER_STENCIL_SIZE", + "RENDERBUFFER_WIDTH", + "RENDERER", + "RENDERING_INTENT_ABSOLUTE_COLORIMETRIC", + "RENDERING_INTENT_AUTO", + "RENDERING_INTENT_PERCEPTUAL", + "RENDERING_INTENT_RELATIVE_COLORIMETRIC", + "RENDERING_INTENT_SATURATION", + "RENDERING_INTENT_UNKNOWN", + "REPEAT", + "REPLACE", + "RGB", + "RGB565", + "RGB5_A1", + "RGBA", + "RGBA4", + "RGBColor", + "ROTATION_CLOCKWISE", + "ROTATION_COUNTERCLOCKWISE", + "RTCDataChannelEvent", + "RTCIceCandidate", + "RTCPeerConnectionIceEvent", + "RTCRtpReceiver", + "RTCRtpSender", + "RTCSessionDescription", + "RTCStatsReport", + "RadioNodeList", + "Range", + "RangeError", + "RangeException", + "RecordErrorEvent", + "Rect", + "ReferenceError", + "RegExp", + "Request", + "Response", + "SAMPLER_2D", + "SAMPLER_CUBE", + "SAMPLES", + "SAMPLE_ALPHA_TO_COVERAGE", + "SAMPLE_BUFFERS", + "SAMPLE_COVERAGE", + "SAMPLE_COVERAGE_INVERT", + "SAMPLE_COVERAGE_VALUE", + "SAWTOOTH", + "SCHEDULED_STATE", + "SCISSOR_BOX", + "SCISSOR_TEST", + "SCROLL_PAGE_DOWN", + "SCROLL_PAGE_UP", + "SDP_ANSWER", + "SDP_OFFER", + "SDP_PRANSWER", + "SECURITY_ERR", + "SELECT", + "SERIALIZE_ERR", + "SEVERITY_ERROR", + "SEVERITY_FATAL_ERROR", + "SEVERITY_WARNING", + "SHADER_COMPILER", + "SHADER_TYPE", + "SHADING_LANGUAGE_VERSION", + "SHIFT_MASK", + "SHORT", + "SHOWING", + "SHOW_ALL", + "SHOW_ATTRIBUTE", + "SHOW_CDATA_SECTION", + "SHOW_COMMENT", + "SHOW_DOCUMENT", + "SHOW_DOCUMENT_FRAGMENT", + "SHOW_DOCUMENT_TYPE", + "SHOW_ELEMENT", + "SHOW_ENTITY", + "SHOW_ENTITY_REFERENCE", + "SHOW_NOTATION", + "SHOW_PROCESSING_INSTRUCTION", + "SHOW_TEXT", + "SINE", + "SOUNDFIELD", + "SQLException", + "SQRT1_2", + "SQRT2", + "SQUARE", + "SRC_ALPHA", + "SRC_ALPHA_SATURATE", + "SRC_COLOR", + "START_TO_END", + "START_TO_START", + "STATIC_DRAW", + "STENCIL_ATTACHMENT", + "STENCIL_BACK_FAIL", + "STENCIL_BACK_FUNC", + "STENCIL_BACK_PASS_DEPTH_FAIL", + "STENCIL_BACK_PASS_DEPTH_PASS", + "STENCIL_BACK_REF", + "STENCIL_BACK_VALUE_MASK", + "STENCIL_BACK_WRITEMASK", + "STENCIL_BITS", + "STENCIL_BUFFER_BIT", + "STENCIL_CLEAR_VALUE", + "STENCIL_FAIL", + "STENCIL_FUNC", + "STENCIL_INDEX", + "STENCIL_INDEX8", + "STENCIL_PASS_DEPTH_FAIL", + "STENCIL_PASS_DEPTH_PASS", + "STENCIL_REF", + "STENCIL_TEST", + "STENCIL_VALUE_MASK", + "STENCIL_WRITEMASK", + "STREAM_DRAW", + "STRING_TYPE", + "STYLE_RULE", + "SUBPIXEL_BITS", + "SUPPORTS_RULE", + "SVGAElement", + "SVGAltGlyphDefElement", + "SVGAltGlyphElement", + "SVGAltGlyphItemElement", + "SVGAngle", + "SVGAnimateColorElement", + "SVGAnimateElement", + "SVGAnimateMotionElement", + "SVGAnimateTransformElement", + "SVGAnimatedAngle", + "SVGAnimatedBoolean", + "SVGAnimatedEnumeration", + "SVGAnimatedInteger", + "SVGAnimatedLength", + "SVGAnimatedLengthList", + "SVGAnimatedNumber", + "SVGAnimatedNumberList", + "SVGAnimatedPreserveAspectRatio", + "SVGAnimatedRect", + "SVGAnimatedString", + "SVGAnimatedTransformList", + "SVGAnimationElement", + "SVGCircleElement", + "SVGClipPathElement", + "SVGColor", + "SVGComponentTransferFunctionElement", + "SVGCursorElement", + "SVGDefsElement", + "SVGDescElement", + "SVGDiscardElement", + "SVGDocument", + "SVGElement", + "SVGElementInstance", + "SVGElementInstanceList", + "SVGEllipseElement", + "SVGException", + "SVGFEBlendElement", + "SVGFEColorMatrixElement", + "SVGFEComponentTransferElement", + "SVGFECompositeElement", + "SVGFEConvolveMatrixElement", + "SVGFEDiffuseLightingElement", + "SVGFEDisplacementMapElement", + "SVGFEDistantLightElement", + "SVGFEDropShadowElement", + "SVGFEFloodElement", + "SVGFEFuncAElement", + "SVGFEFuncBElement", + "SVGFEFuncGElement", + "SVGFEFuncRElement", + "SVGFEGaussianBlurElement", + "SVGFEImageElement", + "SVGFEMergeElement", + "SVGFEMergeNodeElement", + "SVGFEMorphologyElement", + "SVGFEOffsetElement", + "SVGFEPointLightElement", + "SVGFESpecularLightingElement", + "SVGFESpotLightElement", + "SVGFETileElement", + "SVGFETurbulenceElement", + "SVGFilterElement", + "SVGFontElement", + "SVGFontFaceElement", + "SVGFontFaceFormatElement", + "SVGFontFaceNameElement", + "SVGFontFaceSrcElement", + "SVGFontFaceUriElement", + "SVGForeignObjectElement", + "SVGGElement", + "SVGGeometryElement", + "SVGGlyphElement", + "SVGGlyphRefElement", + "SVGGradientElement", + "SVGGraphicsElement", + "SVGHKernElement", + "SVGImageElement", + "SVGLength", + "SVGLengthList", + "SVGLineElement", + "SVGLinearGradientElement", + "SVGMPathElement", + "SVGMarkerElement", + "SVGMaskElement", + "SVGMatrix", + "SVGMetadataElement", + "SVGMissingGlyphElement", + "SVGNumber", + "SVGNumberList", + "SVGPaint", + "SVGPathElement", + "SVGPathSeg", + "SVGPathSegArcAbs", + "SVGPathSegArcRel", + "SVGPathSegClosePath", + "SVGPathSegCurvetoCubicAbs", + "SVGPathSegCurvetoCubicRel", + "SVGPathSegCurvetoCubicSmoothAbs", + "SVGPathSegCurvetoCubicSmoothRel", + "SVGPathSegCurvetoQuadraticAbs", + "SVGPathSegCurvetoQuadraticRel", + "SVGPathSegCurvetoQuadraticSmoothAbs", + "SVGPathSegCurvetoQuadraticSmoothRel", + "SVGPathSegLinetoAbs", + "SVGPathSegLinetoHorizontalAbs", + "SVGPathSegLinetoHorizontalRel", + "SVGPathSegLinetoRel", + "SVGPathSegLinetoVerticalAbs", + "SVGPathSegLinetoVerticalRel", + "SVGPathSegList", + "SVGPathSegMovetoAbs", + "SVGPathSegMovetoRel", + "SVGPatternElement", + "SVGPoint", + "SVGPointList", + "SVGPolygonElement", + "SVGPolylineElement", + "SVGPreserveAspectRatio", + "SVGRadialGradientElement", + "SVGRect", + "SVGRectElement", + "SVGRenderingIntent", + "SVGSVGElement", + "SVGScriptElement", + "SVGSetElement", + "SVGStopElement", + "SVGStringList", + "SVGStyleElement", + "SVGSwitchElement", + "SVGSymbolElement", + "SVGTRefElement", + "SVGTSpanElement", + "SVGTextContentElement", + "SVGTextElement", + "SVGTextPathElement", + "SVGTextPositioningElement", + "SVGTitleElement", + "SVGTransform", + "SVGTransformList", + "SVGUnitTypes", + "SVGUseElement", + "SVGVKernElement", + "SVGViewElement", + "SVGViewSpec", + "SVGZoomAndPan", + "SVGZoomEvent", + "SVG_ANGLETYPE_DEG", + "SVG_ANGLETYPE_GRAD", + "SVG_ANGLETYPE_RAD", + "SVG_ANGLETYPE_UNKNOWN", + "SVG_ANGLETYPE_UNSPECIFIED", + "SVG_CHANNEL_A", + "SVG_CHANNEL_B", + "SVG_CHANNEL_G", + "SVG_CHANNEL_R", + "SVG_CHANNEL_UNKNOWN", + "SVG_COLORTYPE_CURRENTCOLOR", + "SVG_COLORTYPE_RGBCOLOR", + "SVG_COLORTYPE_RGBCOLOR_ICCCOLOR", + "SVG_COLORTYPE_UNKNOWN", + "SVG_EDGEMODE_DUPLICATE", + "SVG_EDGEMODE_NONE", + "SVG_EDGEMODE_UNKNOWN", + "SVG_EDGEMODE_WRAP", + "SVG_FEBLEND_MODE_COLOR", + "SVG_FEBLEND_MODE_COLOR_BURN", + "SVG_FEBLEND_MODE_COLOR_DODGE", + "SVG_FEBLEND_MODE_DARKEN", + "SVG_FEBLEND_MODE_DIFFERENCE", + "SVG_FEBLEND_MODE_EXCLUSION", + "SVG_FEBLEND_MODE_HARD_LIGHT", + "SVG_FEBLEND_MODE_HUE", + "SVG_FEBLEND_MODE_LIGHTEN", + "SVG_FEBLEND_MODE_LUMINOSITY", + "SVG_FEBLEND_MODE_MULTIPLY", + "SVG_FEBLEND_MODE_NORMAL", + "SVG_FEBLEND_MODE_OVERLAY", + "SVG_FEBLEND_MODE_SATURATION", + "SVG_FEBLEND_MODE_SCREEN", + "SVG_FEBLEND_MODE_SOFT_LIGHT", + "SVG_FEBLEND_MODE_UNKNOWN", + "SVG_FECOLORMATRIX_TYPE_HUEROTATE", + "SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA", + "SVG_FECOLORMATRIX_TYPE_MATRIX", + "SVG_FECOLORMATRIX_TYPE_SATURATE", + "SVG_FECOLORMATRIX_TYPE_UNKNOWN", + "SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE", + "SVG_FECOMPONENTTRANSFER_TYPE_GAMMA", + "SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY", + "SVG_FECOMPONENTTRANSFER_TYPE_LINEAR", + "SVG_FECOMPONENTTRANSFER_TYPE_TABLE", + "SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN", + "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC", + "SVG_FECOMPOSITE_OPERATOR_ATOP", + "SVG_FECOMPOSITE_OPERATOR_IN", + "SVG_FECOMPOSITE_OPERATOR_OUT", + "SVG_FECOMPOSITE_OPERATOR_OVER", + "SVG_FECOMPOSITE_OPERATOR_UNKNOWN", + "SVG_FECOMPOSITE_OPERATOR_XOR", + "SVG_INVALID_VALUE_ERR", + "SVG_LENGTHTYPE_CM", + "SVG_LENGTHTYPE_EMS", + "SVG_LENGTHTYPE_EXS", + "SVG_LENGTHTYPE_IN", + "SVG_LENGTHTYPE_MM", + "SVG_LENGTHTYPE_NUMBER", + "SVG_LENGTHTYPE_PC", + "SVG_LENGTHTYPE_PERCENTAGE", + "SVG_LENGTHTYPE_PT", + "SVG_LENGTHTYPE_PX", + "SVG_LENGTHTYPE_UNKNOWN", + "SVG_MARKERUNITS_STROKEWIDTH", + "SVG_MARKERUNITS_UNKNOWN", + "SVG_MARKERUNITS_USERSPACEONUSE", + "SVG_MARKER_ORIENT_ANGLE", + "SVG_MARKER_ORIENT_AUTO", + "SVG_MARKER_ORIENT_UNKNOWN", + "SVG_MASKTYPE_ALPHA", + "SVG_MASKTYPE_LUMINANCE", + "SVG_MATRIX_NOT_INVERTABLE", + "SVG_MEETORSLICE_MEET", + "SVG_MEETORSLICE_SLICE", + "SVG_MEETORSLICE_UNKNOWN", + "SVG_MORPHOLOGY_OPERATOR_DILATE", + "SVG_MORPHOLOGY_OPERATOR_ERODE", + "SVG_MORPHOLOGY_OPERATOR_UNKNOWN", + "SVG_PAINTTYPE_CURRENTCOLOR", + "SVG_PAINTTYPE_NONE", + "SVG_PAINTTYPE_RGBCOLOR", + "SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR", + "SVG_PAINTTYPE_UNKNOWN", + "SVG_PAINTTYPE_URI", + "SVG_PAINTTYPE_URI_CURRENTCOLOR", + "SVG_PAINTTYPE_URI_NONE", + "SVG_PAINTTYPE_URI_RGBCOLOR", + "SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR", + "SVG_PRESERVEASPECTRATIO_NONE", + "SVG_PRESERVEASPECTRATIO_UNKNOWN", + "SVG_PRESERVEASPECTRATIO_XMAXYMAX", + "SVG_PRESERVEASPECTRATIO_XMAXYMID", + "SVG_PRESERVEASPECTRATIO_XMAXYMIN", + "SVG_PRESERVEASPECTRATIO_XMIDYMAX", + "SVG_PRESERVEASPECTRATIO_XMIDYMID", + "SVG_PRESERVEASPECTRATIO_XMIDYMIN", + "SVG_PRESERVEASPECTRATIO_XMINYMAX", + "SVG_PRESERVEASPECTRATIO_XMINYMID", + "SVG_PRESERVEASPECTRATIO_XMINYMIN", + "SVG_SPREADMETHOD_PAD", + "SVG_SPREADMETHOD_REFLECT", + "SVG_SPREADMETHOD_REPEAT", + "SVG_SPREADMETHOD_UNKNOWN", + "SVG_STITCHTYPE_NOSTITCH", + "SVG_STITCHTYPE_STITCH", + "SVG_STITCHTYPE_UNKNOWN", + "SVG_TRANSFORM_MATRIX", + "SVG_TRANSFORM_ROTATE", + "SVG_TRANSFORM_SCALE", + "SVG_TRANSFORM_SKEWX", + "SVG_TRANSFORM_SKEWY", + "SVG_TRANSFORM_TRANSLATE", + "SVG_TRANSFORM_UNKNOWN", + "SVG_TURBULENCE_TYPE_FRACTALNOISE", + "SVG_TURBULENCE_TYPE_TURBULENCE", + "SVG_TURBULENCE_TYPE_UNKNOWN", + "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX", + "SVG_UNIT_TYPE_UNKNOWN", + "SVG_UNIT_TYPE_USERSPACEONUSE", + "SVG_WRONG_TYPE_ERR", + "SVG_ZOOMANDPAN_DISABLE", + "SVG_ZOOMANDPAN_MAGNIFY", + "SVG_ZOOMANDPAN_UNKNOWN", + "SYNTAX_ERR", + "SavedPages", + "Screen", + "ScreenOrientation", + "Script", + "ScriptProcessorNode", + "ScrollAreaEvent", + "SecurityPolicyViolationEvent", + "Selection", + "ServiceWorker", + "ServiceWorkerContainer", + "ServiceWorkerRegistration", + "SessionDescription", + "Set", + "ShadowRoot", + "SharedWorker", + "SimpleGestureEvent", + "SpeechSynthesisEvent", + "SpeechSynthesisUtterance", + "StopIteration", + "Storage", + "StorageEvent", + "String", + "StyleSheet", + "StyleSheetList", + "SubtleCrypto", + "Symbol", + "SyntaxError", + "TEMPORARY", + "TEXTPATH_METHODTYPE_ALIGN", + "TEXTPATH_METHODTYPE_STRETCH", + "TEXTPATH_METHODTYPE_UNKNOWN", + "TEXTPATH_SPACINGTYPE_AUTO", + "TEXTPATH_SPACINGTYPE_EXACT", + "TEXTPATH_SPACINGTYPE_UNKNOWN", + "TEXTURE", + "TEXTURE0", + "TEXTURE1", + "TEXTURE10", + "TEXTURE11", + "TEXTURE12", + "TEXTURE13", + "TEXTURE14", + "TEXTURE15", + "TEXTURE16", + "TEXTURE17", + "TEXTURE18", + "TEXTURE19", + "TEXTURE2", + "TEXTURE20", + "TEXTURE21", + "TEXTURE22", + "TEXTURE23", + "TEXTURE24", + "TEXTURE25", + "TEXTURE26", + "TEXTURE27", + "TEXTURE28", + "TEXTURE29", + "TEXTURE3", + "TEXTURE30", + "TEXTURE31", + "TEXTURE4", + "TEXTURE5", + "TEXTURE6", + "TEXTURE7", + "TEXTURE8", + "TEXTURE9", + "TEXTURE_2D", + "TEXTURE_BINDING_2D", + "TEXTURE_BINDING_CUBE_MAP", + "TEXTURE_CUBE_MAP", + "TEXTURE_CUBE_MAP_NEGATIVE_X", + "TEXTURE_CUBE_MAP_NEGATIVE_Y", + "TEXTURE_CUBE_MAP_NEGATIVE_Z", + "TEXTURE_CUBE_MAP_POSITIVE_X", + "TEXTURE_CUBE_MAP_POSITIVE_Y", + "TEXTURE_CUBE_MAP_POSITIVE_Z", + "TEXTURE_MAG_FILTER", + "TEXTURE_MAX_ANISOTROPY_EXT", + "TEXTURE_MIN_FILTER", + "TEXTURE_WRAP_S", + "TEXTURE_WRAP_T", + "TEXT_NODE", + "TIMEOUT", + "TIMEOUT_ERR", + "TOO_LARGE_ERR", + "TRANSACTION_INACTIVE_ERR", + "TRIANGLE", + "TRIANGLES", + "TRIANGLE_FAN", + "TRIANGLE_STRIP", + "TYPE_BACK_FORWARD", + "TYPE_ERR", + "TYPE_MISMATCH_ERR", + "TYPE_NAVIGATE", + "TYPE_RELOAD", + "TYPE_RESERVED", + "Text", + "TextDecoder", + "TextEncoder", + "TextEvent", + "TextMetrics", + "TextTrack", + "TextTrackCue", + "TextTrackCueList", + "TextTrackList", + "TimeEvent", + "TimeRanges", + "Touch", + "TouchEvent", + "TouchList", + "TrackEvent", + "TransitionEvent", + "TreeWalker", + "TypeError", + "UIEvent", + "UNCACHED", + "UNKNOWN_ERR", + "UNKNOWN_RULE", + "UNMASKED_RENDERER_WEBGL", + "UNMASKED_VENDOR_WEBGL", + "UNORDERED_NODE_ITERATOR_TYPE", + "UNORDERED_NODE_SNAPSHOT_TYPE", + "UNPACK_ALIGNMENT", + "UNPACK_COLORSPACE_CONVERSION_WEBGL", + "UNPACK_FLIP_Y_WEBGL", + "UNPACK_PREMULTIPLY_ALPHA_WEBGL", + "UNSCHEDULED_STATE", + "UNSENT", + "UNSIGNED_BYTE", + "UNSIGNED_INT", + "UNSIGNED_SHORT", + "UNSIGNED_SHORT_4_4_4_4", + "UNSIGNED_SHORT_5_5_5_1", + "UNSIGNED_SHORT_5_6_5", + "UNSPECIFIED_EVENT_TYPE_ERR", + "UPDATEREADY", + "URIError", + "URL", + "URLSearchParams", + "URLUnencoded", + "URL_MISMATCH_ERR", + "UTC", + "Uint16Array", + "Uint32Array", + "Uint8Array", + "Uint8ClampedArray", + "UserMessageHandler", + "UserMessageHandlersNamespace", + "UserProximityEvent", + "VALIDATE_STATUS", + "VALIDATION_ERR", + "VARIABLES_RULE", + "VENDOR", + "VERSION", + "VERSION_CHANGE", + "VERSION_ERR", + "VERTEX_ATTRIB_ARRAY_BUFFER_BINDING", + "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE", + "VERTEX_ATTRIB_ARRAY_ENABLED", + "VERTEX_ATTRIB_ARRAY_NORMALIZED", + "VERTEX_ATTRIB_ARRAY_POINTER", + "VERTEX_ATTRIB_ARRAY_SIZE", + "VERTEX_ATTRIB_ARRAY_STRIDE", + "VERTEX_ATTRIB_ARRAY_TYPE", + "VERTEX_SHADER", + "VERTICAL", + "VERTICAL_AXIS", + "VER_ERR", + "VIEWPORT", + "VIEWPORT_RULE", + "VTTCue", + "VTTRegion", + "ValidityState", + "VideoStreamTrack", + "WEBKIT_FILTER_RULE", + "WEBKIT_KEYFRAMES_RULE", + "WEBKIT_KEYFRAME_RULE", + "WEBKIT_REGION_RULE", + "WRONG_DOCUMENT_ERR", + "WaveShaperNode", + "WeakMap", + "WeakSet", + "WebGLActiveInfo", + "WebGLBuffer", + "WebGLContextEvent", + "WebGLFramebuffer", + "WebGLProgram", + "WebGLRenderbuffer", + "WebGLRenderingContext", + "WebGLShader", + "WebGLShaderPrecisionFormat", + "WebGLTexture", + "WebGLUniformLocation", + "WebGLVertexArray", + "WebKitAnimationEvent", + "WebKitBlobBuilder", + "WebKitCSSFilterRule", + "WebKitCSSFilterValue", + "WebKitCSSKeyframeRule", + "WebKitCSSKeyframesRule", + "WebKitCSSMatrix", + "WebKitCSSRegionRule", + "WebKitCSSTransformValue", + "WebKitDataCue", + "WebKitGamepad", + "WebKitMediaKeyError", + "WebKitMediaKeyMessageEvent", + "WebKitMediaKeySession", + "WebKitMediaKeys", + "WebKitMediaSource", + "WebKitMutationObserver", + "WebKitNamespace", + "WebKitPlaybackTargetAvailabilityEvent", + "WebKitPoint", + "WebKitShadowRoot", + "WebKitSourceBuffer", + "WebKitSourceBufferList", + "WebKitTransitionEvent", + "WebSocket", + "WheelEvent", + "Window", + "Worker", + "XMLDocument", + "XMLHttpRequest", + "XMLHttpRequestEventTarget", + "XMLHttpRequestException", + "XMLHttpRequestProgressEvent", + "XMLHttpRequestUpload", + "XMLSerializer", + "XMLStylesheetProcessingInstruction", + "XPathEvaluator", + "XPathException", + "XPathExpression", + "XPathNSResolver", + "XPathResult", + "XSLTProcessor", + "ZERO", + "_XD0M_", + "_YD0M_", + "__defineGetter__", + "__defineSetter__", + "__lookupGetter__", + "__lookupSetter__", + "__opera", + "__proto__", + "_browserjsran", + "a", + "aLink", + "abbr", + "abort", + "abs", + "absolute", + "acceleration", + "accelerationIncludingGravity", + "accelerator", + "accept", + "acceptCharset", + "acceptNode", + "accessKey", + "accessKeyLabel", + "accuracy", + "acos", + "acosh", + "action", + "actionURL", + "active", + "activeCues", + "activeElement", + "activeSourceBuffers", + "activeSourceCount", + "activeTexture", + "add", + "addBehavior", + "addCandidate", + "addColorStop", + "addCue", + "addElement", + "addEventListener", + "addFilter", + "addFromString", + "addFromUri", + "addIceCandidate", + "addImport", + "addListener", + "addNamed", + "addPageRule", + "addPath", + "addPointer", + "addRange", + "addRegion", + "addRule", + "addSearchEngine", + "addSourceBuffer", + "addStream", + "addTextTrack", + "addTrack", + "addWakeLockListener", + "addedNodes", + "additionalName", + "additiveSymbols", + "addons", + "adoptNode", + "adr", + "advance", + "alert", + "algorithm", + "align", + "align-content", + "align-items", + "align-self", + "alignContent", + "alignItems", + "alignSelf", + "alignmentBaseline", + "alinkColor", + "all", + "allowFullscreen", + "allowedDirections", + "alpha", + "alt", + "altGraphKey", + "altHtml", + "altKey", + "altLeft", + "altitude", + "altitudeAccuracy", + "amplitude", + "ancestorOrigins", + "anchor", + "anchorNode", + "anchorOffset", + "anchors", + "angle", + "animVal", + "animate", + "animatedInstanceRoot", + "animatedNormalizedPathSegList", + "animatedPathSegList", + "animatedPoints", + "animation", + "animation-delay", + "animation-direction", + "animation-duration", + "animation-fill-mode", + "animation-iteration-count", + "animation-name", + "animation-play-state", + "animation-timing-function", + "animationDelay", + "animationDirection", + "animationDuration", + "animationFillMode", + "animationIterationCount", + "animationName", + "animationPlayState", + "animationStartTime", + "animationTimingFunction", + "animationsPaused", + "anniversary", + "app", + "appCodeName", + "appMinorVersion", + "appName", + "appNotifications", + "appVersion", + "append", + "appendBuffer", + "appendChild", + "appendData", + "appendItem", + "appendMedium", + "appendNamed", + "appendRule", + "appendStream", + "appendWindowEnd", + "appendWindowStart", + "applets", + "applicationCache", + "apply", + "applyElement", + "arc", + "arcTo", + "archive", + "areas", + "arguments", + "arrayBuffer", + "asin", + "asinh", + "assert", + "assign", + "async", + "atEnd", + "atan", + "atan2", + "atanh", + "atob", + "attachEvent", + "attachShader", + "attachments", + "attack", + "attrChange", + "attrName", + "attributeName", + "attributeNamespace", + "attributes", + "audioTracks", + "autoIncrement", + "autobuffer", + "autocapitalize", + "autocomplete", + "autocorrect", + "autofocus", + "autoplay", + "availHeight", + "availLeft", + "availTop", + "availWidth", + "availability", + "available", + "aversion", + "axes", + "axis", + "azimuth", + "b", + "back", + "backface-visibility", + "backfaceVisibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "background-color", + "background-image", + "background-origin", + "background-position", + "background-repeat", + "background-size", + "backgroundAttachment", + "backgroundBlendMode", + "backgroundClip", + "backgroundColor", + "backgroundImage", + "backgroundOrigin", + "backgroundPosition", + "backgroundPositionX", + "backgroundPositionY", + "backgroundRepeat", + "backgroundSize", + "badInput", + "balance", + "baseFrequencyX", + "baseFrequencyY", + "baseNode", + "baseOffset", + "baseURI", + "baseVal", + "baselineShift", + "battery", + "bday", + "beginElement", + "beginElementAt", + "beginPath", + "behavior", + "behaviorCookie", + "behaviorPart", + "behaviorUrns", + "beta", + "bezierCurveTo", + "bgColor", + "bgProperties", + "bias", + "big", + "binaryType", + "bind", + "bindAttribLocation", + "bindBuffer", + "bindFramebuffer", + "bindRenderbuffer", + "bindTexture", + "blendColor", + "blendEquation", + "blendEquationSeparate", + "blendFunc", + "blendFuncSeparate", + "blink", + "blob", + "blockDirection", + "blue", + "blur", + "body", + "bodyUsed", + "bold", + "bookmarks", + "booleanValue", + "border", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "border-image-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "border-top-right-radius", + "border-top-style", + "border-top-width", + "border-width", + "borderBottom", + "borderBottomColor", + "borderBottomLeftRadius", + "borderBottomRightRadius", + "borderBottomStyle", + "borderBottomWidth", + "borderCollapse", + "borderColor", + "borderColorDark", + "borderColorLight", + "borderImage", + "borderImageOutset", + "borderImageRepeat", + "borderImageSlice", + "borderImageSource", + "borderImageWidth", + "borderLeft", + "borderLeftColor", + "borderLeftStyle", + "borderLeftWidth", + "borderRadius", + "borderRight", + "borderRightColor", + "borderRightStyle", + "borderRightWidth", + "borderSpacing", + "borderStyle", + "borderTop", + "borderTopColor", + "borderTopLeftRadius", + "borderTopRightRadius", + "borderTopStyle", + "borderTopWidth", + "borderWidth", + "bottom", + "bottomMargin", + "bound", + "boundElements", + "boundingClientRect", + "boundingHeight", + "boundingLeft", + "boundingTop", + "boundingWidth", + "bounds", + "box-decoration-break", + "box-shadow", + "box-sizing", + "boxDecorationBreak", + "boxShadow", + "boxSizing", + "breakAfter", + "breakBefore", + "breakInside", + "browserLanguage", + "btoa", + "bubbles", + "buffer", + "bufferData", + "bufferDepth", + "bufferSize", + "bufferSubData", + "buffered", + "bufferedAmount", + "buildID", + "buildNumber", + "button", + "buttonID", + "buttons", + "byteLength", + "byteOffset", + "c", + "call", + "caller", + "canBeFormatted", + "canBeMounted", + "canBeShared", + "canHaveChildren", + "canHaveHTML", + "canPlayType", + "cancel", + "cancelAnimationFrame", + "cancelBubble", + "cancelScheduledValues", + "cancelable", + "candidate", + "canvas", + "caption", + "caption-side", + "captionSide", + "captureEvents", + "captureStackTrace", + "caretPositionFromPoint", + "caretRangeFromPoint", + "cast", + "catch", + "category", + "cbrt", + "cd", + "ceil", + "cellIndex", + "cellPadding", + "cellSpacing", + "cells", + "ch", + "chOff", + "chain", + "challenge", + "changedTouches", + "channel", + "channelCount", + "channelCountMode", + "channelInterpretation", + "char", + "charAt", + "charCode", + "charCodeAt", + "charIndex", + "characterSet", + "charging", + "chargingTime", + "charset", + "checkEnclosure", + "checkFramebufferStatus", + "checkIntersection", + "checkValidity", + "checked", + "childElementCount", + "childNodes", + "children", + "chrome", + "ciphertext", + "cite", + "classList", + "className", + "classid", + "clear", + "clearAttributes", + "clearColor", + "clearData", + "clearDepth", + "clearImmediate", + "clearInterval", + "clearMarks", + "clearMeasures", + "clearParameters", + "clearRect", + "clearResourceTimings", + "clearShadow", + "clearStencil", + "clearTimeout", + "clearWatch", + "click", + "clickCount", + "clientHeight", + "clientInformation", + "clientLeft", + "clientRect", + "clientRects", + "clientTop", + "clientWidth", + "clientX", + "clientY", + "clip", + "clip-path", + "clip-rule", + "clipBottom", + "clipLeft", + "clipPath", + "clipPathUnits", + "clipRight", + "clipRule", + "clipTop", + "clipboardData", + "clone", + "cloneContents", + "cloneNode", + "cloneRange", + "close", + "closePath", + "closed", + "closest", + "clz", + "clz32", + "cmp", + "code", + "codeBase", + "codePointAt", + "codeType", + "colSpan", + "collapse", + "collapseToEnd", + "collapseToStart", + "collapsed", + "collect", + "colno", + "color", + "color-interpolation", + "color-interpolation-filters", + "colorDepth", + "colorInterpolation", + "colorInterpolationFilters", + "colorMask", + "colorType", + "cols", + "columnCount", + "columnFill", + "columnGap", + "columnNumber", + "columnRule", + "columnRuleColor", + "columnRuleStyle", + "columnRuleWidth", + "columnSpan", + "columnWidth", + "columns", + "command", + "commitPreferences", + "commonAncestorContainer", + "compact", + "compareBoundaryPoints", + "compareDocumentPosition", + "compareEndPoints", + "compareNode", + "comparePoint", + "compatMode", + "compatible", + "compile", + "compileShader", + "complete", + "componentFromPoint", + "compositionEndOffset", + "compositionStartOffset", + "compressedTexImage2D", + "compressedTexSubImage2D", + "concat", + "conditionText", + "coneInnerAngle", + "coneOuterAngle", + "coneOuterGain", + "confirm", + "confirmComposition", + "confirmSiteSpecificTrackingException", + "confirmWebWideTrackingException", + "connect", + "connectEnd", + "connectStart", + "connected", + "connection", + "connectionSpeed", + "console", + "consolidate", + "constrictionActive", + "constructor", + "contactID", + "contains", + "containsNode", + "content", + "contentDocument", + "contentEditable", + "contentOverflow", + "contentScriptType", + "contentStyleType", + "contentType", + "contentWindow", + "context", + "contextMenu", + "contextmenu", + "continue", + "continuous", + "control", + "controller", + "controls", + "convertToSpecifiedUnits", + "cookie", + "cookieEnabled", + "coords", + "copyFromChannel", + "copyTexImage2D", + "copyTexSubImage2D", + "copyToChannel", + "copyWithin", + "correspondingElement", + "correspondingUseElement", + "cos", + "cosh", + "count", + "counter-increment", + "counter-reset", + "counterIncrement", + "counterReset", + "cpuClass", + "cpuSleepAllowed", + "create", + "createAnalyser", + "createAnswer", + "createAttribute", + "createAttributeNS", + "createBiquadFilter", + "createBuffer", + "createBufferSource", + "createCDATASection", + "createCSSStyleSheet", + "createCaption", + "createChannelMerger", + "createChannelSplitter", + "createComment", + "createContextualFragment", + "createControlRange", + "createConvolver", + "createDTMFSender", + "createDataChannel", + "createDelay", + "createDelayNode", + "createDocument", + "createDocumentFragment", + "createDocumentType", + "createDynamicsCompressor", + "createElement", + "createElementNS", + "createEntityReference", + "createEvent", + "createEventObject", + "createExpression", + "createFramebuffer", + "createFunction", + "createGain", + "createGainNode", + "createHTMLDocument", + "createImageBitmap", + "createImageData", + "createIndex", + "createJavaScriptNode", + "createLinearGradient", + "createMediaElementSource", + "createMediaKeys", + "createMediaStreamDestination", + "createMediaStreamSource", + "createMutableFile", + "createNSResolver", + "createNodeIterator", + "createNotification", + "createObjectStore", + "createObjectURL", + "createOffer", + "createOscillator", + "createPanner", + "createPattern", + "createPeriodicWave", + "createPopup", + "createProcessingInstruction", + "createProgram", + "createRadialGradient", + "createRange", + "createRangeCollection", + "createRenderbuffer", + "createSVGAngle", + "createSVGLength", + "createSVGMatrix", + "createSVGNumber", + "createSVGPathSegArcAbs", + "createSVGPathSegArcRel", + "createSVGPathSegClosePath", + "createSVGPathSegCurvetoCubicAbs", + "createSVGPathSegCurvetoCubicRel", + "createSVGPathSegCurvetoCubicSmoothAbs", + "createSVGPathSegCurvetoCubicSmoothRel", + "createSVGPathSegCurvetoQuadraticAbs", + "createSVGPathSegCurvetoQuadraticRel", + "createSVGPathSegCurvetoQuadraticSmoothAbs", + "createSVGPathSegCurvetoQuadraticSmoothRel", + "createSVGPathSegLinetoAbs", + "createSVGPathSegLinetoHorizontalAbs", + "createSVGPathSegLinetoHorizontalRel", + "createSVGPathSegLinetoRel", + "createSVGPathSegLinetoVerticalAbs", + "createSVGPathSegLinetoVerticalRel", + "createSVGPathSegMovetoAbs", + "createSVGPathSegMovetoRel", + "createSVGPoint", + "createSVGRect", + "createSVGTransform", + "createSVGTransformFromMatrix", + "createScriptProcessor", + "createSession", + "createShader", + "createShadowRoot", + "createStereoPanner", + "createStyleSheet", + "createTBody", + "createTFoot", + "createTHead", + "createTextNode", + "createTextRange", + "createTexture", + "createTouch", + "createTouchList", + "createTreeWalker", + "createWaveShaper", + "creationTime", + "crossOrigin", + "crypto", + "csi", + "cssFloat", + "cssRules", + "cssText", + "cssValueType", + "ctrlKey", + "ctrlLeft", + "cues", + "cullFace", + "currentNode", + "currentPage", + "currentScale", + "currentScript", + "currentSrc", + "currentState", + "currentStyle", + "currentTarget", + "currentTime", + "currentTranslate", + "currentView", + "cursor", + "curve", + "customError", + "cx", + "cy", + "d", + "data", + "dataFld", + "dataFormatAs", + "dataPageSize", + "dataSrc", + "dataTransfer", + "database", + "dataset", + "dateTime", + "db", + "debug", + "debuggerEnabled", + "declare", + "decode", + "decodeAudioData", + "decodingInfo", + "decodeURI", + "decodeURIComponent", + "decrypt", + "default", + "defaultCharset", + "defaultChecked", + "defaultMuted", + "defaultPlaybackRate", + "defaultPrevented", + "defaultSelected", + "defaultStatus", + "defaultURL", + "defaultValue", + "defaultView", + "defaultstatus", + "defer", + "defineMagicFunction", + "defineMagicVariable", + "defineProperties", + "defineProperty", + "delayTime", + "delete", + "deleteBuffer", + "deleteCaption", + "deleteCell", + "deleteContents", + "deleteData", + "deleteDatabase", + "deleteFramebuffer", + "deleteFromDocument", + "deleteIndex", + "deleteMedium", + "deleteObjectStore", + "deleteProgram", + "deleteRenderbuffer", + "deleteRow", + "deleteRule", + "deleteShader", + "deleteTFoot", + "deleteTHead", + "deleteTexture", + "deliverChangeRecords", + "delivery", + "deliveryInfo", + "deliveryStatus", + "deliveryTimestamp", + "delta", + "deltaMode", + "deltaX", + "deltaY", + "deltaZ", + "depthFunc", + "depthMask", + "depthRange", + "deriveBits", + "deriveKey", + "description", + "deselectAll", + "designMode", + "destination", + "destinationURL", + "detach", + "detachEvent", + "detachShader", + "detail", + "detune", + "devicePixelRatio", + "deviceXDPI", + "deviceYDPI", + "diffuseConstant", + "digest", + "dimensions", + "dir", + "dirName", + "direction", + "dirxml", + "disable", + "disableVertexAttribArray", + "disabled", + "dischargingTime", + "disconnect", + "dispatchEvent", + "display", + "distanceModel", + "divisor", + "djsapi", + "djsproxy", + "doImport", + "doNotTrack", + "doScroll", + "doctype", + "document", + "documentElement", + "documentMode", + "documentURI", + "dolphin", + "dolphinGameCenter", + "dolphininfo", + "dolphinmeta", + "domComplete", + "domContentLoadedEventEnd", + "domContentLoadedEventStart", + "domInteractive", + "domLoading", + "domain", + "domainLookupEnd", + "domainLookupStart", + "dominant-baseline", + "dominantBaseline", + "done", + "dopplerFactor", + "download", + "dragDrop", + "draggable", + "drawArrays", + "drawArraysInstancedANGLE", + "drawCustomFocusRing", + "drawElements", + "drawElementsInstancedANGLE", + "drawFocusIfNeeded", + "drawImage", + "drawImageFromRect", + "drawSystemFocusRing", + "drawingBufferHeight", + "drawingBufferWidth", + "dropEffect", + "droppedVideoFrames", + "dropzone", + "dump", + "duplicate", + "duration", + "dvname", + "dvnum", + "dx", + "dy", + "dynsrc", + "e", + "edgeMode", + "effectAllowed", + "elapsedTime", + "elementFromPoint", + "elements", + "elevation", + "ellipse", + "email", + "embeds", + "empty", + "empty-cells", + "emptyCells", + "enable", + "enableBackground", + "enableStyleSheetsForSet", + "enableVertexAttribArray", + "enabled", + "enabledPlugin", + "encode", + "encodeURI", + "encodeURIComponent", + "encoding", + "encrypt", + "enctype", + "end", + "endContainer", + "endElement", + "endElementAt", + "endOfStream", + "endOffset", + "endTime", + "ended", + "endsWith", + "entities", + "entries", + "entryType", + "enumerate", + "enumerateEditable", + "error", + "errorCode", + "escape", + "eval", + "evaluate", + "event", + "eventPhase", + "every", + "exception", + "exec", + "execCommand", + "execCommandShowHelp", + "execScript", + "exitFullscreen", + "exitPointerLock", + "exp", + "expand", + "expandEntityReferences", + "expando", + "expansion", + "expiryDate", + "explicitOriginalTarget", + "expm1", + "exponent", + "exponentialRampToValueAtTime", + "exportKey", + "extend", + "extensions", + "extentNode", + "extentOffset", + "external", + "externalResourcesRequired", + "extractContents", + "extractable", + "f", + "face", + "factoryReset", + "fallback", + "familyName", + "farthestViewportElement", + "fastSeek", + "fatal", + "fetch", + "fetchStart", + "fftSize", + "fgColor", + "fileCreatedDate", + "fileHandle", + "fileModifiedDate", + "fileName", + "fileSize", + "fileUpdatedDate", + "filename", + "files", + "fill", + "fill-opacity", + "fill-rule", + "fillOpacity", + "fillRect", + "fillRule", + "fillStyle", + "fillText", + "filter", + "filterResX", + "filterResY", + "filterUnits", + "filters", + "finally", + "find", + "findIndex", + "findRule", + "findText", + "finish", + "fireEvent", + "firstChild", + "firstElementChild", + "firstPage", + "fixed", + "flex", + "flex-basis", + "flex-direction", + "flex-flow", + "flex-grow", + "flex-shrink", + "flex-wrap", + "flexBasis", + "flexDirection", + "flexFlow", + "flexGrow", + "flexShrink", + "flexWrap", + "flipX", + "flipY", + "float", + "flood-color", + "flood-opacity", + "floodColor", + "floodOpacity", + "floor", + "flush", + "focus", + "focusNode", + "focusOffset", + "font", + "font-family", + "font-feature-settings", + "font-kerning", + "font-language-override", + "font-size", + "font-size-adjust", + "font-stretch", + "font-style", + "font-synthesis", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-weight", + "fontFamily", + "fontFeatureSettings", + "fontKerning", + "fontLanguageOverride", + "fontSize", + "fontSizeAdjust", + "fontSmoothingEnabled", + "fontStretch", + "fontStyle", + "fontSynthesis", + "fontVariant", + "fontVariantAlternates", + "fontVariantCaps", + "fontVariantEastAsian", + "fontVariantLigatures", + "fontVariantNumeric", + "fontVariantPosition", + "fontWeight", + "fontcolor", + "fonts", + "fontsize", + "for", + "forEach", + "forceRedraw", + "form", + "formAction", + "formEnctype", + "formMethod", + "formNoValidate", + "formTarget", + "format", + "forms", + "forward", + "fr", + "frame", + "frameBorder", + "frameElement", + "frameSpacing", + "framebufferRenderbuffer", + "framebufferTexture2D", + "frames", + "freeSpace", + "freeze", + "frequency", + "frequencyBinCount", + "from", + "fromCharCode", + "fromCodePoint", + "fromElement", + "frontFace", + "fround", + "fullScreen", + "fullscreenElement", + "fullscreenEnabled", + "fx", + "fy", + "gain", + "gamepad", + "gamma", + "genderIdentity", + "generateKey", + "generateMipmap", + "generateRequest", + "geolocation", + "gestureObject", + "get", + "getActiveAttrib", + "getActiveUniform", + "getAdjacentText", + "getAll", + "getAllResponseHeaders", + "getAsFile", + "getAsString", + "getAttachedShaders", + "getAttribLocation", + "getAttribute", + "getAttributeNS", + "getAttributeNode", + "getAttributeNodeNS", + "getAudioTracks", + "getBBox", + "getBattery", + "getBlob", + "getBookmark", + "getBoundingClientRect", + "getBufferParameter", + "getByteFrequencyData", + "getByteTimeDomainData", + "getCSSCanvasContext", + "getCTM", + "getCandidateWindowClientRect", + "getChannelData", + "getCharNumAtPosition", + "getClientRect", + "getClientRects", + "getCompositionAlternatives", + "getComputedStyle", + "getComputedTextLength", + "getConfiguration", + "getContext", + "getContextAttributes", + "getCounterValue", + "getCueAsHTML", + "getCueById", + "getCurrentPosition", + "getCurrentTime", + "getData", + "getDatabaseNames", + "getDate", + "getDay", + "getDefaultComputedStyle", + "getDestinationInsertionPoints", + "getDistributedNodes", + "getEditable", + "getElementById", + "getElementsByClassName", + "getElementsByName", + "getElementsByTagName", + "getElementsByTagNameNS", + "getEnclosureList", + "getEndPositionOfChar", + "getEntries", + "getEntriesByName", + "getEntriesByType", + "getError", + "getExtension", + "getExtentOfChar", + "getFeature", + "getFile", + "getFloat32", + "getFloat64", + "getFloatFrequencyData", + "getFloatTimeDomainData", + "getFloatValue", + "getFramebufferAttachmentParameter", + "getFrequencyResponse", + "getFullYear", + "getGamepads", + "getHours", + "getImageData", + "getInt16", + "getInt32", + "getInt8", + "getIntersectionList", + "getItem", + "getItems", + "getKey", + "getLineDash", + "getLocalStreams", + "getMarks", + "getMatchedCSSRules", + "getMeasures", + "getMetadata", + "getMilliseconds", + "getMinutes", + "getModifierState", + "getMonth", + "getNamedItem", + "getNamedItemNS", + "getNotifier", + "getNumberOfChars", + "getOverrideHistoryNavigationMode", + "getOverrideStyle", + "getOwnPropertyDescriptor", + "getOwnPropertyNames", + "getOwnPropertySymbols", + "getParameter", + "getPathSegAtLength", + "getPointAtLength", + "getPreference", + "getPreferenceDefault", + "getPresentationAttribute", + "getPreventDefault", + "getProgramInfoLog", + "getProgramParameter", + "getPropertyCSSValue", + "getPropertyPriority", + "getPropertyShorthand", + "getPropertyValue", + "getPrototypeOf", + "getRGBColorValue", + "getRandomValues", + "getRangeAt", + "getReceivers", + "getRectValue", + "getRegistration", + "getRemoteStreams", + "getRenderbufferParameter", + "getResponseHeader", + "getRoot", + "getRotationOfChar", + "getSVGDocument", + "getScreenCTM", + "getSeconds", + "getSelection", + "getSenders", + "getShaderInfoLog", + "getShaderParameter", + "getShaderPrecisionFormat", + "getShaderSource", + "getSimpleDuration", + "getSiteIcons", + "getSources", + "getSpeculativeParserUrls", + "getStartPositionOfChar", + "getStartTime", + "getStats", + "getStorageUpdates", + "getStreamById", + "getStringValue", + "getSubStringLength", + "getSubscription", + "getSupportedExtensions", + "getTexParameter", + "getTime", + "getTimezoneOffset", + "getTotalLength", + "getTrackById", + "getTracks", + "getTransformToElement", + "getUTCDate", + "getUTCDay", + "getUTCFullYear", + "getUTCHours", + "getUTCMilliseconds", + "getUTCMinutes", + "getUTCMonth", + "getUTCSeconds", + "getUint16", + "getUint32", + "getUint8", + "getUniform", + "getUniformLocation", + "getUserMedia", + "getValues", + "getVarDate", + "getVariableValue", + "getVertexAttrib", + "getVertexAttribOffset", + "getVideoPlaybackQuality", + "getVideoTracks", + "getWakeLockState", + "getYear", + "givenName", + "global", + "globalAlpha", + "globalCompositeOperation", + "glyphOrientationHorizontal", + "glyphOrientationVertical", + "glyphRef", + "go", + "gradientTransform", + "gradientUnits", + "grammars", + "green", + "group", + "groupCollapsed", + "groupEnd", + "hardwareConcurrency", + "has", + "hasAttribute", + "hasAttributeNS", + "hasAttributes", + "hasChildNodes", + "hasComposition", + "hasExtension", + "hasFeature", + "hasFocus", + "hasLayout", + "hasOwnProperty", + "hash", + "head", + "headers", + "heading", + "height", + "hidden", + "hide", + "hideFocus", + "high", + "hint", + "history", + "honorificPrefix", + "honorificSuffix", + "horizontalOverflow", + "host", + "hostname", + "href", + "hreflang", + "hspace", + "html5TagCheckInerface", + "htmlFor", + "htmlText", + "httpEquiv", + "hwTimestamp", + "hypot", + "iccId", + "iceConnectionState", + "iceGatheringState", + "icon", + "id", + "identifier", + "identity", + "ignoreBOM", + "ignoreCase", + "image-orientation", + "image-rendering", + "imageOrientation", + "imageRendering", + "images", + "ime-mode", + "imeMode", + "implementation", + "importKey", + "importNode", + "importStylesheet", + "imports", + "impp", + "imul", + "in1", + "in2", + "inBandMetadataTrackDispatchType", + "inRange", + "includes", + "incremental", + "indeterminate", + "index", + "indexNames", + "indexOf", + "indexedDB", + "inertiaDestinationX", + "inertiaDestinationY", + "info", + "init", + "initAnimationEvent", + "initBeforeLoadEvent", + "initClipboardEvent", + "initCloseEvent", + "initCommandEvent", + "initCompositionEvent", + "initCustomEvent", + "initData", + "initDeviceMotionEvent", + "initDeviceOrientationEvent", + "initDragEvent", + "initErrorEvent", + "initEvent", + "initFocusEvent", + "initGestureEvent", + "initHashChangeEvent", + "initKeyEvent", + "initKeyboardEvent", + "initMSManipulationEvent", + "initMessageEvent", + "initMouseEvent", + "initMouseScrollEvent", + "initMouseWheelEvent", + "initMutationEvent", + "initNSMouseEvent", + "initOverflowEvent", + "initPageEvent", + "initPageTransitionEvent", + "initPointerEvent", + "initPopStateEvent", + "initProgressEvent", + "initScrollAreaEvent", + "initSimpleGestureEvent", + "initStorageEvent", + "initTextEvent", + "initTimeEvent", + "initTouchEvent", + "initTransitionEvent", + "initUIEvent", + "initWebKitAnimationEvent", + "initWebKitTransitionEvent", + "initWebKitWheelEvent", + "initWheelEvent", + "initialTime", + "initialize", + "initiatorType", + "inner", + "innerHTML", + "innerHeight", + "innerText", + "innerWidth", + "input", + "inputBuffer", + "inputEncoding", + "inputMethod", + "insertAdjacentElement", + "insertAdjacentHTML", + "insertAdjacentText", + "insertBefore", + "insertCell", + "insertData", + "insertItemBefore", + "insertNode", + "insertRow", + "insertRule", + "instanceRoot", + "intercept", + "interimResults", + "internalSubset", + "intersectsNode", + "interval", + "invalidIteratorState", + "inverse", + "invertSelf", + "is", + "is2D", + "isAlternate", + "isArray", + "isBingCurrentSearchDefault", + "isBuffer", + "isCandidateWindowVisible", + "isChar", + "isCollapsed", + "isComposing", + "isContentEditable", + "isContentHandlerRegistered", + "isContextLost", + "isDefaultNamespace", + "isDisabled", + "isEnabled", + "isEqual", + "isEqualNode", + "isExtensible", + "isFinite", + "isFramebuffer", + "isFrozen", + "isGenerator", + "isId", + "isInjected", + "isInteger", + "isMap", + "isMultiLine", + "isNaN", + "isOpen", + "isPointInFill", + "isPointInPath", + "isPointInRange", + "isPointInStroke", + "isPrefAlternate", + "isPrimary", + "isProgram", + "isPropertyImplicit", + "isProtocolHandlerRegistered", + "isPrototypeOf", + "isRenderbuffer", + "isSafeInteger", + "isSameNode", + "isSealed", + "isShader", + "isSupported", + "isTextEdit", + "isTexture", + "isTrusted", + "isTypeSupported", + "isView", + "isolation", + "italics", + "item", + "itemId", + "itemProp", + "itemRef", + "itemScope", + "itemType", + "itemValue", + "iterateNext", + "iterator", + "javaEnabled", + "jobTitle", + "join", + "json", + "justify-content", + "justifyContent", + "k1", + "k2", + "k3", + "k4", + "kernelMatrix", + "kernelUnitLengthX", + "kernelUnitLengthY", + "kerning", + "key", + "keyCode", + "keyFor", + "keyIdentifier", + "keyLightEnabled", + "keyLocation", + "keyPath", + "keySystem", + "keyText", + "keyUsage", + "keys", + "keytype", + "kind", + "knee", + "label", + "labels", + "lang", + "language", + "languages", + "largeArcFlag", + "lastChild", + "lastElementChild", + "lastEventId", + "lastIndex", + "lastIndexOf", + "lastMatch", + "lastMessageSubject", + "lastMessageType", + "lastModified", + "lastModifiedDate", + "lastPage", + "lastParen", + "lastState", + "lastStyleSheetSet", + "latitude", + "layerX", + "layerY", + "layoutFlow", + "layoutGrid", + "layoutGridChar", + "layoutGridLine", + "layoutGridMode", + "layoutGridType", + "lbound", + "left", + "leftContext", + "leftMargin", + "length", + "lengthAdjust", + "lengthComputable", + "letter-spacing", + "letterSpacing", + "level", + "lighting-color", + "lightingColor", + "limitingConeAngle", + "line", + "line-height", + "lineAlign", + "lineBreak", + "lineCap", + "lineDashOffset", + "lineHeight", + "lineJoin", + "lineNumber", + "lineTo", + "lineWidth", + "linearRampToValueAtTime", + "lineno", + "link", + "linkColor", + "linkProgram", + "links", + "list", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "listStyle", + "listStyleImage", + "listStylePosition", + "listStyleType", + "listener", + "load", + "loadEventEnd", + "loadEventStart", + "loadTimes", + "loaded", + "localDescription", + "localName", + "localStorage", + "locale", + "localeCompare", + "location", + "locationbar", + "lock", + "lockedFile", + "log", + "log10", + "log1p", + "log2", + "logicalXDPI", + "logicalYDPI", + "longDesc", + "longitude", + "lookupNamespaceURI", + "lookupPrefix", + "loop", + "loopEnd", + "loopStart", + "looping", + "low", + "lower", + "lowerBound", + "lowerOpen", + "lowsrc", + "m11", + "m12", + "m13", + "m14", + "m21", + "m22", + "m23", + "m24", + "m31", + "m32", + "m33", + "m34", + "m41", + "m42", + "m43", + "m44", + "manifest", + "map", + "mapping", + "margin", + "margin-bottom", + "margin-left", + "margin-right", + "margin-top", + "marginBottom", + "marginHeight", + "marginLeft", + "marginRight", + "marginTop", + "marginWidth", + "mark", + "marker", + "marker-end", + "marker-mid", + "marker-offset", + "marker-start", + "markerEnd", + "markerHeight", + "markerMid", + "markerOffset", + "markerStart", + "markerUnits", + "markerWidth", + "marks", + "mask", + "mask-type", + "maskContentUnits", + "maskType", + "maskUnits", + "match", + "matchMedia", + "matchMedium", + "matches", + "matrix", + "matrixTransform", + "max", + "max-height", + "max-width", + "maxAlternatives", + "maxChannelCount", + "maxConnectionsPerServer", + "maxDecibels", + "maxDistance", + "maxHeight", + "maxLength", + "maxTouchPoints", + "maxValue", + "maxWidth", + "measure", + "measureText", + "media", + "mediaCapabilities", + "mediaDevices", + "mediaElement", + "mediaGroup", + "mediaKeys", + "mediaText", + "meetOrSlice", + "memory", + "menubar", + "mergeAttributes", + "message", + "messageClass", + "messageHandlers", + "metaKey", + "method", + "mimeType", + "mimeTypes", + "min", + "min-height", + "min-width", + "minDecibels", + "minHeight", + "minValue", + "minWidth", + "miterLimit", + "mix-blend-mode", + "mixBlendMode", + "mode", + "modify", + "mount", + "move", + "moveBy", + "moveEnd", + "moveFirst", + "moveFocusDown", + "moveFocusLeft", + "moveFocusRight", + "moveFocusUp", + "moveNext", + "moveRow", + "moveStart", + "moveTo", + "moveToBookmark", + "moveToElementText", + "moveToPoint", + "mozAdd", + "mozAnimationStartTime", + "mozAnon", + "mozApps", + "mozAudioCaptured", + "mozAudioChannelType", + "mozAutoplayEnabled", + "mozCancelAnimationFrame", + "mozCancelFullScreen", + "mozCancelRequestAnimationFrame", + "mozCaptureStream", + "mozCaptureStreamUntilEnded", + "mozClearDataAt", + "mozContact", + "mozContacts", + "mozCreateFileHandle", + "mozCurrentTransform", + "mozCurrentTransformInverse", + "mozCursor", + "mozDash", + "mozDashOffset", + "mozDecodedFrames", + "mozExitPointerLock", + "mozFillRule", + "mozFragmentEnd", + "mozFrameDelay", + "mozFullScreen", + "mozFullScreenElement", + "mozFullScreenEnabled", + "mozGetAll", + "mozGetAllKeys", + "mozGetAsFile", + "mozGetDataAt", + "mozGetMetadata", + "mozGetUserMedia", + "mozHasAudio", + "mozHasItem", + "mozHidden", + "mozImageSmoothingEnabled", + "mozIndexedDB", + "mozInnerScreenX", + "mozInnerScreenY", + "mozInputSource", + "mozIsTextField", + "mozItem", + "mozItemCount", + "mozItems", + "mozLength", + "mozLockOrientation", + "mozMatchesSelector", + "mozMovementX", + "mozMovementY", + "mozOpaque", + "mozOrientation", + "mozPaintCount", + "mozPaintedFrames", + "mozParsedFrames", + "mozPay", + "mozPointerLockElement", + "mozPresentedFrames", + "mozPreservesPitch", + "mozPressure", + "mozPrintCallback", + "mozRTCIceCandidate", + "mozRTCPeerConnection", + "mozRTCSessionDescription", + "mozRemove", + "mozRequestAnimationFrame", + "mozRequestFullScreen", + "mozRequestPointerLock", + "mozSetDataAt", + "mozSetImageElement", + "mozSourceNode", + "mozSrcObject", + "mozSystem", + "mozTCPSocket", + "mozTextStyle", + "mozTypesAt", + "mozUnlockOrientation", + "mozUserCancelled", + "mozVisibilityState", + "msAnimation", + "msAnimationDelay", + "msAnimationDirection", + "msAnimationDuration", + "msAnimationFillMode", + "msAnimationIterationCount", + "msAnimationName", + "msAnimationPlayState", + "msAnimationStartTime", + "msAnimationTimingFunction", + "msBackfaceVisibility", + "msBlockProgression", + "msCSSOMElementFloatMetrics", + "msCaching", + "msCachingEnabled", + "msCancelRequestAnimationFrame", + "msCapsLockWarningOff", + "msClearImmediate", + "msClose", + "msContentZoomChaining", + "msContentZoomFactor", + "msContentZoomLimit", + "msContentZoomLimitMax", + "msContentZoomLimitMin", + "msContentZoomSnap", + "msContentZoomSnapPoints", + "msContentZoomSnapType", + "msContentZooming", + "msConvertURL", + "msCrypto", + "msDoNotTrack", + "msElementsFromPoint", + "msElementsFromRect", + "msExitFullscreen", + "msExtendedCode", + "msFillRule", + "msFirstPaint", + "msFlex", + "msFlexAlign", + "msFlexDirection", + "msFlexFlow", + "msFlexItemAlign", + "msFlexLinePack", + "msFlexNegative", + "msFlexOrder", + "msFlexPack", + "msFlexPositive", + "msFlexPreferredSize", + "msFlexWrap", + "msFlowFrom", + "msFlowInto", + "msFontFeatureSettings", + "msFullscreenElement", + "msFullscreenEnabled", + "msGetInputContext", + "msGetRegionContent", + "msGetUntransformedBounds", + "msGraphicsTrustStatus", + "msGridColumn", + "msGridColumnAlign", + "msGridColumnSpan", + "msGridColumns", + "msGridRow", + "msGridRowAlign", + "msGridRowSpan", + "msGridRows", + "msHidden", + "msHighContrastAdjust", + "msHyphenateLimitChars", + "msHyphenateLimitLines", + "msHyphenateLimitZone", + "msHyphens", + "msImageSmoothingEnabled", + "msImeAlign", + "msIndexedDB", + "msInterpolationMode", + "msIsStaticHTML", + "msKeySystem", + "msKeys", + "msLaunchUri", + "msLockOrientation", + "msManipulationViewsEnabled", + "msMatchMedia", + "msMatchesSelector", + "msMaxTouchPoints", + "msOrientation", + "msOverflowStyle", + "msPerspective", + "msPerspectiveOrigin", + "msPlayToDisabled", + "msPlayToPreferredSourceUri", + "msPlayToPrimary", + "msPointerEnabled", + "msRegionOverflow", + "msReleasePointerCapture", + "msRequestAnimationFrame", + "msRequestFullscreen", + "msSaveBlob", + "msSaveOrOpenBlob", + "msScrollChaining", + "msScrollLimit", + "msScrollLimitXMax", + "msScrollLimitXMin", + "msScrollLimitYMax", + "msScrollLimitYMin", + "msScrollRails", + "msScrollSnapPointsX", + "msScrollSnapPointsY", + "msScrollSnapType", + "msScrollSnapX", + "msScrollSnapY", + "msScrollTranslation", + "msSetImmediate", + "msSetMediaKeys", + "msSetPointerCapture", + "msTextCombineHorizontal", + "msTextSizeAdjust", + "msToBlob", + "msTouchAction", + "msTouchSelect", + "msTraceAsyncCallbackCompleted", + "msTraceAsyncCallbackStarting", + "msTraceAsyncOperationCompleted", + "msTraceAsyncOperationStarting", + "msTransform", + "msTransformOrigin", + "msTransformStyle", + "msTransition", + "msTransitionDelay", + "msTransitionDuration", + "msTransitionProperty", + "msTransitionTimingFunction", + "msUnlockOrientation", + "msUpdateAsyncCallbackRelation", + "msUserSelect", + "msVisibilityState", + "msWrapFlow", + "msWrapMargin", + "msWrapThrough", + "msWriteProfilerMark", + "msZoom", + "msZoomTo", + "mt", + "multiEntry", + "multiSelectionObj", + "multiline", + "multiple", + "multiply", + "multiplySelf", + "mutableFile", + "muted", + "n", + "name", + "nameProp", + "namedItem", + "namedRecordset", + "names", + "namespaceURI", + "namespaces", + "naturalHeight", + "naturalWidth", + "navigate", + "navigation", + "navigationMode", + "navigationStart", + "navigator", + "near", + "nearestViewportElement", + "negative", + "netscape", + "networkState", + "newScale", + "newTranslate", + "newURL", + "newValue", + "newValueSpecifiedUnits", + "newVersion", + "newhome", + "next", + "nextElementSibling", + "nextNode", + "nextPage", + "nextSibling", + "nickname", + "noHref", + "noResize", + "noShade", + "noValidate", + "noWrap", + "nodeName", + "nodeType", + "nodeValue", + "normalize", + "normalizedPathSegList", + "notationName", + "notations", + "note", + "noteGrainOn", + "noteOff", + "noteOn", + "now", + "numOctaves", + "number", + "numberOfChannels", + "numberOfInputs", + "numberOfItems", + "numberOfOutputs", + "numberValue", + "oMatchesSelector", + "object", + "object-fit", + "object-position", + "objectFit", + "objectPosition", + "objectStore", + "objectStoreNames", + "observe", + "of", + "offscreenBuffering", + "offset", + "offsetHeight", + "offsetLeft", + "offsetNode", + "offsetParent", + "offsetTop", + "offsetWidth", + "offsetX", + "offsetY", + "ok", + "oldURL", + "oldValue", + "oldVersion", + "olderShadowRoot", + "onLine", + "onabort", + "onactivate", + "onactive", + "onaddstream", + "onaddtrack", + "onafterprint", + "onafterscriptexecute", + "onafterupdate", + "onaudioend", + "onaudioprocess", + "onaudiostart", + "onautocomplete", + "onautocompleteerror", + "onbeforeactivate", + "onbeforecopy", + "onbeforecut", + "onbeforedeactivate", + "onbeforeeditfocus", + "onbeforepaste", + "onbeforeprint", + "onbeforescriptexecute", + "onbeforeunload", + "onbeforeupdate", + "onblocked", + "onblur", + "onbounce", + "onboundary", + "oncached", + "oncancel", + "oncandidatewindowhide", + "oncandidatewindowshow", + "oncandidatewindowupdate", + "oncanplay", + "oncanplaythrough", + "oncellchange", + "onchange", + "onchargingchange", + "onchargingtimechange", + "onchecking", + "onclick", + "onclose", + "oncompassneedscalibration", + "oncomplete", + "oncontextmenu", + "oncontrolselect", + "oncopy", + "oncuechange", + "oncut", + "ondataavailable", + "ondatachannel", + "ondatasetchanged", + "ondatasetcomplete", + "ondblclick", + "ondeactivate", + "ondevicelight", + "ondevicemotion", + "ondeviceorientation", + "ondeviceproximity", + "ondischargingtimechange", + "ondisplay", + "ondownloading", + "ondrag", + "ondragend", + "ondragenter", + "ondragleave", + "ondragover", + "ondragstart", + "ondrop", + "ondurationchange", + "onemptied", + "onencrypted", + "onend", + "onended", + "onenter", + "onerror", + "onerrorupdate", + "onexit", + "onfilterchange", + "onfinish", + "onfocus", + "onfocusin", + "onfocusout", + "onfullscreenchange", + "onfullscreenerror", + "ongesturechange", + "ongestureend", + "ongesturestart", + "ongotpointercapture", + "onhashchange", + "onhelp", + "onicecandidate", + "oniceconnectionstatechange", + "oninactive", + "oninput", + "oninvalid", + "onkeydown", + "onkeypress", + "onkeyup", + "onlanguagechange", + "onlayoutcomplete", + "onlevelchange", + "onload", + "onloadeddata", + "onloadedmetadata", + "onloadend", + "onloadstart", + "onlosecapture", + "onlostpointercapture", + "only", + "onmark", + "onmessage", + "onmousedown", + "onmouseenter", + "onmouseleave", + "onmousemove", + "onmouseout", + "onmouseover", + "onmouseup", + "onmousewheel", + "onmove", + "onmoveend", + "onmovestart", + "onmozfullscreenchange", + "onmozfullscreenerror", + "onmozorientationchange", + "onmozpointerlockchange", + "onmozpointerlockerror", + "onmscontentzoom", + "onmsfullscreenchange", + "onmsfullscreenerror", + "onmsgesturechange", + "onmsgesturedoubletap", + "onmsgestureend", + "onmsgesturehold", + "onmsgesturestart", + "onmsgesturetap", + "onmsgotpointercapture", + "onmsinertiastart", + "onmslostpointercapture", + "onmsmanipulationstatechanged", + "onmsneedkey", + "onmsorientationchange", + "onmspointercancel", + "onmspointerdown", + "onmspointerenter", + "onmspointerhover", + "onmspointerleave", + "onmspointermove", + "onmspointerout", + "onmspointerover", + "onmspointerup", + "onmssitemodejumplistitemremoved", + "onmsthumbnailclick", + "onnegotiationneeded", + "onnomatch", + "onnoupdate", + "onobsolete", + "onoffline", + "ononline", + "onopen", + "onorientationchange", + "onpagechange", + "onpagehide", + "onpageshow", + "onpaste", + "onpause", + "onplay", + "onplaying", + "onpluginstreamstart", + "onpointercancel", + "onpointerdown", + "onpointerenter", + "onpointerleave", + "onpointerlockchange", + "onpointerlockerror", + "onpointermove", + "onpointerout", + "onpointerover", + "onpointerup", + "onpopstate", + "onprogress", + "onpropertychange", + "onratechange", + "onreadystatechange", + "onremovestream", + "onremovetrack", + "onreset", + "onresize", + "onresizeend", + "onresizestart", + "onresourcetimingbufferfull", + "onresult", + "onresume", + "onrowenter", + "onrowexit", + "onrowsdelete", + "onrowsinserted", + "onscroll", + "onsearch", + "onseeked", + "onseeking", + "onselect", + "onselectionchange", + "onselectstart", + "onshow", + "onsignalingstatechange", + "onsoundend", + "onsoundstart", + "onspeechend", + "onspeechstart", + "onstalled", + "onstart", + "onstatechange", + "onstop", + "onstorage", + "onstoragecommit", + "onsubmit", + "onsuccess", + "onsuspend", + "ontextinput", + "ontimeout", + "ontimeupdate", + "ontoggle", + "ontouchcancel", + "ontouchend", + "ontouchmove", + "ontouchstart", + "ontransitionend", + "onunload", + "onupdateready", + "onupgradeneeded", + "onuserproximity", + "onversionchange", + "onvoiceschanged", + "onvolumechange", + "onwaiting", + "onwarning", + "onwebkitanimationend", + "onwebkitanimationiteration", + "onwebkitanimationstart", + "onwebkitcurrentplaybacktargetiswirelesschanged", + "onwebkitfullscreenchange", + "onwebkitfullscreenerror", + "onwebkitkeyadded", + "onwebkitkeyerror", + "onwebkitkeymessage", + "onwebkitneedkey", + "onwebkitorientationchange", + "onwebkitplaybacktargetavailabilitychanged", + "onwebkitpointerlockchange", + "onwebkitpointerlockerror", + "onwebkitresourcetimingbufferfull", + "onwebkittransitionend", + "onwheel", + "onzoom", + "opacity", + "open", + "openCursor", + "openDatabase", + "openKeyCursor", + "opener", + "opera", + "operationType", + "operator", + "opr", + "optimum", + "options", + "order", + "orderX", + "orderY", + "ordered", + "org", + "orient", + "orientAngle", + "orientType", + "orientation", + "origin", + "originalTarget", + "orphans", + "oscpu", + "outerHTML", + "outerHeight", + "outerText", + "outerWidth", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "outlineColor", + "outlineOffset", + "outlineStyle", + "outlineWidth", + "outputBuffer", + "overflow", + "overflow-x", + "overflow-y", + "overflowX", + "overflowY", + "overrideMimeType", + "oversample", + "ownerDocument", + "ownerElement", + "ownerNode", + "ownerRule", + "ownerSVGElement", + "owningElement", + "p1", + "p2", + "p3", + "p4", + "pad", + "padding", + "padding-bottom", + "padding-left", + "padding-right", + "padding-top", + "paddingBottom", + "paddingLeft", + "paddingRight", + "paddingTop", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "pageBreakAfter", + "pageBreakBefore", + "pageBreakInside", + "pageCount", + "pageX", + "pageXOffset", + "pageY", + "pageYOffset", + "pages", + "paint-order", + "paintOrder", + "paintRequests", + "paintType", + "palette", + "panningModel", + "parent", + "parentElement", + "parentNode", + "parentRule", + "parentStyleSheet", + "parentTextEdit", + "parentWindow", + "parse", + "parseFloat", + "parseFromString", + "parseInt", + "participants", + "password", + "pasteHTML", + "path", + "pathLength", + "pathSegList", + "pathSegType", + "pathSegTypeAsLetter", + "pathname", + "pattern", + "patternContentUnits", + "patternMismatch", + "patternTransform", + "patternUnits", + "pause", + "pauseAnimations", + "pauseOnExit", + "paused", + "pending", + "performance", + "permission", + "persisted", + "personalbar", + "perspective", + "perspective-origin", + "perspectiveOrigin", + "phoneticFamilyName", + "phoneticGivenName", + "photo", + "ping", + "pitch", + "pixelBottom", + "pixelDepth", + "pixelHeight", + "pixelLeft", + "pixelRight", + "pixelStorei", + "pixelTop", + "pixelUnitToMillimeterX", + "pixelUnitToMillimeterY", + "pixelWidth", + "placeholder", + "platform", + "play", + "playbackRate", + "playbackState", + "playbackTime", + "played", + "plugins", + "pluginspage", + "pname", + "pointer-events", + "pointerBeforeReferenceNode", + "pointerEnabled", + "pointerEvents", + "pointerId", + "pointerLockElement", + "pointerType", + "points", + "pointsAtX", + "pointsAtY", + "pointsAtZ", + "polygonOffset", + "pop", + "popupWindowFeatures", + "popupWindowName", + "popupWindowURI", + "port", + "port1", + "port2", + "ports", + "posBottom", + "posHeight", + "posLeft", + "posRight", + "posTop", + "posWidth", + "position", + "positionAlign", + "postError", + "postMessage", + "poster", + "pow", + "powerOff", + "preMultiplySelf", + "precision", + "preferredStyleSheetSet", + "preferredStylesheetSet", + "prefix", + "preload", + "preserveAlpha", + "preserveAspectRatio", + "preserveAspectRatioString", + "pressed", + "pressure", + "prevValue", + "preventDefault", + "preventExtensions", + "previousElementSibling", + "previousNode", + "previousPage", + "previousScale", + "previousSibling", + "previousTranslate", + "primaryKey", + "primitiveType", + "primitiveUnits", + "principals", + "print", + "privateKey", + "probablySupportsContext", + "process", + "processIceMessage", + "product", + "productSub", + "profile", + "profileEnd", + "profiles", + "prompt", + "properties", + "propertyIsEnumerable", + "propertyName", + "protocol", + "protocolLong", + "prototype", + "pseudoClass", + "pseudoElement", + "publicId", + "publicKey", + "published", + "push", + "pushNotification", + "pushState", + "put", + "putImageData", + "quadraticCurveTo", + "qualifier", + "queryCommandEnabled", + "queryCommandIndeterm", + "queryCommandState", + "queryCommandSupported", + "queryCommandText", + "queryCommandValue", + "querySelector", + "querySelectorAll", + "quote", + "quotes", + "r", + "r1", + "r2", + "race", + "radiogroup", + "radiusX", + "radiusY", + "random", + "range", + "rangeCount", + "rangeMax", + "rangeMin", + "rangeOffset", + "rangeOverflow", + "rangeParent", + "rangeUnderflow", + "rate", + "ratio", + "raw", + "read", + "readAsArrayBuffer", + "readAsBinaryString", + "readAsBlob", + "readAsDataURL", + "readAsText", + "readOnly", + "readPixels", + "readReportRequested", + "readyState", + "reason", + "reboot", + "receiver", + "receivers", + "recordNumber", + "recordset", + "rect", + "red", + "redirectCount", + "redirectEnd", + "redirectStart", + "reduce", + "reduceRight", + "reduction", + "refDistance", + "refX", + "refY", + "referenceNode", + "referrer", + "refresh", + "region", + "regionAnchorX", + "regionAnchorY", + "regionId", + "regions", + "register", + "registerContentHandler", + "registerElement", + "registerProtocolHandler", + "reject", + "rel", + "relList", + "relatedNode", + "relatedTarget", + "release", + "releaseCapture", + "releaseEvents", + "releasePointerCapture", + "releaseShaderCompiler", + "reliable", + "reload", + "remainingSpace", + "remoteDescription", + "remove", + "removeAllRanges", + "removeAttribute", + "removeAttributeNS", + "removeAttributeNode", + "removeBehavior", + "removeChild", + "removeCue", + "removeEventListener", + "removeFilter", + "removeImport", + "removeItem", + "removeListener", + "removeNamedItem", + "removeNamedItemNS", + "removeNode", + "removeParameter", + "removeProperty", + "removeRange", + "removeRegion", + "removeRule", + "removeSiteSpecificTrackingException", + "removeSourceBuffer", + "removeStream", + "removeTrack", + "removeVariable", + "removeWakeLockListener", + "removeWebWideTrackingException", + "removedNodes", + "renderbufferStorage", + "renderedBuffer", + "renderingMode", + "repeat", + "replace", + "replaceAdjacentText", + "replaceChild", + "replaceData", + "replaceId", + "replaceItem", + "replaceNode", + "replaceState", + "replaceTrack", + "replaceWholeText", + "reportValidity", + "requestAnimationFrame", + "requestAutocomplete", + "requestData", + "requestFullscreen", + "requestMediaKeySystemAccess", + "requestPermission", + "requestPointerLock", + "requestStart", + "requestingWindow", + "required", + "requiredExtensions", + "requiredFeatures", + "reset", + "resetTransform", + "resize", + "resizeBy", + "resizeTo", + "resolve", + "response", + "responseBody", + "responseEnd", + "responseStart", + "responseText", + "responseType", + "responseURL", + "responseXML", + "restore", + "result", + "resultType", + "resume", + "returnValue", + "rev", + "reverse", + "reversed", + "revocable", + "revokeObjectURL", + "rgbColor", + "right", + "rightContext", + "rightMargin", + "rolloffFactor", + "root", + "rootElement", + "rotate", + "rotateAxisAngle", + "rotateAxisAngleSelf", + "rotateFromVector", + "rotateFromVectorSelf", + "rotateSelf", + "rotation", + "rotationRate", + "round", + "rowIndex", + "rowSpan", + "rows", + "rubyAlign", + "rubyOverhang", + "rubyPosition", + "rules", + "runtime", + "runtimeStyle", + "rx", + "ry", + "safari", + "sampleCoverage", + "sampleRate", + "sandbox", + "save", + "scale", + "scale3d", + "scale3dSelf", + "scaleNonUniform", + "scaleNonUniformSelf", + "scaleSelf", + "scheme", + "scissor", + "scope", + "scopeName", + "scoped", + "screen", + "screenBrightness", + "screenEnabled", + "screenLeft", + "screenPixelToMillimeterX", + "screenPixelToMillimeterY", + "screenTop", + "screenX", + "screenY", + "scripts", + "scroll", + "scroll-behavior", + "scrollAmount", + "scrollBehavior", + "scrollBy", + "scrollByLines", + "scrollByPages", + "scrollDelay", + "scrollHeight", + "scrollIntoView", + "scrollIntoViewIfNeeded", + "scrollLeft", + "scrollLeftMax", + "scrollMaxX", + "scrollMaxY", + "scrollTo", + "scrollTop", + "scrollTopMax", + "scrollWidth", + "scrollX", + "scrollY", + "scrollbar3dLightColor", + "scrollbarArrowColor", + "scrollbarBaseColor", + "scrollbarDarkShadowColor", + "scrollbarFaceColor", + "scrollbarHighlightColor", + "scrollbarShadowColor", + "scrollbarTrackColor", + "scrollbars", + "scrolling", + "sdp", + "sdpMLineIndex", + "sdpMid", + "seal", + "search", + "searchBox", + "searchBoxJavaBridge_", + "searchParams", + "sectionRowIndex", + "secureConnectionStart", + "security", + "seed", + "seekable", + "seeking", + "select", + "selectAllChildren", + "selectNode", + "selectNodeContents", + "selectNodes", + "selectSingleNode", + "selectSubString", + "selected", + "selectedIndex", + "selectedOptions", + "selectedStyleSheetSet", + "selectedStylesheetSet", + "selection", + "selectionDirection", + "selectionEnd", + "selectionStart", + "selector", + "selectorText", + "self", + "send", + "sendAsBinary", + "sendBeacon", + "sender", + "sentTimestamp", + "separator", + "serializeToString", + "serviceWorker", + "sessionId", + "sessionStorage", + "set", + "setActive", + "setAlpha", + "setAttribute", + "setAttributeNS", + "setAttributeNode", + "setAttributeNodeNS", + "setBaseAndExtent", + "setBingCurrentSearchDefault", + "setCapture", + "setColor", + "setCompositeOperation", + "setCurrentTime", + "setCustomValidity", + "setData", + "setDate", + "setDragImage", + "setEnd", + "setEndAfter", + "setEndBefore", + "setEndPoint", + "setFillColor", + "setFilterRes", + "setFloat32", + "setFloat64", + "setFloatValue", + "setFullYear", + "setHours", + "setImmediate", + "setInt16", + "setInt32", + "setInt8", + "setInterval", + "setItem", + "setLineCap", + "setLineDash", + "setLineJoin", + "setLineWidth", + "setLocalDescription", + "setMatrix", + "setMatrixValue", + "setMediaKeys", + "setMilliseconds", + "setMinutes", + "setMiterLimit", + "setMonth", + "setNamedItem", + "setNamedItemNS", + "setNonUserCodeExceptions", + "setOrientToAngle", + "setOrientToAuto", + "setOrientation", + "setOverrideHistoryNavigationMode", + "setPaint", + "setParameter", + "setPeriodicWave", + "setPointerCapture", + "setPosition", + "setPreference", + "setProperty", + "setPrototypeOf", + "setRGBColor", + "setRGBColorICCColor", + "setRadius", + "setRangeText", + "setRemoteDescription", + "setRequestHeader", + "setResizable", + "setResourceTimingBufferSize", + "setRotate", + "setScale", + "setSeconds", + "setSelectionRange", + "setServerCertificate", + "setShadow", + "setSkewX", + "setSkewY", + "setStart", + "setStartAfter", + "setStartBefore", + "setStdDeviation", + "setStringValue", + "setStrokeColor", + "setSuggestResult", + "setTargetAtTime", + "setTargetValueAtTime", + "setTime", + "setTimeout", + "setTransform", + "setTranslate", + "setUTCDate", + "setUTCFullYear", + "setUTCHours", + "setUTCMilliseconds", + "setUTCMinutes", + "setUTCMonth", + "setUTCSeconds", + "setUint16", + "setUint32", + "setUint8", + "setUri", + "setValueAtTime", + "setValueCurveAtTime", + "setVariable", + "setVelocity", + "setVersion", + "setYear", + "settingName", + "settingValue", + "sex", + "shaderSource", + "shadowBlur", + "shadowColor", + "shadowOffsetX", + "shadowOffsetY", + "shadowRoot", + "shape", + "shape-rendering", + "shapeRendering", + "sheet", + "shift", + "shiftKey", + "shiftLeft", + "show", + "showHelp", + "showModal", + "showModalDialog", + "showModelessDialog", + "showNotification", + "sidebar", + "sign", + "signalingState", + "sin", + "singleNodeValue", + "sinh", + "size", + "sizeToContent", + "sizes", + "skewX", + "skewXSelf", + "skewY", + "skewYSelf", + "slice", + "slope", + "small", + "smooth", + "smil", + "smoothingTimeConstant", + "snapToLines", + "snapshotItem", + "snapshotLength", + "some", + "sort", + "source", + "sourceBuffer", + "sourceBuffers", + "sourceIndex", + "spacing", + "span", + "speakAs", + "speaking", + "specified", + "specularConstant", + "specularExponent", + "speechSynthesis", + "speed", + "speedOfSound", + "spellcheck", + "splice", + "split", + "splitText", + "spreadMethod", + "sqrt", + "src", + "srcElement", + "srcFilter", + "srcUrn", + "srcdoc", + "srclang", + "srcset", + "stack", + "stackTraceLimit", + "stacktrace", + "standalone", + "standby", + "start", + "startContainer", + "startIce", + "startOffset", + "startRendering", + "startTime", + "startsWith", + "state", + "status", + "statusMessage", + "statusText", + "statusbar", + "stdDeviationX", + "stdDeviationY", + "stencilFunc", + "stencilFuncSeparate", + "stencilMask", + "stencilMaskSeparate", + "stencilOp", + "stencilOpSeparate", + "step", + "stepDown", + "stepMismatch", + "stepUp", + "sticky", + "stitchTiles", + "stop", + "stop-color", + "stop-opacity", + "stopColor", + "stopImmediatePropagation", + "stopOpacity", + "stopPropagation", + "storageArea", + "storageName", + "storageStatus", + "storeSiteSpecificTrackingException", + "storeWebWideTrackingException", + "stpVersion", + "stream", + "strike", + "stringValue", + "stringify", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "strokeDasharray", + "strokeDashoffset", + "strokeLinecap", + "strokeLinejoin", + "strokeMiterlimit", + "strokeOpacity", + "strokeRect", + "strokeStyle", + "strokeText", + "strokeWidth", + "style", + "styleFloat", + "styleMedia", + "styleSheet", + "styleSheetSets", + "styleSheets", + "sub", + "subarray", + "subject", + "submit", + "subscribe", + "substr", + "substring", + "substringData", + "subtle", + "suffix", + "suffixes", + "summary", + "sup", + "supports", + "surfaceScale", + "surroundContents", + "suspend", + "suspendRedraw", + "swapCache", + "swapNode", + "sweepFlag", + "symbols", + "system", + "systemCode", + "systemId", + "systemLanguage", + "systemXDPI", + "systemYDPI", + "tBodies", + "tFoot", + "tHead", + "tabIndex", + "table", + "table-layout", + "tableLayout", + "tableValues", + "tag", + "tagName", + "tagUrn", + "tags", + "taintEnabled", + "takeRecords", + "tan", + "tanh", + "target", + "targetElement", + "targetTouches", + "targetX", + "targetY", + "tel", + "terminate", + "test", + "texImage2D", + "texParameterf", + "texParameteri", + "texSubImage2D", + "text", + "text-align", + "text-anchor", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-style", + "text-indent", + "text-overflow", + "text-rendering", + "text-shadow", + "text-transform", + "textAlign", + "textAlignLast", + "textAnchor", + "textAutospace", + "textBaseline", + "textContent", + "textDecoration", + "textDecorationBlink", + "textDecorationColor", + "textDecorationLine", + "textDecorationLineThrough", + "textDecorationNone", + "textDecorationOverline", + "textDecorationStyle", + "textDecorationUnderline", + "textIndent", + "textJustify", + "textJustifyTrim", + "textKashida", + "textKashidaSpace", + "textLength", + "textOverflow", + "textRendering", + "textShadow", + "textTracks", + "textTransform", + "textUnderlinePosition", + "then", + "threadId", + "threshold", + "tiltX", + "tiltY", + "time", + "timeEnd", + "timeStamp", + "timeout", + "timestamp", + "timestampOffset", + "timing", + "title", + "toArray", + "toBlob", + "toDataURL", + "toDateString", + "toElement", + "toExponential", + "toFixed", + "toFloat32Array", + "toFloat64Array", + "toGMTString", + "toISOString", + "toJSON", + "toLocaleDateString", + "toLocaleFormat", + "toLocaleLowerCase", + "toLocaleString", + "toLocaleTimeString", + "toLocaleUpperCase", + "toLowerCase", + "toMethod", + "toPrecision", + "toSdp", + "toSource", + "toStaticHTML", + "toString", + "toStringTag", + "toTimeString", + "toUTCString", + "toUpperCase", + "toggle", + "toggleLongPressEnabled", + "tooLong", + "toolbar", + "top", + "topMargin", + "total", + "totalFrameDelay", + "totalVideoFrames", + "touchAction", + "touches", + "trace", + "track", + "transaction", + "transactions", + "transform", + "transform-origin", + "transform-style", + "transformOrigin", + "transformPoint", + "transformString", + "transformStyle", + "transformToDocument", + "transformToFragment", + "transition", + "transition-delay", + "transition-duration", + "transition-property", + "transition-timing-function", + "transitionDelay", + "transitionDuration", + "transitionProperty", + "transitionTimingFunction", + "translate", + "translateSelf", + "translationX", + "translationY", + "trim", + "trimLeft", + "trimRight", + "trueSpeed", + "trunc", + "truncate", + "type", + "typeDetail", + "typeMismatch", + "typeMustMatch", + "types", + "ubound", + "undefined", + "unescape", + "uneval", + "unicode-bidi", + "unicodeBidi", + "uniform1f", + "uniform1fv", + "uniform1i", + "uniform1iv", + "uniform2f", + "uniform2fv", + "uniform2i", + "uniform2iv", + "uniform3f", + "uniform3fv", + "uniform3i", + "uniform3iv", + "uniform4f", + "uniform4fv", + "uniform4i", + "uniform4iv", + "uniformMatrix2fv", + "uniformMatrix3fv", + "uniformMatrix4fv", + "unique", + "uniqueID", + "uniqueNumber", + "unitType", + "units", + "unloadEventEnd", + "unloadEventStart", + "unlock", + "unmount", + "unobserve", + "unpause", + "unpauseAnimations", + "unreadCount", + "unregister", + "unregisterContentHandler", + "unregisterProtocolHandler", + "unscopables", + "unselectable", + "unshift", + "unsubscribe", + "unsuspendRedraw", + "unsuspendRedrawAll", + "unwatch", + "unwrapKey", + "update", + "updateCommands", + "updateIce", + "updateInterval", + "updateSettings", + "updated", + "updating", + "upload", + "upper", + "upperBound", + "upperOpen", + "uri", + "url", + "urn", + "urns", + "usages", + "useCurrentView", + "useMap", + "useProgram", + "usedSpace", + "userAgent", + "userLanguage", + "username", + "v8BreakIterator", + "vAlign", + "vLink", + "valid", + "validateProgram", + "validationMessage", + "validity", + "value", + "valueAsDate", + "valueAsNumber", + "valueAsString", + "valueInSpecifiedUnits", + "valueMissing", + "valueOf", + "valueText", + "valueType", + "values", + "vector-effect", + "vectorEffect", + "velocityAngular", + "velocityExpansion", + "velocityX", + "velocityY", + "vendor", + "vendorSub", + "verify", + "version", + "vertexAttrib1f", + "vertexAttrib1fv", + "vertexAttrib2f", + "vertexAttrib2fv", + "vertexAttrib3f", + "vertexAttrib3fv", + "vertexAttrib4f", + "vertexAttrib4fv", + "vertexAttribDivisorANGLE", + "vertexAttribPointer", + "vertical", + "vertical-align", + "verticalAlign", + "verticalOverflow", + "vibrate", + "videoHeight", + "videoTracks", + "videoWidth", + "view", + "viewBox", + "viewBoxString", + "viewTarget", + "viewTargetString", + "viewport", + "viewportAnchorX", + "viewportAnchorY", + "viewportElement", + "visibility", + "visibilityState", + "visible", + "vlinkColor", + "voice", + "volume", + "vrml", + "vspace", + "w", + "wand", + "warn", + "wasClean", + "watch", + "watchPosition", + "webdriver", + "webkitAddKey", + "webkitAnimation", + "webkitAnimationDelay", + "webkitAnimationDirection", + "webkitAnimationDuration", + "webkitAnimationFillMode", + "webkitAnimationIterationCount", + "webkitAnimationName", + "webkitAnimationPlayState", + "webkitAnimationTimingFunction", + "webkitAppearance", + "webkitAudioContext", + "webkitAudioDecodedByteCount", + "webkitAudioPannerNode", + "webkitBackfaceVisibility", + "webkitBackground", + "webkitBackgroundAttachment", + "webkitBackgroundClip", + "webkitBackgroundColor", + "webkitBackgroundImage", + "webkitBackgroundOrigin", + "webkitBackgroundPosition", + "webkitBackgroundPositionX", + "webkitBackgroundPositionY", + "webkitBackgroundRepeat", + "webkitBackgroundSize", + "webkitBackingStorePixelRatio", + "webkitBorderImage", + "webkitBorderImageOutset", + "webkitBorderImageRepeat", + "webkitBorderImageSlice", + "webkitBorderImageSource", + "webkitBorderImageWidth", + "webkitBoxAlign", + "webkitBoxDirection", + "webkitBoxFlex", + "webkitBoxOrdinalGroup", + "webkitBoxOrient", + "webkitBoxPack", + "webkitBoxSizing", + "webkitCancelAnimationFrame", + "webkitCancelFullScreen", + "webkitCancelKeyRequest", + "webkitCancelRequestAnimationFrame", + "webkitClearResourceTimings", + "webkitClosedCaptionsVisible", + "webkitConvertPointFromNodeToPage", + "webkitConvertPointFromPageToNode", + "webkitCreateShadowRoot", + "webkitCurrentFullScreenElement", + "webkitCurrentPlaybackTargetIsWireless", + "webkitDirectionInvertedFromDevice", + "webkitDisplayingFullscreen", + "webkitEnterFullScreen", + "webkitEnterFullscreen", + "webkitExitFullScreen", + "webkitExitFullscreen", + "webkitExitPointerLock", + "webkitFullScreenKeyboardInputAllowed", + "webkitFullscreenElement", + "webkitFullscreenEnabled", + "webkitGenerateKeyRequest", + "webkitGetAsEntry", + "webkitGetDatabaseNames", + "webkitGetEntries", + "webkitGetEntriesByName", + "webkitGetEntriesByType", + "webkitGetFlowByName", + "webkitGetGamepads", + "webkitGetImageDataHD", + "webkitGetNamedFlows", + "webkitGetRegionFlowRanges", + "webkitGetUserMedia", + "webkitHasClosedCaptions", + "webkitHidden", + "webkitIDBCursor", + "webkitIDBDatabase", + "webkitIDBDatabaseError", + "webkitIDBDatabaseException", + "webkitIDBFactory", + "webkitIDBIndex", + "webkitIDBKeyRange", + "webkitIDBObjectStore", + "webkitIDBRequest", + "webkitIDBTransaction", + "webkitImageSmoothingEnabled", + "webkitIndexedDB", + "webkitInitMessageEvent", + "webkitIsFullScreen", + "webkitKeys", + "webkitLineDashOffset", + "webkitLockOrientation", + "webkitMatchesSelector", + "webkitMediaStream", + "webkitNotifications", + "webkitOfflineAudioContext", + "webkitOrientation", + "webkitPeerConnection00", + "webkitPersistentStorage", + "webkitPointerLockElement", + "webkitPostMessage", + "webkitPreservesPitch", + "webkitPutImageDataHD", + "webkitRTCPeerConnection", + "webkitRegionOverset", + "webkitRequestAnimationFrame", + "webkitRequestFileSystem", + "webkitRequestFullScreen", + "webkitRequestFullscreen", + "webkitRequestPointerLock", + "webkitResolveLocalFileSystemURL", + "webkitSetMediaKeys", + "webkitSetResourceTimingBufferSize", + "webkitShadowRoot", + "webkitShowPlaybackTargetPicker", + "webkitSlice", + "webkitSpeechGrammar", + "webkitSpeechGrammarList", + "webkitSpeechRecognition", + "webkitSpeechRecognitionError", + "webkitSpeechRecognitionEvent", + "webkitStorageInfo", + "webkitSupportsFullscreen", + "webkitTemporaryStorage", + "webkitTextSizeAdjust", + "webkitTransform", + "webkitTransformOrigin", + "webkitTransition", + "webkitTransitionDelay", + "webkitTransitionDuration", + "webkitTransitionProperty", + "webkitTransitionTimingFunction", + "webkitURL", + "webkitUnlockOrientation", + "webkitUserSelect", + "webkitVideoDecodedByteCount", + "webkitVisibilityState", + "webkitWirelessVideoPlaybackDisabled", + "webkitdropzone", + "webstore", + "weight", + "whatToShow", + "wheelDelta", + "wheelDeltaX", + "wheelDeltaY", + "which", + "white-space", + "whiteSpace", + "wholeText", + "widows", + "width", + "will-change", + "willChange", + "willValidate", + "window", + "withCredentials", + "word-break", + "word-spacing", + "word-wrap", + "wordBreak", + "wordSpacing", + "wordWrap", + "wrap", + "wrapKey", + "write", + "writeln", + "writingMode", + "x", + "x1", + "x2", + "xChannelSelector", + "xmlEncoding", + "xmlStandalone", + "xmlVersion", + "xmlbase", + "xmllang", + "xmlspace", + "y", + "y1", + "y2", + "yChannelSelector", + "yandex", + "z", + "z-index", + "zIndex", + "zoom", + "zoomAndPan", + "zoomRectScreen" +] diff --git a/2019-setembro/node_modules/terser/tools/exit.js b/2019-setembro/node_modules/terser/tools/exit.js new file mode 100644 index 0000000..17048d8 --- /dev/null +++ b/2019-setembro/node_modules/terser/tools/exit.js @@ -0,0 +1,15 @@ +// workaround for tty output truncation upon process.exit() +var exit = process.exit; +process.exit = function() { + var args = [].slice.call(arguments); + process.once("uncaughtException", function() { + (function callback() { + if (process.stdout.bufferSize || process.stderr.bufferSize) { + setImmediate(callback); + } else { + exit.apply(process, args); + } + })(); + }); + throw exit; +}; diff --git a/2019-setembro/node_modules/terser/tools/node.js b/2019-setembro/node_modules/terser/tools/node.js new file mode 100644 index 0000000..0cec442 --- /dev/null +++ b/2019-setembro/node_modules/terser/tools/node.js @@ -0,0 +1,22 @@ +var fs = require("fs"); + +var bundle_path = __dirname + "/../dist/bundle.js"; +var UglifyJS = require(bundle_path); +module.exports = UglifyJS; + +function infer_options(options) { + var result = UglifyJS.minify("", options); + return result.error && result.error.defs; +} + +UglifyJS.default_options = function() { + var defs = {}; + Object.keys(infer_options({ 0: 0 })).forEach(function(component) { + var options = {}; + options[component] = { 0: 0 }; + if (options = infer_options(options)) { + defs[component] = options; + } + }); + return defs; +}; diff --git a/2019-setembro/node_modules/terser/tools/props.html b/2019-setembro/node_modules/terser/tools/props.html new file mode 100644 index 0000000..28b575f --- /dev/null +++ b/2019-setembro/node_modules/terser/tools/props.html @@ -0,0 +1,61 @@ + + + + + + + diff --git a/2019-setembro/node_modules/terser/tools/terser.d.ts b/2019-setembro/node_modules/terser/tools/terser.d.ts new file mode 100644 index 0000000..d57ace7 --- /dev/null +++ b/2019-setembro/node_modules/terser/tools/terser.d.ts @@ -0,0 +1,790 @@ +import { RawSourceMap } from 'source-map'; + +export type ECMA = 5 | 6 | 7 | 8 | 9; + +export interface ParseOptions { + bare_returns?: boolean; + ecma?: ECMA; + html5_comments?: boolean; + shebang?: boolean; +} + +export interface CompressOptions { + arguments?: boolean; + arrows?: boolean; + booleans?: boolean; + collapse_vars?: boolean; + comparisons?: boolean; + conditionals?: boolean; + dead_code?: boolean; + defaults?: boolean; + directives?: boolean; + drop_console?: boolean; + drop_debugger?: boolean; + evaluate?: boolean; + expression?: boolean; + global_defs?: object; + hoist_funs?: boolean; + hoist_props?: boolean; + hoist_vars?: boolean; + if_return?: boolean; + inline?: boolean | InlineFunctions; + join_vars?: boolean; + keep_classnames?: boolean | RegExp; + keep_fargs?: boolean; + keep_fnames?: boolean | RegExp; + keep_infinity?: boolean; + loops?: boolean; + negate_iife?: boolean; + passes?: number; + properties?: boolean; + pure_funcs?: string[]; + pure_getters?: boolean | 'strict'; + reduce_funcs?: boolean; + reduce_vars?: boolean; + sequences?: boolean | number; + side_effects?: boolean; + switches?: boolean; + toplevel?: boolean; + top_retain?: null | string | string[] | RegExp; + typeofs?: boolean; + unsafe?: boolean; + unsafe_arrows?: boolean; + unsafe_comps?: boolean; + unsafe_Function?: boolean; + unsafe_math?: boolean; + unsafe_methods?: boolean; + unsafe_proto?: boolean; + unsafe_regexp?: boolean; + unsafe_undefined?: boolean; + unused?: boolean; + warnings?: boolean; +} + +export enum InlineFunctions { + Disabled = 0, + SimpleFunctions = 1, + WithArguments = 2, + WithArgumentsAndVariables = 3 +} + +export interface MangleOptions { + eval?: boolean; + keep_classnames?: boolean | RegExp; + keep_fnames?: boolean | RegExp; + module?: boolean; + properties?: boolean | ManglePropertiesOptions; + reserved?: string[]; + safari10?: boolean; + toplevel?: boolean; +} + +export interface ManglePropertiesOptions { + builtins?: boolean; + debug?: boolean; + keep_quoted?: boolean; + regex?: RegExp; + reserved?: string[]; +} + +export interface OutputOptions { + ascii_only?: boolean; + beautify?: boolean; + braces?: boolean; + comments?: boolean | 'all' | 'some' | RegExp; + ecma?: ECMA; + indent_level?: number; + indent_start?: boolean; + inline_script?: boolean; + ie8?: boolean; + keep_quoted_props?: boolean; + max_line_len?: boolean; + preamble?: string; + quote_keys?: boolean; + quote_style?: OutputQuoteStyle; + safari10?: boolean; + semicolons?: boolean; + shebang?: boolean; + shorthand?: boolean; + source_map?: SourceMapOptions; + webkit?: boolean; + width?: number; + wrap_iife?: boolean; +} + +export enum OutputQuoteStyle { + PreferDouble = 0, + AlwaysSingle = 1, + AlwaysDouble = 2, + AlwaysOriginal = 3 +} + +export interface MinifyOptions { + compress?: boolean | CompressOptions; + ecma?: ECMA; + ie8?: boolean; + keep_classnames?: boolean | RegExp; + keep_fnames?: boolean | RegExp; + mangle?: boolean | MangleOptions; + module?: boolean; + nameCache?: object; + output?: OutputOptions; + parse?: ParseOptions; + safari10?: boolean; + sourceMap?: boolean | SourceMapOptions; + toplevel?: boolean; + warnings?: boolean | 'verbose'; +} + +export interface MinifyOutput { + ast?: AST_Node; + code?: string; + error?: Error; + map?: string; + warnings?: string[]; +} + +export interface SourceMapOptions { + content?: RawSourceMap; + includeSources?: boolean; + filename?: string; + root?: string; + url?: string | 'inline'; +} + +declare function parse(text: string, options?: ParseOptions): AST_Node; + +export class TreeWalker { + constructor(callback: (node: AST_Node, descend?: (node: AST_Node) => void) => boolean | undefined); + directives: object; + find_parent(type: AST_Node): AST_Node | undefined; + has_directive(type: string): boolean; + loopcontrol_target(node: AST_Node): AST_Node | undefined; + parent(n: number): AST_Node | undefined; + pop(): void; + push(node: AST_Node): void; + self(): AST_Node | undefined; + stack: AST_Node[]; + visit: (node: AST_Node, descend: boolean) => any; +} + +export class TreeTransformer extends TreeWalker { + constructor( + before: (node: AST_Node, descend?: (node: AST_Node, tw: TreeWalker) => void, in_list?: boolean) => AST_Node | undefined, + after?: (node: AST_Node, in_list?: boolean) => AST_Node | undefined + ); + before: (node: AST_Node) => AST_Node; + after?: (node: AST_Node) => AST_Node; +} + +export function push_uniq(array: T[], el: T): void; + +type DictEachCallback = (val: any, key: string) => any; + +export class Dictionary { + static fromObject(obj: object): Dictionary; + add(key: string, val: any): this; + clone(): Dictionary; + del(key: string): this; + each(fn: DictEachCallback): void; + get(key: string): any; + has(key: string): boolean; + map(fn: DictEachCallback): any[]; + set(key: string, val: any): this; + size(): number; +} + +export function minify(files: string | string[] | { [file: string]: string } | AST_Node, options?: MinifyOptions): MinifyOutput; + +export class AST_Node { + constructor(props?: object); + static BASE?: AST_Node; + static PROPS: string[]; + static SELF_PROPS: string[]; + static SUBCLASSES: AST_Node[]; + static documentation: string; + static propdoc?: Record; + static expressions?: AST_Node[]; + static warn?: (text: string, props: any) => void; + static from_mozilla_ast?: (node: AST_Node) => any; + walk: (visitor: TreeWalker) => void; + print_to_string: (options?: OutputOptions) => string; + transform: (tt: TreeTransformer, in_list?: boolean) => AST_Node; + TYPE: string; + CTOR: typeof AST_Node; +} + +declare class SymbolDef { + constructor(scope?: AST_Scope, orig?: object, init?: object); + name: string; + orig: AST_SymbolRef[]; + init: AST_SymbolRef; + eliminated: number; + scope: AST_Scope; + references: AST_SymbolRef[]; + replaced: number; + global: boolean; + export: boolean; + mangled_name: null | string; + undeclared: boolean; + id: number; +} + +type ArgType = AST_SymbolFunarg | AST_DefaultAssign | AST_Destructuring | AST_Expansion; + +declare class AST_Statement extends AST_Node { + constructor(props?: object); +} + +declare class AST_Debugger extends AST_Statement { + constructor(props?: object); +} + +declare class AST_Directive extends AST_Statement { + constructor(props?: object); + value: string; + quote: string; +} + +declare class AST_SimpleStatement extends AST_Statement { + constructor(props?: object); + body: AST_Node[]; +} + +declare class AST_Block extends AST_Statement { + constructor(props?: object); + body: AST_Node[]; + block_scope: AST_Scope | null; +} + +declare class AST_BlockStatement extends AST_Block { + constructor(props?: object); +} + +declare class AST_Scope extends AST_Block { + constructor(props?: object); + variables: any; + functions: any; + uses_with: boolean; + uses_eval: boolean; + parent_scope: AST_Scope | null; + enclosed: any; + cname: any; +} + +declare class AST_Toplevel extends AST_Scope { + constructor(props?: object); + globals: any; +} + +declare class AST_Lambda extends AST_Scope { + constructor(props?: object); + name: AST_SymbolDeclaration | null; + argnames: ArgType[]; + uses_arguments: boolean; + is_generator: boolean; + async: boolean; +} + +declare class AST_Accessor extends AST_Lambda { + constructor(props?: object); +} + +declare class AST_Function extends AST_Lambda { + constructor(props?: object); + inlined: boolean; +} + +declare class AST_Arrow extends AST_Lambda { + constructor(props?: object); + inlined: boolean; +} + +declare class AST_Defun extends AST_Lambda { + constructor(props?: object); + inlined: boolean; +} + +declare class AST_Class extends AST_Scope { + constructor(props?: object); + name: AST_SymbolClass | AST_SymbolDefClass | null; + extends: AST_Node | null; + properties: AST_ObjectProperty[]; + inlined: boolean; +} + +declare class AST_DefClass extends AST_Class { + constructor(props?: object); +} + +declare class AST_ClassExpression extends AST_Class { + constructor(props?: object); +} + +declare class AST_Switch extends AST_Block { + constructor(props?: object); + expression: AST_Node; +} + +declare class AST_SwitchBranch extends AST_Block { + constructor(props?: object); +} + +declare class AST_Default extends AST_SwitchBranch { + constructor(props?: object); +} + +declare class AST_Case extends AST_SwitchBranch { + constructor(props?: object); + expression: AST_Node; +} + +declare class AST_Try extends AST_Block { + constructor(props?: object); + bcatch: AST_Catch; + bfinally: null | AST_Finally; +} + +declare class AST_Catch extends AST_Block { + constructor(props?: object); + argname: ArgType; +} + +declare class AST_Finally extends AST_Block { + constructor(props?: object); +} + +declare class AST_EmptyStatement extends AST_Statement { + constructor(props?: object); +} + +declare class AST_StatementWithBody extends AST_Statement { + constructor(props?: object); + body: AST_Node[]; +} + +declare class AST_LabeledStatement extends AST_StatementWithBody { + constructor(props?: object); + label: AST_Label; +} + +declare class AST_IterationStatement extends AST_StatementWithBody { + constructor(props?: object); + block_scope: AST_Scope | null; +} + +declare class AST_DWLoop extends AST_IterationStatement { + constructor(props?: object); + condition: AST_Node; +} + +declare class AST_Do extends AST_DWLoop { + constructor(props?: object); +} + +declare class AST_While extends AST_DWLoop { + constructor(props?: object); +} + +declare class AST_For extends AST_IterationStatement { + constructor(props?: object); + init: AST_Node | null; + condition: AST_Node | null; + step: AST_Node | null; +} + +declare class AST_ForIn extends AST_IterationStatement { + constructor(props?: object); + init: AST_Node | null; + object: AST_Node; +} + +declare class AST_ForOf extends AST_ForIn { + constructor(props?: object); + await: boolean; +} + +declare class AST_With extends AST_StatementWithBody { + constructor(props?: object); + expression: AST_Node; +} + +declare class AST_If extends AST_StatementWithBody { + constructor(props?: object); + condition: AST_Node; + alternative: AST_Node | null; +} + +declare class AST_Jump extends AST_Statement { + constructor(props?: object); +} + +declare class AST_Exit extends AST_Jump { + constructor(props?: object); + value: AST_Node | null; +} + +declare class AST_Return extends AST_Exit { + constructor(props?: object); +} + +declare class AST_Throw extends AST_Exit { + constructor(props?: object); +} + +declare class AST_LoopControl extends AST_Jump { + constructor(props?: object); + label: null | AST_LabelRef; +} + +declare class AST_Break extends AST_LoopControl { + constructor(props?: object); +} + +declare class AST_Continue extends AST_LoopControl { + constructor(props?: object); +} + +declare class AST_Definitions extends AST_Statement { + constructor(props?: object); + definitions: AST_VarDef[]; +} + +declare class AST_Var extends AST_Definitions { + constructor(props?: object); +} + +declare class AST_Let extends AST_Definitions { + constructor(props?: object); +} + +declare class AST_Const extends AST_Definitions { + constructor(props?: object); +} + +declare class AST_Export extends AST_Statement { + constructor(props?: object); + exported_definition: AST_Definitions | AST_Lambda | AST_DefClass | null; + exported_value: AST_Node | null; + is_default: boolean; + exported_names: AST_NameMapping[]; + module_name: AST_String; +} + +declare class AST_Expansion extends AST_Node { + constructor(props?: object); + expression: AST_Node; +} + +declare class AST_Destructuring extends AST_Node { + constructor(props?: object); + names: AST_Node[]; + is_array: boolean; +} + +declare class AST_PrefixedTemplateString extends AST_Node { + constructor(props?: object); + template_string: AST_TemplateString; + prefix: AST_Node; +} + +declare class AST_TemplateString extends AST_Node { + constructor(props?: object); + segments: AST_Node[]; +} + +declare class AST_TemplateSegment extends AST_Node { + constructor(props?: object); + value: string; + raw: string; +} + +declare class AST_NameMapping extends AST_Node { + constructor(props?: object); + foreign_name: AST_Symbol; + name: AST_SymbolExport | AST_SymbolImport; +} + +declare class AST_Import extends AST_Node { + constructor(props?: object); + imported_name: null | AST_SymbolImport; + imported_names: AST_NameMapping[]; + module_name: AST_String; +} + +declare class AST_VarDef extends AST_Node { + constructor(props?: object); + name: AST_Destructuring | AST_SymbolConst | AST_SymbolLet | AST_SymbolVar; + value: AST_Node | null; +} + +declare class AST_Call extends AST_Node { + constructor(props?: object); + expression: AST_Node; + args: AST_Node[]; +} + +declare class AST_New extends AST_Call { + constructor(props?: object); +} + +declare class AST_Sequence extends AST_Node { + constructor(props?: object); + expressions: AST_Node[]; +} + +declare class AST_PropAccess extends AST_Node { + constructor(props?: object); + expression: AST_Node; + property: AST_Node | string; +} + +declare class AST_Dot extends AST_PropAccess { + constructor(props?: object); +} + +declare class AST_Sub extends AST_PropAccess { + constructor(props?: object); +} + +declare class AST_Unary extends AST_Node { + constructor(props?: object); + operator: string; + expression: AST_Node; +} + +declare class AST_UnaryPrefix extends AST_Unary { + constructor(props?: object); +} + +declare class AST_UnaryPostfix extends AST_Unary { + constructor(props?: object); +} + +declare class AST_Binary extends AST_Node { + constructor(props?: object); + operator: string; + left: AST_Node; + right: AST_Node; +} + +declare class AST_Assign extends AST_Binary { + constructor(props?: object); +} + +declare class AST_DefaultAssign extends AST_Binary { + constructor(props?: object); +} + +declare class AST_Conditional extends AST_Node { + constructor(props?: object); + condition: AST_Node; + consequent: AST_Node; + alternative: AST_Node; +} + +declare class AST_Array extends AST_Node { + constructor(props?: object); + elements: AST_Node[]; +} + +declare class AST_Object extends AST_Node { + constructor(props?: object); + properties: AST_ObjectProperty[]; +} + +declare class AST_ObjectProperty extends AST_Node { + constructor(props?: object); + key: string | number | AST_Node; + value: AST_Node; +} + +declare class AST_ObjectKeyVal extends AST_ObjectProperty { + constructor(props?: object); + quote: string; +} + +declare class AST_ObjectSetter extends AST_ObjectProperty { + constructor(props?: object); + quote: string; + static: boolean; +} + +declare class AST_ObjectGetter extends AST_ObjectProperty { + constructor(props?: object); + quote: string; + static: boolean; +} + +declare class AST_ConciseMethod extends AST_ObjectProperty { + constructor(props?: object); + quote: string; + static: boolean; + is_generator: boolean; + async: boolean; +} + +declare class AST_Symbol extends AST_Node { + constructor(props?: object); + scope: AST_Scope; + name: string; + thedef: SymbolDef; +} + +declare class AST_SymbolDeclaration extends AST_Symbol { + constructor(props?: object); + init: AST_Node | null; +} + +declare class AST_SymbolVar extends AST_SymbolDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolFunarg extends AST_SymbolVar { + constructor(props?: object); +} + +declare class AST_SymbolBlockDeclaration extends AST_SymbolDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolConst extends AST_SymbolBlockDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolLet extends AST_SymbolBlockDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolDefClass extends AST_SymbolBlockDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolCatch extends AST_SymbolBlockDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolImport extends AST_SymbolBlockDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolDefun extends AST_SymbolDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolLambda extends AST_SymbolDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolClass extends AST_SymbolDeclaration { + constructor(props?: object); +} + +declare class AST_SymbolMethod extends AST_Symbol { + constructor(props?: object); +} + +declare class AST_SymbolImportForeign extends AST_Symbol { + constructor(props?: object); +} + +declare class AST_Label extends AST_Symbol { + constructor(props?: object); + references: AST_LoopControl | null; +} + +declare class AST_SymbolRef extends AST_Symbol { + constructor(props?: object); +} + +declare class AST_SymbolExport extends AST_SymbolRef { + constructor(props?: object); +} + +declare class AST_SymbolExportForeign extends AST_Symbol { + constructor(props?: object); +} + +declare class AST_LabelRef extends AST_Symbol { + constructor(props?: object); +} + +declare class AST_This extends AST_Symbol { + constructor(props?: object); +} + +declare class AST_Super extends AST_This { + constructor(props?: object); +} + +declare class AST_NewTarget extends AST_Node { + constructor(props?: object); +} + +declare class AST_Constant extends AST_Node { + constructor(props?: object); +} + +declare class AST_String extends AST_Constant { + constructor(props?: object); + value: string; + quote: string; +} + +declare class AST_Number extends AST_Constant { + constructor(props?: object); + value: number; + literal: string; +} + +declare class AST_RegExp extends AST_Constant { + constructor(props?: object); + value: RegExp; +} + +declare class AST_Atom extends AST_Constant { + constructor(props?: object); +} + +declare class AST_Null extends AST_Atom { + constructor(props?: object); +} + +declare class AST_NaN extends AST_Atom { + constructor(props?: object); +} + +declare class AST_Undefined extends AST_Atom { + constructor(props?: object); +} + +declare class AST_Hole extends AST_Atom { + constructor(props?: object); +} + +declare class AST_Infinity extends AST_Atom { + constructor(props?: object); +} + +declare class AST_Boolean extends AST_Atom { + constructor(props?: object); +} + +declare class AST_False extends AST_Boolean { + constructor(props?: object); +} + +declare class AST_True extends AST_Boolean { + constructor(props?: object); +} + +declare class AST_Await extends AST_Node { + constructor(props?: object); + expression: AST_Node; +} + +declare class AST_Yield extends AST_Node { + constructor(props?: object); + expression: AST_Node; + is_star: boolean; +} diff --git a/2019-setembro/node_modules/tinydate/dist/tinydate.js b/2019-setembro/node_modules/tinydate/dist/tinydate.js new file mode 100644 index 0000000..aba3e43 --- /dev/null +++ b/2019-setembro/node_modules/tinydate/dist/tinydate.js @@ -0,0 +1,40 @@ +var RGX = /([^{]*?)\w(?=\})/g; + +var MAP = { + YYYY: 'getFullYear', + YY: 'getYear', + MM: function (d) { + return d.getMonth() + 1; + }, + DD: 'getDate', + HH: 'getHours', + mm: 'getMinutes', + ss: 'getSeconds', + fff: 'getMilliseconds' +}; + +module.exports = function (str, custom) { + var parts=[], offset=0; + + str.replace(RGX, function (key, _, idx) { + // save preceding string + parts.push(str.substring(offset, idx - 1)); + offset = idx += key.length + 1; + // save function + parts.push(custom && custom[key] || function (d) { + return ('00' + (typeof MAP[key] === 'string' ? d[MAP[key]]() : MAP[key](d))).slice(-key.length); + }); + }); + + if (offset !== str.length) { + parts.push(str.substring(offset)); + } + + return function (arg) { + var out='', i=0, d=arg||new Date(); + for (; i (lukeed.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/tinydate/package.json b/2019-setembro/node_modules/tinydate/package.json new file mode 100644 index 0000000..8a377c6 --- /dev/null +++ b/2019-setembro/node_modules/tinydate/package.json @@ -0,0 +1,42 @@ +{ + "name": "tinydate", + "version": "1.2.0", + "repository": "lukeed/tinydate", + "description": "A tiny (349B) reusable date formatter. Extremely fast!", + "unpkg": "dist/tinydate.min.js", + "module": "dist/tinydate.mjs", + "main": "dist/tinydate.js", + "license": "MIT", + "author": { + "name": "Luke Edwards", + "email": "luke.edwards05@gmail.com", + "url": "lukeed.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "build": "bundt", + "bench": "node bench", + "prebench": "npm run build", + "pretest": "npm run build", + "test": "tape test/*.js | tap-spec" + }, + "files": [ + "dist" + ], + "keywords": [ + "date", + "datestamp", + "format", + "stamp", + "time", + "timestamp", + "time-stamp" + ], + "devDependencies": { + "bundt": "0.4.0", + "tap-spec": "5.0.0", + "tape": "4.11.0" + } +} diff --git a/2019-setembro/node_modules/tinydate/readme.md b/2019-setembro/node_modules/tinydate/readme.md new file mode 100644 index 0000000..aa15f95 --- /dev/null +++ b/2019-setembro/node_modules/tinydate/readme.md @@ -0,0 +1,104 @@ +# tinydate [![Build Status](https://badgen.now.sh/travis/lukeed/tinydate)](https://travis-ci.org/lukeed/tinydate) + +> A tiny (349B) reusable date formatter. Extremely fast! + +[Demo](https://jsfiddle.net/lukeed/aoy0xeze/) + +Inspired by [`tinytime`][tinytime], this module returns a "render" function that efficiently re-render your deconstructed template. This allows for [incredibly performant](#benchmarks) results! + +However, please notice that this only provides a [limited subset of Date methods](#patterns).
    +If you need more, [`tinytime`][tinytime] or [`date-fns`](https://github.com/date-fns/date-fns) are great alternatives! + +## Install + +``` +$ npm install --save tinydate +``` + + +## Usage + +```js +const tinydate = require('tinydate'); +const fooDate = new Date('5/1/2017, 4:30:09 PM'); + +const stamp = tinydate('Current time: [{HH}:{mm}:{ss}]'); + +stamp(fooDate); +//=> Current time: [16:30:09] + +stamp(); +//=> Current time: [17:09:34] +``` + + +## API + +### tinydate(pattern, dict?)(date?) +Returns: `Function` + +Returns a rendering function that will optionally accept a [`date`](#date) value as its only argument. + +#### pattern +Type: `String`
    +Required: `true` + +The template pattern to be parsed. + +#### dict +Type: `Object`
    +Required: `false` + +A custom dictionary of template patterns. You may override [existing patterns](#patterns) or declare new ones. + +> **Important:** All dictionary items **must be a function** and must control its own formatting.
    For example, when defining your own `{ss}` template, `tinydate` **will not** pad its value to two digits. + +```js +const today = new Date('2019-07-04, 5:30:00 PM'); + +// Example custom dictionary: +// - Adds {MMMM} +// - Overrides {DD} +const stamp = tinydate('Today is: {MMMM} {DD}, {YYYY}', { + MMMM: d => d.toLocaleString('default', { month: 'long' }), + DD: d => d.getDate() +}); + +stamp(today); +//=> 'Today is: July 4, 2019' +``` + +#### date +Type: `Date`
    +Default: `new Date()` + +The date from which to retrieve values. Defaults to current datetime if no value is provided. + + +## Patterns + +- `{YYYY}`: full year; eg: **2017** +- `{YY}`: short year; eg: **17** +- `{MM}`: month; eg: **04** +- `{DD}`: day; eg: **01** +- `{HH}`: hours; eg: **06** (24h) +- `{mm}`: minutes; eg: **59** +- `{ss}`: seconds; eg: **09** +- `{fff}`: milliseconds; eg: **555** + + +## Benchmarks + +``` +# Node v10.13.0 + +tinydate x 160,834,214 ops/sec ±0.21% (96 runs sampled) +tinytime x 44,602,162 ops/sec ±0.34% (97 runs sampled) +time-stamp x 888,153 ops/sec ±1.27% (86 runs sampled) +``` + +## License + +MIT © [Luke Edwards](https://lukeed.com) + +[tinytime]: https://github.com/aweary/tinytime diff --git a/2019-setembro/node_modules/to-object-path/LICENSE b/2019-setembro/node_modules/to-object-path/LICENSE new file mode 100644 index 0000000..1e49edf --- /dev/null +++ b/2019-setembro/node_modules/to-object-path/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-object-path/README.md b/2019-setembro/node_modules/to-object-path/README.md new file mode 100644 index 0000000..7f3cfb1 --- /dev/null +++ b/2019-setembro/node_modules/to-object-path/README.md @@ -0,0 +1,71 @@ +# to-object-path [![NPM version](https://badge.fury.io/js/to-object-path.svg)](http://badge.fury.io/js/to-object-path) + +> Create an object path from a list or array of strings. + +## Install + +Install with [npm](https://www.npmjs.com/) + +```sh +$ npm i to-object-path --save +``` + +## Usage + +```js +var toPath = require('to-object-path'); + +toPath('foo', 'bar', 'baz'); +toPath('foo', ['bar', 'baz']); +//=> 'foo.bar.baz' +``` + +Also supports passing an arguments object (without having to slice args): + +```js +function foo() + return toPath(arguments); +} + +foo('foo', 'bar', 'baz'); +foo('foo', ['bar', 'baz']); +//=> 'foo.bar.baz' +``` + +Visit the [example](./example.js) to see how this could be used in an application. + +## Related projects + +* [get-value](https://www.npmjs.com/package/get-value): Use property paths (` a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value) +* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://www.npmjs.com/package/has-value) | [homepage](https://github.com/jonschlinkert/has-value) +* [omit-value](https://www.npmjs.com/package/omit-value): Omit properties from an object or deeply nested property of an object using object path… [more](https://www.npmjs.com/package/omit-value) | [homepage](https://github.com/jonschlinkert/omit-value) +* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value) +* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value) + +## Running tests + +Install dev dependencies: + +```sh +$ npm i -d && npm test +``` + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/to-object-path/issues/new). + +## Author + +**Jon Schlinkert** + ++ [github/jonschlinkert](https://github.com/jonschlinkert) ++ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2015 Jon Schlinkert +Released under the MIT license. + +*** + +_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 28, 2015._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-object-path/index.js b/2019-setembro/node_modules/to-object-path/index.js new file mode 100644 index 0000000..489f8f6 --- /dev/null +++ b/2019-setembro/node_modules/to-object-path/index.js @@ -0,0 +1,33 @@ +/*! + * to-object-path + * + * Copyright (c) 2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); + +module.exports = function toPath(args) { + if (typeOf(args) !== 'arguments') { + args = arguments; + } + return filter(args).join('.'); +}; + +function filter(arr) { + var len = arr.length; + var idx = -1; + var res = []; + + while (++idx < len) { + var ele = arr[idx]; + if (typeOf(ele) === 'arguments' || Array.isArray(ele)) { + res.push.apply(res, filter(ele)); + } else if (typeof ele === 'string') { + res.push(ele); + } + } + return res; +} diff --git a/2019-setembro/node_modules/to-object-path/package.json b/2019-setembro/node_modules/to-object-path/package.json new file mode 100644 index 0000000..2fe341b --- /dev/null +++ b/2019-setembro/node_modules/to-object-path/package.json @@ -0,0 +1,48 @@ +{ + "name": "to-object-path", + "description": "Create an object path from a list or array of strings.", + "version": "0.3.0", + "homepage": "https://github.com/jonschlinkert/to-object-path", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/to-object-path", + "bugs": { + "url": "https://github.com/jonschlinkert/to-object-path/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "kind-of": "^3.0.2" + }, + "devDependencies": { + "base": "^0.6.7", + "mocha": "*" + }, + "keywords": [ + "dot", + "nested", + "notation", + "object", + "path", + "stringify" + ], + "verb": { + "related": { + "list": [ + "get-value", + "set-value", + "has-value", + "omit-value", + "unset-value" + ] + } + } +} diff --git a/2019-setembro/node_modules/to-regex-range/LICENSE b/2019-setembro/node_modules/to-regex-range/LICENSE new file mode 100644 index 0000000..83b56e7 --- /dev/null +++ b/2019-setembro/node_modules/to-regex-range/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-regex-range/README.md b/2019-setembro/node_modules/to-regex-range/README.md new file mode 100644 index 0000000..2763c5a --- /dev/null +++ b/2019-setembro/node_modules/to-regex-range/README.md @@ -0,0 +1,281 @@ +# to-regex-range [![NPM version](https://img.shields.io/npm/v/to-regex-range.svg?style=flat)](https://www.npmjs.com/package/to-regex-range) [![NPM monthly downloads](https://img.shields.io/npm/dm/to-regex-range.svg?style=flat)](https://npmjs.org/package/to-regex-range) [![NPM total downloads](https://img.shields.io/npm/dt/to-regex-range.svg?style=flat)](https://npmjs.org/package/to-regex-range) [![Linux Build Status](https://img.shields.io/travis/micromatch/to-regex-range.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/to-regex-range) + +> Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save to-regex-range +``` + +Install with [yarn](https://yarnpkg.com): + +```sh +$ yarn add to-regex-range +``` + +
    +What does this do? + +
    + +This libary generates the `source` string to be passed to `new RegExp()` for matching a range of numbers. + +**Example** + +```js +var toRegexRange = require('to-regex-range'); +var regex = new RegExp(toRegexRange('15', '95')); +``` + +A string is returned so that you can do whatever you need with it before passing it to `new RegExp()` (like adding `^` or `$` boundaries, defining flags, or combining it another string). + +
    + +
    + +
    +Why use this library? + +
    + +### Convenience + +Creating regular expressions for matching numbers gets deceptively complicated pretty fast. + +For example, let's say you need a validation regex for matching part of a user-id, postal code, social security number, tax id, etc: + +* regex for matching `1` => `/1/` (easy enough) +* regex for matching `1` through `5` => `/[1-5]/` (not bad...) +* regex for matching `1` or `5` => `/(1|5)/` (still easy...) +* regex for matching `1` through `50` => `/([1-9]|[1-4][0-9]|50)/` (uh-oh...) +* regex for matching `1` through `55` => `/([1-9]|[1-4][0-9]|5[0-5])/` (no prob, I can do this...) +* regex for matching `1` through `555` => `/([1-9]|[1-9][0-9]|[1-4][0-9]{2}|5[0-4][0-9]|55[0-5])/` (maybe not...) +* regex for matching `0001` through `5555` => `/(0{3}[1-9]|0{2}[1-9][0-9]|0[1-9][0-9]{2}|[1-4][0-9]{3}|5[0-4][0-9]{2}|55[0-4][0-9]|555[0-5])/` (okay, I get the point!) + +The numbers are contrived, but they're also really basic. In the real world you might need to generate a regex on-the-fly for validation. + +**Learn more** + +If you're interested in learning more about [character classes](http://www.regular-expressions.info/charclass.html) and other regex features, I personally have always found [regular-expressions.info](http://www.regular-expressions.info/charclass.html) to be pretty useful. + +### Heavily tested + +As of April 27, 2017, this library runs [2,783,483 test assertions](./test/test.js) against generated regex-ranges to provide brute-force verification that results are indeed correct. + +Tests run in ~870ms on my MacBook Pro, 2.5 GHz Intel Core i7. + +### Highly optimized + +Generated regular expressions are highly optimized: + +* duplicate sequences and character classes are reduced using quantifiers +* smart enough to use `?` conditionals when number(s) or range(s) can be positive or negative +* uses fragment caching to avoid processing the same exact string more than once + +
    + +
    + +## Usage + +Add this library to your javascript application with the following line of code + +```js +var toRegexRange = require('to-regex-range'); +``` + +The main export is a function that takes two integers: the `min` value and `max` value (formatted as strings or numbers). + +```js +var source = toRegexRange('15', '95'); +//=> 1[5-9]|[2-8][0-9]|9[0-5] + +var re = new RegExp('^' + source + '$'); +console.log(re.test('14')); //=> false +console.log(re.test('50')); //=> true +console.log(re.test('94')); //=> true +console.log(re.test('96')); //=> false +``` + +## Options + +### options.capture + +**Type**: `boolean` + +**Deafault**: `undefined` + +Wrap the returned value in parentheses when there is more than one regex condition. Useful when you're dynamically generating ranges. + +```js +console.log(toRegexRange('-10', '10')); +//=> -[1-9]|-?10|[0-9] + +console.log(toRegexRange('-10', '10', {capture: true})); +//=> (-[1-9]|-?10|[0-9]) +``` + +### options.shorthand + +**Type**: `boolean` + +**Deafault**: `undefined` + +Use the regex shorthand for `[0-9]`: + +```js +console.log(toRegexRange('0', '999999')); +//=> [0-9]|[1-9][0-9]{1,5} + +console.log(toRegexRange('0', '999999', {shorthand: true})); +//=> \d|[1-9]\d{1,5} +``` + +### options.relaxZeros + +**Type**: `boolean` + +**Default**: `true` + +This option only applies to **negative zero-padded ranges**. By default, when a negative zero-padded range is defined, the number of leading zeros is relaxed using `-0*`. + +```js +console.log(toRegexRange('-001', '100')); +//=> -0*1|0{2}[0-9]|0[1-9][0-9]|100 + +console.log(toRegexRange('-001', '100', {relaxZeros: false})); +//=> -0{2}1|0{2}[0-9]|0[1-9][0-9]|100 +``` + +
    +Why are zeros relaxed for negative zero-padded ranges by default? + +Consider the following. + +```js +var regex = toRegexRange('-001', '100'); +``` + +_Note that `-001` and `100` are both three digits long_. + +In most zero-padding implementations, only a single leading zero is enough to indicate that zero-padding should be applied. Thus, the leading zeros would be "corrected" on the negative range in the example to `-01`, instead of `-001`, to make total length of each string no greater than the length of the largest number in the range (in other words, `-001` is 4 digits, but `100` is only three digits). + +If zeros were not relaxed by default, you might expect the resulting regex of the above pattern to match `-001` - given that it's defined that way in the arguments - _but it wouldn't_. It would, however, match `-01`. This gets even more ambiguous with large ranges, like `-01` to `1000000`. + +Thus, we relax zeros by default to provide a more predictable experience for users. + +
    + +## Examples + +| **Range** | **Result** | **Compile time** | +| --- | --- | --- | +| `toRegexRange('5, 5')` | `5` | _33μs_ | +| `toRegexRange('5, 6')` | `5\|6` | _53μs_ | +| `toRegexRange('29, 51')` | `29\|[34][0-9]\|5[01]` | _699μs_ | +| `toRegexRange('31, 877')` | `3[1-9]\|[4-9][0-9]\|[1-7][0-9]{2}\|8[0-6][0-9]\|87[0-7]` | _711μs_ | +| `toRegexRange('111, 555')` | `11[1-9]\|1[2-9][0-9]\|[2-4][0-9]{2}\|5[0-4][0-9]\|55[0-5]` | _62μs_ | +| `toRegexRange('-10, 10')` | `-[1-9]\|-?10\|[0-9]` | _74μs_ | +| `toRegexRange('-100, -10')` | `-1[0-9]\|-[2-9][0-9]\|-100` | _49μs_ | +| `toRegexRange('-100, 100')` | `-[1-9]\|-?[1-9][0-9]\|-?100\|[0-9]` | _45μs_ | +| `toRegexRange('001, 100')` | `0{2}[1-9]\|0[1-9][0-9]\|100` | _158μs_ | +| `toRegexRange('0010, 1000')` | `0{2}1[0-9]\|0{2}[2-9][0-9]\|0[1-9][0-9]{2}\|1000` | _61μs_ | +| `toRegexRange('1, 2')` | `1\|2` | _10μs_ | +| `toRegexRange('1, 5')` | `[1-5]` | _24μs_ | +| `toRegexRange('1, 10')` | `[1-9]\|10` | _23μs_ | +| `toRegexRange('1, 100')` | `[1-9]\|[1-9][0-9]\|100` | _30μs_ | +| `toRegexRange('1, 1000')` | `[1-9]\|[1-9][0-9]{1,2}\|1000` | _52μs_ | +| `toRegexRange('1, 10000')` | `[1-9]\|[1-9][0-9]{1,3}\|10000` | _47μs_ | +| `toRegexRange('1, 100000')` | `[1-9]\|[1-9][0-9]{1,4}\|100000` | _44μs_ | +| `toRegexRange('1, 1000000')` | `[1-9]\|[1-9][0-9]{1,5}\|1000000` | _49μs_ | +| `toRegexRange('1, 10000000')` | `[1-9]\|[1-9][0-9]{1,6}\|10000000` | _63μs_ | + +## Heads up! + +**Order of arguments** + +When the `min` is larger than the `max`, values will be flipped to create a valid range: + +```js +toRegexRange('51', '29'); +``` + +Is effectively flipped to: + +```js +toRegexRange('29', '51'); +//=> 29|[3-4][0-9]|5[0-1] +``` + +**Steps / increments** + +This library does not support steps (increments). A pr to add support would be welcome. + +## History + +### v2.0.0 - 2017-04-21 + +**New features** + +Adds support for zero-padding! + +### v1.0.0 + +**Optimizations** + +Repeating ranges are now grouped using quantifiers. rocessing time is roughly the same, but the generated regex is much smaller, which should result in faster matching. + +## Attribution + +Inspired by the python library [range-regex](https://github.com/dimka665/range-regex). + +## About + +### Related projects + +* [expand-range](https://www.npmjs.com/package/expand-range): Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See… [more](https://github.com/jonschlinkert/expand-range) | [homepage](https://github.com/jonschlinkert/expand-range "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.") +* [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`") +* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.") +* [repeat-element](https://www.npmjs.com/package/repeat-element): Create an array by repeating the given value n times. | [homepage](https://github.com/jonschlinkert/repeat-element "Create an array by repeating the given value n times.") +* [repeat-string](https://www.npmjs.com/package/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string. | [homepage](https://github.com/jonschlinkert/repeat-string "Repeat the given string n times. Fastest implementation for repeating a string.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on April 27, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex-range/index.js b/2019-setembro/node_modules/to-regex-range/index.js new file mode 100644 index 0000000..7bb5a74 --- /dev/null +++ b/2019-setembro/node_modules/to-regex-range/index.js @@ -0,0 +1,294 @@ +/*! + * to-regex-range + * + * Copyright (c) 2015, 2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var repeat = require('repeat-string'); +var isNumber = require('is-number'); +var cache = {}; + +function toRegexRange(min, max, options) { + if (isNumber(min) === false) { + throw new RangeError('toRegexRange: first argument is invalid.'); + } + + if (typeof max === 'undefined' || min === max) { + return String(min); + } + + if (isNumber(max) === false) { + throw new RangeError('toRegexRange: second argument is invalid.'); + } + + options = options || {}; + var relax = String(options.relaxZeros); + var shorthand = String(options.shorthand); + var capture = String(options.capture); + var key = min + ':' + max + '=' + relax + shorthand + capture; + if (cache.hasOwnProperty(key)) { + return cache[key].result; + } + + var a = Math.min(min, max); + var b = Math.max(min, max); + + if (Math.abs(a - b) === 1) { + var result = min + '|' + max; + if (options.capture) { + return '(' + result + ')'; + } + return result; + } + + var isPadded = padding(min) || padding(max); + var positives = []; + var negatives = []; + + var tok = {min: min, max: max, a: a, b: b}; + if (isPadded) { + tok.isPadded = isPadded; + tok.maxLen = String(tok.max).length; + } + + if (a < 0) { + var newMin = b < 0 ? Math.abs(b) : 1; + var newMax = Math.abs(a); + negatives = splitToPatterns(newMin, newMax, tok, options); + a = tok.a = 0; + } + + if (b >= 0) { + positives = splitToPatterns(a, b, tok, options); + } + + tok.negatives = negatives; + tok.positives = positives; + tok.result = siftPatterns(negatives, positives, options); + + if (options.capture && (positives.length + negatives.length) > 1) { + tok.result = '(' + tok.result + ')'; + } + + cache[key] = tok; + return tok.result; +} + +function siftPatterns(neg, pos, options) { + var onlyNegative = filterPatterns(neg, pos, '-', false, options) || []; + var onlyPositive = filterPatterns(pos, neg, '', false, options) || []; + var intersected = filterPatterns(neg, pos, '-?', true, options) || []; + var subpatterns = onlyNegative.concat(intersected).concat(onlyPositive); + return subpatterns.join('|'); +} + +function splitToRanges(min, max) { + min = Number(min); + max = Number(max); + + var nines = 1; + var stops = [max]; + var stop = +countNines(min, nines); + + while (min <= stop && stop <= max) { + stops = push(stops, stop); + nines += 1; + stop = +countNines(min, nines); + } + + var zeros = 1; + stop = countZeros(max + 1, zeros) - 1; + + while (min < stop && stop <= max) { + stops = push(stops, stop); + zeros += 1; + stop = countZeros(max + 1, zeros) - 1; + } + + stops.sort(compare); + return stops; +} + +/** + * Convert a range to a regex pattern + * @param {Number} `start` + * @param {Number} `stop` + * @return {String} + */ + +function rangeToPattern(start, stop, options) { + if (start === stop) { + return {pattern: String(start), digits: []}; + } + + var zipped = zip(String(start), String(stop)); + var len = zipped.length, i = -1; + + var pattern = ''; + var digits = 0; + + while (++i < len) { + var numbers = zipped[i]; + var startDigit = numbers[0]; + var stopDigit = numbers[1]; + + if (startDigit === stopDigit) { + pattern += startDigit; + + } else if (startDigit !== '0' || stopDigit !== '9') { + pattern += toCharacterClass(startDigit, stopDigit); + + } else { + digits += 1; + } + } + + if (digits) { + pattern += options.shorthand ? '\\d' : '[0-9]'; + } + + return { pattern: pattern, digits: [digits] }; +} + +function splitToPatterns(min, max, tok, options) { + var ranges = splitToRanges(min, max); + var len = ranges.length; + var idx = -1; + + var tokens = []; + var start = min; + var prev; + + while (++idx < len) { + var range = ranges[idx]; + var obj = rangeToPattern(start, range, options); + var zeros = ''; + + if (!tok.isPadded && prev && prev.pattern === obj.pattern) { + if (prev.digits.length > 1) { + prev.digits.pop(); + } + prev.digits.push(obj.digits[0]); + prev.string = prev.pattern + toQuantifier(prev.digits); + start = range + 1; + continue; + } + + if (tok.isPadded) { + zeros = padZeros(range, tok); + } + + obj.string = zeros + obj.pattern + toQuantifier(obj.digits); + tokens.push(obj); + start = range + 1; + prev = obj; + } + + return tokens; +} + +function filterPatterns(arr, comparison, prefix, intersection, options) { + var res = []; + + for (var i = 0; i < arr.length; i++) { + var tok = arr[i]; + var ele = tok.string; + + if (options.relaxZeros !== false) { + if (prefix === '-' && ele.charAt(0) === '0') { + if (ele.charAt(1) === '{') { + ele = '0*' + ele.replace(/^0\{\d+\}/, ''); + } else { + ele = '0*' + ele.slice(1); + } + } + } + + if (!intersection && !contains(comparison, 'string', ele)) { + res.push(prefix + ele); + } + + if (intersection && contains(comparison, 'string', ele)) { + res.push(prefix + ele); + } + } + return res; +} + +/** + * Zip strings (`for in` can be used on string characters) + */ + +function zip(a, b) { + var arr = []; + for (var ch in a) arr.push([a[ch], b[ch]]); + return arr; +} + +function compare(a, b) { + return a > b ? 1 : b > a ? -1 : 0; +} + +function push(arr, ele) { + if (arr.indexOf(ele) === -1) arr.push(ele); + return arr; +} + +function contains(arr, key, val) { + for (var i = 0; i < arr.length; i++) { + if (arr[i][key] === val) { + return true; + } + } + return false; +} + +function countNines(min, len) { + return String(min).slice(0, -len) + repeat('9', len); +} + +function countZeros(integer, zeros) { + return integer - (integer % Math.pow(10, zeros)); +} + +function toQuantifier(digits) { + var start = digits[0]; + var stop = digits[1] ? (',' + digits[1]) : ''; + if (!stop && (!start || start === 1)) { + return ''; + } + return '{' + start + stop + '}'; +} + +function toCharacterClass(a, b) { + return '[' + a + ((b - a === 1) ? '' : '-') + b + ']'; +} + +function padding(str) { + return /^-?(0+)\d/.exec(str); +} + +function padZeros(val, tok) { + if (tok.isPadded) { + var diff = Math.abs(tok.maxLen - String(val).length); + switch (diff) { + case 0: + return ''; + case 1: + return '0'; + default: { + return '0{' + diff + '}'; + } + } + } + return val; +} + +/** + * Expose `toRegexRange` + */ + +module.exports = toRegexRange; diff --git a/2019-setembro/node_modules/to-regex-range/package.json b/2019-setembro/node_modules/to-regex-range/package.json new file mode 100644 index 0000000..6c8e6b1 --- /dev/null +++ b/2019-setembro/node_modules/to-regex-range/package.json @@ -0,0 +1,86 @@ +{ + "name": "to-regex-range", + "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.", + "version": "2.1.1", + "homepage": "https://github.com/micromatch/to-regex-range", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "micromatch/to-regex-range", + "bugs": { + "url": "https://github.com/micromatch/to-regex-range/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "devDependencies": { + "fill-range": "^3.1.1", + "gulp-format-md": "^0.1.12", + "mocha": "^3.2.0", + "text-table": "^0.2.0", + "time-diff": "^0.3.1" + }, + "keywords": [ + "alpha", + "alphabetical", + "bash", + "brace", + "date", + "expand", + "expansion", + "glob", + "match", + "matches", + "matching", + "number", + "numerical", + "range", + "ranges", + "regex", + "sequence", + "sh", + "to", + "year" + ], + "verb": { + "related": { + "list": [ + "expand-range", + "fill-range", + "micromatch", + "repeat-element", + "repeat-string" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "helpers": [ + "./examples.js" + ], + "reflinks": [ + "0-5", + "0-9", + "1-5", + "1-9" + ] + } +} diff --git a/2019-setembro/node_modules/to-regex/LICENSE b/2019-setembro/node_modules/to-regex/LICENSE new file mode 100644 index 0000000..7c9987b --- /dev/null +++ b/2019-setembro/node_modules/to-regex/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-regex/README.md b/2019-setembro/node_modules/to-regex/README.md new file mode 100644 index 0000000..5a28fc3 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/README.md @@ -0,0 +1,205 @@ +# to-regex [![NPM version](https://img.shields.io/npm/v/to-regex.svg?style=flat)](https://www.npmjs.com/package/to-regex) [![NPM monthly downloads](https://img.shields.io/npm/dm/to-regex.svg?style=flat)](https://npmjs.org/package/to-regex) [![NPM total downloads](https://img.shields.io/npm/dt/to-regex.svg?style=flat)](https://npmjs.org/package/to-regex) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/to-regex.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/to-regex) + +> Generate a regex from a string or array of strings. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +- [Install](#install) +- [Usage](#usage) +- [Options](#options) + * [options.contains](#optionscontains) + * [options.negate](#optionsnegate) + * [options.nocase](#optionsnocase) + * [options.flags](#optionsflags) + * [options.cache](#optionscache) + * [options.safe](#optionssafe) +- [About](#about) + * [Related projects](#related-projects) + * [Author](#author) + * [License](#license) + +_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_ + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save to-regex +``` + +## Usage + +```js +var toRegex = require('to-regex'); + +console.log(toRegex('foo')); +//=> /^(?:foo)$/ + +console.log(toRegex('foo', {negate: true})); +//=> /^(?:(?:(?!^(?:foo)$).)*)$/ + +console.log(toRegex('foo', {contains: true})); +//=> /(?:foo)/ + +console.log(toRegex(['foo', 'bar'], {negate: true})); +//=> /^(?:(?:(?!^(?:(?:foo)|(?:bar))$).)*)$/ + +console.log(toRegex(['foo', 'bar'], {negate: true, contains: true})); +//=> /^(?:(?:(?!(?:(?:foo)|(?:bar))).)*)$/ +``` + +## Options + +### options.contains + +**Type**: `Boolean` + +**Default**: `undefined` + +Generate a regex that will match any string that _contains_ the given pattern. By default, regex is strict will only return true for exact matches. + +```js +var toRegex = require('to-regex'); +console.log(toRegex('foo', {contains: true})); +//=> /(?:foo)/ +``` + +### options.negate + +**Type**: `Boolean` + +**Default**: `undefined` + +Create a regex that will match everything except the given pattern. + +```js +var toRegex = require('to-regex'); +console.log(toRegex('foo', {negate: true})); +//=> /^(?:(?:(?!^(?:foo)$).)*)$/ +``` + +### options.nocase + +**Type**: `Boolean` + +**Default**: `undefined` + +Adds the `i` flag, to enable case-insensitive matching. + +```js +var toRegex = require('to-regex'); +console.log(toRegex('foo', {nocase: true})); +//=> /^(?:foo)$/i +``` + +Alternatively you can pass the flags you want directly on [options.flags](#options.flags). + +### options.flags + +**Type**: `String` + +**Default**: `undefined` + +Define the flags you want to use on the generated regex. + +```js +var toRegex = require('to-regex'); +console.log(toRegex('foo', {flags: 'gm'})); +//=> /^(?:foo)$/gm +console.log(toRegex('foo', {flags: 'gmi', nocase: true})); //<= handles redundancy +//=> /^(?:foo)$/gmi +``` + +### options.cache + +**Type**: `Boolean` + +**Default**: `true` + +Generated regex is cached based on the provided string and options. As a result, runtime compilation only happens once per pattern (as long as options are also the same), which can result in dramatic speed improvements. + +This also helps with debugging, since adding options and pattern are added to the generated regex. + +**Disable caching** + +```js +toRegex('foo', {cache: false}); +``` + +### options.safe + +**Type**: `Boolean` + +**Default**: `undefined` + +Check the generated regular expression with [safe-regex](https://github.com/substack/safe-regex) and throw an error if the regex is potentially unsafe. + +**Examples** + +```js +console.log(toRegex('(x+x+)+y')); +//=> /^(?:(x+x+)+y)$/ + +// The following would throw an error +toRegex('(x+x+)+y', {safe: true}); +``` + +## About + +
    +Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
    + +
    +Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
    + +
    +Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
    + +### Related projects + +You might also be interested in these projects: + +* [has-glob](https://www.npmjs.com/package/has-glob): Returns `true` if an array has a glob pattern. | [homepage](https://github.com/jonschlinkert/has-glob "Returns `true` if an array has a glob pattern.") +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [path-regex](https://www.npmjs.com/package/path-regex): Regular expression for matching the parts of a file path. | [homepage](https://github.com/regexps/path-regex "Regular expression for matching the parts of a file path.") +* [to-regex-range](https://www.npmjs.com/package/to-regex-range): Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than… [more](https://github.com/micromatch/to-regex-range) | [homepage](https://github.com/micromatch/to-regex-range "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.") + +### Author + +**Jon Schlinkert** + +* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on February 24, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/index.js b/2019-setembro/node_modules/to-regex/index.js new file mode 100644 index 0000000..a87d015 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/index.js @@ -0,0 +1,155 @@ +'use strict'; + +var safe = require('safe-regex'); +var define = require('define-property'); +var extend = require('extend-shallow'); +var not = require('regex-not'); +var MAX_LENGTH = 1024 * 64; + +/** + * Session cache + */ + +var cache = {}; + +/** + * Create a regular expression from the given `pattern` string. + * + * @param {String|RegExp} `pattern` Pattern can be a string or regular expression. + * @param {Object} `options` + * @return {RegExp} + * @api public + */ + +module.exports = function(patterns, options) { + if (!Array.isArray(patterns)) { + return makeRe(patterns, options); + } + return makeRe(patterns.join('|'), options); +}; + +/** + * Create a regular expression from the given `pattern` string. + * + * @param {String|RegExp} `pattern` Pattern can be a string or regular expression. + * @param {Object} `options` + * @return {RegExp} + * @api public + */ + +function makeRe(pattern, options) { + if (pattern instanceof RegExp) { + return pattern; + } + + if (typeof pattern !== 'string') { + throw new TypeError('expected a string'); + } + + if (pattern.length > MAX_LENGTH) { + throw new Error('expected pattern to be less than ' + MAX_LENGTH + ' characters'); + } + + var key = pattern; + // do this before shallow cloning options, it's a lot faster + if (!options || (options && options.cache !== false)) { + key = createKey(pattern, options); + + if (cache.hasOwnProperty(key)) { + return cache[key]; + } + } + + var opts = extend({}, options); + if (opts.contains === true) { + if (opts.negate === true) { + opts.strictNegate = false; + } else { + opts.strict = false; + } + } + + if (opts.strict === false) { + opts.strictOpen = false; + opts.strictClose = false; + } + + var open = opts.strictOpen !== false ? '^' : ''; + var close = opts.strictClose !== false ? '$' : ''; + var flags = opts.flags || ''; + var regex; + + if (opts.nocase === true && !/i/.test(flags)) { + flags += 'i'; + } + + try { + if (opts.negate || typeof opts.strictNegate === 'boolean') { + pattern = not.create(pattern, opts); + } + + var str = open + '(?:' + pattern + ')' + close; + regex = new RegExp(str, flags); + + if (opts.safe === true && safe(regex) === false) { + throw new Error('potentially unsafe regular expression: ' + regex.source); + } + + } catch (err) { + if (opts.strictErrors === true || opts.safe === true) { + err.key = key; + err.pattern = pattern; + err.originalOptions = options; + err.createdOptions = opts; + throw err; + } + + try { + regex = new RegExp('^' + pattern.replace(/(\W)/g, '\\$1') + '$'); + } catch (err) { + regex = /.^/; //<= match nothing + } + } + + if (opts.cache !== false) { + memoize(regex, key, pattern, opts); + } + return regex; +} + +/** + * Memoize generated regex. This can result in dramatic speed improvements + * and simplify debugging by adding options and pattern to the regex. It can be + * disabled by passing setting `options.cache` to false. + */ + +function memoize(regex, key, pattern, options) { + define(regex, 'cached', true); + define(regex, 'pattern', pattern); + define(regex, 'options', options); + define(regex, 'key', key); + cache[key] = regex; +} + +/** + * Create the key to use for memoization. The key is generated + * by iterating over the options and concatenating key-value pairs + * to the pattern string. + */ + +function createKey(pattern, options) { + if (!options) return pattern; + var key = pattern; + for (var prop in options) { + if (options.hasOwnProperty(prop)) { + key += ';' + prop + '=' + String(options[prop]); + } + } + return key; +} + +/** + * Expose `makeRe` + */ + +module.exports.makeRe = makeRe; diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/CHANGELOG.md b/2019-setembro/node_modules/to-regex/node_modules/define-property/CHANGELOG.md new file mode 100644 index 0000000..901c8aa --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/define-property/CHANGELOG.md @@ -0,0 +1,82 @@ +# Release history + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +
    + Guiding Principles + +- Changelogs are for humans, not machines. +- There should be an entry for every single version. +- The same types of changes should be grouped. +- Versions and sections should be linkable. +- The latest version comes first. +- The release date of each versions is displayed. +- Mention whether you follow Semantic Versioning. + +
    + +
    + Types of changes + +Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): + +- `Added` for new features. +- `Changed` for changes in existing functionality. +- `Deprecated` for soon-to-be removed features. +- `Removed` for now removed features. +- `Fixed` for any bug fixes. +- `Security` in case of vulnerabilities. + +
    + +## [2.0.0] - 2017-04-20 + +### Changed + +- Now supports data descriptors in addition to accessor descriptors. +- Now uses [Reflect.defineProperty][reflect] when available, otherwise falls back to [Object.defineProperty][object]. + +## [1.0.0] - 2017-04-20 + +- stable release + +## [0.2.5] - 2015-08-31 + +- use is-descriptor + +## [0.2.3] - 2015-08-29 + +- check keys length + +## [0.2.2] - 2015-08-27 + +- ensure val is an object + +## [0.2.1] - 2015-08-27 + +- support functions + +## [0.2.0] - 2015-08-27 + +- support get/set +- update docs + +## [0.1.0] - 2015-08-12 + +- first commit + +[2.0.0]: https://github.com/jonschlinkert/define-property/compare/1.0.0...2.0.0 +[1.0.0]: https://github.com/jonschlinkert/define-property/compare/0.2.5...1.0.0 +[0.2.5]: https://github.com/jonschlinkert/define-property/compare/0.2.3...0.2.5 +[0.2.3]: https://github.com/jonschlinkert/define-property/compare/0.2.2...0.2.3 +[0.2.2]: https://github.com/jonschlinkert/define-property/compare/0.2.1...0.2.2 +[0.2.1]: https://github.com/jonschlinkert/define-property/compare/0.2.0...0.2.1 +[0.2.0]: https://github.com/jonschlinkert/define-property/compare/0.1.3...0.2.0 + +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog + +[object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty +[reflect]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/LICENSE b/2019-setembro/node_modules/to-regex/node_modules/define-property/LICENSE new file mode 100644 index 0000000..f8de063 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/define-property/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2018, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/README.md b/2019-setembro/node_modules/to-regex/node_modules/define-property/README.md new file mode 100644 index 0000000..f1ee8f9 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/define-property/README.md @@ -0,0 +1,117 @@ +# define-property [![NPM version](https://img.shields.io/npm/v/define-property.svg?style=flat)](https://www.npmjs.com/package/define-property) [![NPM monthly downloads](https://img.shields.io/npm/dm/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![NPM total downloads](https://img.shields.io/npm/dt/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/define-property.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/define-property) + +> Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save define-property +``` + +## Release history + +See [the CHANGELOG](changelog.md) for updates. + +## Usage + +**Params** + +* `object`: The object on which to define the property. +* `key`: The name of the property to be defined or modified. +* `value`: The value or descriptor of the property being defined or modified. + +```js +var define = require('define-property'); +var obj = {}; +define(obj, 'foo', function(val) { + return val.toUpperCase(); +}); + +// by default, defined properties are non-enumberable +console.log(obj); +//=> {} + +console.log(obj.foo('bar')); +//=> 'BAR' +``` + +**defining setters/getters** + +Pass the same properties you would if using [Object.defineProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty) or [Reflect.defineProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty). + +```js +define(obj, 'foo', { + set: function() {}, + get: function() {} +}); +``` + +## About + +
    +Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
    + +
    +Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
    + +
    +Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
    + +### Related projects + +You might also be interested in these projects: + +* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") +* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") +* [mixin-deep](https://www.npmjs.com/package/mixin-deep): Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. | [homepage](https://github.com/jonschlinkert/mixin-deep "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 28 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [doowb](https://github.com/doowb) | + +### Author + +**Jon Schlinkert** + +* Connect with me on [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* Follow me on [github/jonschlinkert](https://github.com/jonschlinkert) +* Follow me on [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on January 25, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/index.js b/2019-setembro/node_modules/to-regex/node_modules/define-property/index.js new file mode 100644 index 0000000..0efa0a9 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/define-property/index.js @@ -0,0 +1,38 @@ +/*! + * define-property + * + * Copyright (c) 2015-2018, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isobject = require('isobject'); +var isDescriptor = require('is-descriptor'); +var define = (typeof Reflect !== 'undefined' && Reflect.defineProperty) + ? Reflect.defineProperty + : Object.defineProperty; + +module.exports = function defineProperty(obj, key, val) { + if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { + throw new TypeError('expected an object, function, or array'); + } + + if (typeof key !== 'string') { + throw new TypeError('expected "key" to be a string'); + } + + if (isDescriptor(val)) { + define(obj, key, val); + return obj; + } + + define(obj, key, { + configurable: true, + enumerable: false, + writable: true, + value: val + }); + + return obj; +}; diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/package.json b/2019-setembro/node_modules/to-regex/node_modules/define-property/package.json new file mode 100644 index 0000000..f8fd21c --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/define-property/package.json @@ -0,0 +1,67 @@ +{ + "name": "define-property", + "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.", + "version": "2.0.2", + "homepage": "https://github.com/jonschlinkert/define-property", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/define-property", + "bugs": { + "url": "https://github.com/jonschlinkert/define-property/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "keywords": [ + "define", + "define-property", + "enumerable", + "key", + "non", + "non-enumerable", + "object", + "prop", + "property", + "value" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "assign-deep", + "extend-shallow", + "merge-deep", + "mixin-deep" + ] + }, + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/LICENSE b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/LICENSE new file mode 100644 index 0000000..99c9369 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2015, 2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/README.md b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/README.md new file mode 100644 index 0000000..dee226f --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/README.md @@ -0,0 +1,97 @@ +# extend-shallow [![NPM version](https://img.shields.io/npm/v/extend-shallow.svg?style=flat)](https://www.npmjs.com/package/extend-shallow) [![NPM monthly downloads](https://img.shields.io/npm/dm/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![NPM total downloads](https://img.shields.io/npm/dt/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extend-shallow.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extend-shallow) + +> Extend an object with the properties of additional objects. node.js/javascript util. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save extend-shallow +``` + +## Usage + +```js +var extend = require('extend-shallow'); + +extend({a: 'b'}, {c: 'd'}) +//=> {a: 'b', c: 'd'} +``` + +Pass an empty object to shallow clone: + +```js +var obj = {}; +extend(obj, {a: 'b'}, {c: 'd'}) +//=> {a: 'b', c: 'd'} +``` + +## About + +
    +Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
    + +
    +Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
    + +
    +Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
    + +### Related projects + +You might also be interested in these projects: + +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") +* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js") +* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 33 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [pdehaan](https://github.com/pdehaan) | + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/index.js b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/index.js new file mode 100644 index 0000000..c9582f8 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/index.js @@ -0,0 +1,60 @@ +'use strict'; + +var isExtendable = require('is-extendable'); +var assignSymbols = require('assign-symbols'); + +module.exports = Object.assign || function(obj/*, objects*/) { + if (obj === null || typeof obj === 'undefined') { + throw new TypeError('Cannot convert undefined or null to object'); + } + if (!isObject(obj)) { + obj = {}; + } + for (var i = 1; i < arguments.length; i++) { + var val = arguments[i]; + if (isString(val)) { + val = toObject(val); + } + if (isObject(val)) { + assign(obj, val); + assignSymbols(obj, val); + } + } + return obj; +}; + +function assign(a, b) { + for (var key in b) { + if (hasOwn(b, key)) { + a[key] = b[key]; + } + } +} + +function isString(val) { + return (val && typeof val === 'string'); +} + +function toObject(str) { + var obj = {}; + for (var i in str) { + obj[i] = str[i]; + } + return obj; +} + +function isObject(val) { + return (val && typeof val === 'object') || isExtendable(val); +} + +/** + * Returns true if the given `key` is an own property of `obj`. + */ + +function hasOwn(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); +} + +function isEnum(obj, key) { + return Object.prototype.propertyIsEnumerable.call(obj, key); +} diff --git a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/package.json b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/package.json new file mode 100644 index 0000000..e5e9105 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/package.json @@ -0,0 +1,83 @@ +{ + "name": "extend-shallow", + "description": "Extend an object with the properties of additional objects. node.js/javascript util.", + "version": "3.0.2", + "homepage": "https://github.com/jonschlinkert/extend-shallow", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Peter deHaan (http://about.me/peterdehaan)" + ], + "repository": "jonschlinkert/extend-shallow", + "bugs": { + "url": "https://github.com/jonschlinkert/extend-shallow/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "devDependencies": { + "array-slice": "^1.0.0", + "benchmarked": "^2.0.0", + "for-own": "^1.0.0", + "gulp-format-md": "^1.0.0", + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.1", + "minimist": "^1.2.0", + "mocha": "^3.5.3", + "object-assign": "^4.1.1" + }, + "keywords": [ + "assign", + "clone", + "extend", + "merge", + "obj", + "object", + "object-assign", + "object.assign", + "prop", + "properties", + "property", + "props", + "shallow", + "util", + "utility", + "utils", + "value" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "related": { + "list": [ + "extend-shallow", + "for-in", + "for-own", + "is-plain-object", + "isobject", + "kind-of" + ] + }, + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/LICENSE b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/LICENSE new file mode 100644 index 0000000..c0d7f13 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/README.md b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/README.md new file mode 100644 index 0000000..875b56a --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/README.md @@ -0,0 +1,88 @@ +# is-extendable [![NPM version](https://img.shields.io/npm/v/is-extendable.svg?style=flat)](https://www.npmjs.com/package/is-extendable) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![NPM total downloads](https://img.shields.io/npm/dt/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-extendable.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-extendable) + +> Returns true if a value is a plain object, array or function. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-extendable +``` + +## Usage + +```js +var isExtendable = require('is-extendable'); +``` + +Returns true if the value is any of the following: + +* array +* plain object +* function + +## Notes + +All objects in JavaScript can have keys, but it's a pain to check for this, since we ether need to verify that the value is not `null` or `undefined` and: + +* the value is not a primitive, or +* that the object is a plain object, function or array + +Also note that an `extendable` object is not the same as an [extensible object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible), which is one that (in es6) is not sealed, frozen, or marked as non-extensible using `preventExtensions`. + +## Release history + +### v1.0.0 - 2017/07/20 + +**Breaking changes** + +* No longer considers date, regex or error objects to be extendable + +## About + +### Related projects + +* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") +* [is-equal-shallow](https://www.npmjs.com/package/is-equal-shallow): Does a shallow comparison of two objects, returning false if the keys or values differ. | [homepage](https://github.com/jonschlinkert/is-equal-shallow "Does a shallow comparison of two objects, returning false if the keys or values differ.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 20, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.d.ts b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.d.ts new file mode 100644 index 0000000..b96d507 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.d.ts @@ -0,0 +1,5 @@ +export = isExtendable; + +declare function isExtendable(val: any): boolean; + +declare namespace isExtendable {} diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.js b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.js new file mode 100644 index 0000000..a8b26ad --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.js @@ -0,0 +1,14 @@ +/*! + * is-extendable + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isPlainObject = require('is-plain-object'); + +module.exports = function isExtendable(val) { + return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); +}; diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/package.json b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/package.json new file mode 100644 index 0000000..2aaab65 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/package.json @@ -0,0 +1,67 @@ +{ + "name": "is-extendable", + "description": "Returns true if a value is a plain object, array or function.", + "version": "1.0.1", + "homepage": "https://github.com/jonschlinkert/is-extendable", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/is-extendable", + "bugs": { + "url": "https://github.com/jonschlinkert/is-extendable/issues" + }, + "license": "MIT", + "files": [ + "index.js", + "index.d.ts" + ], + "main": "index.js", + "types": "index.d.ts", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.4.2" + }, + "keywords": [ + "array", + "assign", + "check", + "date", + "extend", + "extendable", + "extensible", + "function", + "is", + "object", + "regex", + "test" + ], + "verb": { + "related": { + "list": [ + "assign-deep", + "is-equal-shallow", + "is-plain-object", + "isobject", + "kind-of" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/to-regex/package.json b/2019-setembro/node_modules/to-regex/package.json new file mode 100644 index 0000000..e4277d3 --- /dev/null +++ b/2019-setembro/node_modules/to-regex/package.json @@ -0,0 +1,62 @@ +{ + "name": "to-regex", + "description": "Generate a regex from a string or array of strings.", + "version": "3.0.2", + "homepage": "https://github.com/jonschlinkert/to-regex", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/to-regex", + "bugs": { + "url": "https://github.com/jonschlinkert/to-regex/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + }, + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "keywords": [ + "match", + "regex", + "regular expression", + "test", + "to" + ], + "verb": { + "toc": { + "method": "preWrite" + }, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "has-glob", + "is-glob", + "path-regex", + "to-regex-range" + ] + }, + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/ultron/.npmignore b/2019-setembro/node_modules/ultron/.npmignore new file mode 100644 index 0000000..66210a2 --- /dev/null +++ b/2019-setembro/node_modules/ultron/.npmignore @@ -0,0 +1,3 @@ +node_modules +coverage +.tern-port diff --git a/2019-setembro/node_modules/ultron/.travis.yml b/2019-setembro/node_modules/ultron/.travis.yml new file mode 100644 index 0000000..a505004 --- /dev/null +++ b/2019-setembro/node_modules/ultron/.travis.yml @@ -0,0 +1,21 @@ +sudo: false +language: node_js +node_js: + - "0.12" + - "0.10" + - "0.8" + - "iojs" +before_install: + - 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.11.1; fi' +script: + - "npm run test-travis" +after_script: + - "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls" +matrix: + fast_finish: true +notifications: + irc: + channels: + - "irc.freenode.org#unshift" + on_success: change + on_failure: change diff --git a/2019-setembro/node_modules/ultron/LICENSE b/2019-setembro/node_modules/ultron/LICENSE new file mode 100644 index 0000000..6dc9316 --- /dev/null +++ b/2019-setembro/node_modules/ultron/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/2019-setembro/node_modules/ultron/README.md b/2019-setembro/node_modules/ultron/README.md new file mode 100644 index 0000000..84fa3f2 --- /dev/null +++ b/2019-setembro/node_modules/ultron/README.md @@ -0,0 +1,97 @@ +# Ultron + +[![Made by unshift](https://img.shields.io/badge/made%20by-unshift-00ffcc.svg?style=flat-square)](http://unshift.io)[![Version npm](http://img.shields.io/npm/v/ultron.svg?style=flat-square)](http://browsenpm.org/package/ultron)[![Build Status](http://img.shields.io/travis/unshiftio/ultron/master.svg?style=flat-square)](https://travis-ci.org/unshiftio/ultron)[![Dependencies](https://img.shields.io/david/unshiftio/ultron.svg?style=flat-square)](https://david-dm.org/unshiftio/ultron)[![Coverage Status](http://img.shields.io/coveralls/unshiftio/ultron/master.svg?style=flat-square)](https://coveralls.io/r/unshiftio/ultron?branch=master)[![IRC channel](http://img.shields.io/badge/IRC-irc.freenode.net%23unshift-00a8ff.svg?style=flat-square)](http://webchat.freenode.net/?channels=unshift) + +Ultron is a high-intelligence robot. It gathers intelligence so it can start +improving upon his rudimentary design. It will learn your event emitting +patterns and find ways to exterminate them. Allowing you to remove only the +event emitters that **you** assigned and not the ones that your users or +developers assigned. This can prevent race conditions, memory leaks and even file +descriptor leaks from ever happening as you won't remove clean up processes. + +## Installation + +The module is designed to be used in browsers using browserify and in Node.js. +You can install the module through the public npm registry by running the +following command in CLI: + +``` +npm install --save ultron +``` + +## Usage + +In all examples we assume that you've required the library as following: + +```js +'use strict'; + +var Ultron = require('ultron'); +``` + +Now that we've required the library we can construct our first `Ultron` instance. +The constructor requires one argument which should be the `EventEmitter` +instance that we need to operate upon. This can be the `EventEmitter` module +that ships with Node.js or `EventEmitter3` or anything else as long as it +follow the same API and internal structure as these 2. So with that in mind we +can create the instance: + +```js +// +// For the sake of this example we're going to construct an empty EventEmitter +// +var EventEmitter = require('events').EventEmitter; // or require('eventmitter3'); +var events = new EventEmitter(); + +var ultron = new Ultron(events); +``` + +You can now use the following API's from the Ultron instance: + +### Ultron.on + +Register a new event listener for the given event. It follows the exact same API +as `EventEmitter.on` but it will return itself instead of returning the +EventEmitter instance. If you are using EventEmitter3 it also supports the +context param: + +```js +ultron.on('event-name', handler, { custom: 'function context' }); +``` + +### Ultron.once + +Exactly the same as the [Ultron.on](#ultronon) but it only allows the execution +once. + +### Ultron.remove + +This is where all the magic happens and the safe removal starts. This function +accepts different argument styles: + +- No arguments, assume that all events need to be removed so it will work as + `removeAllListeners()` API. +- 1 argument, when it's a string it will be split on ` ` and `,` to create a + list of events that need to be cleared. +- Multiple arguments, we assume that they are all names of events that need to + be cleared. + +```js +ultron.remove('foo, bar baz'); // Removes foo, bar and baz. +ultron.remove('foo', 'bar', 'baz'); // Removes foo, bar and baz. +ultron.remove(); // Removes everything. +``` + +If you just want to remove a single event listener using a function reference +you can still use the EventEmitter's `removeListener(event, fn)` API: + +```js +function foo() {} + +ulton.on('foo', foo); +events.removeListener('foo', foo); +``` + +## License + +MIT diff --git a/2019-setembro/node_modules/ultron/index.js b/2019-setembro/node_modules/ultron/index.js new file mode 100644 index 0000000..af17ab7 --- /dev/null +++ b/2019-setembro/node_modules/ultron/index.js @@ -0,0 +1,129 @@ +'use strict'; + +var has = Object.prototype.hasOwnProperty; + +/** + * An auto incrementing id which we can use to create "unique" Ultron instances + * so we can track the event emitters that are added through the Ultron + * interface. + * + * @type {Number} + * @private + */ +var id = 0; + +/** + * Ultron is high-intelligence robot. It gathers intelligence so it can start improving + * upon his rudimentary design. It will learn from your EventEmitting patterns + * and exterminate them. + * + * @constructor + * @param {EventEmitter} ee EventEmitter instance we need to wrap. + * @api public + */ +function Ultron(ee) { + if (!(this instanceof Ultron)) return new Ultron(ee); + + this.id = id++; + this.ee = ee; +} + +/** + * Register a new EventListener for the given event. + * + * @param {String} event Name of the event. + * @param {Functon} fn Callback function. + * @param {Mixed} context The context of the function. + * @returns {Ultron} + * @api public + */ +Ultron.prototype.on = function on(event, fn, context) { + fn.__ultron = this.id; + this.ee.on(event, fn, context); + + return this; +}; +/** + * Add an EventListener that's only called once. + * + * @param {String} event Name of the event. + * @param {Function} fn Callback function. + * @param {Mixed} context The context of the function. + * @returns {Ultron} + * @api public + */ +Ultron.prototype.once = function once(event, fn, context) { + fn.__ultron = this.id; + this.ee.once(event, fn, context); + + return this; +}; + +/** + * Remove the listeners we assigned for the given event. + * + * @returns {Ultron} + * @api public + */ +Ultron.prototype.remove = function remove() { + var args = arguments + , event; + + // + // When no event names are provided we assume that we need to clear all the + // events that were assigned through us. + // + if (args.length === 1 && 'string' === typeof args[0]) { + args = args[0].split(/[, ]+/); + } else if (!args.length) { + args = []; + + for (event in this.ee._events) { + if (has.call(this.ee._events, event)) args.push(event); + } + } + + for (var i = 0; i < args.length; i++) { + var listeners = this.ee.listeners(args[i]); + + for (var j = 0; j < listeners.length; j++) { + event = listeners[j]; + + // + // Once listeners have a `listener` property that stores the real listener + // in the EventEmitter that ships with Node.js. + // + if (event.listener) { + if (event.listener.__ultron !== this.id) continue; + delete event.listener.__ultron; + } else { + if (event.__ultron !== this.id) continue; + delete event.__ultron; + } + + this.ee.removeListener(args[i], event); + } + } + + return this; +}; + +/** + * Destroy the Ultron instance, remove all listeners and release all references. + * + * @returns {Boolean} + * @api public + */ +Ultron.prototype.destroy = function destroy() { + if (!this.ee) return false; + + this.remove(); + this.ee = null; + + return true; +}; + +// +// Expose the module. +// +module.exports = Ultron; diff --git a/2019-setembro/node_modules/ultron/package.json b/2019-setembro/node_modules/ultron/package.json new file mode 100644 index 0000000..e13ab5b --- /dev/null +++ b/2019-setembro/node_modules/ultron/package.json @@ -0,0 +1,41 @@ +{ + "name": "ultron", + "version": "1.0.2", + "description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design", + "main": "index.js", + "scripts": { + "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", + "test": "mocha test.js", + "watch": "mocha --watch test.js", + "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js", + "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/unshiftio/ultron" + }, + "keywords": [ + "Ultron", + "robot", + "gather", + "intelligence", + "event", + "events", + "eventemitter", + "emitter", + "cleanup" + ], + "author": "Arnout Kazemier", + "license": "MIT", + "devDependencies": { + "assume": "1.2.x", + "eventemitter3": "1.1.x", + "istanbul": "0.3.x", + "mocha": "2.2.x", + "pre-commit": "1.0.x" + }, + "bugs": { + "url": "https://github.com/unshiftio/ultron/issues" + }, + "homepage": "https://github.com/unshiftio/ultron" +} diff --git a/2019-setembro/node_modules/ultron/test.js b/2019-setembro/node_modules/ultron/test.js new file mode 100644 index 0000000..1fd4f1b --- /dev/null +++ b/2019-setembro/node_modules/ultron/test.js @@ -0,0 +1,327 @@ +/* istanbul ignore next */ +describe('Ultron', function () { + 'use strict'; + + var EventEmitter = require('eventemitter3') + , EE = require('events').EventEmitter + , assume = require('assume') + , Ultron = require('./') + , ultron + , ee; + + beforeEach(function () { + ee = new EventEmitter(); + ultron = new Ultron(ee); + }); + + afterEach(function () { + ultron.destroy(); + ee.removeAllListeners(); + }); + + it('is exposed as a function', function () { + assume(Ultron).is.a('function'); + }); + + it('can be initialized without the new keyword', function () { + assume(Ultron(ee)).is.instanceOf(Ultron); + }); + + it('assigns a unique id to every instance', function () { + for (var i = 0; i < 100; i++) { + assume(ultron.id).does.not.equal((new Ultron()).id); + } + }); + + it('allows removal through the event emitter', function () { + function foo() {} + function bar() {} + + ultron.on('foo', foo); + ultron.once('foo', bar); + + assume(foo.__ultron).equals(ultron.id); + assume(bar.__ultron).equals(ultron.id); + assume(ee.listeners('foo').length).equals(2); + + ee.removeListener('foo', foo); + assume(ee.listeners('foo').length).equals(1); + + ee.removeListener('foo', bar); + assume(ee.listeners('foo').length).equals(0); + }); + + describe('#on', function () { + it('assigns a listener', function () { + assume(ee.listeners('foo').length).equals(0); + + function foo() {} + + ultron.on('foo', foo); + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('foo')[0]).equals(foo); + }); + + it('tags the assigned function', function () { + assume(ee.listeners('foo').length).equals(0); + + ultron.on('foo', function () {}); + assume(ee.listeners('foo')[0].__ultron).equals(ultron.id); + }); + + it('also passes in the context', function (next) { + var context = 1313; + + ultron.on('foo', function (a, b, c) { + assume(a).equals('a'); + assume(b).equals('b'); + assume(c).equals('c'); + + assume(this).equals(context); + + next(); + }, context); + + ee.emit('foo', 'a', 'b', 'c'); + }); + + it('works with regular eventemitters as well', function (next) { + var ee = new EE() + , ultron = new Ultron(ee); + + ultron.on('foo', function (a, b, c) { + assume(a).equals('a'); + assume(b).equals('b'); + assume(c).equals('c'); + + next(); + }); + + ee.emit('foo', 'a', 'b', 'c'); + }); + }); + + describe('#once', function () { + it('assigns a listener', function () { + assume(ee.listeners('foo').length).equals(0); + + function foo() {} + ultron.once('foo', foo); + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('foo')[0]).equals(foo); + }); + + it('tags the assigned function', function () { + assume(ee.listeners('foo').length).equals(0); + + ultron.once('foo', function () {}); + assume(ee.listeners('foo')[0].__ultron).equals(ultron.id); + }); + + it('also passes in the context', function (next) { + var context = 1313; + + ultron.once('foo', function (a, b, c) { + assume(a).equals('a'); + assume(b).equals('b'); + assume(c).equals('c'); + + assume(this).equals(context); + + next(); + }, context); + + ee.emit('foo', 'a', 'b', 'c'); + ee.emit('foo', 'a', 'b', 'c'); // Ensure that we don't double execute + }); + + it('works with regular eventemitters as well', function (next) { + var ee = new EE() + , ultron = new Ultron(ee); + + ultron.once('foo', function (a, b, c) { + assume(a).equals('a'); + assume(b).equals('b'); + assume(c).equals('c'); + + next(); + }); + + ee.emit('foo', 'a', 'b', 'c'); + ee.emit('foo', 'a', 'b', 'c'); // Ensure that we don't double execute + }); + }); + + describe('#remove', function () { + it('removes only our assigned `on` listeners', function () { + function foo() {} + function bar() {} + + ee.on('foo', foo); + ultron.on('foo', bar); + assume(ee.listeners('foo').length).equals(2); + + ultron.remove('foo'); + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('foo')[0]).equals(foo); + }); + + it('removes our private __ultron references', function () { + function once() {} + function on() {} + + assume('__ultron' in once).is.false(); + assume('__ultron' in on).is.false(); + + ultron.on('foo', on); + ultron.once('bar', once); + + assume('__ultron' in once).is.true(); + assume('__ultron' in on).is.true(); + + ultron.remove('foo, bar'); + + assume('__ultron' in once).is.false(); + assume('__ultron' in on).is.false(); + + ultron.destroy(); + + ee = new EE(); + ultron = new Ultron(ee); + + assume('__ultron' in once).is.false(); + assume('__ultron' in on).is.false(); + + ultron.on('foo', on); + ultron.once('bar', once); + + assume('__ultron' in once).is.true(); + assume('__ultron' in on).is.true(); + + ultron.remove('foo, bar'); + + assume('__ultron' in once).is.false(); + assume('__ultron' in on).is.false(); + }); + + it('removes only our assigned `once` listeners', function () { + function foo() {} + function bar() {} + + ee.once('foo', foo); + ultron.once('foo', bar); + assume(ee.listeners('foo').length).equals(2); + + ultron.remove('foo'); + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('foo')[0]).equals(foo); + }); + + it('removes only our assigned `once` listeners from regular EE', function () { + var ee = new EE() + , ultron = new Ultron(ee); + + function foo() {} + function bar() {} + + ee.once('foo', foo); + ultron.once('foo', bar); + assume(ee.listeners('foo').length).equals(2); + + ultron.remove('foo'); + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('foo')[0].listener).equals(foo); + }); + + it('removes all assigned events if called without args', function () { + function foo() {} + function bar() {} + + ultron.on('foo', foo); + ultron.on('bar', bar); + + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('bar').length).equals(1); + + ultron.remove(); + + assume(ee.listeners('foo').length).equals(0); + assume(ee.listeners('bar').length).equals(0); + }); + + it('removes multiple listeners based on args', function () { + function foo() {} + function bar() {} + function baz() {} + + ultron.on('foo', foo); + ultron.on('bar', bar); + ultron.on('baz', baz); + + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('bar').length).equals(1); + assume(ee.listeners('baz').length).equals(1); + + ultron.remove('foo', 'bar'); + + assume(ee.listeners('foo').length).equals(0); + assume(ee.listeners('bar').length).equals(0); + assume(ee.listeners('baz').length).equals(1); + }); + + it('removes multiple listeners if first arg is seperated string', function () { + function foo() {} + function bar() {} + function baz() {} + + ultron.on('foo', foo); + ultron.on('bar', bar); + ultron.on('baz', baz); + + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('bar').length).equals(1); + assume(ee.listeners('baz').length).equals(1); + + ultron.remove('foo, bar'); + + assume(ee.listeners('foo').length).equals(0); + assume(ee.listeners('bar').length).equals(0); + assume(ee.listeners('baz').length).equals(1); + }); + }); + + describe('#destroy', function () { + it('removes all listeners', function () { + function foo() {} + function bar() {} + function baz() {} + + ultron.on('foo', foo); + ultron.on('bar', bar); + ultron.on('baz', baz); + + assume(ee.listeners('foo').length).equals(1); + assume(ee.listeners('bar').length).equals(1); + assume(ee.listeners('baz').length).equals(1); + + ultron.destroy(); + + assume(ee.listeners('foo').length).equals(0); + assume(ee.listeners('bar').length).equals(0); + assume(ee.listeners('baz').length).equals(0); + }); + + it('removes the .ee reference', function () { + assume(ultron.ee).equals(ee); + ultron.destroy(); + assume(ultron.ee).equals(null); + }); + + it('returns booleans for state indication', function () { + assume(ultron.destroy()).is.true(); + assume(ultron.destroy()).is.false(); + assume(ultron.destroy()).is.false(); + assume(ultron.destroy()).is.false(); + }); + }); +}); diff --git a/2019-setembro/node_modules/union-value/LICENSE b/2019-setembro/node_modules/union-value/LICENSE new file mode 100644 index 0000000..83b56e7 --- /dev/null +++ b/2019-setembro/node_modules/union-value/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/union-value/README.md b/2019-setembro/node_modules/union-value/README.md new file mode 100644 index 0000000..1a90ffb --- /dev/null +++ b/2019-setembro/node_modules/union-value/README.md @@ -0,0 +1,73 @@ +# union-value [![NPM version](https://img.shields.io/npm/v/union-value.svg?style=flat)](https://www.npmjs.com/package/union-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/union-value.svg?style=flat)](https://npmjs.org/package/union-value) [![NPM total downloads](https://img.shields.io/npm/dt/union-value.svg?style=flat)](https://npmjs.org/package/union-value) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/union-value.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/union-value) + +> Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save union-value +``` + +## Usage + +```js +var union = require('union-value'); + +var obj = {}; + +union(obj, 'a.b.c', ['one', 'two']); +union(obj, 'a.b.c', ['three']); + +console.log(obj); +//=> {a: {b: {c: [ 'one', 'two', 'three' ] }}} +``` + +## About + +### Related projects + +* [assign-value](https://www.npmjs.com/package/assign-value): Assign a value or extend a deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/assign-value) | [homepage](https://github.com/jonschlinkert/assign-value "Assign a value or extend a deeply nested property of an object using object path notation.") +* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") +* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.") +* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") +* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 25, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/union-value/index.js b/2019-setembro/node_modules/union-value/index.js new file mode 100644 index 0000000..9c5d8db --- /dev/null +++ b/2019-setembro/node_modules/union-value/index.js @@ -0,0 +1,30 @@ +'use strict'; + +var isObject = require('is-extendable'); +var union = require('arr-union'); +var get = require('get-value'); +var set = require('set-value'); + +module.exports = function unionValue(obj, prop, value) { + if (!isObject(obj)) { + throw new TypeError('union-value expects the first argument to be an object.'); + } + + if (typeof prop !== 'string') { + throw new TypeError('union-value expects `prop` to be a string.'); + } + + var arr = arrayify(get(obj, prop)); + set(obj, prop, union(arr, arrayify(value))); + return obj; +}; + +function arrayify(val) { + if (val === null || typeof val === 'undefined') { + return []; + } + if (Array.isArray(val)) { + return val; + } + return [val]; +} diff --git a/2019-setembro/node_modules/union-value/package.json b/2019-setembro/node_modules/union-value/package.json new file mode 100644 index 0000000..65441f6 --- /dev/null +++ b/2019-setembro/node_modules/union-value/package.json @@ -0,0 +1,70 @@ +{ + "name": "union-value", + "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.", + "version": "1.0.1", + "homepage": "https://github.com/jonschlinkert/union-value", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/union-value", + "bugs": { + "url": "https://github.com/jonschlinkert/union-value/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + }, + "devDependencies": { + "gulp-format-md": "^0.1.11", + "mocha": "^3.2.0", + "should": "^11.2.0" + }, + "keywords": [ + "array", + "dot", + "get", + "has", + "nested", + "notation", + "object", + "path", + "prop", + "property", + "set", + "union", + "value" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "assign-value", + "get-value", + "has-value", + "set-value", + "unset-value" + ] + }, + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/unset-value/LICENSE b/2019-setembro/node_modules/unset-value/LICENSE new file mode 100644 index 0000000..ec85897 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015, 2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/unset-value/README.md b/2019-setembro/node_modules/unset-value/README.md new file mode 100644 index 0000000..f0fec3d --- /dev/null +++ b/2019-setembro/node_modules/unset-value/README.md @@ -0,0 +1,131 @@ +# unset-value [![NPM version](https://img.shields.io/npm/v/unset-value.svg?style=flat)](https://www.npmjs.com/package/unset-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/unset-value.svg?style=flat)](https://npmjs.org/package/unset-value) [![NPM total downloads](https://img.shields.io/npm/dt/unset-value.svg?style=flat)](https://npmjs.org/package/unset-value) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/unset-value.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/unset-value) + +> Delete nested properties from an object using dot notation. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save unset-value +``` + +## Usage + +```js +var unset = require('unset-value'); + +var obj = {a: {b: {c: 'd', e: 'f'}}}; +unset(obj, 'a.b.c'); +console.log(obj); +//=> {a: {b: {e: 'f'}}}; +``` + +## Examples + +### Updates the object when a property is deleted + +```js +var obj = {a: 'b'}; +unset(obj, 'a'); +console.log(obj); +//=> {} +``` + +### Returns true when a property is deleted + +```js +unset({a: 'b'}, 'a') // true +``` + +### Returns `true` when a property does not exist + +This is consistent with `delete` behavior in that it does not +throw when a property does not exist. + +```js +unset({a: {b: {c: 'd'}}}, 'd') // true +``` + +### delete nested values + +```js +var one = {a: {b: {c: 'd'}}}; +unset(one, 'a.b'); +console.log(one); +//=> {a: {}} + +var two = {a: {b: {c: 'd'}}}; +unset(two, 'a.b.c'); +console.log(two); +//=> {a: {b: {}}} + +var three = {a: {b: {c: 'd', e: 'f'}}}; +unset(three, 'a.b.c'); +console.log(three); +//=> {a: {b: {e: 'f'}}} +``` + +### throws on invalid args + +```js +unset(); +// 'expected an object.' +``` + +## About + +### Related projects + +* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") +* [get-values](https://www.npmjs.com/package/get-values): Return an array of all values from the given object. | [homepage](https://github.com/jonschlinkert/get-values "Return an array of all values from the given object.") +* [omit-value](https://www.npmjs.com/package/omit-value): Omit properties from an object or deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/omit-value) | [homepage](https://github.com/jonschlinkert/omit-value "Omit properties from an object or deeply nested property of an object using object path notation.") +* [put-value](https://www.npmjs.com/package/put-value): Update only existing values from an object, works with dot notation paths like `a.b.c` and… [more](https://github.com/tunnckocore/put-value#readme) | [homepage](https://github.com/tunnckocore/put-value#readme "Update only existing values from an object, works with dot notation paths like `a.b.c` and support deep nesting.") +* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") +* [union-value](https://www.npmjs.com/package/union-value): Set an array of unique values as the property of an object. Supports setting deeply… [more](https://github.com/jonschlinkert/union-value) | [homepage](https://github.com/jonschlinkert/union-value "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.") +* [upsert-value](https://www.npmjs.com/package/upsert-value): Update or set nested values and any intermediaries with dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/doowb/upsert-value "Update or set nested values and any intermediaries with dot notation (`'a.b.c'`) paths.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 6 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 25, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/unset-value/index.js b/2019-setembro/node_modules/unset-value/index.js new file mode 100644 index 0000000..a919010 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/index.js @@ -0,0 +1,32 @@ +/*! + * unset-value + * + * Copyright (c) 2015, 2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isObject = require('isobject'); +var has = require('has-value'); + +module.exports = function unset(obj, prop) { + if (!isObject(obj)) { + throw new TypeError('expected an object.'); + } + if (obj.hasOwnProperty(prop)) { + delete obj[prop]; + return true; + } + + if (has(obj, prop)) { + var segs = prop.split('.'); + var last = segs.pop(); + while (segs.length && segs[segs.length - 1].slice(-1) === '\\') { + last = segs.pop().slice(0, -1) + '.' + last; + } + while (segs.length) obj = obj[prop = segs.shift()]; + return (delete obj[last]); + } + return true; +}; diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/LICENSE b/2019-setembro/node_modules/unset-value/node_modules/has-value/LICENSE new file mode 100644 index 0000000..39245ac --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-value/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/README.md b/2019-setembro/node_modules/unset-value/node_modules/has-value/README.md new file mode 100644 index 0000000..a927633 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-value/README.md @@ -0,0 +1,130 @@ +# has-value [![NPM version](https://img.shields.io/npm/v/has-value.svg?style=flat)](https://www.npmjs.com/package/has-value) [![NPM downloads](https://img.shields.io/npm/dm/has-value.svg?style=flat)](https://npmjs.org/package/has-value) [![Build Status](https://img.shields.io/travis/jonschlinkert/has-value.svg?style=flat)](https://travis-ci.org/jonschlinkert/has-value) + +> Returns true if a value exists, false if empty. Works with deeply nested values using object paths. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install has-value --save +``` + +**Works for:** + +* booleans +* functions +* numbers (pass `true` as the last arg to treat zero as a value instead of falsey) +* strings +* nulls +* object +* arrays + +## Usage + +Works with nested object paths or a single value: + +```js +var hasValue = require('has-value'); + +hasValue({a: {b: {c: 'foo'}}} 'a.b.c'); +//=> true + +hasValue('a'); +//=> true + +hasValue(''); +//=> false + +hasValue(1); +//=> true + +hasValue(0); +//=> false + +hasValue(0, true); // pass `true` as the last arg to treat zero as a value +//=> true + +hasValue({a: 'a'}}); +//=> true + +hasValue({}}); +//=> false + +hasValue(['a']); +//=> true + +hasValue([]); +//=> false + +hasValue(function(foo) {}); // function length/arity +//=> true + +hasValue(function() {}); +//=> false + +hasValue(true); +hasValue(false); +//=> true +``` + +## isEmpty + +To do the opposite and test for empty values, do: + +```js +function isEmpty(o, isZero) { + return !hasValue.apply(hasValue, arguments); +} +``` + +## Related projects + +You might also be interested in these projects: + +* [get-object](https://www.npmjs.com/package/get-object): Get a property from an object using dot (object path) notation. | [homepage](https://github.com/jonschlinkert/get-object) +* [get-property](https://www.npmjs.com/package/get-property): Get a nested property or its value from an object using simple `a.b.c` paths. | [homepage](https://github.com/jonschlinkert/get-property) +* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value) +* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value) + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/has-value/issues/new). + +## Building docs + +Generate readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install verb && npm run docs +``` + +Or, if [verb](https://github.com/verbose/verb) is installed globally: + +```sh +$ verb +``` + +## Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +## Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/has-value/blob/master/LICENSE). + +*** + +_This file was generated by [verb](https://github.com/verbose/verb), v, on March 27, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/index.js b/2019-setembro/node_modules/unset-value/node_modules/has-value/index.js new file mode 100644 index 0000000..90687c8 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-value/index.js @@ -0,0 +1,19 @@ +/*! + * has-value + * + * Copyright (c) 2014-2016, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var isObject = require('isobject'); +var hasValues = require('has-values'); +var get = require('get-value'); + +module.exports = function(obj, prop, noZero) { + if (isObject(obj)) { + return hasValues(get(obj, prop), noZero); + } + return hasValues(obj, prop); +}; diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE new file mode 100644 index 0000000..39245ac --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md new file mode 100644 index 0000000..9dd897a --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md @@ -0,0 +1,112 @@ +# isobject [![NPM version](https://img.shields.io/npm/v/isobject.svg?style=flat)](https://www.npmjs.com/package/isobject) [![NPM downloads](https://img.shields.io/npm/dm/isobject.svg?style=flat)](https://npmjs.org/package/isobject) [![Build Status](https://img.shields.io/travis/jonschlinkert/isobject.svg?style=flat)](https://travis-ci.org/jonschlinkert/isobject) + +Returns true if the value is an object and not an array or null. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install isobject --save +``` + +Use [is-plain-object](https://github.com/jonschlinkert/is-plain-object) if you want only objects that are created by the `Object` constructor. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install isobject +``` + +Install with [bower](http://bower.io/) + +```sh +$ bower install isobject +``` + +## Usage + +```js +var isObject = require('isobject'); +``` + +**True** + +All of the following return `true`: + +```js +isObject({}); +isObject(Object.create({})); +isObject(Object.create(Object.prototype)); +isObject(Object.create(null)); +isObject({}); +isObject(new Foo); +isObject(/foo/); +``` + +**False** + +All of the following return `false`: + +```js +isObject(); +isObject(function () {}); +isObject(1); +isObject([]); +isObject(undefined); +isObject(null); +``` + +## Related projects + +You might also be interested in these projects: + +[merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep) + +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow) +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object) +* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of) + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/isobject/issues/new). + +## Building docs + +Generate readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install verb && npm run docs +``` + +Or, if [verb](https://github.com/verbose/verb) is installed globally: + +```sh +$ verb +``` + +## Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +## Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/isobject/blob/master/LICENSE). + +*** + +_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 25, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js new file mode 100644 index 0000000..aa0dce0 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js @@ -0,0 +1,14 @@ +/*! + * isobject + * + * Copyright (c) 2014-2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var isArray = require('isarray'); + +module.exports = function isObject(val) { + return val != null && typeof val === 'object' && isArray(val) === false; +}; diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json new file mode 100644 index 0000000..954f411 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json @@ -0,0 +1,67 @@ +{ + "name": "isobject", + "description": "Returns true if the value is an object and not an array or null.", + "version": "2.1.0", + "homepage": "https://github.com/jonschlinkert/isobject", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/isobject", + "bugs": { + "url": "https://github.com/jonschlinkert/isobject/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "isarray": "1.0.0" + }, + "devDependencies": { + "gulp-format-md": "^0.1.9", + "mocha": "^2.4.5" + }, + "keywords": [ + "check", + "is", + "is-object", + "isobject", + "kind", + "kind-of", + "kindof", + "native", + "object", + "type", + "typeof", + "value" + ], + "verb": { + "related": { + "list": [ + "merge-deep", + "extend-shallow", + "is-plain-object", + "kind-of" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb" + ] + } +} diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/package.json b/2019-setembro/node_modules/unset-value/node_modules/has-value/package.json new file mode 100644 index 0000000..88ff6ed --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-value/package.json @@ -0,0 +1,81 @@ +{ + "name": "has-value", + "version": "0.3.1", + "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.", + "homepage": "https://github.com/jonschlinkert/has-value", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/has-value", + "bugs": { + "url": "https://github.com/jonschlinkert/has-value/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "devDependencies": { + "gulp-format-md": "^0.1.7", + "mocha": "^2.4.5" + }, + "keywords": [ + "array", + "boolean", + "empty", + "find", + "function", + "has", + "hasOwn", + "javascript", + "js", + "key", + "keys", + "node.js", + "null", + "number", + "object", + "properties", + "property", + "string", + "type", + "util", + "utilities", + "utility", + "value" + ], + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "get-object", + "get-property", + "get-value", + "set-value" + ] + }, + "reflinks": [ + "verb" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-values/LICENSE b/2019-setembro/node_modules/unset-value/node_modules/has-values/LICENSE new file mode 100644 index 0000000..39245ac --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-values/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-values/README.md b/2019-setembro/node_modules/unset-value/node_modules/has-values/README.md new file mode 100644 index 0000000..13319c5 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-values/README.md @@ -0,0 +1,114 @@ +# has-values [![NPM version](https://img.shields.io/npm/v/has-values.svg?style=flat)](https://www.npmjs.com/package/has-values) [![NPM downloads](https://img.shields.io/npm/dm/has-values.svg?style=flat)](https://npmjs.org/package/has-values) [![Build Status](https://img.shields.io/travis/jonschlinkert/has-values.svg?style=flat)](https://travis-ci.org/jonschlinkert/has-values) + +> Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install has-values --save +``` + +## Usage + +```js +var hasValue = require('has-values'); + +hasValue('a'); +//=> true + +hasValue(''); +//=> false + +hasValue(1); +//=> true + +hasValue(0); +//=> false + +hasValue(0, true); // treat zero as a value +//=> true + +hasValue({a: 'a'}}); +//=> true + +hasValue({}}); +//=> false + +hasValue(['a']); +//=> true + +hasValue([]); +//=> false + +hasValue(function(foo) {}); // function length/arity +//=> true + +hasValue(function() {}); +//=> false + +hasValue(true); +hasValue(false); +//=> true +``` + +## isEmpty + +To test for empty values, do: + +```js +function isEmpty(o, isZero) { + return !hasValue(o, isZero); +} +``` + +## Related projects + +You might also be interested in these projects: + +* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://www.npmjs.com/package/has-value) | [homepage](https://github.com/jonschlinkert/has-value) +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object) +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject) + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/has-values/issues/new). + +## Building docs + +Generate readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install verb && npm run docs +``` + +Or, if [verb](https://github.com/verbose/verb) is installed globally: + +```sh +$ verb +``` + +## Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +## Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/has-values/blob/master/LICENSE). + +*** + +_This file was generated by [verb](https://github.com/verbose/verb), v, on March 27, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-values/index.js b/2019-setembro/node_modules/unset-value/node_modules/has-values/index.js new file mode 100644 index 0000000..6d04ba1 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-values/index.js @@ -0,0 +1,36 @@ +/*! + * has-values + * + * Copyright (c) 2014-2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +module.exports = function hasValue(o, noZero) { + if (o === null || o === undefined) { + return false; + } + + if (typeof o === 'boolean') { + return true; + } + + if (typeof o === 'number') { + if (o === 0 && noZero === true) { + return false; + } + return true; + } + + if (o.length !== undefined) { + return o.length !== 0; + } + + for (var key in o) { + if (o.hasOwnProperty(key)) { + return true; + } + } + return false; +}; diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-values/package.json b/2019-setembro/node_modules/unset-value/node_modules/has-values/package.json new file mode 100644 index 0000000..519a2c8 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/node_modules/has-values/package.json @@ -0,0 +1,75 @@ +{ + "name": "has-values", + "version": "0.1.4", + "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ", + "homepage": "https://github.com/jonschlinkert/has-values", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/has-values", + "bugs": { + "url": "https://github.com/jonschlinkert/has-values/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "devDependencies": { + "gulp-format-md": "^0.1.7", + "mocha": "^2.4.5" + }, + "keywords": [ + "array", + "boolean", + "empty", + "find", + "function", + "has", + "hasOwn", + "javascript", + "js", + "key", + "keys", + "node.js", + "null", + "number", + "object", + "properties", + "property", + "string", + "type", + "util", + "utilities", + "utility", + "value" + ], + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "has-value", + "isobject", + "is-plain-object" + ] + }, + "reflinks": [ + "verb" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/unset-value/package.json b/2019-setembro/node_modules/unset-value/package.json new file mode 100644 index 0000000..0753ba6 --- /dev/null +++ b/2019-setembro/node_modules/unset-value/package.json @@ -0,0 +1,71 @@ +{ + "name": "unset-value", + "description": "Delete nested properties from an object using dot notation.", + "version": "1.0.0", + "homepage": "https://github.com/jonschlinkert/unset-value", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + " (https://github.com/wtgtybhertgeghgtwtg)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/unset-value", + "bugs": { + "url": "https://github.com/jonschlinkert/unset-value/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "devDependencies": { + "gulp-format-md": "^0.1.11", + "mocha": "*", + "should": "*" + }, + "keywords": [ + "del", + "delete", + "key", + "object", + "omit", + "prop", + "property", + "remove", + "unset", + "value" + ], + "verb": { + "related": { + "list": [ + "get-value", + "get-values", + "omit-value", + "put-value", + "set-value", + "union-value", + "upsert-value" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/upath/LICENSE b/2019-setembro/node_modules/upath/LICENSE new file mode 100755 index 0000000..77fab24 --- /dev/null +++ b/2019-setembro/node_modules/upath/LICENSE @@ -0,0 +1,22 @@ +Copyright(c) 2014-2019 Angelos Pikoulas (agelos.pikoulas@gmail.com) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/upath/build/code/upath.js b/2019-setembro/node_modules/upath/build/code/upath.js new file mode 100644 index 0000000..f0949e1 --- /dev/null +++ b/2019-setembro/node_modules/upath/build/code/upath.js @@ -0,0 +1,171 @@ +/** +* upath http://github.com/anodynos/upath/ +* +* A proxy to `path`, replacing `\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions. +* Version 1.2.0 - Compiled on 2019-09-02 23:33:57 +* Repository git://github.com/anodynos/upath +* Copyright(c) 2019 Angelos Pikoulas +* License MIT +*/ + +// Generated by uRequire v0.7.0-beta.33 target: 'lib' template: 'nodejs' + + +var VERSION = '1.2.0'; // injected by urequire-rc-inject-version + +var extraFn, extraFunctions, isFunction, isString, isValidExt, name, path, propName, propValue, toUnix, upath, slice = [].slice, indexOf = [].indexOf || function (item) { + for (var i = 0, l = this.length; i < l; i++) { + if (i in this && this[i] === item) + return i; + } + return -1; + }, hasProp = {}.hasOwnProperty; +path = require("path"); +isFunction = function (val) { + return val instanceof Function; +}; +isString = function (val) { + return typeof val === "string" || !!val && typeof val === "object" && Object.prototype.toString.call(val) === "[object String]"; +}; +upath = exports; +upath.VERSION = typeof VERSION !== "undefined" && VERSION !== null ? VERSION : "NO-VERSION"; +toUnix = function (p) { + var double; + p = p.replace(/\\/g, "/"); + double = /\/\//; + while (p.match(double)) { + p = p.replace(double, "/"); + } + return p; +}; +for (propName in path) { + propValue = path[propName]; + if (isFunction(propValue)) { + upath[propName] = function (propName) { + return function () { + var args, result; + args = 1 <= arguments.length ? slice.call(arguments, 0) : []; + args = args.map(function (p) { + if (isString(p)) { + return toUnix(p); + } else { + return p; + } + }); + result = path[propName].apply(path, args); + if (isString(result)) { + return toUnix(result); + } else { + return result; + } + }; + }(propName); + } else { + upath[propName] = propValue; + } +} +upath.sep = "/"; +extraFunctions = { + toUnix: toUnix, + normalizeSafe: function (p) { + p = toUnix(p); + if (p.startsWith("./")) { + if (p.startsWith("./..") || p === "./") { + return upath.normalize(p); + } else { + return "./" + upath.normalize(p); + } + } else { + return upath.normalize(p); + } + }, + normalizeTrim: function (p) { + p = upath.normalizeSafe(p); + if (p.endsWith("/")) { + return p.slice(0, +(p.length - 2) + 1 || 9000000000); + } else { + return p; + } + }, + joinSafe: function () { + var p, result; + p = 1 <= arguments.length ? slice.call(arguments, 0) : []; + result = upath.join.apply(null, p); + if (p[0].startsWith("./") && !result.startsWith("./")) { + result = "./" + result; + } + return result; + }, + addExt: function (file, ext) { + if (!ext) { + return file; + } else { + if (ext[0] !== ".") { + ext = "." + ext; + } + return file + (file.endsWith(ext) ? "" : ext); + } + }, + trimExt: function (filename, ignoreExts, maxSize) { + var oldExt; + if (maxSize == null) { + maxSize = 7; + } + oldExt = upath.extname(filename); + if (isValidExt(oldExt, ignoreExts, maxSize)) { + return filename.slice(0, +(filename.length - oldExt.length - 1) + 1 || 9000000000); + } else { + return filename; + } + }, + removeExt: function (filename, ext) { + if (!ext) { + return filename; + } else { + ext = ext[0] === "." ? ext : "." + ext; + if (upath.extname(filename) === ext) { + return upath.trimExt(filename); + } else { + return filename; + } + } + }, + changeExt: function (filename, ext, ignoreExts, maxSize) { + if (maxSize == null) { + maxSize = 7; + } + return upath.trimExt(filename, ignoreExts, maxSize) + (!ext ? "" : ext[0] === "." ? ext : "." + ext); + }, + defaultExt: function (filename, ext, ignoreExts, maxSize) { + var oldExt; + if (maxSize == null) { + maxSize = 7; + } + oldExt = upath.extname(filename); + if (isValidExt(oldExt, ignoreExts, maxSize)) { + return filename; + } else { + return upath.addExt(filename, ext); + } + } +}; +isValidExt = function (ext, ignoreExts, maxSize) { + if (ignoreExts == null) { + ignoreExts = []; + } + return ext && ext.length <= maxSize && indexOf.call(ignoreExts.map(function (e) { + return (e && e[0] !== "." ? "." : "") + e; + }), ext) < 0; +}; +for (name in extraFunctions) { + if (!hasProp.call(extraFunctions, name)) + continue; + extraFn = extraFunctions[name]; + if (upath[name] !== void 0) { + throw new Error("path." + name + " already exists."); + } else { + upath[name] = extraFn; + } +} + +; \ No newline at end of file diff --git a/2019-setembro/node_modules/upath/package.json b/2019-setembro/node_modules/upath/package.json new file mode 100644 index 0000000..38f605b --- /dev/null +++ b/2019-setembro/node_modules/upath/package.json @@ -0,0 +1,60 @@ +{ + "name": "upath", + "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.", + "version": "1.2.0", + "homepage": "http://github.com/anodynos/upath/", + "author": { + "name": "Angelos Pikoulas", + "email": "agelos.pikoulas@gmail.com" + }, + "license": "MIT", + "keywords": [ + "path", + "unix", + "windows", + "extension", + "file extension", + "replace extension", + "change extension", + "trim extension", + "add extension", + "default extension" + ], + "repository": { + "type": "git", + "url": "git://github.com/anodynos/upath" + }, + "bugs": { + "url": "http://github.com/anodynos/upath/issues", + "email": "agelos.pikoulas@gmail.com" + }, + "main": "./build/code/upath.js", + "types": "./upath.d.ts", + "preferGlobal": false, + "scripts": { + "test": "grunt", + "build": "grunt lib" + }, + "directories": { + "doc": "./doc", + "dist": "./build" + }, + "engines": { + "node": ">=4", + "yarn": "*" + }, + "devDependencies": { + "chai": "~4.0.2", + "coffee-script": "1.12.6", + "grunt": "0.4.5", + "grunt-contrib-watch": "^1.1.0", + "grunt-urequire": "0.7.x", + "lodash": "^4.17.15", + "mocha": "~3.4.2", + "uberscore": "0.0.19", + "underscore.string": "^3.3.5", + "urequire": "0.7.0-beta.33", + "urequire-ab-specrunner": "^0.2.5", + "urequire-rc-inject-version": "^0.1.6" + } +} diff --git a/2019-setembro/node_modules/upath/readme.md b/2019-setembro/node_modules/upath/readme.md new file mode 100644 index 0000000..21bd958 --- /dev/null +++ b/2019-setembro/node_modules/upath/readme.md @@ -0,0 +1,342 @@ +# upath v1.2.0 + +[![Build Status](https://travis-ci.org/anodynos/upath.svg?branch=master)](https://travis-ci.org/anodynos/upath) +[![Up to date Status](https://david-dm.org/anodynos/upath.png)](https://david-dm.org/anodynos/upath) + +A drop-in replacement / proxy to nodejs's `path` that: + + * Replaces the windows `\` with the unix `/` in all string params & results. This has significant positives - see below. + + * Adds **filename extensions** functions `addExt`, `trimExt`, `removeExt`, `changeExt`, and `defaultExt`. + + * Add a `normalizeSafe` function to preserve any meaningful leading `./` & a `normalizeTrim` which additionally trims any useless ending `/`. + + * Plus a helper `toUnix` that simply converts `\` to `/` and consolidates duplicates. + +**Useful note: these docs are actually auto generated from [specs](https://github.com/anodynos/upath/blob/master/source/spec/upath-spec.coffee), running on Linux.** + +Notes: + + * `upath.sep` is set to `'/'` for seamless replacement (as of 1.0.3). + + * upath has no runtime dependencies, except built-in `path` (as of 1.0.4) + + * travis-ci tested in node versions 4 to 12 + + +## Why ? + +Normal `path` doesn't convert paths to a unified format (ie `/`) before calculating paths (`normalize`, `join`), which can lead to numerous problems. +Also path joining, normalization etc on the two formats is not consistent, depending on where it runs. Running `path` on Windows yields different results than when it runs on Linux / Mac. + +In general, if you code your paths logic while developing on Unix/Mac and it runs on Windows, you may run into problems when using `path`. + +Note that using **Unix `/` on Windows** works perfectly inside nodejs (and other languages), so there's no reason to stick to the Windows legacy at all. + +##### Examples / specs + + +Check out the different (improved) behavior to vanilla `path`: + + `upath.normalize(path)` --returns--> + + ✓ `'c:/windows/nodejs/path'` ---> `'c:/windows/nodejs/path'` // equal to `path.normalize()` + ✓ `'c:/windows/../nodejs/path'` ---> `'c:/nodejs/path'` // equal to `path.normalize()` + ✓ `'c:\\windows\\nodejs\\path'` ---> `'c:/windows/nodejs/path'` // `path.normalize()` gives `'c:\windows\nodejs\path'` + ✓ `'c:\\windows\\..\\nodejs\\path'` ---> `'c:/nodejs/path'` // `path.normalize()` gives `'c:\windows\..\nodejs\path'` + ✓ `'//windows\\unix/mixed'` ---> `'/windows/unix/mixed'` // `path.normalize()` gives `'/windows\unix/mixed'` + ✓ `'\\windows//unix/mixed'` ---> `'/windows/unix/mixed'` // `path.normalize()` gives `'\windows/unix/mixed'` + ✓ `'////\\windows\\..\\unix/mixed/'` ---> `'/unix/mixed/'` // `path.normalize()` gives `'/\windows\..\unix/mixed/'` + + +Joining paths can also be a problem: + + `upath.join(paths...)` --returns--> + + ✓ `'some/nodejs/deep', '../path'` ---> `'some/nodejs/path'` // equal to `path.join()` + ✓ `'some/nodejs\\windows', '../path'` ---> `'some/nodejs/path'` // `path.join()` gives `'some/path'` + ✓ `'some\\windows\\only', '..\\path'` ---> `'some/windows/path'` // `path.join()` gives `'some\windows\only/..\path'` + + +Parsing with `path.parse()` should also be consistent across OSes: + + `upath.parse(path)` --returns--> + + ✓ `'c:\Windows\Directory\somefile.ext'` ---> `{ root: '', dir: 'c:/Windows/Directory', base: 'somefile.ext', ext: '.ext', name: 'somefile' }` + // `path.parse()` gives `'{ root: '', dir: '', base: 'c:\\Windows\\Directory\\somefile.ext', ext: '.ext', name: 'c:\\Windows\\Directory\\somefile' }'` + ✓ `'/root/of/unix/somefile.ext'` ---> `{ root: '/', dir: '/root/of/unix', base: 'somefile.ext', ext: '.ext', name: 'somefile' }` // equal to `path.parse()` + + +## Added functions + + +#### `upath.toUnix(path)` + +Just converts all `` to `/` and consolidates duplicates, without performing any normalization. + +##### Examples / specs + + `upath.toUnix(path)` --returns--> + + ✓ `'.//windows\//unix//mixed////'` ---> `'./windows/unix/mixed/'` + ✓ `'..///windows\..\\unix/mixed'` ---> `'../windows/../unix/mixed'` + + +#### `upath.normalizeSafe(path)` + +Exactly like `path.normalize(path)`, but it keeps the first meaningful `./`. + +Note that the unix `/` is returned everywhere, so windows `\` is always converted to unix `/`. + +##### Examples / specs & how it differs from vanilla `path` + + `upath.normalizeSafe(path)` --returns--> + + ✓ `''` ---> `'.'` // equal to `path.normalize()` + ✓ `'.'` ---> `'.'` // equal to `path.normalize()` + ✓ `'./'` ---> `'./'` // equal to `path.normalize()` + ✓ `'.//'` ---> `'./'` // equal to `path.normalize()` + ✓ `'.\\'` ---> `'./'` // `path.normalize()` gives `'.\'` + ✓ `'.\\//'` ---> `'./'` // `path.normalize()` gives `'.\/'` + ✓ `'./..'` ---> `'..'` // equal to `path.normalize()` + ✓ `'.//..'` ---> `'..'` // equal to `path.normalize()` + ✓ `'./../'` ---> `'../'` // equal to `path.normalize()` + ✓ `'.\\..\\'` ---> `'../'` // `path.normalize()` gives `'.\..\'` + ✓ `'./../dep'` ---> `'../dep'` // equal to `path.normalize()` + ✓ `'../dep'` ---> `'../dep'` // equal to `path.normalize()` + ✓ `'../path/dep'` ---> `'../path/dep'` // equal to `path.normalize()` + ✓ `'../path/../dep'` ---> `'../dep'` // equal to `path.normalize()` + ✓ `'dep'` ---> `'dep'` // equal to `path.normalize()` + ✓ `'path//dep'` ---> `'path/dep'` // equal to `path.normalize()` + ✓ `'./dep'` ---> `'./dep'` // `path.normalize()` gives `'dep'` + ✓ `'./path/dep'` ---> `'./path/dep'` // `path.normalize()` gives `'path/dep'` + ✓ `'./path/../dep'` ---> `'./dep'` // `path.normalize()` gives `'dep'` + ✓ `'.//windows\\unix/mixed/'` ---> `'./windows/unix/mixed/'` // `path.normalize()` gives `'windows\unix/mixed/'` + ✓ `'..//windows\\unix/mixed'` ---> `'../windows/unix/mixed'` // `path.normalize()` gives `'../windows\unix/mixed'` + ✓ `'windows\\unix/mixed/'` ---> `'windows/unix/mixed/'` // `path.normalize()` gives `'windows\unix/mixed/'` + ✓ `'..//windows\\..\\unix/mixed'` ---> `'../unix/mixed'` // `path.normalize()` gives `'../windows\..\unix/mixed'` + + +#### `upath.normalizeTrim(path)` + +Exactly like `path.normalizeSafe(path)`, but it trims any useless ending `/`. + +##### Examples / specs + + `upath.normalizeTrim(path)` --returns--> + + ✓ `'./'` ---> `'.'` // `upath.normalizeSafe()` gives `'./'` + ✓ `'./../'` ---> `'..'` // `upath.normalizeSafe()` gives `'../'` + ✓ `'./../dep/'` ---> `'../dep'` // `upath.normalizeSafe()` gives `'../dep/'` + ✓ `'path//dep\\'` ---> `'path/dep'` // `upath.normalizeSafe()` gives `'path/dep/'` + ✓ `'.//windows\\unix/mixed/'` ---> `'./windows/unix/mixed'` // `upath.normalizeSafe()` gives `'./windows/unix/mixed/'` + + +#### `upath.joinSafe([path1][, path2][, ...])` + +Exactly like `path.join()`, but it keeps the first meaningful `./`. + +Note that the unix `/` is returned everywhere, so windows `\` is always converted to unix `/`. + +##### Examples / specs & how it differs from vanilla `path` + + `upath.joinSafe(path)` --returns--> + + ✓ `'some/nodejs/deep', '../path'` ---> `'some/nodejs/path'` // equal to `path.join()` + ✓ `'./some/local/unix/', '../path'` ---> `'./some/local/path'` // `path.join()` gives `'some/local/path'` + ✓ `'./some\\current\\mixed', '..\\path'` ---> `'./some/current/path'` // `path.join()` gives `'some\current\mixed/..\path'` + ✓ `'../some/relative/destination', '..\\path'` ---> `'../some/relative/path'` // `path.join()` gives `'../some/relative/destination/..\path'` + + +## Added functions for *filename extension* manipulation. + +**Happy notes:** + + In all functions you can: + + * use both `.ext` & `ext` - the dot `.` on the extension is always adjusted correctly. + + * omit the `ext` param (pass null/undefined/empty string) and the common sense thing will happen. + + * ignore specific extensions from being considered as valid ones (eg `.min`, `.dev` `.aLongExtIsNotAnExt` etc), hence no trimming or replacement takes place on them. + + + +#### `upath.addExt(filename, [ext])` + +Adds `.ext` to `filename`, but only if it doesn't already have the exact extension. + +##### Examples / specs + + `upath.addExt(filename, 'js')` --returns--> + + ✓ `'myfile/addExt'` ---> `'myfile/addExt.js'` + ✓ `'myfile/addExt.txt'` ---> `'myfile/addExt.txt.js'` + ✓ `'myfile/addExt.js'` ---> `'myfile/addExt.js'` + ✓ `'myfile/addExt.min.'` ---> `'myfile/addExt.min..js'` + + +It adds nothing if no `ext` param is passed. + + `upath.addExt(filename)` --returns--> + + ✓ `'myfile/addExt'` ---> `'myfile/addExt'` + ✓ `'myfile/addExt.txt'` ---> `'myfile/addExt.txt'` + ✓ `'myfile/addExt.js'` ---> `'myfile/addExt.js'` + ✓ `'myfile/addExt.min.'` ---> `'myfile/addExt.min.'` + + +#### `upath.trimExt(filename, [ignoreExts], [maxSize=7])` + +Trims a filename's extension. + + * Extensions are considered to be up to `maxSize` chars long, counting the dot (defaults to 7). + + * An `Array` of `ignoreExts` (eg `['.min']`) prevents these from being considered as extension, thus are not trimmed. + +##### Examples / specs + + `upath.trimExt(filename)` --returns--> + + ✓ `'my/trimedExt.txt'` ---> `'my/trimedExt'` + ✓ `'my/trimedExt'` ---> `'my/trimedExt'` + ✓ `'my/trimedExt.min'` ---> `'my/trimedExt'` + ✓ `'my/trimedExt.min.js'` ---> `'my/trimedExt.min'` + ✓ `'../my/trimedExt.longExt'` ---> `'../my/trimedExt.longExt'` + + +It is ignoring `.min` & `.dev` as extensions, and considers exts with up to 8 chars. + + `upath.trimExt(filename, ['min', '.dev'], 8)` --returns--> + + ✓ `'my/trimedExt.txt'` ---> `'my/trimedExt'` + ✓ `'my/trimedExt.min'` ---> `'my/trimedExt.min'` + ✓ `'my/trimedExt.dev'` ---> `'my/trimedExt.dev'` + ✓ `'../my/trimedExt.longExt'` ---> `'../my/trimedExt'` + ✓ `'../my/trimedExt.longRExt'` ---> `'../my/trimedExt.longRExt'` + + +#### `upath.removeExt(filename, ext)` + +Removes the specific `ext` extension from filename, if it has it. Otherwise it leaves it as is. +As in all upath functions, it be `.ext` or `ext`. + +##### Examples / specs + + `upath.removeExt(filename, '.js')` --returns--> + + ✓ `'removedExt.js'` ---> `'removedExt'` + ✓ `'removedExt.txt.js'` ---> `'removedExt.txt'` + ✓ `'notRemoved.txt'` ---> `'notRemoved.txt'` + +It does not care about the length of exts. + + `upath.removeExt(filename, '.longExt')` --returns--> + + ✓ `'removedExt.longExt'` ---> `'removedExt'` + ✓ `'removedExt.txt.longExt'` ---> `'removedExt.txt'` + ✓ `'notRemoved.txt'` ---> `'notRemoved.txt'` + + +#### `upath.changeExt(filename, [ext], [ignoreExts], [maxSize=7])` + +Changes a filename's extension to `ext`. If it has no (valid) extension, it adds it. + + * Valid extensions are considered to be up to `maxSize` chars long, counting the dot (defaults to 7). + + * An `Array` of `ignoreExts` (eg `['.min']`) prevents these from being considered as extension, thus are not changed - the new extension is added instead. + +##### Examples / specs + + `upath.changeExt(filename, '.js')` --returns--> + + ✓ `'my/module.min'` ---> `'my/module.js'` + ✓ `'my/module.coffee'` ---> `'my/module.js'` + ✓ `'my/module'` ---> `'my/module.js'` + ✓ `'file/withDot.'` ---> `'file/withDot.js'` + ✓ `'file/change.longExt'` ---> `'file/change.longExt.js'` + + +If no `ext` param is given, it trims the current extension (if any). + + `upath.changeExt(filename)` --returns--> + + ✓ `'my/module.min'` ---> `'my/module'` + ✓ `'my/module.coffee'` ---> `'my/module'` + ✓ `'my/module'` ---> `'my/module'` + ✓ `'file/withDot.'` ---> `'file/withDot'` + ✓ `'file/change.longExt'` ---> `'file/change.longExt'` + + +It is ignoring `.min` & `.dev` as extensions, and considers exts with up to 8 chars. + + `upath.changeExt(filename, 'js', ['min', '.dev'], 8)` --returns--> + + ✓ `'my/module.coffee'` ---> `'my/module.js'` + ✓ `'file/notValidExt.min'` ---> `'file/notValidExt.min.js'` + ✓ `'file/notValidExt.dev'` ---> `'file/notValidExt.dev.js'` + ✓ `'file/change.longExt'` ---> `'file/change.js'` + ✓ `'file/change.longRExt'` ---> `'file/change.longRExt.js'` + + +#### `upath.defaultExt(filename, [ext], [ignoreExts], [maxSize=7])` + +Adds `.ext` to `filename`, only if it doesn't already have _any_ *old* extension. + + * (Old) extensions are considered to be up to `maxSize` chars long, counting the dot (defaults to 7). + + * An `Array` of `ignoreExts` (eg `['.min']`) will force adding default `.ext` even if one of these is present. + +##### Examples / specs + + `upath.defaultExt(filename, 'js')` --returns--> + + ✓ `'fileWith/defaultExt'` ---> `'fileWith/defaultExt.js'` + ✓ `'fileWith/defaultExt.js'` ---> `'fileWith/defaultExt.js'` + ✓ `'fileWith/defaultExt.min'` ---> `'fileWith/defaultExt.min'` + ✓ `'fileWith/defaultExt.longExt'` ---> `'fileWith/defaultExt.longExt.js'` + + +If no `ext` param is passed, it leaves filename intact. + + `upath.defaultExt(filename)` --returns--> + + ✓ `'fileWith/defaultExt'` ---> `'fileWith/defaultExt'` + ✓ `'fileWith/defaultExt.js'` ---> `'fileWith/defaultExt.js'` + ✓ `'fileWith/defaultExt.min'` ---> `'fileWith/defaultExt.min'` + ✓ `'fileWith/defaultExt.longExt'` ---> `'fileWith/defaultExt.longExt'` + + +It is ignoring `.min` & `.dev` as extensions, and considers exts with up to 8 chars. + + `upath.defaultExt(filename, 'js', ['min', '.dev'], 8)` --returns--> + + ✓ `'fileWith/defaultExt'` ---> `'fileWith/defaultExt.js'` + ✓ `'fileWith/defaultExt.min'` ---> `'fileWith/defaultExt.min.js'` + ✓ `'fileWith/defaultExt.dev'` ---> `'fileWith/defaultExt.dev.js'` + ✓ `'fileWith/defaultExt.longExt'` ---> `'fileWith/defaultExt.longExt'` + ✓ `'fileWith/defaultExt.longRext'` ---> `'fileWith/defaultExt.longRext.js'` + + +Copyright(c) 2014-2019 Angelos Pikoulas (agelos.pikoulas@gmail.com) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/upath/upath.d.ts b/2019-setembro/node_modules/upath/upath.d.ts new file mode 100644 index 0000000..778d70a --- /dev/null +++ b/2019-setembro/node_modules/upath/upath.d.ts @@ -0,0 +1,239 @@ +declare module "upath" { + + /** + * A parsed path object generated by path.parse() or consumed by path.format(). + */ + export interface ParsedPath { + /** + * The root of the path such as '/' or 'c:\' + */ + root: string; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir: string; + /** + * The file name including extension (if any) such as 'index.html' + */ + base: string; + /** + * The file extension (if any) such as '.html' + */ + ext: string; + /** + * The file name without extension (if any) such as 'index' + */ + name: string; + } + + /** + * Version of the library + */ + export var VERSION: string; + + /** + * Just converts all `to/` and consolidates duplicates, without performing any normalization. + * + * @param p string path to convert to unix. + */ + export function toUnix(p: string): string; + + /** + * Exactly like path.normalize(path), but it keeps the first meaningful ./. + * + * Note that the unix / is returned everywhere, so windows \ is always converted to unix /. + * + * @param p string path to normalize. + */ + export function normalizeSafe(p: string): string; + + /** + * Exactly like path.normalizeSafe(path), but it trims any useless ending /. + * + * @param p string path to normalize + */ + export function normalizeTrim(p: string): string; + + /** + * Exactly like path.join(), but it keeps the first meaningful ./. + * + * Note that the unix / is returned everywhere, so windows \ is always converted to unix /. + * + * @param paths string paths to join + */ + export function joinSafe(...p: any[]): string; + + /** + * Adds .ext to filename, but only if it doesn't already have the exact extension. + * + * @param file string filename to add extension to + * @param ext string extension to add + */ + export function addExt(file: string, ext: string): string; + + /** + * Trims a filename's extension. + * + * Extensions are considered to be up to maxSize chars long, counting the dot (defaults to 7). + * + * An Array of ignoreExts (eg ['.min']) prevents these from being considered as extension, thus are not trimmed. + * + * @param filename string filename to trim it's extension + * @param ignoreExts array extensions to ignore + * @param maxSize number max length of the extension + */ + export function trimExt(filename: string, ignoreExts?: string[], maxSize?: number): string; + + /** + * Removes the specific ext extension from filename, if it has it. Otherwise it leaves it as is. As in all upath functions, it be .ext or ext. + * + * @param file string filename to remove extension to + * @param ext string extension to remove + */ + export function removeExt(filename: string, ext: string): string; + + /** + * Changes a filename's extension to ext. If it has no (valid) extension, it adds it. + * + * Valid extensions are considered to be up to maxSize chars long, counting the dot (defaults to 7). + * + * An Array of ignoreExts (eg ['.min']) prevents these from being considered as extension, thus are not changed - the new extension is added instead. + * + * @param filename string filename to change it's extension + * @param ext string extension to change to + * @param ignoreExts array extensions to ignore + * @param maxSize number max length of the extension + */ + export function changeExt(filename: string, ext: string, ignoreExts?: string[], maxSize?: number): string; + + /** + * Adds .ext to filename, only if it doesn't already have any old extension. + * + * (Old) extensions are considered to be up to maxSize chars long, counting the dot (defaults to 7). + * + * An Array of ignoreExts (eg ['.min']) will force adding default .ext even if one of these is present. + * + * @param filename string filename to default to it's extension + * @param ext string extension to default to + * @param ignoreExts array extensions to ignore + * @param maxSize number max length of the extension + */ + export function defaultExt(filename: string, ext: string, ignoreExts?: string[], maxSize?: number): string; + + /** + * Normalize a string path, reducing '..' and '.' parts. + * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. + * + * @param p string path to normalize. + */ + export function normalize(p: string): string; + /** + * Join all arguments together and normalize the resulting path. + * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. + * + * @param paths string paths to join. + */ + export function join(...paths: any[]): string; + /** + * Join all arguments together and normalize the resulting path. + * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. + * + * @param paths string paths to join. + */ + export function join(...paths: string[]): string; + /** + * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. + * + * Starting from leftmost {from} parameter, resolves {to} to an absolute path. + * + * If {to} isn't already absolute, {from} arguments are prepended in right to left order, until an absolute path is found. If after using all {from} paths still no absolute path is found, the current working directory is used as well. The resulting path is normalized, and trailing slashes are removed unless the path gets resolved to the root directory. + * + * @param pathSegments string paths to join. Non-string arguments are ignored. + */ + export function resolve(...pathSegments: any[]): string; + /** + * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. + * + * @param path path to test. + */ + export function isAbsolute(path: string): boolean; + /** + * Solve the relative path from {from} to {to}. + * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. + * + * @param from + * @param to + */ + export function relative(from: string, to: string): string; + /** + * Return the directory name of a path. Similar to the Unix dirname command. + * + * @param p the path to evaluate. + */ + export function dirname(p: string): string; + /** + * Return the last portion of a path. Similar to the Unix basename command. + * Often used to extract the file name from a fully qualified path. + * + * @param p the path to evaluate. + * @param ext optionally, an extension to remove from the result. + */ + export function basename(p: string, ext?: string): string; + /** + * Return the extension of the path, from the last '.' to end of string in the last portion of the path. + * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string + * + * @param p the path to evaluate. + */ + export function extname(p: string): string; + /** + * The platform-specific file separator. '\\' or '/'. + */ + export var sep: string; + /** + * The platform-specific file delimiter. ';' or ':'. + */ + export var delimiter: string; + /** + * Returns an object from a path string - the opposite of format(). + * + * @param pathString path to evaluate. + */ + export function parse(pathString: string): ParsedPath; + /** + * Returns a path string from an object - the opposite of parse(). + * + * @param pathString path to evaluate. + */ + export function format(pathObject: ParsedPath): string; + + export module posix { + export function normalize(p: string): string; + export function join(...paths: any[]): string; + export function resolve(...pathSegments: any[]): string; + export function isAbsolute(p: string): boolean; + export function relative(from: string, to: string): string; + export function dirname(p: string): string; + export function basename(p: string, ext?: string): string; + export function extname(p: string): string; + export var sep: string; + export var delimiter: string; + export function parse(p: string): ParsedPath; + export function format(pP: ParsedPath): string; + } + + export module win32 { + export function normalize(p: string): string; + export function join(...paths: any[]): string; + export function resolve(...pathSegments: any[]): string; + export function isAbsolute(p: string): boolean; + export function relative(from: string, to: string): string; + export function dirname(p: string): string; + export function basename(p: string, ext?: string): string; + export function extname(p: string): string; + export var sep: string; + export var delimiter: string; + export function parse(p: string): ParsedPath; + export function format(pP: ParsedPath): string; + } +} diff --git a/2019-setembro/node_modules/urix/.jshintrc b/2019-setembro/node_modules/urix/.jshintrc new file mode 100644 index 0000000..9d1a618 --- /dev/null +++ b/2019-setembro/node_modules/urix/.jshintrc @@ -0,0 +1,42 @@ +{ + "bitwise": true, + "camelcase": true, + "curly": false, + "eqeqeq": true, + "es3": false, + "forin": true, + "immed": false, + "indent": false, + "latedef": "nofunc", + "newcap": false, + "noarg": true, + "noempty": true, + "nonew": false, + "plusplus": false, + "quotmark": true, + "undef": true, + "unused": "vars", + "strict": false, + "trailing": true, + "maxparams": 5, + "maxdepth": false, + "maxstatements": false, + "maxcomplexity": false, + "maxlen": 100, + + "asi": true, + "expr": true, + "globalstrict": true, + "smarttabs": true, + "sub": true, + + "node": true, + "globals": { + "describe": false, + "it": false, + "before": false, + "beforeEach": false, + "after": false, + "afterEach": false + } +} diff --git a/2019-setembro/node_modules/urix/LICENSE b/2019-setembro/node_modules/urix/LICENSE new file mode 100644 index 0000000..0595be3 --- /dev/null +++ b/2019-setembro/node_modules/urix/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/urix/index.js b/2019-setembro/node_modules/urix/index.js new file mode 100644 index 0000000..dc6ef27 --- /dev/null +++ b/2019-setembro/node_modules/urix/index.js @@ -0,0 +1,17 @@ +// Copyright 2014 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var path = require("path") + +"use strict" + +function urix(aPath) { + if (path.sep === "\\") { + return aPath + .replace(/\\/g, "/") + .replace(/^[a-z]:\/?/i, "/") + } + return aPath +} + +module.exports = urix diff --git a/2019-setembro/node_modules/urix/package.json b/2019-setembro/node_modules/urix/package.json new file mode 100644 index 0000000..992e329 --- /dev/null +++ b/2019-setembro/node_modules/urix/package.json @@ -0,0 +1,25 @@ +{ + "name": "urix", + "version": "0.1.0", + "author": "Simon Lydell", + "license": "MIT", + "description": "Makes Windows-style paths more unix and URI friendly.", + "main": "index.js", + "repository": "lydell/urix", + "keywords": [ + "path", + "url", + "uri", + "unix", + "windows", + "backslash", + "slash" + ], + "scripts": { + "test": "jshint index.js test/ && mocha" + }, + "devDependencies": { + "mocha": "^1.17.1", + "jshint": "^2.4.4" + } +} diff --git a/2019-setembro/node_modules/urix/readme.md b/2019-setembro/node_modules/urix/readme.md new file mode 100644 index 0000000..b258b98 --- /dev/null +++ b/2019-setembro/node_modules/urix/readme.md @@ -0,0 +1,46 @@ +[![Build Status](https://travis-ci.org/lydell/urix.png?branch=master)](https://travis-ci.org/lydell/urix) + +Overview +======== + +Makes Windows-style paths more unix and URI friendly. Useful if you work with +paths that eventually will be used in URLs. + +```js +var urix = require("urix") + +// On Windows: +urix("c:\\users\\you\\foo") +// /users/you/foo + +// On unix-like systems: +urix("c:\\users\\you\\foo") +// c:\users\you\foo +``` + + +Installation +============ + +`npm install urix` + +```js +var urix = require("urix") +``` + + +Usage +===== + +### `urix(path)` ### + +On Windows, replaces all backslashes with slashes and uses a slash instead of a +drive letter and a colon for absolute paths. + +On unix-like systems it is a no-op. + + +License +======= + +[The X11 (“MIT”) License](LICENSE). diff --git a/2019-setembro/node_modules/urix/test/index.js b/2019-setembro/node_modules/urix/test/index.js new file mode 100644 index 0000000..5333f24 --- /dev/null +++ b/2019-setembro/node_modules/urix/test/index.js @@ -0,0 +1,43 @@ +// Copyright 2014 Simon Lydell +// X11 (“MIT”) Licensed. (See LICENSE.) + +var path = require("path") +var assert = require("assert") +var urix = require("../") + +"use stict" + +function test(testPath, expected) { + path.sep = "\\" + assert.equal(urix(testPath), expected) + path.sep = "/" + assert.equal(urix(testPath), testPath) +} + +describe("urix", function() { + + it("is a function", function() { + assert.equal(typeof urix, "function") + }) + + + it("converts backslashes to slashes", function() { + test("a\\b\\c", "a/b/c") + test("\\a\\b\\c", "/a/b/c") + test("a/b\\c", "a/b/c") + test("\\\\a\\\\\\b///c", "//a///b///c") + }) + + + it("changes the drive letter to a slash", function() { + test("c:\\a", "/a") + test("C:\\a", "/a") + test("z:\\a", "/a") + test("c:a", "/a") + test("c:/a", "/a") + test("c:\\\\a", "//a") + test("c://a", "//a") + test("c:\\//a", "///a") + }) + +}) diff --git a/2019-setembro/node_modules/use/LICENSE b/2019-setembro/node_modules/use/LICENSE new file mode 100644 index 0000000..7cccaf9 --- /dev/null +++ b/2019-setembro/node_modules/use/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-present, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/2019-setembro/node_modules/use/README.md b/2019-setembro/node_modules/use/README.md new file mode 100644 index 0000000..59b1dbd --- /dev/null +++ b/2019-setembro/node_modules/use/README.md @@ -0,0 +1,90 @@ +# use [![NPM version](https://img.shields.io/npm/v/use.svg?style=flat)](https://www.npmjs.com/package/use) [![NPM monthly downloads](https://img.shields.io/npm/dm/use.svg?style=flat)](https://npmjs.org/package/use) [![NPM total downloads](https://img.shields.io/npm/dt/use.svg?style=flat)](https://npmjs.org/package/use) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/use.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/use) + +> Easily add plugin support to your node.js application. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save use +``` + +A different take on plugin handling! This is not a middleware system, if you need something that handles async middleware, [ware](https://github.com/segmentio/ware) is great for that. + +## Usage + +```js +const use = require('use'); +``` + +See the [examples folder](./examples) for usage examples. + +## About + +
    +Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
    + +
    +Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
    + +
    +Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
    + +### Related projects + +You might also be interested in these projects: + +* [base-plugins](https://www.npmjs.com/package/base-plugins): Adds 'smart plugin' support to your base application. | [homepage](https://github.com/node-base/base-plugins "Adds 'smart plugin' support to your base application.") +* [base](https://www.npmjs.com/package/base): Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks | [homepage](https://github.com/node-base/base "Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks") +* [ware](https://www.npmjs.com/package/ware): Easily create your own middleware layer. | [homepage](https://github.com/segmentio/ware "Easily create your own middleware layer.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 37 | [jonschlinkert](https://github.com/jonschlinkert) | +| 7 | [charlike-old](https://github.com/charlike-old) | +| 2 | [doowb](https://github.com/doowb) | +| 2 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Author + +**Jon Schlinkert** + +* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert) +* [GitHub Profile](https://github.com/jonschlinkert) +* [Twitter Profile](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 12, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/use/index.js b/2019-setembro/node_modules/use/index.js new file mode 100644 index 0000000..9a1eb4e --- /dev/null +++ b/2019-setembro/node_modules/use/index.js @@ -0,0 +1,155 @@ +/*! + * use + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +module.exports = function base(app, options) { + if (!isObject(app) && typeof app !== 'function') { + throw new TypeError('expected an object or function'); + } + + var opts = isObject(options) ? options : {}; + var prop = typeof opts.prop === 'string' ? opts.prop : 'fns'; + if (!Array.isArray(app[prop])) { + define(app, prop, []); + } + + /** + * Define a plugin function to be passed to use. The only + * parameter exposed to the plugin is `app`, the object or function. + * passed to `use(app)`. `app` is also exposed as `this` in plugins. + * + * Additionally, **if a plugin returns a function, the function will + * be pushed onto the `fns` array**, allowing the plugin to be + * called at a later point by the `run` method. + * + * ```js + * var use = require('use'); + * + * // define a plugin + * function foo(app) { + * // do stuff + * } + * + * var app = function(){}; + * use(app); + * + * // register plugins + * app.use(foo); + * app.use(bar); + * app.use(baz); + * ``` + * @name .use + * @param {Function} `fn` plugin function to call + * @api public + */ + + define(app, 'use', use); + + /** + * Run all plugins on `fns`. Any plugin that returns a function + * when called by `use` is pushed onto the `fns` array. + * + * ```js + * var config = {}; + * app.run(config); + * ``` + * @name .run + * @param {Object} `value` Object to be modified by plugins. + * @return {Object} Returns the object passed to `run` + * @api public + */ + + define(app, 'run', function(val) { + if (!isObject(val)) return; + + if (!val.use || !val.run) { + define(val, prop, val[prop] || []); + define(val, 'use', use); + } + + if (!val[prop] || val[prop].indexOf(base) === -1) { + val.use(base); + } + + var self = this || app; + var fns = self[prop]; + var len = fns.length; + var idx = -1; + + while (++idx < len) { + val.use(fns[idx]); + } + return val; + }); + + /** + * Call plugin `fn`. If a function is returned push it into the + * `fns` array to be called by the `run` method. + */ + + function use(type, fn, options) { + var offset = 1; + + if (typeof type === 'string' || Array.isArray(type)) { + fn = wrap(type, fn); + offset++; + } else { + options = fn; + fn = type; + } + + if (typeof fn !== 'function') { + throw new TypeError('expected a function'); + } + + var self = this || app; + var fns = self[prop]; + + var args = [].slice.call(arguments, offset); + args.unshift(self); + + if (typeof opts.hook === 'function') { + opts.hook.apply(self, args); + } + + var val = fn.apply(self, args); + if (typeof val === 'function' && fns.indexOf(val) === -1) { + fns.push(val); + } + return self; + } + + /** + * Wrap a named plugin function so that it's only called on objects of the + * given `type` + * + * @param {String} `type` + * @param {Function} `fn` Plugin function + * @return {Function} + */ + + function wrap(type, fn) { + return function plugin() { + return this.type === type ? fn.apply(this, arguments) : plugin; + }; + } + + return app; +}; + +function isObject(val) { + return val && typeof val === 'object' && !Array.isArray(val); +} + +function define(obj, key, val) { + Object.defineProperty(obj, key, { + configurable: true, + writable: true, + value: val + }); +} diff --git a/2019-setembro/node_modules/use/package.json b/2019-setembro/node_modules/use/package.json new file mode 100644 index 0000000..b7a3f9a --- /dev/null +++ b/2019-setembro/node_modules/use/package.json @@ -0,0 +1,66 @@ +{ + "name": "use", + "description": "Easily add plugin support to your node.js application.", + "version": "3.1.1", + "homepage": "https://github.com/jonschlinkert/use", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Olsten Larck (https://i.am.charlike.online)", + "(https://github.com/wtgtybhertgeghgtwtg)" + ], + "repository": "jonschlinkert/use", + "bugs": { + "url": "https://github.com/jonschlinkert/use/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "devDependencies": { + "base-plugins": "^1.0.0", + "define-property": "^2.0.0", + "extend-shallow": "^3.0.1", + "gulp": "^3.9.1", + "gulp-eslint": "^4.0.0", + "gulp-format-md": "^1.0.0", + "gulp-istanbul": "^1.1.2", + "gulp-mocha": "^3.0.1", + "mocha": "^4.0.1" + }, + "keywords": [ + "use" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "base", + "base-plugins", + "ware" + ] + }, + "reflinks": [ + "verb", + "ware" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/2019-setembro/node_modules/util-deprecate/History.md b/2019-setembro/node_modules/util-deprecate/History.md new file mode 100644 index 0000000..acc8675 --- /dev/null +++ b/2019-setembro/node_modules/util-deprecate/History.md @@ -0,0 +1,16 @@ + +1.0.2 / 2015-10-07 +================== + + * use try/catch when checking `localStorage` (#3, @kumavis) + +1.0.1 / 2014-11-25 +================== + + * browser: use `console.warn()` for deprecation calls + * browser: more jsdocs + +1.0.0 / 2014-04-30 +================== + + * initial commit diff --git a/2019-setembro/node_modules/util-deprecate/LICENSE b/2019-setembro/node_modules/util-deprecate/LICENSE new file mode 100644 index 0000000..6a60e8c --- /dev/null +++ b/2019-setembro/node_modules/util-deprecate/LICENSE @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/util-deprecate/README.md b/2019-setembro/node_modules/util-deprecate/README.md new file mode 100644 index 0000000..75622fa --- /dev/null +++ b/2019-setembro/node_modules/util-deprecate/README.md @@ -0,0 +1,53 @@ +util-deprecate +============== +### The Node.js `util.deprecate()` function with browser support + +In Node.js, this module simply re-exports the `util.deprecate()` function. + +In the web browser (i.e. via browserify), a browser-specific implementation +of the `util.deprecate()` function is used. + + +## API + +A `deprecate()` function is the only thing exposed by this module. + +``` javascript +// setup: +exports.foo = deprecate(foo, 'foo() is deprecated, use bar() instead'); + + +// users see: +foo(); +// foo() is deprecated, use bar() instead +foo(); +foo(); +``` + + +## License + +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/util-deprecate/browser.js b/2019-setembro/node_modules/util-deprecate/browser.js new file mode 100644 index 0000000..549ae2f --- /dev/null +++ b/2019-setembro/node_modules/util-deprecate/browser.js @@ -0,0 +1,67 @@ + +/** + * Module exports. + */ + +module.exports = deprecate; + +/** + * Mark that a method should not be used. + * Returns a modified function which warns once by default. + * + * If `localStorage.noDeprecation = true` is set, then it is a no-op. + * + * If `localStorage.throwDeprecation = true` is set, then deprecated functions + * will throw an Error when invoked. + * + * If `localStorage.traceDeprecation = true` is set, then deprecated functions + * will invoke `console.trace()` instead of `console.error()`. + * + * @param {Function} fn - the function to deprecate + * @param {String} msg - the string to print to the console when `fn` is invoked + * @returns {Function} a new "deprecated" version of `fn` + * @api public + */ + +function deprecate (fn, msg) { + if (config('noDeprecation')) { + return fn; + } + + var warned = false; + function deprecated() { + if (!warned) { + if (config('throwDeprecation')) { + throw new Error(msg); + } else if (config('traceDeprecation')) { + console.trace(msg); + } else { + console.warn(msg); + } + warned = true; + } + return fn.apply(this, arguments); + } + + return deprecated; +} + +/** + * Checks `localStorage` for boolean values for the given `name`. + * + * @param {String} name + * @returns {Boolean} + * @api private + */ + +function config (name) { + // accessing global.localStorage can trigger a DOMException in sandboxed iframes + try { + if (!global.localStorage) return false; + } catch (_) { + return false; + } + var val = global.localStorage[name]; + if (null == val) return false; + return String(val).toLowerCase() === 'true'; +} diff --git a/2019-setembro/node_modules/util-deprecate/node.js b/2019-setembro/node_modules/util-deprecate/node.js new file mode 100644 index 0000000..5e6fcff --- /dev/null +++ b/2019-setembro/node_modules/util-deprecate/node.js @@ -0,0 +1,6 @@ + +/** + * For Node.js, simply re-export the core `util.deprecate` function. + */ + +module.exports = require('util').deprecate; diff --git a/2019-setembro/node_modules/util-deprecate/package.json b/2019-setembro/node_modules/util-deprecate/package.json new file mode 100644 index 0000000..2e79f89 --- /dev/null +++ b/2019-setembro/node_modules/util-deprecate/package.json @@ -0,0 +1,27 @@ +{ + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "main": "node.js", + "browser": "browser.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/util-deprecate.git" + }, + "keywords": [ + "util", + "deprecate", + "browserify", + "browser", + "node" + ], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/util-deprecate/issues" + }, + "homepage": "https://github.com/TooTallNate/util-deprecate" +} diff --git a/2019-setembro/node_modules/validate-npm-package-license/LICENSE b/2019-setembro/node_modules/validate-npm-package-license/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/2019-setembro/node_modules/validate-npm-package-license/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/2019-setembro/node_modules/validate-npm-package-license/README.md b/2019-setembro/node_modules/validate-npm-package-license/README.md new file mode 100644 index 0000000..702bc7b --- /dev/null +++ b/2019-setembro/node_modules/validate-npm-package-license/README.md @@ -0,0 +1,113 @@ +validate-npm-package-license +============================ + +Give me a string and I'll tell you if it's a valid npm package license string. + +```javascript +var valid = require('validate-npm-package-license'); +``` + +SPDX license identifiers are valid license strings: + +```javascript + +var assert = require('assert'); +var validSPDXExpression = { + validForNewPackages: true, + validForOldPackages: true, + spdx: true +}; + +assert.deepEqual(valid('MIT'), validSPDXExpression); +assert.deepEqual(valid('BSD-2-Clause'), validSPDXExpression); +assert.deepEqual(valid('Apache-2.0'), validSPDXExpression); +assert.deepEqual(valid('ISC'), validSPDXExpression); +``` +The function will return a warning and suggestion for nearly-correct license identifiers: + +```javascript +assert.deepEqual( + valid('Apache 2.0'), + { + validForOldPackages: false, + validForNewPackages: false, + warnings: [ + 'license should be ' + + 'a valid SPDX license expression (without "LicenseRef"), ' + + '"UNLICENSED", or ' + + '"SEE LICENSE IN "', + 'license is similar to the valid expression "Apache-2.0"' + ] + } +); +``` + +SPDX expressions are valid, too ... + +```javascript +// Simple SPDX license expression for dual licensing +assert.deepEqual( + valid('(GPL-3.0-only OR BSD-2-Clause)'), + validSPDXExpression +); +``` + +... except if they contain `LicenseRef`: + +```javascript +var warningAboutLicenseRef = { + validForOldPackages: false, + validForNewPackages: false, + spdx: true, + warnings: [ + 'license should be ' + + 'a valid SPDX license expression (without "LicenseRef"), ' + + '"UNLICENSED", or ' + + '"SEE LICENSE IN "', + ] +}; + +assert.deepEqual( + valid('LicenseRef-Made-Up'), + warningAboutLicenseRef +); + +assert.deepEqual( + valid('(MIT OR LicenseRef-Made-Up)'), + warningAboutLicenseRef +); +``` + +If you can't describe your licensing terms with standardized SPDX identifiers, put the terms in a file in the package and point users there: + +```javascript +assert.deepEqual( + valid('SEE LICENSE IN LICENSE.txt'), + { + validForNewPackages: true, + validForOldPackages: true, + inFile: 'LICENSE.txt' + } +); + +assert.deepEqual( + valid('SEE LICENSE IN license.md'), + { + validForNewPackages: true, + validForOldPackages: true, + inFile: 'license.md' + } +); +``` + +If there aren't any licensing terms, use `UNLICENSED`: + +```javascript +var unlicensed = { + validForNewPackages: true, + validForOldPackages: true, + unlicensed: true +}; +assert.deepEqual(valid('UNLICENSED'), unlicensed); +assert.deepEqual(valid('UNLICENCED'), unlicensed); +``` diff --git a/2019-setembro/node_modules/validate-npm-package-license/index.js b/2019-setembro/node_modules/validate-npm-package-license/index.js new file mode 100644 index 0000000..35eaa73 --- /dev/null +++ b/2019-setembro/node_modules/validate-npm-package-license/index.js @@ -0,0 +1,86 @@ +var parse = require('spdx-expression-parse'); +var correct = require('spdx-correct'); + +var genericWarning = ( + 'license should be ' + + 'a valid SPDX license expression (without "LicenseRef"), ' + + '"UNLICENSED", or ' + + '"SEE LICENSE IN "' +); + +var fileReferenceRE = /^SEE LICEN[CS]E IN (.+)$/; + +function startsWith(prefix, string) { + return string.slice(0, prefix.length) === prefix; +} + +function usesLicenseRef(ast) { + if (ast.hasOwnProperty('license')) { + var license = ast.license; + return ( + startsWith('LicenseRef', license) || + startsWith('DocumentRef', license) + ); + } else { + return ( + usesLicenseRef(ast.left) || + usesLicenseRef(ast.right) + ); + } +} + +module.exports = function(argument) { + var ast; + + try { + ast = parse(argument); + } catch (e) { + var match + if ( + argument === 'UNLICENSED' || + argument === 'UNLICENCED' + ) { + return { + validForOldPackages: true, + validForNewPackages: true, + unlicensed: true + }; + } else if (match = fileReferenceRE.exec(argument)) { + return { + validForOldPackages: true, + validForNewPackages: true, + inFile: match[1] + }; + } else { + var result = { + validForOldPackages: false, + validForNewPackages: false, + warnings: [genericWarning] + }; + if (argument.trim().length !== 0) { + var corrected = correct(argument); + if (corrected) { + result.warnings.push( + 'license is similar to the valid expression "' + corrected + '"' + ); + } + } + return result; + } + } + + if (usesLicenseRef(ast)) { + return { + validForNewPackages: false, + validForOldPackages: false, + spdx: true, + warnings: [genericWarning] + }; + } else { + return { + validForNewPackages: true, + validForOldPackages: true, + spdx: true + }; + } +}; diff --git a/2019-setembro/node_modules/validate-npm-package-license/package.json b/2019-setembro/node_modules/validate-npm-package-license/package.json new file mode 100644 index 0000000..9e92af4 --- /dev/null +++ b/2019-setembro/node_modules/validate-npm-package-license/package.json @@ -0,0 +1,28 @@ +{ + "name": "validate-npm-package-license", + "description": "Give me a string and I'll tell you if it's a valid npm package license string", + "version": "3.0.4", + "author": "Kyle E. Mitchell (https://kemitchell.com)", + "contributors": [ + "Mark Stacey " + ], + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + }, + "devDependencies": { + "defence-cli": "^2.0.1", + "replace-require-self": "^1.0.0" + }, + "keywords": [ + "license", + "npm", + "package", + "validation" + ], + "license": "Apache-2.0", + "repository": "kemitchell/validate-npm-package-license.js", + "scripts": { + "test": "defence README.md | replace-require-self | node" + } +} diff --git a/2019-setembro/node_modules/which/CHANGELOG.md b/2019-setembro/node_modules/which/CHANGELOG.md new file mode 100644 index 0000000..3d83d26 --- /dev/null +++ b/2019-setembro/node_modules/which/CHANGELOG.md @@ -0,0 +1,152 @@ +# Changes + + +## 1.3.1 + +* update deps +* update travis + +## v1.3.0 + +* Add nothrow option to which.sync +* update tap + +## v1.2.14 + +* appveyor: drop node 5 and 0.x +* travis-ci: add node 6, drop 0.x + +## v1.2.13 + +* test: Pass missing option to pass on windows +* update tap +* update isexe to 2.0.0 +* neveragain.tech pledge request + +## v1.2.12 + +* Removed unused require + +## v1.2.11 + +* Prevent changelog script from being included in package + +## v1.2.10 + +* Use env.PATH only, not env.Path + +## v1.2.9 + +* fix for paths starting with ../ +* Remove unused `is-absolute` module + +## v1.2.8 + +* bullet items in changelog that contain (but don't start with) # + +## v1.2.7 + +* strip 'update changelog' changelog entries out of changelog + +## v1.2.6 + +* make the changelog bulleted + +## v1.2.5 + +* make a changelog, and keep it up to date +* don't include tests in package +* Properly handle relative-path executables +* appveyor +* Attach error code to Not Found error +* Make tests pass on Windows + +## v1.2.4 + +* Fix typo + +## v1.2.3 + +* update isexe, fix regression in pathExt handling + +## v1.2.2 + +* update deps, use isexe module, test windows + +## v1.2.1 + +* Sometimes windows PATH entries are quoted +* Fixed a bug in the check for group and user mode bits. This bug was introduced during refactoring for supporting strict mode. +* doc cli + +## v1.2.0 + +* Add support for opt.all and -as cli flags +* test the bin +* update travis +* Allow checking for multiple programs in bin/which +* tap 2 + +## v1.1.2 + +* travis +* Refactored and fixed undefined error on Windows +* Support strict mode + +## v1.1.1 + +* test +g exes against secondary groups, if available +* Use windows exe semantics on cygwin & msys +* cwd should be first in path on win32, not last +* Handle lower-case 'env.Path' on Windows +* Update docs +* use single-quotes + +## v1.1.0 + +* Add tests, depend on is-absolute + +## v1.0.9 + +* which.js: root is allowed to execute files owned by anyone + +## v1.0.8 + +* don't use graceful-fs + +## v1.0.7 + +* add license to package.json + +## v1.0.6 + +* isc license + +## 1.0.5 + +* Awful typo + +## 1.0.4 + +* Test for path absoluteness properly +* win: Allow '' as a pathext if cmd has a . in it + +## 1.0.3 + +* Remove references to execPath +* Make `which.sync()` work on Windows by honoring the PATHEXT variable. +* Make `isExe()` always return true on Windows. +* MIT + +## 1.0.2 + +* Only files can be exes + +## 1.0.1 + +* Respect the PATHEXT env for win32 support +* should 0755 the bin +* binary +* guts +* package +* 1st diff --git a/2019-setembro/node_modules/which/LICENSE b/2019-setembro/node_modules/which/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/2019-setembro/node_modules/which/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/which/README.md b/2019-setembro/node_modules/which/README.md new file mode 100644 index 0000000..8c0b0cb --- /dev/null +++ b/2019-setembro/node_modules/which/README.md @@ -0,0 +1,51 @@ +# which + +Like the unix `which` utility. + +Finds the first instance of a specified executable in the PATH +environment variable. Does not cache the results, so `hash -r` is not +needed when the PATH changes. + +## USAGE + +```javascript +var which = require('which') + +// async usage +which('node', function (er, resolvedPath) { + // er is returned if no "node" is found on the PATH + // if it is found, then the absolute path to the exec is returned +}) + +// sync usage +// throws if not found +var resolved = which.sync('node') + +// if nothrow option is used, returns null if not found +resolved = which.sync('node', {nothrow: true}) + +// Pass options to override the PATH and PATHEXT environment vars. +which('node', { path: someOtherPath }, function (er, resolved) { + if (er) + throw er + console.log('found at %j', resolved) +}) +``` + +## CLI USAGE + +Same as the BSD `which(1)` binary. + +``` +usage: which [-as] program ... +``` + +## OPTIONS + +You may pass an options object as the second argument. + +- `path`: Use instead of the `PATH` environment variable. +- `pathExt`: Use instead of the `PATHEXT` environment variable. +- `all`: Return all matches, instead of just the first one. Note that + this means the function returns an array of strings instead of a + single string. diff --git a/2019-setembro/node_modules/which/bin/which b/2019-setembro/node_modules/which/bin/which new file mode 100755 index 0000000..7cee372 --- /dev/null +++ b/2019-setembro/node_modules/which/bin/which @@ -0,0 +1,52 @@ +#!/usr/bin/env node +var which = require("../") +if (process.argv.length < 3) + usage() + +function usage () { + console.error('usage: which [-as] program ...') + process.exit(1) +} + +var all = false +var silent = false +var dashdash = false +var args = process.argv.slice(2).filter(function (arg) { + if (dashdash || !/^-/.test(arg)) + return true + + if (arg === '--') { + dashdash = true + return false + } + + var flags = arg.substr(1).split('') + for (var f = 0; f < flags.length; f++) { + var flag = flags[f] + switch (flag) { + case 's': + silent = true + break + case 'a': + all = true + break + default: + console.error('which: illegal option -- ' + flag) + usage() + } + } + return false +}) + +process.exit(args.reduce(function (pv, current) { + try { + var f = which.sync(current, { all: all }) + if (all) + f = f.join('\n') + if (!silent) + console.log(f) + return pv; + } catch (e) { + return 1; + } +}, 0)) diff --git a/2019-setembro/node_modules/which/package.json b/2019-setembro/node_modules/which/package.json new file mode 100644 index 0000000..51be376 --- /dev/null +++ b/2019-setembro/node_modules/which/package.json @@ -0,0 +1,30 @@ +{ + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "which", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "version": "1.3.1", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/node-which.git" + }, + "main": "which.js", + "bin": "./bin/which", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "devDependencies": { + "mkdirp": "^0.5.0", + "rimraf": "^2.6.2", + "tap": "^12.0.1" + }, + "scripts": { + "test": "tap test/*.js --cov", + "changelog": "bash gen-changelog.sh", + "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}" + }, + "files": [ + "which.js", + "bin/which" + ] +} diff --git a/2019-setembro/node_modules/which/which.js b/2019-setembro/node_modules/which/which.js new file mode 100644 index 0000000..4347f91 --- /dev/null +++ b/2019-setembro/node_modules/which/which.js @@ -0,0 +1,135 @@ +module.exports = which +which.sync = whichSync + +var isWindows = process.platform === 'win32' || + process.env.OSTYPE === 'cygwin' || + process.env.OSTYPE === 'msys' + +var path = require('path') +var COLON = isWindows ? ';' : ':' +var isexe = require('isexe') + +function getNotFoundError (cmd) { + var er = new Error('not found: ' + cmd) + er.code = 'ENOENT' + + return er +} + +function getPathInfo (cmd, opt) { + var colon = opt.colon || COLON + var pathEnv = opt.path || process.env.PATH || '' + var pathExt = [''] + + pathEnv = pathEnv.split(colon) + + var pathExtExe = '' + if (isWindows) { + pathEnv.unshift(process.cwd()) + pathExtExe = (opt.pathExt || process.env.PATHEXT || '.EXE;.CMD;.BAT;.COM') + pathExt = pathExtExe.split(colon) + + + // Always test the cmd itself first. isexe will check to make sure + // it's found in the pathExt set. + if (cmd.indexOf('.') !== -1 && pathExt[0] !== '') + pathExt.unshift('') + } + + // If it has a slash, then we don't bother searching the pathenv. + // just check the file itself, and that's it. + if (cmd.match(/\//) || isWindows && cmd.match(/\\/)) + pathEnv = [''] + + return { + env: pathEnv, + ext: pathExt, + extExe: pathExtExe + } +} + +function which (cmd, opt, cb) { + if (typeof opt === 'function') { + cb = opt + opt = {} + } + + var info = getPathInfo(cmd, opt) + var pathEnv = info.env + var pathExt = info.ext + var pathExtExe = info.extExe + var found = [] + + ;(function F (i, l) { + if (i === l) { + if (opt.all && found.length) + return cb(null, found) + else + return cb(getNotFoundError(cmd)) + } + + var pathPart = pathEnv[i] + if (pathPart.charAt(0) === '"' && pathPart.slice(-1) === '"') + pathPart = pathPart.slice(1, -1) + + var p = path.join(pathPart, cmd) + if (!pathPart && (/^\.[\\\/]/).test(cmd)) { + p = cmd.slice(0, 2) + p + } + ;(function E (ii, ll) { + if (ii === ll) return F(i + 1, l) + var ext = pathExt[ii] + isexe(p + ext, { pathExt: pathExtExe }, function (er, is) { + if (!er && is) { + if (opt.all) + found.push(p + ext) + else + return cb(null, p + ext) + } + return E(ii + 1, ll) + }) + })(0, pathExt.length) + })(0, pathEnv.length) +} + +function whichSync (cmd, opt) { + opt = opt || {} + + var info = getPathInfo(cmd, opt) + var pathEnv = info.env + var pathExt = info.ext + var pathExtExe = info.extExe + var found = [] + + for (var i = 0, l = pathEnv.length; i < l; i ++) { + var pathPart = pathEnv[i] + if (pathPart.charAt(0) === '"' && pathPart.slice(-1) === '"') + pathPart = pathPart.slice(1, -1) + + var p = path.join(pathPart, cmd) + if (!pathPart && /^\.[\\\/]/.test(cmd)) { + p = cmd.slice(0, 2) + p + } + for (var j = 0, ll = pathExt.length; j < ll; j ++) { + var cur = p + pathExt[j] + var is + try { + is = isexe.sync(cur, { pathExt: pathExtExe }) + if (is) { + if (opt.all) + found.push(cur) + else + return cur + } + } catch (ex) {} + } + } + + if (opt.all && found.length) + return found + + if (opt.nothrow) + return null + + throw getNotFoundError(cmd) +} diff --git a/2019-setembro/node_modules/ws/README.md b/2019-setembro/node_modules/ws/README.md new file mode 100644 index 0000000..93106d7 --- /dev/null +++ b/2019-setembro/node_modules/ws/README.md @@ -0,0 +1,235 @@ +# ws: a node.js websocket library + +[![Build Status](https://travis-ci.org/websockets/ws.svg?branch=master)](https://travis-ci.org/websockets/ws) + +`ws` is a simple to use WebSocket implementation, up-to-date against RFC-6455, +and [probably the fastest WebSocket library for node.js][archive]. + +Passes the quite extensive Autobahn test suite. See http://websockets.github.com/ws +for the full reports. + +## Protocol support + +* **Hixie draft 76** (Old and deprecated, but still in use by Safari and Opera. + Added to ws version 0.4.2, but server only. Can be disabled by setting the + `disableHixie` option to true.) +* **HyBi drafts 07-12** (Use the option `protocolVersion: 8`) +* **HyBi drafts 13-17** (Current default, alternatively option `protocolVersion: 13`) + +### Installing + +``` +npm install --save ws +``` + +### Opt-in for performance + +There are 2 optional modules that can be installed along side with the `ws` +module. These modules are binary addons which improve certain operations, but as +they are binary addons they require compilation which can fail if no c++ +compiler is installed on the host system. + +- `npm install --save bufferutil`: Improves internal buffer operations which + allows for faster processing of masked WebSocket frames and general buffer + operations. +- `npm install --save utf-8-validate`: The specification requires validation of + invalid UTF-8 chars, some of these validations could not be done in JavaScript + hence the need for a binary addon. In most cases you will already be + validating the input that you receive for security purposes leading to double + validation. But if you want to be 100% spec-conforming and have fast + validation of UTF-8 then this module is a must. + +### Sending and receiving text data + +```js +var WebSocket = require('ws'); +var ws = new WebSocket('ws://www.host.com/path'); + +ws.on('open', function open() { + ws.send('something'); +}); + +ws.on('message', function(data, flags) { + // flags.binary will be set if a binary data is received. + // flags.masked will be set if the data was masked. +}); +``` + +### Sending binary data + +```js +var WebSocket = require('ws'); +var ws = new WebSocket('ws://www.host.com/path'); + +ws.on('open', function open() { + var array = new Float32Array(5); + + for (var i = 0; i < array.length; ++i) { + array[i] = i / 2; + } + + ws.send(array, { binary: true, mask: true }); +}); +``` + +Setting `mask`, as done for the send options above, will cause the data to be +masked according to the WebSocket protocol. The same option applies for text +data. + +### Server example + +```js +var WebSocketServer = require('ws').Server + , wss = new WebSocketServer({ port: 8080 }); + +wss.on('connection', function connection(ws) { + ws.on('message', function incoming(message) { + console.log('received: %s', message); + }); + + ws.send('something'); +}); +``` + +### ExpressJS example + +```js +var server = require('http').createServer() + , url = require('url') + , WebSocketServer = require('ws').Server + , wss = new WebSocketServer({ server: server }) + , express = require('express') + , app = express() + , port = 4080; + +app.use(function (req, res) { + res.send({ msg: "hello" }); +}); + +wss.on('connection', function connection(ws) { + var location = url.parse(ws.upgradeReq.url, true); + // you might use location.query.access_token to authenticate or share sessions + // or ws.upgradeReq.headers.cookie (see http://stackoverflow.com/a/16395220/151312) + + ws.on('message', function incoming(message) { + console.log('received: %s', message); + }); + + ws.send('something'); +}); + +server.on('request', app); +server.listen(port, function () { console.log('Listening on ' + server.address().port) }); +``` + +### Server sending broadcast data + +```js +var WebSocketServer = require('ws').Server + , wss = new WebSocketServer({ port: 8080 }); + +wss.broadcast = function broadcast(data) { + wss.clients.forEach(function each(client) { + client.send(data); + }); +}; +``` + +### Error handling best practices + +```js +// If the WebSocket is closed before the following send is attempted +ws.send('something'); + +// Errors (both immediate and async write errors) can be detected in an optional +// callback. The callback is also the only way of being notified that data has +// actually been sent. +ws.send('something', function ack(error) { + // if error is not defined, the send has been completed, + // otherwise the error object will indicate what failed. +}); + +// Immediate errors can also be handled with try/catch-blocks, but **note** that +// since sends are inherently asynchronous, socket write failures will *not* be +// captured when this technique is used. +try { ws.send('something'); } +catch (e) { /* handle error */ } +``` + +### echo.websocket.org demo + +```js +var WebSocket = require('ws'); +var ws = new WebSocket('ws://echo.websocket.org/', { + protocolVersion: 8, + origin: 'http://websocket.org' +}); + +ws.on('open', function open() { + console.log('connected'); + ws.send(Date.now().toString(), {mask: true}); +}); + +ws.on('close', function close() { + console.log('disconnected'); +}); + +ws.on('message', function message(data, flags) { + console.log('Roundtrip time: ' + (Date.now() - parseInt(data)) + 'ms', flags); + + setTimeout(function timeout() { + ws.send(Date.now().toString(), {mask: true}); + }, 500); +}); +``` + +### Other examples + +For a full example with a browser client communicating with a ws server, see the +examples folder. + +Note that the usage together with Express 3.0 is quite different from Express +2.x. The difference is expressed in the two different serverstats-examples. + +Otherwise, see the test cases. + +### Running the tests + +``` +make test +``` + +## API Docs + +See [`/doc/ws.md`](https://github.com/websockets/ws/blob/master/doc/ws.md) for Node.js-like docs for the ws classes. + +## Changelog + +We're using the GitHub [`releases`](https://github.com/websockets/ws/releases) for changelog entries. + +## License + +(The MIT License) + +Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +[archive]: http://web.archive.org/web/20130314230536/http://hobbycoding.posterous.com/the-fastest-websocket-module-for-nodejs diff --git a/2019-setembro/node_modules/ws/index.js b/2019-setembro/node_modules/ws/index.js new file mode 100644 index 0000000..a7e8644 --- /dev/null +++ b/2019-setembro/node_modules/ws/index.js @@ -0,0 +1,49 @@ +'use strict'; + +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var WS = module.exports = require('./lib/WebSocket'); + +WS.Server = require('./lib/WebSocketServer'); +WS.Sender = require('./lib/Sender'); +WS.Receiver = require('./lib/Receiver'); + +/** + * Create a new WebSocket server. + * + * @param {Object} options Server options + * @param {Function} fn Optional connection listener. + * @returns {WS.Server} + * @api public + */ +WS.createServer = function createServer(options, fn) { + var server = new WS.Server(options); + + if (typeof fn === 'function') { + server.on('connection', fn); + } + + return server; +}; + +/** + * Create a new WebSocket connection. + * + * @param {String} address The URL/address we need to connect to. + * @param {Function} fn Open listener. + * @returns {WS} + * @api public + */ +WS.connect = WS.createConnection = function connect(address, fn) { + var client = new WS(address); + + if (typeof fn === 'function') { + client.on('open', fn); + } + + return client; +}; diff --git a/2019-setembro/node_modules/ws/lib/.DS_Store b/2019-setembro/node_modules/ws/lib/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 + * MIT Licensed + */ + +var util = require('util'); + +function BufferPool(initialSize, growStrategy, shrinkStrategy) { + if (this instanceof BufferPool === false) { + throw new TypeError("Classes can't be function-called"); + } + + if (typeof initialSize === 'function') { + shrinkStrategy = growStrategy; + growStrategy = initialSize; + initialSize = 0; + } + else if (typeof initialSize === 'undefined') { + initialSize = 0; + } + this._growStrategy = (growStrategy || function(db, size) { + return db.used + size; + }).bind(null, this); + this._shrinkStrategy = (shrinkStrategy || function(db) { + return initialSize; + }).bind(null, this); + this._buffer = initialSize ? new Buffer(initialSize) : null; + this._offset = 0; + this._used = 0; + this._changeFactor = 0; + this.__defineGetter__('size', function(){ + return this._buffer == null ? 0 : this._buffer.length; + }); + this.__defineGetter__('used', function(){ + return this._used; + }); +} + +BufferPool.prototype.get = function(length) { + if (this._buffer == null || this._offset + length > this._buffer.length) { + var newBuf = new Buffer(this._growStrategy(length)); + this._buffer = newBuf; + this._offset = 0; + } + this._used += length; + var buf = this._buffer.slice(this._offset, this._offset + length); + this._offset += length; + return buf; +} + +BufferPool.prototype.reset = function(forceNewBuffer) { + var len = this._shrinkStrategy(); + if (len < this.size) this._changeFactor -= 1; + if (forceNewBuffer || this._changeFactor < -2) { + this._changeFactor = 0; + this._buffer = len ? new Buffer(len) : null; + } + this._offset = 0; + this._used = 0; +} + +module.exports = BufferPool; diff --git a/2019-setembro/node_modules/ws/lib/BufferUtil.fallback.js b/2019-setembro/node_modules/ws/lib/BufferUtil.fallback.js new file mode 100644 index 0000000..7abd0d8 --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/BufferUtil.fallback.js @@ -0,0 +1,47 @@ +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +exports.BufferUtil = { + merge: function(mergedBuffer, buffers) { + var offset = 0; + for (var i = 0, l = buffers.length; i < l; ++i) { + var buf = buffers[i]; + buf.copy(mergedBuffer, offset); + offset += buf.length; + } + }, + mask: function(source, mask, output, offset, length) { + var maskNum = mask.readUInt32LE(0, true); + var i = 0; + for (; i < length - 3; i += 4) { + var num = maskNum ^ source.readUInt32LE(i, true); + if (num < 0) num = 4294967296 + num; + output.writeUInt32LE(num, offset + i, true); + } + switch (length % 4) { + case 3: output[offset + i + 2] = source[i + 2] ^ mask[2]; + case 2: output[offset + i + 1] = source[i + 1] ^ mask[1]; + case 1: output[offset + i] = source[i] ^ mask[0]; + case 0:; + } + }, + unmask: function(data, mask) { + var maskNum = mask.readUInt32LE(0, true); + var length = data.length; + var i = 0; + for (; i < length - 3; i += 4) { + var num = maskNum ^ data.readUInt32LE(i, true); + if (num < 0) num = 4294967296 + num; + data.writeUInt32LE(num, i, true); + } + switch (length % 4) { + case 3: data[i + 2] = data[i + 2] ^ mask[2]; + case 2: data[i + 1] = data[i + 1] ^ mask[1]; + case 1: data[i] = data[i] ^ mask[0]; + case 0:; + } + } +} diff --git a/2019-setembro/node_modules/ws/lib/BufferUtil.js b/2019-setembro/node_modules/ws/lib/BufferUtil.js new file mode 100644 index 0000000..794684f --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/BufferUtil.js @@ -0,0 +1,17 @@ +'use strict'; + +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var bufferUtil; + +try { + bufferUtil = require('bufferutil'); +} catch (e) { + bufferUtil = require('./BufferUtil.fallback'); +} + +module.exports = bufferUtil.BufferUtil || bufferUtil; diff --git a/2019-setembro/node_modules/ws/lib/ErrorCodes.js b/2019-setembro/node_modules/ws/lib/ErrorCodes.js new file mode 100644 index 0000000..55ebd52 --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/ErrorCodes.js @@ -0,0 +1,24 @@ +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +module.exports = { + isValidErrorCode: function(code) { + return (code >= 1000 && code <= 1011 && code != 1004 && code != 1005 && code != 1006) || + (code >= 3000 && code <= 4999); + }, + 1000: 'normal', + 1001: 'going away', + 1002: 'protocol error', + 1003: 'unsupported data', + 1004: 'reserved', + 1005: 'reserved for extensions', + 1006: 'reserved for extensions', + 1007: 'inconsistent or invalid data', + 1008: 'policy violation', + 1009: 'message too big', + 1010: 'extension handshake missing', + 1011: 'an unexpected condition prevented the request from being fulfilled', +}; \ No newline at end of file diff --git a/2019-setembro/node_modules/ws/lib/Extensions.js b/2019-setembro/node_modules/ws/lib/Extensions.js new file mode 100644 index 0000000..669b1a4 --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/Extensions.js @@ -0,0 +1,81 @@ + +var util = require('util'); + +/** + * Module exports. + */ + +exports.parse = parse; +exports.format = format; + +/** + * Parse extensions header value + */ + +function parse(value) { + value = value || ''; + + var extensions = {}; + + value.split(',').forEach(function(v) { + var params = v.split(';'); + var token = params.shift().trim(); + + if (extensions[token] === undefined) { + extensions[token] = []; + } else if (!extensions.hasOwnProperty(token)) { + return; + } + + var parsedParams = {}; + + params.forEach(function(param) { + var parts = param.trim().split('='); + var key = parts[0]; + var value = parts[1]; + if (typeof value === 'undefined') { + value = true; + } else { + // unquote value + if (value[0] === '"') { + value = value.slice(1); + } + if (value[value.length - 1] === '"') { + value = value.slice(0, value.length - 1); + } + } + + if (parsedParams[key] === undefined) { + parsedParams[key] = [value]; + } else if (parsedParams.hasOwnProperty(key)) { + parsedParams[key].push(value); + } + }); + + extensions[token].push(parsedParams); + }); + + return extensions; +} + +/** + * Format extensions header value + */ + +function format(value) { + return Object.keys(value).map(function(token) { + var paramsList = value[token]; + if (!util.isArray(paramsList)) { + paramsList = [paramsList]; + } + return paramsList.map(function(params) { + return [token].concat(Object.keys(params).map(function(k) { + var p = params[k]; + if (!util.isArray(p)) p = [p]; + return p.map(function(v) { + return v === true ? k : k + '=' + v; + }).join('; '); + })).join('; '); + }).join(', '); + }).join(', '); +} diff --git a/2019-setembro/node_modules/ws/lib/PerMessageDeflate.js b/2019-setembro/node_modules/ws/lib/PerMessageDeflate.js new file mode 100644 index 0000000..00a6ea6 --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/PerMessageDeflate.js @@ -0,0 +1,337 @@ + +var zlib = require('zlib'); + +var AVAILABLE_WINDOW_BITS = [8, 9, 10, 11, 12, 13, 14, 15]; +var DEFAULT_WINDOW_BITS = 15; +var DEFAULT_MEM_LEVEL = 8; + +PerMessageDeflate.extensionName = 'permessage-deflate'; + +/** + * Per-message Compression Extensions implementation + */ + +function PerMessageDeflate(options, isServer,maxPayload) { + if (this instanceof PerMessageDeflate === false) { + throw new TypeError("Classes can't be function-called"); + } + + this._options = options || {}; + this._isServer = !!isServer; + this._inflate = null; + this._deflate = null; + this.params = null; + this._maxPayload = maxPayload || 0; +} + +/** + * Create extension parameters offer + * + * @api public + */ + +PerMessageDeflate.prototype.offer = function() { + var params = {}; + if (this._options.serverNoContextTakeover) { + params.server_no_context_takeover = true; + } + if (this._options.clientNoContextTakeover) { + params.client_no_context_takeover = true; + } + if (this._options.serverMaxWindowBits) { + params.server_max_window_bits = this._options.serverMaxWindowBits; + } + if (this._options.clientMaxWindowBits) { + params.client_max_window_bits = this._options.clientMaxWindowBits; + } else if (this._options.clientMaxWindowBits == null) { + params.client_max_window_bits = true; + } + return params; +}; + +/** + * Accept extension offer + * + * @api public + */ + +PerMessageDeflate.prototype.accept = function(paramsList) { + paramsList = this.normalizeParams(paramsList); + + var params; + if (this._isServer) { + params = this.acceptAsServer(paramsList); + } else { + params = this.acceptAsClient(paramsList); + } + + this.params = params; + return params; +}; + +/** + * Releases all resources used by the extension + * + * @api public + */ + +PerMessageDeflate.prototype.cleanup = function() { + if (this._inflate) { + if (this._inflate.writeInProgress) { + this._inflate.pendingClose = true; + } else { + if (this._inflate.close) this._inflate.close(); + this._inflate = null; + } + } + if (this._deflate) { + if (this._deflate.writeInProgress) { + this._deflate.pendingClose = true; + } else { + if (this._deflate.close) this._deflate.close(); + this._deflate = null; + } + } +}; + +/** + * Accept extension offer from client + * + * @api private + */ + +PerMessageDeflate.prototype.acceptAsServer = function(paramsList) { + var accepted = {}; + var result = paramsList.some(function(params) { + accepted = {}; + if (this._options.serverNoContextTakeover === false && params.server_no_context_takeover) { + return; + } + if (this._options.serverMaxWindowBits === false && params.server_max_window_bits) { + return; + } + if (typeof this._options.serverMaxWindowBits === 'number' && + typeof params.server_max_window_bits === 'number' && + this._options.serverMaxWindowBits > params.server_max_window_bits) { + return; + } + if (typeof this._options.clientMaxWindowBits === 'number' && !params.client_max_window_bits) { + return; + } + + if (this._options.serverNoContextTakeover || params.server_no_context_takeover) { + accepted.server_no_context_takeover = true; + } + if (this._options.clientNoContextTakeover) { + accepted.client_no_context_takeover = true; + } + if (this._options.clientNoContextTakeover !== false && params.client_no_context_takeover) { + accepted.client_no_context_takeover = true; + } + if (typeof this._options.serverMaxWindowBits === 'number') { + accepted.server_max_window_bits = this._options.serverMaxWindowBits; + } else if (typeof params.server_max_window_bits === 'number') { + accepted.server_max_window_bits = params.server_max_window_bits; + } + if (typeof this._options.clientMaxWindowBits === 'number') { + accepted.client_max_window_bits = this._options.clientMaxWindowBits; + } else if (this._options.clientMaxWindowBits !== false && typeof params.client_max_window_bits === 'number') { + accepted.client_max_window_bits = params.client_max_window_bits; + } + return true; + }, this); + + if (!result) { + throw new Error('Doesn\'t support the offered configuration'); + } + + return accepted; +}; + +/** + * Accept extension response from server + * + * @api privaye + */ + +PerMessageDeflate.prototype.acceptAsClient = function(paramsList) { + var params = paramsList[0]; + if (this._options.clientNoContextTakeover != null) { + if (this._options.clientNoContextTakeover === false && params.client_no_context_takeover) { + throw new Error('Invalid value for "client_no_context_takeover"'); + } + } + if (this._options.clientMaxWindowBits != null) { + if (this._options.clientMaxWindowBits === false && params.client_max_window_bits) { + throw new Error('Invalid value for "client_max_window_bits"'); + } + if (typeof this._options.clientMaxWindowBits === 'number' && + (!params.client_max_window_bits || params.client_max_window_bits > this._options.clientMaxWindowBits)) { + throw new Error('Invalid value for "client_max_window_bits"'); + } + } + return params; +}; + +/** + * Normalize extensions parameters + * + * @api private + */ + +PerMessageDeflate.prototype.normalizeParams = function(paramsList) { + return paramsList.map(function(params) { + Object.keys(params).forEach(function(key) { + var value = params[key]; + if (value.length > 1) { + throw new Error('Multiple extension parameters for ' + key); + } + + value = value[0]; + + switch (key) { + case 'server_no_context_takeover': + case 'client_no_context_takeover': + if (value !== true) { + throw new Error('invalid extension parameter value for ' + key + ' (' + value + ')'); + } + params[key] = true; + break; + case 'server_max_window_bits': + case 'client_max_window_bits': + if (typeof value === 'string') { + value = parseInt(value, 10); + if (!~AVAILABLE_WINDOW_BITS.indexOf(value)) { + throw new Error('invalid extension parameter value for ' + key + ' (' + value + ')'); + } + } + if (!this._isServer && value === true) { + throw new Error('Missing extension parameter value for ' + key); + } + params[key] = value; + break; + default: + throw new Error('Not defined extension parameter (' + key + ')'); + } + }, this); + return params; + }, this); +}; + +/** + * Decompress message + * + * @api public + */ + +PerMessageDeflate.prototype.decompress = function (data, fin, callback) { + var endpoint = this._isServer ? 'client' : 'server'; + + if (!this._inflate) { + var maxWindowBits = this.params[endpoint + '_max_window_bits']; + this._inflate = zlib.createInflateRaw({ + windowBits: 'number' === typeof maxWindowBits ? maxWindowBits : DEFAULT_WINDOW_BITS + }); + } + this._inflate.writeInProgress = true; + + var self = this; + var buffers = []; + var cumulativeBufferLength=0; + + this._inflate.on('error', onError).on('data', onData); + this._inflate.write(data); + if (fin) { + this._inflate.write(new Buffer([0x00, 0x00, 0xff, 0xff])); + } + this._inflate.flush(function() { + cleanup(); + callback(null, Buffer.concat(buffers)); + }); + + function onError(err) { + cleanup(); + callback(err); + } + + function onData(data) { + if(self._maxPayload!==undefined && self._maxPayload!==null && self._maxPayload>0){ + cumulativeBufferLength+=data.length; + if(cumulativeBufferLength>self._maxPayload){ + buffers=[]; + cleanup(); + var err={type:1009}; + callback(err); + return; + } + } + buffers.push(data); + } + + function cleanup() { + if (!self._inflate) return; + self._inflate.removeListener('error', onError); + self._inflate.removeListener('data', onData); + self._inflate.writeInProgress = false; + if ((fin && self.params[endpoint + '_no_context_takeover']) || self._inflate.pendingClose) { + if (self._inflate.close) self._inflate.close(); + self._inflate = null; + } + } +}; + +/** + * Compress message + * + * @api public + */ + +PerMessageDeflate.prototype.compress = function (data, fin, callback) { + var endpoint = this._isServer ? 'server' : 'client'; + + if (!this._deflate) { + var maxWindowBits = this.params[endpoint + '_max_window_bits']; + this._deflate = zlib.createDeflateRaw({ + flush: zlib.Z_SYNC_FLUSH, + windowBits: 'number' === typeof maxWindowBits ? maxWindowBits : DEFAULT_WINDOW_BITS, + memLevel: this._options.memLevel || DEFAULT_MEM_LEVEL + }); + } + this._deflate.writeInProgress = true; + + var self = this; + var buffers = []; + + this._deflate.on('error', onError).on('data', onData); + this._deflate.write(data); + this._deflate.flush(function() { + cleanup(); + var data = Buffer.concat(buffers); + if (fin) { + data = data.slice(0, data.length - 4); + } + callback(null, data); + }); + + function onError(err) { + cleanup(); + callback(err); + } + + function onData(data) { + buffers.push(data); + } + + function cleanup() { + if (!self._deflate) return; + self._deflate.removeListener('error', onError); + self._deflate.removeListener('data', onData); + self._deflate.writeInProgress = false; + if ((fin && self.params[endpoint + '_no_context_takeover']) || self._deflate.pendingClose) { + if (self._deflate.close) self._deflate.close(); + self._deflate = null; + } + } +}; + +module.exports = PerMessageDeflate; diff --git a/2019-setembro/node_modules/ws/lib/Receiver.hixie.js b/2019-setembro/node_modules/ws/lib/Receiver.hixie.js new file mode 100644 index 0000000..598ccbd --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/Receiver.hixie.js @@ -0,0 +1,194 @@ +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var util = require('util'); + +/** + * State constants + */ + +var EMPTY = 0 + , BODY = 1; +var BINARYLENGTH = 2 + , BINARYBODY = 3; + +/** + * Hixie Receiver implementation + */ + +function Receiver () { + if (this instanceof Receiver === false) { + throw new TypeError("Classes can't be function-called"); + } + + this.state = EMPTY; + this.buffers = []; + this.messageEnd = -1; + this.spanLength = 0; + this.dead = false; + + this.onerror = function() {}; + this.ontext = function() {}; + this.onbinary = function() {}; + this.onclose = function() {}; + this.onping = function() {}; + this.onpong = function() {}; +} + +module.exports = Receiver; + +/** + * Add new data to the parser. + * + * @api public + */ + +Receiver.prototype.add = function(data) { + if (this.dead) return; + var self = this; + function doAdd() { + if (self.state === EMPTY) { + if (data.length == 2 && data[0] == 0xFF && data[1] == 0x00) { + self.reset(); + self.onclose(); + return; + } + if (data[0] === 0x80) { + self.messageEnd = 0; + self.state = BINARYLENGTH; + data = data.slice(1); + } else { + + if (data[0] !== 0x00) { + self.error('payload must start with 0x00 byte', true); + return; + } + data = data.slice(1); + self.state = BODY; + + } + } + if (self.state === BINARYLENGTH) { + var i = 0; + while ((i < data.length) && (data[i] & 0x80)) { + self.messageEnd = 128 * self.messageEnd + (data[i] & 0x7f); + ++i; + } + if (i < data.length) { + self.messageEnd = 128 * self.messageEnd + (data[i] & 0x7f); + self.state = BINARYBODY; + ++i; + } + if (i > 0) + data = data.slice(i); + } + if (self.state === BINARYBODY) { + var dataleft = self.messageEnd - self.spanLength; + if (data.length >= dataleft) { + // consume the whole buffer to finish the frame + self.buffers.push(data); + self.spanLength += dataleft; + self.messageEnd = dataleft; + return self.parse(); + } + // frame's not done even if we consume it all + self.buffers.push(data); + self.spanLength += data.length; + return; + } + self.buffers.push(data); + if ((self.messageEnd = bufferIndex(data, 0xFF)) != -1) { + self.spanLength += self.messageEnd; + return self.parse(); + } + else self.spanLength += data.length; + } + while(data) data = doAdd(); +}; + +/** + * Releases all resources used by the receiver. + * + * @api public + */ + +Receiver.prototype.cleanup = function() { + this.dead = true; + this.state = EMPTY; + this.buffers = []; +}; + +/** + * Process buffered data. + * + * @api public + */ + +Receiver.prototype.parse = function() { + var output = new Buffer(this.spanLength); + var outputIndex = 0; + for (var bi = 0, bl = this.buffers.length; bi < bl - 1; ++bi) { + var buffer = this.buffers[bi]; + buffer.copy(output, outputIndex); + outputIndex += buffer.length; + } + var lastBuffer = this.buffers[this.buffers.length - 1]; + if (this.messageEnd > 0) lastBuffer.copy(output, outputIndex, 0, this.messageEnd); + if (this.state !== BODY) --this.messageEnd; + var tail = null; + if (this.messageEnd < lastBuffer.length - 1) { + tail = lastBuffer.slice(this.messageEnd + 1); + } + this.reset(); + this.ontext(output.toString('utf8')); + return tail; +}; + +/** + * Handles an error + * + * @api private + */ + +Receiver.prototype.error = function (reason, terminate) { + if (this.dead) return; + this.reset(); + if(typeof reason == 'string'){ + this.onerror(new Error(reason), terminate); + } + else if(reason.constructor == Error){ + this.onerror(reason, terminate); + } + else{ + this.onerror(new Error("An error occured"),terminate); + } + return this; +}; + +/** + * Reset parser state + * + * @api private + */ + +Receiver.prototype.reset = function (reason) { + if (this.dead) return; + this.state = EMPTY; + this.buffers = []; + this.messageEnd = -1; + this.spanLength = 0; +}; + +/** + * Internal api + */ + +function bufferIndex(buffer, byte) { + for (var i = 0, l = buffer.length; i < l; ++i) { + if (buffer[i] === byte) return i; + } + return -1; +} diff --git a/2019-setembro/node_modules/ws/lib/Receiver.js b/2019-setembro/node_modules/ws/lib/Receiver.js new file mode 100644 index 0000000..acbe621 --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/Receiver.js @@ -0,0 +1,793 @@ +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var util = require('util') + , isValidUTF8 = require('./Validation') + , ErrorCodes = require('./ErrorCodes') + , BufferPool = require('./BufferPool') + , bufferUtil = require('./BufferUtil') + , PerMessageDeflate = require('./PerMessageDeflate'); + +/** + * HyBi Receiver implementation + */ + +function Receiver (extensions,maxPayload) { + if (this instanceof Receiver === false) { + throw new TypeError("Classes can't be function-called"); + } + if(typeof extensions==='number'){ + maxPayload=extensions; + extensions={}; + } + + + // memory pool for fragmented messages + var fragmentedPoolPrevUsed = -1; + this.fragmentedBufferPool = new BufferPool(1024, function(db, length) { + return db.used + length; + }, function(db) { + return fragmentedPoolPrevUsed = fragmentedPoolPrevUsed >= 0 ? + Math.ceil((fragmentedPoolPrevUsed + db.used) / 2) : + db.used; + }); + + // memory pool for unfragmented messages + var unfragmentedPoolPrevUsed = -1; + this.unfragmentedBufferPool = new BufferPool(1024, function(db, length) { + return db.used + length; + }, function(db) { + return unfragmentedPoolPrevUsed = unfragmentedPoolPrevUsed >= 0 ? + Math.ceil((unfragmentedPoolPrevUsed + db.used) / 2) : + db.used; + }); + this.extensions = extensions || {}; + this.maxPayload = maxPayload || 0; + this.currentPayloadLength = 0; + this.state = { + activeFragmentedOperation: null, + lastFragment: false, + masked: false, + opcode: 0, + fragmentedOperation: false + }; + this.overflow = []; + this.headerBuffer = new Buffer(10); + this.expectOffset = 0; + this.expectBuffer = null; + this.expectHandler = null; + this.currentMessage = []; + this.currentMessageLength = 0; + this.messageHandlers = []; + this.expectHeader(2, this.processPacket); + this.dead = false; + this.processing = false; + + this.onerror = function() {}; + this.ontext = function() {}; + this.onbinary = function() {}; + this.onclose = function() {}; + this.onping = function() {}; + this.onpong = function() {}; +} + +module.exports = Receiver; + +/** + * Add new data to the parser. + * + * @api public + */ + +Receiver.prototype.add = function(data) { + if (this.dead) return; + var dataLength = data.length; + if (dataLength == 0) return; + if (this.expectBuffer == null) { + this.overflow.push(data); + return; + } + var toRead = Math.min(dataLength, this.expectBuffer.length - this.expectOffset); + fastCopy(toRead, data, this.expectBuffer, this.expectOffset); + this.expectOffset += toRead; + if (toRead < dataLength) { + this.overflow.push(data.slice(toRead)); + } + while (this.expectBuffer && this.expectOffset == this.expectBuffer.length) { + var bufferForHandler = this.expectBuffer; + this.expectBuffer = null; + this.expectOffset = 0; + this.expectHandler.call(this, bufferForHandler); + } +}; + +/** + * Releases all resources used by the receiver. + * + * @api public + */ + +Receiver.prototype.cleanup = function() { + this.dead = true; + this.overflow = null; + this.headerBuffer = null; + this.expectBuffer = null; + this.expectHandler = null; + this.unfragmentedBufferPool = null; + this.fragmentedBufferPool = null; + this.state = null; + this.currentMessage = null; + this.onerror = null; + this.ontext = null; + this.onbinary = null; + this.onclose = null; + this.onping = null; + this.onpong = null; +}; + +/** + * Waits for a certain amount of header bytes to be available, then fires a callback. + * + * @api private + */ + +Receiver.prototype.expectHeader = function(length, handler) { + if (length == 0) { + handler(null); + return; + } + this.expectBuffer = this.headerBuffer.slice(this.expectOffset, this.expectOffset + length); + this.expectHandler = handler; + var toRead = length; + while (toRead > 0 && this.overflow.length > 0) { + var fromOverflow = this.overflow.pop(); + if (toRead < fromOverflow.length) this.overflow.push(fromOverflow.slice(toRead)); + var read = Math.min(fromOverflow.length, toRead); + fastCopy(read, fromOverflow, this.expectBuffer, this.expectOffset); + this.expectOffset += read; + toRead -= read; + } +}; + +/** + * Waits for a certain amount of data bytes to be available, then fires a callback. + * + * @api private + */ + +Receiver.prototype.expectData = function(length, handler) { + if (length == 0) { + handler(null); + return; + } + this.expectBuffer = this.allocateFromPool(length, this.state.fragmentedOperation); + this.expectHandler = handler; + var toRead = length; + while (toRead > 0 && this.overflow.length > 0) { + var fromOverflow = this.overflow.pop(); + if (toRead < fromOverflow.length) this.overflow.push(fromOverflow.slice(toRead)); + var read = Math.min(fromOverflow.length, toRead); + fastCopy(read, fromOverflow, this.expectBuffer, this.expectOffset); + this.expectOffset += read; + toRead -= read; + } +}; + +/** + * Allocates memory from the buffer pool. + * + * @api private + */ + +Receiver.prototype.allocateFromPool = function(length, isFragmented) { + return (isFragmented ? this.fragmentedBufferPool : this.unfragmentedBufferPool).get(length); +}; + +/** + * Start processing a new packet. + * + * @api private + */ + +Receiver.prototype.processPacket = function (data) { + if (this.extensions[PerMessageDeflate.extensionName]) { + if ((data[0] & 0x30) != 0) { + this.error('reserved fields (2, 3) must be empty', 1002); + return; + } + } else { + if ((data[0] & 0x70) != 0) { + this.error('reserved fields must be empty', 1002); + return; + } + } + this.state.lastFragment = (data[0] & 0x80) == 0x80; + this.state.masked = (data[1] & 0x80) == 0x80; + var compressed = (data[0] & 0x40) == 0x40; + var opcode = data[0] & 0xf; + if (opcode === 0) { + if (compressed) { + this.error('continuation frame cannot have the Per-message Compressed bits', 1002); + return; + } + // continuation frame + this.state.fragmentedOperation = true; + this.state.opcode = this.state.activeFragmentedOperation; + if (!(this.state.opcode == 1 || this.state.opcode == 2)) { + this.error('continuation frame cannot follow current opcode', 1002); + return; + } + } + else { + if (opcode < 3 && this.state.activeFragmentedOperation != null) { + this.error('data frames after the initial data frame must have opcode 0', 1002); + return; + } + if (opcode >= 8 && compressed) { + this.error('control frames cannot have the Per-message Compressed bits', 1002); + return; + } + this.state.compressed = compressed; + this.state.opcode = opcode; + if (this.state.lastFragment === false) { + this.state.fragmentedOperation = true; + this.state.activeFragmentedOperation = opcode; + } + else this.state.fragmentedOperation = false; + } + var handler = opcodes[this.state.opcode]; + if (typeof handler == 'undefined') this.error('no handler for opcode ' + this.state.opcode, 1002); + else { + handler.start.call(this, data); + } +}; + +/** + * Endprocessing a packet. + * + * @api private + */ + +Receiver.prototype.endPacket = function() { + if (this.dead) return; + if (!this.state.fragmentedOperation) this.unfragmentedBufferPool.reset(true); + else if (this.state.lastFragment) this.fragmentedBufferPool.reset(true); + this.expectOffset = 0; + this.expectBuffer = null; + this.expectHandler = null; + if (this.state.lastFragment && this.state.opcode === this.state.activeFragmentedOperation) { + // end current fragmented operation + this.state.activeFragmentedOperation = null; + } + this.currentPayloadLength = 0; + this.state.lastFragment = false; + this.state.opcode = this.state.activeFragmentedOperation != null ? this.state.activeFragmentedOperation : 0; + this.state.masked = false; + this.expectHeader(2, this.processPacket); +}; + +/** + * Reset the parser state. + * + * @api private + */ + +Receiver.prototype.reset = function() { + if (this.dead) return; + this.state = { + activeFragmentedOperation: null, + lastFragment: false, + masked: false, + opcode: 0, + fragmentedOperation: false + }; + this.fragmentedBufferPool.reset(true); + this.unfragmentedBufferPool.reset(true); + this.expectOffset = 0; + this.expectBuffer = null; + this.expectHandler = null; + this.overflow = []; + this.currentMessage = []; + this.currentMessageLength = 0; + this.messageHandlers = []; + this.currentPayloadLength = 0; +}; + +/** + * Unmask received data. + * + * @api private + */ + +Receiver.prototype.unmask = function (mask, buf, binary) { + if (mask != null && buf != null) bufferUtil.unmask(buf, mask); + if (binary) return buf; + return buf != null ? buf.toString('utf8') : ''; +}; + +/** + * Handles an error + * + * @api private + */ + +Receiver.prototype.error = function (reason, protocolErrorCode) { + if (this.dead) return; + this.reset(); + if(typeof reason == 'string'){ + this.onerror(new Error(reason), protocolErrorCode); + } + else if(reason.constructor == Error){ + this.onerror(reason, protocolErrorCode); + } + else{ + this.onerror(new Error("An error occured"),protocolErrorCode); + } + return this; +}; + +/** + * Execute message handler buffers + * + * @api private + */ + +Receiver.prototype.flush = function() { + if (this.processing || this.dead) return; + + var handler = this.messageHandlers.shift(); + if (!handler) return; + + this.processing = true; + var self = this; + + handler(function() { + self.processing = false; + self.flush(); + }); +}; + +/** + * Apply extensions to message + * + * @api private + */ + +Receiver.prototype.applyExtensions = function(messageBuffer, fin, compressed, callback) { + var self = this; + if (compressed) { + this.extensions[PerMessageDeflate.extensionName].decompress(messageBuffer, fin, function(err, buffer) { + if (self.dead) return; + if (err) { + callback(new Error('invalid compressed data')); + return; + } + callback(null, buffer); + }); + } else { + callback(null, messageBuffer); + } +}; + +/** +* Checks payload size, disconnects socket when it exceeds maxPayload +* +* @api private +*/ +Receiver.prototype.maxPayloadExceeded = function(length) { + if (this.maxPayload=== undefined || this.maxPayload === null || this.maxPayload < 1) { + return false; + } + var fullLength = this.currentPayloadLength + length; + if (fullLength < this.maxPayload) { + this.currentPayloadLength = fullLength; + return false; + } + this.error('payload cannot exceed ' + this.maxPayload + ' bytes', 1009); + this.messageBuffer=[]; + this.cleanup(); + + return true; +}; + +/** + * Buffer utilities + */ + +function readUInt16BE(start) { + return (this[start]<<8) + + this[start+1]; +} + +function readUInt32BE(start) { + return (this[start]<<24) + + (this[start+1]<<16) + + (this[start+2]<<8) + + this[start+3]; +} + +function fastCopy(length, srcBuffer, dstBuffer, dstOffset) { + switch (length) { + default: srcBuffer.copy(dstBuffer, dstOffset, 0, length); break; + case 16: dstBuffer[dstOffset+15] = srcBuffer[15]; + case 15: dstBuffer[dstOffset+14] = srcBuffer[14]; + case 14: dstBuffer[dstOffset+13] = srcBuffer[13]; + case 13: dstBuffer[dstOffset+12] = srcBuffer[12]; + case 12: dstBuffer[dstOffset+11] = srcBuffer[11]; + case 11: dstBuffer[dstOffset+10] = srcBuffer[10]; + case 10: dstBuffer[dstOffset+9] = srcBuffer[9]; + case 9: dstBuffer[dstOffset+8] = srcBuffer[8]; + case 8: dstBuffer[dstOffset+7] = srcBuffer[7]; + case 7: dstBuffer[dstOffset+6] = srcBuffer[6]; + case 6: dstBuffer[dstOffset+5] = srcBuffer[5]; + case 5: dstBuffer[dstOffset+4] = srcBuffer[4]; + case 4: dstBuffer[dstOffset+3] = srcBuffer[3]; + case 3: dstBuffer[dstOffset+2] = srcBuffer[2]; + case 2: dstBuffer[dstOffset+1] = srcBuffer[1]; + case 1: dstBuffer[dstOffset] = srcBuffer[0]; + } +} + +function clone(obj) { + var cloned = {}; + for (var k in obj) { + if (obj.hasOwnProperty(k)) { + cloned[k] = obj[k]; + } + } + return cloned; +} + +/** + * Opcode handlers + */ + +var opcodes = { + // text + '1': { + start: function(data) { + var self = this; + // decode length + var firstLength = data[1] & 0x7f; + if (firstLength < 126) { + if (self.maxPayloadExceeded(firstLength)){ + self.error('Maximumpayload exceeded in compressed text message. Aborting...', 1009); + return; + } + opcodes['1'].getData.call(self, firstLength); + } + else if (firstLength == 126) { + self.expectHeader(2, function(data) { + var length = readUInt16BE.call(data, 0); + if (self.maxPayloadExceeded(length)){ + self.error('Maximumpayload exceeded in compressed text message. Aborting...', 1009); + return; + } + opcodes['1'].getData.call(self, length); + }); + } + else if (firstLength == 127) { + self.expectHeader(8, function(data) { + if (readUInt32BE.call(data, 0) != 0) { + self.error('packets with length spanning more than 32 bit is currently not supported', 1008); + return; + } + var length = readUInt32BE.call(data, 4); + if (self.maxPayloadExceeded(length)){ + self.error('Maximumpayload exceeded in compressed text message. Aborting...', 1009); + return; + } + opcodes['1'].getData.call(self, readUInt32BE.call(data, 4)); + }); + } + }, + getData: function(length) { + var self = this; + if (self.state.masked) { + self.expectHeader(4, function(data) { + var mask = data; + self.expectData(length, function(data) { + opcodes['1'].finish.call(self, mask, data); + }); + }); + } + else { + self.expectData(length, function(data) { + opcodes['1'].finish.call(self, null, data); + }); + } + }, + finish: function(mask, data) { + var self = this; + var packet = this.unmask(mask, data, true) || new Buffer(0); + var state = clone(this.state); + this.messageHandlers.push(function(callback) { + self.applyExtensions(packet, state.lastFragment, state.compressed, function(err, buffer) { + if (err) { + if(err.type===1009){ + return self.error('Maximumpayload exceeded in compressed text message. Aborting...', 1009); + } + return self.error(err.message, 1007); + } + if (buffer != null) { + if( self.maxPayload==0 || (self.maxPayload > 0 && (self.currentMessageLength + buffer.length) < self.maxPayload) ){ + self.currentMessage.push(buffer); + } + else{ + self.currentMessage=null; + self.currentMessage = []; + self.currentMessageLength = 0; + self.error(new Error('Maximum payload exceeded. maxPayload: '+self.maxPayload), 1009); + return; + } + self.currentMessageLength += buffer.length; + } + if (state.lastFragment) { + var messageBuffer = Buffer.concat(self.currentMessage); + self.currentMessage = []; + self.currentMessageLength = 0; + if (!isValidUTF8(messageBuffer)) { + self.error('invalid utf8 sequence', 1007); + return; + } + self.ontext(messageBuffer.toString('utf8'), {masked: state.masked, buffer: messageBuffer}); + } + callback(); + }); + }); + this.flush(); + this.endPacket(); + } + }, + // binary + '2': { + start: function(data) { + var self = this; + // decode length + var firstLength = data[1] & 0x7f; + if (firstLength < 126) { + if (self.maxPayloadExceeded(firstLength)){ + self.error('Max payload exceeded in compressed text message. Aborting...', 1009); + return; + } + opcodes['2'].getData.call(self, firstLength); + } + else if (firstLength == 126) { + self.expectHeader(2, function(data) { + var length = readUInt16BE.call(data, 0); + if (self.maxPayloadExceeded(length)){ + self.error('Max payload exceeded in compressed text message. Aborting...', 1009); + return; + } + opcodes['2'].getData.call(self, length); + }); + } + else if (firstLength == 127) { + self.expectHeader(8, function(data) { + if (readUInt32BE.call(data, 0) != 0) { + self.error('packets with length spanning more than 32 bit is currently not supported', 1008); + return; + } + var length = readUInt32BE.call(data, 4, true); + if (self.maxPayloadExceeded(length)){ + self.error('Max payload exceeded in compressed text message. Aborting...', 1009); + return; + } + opcodes['2'].getData.call(self, length); + }); + } + }, + getData: function(length) { + var self = this; + if (self.state.masked) { + self.expectHeader(4, function(data) { + var mask = data; + self.expectData(length, function(data) { + opcodes['2'].finish.call(self, mask, data); + }); + }); + } + else { + self.expectData(length, function(data) { + opcodes['2'].finish.call(self, null, data); + }); + } + }, + finish: function(mask, data) { + var self = this; + var packet = this.unmask(mask, data, true) || new Buffer(0); + var state = clone(this.state); + this.messageHandlers.push(function(callback) { + self.applyExtensions(packet, state.lastFragment, state.compressed, function(err, buffer) { + if (err) { + if(err.type===1009){ + return self.error('Max payload exceeded in compressed binary message. Aborting...', 1009); + } + return self.error(err.message, 1007); + } + if (buffer != null) { + if( self.maxPayload==0 || (self.maxPayload > 0 && (self.currentMessageLength + buffer.length) < self.maxPayload) ){ + self.currentMessage.push(buffer); + } + else{ + self.currentMessage=null; + self.currentMessage = []; + self.currentMessageLength = 0; + self.error(new Error('Maximum payload exceeded'), 1009); + return; + } + self.currentMessageLength += buffer.length; + } + if (state.lastFragment) { + var messageBuffer = Buffer.concat(self.currentMessage); + self.currentMessage = []; + self.currentMessageLength = 0; + self.onbinary(messageBuffer, {masked: state.masked, buffer: messageBuffer}); + } + callback(); + }); + }); + this.flush(); + this.endPacket(); + } + }, + // close + '8': { + start: function(data) { + var self = this; + if (self.state.lastFragment == false) { + self.error('fragmented close is not supported', 1002); + return; + } + + // decode length + var firstLength = data[1] & 0x7f; + if (firstLength < 126) { + opcodes['8'].getData.call(self, firstLength); + } + else { + self.error('control frames cannot have more than 125 bytes of data', 1002); + } + }, + getData: function(length) { + var self = this; + if (self.state.masked) { + self.expectHeader(4, function(data) { + var mask = data; + self.expectData(length, function(data) { + opcodes['8'].finish.call(self, mask, data); + }); + }); + } + else { + self.expectData(length, function(data) { + opcodes['8'].finish.call(self, null, data); + }); + } + }, + finish: function(mask, data) { + var self = this; + data = self.unmask(mask, data, true); + + var state = clone(this.state); + this.messageHandlers.push(function() { + if (data && data.length == 1) { + self.error('close packets with data must be at least two bytes long', 1002); + return; + } + var code = data && data.length > 1 ? readUInt16BE.call(data, 0) : 1000; + if (!ErrorCodes.isValidErrorCode(code)) { + self.error('invalid error code', 1002); + return; + } + var message = ''; + if (data && data.length > 2) { + var messageBuffer = data.slice(2); + if (!isValidUTF8(messageBuffer)) { + self.error('invalid utf8 sequence', 1007); + return; + } + message = messageBuffer.toString('utf8'); + } + self.onclose(code, message, {masked: state.masked}); + self.reset(); + }); + this.flush(); + }, + }, + // ping + '9': { + start: function(data) { + var self = this; + if (self.state.lastFragment == false) { + self.error('fragmented ping is not supported', 1002); + return; + } + + // decode length + var firstLength = data[1] & 0x7f; + if (firstLength < 126) { + opcodes['9'].getData.call(self, firstLength); + } + else { + self.error('control frames cannot have more than 125 bytes of data', 1002); + } + }, + getData: function(length) { + var self = this; + if (self.state.masked) { + self.expectHeader(4, function(data) { + var mask = data; + self.expectData(length, function(data) { + opcodes['9'].finish.call(self, mask, data); + }); + }); + } + else { + self.expectData(length, function(data) { + opcodes['9'].finish.call(self, null, data); + }); + } + }, + finish: function(mask, data) { + var self = this; + data = this.unmask(mask, data, true); + var state = clone(this.state); + this.messageHandlers.push(function(callback) { + self.onping(data, {masked: state.masked, binary: true}); + callback(); + }); + this.flush(); + this.endPacket(); + } + }, + // pong + '10': { + start: function(data) { + var self = this; + if (self.state.lastFragment == false) { + self.error('fragmented pong is not supported', 1002); + return; + } + + // decode length + var firstLength = data[1] & 0x7f; + if (firstLength < 126) { + opcodes['10'].getData.call(self, firstLength); + } + else { + self.error('control frames cannot have more than 125 bytes of data', 1002); + } + }, + getData: function(length) { + var self = this; + if (this.state.masked) { + this.expectHeader(4, function(data) { + var mask = data; + self.expectData(length, function(data) { + opcodes['10'].finish.call(self, mask, data); + }); + }); + } + else { + this.expectData(length, function(data) { + opcodes['10'].finish.call(self, null, data); + }); + } + }, + finish: function(mask, data) { + var self = this; + data = self.unmask(mask, data, true); + var state = clone(this.state); + this.messageHandlers.push(function(callback) { + self.onpong(data, {masked: state.masked, binary: true}); + callback(); + }); + this.flush(); + this.endPacket(); + } + } +} diff --git a/2019-setembro/node_modules/ws/lib/Sender.hixie.js b/2019-setembro/node_modules/ws/lib/Sender.hixie.js new file mode 100644 index 0000000..b87d9dd --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/Sender.hixie.js @@ -0,0 +1,124 @@ +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var events = require('events') + , util = require('util') + , EventEmitter = events.EventEmitter; + +/** + * Hixie Sender implementation + */ + +function Sender(socket) { + if (this instanceof Sender === false) { + throw new TypeError("Classes can't be function-called"); + } + + events.EventEmitter.call(this); + + this.socket = socket; + this.continuationFrame = false; + this.isClosed = false; +} + +module.exports = Sender; + +/** + * Inherits from EventEmitter. + */ + +util.inherits(Sender, events.EventEmitter); + +/** + * Frames and writes data. + * + * @api public + */ + +Sender.prototype.send = function(data, options, cb) { + if (this.isClosed) return; + + var isString = typeof data == 'string' + , length = isString ? Buffer.byteLength(data) : data.length + , lengthbytes = (length > 127) ? 2 : 1 // assume less than 2**14 bytes + , writeStartMarker = this.continuationFrame == false + , writeEndMarker = !options || !(typeof options.fin != 'undefined' && !options.fin) + , buffer = new Buffer((writeStartMarker ? ((options && options.binary) ? (1 + lengthbytes) : 1) : 0) + length + ((writeEndMarker && !(options && options.binary)) ? 1 : 0)) + , offset = writeStartMarker ? 1 : 0; + + if (writeStartMarker) { + if (options && options.binary) { + buffer.write('\x80', 'binary'); + // assume length less than 2**14 bytes + if (lengthbytes > 1) + buffer.write(String.fromCharCode(128+length/128), offset++, 'binary'); + buffer.write(String.fromCharCode(length&0x7f), offset++, 'binary'); + } else + buffer.write('\x00', 'binary'); + } + + if (isString) buffer.write(data, offset, 'utf8'); + else data.copy(buffer, offset, 0); + + if (writeEndMarker) { + if (options && options.binary) { + // sending binary, not writing end marker + } else + buffer.write('\xff', offset + length, 'binary'); + this.continuationFrame = false; + } + else this.continuationFrame = true; + + try { + this.socket.write(buffer, 'binary', cb); + } catch (e) { + this.error(e.toString()); + } +}; + +/** + * Sends a close instruction to the remote party. + * + * @api public + */ + +Sender.prototype.close = function(code, data, mask, cb) { + if (this.isClosed) return; + this.isClosed = true; + try { + if (this.continuationFrame) this.socket.write(new Buffer([0xff], 'binary')); + this.socket.write(new Buffer([0xff, 0x00]), 'binary', cb); + } catch (e) { + this.error(e.toString()); + } +}; + +/** + * Sends a ping message to the remote party. Not available for hixie. + * + * @api public + */ + +Sender.prototype.ping = function(data, options) {}; + +/** + * Sends a pong message to the remote party. Not available for hixie. + * + * @api public + */ + +Sender.prototype.pong = function(data, options) {}; + +/** + * Handles an error + * + * @api private + */ + +Sender.prototype.error = function (reason) { + this.emit('error', reason); + return this; +}; diff --git a/2019-setembro/node_modules/ws/lib/Sender.js b/2019-setembro/node_modules/ws/lib/Sender.js new file mode 100644 index 0000000..9a1e43b --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/Sender.js @@ -0,0 +1,310 @@ +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var events = require('events') + , util = require('util') + , crypto = require('crypto') + , EventEmitter = events.EventEmitter + , ErrorCodes = require('./ErrorCodes') + , bufferUtil = require('./BufferUtil') + , PerMessageDeflate = require('./PerMessageDeflate'); + +/** + * HyBi Sender implementation + */ + +function Sender(socket, extensions) { + if (this instanceof Sender === false) { + throw new TypeError("Classes can't be function-called"); + } + + events.EventEmitter.call(this); + + this._socket = socket; + this.extensions = extensions || {}; + this.firstFragment = true; + this.compress = false; + this.messageHandlers = []; + this.processing = false; +} + +/** + * Inherits from EventEmitter. + */ + +util.inherits(Sender, events.EventEmitter); + +/** + * Sends a close instruction to the remote party. + * + * @api public + */ + +Sender.prototype.close = function(code, data, mask, cb) { + if (typeof code !== 'undefined') { + if (typeof code !== 'number' || + !ErrorCodes.isValidErrorCode(code)) throw new Error('first argument must be a valid error code number'); + } + code = code || 1000; + var dataBuffer = new Buffer(2 + (data ? Buffer.byteLength(data) : 0)); + writeUInt16BE.call(dataBuffer, code, 0); + if (dataBuffer.length > 2) dataBuffer.write(data, 2); + + var self = this; + this.messageHandlers.push(function() { + self.frameAndSend(0x8, dataBuffer, true, mask); + if (typeof cb == 'function') cb(); + }); + this.flush(); +}; + +/** + * Sends a ping message to the remote party. + * + * @api public + */ + +Sender.prototype.ping = function(data, options) { + var mask = options && options.mask; + var self = this; + this.messageHandlers.push(function() { + self.frameAndSend(0x9, data || '', true, mask); + }); + this.flush(); +}; + +/** + * Sends a pong message to the remote party. + * + * @api public + */ + +Sender.prototype.pong = function(data, options) { + var mask = options && options.mask; + var self = this; + this.messageHandlers.push(function() { + self.frameAndSend(0xa, data || '', true, mask); + }); + this.flush(); +}; + +/** + * Sends text or binary data to the remote party. + * + * @api public + */ + +Sender.prototype.send = function(data, options, cb) { + var finalFragment = options && options.fin === false ? false : true; + var mask = options && options.mask; + var compress = options && options.compress; + var opcode = options && options.binary ? 2 : 1; + if (this.firstFragment === false) { + opcode = 0; + compress = false; + } else { + this.firstFragment = false; + this.compress = compress; + } + if (finalFragment) this.firstFragment = true + + var compressFragment = this.compress; + + var self = this; + this.messageHandlers.push(function() { + if (!data || !compressFragment) { + self.frameAndSend(opcode, data, finalFragment, mask, compress, cb); + return; + } + + self.processing = true; + self.applyExtensions(data, finalFragment, compressFragment, function(err, data) { + if (err) { + if (typeof cb == 'function') cb(err); + else self.emit('error', err); + return; + } + self.frameAndSend(opcode, data, finalFragment, mask, compress, cb); + self.processing = false; + self.flush(); + }); + }); + this.flush(); +}; + +/** + * Frames and sends a piece of data according to the HyBi WebSocket protocol. + * + * @api private + */ + +Sender.prototype.frameAndSend = function(opcode, data, finalFragment, maskData, compressed, cb) { + var canModifyData = false; + + if (!data) { + try { + this._socket.write(new Buffer([opcode | (finalFragment ? 0x80 : 0), 0 | (maskData ? 0x80 : 0)].concat(maskData ? [0, 0, 0, 0] : [])), 'binary', cb); + } + catch (e) { + if (typeof cb == 'function') cb(e); + else this.emit('error', e); + } + return; + } + + if (!Buffer.isBuffer(data)) { + canModifyData = true; + if (data && (typeof data.byteLength !== 'undefined' || typeof data.buffer !== 'undefined')) { + data = getArrayBuffer(data); + } else { + // + // If people want to send a number, this would allocate the number in + // bytes as memory size instead of storing the number as buffer value. So + // we need to transform it to string in order to prevent possible + // vulnerabilities / memory attacks. + // + if (typeof data === 'number') data = data.toString(); + + data = new Buffer(data); + } + } + + var dataLength = data.length + , dataOffset = maskData ? 6 : 2 + , secondByte = dataLength; + + if (dataLength >= 65536) { + dataOffset += 8; + secondByte = 127; + } + else if (dataLength > 125) { + dataOffset += 2; + secondByte = 126; + } + + var mergeBuffers = dataLength < 32768 || (maskData && !canModifyData); + var totalLength = mergeBuffers ? dataLength + dataOffset : dataOffset; + var outputBuffer = new Buffer(totalLength); + outputBuffer[0] = finalFragment ? opcode | 0x80 : opcode; + if (compressed) outputBuffer[0] |= 0x40; + + switch (secondByte) { + case 126: + writeUInt16BE.call(outputBuffer, dataLength, 2); + break; + case 127: + writeUInt32BE.call(outputBuffer, 0, 2); + writeUInt32BE.call(outputBuffer, dataLength, 6); + } + + if (maskData) { + outputBuffer[1] = secondByte | 0x80; + var mask = getRandomMask(); + outputBuffer[dataOffset - 4] = mask[0]; + outputBuffer[dataOffset - 3] = mask[1]; + outputBuffer[dataOffset - 2] = mask[2]; + outputBuffer[dataOffset - 1] = mask[3]; + if (mergeBuffers) { + bufferUtil.mask(data, mask, outputBuffer, dataOffset, dataLength); + try { + this._socket.write(outputBuffer, 'binary', cb); + } + catch (e) { + if (typeof cb == 'function') cb(e); + else this.emit('error', e); + } + } + else { + bufferUtil.mask(data, mask, data, 0, dataLength); + try { + this._socket.write(outputBuffer, 'binary'); + this._socket.write(data, 'binary', cb); + } + catch (e) { + if (typeof cb == 'function') cb(e); + else this.emit('error', e); + } + } + } + else { + outputBuffer[1] = secondByte; + if (mergeBuffers) { + data.copy(outputBuffer, dataOffset); + try { + this._socket.write(outputBuffer, 'binary', cb); + } + catch (e) { + if (typeof cb == 'function') cb(e); + else this.emit('error', e); + } + } + else { + try { + this._socket.write(outputBuffer, 'binary'); + this._socket.write(data, 'binary', cb); + } + catch (e) { + if (typeof cb == 'function') cb(e); + else this.emit('error', e); + } + } + } +}; + +/** + * Execute message handler buffers + * + * @api private + */ + +Sender.prototype.flush = function() { + while (!this.processing && this.messageHandlers.length) { + this.messageHandlers.shift()(); + } +}; + +/** + * Apply extensions to message + * + * @api private + */ + +Sender.prototype.applyExtensions = function(data, fin, compress, callback) { + if ((data.buffer || data) instanceof ArrayBuffer) { + data = getArrayBuffer(data); + } + this.extensions[PerMessageDeflate.extensionName].compress(data, fin, callback); +}; + +module.exports = Sender; + +function writeUInt16BE(value, offset) { + this[offset] = (value & 0xff00)>>8; + this[offset+1] = value & 0xff; +} + +function writeUInt32BE(value, offset) { + this[offset] = (value & 0xff000000)>>24; + this[offset+1] = (value & 0xff0000)>>16; + this[offset+2] = (value & 0xff00)>>8; + this[offset+3] = value & 0xff; +} + +function getArrayBuffer(data) { + // data is either an ArrayBuffer or ArrayBufferView. + var array = new Uint8Array(data.buffer || data) + , l = data.byteLength || data.length + , o = data.byteOffset || 0 + , buffer = new Buffer(l); + for (var i = 0; i < l; ++i) { + buffer[i] = array[o+i]; + } + return buffer; +} + +function getRandomMask() { + return crypto.randomBytes(4); +} diff --git a/2019-setembro/node_modules/ws/lib/Validation.fallback.js b/2019-setembro/node_modules/ws/lib/Validation.fallback.js new file mode 100644 index 0000000..639b0d3 --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/Validation.fallback.js @@ -0,0 +1,11 @@ +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +exports.Validation = { + isValidUTF8: function(buffer) { + return true; + } +}; diff --git a/2019-setembro/node_modules/ws/lib/Validation.js b/2019-setembro/node_modules/ws/lib/Validation.js new file mode 100644 index 0000000..0adace5 --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/Validation.js @@ -0,0 +1,19 @@ +'use strict'; + +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var isValidUTF8; + +try { + isValidUTF8 = require('utf-8-validate'); +} catch (e) { + isValidUTF8 = require('./Validation.fallback'); +} + +module.exports = typeof isValidUTF8 === 'object' + ? isValidUTF8.Validation.isValidUTF8 + : isValidUTF8; diff --git a/2019-setembro/node_modules/ws/lib/WebSocket.js b/2019-setembro/node_modules/ws/lib/WebSocket.js new file mode 100644 index 0000000..bb09e85 --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/WebSocket.js @@ -0,0 +1,987 @@ +'use strict'; + +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var url = require('url') + , util = require('util') + , http = require('http') + , https = require('https') + , crypto = require('crypto') + , stream = require('stream') + , Ultron = require('ultron') + , Options = require('options') + , Sender = require('./Sender') + , Receiver = require('./Receiver') + , SenderHixie = require('./Sender.hixie') + , ReceiverHixie = require('./Receiver.hixie') + , Extensions = require('./Extensions') + , PerMessageDeflate = require('./PerMessageDeflate') + , EventEmitter = require('events').EventEmitter; + +/** + * Constants + */ + +// Default protocol version + +var protocolVersion = 13; + +// Close timeout + +var closeTimeout = 30 * 1000; // Allow 30 seconds to terminate the connection cleanly + +/** + * WebSocket implementation + * + * @constructor + * @param {String} address Connection address. + * @param {String|Array} protocols WebSocket protocols. + * @param {Object} options Additional connection options. + * @api public + */ +function WebSocket(address, protocols, options) { + if (this instanceof WebSocket === false) { + return new WebSocket(address, protocols, options); + } + + EventEmitter.call(this); + + if (protocols && !Array.isArray(protocols) && 'object' === typeof protocols) { + // accept the "options" Object as the 2nd argument + options = protocols; + protocols = null; + } + + if ('string' === typeof protocols) { + protocols = [ protocols ]; + } + + if (!Array.isArray(protocols)) { + protocols = []; + } + + this._socket = null; + this._ultron = null; + this._closeReceived = false; + this.bytesReceived = 0; + this.readyState = null; + this.supports = {}; + this.extensions = {}; + this._binaryType = 'nodebuffer'; + + if (Array.isArray(address)) { + initAsServerClient.apply(this, address.concat(options)); + } else { + initAsClient.apply(this, [address, protocols, options]); + } +} + +/** + * Inherits from EventEmitter. + */ +util.inherits(WebSocket, EventEmitter); + +/** + * Ready States + */ +["CONNECTING", "OPEN", "CLOSING", "CLOSED"].forEach(function each(state, index) { + WebSocket.prototype[state] = WebSocket[state] = index; +}); + +/** + * Gracefully closes the connection, after sending a description message to the server + * + * @param {Object} data to be sent to the server + * @api public + */ +WebSocket.prototype.close = function close(code, data) { + if (this.readyState === WebSocket.CLOSED) return; + + if (this.readyState === WebSocket.CONNECTING) { + this.readyState = WebSocket.CLOSED; + return; + } + + if (this.readyState === WebSocket.CLOSING) { + if (this._closeReceived && this._isServer) { + this.terminate(); + } + return; + } + + var self = this; + try { + this.readyState = WebSocket.CLOSING; + this._closeCode = code; + this._closeMessage = data; + var mask = !this._isServer; + this._sender.close(code, data, mask, function(err) { + if (err) self.emit('error', err); + + if (self._closeReceived && self._isServer) { + self.terminate(); + } else { + // ensure that the connection is cleaned up even when no response of closing handshake. + clearTimeout(self._closeTimer); + self._closeTimer = setTimeout(cleanupWebsocketResources.bind(self, true), closeTimeout); + } + }); + } catch (e) { + this.emit('error', e); + } +}; + +/** + * Pause the client stream + * + * @api public + */ +WebSocket.prototype.pause = function pauser() { + if (this.readyState !== WebSocket.OPEN) throw new Error('not opened'); + + return this._socket.pause(); +}; + +/** + * Sends a ping + * + * @param {Object} data to be sent to the server + * @param {Object} Members - mask: boolean, binary: boolean + * @param {boolean} dontFailWhenClosed indicates whether or not to throw if the connection isnt open + * @api public + */ +WebSocket.prototype.ping = function ping(data, options, dontFailWhenClosed) { + if (this.readyState !== WebSocket.OPEN) { + if (dontFailWhenClosed === true) return; + throw new Error('not opened'); + } + + options = options || {}; + + if (typeof options.mask === 'undefined') options.mask = !this._isServer; + + this._sender.ping(data, options); +}; + +/** + * Sends a pong + * + * @param {Object} data to be sent to the server + * @param {Object} Members - mask: boolean, binary: boolean + * @param {boolean} dontFailWhenClosed indicates whether or not to throw if the connection isnt open + * @api public + */ +WebSocket.prototype.pong = function(data, options, dontFailWhenClosed) { + if (this.readyState !== WebSocket.OPEN) { + if (dontFailWhenClosed === true) return; + throw new Error('not opened'); + } + + options = options || {}; + + if (typeof options.mask === 'undefined') options.mask = !this._isServer; + + this._sender.pong(data, options); +}; + +/** + * Resume the client stream + * + * @api public + */ +WebSocket.prototype.resume = function resume() { + if (this.readyState !== WebSocket.OPEN) throw new Error('not opened'); + + return this._socket.resume(); +}; + +/** + * Sends a piece of data + * + * @param {Object} data to be sent to the server + * @param {Object} Members - mask: boolean, binary: boolean, compress: boolean + * @param {function} Optional callback which is executed after the send completes + * @api public + */ + +WebSocket.prototype.send = function send(data, options, cb) { + if (typeof options === 'function') { + cb = options; + options = {}; + } + + if (this.readyState !== WebSocket.OPEN) { + if (typeof cb === 'function') cb(new Error('not opened')); + else throw new Error('not opened'); + return; + } + + if (!data) data = ''; + if (this._queue) { + var self = this; + this._queue.push(function() { self.send(data, options, cb); }); + return; + } + + options = options || {}; + options.fin = true; + + if (typeof options.binary === 'undefined') { + options.binary = (data instanceof ArrayBuffer || data instanceof Buffer || + data instanceof Uint8Array || + data instanceof Uint16Array || + data instanceof Uint32Array || + data instanceof Int8Array || + data instanceof Int16Array || + data instanceof Int32Array || + data instanceof Float32Array || + data instanceof Float64Array); + } + + if (typeof options.mask === 'undefined') options.mask = !this._isServer; + if (typeof options.compress === 'undefined') options.compress = true; + if (!this.extensions[PerMessageDeflate.extensionName]) { + options.compress = false; + } + + var readable = typeof stream.Readable === 'function' + ? stream.Readable + : stream.Stream; + + if (data instanceof readable) { + startQueue(this); + var self = this; + + sendStream(this, data, options, function send(error) { + process.nextTick(function tock() { + executeQueueSends(self); + }); + + if (typeof cb === 'function') cb(error); + }); + } else { + this._sender.send(data, options, cb); + } +}; + +/** + * Streams data through calls to a user supplied function + * + * @param {Object} Members - mask: boolean, binary: boolean, compress: boolean + * @param {function} 'function (error, send)' which is executed on successive ticks of which send is 'function (data, final)'. + * @api public + */ +WebSocket.prototype.stream = function stream(options, cb) { + if (typeof options === 'function') { + cb = options; + options = {}; + } + + var self = this; + + if (typeof cb !== 'function') throw new Error('callback must be provided'); + + if (this.readyState !== WebSocket.OPEN) { + if (typeof cb === 'function') cb(new Error('not opened')); + else throw new Error('not opened'); + return; + } + + if (this._queue) { + this._queue.push(function () { self.stream(options, cb); }); + return; + } + + options = options || {}; + + if (typeof options.mask === 'undefined') options.mask = !this._isServer; + if (typeof options.compress === 'undefined') options.compress = true; + if (!this.extensions[PerMessageDeflate.extensionName]) { + options.compress = false; + } + + startQueue(this); + + function send(data, final) { + try { + if (self.readyState !== WebSocket.OPEN) throw new Error('not opened'); + options.fin = final === true; + self._sender.send(data, options); + if (!final) process.nextTick(cb.bind(null, null, send)); + else executeQueueSends(self); + } catch (e) { + if (typeof cb === 'function') cb(e); + else { + delete self._queue; + self.emit('error', e); + } + } + } + + process.nextTick(cb.bind(null, null, send)); +}; + +/** + * Immediately shuts down the connection + * + * @api public + */ +WebSocket.prototype.terminate = function terminate() { + if (this.readyState === WebSocket.CLOSED) return; + + if (this._socket) { + this.readyState = WebSocket.CLOSING; + + // End the connection + try { this._socket.end(); } + catch (e) { + // Socket error during end() call, so just destroy it right now + cleanupWebsocketResources.call(this, true); + return; + } + + // Add a timeout to ensure that the connection is completely + // cleaned up within 30 seconds, even if the clean close procedure + // fails for whatever reason + // First cleanup any pre-existing timeout from an earlier "terminate" call, + // if one exists. Otherwise terminate calls in quick succession will leak timeouts + // and hold the program open for `closeTimout` time. + if (this._closeTimer) { clearTimeout(this._closeTimer); } + this._closeTimer = setTimeout(cleanupWebsocketResources.bind(this, true), closeTimeout); + } else if (this.readyState === WebSocket.CONNECTING) { + cleanupWebsocketResources.call(this, true); + } +}; + +/** + * Expose bufferedAmount + * + * @api public + */ +Object.defineProperty(WebSocket.prototype, 'bufferedAmount', { + get: function get() { + var amount = 0; + if (this._socket) { + amount = this._socket.bufferSize || 0; + } + return amount; + } +}); + +/** + * Expose binaryType + * + * This deviates from the W3C interface since ws doesn't support the required + * default "blob" type (instead we define a custom "nodebuffer" type). + * + * @see http://dev.w3.org/html5/websockets/#the-websocket-interface + * @api public + */ +Object.defineProperty(WebSocket.prototype, 'binaryType', { + get: function get() { + return this._binaryType; + }, + set: function set(type) { + if (type === 'arraybuffer' || type === 'nodebuffer') + this._binaryType = type; + else + throw new SyntaxError('unsupported binaryType: must be either "nodebuffer" or "arraybuffer"'); + } +}); + +/** + * Emulates the W3C Browser based WebSocket interface using function members. + * + * @see http://dev.w3.org/html5/websockets/#the-websocket-interface + * @api public + */ +['open', 'error', 'close', 'message'].forEach(function(method) { + Object.defineProperty(WebSocket.prototype, 'on' + method, { + /** + * Returns the current listener + * + * @returns {Mixed} the set function or undefined + * @api public + */ + get: function get() { + var listener = this.listeners(method)[0]; + return listener ? (listener._listener ? listener._listener : listener) : undefined; + }, + + /** + * Start listening for events + * + * @param {Function} listener the listener + * @returns {Mixed} the set function or undefined + * @api public + */ + set: function set(listener) { + this.removeAllListeners(method); + this.addEventListener(method, listener); + } + }); +}); + +/** + * Emulates the W3C Browser based WebSocket interface using addEventListener. + * + * @see https://developer.mozilla.org/en/DOM/element.addEventListener + * @see http://dev.w3.org/html5/websockets/#the-websocket-interface + * @api public + */ +WebSocket.prototype.addEventListener = function(method, listener) { + var target = this; + + function onMessage (data, flags) { + if (flags.binary && this.binaryType === 'arraybuffer') + data = new Uint8Array(data).buffer; + listener.call(target, new MessageEvent(data, !!flags.binary, target)); + } + + function onClose (code, message) { + listener.call(target, new CloseEvent(code, message, target)); + } + + function onError (event) { + event.type = 'error'; + event.target = target; + listener.call(target, event); + } + + function onOpen () { + listener.call(target, new OpenEvent(target)); + } + + if (typeof listener === 'function') { + if (method === 'message') { + // store a reference so we can return the original function from the + // addEventListener hook + onMessage._listener = listener; + this.on(method, onMessage); + } else if (method === 'close') { + // store a reference so we can return the original function from the + // addEventListener hook + onClose._listener = listener; + this.on(method, onClose); + } else if (method === 'error') { + // store a reference so we can return the original function from the + // addEventListener hook + onError._listener = listener; + this.on(method, onError); + } else if (method === 'open') { + // store a reference so we can return the original function from the + // addEventListener hook + onOpen._listener = listener; + this.on(method, onOpen); + } else { + this.on(method, listener); + } + } +}; + +module.exports = WebSocket; +module.exports.buildHostHeader = buildHostHeader + +/** + * W3C MessageEvent + * + * @see http://www.w3.org/TR/html5/comms.html + * @constructor + * @api private + */ +function MessageEvent(dataArg, isBinary, target) { + this.type = 'message'; + this.data = dataArg; + this.target = target; + this.binary = isBinary; // non-standard. +} + +/** + * W3C CloseEvent + * + * @see http://www.w3.org/TR/html5/comms.html + * @constructor + * @api private + */ +function CloseEvent(code, reason, target) { + this.type = 'close'; + this.wasClean = (typeof code === 'undefined' || code === 1000); + this.code = code; + this.reason = reason; + this.target = target; +} + +/** + * W3C OpenEvent + * + * @see http://www.w3.org/TR/html5/comms.html + * @constructor + * @api private + */ +function OpenEvent(target) { + this.type = 'open'; + this.target = target; +} + +// Append port number to Host header, only if specified in the url +// and non-default +function buildHostHeader(isSecure, hostname, port) { + var headerHost = hostname; + if (hostname) { + if ((isSecure && (port != 443)) || (!isSecure && (port != 80))){ + headerHost = headerHost + ':' + port; + } + } + return headerHost; +} + +/** + * Entirely private apis, + * which may or may not be bound to a sepcific WebSocket instance. + */ +function initAsServerClient(req, socket, upgradeHead, options) { + options = new Options({ + protocolVersion: protocolVersion, + protocol: null, + extensions: {}, + maxPayload: 0 + }).merge(options); + + // expose state properties + this.protocol = options.value.protocol; + this.protocolVersion = options.value.protocolVersion; + this.extensions = options.value.extensions; + this.supports.binary = (this.protocolVersion !== 'hixie-76'); + this.upgradeReq = req; + this.readyState = WebSocket.CONNECTING; + this._isServer = true; + this.maxPayload = options.value.maxPayload; + // establish connection + if (options.value.protocolVersion === 'hixie-76') { + establishConnection.call(this, ReceiverHixie, SenderHixie, socket, upgradeHead); + } else { + establishConnection.call(this, Receiver, Sender, socket, upgradeHead); + } +} + +function initAsClient(address, protocols, options) { + options = new Options({ + origin: null, + protocolVersion: protocolVersion, + host: null, + headers: null, + protocol: protocols.join(','), + agent: null, + + // ssl-related options + pfx: null, + key: null, + passphrase: null, + cert: null, + ca: null, + ciphers: null, + rejectUnauthorized: null, + perMessageDeflate: true, + localAddress: null + }).merge(options); + + if (options.value.protocolVersion !== 8 && options.value.protocolVersion !== 13) { + throw new Error('unsupported protocol version'); + } + + // verify URL and establish http class + var serverUrl = url.parse(address); + var isUnixSocket = serverUrl.protocol === 'ws+unix:'; + if (!serverUrl.host && !isUnixSocket) throw new Error('invalid url'); + var isSecure = serverUrl.protocol === 'wss:' || serverUrl.protocol === 'https:'; + var httpObj = isSecure ? https : http; + var port = serverUrl.port || (isSecure ? 443 : 80); + var auth = serverUrl.auth; + + // prepare extensions + var extensionsOffer = {}; + var perMessageDeflate; + if (options.value.perMessageDeflate) { + perMessageDeflate = new PerMessageDeflate(typeof options.value.perMessageDeflate !== true ? options.value.perMessageDeflate : {}, false); + extensionsOffer[PerMessageDeflate.extensionName] = perMessageDeflate.offer(); + } + + // expose state properties + this._isServer = false; + this.url = address; + this.protocolVersion = options.value.protocolVersion; + this.supports.binary = (this.protocolVersion !== 'hixie-76'); + + // begin handshake + var key = new Buffer(options.value.protocolVersion + '-' + Date.now()).toString('base64'); + var shasum = crypto.createHash('sha1'); + shasum.update(key + '258EAFA5-E914-47DA-95CA-C5AB0DC85B11'); + var expectedServerKey = shasum.digest('base64'); + + var agent = options.value.agent; + + var headerHost = buildHostHeader(isSecure, serverUrl.hostname, port) + + var requestOptions = { + port: port, + host: serverUrl.hostname, + headers: { + 'Connection': 'Upgrade', + 'Upgrade': 'websocket', + 'Host': headerHost, + 'Sec-WebSocket-Version': options.value.protocolVersion, + 'Sec-WebSocket-Key': key + } + }; + + // If we have basic auth. + if (auth) { + requestOptions.headers.Authorization = 'Basic ' + new Buffer(auth).toString('base64'); + } + + if (options.value.protocol) { + requestOptions.headers['Sec-WebSocket-Protocol'] = options.value.protocol; + } + + if (options.value.host) { + requestOptions.headers.Host = options.value.host; + } + + if (options.value.headers) { + for (var header in options.value.headers) { + if (options.value.headers.hasOwnProperty(header)) { + requestOptions.headers[header] = options.value.headers[header]; + } + } + } + + if (Object.keys(extensionsOffer).length) { + requestOptions.headers['Sec-WebSocket-Extensions'] = Extensions.format(extensionsOffer); + } + + if (options.isDefinedAndNonNull('pfx') + || options.isDefinedAndNonNull('key') + || options.isDefinedAndNonNull('passphrase') + || options.isDefinedAndNonNull('cert') + || options.isDefinedAndNonNull('ca') + || options.isDefinedAndNonNull('ciphers') + || options.isDefinedAndNonNull('rejectUnauthorized')) { + + if (options.isDefinedAndNonNull('pfx')) requestOptions.pfx = options.value.pfx; + if (options.isDefinedAndNonNull('key')) requestOptions.key = options.value.key; + if (options.isDefinedAndNonNull('passphrase')) requestOptions.passphrase = options.value.passphrase; + if (options.isDefinedAndNonNull('cert')) requestOptions.cert = options.value.cert; + if (options.isDefinedAndNonNull('ca')) requestOptions.ca = options.value.ca; + if (options.isDefinedAndNonNull('ciphers')) requestOptions.ciphers = options.value.ciphers; + if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized; + + if (!agent) { + // global agent ignores client side certificates + agent = new httpObj.Agent(requestOptions); + } + } + + requestOptions.path = serverUrl.path || '/'; + + if (agent) { + requestOptions.agent = agent; + } + + if (isUnixSocket) { + requestOptions.socketPath = serverUrl.pathname; + } + + if (options.value.localAddress) { + requestOptions.localAddress = options.value.localAddress; + } + + if (options.value.origin) { + if (options.value.protocolVersion < 13) requestOptions.headers['Sec-WebSocket-Origin'] = options.value.origin; + else requestOptions.headers.Origin = options.value.origin; + } + + var self = this; + var req = httpObj.request(requestOptions); + + req.on('error', function onerror(error) { + self.emit('error', error); + cleanupWebsocketResources.call(self, error); + }); + + req.once('response', function response(res) { + var error; + + if (!self.emit('unexpected-response', req, res)) { + error = new Error('unexpected server response (' + res.statusCode + ')'); + req.abort(); + self.emit('error', error); + } + + cleanupWebsocketResources.call(self, error); + }); + + req.once('upgrade', function upgrade(res, socket, upgradeHead) { + if (self.readyState === WebSocket.CLOSED) { + // client closed before server accepted connection + self.emit('close'); + self.removeAllListeners(); + socket.end(); + return; + } + + var serverKey = res.headers['sec-websocket-accept']; + if (typeof serverKey === 'undefined' || serverKey !== expectedServerKey) { + self.emit('error', 'invalid server key'); + self.removeAllListeners(); + socket.end(); + return; + } + + var serverProt = res.headers['sec-websocket-protocol']; + var protList = (options.value.protocol || "").split(/, */); + var protError = null; + + if (!options.value.protocol && serverProt) { + protError = 'server sent a subprotocol even though none requested'; + } else if (options.value.protocol && !serverProt) { + protError = 'server sent no subprotocol even though requested'; + } else if (serverProt && protList.indexOf(serverProt) === -1) { + protError = 'server responded with an invalid protocol'; + } + + if (protError) { + self.emit('error', protError); + self.removeAllListeners(); + socket.end(); + return; + } else if (serverProt) { + self.protocol = serverProt; + } + + var serverExtensions = Extensions.parse(res.headers['sec-websocket-extensions']); + if (perMessageDeflate && serverExtensions[PerMessageDeflate.extensionName]) { + try { + perMessageDeflate.accept(serverExtensions[PerMessageDeflate.extensionName]); + } catch (err) { + self.emit('error', 'invalid extension parameter'); + self.removeAllListeners(); + socket.end(); + return; + } + self.extensions[PerMessageDeflate.extensionName] = perMessageDeflate; + } + + establishConnection.call(self, Receiver, Sender, socket, upgradeHead); + + // perform cleanup on http resources + req.removeAllListeners(); + req = null; + agent = null; + }); + + req.end(); + this.readyState = WebSocket.CONNECTING; +} + +function establishConnection(ReceiverClass, SenderClass, socket, upgradeHead) { + var ultron = this._ultron = new Ultron(socket) + , called = false + , self = this; + + socket.setTimeout(0); + socket.setNoDelay(true); + + this._receiver = new ReceiverClass(this.extensions,this.maxPayload); + this._socket = socket; + + // socket cleanup handlers + ultron.on('end', cleanupWebsocketResources.bind(this)); + ultron.on('close', cleanupWebsocketResources.bind(this)); + ultron.on('error', cleanupWebsocketResources.bind(this)); + + // ensure that the upgradeHead is added to the receiver + function firstHandler(data) { + if (called || self.readyState === WebSocket.CLOSED) return; + + called = true; + socket.removeListener('data', firstHandler); + ultron.on('data', realHandler); + + if (upgradeHead && upgradeHead.length > 0) { + realHandler(upgradeHead); + upgradeHead = null; + } + + if (data) realHandler(data); + } + + // subsequent packets are pushed straight to the receiver + function realHandler(data) { + self.bytesReceived += data.length; + self._receiver.add(data); + } + + ultron.on('data', firstHandler); + + // if data was passed along with the http upgrade, + // this will schedule a push of that on to the receiver. + // this has to be done on next tick, since the caller + // hasn't had a chance to set event handlers on this client + // object yet. + process.nextTick(firstHandler); + + // receiver event handlers + self._receiver.ontext = function ontext(data, flags) { + flags = flags || {}; + + self.emit('message', data, flags); + }; + + self._receiver.onbinary = function onbinary(data, flags) { + flags = flags || {}; + + flags.binary = true; + self.emit('message', data, flags); + }; + + self._receiver.onping = function onping(data, flags) { + flags = flags || {}; + + self.pong(data, { + mask: !self._isServer, + binary: flags.binary === true + }, true); + + self.emit('ping', data, flags); + }; + + self._receiver.onpong = function onpong(data, flags) { + self.emit('pong', data, flags || {}); + }; + + self._receiver.onclose = function onclose(code, data, flags) { + flags = flags || {}; + + self._closeReceived = true; + self.close(code, data); + }; + + self._receiver.onerror = function onerror(reason, errorCode) { + // close the connection when the receiver reports a HyBi error code + self.close(typeof errorCode !== 'undefined' ? errorCode : 1002, ''); + self.emit('error', (reason instanceof Error) ? reason : (new Error(reason))); + }; + + // finalize the client + this._sender = new SenderClass(socket, this.extensions); + this._sender.on('error', function onerror(error) { + self.close(1002, ''); + self.emit('error', error); + }); + + this.readyState = WebSocket.OPEN; + this.emit('open'); +} + +function startQueue(instance) { + instance._queue = instance._queue || []; +} + +function executeQueueSends(instance) { + var queue = instance._queue; + if (typeof queue === 'undefined') return; + + delete instance._queue; + for (var i = 0, l = queue.length; i < l; ++i) { + queue[i](); + } +} + +function sendStream(instance, stream, options, cb) { + stream.on('data', function incoming(data) { + if (instance.readyState !== WebSocket.OPEN) { + if (typeof cb === 'function') cb(new Error('not opened')); + else { + delete instance._queue; + instance.emit('error', new Error('not opened')); + } + return; + } + + options.fin = false; + instance._sender.send(data, options); + }); + + stream.on('end', function end() { + if (instance.readyState !== WebSocket.OPEN) { + if (typeof cb === 'function') cb(new Error('not opened')); + else { + delete instance._queue; + instance.emit('error', new Error('not opened')); + } + return; + } + + options.fin = true; + instance._sender.send(null, options); + + if (typeof cb === 'function') cb(null); + }); +} + +function cleanupWebsocketResources(error) { + if (this.readyState === WebSocket.CLOSED) return; + + this.readyState = WebSocket.CLOSED; + + clearTimeout(this._closeTimer); + this._closeTimer = null; + + // If the connection was closed abnormally (with an error), or if + // the close control frame was not received then the close code + // must default to 1006. + if (error || !this._closeReceived) { + this._closeCode = 1006; + } + this.emit('close', this._closeCode || 1000, this._closeMessage || ''); + + if (this._socket) { + if (this._ultron) this._ultron.destroy(); + this._socket.on('error', function onerror() { + try { this.destroy(); } + catch (e) {} + }); + + try { + if (!error) this._socket.end(); + else this._socket.destroy(); + } catch (e) { /* Ignore termination errors */ } + + this._socket = null; + this._ultron = null; + } + + if (this._sender) { + this._sender.removeAllListeners(); + this._sender = null; + } + + if (this._receiver) { + this._receiver.cleanup(); + this._receiver = null; + } + + if (this.extensions[PerMessageDeflate.extensionName]) { + this.extensions[PerMessageDeflate.extensionName].cleanup(); + } + + this.extensions = null; + + this.removeAllListeners(); + this.on('error', function onerror() {}); // catch all errors after this + delete this._queue; +} diff --git a/2019-setembro/node_modules/ws/lib/WebSocketServer.js b/2019-setembro/node_modules/ws/lib/WebSocketServer.js new file mode 100644 index 0000000..92077cd --- /dev/null +++ b/2019-setembro/node_modules/ws/lib/WebSocketServer.js @@ -0,0 +1,554 @@ +/*! + * ws: a node.js websocket client + * Copyright(c) 2011 Einar Otto Stangvik + * MIT Licensed + */ + +var util = require('util') + , events = require('events') + , http = require('http') + , crypto = require('crypto') + , Options = require('options') + , WebSocket = require('./WebSocket') + , Extensions = require('./Extensions') + , PerMessageDeflate = require('./PerMessageDeflate') + , tls = require('tls') + , url = require('url'); + +/** + * WebSocket Server implementation + */ + +function WebSocketServer(options, callback) { + if (this instanceof WebSocketServer === false) { + return new WebSocketServer(options, callback); + } + + events.EventEmitter.call(this); + + options = new Options({ + host: '0.0.0.0', + port: null, + server: null, + verifyClient: null, + handleProtocols: null, + path: null, + noServer: false, + disableHixie: false, + clientTracking: true, + perMessageDeflate: true, + maxPayload: 100 * 1024 * 1024 + }).merge(options); + + if (!options.isDefinedAndNonNull('port') && !options.isDefinedAndNonNull('server') && !options.value.noServer) { + throw new TypeError('`port` or a `server` must be provided'); + } + + var self = this; + + if (options.isDefinedAndNonNull('port')) { + this._server = http.createServer(function (req, res) { + var body = http.STATUS_CODES[426]; + res.writeHead(426, { + 'Content-Length': body.length, + 'Content-Type': 'text/plain' + }); + res.end(body); + }); + this._server.allowHalfOpen = false; + this._server.listen(options.value.port, options.value.host, callback); + this._closeServer = function() { if (self._server) self._server.close(); }; + } + else if (options.value.server) { + this._server = options.value.server; + if (options.value.path) { + // take note of the path, to avoid collisions when multiple websocket servers are + // listening on the same http server + if (this._server._webSocketPaths && options.value.server._webSocketPaths[options.value.path]) { + throw new Error('two instances of WebSocketServer cannot listen on the same http server path'); + } + if (typeof this._server._webSocketPaths !== 'object') { + this._server._webSocketPaths = {}; + } + this._server._webSocketPaths[options.value.path] = 1; + } + } + if (this._server) { + this._onceServerListening = function() { self.emit('listening'); }; + this._server.once('listening', this._onceServerListening); + } + + if (typeof this._server != 'undefined') { + this._onServerError = function(error) { self.emit('error', error) }; + this._server.on('error', this._onServerError); + this._onServerUpgrade = function(req, socket, upgradeHead) { + //copy upgradeHead to avoid retention of large slab buffers used in node core + var head = new Buffer(upgradeHead.length); + upgradeHead.copy(head); + + self.handleUpgrade(req, socket, head, function(client) { + self.emit('connection'+req.url, client); + self.emit('connection', client); + }); + }; + this._server.on('upgrade', this._onServerUpgrade); + } + + this.options = options.value; + this.path = options.value.path; + this.clients = []; +} + +/** + * Inherits from EventEmitter. + */ + +util.inherits(WebSocketServer, events.EventEmitter); + +/** + * Immediately shuts down the connection. + * + * @api public + */ + +WebSocketServer.prototype.close = function(callback) { + // terminate all associated clients + var error = null; + try { + for (var i = 0, l = this.clients.length; i < l; ++i) { + this.clients[i].terminate(); + } + } + catch (e) { + error = e; + } + + // remove path descriptor, if any + if (this.path && this._server._webSocketPaths) { + delete this._server._webSocketPaths[this.path]; + if (Object.keys(this._server._webSocketPaths).length == 0) { + delete this._server._webSocketPaths; + } + } + + // close the http server if it was internally created + try { + if (typeof this._closeServer !== 'undefined') { + this._closeServer(); + } + } + finally { + if (this._server) { + this._server.removeListener('listening', this._onceServerListening); + this._server.removeListener('error', this._onServerError); + this._server.removeListener('upgrade', this._onServerUpgrade); + } + delete this._server; + } + if(callback) + callback(error); + else if(error) + throw error; +} + +/** + * Handle a HTTP Upgrade request. + * + * @api public + */ + +WebSocketServer.prototype.handleUpgrade = function(req, socket, upgradeHead, cb) { + // check for wrong path + if (this.options.path) { + var u = url.parse(req.url); + if (u && u.pathname !== this.options.path) return; + } + + if (typeof req.headers.upgrade === 'undefined' || req.headers.upgrade.toLowerCase() !== 'websocket') { + abortConnection(socket, 400, 'Bad Request'); + return; + } + + if (req.headers['sec-websocket-key1']) handleHixieUpgrade.apply(this, arguments); + else handleHybiUpgrade.apply(this, arguments); +} + +module.exports = WebSocketServer; + +/** + * Entirely private apis, + * which may or may not be bound to a sepcific WebSocket instance. + */ + +function handleHybiUpgrade(req, socket, upgradeHead, cb) { + // handle premature socket errors + var errorHandler = function() { + try { socket.destroy(); } catch (e) {} + } + socket.on('error', errorHandler); + + // verify key presence + if (!req.headers['sec-websocket-key']) { + abortConnection(socket, 400, 'Bad Request'); + return; + } + + // verify version + var version = parseInt(req.headers['sec-websocket-version']); + if ([8, 13].indexOf(version) === -1) { + abortConnection(socket, 400, 'Bad Request'); + return; + } + + // verify protocol + var protocols = req.headers['sec-websocket-protocol']; + + // verify client + var origin = version < 13 ? + req.headers['sec-websocket-origin'] : + req.headers['origin']; + + // handle extensions offer + var extensionsOffer = Extensions.parse(req.headers['sec-websocket-extensions']); + + // handler to call when the connection sequence completes + var self = this; + var completeHybiUpgrade2 = function(protocol) { + + // calc key + var key = req.headers['sec-websocket-key']; + var shasum = crypto.createHash('sha1'); + shasum.update(key + "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"); + key = shasum.digest('base64'); + + var headers = [ + 'HTTP/1.1 101 Switching Protocols' + , 'Upgrade: websocket' + , 'Connection: Upgrade' + , 'Sec-WebSocket-Accept: ' + key + ]; + + if (typeof protocol != 'undefined') { + headers.push('Sec-WebSocket-Protocol: ' + protocol); + } + + var extensions = {}; + try { + extensions = acceptExtensions.call(self, extensionsOffer); + } catch (err) { + abortConnection(socket, 400, 'Bad Request'); + return; + } + + if (Object.keys(extensions).length) { + var serverExtensions = {}; + Object.keys(extensions).forEach(function(token) { + serverExtensions[token] = [extensions[token].params] + }); + headers.push('Sec-WebSocket-Extensions: ' + Extensions.format(serverExtensions)); + } + + // allows external modification/inspection of handshake headers + self.emit('headers', headers); + + socket.setTimeout(0); + socket.setNoDelay(true); + try { + socket.write(headers.concat('', '').join('\r\n')); + } + catch (e) { + // if the upgrade write fails, shut the connection down hard + try { socket.destroy(); } catch (e) {} + return; + } + + var client = new WebSocket([req, socket, upgradeHead], { + protocolVersion: version, + protocol: protocol, + extensions: extensions, + maxPayload: self.options.maxPayload + }); + + if (self.options.clientTracking) { + self.clients.push(client); + client.on('close', function() { + var index = self.clients.indexOf(client); + if (index != -1) { + self.clients.splice(index, 1); + } + }); + } + + // signal upgrade complete + socket.removeListener('error', errorHandler); + cb(client); + } + + // optionally call external protocol selection handler before + // calling completeHybiUpgrade2 + var completeHybiUpgrade1 = function() { + // choose from the sub-protocols + if (typeof self.options.handleProtocols == 'function') { + var protList = (protocols || "").split(/, */); + var callbackCalled = false; + var res = self.options.handleProtocols(protList, function(result, protocol) { + callbackCalled = true; + if (!result) abortConnection(socket, 401, 'Unauthorized'); + else completeHybiUpgrade2(protocol); + }); + if (!callbackCalled) { + // the handleProtocols handler never called our callback + abortConnection(socket, 501, 'Could not process protocols'); + } + return; + } else { + if (typeof protocols !== 'undefined') { + completeHybiUpgrade2(protocols.split(/, */)[0]); + } + else { + completeHybiUpgrade2(); + } + } + } + + // optionally call external client verification handler + if (typeof this.options.verifyClient == 'function') { + var info = { + origin: origin, + secure: typeof req.connection.authorized !== 'undefined' || typeof req.connection.encrypted !== 'undefined', + req: req + }; + if (this.options.verifyClient.length == 2) { + this.options.verifyClient(info, function(result, code, name) { + if (typeof code === 'undefined') code = 401; + if (typeof name === 'undefined') name = http.STATUS_CODES[code]; + + if (!result) abortConnection(socket, code, name); + else completeHybiUpgrade1(); + }); + return; + } + else if (!this.options.verifyClient(info)) { + abortConnection(socket, 401, 'Unauthorized'); + return; + } + } + + completeHybiUpgrade1(); +} + +function handleHixieUpgrade(req, socket, upgradeHead, cb) { + // handle premature socket errors + var errorHandler = function() { + try { socket.destroy(); } catch (e) {} + } + socket.on('error', errorHandler); + + // bail if options prevent hixie + if (this.options.disableHixie) { + abortConnection(socket, 401, 'Hixie support disabled'); + return; + } + + // verify key presence + if (!req.headers['sec-websocket-key2']) { + abortConnection(socket, 400, 'Bad Request'); + return; + } + + var origin = req.headers['origin'] + , self = this; + + // setup handshake completion to run after client has been verified + var onClientVerified = function() { + var wshost; + if (!req.headers['x-forwarded-host']) + wshost = req.headers.host; + else + wshost = req.headers['x-forwarded-host']; + var location = ((req.headers['x-forwarded-proto'] === 'https' || socket.encrypted) ? 'wss' : 'ws') + '://' + wshost + req.url + , protocol = req.headers['sec-websocket-protocol']; + + // build the response header and return a Buffer + var buildResponseHeader = function() { + var headers = [ + 'HTTP/1.1 101 Switching Protocols' + , 'Upgrade: WebSocket' + , 'Connection: Upgrade' + , 'Sec-WebSocket-Location: ' + location + ]; + if (typeof protocol != 'undefined') headers.push('Sec-WebSocket-Protocol: ' + protocol); + if (typeof origin != 'undefined') headers.push('Sec-WebSocket-Origin: ' + origin); + + return new Buffer(headers.concat('', '').join('\r\n')); + }; + + // send handshake response before receiving the nonce + var handshakeResponse = function() { + + socket.setTimeout(0); + socket.setNoDelay(true); + + var headerBuffer = buildResponseHeader(); + + try { + socket.write(headerBuffer, 'binary', function(err) { + // remove listener if there was an error + if (err) socket.removeListener('data', handler); + return; + }); + } catch (e) { + try { socket.destroy(); } catch (e) {} + return; + }; + }; + + // handshake completion code to run once nonce has been successfully retrieved + var completeHandshake = function(nonce, rest, headerBuffer) { + // calculate key + var k1 = req.headers['sec-websocket-key1'] + , k2 = req.headers['sec-websocket-key2'] + , md5 = crypto.createHash('md5'); + + [k1, k2].forEach(function (k) { + var n = parseInt(k.replace(/[^\d]/g, '')) + , spaces = k.replace(/[^ ]/g, '').length; + if (spaces === 0 || n % spaces !== 0){ + abortConnection(socket, 400, 'Bad Request'); + return; + } + n /= spaces; + md5.update(String.fromCharCode( + n >> 24 & 0xFF, + n >> 16 & 0xFF, + n >> 8 & 0xFF, + n & 0xFF)); + }); + md5.update(nonce.toString('binary')); + + socket.setTimeout(0); + socket.setNoDelay(true); + + try { + var hashBuffer = new Buffer(md5.digest('binary'), 'binary'); + var handshakeBuffer = new Buffer(headerBuffer.length + hashBuffer.length); + headerBuffer.copy(handshakeBuffer, 0); + hashBuffer.copy(handshakeBuffer, headerBuffer.length); + + // do a single write, which - upon success - causes a new client websocket to be setup + socket.write(handshakeBuffer, 'binary', function(err) { + if (err) return; // do not create client if an error happens + var client = new WebSocket([req, socket, rest], { + protocolVersion: 'hixie-76', + protocol: protocol + }); + if (self.options.clientTracking) { + self.clients.push(client); + client.on('close', function() { + var index = self.clients.indexOf(client); + if (index != -1) { + self.clients.splice(index, 1); + } + }); + } + + // signal upgrade complete + socket.removeListener('error', errorHandler); + cb(client); + }); + } + catch (e) { + try { socket.destroy(); } catch (e) {} + return; + } + } + + // retrieve nonce + var nonceLength = 8; + if (upgradeHead && upgradeHead.length >= nonceLength) { + var nonce = upgradeHead.slice(0, nonceLength); + var rest = upgradeHead.length > nonceLength ? upgradeHead.slice(nonceLength) : null; + completeHandshake.call(self, nonce, rest, buildResponseHeader()); + } + else { + // nonce not present in upgradeHead + var nonce = new Buffer(nonceLength); + upgradeHead.copy(nonce, 0); + var received = upgradeHead.length; + var rest = null; + var handler = function (data) { + var toRead = Math.min(data.length, nonceLength - received); + if (toRead === 0) return; + data.copy(nonce, received, 0, toRead); + received += toRead; + if (received == nonceLength) { + socket.removeListener('data', handler); + if (toRead < data.length) rest = data.slice(toRead); + + // complete the handshake but send empty buffer for headers since they have already been sent + completeHandshake.call(self, nonce, rest, new Buffer(0)); + } + } + + // handle additional data as we receive it + socket.on('data', handler); + + // send header response before we have the nonce to fix haproxy buffering + handshakeResponse(); + } + } + + // verify client + if (typeof this.options.verifyClient == 'function') { + var info = { + origin: origin, + secure: typeof req.connection.authorized !== 'undefined' || typeof req.connection.encrypted !== 'undefined', + req: req + }; + if (this.options.verifyClient.length == 2) { + var self = this; + this.options.verifyClient(info, function(result, code, name) { + if (typeof code === 'undefined') code = 401; + if (typeof name === 'undefined') name = http.STATUS_CODES[code]; + + if (!result) abortConnection(socket, code, name); + else onClientVerified.apply(self); + }); + return; + } + else if (!this.options.verifyClient(info)) { + abortConnection(socket, 401, 'Unauthorized'); + return; + } + } + + // no client verification required + onClientVerified(); +} + +function acceptExtensions(offer) { + var extensions = {}; + var options = this.options.perMessageDeflate; + var maxPayload = this.options.maxPayload; + if (options && offer[PerMessageDeflate.extensionName]) { + var perMessageDeflate = new PerMessageDeflate(options !== true ? options : {}, true, maxPayload); + perMessageDeflate.accept(offer[PerMessageDeflate.extensionName]); + extensions[PerMessageDeflate.extensionName] = perMessageDeflate; + } + return extensions; +} + +function abortConnection(socket, code, name) { + try { + var response = [ + 'HTTP/1.1 ' + code + ' ' + name, + 'Content-type: text/html' + ]; + socket.write(response.concat('', '').join('\r\n')); + } + catch (e) { /* ignore errors - we've aborted this connection */ } + finally { + // ensure that an early aborted connection is shut down completely + try { socket.destroy(); } catch (e) {} + } +} diff --git a/2019-setembro/node_modules/ws/package.json b/2019-setembro/node_modules/ws/package.json new file mode 100644 index 0000000..780eb1c --- /dev/null +++ b/2019-setembro/node_modules/ws/package.json @@ -0,0 +1,42 @@ +{ + "name": "ws", + "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", + "version": "1.1.5", + "keywords": [ + "Hixie", + "HyBi", + "Push", + "RFC-6455", + "WebSocket", + "WebSockets", + "real-time" + ], + "homepage": "https://github.com/websockets/ws", + "bugs": "https://github.com/websockets/ws/issues", + "repository": "websockets/ws", + "author": "Einar Otto Stangvik (http://2x.io)", + "license": "MIT", + "main": "index.js", + "files": [ + "index.js", + "lib" + ], + "scripts": { + "test": "make test" + }, + "dependencies": { + "options": ">=0.0.5", + "ultron": "1.0.x" + }, + "devDependencies": { + "ansi": "0.3.x", + "benchmark": "0.3.x", + "bufferutil": "1.2.x", + "expect.js": "0.3.x", + "istanbul": "^0.4.1", + "mocha": "2.3.x", + "should": "8.0.x", + "tinycolor": "0.0.x", + "utf-8-validate": "1.2.x" + } +} diff --git a/2019-setembro/package.json b/2019-setembro/package.json new file mode 100644 index 0000000..48087d8 --- /dev/null +++ b/2019-setembro/package.json @@ -0,0 +1,24 @@ +{ + "name": "svelte-app", + "version": "1.0.0", + "devDependencies": { + "npm-run-all": "^4.1.5", + "rollup": "^1.12.0", + "rollup-plugin-commonjs": "^10.0.0", + "rollup-plugin-livereload": "^1.0.0", + "rollup-plugin-node-resolve": "^5.2.0", + "rollup-plugin-svelte": "^5.0.3", + "rollup-plugin-terser": "^4.0.4", + "svelte": "^3.0.0" + }, + "dependencies": { + "sirv-cli": "^0.4.4" + }, + "scripts": { + "build": "rollup -c", + "autobuild": "rollup -c -w", + "dev": "run-p start:dev autobuild", + "start": "sirv public --single", + "start:dev": "sirv public --single --dev" + } +} diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css new file mode 100644 index 0000000..1bc1f07 --- /dev/null +++ b/2019-setembro/public/css/bundle.css @@ -0,0 +1,3 @@ +section.svelte-m48oxb{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-m48oxb .tela.svelte-m48oxb,section.svelte-m48oxb .disquete.svelte-m48oxb{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-m48oxb{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-m48oxb{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-m48oxb>.visor.svelte-m48oxb{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-m48oxb>.visor>.display.svelte-m48oxb{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-m48oxb .char.svelte-m48oxb{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-m48oxb .text-logo.svelte-m48oxb{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-m48oxb .text-logo>.text.svelte-m48oxb{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-m48oxb .text-logo .colors.svelte-m48oxb{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-m48oxb .colors .color.svelte-m48oxb{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-m48oxb .colors .color.red.svelte-m48oxb{background-color:#bb3431}.text-logo.svelte-m48oxb .colors .color.blue.svelte-m48oxb{background-color:#194391}.text-logo.svelte-m48oxb .colors .color.yellow.svelte-m48oxb{background-color:#d4af06}.text-logo.svelte-m48oxb .colors .color.green.svelte-m48oxb{background-color:#103b39}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} + +/*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map new file mode 100644 index 0000000..742f900 --- /dev/null +++ b/2019-setembro/public/css/bundle.css.map @@ -0,0 +1,12 @@ +{ + "version": 3, + "file": "bundle.css", + "sources": [ + "../../src/containers/Screen.svelte" + ], + "sourcesContent": [ + "\n\n\n\n
    \n
    \n
    \n
      \n
    • 0
    • \n
    • 1
    • \n
    • 2
    • \n
    • 3
    • \n
    • 4
    • \n
    • 5
    • \n
    • 6
    • \n
    \n
    \n TECTOY\n
      \n
    • \n
    • \n
    • \n
    • \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n" + ], + "names": [], + "mappings": "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" +} \ No newline at end of file diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff b/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..7496adfda7365d69464b416aaba9ce44a23120fc GIT binary patch literal 17980 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 literal 0 HcmV?d00001 diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 b/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..f018a0a1a476a8c15dfbd691d0476a4f4f6eb942 GIT binary patch literal 13496 zcmV;pG)K#KPew8T0RR9105rG&6951J0N#`U05nSg0RR9100000000000000000000 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 literal 0 HcmV?d00001 diff --git a/2019-setembro/public/css/fonts/digital_display_tfb.ttf b/2019-setembro/public/css/fonts/digital_display_tfb.ttf new file mode 100644 index 0000000000000000000000000000000000000000..a4e8f0d0a2cea7bcdcf47ec8a826b21434e32f60 GIT binary patch literal 41040 zcmeHw3wRVow*RSq%nXo(goHeJ4oM(E5kf)|9#Nx4jEahgh>A*p0Fm%82@r%;bXj0^ zRa6wj7gt5m%POuYK2VcDUPyQZP(Xwb0|wW1y?2#GWxDULs=H@8$s`%v|K9I@-#>); zO-*-o^{G>*PMtb+s+$-Q1<_KHDf5P#h9qCg}vk^ z7IqmjD5RqHXGu>` zg!BkiN?#hsIsN=Rj*;{nt_?G;ryBhBAkFKz3!m@tL3tuCKMoqjdH(%@agF$G)t}P< z$wGM!@Ujf`aDYaYJo-8Lzi6NA)Ma@&Wyz!UZSol^m$GO&+GwBr5UyK^>oyCX5%Lgt zPtv8d5c$aZNVm{?au5Aic@ye(jvnCc%g;%>jcXk^?!_l#`%;bEU5{74LQluX zIxgC!udXX!;~2m9I(#DVfoNK^D5oh({v+`KK@Cffw;snO5CIKHMKNOcLtCd1QXRFuvJZ@MWiY>|Xv2zLInkJ{S2u z@}szi^)cH3dGggmlrJr$aQ72ofn z-0d{O+m6o&`c><u1y+I?WyFs+PWz?{i1Ed${|!W8DMXN$!#EEcYw!*W8=>MfQu0m0}&SU1Ph& zc8~25+b8zI*zDNcAEaL;@Sbap_4FSo>rIq3PO3mzhfr3yJKEjL?G|N?Kv^$0D=Q3T z#h7JH`+@z+bX`aL>!tXV=#LS3e)as~`R?5Mx~+9v>fWjQOWj*_+v=XLTV0n{H>@t{ zc;)eJ$G$ptV)>_g0V4}LZJ0SDU7;NI7Lu* ziliutrWoo$J<)=_sSoufH}#`filcbyPXj1{5@{e^Ko`;=x`+nT5K5w*8U2A)&>!h>dYYa?>#wJm=oNaIHqdMII&Gvk=szJ5 zo9In?i{7Sp=r6Q|-lKQvL;8R|qHR=5^JpqfqnUJo7SM|{hwi3hR780wdpWJesBsT9 z(rKDb^XWL%(+M0uMYHH$e7{QX)BQAsW}`(g2vZ&9(_%UZNnc98r>8_~?WE6W5AB70 zP(xdh>r;FVQ7(N>U(mPoSK5#E+)exFJ9>~Fq6g? zDxp&7m$|fq%Bg~ishTRO4Cj6S27`ZFSUlSyO^{|vFGvUEOnIh!ul$6(Q9httqD)fW zQ$y7;>Z^`WN2cRLr^`9mIoA20^9|=wSDI^Yr=(8nI@NX_)VZkhn_V1T#&((0<&7@C z1jPo;4B8xYHaH`AUGRU0B!^51c`2m6>jhmO>RQ%S3mq0ZIrQn!ve4SlQ(>dSHitEK zyS&>&-FAfc3ZEXnEW9KlG-7zfeGwJiL%NUazB$qrnH^ai`F`ZtsLZJKQHP=^re~JAi?)tb_Aj?1hK|Kw zNpfWJoaCb^*Qe|rHgVXt)Xu55rGAo@mUds-?(|E{zX|CR(wC=K;O|WOnc*SB2ekN` zKBC8nF(d99@y1ALSUJ_2c4tj}R_%4+n|5cEI_ z4~uZdCWM72M}^^QSa?cuRCmXPEH)uE?VlNHI{vGLS<#Wn$&nnC)mjh^vZY#Rh89%J zmZ+Zp%1|=!AA%#no|?#BRF|Ot!_Es&=^o)sNFCPS{C;tG#&D(p)Fq85W0RV0d_h;> zpE68YC9aExCb$57eI$A_F_7hO4oF}ImBUzyK^zKAjuK?5oZz_Fgkk+7qmU^qt-o25 zbR$RVFqWYfvQeWL+lI<`wlyY4u8vHWLveGF@(cncM;PH4t2p`$a}Moc#tQq&Y!2uVYwRxc8XqJ;uDpqEOKYXB;Xtd~C+>l}u13=(`$~ z;}u-NR>t(~8KV^g+272A+ALenN=~|Ze6QfY_N%yR)ToMrYt%vOZfqe_no27-O$r%sNHqYtW%-Eh(&gny0QVO-O|%U1DO)#6jgw1 zq5UFzGt_3l#cY@pErlf7knzSe^Y%v(PVfa~sO?-PeHQa^#JHG`BCqkh(<3S^EviR! zYU&N@s7!SfL_IT8$-FMzG3v5($4Kc}?|E%&k8P3HID35Don4EQBI{+BA?t8lh>wz! z)lK_LOxP9O*wuZ5CuJ)9ydgTi zRCr1xmy-brs#kI>nfsGX68y=GRGO_O$Q!a<%=4HjJ<{!F;^Fa*1&OZpo;q6@>;QVR zQqqR@`fz45P6WP6u=%vcPN`_pL&4zCQF+a}piXRnZmhf^k+DKU0>W!D!_~ed`IEBumek@@M2{uv}k< zCD?_R=~GEpd&j{Q)}SZx3#4Pp2hf9Ts6V6GaLoA+7c5hXmNaqwLiCG=s0}gP$$b zfp7fq*ZU=_duu(LclajbhTl$(X7CLg!L}bwdbl-oaQlG&D>iM9=9UMf-mo@W+8DTs z_djaJ4_jOM8!vqv^0m302kZ-Lgq&d;H&ZNqXOj-Uwf7E`qii+Ta%^&B(45tz4cnpF zUp5o_T_VqWy`L~K%;Z$3O5EsYu z=%YRf^wp%lx3{+4N9|UfC7r&0YnOwz>tUDER(h!6Wg%&qvI*@UhW4j0qqSpw)LMfa zH+s1csqCQHXE2`f_TI!>H{LE^o$$kGXK3jb{dg4Y9$UX?n?r4%_1FGBUis_izO(Ie zvWdR4%;W&LYUwV{Q{JcI;McI~8=GMDE^{)sot5+CZZIY$A>@;&N;AQ`0v(LS6 zZw5;_@xE^~2XwLnqul%QKY$pK?bAPd`g-rk=k})Le;9+{xz*-ih_WyizbVQJZ(f!$ z>+zM7fHB%z!XocrEmIhamu{C=iSZQH9G?=H)~?OCQB7MWfqmmOTmEL4Eo_`&r^u_C z7$w)4h6oow_~PTG@$xUi_O@CAwui5mK4(*7PFvb*C$PJ?kmG~$TF^|euP$ULa1{^+xtJ?^gPfpdv(H@(8R_aK?fdnv#08G=ayLgd?Bzk)VKvE>u4WwC zAjhfW7c)No-Kjq)hbWJl^MwTX!pNsL{OLkpPqDWolWf)T4IKWu#t?5)E03DB^*d9v zcL6QNvWy6xKhB&)jDKA2BQeYA4{u&NJayUd$&H8aZ5rypJ_=OCJZwS8Q$c4 zX6WP=E1xzB%auh%yWbj9HhSBc z+x<2f^|h)`Bm3k46Kw7T8D=>_&O;xfD$*oQhO*I5WBb>A85r0L*^e094QG(>dzkv2 z&&Q(S)4c#bTX=`ez7?Bb8WVoh9j}`3;50vn_Or&C72Hgey!x-1*cLPC_U5Y5WsHiL z*Dd8nNK=Jq4)H>QQIoUImII?|%=;v6$JyqX!h2)Y#yiI}2FvF38k0=3-!-KtpX+CF zXTx;lV}&IH#{Ht6W#J2p$%DB6tkuzhNpNm&ajjE-RnQp=kM*lsPkVDHG5kD`gZ zx1hw{a!W+-Ya-+=X=^IhT-!j-EW5<;yK-B9pkeLv$#_d^-)b~Vw}9i&o`%^!v*`?q z%a%|jejKPXTJ$-~bqbQab40^d5_1nu4Sb(MuNn6Q{l&_rVlAH=pz|yxWcJgwqRq{@ zi?ugnQkl zq0P?9M>g)i8J0ls%?Mvq%NZ1=FmOqSXGUGuvs}s0z8}eyRi=N+a!D`MX13@CJts!) z-snhU5n0*Xw=N6DE(2e<&mSw$CT%{gg;8>tAi>g9YN2P9veAz#tQeKG^wUOgybD(K zc<)N!{mY55wn??&dcv@67aS}xL`eBu7aRUJqt0jZhYveys3hLB8;dP3oVS+BSx55l zAH2$vi%bz)s@i0j^S&o+>kGW~GaFw`iHPFPX1=Hqn;=`t5)uJoY>Z!`yuZ+cjy6wyPyIKHij=yy<~n<)1gKDIpAY5S)`OdDF{F44+(!hAC;u zAK^bV1`>-m+6*+7C7V`T^}-6Pzm{q#pngcf{f#LfP>80#mhvNykU!tN&yX3;m!XDb z(?V*RafbI4?#djNFd#JreMJs{Q{QDq%~unY_p=m*Ejll*^AyO+I}0im(CULjb3^w&AKA%Us@+A?@X+-ouZw!ZGCQ(4;1t8!ZFQr>Z9p16M$=Wg@6hoh#cm;m;V zh=LP1E)}a-w!6p2d=uPd^60zWQgq_x=u3kmzES42Q0q!R?VgN?pv1e&=3m(9S#4Kz zsFJNPM3C6@FSoUL{o}Z`#r<@)k(>7-OpEwvjTVLu=F=m&AC!!J;Px@%fFn5{jb7wg zjb7b!*>kC2#gZa!g_})%GfO{v&Y^wFdx+5LeZ}yqr##52c$}TY1X?M z=+iS%UjO)|aFut%d~HC2oH{J#7PTa1^4ndc`(i!_9~-kZGFuB_k2_ORoZ4LA3;c)^ zr`|#yo>$2V4c6XJoLM2!Y)Gs#>#}azhtXk|cVn4-g0z9`;!7C2+(%g}|dbw_h-q}+Pj%8CKvb*)v)`VXz9q!5U!mq|L?S+VJUZmeT z{F~O`WSXT!N$VZgLoT|)${}kVRc^MTmcV`wZ`LGZnQWTjesWxI__VaMO&7vY2SyS4 zaA}#onfIJ1F`A*{@kSgg1{_9}%FFCi#3jOd6U(`LmG2+MI-R=ESaL%-K0C}IIXZj=SYKUb+KwH*0?X6X;VbCy6<~q^yQafez+HkJzJd;40Rn0|dl1TuyE6+WFxWq!WUo))oVSUI4-@CZFP7muJnBJFcP>Nvuk`c zuLFr_jFf)dLzfViE=7e6NJa2Kx9bzex#wdLmBBXiTF9uuSJF}G2;y0~VSNHV1aCYG zHb#iR+;l6LMVjdiW?3(s34b?y2~v#_%JQ(`N|^5pWg%HVhmv1WlTcT&p97UiiR>OG z@$WE4oP?2N6f;6tK~!-eNDDDHb3{hp$CjcdT9EXt%9a#sK^f9$GkinEE+Us)sC;I| zAtYi47TVwIJMelId@(b&npqAKc5BmhLE+xD7IXPDlD%%#c&DhayvM#eC|JuQqD?=u z+|S^{xpxdka9cr#_fGm4a%%WMc!WtR_ImmCg7_TI@n$o}k79fqNvhTC;pvy48j*cj zAJ#pDb!8zeE_T2WHkhRjOS5~#t=K}#Wz8lVGU0j2_?9w^@B6NFgg70+j;mCKDUPdx zTyp1NrotW*8OULt~EzPvFt&)~<{8c4*8qqs1S#+D&`h zaC`mD5Y^|r`zvnnyQyNO;k`;U8d7`OXvp8063y0Tift6PwYqb{sc(a?w$baW9f-(? zi}{Yo_I$ReW6Qw!md99YzFp5BnnlGAZ~8kh->>IKC@d>PeuXW~^_5KJ@I+m%t~F&D z5z=Y!lyVoI>?gI;>=h34+gLmqHA;KgwoE5A`LWS<277q04{;FtUKua+s}Yx&f+%xq z7YbNrkG+aAS(q?P^+sXw<*nv<_-}uCdBhe!x7!wOHO7pyVr~(3rJb{#n`Wh(=4mt! zE8}e;Rz_%5cQeqcpY6;8NN0<{E9>k@9KqPKPgx*Gs&}BrB%q(9r==wK#X3YpSLTR| z9fF9xVg3CaJAPGgP?yjvI|p4E<_hUDrW0G-?10)SJ1FGpkS@U?*M-^qaJw53$-L1jl8YtX~;OAY2fSwpwbBgVTPsLf?9t z@nR`vgdA^@&0;9$F>or60hRCY#(?rZPPWm7SKsW*-Z)UM!%Y1q_QmkkB~KakrOR-w8KzSXM6)L)-@2HdMoylxGLUCZOJJ2?lthVN-#5_qI3-=iYd zKzJA9^e~QAl%ypB-Qzg5oYtn|!Z{mIup}3cq+YIwL>{)dSM8hF3*RDQQtjDbibi6z z+85E1j>rrx$tOLYqk&7z%4nAx{WU&_hh(w{-lZWWTtb54e`FE8&i<%&Z7xUJ46pEj ztqLtvBH1x@Io2b)BhCQP*1V2^4sooHZw$kBy%u{2)#dFBQjFeHwz4cCTCE!EZnwm`e~^X^8F-ZfehRc7>nG@LD#M`JwjI~qJbu4_nex3NJX zVeK=Q|@l zoXJ+?__AgJ;|)f@_}6B@_!%>fJi`hgSBdHWklt2wubd%%T;E2^9Mr~^vAq9K)d<`9{4Ky2vJtH<9#|U%Z+N9!(9}hM~4dLTnwa8xdnfkti-jSB*kOtJ*jmR)p+9*1H{ThaiHLv9My&O7XY(1zZ*5DKg}G6dF#&NKL;2y~ zP<6*i!z*#pn2jtlhx@(%0w)YUe4%dh_BS5Ke>tA1ag$e*p7#np-^XDZIW2q#{${7` z$@3MKyl73_4gbOh0Qo&bh+23m#JGazA$%b0ZN8V)m}T7MU)%b#y?y)H&#%K@(ac0| zVY6%B{sx&*bK5cWH~$OL!{=s3Kf2Cq!=&OVH&;V?ZpRZA(31kUXMTI<@{YBB=khat z1J@kawQV~s{#TgRiSJ-j7GYlH^97}YYge`E5ArEmGZx0QWMX|@EiP+(Q;M}!!Drdn zXV#WKXocP1#m9|g@6HwB8Z^xi5j<=8!CV8(K~(vRpW6Gj8CzqC^fAw-jkjlpWpvi` zlc|c`*x_O%oS{;dc#ZB4ZIY7af=OgM=yG{RE3%2LC z*Uad0#oxZgHskB0$03uJkD03|Lr*m+9Si~^zfQDjazSX zr;JTNTNt0V*mi%rXvSG$+|15Augx{`?^`h~(SrB~+tS*fVZ_m3y~@vyBySr+FufZe zymLxFF&Dl7d20j2>)zhpVwX}YTL#pZEj8e!wFF)&zIV!?wUyl@mb}?%wGVQEY!+hc zE#@nMZyQoSvXqN8pZmE9y~eYM0_Jb4^S*%i%`R=JmIAMe)pW!D=6ck(uL{2Nrej3g3e+|bw5~V<-Dzc0o8}y5ty*HEt>rG;b`)lt z)Y%kezyx~Lq}9)0gZX&JEebpzBmn-ksvz5@*pKBODCw;k|JGRgfvp~C@LB~@i$E1c zo0V!`K?GXGK-2?ztl0Ynx#ICTefSP|TVLdpeX)2E>3=hu*Wucul^tQK=~VTk2edN` zb9Fo~y1(?i+QZZ(e7`Q_+}~)_&mN2;TokZ8#bRVkOT!?)sk5e-rSeruxyFyOZMmOZ zK4U%h(`&zU_~nf`f!`%M*lYHURULkLJUFz&FCX|iQ-@z(1lM%<<&Eb2_C46GTI2!qn)$KL#iO!YeSnm?9@3g=ZrWZQetEGMzqx<= z|D<0&53`BeexqML*5?BMm;Lg0!7u;H{|mqTO+KRjU4D7)%kA)0V?j2oZC6V`{-F+E zwfWq9zcXn6?xNNfWLr+ETe`S9eAVqeKB>c3-Ri!8PKfyKD}AIq;*I&?&&uWRRLL>C zQh`P=+n@K_-i99EduZ6~w&xY&+CF^`+vOTH%B2khDvxBgxsOL1)b@FV&0y&hpAO$T z-pFJIyte5!wG@58&QafzBs{&w`e}!6-S?C`f7W}Tylu^Z|NqywZai0w`_|ibsM~h& zw7L;*yS3sK*p554)LP2^Kkr+|)4=$1=tSHVe-2%8Ap05v45(?9ot|Co#n%ML=l<=+ z+%Wn=*(6n}@jOc0w`T;~Y(?O_2%lHuEzOTCY^}0Dnu|SpeBX2%J9F8qt!=Z#c033E z`QJCI;N7S3(ol7^cf1vAKY@<2>>l5M=y#vc>b3_t?DxD^86)4QUM<$1+S?ocl_mF0 z!vxffR@eR+W>WF&hvx4+8g65^_k9L@2sq#T3f}+v2ex0vo1%ZyKCAGy`6vI>4*!BE zUq7PGV%K=@Z`n)y9dwKE*39#3Pae7T8(vh`o`uEQsi)N5`GmIl#I9+ZPwaw!?L6c( zoF12M!uy^1JFWtFC&zKGsQ%LoY0EY?XGk7HSj`uO+1|;~;vVhnn_``M)jlS0mfT~W| zXUgBVX^)fV&rINZPRXa2eY-69GPtqa`CFcwAT_JCB-<2_6*zC0`;4*sn$}f%(D>cz zgA`^r&2Pj3V+?8XrV{&e6;e$8c#4o{^|=b356o=fmy7Q^lMi|Ml_26eM)Me|wz=io zMZjYUng@v5wlRByMkRL}ysaRlx2!TVGVX_+lvl)uT#9y{8J z21!n-7VpY2p5@#d@dy`U_rM6w6GSD%@#i}8xA)V(k z`CC7+1sSRq;Z}p#&6)e<*>1+%{rU-PWQoJK%9$g2^=23MmU`Tm(jz9X*9hj8dyJ5O zNeYdS*U91GfXWEzSt)`8>pwJM$cu7BguJ^(ij00inl5#Zni3&DFD31fBVuZjo|n*u zjAlrErCX#m-1hLb%ZoO4OKW_l2RX!ZTTaOJ=GZ&{JsR&}vBie8i1usiTx(BuVZ~lm z*<=e=D^Gl3V_O^SL-_kx)$3Y$A1faVA0xbL-S&P$E`GmdxI2&cvT}|DdW(O{J6xsS zzM<3a<4FE(?|5x*(1l1+7rfiPlTxYdY!Wv(#J6A4U(}CZpJkw{TAc&&VM>oQ9bQ`B z=A-QN6F$UWWZLpY1j>iJbG5hh)xi^E+`=l0cRLrC6j)!kcfqE0@i!J$D8SkwNt<{{c&KqJ|0-9 zeS-JbuhCxxZq@UFW%|3oa{X4|A^j@gaeXDQP9F+v(DHyMwHV+jP%@9cIada3)Z*~Y z`yzb@uvEVkSf+mr+^#PJmTUFE3f#Ads`MLy)%p}*t)33tuMY%4y@Jh0Pfc>0e-IE1FYAQfDPcuLOQLzMa48n|2=Sl=QCh2N-n0yamQkMTVRR4 z3h7Gi@4($?i(>GcW36^SaKCmOcu@NQcvvq49?_$LUyAfm4@#ut+DKrX{yeZA?Ntok z{s?T;#{f?Q7lYcKz%_a$aJQxc_X(^84;O>}dw>VEP~hkKE5JkgMqs_B02|Pzi&4&H z^f>7M3Rte+4Xo7O#k+Io=>@Z+bAY=9?h*L8 zb{IzviE9t*_agnJz&bq_=@TMduWdoPLE8pA1qpl`H0%VH>$d!8P=-OB`RWoYGM zq}QO9=fb@QS zEbx$aE%1oQe^k#xn)l^0(0Mbk!803p(vtx^r88ioCjodGv~354?*WVSg}?>++rU!o zzky`}w}ZpmK~)N{Tzd*wp-%-?=?bt~I|JMWY2QvY=-t~v8&B^Q>00eiNblDk0Upw> z1RmBifk!~$cJPy@kD`Ze2Uo8G)@e5YPl)67=ttW@`EuYX?N?yqxtD>bb;u2<{SdfD zs|0Sm5Q%>;TPAAziK=0#=}p>;TPI0jnVcJ3#Y$z#37`9+BQF(zW`3 z;`n}j6Y!As8t|}=Rsqc`fM1IAQGGqq$F)Xao%RIqgg9QWe}Hs@ry6+DGZJ_Tnr8>N zJ&nqtXI2B}>63s(XzOxtdjfE)HW*l{tpSz^+^(HNdIu;k2mPaf6?!LNmG%a(T6-3_ z3q7TrYP4g(JtDnVq-(YBab!RARXH84{5kL#ZS-xgS+zmIe!dR8Sg_LIPU0&BH_NblFK0Up#&01xZW0*^r6 zD#00^J}SyTu1!I@4kJh^nL4Or^@)B@6 z^m7$>@(QqA`vzEn(Y6XanE}Wgz*Bk#u+b9- zJPrBZ2}%-ywa~^pQQCdLdMymt0QujEJcH>oCQ|@;nHv*SZ56AR(V2PcrR- zq`d?zLtF2{Xp#gx07`aYJh}sTTz>&rhaSBPqtE@olltqxQ{eM1`bM7(Y}AUW26B5V zaI4-ISPE@lgEBV)x9e{Lcc2ApP<{}w0&QIbo-77dql6kdfF4l;ZhQ$mBF-L%mZ$+A z(D%Rx5AdX(06c}hP($B9SJ!|WXJ|L&YrTQ9wd;Tjv>ITs_9AdA?4{k1&x62PZ9DLD z^z_|m>!*MxAo;r?Z=tjYIiCfVVMN;l3I_rYpe}pBfm?vb!K*#sz-7P&Z4vM!ES5c> z|7E;3>$@Uhv^0u+j4ao-~@TMFM9-!|wwh z&>O*rwZN^Y=|1pbH?UUw82GtX3p|Q;*#|zn4XoEYQ!OMs3Ahl_Sc_}jz%p0`wV=N% za0lAG7QO5{UI2)Wfh<=d(EY{WmE46!oTr(WRwaLJGNYUpw z@)ocjmem)?e;aV2o(5b4%j64KkM+QP0&8Kreu4gV5AcBYH{e0Y`4_lW0XFKN(jnaU zV_>o89bl#BVc>540pLD?2hsZu$@-D?AvLQSu02mFE>;HO7lCX_w~!u*P#1xJRV-igZ0J zx1%WebznK<;V7k*?)x?B6$h+^cKRA;7Xj;G)qf4Ccno+Nx~l=}IhO%vLr*r)LU6T#iqC}s z7efvkaIYNTR_OBvDnSow0JS#)xpmP1Zu|t~c0~hK{@Mtv(x(Bd!N~^NDa!mz;BL=x z9N8z3TN(|Z2O}1!%>o_-R~w*b>VRKhgld2;m4QdlE)CE;9|O4s(m-FMH#I=7^5Z8l z8)|@NTL=6Gt=53PGm=iCWnTxDVw^gO7AyzuKrcQCI-`KqusKhnr8WTf2&~t;&?(5+ zr@&%QEpQF=$tlzt;|I!F3oL{6atgJ60k{KqJcYV{1+0KwdJ6J(8d#-246N3l1MY_G zokDNrco2EMLA#FzHb8nC!SfZs*(kXYJbxcp3_Z|@yQ~40Lwhtr{$Zhlhdj?`0uNwT z-UvN5lun~R_6HVu1_JrDr_moZV40^MaJ$C^+~K(bSblCfu)Bhq_Cn(L_3==(f>z3zrTBvpEl`$WXQNIb>XNHeTcInA^rqNR=FGP%9S z6h*@hqV?%yba-CXbm8hClqYnGO-hWnzkq zXUqo4A7b^4DJs&TtcOTD_;GfDNIS*xG?8|R^k|WWkD3O_l9^^SfK4;g5{0k{W?H69 z?{USJN2N*Z6*G^6V&VSgG;{(FR(i|qM7?C=zMbIVzE6rZ^90dIsme?T(-djFnGW$D z=TD}x%IVDOV%D)U%D3`&#+r#$P8VJ;`5{qGkS%|RNFNf%Ly-=V*NJpE(%s~ZA{}AN z-yP{t^Inm*<1t8w$U8;;o+6J?W^Y@bzP5C{$loaPUnJ6Jc-m#Fi_2DiknMPoN&mRq z8T0dV3Z~`F$ScapcTdYJoR^=o$Xzsj%E$@11%-KY=eUOsPD-+;-Pg}ukUM)yZh?E~ zAa`=o(Bwhxyg7MAdAPhFH$OM0FxM>2EDU8870l0_K6g%0;ovFxb7vIJn_Dz^>fG7x z*WHP;a`Fmu3+|nnQ!s00&YXdRMS+9em*wZX$K}nKSybpAmx~Mwa;J@-nOErMg}4{y z6uPGt+0~XLUtm3>ae=L8B&j<2{ z@+Lg>HkW45eB>185e+#5AAU_fdhj%)3*lYlXBXjj5&Gy9?6IGKs|s)?4|ke_<3rJ_ zlknHtaW`F$oC|Q(Y+TQ;<<|@XCgZB1K%UM+S^VC4=G_aBGasKE+$mSk;-jr8Wd>d2 zX(p~ML`l;HT}4PO6j!_P{5D=%4oc@GxlvU6`16oI&kNIbnRnqu%on4Wl}Yj4C^^hNFa;R%{?Saa=kA>F7lB_x zOnFVgdVVS-BpuHl8-cbQg(rz$OqXD^$^^}qLzc4ew8hbQ4qi5%Ab1U)FFgiP#n)r~ zdMsA`$AL@ZG4@SBobg1&0NjQr3{Iju=uWzeCZnD&(=z%4eT+Ib(sFu~9;WBfp0ChD zu*ZK-Pcn(g^awn=E8%%N#uR!1W8_ctBb}j_=+Bt(SJIo1qN%hBT>K0?t-=g{4`$wc zwtE_~wjZ;=ee@P&><4(HKgXQsASCs#^f&q=bVwegX0~XJ^=N^6AcefI&qoU^K!5rc z-tl{(4HnbyXbHVf|3UZDeHgDFpzr8=`VcdiLv(_vuv!|whIy+iN8YrKQD z(7W(lJqR!73i?m_gg&Kh^iSqsPUd2r=ufnkHqtt*n*Ni z7)}s4L53SJCkR}iVi00SFk;`MXX*#X*kkwKs@nFGS}c;=?XFjU|G$3t^5sjIVS2G+ zw)WGF83CpoGXhLGW(1gW%uV|X7>1P6VhCX=Ux)Lb!*DZ%@I3!{Gsf7d?gtIQ%nQiK z3%(LUSkBji;C5Rfgd6$VsF@H`Pk@xtY6t<>FNR-pD}=C~$?)9pdm3XZ36N5PNWYjb z$xd$yNQR9N!dfj-Vd@BwQo^FIIWPPmT&sZyQ$v81(sCBV=PGy{0wltEjB%~h157*t zvbe_!{=I_783x!0t1-r#-d{Y?ae$Q4N_Nd^Ui^@y(%)Gjou6y<3^XJdu{rmUf-Me?)zZ>9OR&6U5H*cK; z$gUlB{g0O4gN0sLSO|Of?hU(l?;h(jA3uH!Z{EBKuV23ouU@^Y6#%v+QG;>e*E}%?wlu-NT4DG zs)z)7WbLr)vGAu(ohrKc^em@OpO&f~6_>E61n_e0_V3@{U3^O;j{`^mNCJUj_>;7v zsMs6Hu3g7+@v+lSo;=yTYFqq}jZmQ-BK8K{C4kqi_i*jBaQE(Au0607V-zKeT;EPg zX(`vrn=L+e74+-Tqeok@_`tDa$G9I|$nTU5H*2V8@y()n*zqM?J1G!-1aX;CfDC9B zTnJ#j_%*n8Qb1)re*Bno7g0RG{Eb;IK14irJYJp$5Z6ac9~b_P?+5t~95~SRG$g?1 znFJ7p$xV&GZ18m~79TGRdfsc-BcX$9yXTR*n)mPD@1~O(_?cT$ZvFPucRmGlq&se0 zKrcUf^k}4hM*biEJOWKzz!qQe;CB_ZtSOO9Owg#lZAc=s65^rb{fZe(TYu_rk!wKkEf}RIt=#Om( zR8mN`DM<^xj~59euMMspBolVN zAPTr8sSDI104orIAdmL$uOXn*6hga1G+0WD0E?UtabxC#VC~vf3|10|phW;yQ3CY8 z2CM=)ErF;xq-YJ5G|um}>*1#E+O_Mu|Nr#qQ&G1P-NMq@f?@*XUcSbV?tX=)ilM-Q zBZP|!Bpv0V;#ojKcpc7$=eqO;#Uy~#?^kNI{vSZfLx&DEt~LTmaKWXcx=joubklI<*Aw z>LtMaQ7DR<1I2LkWvwyu#Rwn~;ezT}_g(@5l3h?W%-a86Y-t#O1PubP+z<%?V5D(U zy57A6{h+{?kOZp7&WKZR+=sznMJ}+Dnpo=C_0%R_x_t~J5T?E_{+))l5v1%52>)d-`iiZyx|5!%M2Fb2dU zW3~MwwpEH9Rhue+k$UIOoo($Ds!NbOyMR36fRHu;*15(YcA7siIZk#%JWz>P!qX1?IUojG&nKR>^gArBt2 zit(ETyZ=@V&7mv_Fi4bABcnwP+jzQuHcfU&BrAV91u-rFvEi7y-KnWsvHH=d2 zgAk(GKm_S8RcTJ>2N3~&Hbwp{Z3NF_Xeh}g4Eke)V&dY{W(3&b1j9t4yK_aYJisZZ{1rcU5- z;eD>K;ndPq&B-8yA_S0F!4ThA&{1{x)H<#?k9a#6Pc6L?V^s0``ynL&D;p(!Nmx`Y zFkHex{4p!Ggm^@DlehW}iHHVi}~u=$&N? z(NEBLQ#UxxAkdW>X9LnqUr#t4Lu0=9L8&o>JsqTtT5|%gb3QA~hr0pED71+iFFr)dZ=Q=E6ng{NE{Z~0)C?deO#?Aj zSDQ$z#TeC2T^|=}6GBo-&$;E{HL3!q3Z-szuf)O=G#zDjin4SSP%o%6+2IT#sLjQa ziyxFFz~LMjWY+_a5H!U6%a<=b7QVP^ z*90a62;bVq{?@)P6^DWd^Yilq4|YTV2Nw!Yu;a1lPI-sxR)rf@Fe5DhDP7FH zZZ%4S*1C30P;|O+jB!1;m|rXT90Sm5*RBbQN`PKu+hDD*S^yE(CdtSfg=z>u$cIj> z + + + + + + + Svelte app + + + + + + + + + + + + + \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js new file mode 100644 index 0000000..c5e8355 --- /dev/null +++ b/2019-setembro/public/js/bundle.js @@ -0,0 +1,604 @@ + +(function(l, i, v, e) { v = l.createElement(i); v.async = 1; v.src = '//' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1'; e = l.getElementsByTagName(i)[0]; e.parentNode.insertBefore(v, e)})(document, 'script'); +var app = (function () { + 'use strict'; + + function noop() { } + function add_location(element, file, line, column, char) { + element.__svelte_meta = { + loc: { file, line, column, char } + }; + } + function run(fn) { + return fn(); + } + function blank_object() { + return Object.create(null); + } + function run_all(fns) { + fns.forEach(run); + } + function is_function(thing) { + return typeof thing === 'function'; + } + function safe_not_equal(a, b) { + return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function'); + } + + function append(target, node) { + target.appendChild(node); + } + function insert(target, node, anchor) { + target.insertBefore(node, anchor || null); + } + function detach(node) { + node.parentNode.removeChild(node); + } + function element(name) { + return document.createElement(name); + } + function text(data) { + return document.createTextNode(data); + } + function space() { + return text(' '); + } + function attr(node, attribute, value) { + if (value == null) + node.removeAttribute(attribute); + else + node.setAttribute(attribute, value); + } + function children(element) { + return Array.from(element.childNodes); + } + function custom_event(type, detail) { + const e = document.createEvent('CustomEvent'); + e.initCustomEvent(type, false, false, detail); + return e; + } + + let current_component; + function set_current_component(component) { + current_component = component; + } + + const dirty_components = []; + const binding_callbacks = []; + const render_callbacks = []; + const flush_callbacks = []; + const resolved_promise = Promise.resolve(); + let update_scheduled = false; + function schedule_update() { + if (!update_scheduled) { + update_scheduled = true; + resolved_promise.then(flush); + } + } + function add_render_callback(fn) { + render_callbacks.push(fn); + } + function flush() { + const seen_callbacks = new Set(); + do { + // first, call beforeUpdate functions + // and update components + while (dirty_components.length) { + const component = dirty_components.shift(); + set_current_component(component); + update(component.$$); + } + while (binding_callbacks.length) + binding_callbacks.pop()(); + // then, once components are updated, call + // afterUpdate functions. This may cause + // subsequent updates... + for (let i = 0; i < render_callbacks.length; i += 1) { + const callback = render_callbacks[i]; + if (!seen_callbacks.has(callback)) { + callback(); + // ...so guard against infinite loops + seen_callbacks.add(callback); + } + } + render_callbacks.length = 0; + } while (dirty_components.length); + while (flush_callbacks.length) { + flush_callbacks.pop()(); + } + update_scheduled = false; + } + function update($$) { + if ($$.fragment) { + $$.update($$.dirty); + run_all($$.before_update); + $$.fragment.p($$.dirty, $$.ctx); + $$.dirty = null; + $$.after_update.forEach(add_render_callback); + } + } + const outroing = new Set(); + let outros; + function transition_in(block, local) { + if (block && block.i) { + outroing.delete(block); + block.i(local); + } + } + function transition_out(block, local, detach, callback) { + if (block && block.o) { + if (outroing.has(block)) + return; + outroing.add(block); + outros.c.push(() => { + outroing.delete(block); + if (callback) { + if (detach) + block.d(1); + callback(); + } + }); + block.o(local); + } + } + function mount_component(component, target, anchor) { + const { fragment, on_mount, on_destroy, after_update } = component.$$; + fragment.m(target, anchor); + // onMount happens before the initial afterUpdate + add_render_callback(() => { + const new_on_destroy = on_mount.map(run).filter(is_function); + if (on_destroy) { + on_destroy.push(...new_on_destroy); + } + else { + // Edge case - component was destroyed immediately, + // most likely as a result of a binding initialising + run_all(new_on_destroy); + } + component.$$.on_mount = []; + }); + after_update.forEach(add_render_callback); + } + function destroy_component(component, detaching) { + if (component.$$.fragment) { + run_all(component.$$.on_destroy); + component.$$.fragment.d(detaching); + // TODO null out other refs, including component.$$ (but need to + // preserve final state?) + component.$$.on_destroy = component.$$.fragment = null; + component.$$.ctx = {}; + } + } + function make_dirty(component, key) { + if (!component.$$.dirty) { + dirty_components.push(component); + schedule_update(); + component.$$.dirty = blank_object(); + } + component.$$.dirty[key] = true; + } + function init(component, options, instance, create_fragment, not_equal, prop_names) { + const parent_component = current_component; + set_current_component(component); + const props = options.props || {}; + const $$ = component.$$ = { + fragment: null, + ctx: null, + // state + props: prop_names, + update: noop, + not_equal, + bound: blank_object(), + // lifecycle + on_mount: [], + on_destroy: [], + before_update: [], + after_update: [], + context: new Map(parent_component ? parent_component.$$.context : []), + // everything else + callbacks: blank_object(), + dirty: null + }; + let ready = false; + $$.ctx = instance + ? instance(component, props, (key, ret, value = ret) => { + if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) { + if ($$.bound[key]) + $$.bound[key](value); + if (ready) + make_dirty(component, key); + } + return ret; + }) + : props; + $$.update(); + ready = true; + run_all($$.before_update); + $$.fragment = create_fragment($$.ctx); + if (options.target) { + if (options.hydrate) { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + $$.fragment.l(children(options.target)); + } + else { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + $$.fragment.c(); + } + if (options.intro) + transition_in(component.$$.fragment); + mount_component(component, options.target, options.anchor); + flush(); + } + set_current_component(parent_component); + } + let SvelteElement; + if (typeof HTMLElement !== 'undefined') { + SvelteElement = class extends HTMLElement { + constructor() { + super(); + this.attachShadow({ mode: 'open' }); + } + connectedCallback() { + // @ts-ignore todo: improve typings + for (const key in this.$$.slotted) { + // @ts-ignore todo: improve typings + this.appendChild(this.$$.slotted[key]); + } + } + attributeChangedCallback(attr, _oldValue, newValue) { + this[attr] = newValue; + } + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + $on(type, callback) { + // TODO should this delegate to addEventListener? + const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); + callbacks.push(callback); + return () => { + const index = callbacks.indexOf(callback); + if (index !== -1) + callbacks.splice(index, 1); + }; + } + $set() { + // overridden by instance, if it has props + } + }; + } + class SvelteComponent { + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + $on(type, callback) { + const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); + callbacks.push(callback); + return () => { + const index = callbacks.indexOf(callback); + if (index !== -1) + callbacks.splice(index, 1); + }; + } + $set() { + // overridden by instance, if it has props + } + } + + function dispatch_dev(type, detail) { + document.dispatchEvent(custom_event(type, detail)); + } + function append_dev(target, node) { + dispatch_dev("SvelteDOMInsert", { target, node }); + append(target, node); + } + function insert_dev(target, node, anchor) { + dispatch_dev("SvelteDOMInsert", { target, node, anchor }); + insert(target, node, anchor); + } + function detach_dev(node) { + dispatch_dev("SvelteDOMRemove", { node }); + detach(node); + } + function attr_dev(node, attribute, value) { + attr(node, attribute, value); + if (value == null) + dispatch_dev("SvelteDOMRemoveAttribute", { node, attribute }); + else + dispatch_dev("SvelteDOMSetAttribute", { node, attribute, value }); + } + class SvelteComponentDev extends SvelteComponent { + constructor(options) { + if (!options || (!options.target && !options.$$inline)) { + throw new Error(`'target' is a required option`); + } + super(); + } + $destroy() { + super.$destroy(); + this.$destroy = () => { + console.warn(`Component was already destroyed`); // eslint-disable-line no-console + }; + } + } + + /* src/containers/Screen.svelte generated by Svelte v3.12.0 */ + + const file = "src/containers/Screen.svelte"; + + function create_fragment(ctx) { + var section, div2, div1, ul0, li0, t1, li1, t3, li2, t5, li3, t7, li4, t9, li5, t11, li6, t13, div0, span, t15, ul1, li7, t16, li8, t17, li9, t18, li10, t19, div4, div3; + + const block = { + c: function create() { + section = element("section"); + div2 = element("div"); + div1 = element("div"); + ul0 = element("ul"); + li0 = element("li"); + li0.textContent = "0"; + t1 = space(); + li1 = element("li"); + li1.textContent = "1"; + t3 = space(); + li2 = element("li"); + li2.textContent = "2"; + t5 = space(); + li3 = element("li"); + li3.textContent = "3"; + t7 = space(); + li4 = element("li"); + li4.textContent = "4"; + t9 = space(); + li5 = element("li"); + li5.textContent = "5"; + t11 = space(); + li6 = element("li"); + li6.textContent = "6"; + t13 = space(); + div0 = element("div"); + span = element("span"); + span.textContent = "TECTOY"; + t15 = space(); + ul1 = element("ul"); + li7 = element("li"); + t16 = space(); + li8 = element("li"); + t17 = space(); + li9 = element("li"); + t18 = space(); + li10 = element("li"); + t19 = space(); + div4 = element("div"); + div3 = element("div"); + attr_dev(li0, "class", "char svelte-m48oxb"); + add_location(li0, file, 163, 8, 3072); + attr_dev(li1, "class", "char svelte-m48oxb"); + add_location(li1, file, 164, 8, 3104); + attr_dev(li2, "class", "char svelte-m48oxb"); + add_location(li2, file, 165, 8, 3136); + attr_dev(li3, "class", "char svelte-m48oxb"); + add_location(li3, file, 166, 8, 3168); + attr_dev(li4, "class", "char svelte-m48oxb"); + add_location(li4, file, 167, 8, 3200); + attr_dev(li5, "class", "char svelte-m48oxb"); + add_location(li5, file, 168, 8, 3232); + attr_dev(li6, "class", "char svelte-m48oxb"); + add_location(li6, file, 169, 8, 3264); + attr_dev(ul0, "class", "display svelte-m48oxb"); + add_location(ul0, file, 162, 6, 3043); + attr_dev(span, "class", "text svelte-m48oxb"); + add_location(span, file, 172, 8, 3338); + attr_dev(li7, "class", "color red svelte-m48oxb"); + add_location(li7, file, 174, 10, 3409); + attr_dev(li8, "class", "color yellow svelte-m48oxb"); + add_location(li8, file, 175, 10, 3444); + attr_dev(li9, "class", "color blue svelte-m48oxb"); + add_location(li9, file, 176, 10, 3482); + attr_dev(li10, "class", "color green svelte-m48oxb"); + add_location(li10, file, 177, 10, 3518); + attr_dev(ul1, "class", "colors svelte-m48oxb"); + add_location(ul1, file, 173, 8, 3379); + attr_dev(div0, "class", "text-logo svelte-m48oxb"); + add_location(div0, file, 171, 6, 3306); + attr_dev(div1, "class", "visor svelte-m48oxb"); + add_location(div1, file, 161, 4, 3017); + attr_dev(div2, "class", "tela svelte-m48oxb"); + add_location(div2, file, 160, 2, 2994); + attr_dev(div3, "class", "entrada-disquete svelte-m48oxb"); + add_location(div3, file, 183, 4, 3621); + attr_dev(div4, "class", "disquete svelte-m48oxb"); + add_location(div4, file, 182, 2, 3594); + attr_dev(section, "class", "svelte-m48oxb"); + add_location(section, file, 159, 0, 2982); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + insert_dev(target, section, anchor); + append_dev(section, div2); + append_dev(div2, div1); + append_dev(div1, ul0); + append_dev(ul0, li0); + append_dev(ul0, t1); + append_dev(ul0, li1); + append_dev(ul0, t3); + append_dev(ul0, li2); + append_dev(ul0, t5); + append_dev(ul0, li3); + append_dev(ul0, t7); + append_dev(ul0, li4); + append_dev(ul0, t9); + append_dev(ul0, li5); + append_dev(ul0, t11); + append_dev(ul0, li6); + append_dev(div1, t13); + append_dev(div1, div0); + append_dev(div0, span); + append_dev(div0, t15); + append_dev(div0, ul1); + append_dev(ul1, li7); + append_dev(ul1, t16); + append_dev(ul1, li8); + append_dev(ul1, t17); + append_dev(ul1, li9); + append_dev(ul1, t18); + append_dev(ul1, li10); + append_dev(section, t19); + append_dev(section, div4); + append_dev(div4, div3); + }, + + p: noop, + i: noop, + o: noop, + + d: function destroy(detaching) { + if (detaching) { + detach_dev(section); + } + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment.name, type: "component", source: "", ctx }); + return block; + } + + function instance($$self, $$props, $$invalidate) { + let { Screen } = $$props; + + const writable_props = ['Screen']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('Screen' in $$props) $$invalidate('Screen', Screen = $$props.Screen); + }; + + $$self.$capture_state = () => { + return { Screen }; + }; + + $$self.$inject_state = $$props => { + if ('Screen' in $$props) $$invalidate('Screen', Screen = $$props.Screen); + }; + + return { Screen }; + } + + class Screen_1 extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, instance, create_fragment, safe_not_equal, ["Screen"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Screen_1", options, id: create_fragment.name }); + + const { ctx } = this.$$; + const props = options.props || {}; + if (ctx.Screen === undefined && !('Screen' in props)) { + console.warn(" was created without expected prop 'Screen'"); + } + } + + get Screen() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set Screen(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + } + + /* src/App.svelte generated by Svelte v3.12.0 */ + + function create_fragment$1(ctx) { + var current; + + var screen = new Screen_1({ $$inline: true }); + + const block = { + c: function create() { + screen.$$.fragment.c(); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + mount_component(screen, target, anchor); + current = true; + }, + + p: noop, + + i: function intro(local) { + if (current) return; + transition_in(screen.$$.fragment, local); + + current = true; + }, + + o: function outro(local) { + transition_out(screen.$$.fragment, local); + current = false; + }, + + d: function destroy(detaching) { + destroy_component(screen, detaching); + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$1.name, type: "component", source: "", ctx }); + return block; + } + + function instance$1($$self, $$props, $$invalidate) { + let { name = "World" } = $$props; + + const writable_props = ['name']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('name' in $$props) $$invalidate('name', name = $$props.name); + }; + + $$self.$capture_state = () => { + return { name }; + }; + + $$self.$inject_state = $$props => { + if ('name' in $$props) $$invalidate('name', name = $$props.name); + }; + + return { name }; + } + + class App extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, instance$1, create_fragment$1, safe_not_equal, ["name"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$1.name }); + } + + get name() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set name(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + } + + const app = new App({ + target: document.body, + }); + + return app; + +}()); +//# sourceMappingURL=bundle.js.map diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map new file mode 100644 index 0000000..0482671 --- /dev/null +++ b/2019-setembro/public/js/bundle.js.map @@ -0,0 +1 @@ +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\n\n\n\n
    \n
    \n
    \n
      \n
    • 0
    • \n
    • 1
    • \n
    • 2
    • \n
    • 3
    • \n
    • 4
    • \n
    • 5
    • \n
    • 6
    • \n
    \n
    \n TECTOY\n
      \n
    • \n
    • \n
    • \n
    • \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n","\n\n\n\n\n","import App from './App.svelte';\n\nconst app = new App({\n target: document.body,\n});\n\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/rollup.config.js b/2019-setembro/rollup.config.js new file mode 100644 index 0000000..a026c14 --- /dev/null +++ b/2019-setembro/rollup.config.js @@ -0,0 +1,50 @@ +import svelte from 'rollup-plugin-svelte'; +import resolve from 'rollup-plugin-node-resolve'; +import commonjs from 'rollup-plugin-commonjs'; +import livereload from 'rollup-plugin-livereload'; +import { terser } from 'rollup-plugin-terser'; + +const production = !process.env.ROLLUP_WATCH; + +export default { + input: 'src/main.js', + output: { + sourcemap: true, + format: 'iife', + name: 'app', + file: 'public/js/bundle.js' + }, + plugins: [ + svelte({ + // enable run-time checks when not in production + dev: !production, + // we'll extract any component CSS out into + // a separate file — better for performance + css: css => { + css.write('public/css/bundle.css'); + } + }), + + // If you have external dependencies installed from + // npm, you'll most likely need these plugins. In + // some cases you'll need additional configuration — + // consult the documentation for details: + // https://github.com/rollup/rollup-plugin-commonjs + resolve({ + browser: true, + dedupe: importee => importee === 'svelte' || importee.startsWith('svelte/') + }), + commonjs(), + + // Watch the `public` directory and refresh the + // browser on changes when not in production + !production && livereload('public'), + + // If we're building for production (npm run build + // instead of npm run dev), minify + production && terser() + ], + watch: { + clearScreen: false + } +}; \ No newline at end of file diff --git a/2019-setembro/src/App.svelte b/2019-setembro/src/App.svelte new file mode 100644 index 0000000..e066a14 --- /dev/null +++ b/2019-setembro/src/App.svelte @@ -0,0 +1,14 @@ + + + + + diff --git a/2019-setembro/src/components/KeyNumber.svelte b/2019-setembro/src/components/KeyNumber.svelte new file mode 100644 index 0000000..e69de29 diff --git a/2019-setembro/src/containers/Screen.svelte b/2019-setembro/src/containers/Screen.svelte new file mode 100644 index 0000000..97a7c7e --- /dev/null +++ b/2019-setembro/src/containers/Screen.svelte @@ -0,0 +1,186 @@ + + + + +
    +
    +
    +
      +
    • 0
    • +
    • 1
    • +
    • 2
    • +
    • 3
    • +
    • 4
    • +
    • 5
    • +
    • 6
    • +
    + +
    +
    +
    +
    +
    +
    diff --git a/2019-setembro/src/main.js b/2019-setembro/src/main.js new file mode 100644 index 0000000..7d68fbe --- /dev/null +++ b/2019-setembro/src/main.js @@ -0,0 +1,7 @@ +import App from './App.svelte'; + +const app = new App({ + target: document.body, +}); + +export default app; \ No newline at end of file diff --git a/2019-setembro/yarn.lock b/2019-setembro/yarn.lock new file mode 100644 index 0000000..48fd19c --- /dev/null +++ b/2019-setembro/yarn.lock @@ -0,0 +1,1871 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@babel/code-frame@^7.0.0": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" + integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== + dependencies: + "@babel/highlight" "^7.0.0" + +"@babel/highlight@^7.0.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540" + integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ== + dependencies: + chalk "^2.0.0" + esutils "^2.0.2" + js-tokens "^4.0.0" + +"@polka/url@^0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31" + integrity sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw== + +"@types/estree@0.0.39": + version "0.0.39" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" + integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== + +"@types/node@*", "@types/node@^12.7.4": + version "12.7.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04" + integrity sha512-W0+n1Y+gK/8G2P/piTkBBN38Qc5Q1ZSO6B5H3QmPCUewaiXOo2GCAWZ4ElZCcNhjJuBSUSLGFUJnmlCn5+nxOQ== + +"@types/resolve@0.0.8": + version "0.0.8" + resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" + integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== + dependencies: + "@types/node" "*" + +abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== + +acorn@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a" + integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ== + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + +aproba@^1.0.3: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + +are-we-there-yet@~1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" + integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== + dependencies: + delegates "^1.0.0" + readable-stream "^2.0.6" + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + +arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + +async-each@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" + integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== + +atob@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + +balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + +binary-extensions@^1.0.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" + integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +braces@^2.3.1, braces@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + +buffer-from@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" + integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + +builtin-modules@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484" + integrity sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + +chalk@^2.0.0, chalk@^2.4.1: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chokidar@^2.1.5: + version "2.1.8" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" + integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.1" + braces "^2.3.2" + glob-parent "^3.1.0" + inherits "^2.0.3" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + normalize-path "^3.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.2.1" + upath "^1.1.1" + optionalDependencies: + fsevents "^1.2.7" + +chownr@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6" + integrity sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A== + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +code-point-at@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" + integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +commander@^2.19.0: + version "2.20.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422" + integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ== + +component-emitter@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +console-clear@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/console-clear/-/console-clear-1.1.1.tgz#995e20cbfbf14dd792b672cde387bd128d674bf7" + integrity sha512-pMD+MVR538ipqkG5JXeOEbKWS5um1H4LUUccUQG68qpeqBYbzYy79Gh55jkd2TtPdRfUaLWdv6LPP//5Zt0aPQ== + +console-control-strings@^1.0.0, console-control-strings@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + +core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +cross-spawn@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + dependencies: + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" + shebang-command "^1.2.0" + which "^1.2.9" + +debug@^2.2.0, debug@^2.3.3: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@^3.2.6: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + dependencies: + ms "^2.1.1" + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + +deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + +define-properties@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== + dependencies: + object-keys "^1.0.12" + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= + +detect-libc@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" + integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= + +error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +es-abstract@^1.4.3: + version "1.14.2" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497" + integrity sha512-DgoQmbpFNOofkjJtKwr87Ma5EW4Dc8fWhD0R+ndq7Oc456ivUfGOOP6oAZTTKl5/CcNMP+EN+e3/iUzgE0veZg== + dependencies: + es-to-primitive "^1.2.0" + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.0" + is-callable "^1.1.4" + is-regex "^1.0.4" + object-inspect "^1.6.0" + object-keys "^1.1.1" + string.prototype.trimleft "^2.0.0" + string.prototype.trimright "^2.0.0" + +es-to-primitive@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" + integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg== + dependencies: + is-callable "^1.1.4" + is-date-object "^1.0.1" + is-symbol "^1.0.2" + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +estree-walker@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" + integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + dependencies: + map-cache "^0.2.2" + +fs-minipass@^1.2.5: + version "1.2.6" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07" + integrity sha512-crhvyXcMejjv3Z5d2Fa9sf5xLYVCF5O1c71QxbVnbLsmYMBEvDAftewesN/HhY03YRoA7zOMxjNGrF5svGaaeQ== + dependencies: + minipass "^2.2.1" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +fsevents@^1.2.7: + version "1.2.9" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f" + integrity sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw== + dependencies: + nan "^2.12.1" + node-pre-gyp "^0.12.0" + +function-bind@^1.0.2, function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + +gauge@~2.7.3: + version "2.7.4" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" + integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= + dependencies: + aproba "^1.0.3" + console-control-strings "^1.0.0" + has-unicode "^2.0.0" + object-assign "^4.1.0" + signal-exit "^3.0.0" + string-width "^1.0.1" + strip-ansi "^3.0.1" + wide-align "^1.1.0" + +get-port@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc" + integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw= + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + +glob-parent@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob@^7.1.3: + version "7.1.4" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" + integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +graceful-fs@^4.1.11, graceful-fs@^4.1.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" + integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + +has-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" + integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= + +has-unicode@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +has@^1.0.1, has@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + +hosted-git-info@^2.1.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546" + integrity sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ== + +iconv-lite@^0.4.4: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +ignore-walk@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b" + integrity sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw== + dependencies: + minimatch "^3.0.4" + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@^2.0.3, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ini@~1.3.0: + version "1.3.5" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + +is-binary-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + dependencies: + binary-extensions "^1.0.0" + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-callable@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" + integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + +is-date-object@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" + integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY= + +is-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^2.1.0, is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + +is-fullwidth-code-point@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" + integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= + dependencies: + number-is-nan "^1.0.0" + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + +is-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + dependencies: + is-extglob "^2.1.0" + +is-glob@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" + integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + dependencies: + is-extglob "^2.1.1" + +is-module@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" + integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE= + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + dependencies: + kind-of "^3.0.2" + +is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +is-reference@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.1.3.tgz#e99059204b66fdbe09305cfca715a29caa5c8a51" + integrity sha512-W1iHHv/oyBb2pPxkBxtaewxa1BC58Pn5J0hogyCdefwUIvb6R+TGbAcIa4qPNYLqLhb3EnOgUf2MQkkF76BcKw== + dependencies: + "@types/estree" "0.0.39" + +is-regex@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" + integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= + dependencies: + has "^1.0.1" + +is-symbol@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" + integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw== + dependencies: + has-symbols "^1.0.0" + +is-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +isarray@1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + +jest-worker@^24.0.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5" + integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + dependencies: + merge-stream "^2.0.0" + supports-color "^6.1.0" + +js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +json-parse-better-errors@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" + integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== + +kleur@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" + integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== + +livereload@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/livereload/-/livereload-0.8.0.tgz#9af99cf8a262152cf7176b320accfc5d2ae4f8bf" + integrity sha512-Hi5Na6VIK3e8zlgOS50fu+iOTKWj5hM0BE7NKpZkwnfWTnktTjA38ZUXa2NlJww8/GrdVhpnxdqlLad5fkO27g== + dependencies: + chokidar "^2.1.5" + opts ">= 1.2.0" + ws "^1.1.5" + +load-json-file@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" + integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= + dependencies: + graceful-fs "^4.1.2" + parse-json "^4.0.0" + pify "^3.0.0" + strip-bom "^3.0.0" + +local-access@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/local-access/-/local-access-1.0.1.tgz#5121258146d64e869046c642ea4f1dd39ff942bb" + integrity sha512-ykt2pgN0aqIy6KQC1CqdWTWkmUwNgaOS6dcpHVjyBJONA+Xi7AtSB1vuxC/U/0tjIP3wcRudwQk1YYzUvzk2bA== + +magic-string@^0.25.2: + version "0.25.3" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.3.tgz#34b8d2a2c7fec9d9bdf9929a3fd81d271ef35be9" + integrity sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA== + dependencies: + sourcemap-codec "^1.4.4" + +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + dependencies: + object-visit "^1.0.0" + +memorystream@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2" + integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI= + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +micromatch@^3.1.10, micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + +mime@^2.3.1: + version "2.4.4" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5" + integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + +minimist@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= + +minimist@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" + integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= + +minipass@^2.2.1, minipass@^2.3.5: + version "2.5.1" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.5.1.tgz#cf435a9bf9408796ca3a3525a8b851464279c9b8" + integrity sha512-dmpSnLJtNQioZFI5HfQ55Ad0DzzsMAb+HfokwRTNXwEQjepbTkl5mtIlSVxGIkOkxlpX7wIn5ET/oAd9fZ/Y/Q== + dependencies: + safe-buffer "^5.1.2" + yallist "^3.0.0" + +minizlib@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614" + integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA== + dependencies: + minipass "^2.2.1" + +mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@^0.5.0, mkdirp@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= + dependencies: + minimist "0.0.8" + +mri@^1.1.0: + version "1.1.4" + resolved "https://registry.yarnpkg.com/mri/-/mri-1.1.4.tgz#7cb1dd1b9b40905f1fac053abe25b6720f44744a" + integrity sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w== + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +nan@^2.12.1: + version "2.14.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" + integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +needle@^2.2.1: + version "2.4.0" + resolved "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c" + integrity sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg== + dependencies: + debug "^3.2.6" + iconv-lite "^0.4.4" + sax "^1.2.4" + +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== + +node-pre-gyp@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149" + integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A== + dependencies: + detect-libc "^1.0.2" + mkdirp "^0.5.1" + needle "^2.2.1" + nopt "^4.0.1" + npm-packlist "^1.1.6" + npmlog "^4.0.2" + rc "^1.2.7" + rimraf "^2.6.1" + semver "^5.3.0" + tar "^4" + +nopt@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" + integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00= + dependencies: + abbrev "1" + osenv "^0.1.4" + +normalize-package-data@^2.3.2: + version "2.5.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + dependencies: + hosted-git-info "^2.1.4" + resolve "^1.10.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + +normalize-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +npm-bundled@^1.0.1: + version "1.0.6" + resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" + integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g== + +npm-packlist@^1.1.6: + version "1.4.4" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44" + integrity sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw== + dependencies: + ignore-walk "^3.0.1" + npm-bundled "^1.0.1" + +npm-run-all@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba" + integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== + dependencies: + ansi-styles "^3.2.1" + chalk "^2.4.1" + cross-spawn "^6.0.5" + memorystream "^0.3.1" + minimatch "^3.0.4" + pidtree "^0.3.0" + read-pkg "^3.0.0" + shell-quote "^1.6.1" + string.prototype.padend "^3.0.0" + +npmlog@^4.0.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" + integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== + dependencies: + are-we-there-yet "~1.1.2" + console-control-strings "~1.1.0" + gauge "~2.7.3" + set-blocking "~2.0.0" + +number-is-nan@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= + +object-assign@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-inspect@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b" + integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ== + +object-keys@^1.0.12, object-keys@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + +object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + dependencies: + isobject "^3.0.0" + +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + dependencies: + isobject "^3.0.1" + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +options@>=0.0.5: + version "0.0.6" + resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f" + integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8= + +"opts@>= 1.2.0": + version "1.2.6" + resolved "https://registry.yarnpkg.com/opts/-/opts-1.2.6.tgz#d185c0425cfdeb9da1d182908b65b5c0238febb3" + integrity sha1-0YXAQlz9652h0YKQi2W1wCOP67M= + +os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= + +os-tmpdir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + +osenv@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" + integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.0" + +parse-json@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + dependencies: + error-ex "^1.3.1" + json-parse-better-errors "^1.0.1" + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-key@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + +path-parse@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" + integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + +path-type@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" + integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== + dependencies: + pify "^3.0.0" + +pidtree@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b" + integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg== + +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +rc@^1.2.7: + version "1.2.8" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + +read-pkg@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" + integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= + dependencies: + load-json-file "^4.0.0" + normalize-package-data "^2.3.2" + path-type "^3.0.0" + +readable-stream@^2.0.2, readable-stream@^2.0.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" + integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readdirp@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + +repeat-element@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" + integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + +repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + +require-relative@^0.8.7: + version "0.8.7" + resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de" + integrity sha1-eZlTn8ngR6N5KPoZb44VY9q9Nt4= + +resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + +resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1: + version "1.12.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6" + integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w== + dependencies: + path-parse "^1.0.6" + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + +rimraf@^2.6.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" + integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== + dependencies: + glob "^7.1.3" + +rollup-plugin-commonjs@^10.0.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb" + integrity sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q== + dependencies: + estree-walker "^0.6.1" + is-reference "^1.1.2" + magic-string "^0.25.2" + resolve "^1.11.0" + rollup-pluginutils "^2.8.1" + +rollup-plugin-livereload@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/rollup-plugin-livereload/-/rollup-plugin-livereload-1.0.1.tgz#b1df6642d55cafcd87dac54bc4f7a657ab859fdf" + integrity sha512-gNuUr+L/8+CR/oKF8ftJNvJEww6iGzNc8+3XcCOvgKWgjhzUBETs8sNONIthcCvVYC2c2PIKMWgQwrYbxRRdwg== + dependencies: + livereload "^0.8.0" + +rollup-plugin-node-resolve@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523" + integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw== + dependencies: + "@types/resolve" "0.0.8" + builtin-modules "^3.1.0" + is-module "^1.0.0" + resolve "^1.11.1" + rollup-pluginutils "^2.8.1" + +rollup-plugin-svelte@^5.0.3: + version "5.1.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-5.1.0.tgz#6c2d3998db9141a934343a0e7298499994aadd25" + integrity sha512-4MRZG29dAWDpoxEs5uIHzDnYafQEOLaKIJAuDYUtFIzEm1F1IGSTlFyjd8/qk4wltlHdu6V7YfZY53+CKryhMg== + dependencies: + require-relative "^0.8.7" + rollup-pluginutils "^2.3.3" + sourcemap-codec "^1.4.4" + +rollup-plugin-terser@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-4.0.4.tgz#6f661ef284fa7c27963d242601691dc3d23f994e" + integrity sha512-wPANT5XKVJJ8RDUN0+wIr7UPd0lIXBo4UdJ59VmlPCtlFsE20AM+14pe+tk7YunCsWEiuzkDBY3QIkSCjtrPXg== + dependencies: + "@babel/code-frame" "^7.0.0" + jest-worker "^24.0.0" + serialize-javascript "^1.6.1" + terser "^3.14.1" + +rollup-pluginutils@^2.3.3, rollup-pluginutils@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97" + integrity sha512-J5oAoysWar6GuZo0s+3bZ6sVZAC0pfqKz68De7ZgDi5z63jOVZn1uJL/+z1jeKHNbGII8kAyHF5q8LnxSX5lQg== + dependencies: + estree-walker "^0.6.1" + +rollup@^1.12.0: + version "1.21.2" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.21.2.tgz#eaabd07d0bd309587ad8bebf731fca6fcb96f4d0" + integrity sha512-sCAHlcQ/PExU5t/kRwkEWHdhGmQrZ2IgdQzbjPVNfhWbKHMMZGYqkASVTpQqRPLtQKg15xzEscc+BnIK/TE7/Q== + dependencies: + "@types/estree" "0.0.39" + "@types/node" "^12.7.4" + acorn "^7.0.0" + +sade@^1.4.0: + version "1.6.1" + resolved "https://registry.yarnpkg.com/sade/-/sade-1.6.1.tgz#aba16655e998b2b68beb9f13938af010f42eddd2" + integrity sha512-USHm9quYNmJwFwhOnEuJohdnBhUOKV1mhL0koHSJMLJaesRX0nuDuzbWmtUBbUmXkwTalLtUBzDlEnU940BiQA== + dependencies: + mri "^1.1.0" + +safe-buffer@^5.1.2: + version "5.2.0" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" + integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + dependencies: + ret "~0.1.10" + +"safer-buffer@>= 2.1.2 < 3": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sax@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== + +"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +serialize-javascript@^1.6.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb" + integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A== + +set-blocking@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + +set-value@^2.0.0, set-value@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + dependencies: + shebang-regex "^1.0.0" + +shebang-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + +shell-quote@^1.6.1: + version "1.7.2" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" + integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== + +signal-exit@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" + integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= + +sirv-cli@^0.4.4: + version "0.4.4" + resolved "https://registry.yarnpkg.com/sirv-cli/-/sirv-cli-0.4.4.tgz#810bb98a76905b90ee349fcc8306b9995e045baa" + integrity sha512-7SsPrYWptRcOvS7/8VIxYDibLDRB4apZaU+y8lfuSnyjYFg0AVVU3J0qcQjWPxT9Ti/DtHnmbivJ+ZTh8L0ykg== + dependencies: + console-clear "^1.1.0" + get-port "^3.2.0" + kleur "^3.0.0" + local-access "^1.0.1" + sade "^1.4.0" + sirv "^0.4.2" + tinydate "^1.0.0" + +sirv@^0.4.2: + version "0.4.2" + resolved "https://registry.yarnpkg.com/sirv/-/sirv-0.4.2.tgz#842ed22f3aab58faee84eea66cf66066e123d6db" + integrity sha512-dQbZnsMaIiTQPZmbGmktz+c74zt/hyrJEB4tdp2Jj0RNv9J6B/OWR5RyrZEvIn9fyh9Zlg2OlE2XzKz6wMKGAw== + dependencies: + "@polka/url" "^0.5.0" + mime "^2.3.1" + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + +source-map-resolve@^0.5.0: + version "0.5.2" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" + integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA== + dependencies: + atob "^2.1.1" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-support@~0.5.10: + version "0.5.13" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" + integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map-url@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" + integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= + +source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + +source-map@^0.6.0, source-map@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +sourcemap-codec@^1.4.4: + version "1.4.6" + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz#e30a74f0402bad09807640d39e971090a08ce1e9" + integrity sha512-1ZooVLYFxC448piVLBbtOxFcXwnymH9oUF8nRd3CuYDVvkRBxRl6pB4Mtas5a4drtL+E8LDgFkQNcgIw6tc8Hg== + +spdx-correct@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" + integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" + integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA== + +spdx-expression-parse@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" + integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.5" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" + integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +string-width@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + strip-ansi "^3.0.0" + +"string-width@^1.0.2 || 2": + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + +string.prototype.padend@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" + integrity sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA= + dependencies: + define-properties "^1.1.2" + es-abstract "^1.4.3" + function-bind "^1.0.2" + +string.prototype.trimleft@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz#68b6aa8e162c6a80e76e3a8a0c2e747186e271ff" + integrity sha1-aLaqjhYsaoDnbjqKDC50cYbicf8= + dependencies: + define-properties "^1.1.2" + function-bind "^1.0.2" + +string.prototype.trimright@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.0.0.tgz#ab4a56d802a01fbe7293e11e84f24dc8164661dd" + integrity sha1-q0pW2AKgH75yk+EehPJNyBZGYd0= + dependencies: + define-properties "^1.1.2" + function-bind "^1.0.2" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.0, strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + dependencies: + ansi-regex "^3.0.0" + +strip-bom@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" + integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= + +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + dependencies: + has-flag "^3.0.0" + +svelte@^3.0.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.12.0.tgz#a30ec57c2d0e73638d6e8c28a3ac0f19f8ba1115" + integrity sha512-9/broj3bjShrsk3FuVDH0Bho2BchPKT8ubAqRcTqwkqrO9npOS3Vi98Yb5mBaa4bYV+ELTuvPvaQZbCJYMFRdg== + +tar@^4: + version "4.4.10" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1" + integrity sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA== + dependencies: + chownr "^1.1.1" + fs-minipass "^1.2.5" + minipass "^2.3.5" + minizlib "^1.2.1" + mkdirp "^0.5.0" + safe-buffer "^5.1.2" + yallist "^3.0.3" + +terser@^3.14.1: + version "3.17.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2" + integrity sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ== + dependencies: + commander "^2.19.0" + source-map "~0.6.1" + source-map-support "~0.5.10" + +tinydate@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/tinydate/-/tinydate-1.2.0.tgz#36b4bb02715f89743f3ef9073d3573d005a28d0e" + integrity sha512-3GwPk8VhDFnUZ2TrgkhXJs6hcMAIIw4x/xkz+ayK6dGoQmp2nUwKzBXK0WnMsqkh6vfUhpqQicQF3rbshfyJkg== + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +ultron@1.0.x: + version "1.0.2" + resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa" + integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po= + +union-value@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^2.0.1" + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +upath@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + +util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +which@^1.2.9: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + +wide-align@^1.1.0: + version "1.1.3" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" + integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== + dependencies: + string-width "^1.0.2 || 2" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +ws@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51" + integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w== + dependencies: + options ">=0.0.5" + ultron "1.0.x" + +yallist@^3.0.0, yallist@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" + integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== From f29f4ff59489a4e279f6dc5a0947b21e2dcec752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Tue, 10 Sep 2019 02:46:10 -0300 Subject: [PATCH 02/18] Revert "visor section created" This reverts commit b66a9409f83d61949ce5e4b59ee7bf9fb5bb93de. --- 2019-setembro/README.md | 0 2019-setembro/node_modules/.bin/acorn | 1 - 2019-setembro/node_modules/.bin/atob | 1 - 2019-setembro/node_modules/.bin/livereload | 1 - 2019-setembro/node_modules/.bin/mime | 1 - 2019-setembro/node_modules/.bin/npm-run-all | 1 - 2019-setembro/node_modules/.bin/pidtree | 1 - 2019-setembro/node_modules/.bin/rollup | 1 - 2019-setembro/node_modules/.bin/run-p | 1 - 2019-setembro/node_modules/.bin/run-s | 1 - 2019-setembro/node_modules/.bin/semver | 1 - 2019-setembro/node_modules/.bin/sirv | 1 - 2019-setembro/node_modules/.bin/terser | 1 - 2019-setembro/node_modules/.bin/which | 1 - ...c20b2f05e1ec262e323fbb847c10cd69527c6e611a | 1 - ...64aac918e4e01f8c1f2d5a41846e03d1b2212d8d54 | 2 - 2019-setembro/node_modules/.yarn-integrity | 331 - .../node_modules/@babel/code-frame/LICENSE | 22 - .../node_modules/@babel/code-frame/README.md | 19 - .../@babel/code-frame/lib/index.js | 173 - .../@babel/code-frame/package.json | 21 - .../node_modules/@babel/highlight/LICENSE | 22 - .../node_modules/@babel/highlight/README.md | 19 - .../@babel/highlight/lib/index.js | 129 - .../@babel/highlight/package.json | 22 - .../node_modules/@polka/url/index.js | 22 - .../node_modules/@polka/url/package.json | 18 - .../node_modules/@polka/url/readme.md | 86 - .../node_modules/@types/estree/LICENSE | 21 - .../node_modules/@types/estree/README.md | 16 - .../node_modules/@types/estree/index.d.ts | 548 - .../node_modules/@types/estree/package.json | 22 - .../node_modules/@types/node/LICENSE | 21 - .../node_modules/@types/node/README.md | 16 - .../node_modules/@types/node/assert.d.ts | 52 - .../node_modules/@types/node/async_hooks.d.ts | 132 - .../node_modules/@types/node/base.d.ts | 41 - .../node_modules/@types/node/buffer.d.ts | 22 - .../@types/node/child_process.d.ts | 478 - .../node_modules/@types/node/cluster.d.ts | 260 - .../node_modules/@types/node/console.d.ts | 3 - .../node_modules/@types/node/constants.d.ts | 278 - .../node_modules/@types/node/crypto.d.ts | 602 - .../node_modules/@types/node/dgram.d.ts | 102 - .../node_modules/@types/node/dns.d.ts | 366 - .../node_modules/@types/node/domain.d.ts | 16 - .../node_modules/@types/node/events.d.ts | 30 - .../node_modules/@types/node/fs.d.ts | 2297 -- .../node_modules/@types/node/globals.d.ts | 1180 - .../node_modules/@types/node/http.d.ts | 370 - .../node_modules/@types/node/http2.d.ts | 960 - .../node_modules/@types/node/https.d.ts | 53 - .../node_modules/@types/node/index.d.ts | 100 - .../node_modules/@types/node/inspector.d.ts | 3034 -- .../node_modules/@types/node/module.d.ts | 3 - .../node_modules/@types/node/net.d.ts | 249 - .../node_modules/@types/node/os.d.ts | 201 - .../node_modules/@types/node/package.json | 211 - .../node_modules/@types/node/path.d.ts | 159 - .../node_modules/@types/node/perf_hooks.d.ts | 304 - .../node_modules/@types/node/process.d.ts | 3 - .../node_modules/@types/node/punycode.d.ts | 12 - .../node_modules/@types/node/querystring.d.ts | 32 - .../node_modules/@types/node/readline.d.ts | 150 - .../node_modules/@types/node/repl.d.ts | 382 - .../node_modules/@types/node/stream.d.ts | 307 - .../@types/node/string_decoder.d.ts | 7 - .../node_modules/@types/node/timers.d.ts | 16 - .../node_modules/@types/node/tls.d.ts | 418 - .../@types/node/trace_events.d.ts | 61 - .../@types/node/ts3.2/globals.d.ts | 19 - .../node_modules/@types/node/ts3.2/index.d.ts | 20 - .../node_modules/@types/node/ts3.2/util.d.ts | 15 - .../node_modules/@types/node/tty.d.ts | 65 - .../node_modules/@types/node/url.d.ts | 104 - .../node_modules/@types/node/util.d.ts | 165 - .../node_modules/@types/node/v8.d.ts | 52 - .../node_modules/@types/node/vm.d.ts | 95 - .../@types/node/worker_threads.d.ts | 153 - .../node_modules/@types/node/zlib.d.ts | 352 - .../node_modules/@types/resolve/LICENSE | 21 - .../node_modules/@types/resolve/README.md | 16 - .../node_modules/@types/resolve/index.d.ts | 113 - .../node_modules/@types/resolve/package.json | 29 - 2019-setembro/node_modules/acorn/CHANGELOG.md | 552 - 2019-setembro/node_modules/acorn/LICENSE | 19 - 2019-setembro/node_modules/acorn/README.md | 269 - 2019-setembro/node_modules/acorn/bin/acorn | 4 - .../node_modules/acorn/dist/acorn.d.ts | 209 - .../node_modules/acorn/dist/acorn.js | 4979 ---- .../node_modules/acorn/dist/acorn.js.map | 1 - .../node_modules/acorn/dist/acorn.mjs | 4948 ---- .../node_modules/acorn/dist/acorn.mjs.map | 1 - 2019-setembro/node_modules/acorn/dist/bin.js | 64 - 2019-setembro/node_modules/acorn/package.json | 34 - .../node_modules/ansi-styles/index.js | 165 - .../node_modules/ansi-styles/license | 9 - .../node_modules/ansi-styles/package.json | 56 - .../node_modules/ansi-styles/readme.md | 147 - 2019-setembro/node_modules/anymatch/LICENSE | 15 - 2019-setembro/node_modules/anymatch/README.md | 99 - 2019-setembro/node_modules/anymatch/index.js | 67 - .../node_modules/normalize-path/LICENSE | 21 - .../node_modules/normalize-path/README.md | 92 - .../node_modules/normalize-path/index.js | 19 - .../node_modules/normalize-path/package.json | 78 - .../node_modules/anymatch/package.json | 47 - 2019-setembro/node_modules/arr-diff/LICENSE | 21 - 2019-setembro/node_modules/arr-diff/README.md | 130 - 2019-setembro/node_modules/arr-diff/index.js | 47 - .../node_modules/arr-diff/package.json | 69 - .../node_modules/arr-flatten/LICENSE | 21 - .../node_modules/arr-flatten/README.md | 86 - .../node_modules/arr-flatten/index.js | 22 - .../node_modules/arr-flatten/package.json | 76 - 2019-setembro/node_modules/arr-union/LICENSE | 21 - .../node_modules/arr-union/README.md | 99 - 2019-setembro/node_modules/arr-union/index.js | 29 - .../node_modules/arr-union/package.json | 76 - .../node_modules/array-unique/LICENSE | 21 - .../node_modules/array-unique/README.md | 77 - .../node_modules/array-unique/index.js | 43 - .../node_modules/array-unique/package.json | 62 - .../node_modules/assign-symbols/LICENSE | 21 - .../node_modules/assign-symbols/README.md | 73 - .../node_modules/assign-symbols/index.js | 40 - .../node_modules/assign-symbols/package.json | 40 - .../node_modules/async-each/README.md | 52 - .../node_modules/async-each/index.js | 38 - .../node_modules/async-each/package.json | 20 - 2019-setembro/node_modules/atob/LICENSE | 230 - 2019-setembro/node_modules/atob/LICENSE.DOCS | 319 - 2019-setembro/node_modules/atob/README.md | 49 - 2019-setembro/node_modules/atob/bin/atob.js | 6 - 2019-setembro/node_modules/atob/bower.json | 24 - .../node_modules/atob/browser-atob.js | 44 - 2019-setembro/node_modules/atob/node-atob.js | 7 - 2019-setembro/node_modules/atob/package.json | 24 - 2019-setembro/node_modules/atob/test.js | 18 - .../node_modules/balanced-match/.npmignore | 5 - .../node_modules/balanced-match/LICENSE.md | 21 - .../node_modules/balanced-match/README.md | 91 - .../node_modules/balanced-match/index.js | 59 - .../node_modules/balanced-match/package.json | 49 - 2019-setembro/node_modules/base/LICENSE | 21 - 2019-setembro/node_modules/base/README.md | 491 - 2019-setembro/node_modules/base/index.js | 435 - .../base/node_modules/define-property/LICENSE | 21 - .../node_modules/define-property/README.md | 95 - .../node_modules/define-property/index.js | 31 - .../node_modules/define-property/package.json | 62 - 2019-setembro/node_modules/base/package.json | 111 - .../binary-extensions/binary-extensions.json | 252 - .../node_modules/binary-extensions/license | 9 - .../binary-extensions/package.json | 36 - .../node_modules/binary-extensions/readme.md | 33 - .../node_modules/brace-expansion/LICENSE | 21 - .../node_modules/brace-expansion/README.md | 129 - .../node_modules/brace-expansion/index.js | 201 - .../node_modules/brace-expansion/package.json | 47 - 2019-setembro/node_modules/braces/LICENSE | 21 - 2019-setembro/node_modules/braces/README.md | 640 - 2019-setembro/node_modules/braces/index.js | 318 - .../node_modules/braces/lib/braces.js | 104 - .../node_modules/braces/lib/compilers.js | 282 - .../node_modules/braces/lib/parsers.js | 360 - .../node_modules/braces/lib/utils.js | 343 - .../node_modules/braces/package.json | 108 - .../node_modules/buffer-from/LICENSE | 21 - .../node_modules/buffer-from/index.js | 69 - .../node_modules/buffer-from/package.json | 19 - .../node_modules/buffer-from/readme.md | 69 - .../builtin-modules/builtin-modules.json | 40 - .../node_modules/builtin-modules/index.d.ts | 14 - .../node_modules/builtin-modules/index.js | 11 - .../node_modules/builtin-modules/license | 9 - .../node_modules/builtin-modules/package.json | 43 - .../node_modules/builtin-modules/readme.md | 41 - .../node_modules/builtin-modules/static.d.ts | 14 - .../node_modules/builtin-modules/static.js | 2 - 2019-setembro/node_modules/cache-base/LICENSE | 21 - .../node_modules/cache-base/README.md | 291 - .../node_modules/cache-base/index.js | 261 - .../node_modules/cache-base/package.json | 82 - 2019-setembro/node_modules/chalk/index.js | 228 - .../node_modules/chalk/index.js.flow | 93 - 2019-setembro/node_modules/chalk/license | 9 - 2019-setembro/node_modules/chalk/package.json | 71 - 2019-setembro/node_modules/chalk/readme.md | 314 - 2019-setembro/node_modules/chalk/templates.js | 128 - .../node_modules/chalk/types/index.d.ts | 97 - .../node_modules/chokidar/CHANGELOG.md | 317 - 2019-setembro/node_modules/chokidar/README.md | 294 - 2019-setembro/node_modules/chokidar/index.js | 747 - .../chokidar/lib/fsevents-handler.js | 412 - .../chokidar/lib/nodefs-handler.js | 506 - .../node_modules/chokidar/package.json | 63 - .../node_modules/chokidar/types/index.d.ts | 191 - .../node_modules/class-utils/LICENSE | 21 - .../node_modules/class-utils/README.md | 300 - .../node_modules/class-utils/index.js | 370 - .../node_modules/class-utils/package.json | 90 - .../node_modules/collection-visit/LICENSE | 21 - .../node_modules/collection-visit/README.md | 89 - .../node_modules/collection-visit/index.js | 30 - .../collection-visit/package.json | 76 - .../node_modules/color-convert/CHANGELOG.md | 54 - .../node_modules/color-convert/LICENSE | 21 - .../node_modules/color-convert/README.md | 68 - .../node_modules/color-convert/conversions.js | 868 - .../node_modules/color-convert/index.js | 78 - .../node_modules/color-convert/package.json | 46 - .../node_modules/color-convert/route.js | 97 - .../node_modules/color-name/.eslintrc.json | 43 - .../node_modules/color-name/.npmignore | 107 - 2019-setembro/node_modules/color-name/LICENSE | 8 - .../node_modules/color-name/README.md | 11 - .../node_modules/color-name/index.js | 152 - .../node_modules/color-name/package.json | 25 - 2019-setembro/node_modules/color-name/test.js | 7 - .../node_modules/commander/CHANGELOG.md | 408 - 2019-setembro/node_modules/commander/LICENSE | 22 - .../node_modules/commander/Readme.md | 428 - 2019-setembro/node_modules/commander/index.js | 1224 - .../node_modules/commander/package.json | 38 - .../node_modules/commander/typings/index.d.ts | 310 - .../node_modules/component-emitter/History.md | 75 - .../node_modules/component-emitter/LICENSE | 24 - .../node_modules/component-emitter/Readme.md | 74 - .../node_modules/component-emitter/index.js | 175 - .../component-emitter/package.json | 27 - .../node_modules/concat-map/.travis.yml | 4 - 2019-setembro/node_modules/concat-map/LICENSE | 18 - .../node_modules/concat-map/README.markdown | 62 - .../node_modules/concat-map/example/map.js | 6 - .../node_modules/concat-map/index.js | 13 - .../node_modules/concat-map/package.json | 43 - .../node_modules/concat-map/test/map.js | 39 - .../node_modules/console-clear/index.js | 7 - .../node_modules/console-clear/license | 9 - .../node_modules/console-clear/package.json | 27 - .../node_modules/console-clear/readme.md | 41 - .../node_modules/copy-descriptor/LICENSE | 21 - .../node_modules/copy-descriptor/index.js | 81 - .../node_modules/copy-descriptor/package.json | 56 - .../node_modules/core-util-is/LICENSE | 19 - .../node_modules/core-util-is/README.md | 3 - .../node_modules/core-util-is/float.patch | 604 - .../node_modules/core-util-is/lib/util.js | 107 - .../node_modules/core-util-is/package.json | 32 - .../node_modules/core-util-is/test.js | 68 - .../node_modules/cross-spawn/CHANGELOG.md | 100 - .../node_modules/cross-spawn/LICENSE | 21 - .../node_modules/cross-spawn/README.md | 94 - .../node_modules/cross-spawn/index.js | 39 - .../node_modules/cross-spawn/lib/enoent.js | 59 - .../node_modules/cross-spawn/lib/parse.js | 125 - .../cross-spawn/lib/util/escape.js | 45 - .../cross-spawn/lib/util/readShebang.js | 32 - .../cross-spawn/lib/util/resolveCommand.js | 47 - .../cross-spawn/node_modules/.bin/semver | 1 - .../cross-spawn/node_modules/.bin/which | 1 - .../node_modules/cross-spawn/package.json | 76 - .../node_modules/debug/.coveralls.yml | 1 - 2019-setembro/node_modules/debug/.eslintrc | 11 - 2019-setembro/node_modules/debug/.npmignore | 9 - 2019-setembro/node_modules/debug/.travis.yml | 14 - 2019-setembro/node_modules/debug/CHANGELOG.md | 362 - 2019-setembro/node_modules/debug/LICENSE | 19 - 2019-setembro/node_modules/debug/Makefile | 50 - 2019-setembro/node_modules/debug/README.md | 312 - .../node_modules/debug/component.json | 19 - .../node_modules/debug/karma.conf.js | 70 - 2019-setembro/node_modules/debug/node.js | 1 - 2019-setembro/node_modules/debug/package.json | 49 - .../node_modules/debug/src/browser.js | 185 - 2019-setembro/node_modules/debug/src/debug.js | 202 - 2019-setembro/node_modules/debug/src/index.js | 10 - .../node_modules/debug/src/inspector-log.js | 15 - 2019-setembro/node_modules/debug/src/node.js | 248 - .../decode-uri-component/index.js | 94 - .../node_modules/decode-uri-component/license | 21 - .../decode-uri-component/package.json | 37 - .../decode-uri-component/readme.md | 70 - .../define-properties/.editorconfig | 13 - .../node_modules/define-properties/.eslintrc | 12 - .../node_modules/define-properties/.jscs.json | 175 - .../define-properties/.travis.yml | 233 - .../define-properties/CHANGELOG.md | 44 - .../node_modules/define-properties/LICENSE | 21 - .../node_modules/define-properties/README.md | 86 - .../node_modules/define-properties/index.js | 58 - .../define-properties/package.json | 65 - .../define-properties/test/index.js | 125 - .../node_modules/define-property/LICENSE | 21 - .../node_modules/define-property/README.md | 77 - .../node_modules/define-property/index.js | 31 - .../is-accessor-descriptor/LICENSE | 21 - .../is-accessor-descriptor/README.md | 123 - .../is-accessor-descriptor/index.js | 69 - .../node_modules/kind-of/LICENSE | 21 - .../node_modules/kind-of/README.md | 261 - .../node_modules/kind-of/index.js | 116 - .../node_modules/kind-of/package.json | 90 - .../is-accessor-descriptor/package.json | 61 - .../node_modules/is-data-descriptor/LICENSE | 21 - .../node_modules/is-data-descriptor/README.md | 128 - .../node_modules/is-data-descriptor/index.js | 55 - .../node_modules/kind-of/LICENSE | 21 - .../node_modules/kind-of/README.md | 261 - .../node_modules/kind-of/index.js | 116 - .../node_modules/kind-of/package.json | 90 - .../is-data-descriptor/package.json | 60 - .../node_modules/is-descriptor/LICENSE | 21 - .../node_modules/is-descriptor/README.md | 193 - .../node_modules/is-descriptor/index.js | 22 - .../node_modules/is-descriptor/package.json | 75 - .../node_modules/kind-of/LICENSE | 21 - .../node_modules/kind-of/README.md | 342 - .../node_modules/kind-of/index.js | 147 - .../node_modules/kind-of/package.json | 91 - .../node_modules/define-property/package.json | 51 - 2019-setembro/node_modules/error-ex/LICENSE | 21 - 2019-setembro/node_modules/error-ex/README.md | 144 - 2019-setembro/node_modules/error-ex/index.js | 141 - .../node_modules/error-ex/package.json | 46 - .../node_modules/es-abstract/.editorconfig | 13 - .../node_modules/es-abstract/.eslintrc | 49 - .../es-abstract/.github/FUNDING.yml | 12 - 2019-setembro/node_modules/es-abstract/.nycrc | 14 - .../node_modules/es-abstract/.travis.yml | 329 - .../node_modules/es-abstract/CHANGELOG.md | 236 - .../node_modules/es-abstract/GetIntrinsic.js | 155 - .../node_modules/es-abstract/LICENSE | 21 - .../node_modules/es-abstract/Makefile | 61 - .../node_modules/es-abstract/README.md | 48 - .../node_modules/es-abstract/es2015.js | 1382 - .../node_modules/es-abstract/es2016.js | 80 - .../node_modules/es-abstract/es2017.js | 71 - .../node_modules/es-abstract/es2018.js | 255 - .../node_modules/es-abstract/es2019.js | 112 - 2019-setembro/node_modules/es-abstract/es5.js | 322 - 2019-setembro/node_modules/es-abstract/es6.js | 3 - 2019-setembro/node_modules/es-abstract/es7.js | 3 - .../es-abstract/helpers/assertRecord.js | 48 - .../es-abstract/helpers/assign.js | 21 - .../es-abstract/helpers/callBind.js | 17 - .../node_modules/es-abstract/helpers/every.js | 10 - .../es-abstract/helpers/forEach.js | 7 - .../es-abstract/helpers/isFinite.js | 5 - .../node_modules/es-abstract/helpers/isNaN.js | 5 - .../es-abstract/helpers/isPrimitive.js | 5 - .../helpers/isPropertyDescriptor.js | 31 - .../helpers/isSamePropertyDescriptor.js | 20 - .../node_modules/es-abstract/helpers/mod.js | 6 - .../node_modules/es-abstract/helpers/sign.js | 5 - .../node_modules/es-abstract/index.js | 26 - .../es-abstract/operations/.eslintrc | 5 - .../es-abstract/operations/2015.js | 93 - .../es-abstract/operations/2016.js | 283 - .../es-abstract/operations/2017.js | 331 - .../es-abstract/operations/2018.js | 357 - .../es-abstract/operations/2019.js | 362 - .../es-abstract/operations/getOps.js | 63 - .../node_modules/es-abstract/package.json | 99 - .../node_modules/es-abstract/test/.eslintrc | 13 - .../es-abstract/test/GetIntrinsic.js | 34 - .../node_modules/es-abstract/test/diffOps.js | 26 - .../node_modules/es-abstract/test/es2015.js | 9 - .../node_modules/es-abstract/test/es2016.js | 9 - .../node_modules/es-abstract/test/es2017.js | 9 - .../node_modules/es-abstract/test/es2018.js | 9 - .../node_modules/es-abstract/test/es2019.js | 9 - .../node_modules/es-abstract/test/es5.js | 530 - .../node_modules/es-abstract/test/es6.js | 18 - .../node_modules/es-abstract/test/es7.js | 18 - .../es-abstract/test/helpers/assertRecord.js | 60 - .../es-abstract/test/helpers/values.js | 117 - .../node_modules/es-abstract/test/index.js | 30 - .../node_modules/es-abstract/test/tests.js | 3584 --- .../es-to-primitive/.editorconfig | 20 - .../node_modules/es-to-primitive/.eslintrc | 14 - .../node_modules/es-to-primitive/.jscs.json | 176 - .../node_modules/es-to-primitive/.travis.yml | 243 - .../node_modules/es-to-primitive/CHANGELOG.md | 38 - .../node_modules/es-to-primitive/LICENSE | 22 - .../node_modules/es-to-primitive/Makefile | 61 - .../node_modules/es-to-primitive/README.md | 51 - .../node_modules/es-to-primitive/es2015.js | 75 - .../node_modules/es-to-primitive/es5.js | 45 - .../node_modules/es-to-primitive/es6.js | 3 - .../es-to-primitive/helpers/isPrimitive.js | 3 - .../node_modules/es-to-primitive/index.js | 17 - .../node_modules/es-to-primitive/package.json | 82 - .../es-to-primitive/test/.eslintrc | 9 - .../es-to-primitive/test/es2015.js | 151 - .../node_modules/es-to-primitive/test/es5.js | 94 - .../node_modules/es-to-primitive/test/es6.js | 151 - .../es-to-primitive/test/index.js | 20 - .../escape-string-regexp/index.js | 11 - .../node_modules/escape-string-regexp/license | 21 - .../escape-string-regexp/package.json | 41 - .../escape-string-regexp/readme.md | 27 - .../node_modules/estree-walker/CHANGELOG.md | 55 - .../node_modules/estree-walker/README.md | 45 - .../estree-walker/dist/estree-walker.umd.js | 65 - .../dist/estree-walker.umd.js.map | 1 - .../node_modules/estree-walker/index.d.ts | 27 - .../node_modules/estree-walker/package.json | 30 - .../estree-walker/src/estree-walker.js | 51 - .../node_modules/esutils/LICENSE.BSD | 19 - 2019-setembro/node_modules/esutils/README.md | 174 - 2019-setembro/node_modules/esutils/lib/ast.js | 144 - .../node_modules/esutils/lib/code.js | 135 - .../node_modules/esutils/lib/keyword.js | 165 - .../node_modules/esutils/lib/utils.js | 33 - .../node_modules/esutils/package.json | 44 - .../node_modules/expand-brackets/LICENSE | 21 - .../node_modules/expand-brackets/README.md | 302 - .../node_modules/expand-brackets/changelog.md | 35 - .../node_modules/expand-brackets/index.js | 211 - .../expand-brackets/lib/compilers.js | 87 - .../expand-brackets/lib/parsers.js | 219 - .../node_modules/expand-brackets/lib/utils.js | 34 - .../node_modules/expand-brackets/package.json | 85 - .../node_modules/extend-shallow/LICENSE | 21 - .../node_modules/extend-shallow/README.md | 61 - .../node_modules/extend-shallow/index.js | 33 - .../node_modules/extend-shallow/package.json | 56 - 2019-setembro/node_modules/extglob/LICENSE | 21 - 2019-setembro/node_modules/extglob/README.md | 362 - .../node_modules/extglob/changelog.md | 25 - 2019-setembro/node_modules/extglob/index.js | 331 - .../node_modules/extglob/lib/.DS_Store | Bin 6148 -> 0 bytes .../node_modules/extglob/lib/compilers.js | 169 - .../node_modules/extglob/lib/extglob.js | 78 - .../node_modules/extglob/lib/parsers.js | 156 - .../node_modules/extglob/lib/utils.js | 69 - .../node_modules/define-property/LICENSE | 21 - .../node_modules/define-property/README.md | 95 - .../node_modules/define-property/index.js | 31 - .../node_modules/define-property/package.json | 62 - .../node_modules/extglob/package.json | 108 - 2019-setembro/node_modules/fill-range/LICENSE | 21 - .../node_modules/fill-range/README.md | 250 - .../node_modules/fill-range/index.js | 208 - .../node_modules/fill-range/package.json | 82 - 2019-setembro/node_modules/for-in/LICENSE | 21 - 2019-setembro/node_modules/for-in/README.md | 85 - 2019-setembro/node_modules/for-in/index.js | 16 - .../node_modules/for-in/package.json | 68 - .../node_modules/fragment-cache/LICENSE | 21 - .../node_modules/fragment-cache/README.md | 156 - .../node_modules/fragment-cache/index.js | 128 - .../node_modules/fragment-cache/package.json | 60 - .../node_modules/function-bind/.editorconfig | 20 - .../node_modules/function-bind/.eslintrc | 15 - .../node_modules/function-bind/.jscs.json | 176 - .../node_modules/function-bind/.npmignore | 22 - .../node_modules/function-bind/.travis.yml | 168 - .../node_modules/function-bind/LICENSE | 20 - .../node_modules/function-bind/README.md | 48 - .../function-bind/implementation.js | 52 - .../node_modules/function-bind/index.js | 5 - .../node_modules/function-bind/package.json | 63 - .../node_modules/function-bind/test/.eslintrc | 9 - .../node_modules/function-bind/test/index.js | 252 - 2019-setembro/node_modules/get-port/index.js | 28 - 2019-setembro/node_modules/get-port/license | 9 - .../node_modules/get-port/package.json | 44 - 2019-setembro/node_modules/get-port/readme.md | 64 - 2019-setembro/node_modules/get-value/LICENSE | 21 - 2019-setembro/node_modules/get-value/index.js | 50 - .../node_modules/get-value/package.json | 79 - .../node_modules/glob-parent/LICENSE | 15 - .../node_modules/glob-parent/README.md | 109 - .../node_modules/glob-parent/index.js | 24 - .../glob-parent/node_modules/is-glob/LICENSE | 21 - .../node_modules/is-glob/README.md | 142 - .../glob-parent/node_modules/is-glob/index.js | 25 - .../node_modules/is-glob/package.json | 80 - .../node_modules/glob-parent/package.json | 42 - .../node_modules/graceful-fs/LICENSE | 15 - .../node_modules/graceful-fs/README.md | 133 - .../node_modules/graceful-fs/clone.js | 19 - .../node_modules/graceful-fs/graceful-fs.js | 344 - .../graceful-fs/legacy-streams.js | 118 - .../node_modules/graceful-fs/package.json | 50 - .../node_modules/graceful-fs/polyfills.js | 342 - 2019-setembro/node_modules/has-flag/index.js | 8 - 2019-setembro/node_modules/has-flag/license | 9 - .../node_modules/has-flag/package.json | 44 - 2019-setembro/node_modules/has-flag/readme.md | 70 - .../node_modules/has-symbols/.eslintrc | 10 - .../node_modules/has-symbols/.npmignore | 37 - .../node_modules/has-symbols/.travis.yml | 113 - .../node_modules/has-symbols/CHANGELOG.md | 3 - .../node_modules/has-symbols/LICENSE | 21 - .../node_modules/has-symbols/README.md | 45 - .../node_modules/has-symbols/index.js | 13 - .../node_modules/has-symbols/package.json | 79 - .../node_modules/has-symbols/shams.js | 42 - .../node_modules/has-symbols/test/index.js | 22 - .../has-symbols/test/shams/core-js.js | 28 - .../test/shams/get-own-property-symbols.js | 28 - .../node_modules/has-symbols/test/tests.js | 54 - 2019-setembro/node_modules/has-value/LICENSE | 21 - .../node_modules/has-value/README.md | 149 - 2019-setembro/node_modules/has-value/index.js | 16 - .../node_modules/has-value/package.json | 83 - 2019-setembro/node_modules/has-values/LICENSE | 21 - .../node_modules/has-values/README.md | 129 - .../node_modules/has-values/index.js | 60 - .../has-values/node_modules/kind-of/LICENSE | 21 - .../has-values/node_modules/kind-of/README.md | 267 - .../has-values/node_modules/kind-of/index.js | 119 - .../node_modules/kind-of/package.json | 90 - .../node_modules/has-values/package.json | 82 - 2019-setembro/node_modules/has/LICENSE-MIT | 22 - 2019-setembro/node_modules/has/README.md | 18 - 2019-setembro/node_modules/has/package.json | 48 - 2019-setembro/node_modules/has/src/index.js | 5 - 2019-setembro/node_modules/has/test/index.js | 10 - .../node_modules/hosted-git-info/CHANGELOG.md | 104 - .../node_modules/hosted-git-info/LICENSE | 13 - .../node_modules/hosted-git-info/README.md | 133 - .../hosted-git-info/git-host-info.js | 79 - .../node_modules/hosted-git-info/git-host.js | 156 - .../node_modules/hosted-git-info/index.js | 124 - .../node_modules/hosted-git-info/package.json | 39 - 2019-setembro/node_modules/inherits/LICENSE | 16 - 2019-setembro/node_modules/inherits/README.md | 42 - .../node_modules/inherits/inherits.js | 9 - .../node_modules/inherits/inherits_browser.js | 27 - .../node_modules/inherits/package.json | 29 - .../is-accessor-descriptor/LICENSE | 21 - .../is-accessor-descriptor/README.md | 144 - .../is-accessor-descriptor/index.js | 69 - .../node_modules/kind-of/CHANGELOG.md | 157 - .../node_modules/kind-of/LICENSE | 21 - .../node_modules/kind-of/README.md | 365 - .../node_modules/kind-of/index.js | 129 - .../node_modules/kind-of/package.json | 88 - .../is-accessor-descriptor/package.json | 73 - .../node_modules/is-arrayish/.editorconfig | 18 - .../node_modules/is-arrayish/.istanbul.yml | 4 - .../node_modules/is-arrayish/.npmignore | 5 - .../node_modules/is-arrayish/.travis.yml | 17 - .../node_modules/is-arrayish/LICENSE | 21 - .../node_modules/is-arrayish/README.md | 16 - .../node_modules/is-arrayish/index.js | 10 - .../node_modules/is-arrayish/package.json | 34 - .../node_modules/is-binary-path/index.js | 12 - .../node_modules/is-binary-path/license | 21 - .../node_modules/is-binary-path/package.json | 39 - .../node_modules/is-binary-path/readme.md | 34 - 2019-setembro/node_modules/is-buffer/LICENSE | 21 - .../node_modules/is-buffer/README.md | 53 - 2019-setembro/node_modules/is-buffer/index.js | 21 - .../node_modules/is-buffer/package.json | 51 - .../node_modules/is-buffer/test/basic.js | 24 - .../node_modules/is-callable/.editorconfig | 20 - .../node_modules/is-callable/.eslintrc | 11 - .../node_modules/is-callable/.istanbul.yml | 47 - .../node_modules/is-callable/.jscs.json | 176 - .../node_modules/is-callable/.travis.yml | 225 - .../node_modules/is-callable/CHANGELOG.md | 56 - .../node_modules/is-callable/LICENSE | 22 - .../node_modules/is-callable/Makefile | 61 - .../node_modules/is-callable/README.md | 59 - .../node_modules/is-callable/index.js | 37 - .../node_modules/is-callable/package.json | 94 - .../node_modules/is-callable/test.js | 158 - .../node_modules/is-data-descriptor/LICENSE | 21 - .../node_modules/is-data-descriptor/README.md | 161 - .../node_modules/is-data-descriptor/index.js | 49 - .../node_modules/kind-of/CHANGELOG.md | 157 - .../node_modules/kind-of/LICENSE | 21 - .../node_modules/kind-of/README.md | 365 - .../node_modules/kind-of/index.js | 129 - .../node_modules/kind-of/package.json | 88 - .../is-data-descriptor/package.json | 72 - .../node_modules/is-date-object/.eslintrc | 9 - .../node_modules/is-date-object/.jscs.json | 122 - .../node_modules/is-date-object/.npmignore | 28 - .../node_modules/is-date-object/.travis.yml | 58 - .../node_modules/is-date-object/CHANGELOG.md | 10 - .../node_modules/is-date-object/LICENSE | 22 - .../node_modules/is-date-object/Makefile | 61 - .../node_modules/is-date-object/README.md | 53 - .../node_modules/is-date-object/index.js | 20 - .../node_modules/is-date-object/package.json | 63 - .../node_modules/is-date-object/test.js | 33 - .../node_modules/is-descriptor/LICENSE | 21 - .../node_modules/is-descriptor/README.md | 193 - .../node_modules/is-descriptor/index.js | 22 - .../node_modules/kind-of/CHANGELOG.md | 157 - .../node_modules/kind-of/LICENSE | 21 - .../node_modules/kind-of/README.md | 365 - .../node_modules/kind-of/index.js | 129 - .../node_modules/kind-of/package.json | 88 - .../node_modules/is-descriptor/package.json | 75 - .../node_modules/is-extendable/LICENSE | 21 - .../node_modules/is-extendable/README.md | 72 - .../node_modules/is-extendable/index.js | 13 - .../node_modules/is-extendable/package.json | 51 - 2019-setembro/node_modules/is-extglob/LICENSE | 21 - .../node_modules/is-extglob/README.md | 107 - .../node_modules/is-extglob/index.js | 20 - .../node_modules/is-extglob/package.json | 69 - 2019-setembro/node_modules/is-glob/LICENSE | 21 - 2019-setembro/node_modules/is-glob/README.md | 206 - 2019-setembro/node_modules/is-glob/index.js | 48 - .../node_modules/is-glob/package.json | 81 - .../node_modules/is-module/.npmignore | 1 - .../node_modules/is-module/README.md | 41 - .../node_modules/is-module/component.json | 11 - 2019-setembro/node_modules/is-module/index.js | 11 - .../node_modules/is-module/package.json | 20 - 2019-setembro/node_modules/is-number/LICENSE | 21 - .../node_modules/is-number/README.md | 115 - 2019-setembro/node_modules/is-number/index.js | 22 - .../node_modules/is-number/package.json | 83 - .../node_modules/is-plain-object/LICENSE | 21 - .../node_modules/is-plain-object/README.md | 104 - .../node_modules/is-plain-object/index.d.ts | 5 - .../node_modules/is-plain-object/index.js | 37 - .../node_modules/is-plain-object/package.json | 79 - .../node_modules/is-reference/CHANGELOG.md | 25 - .../node_modules/is-reference/README.md | 61 - .../is-reference/dist/is-reference.es.js | 27 - .../is-reference/dist/is-reference.js | 35 - .../is-reference/dist/types/index.d.ts | 2 - .../node_modules/is-reference/package.json | 47 - 2019-setembro/node_modules/is-regex/.eslintrc | 9 - .../node_modules/is-regex/.jscs.json | 176 - .../node_modules/is-regex/.npmignore | 15 - .../node_modules/is-regex/.travis.yml | 165 - .../node_modules/is-regex/CHANGELOG.md | 27 - 2019-setembro/node_modules/is-regex/LICENSE | 20 - 2019-setembro/node_modules/is-regex/Makefile | 61 - 2019-setembro/node_modules/is-regex/README.md | 54 - 2019-setembro/node_modules/is-regex/index.js | 39 - .../node_modules/is-regex/package.json | 74 - 2019-setembro/node_modules/is-regex/test.js | 58 - .../node_modules/is-symbol/.editorconfig | 13 - .../node_modules/is-symbol/.eslintrc | 9 - .../node_modules/is-symbol/.jscs.json | 176 - 2019-setembro/node_modules/is-symbol/.nvmrc | 1 - .../node_modules/is-symbol/.travis.yml | 241 - .../node_modules/is-symbol/CHANGELOG.md | 12 - 2019-setembro/node_modules/is-symbol/LICENSE | 22 - 2019-setembro/node_modules/is-symbol/Makefile | 61 - .../node_modules/is-symbol/README.md | 46 - 2019-setembro/node_modules/is-symbol/index.js | 35 - .../node_modules/is-symbol/package.json | 68 - .../node_modules/is-symbol/test/.eslintrc | 7 - .../node_modules/is-symbol/test/index.js | 92 - 2019-setembro/node_modules/is-windows/LICENSE | 21 - .../node_modules/is-windows/README.md | 95 - .../node_modules/is-windows/index.js | 27 - .../node_modules/is-windows/package.json | 71 - 2019-setembro/node_modules/isarray/.npmignore | 1 - .../node_modules/isarray/.travis.yml | 4 - 2019-setembro/node_modules/isarray/Makefile | 6 - 2019-setembro/node_modules/isarray/README.md | 60 - .../node_modules/isarray/component.json | 19 - 2019-setembro/node_modules/isarray/index.js | 5 - .../node_modules/isarray/package.json | 45 - 2019-setembro/node_modules/isarray/test.js | 20 - 2019-setembro/node_modules/isexe/.npmignore | 2 - 2019-setembro/node_modules/isexe/LICENSE | 15 - 2019-setembro/node_modules/isexe/README.md | 51 - 2019-setembro/node_modules/isexe/index.js | 57 - 2019-setembro/node_modules/isexe/mode.js | 41 - 2019-setembro/node_modules/isexe/package.json | 31 - .../node_modules/isexe/test/basic.js | 221 - 2019-setembro/node_modules/isexe/windows.js | 42 - 2019-setembro/node_modules/isobject/LICENSE | 21 - 2019-setembro/node_modules/isobject/README.md | 122 - .../node_modules/isobject/index.d.ts | 5 - 2019-setembro/node_modules/isobject/index.js | 12 - .../node_modules/isobject/package.json | 74 - .../node_modules/jest-worker/LICENSE | 21 - .../node_modules/jest-worker/README.md | 215 - .../node_modules/jest-worker/build/Farm.d.ts | 27 - .../jest-worker/build/Farm.d.ts.map | 1 - .../node_modules/jest-worker/build/Farm.js | 179 - .../jest-worker/build/WorkerPool.d.ts | 14 - .../jest-worker/build/WorkerPool.d.ts.map | 1 - .../jest-worker/build/WorkerPool.js | 49 - .../build/base/BaseWorkerPool.d.ts | 22 - .../build/base/BaseWorkerPool.d.ts.map | 1 - .../jest-worker/build/base/BaseWorkerPool.js | 134 - .../node_modules/jest-worker/build/index.d.ts | 46 - .../jest-worker/build/index.d.ts.map | 1 - .../node_modules/jest-worker/build/index.js | 184 - .../node_modules/jest-worker/build/types.d.ts | 98 - .../jest-worker/build/types.d.ts.map | 1 - .../node_modules/jest-worker/build/types.js | 43 - .../build/workers/ChildProcessWorker.d.ts | 47 - .../build/workers/ChildProcessWorker.d.ts.map | 1 - .../build/workers/ChildProcessWorker.js | 310 - .../build/workers/NodeThreadsWorker.d.ts | 29 - .../build/workers/NodeThreadsWorker.d.ts.map | 1 - .../build/workers/NodeThreadsWorker.js | 289 - .../build/workers/processChild.d.ts | 8 - .../build/workers/processChild.d.ts.map | 1 - .../jest-worker/build/workers/processChild.js | 166 - .../build/workers/threadChild.d.ts | 8 - .../build/workers/threadChild.d.ts.map | 1 - .../jest-worker/build/workers/threadChild.js | 176 - .../node_modules/supports-color/browser.js | 5 - .../node_modules/supports-color/index.js | 138 - .../node_modules/supports-color/license | 9 - .../node_modules/supports-color/package.json | 53 - .../node_modules/supports-color/readme.md | 85 - .../node_modules/jest-worker/package.json | 29 - .../node_modules/js-tokens/CHANGELOG.md | 151 - 2019-setembro/node_modules/js-tokens/LICENSE | 21 - .../node_modules/js-tokens/README.md | 240 - 2019-setembro/node_modules/js-tokens/index.js | 23 - .../node_modules/js-tokens/package.json | 30 - .../json-parse-better-errors/CHANGELOG.md | 46 - .../json-parse-better-errors/LICENSE.md | 7 - .../json-parse-better-errors/README.md | 46 - .../json-parse-better-errors/index.js | 38 - .../json-parse-better-errors/package.json | 45 - 2019-setembro/node_modules/kind-of/LICENSE | 21 - 2019-setembro/node_modules/kind-of/README.md | 261 - 2019-setembro/node_modules/kind-of/index.js | 116 - .../node_modules/kind-of/package.json | 90 - 2019-setembro/node_modules/kleur/index.js | 104 - 2019-setembro/node_modules/kleur/kleur.d.ts | 45 - 2019-setembro/node_modules/kleur/license | 21 - 2019-setembro/node_modules/kleur/package.json | 35 - 2019-setembro/node_modules/kleur/readme.md | 172 - .../livereload/.github/ISSUE_TEMPLATE | 28 - .../node_modules/livereload/.travis.yml | 7 - .../node_modules/livereload/Cakefile | 8 - 2019-setembro/node_modules/livereload/LICENSE | 20 - .../node_modules/livereload/README.md | 226 - .../node_modules/livereload/bin/livereload.js | 3 - .../livereload/examples/index.html | 16 - .../livereload/examples/server.js | 24 - .../node_modules/livereload/ext/livereload.js | 1952 -- .../livereload/lib/command.coffee | 102 - .../node_modules/livereload/lib/command.js | 109 - .../livereload/lib/livereload.coffee | 198 - .../node_modules/livereload/lib/livereload.js | 251 - .../node_modules/livereload/package.json | 43 - .../livereload/test/index.test.coffee | 237 - .../node_modules/livereload/test/mocha.opts | 4 - .../livereload/test/ssl/localhost.cert | 18 - .../livereload/test/ssl/localhost.key | 27 - .../node_modules/load-json-file/index.js | 11 - .../node_modules/load-json-file/license | 21 - .../node_modules/load-json-file/package.json | 43 - .../node_modules/load-json-file/readme.md | 45 - .../node_modules/local-access/index.js | 27 - .../node_modules/local-access/license | 9 - .../node_modules/local-access/package.json | 34 - .../node_modules/local-access/readme.md | 67 - .../node_modules/magic-string/CHANGELOG.md | 378 - .../node_modules/magic-string/LICENSE | 7 - .../node_modules/magic-string/README.md | 250 - .../magic-string/dist/magic-string.cjs.js | 1298 - .../magic-string/dist/magic-string.cjs.js.map | 1 - .../magic-string/dist/magic-string.es.js | 1294 - .../magic-string/dist/magic-string.es.js.map | 1 - .../magic-string/dist/magic-string.umd.js | 1354 - .../magic-string/dist/magic-string.umd.js.map | 1 - .../node_modules/magic-string/index.d.ts | 106 - .../node_modules/magic-string/package.json | 47 - 2019-setembro/node_modules/map-cache/LICENSE | 21 - .../node_modules/map-cache/README.md | 145 - 2019-setembro/node_modules/map-cache/index.js | 100 - .../node_modules/map-cache/package.json | 59 - 2019-setembro/node_modules/map-visit/LICENSE | 21 - .../node_modules/map-visit/README.md | 155 - 2019-setembro/node_modules/map-visit/index.js | 37 - .../node_modules/map-visit/package.json | 74 - .../node_modules/memorystream/.npmignore | 8 - .../node_modules/memorystream/Gruntfile.js | 23 - .../node_modules/memorystream/LICENSE | 19 - .../node_modules/memorystream/README.md | 93 - .../node_modules/memorystream/index.js | 209 - .../node_modules/memorystream/package.json | 39 - .../node_modules/memorystream/test/example.js | 18 - .../memorystream/test/memorystream.test.js | 333 - .../node_modules/merge-stream/LICENSE | 21 - .../node_modules/merge-stream/README.md | 78 - .../node_modules/merge-stream/index.js | 41 - .../node_modules/merge-stream/package.json | 19 - .../node_modules/micromatch/CHANGELOG.md | 37 - 2019-setembro/node_modules/micromatch/LICENSE | 21 - .../node_modules/micromatch/README.md | 1150 - .../node_modules/micromatch/index.js | 877 - .../node_modules/micromatch/lib/.DS_Store | Bin 6148 -> 0 bytes .../node_modules/micromatch/lib/cache.js | 1 - .../node_modules/micromatch/lib/compilers.js | 77 - .../node_modules/micromatch/lib/parsers.js | 83 - .../node_modules/micromatch/lib/utils.js | 309 - .../node_modules/define-property/CHANGELOG.md | 82 - .../node_modules/define-property/LICENSE | 21 - .../node_modules/define-property/README.md | 117 - .../node_modules/define-property/index.js | 38 - .../node_modules/define-property/package.json | 67 - .../node_modules/extend-shallow/LICENSE | 21 - .../node_modules/extend-shallow/README.md | 97 - .../node_modules/extend-shallow/index.js | 60 - .../node_modules/extend-shallow/package.json | 83 - .../node_modules/is-extendable/LICENSE | 21 - .../node_modules/is-extendable/README.md | 88 - .../node_modules/is-extendable/index.d.ts | 5 - .../node_modules/is-extendable/index.js | 14 - .../node_modules/is-extendable/package.json | 67 - .../node_modules/kind-of/CHANGELOG.md | 157 - .../micromatch/node_modules/kind-of/LICENSE | 21 - .../micromatch/node_modules/kind-of/README.md | 365 - .../micromatch/node_modules/kind-of/index.js | 129 - .../node_modules/kind-of/package.json | 88 - .../node_modules/micromatch/package.json | 147 - .../node_modules/mime/.eslintrc.json | 51 - .../mime/.github/ISSUE_TEMPLATE.md | 6 - .../mime/.github/PULL_REQUEST_TEMPLATE.md | 6 - 2019-setembro/node_modules/mime/.travis.yml | 5 - 2019-setembro/node_modules/mime/CHANGELOG.md | 262 - .../node_modules/mime/CONTRIBUTING.md | 5 - 2019-setembro/node_modules/mime/LICENSE | 21 - 2019-setembro/node_modules/mime/Mime.js | 95 - 2019-setembro/node_modules/mime/README.md | 193 - 2019-setembro/node_modules/mime/cli.js | 10 - 2019-setembro/node_modules/mime/index.js | 4 - 2019-setembro/node_modules/mime/lite.js | 4 - 2019-setembro/node_modules/mime/package.json | 45 - .../node_modules/mime/src/README_js.md | 184 - .../node_modules/mime/src/benchmark.js | 26 - 2019-setembro/node_modules/mime/src/build.js | 71 - 2019-setembro/node_modules/mime/src/test.js | 256 - .../node_modules/mime/types/other.js | 1 - .../node_modules/mime/types/standard.js | 1 - 2019-setembro/node_modules/minimatch/LICENSE | 15 - .../node_modules/minimatch/README.md | 209 - .../node_modules/minimatch/minimatch.js | 923 - .../node_modules/minimatch/package.json | 30 - 2019-setembro/node_modules/mixin-deep/LICENSE | 21 - .../node_modules/mixin-deep/README.md | 80 - .../node_modules/mixin-deep/index.js | 64 - .../node_modules/is-extendable/LICENSE | 21 - .../node_modules/is-extendable/README.md | 88 - .../node_modules/is-extendable/index.d.ts | 5 - .../node_modules/is-extendable/index.js | 14 - .../node_modules/is-extendable/package.json | 67 - .../node_modules/mixin-deep/package.json | 65 - 2019-setembro/node_modules/mri/lib/index.js | 111 - 2019-setembro/node_modules/mri/license.md | 21 - 2019-setembro/node_modules/mri/package.json | 37 - 2019-setembro/node_modules/mri/readme.md | 159 - 2019-setembro/node_modules/ms/index.js | 152 - 2019-setembro/node_modules/ms/license.md | 21 - 2019-setembro/node_modules/ms/package.json | 37 - 2019-setembro/node_modules/ms/readme.md | 51 - .../node_modules/nanomatch/CHANGELOG.md | 57 - 2019-setembro/node_modules/nanomatch/LICENSE | 21 - .../node_modules/nanomatch/README.md | 1148 - 2019-setembro/node_modules/nanomatch/index.js | 838 - .../node_modules/nanomatch/lib/cache.js | 1 - .../node_modules/nanomatch/lib/compilers.js | 339 - .../node_modules/nanomatch/lib/parsers.js | 386 - .../node_modules/nanomatch/lib/utils.js | 379 - .../node_modules/define-property/CHANGELOG.md | 82 - .../node_modules/define-property/LICENSE | 21 - .../node_modules/define-property/README.md | 117 - .../node_modules/define-property/index.js | 38 - .../node_modules/define-property/package.json | 67 - .../node_modules/extend-shallow/LICENSE | 21 - .../node_modules/extend-shallow/README.md | 97 - .../node_modules/extend-shallow/index.js | 60 - .../node_modules/extend-shallow/package.json | 83 - .../node_modules/is-extendable/LICENSE | 21 - .../node_modules/is-extendable/README.md | 88 - .../node_modules/is-extendable/index.d.ts | 5 - .../node_modules/is-extendable/index.js | 14 - .../node_modules/is-extendable/package.json | 67 - .../node_modules/kind-of/CHANGELOG.md | 157 - .../nanomatch/node_modules/kind-of/LICENSE | 21 - .../nanomatch/node_modules/kind-of/README.md | 365 - .../nanomatch/node_modules/kind-of/index.js | 129 - .../node_modules/kind-of/package.json | 88 - .../node_modules/nanomatch/package.json | 134 - .../node_modules/nice-try/CHANGELOG.md | 21 - 2019-setembro/node_modules/nice-try/LICENSE | 21 - 2019-setembro/node_modules/nice-try/README.md | 32 - .../node_modules/nice-try/package.json | 33 - .../node_modules/nice-try/src/index.js | 12 - .../normalize-package-data/AUTHORS | 4 - .../normalize-package-data/LICENSE | 30 - .../normalize-package-data/README.md | 106 - .../lib/extract_description.js | 14 - .../normalize-package-data/lib/fixer.js | 418 - .../lib/make_warning.js | 23 - .../normalize-package-data/lib/normalize.js | 39 - .../normalize-package-data/lib/safe_format.js | 9 - .../normalize-package-data/lib/typos.json | 25 - .../lib/warning_messages.json | 30 - .../node_modules/.bin/semver | 1 - .../normalize-package-data/package.json | 31 - .../node_modules/normalize-path/LICENSE | 21 - .../node_modules/normalize-path/README.md | 127 - .../node_modules/normalize-path/index.js | 35 - .../node_modules/normalize-path/package.json | 77 - .../node_modules/npm-run-all/LICENSE | 22 - .../node_modules/npm-run-all/README.md | 91 - .../npm-run-all/bin/common/bootstrap.js | 51 - .../npm-run-all/bin/common/parse-cli-args.js | 251 - .../npm-run-all/bin/common/version.js | 25 - .../npm-run-all/bin/npm-run-all/help.js | 71 - .../npm-run-all/bin/npm-run-all/index.js | 13 - .../npm-run-all/bin/npm-run-all/main.js | 77 - .../npm-run-all/bin/run-p/help.js | 66 - .../npm-run-all/bin/run-p/index.js | 13 - .../npm-run-all/bin/run-p/main.js | 74 - .../npm-run-all/bin/run-s/help.js | 60 - .../npm-run-all/bin/run-s/index.js | 13 - .../npm-run-all/bin/run-s/main.js | 71 - .../node_modules/npm-run-all/docs/node-api.md | 117 - .../npm-run-all/docs/npm-run-all.md | 192 - .../node_modules/npm-run-all/docs/run-p.md | 156 - .../node_modules/npm-run-all/docs/run-s.md | 147 - .../npm-run-all/lib/create-header.js | 48 - .../lib/create-prefix-transform-stream.js | 89 - .../node_modules/npm-run-all/lib/index.js | 287 - .../npm-run-all/lib/match-tasks.js | 128 - .../npm-run-all/lib/npm-run-all-error.js | 47 - .../npm-run-all/lib/read-package-json.js | 31 - .../node_modules/npm-run-all/lib/run-task.js | 206 - .../node_modules/npm-run-all/lib/run-tasks.js | 177 - .../npm-run-all/lib/spawn-posix.js | 64 - .../npm-run-all/lib/spawn-win32.js | 50 - .../node_modules/npm-run-all/lib/spawn.js | 20 - .../npm-run-all/node_modules/.bin/pidtree | 1 - .../node_modules/npm-run-all/package.json | 78 - .../node_modules/object-copy/LICENSE | 21 - .../node_modules/object-copy/index.js | 174 - .../node_modules/object-copy/package.json | 47 - .../node_modules/object-inspect/.nycrc | 17 - .../node_modules/object-inspect/.travis.yml | 216 - .../node_modules/object-inspect/LICENSE | 18 - .../object-inspect/example/all.js | 19 - .../object-inspect/example/circular.js | 4 - .../node_modules/object-inspect/example/fn.js | 3 - .../object-inspect/example/inspect.js | 7 - .../node_modules/object-inspect/index.js | 257 - .../node_modules/object-inspect/package.json | 56 - .../object-inspect/readme.markdown | 61 - .../object-inspect/test-core-js.js | 16 - .../object-inspect/test/bigint.js | 30 - .../object-inspect/test/browser/dom.js | 15 - .../object-inspect/test/circular.js | 9 - .../node_modules/object-inspect/test/deep.js | 9 - .../object-inspect/test/element.js | 53 - .../node_modules/object-inspect/test/err.js | 29 - .../node_modules/object-inspect/test/fn.js | 28 - .../node_modules/object-inspect/test/has.js | 31 - .../node_modules/object-inspect/test/holes.js | 15 - .../object-inspect/test/inspect.js | 8 - .../object-inspect/test/lowbyte.js | 12 - .../object-inspect/test/number.js | 12 - .../object-inspect/test/quoteStyle.js | 17 - .../node_modules/object-inspect/test/undef.js | 12 - .../object-inspect/test/values.js | 136 - .../object-inspect/util.inspect.js | 1 - .../node_modules/object-keys/.editorconfig | 13 - .../node_modules/object-keys/.eslintrc | 17 - .../node_modules/object-keys/.travis.yml | 277 - .../node_modules/object-keys/CHANGELOG.md | 232 - .../node_modules/object-keys/LICENSE | 21 - .../node_modules/object-keys/README.md | 76 - .../object-keys/implementation.js | 122 - .../node_modules/object-keys/index.js | 32 - .../node_modules/object-keys/isArguments.js | 17 - .../node_modules/object-keys/package.json | 88 - .../node_modules/object-keys/test/index.js | 5 - .../node_modules/object-visit/LICENSE | 21 - .../node_modules/object-visit/README.md | 83 - .../node_modules/object-visit/index.js | 33 - .../node_modules/object-visit/package.json | 65 - .../node_modules/object.pick/LICENSE | 21 - .../node_modules/object.pick/README.md | 76 - .../node_modules/object.pick/index.js | 35 - .../node_modules/object.pick/package.json | 60 - 2019-setembro/node_modules/options/.npmignore | 7 - 2019-setembro/node_modules/options/Makefile | 12 - 2019-setembro/node_modules/options/README.md | 69 - .../node_modules/options/lib/options.js | 86 - .../node_modules/options/package.json | 21 - 2019-setembro/node_modules/opts/.npmignore | 2 - 2019-setembro/node_modules/opts/README.md | 281 - .../node_modules/opts/examples/example1.js | 38 - .../node_modules/opts/examples/example2.js | 70 - .../node_modules/opts/examples/example3.js | 24 - .../node_modules/opts/examples/example4.js | 58 - 2019-setembro/node_modules/opts/package.json | 8 - 2019-setembro/node_modules/opts/src/opts.js | 273 - .../node_modules/parse-json/index.js | 33 - 2019-setembro/node_modules/parse-json/license | 9 - .../node_modules/parse-json/package.json | 43 - .../node_modules/parse-json/readme.md | 83 - 2019-setembro/node_modules/pascalcase/LICENSE | 21 - .../node_modules/pascalcase/README.md | 80 - .../node_modules/pascalcase/index.js | 21 - .../node_modules/pascalcase/package.json | 46 - .../node_modules/path-dirname/index.js | 143 - .../node_modules/path-dirname/license | 22 - .../node_modules/path-dirname/package.json | 29 - .../node_modules/path-dirname/readme.md | 53 - .../node_modules/path-is-absolute/index.js | 20 - .../node_modules/path-is-absolute/license | 21 - .../path-is-absolute/package.json | 43 - .../node_modules/path-is-absolute/readme.md | 59 - 2019-setembro/node_modules/path-key/index.js | 13 - 2019-setembro/node_modules/path-key/license | 21 - .../node_modules/path-key/package.json | 39 - 2019-setembro/node_modules/path-key/readme.md | 51 - .../node_modules/path-parse/.travis.yml | 9 - 2019-setembro/node_modules/path-parse/LICENSE | 21 - .../node_modules/path-parse/README.md | 42 - .../node_modules/path-parse/index.js | 93 - .../node_modules/path-parse/package.json | 33 - 2019-setembro/node_modules/path-parse/test.js | 77 - 2019-setembro/node_modules/path-type/index.js | 42 - 2019-setembro/node_modules/path-type/license | 9 - .../node_modules/path-type/package.json | 45 - .../node_modules/path-type/readme.md | 42 - 2019-setembro/node_modules/pidtree/README.md | 189 - .../node_modules/pidtree/bin/pidtree.js | 114 - 2019-setembro/node_modules/pidtree/index.js | 38 - 2019-setembro/node_modules/pidtree/lib/bin.js | 48 - 2019-setembro/node_modules/pidtree/lib/get.js | 39 - .../node_modules/pidtree/lib/pidtree.js | 99 - 2019-setembro/node_modules/pidtree/lib/ps.js | 46 - .../node_modules/pidtree/lib/wmic.js | 47 - 2019-setembro/node_modules/pidtree/license | 21 - .../node_modules/pidtree/package.json | 83 - 2019-setembro/node_modules/pify/index.js | 84 - 2019-setembro/node_modules/pify/license | 9 - 2019-setembro/node_modules/pify/package.json | 51 - 2019-setembro/node_modules/pify/readme.md | 131 - .../posix-character-classes/LICENSE | 21 - .../posix-character-classes/README.md | 103 - .../posix-character-classes/index.js | 22 - .../posix-character-classes/package.json | 54 - .../process-nextick-args/index.js | 45 - .../process-nextick-args/license.md | 19 - .../process-nextick-args/package.json | 25 - .../process-nextick-args/readme.md | 18 - 2019-setembro/node_modules/read-pkg/index.js | 47 - 2019-setembro/node_modules/read-pkg/license | 9 - .../node_modules/read-pkg/package.json | 42 - 2019-setembro/node_modules/read-pkg/readme.md | 79 - .../node_modules/readable-stream/.travis.yml | 55 - .../readable-stream/CONTRIBUTING.md | 38 - .../readable-stream/GOVERNANCE.md | 136 - .../node_modules/readable-stream/LICENSE | 47 - .../node_modules/readable-stream/README.md | 58 - .../doc/wg-meetings/2015-01-30.md | 60 - .../readable-stream/duplex-browser.js | 1 - .../node_modules/readable-stream/duplex.js | 1 - .../readable-stream/lib/_stream_duplex.js | 131 - .../lib/_stream_passthrough.js | 47 - .../readable-stream/lib/_stream_readable.js | 1019 - .../readable-stream/lib/_stream_transform.js | 214 - .../readable-stream/lib/_stream_writable.js | 687 - .../lib/internal/streams/BufferList.js | 79 - .../lib/internal/streams/destroy.js | 74 - .../lib/internal/streams/stream-browser.js | 1 - .../lib/internal/streams/stream.js | 1 - .../node_modules/readable-stream/package.json | 52 - .../readable-stream/passthrough.js | 1 - .../readable-stream/readable-browser.js | 7 - .../node_modules/readable-stream/readable.js | 19 - .../node_modules/readable-stream/transform.js | 1 - .../readable-stream/writable-browser.js | 1 - .../node_modules/readable-stream/writable.js | 8 - 2019-setembro/node_modules/readdirp/LICENSE | 20 - 2019-setembro/node_modules/readdirp/README.md | 204 - .../node_modules/readdirp/package.json | 50 - .../node_modules/readdirp/readdirp.js | 294 - .../node_modules/readdirp/stream-api.js | 98 - 2019-setembro/node_modules/regex-not/LICENSE | 21 - .../node_modules/regex-not/README.md | 133 - 2019-setembro/node_modules/regex-not/index.js | 72 - .../node_modules/extend-shallow/LICENSE | 21 - .../node_modules/extend-shallow/README.md | 97 - .../node_modules/extend-shallow/index.js | 60 - .../node_modules/extend-shallow/package.json | 83 - .../node_modules/is-extendable/LICENSE | 21 - .../node_modules/is-extendable/README.md | 88 - .../node_modules/is-extendable/index.d.ts | 5 - .../node_modules/is-extendable/index.js | 14 - .../node_modules/is-extendable/package.json | 67 - .../node_modules/regex-not/package.json | 63 - .../remove-trailing-separator/history.md | 17 - .../remove-trailing-separator/index.js | 17 - .../remove-trailing-separator/license | 3 - .../remove-trailing-separator/package.json | 37 - .../remove-trailing-separator/readme.md | 51 - .../node_modules/repeat-element/LICENSE | 21 - .../node_modules/repeat-element/README.md | 99 - .../node_modules/repeat-element/index.js | 18 - .../node_modules/repeat-element/package.json | 49 - .../node_modules/repeat-string/LICENSE | 21 - .../node_modules/repeat-string/README.md | 136 - .../node_modules/repeat-string/index.js | 70 - .../node_modules/repeat-string/package.json | 77 - .../node_modules/require-relative/README.md | 26 - .../node_modules/require-relative/index.js | 33 - .../require-relative/package.json | 22 - .../node_modules/resolve-url/.jshintrc | 44 - .../node_modules/resolve-url/LICENSE | 21 - .../node_modules/resolve-url/bower.json | 15 - .../node_modules/resolve-url/changelog.md | 15 - .../node_modules/resolve-url/component.json | 15 - .../node_modules/resolve-url/package.json | 34 - .../node_modules/resolve-url/readme.md | 83 - .../node_modules/resolve-url/resolve-url.js | 47 - .../resolve-url/test/resolve-url.js | 70 - .../node_modules/resolve/.editorconfig | 20 - .../node_modules/resolve/.eslintignore | 1 - 2019-setembro/node_modules/resolve/.eslintrc | 39 - .../node_modules/resolve/.travis.yml | 308 - 2019-setembro/node_modules/resolve/LICENSE | 21 - .../node_modules/resolve/appveyor.yml | 53 - .../node_modules/resolve/example/async.js | 5 - .../node_modules/resolve/example/sync.js | 3 - 2019-setembro/node_modules/resolve/index.js | 8 - .../node_modules/resolve/lib/async.js | 271 - .../node_modules/resolve/lib/caller.js | 8 - .../node_modules/resolve/lib/core.js | 53 - .../node_modules/resolve/lib/core.json | 74 - .../resolve/lib/node-modules-paths.js | 42 - .../resolve/lib/normalize-options.js | 10 - .../node_modules/resolve/lib/sync.js | 172 - .../node_modules/resolve/package.json | 43 - .../node_modules/resolve/readme.markdown | 201 - .../node_modules/resolve/test/.eslintrc | 5 - .../node_modules/resolve/test/core.js | 82 - .../node_modules/resolve/test/dotdot.js | 29 - .../resolve/test/dotdot/abc/index.js | 2 - .../node_modules/resolve/test/dotdot/index.js | 1 - .../resolve/test/faulty_basedir.js | 29 - .../node_modules/resolve/test/filter.js | 34 - .../node_modules/resolve/test/filter_sync.js | 26 - .../node_modules/resolve/test/mock.js | 169 - .../node_modules/resolve/test/mock_sync.js | 80 - .../node_modules/resolve/test/module_dir.js | 56 - .../test/module_dir/xmodules/aaa/index.js | 1 - .../test/module_dir/ymodules/aaa/index.js | 1 - .../test/module_dir/zmodules/bbb/main.js | 1 - .../test/module_dir/zmodules/bbb/package.json | 3 - .../resolve/test/node-modules-paths.js | 143 - .../node_modules/resolve/test/node_path.js | 70 - .../resolve/test/node_path/x/aaa/index.js | 1 - .../resolve/test/node_path/x/ccc/index.js | 1 - .../resolve/test/node_path/y/bbb/index.js | 1 - .../resolve/test/node_path/y/ccc/index.js | 1 - .../node_modules/resolve/test/nonstring.js | 9 - .../node_modules/resolve/test/pathfilter.js | 75 - .../resolve/test/pathfilter/deep_ref/main.js | 0 .../node_modules/resolve/test/precedence.js | 23 - .../resolve/test/precedence/aaa.js | 1 - .../resolve/test/precedence/aaa/index.js | 1 - .../resolve/test/precedence/aaa/main.js | 1 - .../resolve/test/precedence/bbb.js | 1 - .../resolve/test/precedence/bbb/main.js | 1 - .../node_modules/resolve/test/resolver.js | 418 - .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 3 - .../resolve/test/resolver/baz/quux.js | 1 - .../resolve/test/resolver/browser_field/a.js | 0 .../resolve/test/resolver/browser_field/b.js | 0 .../test/resolver/browser_field/package.json | 5 - .../resolve/test/resolver/cup.coffee | 1 - .../resolve/test/resolver/dot_main/index.js | 1 - .../test/resolver/dot_main/package.json | 3 - .../test/resolver/dot_slash_main/index.js | 1 - .../test/resolver/dot_slash_main/package.json | 3 - .../node_modules/resolve/test/resolver/foo.js | 1 - .../test/resolver/incorrect_main/index.js | 2 - .../test/resolver/incorrect_main/package.json | 3 - .../test/resolver/invalid_main/package.json | 7 - .../resolve/test/resolver/mug.coffee | 0 .../node_modules/resolve/test/resolver/mug.js | 0 .../test/resolver/multirepo/lerna.json | 6 - .../test/resolver/multirepo/package.json | 20 - .../multirepo/packages/package-a/index.js | 35 - .../multirepo/packages/package-a/package.json | 14 - .../multirepo/packages/package-b/index.js | 0 .../multirepo/packages/package-b/package.json | 14 - .../resolver/nested_symlinks/mylib/async.js | 26 - .../nested_symlinks/mylib/package.json | 15 - .../resolver/nested_symlinks/mylib/sync.js | 12 - .../test/resolver/other_path/lib/other-lib.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../resolve/test/resolver/quux/foo/index.js | 1 - .../resolve/test/resolver/same_names/foo.js | 1 - .../test/resolver/same_names/foo/index.js | 1 - .../resolver/symlinked/_/node_modules/foo.js | 0 .../symlinked/_/symlink_target/.gitkeep | 0 .../test/resolver/symlinked/package/bar.js | 1 - .../resolver/symlinked/package/package.json | 3 - .../test/resolver/without_basedir/main.js | 5 - .../resolve/test/resolver_sync.js | 329 - .../resolve/test/shadowed_core.js | 38 - .../shadowed_core/node_modules/util/index.js | 0 .../node_modules/resolve/test/subdirs.js | 13 - .../node_modules/resolve/test/symlinks.js | 84 - 2019-setembro/node_modules/ret/LICENSE | 19 - 2019-setembro/node_modules/ret/README.md | 183 - 2019-setembro/node_modules/ret/lib/index.js | 282 - .../node_modules/ret/lib/positions.js | 17 - 2019-setembro/node_modules/ret/lib/sets.js | 82 - 2019-setembro/node_modules/ret/lib/types.js | 10 - 2019-setembro/node_modules/ret/lib/util.js | 111 - 2019-setembro/node_modules/ret/package.json | 35 - .../rollup-plugin-commonjs/CHANGELOG.md | 307 - .../rollup-plugin-commonjs/LICENSE | 21 - .../rollup-plugin-commonjs/README.md | 127 - .../dist/rollup-plugin-commonjs.cjs.js | 856 - .../dist/rollup-plugin-commonjs.cjs.js.map | 1 - .../dist/rollup-plugin-commonjs.es.js | 852 - .../dist/rollup-plugin-commonjs.es.js.map | 1 - .../rollup-plugin-commonjs/index.d.ts | 50 - .../node_modules/.bin/rollup | 1 - .../rollup-plugin-commonjs/package.json | 63 - .../rollup-plugin-commonjs/src/ast-utils.js | 58 - .../rollup-plugin-commonjs/src/helpers.js | 30 - .../rollup-plugin-commonjs/src/index.js | 176 - .../rollup-plugin-commonjs/src/is-cjs.js | 29 - .../rollup-plugin-commonjs/src/resolve-id.js | 71 - .../rollup-plugin-commonjs/src/transform.js | 497 - .../rollup-plugin-commonjs/src/utils.js | 24 - .../rollup-plugin-livereload/CHANGELOG.md | 16 - .../rollup-plugin-livereload/LICENSE.md | 21 - .../rollup-plugin-livereload/README.md | 98 - .../dist/index.cjs.js | 58 - .../rollup-plugin-livereload/dist/index.es.js | 56 - .../node_modules/.bin/livereload | 1 - .../node_modules/.bin/rollup | 1 - .../rollup-plugin-livereload/package.json | 43 - .../rollup-plugin-node-resolve/CHANGELOG.md | 195 - .../rollup-plugin-node-resolve/README.md | 135 - .../dist/rollup-plugin-node-resolve.cjs.js | 425 - .../dist/rollup-plugin-node-resolve.es.js | 421 - .../rollup-plugin-node-resolve/index.d.ts | 100 - .../node_modules/.bin/rollup | 1 - .../rollup-plugin-node-resolve/package.json | 60 - .../rollup-plugin-node-resolve/src/index.js | 358 - .../rollup-plugin-svelte/CHANGELOG.md | 164 - .../node_modules/rollup-plugin-svelte/LICENSE | 7 - .../rollup-plugin-svelte/README.md | 115 - .../rollup-plugin-svelte/index.js | 337 - .../node_modules/.bin/rollup | 1 - .../rollup-plugin-svelte/package.json | 45 - .../node_modules/rollup-plugin-terser/LICENSE | 20 - .../rollup-plugin-terser/README.md | 81 - .../rollup-plugin-terser/index.js | 63 - .../node_modules/.bin/rollup | 1 - .../node_modules/.bin/terser | 1 - .../rollup-plugin-terser/package.json | 48 - .../rollup-plugin-terser/transform.js | 13 - .../rollup-pluginutils/CHANGELOG.md | 121 - .../node_modules/rollup-pluginutils/README.md | 169 - .../dist/pluginutils.cjs.js | 3292 --- .../rollup-pluginutils/dist/pluginutils.d.ts | 39 - .../rollup-pluginutils/dist/pluginutils.es.js | 3280 --- .../rollup-pluginutils/package.json | 57 - .../rollup-pluginutils/src/addExtension.ts | 9 - .../rollup-pluginutils/src/attachScopes.ts | 125 - .../rollup-pluginutils/src/createFilter.ts | 52 - .../rollup-pluginutils/src/dataToEsm.ts | 92 - .../src/extractAssignedNames.ts | 46 - .../rollup-pluginutils/src/index.ts | 6 - .../src/makeLegalIdentifier.ts | 21 - .../rollup-pluginutils/src/pluginutils.d.ts | 39 - .../src/utils/ensureArray.ts | 5 - .../node_modules/rollup/CHANGELOG.md | 2625 -- 2019-setembro/node_modules/rollup/LICENSE.md | 580 - 2019-setembro/node_modules/rollup/README.md | 138 - .../node_modules/rollup/dist/bin/rollup | 1365 - .../rollup/dist/rollup.browser.es.js | 11 - .../rollup/dist/rollup.browser.js | 11 - .../node_modules/rollup/dist/rollup.d.ts | 599 - .../node_modules/rollup/dist/rollup.es.js | 21183 -------------- .../node_modules/rollup/dist/rollup.js | 20948 -------------- .../node_modules/rollup/dist/shared/index.js | 271 - .../rollup/node_modules/.bin/acorn | 1 - .../node_modules/rollup/package.json | 138 - 2019-setembro/node_modules/sade/lib/index.js | 183 - 2019-setembro/node_modules/sade/lib/utils.js | 89 - 2019-setembro/node_modules/sade/license | 21 - 2019-setembro/node_modules/sade/package.json | 38 - 2019-setembro/node_modules/sade/readme.md | 555 - .../node_modules/safe-buffer/LICENSE | 21 - .../node_modules/safe-buffer/README.md | 584 - .../node_modules/safe-buffer/index.d.ts | 187 - .../node_modules/safe-buffer/index.js | 62 - .../node_modules/safe-buffer/package.json | 37 - .../node_modules/safe-regex/.travis.yml | 4 - 2019-setembro/node_modules/safe-regex/LICENSE | 18 - .../node_modules/safe-regex/example/safe.js | 3 - .../node_modules/safe-regex/index.js | 43 - .../node_modules/safe-regex/package.json | 43 - .../node_modules/safe-regex/readme.markdown | 65 - .../node_modules/safe-regex/test/regex.js | 50 - .../node_modules/semver/CHANGELOG.md | 39 - 2019-setembro/node_modules/semver/LICENSE | 15 - 2019-setembro/node_modules/semver/README.md | 412 - 2019-setembro/node_modules/semver/bin/semver | 160 - .../node_modules/semver/package.json | 28 - 2019-setembro/node_modules/semver/range.bnf | 16 - 2019-setembro/node_modules/semver/semver.js | 1483 - .../node_modules/serialize-javascript/LICENSE | 27 - .../serialize-javascript/README.md | 134 - .../serialize-javascript/index.js | 173 - .../serialize-javascript/package.json | 33 - 2019-setembro/node_modules/set-value/LICENSE | 21 - .../node_modules/set-value/README.md | 150 - 2019-setembro/node_modules/set-value/index.js | 55 - .../node_modules/set-value/package.json | 79 - .../node_modules/shebang-command/index.js | 19 - .../node_modules/shebang-command/license | 21 - .../node_modules/shebang-command/package.json | 39 - .../node_modules/shebang-command/readme.md | 39 - .../node_modules/shebang-regex/index.js | 2 - .../node_modules/shebang-regex/license | 21 - .../node_modules/shebang-regex/package.json | 32 - .../node_modules/shebang-regex/readme.md | 29 - .../node_modules/shell-quote/.travis.yml | 27 - .../node_modules/shell-quote/CHANGELOG.md | 21 - .../node_modules/shell-quote/LICENSE | 24 - .../node_modules/shell-quote/example/env.js | 3 - .../node_modules/shell-quote/example/op.js | 3 - .../node_modules/shell-quote/example/parse.js | 3 - .../node_modules/shell-quote/example/quote.js | 3 - .../node_modules/shell-quote/index.js | 199 - .../node_modules/shell-quote/package.json | 30 - .../node_modules/shell-quote/readme.markdown | 138 - .../node_modules/shell-quote/test/comment.js | 14 - .../node_modules/shell-quote/test/env.js | 41 - .../node_modules/shell-quote/test/env_fn.js | 19 - .../node_modules/shell-quote/test/op.js | 78 - .../node_modules/shell-quote/test/parse.js | 23 - .../node_modules/shell-quote/test/quote.js | 42 - .../node_modules/shell-quote/test/set.js | 29 - 2019-setembro/node_modules/sirv-cli/boot.js | 78 - 2019-setembro/node_modules/sirv-cli/index.js | 26 - .../node_modules/sirv-cli/package.json | 30 - 2019-setembro/node_modules/sirv-cli/readme.md | 94 - 2019-setembro/node_modules/sirv/index.js | 125 - .../node_modules/sirv/node_modules/.bin/mime | 1 - 2019-setembro/node_modules/sirv/package.json | 22 - 2019-setembro/node_modules/sirv/readme.md | 122 - .../node_modules/snapdragon-node/LICENSE | 21 - .../node_modules/snapdragon-node/README.md | 453 - .../node_modules/snapdragon-node/index.js | 492 - .../node_modules/define-property/LICENSE | 21 - .../node_modules/define-property/README.md | 95 - .../node_modules/define-property/index.js | 31 - .../node_modules/define-property/package.json | 62 - .../node_modules/snapdragon-node/package.json | 76 - .../node_modules/snapdragon-util/LICENSE | 21 - .../node_modules/snapdragon-util/README.md | 807 - .../node_modules/snapdragon-util/index.js | 1019 - .../node_modules/snapdragon-util/package.json | 65 - 2019-setembro/node_modules/snapdragon/LICENSE | 21 - .../node_modules/snapdragon/README.md | 321 - .../node_modules/snapdragon/index.js | 174 - .../node_modules/snapdragon/lib/compiler.js | 177 - .../node_modules/snapdragon/lib/parser.js | 533 - .../node_modules/snapdragon/lib/position.js | 14 - .../snapdragon/lib/source-maps.js | 145 - .../node_modules/snapdragon/lib/utils.js | 48 - .../node_modules/source-map/CHANGELOG.md | 301 - .../node_modules/source-map/LICENSE | 28 - .../node_modules/source-map/README.md | 729 - .../source-map/dist/source-map.debug.js | 3091 -- .../source-map/dist/source-map.js | 3090 -- .../source-map/dist/source-map.min.js | 2 - .../source-map/dist/source-map.min.js.map | 1 - .../node_modules/source-map/lib/array-set.js | 121 - .../node_modules/source-map/lib/base64-vlq.js | 140 - .../node_modules/source-map/lib/base64.js | 67 - .../source-map/lib/binary-search.js | 111 - .../source-map/lib/mapping-list.js | 79 - .../node_modules/source-map/lib/quick-sort.js | 114 - .../source-map/lib/source-map-consumer.js | 1082 - .../source-map/lib/source-map-generator.js | 416 - .../source-map/lib/source-node.js | 413 - .../node_modules/source-map/lib/util.js | 417 - .../node_modules/source-map/package.json | 72 - .../node_modules/source-map/source-map.js | 8 - .../node_modules/snapdragon/package.json | 79 - .../node_modules/source-map-resolve/.jshintrc | 46 - .../source-map-resolve/.travis.yml | 3 - .../node_modules/source-map-resolve/LICENSE | 21 - .../source-map-resolve/bower.json | 30 - .../source-map-resolve/changelog.md | 100 - .../source-map-resolve/component.json | 29 - .../generate-source-map-resolve.js | 28 - .../lib/decode-uri-component.js | 11 - .../source-map-resolve/lib/resolve-url.js | 12 - .../lib/source-map-resolve-node.js | 302 - .../source-map-resolve/node_modules/.bin/atob | 1 - .../source-map-resolve/package.json | 43 - .../node_modules/source-map-resolve/readme.md | 231 - .../source-map-resolve/source-map-resolve.js | 309 - .../source-map-resolve.js.template | 22 - .../source-map-resolve/test/common.js | 27 - .../source-map-resolve/test/read.js | 105 - .../test/source-map-resolve.js | 1162 - .../source-map-resolve/test/windows.js | 166 - .../source-map-resolve/x-package.json5 | 68 - .../source-map-support/LICENSE.md | 21 - .../node_modules/source-map-support/README.md | 284 - .../browser-source-map-support.js | 113 - .../source-map-support/package.json | 31 - .../source-map-support/register.js | 1 - .../source-map-support/source-map-support.js | 567 - .../node_modules/source-map-url/.jshintrc | 43 - .../node_modules/source-map-url/LICENSE | 21 - .../node_modules/source-map-url/bower.json | 20 - .../node_modules/source-map-url/changelog.md | 52 - .../source-map-url/component.json | 18 - .../node_modules/source-map-url/package.json | 39 - .../node_modules/source-map-url/readme.md | 97 - .../source-map-url/source-map-url.js | 57 - .../source-map-url/test/source-map-url.js | 402 - .../source-map-url/x-package.json5 | 55 - .../node_modules/source-map/CHANGELOG.md | 301 - 2019-setembro/node_modules/source-map/LICENSE | 28 - .../node_modules/source-map/README.md | 742 - .../source-map/dist/source-map.debug.js | 3234 --- .../source-map/dist/source-map.js | 3233 --- .../source-map/dist/source-map.min.js | 2 - .../source-map/dist/source-map.min.js.map | 1 - .../node_modules/source-map/lib/array-set.js | 121 - .../node_modules/source-map/lib/base64-vlq.js | 140 - .../node_modules/source-map/lib/base64.js | 67 - .../source-map/lib/binary-search.js | 111 - .../source-map/lib/mapping-list.js | 79 - .../node_modules/source-map/lib/quick-sort.js | 114 - .../source-map/lib/source-map-consumer.js | 1145 - .../source-map/lib/source-map-generator.js | 425 - .../source-map/lib/source-node.js | 413 - .../node_modules/source-map/lib/util.js | 488 - .../node_modules/source-map/package.json | 73 - .../node_modules/source-map/source-map.d.ts | 98 - .../node_modules/source-map/source-map.js | 8 - .../node_modules/sourcemap-codec/CHANGELOG.md | 56 - .../node_modules/sourcemap-codec/LICENSE | 21 - .../node_modules/sourcemap-codec/README.md | 63 - .../dist/sourcemap-codec.es.js | 133 - .../dist/sourcemap-codec.umd.js | 144 - .../dist/types/sourcemap-codec.d.ts | 5 - .../node_modules/sourcemap-codec/package.json | 52 - .../node_modules/spdx-correct/LICENSE | 202 - .../node_modules/spdx-correct/README.md | 14 - .../node_modules/spdx-correct/index.js | 343 - .../node_modules/spdx-correct/package.json | 39 - .../node_modules/spdx-exceptions/README.md | 36 - .../node_modules/spdx-exceptions/index.json | 34 - .../node_modules/spdx-exceptions/package.json | 11 - .../node_modules/spdx-exceptions/test.log | 8 - .../spdx-expression-parse/AUTHORS | 4 - .../spdx-expression-parse/LICENSE | 22 - .../spdx-expression-parse/README.md | 91 - .../spdx-expression-parse/index.js | 8 - .../spdx-expression-parse/package.json | 40 - .../spdx-expression-parse/parse.js | 138 - .../spdx-expression-parse/scan.js | 131 - .../node_modules/spdx-license-ids/README.md | 52 - .../spdx-license-ids/deprecated.json | 24 - .../node_modules/spdx-license-ids/index.json | 370 - .../spdx-license-ids/package.json | 39 - .../node_modules/split-string/LICENSE | 21 - .../node_modules/split-string/README.md | 321 - .../node_modules/split-string/index.js | 171 - .../node_modules/extend-shallow/LICENSE | 21 - .../node_modules/extend-shallow/README.md | 97 - .../node_modules/extend-shallow/index.js | 60 - .../node_modules/extend-shallow/package.json | 83 - .../node_modules/is-extendable/LICENSE | 21 - .../node_modules/is-extendable/README.md | 88 - .../node_modules/is-extendable/index.d.ts | 5 - .../node_modules/is-extendable/index.js | 14 - .../node_modules/is-extendable/package.json | 67 - .../node_modules/split-string/package.json | 65 - .../node_modules/static-extend/LICENSE | 21 - .../node_modules/static-extend/index.js | 90 - .../node_modules/static-extend/package.json | 63 - .../string.prototype.padend/.eslintrc | 14 - .../string.prototype.padend/.jscs.json | 141 - .../string.prototype.padend/.npmignore | 27 - .../string.prototype.padend/.travis.yml | 64 - .../string.prototype.padend/CHANGELOG.md | 15 - .../string.prototype.padend/LICENSE | 22 - .../string.prototype.padend/README.md | 45 - .../string.prototype.padend/implementation.js | 32 - .../string.prototype.padend/index.js | 28 - .../string.prototype.padend/package.json | 73 - .../string.prototype.padend/polyfill.js | 7 - .../string.prototype.padend/shim.js | 10 - .../string.prototype.padend/test/index.js | 17 - .../string.prototype.padend/test/shimmed.js | 37 - .../string.prototype.padend/test/tests.js | 26 - .../string.prototype.trimleft/.eslintrc | 10 - .../string.prototype.trimleft/.jscs.json | 159 - .../string.prototype.trimleft/.npmignore | 27 - .../string.prototype.trimleft/.travis.yml | 73 - .../string.prototype.trimleft/CHANGELOG.md | 15 - .../string.prototype.trimleft/LICENSE | 22 - .../string.prototype.trimleft/README.md | 47 - .../implementation.js | 10 - .../string.prototype.trimleft/index.js | 18 - .../string.prototype.trimleft/package.json | 69 - .../string.prototype.trimleft/polyfill.js | 14 - .../string.prototype.trimleft/shim.js | 14 - .../string.prototype.trimleft/test/index.js | 18 - .../string.prototype.trimleft/test/shimmed.js | 37 - .../string.prototype.trimleft/test/tests.js | 19 - .../string.prototype.trimright/.eslintrc | 10 - .../string.prototype.trimright/.jscs.json | 159 - .../string.prototype.trimright/.npmignore | 27 - .../string.prototype.trimright/.travis.yml | 73 - .../string.prototype.trimright/CHANGELOG.md | 15 - .../string.prototype.trimright/LICENSE | 22 - .../string.prototype.trimright/README.md | 47 - .../implementation.js | 10 - .../string.prototype.trimright/index.js | 18 - .../string.prototype.trimright/package.json | 69 - .../string.prototype.trimright/polyfill.js | 14 - .../string.prototype.trimright/shim.js | 14 - .../string.prototype.trimright/test/index.js | 17 - .../test/shimmed.js | 37 - .../string.prototype.trimright/test/tests.js | 19 - .../node_modules/string_decoder/.travis.yml | 50 - .../node_modules/string_decoder/LICENSE | 48 - .../node_modules/string_decoder/README.md | 47 - .../string_decoder/lib/string_decoder.js | 296 - .../node_modules/string_decoder/package.json | 31 - 2019-setembro/node_modules/strip-bom/index.js | 14 - 2019-setembro/node_modules/strip-bom/license | 21 - .../node_modules/strip-bom/package.json | 40 - .../node_modules/strip-bom/readme.md | 36 - .../node_modules/supports-color/browser.js | 5 - .../node_modules/supports-color/index.js | 131 - .../node_modules/supports-color/license | 9 - .../node_modules/supports-color/package.json | 53 - .../node_modules/supports-color/readme.md | 66 - .../node_modules/svelte/CHANGELOG.md | 1683 -- 2019-setembro/node_modules/svelte/LICENSE | 7 - 2019-setembro/node_modules/svelte/README.md | 90 - .../node_modules/svelte/animate/index.d.ts | 1 - .../node_modules/svelte/animate/index.js | 23 - .../node_modules/svelte/animate/index.mjs | 19 - .../node_modules/svelte/animate/package.json | 5 - .../node_modules/svelte/compiler.d.ts | 28 - 2019-setembro/node_modules/svelte/compiler.js | 24041 ---------------- .../node_modules/svelte/compiler.js.map | 1 - .../node_modules/svelte/easing/index.d.ts | 1 - .../node_modules/svelte/easing/index.js | 183 - .../node_modules/svelte/easing/index.mjs | 144 - .../node_modules/svelte/easing/package.json | 5 - 2019-setembro/node_modules/svelte/index.js | 56 - 2019-setembro/node_modules/svelte/index.mjs | 1 - .../node_modules/svelte/internal/index.d.ts | 1 - .../node_modules/svelte/internal/index.js | 1573 - .../node_modules/svelte/internal/index.mjs | 1439 - .../node_modules/svelte/internal/package.json | 5 - .../node_modules/svelte/motion/index.d.ts | 1 - .../node_modules/svelte/motion/index.js | 204 - .../node_modules/svelte/motion/index.mjs | 199 - .../node_modules/svelte/motion/package.json | 5 - .../node_modules/svelte/package.json | 101 - 2019-setembro/node_modules/svelte/register.js | 48 - .../node_modules/svelte/store/index.d.ts | 1 - .../node_modules/svelte/store/index.js | 125 - .../node_modules/svelte/store/index.mjs | 114 - .../node_modules/svelte/store/package.json | 5 - .../node_modules/svelte/transition/index.d.ts | 1 - .../node_modules/svelte/transition/index.js | 187 - .../node_modules/svelte/transition/index.mjs | 177 - .../svelte/transition/package.json | 5 - .../svelte/types/compiler/Stats.d.ts | 22 - .../types/compiler/compile/Component.d.ts | 131 - .../types/compiler/compile/create_module.d.ts | 13 - .../types/compiler/compile/css/Selector.d.ts | 27 - .../compiler/compile/css/Stylesheet.d.ts | 57 - .../compile/css/gather_possible_values.d.ts | 3 - .../svelte/types/compiler/compile/index.d.ts | 22 - .../compiler/compile/internal_exports.d.ts | 2 - .../types/compiler/compile/nodes/Action.d.ts | 10 - .../compiler/compile/nodes/Animation.d.ts | 9 - .../compiler/compile/nodes/Attribute.d.ts | 27 - .../compiler/compile/nodes/AwaitBlock.d.ts | 15 - .../types/compiler/compile/nodes/Binding.d.ts | 15 - .../types/compiler/compile/nodes/Body.d.ts | 7 - .../compiler/compile/nodes/CatchBlock.d.ts | 7 - .../types/compiler/compile/nodes/Class.d.ts | 8 - .../types/compiler/compile/nodes/Comment.d.ts | 7 - .../compiler/compile/nodes/DebugTag.d.ts | 7 - .../compiler/compile/nodes/EachBlock.d.ts | 27 - .../types/compiler/compile/nodes/Element.d.ts | 35 - .../compiler/compile/nodes/ElseBlock.d.ts | 6 - .../compiler/compile/nodes/EventHandler.d.ts | 15 - .../compiler/compile/nodes/Fragment.d.ts | 12 - .../types/compiler/compile/nodes/Head.d.ts | 6 - .../types/compiler/compile/nodes/IfBlock.d.ts | 9 - .../compile/nodes/InlineComponent.d.ts | 21 - .../types/compiler/compile/nodes/Let.d.ts | 9 - .../compiler/compile/nodes/MustacheTag.d.ts | 4 - .../types/compiler/compile/nodes/Options.d.ts | 4 - .../compiler/compile/nodes/PendingBlock.d.ts | 5 - .../compile/nodes/RawMustacheTag.d.ts | 4 - .../types/compiler/compile/nodes/Slot.d.ts | 13 - .../types/compiler/compile/nodes/Text.d.ts | 10 - .../compiler/compile/nodes/ThenBlock.d.ts | 7 - .../types/compiler/compile/nodes/Title.d.ts | 9 - .../compiler/compile/nodes/Transition.d.ts | 11 - .../types/compiler/compile/nodes/Window.d.ts | 11 - .../compiler/compile/nodes/interfaces.d.ts | 31 - .../compile/nodes/shared/AbstractBlock.d.ts | 10 - .../compile/nodes/shared/Expression.d.ts | 30 - .../compiler/compile/nodes/shared/Node.d.ts | 20 - .../compiler/compile/nodes/shared/Tag.d.ts | 8 - .../compile/nodes/shared/TemplateScope.d.ts | 19 - .../compile/nodes/shared/map_children.d.ts | 18 - .../compiler/compile/render_dom/Block.d.ts | 77 - .../compiler/compile/render_dom/Renderer.d.ts | 21 - .../compiler/compile/render_dom/index.d.ts | 3 - .../render_dom/wrappers/AwaitBlock.d.ts | 26 - .../compile/render_dom/wrappers/Body.d.ts | 7 - .../compile/render_dom/wrappers/DebugTag.d.ts | 9 - .../render_dom/wrappers/EachBlock.d.ts | 54 - .../wrappers/Element/Attribute.d.ts | 12 - .../render_dom/wrappers/Element/Binding.d.ts | 21 - .../wrappers/Element/StyleAttribute.d.ts | 16 - .../Element/fix_attribute_casing.d.ts | 1 - .../render_dom/wrappers/Element/index.d.ts | 29 - .../compile/render_dom/wrappers/Fragment.d.ts | 9 - .../compile/render_dom/wrappers/Head.d.ts | 10 - .../compile/render_dom/wrappers/IfBlock.d.ts | 45 - .../wrappers/InlineComponent/index.d.ts | 18 - .../render_dom/wrappers/MustacheTag.d.ts | 11 - .../render_dom/wrappers/RawMustacheTag.d.ts | 11 - .../compile/render_dom/wrappers/Slot.d.ts | 13 - .../compile/render_dom/wrappers/Text.d.ts | 13 - .../compile/render_dom/wrappers/Title.d.ts | 9 - .../compile/render_dom/wrappers/Window.d.ts | 10 - .../render_dom/wrappers/shared/Action.d.ts | 0 .../render_dom/wrappers/shared/Tag.d.ts | 12 - .../render_dom/wrappers/shared/Wrapper.d.ts | 18 - .../wrappers/shared/add_actions.d.ts | 4 - .../wrappers/shared/add_event_handlers.d.ts | 3 - .../render_dom/wrappers/shared/bind_this.d.ts | 4 - .../shared/create_debugging_comment.d.ts | 3 - .../wrappers/shared/get_context_merger.d.ts | 2 - .../wrappers/shared/is_dynamic.d.ts | 2 - .../compiler/compile/render_ssr/Renderer.d.ts | 15 - .../render_ssr/handlers/AwaitBlock.d.ts | 3 - .../compile/render_ssr/handlers/Comment.d.ts | 3 - .../compile/render_ssr/handlers/DebugTag.d.ts | 3 - .../render_ssr/handlers/EachBlock.d.ts | 3 - .../compile/render_ssr/handlers/Element.d.ts | 5 - .../compile/render_ssr/handlers/Head.d.ts | 3 - .../compile/render_ssr/handlers/HtmlTag.d.ts | 3 - .../compile/render_ssr/handlers/IfBlock.d.ts | 3 - .../render_ssr/handlers/InlineComponent.d.ts | 3 - .../compile/render_ssr/handlers/Slot.d.ts | 3 - .../compile/render_ssr/handlers/Tag.d.ts | 2 - .../compile/render_ssr/handlers/Text.d.ts | 3 - .../compile/render_ssr/handlers/Title.d.ts | 3 - .../handlers/shared/get_slot_scope.d.ts | 2 - .../compiler/compile/render_ssr/index.d.ts | 3 - .../compiler/compile/utils/CodeBuilder.d.ts | 27 - .../compiler/compile/utils/__test__.d.ts | 1 - .../compiler/compile/utils/add_to_set.d.ts | 1 - .../compile/utils/check_graph_for_cycles.d.ts | 1 - .../compiler/compile/utils/deindent.d.ts | 1 - .../compile/utils/flatten_reference.d.ts | 7 - .../compile/utils/get_name_from_filename.d.ts | 1 - .../compiler/compile/utils/get_object.d.ts | 2 - .../compiler/compile/utils/get_slot_data.d.ts | 2 - .../compiler/compile/utils/invalidate.d.ts | 5 - .../types/compiler/compile/utils/scope.d.ts | 18 - .../types/compiler/compile/utils/snip.d.ts | 1 - .../compiler/compile/utils/stringify.d.ts | 6 - .../compile/utils/stringify_attribute.d.ts | 3 - .../compile/utils/stringify_props.d.ts | 1 - .../types/compiler/compile/utils/tail.d.ts | 2 - .../compiler/compile/utils/unwrap_parens.d.ts | 2 - .../svelte/types/compiler/config.d.ts | 1 - .../svelte/types/compiler/index.d.ts | 5 - .../svelte/types/compiler/interfaces.d.ts | 111 - .../svelte/types/compiler/parse/acorn.d.ts | 2 - .../svelte/types/compiler/parse/index.d.ts | 28 - .../types/compiler/parse/read/context.d.ts | 26 - .../types/compiler/parse/read/expression.d.ts | 3 - .../types/compiler/parse/read/script.d.ts | 8 - .../types/compiler/parse/read/style.d.ts | 13 - .../types/compiler/parse/state/fragment.d.ts | 3 - .../types/compiler/parse/state/mustache.d.ts | 2 - .../types/compiler/parse/state/tag.d.ts | 2 - .../types/compiler/parse/state/text.d.ts | 2 - .../types/compiler/parse/utils/entities.d.ts | 2034 -- .../types/compiler/parse/utils/html.d.ts | 2 - .../types/compiler/preprocess/index.d.ts | 25 - .../svelte/types/compiler/utils/error.d.ts | 8 - .../compiler/utils/full_char_code_at.d.ts | 1 - .../types/compiler/utils/fuzzymatch.d.ts | 1 - .../types/compiler/utils/get_code_frame.d.ts | 1 - .../types/compiler/utils/indentation.d.ts | 4 - .../svelte/types/compiler/utils/list.d.ts | 1 - .../svelte/types/compiler/utils/names.d.ts | 6 - .../types/compiler/utils/namespaces.d.ts | 8 - .../types/compiler/utils/nodes_match.d.ts | 1 - .../svelte/types/compiler/utils/patterns.d.ts | 2 - .../svelte/types/compiler/utils/repeat.d.ts | 1 - .../svelte/types/compiler/utils/trim.d.ts | 2 - .../svelte/types/runtime/ambient.d.ts | 16 - .../svelte/types/runtime/animate/index.d.ts | 17 - .../svelte/types/runtime/easing/index.d.ts | 31 - .../svelte/types/runtime/index.d.ts | 2 - .../types/runtime/internal/Component.d.ts | 27 - .../types/runtime/internal/animations.d.ts | 11 - .../types/runtime/internal/await_block.d.ts | 1 - .../svelte/types/runtime/internal/dev.d.ts | 17 - .../svelte/types/runtime/internal/dom.d.ts | 55 - .../types/runtime/internal/environment.d.ts | 6 - .../types/runtime/internal/globals.d.ts | 1 - .../svelte/types/runtime/internal/index.d.ts | 15 - .../types/runtime/internal/keyed_each.d.ts | 6 - .../types/runtime/internal/lifecycle.d.ts | 11 - .../svelte/types/runtime/internal/loop.d.ts | 6 - .../types/runtime/internal/scheduler.d.ts | 10 - .../svelte/types/runtime/internal/spread.d.ts | 2 - .../svelte/types/runtime/internal/ssr.d.ts | 29 - .../types/runtime/internal/style_manager.d.ts | 3 - .../types/runtime/internal/transitions.d.ts | 19 - .../svelte/types/runtime/internal/utils.d.ts | 22 - .../svelte/types/runtime/motion/index.d.ts | 2 - .../svelte/types/runtime/motion/spring.d.ts | 20 - .../svelte/types/runtime/motion/tweened.d.ts | 14 - .../svelte/types/runtime/motion/utils.d.ts | 1 - .../svelte/types/runtime/store/index.d.ts | 64 - .../types/runtime/transition/index.d.ts | 64 - .../node_modules/terser/CHANGELOG.md | 28 - 2019-setembro/node_modules/terser/LICENSE | 29 - 2019-setembro/node_modules/terser/PATRONS.md | 5 - 2019-setembro/node_modules/terser/README.md | 1305 - .../node_modules/terser/bin/uglifyjs | 484 - .../node_modules/terser/bin/uglifyjsnobundle | 4 - .../node_modules/terser/dist/.gitkeep | 0 .../node_modules/terser/dist/bundle.js | 21955 -------------- .../node_modules/terser/dist/bundle.js.map | 1 - .../node_modules/terser/dist/bundle.min.js | 2 - .../terser/dist/bundle.min.js.map | 1 - .../node_modules/terser/package.json | 118 - .../terser/tools/colorless-console.js | 11 - .../node_modules/terser/tools/domprops.js | 5605 ---- .../node_modules/terser/tools/exit.js | 15 - .../node_modules/terser/tools/node.js | 22 - .../node_modules/terser/tools/props.html | 61 - .../node_modules/terser/tools/terser.d.ts | 790 - .../node_modules/tinydate/dist/tinydate.js | 40 - .../tinydate/dist/tinydate.min.js | 1 - .../node_modules/tinydate/dist/tinydate.mjs | 40 - 2019-setembro/node_modules/tinydate/license | 21 - .../node_modules/tinydate/package.json | 42 - 2019-setembro/node_modules/tinydate/readme.md | 104 - .../node_modules/to-object-path/LICENSE | 21 - .../node_modules/to-object-path/README.md | 71 - .../node_modules/to-object-path/index.js | 33 - .../node_modules/to-object-path/package.json | 48 - .../node_modules/to-regex-range/LICENSE | 21 - .../node_modules/to-regex-range/README.md | 281 - .../node_modules/to-regex-range/index.js | 294 - .../node_modules/to-regex-range/package.json | 86 - 2019-setembro/node_modules/to-regex/LICENSE | 21 - 2019-setembro/node_modules/to-regex/README.md | 205 - 2019-setembro/node_modules/to-regex/index.js | 155 - .../node_modules/define-property/CHANGELOG.md | 82 - .../node_modules/define-property/LICENSE | 21 - .../node_modules/define-property/README.md | 117 - .../node_modules/define-property/index.js | 38 - .../node_modules/define-property/package.json | 67 - .../node_modules/extend-shallow/LICENSE | 21 - .../node_modules/extend-shallow/README.md | 97 - .../node_modules/extend-shallow/index.js | 60 - .../node_modules/extend-shallow/package.json | 83 - .../node_modules/is-extendable/LICENSE | 21 - .../node_modules/is-extendable/README.md | 88 - .../node_modules/is-extendable/index.d.ts | 5 - .../node_modules/is-extendable/index.js | 14 - .../node_modules/is-extendable/package.json | 67 - .../node_modules/to-regex/package.json | 62 - 2019-setembro/node_modules/ultron/.npmignore | 3 - 2019-setembro/node_modules/ultron/.travis.yml | 21 - 2019-setembro/node_modules/ultron/LICENSE | 22 - 2019-setembro/node_modules/ultron/README.md | 97 - 2019-setembro/node_modules/ultron/index.js | 129 - .../node_modules/ultron/package.json | 41 - 2019-setembro/node_modules/ultron/test.js | 327 - .../node_modules/union-value/LICENSE | 21 - .../node_modules/union-value/README.md | 73 - .../node_modules/union-value/index.js | 30 - .../node_modules/union-value/package.json | 70 - .../node_modules/unset-value/LICENSE | 21 - .../node_modules/unset-value/README.md | 131 - .../node_modules/unset-value/index.js | 32 - .../node_modules/has-value/LICENSE | 21 - .../node_modules/has-value/README.md | 130 - .../node_modules/has-value/index.js | 19 - .../has-value/node_modules/isobject/LICENSE | 21 - .../has-value/node_modules/isobject/README.md | 112 - .../has-value/node_modules/isobject/index.js | 14 - .../node_modules/isobject/package.json | 67 - .../node_modules/has-value/package.json | 81 - .../node_modules/has-values/LICENSE | 21 - .../node_modules/has-values/README.md | 114 - .../node_modules/has-values/index.js | 36 - .../node_modules/has-values/package.json | 75 - .../node_modules/unset-value/package.json | 71 - 2019-setembro/node_modules/upath/LICENSE | 22 - .../node_modules/upath/build/code/upath.js | 171 - 2019-setembro/node_modules/upath/package.json | 60 - 2019-setembro/node_modules/upath/readme.md | 342 - 2019-setembro/node_modules/upath/upath.d.ts | 239 - 2019-setembro/node_modules/urix/.jshintrc | 42 - 2019-setembro/node_modules/urix/LICENSE | 21 - 2019-setembro/node_modules/urix/index.js | 17 - 2019-setembro/node_modules/urix/package.json | 25 - 2019-setembro/node_modules/urix/readme.md | 46 - 2019-setembro/node_modules/urix/test/index.js | 43 - 2019-setembro/node_modules/use/LICENSE | 21 - 2019-setembro/node_modules/use/README.md | 90 - 2019-setembro/node_modules/use/index.js | 155 - 2019-setembro/node_modules/use/package.json | 66 - .../node_modules/util-deprecate/History.md | 16 - .../node_modules/util-deprecate/LICENSE | 24 - .../node_modules/util-deprecate/README.md | 53 - .../node_modules/util-deprecate/browser.js | 67 - .../node_modules/util-deprecate/node.js | 6 - .../node_modules/util-deprecate/package.json | 27 - .../validate-npm-package-license/LICENSE | 202 - .../validate-npm-package-license/README.md | 113 - .../validate-npm-package-license/index.js | 86 - .../validate-npm-package-license/package.json | 28 - 2019-setembro/node_modules/which/CHANGELOG.md | 152 - 2019-setembro/node_modules/which/LICENSE | 15 - 2019-setembro/node_modules/which/README.md | 51 - 2019-setembro/node_modules/which/bin/which | 52 - 2019-setembro/node_modules/which/package.json | 30 - 2019-setembro/node_modules/which/which.js | 135 - 2019-setembro/node_modules/ws/README.md | 235 - 2019-setembro/node_modules/ws/index.js | 49 - 2019-setembro/node_modules/ws/lib/.DS_Store | Bin 6148 -> 0 bytes .../node_modules/ws/lib/BufferPool.js | 63 - .../ws/lib/BufferUtil.fallback.js | 47 - .../node_modules/ws/lib/BufferUtil.js | 17 - .../node_modules/ws/lib/ErrorCodes.js | 24 - .../node_modules/ws/lib/Extensions.js | 81 - .../node_modules/ws/lib/PerMessageDeflate.js | 337 - .../node_modules/ws/lib/Receiver.hixie.js | 194 - 2019-setembro/node_modules/ws/lib/Receiver.js | 793 - .../node_modules/ws/lib/Sender.hixie.js | 124 - 2019-setembro/node_modules/ws/lib/Sender.js | 310 - .../ws/lib/Validation.fallback.js | 11 - .../node_modules/ws/lib/Validation.js | 19 - .../node_modules/ws/lib/WebSocket.js | 987 - .../node_modules/ws/lib/WebSocketServer.js | 554 - 2019-setembro/node_modules/ws/package.json | 42 - 2019-setembro/package.json | 24 - 2019-setembro/public/css/bundle.css | 3 - 2019-setembro/public/css/bundle.css.map | 12 - .../fonts/digital_display_tfb-webfont.woff | Bin 17980 -> 0 bytes .../fonts/digital_display_tfb-webfont.woff2 | Bin 13496 -> 0 bytes .../public/css/fonts/digital_display_tfb.ttf | Bin 41040 -> 0 bytes 2019-setembro/public/css/global.css | 74 - 2019-setembro/public/css/reset.css | 135 - 2019-setembro/public/favicon.png | Bin 3127 -> 0 bytes 2019-setembro/public/index.html | 21 - 2019-setembro/public/js/bundle.js | 604 - 2019-setembro/public/js/bundle.js.map | 1 - 2019-setembro/rollup.config.js | 50 - 2019-setembro/src/App.svelte | 14 - 2019-setembro/src/components/KeyNumber.svelte | 0 2019-setembro/src/containers/Screen.svelte | 186 - 2019-setembro/src/main.js | 7 - 2019-setembro/yarn.lock | 1871 -- 1902 files changed, 308733 deletions(-) mode change 100755 => 100644 2019-setembro/README.md delete mode 120000 2019-setembro/node_modules/.bin/acorn delete mode 120000 2019-setembro/node_modules/.bin/atob delete mode 120000 2019-setembro/node_modules/.bin/livereload delete mode 120000 2019-setembro/node_modules/.bin/mime delete mode 120000 2019-setembro/node_modules/.bin/npm-run-all delete mode 120000 2019-setembro/node_modules/.bin/pidtree delete mode 120000 2019-setembro/node_modules/.bin/rollup delete mode 120000 2019-setembro/node_modules/.bin/run-p delete mode 120000 2019-setembro/node_modules/.bin/run-s delete mode 120000 2019-setembro/node_modules/.bin/semver delete mode 120000 2019-setembro/node_modules/.bin/sirv delete mode 120000 2019-setembro/node_modules/.bin/terser delete mode 120000 2019-setembro/node_modules/.bin/which delete mode 100644 2019-setembro/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/f0/f4/ea18b143ebc27766eff5919ad22e242af78f569b4d9a9fcadd90644360acd179bce987c731926d9730c20b2f05e1ec262e323fbb847c10cd69527c6e611a delete mode 100644 2019-setembro/node_modules/.cache/terser-webpack-plugin/index-v5/6a/e0/a3ac9d2c406fd7f6cc64aac918e4e01f8c1f2d5a41846e03d1b2212d8d54 delete mode 100644 2019-setembro/node_modules/.yarn-integrity delete mode 100644 2019-setembro/node_modules/@babel/code-frame/LICENSE delete mode 100644 2019-setembro/node_modules/@babel/code-frame/README.md delete mode 100644 2019-setembro/node_modules/@babel/code-frame/lib/index.js delete mode 100644 2019-setembro/node_modules/@babel/code-frame/package.json delete mode 100644 2019-setembro/node_modules/@babel/highlight/LICENSE delete mode 100644 2019-setembro/node_modules/@babel/highlight/README.md delete mode 100644 2019-setembro/node_modules/@babel/highlight/lib/index.js delete mode 100644 2019-setembro/node_modules/@babel/highlight/package.json delete mode 100644 2019-setembro/node_modules/@polka/url/index.js delete mode 100644 2019-setembro/node_modules/@polka/url/package.json delete mode 100644 2019-setembro/node_modules/@polka/url/readme.md delete mode 100644 2019-setembro/node_modules/@types/estree/LICENSE delete mode 100644 2019-setembro/node_modules/@types/estree/README.md delete mode 100644 2019-setembro/node_modules/@types/estree/index.d.ts delete mode 100644 2019-setembro/node_modules/@types/estree/package.json delete mode 100644 2019-setembro/node_modules/@types/node/LICENSE delete mode 100644 2019-setembro/node_modules/@types/node/README.md delete mode 100644 2019-setembro/node_modules/@types/node/assert.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/async_hooks.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/base.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/buffer.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/child_process.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/cluster.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/console.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/constants.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/crypto.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/dgram.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/dns.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/domain.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/events.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/fs.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/globals.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/http.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/http2.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/https.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/index.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/inspector.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/module.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/net.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/os.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/package.json delete mode 100644 2019-setembro/node_modules/@types/node/path.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/perf_hooks.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/process.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/punycode.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/querystring.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/readline.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/repl.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/stream.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/string_decoder.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/timers.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/tls.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/trace_events.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/ts3.2/globals.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/ts3.2/index.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/ts3.2/util.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/tty.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/url.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/util.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/v8.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/vm.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/worker_threads.d.ts delete mode 100644 2019-setembro/node_modules/@types/node/zlib.d.ts delete mode 100644 2019-setembro/node_modules/@types/resolve/LICENSE delete mode 100644 2019-setembro/node_modules/@types/resolve/README.md delete mode 100644 2019-setembro/node_modules/@types/resolve/index.d.ts delete mode 100644 2019-setembro/node_modules/@types/resolve/package.json delete mode 100644 2019-setembro/node_modules/acorn/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/acorn/LICENSE delete mode 100644 2019-setembro/node_modules/acorn/README.md delete mode 100755 2019-setembro/node_modules/acorn/bin/acorn delete mode 100644 2019-setembro/node_modules/acorn/dist/acorn.d.ts delete mode 100644 2019-setembro/node_modules/acorn/dist/acorn.js delete mode 100644 2019-setembro/node_modules/acorn/dist/acorn.js.map delete mode 100644 2019-setembro/node_modules/acorn/dist/acorn.mjs delete mode 100644 2019-setembro/node_modules/acorn/dist/acorn.mjs.map delete mode 100644 2019-setembro/node_modules/acorn/dist/bin.js delete mode 100644 2019-setembro/node_modules/acorn/package.json delete mode 100644 2019-setembro/node_modules/ansi-styles/index.js delete mode 100644 2019-setembro/node_modules/ansi-styles/license delete mode 100644 2019-setembro/node_modules/ansi-styles/package.json delete mode 100644 2019-setembro/node_modules/ansi-styles/readme.md delete mode 100644 2019-setembro/node_modules/anymatch/LICENSE delete mode 100644 2019-setembro/node_modules/anymatch/README.md delete mode 100644 2019-setembro/node_modules/anymatch/index.js delete mode 100644 2019-setembro/node_modules/anymatch/node_modules/normalize-path/LICENSE delete mode 100644 2019-setembro/node_modules/anymatch/node_modules/normalize-path/README.md delete mode 100644 2019-setembro/node_modules/anymatch/node_modules/normalize-path/index.js delete mode 100644 2019-setembro/node_modules/anymatch/node_modules/normalize-path/package.json delete mode 100644 2019-setembro/node_modules/anymatch/package.json delete mode 100755 2019-setembro/node_modules/arr-diff/LICENSE delete mode 100644 2019-setembro/node_modules/arr-diff/README.md delete mode 100644 2019-setembro/node_modules/arr-diff/index.js delete mode 100644 2019-setembro/node_modules/arr-diff/package.json delete mode 100755 2019-setembro/node_modules/arr-flatten/LICENSE delete mode 100755 2019-setembro/node_modules/arr-flatten/README.md delete mode 100644 2019-setembro/node_modules/arr-flatten/index.js delete mode 100644 2019-setembro/node_modules/arr-flatten/package.json delete mode 100644 2019-setembro/node_modules/arr-union/LICENSE delete mode 100644 2019-setembro/node_modules/arr-union/README.md delete mode 100644 2019-setembro/node_modules/arr-union/index.js delete mode 100644 2019-setembro/node_modules/arr-union/package.json delete mode 100755 2019-setembro/node_modules/array-unique/LICENSE delete mode 100755 2019-setembro/node_modules/array-unique/README.md delete mode 100644 2019-setembro/node_modules/array-unique/index.js delete mode 100644 2019-setembro/node_modules/array-unique/package.json delete mode 100644 2019-setembro/node_modules/assign-symbols/LICENSE delete mode 100644 2019-setembro/node_modules/assign-symbols/README.md delete mode 100644 2019-setembro/node_modules/assign-symbols/index.js delete mode 100644 2019-setembro/node_modules/assign-symbols/package.json delete mode 100644 2019-setembro/node_modules/async-each/README.md delete mode 100644 2019-setembro/node_modules/async-each/index.js delete mode 100644 2019-setembro/node_modules/async-each/package.json delete mode 100644 2019-setembro/node_modules/atob/LICENSE delete mode 100644 2019-setembro/node_modules/atob/LICENSE.DOCS delete mode 100644 2019-setembro/node_modules/atob/README.md delete mode 100755 2019-setembro/node_modules/atob/bin/atob.js delete mode 100644 2019-setembro/node_modules/atob/bower.json delete mode 100644 2019-setembro/node_modules/atob/browser-atob.js delete mode 100644 2019-setembro/node_modules/atob/node-atob.js delete mode 100644 2019-setembro/node_modules/atob/package.json delete mode 100644 2019-setembro/node_modules/atob/test.js delete mode 100644 2019-setembro/node_modules/balanced-match/.npmignore delete mode 100644 2019-setembro/node_modules/balanced-match/LICENSE.md delete mode 100644 2019-setembro/node_modules/balanced-match/README.md delete mode 100644 2019-setembro/node_modules/balanced-match/index.js delete mode 100644 2019-setembro/node_modules/balanced-match/package.json delete mode 100644 2019-setembro/node_modules/base/LICENSE delete mode 100644 2019-setembro/node_modules/base/README.md delete mode 100644 2019-setembro/node_modules/base/index.js delete mode 100644 2019-setembro/node_modules/base/node_modules/define-property/LICENSE delete mode 100644 2019-setembro/node_modules/base/node_modules/define-property/README.md delete mode 100644 2019-setembro/node_modules/base/node_modules/define-property/index.js delete mode 100644 2019-setembro/node_modules/base/node_modules/define-property/package.json delete mode 100644 2019-setembro/node_modules/base/package.json delete mode 100644 2019-setembro/node_modules/binary-extensions/binary-extensions.json delete mode 100644 2019-setembro/node_modules/binary-extensions/license delete mode 100644 2019-setembro/node_modules/binary-extensions/package.json delete mode 100644 2019-setembro/node_modules/binary-extensions/readme.md delete mode 100644 2019-setembro/node_modules/brace-expansion/LICENSE delete mode 100644 2019-setembro/node_modules/brace-expansion/README.md delete mode 100644 2019-setembro/node_modules/brace-expansion/index.js delete mode 100644 2019-setembro/node_modules/brace-expansion/package.json delete mode 100644 2019-setembro/node_modules/braces/LICENSE delete mode 100644 2019-setembro/node_modules/braces/README.md delete mode 100644 2019-setembro/node_modules/braces/index.js delete mode 100644 2019-setembro/node_modules/braces/lib/braces.js delete mode 100644 2019-setembro/node_modules/braces/lib/compilers.js delete mode 100644 2019-setembro/node_modules/braces/lib/parsers.js delete mode 100644 2019-setembro/node_modules/braces/lib/utils.js delete mode 100644 2019-setembro/node_modules/braces/package.json delete mode 100644 2019-setembro/node_modules/buffer-from/LICENSE delete mode 100644 2019-setembro/node_modules/buffer-from/index.js delete mode 100644 2019-setembro/node_modules/buffer-from/package.json delete mode 100644 2019-setembro/node_modules/buffer-from/readme.md delete mode 100644 2019-setembro/node_modules/builtin-modules/builtin-modules.json delete mode 100644 2019-setembro/node_modules/builtin-modules/index.d.ts delete mode 100644 2019-setembro/node_modules/builtin-modules/index.js delete mode 100644 2019-setembro/node_modules/builtin-modules/license delete mode 100644 2019-setembro/node_modules/builtin-modules/package.json delete mode 100644 2019-setembro/node_modules/builtin-modules/readme.md delete mode 100644 2019-setembro/node_modules/builtin-modules/static.d.ts delete mode 100644 2019-setembro/node_modules/builtin-modules/static.js delete mode 100644 2019-setembro/node_modules/cache-base/LICENSE delete mode 100644 2019-setembro/node_modules/cache-base/README.md delete mode 100644 2019-setembro/node_modules/cache-base/index.js delete mode 100644 2019-setembro/node_modules/cache-base/package.json delete mode 100644 2019-setembro/node_modules/chalk/index.js delete mode 100644 2019-setembro/node_modules/chalk/index.js.flow delete mode 100644 2019-setembro/node_modules/chalk/license delete mode 100644 2019-setembro/node_modules/chalk/package.json delete mode 100644 2019-setembro/node_modules/chalk/readme.md delete mode 100644 2019-setembro/node_modules/chalk/templates.js delete mode 100644 2019-setembro/node_modules/chalk/types/index.d.ts delete mode 100644 2019-setembro/node_modules/chokidar/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/chokidar/README.md delete mode 100644 2019-setembro/node_modules/chokidar/index.js delete mode 100644 2019-setembro/node_modules/chokidar/lib/fsevents-handler.js delete mode 100644 2019-setembro/node_modules/chokidar/lib/nodefs-handler.js delete mode 100644 2019-setembro/node_modules/chokidar/package.json delete mode 100644 2019-setembro/node_modules/chokidar/types/index.d.ts delete mode 100644 2019-setembro/node_modules/class-utils/LICENSE delete mode 100644 2019-setembro/node_modules/class-utils/README.md delete mode 100644 2019-setembro/node_modules/class-utils/index.js delete mode 100644 2019-setembro/node_modules/class-utils/package.json delete mode 100644 2019-setembro/node_modules/collection-visit/LICENSE delete mode 100644 2019-setembro/node_modules/collection-visit/README.md delete mode 100644 2019-setembro/node_modules/collection-visit/index.js delete mode 100644 2019-setembro/node_modules/collection-visit/package.json delete mode 100644 2019-setembro/node_modules/color-convert/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/color-convert/LICENSE delete mode 100644 2019-setembro/node_modules/color-convert/README.md delete mode 100644 2019-setembro/node_modules/color-convert/conversions.js delete mode 100644 2019-setembro/node_modules/color-convert/index.js delete mode 100644 2019-setembro/node_modules/color-convert/package.json delete mode 100644 2019-setembro/node_modules/color-convert/route.js delete mode 100644 2019-setembro/node_modules/color-name/.eslintrc.json delete mode 100644 2019-setembro/node_modules/color-name/.npmignore delete mode 100644 2019-setembro/node_modules/color-name/LICENSE delete mode 100644 2019-setembro/node_modules/color-name/README.md delete mode 100644 2019-setembro/node_modules/color-name/index.js delete mode 100644 2019-setembro/node_modules/color-name/package.json delete mode 100644 2019-setembro/node_modules/color-name/test.js delete mode 100644 2019-setembro/node_modules/commander/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/commander/LICENSE delete mode 100644 2019-setembro/node_modules/commander/Readme.md delete mode 100644 2019-setembro/node_modules/commander/index.js delete mode 100644 2019-setembro/node_modules/commander/package.json delete mode 100644 2019-setembro/node_modules/commander/typings/index.d.ts delete mode 100644 2019-setembro/node_modules/component-emitter/History.md delete mode 100644 2019-setembro/node_modules/component-emitter/LICENSE delete mode 100644 2019-setembro/node_modules/component-emitter/Readme.md delete mode 100644 2019-setembro/node_modules/component-emitter/index.js delete mode 100644 2019-setembro/node_modules/component-emitter/package.json delete mode 100644 2019-setembro/node_modules/concat-map/.travis.yml delete mode 100644 2019-setembro/node_modules/concat-map/LICENSE delete mode 100644 2019-setembro/node_modules/concat-map/README.markdown delete mode 100644 2019-setembro/node_modules/concat-map/example/map.js delete mode 100644 2019-setembro/node_modules/concat-map/index.js delete mode 100644 2019-setembro/node_modules/concat-map/package.json delete mode 100644 2019-setembro/node_modules/concat-map/test/map.js delete mode 100644 2019-setembro/node_modules/console-clear/index.js delete mode 100644 2019-setembro/node_modules/console-clear/license delete mode 100644 2019-setembro/node_modules/console-clear/package.json delete mode 100644 2019-setembro/node_modules/console-clear/readme.md delete mode 100644 2019-setembro/node_modules/copy-descriptor/LICENSE delete mode 100644 2019-setembro/node_modules/copy-descriptor/index.js delete mode 100644 2019-setembro/node_modules/copy-descriptor/package.json delete mode 100644 2019-setembro/node_modules/core-util-is/LICENSE delete mode 100644 2019-setembro/node_modules/core-util-is/README.md delete mode 100644 2019-setembro/node_modules/core-util-is/float.patch delete mode 100644 2019-setembro/node_modules/core-util-is/lib/util.js delete mode 100644 2019-setembro/node_modules/core-util-is/package.json delete mode 100644 2019-setembro/node_modules/core-util-is/test.js delete mode 100644 2019-setembro/node_modules/cross-spawn/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/cross-spawn/LICENSE delete mode 100644 2019-setembro/node_modules/cross-spawn/README.md delete mode 100644 2019-setembro/node_modules/cross-spawn/index.js delete mode 100644 2019-setembro/node_modules/cross-spawn/lib/enoent.js delete mode 100644 2019-setembro/node_modules/cross-spawn/lib/parse.js delete mode 100644 2019-setembro/node_modules/cross-spawn/lib/util/escape.js delete mode 100644 2019-setembro/node_modules/cross-spawn/lib/util/readShebang.js delete mode 100644 2019-setembro/node_modules/cross-spawn/lib/util/resolveCommand.js delete mode 120000 2019-setembro/node_modules/cross-spawn/node_modules/.bin/semver delete mode 120000 2019-setembro/node_modules/cross-spawn/node_modules/.bin/which delete mode 100644 2019-setembro/node_modules/cross-spawn/package.json delete mode 100644 2019-setembro/node_modules/debug/.coveralls.yml delete mode 100644 2019-setembro/node_modules/debug/.eslintrc delete mode 100644 2019-setembro/node_modules/debug/.npmignore delete mode 100644 2019-setembro/node_modules/debug/.travis.yml delete mode 100644 2019-setembro/node_modules/debug/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/debug/LICENSE delete mode 100644 2019-setembro/node_modules/debug/Makefile delete mode 100644 2019-setembro/node_modules/debug/README.md delete mode 100644 2019-setembro/node_modules/debug/component.json delete mode 100644 2019-setembro/node_modules/debug/karma.conf.js delete mode 100644 2019-setembro/node_modules/debug/node.js delete mode 100644 2019-setembro/node_modules/debug/package.json delete mode 100644 2019-setembro/node_modules/debug/src/browser.js delete mode 100644 2019-setembro/node_modules/debug/src/debug.js delete mode 100644 2019-setembro/node_modules/debug/src/index.js delete mode 100644 2019-setembro/node_modules/debug/src/inspector-log.js delete mode 100644 2019-setembro/node_modules/debug/src/node.js delete mode 100644 2019-setembro/node_modules/decode-uri-component/index.js delete mode 100644 2019-setembro/node_modules/decode-uri-component/license delete mode 100644 2019-setembro/node_modules/decode-uri-component/package.json delete mode 100644 2019-setembro/node_modules/decode-uri-component/readme.md delete mode 100644 2019-setembro/node_modules/define-properties/.editorconfig delete mode 100644 2019-setembro/node_modules/define-properties/.eslintrc delete mode 100644 2019-setembro/node_modules/define-properties/.jscs.json delete mode 100644 2019-setembro/node_modules/define-properties/.travis.yml delete mode 100644 2019-setembro/node_modules/define-properties/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/define-properties/LICENSE delete mode 100644 2019-setembro/node_modules/define-properties/README.md delete mode 100644 2019-setembro/node_modules/define-properties/index.js delete mode 100644 2019-setembro/node_modules/define-properties/package.json delete mode 100644 2019-setembro/node_modules/define-properties/test/index.js delete mode 100644 2019-setembro/node_modules/define-property/LICENSE delete mode 100644 2019-setembro/node_modules/define-property/README.md delete mode 100644 2019-setembro/node_modules/define-property/index.js delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/LICENSE delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/README.md delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/index.js delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-accessor-descriptor/package.json delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/LICENSE delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/README.md delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/index.js delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-data-descriptor/package.json delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-descriptor/LICENSE delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-descriptor/README.md delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-descriptor/index.js delete mode 100644 2019-setembro/node_modules/define-property/node_modules/is-descriptor/package.json delete mode 100644 2019-setembro/node_modules/define-property/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/define-property/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/define-property/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/define-property/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/define-property/package.json delete mode 100644 2019-setembro/node_modules/error-ex/LICENSE delete mode 100644 2019-setembro/node_modules/error-ex/README.md delete mode 100644 2019-setembro/node_modules/error-ex/index.js delete mode 100644 2019-setembro/node_modules/error-ex/package.json delete mode 100644 2019-setembro/node_modules/es-abstract/.editorconfig delete mode 100644 2019-setembro/node_modules/es-abstract/.eslintrc delete mode 100644 2019-setembro/node_modules/es-abstract/.github/FUNDING.yml delete mode 100644 2019-setembro/node_modules/es-abstract/.nycrc delete mode 100644 2019-setembro/node_modules/es-abstract/.travis.yml delete mode 100644 2019-setembro/node_modules/es-abstract/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/es-abstract/GetIntrinsic.js delete mode 100644 2019-setembro/node_modules/es-abstract/LICENSE delete mode 100644 2019-setembro/node_modules/es-abstract/Makefile delete mode 100644 2019-setembro/node_modules/es-abstract/README.md delete mode 100644 2019-setembro/node_modules/es-abstract/es2015.js delete mode 100644 2019-setembro/node_modules/es-abstract/es2016.js delete mode 100644 2019-setembro/node_modules/es-abstract/es2017.js delete mode 100644 2019-setembro/node_modules/es-abstract/es2018.js delete mode 100644 2019-setembro/node_modules/es-abstract/es2019.js delete mode 100644 2019-setembro/node_modules/es-abstract/es5.js delete mode 100644 2019-setembro/node_modules/es-abstract/es6.js delete mode 100644 2019-setembro/node_modules/es-abstract/es7.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/assertRecord.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/assign.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/callBind.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/every.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/forEach.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/isFinite.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/isNaN.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/isPrimitive.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/isPropertyDescriptor.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/mod.js delete mode 100644 2019-setembro/node_modules/es-abstract/helpers/sign.js delete mode 100644 2019-setembro/node_modules/es-abstract/index.js delete mode 100644 2019-setembro/node_modules/es-abstract/operations/.eslintrc delete mode 100644 2019-setembro/node_modules/es-abstract/operations/2015.js delete mode 100644 2019-setembro/node_modules/es-abstract/operations/2016.js delete mode 100644 2019-setembro/node_modules/es-abstract/operations/2017.js delete mode 100644 2019-setembro/node_modules/es-abstract/operations/2018.js delete mode 100644 2019-setembro/node_modules/es-abstract/operations/2019.js delete mode 100755 2019-setembro/node_modules/es-abstract/operations/getOps.js delete mode 100644 2019-setembro/node_modules/es-abstract/package.json delete mode 100644 2019-setembro/node_modules/es-abstract/test/.eslintrc delete mode 100644 2019-setembro/node_modules/es-abstract/test/GetIntrinsic.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/diffOps.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/es2015.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/es2016.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/es2017.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/es2018.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/es2019.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/es5.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/es6.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/es7.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/helpers/assertRecord.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/helpers/values.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/index.js delete mode 100644 2019-setembro/node_modules/es-abstract/test/tests.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/.editorconfig delete mode 100644 2019-setembro/node_modules/es-to-primitive/.eslintrc delete mode 100644 2019-setembro/node_modules/es-to-primitive/.jscs.json delete mode 100644 2019-setembro/node_modules/es-to-primitive/.travis.yml delete mode 100644 2019-setembro/node_modules/es-to-primitive/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/es-to-primitive/LICENSE delete mode 100644 2019-setembro/node_modules/es-to-primitive/Makefile delete mode 100644 2019-setembro/node_modules/es-to-primitive/README.md delete mode 100644 2019-setembro/node_modules/es-to-primitive/es2015.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/es5.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/es6.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/helpers/isPrimitive.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/index.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/package.json delete mode 100644 2019-setembro/node_modules/es-to-primitive/test/.eslintrc delete mode 100644 2019-setembro/node_modules/es-to-primitive/test/es2015.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/test/es5.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/test/es6.js delete mode 100644 2019-setembro/node_modules/es-to-primitive/test/index.js delete mode 100644 2019-setembro/node_modules/escape-string-regexp/index.js delete mode 100644 2019-setembro/node_modules/escape-string-regexp/license delete mode 100644 2019-setembro/node_modules/escape-string-regexp/package.json delete mode 100644 2019-setembro/node_modules/escape-string-regexp/readme.md delete mode 100644 2019-setembro/node_modules/estree-walker/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/estree-walker/README.md delete mode 100644 2019-setembro/node_modules/estree-walker/dist/estree-walker.umd.js delete mode 100644 2019-setembro/node_modules/estree-walker/dist/estree-walker.umd.js.map delete mode 100644 2019-setembro/node_modules/estree-walker/index.d.ts delete mode 100644 2019-setembro/node_modules/estree-walker/package.json delete mode 100644 2019-setembro/node_modules/estree-walker/src/estree-walker.js delete mode 100644 2019-setembro/node_modules/esutils/LICENSE.BSD delete mode 100644 2019-setembro/node_modules/esutils/README.md delete mode 100644 2019-setembro/node_modules/esutils/lib/ast.js delete mode 100644 2019-setembro/node_modules/esutils/lib/code.js delete mode 100644 2019-setembro/node_modules/esutils/lib/keyword.js delete mode 100644 2019-setembro/node_modules/esutils/lib/utils.js delete mode 100644 2019-setembro/node_modules/esutils/package.json delete mode 100644 2019-setembro/node_modules/expand-brackets/LICENSE delete mode 100644 2019-setembro/node_modules/expand-brackets/README.md delete mode 100644 2019-setembro/node_modules/expand-brackets/changelog.md delete mode 100644 2019-setembro/node_modules/expand-brackets/index.js delete mode 100644 2019-setembro/node_modules/expand-brackets/lib/compilers.js delete mode 100644 2019-setembro/node_modules/expand-brackets/lib/parsers.js delete mode 100644 2019-setembro/node_modules/expand-brackets/lib/utils.js delete mode 100644 2019-setembro/node_modules/expand-brackets/package.json delete mode 100644 2019-setembro/node_modules/extend-shallow/LICENSE delete mode 100644 2019-setembro/node_modules/extend-shallow/README.md delete mode 100644 2019-setembro/node_modules/extend-shallow/index.js delete mode 100644 2019-setembro/node_modules/extend-shallow/package.json delete mode 100644 2019-setembro/node_modules/extglob/LICENSE delete mode 100644 2019-setembro/node_modules/extglob/README.md delete mode 100644 2019-setembro/node_modules/extglob/changelog.md delete mode 100644 2019-setembro/node_modules/extglob/index.js delete mode 100644 2019-setembro/node_modules/extglob/lib/.DS_Store delete mode 100644 2019-setembro/node_modules/extglob/lib/compilers.js delete mode 100644 2019-setembro/node_modules/extglob/lib/extglob.js delete mode 100644 2019-setembro/node_modules/extglob/lib/parsers.js delete mode 100644 2019-setembro/node_modules/extglob/lib/utils.js delete mode 100644 2019-setembro/node_modules/extglob/node_modules/define-property/LICENSE delete mode 100644 2019-setembro/node_modules/extglob/node_modules/define-property/README.md delete mode 100644 2019-setembro/node_modules/extglob/node_modules/define-property/index.js delete mode 100644 2019-setembro/node_modules/extglob/node_modules/define-property/package.json delete mode 100644 2019-setembro/node_modules/extglob/package.json delete mode 100644 2019-setembro/node_modules/fill-range/LICENSE delete mode 100644 2019-setembro/node_modules/fill-range/README.md delete mode 100644 2019-setembro/node_modules/fill-range/index.js delete mode 100644 2019-setembro/node_modules/fill-range/package.json delete mode 100644 2019-setembro/node_modules/for-in/LICENSE delete mode 100644 2019-setembro/node_modules/for-in/README.md delete mode 100644 2019-setembro/node_modules/for-in/index.js delete mode 100644 2019-setembro/node_modules/for-in/package.json delete mode 100644 2019-setembro/node_modules/fragment-cache/LICENSE delete mode 100644 2019-setembro/node_modules/fragment-cache/README.md delete mode 100644 2019-setembro/node_modules/fragment-cache/index.js delete mode 100644 2019-setembro/node_modules/fragment-cache/package.json delete mode 100644 2019-setembro/node_modules/function-bind/.editorconfig delete mode 100644 2019-setembro/node_modules/function-bind/.eslintrc delete mode 100644 2019-setembro/node_modules/function-bind/.jscs.json delete mode 100644 2019-setembro/node_modules/function-bind/.npmignore delete mode 100644 2019-setembro/node_modules/function-bind/.travis.yml delete mode 100644 2019-setembro/node_modules/function-bind/LICENSE delete mode 100644 2019-setembro/node_modules/function-bind/README.md delete mode 100644 2019-setembro/node_modules/function-bind/implementation.js delete mode 100644 2019-setembro/node_modules/function-bind/index.js delete mode 100644 2019-setembro/node_modules/function-bind/package.json delete mode 100644 2019-setembro/node_modules/function-bind/test/.eslintrc delete mode 100644 2019-setembro/node_modules/function-bind/test/index.js delete mode 100644 2019-setembro/node_modules/get-port/index.js delete mode 100644 2019-setembro/node_modules/get-port/license delete mode 100644 2019-setembro/node_modules/get-port/package.json delete mode 100644 2019-setembro/node_modules/get-port/readme.md delete mode 100644 2019-setembro/node_modules/get-value/LICENSE delete mode 100644 2019-setembro/node_modules/get-value/index.js delete mode 100644 2019-setembro/node_modules/get-value/package.json delete mode 100644 2019-setembro/node_modules/glob-parent/LICENSE delete mode 100644 2019-setembro/node_modules/glob-parent/README.md delete mode 100644 2019-setembro/node_modules/glob-parent/index.js delete mode 100644 2019-setembro/node_modules/glob-parent/node_modules/is-glob/LICENSE delete mode 100644 2019-setembro/node_modules/glob-parent/node_modules/is-glob/README.md delete mode 100644 2019-setembro/node_modules/glob-parent/node_modules/is-glob/index.js delete mode 100644 2019-setembro/node_modules/glob-parent/node_modules/is-glob/package.json delete mode 100644 2019-setembro/node_modules/glob-parent/package.json delete mode 100644 2019-setembro/node_modules/graceful-fs/LICENSE delete mode 100644 2019-setembro/node_modules/graceful-fs/README.md delete mode 100644 2019-setembro/node_modules/graceful-fs/clone.js delete mode 100644 2019-setembro/node_modules/graceful-fs/graceful-fs.js delete mode 100644 2019-setembro/node_modules/graceful-fs/legacy-streams.js delete mode 100644 2019-setembro/node_modules/graceful-fs/package.json delete mode 100644 2019-setembro/node_modules/graceful-fs/polyfills.js delete mode 100644 2019-setembro/node_modules/has-flag/index.js delete mode 100644 2019-setembro/node_modules/has-flag/license delete mode 100644 2019-setembro/node_modules/has-flag/package.json delete mode 100644 2019-setembro/node_modules/has-flag/readme.md delete mode 100644 2019-setembro/node_modules/has-symbols/.eslintrc delete mode 100644 2019-setembro/node_modules/has-symbols/.npmignore delete mode 100644 2019-setembro/node_modules/has-symbols/.travis.yml delete mode 100644 2019-setembro/node_modules/has-symbols/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/has-symbols/LICENSE delete mode 100644 2019-setembro/node_modules/has-symbols/README.md delete mode 100644 2019-setembro/node_modules/has-symbols/index.js delete mode 100644 2019-setembro/node_modules/has-symbols/package.json delete mode 100644 2019-setembro/node_modules/has-symbols/shams.js delete mode 100644 2019-setembro/node_modules/has-symbols/test/index.js delete mode 100644 2019-setembro/node_modules/has-symbols/test/shams/core-js.js delete mode 100644 2019-setembro/node_modules/has-symbols/test/shams/get-own-property-symbols.js delete mode 100644 2019-setembro/node_modules/has-symbols/test/tests.js delete mode 100644 2019-setembro/node_modules/has-value/LICENSE delete mode 100644 2019-setembro/node_modules/has-value/README.md delete mode 100644 2019-setembro/node_modules/has-value/index.js delete mode 100644 2019-setembro/node_modules/has-value/package.json delete mode 100644 2019-setembro/node_modules/has-values/LICENSE delete mode 100644 2019-setembro/node_modules/has-values/README.md delete mode 100644 2019-setembro/node_modules/has-values/index.js delete mode 100644 2019-setembro/node_modules/has-values/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/has-values/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/has-values/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/has-values/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/has-values/package.json delete mode 100644 2019-setembro/node_modules/has/LICENSE-MIT delete mode 100644 2019-setembro/node_modules/has/README.md delete mode 100644 2019-setembro/node_modules/has/package.json delete mode 100644 2019-setembro/node_modules/has/src/index.js delete mode 100644 2019-setembro/node_modules/has/test/index.js delete mode 100644 2019-setembro/node_modules/hosted-git-info/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/hosted-git-info/LICENSE delete mode 100644 2019-setembro/node_modules/hosted-git-info/README.md delete mode 100644 2019-setembro/node_modules/hosted-git-info/git-host-info.js delete mode 100644 2019-setembro/node_modules/hosted-git-info/git-host.js delete mode 100644 2019-setembro/node_modules/hosted-git-info/index.js delete mode 100644 2019-setembro/node_modules/hosted-git-info/package.json delete mode 100644 2019-setembro/node_modules/inherits/LICENSE delete mode 100644 2019-setembro/node_modules/inherits/README.md delete mode 100644 2019-setembro/node_modules/inherits/inherits.js delete mode 100644 2019-setembro/node_modules/inherits/inherits_browser.js delete mode 100644 2019-setembro/node_modules/inherits/package.json delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/LICENSE delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/README.md delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/index.js delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/is-accessor-descriptor/package.json delete mode 100644 2019-setembro/node_modules/is-arrayish/.editorconfig delete mode 100644 2019-setembro/node_modules/is-arrayish/.istanbul.yml delete mode 100644 2019-setembro/node_modules/is-arrayish/.npmignore delete mode 100644 2019-setembro/node_modules/is-arrayish/.travis.yml delete mode 100644 2019-setembro/node_modules/is-arrayish/LICENSE delete mode 100644 2019-setembro/node_modules/is-arrayish/README.md delete mode 100644 2019-setembro/node_modules/is-arrayish/index.js delete mode 100644 2019-setembro/node_modules/is-arrayish/package.json delete mode 100644 2019-setembro/node_modules/is-binary-path/index.js delete mode 100644 2019-setembro/node_modules/is-binary-path/license delete mode 100644 2019-setembro/node_modules/is-binary-path/package.json delete mode 100644 2019-setembro/node_modules/is-binary-path/readme.md delete mode 100644 2019-setembro/node_modules/is-buffer/LICENSE delete mode 100644 2019-setembro/node_modules/is-buffer/README.md delete mode 100644 2019-setembro/node_modules/is-buffer/index.js delete mode 100644 2019-setembro/node_modules/is-buffer/package.json delete mode 100644 2019-setembro/node_modules/is-buffer/test/basic.js delete mode 100644 2019-setembro/node_modules/is-callable/.editorconfig delete mode 100644 2019-setembro/node_modules/is-callable/.eslintrc delete mode 100644 2019-setembro/node_modules/is-callable/.istanbul.yml delete mode 100644 2019-setembro/node_modules/is-callable/.jscs.json delete mode 100644 2019-setembro/node_modules/is-callable/.travis.yml delete mode 100644 2019-setembro/node_modules/is-callable/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/is-callable/LICENSE delete mode 100644 2019-setembro/node_modules/is-callable/Makefile delete mode 100644 2019-setembro/node_modules/is-callable/README.md delete mode 100644 2019-setembro/node_modules/is-callable/index.js delete mode 100644 2019-setembro/node_modules/is-callable/package.json delete mode 100644 2019-setembro/node_modules/is-callable/test.js delete mode 100644 2019-setembro/node_modules/is-data-descriptor/LICENSE delete mode 100644 2019-setembro/node_modules/is-data-descriptor/README.md delete mode 100644 2019-setembro/node_modules/is-data-descriptor/index.js delete mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/is-data-descriptor/package.json delete mode 100644 2019-setembro/node_modules/is-date-object/.eslintrc delete mode 100644 2019-setembro/node_modules/is-date-object/.jscs.json delete mode 100644 2019-setembro/node_modules/is-date-object/.npmignore delete mode 100644 2019-setembro/node_modules/is-date-object/.travis.yml delete mode 100644 2019-setembro/node_modules/is-date-object/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/is-date-object/LICENSE delete mode 100644 2019-setembro/node_modules/is-date-object/Makefile delete mode 100644 2019-setembro/node_modules/is-date-object/README.md delete mode 100644 2019-setembro/node_modules/is-date-object/index.js delete mode 100644 2019-setembro/node_modules/is-date-object/package.json delete mode 100644 2019-setembro/node_modules/is-date-object/test.js delete mode 100644 2019-setembro/node_modules/is-descriptor/LICENSE delete mode 100644 2019-setembro/node_modules/is-descriptor/README.md delete mode 100644 2019-setembro/node_modules/is-descriptor/index.js delete mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/is-descriptor/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/is-descriptor/package.json delete mode 100644 2019-setembro/node_modules/is-extendable/LICENSE delete mode 100644 2019-setembro/node_modules/is-extendable/README.md delete mode 100644 2019-setembro/node_modules/is-extendable/index.js delete mode 100644 2019-setembro/node_modules/is-extendable/package.json delete mode 100644 2019-setembro/node_modules/is-extglob/LICENSE delete mode 100644 2019-setembro/node_modules/is-extglob/README.md delete mode 100644 2019-setembro/node_modules/is-extglob/index.js delete mode 100644 2019-setembro/node_modules/is-extglob/package.json delete mode 100644 2019-setembro/node_modules/is-glob/LICENSE delete mode 100644 2019-setembro/node_modules/is-glob/README.md delete mode 100644 2019-setembro/node_modules/is-glob/index.js delete mode 100644 2019-setembro/node_modules/is-glob/package.json delete mode 100644 2019-setembro/node_modules/is-module/.npmignore delete mode 100644 2019-setembro/node_modules/is-module/README.md delete mode 100644 2019-setembro/node_modules/is-module/component.json delete mode 100644 2019-setembro/node_modules/is-module/index.js delete mode 100644 2019-setembro/node_modules/is-module/package.json delete mode 100644 2019-setembro/node_modules/is-number/LICENSE delete mode 100644 2019-setembro/node_modules/is-number/README.md delete mode 100644 2019-setembro/node_modules/is-number/index.js delete mode 100644 2019-setembro/node_modules/is-number/package.json delete mode 100644 2019-setembro/node_modules/is-plain-object/LICENSE delete mode 100644 2019-setembro/node_modules/is-plain-object/README.md delete mode 100644 2019-setembro/node_modules/is-plain-object/index.d.ts delete mode 100644 2019-setembro/node_modules/is-plain-object/index.js delete mode 100644 2019-setembro/node_modules/is-plain-object/package.json delete mode 100644 2019-setembro/node_modules/is-reference/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/is-reference/README.md delete mode 100644 2019-setembro/node_modules/is-reference/dist/is-reference.es.js delete mode 100644 2019-setembro/node_modules/is-reference/dist/is-reference.js delete mode 100644 2019-setembro/node_modules/is-reference/dist/types/index.d.ts delete mode 100644 2019-setembro/node_modules/is-reference/package.json delete mode 100644 2019-setembro/node_modules/is-regex/.eslintrc delete mode 100644 2019-setembro/node_modules/is-regex/.jscs.json delete mode 100644 2019-setembro/node_modules/is-regex/.npmignore delete mode 100644 2019-setembro/node_modules/is-regex/.travis.yml delete mode 100644 2019-setembro/node_modules/is-regex/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/is-regex/LICENSE delete mode 100644 2019-setembro/node_modules/is-regex/Makefile delete mode 100644 2019-setembro/node_modules/is-regex/README.md delete mode 100644 2019-setembro/node_modules/is-regex/index.js delete mode 100644 2019-setembro/node_modules/is-regex/package.json delete mode 100644 2019-setembro/node_modules/is-regex/test.js delete mode 100644 2019-setembro/node_modules/is-symbol/.editorconfig delete mode 100644 2019-setembro/node_modules/is-symbol/.eslintrc delete mode 100644 2019-setembro/node_modules/is-symbol/.jscs.json delete mode 100644 2019-setembro/node_modules/is-symbol/.nvmrc delete mode 100644 2019-setembro/node_modules/is-symbol/.travis.yml delete mode 100644 2019-setembro/node_modules/is-symbol/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/is-symbol/LICENSE delete mode 100644 2019-setembro/node_modules/is-symbol/Makefile delete mode 100644 2019-setembro/node_modules/is-symbol/README.md delete mode 100644 2019-setembro/node_modules/is-symbol/index.js delete mode 100644 2019-setembro/node_modules/is-symbol/package.json delete mode 100644 2019-setembro/node_modules/is-symbol/test/.eslintrc delete mode 100644 2019-setembro/node_modules/is-symbol/test/index.js delete mode 100644 2019-setembro/node_modules/is-windows/LICENSE delete mode 100644 2019-setembro/node_modules/is-windows/README.md delete mode 100644 2019-setembro/node_modules/is-windows/index.js delete mode 100644 2019-setembro/node_modules/is-windows/package.json delete mode 100644 2019-setembro/node_modules/isarray/.npmignore delete mode 100644 2019-setembro/node_modules/isarray/.travis.yml delete mode 100644 2019-setembro/node_modules/isarray/Makefile delete mode 100644 2019-setembro/node_modules/isarray/README.md delete mode 100644 2019-setembro/node_modules/isarray/component.json delete mode 100644 2019-setembro/node_modules/isarray/index.js delete mode 100644 2019-setembro/node_modules/isarray/package.json delete mode 100644 2019-setembro/node_modules/isarray/test.js delete mode 100644 2019-setembro/node_modules/isexe/.npmignore delete mode 100644 2019-setembro/node_modules/isexe/LICENSE delete mode 100644 2019-setembro/node_modules/isexe/README.md delete mode 100644 2019-setembro/node_modules/isexe/index.js delete mode 100644 2019-setembro/node_modules/isexe/mode.js delete mode 100644 2019-setembro/node_modules/isexe/package.json delete mode 100644 2019-setembro/node_modules/isexe/test/basic.js delete mode 100644 2019-setembro/node_modules/isexe/windows.js delete mode 100644 2019-setembro/node_modules/isobject/LICENSE delete mode 100644 2019-setembro/node_modules/isobject/README.md delete mode 100644 2019-setembro/node_modules/isobject/index.d.ts delete mode 100644 2019-setembro/node_modules/isobject/index.js delete mode 100644 2019-setembro/node_modules/isobject/package.json delete mode 100644 2019-setembro/node_modules/jest-worker/LICENSE delete mode 100644 2019-setembro/node_modules/jest-worker/README.md delete mode 100644 2019-setembro/node_modules/jest-worker/build/Farm.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/Farm.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/Farm.js delete mode 100644 2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/WorkerPool.js delete mode 100644 2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.js delete mode 100644 2019-setembro/node_modules/jest-worker/build/index.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/index.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/index.js delete mode 100644 2019-setembro/node_modules/jest-worker/build/types.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/types.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/types.js delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.js delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.js delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/processChild.js delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts.map delete mode 100644 2019-setembro/node_modules/jest-worker/build/workers/threadChild.js delete mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/browser.js delete mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/index.js delete mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/license delete mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/package.json delete mode 100644 2019-setembro/node_modules/jest-worker/node_modules/supports-color/readme.md delete mode 100644 2019-setembro/node_modules/jest-worker/package.json delete mode 100644 2019-setembro/node_modules/js-tokens/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/js-tokens/LICENSE delete mode 100644 2019-setembro/node_modules/js-tokens/README.md delete mode 100644 2019-setembro/node_modules/js-tokens/index.js delete mode 100644 2019-setembro/node_modules/js-tokens/package.json delete mode 100644 2019-setembro/node_modules/json-parse-better-errors/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/json-parse-better-errors/LICENSE.md delete mode 100644 2019-setembro/node_modules/json-parse-better-errors/README.md delete mode 100644 2019-setembro/node_modules/json-parse-better-errors/index.js delete mode 100644 2019-setembro/node_modules/json-parse-better-errors/package.json delete mode 100644 2019-setembro/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/kleur/index.js delete mode 100644 2019-setembro/node_modules/kleur/kleur.d.ts delete mode 100644 2019-setembro/node_modules/kleur/license delete mode 100644 2019-setembro/node_modules/kleur/package.json delete mode 100644 2019-setembro/node_modules/kleur/readme.md delete mode 100644 2019-setembro/node_modules/livereload/.github/ISSUE_TEMPLATE delete mode 100644 2019-setembro/node_modules/livereload/.travis.yml delete mode 100644 2019-setembro/node_modules/livereload/Cakefile delete mode 100644 2019-setembro/node_modules/livereload/LICENSE delete mode 100644 2019-setembro/node_modules/livereload/README.md delete mode 100755 2019-setembro/node_modules/livereload/bin/livereload.js delete mode 100644 2019-setembro/node_modules/livereload/examples/index.html delete mode 100644 2019-setembro/node_modules/livereload/examples/server.js delete mode 100644 2019-setembro/node_modules/livereload/ext/livereload.js delete mode 100644 2019-setembro/node_modules/livereload/lib/command.coffee delete mode 100644 2019-setembro/node_modules/livereload/lib/command.js delete mode 100755 2019-setembro/node_modules/livereload/lib/livereload.coffee delete mode 100644 2019-setembro/node_modules/livereload/lib/livereload.js delete mode 100644 2019-setembro/node_modules/livereload/package.json delete mode 100644 2019-setembro/node_modules/livereload/test/index.test.coffee delete mode 100644 2019-setembro/node_modules/livereload/test/mocha.opts delete mode 100644 2019-setembro/node_modules/livereload/test/ssl/localhost.cert delete mode 100644 2019-setembro/node_modules/livereload/test/ssl/localhost.key delete mode 100644 2019-setembro/node_modules/load-json-file/index.js delete mode 100644 2019-setembro/node_modules/load-json-file/license delete mode 100644 2019-setembro/node_modules/load-json-file/package.json delete mode 100644 2019-setembro/node_modules/load-json-file/readme.md delete mode 100644 2019-setembro/node_modules/local-access/index.js delete mode 100644 2019-setembro/node_modules/local-access/license delete mode 100644 2019-setembro/node_modules/local-access/package.json delete mode 100644 2019-setembro/node_modules/local-access/readme.md delete mode 100644 2019-setembro/node_modules/magic-string/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/magic-string/LICENSE delete mode 100644 2019-setembro/node_modules/magic-string/README.md delete mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js delete mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js.map delete mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.es.js delete mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.es.js.map delete mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.umd.js delete mode 100644 2019-setembro/node_modules/magic-string/dist/magic-string.umd.js.map delete mode 100644 2019-setembro/node_modules/magic-string/index.d.ts delete mode 100644 2019-setembro/node_modules/magic-string/package.json delete mode 100644 2019-setembro/node_modules/map-cache/LICENSE delete mode 100644 2019-setembro/node_modules/map-cache/README.md delete mode 100644 2019-setembro/node_modules/map-cache/index.js delete mode 100644 2019-setembro/node_modules/map-cache/package.json delete mode 100644 2019-setembro/node_modules/map-visit/LICENSE delete mode 100644 2019-setembro/node_modules/map-visit/README.md delete mode 100644 2019-setembro/node_modules/map-visit/index.js delete mode 100644 2019-setembro/node_modules/map-visit/package.json delete mode 100644 2019-setembro/node_modules/memorystream/.npmignore delete mode 100644 2019-setembro/node_modules/memorystream/Gruntfile.js delete mode 100644 2019-setembro/node_modules/memorystream/LICENSE delete mode 100644 2019-setembro/node_modules/memorystream/README.md delete mode 100644 2019-setembro/node_modules/memorystream/index.js delete mode 100644 2019-setembro/node_modules/memorystream/package.json delete mode 100644 2019-setembro/node_modules/memorystream/test/example.js delete mode 100644 2019-setembro/node_modules/memorystream/test/memorystream.test.js delete mode 100644 2019-setembro/node_modules/merge-stream/LICENSE delete mode 100644 2019-setembro/node_modules/merge-stream/README.md delete mode 100644 2019-setembro/node_modules/merge-stream/index.js delete mode 100644 2019-setembro/node_modules/merge-stream/package.json delete mode 100644 2019-setembro/node_modules/micromatch/CHANGELOG.md delete mode 100755 2019-setembro/node_modules/micromatch/LICENSE delete mode 100644 2019-setembro/node_modules/micromatch/README.md delete mode 100644 2019-setembro/node_modules/micromatch/index.js delete mode 100644 2019-setembro/node_modules/micromatch/lib/.DS_Store delete mode 100644 2019-setembro/node_modules/micromatch/lib/cache.js delete mode 100644 2019-setembro/node_modules/micromatch/lib/compilers.js delete mode 100644 2019-setembro/node_modules/micromatch/lib/parsers.js delete mode 100644 2019-setembro/node_modules/micromatch/lib/utils.js delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/LICENSE delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/README.md delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/index.js delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/define-property/package.json delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/extend-shallow/LICENSE delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/extend-shallow/README.md delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/extend-shallow/index.js delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/extend-shallow/package.json delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/LICENSE delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/README.md delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.d.ts delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.js delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/is-extendable/package.json delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/micromatch/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/micromatch/package.json delete mode 100644 2019-setembro/node_modules/mime/.eslintrc.json delete mode 100644 2019-setembro/node_modules/mime/.github/ISSUE_TEMPLATE.md delete mode 100644 2019-setembro/node_modules/mime/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 2019-setembro/node_modules/mime/.travis.yml delete mode 100644 2019-setembro/node_modules/mime/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/mime/CONTRIBUTING.md delete mode 100644 2019-setembro/node_modules/mime/LICENSE delete mode 100644 2019-setembro/node_modules/mime/Mime.js delete mode 100644 2019-setembro/node_modules/mime/README.md delete mode 100755 2019-setembro/node_modules/mime/cli.js delete mode 100644 2019-setembro/node_modules/mime/index.js delete mode 100644 2019-setembro/node_modules/mime/lite.js delete mode 100644 2019-setembro/node_modules/mime/package.json delete mode 100644 2019-setembro/node_modules/mime/src/README_js.md delete mode 100644 2019-setembro/node_modules/mime/src/benchmark.js delete mode 100755 2019-setembro/node_modules/mime/src/build.js delete mode 100644 2019-setembro/node_modules/mime/src/test.js delete mode 100644 2019-setembro/node_modules/mime/types/other.js delete mode 100644 2019-setembro/node_modules/mime/types/standard.js delete mode 100644 2019-setembro/node_modules/minimatch/LICENSE delete mode 100644 2019-setembro/node_modules/minimatch/README.md delete mode 100644 2019-setembro/node_modules/minimatch/minimatch.js delete mode 100644 2019-setembro/node_modules/minimatch/package.json delete mode 100644 2019-setembro/node_modules/mixin-deep/LICENSE delete mode 100644 2019-setembro/node_modules/mixin-deep/README.md delete mode 100644 2019-setembro/node_modules/mixin-deep/index.js delete mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/LICENSE delete mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/README.md delete mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/index.d.ts delete mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/index.js delete mode 100644 2019-setembro/node_modules/mixin-deep/node_modules/is-extendable/package.json delete mode 100644 2019-setembro/node_modules/mixin-deep/package.json delete mode 100644 2019-setembro/node_modules/mri/lib/index.js delete mode 100644 2019-setembro/node_modules/mri/license.md delete mode 100644 2019-setembro/node_modules/mri/package.json delete mode 100644 2019-setembro/node_modules/mri/readme.md delete mode 100644 2019-setembro/node_modules/ms/index.js delete mode 100644 2019-setembro/node_modules/ms/license.md delete mode 100644 2019-setembro/node_modules/ms/package.json delete mode 100644 2019-setembro/node_modules/ms/readme.md delete mode 100644 2019-setembro/node_modules/nanomatch/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/nanomatch/LICENSE delete mode 100644 2019-setembro/node_modules/nanomatch/README.md delete mode 100644 2019-setembro/node_modules/nanomatch/index.js delete mode 100644 2019-setembro/node_modules/nanomatch/lib/cache.js delete mode 100644 2019-setembro/node_modules/nanomatch/lib/compilers.js delete mode 100644 2019-setembro/node_modules/nanomatch/lib/parsers.js delete mode 100644 2019-setembro/node_modules/nanomatch/lib/utils.js delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/LICENSE delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/README.md delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/index.js delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/define-property/package.json delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/extend-shallow/LICENSE delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/extend-shallow/README.md delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/extend-shallow/index.js delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/extend-shallow/package.json delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/LICENSE delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/README.md delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/index.d.ts delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/index.js delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/is-extendable/package.json delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/LICENSE delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/README.md delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/index.js delete mode 100644 2019-setembro/node_modules/nanomatch/node_modules/kind-of/package.json delete mode 100644 2019-setembro/node_modules/nanomatch/package.json delete mode 100644 2019-setembro/node_modules/nice-try/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/nice-try/LICENSE delete mode 100644 2019-setembro/node_modules/nice-try/README.md delete mode 100644 2019-setembro/node_modules/nice-try/package.json delete mode 100644 2019-setembro/node_modules/nice-try/src/index.js delete mode 100644 2019-setembro/node_modules/normalize-package-data/AUTHORS delete mode 100644 2019-setembro/node_modules/normalize-package-data/LICENSE delete mode 100644 2019-setembro/node_modules/normalize-package-data/README.md delete mode 100644 2019-setembro/node_modules/normalize-package-data/lib/extract_description.js delete mode 100644 2019-setembro/node_modules/normalize-package-data/lib/fixer.js delete mode 100644 2019-setembro/node_modules/normalize-package-data/lib/make_warning.js delete mode 100644 2019-setembro/node_modules/normalize-package-data/lib/normalize.js delete mode 100644 2019-setembro/node_modules/normalize-package-data/lib/safe_format.js delete mode 100644 2019-setembro/node_modules/normalize-package-data/lib/typos.json delete mode 100644 2019-setembro/node_modules/normalize-package-data/lib/warning_messages.json delete mode 120000 2019-setembro/node_modules/normalize-package-data/node_modules/.bin/semver delete mode 100644 2019-setembro/node_modules/normalize-package-data/package.json delete mode 100644 2019-setembro/node_modules/normalize-path/LICENSE delete mode 100644 2019-setembro/node_modules/normalize-path/README.md delete mode 100644 2019-setembro/node_modules/normalize-path/index.js delete mode 100644 2019-setembro/node_modules/normalize-path/package.json delete mode 100644 2019-setembro/node_modules/npm-run-all/LICENSE delete mode 100644 2019-setembro/node_modules/npm-run-all/README.md delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/common/bootstrap.js delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/common/parse-cli-args.js delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/common/version.js delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/npm-run-all/help.js delete mode 100755 2019-setembro/node_modules/npm-run-all/bin/npm-run-all/index.js delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/npm-run-all/main.js delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/run-p/help.js delete mode 100755 2019-setembro/node_modules/npm-run-all/bin/run-p/index.js delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/run-p/main.js delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/run-s/help.js delete mode 100755 2019-setembro/node_modules/npm-run-all/bin/run-s/index.js delete mode 100644 2019-setembro/node_modules/npm-run-all/bin/run-s/main.js delete mode 100644 2019-setembro/node_modules/npm-run-all/docs/node-api.md delete mode 100644 2019-setembro/node_modules/npm-run-all/docs/npm-run-all.md delete mode 100644 2019-setembro/node_modules/npm-run-all/docs/run-p.md delete mode 100644 2019-setembro/node_modules/npm-run-all/docs/run-s.md delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/create-header.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/create-prefix-transform-stream.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/index.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/match-tasks.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/npm-run-all-error.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/read-package-json.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/run-task.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/run-tasks.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/spawn-posix.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/spawn-win32.js delete mode 100644 2019-setembro/node_modules/npm-run-all/lib/spawn.js delete mode 120000 2019-setembro/node_modules/npm-run-all/node_modules/.bin/pidtree delete mode 100644 2019-setembro/node_modules/npm-run-all/package.json delete mode 100644 2019-setembro/node_modules/object-copy/LICENSE delete mode 100644 2019-setembro/node_modules/object-copy/index.js delete mode 100644 2019-setembro/node_modules/object-copy/package.json delete mode 100644 2019-setembro/node_modules/object-inspect/.nycrc delete mode 100644 2019-setembro/node_modules/object-inspect/.travis.yml delete mode 100644 2019-setembro/node_modules/object-inspect/LICENSE delete mode 100644 2019-setembro/node_modules/object-inspect/example/all.js delete mode 100644 2019-setembro/node_modules/object-inspect/example/circular.js delete mode 100644 2019-setembro/node_modules/object-inspect/example/fn.js delete mode 100644 2019-setembro/node_modules/object-inspect/example/inspect.js delete mode 100644 2019-setembro/node_modules/object-inspect/index.js delete mode 100644 2019-setembro/node_modules/object-inspect/package.json delete mode 100644 2019-setembro/node_modules/object-inspect/readme.markdown delete mode 100644 2019-setembro/node_modules/object-inspect/test-core-js.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/bigint.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/browser/dom.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/circular.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/deep.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/element.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/err.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/fn.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/has.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/holes.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/inspect.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/lowbyte.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/number.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/quoteStyle.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/undef.js delete mode 100644 2019-setembro/node_modules/object-inspect/test/values.js delete mode 100644 2019-setembro/node_modules/object-inspect/util.inspect.js delete mode 100644 2019-setembro/node_modules/object-keys/.editorconfig delete mode 100644 2019-setembro/node_modules/object-keys/.eslintrc delete mode 100644 2019-setembro/node_modules/object-keys/.travis.yml delete mode 100644 2019-setembro/node_modules/object-keys/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/object-keys/LICENSE delete mode 100644 2019-setembro/node_modules/object-keys/README.md delete mode 100644 2019-setembro/node_modules/object-keys/implementation.js delete mode 100644 2019-setembro/node_modules/object-keys/index.js delete mode 100644 2019-setembro/node_modules/object-keys/isArguments.js delete mode 100644 2019-setembro/node_modules/object-keys/package.json delete mode 100644 2019-setembro/node_modules/object-keys/test/index.js delete mode 100644 2019-setembro/node_modules/object-visit/LICENSE delete mode 100644 2019-setembro/node_modules/object-visit/README.md delete mode 100644 2019-setembro/node_modules/object-visit/index.js delete mode 100644 2019-setembro/node_modules/object-visit/package.json delete mode 100644 2019-setembro/node_modules/object.pick/LICENSE delete mode 100644 2019-setembro/node_modules/object.pick/README.md delete mode 100644 2019-setembro/node_modules/object.pick/index.js delete mode 100644 2019-setembro/node_modules/object.pick/package.json delete mode 100644 2019-setembro/node_modules/options/.npmignore delete mode 100644 2019-setembro/node_modules/options/Makefile delete mode 100644 2019-setembro/node_modules/options/README.md delete mode 100644 2019-setembro/node_modules/options/lib/options.js delete mode 100644 2019-setembro/node_modules/options/package.json delete mode 100644 2019-setembro/node_modules/opts/.npmignore delete mode 100644 2019-setembro/node_modules/opts/README.md delete mode 100644 2019-setembro/node_modules/opts/examples/example1.js delete mode 100644 2019-setembro/node_modules/opts/examples/example2.js delete mode 100644 2019-setembro/node_modules/opts/examples/example3.js delete mode 100644 2019-setembro/node_modules/opts/examples/example4.js delete mode 100644 2019-setembro/node_modules/opts/package.json delete mode 100644 2019-setembro/node_modules/opts/src/opts.js delete mode 100644 2019-setembro/node_modules/parse-json/index.js delete mode 100644 2019-setembro/node_modules/parse-json/license delete mode 100644 2019-setembro/node_modules/parse-json/package.json delete mode 100644 2019-setembro/node_modules/parse-json/readme.md delete mode 100644 2019-setembro/node_modules/pascalcase/LICENSE delete mode 100644 2019-setembro/node_modules/pascalcase/README.md delete mode 100644 2019-setembro/node_modules/pascalcase/index.js delete mode 100644 2019-setembro/node_modules/pascalcase/package.json delete mode 100644 2019-setembro/node_modules/path-dirname/index.js delete mode 100644 2019-setembro/node_modules/path-dirname/license delete mode 100644 2019-setembro/node_modules/path-dirname/package.json delete mode 100644 2019-setembro/node_modules/path-dirname/readme.md delete mode 100644 2019-setembro/node_modules/path-is-absolute/index.js delete mode 100644 2019-setembro/node_modules/path-is-absolute/license delete mode 100644 2019-setembro/node_modules/path-is-absolute/package.json delete mode 100644 2019-setembro/node_modules/path-is-absolute/readme.md delete mode 100644 2019-setembro/node_modules/path-key/index.js delete mode 100644 2019-setembro/node_modules/path-key/license delete mode 100644 2019-setembro/node_modules/path-key/package.json delete mode 100644 2019-setembro/node_modules/path-key/readme.md delete mode 100644 2019-setembro/node_modules/path-parse/.travis.yml delete mode 100644 2019-setembro/node_modules/path-parse/LICENSE delete mode 100644 2019-setembro/node_modules/path-parse/README.md delete mode 100644 2019-setembro/node_modules/path-parse/index.js delete mode 100644 2019-setembro/node_modules/path-parse/package.json delete mode 100644 2019-setembro/node_modules/path-parse/test.js delete mode 100644 2019-setembro/node_modules/path-type/index.js delete mode 100644 2019-setembro/node_modules/path-type/license delete mode 100644 2019-setembro/node_modules/path-type/package.json delete mode 100644 2019-setembro/node_modules/path-type/readme.md delete mode 100644 2019-setembro/node_modules/pidtree/README.md delete mode 100755 2019-setembro/node_modules/pidtree/bin/pidtree.js delete mode 100644 2019-setembro/node_modules/pidtree/index.js delete mode 100644 2019-setembro/node_modules/pidtree/lib/bin.js delete mode 100644 2019-setembro/node_modules/pidtree/lib/get.js delete mode 100644 2019-setembro/node_modules/pidtree/lib/pidtree.js delete mode 100644 2019-setembro/node_modules/pidtree/lib/ps.js delete mode 100644 2019-setembro/node_modules/pidtree/lib/wmic.js delete mode 100644 2019-setembro/node_modules/pidtree/license delete mode 100644 2019-setembro/node_modules/pidtree/package.json delete mode 100644 2019-setembro/node_modules/pify/index.js delete mode 100644 2019-setembro/node_modules/pify/license delete mode 100644 2019-setembro/node_modules/pify/package.json delete mode 100644 2019-setembro/node_modules/pify/readme.md delete mode 100644 2019-setembro/node_modules/posix-character-classes/LICENSE delete mode 100644 2019-setembro/node_modules/posix-character-classes/README.md delete mode 100644 2019-setembro/node_modules/posix-character-classes/index.js delete mode 100644 2019-setembro/node_modules/posix-character-classes/package.json delete mode 100644 2019-setembro/node_modules/process-nextick-args/index.js delete mode 100644 2019-setembro/node_modules/process-nextick-args/license.md delete mode 100644 2019-setembro/node_modules/process-nextick-args/package.json delete mode 100644 2019-setembro/node_modules/process-nextick-args/readme.md delete mode 100644 2019-setembro/node_modules/read-pkg/index.js delete mode 100644 2019-setembro/node_modules/read-pkg/license delete mode 100644 2019-setembro/node_modules/read-pkg/package.json delete mode 100644 2019-setembro/node_modules/read-pkg/readme.md delete mode 100644 2019-setembro/node_modules/readable-stream/.travis.yml delete mode 100644 2019-setembro/node_modules/readable-stream/CONTRIBUTING.md delete mode 100644 2019-setembro/node_modules/readable-stream/GOVERNANCE.md delete mode 100644 2019-setembro/node_modules/readable-stream/LICENSE delete mode 100644 2019-setembro/node_modules/readable-stream/README.md delete mode 100644 2019-setembro/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md delete mode 100644 2019-setembro/node_modules/readable-stream/duplex-browser.js delete mode 100644 2019-setembro/node_modules/readable-stream/duplex.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_duplex.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_passthrough.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_readable.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_transform.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/_stream_writable.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/internal/streams/BufferList.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/internal/streams/destroy.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/internal/streams/stream-browser.js delete mode 100644 2019-setembro/node_modules/readable-stream/lib/internal/streams/stream.js delete mode 100644 2019-setembro/node_modules/readable-stream/package.json delete mode 100644 2019-setembro/node_modules/readable-stream/passthrough.js delete mode 100644 2019-setembro/node_modules/readable-stream/readable-browser.js delete mode 100644 2019-setembro/node_modules/readable-stream/readable.js delete mode 100644 2019-setembro/node_modules/readable-stream/transform.js delete mode 100644 2019-setembro/node_modules/readable-stream/writable-browser.js delete mode 100644 2019-setembro/node_modules/readable-stream/writable.js delete mode 100644 2019-setembro/node_modules/readdirp/LICENSE delete mode 100644 2019-setembro/node_modules/readdirp/README.md delete mode 100644 2019-setembro/node_modules/readdirp/package.json delete mode 100644 2019-setembro/node_modules/readdirp/readdirp.js delete mode 100644 2019-setembro/node_modules/readdirp/stream-api.js delete mode 100644 2019-setembro/node_modules/regex-not/LICENSE delete mode 100644 2019-setembro/node_modules/regex-not/README.md delete mode 100644 2019-setembro/node_modules/regex-not/index.js delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/extend-shallow/LICENSE delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/extend-shallow/README.md delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/extend-shallow/index.js delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/extend-shallow/package.json delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/LICENSE delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/README.md delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/index.d.ts delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/index.js delete mode 100644 2019-setembro/node_modules/regex-not/node_modules/is-extendable/package.json delete mode 100644 2019-setembro/node_modules/regex-not/package.json delete mode 100644 2019-setembro/node_modules/remove-trailing-separator/history.md delete mode 100644 2019-setembro/node_modules/remove-trailing-separator/index.js delete mode 100644 2019-setembro/node_modules/remove-trailing-separator/license delete mode 100644 2019-setembro/node_modules/remove-trailing-separator/package.json delete mode 100644 2019-setembro/node_modules/remove-trailing-separator/readme.md delete mode 100644 2019-setembro/node_modules/repeat-element/LICENSE delete mode 100644 2019-setembro/node_modules/repeat-element/README.md delete mode 100644 2019-setembro/node_modules/repeat-element/index.js delete mode 100644 2019-setembro/node_modules/repeat-element/package.json delete mode 100644 2019-setembro/node_modules/repeat-string/LICENSE delete mode 100644 2019-setembro/node_modules/repeat-string/README.md delete mode 100644 2019-setembro/node_modules/repeat-string/index.js delete mode 100644 2019-setembro/node_modules/repeat-string/package.json delete mode 100644 2019-setembro/node_modules/require-relative/README.md delete mode 100644 2019-setembro/node_modules/require-relative/index.js delete mode 100644 2019-setembro/node_modules/require-relative/package.json delete mode 100644 2019-setembro/node_modules/resolve-url/.jshintrc delete mode 100644 2019-setembro/node_modules/resolve-url/LICENSE delete mode 100644 2019-setembro/node_modules/resolve-url/bower.json delete mode 100644 2019-setembro/node_modules/resolve-url/changelog.md delete mode 100644 2019-setembro/node_modules/resolve-url/component.json delete mode 100644 2019-setembro/node_modules/resolve-url/package.json delete mode 100644 2019-setembro/node_modules/resolve-url/readme.md delete mode 100644 2019-setembro/node_modules/resolve-url/resolve-url.js delete mode 100644 2019-setembro/node_modules/resolve-url/test/resolve-url.js delete mode 100644 2019-setembro/node_modules/resolve/.editorconfig delete mode 100644 2019-setembro/node_modules/resolve/.eslintignore delete mode 100644 2019-setembro/node_modules/resolve/.eslintrc delete mode 100644 2019-setembro/node_modules/resolve/.travis.yml delete mode 100644 2019-setembro/node_modules/resolve/LICENSE delete mode 100644 2019-setembro/node_modules/resolve/appveyor.yml delete mode 100644 2019-setembro/node_modules/resolve/example/async.js delete mode 100644 2019-setembro/node_modules/resolve/example/sync.js delete mode 100644 2019-setembro/node_modules/resolve/index.js delete mode 100644 2019-setembro/node_modules/resolve/lib/async.js delete mode 100644 2019-setembro/node_modules/resolve/lib/caller.js delete mode 100644 2019-setembro/node_modules/resolve/lib/core.js delete mode 100644 2019-setembro/node_modules/resolve/lib/core.json delete mode 100644 2019-setembro/node_modules/resolve/lib/node-modules-paths.js delete mode 100644 2019-setembro/node_modules/resolve/lib/normalize-options.js delete mode 100644 2019-setembro/node_modules/resolve/lib/sync.js delete mode 100644 2019-setembro/node_modules/resolve/package.json delete mode 100644 2019-setembro/node_modules/resolve/readme.markdown delete mode 100644 2019-setembro/node_modules/resolve/test/.eslintrc delete mode 100644 2019-setembro/node_modules/resolve/test/core.js delete mode 100644 2019-setembro/node_modules/resolve/test/dotdot.js delete mode 100644 2019-setembro/node_modules/resolve/test/dotdot/abc/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/dotdot/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/faulty_basedir.js delete mode 100644 2019-setembro/node_modules/resolve/test/filter.js delete mode 100644 2019-setembro/node_modules/resolve/test/filter_sync.js delete mode 100644 2019-setembro/node_modules/resolve/test/mock.js delete mode 100644 2019-setembro/node_modules/resolve/test/mock_sync.js delete mode 100644 2019-setembro/node_modules/resolve/test/module_dir.js delete mode 100644 2019-setembro/node_modules/resolve/test/module_dir/xmodules/aaa/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/module_dir/ymodules/aaa/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/module_dir/zmodules/bbb/main.js delete mode 100644 2019-setembro/node_modules/resolve/test/module_dir/zmodules/bbb/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/node-modules-paths.js delete mode 100644 2019-setembro/node_modules/resolve/test/node_path.js delete mode 100644 2019-setembro/node_modules/resolve/test/node_path/x/aaa/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/node_path/x/ccc/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/node_path/y/bbb/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/node_path/y/ccc/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/nonstring.js delete mode 100644 2019-setembro/node_modules/resolve/test/pathfilter.js delete mode 100644 2019-setembro/node_modules/resolve/test/pathfilter/deep_ref/main.js delete mode 100644 2019-setembro/node_modules/resolve/test/precedence.js delete mode 100644 2019-setembro/node_modules/resolve/test/precedence/aaa.js delete mode 100644 2019-setembro/node_modules/resolve/test/precedence/aaa/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/precedence/aaa/main.js delete mode 100644 2019-setembro/node_modules/resolve/test/precedence/bbb.js delete mode 100644 2019-setembro/node_modules/resolve/test/precedence/bbb/main.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/baz/doom.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/baz/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/baz/quux.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/browser_field/a.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/browser_field/b.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/browser_field/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/cup.coffee delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/dot_main/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/dot_main/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/dot_slash_main/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/dot_slash_main/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/foo.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/incorrect_main/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/incorrect_main/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/invalid_main/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/mug.coffee delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/mug.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/lerna.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/other_path/lib/other-lib.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/other_path/root.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/quux/foo/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/same_names/foo.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/same_names/foo/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/symlinked/package/bar.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/symlinked/package/package.json delete mode 100644 2019-setembro/node_modules/resolve/test/resolver/without_basedir/main.js delete mode 100644 2019-setembro/node_modules/resolve/test/resolver_sync.js delete mode 100644 2019-setembro/node_modules/resolve/test/shadowed_core.js delete mode 100644 2019-setembro/node_modules/resolve/test/shadowed_core/node_modules/util/index.js delete mode 100644 2019-setembro/node_modules/resolve/test/subdirs.js delete mode 100644 2019-setembro/node_modules/resolve/test/symlinks.js delete mode 100644 2019-setembro/node_modules/ret/LICENSE delete mode 100644 2019-setembro/node_modules/ret/README.md delete mode 100644 2019-setembro/node_modules/ret/lib/index.js delete mode 100644 2019-setembro/node_modules/ret/lib/positions.js delete mode 100644 2019-setembro/node_modules/ret/lib/sets.js delete mode 100644 2019-setembro/node_modules/ret/lib/types.js delete mode 100644 2019-setembro/node_modules/ret/lib/util.js delete mode 100644 2019-setembro/node_modules/ret/package.json delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/LICENSE delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/README.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js.map delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.es.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.es.js.map delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/index.d.ts delete mode 120000 2019-setembro/node_modules/rollup-plugin-commonjs/node_modules/.bin/rollup delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/package.json delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/ast-utils.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/helpers.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/index.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/is-cjs.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/resolve-id.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/transform.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-commonjs/src/utils.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/LICENSE.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/README.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/dist/index.cjs.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/dist/index.es.js delete mode 120000 2019-setembro/node_modules/rollup-plugin-livereload/node_modules/.bin/livereload delete mode 120000 2019-setembro/node_modules/rollup-plugin-livereload/node_modules/.bin/rollup delete mode 100644 2019-setembro/node_modules/rollup-plugin-livereload/package.json delete mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/README.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/dist/rollup-plugin-node-resolve.cjs.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/dist/rollup-plugin-node-resolve.es.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/index.d.ts delete mode 120000 2019-setembro/node_modules/rollup-plugin-node-resolve/node_modules/.bin/rollup delete mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/package.json delete mode 100644 2019-setembro/node_modules/rollup-plugin-node-resolve/src/index.js delete mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/LICENSE delete mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/README.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/index.js delete mode 120000 2019-setembro/node_modules/rollup-plugin-svelte/node_modules/.bin/rollup delete mode 100644 2019-setembro/node_modules/rollup-plugin-svelte/package.json delete mode 100644 2019-setembro/node_modules/rollup-plugin-terser/LICENSE delete mode 100644 2019-setembro/node_modules/rollup-plugin-terser/README.md delete mode 100644 2019-setembro/node_modules/rollup-plugin-terser/index.js delete mode 120000 2019-setembro/node_modules/rollup-plugin-terser/node_modules/.bin/rollup delete mode 120000 2019-setembro/node_modules/rollup-plugin-terser/node_modules/.bin/terser delete mode 100644 2019-setembro/node_modules/rollup-plugin-terser/package.json delete mode 100644 2019-setembro/node_modules/rollup-plugin-terser/transform.js delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/README.md delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/dist/pluginutils.cjs.js delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/dist/pluginutils.d.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/dist/pluginutils.es.js delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/package.json delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/addExtension.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/attachScopes.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/createFilter.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/dataToEsm.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/extractAssignedNames.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/index.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/makeLegalIdentifier.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/pluginutils.d.ts delete mode 100644 2019-setembro/node_modules/rollup-pluginutils/src/utils/ensureArray.ts delete mode 100644 2019-setembro/node_modules/rollup/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/rollup/LICENSE.md delete mode 100644 2019-setembro/node_modules/rollup/README.md delete mode 100755 2019-setembro/node_modules/rollup/dist/bin/rollup delete mode 100644 2019-setembro/node_modules/rollup/dist/rollup.browser.es.js delete mode 100644 2019-setembro/node_modules/rollup/dist/rollup.browser.js delete mode 100644 2019-setembro/node_modules/rollup/dist/rollup.d.ts delete mode 100644 2019-setembro/node_modules/rollup/dist/rollup.es.js delete mode 100644 2019-setembro/node_modules/rollup/dist/rollup.js delete mode 100644 2019-setembro/node_modules/rollup/dist/shared/index.js delete mode 120000 2019-setembro/node_modules/rollup/node_modules/.bin/acorn delete mode 100644 2019-setembro/node_modules/rollup/package.json delete mode 100644 2019-setembro/node_modules/sade/lib/index.js delete mode 100644 2019-setembro/node_modules/sade/lib/utils.js delete mode 100644 2019-setembro/node_modules/sade/license delete mode 100644 2019-setembro/node_modules/sade/package.json delete mode 100644 2019-setembro/node_modules/sade/readme.md delete mode 100644 2019-setembro/node_modules/safe-buffer/LICENSE delete mode 100644 2019-setembro/node_modules/safe-buffer/README.md delete mode 100644 2019-setembro/node_modules/safe-buffer/index.d.ts delete mode 100644 2019-setembro/node_modules/safe-buffer/index.js delete mode 100644 2019-setembro/node_modules/safe-buffer/package.json delete mode 100644 2019-setembro/node_modules/safe-regex/.travis.yml delete mode 100644 2019-setembro/node_modules/safe-regex/LICENSE delete mode 100644 2019-setembro/node_modules/safe-regex/example/safe.js delete mode 100644 2019-setembro/node_modules/safe-regex/index.js delete mode 100644 2019-setembro/node_modules/safe-regex/package.json delete mode 100644 2019-setembro/node_modules/safe-regex/readme.markdown delete mode 100644 2019-setembro/node_modules/safe-regex/test/regex.js delete mode 100644 2019-setembro/node_modules/semver/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/semver/LICENSE delete mode 100644 2019-setembro/node_modules/semver/README.md delete mode 100755 2019-setembro/node_modules/semver/bin/semver delete mode 100644 2019-setembro/node_modules/semver/package.json delete mode 100644 2019-setembro/node_modules/semver/range.bnf delete mode 100644 2019-setembro/node_modules/semver/semver.js delete mode 100644 2019-setembro/node_modules/serialize-javascript/LICENSE delete mode 100644 2019-setembro/node_modules/serialize-javascript/README.md delete mode 100644 2019-setembro/node_modules/serialize-javascript/index.js delete mode 100644 2019-setembro/node_modules/serialize-javascript/package.json delete mode 100644 2019-setembro/node_modules/set-value/LICENSE delete mode 100644 2019-setembro/node_modules/set-value/README.md delete mode 100644 2019-setembro/node_modules/set-value/index.js delete mode 100644 2019-setembro/node_modules/set-value/package.json delete mode 100644 2019-setembro/node_modules/shebang-command/index.js delete mode 100644 2019-setembro/node_modules/shebang-command/license delete mode 100644 2019-setembro/node_modules/shebang-command/package.json delete mode 100644 2019-setembro/node_modules/shebang-command/readme.md delete mode 100644 2019-setembro/node_modules/shebang-regex/index.js delete mode 100644 2019-setembro/node_modules/shebang-regex/license delete mode 100644 2019-setembro/node_modules/shebang-regex/package.json delete mode 100644 2019-setembro/node_modules/shebang-regex/readme.md delete mode 100644 2019-setembro/node_modules/shell-quote/.travis.yml delete mode 100644 2019-setembro/node_modules/shell-quote/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/shell-quote/LICENSE delete mode 100644 2019-setembro/node_modules/shell-quote/example/env.js delete mode 100644 2019-setembro/node_modules/shell-quote/example/op.js delete mode 100644 2019-setembro/node_modules/shell-quote/example/parse.js delete mode 100644 2019-setembro/node_modules/shell-quote/example/quote.js delete mode 100644 2019-setembro/node_modules/shell-quote/index.js delete mode 100644 2019-setembro/node_modules/shell-quote/package.json delete mode 100644 2019-setembro/node_modules/shell-quote/readme.markdown delete mode 100644 2019-setembro/node_modules/shell-quote/test/comment.js delete mode 100644 2019-setembro/node_modules/shell-quote/test/env.js delete mode 100644 2019-setembro/node_modules/shell-quote/test/env_fn.js delete mode 100644 2019-setembro/node_modules/shell-quote/test/op.js delete mode 100644 2019-setembro/node_modules/shell-quote/test/parse.js delete mode 100644 2019-setembro/node_modules/shell-quote/test/quote.js delete mode 100644 2019-setembro/node_modules/shell-quote/test/set.js delete mode 100644 2019-setembro/node_modules/sirv-cli/boot.js delete mode 100755 2019-setembro/node_modules/sirv-cli/index.js delete mode 100644 2019-setembro/node_modules/sirv-cli/package.json delete mode 100644 2019-setembro/node_modules/sirv-cli/readme.md delete mode 100644 2019-setembro/node_modules/sirv/index.js delete mode 120000 2019-setembro/node_modules/sirv/node_modules/.bin/mime delete mode 100644 2019-setembro/node_modules/sirv/package.json delete mode 100644 2019-setembro/node_modules/sirv/readme.md delete mode 100644 2019-setembro/node_modules/snapdragon-node/LICENSE delete mode 100644 2019-setembro/node_modules/snapdragon-node/README.md delete mode 100644 2019-setembro/node_modules/snapdragon-node/index.js delete mode 100644 2019-setembro/node_modules/snapdragon-node/node_modules/define-property/LICENSE delete mode 100644 2019-setembro/node_modules/snapdragon-node/node_modules/define-property/README.md delete mode 100644 2019-setembro/node_modules/snapdragon-node/node_modules/define-property/index.js delete mode 100644 2019-setembro/node_modules/snapdragon-node/node_modules/define-property/package.json delete mode 100644 2019-setembro/node_modules/snapdragon-node/package.json delete mode 100644 2019-setembro/node_modules/snapdragon-util/LICENSE delete mode 100644 2019-setembro/node_modules/snapdragon-util/README.md delete mode 100644 2019-setembro/node_modules/snapdragon-util/index.js delete mode 100644 2019-setembro/node_modules/snapdragon-util/package.json delete mode 100644 2019-setembro/node_modules/snapdragon/LICENSE delete mode 100644 2019-setembro/node_modules/snapdragon/README.md delete mode 100644 2019-setembro/node_modules/snapdragon/index.js delete mode 100644 2019-setembro/node_modules/snapdragon/lib/compiler.js delete mode 100644 2019-setembro/node_modules/snapdragon/lib/parser.js delete mode 100644 2019-setembro/node_modules/snapdragon/lib/position.js delete mode 100644 2019-setembro/node_modules/snapdragon/lib/source-maps.js delete mode 100644 2019-setembro/node_modules/snapdragon/lib/utils.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/LICENSE delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/README.md delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.debug.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js.map delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/array-set.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64-vlq.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/binary-search.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/mapping-list.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/quick-sort.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-consumer.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-generator.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-node.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/util.js delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/package.json delete mode 100644 2019-setembro/node_modules/snapdragon/node_modules/source-map/source-map.js delete mode 100644 2019-setembro/node_modules/snapdragon/package.json delete mode 100644 2019-setembro/node_modules/source-map-resolve/.jshintrc delete mode 100644 2019-setembro/node_modules/source-map-resolve/.travis.yml delete mode 100644 2019-setembro/node_modules/source-map-resolve/LICENSE delete mode 100644 2019-setembro/node_modules/source-map-resolve/bower.json delete mode 100644 2019-setembro/node_modules/source-map-resolve/changelog.md delete mode 100644 2019-setembro/node_modules/source-map-resolve/component.json delete mode 100644 2019-setembro/node_modules/source-map-resolve/generate-source-map-resolve.js delete mode 100644 2019-setembro/node_modules/source-map-resolve/lib/decode-uri-component.js delete mode 100644 2019-setembro/node_modules/source-map-resolve/lib/resolve-url.js delete mode 100644 2019-setembro/node_modules/source-map-resolve/lib/source-map-resolve-node.js delete mode 120000 2019-setembro/node_modules/source-map-resolve/node_modules/.bin/atob delete mode 100644 2019-setembro/node_modules/source-map-resolve/package.json delete mode 100644 2019-setembro/node_modules/source-map-resolve/readme.md delete mode 100644 2019-setembro/node_modules/source-map-resolve/source-map-resolve.js delete mode 100644 2019-setembro/node_modules/source-map-resolve/source-map-resolve.js.template delete mode 100644 2019-setembro/node_modules/source-map-resolve/test/common.js delete mode 100644 2019-setembro/node_modules/source-map-resolve/test/read.js delete mode 100644 2019-setembro/node_modules/source-map-resolve/test/source-map-resolve.js delete mode 100644 2019-setembro/node_modules/source-map-resolve/test/windows.js delete mode 100644 2019-setembro/node_modules/source-map-resolve/x-package.json5 delete mode 100644 2019-setembro/node_modules/source-map-support/LICENSE.md delete mode 100644 2019-setembro/node_modules/source-map-support/README.md delete mode 100644 2019-setembro/node_modules/source-map-support/browser-source-map-support.js delete mode 100644 2019-setembro/node_modules/source-map-support/package.json delete mode 100644 2019-setembro/node_modules/source-map-support/register.js delete mode 100644 2019-setembro/node_modules/source-map-support/source-map-support.js delete mode 100644 2019-setembro/node_modules/source-map-url/.jshintrc delete mode 100644 2019-setembro/node_modules/source-map-url/LICENSE delete mode 100644 2019-setembro/node_modules/source-map-url/bower.json delete mode 100644 2019-setembro/node_modules/source-map-url/changelog.md delete mode 100644 2019-setembro/node_modules/source-map-url/component.json delete mode 100644 2019-setembro/node_modules/source-map-url/package.json delete mode 100644 2019-setembro/node_modules/source-map-url/readme.md delete mode 100644 2019-setembro/node_modules/source-map-url/source-map-url.js delete mode 100644 2019-setembro/node_modules/source-map-url/test/source-map-url.js delete mode 100644 2019-setembro/node_modules/source-map-url/x-package.json5 delete mode 100644 2019-setembro/node_modules/source-map/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/source-map/LICENSE delete mode 100644 2019-setembro/node_modules/source-map/README.md delete mode 100644 2019-setembro/node_modules/source-map/dist/source-map.debug.js delete mode 100644 2019-setembro/node_modules/source-map/dist/source-map.js delete mode 100644 2019-setembro/node_modules/source-map/dist/source-map.min.js delete mode 100644 2019-setembro/node_modules/source-map/dist/source-map.min.js.map delete mode 100644 2019-setembro/node_modules/source-map/lib/array-set.js delete mode 100644 2019-setembro/node_modules/source-map/lib/base64-vlq.js delete mode 100644 2019-setembro/node_modules/source-map/lib/base64.js delete mode 100644 2019-setembro/node_modules/source-map/lib/binary-search.js delete mode 100644 2019-setembro/node_modules/source-map/lib/mapping-list.js delete mode 100644 2019-setembro/node_modules/source-map/lib/quick-sort.js delete mode 100644 2019-setembro/node_modules/source-map/lib/source-map-consumer.js delete mode 100644 2019-setembro/node_modules/source-map/lib/source-map-generator.js delete mode 100644 2019-setembro/node_modules/source-map/lib/source-node.js delete mode 100644 2019-setembro/node_modules/source-map/lib/util.js delete mode 100644 2019-setembro/node_modules/source-map/package.json delete mode 100644 2019-setembro/node_modules/source-map/source-map.d.ts delete mode 100644 2019-setembro/node_modules/source-map/source-map.js delete mode 100644 2019-setembro/node_modules/sourcemap-codec/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/sourcemap-codec/LICENSE delete mode 100644 2019-setembro/node_modules/sourcemap-codec/README.md delete mode 100644 2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js delete mode 100644 2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js delete mode 100644 2019-setembro/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts delete mode 100644 2019-setembro/node_modules/sourcemap-codec/package.json delete mode 100644 2019-setembro/node_modules/spdx-correct/LICENSE delete mode 100644 2019-setembro/node_modules/spdx-correct/README.md delete mode 100644 2019-setembro/node_modules/spdx-correct/index.js delete mode 100644 2019-setembro/node_modules/spdx-correct/package.json delete mode 100644 2019-setembro/node_modules/spdx-exceptions/README.md delete mode 100644 2019-setembro/node_modules/spdx-exceptions/index.json delete mode 100644 2019-setembro/node_modules/spdx-exceptions/package.json delete mode 100644 2019-setembro/node_modules/spdx-exceptions/test.log delete mode 100644 2019-setembro/node_modules/spdx-expression-parse/AUTHORS delete mode 100644 2019-setembro/node_modules/spdx-expression-parse/LICENSE delete mode 100644 2019-setembro/node_modules/spdx-expression-parse/README.md delete mode 100644 2019-setembro/node_modules/spdx-expression-parse/index.js delete mode 100644 2019-setembro/node_modules/spdx-expression-parse/package.json delete mode 100644 2019-setembro/node_modules/spdx-expression-parse/parse.js delete mode 100644 2019-setembro/node_modules/spdx-expression-parse/scan.js delete mode 100644 2019-setembro/node_modules/spdx-license-ids/README.md delete mode 100644 2019-setembro/node_modules/spdx-license-ids/deprecated.json delete mode 100644 2019-setembro/node_modules/spdx-license-ids/index.json delete mode 100644 2019-setembro/node_modules/spdx-license-ids/package.json delete mode 100644 2019-setembro/node_modules/split-string/LICENSE delete mode 100644 2019-setembro/node_modules/split-string/README.md delete mode 100644 2019-setembro/node_modules/split-string/index.js delete mode 100644 2019-setembro/node_modules/split-string/node_modules/extend-shallow/LICENSE delete mode 100644 2019-setembro/node_modules/split-string/node_modules/extend-shallow/README.md delete mode 100644 2019-setembro/node_modules/split-string/node_modules/extend-shallow/index.js delete mode 100644 2019-setembro/node_modules/split-string/node_modules/extend-shallow/package.json delete mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/LICENSE delete mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/README.md delete mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/index.d.ts delete mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/index.js delete mode 100644 2019-setembro/node_modules/split-string/node_modules/is-extendable/package.json delete mode 100644 2019-setembro/node_modules/split-string/package.json delete mode 100644 2019-setembro/node_modules/static-extend/LICENSE delete mode 100644 2019-setembro/node_modules/static-extend/index.js delete mode 100644 2019-setembro/node_modules/static-extend/package.json delete mode 100644 2019-setembro/node_modules/string.prototype.padend/.eslintrc delete mode 100644 2019-setembro/node_modules/string.prototype.padend/.jscs.json delete mode 100644 2019-setembro/node_modules/string.prototype.padend/.npmignore delete mode 100644 2019-setembro/node_modules/string.prototype.padend/.travis.yml delete mode 100644 2019-setembro/node_modules/string.prototype.padend/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/string.prototype.padend/LICENSE delete mode 100644 2019-setembro/node_modules/string.prototype.padend/README.md delete mode 100644 2019-setembro/node_modules/string.prototype.padend/implementation.js delete mode 100644 2019-setembro/node_modules/string.prototype.padend/index.js delete mode 100644 2019-setembro/node_modules/string.prototype.padend/package.json delete mode 100644 2019-setembro/node_modules/string.prototype.padend/polyfill.js delete mode 100644 2019-setembro/node_modules/string.prototype.padend/shim.js delete mode 100644 2019-setembro/node_modules/string.prototype.padend/test/index.js delete mode 100644 2019-setembro/node_modules/string.prototype.padend/test/shimmed.js delete mode 100644 2019-setembro/node_modules/string.prototype.padend/test/tests.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/.eslintrc delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/.jscs.json delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/.npmignore delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/.travis.yml delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/LICENSE delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/README.md delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/implementation.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/index.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/package.json delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/polyfill.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/shim.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/test/index.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/test/shimmed.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimleft/test/tests.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/.eslintrc delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/.jscs.json delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/.npmignore delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/.travis.yml delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/LICENSE delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/README.md delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/implementation.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/index.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/package.json delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/polyfill.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/shim.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/test/index.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/test/shimmed.js delete mode 100644 2019-setembro/node_modules/string.prototype.trimright/test/tests.js delete mode 100644 2019-setembro/node_modules/string_decoder/.travis.yml delete mode 100644 2019-setembro/node_modules/string_decoder/LICENSE delete mode 100644 2019-setembro/node_modules/string_decoder/README.md delete mode 100644 2019-setembro/node_modules/string_decoder/lib/string_decoder.js delete mode 100644 2019-setembro/node_modules/string_decoder/package.json delete mode 100644 2019-setembro/node_modules/strip-bom/index.js delete mode 100644 2019-setembro/node_modules/strip-bom/license delete mode 100644 2019-setembro/node_modules/strip-bom/package.json delete mode 100644 2019-setembro/node_modules/strip-bom/readme.md delete mode 100644 2019-setembro/node_modules/supports-color/browser.js delete mode 100644 2019-setembro/node_modules/supports-color/index.js delete mode 100644 2019-setembro/node_modules/supports-color/license delete mode 100644 2019-setembro/node_modules/supports-color/package.json delete mode 100644 2019-setembro/node_modules/supports-color/readme.md delete mode 100644 2019-setembro/node_modules/svelte/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/svelte/LICENSE delete mode 100644 2019-setembro/node_modules/svelte/README.md delete mode 100644 2019-setembro/node_modules/svelte/animate/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/animate/index.js delete mode 100644 2019-setembro/node_modules/svelte/animate/index.mjs delete mode 100644 2019-setembro/node_modules/svelte/animate/package.json delete mode 100644 2019-setembro/node_modules/svelte/compiler.d.ts delete mode 100644 2019-setembro/node_modules/svelte/compiler.js delete mode 100644 2019-setembro/node_modules/svelte/compiler.js.map delete mode 100644 2019-setembro/node_modules/svelte/easing/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/easing/index.js delete mode 100644 2019-setembro/node_modules/svelte/easing/index.mjs delete mode 100644 2019-setembro/node_modules/svelte/easing/package.json delete mode 100644 2019-setembro/node_modules/svelte/index.js delete mode 100644 2019-setembro/node_modules/svelte/index.mjs delete mode 100644 2019-setembro/node_modules/svelte/internal/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/internal/index.js delete mode 100644 2019-setembro/node_modules/svelte/internal/index.mjs delete mode 100644 2019-setembro/node_modules/svelte/internal/package.json delete mode 100644 2019-setembro/node_modules/svelte/motion/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/motion/index.js delete mode 100644 2019-setembro/node_modules/svelte/motion/index.mjs delete mode 100644 2019-setembro/node_modules/svelte/motion/package.json delete mode 100644 2019-setembro/node_modules/svelte/package.json delete mode 100644 2019-setembro/node_modules/svelte/register.js delete mode 100644 2019-setembro/node_modules/svelte/store/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/store/index.js delete mode 100644 2019-setembro/node_modules/svelte/store/index.mjs delete mode 100644 2019-setembro/node_modules/svelte/store/package.json delete mode 100644 2019-setembro/node_modules/svelte/transition/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/transition/index.js delete mode 100644 2019-setembro/node_modules/svelte/transition/index.mjs delete mode 100644 2019-setembro/node_modules/svelte/transition/package.json delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/Stats.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/Component.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/create_module.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/css/Selector.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/css/Stylesheet.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/css/gather_possible_values.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/internal_exports.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Action.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Animation.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Attribute.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/AwaitBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Binding.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Body.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/CatchBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Class.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Comment.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/DebugTag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EachBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Element.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ElseBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EventHandler.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Fragment.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Head.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/IfBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/InlineComponent.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Let.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/MustacheTag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Options.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/PendingBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/RawMustacheTag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Slot.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Text.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ThenBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Title.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Transition.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Window.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/interfaces.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/AbstractBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Expression.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Node.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Tag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/TemplateScope.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/map_children.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Block.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Renderer.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/AwaitBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Body.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/DebugTag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/EachBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Attribute.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Binding.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/StyleAttribute.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Fragment.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Head.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/IfBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/InlineComponent/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/MustacheTag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/RawMustacheTag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Slot.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Text.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Title.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Window.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Action.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Tag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Wrapper.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_actions.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_event_handlers.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/bind_this.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/get_context_merger.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/is_dynamic.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/Renderer.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/AwaitBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Comment.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/DebugTag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/EachBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Element.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Head.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/HtmlTag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/IfBlock.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/InlineComponent.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Slot.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Tag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Text.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Title.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/shared/get_slot_scope.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/CodeBuilder.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/__test__.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/add_to_set.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/check_graph_for_cycles.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/deindent.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/flatten_reference.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_name_from_filename.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_object.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_slot_data.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/invalidate.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/scope.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/snip.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_attribute.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_props.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/tail.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/compile/utils/unwrap_parens.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/config.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/interfaces.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/acorn.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/read/context.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/read/expression.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/read/script.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/read/style.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/state/fragment.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/state/mustache.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/state/tag.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/state/text.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/utils/entities.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/parse/utils/html.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/preprocess/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/error.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/full_char_code_at.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/fuzzymatch.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/get_code_frame.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/indentation.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/list.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/names.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/namespaces.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/nodes_match.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/patterns.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/repeat.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/compiler/utils/trim.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/ambient.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/animate/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/easing/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/Component.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/animations.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/await_block.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/dev.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/dom.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/environment.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/globals.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/keyed_each.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/lifecycle.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/loop.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/scheduler.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/spread.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/ssr.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/style_manager.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/transitions.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/internal/utils.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/motion/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/motion/spring.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/motion/tweened.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/motion/utils.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/store/index.d.ts delete mode 100644 2019-setembro/node_modules/svelte/types/runtime/transition/index.d.ts delete mode 100644 2019-setembro/node_modules/terser/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/terser/LICENSE delete mode 100644 2019-setembro/node_modules/terser/PATRONS.md delete mode 100644 2019-setembro/node_modules/terser/README.md delete mode 100755 2019-setembro/node_modules/terser/bin/uglifyjs delete mode 100755 2019-setembro/node_modules/terser/bin/uglifyjsnobundle delete mode 100644 2019-setembro/node_modules/terser/dist/.gitkeep delete mode 100644 2019-setembro/node_modules/terser/dist/bundle.js delete mode 100644 2019-setembro/node_modules/terser/dist/bundle.js.map delete mode 100644 2019-setembro/node_modules/terser/dist/bundle.min.js delete mode 100644 2019-setembro/node_modules/terser/dist/bundle.min.js.map delete mode 100644 2019-setembro/node_modules/terser/package.json delete mode 100644 2019-setembro/node_modules/terser/tools/colorless-console.js delete mode 100644 2019-setembro/node_modules/terser/tools/domprops.js delete mode 100644 2019-setembro/node_modules/terser/tools/exit.js delete mode 100644 2019-setembro/node_modules/terser/tools/node.js delete mode 100644 2019-setembro/node_modules/terser/tools/props.html delete mode 100644 2019-setembro/node_modules/terser/tools/terser.d.ts delete mode 100644 2019-setembro/node_modules/tinydate/dist/tinydate.js delete mode 100644 2019-setembro/node_modules/tinydate/dist/tinydate.min.js delete mode 100644 2019-setembro/node_modules/tinydate/dist/tinydate.mjs delete mode 100644 2019-setembro/node_modules/tinydate/license delete mode 100644 2019-setembro/node_modules/tinydate/package.json delete mode 100644 2019-setembro/node_modules/tinydate/readme.md delete mode 100644 2019-setembro/node_modules/to-object-path/LICENSE delete mode 100644 2019-setembro/node_modules/to-object-path/README.md delete mode 100644 2019-setembro/node_modules/to-object-path/index.js delete mode 100644 2019-setembro/node_modules/to-object-path/package.json delete mode 100644 2019-setembro/node_modules/to-regex-range/LICENSE delete mode 100644 2019-setembro/node_modules/to-regex-range/README.md delete mode 100644 2019-setembro/node_modules/to-regex-range/index.js delete mode 100644 2019-setembro/node_modules/to-regex-range/package.json delete mode 100644 2019-setembro/node_modules/to-regex/LICENSE delete mode 100644 2019-setembro/node_modules/to-regex/README.md delete mode 100644 2019-setembro/node_modules/to-regex/index.js delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/LICENSE delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/README.md delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/index.js delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/define-property/package.json delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/extend-shallow/LICENSE delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/extend-shallow/README.md delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/extend-shallow/index.js delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/extend-shallow/package.json delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/LICENSE delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/README.md delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.d.ts delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.js delete mode 100644 2019-setembro/node_modules/to-regex/node_modules/is-extendable/package.json delete mode 100644 2019-setembro/node_modules/to-regex/package.json delete mode 100644 2019-setembro/node_modules/ultron/.npmignore delete mode 100644 2019-setembro/node_modules/ultron/.travis.yml delete mode 100644 2019-setembro/node_modules/ultron/LICENSE delete mode 100644 2019-setembro/node_modules/ultron/README.md delete mode 100644 2019-setembro/node_modules/ultron/index.js delete mode 100644 2019-setembro/node_modules/ultron/package.json delete mode 100644 2019-setembro/node_modules/ultron/test.js delete mode 100644 2019-setembro/node_modules/union-value/LICENSE delete mode 100644 2019-setembro/node_modules/union-value/README.md delete mode 100644 2019-setembro/node_modules/union-value/index.js delete mode 100644 2019-setembro/node_modules/union-value/package.json delete mode 100644 2019-setembro/node_modules/unset-value/LICENSE delete mode 100644 2019-setembro/node_modules/unset-value/README.md delete mode 100644 2019-setembro/node_modules/unset-value/index.js delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/LICENSE delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/README.md delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/index.js delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-value/package.json delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-values/LICENSE delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-values/README.md delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-values/index.js delete mode 100644 2019-setembro/node_modules/unset-value/node_modules/has-values/package.json delete mode 100644 2019-setembro/node_modules/unset-value/package.json delete mode 100755 2019-setembro/node_modules/upath/LICENSE delete mode 100644 2019-setembro/node_modules/upath/build/code/upath.js delete mode 100644 2019-setembro/node_modules/upath/package.json delete mode 100644 2019-setembro/node_modules/upath/readme.md delete mode 100644 2019-setembro/node_modules/upath/upath.d.ts delete mode 100644 2019-setembro/node_modules/urix/.jshintrc delete mode 100644 2019-setembro/node_modules/urix/LICENSE delete mode 100644 2019-setembro/node_modules/urix/index.js delete mode 100644 2019-setembro/node_modules/urix/package.json delete mode 100644 2019-setembro/node_modules/urix/readme.md delete mode 100644 2019-setembro/node_modules/urix/test/index.js delete mode 100644 2019-setembro/node_modules/use/LICENSE delete mode 100644 2019-setembro/node_modules/use/README.md delete mode 100644 2019-setembro/node_modules/use/index.js delete mode 100644 2019-setembro/node_modules/use/package.json delete mode 100644 2019-setembro/node_modules/util-deprecate/History.md delete mode 100644 2019-setembro/node_modules/util-deprecate/LICENSE delete mode 100644 2019-setembro/node_modules/util-deprecate/README.md delete mode 100644 2019-setembro/node_modules/util-deprecate/browser.js delete mode 100644 2019-setembro/node_modules/util-deprecate/node.js delete mode 100644 2019-setembro/node_modules/util-deprecate/package.json delete mode 100644 2019-setembro/node_modules/validate-npm-package-license/LICENSE delete mode 100644 2019-setembro/node_modules/validate-npm-package-license/README.md delete mode 100644 2019-setembro/node_modules/validate-npm-package-license/index.js delete mode 100644 2019-setembro/node_modules/validate-npm-package-license/package.json delete mode 100644 2019-setembro/node_modules/which/CHANGELOG.md delete mode 100644 2019-setembro/node_modules/which/LICENSE delete mode 100644 2019-setembro/node_modules/which/README.md delete mode 100755 2019-setembro/node_modules/which/bin/which delete mode 100644 2019-setembro/node_modules/which/package.json delete mode 100644 2019-setembro/node_modules/which/which.js delete mode 100644 2019-setembro/node_modules/ws/README.md delete mode 100644 2019-setembro/node_modules/ws/index.js delete mode 100644 2019-setembro/node_modules/ws/lib/.DS_Store delete mode 100644 2019-setembro/node_modules/ws/lib/BufferPool.js delete mode 100644 2019-setembro/node_modules/ws/lib/BufferUtil.fallback.js delete mode 100644 2019-setembro/node_modules/ws/lib/BufferUtil.js delete mode 100644 2019-setembro/node_modules/ws/lib/ErrorCodes.js delete mode 100644 2019-setembro/node_modules/ws/lib/Extensions.js delete mode 100644 2019-setembro/node_modules/ws/lib/PerMessageDeflate.js delete mode 100644 2019-setembro/node_modules/ws/lib/Receiver.hixie.js delete mode 100644 2019-setembro/node_modules/ws/lib/Receiver.js delete mode 100644 2019-setembro/node_modules/ws/lib/Sender.hixie.js delete mode 100644 2019-setembro/node_modules/ws/lib/Sender.js delete mode 100644 2019-setembro/node_modules/ws/lib/Validation.fallback.js delete mode 100644 2019-setembro/node_modules/ws/lib/Validation.js delete mode 100644 2019-setembro/node_modules/ws/lib/WebSocket.js delete mode 100644 2019-setembro/node_modules/ws/lib/WebSocketServer.js delete mode 100644 2019-setembro/node_modules/ws/package.json delete mode 100644 2019-setembro/package.json delete mode 100644 2019-setembro/public/css/bundle.css delete mode 100644 2019-setembro/public/css/bundle.css.map delete mode 100644 2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff delete mode 100644 2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 delete mode 100644 2019-setembro/public/css/fonts/digital_display_tfb.ttf delete mode 100644 2019-setembro/public/css/global.css delete mode 100644 2019-setembro/public/css/reset.css delete mode 100644 2019-setembro/public/favicon.png delete mode 100644 2019-setembro/public/index.html delete mode 100644 2019-setembro/public/js/bundle.js delete mode 100644 2019-setembro/public/js/bundle.js.map delete mode 100644 2019-setembro/rollup.config.js delete mode 100644 2019-setembro/src/App.svelte delete mode 100644 2019-setembro/src/components/KeyNumber.svelte delete mode 100644 2019-setembro/src/containers/Screen.svelte delete mode 100644 2019-setembro/src/main.js delete mode 100644 2019-setembro/yarn.lock diff --git a/2019-setembro/README.md b/2019-setembro/README.md old mode 100755 new mode 100644 diff --git a/2019-setembro/node_modules/.bin/acorn b/2019-setembro/node_modules/.bin/acorn deleted file mode 120000 index cf76760..0000000 --- a/2019-setembro/node_modules/.bin/acorn +++ /dev/null @@ -1 +0,0 @@ -../acorn/bin/acorn \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/atob b/2019-setembro/node_modules/.bin/atob deleted file mode 120000 index a68344a..0000000 --- a/2019-setembro/node_modules/.bin/atob +++ /dev/null @@ -1 +0,0 @@ -../atob/bin/atob.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/livereload b/2019-setembro/node_modules/.bin/livereload deleted file mode 120000 index a204517..0000000 --- a/2019-setembro/node_modules/.bin/livereload +++ /dev/null @@ -1 +0,0 @@ -../livereload/bin/livereload.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/mime b/2019-setembro/node_modules/.bin/mime deleted file mode 120000 index fbb7ee0..0000000 --- a/2019-setembro/node_modules/.bin/mime +++ /dev/null @@ -1 +0,0 @@ -../mime/cli.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/npm-run-all b/2019-setembro/node_modules/.bin/npm-run-all deleted file mode 120000 index 0424f3c..0000000 --- a/2019-setembro/node_modules/.bin/npm-run-all +++ /dev/null @@ -1 +0,0 @@ -../npm-run-all/bin/npm-run-all/index.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/pidtree b/2019-setembro/node_modules/.bin/pidtree deleted file mode 120000 index 42c3f06..0000000 --- a/2019-setembro/node_modules/.bin/pidtree +++ /dev/null @@ -1 +0,0 @@ -../pidtree/bin/pidtree.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/rollup b/2019-setembro/node_modules/.bin/rollup deleted file mode 120000 index 5939621..0000000 --- a/2019-setembro/node_modules/.bin/rollup +++ /dev/null @@ -1 +0,0 @@ -../rollup/dist/bin/rollup \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/run-p b/2019-setembro/node_modules/.bin/run-p deleted file mode 120000 index 98a2c9c..0000000 --- a/2019-setembro/node_modules/.bin/run-p +++ /dev/null @@ -1 +0,0 @@ -../npm-run-all/bin/run-p/index.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/run-s b/2019-setembro/node_modules/.bin/run-s deleted file mode 120000 index 5938622..0000000 --- a/2019-setembro/node_modules/.bin/run-s +++ /dev/null @@ -1 +0,0 @@ -../npm-run-all/bin/run-s/index.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/semver b/2019-setembro/node_modules/.bin/semver deleted file mode 120000 index 317eb29..0000000 --- a/2019-setembro/node_modules/.bin/semver +++ /dev/null @@ -1 +0,0 @@ -../semver/bin/semver \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/sirv b/2019-setembro/node_modules/.bin/sirv deleted file mode 120000 index 5b6ba90..0000000 --- a/2019-setembro/node_modules/.bin/sirv +++ /dev/null @@ -1 +0,0 @@ -../sirv-cli/index.js \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/terser b/2019-setembro/node_modules/.bin/terser deleted file mode 120000 index 9bccf64..0000000 --- a/2019-setembro/node_modules/.bin/terser +++ /dev/null @@ -1 +0,0 @@ -../terser/bin/uglifyjs \ No newline at end of file diff --git a/2019-setembro/node_modules/.bin/which b/2019-setembro/node_modules/.bin/which deleted file mode 120000 index f62471c..0000000 --- a/2019-setembro/node_modules/.bin/which +++ /dev/null @@ -1 +0,0 @@ -../which/bin/which \ No newline at end of file diff --git a/2019-setembro/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/f0/f4/ea18b143ebc27766eff5919ad22e242af78f569b4d9a9fcadd90644360acd179bce987c731926d9730c20b2f05e1ec262e323fbb847c10cd69527c6e611a b/2019-setembro/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/f0/f4/ea18b143ebc27766eff5919ad22e242af78f569b4d9a9fcadd90644360acd179bce987c731926d9730c20b2f05e1ec262e323fbb847c10cd69527c6e611a deleted file mode 100644 index 4c6c4fa..0000000 --- a/2019-setembro/node_modules/.cache/terser-webpack-plugin/content-v2/sha512/f0/f4/ea18b143ebc27766eff5919ad22e242af78f569b4d9a9fcadd90644360acd179bce987c731926d9730c20b2f05e1ec262e323fbb847c10cd69527c6e611a +++ /dev/null @@ -1 +0,0 @@ -{"code":"!function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&\"object\"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,\"default\",{enumerable:!0,value:e}),2&n&&\"string\"!=typeof e)for(var o in e)t.d(r,o,function(t){return e[t]}.bind(null,o));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,\"a\",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p=\"\",t(t.s=14)}([function(e,t,n){(function(e){function n(e,t){for(var n,r=0,o=e.length-1;0<=o;o--)\".\"===(n=e[o])?e.splice(o,1):\"..\"===n?(e.splice(o,1),r++):r&&(e.splice(o,1),r--);if(t)for(;r--;r)e.unshift(\"..\");return e}function r(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;rn?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var o=r(e.split(\"/\")),i=r(n.split(\"/\")),a=Math.min(o.length,i.length),s=a,u=0;ur?v(n)?e.stylize(RegExp.prototype.toString.call(n),\"regexp\"):e.stylize(\"[Object]\",\"special\"):(e.seen.push(n),h=A?function(e,t,n,r,o){for(var i=[],a=0,s=t.length;ae.seen.indexOf(l.value)?-1<(u=d(n)?s(e,l.value,null):s(e,l.value,n-1)).indexOf(\"\\n\")&&(u=i?u.split(\"\\n\").map(function(e){return\" \"+e}).join(\"\\n\").substr(2):\"\\n\"+u.split(\"\\n\").map(function(e){return\" \"+e}).join(\"\\n\")):u=e.stylize(\"[Circular]\",\"special\")),y(a)){if(i&&o.match(/^\\d+$/))return u;(a=JSON.stringify(\"\"+o)).match(/^\"([a-zA-Z_][a-zA-Z_0-9]*)\"$/)?(a=a.substr(1,a.length-2),a=e.stylize(a,\"name\")):(a=a.replace(/'/g,\"\\\\'\").replace(/\\\\\"/g,'\"').replace(/(^\"|\"$)/g,\"'\"),a=e.stylize(a,\"string\"))}return a+\": \"+u}function p(e){return Array.isArray(e)}function f(e){return\"boolean\"==typeof e}function d(e){return null===e}function h(e){return\"number\"==typeof e}function g(e){return\"string\"==typeof e}function y(e){return void 0===e}function v(e){return A(e)&&\"[object RegExp]\"===m(e)}function A(e){return\"object\"==typeof e&&null!==e}function _(e){return A(e)&&\"[object Date]\"===m(e)}function R(e){return A(e)&&(\"[object Error]\"===m(e)||e instanceof Error)}function E(e){return\"function\"==typeof e}function m(e){return Object.prototype.toString.call(e)}function b(e){return 10>e?\"0\"+e.toString(10):e.toString(10)}function x(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var C=/%[sdj%]/g;t.format=function(e){if(!g(e)){for(var t=[],n=0;n=i)return e;switch(e){case\"%s\":return r[n++]+\"\";case\"%d\":return+r[n++];case\"%j\":try{return JSON.stringify(r[n++])}catch(e){return\"[Circular]\"}default:return e}}),s=r[n];no;++o){var i=+(a[o]||0),s=+(r[o]||0);if(i!==s)return\"<\"===n?i=\"===n&&i>=s}return\">=\"===n}function o(e){var t=e.split(/ ?&& ?/);if(0===t.length)return!1;for(var n=0;nn||T(e[r],t)),r{if(\"MODULE_NOT_FOUND\"!==e.code)throw e}));return n}var i=n(0),a=(n.n(i),n(9)),s=n.n(a),u=n(10),l=n.n(u),c=n(11),p=n.n(c),f=n(2),d=n.n(f),h=n(12),g={rollup:\">=1.11.0\"};const y=new Set(s.a),v=\"\\0node-resolve:empty.js\",A=[\".mjs\",\".js\",\".json\",\".node\"],_=e=>new Promise(t=>d.a.exists(e,t)),R=e=>new Promise((t,n)=>d.a.readFile(e,(e,r)=>e?n(e):t(r))),E=e=>new Promise((t,n)=>d.a.realpath(e,(e,r)=>e?n(e):t(r))),m=e=>new Promise((t,n)=>d.a.stat(e,(e,r)=>e?n(e):t(r))),b=e=>{const t=new Map,n=(n,r)=>(!1===t.has(n)&&t.set(n,e(n).catch(e=>{throw t.delete(n),e})),t.get(n).then(e=>r(null,e),r));return n.clear=(()=>t.clear()),n},x=e=>{if(\"ENOENT\"===e.code)return!1;throw e},C=b(R),S=b(e=>m(e).then(e=>e.isDirectory(),x)),O=b(e=>m(e).then(e=>e.isFile(),x)),w=()=>null,T=(e,t)=>new Promise((n,r)=>l()(e,t,(e,t)=>e?r(e):n(t)));t.a=function(t={}){function n(e,t){if(T.has(t))return T.get(t);const n=Object(i.dirname)(t);let r=!1;for(let t=0;t{let o=e.browser[r];if(o&&\".\"===o[0]&&(o=Object(i.resolve)(n,o)),t[r]=o,\".\"===r[0]){const e=Object(i.resolve)(n,r);t[e]=o,Object(i.extname)(r)||x.reduce((t,n)=>(t[e+n]=t[r],t),t)}return t},{})},u=e.sideEffects;return\"boolean\"==typeof u?o.hasModuleSideEffects=(()=>u):Array.isArray(u)&&(o.hasModuleSideEffects=Object(h.a)(u,null,{resolve:n})),T.set(t,o),o}const a=function(e){let t;if(e.mainFields){if(\"module\"in e||\"main\"in e||\"jsnext\"in e)throw new Error(\"node-resolve: do not use deprecated 'module', 'main', 'jsnext' options with 'mainFields'\");t=e.mainFields}else t=[],[[\"module\",\"module\",!0],[\"jsnext\",\"jsnext:main\",!1],[\"main\",\"main\",!0]].forEach(([n,r,o])=>{n in e?(console.warn(`node-resolve: setting options.${n} is deprecated, please override options.mainFields instead`),e[n]&&t.push(r)):o&&t.push(r)});if(e.browser&&-1===t.indexOf(\"browser\"))return[\"browser\"].concat(t);if(!t.length)throw new Error(\"Please ensure at least one 'mainFields' value is specified\");return t}(t),s=-1!==a.indexOf(\"browser\"),u=t.dedupe||[],l=!0===t.preferBuiltins||!1===t.preferBuiltins,c=!l||t.preferBuiltins,f=t.customResolveOptions||{},d=t.jail,m=Array.isArray(t.only)?t.only.map(e=>e instanceof RegExp?e:new RegExp(\"^\"+(e+\"\").replace(/[\\\\^$*+?.()|[\\]{}]/g,\"\\\\$&\")+\"$\")):null,b=new Map;if(t.skip)throw new Error(\"options.skip is no longer supported — you should use the main Rollup `external` option instead\");const x=t.extensions||A,T=new Map,H=\"function\"==typeof u?u:e=>u.includes(e);let $;return{name:\"node-resolve\",buildStart(e){$=e.preserveSymlinks;const t=r(this.meta.rollupVersion.split(\".\").map(Number),2),n=t[0],o=t[1],i=g.rollup.slice(2),a=r(i.split(\".\").map(Number),2),s=a[0],u=a[1];(ne.test(A)))return null;let T=w,L=!0,N=!1;const k={basedir:u,packageFilter(e,t){let r;var o=n(e,t);return r=o.cachedPkg,T=o.hasModuleSideEffects,L=o.hasPackageEntry,N=o.packageBrowserField,r},readFile:C,isFile:O,isDirectory:S,extensions:x};void 0!==$&&(k.preserveSymlinks=$);const j=[];void 0!==a||r[0].match(/^\\.?\\.?\\//)||j.push(\"./\"+r);const I=y.has(r);return!I||c&&l||j.push(r+\"/\"),j.push(r),o(j,Object.assign(k,f)).then(e=>{if(e&&N){if(Object.prototype.hasOwnProperty.call(N,e)){if(!N[e])return b.set(e,N),v;e=N[e]}b.set(e,N)}return L&&!$&&e?_(e).then(t=>t?E(e):e):e}).then(e=>{if(L){if(y.has(e)&&c&&l)return null;if(I&&c)return l||this.warn(`preferring built-in module '${r}' over local alternative `+`at '${e}', pass 'preferBuiltins: false' to disable this `+\"behavior or 'preferBuiltins: true' to disable this warning\"),null;if(d&&0!==e.indexOf(Object(i.normalize)(d.trim(i.sep))))return null}return e&&t.modulesOnly?R(e).then(t=>p()(t)?{id:e,moduleSideEffects:T(e)}:null):{id:e,moduleSideEffects:T(e)}}).catch(()=>null)},load:e=>e===v?\"export default {};\":null}}}).call(this,n(1))},function(e,t,n){\"use strict\";(function(t){const{builtinModules:r}=n(2),o=[\"sys\"];e.exports=(r||Object.keys(t.binding(\"natives\"))).filter(e=>!/^_|^(internal|v8|node-inspect)\\/|\\//.test(e)&&!o.includes(e)).sort()}).call(this,n(1))},function(e,t,n){var r=n(4),o=n(16);o.core=r,o.isCore=function(e){return r[e]},o.sync=n(18),e.exports=o},function(e){var t=/(?:^\\s*|[}{\\(\\);,\\n]\\s*)(import\\s+['\"]|(import|module)\\s+[^\"'\\(\\)\\n;]+\\s+from\\s+['\"]|export\\s+(\\*|\\{|default|function|var|const|let|[_$a-zA-Z\\xA0-\\uFFFF][_$a-zA-Z0-9\\xA0-\\uFFFF]*))/,n=/(?:^\\s*|[}{\\(\\);,\\n]\\s*)(export\\s*\\*\\s*from\\s*(?:'([^']+)'|\"([^\"]+)\"))/;e.exports=function(e){return t.test(e)||n.test(e)}},function(e,t,n){\"use strict\";var r=Math.min;(function(e){function o(e,t){return e(t={exports:{}},t.exports),t.exports}function i(e,t,n){let r=u(e,t,\"-\",!1)||[],o=u(t,e,\"\",!1)||[],i=u(e,t,\"-?\",!0)||[];return r.concat(i).concat(o).join(\"|\")}function a(e,t,n){if(e===t)return{pattern:e,count:[],digits:0};let r=function(e,t){let n=[];for(let r=0;rt?1:t>e?-1:0}function c(e,t,n){return e.some(e=>e[t]===n)}function p(e,t){return+((e+\"\").slice(0,-t)+\"9\".repeat(t))}function f(e,t){return e-e%Math.pow(10,t)}function d(e){let[t=0,n=\"\"]=e;return n||1\"number\"==typeof e?E(e):\"string\"==typeof e&&\"\"!==e.trim()&&E(+e)),t.find=((e,t)=>e.nodes.find(e=>e.type===t)),t.exceedsLimit=((e,n,r=1,o)=>!1!==o&&t.isInteger(e)&&t.isInteger(n)&&(+n-+e)/+r>=o),t.escapeNode=((e,t=0,n)=>{let r=e.nodes[t];!r||(n&&r.type===n||\"open\"===r.type||\"close\"===r.type)&&!0!==r.escaped&&(r.value=\"\\\\\"+r.value,r.escaped=!0)}),t.encloseBrace=(e=>!(\"brace\"!==e.type||0!=e.commas>>0+e.ranges>>0||(e.invalid=!0,0))),t.isInvalidBrace=(e=>!(\"brace\"!==e.type)&&(!0===e.invalid||e.dollar||(0==e.commas>>0+e.ranges>>0?(e.invalid=!0,!0):(!0!==e.open||!0!==e.close)&&(e.invalid=!0,!0)))),t.isOpenOrClose=(e=>\"open\"===e.type||\"close\"===e.type||!0===e.open||!0===e.close),t.reduce=(e=>e.reduce((e,t)=>(\"text\"===t.type&&e.push(t.value),\"range\"===t.type&&(t.type=\"text\"),e),[])),t.flatten=((...e)=>{const t=[],n=e=>{for(let r,o=0;o{let n=(e,r={})=>{let o=t.escapeInvalid&&S.isInvalidBrace(r),i=!0===e.invalid&&!0===t.escapeInvalid,a=\"\";if(e.value)return(o||i)&&S.isOpenOrClose(e)?\"\\\\\"+e.value:e.value;if(e.value)return e.value;if(e.nodes)for(let t of e.nodes)a+=n(t);return a};return n(e)}),w=function(e){var t=Number.isFinite;return\"number\"==typeof e?0==e-e:\"string\"==typeof e&&\"\"!==e.trim()&&(t?t(+e):isFinite(+e))};const T=(e,t,n)=>{if(!1===w(e))throw new TypeError(\"toRegexRange: expected the first argument to be a number\");if(void 0===t||e===t)return e+\"\";if(!1===w(t))throw new TypeError(\"toRegexRange: expected the second argument to be a number.\");let o=Object.assign({relaxZeros:!0},n);\"boolean\"==typeof o.strictZeros&&(o.relaxZeros=!1===o.strictZeros);let a=e+\":\"+t+\"=\"+(o.relaxZeros+\"\")+(o.shorthand+\"\")+(o.capture+\"\")+(o.wrap+\"\");if(T.cache.hasOwnProperty(a))return T.cache[a].result;let u=r(e,t),l=R(e,t);if(1===_(u-l)){let n=e+\"|\"+t;return o.capture?`(${n})`:!1===o.wrap?n:`(?:${n})`}let c=g(e)||g(t),p={min:e,max:t,a:u,b:l},f=[],d=[];if(c&&(p.isPadded=c,p.maxLen=(p.max+\"\").length),0>u){d=s(0>l?_(l):1,_(u),p,o),u=p.a=0}return 0<=l&&(f=s(u,l,p,o)),p.negatives=d,p.positives=f,p.result=i(d,f),!0===o.capture?p.result=`(${p.result})`:!1!==o.wrap&&1T.cache={});var H=T;const $=e=>null!==e&&\"object\"==typeof e&&!Array.isArray(e),L=e=>\"number\"==typeof e||\"string\"==typeof e&&\"\"!==e,N=e=>E(+e),k=e=>{let t=`${e}`,n=-1;if(\"-\"===t[0]&&(t=t.slice(1)),\"0\"===t)return!1;for(;\"0\"===t[++n];);return 0{if(0{let n=\"-\"===e[0]?\"-\":\"\";for(n&&(e=e.slice(1),t--);e.length{if(n)return H(e,t,Object.assign({wrap:!1},r));let o=A(e);return e===t?o:`[${o}-${A(t)}]`},D=(e,t,n)=>{if(Array.isArray(e)){let t=!0===n.wrap,r=n.capture?\"\":\"?:\";return t?`(${r}${e.join(\"|\")})`:e.join(\"|\")}return H(e,t,n)},M=(...e)=>new RangeError(\"Invalid range arguments: \"+C.a.inspect(...e)),P=(e,t,n)=>{if(!0===n.strictRanges)throw M([e,t]);return[]},B=(e,t,n=1,o={})=>{if(!N(e)&&1A(e)),a=`${e}`.charCodeAt(0),s=`${t}`.charCodeAt(0),u=a>s,l=r(a,s),c=R(a,s);if(o.toRegex&&1===n)return F(l,c,!1,o);let p=[],f=0;for(;u?a>=s:a<=s;)p.push(i(a,f)),a=u?a-n:a+n,f++;return!0===o.toRegex?D(p,null,{wrap:!1,options:o}):p},U=(e,t,n,r={})=>{if(null==t&&L(e))return[e];if(!L(e)||!L(t))return P(e,t,r);if(\"function\"==typeof n)return U(e,t,1,{transform:n});if($(n))return U(e,t,0,n);let o=Object.assign({},r);return!0===o.capture&&(o.wrap=!0),n=n||o.step||1,N(n)?N(e)&&N(t)?((e,t,n=1,r={})=>{let o=+e,i=+t;if(!E(o)||!E(i)){if(!0===r.strictRanges)throw M([e,t]);return[]}0===o&&(o=0),0===i&&(i=0);let a=o>i,s=e+\"\",u=t+\"\",l=n+\"\";n=R(_(n),1);let c=k(s)||k(u)||k(l),p=c?R(s.length,u.length,l.length):0,f=!1===c&&!1===((e,t,n)=>\"string\"==typeof e||\"string\"==typeof t||!0===n.stringify)(e,t,r),d=r.transform||(e=>t=>!0===e?+t:t+\"\")(f);if(r.toRegex&&1===n)return F(I(e,p),I(t,p),!0,r);let h={negatives:[],positives:[]},g=e=>h[0>e?\"negatives\":\"positives\"].push(_(e)),y=[],v=0;for(;a?o>=i:o<=i;)!0===r.toRegex&&1{e.negatives.sort((e,t)=>et?1:0),e.positives.sort((e,t)=>et?1:0);let n,r=t.capture?\"\":\"?:\",o=\"\",i=\"\";return e.positives.length&&(o=e.positives.join(\"|\")),e.negatives.length&&(i=`-(${r}${e.negatives.join(\"|\")})`),n=o&&i?`${o}|${i}`:o||i,t.wrap?`(${r}${n})`:n})(h,r):D(y,null,Object.assign({wrap:!1},r)):y})(e,t,n,o):B(e,t,R(_(n),1),o):null==n||$(n)?U(e,t,1,n):((e,t)=>{if(!0===t.strictRanges)throw new TypeError(`Expected step \"${e}\" to be a number`);return[]})(n,o)};var G=U;const K=(e=\"\",t=\"\",n=!1)=>{let r=[];if(e=[].concat(e),!(t=[].concat(t)).length)return e;if(!e.length)return n?S.flatten(t).map(e=>`{${e}}`):t;for(let o of e)if(Array.isArray(o))for(let e of o)r.push(K(e,t,n));else for(let e of t)!0===n&&\"string\"==typeof e&&(e=`{${e}}`),r.push(Array.isArray(e)?K(o,e,n):o+e);return S.flatten(r)};const{MAX_LENGTH:z,CHAR_BACKSLASH:Q,CHAR_BACKTICK:Z,CHAR_COMMA:W,CHAR_DOT:X,CHAR_LEFT_PARENTHESES:q,CHAR_RIGHT_PARENTHESES:J,CHAR_LEFT_CURLY_BRACE:V,CHAR_RIGHT_CURLY_BRACE:Y,CHAR_LEFT_SQUARE_BRACKET:ee,CHAR_RIGHT_SQUARE_BRACKET:te,CHAR_DOUBLE_QUOTE:ne,CHAR_SINGLE_QUOTE:re,CHAR_NO_BREAK_SPACE:oe,CHAR_ZERO_WIDTH_NOBREAK_SPACE:ie}={MAX_LENGTH:65536,CHAR_0:\"0\",CHAR_9:\"9\",CHAR_UPPERCASE_A:\"A\",CHAR_LOWERCASE_A:\"a\",CHAR_UPPERCASE_Z:\"Z\",CHAR_LOWERCASE_Z:\"z\",CHAR_LEFT_PARENTHESES:\"(\",CHAR_RIGHT_PARENTHESES:\")\",CHAR_ASTERISK:\"*\",CHAR_AMPERSAND:\"&\",CHAR_AT:\"@\",CHAR_BACKSLASH:\"\\\\\",CHAR_BACKTICK:\"`\",CHAR_CARRIAGE_RETURN:\"\\r\",CHAR_CIRCUMFLEX_ACCENT:\"^\",CHAR_COLON:\":\",CHAR_COMMA:\",\",CHAR_DOLLAR:\"$\",CHAR_DOT:\".\",CHAR_DOUBLE_QUOTE:'\"',CHAR_EQUAL:\"=\",CHAR_EXCLAMATION_MARK:\"!\",CHAR_FORM_FEED:\"\\f\",CHAR_FORWARD_SLASH:\"/\",CHAR_HASH:\"#\",CHAR_HYPHEN_MINUS:\"-\",CHAR_LEFT_ANGLE_BRACKET:\"<\",CHAR_LEFT_CURLY_BRACE:\"{\",CHAR_LEFT_SQUARE_BRACKET:\"[\",CHAR_LINE_FEED:\"\\n\",CHAR_NO_BREAK_SPACE:\" \",CHAR_PERCENT:\"%\",CHAR_PLUS:\"+\",CHAR_QUESTION_MARK:\"?\",CHAR_RIGHT_ANGLE_BRACKET:\">\",CHAR_RIGHT_CURLY_BRACE:\"}\",CHAR_RIGHT_SQUARE_BRACKET:\"]\",CHAR_SEMICOLON:\";\",CHAR_SINGLE_QUOTE:\"'\",CHAR_SPACE:\" \",CHAR_TAB:\"\\t\",CHAR_UNDERSCORE:\"_\",CHAR_VERTICAL_LINE:\"|\",CHAR_ZERO_WIDTH_NOBREAK_SPACE:\"\\ufeff\"};const ae=(e,t={})=>{let n=[];if(Array.isArray(e))for(let r of e){let e=ae.create(r,t);Array.isArray(e)?n.push(...e):n.push(e)}else n=[].concat(ae.create(e,t));return t&&!0===t.expand&&!0===t.nodupes&&(n=[...new Set(n)]),n};ae.parse=((e,t={})=>((e,t={})=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");let n=t||{},o=\"number\"==typeof n.maxLength?r(z,n.maxLength):z;if(e.length>o)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${o})`);let i,a={type:\"root\",input:e,nodes:[]},s=[a],u=a,l=a,c=0,p=e.length,f=0,d=0;const h=()=>e[f++],g=e=>(\"text\"===e.type&&\"dot\"===l.type&&(l.type=\"text\"),l&&\"text\"===l.type&&\"text\"===e.type?void(l.value+=e.value):(u.nodes.push(e),e.parent=u,e.prev=l,l=e,e));for(g({type:\"bos\"});f{e.nodes||(\"open\"===e.type&&(e.isOpen=!0),\"close\"===e.type&&(e.isClose=!0),!e.nodes&&(e.type=\"text\"),e.invalid=!0)});let e=s[s.length-1],t=e.nodes.indexOf(u);e.nodes.splice(t,1,...u.nodes)}}while(0O(\"string\"==typeof e?ae.parse(e,t):e,t)),ae.compile=((e,t={})=>(\"string\"==typeof e&&(e=ae.parse(e,t)),((e,t={})=>{let n=(e,r={})=>{let o=S.isInvalidBrace(r),i=!0===e.invalid&&!0===t.escapeInvalid,a=!0===o||1==i,s=!0===t.escapeInvalid?\"\\\\\":\"\",u=\"\";if(!0===e.isOpen)return s+e.value;if(!0===e.isClose)return s+e.value;if(\"open\"===e.type)return a?s+e.value:\"(\";if(\"close\"===e.type)return a?s+e.value:\")\";if(\"comma\"===e.type)return\"comma\"===e.prev.type?\"\":a?e.value:\"|\";if(e.value)return e.value;if(e.nodes&&0{\"string\"==typeof e&&(e=ae.parse(e,t));let n=((e,t={})=>{let n=void 0===t.rangeLimit?1e3:t.rangeLimit,r=(e,o={})=>{e.queue=[];let i=o,a=o.queue;for(;\"brace\"!==i.type&&\"root\"!==i.type&&i.parent;)a=(i=i.parent).queue;if(e.invalid||e.dollar)return void a.push(K(a.pop(),O(e,t)));if(\"brace\"===e.type&&!0!==e.invalid&&2===e.nodes.length)return void a.push(K(a.pop(),[\"{}\"]));if(e.nodes&&0\"\"===e||3>e.length?[e]:!0===t.expand?ae.expand(e,t):ae.compile(e,t));var se=ae;const ue=\"[^\\\\\\\\/]\",le=\"\\\\.\",ce=\"\\\\/\",pe=\"(?:\\\\/|$)\",fe=\"(?:^|\\\\/)\",de=`\\\\.{1,2}${pe}`,he={DOT_LITERAL:le,PLUS_LITERAL:\"\\\\+\",QMARK_LITERAL:\"\\\\?\",SLASH_LITERAL:ce,ONE_CHAR:\"(?=.)\",QMARK:\"[^/]\",END_ANCHOR:pe,DOTS_SLASH:de,NO_DOT:\"(?!\\\\.)\",NO_DOTS:`(?!${fe}${de})`,NO_DOT_SLASH:`(?!\\\\.{0,1}${pe})`,NO_DOTS_SLASH:`(?!${de})`,QMARK_NO_DOT:\"[^.\\\\/]\",STAR:\"[^/]*?\",START_ANCHOR:fe},ge=Object.assign({},he,{SLASH_LITERAL:\"[\\\\\\\\/]\",QMARK:ue,STAR:`${ue}*?`,DOTS_SLASH:\"\\\\.{1,2}(?:[\\\\\\\\/]|$)\",NO_DOT:\"(?!\\\\.)\",NO_DOTS:\"(?!(?:^|[\\\\\\\\/])\\\\.{1,2}(?:[\\\\\\\\/]|$))\",NO_DOT_SLASH:\"(?!\\\\.{0,1}(?:[\\\\\\\\/]|$))\",NO_DOTS_SLASH:\"(?!\\\\.{1,2}(?:[\\\\\\\\/]|$))\",QMARK_NO_DOT:\"[^.\\\\\\\\/]\",START_ANCHOR:\"(?:^|[\\\\\\\\/])\",END_ANCHOR:\"(?:[\\\\\\\\/]|$)\"});var ye={MAX_LENGTH:65536,POSIX_REGEX_SOURCE:{alnum:\"a-zA-Z0-9\",alpha:\"a-zA-Z\",ascii:\"\\\\x00-\\\\x7F\",blank:\" \\\\t\",cntrl:\"\\\\x00-\\\\x1F\\\\x7F\",digit:\"0-9\",graph:\"\\\\x21-\\\\x7E\",lower:\"a-z\",print:\"\\\\x20-\\\\x7E \",punct:\"\\\\-!\\\"#$%&'()\\\\*+,./:;<=>?@[\\\\]^_`{|}~\",space:\" \\\\t\\\\r\\\\n\\\\v\\\\f\",upper:\"A-Z\",word:\"A-Za-z0-9_\",xdigit:\"A-Fa-f0-9\"},REGEX_BACKSLASH:/\\\\(?![*+?^${}(|)[\\]])/g,REGEX_NON_SPECIAL_CHAR:/^[^@![\\].,$*+?^{}()|\\\\\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\\\?)((\\W)(\\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\\[.*?[^\\\\]\\]|\\\\(?=.))/g,REPLACEMENTS:{\"***\":\"*\",\"**/**\":\"**\",\"**/**/**\":\"**\"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:b.a.sep,extglobChars:e=>({\"!\":{type:\"negate\",open:\"(?:(?!(?:\",close:`))${e.STAR})`},\"?\":{type:\"qmark\",open:\"(?:\",close:\")?\"},\"+\":{type:\"plus\",open:\"(?:\",close:\")+\"},\"*\":{type:\"star\",open:\"(?:\",close:\")*\"},\"@\":{type:\"at\",open:\"(?:\",close:\")\"}}),globChars:e=>!0===e?ge:he},ve=o(function(t,n){const r=\"win32\"===e.platform,{REGEX_SPECIAL_CHARS:o,REGEX_SPECIAL_CHARS_GLOBAL:i,REGEX_REMOVE_BACKSLASH:a}=ye;n.isObject=(e=>null!==e&&\"object\"==typeof e&&!Array.isArray(e)),n.hasRegexChars=(e=>o.test(e)),n.isRegexChar=(e=>1===e.length&&n.hasRegexChars(e)),n.escapeRegex=(e=>e.replace(i,\"\\\\$1\")),n.toPosixSlashes=(e=>e.replace(/\\\\/g,\"/\")),n.removeBackslashes=(e=>e.replace(a,e=>\"\\\\\"===e?\"\":e)),n.supportsLookbehinds=(()=>{let t=e.version.slice(1).split(\".\");return 3===t.length&&9<=+t[0]||8==+t[0]&&10<=+t[1]}),n.isWindows=(e=>e&&\"boolean\"==typeof e.windows?e.windows:1==r||\"\\\\\"===b.a.sep),n.escapeLast=((e,t,r)=>{let o=e.lastIndexOf(t,r);return-1===o?e:\"\\\\\"===e[o-1]?n.escapeLast(e,t,o-1):e.slice(0,o)+\"\\\\\"+e.slice(o)})});ve.isObject,ve.hasRegexChars,ve.isRegexChar,ve.escapeRegex,ve.toPosixSlashes,ve.removeBackslashes,ve.supportsLookbehinds,ve.isWindows,ve.escapeLast;const{CHAR_ASTERISK:Ae,CHAR_AT:_e,CHAR_BACKWARD_SLASH:Re,CHAR_COMMA:Ee,CHAR_DOT:me,CHAR_EXCLAMATION_MARK:be,CHAR_FORWARD_SLASH:xe,CHAR_LEFT_CURLY_BRACE:Ce,CHAR_LEFT_PARENTHESES:Se,CHAR_LEFT_SQUARE_BRACKET:Oe,CHAR_PLUS:we,CHAR_QUESTION_MARK:Te,CHAR_RIGHT_CURLY_BRACE:He,CHAR_RIGHT_PARENTHESES:$e,CHAR_RIGHT_SQUARE_BRACKET:Le}=ye;var Ne=(e,t)=>{let n,r,o=e.length-1,i=-1,a=0,s=0,u=!1,l=!1,c=!1,p=0,f=!1,d=()=>i>=o,h=()=>(n=r,e.charCodeAt(++i));for(;ie===xe||e===Re)(v.charCodeAt(v.length-1))&&(v=v.slice(0,-1)),!0===(t||{}).unescape&&(A&&(A=ve.removeBackslashes(A)),v&&1==l&&(v=ve.removeBackslashes(v))),{prefix:g,input:y,base:v,glob:A,negated:c,isGlob:u}};const{MAX_LENGTH:ke,POSIX_REGEX_SOURCE:je,REGEX_NON_SPECIAL_CHAR:Ie,REGEX_SPECIAL_CHARS_BACKREF:Fe,REPLACEMENTS:De}=ye,Me=(e,t)=>{if(\"function\"==typeof t.expandRange)return t.expandRange(...e,t);return e.sort(),`[${e.join(\"-\")}]`},Pe=e=>{let t=1;for(;\"!\"===e.peek()&&(\"(\"!==e.peek(2)||\"?\"===e.peek(3));)e.advance(),e.start++,t++;return 0!=t%2&&(e.negated=!0,e.start++,!0)},Be=(e,t)=>`Missing ${e}: \"${t}\" - use \"\\\\\\\\${t}\" to match literal characters`,Ue=(e,t)=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");e=De[e]||e;let n=Object.assign({},t),o=\"number\"==typeof n.maxLength?r(ke,n.maxLength):ke,i=e.length;if(i>o)throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${o}`);let a={type:\"bos\",value:\"\",output:n.prepend||\"\"},s=[a],u=n.capture?\"\":\"?:\",l=ve.isWindows(t);const c=ye.globChars(l),p=ye.extglobChars(c),{DOT_LITERAL:f,PLUS_LITERAL:d,SLASH_LITERAL:h,ONE_CHAR:g,DOTS_SLASH:y,NO_DOT:v,NO_DOT_SLASH:A,NO_DOTS_SLASH:_,QMARK:R,QMARK_NO_DOT:E,STAR:m,START_ANCHOR:b}=c,x=e=>`(${u}(?:(?!${b}${e.dot?y:f}).)*?)`;let C=n.dot?\"\":v,S=!0===n.bash?x(n):m,O=n.dot?R:E;n.capture&&(S=`(${S})`),\"boolean\"==typeof n.noext&&(n.noextglob=n.noext);let w,T={index:-1,start:0,consumed:\"\",output:\"\",backtrack:!1,brackets:0,braces:0,parens:0,quotes:0,tokens:s},H=[],$=[],L=a;const N=()=>T.index===i-1,k=T.peek=((t=1)=>e[T.index+t]),j=T.advance=(()=>e[++T.index]),I=e=>{T.output+=null==e.output?e.value:e.output,T.consumed+=e.value||\"\"},F=e=>{T[e]++,$.push(e)},D=e=>{T[e]--,$.pop()},M=e=>{if(\"globstar\"===L.type){let t=0{let r=Object.assign({},p[t],{conditions:1,inner:\"\"});r.prev=L,r.parens=T.parens,r.output=T.output;let o=(n.capture?\"(\":\"\")+r.open;M({type:e,value:t,output:T.output?\"\":g}),M({type:\"paren\",extglob:!0,value:j(),output:o}),F(\"parens\"),H.push(r)},B=t=>{let r=t.close+(n.capture?\")\":\"\");if(\"negate\"===t.type){let o=S;t.inner&&1\"\\\\\"===o?(t=!0,e):\"?\"===o?n?n+o+(i?R.repeat(i.length):\"\"):0===a?O+(i?R.repeat(i.length):\"\"):R.repeat(r.length):\".\"===o?f.repeat(r.length):\"*\"===o?n?n+o+(i?S:\"\"):S:n?e:\"\\\\\"+e);return 1==t&&(r=!0===n.unescape?r.replace(/\\\\/g,\"\"):r.replace(/\\\\+/g,e=>0==e.length%2?\"\\\\\\\\\":e?\"\\\\\":\"\")),T.output=r,T}for(;!N();){if(\"\\0\"===(w=j()))continue;if(\"\\\\\"===w){let t=k();if(\"/\"===t&&!0!==n.bash)continue;if(\".\"===t||\";\"===t)continue;if(!t){M({type:\"text\",value:w+=\"\\\\\"});continue}let r=/^\\\\+/.exec(e.slice(T.index+1)),o=0;if(r&&2{let n=Object.assign({},t),o=\"number\"==typeof n.maxLength?r(ke,n.maxLength):ke,i=e.length;if(i>o)throw new SyntaxError(`Input length: ${i}, exceeds maximum allowed length: ${o}`);e=De[e]||e;let a=ve.isWindows(t);const{DOT_LITERAL:s,SLASH_LITERAL:u,ONE_CHAR:l,DOTS_SLASH:c,NO_DOT:p,NO_DOTS:f,NO_DOTS_SLASH:d,STAR:h,START_ANCHOR:g}=ye.globChars(a);let y=n.capture?\"\":\"?:\",v=!0===n.bash?\".*?\":h,A=n.dot?f:p,_=n.dot?d:p;n.capture&&(v=`(${v})`);const R=e=>`(${y}(?:(?!${g}${e.dot?c:s}).)*?)`,E=e=>{switch(e){case\"*\":return`${A}${l}${v}`;case\".*\":return`${s}${l}${v}`;case\"*.*\":return`${A}${v}${s}${l}${v}`;case\"*/*\":return`${A}${v}${u}${l}${_}${v}`;case\"**\":return A+R(n);case\"**/*\":return`(?:${A}${R(n)}${u})?${_}${l}${v}`;case\"**/*.*\":return`(?:${A}${R(n)}${u})?${_}${v}${s}${l}${v}`;case\"**/.*\":return`(?:${A}${R(n)}${u})?${s}${l}${v}`;default:{let n=/^(.*?)\\.(\\w+)$/.exec(e);if(!n)return;let r=E(n[1],t);return r?r+s+n[2]:void 0}}};let m=E(e);return m&&!0!==n.strictSlashes&&(m+=`${u}?`),m});var Ge=Ue;const Ke=(e,t,n=!1)=>{if(Array.isArray(e)){let r=e.map(e=>Ke(e,t,n));return e=>{for(let t of r){let n=t(e);if(n)return n}return!1}}if(\"string\"!=typeof e||\"\"===e)throw new TypeError(\"Expected pattern to be a non-empty string\");let r=t||{},o=ve.isWindows(t),i=Ke.makeRe(e,t,!1,!0),a=i.state;delete i.state;let s=()=>!1;if(r.ignore){let e=Object.assign({},t,{ignore:null,onMatch:null,onResult:null});s=Ke(r.ignore,e,n)}const u=(n,u=!1)=>{let{isMatch:l,match:c,output:p}=Ke.test(n,i,t,{glob:e,posix:o}),f={glob:e,state:a,regex:i,posix:o,input:n,output:p,match:c,isMatch:l};return\"function\"==typeof r.onResult&&r.onResult(f),!1===l?(f.isMatch=!1,!!u&&f):s(n)?(\"function\"==typeof r.onIgnore&&r.onIgnore(f),f.isMatch=!1,!!u&&f):(\"function\"==typeof r.onMatch&&r.onMatch(f),!u||f)};return n&&(u.state=a),u};Ke.test=((e,t,n,{glob:r,posix:o}={})=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected input to be a string\");if(\"\"===e)return{isMatch:!1,output:\"\"};let i=n||{},a=i.format||(o?ve.toPosixSlashes:null),s=e===r,u=s&&a?a(e):e;return 0==s&&(s=(u=a?a(e):e)===r),(0==s||!0===i.capture)&&(s=!0===i.matchBase||!0===i.basename?Ke.matchBase(e,t,n,o):t.exec(u)),{isMatch:!!s,match:s,output:u}}),Ke.matchBase=((e,t,n,r=ve.isWindows(n))=>{return(t instanceof RegExp?t:Ke.makeRe(t,n)).test(b.a.basename(e))}),Ke.isMatch=((e,t,n)=>Ke(t,n)(e)),Ke.parse=((e,t)=>Ge(e,t)),Ke.scan=((e,t)=>Ne(e,t)),Ke.makeRe=((e,t,n=!1,r=!1)=>{if(!e||\"string\"!=typeof e)throw new TypeError(\"Expected a non-empty string\");let o,i=t||{},a=i.contains?\"\":\"^\",s=i.contains?\"\":\"$\",u={negated:!1,fastpaths:!0},l=\"\";if(e.startsWith(\"./\")&&(e=e.slice(2),l=u.prefix=\"./\"),!1!==i.fastpaths&&(\".\"===e[0]||\"*\"===e[0])&&(o=Ge.fastpaths(e,t)),void 0===o&&((u=Ke.parse(e,t)).prefix=l+(u.prefix||\"\"),o=u.output),!0===n)return o;let c=`${a}(?:${o})${s}`;u&&!0===u.negated&&(c=`^(?!${c}).*$`);let p=Ke.toRegex(c,t);return!0===r&&(p.state=u),p}),Ke.toRegex=((e,t)=>{try{let n=t||{};return new RegExp(e,n.flags||(n.nocase?\"i\":\"\"))}catch(e){if(t&&!0===t.debug)throw e;return/$^/}}),Ke.constants=ye;var ze=Ke;const Qe=e=>\"string\"==typeof e&&(\"\"===e||\"./\"===e),Ze=(e,t,n)=>{t=[].concat(t),e=[].concat(e);let r=new Set,o=new Set,i=new Set,a=0,s=e=>{i.add(e.output),n&&n.onResult&&n.onResult(e)};for(let i=0;i!r.has(e));if(n&&0===u.length){if(!0===n.failglob)throw new Error(`No matches found for \"${t.join(\", \")}\"`);if(!0===n.nonull||!0===n.nullglob)return n.unescape?t.map(e=>e.replace(/\\\\/g,\"\")):t}return u};Ze.match=Ze,Ze.matcher=((e,t)=>ze(e,t)),Ze.any=Ze.isMatch=((e,t,n)=>ze(t,n)(e)),Ze.not=((e,t,n={})=>{t=[].concat(t).map(String);let r=new Set,o=[],i=Ze(e,t,Object.assign({},n,{onResult:e=>{n.onResult&&n.onResult(e),o.push(e.output)}}));for(let e of o)i.includes(e)||r.add(e);return[...r]}),Ze.contains=((e,t,n)=>{if(\"string\"!=typeof e)throw new TypeError(`Expected a string: \"${C.a.inspect(e)}\"`);if(Array.isArray(t))return t.some(t=>Ze.contains(e,t,n));if(\"string\"==typeof t){if(Qe(e)||Qe(t))return!1;if(e.includes(t)||e.startsWith(\"./\")&&e.slice(2).includes(t))return!0}return Ze.isMatch(e,t,Object.assign({},n,{contains:!0}))}),Ze.matchKeys=((e,t,n)=>{if(!ve.isObject(e))throw new TypeError(\"Expected the first argument to be an object\");let r=Ze(Object.keys(e),t,n),o={};for(let t of r)o[t]=e[t];return o}),Ze.some=((e,t,n)=>{let r=[].concat(e);for(let e of[].concat(t)){let t=ze(e+\"\",n);if(r.some(e=>t(e)))return!0}return!1}),Ze.every=((e,t,n)=>{let r=[].concat(e);for(let e of[].concat(t)){let t=ze(e+\"\",n);if(!r.every(e=>t(e)))return!1}return!0}),Ze.all=((e,t,n)=>{if(\"string\"!=typeof e)throw new TypeError(`Expected a string: \"${C.a.inspect(e)}\"`);return[].concat(t).every(t=>ze(t,n)(e))}),Ze.capture=((e,t,n)=>{let r=ve.isWindows(n),o=ze.makeRe(e+\"\",Object.assign({},n,{capture:!0})).exec(r?ve.toPosixSlashes(t):t);if(o)return o.slice(1).map(e=>void 0===e?\"\":e)}),Ze.makeRe=((...e)=>ze.makeRe(...e)),Ze.scan=((...e)=>ze.scan(...e)),Ze.parse=((e,t)=>{let n=[];for(let r of[].concat(e||[]))for(let e of se(r+\"\",t))n.push(ze.parse(e,t));return n}),Ze.braces=((e,t)=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");return t&&!0===t.nobrace||!/\\{.*\\}/.test(e)?[e]:se(e,t)}),Ze.braceExpand=((e,t)=>{if(\"string\"!=typeof e)throw new TypeError(\"Expected a string\");return Ze.braces(e,Object.assign({},t,{expand:!0}))});const We=function(e,t,n){const r=n&&n.resolve,o=e=>e instanceof RegExp?e:{test:Ze.matcher(function(e,t){return!1===t?e:Object(m.resolve)(...\"string\"==typeof t?[t,e]:[e])}(e,r).split(m.sep).join(\"/\"),{dot:!0})},i=v(e).map(o),a=v(t).map(o);return function(e){if(\"string\"!=typeof e)return!1;if(/\\0/.test(e))return!1;e=e.split(m.sep).join(\"/\");for(let t=0;t\"object\"==typeof t[e]));for(let n=0;ni=!0},s={},u=Object.prototype.toString},function(e,t,n){\"use strict\";n.r(t);var r=n(8);console.log(r.a)},function(e){e.exports={assert:!0,async_hooks:\">= 8\",buffer_ieee754:\"< 0.9.7\",buffer:!0,child_process:!0,cluster:!0,console:!0,constants:!0,crypto:!0,_debug_agent:\">= 1 && < 8\",_debugger:\"< 8\",dgram:!0,dns:!0,domain:!0,events:!0,freelist:\"< 6\",fs:!0,\"fs/promises\":\">= 10 && < 10.1\",_http_agent:\">= 0.11.1\",_http_client:\">= 0.11.1\",_http_common:\">= 0.11.1\",_http_incoming:\">= 0.11.1\",_http_outgoing:\">= 0.11.1\",_http_server:\">= 0.11.1\",http:!0,http2:\">= 8.8\",https:!0,inspector:\">= 8.0.0\",_linklist:\"< 8\",module:!0,net:!0,\"node-inspect/lib/_inspect\":\">= 7.6.0 && < 12\",\"node-inspect/lib/internal/inspect_client\":\">= 7.6.0 && < 12\",\"node-inspect/lib/internal/inspect_repl\":\">= 7.6.0 && < 12\",os:!0,path:!0,perf_hooks:\">= 8.5\",process:\">= 1\",punycode:!0,querystring:!0,readline:!0,repl:!0,smalloc:\">= 0.11.5 && < 3\",_stream_duplex:\">= 0.9.4\",_stream_transform:\">= 0.9.4\",_stream_wrap:\">= 1.4.1\",_stream_passthrough:\">= 0.9.4\",_stream_readable:\">= 0.9.4\",_stream_writable:\">= 0.9.4\",stream:!0,string_decoder:!0,sys:!0,timers:!0,_tls_common:\">= 0.11.13\",_tls_legacy:\">= 0.11.3 && < 10\",_tls_wrap:\">= 0.11.3\",tls:!0,trace_events:\">= 10\",tty:!0,url:!0,util:!0,\"v8/tools/arguments\":\">= 10 && < 12\",\"v8/tools/codemap\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/consarray\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/csvparser\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/logreader\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/profile_view\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],\"v8/tools/splaytree\":[\">= 4.4.0 && < 5\",\">= 5.2.0 && < 12\"],v8:\">= 1\",vm:!0,worker_threads:\">= 11.7\",zlib:!0}},function(e,t,n){(function(t){var r=n(4),o=n(2),i=n(0),a=n(5),s=n(6),u=n(7),l=function(e,t){o.stat(e,function(e,n){return e?\"ENOENT\"===e.code||\"ENOTDIR\"===e.code?t(null,!1):t(e):t(null,n.isFile()||n.isFIFO())})},c=function(e,t){o.stat(e,function(e,n){return e?\"ENOENT\"===e.code||\"ENOTDIR\"===e.code?t(null,!1):t(e):t(null,n.isDirectory())})},p=function(e,t,n){t&&!1===t.preserveSymlinks?o.realpath(e,function(t,r){t&&\"ENOENT\"!==t.code?n(t):n(null,t?e:r)}):n(null,e)};e.exports=function(e,n,f){function d(t){/^(?:\\.\\.?(?:\\/|$)|\\/|([A-Za-z]:)?[\\/\\\\])/.test(e)?(w=i.resolve(t,e),(\"..\"===e||\"/\"===e.slice(-1))&&(w+=\"/\"),/\\/$/.test(e)&&w===t?v(w,R.package,h):g(w,R.package,h)):function(e,t,n){A(n,s(t,R,e))}(e,t,function(t,n,o){if(t)_(t);else{if(r[e])return _(null,e);if(n)return p(n,R,function(e,t){e?_(e):_(null,t,o)});var i=new Error(\"Cannot find module '\"+e+\"' from '\"+O+\"'\");i.code=\"MODULE_NOT_FOUND\",_(i)}})}function h(t,n,r){t?_(t):n?_(null,n,r):v(w,function(t,n,r){if(t)_(t);else if(n)p(n,R,function(e,t){e?_(e):_(null,t,r)});else{var o=new Error(\"Cannot find module '\"+e+\"' from '\"+O+\"'\");o.code=\"MODULE_NOT_FOUND\",_(o)}})}function g(e,t,n){var r=t,o=n;\"function\"==typeof r&&(o=r,r=void 0),function e(t,n,r){function a(r,a,c){if(l=a,r)return o(r);if(c&&l&&R.pathFilter){var p=i.relative(c,u),f=p.slice(0,p.length-t[0].length),d=R.pathFilter(l,n,f);if(d)return e([\"\"].concat(C.slice()),i.resolve(c,d),l)}m(u,s)}function s(r,i){return r?o(r):i?o(null,u,l):void e(t.slice(1),n,l)}if(0===t.length)return o(null,void 0,r);var u=n+t[0],l=r;l?a(null,l):y(i.dirname(u),a)}([\"\"].concat(C),e,r)}function y(e,n){if(\"\"===e||\"/\"===e)return n(null);if(\"win32\"===t.platform&&/^\\w:[\\/\\\\]*$/.test(e))return n(null);if(/[\\/\\\\]node_modules[\\/\\\\]*$/.test(e))return n(null);var r=i.join(e,\"package.json\");m(r,function(t,o){return o?void x(r,function(t,o){t&&n(t);try{var i=JSON.parse(o)}catch(e){}i&&R.packageFilter&&(i=R.packageFilter(i,r)),n(null,i,e)}):y(i.dirname(e),n)})}function v(e,t,n){var r=n,o=t;\"function\"==typeof o&&(r=o,o=R.package);var a=i.join(e,\"package.json\");m(a,function(t,n){return t?r(t):n?void x(a,function(t,n){if(t)return r(t);try{var o=JSON.parse(n)}catch(e){}if(R.packageFilter&&(o=R.packageFilter(o,a)),o.main){if(\"string\"!=typeof o.main){var s=new TypeError(\"package “\"+o.name+\"” `main` must be a string\");return s.code=\"INVALID_PACKAGE_MAIN\",r(s)}return(\".\"===o.main||\"./\"===o.main)&&(o.main=\"index\"),void g(i.resolve(e,o.main),o,function(t,n,o){return t?r(t):n?r(null,n,o):o?void v(i.resolve(e,o.main),o,function(t,n,o){return t?r(t):n?r(null,n,o):void g(i.join(e,\"index\"),o,r)}):g(i.join(e,\"index\"),o,r)})}g(i.join(e,\"/index\"),o,r)}):g(i.join(e,\"index\"),o,r)})}function A(t,n){function r(n,r,s){return n?t(n):r?t(null,r,s):void v(i.join(a,e),R.package,o)}function o(e,r,o){return e?t(e):r?t(null,r,o):void A(t,n.slice(1))}if(0===n.length)return t(null,void 0);var a=n[0];b(a,function(o,s){return o?t(o):s?void g(i.join(a,e),R.package,r):A(t,n.slice(1))})}var _=f,R=n;if(\"function\"==typeof n&&(_=R,R={}),\"string\"!=typeof e){var E=new TypeError(\"Path must be a string.\");return t.nextTick(function(){_(E)})}var m=(R=u(e,R)).isFile||l,b=R.isDirectory||c,x=R.readFile||o.readFile,C=R.extensions||[\".js\"],S=R.basedir||i.dirname(a()),O=R.filename||S;R.paths=R.paths||[];var w,T=i.resolve(S);p(T,R,function(e,t){e?_(e):d(t)})}}).call(this,n(1))},function(e,t,n){\"use strict\";(function(t){var n=\"win32\"===t.platform,r=/^([a-zA-Z]:|[\\\\\\/]{2}[^\\\\\\/]+[\\\\\\/]+[^\\\\\\/]+)?([\\\\\\/])?([\\s\\S]*?)$/,o=/^([\\s\\S]*?)((?:\\.{1,2}|[^\\\\\\/]+?|)(\\.[^.\\/\\\\]*|))(?:[\\\\\\/]*)$/,i={};i.parse=function(e){if(\"string\"!=typeof e)throw new TypeError(\"Parameter 'pathString' must be a string, not \"+typeof e);var t=function(e){var t=r.exec(e),n=(t[1]||\"\")+(t[2]||\"\"),i=t[3]||\"\",a=o.exec(i);return[n,a[1],a[2],a[3]]}(e);if(!t||4!==t.length)throw new TypeError(\"Invalid path '\"+e+\"'\");return{root:t[0],dir:t[0]+t[1].slice(0,-1),base:t[2],ext:t[3],name:t[2].slice(0,t[2].length-t[3].length)}};var a=/^(\\/?|)([\\s\\S]*?)((?:\\.{1,2}|[^\\/]+?|)(\\.[^.\\/]*|))(?:[\\/]*)$/,s={};s.parse=function(e){if(\"string\"!=typeof e)throw new TypeError(\"Parameter 'pathString' must be a string, not \"+typeof e);var t=function(e){return a.exec(e).slice(1)}(e);if(!t||4!==t.length)throw new TypeError(\"Invalid path '\"+e+\"'\");return t[1]=t[1]||\"\",t[2]=t[2]||\"\",t[3]=t[3]||\"\",{root:t[0],dir:t[0]+t[1].slice(0,-1),base:t[2],ext:t[3],name:t[2].slice(0,t[2].length-t[3].length)}},e.exports=n?i.parse:s.parse,e.exports.posix=s.parse,e.exports.win32=i.parse}).call(this,n(1))},function(e,t,n){(function(t){var r=n(4),o=n(2),i=n(0),a=n(5),s=n(6),u=n(7),l=function(e){try{var t=o.statSync(e)}catch(t){if(t&&(\"ENOENT\"===t.code||\"ENOTDIR\"===t.code))return!1;throw t}return t.isFile()||t.isFIFO()},c=function(e){try{var t=o.statSync(e)}catch(t){if(t&&(\"ENOENT\"===t.code||\"ENOTDIR\"===t.code))return!1;throw t}return t.isDirectory()},p=function(e,t){if(t&&!1===t.preserveSymlinks)try{return o.realpathSync(e)}catch(e){if(\"ENOENT\"!==e.code)throw e}return e};e.exports=function(e,n){function f(e){var t=d(i.dirname(e));if(t&&t.dir&&t.pkg&&g.pathFilter){var n=i.relative(t.dir,e),r=g.pathFilter(t.pkg,e,n);r&&(e=i.resolve(t.dir,r))}if(y(e))return e;for(var o,a=0;a<_.length;a++)if(o=e+_[a],y(o))return o}function d(e){if(!(\"\"===e||\"/\"===e||\"win32\"===t.platform&&/^\\w:[\\/\\\\]*$/.test(e)||/[\\/\\\\]node_modules[\\/\\\\]*$/.test(e))){var n=i.join(e,\"package.json\");if(!y(n))return d(i.dirname(e));var r=v(n);try{var o=JSON.parse(r)}catch(e){}return o&&g.packageFilter&&(o=g.packageFilter(o,e)),{pkg:o,dir:e}}}function h(e){var t=i.join(e,\"/package.json\");if(y(t)){try{var n=v(t,\"UTF8\"),r=JSON.parse(n)}catch(t){}if(g.packageFilter&&(r=g.packageFilter(r,e)),r.main){if(\"string\"!=typeof r.main){var o=new TypeError(\"package “\"+r.name+\"” `main` must be a string\");throw o.code=\"INVALID_PACKAGE_MAIN\",o}(\".\"===r.main||\"./\"===r.main)&&(r.main=\"index\");try{var a=f(i.resolve(e,r.main));if(a)return a;var s=h(i.resolve(e,r.main));if(s)return s}catch(t){}}}return f(i.join(e,\"/index\"))}if(\"string\"!=typeof e)throw new TypeError(\"Path must be a string.\");var g=u(e,n),y=g.isFile||l,v=g.readFileSync||o.readFileSync,A=g.isDirectory||c,_=g.extensions||[\".js\"],R=g.basedir||i.dirname(a()),E=g.filename||R;g.paths=g.paths||[];var m=p(i.resolve(R),g);if(/^(?:\\.\\.?(?:\\/|$)|\\/|([A-Za-z]:)?[\\/\\\\])/.test(e)){var b=i.resolve(m,e);(\"..\"===e||\"/\"===e.slice(-1))&&(b+=\"/\");var x=f(b)||h(b);if(x)return p(x,g)}else{if(r[e])return e;var C=function(e,t){for(var n,r=s(t,g,e),o=0;o true,\"extractComments\":false,\"sourceMap\":false,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"terserOptions\":{\"output\":{\"comments\":/^\\**!|@preserve|@license|@cc_on/i}}},\"path\":\"\\u002Fhome\\u002Fhfabio\\u002FDocumentos\\u002Fprojetos\\u002Faprendendo\\u002Fdesafio collab\\u002Fchallenge-twitch\\u002F2019-setembro\\u002Fdist\\u002Fbundle.js\",\"hash\":\"37eb21548ec70a7049983aa0d360d7f7\"}","integrity":"sha512-8PTqGLFD68J3Zu/1kZrSLiQq949Wm02an8rdkGRDYKzRebzph8cxkm2XMMILLwXh7CYuMj+7hHwQzWlSfG5hGg==","time":1568083804652,"size":64651} \ No newline at end of file diff --git a/2019-setembro/node_modules/.yarn-integrity b/2019-setembro/node_modules/.yarn-integrity deleted file mode 100644 index 3f4eab7..0000000 --- a/2019-setembro/node_modules/.yarn-integrity +++ /dev/null @@ -1,331 +0,0 @@ -{ - "systemParams": "linux-x64-64", - "modulesFolders": [ - "node_modules" - ], - "flags": [], - "linkedModules": [], - "topLevelPatterns": [ - "npm-run-all@^4.1.5", - "rollup-plugin-commonjs@^10.0.0", - "rollup-plugin-livereload@^1.0.0", - "rollup-plugin-node-resolve@^5.2.0", - "rollup-plugin-svelte@^5.0.3", - "rollup-plugin-terser@^4.0.4", - "rollup@^1.12.0", - "sirv-cli@^0.4.4", - "svelte@^3.0.0" - ], - "lockfileEntries": { - "@babel/code-frame@^7.0.0": "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d", - "@babel/highlight@^7.0.0": "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540", - "@polka/url@^0.5.0": "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31", - "@types/estree@0.0.39": "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f", - "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04", - "@types/node@^12.7.4": "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04", - "@types/resolve@0.0.8": "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194", - "abbrev@1": "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8", - "acorn@^7.0.0": "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a", - "ansi-regex@^2.0.0": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df", - "ansi-regex@^3.0.0": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998", - "ansi-styles@^3.2.1": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d", - "anymatch@^2.0.0": "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb", - "aproba@^1.0.3": "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a", - "are-we-there-yet@~1.1.2": "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21", - "arr-diff@^4.0.0": "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520", - "arr-flatten@^1.1.0": "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1", - "arr-union@^3.1.0": "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4", - "array-unique@^0.3.2": "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428", - "assign-symbols@^1.0.0": "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367", - "async-each@^1.0.1": "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf", - "atob@^2.1.1": "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9", - "balanced-match@^1.0.0": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767", - "base@^0.11.1": "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f", - "binary-extensions@^1.0.0": "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65", - "brace-expansion@^1.1.7": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd", - "braces@^2.3.1": "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729", - "braces@^2.3.2": "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729", - "buffer-from@^1.0.0": "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef", - "builtin-modules@^3.1.0": "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484", - "cache-base@^1.0.1": "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2", - "chalk@^2.0.0": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424", - "chalk@^2.4.1": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424", - "chokidar@^2.1.5": "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917", - "chownr@^1.1.1": "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6", - "class-utils@^0.3.5": "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463", - "code-point-at@^1.0.0": "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77", - "collection-visit@^1.0.0": "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0", - "color-convert@^1.9.0": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8", - "color-name@1.1.3": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25", - "commander@^2.19.0": "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422", - "component-emitter@^1.2.1": "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0", - "concat-map@0.0.1": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b", - "console-clear@^1.1.0": "https://registry.yarnpkg.com/console-clear/-/console-clear-1.1.1.tgz#995e20cbfbf14dd792b672cde387bd128d674bf7", - "console-control-strings@^1.0.0": "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e", - "console-control-strings@~1.1.0": "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e", - "copy-descriptor@^0.1.0": "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d", - "core-util-is@~1.0.0": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7", - "cross-spawn@^6.0.5": "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4", - "debug@^2.2.0": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f", - "debug@^2.3.3": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f", - "debug@^3.2.6": "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b", - "decode-uri-component@^0.2.0": "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545", - "deep-extend@^0.6.0": "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac", - "define-properties@^1.1.2": "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1", - "define-property@^0.2.5": "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116", - "define-property@^1.0.0": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6", - "define-property@^2.0.2": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d", - "delegates@^1.0.0": "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a", - "detect-libc@^1.0.2": "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b", - "error-ex@^1.3.1": "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf", - "es-abstract@^1.4.3": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497", - "es-to-primitive@^1.2.0": "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377", - "escape-string-regexp@^1.0.5": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4", - "estree-walker@^0.6.1": "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362", - "esutils@^2.0.2": "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64", - "expand-brackets@^2.1.4": "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622", - "extend-shallow@^2.0.1": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f", - "extend-shallow@^3.0.0": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8", - "extend-shallow@^3.0.2": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8", - "extglob@^2.0.4": "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543", - "fill-range@^4.0.0": "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7", - "for-in@^1.0.2": "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80", - "fragment-cache@^0.2.1": "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19", - "fs-minipass@^1.2.5": "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07", - "fs.realpath@^1.0.0": "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f", - "fsevents@^1.2.7": "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f", - "function-bind@^1.0.2": "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d", - "function-bind@^1.1.1": "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d", - "gauge@~2.7.3": "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7", - "get-port@^3.2.0": "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc", - "get-value@^2.0.3": "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28", - "get-value@^2.0.6": "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28", - "glob-parent@^3.1.0": "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae", - "glob@^7.1.3": "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255", - "graceful-fs@^4.1.11": "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02", - "graceful-fs@^4.1.2": "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02", - "has-flag@^3.0.0": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd", - "has-symbols@^1.0.0": "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44", - "has-unicode@^2.0.0": "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9", - "has-value@^0.3.1": "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f", - "has-value@^1.0.0": "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177", - "has-values@^0.1.4": "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771", - "has-values@^1.0.0": "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f", - "has@^1.0.1": "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796", - "has@^1.0.3": "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796", - "hosted-git-info@^2.1.4": "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546", - "iconv-lite@^0.4.4": "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b", - "ignore-walk@^3.0.1": "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b", - "inflight@^1.0.4": "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9", - "inherits@2": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c", - "inherits@^2.0.3": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c", - "inherits@~2.0.3": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c", - "ini@~1.3.0": "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927", - "is-accessor-descriptor@^0.1.6": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6", - "is-accessor-descriptor@^1.0.0": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656", - "is-arrayish@^0.2.1": "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d", - "is-binary-path@^1.0.0": "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898", - "is-buffer@^1.1.5": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be", - "is-callable@^1.1.4": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75", - "is-data-descriptor@^0.1.4": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56", - "is-data-descriptor@^1.0.0": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7", - "is-date-object@^1.0.1": "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16", - "is-descriptor@^0.1.0": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca", - "is-descriptor@^1.0.0": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec", - "is-descriptor@^1.0.2": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec", - "is-extendable@^0.1.0": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89", - "is-extendable@^0.1.1": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89", - "is-extendable@^1.0.1": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4", - "is-extglob@^2.1.0": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2", - "is-extglob@^2.1.1": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2", - "is-fullwidth-code-point@^1.0.0": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb", - "is-fullwidth-code-point@^2.0.0": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f", - "is-glob@^3.1.0": "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a", - "is-glob@^4.0.0": "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc", - "is-module@^1.0.0": "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591", - "is-number@^3.0.0": "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195", - "is-plain-object@^2.0.3": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677", - "is-plain-object@^2.0.4": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677", - "is-reference@^1.1.2": "https://registry.yarnpkg.com/is-reference/-/is-reference-1.1.3.tgz#e99059204b66fdbe09305cfca715a29caa5c8a51", - "is-regex@^1.0.4": "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491", - "is-symbol@^1.0.2": "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38", - "is-windows@^1.0.2": "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d", - "isarray@1.0.0": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11", - "isarray@~1.0.0": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11", - "isexe@^2.0.0": "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10", - "isobject@^2.0.0": "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89", - "isobject@^3.0.0": "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df", - "isobject@^3.0.1": "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df", - "jest-worker@^24.0.0": "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5", - "js-tokens@^4.0.0": "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499", - "json-parse-better-errors@^1.0.1": "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9", - "kind-of@^3.0.2": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64", - "kind-of@^3.0.3": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64", - "kind-of@^3.2.0": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64", - "kind-of@^4.0.0": "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57", - "kind-of@^5.0.0": "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d", - "kind-of@^6.0.0": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051", - "kind-of@^6.0.2": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051", - "kleur@^3.0.0": "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e", - "livereload@^0.8.0": "https://registry.yarnpkg.com/livereload/-/livereload-0.8.0.tgz#9af99cf8a262152cf7176b320accfc5d2ae4f8bf", - "load-json-file@^4.0.0": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b", - "local-access@^1.0.1": "https://registry.yarnpkg.com/local-access/-/local-access-1.0.1.tgz#5121258146d64e869046c642ea4f1dd39ff942bb", - "magic-string@^0.25.2": "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.3.tgz#34b8d2a2c7fec9d9bdf9929a3fd81d271ef35be9", - "map-cache@^0.2.2": "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf", - "map-visit@^1.0.0": "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f", - "memorystream@^0.3.1": "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2", - "merge-stream@^2.0.0": "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60", - "micromatch@^3.1.10": "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23", - "micromatch@^3.1.4": "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23", - "mime@^2.3.1": "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5", - "minimatch@^3.0.4": "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083", - "minimist@0.0.8": "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d", - "minimist@^1.2.0": "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284", - "minipass@^2.2.1": "https://registry.yarnpkg.com/minipass/-/minipass-2.5.1.tgz#cf435a9bf9408796ca3a3525a8b851464279c9b8", - "minipass@^2.3.5": "https://registry.yarnpkg.com/minipass/-/minipass-2.5.1.tgz#cf435a9bf9408796ca3a3525a8b851464279c9b8", - "minizlib@^1.2.1": "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614", - "mixin-deep@^1.2.0": "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566", - "mkdirp@^0.5.0": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903", - "mkdirp@^0.5.1": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903", - "mri@^1.1.0": "https://registry.yarnpkg.com/mri/-/mri-1.1.4.tgz#7cb1dd1b9b40905f1fac053abe25b6720f44744a", - "ms@2.0.0": "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8", - "ms@^2.1.1": "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009", - "nan@^2.12.1": "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c", - "nanomatch@^1.2.9": "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119", - "needle@^2.2.1": "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c", - "nice-try@^1.0.4": "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366", - "node-pre-gyp@^0.12.0": "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149", - "nopt@^4.0.1": "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d", - "normalize-package-data@^2.3.2": "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8", - "normalize-path@^2.1.1": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9", - "normalize-path@^3.0.0": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65", - "npm-bundled@^1.0.1": "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd", - "npm-packlist@^1.1.6": "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44", - "npm-run-all@^4.1.5": "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba", - "npmlog@^4.0.2": "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b", - "number-is-nan@^1.0.0": "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d", - "object-assign@^4.1.0": "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863", - "object-copy@^0.1.0": "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c", - "object-inspect@^1.6.0": "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b", - "object-keys@^1.0.12": "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e", - "object-keys@^1.1.1": "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e", - "object-visit@^1.0.0": "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb", - "object.pick@^1.3.0": "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747", - "once@^1.3.0": "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1", - "options@>=0.0.5": "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f", - "opts@>= 1.2.0": "https://registry.yarnpkg.com/opts/-/opts-1.2.6.tgz#d185c0425cfdeb9da1d182908b65b5c0238febb3", - "os-homedir@^1.0.0": "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3", - "os-tmpdir@^1.0.0": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274", - "osenv@^0.1.4": "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410", - "parse-json@^4.0.0": "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0", - "pascalcase@^0.1.1": "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14", - "path-dirname@^1.0.0": "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0", - "path-is-absolute@^1.0.0": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f", - "path-key@^2.0.1": "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40", - "path-parse@^1.0.6": "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c", - "path-type@^3.0.0": "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f", - "pidtree@^0.3.0": "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b", - "pify@^3.0.0": "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176", - "posix-character-classes@^0.1.0": "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab", - "process-nextick-args@~2.0.0": "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2", - "rc@^1.2.7": "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed", - "read-pkg@^3.0.0": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389", - "readable-stream@^2.0.2": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf", - "readable-stream@^2.0.6": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf", - "readdirp@^2.2.1": "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525", - "regex-not@^1.0.0": "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c", - "regex-not@^1.0.2": "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c", - "remove-trailing-separator@^1.0.1": "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef", - "repeat-element@^1.1.2": "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce", - "repeat-string@^1.6.1": "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637", - "require-relative@^0.8.7": "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de", - "resolve-url@^0.2.1": "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a", - "resolve@^1.10.0": "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6", - "resolve@^1.11.0": "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6", - "resolve@^1.11.1": "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6", - "ret@~0.1.10": "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc", - "rimraf@^2.6.1": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec", - "rollup-plugin-commonjs@^10.0.0": "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb", - "rollup-plugin-livereload@^1.0.0": "https://registry.yarnpkg.com/rollup-plugin-livereload/-/rollup-plugin-livereload-1.0.1.tgz#b1df6642d55cafcd87dac54bc4f7a657ab859fdf", - "rollup-plugin-node-resolve@^5.2.0": "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523", - "rollup-plugin-svelte@^5.0.3": "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-5.1.0.tgz#6c2d3998db9141a934343a0e7298499994aadd25", - "rollup-plugin-terser@^4.0.4": "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-4.0.4.tgz#6f661ef284fa7c27963d242601691dc3d23f994e", - "rollup-pluginutils@^2.3.3": "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97", - "rollup-pluginutils@^2.8.1": "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97", - "rollup@^1.12.0": "https://registry.yarnpkg.com/rollup/-/rollup-1.21.2.tgz#eaabd07d0bd309587ad8bebf731fca6fcb96f4d0", - "sade@^1.4.0": "https://registry.yarnpkg.com/sade/-/sade-1.6.1.tgz#aba16655e998b2b68beb9f13938af010f42eddd2", - "safe-buffer@^5.1.2": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519", - "safe-buffer@~5.1.0": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d", - "safe-buffer@~5.1.1": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d", - "safe-regex@^1.1.0": "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e", - "safer-buffer@>= 2.1.2 < 3": "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a", - "sax@^1.2.4": "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9", - "semver@2 || 3 || 4 || 5": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7", - "semver@^5.3.0": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7", - "semver@^5.5.0": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7", - "serialize-javascript@^1.6.1": "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb", - "set-blocking@~2.0.0": "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7", - "set-value@^2.0.0": "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b", - "set-value@^2.0.1": "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b", - "shebang-command@^1.2.0": "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea", - "shebang-regex@^1.0.0": "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3", - "shell-quote@^1.6.1": "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2", - "signal-exit@^3.0.0": "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d", - "sirv-cli@^0.4.4": "https://registry.yarnpkg.com/sirv-cli/-/sirv-cli-0.4.4.tgz#810bb98a76905b90ee349fcc8306b9995e045baa", - "sirv@^0.4.2": "https://registry.yarnpkg.com/sirv/-/sirv-0.4.2.tgz#842ed22f3aab58faee84eea66cf66066e123d6db", - "snapdragon-node@^2.0.1": "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b", - "snapdragon-util@^3.0.1": "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2", - "snapdragon@^0.8.1": "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d", - "source-map-resolve@^0.5.0": "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259", - "source-map-support@~0.5.10": "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932", - "source-map-url@^0.4.0": "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3", - "source-map@^0.5.6": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc", - "source-map@^0.6.0": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263", - "source-map@~0.6.1": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263", - "sourcemap-codec@^1.4.4": "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz#e30a74f0402bad09807640d39e971090a08ce1e9", - "spdx-correct@^3.0.0": "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4", - "spdx-exceptions@^2.1.0": "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977", - "spdx-expression-parse@^3.0.0": "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0", - "spdx-license-ids@^3.0.0": "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654", - "split-string@^3.0.1": "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2", - "split-string@^3.0.2": "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2", - "static-extend@^0.1.1": "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6", - "string-width@^1.0.1": "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3", - "string-width@^1.0.2 || 2": "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e", - "string.prototype.padend@^3.0.0": "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0", - "string.prototype.trimleft@^2.0.0": "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz#68b6aa8e162c6a80e76e3a8a0c2e747186e271ff", - "string.prototype.trimright@^2.0.0": "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.0.0.tgz#ab4a56d802a01fbe7293e11e84f24dc8164661dd", - "string_decoder@~1.1.1": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8", - "strip-ansi@^3.0.0": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf", - "strip-ansi@^3.0.1": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf", - "strip-ansi@^4.0.0": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f", - "strip-bom@^3.0.0": "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3", - "strip-json-comments@~2.0.1": "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a", - "supports-color@^5.3.0": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f", - "supports-color@^6.1.0": "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3", - "svelte@^3.0.0": "https://registry.yarnpkg.com/svelte/-/svelte-3.12.0.tgz#a30ec57c2d0e73638d6e8c28a3ac0f19f8ba1115", - "tar@^4": "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1", - "terser@^3.14.1": "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2", - "tinydate@^1.0.0": "https://registry.yarnpkg.com/tinydate/-/tinydate-1.2.0.tgz#36b4bb02715f89743f3ef9073d3573d005a28d0e", - "to-object-path@^0.3.0": "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af", - "to-regex-range@^2.1.0": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38", - "to-regex@^3.0.1": "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce", - "to-regex@^3.0.2": "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce", - "ultron@1.0.x": "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa", - "union-value@^1.0.0": "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847", - "unset-value@^1.0.0": "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559", - "upath@^1.1.1": "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894", - "urix@^0.1.0": "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72", - "use@^3.1.0": "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f", - "util-deprecate@~1.0.1": "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf", - "validate-npm-package-license@^3.0.1": "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a", - "which@^1.2.9": "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a", - "wide-align@^1.1.0": "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457", - "wrappy@1": "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f", - "ws@^1.1.5": "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51", - "yallist@^3.0.0": "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9", - "yallist@^3.0.3": "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" - }, - "files": [], - "artifacts": {} -} \ No newline at end of file diff --git a/2019-setembro/node_modules/@babel/code-frame/LICENSE b/2019-setembro/node_modules/@babel/code-frame/LICENSE deleted file mode 100644 index f31575e..0000000 --- a/2019-setembro/node_modules/@babel/code-frame/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/@babel/code-frame/README.md b/2019-setembro/node_modules/@babel/code-frame/README.md deleted file mode 100644 index 185f93d..0000000 --- a/2019-setembro/node_modules/@babel/code-frame/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# @babel/code-frame - -> Generate errors that contain a code frame that point to source locations. - -See our website [@babel/code-frame](https://babeljs.io/docs/en/next/babel-code-frame.html) for more information. - -## Install - -Using npm: - -```sh -npm install --save-dev @babel/code-frame -``` - -or using yarn: - -```sh -yarn add @babel/code-frame --dev -``` diff --git a/2019-setembro/node_modules/@babel/code-frame/lib/index.js b/2019-setembro/node_modules/@babel/code-frame/lib/index.js deleted file mode 100644 index 35176fb..0000000 --- a/2019-setembro/node_modules/@babel/code-frame/lib/index.js +++ /dev/null @@ -1,173 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.codeFrameColumns = codeFrameColumns; -exports.default = _default; - -function _highlight() { - const data = _interopRequireWildcard(require("@babel/highlight")); - - _highlight = function () { - return data; - }; - - return data; -} - -function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } } - -let deprecationWarningShown = false; - -function getDefs(chalk) { - return { - gutter: chalk.grey, - marker: chalk.red.bold, - message: chalk.red.bold - }; -} - -const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; - -function getMarkerLines(loc, source, opts) { - const startLoc = Object.assign({ - column: 0, - line: -1 - }, loc.start); - const endLoc = Object.assign({}, startLoc, loc.end); - const { - linesAbove = 2, - linesBelow = 3 - } = opts || {}; - const startLine = startLoc.line; - const startColumn = startLoc.column; - const endLine = endLoc.line; - const endColumn = endLoc.column; - let start = Math.max(startLine - (linesAbove + 1), 0); - let end = Math.min(source.length, endLine + linesBelow); - - if (startLine === -1) { - start = 0; - } - - if (endLine === -1) { - end = source.length; - } - - const lineDiff = endLine - startLine; - const markerLines = {}; - - if (lineDiff) { - for (let i = 0; i <= lineDiff; i++) { - const lineNumber = i + startLine; - - if (!startColumn) { - markerLines[lineNumber] = true; - } else if (i === 0) { - const sourceLength = source[lineNumber - 1].length; - markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1]; - } else if (i === lineDiff) { - markerLines[lineNumber] = [0, endColumn]; - } else { - const sourceLength = source[lineNumber - i].length; - markerLines[lineNumber] = [0, sourceLength]; - } - } - } else { - if (startColumn === endColumn) { - if (startColumn) { - markerLines[startLine] = [startColumn, 0]; - } else { - markerLines[startLine] = true; - } - } else { - markerLines[startLine] = [startColumn, endColumn - startColumn]; - } - } - - return { - start, - end, - markerLines - }; -} - -function codeFrameColumns(rawLines, loc, opts = {}) { - const highlighted = (opts.highlightCode || opts.forceColor) && (0, _highlight().shouldHighlight)(opts); - const chalk = (0, _highlight().getChalk)(opts); - const defs = getDefs(chalk); - - const maybeHighlight = (chalkFn, string) => { - return highlighted ? chalkFn(string) : string; - }; - - const lines = rawLines.split(NEWLINE); - const { - start, - end, - markerLines - } = getMarkerLines(loc, lines, opts); - const hasColumns = loc.start && typeof loc.start.column === "number"; - const numberMaxWidth = String(end).length; - const highlightedLines = highlighted ? (0, _highlight().default)(rawLines, opts) : rawLines; - let frame = highlightedLines.split(NEWLINE).slice(start, end).map((line, index) => { - const number = start + 1 + index; - const paddedNumber = ` ${number}`.slice(-numberMaxWidth); - const gutter = ` ${paddedNumber} | `; - const hasMarker = markerLines[number]; - const lastMarkerLine = !markerLines[number + 1]; - - if (hasMarker) { - let markerLine = ""; - - if (Array.isArray(hasMarker)) { - const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replace(/[^\t]/g, " "); - const numberOfMarkers = hasMarker[1] || 1; - markerLine = ["\n ", maybeHighlight(defs.gutter, gutter.replace(/\d/g, " ")), markerSpacing, maybeHighlight(defs.marker, "^").repeat(numberOfMarkers)].join(""); - - if (lastMarkerLine && opts.message) { - markerLine += " " + maybeHighlight(defs.message, opts.message); - } - } - - return [maybeHighlight(defs.marker, ">"), maybeHighlight(defs.gutter, gutter), line, markerLine].join(""); - } else { - return ` ${maybeHighlight(defs.gutter, gutter)}${line}`; - } - }).join("\n"); - - if (opts.message && !hasColumns) { - frame = `${" ".repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`; - } - - if (highlighted) { - return chalk.reset(frame); - } else { - return frame; - } -} - -function _default(rawLines, lineNumber, colNumber, opts = {}) { - if (!deprecationWarningShown) { - deprecationWarningShown = true; - const message = "Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`."; - - if (process.emitWarning) { - process.emitWarning(message, "DeprecationWarning"); - } else { - const deprecationError = new Error(message); - deprecationError.name = "DeprecationWarning"; - console.warn(new Error(message)); - } - } - - colNumber = Math.max(colNumber, 0); - const location = { - start: { - column: colNumber, - line: lineNumber - } - }; - return codeFrameColumns(rawLines, location, opts); -} \ No newline at end of file diff --git a/2019-setembro/node_modules/@babel/code-frame/package.json b/2019-setembro/node_modules/@babel/code-frame/package.json deleted file mode 100644 index 99bd4ac..0000000 --- a/2019-setembro/node_modules/@babel/code-frame/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "@babel/code-frame", - "version": "7.5.5", - "description": "Generate errors that contain a code frame that point to source locations.", - "author": "Sebastian McKenzie ", - "homepage": "https://babeljs.io/", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame", - "main": "lib/index.js", - "dependencies": { - "@babel/highlight": "^7.0.0" - }, - "devDependencies": { - "chalk": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43" -} diff --git a/2019-setembro/node_modules/@babel/highlight/LICENSE b/2019-setembro/node_modules/@babel/highlight/LICENSE deleted file mode 100644 index f31575e..0000000 --- a/2019-setembro/node_modules/@babel/highlight/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -MIT License - -Copyright (c) 2014-present Sebastian McKenzie and other contributors - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/@babel/highlight/README.md b/2019-setembro/node_modules/@babel/highlight/README.md deleted file mode 100644 index 72dae60..0000000 --- a/2019-setembro/node_modules/@babel/highlight/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# @babel/highlight - -> Syntax highlight JavaScript strings for output in terminals. - -See our website [@babel/highlight](https://babeljs.io/docs/en/next/babel-highlight.html) for more information. - -## Install - -Using npm: - -```sh -npm install --save-dev @babel/highlight -``` - -or using yarn: - -```sh -yarn add @babel/highlight --dev -``` diff --git a/2019-setembro/node_modules/@babel/highlight/lib/index.js b/2019-setembro/node_modules/@babel/highlight/lib/index.js deleted file mode 100644 index 6ac5b4a..0000000 --- a/2019-setembro/node_modules/@babel/highlight/lib/index.js +++ /dev/null @@ -1,129 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.shouldHighlight = shouldHighlight; -exports.getChalk = getChalk; -exports.default = highlight; - -function _jsTokens() { - const data = _interopRequireWildcard(require("js-tokens")); - - _jsTokens = function () { - return data; - }; - - return data; -} - -function _esutils() { - const data = _interopRequireDefault(require("esutils")); - - _esutils = function () { - return data; - }; - - return data; -} - -function _chalk() { - const data = _interopRequireDefault(require("chalk")); - - _chalk = function () { - return data; - }; - - return data; -} - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } } - -function getDefs(chalk) { - return { - keyword: chalk.cyan, - capitalized: chalk.yellow, - jsx_tag: chalk.yellow, - punctuator: chalk.yellow, - number: chalk.magenta, - string: chalk.green, - regex: chalk.magenta, - comment: chalk.grey, - invalid: chalk.white.bgRed.bold - }; -} - -const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; -const JSX_TAG = /^[a-z][\w-]*$/i; -const BRACKET = /^[()[\]{}]$/; - -function getTokenType(match) { - const [offset, text] = match.slice(-2); - const token = (0, _jsTokens().matchToToken)(match); - - if (token.type === "name") { - if (_esutils().default.keyword.isReservedWordES6(token.value)) { - return "keyword"; - } - - if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.substr(offset - 2, 2) == " colorize(str)).join("\n"); - } else { - return args[0]; - } - }); -} - -function shouldHighlight(options) { - return _chalk().default.supportsColor || options.forceColor; -} - -function getChalk(options) { - let chalk = _chalk().default; - - if (options.forceColor) { - chalk = new (_chalk().default.constructor)({ - enabled: true, - level: 1 - }); - } - - return chalk; -} - -function highlight(code, options = {}) { - if (shouldHighlight(options)) { - const chalk = getChalk(options); - const defs = getDefs(chalk); - return highlightTokens(defs, code); - } else { - return code; - } -} \ No newline at end of file diff --git a/2019-setembro/node_modules/@babel/highlight/package.json b/2019-setembro/node_modules/@babel/highlight/package.json deleted file mode 100644 index 0a68f68..0000000 --- a/2019-setembro/node_modules/@babel/highlight/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "@babel/highlight", - "version": "7.5.0", - "description": "Syntax highlight JavaScript strings for output in terminals.", - "author": "suchipi ", - "homepage": "https://babeljs.io/", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight", - "main": "lib/index.js", - "dependencies": { - "chalk": "^2.0.0", - "esutils": "^2.0.2", - "js-tokens": "^4.0.0" - }, - "devDependencies": { - "strip-ansi": "^4.0.0" - }, - "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4" -} diff --git a/2019-setembro/node_modules/@polka/url/index.js b/2019-setembro/node_modules/@polka/url/index.js deleted file mode 100644 index aa84fda..0000000 --- a/2019-setembro/node_modules/@polka/url/index.js +++ /dev/null @@ -1,22 +0,0 @@ -module.exports = function (req) { - let url = req.url; - if (url === void 0) return url; - - let obj = req._parsedUrl; - if (obj && obj._raw === url) return obj; - - obj = {}; - obj.query = obj.search = null; - obj.href = obj.path = obj.pathname = url; - - let idx = url.indexOf('?', 1); - if (idx !== -1) { - obj.search = url.substring(idx); - obj.query = obj.search.substring(1); - obj.pathname = url.substring(0, idx); - } - - obj._raw = url; - - return (req._parsedUrl = obj); -} diff --git a/2019-setembro/node_modules/@polka/url/package.json b/2019-setembro/node_modules/@polka/url/package.json deleted file mode 100644 index 3673b47..0000000 --- a/2019-setembro/node_modules/@polka/url/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "@polka/url", - "version": "0.5.0", - "description": "Super fast, memoized `req.url` parser", - "repository": "lukeed/polka", - "license": "MIT", - "files": [ - "*.js" - ], - "author": { - "name": "Luke Edwards", - "email": "luke@lukeed.com", - "url": "https://lukeed.com" - }, - "publishConfig": { - "access": "public" - } -} diff --git a/2019-setembro/node_modules/@polka/url/readme.md b/2019-setembro/node_modules/@polka/url/readme.md deleted file mode 100644 index dda8379..0000000 --- a/2019-setembro/node_modules/@polka/url/readme.md +++ /dev/null @@ -1,86 +0,0 @@ -# @polka/url [![npm](https://badgen.now.sh/npm/v/@polka/url)](https://npmjs.org/package/@polka/url) - -> Super fast, memoized `req.url` parser; _not_ limited to [Polka][polka]! - -Parses the `url` from a [`IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage) request. The returned object will always only contain the following keys: `search`, `query`, `pathname`, `path`, `href`, and `_raw`. - -> **Note:** This library does not process `protocol`, `hostname`, `port`, etc.
    This is because the incoming `req.url` value only begins with the path information. - -Parsed requests will be mutated with a `_parsedUrl` key, containing the returned output. This is used for future memoization, so as to avoid parsing the same `url` value multiple times. - -## Install - -``` -$ npm install --save @polka/url -``` - -## Usage - -```js -const parse = require('@polka/url'); - -let req = { url: '/foo/bar?fizz=buzz' }; -let foo = parse(req); -//=> { search: '?fizz=buzz', -//=> query: 'fizz=buzz', -//=> pathname: '/foo/bar', -//=> path: '/foo/bar?fizz=buzz', -//=> href: '/foo/bar?fizz=buzz', -//=> _raw: '/foo/bar?fizz=buzz' } - -// Attaches result for future memoization -assert.deepEqual(foo, req._parsedUrl); //=> true -``` - -## API - -### url(req) -Returns: `Object` or `undefined` - -> **Important:** The `req` must have a `url` key, otherwise `undefined` will be returned.
    If no input is provided at all, a `TypeError` will be thrown. - -#### req -Type: `IncomingMessage` or `Object` - -The incoming HTTP request (`req`) or a plain `Object` with a `url` key. - -> **Note:** In Node.js servers, the [`req.url`](https://nodejs.org/api/http.html#http_message_url) begins with a pathname & does not include a `hash`. - - -## Benchmarks - -> Running the `parseurl` benchmark suite on Node 10.9.0 - -``` -Parsing: "/foo/bar?user=tj&pet=fluffy" - nativeurl x 3,496,593 ops/sec ±0.78% (194 runs sampled) - parseurl x 5,702,515 ops/sec ±0.59% (194 runs sampled) - @polka/url x 11,510,281 ops/sec ±1.93% (192 runs sampled) - -REPEAT: "/foo/bar?user=tj&pet=fluffy" - nativeurl x 3,344,884 ops/sec ±0.13% (191 runs sampled) - parseurl x 20,386,848 ops/sec ±0.22% (192 runs sampled) - @polka/url x 21,088,923 ops/sec ±0.58% (191 runs sampled) - -Parsing: "/foo/bar" - nativeurl x 9,808,119 ops/sec ±0.51% (190 runs sampled) - parseurl x 26,186,627 ops/sec ±0.16% (195 runs sampled) - @polka/url x 43,946,765 ops/sec ±0.55% (194 runs sampled) - -Parsing: "/" - nativeurl x 15,698,746 ops/sec ±0.79% (192 runs sampled) - parseurl x 36,861,339 ops/sec ±0.19% (195 runs sampled) - @polka/url x 48,295,119 ops/sec ±0.51% (194 runs sampled) -``` - - -## Support - -Any issues or questions can be sent to the [Polka][polka] repository.
    However, please specify that your inquiry is about `@polka/url` specifically. - - -## License - -MIT © [Luke Edwards](https://lukeed.com) - -[polka]: https://github.com/lukeed/polka diff --git a/2019-setembro/node_modules/@types/estree/LICENSE b/2019-setembro/node_modules/@types/estree/LICENSE deleted file mode 100644 index 4b1ad51..0000000 --- a/2019-setembro/node_modules/@types/estree/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. All rights reserved. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/2019-setembro/node_modules/@types/estree/README.md b/2019-setembro/node_modules/@types/estree/README.md deleted file mode 100644 index 3ec0d39..0000000 --- a/2019-setembro/node_modules/@types/estree/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Installation -> `npm install --save @types/estree` - -# Summary -This package contains type definitions for ESTree AST specification (https://github.com/estree/estree). - -# Details -Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree - -Additional Details - * Last updated: Tue, 17 Apr 2018 20:22:09 GMT - * Dependencies: none - * Global values: none - -# Credits -These definitions were written by RReverser . diff --git a/2019-setembro/node_modules/@types/estree/index.d.ts b/2019-setembro/node_modules/@types/estree/index.d.ts deleted file mode 100644 index 9109295..0000000 --- a/2019-setembro/node_modules/@types/estree/index.d.ts +++ /dev/null @@ -1,548 +0,0 @@ -// Type definitions for ESTree AST specification -// Project: https://github.com/estree/estree -// Definitions by: RReverser -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -// This definition file follows a somewhat unusual format. ESTree allows -// runtime type checks based on the `type` parameter. In order to explain this -// to typescript we want to use discriminated union types: -// https://github.com/Microsoft/TypeScript/pull/9163 -// -// For ESTree this is a bit tricky because the high level interfaces like -// Node or Function are pulling double duty. We want to pass common fields down -// to the interfaces that extend them (like Identifier or -// ArrowFunctionExpression), but you can't extend a type union or enforce -// common fields on them. So we've split the high level interfaces into two -// types, a base type which passes down inhereted fields, and a type union of -// all types which extend the base type. Only the type union is exported, and -// the union is how other types refer to the collection of inheriting types. -// -// This makes the definitions file here somewhat more difficult to maintain, -// but it has the notable advantage of making ESTree much easier to use as -// an end user. - -interface BaseNodeWithoutComments { - // Every leaf interface that extends BaseNode must specify a type property. - // The type property should be a string literal. For example, Identifier - // has: `type: "Identifier"` - type: string; - loc?: SourceLocation | null; - range?: [number, number]; -} - -interface BaseNode extends BaseNodeWithoutComments { - leadingComments?: Array; - trailingComments?: Array; -} - -export type Node = - Identifier | Literal | Program | Function | SwitchCase | CatchClause | - VariableDeclarator | Statement | Expression | Property | - AssignmentProperty | Super | TemplateElement | SpreadElement | Pattern | - ClassBody | Class | MethodDefinition | ModuleDeclaration | ModuleSpecifier; - -export interface Comment extends BaseNodeWithoutComments { - type: "Line" | "Block"; - value: string; -} - -interface SourceLocation { - source?: string | null; - start: Position; - end: Position; -} - -export interface Position { - /** >= 1 */ - line: number; - /** >= 0 */ - column: number; -} - -export interface Program extends BaseNode { - type: "Program"; - sourceType: "script" | "module"; - body: Array; - comments?: Array; -} - -interface BaseFunction extends BaseNode { - params: Array; - generator?: boolean; - async?: boolean; - // The body is either BlockStatement or Expression because arrow functions - // can have a body that's either. FunctionDeclarations and - // FunctionExpressions have only BlockStatement bodies. - body: BlockStatement | Expression; -} - -export type Function = - FunctionDeclaration | FunctionExpression | ArrowFunctionExpression; - -export type Statement = - ExpressionStatement | BlockStatement | EmptyStatement | - DebuggerStatement | WithStatement | ReturnStatement | LabeledStatement | - BreakStatement | ContinueStatement | IfStatement | SwitchStatement | - ThrowStatement | TryStatement | WhileStatement | DoWhileStatement | - ForStatement | ForInStatement | ForOfStatement | Declaration; - -interface BaseStatement extends BaseNode { } - -export interface EmptyStatement extends BaseStatement { - type: "EmptyStatement"; -} - -export interface BlockStatement extends BaseStatement { - type: "BlockStatement"; - body: Array; - innerComments?: Array; -} - -export interface ExpressionStatement extends BaseStatement { - type: "ExpressionStatement"; - expression: Expression; -} - -export interface IfStatement extends BaseStatement { - type: "IfStatement"; - test: Expression; - consequent: Statement; - alternate?: Statement | null; -} - -export interface LabeledStatement extends BaseStatement { - type: "LabeledStatement"; - label: Identifier; - body: Statement; -} - -export interface BreakStatement extends BaseStatement { - type: "BreakStatement"; - label?: Identifier | null; -} - -export interface ContinueStatement extends BaseStatement { - type: "ContinueStatement"; - label?: Identifier | null; -} - -export interface WithStatement extends BaseStatement { - type: "WithStatement"; - object: Expression; - body: Statement; -} - -export interface SwitchStatement extends BaseStatement { - type: "SwitchStatement"; - discriminant: Expression; - cases: Array; -} - -export interface ReturnStatement extends BaseStatement { - type: "ReturnStatement"; - argument?: Expression | null; -} - -export interface ThrowStatement extends BaseStatement { - type: "ThrowStatement"; - argument: Expression; -} - -export interface TryStatement extends BaseStatement { - type: "TryStatement"; - block: BlockStatement; - handler?: CatchClause | null; - finalizer?: BlockStatement | null; -} - -export interface WhileStatement extends BaseStatement { - type: "WhileStatement"; - test: Expression; - body: Statement; -} - -export interface DoWhileStatement extends BaseStatement { - type: "DoWhileStatement"; - body: Statement; - test: Expression; -} - -export interface ForStatement extends BaseStatement { - type: "ForStatement"; - init?: VariableDeclaration | Expression | null; - test?: Expression | null; - update?: Expression | null; - body: Statement; -} - -interface BaseForXStatement extends BaseStatement { - left: VariableDeclaration | Pattern; - right: Expression; - body: Statement; -} - -export interface ForInStatement extends BaseForXStatement { - type: "ForInStatement"; -} - -export interface DebuggerStatement extends BaseStatement { - type: "DebuggerStatement"; -} - -export type Declaration = - FunctionDeclaration | VariableDeclaration | ClassDeclaration; - -interface BaseDeclaration extends BaseStatement { } - -export interface FunctionDeclaration extends BaseFunction, BaseDeclaration { - type: "FunctionDeclaration"; - /** It is null when a function declaration is a part of the `export default function` statement */ - id: Identifier | null; - body: BlockStatement; -} - -export interface VariableDeclaration extends BaseDeclaration { - type: "VariableDeclaration"; - declarations: Array; - kind: "var" | "let" | "const"; -} - -export interface VariableDeclarator extends BaseNode { - type: "VariableDeclarator"; - id: Pattern; - init?: Expression | null; -} - -type Expression = - ThisExpression | ArrayExpression | ObjectExpression | FunctionExpression | - ArrowFunctionExpression | YieldExpression | Literal | UnaryExpression | - UpdateExpression | BinaryExpression | AssignmentExpression | - LogicalExpression | MemberExpression | ConditionalExpression | - CallExpression | NewExpression | SequenceExpression | TemplateLiteral | - TaggedTemplateExpression | ClassExpression | MetaProperty | Identifier | - AwaitExpression; - -export interface BaseExpression extends BaseNode { } - -export interface ThisExpression extends BaseExpression { - type: "ThisExpression"; -} - -export interface ArrayExpression extends BaseExpression { - type: "ArrayExpression"; - elements: Array; -} - -export interface ObjectExpression extends BaseExpression { - type: "ObjectExpression"; - properties: Array; -} - -export interface Property extends BaseNode { - type: "Property"; - key: Expression; - value: Expression | Pattern; // Could be an AssignmentProperty - kind: "init" | "get" | "set"; - method: boolean; - shorthand: boolean; - computed: boolean; -} - -export interface FunctionExpression extends BaseFunction, BaseExpression { - id?: Identifier | null; - type: "FunctionExpression"; - body: BlockStatement; -} - -export interface SequenceExpression extends BaseExpression { - type: "SequenceExpression"; - expressions: Array; -} - -export interface UnaryExpression extends BaseExpression { - type: "UnaryExpression"; - operator: UnaryOperator; - prefix: true; - argument: Expression; -} - -export interface BinaryExpression extends BaseExpression { - type: "BinaryExpression"; - operator: BinaryOperator; - left: Expression; - right: Expression; -} - -export interface AssignmentExpression extends BaseExpression { - type: "AssignmentExpression"; - operator: AssignmentOperator; - left: Pattern | MemberExpression; - right: Expression; -} - -export interface UpdateExpression extends BaseExpression { - type: "UpdateExpression"; - operator: UpdateOperator; - argument: Expression; - prefix: boolean; -} - -export interface LogicalExpression extends BaseExpression { - type: "LogicalExpression"; - operator: LogicalOperator; - left: Expression; - right: Expression; -} - -export interface ConditionalExpression extends BaseExpression { - type: "ConditionalExpression"; - test: Expression; - alternate: Expression; - consequent: Expression; -} - -interface BaseCallExpression extends BaseExpression { - callee: Expression | Super; - arguments: Array; -} -export type CallExpression = SimpleCallExpression | NewExpression; - -export interface SimpleCallExpression extends BaseCallExpression { - type: "CallExpression"; -} - -export interface NewExpression extends BaseCallExpression { - type: "NewExpression"; -} - -export interface MemberExpression extends BaseExpression, BasePattern { - type: "MemberExpression"; - object: Expression | Super; - property: Expression; - computed: boolean; -} - -export type Pattern = - Identifier | ObjectPattern | ArrayPattern | RestElement | - AssignmentPattern | MemberExpression; - -interface BasePattern extends BaseNode { } - -export interface SwitchCase extends BaseNode { - type: "SwitchCase"; - test?: Expression | null; - consequent: Array; -} - -export interface CatchClause extends BaseNode { - type: "CatchClause"; - param: Pattern; - body: BlockStatement; -} - -export interface Identifier extends BaseNode, BaseExpression, BasePattern { - type: "Identifier"; - name: string; -} - -export type Literal = SimpleLiteral | RegExpLiteral; - -export interface SimpleLiteral extends BaseNode, BaseExpression { - type: "Literal"; - value: string | boolean | number | null; - raw?: string; -} - -export interface RegExpLiteral extends BaseNode, BaseExpression { - type: "Literal"; - value?: RegExp | null; - regex: { - pattern: string; - flags: string; - }; - raw?: string; -} - -export type UnaryOperator = - "-" | "+" | "!" | "~" | "typeof" | "void" | "delete"; - -export type BinaryOperator = - "==" | "!=" | "===" | "!==" | "<" | "<=" | ">" | ">=" | "<<" | - ">>" | ">>>" | "+" | "-" | "*" | "/" | "%" | "**" | "|" | "^" | "&" | "in" | - "instanceof"; - -export type LogicalOperator = "||" | "&&"; - -export type AssignmentOperator = - "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "**=" | "<<=" | ">>=" | ">>>=" | - "|=" | "^=" | "&="; - -export type UpdateOperator = "++" | "--"; - -export interface ForOfStatement extends BaseForXStatement { - type: "ForOfStatement"; -} - -export interface Super extends BaseNode { - type: "Super"; -} - -export interface SpreadElement extends BaseNode { - type: "SpreadElement"; - argument: Expression; -} - -export interface ArrowFunctionExpression extends BaseExpression, BaseFunction { - type: "ArrowFunctionExpression"; - expression: boolean; - body: BlockStatement | Expression; -} - -export interface YieldExpression extends BaseExpression { - type: "YieldExpression"; - argument?: Expression | null; - delegate: boolean; -} - -export interface TemplateLiteral extends BaseExpression { - type: "TemplateLiteral"; - quasis: Array; - expressions: Array; -} - -export interface TaggedTemplateExpression extends BaseExpression { - type: "TaggedTemplateExpression"; - tag: Expression; - quasi: TemplateLiteral; -} - -export interface TemplateElement extends BaseNode { - type: "TemplateElement"; - tail: boolean; - value: { - cooked: string; - raw: string; - }; -} - -export interface AssignmentProperty extends Property { - value: Pattern; - kind: "init"; - method: boolean; // false -} - -export interface ObjectPattern extends BasePattern { - type: "ObjectPattern"; - properties: Array; -} - -export interface ArrayPattern extends BasePattern { - type: "ArrayPattern"; - elements: Array; -} - -export interface RestElement extends BasePattern { - type: "RestElement"; - argument: Pattern; -} - -export interface AssignmentPattern extends BasePattern { - type: "AssignmentPattern"; - left: Pattern; - right: Expression; -} - -export type Class = ClassDeclaration | ClassExpression; -interface BaseClass extends BaseNode { - superClass?: Expression | null; - body: ClassBody; -} - -export interface ClassBody extends BaseNode { - type: "ClassBody"; - body: Array; -} - -export interface MethodDefinition extends BaseNode { - type: "MethodDefinition"; - key: Expression; - value: FunctionExpression; - kind: "constructor" | "method" | "get" | "set"; - computed: boolean; - static: boolean; -} - -export interface ClassDeclaration extends BaseClass, BaseDeclaration { - type: "ClassDeclaration"; - /** It is null when a class declaration is a part of the `export default class` statement */ - id: Identifier | null; -} - -export interface ClassExpression extends BaseClass, BaseExpression { - type: "ClassExpression"; - id?: Identifier | null; -} - -export interface MetaProperty extends BaseExpression { - type: "MetaProperty"; - meta: Identifier; - property: Identifier; -} - -export type ModuleDeclaration = - ImportDeclaration | ExportNamedDeclaration | ExportDefaultDeclaration | - ExportAllDeclaration; -interface BaseModuleDeclaration extends BaseNode { } - -export type ModuleSpecifier = - ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | - ExportSpecifier; -interface BaseModuleSpecifier extends BaseNode { - local: Identifier; -} - -export interface ImportDeclaration extends BaseModuleDeclaration { - type: "ImportDeclaration"; - specifiers: Array; - source: Literal; -} - -export interface ImportSpecifier extends BaseModuleSpecifier { - type: "ImportSpecifier"; - imported: Identifier; -} - -export interface ImportDefaultSpecifier extends BaseModuleSpecifier { - type: "ImportDefaultSpecifier"; -} - -export interface ImportNamespaceSpecifier extends BaseModuleSpecifier { - type: "ImportNamespaceSpecifier"; -} - -export interface ExportNamedDeclaration extends BaseModuleDeclaration { - type: "ExportNamedDeclaration"; - declaration?: Declaration | null; - specifiers: Array; - source?: Literal | null; -} - -export interface ExportSpecifier extends BaseModuleSpecifier { - type: "ExportSpecifier"; - exported: Identifier; -} - -export interface ExportDefaultDeclaration extends BaseModuleDeclaration { - type: "ExportDefaultDeclaration"; - declaration: Declaration | Expression; -} - -export interface ExportAllDeclaration extends BaseModuleDeclaration { - type: "ExportAllDeclaration"; - source: Literal; -} - -export interface AwaitExpression extends BaseExpression { - type: "AwaitExpression"; - argument: Expression; -} diff --git a/2019-setembro/node_modules/@types/estree/package.json b/2019-setembro/node_modules/@types/estree/package.json deleted file mode 100644 index 513aaf1..0000000 --- a/2019-setembro/node_modules/@types/estree/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "@types/estree", - "version": "0.0.39", - "description": "TypeScript definitions for ESTree AST specification", - "license": "MIT", - "contributors": [ - { - "name": "RReverser", - "url": "https://github.com/RReverser", - "githubUsername": "RReverser" - } - ], - "main": "", - "repository": { - "type": "git", - "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "427ba878ebb5570e15aab870f708720d146a1c4b272e4a9d9990db4d1d033170", - "typeScriptVersion": "2.0" -} \ No newline at end of file diff --git a/2019-setembro/node_modules/@types/node/LICENSE b/2019-setembro/node_modules/@types/node/LICENSE deleted file mode 100644 index 4b1ad51..0000000 --- a/2019-setembro/node_modules/@types/node/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. All rights reserved. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/2019-setembro/node_modules/@types/node/README.md b/2019-setembro/node_modules/@types/node/README.md deleted file mode 100644 index 0bc84d7..0000000 --- a/2019-setembro/node_modules/@types/node/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Installation -> `npm install --save @types/node` - -# Summary -This package contains type definitions for Node.js (http://nodejs.org/). - -# Details -Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node - -Additional Details - * Last updated: Tue, 03 Sep 2019 18:47:08 GMT - * Dependencies: none - * Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, queueMicrotask, require, setImmediate, setInterval, setTimeout - -# Credits -These definitions were written by Microsoft TypeScript , DefinitelyTyped , Alberto Schiabel , Alexander T. , Alvis HT Tang , Andrew Makarov , Benjamin Toueg , Bruno Scheufler , Chigozirim C. , Christian Vaagland Tellnes , David Junger , Deividas Bakanas , Eugene Y. Q. Shen , Flarna , Hannes Magnusson , Hoàng Văn Khải , Huw , Kelvin Jin , Klaus Meinhardt , Lishude , Mariusz Wiktorczyk , Matthieu Sieben , Mohsen Azimi , Nicolas Even , Nicolas Voigt , Parambir Singh , Sebastian Silbermann , Simon Schick , Thomas den Hollander , Wilco Bakker , wwwy3y3 , Zane Hannan AU , Samuel Ainsworth , Kyle Uehlein , Jordi Oliveras Rovira , Thanik Bhongbhibhat , and Marcin Kopacz . diff --git a/2019-setembro/node_modules/@types/node/assert.d.ts b/2019-setembro/node_modules/@types/node/assert.d.ts deleted file mode 100644 index 319e5b4..0000000 --- a/2019-setembro/node_modules/@types/node/assert.d.ts +++ /dev/null @@ -1,52 +0,0 @@ -declare module "assert" { - function internal(value: any, message?: string | Error): void; - namespace internal { - class AssertionError implements Error { - name: string; - message: string; - actual: any; - expected: any; - operator: string; - generatedMessage: boolean; - code: 'ERR_ASSERTION'; - - constructor(options?: { - message?: string; actual?: any; expected?: any; - operator?: string; stackStartFn?: Function - }); - } - - function fail(message?: string | Error): never; - /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ - function fail(actual: any, expected: any, message?: string | Error, operator?: string, stackStartFn?: Function): never; - function ok(value: any, message?: string | Error): void; - /** @deprecated since v9.9.0 - use strictEqual() instead. */ - function equal(actual: any, expected: any, message?: string | Error): void; - /** @deprecated since v9.9.0 - use notStrictEqual() instead. */ - function notEqual(actual: any, expected: any, message?: string | Error): void; - /** @deprecated since v9.9.0 - use deepStrictEqual() instead. */ - function deepEqual(actual: any, expected: any, message?: string | Error): void; - /** @deprecated since v9.9.0 - use notDeepStrictEqual() instead. */ - function notDeepEqual(actual: any, expected: any, message?: string | Error): void; - function strictEqual(actual: any, expected: any, message?: string | Error): void; - function notStrictEqual(actual: any, expected: any, message?: string | Error): void; - function deepStrictEqual(actual: any, expected: any, message?: string | Error): void; - function notDeepStrictEqual(actual: any, expected: any, message?: string | Error): void; - - function throws(block: () => any, message?: string | Error): void; - function throws(block: () => any, error: RegExp | Function | Object | Error, message?: string | Error): void; - function doesNotThrow(block: () => any, message?: string | Error): void; - function doesNotThrow(block: () => any, error: RegExp | Function, message?: string | Error): void; - - function ifError(value: any): void; - - function rejects(block: (() => Promise) | Promise, message?: string | Error): Promise; - function rejects(block: (() => Promise) | Promise, error: RegExp | Function | Object | Error, message?: string | Error): Promise; - function doesNotReject(block: (() => Promise) | Promise, message?: string | Error): Promise; - function doesNotReject(block: (() => Promise) | Promise, error: RegExp | Function, message?: string | Error): Promise; - - const strict: typeof internal; - } - - export = internal; -} diff --git a/2019-setembro/node_modules/@types/node/async_hooks.d.ts b/2019-setembro/node_modules/@types/node/async_hooks.d.ts deleted file mode 100644 index cca992e..0000000 --- a/2019-setembro/node_modules/@types/node/async_hooks.d.ts +++ /dev/null @@ -1,132 +0,0 @@ -/** - * Async Hooks module: https://nodejs.org/api/async_hooks.html - */ -declare module "async_hooks" { - /** - * Returns the asyncId of the current execution context. - */ - function executionAsyncId(): number; - - /** - * Returns the ID of the resource responsible for calling the callback that is currently being executed. - */ - function triggerAsyncId(): number; - - interface HookCallbacks { - /** - * Called when a class is constructed that has the possibility to emit an asynchronous event. - * @param asyncId a unique ID for the async resource - * @param type the type of the async resource - * @param triggerAsyncId the unique ID of the async resource in whose execution context this async resource was created - * @param resource reference to the resource representing the async operation, needs to be released during destroy - */ - init?(asyncId: number, type: string, triggerAsyncId: number, resource: Object): void; - - /** - * When an asynchronous operation is initiated or completes a callback is called to notify the user. - * The before callback is called just before said callback is executed. - * @param asyncId the unique identifier assigned to the resource about to execute the callback. - */ - before?(asyncId: number): void; - - /** - * Called immediately after the callback specified in before is completed. - * @param asyncId the unique identifier assigned to the resource which has executed the callback. - */ - after?(asyncId: number): void; - - /** - * Called when a promise has resolve() called. This may not be in the same execution id - * as the promise itself. - * @param asyncId the unique id for the promise that was resolve()d. - */ - promiseResolve?(asyncId: number): void; - - /** - * Called after the resource corresponding to asyncId is destroyed - * @param asyncId a unique ID for the async resource - */ - destroy?(asyncId: number): void; - } - - interface AsyncHook { - /** - * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. - */ - enable(): this; - - /** - * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. - */ - disable(): this; - } - - /** - * Registers functions to be called for different lifetime events of each async operation. - * @param options the callbacks to register - * @return an AsyncHooks instance used for disabling and enabling hooks - */ - function createHook(options: HookCallbacks): AsyncHook; - - interface AsyncResourceOptions { - /** - * The ID of the execution context that created this async event. - * Default: `executionAsyncId()` - */ - triggerAsyncId?: number; - - /** - * Disables automatic `emitDestroy` when the object is garbage collected. - * This usually does not need to be set (even if `emitDestroy` is called - * manually), unless the resource's `asyncId` is retrieved and the - * sensitive API's `emitDestroy` is called with it. - * Default: `false` - */ - requireManualDestroy?: boolean; - } - - /** - * The class AsyncResource was designed to be extended by the embedder's async resources. - * Using this users can easily trigger the lifetime events of their own resources. - */ - class AsyncResource { - /** - * AsyncResource() is meant to be extended. Instantiating a - * new AsyncResource() also triggers init. If triggerAsyncId is omitted then - * async_hook.executionAsyncId() is used. - * @param type The type of async event. - * @param triggerAsyncId The ID of the execution context that created - * this async event (default: `executionAsyncId()`), or an - * AsyncResourceOptions object (since 9.3) - */ - constructor(type: string, triggerAsyncId?: number|AsyncResourceOptions); - - /** - * Call the provided function with the provided arguments in the - * execution context of the async resource. This will establish the - * context, trigger the AsyncHooks before callbacks, call the function, - * trigger the AsyncHooks after callbacks, and then restore the original - * execution context. - * @param fn The function to call in the execution context of this - * async resource. - * @param thisArg The receiver to be used for the function call. - * @param args Optional arguments to pass to the function. - */ - runInAsyncScope(fn: (this: This, ...args: any[]) => Result, thisArg?: This, ...args: any[]): Result; - - /** - * Call AsyncHooks destroy callbacks. - */ - emitDestroy(): void; - - /** - * @return the unique ID assigned to this AsyncResource instance. - */ - asyncId(): number; - - /** - * @return the trigger ID for this AsyncResource instance. - */ - triggerAsyncId(): number; - } -} diff --git a/2019-setembro/node_modules/@types/node/base.d.ts b/2019-setembro/node_modules/@types/node/base.d.ts deleted file mode 100644 index 70983d9..0000000 --- a/2019-setembro/node_modules/@types/node/base.d.ts +++ /dev/null @@ -1,41 +0,0 @@ -// base definnitions for all NodeJS modules that are not specific to any version of TypeScript -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// diff --git a/2019-setembro/node_modules/@types/node/buffer.d.ts b/2019-setembro/node_modules/@types/node/buffer.d.ts deleted file mode 100644 index 7eb1061..0000000 --- a/2019-setembro/node_modules/@types/node/buffer.d.ts +++ /dev/null @@ -1,22 +0,0 @@ -declare module "buffer" { - export const INSPECT_MAX_BYTES: number; - export const kMaxLength: number; - export const kStringMaxLength: number; - export const constants: { - MAX_LENGTH: number; - MAX_STRING_LENGTH: number; - }; - const BuffType: typeof Buffer; - - export type TranscodeEncoding = "ascii" | "utf8" | "utf16le" | "ucs2" | "latin1" | "binary"; - - export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer; - - export const SlowBuffer: { - /** @deprecated since v6.0.0, use Buffer.allocUnsafeSlow() */ - new(size: number): Buffer; - prototype: Buffer; - }; - - export { BuffType as Buffer }; -} diff --git a/2019-setembro/node_modules/@types/node/child_process.d.ts b/2019-setembro/node_modules/@types/node/child_process.d.ts deleted file mode 100644 index cff058d..0000000 --- a/2019-setembro/node_modules/@types/node/child_process.d.ts +++ /dev/null @@ -1,478 +0,0 @@ -declare module "child_process" { - import * as events from "events"; - import * as net from "net"; - import { Writable, Readable, Stream, Pipe } from "stream"; - - interface ChildProcess extends events.EventEmitter { - stdin: Writable | null; - stdout: Readable | null; - stderr: Readable | null; - readonly channel?: Pipe | null; - readonly stdio: [ - Writable | null, // stdin - Readable | null, // stdout - Readable | null, // stderr - Readable | Writable | null | undefined, // extra - Readable | Writable | null | undefined // extra - ]; - readonly killed: boolean; - readonly pid: number; - readonly connected: boolean; - kill(signal?: string): void; - send(message: any, callback?: (error: Error | null) => void): boolean; - send(message: any, sendHandle?: net.Socket | net.Server, callback?: (error: Error | null) => void): boolean; - send(message: any, sendHandle?: net.Socket | net.Server, options?: MessageOptions, callback?: (error: Error | null) => void): boolean; - disconnect(): void; - unref(): void; - ref(): void; - - /** - * events.EventEmitter - * 1. close - * 2. disconnect - * 3. error - * 4. exit - * 5. message - */ - - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "close", listener: (code: number, signal: string) => void): this; - addListener(event: "disconnect", listener: () => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: "exit", listener: (code: number | null, signal: string | null) => void): this; - addListener(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "close", code: number, signal: string): boolean; - emit(event: "disconnect"): boolean; - emit(event: "error", err: Error): boolean; - emit(event: "exit", code: number | null, signal: string | null): boolean; - emit(event: "message", message: any, sendHandle: net.Socket | net.Server): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "close", listener: (code: number, signal: string) => void): this; - on(event: "disconnect", listener: () => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: "exit", listener: (code: number | null, signal: string | null) => void): this; - on(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "close", listener: (code: number, signal: string) => void): this; - once(event: "disconnect", listener: () => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: "exit", listener: (code: number | null, signal: string | null) => void): this; - once(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "close", listener: (code: number, signal: string) => void): this; - prependListener(event: "disconnect", listener: () => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: "exit", listener: (code: number | null, signal: string | null) => void): this; - prependListener(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "close", listener: (code: number, signal: string) => void): this; - prependOnceListener(event: "disconnect", listener: () => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: "exit", listener: (code: number | null, signal: string | null) => void): this; - prependOnceListener(event: "message", listener: (message: any, sendHandle: net.Socket | net.Server) => void): this; - } - - // return this object when stdio option is undefined or not specified - interface ChildProcessWithoutNullStreams extends ChildProcess { - stdin: Writable; - stdout: Readable; - stderr: Readable; - readonly stdio: [ - Writable, // stdin - Readable, // stdout - Readable, // stderr - Readable | Writable | null | undefined, // extra, no modification - Readable | Writable | null | undefined // extra, no modification - ]; - } - - // return this object when stdio option is a tuple of 3 - interface ChildProcessByStdio< - I extends null | Writable, - O extends null | Readable, - E extends null | Readable, - > extends ChildProcess { - stdin: I; - stdout: O; - stderr: E; - readonly stdio: [ - I, - O, - E, - Readable | Writable | null | undefined, // extra, no modification - Readable | Writable | null | undefined // extra, no modification - ]; - } - - interface MessageOptions { - keepOpen?: boolean; - } - - type StdioOptions = "pipe" | "ignore" | "inherit" | Array<("pipe" | "ipc" | "ignore" | "inherit" | Stream | number | null | undefined)>; - - interface ProcessEnvOptions { - uid?: number; - gid?: number; - cwd?: string; - env?: NodeJS.ProcessEnv; - } - - interface CommonOptions extends ProcessEnvOptions { - /** - * @default true - */ - windowsHide?: boolean; - /** - * @default 0 - */ - timeout?: number; - } - - interface SpawnOptions extends CommonOptions { - argv0?: string; - stdio?: StdioOptions; - detached?: boolean; - shell?: boolean | string; - windowsVerbatimArguments?: boolean; - } - - interface SpawnOptionsWithoutStdio extends SpawnOptions { - stdio?: 'pipe' | Array; - } - - type StdioNull = 'inherit' | 'ignore' | Stream; - type StdioPipe = undefined | null | 'pipe'; - - interface SpawnOptionsWithStdioTuple< - Stdin extends StdioNull | StdioPipe, - Stdout extends StdioNull | StdioPipe, - Stderr extends StdioNull | StdioPipe, - > extends SpawnOptions { - stdio: [Stdin, Stdout, Stderr]; - } - - // overloads of spawn without 'args' - function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; - - function spawn( - command: string, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - - function spawn(command: string, options: SpawnOptions): ChildProcess; - - // overloads of spawn with 'args' - function spawn(command: string, args?: ReadonlyArray, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; - - function spawn( - command: string, - args: ReadonlyArray, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - args: ReadonlyArray, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - args: ReadonlyArray, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - args: ReadonlyArray, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - args: ReadonlyArray, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - args: ReadonlyArray, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - args: ReadonlyArray, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - function spawn( - command: string, - args: ReadonlyArray, - options: SpawnOptionsWithStdioTuple, - ): ChildProcessByStdio; - - function spawn(command: string, args: ReadonlyArray, options: SpawnOptions): ChildProcess; - - interface ExecOptions extends CommonOptions { - shell?: string; - maxBuffer?: number; - killSignal?: string; - } - - interface ExecOptionsWithStringEncoding extends ExecOptions { - encoding: BufferEncoding; - } - - interface ExecOptionsWithBufferEncoding extends ExecOptions { - encoding: string | null; // specify `null`. - } - - interface ExecException extends Error { - cmd?: string; - killed?: boolean; - code?: number; - signal?: string; - } - - // no `options` definitely means stdout/stderr are `string`. - function exec(command: string, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; - - // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. - function exec(command: string, options: { encoding: "buffer" | null } & ExecOptions, callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; - - // `options` with well known `encoding` means stdout/stderr are definitely `string`. - function exec(command: string, options: { encoding: BufferEncoding } & ExecOptions, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; - - // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. - // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. - function exec(command: string, options: { encoding: string } & ExecOptions, callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void): ChildProcess; - - // `options` without an `encoding` means stdout/stderr are definitely `string`. - function exec(command: string, options: ExecOptions, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; - - // fallback if nothing else matches. Worst case is always `string | Buffer`. - function exec( - command: string, - options: ({ encoding?: string | null } & ExecOptions) | undefined | null, - callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void, - ): ChildProcess; - - interface PromiseWithChild extends Promise { - child: ChildProcess; - } - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace exec { - function __promisify__(command: string): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(command: string, options: { encoding: "buffer" | null } & ExecOptions): PromiseWithChild<{ stdout: Buffer, stderr: Buffer }>; - function __promisify__(command: string, options: { encoding: BufferEncoding } & ExecOptions): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(command: string, options: ExecOptions): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(command: string, options?: ({ encoding?: string | null } & ExecOptions) | null): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; - } - - interface ExecFileOptions extends CommonOptions { - maxBuffer?: number; - killSignal?: string; - windowsVerbatimArguments?: boolean; - shell?: boolean | string; - } - interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { - encoding: BufferEncoding; - } - interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { - encoding: 'buffer' | null; - } - interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { - encoding: string; - } - - function execFile(file: string): ChildProcess; - function execFile(file: string, options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null): ChildProcess; - function execFile(file: string, args?: ReadonlyArray | null): ChildProcess; - function execFile(file: string, args: ReadonlyArray | undefined | null, options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null): ChildProcess; - - // no `options` definitely means stdout/stderr are `string`. - function execFile(file: string, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile(file: string, args: ReadonlyArray | undefined | null, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; - - // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. - function execFile(file: string, options: ExecFileOptionsWithBufferEncoding, callback: (error: Error | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray | undefined | null, - options: ExecFileOptionsWithBufferEncoding, - callback: (error: Error | null, stdout: Buffer, stderr: Buffer) => void, - ): ChildProcess; - - // `options` with well known `encoding` means stdout/stderr are definitely `string`. - function execFile(file: string, options: ExecFileOptionsWithStringEncoding, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray | undefined | null, - options: ExecFileOptionsWithStringEncoding, - callback: (error: Error | null, stdout: string, stderr: string) => void, - ): ChildProcess; - - // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. - // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. - function execFile( - file: string, - options: ExecFileOptionsWithOtherEncoding, - callback: (error: Error | null, stdout: string | Buffer, stderr: string | Buffer) => void, - ): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray | undefined | null, - options: ExecFileOptionsWithOtherEncoding, - callback: (error: Error | null, stdout: string | Buffer, stderr: string | Buffer) => void, - ): ChildProcess; - - // `options` without an `encoding` means stdout/stderr are definitely `string`. - function execFile(file: string, options: ExecFileOptions, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile(file: string, args: ReadonlyArray | undefined | null, options: ExecFileOptions, callback: (error: Error | null, stdout: string, stderr: string) => void): ChildProcess; - - // fallback if nothing else matches. Worst case is always `string | Buffer`. - function execFile( - file: string, - options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null, - callback: ((error: Error | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null, - ): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray | undefined | null, - options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null, - callback: ((error: Error | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null, - ): ChildProcess; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace execFile { - function __promisify__(file: string): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(file: string, args: string[] | undefined | null): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(file: string, options: ExecFileOptionsWithBufferEncoding): PromiseWithChild<{ stdout: Buffer, stderr: Buffer }>; - function __promisify__(file: string, args: string[] | undefined | null, options: ExecFileOptionsWithBufferEncoding): PromiseWithChild<{ stdout: Buffer, stderr: Buffer }>; - function __promisify__(file: string, options: ExecFileOptionsWithStringEncoding): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(file: string, args: string[] | undefined | null, options: ExecFileOptionsWithStringEncoding): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(file: string, options: ExecFileOptionsWithOtherEncoding): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; - function __promisify__(file: string, args: string[] | undefined | null, options: ExecFileOptionsWithOtherEncoding): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; - function __promisify__(file: string, options: ExecFileOptions): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(file: string, args: string[] | undefined | null, options: ExecFileOptions): PromiseWithChild<{ stdout: string, stderr: string }>; - function __promisify__(file: string, options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; - function __promisify__( - file: string, - args: string[] | undefined | null, - options: ({ encoding?: string | null } & ExecFileOptions) | undefined | null, - ): PromiseWithChild<{ stdout: string | Buffer, stderr: string | Buffer }>; - } - - interface ForkOptions extends ProcessEnvOptions { - execPath?: string; - execArgv?: string[]; - silent?: boolean; - stdio?: StdioOptions; - detached?: boolean; - windowsVerbatimArguments?: boolean; - } - function fork(modulePath: string, args?: ReadonlyArray, options?: ForkOptions): ChildProcess; - - interface SpawnSyncOptions extends CommonOptions { - argv0?: string; // Not specified in the docs - input?: string | NodeJS.TypedArray | DataView; - stdio?: StdioOptions; - killSignal?: string | number; - maxBuffer?: number; - encoding?: string; - shell?: boolean | string; - windowsVerbatimArguments?: boolean; - } - interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { - encoding: BufferEncoding; - } - interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { - encoding: string; // specify `null`. - } - interface SpawnSyncReturns { - pid: number; - output: string[]; - stdout: T; - stderr: T; - status: number | null; - signal: string | null; - error?: Error; - } - function spawnSync(command: string): SpawnSyncReturns; - function spawnSync(command: string, options?: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; - function spawnSync(command: string, options?: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; - function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns; - function spawnSync(command: string, args?: ReadonlyArray, options?: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; - function spawnSync(command: string, args?: ReadonlyArray, options?: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; - function spawnSync(command: string, args?: ReadonlyArray, options?: SpawnSyncOptions): SpawnSyncReturns; - - interface ExecSyncOptions extends CommonOptions { - input?: string | Uint8Array; - stdio?: StdioOptions; - shell?: string; - killSignal?: string | number; - maxBuffer?: number; - encoding?: string; - } - interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { - encoding: BufferEncoding; - } - interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { - encoding: string; // specify `null`. - } - function execSync(command: string): Buffer; - function execSync(command: string, options?: ExecSyncOptionsWithStringEncoding): string; - function execSync(command: string, options?: ExecSyncOptionsWithBufferEncoding): Buffer; - function execSync(command: string, options?: ExecSyncOptions): Buffer; - - interface ExecFileSyncOptions extends CommonOptions { - input?: string | NodeJS.TypedArray | DataView; - stdio?: StdioOptions; - killSignal?: string | number; - maxBuffer?: number; - encoding?: string; - shell?: boolean | string; - } - interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { - encoding: BufferEncoding; - } - interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { - encoding: string; // specify `null`. - } - function execFileSync(command: string): Buffer; - function execFileSync(command: string, options?: ExecFileSyncOptionsWithStringEncoding): string; - function execFileSync(command: string, options?: ExecFileSyncOptionsWithBufferEncoding): Buffer; - function execFileSync(command: string, options?: ExecFileSyncOptions): Buffer; - function execFileSync(command: string, args?: ReadonlyArray, options?: ExecFileSyncOptionsWithStringEncoding): string; - function execFileSync(command: string, args?: ReadonlyArray, options?: ExecFileSyncOptionsWithBufferEncoding): Buffer; - function execFileSync(command: string, args?: ReadonlyArray, options?: ExecFileSyncOptions): Buffer; -} diff --git a/2019-setembro/node_modules/@types/node/cluster.d.ts b/2019-setembro/node_modules/@types/node/cluster.d.ts deleted file mode 100644 index 43340ff..0000000 --- a/2019-setembro/node_modules/@types/node/cluster.d.ts +++ /dev/null @@ -1,260 +0,0 @@ -declare module "cluster" { - import * as child from "child_process"; - import * as events from "events"; - import * as net from "net"; - - // interfaces - interface ClusterSettings { - execArgv?: string[]; // default: process.execArgv - exec?: string; - args?: string[]; - silent?: boolean; - stdio?: any[]; - uid?: number; - gid?: number; - inspectPort?: number | (() => number); - } - - interface Address { - address: string; - port: number; - addressType: number | "udp4" | "udp6"; // 4, 6, -1, "udp4", "udp6" - } - - class Worker extends events.EventEmitter { - id: number; - process: child.ChildProcess; - send(message: any, sendHandle?: any, callback?: (error: Error | null) => void): boolean; - kill(signal?: string): void; - destroy(signal?: string): void; - disconnect(): void; - isConnected(): boolean; - isDead(): boolean; - exitedAfterDisconnect: boolean; - - /** - * events.EventEmitter - * 1. disconnect - * 2. error - * 3. exit - * 4. listening - * 5. message - * 6. online - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "disconnect", listener: () => void): this; - addListener(event: "error", listener: (error: Error) => void): this; - addListener(event: "exit", listener: (code: number, signal: string) => void): this; - addListener(event: "listening", listener: (address: Address) => void): this; - addListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - addListener(event: "online", listener: () => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "disconnect"): boolean; - emit(event: "error", error: Error): boolean; - emit(event: "exit", code: number, signal: string): boolean; - emit(event: "listening", address: Address): boolean; - emit(event: "message", message: any, handle: net.Socket | net.Server): boolean; - emit(event: "online"): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "disconnect", listener: () => void): this; - on(event: "error", listener: (error: Error) => void): this; - on(event: "exit", listener: (code: number, signal: string) => void): this; - on(event: "listening", listener: (address: Address) => void): this; - on(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - on(event: "online", listener: () => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "disconnect", listener: () => void): this; - once(event: "error", listener: (error: Error) => void): this; - once(event: "exit", listener: (code: number, signal: string) => void): this; - once(event: "listening", listener: (address: Address) => void): this; - once(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - once(event: "online", listener: () => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "disconnect", listener: () => void): this; - prependListener(event: "error", listener: (error: Error) => void): this; - prependListener(event: "exit", listener: (code: number, signal: string) => void): this; - prependListener(event: "listening", listener: (address: Address) => void): this; - prependListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - prependListener(event: "online", listener: () => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "disconnect", listener: () => void): this; - prependOnceListener(event: "error", listener: (error: Error) => void): this; - prependOnceListener(event: "exit", listener: (code: number, signal: string) => void): this; - prependOnceListener(event: "listening", listener: (address: Address) => void): this; - prependOnceListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - prependOnceListener(event: "online", listener: () => void): this; - } - - interface Cluster extends events.EventEmitter { - Worker: Worker; - disconnect(callback?: () => void): void; - fork(env?: any): Worker; - isMaster: boolean; - isWorker: boolean; - // TODO: cluster.schedulingPolicy - settings: ClusterSettings; - setupMaster(settings?: ClusterSettings): void; - worker?: Worker; - workers?: { - [index: string]: Worker | undefined - }; - - /** - * events.EventEmitter - * 1. disconnect - * 2. exit - * 3. fork - * 4. listening - * 5. message - * 6. online - * 7. setup - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "disconnect", listener: (worker: Worker) => void): this; - addListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; - addListener(event: "fork", listener: (worker: Worker) => void): this; - addListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; - addListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - addListener(event: "online", listener: (worker: Worker) => void): this; - addListener(event: "setup", listener: (settings: ClusterSettings) => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "disconnect", worker: Worker): boolean; - emit(event: "exit", worker: Worker, code: number, signal: string): boolean; - emit(event: "fork", worker: Worker): boolean; - emit(event: "listening", worker: Worker, address: Address): boolean; - emit(event: "message", worker: Worker, message: any, handle: net.Socket | net.Server): boolean; - emit(event: "online", worker: Worker): boolean; - emit(event: "setup", settings: ClusterSettings): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "disconnect", listener: (worker: Worker) => void): this; - on(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; - on(event: "fork", listener: (worker: Worker) => void): this; - on(event: "listening", listener: (worker: Worker, address: Address) => void): this; - on(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - on(event: "online", listener: (worker: Worker) => void): this; - on(event: "setup", listener: (settings: ClusterSettings) => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "disconnect", listener: (worker: Worker) => void): this; - once(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; - once(event: "fork", listener: (worker: Worker) => void): this; - once(event: "listening", listener: (worker: Worker, address: Address) => void): this; - once(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - once(event: "online", listener: (worker: Worker) => void): this; - once(event: "setup", listener: (settings: ClusterSettings) => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "disconnect", listener: (worker: Worker) => void): this; - prependListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; - prependListener(event: "fork", listener: (worker: Worker) => void): this; - prependListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; - prependListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - prependListener(event: "online", listener: (worker: Worker) => void): this; - prependListener(event: "setup", listener: (settings: ClusterSettings) => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "disconnect", listener: (worker: Worker) => void): this; - prependOnceListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; - prependOnceListener(event: "fork", listener: (worker: Worker) => void): this; - prependOnceListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; - // the handle is a net.Socket or net.Server object, or undefined. - prependOnceListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; - prependOnceListener(event: "online", listener: (worker: Worker) => void): this; - prependOnceListener(event: "setup", listener: (settings: ClusterSettings) => void): this; - } - - function disconnect(callback?: () => void): void; - function fork(env?: any): Worker; - const isMaster: boolean; - const isWorker: boolean; - // TODO: cluster.schedulingPolicy - const settings: ClusterSettings; - function setupMaster(settings?: ClusterSettings): void; - const worker: Worker; - const workers: { - [index: string]: Worker | undefined - }; - - /** - * events.EventEmitter - * 1. disconnect - * 2. exit - * 3. fork - * 4. listening - * 5. message - * 6. online - * 7. setup - */ - function addListener(event: string, listener: (...args: any[]) => void): Cluster; - function addListener(event: "disconnect", listener: (worker: Worker) => void): Cluster; - function addListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; - function addListener(event: "fork", listener: (worker: Worker) => void): Cluster; - function addListener(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; - // the handle is a net.Socket or net.Server object, or undefined. - function addListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; - function addListener(event: "online", listener: (worker: Worker) => void): Cluster; - function addListener(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; - - function emit(event: string | symbol, ...args: any[]): boolean; - function emit(event: "disconnect", worker: Worker): boolean; - function emit(event: "exit", worker: Worker, code: number, signal: string): boolean; - function emit(event: "fork", worker: Worker): boolean; - function emit(event: "listening", worker: Worker, address: Address): boolean; - function emit(event: "message", worker: Worker, message: any, handle: net.Socket | net.Server): boolean; - function emit(event: "online", worker: Worker): boolean; - function emit(event: "setup", settings: ClusterSettings): boolean; - - function on(event: string, listener: (...args: any[]) => void): Cluster; - function on(event: "disconnect", listener: (worker: Worker) => void): Cluster; - function on(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; - function on(event: "fork", listener: (worker: Worker) => void): Cluster; - function on(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; - function on(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; // the handle is a net.Socket or net.Server object, or undefined. - function on(event: "online", listener: (worker: Worker) => void): Cluster; - function on(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; - - function once(event: string, listener: (...args: any[]) => void): Cluster; - function once(event: "disconnect", listener: (worker: Worker) => void): Cluster; - function once(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; - function once(event: "fork", listener: (worker: Worker) => void): Cluster; - function once(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; - function once(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; // the handle is a net.Socket or net.Server object, or undefined. - function once(event: "online", listener: (worker: Worker) => void): Cluster; - function once(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; - - function removeListener(event: string, listener: (...args: any[]) => void): Cluster; - function removeAllListeners(event?: string): Cluster; - function setMaxListeners(n: number): Cluster; - function getMaxListeners(): number; - function listeners(event: string): Function[]; - function listenerCount(type: string): number; - - function prependListener(event: string, listener: (...args: any[]) => void): Cluster; - function prependListener(event: "disconnect", listener: (worker: Worker) => void): Cluster; - function prependListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; - function prependListener(event: "fork", listener: (worker: Worker) => void): Cluster; - function prependListener(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; - // the handle is a net.Socket or net.Server object, or undefined. - function prependListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; - function prependListener(event: "online", listener: (worker: Worker) => void): Cluster; - function prependListener(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; - - function prependOnceListener(event: string, listener: (...args: any[]) => void): Cluster; - function prependOnceListener(event: "disconnect", listener: (worker: Worker) => void): Cluster; - function prependOnceListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): Cluster; - function prependOnceListener(event: "fork", listener: (worker: Worker) => void): Cluster; - function prependOnceListener(event: "listening", listener: (worker: Worker, address: Address) => void): Cluster; - // the handle is a net.Socket or net.Server object, or undefined. - function prependOnceListener(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): Cluster; - function prependOnceListener(event: "online", listener: (worker: Worker) => void): Cluster; - function prependOnceListener(event: "setup", listener: (settings: ClusterSettings) => void): Cluster; - - function eventNames(): string[]; -} diff --git a/2019-setembro/node_modules/@types/node/console.d.ts b/2019-setembro/node_modules/@types/node/console.d.ts deleted file mode 100644 index d30d13f..0000000 --- a/2019-setembro/node_modules/@types/node/console.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -declare module "console" { - export = console; -} diff --git a/2019-setembro/node_modules/@types/node/constants.d.ts b/2019-setembro/node_modules/@types/node/constants.d.ts deleted file mode 100644 index 577860f..0000000 --- a/2019-setembro/node_modules/@types/node/constants.d.ts +++ /dev/null @@ -1,278 +0,0 @@ -declare module "constants" { - const E2BIG: number; - const EACCES: number; - const EADDRINUSE: number; - const EADDRNOTAVAIL: number; - const EAFNOSUPPORT: number; - const EAGAIN: number; - const EALREADY: number; - const EBADF: number; - const EBADMSG: number; - const EBUSY: number; - const ECANCELED: number; - const ECHILD: number; - const ECONNABORTED: number; - const ECONNREFUSED: number; - const ECONNRESET: number; - const EDEADLK: number; - const EDESTADDRREQ: number; - const EDOM: number; - const EEXIST: number; - const EFAULT: number; - const EFBIG: number; - const EHOSTUNREACH: number; - const EIDRM: number; - const EILSEQ: number; - const EINPROGRESS: number; - const EINTR: number; - const EINVAL: number; - const EIO: number; - const EISCONN: number; - const EISDIR: number; - const ELOOP: number; - const EMFILE: number; - const EMLINK: number; - const EMSGSIZE: number; - const ENAMETOOLONG: number; - const ENETDOWN: number; - const ENETRESET: number; - const ENETUNREACH: number; - const ENFILE: number; - const ENOBUFS: number; - const ENODATA: number; - const ENODEV: number; - const ENOENT: number; - const ENOEXEC: number; - const ENOLCK: number; - const ENOLINK: number; - const ENOMEM: number; - const ENOMSG: number; - const ENOPROTOOPT: number; - const ENOSPC: number; - const ENOSR: number; - const ENOSTR: number; - const ENOSYS: number; - const ENOTCONN: number; - const ENOTDIR: number; - const ENOTEMPTY: number; - const ENOTSOCK: number; - const ENOTSUP: number; - const ENOTTY: number; - const ENXIO: number; - const EOPNOTSUPP: number; - const EOVERFLOW: number; - const EPERM: number; - const EPIPE: number; - const EPROTO: number; - const EPROTONOSUPPORT: number; - const EPROTOTYPE: number; - const ERANGE: number; - const EROFS: number; - const ESPIPE: number; - const ESRCH: number; - const ETIME: number; - const ETIMEDOUT: number; - const ETXTBSY: number; - const EWOULDBLOCK: number; - const EXDEV: number; - const WSAEINTR: number; - const WSAEBADF: number; - const WSAEACCES: number; - const WSAEFAULT: number; - const WSAEINVAL: number; - const WSAEMFILE: number; - const WSAEWOULDBLOCK: number; - const WSAEINPROGRESS: number; - const WSAEALREADY: number; - const WSAENOTSOCK: number; - const WSAEDESTADDRREQ: number; - const WSAEMSGSIZE: number; - const WSAEPROTOTYPE: number; - const WSAENOPROTOOPT: number; - const WSAEPROTONOSUPPORT: number; - const WSAESOCKTNOSUPPORT: number; - const WSAEOPNOTSUPP: number; - const WSAEPFNOSUPPORT: number; - const WSAEAFNOSUPPORT: number; - const WSAEADDRINUSE: number; - const WSAEADDRNOTAVAIL: number; - const WSAENETDOWN: number; - const WSAENETUNREACH: number; - const WSAENETRESET: number; - const WSAECONNABORTED: number; - const WSAECONNRESET: number; - const WSAENOBUFS: number; - const WSAEISCONN: number; - const WSAENOTCONN: number; - const WSAESHUTDOWN: number; - const WSAETOOMANYREFS: number; - const WSAETIMEDOUT: number; - const WSAECONNREFUSED: number; - const WSAELOOP: number; - const WSAENAMETOOLONG: number; - const WSAEHOSTDOWN: number; - const WSAEHOSTUNREACH: number; - const WSAENOTEMPTY: number; - const WSAEPROCLIM: number; - const WSAEUSERS: number; - const WSAEDQUOT: number; - const WSAESTALE: number; - const WSAEREMOTE: number; - const WSASYSNOTREADY: number; - const WSAVERNOTSUPPORTED: number; - const WSANOTINITIALISED: number; - const WSAEDISCON: number; - const WSAENOMORE: number; - const WSAECANCELLED: number; - const WSAEINVALIDPROCTABLE: number; - const WSAEINVALIDPROVIDER: number; - const WSAEPROVIDERFAILEDINIT: number; - const WSASYSCALLFAILURE: number; - const WSASERVICE_NOT_FOUND: number; - const WSATYPE_NOT_FOUND: number; - const WSA_E_NO_MORE: number; - const WSA_E_CANCELLED: number; - const WSAEREFUSED: number; - const SIGHUP: number; - const SIGINT: number; - const SIGILL: number; - const SIGABRT: number; - const SIGFPE: number; - const SIGKILL: number; - const SIGSEGV: number; - const SIGTERM: number; - const SIGBREAK: number; - const SIGWINCH: number; - const SSL_OP_ALL: number; - const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; - const SSL_OP_CIPHER_SERVER_PREFERENCE: number; - const SSL_OP_CISCO_ANYCONNECT: number; - const SSL_OP_COOKIE_EXCHANGE: number; - const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; - const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; - const SSL_OP_EPHEMERAL_RSA: number; - const SSL_OP_LEGACY_SERVER_CONNECT: number; - const SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; - const SSL_OP_MICROSOFT_SESS_ID_BUG: number; - const SSL_OP_MSIE_SSLV2_RSA_PADDING: number; - const SSL_OP_NETSCAPE_CA_DN_BUG: number; - const SSL_OP_NETSCAPE_CHALLENGE_BUG: number; - const SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; - const SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; - const SSL_OP_NO_COMPRESSION: number; - const SSL_OP_NO_QUERY_MTU: number; - const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; - const SSL_OP_NO_SSLv2: number; - const SSL_OP_NO_SSLv3: number; - const SSL_OP_NO_TICKET: number; - const SSL_OP_NO_TLSv1: number; - const SSL_OP_NO_TLSv1_1: number; - const SSL_OP_NO_TLSv1_2: number; - const SSL_OP_PKCS1_CHECK_1: number; - const SSL_OP_PKCS1_CHECK_2: number; - const SSL_OP_SINGLE_DH_USE: number; - const SSL_OP_SINGLE_ECDH_USE: number; - const SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; - const SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; - const SSL_OP_TLS_BLOCK_PADDING_BUG: number; - const SSL_OP_TLS_D5_BUG: number; - const SSL_OP_TLS_ROLLBACK_BUG: number; - const ENGINE_METHOD_DSA: number; - const ENGINE_METHOD_DH: number; - const ENGINE_METHOD_RAND: number; - const ENGINE_METHOD_ECDH: number; - const ENGINE_METHOD_ECDSA: number; - const ENGINE_METHOD_CIPHERS: number; - const ENGINE_METHOD_DIGESTS: number; - const ENGINE_METHOD_STORE: number; - const ENGINE_METHOD_PKEY_METHS: number; - const ENGINE_METHOD_PKEY_ASN1_METHS: number; - const ENGINE_METHOD_ALL: number; - const ENGINE_METHOD_NONE: number; - const DH_CHECK_P_NOT_SAFE_PRIME: number; - const DH_CHECK_P_NOT_PRIME: number; - const DH_UNABLE_TO_CHECK_GENERATOR: number; - const DH_NOT_SUITABLE_GENERATOR: number; - const RSA_PKCS1_PADDING: number; - const RSA_SSLV23_PADDING: number; - const RSA_NO_PADDING: number; - const RSA_PKCS1_OAEP_PADDING: number; - const RSA_X931_PADDING: number; - const RSA_PKCS1_PSS_PADDING: number; - const POINT_CONVERSION_COMPRESSED: number; - const POINT_CONVERSION_UNCOMPRESSED: number; - const POINT_CONVERSION_HYBRID: number; - const O_RDONLY: number; - const O_WRONLY: number; - const O_RDWR: number; - const S_IFMT: number; - const S_IFREG: number; - const S_IFDIR: number; - const S_IFCHR: number; - const S_IFBLK: number; - const S_IFIFO: number; - const S_IFSOCK: number; - const S_IRWXU: number; - const S_IRUSR: number; - const S_IWUSR: number; - const S_IXUSR: number; - const S_IRWXG: number; - const S_IRGRP: number; - const S_IWGRP: number; - const S_IXGRP: number; - const S_IRWXO: number; - const S_IROTH: number; - const S_IWOTH: number; - const S_IXOTH: number; - const S_IFLNK: number; - const O_CREAT: number; - const O_EXCL: number; - const O_NOCTTY: number; - const O_DIRECTORY: number; - const O_NOATIME: number; - const O_NOFOLLOW: number; - const O_SYNC: number; - const O_DSYNC: number; - const O_SYMLINK: number; - const O_DIRECT: number; - const O_NONBLOCK: number; - const O_TRUNC: number; - const O_APPEND: number; - const F_OK: number; - const R_OK: number; - const W_OK: number; - const X_OK: number; - const COPYFILE_EXCL: number; - const COPYFILE_FICLONE: number; - const COPYFILE_FICLONE_FORCE: number; - const UV_UDP_REUSEADDR: number; - const SIGQUIT: number; - const SIGTRAP: number; - const SIGIOT: number; - const SIGBUS: number; - const SIGUSR1: number; - const SIGUSR2: number; - const SIGPIPE: number; - const SIGALRM: number; - const SIGCHLD: number; - const SIGSTKFLT: number; - const SIGCONT: number; - const SIGSTOP: number; - const SIGTSTP: number; - const SIGTTIN: number; - const SIGTTOU: number; - const SIGURG: number; - const SIGXCPU: number; - const SIGXFSZ: number; - const SIGVTALRM: number; - const SIGPROF: number; - const SIGIO: number; - const SIGPOLL: number; - const SIGPWR: number; - const SIGSYS: number; - const SIGUNUSED: number; - const defaultCoreCipherList: string; - const defaultCipherList: string; - const ENGINE_METHOD_RSA: number; - const ALPN_ENABLED: number; -} diff --git a/2019-setembro/node_modules/@types/node/crypto.d.ts b/2019-setembro/node_modules/@types/node/crypto.d.ts deleted file mode 100644 index 5c2dc09..0000000 --- a/2019-setembro/node_modules/@types/node/crypto.d.ts +++ /dev/null @@ -1,602 +0,0 @@ -declare module "crypto" { - import * as stream from "stream"; - - interface Certificate { - exportChallenge(spkac: BinaryLike): Buffer; - exportPublicKey(spkac: BinaryLike): Buffer; - verifySpkac(spkac: Binary): boolean; - } - const Certificate: { - new(): Certificate; - (): Certificate; - }; - - namespace constants { // https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html#crypto_crypto_constants - const OPENSSL_VERSION_NUMBER: number; - - /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ - const SSL_OP_ALL: number; - /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ - const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; - /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ - const SSL_OP_CIPHER_SERVER_PREFERENCE: number; - /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */ - const SSL_OP_CISCO_ANYCONNECT: number; - /** Instructs OpenSSL to turn on cookie exchange. */ - const SSL_OP_COOKIE_EXCHANGE: number; - /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ - const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; - /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ - const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; - /** Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations. */ - const SSL_OP_EPHEMERAL_RSA: number; - /** Allows initial connection to servers that do not support RI. */ - const SSL_OP_LEGACY_SERVER_CONNECT: number; - const SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; - const SSL_OP_MICROSOFT_SESS_ID_BUG: number; - /** Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation. */ - const SSL_OP_MSIE_SSLV2_RSA_PADDING: number; - const SSL_OP_NETSCAPE_CA_DN_BUG: number; - const SSL_OP_NETSCAPE_CHALLENGE_BUG: number; - const SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; - const SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; - /** Instructs OpenSSL to disable support for SSL/TLS compression. */ - const SSL_OP_NO_COMPRESSION: number; - const SSL_OP_NO_QUERY_MTU: number; - /** Instructs OpenSSL to always start a new session when performing renegotiation. */ - const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; - const SSL_OP_NO_SSLv2: number; - const SSL_OP_NO_SSLv3: number; - const SSL_OP_NO_TICKET: number; - const SSL_OP_NO_TLSv1: number; - const SSL_OP_NO_TLSv1_1: number; - const SSL_OP_NO_TLSv1_2: number; - const SSL_OP_PKCS1_CHECK_1: number; - const SSL_OP_PKCS1_CHECK_2: number; - /** Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters. */ - const SSL_OP_SINGLE_DH_USE: number; - /** Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters. */ - const SSL_OP_SINGLE_ECDH_USE: number; - const SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; - const SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; - const SSL_OP_TLS_BLOCK_PADDING_BUG: number; - const SSL_OP_TLS_D5_BUG: number; - /** Instructs OpenSSL to disable version rollback attack detection. */ - const SSL_OP_TLS_ROLLBACK_BUG: number; - - const ENGINE_METHOD_RSA: number; - const ENGINE_METHOD_DSA: number; - const ENGINE_METHOD_DH: number; - const ENGINE_METHOD_RAND: number; - const ENGINE_METHOD_EC: number; - const ENGINE_METHOD_CIPHERS: number; - const ENGINE_METHOD_DIGESTS: number; - const ENGINE_METHOD_PKEY_METHS: number; - const ENGINE_METHOD_PKEY_ASN1_METHS: number; - const ENGINE_METHOD_ALL: number; - const ENGINE_METHOD_NONE: number; - - const DH_CHECK_P_NOT_SAFE_PRIME: number; - const DH_CHECK_P_NOT_PRIME: number; - const DH_UNABLE_TO_CHECK_GENERATOR: number; - const DH_NOT_SUITABLE_GENERATOR: number; - - const ALPN_ENABLED: number; - - const RSA_PKCS1_PADDING: number; - const RSA_SSLV23_PADDING: number; - const RSA_NO_PADDING: number; - const RSA_PKCS1_OAEP_PADDING: number; - const RSA_X931_PADDING: number; - const RSA_PKCS1_PSS_PADDING: number; - /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ - const RSA_PSS_SALTLEN_DIGEST: number; - /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ - const RSA_PSS_SALTLEN_MAX_SIGN: number; - /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ - const RSA_PSS_SALTLEN_AUTO: number; - - const POINT_CONVERSION_COMPRESSED: number; - const POINT_CONVERSION_UNCOMPRESSED: number; - const POINT_CONVERSION_HYBRID: number; - - /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ - const defaultCoreCipherList: string; - /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ - const defaultCipherList: string; - } - - /** @deprecated since v10.0.0 */ - const fips: boolean; - - function createHash(algorithm: string, options?: stream.TransformOptions): Hash; - function createHmac(algorithm: string, key: BinaryLike, options?: stream.TransformOptions): Hmac; - - type Utf8AsciiLatin1Encoding = "utf8" | "ascii" | "latin1"; - type HexBase64Latin1Encoding = "latin1" | "hex" | "base64"; - type Utf8AsciiBinaryEncoding = "utf8" | "ascii" | "binary"; - type HexBase64BinaryEncoding = "binary" | "base64" | "hex"; - type ECDHKeyFormat = "compressed" | "uncompressed" | "hybrid"; - - class Hash extends stream.Transform { - private constructor(); - update(data: BinaryLike): Hash; - update(data: string, input_encoding: Utf8AsciiLatin1Encoding): Hash; - digest(): Buffer; - digest(encoding: HexBase64Latin1Encoding): string; - } - class Hmac extends stream.Transform { - private constructor(); - update(data: BinaryLike): Hmac; - update(data: string, input_encoding: Utf8AsciiLatin1Encoding): Hmac; - digest(): Buffer; - digest(encoding: HexBase64Latin1Encoding): string; - } - - export type KeyObjectType = 'secret' | 'public' | 'private'; - - interface KeyExportOptions { - type: 'pkcs1' | 'spki' | 'pkcs8' | 'sec1'; - format: T; - cipher?: string; - passphrase?: string | Buffer; - } - - class KeyObject { - private constructor(); - asymmetricKeyType?: KeyType; - /** - * For asymmetric keys, this property represents the size of the embedded key in - * bytes. This property is `undefined` for symmetric keys. - */ - asymmetricKeySize?: number; - export(options: KeyExportOptions<'pem'>): string | Buffer; - export(options?: KeyExportOptions<'der'>): Buffer; - symmetricSize?: number; - type: KeyObjectType; - } - - type CipherCCMTypes = 'aes-128-ccm' | 'aes-192-ccm' | 'aes-256-ccm'; - type CipherGCMTypes = 'aes-128-gcm' | 'aes-192-gcm' | 'aes-256-gcm'; - - type Binary = NodeJS.TypedArray | DataView; - type BinaryLike = string | Binary; - - type CipherKey = BinaryLike | KeyObject; - - interface CipherCCMOptions extends stream.TransformOptions { - authTagLength: number; - } - interface CipherGCMOptions extends stream.TransformOptions { - authTagLength?: number; - } - /** @deprecated since v10.0.0 use createCipheriv() */ - function createCipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): CipherCCM; - /** @deprecated since v10.0.0 use createCipheriv() */ - function createCipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): CipherGCM; - /** @deprecated since v10.0.0 use createCipheriv() */ - function createCipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Cipher; - - function createCipheriv( - algorithm: CipherCCMTypes, - key: CipherKey, - iv: BinaryLike | null, - options: CipherCCMOptions - ): CipherCCM; - function createCipheriv( - algorithm: CipherGCMTypes, - key: CipherKey, - iv: BinaryLike | null, - options?: CipherGCMOptions - ): CipherGCM; - function createCipheriv( - algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions - ): Cipher; - - class Cipher extends stream.Transform { - private constructor(); - update(data: BinaryLike): Buffer; - update(data: string, input_encoding: Utf8AsciiBinaryEncoding): Buffer; - update(data: Binary, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string; - update(data: string, input_encoding: Utf8AsciiBinaryEncoding | undefined, output_encoding: HexBase64BinaryEncoding): string; - final(): Buffer; - final(output_encoding: string): string; - setAutoPadding(auto_padding?: boolean): this; - // getAuthTag(): Buffer; - // setAAD(buffer: Buffer): this; // docs only say buffer - } - interface CipherCCM extends Cipher { - setAAD(buffer: Buffer, options: { plaintextLength: number }): this; - getAuthTag(): Buffer; - } - interface CipherGCM extends Cipher { - setAAD(buffer: Buffer, options?: { plaintextLength: number }): this; - getAuthTag(): Buffer; - } - /** @deprecated since v10.0.0 use createCipheriv() */ - function createDecipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): DecipherCCM; - /** @deprecated since v10.0.0 use createCipheriv() */ - function createDecipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): DecipherGCM; - /** @deprecated since v10.0.0 use createCipheriv() */ - function createDecipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Decipher; - - function createDecipheriv( - algorithm: CipherCCMTypes, - key: BinaryLike, - iv: BinaryLike | null, - options: CipherCCMOptions, - ): DecipherCCM; - function createDecipheriv( - algorithm: CipherGCMTypes, - key: BinaryLike, - iv: BinaryLike | null, - options?: CipherGCMOptions, - ): DecipherGCM; - function createDecipheriv(algorithm: string, key: BinaryLike, iv: BinaryLike | null, options?: stream.TransformOptions): Decipher; - - class Decipher extends stream.Transform { - private constructor(); - update(data: Binary): Buffer; - update(data: string, input_encoding: HexBase64BinaryEncoding): Buffer; - update(data: Binary, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string; - update(data: string, input_encoding: HexBase64BinaryEncoding | undefined, output_encoding: Utf8AsciiBinaryEncoding): string; - final(): Buffer; - final(output_encoding: string): string; - setAutoPadding(auto_padding?: boolean): this; - // setAuthTag(tag: Binary): this; - // setAAD(buffer: Binary): this; - } - interface DecipherCCM extends Decipher { - setAuthTag(buffer: Binary): this; - setAAD(buffer: Binary, options: { plaintextLength: number }): this; - } - interface DecipherGCM extends Decipher { - setAuthTag(buffer: Binary): this; - setAAD(buffer: Binary, options?: { plaintextLength: number }): this; - } - - interface PrivateKeyInput { - key: string | Buffer; - format?: KeyFormat; - type?: 'pkcs1' | 'pkcs8' | 'sec1'; - passphrase?: string | Buffer; - } - - interface PublicKeyInput { - key: string | Buffer; - format?: KeyFormat; - type?: 'pkcs1' | 'spki'; - } - - function createPrivateKey(key: PrivateKeyInput | string | Buffer): KeyObject; - function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject): KeyObject; - function createSecretKey(key: Buffer): KeyObject; - - function createSign(algorithm: string, options?: stream.WritableOptions): Signer; - - interface SigningOptions { - /** - * @See crypto.constants.RSA_PKCS1_PADDING - */ - padding?: number; - saltLength?: number; - } - - interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions { - } - - type KeyLike = string | Buffer | KeyObject; - - class Signer extends stream.Writable { - private constructor(); - - update(data: BinaryLike): Signer; - update(data: string, input_encoding: Utf8AsciiLatin1Encoding): Signer; - sign(private_key: SignPrivateKeyInput | KeyLike): Buffer; - sign(private_key: SignPrivateKeyInput | KeyLike, output_format: HexBase64Latin1Encoding): string; - } - - function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; - class Verify extends stream.Writable { - private constructor(); - - update(data: BinaryLike): Verify; - update(data: string, input_encoding: Utf8AsciiLatin1Encoding): Verify; - verify(object: Object | KeyLike, signature: Binary): boolean; - verify(object: Object | KeyLike, signature: string, signature_format?: HexBase64Latin1Encoding): boolean; - // https://nodejs.org/api/crypto.html#crypto_verifier_verify_object_signature_signature_format - // The signature field accepts a TypedArray type, but it is only available starting ES2017 - } - function createDiffieHellman(prime_length: number, generator?: number | Binary): DiffieHellman; - function createDiffieHellman(prime: Binary): DiffieHellman; - function createDiffieHellman(prime: string, prime_encoding: HexBase64Latin1Encoding): DiffieHellman; - function createDiffieHellman(prime: string, prime_encoding: HexBase64Latin1Encoding, generator: number | Binary): DiffieHellman; - function createDiffieHellman(prime: string, prime_encoding: HexBase64Latin1Encoding, generator: string, generator_encoding: HexBase64Latin1Encoding): DiffieHellman; - class DiffieHellman { - private constructor(); - generateKeys(): Buffer; - generateKeys(encoding: HexBase64Latin1Encoding): string; - computeSecret(other_public_key: Binary): Buffer; - computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer; - computeSecret(other_public_key: Binary, output_encoding: HexBase64Latin1Encoding): string; - computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: HexBase64Latin1Encoding): string; - getPrime(): Buffer; - getPrime(encoding: HexBase64Latin1Encoding): string; - getGenerator(): Buffer; - getGenerator(encoding: HexBase64Latin1Encoding): string; - getPublicKey(): Buffer; - getPublicKey(encoding: HexBase64Latin1Encoding): string; - getPrivateKey(): Buffer; - getPrivateKey(encoding: HexBase64Latin1Encoding): string; - setPublicKey(public_key: Binary): void; - setPublicKey(public_key: string, encoding: string): void; - setPrivateKey(private_key: Binary): void; - setPrivateKey(private_key: string, encoding: string): void; - verifyError: number; - } - function getDiffieHellman(group_name: string): DiffieHellman; - function pbkdf2( - password: BinaryLike, - salt: BinaryLike, - iterations: number, - keylen: number, - digest: string, - callback: (err: Error | null, derivedKey: Buffer) => any, - ): void; - function pbkdf2Sync(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string): Buffer; - - function randomBytes(size: number): Buffer; - function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; - function pseudoRandomBytes(size: number): Buffer; - function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; - - function randomFillSync(buffer: T, offset?: number, size?: number): T; - function randomFill(buffer: T, callback: (err: Error | null, buf: T) => void): void; - function randomFill(buffer: T, offset: number, callback: (err: Error | null, buf: T) => void): void; - function randomFill(buffer: T, offset: number, size: number, callback: (err: Error | null, buf: T) => void): void; - - interface ScryptOptions { - N?: number; - r?: number; - p?: number; - maxmem?: number; - } - function scrypt( - password: BinaryLike, - salt: BinaryLike, - keylen: number, callback: (err: Error | null, derivedKey: Buffer) => void, - ): void; - function scrypt( - password: BinaryLike, - salt: BinaryLike, - keylen: number, - options: ScryptOptions, - callback: (err: Error | null, derivedKey: Buffer) => void, - ): void; - function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer; - - interface RsaPublicKey { - key: KeyLike; - padding?: number; - } - interface RsaPrivateKey { - key: KeyLike; - passphrase?: string; - padding?: number; - } - function publicEncrypt(public_key: RsaPublicKey | KeyLike, buffer: Binary): Buffer; - function privateDecrypt(private_key: RsaPrivateKey | KeyLike, buffer: Binary): Buffer; - function privateEncrypt(private_key: RsaPrivateKey | KeyLike, buffer: Binary): Buffer; - function publicDecrypt(public_key: RsaPublicKey | KeyLike, buffer: Binary): Buffer; - function getCiphers(): string[]; - function getCurves(): string[]; - function getHashes(): string[]; - class ECDH { - private constructor(); - static convertKey( - key: BinaryLike, - curve: string, - inputEncoding?: HexBase64Latin1Encoding, - outputEncoding?: "latin1" | "hex" | "base64", - format?: "uncompressed" | "compressed" | "hybrid", - ): Buffer | string; - generateKeys(): Buffer; - generateKeys(encoding: HexBase64Latin1Encoding, format?: ECDHKeyFormat): string; - computeSecret(other_public_key: Binary): Buffer; - computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding): Buffer; - computeSecret(other_public_key: Binary, output_encoding: HexBase64Latin1Encoding): string; - computeSecret(other_public_key: string, input_encoding: HexBase64Latin1Encoding, output_encoding: HexBase64Latin1Encoding): string; - getPrivateKey(): Buffer; - getPrivateKey(encoding: HexBase64Latin1Encoding): string; - getPublicKey(): Buffer; - getPublicKey(encoding: HexBase64Latin1Encoding, format?: ECDHKeyFormat): string; - setPrivateKey(private_key: Binary): void; - setPrivateKey(private_key: string, encoding: HexBase64Latin1Encoding): void; - } - function createECDH(curve_name: string): ECDH; - function timingSafeEqual(a: Binary, b: Binary): boolean; - /** @deprecated since v10.0.0 */ - const DEFAULT_ENCODING: string; - - export type KeyType = 'rsa' | 'dsa' | 'ec'; - export type KeyFormat = 'pem' | 'der'; - - interface BasePrivateKeyEncodingOptions { - format: T; - cipher?: string; - passphrase?: string; - } - - interface KeyPairKeyObjectResult { - publicKey: KeyObject; - privateKey: KeyObject; - } - - interface ECKeyPairKeyObjectOptions { - /** - * Name of the curve to use. - */ - namedCurve: string; - } - - interface RSAKeyPairKeyObjectOptions { - /** - * Key size in bits - */ - modulusLength: number; - - /** - * @default 0x10001 - */ - publicExponent?: number; - } - - interface DSAKeyPairKeyObjectOptions { - /** - * Key size in bits - */ - modulusLength: number; - - /** - * Size of q in bits - */ - divisorLength: number; - } - - interface RSAKeyPairOptions { - /** - * Key size in bits - */ - modulusLength: number; - /** - * @default 0x10001 - */ - publicExponent?: number; - - publicKeyEncoding: { - type: 'pkcs1' | 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions & { - type: 'pkcs1' | 'pkcs8'; - }; - } - - interface DSAKeyPairOptions { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Size of q in bits - */ - divisorLength: number; - - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions & { - type: 'pkcs8'; - }; - } - - interface ECKeyPairOptions { - /** - * Name of the curve to use. - */ - namedCurve: string; - - publicKeyEncoding: { - type: 'pkcs1' | 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions & { - type: 'sec1' | 'pkcs8'; - }; - } - - interface KeyPairSyncResult { - publicKey: T1; - privateKey: T2; - } - - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'der'>): KeyPairSyncResult; - function generateKeyPairSync(type: 'ec', options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - - namespace generateKeyPair { - function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: string, privateKey: string }>; - function __promisify__(type: "rsa", options: RSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: string, privateKey: Buffer }>; - function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: Buffer, privateKey: string }>; - function __promisify__(type: "rsa", options: RSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey: Buffer, privateKey: Buffer }>; - function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise; - - function __promisify__(type: "dsa", options: DSAKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: string, privateKey: string }>; - function __promisify__(type: "dsa", options: DSAKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: string, privateKey: Buffer }>; - function __promisify__(type: "dsa", options: DSAKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: Buffer, privateKey: string }>; - function __promisify__(type: "dsa", options: DSAKeyPairOptions<'der', 'der'>): Promise<{ publicKey: Buffer, privateKey: Buffer }>; - function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise; - - function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'pem'>): Promise<{ publicKey: string, privateKey: string }>; - function __promisify__(type: "ec", options: ECKeyPairOptions<'pem', 'der'>): Promise<{ publicKey: string, privateKey: Buffer }>; - function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'pem'>): Promise<{ publicKey: Buffer, privateKey: string }>; - function __promisify__(type: "ec", options: ECKeyPairOptions<'der', 'der'>): Promise<{ publicKey: Buffer, privateKey: Buffer }>; - function __promisify__(type: "ec", options: ECKeyPairKeyObjectOptions): Promise; - } - - /** - * Calculates and returns the signature for `data` using the given private key and - * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is - * dependent upon the key type (especially Ed25519 and Ed448). - * - * If `key` is not a [`KeyObject`][], this function behaves as if `key` had been - * passed to [`crypto.createPrivateKey()`][]. - */ - function sign(algorithm: string | null | undefined, data: Binary, key: KeyLike | SignPrivateKeyInput): Buffer; - - interface VerifyKeyWithOptions extends KeyObject, SigningOptions { - } - - /** - * Calculates and returns the signature for `data` using the given private key and - * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is - * dependent upon the key type (especially Ed25519 and Ed448). - * - * If `key` is not a [`KeyObject`][], this function behaves as if `key` had been - * passed to [`crypto.createPublicKey()`][]. - */ - function verify(algorithm: string | null | undefined, data: Binary, key: KeyLike | VerifyKeyWithOptions, signature: Binary): Buffer; -} diff --git a/2019-setembro/node_modules/@types/node/dgram.d.ts b/2019-setembro/node_modules/@types/node/dgram.d.ts deleted file mode 100644 index c42acdf..0000000 --- a/2019-setembro/node_modules/@types/node/dgram.d.ts +++ /dev/null @@ -1,102 +0,0 @@ -declare module "dgram" { - import { AddressInfo } from "net"; - import * as dns from "dns"; - import * as events from "events"; - - interface RemoteInfo { - address: string; - family: 'IPv4' | 'IPv6'; - port: number; - size: number; - } - - interface BindOptions { - port: number; - address?: string; - exclusive?: boolean; - } - - type SocketType = "udp4" | "udp6"; - - interface SocketOptions { - type: SocketType; - reuseAddr?: boolean; - /** - * @default false - */ - ipv6Only?: boolean; - recvBufferSize?: number; - sendBufferSize?: number; - lookup?: (hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void; - } - - function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; - function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; - - class Socket extends events.EventEmitter { - send(msg: string | Uint8Array | any[], port: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array, offset: number, length: number, port: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; - bind(port?: number, address?: string, callback?: () => void): void; - bind(port?: number, callback?: () => void): void; - bind(callback?: () => void): void; - bind(options: BindOptions, callback?: () => void): void; - close(callback?: () => void): void; - address(): AddressInfo | string; - setBroadcast(flag: boolean): void; - setTTL(ttl: number): void; - setMulticastTTL(ttl: number): void; - setMulticastInterface(multicastInterface: string): void; - setMulticastLoopback(flag: boolean): void; - addMembership(multicastAddress: string, multicastInterface?: string): void; - dropMembership(multicastAddress: string, multicastInterface?: string): void; - ref(): this; - unref(): this; - setRecvBufferSize(size: number): void; - setSendBufferSize(size: number): void; - getRecvBufferSize(): number; - getSendBufferSize(): number; - - /** - * events.EventEmitter - * 1. close - * 2. error - * 3. listening - * 4. message - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "close", listener: () => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: "listening", listener: () => void): this; - addListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "close"): boolean; - emit(event: "error", err: Error): boolean; - emit(event: "listening"): boolean; - emit(event: "message", msg: Buffer, rinfo: RemoteInfo): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "close", listener: () => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: "listening", listener: () => void): this; - on(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "close", listener: () => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: "listening", listener: () => void): this; - once(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "close", listener: () => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: "listening", listener: () => void): this; - prependListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: "listening", listener: () => void): this; - prependOnceListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - } -} diff --git a/2019-setembro/node_modules/@types/node/dns.d.ts b/2019-setembro/node_modules/@types/node/dns.d.ts deleted file mode 100644 index d2b0505..0000000 --- a/2019-setembro/node_modules/@types/node/dns.d.ts +++ /dev/null @@ -1,366 +0,0 @@ -declare module "dns" { - // Supported getaddrinfo flags. - const ADDRCONFIG: number; - const V4MAPPED: number; - - interface LookupOptions { - family?: number; - hints?: number; - all?: boolean; - verbatim?: boolean; - } - - interface LookupOneOptions extends LookupOptions { - all?: false; - } - - interface LookupAllOptions extends LookupOptions { - all: true; - } - - interface LookupAddress { - address: string; - family: number; - } - - function lookup(hostname: string, family: number, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - function lookup(hostname: string, options: LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - function lookup(hostname: string, options: LookupAllOptions, callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void): void; - function lookup(hostname: string, options: LookupOptions, callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void): void; - function lookup(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace lookup { - function __promisify__(hostname: string, options: LookupAllOptions): Promise; - function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise; - function __promisify__(hostname: string, options: LookupOptions): Promise; - } - - function lookupService(address: string, port: number, callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void): void; - - namespace lookupService { - function __promisify__(address: string, port: number): Promise<{ hostname: string, service: string }>; - } - - interface ResolveOptions { - ttl: boolean; - } - - interface ResolveWithTtlOptions extends ResolveOptions { - ttl: true; - } - - interface RecordWithTtl { - address: string; - ttl: number; - } - - /** @deprecated Use AnyARecord or AnyAaaaRecord instead. */ - type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; - - interface AnyARecord extends RecordWithTtl { - type: "A"; - } - - interface AnyAaaaRecord extends RecordWithTtl { - type: "AAAA"; - } - - interface MxRecord { - priority: number; - exchange: string; - } - - interface AnyMxRecord extends MxRecord { - type: "MX"; - } - - interface NaptrRecord { - flags: string; - service: string; - regexp: string; - replacement: string; - order: number; - preference: number; - } - - interface AnyNaptrRecord extends NaptrRecord { - type: "NAPTR"; - } - - interface SoaRecord { - nsname: string; - hostmaster: string; - serial: number; - refresh: number; - retry: number; - expire: number; - minttl: number; - } - - interface AnySoaRecord extends SoaRecord { - type: "SOA"; - } - - interface SrvRecord { - priority: number; - weight: number; - port: number; - name: string; - } - - interface AnySrvRecord extends SrvRecord { - type: "SRV"; - } - - interface AnyTxtRecord { - type: "TXT"; - entries: string[]; - } - - interface AnyNsRecord { - type: "NS"; - value: string; - } - - interface AnyPtrRecord { - type: "PTR"; - value: string; - } - - interface AnyCnameRecord { - type: "CNAME"; - value: string; - } - - type AnyRecord = AnyARecord | - AnyAaaaRecord | - AnyCnameRecord | - AnyMxRecord | - AnyNaptrRecord | - AnyNsRecord | - AnyPtrRecord | - AnySoaRecord | - AnySrvRecord | - AnyTxtRecord; - - function resolve(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - function resolve(hostname: string, rrtype: "A", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - function resolve(hostname: string, rrtype: "AAAA", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - function resolve(hostname: string, rrtype: "ANY", callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; - function resolve(hostname: string, rrtype: "CNAME", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - function resolve(hostname: string, rrtype: "MX", callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; - function resolve(hostname: string, rrtype: "NAPTR", callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; - function resolve(hostname: string, rrtype: "NS", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - function resolve(hostname: string, rrtype: "PTR", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - function resolve(hostname: string, rrtype: "SOA", callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void): void; - function resolve(hostname: string, rrtype: "SRV", callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; - function resolve(hostname: string, rrtype: "TXT", callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; - function resolve( - hostname: string, - rrtype: string, - callback: (err: NodeJS.ErrnoException | null, addresses: string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]) => void, - ): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace resolve { - function __promisify__(hostname: string, rrtype?: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise; - function __promisify__(hostname: string, rrtype: "ANY"): Promise; - function __promisify__(hostname: string, rrtype: "MX"): Promise; - function __promisify__(hostname: string, rrtype: "NAPTR"): Promise; - function __promisify__(hostname: string, rrtype: "SOA"): Promise; - function __promisify__(hostname: string, rrtype: "SRV"): Promise; - function __promisify__(hostname: string, rrtype: "TXT"): Promise; - function __promisify__(hostname: string, rrtype: string): Promise; - } - - function resolve4(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - function resolve4(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; - function resolve4(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace resolve4 { - function __promisify__(hostname: string): Promise; - function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; - function __promisify__(hostname: string, options?: ResolveOptions): Promise; - } - - function resolve6(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - function resolve6(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; - function resolve6(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace resolve6 { - function __promisify__(hostname: string): Promise; - function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; - function __promisify__(hostname: string, options?: ResolveOptions): Promise; - } - - function resolveCname(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - namespace resolveCname { - function __promisify__(hostname: string): Promise; - } - - function resolveMx(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; - namespace resolveMx { - function __promisify__(hostname: string): Promise; - } - - function resolveNaptr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; - namespace resolveNaptr { - function __promisify__(hostname: string): Promise; - } - - function resolveNs(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - namespace resolveNs { - function __promisify__(hostname: string): Promise; - } - - function resolvePtr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - namespace resolvePtr { - function __promisify__(hostname: string): Promise; - } - - function resolveSoa(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void): void; - namespace resolveSoa { - function __promisify__(hostname: string): Promise; - } - - function resolveSrv(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; - namespace resolveSrv { - function __promisify__(hostname: string): Promise; - } - - function resolveTxt(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; - namespace resolveTxt { - function __promisify__(hostname: string): Promise; - } - - function resolveAny(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; - namespace resolveAny { - function __promisify__(hostname: string): Promise; - } - - function reverse(ip: string, callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void): void; - function setServers(servers: ReadonlyArray): void; - function getServers(): string[]; - - // Error codes - const NODATA: string; - const FORMERR: string; - const SERVFAIL: string; - const NOTFOUND: string; - const NOTIMP: string; - const REFUSED: string; - const BADQUERY: string; - const BADNAME: string; - const BADFAMILY: string; - const BADRESP: string; - const CONNREFUSED: string; - const TIMEOUT: string; - const EOF: string; - const FILE: string; - const NOMEM: string; - const DESTRUCTION: string; - const BADSTR: string; - const BADFLAGS: string; - const NONAME: string; - const BADHINTS: string; - const NOTINITIALIZED: string; - const LOADIPHLPAPI: string; - const ADDRGETNETWORKPARAMS: string; - const CANCELLED: string; - - class Resolver { - getServers: typeof getServers; - setServers: typeof setServers; - resolve: typeof resolve; - resolve4: typeof resolve4; - resolve6: typeof resolve6; - resolveAny: typeof resolveAny; - resolveCname: typeof resolveCname; - resolveMx: typeof resolveMx; - resolveNaptr: typeof resolveNaptr; - resolveNs: typeof resolveNs; - resolvePtr: typeof resolvePtr; - resolveSoa: typeof resolveSoa; - resolveSrv: typeof resolveSrv; - resolveTxt: typeof resolveTxt; - reverse: typeof reverse; - cancel(): void; - } - - namespace promises { - function getServers(): string[]; - - function lookup(hostname: string, family: number): Promise; - function lookup(hostname: string, options: LookupOneOptions): Promise; - function lookup(hostname: string, options: LookupAllOptions): Promise; - function lookup(hostname: string, options: LookupOptions): Promise; - function lookup(hostname: string): Promise; - - function lookupService(address: string, port: number): Promise<{ hostname: string, service: string }>; - - function resolve(hostname: string): Promise; - function resolve(hostname: string, rrtype: "A"): Promise; - function resolve(hostname: string, rrtype: "AAAA"): Promise; - function resolve(hostname: string, rrtype: "ANY"): Promise; - function resolve(hostname: string, rrtype: "CNAME"): Promise; - function resolve(hostname: string, rrtype: "MX"): Promise; - function resolve(hostname: string, rrtype: "NAPTR"): Promise; - function resolve(hostname: string, rrtype: "NS"): Promise; - function resolve(hostname: string, rrtype: "PTR"): Promise; - function resolve(hostname: string, rrtype: "SOA"): Promise; - function resolve(hostname: string, rrtype: "SRV"): Promise; - function resolve(hostname: string, rrtype: "TXT"): Promise; - function resolve(hostname: string, rrtype: string): Promise; - - function resolve4(hostname: string): Promise; - function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise; - function resolve4(hostname: string, options: ResolveOptions): Promise; - - function resolve6(hostname: string): Promise; - function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise; - function resolve6(hostname: string, options: ResolveOptions): Promise; - - function resolveAny(hostname: string): Promise; - - function resolveCname(hostname: string): Promise; - - function resolveMx(hostname: string): Promise; - - function resolveNaptr(hostname: string): Promise; - - function resolveNs(hostname: string): Promise; - - function resolvePtr(hostname: string): Promise; - - function resolveSoa(hostname: string): Promise; - - function resolveSrv(hostname: string): Promise; - - function resolveTxt(hostname: string): Promise; - - function reverse(ip: string): Promise; - - function setServers(servers: ReadonlyArray): void; - - class Resolver { - getServers: typeof getServers; - resolve: typeof resolve; - resolve4: typeof resolve4; - resolve6: typeof resolve6; - resolveAny: typeof resolveAny; - resolveCname: typeof resolveCname; - resolveMx: typeof resolveMx; - resolveNaptr: typeof resolveNaptr; - resolveNs: typeof resolveNs; - resolvePtr: typeof resolvePtr; - resolveSoa: typeof resolveSoa; - resolveSrv: typeof resolveSrv; - resolveTxt: typeof resolveTxt; - reverse: typeof reverse; - setServers: typeof setServers; - } - } -} diff --git a/2019-setembro/node_modules/@types/node/domain.d.ts b/2019-setembro/node_modules/@types/node/domain.d.ts deleted file mode 100644 index 45e388c..0000000 --- a/2019-setembro/node_modules/@types/node/domain.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -declare module "domain" { - import * as events from "events"; - - class Domain extends events.EventEmitter implements NodeJS.Domain { - run(fn: (...args: any[]) => T, ...args: any[]): T; - add(emitter: events.EventEmitter | NodeJS.Timer): void; - remove(emitter: events.EventEmitter | NodeJS.Timer): void; - bind(cb: T): T; - intercept(cb: T): T; - members: Array; - enter(): void; - exit(): void; - } - - function create(): Domain; -} diff --git a/2019-setembro/node_modules/@types/node/events.d.ts b/2019-setembro/node_modules/@types/node/events.d.ts deleted file mode 100644 index f861021..0000000 --- a/2019-setembro/node_modules/@types/node/events.d.ts +++ /dev/null @@ -1,30 +0,0 @@ -declare module "events" { - class internal extends NodeJS.EventEmitter { } - - namespace internal { - function once(emitter: EventEmitter, event: string | symbol): Promise; - class EventEmitter extends internal { - /** @deprecated since v4.0.0 */ - static listenerCount(emitter: EventEmitter, event: string | symbol): number; - static defaultMaxListeners: number; - - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - off(event: string | symbol, listener: (...args: any[]) => void): this; - removeAllListeners(event?: string | symbol): this; - setMaxListeners(n: number): this; - getMaxListeners(): number; - listeners(event: string | symbol): Function[]; - rawListeners(event: string | symbol): Function[]; - emit(event: string | symbol, ...args: any[]): boolean; - eventNames(): Array; - listenerCount(type: string | symbol): number; - } - } - - export = internal; -} diff --git a/2019-setembro/node_modules/@types/node/fs.d.ts b/2019-setembro/node_modules/@types/node/fs.d.ts deleted file mode 100644 index bc015ce..0000000 --- a/2019-setembro/node_modules/@types/node/fs.d.ts +++ /dev/null @@ -1,2297 +0,0 @@ -declare module "fs" { - import * as stream from "stream"; - import * as events from "events"; - import { URL } from "url"; - - /** - * Valid types for path values in "fs". - */ - type PathLike = string | Buffer | URL; - - type BinaryData = DataView | NodeJS.TypedArray; - class Stats { - isFile(): boolean; - isDirectory(): boolean; - isBlockDevice(): boolean; - isCharacterDevice(): boolean; - isSymbolicLink(): boolean; - isFIFO(): boolean; - isSocket(): boolean; - dev: number; - ino: number; - mode: number; - nlink: number; - uid: number; - gid: number; - rdev: number; - size: number; - blksize: number; - blocks: number; - atimeMs: number; - mtimeMs: number; - ctimeMs: number; - birthtimeMs: number; - atime: Date; - mtime: Date; - ctime: Date; - birthtime: Date; - } - - class Dirent { - isFile(): boolean; - isDirectory(): boolean; - isBlockDevice(): boolean; - isCharacterDevice(): boolean; - isSymbolicLink(): boolean; - isFIFO(): boolean; - isSocket(): boolean; - name: string; - } - - interface FSWatcher extends events.EventEmitter { - close(): void; - - /** - * events.EventEmitter - * 1. change - * 2. error - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; - addListener(event: "error", listener: (error: Error) => void): this; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; - on(event: "error", listener: (error: Error) => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; - once(event: "error", listener: (error: Error) => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; - prependListener(event: "error", listener: (error: Error) => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; - prependOnceListener(event: "error", listener: (error: Error) => void): this; - } - - class ReadStream extends stream.Readable { - close(): void; - bytesRead: number; - path: string | Buffer; - - /** - * events.EventEmitter - * 1. open - * 2. close - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "open", listener: (fd: number) => void): this; - addListener(event: "close", listener: () => void): this; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "open", listener: (fd: number) => void): this; - on(event: "close", listener: () => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "open", listener: (fd: number) => void): this; - once(event: "close", listener: () => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "open", listener: (fd: number) => void): this; - prependListener(event: "close", listener: () => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "open", listener: (fd: number) => void): this; - prependOnceListener(event: "close", listener: () => void): this; - } - - class WriteStream extends stream.Writable { - close(): void; - bytesWritten: number; - path: string | Buffer; - - /** - * events.EventEmitter - * 1. open - * 2. close - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "open", listener: (fd: number) => void): this; - addListener(event: "close", listener: () => void): this; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "open", listener: (fd: number) => void): this; - on(event: "close", listener: () => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "open", listener: (fd: number) => void): this; - once(event: "close", listener: () => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "open", listener: (fd: number) => void): this; - prependListener(event: "close", listener: () => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "open", listener: (fd: number) => void): this; - prependOnceListener(event: "close", listener: () => void): this; - } - - /** - * Asynchronous rename(2) - Change the name or location of a file or directory. - * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function rename(oldPath: PathLike, newPath: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace rename { - /** - * Asynchronous rename(2) - Change the name or location of a file or directory. - * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(oldPath: PathLike, newPath: PathLike): Promise; - } - - /** - * Synchronous rename(2) - Change the name or location of a file or directory. - * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function renameSync(oldPath: PathLike, newPath: PathLike): void; - - /** - * Asynchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param len If not specified, defaults to `0`. - */ - function truncate(path: PathLike, len: number | undefined | null, callback: (err: NodeJS.ErrnoException | null) => void): void; - - /** - * Asynchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function truncate(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace truncate { - /** - * Asynchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param len If not specified, defaults to `0`. - */ - function __promisify__(path: PathLike, len?: number | null): Promise; - } - - /** - * Synchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param len If not specified, defaults to `0`. - */ - function truncateSync(path: PathLike, len?: number | null): void; - - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param fd A file descriptor. - * @param len If not specified, defaults to `0`. - */ - function ftruncate(fd: number, len: number | undefined | null, callback: (err: NodeJS.ErrnoException | null) => void): void; - - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param fd A file descriptor. - */ - function ftruncate(fd: number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace ftruncate { - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param fd A file descriptor. - * @param len If not specified, defaults to `0`. - */ - function __promisify__(fd: number, len?: number | null): Promise; - } - - /** - * Synchronous ftruncate(2) - Truncate a file to a specified length. - * @param fd A file descriptor. - * @param len If not specified, defaults to `0`. - */ - function ftruncateSync(fd: number, len?: number | null): void; - - /** - * Asynchronous chown(2) - Change ownership of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function chown(path: PathLike, uid: number, gid: number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace chown { - /** - * Asynchronous chown(2) - Change ownership of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike, uid: number, gid: number): Promise; - } - - /** - * Synchronous chown(2) - Change ownership of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function chownSync(path: PathLike, uid: number, gid: number): void; - - /** - * Asynchronous fchown(2) - Change ownership of a file. - * @param fd A file descriptor. - */ - function fchown(fd: number, uid: number, gid: number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace fchown { - /** - * Asynchronous fchown(2) - Change ownership of a file. - * @param fd A file descriptor. - */ - function __promisify__(fd: number, uid: number, gid: number): Promise; - } - - /** - * Synchronous fchown(2) - Change ownership of a file. - * @param fd A file descriptor. - */ - function fchownSync(fd: number, uid: number, gid: number): void; - - /** - * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function lchown(path: PathLike, uid: number, gid: number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace lchown { - /** - * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike, uid: number, gid: number): Promise; - } - - /** - * Synchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function lchownSync(path: PathLike, uid: number, gid: number): void; - - /** - * Asynchronous chmod(2) - Change permissions of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function chmod(path: PathLike, mode: string | number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace chmod { - /** - * Asynchronous chmod(2) - Change permissions of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(path: PathLike, mode: string | number): Promise; - } - - /** - * Synchronous chmod(2) - Change permissions of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function chmodSync(path: PathLike, mode: string | number): void; - - /** - * Asynchronous fchmod(2) - Change permissions of a file. - * @param fd A file descriptor. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function fchmod(fd: number, mode: string | number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace fchmod { - /** - * Asynchronous fchmod(2) - Change permissions of a file. - * @param fd A file descriptor. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(fd: number, mode: string | number): Promise; - } - - /** - * Synchronous fchmod(2) - Change permissions of a file. - * @param fd A file descriptor. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function fchmodSync(fd: number, mode: string | number): void; - - /** - * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function lchmod(path: PathLike, mode: string | number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace lchmod { - /** - * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(path: PathLike, mode: string | number): Promise; - } - - /** - * Synchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function lchmodSync(path: PathLike, mode: string | number): void; - - /** - * Asynchronous stat(2) - Get file status. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace stat { - /** - * Asynchronous stat(2) - Get file status. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike): Promise; - } - - /** - * Synchronous stat(2) - Get file status. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function statSync(path: PathLike): Stats; - - /** - * Asynchronous fstat(2) - Get file status. - * @param fd A file descriptor. - */ - function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace fstat { - /** - * Asynchronous fstat(2) - Get file status. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise; - } - - /** - * Synchronous fstat(2) - Get file status. - * @param fd A file descriptor. - */ - function fstatSync(fd: number): Stats; - - /** - * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace lstat { - /** - * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike): Promise; - } - - /** - * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function lstatSync(path: PathLike): Stats; - - /** - * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. - * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function link(existingPath: PathLike, newPath: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace link { - /** - * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. - * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function link(existingPath: PathLike, newPath: PathLike): Promise; - } - - /** - * Synchronous link(2) - Create a new link (also known as a hard link) to an existing file. - * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function linkSync(existingPath: PathLike, newPath: PathLike): void; - - /** - * Asynchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). - * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. - */ - function symlink(target: PathLike, path: PathLike, type: symlink.Type | undefined | null, callback: (err: NodeJS.ErrnoException | null) => void): void; - - /** - * Asynchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - */ - function symlink(target: PathLike, path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace symlink { - /** - * Asynchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). - * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. - */ - function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise; - - type Type = "dir" | "file" | "junction"; - } - - /** - * Synchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). - * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. - */ - function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink( - path: PathLike, - options: { encoding?: BufferEncoding | null } | BufferEncoding | undefined | null, - callback: (err: NodeJS.ErrnoException | null, linkString: string) => void - ): void; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options: { encoding: "buffer" } | "buffer", callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void): void; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options: { encoding?: string | null } | string | undefined | null, callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void): void; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function readlink(path: PathLike, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace readlink { - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: { encoding?: string | null } | string | null): Promise; - } - - /** - * Synchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlinkSync(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string; - - /** - * Synchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlinkSync(path: PathLike, options: { encoding: "buffer" } | "buffer"): Buffer; - - /** - * Synchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlinkSync(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath( - path: PathLike, - options: { encoding?: BufferEncoding | null } | BufferEncoding | undefined | null, - callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void - ): void; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options: { encoding: "buffer" } | "buffer", callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options: { encoding?: string | null } | string | undefined | null, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function realpath(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace realpath { - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: { encoding?: string | null } | string | null): Promise; - - function native( - path: PathLike, - options: { encoding?: BufferEncoding | null } | BufferEncoding | undefined | null, - callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void - ): void; - function native(path: PathLike, options: { encoding: "buffer" } | "buffer", callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; - function native(path: PathLike, options: { encoding?: string | null } | string | undefined | null, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; - function native(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - } - - /** - * Synchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpathSync(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string; - - /** - * Synchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpathSync(path: PathLike, options: { encoding: "buffer" } | "buffer"): Buffer; - - /** - * Synchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpathSync(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer; - - namespace realpathSync { - function native(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string; - function native(path: PathLike, options: { encoding: "buffer" } | "buffer"): Buffer; - function native(path: PathLike, options?: { encoding?: string | null } | string | null): string | Buffer; - } - - /** - * Asynchronous unlink(2) - delete a name and possibly the file it refers to. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function unlink(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace unlink { - /** - * Asynchronous unlink(2) - delete a name and possibly the file it refers to. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike): Promise; - } - - /** - * Synchronous unlink(2) - delete a name and possibly the file it refers to. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function unlinkSync(path: PathLike): void; - - /** - * Asynchronous rmdir(2) - delete a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function rmdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace rmdir { - /** - * Asynchronous rmdir(2) - delete a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike): Promise; - } - - /** - * Synchronous rmdir(2) - delete a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function rmdirSync(path: PathLike): void; - - export interface MakeDirectoryOptions { - /** - * Indicates whether parent folders should be created. - * @default false - */ - recursive?: boolean; - /** - * A file mode. If a string is passed, it is parsed as an octal integer. If not specified - * @default 0o777. - */ - mode?: number; - } - - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function mkdir(path: PathLike, options: number | string | MakeDirectoryOptions | undefined | null, callback: (err: NodeJS.ErrnoException | null) => void): void; - - /** - * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function mkdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace mkdir { - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function __promisify__(path: PathLike, options?: number | string | MakeDirectoryOptions | null): Promise; - } - - /** - * Synchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function mkdirSync(path: PathLike, options?: number | string | MakeDirectoryOptions | null): void; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options: { encoding?: BufferEncoding | null } | BufferEncoding | undefined | null, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options: "buffer" | { encoding: "buffer" }, callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void): void; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options: { encoding?: string | null } | string | undefined | null, callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void): void; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - */ - function mkdtemp(prefix: string, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace mkdtemp { - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options: { encoding: "buffer" } | "buffer"): Promise; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options?: { encoding?: string | null } | string | null): Promise; - } - - /** - * Synchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtempSync(prefix: string, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): string; - - /** - * Synchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtempSync(prefix: string, options: { encoding: "buffer" } | "buffer"): Buffer; - - /** - * Synchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtempSync(prefix: string, options?: { encoding?: string | null } | string | null): string | Buffer; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir( - path: PathLike, - options: { encoding: BufferEncoding | null; withFileTypes?: false } | BufferEncoding | undefined | null, - callback: (err: NodeJS.ErrnoException | null, files: string[]) => void, - ): void; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir(path: PathLike, options: { encoding: "buffer"; withFileTypes?: false } | "buffer", callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void): void; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir( - path: PathLike, - options: { encoding?: string | null; withFileTypes?: false } | string | undefined | null, - callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void, - ): void; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function readdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null, files: string[]) => void): void; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - function readdir(path: PathLike, options: { encoding?: string | null; withFileTypes: true }, callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace readdir { - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: { encoding: BufferEncoding | null; withFileTypes?: false } | BufferEncoding | null): Promise; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options: "buffer" | { encoding: "buffer"; withFileTypes?: false }): Promise; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false } | string | null): Promise; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent - */ - function __promisify__(path: PathLike, options: { encoding?: string | null; withFileTypes: true }): Promise; - } - - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdirSync(path: PathLike, options?: { encoding: BufferEncoding | null; withFileTypes?: false } | BufferEncoding | null): string[]; - - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdirSync(path: PathLike, options: { encoding: "buffer"; withFileTypes?: false } | "buffer"): Buffer[]; - - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdirSync(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false } | string | null): string[] | Buffer[]; - - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - function readdirSync(path: PathLike, options: { encoding?: string | null; withFileTypes: true }): Dirent[]; - - /** - * Asynchronous close(2) - close a file descriptor. - * @param fd A file descriptor. - */ - function close(fd: number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace close { - /** - * Asynchronous close(2) - close a file descriptor. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise; - } - - /** - * Synchronous close(2) - close a file descriptor. - * @param fd A file descriptor. - */ - function closeSync(fd: number): void; - - /** - * Asynchronous open(2) - open and possibly create a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. - */ - function open(path: PathLike, flags: string | number, mode: string | number | undefined | null, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; - - /** - * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function open(path: PathLike, flags: string | number, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace open { - /** - * Asynchronous open(2) - open and possibly create a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. - */ - function __promisify__(path: PathLike, flags: string | number, mode?: string | number | null): Promise; - } - - /** - * Synchronous open(2) - open and possibly create a file, returning a file descriptor.. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. - */ - function openSync(path: PathLike, flags: string | number, mode?: string | number | null): number; - - /** - * Asynchronously change file timestamps of the file referenced by the supplied path. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function utimes(path: PathLike, atime: string | number | Date, mtime: string | number | Date, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace utimes { - /** - * Asynchronously change file timestamps of the file referenced by the supplied path. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function __promisify__(path: PathLike, atime: string | number | Date, mtime: string | number | Date): Promise; - } - - /** - * Synchronously change file timestamps of the file referenced by the supplied path. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function utimesSync(path: PathLike, atime: string | number | Date, mtime: string | number | Date): void; - - /** - * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function futimes(fd: number, atime: string | number | Date, mtime: string | number | Date, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace futimes { - /** - * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function __promisify__(fd: number, atime: string | number | Date, mtime: string | number | Date): Promise; - } - - /** - * Synchronously change file timestamps of the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function futimesSync(fd: number, atime: string | number | Date, mtime: string | number | Date): void; - - /** - * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. - * @param fd A file descriptor. - */ - function fsync(fd: number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace fsync { - /** - * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise; - } - - /** - * Synchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. - * @param fd A file descriptor. - */ - function fsyncSync(fd: number): void; - - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - function write( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - length: number | undefined | null, - position: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, - ): void; - - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - */ - function write( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - length: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, - ): void; - - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - */ - function write( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void - ): void; - - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - */ - function write(fd: number, buffer: TBuffer, callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void): void; - - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. If something other than a string is supplied it will be coerced to a string. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - function write( - fd: number, - string: any, - position: number | undefined | null, - encoding: string | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, - ): void; - - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. If something other than a string is supplied it will be coerced to a string. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - function write(fd: number, string: any, position: number | undefined | null, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; - - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. If something other than a string is supplied it will be coerced to a string. - */ - function write(fd: number, string: any, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace write { - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - function __promisify__( - fd: number, - buffer?: TBuffer, - offset?: number, - length?: number, - position?: number | null, - ): Promise<{ bytesWritten: number, buffer: TBuffer }>; - - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. If something other than a string is supplied it will be coerced to a string. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - function __promisify__(fd: number, string: any, position?: number | null, encoding?: string | null): Promise<{ bytesWritten: number, buffer: string }>; - } - - /** - * Synchronously writes `buffer` to the file referenced by the supplied file descriptor, returning the number of bytes written. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - function writeSync(fd: number, buffer: BinaryData, offset?: number | null, length?: number | null, position?: number | null): number; - - /** - * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. - * @param fd A file descriptor. - * @param string A string to write. If something other than a string is supplied it will be coerced to a string. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - function writeSync(fd: number, string: any, position?: number | null, encoding?: string | null): number; - - /** - * Asynchronously reads data from the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param buffer The buffer that the data will be written to. - * @param offset The offset in the buffer at which to start writing. - * @param length The number of bytes to read. - * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. - */ - function read( - fd: number, - buffer: TBuffer, - offset: number, - length: number, - position: number | null, - callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, - ): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace read { - /** - * @param fd A file descriptor. - * @param buffer The buffer that the data will be written to. - * @param offset The offset in the buffer at which to start writing. - * @param length The number of bytes to read. - * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. - */ - function __promisify__(fd: number, buffer: TBuffer, offset: number, length: number, position: number | null): Promise<{ bytesRead: number, buffer: TBuffer }>; - } - - /** - * Synchronously reads data from the file referenced by the supplied file descriptor, returning the number of bytes read. - * @param fd A file descriptor. - * @param buffer The buffer that the data will be written to. - * @param offset The offset in the buffer at which to start writing. - * @param length The number of bytes to read. - * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. - */ - function readSync(fd: number, buffer: BinaryData, offset: number, length: number, position: number | null): number; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile(path: PathLike | number, options: { encoding?: null; flag?: string; } | undefined | null, callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void): void; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile(path: PathLike | number, options: { encoding: string; flag?: string; } | string, callback: (err: NodeJS.ErrnoException | null, data: string) => void): void; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile( - path: PathLike | number, - options: { encoding?: string | null; flag?: string; } | string | undefined | null, - callback: (err: NodeJS.ErrnoException | null, data: string | Buffer) => void, - ): void; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - */ - function readFile(path: PathLike | number, callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace readFile { - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__(path: PathLike | number, options?: { encoding?: null; flag?: string; } | null): Promise; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__(path: PathLike | number, options: { encoding: string; flag?: string; } | string): Promise; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__(path: PathLike | number, options?: { encoding?: string | null; flag?: string; } | string | null): Promise; - } - - /** - * Synchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. If a flag is not provided, it defaults to `'r'`. - */ - function readFileSync(path: PathLike | number, options?: { encoding?: null; flag?: string; } | null): Buffer; - - /** - * Synchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFileSync(path: PathLike | number, options: { encoding: string; flag?: string; } | string): string; - - /** - * Synchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFileSync(path: PathLike | number, options?: { encoding?: string | null; flag?: string; } | string | null): string | Buffer; - - type WriteFileOptions = { encoding?: string | null; mode?: number | string; flag?: string; } | string | null; - - /** - * Asynchronously writes data to a file, replacing the file if it already exists. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'w'` is used. - */ - function writeFile(path: PathLike | number, data: any, options: WriteFileOptions, callback: (err: NodeJS.ErrnoException | null) => void): void; - - /** - * Asynchronously writes data to a file, replacing the file if it already exists. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - */ - function writeFile(path: PathLike | number, data: any, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace writeFile { - /** - * Asynchronously writes data to a file, replacing the file if it already exists. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'w'` is used. - */ - function __promisify__(path: PathLike | number, data: any, options?: WriteFileOptions): Promise; - } - - /** - * Synchronously writes data to a file, replacing the file if it already exists. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'w'` is used. - */ - function writeFileSync(path: PathLike | number, data: any, options?: WriteFileOptions): void; - - /** - * Asynchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'a'` is used. - */ - function appendFile(file: PathLike | number, data: any, options: WriteFileOptions, callback: (err: NodeJS.ErrnoException | null) => void): void; - - /** - * Asynchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - */ - function appendFile(file: PathLike | number, data: any, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace appendFile { - /** - * Asynchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'a'` is used. - */ - function __promisify__(file: PathLike | number, data: any, options?: WriteFileOptions): Promise; - } - - /** - * Synchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'a'` is used. - */ - function appendFileSync(file: PathLike | number, data: any, options?: WriteFileOptions): void; - - /** - * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. - */ - function watchFile(filename: PathLike, options: { persistent?: boolean; interval?: number; } | undefined, listener: (curr: Stats, prev: Stats) => void): void; - - /** - * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function watchFile(filename: PathLike, listener: (curr: Stats, prev: Stats) => void): void; - - /** - * Stop watching for changes on `filename`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function unwatchFile(filename: PathLike, listener?: (curr: Stats, prev: Stats) => void): void; - - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - function watch( - filename: PathLike, - options: { encoding?: BufferEncoding | null, persistent?: boolean, recursive?: boolean } | BufferEncoding | undefined | null, - listener?: (event: string, filename: string) => void, - ): FSWatcher; - - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - function watch(filename: PathLike, options: { encoding: "buffer", persistent?: boolean, recursive?: boolean } | "buffer", listener?: (event: string, filename: Buffer) => void): FSWatcher; - - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - function watch( - filename: PathLike, - options: { encoding?: string | null, persistent?: boolean, recursive?: boolean } | string | null, - listener?: (event: string, filename: string | Buffer) => void, - ): FSWatcher; - - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function watch(filename: PathLike, listener?: (event: string, filename: string) => any): FSWatcher; - - /** - * Asynchronously tests whether or not the given path exists by checking with the file system. - * @deprecated - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function exists(path: PathLike, callback: (exists: boolean) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace exists { - /** - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(path: PathLike): Promise; - } - - /** - * Synchronously tests whether or not the given path exists by checking with the file system. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function existsSync(path: PathLike): boolean; - - namespace constants { - // File Access Constants - - /** Constant for fs.access(). File is visible to the calling process. */ - const F_OK: number; - - /** Constant for fs.access(). File can be read by the calling process. */ - const R_OK: number; - - /** Constant for fs.access(). File can be written by the calling process. */ - const W_OK: number; - - /** Constant for fs.access(). File can be executed by the calling process. */ - const X_OK: number; - - // File Copy Constants - - /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ - const COPYFILE_EXCL: number; - - /** - * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. - * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. - */ - const COPYFILE_FICLONE: number; - - /** - * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. - * If the underlying platform does not support copy-on-write, then the operation will fail with an error. - */ - const COPYFILE_FICLONE_FORCE: number; - - // File Open Constants - - /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ - const O_RDONLY: number; - - /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ - const O_WRONLY: number; - - /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ - const O_RDWR: number; - - /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ - const O_CREAT: number; - - /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ - const O_EXCL: number; - - /** - * Constant for fs.open(). Flag indicating that if path identifies a terminal device, - * opening the path shall not cause that terminal to become the controlling terminal for the process - * (if the process does not already have one). - */ - const O_NOCTTY: number; - - /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ - const O_TRUNC: number; - - /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ - const O_APPEND: number; - - /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ - const O_DIRECTORY: number; - - /** - * constant for fs.open(). - * Flag indicating reading accesses to the file system will no longer result in - * an update to the atime information associated with the file. - * This flag is available on Linux operating systems only. - */ - const O_NOATIME: number; - - /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ - const O_NOFOLLOW: number; - - /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ - const O_SYNC: number; - - /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ - const O_DSYNC: number; - - /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ - const O_SYMLINK: number; - - /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ - const O_DIRECT: number; - - /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ - const O_NONBLOCK: number; - - // File Type Constants - - /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ - const S_IFMT: number; - - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ - const S_IFREG: number; - - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ - const S_IFDIR: number; - - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ - const S_IFCHR: number; - - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ - const S_IFBLK: number; - - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ - const S_IFIFO: number; - - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ - const S_IFLNK: number; - - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ - const S_IFSOCK: number; - - // File Mode Constants - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ - const S_IRWXU: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ - const S_IRUSR: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ - const S_IWUSR: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ - const S_IXUSR: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ - const S_IRWXG: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ - const S_IRGRP: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ - const S_IWGRP: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ - const S_IXGRP: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ - const S_IRWXO: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ - const S_IROTH: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ - const S_IWOTH: number; - - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ - const S_IXOTH: number; - } - - /** - * Asynchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function access(path: PathLike, mode: number | undefined, callback: (err: NodeJS.ErrnoException | null) => void): void; - - /** - * Asynchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function access(path: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace access { - /** - * Asynchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(path: PathLike, mode?: number): Promise; - } - - /** - * Synchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function accessSync(path: PathLike, mode?: number): void; - - /** - * Returns a new `ReadStream` object. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function createReadStream(path: PathLike, options?: string | { - flags?: string; - encoding?: string; - fd?: number; - mode?: number; - autoClose?: boolean; - start?: number; - end?: number; - highWaterMark?: number; - }): ReadStream; - - /** - * Returns a new `WriteStream` object. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function createWriteStream(path: PathLike, options?: string | { - flags?: string; - encoding?: string; - fd?: number; - mode?: number; - autoClose?: boolean; - start?: number; - highWaterMark?: number; - }): WriteStream; - - /** - * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. - * @param fd A file descriptor. - */ - function fdatasync(fd: number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace fdatasync { - /** - * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise; - } - - /** - * Synchronous fdatasync(2) - synchronize a file's in-core state with storage device. - * @param fd A file descriptor. - */ - function fdatasyncSync(fd: number): void; - - /** - * Asynchronously copies src to dest. By default, dest is overwritten if it already exists. - * No arguments other than a possible exception are given to the callback function. - * Node.js makes no guarantees about the atomicity of the copy operation. - * If an error occurs after the destination file has been opened for writing, Node.js will attempt - * to remove the destination. - * @param src A path to the source file. - * @param dest A path to the destination file. - */ - function copyFile(src: PathLike, dest: PathLike, callback: (err: NodeJS.ErrnoException | null) => void): void; - /** - * Asynchronously copies src to dest. By default, dest is overwritten if it already exists. - * No arguments other than a possible exception are given to the callback function. - * Node.js makes no guarantees about the atomicity of the copy operation. - * If an error occurs after the destination file has been opened for writing, Node.js will attempt - * to remove the destination. - * @param src A path to the source file. - * @param dest A path to the destination file. - * @param flags An integer that specifies the behavior of the copy operation. The only supported flag is fs.constants.COPYFILE_EXCL, which causes the copy operation to fail if dest already exists. - */ - function copyFile(src: PathLike, dest: PathLike, flags: number, callback: (err: NodeJS.ErrnoException | null) => void): void; - - // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. - namespace copyFile { - /** - * Asynchronously copies src to dest. By default, dest is overwritten if it already exists. - * No arguments other than a possible exception are given to the callback function. - * Node.js makes no guarantees about the atomicity of the copy operation. - * If an error occurs after the destination file has been opened for writing, Node.js will attempt - * to remove the destination. - * @param src A path to the source file. - * @param dest A path to the destination file. - * @param flags An optional integer that specifies the behavior of the copy operation. - * The only supported flag is fs.constants.COPYFILE_EXCL, - * which causes the copy operation to fail if dest already exists. - */ - function __promisify__(src: PathLike, dst: PathLike, flags?: number): Promise; - } - - /** - * Synchronously copies src to dest. By default, dest is overwritten if it already exists. - * Node.js makes no guarantees about the atomicity of the copy operation. - * If an error occurs after the destination file has been opened for writing, Node.js will attempt - * to remove the destination. - * @param src A path to the source file. - * @param dest A path to the destination file. - * @param flags An optional integer that specifies the behavior of the copy operation. - * The only supported flag is fs.constants.COPYFILE_EXCL, which causes the copy operation to fail if dest already exists. - */ - function copyFileSync(src: PathLike, dest: PathLike, flags?: number): void; - - namespace promises { - interface FileHandle { - /** - * Gets the file descriptor for this file handle. - */ - readonly fd: number; - - /** - * Asynchronously append data to a file, creating the file if it does not exist. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for appending. - * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'a'` is used. - */ - appendFile(data: any, options?: { encoding?: string | null, mode?: string | number, flag?: string | number } | string | null): Promise; - - /** - * Asynchronous fchown(2) - Change ownership of a file. - */ - chown(uid: number, gid: number): Promise; - - /** - * Asynchronous fchmod(2) - Change permissions of a file. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - chmod(mode: string | number): Promise; - - /** - * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. - */ - datasync(): Promise; - - /** - * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. - */ - sync(): Promise; - - /** - * Asynchronously reads data from the file. - * The `FileHandle` must have been opened for reading. - * @param buffer The buffer that the data will be written to. - * @param offset The offset in the buffer at which to start writing. - * @param length The number of bytes to read. - * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. - */ - read(buffer: TBuffer, offset?: number | null, length?: number | null, position?: number | null): Promise<{ bytesRead: number, buffer: TBuffer }>; - - /** - * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for reading. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - readFile(options?: { encoding?: null, flag?: string | number } | null): Promise; - - /** - * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for reading. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - readFile(options: { encoding: BufferEncoding, flag?: string | number } | BufferEncoding): Promise; - - /** - * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for reading. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - readFile(options?: { encoding?: string | null, flag?: string | number } | string | null): Promise; - - /** - * Asynchronous fstat(2) - Get file status. - */ - stat(): Promise; - - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param len If not specified, defaults to `0`. - */ - truncate(len?: number): Promise; - - /** - * Asynchronously change file timestamps of the file. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - utimes(atime: string | number | Date, mtime: string | number | Date): Promise; - - /** - * Asynchronously writes `buffer` to the file. - * The `FileHandle` must have been opened for writing. - * @param buffer The buffer that the data will be written to. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - write(buffer: TBuffer, offset?: number | null, length?: number | null, position?: number | null): Promise<{ bytesWritten: number, buffer: TBuffer }>; - - /** - * Asynchronously writes `string` to the file. - * The `FileHandle` must have been opened for writing. - * It is unsafe to call `write()` multiple times on the same file without waiting for the `Promise` - * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended. - * @param string A string to write. If something other than a string is supplied it will be coerced to a string. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - write(data: any, position?: number | null, encoding?: string | null): Promise<{ bytesWritten: number, buffer: string }>; - - /** - * Asynchronously writes data to a file, replacing the file if it already exists. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for writing. - * It is unsafe to call `writeFile()` multiple times on the same file without waiting for the `Promise` to be resolved (or rejected). - * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'w'` is used. - */ - writeFile(data: any, options?: { encoding?: string | null, mode?: string | number, flag?: string | number } | string | null): Promise; - - /** - * Asynchronous close(2) - close a `FileHandle`. - */ - close(): Promise; - } - - /** - * Asynchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function access(path: PathLike, mode?: number): Promise; - - /** - * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it already exists. - * Node.js makes no guarantees about the atomicity of the copy operation. - * If an error occurs after the destination file has been opened for writing, Node.js will attempt - * to remove the destination. - * @param src A path to the source file. - * @param dest A path to the destination file. - * @param flags An optional integer that specifies the behavior of the copy operation. The only - * supported flag is `fs.constants.COPYFILE_EXCL`, which causes the copy operation to fail if - * `dest` already exists. - */ - function copyFile(src: PathLike, dest: PathLike, flags?: number): Promise; - - /** - * Asynchronous open(2) - open and possibly create a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not - * supplied, defaults to `0o666`. - */ - function open(path: PathLike, flags: string | number, mode?: string | number): Promise; - - /** - * Asynchronously reads data from the file referenced by the supplied `FileHandle`. - * @param handle A `FileHandle`. - * @param buffer The buffer that the data will be written to. - * @param offset The offset in the buffer at which to start writing. - * @param length The number of bytes to read. - * @param position The offset from the beginning of the file from which data should be read. If - * `null`, data will be read from the current position. - */ - function read( - handle: FileHandle, - buffer: TBuffer, - offset?: number | null, - length?: number | null, - position?: number | null, - ): Promise<{ bytesRead: number, buffer: TBuffer }>; - - /** - * Asynchronously writes `buffer` to the file referenced by the supplied `FileHandle`. - * It is unsafe to call `fsPromises.write()` multiple times on the same file without waiting for the `Promise` - * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended. - * @param handle A `FileHandle`. - * @param buffer The buffer that the data will be written to. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - function write( - handle: FileHandle, - buffer: TBuffer, - offset?: number | null, - length?: number | null, position?: number | null): Promise<{ bytesWritten: number, buffer: TBuffer }>; - - /** - * Asynchronously writes `string` to the file referenced by the supplied `FileHandle`. - * It is unsafe to call `fsPromises.write()` multiple times on the same file without waiting for the `Promise` - * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended. - * @param handle A `FileHandle`. - * @param string A string to write. If something other than a string is supplied it will be coerced to a string. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - function write(handle: FileHandle, string: any, position?: number | null, encoding?: string | null): Promise<{ bytesWritten: number, buffer: string }>; - - /** - * Asynchronous rename(2) - Change the name or location of a file or directory. - * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function rename(oldPath: PathLike, newPath: PathLike): Promise; - - /** - * Asynchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param len If not specified, defaults to `0`. - */ - function truncate(path: PathLike, len?: number): Promise; - - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param handle A `FileHandle`. - * @param len If not specified, defaults to `0`. - */ - function ftruncate(handle: FileHandle, len?: number): Promise; - - /** - * Asynchronous rmdir(2) - delete a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function rmdir(path: PathLike): Promise; - - /** - * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. - * @param handle A `FileHandle`. - */ - function fdatasync(handle: FileHandle): Promise; - - /** - * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. - * @param handle A `FileHandle`. - */ - function fsync(handle: FileHandle): Promise; - - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function mkdir(path: PathLike, options?: number | string | MakeDirectoryOptions | null): Promise; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir(path: PathLike, options?: { encoding?: BufferEncoding | null; withFileTypes?: false } | BufferEncoding | null): Promise; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir(path: PathLike, options: { encoding: "buffer"; withFileTypes?: false } | "buffer"): Promise; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir(path: PathLike, options?: { encoding?: string | null; withFileTypes?: false } | string | null): Promise; - - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - function readdir(path: PathLike, options: { encoding?: string | null; withFileTypes: true }): Promise; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise; - - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options?: { encoding?: string | null } | string | null): Promise; - - /** - * Asynchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). - * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. - */ - function symlink(target: PathLike, path: PathLike, type?: string | null): Promise; - - /** - * Asynchronous fstat(2) - Get file status. - * @param handle A `FileHandle`. - */ - function fstat(handle: FileHandle): Promise; - - /** - * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function lstat(path: PathLike): Promise; - - /** - * Asynchronous stat(2) - Get file status. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function stat(path: PathLike): Promise; - - /** - * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. - * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function link(existingPath: PathLike, newPath: PathLike): Promise; - - /** - * Asynchronous unlink(2) - delete a name and possibly the file it refers to. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function unlink(path: PathLike): Promise; - - /** - * Asynchronous fchmod(2) - Change permissions of a file. - * @param handle A `FileHandle`. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function fchmod(handle: FileHandle, mode: string | number): Promise; - - /** - * Asynchronous chmod(2) - Change permissions of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function chmod(path: PathLike, mode: string | number): Promise; - - /** - * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function lchmod(path: PathLike, mode: string | number): Promise; - - /** - * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function lchown(path: PathLike, uid: number, gid: number): Promise; - - /** - * Asynchronous fchown(2) - Change ownership of a file. - * @param handle A `FileHandle`. - */ - function fchown(handle: FileHandle, uid: number, gid: number): Promise; - - /** - * Asynchronous chown(2) - Change ownership of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function chown(path: PathLike, uid: number, gid: number): Promise; - - /** - * Asynchronously change file timestamps of the file referenced by the supplied path. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function utimes(path: PathLike, atime: string | number | Date, mtime: string | number | Date): Promise; - - /** - * Asynchronously change file timestamps of the file referenced by the supplied `FileHandle`. - * @param handle A `FileHandle`. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function futimes(handle: FileHandle, atime: string | number | Date, mtime: string | number | Date): Promise; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options: { encoding: "buffer" } | "buffer"): Promise; - - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options?: { encoding?: string | null } | string | null): Promise; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options?: { encoding?: BufferEncoding | null } | BufferEncoding | null): Promise; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options: { encoding: "buffer" } | "buffer"): Promise; - - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options?: { encoding?: string | null } | string | null): Promise; - - /** - * Asynchronously writes data to a file, replacing the file if it already exists. - * It is unsafe to call `fsPromises.writeFile()` multiple times on the same file without waiting for the `Promise` to be resolved (or rejected). - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'w'` is used. - */ - function writeFile(path: PathLike | FileHandle, data: any, options?: { encoding?: string | null, mode?: string | number, flag?: string | number } | string | null): Promise; - - /** - * Asynchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'a'` is used. - */ - function appendFile(path: PathLike | FileHandle, data: any, options?: { encoding?: string | null, mode?: string | number, flag?: string | number } | string | null): Promise; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile(path: PathLike | FileHandle, options?: { encoding?: null, flag?: string | number } | null): Promise; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile(path: PathLike | FileHandle, options: { encoding: BufferEncoding, flag?: string | number } | BufferEncoding): Promise; - - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile(path: PathLike | FileHandle, options?: { encoding?: string | null, flag?: string | number } | string | null): Promise; - } -} diff --git a/2019-setembro/node_modules/@types/node/globals.d.ts b/2019-setembro/node_modules/@types/node/globals.d.ts deleted file mode 100644 index 5de9e98..0000000 --- a/2019-setembro/node_modules/@types/node/globals.d.ts +++ /dev/null @@ -1,1180 +0,0 @@ -// This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build -interface Console { - Console: NodeJS.ConsoleConstructor; - /** - * A simple assertion test that verifies whether `value` is truthy. - * If it is not, an `AssertionError` is thrown. - * If provided, the error `message` is formatted using `util.format()` and used as the error message. - */ - assert(value: any, message?: string, ...optionalParams: any[]): void; - /** - * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the TTY. - * When `stdout` is not a TTY, this method does nothing. - */ - clear(): void; - /** - * Maintains an internal counter specific to `label` and outputs to `stdout` the number of times `console.count()` has been called with the given `label`. - */ - count(label?: string): void; - /** - * Resets the internal counter specific to `label`. - */ - countReset(label?: string): void; - /** - * The `console.debug()` function is an alias for {@link console.log()}. - */ - debug(message?: any, ...optionalParams: any[]): void; - /** - * Uses {@link util.inspect()} on `obj` and prints the resulting string to `stdout`. - * This function bypasses any custom `inspect()` function defined on `obj`. - */ - dir(obj: any, options?: NodeJS.InspectOptions): void; - /** - * This method calls {@link console.log()} passing it the arguments received. Please note that this method does not produce any XML formatting - */ - dirxml(...data: any[]): void; - /** - * Prints to `stderr` with newline. - */ - error(message?: any, ...optionalParams: any[]): void; - /** - * Increases indentation of subsequent lines by two spaces. - * If one or more `label`s are provided, those are printed first without the additional indentation. - */ - group(...label: any[]): void; - /** - * The `console.groupCollapsed()` function is an alias for {@link console.group()}. - */ - groupCollapsed(...label: any[]): void; - /** - * Decreases indentation of subsequent lines by two spaces. - */ - groupEnd(): void; - /** - * The {@link console.info()} function is an alias for {@link console.log()}. - */ - info(message?: any, ...optionalParams: any[]): void; - /** - * Prints to `stdout` with newline. - */ - log(message?: any, ...optionalParams: any[]): void; - /** - * This method does not display anything unless used in the inspector. - * Prints to `stdout` the array `array` formatted as a table. - */ - table(tabularData: any, properties?: string[]): void; - /** - * Starts a timer that can be used to compute the duration of an operation. Timers are identified by a unique `label`. - */ - time(label?: string): void; - /** - * Stops a timer that was previously started by calling {@link console.time()} and prints the result to `stdout`. - */ - timeEnd(label?: string): void; - /** - * For a timer that was previously started by calling {@link console.time()}, prints the elapsed time and other `data` arguments to `stdout`. - */ - timeLog(label?: string, ...data: any[]): void; - /** - * Prints to `stderr` the string 'Trace :', followed by the {@link util.format()} formatted message and stack trace to the current position in the code. - */ - trace(message?: any, ...optionalParams: any[]): void; - /** - * The {@link console.warn()} function is an alias for {@link console.error()}. - */ - warn(message?: any, ...optionalParams: any[]): void; - - // --- Inspector mode only --- - /** - * This method does not display anything unless used in the inspector. - * The console.markTimeline() method is the deprecated form of console.timeStamp(). - * - * @deprecated Use console.timeStamp() instead. - */ - markTimeline(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * Starts a JavaScript CPU profile with an optional label. - */ - profile(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. - */ - profileEnd(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * Adds an event with the label `label` to the Timeline panel of the inspector. - */ - timeStamp(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * The console.timeline() method is the deprecated form of console.time(). - * - * @deprecated Use console.time() instead. - */ - timeline(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * The console.timelineEnd() method is the deprecated form of console.timeEnd(). - * - * @deprecated Use console.timeEnd() instead. - */ - timelineEnd(label?: string): void; -} - -interface Error { - stack?: string; -} - -// Declare "static" methods in Error -interface ErrorConstructor { - /** Create .stack property on a target object */ - captureStackTrace(targetObject: Object, constructorOpt?: Function): void; - - /** - * Optional override for formatting stack traces - * - * @see https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces - */ - prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any; - - stackTraceLimit: number; -} - -interface SymbolConstructor { - readonly observable: symbol; -} - -// Node.js ESNEXT support -interface String { - /** Removes whitespace from the left end of a string. */ - trimLeft(): string; - /** Removes whitespace from the right end of a string. */ - trimRight(): string; -} - -interface ImportMeta { - url: string; -} - -/*-----------------------------------------------* - * * - * GLOBAL * - * * - ------------------------------------------------*/ -declare var process: NodeJS.Process; -declare var global: NodeJS.Global; -declare var console: Console; - -declare var __filename: string; -declare var __dirname: string; - -declare function setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout; -declare namespace setTimeout { - function __promisify__(ms: number): Promise; - function __promisify__(ms: number, value: T): Promise; -} -declare function clearTimeout(timeoutId: NodeJS.Timeout): void; -declare function setInterval(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout; -declare function clearInterval(intervalId: NodeJS.Timeout): void; -declare function setImmediate(callback: (...args: any[]) => void, ...args: any[]): NodeJS.Immediate; -declare namespace setImmediate { - function __promisify__(): Promise; - function __promisify__(value: T): Promise; -} -declare function clearImmediate(immediateId: NodeJS.Immediate): void; - -/** - * @experimental - */ -declare function queueMicrotask(callback: () => void): void; - -// TODO: change to `type NodeRequireFunction = (id: string) => any;` in next mayor version. -interface NodeRequireFunction { - /* tslint:disable-next-line:callable-types */ - (id: string): any; -} - -interface NodeRequire extends NodeRequireFunction { - resolve: RequireResolve; - cache: any; - /** - * @deprecated - */ - extensions: NodeExtensions; - main: NodeModule | undefined; -} - -interface RequireResolve { - (id: string, options?: { paths?: string[]; }): string; - paths(request: string): string[] | null; -} - -interface NodeExtensions { - '.js': (m: NodeModule, filename: string) => any; - '.json': (m: NodeModule, filename: string) => any; - '.node': (m: NodeModule, filename: string) => any; - [ext: string]: (m: NodeModule, filename: string) => any; -} - -declare var require: NodeRequire; - -interface NodeModule { - exports: any; - require: NodeRequireFunction; - id: string; - filename: string; - loaded: boolean; - parent: NodeModule | null; - children: NodeModule[]; - paths: string[]; -} - -declare var module: NodeModule; - -// Same as module.exports -declare var exports: any; - -// Buffer class -type BufferEncoding = "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex"; - -interface Buffer { - constructor: typeof Buffer; -} - -/** - * Raw data is stored in instances of the Buffer class. - * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. - * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' - */ -declare class Buffer extends Uint8Array { - /** - * Allocates a new buffer containing the given {str}. - * - * @param str String to store in buffer. - * @param encoding encoding to use, optional. Default is 'utf8' - * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. - */ - constructor(str: string, encoding?: BufferEncoding); - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). - */ - constructor(size: number); - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. - */ - constructor(array: Uint8Array); - /** - * Produces a Buffer backed by the same allocated memory as - * the given {ArrayBuffer}/{SharedArrayBuffer}. - * - * - * @param arrayBuffer The ArrayBuffer with which to share memory. - * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. - */ - constructor(arrayBuffer: ArrayBuffer | SharedArrayBuffer); - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. - */ - constructor(array: any[]); - /** - * Copies the passed {buffer} data onto a new {Buffer} instance. - * - * @param buffer The buffer to copy. - * @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead. - */ - constructor(buffer: Buffer); - /** - * When passed a reference to the .buffer property of a TypedArray instance, - * the newly created Buffer will share the same allocated memory as the TypedArray. - * The optional {byteOffset} and {length} arguments specify a memory range - * within the {arrayBuffer} that will be shared by the Buffer. - * - * @param arrayBuffer The .buffer property of any TypedArray or a new ArrayBuffer() - */ - static from(arrayBuffer: ArrayBuffer | SharedArrayBuffer, byteOffset?: number, length?: number): Buffer; - /** - * Creates a new Buffer using the passed {data} - * @param data data to create a new Buffer - */ - static from(data: number[]): Buffer; - static from(data: Uint8Array): Buffer; - /** - * Creates a new Buffer containing the given JavaScript string {str}. - * If provided, the {encoding} parameter identifies the character encoding. - * If not provided, {encoding} defaults to 'utf8'. - */ - static from(str: string, encoding?: BufferEncoding): Buffer; - /** - * Creates a new Buffer using the passed {data} - * @param values to create a new Buffer - */ - static of(...items: number[]): Buffer; - /** - * Returns true if {obj} is a Buffer - * - * @param obj object to test. - */ - static isBuffer(obj: any): obj is Buffer; - /** - * Returns true if {encoding} is a valid encoding argument. - * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' - * - * @param encoding string to test. - */ - static isEncoding(encoding: string): encoding is BufferEncoding; - /** - * Gives the actual byte length of a string. encoding defaults to 'utf8'. - * This is not the same as String.prototype.length since that returns the number of characters in a string. - * - * @param string string to test. - * @param encoding encoding used to evaluate (defaults to 'utf8') - */ - static byteLength( - string: string | NodeJS.TypedArray | DataView | ArrayBuffer | SharedArrayBuffer, - encoding?: BufferEncoding - ): number; - /** - * Returns a buffer which is the result of concatenating all the buffers in the list together. - * - * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. - * If the list has exactly one item, then the first item of the list is returned. - * If the list has more than one item, then a new Buffer is created. - * - * @param list An array of Buffer objects to concatenate - * @param totalLength Total length of the buffers when concatenated. - * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. - */ - static concat(list: Uint8Array[], totalLength?: number): Buffer; - /** - * The same as buf1.compare(buf2). - */ - static compare(buf1: Uint8Array, buf2: Uint8Array): number; - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - * @param fill if specified, buffer will be initialized by calling buf.fill(fill). - * If parameter is omitted, buffer will be filled with zeros. - * @param encoding encoding used for call to buf.fill while initalizing - */ - static alloc(size: number, fill?: string | Buffer | number, encoding?: BufferEncoding): Buffer; - /** - * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents - * of the newly created Buffer are unknown and may contain sensitive data. - * - * @param size count of octets to allocate - */ - static allocUnsafe(size: number): Buffer; - /** - * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents - * of the newly created Buffer are unknown and may contain sensitive data. - * - * @param size count of octets to allocate - */ - static allocUnsafeSlow(size: number): Buffer; - /** - * This is the number of bytes used to determine the size of pre-allocated, internal Buffer instances used for pooling. This value may be modified. - */ - static poolSize: number; - - write(string: string, encoding?: BufferEncoding): number; - write(string: string, offset: number, encoding?: BufferEncoding): number; - write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; - toString(encoding?: string, start?: number, end?: number): string; - toJSON(): { type: 'Buffer'; data: number[] }; - equals(otherBuffer: Uint8Array): boolean; - compare( - otherBuffer: Uint8Array, - targetStart?: number, - targetEnd?: number, - sourceStart?: number, - sourceEnd?: number - ): number; - copy(targetBuffer: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; - /** - * Returns a new `Buffer` that references **the same memory as the original**, but offset and cropped by the start and end indices. - * - * This method is incompatible with `Uint8Array#slice()`, which returns a copy of the original memory. - * - * @param begin Where the new `Buffer` will start. Default: `0`. - * @param end Where the new `Buffer` will end (not inclusive). Default: `buf.length`. - */ - slice(begin?: number, end?: number): Buffer; - /** - * Returns a new `Buffer` that references **the same memory as the original**, but offset and cropped by the start and end indices. - * - * This method is compatible with `Uint8Array#subarray()`. - * - * @param begin Where the new `Buffer` will start. Default: `0`. - * @param end Where the new `Buffer` will end (not inclusive). Default: `buf.length`. - */ - subarray(begin?: number, end?: number): Buffer; - writeUIntLE(value: number, offset: number, byteLength: number): number; - writeUIntBE(value: number, offset: number, byteLength: number): number; - writeIntLE(value: number, offset: number, byteLength: number): number; - writeIntBE(value: number, offset: number, byteLength: number): number; - readUIntLE(offset: number, byteLength: number): number; - readUIntBE(offset: number, byteLength: number): number; - readIntLE(offset: number, byteLength: number): number; - readIntBE(offset: number, byteLength: number): number; - readUInt8(offset: number): number; - readUInt16LE(offset: number): number; - readUInt16BE(offset: number): number; - readUInt32LE(offset: number): number; - readUInt32BE(offset: number): number; - readInt8(offset: number): number; - readInt16LE(offset: number): number; - readInt16BE(offset: number): number; - readInt32LE(offset: number): number; - readInt32BE(offset: number): number; - readFloatLE(offset: number): number; - readFloatBE(offset: number): number; - readDoubleLE(offset: number): number; - readDoubleBE(offset: number): number; - reverse(): this; - swap16(): Buffer; - swap32(): Buffer; - swap64(): Buffer; - writeUInt8(value: number, offset: number): number; - writeUInt16LE(value: number, offset: number): number; - writeUInt16BE(value: number, offset: number): number; - writeUInt32LE(value: number, offset: number): number; - writeUInt32BE(value: number, offset: number): number; - writeInt8(value: number, offset: number): number; - writeInt16LE(value: number, offset: number): number; - writeInt16BE(value: number, offset: number): number; - writeInt32LE(value: number, offset: number): number; - writeInt32BE(value: number, offset: number): number; - writeFloatLE(value: number, offset: number): number; - writeFloatBE(value: number, offset: number): number; - writeDoubleLE(value: number, offset: number): number; - writeDoubleBE(value: number, offset: number): number; - - fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; - - indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; - lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; - entries(): IterableIterator<[number, number]>; - includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; - keys(): IterableIterator; - values(): IterableIterator; -} - -/*----------------------------------------------* -* * -* GLOBAL INTERFACES * -* * -*-----------------------------------------------*/ -declare namespace NodeJS { - interface InspectOptions { - /** - * If set to `true`, getters are going to be - * inspected as well. If set to `'get'` only getters without setter are going - * to be inspected. If set to `'set'` only getters having a corresponding - * setter are going to be inspected. This might cause side effects depending on - * the getter function. - * @default `false` - */ - getters?: 'get' | 'set' | boolean; - showHidden?: boolean; - /** - * @default 2 - */ - depth?: number | null; - colors?: boolean; - customInspect?: boolean; - showProxy?: boolean; - maxArrayLength?: number | null; - breakLength?: number; - /** - * Setting this to `false` causes each object key - * to be displayed on a new line. It will also add new lines to text that is - * longer than `breakLength`. If set to a number, the most `n` inner elements - * are united on a single line as long as all properties fit into - * `breakLength`. Short array elements are also grouped together. Note that no - * text will be reduced below 16 characters, no matter the `breakLength` size. - * For more information, see the example below. - * @default `true` - */ - compact?: boolean | number; - sorted?: boolean | ((a: string, b: string) => number); - } - - interface ConsoleConstructorOptions { - stdout: WritableStream; - stderr?: WritableStream; - ignoreErrors?: boolean; - colorMode?: boolean | 'auto'; - inspectOptions?: InspectOptions; - } - - interface ConsoleConstructor { - prototype: Console; - new(stdout: WritableStream, stderr?: WritableStream, ignoreErrors?: boolean): Console; - new(options: ConsoleConstructorOptions): Console; - } - - interface CallSite { - /** - * Value of "this" - */ - getThis(): any; - - /** - * Type of "this" as a string. - * This is the name of the function stored in the constructor field of - * "this", if available. Otherwise the object's [[Class]] internal - * property. - */ - getTypeName(): string | null; - - /** - * Current function - */ - getFunction(): Function | undefined; - - /** - * Name of the current function, typically its name property. - * If a name property is not available an attempt will be made to try - * to infer a name from the function's context. - */ - getFunctionName(): string | null; - - /** - * Name of the property [of "this" or one of its prototypes] that holds - * the current function - */ - getMethodName(): string | null; - - /** - * Name of the script [if this function was defined in a script] - */ - getFileName(): string | null; - - /** - * Current line number [if this function was defined in a script] - */ - getLineNumber(): number | null; - - /** - * Current column number [if this function was defined in a script] - */ - getColumnNumber(): number | null; - - /** - * A call site object representing the location where eval was called - * [if this function was created using a call to eval] - */ - getEvalOrigin(): string | undefined; - - /** - * Is this a toplevel invocation, that is, is "this" the global object? - */ - isToplevel(): boolean; - - /** - * Does this call take place in code defined by a call to eval? - */ - isEval(): boolean; - - /** - * Is this call in native V8 code? - */ - isNative(): boolean; - - /** - * Is this a constructor call? - */ - isConstructor(): boolean; - } - - interface ErrnoException extends Error { - errno?: number; - code?: string; - path?: string; - syscall?: string; - stack?: string; - } - - class EventEmitter { - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - off(event: string | symbol, listener: (...args: any[]) => void): this; - removeAllListeners(event?: string | symbol): this; - setMaxListeners(n: number): this; - getMaxListeners(): number; - listeners(event: string | symbol): Function[]; - rawListeners(event: string | symbol): Function[]; - emit(event: string | symbol, ...args: any[]): boolean; - listenerCount(type: string | symbol): number; - // Added in Node 6... - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - eventNames(): Array; - } - - interface ReadableStream extends EventEmitter { - readable: boolean; - read(size?: number): string | Buffer; - setEncoding(encoding: string): this; - pause(): this; - resume(): this; - isPaused(): boolean; - pipe(destination: T, options?: { end?: boolean; }): T; - unpipe(destination?: WritableStream): this; - unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; - wrap(oldStream: ReadableStream): this; - [Symbol.asyncIterator](): AsyncIterableIterator; - } - - interface WritableStream extends EventEmitter { - writable: boolean; - write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; - write(str: string, encoding?: string, cb?: (err?: Error | null) => void): boolean; - end(cb?: () => void): void; - end(data: string | Uint8Array, cb?: () => void): void; - end(str: string, encoding?: string, cb?: () => void): void; - } - - interface ReadWriteStream extends ReadableStream, WritableStream { } - - interface Events extends EventEmitter { } - - interface Domain extends Events { - run(fn: (...args: any[]) => T, ...args: any[]): T; - add(emitter: EventEmitter | Timer): void; - remove(emitter: EventEmitter | Timer): void; - bind(cb: T): T; - intercept(cb: T): T; - - addListener(event: string, listener: (...args: any[]) => void): this; - on(event: string, listener: (...args: any[]) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - removeListener(event: string, listener: (...args: any[]) => void): this; - removeAllListeners(event?: string): this; - } - - interface MemoryUsage { - rss: number; - heapTotal: number; - heapUsed: number; - external: number; - } - - interface CpuUsage { - user: number; - system: number; - } - - interface ProcessRelease { - name: string; - sourceUrl?: string; - headersUrl?: string; - libUrl?: string; - lts?: string; - } - - interface ProcessVersions { - http_parser: string; - node: string; - v8: string; - ares: string; - uv: string; - zlib: string; - modules: string; - openssl: string; - } - - type Platform = 'aix' - | 'android' - | 'darwin' - | 'freebsd' - | 'linux' - | 'openbsd' - | 'sunos' - | 'win32' - | 'cygwin'; - - type Signals = - "SIGABRT" | "SIGALRM" | "SIGBUS" | "SIGCHLD" | "SIGCONT" | "SIGFPE" | "SIGHUP" | "SIGILL" | "SIGINT" | "SIGIO" | - "SIGIOT" | "SIGKILL" | "SIGPIPE" | "SIGPOLL" | "SIGPROF" | "SIGPWR" | "SIGQUIT" | "SIGSEGV" | "SIGSTKFLT" | - "SIGSTOP" | "SIGSYS" | "SIGTERM" | "SIGTRAP" | "SIGTSTP" | "SIGTTIN" | "SIGTTOU" | "SIGUNUSED" | "SIGURG" | - "SIGUSR1" | "SIGUSR2" | "SIGVTALRM" | "SIGWINCH" | "SIGXCPU" | "SIGXFSZ" | "SIGBREAK" | "SIGLOST" | "SIGINFO"; - - type MultipleResolveType = 'resolve' | 'reject'; - - type BeforeExitListener = (code: number) => void; - type DisconnectListener = () => void; - type ExitListener = (code: number) => void; - type RejectionHandledListener = (promise: Promise) => void; - type UncaughtExceptionListener = (error: Error) => void; - type UnhandledRejectionListener = (reason: {} | null | undefined, promise: Promise) => void; - type WarningListener = (warning: Error) => void; - type MessageListener = (message: any, sendHandle: any) => void; - type SignalsListener = (signal: Signals) => void; - type NewListenerListener = (type: string | symbol, listener: (...args: any[]) => void) => void; - type RemoveListenerListener = (type: string | symbol, listener: (...args: any[]) => void) => void; - type MultipleResolveListener = (type: MultipleResolveType, promise: Promise, value: any) => void; - - interface Socket extends ReadWriteStream { - isTTY?: true; - } - - interface ProcessEnv { - [key: string]: string | undefined; - } - - interface WriteStream extends Socket { - readonly writableFinished: boolean; - readonly writableHighWaterMark: number; - readonly writableLength: number; - columns?: number; - rows?: number; - _write(chunk: any, encoding: string, callback: (err?: null | Error) => void): void; - _destroy(err: Error | null, callback: (err?: null | Error) => void): void; - _final(callback: (err?: null | Error) => void): void; - setDefaultEncoding(encoding: string): this; - cork(): void; - uncork(): void; - destroy(error?: Error): void; - } - interface ReadStream extends Socket { - readonly readableHighWaterMark: number; - readonly readableLength: number; - isRaw?: boolean; - setRawMode?(mode: boolean): void; - _read(size: number): void; - _destroy(err: Error | null, callback: (err?: null | Error) => void): void; - push(chunk: any, encoding?: string): boolean; - destroy(error?: Error): void; - } - - interface HRTime { - (time?: [number, number]): [number, number]; - } - - interface ProcessReport { - /** - * Directory where the report is written. - * working directory of the Node.js process. - * @default '' indicating that reports are written to the current - */ - directory: string; - - /** - * Filename where the report is written. - * The default value is the empty string. - * @default '' the output filename will be comprised of a timestamp, - * PID, and sequence number. - */ - filename: string; - - /** - * Returns a JSON-formatted diagnostic report for the running process. - * The report's JavaScript stack trace is taken from err, if present. - */ - getReport(err?: Error): string; - - /** - * If true, a diagnostic report is generated on fatal errors, - * such as out of memory errors or failed C++ assertions. - * @default false - */ - reportOnFatalError: boolean; - - /** - * If true, a diagnostic report is generated when the process - * receives the signal specified by process.report.signal. - * @defaul false - */ - reportOnSignal: boolean; - - /** - * If true, a diagnostic report is generated on uncaught exception. - * @default false - */ - reportOnUncaughtException: boolean; - - /** - * The signal used to trigger the creation of a diagnostic report. - * @default 'SIGUSR2' - */ - signal: Signals; - - /** - * Writes a diagnostic report to a file. If filename is not provided, the default filename - * includes the date, time, PID, and a sequence number. - * The report's JavaScript stack trace is taken from err, if present. - * - * @param fileName Name of the file where the report is written. - * This should be a relative path, that will be appended to the directory specified in - * `process.report.directory`, or the current working directory of the Node.js process, - * if unspecified. - * @param error A custom error used for reporting the JavaScript stack. - * @return Filename of the generated report. - */ - writeReport(fileName?: string): string; - writeReport(error?: Error): string; - writeReport(fileName?: string, err?: Error): string; - } - - interface ResourceUsage { - fsRead: number; - fsWrite: number; - involuntaryContextSwitches: number; - ipcReceived: number; - ipcSent: number; - majorPageFault: number; - maxRSS: number; - minorPageFault: number; - sharedMemorySize: number; - signalsCount: number; - swappedOut: number; - systemCPUTime: number; - unsharedDataSize: number; - unsharedStackSize: number; - userCPUTime: number; - voluntaryContextSwitches: number; - } - - interface Process extends EventEmitter { - /** - * Can also be a tty.WriteStream, not typed due to limitation.s - */ - stdout: WriteStream; - /** - * Can also be a tty.WriteStream, not typed due to limitation.s - */ - stderr: WriteStream; - stdin: ReadStream; - openStdin(): Socket; - argv: string[]; - argv0: string; - execArgv: string[]; - execPath: string; - abort(): void; - chdir(directory: string): void; - cwd(): string; - debugPort: number; - emitWarning(warning: string | Error, name?: string, ctor?: Function): void; - env: ProcessEnv; - exit(code?: number): never; - exitCode?: number; - getgid(): number; - setgid(id: number | string): void; - getuid(): number; - setuid(id: number | string): void; - geteuid(): number; - seteuid(id: number | string): void; - getegid(): number; - setegid(id: number | string): void; - getgroups(): number[]; - setgroups(groups: Array): void; - setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; - hasUncaughtExceptionCaptureCallback(): boolean; - version: string; - versions: ProcessVersions; - config: { - target_defaults: { - cflags: any[]; - default_configuration: string; - defines: string[]; - include_dirs: string[]; - libraries: string[]; - }; - variables: { - clang: number; - host_arch: string; - node_install_npm: boolean; - node_install_waf: boolean; - node_prefix: string; - node_shared_openssl: boolean; - node_shared_v8: boolean; - node_shared_zlib: boolean; - node_use_dtrace: boolean; - node_use_etw: boolean; - node_use_openssl: boolean; - target_arch: string; - v8_no_strict_aliasing: number; - v8_use_snapshot: boolean; - visibility: string; - }; - }; - kill(pid: number, signal?: string | number): void; - pid: number; - ppid: number; - title: string; - arch: string; - platform: Platform; - mainModule?: NodeModule; - memoryUsage(): MemoryUsage; - cpuUsage(previousValue?: CpuUsage): CpuUsage; - nextTick(callback: Function, ...args: any[]): void; - release: ProcessRelease; - features: { - inspector: boolean; - debug: boolean; - uv: boolean; - ipv6: boolean; - tls_alpn: boolean; - tls_sni: boolean; - tls_ocsp: boolean; - tls: boolean; - }; - /** - * Can only be set if not in worker thread. - */ - umask(mask?: number): number; - uptime(): number; - hrtime: HRTime; - domain: Domain; - - // Worker - send?(message: any, sendHandle?: any, options?: { swallowErrors?: boolean}, callback?: (error: Error | null) => void): boolean; - disconnect(): void; - connected: boolean; - - /** - * The `process.allowedNodeEnvironmentFlags` property is a special, - * read-only `Set` of flags allowable within the [`NODE_OPTIONS`][] - * environment variable. - */ - allowedNodeEnvironmentFlags: ReadonlySet; - - /** - * Only available with `--experimental-report` - */ - report?: ProcessReport; - - resourceUsage(): ResourceUsage; - - /** - * EventEmitter - * 1. beforeExit - * 2. disconnect - * 3. exit - * 4. message - * 5. rejectionHandled - * 6. uncaughtException - * 7. unhandledRejection - * 8. warning - * 9. message - * 10. - * 11. newListener/removeListener inherited from EventEmitter - */ - addListener(event: "beforeExit", listener: BeforeExitListener): this; - addListener(event: "disconnect", listener: DisconnectListener): this; - addListener(event: "exit", listener: ExitListener): this; - addListener(event: "rejectionHandled", listener: RejectionHandledListener): this; - addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; - addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; - addListener(event: "warning", listener: WarningListener): this; - addListener(event: "message", listener: MessageListener): this; - addListener(event: Signals, listener: SignalsListener): this; - addListener(event: "newListener", listener: NewListenerListener): this; - addListener(event: "removeListener", listener: RemoveListenerListener): this; - addListener(event: "multipleResolves", listener: MultipleResolveListener): this; - - emit(event: "beforeExit", code: number): boolean; - emit(event: "disconnect"): boolean; - emit(event: "exit", code: number): boolean; - emit(event: "rejectionHandled", promise: Promise): boolean; - emit(event: "uncaughtException", error: Error): boolean; - emit(event: "unhandledRejection", reason: any, promise: Promise): boolean; - emit(event: "warning", warning: Error): boolean; - emit(event: "message", message: any, sendHandle: any): this; - emit(event: Signals, signal: Signals): boolean; - emit(event: "newListener", eventName: string | symbol, listener: (...args: any[]) => void): this; - emit(event: "removeListener", eventName: string, listener: (...args: any[]) => void): this; - emit(event: "multipleResolves", listener: MultipleResolveListener): this; - - on(event: "beforeExit", listener: BeforeExitListener): this; - on(event: "disconnect", listener: DisconnectListener): this; - on(event: "exit", listener: ExitListener): this; - on(event: "rejectionHandled", listener: RejectionHandledListener): this; - on(event: "uncaughtException", listener: UncaughtExceptionListener): this; - on(event: "unhandledRejection", listener: UnhandledRejectionListener): this; - on(event: "warning", listener: WarningListener): this; - on(event: "message", listener: MessageListener): this; - on(event: Signals, listener: SignalsListener): this; - on(event: "newListener", listener: NewListenerListener): this; - on(event: "removeListener", listener: RemoveListenerListener): this; - on(event: "multipleResolves", listener: MultipleResolveListener): this; - - once(event: "beforeExit", listener: BeforeExitListener): this; - once(event: "disconnect", listener: DisconnectListener): this; - once(event: "exit", listener: ExitListener): this; - once(event: "rejectionHandled", listener: RejectionHandledListener): this; - once(event: "uncaughtException", listener: UncaughtExceptionListener): this; - once(event: "unhandledRejection", listener: UnhandledRejectionListener): this; - once(event: "warning", listener: WarningListener): this; - once(event: "message", listener: MessageListener): this; - once(event: Signals, listener: SignalsListener): this; - once(event: "newListener", listener: NewListenerListener): this; - once(event: "removeListener", listener: RemoveListenerListener): this; - once(event: "multipleResolves", listener: MultipleResolveListener): this; - - prependListener(event: "beforeExit", listener: BeforeExitListener): this; - prependListener(event: "disconnect", listener: DisconnectListener): this; - prependListener(event: "exit", listener: ExitListener): this; - prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this; - prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; - prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; - prependListener(event: "warning", listener: WarningListener): this; - prependListener(event: "message", listener: MessageListener): this; - prependListener(event: Signals, listener: SignalsListener): this; - prependListener(event: "newListener", listener: NewListenerListener): this; - prependListener(event: "removeListener", listener: RemoveListenerListener): this; - prependListener(event: "multipleResolves", listener: MultipleResolveListener): this; - - prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this; - prependOnceListener(event: "disconnect", listener: DisconnectListener): this; - prependOnceListener(event: "exit", listener: ExitListener): this; - prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this; - prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; - prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; - prependOnceListener(event: "warning", listener: WarningListener): this; - prependOnceListener(event: "message", listener: MessageListener): this; - prependOnceListener(event: Signals, listener: SignalsListener): this; - prependOnceListener(event: "newListener", listener: NewListenerListener): this; - prependOnceListener(event: "removeListener", listener: RemoveListenerListener): this; - prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this; - - listeners(event: "beforeExit"): BeforeExitListener[]; - listeners(event: "disconnect"): DisconnectListener[]; - listeners(event: "exit"): ExitListener[]; - listeners(event: "rejectionHandled"): RejectionHandledListener[]; - listeners(event: "uncaughtException"): UncaughtExceptionListener[]; - listeners(event: "unhandledRejection"): UnhandledRejectionListener[]; - listeners(event: "warning"): WarningListener[]; - listeners(event: "message"): MessageListener[]; - listeners(event: Signals): SignalsListener[]; - listeners(event: "newListener"): NewListenerListener[]; - listeners(event: "removeListener"): RemoveListenerListener[]; - listeners(event: "multipleResolves"): MultipleResolveListener[]; - } - - interface Global { - Array: typeof Array; - ArrayBuffer: typeof ArrayBuffer; - Boolean: typeof Boolean; - Buffer: typeof Buffer; - DataView: typeof DataView; - Date: typeof Date; - Error: typeof Error; - EvalError: typeof EvalError; - Float32Array: typeof Float32Array; - Float64Array: typeof Float64Array; - Function: typeof Function; - GLOBAL: Global; - Infinity: typeof Infinity; - Int16Array: typeof Int16Array; - Int32Array: typeof Int32Array; - Int8Array: typeof Int8Array; - Intl: typeof Intl; - JSON: typeof JSON; - Map: MapConstructor; - Math: typeof Math; - NaN: typeof NaN; - Number: typeof Number; - Object: typeof Object; - Promise: Function; - RangeError: typeof RangeError; - ReferenceError: typeof ReferenceError; - RegExp: typeof RegExp; - Set: SetConstructor; - String: typeof String; - Symbol: Function; - SyntaxError: typeof SyntaxError; - TypeError: typeof TypeError; - URIError: typeof URIError; - Uint16Array: typeof Uint16Array; - Uint32Array: typeof Uint32Array; - Uint8Array: typeof Uint8Array; - Uint8ClampedArray: Function; - WeakMap: WeakMapConstructor; - WeakSet: WeakSetConstructor; - clearImmediate: (immediateId: Immediate) => void; - clearInterval: (intervalId: Timeout) => void; - clearTimeout: (timeoutId: Timeout) => void; - console: typeof console; - decodeURI: typeof decodeURI; - decodeURIComponent: typeof decodeURIComponent; - encodeURI: typeof encodeURI; - encodeURIComponent: typeof encodeURIComponent; - escape: (str: string) => string; - eval: typeof eval; - global: Global; - isFinite: typeof isFinite; - isNaN: typeof isNaN; - parseFloat: typeof parseFloat; - parseInt: typeof parseInt; - process: Process; - root: Global; - setImmediate: (callback: (...args: any[]) => void, ...args: any[]) => Immediate; - setInterval: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => Timeout; - setTimeout: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => Timeout; - queueMicrotask: typeof queueMicrotask; - undefined: typeof undefined; - unescape: (str: string) => string; - gc: () => void; - v8debug?: any; - } - - // compatibility with older typings - interface Timer { - hasRef(): boolean; - ref(): this; - refresh(): this; - unref(): this; - } - - class Immediate { - hasRef(): boolean; - ref(): this; - unref(): this; - _onImmediate: Function; // to distinguish it from the Timeout class - } - - class Timeout implements Timer { - hasRef(): boolean; - ref(): this; - refresh(): this; - unref(): this; - } - - class Module { - static runMain(): void; - static wrap(code: string): string; - static createRequireFromPath(path: string): (path: string) => any; - static builtinModules: string[]; - - static Module: typeof Module; - - exports: any; - require: NodeRequireFunction; - id: string; - filename: string; - loaded: boolean; - parent: Module | null; - children: Module[]; - paths: string[]; - - constructor(id: string, parent?: Module); - } - - type TypedArray = Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array; -} diff --git a/2019-setembro/node_modules/@types/node/http.d.ts b/2019-setembro/node_modules/@types/node/http.d.ts deleted file mode 100644 index 49ef45b..0000000 --- a/2019-setembro/node_modules/@types/node/http.d.ts +++ /dev/null @@ -1,370 +0,0 @@ -declare module "http" { - import * as events from "events"; - import * as stream from "stream"; - import { URL } from "url"; - import { Socket, Server as NetServer } from "net"; - - // incoming headers will never contain number - interface IncomingHttpHeaders { - 'accept'?: string; - 'accept-language'?: string; - 'accept-patch'?: string; - 'accept-ranges'?: string; - 'access-control-allow-credentials'?: string; - 'access-control-allow-headers'?: string; - 'access-control-allow-methods'?: string; - 'access-control-allow-origin'?: string; - 'access-control-expose-headers'?: string; - 'access-control-max-age'?: string; - 'age'?: string; - 'allow'?: string; - 'alt-svc'?: string; - 'authorization'?: string; - 'cache-control'?: string; - 'connection'?: string; - 'content-disposition'?: string; - 'content-encoding'?: string; - 'content-language'?: string; - 'content-length'?: string; - 'content-location'?: string; - 'content-range'?: string; - 'content-type'?: string; - 'cookie'?: string; - 'date'?: string; - 'expect'?: string; - 'expires'?: string; - 'forwarded'?: string; - 'from'?: string; - 'host'?: string; - 'if-match'?: string; - 'if-modified-since'?: string; - 'if-none-match'?: string; - 'if-unmodified-since'?: string; - 'last-modified'?: string; - 'location'?: string; - 'pragma'?: string; - 'proxy-authenticate'?: string; - 'proxy-authorization'?: string; - 'public-key-pins'?: string; - 'range'?: string; - 'referer'?: string; - 'retry-after'?: string; - 'set-cookie'?: string[]; - 'strict-transport-security'?: string; - 'tk'?: string; - 'trailer'?: string; - 'transfer-encoding'?: string; - 'upgrade'?: string; - 'user-agent'?: string; - 'vary'?: string; - 'via'?: string; - 'warning'?: string; - 'www-authenticate'?: string; - [header: string]: string | string[] | undefined; - } - - // outgoing headers allows numbers (as they are converted internally to strings) - interface OutgoingHttpHeaders { - [header: string]: number | string | string[] | undefined; - } - - interface ClientRequestArgs { - protocol?: string; - host?: string; - hostname?: string; - family?: number; - port?: number | string; - defaultPort?: number | string; - localAddress?: string; - socketPath?: string; - method?: string; - path?: string; - headers?: OutgoingHttpHeaders; - auth?: string; - agent?: Agent | boolean; - _defaultAgent?: Agent; - timeout?: number; - setHost?: boolean; - // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L278 - createConnection?: (options: ClientRequestArgs, oncreate: (err: Error, socket: Socket) => void) => Socket; - } - - interface ServerOptions { - IncomingMessage?: typeof IncomingMessage; - ServerResponse?: typeof ServerResponse; - } - - type RequestListener = (req: IncomingMessage, res: ServerResponse) => void; - - class Server extends NetServer { - constructor(requestListener?: RequestListener); - constructor(options: ServerOptions, requestListener?: RequestListener); - - setTimeout(msecs?: number, callback?: () => void): this; - setTimeout(callback: () => void): this; - /** - * Limits maximum incoming headers count. If set to 0, no limit will be applied. - * @default 2000 - * {@link https://nodejs.org/api/http.html#http_server_maxheaderscount} - */ - maxHeadersCount: number | null; - timeout: number; - /** - * Limit the amount of time the parser will wait to receive the complete HTTP headers. - * @default 40000 - * {@link https://nodejs.org/api/http.html#http_server_headerstimeout} - */ - headersTimeout: number; - keepAliveTimeout: number; - } - - // https://github.com/nodejs/node/blob/master/lib/_http_outgoing.js - class OutgoingMessage extends stream.Writable { - upgrading: boolean; - chunkedEncoding: boolean; - shouldKeepAlive: boolean; - useChunkedEncodingByDefault: boolean; - sendDate: boolean; - finished: boolean; - headersSent: boolean; - connection: Socket; - - constructor(); - - setTimeout(msecs: number, callback?: () => void): this; - setHeader(name: string, value: number | string | string[]): void; - getHeader(name: string): number | string | string[] | undefined; - getHeaders(): OutgoingHttpHeaders; - getHeaderNames(): string[]; - hasHeader(name: string): boolean; - removeHeader(name: string): void; - addTrailers(headers: OutgoingHttpHeaders | Array<[string, string]>): void; - flushHeaders(): void; - } - - // https://github.com/nodejs/node/blob/master/lib/_http_server.js#L108-L256 - class ServerResponse extends OutgoingMessage { - statusCode: number; - statusMessage: string; - writableFinished: boolean; - - constructor(req: IncomingMessage); - - assignSocket(socket: Socket): void; - detachSocket(socket: Socket): void; - // https://github.com/nodejs/node/blob/master/test/parallel/test-http-write-callbacks.js#L53 - // no args in writeContinue callback - writeContinue(callback?: () => void): void; - writeHead(statusCode: number, reasonPhrase?: string, headers?: OutgoingHttpHeaders): this; - writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; - } - - interface InformationEvent { - statusCode: number; - statusMessage: string; - httpVersion: string; - httpVersionMajor: number; - httpVersionMinor: number; - headers: IncomingHttpHeaders; - rawHeaders: string[]; - } - - // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L77 - class ClientRequest extends OutgoingMessage { - connection: Socket; - socket: Socket; - aborted: number; - - constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); - - readonly path: string; - abort(): void; - onSocket(socket: Socket): void; - setTimeout(timeout: number, callback?: () => void): this; - setNoDelay(noDelay?: boolean): void; - setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; - - addListener(event: 'abort', listener: () => void): this; - addListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - addListener(event: 'continue', listener: () => void): this; - addListener(event: 'information', listener: (info: InformationEvent) => void): this; - addListener(event: 'response', listener: (response: IncomingMessage) => void): this; - addListener(event: 'socket', listener: (socket: Socket) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - on(event: 'abort', listener: () => void): this; - on(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - on(event: 'continue', listener: () => void): this; - on(event: 'information', listener: (info: InformationEvent) => void): this; - on(event: 'response', listener: (response: IncomingMessage) => void): this; - on(event: 'socket', listener: (socket: Socket) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: 'abort', listener: () => void): this; - once(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - once(event: 'continue', listener: () => void): this; - once(event: 'information', listener: (info: InformationEvent) => void): this; - once(event: 'response', listener: (response: IncomingMessage) => void): this; - once(event: 'socket', listener: (socket: Socket) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: 'abort', listener: () => void): this; - prependListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - prependListener(event: 'continue', listener: () => void): this; - prependListener(event: 'information', listener: (info: InformationEvent) => void): this; - prependListener(event: 'response', listener: (response: IncomingMessage) => void): this; - prependListener(event: 'socket', listener: (socket: Socket) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: 'abort', listener: () => void): this; - prependOnceListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - prependOnceListener(event: 'continue', listener: () => void): this; - prependOnceListener(event: 'information', listener: (info: InformationEvent) => void): this; - prependOnceListener(event: 'response', listener: (response: IncomingMessage) => void): this; - prependOnceListener(event: 'socket', listener: (socket: Socket) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - class IncomingMessage extends stream.Readable { - constructor(socket: Socket); - - httpVersion: string; - httpVersionMajor: number; - httpVersionMinor: number; - complete: boolean; - connection: Socket; - headers: IncomingHttpHeaders; - rawHeaders: string[]; - trailers: { [key: string]: string | undefined }; - rawTrailers: string[]; - setTimeout(msecs: number, callback: () => void): this; - /** - * Only valid for request obtained from http.Server. - */ - method?: string; - /** - * Only valid for request obtained from http.Server. - */ - url?: string; - /** - * Only valid for response obtained from http.ClientRequest. - */ - statusCode?: number; - /** - * Only valid for response obtained from http.ClientRequest. - */ - statusMessage?: string; - socket: Socket; - destroy(error?: Error): void; - } - - interface AgentOptions { - /** - * Keep sockets around in a pool to be used by other requests in the future. Default = false - */ - keepAlive?: boolean; - /** - * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. - * Only relevant if keepAlive is set to true. - */ - keepAliveMsecs?: number; - /** - * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity - */ - maxSockets?: number; - /** - * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. - */ - maxFreeSockets?: number; - /** - * Socket timeout in milliseconds. This will set the timeout after the socket is connected. - */ - timeout?: number; - } - - class Agent { - maxFreeSockets: number; - maxSockets: number; - readonly sockets: { - readonly [key: string]: Socket[]; - }; - readonly requests: { - readonly [key: string]: IncomingMessage[]; - }; - - constructor(opts?: AgentOptions); - - /** - * Destroy any sockets that are currently in use by the agent. - * It is usually not necessary to do this. However, if you are using an agent with KeepAlive enabled, - * then it is best to explicitly shut down the agent when you know that it will no longer be used. Otherwise, - * sockets may hang open for quite a long time before the server terminates them. - */ - destroy(): void; - } - - const METHODS: string[]; - - const STATUS_CODES: { - [errorCode: number]: string | undefined; - [errorCode: string]: string | undefined; - }; - - function createServer(requestListener?: RequestListener): Server; - function createServer(options: ServerOptions, requestListener?: RequestListener): Server; - - // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, - // create interface RequestOptions would make the naming more clear to developers - interface RequestOptions extends ClientRequestArgs { } - function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; - function request(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; - function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; - function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; - let globalAgent: Agent; - - /** - * Read-only property specifying the maximum allowed size of HTTP headers in bytes. - * Defaults to 8KB. Configurable using the [`--max-http-header-size`][] CLI option. - */ - const maxHeaderSize: number; -} diff --git a/2019-setembro/node_modules/@types/node/http2.d.ts b/2019-setembro/node_modules/@types/node/http2.d.ts deleted file mode 100644 index 184e10f..0000000 --- a/2019-setembro/node_modules/@types/node/http2.d.ts +++ /dev/null @@ -1,960 +0,0 @@ -declare module "http2" { - import * as events from "events"; - import * as fs from "fs"; - import * as net from "net"; - import * as stream from "stream"; - import * as tls from "tls"; - import * as url from "url"; - - import { IncomingHttpHeaders as Http1IncomingHttpHeaders, OutgoingHttpHeaders, IncomingMessage, ServerResponse } from "http"; - export { OutgoingHttpHeaders } from "http"; - - export interface IncomingHttpStatusHeader { - ":status"?: number; - } - - export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { - ":path"?: string; - ":method"?: string; - ":authority"?: string; - ":scheme"?: string; - } - - // Http2Stream - - export interface StreamPriorityOptions { - exclusive?: boolean; - parent?: number; - weight?: number; - silent?: boolean; - } - - export interface StreamState { - localWindowSize?: number; - state?: number; - localClose?: number; - remoteClose?: number; - sumDependencyWeight?: number; - weight?: number; - } - - export interface ServerStreamResponseOptions { - endStream?: boolean; - waitForTrailers?: boolean; - } - - export interface StatOptions { - offset: number; - length: number; - } - - export interface ServerStreamFileResponseOptions { - statCheck?: (stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions) => void | boolean; - waitForTrailers?: boolean; - offset?: number; - length?: number; - } - - export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { - onError?: (err: NodeJS.ErrnoException) => void; - } - - export class Http2Stream extends stream.Duplex { - protected constructor(); - - readonly aborted: boolean; - readonly bufferSize: number; - readonly closed: boolean; - readonly destroyed: boolean; - /** - * Set the true if the END_STREAM flag was set in the request or response HEADERS frame received, - * indicating that no additional data should be received and the readable side of the Http2Stream will be closed. - */ - readonly endAfterHeaders: boolean; - readonly id?: number; - readonly pending: boolean; - readonly rstCode: number; - readonly sentHeaders: OutgoingHttpHeaders; - readonly sentInfoHeaders?: OutgoingHttpHeaders[]; - readonly sentTrailers?: OutgoingHttpHeaders; - readonly session: Http2Session; - readonly state: StreamState; - - close(code?: number, callback?: () => void): void; - priority(options: StreamPriorityOptions): void; - setTimeout(msecs: number, callback?: () => void): void; - sendTrailers(headers: OutgoingHttpHeaders): void; - - addListener(event: "aborted", listener: () => void): this; - addListener(event: "close", listener: () => void): this; - addListener(event: "data", listener: (chunk: Buffer | string) => void): this; - addListener(event: "drain", listener: () => void): this; - addListener(event: "end", listener: () => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: "finish", listener: () => void): this; - addListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; - addListener(event: "pipe", listener: (src: stream.Readable) => void): this; - addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; - addListener(event: "streamClosed", listener: (code: number) => void): this; - addListener(event: "timeout", listener: () => void): this; - addListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: "wantTrailers", listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "aborted"): boolean; - emit(event: "close"): boolean; - emit(event: "data", chunk: Buffer | string): boolean; - emit(event: "drain"): boolean; - emit(event: "end"): boolean; - emit(event: "error", err: Error): boolean; - emit(event: "finish"): boolean; - emit(event: "frameError", frameType: number, errorCode: number): boolean; - emit(event: "pipe", src: stream.Readable): boolean; - emit(event: "unpipe", src: stream.Readable): boolean; - emit(event: "streamClosed", code: number): boolean; - emit(event: "timeout"): boolean; - emit(event: "trailers", trailers: IncomingHttpHeaders, flags: number): boolean; - emit(event: "wantTrailers"): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "aborted", listener: () => void): this; - on(event: "close", listener: () => void): this; - on(event: "data", listener: (chunk: Buffer | string) => void): this; - on(event: "drain", listener: () => void): this; - on(event: "end", listener: () => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: "finish", listener: () => void): this; - on(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; - on(event: "pipe", listener: (src: stream.Readable) => void): this; - on(event: "unpipe", listener: (src: stream.Readable) => void): this; - on(event: "streamClosed", listener: (code: number) => void): this; - on(event: "timeout", listener: () => void): this; - on(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - on(event: "wantTrailers", listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "aborted", listener: () => void): this; - once(event: "close", listener: () => void): this; - once(event: "data", listener: (chunk: Buffer | string) => void): this; - once(event: "drain", listener: () => void): this; - once(event: "end", listener: () => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: "finish", listener: () => void): this; - once(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; - once(event: "pipe", listener: (src: stream.Readable) => void): this; - once(event: "unpipe", listener: (src: stream.Readable) => void): this; - once(event: "streamClosed", listener: (code: number) => void): this; - once(event: "timeout", listener: () => void): this; - once(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - once(event: "wantTrailers", listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "aborted", listener: () => void): this; - prependListener(event: "close", listener: () => void): this; - prependListener(event: "data", listener: (chunk: Buffer | string) => void): this; - prependListener(event: "drain", listener: () => void): this; - prependListener(event: "end", listener: () => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: "finish", listener: () => void): this; - prependListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; - prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; - prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; - prependListener(event: "streamClosed", listener: (code: number) => void): this; - prependListener(event: "timeout", listener: () => void): this; - prependListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: "wantTrailers", listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "aborted", listener: () => void): this; - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this; - prependOnceListener(event: "drain", listener: () => void): this; - prependOnceListener(event: "end", listener: () => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: "finish", listener: () => void): this; - prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; - prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; - prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; - prependOnceListener(event: "streamClosed", listener: (code: number) => void): this; - prependOnceListener(event: "timeout", listener: () => void): this; - prependOnceListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: "wantTrailers", listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - export class ClientHttp2Stream extends Http2Stream { - private constructor(); - - addListener(event: "continue", listener: () => {}): this; - addListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "continue"): boolean; - emit(event: "headers", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: "push", headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: "response", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "continue", listener: () => {}): this; - on(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "continue", listener: () => {}): this; - once(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "continue", listener: () => {}): this; - prependListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "continue", listener: () => {}): this; - prependOnceListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - export class ServerHttp2Stream extends Http2Stream { - private constructor(); - - additionalHeaders(headers: OutgoingHttpHeaders): void; - readonly headersSent: boolean; - readonly pushAllowed: boolean; - pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; - pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; - respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; - respondWithFD(fd: number, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void; - respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void; - } - - // Http2Session - - export interface Settings { - headerTableSize?: number; - enablePush?: boolean; - initialWindowSize?: number; - maxFrameSize?: number; - maxConcurrentStreams?: number; - maxHeaderListSize?: number; - enableConnectProtocol?: boolean; - } - - export interface ClientSessionRequestOptions { - endStream?: boolean; - exclusive?: boolean; - parent?: number; - weight?: number; - waitForTrailers?: boolean; - } - - export interface SessionState { - effectiveLocalWindowSize?: number; - effectiveRecvDataLength?: number; - nextStreamID?: number; - localWindowSize?: number; - lastProcStreamID?: number; - remoteWindowSize?: number; - outboundQueueSize?: number; - deflateDynamicTableSize?: number; - inflateDynamicTableSize?: number; - } - - export class Http2Session extends events.EventEmitter { - protected constructor(); - - readonly alpnProtocol?: string; - close(callback?: () => void): void; - readonly closed: boolean; - readonly connecting: boolean; - destroy(error?: Error, code?: number): void; - readonly destroyed: boolean; - readonly encrypted?: boolean; - goaway(code?: number, lastStreamID?: number, opaqueData?: Buffer | DataView | NodeJS.TypedArray): void; - readonly localSettings: Settings; - readonly originSet?: string[]; - readonly pendingSettingsAck: boolean; - ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; - ping(payload: Buffer | DataView | NodeJS.TypedArray , callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; - ref(): void; - readonly remoteSettings: Settings; - setTimeout(msecs: number, callback?: () => void): void; - readonly socket: net.Socket | tls.TLSSocket; - readonly state: SessionState; - settings(settings: Settings): void; - readonly type: number; - unref(): void; - - addListener(event: "close", listener: () => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; - addListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - addListener(event: "localSettings", listener: (settings: Settings) => void): this; - addListener(event: "ping", listener: () => void): this; - addListener(event: "remoteSettings", listener: (settings: Settings) => void): this; - addListener(event: "timeout", listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "close"): boolean; - emit(event: "error", err: Error): boolean; - emit(event: "frameError", frameType: number, errorCode: number, streamID: number): boolean; - emit(event: "goaway", errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean; - emit(event: "localSettings", settings: Settings): boolean; - emit(event: "ping"): boolean; - emit(event: "remoteSettings", settings: Settings): boolean; - emit(event: "timeout"): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "close", listener: () => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; - on(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - on(event: "localSettings", listener: (settings: Settings) => void): this; - on(event: "ping", listener: () => void): this; - on(event: "remoteSettings", listener: (settings: Settings) => void): this; - on(event: "timeout", listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "close", listener: () => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; - once(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - once(event: "localSettings", listener: (settings: Settings) => void): this; - once(event: "ping", listener: () => void): this; - once(event: "remoteSettings", listener: (settings: Settings) => void): this; - once(event: "timeout", listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "close", listener: () => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; - prependListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - prependListener(event: "localSettings", listener: (settings: Settings) => void): this; - prependListener(event: "ping", listener: () => void): this; - prependListener(event: "remoteSettings", listener: (settings: Settings) => void): this; - prependListener(event: "timeout", listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; - prependOnceListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - prependOnceListener(event: "localSettings", listener: (settings: Settings) => void): this; - prependOnceListener(event: "ping", listener: () => void): this; - prependOnceListener(event: "remoteSettings", listener: (settings: Settings) => void): this; - prependOnceListener(event: "timeout", listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - export class ClientHttp2Session extends Http2Session { - private constructor(); - - request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream; - - addListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; - addListener(event: "origin", listener: (origins: string[]) => void): this; - addListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - addListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "altsvc", alt: string, origin: string, stream: number): boolean; - emit(event: "origin", origins: string[]): boolean; - emit(event: "connect", session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; - emit(event: "stream", stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; - on(event: "origin", listener: (origins: string[]) => void): this; - on(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - on(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; - once(event: "origin", listener: (origins: string[]) => void): this; - once(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - once(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; - prependListener(event: "origin", listener: (origins: string[]) => void): this; - prependListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; - prependOnceListener(event: "origin", listener: (origins: string[]) => void): this; - prependOnceListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependOnceListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - export interface AlternativeServiceOptions { - origin: number | string | url.URL; - } - - export class ServerHttp2Session extends Http2Session { - private constructor(); - - altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; - origin(...args: Array): void; - readonly server: Http2Server | Http2SecureServer; - - addListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "connect", session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; - emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - // Http2Server - - export interface SessionOptions { - maxDeflateDynamicTableSize?: number; - maxSessionMemory?: number; - maxHeaderListPairs?: number; - maxOutstandingPings?: number; - maxSendHeaderBlockLength?: number; - paddingStrategy?: number; - peerMaxConcurrentStreams?: number; - selectPadding?: (frameLen: number, maxFrameLen: number) => number; - settings?: Settings; - createConnection?: (authority: url.URL, option: SessionOptions) => stream.Duplex; - } - - export interface ClientSessionOptions extends SessionOptions { - maxReservedRemoteStreams?: number; - createConnection?: (authority: url.URL, option: SessionOptions) => stream.Duplex; - } - - export interface ServerSessionOptions extends SessionOptions { - Http1IncomingMessage?: typeof IncomingMessage; - Http1ServerResponse?: typeof ServerResponse; - Http2ServerRequest?: typeof Http2ServerRequest; - Http2ServerResponse?: typeof Http2ServerResponse; - } - - export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions { } - export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions { } - - export interface ServerOptions extends ServerSessionOptions { } - - export interface SecureServerOptions extends SecureServerSessionOptions { - allowHTTP1?: boolean; - origins?: string[]; - } - - export class Http2Server extends net.Server { - private constructor(); - - addListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: "session", listener: (session: ServerHttp2Session) => void): this; - addListener(event: "sessionError", listener: (err: Error) => void): this; - addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: "timeout", listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "checkContinue", request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: "request", request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: "session", session: ServerHttp2Session): boolean; - emit(event: "sessionError", err: Error): boolean; - emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: "timeout"): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: "session", listener: (session: ServerHttp2Session) => void): this; - on(event: "sessionError", listener: (err: Error) => void): this; - on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: "timeout", listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: "session", listener: (session: ServerHttp2Session) => void): this; - once(event: "sessionError", listener: (err: Error) => void): this; - once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: "timeout", listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: "session", listener: (session: ServerHttp2Session) => void): this; - prependListener(event: "sessionError", listener: (err: Error) => void): this; - prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: "timeout", listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: "session", listener: (session: ServerHttp2Session) => void): this; - prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; - prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: "timeout", listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - - setTimeout(msec?: number, callback?: () => void): this; - } - - export class Http2SecureServer extends tls.Server { - private constructor(); - - addListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: "session", listener: (session: ServerHttp2Session) => void): this; - addListener(event: "sessionError", listener: (err: Error) => void): this; - addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: "timeout", listener: () => void): this; - addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "checkContinue", request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: "request", request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: "session", session: ServerHttp2Session): boolean; - emit(event: "sessionError", err: Error): boolean; - emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: "timeout"): boolean; - emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: "session", listener: (session: ServerHttp2Session) => void): this; - on(event: "sessionError", listener: (err: Error) => void): this; - on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: "timeout", listener: () => void): this; - on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: "session", listener: (session: ServerHttp2Session) => void): this; - once(event: "sessionError", listener: (err: Error) => void): this; - once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: "timeout", listener: () => void): this; - once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: "session", listener: (session: ServerHttp2Session) => void): this; - prependListener(event: "sessionError", listener: (err: Error) => void): this; - prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: "timeout", listener: () => void): this; - prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: "session", listener: (session: ServerHttp2Session) => void): this; - prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; - prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: "timeout", listener: () => void): this; - prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - - setTimeout(msec?: number, callback?: () => void): this; - } - - export class Http2ServerRequest extends stream.Readable { - constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: string[]); - - readonly aborted: boolean; - readonly authority: string; - readonly headers: IncomingHttpHeaders; - readonly httpVersion: string; - readonly method: string; - readonly rawHeaders: string[]; - readonly rawTrailers: string[]; - readonly scheme: string; - setTimeout(msecs: number, callback?: () => void): void; - readonly socket: net.Socket | tls.TLSSocket; - readonly stream: ServerHttp2Stream; - readonly trailers: IncomingHttpHeaders; - readonly url: string; - - read(size?: number): Buffer | string | null; - - addListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; - addListener(event: "close", listener: () => void): this; - addListener(event: "data", listener: (chunk: Buffer | string) => void): this; - addListener(event: "end", listener: () => void): this; - addListener(event: "readable", listener: () => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "aborted", hadError: boolean, code: number): boolean; - emit(event: "close"): boolean; - emit(event: "data", chunk: Buffer | string): boolean; - emit(event: "end"): boolean; - emit(event: "readable"): boolean; - emit(event: "error", err: Error): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "aborted", listener: (hadError: boolean, code: number) => void): this; - on(event: "close", listener: () => void): this; - on(event: "data", listener: (chunk: Buffer | string) => void): this; - on(event: "end", listener: () => void): this; - on(event: "readable", listener: () => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "aborted", listener: (hadError: boolean, code: number) => void): this; - once(event: "close", listener: () => void): this; - once(event: "data", listener: (chunk: Buffer | string) => void): this; - once(event: "end", listener: () => void): this; - once(event: "readable", listener: () => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; - prependListener(event: "close", listener: () => void): this; - prependListener(event: "data", listener: (chunk: Buffer | string) => void): this; - prependListener(event: "end", listener: () => void): this; - prependListener(event: "readable", listener: () => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this; - prependOnceListener(event: "end", listener: () => void): this; - prependOnceListener(event: "readable", listener: () => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - export class Http2ServerResponse extends stream.Stream { - constructor(stream: ServerHttp2Stream); - - addTrailers(trailers: OutgoingHttpHeaders): void; - readonly connection: net.Socket | tls.TLSSocket; - end(callback?: () => void): void; - end(data: string | Uint8Array, callback?: () => void): void; - end(data: string | Uint8Array, encoding: string, callback?: () => void): void; - readonly finished: boolean; - getHeader(name: string): string; - getHeaderNames(): string[]; - getHeaders(): OutgoingHttpHeaders; - hasHeader(name: string): boolean; - readonly headersSent: boolean; - removeHeader(name: string): void; - sendDate: boolean; - setHeader(name: string, value: number | string | string[]): void; - setTimeout(msecs: number, callback?: () => void): void; - readonly socket: net.Socket | tls.TLSSocket; - statusCode: number; - statusMessage: ''; - readonly stream: ServerHttp2Stream; - write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; - write(chunk: string | Uint8Array, encoding: string, callback?: (err: Error) => void): boolean; - writeContinue(): void; - writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; - writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; - createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void; - - addListener(event: "close", listener: () => void): this; - addListener(event: "drain", listener: () => void): this; - addListener(event: "error", listener: (error: Error) => void): this; - addListener(event: "finish", listener: () => void): this; - addListener(event: "pipe", listener: (src: stream.Readable) => void): this; - addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "close"): boolean; - emit(event: "drain"): boolean; - emit(event: "error", error: Error): boolean; - emit(event: "finish"): boolean; - emit(event: "pipe", src: stream.Readable): boolean; - emit(event: "unpipe", src: stream.Readable): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "close", listener: () => void): this; - on(event: "drain", listener: () => void): this; - on(event: "error", listener: (error: Error) => void): this; - on(event: "finish", listener: () => void): this; - on(event: "pipe", listener: (src: stream.Readable) => void): this; - on(event: "unpipe", listener: (src: stream.Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "close", listener: () => void): this; - once(event: "drain", listener: () => void): this; - once(event: "error", listener: (error: Error) => void): this; - once(event: "finish", listener: () => void): this; - once(event: "pipe", listener: (src: stream.Readable) => void): this; - once(event: "unpipe", listener: (src: stream.Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "close", listener: () => void): this; - prependListener(event: "drain", listener: () => void): this; - prependListener(event: "error", listener: (error: Error) => void): this; - prependListener(event: "finish", listener: () => void): this; - prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; - prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "drain", listener: () => void): this; - prependOnceListener(event: "error", listener: (error: Error) => void): this; - prependOnceListener(event: "finish", listener: () => void): this; - prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; - prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - // Public API - - export namespace constants { - const NGHTTP2_SESSION_SERVER: number; - const NGHTTP2_SESSION_CLIENT: number; - const NGHTTP2_STREAM_STATE_IDLE: number; - const NGHTTP2_STREAM_STATE_OPEN: number; - const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; - const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; - const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; - const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; - const NGHTTP2_STREAM_STATE_CLOSED: number; - const NGHTTP2_NO_ERROR: number; - const NGHTTP2_PROTOCOL_ERROR: number; - const NGHTTP2_INTERNAL_ERROR: number; - const NGHTTP2_FLOW_CONTROL_ERROR: number; - const NGHTTP2_SETTINGS_TIMEOUT: number; - const NGHTTP2_STREAM_CLOSED: number; - const NGHTTP2_FRAME_SIZE_ERROR: number; - const NGHTTP2_REFUSED_STREAM: number; - const NGHTTP2_CANCEL: number; - const NGHTTP2_COMPRESSION_ERROR: number; - const NGHTTP2_CONNECT_ERROR: number; - const NGHTTP2_ENHANCE_YOUR_CALM: number; - const NGHTTP2_INADEQUATE_SECURITY: number; - const NGHTTP2_HTTP_1_1_REQUIRED: number; - const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; - const NGHTTP2_FLAG_NONE: number; - const NGHTTP2_FLAG_END_STREAM: number; - const NGHTTP2_FLAG_END_HEADERS: number; - const NGHTTP2_FLAG_ACK: number; - const NGHTTP2_FLAG_PADDED: number; - const NGHTTP2_FLAG_PRIORITY: number; - const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; - const DEFAULT_SETTINGS_ENABLE_PUSH: number; - const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; - const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; - const MAX_MAX_FRAME_SIZE: number; - const MIN_MAX_FRAME_SIZE: number; - const MAX_INITIAL_WINDOW_SIZE: number; - const NGHTTP2_DEFAULT_WEIGHT: number; - const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; - const NGHTTP2_SETTINGS_ENABLE_PUSH: number; - const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; - const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; - const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; - const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; - const PADDING_STRATEGY_NONE: number; - const PADDING_STRATEGY_MAX: number; - const PADDING_STRATEGY_CALLBACK: number; - const HTTP2_HEADER_STATUS: string; - const HTTP2_HEADER_METHOD: string; - const HTTP2_HEADER_AUTHORITY: string; - const HTTP2_HEADER_SCHEME: string; - const HTTP2_HEADER_PATH: string; - const HTTP2_HEADER_ACCEPT_CHARSET: string; - const HTTP2_HEADER_ACCEPT_ENCODING: string; - const HTTP2_HEADER_ACCEPT_LANGUAGE: string; - const HTTP2_HEADER_ACCEPT_RANGES: string; - const HTTP2_HEADER_ACCEPT: string; - const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; - const HTTP2_HEADER_AGE: string; - const HTTP2_HEADER_ALLOW: string; - const HTTP2_HEADER_AUTHORIZATION: string; - const HTTP2_HEADER_CACHE_CONTROL: string; - const HTTP2_HEADER_CONNECTION: string; - const HTTP2_HEADER_CONTENT_DISPOSITION: string; - const HTTP2_HEADER_CONTENT_ENCODING: string; - const HTTP2_HEADER_CONTENT_LANGUAGE: string; - const HTTP2_HEADER_CONTENT_LENGTH: string; - const HTTP2_HEADER_CONTENT_LOCATION: string; - const HTTP2_HEADER_CONTENT_MD5: string; - const HTTP2_HEADER_CONTENT_RANGE: string; - const HTTP2_HEADER_CONTENT_TYPE: string; - const HTTP2_HEADER_COOKIE: string; - const HTTP2_HEADER_DATE: string; - const HTTP2_HEADER_ETAG: string; - const HTTP2_HEADER_EXPECT: string; - const HTTP2_HEADER_EXPIRES: string; - const HTTP2_HEADER_FROM: string; - const HTTP2_HEADER_HOST: string; - const HTTP2_HEADER_IF_MATCH: string; - const HTTP2_HEADER_IF_MODIFIED_SINCE: string; - const HTTP2_HEADER_IF_NONE_MATCH: string; - const HTTP2_HEADER_IF_RANGE: string; - const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; - const HTTP2_HEADER_LAST_MODIFIED: string; - const HTTP2_HEADER_LINK: string; - const HTTP2_HEADER_LOCATION: string; - const HTTP2_HEADER_MAX_FORWARDS: string; - const HTTP2_HEADER_PREFER: string; - const HTTP2_HEADER_PROXY_AUTHENTICATE: string; - const HTTP2_HEADER_PROXY_AUTHORIZATION: string; - const HTTP2_HEADER_RANGE: string; - const HTTP2_HEADER_REFERER: string; - const HTTP2_HEADER_REFRESH: string; - const HTTP2_HEADER_RETRY_AFTER: string; - const HTTP2_HEADER_SERVER: string; - const HTTP2_HEADER_SET_COOKIE: string; - const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; - const HTTP2_HEADER_TRANSFER_ENCODING: string; - const HTTP2_HEADER_TE: string; - const HTTP2_HEADER_UPGRADE: string; - const HTTP2_HEADER_USER_AGENT: string; - const HTTP2_HEADER_VARY: string; - const HTTP2_HEADER_VIA: string; - const HTTP2_HEADER_WWW_AUTHENTICATE: string; - const HTTP2_HEADER_HTTP2_SETTINGS: string; - const HTTP2_HEADER_KEEP_ALIVE: string; - const HTTP2_HEADER_PROXY_CONNECTION: string; - const HTTP2_METHOD_ACL: string; - const HTTP2_METHOD_BASELINE_CONTROL: string; - const HTTP2_METHOD_BIND: string; - const HTTP2_METHOD_CHECKIN: string; - const HTTP2_METHOD_CHECKOUT: string; - const HTTP2_METHOD_CONNECT: string; - const HTTP2_METHOD_COPY: string; - const HTTP2_METHOD_DELETE: string; - const HTTP2_METHOD_GET: string; - const HTTP2_METHOD_HEAD: string; - const HTTP2_METHOD_LABEL: string; - const HTTP2_METHOD_LINK: string; - const HTTP2_METHOD_LOCK: string; - const HTTP2_METHOD_MERGE: string; - const HTTP2_METHOD_MKACTIVITY: string; - const HTTP2_METHOD_MKCALENDAR: string; - const HTTP2_METHOD_MKCOL: string; - const HTTP2_METHOD_MKREDIRECTREF: string; - const HTTP2_METHOD_MKWORKSPACE: string; - const HTTP2_METHOD_MOVE: string; - const HTTP2_METHOD_OPTIONS: string; - const HTTP2_METHOD_ORDERPATCH: string; - const HTTP2_METHOD_PATCH: string; - const HTTP2_METHOD_POST: string; - const HTTP2_METHOD_PRI: string; - const HTTP2_METHOD_PROPFIND: string; - const HTTP2_METHOD_PROPPATCH: string; - const HTTP2_METHOD_PUT: string; - const HTTP2_METHOD_REBIND: string; - const HTTP2_METHOD_REPORT: string; - const HTTP2_METHOD_SEARCH: string; - const HTTP2_METHOD_TRACE: string; - const HTTP2_METHOD_UNBIND: string; - const HTTP2_METHOD_UNCHECKOUT: string; - const HTTP2_METHOD_UNLINK: string; - const HTTP2_METHOD_UNLOCK: string; - const HTTP2_METHOD_UPDATE: string; - const HTTP2_METHOD_UPDATEREDIRECTREF: string; - const HTTP2_METHOD_VERSION_CONTROL: string; - const HTTP_STATUS_CONTINUE: number; - const HTTP_STATUS_SWITCHING_PROTOCOLS: number; - const HTTP_STATUS_PROCESSING: number; - const HTTP_STATUS_OK: number; - const HTTP_STATUS_CREATED: number; - const HTTP_STATUS_ACCEPTED: number; - const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; - const HTTP_STATUS_NO_CONTENT: number; - const HTTP_STATUS_RESET_CONTENT: number; - const HTTP_STATUS_PARTIAL_CONTENT: number; - const HTTP_STATUS_MULTI_STATUS: number; - const HTTP_STATUS_ALREADY_REPORTED: number; - const HTTP_STATUS_IM_USED: number; - const HTTP_STATUS_MULTIPLE_CHOICES: number; - const HTTP_STATUS_MOVED_PERMANENTLY: number; - const HTTP_STATUS_FOUND: number; - const HTTP_STATUS_SEE_OTHER: number; - const HTTP_STATUS_NOT_MODIFIED: number; - const HTTP_STATUS_USE_PROXY: number; - const HTTP_STATUS_TEMPORARY_REDIRECT: number; - const HTTP_STATUS_PERMANENT_REDIRECT: number; - const HTTP_STATUS_BAD_REQUEST: number; - const HTTP_STATUS_UNAUTHORIZED: number; - const HTTP_STATUS_PAYMENT_REQUIRED: number; - const HTTP_STATUS_FORBIDDEN: number; - const HTTP_STATUS_NOT_FOUND: number; - const HTTP_STATUS_METHOD_NOT_ALLOWED: number; - const HTTP_STATUS_NOT_ACCEPTABLE: number; - const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; - const HTTP_STATUS_REQUEST_TIMEOUT: number; - const HTTP_STATUS_CONFLICT: number; - const HTTP_STATUS_GONE: number; - const HTTP_STATUS_LENGTH_REQUIRED: number; - const HTTP_STATUS_PRECONDITION_FAILED: number; - const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; - const HTTP_STATUS_URI_TOO_LONG: number; - const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; - const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; - const HTTP_STATUS_EXPECTATION_FAILED: number; - const HTTP_STATUS_TEAPOT: number; - const HTTP_STATUS_MISDIRECTED_REQUEST: number; - const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; - const HTTP_STATUS_LOCKED: number; - const HTTP_STATUS_FAILED_DEPENDENCY: number; - const HTTP_STATUS_UNORDERED_COLLECTION: number; - const HTTP_STATUS_UPGRADE_REQUIRED: number; - const HTTP_STATUS_PRECONDITION_REQUIRED: number; - const HTTP_STATUS_TOO_MANY_REQUESTS: number; - const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; - const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; - const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; - const HTTP_STATUS_NOT_IMPLEMENTED: number; - const HTTP_STATUS_BAD_GATEWAY: number; - const HTTP_STATUS_SERVICE_UNAVAILABLE: number; - const HTTP_STATUS_GATEWAY_TIMEOUT: number; - const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; - const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; - const HTTP_STATUS_INSUFFICIENT_STORAGE: number; - const HTTP_STATUS_LOOP_DETECTED: number; - const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; - const HTTP_STATUS_NOT_EXTENDED: number; - const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; - } - - export function getDefaultSettings(): Settings; - export function getPackedSettings(settings: Settings): Buffer; - export function getUnpackedSettings(buf: Uint8Array): Settings; - - export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; - export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; - - export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; - export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; - - export function connect(authority: string | url.URL, listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session; - export function connect( - authority: string | url.URL, - options?: ClientSessionOptions | SecureClientSessionOptions, - listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, - ): ClientHttp2Session; -} diff --git a/2019-setembro/node_modules/@types/node/https.d.ts b/2019-setembro/node_modules/@types/node/https.d.ts deleted file mode 100644 index 6f33dbd..0000000 --- a/2019-setembro/node_modules/@types/node/https.d.ts +++ /dev/null @@ -1,53 +0,0 @@ -declare module "https" { - import * as tls from "tls"; - import * as events from "events"; - import * as http from "http"; - import { URL } from "url"; - - type ServerOptions = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions; - - type RequestOptions = http.RequestOptions & tls.SecureContextOptions & { - rejectUnauthorized?: boolean; // Defaults to true - servername?: string; // SNI TLS Extension - }; - - interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { - rejectUnauthorized?: boolean; - maxCachedSessions?: number; - } - - class Agent extends http.Agent { - constructor(options?: AgentOptions); - options: AgentOptions; - } - - class Server extends tls.Server { - constructor(requestListener?: http.RequestListener); - constructor(options: ServerOptions, requestListener?: http.RequestListener); - - setTimeout(callback: () => void): this; - setTimeout(msecs?: number, callback?: () => void): this; - /** - * Limits maximum incoming headers count. If set to 0, no limit will be applied. - * @default 2000 - * {@link https://nodejs.org/api/http.html#http_server_maxheaderscount} - */ - maxHeadersCount: number | null; - timeout: number; - /** - * Limit the amount of time the parser will wait to receive the complete HTTP headers. - * @default 40000 - * {@link https://nodejs.org/api/http.html#http_server_headerstimeout} - */ - headersTimeout: number; - keepAliveTimeout: number; - } - - function createServer(requestListener?: http.RequestListener): Server; - function createServer(options: ServerOptions, requestListener?: http.RequestListener): Server; - function request(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; - function request(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; - function get(options: RequestOptions | string | URL, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; - function get(url: string | URL, options: RequestOptions, callback?: (res: http.IncomingMessage) => void): http.ClientRequest; - let globalAgent: Agent; -} diff --git a/2019-setembro/node_modules/@types/node/index.d.ts b/2019-setembro/node_modules/@types/node/index.d.ts deleted file mode 100644 index 90f672d..0000000 --- a/2019-setembro/node_modules/@types/node/index.d.ts +++ /dev/null @@ -1,100 +0,0 @@ -// Type definitions for non-npm package Node.js 12.7 -// Project: http://nodejs.org/ -// Definitions by: Microsoft TypeScript -// DefinitelyTyped -// Alberto Schiabel -// Alexander T. -// Alvis HT Tang -// Andrew Makarov -// Benjamin Toueg -// Bruno Scheufler -// Chigozirim C. -// Christian Vaagland Tellnes -// David Junger -// Deividas Bakanas -// Eugene Y. Q. Shen -// Flarna -// Hannes Magnusson -// Hoàng Văn Khải -// Huw -// Kelvin Jin -// Klaus Meinhardt -// Lishude -// Mariusz Wiktorczyk -// Matthieu Sieben -// Mohsen Azimi -// Nicolas Even -// Nicolas Voigt -// Parambir Singh -// Sebastian Silbermann -// Simon Schick -// Thomas den Hollander -// Wilco Bakker -// wwwy3y3 -// Zane Hannan AU -// Samuel Ainsworth -// Kyle Uehlein -// Jordi Oliveras Rovira -// Thanik Bhongbhibhat -// Marcin Kopacz -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -// NOTE: These definitions support NodeJS and TypeScript 3.2. - -// NOTE: TypeScript version-specific augmentations can be found in the following paths: -// - ~/base.d.ts - Shared definitions common to all TypeScript versions -// - ~/index.d.ts - Definitions specific to TypeScript 2.1 -// - ~/ts3.2/index.d.ts - Definitions specific to TypeScript 3.2 - -// NOTE: Augmentations for TypeScript 3.2 and later should use individual files for overrides -// within the respective ~/ts3.2 (or later) folder. However, this is disallowed for versions -// prior to TypeScript 3.2, so the older definitions will be found here. - -// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: -/// - -// TypeScript 2.1-specific augmentations: - -// Forward-declarations for needed types from es2015 and later (in case users are using `--lib es5`) -// Empty interfaces are used here which merge fine with the real declarations in the lib XXX files -// just to ensure the names are known and node typings can be sued without importing these libs. -// if someone really needs these types the libs need to be added via --lib or in tsconfig.json -interface MapConstructor { } -interface WeakMapConstructor { } -interface SetConstructor { } -interface WeakSetConstructor { } -interface Set {} -interface Map {} -interface ReadonlySet {} -interface IteratorResult { } -interface Iterable { } -interface AsyncIterable { } -interface Iterator { - next(value?: any): IteratorResult; -} -interface IterableIterator { } -interface AsyncIterableIterator {} -interface SymbolConstructor { - readonly iterator: symbol; - readonly asyncIterator: symbol; -} -declare var Symbol: SymbolConstructor; -// even this is just a forward declaration some properties are added otherwise -// it would be allowed to pass anything to e.g. Buffer.from() -interface SharedArrayBuffer { - readonly byteLength: number; - slice(begin?: number, end?: number): SharedArrayBuffer; -} - -declare module "util" { - namespace inspect { - const custom: symbol; - } - namespace promisify { - const custom: symbol; - } - namespace types { - function isBigInt64Array(value: any): boolean; - function isBigUint64Array(value: any): boolean; - } -} diff --git a/2019-setembro/node_modules/@types/node/inspector.d.ts b/2019-setembro/node_modules/@types/node/inspector.d.ts deleted file mode 100644 index b14aed2..0000000 --- a/2019-setembro/node_modules/@types/node/inspector.d.ts +++ /dev/null @@ -1,3034 +0,0 @@ -// tslint:disable-next-line:dt-header -// Type definitions for inspector - -// These definitions are auto-generated. -// Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330 -// for more information. - -// tslint:disable:max-line-length - -/** - * The inspector module provides an API for interacting with the V8 inspector. - */ -declare module "inspector" { - import { EventEmitter } from 'events'; - - interface InspectorNotification { - method: string; - params: T; - } - - namespace Schema { - /** - * Description of the protocol domain. - */ - interface Domain { - /** - * Domain name. - */ - name: string; - /** - * Domain version. - */ - version: string; - } - - interface GetDomainsReturnType { - /** - * List of supported domains. - */ - domains: Domain[]; - } - } - - namespace Runtime { - /** - * Unique script identifier. - */ - type ScriptId = string; - - /** - * Unique object identifier. - */ - type RemoteObjectId = string; - - /** - * Primitive value which cannot be JSON-stringified. - */ - type UnserializableValue = string; - - /** - * Mirror object referencing original JavaScript object. - */ - interface RemoteObject { - /** - * Object type. - */ - type: string; - /** - * Object subtype hint. Specified for object type values only. - */ - subtype?: string; - /** - * Object class (constructor) name. Specified for object type values only. - */ - className?: string; - /** - * Remote object value in case of primitive values or JSON values (if it was requested). - */ - value?: any; - /** - * Primitive value which can not be JSON-stringified does not have value, but gets this property. - */ - unserializableValue?: UnserializableValue; - /** - * String representation of the object. - */ - description?: string; - /** - * Unique object identifier (for non-primitive values). - */ - objectId?: RemoteObjectId; - /** - * Preview containing abbreviated property values. Specified for object type values only. - * @experimental - */ - preview?: ObjectPreview; - /** - * @experimental - */ - customPreview?: CustomPreview; - } - - /** - * @experimental - */ - interface CustomPreview { - header: string; - hasBody: boolean; - formatterObjectId: RemoteObjectId; - bindRemoteObjectFunctionId: RemoteObjectId; - configObjectId?: RemoteObjectId; - } - - /** - * Object containing abbreviated remote object value. - * @experimental - */ - interface ObjectPreview { - /** - * Object type. - */ - type: string; - /** - * Object subtype hint. Specified for object type values only. - */ - subtype?: string; - /** - * String representation of the object. - */ - description?: string; - /** - * True iff some of the properties or entries of the original object did not fit. - */ - overflow: boolean; - /** - * List of the properties. - */ - properties: PropertyPreview[]; - /** - * List of the entries. Specified for map and set subtype values only. - */ - entries?: EntryPreview[]; - } - - /** - * @experimental - */ - interface PropertyPreview { - /** - * Property name. - */ - name: string; - /** - * Object type. Accessor means that the property itself is an accessor property. - */ - type: string; - /** - * User-friendly property value string. - */ - value?: string; - /** - * Nested value preview. - */ - valuePreview?: ObjectPreview; - /** - * Object subtype hint. Specified for object type values only. - */ - subtype?: string; - } - - /** - * @experimental - */ - interface EntryPreview { - /** - * Preview of the key. Specified for map-like collection entries. - */ - key?: ObjectPreview; - /** - * Preview of the value. - */ - value: ObjectPreview; - } - - /** - * Object property descriptor. - */ - interface PropertyDescriptor { - /** - * Property name or symbol description. - */ - name: string; - /** - * The value associated with the property. - */ - value?: RemoteObject; - /** - * True if the value associated with the property may be changed (data descriptors only). - */ - writable?: boolean; - /** - * A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only). - */ - get?: RemoteObject; - /** - * A function which serves as a setter for the property, or undefined if there is no setter (accessor descriptors only). - */ - set?: RemoteObject; - /** - * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. - */ - configurable: boolean; - /** - * True if this property shows up during enumeration of the properties on the corresponding object. - */ - enumerable: boolean; - /** - * True if the result was thrown during the evaluation. - */ - wasThrown?: boolean; - /** - * True if the property is owned for the object. - */ - isOwn?: boolean; - /** - * Property symbol object, if the property is of the symbol type. - */ - symbol?: RemoteObject; - } - - /** - * Object internal property descriptor. This property isn't normally visible in JavaScript code. - */ - interface InternalPropertyDescriptor { - /** - * Conventional property name. - */ - name: string; - /** - * The value associated with the property. - */ - value?: RemoteObject; - } - - /** - * Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified. - */ - interface CallArgument { - /** - * Primitive value or serializable javascript object. - */ - value?: any; - /** - * Primitive value which can not be JSON-stringified. - */ - unserializableValue?: UnserializableValue; - /** - * Remote object handle. - */ - objectId?: RemoteObjectId; - } - - /** - * Id of an execution context. - */ - type ExecutionContextId = number; - - /** - * Description of an isolated world. - */ - interface ExecutionContextDescription { - /** - * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. - */ - id: ExecutionContextId; - /** - * Execution context origin. - */ - origin: string; - /** - * Human readable name describing given context. - */ - name: string; - /** - * Embedder-specific auxiliary data. - */ - auxData?: {}; - } - - /** - * Detailed information about exception (or error) that was thrown during script compilation or execution. - */ - interface ExceptionDetails { - /** - * Exception id. - */ - exceptionId: number; - /** - * Exception text, which should be used together with exception object when available. - */ - text: string; - /** - * Line number of the exception location (0-based). - */ - lineNumber: number; - /** - * Column number of the exception location (0-based). - */ - columnNumber: number; - /** - * Script ID of the exception location. - */ - scriptId?: ScriptId; - /** - * URL of the exception location, to be used when the script was not reported. - */ - url?: string; - /** - * JavaScript stack trace if available. - */ - stackTrace?: StackTrace; - /** - * Exception object if available. - */ - exception?: RemoteObject; - /** - * Identifier of the context where exception happened. - */ - executionContextId?: ExecutionContextId; - } - - /** - * Number of milliseconds since epoch. - */ - type Timestamp = number; - - /** - * Stack entry for runtime errors and assertions. - */ - interface CallFrame { - /** - * JavaScript function name. - */ - functionName: string; - /** - * JavaScript script id. - */ - scriptId: ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * JavaScript script line number (0-based). - */ - lineNumber: number; - /** - * JavaScript script column number (0-based). - */ - columnNumber: number; - } - - /** - * Call frames for assertions or error messages. - */ - interface StackTrace { - /** - * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. - */ - description?: string; - /** - * JavaScript function name. - */ - callFrames: CallFrame[]; - /** - * Asynchronous JavaScript stack trace that preceded this stack, if available. - */ - parent?: StackTrace; - /** - * Asynchronous JavaScript stack trace that preceded this stack, if available. - * @experimental - */ - parentId?: StackTraceId; - } - - /** - * Unique identifier of current debugger. - * @experimental - */ - type UniqueDebuggerId = string; - - /** - * If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages. - * @experimental - */ - interface StackTraceId { - id: string; - debuggerId?: UniqueDebuggerId; - } - - interface EvaluateParameterType { - /** - * Expression to evaluate. - */ - expression: string; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string; - /** - * Determines whether Command Line API should be available during the evaluation. - */ - includeCommandLineAPI?: boolean; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. - */ - silent?: boolean; - /** - * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - contextId?: ExecutionContextId; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean; - /** - * Whether execution should be treated as initiated by user in the UI. - */ - userGesture?: boolean; - /** - * Whether execution should await for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean; - } - - interface AwaitPromiseParameterType { - /** - * Identifier of the promise. - */ - promiseObjectId: RemoteObjectId; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean; - /** - * Whether preview should be generated for the result. - */ - generatePreview?: boolean; - } - - interface CallFunctionOnParameterType { - /** - * Declaration of the function to call. - */ - functionDeclaration: string; - /** - * Identifier of the object to call function on. Either objectId or executionContextId should be specified. - */ - objectId?: RemoteObjectId; - /** - * Call arguments. All call arguments must belong to the same JavaScript world as the target object. - */ - arguments?: CallArgument[]; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. - */ - silent?: boolean; - /** - * Whether the result is expected to be a JSON object which should be sent by value. - */ - returnByValue?: boolean; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean; - /** - * Whether execution should be treated as initiated by user in the UI. - */ - userGesture?: boolean; - /** - * Whether execution should await for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean; - /** - * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. - */ - executionContextId?: ExecutionContextId; - /** - * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. - */ - objectGroup?: string; - } - - interface GetPropertiesParameterType { - /** - * Identifier of the object to return properties for. - */ - objectId: RemoteObjectId; - /** - * If true, returns properties belonging only to the element itself, not to its prototype chain. - */ - ownProperties?: boolean; - /** - * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. - * @experimental - */ - accessorPropertiesOnly?: boolean; - /** - * Whether preview should be generated for the results. - * @experimental - */ - generatePreview?: boolean; - } - - interface ReleaseObjectParameterType { - /** - * Identifier of the object to release. - */ - objectId: RemoteObjectId; - } - - interface ReleaseObjectGroupParameterType { - /** - * Symbolic object group name. - */ - objectGroup: string; - } - - interface SetCustomObjectFormatterEnabledParameterType { - enabled: boolean; - } - - interface CompileScriptParameterType { - /** - * Expression to compile. - */ - expression: string; - /** - * Source url to be set for the script. - */ - sourceURL: string; - /** - * Specifies whether the compiled script should be persisted. - */ - persistScript: boolean; - /** - * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - executionContextId?: ExecutionContextId; - } - - interface RunScriptParameterType { - /** - * Id of the script to run. - */ - scriptId: ScriptId; - /** - * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - executionContextId?: ExecutionContextId; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. - */ - silent?: boolean; - /** - * Determines whether Command Line API should be available during the evaluation. - */ - includeCommandLineAPI?: boolean; - /** - * Whether the result is expected to be a JSON object which should be sent by value. - */ - returnByValue?: boolean; - /** - * Whether preview should be generated for the result. - */ - generatePreview?: boolean; - /** - * Whether execution should await for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean; - } - - interface QueryObjectsParameterType { - /** - * Identifier of the prototype to return objects for. - */ - prototypeObjectId: RemoteObjectId; - } - - interface GlobalLexicalScopeNamesParameterType { - /** - * Specifies in which execution context to lookup global scope variables. - */ - executionContextId?: ExecutionContextId; - } - - interface EvaluateReturnType { - /** - * Evaluation result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails; - } - - interface AwaitPromiseReturnType { - /** - * Promise result. Will contain rejected value if promise was rejected. - */ - result: RemoteObject; - /** - * Exception details if stack strace is available. - */ - exceptionDetails?: ExceptionDetails; - } - - interface CallFunctionOnReturnType { - /** - * Call result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails; - } - - interface GetPropertiesReturnType { - /** - * Object properties. - */ - result: PropertyDescriptor[]; - /** - * Internal object properties (only of the element itself). - */ - internalProperties?: InternalPropertyDescriptor[]; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails; - } - - interface CompileScriptReturnType { - /** - * Id of the script. - */ - scriptId?: ScriptId; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails; - } - - interface RunScriptReturnType { - /** - * Run result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails; - } - - interface QueryObjectsReturnType { - /** - * Array with objects. - */ - objects: RemoteObject; - } - - interface GlobalLexicalScopeNamesReturnType { - names: string[]; - } - - interface ExecutionContextCreatedEventDataType { - /** - * A newly created execution context. - */ - context: ExecutionContextDescription; - } - - interface ExecutionContextDestroyedEventDataType { - /** - * Id of the destroyed context - */ - executionContextId: ExecutionContextId; - } - - interface ExceptionThrownEventDataType { - /** - * Timestamp of the exception. - */ - timestamp: Timestamp; - exceptionDetails: ExceptionDetails; - } - - interface ExceptionRevokedEventDataType { - /** - * Reason describing why exception was revoked. - */ - reason: string; - /** - * The id of revoked exception, as reported in exceptionThrown. - */ - exceptionId: number; - } - - interface ConsoleAPICalledEventDataType { - /** - * Type of the call. - */ - type: string; - /** - * Call arguments. - */ - args: RemoteObject[]; - /** - * Identifier of the context where the call was made. - */ - executionContextId: ExecutionContextId; - /** - * Call timestamp. - */ - timestamp: Timestamp; - /** - * Stack trace captured when the call was made. - */ - stackTrace?: StackTrace; - /** - * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. - * @experimental - */ - context?: string; - } - - interface InspectRequestedEventDataType { - object: RemoteObject; - hints: {}; - } - } - - namespace Debugger { - /** - * Breakpoint identifier. - */ - type BreakpointId = string; - - /** - * Call frame identifier. - */ - type CallFrameId = string; - - /** - * Location in the source code. - */ - interface Location { - /** - * Script identifier as reported in the Debugger.scriptParsed. - */ - scriptId: Runtime.ScriptId; - /** - * Line number in the script (0-based). - */ - lineNumber: number; - /** - * Column number in the script (0-based). - */ - columnNumber?: number; - } - - /** - * Location in the source code. - * @experimental - */ - interface ScriptPosition { - lineNumber: number; - columnNumber: number; - } - - /** - * JavaScript call frame. Array of call frames form the call stack. - */ - interface CallFrame { - /** - * Call frame identifier. This identifier is only valid while the virtual machine is paused. - */ - callFrameId: CallFrameId; - /** - * Name of the JavaScript function called on this call frame. - */ - functionName: string; - /** - * Location in the source code. - */ - functionLocation?: Location; - /** - * Location in the source code. - */ - location: Location; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Scope chain for this call frame. - */ - scopeChain: Scope[]; - /** - * this object for this call frame. - */ - this: Runtime.RemoteObject; - /** - * The value being returned, if the function is at return point. - */ - returnValue?: Runtime.RemoteObject; - } - - /** - * Scope description. - */ - interface Scope { - /** - * Scope type. - */ - type: string; - /** - * Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. - */ - object: Runtime.RemoteObject; - name?: string; - /** - * Location in the source code where scope starts - */ - startLocation?: Location; - /** - * Location in the source code where scope ends - */ - endLocation?: Location; - } - - /** - * Search match for resource. - */ - interface SearchMatch { - /** - * Line number in resource content. - */ - lineNumber: number; - /** - * Line with match content. - */ - lineContent: string; - } - - interface BreakLocation { - /** - * Script identifier as reported in the Debugger.scriptParsed. - */ - scriptId: Runtime.ScriptId; - /** - * Line number in the script (0-based). - */ - lineNumber: number; - /** - * Column number in the script (0-based). - */ - columnNumber?: number; - type?: string; - } - - interface SetBreakpointsActiveParameterType { - /** - * New value for breakpoints active state. - */ - active: boolean; - } - - interface SetSkipAllPausesParameterType { - /** - * New value for skip pauses state. - */ - skip: boolean; - } - - interface SetBreakpointByUrlParameterType { - /** - * Line number to set breakpoint at. - */ - lineNumber: number; - /** - * URL of the resources to set breakpoint on. - */ - url?: string; - /** - * Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified. - */ - urlRegex?: string; - /** - * Script hash of the resources to set breakpoint on. - */ - scriptHash?: string; - /** - * Offset in the line to set breakpoint at. - */ - columnNumber?: number; - /** - * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. - */ - condition?: string; - } - - interface SetBreakpointParameterType { - /** - * Location to set breakpoint in. - */ - location: Location; - /** - * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. - */ - condition?: string; - } - - interface RemoveBreakpointParameterType { - breakpointId: BreakpointId; - } - - interface GetPossibleBreakpointsParameterType { - /** - * Start of range to search possible breakpoint locations in. - */ - start: Location; - /** - * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. - */ - end?: Location; - /** - * Only consider locations which are in the same (non-nested) function as start. - */ - restrictToFunction?: boolean; - } - - interface ContinueToLocationParameterType { - /** - * Location to continue to. - */ - location: Location; - targetCallFrames?: string; - } - - interface PauseOnAsyncCallParameterType { - /** - * Debugger will pause when async call with given stack trace is started. - */ - parentStackTraceId: Runtime.StackTraceId; - } - - interface StepIntoParameterType { - /** - * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. - * @experimental - */ - breakOnAsyncCall?: boolean; - } - - interface GetStackTraceParameterType { - stackTraceId: Runtime.StackTraceId; - } - - interface SearchInContentParameterType { - /** - * Id of the script to search in. - */ - scriptId: Runtime.ScriptId; - /** - * String to search for. - */ - query: string; - /** - * If true, search is case sensitive. - */ - caseSensitive?: boolean; - /** - * If true, treats string parameter as regex. - */ - isRegex?: boolean; - } - - interface SetScriptSourceParameterType { - /** - * Id of the script to edit. - */ - scriptId: Runtime.ScriptId; - /** - * New content of the script. - */ - scriptSource: string; - /** - * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. - */ - dryRun?: boolean; - } - - interface RestartFrameParameterType { - /** - * Call frame identifier to evaluate on. - */ - callFrameId: CallFrameId; - } - - interface GetScriptSourceParameterType { - /** - * Id of the script to get source for. - */ - scriptId: Runtime.ScriptId; - } - - interface SetPauseOnExceptionsParameterType { - /** - * Pause on exceptions mode. - */ - state: string; - } - - interface EvaluateOnCallFrameParameterType { - /** - * Call frame identifier to evaluate on. - */ - callFrameId: CallFrameId; - /** - * Expression to evaluate. - */ - expression: string; - /** - * String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup). - */ - objectGroup?: string; - /** - * Specifies whether command line API should be available to the evaluated expression, defaults to false. - */ - includeCommandLineAPI?: boolean; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. - */ - silent?: boolean; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean; - /** - * Whether to throw an exception if side effect cannot be ruled out during evaluation. - */ - throwOnSideEffect?: boolean; - } - - interface SetVariableValueParameterType { - /** - * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. - */ - scopeNumber: number; - /** - * Variable name. - */ - variableName: string; - /** - * New variable value. - */ - newValue: Runtime.CallArgument; - /** - * Id of callframe that holds variable. - */ - callFrameId: CallFrameId; - } - - interface SetReturnValueParameterType { - /** - * New return value. - */ - newValue: Runtime.CallArgument; - } - - interface SetAsyncCallStackDepthParameterType { - /** - * Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default). - */ - maxDepth: number; - } - - interface SetBlackboxPatternsParameterType { - /** - * Array of regexps that will be used to check script url for blackbox state. - */ - patterns: string[]; - } - - interface SetBlackboxedRangesParameterType { - /** - * Id of the script. - */ - scriptId: Runtime.ScriptId; - positions: ScriptPosition[]; - } - - interface EnableReturnType { - /** - * Unique identifier of the debugger. - * @experimental - */ - debuggerId: Runtime.UniqueDebuggerId; - } - - interface SetBreakpointByUrlReturnType { - /** - * Id of the created breakpoint for further reference. - */ - breakpointId: BreakpointId; - /** - * List of the locations this breakpoint resolved into upon addition. - */ - locations: Location[]; - } - - interface SetBreakpointReturnType { - /** - * Id of the created breakpoint for further reference. - */ - breakpointId: BreakpointId; - /** - * Location this breakpoint resolved into. - */ - actualLocation: Location; - } - - interface GetPossibleBreakpointsReturnType { - /** - * List of the possible breakpoint locations. - */ - locations: BreakLocation[]; - } - - interface GetStackTraceReturnType { - stackTrace: Runtime.StackTrace; - } - - interface SearchInContentReturnType { - /** - * List of search matches. - */ - result: SearchMatch[]; - } - - interface SetScriptSourceReturnType { - /** - * New stack trace in case editing has happened while VM was stopped. - */ - callFrames?: CallFrame[]; - /** - * Whether current call stack was modified after applying the changes. - */ - stackChanged?: boolean; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId; - /** - * Exception details if any. - */ - exceptionDetails?: Runtime.ExceptionDetails; - } - - interface RestartFrameReturnType { - /** - * New stack trace. - */ - callFrames: CallFrame[]; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId; - } - - interface GetScriptSourceReturnType { - /** - * Script source. - */ - scriptSource: string; - } - - interface EvaluateOnCallFrameReturnType { - /** - * Object wrapper for the evaluation result. - */ - result: Runtime.RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: Runtime.ExceptionDetails; - } - - interface ScriptParsedEventDataType { - /** - * Identifier of the script parsed. - */ - scriptId: Runtime.ScriptId; - /** - * URL or name of the script parsed (if any). - */ - url: string; - /** - * Line offset of the script within the resource with given URL (for script tags). - */ - startLine: number; - /** - * Column offset of the script within the resource with given URL. - */ - startColumn: number; - /** - * Last line of the script. - */ - endLine: number; - /** - * Length of the last line of the script. - */ - endColumn: number; - /** - * Specifies script creation context. - */ - executionContextId: Runtime.ExecutionContextId; - /** - * Content hash of the script. - */ - hash: string; - /** - * Embedder-specific auxiliary data. - */ - executionContextAuxData?: {}; - /** - * True, if this script is generated as a result of the live edit operation. - * @experimental - */ - isLiveEdit?: boolean; - /** - * URL of source map associated with script (if any). - */ - sourceMapURL?: string; - /** - * True, if this script has sourceURL. - */ - hasSourceURL?: boolean; - /** - * True, if this script is ES6 module. - */ - isModule?: boolean; - /** - * This script length. - */ - length?: number; - /** - * JavaScript top stack frame of where the script parsed event was triggered if available. - * @experimental - */ - stackTrace?: Runtime.StackTrace; - } - - interface ScriptFailedToParseEventDataType { - /** - * Identifier of the script parsed. - */ - scriptId: Runtime.ScriptId; - /** - * URL or name of the script parsed (if any). - */ - url: string; - /** - * Line offset of the script within the resource with given URL (for script tags). - */ - startLine: number; - /** - * Column offset of the script within the resource with given URL. - */ - startColumn: number; - /** - * Last line of the script. - */ - endLine: number; - /** - * Length of the last line of the script. - */ - endColumn: number; - /** - * Specifies script creation context. - */ - executionContextId: Runtime.ExecutionContextId; - /** - * Content hash of the script. - */ - hash: string; - /** - * Embedder-specific auxiliary data. - */ - executionContextAuxData?: {}; - /** - * URL of source map associated with script (if any). - */ - sourceMapURL?: string; - /** - * True, if this script has sourceURL. - */ - hasSourceURL?: boolean; - /** - * True, if this script is ES6 module. - */ - isModule?: boolean; - /** - * This script length. - */ - length?: number; - /** - * JavaScript top stack frame of where the script parsed event was triggered if available. - * @experimental - */ - stackTrace?: Runtime.StackTrace; - } - - interface BreakpointResolvedEventDataType { - /** - * Breakpoint unique identifier. - */ - breakpointId: BreakpointId; - /** - * Actual breakpoint location. - */ - location: Location; - } - - interface PausedEventDataType { - /** - * Call stack the virtual machine stopped on. - */ - callFrames: CallFrame[]; - /** - * Pause reason. - */ - reason: string; - /** - * Object containing break-specific auxiliary properties. - */ - data?: {}; - /** - * Hit breakpoints IDs - */ - hitBreakpoints?: string[]; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId; - /** - * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag. - * @experimental - */ - asyncCallStackTraceId?: Runtime.StackTraceId; - } - } - - namespace Console { - /** - * Console message. - */ - interface ConsoleMessage { - /** - * Message source. - */ - source: string; - /** - * Message severity. - */ - level: string; - /** - * Message text. - */ - text: string; - /** - * URL of the message origin. - */ - url?: string; - /** - * Line number in the resource that generated this message (1-based). - */ - line?: number; - /** - * Column number in the resource that generated this message (1-based). - */ - column?: number; - } - - interface MessageAddedEventDataType { - /** - * Console message that has been added. - */ - message: ConsoleMessage; - } - } - - namespace Profiler { - /** - * Profile node. Holds callsite information, execution statistics and child nodes. - */ - interface ProfileNode { - /** - * Unique id of the node. - */ - id: number; - /** - * Function location. - */ - callFrame: Runtime.CallFrame; - /** - * Number of samples where this node was on top of the call stack. - */ - hitCount?: number; - /** - * Child node ids. - */ - children?: number[]; - /** - * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. - */ - deoptReason?: string; - /** - * An array of source position ticks. - */ - positionTicks?: PositionTickInfo[]; - } - - /** - * Profile. - */ - interface Profile { - /** - * The list of profile nodes. First item is the root node. - */ - nodes: ProfileNode[]; - /** - * Profiling start timestamp in microseconds. - */ - startTime: number; - /** - * Profiling end timestamp in microseconds. - */ - endTime: number; - /** - * Ids of samples top nodes. - */ - samples?: number[]; - /** - * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. - */ - timeDeltas?: number[]; - } - - /** - * Specifies a number of samples attributed to a certain source position. - */ - interface PositionTickInfo { - /** - * Source line number (1-based). - */ - line: number; - /** - * Number of samples attributed to the source line. - */ - ticks: number; - } - - /** - * Coverage data for a source range. - */ - interface CoverageRange { - /** - * JavaScript script source offset for the range start. - */ - startOffset: number; - /** - * JavaScript script source offset for the range end. - */ - endOffset: number; - /** - * Collected execution count of the source range. - */ - count: number; - } - - /** - * Coverage data for a JavaScript function. - */ - interface FunctionCoverage { - /** - * JavaScript function name. - */ - functionName: string; - /** - * Source ranges inside the function with coverage data. - */ - ranges: CoverageRange[]; - /** - * Whether coverage data for this function has block granularity. - */ - isBlockCoverage: boolean; - } - - /** - * Coverage data for a JavaScript script. - */ - interface ScriptCoverage { - /** - * JavaScript script id. - */ - scriptId: Runtime.ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Functions contained in the script that has coverage data. - */ - functions: FunctionCoverage[]; - } - - /** - * Describes a type collected during runtime. - * @experimental - */ - interface TypeObject { - /** - * Name of a type collected with type profiling. - */ - name: string; - } - - /** - * Source offset and types for a parameter or return value. - * @experimental - */ - interface TypeProfileEntry { - /** - * Source offset of the parameter or end of function for return values. - */ - offset: number; - /** - * The types for this parameter or return value. - */ - types: TypeObject[]; - } - - /** - * Type profile data collected during runtime for a JavaScript script. - * @experimental - */ - interface ScriptTypeProfile { - /** - * JavaScript script id. - */ - scriptId: Runtime.ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Type profile entries for parameters and return values of the functions in the script. - */ - entries: TypeProfileEntry[]; - } - - interface SetSamplingIntervalParameterType { - /** - * New sampling interval in microseconds. - */ - interval: number; - } - - interface StartPreciseCoverageParameterType { - /** - * Collect accurate call counts beyond simple 'covered' or 'not covered'. - */ - callCount?: boolean; - /** - * Collect block-based coverage. - */ - detailed?: boolean; - } - - interface StopReturnType { - /** - * Recorded profile. - */ - profile: Profile; - } - - interface TakePreciseCoverageReturnType { - /** - * Coverage data for the current isolate. - */ - result: ScriptCoverage[]; - } - - interface GetBestEffortCoverageReturnType { - /** - * Coverage data for the current isolate. - */ - result: ScriptCoverage[]; - } - - interface TakeTypeProfileReturnType { - /** - * Type profile for all scripts since startTypeProfile() was turned on. - */ - result: ScriptTypeProfile[]; - } - - interface ConsoleProfileStartedEventDataType { - id: string; - /** - * Location of console.profile(). - */ - location: Debugger.Location; - /** - * Profile title passed as an argument to console.profile(). - */ - title?: string; - } - - interface ConsoleProfileFinishedEventDataType { - id: string; - /** - * Location of console.profileEnd(). - */ - location: Debugger.Location; - profile: Profile; - /** - * Profile title passed as an argument to console.profile(). - */ - title?: string; - } - } - - namespace HeapProfiler { - /** - * Heap snapshot object id. - */ - type HeapSnapshotObjectId = string; - - /** - * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. - */ - interface SamplingHeapProfileNode { - /** - * Function location. - */ - callFrame: Runtime.CallFrame; - /** - * Allocations size in bytes for the node excluding children. - */ - selfSize: number; - /** - * Child nodes. - */ - children: SamplingHeapProfileNode[]; - } - - /** - * Profile. - */ - interface SamplingHeapProfile { - head: SamplingHeapProfileNode; - } - - interface StartTrackingHeapObjectsParameterType { - trackAllocations?: boolean; - } - - interface StopTrackingHeapObjectsParameterType { - /** - * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. - */ - reportProgress?: boolean; - } - - interface TakeHeapSnapshotParameterType { - /** - * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. - */ - reportProgress?: boolean; - } - - interface GetObjectByHeapObjectIdParameterType { - objectId: HeapSnapshotObjectId; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string; - } - - interface AddInspectedHeapObjectParameterType { - /** - * Heap snapshot object id to be accessible by means of $x command line API. - */ - heapObjectId: HeapSnapshotObjectId; - } - - interface GetHeapObjectIdParameterType { - /** - * Identifier of the object to get heap object id for. - */ - objectId: Runtime.RemoteObjectId; - } - - interface StartSamplingParameterType { - /** - * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. - */ - samplingInterval?: number; - } - - interface GetObjectByHeapObjectIdReturnType { - /** - * Evaluation result. - */ - result: Runtime.RemoteObject; - } - - interface GetHeapObjectIdReturnType { - /** - * Id of the heap snapshot object corresponding to the passed remote object id. - */ - heapSnapshotObjectId: HeapSnapshotObjectId; - } - - interface StopSamplingReturnType { - /** - * Recorded sampling heap profile. - */ - profile: SamplingHeapProfile; - } - - interface GetSamplingProfileReturnType { - /** - * Return the sampling profile being collected. - */ - profile: SamplingHeapProfile; - } - - interface AddHeapSnapshotChunkEventDataType { - chunk: string; - } - - interface ReportHeapSnapshotProgressEventDataType { - done: number; - total: number; - finished?: boolean; - } - - interface LastSeenObjectIdEventDataType { - lastSeenObjectId: number; - timestamp: number; - } - - interface HeapStatsUpdateEventDataType { - /** - * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. - */ - statsUpdate: number[]; - } - } - - namespace NodeTracing { - interface TraceConfig { - /** - * Controls how the trace buffer stores data. - */ - recordMode?: string; - /** - * Included category filters. - */ - includedCategories: string[]; - } - - interface StartParameterType { - traceConfig: TraceConfig; - } - - interface GetCategoriesReturnType { - /** - * A list of supported tracing categories. - */ - categories: string[]; - } - - interface DataCollectedEventDataType { - value: Array<{}>; - } - } - - namespace NodeWorker { - type WorkerID = string; - - /** - * Unique identifier of attached debugging session. - */ - type SessionID = string; - - interface WorkerInfo { - workerId: WorkerID; - type: string; - title: string; - url: string; - } - - interface SendMessageToWorkerParameterType { - message: string; - /** - * Identifier of the session. - */ - sessionId: SessionID; - } - - interface EnableParameterType { - /** - * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` - * message to run them. - */ - waitForDebuggerOnStart: boolean; - } - - interface DetachParameterType { - sessionId: SessionID; - } - - interface AttachedToWorkerEventDataType { - /** - * Identifier assigned to the session used to send/receive messages. - */ - sessionId: SessionID; - workerInfo: WorkerInfo; - waitingForDebugger: boolean; - } - - interface DetachedFromWorkerEventDataType { - /** - * Detached session identifier. - */ - sessionId: SessionID; - } - - interface ReceivedMessageFromWorkerEventDataType { - /** - * Identifier of a session which sends a message. - */ - sessionId: SessionID; - message: string; - } - } - - namespace NodeRuntime { - interface NotifyWhenWaitingForDisconnectParameterType { - enabled: boolean; - } - } - - /** - * The inspector.Session is used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications. - */ - class Session extends EventEmitter { - /** - * Create a new instance of the inspector.Session class. - * The inspector session needs to be connected through session.connect() before the messages can be dispatched to the inspector backend. - */ - constructor(); - - /** - * Connects a session to the inspector back-end. - * An exception will be thrown if there is already a connected session established either - * through the API or by a front-end connected to the Inspector WebSocket port. - */ - connect(): void; - - /** - * Immediately close the session. All pending message callbacks will be called with an error. - * session.connect() will need to be called to be able to send messages again. - * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints. - */ - disconnect(): void; - - /** - * Posts a message to the inspector back-end. callback will be notified when a response is received. - * callback is a function that accepts two optional arguments - error and message-specific result. - */ - post(method: string, params?: {}, callback?: (err: Error | null, params?: {}) => void): void; - post(method: string, callback?: (err: Error | null, params?: {}) => void): void; - - /** - * Returns supported domains. - */ - post(method: "Schema.getDomains", callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; - - /** - * Evaluates expression on global object. - */ - post(method: "Runtime.evaluate", params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; - post(method: "Runtime.evaluate", callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; - - /** - * Add handler to promise with given promise object id. - */ - post(method: "Runtime.awaitPromise", params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; - post(method: "Runtime.awaitPromise", callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; - - /** - * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. - */ - post(method: "Runtime.callFunctionOn", params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; - post(method: "Runtime.callFunctionOn", callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; - - /** - * Returns properties of a given object. Object group of the result is inherited from the target object. - */ - post(method: "Runtime.getProperties", params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; - post(method: "Runtime.getProperties", callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; - - /** - * Releases remote object with given id. - */ - post(method: "Runtime.releaseObject", params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; - post(method: "Runtime.releaseObject", callback?: (err: Error | null) => void): void; - - /** - * Releases all remote objects that belong to a given group. - */ - post(method: "Runtime.releaseObjectGroup", params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; - post(method: "Runtime.releaseObjectGroup", callback?: (err: Error | null) => void): void; - - /** - * Tells inspected instance to run if it was waiting for debugger to attach. - */ - post(method: "Runtime.runIfWaitingForDebugger", callback?: (err: Error | null) => void): void; - - /** - * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. - */ - post(method: "Runtime.enable", callback?: (err: Error | null) => void): void; - - /** - * Disables reporting of execution contexts creation. - */ - post(method: "Runtime.disable", callback?: (err: Error | null) => void): void; - - /** - * Discards collected exceptions and console API calls. - */ - post(method: "Runtime.discardConsoleEntries", callback?: (err: Error | null) => void): void; - - /** - * @experimental - */ - post(method: "Runtime.setCustomObjectFormatterEnabled", params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; - post(method: "Runtime.setCustomObjectFormatterEnabled", callback?: (err: Error | null) => void): void; - - /** - * Compiles expression. - */ - post(method: "Runtime.compileScript", params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; - post(method: "Runtime.compileScript", callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; - - /** - * Runs script with given id in a given context. - */ - post(method: "Runtime.runScript", params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; - post(method: "Runtime.runScript", callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; - - post(method: "Runtime.queryObjects", params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; - post(method: "Runtime.queryObjects", callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; - - /** - * Returns all let, const and class variables from global scope. - */ - post( - method: "Runtime.globalLexicalScopeNames", - params?: Runtime.GlobalLexicalScopeNamesParameterType, - callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void - ): void; - post(method: "Runtime.globalLexicalScopeNames", callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; - - /** - * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. - */ - post(method: "Debugger.enable", callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; - - /** - * Disables debugger for given page. - */ - post(method: "Debugger.disable", callback?: (err: Error | null) => void): void; - - /** - * Activates / deactivates all breakpoints on the page. - */ - post(method: "Debugger.setBreakpointsActive", params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.setBreakpointsActive", callback?: (err: Error | null) => void): void; - - /** - * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). - */ - post(method: "Debugger.setSkipAllPauses", params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.setSkipAllPauses", callback?: (err: Error | null) => void): void; - - /** - * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. - */ - post(method: "Debugger.setBreakpointByUrl", params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; - post(method: "Debugger.setBreakpointByUrl", callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; - - /** - * Sets JavaScript breakpoint at a given location. - */ - post(method: "Debugger.setBreakpoint", params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; - post(method: "Debugger.setBreakpoint", callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; - - /** - * Removes JavaScript breakpoint. - */ - post(method: "Debugger.removeBreakpoint", params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.removeBreakpoint", callback?: (err: Error | null) => void): void; - - /** - * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. - */ - post( - method: "Debugger.getPossibleBreakpoints", - params?: Debugger.GetPossibleBreakpointsParameterType, - callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void - ): void; - post(method: "Debugger.getPossibleBreakpoints", callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; - - /** - * Continues execution until specific location is reached. - */ - post(method: "Debugger.continueToLocation", params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.continueToLocation", callback?: (err: Error | null) => void): void; - - /** - * @experimental - */ - post(method: "Debugger.pauseOnAsyncCall", params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.pauseOnAsyncCall", callback?: (err: Error | null) => void): void; - - /** - * Steps over the statement. - */ - post(method: "Debugger.stepOver", callback?: (err: Error | null) => void): void; - - /** - * Steps into the function call. - */ - post(method: "Debugger.stepInto", params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.stepInto", callback?: (err: Error | null) => void): void; - - /** - * Steps out of the function call. - */ - post(method: "Debugger.stepOut", callback?: (err: Error | null) => void): void; - - /** - * Stops on the next JavaScript statement. - */ - post(method: "Debugger.pause", callback?: (err: Error | null) => void): void; - - /** - * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. - * @experimental - */ - post(method: "Debugger.scheduleStepIntoAsync", callback?: (err: Error | null) => void): void; - - /** - * Resumes JavaScript execution. - */ - post(method: "Debugger.resume", callback?: (err: Error | null) => void): void; - - /** - * Returns stack trace with given stackTraceId. - * @experimental - */ - post(method: "Debugger.getStackTrace", params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; - post(method: "Debugger.getStackTrace", callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; - - /** - * Searches for given string in script content. - */ - post(method: "Debugger.searchInContent", params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; - post(method: "Debugger.searchInContent", callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; - - /** - * Edits JavaScript source live. - */ - post(method: "Debugger.setScriptSource", params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; - post(method: "Debugger.setScriptSource", callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; - - /** - * Restarts particular call frame from the beginning. - */ - post(method: "Debugger.restartFrame", params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; - post(method: "Debugger.restartFrame", callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; - - /** - * Returns source for the script with given id. - */ - post(method: "Debugger.getScriptSource", params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; - post(method: "Debugger.getScriptSource", callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; - - /** - * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. - */ - post(method: "Debugger.setPauseOnExceptions", params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.setPauseOnExceptions", callback?: (err: Error | null) => void): void; - - /** - * Evaluates expression on a given call frame. - */ - post(method: "Debugger.evaluateOnCallFrame", params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; - post(method: "Debugger.evaluateOnCallFrame", callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; - - /** - * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. - */ - post(method: "Debugger.setVariableValue", params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.setVariableValue", callback?: (err: Error | null) => void): void; - - /** - * Changes return value in top frame. Available only at return break position. - * @experimental - */ - post(method: "Debugger.setReturnValue", params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.setReturnValue", callback?: (err: Error | null) => void): void; - - /** - * Enables or disables async call stacks tracking. - */ - post(method: "Debugger.setAsyncCallStackDepth", params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.setAsyncCallStackDepth", callback?: (err: Error | null) => void): void; - - /** - * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. - * @experimental - */ - post(method: "Debugger.setBlackboxPatterns", params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.setBlackboxPatterns", callback?: (err: Error | null) => void): void; - - /** - * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. - * @experimental - */ - post(method: "Debugger.setBlackboxedRanges", params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; - post(method: "Debugger.setBlackboxedRanges", callback?: (err: Error | null) => void): void; - - /** - * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. - */ - post(method: "Console.enable", callback?: (err: Error | null) => void): void; - - /** - * Disables console domain, prevents further console messages from being reported to the client. - */ - post(method: "Console.disable", callback?: (err: Error | null) => void): void; - - /** - * Does nothing. - */ - post(method: "Console.clearMessages", callback?: (err: Error | null) => void): void; - - post(method: "Profiler.enable", callback?: (err: Error | null) => void): void; - - post(method: "Profiler.disable", callback?: (err: Error | null) => void): void; - - /** - * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. - */ - post(method: "Profiler.setSamplingInterval", params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; - post(method: "Profiler.setSamplingInterval", callback?: (err: Error | null) => void): void; - - post(method: "Profiler.start", callback?: (err: Error | null) => void): void; - - post(method: "Profiler.stop", callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; - - /** - * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. - */ - post(method: "Profiler.startPreciseCoverage", params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; - post(method: "Profiler.startPreciseCoverage", callback?: (err: Error | null) => void): void; - - /** - * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. - */ - post(method: "Profiler.stopPreciseCoverage", callback?: (err: Error | null) => void): void; - - /** - * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. - */ - post(method: "Profiler.takePreciseCoverage", callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; - - /** - * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. - */ - post(method: "Profiler.getBestEffortCoverage", callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; - - /** - * Enable type profile. - * @experimental - */ - post(method: "Profiler.startTypeProfile", callback?: (err: Error | null) => void): void; - - /** - * Disable type profile. Disabling releases type profile data collected so far. - * @experimental - */ - post(method: "Profiler.stopTypeProfile", callback?: (err: Error | null) => void): void; - - /** - * Collect type profile. - * @experimental - */ - post(method: "Profiler.takeTypeProfile", callback?: (err: Error | null, params: Profiler.TakeTypeProfileReturnType) => void): void; - - post(method: "HeapProfiler.enable", callback?: (err: Error | null) => void): void; - - post(method: "HeapProfiler.disable", callback?: (err: Error | null) => void): void; - - post(method: "HeapProfiler.startTrackingHeapObjects", params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; - post(method: "HeapProfiler.startTrackingHeapObjects", callback?: (err: Error | null) => void): void; - - post(method: "HeapProfiler.stopTrackingHeapObjects", params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; - post(method: "HeapProfiler.stopTrackingHeapObjects", callback?: (err: Error | null) => void): void; - - post(method: "HeapProfiler.takeHeapSnapshot", params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; - post(method: "HeapProfiler.takeHeapSnapshot", callback?: (err: Error | null) => void): void; - - post(method: "HeapProfiler.collectGarbage", callback?: (err: Error | null) => void): void; - - post( - method: "HeapProfiler.getObjectByHeapObjectId", - params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, - callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void - ): void; - post(method: "HeapProfiler.getObjectByHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; - - /** - * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). - */ - post(method: "HeapProfiler.addInspectedHeapObject", params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; - post(method: "HeapProfiler.addInspectedHeapObject", callback?: (err: Error | null) => void): void; - - post(method: "HeapProfiler.getHeapObjectId", params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; - post(method: "HeapProfiler.getHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; - - post(method: "HeapProfiler.startSampling", params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; - post(method: "HeapProfiler.startSampling", callback?: (err: Error | null) => void): void; - - post(method: "HeapProfiler.stopSampling", callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; - - post(method: "HeapProfiler.getSamplingProfile", callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; - - /** - * Gets supported tracing categories. - */ - post(method: "NodeTracing.getCategories", callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; - - /** - * Start trace events collection. - */ - post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; - post(method: "NodeTracing.start", callback?: (err: Error | null) => void): void; - - /** - * Stop trace events collection. Remaining collected events will be sent as a sequence of - * dataCollected events followed by tracingComplete event. - */ - post(method: "NodeTracing.stop", callback?: (err: Error | null) => void): void; - - /** - * Sends protocol message over session with given id. - */ - post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; - post(method: "NodeWorker.sendMessageToWorker", callback?: (err: Error | null) => void): void; - - /** - * Instructs the inspector to attach to running workers. Will also attach to new workers - * as they start - */ - post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; - post(method: "NodeWorker.enable", callback?: (err: Error | null) => void): void; - - /** - * Detaches from all running workers and disables attaching to new workers as they are started. - */ - post(method: "NodeWorker.disable", callback?: (err: Error | null) => void): void; - - /** - * Detached from the worker with given sessionId. - */ - post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; - post(method: "NodeWorker.detach", callback?: (err: Error | null) => void): void; - - /** - * Enable the `NodeRuntime.waitingForDisconnect`. - */ - post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; - post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", callback?: (err: Error | null) => void): void; - - // Events - - addListener(event: string, listener: (...args: any[]) => void): this; - - /** - * Emitted when any notification from the V8 Inspector is received. - */ - addListener(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; - - /** - * Issued when new execution context is created. - */ - addListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when execution context is destroyed. - */ - addListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when all executionContexts were cleared in browser - */ - addListener(event: "Runtime.executionContextsCleared", listener: () => void): this; - - /** - * Issued when exception was thrown and unhandled. - */ - addListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when unhandled exception was revoked. - */ - addListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when console API was called. - */ - addListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - addListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - addListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine fails to parse the script. - */ - addListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - addListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - addListener(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine resumed execution. - */ - addListener(event: "Debugger.resumed", listener: () => void): this; - - /** - * Issued when new console message is added. - */ - addListener(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; - - /** - * Sent when new profile recording is started using console.profile() call. - */ - addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; - - addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; - addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; - addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this; - addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; - - /** - * Contains an bucket of collected trace events. - */ - addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; - - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - addListener(event: "NodeTracing.tracingComplete", listener: () => void): this; - - /** - * Issued when attached to a worker. - */ - addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when detached from the worker. - */ - addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - addListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "inspectorNotification", message: InspectorNotification<{}>): boolean; - emit(event: "Runtime.executionContextCreated", message: InspectorNotification): boolean; - emit(event: "Runtime.executionContextDestroyed", message: InspectorNotification): boolean; - emit(event: "Runtime.executionContextsCleared"): boolean; - emit(event: "Runtime.exceptionThrown", message: InspectorNotification): boolean; - emit(event: "Runtime.exceptionRevoked", message: InspectorNotification): boolean; - emit(event: "Runtime.consoleAPICalled", message: InspectorNotification): boolean; - emit(event: "Runtime.inspectRequested", message: InspectorNotification): boolean; - emit(event: "Debugger.scriptParsed", message: InspectorNotification): boolean; - emit(event: "Debugger.scriptFailedToParse", message: InspectorNotification): boolean; - emit(event: "Debugger.breakpointResolved", message: InspectorNotification): boolean; - emit(event: "Debugger.paused", message: InspectorNotification): boolean; - emit(event: "Debugger.resumed"): boolean; - emit(event: "Console.messageAdded", message: InspectorNotification): boolean; - emit(event: "Profiler.consoleProfileStarted", message: InspectorNotification): boolean; - emit(event: "Profiler.consoleProfileFinished", message: InspectorNotification): boolean; - emit(event: "HeapProfiler.addHeapSnapshotChunk", message: InspectorNotification): boolean; - emit(event: "HeapProfiler.resetProfiles"): boolean; - emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification): boolean; - emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification): boolean; - emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification): boolean; - emit(event: "NodeTracing.dataCollected", message: InspectorNotification): boolean; - emit(event: "NodeTracing.tracingComplete"): boolean; - emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification): boolean; - emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification): boolean; - emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification): boolean; - emit(event: "NodeRuntime.waitingForDisconnect"): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - - /** - * Emitted when any notification from the V8 Inspector is received. - */ - on(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; - - /** - * Issued when new execution context is created. - */ - on(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when execution context is destroyed. - */ - on(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when all executionContexts were cleared in browser - */ - on(event: "Runtime.executionContextsCleared", listener: () => void): this; - - /** - * Issued when exception was thrown and unhandled. - */ - on(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when unhandled exception was revoked. - */ - on(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when console API was called. - */ - on(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - on(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - on(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine fails to parse the script. - */ - on(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - on(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - on(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine resumed execution. - */ - on(event: "Debugger.resumed", listener: () => void): this; - - /** - * Issued when new console message is added. - */ - on(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; - - /** - * Sent when new profile recording is started using console.profile() call. - */ - on(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; - - on(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; - on(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; - on(event: "HeapProfiler.resetProfiles", listener: () => void): this; - on(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - on(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; - - /** - * Contains an bucket of collected trace events. - */ - on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; - - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - on(event: "NodeTracing.tracingComplete", listener: () => void): this; - - /** - * Issued when attached to a worker. - */ - on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when detached from the worker. - */ - on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - on(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - - /** - * Emitted when any notification from the V8 Inspector is received. - */ - once(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; - - /** - * Issued when new execution context is created. - */ - once(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when execution context is destroyed. - */ - once(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when all executionContexts were cleared in browser - */ - once(event: "Runtime.executionContextsCleared", listener: () => void): this; - - /** - * Issued when exception was thrown and unhandled. - */ - once(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when unhandled exception was revoked. - */ - once(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when console API was called. - */ - once(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - once(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - once(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine fails to parse the script. - */ - once(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - once(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - once(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine resumed execution. - */ - once(event: "Debugger.resumed", listener: () => void): this; - - /** - * Issued when new console message is added. - */ - once(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; - - /** - * Sent when new profile recording is started using console.profile() call. - */ - once(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; - - once(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; - once(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; - once(event: "HeapProfiler.resetProfiles", listener: () => void): this; - once(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - once(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; - - /** - * Contains an bucket of collected trace events. - */ - once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; - - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - once(event: "NodeTracing.tracingComplete", listener: () => void): this; - - /** - * Issued when attached to a worker. - */ - once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when detached from the worker. - */ - once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - once(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - - /** - * Emitted when any notification from the V8 Inspector is received. - */ - prependListener(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; - - /** - * Issued when new execution context is created. - */ - prependListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when execution context is destroyed. - */ - prependListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when all executionContexts were cleared in browser - */ - prependListener(event: "Runtime.executionContextsCleared", listener: () => void): this; - - /** - * Issued when exception was thrown and unhandled. - */ - prependListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when unhandled exception was revoked. - */ - prependListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when console API was called. - */ - prependListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - prependListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - prependListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine fails to parse the script. - */ - prependListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - prependListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - prependListener(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine resumed execution. - */ - prependListener(event: "Debugger.resumed", listener: () => void): this; - - /** - * Issued when new console message is added. - */ - prependListener(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; - - /** - * Sent when new profile recording is started using console.profile() call. - */ - prependListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; - - prependListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; - prependListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; - prependListener(event: "HeapProfiler.resetProfiles", listener: () => void): this; - prependListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - prependListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; - - /** - * Contains an bucket of collected trace events. - */ - prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; - - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this; - - /** - * Issued when attached to a worker. - */ - prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when detached from the worker. - */ - prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - prependListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - - /** - * Emitted when any notification from the V8 Inspector is received. - */ - prependOnceListener(event: "inspectorNotification", listener: (message: InspectorNotification<{}>) => void): this; - - /** - * Issued when new execution context is created. - */ - prependOnceListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when execution context is destroyed. - */ - prependOnceListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when all executionContexts were cleared in browser - */ - prependOnceListener(event: "Runtime.executionContextsCleared", listener: () => void): this; - - /** - * Issued when exception was thrown and unhandled. - */ - prependOnceListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when unhandled exception was revoked. - */ - prependOnceListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when console API was called. - */ - prependOnceListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - prependOnceListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - prependOnceListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when virtual machine fails to parse the script. - */ - prependOnceListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - prependOnceListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - prependOnceListener(event: "Debugger.paused", listener: (message: InspectorNotification) => void): this; - - /** - * Fired when the virtual machine resumed execution. - */ - prependOnceListener(event: "Debugger.resumed", listener: () => void): this; - - /** - * Issued when new console message is added. - */ - prependOnceListener(event: "Console.messageAdded", listener: (message: InspectorNotification) => void): this; - - /** - * Sent when new profile recording is started using console.profile() call. - */ - prependOnceListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification) => void): this; - - prependOnceListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification) => void): this; - prependOnceListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification) => void): this; - prependOnceListener(event: "HeapProfiler.resetProfiles", listener: () => void): this; - prependOnceListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - prependOnceListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification) => void): this; - - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification) => void): this; - - /** - * Contains an bucket of collected trace events. - */ - prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification) => void): this; - - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this; - - /** - * Issued when attached to a worker. - */ - prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Issued when detached from the worker. - */ - prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification) => void): this; - - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - prependOnceListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this; - } - - // Top Level API - - /** - * Activate inspector on host and port. Equivalent to node --inspect=[[host:]port], but can be done programatically after node has started. - * If wait is true, will block until a client has connected to the inspect port and flow control has been passed to the debugger client. - * @param port Port to listen on for inspector connections. Optional, defaults to what was specified on the CLI. - * @param host Host to listen on for inspector connections. Optional, defaults to what was specified on the CLI. - * @param wait Block until a client has connected. Optional, defaults to false. - */ - function open(port?: number, host?: string, wait?: boolean): void; - - /** - * Deactivate the inspector. Blocks until there are no active connections. - */ - function close(): void; - - /** - * Return the URL of the active inspector, or `undefined` if there is none. - */ - function url(): string | undefined; -} diff --git a/2019-setembro/node_modules/@types/node/module.d.ts b/2019-setembro/node_modules/@types/node/module.d.ts deleted file mode 100644 index f512be7..0000000 --- a/2019-setembro/node_modules/@types/node/module.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -declare module "module" { - export = NodeJS.Module; -} diff --git a/2019-setembro/node_modules/@types/node/net.d.ts b/2019-setembro/node_modules/@types/node/net.d.ts deleted file mode 100644 index c8bccb7..0000000 --- a/2019-setembro/node_modules/@types/node/net.d.ts +++ /dev/null @@ -1,249 +0,0 @@ -declare module "net" { - import * as stream from "stream"; - import * as events from "events"; - import * as dns from "dns"; - - type LookupFunction = (hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void; - - interface AddressInfo { - address: string; - family: string; - port: number; - } - - interface SocketConstructorOpts { - fd?: number; - allowHalfOpen?: boolean; - readable?: boolean; - writable?: boolean; - } - - interface TcpSocketConnectOpts { - port: number; - host?: string; - localAddress?: string; - localPort?: number; - hints?: number; - family?: number; - lookup?: LookupFunction; - } - - interface IpcSocketConnectOpts { - path: string; - } - - type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; - - class Socket extends stream.Duplex { - constructor(options?: SocketConstructorOpts); - - // Extended base methods - write(buffer: Uint8Array | string, cb?: (err?: Error) => void): boolean; - write(str: Uint8Array | string, encoding?: string, cb?: (err?: Error) => void): boolean; - - connect(options: SocketConnectOpts, connectionListener?: () => void): this; - connect(port: number, host: string, connectionListener?: () => void): this; - connect(port: number, connectionListener?: () => void): this; - connect(path: string, connectionListener?: () => void): this; - - setEncoding(encoding?: string): this; - pause(): this; - resume(): this; - setTimeout(timeout: number, callback?: () => void): this; - setNoDelay(noDelay?: boolean): this; - setKeepAlive(enable?: boolean, initialDelay?: number): this; - address(): AddressInfo | string; - unref(): void; - ref(): void; - - readonly bufferSize: number; - readonly bytesRead: number; - readonly bytesWritten: number; - readonly connecting: boolean; - readonly destroyed: boolean; - readonly localAddress: string; - readonly localPort: number; - readonly remoteAddress?: string; - readonly remoteFamily?: string; - readonly remotePort?: number; - - // Extended base methods - end(cb?: () => void): void; - end(buffer: Uint8Array | string, cb?: () => void): void; - end(str: Uint8Array | string, encoding?: string, cb?: () => void): void; - - /** - * events.EventEmitter - * 1. close - * 2. connect - * 3. data - * 4. drain - * 5. end - * 6. error - * 7. lookup - * 8. timeout - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "close", listener: (had_error: boolean) => void): this; - addListener(event: "connect", listener: () => void): this; - addListener(event: "data", listener: (data: Buffer) => void): this; - addListener(event: "drain", listener: () => void): this; - addListener(event: "end", listener: () => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; - addListener(event: "timeout", listener: () => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "close", had_error: boolean): boolean; - emit(event: "connect"): boolean; - emit(event: "data", data: Buffer): boolean; - emit(event: "drain"): boolean; - emit(event: "end"): boolean; - emit(event: "error", err: Error): boolean; - emit(event: "lookup", err: Error, address: string, family: string | number, host: string): boolean; - emit(event: "timeout"): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "close", listener: (had_error: boolean) => void): this; - on(event: "connect", listener: () => void): this; - on(event: "data", listener: (data: Buffer) => void): this; - on(event: "drain", listener: () => void): this; - on(event: "end", listener: () => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; - on(event: "timeout", listener: () => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "close", listener: (had_error: boolean) => void): this; - once(event: "connect", listener: () => void): this; - once(event: "data", listener: (data: Buffer) => void): this; - once(event: "drain", listener: () => void): this; - once(event: "end", listener: () => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; - once(event: "timeout", listener: () => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "close", listener: (had_error: boolean) => void): this; - prependListener(event: "connect", listener: () => void): this; - prependListener(event: "data", listener: (data: Buffer) => void): this; - prependListener(event: "drain", listener: () => void): this; - prependListener(event: "end", listener: () => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; - prependListener(event: "timeout", listener: () => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "close", listener: (had_error: boolean) => void): this; - prependOnceListener(event: "connect", listener: () => void): this; - prependOnceListener(event: "data", listener: (data: Buffer) => void): this; - prependOnceListener(event: "drain", listener: () => void): this; - prependOnceListener(event: "end", listener: () => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: "lookup", listener: (err: Error, address: string, family: string | number, host: string) => void): this; - prependOnceListener(event: "timeout", listener: () => void): this; - } - - interface ListenOptions { - port?: number; - host?: string; - backlog?: number; - path?: string; - exclusive?: boolean; - readableAll?: boolean; - writableAll?: boolean; - /** - * @default false - */ - ipv6Only?: boolean; - } - - // https://github.com/nodejs/node/blob/master/lib/net.js - class Server extends events.EventEmitter { - constructor(connectionListener?: (socket: Socket) => void); - constructor(options?: { allowHalfOpen?: boolean, pauseOnConnect?: boolean }, connectionListener?: (socket: Socket) => void); - - listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; - listen(port?: number, hostname?: string, listeningListener?: () => void): this; - listen(port?: number, backlog?: number, listeningListener?: () => void): this; - listen(port?: number, listeningListener?: () => void): this; - listen(path: string, backlog?: number, listeningListener?: () => void): this; - listen(path: string, listeningListener?: () => void): this; - listen(options: ListenOptions, listeningListener?: () => void): this; - listen(handle: any, backlog?: number, listeningListener?: () => void): this; - listen(handle: any, listeningListener?: () => void): this; - close(callback?: (err?: Error) => void): this; - address(): AddressInfo | string | null; - getConnections(cb: (error: Error | null, count: number) => void): void; - ref(): this; - unref(): this; - maxConnections: number; - connections: number; - listening: boolean; - - /** - * events.EventEmitter - * 1. close - * 2. connection - * 3. error - * 4. listening - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "close", listener: () => void): this; - addListener(event: "connection", listener: (socket: Socket) => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: "listening", listener: () => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "close"): boolean; - emit(event: "connection", socket: Socket): boolean; - emit(event: "error", err: Error): boolean; - emit(event: "listening"): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "close", listener: () => void): this; - on(event: "connection", listener: (socket: Socket) => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: "listening", listener: () => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "close", listener: () => void): this; - once(event: "connection", listener: (socket: Socket) => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: "listening", listener: () => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "close", listener: () => void): this; - prependListener(event: "connection", listener: (socket: Socket) => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: "listening", listener: () => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "connection", listener: (socket: Socket) => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: "listening", listener: () => void): this; - } - - interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { - timeout?: number; - } - - interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { - timeout?: number; - } - - type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; - - function createServer(connectionListener?: (socket: Socket) => void): Server; - function createServer(options?: { allowHalfOpen?: boolean, pauseOnConnect?: boolean }, connectionListener?: (socket: Socket) => void): Server; - function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; - function connect(port: number, host?: string, connectionListener?: () => void): Socket; - function connect(path: string, connectionListener?: () => void): Socket; - function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; - function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; - function createConnection(path: string, connectionListener?: () => void): Socket; - function isIP(input: string): number; - function isIPv4(input: string): boolean; - function isIPv6(input: string): boolean; -} diff --git a/2019-setembro/node_modules/@types/node/os.d.ts b/2019-setembro/node_modules/@types/node/os.d.ts deleted file mode 100644 index 4182e50..0000000 --- a/2019-setembro/node_modules/@types/node/os.d.ts +++ /dev/null @@ -1,201 +0,0 @@ -declare module "os" { - interface CpuInfo { - model: string; - speed: number; - times: { - user: number; - nice: number; - sys: number; - idle: number; - irq: number; - }; - } - - interface NetworkInterfaceBase { - address: string; - netmask: string; - mac: string; - internal: boolean; - cidr: string | null; - } - - interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { - family: "IPv4"; - } - - interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { - family: "IPv6"; - scopeid: number; - } - - interface UserInfo { - username: T; - uid: number; - gid: number; - shell: T; - homedir: T; - } - - type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; - - function hostname(): string; - function loadavg(): number[]; - function uptime(): number; - function freemem(): number; - function totalmem(): number; - function cpus(): CpuInfo[]; - function type(): string; - function release(): string; - function networkInterfaces(): { [index: string]: NetworkInterfaceInfo[] }; - function homedir(): string; - function userInfo(options: { encoding: 'buffer' }): UserInfo; - function userInfo(options?: { encoding: string }): UserInfo; - const constants: { - UV_UDP_REUSEADDR: number; - signals: { - SIGHUP: number; - SIGINT: number; - SIGQUIT: number; - SIGILL: number; - SIGTRAP: number; - SIGABRT: number; - SIGIOT: number; - SIGBUS: number; - SIGFPE: number; - SIGKILL: number; - SIGUSR1: number; - SIGSEGV: number; - SIGUSR2: number; - SIGPIPE: number; - SIGALRM: number; - SIGTERM: number; - SIGCHLD: number; - SIGSTKFLT: number; - SIGCONT: number; - SIGSTOP: number; - SIGTSTP: number; - SIGTTIN: number; - SIGTTOU: number; - SIGURG: number; - SIGXCPU: number; - SIGXFSZ: number; - SIGVTALRM: number; - SIGPROF: number; - SIGWINCH: number; - SIGIO: number; - SIGPOLL: number; - SIGPWR: number; - SIGSYS: number; - SIGUNUSED: number; - }; - errno: { - E2BIG: number; - EACCES: number; - EADDRINUSE: number; - EADDRNOTAVAIL: number; - EAFNOSUPPORT: number; - EAGAIN: number; - EALREADY: number; - EBADF: number; - EBADMSG: number; - EBUSY: number; - ECANCELED: number; - ECHILD: number; - ECONNABORTED: number; - ECONNREFUSED: number; - ECONNRESET: number; - EDEADLK: number; - EDESTADDRREQ: number; - EDOM: number; - EDQUOT: number; - EEXIST: number; - EFAULT: number; - EFBIG: number; - EHOSTUNREACH: number; - EIDRM: number; - EILSEQ: number; - EINPROGRESS: number; - EINTR: number; - EINVAL: number; - EIO: number; - EISCONN: number; - EISDIR: number; - ELOOP: number; - EMFILE: number; - EMLINK: number; - EMSGSIZE: number; - EMULTIHOP: number; - ENAMETOOLONG: number; - ENETDOWN: number; - ENETRESET: number; - ENETUNREACH: number; - ENFILE: number; - ENOBUFS: number; - ENODATA: number; - ENODEV: number; - ENOENT: number; - ENOEXEC: number; - ENOLCK: number; - ENOLINK: number; - ENOMEM: number; - ENOMSG: number; - ENOPROTOOPT: number; - ENOSPC: number; - ENOSR: number; - ENOSTR: number; - ENOSYS: number; - ENOTCONN: number; - ENOTDIR: number; - ENOTEMPTY: number; - ENOTSOCK: number; - ENOTSUP: number; - ENOTTY: number; - ENXIO: number; - EOPNOTSUPP: number; - EOVERFLOW: number; - EPERM: number; - EPIPE: number; - EPROTO: number; - EPROTONOSUPPORT: number; - EPROTOTYPE: number; - ERANGE: number; - EROFS: number; - ESPIPE: number; - ESRCH: number; - ESTALE: number; - ETIME: number; - ETIMEDOUT: number; - ETXTBSY: number; - EWOULDBLOCK: number; - EXDEV: number; - }; - priority: { - PRIORITY_LOW: number; - PRIORITY_BELOW_NORMAL: number; - PRIORITY_NORMAL: number; - PRIORITY_ABOVE_NORMAL: number; - PRIORITY_HIGH: number; - PRIORITY_HIGHEST: number; - } - }; - function arch(): string; - function platform(): NodeJS.Platform; - function tmpdir(): string; - const EOL: string; - function endianness(): "BE" | "LE"; - /** - * Gets the priority of a process. - * Defaults to current process. - */ - function getPriority(pid?: number): number; - /** - * Sets the priority of the current process. - * @param priority Must be in range of -20 to 19 - */ - function setPriority(priority: number): void; - /** - * Sets the priority of the process specified process. - * @param priority Must be in range of -20 to 19 - */ - function setPriority(pid: number, priority: number): void; -} diff --git a/2019-setembro/node_modules/@types/node/package.json b/2019-setembro/node_modules/@types/node/package.json deleted file mode 100644 index 5acd4d4..0000000 --- a/2019-setembro/node_modules/@types/node/package.json +++ /dev/null @@ -1,211 +0,0 @@ -{ - "name": "@types/node", - "version": "12.7.4", - "description": "TypeScript definitions for Node.js", - "license": "MIT", - "contributors": [ - { - "name": "Microsoft TypeScript", - "url": "https://github.com/Microsoft", - "githubUsername": "Microsoft" - }, - { - "name": "DefinitelyTyped", - "url": "https://github.com/DefinitelyTyped", - "githubUsername": "DefinitelyTyped" - }, - { - "name": "Alberto Schiabel", - "url": "https://github.com/jkomyno", - "githubUsername": "jkomyno" - }, - { - "name": "Alexander T.", - "url": "https://github.com/a-tarasyuk", - "githubUsername": "a-tarasyuk" - }, - { - "name": "Alvis HT Tang", - "url": "https://github.com/alvis", - "githubUsername": "alvis" - }, - { - "name": "Andrew Makarov", - "url": "https://github.com/r3nya", - "githubUsername": "r3nya" - }, - { - "name": "Benjamin Toueg", - "url": "https://github.com/btoueg", - "githubUsername": "btoueg" - }, - { - "name": "Bruno Scheufler", - "url": "https://github.com/brunoscheufler", - "githubUsername": "brunoscheufler" - }, - { - "name": "Chigozirim C.", - "url": "https://github.com/smac89", - "githubUsername": "smac89" - }, - { - "name": "Christian Vaagland Tellnes", - "url": "https://github.com/tellnes", - "githubUsername": "tellnes" - }, - { - "name": "David Junger", - "url": "https://github.com/touffy", - "githubUsername": "touffy" - }, - { - "name": "Deividas Bakanas", - "url": "https://github.com/DeividasBakanas", - "githubUsername": "DeividasBakanas" - }, - { - "name": "Eugene Y. Q. Shen", - "url": "https://github.com/eyqs", - "githubUsername": "eyqs" - }, - { - "name": "Flarna", - "url": "https://github.com/Flarna", - "githubUsername": "Flarna" - }, - { - "name": "Hannes Magnusson", - "url": "https://github.com/Hannes-Magnusson-CK", - "githubUsername": "Hannes-Magnusson-CK" - }, - { - "name": "Hoàng Văn Khải", - "url": "https://github.com/KSXGitHub", - "githubUsername": "KSXGitHub" - }, - { - "name": "Huw", - "url": "https://github.com/hoo29", - "githubUsername": "hoo29" - }, - { - "name": "Kelvin Jin", - "url": "https://github.com/kjin", - "githubUsername": "kjin" - }, - { - "name": "Klaus Meinhardt", - "url": "https://github.com/ajafff", - "githubUsername": "ajafff" - }, - { - "name": "Lishude", - "url": "https://github.com/islishude", - "githubUsername": "islishude" - }, - { - "name": "Mariusz Wiktorczyk", - "url": "https://github.com/mwiktorczyk", - "githubUsername": "mwiktorczyk" - }, - { - "name": "Matthieu Sieben", - "url": "https://github.com/matthieusieben", - "githubUsername": "matthieusieben" - }, - { - "name": "Mohsen Azimi", - "url": "https://github.com/mohsen1", - "githubUsername": "mohsen1" - }, - { - "name": "Nicolas Even", - "url": "https://github.com/n-e", - "githubUsername": "n-e" - }, - { - "name": "Nicolas Voigt", - "url": "https://github.com/octo-sniffle", - "githubUsername": "octo-sniffle" - }, - { - "name": "Parambir Singh", - "url": "https://github.com/parambirs", - "githubUsername": "parambirs" - }, - { - "name": "Sebastian Silbermann", - "url": "https://github.com/eps1lon", - "githubUsername": "eps1lon" - }, - { - "name": "Simon Schick", - "url": "https://github.com/SimonSchick", - "githubUsername": "SimonSchick" - }, - { - "name": "Thomas den Hollander", - "url": "https://github.com/ThomasdenH", - "githubUsername": "ThomasdenH" - }, - { - "name": "Wilco Bakker", - "url": "https://github.com/WilcoBakker", - "githubUsername": "WilcoBakker" - }, - { - "name": "wwwy3y3", - "url": "https://github.com/wwwy3y3", - "githubUsername": "wwwy3y3" - }, - { - "name": "Zane Hannan AU", - "url": "https://github.com/ZaneHannanAU", - "githubUsername": "ZaneHannanAU" - }, - { - "name": "Samuel Ainsworth", - "url": "https://github.com/samuela", - "githubUsername": "samuela" - }, - { - "name": "Kyle Uehlein", - "url": "https://github.com/kuehlein", - "githubUsername": "kuehlein" - }, - { - "name": "Jordi Oliveras Rovira", - "url": "https://github.com/j-oliveras", - "githubUsername": "j-oliveras" - }, - { - "name": "Thanik Bhongbhibhat", - "url": "https://github.com/bhongy", - "githubUsername": "bhongy" - }, - { - "name": "Marcin Kopacz", - "url": "https://github.com/chyzwar", - "githubUsername": "chyzwar" - } - ], - "main": "", - "types": "index", - "typesVersions": { - ">=3.2.0-0": { - "*": [ - "ts3.2/*" - ] - } - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/node" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "4a4995fbb23f76056c0076d4f3f947572a882c78d6502633cdb5a02bf4005f58", - "typeScriptVersion": "2.0" -} \ No newline at end of file diff --git a/2019-setembro/node_modules/@types/node/path.d.ts b/2019-setembro/node_modules/@types/node/path.d.ts deleted file mode 100644 index 2f4a549..0000000 --- a/2019-setembro/node_modules/@types/node/path.d.ts +++ /dev/null @@ -1,159 +0,0 @@ -declare module "path" { - /** - * A parsed path object generated by path.parse() or consumed by path.format(). - */ - interface ParsedPath { - /** - * The root of the path such as '/' or 'c:\' - */ - root: string; - /** - * The full directory path such as '/home/user/dir' or 'c:\path\dir' - */ - dir: string; - /** - * The file name including extension (if any) such as 'index.html' - */ - base: string; - /** - * The file extension (if any) such as '.html' - */ - ext: string; - /** - * The file name without extension (if any) such as 'index' - */ - name: string; - } - interface FormatInputPathObject { - /** - * The root of the path such as '/' or 'c:\' - */ - root?: string; - /** - * The full directory path such as '/home/user/dir' or 'c:\path\dir' - */ - dir?: string; - /** - * The file name including extension (if any) such as 'index.html' - */ - base?: string; - /** - * The file extension (if any) such as '.html' - */ - ext?: string; - /** - * The file name without extension (if any) such as 'index' - */ - name?: string; - } - - /** - * Normalize a string path, reducing '..' and '.' parts. - * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. - * - * @param p string path to normalize. - */ - function normalize(p: string): string; - /** - * Join all arguments together and normalize the resulting path. - * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. - * - * @param paths paths to join. - */ - function join(...paths: string[]): string; - /** - * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. - * - * Starting from leftmost {from} parameter, resolves {to} to an absolute path. - * - * If {to} isn't already absolute, {from} arguments are prepended in right to left order, - * until an absolute path is found. If after using all {from} paths still no absolute path is found, - * the current working directory is used as well. The resulting path is normalized, - * and trailing slashes are removed unless the path gets resolved to the root directory. - * - * @param pathSegments string paths to join. Non-string arguments are ignored. - */ - function resolve(...pathSegments: string[]): string; - /** - * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. - * - * @param path path to test. - */ - function isAbsolute(path: string): boolean; - /** - * Solve the relative path from {from} to {to}. - * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. - */ - function relative(from: string, to: string): string; - /** - * Return the directory name of a path. Similar to the Unix dirname command. - * - * @param p the path to evaluate. - */ - function dirname(p: string): string; - /** - * Return the last portion of a path. Similar to the Unix basename command. - * Often used to extract the file name from a fully qualified path. - * - * @param p the path to evaluate. - * @param ext optionally, an extension to remove from the result. - */ - function basename(p: string, ext?: string): string; - /** - * Return the extension of the path, from the last '.' to end of string in the last portion of the path. - * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string - * - * @param p the path to evaluate. - */ - function extname(p: string): string; - /** - * The platform-specific file separator. '\\' or '/'. - */ - const sep: '\\' | '/'; - /** - * The platform-specific file delimiter. ';' or ':'. - */ - const delimiter: ';' | ':'; - /** - * Returns an object from a path string - the opposite of format(). - * - * @param pathString path to evaluate. - */ - function parse(pathString: string): ParsedPath; - /** - * Returns a path string from an object - the opposite of parse(). - * - * @param pathString path to evaluate. - */ - function format(pathObject: FormatInputPathObject): string; - - namespace posix { - function normalize(p: string): string; - function join(...paths: string[]): string; - function resolve(...pathSegments: string[]): string; - function isAbsolute(p: string): boolean; - function relative(from: string, to: string): string; - function dirname(p: string): string; - function basename(p: string, ext?: string): string; - function extname(p: string): string; - const sep: string; - const delimiter: string; - function parse(p: string): ParsedPath; - function format(pP: FormatInputPathObject): string; - } - - namespace win32 { - function normalize(p: string): string; - function join(...paths: string[]): string; - function resolve(...pathSegments: string[]): string; - function isAbsolute(p: string): boolean; - function relative(from: string, to: string): string; - function dirname(p: string): string; - function basename(p: string, ext?: string): string; - function extname(p: string): string; - const sep: string; - const delimiter: string; - function parse(p: string): ParsedPath; - function format(pP: FormatInputPathObject): string; - } -} diff --git a/2019-setembro/node_modules/@types/node/perf_hooks.d.ts b/2019-setembro/node_modules/@types/node/perf_hooks.d.ts deleted file mode 100644 index bf44d44..0000000 --- a/2019-setembro/node_modules/@types/node/perf_hooks.d.ts +++ /dev/null @@ -1,304 +0,0 @@ -declare module "perf_hooks" { - import { AsyncResource } from "async_hooks"; - - interface PerformanceEntry { - /** - * The total number of milliseconds elapsed for this entry. - * This value will not be meaningful for all Performance Entry types. - */ - readonly duration: number; - - /** - * The name of the performance entry. - */ - readonly name: string; - - /** - * The high resolution millisecond timestamp marking the starting time of the Performance Entry. - */ - readonly startTime: number; - - /** - * The type of the performance entry. - * Currently it may be one of: 'node', 'mark', 'measure', 'gc', or 'function'. - */ - readonly entryType: string; - - /** - * When performanceEntry.entryType is equal to 'gc', the performance.kind property identifies - * the type of garbage collection operation that occurred. - * The value may be one of perf_hooks.constants. - */ - readonly kind?: number; - } - - interface PerformanceNodeTiming extends PerformanceEntry { - /** - * The high resolution millisecond timestamp at which the Node.js process completed bootstrap. - */ - readonly bootstrapComplete: number; - - /** - * The high resolution millisecond timestamp at which cluster processing ended. - */ - readonly clusterSetupEnd: number; - - /** - * The high resolution millisecond timestamp at which cluster processing started. - */ - readonly clusterSetupStart: number; - - /** - * The high resolution millisecond timestamp at which the Node.js event loop exited. - */ - readonly loopExit: number; - - /** - * The high resolution millisecond timestamp at which the Node.js event loop started. - */ - readonly loopStart: number; - - /** - * The high resolution millisecond timestamp at which main module load ended. - */ - readonly moduleLoadEnd: number; - - /** - * The high resolution millisecond timestamp at which main module load started. - */ - readonly moduleLoadStart: number; - - /** - * The high resolution millisecond timestamp at which the Node.js process was initialized. - */ - readonly nodeStart: number; - - /** - * The high resolution millisecond timestamp at which preload module load ended. - */ - readonly preloadModuleLoadEnd: number; - - /** - * The high resolution millisecond timestamp at which preload module load started. - */ - readonly preloadModuleLoadStart: number; - - /** - * The high resolution millisecond timestamp at which third_party_main processing ended. - */ - readonly thirdPartyMainEnd: number; - - /** - * The high resolution millisecond timestamp at which third_party_main processing started. - */ - readonly thirdPartyMainStart: number; - - /** - * The high resolution millisecond timestamp at which the V8 platform was initialized. - */ - readonly v8Start: number; - } - - interface Performance { - /** - * If name is not provided, removes all PerformanceFunction objects from the Performance Timeline. - * If name is provided, removes entries with name. - * @param name - */ - clearFunctions(name?: string): void; - - /** - * If name is not provided, removes all PerformanceMark objects from the Performance Timeline. - * If name is provided, removes only the named mark. - * @param name - */ - clearMarks(name?: string): void; - - /** - * If name is not provided, removes all PerformanceMeasure objects from the Performance Timeline. - * If name is provided, removes only objects whose performanceEntry.name matches name. - */ - clearMeasures(name?: string): void; - - /** - * Returns a list of all PerformanceEntry objects in chronological order with respect to performanceEntry.startTime. - * @return list of all PerformanceEntry objects - */ - getEntries(): PerformanceEntry[]; - - /** - * Returns a list of all PerformanceEntry objects in chronological order with respect to performanceEntry.startTime - * whose performanceEntry.name is equal to name, and optionally, whose performanceEntry.entryType is equal to type. - * @param name - * @param type - * @return list of all PerformanceEntry objects - */ - getEntriesByName(name: string, type?: string): PerformanceEntry[]; - - /** - * Returns a list of all PerformanceEntry objects in chronological order with respect to performanceEntry.startTime - * whose performanceEntry.entryType is equal to type. - * @param type - * @return list of all PerformanceEntry objects - */ - getEntriesByType(type: string): PerformanceEntry[]; - - /** - * Creates a new PerformanceMark entry in the Performance Timeline. - * A PerformanceMark is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'mark', - * and whose performanceEntry.duration is always 0. - * Performance marks are used to mark specific significant moments in the Performance Timeline. - * @param name - */ - mark(name?: string): void; - - /** - * Creates a new PerformanceMeasure entry in the Performance Timeline. - * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', - * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. - * - * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify - * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, - * then startMark is set to timeOrigin by default. - * - * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp - * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. - * @param name - * @param startMark - * @param endMark - */ - measure(name: string, startMark: string, endMark: string): void; - - /** - * An instance of the PerformanceNodeTiming class that provides performance metrics for specific Node.js operational milestones. - */ - readonly nodeTiming: PerformanceNodeTiming; - - /** - * @return the current high resolution millisecond timestamp - */ - now(): number; - - /** - * The timeOrigin specifies the high resolution millisecond timestamp from which all performance metric durations are measured. - */ - readonly timeOrigin: number; - - /** - * Wraps a function within a new function that measures the running time of the wrapped function. - * A PerformanceObserver must be subscribed to the 'function' event type in order for the timing details to be accessed. - * @param fn - */ - timerify any>(fn: T): T; - } - - interface PerformanceObserverEntryList { - /** - * @return a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime. - */ - getEntries(): PerformanceEntry[]; - - /** - * @return a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime - * whose performanceEntry.name is equal to name, and optionally, whose performanceEntry.entryType is equal to type. - */ - getEntriesByName(name: string, type?: string): PerformanceEntry[]; - - /** - * @return Returns a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime - * whose performanceEntry.entryType is equal to type. - */ - getEntriesByType(type: string): PerformanceEntry[]; - } - - type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; - - class PerformanceObserver extends AsyncResource { - constructor(callback: PerformanceObserverCallback); - - /** - * Disconnects the PerformanceObserver instance from all notifications. - */ - disconnect(): void; - - /** - * Subscribes the PerformanceObserver instance to notifications of new PerformanceEntry instances identified by options.entryTypes. - * When options.buffered is false, the callback will be invoked once for every PerformanceEntry instance. - * Property buffered defaults to false. - * @param options - */ - observe(options: { entryTypes: string[], buffered?: boolean }): void; - } - - namespace constants { - const NODE_PERFORMANCE_GC_MAJOR: number; - const NODE_PERFORMANCE_GC_MINOR: number; - const NODE_PERFORMANCE_GC_INCREMENTAL: number; - const NODE_PERFORMANCE_GC_WEAKCB: number; - } - - const performance: Performance; - - interface EventLoopMonitorOptions { - /** - * The sampling rate in milliseconds. - * Must be greater than zero. - * @default 10 - */ - resolution?: number; - } - - interface EventLoopDelayMonitor { - /** - * Enables the event loop delay sample timer. Returns `true` if the timer was started, `false` if it was already started. - */ - enable(): boolean; - /** - * Disables the event loop delay sample timer. Returns `true` if the timer was stopped, `false` if it was already stopped. - */ - disable(): boolean; - - /** - * Resets the collected histogram data. - */ - reset(): void; - - /** - * Returns the value at the given percentile. - * @param percentile A percentile value between 1 and 100. - */ - percentile(percentile: number): number; - - /** - * A `Map` object detailing the accumulated percentile distribution. - */ - readonly percentiles: Map; - - /** - * The number of times the event loop delay exceeded the maximum 1 hour eventloop delay threshold. - */ - readonly exceeds: number; - - /** - * The minimum recorded event loop delay. - */ - readonly min: number; - - /** - * The maximum recorded event loop delay. - */ - readonly max: number; - - /** - * The mean of the recorded event loop delays. - */ - readonly mean: number; - - /** - * The standard deviation of the recorded event loop delays. - */ - readonly stddev: number; - } - - function monitorEventLoopDelay(options?: EventLoopMonitorOptions): EventLoopDelayMonitor; -} diff --git a/2019-setembro/node_modules/@types/node/process.d.ts b/2019-setembro/node_modules/@types/node/process.d.ts deleted file mode 100644 index ccd5c9c..0000000 --- a/2019-setembro/node_modules/@types/node/process.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -declare module "process" { - export = process; -} diff --git a/2019-setembro/node_modules/@types/node/punycode.d.ts b/2019-setembro/node_modules/@types/node/punycode.d.ts deleted file mode 100644 index 75d2811..0000000 --- a/2019-setembro/node_modules/@types/node/punycode.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -declare module "punycode" { - function decode(string: string): string; - function encode(string: string): string; - function toUnicode(domain: string): string; - function toASCII(domain: string): string; - const ucs2: ucs2; - interface ucs2 { - decode(string: string): number[]; - encode(codePoints: number[]): string; - } - const version: string; -} diff --git a/2019-setembro/node_modules/@types/node/querystring.d.ts b/2019-setembro/node_modules/@types/node/querystring.d.ts deleted file mode 100644 index 23359d9..0000000 --- a/2019-setembro/node_modules/@types/node/querystring.d.ts +++ /dev/null @@ -1,32 +0,0 @@ -declare module "querystring" { - interface StringifyOptions { - encodeURIComponent?: (str: string) => string; - } - - interface ParseOptions { - maxKeys?: number; - decodeURIComponent?: (str: string) => string; - } - - interface ParsedUrlQuery { [key: string]: string | string[]; } - - interface ParsedUrlQueryInput { - [key: string]: - // The value type here is a "poor man's `unknown`". When these types support TypeScript - // 3.0+, we can replace this with `unknown`. - {} | null | undefined; - } - - function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; - function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; - /** - * The querystring.encode() function is an alias for querystring.stringify(). - */ - const encode: typeof stringify; - /** - * The querystring.decode() function is an alias for querystring.parse(). - */ - const decode: typeof parse; - function escape(str: string): string; - function unescape(str: string): string; -} diff --git a/2019-setembro/node_modules/@types/node/readline.d.ts b/2019-setembro/node_modules/@types/node/readline.d.ts deleted file mode 100644 index ed47fef..0000000 --- a/2019-setembro/node_modules/@types/node/readline.d.ts +++ /dev/null @@ -1,150 +0,0 @@ -declare module "readline" { - import * as events from "events"; - import * as stream from "stream"; - - interface Key { - sequence?: string; - name?: string; - ctrl?: boolean; - meta?: boolean; - shift?: boolean; - } - - class Interface extends events.EventEmitter { - readonly terminal: boolean; - - /** - * NOTE: According to the documentation: - * - * > Instances of the `readline.Interface` class are constructed using the - * > `readline.createInterface()` method. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface - */ - protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean); - /** - * NOTE: According to the documentation: - * - * > Instances of the `readline.Interface` class are constructed using the - * > `readline.createInterface()` method. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface - */ - protected constructor(options: ReadLineOptions); - - setPrompt(prompt: string): void; - prompt(preserveCursor?: boolean): void; - question(query: string, callback: (answer: string) => void): void; - pause(): this; - resume(): this; - close(): void; - write(data: string | Buffer, key?: Key): void; - - /** - * events.EventEmitter - * 1. close - * 2. line - * 3. pause - * 4. resume - * 5. SIGCONT - * 6. SIGINT - * 7. SIGTSTP - */ - - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "close", listener: () => void): this; - addListener(event: "line", listener: (input: string) => void): this; - addListener(event: "pause", listener: () => void): this; - addListener(event: "resume", listener: () => void): this; - addListener(event: "SIGCONT", listener: () => void): this; - addListener(event: "SIGINT", listener: () => void): this; - addListener(event: "SIGTSTP", listener: () => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "close"): boolean; - emit(event: "line", input: string): boolean; - emit(event: "pause"): boolean; - emit(event: "resume"): boolean; - emit(event: "SIGCONT"): boolean; - emit(event: "SIGINT"): boolean; - emit(event: "SIGTSTP"): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "close", listener: () => void): this; - on(event: "line", listener: (input: string) => void): this; - on(event: "pause", listener: () => void): this; - on(event: "resume", listener: () => void): this; - on(event: "SIGCONT", listener: () => void): this; - on(event: "SIGINT", listener: () => void): this; - on(event: "SIGTSTP", listener: () => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "close", listener: () => void): this; - once(event: "line", listener: (input: string) => void): this; - once(event: "pause", listener: () => void): this; - once(event: "resume", listener: () => void): this; - once(event: "SIGCONT", listener: () => void): this; - once(event: "SIGINT", listener: () => void): this; - once(event: "SIGTSTP", listener: () => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "close", listener: () => void): this; - prependListener(event: "line", listener: (input: string) => void): this; - prependListener(event: "pause", listener: () => void): this; - prependListener(event: "resume", listener: () => void): this; - prependListener(event: "SIGCONT", listener: () => void): this; - prependListener(event: "SIGINT", listener: () => void): this; - prependListener(event: "SIGTSTP", listener: () => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "line", listener: (input: string) => void): this; - prependOnceListener(event: "pause", listener: () => void): this; - prependOnceListener(event: "resume", listener: () => void): this; - prependOnceListener(event: "SIGCONT", listener: () => void): this; - prependOnceListener(event: "SIGINT", listener: () => void): this; - prependOnceListener(event: "SIGTSTP", listener: () => void): this; - [Symbol.asyncIterator](): AsyncIterableIterator; - } - - type ReadLine = Interface; // type forwarded for backwards compatiblity - - type Completer = (line: string) => CompleterResult; - type AsyncCompleter = (line: string, callback: (err?: null | Error, result?: CompleterResult) => void) => any; - - type CompleterResult = [string[], string]; - - interface ReadLineOptions { - input: NodeJS.ReadableStream; - output?: NodeJS.WritableStream; - completer?: Completer | AsyncCompleter; - terminal?: boolean; - historySize?: number; - prompt?: string; - crlfDelay?: number; - removeHistoryDuplicates?: boolean; - } - - function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface; - function createInterface(options: ReadLineOptions): Interface; - function emitKeypressEvents(stream: NodeJS.ReadableStream, interface?: Interface): void; - - type Direction = -1 | 0 | 1; - - /** - * Clears the current line of this WriteStream in a direction identified by `dir`. - */ - function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; - /** - * Clears this `WriteStream` from the current cursor down. - */ - function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; - /** - * Moves this WriteStream's cursor to the specified position. - */ - function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; - /** - * Moves this WriteStream's cursor relative to its current position. - */ - function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; -} diff --git a/2019-setembro/node_modules/@types/node/repl.d.ts b/2019-setembro/node_modules/@types/node/repl.d.ts deleted file mode 100644 index 71f4904..0000000 --- a/2019-setembro/node_modules/@types/node/repl.d.ts +++ /dev/null @@ -1,382 +0,0 @@ -declare module "repl" { - import { Interface, Completer, AsyncCompleter } from "readline"; - import { Context } from "vm"; - import { InspectOptions } from "util"; - - interface ReplOptions { - /** - * The input prompt to display. - * Default: `"> "` - */ - prompt?: string; - /** - * The `Readable` stream from which REPL input will be read. - * Default: `process.stdin` - */ - input?: NodeJS.ReadableStream; - /** - * The `Writable` stream to which REPL output will be written. - * Default: `process.stdout` - */ - output?: NodeJS.WritableStream; - /** - * If `true`, specifies that the output should be treated as a TTY terminal, and have - * ANSI/VT100 escape codes written to it. - * Default: checking the value of the `isTTY` property on the output stream upon - * instantiation. - */ - terminal?: boolean; - /** - * The function to be used when evaluating each given line of input. - * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can - * error with `repl.Recoverable` to indicate the input was incomplete and prompt for - * additional lines. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions - */ - eval?: REPLEval; - /** - * If `true`, specifies that the default `writer` function should include ANSI color - * styling to REPL output. If a custom `writer` function is provided then this has no - * effect. - * Default: the REPL instance's `terminal` value. - */ - useColors?: boolean; - /** - * If `true`, specifies that the default evaluation function will use the JavaScript - * `global` as the context as opposed to creating a new separate context for the REPL - * instance. The node CLI REPL sets this value to `true`. - * Default: `false`. - */ - useGlobal?: boolean; - /** - * If `true`, specifies that the default writer will not output the return value of a - * command if it evaluates to `undefined`. - * Default: `false`. - */ - ignoreUndefined?: boolean; - /** - * The function to invoke to format the output of each command before writing to `output`. - * Default: a wrapper for `util.inspect`. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output - */ - writer?: REPLWriter; - /** - * An optional function used for custom Tab auto completion. - * - * @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function - */ - completer?: Completer | AsyncCompleter; - /** - * A flag that specifies whether the default evaluator executes all JavaScript commands in - * strict mode or default (sloppy) mode. - * Accepted values are: - * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. - * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to - * prefacing every repl statement with `'use strict'`. - */ - replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; - /** - * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is - * pressed. This cannot be used together with a custom `eval` function. - * Default: `false`. - */ - breakEvalOnSigint?: boolean; - } - - type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void; - type REPLWriter = (this: REPLServer, obj: any) => string; - - /** - * This is the default "writer" value, if none is passed in the REPL options, - * and it can be overridden by custom print functions. - */ - const writer: REPLWriter & { options: InspectOptions }; - - type REPLCommandAction = (this: REPLServer, text: string) => void; - - interface REPLCommand { - /** - * Help text to be displayed when `.help` is entered. - */ - help?: string; - /** - * The function to execute, optionally accepting a single string argument. - */ - action: REPLCommandAction; - } - - /** - * Provides a customizable Read-Eval-Print-Loop (REPL). - * - * Instances of `repl.REPLServer` will accept individual lines of user input, evaluate those - * according to a user-defined evaluation function, then output the result. Input and output - * may be from `stdin` and `stdout`, respectively, or may be connected to any Node.js `stream`. - * - * Instances of `repl.REPLServer` support automatic completion of inputs, simplistic Emacs-style - * line editing, multi-line inputs, ANSI-styled output, saving and restoring current REPL session - * state, error recovery, and customizable evaluation functions. - * - * Instances of `repl.REPLServer` are created using the `repl.start()` method and _should not_ - * be created directly using the JavaScript `new` keyword. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_repl - */ - class REPLServer extends Interface { - /** - * The `vm.Context` provided to the `eval` function to be used for JavaScript - * evaluation. - */ - readonly context: Context; - /** - * The `Readable` stream from which REPL input will be read. - */ - readonly inputStream: NodeJS.ReadableStream; - /** - * The `Writable` stream to which REPL output will be written. - */ - readonly outputStream: NodeJS.WritableStream; - /** - * The commands registered via `replServer.defineCommand()`. - */ - readonly commands: { readonly [name: string]: REPLCommand | undefined }; - /** - * A value indicating whether the REPL is currently in "editor mode". - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys - */ - readonly editorMode: boolean; - /** - * A value indicating whether the `_` variable has been assigned. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly underscoreAssigned: boolean; - /** - * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly last: any; - /** - * A value indicating whether the `_error` variable has been assigned. - * - * @since v9.8.0 - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly underscoreErrAssigned: boolean; - /** - * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). - * - * @since v9.8.0 - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly lastError: any; - /** - * Specified in the REPL options, this is the function to be used when evaluating each - * given line of input. If not specified in the REPL options, this is an async wrapper - * for the JavaScript `eval()` function. - */ - readonly eval: REPLEval; - /** - * Specified in the REPL options, this is a value indicating whether the default - * `writer` function should include ANSI color styling to REPL output. - */ - readonly useColors: boolean; - /** - * Specified in the REPL options, this is a value indicating whether the default `eval` - * function will use the JavaScript `global` as the context as opposed to creating a new - * separate context for the REPL instance. - */ - readonly useGlobal: boolean; - /** - * Specified in the REPL options, this is a value indicating whether the default `writer` - * function should output the result of a command if it evaluates to `undefined`. - */ - readonly ignoreUndefined: boolean; - /** - * Specified in the REPL options, this is the function to invoke to format the output of - * each command before writing to `outputStream`. If not specified in the REPL options, - * this will be a wrapper for `util.inspect`. - */ - readonly writer: REPLWriter; - /** - * Specified in the REPL options, this is the function to use for custom Tab auto-completion. - */ - readonly completer: Completer | AsyncCompleter; - /** - * Specified in the REPL options, this is a flag that specifies whether the default `eval` - * function should execute all JavaScript commands in strict mode or default (sloppy) mode. - * Possible values are: - * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. - * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to - * prefacing every repl statement with `'use strict'`. - */ - readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; - - /** - * NOTE: According to the documentation: - * - * > Instances of `repl.REPLServer` are created using the `repl.start()` method and - * > _should not_ be created directly using the JavaScript `new` keyword. - * - * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver - */ - private constructor(); - - /** - * Used to add new `.`-prefixed commands to the REPL instance. Such commands are invoked - * by typing a `.` followed by the `keyword`. - * - * @param keyword The command keyword (_without_ a leading `.` character). - * @param cmd The function to invoke when the command is processed. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_replserver_definecommand_keyword_cmd - */ - defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; - /** - * Readies the REPL instance for input from the user, printing the configured `prompt` to a - * new line in the `output` and resuming the `input` to accept new input. - * - * When multi-line input is being entered, an ellipsis is printed rather than the 'prompt'. - * - * This method is primarily intended to be called from within the action function for - * commands registered using the `replServer.defineCommand()` method. - * - * @param preserveCursor When `true`, the cursor placement will not be reset to `0`. - */ - displayPrompt(preserveCursor?: boolean): void; - /** - * Clears any command that has been buffered but not yet executed. - * - * This method is primarily intended to be called from within the action function for - * commands registered using the `replServer.defineCommand()` method. - * - * @since v9.0.0 - */ - clearBufferedCommand(): void; - - /** - * Initializes a history log file for the REPL instance. When executing the - * Node.js binary and using the command line REPL, a history file is initialized - * by default. However, this is not the case when creating a REPL - * programmatically. Use this method to initialize a history log file when working - * with REPL instances programmatically. - * @param path The path to the history file - */ - setupHistory(path: string, cb: (err: Error | null, repl: this) => void): void; - - /** - * events.EventEmitter - * 1. close - inherited from `readline.Interface` - * 2. line - inherited from `readline.Interface` - * 3. pause - inherited from `readline.Interface` - * 4. resume - inherited from `readline.Interface` - * 5. SIGCONT - inherited from `readline.Interface` - * 6. SIGINT - inherited from `readline.Interface` - * 7. SIGTSTP - inherited from `readline.Interface` - * 8. exit - * 9. reset - */ - - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "close", listener: () => void): this; - addListener(event: "line", listener: (input: string) => void): this; - addListener(event: "pause", listener: () => void): this; - addListener(event: "resume", listener: () => void): this; - addListener(event: "SIGCONT", listener: () => void): this; - addListener(event: "SIGINT", listener: () => void): this; - addListener(event: "SIGTSTP", listener: () => void): this; - addListener(event: "exit", listener: () => void): this; - addListener(event: "reset", listener: (context: Context) => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "close"): boolean; - emit(event: "line", input: string): boolean; - emit(event: "pause"): boolean; - emit(event: "resume"): boolean; - emit(event: "SIGCONT"): boolean; - emit(event: "SIGINT"): boolean; - emit(event: "SIGTSTP"): boolean; - emit(event: "exit"): boolean; - emit(event: "reset", context: Context): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "close", listener: () => void): this; - on(event: "line", listener: (input: string) => void): this; - on(event: "pause", listener: () => void): this; - on(event: "resume", listener: () => void): this; - on(event: "SIGCONT", listener: () => void): this; - on(event: "SIGINT", listener: () => void): this; - on(event: "SIGTSTP", listener: () => void): this; - on(event: "exit", listener: () => void): this; - on(event: "reset", listener: (context: Context) => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "close", listener: () => void): this; - once(event: "line", listener: (input: string) => void): this; - once(event: "pause", listener: () => void): this; - once(event: "resume", listener: () => void): this; - once(event: "SIGCONT", listener: () => void): this; - once(event: "SIGINT", listener: () => void): this; - once(event: "SIGTSTP", listener: () => void): this; - once(event: "exit", listener: () => void): this; - once(event: "reset", listener: (context: Context) => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "close", listener: () => void): this; - prependListener(event: "line", listener: (input: string) => void): this; - prependListener(event: "pause", listener: () => void): this; - prependListener(event: "resume", listener: () => void): this; - prependListener(event: "SIGCONT", listener: () => void): this; - prependListener(event: "SIGINT", listener: () => void): this; - prependListener(event: "SIGTSTP", listener: () => void): this; - prependListener(event: "exit", listener: () => void): this; - prependListener(event: "reset", listener: (context: Context) => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "line", listener: (input: string) => void): this; - prependOnceListener(event: "pause", listener: () => void): this; - prependOnceListener(event: "resume", listener: () => void): this; - prependOnceListener(event: "SIGCONT", listener: () => void): this; - prependOnceListener(event: "SIGINT", listener: () => void): this; - prependOnceListener(event: "SIGTSTP", listener: () => void): this; - prependOnceListener(event: "exit", listener: () => void): this; - prependOnceListener(event: "reset", listener: (context: Context) => void): this; - } - - /** - * A flag passed in the REPL options. Evaluates expressions in sloppy mode. - */ - export const REPL_MODE_SLOPPY: symbol; // TODO: unique symbol - - /** - * A flag passed in the REPL options. Evaluates expressions in strict mode. - * This is equivalent to prefacing every repl statement with `'use strict'`. - */ - export const REPL_MODE_STRICT: symbol; // TODO: unique symbol - - /** - * Creates and starts a `repl.REPLServer` instance. - * - * @param options The options for the `REPLServer`. If `options` is a string, then it specifies - * the input prompt. - */ - function start(options?: string | ReplOptions): REPLServer; - - /** - * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors - */ - class Recoverable extends SyntaxError { - err: Error; - - constructor(err: Error); - } -} diff --git a/2019-setembro/node_modules/@types/node/stream.d.ts b/2019-setembro/node_modules/@types/node/stream.d.ts deleted file mode 100644 index f4424f8..0000000 --- a/2019-setembro/node_modules/@types/node/stream.d.ts +++ /dev/null @@ -1,307 +0,0 @@ -declare module "stream" { - import * as events from "events"; - - class internal extends events.EventEmitter { - pipe(destination: T, options?: { end?: boolean; }): T; - } - - namespace internal { - class Stream extends internal { } - - interface ReadableOptions { - highWaterMark?: number; - encoding?: string; - objectMode?: boolean; - read?(this: Readable, size: number): void; - destroy?(this: Readable, error: Error | null, callback: (error: Error | null) => void): void; - autoDestroy?: boolean; - } - - class Readable extends Stream implements NodeJS.ReadableStream { - /** - * A utility method for creating Readable Streams out of iterators. - */ - static from(iterable: Iterable | AsyncIterable, options?: ReadableOptions): Readable; - - readable: boolean; - readonly readableHighWaterMark: number; - readonly readableLength: number; - constructor(opts?: ReadableOptions); - _read(size: number): void; - read(size?: number): any; - setEncoding(encoding: string): this; - pause(): this; - resume(): this; - isPaused(): boolean; - unpipe(destination?: NodeJS.WritableStream): this; - unshift(chunk: any, encoding?: BufferEncoding): void; - wrap(oldStream: NodeJS.ReadableStream): this; - push(chunk: any, encoding?: string): boolean; - _destroy(error: Error | null, callback: (error?: Error | null) => void): void; - destroy(error?: Error): void; - - /** - * Event emitter - * The defined events on documents including: - * 1. close - * 2. data - * 3. end - * 4. readable - * 5. error - */ - addListener(event: "close", listener: () => void): this; - addListener(event: "data", listener: (chunk: any) => void): this; - addListener(event: "end", listener: () => void): this; - addListener(event: "readable", listener: () => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "close"): boolean; - emit(event: "data", chunk: any): boolean; - emit(event: "end"): boolean; - emit(event: "readable"): boolean; - emit(event: "error", err: Error): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "close", listener: () => void): this; - on(event: "data", listener: (chunk: any) => void): this; - on(event: "end", listener: () => void): this; - on(event: "readable", listener: () => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "close", listener: () => void): this; - once(event: "data", listener: (chunk: any) => void): this; - once(event: "end", listener: () => void): this; - once(event: "readable", listener: () => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "close", listener: () => void): this; - prependListener(event: "data", listener: (chunk: any) => void): this; - prependListener(event: "end", listener: () => void): this; - prependListener(event: "readable", listener: () => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "data", listener: (chunk: any) => void): this; - prependOnceListener(event: "end", listener: () => void): this; - prependOnceListener(event: "readable", listener: () => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - - removeListener(event: "close", listener: () => void): this; - removeListener(event: "data", listener: (chunk: any) => void): this; - removeListener(event: "end", listener: () => void): this; - removeListener(event: "readable", listener: () => void): this; - removeListener(event: "error", listener: (err: Error) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - - [Symbol.asyncIterator](): AsyncIterableIterator; - } - - interface WritableOptions { - highWaterMark?: number; - decodeStrings?: boolean; - defaultEncoding?: string; - objectMode?: boolean; - emitClose?: boolean; - write?(this: Writable, chunk: any, encoding: string, callback: (error?: Error | null) => void): void; - writev?(this: Writable, chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; - destroy?(this: Writable, error: Error | null, callback: (error: Error | null) => void): void; - final?(this: Writable, callback: (error?: Error | null) => void): void; - autoDestroy?: boolean; - } - - class Writable extends Stream implements NodeJS.WritableStream { - readonly writable: boolean; - readonly writableFinished: boolean; - readonly writableHighWaterMark: number; - readonly writableLength: number; - constructor(opts?: WritableOptions); - _write(chunk: any, encoding: string, callback: (error?: Error | null) => void): void; - _writev?(chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; - _destroy(error: Error | null, callback: (error?: Error | null) => void): void; - _final(callback: (error?: Error | null) => void): void; - write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean; - write(chunk: any, encoding: string, cb?: (error: Error | null | undefined) => void): boolean; - setDefaultEncoding(encoding: string): this; - end(cb?: () => void): void; - end(chunk: any, cb?: () => void): void; - end(chunk: any, encoding: string, cb?: () => void): void; - cork(): void; - uncork(): void; - destroy(error?: Error): void; - - /** - * Event emitter - * The defined events on documents including: - * 1. close - * 2. drain - * 3. error - * 4. finish - * 5. pipe - * 6. unpipe - */ - addListener(event: "close", listener: () => void): this; - addListener(event: "drain", listener: () => void): this; - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: "finish", listener: () => void): this; - addListener(event: "pipe", listener: (src: Readable) => void): this; - addListener(event: "unpipe", listener: (src: Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "close"): boolean; - emit(event: "drain"): boolean; - emit(event: "error", err: Error): boolean; - emit(event: "finish"): boolean; - emit(event: "pipe", src: Readable): boolean; - emit(event: "unpipe", src: Readable): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "close", listener: () => void): this; - on(event: "drain", listener: () => void): this; - on(event: "error", listener: (err: Error) => void): this; - on(event: "finish", listener: () => void): this; - on(event: "pipe", listener: (src: Readable) => void): this; - on(event: "unpipe", listener: (src: Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "close", listener: () => void): this; - once(event: "drain", listener: () => void): this; - once(event: "error", listener: (err: Error) => void): this; - once(event: "finish", listener: () => void): this; - once(event: "pipe", listener: (src: Readable) => void): this; - once(event: "unpipe", listener: (src: Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "close", listener: () => void): this; - prependListener(event: "drain", listener: () => void): this; - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: "finish", listener: () => void): this; - prependListener(event: "pipe", listener: (src: Readable) => void): this; - prependListener(event: "unpipe", listener: (src: Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "drain", listener: () => void): this; - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: "finish", listener: () => void): this; - prependOnceListener(event: "pipe", listener: (src: Readable) => void): this; - prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - - removeListener(event: "close", listener: () => void): this; - removeListener(event: "drain", listener: () => void): this; - removeListener(event: "error", listener: (err: Error) => void): this; - removeListener(event: "finish", listener: () => void): this; - removeListener(event: "pipe", listener: (src: Readable) => void): this; - removeListener(event: "unpipe", listener: (src: Readable) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - - interface DuplexOptions extends ReadableOptions, WritableOptions { - allowHalfOpen?: boolean; - readableObjectMode?: boolean; - writableObjectMode?: boolean; - read?(this: Duplex, size: number): void; - write?(this: Duplex, chunk: any, encoding: string, callback: (error?: Error | null) => void): void; - writev?(this: Duplex, chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; - final?(this: Duplex, callback: (error?: Error | null) => void): void; - destroy?(this: Duplex, error: Error | null, callback: (error: Error | null) => void): void; - } - - // Note: Duplex extends both Readable and Writable. - class Duplex extends Readable implements Writable { - readonly writable: boolean; - readonly writableFinished: boolean; - readonly writableHighWaterMark: number; - readonly writableLength: number; - constructor(opts?: DuplexOptions); - _write(chunk: any, encoding: string, callback: (error?: Error | null) => void): void; - _writev?(chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; - _destroy(error: Error | null, callback: (error: Error | null) => void): void; - _final(callback: (error?: Error | null) => void): void; - write(chunk: any, encoding?: string, cb?: (error: Error | null | undefined) => void): boolean; - write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean; - setDefaultEncoding(encoding: string): this; - end(cb?: () => void): void; - end(chunk: any, cb?: () => void): void; - end(chunk: any, encoding?: string, cb?: () => void): void; - cork(): void; - uncork(): void; - } - - type TransformCallback = (error?: Error | null, data?: any) => void; - - interface TransformOptions extends DuplexOptions { - read?(this: Transform, size: number): void; - write?(this: Transform, chunk: any, encoding: string, callback: (error?: Error | null) => void): void; - writev?(this: Transform, chunks: Array<{ chunk: any, encoding: string }>, callback: (error?: Error | null) => void): void; - final?(this: Transform, callback: (error?: Error | null) => void): void; - destroy?(this: Transform, error: Error | null, callback: (error: Error | null) => void): void; - transform?(this: Transform, chunk: any, encoding: string, callback: TransformCallback): void; - flush?(this: Transform, callback: TransformCallback): void; - } - - class Transform extends Duplex { - constructor(opts?: TransformOptions); - _transform(chunk: any, encoding: string, callback: TransformCallback): void; - _flush(callback: TransformCallback): void; - } - - class PassThrough extends Transform { } - - function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; - namespace finished { - function __promisify__(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream): Promise; - } - - function pipeline(stream1: NodeJS.ReadableStream, stream2: T, callback?: (err: NodeJS.ErrnoException | null) => void): T; - function pipeline(stream1: NodeJS.ReadableStream, stream2: NodeJS.ReadWriteStream, stream3: T, callback?: (err: NodeJS.ErrnoException | null) => void): T; - function pipeline( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream, - stream3: NodeJS.ReadWriteStream, - stream4: T, - callback?: (err: NodeJS.ErrnoException | null) => void, - ): T; - function pipeline( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream, - stream3: NodeJS.ReadWriteStream, - stream4: NodeJS.ReadWriteStream, - stream5: T, - callback?: (err: NodeJS.ErrnoException | null) => void, - ): T; - function pipeline(streams: Array, callback?: (err: NodeJS.ErrnoException | null) => void): NodeJS.WritableStream; - function pipeline( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, - ...streams: Array void)>, - ): NodeJS.WritableStream; - namespace pipeline { - function __promisify__(stream1: NodeJS.ReadableStream, stream2: NodeJS.WritableStream): Promise; - function __promisify__(stream1: NodeJS.ReadableStream, stream2: NodeJS.ReadWriteStream, stream3: NodeJS.WritableStream): Promise; - function __promisify__(stream1: NodeJS.ReadableStream, stream2: NodeJS.ReadWriteStream, stream3: NodeJS.ReadWriteStream, stream4: NodeJS.WritableStream): Promise; - function __promisify__( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream, - stream3: NodeJS.ReadWriteStream, - stream4: NodeJS.ReadWriteStream, - stream5: NodeJS.WritableStream, - ): Promise; - function __promisify__(streams: Array): Promise; - function __promisify__( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, - ...streams: Array, - ): Promise; - } - - interface Pipe { } - } - - export = internal; -} diff --git a/2019-setembro/node_modules/@types/node/string_decoder.d.ts b/2019-setembro/node_modules/@types/node/string_decoder.d.ts deleted file mode 100644 index fe0e0b4..0000000 --- a/2019-setembro/node_modules/@types/node/string_decoder.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -declare module "string_decoder" { - class StringDecoder { - constructor(encoding?: string); - write(buffer: Buffer): string; - end(buffer?: Buffer): string; - } -} diff --git a/2019-setembro/node_modules/@types/node/timers.d.ts b/2019-setembro/node_modules/@types/node/timers.d.ts deleted file mode 100644 index e64a673..0000000 --- a/2019-setembro/node_modules/@types/node/timers.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -declare module "timers" { - function setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout; - namespace setTimeout { - function __promisify__(ms: number): Promise; - function __promisify__(ms: number, value: T): Promise; - } - function clearTimeout(timeoutId: NodeJS.Timeout): void; - function setInterval(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timeout; - function clearInterval(intervalId: NodeJS.Timeout): void; - function setImmediate(callback: (...args: any[]) => void, ...args: any[]): NodeJS.Immediate; - namespace setImmediate { - function __promisify__(): Promise; - function __promisify__(value: T): Promise; - } - function clearImmediate(immediateId: NodeJS.Immediate): void; -} diff --git a/2019-setembro/node_modules/@types/node/tls.d.ts b/2019-setembro/node_modules/@types/node/tls.d.ts deleted file mode 100644 index 3446c09..0000000 --- a/2019-setembro/node_modules/@types/node/tls.d.ts +++ /dev/null @@ -1,418 +0,0 @@ -declare module "tls" { - import * as crypto from "crypto"; - import * as dns from "dns"; - import * as net from "net"; - import * as stream from "stream"; - - const CLIENT_RENEG_LIMIT: number; - const CLIENT_RENEG_WINDOW: number; - - interface Certificate { - /** - * Country code. - */ - C: string; - /** - * Street. - */ - ST: string; - /** - * Locality. - */ - L: string; - /** - * Organization. - */ - O: string; - /** - * Organizational unit. - */ - OU: string; - /** - * Common name. - */ - CN: string; - } - - interface PeerCertificate { - subject: Certificate; - issuer: Certificate; - subjectaltname: string; - infoAccess: { [index: string]: string[] | undefined }; - modulus: string; - exponent: string; - valid_from: string; - valid_to: string; - fingerprint: string; - ext_key_usage: string[]; - serialNumber: string; - raw: Buffer; - } - - interface DetailedPeerCertificate extends PeerCertificate { - issuerCertificate: DetailedPeerCertificate; - } - - interface CipherNameAndProtocol { - /** - * The cipher name. - */ - name: string; - /** - * SSL/TLS protocol version. - */ - version: string; - } - - export interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { - /** - * If true the TLS socket will be instantiated in server-mode. - * Defaults to false. - */ - isServer?: boolean; - /** - * An optional net.Server instance. - */ - server?: net.Server; - - /** - * An optional Buffer instance containing a TLS session. - */ - session?: Buffer; - /** - * If true, specifies that the OCSP status request extension will be - * added to the client hello and an 'OCSPResponse' event will be - * emitted on the socket before establishing a secure communication - */ - requestOCSP?: boolean; - } - - class TLSSocket extends net.Socket { - /** - * Construct a new tls.TLSSocket object from an existing TCP socket. - */ - constructor(socket: net.Socket, options?: TLSSocketOptions); - - /** - * A boolean that is true if the peer certificate was signed by one of the specified CAs, otherwise false. - */ - authorized: boolean; - /** - * The reason why the peer's certificate has not been verified. - * This property becomes available only when tlsSocket.authorized === false. - */ - authorizationError: Error; - /** - * Static boolean value, always true. - * May be used to distinguish TLS sockets from regular ones. - */ - encrypted: boolean; - - /** - * String containing the selected ALPN protocol. - * When ALPN has no selected protocol, tlsSocket.alpnProtocol equals false. - */ - alpnProtocol?: string; - - /** - * Returns an object representing the cipher name and the SSL/TLS protocol version of the current connection. - * @returns Returns an object representing the cipher name - * and the SSL/TLS protocol version of the current connection. - */ - getCipher(): CipherNameAndProtocol; - /** - * Returns an object representing the peer's certificate. - * The returned object has some properties corresponding to the field of the certificate. - * If detailed argument is true the full chain with issuer property will be returned, - * if false only the top certificate without issuer property. - * If the peer does not provide a certificate, it returns null or an empty object. - * @param detailed - If true; the full chain with issuer property will be returned. - * @returns An object representing the peer's certificate. - */ - getPeerCertificate(detailed: true): DetailedPeerCertificate; - getPeerCertificate(detailed?: false): PeerCertificate; - getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; - /** - * Returns a string containing the negotiated SSL/TLS protocol version of the current connection. - * The value `'unknown'` will be returned for connected sockets that have not completed the handshaking process. - * The value `null` will be returned for server sockets or disconnected client sockets. - * See https://www.openssl.org/docs/man1.0.2/ssl/SSL_get_version.html for more information. - * @returns negotiated SSL/TLS protocol version of the current connection - */ - getProtocol(): string | null; - /** - * Could be used to speed up handshake establishment when reconnecting to the server. - * @returns ASN.1 encoded TLS session or undefined if none was negotiated. - */ - getSession(): Buffer | undefined; - /** - * NOTE: Works only with client TLS sockets. - * Useful only for debugging, for session reuse provide session option to tls.connect(). - * @returns TLS session ticket or undefined if none was negotiated. - */ - getTLSTicket(): Buffer | undefined; - /** - * Initiate TLS renegotiation process. - * - * NOTE: Can be used to request peer's certificate after the secure connection has been established. - * ANOTHER NOTE: When running as the server, socket will be destroyed with an error after handshakeTimeout timeout. - * @param options - The options may contain the following fields: rejectUnauthorized, - * requestCert (See tls.createServer() for details). - * @param callback - callback(err) will be executed with null as err, once the renegotiation - * is successfully completed. - * @return `undefined` when socket is destroy, `false` if negotiaion can't be initiated. - */ - renegotiate(options: { rejectUnauthorized?: boolean, requestCert?: boolean }, callback: (err: Error | null) => void): undefined | boolean; - /** - * Set maximum TLS fragment size (default and maximum value is: 16384, minimum is: 512). - * Smaller fragment size decreases buffering latency on the client: large fragments are buffered by - * the TLS layer until the entire fragment is received and its integrity is verified; - * large fragments can span multiple roundtrips, and their processing can be delayed due to packet - * loss or reordering. However, smaller fragments add extra TLS framing bytes and CPU overhead, - * which may decrease overall server throughput. - * @param size - TLS fragment size (default and maximum value is: 16384, minimum is: 512). - * @returns Returns true on success, false otherwise. - */ - setMaxSendFragment(size: number): boolean; - - /** - * When enabled, TLS packet trace information is written to `stderr`. This can be - * used to debug TLS connection problems. - * - * Note: The format of the output is identical to the output of `openssl s_client - * -trace` or `openssl s_server -trace`. While it is produced by OpenSSL's - * `SSL_trace()` function, the format is undocumented, can change without notice, - * and should not be relied on. - */ - enableTrace(): void; - - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; - addListener(event: "secureConnect", listener: () => void): this; - addListener(event: "session", listener: (session: Buffer) => void): this; - addListener(event: "keylog", listener: (line: Buffer) => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "OCSPResponse", response: Buffer): boolean; - emit(event: "secureConnect"): boolean; - emit(event: "session", session: Buffer): boolean; - emit(event: "keylog", line: Buffer): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "OCSPResponse", listener: (response: Buffer) => void): this; - on(event: "secureConnect", listener: () => void): this; - on(event: "session", listener: (session: Buffer) => void): this; - on(event: "keylog", listener: (line: Buffer) => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "OCSPResponse", listener: (response: Buffer) => void): this; - once(event: "secureConnect", listener: () => void): this; - once(event: "session", listener: (session: Buffer) => void): this; - once(event: "keylog", listener: (line: Buffer) => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; - prependListener(event: "secureConnect", listener: () => void): this; - prependListener(event: "session", listener: (session: Buffer) => void): this; - prependListener(event: "keylog", listener: (line: Buffer) => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; - prependOnceListener(event: "secureConnect", listener: () => void): this; - prependOnceListener(event: "session", listener: (session: Buffer) => void): this; - prependOnceListener(event: "keylog", listener: (line: Buffer) => void): this; - } - - interface CommonConnectionOptions { - /** - * An optional TLS context object from tls.createSecureContext() - */ - secureContext?: SecureContext; - - /** - * When enabled, TLS packet trace information is written to `stderr`. This can be - * used to debug TLS connection problems. - * @default false - */ - enableTrace?: boolean; - /** - * If true the server will request a certificate from clients that - * connect and attempt to verify that certificate. Defaults to - * false. - */ - requestCert?: boolean; - /** - * An array of strings or a Buffer naming possible ALPN protocols. - * (Protocols should be ordered by their priority.) - */ - ALPNProtocols?: string[] | Uint8Array[] | Uint8Array; - /** - * SNICallback(servername, cb) A function that will be - * called if the client supports SNI TLS extension. Two arguments - * will be passed when called: servername and cb. SNICallback should - * invoke cb(null, ctx), where ctx is a SecureContext instance. - * (tls.createSecureContext(...) can be used to get a proper - * SecureContext.) If SNICallback wasn't provided the default callback - * with high-level API will be used (see below). - */ - SNICallback?: (servername: string, cb: (err: Error | null, ctx: SecureContext) => void) => void; - /** - * If true the server will reject any connection which is not - * authorized with the list of supplied CAs. This option only has an - * effect if requestCert is true. - * @default true - */ - rejectUnauthorized?: boolean; - } - - interface TlsOptions extends SecureContextOptions, CommonConnectionOptions { - handshakeTimeout?: number; - sessionTimeout?: number; - ticketKeys?: Buffer; - } - - interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { - host?: string; - port?: number; - path?: string; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. - socket?: net.Socket; // Establish secure connection on a given socket rather than creating a new socket - checkServerIdentity?: typeof checkServerIdentity; - servername?: string; // SNI TLS Extension - session?: Buffer; - minDHSize?: number; - lookup?: net.LookupFunction; - timeout?: number; - } - - class Server extends net.Server { - addContext(hostName: string, credentials: SecureContextOptions): void; - - /** - * events.EventEmitter - * 1. tlsClientError - * 2. newSession - * 3. OCSPRequest - * 4. resumeSession - * 5. secureConnection - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; - addListener(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; - addListener(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - addListener(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; - addListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; - addListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "tlsClientError", err: Error, tlsSocket: TLSSocket): boolean; - emit(event: "newSession", sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void): boolean; - emit(event: "OCSPRequest", certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void): boolean; - emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean; - emit(event: "secureConnection", tlsSocket: TLSSocket): boolean; - emit(event: "keylog", line: Buffer, tlsSocket: TLSSocket): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; - on(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; - on(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - on(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; - on(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; - on(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; - once(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; - once(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - once(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; - once(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; - once(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; - prependListener(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; - prependListener(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - prependListener(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; - prependListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; - prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; - prependOnceListener(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void): this; - prependOnceListener(event: "OCSPRequest", listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - prependOnceListener(event: "resumeSession", listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void): this; - prependOnceListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; - prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - } - - interface SecurePair { - encrypted: TLSSocket; - cleartext: TLSSocket; - } - - type SecureVersion = 'TLSv1.3' | 'TLSv1.2' | 'TLSv1.1' | 'TLSv1'; - - interface SecureContextOptions { - pfx?: string | Buffer | Array; - key?: string | Buffer | Array; - passphrase?: string; - cert?: string | Buffer | Array; - ca?: string | Buffer | Array; - ciphers?: string; - honorCipherOrder?: boolean; - ecdhCurve?: string; - clientCertEngine?: string; - crl?: string | Buffer | Array; - dhparam?: string | Buffer; - secureOptions?: number; // Value is a numeric bitmask of the `SSL_OP_*` options - secureProtocol?: string; // SSL Method, e.g. SSLv23_method - sessionIdContext?: string; - /** - * Optionally set the maximum TLS version to allow. One - * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the - * `secureProtocol` option, use one or the other. - * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using - * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to - * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. - */ - maxVersion?: SecureVersion; - /** - * Optionally set the minimum TLS version to allow. One - * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the - * `secureProtocol` option, use one or the other. It is not recommended to use - * less than TLSv1.2, but it may be required for interoperability. - * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using - * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to - * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to - * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. - */ - minVersion?: SecureVersion; - } - - interface SecureContext { - context: any; - } - - /* - * Verifies the certificate `cert` is issued to host `host`. - * @host The hostname to verify the certificate against - * @cert PeerCertificate representing the peer's certificate - * - * Returns Error object, populating it with the reason, host and cert on failure. On success, returns undefined. - */ - function checkServerIdentity(host: string, cert: PeerCertificate): Error | undefined; - function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; - function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; - function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - function connect(port: number, host?: string, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - /** - * @deprecated - */ - function createSecurePair(credentials?: SecureContext, isServer?: boolean, requestCert?: boolean, rejectUnauthorized?: boolean): SecurePair; - function createSecureContext(details: SecureContextOptions): SecureContext; - function getCiphers(): string[]; - - const DEFAULT_ECDH_CURVE: string; - - const rootCertificates: ReadonlyArray; -} diff --git a/2019-setembro/node_modules/@types/node/trace_events.d.ts b/2019-setembro/node_modules/@types/node/trace_events.d.ts deleted file mode 100644 index 9d1a59b..0000000 --- a/2019-setembro/node_modules/@types/node/trace_events.d.ts +++ /dev/null @@ -1,61 +0,0 @@ -declare module "trace_events" { - /** - * The `Tracing` object is used to enable or disable tracing for sets of - * categories. Instances are created using the - * `trace_events.createTracing()` method. - * - * When created, the `Tracing` object is disabled. Calling the - * `tracing.enable()` method adds the categories to the set of enabled trace - * event categories. Calling `tracing.disable()` will remove the categories - * from the set of enabled trace event categories. - */ - export interface Tracing { - /** - * A comma-separated list of the trace event categories covered by this - * `Tracing` object. - */ - readonly categories: string; - - /** - * Disables this `Tracing` object. - * - * Only trace event categories _not_ covered by other enabled `Tracing` - * objects and _not_ specified by the `--trace-event-categories` flag - * will be disabled. - */ - disable(): void; - - /** - * Enables this `Tracing` object for the set of categories covered by - * the `Tracing` object. - */ - enable(): void; - - /** - * `true` only if the `Tracing` object has been enabled. - */ - readonly enabled: boolean; - } - - interface CreateTracingOptions { - /** - * An array of trace category names. Values included in the array are - * coerced to a string when possible. An error will be thrown if the - * value cannot be coerced. - */ - categories: string[]; - } - - /** - * Creates and returns a Tracing object for the given set of categories. - */ - export function createTracing(options: CreateTracingOptions): Tracing; - - /** - * Returns a comma-separated list of all currently-enabled trace event - * categories. The current set of enabled trace event categories is - * determined by the union of all currently-enabled `Tracing` objects and - * any categories enabled using the `--trace-event-categories` flag. - */ - export function getEnabledCategories(): string; -} diff --git a/2019-setembro/node_modules/@types/node/ts3.2/globals.d.ts b/2019-setembro/node_modules/@types/node/ts3.2/globals.d.ts deleted file mode 100644 index 70892bc..0000000 --- a/2019-setembro/node_modules/@types/node/ts3.2/globals.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -// tslint:disable-next-line:no-bad-reference -/// - -declare namespace NodeJS { - interface HRTime { - bigint(): bigint; - } -} - -interface Buffer extends Uint8Array { - readBigUInt64BE(offset?: number): bigint; - readBigUInt64LE(offset?: number): bigint; - readBigInt64BE(offset?: number): bigint; - readBigInt64LE(offset?: number): bigint; - writeBigInt64BE(value: bigint, offset?: number): number; - writeBigInt64LE(value: bigint, offset?: number): number; - writeBigUInt64BE(value: bigint, offset?: number): number; - writeBigUInt64LE(value: bigint, offset?: number): number; -} diff --git a/2019-setembro/node_modules/@types/node/ts3.2/index.d.ts b/2019-setembro/node_modules/@types/node/ts3.2/index.d.ts deleted file mode 100644 index ce7709b..0000000 --- a/2019-setembro/node_modules/@types/node/ts3.2/index.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -// NOTE: These definitions support NodeJS and TypeScript 3.2. - -// NOTE: TypeScript version-specific augmentations can be found in the following paths: -// - ~/base.d.ts - Shared definitions common to all TypeScript versions -// - ~/index.d.ts - Definitions specific to TypeScript 2.1 -// - ~/ts3.2/index.d.ts - Definitions specific to TypeScript 3.2 - -// Reference required types from the default lib: -/// -/// -/// -/// - -// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: -// tslint:disable-next-line:no-bad-reference -/// - -// TypeScript 3.2-specific augmentations: -/// -/// diff --git a/2019-setembro/node_modules/@types/node/ts3.2/util.d.ts b/2019-setembro/node_modules/@types/node/ts3.2/util.d.ts deleted file mode 100644 index a8b2487..0000000 --- a/2019-setembro/node_modules/@types/node/ts3.2/util.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -// tslint:disable-next-line:no-bad-reference -/// - -declare module "util" { - namespace inspect { - const custom: unique symbol; - } - namespace promisify { - const custom: unique symbol; - } - namespace types { - function isBigInt64Array(value: any): value is BigInt64Array; - function isBigUint64Array(value: any): value is BigUint64Array; - } -} diff --git a/2019-setembro/node_modules/@types/node/tty.d.ts b/2019-setembro/node_modules/@types/node/tty.d.ts deleted file mode 100644 index 8c1b00c..0000000 --- a/2019-setembro/node_modules/@types/node/tty.d.ts +++ /dev/null @@ -1,65 +0,0 @@ -declare module "tty" { - import * as net from "net"; - - function isatty(fd: number): boolean; - class ReadStream extends net.Socket { - constructor(fd: number, options?: net.SocketConstructorOpts); - isRaw: boolean; - setRawMode(mode: boolean): void; - isTTY: boolean; - } - /** - * -1 - to the left from cursor - * 0 - the entire line - * 1 - to the right from cursor - */ - type Direction = -1 | 0 | 1; - class WriteStream extends net.Socket { - constructor(fd: number); - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: "resize", listener: () => void): this; - - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: "resize"): boolean; - - on(event: string, listener: (...args: any[]) => void): this; - on(event: "resize", listener: () => void): this; - - once(event: string, listener: (...args: any[]) => void): this; - once(event: "resize", listener: () => void): this; - - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: "resize", listener: () => void): this; - - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: "resize", listener: () => void): this; - - /** - * Clears the current line of this WriteStream in a direction identified by `dir`. - */ - clearLine(dir: Direction, callback?: () => void): boolean; - /** - * Clears this `WriteStream` from the current cursor down. - */ - clearScreenDown(callback?: () => void): boolean; - /** - * Moves this WriteStream's cursor to the specified position. - */ - cursorTo(x: number, y: number, callback?: () => void): boolean; - /** - * Moves this WriteStream's cursor relative to its current position. - */ - moveCursor(dx: number, dy: number, callback?: () => void): boolean; - /** - * @default `process.env` - */ - getColorDepth(env?: {}): number; - hasColors(depth?: number): boolean; - hasColors(env?: {}): boolean; - hasColors(depth: number, env?: {}): boolean; - getWindowSize(): [number, number]; - columns: number; - rows: number; - isTTY: boolean; - } -} diff --git a/2019-setembro/node_modules/@types/node/url.d.ts b/2019-setembro/node_modules/@types/node/url.d.ts deleted file mode 100644 index 51dcd69..0000000 --- a/2019-setembro/node_modules/@types/node/url.d.ts +++ /dev/null @@ -1,104 +0,0 @@ -declare module "url" { - import { ParsedUrlQuery, ParsedUrlQueryInput } from 'querystring'; - - interface UrlObjectCommon { - auth?: string; - hash?: string; - host?: string; - hostname?: string; - href?: string; - path?: string; - pathname?: string; - protocol?: string; - search?: string; - slashes?: boolean; - } - - // Input to `url.format` - interface UrlObject extends UrlObjectCommon { - port?: string | number; - query?: string | null | ParsedUrlQueryInput; - } - - // Output of `url.parse` - interface Url extends UrlObjectCommon { - port?: string; - query?: string | null | ParsedUrlQuery; - } - - interface UrlWithParsedQuery extends Url { - query: ParsedUrlQuery; - } - - interface UrlWithStringQuery extends Url { - query: string | null; - } - - function parse(urlStr: string): UrlWithStringQuery; - function parse(urlStr: string, parseQueryString: false | undefined, slashesDenoteHost?: boolean): UrlWithStringQuery; - function parse(urlStr: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery; - function parse(urlStr: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url; - - function format(URL: URL, options?: URLFormatOptions): string; - function format(urlObject: UrlObject | string): string; - function resolve(from: string, to: string): string; - - function domainToASCII(domain: string): string; - function domainToUnicode(domain: string): string; - - /** - * This function ensures the correct decodings of percent-encoded characters as - * well as ensuring a cross-platform valid absolute path string. - * @param url The file URL string or URL object to convert to a path. - */ - function fileURLToPath(url: string | URL): string; - - /** - * This function ensures that path is resolved absolutely, and that the URL - * control characters are correctly encoded when converting into a File URL. - * @param url The path to convert to a File URL. - */ - function pathToFileURL(url: string): URL; - - interface URLFormatOptions { - auth?: boolean; - fragment?: boolean; - search?: boolean; - unicode?: boolean; - } - - class URL { - constructor(input: string, base?: string | URL); - hash: string; - host: string; - hostname: string; - href: string; - readonly origin: string; - password: string; - pathname: string; - port: string; - protocol: string; - search: string; - readonly searchParams: URLSearchParams; - username: string; - toString(): string; - toJSON(): string; - } - - class URLSearchParams implements Iterable<[string, string]> { - constructor(init?: URLSearchParams | string | { [key: string]: string | string[] | undefined } | Iterable<[string, string]> | Array<[string, string]>); - append(name: string, value: string): void; - delete(name: string): void; - entries(): IterableIterator<[string, string]>; - forEach(callback: (value: string, name: string, searchParams: this) => void): void; - get(name: string): string | null; - getAll(name: string): string[]; - has(name: string): boolean; - keys(): IterableIterator; - set(name: string, value: string): void; - sort(): void; - toString(): string; - values(): IterableIterator; - [Symbol.iterator](): IterableIterator<[string, string]>; - } -} diff --git a/2019-setembro/node_modules/@types/node/util.d.ts b/2019-setembro/node_modules/@types/node/util.d.ts deleted file mode 100644 index 0e7a1c6..0000000 --- a/2019-setembro/node_modules/@types/node/util.d.ts +++ /dev/null @@ -1,165 +0,0 @@ -declare module "util" { - interface InspectOptions extends NodeJS.InspectOptions { } - function format(format: any, ...param: any[]): string; - function formatWithOptions(inspectOptions: InspectOptions, format: string, ...param: any[]): string; - /** @deprecated since v0.11.3 - use a third party module instead. */ - function log(string: string): void; - function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string; - function inspect(object: any, options: InspectOptions): string; - namespace inspect { - let colors: { - [color: string]: [number, number] | undefined - }; - let styles: { - [style: string]: string | undefined - }; - let defaultOptions: InspectOptions; - /** - * Allows changing inspect settings from the repl. - */ - let replDefaults: InspectOptions; - } - /** @deprecated since v4.0.0 - use `Array.isArray()` instead. */ - function isArray(object: any): object is any[]; - /** @deprecated since v4.0.0 - use `util.types.isRegExp()` instead. */ - function isRegExp(object: any): object is RegExp; - /** @deprecated since v4.0.0 - use `util.types.isDate()` instead. */ - function isDate(object: any): object is Date; - /** @deprecated since v4.0.0 - use `util.types.isNativeError()` instead. */ - function isError(object: any): object is Error; - function inherits(constructor: any, superConstructor: any): void; - function debuglog(key: string): (msg: string, ...param: any[]) => void; - /** @deprecated since v4.0.0 - use `typeof value === 'boolean'` instead. */ - function isBoolean(object: any): object is boolean; - /** @deprecated since v4.0.0 - use `Buffer.isBuffer()` instead. */ - function isBuffer(object: any): object is Buffer; - /** @deprecated since v4.0.0 - use `typeof value === 'function'` instead. */ - function isFunction(object: any): boolean; - /** @deprecated since v4.0.0 - use `value === null` instead. */ - function isNull(object: any): object is null; - /** @deprecated since v4.0.0 - use `value === null || value === undefined` instead. */ - function isNullOrUndefined(object: any): object is null | undefined; - /** @deprecated since v4.0.0 - use `typeof value === 'number'` instead. */ - function isNumber(object: any): object is number; - /** @deprecated since v4.0.0 - use `value !== null && typeof value === 'object'` instead. */ - function isObject(object: any): boolean; - /** @deprecated since v4.0.0 - use `(typeof value !== 'object' && typeof value !== 'function') || value === null` instead. */ - function isPrimitive(object: any): boolean; - /** @deprecated since v4.0.0 - use `typeof value === 'string'` instead. */ - function isString(object: any): object is string; - /** @deprecated since v4.0.0 - use `typeof value === 'symbol'` instead. */ - function isSymbol(object: any): object is symbol; - /** @deprecated since v4.0.0 - use `value === undefined` instead. */ - function isUndefined(object: any): object is undefined; - function deprecate(fn: T, message: string): T; - function isDeepStrictEqual(val1: any, val2: any): boolean; - - interface CustomPromisify extends Function { - __promisify__: TCustom; - } - - function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException) => void) => void; - function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; - function callbackify(fn: (arg1: T1) => Promise): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void; - function callbackify(fn: (arg1: T1) => Promise): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; - function callbackify(fn: (arg1: T1, arg2: T2) => Promise): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void; - function callbackify(fn: (arg1: T1, arg2: T2) => Promise): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - function callbackify(fn: (arg1: T1, arg2: T2, arg3: T3) => Promise): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void; - function callbackify( - fn: (arg1: T1, arg2: T2, arg3: T3) => Promise): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - function callbackify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void; - function callbackify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - function callbackify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void; - function callbackify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise, - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - function callbackify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise, - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException) => void) => void; - function callbackify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - - function promisify(fn: CustomPromisify): TCustom; - function promisify(fn: (callback: (err: Error | null, result: TResult) => void) => void): () => Promise; - function promisify(fn: (callback: (err?: Error | null) => void) => void): () => Promise; - function promisify(fn: (arg1: T1, callback: (err: Error | null, result: TResult) => void) => void): (arg1: T1) => Promise; - function promisify(fn: (arg1: T1, callback: (err?: Error | null) => void) => void): (arg1: T1) => Promise; - function promisify(fn: (arg1: T1, arg2: T2, callback: (err: Error | null, result: TResult) => void) => void): (arg1: T1, arg2: T2) => Promise; - function promisify(fn: (arg1: T1, arg2: T2, callback: (err?: Error | null) => void) => void): (arg1: T1, arg2: T2) => Promise; - function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: Error | null, result: TResult) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise; - function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: Error | null) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise; - function promisify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: Error | null, result: TResult) => void) => void, - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; - function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: Error | null) => void) => void): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; - function promisify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: Error | null, result: TResult) => void) => void, - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; - function promisify( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: Error | null) => void) => void, - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; - function promisify(fn: Function): Function; - - namespace types { - function isAnyArrayBuffer(object: any): boolean; - function isArgumentsObject(object: any): object is IArguments; - function isArrayBuffer(object: any): object is ArrayBuffer; - function isAsyncFunction(object: any): boolean; - function isBooleanObject(object: any): object is Boolean; - function isBoxedPrimitive(object: any): object is (Number | Boolean | String | Symbol /* | Object(BigInt) | Object(Symbol) */); - function isDataView(object: any): object is DataView; - function isDate(object: any): object is Date; - function isExternal(object: any): boolean; - function isFloat32Array(object: any): object is Float32Array; - function isFloat64Array(object: any): object is Float64Array; - function isGeneratorFunction(object: any): boolean; - function isGeneratorObject(object: any): boolean; - function isInt8Array(object: any): object is Int8Array; - function isInt16Array(object: any): object is Int16Array; - function isInt32Array(object: any): object is Int32Array; - function isMap(object: any): boolean; - function isMapIterator(object: any): boolean; - function isModuleNamespaceObject(value: any): boolean; - function isNativeError(object: any): object is Error; - function isNumberObject(object: any): object is Number; - function isPromise(object: any): boolean; - function isProxy(object: any): boolean; - function isRegExp(object: any): object is RegExp; - function isSet(object: any): boolean; - function isSetIterator(object: any): boolean; - function isSharedArrayBuffer(object: any): boolean; - function isStringObject(object: any): boolean; - function isSymbolObject(object: any): boolean; - function isTypedArray(object: any): object is NodeJS.TypedArray; - function isUint8Array(object: any): object is Uint8Array; - function isUint8ClampedArray(object: any): object is Uint8ClampedArray; - function isUint16Array(object: any): object is Uint16Array; - function isUint32Array(object: any): object is Uint32Array; - function isWeakMap(object: any): boolean; - function isWeakSet(object: any): boolean; - function isWebAssemblyCompiledModule(object: any): boolean; - } - - class TextDecoder { - readonly encoding: string; - readonly fatal: boolean; - readonly ignoreBOM: boolean; - constructor( - encoding?: string, - options?: { fatal?: boolean; ignoreBOM?: boolean } - ); - decode( - input?: NodeJS.TypedArray | DataView | ArrayBuffer | null, - options?: { stream?: boolean } - ): string; - } - - class TextEncoder { - readonly encoding: string; - encode(input?: string): Uint8Array; - } -} diff --git a/2019-setembro/node_modules/@types/node/v8.d.ts b/2019-setembro/node_modules/@types/node/v8.d.ts deleted file mode 100644 index fdecdb6..0000000 --- a/2019-setembro/node_modules/@types/node/v8.d.ts +++ /dev/null @@ -1,52 +0,0 @@ -declare module "v8" { - import { Readable } from "stream"; - - interface HeapSpaceInfo { - space_name: string; - space_size: number; - space_used_size: number; - space_available_size: number; - physical_space_size: number; - } - - // ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */ - type DoesZapCodeSpaceFlag = 0 | 1; - - interface HeapInfo { - total_heap_size: number; - total_heap_size_executable: number; - total_physical_size: number; - total_available_size: number; - used_heap_size: number; - heap_size_limit: number; - malloced_memory: number; - peak_malloced_memory: number; - does_zap_garbage: DoesZapCodeSpaceFlag; - number_of_native_contexts: number; - number_of_detached_contexts: number; - } - - function getHeapStatistics(): HeapInfo; - function getHeapSpaceStatistics(): HeapSpaceInfo[]; - function setFlagsFromString(flags: string): void; - /** - * Generates a snapshot of the current V8 heap and returns a Readable - * Stream that may be used to read the JSON serialized representation. - * This conversation was marked as resolved by joyeecheung - * This JSON stream format is intended to be used with tools such as - * Chrome DevTools. The JSON schema is undocumented and specific to the - * V8 engine, and may change from one version of V8 to the next. - */ - function getHeapSnapshot(): Readable; - - /** - * - * @param fileName The file path where the V8 heap snapshot is to be - * saved. If not specified, a file name with the pattern - * `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be - * generated, where `{pid}` will be the PID of the Node.js process, - * `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from - * the main Node.js thread or the id of a worker thread. - */ - function writeHeapSnapshot(fileName?: string): string; -} diff --git a/2019-setembro/node_modules/@types/node/vm.d.ts b/2019-setembro/node_modules/@types/node/vm.d.ts deleted file mode 100644 index 0eefafd..0000000 --- a/2019-setembro/node_modules/@types/node/vm.d.ts +++ /dev/null @@ -1,95 +0,0 @@ -declare module "vm" { - interface Context { - [key: string]: any; - } - interface BaseOptions { - /** - * Specifies the filename used in stack traces produced by this script. - * Default: `''`. - */ - filename?: string; - /** - * Specifies the line number offset that is displayed in stack traces produced by this script. - * Default: `0`. - */ - lineOffset?: number; - /** - * Specifies the column number offset that is displayed in stack traces produced by this script. - * Default: `0` - */ - columnOffset?: number; - } - interface ScriptOptions extends BaseOptions { - displayErrors?: boolean; - timeout?: number; - cachedData?: Buffer; - produceCachedData?: boolean; - } - interface RunningScriptOptions extends BaseOptions { - displayErrors?: boolean; - timeout?: number; - } - interface CompileFunctionOptions extends BaseOptions { - /** - * Provides an optional data with V8's code cache data for the supplied source. - */ - cachedData?: Buffer; - /** - * Specifies whether to produce new cache data. - * Default: `false`, - */ - produceCachedData?: boolean; - /** - * The sandbox/context in which the said function should be compiled in. - */ - parsingContext?: Context; - - /** - * An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling - */ - contextExtensions?: Object[]; - } - - interface CreateContextOptions { - /** - * Human-readable name of the newly created context. - * @default 'VM Context i' Where i is an ascending numerical index of the created context. - */ - name?: string; - /** - * Corresponds to the newly created context for display purposes. - * The origin should be formatted like a `URL`, but with only the scheme, host, and port (if necessary), - * like the value of the `url.origin` property of a URL object. - * Most notably, this string should omit the trailing slash, as that denotes a path. - * @default '' - */ - origin?: string; - codeGeneration?: { - /** - * If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc) - * will throw an EvalError. - * @default true - */ - strings?: boolean; - /** - * If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError. - * @default true - */ - wasm?: boolean; - }; - } - - class Script { - constructor(code: string, options?: ScriptOptions); - runInContext(contextifiedSandbox: Context, options?: RunningScriptOptions): any; - runInNewContext(sandbox?: Context, options?: RunningScriptOptions): any; - runInThisContext(options?: RunningScriptOptions): any; - createCachedData(): Buffer; - } - function createContext(sandbox?: Context, options?: CreateContextOptions): Context; - function isContext(sandbox: Context): boolean; - function runInContext(code: string, contextifiedSandbox: Context, options?: RunningScriptOptions | string): any; - function runInNewContext(code: string, sandbox?: Context, options?: RunningScriptOptions | string): any; - function runInThisContext(code: string, options?: RunningScriptOptions | string): any; - function compileFunction(code: string, params: string[], options: CompileFunctionOptions): Function; -} diff --git a/2019-setembro/node_modules/@types/node/worker_threads.d.ts b/2019-setembro/node_modules/@types/node/worker_threads.d.ts deleted file mode 100644 index 45ea85e..0000000 --- a/2019-setembro/node_modules/@types/node/worker_threads.d.ts +++ /dev/null @@ -1,153 +0,0 @@ -declare module "worker_threads" { - import { Context } from "vm"; - import { EventEmitter } from "events"; - import { Readable, Writable } from "stream"; - - const isMainThread: boolean; - const parentPort: null | MessagePort; - const threadId: number; - const workerData: any; - - class MessageChannel { - readonly port1: MessagePort; - readonly port2: MessagePort; - } - - class MessagePort extends EventEmitter { - close(): void; - postMessage(value: any, transferList?: Array): void; - ref(): void; - unref(): void; - start(): void; - - addListener(event: "close", listener: () => void): this; - addListener(event: "message", listener: (value: any) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "close"): boolean; - emit(event: "message", value: any): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "close", listener: () => void): this; - on(event: "message", listener: (value: any) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "close", listener: () => void): this; - once(event: "message", listener: (value: any) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "close", listener: () => void): this; - prependListener(event: "message", listener: (value: any) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "close", listener: () => void): this; - prependOnceListener(event: "message", listener: (value: any) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - - removeListener(event: "close", listener: () => void): this; - removeListener(event: "message", listener: (value: any) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - - off(event: "close", listener: () => void): this; - off(event: "message", listener: (value: any) => void): this; - off(event: string | symbol, listener: (...args: any[]) => void): this; - } - - interface WorkerOptions { - eval?: boolean; - workerData?: any; - stdin?: boolean; - stdout?: boolean; - stderr?: boolean; - execArgv?: string[]; - } - - class Worker extends EventEmitter { - readonly stdin: Writable | null; - readonly stdout: Readable; - readonly stderr: Readable; - readonly threadId: number; - - constructor(filename: string, options?: WorkerOptions); - - postMessage(value: any, transferList?: Array): void; - ref(): void; - unref(): void; - /** - * Stop all JavaScript execution in the worker thread as soon as possible. - * Returns a Promise for the exit code that is fulfilled when the `exit` event is emitted. - */ - terminate(): Promise; - /** - * Transfer a `MessagePort` to a different `vm` Context. The original `port` - * object will be rendered unusable, and the returned `MessagePort` instance will - * take its place. - * - * The returned `MessagePort` will be an object in the target context, and will - * inherit from its global `Object` class. Objects passed to the - * `port.onmessage()` listener will also be created in the target context - * and inherit from its global `Object` class. - * - * However, the created `MessagePort` will no longer inherit from - * `EventEmitter`, and only `port.onmessage()` can be used to receive - * events using it. - */ - moveMessagePortToContext(port: MessagePort, context: Context): MessagePort; - - /** - * Receive a single message from a given `MessagePort`. If no message is available, - * `undefined` is returned, otherwise an object with a single `message` property - * that contains the message payload, corresponding to the oldest message in the - * `MessagePort`’s queue. - */ - receiveMessageOnPort(port: MessagePort): {} | undefined; - - addListener(event: "error", listener: (err: Error) => void): this; - addListener(event: "exit", listener: (exitCode: number) => void): this; - addListener(event: "message", listener: (value: any) => void): this; - addListener(event: "online", listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - - emit(event: "error", err: Error): boolean; - emit(event: "exit", exitCode: number): boolean; - emit(event: "message", value: any): boolean; - emit(event: "online"): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - - on(event: "error", listener: (err: Error) => void): this; - on(event: "exit", listener: (exitCode: number) => void): this; - on(event: "message", listener: (value: any) => void): this; - on(event: "online", listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - - once(event: "error", listener: (err: Error) => void): this; - once(event: "exit", listener: (exitCode: number) => void): this; - once(event: "message", listener: (value: any) => void): this; - once(event: "online", listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - - prependListener(event: "error", listener: (err: Error) => void): this; - prependListener(event: "exit", listener: (exitCode: number) => void): this; - prependListener(event: "message", listener: (value: any) => void): this; - prependListener(event: "online", listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - - prependOnceListener(event: "error", listener: (err: Error) => void): this; - prependOnceListener(event: "exit", listener: (exitCode: number) => void): this; - prependOnceListener(event: "message", listener: (value: any) => void): this; - prependOnceListener(event: "online", listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - - removeListener(event: "error", listener: (err: Error) => void): this; - removeListener(event: "exit", listener: (exitCode: number) => void): this; - removeListener(event: "message", listener: (value: any) => void): this; - removeListener(event: "online", listener: () => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - - off(event: "error", listener: (err: Error) => void): this; - off(event: "exit", listener: (exitCode: number) => void): this; - off(event: "message", listener: (value: any) => void): this; - off(event: "online", listener: () => void): this; - off(event: string | symbol, listener: (...args: any[]) => void): this; - } -} diff --git a/2019-setembro/node_modules/@types/node/zlib.d.ts b/2019-setembro/node_modules/@types/node/zlib.d.ts deleted file mode 100644 index b45721a..0000000 --- a/2019-setembro/node_modules/@types/node/zlib.d.ts +++ /dev/null @@ -1,352 +0,0 @@ -declare module "zlib" { - import * as stream from "stream"; - - interface ZlibOptions { - /** - * @default constants.Z_NO_FLUSH - */ - flush?: number; - /** - * @default constants.Z_FINISH - */ - finishFlush?: number; - /** - * @default 16*1024 - */ - chunkSize?: number; - windowBits?: number; - level?: number; // compression only - memLevel?: number; // compression only - strategy?: number; // compression only - dictionary?: NodeJS.TypedArray | DataView | ArrayBuffer; // deflate/inflate only, empty dictionary by default - } - - interface BrotliOptions { - /** - * @default constants.BROTLI_OPERATION_PROCESS - */ - flush?: number; - /** - * @default constants.BROTLI_OPERATION_FINISH - */ - finishFlush?: number; - /** - * @default 16*1024 - */ - chunkSize?: number; - params?: { - /** - * Each key is a `constants.BROTLI_*` constant. - */ - [key: number]: boolean | number; - }; - } - - interface Zlib { - /** @deprecated Use bytesWritten instead. */ - readonly bytesRead: number; - readonly bytesWritten: number; - shell?: boolean | string; - close(callback?: () => void): void; - flush(kind?: number | (() => void), callback?: () => void): void; - } - - interface ZlibParams { - params(level: number, strategy: number, callback: () => void): void; - } - - interface ZlibReset { - reset(): void; - } - - interface BrotliCompress extends stream.Transform, Zlib { } - interface BrotliDecompress extends stream.Transform, Zlib { } - interface Gzip extends stream.Transform, Zlib { } - interface Gunzip extends stream.Transform, Zlib { } - interface Deflate extends stream.Transform, Zlib, ZlibReset, ZlibParams { } - interface Inflate extends stream.Transform, Zlib, ZlibReset { } - interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams { } - interface InflateRaw extends stream.Transform, Zlib, ZlibReset { } - interface Unzip extends stream.Transform, Zlib { } - - function createBrotliCompress(options?: BrotliOptions): BrotliCompress; - function createBrotliDecompress(options?: BrotliOptions): BrotliDecompress; - function createGzip(options?: ZlibOptions): Gzip; - function createGunzip(options?: ZlibOptions): Gunzip; - function createDeflate(options?: ZlibOptions): Deflate; - function createInflate(options?: ZlibOptions): Inflate; - function createDeflateRaw(options?: ZlibOptions): DeflateRaw; - function createInflateRaw(options?: ZlibOptions): InflateRaw; - function createUnzip(options?: ZlibOptions): Unzip; - - type InputType = string | DataView | ArrayBuffer | NodeJS.TypedArray; - - type CompressCallback = (error: Error | null, result: Buffer) => void; - - function brotliCompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void; - function brotliCompress(buf: InputType, callback: CompressCallback): void; - function brotliCompressSync(buf: InputType, options?: BrotliOptions): Buffer; - function brotliDecompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void; - function brotliDecompress(buf: InputType, callback: CompressCallback): void; - function brotliDecompressSync(buf: InputType, options?: BrotliOptions): Buffer; - function deflate(buf: InputType, callback: CompressCallback): void; - function deflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - function deflateSync(buf: InputType, options?: ZlibOptions): Buffer; - function deflateRaw(buf: InputType, callback: CompressCallback): void; - function deflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - function deflateRawSync(buf: InputType, options?: ZlibOptions): Buffer; - function gzip(buf: InputType, callback: CompressCallback): void; - function gzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - function gzipSync(buf: InputType, options?: ZlibOptions): Buffer; - function gunzip(buf: InputType, callback: CompressCallback): void; - function gunzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - function gunzipSync(buf: InputType, options?: ZlibOptions): Buffer; - function inflate(buf: InputType, callback: CompressCallback): void; - function inflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - function inflateSync(buf: InputType, options?: ZlibOptions): Buffer; - function inflateRaw(buf: InputType, callback: CompressCallback): void; - function inflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - function inflateRawSync(buf: InputType, options?: ZlibOptions): Buffer; - function unzip(buf: InputType, callback: CompressCallback): void; - function unzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - function unzipSync(buf: InputType, options?: ZlibOptions): Buffer; - - namespace constants { - const BROTLI_DECODE: number; - const BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: number; - const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP: number; - const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES: number; - const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1: number; - const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2: number; - const BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS: number; - const BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET: number; - const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1: number; - const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2: number; - const BROTLI_DECODER_ERROR_FORMAT_CL_SPACE: number; - const BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT: number; - const BROTLI_DECODER_ERROR_FORMAT_DICTIONARY: number; - const BROTLI_DECODER_ERROR_FORMAT_DISTANCE: number; - const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE: number; - const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE: number; - const BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE: number; - const BROTLI_DECODER_ERROR_FORMAT_PADDING_1: number; - const BROTLI_DECODER_ERROR_FORMAT_PADDING_2: number; - const BROTLI_DECODER_ERROR_FORMAT_RESERVED: number; - const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET: number; - const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME: number; - const BROTLI_DECODER_ERROR_FORMAT_TRANSFORM: number; - const BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS: number; - const BROTLI_DECODER_ERROR_INVALID_ARGUMENTS: number; - const BROTLI_DECODER_ERROR_UNREACHABLE: number; - const BROTLI_DECODER_NEEDS_MORE_INPUT: number; - const BROTLI_DECODER_NEEDS_MORE_OUTPUT: number; - const BROTLI_DECODER_NO_ERROR: number; - const BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION: number; - const BROTLI_DECODER_PARAM_LARGE_WINDOW: number; - const BROTLI_DECODER_RESULT_ERROR: number; - const BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT: number; - const BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: number; - const BROTLI_DECODER_RESULT_SUCCESS: number; - const BROTLI_DECODER_SUCCESS: number; - - const BROTLI_DEFAULT_MODE: number; - const BROTLI_DEFAULT_QUALITY: number; - const BROTLI_DEFAULT_WINDOW: number; - const BROTLI_ENCODE: number; - const BROTLI_LARGE_MAX_WINDOW_BITS: number; - const BROTLI_MAX_INPUT_BLOCK_BITS: number; - const BROTLI_MAX_QUALITY: number; - const BROTLI_MAX_WINDOW_BITS: number; - const BROTLI_MIN_INPUT_BLOCK_BITS: number; - const BROTLI_MIN_QUALITY: number; - const BROTLI_MIN_WINDOW_BITS: number; - - const BROTLI_MODE_FONT: number; - const BROTLI_MODE_GENERIC: number; - const BROTLI_MODE_TEXT: number; - - const BROTLI_OPERATION_EMIT_METADATA: number; - const BROTLI_OPERATION_FINISH: number; - const BROTLI_OPERATION_FLUSH: number; - const BROTLI_OPERATION_PROCESS: number; - - const BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: number; - const BROTLI_PARAM_LARGE_WINDOW: number; - const BROTLI_PARAM_LGBLOCK: number; - const BROTLI_PARAM_LGWIN: number; - const BROTLI_PARAM_MODE: number; - const BROTLI_PARAM_NDIRECT: number; - const BROTLI_PARAM_NPOSTFIX: number; - const BROTLI_PARAM_QUALITY: number; - const BROTLI_PARAM_SIZE_HINT: number; - - const DEFLATE: number; - const DEFLATERAW: number; - const GUNZIP: number; - const GZIP: number; - const INFLATE: number; - const INFLATERAW: number; - const UNZIP: number; - - const Z_BEST_COMPRESSION: number; - const Z_BEST_SPEED: number; - const Z_BLOCK: number; - const Z_BUF_ERROR: number; - const Z_DATA_ERROR: number; - - const Z_DEFAULT_CHUNK: number; - const Z_DEFAULT_COMPRESSION: number; - const Z_DEFAULT_LEVEL: number; - const Z_DEFAULT_MEMLEVEL: number; - const Z_DEFAULT_STRATEGY: number; - const Z_DEFAULT_WINDOWBITS: number; - - const Z_ERRNO: number; - const Z_FILTERED: number; - const Z_FINISH: number; - const Z_FIXED: number; - const Z_FULL_FLUSH: number; - const Z_HUFFMAN_ONLY: number; - const Z_MAX_CHUNK: number; - const Z_MAX_LEVEL: number; - const Z_MAX_MEMLEVEL: number; - const Z_MAX_WINDOWBITS: number; - const Z_MEM_ERROR: number; - const Z_MIN_CHUNK: number; - const Z_MIN_LEVEL: number; - const Z_MIN_MEMLEVEL: number; - const Z_MIN_WINDOWBITS: number; - const Z_NEED_DICT: number; - const Z_NO_COMPRESSION: number; - const Z_NO_FLUSH: number; - const Z_OK: number; - const Z_PARTIAL_FLUSH: number; - const Z_RLE: number; - const Z_STREAM_END: number; - const Z_STREAM_ERROR: number; - const Z_SYNC_FLUSH: number; - const Z_VERSION_ERROR: number; - const ZLIB_VERNUM: number; - } - - /** - * @deprecated - */ - const Z_NO_FLUSH: number; - /** - * @deprecated - */ - const Z_PARTIAL_FLUSH: number; - /** - * @deprecated - */ - const Z_SYNC_FLUSH: number; - /** - * @deprecated - */ - const Z_FULL_FLUSH: number; - /** - * @deprecated - */ - const Z_FINISH: number; - /** - * @deprecated - */ - const Z_BLOCK: number; - /** - * @deprecated - */ - const Z_TREES: number; - /** - * @deprecated - */ - const Z_OK: number; - /** - * @deprecated - */ - const Z_STREAM_END: number; - /** - * @deprecated - */ - const Z_NEED_DICT: number; - /** - * @deprecated - */ - const Z_ERRNO: number; - /** - * @deprecated - */ - const Z_STREAM_ERROR: number; - /** - * @deprecated - */ - const Z_DATA_ERROR: number; - /** - * @deprecated - */ - const Z_MEM_ERROR: number; - /** - * @deprecated - */ - const Z_BUF_ERROR: number; - /** - * @deprecated - */ - const Z_VERSION_ERROR: number; - /** - * @deprecated - */ - const Z_NO_COMPRESSION: number; - /** - * @deprecated - */ - const Z_BEST_SPEED: number; - /** - * @deprecated - */ - const Z_BEST_COMPRESSION: number; - /** - * @deprecated - */ - const Z_DEFAULT_COMPRESSION: number; - /** - * @deprecated - */ - const Z_FILTERED: number; - /** - * @deprecated - */ - const Z_HUFFMAN_ONLY: number; - /** - * @deprecated - */ - const Z_RLE: number; - /** - * @deprecated - */ - const Z_FIXED: number; - /** - * @deprecated - */ - const Z_DEFAULT_STRATEGY: number; - /** - * @deprecated - */ - const Z_BINARY: number; - /** - * @deprecated - */ - const Z_TEXT: number; - /** - * @deprecated - */ - const Z_ASCII: number; - /** - * @deprecated - */ - const Z_UNKNOWN: number; - /** - * @deprecated - */ - const Z_DEFLATED: number; -} diff --git a/2019-setembro/node_modules/@types/resolve/LICENSE b/2019-setembro/node_modules/@types/resolve/LICENSE deleted file mode 100644 index 2107107..0000000 --- a/2019-setembro/node_modules/@types/resolve/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. All rights reserved. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/2019-setembro/node_modules/@types/resolve/README.md b/2019-setembro/node_modules/@types/resolve/README.md deleted file mode 100644 index 1decc1e..0000000 --- a/2019-setembro/node_modules/@types/resolve/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Installation -> `npm install --save @types/resolve` - -# Summary -This package contains type definitions for resolve (https://github.com/substack/node-resolve). - -# Details -Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/resolve - -Additional Details - * Last updated: Tue, 08 May 2018 17:01:00 GMT - * Dependencies: node - * Global values: none - -# Credits -These definitions were written by Mario Nebl , Klaus Meinhardt . diff --git a/2019-setembro/node_modules/@types/resolve/index.d.ts b/2019-setembro/node_modules/@types/resolve/index.d.ts deleted file mode 100644 index a3fb1f4..0000000 --- a/2019-setembro/node_modules/@types/resolve/index.d.ts +++ /dev/null @@ -1,113 +0,0 @@ -// Type definitions for resolve -// Project: https://github.com/substack/node-resolve -// Definitions by: Mario Nebl -// Klaus Meinhardt -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -/// - -interface PackageMeta { - name: string; - version: string; - [key: string]: any; -} - -/** - * Callback invoked when resolving asynchronously - * - * @param error - * @param resolved Absolute path to resolved identifier - */ -type resolveCallback = (err: Error | null, resolved?: string, pkg?: PackageMeta) => void; - -/** - * Callback invoked when checking if a file exists - * - * @param error - * @param isFile If the given file exists - */ -type isFileCallback = (err: Error | null, isFile?: boolean) => void; - -/** - * Callback invoked when reading a file - * - * @param error - * @param isFile If the given file exists - */ -type readFileCallback = (err: Error | null, file?: Buffer) => void; - -/** - * Asynchronously resolve the module path string id into cb(err, res [, pkg]), where pkg (if defined) is the data from package.json - * - * @param id Identifier to resolve - * @param callback - */ -declare function resolve(id: string, cb: resolveCallback): void; - -/** - * Asynchronously resolve the module path string id into cb(err, res [, pkg]), where pkg (if defined) is the data from package.json - * - * @param id Identifier to resolve - * @param options Options to use for resolving, optional. - * @param callback - */ -declare function resolve(id: string, opts: resolve.AsyncOpts, cb: resolveCallback): void; - -/** - * Synchronously resolve the module path string id, returning the result and throwing an error when id can't be resolved. - * - * @param id Identifier to resolve - * @param options Options to use for resolving, optional. - */ -declare function resolveSync(id: string, opts?: resolve.SyncOpts): string; - -/** - * Return whether a package is in core - */ -declare function resolveIsCore(id: string): boolean | undefined; - -declare namespace resolve { - interface Opts { - /** directory to begin resolving from (defaults to __dirname) */ - basedir?: string; - /** package.json data applicable to the module being loaded */ - package?: any; - /** array of file extensions to search in order (defaults to ['.js']) */ - extensions?: string | ReadonlyArray; - /** transform the parsed package.json contents before looking at the "main" field */ - packageFilter?: (pkg: any, pkgfile: string) => any; - /** transform a path within a package */ - pathFilter?: (pkg: any, path: string, relativePath: string) => string; - /** require.paths array to use if nothing is found on the normal node_modules recursive walk (probably don't use this) */ - paths?: string | ReadonlyArray; - /** directory (or directories) in which to recursively look for modules. (default to 'node_modules') */ - moduleDirectory?: string | ReadonlyArray - /** - * if true, doesn't resolve `basedir` to real path before resolving. - * This is the way Node resolves dependencies when executed with the --preserve-symlinks flag. - * - * Note: this property is currently true by default but it will be changed to false in the next major version because Node's resolution - * algorithm does not preserve symlinks by default. - */ - preserveSymlinks?: boolean; - } - - export interface AsyncOpts extends Opts { - /** how to read files asynchronously (defaults to fs.readFile) */ - readFile?: (file: string, cb: readFileCallback) => void; - /** function to asynchronously test whether a file exists */ - isFile?: (file: string, cb: isFileCallback) => void; - } - - export interface SyncOpts extends Opts { - /** how to read files synchronously (defaults to fs.readFileSync) */ - readFileSync?: (file: string, charset: string) => string | Buffer; - /** function to synchronously test whether a file exists */ - isFile?: (file: string) => boolean; - } - - export var sync: typeof resolveSync; - export var isCore: typeof resolveIsCore; -} - -export = resolve; diff --git a/2019-setembro/node_modules/@types/resolve/package.json b/2019-setembro/node_modules/@types/resolve/package.json deleted file mode 100644 index 4127ba5..0000000 --- a/2019-setembro/node_modules/@types/resolve/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "@types/resolve", - "version": "0.0.8", - "description": "TypeScript definitions for resolve", - "license": "MIT", - "contributors": [ - { - "name": "Mario Nebl", - "url": "https://github.com/marionebl", - "githubUsername": "marionebl" - }, - { - "name": "Klaus Meinhardt", - "url": "https://github.com/ajafff", - "githubUsername": "ajafff" - } - ], - "main": "", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "5f7b20658879058bc7b11142bb7fd133c0e1701cc1434145bfce9c9a8e86c339", - "typeScriptVersion": "2.0" -} \ No newline at end of file diff --git a/2019-setembro/node_modules/acorn/CHANGELOG.md b/2019-setembro/node_modules/acorn/CHANGELOG.md deleted file mode 100644 index 2d6115e..0000000 --- a/2019-setembro/node_modules/acorn/CHANGELOG.md +++ /dev/null @@ -1,552 +0,0 @@ -## 7.0.0 (2019-08-13) - -### Breaking changes - -Changes the node format for dynamic imports to use the `ImportExpression` node type, as defined in [ESTree](https://github.com/estree/estree/blob/master/es2020.md#importexpression). - -Makes 10 (ES2019) the default value for the `ecmaVersion` option. - -## 6.3.0 (2019-08-12) - -### New features - -`sourceType: "module"` can now be used even when `ecmaVersion` is less than 6, to parse module-style code that otherwise conforms to an older standard. - -## 6.2.1 (2019-07-21) - -### Bug fixes - -Fix bug causing Acorn to treat some characters as identifier characters that shouldn't be treated as such. - -Fix issue where setting the `allowReserved` option to `"never"` allowed reserved words in some circumstances. - -## 6.2.0 (2019-07-04) - -### Bug fixes - -Improve valid assignment checking in `for`/`in` and `for`/`of` loops. - -Disallow binding `let` in patterns. - -### New features - -Support bigint syntax with `ecmaVersion` >= 10. - -Support dynamic `import` syntax with `ecmaVersion` >= 10. - -Upgrade to Unicode version 12. - -## 6.1.1 (2019-02-27) - -### Bug fixes - -Fix bug that caused parsing default exports of with names to fail. - -## 6.1.0 (2019-02-08) - -### Bug fixes - -Fix scope checking when redefining a `var` as a lexical binding. - -### New features - -Split up `parseSubscripts` to use an internal `parseSubscript` method to make it easier to extend with plugins. - -## 6.0.7 (2019-02-04) - -### Bug fixes - -Check that exported bindings are defined. - -Don't treat `\u180e` as a whitespace character. - -Check for duplicate parameter names in methods. - -Don't allow shorthand properties when they are generators or async methods. - -Forbid binding `await` in async arrow function's parameter list. - -## 6.0.6 (2019-01-30) - -### Bug fixes - -The content of class declarations and expressions is now always parsed in strict mode. - -Don't allow `let` or `const` to bind the variable name `let`. - -Treat class declarations as lexical. - -Don't allow a generator function declaration as the sole body of an `if` or `else`. - -Ignore `"use strict"` when after an empty statement. - -Allow string line continuations with special line terminator characters. - -Treat `for` bodies as part of the `for` scope when checking for conflicting bindings. - -Fix bug with parsing `yield` in a `for` loop initializer. - -Implement special cases around scope checking for functions. - -## 6.0.5 (2019-01-02) - -### Bug fixes - -Fix TypeScript type for `Parser.extend` and add `allowAwaitOutsideFunction` to options type. - -Don't treat `let` as a keyword when the next token is `{` on the next line. - -Fix bug that broke checking for parentheses around an object pattern in a destructuring assignment when `preserveParens` was on. - -## 6.0.4 (2018-11-05) - -### Bug fixes - -Further improvements to tokenizing regular expressions in corner cases. - -## 6.0.3 (2018-11-04) - -### Bug fixes - -Fix bug in tokenizing an expression-less return followed by a function followed by a regular expression. - -Remove stray symlink in the package tarball. - -## 6.0.2 (2018-09-26) - -### Bug fixes - -Fix bug where default expressions could fail to parse inside an object destructuring assignment expression. - -## 6.0.1 (2018-09-14) - -### Bug fixes - -Fix wrong value in `version` export. - -## 6.0.0 (2018-09-14) - -### Bug fixes - -Better handle variable-redefinition checks for catch bindings and functions directly under if statements. - -Forbid `new.target` in top-level arrow functions. - -Fix issue with parsing a regexp after `yield` in some contexts. - -### New features - -The package now comes with TypeScript definitions. - -### Breaking changes - -The default value of the `ecmaVersion` option is now 9 (2018). - -Plugins work differently, and will have to be rewritten to work with this version. - -The loose parser and walker have been moved into separate packages (`acorn-loose` and `acorn-walk`). - -## 5.7.3 (2018-09-10) - -### Bug fixes - -Fix failure to tokenize regexps after expressions like `x.of`. - -Better error message for unterminated template literals. - -## 5.7.2 (2018-08-24) - -### Bug fixes - -Properly handle `allowAwaitOutsideFunction` in for statements. - -Treat function declarations at the top level of modules like let bindings. - -Don't allow async function declarations as the only statement under a label. - -## 5.7.0 (2018-06-15) - -### New features - -Upgraded to Unicode 11. - -## 5.6.0 (2018-05-31) - -### New features - -Allow U+2028 and U+2029 in string when ECMAVersion >= 10. - -Allow binding-less catch statements when ECMAVersion >= 10. - -Add `allowAwaitOutsideFunction` option for parsing top-level `await`. - -## 5.5.3 (2018-03-08) - -### Bug fixes - -A _second_ republish of the code in 5.5.1, this time with yarn, to hopefully get valid timestamps. - -## 5.5.2 (2018-03-08) - -### Bug fixes - -A republish of the code in 5.5.1 in an attempt to solve an issue with the file timestamps in the npm package being 0. - -## 5.5.1 (2018-03-06) - -### Bug fixes - -Fix misleading error message for octal escapes in template strings. - -## 5.5.0 (2018-02-27) - -### New features - -The identifier character categorization is now based on Unicode version 10. - -Acorn will now validate the content of regular expressions, including new ES9 features. - -## 5.4.0 (2018-02-01) - -### Bug fixes - -Disallow duplicate or escaped flags on regular expressions. - -Disallow octal escapes in strings in strict mode. - -### New features - -Add support for async iteration. - -Add support for object spread and rest. - -## 5.3.0 (2017-12-28) - -### Bug fixes - -Fix parsing of floating point literals with leading zeroes in loose mode. - -Allow duplicate property names in object patterns. - -Don't allow static class methods named `prototype`. - -Disallow async functions directly under `if` or `else`. - -Parse right-hand-side of `for`/`of` as an assignment expression. - -Stricter parsing of `for`/`in`. - -Don't allow unicode escapes in contextual keywords. - -### New features - -Parsing class members was factored into smaller methods to allow plugins to hook into it. - -## 5.2.1 (2017-10-30) - -### Bug fixes - -Fix a token context corruption bug. - -## 5.2.0 (2017-10-30) - -### Bug fixes - -Fix token context tracking for `class` and `function` in property-name position. - -Make sure `%*` isn't parsed as a valid operator. - -Allow shorthand properties `get` and `set` to be followed by default values. - -Disallow `super` when not in callee or object position. - -### New features - -Support [`directive` property](https://github.com/estree/estree/compare/b3de58c9997504d6fba04b72f76e6dd1619ee4eb...1da8e603237144f44710360f8feb7a9977e905e0) on directive expression statements. - -## 5.1.2 (2017-09-04) - -### Bug fixes - -Disable parsing of legacy HTML-style comments in modules. - -Fix parsing of async methods whose names are keywords. - -## 5.1.1 (2017-07-06) - -### Bug fixes - -Fix problem with disambiguating regexp and division after a class. - -## 5.1.0 (2017-07-05) - -### Bug fixes - -Fix tokenizing of regexps in an object-desctructuring `for`/`of` loop and after `yield`. - -Parse zero-prefixed numbers with non-octal digits as decimal. - -Allow object/array patterns in rest parameters. - -Don't error when `yield` is used as a property name. - -Allow `async` as a shorthand object property. - -### New features - -Implement the [template literal revision proposal](https://github.com/tc39/proposal-template-literal-revision) for ES9. - -## 5.0.3 (2017-04-01) - -### Bug fixes - -Fix spurious duplicate variable definition errors for named functions. - -## 5.0.2 (2017-03-30) - -### Bug fixes - -A binary operator after a parenthesized arrow expression is no longer incorrectly treated as an error. - -## 5.0.0 (2017-03-28) - -### Bug fixes - -Raise an error for duplicated lexical bindings. - -Fix spurious error when an assignement expression occurred after a spread expression. - -Accept regular expressions after `of` (in `for`/`of`), `yield` (in a generator), and braced arrow functions. - -Allow labels in front or `var` declarations, even in strict mode. - -### Breaking changes - -Parse declarations following `export default` as declaration nodes, not expressions. This means that class and function declarations nodes can now have `null` as their `id`. - -## 4.0.11 (2017-02-07) - -### Bug fixes - -Allow all forms of member expressions to be parenthesized as lvalue. - -## 4.0.10 (2017-02-07) - -### Bug fixes - -Don't expect semicolons after default-exported functions or classes, even when they are expressions. - -Check for use of `'use strict'` directives in non-simple parameter functions, even when already in strict mode. - -## 4.0.9 (2017-02-06) - -### Bug fixes - -Fix incorrect error raised for parenthesized simple assignment targets, so that `(x) = 1` parses again. - -## 4.0.8 (2017-02-03) - -### Bug fixes - -Solve spurious parenthesized pattern errors by temporarily erring on the side of accepting programs that our delayed errors don't handle correctly yet. - -## 4.0.7 (2017-02-02) - -### Bug fixes - -Accept invalidly rejected code like `(x).y = 2` again. - -Don't raise an error when a function _inside_ strict code has a non-simple parameter list. - -## 4.0.6 (2017-02-02) - -### Bug fixes - -Fix exponential behavior (manifesting itself as a complete hang for even relatively small source files) introduced by the new 'use strict' check. - -## 4.0.5 (2017-02-02) - -### Bug fixes - -Disallow parenthesized pattern expressions. - -Allow keywords as export names. - -Don't allow the `async` keyword to be parenthesized. - -Properly raise an error when a keyword contains a character escape. - -Allow `"use strict"` to appear after other string literal expressions. - -Disallow labeled declarations. - -## 4.0.4 (2016-12-19) - -### Bug fixes - -Fix crash when `export` was followed by a keyword that can't be -exported. - -## 4.0.3 (2016-08-16) - -### Bug fixes - -Allow regular function declarations inside single-statement `if` branches in loose mode. Forbid them entirely in strict mode. - -Properly parse properties named `async` in ES2017 mode. - -Fix bug where reserved words were broken in ES2017 mode. - -## 4.0.2 (2016-08-11) - -### Bug fixes - -Don't ignore period or 'e' characters after octal numbers. - -Fix broken parsing for call expressions in default parameter values of arrow functions. - -## 4.0.1 (2016-08-08) - -### Bug fixes - -Fix false positives in duplicated export name errors. - -## 4.0.0 (2016-08-07) - -### Breaking changes - -The default `ecmaVersion` option value is now 7. - -A number of internal method signatures changed, so plugins might need to be updated. - -### Bug fixes - -The parser now raises errors on duplicated export names. - -`arguments` and `eval` can now be used in shorthand properties. - -Duplicate parameter names in non-simple argument lists now always produce an error. - -### New features - -The `ecmaVersion` option now also accepts year-style version numbers -(2015, etc). - -Support for `async`/`await` syntax when `ecmaVersion` is >= 8. - -Support for trailing commas in call expressions when `ecmaVersion` is >= 8. - -## 3.3.0 (2016-07-25) - -### Bug fixes - -Fix bug in tokenizing of regexp operator after a function declaration. - -Fix parser crash when parsing an array pattern with a hole. - -### New features - -Implement check against complex argument lists in functions that enable strict mode in ES7. - -## 3.2.0 (2016-06-07) - -### Bug fixes - -Improve handling of lack of unicode regexp support in host -environment. - -Properly reject shorthand properties whose name is a keyword. - -### New features - -Visitors created with `visit.make` now have their base as _prototype_, rather than copying properties into a fresh object. - -## 3.1.0 (2016-04-18) - -### Bug fixes - -Properly tokenize the division operator directly after a function expression. - -Allow trailing comma in destructuring arrays. - -## 3.0.4 (2016-02-25) - -### Fixes - -Allow update expressions as left-hand-side of the ES7 exponential operator. - -## 3.0.2 (2016-02-10) - -### Fixes - -Fix bug that accidentally made `undefined` a reserved word when parsing ES7. - -## 3.0.0 (2016-02-10) - -### Breaking changes - -The default value of the `ecmaVersion` option is now 6 (used to be 5). - -Support for comprehension syntax (which was dropped from the draft spec) has been removed. - -### Fixes - -`let` and `yield` are now “contextual keywords”, meaning you can mostly use them as identifiers in ES5 non-strict code. - -A parenthesized class or function expression after `export default` is now parsed correctly. - -### New features - -When `ecmaVersion` is set to 7, Acorn will parse the exponentiation operator (`**`). - -The identifier character ranges are now based on Unicode 8.0.0. - -Plugins can now override the `raiseRecoverable` method to override the way non-critical errors are handled. - -## 2.7.0 (2016-01-04) - -### Fixes - -Stop allowing rest parameters in setters. - -Disallow `y` rexexp flag in ES5. - -Disallow `\00` and `\000` escapes in strict mode. - -Raise an error when an import name is a reserved word. - -## 2.6.2 (2015-11-10) - -### Fixes - -Don't crash when no options object is passed. - -## 2.6.0 (2015-11-09) - -### Fixes - -Add `await` as a reserved word in module sources. - -Disallow `yield` in a parameter default value for a generator. - -Forbid using a comma after a rest pattern in an array destructuring. - -### New features - -Support parsing stdin in command-line tool. - -## 2.5.0 (2015-10-27) - -### Fixes - -Fix tokenizer support in the command-line tool. - -Stop allowing `new.target` outside of functions. - -Remove legacy `guard` and `guardedHandler` properties from try nodes. - -Stop allowing multiple `__proto__` properties on an object literal in strict mode. - -Don't allow rest parameters to be non-identifier patterns. - -Check for duplicate paramter names in arrow functions. diff --git a/2019-setembro/node_modules/acorn/LICENSE b/2019-setembro/node_modules/acorn/LICENSE deleted file mode 100644 index 2c0632b..0000000 --- a/2019-setembro/node_modules/acorn/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (C) 2012-2018 by various contributors (see AUTHORS) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/acorn/README.md b/2019-setembro/node_modules/acorn/README.md deleted file mode 100644 index 9b7c0ba..0000000 --- a/2019-setembro/node_modules/acorn/README.md +++ /dev/null @@ -1,269 +0,0 @@ -# Acorn - -A tiny, fast JavaScript parser written in JavaScript. - -## Community - -Acorn is open source software released under an -[MIT license](https://github.com/acornjs/acorn/blob/master/acorn/LICENSE). - -You are welcome to -[report bugs](https://github.com/acornjs/acorn/issues) or create pull -requests on [github](https://github.com/acornjs/acorn). For questions -and discussion, please use the -[Tern discussion forum](https://discuss.ternjs.net). - -## Installation - -The easiest way to install acorn is from [`npm`](https://www.npmjs.com/): - -```sh -npm install acorn -``` - -Alternately, you can download the source and build acorn yourself: - -```sh -git clone https://github.com/acornjs/acorn.git -cd acorn -npm install -``` - -## Interface - -**parse**`(input, options)` is the main interface to the library. The -`input` parameter is a string, `options` can be undefined or an object -setting some of the options listed below. The return value will be an -abstract syntax tree object as specified by the [ESTree -spec](https://github.com/estree/estree). - -```javascript -let acorn = require("acorn"); -console.log(acorn.parse("1 + 1")); -``` - -When encountering a syntax error, the parser will raise a -`SyntaxError` object with a meaningful message. The error object will -have a `pos` property that indicates the string offset at which the -error occurred, and a `loc` object that contains a `{line, column}` -object referring to that same position. - -Options can be provided by passing a second argument, which should be -an object containing any of these fields: - -- **ecmaVersion**: Indicates the ECMAScript version to parse. Must be - either 3, 5, 6 (2015), 7 (2016), 8 (2017), 9 (2018) or 10 (2019, partial - support). This influences support for strict mode, the set of - reserved words, and support for new syntax features. Default is 10. - - **NOTE**: Only 'stage 4' (finalized) ECMAScript features are being - implemented by Acorn. Other proposed new features can be implemented - through plugins. - -- **sourceType**: Indicate the mode the code should be parsed in. Can be - either `"script"` or `"module"`. This influences global strict mode - and parsing of `import` and `export` declarations. - - **NOTE**: If set to `"module"`, then static `import` / `export` syntax - will be valid, even if `ecmaVersion` is less than 6. - -- **onInsertedSemicolon**: If given a callback, that callback will be - called whenever a missing semicolon is inserted by the parser. The - callback will be given the character offset of the point where the - semicolon is inserted as argument, and if `locations` is on, also a - `{line, column}` object representing this position. - -- **onTrailingComma**: Like `onInsertedSemicolon`, but for trailing - commas. - -- **allowReserved**: If `false`, using a reserved word will generate - an error. Defaults to `true` for `ecmaVersion` 3, `false` for higher - versions. When given the value `"never"`, reserved words and - keywords can also not be used as property names (as in Internet - Explorer's old parser). - -- **allowReturnOutsideFunction**: By default, a return statement at - the top level raises an error. Set this to `true` to accept such - code. - -- **allowImportExportEverywhere**: By default, `import` and `export` - declarations can only appear at a program's top level. Setting this - option to `true` allows them anywhere where a statement is allowed. - -- **allowAwaitOutsideFunction**: By default, `await` expressions can - only appear inside `async` functions. Setting this option to - `true` allows to have top-level `await` expressions. They are - still not allowed in non-`async` functions, though. - -- **allowHashBang**: When this is enabled (off by default), if the - code starts with the characters `#!` (as in a shellscript), the - first line will be treated as a comment. - -- **locations**: When `true`, each node has a `loc` object attached - with `start` and `end` subobjects, each of which contains the - one-based line and zero-based column numbers in `{line, column}` - form. Default is `false`. - -- **onToken**: If a function is passed for this option, each found - token will be passed in same format as tokens returned from - `tokenizer().getToken()`. - - If array is passed, each found token is pushed to it. - - Note that you are not allowed to call the parser from the - callback—that will corrupt its internal state. - -- **onComment**: If a function is passed for this option, whenever a - comment is encountered the function will be called with the - following parameters: - - - `block`: `true` if the comment is a block comment, false if it - is a line comment. - - `text`: The content of the comment. - - `start`: Character offset of the start of the comment. - - `end`: Character offset of the end of the comment. - - When the `locations` options is on, the `{line, column}` locations - of the comment’s start and end are passed as two additional - parameters. - - If array is passed for this option, each found comment is pushed - to it as object in Esprima format: - - ```javascript - { - "type": "Line" | "Block", - "value": "comment text", - "start": Number, - "end": Number, - // If `locations` option is on: - "loc": { - "start": {line: Number, column: Number} - "end": {line: Number, column: Number} - }, - // If `ranges` option is on: - "range": [Number, Number] - } - ``` - - Note that you are not allowed to call the parser from the - callback—that will corrupt its internal state. - -- **ranges**: Nodes have their start and end characters offsets - recorded in `start` and `end` properties (directly on the node, - rather than the `loc` object, which holds line/column data. To also - add a - [semi-standardized](https://bugzilla.mozilla.org/show_bug.cgi?id=745678) - `range` property holding a `[start, end]` array with the same - numbers, set the `ranges` option to `true`. - -- **program**: It is possible to parse multiple files into a single - AST by passing the tree produced by parsing the first file as the - `program` option in subsequent parses. This will add the toplevel - forms of the parsed file to the "Program" (top) node of an existing - parse tree. - -- **sourceFile**: When the `locations` option is `true`, you can pass - this option to add a `source` attribute in every node’s `loc` - object. Note that the contents of this option are not examined or - processed in any way; you are free to use whatever format you - choose. - -- **directSourceFile**: Like `sourceFile`, but a `sourceFile` property - will be added (regardless of the `location` option) directly to the - nodes, rather than the `loc` object. - -- **preserveParens**: If this option is `true`, parenthesized expressions - are represented by (non-standard) `ParenthesizedExpression` nodes - that have a single `expression` property containing the expression - inside parentheses. - -**parseExpressionAt**`(input, offset, options)` will parse a single -expression in a string, and return its AST. It will not complain if -there is more of the string left after the expression. - -**tokenizer**`(input, options)` returns an object with a `getToken` -method that can be called repeatedly to get the next token, a `{start, -end, type, value}` object (with added `loc` property when the -`locations` option is enabled and `range` property when the `ranges` -option is enabled). When the token's type is `tokTypes.eof`, you -should stop calling the method, since it will keep returning that same -token forever. - -In ES6 environment, returned result can be used as any other -protocol-compliant iterable: - -```javascript -for (let token of acorn.tokenizer(str)) { - // iterate over the tokens -} - -// transform code to array of tokens: -var tokens = [...acorn.tokenizer(str)]; -``` - -**tokTypes** holds an object mapping names to the token type objects -that end up in the `type` properties of tokens. - -**getLineInfo**`(input, offset)` can be used to get a `{line, -column}` object for a given program string and offset. - -### The `Parser` class - -Instances of the **`Parser`** class contain all the state and logic -that drives a parse. It has static methods `parse`, -`parseExpressionAt`, and `tokenizer` that match the top-level -functions by the same name. - -When extending the parser with plugins, you need to call these methods -on the extended version of the class. To extend a parser with plugins, -you can use its static `extend` method. - -```javascript -var acorn = require("acorn"); -var jsx = require("acorn-jsx"); -var JSXParser = acorn.Parser.extend(jsx()); -JSXParser.parse("foo()"); -``` - -The `extend` method takes any number of plugin values, and returns a -new `Parser` class that includes the extra parser logic provided by -the plugins. - -## Command line interface - -The `bin/acorn` utility can be used to parse a file from the command -line. It accepts as arguments its input file and the following -options: - -- `--ecma3|--ecma5|--ecma6|--ecma7|--ecma8|--ecma9|--ecma10`: Sets the ECMAScript version - to parse. Default is version 9. - -- `--module`: Sets the parsing mode to `"module"`. Is set to `"script"` otherwise. - -- `--locations`: Attaches a "loc" object to each node with "start" and - "end" subobjects, each of which contains the one-based line and - zero-based column numbers in `{line, column}` form. - -- `--allow-hash-bang`: If the code starts with the characters #! (as - in a shellscript), the first line will be treated as a comment. - -- `--compact`: No whitespace is used in the AST output. - -- `--silent`: Do not output the AST, just return the exit status. - -- `--help`: Print the usage information and quit. - -The utility spits out the syntax tree as JSON data. - -## Existing plugins - - - [`acorn-jsx`](https://github.com/RReverser/acorn-jsx): Parse [Facebook JSX syntax extensions](https://github.com/facebook/jsx) - -Plugins for ECMAScript proposals: - - - [`acorn-stage3`](https://github.com/acornjs/acorn-stage3): Parse most stage 3 proposals, bundling: - - [`acorn-class-fields`](https://github.com/acornjs/acorn-class-fields): Parse [class fields proposal](https://github.com/tc39/proposal-class-fields) - - [`acorn-import-meta`](https://github.com/acornjs/acorn-import-meta): Parse [import.meta proposal](https://github.com/tc39/proposal-import-meta) - - [`acorn-numeric-separator`](https://github.com/acornjs/acorn-numeric-separator): Parse [numeric separator proposal](https://github.com/tc39/proposal-numeric-separator) - - [`acorn-private-methods`](https://github.com/acornjs/acorn-private-methods): parse [private methods, getters and setters proposal](https://github.com/tc39/proposal-private-methods)n diff --git a/2019-setembro/node_modules/acorn/bin/acorn b/2019-setembro/node_modules/acorn/bin/acorn deleted file mode 100755 index cf7df46..0000000 --- a/2019-setembro/node_modules/acorn/bin/acorn +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env node -'use strict'; - -require('../dist/bin.js'); diff --git a/2019-setembro/node_modules/acorn/dist/acorn.d.ts b/2019-setembro/node_modules/acorn/dist/acorn.d.ts deleted file mode 100644 index c68e239..0000000 --- a/2019-setembro/node_modules/acorn/dist/acorn.d.ts +++ /dev/null @@ -1,209 +0,0 @@ -export as namespace acorn -export = acorn - -declare namespace acorn { - function parse(input: string, options?: Options): Node - - function parseExpressionAt(input: string, pos?: number, options?: Options): Node - - function tokenizer(input: string, options?: Options): { - getToken(): Token - [Symbol.iterator](): Iterator - } - - interface Options { - ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 2015 | 2016 | 2017 | 2018 | 2019 - sourceType?: 'script' | 'module' - onInsertedSemicolon?: (lastTokEnd: number, lastTokEndLoc?: Position) => void - onTrailingComma?: (lastTokEnd: number, lastTokEndLoc?: Position) => void - allowReserved?: boolean | 'never' - allowReturnOutsideFunction?: boolean - allowImportExportEverywhere?: boolean - allowAwaitOutsideFunction?: boolean - allowHashBang?: boolean - locations?: boolean - onToken?: ((token: Token) => any) | Token[] - onComment?: (( - isBlock: boolean, text: string, start: number, end: number, startLoc?: Position, - endLoc?: Position - ) => void) | Comment[] - ranges?: boolean - program?: Node - sourceFile?: string - directSourceFile?: string - preserveParens?: boolean - } - - class Parser { - constructor(options: Options, input: string, startPos?: number) - parse(this: Parser): Node - static parse(this: typeof Parser, input: string, options?: Options): Node - static parseExpressionAt(this: typeof Parser, input: string, pos: number, options?: Options): Node - static tokenizer(this: typeof Parser, input: string, options?: Options): { - getToken(): Token - [Symbol.iterator](): Iterator - } - static extend(this: typeof Parser, ...plugins: ((BaseParser: typeof Parser) => typeof Parser)[]): typeof Parser - } - - interface Position { line: number; column: number; offset: number } - - const defaultOptions: Options - - function getLineInfo(input: string, offset: number): Position - - class SourceLocation { - start: Position - end: Position - source?: string | null - constructor(p: Parser, start: Position, end: Position) - } - - class Node { - type: string - start: number - end: number - loc?: SourceLocation - sourceFile?: string - range?: [number, number] - constructor(parser: Parser, pos: number, loc?: SourceLocation) - } - - class TokenType { - label: string - keyword: string - beforeExpr: boolean - startsExpr: boolean - isLoop: boolean - isAssign: boolean - prefix: boolean - postfix: boolean - binop: number - updateContext?: (prevType: TokenType) => void - constructor(label: string, conf?: any) - } - - const tokTypes: { - num: TokenType - regexp: TokenType - string: TokenType - name: TokenType - eof: TokenType - bracketL: TokenType - bracketR: TokenType - braceL: TokenType - braceR: TokenType - parenL: TokenType - parenR: TokenType - comma: TokenType - semi: TokenType - colon: TokenType - dot: TokenType - question: TokenType - arrow: TokenType - template: TokenType - ellipsis: TokenType - backQuote: TokenType - dollarBraceL: TokenType - eq: TokenType - assign: TokenType - incDec: TokenType - prefix: TokenType - logicalOR: TokenType - logicalAND: TokenType - bitwiseOR: TokenType - bitwiseXOR: TokenType - bitwiseAND: TokenType - equality: TokenType - relational: TokenType - bitShift: TokenType - plusMin: TokenType - modulo: TokenType - star: TokenType - slash: TokenType - starstar: TokenType - _break: TokenType - _case: TokenType - _catch: TokenType - _continue: TokenType - _debugger: TokenType - _default: TokenType - _do: TokenType - _else: TokenType - _finally: TokenType - _for: TokenType - _function: TokenType - _if: TokenType - _return: TokenType - _switch: TokenType - _throw: TokenType - _try: TokenType - _var: TokenType - _const: TokenType - _while: TokenType - _with: TokenType - _new: TokenType - _this: TokenType - _super: TokenType - _class: TokenType - _extends: TokenType - _export: TokenType - _import: TokenType - _null: TokenType - _true: TokenType - _false: TokenType - _in: TokenType - _instanceof: TokenType - _typeof: TokenType - _void: TokenType - _delete: TokenType - } - - class TokContext { - constructor(token: string, isExpr: boolean, preserveSpace: boolean, override?: (p: Parser) => void) - } - - const tokContexts: { - b_stat: TokContext - b_expr: TokContext - b_tmpl: TokContext - p_stat: TokContext - p_expr: TokContext - q_tmpl: TokContext - f_expr: TokContext - } - - function isIdentifierStart(code: number, astral?: boolean): boolean - - function isIdentifierChar(code: number, astral?: boolean): boolean - - interface AbstractToken { - } - - interface Comment extends AbstractToken { - type: string - value: string - start: number - end: number - loc?: SourceLocation - range?: [number, number] - } - - class Token { - type: TokenType - value: any - start: number - end: number - loc?: SourceLocation - range?: [number, number] - constructor(p: Parser) - } - - function isNewLine(code: number): boolean - - const lineBreak: RegExp - - const lineBreakG: RegExp - - const version: string -} diff --git a/2019-setembro/node_modules/acorn/dist/acorn.js b/2019-setembro/node_modules/acorn/dist/acorn.js deleted file mode 100644 index e4d9e76..0000000 --- a/2019-setembro/node_modules/acorn/dist/acorn.js +++ /dev/null @@ -1,4979 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : - typeof define === 'function' && define.amd ? define(['exports'], factory) : - (global = global || self, factory(global.acorn = {})); -}(this, function (exports) { 'use strict'; - - // Reserved word lists for various dialects of the language - - var reservedWords = { - 3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile", - 5: "class enum extends super const export import", - 6: "enum", - strict: "implements interface let package private protected public static yield", - strictBind: "eval arguments" - }; - - // And the keywords - - var ecma5AndLessKeywords = "break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"; - - var keywords = { - 5: ecma5AndLessKeywords, - "5module": ecma5AndLessKeywords + " export import", - 6: ecma5AndLessKeywords + " const class extends export import super" - }; - - var keywordRelationalOperator = /^in(stanceof)?$/; - - // ## Character categories - - // Big ugly regular expressions that match characters in the - // whitespace, identifier, and identifier-start categories. These - // are only applied when a character is found to actually have a - // code point above 128. - // Generated by `bin/generate-identifier-regex.js`. - var nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u08a0-\u08b4\u08b6-\u08bd\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fef\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7bf\ua7c2-\ua7c6\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab67\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; - var nonASCIIidentifierChars = "\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u08d3-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d82\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u1810-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1df9\u1dfb-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f"; - - var nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); - var nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); - - nonASCIIidentifierStartChars = nonASCIIidentifierChars = null; - - // These are a run-length and offset encoded representation of the - // >0xffff code points that are a valid part of identifiers. The - // offset starts at 0x10000, and each pair of numbers represents an - // offset to the next range, and then a size of the range. They were - // generated by bin/generate-identifier-regex.js - - // eslint-disable-next-line comma-spacing - var astralIdentifierStartCodes = [0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,477,28,11,0,9,21,155,22,13,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,0,33,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,0,161,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,754,9486,286,50,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,2357,44,11,6,17,0,370,43,1301,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,15,7472,3104,541]; - - // eslint-disable-next-line comma-spacing - var astralIdentifierCodes = [509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,232,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,792487,239]; - - // This has a complexity linear to the value of the code. The - // assumption is that looking up astral identifier characters is - // rare. - function isInAstralSet(code, set) { - var pos = 0x10000; - for (var i = 0; i < set.length; i += 2) { - pos += set[i]; - if (pos > code) { return false } - pos += set[i + 1]; - if (pos >= code) { return true } - } - } - - // Test whether a given character code starts an identifier. - - function isIdentifierStart(code, astral) { - if (code < 65) { return code === 36 } - if (code < 91) { return true } - if (code < 97) { return code === 95 } - if (code < 123) { return true } - if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) } - if (astral === false) { return false } - return isInAstralSet(code, astralIdentifierStartCodes) - } - - // Test whether a given character is part of an identifier. - - function isIdentifierChar(code, astral) { - if (code < 48) { return code === 36 } - if (code < 58) { return true } - if (code < 65) { return false } - if (code < 91) { return true } - if (code < 97) { return code === 95 } - if (code < 123) { return true } - if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)) } - if (astral === false) { return false } - return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes) - } - - // ## Token types - - // The assignment of fine-grained, information-carrying type objects - // allows the tokenizer to store the information it has about a - // token in a way that is very cheap for the parser to look up. - - // All token type variables start with an underscore, to make them - // easy to recognize. - - // The `beforeExpr` property is used to disambiguate between regular - // expressions and divisions. It is set on all token types that can - // be followed by an expression (thus, a slash after them would be a - // regular expression). - // - // The `startsExpr` property is used to check if the token ends a - // `yield` expression. It is set on all token types that either can - // directly start an expression (like a quotation mark) or can - // continue an expression (like the body of a string). - // - // `isLoop` marks a keyword as starting a loop, which is important - // to know when parsing a label, in order to allow or disallow - // continue jumps to that label. - - var TokenType = function TokenType(label, conf) { - if ( conf === void 0 ) conf = {}; - - this.label = label; - this.keyword = conf.keyword; - this.beforeExpr = !!conf.beforeExpr; - this.startsExpr = !!conf.startsExpr; - this.isLoop = !!conf.isLoop; - this.isAssign = !!conf.isAssign; - this.prefix = !!conf.prefix; - this.postfix = !!conf.postfix; - this.binop = conf.binop || null; - this.updateContext = null; - }; - - function binop(name, prec) { - return new TokenType(name, {beforeExpr: true, binop: prec}) - } - var beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true}; - - // Map keyword names to token types. - - var keywords$1 = {}; - - // Succinct definitions of keyword token types - function kw(name, options) { - if ( options === void 0 ) options = {}; - - options.keyword = name; - return keywords$1[name] = new TokenType(name, options) - } - - var types = { - num: new TokenType("num", startsExpr), - regexp: new TokenType("regexp", startsExpr), - string: new TokenType("string", startsExpr), - name: new TokenType("name", startsExpr), - eof: new TokenType("eof"), - - // Punctuation token types. - bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), - bracketR: new TokenType("]"), - braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), - braceR: new TokenType("}"), - parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), - parenR: new TokenType(")"), - comma: new TokenType(",", beforeExpr), - semi: new TokenType(";", beforeExpr), - colon: new TokenType(":", beforeExpr), - dot: new TokenType("."), - question: new TokenType("?", beforeExpr), - arrow: new TokenType("=>", beforeExpr), - template: new TokenType("template"), - invalidTemplate: new TokenType("invalidTemplate"), - ellipsis: new TokenType("...", beforeExpr), - backQuote: new TokenType("`", startsExpr), - dollarBraceL: new TokenType("${", {beforeExpr: true, startsExpr: true}), - - // Operators. These carry several kinds of properties to help the - // parser use them properly (the presence of these properties is - // what categorizes them as operators). - // - // `binop`, when present, specifies that this operator is a binary - // operator, and will refer to its precedence. - // - // `prefix` and `postfix` mark the operator as a prefix or postfix - // unary operator. - // - // `isAssign` marks all of `=`, `+=`, `-=` etcetera, which act as - // binary operators with a very low precedence, that should result - // in AssignmentExpression nodes. - - eq: new TokenType("=", {beforeExpr: true, isAssign: true}), - assign: new TokenType("_=", {beforeExpr: true, isAssign: true}), - incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), - prefix: new TokenType("!/~", {beforeExpr: true, prefix: true, startsExpr: true}), - logicalOR: binop("||", 1), - logicalAND: binop("&&", 2), - bitwiseOR: binop("|", 3), - bitwiseXOR: binop("^", 4), - bitwiseAND: binop("&", 5), - equality: binop("==/!=/===/!==", 6), - relational: binop("/<=/>=", 7), - bitShift: binop("<>/>>>", 8), - plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), - modulo: binop("%", 10), - star: binop("*", 10), - slash: binop("/", 10), - starstar: new TokenType("**", {beforeExpr: true}), - - // Keyword token types. - _break: kw("break"), - _case: kw("case", beforeExpr), - _catch: kw("catch"), - _continue: kw("continue"), - _debugger: kw("debugger"), - _default: kw("default", beforeExpr), - _do: kw("do", {isLoop: true, beforeExpr: true}), - _else: kw("else", beforeExpr), - _finally: kw("finally"), - _for: kw("for", {isLoop: true}), - _function: kw("function", startsExpr), - _if: kw("if"), - _return: kw("return", beforeExpr), - _switch: kw("switch"), - _throw: kw("throw", beforeExpr), - _try: kw("try"), - _var: kw("var"), - _const: kw("const"), - _while: kw("while", {isLoop: true}), - _with: kw("with"), - _new: kw("new", {beforeExpr: true, startsExpr: true}), - _this: kw("this", startsExpr), - _super: kw("super", startsExpr), - _class: kw("class", startsExpr), - _extends: kw("extends", beforeExpr), - _export: kw("export"), - _import: kw("import", startsExpr), - _null: kw("null", startsExpr), - _true: kw("true", startsExpr), - _false: kw("false", startsExpr), - _in: kw("in", {beforeExpr: true, binop: 7}), - _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), - _typeof: kw("typeof", {beforeExpr: true, prefix: true, startsExpr: true}), - _void: kw("void", {beforeExpr: true, prefix: true, startsExpr: true}), - _delete: kw("delete", {beforeExpr: true, prefix: true, startsExpr: true}) - }; - - // Matches a whole line break (where CRLF is considered a single - // line break). Used to count lines. - - var lineBreak = /\r\n?|\n|\u2028|\u2029/; - var lineBreakG = new RegExp(lineBreak.source, "g"); - - function isNewLine(code, ecma2019String) { - return code === 10 || code === 13 || (!ecma2019String && (code === 0x2028 || code === 0x2029)) - } - - var nonASCIIwhitespace = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/; - - var skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g; - - var ref = Object.prototype; - var hasOwnProperty = ref.hasOwnProperty; - var toString = ref.toString; - - // Checks if an object has a property. - - function has(obj, propName) { - return hasOwnProperty.call(obj, propName) - } - - var isArray = Array.isArray || (function (obj) { return ( - toString.call(obj) === "[object Array]" - ); }); - - function wordsRegexp(words) { - return new RegExp("^(?:" + words.replace(/ /g, "|") + ")$") - } - - // These are used when `options.locations` is on, for the - // `startLoc` and `endLoc` properties. - - var Position = function Position(line, col) { - this.line = line; - this.column = col; - }; - - Position.prototype.offset = function offset (n) { - return new Position(this.line, this.column + n) - }; - - var SourceLocation = function SourceLocation(p, start, end) { - this.start = start; - this.end = end; - if (p.sourceFile !== null) { this.source = p.sourceFile; } - }; - - // The `getLineInfo` function is mostly useful when the - // `locations` option is off (for performance reasons) and you - // want to find the line/column position for a given character - // offset. `input` should be the code string that the offset refers - // into. - - function getLineInfo(input, offset) { - for (var line = 1, cur = 0;;) { - lineBreakG.lastIndex = cur; - var match = lineBreakG.exec(input); - if (match && match.index < offset) { - ++line; - cur = match.index + match[0].length; - } else { - return new Position(line, offset - cur) - } - } - } - - // A second optional argument can be given to further configure - // the parser process. These options are recognized: - - var defaultOptions = { - // `ecmaVersion` indicates the ECMAScript version to parse. Must be - // either 3, 5, 6 (2015), 7 (2016), 8 (2017), 9 (2018), or 10 - // (2019). This influences support for strict mode, the set of - // reserved words, and support for new syntax features. The default - // is 10. - ecmaVersion: 10, - // `sourceType` indicates the mode the code should be parsed in. - // Can be either `"script"` or `"module"`. This influences global - // strict mode and parsing of `import` and `export` declarations. - sourceType: "script", - // `onInsertedSemicolon` can be a callback that will be called - // when a semicolon is automatically inserted. It will be passed - // the position of the comma as an offset, and if `locations` is - // enabled, it is given the location as a `{line, column}` object - // as second argument. - onInsertedSemicolon: null, - // `onTrailingComma` is similar to `onInsertedSemicolon`, but for - // trailing commas. - onTrailingComma: null, - // By default, reserved words are only enforced if ecmaVersion >= 5. - // Set `allowReserved` to a boolean value to explicitly turn this on - // an off. When this option has the value "never", reserved words - // and keywords can also not be used as property names. - allowReserved: null, - // When enabled, a return at the top level is not considered an - // error. - allowReturnOutsideFunction: false, - // When enabled, import/export statements are not constrained to - // appearing at the top of the program. - allowImportExportEverywhere: false, - // When enabled, await identifiers are allowed to appear at the top-level scope, - // but they are still not allowed in non-async functions. - allowAwaitOutsideFunction: false, - // When enabled, hashbang directive in the beginning of file - // is allowed and treated as a line comment. - allowHashBang: false, - // When `locations` is on, `loc` properties holding objects with - // `start` and `end` properties in `{line, column}` form (with - // line being 1-based and column 0-based) will be attached to the - // nodes. - locations: false, - // A function can be passed as `onToken` option, which will - // cause Acorn to call that function with object in the same - // format as tokens returned from `tokenizer().getToken()`. Note - // that you are not allowed to call the parser from the - // callback—that will corrupt its internal state. - onToken: null, - // A function can be passed as `onComment` option, which will - // cause Acorn to call that function with `(block, text, start, - // end)` parameters whenever a comment is skipped. `block` is a - // boolean indicating whether this is a block (`/* */`) comment, - // `text` is the content of the comment, and `start` and `end` are - // character offsets that denote the start and end of the comment. - // When the `locations` option is on, two more parameters are - // passed, the full `{line, column}` locations of the start and - // end of the comments. Note that you are not allowed to call the - // parser from the callback—that will corrupt its internal state. - onComment: null, - // Nodes have their start and end characters offsets recorded in - // `start` and `end` properties (directly on the node, rather than - // the `loc` object, which holds line/column data. To also add a - // [semi-standardized][range] `range` property holding a `[start, - // end]` array with the same numbers, set the `ranges` option to - // `true`. - // - // [range]: https://bugzilla.mozilla.org/show_bug.cgi?id=745678 - ranges: false, - // It is possible to parse multiple files into a single AST by - // passing the tree produced by parsing the first file as - // `program` option in subsequent parses. This will add the - // toplevel forms of the parsed file to the `Program` (top) node - // of an existing parse tree. - program: null, - // When `locations` is on, you can pass this to record the source - // file in every node's `loc` object. - sourceFile: null, - // This value, if given, is stored in every node, whether - // `locations` is on or off. - directSourceFile: null, - // When enabled, parenthesized expressions are represented by - // (non-standard) ParenthesizedExpression nodes - preserveParens: false - }; - - // Interpret and default an options object - - function getOptions(opts) { - var options = {}; - - for (var opt in defaultOptions) - { options[opt] = opts && has(opts, opt) ? opts[opt] : defaultOptions[opt]; } - - if (options.ecmaVersion >= 2015) - { options.ecmaVersion -= 2009; } - - if (options.allowReserved == null) - { options.allowReserved = options.ecmaVersion < 5; } - - if (isArray(options.onToken)) { - var tokens = options.onToken; - options.onToken = function (token) { return tokens.push(token); }; - } - if (isArray(options.onComment)) - { options.onComment = pushComment(options, options.onComment); } - - return options - } - - function pushComment(options, array) { - return function(block, text, start, end, startLoc, endLoc) { - var comment = { - type: block ? "Block" : "Line", - value: text, - start: start, - end: end - }; - if (options.locations) - { comment.loc = new SourceLocation(this, startLoc, endLoc); } - if (options.ranges) - { comment.range = [start, end]; } - array.push(comment); - } - } - - // Each scope gets a bitset that may contain these flags - var - SCOPE_TOP = 1, - SCOPE_FUNCTION = 2, - SCOPE_VAR = SCOPE_TOP | SCOPE_FUNCTION, - SCOPE_ASYNC = 4, - SCOPE_GENERATOR = 8, - SCOPE_ARROW = 16, - SCOPE_SIMPLE_CATCH = 32, - SCOPE_SUPER = 64, - SCOPE_DIRECT_SUPER = 128; - - function functionFlags(async, generator) { - return SCOPE_FUNCTION | (async ? SCOPE_ASYNC : 0) | (generator ? SCOPE_GENERATOR : 0) - } - - // Used in checkLVal and declareName to determine the type of a binding - var - BIND_NONE = 0, // Not a binding - BIND_VAR = 1, // Var-style binding - BIND_LEXICAL = 2, // Let- or const-style binding - BIND_FUNCTION = 3, // Function declaration - BIND_SIMPLE_CATCH = 4, // Simple (identifier pattern) catch binding - BIND_OUTSIDE = 5; // Special case for function names as bound inside the function - - var Parser = function Parser(options, input, startPos) { - this.options = options = getOptions(options); - this.sourceFile = options.sourceFile; - this.keywords = wordsRegexp(keywords[options.ecmaVersion >= 6 ? 6 : options.sourceType === "module" ? "5module" : 5]); - var reserved = ""; - if (options.allowReserved !== true) { - for (var v = options.ecmaVersion;; v--) - { if (reserved = reservedWords[v]) { break } } - if (options.sourceType === "module") { reserved += " await"; } - } - this.reservedWords = wordsRegexp(reserved); - var reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict; - this.reservedWordsStrict = wordsRegexp(reservedStrict); - this.reservedWordsStrictBind = wordsRegexp(reservedStrict + " " + reservedWords.strictBind); - this.input = String(input); - - // Used to signal to callers of `readWord1` whether the word - // contained any escape sequences. This is needed because words with - // escape sequences must not be interpreted as keywords. - this.containsEsc = false; - - // Set up token state - - // The current position of the tokenizer in the input. - if (startPos) { - this.pos = startPos; - this.lineStart = this.input.lastIndexOf("\n", startPos - 1) + 1; - this.curLine = this.input.slice(0, this.lineStart).split(lineBreak).length; - } else { - this.pos = this.lineStart = 0; - this.curLine = 1; - } - - // Properties of the current token: - // Its type - this.type = types.eof; - // For tokens that include more information than their type, the value - this.value = null; - // Its start and end offset - this.start = this.end = this.pos; - // And, if locations are used, the {line, column} object - // corresponding to those offsets - this.startLoc = this.endLoc = this.curPosition(); - - // Position information for the previous token - this.lastTokEndLoc = this.lastTokStartLoc = null; - this.lastTokStart = this.lastTokEnd = this.pos; - - // The context stack is used to superficially track syntactic - // context to predict whether a regular expression is allowed in a - // given position. - this.context = this.initialContext(); - this.exprAllowed = true; - - // Figure out if it's a module code. - this.inModule = options.sourceType === "module"; - this.strict = this.inModule || this.strictDirective(this.pos); - - // Used to signify the start of a potential arrow function - this.potentialArrowAt = -1; - - // Positions to delayed-check that yield/await does not exist in default parameters. - this.yieldPos = this.awaitPos = this.awaitIdentPos = 0; - // Labels in scope. - this.labels = []; - // Thus-far undefined exports. - this.undefinedExports = {}; - - // If enabled, skip leading hashbang line. - if (this.pos === 0 && options.allowHashBang && this.input.slice(0, 2) === "#!") - { this.skipLineComment(2); } - - // Scope tracking for duplicate variable names (see scope.js) - this.scopeStack = []; - this.enterScope(SCOPE_TOP); - - // For RegExp validation - this.regexpState = null; - }; - - var prototypeAccessors = { inFunction: { configurable: true },inGenerator: { configurable: true },inAsync: { configurable: true },allowSuper: { configurable: true },allowDirectSuper: { configurable: true },treatFunctionsAsVar: { configurable: true } }; - - Parser.prototype.parse = function parse () { - var node = this.options.program || this.startNode(); - this.nextToken(); - return this.parseTopLevel(node) - }; - - prototypeAccessors.inFunction.get = function () { return (this.currentVarScope().flags & SCOPE_FUNCTION) > 0 }; - prototypeAccessors.inGenerator.get = function () { return (this.currentVarScope().flags & SCOPE_GENERATOR) > 0 }; - prototypeAccessors.inAsync.get = function () { return (this.currentVarScope().flags & SCOPE_ASYNC) > 0 }; - prototypeAccessors.allowSuper.get = function () { return (this.currentThisScope().flags & SCOPE_SUPER) > 0 }; - prototypeAccessors.allowDirectSuper.get = function () { return (this.currentThisScope().flags & SCOPE_DIRECT_SUPER) > 0 }; - prototypeAccessors.treatFunctionsAsVar.get = function () { return this.treatFunctionsAsVarInScope(this.currentScope()) }; - - // Switch to a getter for 7.0.0. - Parser.prototype.inNonArrowFunction = function inNonArrowFunction () { return (this.currentThisScope().flags & SCOPE_FUNCTION) > 0 }; - - Parser.extend = function extend () { - var plugins = [], len = arguments.length; - while ( len-- ) plugins[ len ] = arguments[ len ]; - - var cls = this; - for (var i = 0; i < plugins.length; i++) { cls = plugins[i](cls); } - return cls - }; - - Parser.parse = function parse (input, options) { - return new this(options, input).parse() - }; - - Parser.parseExpressionAt = function parseExpressionAt (input, pos, options) { - var parser = new this(options, input, pos); - parser.nextToken(); - return parser.parseExpression() - }; - - Parser.tokenizer = function tokenizer (input, options) { - return new this(options, input) - }; - - Object.defineProperties( Parser.prototype, prototypeAccessors ); - - var pp = Parser.prototype; - - // ## Parser utilities - - var literal = /^(?:'((?:\\.|[^'])*?)'|"((?:\\.|[^"])*?)")/; - pp.strictDirective = function(start) { - for (;;) { - // Try to find string literal. - skipWhiteSpace.lastIndex = start; - start += skipWhiteSpace.exec(this.input)[0].length; - var match = literal.exec(this.input.slice(start)); - if (!match) { return false } - if ((match[1] || match[2]) === "use strict") { return true } - start += match[0].length; - - // Skip semicolon, if any. - skipWhiteSpace.lastIndex = start; - start += skipWhiteSpace.exec(this.input)[0].length; - if (this.input[start] === ";") - { start++; } - } - }; - - // Predicate that tests whether the next token is of the given - // type, and if yes, consumes it as a side effect. - - pp.eat = function(type) { - if (this.type === type) { - this.next(); - return true - } else { - return false - } - }; - - // Tests whether parsed token is a contextual keyword. - - pp.isContextual = function(name) { - return this.type === types.name && this.value === name && !this.containsEsc - }; - - // Consumes contextual keyword if possible. - - pp.eatContextual = function(name) { - if (!this.isContextual(name)) { return false } - this.next(); - return true - }; - - // Asserts that following token is given contextual keyword. - - pp.expectContextual = function(name) { - if (!this.eatContextual(name)) { this.unexpected(); } - }; - - // Test whether a semicolon can be inserted at the current position. - - pp.canInsertSemicolon = function() { - return this.type === types.eof || - this.type === types.braceR || - lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) - }; - - pp.insertSemicolon = function() { - if (this.canInsertSemicolon()) { - if (this.options.onInsertedSemicolon) - { this.options.onInsertedSemicolon(this.lastTokEnd, this.lastTokEndLoc); } - return true - } - }; - - // Consume a semicolon, or, failing that, see if we are allowed to - // pretend that there is a semicolon at this position. - - pp.semicolon = function() { - if (!this.eat(types.semi) && !this.insertSemicolon()) { this.unexpected(); } - }; - - pp.afterTrailingComma = function(tokType, notNext) { - if (this.type === tokType) { - if (this.options.onTrailingComma) - { this.options.onTrailingComma(this.lastTokStart, this.lastTokStartLoc); } - if (!notNext) - { this.next(); } - return true - } - }; - - // Expect a token of a given type. If found, consume it, otherwise, - // raise an unexpected token error. - - pp.expect = function(type) { - this.eat(type) || this.unexpected(); - }; - - // Raise an unexpected token error. - - pp.unexpected = function(pos) { - this.raise(pos != null ? pos : this.start, "Unexpected token"); - }; - - function DestructuringErrors() { - this.shorthandAssign = - this.trailingComma = - this.parenthesizedAssign = - this.parenthesizedBind = - this.doubleProto = - -1; - } - - pp.checkPatternErrors = function(refDestructuringErrors, isAssign) { - if (!refDestructuringErrors) { return } - if (refDestructuringErrors.trailingComma > -1) - { this.raiseRecoverable(refDestructuringErrors.trailingComma, "Comma is not permitted after the rest element"); } - var parens = isAssign ? refDestructuringErrors.parenthesizedAssign : refDestructuringErrors.parenthesizedBind; - if (parens > -1) { this.raiseRecoverable(parens, "Parenthesized pattern"); } - }; - - pp.checkExpressionErrors = function(refDestructuringErrors, andThrow) { - if (!refDestructuringErrors) { return false } - var shorthandAssign = refDestructuringErrors.shorthandAssign; - var doubleProto = refDestructuringErrors.doubleProto; - if (!andThrow) { return shorthandAssign >= 0 || doubleProto >= 0 } - if (shorthandAssign >= 0) - { this.raise(shorthandAssign, "Shorthand property assignments are valid only in destructuring patterns"); } - if (doubleProto >= 0) - { this.raiseRecoverable(doubleProto, "Redefinition of __proto__ property"); } - }; - - pp.checkYieldAwaitInDefaultParams = function() { - if (this.yieldPos && (!this.awaitPos || this.yieldPos < this.awaitPos)) - { this.raise(this.yieldPos, "Yield expression cannot be a default value"); } - if (this.awaitPos) - { this.raise(this.awaitPos, "Await expression cannot be a default value"); } - }; - - pp.isSimpleAssignTarget = function(expr) { - if (expr.type === "ParenthesizedExpression") - { return this.isSimpleAssignTarget(expr.expression) } - return expr.type === "Identifier" || expr.type === "MemberExpression" - }; - - var pp$1 = Parser.prototype; - - // ### Statement parsing - - // Parse a program. Initializes the parser, reads any number of - // statements, and wraps them in a Program node. Optionally takes a - // `program` argument. If present, the statements will be appended - // to its body instead of creating a new node. - - pp$1.parseTopLevel = function(node) { - var exports = {}; - if (!node.body) { node.body = []; } - while (this.type !== types.eof) { - var stmt = this.parseStatement(null, true, exports); - node.body.push(stmt); - } - if (this.inModule) - { for (var i = 0, list = Object.keys(this.undefinedExports); i < list.length; i += 1) - { - var name = list[i]; - - this.raiseRecoverable(this.undefinedExports[name].start, ("Export '" + name + "' is not defined")); - } } - this.adaptDirectivePrologue(node.body); - this.next(); - node.sourceType = this.options.sourceType; - return this.finishNode(node, "Program") - }; - - var loopLabel = {kind: "loop"}, switchLabel = {kind: "switch"}; - - pp$1.isLet = function(context) { - if (this.options.ecmaVersion < 6 || !this.isContextual("let")) { return false } - skipWhiteSpace.lastIndex = this.pos; - var skip = skipWhiteSpace.exec(this.input); - var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next); - // For ambiguous cases, determine if a LexicalDeclaration (or only a - // Statement) is allowed here. If context is not empty then only a Statement - // is allowed. However, `let [` is an explicit negative lookahead for - // ExpressionStatement, so special-case it first. - if (nextCh === 91) { return true } // '[' - if (context) { return false } - - if (nextCh === 123) { return true } // '{' - if (isIdentifierStart(nextCh, true)) { - var pos = next + 1; - while (isIdentifierChar(this.input.charCodeAt(pos), true)) { ++pos; } - var ident = this.input.slice(next, pos); - if (!keywordRelationalOperator.test(ident)) { return true } - } - return false - }; - - // check 'async [no LineTerminator here] function' - // - 'async /*foo*/ function' is OK. - // - 'async /*\n*/ function' is invalid. - pp$1.isAsyncFunction = function() { - if (this.options.ecmaVersion < 8 || !this.isContextual("async")) - { return false } - - skipWhiteSpace.lastIndex = this.pos; - var skip = skipWhiteSpace.exec(this.input); - var next = this.pos + skip[0].length; - return !lineBreak.test(this.input.slice(this.pos, next)) && - this.input.slice(next, next + 8) === "function" && - (next + 8 === this.input.length || !isIdentifierChar(this.input.charAt(next + 8))) - }; - - // Parse a single statement. - // - // If expecting a statement and finding a slash operator, parse a - // regular expression literal. This is to handle cases like - // `if (foo) /blah/.exec(foo)`, where looking at the previous token - // does not help. - - pp$1.parseStatement = function(context, topLevel, exports) { - var starttype = this.type, node = this.startNode(), kind; - - if (this.isLet(context)) { - starttype = types._var; - kind = "let"; - } - - // Most types of statements are recognized by the keyword they - // start with. Many are trivial to parse, some require a bit of - // complexity. - - switch (starttype) { - case types._break: case types._continue: return this.parseBreakContinueStatement(node, starttype.keyword) - case types._debugger: return this.parseDebuggerStatement(node) - case types._do: return this.parseDoStatement(node) - case types._for: return this.parseForStatement(node) - case types._function: - // Function as sole body of either an if statement or a labeled statement - // works, but not when it is part of a labeled statement that is the sole - // body of an if statement. - if ((context && (this.strict || context !== "if" && context !== "label")) && this.options.ecmaVersion >= 6) { this.unexpected(); } - return this.parseFunctionStatement(node, false, !context) - case types._class: - if (context) { this.unexpected(); } - return this.parseClass(node, true) - case types._if: return this.parseIfStatement(node) - case types._return: return this.parseReturnStatement(node) - case types._switch: return this.parseSwitchStatement(node) - case types._throw: return this.parseThrowStatement(node) - case types._try: return this.parseTryStatement(node) - case types._const: case types._var: - kind = kind || this.value; - if (context && kind !== "var") { this.unexpected(); } - return this.parseVarStatement(node, kind) - case types._while: return this.parseWhileStatement(node) - case types._with: return this.parseWithStatement(node) - case types.braceL: return this.parseBlock(true, node) - case types.semi: return this.parseEmptyStatement(node) - case types._export: - case types._import: - if (this.options.ecmaVersion > 10 && starttype === types._import) { - skipWhiteSpace.lastIndex = this.pos; - var skip = skipWhiteSpace.exec(this.input); - var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next); - if (nextCh === 40) // '(' - { return this.parseExpressionStatement(node, this.parseExpression()) } - } - - if (!this.options.allowImportExportEverywhere) { - if (!topLevel) - { this.raise(this.start, "'import' and 'export' may only appear at the top level"); } - if (!this.inModule) - { this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'"); } - } - return starttype === types._import ? this.parseImport(node) : this.parseExport(node, exports) - - // If the statement does not start with a statement keyword or a - // brace, it's an ExpressionStatement or LabeledStatement. We - // simply start parsing an expression, and afterwards, if the - // next token is a colon and the expression was a simple - // Identifier node, we switch to interpreting it as a label. - default: - if (this.isAsyncFunction()) { - if (context) { this.unexpected(); } - this.next(); - return this.parseFunctionStatement(node, true, !context) - } - - var maybeName = this.value, expr = this.parseExpression(); - if (starttype === types.name && expr.type === "Identifier" && this.eat(types.colon)) - { return this.parseLabeledStatement(node, maybeName, expr, context) } - else { return this.parseExpressionStatement(node, expr) } - } - }; - - pp$1.parseBreakContinueStatement = function(node, keyword) { - var isBreak = keyword === "break"; - this.next(); - if (this.eat(types.semi) || this.insertSemicolon()) { node.label = null; } - else if (this.type !== types.name) { this.unexpected(); } - else { - node.label = this.parseIdent(); - this.semicolon(); - } - - // Verify that there is an actual destination to break or - // continue to. - var i = 0; - for (; i < this.labels.length; ++i) { - var lab = this.labels[i]; - if (node.label == null || lab.name === node.label.name) { - if (lab.kind != null && (isBreak || lab.kind === "loop")) { break } - if (node.label && isBreak) { break } - } - } - if (i === this.labels.length) { this.raise(node.start, "Unsyntactic " + keyword); } - return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement") - }; - - pp$1.parseDebuggerStatement = function(node) { - this.next(); - this.semicolon(); - return this.finishNode(node, "DebuggerStatement") - }; - - pp$1.parseDoStatement = function(node) { - this.next(); - this.labels.push(loopLabel); - node.body = this.parseStatement("do"); - this.labels.pop(); - this.expect(types._while); - node.test = this.parseParenExpression(); - if (this.options.ecmaVersion >= 6) - { this.eat(types.semi); } - else - { this.semicolon(); } - return this.finishNode(node, "DoWhileStatement") - }; - - // Disambiguating between a `for` and a `for`/`in` or `for`/`of` - // loop is non-trivial. Basically, we have to parse the init `var` - // statement or expression, disallowing the `in` operator (see - // the second parameter to `parseExpression`), and then check - // whether the next token is `in` or `of`. When there is no init - // part (semicolon immediately after the opening parenthesis), it - // is a regular `for` loop. - - pp$1.parseForStatement = function(node) { - this.next(); - var awaitAt = (this.options.ecmaVersion >= 9 && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction)) && this.eatContextual("await")) ? this.lastTokStart : -1; - this.labels.push(loopLabel); - this.enterScope(0); - this.expect(types.parenL); - if (this.type === types.semi) { - if (awaitAt > -1) { this.unexpected(awaitAt); } - return this.parseFor(node, null) - } - var isLet = this.isLet(); - if (this.type === types._var || this.type === types._const || isLet) { - var init$1 = this.startNode(), kind = isLet ? "let" : this.value; - this.next(); - this.parseVar(init$1, true, kind); - this.finishNode(init$1, "VariableDeclaration"); - if ((this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual("of"))) && init$1.declarations.length === 1) { - if (this.options.ecmaVersion >= 9) { - if (this.type === types._in) { - if (awaitAt > -1) { this.unexpected(awaitAt); } - } else { node.await = awaitAt > -1; } - } - return this.parseForIn(node, init$1) - } - if (awaitAt > -1) { this.unexpected(awaitAt); } - return this.parseFor(node, init$1) - } - var refDestructuringErrors = new DestructuringErrors; - var init = this.parseExpression(true, refDestructuringErrors); - if (this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual("of"))) { - if (this.options.ecmaVersion >= 9) { - if (this.type === types._in) { - if (awaitAt > -1) { this.unexpected(awaitAt); } - } else { node.await = awaitAt > -1; } - } - this.toAssignable(init, false, refDestructuringErrors); - this.checkLVal(init); - return this.parseForIn(node, init) - } else { - this.checkExpressionErrors(refDestructuringErrors, true); - } - if (awaitAt > -1) { this.unexpected(awaitAt); } - return this.parseFor(node, init) - }; - - pp$1.parseFunctionStatement = function(node, isAsync, declarationPosition) { - this.next(); - return this.parseFunction(node, FUNC_STATEMENT | (declarationPosition ? 0 : FUNC_HANGING_STATEMENT), false, isAsync) - }; - - pp$1.parseIfStatement = function(node) { - this.next(); - node.test = this.parseParenExpression(); - // allow function declarations in branches, but only in non-strict mode - node.consequent = this.parseStatement("if"); - node.alternate = this.eat(types._else) ? this.parseStatement("if") : null; - return this.finishNode(node, "IfStatement") - }; - - pp$1.parseReturnStatement = function(node) { - if (!this.inFunction && !this.options.allowReturnOutsideFunction) - { this.raise(this.start, "'return' outside of function"); } - this.next(); - - // In `return` (and `break`/`continue`), the keywords with - // optional arguments, we eagerly look for a semicolon or the - // possibility to insert one. - - if (this.eat(types.semi) || this.insertSemicolon()) { node.argument = null; } - else { node.argument = this.parseExpression(); this.semicolon(); } - return this.finishNode(node, "ReturnStatement") - }; - - pp$1.parseSwitchStatement = function(node) { - this.next(); - node.discriminant = this.parseParenExpression(); - node.cases = []; - this.expect(types.braceL); - this.labels.push(switchLabel); - this.enterScope(0); - - // Statements under must be grouped (by label) in SwitchCase - // nodes. `cur` is used to keep the node that we are currently - // adding statements to. - - var cur; - for (var sawDefault = false; this.type !== types.braceR;) { - if (this.type === types._case || this.type === types._default) { - var isCase = this.type === types._case; - if (cur) { this.finishNode(cur, "SwitchCase"); } - node.cases.push(cur = this.startNode()); - cur.consequent = []; - this.next(); - if (isCase) { - cur.test = this.parseExpression(); - } else { - if (sawDefault) { this.raiseRecoverable(this.lastTokStart, "Multiple default clauses"); } - sawDefault = true; - cur.test = null; - } - this.expect(types.colon); - } else { - if (!cur) { this.unexpected(); } - cur.consequent.push(this.parseStatement(null)); - } - } - this.exitScope(); - if (cur) { this.finishNode(cur, "SwitchCase"); } - this.next(); // Closing brace - this.labels.pop(); - return this.finishNode(node, "SwitchStatement") - }; - - pp$1.parseThrowStatement = function(node) { - this.next(); - if (lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) - { this.raise(this.lastTokEnd, "Illegal newline after throw"); } - node.argument = this.parseExpression(); - this.semicolon(); - return this.finishNode(node, "ThrowStatement") - }; - - // Reused empty array added for node fields that are always empty. - - var empty = []; - - pp$1.parseTryStatement = function(node) { - this.next(); - node.block = this.parseBlock(); - node.handler = null; - if (this.type === types._catch) { - var clause = this.startNode(); - this.next(); - if (this.eat(types.parenL)) { - clause.param = this.parseBindingAtom(); - var simple = clause.param.type === "Identifier"; - this.enterScope(simple ? SCOPE_SIMPLE_CATCH : 0); - this.checkLVal(clause.param, simple ? BIND_SIMPLE_CATCH : BIND_LEXICAL); - this.expect(types.parenR); - } else { - if (this.options.ecmaVersion < 10) { this.unexpected(); } - clause.param = null; - this.enterScope(0); - } - clause.body = this.parseBlock(false); - this.exitScope(); - node.handler = this.finishNode(clause, "CatchClause"); - } - node.finalizer = this.eat(types._finally) ? this.parseBlock() : null; - if (!node.handler && !node.finalizer) - { this.raise(node.start, "Missing catch or finally clause"); } - return this.finishNode(node, "TryStatement") - }; - - pp$1.parseVarStatement = function(node, kind) { - this.next(); - this.parseVar(node, false, kind); - this.semicolon(); - return this.finishNode(node, "VariableDeclaration") - }; - - pp$1.parseWhileStatement = function(node) { - this.next(); - node.test = this.parseParenExpression(); - this.labels.push(loopLabel); - node.body = this.parseStatement("while"); - this.labels.pop(); - return this.finishNode(node, "WhileStatement") - }; - - pp$1.parseWithStatement = function(node) { - if (this.strict) { this.raise(this.start, "'with' in strict mode"); } - this.next(); - node.object = this.parseParenExpression(); - node.body = this.parseStatement("with"); - return this.finishNode(node, "WithStatement") - }; - - pp$1.parseEmptyStatement = function(node) { - this.next(); - return this.finishNode(node, "EmptyStatement") - }; - - pp$1.parseLabeledStatement = function(node, maybeName, expr, context) { - for (var i$1 = 0, list = this.labels; i$1 < list.length; i$1 += 1) - { - var label = list[i$1]; - - if (label.name === maybeName) - { this.raise(expr.start, "Label '" + maybeName + "' is already declared"); - } } - var kind = this.type.isLoop ? "loop" : this.type === types._switch ? "switch" : null; - for (var i = this.labels.length - 1; i >= 0; i--) { - var label$1 = this.labels[i]; - if (label$1.statementStart === node.start) { - // Update information about previous labels on this node - label$1.statementStart = this.start; - label$1.kind = kind; - } else { break } - } - this.labels.push({name: maybeName, kind: kind, statementStart: this.start}); - node.body = this.parseStatement(context ? context.indexOf("label") === -1 ? context + "label" : context : "label"); - this.labels.pop(); - node.label = expr; - return this.finishNode(node, "LabeledStatement") - }; - - pp$1.parseExpressionStatement = function(node, expr) { - node.expression = expr; - this.semicolon(); - return this.finishNode(node, "ExpressionStatement") - }; - - // Parse a semicolon-enclosed block of statements, handling `"use - // strict"` declarations when `allowStrict` is true (used for - // function bodies). - - pp$1.parseBlock = function(createNewLexicalScope, node) { - if ( createNewLexicalScope === void 0 ) createNewLexicalScope = true; - if ( node === void 0 ) node = this.startNode(); - - node.body = []; - this.expect(types.braceL); - if (createNewLexicalScope) { this.enterScope(0); } - while (!this.eat(types.braceR)) { - var stmt = this.parseStatement(null); - node.body.push(stmt); - } - if (createNewLexicalScope) { this.exitScope(); } - return this.finishNode(node, "BlockStatement") - }; - - // Parse a regular `for` loop. The disambiguation code in - // `parseStatement` will already have parsed the init statement or - // expression. - - pp$1.parseFor = function(node, init) { - node.init = init; - this.expect(types.semi); - node.test = this.type === types.semi ? null : this.parseExpression(); - this.expect(types.semi); - node.update = this.type === types.parenR ? null : this.parseExpression(); - this.expect(types.parenR); - node.body = this.parseStatement("for"); - this.exitScope(); - this.labels.pop(); - return this.finishNode(node, "ForStatement") - }; - - // Parse a `for`/`in` and `for`/`of` loop, which are almost - // same from parser's perspective. - - pp$1.parseForIn = function(node, init) { - var isForIn = this.type === types._in; - this.next(); - - if ( - init.type === "VariableDeclaration" && - init.declarations[0].init != null && - ( - !isForIn || - this.options.ecmaVersion < 8 || - this.strict || - init.kind !== "var" || - init.declarations[0].id.type !== "Identifier" - ) - ) { - this.raise( - init.start, - ((isForIn ? "for-in" : "for-of") + " loop variable declaration may not have an initializer") - ); - } else if (init.type === "AssignmentPattern") { - this.raise(init.start, "Invalid left-hand side in for-loop"); - } - node.left = init; - node.right = isForIn ? this.parseExpression() : this.parseMaybeAssign(); - this.expect(types.parenR); - node.body = this.parseStatement("for"); - this.exitScope(); - this.labels.pop(); - return this.finishNode(node, isForIn ? "ForInStatement" : "ForOfStatement") - }; - - // Parse a list of variable declarations. - - pp$1.parseVar = function(node, isFor, kind) { - node.declarations = []; - node.kind = kind; - for (;;) { - var decl = this.startNode(); - this.parseVarId(decl, kind); - if (this.eat(types.eq)) { - decl.init = this.parseMaybeAssign(isFor); - } else if (kind === "const" && !(this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual("of")))) { - this.unexpected(); - } else if (decl.id.type !== "Identifier" && !(isFor && (this.type === types._in || this.isContextual("of")))) { - this.raise(this.lastTokEnd, "Complex binding patterns require an initialization value"); - } else { - decl.init = null; - } - node.declarations.push(this.finishNode(decl, "VariableDeclarator")); - if (!this.eat(types.comma)) { break } - } - return node - }; - - pp$1.parseVarId = function(decl, kind) { - decl.id = this.parseBindingAtom(); - this.checkLVal(decl.id, kind === "var" ? BIND_VAR : BIND_LEXICAL, false); - }; - - var FUNC_STATEMENT = 1, FUNC_HANGING_STATEMENT = 2, FUNC_NULLABLE_ID = 4; - - // Parse a function declaration or literal (depending on the - // `statement & FUNC_STATEMENT`). - - // Remove `allowExpressionBody` for 7.0.0, as it is only called with false - pp$1.parseFunction = function(node, statement, allowExpressionBody, isAsync) { - this.initFunction(node); - if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) { - if (this.type === types.star && (statement & FUNC_HANGING_STATEMENT)) - { this.unexpected(); } - node.generator = this.eat(types.star); - } - if (this.options.ecmaVersion >= 8) - { node.async = !!isAsync; } - - if (statement & FUNC_STATEMENT) { - node.id = (statement & FUNC_NULLABLE_ID) && this.type !== types.name ? null : this.parseIdent(); - if (node.id && !(statement & FUNC_HANGING_STATEMENT)) - // If it is a regular function declaration in sloppy mode, then it is - // subject to Annex B semantics (BIND_FUNCTION). Otherwise, the binding - // mode depends on properties of the current scope (see - // treatFunctionsAsVar). - { this.checkLVal(node.id, (this.strict || node.generator || node.async) ? this.treatFunctionsAsVar ? BIND_VAR : BIND_LEXICAL : BIND_FUNCTION); } - } - - var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; - this.yieldPos = 0; - this.awaitPos = 0; - this.awaitIdentPos = 0; - this.enterScope(functionFlags(node.async, node.generator)); - - if (!(statement & FUNC_STATEMENT)) - { node.id = this.type === types.name ? this.parseIdent() : null; } - - this.parseFunctionParams(node); - this.parseFunctionBody(node, allowExpressionBody, false); - - this.yieldPos = oldYieldPos; - this.awaitPos = oldAwaitPos; - this.awaitIdentPos = oldAwaitIdentPos; - return this.finishNode(node, (statement & FUNC_STATEMENT) ? "FunctionDeclaration" : "FunctionExpression") - }; - - pp$1.parseFunctionParams = function(node) { - this.expect(types.parenL); - node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8); - this.checkYieldAwaitInDefaultParams(); - }; - - // Parse a class declaration or literal (depending on the - // `isStatement` parameter). - - pp$1.parseClass = function(node, isStatement) { - this.next(); - - // ecma-262 14.6 Class Definitions - // A class definition is always strict mode code. - var oldStrict = this.strict; - this.strict = true; - - this.parseClassId(node, isStatement); - this.parseClassSuper(node); - var classBody = this.startNode(); - var hadConstructor = false; - classBody.body = []; - this.expect(types.braceL); - while (!this.eat(types.braceR)) { - var element = this.parseClassElement(node.superClass !== null); - if (element) { - classBody.body.push(element); - if (element.type === "MethodDefinition" && element.kind === "constructor") { - if (hadConstructor) { this.raise(element.start, "Duplicate constructor in the same class"); } - hadConstructor = true; - } - } - } - node.body = this.finishNode(classBody, "ClassBody"); - this.strict = oldStrict; - return this.finishNode(node, isStatement ? "ClassDeclaration" : "ClassExpression") - }; - - pp$1.parseClassElement = function(constructorAllowsSuper) { - var this$1 = this; - - if (this.eat(types.semi)) { return null } - - var method = this.startNode(); - var tryContextual = function (k, noLineBreak) { - if ( noLineBreak === void 0 ) noLineBreak = false; - - var start = this$1.start, startLoc = this$1.startLoc; - if (!this$1.eatContextual(k)) { return false } - if (this$1.type !== types.parenL && (!noLineBreak || !this$1.canInsertSemicolon())) { return true } - if (method.key) { this$1.unexpected(); } - method.computed = false; - method.key = this$1.startNodeAt(start, startLoc); - method.key.name = k; - this$1.finishNode(method.key, "Identifier"); - return false - }; - - method.kind = "method"; - method.static = tryContextual("static"); - var isGenerator = this.eat(types.star); - var isAsync = false; - if (!isGenerator) { - if (this.options.ecmaVersion >= 8 && tryContextual("async", true)) { - isAsync = true; - isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star); - } else if (tryContextual("get")) { - method.kind = "get"; - } else if (tryContextual("set")) { - method.kind = "set"; - } - } - if (!method.key) { this.parsePropertyName(method); } - var key = method.key; - var allowsDirectSuper = false; - if (!method.computed && !method.static && (key.type === "Identifier" && key.name === "constructor" || - key.type === "Literal" && key.value === "constructor")) { - if (method.kind !== "method") { this.raise(key.start, "Constructor can't have get/set modifier"); } - if (isGenerator) { this.raise(key.start, "Constructor can't be a generator"); } - if (isAsync) { this.raise(key.start, "Constructor can't be an async method"); } - method.kind = "constructor"; - allowsDirectSuper = constructorAllowsSuper; - } else if (method.static && key.type === "Identifier" && key.name === "prototype") { - this.raise(key.start, "Classes may not have a static property named prototype"); - } - this.parseClassMethod(method, isGenerator, isAsync, allowsDirectSuper); - if (method.kind === "get" && method.value.params.length !== 0) - { this.raiseRecoverable(method.value.start, "getter should have no params"); } - if (method.kind === "set" && method.value.params.length !== 1) - { this.raiseRecoverable(method.value.start, "setter should have exactly one param"); } - if (method.kind === "set" && method.value.params[0].type === "RestElement") - { this.raiseRecoverable(method.value.params[0].start, "Setter cannot use rest params"); } - return method - }; - - pp$1.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { - method.value = this.parseMethod(isGenerator, isAsync, allowsDirectSuper); - return this.finishNode(method, "MethodDefinition") - }; - - pp$1.parseClassId = function(node, isStatement) { - if (this.type === types.name) { - node.id = this.parseIdent(); - if (isStatement) - { this.checkLVal(node.id, BIND_LEXICAL, false); } - } else { - if (isStatement === true) - { this.unexpected(); } - node.id = null; - } - }; - - pp$1.parseClassSuper = function(node) { - node.superClass = this.eat(types._extends) ? this.parseExprSubscripts() : null; - }; - - // Parses module export declaration. - - pp$1.parseExport = function(node, exports) { - this.next(); - // export * from '...' - if (this.eat(types.star)) { - this.expectContextual("from"); - if (this.type !== types.string) { this.unexpected(); } - node.source = this.parseExprAtom(); - this.semicolon(); - return this.finishNode(node, "ExportAllDeclaration") - } - if (this.eat(types._default)) { // export default ... - this.checkExport(exports, "default", this.lastTokStart); - var isAsync; - if (this.type === types._function || (isAsync = this.isAsyncFunction())) { - var fNode = this.startNode(); - this.next(); - if (isAsync) { this.next(); } - node.declaration = this.parseFunction(fNode, FUNC_STATEMENT | FUNC_NULLABLE_ID, false, isAsync); - } else if (this.type === types._class) { - var cNode = this.startNode(); - node.declaration = this.parseClass(cNode, "nullableID"); - } else { - node.declaration = this.parseMaybeAssign(); - this.semicolon(); - } - return this.finishNode(node, "ExportDefaultDeclaration") - } - // export var|const|let|function|class ... - if (this.shouldParseExportStatement()) { - node.declaration = this.parseStatement(null); - if (node.declaration.type === "VariableDeclaration") - { this.checkVariableExport(exports, node.declaration.declarations); } - else - { this.checkExport(exports, node.declaration.id.name, node.declaration.id.start); } - node.specifiers = []; - node.source = null; - } else { // export { x, y as z } [from '...'] - node.declaration = null; - node.specifiers = this.parseExportSpecifiers(exports); - if (this.eatContextual("from")) { - if (this.type !== types.string) { this.unexpected(); } - node.source = this.parseExprAtom(); - } else { - for (var i = 0, list = node.specifiers; i < list.length; i += 1) { - // check for keywords used as local names - var spec = list[i]; - - this.checkUnreserved(spec.local); - // check if export is defined - this.checkLocalExport(spec.local); - } - - node.source = null; - } - this.semicolon(); - } - return this.finishNode(node, "ExportNamedDeclaration") - }; - - pp$1.checkExport = function(exports, name, pos) { - if (!exports) { return } - if (has(exports, name)) - { this.raiseRecoverable(pos, "Duplicate export '" + name + "'"); } - exports[name] = true; - }; - - pp$1.checkPatternExport = function(exports, pat) { - var type = pat.type; - if (type === "Identifier") - { this.checkExport(exports, pat.name, pat.start); } - else if (type === "ObjectPattern") - { for (var i = 0, list = pat.properties; i < list.length; i += 1) - { - var prop = list[i]; - - this.checkPatternExport(exports, prop); - } } - else if (type === "ArrayPattern") - { for (var i$1 = 0, list$1 = pat.elements; i$1 < list$1.length; i$1 += 1) { - var elt = list$1[i$1]; - - if (elt) { this.checkPatternExport(exports, elt); } - } } - else if (type === "Property") - { this.checkPatternExport(exports, pat.value); } - else if (type === "AssignmentPattern") - { this.checkPatternExport(exports, pat.left); } - else if (type === "RestElement") - { this.checkPatternExport(exports, pat.argument); } - else if (type === "ParenthesizedExpression") - { this.checkPatternExport(exports, pat.expression); } - }; - - pp$1.checkVariableExport = function(exports, decls) { - if (!exports) { return } - for (var i = 0, list = decls; i < list.length; i += 1) - { - var decl = list[i]; - - this.checkPatternExport(exports, decl.id); - } - }; - - pp$1.shouldParseExportStatement = function() { - return this.type.keyword === "var" || - this.type.keyword === "const" || - this.type.keyword === "class" || - this.type.keyword === "function" || - this.isLet() || - this.isAsyncFunction() - }; - - // Parses a comma-separated list of module exports. - - pp$1.parseExportSpecifiers = function(exports) { - var nodes = [], first = true; - // export { x, y as z } [from '...'] - this.expect(types.braceL); - while (!this.eat(types.braceR)) { - if (!first) { - this.expect(types.comma); - if (this.afterTrailingComma(types.braceR)) { break } - } else { first = false; } - - var node = this.startNode(); - node.local = this.parseIdent(true); - node.exported = this.eatContextual("as") ? this.parseIdent(true) : node.local; - this.checkExport(exports, node.exported.name, node.exported.start); - nodes.push(this.finishNode(node, "ExportSpecifier")); - } - return nodes - }; - - // Parses import declaration. - - pp$1.parseImport = function(node) { - this.next(); - // import '...' - if (this.type === types.string) { - node.specifiers = empty; - node.source = this.parseExprAtom(); - } else { - node.specifiers = this.parseImportSpecifiers(); - this.expectContextual("from"); - node.source = this.type === types.string ? this.parseExprAtom() : this.unexpected(); - } - this.semicolon(); - return this.finishNode(node, "ImportDeclaration") - }; - - // Parses a comma-separated list of module imports. - - pp$1.parseImportSpecifiers = function() { - var nodes = [], first = true; - if (this.type === types.name) { - // import defaultObj, { x, y as z } from '...' - var node = this.startNode(); - node.local = this.parseIdent(); - this.checkLVal(node.local, BIND_LEXICAL); - nodes.push(this.finishNode(node, "ImportDefaultSpecifier")); - if (!this.eat(types.comma)) { return nodes } - } - if (this.type === types.star) { - var node$1 = this.startNode(); - this.next(); - this.expectContextual("as"); - node$1.local = this.parseIdent(); - this.checkLVal(node$1.local, BIND_LEXICAL); - nodes.push(this.finishNode(node$1, "ImportNamespaceSpecifier")); - return nodes - } - this.expect(types.braceL); - while (!this.eat(types.braceR)) { - if (!first) { - this.expect(types.comma); - if (this.afterTrailingComma(types.braceR)) { break } - } else { first = false; } - - var node$2 = this.startNode(); - node$2.imported = this.parseIdent(true); - if (this.eatContextual("as")) { - node$2.local = this.parseIdent(); - } else { - this.checkUnreserved(node$2.imported); - node$2.local = node$2.imported; - } - this.checkLVal(node$2.local, BIND_LEXICAL); - nodes.push(this.finishNode(node$2, "ImportSpecifier")); - } - return nodes - }; - - // Set `ExpressionStatement#directive` property for directive prologues. - pp$1.adaptDirectivePrologue = function(statements) { - for (var i = 0; i < statements.length && this.isDirectiveCandidate(statements[i]); ++i) { - statements[i].directive = statements[i].expression.raw.slice(1, -1); - } - }; - pp$1.isDirectiveCandidate = function(statement) { - return ( - statement.type === "ExpressionStatement" && - statement.expression.type === "Literal" && - typeof statement.expression.value === "string" && - // Reject parenthesized strings. - (this.input[statement.start] === "\"" || this.input[statement.start] === "'") - ) - }; - - var pp$2 = Parser.prototype; - - // Convert existing expression atom to assignable pattern - // if possible. - - pp$2.toAssignable = function(node, isBinding, refDestructuringErrors) { - if (this.options.ecmaVersion >= 6 && node) { - switch (node.type) { - case "Identifier": - if (this.inAsync && node.name === "await") - { this.raise(node.start, "Cannot use 'await' as identifier inside an async function"); } - break - - case "ObjectPattern": - case "ArrayPattern": - case "RestElement": - break - - case "ObjectExpression": - node.type = "ObjectPattern"; - if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } - for (var i = 0, list = node.properties; i < list.length; i += 1) { - var prop = list[i]; - - this.toAssignable(prop, isBinding); - // Early error: - // AssignmentRestProperty[Yield, Await] : - // `...` DestructuringAssignmentTarget[Yield, Await] - // - // It is a Syntax Error if |DestructuringAssignmentTarget| is an |ArrayLiteral| or an |ObjectLiteral|. - if ( - prop.type === "RestElement" && - (prop.argument.type === "ArrayPattern" || prop.argument.type === "ObjectPattern") - ) { - this.raise(prop.argument.start, "Unexpected token"); - } - } - break - - case "Property": - // AssignmentProperty has type === "Property" - if (node.kind !== "init") { this.raise(node.key.start, "Object pattern can't contain getter or setter"); } - this.toAssignable(node.value, isBinding); - break - - case "ArrayExpression": - node.type = "ArrayPattern"; - if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } - this.toAssignableList(node.elements, isBinding); - break - - case "SpreadElement": - node.type = "RestElement"; - this.toAssignable(node.argument, isBinding); - if (node.argument.type === "AssignmentPattern") - { this.raise(node.argument.start, "Rest elements cannot have a default value"); } - break - - case "AssignmentExpression": - if (node.operator !== "=") { this.raise(node.left.end, "Only '=' operator can be used for specifying default value."); } - node.type = "AssignmentPattern"; - delete node.operator; - this.toAssignable(node.left, isBinding); - // falls through to AssignmentPattern - - case "AssignmentPattern": - break - - case "ParenthesizedExpression": - this.toAssignable(node.expression, isBinding, refDestructuringErrors); - break - - case "MemberExpression": - if (!isBinding) { break } - - default: - this.raise(node.start, "Assigning to rvalue"); - } - } else if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } - return node - }; - - // Convert list of expression atoms to binding list. - - pp$2.toAssignableList = function(exprList, isBinding) { - var end = exprList.length; - for (var i = 0; i < end; i++) { - var elt = exprList[i]; - if (elt) { this.toAssignable(elt, isBinding); } - } - if (end) { - var last = exprList[end - 1]; - if (this.options.ecmaVersion === 6 && isBinding && last && last.type === "RestElement" && last.argument.type !== "Identifier") - { this.unexpected(last.argument.start); } - } - return exprList - }; - - // Parses spread element. - - pp$2.parseSpread = function(refDestructuringErrors) { - var node = this.startNode(); - this.next(); - node.argument = this.parseMaybeAssign(false, refDestructuringErrors); - return this.finishNode(node, "SpreadElement") - }; - - pp$2.parseRestBinding = function() { - var node = this.startNode(); - this.next(); - - // RestElement inside of a function parameter must be an identifier - if (this.options.ecmaVersion === 6 && this.type !== types.name) - { this.unexpected(); } - - node.argument = this.parseBindingAtom(); - - return this.finishNode(node, "RestElement") - }; - - // Parses lvalue (assignable) atom. - - pp$2.parseBindingAtom = function() { - if (this.options.ecmaVersion >= 6) { - switch (this.type) { - case types.bracketL: - var node = this.startNode(); - this.next(); - node.elements = this.parseBindingList(types.bracketR, true, true); - return this.finishNode(node, "ArrayPattern") - - case types.braceL: - return this.parseObj(true) - } - } - return this.parseIdent() - }; - - pp$2.parseBindingList = function(close, allowEmpty, allowTrailingComma) { - var elts = [], first = true; - while (!this.eat(close)) { - if (first) { first = false; } - else { this.expect(types.comma); } - if (allowEmpty && this.type === types.comma) { - elts.push(null); - } else if (allowTrailingComma && this.afterTrailingComma(close)) { - break - } else if (this.type === types.ellipsis) { - var rest = this.parseRestBinding(); - this.parseBindingListItem(rest); - elts.push(rest); - if (this.type === types.comma) { this.raise(this.start, "Comma is not permitted after the rest element"); } - this.expect(close); - break - } else { - var elem = this.parseMaybeDefault(this.start, this.startLoc); - this.parseBindingListItem(elem); - elts.push(elem); - } - } - return elts - }; - - pp$2.parseBindingListItem = function(param) { - return param - }; - - // Parses assignment pattern around given atom if possible. - - pp$2.parseMaybeDefault = function(startPos, startLoc, left) { - left = left || this.parseBindingAtom(); - if (this.options.ecmaVersion < 6 || !this.eat(types.eq)) { return left } - var node = this.startNodeAt(startPos, startLoc); - node.left = left; - node.right = this.parseMaybeAssign(); - return this.finishNode(node, "AssignmentPattern") - }; - - // Verify that a node is an lval — something that can be assigned - // to. - // bindingType can be either: - // 'var' indicating that the lval creates a 'var' binding - // 'let' indicating that the lval creates a lexical ('let' or 'const') binding - // 'none' indicating that the binding should be checked for illegal identifiers, but not for duplicate references - - pp$2.checkLVal = function(expr, bindingType, checkClashes) { - if ( bindingType === void 0 ) bindingType = BIND_NONE; - - switch (expr.type) { - case "Identifier": - if (bindingType === BIND_LEXICAL && expr.name === "let") - { this.raiseRecoverable(expr.start, "let is disallowed as a lexically bound name"); } - if (this.strict && this.reservedWordsStrictBind.test(expr.name)) - { this.raiseRecoverable(expr.start, (bindingType ? "Binding " : "Assigning to ") + expr.name + " in strict mode"); } - if (checkClashes) { - if (has(checkClashes, expr.name)) - { this.raiseRecoverable(expr.start, "Argument name clash"); } - checkClashes[expr.name] = true; - } - if (bindingType !== BIND_NONE && bindingType !== BIND_OUTSIDE) { this.declareName(expr.name, bindingType, expr.start); } - break - - case "MemberExpression": - if (bindingType) { this.raiseRecoverable(expr.start, "Binding member expression"); } - break - - case "ObjectPattern": - for (var i = 0, list = expr.properties; i < list.length; i += 1) - { - var prop = list[i]; - - this.checkLVal(prop, bindingType, checkClashes); - } - break - - case "Property": - // AssignmentProperty has type === "Property" - this.checkLVal(expr.value, bindingType, checkClashes); - break - - case "ArrayPattern": - for (var i$1 = 0, list$1 = expr.elements; i$1 < list$1.length; i$1 += 1) { - var elem = list$1[i$1]; - - if (elem) { this.checkLVal(elem, bindingType, checkClashes); } - } - break - - case "AssignmentPattern": - this.checkLVal(expr.left, bindingType, checkClashes); - break - - case "RestElement": - this.checkLVal(expr.argument, bindingType, checkClashes); - break - - case "ParenthesizedExpression": - this.checkLVal(expr.expression, bindingType, checkClashes); - break - - default: - this.raise(expr.start, (bindingType ? "Binding" : "Assigning to") + " rvalue"); - } - }; - - // A recursive descent parser operates by defining functions for all - - var pp$3 = Parser.prototype; - - // Check if property name clashes with already added. - // Object/class getters and setters are not allowed to clash — - // either with each other or with an init property — and in - // strict mode, init properties are also not allowed to be repeated. - - pp$3.checkPropClash = function(prop, propHash, refDestructuringErrors) { - if (this.options.ecmaVersion >= 9 && prop.type === "SpreadElement") - { return } - if (this.options.ecmaVersion >= 6 && (prop.computed || prop.method || prop.shorthand)) - { return } - var key = prop.key; - var name; - switch (key.type) { - case "Identifier": name = key.name; break - case "Literal": name = String(key.value); break - default: return - } - var kind = prop.kind; - if (this.options.ecmaVersion >= 6) { - if (name === "__proto__" && kind === "init") { - if (propHash.proto) { - if (refDestructuringErrors && refDestructuringErrors.doubleProto < 0) { refDestructuringErrors.doubleProto = key.start; } - // Backwards-compat kludge. Can be removed in version 6.0 - else { this.raiseRecoverable(key.start, "Redefinition of __proto__ property"); } - } - propHash.proto = true; - } - return - } - name = "$" + name; - var other = propHash[name]; - if (other) { - var redefinition; - if (kind === "init") { - redefinition = this.strict && other.init || other.get || other.set; - } else { - redefinition = other.init || other[kind]; - } - if (redefinition) - { this.raiseRecoverable(key.start, "Redefinition of property"); } - } else { - other = propHash[name] = { - init: false, - get: false, - set: false - }; - } - other[kind] = true; - }; - - // ### Expression parsing - - // These nest, from the most general expression type at the top to - // 'atomic', nondivisible expression types at the bottom. Most of - // the functions will simply let the function(s) below them parse, - // and, *if* the syntactic construct they handle is present, wrap - // the AST node that the inner parser gave them in another node. - - // Parse a full expression. The optional arguments are used to - // forbid the `in` operator (in for loops initalization expressions) - // and provide reference for storing '=' operator inside shorthand - // property assignment in contexts where both object expression - // and object pattern might appear (so it's possible to raise - // delayed syntax error at correct position). - - pp$3.parseExpression = function(noIn, refDestructuringErrors) { - var startPos = this.start, startLoc = this.startLoc; - var expr = this.parseMaybeAssign(noIn, refDestructuringErrors); - if (this.type === types.comma) { - var node = this.startNodeAt(startPos, startLoc); - node.expressions = [expr]; - while (this.eat(types.comma)) { node.expressions.push(this.parseMaybeAssign(noIn, refDestructuringErrors)); } - return this.finishNode(node, "SequenceExpression") - } - return expr - }; - - // Parse an assignment expression. This includes applications of - // operators like `+=`. - - pp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { - if (this.isContextual("yield")) { - if (this.inGenerator) { return this.parseYield(noIn) } - // The tokenizer will assume an expression is allowed after - // `yield`, but this isn't that kind of yield - else { this.exprAllowed = false; } - } - - var ownDestructuringErrors = false, oldParenAssign = -1, oldTrailingComma = -1, oldShorthandAssign = -1; - if (refDestructuringErrors) { - oldParenAssign = refDestructuringErrors.parenthesizedAssign; - oldTrailingComma = refDestructuringErrors.trailingComma; - oldShorthandAssign = refDestructuringErrors.shorthandAssign; - refDestructuringErrors.parenthesizedAssign = refDestructuringErrors.trailingComma = refDestructuringErrors.shorthandAssign = -1; - } else { - refDestructuringErrors = new DestructuringErrors; - ownDestructuringErrors = true; - } - - var startPos = this.start, startLoc = this.startLoc; - if (this.type === types.parenL || this.type === types.name) - { this.potentialArrowAt = this.start; } - var left = this.parseMaybeConditional(noIn, refDestructuringErrors); - if (afterLeftParse) { left = afterLeftParse.call(this, left, startPos, startLoc); } - if (this.type.isAssign) { - var node = this.startNodeAt(startPos, startLoc); - node.operator = this.value; - node.left = this.type === types.eq ? this.toAssignable(left, false, refDestructuringErrors) : left; - if (!ownDestructuringErrors) { DestructuringErrors.call(refDestructuringErrors); } - refDestructuringErrors.shorthandAssign = -1; // reset because shorthand default was used correctly - this.checkLVal(left); - this.next(); - node.right = this.parseMaybeAssign(noIn); - return this.finishNode(node, "AssignmentExpression") - } else { - if (ownDestructuringErrors) { this.checkExpressionErrors(refDestructuringErrors, true); } - } - if (oldParenAssign > -1) { refDestructuringErrors.parenthesizedAssign = oldParenAssign; } - if (oldTrailingComma > -1) { refDestructuringErrors.trailingComma = oldTrailingComma; } - if (oldShorthandAssign > -1) { refDestructuringErrors.shorthandAssign = oldShorthandAssign; } - return left - }; - - // Parse a ternary conditional (`?:`) operator. - - pp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) { - var startPos = this.start, startLoc = this.startLoc; - var expr = this.parseExprOps(noIn, refDestructuringErrors); - if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } - if (this.eat(types.question)) { - var node = this.startNodeAt(startPos, startLoc); - node.test = expr; - node.consequent = this.parseMaybeAssign(); - this.expect(types.colon); - node.alternate = this.parseMaybeAssign(noIn); - return this.finishNode(node, "ConditionalExpression") - } - return expr - }; - - // Start the precedence parser. - - pp$3.parseExprOps = function(noIn, refDestructuringErrors) { - var startPos = this.start, startLoc = this.startLoc; - var expr = this.parseMaybeUnary(refDestructuringErrors, false); - if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } - return expr.start === startPos && expr.type === "ArrowFunctionExpression" ? expr : this.parseExprOp(expr, startPos, startLoc, -1, noIn) - }; - - // Parse binary operators with the operator precedence parsing - // algorithm. `left` is the left-hand side of the operator. - // `minPrec` provides context that allows the function to stop and - // defer further parser to one of its callers when it encounters an - // operator that has a lower precedence than the set it is parsing. - - pp$3.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, noIn) { - var prec = this.type.binop; - if (prec != null && (!noIn || this.type !== types._in)) { - if (prec > minPrec) { - var logical = this.type === types.logicalOR || this.type === types.logicalAND; - var op = this.value; - this.next(); - var startPos = this.start, startLoc = this.startLoc; - var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn); - var node = this.buildBinary(leftStartPos, leftStartLoc, left, right, op, logical); - return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec, noIn) - } - } - return left - }; - - pp$3.buildBinary = function(startPos, startLoc, left, right, op, logical) { - var node = this.startNodeAt(startPos, startLoc); - node.left = left; - node.operator = op; - node.right = right; - return this.finishNode(node, logical ? "LogicalExpression" : "BinaryExpression") - }; - - // Parse unary operators, both prefix and postfix. - - pp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) { - var startPos = this.start, startLoc = this.startLoc, expr; - if (this.isContextual("await") && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction))) { - expr = this.parseAwait(); - sawUnary = true; - } else if (this.type.prefix) { - var node = this.startNode(), update = this.type === types.incDec; - node.operator = this.value; - node.prefix = true; - this.next(); - node.argument = this.parseMaybeUnary(null, true); - this.checkExpressionErrors(refDestructuringErrors, true); - if (update) { this.checkLVal(node.argument); } - else if (this.strict && node.operator === "delete" && - node.argument.type === "Identifier") - { this.raiseRecoverable(node.start, "Deleting local variable in strict mode"); } - else { sawUnary = true; } - expr = this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression"); - } else { - expr = this.parseExprSubscripts(refDestructuringErrors); - if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } - while (this.type.postfix && !this.canInsertSemicolon()) { - var node$1 = this.startNodeAt(startPos, startLoc); - node$1.operator = this.value; - node$1.prefix = false; - node$1.argument = expr; - this.checkLVal(expr); - this.next(); - expr = this.finishNode(node$1, "UpdateExpression"); - } - } - - if (!sawUnary && this.eat(types.starstar)) - { return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false) } - else - { return expr } - }; - - // Parse call, dot, and `[]`-subscript expressions. - - pp$3.parseExprSubscripts = function(refDestructuringErrors) { - var startPos = this.start, startLoc = this.startLoc; - var expr = this.parseExprAtom(refDestructuringErrors); - var skipArrowSubscripts = expr.type === "ArrowFunctionExpression" && this.input.slice(this.lastTokStart, this.lastTokEnd) !== ")"; - if (this.checkExpressionErrors(refDestructuringErrors) || skipArrowSubscripts) { return expr } - var result = this.parseSubscripts(expr, startPos, startLoc); - if (refDestructuringErrors && result.type === "MemberExpression") { - if (refDestructuringErrors.parenthesizedAssign >= result.start) { refDestructuringErrors.parenthesizedAssign = -1; } - if (refDestructuringErrors.parenthesizedBind >= result.start) { refDestructuringErrors.parenthesizedBind = -1; } - } - return result - }; - - pp$3.parseSubscripts = function(base, startPos, startLoc, noCalls) { - var maybeAsyncArrow = this.options.ecmaVersion >= 8 && base.type === "Identifier" && base.name === "async" && - this.lastTokEnd === base.end && !this.canInsertSemicolon() && this.input.slice(base.start, base.end) === "async"; - while (true) { - var element = this.parseSubscript(base, startPos, startLoc, noCalls, maybeAsyncArrow); - if (element === base || element.type === "ArrowFunctionExpression") { return element } - base = element; - } - }; - - pp$3.parseSubscript = function(base, startPos, startLoc, noCalls, maybeAsyncArrow) { - var computed = this.eat(types.bracketL); - if (computed || this.eat(types.dot)) { - var node = this.startNodeAt(startPos, startLoc); - node.object = base; - node.property = computed ? this.parseExpression() : this.parseIdent(this.options.allowReserved !== "never"); - node.computed = !!computed; - if (computed) { this.expect(types.bracketR); } - base = this.finishNode(node, "MemberExpression"); - } else if (!noCalls && this.eat(types.parenL)) { - var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; - this.yieldPos = 0; - this.awaitPos = 0; - this.awaitIdentPos = 0; - var exprList = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false, refDestructuringErrors); - if (maybeAsyncArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) { - this.checkPatternErrors(refDestructuringErrors, false); - this.checkYieldAwaitInDefaultParams(); - if (this.awaitIdentPos > 0) - { this.raise(this.awaitIdentPos, "Cannot use 'await' as identifier inside an async function"); } - this.yieldPos = oldYieldPos; - this.awaitPos = oldAwaitPos; - this.awaitIdentPos = oldAwaitIdentPos; - return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList, true) - } - this.checkExpressionErrors(refDestructuringErrors, true); - this.yieldPos = oldYieldPos || this.yieldPos; - this.awaitPos = oldAwaitPos || this.awaitPos; - this.awaitIdentPos = oldAwaitIdentPos || this.awaitIdentPos; - var node$1 = this.startNodeAt(startPos, startLoc); - node$1.callee = base; - node$1.arguments = exprList; - base = this.finishNode(node$1, "CallExpression"); - } else if (this.type === types.backQuote) { - var node$2 = this.startNodeAt(startPos, startLoc); - node$2.tag = base; - node$2.quasi = this.parseTemplate({isTagged: true}); - base = this.finishNode(node$2, "TaggedTemplateExpression"); - } - return base - }; - - // Parse an atomic expression — either a single token that is an - // expression, an expression started by a keyword like `function` or - // `new`, or an expression wrapped in punctuation like `()`, `[]`, - // or `{}`. - - pp$3.parseExprAtom = function(refDestructuringErrors) { - // If a division operator appears in an expression position, the - // tokenizer got confused, and we force it to read a regexp instead. - if (this.type === types.slash) { this.readRegexp(); } - - var node, canBeArrow = this.potentialArrowAt === this.start; - switch (this.type) { - case types._super: - if (!this.allowSuper) - { this.raise(this.start, "'super' keyword outside a method"); } - node = this.startNode(); - this.next(); - if (this.type === types.parenL && !this.allowDirectSuper) - { this.raise(node.start, "super() call outside constructor of a subclass"); } - // The `super` keyword can appear at below: - // SuperProperty: - // super [ Expression ] - // super . IdentifierName - // SuperCall: - // super Arguments - if (this.type !== types.dot && this.type !== types.bracketL && this.type !== types.parenL) - { this.unexpected(); } - return this.finishNode(node, "Super") - - case types._this: - node = this.startNode(); - this.next(); - return this.finishNode(node, "ThisExpression") - - case types.name: - var startPos = this.start, startLoc = this.startLoc, containsEsc = this.containsEsc; - var id = this.parseIdent(false); - if (this.options.ecmaVersion >= 8 && !containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types._function)) - { return this.parseFunction(this.startNodeAt(startPos, startLoc), 0, false, true) } - if (canBeArrow && !this.canInsertSemicolon()) { - if (this.eat(types.arrow)) - { return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false) } - if (this.options.ecmaVersion >= 8 && id.name === "async" && this.type === types.name && !containsEsc) { - id = this.parseIdent(false); - if (this.canInsertSemicolon() || !this.eat(types.arrow)) - { this.unexpected(); } - return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true) - } - } - return id - - case types.regexp: - var value = this.value; - node = this.parseLiteral(value.value); - node.regex = {pattern: value.pattern, flags: value.flags}; - return node - - case types.num: case types.string: - return this.parseLiteral(this.value) - - case types._null: case types._true: case types._false: - node = this.startNode(); - node.value = this.type === types._null ? null : this.type === types._true; - node.raw = this.type.keyword; - this.next(); - return this.finishNode(node, "Literal") - - case types.parenL: - var start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow); - if (refDestructuringErrors) { - if (refDestructuringErrors.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(expr)) - { refDestructuringErrors.parenthesizedAssign = start; } - if (refDestructuringErrors.parenthesizedBind < 0) - { refDestructuringErrors.parenthesizedBind = start; } - } - return expr - - case types.bracketL: - node = this.startNode(); - this.next(); - node.elements = this.parseExprList(types.bracketR, true, true, refDestructuringErrors); - return this.finishNode(node, "ArrayExpression") - - case types.braceL: - return this.parseObj(false, refDestructuringErrors) - - case types._function: - node = this.startNode(); - this.next(); - return this.parseFunction(node, 0) - - case types._class: - return this.parseClass(this.startNode(), false) - - case types._new: - return this.parseNew() - - case types.backQuote: - return this.parseTemplate() - - case types._import: - if (this.options.ecmaVersion >= 11) { - return this.parseExprImport() - } else { - return this.unexpected() - } - - default: - this.unexpected(); - } - }; - - pp$3.parseExprImport = function() { - var node = this.startNode(); - this.next(); // skip `import` - switch (this.type) { - case types.parenL: - return this.parseDynamicImport(node) - default: - this.unexpected(); - } - }; - - pp$3.parseDynamicImport = function(node) { - this.next(); // skip `(` - - // Parse node.source. - node.source = this.parseMaybeAssign(); - - // Verify ending. - if (!this.eat(types.parenR)) { - var errorPos = this.start; - if (this.eat(types.comma) && this.eat(types.parenR)) { - this.raiseRecoverable(errorPos, "Trailing comma is not allowed in import()"); - } else { - this.unexpected(errorPos); - } - } - - return this.finishNode(node, "ImportExpression") - }; - - pp$3.parseLiteral = function(value) { - var node = this.startNode(); - node.value = value; - node.raw = this.input.slice(this.start, this.end); - if (node.raw.charCodeAt(node.raw.length - 1) === 110) { node.bigint = node.raw.slice(0, -1); } - this.next(); - return this.finishNode(node, "Literal") - }; - - pp$3.parseParenExpression = function() { - this.expect(types.parenL); - var val = this.parseExpression(); - this.expect(types.parenR); - return val - }; - - pp$3.parseParenAndDistinguishExpression = function(canBeArrow) { - var startPos = this.start, startLoc = this.startLoc, val, allowTrailingComma = this.options.ecmaVersion >= 8; - if (this.options.ecmaVersion >= 6) { - this.next(); - - var innerStartPos = this.start, innerStartLoc = this.startLoc; - var exprList = [], first = true, lastIsComma = false; - var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, spreadStart; - this.yieldPos = 0; - this.awaitPos = 0; - // Do not save awaitIdentPos to allow checking awaits nested in parameters - while (this.type !== types.parenR) { - first ? first = false : this.expect(types.comma); - if (allowTrailingComma && this.afterTrailingComma(types.parenR, true)) { - lastIsComma = true; - break - } else if (this.type === types.ellipsis) { - spreadStart = this.start; - exprList.push(this.parseParenItem(this.parseRestBinding())); - if (this.type === types.comma) { this.raise(this.start, "Comma is not permitted after the rest element"); } - break - } else { - exprList.push(this.parseMaybeAssign(false, refDestructuringErrors, this.parseParenItem)); - } - } - var innerEndPos = this.start, innerEndLoc = this.startLoc; - this.expect(types.parenR); - - if (canBeArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) { - this.checkPatternErrors(refDestructuringErrors, false); - this.checkYieldAwaitInDefaultParams(); - this.yieldPos = oldYieldPos; - this.awaitPos = oldAwaitPos; - return this.parseParenArrowList(startPos, startLoc, exprList) - } - - if (!exprList.length || lastIsComma) { this.unexpected(this.lastTokStart); } - if (spreadStart) { this.unexpected(spreadStart); } - this.checkExpressionErrors(refDestructuringErrors, true); - this.yieldPos = oldYieldPos || this.yieldPos; - this.awaitPos = oldAwaitPos || this.awaitPos; - - if (exprList.length > 1) { - val = this.startNodeAt(innerStartPos, innerStartLoc); - val.expressions = exprList; - this.finishNodeAt(val, "SequenceExpression", innerEndPos, innerEndLoc); - } else { - val = exprList[0]; - } - } else { - val = this.parseParenExpression(); - } - - if (this.options.preserveParens) { - var par = this.startNodeAt(startPos, startLoc); - par.expression = val; - return this.finishNode(par, "ParenthesizedExpression") - } else { - return val - } - }; - - pp$3.parseParenItem = function(item) { - return item - }; - - pp$3.parseParenArrowList = function(startPos, startLoc, exprList) { - return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList) - }; - - // New's precedence is slightly tricky. It must allow its argument to - // be a `[]` or dot subscript expression, but not a call — at least, - // not without wrapping it in parentheses. Thus, it uses the noCalls - // argument to parseSubscripts to prevent it from consuming the - // argument list. - - var empty$1 = []; - - pp$3.parseNew = function() { - var node = this.startNode(); - var meta = this.parseIdent(true); - if (this.options.ecmaVersion >= 6 && this.eat(types.dot)) { - node.meta = meta; - var containsEsc = this.containsEsc; - node.property = this.parseIdent(true); - if (node.property.name !== "target" || containsEsc) - { this.raiseRecoverable(node.property.start, "The only valid meta property for new is new.target"); } - if (!this.inNonArrowFunction()) - { this.raiseRecoverable(node.start, "new.target can only be used in functions"); } - return this.finishNode(node, "MetaProperty") - } - var startPos = this.start, startLoc = this.startLoc, isImport = this.type === types._import; - node.callee = this.parseSubscripts(this.parseExprAtom(), startPos, startLoc, true); - if (isImport && node.callee.type === "ImportExpression") { - this.raise(startPos, "Cannot use new with import()"); - } - if (this.eat(types.parenL)) { node.arguments = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false); } - else { node.arguments = empty$1; } - return this.finishNode(node, "NewExpression") - }; - - // Parse template expression. - - pp$3.parseTemplateElement = function(ref) { - var isTagged = ref.isTagged; - - var elem = this.startNode(); - if (this.type === types.invalidTemplate) { - if (!isTagged) { - this.raiseRecoverable(this.start, "Bad escape sequence in untagged template literal"); - } - elem.value = { - raw: this.value, - cooked: null - }; - } else { - elem.value = { - raw: this.input.slice(this.start, this.end).replace(/\r\n?/g, "\n"), - cooked: this.value - }; - } - this.next(); - elem.tail = this.type === types.backQuote; - return this.finishNode(elem, "TemplateElement") - }; - - pp$3.parseTemplate = function(ref) { - if ( ref === void 0 ) ref = {}; - var isTagged = ref.isTagged; if ( isTagged === void 0 ) isTagged = false; - - var node = this.startNode(); - this.next(); - node.expressions = []; - var curElt = this.parseTemplateElement({isTagged: isTagged}); - node.quasis = [curElt]; - while (!curElt.tail) { - if (this.type === types.eof) { this.raise(this.pos, "Unterminated template literal"); } - this.expect(types.dollarBraceL); - node.expressions.push(this.parseExpression()); - this.expect(types.braceR); - node.quasis.push(curElt = this.parseTemplateElement({isTagged: isTagged})); - } - this.next(); - return this.finishNode(node, "TemplateLiteral") - }; - - pp$3.isAsyncProp = function(prop) { - return !prop.computed && prop.key.type === "Identifier" && prop.key.name === "async" && - (this.type === types.name || this.type === types.num || this.type === types.string || this.type === types.bracketL || this.type.keyword || (this.options.ecmaVersion >= 9 && this.type === types.star)) && - !lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) - }; - - // Parse an object literal or binding pattern. - - pp$3.parseObj = function(isPattern, refDestructuringErrors) { - var node = this.startNode(), first = true, propHash = {}; - node.properties = []; - this.next(); - while (!this.eat(types.braceR)) { - if (!first) { - this.expect(types.comma); - if (this.afterTrailingComma(types.braceR)) { break } - } else { first = false; } - - var prop = this.parseProperty(isPattern, refDestructuringErrors); - if (!isPattern) { this.checkPropClash(prop, propHash, refDestructuringErrors); } - node.properties.push(prop); - } - return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression") - }; - - pp$3.parseProperty = function(isPattern, refDestructuringErrors) { - var prop = this.startNode(), isGenerator, isAsync, startPos, startLoc; - if (this.options.ecmaVersion >= 9 && this.eat(types.ellipsis)) { - if (isPattern) { - prop.argument = this.parseIdent(false); - if (this.type === types.comma) { - this.raise(this.start, "Comma is not permitted after the rest element"); - } - return this.finishNode(prop, "RestElement") - } - // To disallow parenthesized identifier via `this.toAssignable()`. - if (this.type === types.parenL && refDestructuringErrors) { - if (refDestructuringErrors.parenthesizedAssign < 0) { - refDestructuringErrors.parenthesizedAssign = this.start; - } - if (refDestructuringErrors.parenthesizedBind < 0) { - refDestructuringErrors.parenthesizedBind = this.start; - } - } - // Parse argument. - prop.argument = this.parseMaybeAssign(false, refDestructuringErrors); - // To disallow trailing comma via `this.toAssignable()`. - if (this.type === types.comma && refDestructuringErrors && refDestructuringErrors.trailingComma < 0) { - refDestructuringErrors.trailingComma = this.start; - } - // Finish - return this.finishNode(prop, "SpreadElement") - } - if (this.options.ecmaVersion >= 6) { - prop.method = false; - prop.shorthand = false; - if (isPattern || refDestructuringErrors) { - startPos = this.start; - startLoc = this.startLoc; - } - if (!isPattern) - { isGenerator = this.eat(types.star); } - } - var containsEsc = this.containsEsc; - this.parsePropertyName(prop); - if (!isPattern && !containsEsc && this.options.ecmaVersion >= 8 && !isGenerator && this.isAsyncProp(prop)) { - isAsync = true; - isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star); - this.parsePropertyName(prop, refDestructuringErrors); - } else { - isAsync = false; - } - this.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc); - return this.finishNode(prop, "Property") - }; - - pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc) { - if ((isGenerator || isAsync) && this.type === types.colon) - { this.unexpected(); } - - if (this.eat(types.colon)) { - prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign(false, refDestructuringErrors); - prop.kind = "init"; - } else if (this.options.ecmaVersion >= 6 && this.type === types.parenL) { - if (isPattern) { this.unexpected(); } - prop.kind = "init"; - prop.method = true; - prop.value = this.parseMethod(isGenerator, isAsync); - } else if (!isPattern && !containsEsc && - this.options.ecmaVersion >= 5 && !prop.computed && prop.key.type === "Identifier" && - (prop.key.name === "get" || prop.key.name === "set") && - (this.type !== types.comma && this.type !== types.braceR)) { - if (isGenerator || isAsync) { this.unexpected(); } - prop.kind = prop.key.name; - this.parsePropertyName(prop); - prop.value = this.parseMethod(false); - var paramCount = prop.kind === "get" ? 0 : 1; - if (prop.value.params.length !== paramCount) { - var start = prop.value.start; - if (prop.kind === "get") - { this.raiseRecoverable(start, "getter should have no params"); } - else - { this.raiseRecoverable(start, "setter should have exactly one param"); } - } else { - if (prop.kind === "set" && prop.value.params[0].type === "RestElement") - { this.raiseRecoverable(prop.value.params[0].start, "Setter cannot use rest params"); } - } - } else if (this.options.ecmaVersion >= 6 && !prop.computed && prop.key.type === "Identifier") { - if (isGenerator || isAsync) { this.unexpected(); } - this.checkUnreserved(prop.key); - if (prop.key.name === "await" && !this.awaitIdentPos) - { this.awaitIdentPos = startPos; } - prop.kind = "init"; - if (isPattern) { - prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key); - } else if (this.type === types.eq && refDestructuringErrors) { - if (refDestructuringErrors.shorthandAssign < 0) - { refDestructuringErrors.shorthandAssign = this.start; } - prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key); - } else { - prop.value = prop.key; - } - prop.shorthand = true; - } else { this.unexpected(); } - }; - - pp$3.parsePropertyName = function(prop) { - if (this.options.ecmaVersion >= 6) { - if (this.eat(types.bracketL)) { - prop.computed = true; - prop.key = this.parseMaybeAssign(); - this.expect(types.bracketR); - return prop.key - } else { - prop.computed = false; - } - } - return prop.key = this.type === types.num || this.type === types.string ? this.parseExprAtom() : this.parseIdent(this.options.allowReserved !== "never") - }; - - // Initialize empty function node. - - pp$3.initFunction = function(node) { - node.id = null; - if (this.options.ecmaVersion >= 6) { node.generator = node.expression = false; } - if (this.options.ecmaVersion >= 8) { node.async = false; } - }; - - // Parse object or class method. - - pp$3.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { - var node = this.startNode(), oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; - - this.initFunction(node); - if (this.options.ecmaVersion >= 6) - { node.generator = isGenerator; } - if (this.options.ecmaVersion >= 8) - { node.async = !!isAsync; } - - this.yieldPos = 0; - this.awaitPos = 0; - this.awaitIdentPos = 0; - this.enterScope(functionFlags(isAsync, node.generator) | SCOPE_SUPER | (allowDirectSuper ? SCOPE_DIRECT_SUPER : 0)); - - this.expect(types.parenL); - node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8); - this.checkYieldAwaitInDefaultParams(); - this.parseFunctionBody(node, false, true); - - this.yieldPos = oldYieldPos; - this.awaitPos = oldAwaitPos; - this.awaitIdentPos = oldAwaitIdentPos; - return this.finishNode(node, "FunctionExpression") - }; - - // Parse arrow function expression with given parameters. - - pp$3.parseArrowExpression = function(node, params, isAsync) { - var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; - - this.enterScope(functionFlags(isAsync, false) | SCOPE_ARROW); - this.initFunction(node); - if (this.options.ecmaVersion >= 8) { node.async = !!isAsync; } - - this.yieldPos = 0; - this.awaitPos = 0; - this.awaitIdentPos = 0; - - node.params = this.toAssignableList(params, true); - this.parseFunctionBody(node, true, false); - - this.yieldPos = oldYieldPos; - this.awaitPos = oldAwaitPos; - this.awaitIdentPos = oldAwaitIdentPos; - return this.finishNode(node, "ArrowFunctionExpression") - }; - - // Parse function body and check parameters. - - pp$3.parseFunctionBody = function(node, isArrowFunction, isMethod) { - var isExpression = isArrowFunction && this.type !== types.braceL; - var oldStrict = this.strict, useStrict = false; - - if (isExpression) { - node.body = this.parseMaybeAssign(); - node.expression = true; - this.checkParams(node, false); - } else { - var nonSimple = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(node.params); - if (!oldStrict || nonSimple) { - useStrict = this.strictDirective(this.end); - // If this is a strict mode function, verify that argument names - // are not repeated, and it does not try to bind the words `eval` - // or `arguments`. - if (useStrict && nonSimple) - { this.raiseRecoverable(node.start, "Illegal 'use strict' directive in function with non-simple parameter list"); } - } - // Start a new scope with regard to labels and the `inFunction` - // flag (restore them to their old value afterwards). - var oldLabels = this.labels; - this.labels = []; - if (useStrict) { this.strict = true; } - - // Add the params to varDeclaredNames to ensure that an error is thrown - // if a let/const declaration in the function clashes with one of the params. - this.checkParams(node, !oldStrict && !useStrict && !isArrowFunction && !isMethod && this.isSimpleParamList(node.params)); - node.body = this.parseBlock(false); - node.expression = false; - this.adaptDirectivePrologue(node.body.body); - this.labels = oldLabels; - } - this.exitScope(); - - // Ensure the function name isn't a forbidden identifier in strict mode, e.g. 'eval' - if (this.strict && node.id) { this.checkLVal(node.id, BIND_OUTSIDE); } - this.strict = oldStrict; - }; - - pp$3.isSimpleParamList = function(params) { - for (var i = 0, list = params; i < list.length; i += 1) - { - var param = list[i]; - - if (param.type !== "Identifier") { return false - } } - return true - }; - - // Checks function params for various disallowed patterns such as using "eval" - // or "arguments" and duplicate parameters. - - pp$3.checkParams = function(node, allowDuplicates) { - var nameHash = {}; - for (var i = 0, list = node.params; i < list.length; i += 1) - { - var param = list[i]; - - this.checkLVal(param, BIND_VAR, allowDuplicates ? null : nameHash); - } - }; - - // Parses a comma-separated list of expressions, and returns them as - // an array. `close` is the token type that ends the list, and - // `allowEmpty` can be turned on to allow subsequent commas with - // nothing in between them to be parsed as `null` (which is needed - // for array literals). - - pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { - var elts = [], first = true; - while (!this.eat(close)) { - if (!first) { - this.expect(types.comma); - if (allowTrailingComma && this.afterTrailingComma(close)) { break } - } else { first = false; } - - var elt = (void 0); - if (allowEmpty && this.type === types.comma) - { elt = null; } - else if (this.type === types.ellipsis) { - elt = this.parseSpread(refDestructuringErrors); - if (refDestructuringErrors && this.type === types.comma && refDestructuringErrors.trailingComma < 0) - { refDestructuringErrors.trailingComma = this.start; } - } else { - elt = this.parseMaybeAssign(false, refDestructuringErrors); - } - elts.push(elt); - } - return elts - }; - - pp$3.checkUnreserved = function(ref) { - var start = ref.start; - var end = ref.end; - var name = ref.name; - - if (this.inGenerator && name === "yield") - { this.raiseRecoverable(start, "Cannot use 'yield' as identifier inside a generator"); } - if (this.inAsync && name === "await") - { this.raiseRecoverable(start, "Cannot use 'await' as identifier inside an async function"); } - if (this.keywords.test(name)) - { this.raise(start, ("Unexpected keyword '" + name + "'")); } - if (this.options.ecmaVersion < 6 && - this.input.slice(start, end).indexOf("\\") !== -1) { return } - var re = this.strict ? this.reservedWordsStrict : this.reservedWords; - if (re.test(name)) { - if (!this.inAsync && name === "await") - { this.raiseRecoverable(start, "Cannot use keyword 'await' outside an async function"); } - this.raiseRecoverable(start, ("The keyword '" + name + "' is reserved")); - } - }; - - // Parse the next token as an identifier. If `liberal` is true (used - // when parsing properties), it will also convert keywords into - // identifiers. - - pp$3.parseIdent = function(liberal, isBinding) { - var node = this.startNode(); - if (this.type === types.name) { - node.name = this.value; - } else if (this.type.keyword) { - node.name = this.type.keyword; - - // To fix https://github.com/acornjs/acorn/issues/575 - // `class` and `function` keywords push new context into this.context. - // But there is no chance to pop the context if the keyword is consumed as an identifier such as a property name. - // If the previous token is a dot, this does not apply because the context-managing code already ignored the keyword - if ((node.name === "class" || node.name === "function") && - (this.lastTokEnd !== this.lastTokStart + 1 || this.input.charCodeAt(this.lastTokStart) !== 46)) { - this.context.pop(); - } - } else { - this.unexpected(); - } - this.next(); - this.finishNode(node, "Identifier"); - if (!liberal) { - this.checkUnreserved(node); - if (node.name === "await" && !this.awaitIdentPos) - { this.awaitIdentPos = node.start; } - } - return node - }; - - // Parses yield expression inside generator. - - pp$3.parseYield = function(noIn) { - if (!this.yieldPos) { this.yieldPos = this.start; } - - var node = this.startNode(); - this.next(); - if (this.type === types.semi || this.canInsertSemicolon() || (this.type !== types.star && !this.type.startsExpr)) { - node.delegate = false; - node.argument = null; - } else { - node.delegate = this.eat(types.star); - node.argument = this.parseMaybeAssign(noIn); - } - return this.finishNode(node, "YieldExpression") - }; - - pp$3.parseAwait = function() { - if (!this.awaitPos) { this.awaitPos = this.start; } - - var node = this.startNode(); - this.next(); - node.argument = this.parseMaybeUnary(null, true); - return this.finishNode(node, "AwaitExpression") - }; - - var pp$4 = Parser.prototype; - - // This function is used to raise exceptions on parse errors. It - // takes an offset integer (into the current `input`) to indicate - // the location of the error, attaches the position to the end - // of the error message, and then raises a `SyntaxError` with that - // message. - - pp$4.raise = function(pos, message) { - var loc = getLineInfo(this.input, pos); - message += " (" + loc.line + ":" + loc.column + ")"; - var err = new SyntaxError(message); - err.pos = pos; err.loc = loc; err.raisedAt = this.pos; - throw err - }; - - pp$4.raiseRecoverable = pp$4.raise; - - pp$4.curPosition = function() { - if (this.options.locations) { - return new Position(this.curLine, this.pos - this.lineStart) - } - }; - - var pp$5 = Parser.prototype; - - var Scope = function Scope(flags) { - this.flags = flags; - // A list of var-declared names in the current lexical scope - this.var = []; - // A list of lexically-declared names in the current lexical scope - this.lexical = []; - // A list of lexically-declared FunctionDeclaration names in the current lexical scope - this.functions = []; - }; - - // The functions in this module keep track of declared variables in the current scope in order to detect duplicate variable names. - - pp$5.enterScope = function(flags) { - this.scopeStack.push(new Scope(flags)); - }; - - pp$5.exitScope = function() { - this.scopeStack.pop(); - }; - - // The spec says: - // > At the top level of a function, or script, function declarations are - // > treated like var declarations rather than like lexical declarations. - pp$5.treatFunctionsAsVarInScope = function(scope) { - return (scope.flags & SCOPE_FUNCTION) || !this.inModule && (scope.flags & SCOPE_TOP) - }; - - pp$5.declareName = function(name, bindingType, pos) { - var redeclared = false; - if (bindingType === BIND_LEXICAL) { - var scope = this.currentScope(); - redeclared = scope.lexical.indexOf(name) > -1 || scope.functions.indexOf(name) > -1 || scope.var.indexOf(name) > -1; - scope.lexical.push(name); - if (this.inModule && (scope.flags & SCOPE_TOP)) - { delete this.undefinedExports[name]; } - } else if (bindingType === BIND_SIMPLE_CATCH) { - var scope$1 = this.currentScope(); - scope$1.lexical.push(name); - } else if (bindingType === BIND_FUNCTION) { - var scope$2 = this.currentScope(); - if (this.treatFunctionsAsVar) - { redeclared = scope$2.lexical.indexOf(name) > -1; } - else - { redeclared = scope$2.lexical.indexOf(name) > -1 || scope$2.var.indexOf(name) > -1; } - scope$2.functions.push(name); - } else { - for (var i = this.scopeStack.length - 1; i >= 0; --i) { - var scope$3 = this.scopeStack[i]; - if (scope$3.lexical.indexOf(name) > -1 && !((scope$3.flags & SCOPE_SIMPLE_CATCH) && scope$3.lexical[0] === name) || - !this.treatFunctionsAsVarInScope(scope$3) && scope$3.functions.indexOf(name) > -1) { - redeclared = true; - break - } - scope$3.var.push(name); - if (this.inModule && (scope$3.flags & SCOPE_TOP)) - { delete this.undefinedExports[name]; } - if (scope$3.flags & SCOPE_VAR) { break } - } - } - if (redeclared) { this.raiseRecoverable(pos, ("Identifier '" + name + "' has already been declared")); } - }; - - pp$5.checkLocalExport = function(id) { - // scope.functions must be empty as Module code is always strict. - if (this.scopeStack[0].lexical.indexOf(id.name) === -1 && - this.scopeStack[0].var.indexOf(id.name) === -1) { - this.undefinedExports[id.name] = id; - } - }; - - pp$5.currentScope = function() { - return this.scopeStack[this.scopeStack.length - 1] - }; - - pp$5.currentVarScope = function() { - for (var i = this.scopeStack.length - 1;; i--) { - var scope = this.scopeStack[i]; - if (scope.flags & SCOPE_VAR) { return scope } - } - }; - - // Could be useful for `this`, `new.target`, `super()`, `super.property`, and `super[property]`. - pp$5.currentThisScope = function() { - for (var i = this.scopeStack.length - 1;; i--) { - var scope = this.scopeStack[i]; - if (scope.flags & SCOPE_VAR && !(scope.flags & SCOPE_ARROW)) { return scope } - } - }; - - var Node = function Node(parser, pos, loc) { - this.type = ""; - this.start = pos; - this.end = 0; - if (parser.options.locations) - { this.loc = new SourceLocation(parser, loc); } - if (parser.options.directSourceFile) - { this.sourceFile = parser.options.directSourceFile; } - if (parser.options.ranges) - { this.range = [pos, 0]; } - }; - - // Start an AST node, attaching a start offset. - - var pp$6 = Parser.prototype; - - pp$6.startNode = function() { - return new Node(this, this.start, this.startLoc) - }; - - pp$6.startNodeAt = function(pos, loc) { - return new Node(this, pos, loc) - }; - - // Finish an AST node, adding `type` and `end` properties. - - function finishNodeAt(node, type, pos, loc) { - node.type = type; - node.end = pos; - if (this.options.locations) - { node.loc.end = loc; } - if (this.options.ranges) - { node.range[1] = pos; } - return node - } - - pp$6.finishNode = function(node, type) { - return finishNodeAt.call(this, node, type, this.lastTokEnd, this.lastTokEndLoc) - }; - - // Finish node at given position - - pp$6.finishNodeAt = function(node, type, pos, loc) { - return finishNodeAt.call(this, node, type, pos, loc) - }; - - // The algorithm used to determine whether a regexp can appear at a - - var TokContext = function TokContext(token, isExpr, preserveSpace, override, generator) { - this.token = token; - this.isExpr = !!isExpr; - this.preserveSpace = !!preserveSpace; - this.override = override; - this.generator = !!generator; - }; - - var types$1 = { - b_stat: new TokContext("{", false), - b_expr: new TokContext("{", true), - b_tmpl: new TokContext("${", false), - p_stat: new TokContext("(", false), - p_expr: new TokContext("(", true), - q_tmpl: new TokContext("`", true, true, function (p) { return p.tryReadTemplateToken(); }), - f_stat: new TokContext("function", false), - f_expr: new TokContext("function", true), - f_expr_gen: new TokContext("function", true, false, null, true), - f_gen: new TokContext("function", false, false, null, true) - }; - - var pp$7 = Parser.prototype; - - pp$7.initialContext = function() { - return [types$1.b_stat] - }; - - pp$7.braceIsBlock = function(prevType) { - var parent = this.curContext(); - if (parent === types$1.f_expr || parent === types$1.f_stat) - { return true } - if (prevType === types.colon && (parent === types$1.b_stat || parent === types$1.b_expr)) - { return !parent.isExpr } - - // The check for `tt.name && exprAllowed` detects whether we are - // after a `yield` or `of` construct. See the `updateContext` for - // `tt.name`. - if (prevType === types._return || prevType === types.name && this.exprAllowed) - { return lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) } - if (prevType === types._else || prevType === types.semi || prevType === types.eof || prevType === types.parenR || prevType === types.arrow) - { return true } - if (prevType === types.braceL) - { return parent === types$1.b_stat } - if (prevType === types._var || prevType === types._const || prevType === types.name) - { return false } - return !this.exprAllowed - }; - - pp$7.inGeneratorContext = function() { - for (var i = this.context.length - 1; i >= 1; i--) { - var context = this.context[i]; - if (context.token === "function") - { return context.generator } - } - return false - }; - - pp$7.updateContext = function(prevType) { - var update, type = this.type; - if (type.keyword && prevType === types.dot) - { this.exprAllowed = false; } - else if (update = type.updateContext) - { update.call(this, prevType); } - else - { this.exprAllowed = type.beforeExpr; } - }; - - // Token-specific context update code - - types.parenR.updateContext = types.braceR.updateContext = function() { - if (this.context.length === 1) { - this.exprAllowed = true; - return - } - var out = this.context.pop(); - if (out === types$1.b_stat && this.curContext().token === "function") { - out = this.context.pop(); - } - this.exprAllowed = !out.isExpr; - }; - - types.braceL.updateContext = function(prevType) { - this.context.push(this.braceIsBlock(prevType) ? types$1.b_stat : types$1.b_expr); - this.exprAllowed = true; - }; - - types.dollarBraceL.updateContext = function() { - this.context.push(types$1.b_tmpl); - this.exprAllowed = true; - }; - - types.parenL.updateContext = function(prevType) { - var statementParens = prevType === types._if || prevType === types._for || prevType === types._with || prevType === types._while; - this.context.push(statementParens ? types$1.p_stat : types$1.p_expr); - this.exprAllowed = true; - }; - - types.incDec.updateContext = function() { - // tokExprAllowed stays unchanged - }; - - types._function.updateContext = types._class.updateContext = function(prevType) { - if (prevType.beforeExpr && prevType !== types.semi && prevType !== types._else && - !(prevType === types._return && lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) && - !((prevType === types.colon || prevType === types.braceL) && this.curContext() === types$1.b_stat)) - { this.context.push(types$1.f_expr); } - else - { this.context.push(types$1.f_stat); } - this.exprAllowed = false; - }; - - types.backQuote.updateContext = function() { - if (this.curContext() === types$1.q_tmpl) - { this.context.pop(); } - else - { this.context.push(types$1.q_tmpl); } - this.exprAllowed = false; - }; - - types.star.updateContext = function(prevType) { - if (prevType === types._function) { - var index = this.context.length - 1; - if (this.context[index] === types$1.f_expr) - { this.context[index] = types$1.f_expr_gen; } - else - { this.context[index] = types$1.f_gen; } - } - this.exprAllowed = true; - }; - - types.name.updateContext = function(prevType) { - var allowed = false; - if (this.options.ecmaVersion >= 6 && prevType !== types.dot) { - if (this.value === "of" && !this.exprAllowed || - this.value === "yield" && this.inGeneratorContext()) - { allowed = true; } - } - this.exprAllowed = allowed; - }; - - // This file contains Unicode properties extracted from the ECMAScript - // specification. The lists are extracted like so: - // $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText) - - // #table-binary-unicode-properties - var ecma9BinaryProperties = "ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS"; - var ecma10BinaryProperties = ecma9BinaryProperties + " Extended_Pictographic"; - var ecma11BinaryProperties = ecma10BinaryProperties; - var unicodeBinaryProperties = { - 9: ecma9BinaryProperties, - 10: ecma10BinaryProperties, - 11: ecma11BinaryProperties - }; - - // #table-unicode-general-category-values - var unicodeGeneralCategoryValues = "Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu"; - - // #table-unicode-script-values - var ecma9ScriptValues = "Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb"; - var ecma10ScriptValues = ecma9ScriptValues + " Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd"; - var ecma11ScriptValues = ecma10ScriptValues + " Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho"; - var unicodeScriptValues = { - 9: ecma9ScriptValues, - 10: ecma10ScriptValues, - 11: ecma11ScriptValues - }; - - var data = {}; - function buildUnicodeData(ecmaVersion) { - var d = data[ecmaVersion] = { - binary: wordsRegexp(unicodeBinaryProperties[ecmaVersion] + " " + unicodeGeneralCategoryValues), - nonBinary: { - General_Category: wordsRegexp(unicodeGeneralCategoryValues), - Script: wordsRegexp(unicodeScriptValues[ecmaVersion]) - } - }; - d.nonBinary.Script_Extensions = d.nonBinary.Script; - - d.nonBinary.gc = d.nonBinary.General_Category; - d.nonBinary.sc = d.nonBinary.Script; - d.nonBinary.scx = d.nonBinary.Script_Extensions; - } - buildUnicodeData(9); - buildUnicodeData(10); - buildUnicodeData(11); - - var pp$8 = Parser.prototype; - - var RegExpValidationState = function RegExpValidationState(parser) { - this.parser = parser; - this.validFlags = "gim" + (parser.options.ecmaVersion >= 6 ? "uy" : "") + (parser.options.ecmaVersion >= 9 ? "s" : ""); - this.unicodeProperties = data[parser.options.ecmaVersion >= 11 ? 11 : parser.options.ecmaVersion]; - this.source = ""; - this.flags = ""; - this.start = 0; - this.switchU = false; - this.switchN = false; - this.pos = 0; - this.lastIntValue = 0; - this.lastStringValue = ""; - this.lastAssertionIsQuantifiable = false; - this.numCapturingParens = 0; - this.maxBackReference = 0; - this.groupNames = []; - this.backReferenceNames = []; - }; - - RegExpValidationState.prototype.reset = function reset (start, pattern, flags) { - var unicode = flags.indexOf("u") !== -1; - this.start = start | 0; - this.source = pattern + ""; - this.flags = flags; - this.switchU = unicode && this.parser.options.ecmaVersion >= 6; - this.switchN = unicode && this.parser.options.ecmaVersion >= 9; - }; - - RegExpValidationState.prototype.raise = function raise (message) { - this.parser.raiseRecoverable(this.start, ("Invalid regular expression: /" + (this.source) + "/: " + message)); - }; - - // If u flag is given, this returns the code point at the index (it combines a surrogate pair). - // Otherwise, this returns the code unit of the index (can be a part of a surrogate pair). - RegExpValidationState.prototype.at = function at (i) { - var s = this.source; - var l = s.length; - if (i >= l) { - return -1 - } - var c = s.charCodeAt(i); - if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) { - return c - } - return (c << 10) + s.charCodeAt(i + 1) - 0x35FDC00 - }; - - RegExpValidationState.prototype.nextIndex = function nextIndex (i) { - var s = this.source; - var l = s.length; - if (i >= l) { - return l - } - var c = s.charCodeAt(i); - if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) { - return i + 1 - } - return i + 2 - }; - - RegExpValidationState.prototype.current = function current () { - return this.at(this.pos) - }; - - RegExpValidationState.prototype.lookahead = function lookahead () { - return this.at(this.nextIndex(this.pos)) - }; - - RegExpValidationState.prototype.advance = function advance () { - this.pos = this.nextIndex(this.pos); - }; - - RegExpValidationState.prototype.eat = function eat (ch) { - if (this.current() === ch) { - this.advance(); - return true - } - return false - }; - - function codePointToString(ch) { - if (ch <= 0xFFFF) { return String.fromCharCode(ch) } - ch -= 0x10000; - return String.fromCharCode((ch >> 10) + 0xD800, (ch & 0x03FF) + 0xDC00) - } - - /** - * Validate the flags part of a given RegExpLiteral. - * - * @param {RegExpValidationState} state The state to validate RegExp. - * @returns {void} - */ - pp$8.validateRegExpFlags = function(state) { - var validFlags = state.validFlags; - var flags = state.flags; - - for (var i = 0; i < flags.length; i++) { - var flag = flags.charAt(i); - if (validFlags.indexOf(flag) === -1) { - this.raise(state.start, "Invalid regular expression flag"); - } - if (flags.indexOf(flag, i + 1) > -1) { - this.raise(state.start, "Duplicate regular expression flag"); - } - } - }; - - /** - * Validate the pattern part of a given RegExpLiteral. - * - * @param {RegExpValidationState} state The state to validate RegExp. - * @returns {void} - */ - pp$8.validateRegExpPattern = function(state) { - this.regexp_pattern(state); - - // The goal symbol for the parse is |Pattern[~U, ~N]|. If the result of - // parsing contains a |GroupName|, reparse with the goal symbol - // |Pattern[~U, +N]| and use this result instead. Throw a *SyntaxError* - // exception if _P_ did not conform to the grammar, if any elements of _P_ - // were not matched by the parse, or if any Early Error conditions exist. - if (!state.switchN && this.options.ecmaVersion >= 9 && state.groupNames.length > 0) { - state.switchN = true; - this.regexp_pattern(state); - } - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-Pattern - pp$8.regexp_pattern = function(state) { - state.pos = 0; - state.lastIntValue = 0; - state.lastStringValue = ""; - state.lastAssertionIsQuantifiable = false; - state.numCapturingParens = 0; - state.maxBackReference = 0; - state.groupNames.length = 0; - state.backReferenceNames.length = 0; - - this.regexp_disjunction(state); - - if (state.pos !== state.source.length) { - // Make the same messages as V8. - if (state.eat(0x29 /* ) */)) { - state.raise("Unmatched ')'"); - } - if (state.eat(0x5D /* [ */) || state.eat(0x7D /* } */)) { - state.raise("Lone quantifier brackets"); - } - } - if (state.maxBackReference > state.numCapturingParens) { - state.raise("Invalid escape"); - } - for (var i = 0, list = state.backReferenceNames; i < list.length; i += 1) { - var name = list[i]; - - if (state.groupNames.indexOf(name) === -1) { - state.raise("Invalid named capture referenced"); - } - } - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-Disjunction - pp$8.regexp_disjunction = function(state) { - this.regexp_alternative(state); - while (state.eat(0x7C /* | */)) { - this.regexp_alternative(state); - } - - // Make the same message as V8. - if (this.regexp_eatQuantifier(state, true)) { - state.raise("Nothing to repeat"); - } - if (state.eat(0x7B /* { */)) { - state.raise("Lone quantifier brackets"); - } - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-Alternative - pp$8.regexp_alternative = function(state) { - while (state.pos < state.source.length && this.regexp_eatTerm(state)) - { } - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Term - pp$8.regexp_eatTerm = function(state) { - if (this.regexp_eatAssertion(state)) { - // Handle `QuantifiableAssertion Quantifier` alternative. - // `state.lastAssertionIsQuantifiable` is true if the last eaten Assertion - // is a QuantifiableAssertion. - if (state.lastAssertionIsQuantifiable && this.regexp_eatQuantifier(state)) { - // Make the same message as V8. - if (state.switchU) { - state.raise("Invalid quantifier"); - } - } - return true - } - - if (state.switchU ? this.regexp_eatAtom(state) : this.regexp_eatExtendedAtom(state)) { - this.regexp_eatQuantifier(state); - return true - } - - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Assertion - pp$8.regexp_eatAssertion = function(state) { - var start = state.pos; - state.lastAssertionIsQuantifiable = false; - - // ^, $ - if (state.eat(0x5E /* ^ */) || state.eat(0x24 /* $ */)) { - return true - } - - // \b \B - if (state.eat(0x5C /* \ */)) { - if (state.eat(0x42 /* B */) || state.eat(0x62 /* b */)) { - return true - } - state.pos = start; - } - - // Lookahead / Lookbehind - if (state.eat(0x28 /* ( */) && state.eat(0x3F /* ? */)) { - var lookbehind = false; - if (this.options.ecmaVersion >= 9) { - lookbehind = state.eat(0x3C /* < */); - } - if (state.eat(0x3D /* = */) || state.eat(0x21 /* ! */)) { - this.regexp_disjunction(state); - if (!state.eat(0x29 /* ) */)) { - state.raise("Unterminated group"); - } - state.lastAssertionIsQuantifiable = !lookbehind; - return true - } - } - - state.pos = start; - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-Quantifier - pp$8.regexp_eatQuantifier = function(state, noError) { - if ( noError === void 0 ) noError = false; - - if (this.regexp_eatQuantifierPrefix(state, noError)) { - state.eat(0x3F /* ? */); - return true - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-QuantifierPrefix - pp$8.regexp_eatQuantifierPrefix = function(state, noError) { - return ( - state.eat(0x2A /* * */) || - state.eat(0x2B /* + */) || - state.eat(0x3F /* ? */) || - this.regexp_eatBracedQuantifier(state, noError) - ) - }; - pp$8.regexp_eatBracedQuantifier = function(state, noError) { - var start = state.pos; - if (state.eat(0x7B /* { */)) { - var min = 0, max = -1; - if (this.regexp_eatDecimalDigits(state)) { - min = state.lastIntValue; - if (state.eat(0x2C /* , */) && this.regexp_eatDecimalDigits(state)) { - max = state.lastIntValue; - } - if (state.eat(0x7D /* } */)) { - // SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-term - if (max !== -1 && max < min && !noError) { - state.raise("numbers out of order in {} quantifier"); - } - return true - } - } - if (state.switchU && !noError) { - state.raise("Incomplete quantifier"); - } - state.pos = start; - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-Atom - pp$8.regexp_eatAtom = function(state) { - return ( - this.regexp_eatPatternCharacters(state) || - state.eat(0x2E /* . */) || - this.regexp_eatReverseSolidusAtomEscape(state) || - this.regexp_eatCharacterClass(state) || - this.regexp_eatUncapturingGroup(state) || - this.regexp_eatCapturingGroup(state) - ) - }; - pp$8.regexp_eatReverseSolidusAtomEscape = function(state) { - var start = state.pos; - if (state.eat(0x5C /* \ */)) { - if (this.regexp_eatAtomEscape(state)) { - return true - } - state.pos = start; - } - return false - }; - pp$8.regexp_eatUncapturingGroup = function(state) { - var start = state.pos; - if (state.eat(0x28 /* ( */)) { - if (state.eat(0x3F /* ? */) && state.eat(0x3A /* : */)) { - this.regexp_disjunction(state); - if (state.eat(0x29 /* ) */)) { - return true - } - state.raise("Unterminated group"); - } - state.pos = start; - } - return false - }; - pp$8.regexp_eatCapturingGroup = function(state) { - if (state.eat(0x28 /* ( */)) { - if (this.options.ecmaVersion >= 9) { - this.regexp_groupSpecifier(state); - } else if (state.current() === 0x3F /* ? */) { - state.raise("Invalid group"); - } - this.regexp_disjunction(state); - if (state.eat(0x29 /* ) */)) { - state.numCapturingParens += 1; - return true - } - state.raise("Unterminated group"); - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedAtom - pp$8.regexp_eatExtendedAtom = function(state) { - return ( - state.eat(0x2E /* . */) || - this.regexp_eatReverseSolidusAtomEscape(state) || - this.regexp_eatCharacterClass(state) || - this.regexp_eatUncapturingGroup(state) || - this.regexp_eatCapturingGroup(state) || - this.regexp_eatInvalidBracedQuantifier(state) || - this.regexp_eatExtendedPatternCharacter(state) - ) - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-InvalidBracedQuantifier - pp$8.regexp_eatInvalidBracedQuantifier = function(state) { - if (this.regexp_eatBracedQuantifier(state, true)) { - state.raise("Nothing to repeat"); - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-SyntaxCharacter - pp$8.regexp_eatSyntaxCharacter = function(state) { - var ch = state.current(); - if (isSyntaxCharacter(ch)) { - state.lastIntValue = ch; - state.advance(); - return true - } - return false - }; - function isSyntaxCharacter(ch) { - return ( - ch === 0x24 /* $ */ || - ch >= 0x28 /* ( */ && ch <= 0x2B /* + */ || - ch === 0x2E /* . */ || - ch === 0x3F /* ? */ || - ch >= 0x5B /* [ */ && ch <= 0x5E /* ^ */ || - ch >= 0x7B /* { */ && ch <= 0x7D /* } */ - ) - } - - // https://www.ecma-international.org/ecma-262/8.0/#prod-PatternCharacter - // But eat eager. - pp$8.regexp_eatPatternCharacters = function(state) { - var start = state.pos; - var ch = 0; - while ((ch = state.current()) !== -1 && !isSyntaxCharacter(ch)) { - state.advance(); - } - return state.pos !== start - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedPatternCharacter - pp$8.regexp_eatExtendedPatternCharacter = function(state) { - var ch = state.current(); - if ( - ch !== -1 && - ch !== 0x24 /* $ */ && - !(ch >= 0x28 /* ( */ && ch <= 0x2B /* + */) && - ch !== 0x2E /* . */ && - ch !== 0x3F /* ? */ && - ch !== 0x5B /* [ */ && - ch !== 0x5E /* ^ */ && - ch !== 0x7C /* | */ - ) { - state.advance(); - return true - } - return false - }; - - // GroupSpecifier[U] :: - // [empty] - // `?` GroupName[?U] - pp$8.regexp_groupSpecifier = function(state) { - if (state.eat(0x3F /* ? */)) { - if (this.regexp_eatGroupName(state)) { - if (state.groupNames.indexOf(state.lastStringValue) !== -1) { - state.raise("Duplicate capture group name"); - } - state.groupNames.push(state.lastStringValue); - return - } - state.raise("Invalid group"); - } - }; - - // GroupName[U] :: - // `<` RegExpIdentifierName[?U] `>` - // Note: this updates `state.lastStringValue` property with the eaten name. - pp$8.regexp_eatGroupName = function(state) { - state.lastStringValue = ""; - if (state.eat(0x3C /* < */)) { - if (this.regexp_eatRegExpIdentifierName(state) && state.eat(0x3E /* > */)) { - return true - } - state.raise("Invalid capture group name"); - } - return false - }; - - // RegExpIdentifierName[U] :: - // RegExpIdentifierStart[?U] - // RegExpIdentifierName[?U] RegExpIdentifierPart[?U] - // Note: this updates `state.lastStringValue` property with the eaten name. - pp$8.regexp_eatRegExpIdentifierName = function(state) { - state.lastStringValue = ""; - if (this.regexp_eatRegExpIdentifierStart(state)) { - state.lastStringValue += codePointToString(state.lastIntValue); - while (this.regexp_eatRegExpIdentifierPart(state)) { - state.lastStringValue += codePointToString(state.lastIntValue); - } - return true - } - return false - }; - - // RegExpIdentifierStart[U] :: - // UnicodeIDStart - // `$` - // `_` - // `\` RegExpUnicodeEscapeSequence[?U] - pp$8.regexp_eatRegExpIdentifierStart = function(state) { - var start = state.pos; - var ch = state.current(); - state.advance(); - - if (ch === 0x5C /* \ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) { - ch = state.lastIntValue; - } - if (isRegExpIdentifierStart(ch)) { - state.lastIntValue = ch; - return true - } - - state.pos = start; - return false - }; - function isRegExpIdentifierStart(ch) { - return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ - } - - // RegExpIdentifierPart[U] :: - // UnicodeIDContinue - // `$` - // `_` - // `\` RegExpUnicodeEscapeSequence[?U] - // - // - pp$8.regexp_eatRegExpIdentifierPart = function(state) { - var start = state.pos; - var ch = state.current(); - state.advance(); - - if (ch === 0x5C /* \ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) { - ch = state.lastIntValue; - } - if (isRegExpIdentifierPart(ch)) { - state.lastIntValue = ch; - return true - } - - state.pos = start; - return false - }; - function isRegExpIdentifierPart(ch) { - return isIdentifierChar(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ || ch === 0x200C /* */ || ch === 0x200D /* */ - } - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-AtomEscape - pp$8.regexp_eatAtomEscape = function(state) { - if ( - this.regexp_eatBackReference(state) || - this.regexp_eatCharacterClassEscape(state) || - this.regexp_eatCharacterEscape(state) || - (state.switchN && this.regexp_eatKGroupName(state)) - ) { - return true - } - if (state.switchU) { - // Make the same message as V8. - if (state.current() === 0x63 /* c */) { - state.raise("Invalid unicode escape"); - } - state.raise("Invalid escape"); - } - return false - }; - pp$8.regexp_eatBackReference = function(state) { - var start = state.pos; - if (this.regexp_eatDecimalEscape(state)) { - var n = state.lastIntValue; - if (state.switchU) { - // For SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-atomescape - if (n > state.maxBackReference) { - state.maxBackReference = n; - } - return true - } - if (n <= state.numCapturingParens) { - return true - } - state.pos = start; - } - return false - }; - pp$8.regexp_eatKGroupName = function(state) { - if (state.eat(0x6B /* k */)) { - if (this.regexp_eatGroupName(state)) { - state.backReferenceNames.push(state.lastStringValue); - return true - } - state.raise("Invalid named reference"); - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-CharacterEscape - pp$8.regexp_eatCharacterEscape = function(state) { - return ( - this.regexp_eatControlEscape(state) || - this.regexp_eatCControlLetter(state) || - this.regexp_eatZero(state) || - this.regexp_eatHexEscapeSequence(state) || - this.regexp_eatRegExpUnicodeEscapeSequence(state) || - (!state.switchU && this.regexp_eatLegacyOctalEscapeSequence(state)) || - this.regexp_eatIdentityEscape(state) - ) - }; - pp$8.regexp_eatCControlLetter = function(state) { - var start = state.pos; - if (state.eat(0x63 /* c */)) { - if (this.regexp_eatControlLetter(state)) { - return true - } - state.pos = start; - } - return false - }; - pp$8.regexp_eatZero = function(state) { - if (state.current() === 0x30 /* 0 */ && !isDecimalDigit(state.lookahead())) { - state.lastIntValue = 0; - state.advance(); - return true - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-ControlEscape - pp$8.regexp_eatControlEscape = function(state) { - var ch = state.current(); - if (ch === 0x74 /* t */) { - state.lastIntValue = 0x09; /* \t */ - state.advance(); - return true - } - if (ch === 0x6E /* n */) { - state.lastIntValue = 0x0A; /* \n */ - state.advance(); - return true - } - if (ch === 0x76 /* v */) { - state.lastIntValue = 0x0B; /* \v */ - state.advance(); - return true - } - if (ch === 0x66 /* f */) { - state.lastIntValue = 0x0C; /* \f */ - state.advance(); - return true - } - if (ch === 0x72 /* r */) { - state.lastIntValue = 0x0D; /* \r */ - state.advance(); - return true - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-ControlLetter - pp$8.regexp_eatControlLetter = function(state) { - var ch = state.current(); - if (isControlLetter(ch)) { - state.lastIntValue = ch % 0x20; - state.advance(); - return true - } - return false - }; - function isControlLetter(ch) { - return ( - (ch >= 0x41 /* A */ && ch <= 0x5A /* Z */) || - (ch >= 0x61 /* a */ && ch <= 0x7A /* z */) - ) - } - - // https://www.ecma-international.org/ecma-262/8.0/#prod-RegExpUnicodeEscapeSequence - pp$8.regexp_eatRegExpUnicodeEscapeSequence = function(state) { - var start = state.pos; - - if (state.eat(0x75 /* u */)) { - if (this.regexp_eatFixedHexDigits(state, 4)) { - var lead = state.lastIntValue; - if (state.switchU && lead >= 0xD800 && lead <= 0xDBFF) { - var leadSurrogateEnd = state.pos; - if (state.eat(0x5C /* \ */) && state.eat(0x75 /* u */) && this.regexp_eatFixedHexDigits(state, 4)) { - var trail = state.lastIntValue; - if (trail >= 0xDC00 && trail <= 0xDFFF) { - state.lastIntValue = (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000; - return true - } - } - state.pos = leadSurrogateEnd; - state.lastIntValue = lead; - } - return true - } - if ( - state.switchU && - state.eat(0x7B /* { */) && - this.regexp_eatHexDigits(state) && - state.eat(0x7D /* } */) && - isValidUnicode(state.lastIntValue) - ) { - return true - } - if (state.switchU) { - state.raise("Invalid unicode escape"); - } - state.pos = start; - } - - return false - }; - function isValidUnicode(ch) { - return ch >= 0 && ch <= 0x10FFFF - } - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-IdentityEscape - pp$8.regexp_eatIdentityEscape = function(state) { - if (state.switchU) { - if (this.regexp_eatSyntaxCharacter(state)) { - return true - } - if (state.eat(0x2F /* / */)) { - state.lastIntValue = 0x2F; /* / */ - return true - } - return false - } - - var ch = state.current(); - if (ch !== 0x63 /* c */ && (!state.switchN || ch !== 0x6B /* k */)) { - state.lastIntValue = ch; - state.advance(); - return true - } - - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalEscape - pp$8.regexp_eatDecimalEscape = function(state) { - state.lastIntValue = 0; - var ch = state.current(); - if (ch >= 0x31 /* 1 */ && ch <= 0x39 /* 9 */) { - do { - state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */); - state.advance(); - } while ((ch = state.current()) >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) - return true - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClassEscape - pp$8.regexp_eatCharacterClassEscape = function(state) { - var ch = state.current(); - - if (isCharacterClassEscape(ch)) { - state.lastIntValue = -1; - state.advance(); - return true - } - - if ( - state.switchU && - this.options.ecmaVersion >= 9 && - (ch === 0x50 /* P */ || ch === 0x70 /* p */) - ) { - state.lastIntValue = -1; - state.advance(); - if ( - state.eat(0x7B /* { */) && - this.regexp_eatUnicodePropertyValueExpression(state) && - state.eat(0x7D /* } */) - ) { - return true - } - state.raise("Invalid property name"); - } - - return false - }; - function isCharacterClassEscape(ch) { - return ( - ch === 0x64 /* d */ || - ch === 0x44 /* D */ || - ch === 0x73 /* s */ || - ch === 0x53 /* S */ || - ch === 0x77 /* w */ || - ch === 0x57 /* W */ - ) - } - - // UnicodePropertyValueExpression :: - // UnicodePropertyName `=` UnicodePropertyValue - // LoneUnicodePropertyNameOrValue - pp$8.regexp_eatUnicodePropertyValueExpression = function(state) { - var start = state.pos; - - // UnicodePropertyName `=` UnicodePropertyValue - if (this.regexp_eatUnicodePropertyName(state) && state.eat(0x3D /* = */)) { - var name = state.lastStringValue; - if (this.regexp_eatUnicodePropertyValue(state)) { - var value = state.lastStringValue; - this.regexp_validateUnicodePropertyNameAndValue(state, name, value); - return true - } - } - state.pos = start; - - // LoneUnicodePropertyNameOrValue - if (this.regexp_eatLoneUnicodePropertyNameOrValue(state)) { - var nameOrValue = state.lastStringValue; - this.regexp_validateUnicodePropertyNameOrValue(state, nameOrValue); - return true - } - return false - }; - pp$8.regexp_validateUnicodePropertyNameAndValue = function(state, name, value) { - if (!has(state.unicodeProperties.nonBinary, name)) - { state.raise("Invalid property name"); } - if (!state.unicodeProperties.nonBinary[name].test(value)) - { state.raise("Invalid property value"); } - }; - pp$8.regexp_validateUnicodePropertyNameOrValue = function(state, nameOrValue) { - if (!state.unicodeProperties.binary.test(nameOrValue)) - { state.raise("Invalid property name"); } - }; - - // UnicodePropertyName :: - // UnicodePropertyNameCharacters - pp$8.regexp_eatUnicodePropertyName = function(state) { - var ch = 0; - state.lastStringValue = ""; - while (isUnicodePropertyNameCharacter(ch = state.current())) { - state.lastStringValue += codePointToString(ch); - state.advance(); - } - return state.lastStringValue !== "" - }; - function isUnicodePropertyNameCharacter(ch) { - return isControlLetter(ch) || ch === 0x5F /* _ */ - } - - // UnicodePropertyValue :: - // UnicodePropertyValueCharacters - pp$8.regexp_eatUnicodePropertyValue = function(state) { - var ch = 0; - state.lastStringValue = ""; - while (isUnicodePropertyValueCharacter(ch = state.current())) { - state.lastStringValue += codePointToString(ch); - state.advance(); - } - return state.lastStringValue !== "" - }; - function isUnicodePropertyValueCharacter(ch) { - return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch) - } - - // LoneUnicodePropertyNameOrValue :: - // UnicodePropertyValueCharacters - pp$8.regexp_eatLoneUnicodePropertyNameOrValue = function(state) { - return this.regexp_eatUnicodePropertyValue(state) - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClass - pp$8.regexp_eatCharacterClass = function(state) { - if (state.eat(0x5B /* [ */)) { - state.eat(0x5E /* ^ */); - this.regexp_classRanges(state); - if (state.eat(0x5D /* [ */)) { - return true - } - // Unreachable since it threw "unterminated regular expression" error before. - state.raise("Unterminated character class"); - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassRanges - // https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRanges - // https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRangesNoDash - pp$8.regexp_classRanges = function(state) { - while (this.regexp_eatClassAtom(state)) { - var left = state.lastIntValue; - if (state.eat(0x2D /* - */) && this.regexp_eatClassAtom(state)) { - var right = state.lastIntValue; - if (state.switchU && (left === -1 || right === -1)) { - state.raise("Invalid character class"); - } - if (left !== -1 && right !== -1 && left > right) { - state.raise("Range out of order in character class"); - } - } - } - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtom - // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtomNoDash - pp$8.regexp_eatClassAtom = function(state) { - var start = state.pos; - - if (state.eat(0x5C /* \ */)) { - if (this.regexp_eatClassEscape(state)) { - return true - } - if (state.switchU) { - // Make the same message as V8. - var ch$1 = state.current(); - if (ch$1 === 0x63 /* c */ || isOctalDigit(ch$1)) { - state.raise("Invalid class escape"); - } - state.raise("Invalid escape"); - } - state.pos = start; - } - - var ch = state.current(); - if (ch !== 0x5D /* [ */) { - state.lastIntValue = ch; - state.advance(); - return true - } - - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassEscape - pp$8.regexp_eatClassEscape = function(state) { - var start = state.pos; - - if (state.eat(0x62 /* b */)) { - state.lastIntValue = 0x08; /* */ - return true - } - - if (state.switchU && state.eat(0x2D /* - */)) { - state.lastIntValue = 0x2D; /* - */ - return true - } - - if (!state.switchU && state.eat(0x63 /* c */)) { - if (this.regexp_eatClassControlLetter(state)) { - return true - } - state.pos = start; - } - - return ( - this.regexp_eatCharacterClassEscape(state) || - this.regexp_eatCharacterEscape(state) - ) - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassControlLetter - pp$8.regexp_eatClassControlLetter = function(state) { - var ch = state.current(); - if (isDecimalDigit(ch) || ch === 0x5F /* _ */) { - state.lastIntValue = ch % 0x20; - state.advance(); - return true - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence - pp$8.regexp_eatHexEscapeSequence = function(state) { - var start = state.pos; - if (state.eat(0x78 /* x */)) { - if (this.regexp_eatFixedHexDigits(state, 2)) { - return true - } - if (state.switchU) { - state.raise("Invalid escape"); - } - state.pos = start; - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalDigits - pp$8.regexp_eatDecimalDigits = function(state) { - var start = state.pos; - var ch = 0; - state.lastIntValue = 0; - while (isDecimalDigit(ch = state.current())) { - state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */); - state.advance(); - } - return state.pos !== start - }; - function isDecimalDigit(ch) { - return ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */ - } - - // https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigits - pp$8.regexp_eatHexDigits = function(state) { - var start = state.pos; - var ch = 0; - state.lastIntValue = 0; - while (isHexDigit(ch = state.current())) { - state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch); - state.advance(); - } - return state.pos !== start - }; - function isHexDigit(ch) { - return ( - (ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) || - (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) || - (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) - ) - } - function hexToInt(ch) { - if (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) { - return 10 + (ch - 0x41 /* A */) - } - if (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) { - return 10 + (ch - 0x61 /* a */) - } - return ch - 0x30 /* 0 */ - } - - // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-LegacyOctalEscapeSequence - // Allows only 0-377(octal) i.e. 0-255(decimal). - pp$8.regexp_eatLegacyOctalEscapeSequence = function(state) { - if (this.regexp_eatOctalDigit(state)) { - var n1 = state.lastIntValue; - if (this.regexp_eatOctalDigit(state)) { - var n2 = state.lastIntValue; - if (n1 <= 3 && this.regexp_eatOctalDigit(state)) { - state.lastIntValue = n1 * 64 + n2 * 8 + state.lastIntValue; - } else { - state.lastIntValue = n1 * 8 + n2; - } - } else { - state.lastIntValue = n1; - } - return true - } - return false - }; - - // https://www.ecma-international.org/ecma-262/8.0/#prod-OctalDigit - pp$8.regexp_eatOctalDigit = function(state) { - var ch = state.current(); - if (isOctalDigit(ch)) { - state.lastIntValue = ch - 0x30; /* 0 */ - state.advance(); - return true - } - state.lastIntValue = 0; - return false - }; - function isOctalDigit(ch) { - return ch >= 0x30 /* 0 */ && ch <= 0x37 /* 7 */ - } - - // https://www.ecma-international.org/ecma-262/8.0/#prod-Hex4Digits - // https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigit - // And HexDigit HexDigit in https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence - pp$8.regexp_eatFixedHexDigits = function(state, length) { - var start = state.pos; - state.lastIntValue = 0; - for (var i = 0; i < length; ++i) { - var ch = state.current(); - if (!isHexDigit(ch)) { - state.pos = start; - return false - } - state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch); - state.advance(); - } - return true - }; - - // Object type used to represent tokens. Note that normally, tokens - // simply exist as properties on the parser object. This is only - // used for the onToken callback and the external tokenizer. - - var Token = function Token(p) { - this.type = p.type; - this.value = p.value; - this.start = p.start; - this.end = p.end; - if (p.options.locations) - { this.loc = new SourceLocation(p, p.startLoc, p.endLoc); } - if (p.options.ranges) - { this.range = [p.start, p.end]; } - }; - - // ## Tokenizer - - var pp$9 = Parser.prototype; - - // Move to the next token - - pp$9.next = function() { - if (this.options.onToken) - { this.options.onToken(new Token(this)); } - - this.lastTokEnd = this.end; - this.lastTokStart = this.start; - this.lastTokEndLoc = this.endLoc; - this.lastTokStartLoc = this.startLoc; - this.nextToken(); - }; - - pp$9.getToken = function() { - this.next(); - return new Token(this) - }; - - // If we're in an ES6 environment, make parsers iterable - if (typeof Symbol !== "undefined") - { pp$9[Symbol.iterator] = function() { - var this$1 = this; - - return { - next: function () { - var token = this$1.getToken(); - return { - done: token.type === types.eof, - value: token - } - } - } - }; } - - // Toggle strict mode. Re-reads the next number or string to please - // pedantic tests (`"use strict"; 010;` should fail). - - pp$9.curContext = function() { - return this.context[this.context.length - 1] - }; - - // Read a single token, updating the parser object's token-related - // properties. - - pp$9.nextToken = function() { - var curContext = this.curContext(); - if (!curContext || !curContext.preserveSpace) { this.skipSpace(); } - - this.start = this.pos; - if (this.options.locations) { this.startLoc = this.curPosition(); } - if (this.pos >= this.input.length) { return this.finishToken(types.eof) } - - if (curContext.override) { return curContext.override(this) } - else { this.readToken(this.fullCharCodeAtPos()); } - }; - - pp$9.readToken = function(code) { - // Identifier or keyword. '\uXXXX' sequences are allowed in - // identifiers, so '\' also dispatches to that. - if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) - { return this.readWord() } - - return this.getTokenFromCode(code) - }; - - pp$9.fullCharCodeAtPos = function() { - var code = this.input.charCodeAt(this.pos); - if (code <= 0xd7ff || code >= 0xe000) { return code } - var next = this.input.charCodeAt(this.pos + 1); - return (code << 10) + next - 0x35fdc00 - }; - - pp$9.skipBlockComment = function() { - var startLoc = this.options.onComment && this.curPosition(); - var start = this.pos, end = this.input.indexOf("*/", this.pos += 2); - if (end === -1) { this.raise(this.pos - 2, "Unterminated comment"); } - this.pos = end + 2; - if (this.options.locations) { - lineBreakG.lastIndex = start; - var match; - while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) { - ++this.curLine; - this.lineStart = match.index + match[0].length; - } - } - if (this.options.onComment) - { this.options.onComment(true, this.input.slice(start + 2, end), start, this.pos, - startLoc, this.curPosition()); } - }; - - pp$9.skipLineComment = function(startSkip) { - var start = this.pos; - var startLoc = this.options.onComment && this.curPosition(); - var ch = this.input.charCodeAt(this.pos += startSkip); - while (this.pos < this.input.length && !isNewLine(ch)) { - ch = this.input.charCodeAt(++this.pos); - } - if (this.options.onComment) - { this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos, - startLoc, this.curPosition()); } - }; - - // Called at the start of the parse and after every token. Skips - // whitespace and comments, and. - - pp$9.skipSpace = function() { - loop: while (this.pos < this.input.length) { - var ch = this.input.charCodeAt(this.pos); - switch (ch) { - case 32: case 160: // ' ' - ++this.pos; - break - case 13: - if (this.input.charCodeAt(this.pos + 1) === 10) { - ++this.pos; - } - case 10: case 8232: case 8233: - ++this.pos; - if (this.options.locations) { - ++this.curLine; - this.lineStart = this.pos; - } - break - case 47: // '/' - switch (this.input.charCodeAt(this.pos + 1)) { - case 42: // '*' - this.skipBlockComment(); - break - case 47: - this.skipLineComment(2); - break - default: - break loop - } - break - default: - if (ch > 8 && ch < 14 || ch >= 5760 && nonASCIIwhitespace.test(String.fromCharCode(ch))) { - ++this.pos; - } else { - break loop - } - } - } - }; - - // Called at the end of every token. Sets `end`, `val`, and - // maintains `context` and `exprAllowed`, and skips the space after - // the token, so that the next one's `start` will point at the - // right position. - - pp$9.finishToken = function(type, val) { - this.end = this.pos; - if (this.options.locations) { this.endLoc = this.curPosition(); } - var prevType = this.type; - this.type = type; - this.value = val; - - this.updateContext(prevType); - }; - - // ### Token reading - - // This is the function that is called to fetch the next token. It - // is somewhat obscure, because it works in character codes rather - // than characters, and because operator parsing has been inlined - // into it. - // - // All in the name of speed. - // - pp$9.readToken_dot = function() { - var next = this.input.charCodeAt(this.pos + 1); - if (next >= 48 && next <= 57) { return this.readNumber(true) } - var next2 = this.input.charCodeAt(this.pos + 2); - if (this.options.ecmaVersion >= 6 && next === 46 && next2 === 46) { // 46 = dot '.' - this.pos += 3; - return this.finishToken(types.ellipsis) - } else { - ++this.pos; - return this.finishToken(types.dot) - } - }; - - pp$9.readToken_slash = function() { // '/' - var next = this.input.charCodeAt(this.pos + 1); - if (this.exprAllowed) { ++this.pos; return this.readRegexp() } - if (next === 61) { return this.finishOp(types.assign, 2) } - return this.finishOp(types.slash, 1) - }; - - pp$9.readToken_mult_modulo_exp = function(code) { // '%*' - var next = this.input.charCodeAt(this.pos + 1); - var size = 1; - var tokentype = code === 42 ? types.star : types.modulo; - - // exponentiation operator ** and **= - if (this.options.ecmaVersion >= 7 && code === 42 && next === 42) { - ++size; - tokentype = types.starstar; - next = this.input.charCodeAt(this.pos + 2); - } - - if (next === 61) { return this.finishOp(types.assign, size + 1) } - return this.finishOp(tokentype, size) - }; - - pp$9.readToken_pipe_amp = function(code) { // '|&' - var next = this.input.charCodeAt(this.pos + 1); - if (next === code) { return this.finishOp(code === 124 ? types.logicalOR : types.logicalAND, 2) } - if (next === 61) { return this.finishOp(types.assign, 2) } - return this.finishOp(code === 124 ? types.bitwiseOR : types.bitwiseAND, 1) - }; - - pp$9.readToken_caret = function() { // '^' - var next = this.input.charCodeAt(this.pos + 1); - if (next === 61) { return this.finishOp(types.assign, 2) } - return this.finishOp(types.bitwiseXOR, 1) - }; - - pp$9.readToken_plus_min = function(code) { // '+-' - var next = this.input.charCodeAt(this.pos + 1); - if (next === code) { - if (next === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 && - (this.lastTokEnd === 0 || lineBreak.test(this.input.slice(this.lastTokEnd, this.pos)))) { - // A `-->` line comment - this.skipLineComment(3); - this.skipSpace(); - return this.nextToken() - } - return this.finishOp(types.incDec, 2) - } - if (next === 61) { return this.finishOp(types.assign, 2) } - return this.finishOp(types.plusMin, 1) - }; - - pp$9.readToken_lt_gt = function(code) { // '<>' - var next = this.input.charCodeAt(this.pos + 1); - var size = 1; - if (next === code) { - size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2; - if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types.assign, size + 1) } - return this.finishOp(types.bitShift, size) - } - if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 && - this.input.charCodeAt(this.pos + 3) === 45) { - // `` line comment\n this.skipLineComment(3)\n this.skipSpace()\n return this.nextToken()\n }\n return this.finishOp(tt.incDec, 2)\n }\n if (next === 61) return this.finishOp(tt.assign, 2)\n return this.finishOp(tt.plusMin, 1)\n}\n\npp.readToken_lt_gt = function(code) { // '<>'\n let next = this.input.charCodeAt(this.pos + 1)\n let size = 1\n if (next === code) {\n size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2\n if (this.input.charCodeAt(this.pos + size) === 61) return this.finishOp(tt.assign, size + 1)\n return this.finishOp(tt.bitShift, size)\n }\n if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 &&\n this.input.charCodeAt(this.pos + 3) === 45) {\n // `` line comment - this.skipLineComment(3); - this.skipSpace(); - return this.nextToken() - } - return this.finishOp(types.incDec, 2) - } - if (next === 61) { return this.finishOp(types.assign, 2) } - return this.finishOp(types.plusMin, 1) -}; - -pp$9.readToken_lt_gt = function(code) { // '<>' - var next = this.input.charCodeAt(this.pos + 1); - var size = 1; - if (next === code) { - size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2; - if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types.assign, size + 1) } - return this.finishOp(types.bitShift, size) - } - if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 && - this.input.charCodeAt(this.pos + 3) === 45) { - // `` line comment\n this.skipLineComment(3)\n this.skipSpace()\n return this.nextToken()\n }\n return this.finishOp(tt.incDec, 2)\n }\n if (next === 61) return this.finishOp(tt.assign, 2)\n return this.finishOp(tt.plusMin, 1)\n}\n\npp.readToken_lt_gt = function(code) { // '<>'\n let next = this.input.charCodeAt(this.pos + 1)\n let size = 1\n if (next === code) {\n size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2\n if (this.input.charCodeAt(this.pos + size) === 61) return this.finishOp(tt.assign, size + 1)\n return this.finishOp(tt.bitShift, size)\n }\n if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 &&\n this.input.charCodeAt(this.pos + 3) === 45) {\n // ` - - - -Implementation of function.prototype.bind - -## Example - -I mainly do this for unit tests I run on phantomjs. -PhantomJS does not have Function.prototype.bind :( - -```js -Function.prototype.bind = require("function-bind") -``` - -## Installation - -`npm install function-bind` - -## Contributors - - - Raynos - -## MIT Licenced - - [travis-svg]: https://travis-ci.org/Raynos/function-bind.svg - [travis-url]: https://travis-ci.org/Raynos/function-bind - [npm-badge-svg]: https://badge.fury.io/js/function-bind.svg - [npm-url]: https://npmjs.org/package/function-bind - [5]: https://coveralls.io/repos/Raynos/function-bind/badge.png - [6]: https://coveralls.io/r/Raynos/function-bind - [7]: https://gemnasium.com/Raynos/function-bind.png - [8]: https://gemnasium.com/Raynos/function-bind - [deps-svg]: https://david-dm.org/Raynos/function-bind.svg - [deps-url]: https://david-dm.org/Raynos/function-bind - [dev-deps-svg]: https://david-dm.org/Raynos/function-bind/dev-status.svg - [dev-deps-url]: https://david-dm.org/Raynos/function-bind#info=devDependencies - [11]: https://ci.testling.com/Raynos/function-bind.png - [12]: https://ci.testling.com/Raynos/function-bind diff --git a/2019-setembro/node_modules/function-bind/implementation.js b/2019-setembro/node_modules/function-bind/implementation.js deleted file mode 100644 index cc4daec..0000000 --- a/2019-setembro/node_modules/function-bind/implementation.js +++ /dev/null @@ -1,52 +0,0 @@ -'use strict'; - -/* eslint no-invalid-this: 1 */ - -var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible '; -var slice = Array.prototype.slice; -var toStr = Object.prototype.toString; -var funcType = '[object Function]'; - -module.exports = function bind(that) { - var target = this; - if (typeof target !== 'function' || toStr.call(target) !== funcType) { - throw new TypeError(ERROR_MESSAGE + target); - } - var args = slice.call(arguments, 1); - - var bound; - var binder = function () { - if (this instanceof bound) { - var result = target.apply( - this, - args.concat(slice.call(arguments)) - ); - if (Object(result) === result) { - return result; - } - return this; - } else { - return target.apply( - that, - args.concat(slice.call(arguments)) - ); - } - }; - - var boundLength = Math.max(0, target.length - args.length); - var boundArgs = []; - for (var i = 0; i < boundLength; i++) { - boundArgs.push('$' + i); - } - - bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder); - - if (target.prototype) { - var Empty = function Empty() {}; - Empty.prototype = target.prototype; - bound.prototype = new Empty(); - Empty.prototype = null; - } - - return bound; -}; diff --git a/2019-setembro/node_modules/function-bind/index.js b/2019-setembro/node_modules/function-bind/index.js deleted file mode 100644 index 3bb6b96..0000000 --- a/2019-setembro/node_modules/function-bind/index.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; - -var implementation = require('./implementation'); - -module.exports = Function.prototype.bind || implementation; diff --git a/2019-setembro/node_modules/function-bind/package.json b/2019-setembro/node_modules/function-bind/package.json deleted file mode 100644 index 20a1727..0000000 --- a/2019-setembro/node_modules/function-bind/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "function-bind", - "version": "1.1.1", - "description": "Implementation of Function.prototype.bind", - "keywords": [ - "function", - "bind", - "shim", - "es5" - ], - "author": "Raynos ", - "repository": "git://github.com/Raynos/function-bind.git", - "main": "index", - "homepage": "https://github.com/Raynos/function-bind", - "contributors": [ - { - "name": "Raynos" - }, - { - "name": "Jordan Harband", - "url": "https://github.com/ljharb" - } - ], - "bugs": { - "url": "https://github.com/Raynos/function-bind/issues", - "email": "raynos2@gmail.com" - }, - "dependencies": {}, - "devDependencies": { - "@ljharb/eslint-config": "^12.2.1", - "covert": "^1.1.0", - "eslint": "^4.5.0", - "jscs": "^3.0.7", - "tape": "^4.8.0" - }, - "license": "MIT", - "scripts": { - "pretest": "npm run lint", - "test": "npm run tests-only", - "posttest": "npm run coverage -- --quiet", - "tests-only": "node test", - "coverage": "covert test/*.js", - "lint": "npm run jscs && npm run eslint", - "jscs": "jscs *.js */*.js", - "eslint": "eslint *.js */*.js" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "ie/8..latest", - "firefox/16..latest", - "firefox/nightly", - "chrome/22..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/2019-setembro/node_modules/function-bind/test/.eslintrc b/2019-setembro/node_modules/function-bind/test/.eslintrc deleted file mode 100644 index 8a56d5b..0000000 --- a/2019-setembro/node_modules/function-bind/test/.eslintrc +++ /dev/null @@ -1,9 +0,0 @@ -{ - "rules": { - "array-bracket-newline": 0, - "array-element-newline": 0, - "max-statements-per-line": [2, { "max": 2 }], - "no-invalid-this": 0, - "no-magic-numbers": 0, - } -} diff --git a/2019-setembro/node_modules/function-bind/test/index.js b/2019-setembro/node_modules/function-bind/test/index.js deleted file mode 100644 index 2edecce..0000000 --- a/2019-setembro/node_modules/function-bind/test/index.js +++ /dev/null @@ -1,252 +0,0 @@ -// jscs:disable requireUseStrict - -var test = require('tape'); - -var functionBind = require('../implementation'); -var getCurrentContext = function () { return this; }; - -test('functionBind is a function', function (t) { - t.equal(typeof functionBind, 'function'); - t.end(); -}); - -test('non-functions', function (t) { - var nonFunctions = [true, false, [], {}, 42, 'foo', NaN, /a/g]; - t.plan(nonFunctions.length); - for (var i = 0; i < nonFunctions.length; ++i) { - try { functionBind.call(nonFunctions[i]); } catch (ex) { - t.ok(ex instanceof TypeError, 'throws when given ' + String(nonFunctions[i])); - } - } - t.end(); -}); - -test('without a context', function (t) { - t.test('binds properly', function (st) { - var args, context; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - context = this; - }) - }; - namespace.func(1, 2, 3); - st.deepEqual(args, [1, 2, 3]); - st.equal(context, getCurrentContext.call()); - st.end(); - }); - - t.test('binds properly, and still supplies bound arguments', function (st) { - var args, context; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - context = this; - }, undefined, 1, 2, 3) - }; - namespace.func(4, 5, 6); - st.deepEqual(args, [1, 2, 3, 4, 5, 6]); - st.equal(context, getCurrentContext.call()); - st.end(); - }); - - t.test('returns properly', function (st) { - var args; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - return this; - }, null) - }; - var context = namespace.func(1, 2, 3); - st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); - st.deepEqual(args, [1, 2, 3], 'passed arguments are correct'); - st.end(); - }); - - t.test('returns properly with bound arguments', function (st) { - var args; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - return this; - }, null, 1, 2, 3) - }; - var context = namespace.func(4, 5, 6); - st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); - st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'passed arguments are correct'); - st.end(); - }); - - t.test('called as a constructor', function (st) { - var thunkify = function (value) { - return function () { return value; }; - }; - st.test('returns object value', function (sst) { - var expectedReturnValue = [1, 2, 3]; - var Constructor = functionBind.call(thunkify(expectedReturnValue), null); - var result = new Constructor(); - sst.equal(result, expectedReturnValue); - sst.end(); - }); - - st.test('does not return primitive value', function (sst) { - var Constructor = functionBind.call(thunkify(42), null); - var result = new Constructor(); - sst.notEqual(result, 42); - sst.end(); - }); - - st.test('object from bound constructor is instance of original and bound constructor', function (sst) { - var A = function (x) { - this.name = x || 'A'; - }; - var B = functionBind.call(A, null, 'B'); - - var result = new B(); - sst.ok(result instanceof B, 'result is instance of bound constructor'); - sst.ok(result instanceof A, 'result is instance of original constructor'); - sst.end(); - }); - - st.end(); - }); - - t.end(); -}); - -test('with a context', function (t) { - t.test('with no bound arguments', function (st) { - var args, context; - var boundContext = {}; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - context = this; - }, boundContext) - }; - namespace.func(1, 2, 3); - st.equal(context, boundContext, 'binds a context properly'); - st.deepEqual(args, [1, 2, 3], 'supplies passed arguments'); - st.end(); - }); - - t.test('with bound arguments', function (st) { - var args, context; - var boundContext = {}; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - context = this; - }, boundContext, 1, 2, 3) - }; - namespace.func(4, 5, 6); - st.equal(context, boundContext, 'binds a context properly'); - st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'supplies bound and passed arguments'); - st.end(); - }); - - t.test('returns properly', function (st) { - var boundContext = {}; - var args; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - return this; - }, boundContext) - }; - var context = namespace.func(1, 2, 3); - st.equal(context, boundContext, 'returned context is bound context'); - st.notEqual(context, getCurrentContext.call(), 'returned context is not lexical context'); - st.deepEqual(args, [1, 2, 3], 'passed arguments are correct'); - st.end(); - }); - - t.test('returns properly with bound arguments', function (st) { - var boundContext = {}; - var args; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - return this; - }, boundContext, 1, 2, 3) - }; - var context = namespace.func(4, 5, 6); - st.equal(context, boundContext, 'returned context is bound context'); - st.notEqual(context, getCurrentContext.call(), 'returned context is not lexical context'); - st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'passed arguments are correct'); - st.end(); - }); - - t.test('passes the correct arguments when called as a constructor', function (st) { - var expected = { name: 'Correct' }; - var namespace = { - Func: functionBind.call(function (arg) { - return arg; - }, { name: 'Incorrect' }) - }; - var returned = new namespace.Func(expected); - st.equal(returned, expected, 'returns the right arg when called as a constructor'); - st.end(); - }); - - t.test('has the new instance\'s context when called as a constructor', function (st) { - var actualContext; - var expectedContext = { foo: 'bar' }; - var namespace = { - Func: functionBind.call(function () { - actualContext = this; - }, expectedContext) - }; - var result = new namespace.Func(); - st.equal(result instanceof namespace.Func, true); - st.notEqual(actualContext, expectedContext); - st.end(); - }); - - t.end(); -}); - -test('bound function length', function (t) { - t.test('sets a correct length without thisArg', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }); - st.equal(subject.length, 3); - st.equal(subject(1, 2, 3), 6); - st.end(); - }); - - t.test('sets a correct length with thisArg', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}); - st.equal(subject.length, 3); - st.equal(subject(1, 2, 3), 6); - st.end(); - }); - - t.test('sets a correct length without thisArg and first argument', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, undefined, 1); - st.equal(subject.length, 2); - st.equal(subject(2, 3), 6); - st.end(); - }); - - t.test('sets a correct length with thisArg and first argument', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}, 1); - st.equal(subject.length, 2); - st.equal(subject(2, 3), 6); - st.end(); - }); - - t.test('sets a correct length without thisArg and too many arguments', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, undefined, 1, 2, 3, 4); - st.equal(subject.length, 0); - st.equal(subject(), 6); - st.end(); - }); - - t.test('sets a correct length with thisArg and too many arguments', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}, 1, 2, 3, 4); - st.equal(subject.length, 0); - st.equal(subject(), 6); - st.end(); - }); -}); diff --git a/2019-setembro/node_modules/get-port/index.js b/2019-setembro/node_modules/get-port/index.js deleted file mode 100644 index fbd74e6..0000000 --- a/2019-setembro/node_modules/get-port/index.js +++ /dev/null @@ -1,28 +0,0 @@ -'use strict'; -const net = require('net'); - -const getPort = options => new Promise((resolve, reject) => { - // For backwards compatibility with number-only input - // TODO: Remove this in the next major version - if (typeof options === 'number') { - options = { - port: options - }; - } - - const server = net.createServer(); - - server.unref(); - server.on('error', reject); - - server.listen(options, () => { - const port = server.address().port; - server.close(() => { - resolve(port); - }); - }); -}); - -module.exports = options => options ? - getPort(options).catch(() => getPort(0)) : - getPort(0); diff --git a/2019-setembro/node_modules/get-port/license b/2019-setembro/node_modules/get-port/license deleted file mode 100644 index e7af2f7..0000000 --- a/2019-setembro/node_modules/get-port/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/get-port/package.json b/2019-setembro/node_modules/get-port/package.json deleted file mode 100644 index 3fe1922..0000000 --- a/2019-setembro/node_modules/get-port/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "get-port", - "version": "3.2.0", - "description": "Get an available port", - "license": "MIT", - "repository": "sindresorhus/get-port", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "port", - "find", - "finder", - "portfinder", - "free", - "available", - "connection", - "connect", - "open", - "net", - "tcp", - "scan", - "rand", - "random", - "preferred", - "chosen" - ], - "devDependencies": { - "ava": "*", - "pify": "^3.0.0", - "xo": "*" - } -} diff --git a/2019-setembro/node_modules/get-port/readme.md b/2019-setembro/node_modules/get-port/readme.md deleted file mode 100644 index 72c1fbc..0000000 --- a/2019-setembro/node_modules/get-port/readme.md +++ /dev/null @@ -1,64 +0,0 @@ -# get-port [![Build Status](https://travis-ci.org/sindresorhus/get-port.svg?branch=master)](https://travis-ci.org/sindresorhus/get-port) - -> Get an available port - - -## Install - -``` -$ npm install get-port -``` - - -## Usage - -```js -const getPort = require('get-port'); - -getPort().then(port => { - console.log(port); - //=> 51402 -}); -``` - -Optionally, pass in a preferred port: - -```js -getPort({port: 3000}).then(port => { - console.log(port); - // Will use 3000 if available, otherwise fall back to a random port -}); -``` - - -## API - -### getPort([options]) - -Returns a `Promise` for a port number. - -#### options - -Type: `Object` - -##### port - -Type: `number` - -The preferred port to use. - -##### host - -Type: `string` - -The host on which port resolution should be performed. Can be either an IPv4 or IPv6 address. - - -## Related - -- [get-port-cli](https://github.com/sindresorhus/get-port-cli) - CLI for this module - - -## License - -MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/2019-setembro/node_modules/get-value/LICENSE b/2019-setembro/node_modules/get-value/LICENSE deleted file mode 100644 index 39245ac..0000000 --- a/2019-setembro/node_modules/get-value/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/get-value/index.js b/2019-setembro/node_modules/get-value/index.js deleted file mode 100644 index 5879a88..0000000 --- a/2019-setembro/node_modules/get-value/index.js +++ /dev/null @@ -1,50 +0,0 @@ -/*! - * get-value - * - * Copyright (c) 2014-2015, Jon Schlinkert. - * Licensed under the MIT License. - */ - -module.exports = function(obj, prop, a, b, c) { - if (!isObject(obj) || !prop) { - return obj; - } - - prop = toString(prop); - - // allowing for multiple properties to be passed as - // a string or array, but much faster (3-4x) than doing - // `[].slice.call(arguments)` - if (a) prop += '.' + toString(a); - if (b) prop += '.' + toString(b); - if (c) prop += '.' + toString(c); - - if (prop in obj) { - return obj[prop]; - } - - var segs = prop.split('.'); - var len = segs.length; - var i = -1; - - while (obj && (++i < len)) { - var key = segs[i]; - while (key[key.length - 1] === '\\') { - key = key.slice(0, -1) + '.' + segs[++i]; - } - obj = obj[key]; - } - return obj; -}; - -function isObject(val) { - return val !== null && (typeof val === 'object' || typeof val === 'function'); -} - -function toString(val) { - if (!val) return ''; - if (Array.isArray(val)) { - return val.join('.'); - } - return val; -} diff --git a/2019-setembro/node_modules/get-value/package.json b/2019-setembro/node_modules/get-value/package.json deleted file mode 100644 index df168cd..0000000 --- a/2019-setembro/node_modules/get-value/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "get-value", - "description": "Use property paths (`a.b.c`) to get a nested value from an object.", - "version": "2.0.6", - "homepage": "https://github.com/jonschlinkert/get-value", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/get-value", - "bugs": { - "url": "https://github.com/jonschlinkert/get-value/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "ansi-bold": "^0.1.1", - "arr-reduce": "^1.0.1", - "benchmarked": "^0.1.4", - "dot-prop": "^2.2.0", - "getobject": "^0.1.0", - "gulp": "^3.9.0", - "gulp-eslint": "^1.1.1", - "gulp-format-md": "^0.1.5", - "gulp-istanbul": "^0.10.2", - "gulp-mocha": "^2.1.3", - "isobject": "^2.0.0", - "matched": "^0.3.2", - "minimist": "^1.2.0" - }, - "keywords": [ - "get", - "key", - "nested", - "object", - "path", - "paths", - "prop", - "properties", - "property", - "props", - "segment", - "value", - "values" - ], - "verb": { - "run": true, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "has-any", - "has-any-deep", - "has-value", - "set-value", - "unset-value" - ] - }, - "reflinks": [ - "verb", - "verb-readme-generator" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/glob-parent/LICENSE b/2019-setembro/node_modules/glob-parent/LICENSE deleted file mode 100644 index 734076d..0000000 --- a/2019-setembro/node_modules/glob-parent/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2015 Elan Shanker - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/glob-parent/README.md b/2019-setembro/node_modules/glob-parent/README.md deleted file mode 100644 index 3bec5c7..0000000 --- a/2019-setembro/node_modules/glob-parent/README.md +++ /dev/null @@ -1,109 +0,0 @@ -glob-parent [![Build Status](https://travis-ci.org/es128/glob-parent.svg)](https://travis-ci.org/es128/glob-parent) [![Coverage Status](https://img.shields.io/coveralls/es128/glob-parent.svg)](https://coveralls.io/r/es128/glob-parent?branch=master) -====== -Javascript module to extract the non-magic parent path from a glob string. - -[![NPM](https://nodei.co/npm/glob-parent.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/glob-parent/) -[![NPM](https://nodei.co/npm-dl/glob-parent.png?height=3&months=9)](https://nodei.co/npm-dl/glob-parent/) - -Usage ------ -```sh -npm install glob-parent --save -``` - -**Examples** - -```js -var globParent = require('glob-parent'); - -globParent('path/to/*.js'); // 'path/to' -globParent('/root/path/to/*.js'); // '/root/path/to' -globParent('/*.js'); // '/' -globParent('*.js'); // '.' -globParent('**/*.js'); // '.' -globParent('path/{to,from}'); // 'path' -globParent('path/!(to|from)'); // 'path' -globParent('path/?(to|from)'); // 'path' -globParent('path/+(to|from)'); // 'path' -globParent('path/*(to|from)'); // 'path' -globParent('path/@(to|from)'); // 'path' -globParent('path/**/*'); // 'path' - -// if provided a non-glob path, returns the nearest dir -globParent('path/foo/bar.js'); // 'path/foo' -globParent('path/foo/'); // 'path/foo' -globParent('path/foo'); // 'path' (see issue #3 for details) -``` - -## Escaping - -The following characters have special significance in glob patterns and must be escaped if you want them to be treated as regular path characters: - -- `?` (question mark) -- `*` (star) -- `|` (pipe) -- `(` (opening parenthesis) -- `)` (closing parenthesis) -- `{` (opening curly brace) -- `}` (closing curly brace) -- `[` (opening bracket) -- `]` (closing bracket) - -**Example** - -```js -globParent('foo/[bar]/') // 'foo' -globParent('foo/\\[bar]/') // 'foo/[bar]' -``` - -## Limitations - -#### Braces & Brackets -This library attempts a quick and imperfect method of determining which path -parts have glob magic without fully parsing/lexing the pattern. There are some -advanced use cases that can trip it up, such as nested braces where the outer -pair is escaped and the inner one contains a path separator. If you find -yourself in the unlikely circumstance of being affected by this or need to -ensure higher-fidelity glob handling in your library, it is recommended that you -pre-process your input with [expand-braces] and/or [expand-brackets]. - -#### Windows -Backslashes are not valid path separators for globs. If a path with backslashes -is provided anyway, for simple cases, glob-parent will replace the path -separator for you and return the non-glob parent path (now with -forward-slashes, which are still valid as Windows path separators). - -This cannot be used in conjunction with escape characters. - -```js -// BAD -globParent('C:\\Program Files \\(x86\\)\\*.ext') // 'C:/Program Files /(x86/)' - -// GOOD -globParent('C:/Program Files\\(x86\\)/*.ext') // 'C:/Program Files (x86)' -``` - -If you are using escape characters for a pattern without path parts (i.e. -relative to `cwd`), prefix with `./` to avoid confusing glob-parent. - -```js -// BAD -globParent('foo \\[bar]') // 'foo ' -globParent('foo \\[bar]*') // 'foo ' - -// GOOD -globParent('./foo \\[bar]') // 'foo [bar]' -globParent('./foo \\[bar]*') // '.' -``` - - -Change Log ----------- -[See release notes page on GitHub](https://github.com/es128/glob-parent/releases) - -License -------- -[ISC](https://raw.github.com/es128/glob-parent/master/LICENSE) - -[expand-braces]: https://github.com/jonschlinkert/expand-braces -[expand-brackets]: https://github.com/jonschlinkert/expand-brackets diff --git a/2019-setembro/node_modules/glob-parent/index.js b/2019-setembro/node_modules/glob-parent/index.js deleted file mode 100644 index 3a14a53..0000000 --- a/2019-setembro/node_modules/glob-parent/index.js +++ /dev/null @@ -1,24 +0,0 @@ -'use strict'; - -var path = require('path'); -var isglob = require('is-glob'); -var pathDirname = require('path-dirname'); -var isWin32 = require('os').platform() === 'win32'; - -module.exports = function globParent(str) { - // flip windows path separators - if (isWin32 && str.indexOf('/') < 0) str = str.split('\\').join('/'); - - // special case for strings ending in enclosure containing path separator - if (/[\{\[].*[\/]*.*[\}\]]$/.test(str)) str += '/'; - - // preserves full path in case of trailing path separator - str += 'a'; - - // remove path parts that are globby - do {str = pathDirname.posix(str)} - while (isglob(str) || /(^|[^\\])([\{\[]|\([^\)]+$)/.test(str)); - - // remove escape chars and return result - return str.replace(/\\([\*\?\|\[\]\(\)\{\}])/g, '$1'); -}; diff --git a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/LICENSE b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/LICENSE deleted file mode 100644 index 39245ac..0000000 --- a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/README.md b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/README.md deleted file mode 100644 index 6f4404f..0000000 --- a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/README.md +++ /dev/null @@ -1,142 +0,0 @@ -# is-glob [![NPM version](https://img.shields.io/npm/v/is-glob.svg?style=flat)](https://www.npmjs.com/package/is-glob) [![NPM downloads](https://img.shields.io/npm/dm/is-glob.svg?style=flat)](https://npmjs.org/package/is-glob) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-glob.svg?style=flat)](https://travis-ci.org/jonschlinkert/is-glob) - -> Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-glob -``` - -You might also be interested in [is-valid-glob](https://github.com/jonschlinkert/is-valid-glob) and [has-glob](https://github.com/jonschlinkert/has-glob). - -## Usage - -```js -var isGlob = require('is-glob'); -``` - -**True** - -Patterns that have glob characters or regex patterns will return `true`: - -```js -isGlob('!foo.js'); -isGlob('*.js'); -isGlob('**/abc.js'); -isGlob('abc/*.js'); -isGlob('abc/(aaa|bbb).js'); -isGlob('abc/[a-z].js'); -isGlob('abc/{a,b}.js'); -isGlob('abc/?.js'); -//=> true -``` - -Extglobs - -```js -isGlob('abc/@(a).js'); -isGlob('abc/!(a).js'); -isGlob('abc/+(a).js'); -isGlob('abc/*(a).js'); -isGlob('abc/?(a).js'); -//=> true -``` - -**False** - -Escaped globs or extglobs return `false`: - -```js -isGlob('abc/\\@(a).js'); -isGlob('abc/\\!(a).js'); -isGlob('abc/\\+(a).js'); -isGlob('abc/\\*(a).js'); -isGlob('abc/\\?(a).js'); -isGlob('\\!foo.js'); -isGlob('\\*.js'); -isGlob('\\*\\*/abc.js'); -isGlob('abc/\\*.js'); -isGlob('abc/\\(aaa|bbb).js'); -isGlob('abc/\\[a-z].js'); -isGlob('abc/\\{a,b}.js'); -isGlob('abc/\\?.js'); -//=> false -``` - -Patterns that do not have glob patterns return `false`: - -```js -isGlob('abc.js'); -isGlob('abc/def/ghi.js'); -isGlob('foo.js'); -isGlob('abc/@.js'); -isGlob('abc/+.js'); -isGlob(); -isGlob(null); -//=> false -``` - -Arrays are also `false` (If you want to check if an array has a glob pattern, use [has-glob](https://github.com/jonschlinkert/has-glob)): - -```js -isGlob(['**/*.js']); -isGlob(['foo.js']); -//=> false -``` - -## About - -### Related projects - -* [assemble](https://www.npmjs.com/package/assemble): Get the rocks out of your socks! Assemble makes you fast at creating web projects… [more](https://github.com/assemble/assemble) | [homepage](https://github.com/assemble/assemble "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websit") -* [base](https://www.npmjs.com/package/base): base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting… [more](https://github.com/node-base/base) | [homepage](https://github.com/node-base/base "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.") -* [update](https://www.npmjs.com/package/update): Be scalable! Update is a new, open source developer framework and CLI for automating updates… [more](https://github.com/update/update) | [homepage](https://github.com/update/update "Be scalable! Update is a new, open source developer framework and CLI for automating updates of any kind in code projects.") -* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… [more](https://github.com/verbose/verb) | [homepage](https://github.com/verbose/verb "Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used on hundreds of projects of all sizes to generate everything from API docs to readmes.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor**
    | -| --- | --- | -| 40 | [jonschlinkert](https://github.com/jonschlinkert) | -| 1 | [tuvistavie](https://github.com/tuvistavie) | - -### Building docs - -_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ - -To generate the readme and API documentation with [verb](https://github.com/verbose/verb): - -```sh -$ npm install -g verb verb-generate-readme && verb -``` - -### Running tests - -Install dev dependencies: - -```sh -$ npm install -d && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -### License - -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT license](https://github.com/jonschlinkert/is-glob/blob/master/LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on October 12, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/index.js b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/index.js deleted file mode 100644 index 2ecbe2a..0000000 --- a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/index.js +++ /dev/null @@ -1,25 +0,0 @@ -/*! - * is-glob - * - * Copyright (c) 2014-2016, Jon Schlinkert. - * Licensed under the MIT License. - */ - -var isExtglob = require('is-extglob'); - -module.exports = function isGlob(str) { - if (typeof str !== 'string' || str === '') { - return false; - } - - if (isExtglob(str)) return true; - - var regex = /(\\).|([*?]|\[.*\]|\{.*\}|\(.*\|.*\)|^!)/; - var match; - - while ((match = regex.exec(str))) { - if (match[2]) return true; - str = str.slice(match.index + match[0].length); - } - return false; -}; diff --git a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/package.json b/2019-setembro/node_modules/glob-parent/node_modules/is-glob/package.json deleted file mode 100644 index 53a137d..0000000 --- a/2019-setembro/node_modules/glob-parent/node_modules/is-glob/package.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "name": "is-glob", - "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.", - "version": "3.1.0", - "homepage": "https://github.com/jonschlinkert/is-glob", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Daniel Perez (http://tuvistavie.com)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "jonschlinkert/is-glob", - "bugs": { - "url": "https://github.com/jonschlinkert/is-glob/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-extglob": "^2.1.0" - }, - "devDependencies": { - "gulp-format-md": "^0.1.10", - "mocha": "^3.0.2" - }, - "keywords": [ - "bash", - "braces", - "check", - "exec", - "expression", - "extglob", - "glob", - "globbing", - "globstar", - "is", - "match", - "matches", - "pattern", - "regex", - "regular", - "string", - "test" - ], - "verb": { - "layout": "default", - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "assemble", - "base", - "update", - "verb" - ] - }, - "reflinks": [ - "assemble", - "bach", - "base", - "composer", - "gulp", - "has-glob", - "is-valid-glob", - "micromatch", - "npm", - "scaffold", - "verb", - "vinyl" - ] - } -} diff --git a/2019-setembro/node_modules/glob-parent/package.json b/2019-setembro/node_modules/glob-parent/package.json deleted file mode 100644 index e002385..0000000 --- a/2019-setembro/node_modules/glob-parent/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "glob-parent", - "version": "3.1.0", - "description": "Strips glob magic from a string to provide the parent directory path", - "main": "index.js", - "scripts": { - "test": "istanbul test node_modules/mocha/bin/_mocha", - "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls" - }, - "repository": { - "type": "git", - "url": "https://github.com/es128/glob-parent" - }, - "keywords": [ - "glob", - "parent", - "strip", - "path", - "dirname", - "directory", - "base", - "wildcard" - ], - "files": [ - "index.js" - ], - "author": "Elan Shanker (https://github.com/es128)", - "license": "ISC", - "bugs": { - "url": "https://github.com/es128/glob-parent/issues" - }, - "homepage": "https://github.com/es128/glob-parent", - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "devDependencies": { - "coveralls": "^2.11.2", - "istanbul": "^0.3.5", - "mocha": "^2.1.0" - } -} diff --git a/2019-setembro/node_modules/graceful-fs/LICENSE b/2019-setembro/node_modules/graceful-fs/LICENSE deleted file mode 100644 index 9d2c803..0000000 --- a/2019-setembro/node_modules/graceful-fs/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/graceful-fs/README.md b/2019-setembro/node_modules/graceful-fs/README.md deleted file mode 100644 index 5273a50..0000000 --- a/2019-setembro/node_modules/graceful-fs/README.md +++ /dev/null @@ -1,133 +0,0 @@ -# graceful-fs - -graceful-fs functions as a drop-in replacement for the fs module, -making various improvements. - -The improvements are meant to normalize behavior across different -platforms and environments, and to make filesystem access more -resilient to errors. - -## Improvements over [fs module](https://nodejs.org/api/fs.html) - -* Queues up `open` and `readdir` calls, and retries them once - something closes if there is an EMFILE error from too many file - descriptors. -* fixes `lchmod` for Node versions prior to 0.6.2. -* implements `fs.lutimes` if possible. Otherwise it becomes a noop. -* ignores `EINVAL` and `EPERM` errors in `chown`, `fchown` or - `lchown` if the user isn't root. -* makes `lchmod` and `lchown` become noops, if not available. -* retries reading a file if `read` results in EAGAIN error. - -On Windows, it retries renaming a file for up to one second if `EACCESS` -or `EPERM` error occurs, likely because antivirus software has locked -the directory. - -## USAGE - -```javascript -// use just like fs -var fs = require('graceful-fs') - -// now go and do stuff with it... -fs.readFileSync('some-file-or-whatever') -``` - -## Global Patching - -If you want to patch the global fs module (or any other fs-like -module) you can do this: - -```javascript -// Make sure to read the caveat below. -var realFs = require('fs') -var gracefulFs = require('graceful-fs') -gracefulFs.gracefulify(realFs) -``` - -This should only ever be done at the top-level application layer, in -order to delay on EMFILE errors from any fs-using dependencies. You -should **not** do this in a library, because it can cause unexpected -delays in other parts of the program. - -## Changes - -This module is fairly stable at this point, and used by a lot of -things. That being said, because it implements a subtle behavior -change in a core part of the node API, even modest changes can be -extremely breaking, and the versioning is thus biased towards -bumping the major when in doubt. - -The main change between major versions has been switching between -providing a fully-patched `fs` module vs monkey-patching the node core -builtin, and the approach by which a non-monkey-patched `fs` was -created. - -The goal is to trade `EMFILE` errors for slower fs operations. So, if -you try to open a zillion files, rather than crashing, `open` -operations will be queued up and wait for something else to `close`. - -There are advantages to each approach. Monkey-patching the fs means -that no `EMFILE` errors can possibly occur anywhere in your -application, because everything is using the same core `fs` module, -which is patched. However, it can also obviously cause undesirable -side-effects, especially if the module is loaded multiple times. - -Implementing a separate-but-identical patched `fs` module is more -surgical (and doesn't run the risk of patching multiple times), but -also imposes the challenge of keeping in sync with the core module. - -The current approach loads the `fs` module, and then creates a -lookalike object that has all the same methods, except a few that are -patched. It is safe to use in all versions of Node from 0.8 through -7.0. - -### v4 - -* Do not monkey-patch the fs module. This module may now be used as a - drop-in dep, and users can opt into monkey-patching the fs builtin - if their app requires it. - -### v3 - -* Monkey-patch fs, because the eval approach no longer works on recent - node. -* fixed possible type-error throw if rename fails on windows -* verify that we *never* get EMFILE errors -* Ignore ENOSYS from chmod/chown -* clarify that graceful-fs must be used as a drop-in - -### v2.1.0 - -* Use eval rather than monkey-patching fs. -* readdir: Always sort the results -* win32: requeue a file if error has an OK status - -### v2.0 - -* A return to monkey patching -* wrap process.cwd - -### v1.1 - -* wrap readFile -* Wrap fs.writeFile. -* readdir protection -* Don't clobber the fs builtin -* Handle fs.read EAGAIN errors by trying again -* Expose the curOpen counter -* No-op lchown/lchmod if not implemented -* fs.rename patch only for win32 -* Patch fs.rename to handle AV software on Windows -* Close #4 Chown should not fail on einval or eperm if non-root -* Fix isaacs/fstream#1 Only wrap fs one time -* Fix #3 Start at 1024 max files, then back off on EMFILE -* lutimes that doens't blow up on Linux -* A full on-rewrite using a queue instead of just swallowing the EMFILE error -* Wrap Read/Write streams as well - -### 1.0 - -* Update engines for node 0.6 -* Be lstat-graceful on Windows -* first diff --git a/2019-setembro/node_modules/graceful-fs/clone.js b/2019-setembro/node_modules/graceful-fs/clone.js deleted file mode 100644 index 028356c..0000000 --- a/2019-setembro/node_modules/graceful-fs/clone.js +++ /dev/null @@ -1,19 +0,0 @@ -'use strict' - -module.exports = clone - -function clone (obj) { - if (obj === null || typeof obj !== 'object') - return obj - - if (obj instanceof Object) - var copy = { __proto__: obj.__proto__ } - else - var copy = Object.create(null) - - Object.getOwnPropertyNames(obj).forEach(function (key) { - Object.defineProperty(copy, key, Object.getOwnPropertyDescriptor(obj, key)) - }) - - return copy -} diff --git a/2019-setembro/node_modules/graceful-fs/graceful-fs.js b/2019-setembro/node_modules/graceful-fs/graceful-fs.js deleted file mode 100644 index 3e1a9eb..0000000 --- a/2019-setembro/node_modules/graceful-fs/graceful-fs.js +++ /dev/null @@ -1,344 +0,0 @@ -var fs = require('fs') -var polyfills = require('./polyfills.js') -var legacy = require('./legacy-streams.js') -var clone = require('./clone.js') - -var util = require('util') - -/* istanbul ignore next - node 0.x polyfill */ -var gracefulQueue -var previousSymbol - -/* istanbul ignore else - node 0.x polyfill */ -if (typeof Symbol === 'function' && typeof Symbol.for === 'function') { - gracefulQueue = Symbol.for('graceful-fs.queue') - // This is used in testing by future versions - previousSymbol = Symbol.for('graceful-fs.previous') -} else { - gracefulQueue = '___graceful-fs.queue' - previousSymbol = '___graceful-fs.previous' -} - -function noop () {} - -var debug = noop -if (util.debuglog) - debug = util.debuglog('gfs4') -else if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) - debug = function() { - var m = util.format.apply(util, arguments) - m = 'GFS4: ' + m.split(/\n/).join('\nGFS4: ') - console.error(m) - } - -// Once time initialization -if (!global[gracefulQueue]) { - // This queue can be shared by multiple loaded instances - var queue = [] - Object.defineProperty(global, gracefulQueue, { - get: function() { - return queue - } - }) - - // Patch fs.close/closeSync to shared queue version, because we need - // to retry() whenever a close happens *anywhere* in the program. - // This is essential when multiple graceful-fs instances are - // in play at the same time. - fs.close = (function (fs$close) { - function close (fd, cb) { - return fs$close.call(fs, fd, function (err) { - // This function uses the graceful-fs shared queue - if (!err) { - retry() - } - - if (typeof cb === 'function') - cb.apply(this, arguments) - }) - } - - Object.defineProperty(close, previousSymbol, { - value: fs$close - }) - return close - })(fs.close) - - fs.closeSync = (function (fs$closeSync) { - function closeSync (fd) { - // This function uses the graceful-fs shared queue - fs$closeSync.apply(fs, arguments) - retry() - } - - Object.defineProperty(closeSync, previousSymbol, { - value: fs$closeSync - }) - return closeSync - })(fs.closeSync) - - if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) { - process.on('exit', function() { - debug(global[gracefulQueue]) - require('assert').equal(global[gracefulQueue].length, 0) - }) - } -} - -module.exports = patch(clone(fs)) -if (process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs.__patched) { - module.exports = patch(fs) - fs.__patched = true; -} - -function patch (fs) { - // Everything that references the open() function needs to be in here - polyfills(fs) - fs.gracefulify = patch - - fs.createReadStream = createReadStream - fs.createWriteStream = createWriteStream - var fs$readFile = fs.readFile - fs.readFile = readFile - function readFile (path, options, cb) { - if (typeof options === 'function') - cb = options, options = null - - return go$readFile(path, options, cb) - - function go$readFile (path, options, cb) { - return fs$readFile(path, options, function (err) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$readFile, [path, options, cb]]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - retry() - } - }) - } - } - - var fs$writeFile = fs.writeFile - fs.writeFile = writeFile - function writeFile (path, data, options, cb) { - if (typeof options === 'function') - cb = options, options = null - - return go$writeFile(path, data, options, cb) - - function go$writeFile (path, data, options, cb) { - return fs$writeFile(path, data, options, function (err) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$writeFile, [path, data, options, cb]]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - retry() - } - }) - } - } - - var fs$appendFile = fs.appendFile - if (fs$appendFile) - fs.appendFile = appendFile - function appendFile (path, data, options, cb) { - if (typeof options === 'function') - cb = options, options = null - - return go$appendFile(path, data, options, cb) - - function go$appendFile (path, data, options, cb) { - return fs$appendFile(path, data, options, function (err) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$appendFile, [path, data, options, cb]]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - retry() - } - }) - } - } - - var fs$readdir = fs.readdir - fs.readdir = readdir - function readdir (path, options, cb) { - var args = [path] - if (typeof options !== 'function') { - args.push(options) - } else { - cb = options - } - args.push(go$readdir$cb) - - return go$readdir(args) - - function go$readdir$cb (err, files) { - if (files && files.sort) - files.sort() - - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$readdir, [args]]) - - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - retry() - } - } - } - - function go$readdir (args) { - return fs$readdir.apply(fs, args) - } - - if (process.version.substr(0, 4) === 'v0.8') { - var legStreams = legacy(fs) - ReadStream = legStreams.ReadStream - WriteStream = legStreams.WriteStream - } - - var fs$ReadStream = fs.ReadStream - if (fs$ReadStream) { - ReadStream.prototype = Object.create(fs$ReadStream.prototype) - ReadStream.prototype.open = ReadStream$open - } - - var fs$WriteStream = fs.WriteStream - if (fs$WriteStream) { - WriteStream.prototype = Object.create(fs$WriteStream.prototype) - WriteStream.prototype.open = WriteStream$open - } - - Object.defineProperty(fs, 'ReadStream', { - get: function () { - return ReadStream - }, - set: function (val) { - ReadStream = val - }, - enumerable: true, - configurable: true - }) - Object.defineProperty(fs, 'WriteStream', { - get: function () { - return WriteStream - }, - set: function (val) { - WriteStream = val - }, - enumerable: true, - configurable: true - }) - - // legacy names - Object.defineProperty(fs, 'FileReadStream', { - get: function () { - return ReadStream - }, - set: function (val) { - ReadStream = val - }, - enumerable: true, - configurable: true - }) - Object.defineProperty(fs, 'FileWriteStream', { - get: function () { - return WriteStream - }, - set: function (val) { - WriteStream = val - }, - enumerable: true, - configurable: true - }) - - function ReadStream (path, options) { - if (this instanceof ReadStream) - return fs$ReadStream.apply(this, arguments), this - else - return ReadStream.apply(Object.create(ReadStream.prototype), arguments) - } - - function ReadStream$open () { - var that = this - open(that.path, that.flags, that.mode, function (err, fd) { - if (err) { - if (that.autoClose) - that.destroy() - - that.emit('error', err) - } else { - that.fd = fd - that.emit('open', fd) - that.read() - } - }) - } - - function WriteStream (path, options) { - if (this instanceof WriteStream) - return fs$WriteStream.apply(this, arguments), this - else - return WriteStream.apply(Object.create(WriteStream.prototype), arguments) - } - - function WriteStream$open () { - var that = this - open(that.path, that.flags, that.mode, function (err, fd) { - if (err) { - that.destroy() - that.emit('error', err) - } else { - that.fd = fd - that.emit('open', fd) - } - }) - } - - function createReadStream (path, options) { - return new fs.ReadStream(path, options) - } - - function createWriteStream (path, options) { - return new fs.WriteStream(path, options) - } - - var fs$open = fs.open - fs.open = open - function open (path, flags, mode, cb) { - if (typeof mode === 'function') - cb = mode, mode = null - - return go$open(path, flags, mode, cb) - - function go$open (path, flags, mode, cb) { - return fs$open(path, flags, mode, function (err, fd) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$open, [path, flags, mode, cb]]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - retry() - } - }) - } - } - - return fs -} - -function enqueue (elem) { - debug('ENQUEUE', elem[0].name, elem[1]) - global[gracefulQueue].push(elem) -} - -function retry () { - var elem = global[gracefulQueue].shift() - if (elem) { - debug('RETRY', elem[0].name, elem[1]) - elem[0].apply(null, elem[1]) - } -} diff --git a/2019-setembro/node_modules/graceful-fs/legacy-streams.js b/2019-setembro/node_modules/graceful-fs/legacy-streams.js deleted file mode 100644 index d617b50..0000000 --- a/2019-setembro/node_modules/graceful-fs/legacy-streams.js +++ /dev/null @@ -1,118 +0,0 @@ -var Stream = require('stream').Stream - -module.exports = legacy - -function legacy (fs) { - return { - ReadStream: ReadStream, - WriteStream: WriteStream - } - - function ReadStream (path, options) { - if (!(this instanceof ReadStream)) return new ReadStream(path, options); - - Stream.call(this); - - var self = this; - - this.path = path; - this.fd = null; - this.readable = true; - this.paused = false; - - this.flags = 'r'; - this.mode = 438; /*=0666*/ - this.bufferSize = 64 * 1024; - - options = options || {}; - - // Mixin options into this - var keys = Object.keys(options); - for (var index = 0, length = keys.length; index < length; index++) { - var key = keys[index]; - this[key] = options[key]; - } - - if (this.encoding) this.setEncoding(this.encoding); - - if (this.start !== undefined) { - if ('number' !== typeof this.start) { - throw TypeError('start must be a Number'); - } - if (this.end === undefined) { - this.end = Infinity; - } else if ('number' !== typeof this.end) { - throw TypeError('end must be a Number'); - } - - if (this.start > this.end) { - throw new Error('start must be <= end'); - } - - this.pos = this.start; - } - - if (this.fd !== null) { - process.nextTick(function() { - self._read(); - }); - return; - } - - fs.open(this.path, this.flags, this.mode, function (err, fd) { - if (err) { - self.emit('error', err); - self.readable = false; - return; - } - - self.fd = fd; - self.emit('open', fd); - self._read(); - }) - } - - function WriteStream (path, options) { - if (!(this instanceof WriteStream)) return new WriteStream(path, options); - - Stream.call(this); - - this.path = path; - this.fd = null; - this.writable = true; - - this.flags = 'w'; - this.encoding = 'binary'; - this.mode = 438; /*=0666*/ - this.bytesWritten = 0; - - options = options || {}; - - // Mixin options into this - var keys = Object.keys(options); - for (var index = 0, length = keys.length; index < length; index++) { - var key = keys[index]; - this[key] = options[key]; - } - - if (this.start !== undefined) { - if ('number' !== typeof this.start) { - throw TypeError('start must be a Number'); - } - if (this.start < 0) { - throw new Error('start must be >= zero'); - } - - this.pos = this.start; - } - - this.busy = false; - this._queue = []; - - if (this.fd === null) { - this._open = fs.open; - this._queue.push([this._open, this.path, this.flags, this.mode, undefined]); - this.flush(); - } - } -} diff --git a/2019-setembro/node_modules/graceful-fs/package.json b/2019-setembro/node_modules/graceful-fs/package.json deleted file mode 100644 index 11a23de..0000000 --- a/2019-setembro/node_modules/graceful-fs/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "graceful-fs", - "description": "A drop-in replacement for fs, making various improvements.", - "version": "4.2.2", - "repository": { - "type": "git", - "url": "https://github.com/isaacs/node-graceful-fs" - }, - "main": "graceful-fs.js", - "directories": { - "test": "test" - }, - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags", - "test": "node test.js | tap -" - }, - "keywords": [ - "fs", - "module", - "reading", - "retry", - "retries", - "queue", - "error", - "errors", - "handling", - "EMFILE", - "EAGAIN", - "EINVAL", - "EPERM", - "EACCESS" - ], - "license": "ISC", - "devDependencies": { - "import-fresh": "^2.0.0", - "mkdirp": "^0.5.0", - "rimraf": "^2.2.8", - "tap": "^12.7.0" - }, - "files": [ - "fs.js", - "graceful-fs.js", - "legacy-streams.js", - "polyfills.js", - "clone.js" - ], - "dependencies": {} -} diff --git a/2019-setembro/node_modules/graceful-fs/polyfills.js b/2019-setembro/node_modules/graceful-fs/polyfills.js deleted file mode 100644 index a5808d2..0000000 --- a/2019-setembro/node_modules/graceful-fs/polyfills.js +++ /dev/null @@ -1,342 +0,0 @@ -var constants = require('constants') - -var origCwd = process.cwd -var cwd = null - -var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform - -process.cwd = function() { - if (!cwd) - cwd = origCwd.call(process) - return cwd -} -try { - process.cwd() -} catch (er) {} - -var chdir = process.chdir -process.chdir = function(d) { - cwd = null - chdir.call(process, d) -} - -module.exports = patch - -function patch (fs) { - // (re-)implement some things that are known busted or missing. - - // lchmod, broken prior to 0.6.2 - // back-port the fix here. - if (constants.hasOwnProperty('O_SYMLINK') && - process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)) { - patchLchmod(fs) - } - - // lutimes implementation, or no-op - if (!fs.lutimes) { - patchLutimes(fs) - } - - // https://github.com/isaacs/node-graceful-fs/issues/4 - // Chown should not fail on einval or eperm if non-root. - // It should not fail on enosys ever, as this just indicates - // that a fs doesn't support the intended operation. - - fs.chown = chownFix(fs.chown) - fs.fchown = chownFix(fs.fchown) - fs.lchown = chownFix(fs.lchown) - - fs.chmod = chmodFix(fs.chmod) - fs.fchmod = chmodFix(fs.fchmod) - fs.lchmod = chmodFix(fs.lchmod) - - fs.chownSync = chownFixSync(fs.chownSync) - fs.fchownSync = chownFixSync(fs.fchownSync) - fs.lchownSync = chownFixSync(fs.lchownSync) - - fs.chmodSync = chmodFixSync(fs.chmodSync) - fs.fchmodSync = chmodFixSync(fs.fchmodSync) - fs.lchmodSync = chmodFixSync(fs.lchmodSync) - - fs.stat = statFix(fs.stat) - fs.fstat = statFix(fs.fstat) - fs.lstat = statFix(fs.lstat) - - fs.statSync = statFixSync(fs.statSync) - fs.fstatSync = statFixSync(fs.fstatSync) - fs.lstatSync = statFixSync(fs.lstatSync) - - // if lchmod/lchown do not exist, then make them no-ops - if (!fs.lchmod) { - fs.lchmod = function (path, mode, cb) { - if (cb) process.nextTick(cb) - } - fs.lchmodSync = function () {} - } - if (!fs.lchown) { - fs.lchown = function (path, uid, gid, cb) { - if (cb) process.nextTick(cb) - } - fs.lchownSync = function () {} - } - - // on Windows, A/V software can lock the directory, causing this - // to fail with an EACCES or EPERM if the directory contains newly - // created files. Try again on failure, for up to 60 seconds. - - // Set the timeout this long because some Windows Anti-Virus, such as Parity - // bit9, may lock files for up to a minute, causing npm package install - // failures. Also, take care to yield the scheduler. Windows scheduling gives - // CPU to a busy looping process, which can cause the program causing the lock - // contention to be starved of CPU by node, so the contention doesn't resolve. - if (platform === "win32") { - fs.rename = (function (fs$rename) { return function (from, to, cb) { - var start = Date.now() - var backoff = 0; - fs$rename(from, to, function CB (er) { - if (er - && (er.code === "EACCES" || er.code === "EPERM") - && Date.now() - start < 60000) { - setTimeout(function() { - fs.stat(to, function (stater, st) { - if (stater && stater.code === "ENOENT") - fs$rename(from, to, CB); - else - cb(er) - }) - }, backoff) - if (backoff < 100) - backoff += 10; - return; - } - if (cb) cb(er) - }) - }})(fs.rename) - } - - // if read() returns EAGAIN, then just try it again. - fs.read = (function (fs$read) { - function read (fd, buffer, offset, length, position, callback_) { - var callback - if (callback_ && typeof callback_ === 'function') { - var eagCounter = 0 - callback = function (er, _, __) { - if (er && er.code === 'EAGAIN' && eagCounter < 10) { - eagCounter ++ - return fs$read.call(fs, fd, buffer, offset, length, position, callback) - } - callback_.apply(this, arguments) - } - } - return fs$read.call(fs, fd, buffer, offset, length, position, callback) - } - - // This ensures `util.promisify` works as it does for native `fs.read`. - read.__proto__ = fs$read - return read - })(fs.read) - - fs.readSync = (function (fs$readSync) { return function (fd, buffer, offset, length, position) { - var eagCounter = 0 - while (true) { - try { - return fs$readSync.call(fs, fd, buffer, offset, length, position) - } catch (er) { - if (er.code === 'EAGAIN' && eagCounter < 10) { - eagCounter ++ - continue - } - throw er - } - } - }})(fs.readSync) - - function patchLchmod (fs) { - fs.lchmod = function (path, mode, callback) { - fs.open( path - , constants.O_WRONLY | constants.O_SYMLINK - , mode - , function (err, fd) { - if (err) { - if (callback) callback(err) - return - } - // prefer to return the chmod error, if one occurs, - // but still try to close, and report closing errors if they occur. - fs.fchmod(fd, mode, function (err) { - fs.close(fd, function(err2) { - if (callback) callback(err || err2) - }) - }) - }) - } - - fs.lchmodSync = function (path, mode) { - var fd = fs.openSync(path, constants.O_WRONLY | constants.O_SYMLINK, mode) - - // prefer to return the chmod error, if one occurs, - // but still try to close, and report closing errors if they occur. - var threw = true - var ret - try { - ret = fs.fchmodSync(fd, mode) - threw = false - } finally { - if (threw) { - try { - fs.closeSync(fd) - } catch (er) {} - } else { - fs.closeSync(fd) - } - } - return ret - } - } - - function patchLutimes (fs) { - if (constants.hasOwnProperty("O_SYMLINK")) { - fs.lutimes = function (path, at, mt, cb) { - fs.open(path, constants.O_SYMLINK, function (er, fd) { - if (er) { - if (cb) cb(er) - return - } - fs.futimes(fd, at, mt, function (er) { - fs.close(fd, function (er2) { - if (cb) cb(er || er2) - }) - }) - }) - } - - fs.lutimesSync = function (path, at, mt) { - var fd = fs.openSync(path, constants.O_SYMLINK) - var ret - var threw = true - try { - ret = fs.futimesSync(fd, at, mt) - threw = false - } finally { - if (threw) { - try { - fs.closeSync(fd) - } catch (er) {} - } else { - fs.closeSync(fd) - } - } - return ret - } - - } else { - fs.lutimes = function (_a, _b, _c, cb) { if (cb) process.nextTick(cb) } - fs.lutimesSync = function () {} - } - } - - function chmodFix (orig) { - if (!orig) return orig - return function (target, mode, cb) { - return orig.call(fs, target, mode, function (er) { - if (chownErOk(er)) er = null - if (cb) cb.apply(this, arguments) - }) - } - } - - function chmodFixSync (orig) { - if (!orig) return orig - return function (target, mode) { - try { - return orig.call(fs, target, mode) - } catch (er) { - if (!chownErOk(er)) throw er - } - } - } - - - function chownFix (orig) { - if (!orig) return orig - return function (target, uid, gid, cb) { - return orig.call(fs, target, uid, gid, function (er) { - if (chownErOk(er)) er = null - if (cb) cb.apply(this, arguments) - }) - } - } - - function chownFixSync (orig) { - if (!orig) return orig - return function (target, uid, gid) { - try { - return orig.call(fs, target, uid, gid) - } catch (er) { - if (!chownErOk(er)) throw er - } - } - } - - function statFix (orig) { - if (!orig) return orig - // Older versions of Node erroneously returned signed integers for - // uid + gid. - return function (target, options, cb) { - if (typeof options === 'function') { - cb = options - options = null - } - function callback (er, stats) { - if (stats) { - if (stats.uid < 0) stats.uid += 0x100000000 - if (stats.gid < 0) stats.gid += 0x100000000 - } - if (cb) cb.apply(this, arguments) - } - return options ? orig.call(fs, target, options, callback) - : orig.call(fs, target, callback) - } - } - - function statFixSync (orig) { - if (!orig) return orig - // Older versions of Node erroneously returned signed integers for - // uid + gid. - return function (target, options) { - var stats = options ? orig.call(fs, target, options) - : orig.call(fs, target) - if (stats.uid < 0) stats.uid += 0x100000000 - if (stats.gid < 0) stats.gid += 0x100000000 - return stats; - } - } - - // ENOSYS means that the fs doesn't support the op. Just ignore - // that, because it doesn't matter. - // - // if there's no getuid, or if getuid() is something other - // than 0, and the error is EINVAL or EPERM, then just ignore - // it. - // - // This specific case is a silent failure in cp, install, tar, - // and most other unix tools that manage permissions. - // - // When running as root, or if other types of errors are - // encountered, then it's strict. - function chownErOk (er) { - if (!er) - return true - - if (er.code === "ENOSYS") - return true - - var nonroot = !process.getuid || process.getuid() !== 0 - if (nonroot) { - if (er.code === "EINVAL" || er.code === "EPERM") - return true - } - - return false - } -} diff --git a/2019-setembro/node_modules/has-flag/index.js b/2019-setembro/node_modules/has-flag/index.js deleted file mode 100644 index 5139728..0000000 --- a/2019-setembro/node_modules/has-flag/index.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; -module.exports = (flag, argv) => { - argv = argv || process.argv; - const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--'); - const pos = argv.indexOf(prefix + flag); - const terminatorPos = argv.indexOf('--'); - return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos); -}; diff --git a/2019-setembro/node_modules/has-flag/license b/2019-setembro/node_modules/has-flag/license deleted file mode 100644 index e7af2f7..0000000 --- a/2019-setembro/node_modules/has-flag/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/has-flag/package.json b/2019-setembro/node_modules/has-flag/package.json deleted file mode 100644 index e1eb17a..0000000 --- a/2019-setembro/node_modules/has-flag/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "has-flag", - "version": "3.0.0", - "description": "Check if argv has a specific flag", - "license": "MIT", - "repository": "sindresorhus/has-flag", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "has", - "check", - "detect", - "contains", - "find", - "flag", - "cli", - "command-line", - "argv", - "process", - "arg", - "args", - "argument", - "arguments", - "getopt", - "minimist", - "optimist" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/2019-setembro/node_modules/has-flag/readme.md b/2019-setembro/node_modules/has-flag/readme.md deleted file mode 100644 index 677893c..0000000 --- a/2019-setembro/node_modules/has-flag/readme.md +++ /dev/null @@ -1,70 +0,0 @@ -# has-flag [![Build Status](https://travis-ci.org/sindresorhus/has-flag.svg?branch=master)](https://travis-ci.org/sindresorhus/has-flag) - -> Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag - -Correctly stops looking after an `--` argument terminator. - - -## Install - -``` -$ npm install has-flag -``` - - -## Usage - -```js -// foo.js -const hasFlag = require('has-flag'); - -hasFlag('unicorn'); -//=> true - -hasFlag('--unicorn'); -//=> true - -hasFlag('f'); -//=> true - -hasFlag('-f'); -//=> true - -hasFlag('foo=bar'); -//=> true - -hasFlag('foo'); -//=> false - -hasFlag('rainbow'); -//=> false -``` - -``` -$ node foo.js -f --unicorn --foo=bar -- --rainbow -``` - - -## API - -### hasFlag(flag, [argv]) - -Returns a boolean for whether the flag exists. - -#### flag - -Type: `string` - -CLI flag to look for. The `--` prefix is optional. - -#### argv - -Type: `string[]`
    -Default: `process.argv` - -CLI arguments. - - -## License - -MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/2019-setembro/node_modules/has-symbols/.eslintrc b/2019-setembro/node_modules/has-symbols/.eslintrc deleted file mode 100644 index f78f6f1..0000000 --- a/2019-setembro/node_modules/has-symbols/.eslintrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "max-statements-per-line": [2, { "max": 2 }], - "no-magic-numbers": 0 - } -} diff --git a/2019-setembro/node_modules/has-symbols/.npmignore b/2019-setembro/node_modules/has-symbols/.npmignore deleted file mode 100644 index 5148e52..0000000 --- a/2019-setembro/node_modules/has-symbols/.npmignore +++ /dev/null @@ -1,37 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules -jspm_packages - -# Optional npm cache directory -.npm - -# Optional REPL history -.node_repl_history diff --git a/2019-setembro/node_modules/has-symbols/.travis.yml b/2019-setembro/node_modules/has-symbols/.travis.yml deleted file mode 100644 index 3b3331a..0000000 --- a/2019-setembro/node_modules/has-symbols/.travis.yml +++ /dev/null @@ -1,113 +0,0 @@ -language: node_js -node_js: - - "6.6" - - "6.5" - - "6.4" - - "6.3" - - "6.2" - - "6.1" - - "6.0" - - "5.12" - - "5.11" - - "5.10" - - "5.9" - - "5.8" - - "5.7" - - "5.6" - - "5.5" - - "5.4" - - "5.3" - - "5.2" - - "5.1" - - "5.0" - - "4.5" - - "4.4" - - "4.3" - - "4.2" - - "4.1" - - "4.0" - - "iojs-v3.3" - - "iojs-v3.2" - - "iojs-v3.1" - - "iojs-v3.0" - - "iojs-v2.5" - - "iojs-v2.4" - - "iojs-v2.3" - - "iojs-v2.2" - - "iojs-v2.1" - - "iojs-v2.0" - - "iojs-v1.8" - - "iojs-v1.7" - - "iojs-v1.6" - - "iojs-v1.5" - - "iojs-v1.4" - - "iojs-v1.3" - - "iojs-v1.2" - - "iojs-v1.1" - - "iojs-v1.0" - - "0.12" - - "0.11" - - "0.10" - - "0.9" - - "0.8" - - "0.6" - - "0.4" -before_install: - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' -script: - - 'if [ -n "${LINT-}" ]; then npm run lint ; fi' - - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi' - - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi' -sudo: false -env: - - TEST=true -matrix: - fast_finish: true - include: - - node_js: "node" - env: LINT=true - allow_failures: - - node_js: "6.5" - - node_js: "6.4" - - node_js: "6.3" - - node_js: "6.2" - - node_js: "6.1" - - node_js: "6.0" - - node_js: "5.11" - - node_js: "5.10" - - node_js: "5.9" - - node_js: "5.8" - - node_js: "5.7" - - node_js: "5.6" - - node_js: "5.5" - - node_js: "5.4" - - node_js: "5.3" - - node_js: "5.2" - - node_js: "5.1" - - node_js: "5.0" - - node_js: "4.4" - - node_js: "4.3" - - node_js: "4.2" - - node_js: "4.1" - - node_js: "4.0" - - node_js: "iojs-v3.2" - - node_js: "iojs-v3.1" - - node_js: "iojs-v3.0" - - node_js: "iojs-v2.4" - - node_js: "iojs-v2.3" - - node_js: "iojs-v2.2" - - node_js: "iojs-v2.1" - - node_js: "iojs-v2.0" - - node_js: "iojs-v1.7" - - node_js: "iojs-v1.6" - - node_js: "iojs-v1.5" - - node_js: "iojs-v1.4" - - node_js: "iojs-v1.3" - - node_js: "iojs-v1.2" - - node_js: "iojs-v1.1" - - node_js: "iojs-v1.0" - - node_js: "0.11" - - node_js: "0.9" - - node_js: "0.6" - - node_js: "0.4" diff --git a/2019-setembro/node_modules/has-symbols/CHANGELOG.md b/2019-setembro/node_modules/has-symbols/CHANGELOG.md deleted file mode 100644 index da7f9da..0000000 --- a/2019-setembro/node_modules/has-symbols/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -1.0.0 / 2016-09-19 -================= - * Initial release. diff --git a/2019-setembro/node_modules/has-symbols/LICENSE b/2019-setembro/node_modules/has-symbols/LICENSE deleted file mode 100644 index df31cbf..0000000 --- a/2019-setembro/node_modules/has-symbols/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/2019-setembro/node_modules/has-symbols/README.md b/2019-setembro/node_modules/has-symbols/README.md deleted file mode 100644 index b27b31a..0000000 --- a/2019-setembro/node_modules/has-symbols/README.md +++ /dev/null @@ -1,45 +0,0 @@ -# has-symbols [![Version Badge][2]][1] - -[![Build Status][3]][4] -[![dependency status][5]][6] -[![dev dependency status][7]][8] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -[![npm badge][11]][1] - -Determine if the JS environment has Symbol support. Supports spec, or shams. - -## Example - -```js -var hasSymbols = require('has-symbols'); - -hasSymbols() === true; // if the environment has native Symbol support. Not polyfillable, not forgeable. - -var hasSymbolsKinda = require('has-symbols/shams'); -hasSymbolsKinda() === true; // if the environment has a Symbol sham that mostly follows the spec. -``` - -## Supported Symbol shams - - get-own-property-symbols [npm](https://www.npmjs.com/package/get-own-property-symbols) | [github](https://github.com/WebReflection/get-own-property-symbols) - - core-js [npm](https://www.npmjs.com/package/core-js) | [github](https://github.com/zloirock/core-js) - -## Tests -Simply clone the repo, `npm install`, and run `npm test` - -[1]: https://npmjs.org/package/has-symbols -[2]: http://versionbadg.es/ljharb/has-symbols.svg -[3]: https://travis-ci.org/ljharb/has-symbols.svg -[4]: https://travis-ci.org/ljharb/has-symbols -[5]: https://david-dm.org/ljharb/has-symbols.svg -[6]: https://david-dm.org/ljharb/has-symbols -[7]: https://david-dm.org/ljharb/has-symbols/dev-status.svg -[8]: https://david-dm.org/ljharb/has-symbols#info=devDependencies -[9]: https://ci.testling.com/ljharb/has-symbols.png -[10]: https://ci.testling.com/ljharb/has-symbols -[11]: https://nodei.co/npm/has-symbols.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/has-symbols.svg -[license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/has-symbols.svg -[downloads-url]: http://npm-stat.com/charts.html?package=has-symbols diff --git a/2019-setembro/node_modules/has-symbols/index.js b/2019-setembro/node_modules/has-symbols/index.js deleted file mode 100644 index f72159e..0000000 --- a/2019-setembro/node_modules/has-symbols/index.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict'; - -var origSymbol = global.Symbol; -var hasSymbolSham = require('./shams'); - -module.exports = function hasNativeSymbols() { - if (typeof origSymbol !== 'function') { return false; } - if (typeof Symbol !== 'function') { return false; } - if (typeof origSymbol('foo') !== 'symbol') { return false; } - if (typeof Symbol('bar') !== 'symbol') { return false; } - - return hasSymbolSham(); -}; diff --git a/2019-setembro/node_modules/has-symbols/package.json b/2019-setembro/node_modules/has-symbols/package.json deleted file mode 100644 index e08b296..0000000 --- a/2019-setembro/node_modules/has-symbols/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "has-symbols", - "version": "1.0.0", - "author": { - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": "http://ljharb.codes" - }, - "contributors": [ - { - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": "http://ljharb.codes" - } - ], - "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", - "license": "MIT", - "main": "index.js", - "scripts": { - "prepublish": "safe-publish-latest", - "pretest": "npm run --silent lint", - "test": "npm run --silent tests-only", - "posttest": "npm run --silent security", - "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams", - "test:stock": "node test", - "test:staging": "node --harmony --es-staging test", - "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs", - "test:shams:corejs": "node test/shams/core-js.js", - "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js", - "lint": "eslint *.js", - "security": "nsp check" - }, - "repository": { - "type": "git", - "url": "git://github.com/ljharb/has-symbols.git" - }, - "keywords": [ - "Symbol", - "symbols", - "typeof", - "sham", - "polyfill", - "native", - "core-js", - "ES6" - ], - "dependencies": {}, - "devDependencies": { - "tape": "^4.6.0", - "nsp": "^2.6.1", - "safe-publish-latest": "^1.0.1", - "eslint": "^3.5.0", - "@ljharb/eslint-config": "^8.0.0", - "get-own-property-symbols": "^0.9.2", - "core-js": "^2.4.1" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "iexplore/6.0..latest", - "firefox/3.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/10.0..latest", - "opera/next", - "safari/4.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - } -} - diff --git a/2019-setembro/node_modules/has-symbols/shams.js b/2019-setembro/node_modules/has-symbols/shams.js deleted file mode 100644 index f6c1ff4..0000000 --- a/2019-setembro/node_modules/has-symbols/shams.js +++ /dev/null @@ -1,42 +0,0 @@ -'use strict'; - -/* eslint complexity: [2, 17], max-statements: [2, 33] */ -module.exports = function hasSymbols() { - if (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; } - if (typeof Symbol.iterator === 'symbol') { return true; } - - var obj = {}; - var sym = Symbol('test'); - var symObj = Object(sym); - if (typeof sym === 'string') { return false; } - - if (Object.prototype.toString.call(sym) !== '[object Symbol]') { return false; } - if (Object.prototype.toString.call(symObj) !== '[object Symbol]') { return false; } - - // temp disabled per https://github.com/ljharb/object.assign/issues/17 - // if (sym instanceof Symbol) { return false; } - // temp disabled per https://github.com/WebReflection/get-own-property-symbols/issues/4 - // if (!(symObj instanceof Symbol)) { return false; } - - // if (typeof Symbol.prototype.toString !== 'function') { return false; } - // if (String(sym) !== Symbol.prototype.toString.call(sym)) { return false; } - - var symVal = 42; - obj[sym] = symVal; - for (sym in obj) { return false; } // eslint-disable-line no-restricted-syntax - if (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; } - - if (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; } - - var syms = Object.getOwnPropertySymbols(obj); - if (syms.length !== 1 || syms[0] !== sym) { return false; } - - if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; } - - if (typeof Object.getOwnPropertyDescriptor === 'function') { - var descriptor = Object.getOwnPropertyDescriptor(obj, sym); - if (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; } - } - - return true; -}; diff --git a/2019-setembro/node_modules/has-symbols/test/index.js b/2019-setembro/node_modules/has-symbols/test/index.js deleted file mode 100644 index fc32aff..0000000 --- a/2019-setembro/node_modules/has-symbols/test/index.js +++ /dev/null @@ -1,22 +0,0 @@ -'use strict'; - -var test = require('tape'); -var hasSymbols = require('../'); -var runSymbolTests = require('./tests'); - -test('interface', function (t) { - t.equal(typeof hasSymbols, 'function', 'is a function'); - t.equal(typeof hasSymbols(), 'boolean', 'returns a boolean'); - t.end(); -}); - -test('Symbols are supported', { skip: !hasSymbols() }, function (t) { - runSymbolTests(t); - t.end(); -}); - -test('Symbols are not supported', { skip: hasSymbols() }, function (t) { - t.equal(typeof Symbol, 'undefined', 'global Symbol is undefined'); - t.equal(typeof Object.getOwnPropertySymbols, 'undefined', 'Object.getOwnPropertySymbols does not exist'); - t.end(); -}); diff --git a/2019-setembro/node_modules/has-symbols/test/shams/core-js.js b/2019-setembro/node_modules/has-symbols/test/shams/core-js.js deleted file mode 100644 index df5365c..0000000 --- a/2019-setembro/node_modules/has-symbols/test/shams/core-js.js +++ /dev/null @@ -1,28 +0,0 @@ -'use strict'; - -var test = require('tape'); - -if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') { - test('has native Symbol support', function (t) { - t.equal(typeof Symbol, 'function'); - t.equal(typeof Symbol(), 'symbol'); - t.end(); - }); - return; -} - -var hasSymbols = require('../../shams'); - -test('polyfilled Symbols', function (t) { - /* eslint-disable global-require */ - t.equal(hasSymbols(), false, 'hasSymbols is false before polyfilling'); - require('core-js/fn/symbol'); - require('core-js/fn/symbol/to-string-tag'); - - require('../tests')(t); - - var hasSymbolsAfter = hasSymbols(); - t.equal(hasSymbolsAfter, true, 'hasSymbols is true after polyfilling'); - /* eslint-enable global-require */ - t.end(); -}); diff --git a/2019-setembro/node_modules/has-symbols/test/shams/get-own-property-symbols.js b/2019-setembro/node_modules/has-symbols/test/shams/get-own-property-symbols.js deleted file mode 100644 index 9191b24..0000000 --- a/2019-setembro/node_modules/has-symbols/test/shams/get-own-property-symbols.js +++ /dev/null @@ -1,28 +0,0 @@ -'use strict'; - -var test = require('tape'); - -if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') { - test('has native Symbol support', function (t) { - t.equal(typeof Symbol, 'function'); - t.equal(typeof Symbol(), 'symbol'); - t.end(); - }); - return; -} - -var hasSymbols = require('../../shams'); - -test('polyfilled Symbols', function (t) { - /* eslint-disable global-require */ - t.equal(hasSymbols(), false, 'hasSymbols is false before polyfilling'); - - require('get-own-property-symbols'); - - require('../tests')(t); - - var hasSymbolsAfter = hasSymbols(); - t.equal(hasSymbolsAfter, true, 'hasSymbols is true after polyfilling'); - /* eslint-enable global-require */ - t.end(); -}); diff --git a/2019-setembro/node_modules/has-symbols/test/tests.js b/2019-setembro/node_modules/has-symbols/test/tests.js deleted file mode 100644 index 93ff0ea..0000000 --- a/2019-setembro/node_modules/has-symbols/test/tests.js +++ /dev/null @@ -1,54 +0,0 @@ -'use strict'; - -module.exports = function runSymbolTests(t) { - t.equal(typeof Symbol, 'function', 'global Symbol is a function'); - - if (typeof Symbol !== 'function') { return false }; - - t.notEqual(Symbol(), Symbol(), 'two symbols are not equal'); - - /* - t.equal( - Symbol.prototype.toString.call(Symbol('foo')), - Symbol.prototype.toString.call(Symbol('foo')), - 'two symbols with the same description stringify the same' - ); - */ - - var foo = Symbol('foo'); - - /* - t.notEqual( - String(foo), - String(Symbol('bar')), - 'two symbols with different descriptions do not stringify the same' - ); - */ - - t.equal(typeof Symbol.prototype.toString, 'function', 'Symbol#toString is a function'); - // t.equal(String(foo), Symbol.prototype.toString.call(foo), 'Symbol#toString equals String of the same symbol'); - - t.equal(typeof Object.getOwnPropertySymbols, 'function', 'Object.getOwnPropertySymbols is a function'); - - var obj = {}; - var sym = Symbol('test'); - var symObj = Object(sym); - t.notEqual(typeof sym, 'string', 'Symbol is not a string'); - t.equal(Object.prototype.toString.call(sym), '[object Symbol]', 'symbol primitive Object#toStrings properly'); - t.equal(Object.prototype.toString.call(symObj), '[object Symbol]', 'symbol primitive Object#toStrings properly'); - - var symVal = 42; - obj[sym] = symVal; - for (sym in obj) { t.fail('symbol property key was found in for..in of object'); } - - t.deepEqual(Object.keys(obj), [], 'no enumerable own keys on symbol-valued object'); - t.deepEqual(Object.getOwnPropertyNames(obj), [], 'no own names on symbol-valued object'); - t.deepEqual(Object.getOwnPropertySymbols(obj), [sym], 'one own symbol on symbol-valued object'); - t.equal(Object.prototype.propertyIsEnumerable.call(obj, sym), true, 'symbol is enumerable'); - t.deepEqual(Object.getOwnPropertyDescriptor(obj, sym), { - configurable: true, - enumerable: true, - value: 42, - writable: true - }, 'property descriptor is correct'); -}; diff --git a/2019-setembro/node_modules/has-value/LICENSE b/2019-setembro/node_modules/has-value/LICENSE deleted file mode 100644 index d734237..0000000 --- a/2019-setembro/node_modules/has-value/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/has-value/README.md b/2019-setembro/node_modules/has-value/README.md deleted file mode 100644 index f9b428c..0000000 --- a/2019-setembro/node_modules/has-value/README.md +++ /dev/null @@ -1,149 +0,0 @@ -# has-value [![NPM version](https://img.shields.io/npm/v/has-value.svg?style=flat)](https://www.npmjs.com/package/has-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/has-value.svg?style=flat)](https://npmjs.org/package/has-value) [![NPM total downloads](https://img.shields.io/npm/dt/has-value.svg?style=flat)](https://npmjs.org/package/has-value) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/has-value.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/has-value) - -> Returns true if a value exists, false if empty. Works with deeply nested values using object paths. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save has-value -``` - -**Works for:** - -* booleans -* functions -* numbers -* strings -* nulls -* object -* arrays - -## Usage - -Works with property values (supports object-path notation, like `foo.bar`) or a single value: - -```js -var hasValue = require('has-value'); - -hasValue('foo'); -hasValue({foo: 'bar'}, 'foo'); -hasValue({a: {b: {c: 'foo'}}}, 'a.b.c'); -//=> true - -hasValue(''); -hasValue({foo: ''}, 'foo'); -//=> false - -hasValue(0); -hasValue(1); -hasValue({foo: 0}, 'foo'); -hasValue({foo: 1}, 'foo'); -hasValue({foo: null}, 'foo'); -hasValue({foo: {bar: 'a'}}}, 'foo'); -hasValue({foo: {bar: 'a'}}}, 'foo.bar'); -//=> true - -hasValue({foo: {}}}, 'foo'); -hasValue({foo: {bar: {}}}}, 'foo.bar'); -hasValue({foo: undefined}, 'foo'); -//=> false - -hasValue([]); -hasValue([[]]); -hasValue([[], []]); -hasValue([undefined]); -hasValue({foo: []}, 'foo'); -//=> false - -hasValue([0]); -hasValue([null]); -hasValue(['foo']); -hasValue({foo: ['a']}, 'foo'); -//=> true - -hasValue(function() {}) -hasValue(function(foo) {}) -hasValue({foo: function(foo) {}}, 'foo'); -hasValue({foo: function() {}}, 'foo'); -//=> true - -hasValue(true); -hasValue(false); -hasValue({foo: true}, 'foo'); -hasValue({foo: false}, 'foo'); -//=> true -``` - -## isEmpty - -To do the opposite and test for empty values, do: - -```js -function isEmpty(o) { - return !hasValue.apply(hasValue, arguments); -} -``` - -## Release history - -### v1.0.0 - -* `zero` always returns true -* `array` now recurses, so that an array of empty arrays will return `false` -* `null` now returns true - -## About - -### Related projects - -* [define-property](https://www.npmjs.com/package/define-property): Define a non-enumerable property on an object. | [homepage](https://github.com/jonschlinkert/define-property "Define a non-enumerable property on an object.") -* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") -* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") -* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 17 | [jonschlinkert](https://github.com/jonschlinkert) | -| 2 | [rmharrison](https://github.com/rmharrison) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/has-value/index.js b/2019-setembro/node_modules/has-value/index.js deleted file mode 100644 index c237494..0000000 --- a/2019-setembro/node_modules/has-value/index.js +++ /dev/null @@ -1,16 +0,0 @@ -/*! - * has-value - * - * Copyright (c) 2014-2017, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -var isObject = require('isobject'); -var hasValues = require('has-values'); -var get = require('get-value'); - -module.exports = function(val, prop) { - return hasValues(isObject(val) && prop ? get(val, prop) : val); -}; diff --git a/2019-setembro/node_modules/has-value/package.json b/2019-setembro/node_modules/has-value/package.json deleted file mode 100644 index e65d438..0000000 --- a/2019-setembro/node_modules/has-value/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "has-value", - "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.", - "version": "1.0.0", - "homepage": "https://github.com/jonschlinkert/has-value", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Ryan M Harrison (https://linkedin.com/in/harrisonrm)" - ], - "repository": "jonschlinkert/has-value", - "bugs": { - "url": "https://github.com/jonschlinkert/has-value/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "devDependencies": { - "gulp-format-md": "^0.1.12", - "mocha": "^3.4.1" - }, - "keywords": [ - "array", - "boolean", - "empty", - "find", - "function", - "has", - "hasOwn", - "javascript", - "js", - "key", - "keys", - "node.js", - "null", - "number", - "object", - "properties", - "property", - "string", - "type", - "util", - "utilities", - "utility", - "value" - ], - "verb": { - "run": true, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "define-property", - "get-value", - "set-value", - "unset-value" - ] - }, - "reflinks": [], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/has-values/LICENSE b/2019-setembro/node_modules/has-values/LICENSE deleted file mode 100644 index d734237..0000000 --- a/2019-setembro/node_modules/has-values/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/has-values/README.md b/2019-setembro/node_modules/has-values/README.md deleted file mode 100644 index 98d4367..0000000 --- a/2019-setembro/node_modules/has-values/README.md +++ /dev/null @@ -1,129 +0,0 @@ -# has-values [![NPM version](https://img.shields.io/npm/v/has-values.svg?style=flat)](https://www.npmjs.com/package/has-values) [![NPM monthly downloads](https://img.shields.io/npm/dm/has-values.svg?style=flat)](https://npmjs.org/package/has-values) [![NPM total downloads](https://img.shields.io/npm/dt/has-values.svg?style=flat)](https://npmjs.org/package/has-values) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/has-values.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/has-values) - -> Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save has-values -``` - -## Usage - -```js -var hasValue = require('has-values'); - -hasValue('a'); -//=> true - -hasValue(''); -//=> false - -hasValue(1); -//=> true - -hasValue(0); -//=> false - -hasValue({a: 'a'}}); -//=> true - -hasValue({}); -hasValue({foo: undefined}); -//=> false - -hasValue({foo: null}); -//=> true - -hasValue(['a']); -//=> true - -hasValue([]); -hasValue([[], []]); -hasValue([[[]]]); -//=> false - -hasValue(['foo']); -hasValue([0]); -//=> true - -hasValue(function(foo) {}); -//=> true - -hasValue(function() {}); -//=> true - -hasValue(true); -//=> true - -hasValue(false); -//=> true -``` - -## isEmpty - -To test for empty values, do: - -```js -function isEmpty(o, isZero) { - return !hasValue(o, isZero); -} -``` - -## Release history - -### v1.0.0 - -* `zero` always returns true -* `array` now recurses, so that an array of empty arrays will return `false` -* `null` now returns true - -## About - -### Related projects - -* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.") -* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/has-values/index.js b/2019-setembro/node_modules/has-values/index.js deleted file mode 100644 index 9bebb9f..0000000 --- a/2019-setembro/node_modules/has-values/index.js +++ /dev/null @@ -1,60 +0,0 @@ -/*! - * has-values - * - * Copyright (c) 2014-2015, 2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var typeOf = require('kind-of'); -var isNumber = require('is-number'); - -module.exports = function hasValue(val) { - // is-number checks for NaN and other edge cases - if (isNumber(val)) { - return true; - } - - switch (typeOf(val)) { - case 'null': - case 'boolean': - case 'function': - return true; - case 'string': - case 'arguments': - return val.length !== 0; - case 'error': - return val.message !== ''; - case 'array': - var len = val.length; - if (len === 0) { - return false; - } - for (var i = 0; i < len; i++) { - if (hasValue(val[i])) { - return true; - } - } - return false; - case 'file': - case 'map': - case 'set': - return val.size !== 0; - case 'object': - var keys = Object.keys(val); - if (keys.length === 0) { - return false; - } - for (var i = 0; i < keys.length; i++) { - var key = keys[i]; - if (hasValue(val[key])) { - return true; - } - } - return false; - default: { - return false; - } - } -}; diff --git a/2019-setembro/node_modules/has-values/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/has-values/node_modules/kind-of/LICENSE deleted file mode 100644 index d734237..0000000 --- a/2019-setembro/node_modules/has-values/node_modules/kind-of/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/has-values/node_modules/kind-of/README.md b/2019-setembro/node_modules/has-values/node_modules/kind-of/README.md deleted file mode 100644 index 83469b0..0000000 --- a/2019-setembro/node_modules/has-values/node_modules/kind-of/README.md +++ /dev/null @@ -1,267 +0,0 @@ -# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) - -> Get the native type of a value. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save kind-of -``` - -Install with [bower](https://bower.io/) - -```sh -$ bower install kind-of --save -``` - -## Usage - -> es5, browser and es6 ready - -```js -var kindOf = require('kind-of'); - -kindOf(undefined); -//=> 'undefined' - -kindOf(null); -//=> 'null' - -kindOf(true); -//=> 'boolean' - -kindOf(false); -//=> 'boolean' - -kindOf(new Boolean(true)); -//=> 'boolean' - -kindOf(new Buffer('')); -//=> 'buffer' - -kindOf(42); -//=> 'number' - -kindOf(new Number(42)); -//=> 'number' - -kindOf('str'); -//=> 'string' - -kindOf(new String('str')); -//=> 'string' - -kindOf(arguments); -//=> 'arguments' - -kindOf({}); -//=> 'object' - -kindOf(Object.create(null)); -//=> 'object' - -kindOf(new Test()); -//=> 'object' - -kindOf(new Date()); -//=> 'date' - -kindOf([]); -//=> 'array' - -kindOf([1, 2, 3]); -//=> 'array' - -kindOf(new Array()); -//=> 'array' - -kindOf(/foo/); -//=> 'regexp' - -kindOf(new RegExp('foo')); -//=> 'regexp' - -kindOf(function () {}); -//=> 'function' - -kindOf(function * () {}); -//=> 'function' - -kindOf(new Function()); -//=> 'function' - -kindOf(new Map()); -//=> 'map' - -kindOf(new WeakMap()); -//=> 'weakmap' - -kindOf(new Set()); -//=> 'set' - -kindOf(new WeakSet()); -//=> 'weakset' - -kindOf(Symbol('str')); -//=> 'symbol' - -kindOf(new Int8Array()); -//=> 'int8array' - -kindOf(new Uint8Array()); -//=> 'uint8array' - -kindOf(new Uint8ClampedArray()); -//=> 'uint8clampedarray' - -kindOf(new Int16Array()); -//=> 'int16array' - -kindOf(new Uint16Array()); -//=> 'uint16array' - -kindOf(new Int32Array()); -//=> 'int32array' - -kindOf(new Uint32Array()); -//=> 'uint32array' - -kindOf(new Float32Array()); -//=> 'float32array' - -kindOf(new Float64Array()); -//=> 'float64array' -``` - -## Benchmarks - -Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). -Note that performaces is slower for es6 features `Map`, `WeakMap`, `Set` and `WeakSet`. - -```bash -#1: array - current x 23,329,397 ops/sec ±0.82% (94 runs sampled) - lib-type-of x 4,170,273 ops/sec ±0.55% (94 runs sampled) - lib-typeof x 9,686,935 ops/sec ±0.59% (98 runs sampled) - -#2: boolean - current x 27,197,115 ops/sec ±0.85% (94 runs sampled) - lib-type-of x 3,145,791 ops/sec ±0.73% (97 runs sampled) - lib-typeof x 9,199,562 ops/sec ±0.44% (99 runs sampled) - -#3: date - current x 20,190,117 ops/sec ±0.86% (92 runs sampled) - lib-type-of x 5,166,970 ops/sec ±0.74% (94 runs sampled) - lib-typeof x 9,610,821 ops/sec ±0.50% (96 runs sampled) - -#4: function - current x 23,855,460 ops/sec ±0.60% (97 runs sampled) - lib-type-of x 5,667,740 ops/sec ±0.54% (100 runs sampled) - lib-typeof x 10,010,644 ops/sec ±0.44% (100 runs sampled) - -#5: null - current x 27,061,047 ops/sec ±0.97% (96 runs sampled) - lib-type-of x 13,965,573 ops/sec ±0.62% (97 runs sampled) - lib-typeof x 8,460,194 ops/sec ±0.61% (97 runs sampled) - -#6: number - current x 25,075,682 ops/sec ±0.53% (99 runs sampled) - lib-type-of x 2,266,405 ops/sec ±0.41% (98 runs sampled) - lib-typeof x 9,821,481 ops/sec ±0.45% (99 runs sampled) - -#7: object - current x 3,348,980 ops/sec ±0.49% (99 runs sampled) - lib-type-of x 3,245,138 ops/sec ±0.60% (94 runs sampled) - lib-typeof x 9,262,952 ops/sec ±0.59% (99 runs sampled) - -#8: regex - current x 21,284,827 ops/sec ±0.72% (96 runs sampled) - lib-type-of x 4,689,241 ops/sec ±0.43% (100 runs sampled) - lib-typeof x 8,957,593 ops/sec ±0.62% (98 runs sampled) - -#9: string - current x 25,379,234 ops/sec ±0.58% (96 runs sampled) - lib-type-of x 3,635,148 ops/sec ±0.76% (93 runs sampled) - lib-typeof x 9,494,134 ops/sec ±0.49% (98 runs sampled) - -#10: undef - current x 27,459,221 ops/sec ±1.01% (93 runs sampled) - lib-type-of x 14,360,433 ops/sec ±0.52% (99 runs sampled) - lib-typeof x 23,202,868 ops/sec ±0.59% (94 runs sampled) - -``` - -## Release history - -### v4.0.0 - -**Added** - -* `promise` support - -## Optimizations - -In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: - -1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. -2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. -3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` - -## About - -### Related projects - -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") -* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 64 | [jonschlinkert](https://github.com/jonschlinkert) | -| 2 | [miguelmota](https://github.com/miguelmota) | -| 1 | [dtothefp](https://github.com/dtothefp) | -| 1 | [ksheedlo](https://github.com/ksheedlo) | -| 1 | [pdehaan](https://github.com/pdehaan) | -| 1 | [laggingreflex](https://github.com/laggingreflex) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/has-values/node_modules/kind-of/index.js b/2019-setembro/node_modules/has-values/node_modules/kind-of/index.js deleted file mode 100644 index 4c0233b..0000000 --- a/2019-setembro/node_modules/has-values/node_modules/kind-of/index.js +++ /dev/null @@ -1,119 +0,0 @@ -var isBuffer = require('is-buffer'); -var toString = Object.prototype.toString; - -/** - * Get the native `typeof` a value. - * - * @param {*} `val` - * @return {*} Native javascript type - */ - -module.exports = function kindOf(val) { - // primitivies - if (typeof val === 'undefined') { - return 'undefined'; - } - if (val === null) { - return 'null'; - } - if (val === true || val === false || val instanceof Boolean) { - return 'boolean'; - } - if (typeof val === 'string' || val instanceof String) { - return 'string'; - } - if (typeof val === 'number' || val instanceof Number) { - return 'number'; - } - - // functions - if (typeof val === 'function' || val instanceof Function) { - return 'function'; - } - - // array - if (typeof Array.isArray !== 'undefined' && Array.isArray(val)) { - return 'array'; - } - - // check for instances of RegExp and Date before calling `toString` - if (val instanceof RegExp) { - return 'regexp'; - } - if (val instanceof Date) { - return 'date'; - } - - // other objects - var type = toString.call(val); - - if (type === '[object RegExp]') { - return 'regexp'; - } - if (type === '[object Date]') { - return 'date'; - } - if (type === '[object Arguments]') { - return 'arguments'; - } - if (type === '[object Error]') { - return 'error'; - } - if (type === '[object Promise]') { - return 'promise'; - } - - // buffer - if (isBuffer(val)) { - return 'buffer'; - } - - // es6: Map, WeakMap, Set, WeakSet - if (type === '[object Set]') { - return 'set'; - } - if (type === '[object WeakSet]') { - return 'weakset'; - } - if (type === '[object Map]') { - return 'map'; - } - if (type === '[object WeakMap]') { - return 'weakmap'; - } - if (type === '[object Symbol]') { - return 'symbol'; - } - - // typed arrays - if (type === '[object Int8Array]') { - return 'int8array'; - } - if (type === '[object Uint8Array]') { - return 'uint8array'; - } - if (type === '[object Uint8ClampedArray]') { - return 'uint8clampedarray'; - } - if (type === '[object Int16Array]') { - return 'int16array'; - } - if (type === '[object Uint16Array]') { - return 'uint16array'; - } - if (type === '[object Int32Array]') { - return 'int32array'; - } - if (type === '[object Uint32Array]') { - return 'uint32array'; - } - if (type === '[object Float32Array]') { - return 'float32array'; - } - if (type === '[object Float64Array]') { - return 'float64array'; - } - - // must be a plain object - return 'object'; -}; diff --git a/2019-setembro/node_modules/has-values/node_modules/kind-of/package.json b/2019-setembro/node_modules/has-values/node_modules/kind-of/package.json deleted file mode 100644 index 222afc0..0000000 --- a/2019-setembro/node_modules/has-values/node_modules/kind-of/package.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "kind-of", - "description": "Get the native type of a value.", - "version": "4.0.0", - "homepage": "https://github.com/jonschlinkert/kind-of", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "David Fox-Powell (https://dtothefp.github.io/me)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Ken Sheedlo (kensheedlo.com)", - "laggingreflex (https://github.com/laggingreflex)", - "Miguel Mota (https://miguelmota.com)", - "Peter deHaan (http://about.me/peterdehaan)" - ], - "repository": "jonschlinkert/kind-of", - "bugs": { - "url": "https://github.com/jonschlinkert/kind-of/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha", - "prepublish": "browserify -o browser.js -e index.js -s index --bare" - }, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "devDependencies": { - "ansi-bold": "^0.1.1", - "benchmarked": "^1.1.1", - "browserify": "^14.3.0", - "glob": "^7.1.1", - "gulp-format-md": "^0.1.12", - "mocha": "^3.4.1", - "type-of": "^2.0.1", - "typeof": "^1.0.0" - }, - "keywords": [ - "arguments", - "array", - "boolean", - "check", - "date", - "function", - "is", - "is-type", - "is-type-of", - "kind", - "kind-of", - "number", - "object", - "of", - "regexp", - "string", - "test", - "type", - "type-of", - "typeof", - "types" - ], - "verb": { - "related": { - "list": [ - "is-glob", - "is-number", - "is-primitive" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "reflinks": [ - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/has-values/package.json b/2019-setembro/node_modules/has-values/package.json deleted file mode 100644 index bdd841d..0000000 --- a/2019-setembro/node_modules/has-values/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "has-values", - "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ", - "version": "1.0.0", - "homepage": "https://github.com/jonschlinkert/has-values", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/has-values", - "bugs": { - "url": "https://github.com/jonschlinkert/has-values/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "devDependencies": { - "gulp-format-md": "^0.1.12", - "mocha": "^3.4.1" - }, - "keywords": [ - "array", - "boolean", - "empty", - "find", - "function", - "has", - "hasOwn", - "javascript", - "js", - "key", - "keys", - "node.js", - "null", - "number", - "object", - "properties", - "property", - "string", - "type", - "util", - "utilities", - "utility", - "value", - "values" - ], - "verb": { - "run": true, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "has-value", - "kind-of", - "is-number", - "is-plain-object", - "isobject" - ] - }, - "reflinks": [ - "verb" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/has/LICENSE-MIT b/2019-setembro/node_modules/has/LICENSE-MIT deleted file mode 100644 index ae7014d..0000000 --- a/2019-setembro/node_modules/has/LICENSE-MIT +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2013 Thiago de Arruda - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/has/README.md b/2019-setembro/node_modules/has/README.md deleted file mode 100644 index 635e3a4..0000000 --- a/2019-setembro/node_modules/has/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# has - -> Object.prototype.hasOwnProperty.call shortcut - -## Installation - -```sh -npm install --save has -``` - -## Usage - -```js -var has = require('has'); - -has({}, 'hasOwnProperty'); // false -has(Object.prototype, 'hasOwnProperty'); // true -``` diff --git a/2019-setembro/node_modules/has/package.json b/2019-setembro/node_modules/has/package.json deleted file mode 100644 index 7c4592f..0000000 --- a/2019-setembro/node_modules/has/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "has", - "description": "Object.prototype.hasOwnProperty.call shortcut", - "version": "1.0.3", - "homepage": "https://github.com/tarruda/has", - "author": { - "name": "Thiago de Arruda", - "email": "tpadilha84@gmail.com" - }, - "contributors": [ - { - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": "http://ljharb.codes" - } - ], - "repository": { - "type": "git", - "url": "git://github.com/tarruda/has.git" - }, - "bugs": { - "url": "https://github.com/tarruda/has/issues" - }, - "license": "MIT", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT" - } - ], - "main": "./src", - "dependencies": { - "function-bind": "^1.1.1" - }, - "devDependencies": { - "@ljharb/eslint-config": "^12.2.1", - "eslint": "^4.19.1", - "tape": "^4.9.0" - }, - "engines": { - "node": ">= 0.4.0" - }, - "scripts": { - "lint": "eslint .", - "pretest": "npm run lint", - "test": "tape test" - } -} diff --git a/2019-setembro/node_modules/has/src/index.js b/2019-setembro/node_modules/has/src/index.js deleted file mode 100644 index dd92dd9..0000000 --- a/2019-setembro/node_modules/has/src/index.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; - -var bind = require('function-bind'); - -module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty); diff --git a/2019-setembro/node_modules/has/test/index.js b/2019-setembro/node_modules/has/test/index.js deleted file mode 100644 index 43d480b..0000000 --- a/2019-setembro/node_modules/has/test/index.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -var test = require('tape'); -var has = require('../'); - -test('has', function (t) { - t.equal(has({}, 'hasOwnProperty'), false, 'object literal does not have own property "hasOwnProperty"'); - t.equal(has(Object.prototype, 'hasOwnProperty'), true, 'Object.prototype has own property "hasOwnProperty"'); - t.end(); -}); diff --git a/2019-setembro/node_modules/hosted-git-info/CHANGELOG.md b/2019-setembro/node_modules/hosted-git-info/CHANGELOG.md deleted file mode 100644 index e2c6d8c..0000000 --- a/2019-setembro/node_modules/hosted-git-info/CHANGELOG.md +++ /dev/null @@ -1,104 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - - -## [2.8.4](https://github.com/npm/hosted-git-info/compare/v2.8.3...v2.8.4) (2019-08-12) - - - - -## [2.8.3](https://github.com/npm/hosted-git-info/compare/v2.8.2...v2.8.3) (2019-08-12) - - - - -## [2.8.2](https://github.com/npm/hosted-git-info/compare/v2.8.1...v2.8.2) (2019-08-05) - - -### Bug Fixes - -* http protocol use sshurl by default ([3b1d629](https://github.com/npm/hosted-git-info/commit/3b1d629)), closes [#48](https://github.com/npm/hosted-git-info/issues/48) - - - - -## [2.8.1](https://github.com/npm/hosted-git-info/compare/v2.8.0...v2.8.1) (2019-08-05) - - -### Bug Fixes - -* ignore noCommittish on tarball url generation ([5d4a8d7](https://github.com/npm/hosted-git-info/commit/5d4a8d7)) -* use gist tarball url that works for anonymous gists ([1692435](https://github.com/npm/hosted-git-info/commit/1692435)) - - - - -# [2.8.0](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.0) (2019-08-05) - - -### Bug Fixes - -* Allow slashes in gitlab project section ([bbcf7b2](https://github.com/npm/hosted-git-info/commit/bbcf7b2)), closes [#46](https://github.com/npm/hosted-git-info/issues/46) [#43](https://github.com/npm/hosted-git-info/issues/43) -* **git-host:** disallow URI-encoded slash (%2F) in `path` ([3776fa5](https://github.com/npm/hosted-git-info/commit/3776fa5)), closes [#44](https://github.com/npm/hosted-git-info/issues/44) -* **gitlab:** Do not URL encode slashes in project name for GitLab https URL ([cbf04f9](https://github.com/npm/hosted-git-info/commit/cbf04f9)), closes [#47](https://github.com/npm/hosted-git-info/issues/47) -* do not allow invalid gist urls ([d5cf830](https://github.com/npm/hosted-git-info/commit/d5cf830)) -* **cache:** Switch to lru-cache to save ourselves from unlimited memory consumption ([e518222](https://github.com/npm/hosted-git-info/commit/e518222)), closes [#38](https://github.com/npm/hosted-git-info/issues/38) - - -### Features - -* give these objects a name ([60abaea](https://github.com/npm/hosted-git-info/commit/60abaea)) - - - - -## [2.7.1](https://github.com/npm/hosted-git-info/compare/v2.7.0...v2.7.1) (2018-07-07) - - -### Bug Fixes - -* **index:** Guard against non-string types ([5bc580d](https://github.com/npm/hosted-git-info/commit/5bc580d)) -* **parse:** Crash on strings that parse to having no host ([c931482](https://github.com/npm/hosted-git-info/commit/c931482)), closes [#35](https://github.com/npm/hosted-git-info/issues/35) - - - - -# [2.7.0](https://github.com/npm/hosted-git-info/compare/v2.6.1...v2.7.0) (2018-07-06) - - -### Bug Fixes - -* **github tarball:** update github tarballtemplate ([6efd582](https://github.com/npm/hosted-git-info/commit/6efd582)), closes [#34](https://github.com/npm/hosted-git-info/issues/34) -* **gitlab docs:** switched to lowercase anchors for readmes ([701bcd1](https://github.com/npm/hosted-git-info/commit/701bcd1)) - - -### Features - -* **all:** Support www. prefixes on hostnames ([3349575](https://github.com/npm/hosted-git-info/commit/3349575)), closes [#32](https://github.com/npm/hosted-git-info/issues/32) - - - - -## [2.6.1](https://github.com/npm/hosted-git-info/compare/v2.6.0...v2.6.1) (2018-06-25) - -### Bug Fixes - -* **Revert:** "compat: remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25))" ([cce5a62](https://github.com/npm/hosted-git-info/commit/cce5a62)) -* **Revert:** "git-host: fix forgotten extend()" ([a815ec9](https://github.com/npm/hosted-git-info/commit/a815ec9)) - - - - -# [2.6.0](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.6.0) (2018-03-07) - - -### Bug Fixes - -* **compat:** remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25)) ([627ab55](https://github.com/npm/hosted-git-info/commit/627ab55)) -* **git-host:** fix forgotten extend() ([eba1f7b](https://github.com/npm/hosted-git-info/commit/eba1f7b)) - - -### Features - -* **browse:** fragment support for browse() ([#28](https://github.com/npm/hosted-git-info/issues/28)) ([cd5e5bb](https://github.com/npm/hosted-git-info/commit/cd5e5bb)) diff --git a/2019-setembro/node_modules/hosted-git-info/LICENSE b/2019-setembro/node_modules/hosted-git-info/LICENSE deleted file mode 100644 index 4505576..0000000 --- a/2019-setembro/node_modules/hosted-git-info/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2015, Rebecca Turner - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/hosted-git-info/README.md b/2019-setembro/node_modules/hosted-git-info/README.md deleted file mode 100644 index 7b723f6..0000000 --- a/2019-setembro/node_modules/hosted-git-info/README.md +++ /dev/null @@ -1,133 +0,0 @@ -# hosted-git-info - -This will let you identify and transform various git hosts URLs between -protocols. It also can tell you what the URL is for the raw path for -particular file for direct access without git. - -## Example - -```javascript -var hostedGitInfo = require("hosted-git-info") -var info = hostedGitInfo.fromUrl("git@github.com:npm/hosted-git-info.git", opts) -/* info looks like: -{ - type: "github", - domain: "github.com", - user: "npm", - project: "hosted-git-info" -} -*/ -``` - -If the URL can't be matched with a git host, `null` will be returned. We -can match git, ssh and https urls. Additionally, we can match ssh connect -strings (`git@github.com:npm/hosted-git-info`) and shortcuts (eg, -`github:npm/hosted-git-info`). Github specifically, is detected in the case -of a third, unprefixed, form: `npm/hosted-git-info`. - -If it does match, the returned object has properties of: - -* info.type -- The short name of the service -* info.domain -- The domain for git protocol use -* info.user -- The name of the user/org on the git host -* info.project -- The name of the project on the git host - -## Version Contract - -The major version will be bumped any time… - -* The constructor stops accepting URLs that it previously accepted. -* A method is removed. -* A method can no longer accept the number and type of arguments it previously accepted. -* A method can return a different type than it currently returns. - -Implications: - -* I do not consider the specific format of the urls returned from, say - `.https()` to be a part of the contract. The contract is that it will - return a string that can be used to fetch the repo via HTTPS. But what - that string looks like, specifically, can change. -* Dropping support for a hosted git provider would constitute a breaking - change. - -## Usage - -### var info = hostedGitInfo.fromUrl(gitSpecifier[, options]) - -* *gitSpecifer* is a URL of a git repository or a SCP-style specifier of one. -* *options* is an optional object. It can have the following properties: - * *noCommittish* — If true then committishes won't be included in generated URLs. - * *noGitPlus* — If true then `git+` won't be prefixed on URLs. - -## Methods - -All of the methods take the same options as the `fromUrl` factory. Options -provided to a method override those provided to the constructor. - -* info.file(path, opts) - -Given the path of a file relative to the repository, returns a URL for -directly fetching it from the githost. If no committish was set then -`master` will be used as the default. - -For example `hostedGitInfo.fromUrl("git@github.com:npm/hosted-git-info.git#v1.0.0").file("package.json")` -would return `https://raw.githubusercontent.com/npm/hosted-git-info/v1.0.0/package.json` - -* info.shortcut(opts) - -eg, `github:npm/hosted-git-info` - -* info.browse(path, fragment, opts) - -eg, `https://github.com/npm/hosted-git-info/tree/v1.2.0`, -`https://github.com/npm/hosted-git-info/tree/v1.2.0/package.json`, -`https://github.com/npm/hosted-git-info/tree/v1.2.0/REAMDE.md#supported-hosts` - -* info.bugs(opts) - -eg, `https://github.com/npm/hosted-git-info/issues` - -* info.docs(opts) - -eg, `https://github.com/npm/hosted-git-info/tree/v1.2.0#readme` - -* info.https(opts) - -eg, `git+https://github.com/npm/hosted-git-info.git` - -* info.sshurl(opts) - -eg, `git+ssh://git@github.com/npm/hosted-git-info.git` - -* info.ssh(opts) - -eg, `git@github.com:npm/hosted-git-info.git` - -* info.path(opts) - -eg, `npm/hosted-git-info` - -* info.tarball(opts) - -eg, `https://github.com/npm/hosted-git-info/archive/v1.2.0.tar.gz` - -* info.getDefaultRepresentation() - -Returns the default output type. The default output type is based on the -string you passed in to be parsed - -* info.toString(opts) - -Uses the getDefaultRepresentation to call one of the other methods to get a URL for -this resource. As such `hostedGitInfo.fromUrl(url).toString()` will give -you a normalized version of the URL that still uses the same protocol. - -Shortcuts will still be returned as shortcuts, but the special case github -form of `org/project` will be normalized to `github:org/project`. - -SSH connect strings will be normalized into `git+ssh` URLs. - -## Supported hosts - -Currently this supports Github, Bitbucket and Gitlab. Pull requests for -additional hosts welcome. diff --git a/2019-setembro/node_modules/hosted-git-info/git-host-info.js b/2019-setembro/node_modules/hosted-git-info/git-host-info.js deleted file mode 100644 index d81be20..0000000 --- a/2019-setembro/node_modules/hosted-git-info/git-host-info.js +++ /dev/null @@ -1,79 +0,0 @@ -'use strict' - -var gitHosts = module.exports = { - github: { - // First two are insecure and generally shouldn't be used any more, but - // they are still supported. - 'protocols': [ 'git', 'http', 'git+ssh', 'git+https', 'ssh', 'https' ], - 'domain': 'github.com', - 'treepath': 'tree', - 'filetemplate': 'https://{auth@}raw.githubusercontent.com/{user}/{project}/{committish}/{path}', - 'bugstemplate': 'https://{domain}/{user}/{project}/issues', - 'gittemplate': 'git://{auth@}{domain}/{user}/{project}.git{#committish}', - 'tarballtemplate': 'https://codeload.{domain}/{user}/{project}/tar.gz/{committish}' - }, - bitbucket: { - 'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ], - 'domain': 'bitbucket.org', - 'treepath': 'src', - 'tarballtemplate': 'https://{domain}/{user}/{project}/get/{committish}.tar.gz' - }, - gitlab: { - 'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ], - 'domain': 'gitlab.com', - 'treepath': 'tree', - 'bugstemplate': 'https://{domain}/{user}/{project}/issues', - 'httpstemplate': 'git+https://{auth@}{domain}/{user}/{projectPath}.git{#committish}', - 'tarballtemplate': 'https://{domain}/{user}/{project}/repository/archive.tar.gz?ref={committish}', - 'pathmatch': /^[/]([^/]+)[/](.+?)(?:[.]git|[/])?$/ - }, - gist: { - 'protocols': [ 'git', 'git+ssh', 'git+https', 'ssh', 'https' ], - 'domain': 'gist.github.com', - 'pathmatch': /^[/](?:([^/]+)[/])?([a-z0-9]{32,})(?:[.]git)?$/, - 'filetemplate': 'https://gist.githubusercontent.com/{user}/{project}/raw{/committish}/{path}', - 'bugstemplate': 'https://{domain}/{project}', - 'gittemplate': 'git://{domain}/{project}.git{#committish}', - 'sshtemplate': 'git@{domain}:/{project}.git{#committish}', - 'sshurltemplate': 'git+ssh://git@{domain}/{project}.git{#committish}', - 'browsetemplate': 'https://{domain}/{project}{/committish}', - 'browsefiletemplate': 'https://{domain}/{project}{/committish}{#path}', - 'docstemplate': 'https://{domain}/{project}{/committish}', - 'httpstemplate': 'git+https://{domain}/{project}.git{#committish}', - 'shortcuttemplate': '{type}:{project}{#committish}', - 'pathtemplate': '{project}{#committish}', - 'tarballtemplate': 'https://codeload.github.com/gist/{project}/tar.gz/{committish}', - 'hashformat': function (fragment) { - return 'file-' + formatHashFragment(fragment) - } - } -} - -var gitHostDefaults = { - 'sshtemplate': 'git@{domain}:{user}/{project}.git{#committish}', - 'sshurltemplate': 'git+ssh://git@{domain}/{user}/{project}.git{#committish}', - 'browsetemplate': 'https://{domain}/{user}/{project}{/tree/committish}', - 'browsefiletemplate': 'https://{domain}/{user}/{project}/{treepath}/{committish}/{path}{#fragment}', - 'docstemplate': 'https://{domain}/{user}/{project}{/tree/committish}#readme', - 'httpstemplate': 'git+https://{auth@}{domain}/{user}/{project}.git{#committish}', - 'filetemplate': 'https://{domain}/{user}/{project}/raw/{committish}/{path}', - 'shortcuttemplate': '{type}:{user}/{project}{#committish}', - 'pathtemplate': '{user}/{project}{#committish}', - 'pathmatch': /^[/]([^/]+)[/]([^/]+?)(?:[.]git|[/])?$/, - 'hashformat': formatHashFragment -} - -Object.keys(gitHosts).forEach(function (name) { - Object.keys(gitHostDefaults).forEach(function (key) { - if (gitHosts[name][key]) return - gitHosts[name][key] = gitHostDefaults[key] - }) - gitHosts[name].protocols_re = RegExp('^(' + - gitHosts[name].protocols.map(function (protocol) { - return protocol.replace(/([\\+*{}()[\]$^|])/g, '\\$1') - }).join('|') + '):$') -}) - -function formatHashFragment (fragment) { - return fragment.toLowerCase().replace(/^\W+|\/|\W+$/g, '').replace(/\W+/g, '-') -} diff --git a/2019-setembro/node_modules/hosted-git-info/git-host.js b/2019-setembro/node_modules/hosted-git-info/git-host.js deleted file mode 100644 index 9616fba..0000000 --- a/2019-setembro/node_modules/hosted-git-info/git-host.js +++ /dev/null @@ -1,156 +0,0 @@ -'use strict' -var gitHosts = require('./git-host-info.js') -/* eslint-disable node/no-deprecated-api */ - -// copy-pasta util._extend from node's source, to avoid pulling -// the whole util module into peoples' webpack bundles. -/* istanbul ignore next */ -var extend = Object.assign || function _extend (target, source) { - // Don't do anything if source isn't an object - if (source === null || typeof source !== 'object') return target - - var keys = Object.keys(source) - var i = keys.length - while (i--) { - target[keys[i]] = source[keys[i]] - } - return target -} - -module.exports = GitHost -function GitHost (type, user, auth, project, committish, defaultRepresentation, opts) { - var gitHostInfo = this - gitHostInfo.type = type - Object.keys(gitHosts[type]).forEach(function (key) { - gitHostInfo[key] = gitHosts[type][key] - }) - gitHostInfo.user = user - gitHostInfo.auth = auth - gitHostInfo.project = project - gitHostInfo.committish = committish - gitHostInfo.default = defaultRepresentation - gitHostInfo.opts = opts || {} -} - -GitHost.prototype.hash = function () { - return this.committish ? '#' + this.committish : '' -} - -GitHost.prototype._fill = function (template, opts) { - if (!template) return - var vars = extend({}, opts) - vars.path = vars.path ? vars.path.replace(/^[/]+/g, '') : '' - opts = extend(extend({}, this.opts), opts) - var self = this - Object.keys(this).forEach(function (key) { - if (self[key] != null && vars[key] == null) vars[key] = self[key] - }) - var rawAuth = vars.auth - var rawcommittish = vars.committish - var rawFragment = vars.fragment - var rawPath = vars.path - var rawProject = vars.project - Object.keys(vars).forEach(function (key) { - var value = vars[key] - if ((key === 'path' || key === 'project') && typeof value === 'string') { - vars[key] = value.split('/').map(function (pathComponent) { - return encodeURIComponent(pathComponent) - }).join('/') - } else { - vars[key] = encodeURIComponent(value) - } - }) - vars['auth@'] = rawAuth ? rawAuth + '@' : '' - vars['#fragment'] = rawFragment ? '#' + this.hashformat(rawFragment) : '' - vars.fragment = vars.fragment ? vars.fragment : '' - vars['#path'] = rawPath ? '#' + this.hashformat(rawPath) : '' - vars['/path'] = vars.path ? '/' + vars.path : '' - vars.projectPath = rawProject.split('/').map(encodeURIComponent).join('/') - if (opts.noCommittish) { - vars['#committish'] = '' - vars['/tree/committish'] = '' - vars['/committish'] = '' - vars.committish = '' - } else { - vars['#committish'] = rawcommittish ? '#' + rawcommittish : '' - vars['/tree/committish'] = vars.committish - ? '/' + vars.treepath + '/' + vars.committish - : '' - vars['/committish'] = vars.committish ? '/' + vars.committish : '' - vars.committish = vars.committish || 'master' - } - var res = template - Object.keys(vars).forEach(function (key) { - res = res.replace(new RegExp('[{]' + key + '[}]', 'g'), vars[key]) - }) - if (opts.noGitPlus) { - return res.replace(/^git[+]/, '') - } else { - return res - } -} - -GitHost.prototype.ssh = function (opts) { - return this._fill(this.sshtemplate, opts) -} - -GitHost.prototype.sshurl = function (opts) { - return this._fill(this.sshurltemplate, opts) -} - -GitHost.prototype.browse = function (P, F, opts) { - if (typeof P === 'string') { - if (typeof F !== 'string') { - opts = F - F = null - } - return this._fill(this.browsefiletemplate, extend({ - fragment: F, - path: P - }, opts)) - } else { - return this._fill(this.browsetemplate, P) - } -} - -GitHost.prototype.docs = function (opts) { - return this._fill(this.docstemplate, opts) -} - -GitHost.prototype.bugs = function (opts) { - return this._fill(this.bugstemplate, opts) -} - -GitHost.prototype.https = function (opts) { - return this._fill(this.httpstemplate, opts) -} - -GitHost.prototype.git = function (opts) { - return this._fill(this.gittemplate, opts) -} - -GitHost.prototype.shortcut = function (opts) { - return this._fill(this.shortcuttemplate, opts) -} - -GitHost.prototype.path = function (opts) { - return this._fill(this.pathtemplate, opts) -} - -GitHost.prototype.tarball = function (opts_) { - var opts = extend({}, opts_, { noCommittish: false }) - return this._fill(this.tarballtemplate, opts) -} - -GitHost.prototype.file = function (P, opts) { - return this._fill(this.filetemplate, extend({ path: P }, opts)) -} - -GitHost.prototype.getDefaultRepresentation = function () { - return this.default -} - -GitHost.prototype.toString = function (opts) { - if (this.default && typeof this[this.default] === 'function') return this[this.default](opts) - return this.sshurl(opts) -} diff --git a/2019-setembro/node_modules/hosted-git-info/index.js b/2019-setembro/node_modules/hosted-git-info/index.js deleted file mode 100644 index b64c826..0000000 --- a/2019-setembro/node_modules/hosted-git-info/index.js +++ /dev/null @@ -1,124 +0,0 @@ -'use strict' -var url = require('url') -var gitHosts = require('./git-host-info.js') -var GitHost = module.exports = require('./git-host.js') - -var protocolToRepresentationMap = { - 'git+ssh:': 'sshurl', - 'git+https:': 'https', - 'ssh:': 'sshurl', - 'git:': 'git' -} - -function protocolToRepresentation (protocol) { - return protocolToRepresentationMap[protocol] || protocol.slice(0, -1) -} - -var authProtocols = { - 'git:': true, - 'https:': true, - 'git+https:': true, - 'http:': true, - 'git+http:': true -} - -var cache = {} - -module.exports.fromUrl = function (giturl, opts) { - if (typeof giturl !== 'string') return - var key = giturl + JSON.stringify(opts || {}) - - if (!(key in cache)) { - cache[key] = fromUrl(giturl, opts) - } - - return cache[key] -} - -function fromUrl (giturl, opts) { - if (giturl == null || giturl === '') return - var url = fixupUnqualifiedGist( - isGitHubShorthand(giturl) ? 'github:' + giturl : giturl - ) - var parsed = parseGitUrl(url) - var shortcutMatch = url.match(new RegExp('^([^:]+):(?:(?:[^@:]+(?:[^@]+)?@)?([^/]*))[/](.+?)(?:[.]git)?($|#)')) - var matches = Object.keys(gitHosts).map(function (gitHostName) { - try { - var gitHostInfo = gitHosts[gitHostName] - var auth = null - if (parsed.auth && authProtocols[parsed.protocol]) { - auth = decodeURIComponent(parsed.auth) - } - var committish = parsed.hash ? decodeURIComponent(parsed.hash.substr(1)) : null - var user = null - var project = null - var defaultRepresentation = null - if (shortcutMatch && shortcutMatch[1] === gitHostName) { - user = shortcutMatch[2] && decodeURIComponent(shortcutMatch[2]) - project = decodeURIComponent(shortcutMatch[3]) - defaultRepresentation = 'shortcut' - } else { - if (parsed.host && parsed.host !== gitHostInfo.domain && parsed.host.replace(/^www[.]/, '') !== gitHostInfo.domain) return - if (!gitHostInfo.protocols_re.test(parsed.protocol)) return - if (!parsed.path) return - var pathmatch = gitHostInfo.pathmatch - var matched = parsed.path.match(pathmatch) - if (!matched) return - if (matched[1] !== null && matched[1] !== undefined) { - user = decodeURIComponent(matched[1].replace(/^:/, '')) - } - project = decodeURIComponent(matched[2]) - defaultRepresentation = protocolToRepresentation(parsed.protocol) - } - return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts) - } catch (ex) { - /* istanbul ignore else */ - if (ex instanceof URIError) { - } else throw ex - } - }).filter(function (gitHostInfo) { return gitHostInfo }) - if (matches.length !== 1) return - return matches[0] -} - -function isGitHubShorthand (arg) { - // Note: This does not fully test the git ref format. - // See https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html - // - // The only way to do this properly would be to shell out to - // git-check-ref-format, and as this is a fast sync function, - // we don't want to do that. Just let git fail if it turns - // out that the commit-ish is invalid. - // GH usernames cannot start with . or - - return /^[^:@%/\s.-][^:@%/\s]*[/][^:@\s/%]+(?:#.*)?$/.test(arg) -} - -function fixupUnqualifiedGist (giturl) { - // necessary for round-tripping gists - var parsed = url.parse(giturl) - if (parsed.protocol === 'gist:' && parsed.host && !parsed.path) { - return parsed.protocol + '/' + parsed.host - } else { - return giturl - } -} - -function parseGitUrl (giturl) { - var matched = giturl.match(/^([^@]+)@([^:/]+):[/]?((?:[^/]+[/])?[^/]+?)(?:[.]git)?(#.*)?$/) - if (!matched) return url.parse(giturl) - return { - protocol: 'git+ssh:', - slashes: true, - auth: matched[1], - host: matched[2], - port: null, - hostname: matched[2], - hash: matched[4], - search: null, - query: null, - pathname: '/' + matched[3], - path: '/' + matched[3], - href: 'git+ssh://' + matched[1] + '@' + matched[2] + - '/' + matched[3] + (matched[4] || '') - } -} diff --git a/2019-setembro/node_modules/hosted-git-info/package.json b/2019-setembro/node_modules/hosted-git-info/package.json deleted file mode 100644 index 8f2945b..0000000 --- a/2019-setembro/node_modules/hosted-git-info/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "hosted-git-info", - "version": "2.8.4", - "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab", - "main": "index.js", - "repository": { - "type": "git", - "url": "git+https://github.com/npm/hosted-git-info.git" - }, - "keywords": [ - "git", - "github", - "bitbucket", - "gitlab" - ], - "author": "Rebecca Turner (http://re-becca.org)", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/hosted-git-info/issues" - }, - "homepage": "https://github.com/npm/hosted-git-info", - "scripts": { - "prerelease": "npm t", - "postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags", - "pretest": "standard", - "release": "standard-version -s", - "test": "tap -J --100 --no-esm test/*.js" - }, - "devDependencies": { - "standard": "^11.0.1", - "standard-version": "^4.4.0", - "tap": "^12.7.0" - }, - "files": [ - "index.js", - "git-host.js", - "git-host-info.js" - ] -} diff --git a/2019-setembro/node_modules/inherits/LICENSE b/2019-setembro/node_modules/inherits/LICENSE deleted file mode 100644 index dea3013..0000000 --- a/2019-setembro/node_modules/inherits/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - diff --git a/2019-setembro/node_modules/inherits/README.md b/2019-setembro/node_modules/inherits/README.md deleted file mode 100644 index b1c5665..0000000 --- a/2019-setembro/node_modules/inherits/README.md +++ /dev/null @@ -1,42 +0,0 @@ -Browser-friendly inheritance fully compatible with standard node.js -[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor). - -This package exports standard `inherits` from node.js `util` module in -node environment, but also provides alternative browser-friendly -implementation through [browser -field](https://gist.github.com/shtylman/4339901). Alternative -implementation is a literal copy of standard one located in standalone -module to avoid requiring of `util`. It also has a shim for old -browsers with no `Object.create` support. - -While keeping you sure you are using standard `inherits` -implementation in node.js environment, it allows bundlers such as -[browserify](https://github.com/substack/node-browserify) to not -include full `util` package to your client code if all you need is -just `inherits` function. It worth, because browser shim for `util` -package is large and `inherits` is often the single function you need -from it. - -It's recommended to use this package instead of -`require('util').inherits` for any code that has chances to be used -not only in node.js but in browser too. - -## usage - -```js -var inherits = require('inherits'); -// then use exactly as the standard one -``` - -## note on version ~1.0 - -Version ~1.0 had completely different motivation and is not compatible -neither with 2.0 nor with standard node.js `inherits`. - -If you are using version ~1.0 and planning to switch to ~2.0, be -careful: - -* new version uses `super_` instead of `super` for referencing - superclass -* new version overwrites current prototype while old one preserves any - existing fields on it diff --git a/2019-setembro/node_modules/inherits/inherits.js b/2019-setembro/node_modules/inherits/inherits.js deleted file mode 100644 index f71f2d9..0000000 --- a/2019-setembro/node_modules/inherits/inherits.js +++ /dev/null @@ -1,9 +0,0 @@ -try { - var util = require('util'); - /* istanbul ignore next */ - if (typeof util.inherits !== 'function') throw ''; - module.exports = util.inherits; -} catch (e) { - /* istanbul ignore next */ - module.exports = require('./inherits_browser.js'); -} diff --git a/2019-setembro/node_modules/inherits/inherits_browser.js b/2019-setembro/node_modules/inherits/inherits_browser.js deleted file mode 100644 index 86bbb3d..0000000 --- a/2019-setembro/node_modules/inherits/inherits_browser.js +++ /dev/null @@ -1,27 +0,0 @@ -if (typeof Object.create === 'function') { - // implementation from standard node.js 'util' module - module.exports = function inherits(ctor, superCtor) { - if (superCtor) { - ctor.super_ = superCtor - ctor.prototype = Object.create(superCtor.prototype, { - constructor: { - value: ctor, - enumerable: false, - writable: true, - configurable: true - } - }) - } - }; -} else { - // old school shim for old browsers - module.exports = function inherits(ctor, superCtor) { - if (superCtor) { - ctor.super_ = superCtor - var TempCtor = function () {} - TempCtor.prototype = superCtor.prototype - ctor.prototype = new TempCtor() - ctor.prototype.constructor = ctor - } - } -} diff --git a/2019-setembro/node_modules/inherits/package.json b/2019-setembro/node_modules/inherits/package.json deleted file mode 100644 index 37b4366..0000000 --- a/2019-setembro/node_modules/inherits/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "inherits", - "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", - "version": "2.0.4", - "keywords": [ - "inheritance", - "class", - "klass", - "oop", - "object-oriented", - "inherits", - "browser", - "browserify" - ], - "main": "./inherits.js", - "browser": "./inherits_browser.js", - "repository": "git://github.com/isaacs/inherits", - "license": "ISC", - "scripts": { - "test": "tap" - }, - "devDependencies": { - "tap": "^14.2.4" - }, - "files": [ - "inherits.js", - "inherits_browser.js" - ] -} diff --git a/2019-setembro/node_modules/is-accessor-descriptor/LICENSE b/2019-setembro/node_modules/is-accessor-descriptor/LICENSE deleted file mode 100644 index e33d14b..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-accessor-descriptor/README.md b/2019-setembro/node_modules/is-accessor-descriptor/README.md deleted file mode 100644 index d198e1f..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/README.md +++ /dev/null @@ -1,144 +0,0 @@ -# is-accessor-descriptor [![NPM version](https://img.shields.io/npm/v/is-accessor-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-accessor-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-accessor-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-accessor-descriptor) - -> Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-accessor-descriptor -``` - -## Usage - -```js -var isAccessor = require('is-accessor-descriptor'); - -isAccessor({get: function() {}}); -//=> true -``` - -You may also pass an object and property name to check if the property is an accessor: - -```js -isAccessor(foo, 'bar'); -``` - -## Examples - -`false` when not an object - -```js -isAccessor('a') -isAccessor(null) -isAccessor([]) -//=> false -``` - -`true` when the object has valid properties - -and the properties all have the correct JavaScript types: - -```js -isAccessor({get: noop, set: noop}) -isAccessor({get: noop}) -isAccessor({set: noop}) -//=> true -``` - -`false` when the object has invalid properties - -```js -isAccessor({get: noop, set: noop, bar: 'baz'}) -isAccessor({get: noop, writable: true}) -isAccessor({get: noop, value: true}) -//=> false -``` - -`false` when an accessor is not a function - -```js -isAccessor({get: noop, set: 'baz'}) -isAccessor({get: 'foo', set: noop}) -isAccessor({get: 'foo', bar: 'baz'}) -isAccessor({get: 'foo', set: 'baz'}) -//=> false -``` - -`false` when a value is not the correct type - -```js -isAccessor({get: noop, set: noop, enumerable: 'foo'}) -isAccessor({set: noop, configurable: 'foo'}) -isAccessor({get: noop, configurable: 'foo'}) -//=> false -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") -* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") -* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 22 | [jonschlinkert](https://github.com/jonschlinkert) | -| 2 | [realityking](https://github.com/realityking) | - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-accessor-descriptor/index.js b/2019-setembro/node_modules/is-accessor-descriptor/index.js deleted file mode 100644 index d2e6fe8..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/index.js +++ /dev/null @@ -1,69 +0,0 @@ -/*! - * is-accessor-descriptor - * - * Copyright (c) 2015-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var typeOf = require('kind-of'); - -// accessor descriptor properties -var accessor = { - get: 'function', - set: 'function', - configurable: 'boolean', - enumerable: 'boolean' -}; - -function isAccessorDescriptor(obj, prop) { - if (typeof prop === 'string') { - var val = Object.getOwnPropertyDescriptor(obj, prop); - return typeof val !== 'undefined'; - } - - if (typeOf(obj) !== 'object') { - return false; - } - - if (has(obj, 'value') || has(obj, 'writable')) { - return false; - } - - if (!has(obj, 'get') || typeof obj.get !== 'function') { - return false; - } - - // tldr: it's valid to have "set" be undefined - // "set" might be undefined if `Object.getOwnPropertyDescriptor` - // was used to get the value, and only `get` was defined by the user - if (has(obj, 'set') && typeof obj[key] !== 'function' && typeof obj[key] !== 'undefined') { - return false; - } - - for (var key in obj) { - if (!accessor.hasOwnProperty(key)) { - continue; - } - - if (typeOf(obj[key]) === accessor[key]) { - continue; - } - - if (typeof obj[key] !== 'undefined') { - return false; - } - } - return true; -} - -function has(obj, key) { - return {}.hasOwnProperty.call(obj, key); -} - -/** - * Expose `isAccessorDescriptor` - */ - -module.exports = isAccessorDescriptor; diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/CHANGELOG.md b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/CHANGELOG.md deleted file mode 100644 index fb30b06..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/CHANGELOG.md +++ /dev/null @@ -1,157 +0,0 @@ -# Release history - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - -
    - Guiding Principles - -- Changelogs are for humans, not machines. -- There should be an entry for every single version. -- The same types of changes should be grouped. -- Versions and sections should be linkable. -- The latest version comes first. -- The release date of each versions is displayed. -- Mention whether you follow Semantic Versioning. - -
    - -
    - Types of changes - -Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): - -- `Added` for new features. -- `Changed` for changes in existing functionality. -- `Deprecated` for soon-to-be removed features. -- `Removed` for now removed features. -- `Fixed` for any bug fixes. -- `Security` in case of vulnerabilities. - -
    - -## [6.0.0] - 2017-10-13 - -- refactor code to be more performant -- refactor benchmarks - -## [5.1.0] - 2017-10-13 - -**Added** - -- Merge pull request #15 from aretecode/patch-1 -- adds support and tests for string & array iterators - -**Changed** - -- updates benchmarks - -## [5.0.2] - 2017-08-02 - -- Merge pull request #14 from struct78/master -- Added `undefined` check - -## [5.0.0] - 2017-06-21 - -- Merge pull request #12 from aretecode/iterator -- Set Iterator + Map Iterator -- streamline `isbuffer`, minor edits - -## [4.0.0] - 2017-05-19 - -- Merge pull request #8 from tunnckoCore/master -- update deps - -## [3.2.2] - 2017-05-16 - -- fix version - -## [3.2.1] - 2017-05-16 - -- add browserify - -## [3.2.0] - 2017-04-25 - -- Merge pull request #10 from ksheedlo/unrequire-buffer -- add `promise` support and tests -- Remove unnecessary `Buffer` check - -## [3.1.0] - 2016-12-07 - -- Merge pull request #7 from laggingreflex/err -- add support for `error` and tests -- run update - -## [3.0.4] - 2016-07-29 - -- move tests -- run update - -## [3.0.3] - 2016-05-03 - -- fix prepublish script -- remove unused dep - -## [3.0.0] - 2015-11-17 - -- add typed array support -- Merge pull request #5 from miguelmota/typed-arrays -- adds new tests - -## [2.0.1] - 2015-08-21 - -- use `is-buffer` module - -## [2.0.0] - 2015-05-31 - -- Create fallback for `Array.isArray` if used as a browser package -- Merge pull request #2 from dtothefp/patch-1 -- Merge pull request #3 from pdehaan/patch-1 -- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master -- optimizations, mostly date and regex - -## [1.1.0] - 2015-02-09 - -- adds `buffer` support -- adds tests for `buffer` - -## [1.0.0] - 2015-01-19 - -- update benchmarks -- optimizations based on benchmarks - -## [0.1.2] - 2014-10-26 - -- return `typeof` value if it's not an object. very slight speed improvement -- use `.slice` -- adds benchmarks - -## [0.1.0] - 2014-9-26 - -- first commit - -[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0 -[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0 -[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2 -[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1 -[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0 -[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0 -[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2 -[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1 -[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0 -[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0 -[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4 -[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3 -[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0 -[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1 -[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0 -[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0 -[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0 -[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2 -[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87 - -[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD -[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog - diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE deleted file mode 100644 index 3f2eca1..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md deleted file mode 100644 index 4b0d4a8..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md +++ /dev/null @@ -1,365 +0,0 @@ -# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) - -> Get the native type of a value. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save kind-of -``` - -Install with [bower](https://bower.io/) - -```sh -$ bower install kind-of --save -``` - -## Why use this? - -1. [it's fast](#benchmarks) | [optimizations](#optimizations) -2. [better type checking](#better-type-checking) - -## Usage - -> es5, es6, and browser ready - -```js -var kindOf = require('kind-of'); - -kindOf(undefined); -//=> 'undefined' - -kindOf(null); -//=> 'null' - -kindOf(true); -//=> 'boolean' - -kindOf(false); -//=> 'boolean' - -kindOf(new Buffer('')); -//=> 'buffer' - -kindOf(42); -//=> 'number' - -kindOf('str'); -//=> 'string' - -kindOf(arguments); -//=> 'arguments' - -kindOf({}); -//=> 'object' - -kindOf(Object.create(null)); -//=> 'object' - -kindOf(new Test()); -//=> 'object' - -kindOf(new Date()); -//=> 'date' - -kindOf([1, 2, 3]); -//=> 'array' - -kindOf(/foo/); -//=> 'regexp' - -kindOf(new RegExp('foo')); -//=> 'regexp' - -kindOf(new Error('error')); -//=> 'error' - -kindOf(function () {}); -//=> 'function' - -kindOf(function * () {}); -//=> 'generatorfunction' - -kindOf(Symbol('str')); -//=> 'symbol' - -kindOf(new Map()); -//=> 'map' - -kindOf(new WeakMap()); -//=> 'weakmap' - -kindOf(new Set()); -//=> 'set' - -kindOf(new WeakSet()); -//=> 'weakset' - -kindOf(new Int8Array()); -//=> 'int8array' - -kindOf(new Uint8Array()); -//=> 'uint8array' - -kindOf(new Uint8ClampedArray()); -//=> 'uint8clampedarray' - -kindOf(new Int16Array()); -//=> 'int16array' - -kindOf(new Uint16Array()); -//=> 'uint16array' - -kindOf(new Int32Array()); -//=> 'int32array' - -kindOf(new Uint32Array()); -//=> 'uint32array' - -kindOf(new Float32Array()); -//=> 'float32array' - -kindOf(new Float64Array()); -//=> 'float64array' -``` - -## Benchmarks - -Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). - -```bash -# arguments (32 bytes) - kind-of x 17,024,098 ops/sec ±1.90% (86 runs sampled) - lib-type-of x 11,926,235 ops/sec ±1.34% (83 runs sampled) - lib-typeof x 9,245,257 ops/sec ±1.22% (87 runs sampled) - - fastest is kind-of (by 161% avg) - -# array (22 bytes) - kind-of x 17,196,492 ops/sec ±1.07% (88 runs sampled) - lib-type-of x 8,838,283 ops/sec ±1.02% (87 runs sampled) - lib-typeof x 8,677,848 ops/sec ±0.87% (87 runs sampled) - - fastest is kind-of (by 196% avg) - -# boolean (24 bytes) - kind-of x 16,841,600 ops/sec ±1.10% (86 runs sampled) - lib-type-of x 8,096,787 ops/sec ±0.95% (87 runs sampled) - lib-typeof x 8,423,345 ops/sec ±1.15% (86 runs sampled) - - fastest is kind-of (by 204% avg) - -# buffer (38 bytes) - kind-of x 14,848,060 ops/sec ±1.05% (86 runs sampled) - lib-type-of x 3,671,577 ops/sec ±1.49% (87 runs sampled) - lib-typeof x 8,360,236 ops/sec ±1.24% (86 runs sampled) - - fastest is kind-of (by 247% avg) - -# date (30 bytes) - kind-of x 16,067,761 ops/sec ±1.58% (86 runs sampled) - lib-type-of x 8,954,436 ops/sec ±1.40% (87 runs sampled) - lib-typeof x 8,488,307 ops/sec ±1.51% (84 runs sampled) - - fastest is kind-of (by 184% avg) - -# error (36 bytes) - kind-of x 9,634,090 ops/sec ±1.12% (89 runs sampled) - lib-type-of x 7,735,624 ops/sec ±1.32% (86 runs sampled) - lib-typeof x 7,442,160 ops/sec ±1.11% (90 runs sampled) - - fastest is kind-of (by 127% avg) - -# function (34 bytes) - kind-of x 10,031,494 ops/sec ±1.27% (86 runs sampled) - lib-type-of x 9,502,757 ops/sec ±1.17% (89 runs sampled) - lib-typeof x 8,278,985 ops/sec ±1.08% (88 runs sampled) - - fastest is kind-of (by 113% avg) - -# null (24 bytes) - kind-of x 18,159,808 ops/sec ±1.92% (86 runs sampled) - lib-type-of x 12,927,635 ops/sec ±1.01% (88 runs sampled) - lib-typeof x 7,958,234 ops/sec ±1.21% (89 runs sampled) - - fastest is kind-of (by 174% avg) - -# number (22 bytes) - kind-of x 17,846,779 ops/sec ±0.91% (85 runs sampled) - lib-type-of x 3,316,636 ops/sec ±1.19% (86 runs sampled) - lib-typeof x 2,329,477 ops/sec ±2.21% (85 runs sampled) - - fastest is kind-of (by 632% avg) - -# object-plain (47 bytes) - kind-of x 7,085,155 ops/sec ±1.05% (88 runs sampled) - lib-type-of x 8,870,930 ops/sec ±1.06% (83 runs sampled) - lib-typeof x 8,716,024 ops/sec ±1.05% (87 runs sampled) - - fastest is lib-type-of (by 112% avg) - -# regex (25 bytes) - kind-of x 14,196,052 ops/sec ±1.65% (84 runs sampled) - lib-type-of x 9,554,164 ops/sec ±1.25% (88 runs sampled) - lib-typeof x 8,359,691 ops/sec ±1.07% (87 runs sampled) - - fastest is kind-of (by 158% avg) - -# string (33 bytes) - kind-of x 16,131,428 ops/sec ±1.41% (85 runs sampled) - lib-type-of x 7,273,172 ops/sec ±1.05% (87 runs sampled) - lib-typeof x 7,382,635 ops/sec ±1.17% (85 runs sampled) - - fastest is kind-of (by 220% avg) - -# symbol (34 bytes) - kind-of x 17,011,537 ops/sec ±1.24% (86 runs sampled) - lib-type-of x 3,492,454 ops/sec ±1.23% (89 runs sampled) - lib-typeof x 7,471,235 ops/sec ±2.48% (87 runs sampled) - - fastest is kind-of (by 310% avg) - -# template-strings (36 bytes) - kind-of x 15,434,250 ops/sec ±1.46% (83 runs sampled) - lib-type-of x 7,157,907 ops/sec ±0.97% (87 runs sampled) - lib-typeof x 7,517,986 ops/sec ±0.92% (86 runs sampled) - - fastest is kind-of (by 210% avg) - -# undefined (29 bytes) - kind-of x 19,167,115 ops/sec ±1.71% (87 runs sampled) - lib-type-of x 15,477,740 ops/sec ±1.63% (85 runs sampled) - lib-typeof x 19,075,495 ops/sec ±1.17% (83 runs sampled) - - fastest is lib-typeof,kind-of - -``` - -## Optimizations - -In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: - -1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. -2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. -3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` -4. There is no reason to make the code in a microlib as terse as possible, just to win points for making it shorter. It's always better to favor performant code over terse code. You will always only be using a single `require()` statement to use the library anyway, regardless of how the code is written. - -## Better type checking - -kind-of seems to be more consistently "correct" than other type checking libs I've looked at. For example, here are some differing results from other popular libs: - -### [typeof](https://github.com/CodingFu/typeof) lib - -Incorrectly identifies instances of custom constructors (pretty common): - -```js -var typeOf = require('typeof'); -function Test() {} -console.log(typeOf(new Test())); -//=> 'test' -``` - -Returns `object` instead of `arguments`: - -```js -function foo() { - console.log(typeOf(arguments)) //=> 'object' -} -foo(); -``` - -### [type-of](https://github.com/ForbesLindesay/type-of) lib - -Incorrectly returns `object` for generator functions, buffers, `Map`, `Set`, `WeakMap` and `WeakSet`: - -```js -function * foo() {} -console.log(typeOf(foo)); -//=> 'object' -console.log(typeOf(new Buffer(''))); -//=> 'object' -console.log(typeOf(new Map())); -//=> 'object' -console.log(typeOf(new Set())); -//=> 'object' -console.log(typeOf(new WeakMap())); -//=> 'object' -console.log(typeOf(new WeakSet())); -//=> 'object' -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") -* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 98 | [jonschlinkert](https://github.com/jonschlinkert) | -| 3 | [aretecode](https://github.com/aretecode) | -| 2 | [miguelmota](https://github.com/miguelmota) | -| 1 | [dtothefp](https://github.com/dtothefp) | -| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) | -| 1 | [ksheedlo](https://github.com/ksheedlo) | -| 1 | [pdehaan](https://github.com/pdehaan) | -| 1 | [laggingreflex](https://github.com/laggingreflex) | -| 1 | [charlike-old](https://github.com/charlike-old) | - -### Author - -**Jon Schlinkert** - -* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js deleted file mode 100644 index aa2bb39..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js +++ /dev/null @@ -1,129 +0,0 @@ -var toString = Object.prototype.toString; - -module.exports = function kindOf(val) { - if (val === void 0) return 'undefined'; - if (val === null) return 'null'; - - var type = typeof val; - if (type === 'boolean') return 'boolean'; - if (type === 'string') return 'string'; - if (type === 'number') return 'number'; - if (type === 'symbol') return 'symbol'; - if (type === 'function') { - return isGeneratorFn(val) ? 'generatorfunction' : 'function'; - } - - if (isArray(val)) return 'array'; - if (isBuffer(val)) return 'buffer'; - if (isArguments(val)) return 'arguments'; - if (isDate(val)) return 'date'; - if (isError(val)) return 'error'; - if (isRegexp(val)) return 'regexp'; - - switch (ctorName(val)) { - case 'Symbol': return 'symbol'; - case 'Promise': return 'promise'; - - // Set, Map, WeakSet, WeakMap - case 'WeakMap': return 'weakmap'; - case 'WeakSet': return 'weakset'; - case 'Map': return 'map'; - case 'Set': return 'set'; - - // 8-bit typed arrays - case 'Int8Array': return 'int8array'; - case 'Uint8Array': return 'uint8array'; - case 'Uint8ClampedArray': return 'uint8clampedarray'; - - // 16-bit typed arrays - case 'Int16Array': return 'int16array'; - case 'Uint16Array': return 'uint16array'; - - // 32-bit typed arrays - case 'Int32Array': return 'int32array'; - case 'Uint32Array': return 'uint32array'; - case 'Float32Array': return 'float32array'; - case 'Float64Array': return 'float64array'; - } - - if (isGeneratorObj(val)) { - return 'generator'; - } - - // Non-plain objects - type = toString.call(val); - switch (type) { - case '[object Object]': return 'object'; - // iterators - case '[object Map Iterator]': return 'mapiterator'; - case '[object Set Iterator]': return 'setiterator'; - case '[object String Iterator]': return 'stringiterator'; - case '[object Array Iterator]': return 'arrayiterator'; - } - - // other - return type.slice(8, -1).toLowerCase().replace(/\s/g, ''); -}; - -function ctorName(val) { - return val.constructor ? val.constructor.name : null; -} - -function isArray(val) { - if (Array.isArray) return Array.isArray(val); - return val instanceof Array; -} - -function isError(val) { - return val instanceof Error || (typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number'); -} - -function isDate(val) { - if (val instanceof Date) return true; - return typeof val.toDateString === 'function' - && typeof val.getDate === 'function' - && typeof val.setDate === 'function'; -} - -function isRegexp(val) { - if (val instanceof RegExp) return true; - return typeof val.flags === 'string' - && typeof val.ignoreCase === 'boolean' - && typeof val.multiline === 'boolean' - && typeof val.global === 'boolean'; -} - -function isGeneratorFn(name, val) { - return ctorName(name) === 'GeneratorFunction'; -} - -function isGeneratorObj(val) { - return typeof val.throw === 'function' - && typeof val.return === 'function' - && typeof val.next === 'function'; -} - -function isArguments(val) { - try { - if (typeof val.length === 'number' && typeof val.callee === 'function') { - return true; - } - } catch (err) { - if (err.message.indexOf('callee') !== -1) { - return true; - } - } - return false; -} - -/** - * If you need to support Safari 5-7 (8-10 yr-old browser), - * take a look at https://github.com/feross/is-buffer - */ - -function isBuffer(val) { - if (val.constructor && typeof val.constructor.isBuffer === 'function') { - return val.constructor.isBuffer(val); - } - return false; -} diff --git a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json b/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json deleted file mode 100644 index 73d70ae..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "kind-of", - "description": "Get the native type of a value.", - "version": "6.0.2", - "homepage": "https://github.com/jonschlinkert/kind-of", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "David Fox-Powell (https://dtothefp.github.io/me)", - "James (https://twitter.com/aretecode)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Ken Sheedlo (kensheedlo.com)", - "laggingreflex (https://github.com/laggingreflex)", - "Miguel Mota (https://miguelmota.com)", - "Peter deHaan (http://about.me/peterdehaan)", - "tunnckoCore (https://i.am.charlike.online)" - ], - "repository": "jonschlinkert/kind-of", - "bugs": { - "url": "https://github.com/jonschlinkert/kind-of/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha", - "prepublish": "browserify -o browser.js -e index.js -s index --bare" - }, - "devDependencies": { - "benchmarked": "^2.0.0", - "browserify": "^14.4.0", - "gulp-format-md": "^1.0.0", - "mocha": "^4.0.1", - "write": "^1.0.3" - }, - "keywords": [ - "arguments", - "array", - "boolean", - "check", - "date", - "function", - "is", - "is-type", - "is-type-of", - "kind", - "kind-of", - "number", - "object", - "of", - "regexp", - "string", - "test", - "type", - "type-of", - "typeof", - "types" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "related": { - "list": [ - "is-glob", - "is-number", - "is-primitive" - ] - }, - "reflinks": [ - "type-of", - "typeof", - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/is-accessor-descriptor/package.json b/2019-setembro/node_modules/is-accessor-descriptor/package.json deleted file mode 100644 index 47b97ac..0000000 --- a/2019-setembro/node_modules/is-accessor-descriptor/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "is-accessor-descriptor", - "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", - "version": "1.0.0", - "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Rouven Weßling (www.rouvenwessling.de)" - ], - "repository": "jonschlinkert/is-accessor-descriptor", - "bugs": { - "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "kind-of": "^6.0.0" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "accessor", - "check", - "data", - "descriptor", - "get", - "getter", - "is", - "keys", - "object", - "properties", - "property", - "set", - "setter", - "type", - "valid", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "is-accessor-descriptor", - "is-data-descriptor", - "is-descriptor", - "is-plain-object", - "isobject" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/is-arrayish/.editorconfig b/2019-setembro/node_modules/is-arrayish/.editorconfig deleted file mode 100644 index 4c017f8..0000000 --- a/2019-setembro/node_modules/is-arrayish/.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -root = true - -[*] -indent_style = tab -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.coffee] -indent_style = space - -[{package.json,*.yml}] -indent_style = space -indent_size = 2 - -[*.md] -trim_trailing_whitespace = false diff --git a/2019-setembro/node_modules/is-arrayish/.istanbul.yml b/2019-setembro/node_modules/is-arrayish/.istanbul.yml deleted file mode 100644 index 19fbec3..0000000 --- a/2019-setembro/node_modules/is-arrayish/.istanbul.yml +++ /dev/null @@ -1,4 +0,0 @@ -instrumentation: - excludes: - - test.js - - test/**/* diff --git a/2019-setembro/node_modules/is-arrayish/.npmignore b/2019-setembro/node_modules/is-arrayish/.npmignore deleted file mode 100644 index 8d5eacb..0000000 --- a/2019-setembro/node_modules/is-arrayish/.npmignore +++ /dev/null @@ -1,5 +0,0 @@ -/coverage/ -/test.js -/test/ -*.sw[a-p] -/node_modules/ diff --git a/2019-setembro/node_modules/is-arrayish/.travis.yml b/2019-setembro/node_modules/is-arrayish/.travis.yml deleted file mode 100644 index 5a04243..0000000 --- a/2019-setembro/node_modules/is-arrayish/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: node_js - -script: - - node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --compilers coffee:coffee-script/register - - cat coverage/lcov.info | node_modules/.bin/coveralls -node_js: - - "0.10" - - "0.11" - - "0.12" - - "iojs" -os: - - linux - - osx - -notifications: - slack: - secure: oOt8QGzdrPDsTMcyahtIq5Q+0U1iwfgJgFCxBLsomQ0bpIMn+y5m4viJydA2UinHPGc944HS3LMZS9iKQyv+DjTgbhUyNXqeVjtxCwRe37f5rKQlXVvdfmjHk2kln4H8DcK3r5Qd/+2hd9BeMsp2GImTrkRSud1CZQlhhe5IgZOboSoWpGVMMy1iazWT06tAtiB2LRVhmsdUaFZDWAhGZ+UAvCPf+mnBOAylIj+U0GDrofhfTi25RK0gddG2f/p2M1HCu49O6wECGWkt2hVei233DkNJyLLLJVcvmhf+aXkV5TjMyaoxh/HdcV4DrA7KvYuWmWWKsINa9hlwAsdd/FYmJ6PjRkKWas2JoQ1C+qOzDxyQvn3CaUZFKD99pdsq0rBBZujqXQKZZ/hWb/CE74BI6fKmqQkiEPaD/7uADj04FEg6HVBZaMCyauOaK5b3VC97twbALZ1qVxYV6mU+zSEvnUbpnjjvRO0fSl9ZHA+rzkW73kX3GmHY0wAozEZbSy7QLuZlQ2QtHmBLr+APaGMdL1sFF9qFfzqKy0WDbSE0WS6hpAEJpTsjYmeBrnI8UmK3m++iEgyQPvZoH9LhUT+ek7XIfHZMe04BmC6wuO24/RfpmR6bQK9VMarFCYlBiWxg/z30vkP0KTpUi3o/cqFm7/Noxc0i2LVqM3E0Sy4= diff --git a/2019-setembro/node_modules/is-arrayish/LICENSE b/2019-setembro/node_modules/is-arrayish/LICENSE deleted file mode 100644 index 0a5f461..0000000 --- a/2019-setembro/node_modules/is-arrayish/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 JD Ballard - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-arrayish/README.md b/2019-setembro/node_modules/is-arrayish/README.md deleted file mode 100644 index 7d36072..0000000 --- a/2019-setembro/node_modules/is-arrayish/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# node-is-arrayish [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-is-arrayish.svg?style=flat-square)](https://travis-ci.org/Qix-/node-is-arrayish) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-is-arrayish.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-is-arrayish) -> Determines if an object can be used like an Array - -## Example -```javascript -var isArrayish = require('is-arrayish'); - -isArrayish([]); // true -isArrayish({__proto__: []}); // true -isArrayish({}); // false -isArrayish({length:10}); // false -``` - -## License -Licensed under the [MIT License](http://opensource.org/licenses/MIT). -You can find a copy of it in [LICENSE](LICENSE). diff --git a/2019-setembro/node_modules/is-arrayish/index.js b/2019-setembro/node_modules/is-arrayish/index.js deleted file mode 100644 index 5b97186..0000000 --- a/2019-setembro/node_modules/is-arrayish/index.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -module.exports = function isArrayish(obj) { - if (!obj) { - return false; - } - - return obj instanceof Array || Array.isArray(obj) || - (obj.length >= 0 && obj.splice instanceof Function); -}; diff --git a/2019-setembro/node_modules/is-arrayish/package.json b/2019-setembro/node_modules/is-arrayish/package.json deleted file mode 100644 index 8b2d1c3..0000000 --- a/2019-setembro/node_modules/is-arrayish/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "is-arrayish", - "description": "Determines if an object can be used as an array", - "version": "0.2.1", - "author": "Qix (http://github.com/qix-)", - "keywords": [ - "is", - "array", - "duck", - "type", - "arrayish", - "similar", - "proto", - "prototype", - "type" - ], - "license": "MIT", - "scripts": { - "pretest": "xo", - "test": "mocha --compilers coffee:coffee-script/register" - }, - "repository": { - "type": "git", - "url": "https://github.com/qix-/node-is-arrayish.git" - }, - "devDependencies": { - "coffee-script": "^1.9.3", - "coveralls": "^2.11.2", - "istanbul": "^0.3.17", - "mocha": "^2.2.5", - "should": "^7.0.1", - "xo": "^0.6.1" - } -} diff --git a/2019-setembro/node_modules/is-binary-path/index.js b/2019-setembro/node_modules/is-binary-path/index.js deleted file mode 100644 index 6c8c7e7..0000000 --- a/2019-setembro/node_modules/is-binary-path/index.js +++ /dev/null @@ -1,12 +0,0 @@ -'use strict'; -var path = require('path'); -var binaryExtensions = require('binary-extensions'); -var exts = Object.create(null); - -binaryExtensions.forEach(function (el) { - exts[el] = true; -}); - -module.exports = function (filepath) { - return path.extname(filepath).slice(1).toLowerCase() in exts; -}; diff --git a/2019-setembro/node_modules/is-binary-path/license b/2019-setembro/node_modules/is-binary-path/license deleted file mode 100644 index 654d0bf..0000000 --- a/2019-setembro/node_modules/is-binary-path/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-binary-path/package.json b/2019-setembro/node_modules/is-binary-path/package.json deleted file mode 100644 index cd21d88..0000000 --- a/2019-setembro/node_modules/is-binary-path/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "is-binary-path", - "version": "1.0.1", - "description": "Check if a filepath is a binary file", - "license": "MIT", - "repository": "sindresorhus/is-binary-path", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "node test.js" - }, - "files": [ - "index.js" - ], - "keywords": [ - "bin", - "binary", - "ext", - "extensions", - "extension", - "file", - "path", - "check", - "detect", - "is" - ], - "dependencies": { - "binary-extensions": "^1.0.0" - }, - "devDependencies": { - "ava": "0.0.4" - } -} diff --git a/2019-setembro/node_modules/is-binary-path/readme.md b/2019-setembro/node_modules/is-binary-path/readme.md deleted file mode 100644 index a17d6a2..0000000 --- a/2019-setembro/node_modules/is-binary-path/readme.md +++ /dev/null @@ -1,34 +0,0 @@ -# is-binary-path [![Build Status](https://travis-ci.org/sindresorhus/is-binary-path.svg?branch=master)](https://travis-ci.org/sindresorhus/is-binary-path) - -> Check if a filepath is a binary file - - -## Install - -``` -$ npm install --save is-binary-path -``` - - -## Usage - -```js -var isBinaryPath = require('is-binary-path'); - -isBinaryPath('src/unicorn.png'); -//=> true - -isBinaryPath('src/unicorn.txt'); -//=> false -``` - - -## Related - -- [`binary-extensions`](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions -- [`is-text-path`](https://github.com/sindresorhus/is-text-path) - Check if a filepath is a text file - - -## License - -MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/2019-setembro/node_modules/is-buffer/LICENSE b/2019-setembro/node_modules/is-buffer/LICENSE deleted file mode 100644 index 0c068ce..0000000 --- a/2019-setembro/node_modules/is-buffer/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Feross Aboukhadijeh - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-buffer/README.md b/2019-setembro/node_modules/is-buffer/README.md deleted file mode 100644 index cce0a8c..0000000 --- a/2019-setembro/node_modules/is-buffer/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# is-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] - -[travis-image]: https://img.shields.io/travis/feross/is-buffer/master.svg -[travis-url]: https://travis-ci.org/feross/is-buffer -[npm-image]: https://img.shields.io/npm/v/is-buffer.svg -[npm-url]: https://npmjs.org/package/is-buffer -[downloads-image]: https://img.shields.io/npm/dm/is-buffer.svg -[downloads-url]: https://npmjs.org/package/is-buffer -[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg -[standard-url]: https://standardjs.com - -#### Determine if an object is a [`Buffer`](http://nodejs.org/api/buffer.html) (including the [browserify Buffer](https://github.com/feross/buffer)) - -[![saucelabs][saucelabs-image]][saucelabs-url] - -[saucelabs-image]: https://saucelabs.com/browser-matrix/is-buffer.svg -[saucelabs-url]: https://saucelabs.com/u/is-buffer - -## Why not use `Buffer.isBuffer`? - -This module lets you check if an object is a `Buffer` without using `Buffer.isBuffer` (which includes the whole [buffer](https://github.com/feross/buffer) module in [browserify](http://browserify.org/)). - -It's future-proof and works in node too! - -## install - -```bash -npm install is-buffer -``` - -## usage - -```js -var isBuffer = require('is-buffer') - -isBuffer(new Buffer(4)) // true - -isBuffer(undefined) // false -isBuffer(null) // false -isBuffer('') // false -isBuffer(true) // false -isBuffer(false) // false -isBuffer(0) // false -isBuffer(1) // false -isBuffer(1.0) // false -isBuffer('string') // false -isBuffer({}) // false -isBuffer(function foo () {}) // false -``` - -## license - -MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org). diff --git a/2019-setembro/node_modules/is-buffer/index.js b/2019-setembro/node_modules/is-buffer/index.js deleted file mode 100644 index 9cce396..0000000 --- a/2019-setembro/node_modules/is-buffer/index.js +++ /dev/null @@ -1,21 +0,0 @@ -/*! - * Determine if an object is a Buffer - * - * @author Feross Aboukhadijeh - * @license MIT - */ - -// The _isBuffer check is for Safari 5-7 support, because it's missing -// Object.prototype.constructor. Remove this eventually -module.exports = function (obj) { - return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer) -} - -function isBuffer (obj) { - return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj) -} - -// For Node v0.10 support. Remove this eventually. -function isSlowBuffer (obj) { - return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0)) -} diff --git a/2019-setembro/node_modules/is-buffer/package.json b/2019-setembro/node_modules/is-buffer/package.json deleted file mode 100644 index ea12137..0000000 --- a/2019-setembro/node_modules/is-buffer/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "is-buffer", - "description": "Determine if an object is a Buffer", - "version": "1.1.6", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org/" - }, - "bugs": { - "url": "https://github.com/feross/is-buffer/issues" - }, - "dependencies": {}, - "devDependencies": { - "standard": "*", - "tape": "^4.0.0", - "zuul": "^3.0.0" - }, - "keywords": [ - "buffer", - "buffers", - "type", - "core buffer", - "browser buffer", - "browserify", - "typed array", - "uint32array", - "int16array", - "int32array", - "float32array", - "float64array", - "browser", - "arraybuffer", - "dataview" - ], - "license": "MIT", - "main": "index.js", - "repository": { - "type": "git", - "url": "git://github.com/feross/is-buffer.git" - }, - "scripts": { - "test": "standard && npm run test-node && npm run test-browser", - "test-browser": "zuul -- test/*.js", - "test-browser-local": "zuul --local -- test/*.js", - "test-node": "tape test/*.js" - }, - "testling": { - "files": "test/*.js" - } -} diff --git a/2019-setembro/node_modules/is-buffer/test/basic.js b/2019-setembro/node_modules/is-buffer/test/basic.js deleted file mode 100644 index be4f8e4..0000000 --- a/2019-setembro/node_modules/is-buffer/test/basic.js +++ /dev/null @@ -1,24 +0,0 @@ -var isBuffer = require('../') -var test = require('tape') - -test('is-buffer', function (t) { - t.equal(isBuffer(Buffer.alloc(4)), true, 'new Buffer(4)') - t.equal(isBuffer(Buffer.allocUnsafeSlow(100)), true, 'SlowBuffer(100)') - - t.equal(isBuffer(undefined), false, 'undefined') - t.equal(isBuffer(null), false, 'null') - t.equal(isBuffer(''), false, 'empty string') - t.equal(isBuffer(true), false, 'true') - t.equal(isBuffer(false), false, 'false') - t.equal(isBuffer(0), false, '0') - t.equal(isBuffer(1), false, '1') - t.equal(isBuffer(1.0), false, '1.0') - t.equal(isBuffer('string'), false, 'string') - t.equal(isBuffer({}), false, '{}') - t.equal(isBuffer([]), false, '[]') - t.equal(isBuffer(function foo () {}), false, 'function foo () {}') - t.equal(isBuffer({ isBuffer: null }), false, '{ isBuffer: null }') - t.equal(isBuffer({ isBuffer: function () { throw new Error() } }), false, '{ isBuffer: function () { throw new Error() } }') - - t.end() -}) diff --git a/2019-setembro/node_modules/is-callable/.editorconfig b/2019-setembro/node_modules/is-callable/.editorconfig deleted file mode 100644 index bc228f8..0000000 --- a/2019-setembro/node_modules/is-callable/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -root = true - -[*] -indent_style = tab -indent_size = 4 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -max_line_length = 150 - -[CHANGELOG.md] -indent_style = space -indent_size = 2 - -[*.json] -max_line_length = off - -[Makefile] -max_line_length = off diff --git a/2019-setembro/node_modules/is-callable/.eslintrc b/2019-setembro/node_modules/is-callable/.eslintrc deleted file mode 100644 index db619b5..0000000 --- a/2019-setembro/node_modules/is-callable/.eslintrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "id-length": 0, - "max-statements": [2, 12], - "max-statements-per-line": [2, { "max": 2 }] - } -} diff --git a/2019-setembro/node_modules/is-callable/.istanbul.yml b/2019-setembro/node_modules/is-callable/.istanbul.yml deleted file mode 100644 index 9affe0b..0000000 --- a/2019-setembro/node_modules/is-callable/.istanbul.yml +++ /dev/null @@ -1,47 +0,0 @@ -verbose: false -instrumentation: - root: . - extensions: - - .js - - .jsx - default-excludes: true - excludes: [] - variable: __coverage__ - compact: true - preserve-comments: false - complete-copy: false - save-baseline: false - baseline-file: ./coverage/coverage-baseline.raw.json - include-all-sources: false - include-pid: false - es-modules: false - auto-wrap: false -reporting: - print: summary - reports: - - html - dir: ./coverage - summarizer: pkg - report-config: {} - watermarks: - statements: [50, 80] - functions: [50, 80] - branches: [50, 80] - lines: [50, 80] -hooks: - hook-run-in-context: false - post-require-hook: null - handle-sigint: false -check: - global: - statements: 100 - lines: 100 - branches: 100 - functions: 100 - excludes: [] - each: - statements: 100 - lines: 100 - branches: 100 - functions: 100 - excludes: [] diff --git a/2019-setembro/node_modules/is-callable/.jscs.json b/2019-setembro/node_modules/is-callable/.jscs.json deleted file mode 100644 index b4d9b8b..0000000 --- a/2019-setembro/node_modules/is-callable/.jscs.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "es3": true, - - "additionalRules": [], - - "requireSemicolons": true, - - "disallowMultipleSpaces": true, - - "disallowIdentifierNames": [], - - "requireCurlyBraces": { - "allExcept": [], - "keywords": ["if", "else", "for", "while", "do", "try", "catch"] - }, - - "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], - - "disallowSpaceAfterKeywords": [], - - "disallowSpaceBeforeComma": true, - "disallowSpaceAfterComma": false, - "disallowSpaceBeforeSemicolon": true, - - "disallowNodeTypes": [ - "DebuggerStatement", - "ForInStatement", - "LabeledStatement", - "SwitchCase", - "SwitchStatement", - "WithStatement" - ], - - "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, - - "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, - "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, - "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, - - "requireSpaceBetweenArguments": true, - - "disallowSpacesInsideParentheses": true, - - "disallowSpacesInsideArrayBrackets": true, - - "disallowQuotedKeysInObjects": { "allExcept": ["reserved"] }, - - "disallowSpaceAfterObjectKeys": true, - - "requireCommaBeforeLineBreak": true, - - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], - "requireSpaceAfterPrefixUnaryOperators": [], - - "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], - "requireSpaceBeforePostfixUnaryOperators": [], - - "disallowSpaceBeforeBinaryOperators": [], - "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - - "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - "disallowSpaceAfterBinaryOperators": [], - - "disallowImplicitTypeConversion": ["binary", "string"], - - "disallowKeywords": ["with", "eval"], - - "requireKeywordsOnNewLine": [], - "disallowKeywordsOnNewLine": ["else"], - - "requireLineFeedAtFileEnd": true, - - "disallowTrailingWhitespace": true, - - "disallowTrailingComma": true, - - "excludeFiles": ["node_modules/**", "vendor/**"], - - "disallowMultipleLineStrings": true, - - "requireDotNotation": { "allExcept": ["keywords"] }, - - "requireParenthesesAroundIIFE": true, - - "validateLineBreaks": "LF", - - "validateQuoteMarks": { - "escape": true, - "mark": "'" - }, - - "disallowOperatorBeforeLineBreak": [], - - "requireSpaceBeforeKeywords": [ - "do", - "for", - "if", - "else", - "switch", - "case", - "try", - "catch", - "finally", - "while", - "with", - "return" - ], - - "validateAlignedFunctionParameters": { - "lineBreakAfterOpeningBraces": true, - "lineBreakBeforeClosingBraces": true - }, - - "requirePaddingNewLinesBeforeExport": true, - - "validateNewlineAfterArrayElements": { - "maximum": 1 - }, - - "requirePaddingNewLinesAfterUseStrict": true, - - "disallowArrowFunctions": true, - - "disallowMultiLineTernary": true, - - "validateOrderInObjectKeys": "asc-insensitive", - - "disallowIdenticalDestructuringNames": true, - - "disallowNestedTernaries": { "maxLevel": 1 }, - - "requireSpaceAfterComma": { "allExcept": ["trailing"] }, - "requireAlignedMultilineParams": false, - - "requireSpacesInGenerator": { - "afterStar": true - }, - - "disallowSpacesInGenerator": { - "beforeStar": true - }, - - "disallowVar": false, - - "requireArrayDestructuring": false, - - "requireEnhancedObjectLiterals": false, - - "requireObjectDestructuring": false, - - "requireEarlyReturn": false, - - "requireCapitalizedConstructorsNew": { - "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] - }, - - "requireImportAlphabetized": false, - - "requireSpaceBeforeObjectValues": true, - "requireSpaceBeforeDestructuredValues": true, - - "disallowSpacesInsideTemplateStringPlaceholders": true, - - "disallowArrayDestructuringReturn": false, - - "requireNewlineBeforeSingleStatementsInIf": false, - - "disallowUnusedVariables": true, - - "requireSpacesInsideImportedObjectBraces": true, - - "requireUseStrict": true -} - diff --git a/2019-setembro/node_modules/is-callable/.travis.yml b/2019-setembro/node_modules/is-callable/.travis.yml deleted file mode 100644 index 767256c..0000000 --- a/2019-setembro/node_modules/is-callable/.travis.yml +++ /dev/null @@ -1,225 +0,0 @@ -language: node_js -os: - - linux -node_js: - - "10.4" - - "9.11" - - "8.11" - - "7.10" - - "6.14" - - "5.12" - - "4.9" - - "iojs-v3.3" - - "iojs-v2.5" - - "iojs-v1.8" - - "0.12" - - "0.10" - - "0.8" -before_install: - - 'case "${TRAVIS_NODE_VERSION}" in 0.*) export NPM_CONFIG_STRICT_SSL=false ;; esac' - - 'nvm install-latest-npm' -install: - - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;' -script: - - 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi' - - 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi' - - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi' - - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi' -sudo: false -env: - - TEST=true -matrix: - fast_finish: true - include: - - node_js: "lts/*" - env: PRETEST=true - - node_js: "lts/*" - env: POSTTEST=true - - node_js: "4" - env: COVERAGE=true - - node_js: "10.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.13" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.12" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.4" - env: TEST=true ALLOW_FAILURE=true - allow_failures: - - os: osx - - env: TEST=true ALLOW_FAILURE=true - - env: COVERAGE=true diff --git a/2019-setembro/node_modules/is-callable/CHANGELOG.md b/2019-setembro/node_modules/is-callable/CHANGELOG.md deleted file mode 100644 index 58286a0..0000000 --- a/2019-setembro/node_modules/is-callable/CHANGELOG.md +++ /dev/null @@ -1,56 +0,0 @@ -1.1.4 / 2018-07-02 -================= - * [Fix] improve `class` and arrow function detection (#30, #31) - * [Tests] on all latest node minors; improve matrix - * [Dev Deps] update all dev deps - -1.1.3 / 2016-02-27 -================= - * [Fix] ensure “class “ doesn’t screw up “class” detection - * [Tests] up to `node` `v5.7`, `v4.3` - * [Dev Deps] update to `eslint` v2, `@ljharb/eslint-config`, `jscs` - -1.1.2 / 2016-01-15 -================= - * [Fix] Make sure comments don’t screw up “class” detection (#4) - * [Tests] up to `node` `v5.3` - * [Tests] Add `parallelshell`, run both `--es-staging` and stock tests at once - * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config` - * [Refactor] convert `isNonES6ClassFn` into `isES6ClassFn` - -1.1.1 / 2015-11-30 -================= - * [Fix] do not throw when a non-function has a function in its [[Prototype]] (#2) - * [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `jscs`, `nsp`, `semver` - * [Tests] up to `node` `v5.1` - * [Tests] no longer allow node 0.8 to fail. - * [Tests] fix npm upgrades in older nodes - -1.1.0 / 2015-10-02 -================= - * [Fix] Some browsers report TypedArray constructors as `typeof object` - * [New] return false for "class" constructors, when possible. - * [Tests] up to `io.js` `v3.3`, `node` `v4.1` - * [Dev Deps] update `eslint`, `editorconfig-tools`, `nsp`, `tape`, `semver`, `jscs`, `covert`, `make-arrow-function` - * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG - -1.0.4 / 2015-01-30 -================= - * If @@toStringTag is not present, use the old-school Object#toString test. - -1.0.3 / 2015-01-29 -================= - * Add tests to ensure arrow functions are callable. - * Refactor to aid optimization of non-try/catch code. - -1.0.2 / 2015-01-29 -================= - * Fix broken package.json - -1.0.1 / 2015-01-29 -================= - * Add early exit for typeof not "function" - -1.0.0 / 2015-01-29 -================= - * Initial release. diff --git a/2019-setembro/node_modules/is-callable/LICENSE b/2019-setembro/node_modules/is-callable/LICENSE deleted file mode 100644 index b43df44..0000000 --- a/2019-setembro/node_modules/is-callable/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/2019-setembro/node_modules/is-callable/Makefile b/2019-setembro/node_modules/is-callable/Makefile deleted file mode 100644 index b9e4fe1..0000000 --- a/2019-setembro/node_modules/is-callable/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. -$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) - - # The files that need updating when incrementing the version number. -VERSIONED_FILES := *.js *.json README* - - -# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. -# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment -# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. -export PATH := $(shell printf '%s' "$$PWD/node_modules/.bin:$$PATH") -UTILS := semver -# Make sure that all required utilities can be located. -UTIL_CHECK := $(or $(shell PATH="$(PATH)" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS))) - -# Default target (by virtue of being the first non '.'-prefixed in the file). -.PHONY: _no-target-specified -_no-target-specified: - $(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests) - -# Lists all targets defined in this makefile. -.PHONY: list -list: - @$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | command grep -v -e '^[^[:alnum:]]' -e '^$@$$command ' | sort - -# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS). -.PHONY: test -test: - @npm test - -.PHONY: _ensure-tag -_ensure-tag: -ifndef TAG - $(error Please invoke with `make TAG= release`, where is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number) -endif - -CHANGELOG_ERROR = $(error No CHANGELOG specified) -.PHONY: _ensure-changelog -_ensure-changelog: - @ (git status -sb --porcelain | command grep -E '^( M|[MA] ) CHANGELOG.md' > /dev/null) || (echo no CHANGELOG.md specified && exit 2) - -# Ensures that the git workspace is clean. -.PHONY: _ensure-clean -_ensure-clean: - @[ -z "$$((git status --porcelain --untracked-files=no || echo err) | command grep -v 'CHANGELOG.md')" ] || { echo "Workspace is not clean; please commit changes first." >&2; exit 2; } - -# Makes a release; invoke with `make TAG= release`. -.PHONY: release -release: _ensure-tag _ensure-changelog _ensure-clean - @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ - new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ - if printf "$$new_ver" | command grep -q '^[0-9]'; then \ - semver "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \ - semver -r "> $$old_ver" "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \ - else \ - new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ - fi; \ - printf "=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\n=== TYPE 'proceed' TO PROCEED, anything else to abort: " && read response && [ "$$response" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \ - replace "$$old_ver" "$$new_ver" -- $(VERSIONED_FILES) && \ - git commit -m "v$$new_ver" $(VERSIONED_FILES) CHANGELOG.md && \ - git tag -a -m "v$$new_ver" "v$$new_ver" diff --git a/2019-setembro/node_modules/is-callable/README.md b/2019-setembro/node_modules/is-callable/README.md deleted file mode 100644 index 0cb6587..0000000 --- a/2019-setembro/node_modules/is-callable/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# is-callable [![Version Badge][2]][1] - -[![Build Status][3]][4] -[![dependency status][5]][6] -[![dev dependency status][7]][8] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -[![npm badge][11]][1] - -[![browser support][9]][10] - -Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. - -## Example - -```js -var isCallable = require('is-callable'); -var assert = require('assert'); - -assert.notOk(isCallable(undefined)); -assert.notOk(isCallable(null)); -assert.notOk(isCallable(false)); -assert.notOk(isCallable(true)); -assert.notOk(isCallable([])); -assert.notOk(isCallable({})); -assert.notOk(isCallable(/a/g)); -assert.notOk(isCallable(new RegExp('a', 'g'))); -assert.notOk(isCallable(new Date())); -assert.notOk(isCallable(42)); -assert.notOk(isCallable(NaN)); -assert.notOk(isCallable(Infinity)); -assert.notOk(isCallable(new Number(42))); -assert.notOk(isCallable('foo')); -assert.notOk(isCallable(Object('foo'))); - -assert.ok(isCallable(function () {})); -assert.ok(isCallable(function* () {})); -assert.ok(isCallable(x => x * x)); -``` - -## Tests -Simply clone the repo, `npm install`, and run `npm test` - -[1]: https://npmjs.org/package/is-callable -[2]: http://versionbadg.es/ljharb/is-callable.svg -[3]: https://travis-ci.org/ljharb/is-callable.svg -[4]: https://travis-ci.org/ljharb/is-callable -[5]: https://david-dm.org/ljharb/is-callable.svg -[6]: https://david-dm.org/ljharb/is-callable -[7]: https://david-dm.org/ljharb/is-callable/dev-status.svg -[8]: https://david-dm.org/ljharb/is-callable#info=devDependencies -[9]: https://ci.testling.com/ljharb/is-callable.png -[10]: https://ci.testling.com/ljharb/is-callable -[11]: https://nodei.co/npm/is-callable.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/is-callable.svg -[license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/is-callable.svg -[downloads-url]: http://npm-stat.com/charts.html?package=is-callable diff --git a/2019-setembro/node_modules/is-callable/index.js b/2019-setembro/node_modules/is-callable/index.js deleted file mode 100644 index d9820b5..0000000 --- a/2019-setembro/node_modules/is-callable/index.js +++ /dev/null @@ -1,37 +0,0 @@ -'use strict'; - -var fnToStr = Function.prototype.toString; - -var constructorRegex = /^\s*class\b/; -var isES6ClassFn = function isES6ClassFunction(value) { - try { - var fnStr = fnToStr.call(value); - return constructorRegex.test(fnStr); - } catch (e) { - return false; // not a function - } -}; - -var tryFunctionObject = function tryFunctionToStr(value) { - try { - if (isES6ClassFn(value)) { return false; } - fnToStr.call(value); - return true; - } catch (e) { - return false; - } -}; -var toStr = Object.prototype.toString; -var fnClass = '[object Function]'; -var genClass = '[object GeneratorFunction]'; -var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol'; - -module.exports = function isCallable(value) { - if (!value) { return false; } - if (typeof value !== 'function' && typeof value !== 'object') { return false; } - if (typeof value === 'function' && !value.prototype) { return true; } - if (hasToStringTag) { return tryFunctionObject(value); } - if (isES6ClassFn(value)) { return false; } - var strClass = toStr.call(value); - return strClass === fnClass || strClass === genClass; -}; diff --git a/2019-setembro/node_modules/is-callable/package.json b/2019-setembro/node_modules/is-callable/package.json deleted file mode 100644 index 475a27d..0000000 --- a/2019-setembro/node_modules/is-callable/package.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "name": "is-callable", - "version": "1.1.4", - "author": { - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": "http://ljharb.codes" - }, - "contributors": [ - { - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": "http://ljharb.codes" - } - ], - "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.", - "license": "MIT", - "main": "index.js", - "scripts": { - "pretest": "npm run --silent lint", - "test": "npm run --silent tests-only", - "posttest": "npm run --silent security", - "tests-only": "npm run --silent test:stock && npm run --silent test:staging", - "test:stock": "node test.js", - "test:staging": "node --es-staging test.js", - "coverage": "npm run --silent istanbul", - "covert": "covert test.js", - "covert:quiet": "covert test.js --quiet", - "istanbul": "npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check", - "istanbul:clean": "rimraf coverage coverage-std coverage-harmony", - "istanbul:merge": "istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html", - "istanbul:harmony": "node --harmony ./node_modules/istanbul/lib/cli.js cover test.js --dir coverage-harmony", - "istanbul:std": "istanbul cover test.js --report html --dir coverage-std", - "prelint": "editorconfig-tools check *", - "lint": "npm run jscs && npm run eslint", - "jscs": "jscs *.js", - "eslint": "eslint *.js", - "security": "nsp check" - }, - "repository": { - "type": "git", - "url": "git://github.com/ljharb/is-callable.git" - }, - "keywords": [ - "Function", - "function", - "callable", - "generator", - "generator function", - "arrow", - "arrow function", - "ES6", - "toStringTag", - "@@toStringTag" - ], - "dependencies": {}, - "devDependencies": { - "@ljharb/eslint-config": "^12.2.1", - "covert": "^1.1.0", - "editorconfig-tools": "^0.1.1", - "eslint": "^4.19.1", - "foreach": "^2.0.5", - "istanbul": "1.1.0-alpha.1", - "istanbul-merge": "^1.1.1", - "jscs": "^3.0.7", - "make-arrow-function": "^1.1.0", - "make-generator-function": "^1.1.0", - "nsp": "^3.2.1", - "rimraf": "^2.6.2", - "semver": "^5.5.0", - "tape": "^4.9.1" - }, - "testling": { - "files": "test.js", - "browsers": [ - "iexplore/6.0..latest", - "firefox/3.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/10.0..latest", - "opera/next", - "safari/4.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - } -} diff --git a/2019-setembro/node_modules/is-callable/test.js b/2019-setembro/node_modules/is-callable/test.js deleted file mode 100644 index f5be51d..0000000 --- a/2019-setembro/node_modules/is-callable/test.js +++ /dev/null @@ -1,158 +0,0 @@ -'use strict'; - -/* eslint no-magic-numbers: 1 */ - -var test = require('tape'); -var isCallable = require('./'); -var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol'; -var genFn = require('make-generator-function'); -var arrowFn = require('make-arrow-function')(); -var weirdlyCommentedArrowFn; -var asyncFn; -var asyncArrowFn; -try { - /* eslint no-new-func: 0 */ - weirdlyCommentedArrowFn = Function('return cl/*/**/=>/**/ass - 1;')(); - asyncFn = Function('return async function foo() {};')(); - asyncArrowFn = Function('return async () => {};')(); -} catch (e) { /**/ } -var forEach = require('foreach'); - -var noop = function () {}; -var classFake = function classFake() { }; // eslint-disable-line func-name-matching -var returnClass = function () { return ' class '; }; -var return3 = function () { return 3; }; -/* for coverage */ -noop(); -classFake(); -returnClass(); -return3(); -/* end for coverage */ - -var invokeFunction = function invokeFunctionString(str) { - var result; - try { - /* eslint-disable no-new-func */ - var fn = Function(str); - /* eslint-enable no-new-func */ - result = fn(); - } catch (e) {} - return result; -}; - -var classConstructor = invokeFunction('"use strict"; return class Foo {}'); - -var commentedClass = invokeFunction('"use strict"; return class/*kkk*/\n//blah\n Bar\n//blah\n {}'); -var commentedClassOneLine = invokeFunction('"use strict"; return class/**/A{}'); -var classAnonymous = invokeFunction('"use strict"; return class{}'); -var classAnonymousCommentedOneLine = invokeFunction('"use strict"; return class/*/*/{}'); - -test('not callables', function (t) { - t.test('non-number/string primitives', function (st) { - st.notOk(isCallable(), 'undefined is not callable'); - st.notOk(isCallable(null), 'null is not callable'); - st.notOk(isCallable(false), 'false is not callable'); - st.notOk(isCallable(true), 'true is not callable'); - st.end(); - }); - - t.notOk(isCallable([]), 'array is not callable'); - t.notOk(isCallable({}), 'object is not callable'); - t.notOk(isCallable(/a/g), 'regex literal is not callable'); - t.notOk(isCallable(new RegExp('a', 'g')), 'regex object is not callable'); - t.notOk(isCallable(new Date()), 'new Date() is not callable'); - - t.test('numbers', function (st) { - st.notOk(isCallable(42), 'number is not callable'); - st.notOk(isCallable(Object(42)), 'number object is not callable'); - st.notOk(isCallable(NaN), 'NaN is not callable'); - st.notOk(isCallable(Infinity), 'Infinity is not callable'); - st.end(); - }); - - t.test('strings', function (st) { - st.notOk(isCallable('foo'), 'string primitive is not callable'); - st.notOk(isCallable(Object('foo')), 'string object is not callable'); - st.end(); - }); - - t.test('non-function with function in its [[Prototype]] chain', function (st) { - var Foo = function Bar() {}; - Foo.prototype = noop; - st.equal(true, isCallable(Foo), 'sanity check: Foo is callable'); - st.equal(false, isCallable(new Foo()), 'instance of Foo is not callable'); - st.end(); - }); - - t.end(); -}); - -test('@@toStringTag', { skip: !hasSymbols || !Symbol.toStringTag }, function (t) { - var fakeFunction = { - toString: function () { return String(return3); }, - valueOf: return3 - }; - fakeFunction[Symbol.toStringTag] = 'Function'; - t.equal(String(fakeFunction), String(return3)); - t.equal(Number(fakeFunction), return3()); - t.notOk(isCallable(fakeFunction), 'fake Function with @@toStringTag "Function" is not callable'); - t.end(); -}); - -var typedArrayNames = [ - 'Int8Array', - 'Uint8Array', - 'Uint8ClampedArray', - 'Int16Array', - 'Uint16Array', - 'Int32Array', - 'Uint32Array', - 'Float32Array', - 'Float64Array' -]; - -test('Functions', function (t) { - t.ok(isCallable(noop), 'function is callable'); - t.ok(isCallable(classFake), 'function with name containing "class" is callable'); - t.ok(isCallable(returnClass), 'function with string " class " is callable'); - t.ok(isCallable(isCallable), 'isCallable is callable'); - t.end(); -}); - -test('Typed Arrays', function (st) { - forEach(typedArrayNames, function (typedArray) { - /* istanbul ignore if : covered in node 0.6 */ - if (typeof global[typedArray] === 'undefined') { - st.comment('# SKIP typed array "' + typedArray + '" not supported'); - } else { - st.ok(isCallable(global[typedArray]), typedArray + ' is callable'); - } - }); - st.end(); -}); - -test('Generators', { skip: !genFn }, function (t) { - t.ok(isCallable(genFn), 'generator function is callable'); - t.end(); -}); - -test('Arrow functions', { skip: !arrowFn }, function (t) { - t.ok(isCallable(arrowFn), 'arrow function is callable'); - t.ok(isCallable(weirdlyCommentedArrowFn), 'weirdly commented arrow functions are callable'); - t.end(); -}); - -test('"Class" constructors', { skip: !classConstructor || !commentedClass || !commentedClassOneLine || !classAnonymous }, function (t) { - t.notOk(isCallable(classConstructor), 'class constructors are not callable'); - t.notOk(isCallable(commentedClass), 'class constructors with comments in the signature are not callable'); - t.notOk(isCallable(commentedClassOneLine), 'one-line class constructors with comments in the signature are not callable'); - t.notOk(isCallable(classAnonymous), 'anonymous class constructors are not callable'); - t.notOk(isCallable(classAnonymousCommentedOneLine), 'anonymous one-line class constructors with comments in the signature are not callable'); - t.end(); -}); - -test('`async function`s', { skip: !asyncFn }, function (t) { - t.ok(isCallable(asyncFn), '`async function`s are callable'); - t.ok(isCallable(asyncArrowFn), '`async` arrow functions are callable'); - t.end(); -}); diff --git a/2019-setembro/node_modules/is-data-descriptor/LICENSE b/2019-setembro/node_modules/is-data-descriptor/LICENSE deleted file mode 100644 index e33d14b..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-data-descriptor/README.md b/2019-setembro/node_modules/is-data-descriptor/README.md deleted file mode 100644 index 42b0714..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/README.md +++ /dev/null @@ -1,161 +0,0 @@ -# is-data-descriptor [![NPM version](https://img.shields.io/npm/v/is-data-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-data-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-data-descriptor.svg?style=flat)](https://npmjs.org/package/is-data-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-data-descriptor.svg?style=flat)](https://npmjs.org/package/is-data-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-data-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-data-descriptor) - -> Returns true if a value has the characteristics of a valid JavaScript data descriptor. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-data-descriptor -``` - -## Usage - -```js -var isDataDesc = require('is-data-descriptor'); -``` - -## Examples - -`true` when the descriptor has valid properties with valid values. - -```js -// `value` can be anything -isDataDesc({value: 'foo'}) -isDataDesc({value: function() {}}) -isDataDesc({value: true}) -//=> true -``` - -`false` when not an object - -```js -isDataDesc('a') -//=> false -isDataDesc(null) -//=> false -isDataDesc([]) -//=> false -``` - -`false` when the object has invalid properties - -```js -isDataDesc({value: 'foo', bar: 'baz'}) -//=> false -isDataDesc({value: 'foo', bar: 'baz'}) -//=> false -isDataDesc({value: 'foo', get: function(){}}) -//=> false -isDataDesc({get: function(){}, value: 'foo'}) -//=> false -``` - -`false` when a value is not the correct type - -```js -isDataDesc({value: 'foo', enumerable: 'foo'}) -//=> false -isDataDesc({value: 'foo', configurable: 'foo'}) -//=> false -isDataDesc({value: 'foo', writable: 'foo'}) -//=> false -``` - -## Valid properties - -The only valid data descriptor properties are the following: - -* `configurable` (required) -* `enumerable` (required) -* `value` (optional) -* `writable` (optional) - -To be a valid data descriptor, either `value` or `writable` must be defined. - -**Invalid properties** - -A descriptor may have additional _invalid_ properties (an error will **not** be thrown). - -```js -var foo = {}; - -Object.defineProperty(foo, 'bar', { - enumerable: true, - whatever: 'blah', // invalid, but doesn't cause an error - get: function() { - return 'baz'; - } -}); - -console.log(foo.bar); -//=> 'baz' -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") -* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") -* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 21 | [jonschlinkert](https://github.com/jonschlinkert) | -| 2 | [realityking](https://github.com/realityking) | - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-data-descriptor/index.js b/2019-setembro/node_modules/is-data-descriptor/index.js deleted file mode 100644 index cfeae36..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/index.js +++ /dev/null @@ -1,49 +0,0 @@ -/*! - * is-data-descriptor - * - * Copyright (c) 2015-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var typeOf = require('kind-of'); - -module.exports = function isDataDescriptor(obj, prop) { - // data descriptor properties - var data = { - configurable: 'boolean', - enumerable: 'boolean', - writable: 'boolean' - }; - - if (typeOf(obj) !== 'object') { - return false; - } - - if (typeof prop === 'string') { - var val = Object.getOwnPropertyDescriptor(obj, prop); - return typeof val !== 'undefined'; - } - - if (!('value' in obj) && !('writable' in obj)) { - return false; - } - - for (var key in obj) { - if (key === 'value') continue; - - if (!data.hasOwnProperty(key)) { - continue; - } - - if (typeOf(obj[key]) === data[key]) { - continue; - } - - if (typeof obj[key] !== 'undefined') { - return false; - } - } - return true; -}; diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/CHANGELOG.md b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/CHANGELOG.md deleted file mode 100644 index fb30b06..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/CHANGELOG.md +++ /dev/null @@ -1,157 +0,0 @@ -# Release history - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - -
    - Guiding Principles - -- Changelogs are for humans, not machines. -- There should be an entry for every single version. -- The same types of changes should be grouped. -- Versions and sections should be linkable. -- The latest version comes first. -- The release date of each versions is displayed. -- Mention whether you follow Semantic Versioning. - -
    - -
    - Types of changes - -Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): - -- `Added` for new features. -- `Changed` for changes in existing functionality. -- `Deprecated` for soon-to-be removed features. -- `Removed` for now removed features. -- `Fixed` for any bug fixes. -- `Security` in case of vulnerabilities. - -
    - -## [6.0.0] - 2017-10-13 - -- refactor code to be more performant -- refactor benchmarks - -## [5.1.0] - 2017-10-13 - -**Added** - -- Merge pull request #15 from aretecode/patch-1 -- adds support and tests for string & array iterators - -**Changed** - -- updates benchmarks - -## [5.0.2] - 2017-08-02 - -- Merge pull request #14 from struct78/master -- Added `undefined` check - -## [5.0.0] - 2017-06-21 - -- Merge pull request #12 from aretecode/iterator -- Set Iterator + Map Iterator -- streamline `isbuffer`, minor edits - -## [4.0.0] - 2017-05-19 - -- Merge pull request #8 from tunnckoCore/master -- update deps - -## [3.2.2] - 2017-05-16 - -- fix version - -## [3.2.1] - 2017-05-16 - -- add browserify - -## [3.2.0] - 2017-04-25 - -- Merge pull request #10 from ksheedlo/unrequire-buffer -- add `promise` support and tests -- Remove unnecessary `Buffer` check - -## [3.1.0] - 2016-12-07 - -- Merge pull request #7 from laggingreflex/err -- add support for `error` and tests -- run update - -## [3.0.4] - 2016-07-29 - -- move tests -- run update - -## [3.0.3] - 2016-05-03 - -- fix prepublish script -- remove unused dep - -## [3.0.0] - 2015-11-17 - -- add typed array support -- Merge pull request #5 from miguelmota/typed-arrays -- adds new tests - -## [2.0.1] - 2015-08-21 - -- use `is-buffer` module - -## [2.0.0] - 2015-05-31 - -- Create fallback for `Array.isArray` if used as a browser package -- Merge pull request #2 from dtothefp/patch-1 -- Merge pull request #3 from pdehaan/patch-1 -- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master -- optimizations, mostly date and regex - -## [1.1.0] - 2015-02-09 - -- adds `buffer` support -- adds tests for `buffer` - -## [1.0.0] - 2015-01-19 - -- update benchmarks -- optimizations based on benchmarks - -## [0.1.2] - 2014-10-26 - -- return `typeof` value if it's not an object. very slight speed improvement -- use `.slice` -- adds benchmarks - -## [0.1.0] - 2014-9-26 - -- first commit - -[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0 -[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0 -[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2 -[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1 -[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0 -[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0 -[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2 -[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1 -[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0 -[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0 -[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4 -[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3 -[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0 -[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1 -[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0 -[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0 -[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0 -[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2 -[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87 - -[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD -[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog - diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE deleted file mode 100644 index 3f2eca1..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/README.md b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/README.md deleted file mode 100644 index 4b0d4a8..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/README.md +++ /dev/null @@ -1,365 +0,0 @@ -# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) - -> Get the native type of a value. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save kind-of -``` - -Install with [bower](https://bower.io/) - -```sh -$ bower install kind-of --save -``` - -## Why use this? - -1. [it's fast](#benchmarks) | [optimizations](#optimizations) -2. [better type checking](#better-type-checking) - -## Usage - -> es5, es6, and browser ready - -```js -var kindOf = require('kind-of'); - -kindOf(undefined); -//=> 'undefined' - -kindOf(null); -//=> 'null' - -kindOf(true); -//=> 'boolean' - -kindOf(false); -//=> 'boolean' - -kindOf(new Buffer('')); -//=> 'buffer' - -kindOf(42); -//=> 'number' - -kindOf('str'); -//=> 'string' - -kindOf(arguments); -//=> 'arguments' - -kindOf({}); -//=> 'object' - -kindOf(Object.create(null)); -//=> 'object' - -kindOf(new Test()); -//=> 'object' - -kindOf(new Date()); -//=> 'date' - -kindOf([1, 2, 3]); -//=> 'array' - -kindOf(/foo/); -//=> 'regexp' - -kindOf(new RegExp('foo')); -//=> 'regexp' - -kindOf(new Error('error')); -//=> 'error' - -kindOf(function () {}); -//=> 'function' - -kindOf(function * () {}); -//=> 'generatorfunction' - -kindOf(Symbol('str')); -//=> 'symbol' - -kindOf(new Map()); -//=> 'map' - -kindOf(new WeakMap()); -//=> 'weakmap' - -kindOf(new Set()); -//=> 'set' - -kindOf(new WeakSet()); -//=> 'weakset' - -kindOf(new Int8Array()); -//=> 'int8array' - -kindOf(new Uint8Array()); -//=> 'uint8array' - -kindOf(new Uint8ClampedArray()); -//=> 'uint8clampedarray' - -kindOf(new Int16Array()); -//=> 'int16array' - -kindOf(new Uint16Array()); -//=> 'uint16array' - -kindOf(new Int32Array()); -//=> 'int32array' - -kindOf(new Uint32Array()); -//=> 'uint32array' - -kindOf(new Float32Array()); -//=> 'float32array' - -kindOf(new Float64Array()); -//=> 'float64array' -``` - -## Benchmarks - -Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). - -```bash -# arguments (32 bytes) - kind-of x 17,024,098 ops/sec ±1.90% (86 runs sampled) - lib-type-of x 11,926,235 ops/sec ±1.34% (83 runs sampled) - lib-typeof x 9,245,257 ops/sec ±1.22% (87 runs sampled) - - fastest is kind-of (by 161% avg) - -# array (22 bytes) - kind-of x 17,196,492 ops/sec ±1.07% (88 runs sampled) - lib-type-of x 8,838,283 ops/sec ±1.02% (87 runs sampled) - lib-typeof x 8,677,848 ops/sec ±0.87% (87 runs sampled) - - fastest is kind-of (by 196% avg) - -# boolean (24 bytes) - kind-of x 16,841,600 ops/sec ±1.10% (86 runs sampled) - lib-type-of x 8,096,787 ops/sec ±0.95% (87 runs sampled) - lib-typeof x 8,423,345 ops/sec ±1.15% (86 runs sampled) - - fastest is kind-of (by 204% avg) - -# buffer (38 bytes) - kind-of x 14,848,060 ops/sec ±1.05% (86 runs sampled) - lib-type-of x 3,671,577 ops/sec ±1.49% (87 runs sampled) - lib-typeof x 8,360,236 ops/sec ±1.24% (86 runs sampled) - - fastest is kind-of (by 247% avg) - -# date (30 bytes) - kind-of x 16,067,761 ops/sec ±1.58% (86 runs sampled) - lib-type-of x 8,954,436 ops/sec ±1.40% (87 runs sampled) - lib-typeof x 8,488,307 ops/sec ±1.51% (84 runs sampled) - - fastest is kind-of (by 184% avg) - -# error (36 bytes) - kind-of x 9,634,090 ops/sec ±1.12% (89 runs sampled) - lib-type-of x 7,735,624 ops/sec ±1.32% (86 runs sampled) - lib-typeof x 7,442,160 ops/sec ±1.11% (90 runs sampled) - - fastest is kind-of (by 127% avg) - -# function (34 bytes) - kind-of x 10,031,494 ops/sec ±1.27% (86 runs sampled) - lib-type-of x 9,502,757 ops/sec ±1.17% (89 runs sampled) - lib-typeof x 8,278,985 ops/sec ±1.08% (88 runs sampled) - - fastest is kind-of (by 113% avg) - -# null (24 bytes) - kind-of x 18,159,808 ops/sec ±1.92% (86 runs sampled) - lib-type-of x 12,927,635 ops/sec ±1.01% (88 runs sampled) - lib-typeof x 7,958,234 ops/sec ±1.21% (89 runs sampled) - - fastest is kind-of (by 174% avg) - -# number (22 bytes) - kind-of x 17,846,779 ops/sec ±0.91% (85 runs sampled) - lib-type-of x 3,316,636 ops/sec ±1.19% (86 runs sampled) - lib-typeof x 2,329,477 ops/sec ±2.21% (85 runs sampled) - - fastest is kind-of (by 632% avg) - -# object-plain (47 bytes) - kind-of x 7,085,155 ops/sec ±1.05% (88 runs sampled) - lib-type-of x 8,870,930 ops/sec ±1.06% (83 runs sampled) - lib-typeof x 8,716,024 ops/sec ±1.05% (87 runs sampled) - - fastest is lib-type-of (by 112% avg) - -# regex (25 bytes) - kind-of x 14,196,052 ops/sec ±1.65% (84 runs sampled) - lib-type-of x 9,554,164 ops/sec ±1.25% (88 runs sampled) - lib-typeof x 8,359,691 ops/sec ±1.07% (87 runs sampled) - - fastest is kind-of (by 158% avg) - -# string (33 bytes) - kind-of x 16,131,428 ops/sec ±1.41% (85 runs sampled) - lib-type-of x 7,273,172 ops/sec ±1.05% (87 runs sampled) - lib-typeof x 7,382,635 ops/sec ±1.17% (85 runs sampled) - - fastest is kind-of (by 220% avg) - -# symbol (34 bytes) - kind-of x 17,011,537 ops/sec ±1.24% (86 runs sampled) - lib-type-of x 3,492,454 ops/sec ±1.23% (89 runs sampled) - lib-typeof x 7,471,235 ops/sec ±2.48% (87 runs sampled) - - fastest is kind-of (by 310% avg) - -# template-strings (36 bytes) - kind-of x 15,434,250 ops/sec ±1.46% (83 runs sampled) - lib-type-of x 7,157,907 ops/sec ±0.97% (87 runs sampled) - lib-typeof x 7,517,986 ops/sec ±0.92% (86 runs sampled) - - fastest is kind-of (by 210% avg) - -# undefined (29 bytes) - kind-of x 19,167,115 ops/sec ±1.71% (87 runs sampled) - lib-type-of x 15,477,740 ops/sec ±1.63% (85 runs sampled) - lib-typeof x 19,075,495 ops/sec ±1.17% (83 runs sampled) - - fastest is lib-typeof,kind-of - -``` - -## Optimizations - -In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: - -1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. -2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. -3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` -4. There is no reason to make the code in a microlib as terse as possible, just to win points for making it shorter. It's always better to favor performant code over terse code. You will always only be using a single `require()` statement to use the library anyway, regardless of how the code is written. - -## Better type checking - -kind-of seems to be more consistently "correct" than other type checking libs I've looked at. For example, here are some differing results from other popular libs: - -### [typeof](https://github.com/CodingFu/typeof) lib - -Incorrectly identifies instances of custom constructors (pretty common): - -```js -var typeOf = require('typeof'); -function Test() {} -console.log(typeOf(new Test())); -//=> 'test' -``` - -Returns `object` instead of `arguments`: - -```js -function foo() { - console.log(typeOf(arguments)) //=> 'object' -} -foo(); -``` - -### [type-of](https://github.com/ForbesLindesay/type-of) lib - -Incorrectly returns `object` for generator functions, buffers, `Map`, `Set`, `WeakMap` and `WeakSet`: - -```js -function * foo() {} -console.log(typeOf(foo)); -//=> 'object' -console.log(typeOf(new Buffer(''))); -//=> 'object' -console.log(typeOf(new Map())); -//=> 'object' -console.log(typeOf(new Set())); -//=> 'object' -console.log(typeOf(new WeakMap())); -//=> 'object' -console.log(typeOf(new WeakSet())); -//=> 'object' -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") -* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 98 | [jonschlinkert](https://github.com/jonschlinkert) | -| 3 | [aretecode](https://github.com/aretecode) | -| 2 | [miguelmota](https://github.com/miguelmota) | -| 1 | [dtothefp](https://github.com/dtothefp) | -| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) | -| 1 | [ksheedlo](https://github.com/ksheedlo) | -| 1 | [pdehaan](https://github.com/pdehaan) | -| 1 | [laggingreflex](https://github.com/laggingreflex) | -| 1 | [charlike-old](https://github.com/charlike-old) | - -### Author - -**Jon Schlinkert** - -* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/index.js b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/index.js deleted file mode 100644 index aa2bb39..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/index.js +++ /dev/null @@ -1,129 +0,0 @@ -var toString = Object.prototype.toString; - -module.exports = function kindOf(val) { - if (val === void 0) return 'undefined'; - if (val === null) return 'null'; - - var type = typeof val; - if (type === 'boolean') return 'boolean'; - if (type === 'string') return 'string'; - if (type === 'number') return 'number'; - if (type === 'symbol') return 'symbol'; - if (type === 'function') { - return isGeneratorFn(val) ? 'generatorfunction' : 'function'; - } - - if (isArray(val)) return 'array'; - if (isBuffer(val)) return 'buffer'; - if (isArguments(val)) return 'arguments'; - if (isDate(val)) return 'date'; - if (isError(val)) return 'error'; - if (isRegexp(val)) return 'regexp'; - - switch (ctorName(val)) { - case 'Symbol': return 'symbol'; - case 'Promise': return 'promise'; - - // Set, Map, WeakSet, WeakMap - case 'WeakMap': return 'weakmap'; - case 'WeakSet': return 'weakset'; - case 'Map': return 'map'; - case 'Set': return 'set'; - - // 8-bit typed arrays - case 'Int8Array': return 'int8array'; - case 'Uint8Array': return 'uint8array'; - case 'Uint8ClampedArray': return 'uint8clampedarray'; - - // 16-bit typed arrays - case 'Int16Array': return 'int16array'; - case 'Uint16Array': return 'uint16array'; - - // 32-bit typed arrays - case 'Int32Array': return 'int32array'; - case 'Uint32Array': return 'uint32array'; - case 'Float32Array': return 'float32array'; - case 'Float64Array': return 'float64array'; - } - - if (isGeneratorObj(val)) { - return 'generator'; - } - - // Non-plain objects - type = toString.call(val); - switch (type) { - case '[object Object]': return 'object'; - // iterators - case '[object Map Iterator]': return 'mapiterator'; - case '[object Set Iterator]': return 'setiterator'; - case '[object String Iterator]': return 'stringiterator'; - case '[object Array Iterator]': return 'arrayiterator'; - } - - // other - return type.slice(8, -1).toLowerCase().replace(/\s/g, ''); -}; - -function ctorName(val) { - return val.constructor ? val.constructor.name : null; -} - -function isArray(val) { - if (Array.isArray) return Array.isArray(val); - return val instanceof Array; -} - -function isError(val) { - return val instanceof Error || (typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number'); -} - -function isDate(val) { - if (val instanceof Date) return true; - return typeof val.toDateString === 'function' - && typeof val.getDate === 'function' - && typeof val.setDate === 'function'; -} - -function isRegexp(val) { - if (val instanceof RegExp) return true; - return typeof val.flags === 'string' - && typeof val.ignoreCase === 'boolean' - && typeof val.multiline === 'boolean' - && typeof val.global === 'boolean'; -} - -function isGeneratorFn(name, val) { - return ctorName(name) === 'GeneratorFunction'; -} - -function isGeneratorObj(val) { - return typeof val.throw === 'function' - && typeof val.return === 'function' - && typeof val.next === 'function'; -} - -function isArguments(val) { - try { - if (typeof val.length === 'number' && typeof val.callee === 'function') { - return true; - } - } catch (err) { - if (err.message.indexOf('callee') !== -1) { - return true; - } - } - return false; -} - -/** - * If you need to support Safari 5-7 (8-10 yr-old browser), - * take a look at https://github.com/feross/is-buffer - */ - -function isBuffer(val) { - if (val.constructor && typeof val.constructor.isBuffer === 'function') { - return val.constructor.isBuffer(val); - } - return false; -} diff --git a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/package.json b/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/package.json deleted file mode 100644 index 73d70ae..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/node_modules/kind-of/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "kind-of", - "description": "Get the native type of a value.", - "version": "6.0.2", - "homepage": "https://github.com/jonschlinkert/kind-of", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "David Fox-Powell (https://dtothefp.github.io/me)", - "James (https://twitter.com/aretecode)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Ken Sheedlo (kensheedlo.com)", - "laggingreflex (https://github.com/laggingreflex)", - "Miguel Mota (https://miguelmota.com)", - "Peter deHaan (http://about.me/peterdehaan)", - "tunnckoCore (https://i.am.charlike.online)" - ], - "repository": "jonschlinkert/kind-of", - "bugs": { - "url": "https://github.com/jonschlinkert/kind-of/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha", - "prepublish": "browserify -o browser.js -e index.js -s index --bare" - }, - "devDependencies": { - "benchmarked": "^2.0.0", - "browserify": "^14.4.0", - "gulp-format-md": "^1.0.0", - "mocha": "^4.0.1", - "write": "^1.0.3" - }, - "keywords": [ - "arguments", - "array", - "boolean", - "check", - "date", - "function", - "is", - "is-type", - "is-type-of", - "kind", - "kind-of", - "number", - "object", - "of", - "regexp", - "string", - "test", - "type", - "type-of", - "typeof", - "types" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "related": { - "list": [ - "is-glob", - "is-number", - "is-primitive" - ] - }, - "reflinks": [ - "type-of", - "typeof", - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/is-data-descriptor/package.json b/2019-setembro/node_modules/is-data-descriptor/package.json deleted file mode 100644 index 0b09383..0000000 --- a/2019-setembro/node_modules/is-data-descriptor/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "is-data-descriptor", - "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", - "version": "1.0.0", - "homepage": "https://github.com/jonschlinkert/is-data-descriptor", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Rouven Weßling (www.rouvenwessling.de)" - ], - "repository": "jonschlinkert/is-data-descriptor", - "bugs": { - "url": "https://github.com/jonschlinkert/is-data-descriptor/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "kind-of": "^6.0.0" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "accessor", - "check", - "data", - "descriptor", - "get", - "getter", - "is", - "keys", - "object", - "properties", - "property", - "set", - "setter", - "type", - "valid", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "is-accessor-descriptor", - "is-data-descriptor", - "is-descriptor", - "isobject" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/is-date-object/.eslintrc b/2019-setembro/node_modules/is-date-object/.eslintrc deleted file mode 100644 index 1228f97..0000000 --- a/2019-setembro/node_modules/is-date-object/.eslintrc +++ /dev/null @@ -1,9 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "max-statements": [2, 12] - } -} diff --git a/2019-setembro/node_modules/is-date-object/.jscs.json b/2019-setembro/node_modules/is-date-object/.jscs.json deleted file mode 100644 index 040bb68..0000000 --- a/2019-setembro/node_modules/is-date-object/.jscs.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "es3": true, - - "additionalRules": [], - - "requireSemicolons": true, - - "disallowMultipleSpaces": true, - - "disallowIdentifierNames": [], - - "requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch"], - - "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], - - "disallowSpaceAfterKeywords": [], - - "disallowSpaceBeforeComma": true, - "disallowSpaceBeforeSemicolon": true, - - "disallowNodeTypes": [ - "DebuggerStatement", - "ForInStatement", - "LabeledStatement", - "SwitchCase", - "SwitchStatement", - "WithStatement" - ], - - "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, - "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, - "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, - - "requireSpaceBetweenArguments": true, - - "disallowSpacesInsideParentheses": true, - - "disallowSpacesInsideArrayBrackets": true, - - "disallowQuotedKeysInObjects": "allButReserved", - - "disallowSpaceAfterObjectKeys": true, - - "requireCommaBeforeLineBreak": true, - - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], - "requireSpaceAfterPrefixUnaryOperators": [], - - "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], - "requireSpaceBeforePostfixUnaryOperators": [], - - "disallowSpaceBeforeBinaryOperators": [], - "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - - "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - "disallowSpaceAfterBinaryOperators": [], - - "disallowImplicitTypeConversion": ["binary", "string"], - - "disallowKeywords": ["with", "eval"], - - "requireKeywordsOnNewLine": [], - "disallowKeywordsOnNewLine": ["else"], - - "requireLineFeedAtFileEnd": true, - - "disallowTrailingWhitespace": true, - - "disallowTrailingComma": true, - - "excludeFiles": ["node_modules/**", "vendor/**"], - - "disallowMultipleLineStrings": true, - - "requireDotNotation": true, - - "requireParenthesesAroundIIFE": true, - - "validateLineBreaks": "LF", - - "validateQuoteMarks": { - "escape": true, - "mark": "'" - }, - - "disallowOperatorBeforeLineBreak": [], - - "requireSpaceBeforeKeywords": [ - "do", - "for", - "if", - "else", - "switch", - "case", - "try", - "catch", - "finally", - "while", - "with", - "return" - ], - - "validateAlignedFunctionParameters": { - "lineBreakAfterOpeningBraces": true, - "lineBreakBeforeClosingBraces": true - }, - - "requirePaddingNewLinesBeforeExport": true, - - "validateNewlineAfterArrayElements": { - "maximum": 1 - }, - - "requirePaddingNewLinesAfterUseStrict": true, - - "disallowArrowFunctions": true, - - "validateOrderInObjectKeys": "asc-insensitive" -} - diff --git a/2019-setembro/node_modules/is-date-object/.npmignore b/2019-setembro/node_modules/is-date-object/.npmignore deleted file mode 100644 index 59d842b..0000000 --- a/2019-setembro/node_modules/is-date-object/.npmignore +++ /dev/null @@ -1,28 +0,0 @@ -# Logs -logs -*.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directory -# Commenting this out is preferred by some people, see -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- -node_modules - -# Users Environment Variables -.lock-wscript diff --git a/2019-setembro/node_modules/is-date-object/.travis.yml b/2019-setembro/node_modules/is-date-object/.travis.yml deleted file mode 100644 index 4c29ed5..0000000 --- a/2019-setembro/node_modules/is-date-object/.travis.yml +++ /dev/null @@ -1,58 +0,0 @@ -language: node_js -node_js: - - "4.1" - - "4.0" - - "iojs-v3.3" - - "iojs-v3.2" - - "iojs-v3.1" - - "iojs-v3.0" - - "iojs-v2.5" - - "iojs-v2.4" - - "iojs-v2.3" - - "iojs-v2.2" - - "iojs-v2.1" - - "iojs-v2.0" - - "iojs-v1.8" - - "iojs-v1.7" - - "iojs-v1.6" - - "iojs-v1.5" - - "iojs-v1.4" - - "iojs-v1.3" - - "iojs-v1.2" - - "iojs-v1.1" - - "iojs-v1.0" - - "0.12" - - "0.11" - - "0.10" - - "0.9" - - "0.8" - - "0.6" - - "0.4" -before_install: - - '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] || npm install -g npm@1.4.28 && npm install -g npm' -sudo: false -matrix: - fast_finish: true - allow_failures: - - node_js: "4.0" - - node_js: "iojs-v3.2" - - node_js: "iojs-v3.1" - - node_js: "iojs-v3.0" - - node_js: "iojs-v2.4" - - node_js: "iojs-v2.3" - - node_js: "iojs-v2.2" - - node_js: "iojs-v2.1" - - node_js: "iojs-v2.0" - - node_js: "iojs-v1.7" - - node_js: "iojs-v1.6" - - node_js: "iojs-v1.5" - - node_js: "iojs-v1.4" - - node_js: "iojs-v1.3" - - node_js: "iojs-v1.2" - - node_js: "iojs-v1.1" - - node_js: "iojs-v1.0" - - node_js: "0.11" - - node_js: "0.9" - - node_js: "0.8" - - node_js: "0.6" - - node_js: "0.4" diff --git a/2019-setembro/node_modules/is-date-object/CHANGELOG.md b/2019-setembro/node_modules/is-date-object/CHANGELOG.md deleted file mode 100644 index 4a7eab6..0000000 --- a/2019-setembro/node_modules/is-date-object/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -1.0.1 / 2015-09-27 -================= - * [Fix] If `@@toStringTag` is not present, use the old-school `Object#toString` test - * [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG - * [Dev Deps] update `is`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape`, `jscs`, `nsp`, `covert` - * [Tests] up to `io.js` `v3.3`, `node` `v4.1` - -1.0.0 / 2015-01-28 -================= - * Initial release. diff --git a/2019-setembro/node_modules/is-date-object/LICENSE b/2019-setembro/node_modules/is-date-object/LICENSE deleted file mode 100644 index b43df44..0000000 --- a/2019-setembro/node_modules/is-date-object/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/2019-setembro/node_modules/is-date-object/Makefile b/2019-setembro/node_modules/is-date-object/Makefile deleted file mode 100644 index b9e4fe1..0000000 --- a/2019-setembro/node_modules/is-date-object/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. -$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) - - # The files that need updating when incrementing the version number. -VERSIONED_FILES := *.js *.json README* - - -# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. -# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment -# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. -export PATH := $(shell printf '%s' "$$PWD/node_modules/.bin:$$PATH") -UTILS := semver -# Make sure that all required utilities can be located. -UTIL_CHECK := $(or $(shell PATH="$(PATH)" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS))) - -# Default target (by virtue of being the first non '.'-prefixed in the file). -.PHONY: _no-target-specified -_no-target-specified: - $(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests) - -# Lists all targets defined in this makefile. -.PHONY: list -list: - @$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | command grep -v -e '^[^[:alnum:]]' -e '^$@$$command ' | sort - -# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS). -.PHONY: test -test: - @npm test - -.PHONY: _ensure-tag -_ensure-tag: -ifndef TAG - $(error Please invoke with `make TAG= release`, where is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number) -endif - -CHANGELOG_ERROR = $(error No CHANGELOG specified) -.PHONY: _ensure-changelog -_ensure-changelog: - @ (git status -sb --porcelain | command grep -E '^( M|[MA] ) CHANGELOG.md' > /dev/null) || (echo no CHANGELOG.md specified && exit 2) - -# Ensures that the git workspace is clean. -.PHONY: _ensure-clean -_ensure-clean: - @[ -z "$$((git status --porcelain --untracked-files=no || echo err) | command grep -v 'CHANGELOG.md')" ] || { echo "Workspace is not clean; please commit changes first." >&2; exit 2; } - -# Makes a release; invoke with `make TAG= release`. -.PHONY: release -release: _ensure-tag _ensure-changelog _ensure-clean - @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ - new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ - if printf "$$new_ver" | command grep -q '^[0-9]'; then \ - semver "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \ - semver -r "> $$old_ver" "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \ - else \ - new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ - fi; \ - printf "=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\n=== TYPE 'proceed' TO PROCEED, anything else to abort: " && read response && [ "$$response" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \ - replace "$$old_ver" "$$new_ver" -- $(VERSIONED_FILES) && \ - git commit -m "v$$new_ver" $(VERSIONED_FILES) CHANGELOG.md && \ - git tag -a -m "v$$new_ver" "v$$new_ver" diff --git a/2019-setembro/node_modules/is-date-object/README.md b/2019-setembro/node_modules/is-date-object/README.md deleted file mode 100644 index 55b0c59..0000000 --- a/2019-setembro/node_modules/is-date-object/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# is-date-object [![Version Badge][2]][1] - -[![Build Status][3]][4] -[![dependency status][5]][6] -[![dev dependency status][7]][8] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -[![npm badge][11]][1] - -[![browser support][9]][10] - -Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. - -## Example - -```js -var isDate = require('is-date-object'); -var assert = require('assert'); - -assert.notOk(isDate(undefined)); -assert.notOk(isDate(null)); -assert.notOk(isDate(false)); -assert.notOk(isDate(true)); -assert.notOk(isDate(42)); -assert.notOk(isDate('foo')); -assert.notOk(isDate(function () {})); -assert.notOk(isDate([])); -assert.notOk(isDate({})); -assert.notOk(isDate(/a/g)); -assert.notOk(isDate(new RegExp('a', 'g'))); - -assert.ok(isDate(new Date())); -``` - -## Tests -Simply clone the repo, `npm install`, and run `npm test` - -[1]: https://npmjs.org/package/is-date-object -[2]: http://versionbadg.es/ljharb/is-date-object.svg -[3]: https://travis-ci.org/ljharb/is-date-object.svg -[4]: https://travis-ci.org/ljharb/is-date-object -[5]: https://david-dm.org/ljharb/is-date-object.svg -[6]: https://david-dm.org/ljharb/is-date-object -[7]: https://david-dm.org/ljharb/is-date-object/dev-status.svg -[8]: https://david-dm.org/ljharb/is-date-object#info=devDependencies -[9]: https://ci.testling.com/ljharb/is-date-object.png -[10]: https://ci.testling.com/ljharb/is-date-object -[11]: https://nodei.co/npm/is-date-object.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/is-date-object.svg -[license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/is-date-object.svg -[downloads-url]: http://npm-stat.com/charts.html?package=is-date-object diff --git a/2019-setembro/node_modules/is-date-object/index.js b/2019-setembro/node_modules/is-date-object/index.js deleted file mode 100644 index fe0d7ec..0000000 --- a/2019-setembro/node_modules/is-date-object/index.js +++ /dev/null @@ -1,20 +0,0 @@ -'use strict'; - -var getDay = Date.prototype.getDay; -var tryDateObject = function tryDateObject(value) { - try { - getDay.call(value); - return true; - } catch (e) { - return false; - } -}; - -var toStr = Object.prototype.toString; -var dateClass = '[object Date]'; -var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol'; - -module.exports = function isDateObject(value) { - if (typeof value !== 'object' || value === null) { return false; } - return hasToStringTag ? tryDateObject(value) : toStr.call(value) === dateClass; -}; diff --git a/2019-setembro/node_modules/is-date-object/package.json b/2019-setembro/node_modules/is-date-object/package.json deleted file mode 100644 index 3b9091b..0000000 --- a/2019-setembro/node_modules/is-date-object/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "is-date-object", - "version": "1.0.1", - "author": "Jordan Harband", - "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", - "license": "MIT", - "main": "index.js", - "scripts": { - "test": "npm run lint && node --harmony --es-staging test.js && npm run security", - "coverage": "covert test.js", - "coverage-quiet": "covert test.js --quiet", - "lint": "npm run jscs && npm run eslint", - "jscs": "jscs test.js *.js", - "eslint": "eslint test.js *.js", - "security": "nsp package" - }, - "repository": { - "type": "git", - "url": "git://github.com/ljharb/is-date-object.git" - }, - "keywords": [ - "Date", - "ES6", - "toStringTag", - "@@toStringTag", - "Date object" - ], - "dependencies": {}, - "devDependencies": { - "foreach": "^2.0.5", - "is": "^3.1.0", - "tape": "^4.2.0", - "indexof": "^0.0.1", - "covert": "^1.1.0", - "jscs": "^2.1.1", - "nsp": "^1.1.0", - "eslint": "^1.5.1", - "@ljharb/eslint-config": "^1.2.0", - "semver": "^5.0.3" - }, - "testling": { - "files": "test.js", - "browsers": [ - "iexplore/6.0..latest", - "firefox/3.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/10.0..latest", - "opera/next", - "safari/4.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - } -} - diff --git a/2019-setembro/node_modules/is-date-object/test.js b/2019-setembro/node_modules/is-date-object/test.js deleted file mode 100644 index 29f0917..0000000 --- a/2019-setembro/node_modules/is-date-object/test.js +++ /dev/null @@ -1,33 +0,0 @@ -'use strict'; - -var test = require('tape'); -var isDate = require('./'); -var hasSymbols = typeof Symbol === 'function' && typeof Symbol() === 'symbol'; - -test('not Dates', function (t) { - t.notOk(isDate(), 'undefined is not Date'); - t.notOk(isDate(null), 'null is not Date'); - t.notOk(isDate(false), 'false is not Date'); - t.notOk(isDate(true), 'true is not Date'); - t.notOk(isDate(42), 'number is not Date'); - t.notOk(isDate('foo'), 'string is not Date'); - t.notOk(isDate([]), 'array is not Date'); - t.notOk(isDate({}), 'object is not Date'); - t.notOk(isDate(function () {}), 'function is not Date'); - t.notOk(isDate(/a/g), 'regex literal is not Date'); - t.notOk(isDate(new RegExp('a', 'g')), 'regex object is not Date'); - t.end(); -}); - -test('@@toStringTag', { skip: !hasSymbols || !Symbol.toStringTag }, function (t) { - var realDate = new Date(); - var fakeDate = { toString: function () { return String(realDate); }, valueOf: function () { return realDate.getTime(); } }; - fakeDate[Symbol.toStringTag] = 'Date'; - t.notOk(isDate(fakeDate), 'fake Date with @@toStringTag "Date" is not Date'); - t.end(); -}); - -test('Dates', function (t) { - t.ok(isDate(new Date()), 'new Date() is Date'); - t.end(); -}); diff --git a/2019-setembro/node_modules/is-descriptor/LICENSE b/2019-setembro/node_modules/is-descriptor/LICENSE deleted file mode 100644 index c0d7f13..0000000 --- a/2019-setembro/node_modules/is-descriptor/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/is-descriptor/README.md b/2019-setembro/node_modules/is-descriptor/README.md deleted file mode 100644 index 658e533..0000000 --- a/2019-setembro/node_modules/is-descriptor/README.md +++ /dev/null @@ -1,193 +0,0 @@ -# is-descriptor [![NPM version](https://img.shields.io/npm/v/is-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-descriptor.svg?style=flat)](https://npmjs.org/package/is-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-descriptor.svg?style=flat)](https://npmjs.org/package/is-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-descriptor) - -> Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-descriptor -``` - -## Usage - -```js -var isDescriptor = require('is-descriptor'); - -isDescriptor({value: 'foo'}) -//=> true -isDescriptor({get: function(){}, set: function(){}}) -//=> true -isDescriptor({get: 'foo', set: function(){}}) -//=> false -``` - -You may also check for a descriptor by passing an object as the first argument and property name (`string`) as the second argument. - -```js -var obj = {}; -obj.foo = 'abc'; - -Object.defineProperty(obj, 'bar', { - value: 'xyz' -}); - -isDescriptor(obj, 'foo'); -//=> true -isDescriptor(obj, 'bar'); -//=> true -``` - -## Examples - -### value type - -`false` when not an object - -```js -isDescriptor('a'); -//=> false -isDescriptor(null); -//=> false -isDescriptor([]); -//=> false -``` - -### data descriptor - -`true` when the object has valid properties with valid values. - -```js -isDescriptor({value: 'foo'}); -//=> true -isDescriptor({value: noop}); -//=> true -``` - -`false` when the object has invalid properties - -```js -isDescriptor({value: 'foo', bar: 'baz'}); -//=> false -isDescriptor({value: 'foo', bar: 'baz'}); -//=> false -isDescriptor({value: 'foo', get: noop}); -//=> false -isDescriptor({get: noop, value: noop}); -//=> false -``` - -`false` when a value is not the correct type - -```js -isDescriptor({value: 'foo', enumerable: 'foo'}); -//=> false -isDescriptor({value: 'foo', configurable: 'foo'}); -//=> false -isDescriptor({value: 'foo', writable: 'foo'}); -//=> false -``` - -### accessor descriptor - -`true` when the object has valid properties with valid values. - -```js -isDescriptor({get: noop, set: noop}); -//=> true -isDescriptor({get: noop}); -//=> true -isDescriptor({set: noop}); -//=> true -``` - -`false` when the object has invalid properties - -```js -isDescriptor({get: noop, set: noop, bar: 'baz'}); -//=> false -isDescriptor({get: noop, writable: true}); -//=> false -isDescriptor({get: noop, value: true}); -//=> false -``` - -`false` when an accessor is not a function - -```js -isDescriptor({get: noop, set: 'baz'}); -//=> false -isDescriptor({get: 'foo', set: noop}); -//=> false -isDescriptor({get: 'foo', bar: 'baz'}); -//=> false -isDescriptor({get: 'foo', set: 'baz'}); -//=> false -``` - -`false` when a value is not the correct type - -```js -isDescriptor({get: noop, set: noop, enumerable: 'foo'}); -//=> false -isDescriptor({set: noop, configurable: 'foo'}); -//=> false -isDescriptor({get: noop, configurable: 'foo'}); -//=> false -``` - -## About - -### Related projects - -* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") -* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") -* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 24 | [jonschlinkert](https://github.com/jonschlinkert) | -| 1 | [doowb](https://github.com/doowb) | -| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 22, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-descriptor/index.js b/2019-setembro/node_modules/is-descriptor/index.js deleted file mode 100644 index c9b91d7..0000000 --- a/2019-setembro/node_modules/is-descriptor/index.js +++ /dev/null @@ -1,22 +0,0 @@ -/*! - * is-descriptor - * - * Copyright (c) 2015-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var typeOf = require('kind-of'); -var isAccessor = require('is-accessor-descriptor'); -var isData = require('is-data-descriptor'); - -module.exports = function isDescriptor(obj, key) { - if (typeOf(obj) !== 'object') { - return false; - } - if ('get' in obj) { - return isAccessor(obj, key); - } - return isData(obj, key); -}; diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/CHANGELOG.md b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/CHANGELOG.md deleted file mode 100644 index fb30b06..0000000 --- a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/CHANGELOG.md +++ /dev/null @@ -1,157 +0,0 @@ -# Release history - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - -
    - Guiding Principles - -- Changelogs are for humans, not machines. -- There should be an entry for every single version. -- The same types of changes should be grouped. -- Versions and sections should be linkable. -- The latest version comes first. -- The release date of each versions is displayed. -- Mention whether you follow Semantic Versioning. - -
    - -
    - Types of changes - -Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): - -- `Added` for new features. -- `Changed` for changes in existing functionality. -- `Deprecated` for soon-to-be removed features. -- `Removed` for now removed features. -- `Fixed` for any bug fixes. -- `Security` in case of vulnerabilities. - -
    - -## [6.0.0] - 2017-10-13 - -- refactor code to be more performant -- refactor benchmarks - -## [5.1.0] - 2017-10-13 - -**Added** - -- Merge pull request #15 from aretecode/patch-1 -- adds support and tests for string & array iterators - -**Changed** - -- updates benchmarks - -## [5.0.2] - 2017-08-02 - -- Merge pull request #14 from struct78/master -- Added `undefined` check - -## [5.0.0] - 2017-06-21 - -- Merge pull request #12 from aretecode/iterator -- Set Iterator + Map Iterator -- streamline `isbuffer`, minor edits - -## [4.0.0] - 2017-05-19 - -- Merge pull request #8 from tunnckoCore/master -- update deps - -## [3.2.2] - 2017-05-16 - -- fix version - -## [3.2.1] - 2017-05-16 - -- add browserify - -## [3.2.0] - 2017-04-25 - -- Merge pull request #10 from ksheedlo/unrequire-buffer -- add `promise` support and tests -- Remove unnecessary `Buffer` check - -## [3.1.0] - 2016-12-07 - -- Merge pull request #7 from laggingreflex/err -- add support for `error` and tests -- run update - -## [3.0.4] - 2016-07-29 - -- move tests -- run update - -## [3.0.3] - 2016-05-03 - -- fix prepublish script -- remove unused dep - -## [3.0.0] - 2015-11-17 - -- add typed array support -- Merge pull request #5 from miguelmota/typed-arrays -- adds new tests - -## [2.0.1] - 2015-08-21 - -- use `is-buffer` module - -## [2.0.0] - 2015-05-31 - -- Create fallback for `Array.isArray` if used as a browser package -- Merge pull request #2 from dtothefp/patch-1 -- Merge pull request #3 from pdehaan/patch-1 -- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master -- optimizations, mostly date and regex - -## [1.1.0] - 2015-02-09 - -- adds `buffer` support -- adds tests for `buffer` - -## [1.0.0] - 2015-01-19 - -- update benchmarks -- optimizations based on benchmarks - -## [0.1.2] - 2014-10-26 - -- return `typeof` value if it's not an object. very slight speed improvement -- use `.slice` -- adds benchmarks - -## [0.1.0] - 2014-9-26 - -- first commit - -[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0 -[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0 -[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2 -[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1 -[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0 -[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0 -[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2 -[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1 -[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0 -[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0 -[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4 -[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3 -[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0 -[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1 -[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0 -[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0 -[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0 -[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2 -[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87 - -[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD -[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog - diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/LICENSE deleted file mode 100644 index 3f2eca1..0000000 --- a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/README.md b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/README.md deleted file mode 100644 index 4b0d4a8..0000000 --- a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/README.md +++ /dev/null @@ -1,365 +0,0 @@ -# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) - -> Get the native type of a value. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save kind-of -``` - -Install with [bower](https://bower.io/) - -```sh -$ bower install kind-of --save -``` - -## Why use this? - -1. [it's fast](#benchmarks) | [optimizations](#optimizations) -2. [better type checking](#better-type-checking) - -## Usage - -> es5, es6, and browser ready - -```js -var kindOf = require('kind-of'); - -kindOf(undefined); -//=> 'undefined' - -kindOf(null); -//=> 'null' - -kindOf(true); -//=> 'boolean' - -kindOf(false); -//=> 'boolean' - -kindOf(new Buffer('')); -//=> 'buffer' - -kindOf(42); -//=> 'number' - -kindOf('str'); -//=> 'string' - -kindOf(arguments); -//=> 'arguments' - -kindOf({}); -//=> 'object' - -kindOf(Object.create(null)); -//=> 'object' - -kindOf(new Test()); -//=> 'object' - -kindOf(new Date()); -//=> 'date' - -kindOf([1, 2, 3]); -//=> 'array' - -kindOf(/foo/); -//=> 'regexp' - -kindOf(new RegExp('foo')); -//=> 'regexp' - -kindOf(new Error('error')); -//=> 'error' - -kindOf(function () {}); -//=> 'function' - -kindOf(function * () {}); -//=> 'generatorfunction' - -kindOf(Symbol('str')); -//=> 'symbol' - -kindOf(new Map()); -//=> 'map' - -kindOf(new WeakMap()); -//=> 'weakmap' - -kindOf(new Set()); -//=> 'set' - -kindOf(new WeakSet()); -//=> 'weakset' - -kindOf(new Int8Array()); -//=> 'int8array' - -kindOf(new Uint8Array()); -//=> 'uint8array' - -kindOf(new Uint8ClampedArray()); -//=> 'uint8clampedarray' - -kindOf(new Int16Array()); -//=> 'int16array' - -kindOf(new Uint16Array()); -//=> 'uint16array' - -kindOf(new Int32Array()); -//=> 'int32array' - -kindOf(new Uint32Array()); -//=> 'uint32array' - -kindOf(new Float32Array()); -//=> 'float32array' - -kindOf(new Float64Array()); -//=> 'float64array' -``` - -## Benchmarks - -Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). - -```bash -# arguments (32 bytes) - kind-of x 17,024,098 ops/sec ±1.90% (86 runs sampled) - lib-type-of x 11,926,235 ops/sec ±1.34% (83 runs sampled) - lib-typeof x 9,245,257 ops/sec ±1.22% (87 runs sampled) - - fastest is kind-of (by 161% avg) - -# array (22 bytes) - kind-of x 17,196,492 ops/sec ±1.07% (88 runs sampled) - lib-type-of x 8,838,283 ops/sec ±1.02% (87 runs sampled) - lib-typeof x 8,677,848 ops/sec ±0.87% (87 runs sampled) - - fastest is kind-of (by 196% avg) - -# boolean (24 bytes) - kind-of x 16,841,600 ops/sec ±1.10% (86 runs sampled) - lib-type-of x 8,096,787 ops/sec ±0.95% (87 runs sampled) - lib-typeof x 8,423,345 ops/sec ±1.15% (86 runs sampled) - - fastest is kind-of (by 204% avg) - -# buffer (38 bytes) - kind-of x 14,848,060 ops/sec ±1.05% (86 runs sampled) - lib-type-of x 3,671,577 ops/sec ±1.49% (87 runs sampled) - lib-typeof x 8,360,236 ops/sec ±1.24% (86 runs sampled) - - fastest is kind-of (by 247% avg) - -# date (30 bytes) - kind-of x 16,067,761 ops/sec ±1.58% (86 runs sampled) - lib-type-of x 8,954,436 ops/sec ±1.40% (87 runs sampled) - lib-typeof x 8,488,307 ops/sec ±1.51% (84 runs sampled) - - fastest is kind-of (by 184% avg) - -# error (36 bytes) - kind-of x 9,634,090 ops/sec ±1.12% (89 runs sampled) - lib-type-of x 7,735,624 ops/sec ±1.32% (86 runs sampled) - lib-typeof x 7,442,160 ops/sec ±1.11% (90 runs sampled) - - fastest is kind-of (by 127% avg) - -# function (34 bytes) - kind-of x 10,031,494 ops/sec ±1.27% (86 runs sampled) - lib-type-of x 9,502,757 ops/sec ±1.17% (89 runs sampled) - lib-typeof x 8,278,985 ops/sec ±1.08% (88 runs sampled) - - fastest is kind-of (by 113% avg) - -# null (24 bytes) - kind-of x 18,159,808 ops/sec ±1.92% (86 runs sampled) - lib-type-of x 12,927,635 ops/sec ±1.01% (88 runs sampled) - lib-typeof x 7,958,234 ops/sec ±1.21% (89 runs sampled) - - fastest is kind-of (by 174% avg) - -# number (22 bytes) - kind-of x 17,846,779 ops/sec ±0.91% (85 runs sampled) - lib-type-of x 3,316,636 ops/sec ±1.19% (86 runs sampled) - lib-typeof x 2,329,477 ops/sec ±2.21% (85 runs sampled) - - fastest is kind-of (by 632% avg) - -# object-plain (47 bytes) - kind-of x 7,085,155 ops/sec ±1.05% (88 runs sampled) - lib-type-of x 8,870,930 ops/sec ±1.06% (83 runs sampled) - lib-typeof x 8,716,024 ops/sec ±1.05% (87 runs sampled) - - fastest is lib-type-of (by 112% avg) - -# regex (25 bytes) - kind-of x 14,196,052 ops/sec ±1.65% (84 runs sampled) - lib-type-of x 9,554,164 ops/sec ±1.25% (88 runs sampled) - lib-typeof x 8,359,691 ops/sec ±1.07% (87 runs sampled) - - fastest is kind-of (by 158% avg) - -# string (33 bytes) - kind-of x 16,131,428 ops/sec ±1.41% (85 runs sampled) - lib-type-of x 7,273,172 ops/sec ±1.05% (87 runs sampled) - lib-typeof x 7,382,635 ops/sec ±1.17% (85 runs sampled) - - fastest is kind-of (by 220% avg) - -# symbol (34 bytes) - kind-of x 17,011,537 ops/sec ±1.24% (86 runs sampled) - lib-type-of x 3,492,454 ops/sec ±1.23% (89 runs sampled) - lib-typeof x 7,471,235 ops/sec ±2.48% (87 runs sampled) - - fastest is kind-of (by 310% avg) - -# template-strings (36 bytes) - kind-of x 15,434,250 ops/sec ±1.46% (83 runs sampled) - lib-type-of x 7,157,907 ops/sec ±0.97% (87 runs sampled) - lib-typeof x 7,517,986 ops/sec ±0.92% (86 runs sampled) - - fastest is kind-of (by 210% avg) - -# undefined (29 bytes) - kind-of x 19,167,115 ops/sec ±1.71% (87 runs sampled) - lib-type-of x 15,477,740 ops/sec ±1.63% (85 runs sampled) - lib-typeof x 19,075,495 ops/sec ±1.17% (83 runs sampled) - - fastest is lib-typeof,kind-of - -``` - -## Optimizations - -In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: - -1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. -2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. -3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` -4. There is no reason to make the code in a microlib as terse as possible, just to win points for making it shorter. It's always better to favor performant code over terse code. You will always only be using a single `require()` statement to use the library anyway, regardless of how the code is written. - -## Better type checking - -kind-of seems to be more consistently "correct" than other type checking libs I've looked at. For example, here are some differing results from other popular libs: - -### [typeof](https://github.com/CodingFu/typeof) lib - -Incorrectly identifies instances of custom constructors (pretty common): - -```js -var typeOf = require('typeof'); -function Test() {} -console.log(typeOf(new Test())); -//=> 'test' -``` - -Returns `object` instead of `arguments`: - -```js -function foo() { - console.log(typeOf(arguments)) //=> 'object' -} -foo(); -``` - -### [type-of](https://github.com/ForbesLindesay/type-of) lib - -Incorrectly returns `object` for generator functions, buffers, `Map`, `Set`, `WeakMap` and `WeakSet`: - -```js -function * foo() {} -console.log(typeOf(foo)); -//=> 'object' -console.log(typeOf(new Buffer(''))); -//=> 'object' -console.log(typeOf(new Map())); -//=> 'object' -console.log(typeOf(new Set())); -//=> 'object' -console.log(typeOf(new WeakMap())); -//=> 'object' -console.log(typeOf(new WeakSet())); -//=> 'object' -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") -* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 98 | [jonschlinkert](https://github.com/jonschlinkert) | -| 3 | [aretecode](https://github.com/aretecode) | -| 2 | [miguelmota](https://github.com/miguelmota) | -| 1 | [dtothefp](https://github.com/dtothefp) | -| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) | -| 1 | [ksheedlo](https://github.com/ksheedlo) | -| 1 | [pdehaan](https://github.com/pdehaan) | -| 1 | [laggingreflex](https://github.com/laggingreflex) | -| 1 | [charlike-old](https://github.com/charlike-old) | - -### Author - -**Jon Schlinkert** - -* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/index.js b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/index.js deleted file mode 100644 index aa2bb39..0000000 --- a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/index.js +++ /dev/null @@ -1,129 +0,0 @@ -var toString = Object.prototype.toString; - -module.exports = function kindOf(val) { - if (val === void 0) return 'undefined'; - if (val === null) return 'null'; - - var type = typeof val; - if (type === 'boolean') return 'boolean'; - if (type === 'string') return 'string'; - if (type === 'number') return 'number'; - if (type === 'symbol') return 'symbol'; - if (type === 'function') { - return isGeneratorFn(val) ? 'generatorfunction' : 'function'; - } - - if (isArray(val)) return 'array'; - if (isBuffer(val)) return 'buffer'; - if (isArguments(val)) return 'arguments'; - if (isDate(val)) return 'date'; - if (isError(val)) return 'error'; - if (isRegexp(val)) return 'regexp'; - - switch (ctorName(val)) { - case 'Symbol': return 'symbol'; - case 'Promise': return 'promise'; - - // Set, Map, WeakSet, WeakMap - case 'WeakMap': return 'weakmap'; - case 'WeakSet': return 'weakset'; - case 'Map': return 'map'; - case 'Set': return 'set'; - - // 8-bit typed arrays - case 'Int8Array': return 'int8array'; - case 'Uint8Array': return 'uint8array'; - case 'Uint8ClampedArray': return 'uint8clampedarray'; - - // 16-bit typed arrays - case 'Int16Array': return 'int16array'; - case 'Uint16Array': return 'uint16array'; - - // 32-bit typed arrays - case 'Int32Array': return 'int32array'; - case 'Uint32Array': return 'uint32array'; - case 'Float32Array': return 'float32array'; - case 'Float64Array': return 'float64array'; - } - - if (isGeneratorObj(val)) { - return 'generator'; - } - - // Non-plain objects - type = toString.call(val); - switch (type) { - case '[object Object]': return 'object'; - // iterators - case '[object Map Iterator]': return 'mapiterator'; - case '[object Set Iterator]': return 'setiterator'; - case '[object String Iterator]': return 'stringiterator'; - case '[object Array Iterator]': return 'arrayiterator'; - } - - // other - return type.slice(8, -1).toLowerCase().replace(/\s/g, ''); -}; - -function ctorName(val) { - return val.constructor ? val.constructor.name : null; -} - -function isArray(val) { - if (Array.isArray) return Array.isArray(val); - return val instanceof Array; -} - -function isError(val) { - return val instanceof Error || (typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number'); -} - -function isDate(val) { - if (val instanceof Date) return true; - return typeof val.toDateString === 'function' - && typeof val.getDate === 'function' - && typeof val.setDate === 'function'; -} - -function isRegexp(val) { - if (val instanceof RegExp) return true; - return typeof val.flags === 'string' - && typeof val.ignoreCase === 'boolean' - && typeof val.multiline === 'boolean' - && typeof val.global === 'boolean'; -} - -function isGeneratorFn(name, val) { - return ctorName(name) === 'GeneratorFunction'; -} - -function isGeneratorObj(val) { - return typeof val.throw === 'function' - && typeof val.return === 'function' - && typeof val.next === 'function'; -} - -function isArguments(val) { - try { - if (typeof val.length === 'number' && typeof val.callee === 'function') { - return true; - } - } catch (err) { - if (err.message.indexOf('callee') !== -1) { - return true; - } - } - return false; -} - -/** - * If you need to support Safari 5-7 (8-10 yr-old browser), - * take a look at https://github.com/feross/is-buffer - */ - -function isBuffer(val) { - if (val.constructor && typeof val.constructor.isBuffer === 'function') { - return val.constructor.isBuffer(val); - } - return false; -} diff --git a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/package.json b/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/package.json deleted file mode 100644 index 73d70ae..0000000 --- a/2019-setembro/node_modules/is-descriptor/node_modules/kind-of/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "kind-of", - "description": "Get the native type of a value.", - "version": "6.0.2", - "homepage": "https://github.com/jonschlinkert/kind-of", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "David Fox-Powell (https://dtothefp.github.io/me)", - "James (https://twitter.com/aretecode)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Ken Sheedlo (kensheedlo.com)", - "laggingreflex (https://github.com/laggingreflex)", - "Miguel Mota (https://miguelmota.com)", - "Peter deHaan (http://about.me/peterdehaan)", - "tunnckoCore (https://i.am.charlike.online)" - ], - "repository": "jonschlinkert/kind-of", - "bugs": { - "url": "https://github.com/jonschlinkert/kind-of/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha", - "prepublish": "browserify -o browser.js -e index.js -s index --bare" - }, - "devDependencies": { - "benchmarked": "^2.0.0", - "browserify": "^14.4.0", - "gulp-format-md": "^1.0.0", - "mocha": "^4.0.1", - "write": "^1.0.3" - }, - "keywords": [ - "arguments", - "array", - "boolean", - "check", - "date", - "function", - "is", - "is-type", - "is-type-of", - "kind", - "kind-of", - "number", - "object", - "of", - "regexp", - "string", - "test", - "type", - "type-of", - "typeof", - "types" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "related": { - "list": [ - "is-glob", - "is-number", - "is-primitive" - ] - }, - "reflinks": [ - "type-of", - "typeof", - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/is-descriptor/package.json b/2019-setembro/node_modules/is-descriptor/package.json deleted file mode 100644 index 87b2975..0000000 --- a/2019-setembro/node_modules/is-descriptor/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "is-descriptor", - "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", - "version": "1.0.2", - "homepage": "https://github.com/jonschlinkert/is-descriptor", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "(https://github.com/wtgtybhertgeghgtwtg)" - ], - "repository": "jonschlinkert/is-descriptor", - "bugs": { - "url": "https://github.com/jonschlinkert/is-descriptor/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "accessor", - "check", - "data", - "descriptor", - "get", - "getter", - "is", - "keys", - "object", - "properties", - "property", - "set", - "setter", - "type", - "valid", - "value" - ], - "verb": { - "related": { - "list": [ - "is-accessor-descriptor", - "is-data-descriptor", - "is-descriptor", - "isobject" - ] - }, - "plugins": [ - "gulp-format-md" - ], - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/is-extendable/LICENSE b/2019-setembro/node_modules/is-extendable/LICENSE deleted file mode 100644 index 65f90ac..0000000 --- a/2019-setembro/node_modules/is-extendable/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-extendable/README.md b/2019-setembro/node_modules/is-extendable/README.md deleted file mode 100644 index e4cfaeb..0000000 --- a/2019-setembro/node_modules/is-extendable/README.md +++ /dev/null @@ -1,72 +0,0 @@ -# is-extendable [![NPM version](https://badge.fury.io/js/is-extendable.svg)](http://badge.fury.io/js/is-extendable) - -> Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?" - -## Install - -Install with [npm](https://www.npmjs.com/) - -```sh -$ npm i is-extendable --save -``` - -## Usage - -```js -var isExtendable = require('is-extendable'); -``` - -Returns true if the value is any of the following: - -* `array` -* `regexp` -* `plain object` -* `function` -* `date` -* `error` - -## Notes - -All objects in JavaScript can have keys, but it's a pain to check for this, since we ether need to verify that the value is not `null` or `undefined` and: - -* the value is not a primitive, or -* that the object is an `object`, `function` - -Also note that an `extendable` object is not the same as an [extensible object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible), which is one that (in es6) is not sealed, frozen, or marked as non-extensible using `preventExtensions`. - -## Related projects - -* [assign-deep](https://github.com/jonschlinkert/assign-deep): Deeply assign the enumerable properties of source objects to a destination object. -* [extend-shallow](https://github.com/jonschlinkert/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. -* [isobject](https://github.com/jonschlinkert/isobject): Returns true if the value is an object and not an array or null. -* [is-plain-object](https://github.com/jonschlinkert/is-plain-object): Returns true if an object was created by the `Object` constructor. -* [is-equal-shallow](https://github.com/jonschlinkert/is-equal-shallow): Does a shallow comparison of two objects, returning false if the keys or values differ. -* [kind-of](https://github.com/jonschlinkert/kind-of): Get the native type of a value. - -## Running tests - -Install dev dependencies: - -```sh -$ npm i -d && npm test -``` - -## Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-extendable/issues/new) - -## Author - -**Jon Schlinkert** - -+ [github/jonschlinkert](https://github.com/jonschlinkert) -+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -## License - -Copyright © 2015 Jon Schlinkert -Released under the MIT license. - -*** - -_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on July 04, 2015._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-extendable/index.js b/2019-setembro/node_modules/is-extendable/index.js deleted file mode 100644 index 4ee71a4..0000000 --- a/2019-setembro/node_modules/is-extendable/index.js +++ /dev/null @@ -1,13 +0,0 @@ -/*! - * is-extendable - * - * Copyright (c) 2015, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -module.exports = function isExtendable(val) { - return typeof val !== 'undefined' && val !== null - && (typeof val === 'object' || typeof val === 'function'); -}; diff --git a/2019-setembro/node_modules/is-extendable/package.json b/2019-setembro/node_modules/is-extendable/package.json deleted file mode 100644 index 5dd006e..0000000 --- a/2019-setembro/node_modules/is-extendable/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "is-extendable", - "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"", - "version": "0.1.1", - "homepage": "https://github.com/jonschlinkert/is-extendable", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/is-extendable", - "bugs": { - "url": "https://github.com/jonschlinkert/is-extendable/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "mocha": "*" - }, - "keywords": [ - "array", - "assign", - "check", - "date", - "extend", - "extensible", - "function", - "is", - "object", - "regex", - "test" - ], - "verbiage": { - "related": { - "list": [ - "isobject", - "is-plain-object", - "kind-of", - "is-extendable", - "is-equal-shallow", - "extend-shallow", - "assign-deep" - ] - } - } -} diff --git a/2019-setembro/node_modules/is-extglob/LICENSE b/2019-setembro/node_modules/is-extglob/LICENSE deleted file mode 100644 index 842218c..0000000 --- a/2019-setembro/node_modules/is-extglob/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-extglob/README.md b/2019-setembro/node_modules/is-extglob/README.md deleted file mode 100644 index 0416af5..0000000 --- a/2019-setembro/node_modules/is-extglob/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# is-extglob [![NPM version](https://img.shields.io/npm/v/is-extglob.svg?style=flat)](https://www.npmjs.com/package/is-extglob) [![NPM downloads](https://img.shields.io/npm/dm/is-extglob.svg?style=flat)](https://npmjs.org/package/is-extglob) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-extglob.svg?style=flat)](https://travis-ci.org/jonschlinkert/is-extglob) - -> Returns true if a string has an extglob. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-extglob -``` - -## Usage - -```js -var isExtglob = require('is-extglob'); -``` - -**True** - -```js -isExtglob('?(abc)'); -isExtglob('@(abc)'); -isExtglob('!(abc)'); -isExtglob('*(abc)'); -isExtglob('+(abc)'); -``` - -**False** - -Escaped extglobs: - -```js -isExtglob('\\?(abc)'); -isExtglob('\\@(abc)'); -isExtglob('\\!(abc)'); -isExtglob('\\*(abc)'); -isExtglob('\\+(abc)'); -``` - -Everything else... - -```js -isExtglob('foo.js'); -isExtglob('!foo.js'); -isExtglob('*.js'); -isExtglob('**/abc.js'); -isExtglob('abc/*.js'); -isExtglob('abc/(aaa|bbb).js'); -isExtglob('abc/[a-z].js'); -isExtglob('abc/{a,b}.js'); -isExtglob('abc/?.js'); -isExtglob('abc.js'); -isExtglob('abc/def/ghi.js'); -``` - -## History - -**v2.0** - -Adds support for escaping. Escaped exglobs no longer return true. - -## About - -### Related projects - -* [has-glob](https://www.npmjs.com/package/has-glob): Returns `true` if an array has a glob pattern. | [homepage](https://github.com/jonschlinkert/has-glob "Returns `true` if an array has a glob pattern.") -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ - -To generate the readme and API documentation with [verb](https://github.com/verbose/verb): - -```sh -$ npm install -g verb verb-generate-readme && verb -``` - -### Running tests - -Install dev dependencies: - -```sh -$ npm install -d && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -### License - -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT license](https://github.com/jonschlinkert/is-extglob/blob/master/LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on October 12, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-extglob/index.js b/2019-setembro/node_modules/is-extglob/index.js deleted file mode 100644 index c1d986f..0000000 --- a/2019-setembro/node_modules/is-extglob/index.js +++ /dev/null @@ -1,20 +0,0 @@ -/*! - * is-extglob - * - * Copyright (c) 2014-2016, Jon Schlinkert. - * Licensed under the MIT License. - */ - -module.exports = function isExtglob(str) { - if (typeof str !== 'string' || str === '') { - return false; - } - - var match; - while ((match = /(\\).|([@?!+*]\(.*\))/g.exec(str))) { - if (match[2]) return true; - str = str.slice(match.index + match[0].length); - } - - return false; -}; diff --git a/2019-setembro/node_modules/is-extglob/package.json b/2019-setembro/node_modules/is-extglob/package.json deleted file mode 100644 index 7a90836..0000000 --- a/2019-setembro/node_modules/is-extglob/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "is-extglob", - "description": "Returns true if a string has an extglob.", - "version": "2.1.1", - "homepage": "https://github.com/jonschlinkert/is-extglob", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/is-extglob", - "bugs": { - "url": "https://github.com/jonschlinkert/is-extglob/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "gulp-format-md": "^0.1.10", - "mocha": "^3.0.2" - }, - "keywords": [ - "bash", - "braces", - "check", - "exec", - "expression", - "extglob", - "glob", - "globbing", - "globstar", - "is", - "match", - "matches", - "pattern", - "regex", - "regular", - "string", - "test" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "has-glob", - "is-glob", - "micromatch" - ] - }, - "reflinks": [ - "verb", - "verb-generate-readme" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/is-glob/LICENSE b/2019-setembro/node_modules/is-glob/LICENSE deleted file mode 100644 index 3f2eca1..0000000 --- a/2019-setembro/node_modules/is-glob/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-glob/README.md b/2019-setembro/node_modules/is-glob/README.md deleted file mode 100644 index 59444eb..0000000 --- a/2019-setembro/node_modules/is-glob/README.md +++ /dev/null @@ -1,206 +0,0 @@ -# is-glob [![NPM version](https://img.shields.io/npm/v/is-glob.svg?style=flat)](https://www.npmjs.com/package/is-glob) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-glob.svg?style=flat)](https://npmjs.org/package/is-glob) [![NPM total downloads](https://img.shields.io/npm/dt/is-glob.svg?style=flat)](https://npmjs.org/package/is-glob) [![Linux Build Status](https://img.shields.io/travis/micromatch/is-glob.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/is-glob) [![Windows Build Status](https://img.shields.io/appveyor/ci/micromatch/is-glob.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/micromatch/is-glob) - -> Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-glob -``` - -You might also be interested in [is-valid-glob](https://github.com/jonschlinkert/is-valid-glob) and [has-glob](https://github.com/jonschlinkert/has-glob). - -## Usage - -```js -var isGlob = require('is-glob'); -``` - -### Default behavior - -**True** - -Patterns that have glob characters or regex patterns will return `true`: - -```js -isGlob('!foo.js'); -isGlob('*.js'); -isGlob('**/abc.js'); -isGlob('abc/*.js'); -isGlob('abc/(aaa|bbb).js'); -isGlob('abc/[a-z].js'); -isGlob('abc/{a,b}.js'); -//=> true -``` - -Extglobs - -```js -isGlob('abc/@(a).js'); -isGlob('abc/!(a).js'); -isGlob('abc/+(a).js'); -isGlob('abc/*(a).js'); -isGlob('abc/?(a).js'); -//=> true -``` - -**False** - -Escaped globs or extglobs return `false`: - -```js -isGlob('abc/\\@(a).js'); -isGlob('abc/\\!(a).js'); -isGlob('abc/\\+(a).js'); -isGlob('abc/\\*(a).js'); -isGlob('abc/\\?(a).js'); -isGlob('\\!foo.js'); -isGlob('\\*.js'); -isGlob('\\*\\*/abc.js'); -isGlob('abc/\\*.js'); -isGlob('abc/\\(aaa|bbb).js'); -isGlob('abc/\\[a-z].js'); -isGlob('abc/\\{a,b}.js'); -//=> false -``` - -Patterns that do not have glob patterns return `false`: - -```js -isGlob('abc.js'); -isGlob('abc/def/ghi.js'); -isGlob('foo.js'); -isGlob('abc/@.js'); -isGlob('abc/+.js'); -isGlob('abc/?.js'); -isGlob(); -isGlob(null); -//=> false -``` - -Arrays are also `false` (If you want to check if an array has a glob pattern, use [has-glob](https://github.com/jonschlinkert/has-glob)): - -```js -isGlob(['**/*.js']); -isGlob(['foo.js']); -//=> false -``` - -### Option strict - -When `options.strict === false` the behavior is less strict in determining if a pattern is a glob. Meaning that -some patterns that would return `false` may return `true`. This is done so that matching libraries like [micromatch](https://github.com/micromatch/micromatch) have a chance at determining if the pattern is a glob or not. - -**True** - -Patterns that have glob characters or regex patterns will return `true`: - -```js -isGlob('!foo.js', {strict: false}); -isGlob('*.js', {strict: false}); -isGlob('**/abc.js', {strict: false}); -isGlob('abc/*.js', {strict: false}); -isGlob('abc/(aaa|bbb).js', {strict: false}); -isGlob('abc/[a-z].js', {strict: false}); -isGlob('abc/{a,b}.js', {strict: false}); -//=> true -``` - -Extglobs - -```js -isGlob('abc/@(a).js', {strict: false}); -isGlob('abc/!(a).js', {strict: false}); -isGlob('abc/+(a).js', {strict: false}); -isGlob('abc/*(a).js', {strict: false}); -isGlob('abc/?(a).js', {strict: false}); -//=> true -``` - -**False** - -Escaped globs or extglobs return `false`: - -```js -isGlob('\\!foo.js', {strict: false}); -isGlob('\\*.js', {strict: false}); -isGlob('\\*\\*/abc.js', {strict: false}); -isGlob('abc/\\*.js', {strict: false}); -isGlob('abc/\\(aaa|bbb).js', {strict: false}); -isGlob('abc/\\[a-z].js', {strict: false}); -isGlob('abc/\\{a,b}.js', {strict: false}); -//=> false -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [assemble](https://www.npmjs.com/package/assemble): Get the rocks out of your socks! Assemble makes you fast at creating web projects… [more](https://github.com/assemble/assemble) | [homepage](https://github.com/assemble/assemble "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websit") -* [base](https://www.npmjs.com/package/base): Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks | [homepage](https://github.com/node-base/base "Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks") -* [update](https://www.npmjs.com/package/update): Be scalable! Update is a new, open source developer framework and CLI for automating updates… [more](https://github.com/update/update) | [homepage](https://github.com/update/update "Be scalable! Update is a new, open source developer framework and CLI for automating updates of any kind in code projects.") -* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… [more](https://github.com/verbose/verb) | [homepage](https://github.com/verbose/verb "Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used on hundreds of projects of all sizes to generate everything from API docs to readmes.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 47 | [jonschlinkert](https://github.com/jonschlinkert) | -| 5 | [doowb](https://github.com/doowb) | -| 1 | [phated](https://github.com/phated) | -| 1 | [danhper](https://github.com/danhper) | -| 1 | [paulmillr](https://github.com/paulmillr) | - -### Author - -**Jon Schlinkert** - -* [GitHub Profile](https://github.com/jonschlinkert) -* [Twitter Profile](https://twitter.com/jonschlinkert) -* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert) - -### License - -Copyright © 2019, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on March 27, 2019._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-glob/index.js b/2019-setembro/node_modules/is-glob/index.js deleted file mode 100644 index 5582651..0000000 --- a/2019-setembro/node_modules/is-glob/index.js +++ /dev/null @@ -1,48 +0,0 @@ -/*! - * is-glob - * - * Copyright (c) 2014-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -var isExtglob = require('is-extglob'); -var chars = { '{': '}', '(': ')', '[': ']'}; -var strictRegex = /\\(.)|(^!|\*|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/; -var relaxedRegex = /\\(.)|(^!|[*?{}()[\]]|\(\?)/; - -module.exports = function isGlob(str, options) { - if (typeof str !== 'string' || str === '') { - return false; - } - - if (isExtglob(str)) { - return true; - } - - var regex = strictRegex; - var match; - - // optionally relax regex - if (options && options.strict === false) { - regex = relaxedRegex; - } - - while ((match = regex.exec(str))) { - if (match[2]) return true; - var idx = match.index + match[0].length; - - // if an open bracket/brace/paren is escaped, - // set the index to the next closing character - var open = match[1]; - var close = open ? chars[open] : null; - if (open && close) { - var n = str.indexOf(close, idx); - if (n !== -1) { - idx = n + 1; - } - } - - str = str.slice(idx); - } - return false; -}; diff --git a/2019-setembro/node_modules/is-glob/package.json b/2019-setembro/node_modules/is-glob/package.json deleted file mode 100644 index 806000d..0000000 --- a/2019-setembro/node_modules/is-glob/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "is-glob", - "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.", - "version": "4.0.1", - "homepage": "https://github.com/micromatch/is-glob", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Daniel Perez (https://tuvistavie.com)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "micromatch/is-glob", - "bugs": { - "url": "https://github.com/micromatch/is-glob/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "devDependencies": { - "gulp-format-md": "^0.1.10", - "mocha": "^3.0.2" - }, - "keywords": [ - "bash", - "braces", - "check", - "exec", - "expression", - "extglob", - "glob", - "globbing", - "globstar", - "is", - "match", - "matches", - "pattern", - "regex", - "regular", - "string", - "test" - ], - "verb": { - "layout": "default", - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "assemble", - "base", - "update", - "verb" - ] - }, - "reflinks": [ - "assemble", - "bach", - "base", - "composer", - "gulp", - "has-glob", - "is-valid-glob", - "micromatch", - "npm", - "scaffold", - "verb", - "vinyl" - ] - } -} diff --git a/2019-setembro/node_modules/is-module/.npmignore b/2019-setembro/node_modules/is-module/.npmignore deleted file mode 100644 index 9daeafb..0000000 --- a/2019-setembro/node_modules/is-module/.npmignore +++ /dev/null @@ -1 +0,0 @@ -test diff --git a/2019-setembro/node_modules/is-module/README.md b/2019-setembro/node_modules/is-module/README.md deleted file mode 100644 index a098c5d..0000000 --- a/2019-setembro/node_modules/is-module/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# Is Module - -Check whether a source string looks like an ES6 module. -This doesn't actually execute the code, -and doesn't check other module types. -So source strings without any module loaders returns `false`. - -This is just what I need from https://github.com/yahoo/js-module-formats, which actually executes the sauce string in a subcontext. - -## API - -```js -var isES6Module = require('is-module'); - -console.log(isES6Module('import * from "emitter";')) // => true -``` - -## License - -(The MIT License) - -Copyright (c) 2014 segmentio <team@segment.io> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-module/component.json b/2019-setembro/node_modules/is-module/component.json deleted file mode 100644 index 2258ad2..0000000 --- a/2019-setembro/node_modules/is-module/component.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "is-module", - "description": "check if a source string is an es6 module", - "keywords": ["es6", "module", "modules"], - "version": "1.0.0", - "license": "MIT", - "repo": "component/is-module", - "scripts": [ - "index.js" - ] -} diff --git a/2019-setembro/node_modules/is-module/index.js b/2019-setembro/node_modules/is-module/index.js deleted file mode 100644 index fc7fbb9..0000000 --- a/2019-setembro/node_modules/is-module/index.js +++ /dev/null @@ -1,11 +0,0 @@ - -// no idea what these regular expressions do, -// but i extracted it from https://github.com/yahoo/js-module-formats/blob/master/index.js#L18 -var ES6ImportExportRegExp = /(?:^\s*|[}{\(\);,\n]\s*)(import\s+['"]|(import|module)\s+[^"'\(\)\n;]+\s+from\s+['"]|export\s+(\*|\{|default|function|var|const|let|[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*))/; - -var ES6AliasRegExp = /(?:^\s*|[}{\(\);,\n]\s*)(export\s*\*\s*from\s*(?:'([^']+)'|"([^"]+)"))/; - -module.exports = function (sauce) { - return ES6ImportExportRegExp.test(sauce) - || ES6AliasRegExp.test(sauce); -}; diff --git a/2019-setembro/node_modules/is-module/package.json b/2019-setembro/node_modules/is-module/package.json deleted file mode 100644 index 497d80a..0000000 --- a/2019-setembro/node_modules/is-module/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "is-module", - "description": "check if a source string is an es6 module", - "keywords": ["es6", "module", "modules"], - "version": "1.0.0", - "author": { - "name": "Jonathan Ong", - "email": "me@jongleberry.com", - "url": "http://jongleberry.com", - "twitter": "https://twitter.com/jongleberry" - }, - "license": "MIT", - "repository": "component/is-module", - "devDependencies": { - "mocha": "*" - }, - "scripts": { - "test": "mocha --reporter spec --bail" - } -} diff --git a/2019-setembro/node_modules/is-number/LICENSE b/2019-setembro/node_modules/is-number/LICENSE deleted file mode 100644 index 842218c..0000000 --- a/2019-setembro/node_modules/is-number/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-number/README.md b/2019-setembro/node_modules/is-number/README.md deleted file mode 100644 index 281165d..0000000 --- a/2019-setembro/node_modules/is-number/README.md +++ /dev/null @@ -1,115 +0,0 @@ -# is-number [![NPM version](https://img.shields.io/npm/v/is-number.svg?style=flat)](https://www.npmjs.com/package/is-number) [![NPM downloads](https://img.shields.io/npm/dm/is-number.svg?style=flat)](https://npmjs.org/package/is-number) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-number.svg?style=flat)](https://travis-ci.org/jonschlinkert/is-number) - -> Returns true if the value is a number. comprehensive tests. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-number -``` - -## Usage - -To understand some of the rationale behind the decisions made in this library (and to learn about some oddities of number evaluation in JavaScript), [see this gist](https://gist.github.com/jonschlinkert/e30c70c713da325d0e81). - -```js -var isNumber = require('is-number'); -``` - -### true - -See the [tests](./test.js) for more examples. - -```js -isNumber(5e3) //=> 'true' -isNumber(0xff) //=> 'true' -isNumber(-1.1) //=> 'true' -isNumber(0) //=> 'true' -isNumber(1) //=> 'true' -isNumber(1.1) //=> 'true' -isNumber(10) //=> 'true' -isNumber(10.10) //=> 'true' -isNumber(100) //=> 'true' -isNumber('-1.1') //=> 'true' -isNumber('0') //=> 'true' -isNumber('012') //=> 'true' -isNumber('0xff') //=> 'true' -isNumber('1') //=> 'true' -isNumber('1.1') //=> 'true' -isNumber('10') //=> 'true' -isNumber('10.10') //=> 'true' -isNumber('100') //=> 'true' -isNumber('5e3') //=> 'true' -isNumber(parseInt('012')) //=> 'true' -isNumber(parseFloat('012')) //=> 'true' -``` - -### False - -See the [tests](./test.js) for more examples. - -```js -isNumber('foo') //=> 'false' -isNumber([1]) //=> 'false' -isNumber([]) //=> 'false' -isNumber(function () {}) //=> 'false' -isNumber(Infinity) //=> 'false' -isNumber(NaN) //=> 'false' -isNumber(new Array('abc')) //=> 'false' -isNumber(new Array(2)) //=> 'false' -isNumber(new Buffer('abc')) //=> 'false' -isNumber(null) //=> 'false' -isNumber(undefined) //=> 'false' -isNumber({abc: 'abc'}) //=> 'false' -``` - -## About - -### Related projects - -* [even](https://www.npmjs.com/package/even): Get the even numbered items from an array. | [homepage](https://github.com/jonschlinkert/even "Get the even numbered items from an array.") -* [is-even](https://www.npmjs.com/package/is-even): Return true if the given number is even. | [homepage](https://github.com/jonschlinkert/is-even "Return true if the given number is even.") -* [is-odd](https://www.npmjs.com/package/is-odd): Returns true if the given number is odd. | [homepage](https://github.com/jonschlinkert/is-odd "Returns true if the given number is odd.") -* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") -* [odd](https://www.npmjs.com/package/odd): Get the odd numbered items from an array. | [homepage](https://github.com/jonschlinkert/odd "Get the odd numbered items from an array.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ - -To generate the readme and API documentation with [verb](https://github.com/verbose/verb): - -```sh -$ npm install -g verb verb-generate-readme && verb -``` - -### Running tests - -Install dev dependencies: - -```sh -$ npm install -d && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -### License - -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT license](https://github.com/jonschlinkert/is-number/blob/master/LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.30, on September 10, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-number/index.js b/2019-setembro/node_modules/is-number/index.js deleted file mode 100644 index 7a2a45b..0000000 --- a/2019-setembro/node_modules/is-number/index.js +++ /dev/null @@ -1,22 +0,0 @@ -/*! - * is-number - * - * Copyright (c) 2014-2015, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -var typeOf = require('kind-of'); - -module.exports = function isNumber(num) { - var type = typeOf(num); - - if (type === 'string') { - if (!num.trim()) return false; - } else if (type !== 'number') { - return false; - } - - return (num - num + 1) >= 0; -}; diff --git a/2019-setembro/node_modules/is-number/package.json b/2019-setembro/node_modules/is-number/package.json deleted file mode 100644 index 8c1f9ab..0000000 --- a/2019-setembro/node_modules/is-number/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "is-number", - "description": "Returns true if the value is a number. comprehensive tests.", - "version": "3.0.0", - "homepage": "https://github.com/jonschlinkert/is-number", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Charlike Mike Reagent (http://www.tunnckocore.tk)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "jonschlinkert/is-number", - "bugs": { - "url": "https://github.com/jonschlinkert/is-number/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "kind-of": "^3.0.2" - }, - "devDependencies": { - "benchmarked": "^0.2.5", - "chalk": "^1.1.3", - "gulp-format-md": "^0.1.10", - "mocha": "^3.0.2" - }, - "keywords": [ - "check", - "coerce", - "coercion", - "integer", - "is", - "is-nan", - "is-num", - "is-number", - "istype", - "kind", - "math", - "nan", - "num", - "number", - "numeric", - "test", - "type", - "typeof", - "value" - ], - "verb": { - "related": { - "list": [ - "even", - "is-even", - "is-odd", - "is-primitive", - "kind-of", - "odd" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "reflinks": [ - "verb", - "verb-generate-readme" - ] - } -} \ No newline at end of file diff --git a/2019-setembro/node_modules/is-plain-object/LICENSE b/2019-setembro/node_modules/is-plain-object/LICENSE deleted file mode 100644 index 3f2eca1..0000000 --- a/2019-setembro/node_modules/is-plain-object/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-plain-object/README.md b/2019-setembro/node_modules/is-plain-object/README.md deleted file mode 100644 index 1f9d0c8..0000000 --- a/2019-setembro/node_modules/is-plain-object/README.md +++ /dev/null @@ -1,104 +0,0 @@ -# is-plain-object [![NPM version](https://img.shields.io/npm/v/is-plain-object.svg?style=flat)](https://www.npmjs.com/package/is-plain-object) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-plain-object.svg?style=flat)](https://npmjs.org/package/is-plain-object) [![NPM total downloads](https://img.shields.io/npm/dt/is-plain-object.svg?style=flat)](https://npmjs.org/package/is-plain-object) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-plain-object.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-plain-object) - -> Returns true if an object was created by the `Object` constructor. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-plain-object -``` - -Use [isobject](https://github.com/jonschlinkert/isobject) if you only want to check if the value is an object and not an array or null. - -## Usage - -```js -var isPlainObject = require('is-plain-object'); -``` - -**true** when created by the `Object` constructor. - -```js -isPlainObject(Object.create({})); -//=> true -isPlainObject(Object.create(Object.prototype)); -//=> true -isPlainObject({foo: 'bar'}); -//=> true -isPlainObject({}); -//=> true -``` - -**false** when not created by the `Object` constructor. - -```js -isPlainObject(1); -//=> false -isPlainObject(['foo', 'bar']); -//=> false -isPlainObject([]); -//=> false -isPlainObject(new Foo); -//=> false -isPlainObject(null); -//=> false -isPlainObject(Object.create(null)); -//=> false -``` - -## About - -### Related projects - -* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 17 | [jonschlinkert](https://github.com/jonschlinkert) | -| 6 | [stevenvachon](https://github.com/stevenvachon) | -| 3 | [onokumus](https://github.com/onokumus) | -| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 11, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-plain-object/index.d.ts b/2019-setembro/node_modules/is-plain-object/index.d.ts deleted file mode 100644 index 74a44e9..0000000 --- a/2019-setembro/node_modules/is-plain-object/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export = isPlainObject; - -declare function isPlainObject(o: any): boolean; - -declare namespace isPlainObject {} diff --git a/2019-setembro/node_modules/is-plain-object/index.js b/2019-setembro/node_modules/is-plain-object/index.js deleted file mode 100644 index c328484..0000000 --- a/2019-setembro/node_modules/is-plain-object/index.js +++ /dev/null @@ -1,37 +0,0 @@ -/*! - * is-plain-object - * - * Copyright (c) 2014-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var isObject = require('isobject'); - -function isObjectObject(o) { - return isObject(o) === true - && Object.prototype.toString.call(o) === '[object Object]'; -} - -module.exports = function isPlainObject(o) { - var ctor,prot; - - if (isObjectObject(o) === false) return false; - - // If has modified constructor - ctor = o.constructor; - if (typeof ctor !== 'function') return false; - - // If has modified prototype - prot = ctor.prototype; - if (isObjectObject(prot) === false) return false; - - // If constructor does not have an Object-specific method - if (prot.hasOwnProperty('isPrototypeOf') === false) { - return false; - } - - // Most likely a plain Object - return true; -}; diff --git a/2019-setembro/node_modules/is-plain-object/package.json b/2019-setembro/node_modules/is-plain-object/package.json deleted file mode 100644 index dd60498..0000000 --- a/2019-setembro/node_modules/is-plain-object/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "is-plain-object", - "description": "Returns true if an object was created by the `Object` constructor.", - "version": "2.0.4", - "homepage": "https://github.com/jonschlinkert/is-plain-object", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Osman Nuri Okumuş (http://onokumus.com)", - "Steven Vachon (https://svachon.com)", - "(https://github.com/wtgtybhertgeghgtwtg)" - ], - "repository": "jonschlinkert/is-plain-object", - "bugs": { - "url": "https://github.com/jonschlinkert/is-plain-object/issues" - }, - "license": "MIT", - "files": [ - "index.d.ts", - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js", - "test_browser": "mocha-phantomjs test/browser.html", - "test_node": "mocha", - "test": "npm run test_node && npm run browserify && npm run test_browser" - }, - "dependencies": { - "isobject": "^3.0.1" - }, - "devDependencies": { - "browserify": "^14.4.0", - "chai": "^4.0.2", - "gulp-format-md": "^1.0.0", - "mocha": "^3.4.2", - "mocha-phantomjs": "^4.1.0", - "phantomjs": "^2.1.7", - "uglify-js": "^3.0.24" - }, - "keywords": [ - "check", - "is", - "is-object", - "isobject", - "javascript", - "kind", - "kind-of", - "object", - "plain", - "type", - "typeof", - "value" - ], - "types": "index.d.ts", - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "is-number", - "isobject", - "kind-of" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/is-reference/CHANGELOG.md b/2019-setembro/node_modules/is-reference/CHANGELOG.md deleted file mode 100644 index 597713b..0000000 --- a/2019-setembro/node_modules/is-reference/CHANGELOG.md +++ /dev/null @@ -1,25 +0,0 @@ -# is-reference changelog - -## 1.1.3 - -* Handle expressions without a Program - -## 1.1.2 - -* Ignore labels in break/continue statements ([#4](https://github.com/Rich-Harris/is-reference/pull/4)) - -## 1.1.1 - -* Prevent false positives with labeled statements - -## 1.1.0 - -* Rewrite in TypeScript, add declarations - -## 1.0.1 - -* Ensure `isReference` returns a boolean - -## 1.0.0 - -* First release diff --git a/2019-setembro/node_modules/is-reference/README.md b/2019-setembro/node_modules/is-reference/README.md deleted file mode 100644 index 1989fca..0000000 --- a/2019-setembro/node_modules/is-reference/README.md +++ /dev/null @@ -1,61 +0,0 @@ -# is-reference - -Utility for determining whether an AST node is a reference. - -`foo` is a reference in these cases: - -```js -console.log( foo ); -var foo; -function foo () {} -function bar ( foo ) {} -export { foo as x }; -``` - -`foo` is *not* a reference in these cases: - -```js -var obj = { foo: 1 }; -console.log( obj.foo ); -export { x as foo }; -``` - -In all cases, `foo` is an `Identifier` node, but the two kinds must be treated differently for the purposes of scope analysis etc. (The examples are non-exhaustive.) - - -## Installation - -```bash -npm install is-reference -``` - - -## Usage - -Example using [Acorn](https://github.com/ternjs/acorn) and [estree-walker](https://github.com/Rich-Harris/estree-walker): - -```js -const { parse } = require( 'acorn' ); -const { walk } = require( 'estree-walker' ); -const isReference = require( 'is-reference' ); - -const identifiers = []; -const references = []; - -const ast = parse( `var a = b.c;` ); - -walk( ast, { - enter ( node, parent ) { - if ( node.type === 'Identifier' ) identifiers.push( node ); - if ( isReference( node, parent ) ) references.push( node ); - } -}); - -identifiers.forEach( node => console.log( node.name ) ); // a, b, c -references.forEach( node => console.log( node.name ) ); // a, b -``` - - -## License - -MIT diff --git a/2019-setembro/node_modules/is-reference/dist/is-reference.es.js b/2019-setembro/node_modules/is-reference/dist/is-reference.es.js deleted file mode 100644 index f08380a..0000000 --- a/2019-setembro/node_modules/is-reference/dist/is-reference.es.js +++ /dev/null @@ -1,27 +0,0 @@ -function isReference(node, parent) { - if (node.type === 'MemberExpression') { - return !node.computed && isReference(node.object, node); - } - if (node.type === 'Identifier') { - if (!parent) - return true; - switch (parent.type) { - // disregard `bar` in `foo.bar` - case 'MemberExpression': return parent.computed || node === parent.object; - // disregard the `foo` in `class {foo(){}}` but keep it in `class {[foo](){}}` - case 'MethodDefinition': return parent.computed; - // disregard the `bar` in `{ bar: foo }`, but keep it in `{ [bar]: foo }` - case 'Property': return parent.computed || node === parent.value; - // disregard the `bar` in `export { foo as bar }` - case 'ExportSpecifier': return node === parent.local; - // disregard the `foo` in `foo: while (...) { ... break foo; ... continue foo;}` - case 'LabeledStatement': - case 'BreakStatement': - case 'ContinueStatement': return false; - default: return true; - } - } - return false; -} - -export default isReference; diff --git a/2019-setembro/node_modules/is-reference/dist/is-reference.js b/2019-setembro/node_modules/is-reference/dist/is-reference.js deleted file mode 100644 index aa27dac..0000000 --- a/2019-setembro/node_modules/is-reference/dist/is-reference.js +++ /dev/null @@ -1,35 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : - typeof define === 'function' && define.amd ? define(factory) : - (global = global || self, global.isReference = factory()); -}(this, function () { 'use strict'; - - function isReference(node, parent) { - if (node.type === 'MemberExpression') { - return !node.computed && isReference(node.object, node); - } - if (node.type === 'Identifier') { - if (!parent) - return true; - switch (parent.type) { - // disregard `bar` in `foo.bar` - case 'MemberExpression': return parent.computed || node === parent.object; - // disregard the `foo` in `class {foo(){}}` but keep it in `class {[foo](){}}` - case 'MethodDefinition': return parent.computed; - // disregard the `bar` in `{ bar: foo }`, but keep it in `{ [bar]: foo }` - case 'Property': return parent.computed || node === parent.value; - // disregard the `bar` in `export { foo as bar }` - case 'ExportSpecifier': return node === parent.local; - // disregard the `foo` in `foo: while (...) { ... break foo; ... continue foo;}` - case 'LabeledStatement': - case 'BreakStatement': - case 'ContinueStatement': return false; - default: return true; - } - } - return false; - } - - return isReference; - -})); diff --git a/2019-setembro/node_modules/is-reference/dist/types/index.d.ts b/2019-setembro/node_modules/is-reference/dist/types/index.d.ts deleted file mode 100644 index c332832..0000000 --- a/2019-setembro/node_modules/is-reference/dist/types/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { Node } from 'estree'; -export default function isReference(node: Node, parent: Node): boolean; diff --git a/2019-setembro/node_modules/is-reference/package.json b/2019-setembro/node_modules/is-reference/package.json deleted file mode 100644 index 5803b94..0000000 --- a/2019-setembro/node_modules/is-reference/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "is-reference", - "version": "1.1.3", - "description": "Determine whether an AST node is a reference", - "main": "dist/is-reference.js", - "module": "dist/is-reference.es.js", - "types": "dist/types/index.d.ts", - "files": [ - "dist/*.js", - "dist/types/**/*.d.ts" - ], - "scripts": { - "test": "mocha", - "build": "rollup -c && tsc --emitDeclarationOnly", - "pretest": "npm run build", - "prepare": "npm run build", - "prepublishOnly": "npm test" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/Rich-Harris/is-reference.git" - }, - "keywords": [ - "ast", - "javascript", - "estree", - "acorn" - ], - "author": "Rich Harris", - "license": "MIT", - "bugs": { - "url": "https://github.com/Rich-Harris/is-reference/issues" - }, - "homepage": "https://github.com/Rich-Harris/is-reference#readme", - "dependencies": { - "@types/estree": "0.0.39" - }, - "devDependencies": { - "acorn": "^6.1.1", - "estree-walker": "^0.6.0", - "mocha": "^6.0.2", - "rollup": "^1.7.0", - "rollup-plugin-typescript": "^1.0.1", - "tslib": "^1.9.3", - "typescript": "^3.3.4000" - } -} diff --git a/2019-setembro/node_modules/is-regex/.eslintrc b/2019-setembro/node_modules/is-regex/.eslintrc deleted file mode 100644 index fbb8e9d..0000000 --- a/2019-setembro/node_modules/is-regex/.eslintrc +++ /dev/null @@ -1,9 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "id-length": [1] - } -} diff --git a/2019-setembro/node_modules/is-regex/.jscs.json b/2019-setembro/node_modules/is-regex/.jscs.json deleted file mode 100644 index 3d099c4..0000000 --- a/2019-setembro/node_modules/is-regex/.jscs.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "es3": true, - - "additionalRules": [], - - "requireSemicolons": true, - - "disallowMultipleSpaces": true, - - "disallowIdentifierNames": [], - - "requireCurlyBraces": { - "allExcept": [], - "keywords": ["if", "else", "for", "while", "do", "try", "catch"] - }, - - "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], - - "disallowSpaceAfterKeywords": [], - - "disallowSpaceBeforeComma": true, - "disallowSpaceAfterComma": false, - "disallowSpaceBeforeSemicolon": true, - - "disallowNodeTypes": [ - "DebuggerStatement", - "ForInStatement", - "LabeledStatement", - "SwitchCase", - "SwitchStatement", - "WithStatement" - ], - - "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, - - "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, - "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, - "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, - - "requireSpaceBetweenArguments": true, - - "disallowSpacesInsideParentheses": true, - - "disallowSpacesInsideArrayBrackets": true, - - "disallowQuotedKeysInObjects": { "allExcept": ["reserved"] }, - - "disallowSpaceAfterObjectKeys": true, - - "requireCommaBeforeLineBreak": true, - - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], - "requireSpaceAfterPrefixUnaryOperators": [], - - "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], - "requireSpaceBeforePostfixUnaryOperators": [], - - "disallowSpaceBeforeBinaryOperators": [], - "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - - "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - "disallowSpaceAfterBinaryOperators": [], - - "disallowImplicitTypeConversion": ["binary", "string"], - - "disallowKeywords": ["with", "eval"], - - "requireKeywordsOnNewLine": [], - "disallowKeywordsOnNewLine": ["else"], - - "requireLineFeedAtFileEnd": true, - - "disallowTrailingWhitespace": true, - - "disallowTrailingComma": true, - - "excludeFiles": ["node_modules/**", "vendor/**"], - - "disallowMultipleLineStrings": true, - - "requireDotNotation": { "allExcept": ["keywords"] }, - - "requireParenthesesAroundIIFE": true, - - "validateLineBreaks": "LF", - - "validateQuoteMarks": { - "escape": true, - "mark": "'" - }, - - "disallowOperatorBeforeLineBreak": [], - - "requireSpaceBeforeKeywords": [ - "do", - "for", - "if", - "else", - "switch", - "case", - "try", - "catch", - "finally", - "while", - "with", - "return" - ], - - "validateAlignedFunctionParameters": { - "lineBreakAfterOpeningBraces": true, - "lineBreakBeforeClosingBraces": true - }, - - "requirePaddingNewLinesBeforeExport": true, - - "validateNewlineAfterArrayElements": { - "maximum": 1 - }, - - "requirePaddingNewLinesAfterUseStrict": true, - - "disallowArrowFunctions": true, - - "disallowMultiLineTernary": true, - - "validateOrderInObjectKeys": "asc-insensitive", - - "disallowIdenticalDestructuringNames": true, - - "disallowNestedTernaries": { "maxLevel": 1 }, - - "requireSpaceAfterComma": { "allExcept": ["trailing"] }, - "requireAlignedMultilineParams": false, - - "requireSpacesInGenerator": { - "afterStar": true - }, - - "disallowSpacesInGenerator": { - "beforeStar": true - }, - - "disallowVar": false, - - "requireArrayDestructuring": false, - - "requireEnhancedObjectLiterals": false, - - "requireObjectDestructuring": false, - - "requireEarlyReturn": false, - - "requireCapitalizedConstructorsNew": { - "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] - }, - - "requireImportAlphabetized": false, - - "requireSpaceBeforeObjectValues": true, - "requireSpaceBeforeDestructuredValues": true, - - "disallowSpacesInsideTemplateStringPlaceholders": true, - - "disallowArrayDestructuringReturn": false, - - "requireNewlineBeforeSingleStatementsInIf": false, - - "disallowUnusedVariables": true, - - "requireSpacesInsideImportedObjectBraces": true, - - "requireUseStrict": true -} - diff --git a/2019-setembro/node_modules/is-regex/.npmignore b/2019-setembro/node_modules/is-regex/.npmignore deleted file mode 100644 index a72b52e..0000000 --- a/2019-setembro/node_modules/is-regex/.npmignore +++ /dev/null @@ -1,15 +0,0 @@ -lib-cov -*.seed -*.log -*.csv -*.dat -*.out -*.pid -*.gz - -pids -logs -results - -npm-debug.log -node_modules diff --git a/2019-setembro/node_modules/is-regex/.travis.yml b/2019-setembro/node_modules/is-regex/.travis.yml deleted file mode 100644 index 41137a8..0000000 --- a/2019-setembro/node_modules/is-regex/.travis.yml +++ /dev/null @@ -1,165 +0,0 @@ -language: node_js -os: - - linux -node_js: - - "7.5" - - "6.9" - - "5.12" - - "4.7" - - "iojs-v3.3" - - "iojs-v2.5" - - "iojs-v1.8" - - "0.12" - - "0.10" - - "0.8" -before_install: - - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then npm install -g npm@1.3 ; elif [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' -script: - - 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi' - - 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi' - - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi' - - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi' -sudo: false -env: - - TEST=true -matrix: - fast_finish: true - include: - - node_js: "node" - env: PRETEST=true - - node_js: "node" - env: POSTTEST=true - - node_js: "7.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7" - env: TEST=true - os: osx - - node_js: "6" - env: TEST=true - os: osx - - node_js: "5" - env: TEST=true - os: osx - - node_js: "4" - env: TEST=true - os: osx - - node_js: "iojs" - env: TEST=true - os: osx - - node_js: "0.12" - env: TEST=true - os: osx - - node_js: "0.10" - env: TEST=true - os: osx - - node_js: "0.8" - env: TEST=true - os: osx - allow_failures: - - os: osx - - env: TEST=true ALLOW_FAILURE=true diff --git a/2019-setembro/node_modules/is-regex/CHANGELOG.md b/2019-setembro/node_modules/is-regex/CHANGELOG.md deleted file mode 100644 index 6d73800..0000000 --- a/2019-setembro/node_modules/is-regex/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ -1.0.4 / 2016-02-18 -================= - * [Fix] ensure that `lastIndex` is not mutated (#3) - * [Refactor] when try/catch is needed, bail early if the value lacks an own `lastIndex` data property - * [Refactor] use an early return instead of a ternary - * [Refactor] bail earlier when the value is falsy - * Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG - * [Dev Deps] update `tape`, `jscs`, `editorconfig-tools`, `eslint`, `semver`, `replace`, `nsp`, `covert`, `@ljharb/eslint-config` - * [Tests] on all the node and io.js versions; improve test matri - * [Tests] Fix tests for faked @@toStringTag - -1.0.3 / 2015-01-29 -================= - * If @@toStringTag is not present, use the old-school Object#toString test. - -1.0.2 / 2015-01-29 -================= - * Improve optimization by separating the try/catch, and bailing out early when not typeof "object". - -1.0.1 / 2015-01-28 -================= - * Update `jscs`, `tape`, `covert` - * Use RegExp#exec to test if something is a regex, which works even with ES6 @@toStringTag. - -1.0.0 / 2014-05-19 -================= - * Initial release. diff --git a/2019-setembro/node_modules/is-regex/LICENSE b/2019-setembro/node_modules/is-regex/LICENSE deleted file mode 100644 index 47b7b50..0000000 --- a/2019-setembro/node_modules/is-regex/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-regex/Makefile b/2019-setembro/node_modules/is-regex/Makefile deleted file mode 100644 index b9e4fe1..0000000 --- a/2019-setembro/node_modules/is-regex/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. -$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) - - # The files that need updating when incrementing the version number. -VERSIONED_FILES := *.js *.json README* - - -# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. -# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment -# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. -export PATH := $(shell printf '%s' "$$PWD/node_modules/.bin:$$PATH") -UTILS := semver -# Make sure that all required utilities can be located. -UTIL_CHECK := $(or $(shell PATH="$(PATH)" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS))) - -# Default target (by virtue of being the first non '.'-prefixed in the file). -.PHONY: _no-target-specified -_no-target-specified: - $(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests) - -# Lists all targets defined in this makefile. -.PHONY: list -list: - @$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | command grep -v -e '^[^[:alnum:]]' -e '^$@$$command ' | sort - -# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS). -.PHONY: test -test: - @npm test - -.PHONY: _ensure-tag -_ensure-tag: -ifndef TAG - $(error Please invoke with `make TAG= release`, where is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number) -endif - -CHANGELOG_ERROR = $(error No CHANGELOG specified) -.PHONY: _ensure-changelog -_ensure-changelog: - @ (git status -sb --porcelain | command grep -E '^( M|[MA] ) CHANGELOG.md' > /dev/null) || (echo no CHANGELOG.md specified && exit 2) - -# Ensures that the git workspace is clean. -.PHONY: _ensure-clean -_ensure-clean: - @[ -z "$$((git status --porcelain --untracked-files=no || echo err) | command grep -v 'CHANGELOG.md')" ] || { echo "Workspace is not clean; please commit changes first." >&2; exit 2; } - -# Makes a release; invoke with `make TAG= release`. -.PHONY: release -release: _ensure-tag _ensure-changelog _ensure-clean - @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ - new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ - if printf "$$new_ver" | command grep -q '^[0-9]'; then \ - semver "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \ - semver -r "> $$old_ver" "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \ - else \ - new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ - fi; \ - printf "=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\n=== TYPE 'proceed' TO PROCEED, anything else to abort: " && read response && [ "$$response" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \ - replace "$$old_ver" "$$new_ver" -- $(VERSIONED_FILES) && \ - git commit -m "v$$new_ver" $(VERSIONED_FILES) CHANGELOG.md && \ - git tag -a -m "v$$new_ver" "v$$new_ver" diff --git a/2019-setembro/node_modules/is-regex/README.md b/2019-setembro/node_modules/is-regex/README.md deleted file mode 100644 index 05baa0e..0000000 --- a/2019-setembro/node_modules/is-regex/README.md +++ /dev/null @@ -1,54 +0,0 @@ -#is-regex [![Version Badge][2]][1] - -[![Build Status][3]][4] -[![dependency status][5]][6] -[![dev dependency status][7]][8] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -[![npm badge][11]][1] - -[![browser support][9]][10] - -Is this value a JS regex? -This module works cross-realm/iframe, and despite ES6 @@toStringTag. - -## Example - -```js -var isRegex = require('is-regex'); -var assert = require('assert'); - -assert.notOk(isRegex(undefined)); -assert.notOk(isRegex(null)); -assert.notOk(isRegex(false)); -assert.notOk(isRegex(true)); -assert.notOk(isRegex(42)); -assert.notOk(isRegex('foo')); -assert.notOk(isRegex(function () {})); -assert.notOk(isRegex([])); -assert.notOk(isRegex({})); - -assert.ok(isRegex(/a/g)); -assert.ok(isRegex(new RegExp('a', 'g'))); -``` - -## Tests -Simply clone the repo, `npm install`, and run `npm test` - -[1]: https://npmjs.org/package/is-regex -[2]: http://versionbadg.es/ljharb/is-regex.svg -[3]: https://travis-ci.org/ljharb/is-regex.svg -[4]: https://travis-ci.org/ljharb/is-regex -[5]: https://david-dm.org/ljharb/is-regex.svg -[6]: https://david-dm.org/ljharb/is-regex -[7]: https://david-dm.org/ljharb/is-regex/dev-status.svg -[8]: https://david-dm.org/ljharb/is-regex#info=devDependencies -[9]: https://ci.testling.com/ljharb/is-regex.png -[10]: https://ci.testling.com/ljharb/is-regex -[11]: https://nodei.co/npm/is-regex.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/is-regex.svg -[license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/is-regex.svg -[downloads-url]: http://npm-stat.com/charts.html?package=is-regex - diff --git a/2019-setembro/node_modules/is-regex/index.js b/2019-setembro/node_modules/is-regex/index.js deleted file mode 100644 index be65133..0000000 --- a/2019-setembro/node_modules/is-regex/index.js +++ /dev/null @@ -1,39 +0,0 @@ -'use strict'; - -var has = require('has'); -var regexExec = RegExp.prototype.exec; -var gOPD = Object.getOwnPropertyDescriptor; - -var tryRegexExecCall = function tryRegexExec(value) { - try { - var lastIndex = value.lastIndex; - value.lastIndex = 0; - - regexExec.call(value); - return true; - } catch (e) { - return false; - } finally { - value.lastIndex = lastIndex; - } -}; -var toStr = Object.prototype.toString; -var regexClass = '[object RegExp]'; -var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol'; - -module.exports = function isRegex(value) { - if (!value || typeof value !== 'object') { - return false; - } - if (!hasToStringTag) { - return toStr.call(value) === regexClass; - } - - var descriptor = gOPD(value, 'lastIndex'); - var hasLastIndexDataProperty = descriptor && has(descriptor, 'value'); - if (!hasLastIndexDataProperty) { - return false; - } - - return tryRegexExecCall(value); -}; diff --git a/2019-setembro/node_modules/is-regex/package.json b/2019-setembro/node_modules/is-regex/package.json deleted file mode 100644 index 0d1f0d1..0000000 --- a/2019-setembro/node_modules/is-regex/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "is-regex", - "version": "1.0.4", - "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", - "author": "Jordan Harband", - "license": "MIT", - "main": "index.js", - "scripts": { - "pretest": "npm run lint", - "test": "npm run tests-only", - "tests-only": "node --harmony --es-staging test.js", - "posttest": "npm run security", - "coverage": "covert test.js", - "coverage-quiet": "covert test.js --quiet", - "lint": "npm run jscs && npm run eslint", - "jscs": "jscs *.js", - "eslint": "eslint test.js *.js", - "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null", - "security": "nsp check" - }, - "repository": { - "type": "git", - "url": "git://github.com/ljharb/is-regex.git" - }, - "bugs": { - "url": "https://github.com/ljharb/is-regex/issues" - }, - "homepage": "https://github.com/ljharb/is-regex", - "keywords": [ - "regex", - "regexp", - "is", - "regular expression", - "regular", - "expression" - ], - "dependencies": { - "has": "^1.0.1" - }, - "devDependencies": { - "tape": "^4.6.3", - "covert": "^1.1.0", - "jscs": "^3.0.7", - "editorconfig-tools": "^0.1.1", - "nsp": "^2.6.2", - "eslint": "^3.15.0", - "@ljharb/eslint-config": "^11.0.0", - "semver": "^5.3.0", - "replace": "^0.3.0" - }, - "testling": { - "files": "test.js", - "browsers": [ - "iexplore/6.0..latest", - "firefox/3.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/10.0..12.0", - "opera/15.0..latest", - "opera/next", - "safari/4.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - } -} - diff --git a/2019-setembro/node_modules/is-regex/test.js b/2019-setembro/node_modules/is-regex/test.js deleted file mode 100644 index 8d39003..0000000 --- a/2019-setembro/node_modules/is-regex/test.js +++ /dev/null @@ -1,58 +0,0 @@ -'use strict'; - -var test = require('tape'); -var isRegex = require('./'); -var hasToStringTag = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol'; - -test('not regexes', function (t) { - t.notOk(isRegex(), 'undefined is not regex'); - t.notOk(isRegex(null), 'null is not regex'); - t.notOk(isRegex(false), 'false is not regex'); - t.notOk(isRegex(true), 'true is not regex'); - t.notOk(isRegex(42), 'number is not regex'); - t.notOk(isRegex('foo'), 'string is not regex'); - t.notOk(isRegex([]), 'array is not regex'); - t.notOk(isRegex({}), 'object is not regex'); - t.notOk(isRegex(function () {}), 'function is not regex'); - t.end(); -}); - -test('@@toStringTag', { skip: !hasToStringTag }, function (t) { - var regex = /a/g; - var fakeRegex = { - toString: function () { return String(regex); }, - valueOf: function () { return regex; } - }; - fakeRegex[Symbol.toStringTag] = 'RegExp'; - t.notOk(isRegex(fakeRegex), 'fake RegExp with @@toStringTag "RegExp" is not regex'); - t.end(); -}); - -test('regexes', function (t) { - t.ok(isRegex(/a/g), 'regex literal is regex'); - t.ok(isRegex(new RegExp('a', 'g')), 'regex object is regex'); - t.end(); -}); - -test('does not mutate regexes', function (t) { - t.test('lastIndex is a marker object', function (st) { - var regex = /a/; - var marker = {}; - regex.lastIndex = marker; - st.equal(regex.lastIndex, marker, 'lastIndex is the marker object'); - st.ok(isRegex(regex), 'is regex'); - st.equal(regex.lastIndex, marker, 'lastIndex is the marker object after isRegex'); - st.end(); - }); - - t.test('lastIndex is nonzero', function (st) { - var regex = /a/; - regex.lastIndex = 3; - st.equal(regex.lastIndex, 3, 'lastIndex is 3'); - st.ok(isRegex(regex), 'is regex'); - st.equal(regex.lastIndex, 3, 'lastIndex is 3 after isRegex'); - st.end(); - }); - - t.end(); -}); diff --git a/2019-setembro/node_modules/is-symbol/.editorconfig b/2019-setembro/node_modules/is-symbol/.editorconfig deleted file mode 100644 index eaa2141..0000000 --- a/2019-setembro/node_modules/is-symbol/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -root = true - -[*] -indent_style = tab; -insert_final_newline = true; -quote_type = auto; -space_after_anonymous_functions = true; -space_after_control_statements = true; -spaces_around_operators = true; -trim_trailing_whitespace = true; -spaces_in_brackets = false; -end_of_line = lf; - diff --git a/2019-setembro/node_modules/is-symbol/.eslintrc b/2019-setembro/node_modules/is-symbol/.eslintrc deleted file mode 100644 index 5f511fd..0000000 --- a/2019-setembro/node_modules/is-symbol/.eslintrc +++ /dev/null @@ -1,9 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "max-statements": [2, 14] - } -} diff --git a/2019-setembro/node_modules/is-symbol/.jscs.json b/2019-setembro/node_modules/is-symbol/.jscs.json deleted file mode 100644 index b4d9b8b..0000000 --- a/2019-setembro/node_modules/is-symbol/.jscs.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "es3": true, - - "additionalRules": [], - - "requireSemicolons": true, - - "disallowMultipleSpaces": true, - - "disallowIdentifierNames": [], - - "requireCurlyBraces": { - "allExcept": [], - "keywords": ["if", "else", "for", "while", "do", "try", "catch"] - }, - - "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], - - "disallowSpaceAfterKeywords": [], - - "disallowSpaceBeforeComma": true, - "disallowSpaceAfterComma": false, - "disallowSpaceBeforeSemicolon": true, - - "disallowNodeTypes": [ - "DebuggerStatement", - "ForInStatement", - "LabeledStatement", - "SwitchCase", - "SwitchStatement", - "WithStatement" - ], - - "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, - - "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, - "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, - "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, - - "requireSpaceBetweenArguments": true, - - "disallowSpacesInsideParentheses": true, - - "disallowSpacesInsideArrayBrackets": true, - - "disallowQuotedKeysInObjects": { "allExcept": ["reserved"] }, - - "disallowSpaceAfterObjectKeys": true, - - "requireCommaBeforeLineBreak": true, - - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], - "requireSpaceAfterPrefixUnaryOperators": [], - - "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], - "requireSpaceBeforePostfixUnaryOperators": [], - - "disallowSpaceBeforeBinaryOperators": [], - "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - - "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - "disallowSpaceAfterBinaryOperators": [], - - "disallowImplicitTypeConversion": ["binary", "string"], - - "disallowKeywords": ["with", "eval"], - - "requireKeywordsOnNewLine": [], - "disallowKeywordsOnNewLine": ["else"], - - "requireLineFeedAtFileEnd": true, - - "disallowTrailingWhitespace": true, - - "disallowTrailingComma": true, - - "excludeFiles": ["node_modules/**", "vendor/**"], - - "disallowMultipleLineStrings": true, - - "requireDotNotation": { "allExcept": ["keywords"] }, - - "requireParenthesesAroundIIFE": true, - - "validateLineBreaks": "LF", - - "validateQuoteMarks": { - "escape": true, - "mark": "'" - }, - - "disallowOperatorBeforeLineBreak": [], - - "requireSpaceBeforeKeywords": [ - "do", - "for", - "if", - "else", - "switch", - "case", - "try", - "catch", - "finally", - "while", - "with", - "return" - ], - - "validateAlignedFunctionParameters": { - "lineBreakAfterOpeningBraces": true, - "lineBreakBeforeClosingBraces": true - }, - - "requirePaddingNewLinesBeforeExport": true, - - "validateNewlineAfterArrayElements": { - "maximum": 1 - }, - - "requirePaddingNewLinesAfterUseStrict": true, - - "disallowArrowFunctions": true, - - "disallowMultiLineTernary": true, - - "validateOrderInObjectKeys": "asc-insensitive", - - "disallowIdenticalDestructuringNames": true, - - "disallowNestedTernaries": { "maxLevel": 1 }, - - "requireSpaceAfterComma": { "allExcept": ["trailing"] }, - "requireAlignedMultilineParams": false, - - "requireSpacesInGenerator": { - "afterStar": true - }, - - "disallowSpacesInGenerator": { - "beforeStar": true - }, - - "disallowVar": false, - - "requireArrayDestructuring": false, - - "requireEnhancedObjectLiterals": false, - - "requireObjectDestructuring": false, - - "requireEarlyReturn": false, - - "requireCapitalizedConstructorsNew": { - "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] - }, - - "requireImportAlphabetized": false, - - "requireSpaceBeforeObjectValues": true, - "requireSpaceBeforeDestructuredValues": true, - - "disallowSpacesInsideTemplateStringPlaceholders": true, - - "disallowArrayDestructuringReturn": false, - - "requireNewlineBeforeSingleStatementsInIf": false, - - "disallowUnusedVariables": true, - - "requireSpacesInsideImportedObjectBraces": true, - - "requireUseStrict": true -} - diff --git a/2019-setembro/node_modules/is-symbol/.nvmrc b/2019-setembro/node_modules/is-symbol/.nvmrc deleted file mode 100644 index 64f5a0a..0000000 --- a/2019-setembro/node_modules/is-symbol/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -node diff --git a/2019-setembro/node_modules/is-symbol/.travis.yml b/2019-setembro/node_modules/is-symbol/.travis.yml deleted file mode 100644 index c671d5e..0000000 --- a/2019-setembro/node_modules/is-symbol/.travis.yml +++ /dev/null @@ -1,241 +0,0 @@ -language: node_js -os: - - linux -node_js: - - "10.11" - - "9.11" - - "8.12" - - "7.10" - - "6.14" - - "5.12" - - "4.9" - - "iojs-v3.3" - - "iojs-v2.5" - - "iojs-v1.8" - - "0.12" - - "0.10" - - "0.8" -before_install: - - 'case "${TRAVIS_NODE_VERSION}" in 0.*) export NPM_CONFIG_STRICT_SSL=false ;; esac' - - 'nvm install-latest-npm' -install: - - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;' -script: - - 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi' - - 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi' - - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi' - - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi' -sudo: false -env: - - TEST=true -matrix: - fast_finish: true - include: - - node_js: "lts/*" - env: PRETEST=true - - node_js: "lts/*" - env: POSTTEST=true - - node_js: "4" - env: COVERAGE=true - - node_js: "10.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "10.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "9.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "8.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "7.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.13" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.12" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "6.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.10" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "5.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.8" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "4.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v3.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v2.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.7" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.5" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.4" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.3" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.2" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.1" - env: TEST=true ALLOW_FAILURE=true - - node_js: "iojs-v1.0" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.11" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.9" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.6" - env: TEST=true ALLOW_FAILURE=true - - node_js: "0.4" - env: TEST=true ALLOW_FAILURE=true - allow_failures: - - os: osx - - env: TEST=true ALLOW_FAILURE=true - - env: COVERAGE=true diff --git a/2019-setembro/node_modules/is-symbol/CHANGELOG.md b/2019-setembro/node_modules/is-symbol/CHANGELOG.md deleted file mode 100644 index a7b8baf..0000000 --- a/2019-setembro/node_modules/is-symbol/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -1.0.2 / 2018-09-20 -================= - * [Refactor] use `has-symbols` and `object-inspect` - * [Tests] test on all the node minor versions - -1.0.1 / 2015-01-26 -================= - * Corrected description - -1.0.0 / 2015-01-24 -================= - * Initial release diff --git a/2019-setembro/node_modules/is-symbol/LICENSE b/2019-setembro/node_modules/is-symbol/LICENSE deleted file mode 100644 index b43df44..0000000 --- a/2019-setembro/node_modules/is-symbol/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/2019-setembro/node_modules/is-symbol/Makefile b/2019-setembro/node_modules/is-symbol/Makefile deleted file mode 100644 index b9e4fe1..0000000 --- a/2019-setembro/node_modules/is-symbol/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. -$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) - - # The files that need updating when incrementing the version number. -VERSIONED_FILES := *.js *.json README* - - -# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. -# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment -# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. -export PATH := $(shell printf '%s' "$$PWD/node_modules/.bin:$$PATH") -UTILS := semver -# Make sure that all required utilities can be located. -UTIL_CHECK := $(or $(shell PATH="$(PATH)" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS))) - -# Default target (by virtue of being the first non '.'-prefixed in the file). -.PHONY: _no-target-specified -_no-target-specified: - $(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests) - -# Lists all targets defined in this makefile. -.PHONY: list -list: - @$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | command grep -v -e '^[^[:alnum:]]' -e '^$@$$command ' | sort - -# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS). -.PHONY: test -test: - @npm test - -.PHONY: _ensure-tag -_ensure-tag: -ifndef TAG - $(error Please invoke with `make TAG= release`, where is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number) -endif - -CHANGELOG_ERROR = $(error No CHANGELOG specified) -.PHONY: _ensure-changelog -_ensure-changelog: - @ (git status -sb --porcelain | command grep -E '^( M|[MA] ) CHANGELOG.md' > /dev/null) || (echo no CHANGELOG.md specified && exit 2) - -# Ensures that the git workspace is clean. -.PHONY: _ensure-clean -_ensure-clean: - @[ -z "$$((git status --porcelain --untracked-files=no || echo err) | command grep -v 'CHANGELOG.md')" ] || { echo "Workspace is not clean; please commit changes first." >&2; exit 2; } - -# Makes a release; invoke with `make TAG= release`. -.PHONY: release -release: _ensure-tag _ensure-changelog _ensure-clean - @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ - new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ - if printf "$$new_ver" | command grep -q '^[0-9]'; then \ - semver "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \ - semver -r "> $$old_ver" "$$new_ver" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \ - else \ - new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ - fi; \ - printf "=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\n=== TYPE 'proceed' TO PROCEED, anything else to abort: " && read response && [ "$$response" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \ - replace "$$old_ver" "$$new_ver" -- $(VERSIONED_FILES) && \ - git commit -m "v$$new_ver" $(VERSIONED_FILES) CHANGELOG.md && \ - git tag -a -m "v$$new_ver" "v$$new_ver" diff --git a/2019-setembro/node_modules/is-symbol/README.md b/2019-setembro/node_modules/is-symbol/README.md deleted file mode 100644 index 8544c8c..0000000 --- a/2019-setembro/node_modules/is-symbol/README.md +++ /dev/null @@ -1,46 +0,0 @@ -#is-symbol [![Version Badge][2]][1] - -[![Build Status][3]][4] -[![dependency status][5]][6] -[![dev dependency status][7]][8] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -[![npm badge][11]][1] - -[![browser support][9]][10] - -Is this an ES6 Symbol value? - -## Example - -```js -var isSymbol = require('is-symbol'); -assert(!isSymbol(function () {})); -assert(!isSymbol(null)); -assert(!isSymbol(function* () { yield 42; return Infinity; }); - -assert(isSymbol(Symbol.iterator)); -assert(isSymbol(Symbol('foo'))); -assert(isSymbol(Symbol.for('foo'))); -assert(isSymbol(Object(Symbol('foo')))); -``` - -## Tests -Simply clone the repo, `npm install`, and run `npm test` - -[1]: https://npmjs.org/package/is-symbol -[2]: http://versionbadg.es/ljharb/is-symbol.svg -[3]: https://travis-ci.org/ljharb/is-symbol.svg -[4]: https://travis-ci.org/ljharb/is-symbol -[5]: https://david-dm.org/ljharb/is-symbol.svg -[6]: https://david-dm.org/ljharb/is-symbol -[7]: https://david-dm.org/ljharb/is-symbol/dev-status.svg -[8]: https://david-dm.org/ljharb/is-symbol#info=devDependencies -[9]: https://ci.testling.com/ljharb/is-symbol.png -[10]: https://ci.testling.com/ljharb/is-symbol -[11]: https://nodei.co/npm/is-symbol.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/is-symbol.svg -[license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/is-symbol.svg -[downloads-url]: http://npm-stat.com/charts.html?package=is-symbol diff --git a/2019-setembro/node_modules/is-symbol/index.js b/2019-setembro/node_modules/is-symbol/index.js deleted file mode 100644 index 3d653e2..0000000 --- a/2019-setembro/node_modules/is-symbol/index.js +++ /dev/null @@ -1,35 +0,0 @@ -'use strict'; - -var toStr = Object.prototype.toString; -var hasSymbols = require('has-symbols')(); - -if (hasSymbols) { - var symToStr = Symbol.prototype.toString; - var symStringRegex = /^Symbol\(.*\)$/; - var isSymbolObject = function isRealSymbolObject(value) { - if (typeof value.valueOf() !== 'symbol') { - return false; - } - return symStringRegex.test(symToStr.call(value)); - }; - - module.exports = function isSymbol(value) { - if (typeof value === 'symbol') { - return true; - } - if (toStr.call(value) !== '[object Symbol]') { - return false; - } - try { - return isSymbolObject(value); - } catch (e) { - return false; - } - }; -} else { - - module.exports = function isSymbol(value) { - // this environment does not support Symbols. - return false && value; - }; -} diff --git a/2019-setembro/node_modules/is-symbol/package.json b/2019-setembro/node_modules/is-symbol/package.json deleted file mode 100644 index 0867a3a..0000000 --- a/2019-setembro/node_modules/is-symbol/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "is-symbol", - "version": "1.0.2", - "description": "Determine if a value is an ES6 Symbol or not.", - "main": "index.js", - "scripts": { - "prepublish": "safe-publish-latest", - "pretest": "npm run lint", - "tests-only": "node --es-staging --harmony test", - "test": "npm run tests-only", - "posttest": "npm run security", - "coverage": "covert test", - "lint": "npm run jscs && npm run eslint", - "jscs": "jscs *.js */*.js", - "eslint": "eslint *.js */*.js", - "security": "nsp check" - }, - "repository": { - "type": "git", - "url": "git://github.com/ljharb/is-symbol.git" - }, - "keywords": [ - "symbol", - "es6", - "is", - "Symbol" - ], - "author": "Jordan Harband", - "license": "MIT", - "bugs": { - "url": "https://github.com/ljharb/is-symbol/issues" - }, - "dependencies": { - "has-symbols": "^1.0.0" - }, - "devDependencies": { - "@ljharb/eslint-config": "^12.2.1", - "covert": "^1.1.0", - "eslint": "^4.19.1", - "jscs": "^3.0.7", - "nsp": "^3.2.1", - "object-inspect": "^1.6.0", - "safe-publish-latest": "^1.1.2", - "semver": "^5.5.0", - "tape": "^4.9.0" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "iexplore/6.0..latest", - "firefox/3.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/10.0..latest", - "opera/next", - "safari/4.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - } -} diff --git a/2019-setembro/node_modules/is-symbol/test/.eslintrc b/2019-setembro/node_modules/is-symbol/test/.eslintrc deleted file mode 100644 index 1ac0d47..0000000 --- a/2019-setembro/node_modules/is-symbol/test/.eslintrc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "rules": { - "max-statements-per-line": [2, { "max": 2 }], - "no-restricted-properties": 0, - "symbol-description": 0, - } -} diff --git a/2019-setembro/node_modules/is-symbol/test/index.js b/2019-setembro/node_modules/is-symbol/test/index.js deleted file mode 100644 index e01f035..0000000 --- a/2019-setembro/node_modules/is-symbol/test/index.js +++ /dev/null @@ -1,92 +0,0 @@ -'use strict'; - -var test = require('tape'); -var isSymbol = require('../index'); - -var forEach = function (arr, func) { - var i; - for (i = 0; i < arr.length; ++i) { - func(arr[i], i, arr); - } -}; - -var hasSymbols = require('has-symbols')(); -var inspect = require('object-inspect'); -var debug = function (v, m) { return inspect(v) + ' ' + m; }; - -test('non-symbol values', function (t) { - var nonSymbols = [ - true, - false, - Object(true), - Object(false), - null, - undefined, - {}, - [], - /a/g, - 'string', - 42, - new Date(), - function () {}, - NaN - ]; - t.plan(nonSymbols.length); - forEach(nonSymbols, function (nonSymbol) { - t.equal(false, isSymbol(nonSymbol), debug(nonSymbol, 'is not a symbol')); - }); - t.end(); -}); - -test('faked symbol values', function (t) { - t.test('real symbol valueOf', { skip: !hasSymbols }, function (st) { - var fakeSymbol = { valueOf: function () { return Symbol('foo'); } }; - st.equal(false, isSymbol(fakeSymbol), 'object with valueOf returning a symbol is not a symbol'); - st.end(); - }); - - t.test('faked @@toStringTag', { skip: !hasSymbols || !Symbol.toStringTag }, function (st) { - var fakeSymbol = { valueOf: function () { return Symbol('foo'); } }; - fakeSymbol[Symbol.toStringTag] = 'Symbol'; - st.equal(false, isSymbol(fakeSymbol), 'object with fake Symbol @@toStringTag and valueOf returning a symbol is not a symbol'); - var notSoFakeSymbol = { valueOf: function () { return 42; } }; - notSoFakeSymbol[Symbol.toStringTag] = 'Symbol'; - st.equal(false, isSymbol(notSoFakeSymbol), 'object with fake Symbol @@toStringTag and valueOf not returning a symbol is not a symbol'); - st.end(); - }); - - var fakeSymbolString = { toString: function () { return 'Symbol(foo)'; } }; - t.equal(false, isSymbol(fakeSymbolString), 'object with toString returning Symbol(foo) is not a symbol'); - - t.end(); -}); - -test('Symbol support', { skip: !hasSymbols }, function (t) { - t.test('well-known Symbols', function (st) { - var isWellKnown = function filterer(name) { - return name !== 'for' && name !== 'keyFor' && !(name in filterer); - }; - var wellKnownSymbols = Object.getOwnPropertyNames(Symbol).filter(isWellKnown); - wellKnownSymbols.forEach(function (name) { - var sym = Symbol[name]; - st.equal(true, isSymbol(sym), debug(sym, ' is a symbol')); - }); - st.end(); - }); - - t.test('user-created symbols', function (st) { - var symbols = [ - Symbol(), - Symbol('foo'), - Symbol['for']('foo'), - Object(Symbol('object')) - ]; - symbols.forEach(function (sym) { - st.equal(true, isSymbol(sym), debug(sym, ' is a symbol')); - }); - st.end(); - }); - - t.end(); -}); - diff --git a/2019-setembro/node_modules/is-windows/LICENSE b/2019-setembro/node_modules/is-windows/LICENSE deleted file mode 100644 index f8de063..0000000 --- a/2019-setembro/node_modules/is-windows/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2018, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/is-windows/README.md b/2019-setembro/node_modules/is-windows/README.md deleted file mode 100644 index 485bfde..0000000 --- a/2019-setembro/node_modules/is-windows/README.md +++ /dev/null @@ -1,95 +0,0 @@ -# is-windows [![NPM version](https://img.shields.io/npm/v/is-windows.svg?style=flat)](https://www.npmjs.com/package/is-windows) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-windows.svg?style=flat)](https://npmjs.org/package/is-windows) [![NPM total downloads](https://img.shields.io/npm/dt/is-windows.svg?style=flat)](https://npmjs.org/package/is-windows) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-windows.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-windows) - -> Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-windows -``` - -## Heads up! - -As of `v0.2.0` this module always returns a function. - -## Node.js usage - -```js -var isWindows = require('is-windows'); - -console.log(isWindows()); -//=> returns true if the platform is windows -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [is-absolute](https://www.npmjs.com/package/is-absolute): Returns true if a file path is absolute. Does not rely on the path module… [more](https://github.com/jonschlinkert/is-absolute) | [homepage](https://github.com/jonschlinkert/is-absolute "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.") -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [is-relative](https://www.npmjs.com/package/is-relative): Returns `true` if the path appears to be relative. | [homepage](https://github.com/jonschlinkert/is-relative "Returns `true` if the path appears to be relative.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [window-size](https://www.npmjs.com/package/window-size): Reliable way to get the height and width of terminal/console, since it's not calculated or… [more](https://github.com/jonschlinkert/window-size) | [homepage](https://github.com/jonschlinkert/window-size "Reliable way to get the height and width of terminal/console, since it's not calculated or updated the same way on all platforms, environments and node.js versions.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 11 | [jonschlinkert](https://github.com/jonschlinkert) | -| 4 | [doowb](https://github.com/doowb) | -| 1 | [SimenB](https://github.com/SimenB) | -| 1 | [gucong3000](https://github.com/gucong3000) | - -### Author - -**Jon Schlinkert** - -* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on February 14, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/is-windows/index.js b/2019-setembro/node_modules/is-windows/index.js deleted file mode 100644 index 55d43e0..0000000 --- a/2019-setembro/node_modules/is-windows/index.js +++ /dev/null @@ -1,27 +0,0 @@ -/*! - * is-windows - * - * Copyright © 2015-2018, Jon Schlinkert. - * Released under the MIT License. - */ - -(function(factory) { - if (exports && typeof exports === 'object' && typeof module !== 'undefined') { - module.exports = factory(); - } else if (typeof define === 'function' && define.amd) { - define([], factory); - } else if (typeof window !== 'undefined') { - window.isWindows = factory(); - } else if (typeof global !== 'undefined') { - global.isWindows = factory(); - } else if (typeof self !== 'undefined') { - self.isWindows = factory(); - } else { - this.isWindows = factory(); - } -})(function() { - 'use strict'; - return function isWindows() { - return process && (process.platform === 'win32' || /^(msys|cygwin)$/.test(process.env.OSTYPE)); - }; -}); diff --git a/2019-setembro/node_modules/is-windows/package.json b/2019-setembro/node_modules/is-windows/package.json deleted file mode 100644 index fca09f9..0000000 --- a/2019-setembro/node_modules/is-windows/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "is-windows", - "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.", - "version": "1.0.2", - "homepage": "https://github.com/jonschlinkert/is-windows", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Simen Bekkhus (https://github.com/SimenB)", - "刘祺 (gucong.co.cc)" - ], - "repository": "jonschlinkert/is-windows", - "bugs": { - "url": "https://github.com/jonschlinkert/is-windows/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "check", - "cywin", - "is", - "is-windows", - "nix", - "operating system", - "os", - "platform", - "process", - "unix", - "win", - "win32", - "windows" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "is-absolute", - "is-glob", - "is-relative", - "isobject", - "window-size" - ] - }, - "lint": { - "reflinks": true - }, - "reflinks": [ - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/isarray/.npmignore b/2019-setembro/node_modules/isarray/.npmignore deleted file mode 100644 index 3c3629e..0000000 --- a/2019-setembro/node_modules/isarray/.npmignore +++ /dev/null @@ -1 +0,0 @@ -node_modules diff --git a/2019-setembro/node_modules/isarray/.travis.yml b/2019-setembro/node_modules/isarray/.travis.yml deleted file mode 100644 index cc4dba2..0000000 --- a/2019-setembro/node_modules/isarray/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: node_js -node_js: - - "0.8" - - "0.10" diff --git a/2019-setembro/node_modules/isarray/Makefile b/2019-setembro/node_modules/isarray/Makefile deleted file mode 100644 index 787d56e..0000000 --- a/2019-setembro/node_modules/isarray/Makefile +++ /dev/null @@ -1,6 +0,0 @@ - -test: - @node_modules/.bin/tape test.js - -.PHONY: test - diff --git a/2019-setembro/node_modules/isarray/README.md b/2019-setembro/node_modules/isarray/README.md deleted file mode 100644 index 16d2c59..0000000 --- a/2019-setembro/node_modules/isarray/README.md +++ /dev/null @@ -1,60 +0,0 @@ - -# isarray - -`Array#isArray` for older browsers. - -[![build status](https://secure.travis-ci.org/juliangruber/isarray.svg)](http://travis-ci.org/juliangruber/isarray) -[![downloads](https://img.shields.io/npm/dm/isarray.svg)](https://www.npmjs.org/package/isarray) - -[![browser support](https://ci.testling.com/juliangruber/isarray.png) -](https://ci.testling.com/juliangruber/isarray) - -## Usage - -```js -var isArray = require('isarray'); - -console.log(isArray([])); // => true -console.log(isArray({})); // => false -``` - -## Installation - -With [npm](http://npmjs.org) do - -```bash -$ npm install isarray -``` - -Then bundle for the browser with -[browserify](https://github.com/substack/browserify). - -With [component](http://component.io) do - -```bash -$ component install juliangruber/isarray -``` - -## License - -(MIT) - -Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/2019-setembro/node_modules/isarray/component.json b/2019-setembro/node_modules/isarray/component.json deleted file mode 100644 index 9e31b68..0000000 --- a/2019-setembro/node_modules/isarray/component.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name" : "isarray", - "description" : "Array#isArray for older browsers", - "version" : "0.0.1", - "repository" : "juliangruber/isarray", - "homepage": "https://github.com/juliangruber/isarray", - "main" : "index.js", - "scripts" : [ - "index.js" - ], - "dependencies" : {}, - "keywords": ["browser","isarray","array"], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT" -} diff --git a/2019-setembro/node_modules/isarray/index.js b/2019-setembro/node_modules/isarray/index.js deleted file mode 100644 index a57f634..0000000 --- a/2019-setembro/node_modules/isarray/index.js +++ /dev/null @@ -1,5 +0,0 @@ -var toString = {}.toString; - -module.exports = Array.isArray || function (arr) { - return toString.call(arr) == '[object Array]'; -}; diff --git a/2019-setembro/node_modules/isarray/package.json b/2019-setembro/node_modules/isarray/package.json deleted file mode 100644 index 1a4317a..0000000 --- a/2019-setembro/node_modules/isarray/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "isarray", - "description": "Array#isArray for older browsers", - "version": "1.0.0", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/isarray.git" - }, - "homepage": "https://github.com/juliangruber/isarray", - "main": "index.js", - "dependencies": {}, - "devDependencies": { - "tape": "~2.13.4" - }, - "keywords": [ - "browser", - "isarray", - "array" - ], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test.js", - "browsers": [ - "ie/8..latest", - "firefox/17..latest", - "firefox/nightly", - "chrome/22..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - }, - "scripts": { - "test": "tape test.js" - } -} diff --git a/2019-setembro/node_modules/isarray/test.js b/2019-setembro/node_modules/isarray/test.js deleted file mode 100644 index e0c3444..0000000 --- a/2019-setembro/node_modules/isarray/test.js +++ /dev/null @@ -1,20 +0,0 @@ -var isArray = require('./'); -var test = require('tape'); - -test('is array', function(t){ - t.ok(isArray([])); - t.notOk(isArray({})); - t.notOk(isArray(null)); - t.notOk(isArray(false)); - - var obj = {}; - obj[0] = true; - t.notOk(isArray(obj)); - - var arr = []; - arr.foo = 'bar'; - t.ok(isArray(arr)); - - t.end(); -}); - diff --git a/2019-setembro/node_modules/isexe/.npmignore b/2019-setembro/node_modules/isexe/.npmignore deleted file mode 100644 index c1cb757..0000000 --- a/2019-setembro/node_modules/isexe/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -.nyc_output/ -coverage/ diff --git a/2019-setembro/node_modules/isexe/LICENSE b/2019-setembro/node_modules/isexe/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/2019-setembro/node_modules/isexe/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/isexe/README.md b/2019-setembro/node_modules/isexe/README.md deleted file mode 100644 index 35769e8..0000000 --- a/2019-setembro/node_modules/isexe/README.md +++ /dev/null @@ -1,51 +0,0 @@ -# isexe - -Minimal module to check if a file is executable, and a normal file. - -Uses `fs.stat` and tests against the `PATHEXT` environment variable on -Windows. - -## USAGE - -```javascript -var isexe = require('isexe') -isexe('some-file-name', function (err, isExe) { - if (err) { - console.error('probably file does not exist or something', err) - } else if (isExe) { - console.error('this thing can be run') - } else { - console.error('cannot be run') - } -}) - -// same thing but synchronous, throws errors -var isExe = isexe.sync('some-file-name') - -// treat errors as just "not executable" -isexe('maybe-missing-file', { ignoreErrors: true }, callback) -var isExe = isexe.sync('maybe-missing-file', { ignoreErrors: true }) -``` - -## API - -### `isexe(path, [options], [callback])` - -Check if the path is executable. If no callback provided, and a -global `Promise` object is available, then a Promise will be returned. - -Will raise whatever errors may be raised by `fs.stat`, unless -`options.ignoreErrors` is set to true. - -### `isexe.sync(path, [options])` - -Same as `isexe` but returns the value and throws any errors raised. - -### Options - -* `ignoreErrors` Treat all errors as "no, this is not executable", but - don't raise them. -* `uid` Number to use as the user id -* `gid` Number to use as the group id -* `pathExt` List of path extensions to use instead of `PATHEXT` - environment variable on Windows. diff --git a/2019-setembro/node_modules/isexe/index.js b/2019-setembro/node_modules/isexe/index.js deleted file mode 100644 index 553fb32..0000000 --- a/2019-setembro/node_modules/isexe/index.js +++ /dev/null @@ -1,57 +0,0 @@ -var fs = require('fs') -var core -if (process.platform === 'win32' || global.TESTING_WINDOWS) { - core = require('./windows.js') -} else { - core = require('./mode.js') -} - -module.exports = isexe -isexe.sync = sync - -function isexe (path, options, cb) { - if (typeof options === 'function') { - cb = options - options = {} - } - - if (!cb) { - if (typeof Promise !== 'function') { - throw new TypeError('callback not provided') - } - - return new Promise(function (resolve, reject) { - isexe(path, options || {}, function (er, is) { - if (er) { - reject(er) - } else { - resolve(is) - } - }) - }) - } - - core(path, options || {}, function (er, is) { - // ignore EACCES because that just means we aren't allowed to run it - if (er) { - if (er.code === 'EACCES' || options && options.ignoreErrors) { - er = null - is = false - } - } - cb(er, is) - }) -} - -function sync (path, options) { - // my kingdom for a filtered catch - try { - return core.sync(path, options || {}) - } catch (er) { - if (options && options.ignoreErrors || er.code === 'EACCES') { - return false - } else { - throw er - } - } -} diff --git a/2019-setembro/node_modules/isexe/mode.js b/2019-setembro/node_modules/isexe/mode.js deleted file mode 100644 index 1995ea4..0000000 --- a/2019-setembro/node_modules/isexe/mode.js +++ /dev/null @@ -1,41 +0,0 @@ -module.exports = isexe -isexe.sync = sync - -var fs = require('fs') - -function isexe (path, options, cb) { - fs.stat(path, function (er, stat) { - cb(er, er ? false : checkStat(stat, options)) - }) -} - -function sync (path, options) { - return checkStat(fs.statSync(path), options) -} - -function checkStat (stat, options) { - return stat.isFile() && checkMode(stat, options) -} - -function checkMode (stat, options) { - var mod = stat.mode - var uid = stat.uid - var gid = stat.gid - - var myUid = options.uid !== undefined ? - options.uid : process.getuid && process.getuid() - var myGid = options.gid !== undefined ? - options.gid : process.getgid && process.getgid() - - var u = parseInt('100', 8) - var g = parseInt('010', 8) - var o = parseInt('001', 8) - var ug = u | g - - var ret = (mod & o) || - (mod & g) && gid === myGid || - (mod & u) && uid === myUid || - (mod & ug) && myUid === 0 - - return ret -} diff --git a/2019-setembro/node_modules/isexe/package.json b/2019-setembro/node_modules/isexe/package.json deleted file mode 100644 index e452689..0000000 --- a/2019-setembro/node_modules/isexe/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "isexe", - "version": "2.0.0", - "description": "Minimal module to check if a file is executable.", - "main": "index.js", - "directories": { - "test": "test" - }, - "devDependencies": { - "mkdirp": "^0.5.1", - "rimraf": "^2.5.0", - "tap": "^10.3.0" - }, - "scripts": { - "test": "tap test/*.js --100", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "author": "Isaac Z. Schlueter (http://blog.izs.me/)", - "license": "ISC", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/isexe.git" - }, - "keywords": [], - "bugs": { - "url": "https://github.com/isaacs/isexe/issues" - }, - "homepage": "https://github.com/isaacs/isexe#readme" -} diff --git a/2019-setembro/node_modules/isexe/test/basic.js b/2019-setembro/node_modules/isexe/test/basic.js deleted file mode 100644 index d926df6..0000000 --- a/2019-setembro/node_modules/isexe/test/basic.js +++ /dev/null @@ -1,221 +0,0 @@ -var t = require('tap') -var fs = require('fs') -var path = require('path') -var fixture = path.resolve(__dirname, 'fixtures') -var meow = fixture + '/meow.cat' -var mine = fixture + '/mine.cat' -var ours = fixture + '/ours.cat' -var fail = fixture + '/fail.false' -var noent = fixture + '/enoent.exe' -var mkdirp = require('mkdirp') -var rimraf = require('rimraf') - -var isWindows = process.platform === 'win32' -var hasAccess = typeof fs.access === 'function' -var winSkip = isWindows && 'windows' -var accessSkip = !hasAccess && 'no fs.access function' -var hasPromise = typeof Promise === 'function' -var promiseSkip = !hasPromise && 'no global Promise' - -function reset () { - delete require.cache[require.resolve('../')] - return require('../') -} - -t.test('setup fixtures', function (t) { - rimraf.sync(fixture) - mkdirp.sync(fixture) - fs.writeFileSync(meow, '#!/usr/bin/env cat\nmeow\n') - fs.chmodSync(meow, parseInt('0755', 8)) - fs.writeFileSync(fail, '#!/usr/bin/env false\n') - fs.chmodSync(fail, parseInt('0644', 8)) - fs.writeFileSync(mine, '#!/usr/bin/env cat\nmine\n') - fs.chmodSync(mine, parseInt('0744', 8)) - fs.writeFileSync(ours, '#!/usr/bin/env cat\nours\n') - fs.chmodSync(ours, parseInt('0754', 8)) - t.end() -}) - -t.test('promise', { skip: promiseSkip }, function (t) { - var isexe = reset() - t.test('meow async', function (t) { - isexe(meow).then(function (is) { - t.ok(is) - t.end() - }) - }) - t.test('fail async', function (t) { - isexe(fail).then(function (is) { - t.notOk(is) - t.end() - }) - }) - t.test('noent async', function (t) { - isexe(noent).catch(function (er) { - t.ok(er) - t.end() - }) - }) - t.test('noent ignore async', function (t) { - isexe(noent, { ignoreErrors: true }).then(function (is) { - t.notOk(is) - t.end() - }) - }) - t.end() -}) - -t.test('no promise', function (t) { - global.Promise = null - var isexe = reset() - t.throws('try to meow a promise', function () { - isexe(meow) - }) - t.end() -}) - -t.test('access', { skip: accessSkip || winSkip }, function (t) { - runTest(t) -}) - -t.test('mode', { skip: winSkip }, function (t) { - delete fs.access - delete fs.accessSync - var isexe = reset() - t.ok(isexe.sync(ours, { uid: 0, gid: 0 })) - t.ok(isexe.sync(mine, { uid: 0, gid: 0 })) - runTest(t) -}) - -t.test('windows', function (t) { - global.TESTING_WINDOWS = true - var pathExt = '.EXE;.CAT;.CMD;.COM' - t.test('pathExt option', function (t) { - runTest(t, { pathExt: '.EXE;.CAT;.CMD;.COM' }) - }) - t.test('pathExt env', function (t) { - process.env.PATHEXT = pathExt - runTest(t) - }) - t.test('no pathExt', function (t) { - // with a pathExt of '', any filename is fine. - // so the "fail" one would still pass. - runTest(t, { pathExt: '', skipFail: true }) - }) - t.test('pathext with empty entry', function (t) { - // with a pathExt of '', any filename is fine. - // so the "fail" one would still pass. - runTest(t, { pathExt: ';' + pathExt, skipFail: true }) - }) - t.end() -}) - -t.test('cleanup', function (t) { - rimraf.sync(fixture) - t.end() -}) - -function runTest (t, options) { - var isexe = reset() - - var optionsIgnore = Object.create(options || {}) - optionsIgnore.ignoreErrors = true - - if (!options || !options.skipFail) { - t.notOk(isexe.sync(fail, options)) - } - t.notOk(isexe.sync(noent, optionsIgnore)) - if (!options) { - t.ok(isexe.sync(meow)) - } else { - t.ok(isexe.sync(meow, options)) - } - - t.ok(isexe.sync(mine, options)) - t.ok(isexe.sync(ours, options)) - t.throws(function () { - isexe.sync(noent, options) - }) - - t.test('meow async', function (t) { - if (!options) { - isexe(meow, function (er, is) { - if (er) { - throw er - } - t.ok(is) - t.end() - }) - } else { - isexe(meow, options, function (er, is) { - if (er) { - throw er - } - t.ok(is) - t.end() - }) - } - }) - - t.test('mine async', function (t) { - isexe(mine, options, function (er, is) { - if (er) { - throw er - } - t.ok(is) - t.end() - }) - }) - - t.test('ours async', function (t) { - isexe(ours, options, function (er, is) { - if (er) { - throw er - } - t.ok(is) - t.end() - }) - }) - - if (!options || !options.skipFail) { - t.test('fail async', function (t) { - isexe(fail, options, function (er, is) { - if (er) { - throw er - } - t.notOk(is) - t.end() - }) - }) - } - - t.test('noent async', function (t) { - isexe(noent, options, function (er, is) { - t.ok(er) - t.notOk(is) - t.end() - }) - }) - - t.test('noent ignore async', function (t) { - isexe(noent, optionsIgnore, function (er, is) { - if (er) { - throw er - } - t.notOk(is) - t.end() - }) - }) - - t.test('directory is not executable', function (t) { - isexe(__dirname, options, function (er, is) { - if (er) { - throw er - } - t.notOk(is) - t.end() - }) - }) - - t.end() -} diff --git a/2019-setembro/node_modules/isexe/windows.js b/2019-setembro/node_modules/isexe/windows.js deleted file mode 100644 index 3499673..0000000 --- a/2019-setembro/node_modules/isexe/windows.js +++ /dev/null @@ -1,42 +0,0 @@ -module.exports = isexe -isexe.sync = sync - -var fs = require('fs') - -function checkPathExt (path, options) { - var pathext = options.pathExt !== undefined ? - options.pathExt : process.env.PATHEXT - - if (!pathext) { - return true - } - - pathext = pathext.split(';') - if (pathext.indexOf('') !== -1) { - return true - } - for (var i = 0; i < pathext.length; i++) { - var p = pathext[i].toLowerCase() - if (p && path.substr(-p.length).toLowerCase() === p) { - return true - } - } - return false -} - -function checkStat (stat, path, options) { - if (!stat.isSymbolicLink() && !stat.isFile()) { - return false - } - return checkPathExt(path, options) -} - -function isexe (path, options, cb) { - fs.stat(path, function (er, stat) { - cb(er, er ? false : checkStat(stat, path, options)) - }) -} - -function sync (path, options) { - return checkStat(fs.statSync(path), path, options) -} diff --git a/2019-setembro/node_modules/isobject/LICENSE b/2019-setembro/node_modules/isobject/LICENSE deleted file mode 100644 index 943e71d..0000000 --- a/2019-setembro/node_modules/isobject/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/isobject/README.md b/2019-setembro/node_modules/isobject/README.md deleted file mode 100644 index d01feaa..0000000 --- a/2019-setembro/node_modules/isobject/README.md +++ /dev/null @@ -1,122 +0,0 @@ -# isobject [![NPM version](https://img.shields.io/npm/v/isobject.svg?style=flat)](https://www.npmjs.com/package/isobject) [![NPM monthly downloads](https://img.shields.io/npm/dm/isobject.svg?style=flat)](https://npmjs.org/package/isobject) [![NPM total downloads](https://img.shields.io/npm/dt/isobject.svg?style=flat)](https://npmjs.org/package/isobject) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/isobject.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/isobject) - -> Returns true if the value is an object and not an array or null. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save isobject -``` - -Install with [yarn](https://yarnpkg.com): - -```sh -$ yarn add isobject -``` - -Use [is-plain-object](https://github.com/jonschlinkert/is-plain-object) if you want only objects that are created by the `Object` constructor. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install isobject -``` -Install with [bower](https://bower.io/) - -```sh -$ bower install isobject -``` - -## Usage - -```js -var isObject = require('isobject'); -``` - -**True** - -All of the following return `true`: - -```js -isObject({}); -isObject(Object.create({})); -isObject(Object.create(Object.prototype)); -isObject(Object.create(null)); -isObject({}); -isObject(new Foo); -isObject(/foo/); -``` - -**False** - -All of the following return `false`: - -```js -isObject(); -isObject(function () {}); -isObject(1); -isObject([]); -isObject(undefined); -isObject(null); -``` - -## About - -### Related projects - -* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") -* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 29 | [jonschlinkert](https://github.com/jonschlinkert) | -| 4 | [doowb](https://github.com/doowb) | -| 1 | [magnudae](https://github.com/magnudae) | -| 1 | [LeSuisse](https://github.com/LeSuisse) | -| 1 | [tmcw](https://github.com/tmcw) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 30, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/isobject/index.d.ts b/2019-setembro/node_modules/isobject/index.d.ts deleted file mode 100644 index 55f81c2..0000000 --- a/2019-setembro/node_modules/isobject/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export = isObject; - -declare function isObject(val: any): boolean; - -declare namespace isObject {} diff --git a/2019-setembro/node_modules/isobject/index.js b/2019-setembro/node_modules/isobject/index.js deleted file mode 100644 index 2d59958..0000000 --- a/2019-setembro/node_modules/isobject/index.js +++ /dev/null @@ -1,12 +0,0 @@ -/*! - * isobject - * - * Copyright (c) 2014-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -module.exports = function isObject(val) { - return val != null && typeof val === 'object' && Array.isArray(val) === false; -}; diff --git a/2019-setembro/node_modules/isobject/package.json b/2019-setembro/node_modules/isobject/package.json deleted file mode 100644 index 62aa8c1..0000000 --- a/2019-setembro/node_modules/isobject/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "isobject", - "description": "Returns true if the value is an object and not an array or null.", - "version": "3.0.1", - "homepage": "https://github.com/jonschlinkert/isobject", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "(https://github.com/LeSuisse)", - "Brian Woodward (https://twitter.com/doowb)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Magnús Dæhlen (https://github.com/magnudae)", - "Tom MacWright (https://macwright.org)" - ], - "repository": "jonschlinkert/isobject", - "bugs": { - "url": "https://github.com/jonschlinkert/isobject/issues" - }, - "license": "MIT", - "files": [ - "index.d.ts", - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": {}, - "devDependencies": { - "gulp-format-md": "^0.1.9", - "mocha": "^2.4.5" - }, - "keywords": [ - "check", - "is", - "is-object", - "isobject", - "kind", - "kind-of", - "kindof", - "native", - "object", - "type", - "typeof", - "value" - ], - "types": "index.d.ts", - "verb": { - "related": { - "list": [ - "extend-shallow", - "is-plain-object", - "kind-of", - "merge-deep" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "reflinks": [ - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/jest-worker/LICENSE b/2019-setembro/node_modules/jest-worker/LICENSE deleted file mode 100644 index b96dcb0..0000000 --- a/2019-setembro/node_modules/jest-worker/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) Facebook, Inc. and its affiliates. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/2019-setembro/node_modules/jest-worker/README.md b/2019-setembro/node_modules/jest-worker/README.md deleted file mode 100644 index e6ca3a7..0000000 --- a/2019-setembro/node_modules/jest-worker/README.md +++ /dev/null @@ -1,215 +0,0 @@ -# jest-worker - -Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers. - -The module works by providing an absolute path of the module to be loaded in all forked processes. Files relative to a node module are also accepted. All methods are exposed on the parent process as promises, so they can be `await`'ed. Child (worker) methods can either be synchronous or asynchronous. - -The module also implements support for bound workers. Binding a worker means that, based on certain parameters, the same task will always be executed by the same worker. The way bound workers work is by using the returned string of the `computeWorkerKey` method. If the string was used before for a task, the call will be queued to the related worker that processed the task earlier; if not, it will be executed by the first available worker, then sticked to the worker that executed it; so the next time it will be processed by the same worker. If you have no preference on the worker executing the task, but you have defined a `computeWorkerKey` method because you want _some_ of the tasks to be sticked, you can return `null` from it. - -The list of exposed methods can be explicitly provided via the `exposedMethods` option. If it is not provided, it will be obtained by requiring the child module into the main process, and analyzed via reflection. Check the "minimal example" section for a valid one. - -## Install - -```sh -$ yarn add jest-worker -``` - -## Example - -This example covers the minimal usage: - -### File `parent.js` - -```javascript -import Worker from 'jest-worker'; - -async function main() { - const worker = new Worker(require.resolve('./Worker')); - const result = await worker.hello('Alice'); // "Hello, Alice" -} - -main(); -``` - -### File `worker.js` - -```javascript -export function hello(param) { - return 'Hello, ' + param; -} -``` - -## Experimental worker - -Node 10 shipped with [worker-threads](https://nodejs.org/api/worker_threads.html), a "threading API" that uses SharedArrayBuffers to communicate between the main process and its child threads. This experimental Node feature can significantly improve the communication time between parent and child processes in `jest-worker`. - -Since `worker_threads` are considered experimental in Node, you have to opt-in to this behavior by passing `enableWorkerThreads: true` when instantiating the worker. While the feature was unflagged in Node 11.7.0, you'll need to run the Node process with the `--experimental-worker` flag for Node 10. - -## API - -The only exposed method is a constructor (`Worker`) that is initialized by passing the worker path, plus an options object. - -### `workerPath: string` (required) - -Node module name or absolute path of the file to be loaded in the child processes. Use `require.resolve` to transform a relative path into an absolute one. - -### `options: Object` (optional) - -#### `exposedMethods: $ReadOnlyArray` (optional) - -List of method names that can be called on the child processes from the parent process. You cannot expose any method named like a public `Worker` method, or starting with `_`. If you use method auto-discovery, then these methods will not be exposed, even if they exist. - -#### `numWorkers: number` (optional) - -Amount of workers to spawn. Defaults to the number of CPUs minus 1. - -#### `maxRetries: number` (optional) - -Maximum amount of times that a dead child can be re-spawned, per call. Defaults to `3`, pass `Infinity` to allow endless retries. - -#### `forkOptions: Object` (optional) - -Allow customizing all options passed to `childProcess.fork`. By default, some values are set (`cwd`, `env` and `execArgv`), but you can override them and customize the rest. For a list of valid values, check [the Node documentation](https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options). - -#### `computeWorkerKey: (method: string, ...args: Array) => ?string` (optional) - -Every time a method exposed via the API is called, `computeWorkerKey` is also called in order to bound the call to a worker. This is useful for workers that are able to cache the result or part of it. You bound calls to a worker by making `computeWorkerKey` return the same identifier for all different calls. If you do not want to bind the call to any worker, return `null`. - -The callback you provide is called with the method name, plus all the rest of the arguments of the call. Thus, you have full control to decide what to return. Check a practical example on bound workers under the "bound worker usage" section. - -By default, no process is bound to any worker. - -#### `setupArgs: Array` (optional) - -The arguments that will be passed to the `setup` method during initialization. - -#### `workerPool: (workerPath: string, options?: WorkerPoolOptions) => WorkerPoolInterface` (optional) - -Provide a custom worker pool to be used for spawning child processes. By default, Jest will use a node thread pool if available and fall back to child process threads. - -The arguments that will be passed to the `setup` method during initialization. - -#### `enableWorkerThreads: boolean` (optional) - -`jest-worker` will automatically detect if `worker_threads` are available, but will not use them unless passed `enableWorkerThreads: true`. - -## Worker - -The returned `Worker` instance has all the exposed methods, plus some additional ones to interact with the workers itself: - -### `getStdout(): Readable` - -Returns a `ReadableStream` where the standard output of all workers is piped. Note that the `silent` option of the child workers must be set to `true` to make it work. This is the default set by `jest-worker`, but keep it in mind when overriding options through `forkOptions`. - -### `getStderr(): Readable` - -Returns a `ReadableStream` where the standard error of all workers is piped. Note that the `silent` option of the child workers must be set to `true` to make it work. This is the default set by `jest-worker`, but keep it in mind when overriding options through `forkOptions`. - -### `end()` - -Finishes the workers by killing all workers. No further calls can be done to the `Worker` instance. - -**Note:** Each worker has a unique id (index that starts with `1`) which is available on `process.env.JEST_WORKER_ID` - -## Setting up and tearing down the child process - -The child process can define two special methods (both of them can be asynchronous): - -- `setup()`: If defined, it's executed before the first call to any method in the child. -- `teardown()`: If defined, it's executed when the farm ends. - -# More examples - -## Standard usage - -This example covers the standard usage: - -### File `parent.js` - -```javascript -import Worker from 'jest-worker'; - -async function main() { - const myWorker = new Worker(require.resolve('./Worker'), { - exposedMethods: ['foo', 'bar', 'getWorkerId'], - numWorkers: 4, - }); - - console.log(await myWorker.foo('Alice')); // "Hello from foo: Alice" - console.log(await myWorker.bar('Bob')); // "Hello from bar: Bob" - console.log(await myWorker.getWorkerId()); // "3" -> this message has sent from the 3rd worker - - myWorker.end(); -} - -main(); -``` - -### File `worker.js` - -```javascript -export function foo(param) { - return 'Hello from foo: ' + param; -} - -export function bar(param) { - return 'Hello from bar: ' + param; -} - -export function getWorkerId() { - return process.env.JEST_WORKER_ID; -} -``` - -## Bound worker usage: - -This example covers the usage with a `computeWorkerKey` method: - -### File `parent.js` - -```javascript -import Worker from 'jest-worker'; - -async function main() { - const myWorker = new Worker(require.resolve('./Worker'), { - computeWorkerKey: (method, filename) => filename, - }); - - // Transform the given file, within the first available worker. - console.log(await myWorker.transform('/tmp/foo.js')); - - // Wait a bit. - await sleep(10000); - - // Transform the same file again. Will immediately return because the - // transformed file is cached in the worker, and `computeWorkerKey` ensures - // the same worker that processed the file the first time will process it now. - console.log(await myWorker.transform('/tmp/foo.js')); - - myWorker.end(); -} - -main(); -``` - -### File `worker.js` - -```javascript -import babel from '@babel/core'; - -const cache = Object.create(null); - -export function transform(filename) { - if (cache[filename]) { - return cache[filename]; - } - - // jest-worker can handle both immediate results and thenables. If a - // thenable is returned, it will be await'ed until it resolves. - return babel.transformFileAsync(filename).then(result => { - cache[filename] = result; - - return result; - }); -} -``` diff --git a/2019-setembro/node_modules/jest-worker/build/Farm.d.ts b/2019-setembro/node_modules/jest-worker/build/Farm.d.ts deleted file mode 100644 index fbdaea0..0000000 --- a/2019-setembro/node_modules/jest-worker/build/Farm.d.ts +++ /dev/null @@ -1,27 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -import { FarmOptions } from './types'; -export default class Farm { - private _computeWorkerKey; - private _cacheKeys; - private _callback; - private _last; - private _locks; - private _numOfWorkers; - private _offset; - private _queue; - constructor(numOfWorkers: number, callback: Function, computeWorkerKey?: FarmOptions['computeWorkerKey']); - doWork(method: string, ...args: Array): Promise; - private _getNextTask; - private _process; - private _enqueue; - private _push; - private _lock; - private _unlock; - private _isLocked; -} -//# sourceMappingURL=Farm.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/Farm.d.ts.map b/2019-setembro/node_modules/jest-worker/build/Farm.d.ts.map deleted file mode 100644 index 95d9541..0000000 --- a/2019-setembro/node_modules/jest-worker/build/Farm.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"Farm.d.ts","sourceRoot":"","sources":["../src/Farm.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAEL,WAAW,EAOZ,MAAM,SAAS,CAAC;AAEjB,MAAM,CAAC,OAAO,OAAO,IAAI;IACvB,OAAO,CAAC,iBAAiB,CAAkC;IAC3D,OAAO,CAAC,UAAU,CAAkC;IACpD,OAAO,CAAC,SAAS,CAAW;IAC5B,OAAO,CAAC,KAAK,CAAmB;IAChC,OAAO,CAAC,MAAM,CAAiB;IAC/B,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,MAAM,CAA0B;gBAGtC,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,QAAQ,EAClB,gBAAgB,CAAC,EAAE,WAAW,CAAC,kBAAkB,CAAC;IAepD,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC;IAqC7D,OAAO,CAAC,YAAY;IAYpB,OAAO,CAAC,QAAQ;IA0BhB,OAAO,CAAC,QAAQ;IAmBhB,OAAO,CAAC,KAAK;IAUb,OAAO,CAAC,KAAK;IAIb,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,SAAS;CAGlB"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/Farm.js b/2019-setembro/node_modules/jest-worker/build/Farm.js deleted file mode 100644 index 64a5865..0000000 --- a/2019-setembro/node_modules/jest-worker/build/Farm.js +++ /dev/null @@ -1,179 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { - value: true -}); -exports.default = void 0; - -var _types = require('./types'); - -function _defineProperty(obj, key, value) { - if (key in obj) { - Object.defineProperty(obj, key, { - value: value, - enumerable: true, - configurable: true, - writable: true - }); - } else { - obj[key] = value; - } - return obj; -} - -class Farm { - constructor(numOfWorkers, callback, computeWorkerKey) { - _defineProperty(this, '_computeWorkerKey', void 0); - - _defineProperty(this, '_cacheKeys', void 0); - - _defineProperty(this, '_callback', void 0); - - _defineProperty(this, '_last', void 0); - - _defineProperty(this, '_locks', void 0); - - _defineProperty(this, '_numOfWorkers', void 0); - - _defineProperty(this, '_offset', void 0); - - _defineProperty(this, '_queue', void 0); - - this._cacheKeys = Object.create(null); - this._callback = callback; - this._last = []; - this._locks = []; - this._numOfWorkers = numOfWorkers; - this._offset = 0; - this._queue = []; - - if (computeWorkerKey) { - this._computeWorkerKey = computeWorkerKey; - } - } - - doWork(method, ...args) { - return new Promise((resolve, reject) => { - const computeWorkerKey = this._computeWorkerKey; - const request = [_types.CHILD_MESSAGE_CALL, false, method, args]; - let worker = null; - let hash = null; - - if (computeWorkerKey) { - hash = computeWorkerKey.call(this, method, ...args); - worker = hash == null ? null : this._cacheKeys[hash]; - } - - const onStart = worker => { - if (hash != null) { - this._cacheKeys[hash] = worker; - } - }; - - const onEnd = (error, result) => { - if (error) { - reject(error); - } else { - resolve(result); - } - }; - - const task = { - onEnd, - onStart, - request - }; - - if (worker) { - this._enqueue(task, worker.getWorkerId()); - } else { - this._push(task); - } - }); - } - - _getNextTask(workerId) { - let queueHead = this._queue[workerId]; - - while (queueHead && queueHead.task.request[1]) { - queueHead = queueHead.next || null; - } - - this._queue[workerId] = queueHead; - return queueHead && queueHead.task; - } - - _process(workerId) { - if (this._isLocked(workerId)) { - return this; - } - - const task = this._getNextTask(workerId); - - if (!task) { - return this; - } - - const onEnd = (error, result) => { - task.onEnd(error, result); - - this._unlock(workerId); - - this._process(workerId); - }; - - task.request[1] = true; - - this._lock(workerId); - - this._callback(workerId, task.request, task.onStart, onEnd); - - return this; - } - - _enqueue(task, workerId) { - const item = { - next: null, - task - }; - - if (task.request[1]) { - return this; - } - - if (this._queue[workerId]) { - this._last[workerId].next = item; - } else { - this._queue[workerId] = item; - } - - this._last[workerId] = item; - - this._process(workerId); - - return this; - } - - _push(task) { - for (let i = 0; i < this._numOfWorkers; i++) { - this._enqueue(task, (this._offset + i) % this._numOfWorkers); - } - - this._offset++; - return this; - } - - _lock(workerId) { - this._locks[workerId] = true; - } - - _unlock(workerId) { - this._locks[workerId] = false; - } - - _isLocked(workerId) { - return this._locks[workerId]; - } -} - -exports.default = Farm; diff --git a/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts b/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts deleted file mode 100644 index 21ee660..0000000 --- a/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -import BaseWorkerPool from './base/BaseWorkerPool'; -import { ChildMessage, WorkerOptions, OnStart, OnEnd, WorkerPoolInterface, WorkerInterface } from './types'; -declare class WorkerPool extends BaseWorkerPool implements WorkerPoolInterface { - send(workerId: number, request: ChildMessage, onStart: OnStart, onEnd: OnEnd): void; - createWorker(workerOptions: WorkerOptions): WorkerInterface; -} -export default WorkerPool; -//# sourceMappingURL=WorkerPool.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts.map b/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts.map deleted file mode 100644 index 49bc9ce..0000000 --- a/2019-setembro/node_modules/jest-worker/build/WorkerPool.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"WorkerPool.d.ts","sourceRoot":"","sources":["../src/WorkerPool.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,cAAc,MAAM,uBAAuB,CAAC;AAEnD,OAAO,EACL,YAAY,EACZ,aAAa,EACb,OAAO,EACP,KAAK,EACL,mBAAmB,EACnB,eAAe,EAChB,MAAM,SAAS,CAAC;AAWjB,cAAM,UAAW,SAAQ,cAAe,YAAW,mBAAmB;IACpE,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,YAAY,EACrB,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,KAAK,GACX,IAAI;IAIP,YAAY,CAAC,aAAa,EAAE,aAAa,GAAG,eAAe;CAU5D;AAED,eAAe,UAAU,CAAC"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/WorkerPool.js b/2019-setembro/node_modules/jest-worker/build/WorkerPool.js deleted file mode 100644 index 752ea5b..0000000 --- a/2019-setembro/node_modules/jest-worker/build/WorkerPool.js +++ /dev/null @@ -1,49 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { - value: true -}); -exports.default = void 0; - -var _BaseWorkerPool = _interopRequireDefault(require('./base/BaseWorkerPool')); - -function _interopRequireDefault(obj) { - return obj && obj.__esModule ? obj : {default: obj}; -} - -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -const canUseWorkerThreads = () => { - try { - require('worker_threads'); - - return true; - } catch (_) { - return false; - } -}; - -class WorkerPool extends _BaseWorkerPool.default { - send(workerId, request, onStart, onEnd) { - this.getWorkerById(workerId).send(request, onStart, onEnd); - } - - createWorker(workerOptions) { - let Worker; - - if (this._options.enableWorkerThreads && canUseWorkerThreads()) { - Worker = require('./workers/NodeThreadsWorker').default; - } else { - Worker = require('./workers/ChildProcessWorker').default; - } - - return new Worker(workerOptions); - } -} - -var _default = WorkerPool; -exports.default = _default; diff --git a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts deleted file mode 100644 index 26f0e0f..0000000 --- a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts +++ /dev/null @@ -1,22 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -/// -import { WorkerPoolOptions, WorkerOptions, WorkerInterface } from '../types'; -export default class BaseWorkerPool { - private readonly _stderr; - private readonly _stdout; - protected readonly _options: WorkerPoolOptions; - private readonly _workers; - constructor(workerPath: string, options: WorkerPoolOptions); - getStderr(): NodeJS.ReadableStream; - getStdout(): NodeJS.ReadableStream; - getWorkers(): Array; - getWorkerById(workerId: number): WorkerInterface; - createWorker(_workerOptions: WorkerOptions): WorkerInterface; - end(): void; -} -//# sourceMappingURL=BaseWorkerPool.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts.map b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts.map deleted file mode 100644 index 2d3e1c6..0000000 --- a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"BaseWorkerPool.d.ts","sourceRoot":"","sources":["../../src/base/BaseWorkerPool.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AAKH,OAAO,EAEL,iBAAiB,EACjB,aAAa,EACb,eAAe,EAChB,MAAM,UAAU,CAAC;AAKlB,MAAM,CAAC,OAAO,OAAO,cAAc;IACjC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAwB;IAChD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAwB;IAChD,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,iBAAiB,CAAC;IAC/C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAyB;gBAEtC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB;IAyC1D,SAAS,IAAI,MAAM,CAAC,cAAc;IAIlC,SAAS,IAAI,MAAM,CAAC,cAAc;IAIlC,UAAU,IAAI,KAAK,CAAC,eAAe,CAAC;IAIpC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe;IAIhD,YAAY,CAAC,cAAc,EAAE,aAAa,GAAG,eAAe;IAI5D,GAAG,IAAI,IAAI;CAWZ"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.js b/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.js deleted file mode 100644 index 1196001..0000000 --- a/2019-setembro/node_modules/jest-worker/build/base/BaseWorkerPool.js +++ /dev/null @@ -1,134 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { - value: true -}); -exports.default = void 0; - -function _path() { - const data = _interopRequireDefault(require('path')); - - _path = function _path() { - return data; - }; - - return data; -} - -function _mergeStream() { - const data = _interopRequireDefault(require('merge-stream')); - - _mergeStream = function _mergeStream() { - return data; - }; - - return data; -} - -var _types = require('../types'); - -function _interopRequireDefault(obj) { - return obj && obj.__esModule ? obj : {default: obj}; -} - -function _defineProperty(obj, key, value) { - if (key in obj) { - Object.defineProperty(obj, key, { - value: value, - enumerable: true, - configurable: true, - writable: true - }); - } else { - obj[key] = value; - } - return obj; -} - -/* istanbul ignore next */ -const emptyMethod = () => {}; - -class BaseWorkerPool { - constructor(workerPath, options) { - _defineProperty(this, '_stderr', void 0); - - _defineProperty(this, '_stdout', void 0); - - _defineProperty(this, '_options', void 0); - - _defineProperty(this, '_workers', void 0); - - this._options = options; - this._workers = new Array(options.numWorkers); - - if (!_path().default.isAbsolute(workerPath)) { - workerPath = require.resolve(workerPath); - } - - const stdout = (0, _mergeStream().default)(); - const stderr = (0, _mergeStream().default)(); - const forkOptions = options.forkOptions, - maxRetries = options.maxRetries, - setupArgs = options.setupArgs; - - for (let i = 0; i < options.numWorkers; i++) { - const workerOptions = { - forkOptions, - maxRetries, - setupArgs, - workerId: i, - workerPath - }; - const worker = this.createWorker(workerOptions); - const workerStdout = worker.getStdout(); - const workerStderr = worker.getStderr(); - - if (workerStdout) { - stdout.add(workerStdout); - } - - if (workerStderr) { - stderr.add(workerStderr); - } - - this._workers[i] = worker; - } - - this._stdout = stdout; - this._stderr = stderr; - } - - getStderr() { - return this._stderr; - } - - getStdout() { - return this._stdout; - } - - getWorkers() { - return this._workers; - } - - getWorkerById(workerId) { - return this._workers[workerId]; - } - - createWorker(_workerOptions) { - throw Error('Missing method createWorker in WorkerPool'); - } - - end() { - // We do not cache the request object here. If so, it would only be only - // processed by one of the workers, and we want them all to close. - for (let i = 0; i < this._workers.length; i++) { - this._workers[i].send( - [_types.CHILD_MESSAGE_END, false], - emptyMethod, - emptyMethod - ); - } - } -} - -exports.default = BaseWorkerPool; diff --git a/2019-setembro/node_modules/jest-worker/build/index.d.ts b/2019-setembro/node_modules/jest-worker/build/index.d.ts deleted file mode 100644 index e931617..0000000 --- a/2019-setembro/node_modules/jest-worker/build/index.d.ts +++ /dev/null @@ -1,46 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -/// -import { FarmOptions } from './types'; -/** - * The Jest farm (publicly called "Worker") is a class that allows you to queue - * methods across multiple child processes, in order to parallelize work. This - * is done by providing an absolute path to a module that will be loaded on each - * of the child processes, and bridged to the main process. - * - * Bridged methods are specified by using the "exposedMethods" property of the - * "options" object. This is an array of strings, where each of them corresponds - * to the exported name in the loaded module. - * - * You can also control the amount of workers by using the "numWorkers" property - * of the "options" object, and the settings passed to fork the process through - * the "forkOptions" property. The amount of workers defaults to the amount of - * CPUS minus one. - * - * Queueing calls can be done in two ways: - * - Standard method: calls will be redirected to the first available worker, - * so they will get executed as soon as they can. - * - * - Sticky method: if a "computeWorkerKey" method is provided within the - * config, the resulting string of this method will be used as a key. - * Every time this key is returned, it is guaranteed that your job will be - * processed by the same worker. This is specially useful if your workers - * are caching results. - */ -export default class JestWorker { - private _ending; - private _farm; - private _options; - private _workerPool; - constructor(workerPath: string, options?: FarmOptions); - private _bindExposedWorkerMethods; - private _callFunctionWithArgs; - getStderr(): NodeJS.ReadableStream; - getStdout(): NodeJS.ReadableStream; - end(): void; -} -//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/index.d.ts.map b/2019-setembro/node_modules/jest-worker/build/index.d.ts.map deleted file mode 100644 index b315849..0000000 --- a/2019-setembro/node_modules/jest-worker/build/index.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AAKH,OAAO,EAAyC,WAAW,EAAC,MAAM,SAAS,CAAC;AAyB5E;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,CAAC,OAAO,OAAO,UAAU;IAC7B,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,KAAK,CAAO;IACpB,OAAO,CAAC,QAAQ,CAAc;IAC9B,OAAO,CAAC,WAAW,CAAsB;gBAE7B,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW;IA+BrD,OAAO,CAAC,yBAAyB;IAkBjC,OAAO,CAAC,qBAAqB;IAW7B,SAAS,IAAI,MAAM,CAAC,cAAc;IAIlC,SAAS,IAAI,MAAM,CAAC,cAAc;IAIlC,GAAG,IAAI,IAAI;CASZ"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/index.js b/2019-setembro/node_modules/jest-worker/build/index.js deleted file mode 100644 index 18d4f56..0000000 --- a/2019-setembro/node_modules/jest-worker/build/index.js +++ /dev/null @@ -1,184 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { - value: true -}); -exports.default = void 0; - -function _os() { - const data = _interopRequireDefault(require('os')); - - _os = function _os() { - return data; - }; - - return data; -} - -var _WorkerPool = _interopRequireDefault(require('./WorkerPool')); - -var _Farm = _interopRequireDefault(require('./Farm')); - -function _interopRequireDefault(obj) { - return obj && obj.__esModule ? obj : {default: obj}; -} - -function _objectSpread(target) { - for (var i = 1; i < arguments.length; i++) { - var source = arguments[i] != null ? arguments[i] : {}; - var ownKeys = Object.keys(source); - if (typeof Object.getOwnPropertySymbols === 'function') { - ownKeys = ownKeys.concat( - Object.getOwnPropertySymbols(source).filter(function(sym) { - return Object.getOwnPropertyDescriptor(source, sym).enumerable; - }) - ); - } - ownKeys.forEach(function(key) { - _defineProperty(target, key, source[key]); - }); - } - return target; -} - -function _defineProperty(obj, key, value) { - if (key in obj) { - Object.defineProperty(obj, key, { - value: value, - enumerable: true, - configurable: true, - writable: true - }); - } else { - obj[key] = value; - } - return obj; -} - -function getExposedMethods(workerPath, options) { - let exposedMethods = options.exposedMethods; // If no methods list is given, try getting it by auto-requiring the module. - - if (!exposedMethods) { - const module = require(workerPath); - - exposedMethods = Object.keys(module).filter( - // @ts-ignore: no index - name => typeof module[name] === 'function' - ); - - if (typeof module === 'function') { - exposedMethods = [...exposedMethods, 'default']; - } - } - - return exposedMethods; -} -/** - * The Jest farm (publicly called "Worker") is a class that allows you to queue - * methods across multiple child processes, in order to parallelize work. This - * is done by providing an absolute path to a module that will be loaded on each - * of the child processes, and bridged to the main process. - * - * Bridged methods are specified by using the "exposedMethods" property of the - * "options" object. This is an array of strings, where each of them corresponds - * to the exported name in the loaded module. - * - * You can also control the amount of workers by using the "numWorkers" property - * of the "options" object, and the settings passed to fork the process through - * the "forkOptions" property. The amount of workers defaults to the amount of - * CPUS minus one. - * - * Queueing calls can be done in two ways: - * - Standard method: calls will be redirected to the first available worker, - * so they will get executed as soon as they can. - * - * - Sticky method: if a "computeWorkerKey" method is provided within the - * config, the resulting string of this method will be used as a key. - * Every time this key is returned, it is guaranteed that your job will be - * processed by the same worker. This is specially useful if your workers - * are caching results. - */ - -class JestWorker { - constructor(workerPath, options) { - _defineProperty(this, '_ending', void 0); - - _defineProperty(this, '_farm', void 0); - - _defineProperty(this, '_options', void 0); - - _defineProperty(this, '_workerPool', void 0); - - this._options = _objectSpread({}, options); - this._ending = false; - const workerPoolOptions = { - enableWorkerThreads: this._options.enableWorkerThreads || false, - forkOptions: this._options.forkOptions || {}, - maxRetries: this._options.maxRetries || 3, - numWorkers: - this._options.numWorkers || - Math.max(_os().default.cpus().length - 1, 1), - setupArgs: this._options.setupArgs || [] - }; - - if (this._options.WorkerPool) { - // @ts-ignore: constructor target any? - this._workerPool = new this._options.WorkerPool( - workerPath, - workerPoolOptions - ); - } else { - this._workerPool = new _WorkerPool.default(workerPath, workerPoolOptions); - } - - this._farm = new _Farm.default( - workerPoolOptions.numWorkers, - this._workerPool.send.bind(this._workerPool), - this._options.computeWorkerKey - ); - - this._bindExposedWorkerMethods(workerPath, this._options); - } - - _bindExposedWorkerMethods(workerPath, options) { - getExposedMethods(workerPath, options).forEach(name => { - if (name.startsWith('_')) { - return; - } - - if (this.constructor.prototype.hasOwnProperty(name)) { - throw new TypeError('Cannot define a method called ' + name); - } // @ts-ignore: dynamic extension of the class instance is expected. - - this[name] = this._callFunctionWithArgs.bind(this, name); - }); - } - - _callFunctionWithArgs(method, ...args) { - if (this._ending) { - throw new Error('Farm is ended, no more calls can be done to it'); - } - - return this._farm.doWork(method, ...args); - } - - getStderr() { - return this._workerPool.getStderr(); - } - - getStdout() { - return this._workerPool.getStdout(); - } - - end() { - if (this._ending) { - throw new Error('Farm is ended, no more calls can be done to it'); - } - - this._workerPool.end(); - - this._ending = true; - } -} - -exports.default = JestWorker; diff --git a/2019-setembro/node_modules/jest-worker/build/types.d.ts b/2019-setembro/node_modules/jest-worker/build/types.d.ts deleted file mode 100644 index e25cf11..0000000 --- a/2019-setembro/node_modules/jest-worker/build/types.d.ts +++ /dev/null @@ -1,98 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -/// -import { EventEmitter } from 'events'; -import { ForkOptions } from 'child_process'; -export declare const CHILD_MESSAGE_INITIALIZE: 0; -export declare const CHILD_MESSAGE_CALL: 1; -export declare const CHILD_MESSAGE_END: 2; -export declare const PARENT_MESSAGE_OK: 0; -export declare const PARENT_MESSAGE_CLIENT_ERROR: 1; -export declare const PARENT_MESSAGE_SETUP_ERROR: 2; -export declare type PARENT_MESSAGE_ERROR = typeof PARENT_MESSAGE_CLIENT_ERROR | typeof PARENT_MESSAGE_SETUP_ERROR; -export { ForkOptions }; -export interface WorkerPoolInterface { - getStderr(): NodeJS.ReadableStream; - getStdout(): NodeJS.ReadableStream; - getWorkers(): Array; - createWorker(options: WorkerOptions): WorkerInterface; - send(workerId: number, request: ChildMessage, onStart: OnStart, onEnd: OnEnd): void; - end(): void; -} -export interface WorkerInterface { - send(request: ChildMessage, onProcessStart: OnStart, onProcessEnd: OnEnd): void; - getWorkerId(): number; - getStderr(): NodeJS.ReadableStream | null; - getStdout(): NodeJS.ReadableStream | null; - onExit(exitCode: number): void; - onMessage(message: ParentMessage): void; -} -export declare type FarmOptions = { - computeWorkerKey?: (method: string, ...args: Array) => string | null; - exposedMethods?: ReadonlyArray; - forkOptions?: ForkOptions; - setupArgs?: Array; - maxRetries?: number; - numWorkers?: number; - WorkerPool?: (workerPath: string, options?: WorkerPoolOptions) => WorkerPoolInterface; - enableWorkerThreads?: boolean; -}; -export declare type WorkerPoolOptions = { - setupArgs: Array; - forkOptions: ForkOptions; - maxRetries: number; - numWorkers: number; - enableWorkerThreads: boolean; -}; -export declare type WorkerOptions = { - forkOptions: ForkOptions; - setupArgs: Array; - maxRetries: number; - workerId: number; - workerPath: string; -}; -export declare type MessagePort = typeof EventEmitter & { - postMessage(message: unknown): void; -}; -export declare type MessageChannel = { - port1: MessagePort; - port2: MessagePort; -}; -export declare type ChildMessageInitialize = [typeof CHILD_MESSAGE_INITIALIZE, // type -boolean, // processed -string, // file -// file -Array | undefined, // setupArgs -// setupArgs -MessagePort | undefined]; -export declare type ChildMessageCall = [typeof CHILD_MESSAGE_CALL, // type -boolean, // processed -string, // method -Array]; -export declare type ChildMessageEnd = [typeof CHILD_MESSAGE_END, // type -boolean]; -export declare type ChildMessage = ChildMessageInitialize | ChildMessageCall | ChildMessageEnd; -export declare type ParentMessageOk = [typeof PARENT_MESSAGE_OK, // type -unknown]; -export declare type ParentMessageError = [PARENT_MESSAGE_ERROR, // type -string, // constructor -string, // message -string, // stack -unknown]; -export declare type ParentMessage = ParentMessageOk | ParentMessageError; -export declare type OnStart = (worker: WorkerInterface) => void; -export declare type OnEnd = (err: Error | null, result: unknown) => void; -export declare type QueueChildMessage = { - request: ChildMessage; - onStart: OnStart; - onEnd: OnEnd; -}; -export declare type QueueItem = { - task: QueueChildMessage; - next: QueueItem | null; -}; -//# sourceMappingURL=types.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/types.d.ts.map b/2019-setembro/node_modules/jest-worker/build/types.d.ts.map deleted file mode 100644 index ba98553..0000000 --- a/2019-setembro/node_modules/jest-worker/build/types.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/types.js b/2019-setembro/node_modules/jest-worker/build/types.js deleted file mode 100644 index f4b65de..0000000 --- a/2019-setembro/node_modules/jest-worker/build/types.js +++ /dev/null @@ -1,43 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { - value: true -}); -Object.defineProperty(exports, 'ForkOptions', { - enumerable: true, - get: function get() { - return _child_process().ForkOptions; - } -}); -exports.PARENT_MESSAGE_SETUP_ERROR = exports.PARENT_MESSAGE_CLIENT_ERROR = exports.PARENT_MESSAGE_OK = exports.CHILD_MESSAGE_END = exports.CHILD_MESSAGE_CALL = exports.CHILD_MESSAGE_INITIALIZE = void 0; - -function _child_process() { - const data = require('child_process'); - - _child_process = function _child_process() { - return data; - }; - - return data; -} - -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -// Because of the dynamic nature of a worker communication process, all messages -// coming from any of the other processes cannot be typed. Thus, many types -const CHILD_MESSAGE_INITIALIZE = 0; -exports.CHILD_MESSAGE_INITIALIZE = CHILD_MESSAGE_INITIALIZE; -const CHILD_MESSAGE_CALL = 1; -exports.CHILD_MESSAGE_CALL = CHILD_MESSAGE_CALL; -const CHILD_MESSAGE_END = 2; -exports.CHILD_MESSAGE_END = CHILD_MESSAGE_END; -const PARENT_MESSAGE_OK = 0; -exports.PARENT_MESSAGE_OK = PARENT_MESSAGE_OK; -const PARENT_MESSAGE_CLIENT_ERROR = 1; -exports.PARENT_MESSAGE_CLIENT_ERROR = PARENT_MESSAGE_CLIENT_ERROR; -const PARENT_MESSAGE_SETUP_ERROR = 2; -exports.PARENT_MESSAGE_SETUP_ERROR = PARENT_MESSAGE_SETUP_ERROR; diff --git a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts deleted file mode 100644 index 850d6ad..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -/// -import { WorkerInterface, ChildMessage, OnEnd, OnStart, WorkerOptions, ParentMessage } from '../types'; -/** - * This class wraps the child process and provides a nice interface to - * communicate with. It takes care of: - * - * - Re-spawning the process if it dies. - * - Queues calls while the worker is busy. - * - Re-sends the requests if the worker blew up. - * - * The reason for queueing them here (since childProcess.send also has an - * internal queue) is because the worker could be doing asynchronous work, and - * this would lead to the child process to read its receiving buffer and start a - * second call. By queueing calls here, we don't send the next call to the - * children until we receive the result of the previous one. - * - * As soon as a request starts to be processed by a worker, its "processed" - * field is changed to "true", so that other workers which might encounter the - * same call skip it. - */ -export default class ChildProcessWorker implements WorkerInterface { - private _child; - private _options; - private _onProcessEnd; - private _fakeStream; - private _request; - private _retries; - private _stderr; - private _stdout; - constructor(options: WorkerOptions); - initialize(): void; - private _shutdown; - onMessage(response: ParentMessage): void; - onExit(exitCode: number): void; - send(request: ChildMessage, onProcessStart: OnStart, onProcessEnd: OnEnd): void; - getWorkerId(): number; - getStdout(): NodeJS.ReadableStream | null; - getStderr(): NodeJS.ReadableStream | null; - private _getFakeStream; -} -//# sourceMappingURL=ChildProcessWorker.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts.map b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts.map deleted file mode 100644 index 52f5349..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"ChildProcessWorker.d.ts","sourceRoot":"","sources":["../../src/workers/ChildProcessWorker.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AAOH,OAAO,EAKL,eAAe,EACf,YAAY,EACZ,KAAK,EACL,OAAO,EACP,aAAa,EACb,aAAa,EACd,MAAM,UAAU,CAAC;AAElB;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,OAAO,OAAO,kBAAmB,YAAW,eAAe;IAChE,OAAO,CAAC,MAAM,CAAgB;IAC9B,OAAO,CAAC,QAAQ,CAAgB;IAChC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,WAAW,CAAqB;IACxC,OAAO,CAAC,QAAQ,CAAsB;IACtC,OAAO,CAAC,QAAQ,CAAU;IAC1B,OAAO,CAAC,OAAO,CAAwC;IACvD,OAAO,CAAC,OAAO,CAAwC;gBAE3C,OAAO,EAAE,aAAa;IAUlC,UAAU;IAiEV,OAAO,CAAC,SAAS;IAQjB,SAAS,CAAC,QAAQ,EAAE,aAAa;IA6CjC,MAAM,CAAC,QAAQ,EAAE,MAAM;IAYvB,IAAI,CAAC,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK;IAcxE,WAAW;IAIX,SAAS,IAAI,MAAM,CAAC,cAAc,GAAG,IAAI;IAIzC,SAAS,IAAI,MAAM,CAAC,cAAc,GAAG,IAAI;IAIzC,OAAO,CAAC,cAAc;CAMvB"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.js b/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.js deleted file mode 100644 index 7632297..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/ChildProcessWorker.js +++ /dev/null @@ -1,310 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { - value: true -}); -exports.default = void 0; - -function _child_process() { - const data = _interopRequireDefault(require('child_process')); - - _child_process = function _child_process() { - return data; - }; - - return data; -} - -function _stream() { - const data = require('stream'); - - _stream = function _stream() { - return data; - }; - - return data; -} - -function _mergeStream() { - const data = _interopRequireDefault(require('merge-stream')); - - _mergeStream = function _mergeStream() { - return data; - }; - - return data; -} - -function _supportsColor() { - const data = _interopRequireDefault(require('supports-color')); - - _supportsColor = function _supportsColor() { - return data; - }; - - return data; -} - -var _types = require('../types'); - -function _interopRequireDefault(obj) { - return obj && obj.__esModule ? obj : {default: obj}; -} - -function _objectSpread(target) { - for (var i = 1; i < arguments.length; i++) { - var source = arguments[i] != null ? arguments[i] : {}; - var ownKeys = Object.keys(source); - if (typeof Object.getOwnPropertySymbols === 'function') { - ownKeys = ownKeys.concat( - Object.getOwnPropertySymbols(source).filter(function(sym) { - return Object.getOwnPropertyDescriptor(source, sym).enumerable; - }) - ); - } - ownKeys.forEach(function(key) { - _defineProperty(target, key, source[key]); - }); - } - return target; -} - -function _defineProperty(obj, key, value) { - if (key in obj) { - Object.defineProperty(obj, key, { - value: value, - enumerable: true, - configurable: true, - writable: true - }); - } else { - obj[key] = value; - } - return obj; -} - -/** - * This class wraps the child process and provides a nice interface to - * communicate with. It takes care of: - * - * - Re-spawning the process if it dies. - * - Queues calls while the worker is busy. - * - Re-sends the requests if the worker blew up. - * - * The reason for queueing them here (since childProcess.send also has an - * internal queue) is because the worker could be doing asynchronous work, and - * this would lead to the child process to read its receiving buffer and start a - * second call. By queueing calls here, we don't send the next call to the - * children until we receive the result of the previous one. - * - * As soon as a request starts to be processed by a worker, its "processed" - * field is changed to "true", so that other workers which might encounter the - * same call skip it. - */ -class ChildProcessWorker { - constructor(options) { - _defineProperty(this, '_child', void 0); - - _defineProperty(this, '_options', void 0); - - _defineProperty(this, '_onProcessEnd', void 0); - - _defineProperty(this, '_fakeStream', void 0); - - _defineProperty(this, '_request', void 0); - - _defineProperty(this, '_retries', void 0); - - _defineProperty(this, '_stderr', void 0); - - _defineProperty(this, '_stdout', void 0); - - this._options = options; - this._fakeStream = null; - this._request = null; - this._stderr = null; - this._stdout = null; - this.initialize(); - } - - initialize() { - const forceColor = _supportsColor().default.stdout - ? { - FORCE_COLOR: '1' - } - : {}; - - const child = _child_process().default.fork( - require.resolve('./processChild'), - [], - _objectSpread( - { - cwd: process.cwd(), - env: _objectSpread( - {}, - process.env, - { - JEST_WORKER_ID: String(this._options.workerId + 1) - }, - forceColor - ), - // Suppress --debug / --inspect flags while preserving others (like --harmony). - execArgv: process.execArgv.filter(v => !/^--(debug|inspect)/.test(v)), - silent: true - }, - this._options.forkOptions - ) - ); - - if (child.stdout) { - if (!this._stdout) { - // We need to add a permanent stream to the merged stream to prevent it - // from ending when the subprocess stream ends - this._stdout = (0, _mergeStream().default)(this._getFakeStream()); - } - - this._stdout.add(child.stdout); - } - - if (child.stderr) { - if (!this._stderr) { - // We need to add a permanent stream to the merged stream to prevent it - // from ending when the subprocess stream ends - this._stderr = (0, _mergeStream().default)(this._getFakeStream()); - } - - this._stderr.add(child.stderr); - } - - child.on('message', this.onMessage.bind(this)); - child.on('exit', this.onExit.bind(this)); - child.send([ - _types.CHILD_MESSAGE_INITIALIZE, - false, - this._options.workerPath, - this._options.setupArgs - ]); - this._child = child; - this._retries++; // If we exceeded the amount of retries, we will emulate an error reply - // coming from the child. This avoids code duplication related with cleaning - // the queue, and scheduling the next call. - - if (this._retries > this._options.maxRetries) { - const error = new Error('Call retries were exceeded'); - this.onMessage([ - _types.PARENT_MESSAGE_CLIENT_ERROR, - error.name, - error.message, - error.stack, - { - type: 'WorkerError' - } - ]); - } - } - - _shutdown() { - // End the temporary streams so the merged streams end too - if (this._fakeStream) { - this._fakeStream.end(); - - this._fakeStream = null; - } - } - - onMessage(response) { - let error; - - switch (response[0]) { - case _types.PARENT_MESSAGE_OK: - this._onProcessEnd(null, response[1]); - - break; - - case _types.PARENT_MESSAGE_CLIENT_ERROR: - error = response[4]; - - if (error != null && typeof error === 'object') { - const extra = error; // @ts-ignore: no index - - const NativeCtor = global[response[1]]; - const Ctor = typeof NativeCtor === 'function' ? NativeCtor : Error; - error = new Ctor(response[2]); - error.type = response[1]; - error.stack = response[3]; - - for (const key in extra) { - // @ts-ignore: adding custom properties to errors. - error[key] = extra[key]; - } - } - - this._onProcessEnd(error, null); - - break; - - case _types.PARENT_MESSAGE_SETUP_ERROR: - error = new Error('Error when calling setup: ' + response[2]); // @ts-ignore: adding custom properties to errors. - - error.type = response[1]; - error.stack = response[3]; - - this._onProcessEnd(error, null); - - break; - - default: - throw new TypeError('Unexpected response from worker: ' + response[0]); - } - } - - onExit(exitCode) { - if (exitCode !== 0) { - this.initialize(); - - if (this._request) { - this._child.send(this._request); - } - } else { - this._shutdown(); - } - } - - send(request, onProcessStart, onProcessEnd) { - onProcessStart(this); - - this._onProcessEnd = (...args) => { - // Clean the request to avoid sending past requests to workers that fail - // while waiting for a new request (timers, unhandled rejections...) - this._request = null; - return onProcessEnd(...args); - }; - - this._request = request; - this._retries = 0; - - this._child.send(request); - } - - getWorkerId() { - return this._options.workerId; - } - - getStdout() { - return this._stdout; - } - - getStderr() { - return this._stderr; - } - - _getFakeStream() { - if (!this._fakeStream) { - this._fakeStream = new (_stream()).PassThrough(); - } - - return this._fakeStream; - } -} - -exports.default = ChildProcessWorker; diff --git a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts deleted file mode 100644 index f6e39b2..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts +++ /dev/null @@ -1,29 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -/// -import { ChildMessage, OnEnd, OnStart, WorkerOptions, WorkerInterface, ParentMessage } from '../types'; -export default class ExperimentalWorker implements WorkerInterface { - private _worker; - private _options; - private _onProcessEnd; - private _request; - private _retries; - private _stderr; - private _stdout; - private _fakeStream; - constructor(options: WorkerOptions); - initialize(): void; - private _shutdown; - onMessage(response: ParentMessage): void; - onExit(exitCode: number): void; - send(request: ChildMessage, onProcessStart: OnStart, onProcessEnd: OnEnd): void; - getWorkerId(): number; - getStdout(): NodeJS.ReadableStream | null; - getStderr(): NodeJS.ReadableStream | null; - private _getFakeStream; -} -//# sourceMappingURL=NodeThreadsWorker.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts.map b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts.map deleted file mode 100644 index b44fb37..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"NodeThreadsWorker.d.ts","sourceRoot":"","sources":["../../src/workers/NodeThreadsWorker.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;;AASH,OAAO,EAKL,YAAY,EACZ,KAAK,EACL,OAAO,EACP,aAAa,EACb,eAAe,EACf,aAAa,EACd,MAAM,UAAU,CAAC;AAElB,MAAM,CAAC,OAAO,OAAO,kBAAmB,YAAW,eAAe;IAChE,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,QAAQ,CAAgB;IAChC,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,QAAQ,CAAsB;IACtC,OAAO,CAAC,QAAQ,CAAU;IAC1B,OAAO,CAAC,OAAO,CAAwC;IACvD,OAAO,CAAC,OAAO,CAAwC;IACvD,OAAO,CAAC,WAAW,CAAqB;gBAE5B,OAAO,EAAE,aAAa;IAUlC,UAAU;IAkEV,OAAO,CAAC,SAAS;IAQjB,SAAS,CAAC,QAAQ,EAAE,aAAa;IA2CjC,MAAM,CAAC,QAAQ,EAAE,MAAM;IAYvB,IAAI,CAAC,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK;IAexE,WAAW;IAIX,SAAS,IAAI,MAAM,CAAC,cAAc,GAAG,IAAI;IAIzC,SAAS,IAAI,MAAM,CAAC,cAAc,GAAG,IAAI;IAIzC,OAAO,CAAC,cAAc;CAMvB"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.js b/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.js deleted file mode 100644 index 5c1b7f8..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +++ /dev/null @@ -1,289 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { - value: true -}); -exports.default = void 0; - -function _path() { - const data = _interopRequireDefault(require('path')); - - _path = function _path() { - return data; - }; - - return data; -} - -function _stream() { - const data = require('stream'); - - _stream = function _stream() { - return data; - }; - - return data; -} - -function _worker_threads() { - const data = require('worker_threads'); - - _worker_threads = function _worker_threads() { - return data; - }; - - return data; -} - -function _mergeStream() { - const data = _interopRequireDefault(require('merge-stream')); - - _mergeStream = function _mergeStream() { - return data; - }; - - return data; -} - -var _types = require('../types'); - -function _interopRequireDefault(obj) { - return obj && obj.__esModule ? obj : {default: obj}; -} - -function _objectSpread(target) { - for (var i = 1; i < arguments.length; i++) { - var source = arguments[i] != null ? arguments[i] : {}; - var ownKeys = Object.keys(source); - if (typeof Object.getOwnPropertySymbols === 'function') { - ownKeys = ownKeys.concat( - Object.getOwnPropertySymbols(source).filter(function(sym) { - return Object.getOwnPropertyDescriptor(source, sym).enumerable; - }) - ); - } - ownKeys.forEach(function(key) { - _defineProperty(target, key, source[key]); - }); - } - return target; -} - -function _defineProperty(obj, key, value) { - if (key in obj) { - Object.defineProperty(obj, key, { - value: value, - enumerable: true, - configurable: true, - writable: true - }); - } else { - obj[key] = value; - } - return obj; -} - -class ExperimentalWorker { - constructor(options) { - _defineProperty(this, '_worker', void 0); - - _defineProperty(this, '_options', void 0); - - _defineProperty(this, '_onProcessEnd', void 0); - - _defineProperty(this, '_request', void 0); - - _defineProperty(this, '_retries', void 0); - - _defineProperty(this, '_stderr', void 0); - - _defineProperty(this, '_stdout', void 0); - - _defineProperty(this, '_fakeStream', void 0); - - this._options = options; - this._request = null; - this._stderr = null; - this._stdout = null; - this._fakeStream = null; - this.initialize(); - } - - initialize() { - this._worker = new (_worker_threads()).Worker( - _path().default.resolve(__dirname, './threadChild.js'), - { - eval: false, - stderr: true, - stdout: true, - workerData: _objectSpread( - { - cwd: process.cwd(), - env: _objectSpread({}, process.env, { - JEST_WORKER_ID: String(this._options.workerId + 1) // 0-indexed workerId, 1-indexed JEST_WORKER_ID - }), - // Suppress --debug / --inspect flags while preserving others (like --harmony). - execArgv: process.execArgv.filter( - v => !/^--(debug|inspect)/.test(v) - ), - silent: true - }, - this._options.forkOptions - ) - } - ); - - if (this._worker.stdout) { - if (!this._stdout) { - // We need to add a permanent stream to the merged stream to prevent it - // from ending when the subprocess stream ends - this._stdout = (0, _mergeStream().default)(this._getFakeStream()); - } - - this._stdout.add(this._worker.stdout); - } - - if (this._worker.stderr) { - if (!this._stderr) { - // We need to add a permanent stream to the merged stream to prevent it - // from ending when the subprocess stream ends - this._stderr = (0, _mergeStream().default)(this._getFakeStream()); - } - - this._stderr.add(this._worker.stderr); - } - - this._worker.on('message', this.onMessage.bind(this)); - - this._worker.on('exit', this.onExit.bind(this)); - - this._worker.postMessage([ - _types.CHILD_MESSAGE_INITIALIZE, - false, - this._options.workerPath, - this._options.setupArgs - ]); - - this._retries++; // If we exceeded the amount of retries, we will emulate an error reply - // coming from the child. This avoids code duplication related with cleaning - // the queue, and scheduling the next call. - - if (this._retries > this._options.maxRetries) { - const error = new Error('Call retries were exceeded'); - this.onMessage([ - _types.PARENT_MESSAGE_CLIENT_ERROR, - error.name, - error.message, - error.stack, - { - type: 'WorkerError' - } - ]); - } - } - - _shutdown() { - // End the permanent stream so the merged stream end too - if (this._fakeStream) { - this._fakeStream.end(); - - this._fakeStream = null; - } - } - - onMessage(response) { - let error; - - switch (response[0]) { - case _types.PARENT_MESSAGE_OK: - this._onProcessEnd(null, response[1]); - - break; - - case _types.PARENT_MESSAGE_CLIENT_ERROR: - error = response[4]; - - if (error != null && typeof error === 'object') { - const extra = error; // @ts-ignore: no index - - const NativeCtor = global[response[1]]; - const Ctor = typeof NativeCtor === 'function' ? NativeCtor : Error; - error = new Ctor(response[2]); - error.type = response[1]; - error.stack = response[3]; - - for (const key in extra) { - // @ts-ignore: no index - error[key] = extra[key]; - } - } - - this._onProcessEnd(error, null); - - break; - - case _types.PARENT_MESSAGE_SETUP_ERROR: - error = new Error('Error when calling setup: ' + response[2]); // @ts-ignore: adding custom properties to errors. - - error.type = response[1]; - error.stack = response[3]; - - this._onProcessEnd(error, null); - - break; - - default: - throw new TypeError('Unexpected response from worker: ' + response[0]); - } - } - - onExit(exitCode) { - if (exitCode !== 0) { - this.initialize(); - - if (this._request) { - this._worker.postMessage(this._request); - } - } else { - this._shutdown(); - } - } - - send(request, onProcessStart, onProcessEnd) { - onProcessStart(this); - - this._onProcessEnd = (...args) => { - // Clean the request to avoid sending past requests to workers that fail - // while waiting for a new request (timers, unhandled rejections...) - this._request = null; - return onProcessEnd(...args); - }; - - this._request = request; - this._retries = 0; - - this._worker.postMessage(request); - } - - getWorkerId() { - return this._options.workerId; - } - - getStdout() { - return this._stdout; - } - - getStderr() { - return this._stderr; - } - - _getFakeStream() { - if (!this._fakeStream) { - this._fakeStream = new (_stream()).PassThrough(); - } - - return this._fakeStream; - } -} - -exports.default = ExperimentalWorker; diff --git a/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts b/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts deleted file mode 100644 index 9763cb5..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -export {}; -//# sourceMappingURL=processChild.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts.map b/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts.map deleted file mode 100644 index 62ae3de..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/processChild.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"processChild.d.ts","sourceRoot":"","sources":["../../src/workers/processChild.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/processChild.js b/2019-setembro/node_modules/jest-worker/build/workers/processChild.js deleted file mode 100644 index 252b738..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/processChild.js +++ /dev/null @@ -1,166 +0,0 @@ -'use strict'; - -var _types = require('../types'); - -function _objectSpread(target) { - for (var i = 1; i < arguments.length; i++) { - var source = arguments[i] != null ? arguments[i] : {}; - var ownKeys = Object.keys(source); - if (typeof Object.getOwnPropertySymbols === 'function') { - ownKeys = ownKeys.concat( - Object.getOwnPropertySymbols(source).filter(function(sym) { - return Object.getOwnPropertyDescriptor(source, sym).enumerable; - }) - ); - } - ownKeys.forEach(function(key) { - _defineProperty(target, key, source[key]); - }); - } - return target; -} - -function _defineProperty(obj, key, value) { - if (key in obj) { - Object.defineProperty(obj, key, { - value: value, - enumerable: true, - configurable: true, - writable: true - }); - } else { - obj[key] = value; - } - return obj; -} - -let file = null; -let setupArgs = []; -let initialized = false; -/** - * This file is a small bootstrapper for workers. It sets up the communication - * between the worker and the parent process, interpreting parent messages and - * sending results back. - * - * The file loaded will be lazily initialized the first time any of the workers - * is called. This is done for optimal performance: if the farm is initialized, - * but no call is made to it, child Node processes will be consuming the least - * possible amount of memory. - * - * If an invalid message is detected, the child will exit (by throwing) with a - * non-zero exit code. - */ - -process.on('message', request => { - switch (request[0]) { - case _types.CHILD_MESSAGE_INITIALIZE: - const init = request; - file = init[2]; - setupArgs = request[3]; - break; - - case _types.CHILD_MESSAGE_CALL: - const call = request; - execMethod(call[2], call[3]); - break; - - case _types.CHILD_MESSAGE_END: - end(); - break; - - default: - throw new TypeError( - 'Unexpected request from parent process: ' + request[0] - ); - } -}); - -function reportSuccess(result) { - if (!process || !process.send) { - throw new Error('Child can only be used on a forked process'); - } - - process.send([_types.PARENT_MESSAGE_OK, result]); -} - -function reportClientError(error) { - return reportError(error, _types.PARENT_MESSAGE_CLIENT_ERROR); -} - -function reportInitializeError(error) { - return reportError(error, _types.PARENT_MESSAGE_SETUP_ERROR); -} - -function reportError(error, type) { - if (!process || !process.send) { - throw new Error('Child can only be used on a forked process'); - } - - if (error == null) { - error = new Error('"null" or "undefined" thrown'); - } - - process.send([ - type, - error.constructor && error.constructor.name, - error.message, - error.stack, - typeof error === 'object' ? _objectSpread({}, error) : error - ]); -} - -function end() { - const main = require(file); - - if (!main.teardown) { - exitProcess(); - return; - } - - execFunction(main.teardown, main, [], exitProcess, exitProcess); -} - -function exitProcess() { - process.exit(0); -} - -function execMethod(method, args) { - const main = require(file); - - let fn; - - if (method === 'default') { - fn = main.__esModule ? main['default'] : main; - } else { - fn = main[method]; - } - - function execHelper() { - execFunction(fn, main, args, reportSuccess, reportClientError); - } - - if (initialized || !main.setup) { - execHelper(); - return; - } - - initialized = true; - execFunction(main.setup, main, setupArgs, execHelper, reportInitializeError); -} - -function execFunction(fn, ctx, args, onResult, onError) { - let result; - - try { - result = fn.apply(ctx, args); - } catch (err) { - onError(err); - return; - } - - if (result && typeof result.then === 'function') { - result.then(onResult, onError); - } else { - onResult(result); - } -} diff --git a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts deleted file mode 100644 index e83f443..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -export {}; -//# sourceMappingURL=threadChild.d.ts.map \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts.map b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts.map deleted file mode 100644 index 5e405bd..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"threadChild.d.ts","sourceRoot":"","sources":["../../src/workers/threadChild.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"} \ No newline at end of file diff --git a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.js b/2019-setembro/node_modules/jest-worker/build/workers/threadChild.js deleted file mode 100644 index 941c699..0000000 --- a/2019-setembro/node_modules/jest-worker/build/workers/threadChild.js +++ /dev/null @@ -1,176 +0,0 @@ -'use strict'; - -function _worker_threads() { - const data = require('worker_threads'); - - _worker_threads = function _worker_threads() { - return data; - }; - - return data; -} - -var _types = require('../types'); - -function _objectSpread(target) { - for (var i = 1; i < arguments.length; i++) { - var source = arguments[i] != null ? arguments[i] : {}; - var ownKeys = Object.keys(source); - if (typeof Object.getOwnPropertySymbols === 'function') { - ownKeys = ownKeys.concat( - Object.getOwnPropertySymbols(source).filter(function(sym) { - return Object.getOwnPropertyDescriptor(source, sym).enumerable; - }) - ); - } - ownKeys.forEach(function(key) { - _defineProperty(target, key, source[key]); - }); - } - return target; -} - -function _defineProperty(obj, key, value) { - if (key in obj) { - Object.defineProperty(obj, key, { - value: value, - enumerable: true, - configurable: true, - writable: true - }); - } else { - obj[key] = value; - } - return obj; -} - -let file = null; -let setupArgs = []; -let initialized = false; -/** - * This file is a small bootstrapper for workers. It sets up the communication - * between the worker and the parent process, interpreting parent messages and - * sending results back. - * - * The file loaded will be lazily initialized the first time any of the workers - * is called. This is done for optimal performance: if the farm is initialized, - * but no call is made to it, child Node processes will be consuming the least - * possible amount of memory. - * - * If an invalid message is detected, the child will exit (by throwing) with a - * non-zero exit code. - */ - -_worker_threads().parentPort.on('message', request => { - switch (request[0]) { - case _types.CHILD_MESSAGE_INITIALIZE: - const init = request; - file = init[2]; - setupArgs = request[3]; - break; - - case _types.CHILD_MESSAGE_CALL: - const call = request; - execMethod(call[2], call[3]); - break; - - case _types.CHILD_MESSAGE_END: - end(); - break; - - default: - throw new TypeError( - 'Unexpected request from parent process: ' + request[0] - ); - } -}); - -function reportSuccess(result) { - if (_worker_threads().isMainThread) { - throw new Error('Child can only be used on a forked process'); - } - - _worker_threads().parentPort.postMessage([_types.PARENT_MESSAGE_OK, result]); -} - -function reportClientError(error) { - return reportError(error, _types.PARENT_MESSAGE_CLIENT_ERROR); -} - -function reportInitializeError(error) { - return reportError(error, _types.PARENT_MESSAGE_SETUP_ERROR); -} - -function reportError(error, type) { - if (_worker_threads().isMainThread) { - throw new Error('Child can only be used on a forked process'); - } - - if (error == null) { - error = new Error('"null" or "undefined" thrown'); - } - - _worker_threads().parentPort.postMessage([ - type, - error.constructor && error.constructor.name, - error.message, - error.stack, - typeof error === 'object' ? _objectSpread({}, error) : error - ]); -} - -function end() { - const main = require(file); - - if (!main.teardown) { - exitProcess(); - return; - } - - execFunction(main.teardown, main, [], exitProcess, exitProcess); -} - -function exitProcess() { - process.exit(0); -} - -function execMethod(method, args) { - const main = require(file); - - let fn; - - if (method === 'default') { - fn = main.__esModule ? main['default'] : main; - } else { - fn = main[method]; - } - - function execHelper() { - execFunction(fn, main, args, reportSuccess, reportClientError); - } - - if (initialized || !main.setup) { - execHelper(); - return; - } - - initialized = true; - execFunction(main.setup, main, setupArgs, execHelper, reportInitializeError); -} - -function execFunction(fn, ctx, args, onResult, onError) { - let result; - - try { - result = fn.apply(ctx, args); - } catch (err) { - onError(err); - return; - } - - if (result && typeof result.then === 'function') { - result.then(onResult, onError); - } else { - onResult(result); - } -} diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/browser.js b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/browser.js deleted file mode 100644 index 62afa3a..0000000 --- a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/browser.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; -module.exports = { - stdout: false, - stderr: false -}; diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/index.js b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/index.js deleted file mode 100644 index 0477d30..0000000 --- a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/index.js +++ /dev/null @@ -1,138 +0,0 @@ -'use strict'; -const os = require('os'); -const hasFlag = require('has-flag'); - -const {env} = process; - -let forceColor; -if (hasFlag('no-color') || - hasFlag('no-colors') || - hasFlag('color=false') || - hasFlag('color=never')) { - forceColor = 0; -} else if (hasFlag('color') || - hasFlag('colors') || - hasFlag('color=true') || - hasFlag('color=always')) { - forceColor = 1; -} -if ('FORCE_COLOR' in env) { - if (env.FORCE_COLOR === true || env.FORCE_COLOR === 'true') { - forceColor = 1; - } else if (env.FORCE_COLOR === false || env.FORCE_COLOR === 'false') { - forceColor = 0; - } else { - forceColor = env.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env.FORCE_COLOR, 10), 3); - } -} - -function translateLevel(level) { - if (level === 0) { - return false; - } - - return { - level, - hasBasic: true, - has256: level >= 2, - has16m: level >= 3 - }; -} - -function supportsColor(stream) { - if (forceColor === 0) { - return 0; - } - - if (hasFlag('color=16m') || - hasFlag('color=full') || - hasFlag('color=truecolor')) { - return 3; - } - - if (hasFlag('color=256')) { - return 2; - } - - if (stream && !stream.isTTY && forceColor === undefined) { - return 0; - } - - const min = forceColor || 0; - - if (env.TERM === 'dumb') { - return min; - } - - if (process.platform === 'win32') { - // Node.js 7.5.0 is the first version of Node.js to include a patch to - // libuv that enables 256 color output on Windows. Anything earlier and it - // won't work. However, here we target Node.js 8 at minimum as it is an LTS - // release, and Node.js 7 is not. Windows 10 build 10586 is the first Windows - // release that supports 256 colors. Windows 10 build 14931 is the first release - // that supports 16m/TrueColor. - const osRelease = os.release().split('.'); - if ( - Number(process.versions.node.split('.')[0]) >= 8 && - Number(osRelease[0]) >= 10 && - Number(osRelease[2]) >= 10586 - ) { - return Number(osRelease[2]) >= 14931 ? 3 : 2; - } - - return 1; - } - - if ('CI' in env) { - if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env) || env.CI_NAME === 'codeship') { - return 1; - } - - return min; - } - - if ('TEAMCITY_VERSION' in env) { - return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; - } - - if (env.COLORTERM === 'truecolor') { - return 3; - } - - if ('TERM_PROGRAM' in env) { - const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); - - switch (env.TERM_PROGRAM) { - case 'iTerm.app': - return version >= 3 ? 3 : 2; - case 'Apple_Terminal': - return 2; - // No default - } - } - - if (/-256(color)?$/i.test(env.TERM)) { - return 2; - } - - if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { - return 1; - } - - if ('COLORTERM' in env) { - return 1; - } - - return min; -} - -function getSupportLevel(stream) { - const level = supportsColor(stream); - return translateLevel(level); -} - -module.exports = { - supportsColor: getSupportLevel, - stdout: getSupportLevel(process.stdout), - stderr: getSupportLevel(process.stderr) -}; diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/license b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/license deleted file mode 100644 index e7af2f7..0000000 --- a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/package.json b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/package.json deleted file mode 100644 index db4ded2..0000000 --- a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "supports-color", - "version": "6.1.0", - "description": "Detect whether a terminal supports color", - "license": "MIT", - "repository": "chalk/supports-color", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "browser.js" - ], - "keywords": [ - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "ansi", - "styles", - "tty", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "support", - "supports", - "capability", - "detect", - "truecolor", - "16m" - ], - "dependencies": { - "has-flag": "^3.0.0" - }, - "devDependencies": { - "ava": "^0.25.0", - "import-fresh": "^2.0.0", - "xo": "^0.23.0" - }, - "browser": "browser.js" -} diff --git a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/readme.md b/2019-setembro/node_modules/jest-worker/node_modules/supports-color/readme.md deleted file mode 100644 index d4cc58a..0000000 --- a/2019-setembro/node_modules/jest-worker/node_modules/supports-color/readme.md +++ /dev/null @@ -1,85 +0,0 @@ -# supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](https://travis-ci.org/chalk/supports-color) - -> Detect whether a terminal supports color - ---- - -
    - - Get professional support for this package with a Tidelift subscription - -
    - - Tidelift helps make open source sustainable for maintainers while giving companies
    assurances about security, maintenance, and licensing for their dependencies. -
    -
    - ---- - - -## Install - -``` -$ npm install supports-color -``` - - -## Usage - -```js -const supportsColor = require('supports-color'); - -if (supportsColor.stdout) { - console.log('Terminal stdout supports color'); -} - -if (supportsColor.stdout.has256) { - console.log('Terminal stdout supports 256 colors'); -} - -if (supportsColor.stderr.has16m) { - console.log('Terminal stderr supports 16 million colors (truecolor)'); -} -``` - - -## API - -Returns an `Object` with a `stdout` and `stderr` property for testing either streams. Each property is an `Object`, or `false` if color is not supported. - -The `stdout`/`stderr` objects specifies a level of support for color through a `.level` property and a corresponding flag: - -- `.level = 1` and `.hasBasic = true`: Basic color support (16 colors) -- `.level = 2` and `.has256 = true`: 256 color support -- `.level = 3` and `.has16m = true`: Truecolor support (16 million colors) - - -## Info - -It obeys the `--color` and `--no-color` CLI flags. - -For situations where using `--color` is not possible, use the environment variable `FORCE_COLOR=1` (level 1), `FORCE_COLOR=2` (level 2), or `FORCE_COLOR=3` (level 3) to forcefully enable color, or `FORCE_COLOR=0` to forcefully disable. The use of `FORCE_COLOR` overrides all other color support checks. - -Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=16m` flags, respectively. - - -## Security - -To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. - - -## Related - -- [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module -- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right - - -## Maintainers - -- [Sindre Sorhus](https://github.com/sindresorhus) -- [Josh Junon](https://github.com/qix-) - - -## License - -MIT diff --git a/2019-setembro/node_modules/jest-worker/package.json b/2019-setembro/node_modules/jest-worker/package.json deleted file mode 100644 index ae906f0..0000000 --- a/2019-setembro/node_modules/jest-worker/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "jest-worker", - "version": "24.9.0", - "repository": { - "type": "git", - "url": "https://github.com/facebook/jest.git", - "directory": "packages/jest-worker" - }, - "license": "MIT", - "main": "build/index.js", - "types": "build/index.d.ts", - "dependencies": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "devDependencies": { - "@types/merge-stream": "^1.1.2", - "@types/supports-color": "^5.3.0", - "get-stream": "^4.1.0", - "worker-farm": "^1.6.0" - }, - "engines": { - "node": ">= 6" - }, - "publishConfig": { - "access": "public" - }, - "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1" -} diff --git a/2019-setembro/node_modules/js-tokens/CHANGELOG.md b/2019-setembro/node_modules/js-tokens/CHANGELOG.md deleted file mode 100644 index 755e6f6..0000000 --- a/2019-setembro/node_modules/js-tokens/CHANGELOG.md +++ /dev/null @@ -1,151 +0,0 @@ -### Version 4.0.0 (2018-01-28) ### - -- Added: Support for ES2018. The only change needed was recognizing the `s` - regex flag. -- Changed: _All_ tokens returned by the `matchToToken` function now have a - `closed` property. It is set to `undefined` for the tokens where “closed” - doesn’t make sense. This means that all tokens objects have the same shape, - which might improve performance. - -These are the breaking changes: - -- `'/a/s'.match(jsTokens)` no longer returns `['/', 'a', '/', 's']`, but - `['/a/s']`. (There are of course other variations of this.) -- Code that rely on some token objects not having the `closed` property could - now behave differently. - - -### Version 3.0.2 (2017-06-28) ### - -- No code changes. Just updates to the readme. - - -### Version 3.0.1 (2017-01-30) ### - -- Fixed: ES2015 unicode escapes with more than 6 hex digits are now matched - correctly. - - -### Version 3.0.0 (2017-01-11) ### - -This release contains one breaking change, that should [improve performance in -V8][v8-perf]: - -> So how can you, as a JavaScript developer, ensure that your RegExps are fast? -> If you are not interested in hooking into RegExp internals, make sure that -> neither the RegExp instance, nor its prototype is modified in order to get the -> best performance: -> -> ```js -> var re = /./g; -> re.exec(''); // Fast path. -> re.new_property = 'slow'; -> ``` - -This module used to export a single regex, with `.matchToToken` bolted -on, just like in the above example. This release changes the exports of -the module to avoid this issue. - -Before: - -```js -import jsTokens from "js-tokens" -// or: -var jsTokens = require("js-tokens") -var matchToToken = jsTokens.matchToToken -``` - -After: - -```js -import jsTokens, {matchToToken} from "js-tokens" -// or: -var jsTokens = require("js-tokens").default -var matchToToken = require("js-tokens").matchToToken -``` - -[v8-perf]: http://v8project.blogspot.se/2017/01/speeding-up-v8-regular-expressions.html - - -### Version 2.0.0 (2016-06-19) ### - -- Added: Support for ES2016. In other words, support for the `**` exponentiation - operator. - -These are the breaking changes: - -- `'**'.match(jsTokens)` no longer returns `['*', '*']`, but `['**']`. -- `'**='.match(jsTokens)` no longer returns `['*', '*=']`, but `['**=']`. - - -### Version 1.0.3 (2016-03-27) ### - -- Improved: Made the regex ever so slightly smaller. -- Updated: The readme. - - -### Version 1.0.2 (2015-10-18) ### - -- Improved: Limited npm package contents for a smaller download. Thanks to - @zertosh! - - -### Version 1.0.1 (2015-06-20) ### - -- Fixed: Declared an undeclared variable. - - -### Version 1.0.0 (2015-02-26) ### - -- Changed: Merged the 'operator' and 'punctuation' types into 'punctuator'. That - type is now equivalent to the Punctuator token in the ECMAScript - specification. (Backwards-incompatible change.) -- Fixed: A `-` followed by a number is now correctly matched as a punctuator - followed by a number. It used to be matched as just a number, but there is no - such thing as negative number literals. (Possibly backwards-incompatible - change.) - - -### Version 0.4.1 (2015-02-21) ### - -- Added: Support for the regex `u` flag. - - -### Version 0.4.0 (2015-02-21) ### - -- Improved: `jsTokens.matchToToken` performance. -- Added: Support for octal and binary number literals. -- Added: Support for template strings. - - -### Version 0.3.1 (2015-01-06) ### - -- Fixed: Support for unicode spaces. They used to be allowed in names (which is - very confusing), and some unicode newlines were wrongly allowed in strings and - regexes. - - -### Version 0.3.0 (2014-12-19) ### - -- Changed: The `jsTokens.names` array has been replaced with the - `jsTokens.matchToToken` function. The capturing groups of `jsTokens` are no - longer part of the public API; instead use said function. See this [gist] for - an example. (Backwards-incompatible change.) -- Changed: The empty string is now considered an “invalid” token, instead an - “empty” token (its own group). (Backwards-incompatible change.) -- Removed: component support. (Backwards-incompatible change.) - -[gist]: https://gist.github.com/lydell/be49dbf80c382c473004 - - -### Version 0.2.0 (2014-06-19) ### - -- Changed: Match ES6 function arrows (`=>`) as an operator, instead of its own - category (“functionArrow”), for simplicity. (Backwards-incompatible change.) -- Added: ES6 splats (`...`) are now matched as an operator (instead of three - punctuations). (Backwards-incompatible change.) - - -### Version 0.1.0 (2014-03-08) ### - -- Initial release. diff --git a/2019-setembro/node_modules/js-tokens/LICENSE b/2019-setembro/node_modules/js-tokens/LICENSE deleted file mode 100644 index 54aef52..0000000 --- a/2019-setembro/node_modules/js-tokens/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/js-tokens/README.md b/2019-setembro/node_modules/js-tokens/README.md deleted file mode 100644 index 00cdf16..0000000 --- a/2019-setembro/node_modules/js-tokens/README.md +++ /dev/null @@ -1,240 +0,0 @@ -Overview [![Build Status](https://travis-ci.org/lydell/js-tokens.svg?branch=master)](https://travis-ci.org/lydell/js-tokens) -======== - -A regex that tokenizes JavaScript. - -```js -var jsTokens = require("js-tokens").default - -var jsString = "var foo=opts.foo;\n..." - -jsString.match(jsTokens) -// ["var", " ", "foo", "=", "opts", ".", "foo", ";", "\n", ...] -``` - - -Installation -============ - -`npm install js-tokens` - -```js -import jsTokens from "js-tokens" -// or: -var jsTokens = require("js-tokens").default -``` - - -Usage -===== - -### `jsTokens` ### - -A regex with the `g` flag that matches JavaScript tokens. - -The regex _always_ matches, even invalid JavaScript and the empty string. - -The next match is always directly after the previous. - -### `var token = matchToToken(match)` ### - -```js -import {matchToToken} from "js-tokens" -// or: -var matchToToken = require("js-tokens").matchToToken -``` - -Takes a `match` returned by `jsTokens.exec(string)`, and returns a `{type: -String, value: String}` object. The following types are available: - -- string -- comment -- regex -- number -- name -- punctuator -- whitespace -- invalid - -Multi-line comments and strings also have a `closed` property indicating if the -token was closed or not (see below). - -Comments and strings both come in several flavors. To distinguish them, check if -the token starts with `//`, `/*`, `'`, `"` or `` ` ``. - -Names are ECMAScript IdentifierNames, that is, including both identifiers and -keywords. You may use [is-keyword-js] to tell them apart. - -Whitespace includes both line terminators and other whitespace. - -[is-keyword-js]: https://github.com/crissdev/is-keyword-js - - -ECMAScript support -================== - -The intention is to always support the latest ECMAScript version whose feature -set has been finalized. - -If adding support for a newer version requires changes, a new version with a -major verion bump will be released. - -Currently, ECMAScript 2018 is supported. - - -Invalid code handling -===================== - -Unterminated strings are still matched as strings. JavaScript strings cannot -contain (unescaped) newlines, so unterminated strings simply end at the end of -the line. Unterminated template strings can contain unescaped newlines, though, -so they go on to the end of input. - -Unterminated multi-line comments are also still matched as comments. They -simply go on to the end of the input. - -Unterminated regex literals are likely matched as division and whatever is -inside the regex. - -Invalid ASCII characters have their own capturing group. - -Invalid non-ASCII characters are treated as names, to simplify the matching of -names (except unicode spaces which are treated as whitespace). Note: See also -the [ES2018](#es2018) section. - -Regex literals may contain invalid regex syntax. They are still matched as -regex literals. They may also contain repeated regex flags, to keep the regex -simple. - -Strings may contain invalid escape sequences. - - -Limitations -=========== - -Tokenizing JavaScript using regexes—in fact, _one single regex_—won’t be -perfect. But that’s not the point either. - -You may compare jsTokens with [esprima] by using `esprima-compare.js`. -See `npm run esprima-compare`! - -[esprima]: http://esprima.org/ - -### Template string interpolation ### - -Template strings are matched as single tokens, from the starting `` ` `` to the -ending `` ` ``, including interpolations (whose tokens are not matched -individually). - -Matching template string interpolations requires recursive balancing of `{` and -`}`—something that JavaScript regexes cannot do. Only one level of nesting is -supported. - -### Division and regex literals collision ### - -Consider this example: - -```js -var g = 9.82 -var number = bar / 2/g - -var regex = / 2/g -``` - -A human can easily understand that in the `number` line we’re dealing with -division, and in the `regex` line we’re dealing with a regex literal. How come? -Because humans can look at the whole code to put the `/` characters in context. -A JavaScript regex cannot. It only sees forwards. (Well, ES2018 regexes can also -look backwards. See the [ES2018](#es2018) section). - -When the `jsTokens` regex scans throught the above, it will see the following -at the end of both the `number` and `regex` rows: - -```js -/ 2/g -``` - -It is then impossible to know if that is a regex literal, or part of an -expression dealing with division. - -Here is a similar case: - -```js -foo /= 2/g -foo(/= 2/g) -``` - -The first line divides the `foo` variable with `2/g`. The second line calls the -`foo` function with the regex literal `/= 2/g`. Again, since `jsTokens` only -sees forwards, it cannot tell the two cases apart. - -There are some cases where we _can_ tell division and regex literals apart, -though. - -First off, we have the simple cases where there’s only one slash in the line: - -```js -var foo = 2/g -foo /= 2 -``` - -Regex literals cannot contain newlines, so the above cases are correctly -identified as division. Things are only problematic when there are more than -one non-comment slash in a single line. - -Secondly, not every character is a valid regex flag. - -```js -var number = bar / 2/e -``` - -The above example is also correctly identified as division, because `e` is not a -valid regex flag. I initially wanted to future-proof by allowing `[a-zA-Z]*` -(any letter) as flags, but it is not worth it since it increases the amount of -ambigous cases. So only the standard `g`, `m`, `i`, `y` and `u` flags are -allowed. This means that the above example will be identified as division as -long as you don’t rename the `e` variable to some permutation of `gmiyus` 1 to 6 -characters long. - -Lastly, we can look _forward_ for information. - -- If the token following what looks like a regex literal is not valid after a - regex literal, but is valid in a division expression, then the regex literal - is treated as division instead. For example, a flagless regex cannot be - followed by a string, number or name, but all of those three can be the - denominator of a division. -- Generally, if what looks like a regex literal is followed by an operator, the - regex literal is treated as division instead. This is because regexes are - seldomly used with operators (such as `+`, `*`, `&&` and `==`), but division - could likely be part of such an expression. - -Please consult the regex source and the test cases for precise information on -when regex or division is matched (should you need to know). In short, you -could sum it up as: - -If the end of a statement looks like a regex literal (even if it isn’t), it -will be treated as one. Otherwise it should work as expected (if you write sane -code). - -### ES2018 ### - -ES2018 added some nice regex improvements to the language. - -- [Unicode property escapes] should allow telling names and invalid non-ASCII - characters apart without blowing up the regex size. -- [Lookbehind assertions] should allow matching telling division and regex - literals apart in more cases. -- [Named capture groups] might simplify some things. - -These things would be nice to do, but are not critical. They probably have to -wait until the oldest maintained Node.js LTS release supports those features. - -[Unicode property escapes]: http://2ality.com/2017/07/regexp-unicode-property-escapes.html -[Lookbehind assertions]: http://2ality.com/2017/05/regexp-lookbehind-assertions.html -[Named capture groups]: http://2ality.com/2017/05/regexp-named-capture-groups.html - - -License -======= - -[MIT](LICENSE). diff --git a/2019-setembro/node_modules/js-tokens/index.js b/2019-setembro/node_modules/js-tokens/index.js deleted file mode 100644 index b23a4a0..0000000 --- a/2019-setembro/node_modules/js-tokens/index.js +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell -// License: MIT. (See LICENSE.) - -Object.defineProperty(exports, "__esModule", { - value: true -}) - -// This regex comes from regex.coffee, and is inserted here by generate-index.js -// (run `npm run build`). -exports.default = /((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g - -exports.matchToToken = function(match) { - var token = {type: "invalid", value: match[0], closed: undefined} - if (match[ 1]) token.type = "string" , token.closed = !!(match[3] || match[4]) - else if (match[ 5]) token.type = "comment" - else if (match[ 6]) token.type = "comment", token.closed = !!match[7] - else if (match[ 8]) token.type = "regex" - else if (match[ 9]) token.type = "number" - else if (match[10]) token.type = "name" - else if (match[11]) token.type = "punctuator" - else if (match[12]) token.type = "whitespace" - return token -} diff --git a/2019-setembro/node_modules/js-tokens/package.json b/2019-setembro/node_modules/js-tokens/package.json deleted file mode 100644 index 66752fa..0000000 --- a/2019-setembro/node_modules/js-tokens/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "js-tokens", - "version": "4.0.0", - "author": "Simon Lydell", - "license": "MIT", - "description": "A regex that tokenizes JavaScript.", - "keywords": [ - "JavaScript", - "js", - "token", - "tokenize", - "regex" - ], - "files": [ - "index.js" - ], - "repository": "lydell/js-tokens", - "scripts": { - "test": "mocha --ui tdd", - "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js", - "build": "node generate-index.js", - "dev": "npm run build && npm test" - }, - "devDependencies": { - "coffeescript": "2.1.1", - "esprima": "4.0.0", - "everything.js": "1.0.3", - "mocha": "5.0.0" - } -} diff --git a/2019-setembro/node_modules/json-parse-better-errors/CHANGELOG.md b/2019-setembro/node_modules/json-parse-better-errors/CHANGELOG.md deleted file mode 100644 index b1d212d..0000000 --- a/2019-setembro/node_modules/json-parse-better-errors/CHANGELOG.md +++ /dev/null @@ -1,46 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - - -## [1.0.2](https://github.com/zkat/json-parse-better-errors/compare/v1.0.1...v1.0.2) (2018-03-30) - - -### Bug Fixes - -* **messages:** More friendly messages for non-string ([#1](https://github.com/zkat/json-parse-better-errors/issues/1)) ([a476d42](https://github.com/zkat/json-parse-better-errors/commit/a476d42)) - - - - -## [1.0.1](https://github.com/zkat/json-parse-better-errors/compare/v1.0.0...v1.0.1) (2017-08-16) - - -### Bug Fixes - -* **license:** oops. Forgot to update license.md ([efe2958](https://github.com/zkat/json-parse-better-errors/commit/efe2958)) - - - - -# 1.0.0 (2017-08-15) - - -### Features - -* **init:** Initial Commit ([562c977](https://github.com/zkat/json-parse-better-errors/commit/562c977)) - - -### BREAKING CHANGES - -* **init:** This is the first commit! - - - - -# 0.1.0 (2017-08-15) - - -### Features - -* **init:** Initial Commit ([9dd1a19](https://github.com/zkat/json-parse-better-errors/commit/9dd1a19)) diff --git a/2019-setembro/node_modules/json-parse-better-errors/LICENSE.md b/2019-setembro/node_modules/json-parse-better-errors/LICENSE.md deleted file mode 100644 index c51842c..0000000 --- a/2019-setembro/node_modules/json-parse-better-errors/LICENSE.md +++ /dev/null @@ -1,7 +0,0 @@ -Copyright 2017 Kat Marchán - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/json-parse-better-errors/README.md b/2019-setembro/node_modules/json-parse-better-errors/README.md deleted file mode 100644 index a1f0f0a..0000000 --- a/2019-setembro/node_modules/json-parse-better-errors/README.md +++ /dev/null @@ -1,46 +0,0 @@ -# json-parse-better-errors [![npm version](https://img.shields.io/npm/v/json-parse-better-errors.svg)](https://npm.im/json-parse-better-errors) [![license](https://img.shields.io/npm/l/json-parse-better-errors.svg)](https://npm.im/json-parse-better-errors) [![Travis](https://img.shields.io/travis/zkat/json-parse-better-errors.svg)](https://travis-ci.org/zkat/json-parse-better-errors) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/json-parse-better-errors?svg=true)](https://ci.appveyor.com/project/zkat/json-parse-better-errors) [![Coverage Status](https://coveralls.io/repos/github/zkat/json-parse-better-errors/badge.svg?branch=latest)](https://coveralls.io/github/zkat/json-parse-better-errors?branch=latest) - -[`json-parse-better-errors`](https://github.com/zkat/json-parse-better-errors) is a Node.js library for -getting nicer errors out of `JSON.parse()`, including context and position of the parse errors. - -## Install - -`$ npm install --save json-parse-better-errors` - -## Table of Contents - -* [Example](#example) -* [Features](#features) -* [Contributing](#contributing) -* [API](#api) - * [`parse`](#parse) - -### Example - -```javascript -const parseJson = require('json-parse-better-errors') - -parseJson('"foo"') -parseJson('garbage') // more useful error message -``` - -### Features - -* Like JSON.parse, but the errors are better. - -### Contributing - -The npm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The [Contributor Guide](CONTRIBUTING.md) has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear. - -All participants and maintainers in this project are expected to follow [Code of Conduct](CODE_OF_CONDUCT.md), and just generally be excellent to each other. - -Please refer to the [Changelog](CHANGELOG.md) for project history details, too. - -Happy hacking! - -### API - -#### `> parse(txt, ?reviver, ?context=20)` - -Works just like `JSON.parse`, but will include a bit more information when an -error happens. diff --git a/2019-setembro/node_modules/json-parse-better-errors/index.js b/2019-setembro/node_modules/json-parse-better-errors/index.js deleted file mode 100644 index 14644c2..0000000 --- a/2019-setembro/node_modules/json-parse-better-errors/index.js +++ /dev/null @@ -1,38 +0,0 @@ -'use strict' - -module.exports = parseJson -function parseJson (txt, reviver, context) { - context = context || 20 - try { - return JSON.parse(txt, reviver) - } catch (e) { - if (typeof txt !== 'string') { - const isEmptyArray = Array.isArray(txt) && txt.length === 0 - const errorMessage = 'Cannot parse ' + - (isEmptyArray ? 'an empty array' : String(txt)) - throw new TypeError(errorMessage) - } - const syntaxErr = e.message.match(/^Unexpected token.*position\s+(\d+)/i) - const errIdx = syntaxErr - ? +syntaxErr[1] - : e.message.match(/^Unexpected end of JSON.*/i) - ? txt.length - 1 - : null - if (errIdx != null) { - const start = errIdx <= context - ? 0 - : errIdx - context - const end = errIdx + context >= txt.length - ? txt.length - : errIdx + context - e.message += ` while parsing near '${ - start === 0 ? '' : '...' - }${txt.slice(start, end)}${ - end === txt.length ? '' : '...' - }'` - } else { - e.message += ` while parsing '${txt.slice(0, context * 2)}'` - } - throw e - } -} diff --git a/2019-setembro/node_modules/json-parse-better-errors/package.json b/2019-setembro/node_modules/json-parse-better-errors/package.json deleted file mode 100644 index c4c2c20..0000000 --- a/2019-setembro/node_modules/json-parse-better-errors/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "json-parse-better-errors", - "version": "1.0.2", - "description": "JSON.parse with context information on error", - "main": "index.js", - "files": [ - "*.js" - ], - "scripts": { - "prerelease": "npm t", - "postrelease": "npm publish && git push --follow-tags", - "pretest": "standard", - "release": "standard-version -s", - "test": "tap -J --coverage test/*.js", - "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", - "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" - }, - "repository": "https://github.com/zkat/json-parse-better-errors", - "keywords": [ - "JSON", - "parser" - ], - "author": { - "name": "Kat Marchán", - "email": "kzm@zkat.tech", - "twitter": "maybekatz" - }, - "license": "MIT", - "devDependencies": { - "nyc": "^10.3.2", - "standard": "^9.0.2", - "standard-version": "^4.1.0", - "tap": "^10.3.3", - "weallbehave": "^1.2.0", - "weallcontribute": "^1.0.8" - }, - "config": { - "nyc": { - "exclude": [ - "node_modules/**", - "test/**" - ] - } - } -} diff --git a/2019-setembro/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/kind-of/LICENSE deleted file mode 100644 index d734237..0000000 --- a/2019-setembro/node_modules/kind-of/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/kind-of/README.md b/2019-setembro/node_modules/kind-of/README.md deleted file mode 100644 index 6a9df36..0000000 --- a/2019-setembro/node_modules/kind-of/README.md +++ /dev/null @@ -1,261 +0,0 @@ -# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) - -> Get the native type of a value. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save kind-of -``` - -## Install - -Install with [bower](https://bower.io/) - -```sh -$ bower install kind-of --save -``` - -## Usage - -> es5, browser and es6 ready - -```js -var kindOf = require('kind-of'); - -kindOf(undefined); -//=> 'undefined' - -kindOf(null); -//=> 'null' - -kindOf(true); -//=> 'boolean' - -kindOf(false); -//=> 'boolean' - -kindOf(new Boolean(true)); -//=> 'boolean' - -kindOf(new Buffer('')); -//=> 'buffer' - -kindOf(42); -//=> 'number' - -kindOf(new Number(42)); -//=> 'number' - -kindOf('str'); -//=> 'string' - -kindOf(new String('str')); -//=> 'string' - -kindOf(arguments); -//=> 'arguments' - -kindOf({}); -//=> 'object' - -kindOf(Object.create(null)); -//=> 'object' - -kindOf(new Test()); -//=> 'object' - -kindOf(new Date()); -//=> 'date' - -kindOf([]); -//=> 'array' - -kindOf([1, 2, 3]); -//=> 'array' - -kindOf(new Array()); -//=> 'array' - -kindOf(/foo/); -//=> 'regexp' - -kindOf(new RegExp('foo')); -//=> 'regexp' - -kindOf(function () {}); -//=> 'function' - -kindOf(function * () {}); -//=> 'function' - -kindOf(new Function()); -//=> 'function' - -kindOf(new Map()); -//=> 'map' - -kindOf(new WeakMap()); -//=> 'weakmap' - -kindOf(new Set()); -//=> 'set' - -kindOf(new WeakSet()); -//=> 'weakset' - -kindOf(Symbol('str')); -//=> 'symbol' - -kindOf(new Int8Array()); -//=> 'int8array' - -kindOf(new Uint8Array()); -//=> 'uint8array' - -kindOf(new Uint8ClampedArray()); -//=> 'uint8clampedarray' - -kindOf(new Int16Array()); -//=> 'int16array' - -kindOf(new Uint16Array()); -//=> 'uint16array' - -kindOf(new Int32Array()); -//=> 'int32array' - -kindOf(new Uint32Array()); -//=> 'uint32array' - -kindOf(new Float32Array()); -//=> 'float32array' - -kindOf(new Float64Array()); -//=> 'float64array' -``` - -## Benchmarks - -Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). -Note that performaces is slower for es6 features `Map`, `WeakMap`, `Set` and `WeakSet`. - -```bash -#1: array - current x 23,329,397 ops/sec ±0.82% (94 runs sampled) - lib-type-of x 4,170,273 ops/sec ±0.55% (94 runs sampled) - lib-typeof x 9,686,935 ops/sec ±0.59% (98 runs sampled) - -#2: boolean - current x 27,197,115 ops/sec ±0.85% (94 runs sampled) - lib-type-of x 3,145,791 ops/sec ±0.73% (97 runs sampled) - lib-typeof x 9,199,562 ops/sec ±0.44% (99 runs sampled) - -#3: date - current x 20,190,117 ops/sec ±0.86% (92 runs sampled) - lib-type-of x 5,166,970 ops/sec ±0.74% (94 runs sampled) - lib-typeof x 9,610,821 ops/sec ±0.50% (96 runs sampled) - -#4: function - current x 23,855,460 ops/sec ±0.60% (97 runs sampled) - lib-type-of x 5,667,740 ops/sec ±0.54% (100 runs sampled) - lib-typeof x 10,010,644 ops/sec ±0.44% (100 runs sampled) - -#5: null - current x 27,061,047 ops/sec ±0.97% (96 runs sampled) - lib-type-of x 13,965,573 ops/sec ±0.62% (97 runs sampled) - lib-typeof x 8,460,194 ops/sec ±0.61% (97 runs sampled) - -#6: number - current x 25,075,682 ops/sec ±0.53% (99 runs sampled) - lib-type-of x 2,266,405 ops/sec ±0.41% (98 runs sampled) - lib-typeof x 9,821,481 ops/sec ±0.45% (99 runs sampled) - -#7: object - current x 3,348,980 ops/sec ±0.49% (99 runs sampled) - lib-type-of x 3,245,138 ops/sec ±0.60% (94 runs sampled) - lib-typeof x 9,262,952 ops/sec ±0.59% (99 runs sampled) - -#8: regex - current x 21,284,827 ops/sec ±0.72% (96 runs sampled) - lib-type-of x 4,689,241 ops/sec ±0.43% (100 runs sampled) - lib-typeof x 8,957,593 ops/sec ±0.62% (98 runs sampled) - -#9: string - current x 25,379,234 ops/sec ±0.58% (96 runs sampled) - lib-type-of x 3,635,148 ops/sec ±0.76% (93 runs sampled) - lib-typeof x 9,494,134 ops/sec ±0.49% (98 runs sampled) - -#10: undef - current x 27,459,221 ops/sec ±1.01% (93 runs sampled) - lib-type-of x 14,360,433 ops/sec ±0.52% (99 runs sampled) - lib-typeof x 23,202,868 ops/sec ±0.59% (94 runs sampled) - -``` - -## Optimizations - -In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: - -1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. -2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. -3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` - -## About - -### Related projects - -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") -* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 59 | [jonschlinkert](https://github.com/jonschlinkert) | -| 2 | [miguelmota](https://github.com/miguelmota) | -| 1 | [dtothefp](https://github.com/dtothefp) | -| 1 | [ksheedlo](https://github.com/ksheedlo) | -| 1 | [pdehaan](https://github.com/pdehaan) | -| 1 | [laggingreflex](https://github.com/laggingreflex) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 16, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/kind-of/index.js b/2019-setembro/node_modules/kind-of/index.js deleted file mode 100644 index b52c291..0000000 --- a/2019-setembro/node_modules/kind-of/index.js +++ /dev/null @@ -1,116 +0,0 @@ -var isBuffer = require('is-buffer'); -var toString = Object.prototype.toString; - -/** - * Get the native `typeof` a value. - * - * @param {*} `val` - * @return {*} Native javascript type - */ - -module.exports = function kindOf(val) { - // primitivies - if (typeof val === 'undefined') { - return 'undefined'; - } - if (val === null) { - return 'null'; - } - if (val === true || val === false || val instanceof Boolean) { - return 'boolean'; - } - if (typeof val === 'string' || val instanceof String) { - return 'string'; - } - if (typeof val === 'number' || val instanceof Number) { - return 'number'; - } - - // functions - if (typeof val === 'function' || val instanceof Function) { - return 'function'; - } - - // array - if (typeof Array.isArray !== 'undefined' && Array.isArray(val)) { - return 'array'; - } - - // check for instances of RegExp and Date before calling `toString` - if (val instanceof RegExp) { - return 'regexp'; - } - if (val instanceof Date) { - return 'date'; - } - - // other objects - var type = toString.call(val); - - if (type === '[object RegExp]') { - return 'regexp'; - } - if (type === '[object Date]') { - return 'date'; - } - if (type === '[object Arguments]') { - return 'arguments'; - } - if (type === '[object Error]') { - return 'error'; - } - - // buffer - if (isBuffer(val)) { - return 'buffer'; - } - - // es6: Map, WeakMap, Set, WeakSet - if (type === '[object Set]') { - return 'set'; - } - if (type === '[object WeakSet]') { - return 'weakset'; - } - if (type === '[object Map]') { - return 'map'; - } - if (type === '[object WeakMap]') { - return 'weakmap'; - } - if (type === '[object Symbol]') { - return 'symbol'; - } - - // typed arrays - if (type === '[object Int8Array]') { - return 'int8array'; - } - if (type === '[object Uint8Array]') { - return 'uint8array'; - } - if (type === '[object Uint8ClampedArray]') { - return 'uint8clampedarray'; - } - if (type === '[object Int16Array]') { - return 'int16array'; - } - if (type === '[object Uint16Array]') { - return 'uint16array'; - } - if (type === '[object Int32Array]') { - return 'int32array'; - } - if (type === '[object Uint32Array]') { - return 'uint32array'; - } - if (type === '[object Float32Array]') { - return 'float32array'; - } - if (type === '[object Float64Array]') { - return 'float64array'; - } - - // must be a plain object - return 'object'; -}; diff --git a/2019-setembro/node_modules/kind-of/package.json b/2019-setembro/node_modules/kind-of/package.json deleted file mode 100644 index 5de879e..0000000 --- a/2019-setembro/node_modules/kind-of/package.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "kind-of", - "description": "Get the native type of a value.", - "version": "3.2.2", - "homepage": "https://github.com/jonschlinkert/kind-of", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "David Fox-Powell (https://dtothefp.github.io/me)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Ken Sheedlo (kensheedlo.com)", - "laggingreflex (https://github.com/laggingreflex)", - "Miguel Mota (https://miguelmota.com)", - "Peter deHaan (http://about.me/peterdehaan)" - ], - "repository": "jonschlinkert/kind-of", - "bugs": { - "url": "https://github.com/jonschlinkert/kind-of/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha", - "prepublish": "browserify -o browser.js -e index.js -s index --bare" - }, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "devDependencies": { - "ansi-bold": "^0.1.1", - "benchmarked": "^1.0.0", - "browserify": "^14.3.0", - "glob": "^7.1.1", - "gulp-format-md": "^0.1.12", - "mocha": "^3.3.0", - "type-of": "^2.0.1", - "typeof": "^1.0.0" - }, - "keywords": [ - "arguments", - "array", - "boolean", - "check", - "date", - "function", - "is", - "is-type", - "is-type-of", - "kind", - "kind-of", - "number", - "object", - "of", - "regexp", - "string", - "test", - "type", - "type-of", - "typeof", - "types" - ], - "verb": { - "related": { - "list": [ - "is-glob", - "is-number", - "is-primitive" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "reflinks": [ - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/kleur/index.js b/2019-setembro/node_modules/kleur/index.js deleted file mode 100644 index 0bc6ec9..0000000 --- a/2019-setembro/node_modules/kleur/index.js +++ /dev/null @@ -1,104 +0,0 @@ -'use strict'; - -const { FORCE_COLOR, NODE_DISABLE_COLORS, TERM } = process.env; - -const $ = { - enabled: !NODE_DISABLE_COLORS && TERM !== 'dumb' && FORCE_COLOR !== '0', - - // modifiers - reset: init(0, 0), - bold: init(1, 22), - dim: init(2, 22), - italic: init(3, 23), - underline: init(4, 24), - inverse: init(7, 27), - hidden: init(8, 28), - strikethrough: init(9, 29), - - // colors - black: init(30, 39), - red: init(31, 39), - green: init(32, 39), - yellow: init(33, 39), - blue: init(34, 39), - magenta: init(35, 39), - cyan: init(36, 39), - white: init(37, 39), - gray: init(90, 39), - grey: init(90, 39), - - // background colors - bgBlack: init(40, 49), - bgRed: init(41, 49), - bgGreen: init(42, 49), - bgYellow: init(43, 49), - bgBlue: init(44, 49), - bgMagenta: init(45, 49), - bgCyan: init(46, 49), - bgWhite: init(47, 49) -}; - -function run(arr, str) { - let i=0, tmp, beg='', end=''; - for (; i < arr.length; i++) { - tmp = arr[i]; - beg += tmp.open; - end += tmp.close; - if (str.includes(tmp.close)) { - str = str.replace(tmp.rgx, tmp.close + tmp.open); - } - } - return beg + str + end; -} - -function chain(has, keys) { - let ctx = { has, keys }; - - ctx.reset = $.reset.bind(ctx); - ctx.bold = $.bold.bind(ctx); - ctx.dim = $.dim.bind(ctx); - ctx.italic = $.italic.bind(ctx); - ctx.underline = $.underline.bind(ctx); - ctx.inverse = $.inverse.bind(ctx); - ctx.hidden = $.hidden.bind(ctx); - ctx.strikethrough = $.strikethrough.bind(ctx); - - ctx.black = $.black.bind(ctx); - ctx.red = $.red.bind(ctx); - ctx.green = $.green.bind(ctx); - ctx.yellow = $.yellow.bind(ctx); - ctx.blue = $.blue.bind(ctx); - ctx.magenta = $.magenta.bind(ctx); - ctx.cyan = $.cyan.bind(ctx); - ctx.white = $.white.bind(ctx); - ctx.gray = $.gray.bind(ctx); - ctx.grey = $.grey.bind(ctx); - - ctx.bgBlack = $.bgBlack.bind(ctx); - ctx.bgRed = $.bgRed.bind(ctx); - ctx.bgGreen = $.bgGreen.bind(ctx); - ctx.bgYellow = $.bgYellow.bind(ctx); - ctx.bgBlue = $.bgBlue.bind(ctx); - ctx.bgMagenta = $.bgMagenta.bind(ctx); - ctx.bgCyan = $.bgCyan.bind(ctx); - ctx.bgWhite = $.bgWhite.bind(ctx); - - return ctx; -} - -function init(open, close) { - let blk = { - open: `\x1b[${open}m`, - close: `\x1b[${close}m`, - rgx: new RegExp(`\\x1b\\[${close}m`, 'g') - }; - return function (txt) { - if (this !== void 0 && this.has !== void 0) { - this.has.includes(open) || (this.has.push(open),this.keys.push(blk)); - return txt === void 0 ? this : $.enabled ? run(this.keys, txt+'') : txt+''; - } - return txt === void 0 ? chain([open], [blk]) : $.enabled ? run([blk], txt+'') : txt+''; - }; -} - -module.exports = $; diff --git a/2019-setembro/node_modules/kleur/kleur.d.ts b/2019-setembro/node_modules/kleur/kleur.d.ts deleted file mode 100644 index fdc26ca..0000000 --- a/2019-setembro/node_modules/kleur/kleur.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -// Originally by: Rogier Schouten -// Adapted by: Madhav Varshney -declare namespace kleur { - interface Color { - (x: string | number): string; - (): Kleur; - } - - interface Kleur { - // Colors - black: Color; - red: Color; - green: Color; - yellow: Color; - blue: Color; - magenta: Color; - cyan: Color; - white: Color; - gray: Color; - grey: Color; - - // Backgrounds - bgBlack: Color; - bgRed: Color; - bgGreen: Color; - bgYellow: Color; - bgBlue: Color; - bgMagenta: Color; - bgCyan: Color; - bgWhite: Color; - - // Modifiers - reset: Color; - bold: Color; - dim: Color; - italic: Color; - underline: Color; - inverse: Color; - hidden: Color; - strikethrough: Color; - } -} - -declare let kleur: kleur.Kleur & { enabled: boolean }; -export = kleur; diff --git a/2019-setembro/node_modules/kleur/license b/2019-setembro/node_modules/kleur/license deleted file mode 100644 index a3f96f8..0000000 --- a/2019-setembro/node_modules/kleur/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Luke Edwards (lukeed.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/kleur/package.json b/2019-setembro/node_modules/kleur/package.json deleted file mode 100644 index a81931e..0000000 --- a/2019-setembro/node_modules/kleur/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "kleur", - "version": "3.0.3", - "repository": "lukeed/kleur", - "description": "The fastest Node.js library for formatting terminal text with ANSI colors~!", - "license": "MIT", - "files": [ - "*.js", - "*.d.ts" - ], - "author": { - "name": "Luke Edwards", - "email": "luke.edwards05@gmail.com", - "url": "lukeed.com" - }, - "scripts": { - "test": "tape test/*.js | tap-spec" - }, - "engines": { - "node": ">=6" - }, - "keywords": [ - "ansi", - "cli", - "color", - "colors", - "console", - "terminal" - ], - "types": "kleur.d.ts", - "devDependencies": { - "tap-spec": "^5.0.0", - "tape": "^4.9.1" - } -} diff --git a/2019-setembro/node_modules/kleur/readme.md b/2019-setembro/node_modules/kleur/readme.md deleted file mode 100644 index 6926f1e..0000000 --- a/2019-setembro/node_modules/kleur/readme.md +++ /dev/null @@ -1,172 +0,0 @@ -
    - kleur -
    - - - -
    The fastest Node.js library for formatting terminal text with ANSI colors~!
    - -## Features - -* No dependencies -* Super [lightweight](#load-time) & [performant](#performance) -* Supports [nested](#nested-methods) & [chained](#chained-methods) colors -* No `String.prototype` modifications -* Conditional [color support](#conditional-support) -* Familiar [API](#api) - ---- - -As of `v3.0` the Chalk-style syntax (magical getter) is no longer used.
    If you need or require that syntax, consider using [`ansi-colors`](https://github.com/doowb/ansi-colors), which maintains `chalk` parity. - ---- - - -## Install - -``` -$ npm install --save kleur -``` - - -## Usage - -```js -const { red, white, blue, bold } = require('kleur'); - -// basic usage -red('red text'); - -// chained methods -blue().bold().underline('howdy partner'); - -// nested methods -bold(`${ white().bgRed('[ERROR]') } ${ red().italic('Something happened')}`); -``` - -### Chained Methods - -```js -console.log(bold().red('this is a bold red message')); -console.log(bold().italic('this is a bold italicized message')); -console.log(bold().yellow().bgRed().italic('this is a bold yellow italicized message')); -console.log(green().bold().underline('this is a bold green underlined message')); -``` - - - -### Nested Methods - -```js -const { yellow, red, cyan } = require('kleur'); - -console.log(yellow(`foo ${red().bold('red')} bar ${cyan('cyan')} baz`)); -console.log(yellow('foo ' + red().bold('red') + ' bar ' + cyan('cyan') + ' baz')); -``` - - - - -### Conditional Support - -Toggle color support as needed; `kleur` includes simple auto-detection which may not cover all cases. - -```js -const kleur = require('kleur'); - -// manually disable -kleur.enabled = false; - -// or use another library to detect support -kleur.enabled = require('color-support').level; - -console.log(kleur.red('I will only be colored red if the terminal supports colors')); -``` - - -## API - -Any `kleur` method returns a `String` when invoked with input; otherwise chaining is expected. - -> It's up to the developer to pass the output to destinations like `console.log`, `process.stdout.write`, etc. - -The methods below are grouped by type for legibility purposes only. They each can be [chained](#chained-methods) or [nested](#nested-methods) with one another. - -***Colors:*** -> black — red — green — yellow — blue — magenta — cyan — white — gray — grey - -***Backgrounds:*** -> bgBlack — bgRed — bgGreen — bgYellow — bgBlue — bgMagenta — bgCyan — bgWhite - -***Modifiers:*** -> reset — bold — dim — italic* — underline — inverse — hidden — strikethrough* - -* Not widely supported - - -## Benchmarks - -> Using Node v10.13.0 - -### Load time - -``` -chalk :: 14.543ms -kleur :: 0.474ms -ansi-colors :: 1.923ms -``` - -### Performance - -``` -# All Colors - ansi-colors x 199,381 ops/sec ±1.04% (96 runs sampled) - chalk x 12,107 ops/sec ±2.07% (87 runs sampled) - kleur x 715,334 ops/sec ±0.30% (93 runs sampled) - -# Stacked colors - ansi-colors x 24,494 ops/sec ±1.03% (93 runs sampled) - chalk x 2,650 ops/sec ±2.06% (85 runs sampled) - kleur x 75,798 ops/sec ±0.19% (97 runs sampled) - -# Nested colors - ansi-colors x 77,766 ops/sec ±0.32% (94 runs sampled) - chalk x 5,596 ops/sec ±1.85% (86 runs sampled) - kleur x 137,660 ops/sec ±0.31% (93 runs sampled) -``` - - -## Credits - -This project originally forked [Brian Woodward](https://github.com/doowb)'s awesome [`ansi-colors`](https://github.com/doowb/ansi-colors) library. - -Beginning with `kleur@3.0`, the Chalk-style syntax (magical getter) has been replaced with function calls per key: - -```js -// Old: -c.red.bold.underline('old'); - -// New: -c.red().bold().underline('new'); -``` -> As I work more with Rust, the newer syntax feels so much better & more natural! - -If you prefer the old syntax, you may migrate to `ansi-colors`. Versions below `kleur@3.0` have been deprecated. - - -## License - -MIT © [Luke Edwards](https://lukeed.com) diff --git a/2019-setembro/node_modules/livereload/.github/ISSUE_TEMPLATE b/2019-setembro/node_modules/livereload/.github/ISSUE_TEMPLATE deleted file mode 100644 index ae3f637..0000000 --- a/2019-setembro/node_modules/livereload/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,28 +0,0 @@ - - -## What version of Livereload are you using? - - - -## What OS are you using? - - - -## What web browser are you using? (Browser name and specific version please) - -## Expected result - - - -## Actual result - - - -## Steps to reproduce issue - - - -## Why is this important? - - diff --git a/2019-setembro/node_modules/livereload/.travis.yml b/2019-setembro/node_modules/livereload/.travis.yml deleted file mode 100644 index 8a4430d..0000000 --- a/2019-setembro/node_modules/livereload/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: node_js -node_js: - - "6" - - "8" - - "11" - - diff --git a/2019-setembro/node_modules/livereload/Cakefile b/2019-setembro/node_modules/livereload/Cakefile deleted file mode 100644 index e289fba..0000000 --- a/2019-setembro/node_modules/livereload/Cakefile +++ /dev/null @@ -1,8 +0,0 @@ -{spawn} = require 'child_process' -task 'build', "Build CoffeeScript source file", -> - coffee = spawn 'coffee', ['-c', 'lib'] - coffee.stdout.on 'data', (data) -> console.log data.toString().trim() - -task 'watch', 'Build CoffeeScript source files continously', -> - coffee = spawn 'coffee', ['-cw', 'lib'] - coffee.stdout.on 'data', (data) -> console.log data.toString().trim() diff --git a/2019-setembro/node_modules/livereload/LICENSE b/2019-setembro/node_modules/livereload/LICENSE deleted file mode 100644 index 4eb22c4..0000000 --- a/2019-setembro/node_modules/livereload/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2010 Joshua Peek - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/livereload/README.md b/2019-setembro/node_modules/livereload/README.md deleted file mode 100644 index 614a805..0000000 --- a/2019-setembro/node_modules/livereload/README.md +++ /dev/null @@ -1,226 +0,0 @@ -node-livereload -=============== - -![Build status](https://travis-ci.org/napcs/node-livereload.svg?branch=master) - -An implementation of the LiveReload server in Node.js. It's an alternative to the graphical [http://livereload.com/](http://livereload.com/) application, which monitors files for changes and reloads your web browser. - -## Usage - -You can use this by using the official browser extension or by adding JavaScript code to your page. - -## Method 1: Use Browser Extension - -Install the LiveReload browser plugins by visiting [http://help.livereload.com/kb/general-use/browser-extensions](http://help.livereload.com/kb/general-use/browser-extensions). - -**Note**: Only Google Chrome supports viewing `file:///` URLS, and you have to specifically enable it. If you are using other browsers and want to use `file:///` URLs, add the JS code to the page as shown in the next section. - -Once you have the plugin installed, start `livereload`. Then, in the browser, click the LiveReload icon to connect the browser to the server. - -### Method 2: Add code to page - -Add this code: - -```html - -``` - -Note: If you are using a different port other than `35729` you will -need to change the above script. - -## Running LiveReload - -You can run LiveReload two ways: using the CLI application or by writing your own server using the API. - -### Method 1: Using the Command line Interface - -To use livereload from the command line: - -```sh -$ npm install -g livereload -$ livereload [path] -``` - -The commandline options are - -* `-p` or `--port` to specify the listening port -* `-d` or `--debug` to show debug messages when the browser reloads. -* `-e` or `--exts` to specify extentions that you want to observe. Example: ` -e 'jade,scss'`. Removes the default extensions. -* `-ee` or `--extraExts` to include additional extentions that you want to observe. Example: ` -ee 'jade,scss'`. -* `-x` or `--exclusions` to specify additional exclusion patterns. Example: `-x html, images/` -* `-u` or `--usepolling` to poll for file system changes. Set this to true to successfully watch files over a network. -* `-w` or `--wait` to add a delay (in miliseconds) between when livereload detects a change to the filesystem and when it notifies the browser - -Specify the path when using the options. - -```sh -$ livereload . -w 1000 -d -``` - - -## Option 2: From within your own project - -To use the api within a project: - -```sh -$ npm install livereload --save -``` - -Then, create a server and fire it up. - -```js -var livereload = require('livereload'); -var server = livereload.createServer(); -server.watch(__dirname + "/public"); -``` - -You can also use this with a Connect server. Here's an example of a simple server -using `connect` and a few other modules just to give you an idea: - -```js -var connect = require('connect'); -var compiler = require('connect-compiler'); -var static = require('serve-static'); - -var server = connect(); - -server.use( - compiler({ - enabled : [ 'coffee', 'uglify' ], - src : 'src', - dest : 'public' - }) -); - -server.use( static(__dirname + '/public')); - -server.listen(3000); - -var livereload = require('livereload'); -var lrserver = livereload.createServer(); -lrserver.watch(__dirname + "/public"); -``` - -You can then start up the server which will listen on port `3000`. - -### Server API - -The `createServer()` method accepts two arguments. - -The first are some configuration options, passed as a JavaScript object: - -* `https` is an optional object of options to be passed to [https.createServer](http://nodejs.org/api/https.html#https_https_createserver_options_requestlistener) (if not provided, `http.createServer` is used instead) -* `port` is the listening port. It defaults to `35729` which is what the LiveReload extensions use currently. -* `exts` is an array of extensions you want to observe. This overrides the default extensions of `[`html`, `css`, `js`, `png`, `gif`, `jpg`, `php`, `php5`, `py`, `rb`, `erb`, `coffee`]`. -* `extraExts` is an array of extensions you want to observe. The default extensions are `[`html`, `css`, `js`, `png`, `gif`, `jpg`, `php`, `php5`, `py`, `rb`, `erb`, `coffee`]`. -* `applyCSSLive` tells LiveReload to reload CSS files in the background instead of refreshing the page. The default for this is `true`. -* `applyImgLive` tells LiveReload to reload image files in the background instead of refreshing the page. The default for this is `true`. Namely for these extensions: jpg, jpeg, png, gif -* `exclusions` lets you specify files to ignore. By default, this includes `.git/`, `.svn/`, and `.hg/` -* `originalPath` Set URL you use for development, e.g 'http:/domain.com', then LiveReload will proxy this url to local path. -* `overrideURL` lets you specify a different host for CSS files. This lets you edit local CSS files but view a live site. See for details. -* `usePolling` Poll for file system changes. Set this to `true` to successfully watch files over a network. -* `delay` add a delay (in miliseconds) between when livereload detects a change to the filesystem and when it notifies the browser. Useful if the browser is reloading/refreshing before a file has been compiled, for example, by browserify. -* `noListen` Pass as `true` to indicate that the websocket server should not be started automatically. (useful if you want to start it yourself later) - -The second argument is an optional `callback` that will be sent to the LiveReload server and called for the `listening` event. (ie: when the server is ready to start accepting connections) - -## Watching multiple paths: - -Passing an array of paths or glob patterns will allow you to watch multiple directories. All directories have the same configuration options. - -```js -server.watch([__dirname + "/js", __dirname + "/css"]); -``` - -Command line: - -```sh -$ livereload "path1, path2, path3" -``` - -## Using the `originalPath` option - -You can map local CSS files to a remote URL. If your HTML file specifies live CSS files at `example.com` like this: - -```html - - - - -``` - -Then you can tell livereload to substitute a local CSS file instead: - -```js -// server.js -var server = livereload.createServer({ - originalPath: "http://domain.com" -}); -server.watch('/User/Workspace/test'); -``` - -Then run the server: - -`$ node server.js` - - -When `/User/Workspace/test/css/style.css` is modified, the stylesheet will be reloaded on the page. - - -# Changelog - -### 0.8.0 -* Update bundled Livereload.js file to v3.0.0 -* Update deps to close security vulnerabilities - -### 0.7.0 -* Updates bundled Livereload.js file to v2.3.0 to fix console error. -* BREAKING CHANGE: The `exts` and `e` options now **replace** the default extensions. -* Adds the `extraExts` and `ee` options to preserve the old behavior of adding extensions to watch. -* You can now use `server.on 'error'` in your code to catch the "port in use" message gracefully. The CLI now handles this nicely as well. - -### 0.6.3 -* Updated to use Chokidar 1.7, which hopefully fixes some memory issues. -* BUGFIX: Check to see if a `watcher` object is actually defined before attempting to close. -* Added deprecation warning for `exts` option. In the next version, extensions you specify on the command line will OVERRIDE the default extensions. We'll add a new option for adding your exts to the defaults. -* Modified CLI so it trims spaces from the extensions in the array, just in case you put spaces between the commas. - -### 0.6.2 -* CLI now properly splits extension list. Previous versions appended a blank entry to the list of extensions. -* CLI now requires extensions to be comma separated instead of space separated. -* Added extra debugging info (protocol version, watched directory, extensions, and exclusions). -* Cleaned up some inconsistencies in the code. - -### 0.6.1 -* Fix default exclusions regex - -### 0.6.0 -* Implements LiveReload protocol v7 so browser plugins work again. -* Removes support for protocol v6 -* Introduces `noListen` option -* Introduces optional callback which will be invoked when the LiveReload server is listening - -### 0.5.0 -* Updated `ws` library -* Fix issues with exclusions -* Allow watching multiple paths from CLI -* Added `delay` option - -### 0.4.1 -* Remove some bad JS code - * -### 0.4.0 -* Rewritten using Chokidar library and `ws` library -* Added `usePolling` option -* Added support for specifying additional extensions from the CLI - -Older version history not kept. - -# License - -Copyright (c) 2010-2019 Brian P. Hogan and Joshua Peek - -Released under the MIT license. See `LICENSE` for details. diff --git a/2019-setembro/node_modules/livereload/bin/livereload.js b/2019-setembro/node_modules/livereload/bin/livereload.js deleted file mode 100755 index bb78045..0000000 --- a/2019-setembro/node_modules/livereload/bin/livereload.js +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env node -require('../lib/command').run(); - diff --git a/2019-setembro/node_modules/livereload/examples/index.html b/2019-setembro/node_modules/livereload/examples/index.html deleted file mode 100644 index f69e8e6..0000000 --- a/2019-setembro/node_modules/livereload/examples/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - title - - - - test - - - - diff --git a/2019-setembro/node_modules/livereload/examples/server.js b/2019-setembro/node_modules/livereload/examples/server.js deleted file mode 100644 index 123b88c..0000000 --- a/2019-setembro/node_modules/livereload/examples/server.js +++ /dev/null @@ -1,24 +0,0 @@ -const LiveReload = require('../lib/livereload'); - -const extensionsToWatch = [ - 'md', - 'text' -]; - -const liveReloadServer = LiveReload.createServer({ - port: 35729, - debug: true, - exts: extensionsToWatch -}); - -// Listen for errors -/* -liveReloadServer.on('error', (err) => { - if(err.code == "EADDRINUSE") { - console.log("The port LiveReload wants to use is used by something else."); - process.exit(1); - } -}); -*/ - -liveReloadServer.watch(__dirname); diff --git a/2019-setembro/node_modules/livereload/ext/livereload.js b/2019-setembro/node_modules/livereload/ext/livereload.js deleted file mode 100644 index 675ba3e..0000000 --- a/2019-setembro/node_modules/livereload/ext/livereload.js +++ /dev/null @@ -1,1952 +0,0 @@ -(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i Array#indexOf -// true -> Array#includes -var toIObject = require('./_to-iobject'); -var toLength = require('./_to-length'); -var toAbsoluteIndex = require('./_to-absolute-index'); -module.exports = function (IS_INCLUDES) { - return function ($this, el, fromIndex) { - var O = toIObject($this); - var length = toLength(O.length); - var index = toAbsoluteIndex(fromIndex, length); - var value; - // Array#includes uses SameValueZero equality algorithm - // eslint-disable-next-line no-self-compare - if (IS_INCLUDES && el != el) while (length > index) { - value = O[index++]; - // eslint-disable-next-line no-self-compare - if (value != value) return true; - // Array#indexOf ignores holes, Array#includes - not - } else for (;length > index; index++) if (IS_INCLUDES || index in O) { - if (O[index] === el) return IS_INCLUDES || index || 0; - } return !IS_INCLUDES && -1; - }; -}; - -},{"./_to-absolute-index":38,"./_to-iobject":40,"./_to-length":41}],5:[function(require,module,exports){ -var toString = {}.toString; - -module.exports = function (it) { - return toString.call(it).slice(8, -1); -}; - -},{}],6:[function(require,module,exports){ -var core = module.exports = { version: '2.6.5' }; -if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef - -},{}],7:[function(require,module,exports){ -// optional / simple context binding -var aFunction = require('./_a-function'); -module.exports = function (fn, that, length) { - aFunction(fn); - if (that === undefined) return fn; - switch (length) { - case 1: return function (a) { - return fn.call(that, a); - }; - case 2: return function (a, b) { - return fn.call(that, a, b); - }; - case 3: return function (a, b, c) { - return fn.call(that, a, b, c); - }; - } - return function (/* ...args */) { - return fn.apply(that, arguments); - }; -}; - -},{"./_a-function":1}],8:[function(require,module,exports){ -// 7.2.1 RequireObjectCoercible(argument) -module.exports = function (it) { - if (it == undefined) throw TypeError("Can't call method on " + it); - return it; -}; - -},{}],9:[function(require,module,exports){ -// Thank's IE8 for his funny defineProperty -module.exports = !require('./_fails')(function () { - return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7; -}); - -},{"./_fails":13}],10:[function(require,module,exports){ -var isObject = require('./_is-object'); -var document = require('./_global').document; -// typeof document.createElement is 'object' in old IE -var is = isObject(document) && isObject(document.createElement); -module.exports = function (it) { - return is ? document.createElement(it) : {}; -}; - -},{"./_global":15,"./_is-object":21}],11:[function(require,module,exports){ -// IE 8- don't enum bug keys -module.exports = ( - 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf' -).split(','); - -},{}],12:[function(require,module,exports){ -var global = require('./_global'); -var core = require('./_core'); -var hide = require('./_hide'); -var redefine = require('./_redefine'); -var ctx = require('./_ctx'); -var PROTOTYPE = 'prototype'; - -var $export = function (type, name, source) { - var IS_FORCED = type & $export.F; - var IS_GLOBAL = type & $export.G; - var IS_STATIC = type & $export.S; - var IS_PROTO = type & $export.P; - var IS_BIND = type & $export.B; - var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE]; - var exports = IS_GLOBAL ? core : core[name] || (core[name] = {}); - var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {}); - var key, own, out, exp; - if (IS_GLOBAL) source = name; - for (key in source) { - // contains in native - own = !IS_FORCED && target && target[key] !== undefined; - // export native or passed - out = (own ? target : source)[key]; - // bind timers to global for call from export context - exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out; - // extend global - if (target) redefine(target, key, out, type & $export.U); - // export - if (exports[key] != out) hide(exports, key, exp); - if (IS_PROTO && expProto[key] != out) expProto[key] = out; - } -}; -global.core = core; -// type bitmap -$export.F = 1; // forced -$export.G = 2; // global -$export.S = 4; // static -$export.P = 8; // proto -$export.B = 16; // bind -$export.W = 32; // wrap -$export.U = 64; // safe -$export.R = 128; // real proto method for `library` -module.exports = $export; - -},{"./_core":6,"./_ctx":7,"./_global":15,"./_hide":17,"./_redefine":34}],13:[function(require,module,exports){ -module.exports = function (exec) { - try { - return !!exec(); - } catch (e) { - return true; - } -}; - -},{}],14:[function(require,module,exports){ -module.exports = require('./_shared')('native-function-to-string', Function.toString); - -},{"./_shared":37}],15:[function(require,module,exports){ -// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 -var global = module.exports = typeof window != 'undefined' && window.Math == Math - ? window : typeof self != 'undefined' && self.Math == Math ? self - // eslint-disable-next-line no-new-func - : Function('return this')(); -if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef - -},{}],16:[function(require,module,exports){ -var hasOwnProperty = {}.hasOwnProperty; -module.exports = function (it, key) { - return hasOwnProperty.call(it, key); -}; - -},{}],17:[function(require,module,exports){ -var dP = require('./_object-dp'); -var createDesc = require('./_property-desc'); -module.exports = require('./_descriptors') ? function (object, key, value) { - return dP.f(object, key, createDesc(1, value)); -} : function (object, key, value) { - object[key] = value; - return object; -}; - -},{"./_descriptors":9,"./_object-dp":28,"./_property-desc":33}],18:[function(require,module,exports){ -var document = require('./_global').document; -module.exports = document && document.documentElement; - -},{"./_global":15}],19:[function(require,module,exports){ -module.exports = !require('./_descriptors') && !require('./_fails')(function () { - return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7; -}); - -},{"./_descriptors":9,"./_dom-create":10,"./_fails":13}],20:[function(require,module,exports){ -// fallback for non-array-like ES3 and non-enumerable old V8 strings -var cof = require('./_cof'); -// eslint-disable-next-line no-prototype-builtins -module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) { - return cof(it) == 'String' ? it.split('') : Object(it); -}; - -},{"./_cof":5}],21:[function(require,module,exports){ -module.exports = function (it) { - return typeof it === 'object' ? it !== null : typeof it === 'function'; -}; - -},{}],22:[function(require,module,exports){ -'use strict'; -var create = require('./_object-create'); -var descriptor = require('./_property-desc'); -var setToStringTag = require('./_set-to-string-tag'); -var IteratorPrototype = {}; - -// 25.1.2.1.1 %IteratorPrototype%[@@iterator]() -require('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; }); - -module.exports = function (Constructor, NAME, next) { - Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) }); - setToStringTag(Constructor, NAME + ' Iterator'); -}; - -},{"./_hide":17,"./_object-create":27,"./_property-desc":33,"./_set-to-string-tag":35,"./_wks":45}],23:[function(require,module,exports){ -'use strict'; -var LIBRARY = require('./_library'); -var $export = require('./_export'); -var redefine = require('./_redefine'); -var hide = require('./_hide'); -var Iterators = require('./_iterators'); -var $iterCreate = require('./_iter-create'); -var setToStringTag = require('./_set-to-string-tag'); -var getPrototypeOf = require('./_object-gpo'); -var ITERATOR = require('./_wks')('iterator'); -var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next` -var FF_ITERATOR = '@@iterator'; -var KEYS = 'keys'; -var VALUES = 'values'; - -var returnThis = function () { return this; }; - -module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { - $iterCreate(Constructor, NAME, next); - var getMethod = function (kind) { - if (!BUGGY && kind in proto) return proto[kind]; - switch (kind) { - case KEYS: return function keys() { return new Constructor(this, kind); }; - case VALUES: return function values() { return new Constructor(this, kind); }; - } return function entries() { return new Constructor(this, kind); }; - }; - var TAG = NAME + ' Iterator'; - var DEF_VALUES = DEFAULT == VALUES; - var VALUES_BUG = false; - var proto = Base.prototype; - var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT]; - var $default = $native || getMethod(DEFAULT); - var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined; - var $anyNative = NAME == 'Array' ? proto.entries || $native : $native; - var methods, key, IteratorPrototype; - // Fix native - if ($anyNative) { - IteratorPrototype = getPrototypeOf($anyNative.call(new Base())); - if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) { - // Set @@toStringTag to native iterators - setToStringTag(IteratorPrototype, TAG, true); - // fix for some old engines - if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis); - } - } - // fix Array#{values, @@iterator}.name in V8 / FF - if (DEF_VALUES && $native && $native.name !== VALUES) { - VALUES_BUG = true; - $default = function values() { return $native.call(this); }; - } - // Define iterator - if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) { - hide(proto, ITERATOR, $default); - } - // Plug for library - Iterators[NAME] = $default; - Iterators[TAG] = returnThis; - if (DEFAULT) { - methods = { - values: DEF_VALUES ? $default : getMethod(VALUES), - keys: IS_SET ? $default : getMethod(KEYS), - entries: $entries - }; - if (FORCED) for (key in methods) { - if (!(key in proto)) redefine(proto, key, methods[key]); - } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods); - } - return methods; -}; - -},{"./_export":12,"./_hide":17,"./_iter-create":22,"./_iterators":25,"./_library":26,"./_object-gpo":30,"./_redefine":34,"./_set-to-string-tag":35,"./_wks":45}],24:[function(require,module,exports){ -module.exports = function (done, value) { - return { value: value, done: !!done }; -}; - -},{}],25:[function(require,module,exports){ -module.exports = {}; - -},{}],26:[function(require,module,exports){ -module.exports = false; - -},{}],27:[function(require,module,exports){ -// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties]) -var anObject = require('./_an-object'); -var dPs = require('./_object-dps'); -var enumBugKeys = require('./_enum-bug-keys'); -var IE_PROTO = require('./_shared-key')('IE_PROTO'); -var Empty = function () { /* empty */ }; -var PROTOTYPE = 'prototype'; - -// Create object with fake `null` prototype: use iframe Object with cleared prototype -var createDict = function () { - // Thrash, waste and sodomy: IE GC bug - var iframe = require('./_dom-create')('iframe'); - var i = enumBugKeys.length; - var lt = '<'; - var gt = '>'; - var iframeDocument; - iframe.style.display = 'none'; - require('./_html').appendChild(iframe); - iframe.src = 'javascript:'; // eslint-disable-line no-script-url - // createDict = iframe.contentWindow.Object; - // html.removeChild(iframe); - iframeDocument = iframe.contentWindow.document; - iframeDocument.open(); - iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt); - iframeDocument.close(); - createDict = iframeDocument.F; - while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]]; - return createDict(); -}; - -module.exports = Object.create || function create(O, Properties) { - var result; - if (O !== null) { - Empty[PROTOTYPE] = anObject(O); - result = new Empty(); - Empty[PROTOTYPE] = null; - // add "__proto__" for Object.getPrototypeOf polyfill - result[IE_PROTO] = O; - } else result = createDict(); - return Properties === undefined ? result : dPs(result, Properties); -}; - -},{"./_an-object":3,"./_dom-create":10,"./_enum-bug-keys":11,"./_html":18,"./_object-dps":29,"./_shared-key":36}],28:[function(require,module,exports){ -var anObject = require('./_an-object'); -var IE8_DOM_DEFINE = require('./_ie8-dom-define'); -var toPrimitive = require('./_to-primitive'); -var dP = Object.defineProperty; - -exports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) { - anObject(O); - P = toPrimitive(P, true); - anObject(Attributes); - if (IE8_DOM_DEFINE) try { - return dP(O, P, Attributes); - } catch (e) { /* empty */ } - if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!'); - if ('value' in Attributes) O[P] = Attributes.value; - return O; -}; - -},{"./_an-object":3,"./_descriptors":9,"./_ie8-dom-define":19,"./_to-primitive":43}],29:[function(require,module,exports){ -var dP = require('./_object-dp'); -var anObject = require('./_an-object'); -var getKeys = require('./_object-keys'); - -module.exports = require('./_descriptors') ? Object.defineProperties : function defineProperties(O, Properties) { - anObject(O); - var keys = getKeys(Properties); - var length = keys.length; - var i = 0; - var P; - while (length > i) dP.f(O, P = keys[i++], Properties[P]); - return O; -}; - -},{"./_an-object":3,"./_descriptors":9,"./_object-dp":28,"./_object-keys":32}],30:[function(require,module,exports){ -// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O) -var has = require('./_has'); -var toObject = require('./_to-object'); -var IE_PROTO = require('./_shared-key')('IE_PROTO'); -var ObjectProto = Object.prototype; - -module.exports = Object.getPrototypeOf || function (O) { - O = toObject(O); - if (has(O, IE_PROTO)) return O[IE_PROTO]; - if (typeof O.constructor == 'function' && O instanceof O.constructor) { - return O.constructor.prototype; - } return O instanceof Object ? ObjectProto : null; -}; - -},{"./_has":16,"./_shared-key":36,"./_to-object":42}],31:[function(require,module,exports){ -var has = require('./_has'); -var toIObject = require('./_to-iobject'); -var arrayIndexOf = require('./_array-includes')(false); -var IE_PROTO = require('./_shared-key')('IE_PROTO'); - -module.exports = function (object, names) { - var O = toIObject(object); - var i = 0; - var result = []; - var key; - for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key); - // Don't enum bug & hidden keys - while (names.length > i) if (has(O, key = names[i++])) { - ~arrayIndexOf(result, key) || result.push(key); - } - return result; -}; - -},{"./_array-includes":4,"./_has":16,"./_shared-key":36,"./_to-iobject":40}],32:[function(require,module,exports){ -// 19.1.2.14 / 15.2.3.14 Object.keys(O) -var $keys = require('./_object-keys-internal'); -var enumBugKeys = require('./_enum-bug-keys'); - -module.exports = Object.keys || function keys(O) { - return $keys(O, enumBugKeys); -}; - -},{"./_enum-bug-keys":11,"./_object-keys-internal":31}],33:[function(require,module,exports){ -module.exports = function (bitmap, value) { - return { - enumerable: !(bitmap & 1), - configurable: !(bitmap & 2), - writable: !(bitmap & 4), - value: value - }; -}; - -},{}],34:[function(require,module,exports){ -var global = require('./_global'); -var hide = require('./_hide'); -var has = require('./_has'); -var SRC = require('./_uid')('src'); -var $toString = require('./_function-to-string'); -var TO_STRING = 'toString'; -var TPL = ('' + $toString).split(TO_STRING); - -require('./_core').inspectSource = function (it) { - return $toString.call(it); -}; - -(module.exports = function (O, key, val, safe) { - var isFunction = typeof val == 'function'; - if (isFunction) has(val, 'name') || hide(val, 'name', key); - if (O[key] === val) return; - if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key))); - if (O === global) { - O[key] = val; - } else if (!safe) { - delete O[key]; - hide(O, key, val); - } else if (O[key]) { - O[key] = val; - } else { - hide(O, key, val); - } -// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative -})(Function.prototype, TO_STRING, function toString() { - return typeof this == 'function' && this[SRC] || $toString.call(this); -}); - -},{"./_core":6,"./_function-to-string":14,"./_global":15,"./_has":16,"./_hide":17,"./_uid":44}],35:[function(require,module,exports){ -var def = require('./_object-dp').f; -var has = require('./_has'); -var TAG = require('./_wks')('toStringTag'); - -module.exports = function (it, tag, stat) { - if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag }); -}; - -},{"./_has":16,"./_object-dp":28,"./_wks":45}],36:[function(require,module,exports){ -var shared = require('./_shared')('keys'); -var uid = require('./_uid'); -module.exports = function (key) { - return shared[key] || (shared[key] = uid(key)); -}; - -},{"./_shared":37,"./_uid":44}],37:[function(require,module,exports){ -var core = require('./_core'); -var global = require('./_global'); -var SHARED = '__core-js_shared__'; -var store = global[SHARED] || (global[SHARED] = {}); - -(module.exports = function (key, value) { - return store[key] || (store[key] = value !== undefined ? value : {}); -})('versions', []).push({ - version: core.version, - mode: require('./_library') ? 'pure' : 'global', - copyright: '© 2019 Denis Pushkarev (zloirock.ru)' -}); - -},{"./_core":6,"./_global":15,"./_library":26}],38:[function(require,module,exports){ -var toInteger = require('./_to-integer'); -var max = Math.max; -var min = Math.min; -module.exports = function (index, length) { - index = toInteger(index); - return index < 0 ? max(index + length, 0) : min(index, length); -}; - -},{"./_to-integer":39}],39:[function(require,module,exports){ -// 7.1.4 ToInteger -var ceil = Math.ceil; -var floor = Math.floor; -module.exports = function (it) { - return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it); -}; - -},{}],40:[function(require,module,exports){ -// to indexed object, toObject with fallback for non-array-like ES3 strings -var IObject = require('./_iobject'); -var defined = require('./_defined'); -module.exports = function (it) { - return IObject(defined(it)); -}; - -},{"./_defined":8,"./_iobject":20}],41:[function(require,module,exports){ -// 7.1.15 ToLength -var toInteger = require('./_to-integer'); -var min = Math.min; -module.exports = function (it) { - return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991 -}; - -},{"./_to-integer":39}],42:[function(require,module,exports){ -// 7.1.13 ToObject(argument) -var defined = require('./_defined'); -module.exports = function (it) { - return Object(defined(it)); -}; - -},{"./_defined":8}],43:[function(require,module,exports){ -// 7.1.1 ToPrimitive(input [, PreferredType]) -var isObject = require('./_is-object'); -// instead of the ES6 spec version, we didn't implement @@toPrimitive case -// and the second argument - flag - preferred type is a string -module.exports = function (it, S) { - if (!isObject(it)) return it; - var fn, val; - if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val; - if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val; - if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val; - throw TypeError("Can't convert object to primitive value"); -}; - -},{"./_is-object":21}],44:[function(require,module,exports){ -var id = 0; -var px = Math.random(); -module.exports = function (key) { - return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36)); -}; - -},{}],45:[function(require,module,exports){ -var store = require('./_shared')('wks'); -var uid = require('./_uid'); -var Symbol = require('./_global').Symbol; -var USE_SYMBOL = typeof Symbol == 'function'; - -var $exports = module.exports = function (name) { - return store[name] || (store[name] = - USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name)); -}; - -$exports.store = store; - -},{"./_global":15,"./_shared":37,"./_uid":44}],46:[function(require,module,exports){ -'use strict'; -var addToUnscopables = require('./_add-to-unscopables'); -var step = require('./_iter-step'); -var Iterators = require('./_iterators'); -var toIObject = require('./_to-iobject'); - -// 22.1.3.4 Array.prototype.entries() -// 22.1.3.13 Array.prototype.keys() -// 22.1.3.29 Array.prototype.values() -// 22.1.3.30 Array.prototype[@@iterator]() -module.exports = require('./_iter-define')(Array, 'Array', function (iterated, kind) { - this._t = toIObject(iterated); // target - this._i = 0; // next index - this._k = kind; // kind -// 22.1.5.2.1 %ArrayIteratorPrototype%.next() -}, function () { - var O = this._t; - var kind = this._k; - var index = this._i++; - if (!O || index >= O.length) { - this._t = undefined; - return step(1); - } - if (kind == 'keys') return step(0, index); - if (kind == 'values') return step(0, O[index]); - return step(0, [index, O[index]]); -}, 'values'); - -// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7) -Iterators.Arguments = Iterators.Array; - -addToUnscopables('keys'); -addToUnscopables('values'); -addToUnscopables('entries'); - -},{"./_add-to-unscopables":2,"./_iter-define":23,"./_iter-step":24,"./_iterators":25,"./_to-iobject":40}],47:[function(require,module,exports){ -var $iterators = require('./es6.array.iterator'); -var getKeys = require('./_object-keys'); -var redefine = require('./_redefine'); -var global = require('./_global'); -var hide = require('./_hide'); -var Iterators = require('./_iterators'); -var wks = require('./_wks'); -var ITERATOR = wks('iterator'); -var TO_STRING_TAG = wks('toStringTag'); -var ArrayValues = Iterators.Array; - -var DOMIterables = { - CSSRuleList: true, // TODO: Not spec compliant, should be false. - CSSStyleDeclaration: false, - CSSValueList: false, - ClientRectList: false, - DOMRectList: false, - DOMStringList: false, - DOMTokenList: true, - DataTransferItemList: false, - FileList: false, - HTMLAllCollection: false, - HTMLCollection: false, - HTMLFormElement: false, - HTMLSelectElement: false, - MediaList: true, // TODO: Not spec compliant, should be false. - MimeTypeArray: false, - NamedNodeMap: false, - NodeList: true, - PaintRequestList: false, - Plugin: false, - PluginArray: false, - SVGLengthList: false, - SVGNumberList: false, - SVGPathSegList: false, - SVGPointList: false, - SVGStringList: false, - SVGTransformList: false, - SourceBufferList: false, - StyleSheetList: true, // TODO: Not spec compliant, should be false. - TextTrackCueList: false, - TextTrackList: false, - TouchList: false -}; - -for (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) { - var NAME = collections[i]; - var explicit = DOMIterables[NAME]; - var Collection = global[NAME]; - var proto = Collection && Collection.prototype; - var key; - if (proto) { - if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues); - if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME); - Iterators[NAME] = ArrayValues; - if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true); - } -} - -},{"./_global":15,"./_hide":17,"./_iterators":25,"./_object-keys":32,"./_redefine":34,"./_wks":45,"./es6.array.iterator":46}],48:[function(require,module,exports){ -"use strict"; - -const { - Parser, - PROTOCOL_6, - PROTOCOL_7 -} = require('./protocol'); - -const VERSION = "3.0.0"; - -class Connector { - constructor(options, WebSocket, Timer, handlers) { - this.options = options; - this.WebSocket = WebSocket; - this.Timer = Timer; - this.handlers = handlers; - const path = this.options.path ? "".concat(this.options.path) : 'livereload'; - this._uri = "ws".concat(this.options.https ? 's' : '', "://").concat(this.options.host, ":").concat(this.options.port, "/").concat(path); - this._nextDelay = this.options.mindelay; - this._connectionDesired = false; - this.protocol = 0; - this.protocolParser = new Parser({ - connected: protocol => { - this.protocol = protocol; - - this._handshakeTimeout.stop(); - - this._nextDelay = this.options.mindelay; - this._disconnectionReason = 'broken'; - return this.handlers.connected(this.protocol); - }, - error: e => { - this.handlers.error(e); - return this._closeOnError(); - }, - message: message => { - return this.handlers.message(message); - } - }); - this._handshakeTimeout = new this.Timer(() => { - if (!this._isSocketConnected()) { - return; - } - - this._disconnectionReason = 'handshake-timeout'; - return this.socket.close(); - }); - this._reconnectTimer = new this.Timer(() => { - if (!this._connectionDesired) { - // shouldn't hit this, but just in case - return; - } - - return this.connect(); - }); - this.connect(); - } - - _isSocketConnected() { - return this.socket && this.socket.readyState === this.WebSocket.OPEN; - } - - connect() { - this._connectionDesired = true; - - if (this._isSocketConnected()) { - return; - } // prepare for a new connection - - - this._reconnectTimer.stop(); - - this._disconnectionReason = 'cannot-connect'; - this.protocolParser.reset(); - this.handlers.connecting(); - this.socket = new this.WebSocket(this._uri); - - this.socket.onopen = e => this._onopen(e); - - this.socket.onclose = e => this._onclose(e); - - this.socket.onmessage = e => this._onmessage(e); - - this.socket.onerror = e => this._onerror(e); - } - - disconnect() { - this._connectionDesired = false; - - this._reconnectTimer.stop(); // in case it was running - - - if (!this._isSocketConnected()) { - return; - } - - this._disconnectionReason = 'manual'; - return this.socket.close(); - } - - _scheduleReconnection() { - if (!this._connectionDesired) { - // don't reconnect after manual disconnection - return; - } - - if (!this._reconnectTimer.running) { - this._reconnectTimer.start(this._nextDelay); - - this._nextDelay = Math.min(this.options.maxdelay, this._nextDelay * 2); - } - } - - sendCommand(command) { - if (!this.protocol) { - return; - } - - return this._sendCommand(command); - } - - _sendCommand(command) { - return this.socket.send(JSON.stringify(command)); - } - - _closeOnError() { - this._handshakeTimeout.stop(); - - this._disconnectionReason = 'error'; - return this.socket.close(); - } - - _onopen(e) { - this.handlers.socketConnected(); - this._disconnectionReason = 'handshake-failed'; // start handshake - - const hello = { - command: 'hello', - protocols: [PROTOCOL_6, PROTOCOL_7] - }; - hello.ver = VERSION; - - if (this.options.ext) { - hello.ext = this.options.ext; - } - - if (this.options.extver) { - hello.extver = this.options.extver; - } - - if (this.options.snipver) { - hello.snipver = this.options.snipver; - } - - this._sendCommand(hello); - - return this._handshakeTimeout.start(this.options.handshake_timeout); - } - - _onclose(e) { - this.protocol = 0; - this.handlers.disconnected(this._disconnectionReason, this._nextDelay); - return this._scheduleReconnection(); - } - - _onerror(e) {} - - _onmessage(e) { - return this.protocolParser.process(e.data); - } - -} - -; -exports.Connector = Connector; - -},{"./protocol":53}],49:[function(require,module,exports){ -"use strict"; - -const CustomEvents = { - bind(element, eventName, handler) { - if (element.addEventListener) { - return element.addEventListener(eventName, handler, false); - } else if (element.attachEvent) { - element[eventName] = 1; - return element.attachEvent('onpropertychange', function (event) { - if (event.propertyName === eventName) { - return handler(); - } - }); - } else { - throw new Error("Attempt to attach custom event ".concat(eventName, " to something which isn't a DOMElement")); - } - }, - - fire(element, eventName) { - if (element.addEventListener) { - const event = document.createEvent('HTMLEvents'); - event.initEvent(eventName, true, true); - return document.dispatchEvent(event); - } else if (element.attachEvent) { - if (element[eventName]) { - return element[eventName]++; - } - } else { - throw new Error("Attempt to fire custom event ".concat(eventName, " on something which isn't a DOMElement")); - } - } - -}; -exports.bind = CustomEvents.bind; -exports.fire = CustomEvents.fire; - -},{}],50:[function(require,module,exports){ -"use strict"; - -class LessPlugin { - constructor(window, host) { - this.window = window; - this.host = host; - } - - reload(path, options) { - if (this.window.less && this.window.less.refresh) { - if (path.match(/\.less$/i)) { - return this.reloadLess(path); - } - - if (options.originalPath.match(/\.less$/i)) { - return this.reloadLess(options.originalPath); - } - } - - return false; - } - - reloadLess(path) { - let link; - - const links = (() => { - const result = []; - - for (link of Array.from(document.getElementsByTagName('link'))) { - if (link.href && link.rel.match(/^stylesheet\/less$/i) || link.rel.match(/stylesheet/i) && link.type.match(/^text\/(x-)?less$/i)) { - result.push(link); - } - } - - return result; - })(); - - if (links.length === 0) { - return false; - } - - for (link of Array.from(links)) { - link.href = this.host.generateCacheBustUrl(link.href); - } - - this.host.console.log('LiveReload is asking LESS to recompile all stylesheets'); - this.window.less.refresh(true); - return true; - } - - analyze() { - return { - disable: !!(this.window.less && this.window.less.refresh) - }; - } - -} - -; -LessPlugin.identifier = 'less'; -LessPlugin.version = '1.0'; -module.exports = LessPlugin; - -},{}],51:[function(require,module,exports){ -"use strict"; - -require("core-js/modules/web.dom.iterable"); - -/* global alert */ -const { - Connector -} = require('./connector'); - -const { - Timer -} = require('./timer'); - -const { - Options -} = require('./options'); - -const { - Reloader -} = require('./reloader'); - -const { - ProtocolError -} = require('./protocol'); - -class LiveReload { - constructor(window) { - this.window = window; - this.listeners = {}; - this.plugins = []; - this.pluginIdentifiers = {}; // i can haz console? - - this.console = this.window.console && this.window.console.log && this.window.console.error ? this.window.location.href.match(/LR-verbose/) ? this.window.console : { - log() {}, - - error: this.window.console.error.bind(this.window.console) - } : { - log() {}, - - error() {} - - }; // i can haz sockets? - - if (!(this.WebSocket = this.window.WebSocket || this.window.MozWebSocket)) { - this.console.error('LiveReload disabled because the browser does not seem to support web sockets'); - return; - } // i can haz options? - - - if ('LiveReloadOptions' in window) { - this.options = new Options(); - - for (let k of Object.keys(window['LiveReloadOptions'] || {})) { - const v = window['LiveReloadOptions'][k]; - this.options.set(k, v); - } - } else { - this.options = Options.extract(this.window.document); - - if (!this.options) { - this.console.error('LiveReload disabled because it could not find its own -``` - -(It also works with various module systems, if you prefer that sort of thing - it has a dependency on [vlq](https://github.com/Rich-Harris/vlq).) - -## Usage - -These examples assume you're in node.js, or something similar: - -```js -var MagicString = require( 'magic-string' ); -var s = new MagicString( 'problems = 99' ); - -s.overwrite( 0, 8, 'answer' ); -s.toString(); // 'answer = 99' - -s.overwrite( 11, 13, '42' ); // character indices always refer to the original string -s.toString(); // 'answer = 42' - -s.prepend( 'var ' ).append( ';' ); // most methods are chainable -s.toString(); // 'var answer = 42;' - -var map = s.generateMap({ - source: 'source.js', - file: 'converted.js.map', - includeContent: true -}); // generates a v3 sourcemap - -require( 'fs' ).writeFile( 'converted.js', s.toString() ); -require( 'fs' ).writeFile( 'converted.js.map', map.toString() ); -``` - -You can pass an options argument: - -```js -var s = new MagicString( someCode, { - // both these options will be used if you later - // call `bundle.addSource( s )` - see below - filename: 'foo.js', - indentExclusionRanges: [/*...*/] -}); -``` - -## Methods - -### s.addSourcemapLocation( index ) - -Adds the specified character index (with respect to the original string) to sourcemap mappings, if `hires` is `false` (see below). - -### s.append( content ) - -Appends the specified content to the end of the string. Returns `this`. - -### s.appendLeft( index, content ) - -Appends the specified `content` at the `index` in the original string. If a range *ending* with `index` is subsequently moved, the insert will be moved with it. Returns `this`. See also `s.prependLeft(...)`. - -### s.appendRight( index, content ) - -Appends the specified `content` at the `index` in the original string. If a range *starting* with `index` is subsequently moved, the insert will be moved with it. Returns `this`. See also `s.prependRight(...)`. - -### s.clone() - -Does what you'd expect. - -### s.generateDecodedMap( options ) - -Generates a sourcemap object with raw mappings in array form, rather than encoded as a string. See `generateMap` documentation below for options details. Useful if you need to manipulate the sourcemap further, but most of the time you will use `generateMap` instead. - -### s.generateMap( options ) - -Generates a [version 3 sourcemap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit). All options are, well, optional: - -* `file` - the filename where you plan to write the sourcemap -* `source` - the filename of the file containing the original source -* `includeContent` - whether to include the original content in the map's `sourcesContent` array -* `hires` - whether the mapping should be high-resolution. Hi-res mappings map every single character, meaning (for example) your devtools will always be able to pinpoint the exact location of function calls and so on. With lo-res mappings, devtools may only be able to identify the correct line - but they're quicker to generate and less bulky. If sourcemap locations have been specified with `s.addSourceMapLocation()`, they will be used here. - -The returned sourcemap has two (non-enumerable) methods attached for convenience: - -* `toString` - returns the equivalent of `JSON.stringify(map)` -* `toUrl` - returns a DataURI containing the sourcemap. Useful for doing this sort of thing: - -```js -code += '\n//# sourceMappingURL=' + map.toUrl(); -``` - -### s.indent( prefix[, options] ) - -Prefixes each line of the string with `prefix`. If `prefix` is not supplied, the indentation will be guessed from the original content, falling back to a single tab character. Returns `this`. - -The `options` argument can have an `exclude` property, which is an array of `[start, end]` character ranges. These ranges will be excluded from the indentation - useful for (e.g.) multiline strings. - -### s.insertLeft( index, content ) - -**DEPRECATED** since 0.17 – use `s.appendLeft(...)` instead - -### s.insertRight( index, content ) - -**DEPRECATED** since 0.17 – use `s.prependRight(...)` instead - -### s.locate( index ) - -**DEPRECATED** since 0.10 – see [#30](https://github.com/Rich-Harris/magic-string/pull/30) - -### s.locateOrigin( index ) - -**DEPRECATED** since 0.10 – see [#30](https://github.com/Rich-Harris/magic-string/pull/30) - -### s.move( start, end, newIndex ) - -Moves the characters from `start` and `end` to `index`. Returns `this`. - -### s.overwrite( start, end, content[, options] ) - -Replaces the characters from `start` to `end` with `content`. The same restrictions as `s.remove()` apply. Returns `this`. - -The fourth argument is optional. It can have a `storeName` property — if `true`, the original name will be stored for later inclusion in a sourcemap's `names` array — and a `contentOnly` property which determines whether only the content is overwritten, or anything that was appended/prepended to the range as well. - -### s.prepend( content ) - -Prepends the string with the specified content. Returns `this`. - -### s.prependLeft ( index, content ) - -Same as `s.appendLeft(...)`, except that the inserted content will go *before* any previous appends or prepends at `index` - -### s.prependRight ( index, content ) - -Same as `s.appendRight(...)`, except that the inserted content will go *before* any previous appends or prepends at `index` - -### s.remove( start, end ) - -Removes the characters from `start` to `end` (of the original string, **not** the generated string). Removing the same content twice, or making removals that partially overlap, will cause an error. Returns `this`. - -### s.slice( start, end ) - -Returns the content of the generated string that corresponds to the slice between `start` and `end` of the original string. Throws error if the indices are for characters that were already removed. - -### s.snip( start, end ) - -Returns a clone of `s`, with all content before the `start` and `end` characters of the original string removed. - -### s.toString() - -Returns the generated string. - -### s.trim([ charType ]) - -Trims content matching `charType` (defaults to `\s`, i.e. whitespace) from the start and end. Returns `this`. - -### s.trimStart([ charType ]) - -Trims content matching `charType` (defaults to `\s`, i.e. whitespace) from the start. Returns `this`. - -### s.trimEnd([ charType ]) - -Trims content matching `charType` (defaults to `\s`, i.e. whitespace) from the end. Returns `this`. - -### s.trimLines() - -Removes empty lines from the start and end. Returns `this`. - -### s.isEmpty() - -Returns true if the resulting source is empty (disregarding white space). - -## Bundling - -To concatenate several sources, use `MagicString.Bundle`: - -```js -var bundle = new MagicString.Bundle(); - -bundle.addSource({ - filename: 'foo.js', - content: new MagicString( 'var answer = 42;' ) -}); - -bundle.addSource({ - filename: 'bar.js', - content: new MagicString( 'console.log( answer )' ) -}); - -// Advanced: a source can include an `indentExclusionRanges` property -// alongside `filename` and `content`. This will be passed to `s.indent()` -// - see documentation above - -bundle.indent() // optionally, pass an indent string, otherwise it will be guessed - .prepend( '(function () {\n' ) - .append( '}());' ); - -bundle.toString(); -// (function () { -// var answer = 42; -// console.log( answer ); -// }()); - -// options are as per `s.generateMap()` above -var map = bundle.generateMap({ - file: 'bundle.js', - includeContent: true, - hires: true -}); -``` - -As an alternative syntax, if you a) don't have `filename` or `indentExclusionRanges` options, or b) passed those in when you used `new MagicString(...)`, you can simply pass the `MagicString` instance itself: - -```js -var bundle = new MagicString.Bundle(); -var source = new MagicString( someCode, { - filename: 'foo.js' -}); - -bundle.addSource( source ); -``` - -## License - -MIT diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js b/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js deleted file mode 100644 index f6dd666..0000000 --- a/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js +++ /dev/null @@ -1,1298 +0,0 @@ -'use strict'; - -var sourcemapCodec = require('sourcemap-codec'); - -var Chunk = function Chunk(start, end, content) { - this.start = start; - this.end = end; - this.original = content; - - this.intro = ''; - this.outro = ''; - - this.content = content; - this.storeName = false; - this.edited = false; - - // we make these non-enumerable, for sanity while debugging - Object.defineProperties(this, { - previous: { writable: true, value: null }, - next: { writable: true, value: null } - }); -}; - -Chunk.prototype.appendLeft = function appendLeft (content) { - this.outro += content; -}; - -Chunk.prototype.appendRight = function appendRight (content) { - this.intro = this.intro + content; -}; - -Chunk.prototype.clone = function clone () { - var chunk = new Chunk(this.start, this.end, this.original); - - chunk.intro = this.intro; - chunk.outro = this.outro; - chunk.content = this.content; - chunk.storeName = this.storeName; - chunk.edited = this.edited; - - return chunk; -}; - -Chunk.prototype.contains = function contains (index) { - return this.start < index && index < this.end; -}; - -Chunk.prototype.eachNext = function eachNext (fn) { - var chunk = this; - while (chunk) { - fn(chunk); - chunk = chunk.next; - } -}; - -Chunk.prototype.eachPrevious = function eachPrevious (fn) { - var chunk = this; - while (chunk) { - fn(chunk); - chunk = chunk.previous; - } -}; - -Chunk.prototype.edit = function edit (content, storeName, contentOnly) { - this.content = content; - if (!contentOnly) { - this.intro = ''; - this.outro = ''; - } - this.storeName = storeName; - - this.edited = true; - - return this; -}; - -Chunk.prototype.prependLeft = function prependLeft (content) { - this.outro = content + this.outro; -}; - -Chunk.prototype.prependRight = function prependRight (content) { - this.intro = content + this.intro; -}; - -Chunk.prototype.split = function split (index) { - var sliceIndex = index - this.start; - - var originalBefore = this.original.slice(0, sliceIndex); - var originalAfter = this.original.slice(sliceIndex); - - this.original = originalBefore; - - var newChunk = new Chunk(index, this.end, originalAfter); - newChunk.outro = this.outro; - this.outro = ''; - - this.end = index; - - if (this.edited) { - // TODO is this block necessary?... - newChunk.edit('', false); - this.content = ''; - } else { - this.content = originalBefore; - } - - newChunk.next = this.next; - if (newChunk.next) { newChunk.next.previous = newChunk; } - newChunk.previous = this; - this.next = newChunk; - - return newChunk; -}; - -Chunk.prototype.toString = function toString () { - return this.intro + this.content + this.outro; -}; - -Chunk.prototype.trimEnd = function trimEnd (rx) { - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - - var trimmed = this.content.replace(rx, ''); - - if (trimmed.length) { - if (trimmed !== this.content) { - this.split(this.start + trimmed.length).edit('', undefined, true); - } - return true; - - } else { - this.edit('', undefined, true); - - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - } -}; - -Chunk.prototype.trimStart = function trimStart (rx) { - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - - var trimmed = this.content.replace(rx, ''); - - if (trimmed.length) { - if (trimmed !== this.content) { - this.split(this.end - trimmed.length); - this.edit('', undefined, true); - } - return true; - - } else { - this.edit('', undefined, true); - - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - } -}; - -var btoa = function () { - throw new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.'); -}; -if (typeof window !== 'undefined' && typeof window.btoa === 'function') { - btoa = function (str) { return window.btoa(unescape(encodeURIComponent(str))); }; -} else if (typeof Buffer === 'function') { - btoa = function (str) { return Buffer.from(str, 'utf-8').toString('base64'); }; -} - -var SourceMap = function SourceMap(properties) { - this.version = 3; - this.file = properties.file; - this.sources = properties.sources; - this.sourcesContent = properties.sourcesContent; - this.names = properties.names; - this.mappings = sourcemapCodec.encode(properties.mappings); -}; - -SourceMap.prototype.toString = function toString () { - return JSON.stringify(this); -}; - -SourceMap.prototype.toUrl = function toUrl () { - return 'data:application/json;charset=utf-8;base64,' + btoa(this.toString()); -}; - -function guessIndent(code) { - var lines = code.split('\n'); - - var tabbed = lines.filter(function (line) { return /^\t+/.test(line); }); - var spaced = lines.filter(function (line) { return /^ {2,}/.test(line); }); - - if (tabbed.length === 0 && spaced.length === 0) { - return null; - } - - // More lines tabbed than spaced? Assume tabs, and - // default to tabs in the case of a tie (or nothing - // to go on) - if (tabbed.length >= spaced.length) { - return '\t'; - } - - // Otherwise, we need to guess the multiple - var min = spaced.reduce(function (previous, current) { - var numSpaces = /^ +/.exec(current)[0].length; - return Math.min(numSpaces, previous); - }, Infinity); - - return new Array(min + 1).join(' '); -} - -function getRelativePath(from, to) { - var fromParts = from.split(/[/\\]/); - var toParts = to.split(/[/\\]/); - - fromParts.pop(); // get dirname - - while (fromParts[0] === toParts[0]) { - fromParts.shift(); - toParts.shift(); - } - - if (fromParts.length) { - var i = fromParts.length; - while (i--) { fromParts[i] = '..'; } - } - - return fromParts.concat(toParts).join('/'); -} - -var toString = Object.prototype.toString; - -function isObject(thing) { - return toString.call(thing) === '[object Object]'; -} - -function getLocator(source) { - var originalLines = source.split('\n'); - var lineOffsets = []; - - for (var i = 0, pos = 0; i < originalLines.length; i++) { - lineOffsets.push(pos); - pos += originalLines[i].length + 1; - } - - return function locate(index) { - var i = 0; - var j = lineOffsets.length; - while (i < j) { - var m = (i + j) >> 1; - if (index < lineOffsets[m]) { - j = m; - } else { - i = m + 1; - } - } - var line = i - 1; - var column = index - lineOffsets[line]; - return { line: line, column: column }; - }; -} - -var Mappings = function Mappings(hires) { - this.hires = hires; - this.generatedCodeLine = 0; - this.generatedCodeColumn = 0; - this.raw = []; - this.rawSegments = this.raw[this.generatedCodeLine] = []; - this.pending = null; -}; - -Mappings.prototype.addEdit = function addEdit (sourceIndex, content, loc, nameIndex) { - if (content.length) { - var segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; - if (nameIndex >= 0) { - segment.push(nameIndex); - } - this.rawSegments.push(segment); - } else if (this.pending) { - this.rawSegments.push(this.pending); - } - - this.advance(content); - this.pending = null; -}; - -Mappings.prototype.addUneditedChunk = function addUneditedChunk (sourceIndex, chunk, original, loc, sourcemapLocations) { - var originalCharIndex = chunk.start; - var first = true; - - while (originalCharIndex < chunk.end) { - if (this.hires || first || sourcemapLocations[originalCharIndex]) { - this.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]); - } - - if (original[originalCharIndex] === '\n') { - loc.line += 1; - loc.column = 0; - this.generatedCodeLine += 1; - this.raw[this.generatedCodeLine] = this.rawSegments = []; - this.generatedCodeColumn = 0; - } else { - loc.column += 1; - this.generatedCodeColumn += 1; - } - - originalCharIndex += 1; - first = false; - } - - this.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; -}; - -Mappings.prototype.advance = function advance (str) { - if (!str) { return; } - - var lines = str.split('\n'); - - if (lines.length > 1) { - for (var i = 0; i < lines.length - 1; i++) { - this.generatedCodeLine++; - this.raw[this.generatedCodeLine] = this.rawSegments = []; - } - this.generatedCodeColumn = 0; - } - - this.generatedCodeColumn += lines[lines.length - 1].length; -}; - -var n = '\n'; - -var warned = { - insertLeft: false, - insertRight: false, - storeName: false -}; - -var MagicString = function MagicString(string, options) { - if ( options === void 0 ) options = {}; - - var chunk = new Chunk(0, string.length, string); - - Object.defineProperties(this, { - original: { writable: true, value: string }, - outro: { writable: true, value: '' }, - intro: { writable: true, value: '' }, - firstChunk: { writable: true, value: chunk }, - lastChunk: { writable: true, value: chunk }, - lastSearchedChunk: { writable: true, value: chunk }, - byStart: { writable: true, value: {} }, - byEnd: { writable: true, value: {} }, - filename: { writable: true, value: options.filename }, - indentExclusionRanges: { writable: true, value: options.indentExclusionRanges }, - sourcemapLocations: { writable: true, value: {} }, - storedNames: { writable: true, value: {} }, - indentStr: { writable: true, value: guessIndent(string) } - }); - - this.byStart[0] = chunk; - this.byEnd[string.length] = chunk; -}; - -MagicString.prototype.addSourcemapLocation = function addSourcemapLocation (char) { - this.sourcemapLocations[char] = true; -}; - -MagicString.prototype.append = function append (content) { - if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } - - this.outro += content; - return this; -}; - -MagicString.prototype.appendLeft = function appendLeft (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byEnd[index]; - - if (chunk) { - chunk.appendLeft(content); - } else { - this.intro += content; - } - return this; -}; - -MagicString.prototype.appendRight = function appendRight (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byStart[index]; - - if (chunk) { - chunk.appendRight(content); - } else { - this.outro += content; - } - return this; -}; - -MagicString.prototype.clone = function clone () { - var cloned = new MagicString(this.original, { filename: this.filename }); - - var originalChunk = this.firstChunk; - var clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone()); - - while (originalChunk) { - cloned.byStart[clonedChunk.start] = clonedChunk; - cloned.byEnd[clonedChunk.end] = clonedChunk; - - var nextOriginalChunk = originalChunk.next; - var nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone(); - - if (nextClonedChunk) { - clonedChunk.next = nextClonedChunk; - nextClonedChunk.previous = clonedChunk; - - clonedChunk = nextClonedChunk; - } - - originalChunk = nextOriginalChunk; - } - - cloned.lastChunk = clonedChunk; - - if (this.indentExclusionRanges) { - cloned.indentExclusionRanges = this.indentExclusionRanges.slice(); - } - - Object.keys(this.sourcemapLocations).forEach(function (loc) { - cloned.sourcemapLocations[loc] = true; - }); - - return cloned; -}; - -MagicString.prototype.generateDecodedMap = function generateDecodedMap (options) { - var this$1 = this; - - options = options || {}; - - var sourceIndex = 0; - var names = Object.keys(this.storedNames); - var mappings = new Mappings(options.hires); - - var locate = getLocator(this.original); - - if (this.intro) { - mappings.advance(this.intro); - } - - this.firstChunk.eachNext(function (chunk) { - var loc = locate(chunk.start); - - if (chunk.intro.length) { mappings.advance(chunk.intro); } - - if (chunk.edited) { - mappings.addEdit( - sourceIndex, - chunk.content, - loc, - chunk.storeName ? names.indexOf(chunk.original) : -1 - ); - } else { - mappings.addUneditedChunk(sourceIndex, chunk, this$1.original, loc, this$1.sourcemapLocations); - } - - if (chunk.outro.length) { mappings.advance(chunk.outro); } - }); - - return { - file: options.file ? options.file.split(/[/\\]/).pop() : null, - sources: [options.source ? getRelativePath(options.file || '', options.source) : null], - sourcesContent: options.includeContent ? [this.original] : [null], - names: names, - mappings: mappings.raw - }; -}; - -MagicString.prototype.generateMap = function generateMap (options) { - return new SourceMap(this.generateDecodedMap(options)); -}; - -MagicString.prototype.getIndentString = function getIndentString () { - return this.indentStr === null ? '\t' : this.indentStr; -}; - -MagicString.prototype.indent = function indent (indentStr, options) { - var pattern = /^[^\r\n]/gm; - - if (isObject(indentStr)) { - options = indentStr; - indentStr = undefined; - } - - indentStr = indentStr !== undefined ? indentStr : this.indentStr || '\t'; - - if (indentStr === '') { return this; } // noop - - options = options || {}; - - // Process exclusion ranges - var isExcluded = {}; - - if (options.exclude) { - var exclusions = - typeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude; - exclusions.forEach(function (exclusion) { - for (var i = exclusion[0]; i < exclusion[1]; i += 1) { - isExcluded[i] = true; - } - }); - } - - var shouldIndentNextCharacter = options.indentStart !== false; - var replacer = function (match) { - if (shouldIndentNextCharacter) { return ("" + indentStr + match); } - shouldIndentNextCharacter = true; - return match; - }; - - this.intro = this.intro.replace(pattern, replacer); - - var charIndex = 0; - var chunk = this.firstChunk; - - while (chunk) { - var end = chunk.end; - - if (chunk.edited) { - if (!isExcluded[charIndex]) { - chunk.content = chunk.content.replace(pattern, replacer); - - if (chunk.content.length) { - shouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\n'; - } - } - } else { - charIndex = chunk.start; - - while (charIndex < end) { - if (!isExcluded[charIndex]) { - var char = this.original[charIndex]; - - if (char === '\n') { - shouldIndentNextCharacter = true; - } else if (char !== '\r' && shouldIndentNextCharacter) { - shouldIndentNextCharacter = false; - - if (charIndex === chunk.start) { - chunk.prependRight(indentStr); - } else { - this._splitChunk(chunk, charIndex); - chunk = chunk.next; - chunk.prependRight(indentStr); - } - } - } - - charIndex += 1; - } - } - - charIndex = chunk.end; - chunk = chunk.next; - } - - this.outro = this.outro.replace(pattern, replacer); - - return this; -}; - -MagicString.prototype.insert = function insert () { - throw new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)'); -}; - -MagicString.prototype.insertLeft = function insertLeft (index, content) { - if (!warned.insertLeft) { - console.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console - warned.insertLeft = true; - } - - return this.appendLeft(index, content); -}; - -MagicString.prototype.insertRight = function insertRight (index, content) { - if (!warned.insertRight) { - console.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console - warned.insertRight = true; - } - - return this.prependRight(index, content); -}; - -MagicString.prototype.move = function move (start, end, index) { - if (index >= start && index <= end) { throw new Error('Cannot move a selection inside itself'); } - - this._split(start); - this._split(end); - this._split(index); - - var first = this.byStart[start]; - var last = this.byEnd[end]; - - var oldLeft = first.previous; - var oldRight = last.next; - - var newRight = this.byStart[index]; - if (!newRight && last === this.lastChunk) { return this; } - var newLeft = newRight ? newRight.previous : this.lastChunk; - - if (oldLeft) { oldLeft.next = oldRight; } - if (oldRight) { oldRight.previous = oldLeft; } - - if (newLeft) { newLeft.next = first; } - if (newRight) { newRight.previous = last; } - - if (!first.previous) { this.firstChunk = last.next; } - if (!last.next) { - this.lastChunk = first.previous; - this.lastChunk.next = null; - } - - first.previous = newLeft; - last.next = newRight || null; - - if (!newLeft) { this.firstChunk = first; } - if (!newRight) { this.lastChunk = last; } - return this; -}; - -MagicString.prototype.overwrite = function overwrite (start, end, content, options) { - if (typeof content !== 'string') { throw new TypeError('replacement content must be a string'); } - - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - if (end > this.original.length) { throw new Error('end is out of bounds'); } - if (start === end) - { throw new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead'); } - - this._split(start); - this._split(end); - - if (options === true) { - if (!warned.storeName) { - console.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console - warned.storeName = true; - } - - options = { storeName: true }; - } - var storeName = options !== undefined ? options.storeName : false; - var contentOnly = options !== undefined ? options.contentOnly : false; - - if (storeName) { - var original = this.original.slice(start, end); - this.storedNames[original] = true; - } - - var first = this.byStart[start]; - var last = this.byEnd[end]; - - if (first) { - if (end > first.end && first.next !== this.byStart[first.end]) { - throw new Error('Cannot overwrite across a split point'); - } - - first.edit(content, storeName, contentOnly); - - if (first !== last) { - var chunk = first.next; - while (chunk !== last) { - chunk.edit('', false); - chunk = chunk.next; - } - - chunk.edit('', false); - } - } else { - // must be inserting at the end - var newChunk = new Chunk(start, end, '').edit(content, storeName); - - // TODO last chunk in the array may not be the last chunk, if it's moved... - last.next = newChunk; - newChunk.previous = last; - } - return this; -}; - -MagicString.prototype.prepend = function prepend (content) { - if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } - - this.intro = content + this.intro; - return this; -}; - -MagicString.prototype.prependLeft = function prependLeft (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byEnd[index]; - - if (chunk) { - chunk.prependLeft(content); - } else { - this.intro = content + this.intro; - } - return this; -}; - -MagicString.prototype.prependRight = function prependRight (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byStart[index]; - - if (chunk) { - chunk.prependRight(content); - } else { - this.outro = content + this.outro; - } - return this; -}; - -MagicString.prototype.remove = function remove (start, end) { - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - if (start === end) { return this; } - - if (start < 0 || end > this.original.length) { throw new Error('Character is out of bounds'); } - if (start > end) { throw new Error('end must be greater than start'); } - - this._split(start); - this._split(end); - - var chunk = this.byStart[start]; - - while (chunk) { - chunk.intro = ''; - chunk.outro = ''; - chunk.edit(''); - - chunk = end > chunk.end ? this.byStart[chunk.end] : null; - } - return this; -}; - -MagicString.prototype.lastChar = function lastChar () { - if (this.outro.length) - { return this.outro[this.outro.length - 1]; } - var chunk = this.lastChunk; - do { - if (chunk.outro.length) - { return chunk.outro[chunk.outro.length - 1]; } - if (chunk.content.length) - { return chunk.content[chunk.content.length - 1]; } - if (chunk.intro.length) - { return chunk.intro[chunk.intro.length - 1]; } - } while (chunk = chunk.previous); - if (this.intro.length) - { return this.intro[this.intro.length - 1]; } - return ''; -}; - -MagicString.prototype.lastLine = function lastLine () { - var lineIndex = this.outro.lastIndexOf(n); - if (lineIndex !== -1) - { return this.outro.substr(lineIndex + 1); } - var lineStr = this.outro; - var chunk = this.lastChunk; - do { - if (chunk.outro.length > 0) { - lineIndex = chunk.outro.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.outro.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.outro + lineStr; - } - - if (chunk.content.length > 0) { - lineIndex = chunk.content.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.content.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.content + lineStr; - } - - if (chunk.intro.length > 0) { - lineIndex = chunk.intro.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.intro.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.intro + lineStr; - } - } while (chunk = chunk.previous); - lineIndex = this.intro.lastIndexOf(n); - if (lineIndex !== -1) - { return this.intro.substr(lineIndex + 1) + lineStr; } - return this.intro + lineStr; -}; - -MagicString.prototype.slice = function slice (start, end) { - if ( start === void 0 ) start = 0; - if ( end === void 0 ) end = this.original.length; - - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - var result = ''; - - // find start chunk - var chunk = this.firstChunk; - while (chunk && (chunk.start > start || chunk.end <= start)) { - // found end chunk before start - if (chunk.start < end && chunk.end >= end) { - return result; - } - - chunk = chunk.next; - } - - if (chunk && chunk.edited && chunk.start !== start) - { throw new Error(("Cannot use replaced character " + start + " as slice start anchor.")); } - - var startChunk = chunk; - while (chunk) { - if (chunk.intro && (startChunk !== chunk || chunk.start === start)) { - result += chunk.intro; - } - - var containsEnd = chunk.start < end && chunk.end >= end; - if (containsEnd && chunk.edited && chunk.end !== end) - { throw new Error(("Cannot use replaced character " + end + " as slice end anchor.")); } - - var sliceStart = startChunk === chunk ? start - chunk.start : 0; - var sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length; - - result += chunk.content.slice(sliceStart, sliceEnd); - - if (chunk.outro && (!containsEnd || chunk.end === end)) { - result += chunk.outro; - } - - if (containsEnd) { - break; - } - - chunk = chunk.next; - } - - return result; -}; - -// TODO deprecate this? not really very useful -MagicString.prototype.snip = function snip (start, end) { - var clone = this.clone(); - clone.remove(0, start); - clone.remove(end, clone.original.length); - - return clone; -}; - -MagicString.prototype._split = function _split (index) { - if (this.byStart[index] || this.byEnd[index]) { return; } - - var chunk = this.lastSearchedChunk; - var searchForward = index > chunk.end; - - while (chunk) { - if (chunk.contains(index)) { return this._splitChunk(chunk, index); } - - chunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start]; - } -}; - -MagicString.prototype._splitChunk = function _splitChunk (chunk, index) { - if (chunk.edited && chunk.content.length) { - // zero-length edited chunks are a special case (overlapping replacements) - var loc = getLocator(this.original)(index); - throw new Error( - ("Cannot split a chunk that has already been edited (" + (loc.line) + ":" + (loc.column) + " – \"" + (chunk.original) + "\")") - ); - } - - var newChunk = chunk.split(index); - - this.byEnd[index] = chunk; - this.byStart[index] = newChunk; - this.byEnd[newChunk.end] = newChunk; - - if (chunk === this.lastChunk) { this.lastChunk = newChunk; } - - this.lastSearchedChunk = chunk; - return true; -}; - -MagicString.prototype.toString = function toString () { - var str = this.intro; - - var chunk = this.firstChunk; - while (chunk) { - str += chunk.toString(); - chunk = chunk.next; - } - - return str + this.outro; -}; - -MagicString.prototype.isEmpty = function isEmpty () { - var chunk = this.firstChunk; - do { - if (chunk.intro.length && chunk.intro.trim() || - chunk.content.length && chunk.content.trim() || - chunk.outro.length && chunk.outro.trim()) - { return false; } - } while (chunk = chunk.next); - return true; -}; - -MagicString.prototype.length = function length () { - var chunk = this.firstChunk; - var length = 0; - do { - length += chunk.intro.length + chunk.content.length + chunk.outro.length; - } while (chunk = chunk.next); - return length; -}; - -MagicString.prototype.trimLines = function trimLines () { - return this.trim('[\\r\\n]'); -}; - -MagicString.prototype.trim = function trim (charType) { - return this.trimStart(charType).trimEnd(charType); -}; - -MagicString.prototype.trimEndAborted = function trimEndAborted (charType) { - var rx = new RegExp((charType || '\\s') + '+$'); - - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - - var chunk = this.lastChunk; - - do { - var end = chunk.end; - var aborted = chunk.trimEnd(rx); - - // if chunk was trimmed, we have a new lastChunk - if (chunk.end !== end) { - if (this.lastChunk === chunk) { - this.lastChunk = chunk.next; - } - - this.byEnd[chunk.end] = chunk; - this.byStart[chunk.next.start] = chunk.next; - this.byEnd[chunk.next.end] = chunk.next; - } - - if (aborted) { return true; } - chunk = chunk.previous; - } while (chunk); - - return false; -}; - -MagicString.prototype.trimEnd = function trimEnd (charType) { - this.trimEndAborted(charType); - return this; -}; -MagicString.prototype.trimStartAborted = function trimStartAborted (charType) { - var rx = new RegExp('^' + (charType || '\\s') + '+'); - - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - - var chunk = this.firstChunk; - - do { - var end = chunk.end; - var aborted = chunk.trimStart(rx); - - if (chunk.end !== end) { - // special case... - if (chunk === this.lastChunk) { this.lastChunk = chunk.next; } - - this.byEnd[chunk.end] = chunk; - this.byStart[chunk.next.start] = chunk.next; - this.byEnd[chunk.next.end] = chunk.next; - } - - if (aborted) { return true; } - chunk = chunk.next; - } while (chunk); - - return false; -}; - -MagicString.prototype.trimStart = function trimStart (charType) { - this.trimStartAborted(charType); - return this; -}; - -var hasOwnProp = Object.prototype.hasOwnProperty; - -var Bundle = function Bundle(options) { - if ( options === void 0 ) options = {}; - - this.intro = options.intro || ''; - this.separator = options.separator !== undefined ? options.separator : '\n'; - this.sources = []; - this.uniqueSources = []; - this.uniqueSourceIndexByFilename = {}; -}; - -Bundle.prototype.addSource = function addSource (source) { - if (source instanceof MagicString) { - return this.addSource({ - content: source, - filename: source.filename, - separator: this.separator - }); - } - - if (!isObject(source) || !source.content) { - throw new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`'); - } - - ['filename', 'indentExclusionRanges', 'separator'].forEach(function (option) { - if (!hasOwnProp.call(source, option)) { source[option] = source.content[option]; } - }); - - if (source.separator === undefined) { - // TODO there's a bunch of this sort of thing, needs cleaning up - source.separator = this.separator; - } - - if (source.filename) { - if (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) { - this.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length; - this.uniqueSources.push({ filename: source.filename, content: source.content.original }); - } else { - var uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]]; - if (source.content.original !== uniqueSource.content) { - throw new Error(("Illegal source: same filename (" + (source.filename) + "), different contents")); - } - } - } - - this.sources.push(source); - return this; -}; - -Bundle.prototype.append = function append (str, options) { - this.addSource({ - content: new MagicString(str), - separator: (options && options.separator) || '' - }); - - return this; -}; - -Bundle.prototype.clone = function clone () { - var bundle = new Bundle({ - intro: this.intro, - separator: this.separator - }); - - this.sources.forEach(function (source) { - bundle.addSource({ - filename: source.filename, - content: source.content.clone(), - separator: source.separator - }); - }); - - return bundle; -}; - -Bundle.prototype.generateDecodedMap = function generateDecodedMap (options) { - var this$1 = this; - if ( options === void 0 ) options = {}; - - var names = []; - this.sources.forEach(function (source) { - Object.keys(source.content.storedNames).forEach(function (name) { - if (!~names.indexOf(name)) { names.push(name); } - }); - }); - - var mappings = new Mappings(options.hires); - - if (this.intro) { - mappings.advance(this.intro); - } - - this.sources.forEach(function (source, i) { - if (i > 0) { - mappings.advance(this$1.separator); - } - - var sourceIndex = source.filename ? this$1.uniqueSourceIndexByFilename[source.filename] : -1; - var magicString = source.content; - var locate = getLocator(magicString.original); - - if (magicString.intro) { - mappings.advance(magicString.intro); - } - - magicString.firstChunk.eachNext(function (chunk) { - var loc = locate(chunk.start); - - if (chunk.intro.length) { mappings.advance(chunk.intro); } - - if (source.filename) { - if (chunk.edited) { - mappings.addEdit( - sourceIndex, - chunk.content, - loc, - chunk.storeName ? names.indexOf(chunk.original) : -1 - ); - } else { - mappings.addUneditedChunk( - sourceIndex, - chunk, - magicString.original, - loc, - magicString.sourcemapLocations - ); - } - } else { - mappings.advance(chunk.content); - } - - if (chunk.outro.length) { mappings.advance(chunk.outro); } - }); - - if (magicString.outro) { - mappings.advance(magicString.outro); - } - }); - - return { - file: options.file ? options.file.split(/[/\\]/).pop() : null, - sources: this.uniqueSources.map(function (source) { - return options.file ? getRelativePath(options.file, source.filename) : source.filename; - }), - sourcesContent: this.uniqueSources.map(function (source) { - return options.includeContent ? source.content : null; - }), - names: names, - mappings: mappings.raw - }; -}; - -Bundle.prototype.generateMap = function generateMap (options) { - return new SourceMap(this.generateDecodedMap(options)); -}; - -Bundle.prototype.getIndentString = function getIndentString () { - var indentStringCounts = {}; - - this.sources.forEach(function (source) { - var indentStr = source.content.indentStr; - - if (indentStr === null) { return; } - - if (!indentStringCounts[indentStr]) { indentStringCounts[indentStr] = 0; } - indentStringCounts[indentStr] += 1; - }); - - return ( - Object.keys(indentStringCounts).sort(function (a, b) { - return indentStringCounts[a] - indentStringCounts[b]; - })[0] || '\t' - ); -}; - -Bundle.prototype.indent = function indent (indentStr) { - var this$1 = this; - - if (!arguments.length) { - indentStr = this.getIndentString(); - } - - if (indentStr === '') { return this; } // noop - - var trailingNewline = !this.intro || this.intro.slice(-1) === '\n'; - - this.sources.forEach(function (source, i) { - var separator = source.separator !== undefined ? source.separator : this$1.separator; - var indentStart = trailingNewline || (i > 0 && /\r?\n$/.test(separator)); - - source.content.indent(indentStr, { - exclude: source.indentExclusionRanges, - indentStart: indentStart //: trailingNewline || /\r?\n$/.test( separator ) //true///\r?\n/.test( separator ) - }); - - trailingNewline = source.content.lastChar() === '\n'; - }); - - if (this.intro) { - this.intro = - indentStr + - this.intro.replace(/^[^\n]/gm, function (match, index) { - return index > 0 ? indentStr + match : match; - }); - } - - return this; -}; - -Bundle.prototype.prepend = function prepend (str) { - this.intro = str + this.intro; - return this; -}; - -Bundle.prototype.toString = function toString () { - var this$1 = this; - - var body = this.sources - .map(function (source, i) { - var separator = source.separator !== undefined ? source.separator : this$1.separator; - var str = (i > 0 ? separator : '') + source.content.toString(); - - return str; - }) - .join(''); - - return this.intro + body; -}; - -Bundle.prototype.isEmpty = function isEmpty () { - if (this.intro.length && this.intro.trim()) - { return false; } - if (this.sources.some(function (source) { return !source.content.isEmpty(); })) - { return false; } - return true; -}; - -Bundle.prototype.length = function length () { - return this.sources.reduce(function (length, source) { return length + source.content.length(); }, this.intro.length); -}; - -Bundle.prototype.trimLines = function trimLines () { - return this.trim('[\\r\\n]'); -}; - -Bundle.prototype.trim = function trim (charType) { - return this.trimStart(charType).trimEnd(charType); -}; - -Bundle.prototype.trimStart = function trimStart (charType) { - var rx = new RegExp('^' + (charType || '\\s') + '+'); - this.intro = this.intro.replace(rx, ''); - - if (!this.intro) { - var source; - var i = 0; - - do { - source = this.sources[i++]; - if (!source) { - break; - } - } while (!source.content.trimStartAborted(charType)); - } - - return this; -}; - -Bundle.prototype.trimEnd = function trimEnd (charType) { - var rx = new RegExp((charType || '\\s') + '+$'); - - var source; - var i = this.sources.length - 1; - - do { - source = this.sources[i--]; - if (!source) { - this.intro = this.intro.replace(rx, ''); - break; - } - } while (!source.content.trimEndAborted(charType)); - - return this; -}; - -MagicString.Bundle = Bundle; -MagicString.default = MagicString; // work around TypeScript bug https://github.com/Rich-Harris/magic-string/pull/121 - -module.exports = MagicString; -//# sourceMappingURL=magic-string.cjs.js.map diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js.map b/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js.map deleted file mode 100644 index 4fd6d73..0000000 --- a/2019-setembro/node_modules/magic-string/dist/magic-string.cjs.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"magic-string.cjs.js","sources":["../src/Chunk.js","../src/SourceMap.js","../src/utils/guessIndent.js","../src/utils/getRelativePath.js","../src/utils/isObject.js","../src/utils/getLocator.js","../src/utils/Mappings.js","../src/MagicString.js","../src/Bundle.js","../src/index-legacy.js"],"sourcesContent":["export default class Chunk {\n\tconstructor(start, end, content) {\n\t\tthis.start = start;\n\t\tthis.end = end;\n\t\tthis.original = content;\n\n\t\tthis.intro = '';\n\t\tthis.outro = '';\n\n\t\tthis.content = content;\n\t\tthis.storeName = false;\n\t\tthis.edited = false;\n\n\t\t// we make these non-enumerable, for sanity while debugging\n\t\tObject.defineProperties(this, {\n\t\t\tprevious: { writable: true, value: null },\n\t\t\tnext: { writable: true, value: null }\n\t\t});\n\t}\n\n\tappendLeft(content) {\n\t\tthis.outro += content;\n\t}\n\n\tappendRight(content) {\n\t\tthis.intro = this.intro + content;\n\t}\n\n\tclone() {\n\t\tconst chunk = new Chunk(this.start, this.end, this.original);\n\n\t\tchunk.intro = this.intro;\n\t\tchunk.outro = this.outro;\n\t\tchunk.content = this.content;\n\t\tchunk.storeName = this.storeName;\n\t\tchunk.edited = this.edited;\n\n\t\treturn chunk;\n\t}\n\n\tcontains(index) {\n\t\treturn this.start < index && index < this.end;\n\t}\n\n\teachNext(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.next;\n\t\t}\n\t}\n\n\teachPrevious(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.previous;\n\t\t}\n\t}\n\n\tedit(content, storeName, contentOnly) {\n\t\tthis.content = content;\n\t\tif (!contentOnly) {\n\t\t\tthis.intro = '';\n\t\t\tthis.outro = '';\n\t\t}\n\t\tthis.storeName = storeName;\n\n\t\tthis.edited = true;\n\n\t\treturn this;\n\t}\n\n\tprependLeft(content) {\n\t\tthis.outro = content + this.outro;\n\t}\n\n\tprependRight(content) {\n\t\tthis.intro = content + this.intro;\n\t}\n\n\tsplit(index) {\n\t\tconst sliceIndex = index - this.start;\n\n\t\tconst originalBefore = this.original.slice(0, sliceIndex);\n\t\tconst originalAfter = this.original.slice(sliceIndex);\n\n\t\tthis.original = originalBefore;\n\n\t\tconst newChunk = new Chunk(index, this.end, originalAfter);\n\t\tnewChunk.outro = this.outro;\n\t\tthis.outro = '';\n\n\t\tthis.end = index;\n\n\t\tif (this.edited) {\n\t\t\t// TODO is this block necessary?...\n\t\t\tnewChunk.edit('', false);\n\t\t\tthis.content = '';\n\t\t} else {\n\t\t\tthis.content = originalBefore;\n\t\t}\n\n\t\tnewChunk.next = this.next;\n\t\tif (newChunk.next) newChunk.next.previous = newChunk;\n\t\tnewChunk.previous = this;\n\t\tthis.next = newChunk;\n\n\t\treturn newChunk;\n\t}\n\n\ttoString() {\n\t\treturn this.intro + this.content + this.outro;\n\t}\n\n\ttrimEnd(rx) {\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.start + trimmed.length).edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\tif (this.intro.length) return true;\n\t\t}\n\t}\n\n\ttrimStart(rx) {\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.end - trimmed.length);\n\t\t\t\tthis.edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.outro = this.outro.replace(rx, '');\n\t\t\tif (this.outro.length) return true;\n\t\t}\n\t}\n}\n","import { encode } from 'sourcemap-codec';\n\nlet btoa = () => {\n\tthrow new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.');\n};\nif (typeof window !== 'undefined' && typeof window.btoa === 'function') {\n\tbtoa = str => window.btoa(unescape(encodeURIComponent(str)));\n} else if (typeof Buffer === 'function') {\n\tbtoa = str => Buffer.from(str, 'utf-8').toString('base64');\n}\n\nexport default class SourceMap {\n\tconstructor(properties) {\n\t\tthis.version = 3;\n\t\tthis.file = properties.file;\n\t\tthis.sources = properties.sources;\n\t\tthis.sourcesContent = properties.sourcesContent;\n\t\tthis.names = properties.names;\n\t\tthis.mappings = encode(properties.mappings);\n\t}\n\n\ttoString() {\n\t\treturn JSON.stringify(this);\n\t}\n\n\ttoUrl() {\n\t\treturn 'data:application/json;charset=utf-8;base64,' + btoa(this.toString());\n\t}\n}\n","export default function guessIndent(code) {\n\tconst lines = code.split('\\n');\n\n\tconst tabbed = lines.filter(line => /^\\t+/.test(line));\n\tconst spaced = lines.filter(line => /^ {2,}/.test(line));\n\n\tif (tabbed.length === 0 && spaced.length === 0) {\n\t\treturn null;\n\t}\n\n\t// More lines tabbed than spaced? Assume tabs, and\n\t// default to tabs in the case of a tie (or nothing\n\t// to go on)\n\tif (tabbed.length >= spaced.length) {\n\t\treturn '\\t';\n\t}\n\n\t// Otherwise, we need to guess the multiple\n\tconst min = spaced.reduce((previous, current) => {\n\t\tconst numSpaces = /^ +/.exec(current)[0].length;\n\t\treturn Math.min(numSpaces, previous);\n\t}, Infinity);\n\n\treturn new Array(min + 1).join(' ');\n}\n","export default function getRelativePath(from, to) {\n\tconst fromParts = from.split(/[/\\\\]/);\n\tconst toParts = to.split(/[/\\\\]/);\n\n\tfromParts.pop(); // get dirname\n\n\twhile (fromParts[0] === toParts[0]) {\n\t\tfromParts.shift();\n\t\ttoParts.shift();\n\t}\n\n\tif (fromParts.length) {\n\t\tlet i = fromParts.length;\n\t\twhile (i--) fromParts[i] = '..';\n\t}\n\n\treturn fromParts.concat(toParts).join('/');\n}\n","const toString = Object.prototype.toString;\n\nexport default function isObject(thing) {\n\treturn toString.call(thing) === '[object Object]';\n}\n","export default function getLocator(source) {\n\tconst originalLines = source.split('\\n');\n\tconst lineOffsets = [];\n\n\tfor (let i = 0, pos = 0; i < originalLines.length; i++) {\n\t\tlineOffsets.push(pos);\n\t\tpos += originalLines[i].length + 1;\n\t}\n\n\treturn function locate(index) {\n\t\tlet i = 0;\n\t\tlet j = lineOffsets.length;\n\t\twhile (i < j) {\n\t\t\tconst m = (i + j) >> 1;\n\t\t\tif (index < lineOffsets[m]) {\n\t\t\t\tj = m;\n\t\t\t} else {\n\t\t\t\ti = m + 1;\n\t\t\t}\n\t\t}\n\t\tconst line = i - 1;\n\t\tconst column = index - lineOffsets[line];\n\t\treturn { line, column };\n\t};\n}\n","export default class Mappings {\n\tconstructor(hires) {\n\t\tthis.hires = hires;\n\t\tthis.generatedCodeLine = 0;\n\t\tthis.generatedCodeColumn = 0;\n\t\tthis.raw = [];\n\t\tthis.rawSegments = this.raw[this.generatedCodeLine] = [];\n\t\tthis.pending = null;\n\t}\n\n\taddEdit(sourceIndex, content, loc, nameIndex) {\n\t\tif (content.length) {\n\t\t\tconst segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t\t\tif (nameIndex >= 0) {\n\t\t\t\tsegment.push(nameIndex);\n\t\t\t}\n\t\t\tthis.rawSegments.push(segment);\n\t\t} else if (this.pending) {\n\t\t\tthis.rawSegments.push(this.pending);\n\t\t}\n\n\t\tthis.advance(content);\n\t\tthis.pending = null;\n\t}\n\n\taddUneditedChunk(sourceIndex, chunk, original, loc, sourcemapLocations) {\n\t\tlet originalCharIndex = chunk.start;\n\t\tlet first = true;\n\n\t\twhile (originalCharIndex < chunk.end) {\n\t\t\tif (this.hires || first || sourcemapLocations[originalCharIndex]) {\n\t\t\t\tthis.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]);\n\t\t\t}\n\n\t\t\tif (original[originalCharIndex] === '\\n') {\n\t\t\t\tloc.line += 1;\n\t\t\t\tloc.column = 0;\n\t\t\t\tthis.generatedCodeLine += 1;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t\tthis.generatedCodeColumn = 0;\n\t\t\t} else {\n\t\t\t\tloc.column += 1;\n\t\t\t\tthis.generatedCodeColumn += 1;\n\t\t\t}\n\n\t\t\toriginalCharIndex += 1;\n\t\t\tfirst = false;\n\t\t}\n\n\t\tthis.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t}\n\n\tadvance(str) {\n\t\tif (!str) return;\n\n\t\tconst lines = str.split('\\n');\n\n\t\tif (lines.length > 1) {\n\t\t\tfor (let i = 0; i < lines.length - 1; i++) {\n\t\t\t\tthis.generatedCodeLine++;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t}\n\t\t\tthis.generatedCodeColumn = 0;\n\t\t}\n\n\t\tthis.generatedCodeColumn += lines[lines.length - 1].length;\n\t}\n}\n","import Chunk from './Chunk.js';\nimport SourceMap from './SourceMap.js';\nimport guessIndent from './utils/guessIndent.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\nimport Stats from './utils/Stats.js';\n\nconst n = '\\n';\n\nconst warned = {\n\tinsertLeft: false,\n\tinsertRight: false,\n\tstoreName: false\n};\n\nexport default class MagicString {\n\tconstructor(string, options = {}) {\n\t\tconst chunk = new Chunk(0, string.length, string);\n\n\t\tObject.defineProperties(this, {\n\t\t\toriginal: { writable: true, value: string },\n\t\t\toutro: { writable: true, value: '' },\n\t\t\tintro: { writable: true, value: '' },\n\t\t\tfirstChunk: { writable: true, value: chunk },\n\t\t\tlastChunk: { writable: true, value: chunk },\n\t\t\tlastSearchedChunk: { writable: true, value: chunk },\n\t\t\tbyStart: { writable: true, value: {} },\n\t\t\tbyEnd: { writable: true, value: {} },\n\t\t\tfilename: { writable: true, value: options.filename },\n\t\t\tindentExclusionRanges: { writable: true, value: options.indentExclusionRanges },\n\t\t\tsourcemapLocations: { writable: true, value: {} },\n\t\t\tstoredNames: { writable: true, value: {} },\n\t\t\tindentStr: { writable: true, value: guessIndent(string) }\n\t\t});\n\n\t\tif (DEBUG) {\n\t\t\tObject.defineProperty(this, 'stats', { value: new Stats() });\n\t\t}\n\n\t\tthis.byStart[0] = chunk;\n\t\tthis.byEnd[string.length] = chunk;\n\t}\n\n\taddSourcemapLocation(char) {\n\t\tthis.sourcemapLocations[char] = true;\n\t}\n\n\tappend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.outro += content;\n\t\treturn this;\n\t}\n\n\tappendLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendLeft');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendLeft(content);\n\t\t} else {\n\t\t\tthis.intro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendLeft');\n\t\treturn this;\n\t}\n\n\tappendRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendRight(content);\n\t\t} else {\n\t\t\tthis.outro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendRight');\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst cloned = new MagicString(this.original, { filename: this.filename });\n\n\t\tlet originalChunk = this.firstChunk;\n\t\tlet clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone());\n\n\t\twhile (originalChunk) {\n\t\t\tcloned.byStart[clonedChunk.start] = clonedChunk;\n\t\t\tcloned.byEnd[clonedChunk.end] = clonedChunk;\n\n\t\t\tconst nextOriginalChunk = originalChunk.next;\n\t\t\tconst nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone();\n\n\t\t\tif (nextClonedChunk) {\n\t\t\t\tclonedChunk.next = nextClonedChunk;\n\t\t\t\tnextClonedChunk.previous = clonedChunk;\n\n\t\t\t\tclonedChunk = nextClonedChunk;\n\t\t\t}\n\n\t\t\toriginalChunk = nextOriginalChunk;\n\t\t}\n\n\t\tcloned.lastChunk = clonedChunk;\n\n\t\tif (this.indentExclusionRanges) {\n\t\t\tcloned.indentExclusionRanges = this.indentExclusionRanges.slice();\n\t\t}\n\n\t\tObject.keys(this.sourcemapLocations).forEach(loc => {\n\t\t\tcloned.sourcemapLocations[loc] = true;\n\t\t});\n\n\t\treturn cloned;\n\t}\n\n\tgenerateDecodedMap(options) {\n\t\toptions = options || {};\n\n\t\tconst sourceIndex = 0;\n\t\tconst names = Object.keys(this.storedNames);\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tconst locate = getLocator(this.original);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.firstChunk.eachNext(chunk => {\n\t\t\tconst loc = locate(chunk.start);\n\n\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tmappings.addEdit(\n\t\t\t\t\tsourceIndex,\n\t\t\t\t\tchunk.content,\n\t\t\t\t\tloc,\n\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tmappings.addUneditedChunk(sourceIndex, chunk, this.original, loc, this.sourcemapLocations);\n\t\t\t}\n\n\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: [options.source ? getRelativePath(options.file || '', options.source) : null],\n\t\t\tsourcesContent: options.includeContent ? [this.original] : [null],\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\treturn this.indentStr === null ? '\\t' : this.indentStr;\n\t}\n\n\tindent(indentStr, options) {\n\t\tconst pattern = /^[^\\r\\n]/gm;\n\n\t\tif (isObject(indentStr)) {\n\t\t\toptions = indentStr;\n\t\t\tindentStr = undefined;\n\t\t}\n\n\t\tindentStr = indentStr !== undefined ? indentStr : this.indentStr || '\\t';\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\toptions = options || {};\n\n\t\t// Process exclusion ranges\n\t\tconst isExcluded = {};\n\n\t\tif (options.exclude) {\n\t\t\tconst exclusions =\n\t\t\t\ttypeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude;\n\t\t\texclusions.forEach(exclusion => {\n\t\t\t\tfor (let i = exclusion[0]; i < exclusion[1]; i += 1) {\n\t\t\t\t\tisExcluded[i] = true;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tlet shouldIndentNextCharacter = options.indentStart !== false;\n\t\tconst replacer = match => {\n\t\t\tif (shouldIndentNextCharacter) return `${indentStr}${match}`;\n\t\t\tshouldIndentNextCharacter = true;\n\t\t\treturn match;\n\t\t};\n\n\t\tthis.intro = this.intro.replace(pattern, replacer);\n\n\t\tlet charIndex = 0;\n\t\tlet chunk = this.firstChunk;\n\n\t\twhile (chunk) {\n\t\t\tconst end = chunk.end;\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\tchunk.content = chunk.content.replace(pattern, replacer);\n\n\t\t\t\t\tif (chunk.content.length) {\n\t\t\t\t\t\tshouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\\n';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcharIndex = chunk.start;\n\n\t\t\t\twhile (charIndex < end) {\n\t\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\t\tconst char = this.original[charIndex];\n\n\t\t\t\t\t\tif (char === '\\n') {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = true;\n\t\t\t\t\t\t} else if (char !== '\\r' && shouldIndentNextCharacter) {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = false;\n\n\t\t\t\t\t\t\tif (charIndex === chunk.start) {\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis._splitChunk(chunk, charIndex);\n\t\t\t\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcharIndex += 1;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tcharIndex = chunk.end;\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tthis.outro = this.outro.replace(pattern, replacer);\n\n\t\treturn this;\n\t}\n\n\tinsert() {\n\t\tthrow new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)');\n\t}\n\n\tinsertLeft(index, content) {\n\t\tif (!warned.insertLeft) {\n\t\t\tconsole.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertLeft = true;\n\t\t}\n\n\t\treturn this.appendLeft(index, content);\n\t}\n\n\tinsertRight(index, content) {\n\t\tif (!warned.insertRight) {\n\t\t\tconsole.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertRight = true;\n\t\t}\n\n\t\treturn this.prependRight(index, content);\n\t}\n\n\tmove(start, end, index) {\n\t\tif (index >= start && index <= end) throw new Error('Cannot move a selection inside itself');\n\n\t\tif (DEBUG) this.stats.time('move');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\t\tthis._split(index);\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tconst oldLeft = first.previous;\n\t\tconst oldRight = last.next;\n\n\t\tconst newRight = this.byStart[index];\n\t\tif (!newRight && last === this.lastChunk) return this;\n\t\tconst newLeft = newRight ? newRight.previous : this.lastChunk;\n\n\t\tif (oldLeft) oldLeft.next = oldRight;\n\t\tif (oldRight) oldRight.previous = oldLeft;\n\n\t\tif (newLeft) newLeft.next = first;\n\t\tif (newRight) newRight.previous = last;\n\n\t\tif (!first.previous) this.firstChunk = last.next;\n\t\tif (!last.next) {\n\t\t\tthis.lastChunk = first.previous;\n\t\t\tthis.lastChunk.next = null;\n\t\t}\n\n\t\tfirst.previous = newLeft;\n\t\tlast.next = newRight || null;\n\n\t\tif (!newLeft) this.firstChunk = first;\n\t\tif (!newRight) this.lastChunk = last;\n\n\t\tif (DEBUG) this.stats.timeEnd('move');\n\t\treturn this;\n\t}\n\n\toverwrite(start, end, content, options) {\n\t\tif (typeof content !== 'string') throw new TypeError('replacement content must be a string');\n\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (end > this.original.length) throw new Error('end is out of bounds');\n\t\tif (start === end)\n\t\t\tthrow new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead');\n\n\t\tif (DEBUG) this.stats.time('overwrite');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tif (options === true) {\n\t\t\tif (!warned.storeName) {\n\t\t\t\tconsole.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console\n\t\t\t\twarned.storeName = true;\n\t\t\t}\n\n\t\t\toptions = { storeName: true };\n\t\t}\n\t\tconst storeName = options !== undefined ? options.storeName : false;\n\t\tconst contentOnly = options !== undefined ? options.contentOnly : false;\n\n\t\tif (storeName) {\n\t\t\tconst original = this.original.slice(start, end);\n\t\t\tthis.storedNames[original] = true;\n\t\t}\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tif (first) {\n\t\t\tif (end > first.end && first.next !== this.byStart[first.end]) {\n\t\t\t\tthrow new Error('Cannot overwrite across a split point');\n\t\t\t}\n\n\t\t\tfirst.edit(content, storeName, contentOnly);\n\n\t\t\tif (first !== last) {\n\t\t\t\tlet chunk = first.next;\n\t\t\t\twhile (chunk !== last) {\n\t\t\t\t\tchunk.edit('', false);\n\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tchunk.edit('', false);\n\t\t\t}\n\t\t} else {\n\t\t\t// must be inserting at the end\n\t\t\tconst newChunk = new Chunk(start, end, '').edit(content, storeName);\n\n\t\t\t// TODO last chunk in the array may not be the last chunk, if it's moved...\n\t\t\tlast.next = newChunk;\n\t\t\tnewChunk.previous = last;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('overwrite');\n\t\treturn this;\n\t}\n\n\tprepend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.intro = content + this.intro;\n\t\treturn this;\n\t}\n\n\tprependLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependLeft(content);\n\t\t} else {\n\t\t\tthis.intro = content + this.intro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tprependRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependRight(content);\n\t\t} else {\n\t\t\tthis.outro = content + this.outro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tremove(start, end) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (start === end) return this;\n\n\t\tif (start < 0 || end > this.original.length) throw new Error('Character is out of bounds');\n\t\tif (start > end) throw new Error('end must be greater than start');\n\n\t\tif (DEBUG) this.stats.time('remove');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tlet chunk = this.byStart[start];\n\n\t\twhile (chunk) {\n\t\t\tchunk.intro = '';\n\t\t\tchunk.outro = '';\n\t\t\tchunk.edit('');\n\n\t\t\tchunk = end > chunk.end ? this.byStart[chunk.end] : null;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('remove');\n\t\treturn this;\n\t}\n\n\tlastChar() {\n\t\tif (this.outro.length)\n\t\t\treturn this.outro[this.outro.length - 1];\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length)\n\t\t\t\treturn chunk.outro[chunk.outro.length - 1];\n\t\t\tif (chunk.content.length)\n\t\t\t\treturn chunk.content[chunk.content.length - 1];\n\t\t\tif (chunk.intro.length)\n\t\t\t\treturn chunk.intro[chunk.intro.length - 1];\n\t\t} while (chunk = chunk.previous);\n\t\tif (this.intro.length)\n\t\t\treturn this.intro[this.intro.length - 1];\n\t\treturn '';\n\t}\n\n\tlastLine() {\n\t\tlet lineIndex = this.outro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.outro.substr(lineIndex + 1);\n\t\tlet lineStr = this.outro;\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length > 0) {\n\t\t\t\tlineIndex = chunk.outro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.outro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.outro + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.content.length > 0) {\n\t\t\t\tlineIndex = chunk.content.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.content.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.content + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.intro.length > 0) {\n\t\t\t\tlineIndex = chunk.intro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.intro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.intro + lineStr;\n\t\t\t}\n\t\t} while (chunk = chunk.previous);\n\t\tlineIndex = this.intro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.intro.substr(lineIndex + 1) + lineStr;\n\t\treturn this.intro + lineStr;\n\t}\n\n\tslice(start = 0, end = this.original.length) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tlet result = '';\n\n\t\t// find start chunk\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk && (chunk.start > start || chunk.end <= start)) {\n\t\t\t// found end chunk before start\n\t\t\tif (chunk.start < end && chunk.end >= end) {\n\t\t\t\treturn result;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tif (chunk && chunk.edited && chunk.start !== start)\n\t\t\tthrow new Error(`Cannot use replaced character ${start} as slice start anchor.`);\n\n\t\tconst startChunk = chunk;\n\t\twhile (chunk) {\n\t\t\tif (chunk.intro && (startChunk !== chunk || chunk.start === start)) {\n\t\t\t\tresult += chunk.intro;\n\t\t\t}\n\n\t\t\tconst containsEnd = chunk.start < end && chunk.end >= end;\n\t\t\tif (containsEnd && chunk.edited && chunk.end !== end)\n\t\t\t\tthrow new Error(`Cannot use replaced character ${end} as slice end anchor.`);\n\n\t\t\tconst sliceStart = startChunk === chunk ? start - chunk.start : 0;\n\t\t\tconst sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length;\n\n\t\t\tresult += chunk.content.slice(sliceStart, sliceEnd);\n\n\t\t\tif (chunk.outro && (!containsEnd || chunk.end === end)) {\n\t\t\t\tresult += chunk.outro;\n\t\t\t}\n\n\t\t\tif (containsEnd) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn result;\n\t}\n\n\t// TODO deprecate this? not really very useful\n\tsnip(start, end) {\n\t\tconst clone = this.clone();\n\t\tclone.remove(0, start);\n\t\tclone.remove(end, clone.original.length);\n\n\t\treturn clone;\n\t}\n\n\t_split(index) {\n\t\tif (this.byStart[index] || this.byEnd[index]) return;\n\n\t\tif (DEBUG) this.stats.time('_split');\n\n\t\tlet chunk = this.lastSearchedChunk;\n\t\tconst searchForward = index > chunk.end;\n\n\t\twhile (chunk) {\n\t\t\tif (chunk.contains(index)) return this._splitChunk(chunk, index);\n\n\t\t\tchunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start];\n\t\t}\n\t}\n\n\t_splitChunk(chunk, index) {\n\t\tif (chunk.edited && chunk.content.length) {\n\t\t\t// zero-length edited chunks are a special case (overlapping replacements)\n\t\t\tconst loc = getLocator(this.original)(index);\n\t\t\tthrow new Error(\n\t\t\t\t`Cannot split a chunk that has already been edited (${loc.line}:${loc.column} – \"${\n\t\t\t\t\tchunk.original\n\t\t\t\t}\")`\n\t\t\t);\n\t\t}\n\n\t\tconst newChunk = chunk.split(index);\n\n\t\tthis.byEnd[index] = chunk;\n\t\tthis.byStart[index] = newChunk;\n\t\tthis.byEnd[newChunk.end] = newChunk;\n\n\t\tif (chunk === this.lastChunk) this.lastChunk = newChunk;\n\n\t\tthis.lastSearchedChunk = chunk;\n\t\tif (DEBUG) this.stats.timeEnd('_split');\n\t\treturn true;\n\t}\n\n\ttoString() {\n\t\tlet str = this.intro;\n\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk) {\n\t\t\tstr += chunk.toString();\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn str + this.outro;\n\t}\n\n\tisEmpty() {\n\t\tlet chunk = this.firstChunk;\n\t\tdo {\n\t\t\tif (chunk.intro.length && chunk.intro.trim() ||\n\t\t\t\t\tchunk.content.length && chunk.content.trim() ||\n\t\t\t\t\tchunk.outro.length && chunk.outro.trim())\n\t\t\t\treturn false;\n\t\t} while (chunk = chunk.next);\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\tlet chunk = this.firstChunk;\n\t\tlet length = 0;\n\t\tdo {\n\t\t\tlength += chunk.intro.length + chunk.content.length + chunk.outro.length;\n\t\t} while (chunk = chunk.next);\n\t\treturn length;\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimEndAborted(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tlet chunk = this.lastChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimEnd(rx);\n\n\t\t\t// if chunk was trimmed, we have a new lastChunk\n\t\t\tif (chunk.end !== end) {\n\t\t\t\tif (this.lastChunk === chunk) {\n\t\t\t\t\tthis.lastChunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.previous;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimEnd(charType) {\n\t\tthis.trimEndAborted(charType);\n\t\treturn this;\n\t}\n\ttrimStartAborted(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tlet chunk = this.firstChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimStart(rx);\n\n\t\t\tif (chunk.end !== end) {\n\t\t\t\t// special case...\n\t\t\t\tif (chunk === this.lastChunk) this.lastChunk = chunk.next;\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.next;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimStart(charType) {\n\t\tthis.trimStartAborted(charType);\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport SourceMap from './SourceMap.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\n\nconst hasOwnProp = Object.prototype.hasOwnProperty;\n\nexport default class Bundle {\n\tconstructor(options = {}) {\n\t\tthis.intro = options.intro || '';\n\t\tthis.separator = options.separator !== undefined ? options.separator : '\\n';\n\t\tthis.sources = [];\n\t\tthis.uniqueSources = [];\n\t\tthis.uniqueSourceIndexByFilename = {};\n\t}\n\n\taddSource(source) {\n\t\tif (source instanceof MagicString) {\n\t\t\treturn this.addSource({\n\t\t\t\tcontent: source,\n\t\t\t\tfilename: source.filename,\n\t\t\t\tseparator: this.separator\n\t\t\t});\n\t\t}\n\n\t\tif (!isObject(source) || !source.content) {\n\t\t\tthrow new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`');\n\t\t}\n\n\t\t['filename', 'indentExclusionRanges', 'separator'].forEach(option => {\n\t\t\tif (!hasOwnProp.call(source, option)) source[option] = source.content[option];\n\t\t});\n\n\t\tif (source.separator === undefined) {\n\t\t\t// TODO there's a bunch of this sort of thing, needs cleaning up\n\t\t\tsource.separator = this.separator;\n\t\t}\n\n\t\tif (source.filename) {\n\t\t\tif (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) {\n\t\t\t\tthis.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length;\n\t\t\t\tthis.uniqueSources.push({ filename: source.filename, content: source.content.original });\n\t\t\t} else {\n\t\t\t\tconst uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]];\n\t\t\t\tif (source.content.original !== uniqueSource.content) {\n\t\t\t\t\tthrow new Error(`Illegal source: same filename (${source.filename}), different contents`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.sources.push(source);\n\t\treturn this;\n\t}\n\n\tappend(str, options) {\n\t\tthis.addSource({\n\t\t\tcontent: new MagicString(str),\n\t\t\tseparator: (options && options.separator) || ''\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst bundle = new Bundle({\n\t\t\tintro: this.intro,\n\t\t\tseparator: this.separator\n\t\t});\n\n\t\tthis.sources.forEach(source => {\n\t\t\tbundle.addSource({\n\t\t\t\tfilename: source.filename,\n\t\t\t\tcontent: source.content.clone(),\n\t\t\t\tseparator: source.separator\n\t\t\t});\n\t\t});\n\n\t\treturn bundle;\n\t}\n\n\tgenerateDecodedMap(options = {}) {\n\t\tconst names = [];\n\t\tthis.sources.forEach(source => {\n\t\t\tObject.keys(source.content.storedNames).forEach(name => {\n\t\t\t\tif (!~names.indexOf(name)) names.push(name);\n\t\t\t});\n\t\t});\n\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tif (i > 0) {\n\t\t\t\tmappings.advance(this.separator);\n\t\t\t}\n\n\t\t\tconst sourceIndex = source.filename ? this.uniqueSourceIndexByFilename[source.filename] : -1;\n\t\t\tconst magicString = source.content;\n\t\t\tconst locate = getLocator(magicString.original);\n\n\t\t\tif (magicString.intro) {\n\t\t\t\tmappings.advance(magicString.intro);\n\t\t\t}\n\n\t\t\tmagicString.firstChunk.eachNext(chunk => {\n\t\t\t\tconst loc = locate(chunk.start);\n\n\t\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\t\tif (source.filename) {\n\t\t\t\t\tif (chunk.edited) {\n\t\t\t\t\t\tmappings.addEdit(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk.content,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t\t\t);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmappings.addUneditedChunk(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk,\n\t\t\t\t\t\t\tmagicString.original,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tmagicString.sourcemapLocations\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tmappings.advance(chunk.content);\n\t\t\t\t}\n\n\t\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t\t});\n\n\t\t\tif (magicString.outro) {\n\t\t\t\tmappings.advance(magicString.outro);\n\t\t\t}\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: this.uniqueSources.map(source => {\n\t\t\t\treturn options.file ? getRelativePath(options.file, source.filename) : source.filename;\n\t\t\t}),\n\t\t\tsourcesContent: this.uniqueSources.map(source => {\n\t\t\t\treturn options.includeContent ? source.content : null;\n\t\t\t}),\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\tconst indentStringCounts = {};\n\n\t\tthis.sources.forEach(source => {\n\t\t\tconst indentStr = source.content.indentStr;\n\n\t\t\tif (indentStr === null) return;\n\n\t\t\tif (!indentStringCounts[indentStr]) indentStringCounts[indentStr] = 0;\n\t\t\tindentStringCounts[indentStr] += 1;\n\t\t});\n\n\t\treturn (\n\t\t\tObject.keys(indentStringCounts).sort((a, b) => {\n\t\t\t\treturn indentStringCounts[a] - indentStringCounts[b];\n\t\t\t})[0] || '\\t'\n\t\t);\n\t}\n\n\tindent(indentStr) {\n\t\tif (!arguments.length) {\n\t\t\tindentStr = this.getIndentString();\n\t\t}\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\tlet trailingNewline = !this.intro || this.intro.slice(-1) === '\\n';\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\tconst indentStart = trailingNewline || (i > 0 && /\\r?\\n$/.test(separator));\n\n\t\t\tsource.content.indent(indentStr, {\n\t\t\t\texclude: source.indentExclusionRanges,\n\t\t\t\tindentStart //: trailingNewline || /\\r?\\n$/.test( separator ) //true///\\r?\\n/.test( separator )\n\t\t\t});\n\n\t\t\ttrailingNewline = source.content.lastChar() === '\\n';\n\t\t});\n\n\t\tif (this.intro) {\n\t\t\tthis.intro =\n\t\t\t\tindentStr +\n\t\t\t\tthis.intro.replace(/^[^\\n]/gm, (match, index) => {\n\t\t\t\t\treturn index > 0 ? indentStr + match : match;\n\t\t\t\t});\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tprepend(str) {\n\t\tthis.intro = str + this.intro;\n\t\treturn this;\n\t}\n\n\ttoString() {\n\t\tconst body = this.sources\n\t\t\t.map((source, i) => {\n\t\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\t\tconst str = (i > 0 ? separator : '') + source.content.toString();\n\n\t\t\t\treturn str;\n\t\t\t})\n\t\t\t.join('');\n\n\t\treturn this.intro + body;\n\t}\n\n\tisEmpty () {\n\t\tif (this.intro.length && this.intro.trim())\n\t\t\treturn false;\n\t\tif (this.sources.some(source => !source.content.isEmpty()))\n\t\t\treturn false;\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\treturn this.sources.reduce((length, source) => length + source.content.length(), this.intro.length);\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimStart(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\t\tthis.intro = this.intro.replace(rx, '');\n\n\t\tif (!this.intro) {\n\t\t\tlet source;\n\t\t\tlet i = 0;\n\n\t\t\tdo {\n\t\t\t\tsource = this.sources[i++];\n\t\t\t\tif (!source) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} while (!source.content.trimStartAborted(charType));\n\t\t}\n\n\t\treturn this;\n\t}\n\n\ttrimEnd(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tlet source;\n\t\tlet i = this.sources.length - 1;\n\n\t\tdo {\n\t\t\tsource = this.sources[i--];\n\t\t\tif (!source) {\n\t\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\t\tbreak;\n\t\t\t}\n\t\t} while (!source.content.trimEndAborted(charType));\n\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport Bundle from './Bundle.js';\n\nMagicString.Bundle = Bundle;\nMagicString.default = MagicString; // work around TypeScript bug https://github.com/Rich-Harris/magic-string/pull/121\n\nexport default MagicString;\n"],"names":["const","let","encode","this"],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.es.js b/2019-setembro/node_modules/magic-string/dist/magic-string.es.js deleted file mode 100644 index 84a14a5..0000000 --- a/2019-setembro/node_modules/magic-string/dist/magic-string.es.js +++ /dev/null @@ -1,1294 +0,0 @@ -import { encode } from 'sourcemap-codec'; - -var Chunk = function Chunk(start, end, content) { - this.start = start; - this.end = end; - this.original = content; - - this.intro = ''; - this.outro = ''; - - this.content = content; - this.storeName = false; - this.edited = false; - - // we make these non-enumerable, for sanity while debugging - Object.defineProperties(this, { - previous: { writable: true, value: null }, - next: { writable: true, value: null } - }); -}; - -Chunk.prototype.appendLeft = function appendLeft (content) { - this.outro += content; -}; - -Chunk.prototype.appendRight = function appendRight (content) { - this.intro = this.intro + content; -}; - -Chunk.prototype.clone = function clone () { - var chunk = new Chunk(this.start, this.end, this.original); - - chunk.intro = this.intro; - chunk.outro = this.outro; - chunk.content = this.content; - chunk.storeName = this.storeName; - chunk.edited = this.edited; - - return chunk; -}; - -Chunk.prototype.contains = function contains (index) { - return this.start < index && index < this.end; -}; - -Chunk.prototype.eachNext = function eachNext (fn) { - var chunk = this; - while (chunk) { - fn(chunk); - chunk = chunk.next; - } -}; - -Chunk.prototype.eachPrevious = function eachPrevious (fn) { - var chunk = this; - while (chunk) { - fn(chunk); - chunk = chunk.previous; - } -}; - -Chunk.prototype.edit = function edit (content, storeName, contentOnly) { - this.content = content; - if (!contentOnly) { - this.intro = ''; - this.outro = ''; - } - this.storeName = storeName; - - this.edited = true; - - return this; -}; - -Chunk.prototype.prependLeft = function prependLeft (content) { - this.outro = content + this.outro; -}; - -Chunk.prototype.prependRight = function prependRight (content) { - this.intro = content + this.intro; -}; - -Chunk.prototype.split = function split (index) { - var sliceIndex = index - this.start; - - var originalBefore = this.original.slice(0, sliceIndex); - var originalAfter = this.original.slice(sliceIndex); - - this.original = originalBefore; - - var newChunk = new Chunk(index, this.end, originalAfter); - newChunk.outro = this.outro; - this.outro = ''; - - this.end = index; - - if (this.edited) { - // TODO is this block necessary?... - newChunk.edit('', false); - this.content = ''; - } else { - this.content = originalBefore; - } - - newChunk.next = this.next; - if (newChunk.next) { newChunk.next.previous = newChunk; } - newChunk.previous = this; - this.next = newChunk; - - return newChunk; -}; - -Chunk.prototype.toString = function toString () { - return this.intro + this.content + this.outro; -}; - -Chunk.prototype.trimEnd = function trimEnd (rx) { - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - - var trimmed = this.content.replace(rx, ''); - - if (trimmed.length) { - if (trimmed !== this.content) { - this.split(this.start + trimmed.length).edit('', undefined, true); - } - return true; - - } else { - this.edit('', undefined, true); - - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - } -}; - -Chunk.prototype.trimStart = function trimStart (rx) { - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - - var trimmed = this.content.replace(rx, ''); - - if (trimmed.length) { - if (trimmed !== this.content) { - this.split(this.end - trimmed.length); - this.edit('', undefined, true); - } - return true; - - } else { - this.edit('', undefined, true); - - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - } -}; - -var btoa = function () { - throw new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.'); -}; -if (typeof window !== 'undefined' && typeof window.btoa === 'function') { - btoa = function (str) { return window.btoa(unescape(encodeURIComponent(str))); }; -} else if (typeof Buffer === 'function') { - btoa = function (str) { return Buffer.from(str, 'utf-8').toString('base64'); }; -} - -var SourceMap = function SourceMap(properties) { - this.version = 3; - this.file = properties.file; - this.sources = properties.sources; - this.sourcesContent = properties.sourcesContent; - this.names = properties.names; - this.mappings = encode(properties.mappings); -}; - -SourceMap.prototype.toString = function toString () { - return JSON.stringify(this); -}; - -SourceMap.prototype.toUrl = function toUrl () { - return 'data:application/json;charset=utf-8;base64,' + btoa(this.toString()); -}; - -function guessIndent(code) { - var lines = code.split('\n'); - - var tabbed = lines.filter(function (line) { return /^\t+/.test(line); }); - var spaced = lines.filter(function (line) { return /^ {2,}/.test(line); }); - - if (tabbed.length === 0 && spaced.length === 0) { - return null; - } - - // More lines tabbed than spaced? Assume tabs, and - // default to tabs in the case of a tie (or nothing - // to go on) - if (tabbed.length >= spaced.length) { - return '\t'; - } - - // Otherwise, we need to guess the multiple - var min = spaced.reduce(function (previous, current) { - var numSpaces = /^ +/.exec(current)[0].length; - return Math.min(numSpaces, previous); - }, Infinity); - - return new Array(min + 1).join(' '); -} - -function getRelativePath(from, to) { - var fromParts = from.split(/[/\\]/); - var toParts = to.split(/[/\\]/); - - fromParts.pop(); // get dirname - - while (fromParts[0] === toParts[0]) { - fromParts.shift(); - toParts.shift(); - } - - if (fromParts.length) { - var i = fromParts.length; - while (i--) { fromParts[i] = '..'; } - } - - return fromParts.concat(toParts).join('/'); -} - -var toString = Object.prototype.toString; - -function isObject(thing) { - return toString.call(thing) === '[object Object]'; -} - -function getLocator(source) { - var originalLines = source.split('\n'); - var lineOffsets = []; - - for (var i = 0, pos = 0; i < originalLines.length; i++) { - lineOffsets.push(pos); - pos += originalLines[i].length + 1; - } - - return function locate(index) { - var i = 0; - var j = lineOffsets.length; - while (i < j) { - var m = (i + j) >> 1; - if (index < lineOffsets[m]) { - j = m; - } else { - i = m + 1; - } - } - var line = i - 1; - var column = index - lineOffsets[line]; - return { line: line, column: column }; - }; -} - -var Mappings = function Mappings(hires) { - this.hires = hires; - this.generatedCodeLine = 0; - this.generatedCodeColumn = 0; - this.raw = []; - this.rawSegments = this.raw[this.generatedCodeLine] = []; - this.pending = null; -}; - -Mappings.prototype.addEdit = function addEdit (sourceIndex, content, loc, nameIndex) { - if (content.length) { - var segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; - if (nameIndex >= 0) { - segment.push(nameIndex); - } - this.rawSegments.push(segment); - } else if (this.pending) { - this.rawSegments.push(this.pending); - } - - this.advance(content); - this.pending = null; -}; - -Mappings.prototype.addUneditedChunk = function addUneditedChunk (sourceIndex, chunk, original, loc, sourcemapLocations) { - var originalCharIndex = chunk.start; - var first = true; - - while (originalCharIndex < chunk.end) { - if (this.hires || first || sourcemapLocations[originalCharIndex]) { - this.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]); - } - - if (original[originalCharIndex] === '\n') { - loc.line += 1; - loc.column = 0; - this.generatedCodeLine += 1; - this.raw[this.generatedCodeLine] = this.rawSegments = []; - this.generatedCodeColumn = 0; - } else { - loc.column += 1; - this.generatedCodeColumn += 1; - } - - originalCharIndex += 1; - first = false; - } - - this.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; -}; - -Mappings.prototype.advance = function advance (str) { - if (!str) { return; } - - var lines = str.split('\n'); - - if (lines.length > 1) { - for (var i = 0; i < lines.length - 1; i++) { - this.generatedCodeLine++; - this.raw[this.generatedCodeLine] = this.rawSegments = []; - } - this.generatedCodeColumn = 0; - } - - this.generatedCodeColumn += lines[lines.length - 1].length; -}; - -var n = '\n'; - -var warned = { - insertLeft: false, - insertRight: false, - storeName: false -}; - -var MagicString = function MagicString(string, options) { - if ( options === void 0 ) options = {}; - - var chunk = new Chunk(0, string.length, string); - - Object.defineProperties(this, { - original: { writable: true, value: string }, - outro: { writable: true, value: '' }, - intro: { writable: true, value: '' }, - firstChunk: { writable: true, value: chunk }, - lastChunk: { writable: true, value: chunk }, - lastSearchedChunk: { writable: true, value: chunk }, - byStart: { writable: true, value: {} }, - byEnd: { writable: true, value: {} }, - filename: { writable: true, value: options.filename }, - indentExclusionRanges: { writable: true, value: options.indentExclusionRanges }, - sourcemapLocations: { writable: true, value: {} }, - storedNames: { writable: true, value: {} }, - indentStr: { writable: true, value: guessIndent(string) } - }); - - this.byStart[0] = chunk; - this.byEnd[string.length] = chunk; -}; - -MagicString.prototype.addSourcemapLocation = function addSourcemapLocation (char) { - this.sourcemapLocations[char] = true; -}; - -MagicString.prototype.append = function append (content) { - if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } - - this.outro += content; - return this; -}; - -MagicString.prototype.appendLeft = function appendLeft (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byEnd[index]; - - if (chunk) { - chunk.appendLeft(content); - } else { - this.intro += content; - } - return this; -}; - -MagicString.prototype.appendRight = function appendRight (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byStart[index]; - - if (chunk) { - chunk.appendRight(content); - } else { - this.outro += content; - } - return this; -}; - -MagicString.prototype.clone = function clone () { - var cloned = new MagicString(this.original, { filename: this.filename }); - - var originalChunk = this.firstChunk; - var clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone()); - - while (originalChunk) { - cloned.byStart[clonedChunk.start] = clonedChunk; - cloned.byEnd[clonedChunk.end] = clonedChunk; - - var nextOriginalChunk = originalChunk.next; - var nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone(); - - if (nextClonedChunk) { - clonedChunk.next = nextClonedChunk; - nextClonedChunk.previous = clonedChunk; - - clonedChunk = nextClonedChunk; - } - - originalChunk = nextOriginalChunk; - } - - cloned.lastChunk = clonedChunk; - - if (this.indentExclusionRanges) { - cloned.indentExclusionRanges = this.indentExclusionRanges.slice(); - } - - Object.keys(this.sourcemapLocations).forEach(function (loc) { - cloned.sourcemapLocations[loc] = true; - }); - - return cloned; -}; - -MagicString.prototype.generateDecodedMap = function generateDecodedMap (options) { - var this$1 = this; - - options = options || {}; - - var sourceIndex = 0; - var names = Object.keys(this.storedNames); - var mappings = new Mappings(options.hires); - - var locate = getLocator(this.original); - - if (this.intro) { - mappings.advance(this.intro); - } - - this.firstChunk.eachNext(function (chunk) { - var loc = locate(chunk.start); - - if (chunk.intro.length) { mappings.advance(chunk.intro); } - - if (chunk.edited) { - mappings.addEdit( - sourceIndex, - chunk.content, - loc, - chunk.storeName ? names.indexOf(chunk.original) : -1 - ); - } else { - mappings.addUneditedChunk(sourceIndex, chunk, this$1.original, loc, this$1.sourcemapLocations); - } - - if (chunk.outro.length) { mappings.advance(chunk.outro); } - }); - - return { - file: options.file ? options.file.split(/[/\\]/).pop() : null, - sources: [options.source ? getRelativePath(options.file || '', options.source) : null], - sourcesContent: options.includeContent ? [this.original] : [null], - names: names, - mappings: mappings.raw - }; -}; - -MagicString.prototype.generateMap = function generateMap (options) { - return new SourceMap(this.generateDecodedMap(options)); -}; - -MagicString.prototype.getIndentString = function getIndentString () { - return this.indentStr === null ? '\t' : this.indentStr; -}; - -MagicString.prototype.indent = function indent (indentStr, options) { - var pattern = /^[^\r\n]/gm; - - if (isObject(indentStr)) { - options = indentStr; - indentStr = undefined; - } - - indentStr = indentStr !== undefined ? indentStr : this.indentStr || '\t'; - - if (indentStr === '') { return this; } // noop - - options = options || {}; - - // Process exclusion ranges - var isExcluded = {}; - - if (options.exclude) { - var exclusions = - typeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude; - exclusions.forEach(function (exclusion) { - for (var i = exclusion[0]; i < exclusion[1]; i += 1) { - isExcluded[i] = true; - } - }); - } - - var shouldIndentNextCharacter = options.indentStart !== false; - var replacer = function (match) { - if (shouldIndentNextCharacter) { return ("" + indentStr + match); } - shouldIndentNextCharacter = true; - return match; - }; - - this.intro = this.intro.replace(pattern, replacer); - - var charIndex = 0; - var chunk = this.firstChunk; - - while (chunk) { - var end = chunk.end; - - if (chunk.edited) { - if (!isExcluded[charIndex]) { - chunk.content = chunk.content.replace(pattern, replacer); - - if (chunk.content.length) { - shouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\n'; - } - } - } else { - charIndex = chunk.start; - - while (charIndex < end) { - if (!isExcluded[charIndex]) { - var char = this.original[charIndex]; - - if (char === '\n') { - shouldIndentNextCharacter = true; - } else if (char !== '\r' && shouldIndentNextCharacter) { - shouldIndentNextCharacter = false; - - if (charIndex === chunk.start) { - chunk.prependRight(indentStr); - } else { - this._splitChunk(chunk, charIndex); - chunk = chunk.next; - chunk.prependRight(indentStr); - } - } - } - - charIndex += 1; - } - } - - charIndex = chunk.end; - chunk = chunk.next; - } - - this.outro = this.outro.replace(pattern, replacer); - - return this; -}; - -MagicString.prototype.insert = function insert () { - throw new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)'); -}; - -MagicString.prototype.insertLeft = function insertLeft (index, content) { - if (!warned.insertLeft) { - console.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console - warned.insertLeft = true; - } - - return this.appendLeft(index, content); -}; - -MagicString.prototype.insertRight = function insertRight (index, content) { - if (!warned.insertRight) { - console.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console - warned.insertRight = true; - } - - return this.prependRight(index, content); -}; - -MagicString.prototype.move = function move (start, end, index) { - if (index >= start && index <= end) { throw new Error('Cannot move a selection inside itself'); } - - this._split(start); - this._split(end); - this._split(index); - - var first = this.byStart[start]; - var last = this.byEnd[end]; - - var oldLeft = first.previous; - var oldRight = last.next; - - var newRight = this.byStart[index]; - if (!newRight && last === this.lastChunk) { return this; } - var newLeft = newRight ? newRight.previous : this.lastChunk; - - if (oldLeft) { oldLeft.next = oldRight; } - if (oldRight) { oldRight.previous = oldLeft; } - - if (newLeft) { newLeft.next = first; } - if (newRight) { newRight.previous = last; } - - if (!first.previous) { this.firstChunk = last.next; } - if (!last.next) { - this.lastChunk = first.previous; - this.lastChunk.next = null; - } - - first.previous = newLeft; - last.next = newRight || null; - - if (!newLeft) { this.firstChunk = first; } - if (!newRight) { this.lastChunk = last; } - return this; -}; - -MagicString.prototype.overwrite = function overwrite (start, end, content, options) { - if (typeof content !== 'string') { throw new TypeError('replacement content must be a string'); } - - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - if (end > this.original.length) { throw new Error('end is out of bounds'); } - if (start === end) - { throw new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead'); } - - this._split(start); - this._split(end); - - if (options === true) { - if (!warned.storeName) { - console.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console - warned.storeName = true; - } - - options = { storeName: true }; - } - var storeName = options !== undefined ? options.storeName : false; - var contentOnly = options !== undefined ? options.contentOnly : false; - - if (storeName) { - var original = this.original.slice(start, end); - this.storedNames[original] = true; - } - - var first = this.byStart[start]; - var last = this.byEnd[end]; - - if (first) { - if (end > first.end && first.next !== this.byStart[first.end]) { - throw new Error('Cannot overwrite across a split point'); - } - - first.edit(content, storeName, contentOnly); - - if (first !== last) { - var chunk = first.next; - while (chunk !== last) { - chunk.edit('', false); - chunk = chunk.next; - } - - chunk.edit('', false); - } - } else { - // must be inserting at the end - var newChunk = new Chunk(start, end, '').edit(content, storeName); - - // TODO last chunk in the array may not be the last chunk, if it's moved... - last.next = newChunk; - newChunk.previous = last; - } - return this; -}; - -MagicString.prototype.prepend = function prepend (content) { - if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } - - this.intro = content + this.intro; - return this; -}; - -MagicString.prototype.prependLeft = function prependLeft (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byEnd[index]; - - if (chunk) { - chunk.prependLeft(content); - } else { - this.intro = content + this.intro; - } - return this; -}; - -MagicString.prototype.prependRight = function prependRight (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byStart[index]; - - if (chunk) { - chunk.prependRight(content); - } else { - this.outro = content + this.outro; - } - return this; -}; - -MagicString.prototype.remove = function remove (start, end) { - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - if (start === end) { return this; } - - if (start < 0 || end > this.original.length) { throw new Error('Character is out of bounds'); } - if (start > end) { throw new Error('end must be greater than start'); } - - this._split(start); - this._split(end); - - var chunk = this.byStart[start]; - - while (chunk) { - chunk.intro = ''; - chunk.outro = ''; - chunk.edit(''); - - chunk = end > chunk.end ? this.byStart[chunk.end] : null; - } - return this; -}; - -MagicString.prototype.lastChar = function lastChar () { - if (this.outro.length) - { return this.outro[this.outro.length - 1]; } - var chunk = this.lastChunk; - do { - if (chunk.outro.length) - { return chunk.outro[chunk.outro.length - 1]; } - if (chunk.content.length) - { return chunk.content[chunk.content.length - 1]; } - if (chunk.intro.length) - { return chunk.intro[chunk.intro.length - 1]; } - } while (chunk = chunk.previous); - if (this.intro.length) - { return this.intro[this.intro.length - 1]; } - return ''; -}; - -MagicString.prototype.lastLine = function lastLine () { - var lineIndex = this.outro.lastIndexOf(n); - if (lineIndex !== -1) - { return this.outro.substr(lineIndex + 1); } - var lineStr = this.outro; - var chunk = this.lastChunk; - do { - if (chunk.outro.length > 0) { - lineIndex = chunk.outro.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.outro.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.outro + lineStr; - } - - if (chunk.content.length > 0) { - lineIndex = chunk.content.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.content.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.content + lineStr; - } - - if (chunk.intro.length > 0) { - lineIndex = chunk.intro.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.intro.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.intro + lineStr; - } - } while (chunk = chunk.previous); - lineIndex = this.intro.lastIndexOf(n); - if (lineIndex !== -1) - { return this.intro.substr(lineIndex + 1) + lineStr; } - return this.intro + lineStr; -}; - -MagicString.prototype.slice = function slice (start, end) { - if ( start === void 0 ) start = 0; - if ( end === void 0 ) end = this.original.length; - - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - var result = ''; - - // find start chunk - var chunk = this.firstChunk; - while (chunk && (chunk.start > start || chunk.end <= start)) { - // found end chunk before start - if (chunk.start < end && chunk.end >= end) { - return result; - } - - chunk = chunk.next; - } - - if (chunk && chunk.edited && chunk.start !== start) - { throw new Error(("Cannot use replaced character " + start + " as slice start anchor.")); } - - var startChunk = chunk; - while (chunk) { - if (chunk.intro && (startChunk !== chunk || chunk.start === start)) { - result += chunk.intro; - } - - var containsEnd = chunk.start < end && chunk.end >= end; - if (containsEnd && chunk.edited && chunk.end !== end) - { throw new Error(("Cannot use replaced character " + end + " as slice end anchor.")); } - - var sliceStart = startChunk === chunk ? start - chunk.start : 0; - var sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length; - - result += chunk.content.slice(sliceStart, sliceEnd); - - if (chunk.outro && (!containsEnd || chunk.end === end)) { - result += chunk.outro; - } - - if (containsEnd) { - break; - } - - chunk = chunk.next; - } - - return result; -}; - -// TODO deprecate this? not really very useful -MagicString.prototype.snip = function snip (start, end) { - var clone = this.clone(); - clone.remove(0, start); - clone.remove(end, clone.original.length); - - return clone; -}; - -MagicString.prototype._split = function _split (index) { - if (this.byStart[index] || this.byEnd[index]) { return; } - - var chunk = this.lastSearchedChunk; - var searchForward = index > chunk.end; - - while (chunk) { - if (chunk.contains(index)) { return this._splitChunk(chunk, index); } - - chunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start]; - } -}; - -MagicString.prototype._splitChunk = function _splitChunk (chunk, index) { - if (chunk.edited && chunk.content.length) { - // zero-length edited chunks are a special case (overlapping replacements) - var loc = getLocator(this.original)(index); - throw new Error( - ("Cannot split a chunk that has already been edited (" + (loc.line) + ":" + (loc.column) + " – \"" + (chunk.original) + "\")") - ); - } - - var newChunk = chunk.split(index); - - this.byEnd[index] = chunk; - this.byStart[index] = newChunk; - this.byEnd[newChunk.end] = newChunk; - - if (chunk === this.lastChunk) { this.lastChunk = newChunk; } - - this.lastSearchedChunk = chunk; - return true; -}; - -MagicString.prototype.toString = function toString () { - var str = this.intro; - - var chunk = this.firstChunk; - while (chunk) { - str += chunk.toString(); - chunk = chunk.next; - } - - return str + this.outro; -}; - -MagicString.prototype.isEmpty = function isEmpty () { - var chunk = this.firstChunk; - do { - if (chunk.intro.length && chunk.intro.trim() || - chunk.content.length && chunk.content.trim() || - chunk.outro.length && chunk.outro.trim()) - { return false; } - } while (chunk = chunk.next); - return true; -}; - -MagicString.prototype.length = function length () { - var chunk = this.firstChunk; - var length = 0; - do { - length += chunk.intro.length + chunk.content.length + chunk.outro.length; - } while (chunk = chunk.next); - return length; -}; - -MagicString.prototype.trimLines = function trimLines () { - return this.trim('[\\r\\n]'); -}; - -MagicString.prototype.trim = function trim (charType) { - return this.trimStart(charType).trimEnd(charType); -}; - -MagicString.prototype.trimEndAborted = function trimEndAborted (charType) { - var rx = new RegExp((charType || '\\s') + '+$'); - - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - - var chunk = this.lastChunk; - - do { - var end = chunk.end; - var aborted = chunk.trimEnd(rx); - - // if chunk was trimmed, we have a new lastChunk - if (chunk.end !== end) { - if (this.lastChunk === chunk) { - this.lastChunk = chunk.next; - } - - this.byEnd[chunk.end] = chunk; - this.byStart[chunk.next.start] = chunk.next; - this.byEnd[chunk.next.end] = chunk.next; - } - - if (aborted) { return true; } - chunk = chunk.previous; - } while (chunk); - - return false; -}; - -MagicString.prototype.trimEnd = function trimEnd (charType) { - this.trimEndAborted(charType); - return this; -}; -MagicString.prototype.trimStartAborted = function trimStartAborted (charType) { - var rx = new RegExp('^' + (charType || '\\s') + '+'); - - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - - var chunk = this.firstChunk; - - do { - var end = chunk.end; - var aborted = chunk.trimStart(rx); - - if (chunk.end !== end) { - // special case... - if (chunk === this.lastChunk) { this.lastChunk = chunk.next; } - - this.byEnd[chunk.end] = chunk; - this.byStart[chunk.next.start] = chunk.next; - this.byEnd[chunk.next.end] = chunk.next; - } - - if (aborted) { return true; } - chunk = chunk.next; - } while (chunk); - - return false; -}; - -MagicString.prototype.trimStart = function trimStart (charType) { - this.trimStartAborted(charType); - return this; -}; - -var hasOwnProp = Object.prototype.hasOwnProperty; - -var Bundle = function Bundle(options) { - if ( options === void 0 ) options = {}; - - this.intro = options.intro || ''; - this.separator = options.separator !== undefined ? options.separator : '\n'; - this.sources = []; - this.uniqueSources = []; - this.uniqueSourceIndexByFilename = {}; -}; - -Bundle.prototype.addSource = function addSource (source) { - if (source instanceof MagicString) { - return this.addSource({ - content: source, - filename: source.filename, - separator: this.separator - }); - } - - if (!isObject(source) || !source.content) { - throw new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`'); - } - - ['filename', 'indentExclusionRanges', 'separator'].forEach(function (option) { - if (!hasOwnProp.call(source, option)) { source[option] = source.content[option]; } - }); - - if (source.separator === undefined) { - // TODO there's a bunch of this sort of thing, needs cleaning up - source.separator = this.separator; - } - - if (source.filename) { - if (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) { - this.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length; - this.uniqueSources.push({ filename: source.filename, content: source.content.original }); - } else { - var uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]]; - if (source.content.original !== uniqueSource.content) { - throw new Error(("Illegal source: same filename (" + (source.filename) + "), different contents")); - } - } - } - - this.sources.push(source); - return this; -}; - -Bundle.prototype.append = function append (str, options) { - this.addSource({ - content: new MagicString(str), - separator: (options && options.separator) || '' - }); - - return this; -}; - -Bundle.prototype.clone = function clone () { - var bundle = new Bundle({ - intro: this.intro, - separator: this.separator - }); - - this.sources.forEach(function (source) { - bundle.addSource({ - filename: source.filename, - content: source.content.clone(), - separator: source.separator - }); - }); - - return bundle; -}; - -Bundle.prototype.generateDecodedMap = function generateDecodedMap (options) { - var this$1 = this; - if ( options === void 0 ) options = {}; - - var names = []; - this.sources.forEach(function (source) { - Object.keys(source.content.storedNames).forEach(function (name) { - if (!~names.indexOf(name)) { names.push(name); } - }); - }); - - var mappings = new Mappings(options.hires); - - if (this.intro) { - mappings.advance(this.intro); - } - - this.sources.forEach(function (source, i) { - if (i > 0) { - mappings.advance(this$1.separator); - } - - var sourceIndex = source.filename ? this$1.uniqueSourceIndexByFilename[source.filename] : -1; - var magicString = source.content; - var locate = getLocator(magicString.original); - - if (magicString.intro) { - mappings.advance(magicString.intro); - } - - magicString.firstChunk.eachNext(function (chunk) { - var loc = locate(chunk.start); - - if (chunk.intro.length) { mappings.advance(chunk.intro); } - - if (source.filename) { - if (chunk.edited) { - mappings.addEdit( - sourceIndex, - chunk.content, - loc, - chunk.storeName ? names.indexOf(chunk.original) : -1 - ); - } else { - mappings.addUneditedChunk( - sourceIndex, - chunk, - magicString.original, - loc, - magicString.sourcemapLocations - ); - } - } else { - mappings.advance(chunk.content); - } - - if (chunk.outro.length) { mappings.advance(chunk.outro); } - }); - - if (magicString.outro) { - mappings.advance(magicString.outro); - } - }); - - return { - file: options.file ? options.file.split(/[/\\]/).pop() : null, - sources: this.uniqueSources.map(function (source) { - return options.file ? getRelativePath(options.file, source.filename) : source.filename; - }), - sourcesContent: this.uniqueSources.map(function (source) { - return options.includeContent ? source.content : null; - }), - names: names, - mappings: mappings.raw - }; -}; - -Bundle.prototype.generateMap = function generateMap (options) { - return new SourceMap(this.generateDecodedMap(options)); -}; - -Bundle.prototype.getIndentString = function getIndentString () { - var indentStringCounts = {}; - - this.sources.forEach(function (source) { - var indentStr = source.content.indentStr; - - if (indentStr === null) { return; } - - if (!indentStringCounts[indentStr]) { indentStringCounts[indentStr] = 0; } - indentStringCounts[indentStr] += 1; - }); - - return ( - Object.keys(indentStringCounts).sort(function (a, b) { - return indentStringCounts[a] - indentStringCounts[b]; - })[0] || '\t' - ); -}; - -Bundle.prototype.indent = function indent (indentStr) { - var this$1 = this; - - if (!arguments.length) { - indentStr = this.getIndentString(); - } - - if (indentStr === '') { return this; } // noop - - var trailingNewline = !this.intro || this.intro.slice(-1) === '\n'; - - this.sources.forEach(function (source, i) { - var separator = source.separator !== undefined ? source.separator : this$1.separator; - var indentStart = trailingNewline || (i > 0 && /\r?\n$/.test(separator)); - - source.content.indent(indentStr, { - exclude: source.indentExclusionRanges, - indentStart: indentStart //: trailingNewline || /\r?\n$/.test( separator ) //true///\r?\n/.test( separator ) - }); - - trailingNewline = source.content.lastChar() === '\n'; - }); - - if (this.intro) { - this.intro = - indentStr + - this.intro.replace(/^[^\n]/gm, function (match, index) { - return index > 0 ? indentStr + match : match; - }); - } - - return this; -}; - -Bundle.prototype.prepend = function prepend (str) { - this.intro = str + this.intro; - return this; -}; - -Bundle.prototype.toString = function toString () { - var this$1 = this; - - var body = this.sources - .map(function (source, i) { - var separator = source.separator !== undefined ? source.separator : this$1.separator; - var str = (i > 0 ? separator : '') + source.content.toString(); - - return str; - }) - .join(''); - - return this.intro + body; -}; - -Bundle.prototype.isEmpty = function isEmpty () { - if (this.intro.length && this.intro.trim()) - { return false; } - if (this.sources.some(function (source) { return !source.content.isEmpty(); })) - { return false; } - return true; -}; - -Bundle.prototype.length = function length () { - return this.sources.reduce(function (length, source) { return length + source.content.length(); }, this.intro.length); -}; - -Bundle.prototype.trimLines = function trimLines () { - return this.trim('[\\r\\n]'); -}; - -Bundle.prototype.trim = function trim (charType) { - return this.trimStart(charType).trimEnd(charType); -}; - -Bundle.prototype.trimStart = function trimStart (charType) { - var rx = new RegExp('^' + (charType || '\\s') + '+'); - this.intro = this.intro.replace(rx, ''); - - if (!this.intro) { - var source; - var i = 0; - - do { - source = this.sources[i++]; - if (!source) { - break; - } - } while (!source.content.trimStartAborted(charType)); - } - - return this; -}; - -Bundle.prototype.trimEnd = function trimEnd (charType) { - var rx = new RegExp((charType || '\\s') + '+$'); - - var source; - var i = this.sources.length - 1; - - do { - source = this.sources[i--]; - if (!source) { - this.intro = this.intro.replace(rx, ''); - break; - } - } while (!source.content.trimEndAborted(charType)); - - return this; -}; - -export default MagicString; -export { Bundle, SourceMap }; -//# sourceMappingURL=magic-string.es.js.map diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.es.js.map b/2019-setembro/node_modules/magic-string/dist/magic-string.es.js.map deleted file mode 100644 index fd5ae18..0000000 --- a/2019-setembro/node_modules/magic-string/dist/magic-string.es.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"magic-string.es.js","sources":["../src/Chunk.js","../src/SourceMap.js","../src/utils/guessIndent.js","../src/utils/getRelativePath.js","../src/utils/isObject.js","../src/utils/getLocator.js","../src/utils/Mappings.js","../src/MagicString.js","../src/Bundle.js"],"sourcesContent":["export default class Chunk {\n\tconstructor(start, end, content) {\n\t\tthis.start = start;\n\t\tthis.end = end;\n\t\tthis.original = content;\n\n\t\tthis.intro = '';\n\t\tthis.outro = '';\n\n\t\tthis.content = content;\n\t\tthis.storeName = false;\n\t\tthis.edited = false;\n\n\t\t// we make these non-enumerable, for sanity while debugging\n\t\tObject.defineProperties(this, {\n\t\t\tprevious: { writable: true, value: null },\n\t\t\tnext: { writable: true, value: null }\n\t\t});\n\t}\n\n\tappendLeft(content) {\n\t\tthis.outro += content;\n\t}\n\n\tappendRight(content) {\n\t\tthis.intro = this.intro + content;\n\t}\n\n\tclone() {\n\t\tconst chunk = new Chunk(this.start, this.end, this.original);\n\n\t\tchunk.intro = this.intro;\n\t\tchunk.outro = this.outro;\n\t\tchunk.content = this.content;\n\t\tchunk.storeName = this.storeName;\n\t\tchunk.edited = this.edited;\n\n\t\treturn chunk;\n\t}\n\n\tcontains(index) {\n\t\treturn this.start < index && index < this.end;\n\t}\n\n\teachNext(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.next;\n\t\t}\n\t}\n\n\teachPrevious(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.previous;\n\t\t}\n\t}\n\n\tedit(content, storeName, contentOnly) {\n\t\tthis.content = content;\n\t\tif (!contentOnly) {\n\t\t\tthis.intro = '';\n\t\t\tthis.outro = '';\n\t\t}\n\t\tthis.storeName = storeName;\n\n\t\tthis.edited = true;\n\n\t\treturn this;\n\t}\n\n\tprependLeft(content) {\n\t\tthis.outro = content + this.outro;\n\t}\n\n\tprependRight(content) {\n\t\tthis.intro = content + this.intro;\n\t}\n\n\tsplit(index) {\n\t\tconst sliceIndex = index - this.start;\n\n\t\tconst originalBefore = this.original.slice(0, sliceIndex);\n\t\tconst originalAfter = this.original.slice(sliceIndex);\n\n\t\tthis.original = originalBefore;\n\n\t\tconst newChunk = new Chunk(index, this.end, originalAfter);\n\t\tnewChunk.outro = this.outro;\n\t\tthis.outro = '';\n\n\t\tthis.end = index;\n\n\t\tif (this.edited) {\n\t\t\t// TODO is this block necessary?...\n\t\t\tnewChunk.edit('', false);\n\t\t\tthis.content = '';\n\t\t} else {\n\t\t\tthis.content = originalBefore;\n\t\t}\n\n\t\tnewChunk.next = this.next;\n\t\tif (newChunk.next) newChunk.next.previous = newChunk;\n\t\tnewChunk.previous = this;\n\t\tthis.next = newChunk;\n\n\t\treturn newChunk;\n\t}\n\n\ttoString() {\n\t\treturn this.intro + this.content + this.outro;\n\t}\n\n\ttrimEnd(rx) {\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.start + trimmed.length).edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\tif (this.intro.length) return true;\n\t\t}\n\t}\n\n\ttrimStart(rx) {\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.end - trimmed.length);\n\t\t\t\tthis.edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.outro = this.outro.replace(rx, '');\n\t\t\tif (this.outro.length) return true;\n\t\t}\n\t}\n}\n","import { encode } from 'sourcemap-codec';\n\nlet btoa = () => {\n\tthrow new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.');\n};\nif (typeof window !== 'undefined' && typeof window.btoa === 'function') {\n\tbtoa = str => window.btoa(unescape(encodeURIComponent(str)));\n} else if (typeof Buffer === 'function') {\n\tbtoa = str => Buffer.from(str, 'utf-8').toString('base64');\n}\n\nexport default class SourceMap {\n\tconstructor(properties) {\n\t\tthis.version = 3;\n\t\tthis.file = properties.file;\n\t\tthis.sources = properties.sources;\n\t\tthis.sourcesContent = properties.sourcesContent;\n\t\tthis.names = properties.names;\n\t\tthis.mappings = encode(properties.mappings);\n\t}\n\n\ttoString() {\n\t\treturn JSON.stringify(this);\n\t}\n\n\ttoUrl() {\n\t\treturn 'data:application/json;charset=utf-8;base64,' + btoa(this.toString());\n\t}\n}\n","export default function guessIndent(code) {\n\tconst lines = code.split('\\n');\n\n\tconst tabbed = lines.filter(line => /^\\t+/.test(line));\n\tconst spaced = lines.filter(line => /^ {2,}/.test(line));\n\n\tif (tabbed.length === 0 && spaced.length === 0) {\n\t\treturn null;\n\t}\n\n\t// More lines tabbed than spaced? Assume tabs, and\n\t// default to tabs in the case of a tie (or nothing\n\t// to go on)\n\tif (tabbed.length >= spaced.length) {\n\t\treturn '\\t';\n\t}\n\n\t// Otherwise, we need to guess the multiple\n\tconst min = spaced.reduce((previous, current) => {\n\t\tconst numSpaces = /^ +/.exec(current)[0].length;\n\t\treturn Math.min(numSpaces, previous);\n\t}, Infinity);\n\n\treturn new Array(min + 1).join(' ');\n}\n","export default function getRelativePath(from, to) {\n\tconst fromParts = from.split(/[/\\\\]/);\n\tconst toParts = to.split(/[/\\\\]/);\n\n\tfromParts.pop(); // get dirname\n\n\twhile (fromParts[0] === toParts[0]) {\n\t\tfromParts.shift();\n\t\ttoParts.shift();\n\t}\n\n\tif (fromParts.length) {\n\t\tlet i = fromParts.length;\n\t\twhile (i--) fromParts[i] = '..';\n\t}\n\n\treturn fromParts.concat(toParts).join('/');\n}\n","const toString = Object.prototype.toString;\n\nexport default function isObject(thing) {\n\treturn toString.call(thing) === '[object Object]';\n}\n","export default function getLocator(source) {\n\tconst originalLines = source.split('\\n');\n\tconst lineOffsets = [];\n\n\tfor (let i = 0, pos = 0; i < originalLines.length; i++) {\n\t\tlineOffsets.push(pos);\n\t\tpos += originalLines[i].length + 1;\n\t}\n\n\treturn function locate(index) {\n\t\tlet i = 0;\n\t\tlet j = lineOffsets.length;\n\t\twhile (i < j) {\n\t\t\tconst m = (i + j) >> 1;\n\t\t\tif (index < lineOffsets[m]) {\n\t\t\t\tj = m;\n\t\t\t} else {\n\t\t\t\ti = m + 1;\n\t\t\t}\n\t\t}\n\t\tconst line = i - 1;\n\t\tconst column = index - lineOffsets[line];\n\t\treturn { line, column };\n\t};\n}\n","export default class Mappings {\n\tconstructor(hires) {\n\t\tthis.hires = hires;\n\t\tthis.generatedCodeLine = 0;\n\t\tthis.generatedCodeColumn = 0;\n\t\tthis.raw = [];\n\t\tthis.rawSegments = this.raw[this.generatedCodeLine] = [];\n\t\tthis.pending = null;\n\t}\n\n\taddEdit(sourceIndex, content, loc, nameIndex) {\n\t\tif (content.length) {\n\t\t\tconst segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t\t\tif (nameIndex >= 0) {\n\t\t\t\tsegment.push(nameIndex);\n\t\t\t}\n\t\t\tthis.rawSegments.push(segment);\n\t\t} else if (this.pending) {\n\t\t\tthis.rawSegments.push(this.pending);\n\t\t}\n\n\t\tthis.advance(content);\n\t\tthis.pending = null;\n\t}\n\n\taddUneditedChunk(sourceIndex, chunk, original, loc, sourcemapLocations) {\n\t\tlet originalCharIndex = chunk.start;\n\t\tlet first = true;\n\n\t\twhile (originalCharIndex < chunk.end) {\n\t\t\tif (this.hires || first || sourcemapLocations[originalCharIndex]) {\n\t\t\t\tthis.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]);\n\t\t\t}\n\n\t\t\tif (original[originalCharIndex] === '\\n') {\n\t\t\t\tloc.line += 1;\n\t\t\t\tloc.column = 0;\n\t\t\t\tthis.generatedCodeLine += 1;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t\tthis.generatedCodeColumn = 0;\n\t\t\t} else {\n\t\t\t\tloc.column += 1;\n\t\t\t\tthis.generatedCodeColumn += 1;\n\t\t\t}\n\n\t\t\toriginalCharIndex += 1;\n\t\t\tfirst = false;\n\t\t}\n\n\t\tthis.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t}\n\n\tadvance(str) {\n\t\tif (!str) return;\n\n\t\tconst lines = str.split('\\n');\n\n\t\tif (lines.length > 1) {\n\t\t\tfor (let i = 0; i < lines.length - 1; i++) {\n\t\t\t\tthis.generatedCodeLine++;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t}\n\t\t\tthis.generatedCodeColumn = 0;\n\t\t}\n\n\t\tthis.generatedCodeColumn += lines[lines.length - 1].length;\n\t}\n}\n","import Chunk from './Chunk.js';\nimport SourceMap from './SourceMap.js';\nimport guessIndent from './utils/guessIndent.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\nimport Stats from './utils/Stats.js';\n\nconst n = '\\n';\n\nconst warned = {\n\tinsertLeft: false,\n\tinsertRight: false,\n\tstoreName: false\n};\n\nexport default class MagicString {\n\tconstructor(string, options = {}) {\n\t\tconst chunk = new Chunk(0, string.length, string);\n\n\t\tObject.defineProperties(this, {\n\t\t\toriginal: { writable: true, value: string },\n\t\t\toutro: { writable: true, value: '' },\n\t\t\tintro: { writable: true, value: '' },\n\t\t\tfirstChunk: { writable: true, value: chunk },\n\t\t\tlastChunk: { writable: true, value: chunk },\n\t\t\tlastSearchedChunk: { writable: true, value: chunk },\n\t\t\tbyStart: { writable: true, value: {} },\n\t\t\tbyEnd: { writable: true, value: {} },\n\t\t\tfilename: { writable: true, value: options.filename },\n\t\t\tindentExclusionRanges: { writable: true, value: options.indentExclusionRanges },\n\t\t\tsourcemapLocations: { writable: true, value: {} },\n\t\t\tstoredNames: { writable: true, value: {} },\n\t\t\tindentStr: { writable: true, value: guessIndent(string) }\n\t\t});\n\n\t\tif (DEBUG) {\n\t\t\tObject.defineProperty(this, 'stats', { value: new Stats() });\n\t\t}\n\n\t\tthis.byStart[0] = chunk;\n\t\tthis.byEnd[string.length] = chunk;\n\t}\n\n\taddSourcemapLocation(char) {\n\t\tthis.sourcemapLocations[char] = true;\n\t}\n\n\tappend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.outro += content;\n\t\treturn this;\n\t}\n\n\tappendLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendLeft');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendLeft(content);\n\t\t} else {\n\t\t\tthis.intro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendLeft');\n\t\treturn this;\n\t}\n\n\tappendRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendRight(content);\n\t\t} else {\n\t\t\tthis.outro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendRight');\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst cloned = new MagicString(this.original, { filename: this.filename });\n\n\t\tlet originalChunk = this.firstChunk;\n\t\tlet clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone());\n\n\t\twhile (originalChunk) {\n\t\t\tcloned.byStart[clonedChunk.start] = clonedChunk;\n\t\t\tcloned.byEnd[clonedChunk.end] = clonedChunk;\n\n\t\t\tconst nextOriginalChunk = originalChunk.next;\n\t\t\tconst nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone();\n\n\t\t\tif (nextClonedChunk) {\n\t\t\t\tclonedChunk.next = nextClonedChunk;\n\t\t\t\tnextClonedChunk.previous = clonedChunk;\n\n\t\t\t\tclonedChunk = nextClonedChunk;\n\t\t\t}\n\n\t\t\toriginalChunk = nextOriginalChunk;\n\t\t}\n\n\t\tcloned.lastChunk = clonedChunk;\n\n\t\tif (this.indentExclusionRanges) {\n\t\t\tcloned.indentExclusionRanges = this.indentExclusionRanges.slice();\n\t\t}\n\n\t\tObject.keys(this.sourcemapLocations).forEach(loc => {\n\t\t\tcloned.sourcemapLocations[loc] = true;\n\t\t});\n\n\t\treturn cloned;\n\t}\n\n\tgenerateDecodedMap(options) {\n\t\toptions = options || {};\n\n\t\tconst sourceIndex = 0;\n\t\tconst names = Object.keys(this.storedNames);\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tconst locate = getLocator(this.original);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.firstChunk.eachNext(chunk => {\n\t\t\tconst loc = locate(chunk.start);\n\n\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tmappings.addEdit(\n\t\t\t\t\tsourceIndex,\n\t\t\t\t\tchunk.content,\n\t\t\t\t\tloc,\n\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tmappings.addUneditedChunk(sourceIndex, chunk, this.original, loc, this.sourcemapLocations);\n\t\t\t}\n\n\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: [options.source ? getRelativePath(options.file || '', options.source) : null],\n\t\t\tsourcesContent: options.includeContent ? [this.original] : [null],\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\treturn this.indentStr === null ? '\\t' : this.indentStr;\n\t}\n\n\tindent(indentStr, options) {\n\t\tconst pattern = /^[^\\r\\n]/gm;\n\n\t\tif (isObject(indentStr)) {\n\t\t\toptions = indentStr;\n\t\t\tindentStr = undefined;\n\t\t}\n\n\t\tindentStr = indentStr !== undefined ? indentStr : this.indentStr || '\\t';\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\toptions = options || {};\n\n\t\t// Process exclusion ranges\n\t\tconst isExcluded = {};\n\n\t\tif (options.exclude) {\n\t\t\tconst exclusions =\n\t\t\t\ttypeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude;\n\t\t\texclusions.forEach(exclusion => {\n\t\t\t\tfor (let i = exclusion[0]; i < exclusion[1]; i += 1) {\n\t\t\t\t\tisExcluded[i] = true;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tlet shouldIndentNextCharacter = options.indentStart !== false;\n\t\tconst replacer = match => {\n\t\t\tif (shouldIndentNextCharacter) return `${indentStr}${match}`;\n\t\t\tshouldIndentNextCharacter = true;\n\t\t\treturn match;\n\t\t};\n\n\t\tthis.intro = this.intro.replace(pattern, replacer);\n\n\t\tlet charIndex = 0;\n\t\tlet chunk = this.firstChunk;\n\n\t\twhile (chunk) {\n\t\t\tconst end = chunk.end;\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\tchunk.content = chunk.content.replace(pattern, replacer);\n\n\t\t\t\t\tif (chunk.content.length) {\n\t\t\t\t\t\tshouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\\n';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcharIndex = chunk.start;\n\n\t\t\t\twhile (charIndex < end) {\n\t\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\t\tconst char = this.original[charIndex];\n\n\t\t\t\t\t\tif (char === '\\n') {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = true;\n\t\t\t\t\t\t} else if (char !== '\\r' && shouldIndentNextCharacter) {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = false;\n\n\t\t\t\t\t\t\tif (charIndex === chunk.start) {\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis._splitChunk(chunk, charIndex);\n\t\t\t\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcharIndex += 1;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tcharIndex = chunk.end;\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tthis.outro = this.outro.replace(pattern, replacer);\n\n\t\treturn this;\n\t}\n\n\tinsert() {\n\t\tthrow new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)');\n\t}\n\n\tinsertLeft(index, content) {\n\t\tif (!warned.insertLeft) {\n\t\t\tconsole.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertLeft = true;\n\t\t}\n\n\t\treturn this.appendLeft(index, content);\n\t}\n\n\tinsertRight(index, content) {\n\t\tif (!warned.insertRight) {\n\t\t\tconsole.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertRight = true;\n\t\t}\n\n\t\treturn this.prependRight(index, content);\n\t}\n\n\tmove(start, end, index) {\n\t\tif (index >= start && index <= end) throw new Error('Cannot move a selection inside itself');\n\n\t\tif (DEBUG) this.stats.time('move');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\t\tthis._split(index);\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tconst oldLeft = first.previous;\n\t\tconst oldRight = last.next;\n\n\t\tconst newRight = this.byStart[index];\n\t\tif (!newRight && last === this.lastChunk) return this;\n\t\tconst newLeft = newRight ? newRight.previous : this.lastChunk;\n\n\t\tif (oldLeft) oldLeft.next = oldRight;\n\t\tif (oldRight) oldRight.previous = oldLeft;\n\n\t\tif (newLeft) newLeft.next = first;\n\t\tif (newRight) newRight.previous = last;\n\n\t\tif (!first.previous) this.firstChunk = last.next;\n\t\tif (!last.next) {\n\t\t\tthis.lastChunk = first.previous;\n\t\t\tthis.lastChunk.next = null;\n\t\t}\n\n\t\tfirst.previous = newLeft;\n\t\tlast.next = newRight || null;\n\n\t\tif (!newLeft) this.firstChunk = first;\n\t\tif (!newRight) this.lastChunk = last;\n\n\t\tif (DEBUG) this.stats.timeEnd('move');\n\t\treturn this;\n\t}\n\n\toverwrite(start, end, content, options) {\n\t\tif (typeof content !== 'string') throw new TypeError('replacement content must be a string');\n\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (end > this.original.length) throw new Error('end is out of bounds');\n\t\tif (start === end)\n\t\t\tthrow new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead');\n\n\t\tif (DEBUG) this.stats.time('overwrite');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tif (options === true) {\n\t\t\tif (!warned.storeName) {\n\t\t\t\tconsole.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console\n\t\t\t\twarned.storeName = true;\n\t\t\t}\n\n\t\t\toptions = { storeName: true };\n\t\t}\n\t\tconst storeName = options !== undefined ? options.storeName : false;\n\t\tconst contentOnly = options !== undefined ? options.contentOnly : false;\n\n\t\tif (storeName) {\n\t\t\tconst original = this.original.slice(start, end);\n\t\t\tthis.storedNames[original] = true;\n\t\t}\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tif (first) {\n\t\t\tif (end > first.end && first.next !== this.byStart[first.end]) {\n\t\t\t\tthrow new Error('Cannot overwrite across a split point');\n\t\t\t}\n\n\t\t\tfirst.edit(content, storeName, contentOnly);\n\n\t\t\tif (first !== last) {\n\t\t\t\tlet chunk = first.next;\n\t\t\t\twhile (chunk !== last) {\n\t\t\t\t\tchunk.edit('', false);\n\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tchunk.edit('', false);\n\t\t\t}\n\t\t} else {\n\t\t\t// must be inserting at the end\n\t\t\tconst newChunk = new Chunk(start, end, '').edit(content, storeName);\n\n\t\t\t// TODO last chunk in the array may not be the last chunk, if it's moved...\n\t\t\tlast.next = newChunk;\n\t\t\tnewChunk.previous = last;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('overwrite');\n\t\treturn this;\n\t}\n\n\tprepend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.intro = content + this.intro;\n\t\treturn this;\n\t}\n\n\tprependLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependLeft(content);\n\t\t} else {\n\t\t\tthis.intro = content + this.intro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tprependRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependRight(content);\n\t\t} else {\n\t\t\tthis.outro = content + this.outro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tremove(start, end) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (start === end) return this;\n\n\t\tif (start < 0 || end > this.original.length) throw new Error('Character is out of bounds');\n\t\tif (start > end) throw new Error('end must be greater than start');\n\n\t\tif (DEBUG) this.stats.time('remove');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tlet chunk = this.byStart[start];\n\n\t\twhile (chunk) {\n\t\t\tchunk.intro = '';\n\t\t\tchunk.outro = '';\n\t\t\tchunk.edit('');\n\n\t\t\tchunk = end > chunk.end ? this.byStart[chunk.end] : null;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('remove');\n\t\treturn this;\n\t}\n\n\tlastChar() {\n\t\tif (this.outro.length)\n\t\t\treturn this.outro[this.outro.length - 1];\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length)\n\t\t\t\treturn chunk.outro[chunk.outro.length - 1];\n\t\t\tif (chunk.content.length)\n\t\t\t\treturn chunk.content[chunk.content.length - 1];\n\t\t\tif (chunk.intro.length)\n\t\t\t\treturn chunk.intro[chunk.intro.length - 1];\n\t\t} while (chunk = chunk.previous);\n\t\tif (this.intro.length)\n\t\t\treturn this.intro[this.intro.length - 1];\n\t\treturn '';\n\t}\n\n\tlastLine() {\n\t\tlet lineIndex = this.outro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.outro.substr(lineIndex + 1);\n\t\tlet lineStr = this.outro;\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length > 0) {\n\t\t\t\tlineIndex = chunk.outro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.outro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.outro + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.content.length > 0) {\n\t\t\t\tlineIndex = chunk.content.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.content.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.content + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.intro.length > 0) {\n\t\t\t\tlineIndex = chunk.intro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.intro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.intro + lineStr;\n\t\t\t}\n\t\t} while (chunk = chunk.previous);\n\t\tlineIndex = this.intro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.intro.substr(lineIndex + 1) + lineStr;\n\t\treturn this.intro + lineStr;\n\t}\n\n\tslice(start = 0, end = this.original.length) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tlet result = '';\n\n\t\t// find start chunk\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk && (chunk.start > start || chunk.end <= start)) {\n\t\t\t// found end chunk before start\n\t\t\tif (chunk.start < end && chunk.end >= end) {\n\t\t\t\treturn result;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tif (chunk && chunk.edited && chunk.start !== start)\n\t\t\tthrow new Error(`Cannot use replaced character ${start} as slice start anchor.`);\n\n\t\tconst startChunk = chunk;\n\t\twhile (chunk) {\n\t\t\tif (chunk.intro && (startChunk !== chunk || chunk.start === start)) {\n\t\t\t\tresult += chunk.intro;\n\t\t\t}\n\n\t\t\tconst containsEnd = chunk.start < end && chunk.end >= end;\n\t\t\tif (containsEnd && chunk.edited && chunk.end !== end)\n\t\t\t\tthrow new Error(`Cannot use replaced character ${end} as slice end anchor.`);\n\n\t\t\tconst sliceStart = startChunk === chunk ? start - chunk.start : 0;\n\t\t\tconst sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length;\n\n\t\t\tresult += chunk.content.slice(sliceStart, sliceEnd);\n\n\t\t\tif (chunk.outro && (!containsEnd || chunk.end === end)) {\n\t\t\t\tresult += chunk.outro;\n\t\t\t}\n\n\t\t\tif (containsEnd) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn result;\n\t}\n\n\t// TODO deprecate this? not really very useful\n\tsnip(start, end) {\n\t\tconst clone = this.clone();\n\t\tclone.remove(0, start);\n\t\tclone.remove(end, clone.original.length);\n\n\t\treturn clone;\n\t}\n\n\t_split(index) {\n\t\tif (this.byStart[index] || this.byEnd[index]) return;\n\n\t\tif (DEBUG) this.stats.time('_split');\n\n\t\tlet chunk = this.lastSearchedChunk;\n\t\tconst searchForward = index > chunk.end;\n\n\t\twhile (chunk) {\n\t\t\tif (chunk.contains(index)) return this._splitChunk(chunk, index);\n\n\t\t\tchunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start];\n\t\t}\n\t}\n\n\t_splitChunk(chunk, index) {\n\t\tif (chunk.edited && chunk.content.length) {\n\t\t\t// zero-length edited chunks are a special case (overlapping replacements)\n\t\t\tconst loc = getLocator(this.original)(index);\n\t\t\tthrow new Error(\n\t\t\t\t`Cannot split a chunk that has already been edited (${loc.line}:${loc.column} – \"${\n\t\t\t\t\tchunk.original\n\t\t\t\t}\")`\n\t\t\t);\n\t\t}\n\n\t\tconst newChunk = chunk.split(index);\n\n\t\tthis.byEnd[index] = chunk;\n\t\tthis.byStart[index] = newChunk;\n\t\tthis.byEnd[newChunk.end] = newChunk;\n\n\t\tif (chunk === this.lastChunk) this.lastChunk = newChunk;\n\n\t\tthis.lastSearchedChunk = chunk;\n\t\tif (DEBUG) this.stats.timeEnd('_split');\n\t\treturn true;\n\t}\n\n\ttoString() {\n\t\tlet str = this.intro;\n\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk) {\n\t\t\tstr += chunk.toString();\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn str + this.outro;\n\t}\n\n\tisEmpty() {\n\t\tlet chunk = this.firstChunk;\n\t\tdo {\n\t\t\tif (chunk.intro.length && chunk.intro.trim() ||\n\t\t\t\t\tchunk.content.length && chunk.content.trim() ||\n\t\t\t\t\tchunk.outro.length && chunk.outro.trim())\n\t\t\t\treturn false;\n\t\t} while (chunk = chunk.next);\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\tlet chunk = this.firstChunk;\n\t\tlet length = 0;\n\t\tdo {\n\t\t\tlength += chunk.intro.length + chunk.content.length + chunk.outro.length;\n\t\t} while (chunk = chunk.next);\n\t\treturn length;\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimEndAborted(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tlet chunk = this.lastChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimEnd(rx);\n\n\t\t\t// if chunk was trimmed, we have a new lastChunk\n\t\t\tif (chunk.end !== end) {\n\t\t\t\tif (this.lastChunk === chunk) {\n\t\t\t\t\tthis.lastChunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.previous;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimEnd(charType) {\n\t\tthis.trimEndAborted(charType);\n\t\treturn this;\n\t}\n\ttrimStartAborted(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tlet chunk = this.firstChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimStart(rx);\n\n\t\t\tif (chunk.end !== end) {\n\t\t\t\t// special case...\n\t\t\t\tif (chunk === this.lastChunk) this.lastChunk = chunk.next;\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.next;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimStart(charType) {\n\t\tthis.trimStartAborted(charType);\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport SourceMap from './SourceMap.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\n\nconst hasOwnProp = Object.prototype.hasOwnProperty;\n\nexport default class Bundle {\n\tconstructor(options = {}) {\n\t\tthis.intro = options.intro || '';\n\t\tthis.separator = options.separator !== undefined ? options.separator : '\\n';\n\t\tthis.sources = [];\n\t\tthis.uniqueSources = [];\n\t\tthis.uniqueSourceIndexByFilename = {};\n\t}\n\n\taddSource(source) {\n\t\tif (source instanceof MagicString) {\n\t\t\treturn this.addSource({\n\t\t\t\tcontent: source,\n\t\t\t\tfilename: source.filename,\n\t\t\t\tseparator: this.separator\n\t\t\t});\n\t\t}\n\n\t\tif (!isObject(source) || !source.content) {\n\t\t\tthrow new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`');\n\t\t}\n\n\t\t['filename', 'indentExclusionRanges', 'separator'].forEach(option => {\n\t\t\tif (!hasOwnProp.call(source, option)) source[option] = source.content[option];\n\t\t});\n\n\t\tif (source.separator === undefined) {\n\t\t\t// TODO there's a bunch of this sort of thing, needs cleaning up\n\t\t\tsource.separator = this.separator;\n\t\t}\n\n\t\tif (source.filename) {\n\t\t\tif (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) {\n\t\t\t\tthis.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length;\n\t\t\t\tthis.uniqueSources.push({ filename: source.filename, content: source.content.original });\n\t\t\t} else {\n\t\t\t\tconst uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]];\n\t\t\t\tif (source.content.original !== uniqueSource.content) {\n\t\t\t\t\tthrow new Error(`Illegal source: same filename (${source.filename}), different contents`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.sources.push(source);\n\t\treturn this;\n\t}\n\n\tappend(str, options) {\n\t\tthis.addSource({\n\t\t\tcontent: new MagicString(str),\n\t\t\tseparator: (options && options.separator) || ''\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst bundle = new Bundle({\n\t\t\tintro: this.intro,\n\t\t\tseparator: this.separator\n\t\t});\n\n\t\tthis.sources.forEach(source => {\n\t\t\tbundle.addSource({\n\t\t\t\tfilename: source.filename,\n\t\t\t\tcontent: source.content.clone(),\n\t\t\t\tseparator: source.separator\n\t\t\t});\n\t\t});\n\n\t\treturn bundle;\n\t}\n\n\tgenerateDecodedMap(options = {}) {\n\t\tconst names = [];\n\t\tthis.sources.forEach(source => {\n\t\t\tObject.keys(source.content.storedNames).forEach(name => {\n\t\t\t\tif (!~names.indexOf(name)) names.push(name);\n\t\t\t});\n\t\t});\n\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tif (i > 0) {\n\t\t\t\tmappings.advance(this.separator);\n\t\t\t}\n\n\t\t\tconst sourceIndex = source.filename ? this.uniqueSourceIndexByFilename[source.filename] : -1;\n\t\t\tconst magicString = source.content;\n\t\t\tconst locate = getLocator(magicString.original);\n\n\t\t\tif (magicString.intro) {\n\t\t\t\tmappings.advance(magicString.intro);\n\t\t\t}\n\n\t\t\tmagicString.firstChunk.eachNext(chunk => {\n\t\t\t\tconst loc = locate(chunk.start);\n\n\t\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\t\tif (source.filename) {\n\t\t\t\t\tif (chunk.edited) {\n\t\t\t\t\t\tmappings.addEdit(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk.content,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t\t\t);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmappings.addUneditedChunk(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk,\n\t\t\t\t\t\t\tmagicString.original,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tmagicString.sourcemapLocations\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tmappings.advance(chunk.content);\n\t\t\t\t}\n\n\t\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t\t});\n\n\t\t\tif (magicString.outro) {\n\t\t\t\tmappings.advance(magicString.outro);\n\t\t\t}\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: this.uniqueSources.map(source => {\n\t\t\t\treturn options.file ? getRelativePath(options.file, source.filename) : source.filename;\n\t\t\t}),\n\t\t\tsourcesContent: this.uniqueSources.map(source => {\n\t\t\t\treturn options.includeContent ? source.content : null;\n\t\t\t}),\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\tconst indentStringCounts = {};\n\n\t\tthis.sources.forEach(source => {\n\t\t\tconst indentStr = source.content.indentStr;\n\n\t\t\tif (indentStr === null) return;\n\n\t\t\tif (!indentStringCounts[indentStr]) indentStringCounts[indentStr] = 0;\n\t\t\tindentStringCounts[indentStr] += 1;\n\t\t});\n\n\t\treturn (\n\t\t\tObject.keys(indentStringCounts).sort((a, b) => {\n\t\t\t\treturn indentStringCounts[a] - indentStringCounts[b];\n\t\t\t})[0] || '\\t'\n\t\t);\n\t}\n\n\tindent(indentStr) {\n\t\tif (!arguments.length) {\n\t\t\tindentStr = this.getIndentString();\n\t\t}\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\tlet trailingNewline = !this.intro || this.intro.slice(-1) === '\\n';\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\tconst indentStart = trailingNewline || (i > 0 && /\\r?\\n$/.test(separator));\n\n\t\t\tsource.content.indent(indentStr, {\n\t\t\t\texclude: source.indentExclusionRanges,\n\t\t\t\tindentStart //: trailingNewline || /\\r?\\n$/.test( separator ) //true///\\r?\\n/.test( separator )\n\t\t\t});\n\n\t\t\ttrailingNewline = source.content.lastChar() === '\\n';\n\t\t});\n\n\t\tif (this.intro) {\n\t\t\tthis.intro =\n\t\t\t\tindentStr +\n\t\t\t\tthis.intro.replace(/^[^\\n]/gm, (match, index) => {\n\t\t\t\t\treturn index > 0 ? indentStr + match : match;\n\t\t\t\t});\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tprepend(str) {\n\t\tthis.intro = str + this.intro;\n\t\treturn this;\n\t}\n\n\ttoString() {\n\t\tconst body = this.sources\n\t\t\t.map((source, i) => {\n\t\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\t\tconst str = (i > 0 ? separator : '') + source.content.toString();\n\n\t\t\t\treturn str;\n\t\t\t})\n\t\t\t.join('');\n\n\t\treturn this.intro + body;\n\t}\n\n\tisEmpty () {\n\t\tif (this.intro.length && this.intro.trim())\n\t\t\treturn false;\n\t\tif (this.sources.some(source => !source.content.isEmpty()))\n\t\t\treturn false;\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\treturn this.sources.reduce((length, source) => length + source.content.length(), this.intro.length);\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimStart(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\t\tthis.intro = this.intro.replace(rx, '');\n\n\t\tif (!this.intro) {\n\t\t\tlet source;\n\t\t\tlet i = 0;\n\n\t\t\tdo {\n\t\t\t\tsource = this.sources[i++];\n\t\t\t\tif (!source) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} while (!source.content.trimStartAborted(charType));\n\t\t}\n\n\t\treturn this;\n\t}\n\n\ttrimEnd(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tlet source;\n\t\tlet i = this.sources.length - 1;\n\n\t\tdo {\n\t\t\tsource = this.sources[i--];\n\t\t\tif (!source) {\n\t\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\t\tbreak;\n\t\t\t}\n\t\t} while (!source.content.trimEndAborted(charType));\n\n\t\treturn this;\n\t}\n}\n"],"names":["const","let","this"],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js b/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js deleted file mode 100644 index 67784df..0000000 --- a/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js +++ /dev/null @@ -1,1354 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : - typeof define === 'function' && define.amd ? define(factory) : - (global = global || self, global.MagicString = factory()); -}(this, function () { 'use strict'; - - var Chunk = function Chunk(start, end, content) { - this.start = start; - this.end = end; - this.original = content; - - this.intro = ''; - this.outro = ''; - - this.content = content; - this.storeName = false; - this.edited = false; - - // we make these non-enumerable, for sanity while debugging - Object.defineProperties(this, { - previous: { writable: true, value: null }, - next: { writable: true, value: null } - }); - }; - - Chunk.prototype.appendLeft = function appendLeft (content) { - this.outro += content; - }; - - Chunk.prototype.appendRight = function appendRight (content) { - this.intro = this.intro + content; - }; - - Chunk.prototype.clone = function clone () { - var chunk = new Chunk(this.start, this.end, this.original); - - chunk.intro = this.intro; - chunk.outro = this.outro; - chunk.content = this.content; - chunk.storeName = this.storeName; - chunk.edited = this.edited; - - return chunk; - }; - - Chunk.prototype.contains = function contains (index) { - return this.start < index && index < this.end; - }; - - Chunk.prototype.eachNext = function eachNext (fn) { - var chunk = this; - while (chunk) { - fn(chunk); - chunk = chunk.next; - } - }; - - Chunk.prototype.eachPrevious = function eachPrevious (fn) { - var chunk = this; - while (chunk) { - fn(chunk); - chunk = chunk.previous; - } - }; - - Chunk.prototype.edit = function edit (content, storeName, contentOnly) { - this.content = content; - if (!contentOnly) { - this.intro = ''; - this.outro = ''; - } - this.storeName = storeName; - - this.edited = true; - - return this; - }; - - Chunk.prototype.prependLeft = function prependLeft (content) { - this.outro = content + this.outro; - }; - - Chunk.prototype.prependRight = function prependRight (content) { - this.intro = content + this.intro; - }; - - Chunk.prototype.split = function split (index) { - var sliceIndex = index - this.start; - - var originalBefore = this.original.slice(0, sliceIndex); - var originalAfter = this.original.slice(sliceIndex); - - this.original = originalBefore; - - var newChunk = new Chunk(index, this.end, originalAfter); - newChunk.outro = this.outro; - this.outro = ''; - - this.end = index; - - if (this.edited) { - // TODO is this block necessary?... - newChunk.edit('', false); - this.content = ''; - } else { - this.content = originalBefore; - } - - newChunk.next = this.next; - if (newChunk.next) { newChunk.next.previous = newChunk; } - newChunk.previous = this; - this.next = newChunk; - - return newChunk; - }; - - Chunk.prototype.toString = function toString () { - return this.intro + this.content + this.outro; - }; - - Chunk.prototype.trimEnd = function trimEnd (rx) { - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - - var trimmed = this.content.replace(rx, ''); - - if (trimmed.length) { - if (trimmed !== this.content) { - this.split(this.start + trimmed.length).edit('', undefined, true); - } - return true; - - } else { - this.edit('', undefined, true); - - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - } - }; - - Chunk.prototype.trimStart = function trimStart (rx) { - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - - var trimmed = this.content.replace(rx, ''); - - if (trimmed.length) { - if (trimmed !== this.content) { - this.split(this.end - trimmed.length); - this.edit('', undefined, true); - } - return true; - - } else { - this.edit('', undefined, true); - - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - } - }; - - var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; - function encode(decoded) { - var sourceFileIndex = 0; // second field - var sourceCodeLine = 0; // third field - var sourceCodeColumn = 0; // fourth field - var nameIndex = 0; // fifth field - var mappings = ''; - for (var i = 0; i < decoded.length; i++) { - var line = decoded[i]; - if (i > 0) - mappings += ';'; - if (line.length === 0) - continue; - var generatedCodeColumn = 0; // first field - var lineMappings = []; - for (var _i = 0, line_1 = line; _i < line_1.length; _i++) { - var segment = line_1[_i]; - var segmentMappings = encodeInteger(segment[0] - generatedCodeColumn); - generatedCodeColumn = segment[0]; - if (segment.length > 1) { - segmentMappings += - encodeInteger(segment[1] - sourceFileIndex) + - encodeInteger(segment[2] - sourceCodeLine) + - encodeInteger(segment[3] - sourceCodeColumn); - sourceFileIndex = segment[1]; - sourceCodeLine = segment[2]; - sourceCodeColumn = segment[3]; - } - if (segment.length === 5) { - segmentMappings += encodeInteger(segment[4] - nameIndex); - nameIndex = segment[4]; - } - lineMappings.push(segmentMappings); - } - mappings += lineMappings.join(','); - } - return mappings; - } - function encodeInteger(num) { - var result = ''; - num = num < 0 ? (-num << 1) | 1 : num << 1; - do { - var clamped = num & 31; - num >>= 5; - if (num > 0) { - clamped |= 32; - } - result += chars[clamped]; - } while (num > 0); - return result; - } - - var btoa = function () { - throw new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.'); - }; - if (typeof window !== 'undefined' && typeof window.btoa === 'function') { - btoa = function (str) { return window.btoa(unescape(encodeURIComponent(str))); }; - } else if (typeof Buffer === 'function') { - btoa = function (str) { return Buffer.from(str, 'utf-8').toString('base64'); }; - } - - var SourceMap = function SourceMap(properties) { - this.version = 3; - this.file = properties.file; - this.sources = properties.sources; - this.sourcesContent = properties.sourcesContent; - this.names = properties.names; - this.mappings = encode(properties.mappings); - }; - - SourceMap.prototype.toString = function toString () { - return JSON.stringify(this); - }; - - SourceMap.prototype.toUrl = function toUrl () { - return 'data:application/json;charset=utf-8;base64,' + btoa(this.toString()); - }; - - function guessIndent(code) { - var lines = code.split('\n'); - - var tabbed = lines.filter(function (line) { return /^\t+/.test(line); }); - var spaced = lines.filter(function (line) { return /^ {2,}/.test(line); }); - - if (tabbed.length === 0 && spaced.length === 0) { - return null; - } - - // More lines tabbed than spaced? Assume tabs, and - // default to tabs in the case of a tie (or nothing - // to go on) - if (tabbed.length >= spaced.length) { - return '\t'; - } - - // Otherwise, we need to guess the multiple - var min = spaced.reduce(function (previous, current) { - var numSpaces = /^ +/.exec(current)[0].length; - return Math.min(numSpaces, previous); - }, Infinity); - - return new Array(min + 1).join(' '); - } - - function getRelativePath(from, to) { - var fromParts = from.split(/[/\\]/); - var toParts = to.split(/[/\\]/); - - fromParts.pop(); // get dirname - - while (fromParts[0] === toParts[0]) { - fromParts.shift(); - toParts.shift(); - } - - if (fromParts.length) { - var i = fromParts.length; - while (i--) { fromParts[i] = '..'; } - } - - return fromParts.concat(toParts).join('/'); - } - - var toString = Object.prototype.toString; - - function isObject(thing) { - return toString.call(thing) === '[object Object]'; - } - - function getLocator(source) { - var originalLines = source.split('\n'); - var lineOffsets = []; - - for (var i = 0, pos = 0; i < originalLines.length; i++) { - lineOffsets.push(pos); - pos += originalLines[i].length + 1; - } - - return function locate(index) { - var i = 0; - var j = lineOffsets.length; - while (i < j) { - var m = (i + j) >> 1; - if (index < lineOffsets[m]) { - j = m; - } else { - i = m + 1; - } - } - var line = i - 1; - var column = index - lineOffsets[line]; - return { line: line, column: column }; - }; - } - - var Mappings = function Mappings(hires) { - this.hires = hires; - this.generatedCodeLine = 0; - this.generatedCodeColumn = 0; - this.raw = []; - this.rawSegments = this.raw[this.generatedCodeLine] = []; - this.pending = null; - }; - - Mappings.prototype.addEdit = function addEdit (sourceIndex, content, loc, nameIndex) { - if (content.length) { - var segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; - if (nameIndex >= 0) { - segment.push(nameIndex); - } - this.rawSegments.push(segment); - } else if (this.pending) { - this.rawSegments.push(this.pending); - } - - this.advance(content); - this.pending = null; - }; - - Mappings.prototype.addUneditedChunk = function addUneditedChunk (sourceIndex, chunk, original, loc, sourcemapLocations) { - var originalCharIndex = chunk.start; - var first = true; - - while (originalCharIndex < chunk.end) { - if (this.hires || first || sourcemapLocations[originalCharIndex]) { - this.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]); - } - - if (original[originalCharIndex] === '\n') { - loc.line += 1; - loc.column = 0; - this.generatedCodeLine += 1; - this.raw[this.generatedCodeLine] = this.rawSegments = []; - this.generatedCodeColumn = 0; - } else { - loc.column += 1; - this.generatedCodeColumn += 1; - } - - originalCharIndex += 1; - first = false; - } - - this.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]; - }; - - Mappings.prototype.advance = function advance (str) { - if (!str) { return; } - - var lines = str.split('\n'); - - if (lines.length > 1) { - for (var i = 0; i < lines.length - 1; i++) { - this.generatedCodeLine++; - this.raw[this.generatedCodeLine] = this.rawSegments = []; - } - this.generatedCodeColumn = 0; - } - - this.generatedCodeColumn += lines[lines.length - 1].length; - }; - - var n = '\n'; - - var warned = { - insertLeft: false, - insertRight: false, - storeName: false - }; - - var MagicString = function MagicString(string, options) { - if ( options === void 0 ) options = {}; - - var chunk = new Chunk(0, string.length, string); - - Object.defineProperties(this, { - original: { writable: true, value: string }, - outro: { writable: true, value: '' }, - intro: { writable: true, value: '' }, - firstChunk: { writable: true, value: chunk }, - lastChunk: { writable: true, value: chunk }, - lastSearchedChunk: { writable: true, value: chunk }, - byStart: { writable: true, value: {} }, - byEnd: { writable: true, value: {} }, - filename: { writable: true, value: options.filename }, - indentExclusionRanges: { writable: true, value: options.indentExclusionRanges }, - sourcemapLocations: { writable: true, value: {} }, - storedNames: { writable: true, value: {} }, - indentStr: { writable: true, value: guessIndent(string) } - }); - - this.byStart[0] = chunk; - this.byEnd[string.length] = chunk; - }; - - MagicString.prototype.addSourcemapLocation = function addSourcemapLocation (char) { - this.sourcemapLocations[char] = true; - }; - - MagicString.prototype.append = function append (content) { - if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } - - this.outro += content; - return this; - }; - - MagicString.prototype.appendLeft = function appendLeft (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byEnd[index]; - - if (chunk) { - chunk.appendLeft(content); - } else { - this.intro += content; - } - return this; - }; - - MagicString.prototype.appendRight = function appendRight (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byStart[index]; - - if (chunk) { - chunk.appendRight(content); - } else { - this.outro += content; - } - return this; - }; - - MagicString.prototype.clone = function clone () { - var cloned = new MagicString(this.original, { filename: this.filename }); - - var originalChunk = this.firstChunk; - var clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone()); - - while (originalChunk) { - cloned.byStart[clonedChunk.start] = clonedChunk; - cloned.byEnd[clonedChunk.end] = clonedChunk; - - var nextOriginalChunk = originalChunk.next; - var nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone(); - - if (nextClonedChunk) { - clonedChunk.next = nextClonedChunk; - nextClonedChunk.previous = clonedChunk; - - clonedChunk = nextClonedChunk; - } - - originalChunk = nextOriginalChunk; - } - - cloned.lastChunk = clonedChunk; - - if (this.indentExclusionRanges) { - cloned.indentExclusionRanges = this.indentExclusionRanges.slice(); - } - - Object.keys(this.sourcemapLocations).forEach(function (loc) { - cloned.sourcemapLocations[loc] = true; - }); - - return cloned; - }; - - MagicString.prototype.generateDecodedMap = function generateDecodedMap (options) { - var this$1 = this; - - options = options || {}; - - var sourceIndex = 0; - var names = Object.keys(this.storedNames); - var mappings = new Mappings(options.hires); - - var locate = getLocator(this.original); - - if (this.intro) { - mappings.advance(this.intro); - } - - this.firstChunk.eachNext(function (chunk) { - var loc = locate(chunk.start); - - if (chunk.intro.length) { mappings.advance(chunk.intro); } - - if (chunk.edited) { - mappings.addEdit( - sourceIndex, - chunk.content, - loc, - chunk.storeName ? names.indexOf(chunk.original) : -1 - ); - } else { - mappings.addUneditedChunk(sourceIndex, chunk, this$1.original, loc, this$1.sourcemapLocations); - } - - if (chunk.outro.length) { mappings.advance(chunk.outro); } - }); - - return { - file: options.file ? options.file.split(/[/\\]/).pop() : null, - sources: [options.source ? getRelativePath(options.file || '', options.source) : null], - sourcesContent: options.includeContent ? [this.original] : [null], - names: names, - mappings: mappings.raw - }; - }; - - MagicString.prototype.generateMap = function generateMap (options) { - return new SourceMap(this.generateDecodedMap(options)); - }; - - MagicString.prototype.getIndentString = function getIndentString () { - return this.indentStr === null ? '\t' : this.indentStr; - }; - - MagicString.prototype.indent = function indent (indentStr, options) { - var pattern = /^[^\r\n]/gm; - - if (isObject(indentStr)) { - options = indentStr; - indentStr = undefined; - } - - indentStr = indentStr !== undefined ? indentStr : this.indentStr || '\t'; - - if (indentStr === '') { return this; } // noop - - options = options || {}; - - // Process exclusion ranges - var isExcluded = {}; - - if (options.exclude) { - var exclusions = - typeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude; - exclusions.forEach(function (exclusion) { - for (var i = exclusion[0]; i < exclusion[1]; i += 1) { - isExcluded[i] = true; - } - }); - } - - var shouldIndentNextCharacter = options.indentStart !== false; - var replacer = function (match) { - if (shouldIndentNextCharacter) { return ("" + indentStr + match); } - shouldIndentNextCharacter = true; - return match; - }; - - this.intro = this.intro.replace(pattern, replacer); - - var charIndex = 0; - var chunk = this.firstChunk; - - while (chunk) { - var end = chunk.end; - - if (chunk.edited) { - if (!isExcluded[charIndex]) { - chunk.content = chunk.content.replace(pattern, replacer); - - if (chunk.content.length) { - shouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\n'; - } - } - } else { - charIndex = chunk.start; - - while (charIndex < end) { - if (!isExcluded[charIndex]) { - var char = this.original[charIndex]; - - if (char === '\n') { - shouldIndentNextCharacter = true; - } else if (char !== '\r' && shouldIndentNextCharacter) { - shouldIndentNextCharacter = false; - - if (charIndex === chunk.start) { - chunk.prependRight(indentStr); - } else { - this._splitChunk(chunk, charIndex); - chunk = chunk.next; - chunk.prependRight(indentStr); - } - } - } - - charIndex += 1; - } - } - - charIndex = chunk.end; - chunk = chunk.next; - } - - this.outro = this.outro.replace(pattern, replacer); - - return this; - }; - - MagicString.prototype.insert = function insert () { - throw new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)'); - }; - - MagicString.prototype.insertLeft = function insertLeft (index, content) { - if (!warned.insertLeft) { - console.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console - warned.insertLeft = true; - } - - return this.appendLeft(index, content); - }; - - MagicString.prototype.insertRight = function insertRight (index, content) { - if (!warned.insertRight) { - console.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console - warned.insertRight = true; - } - - return this.prependRight(index, content); - }; - - MagicString.prototype.move = function move (start, end, index) { - if (index >= start && index <= end) { throw new Error('Cannot move a selection inside itself'); } - - this._split(start); - this._split(end); - this._split(index); - - var first = this.byStart[start]; - var last = this.byEnd[end]; - - var oldLeft = first.previous; - var oldRight = last.next; - - var newRight = this.byStart[index]; - if (!newRight && last === this.lastChunk) { return this; } - var newLeft = newRight ? newRight.previous : this.lastChunk; - - if (oldLeft) { oldLeft.next = oldRight; } - if (oldRight) { oldRight.previous = oldLeft; } - - if (newLeft) { newLeft.next = first; } - if (newRight) { newRight.previous = last; } - - if (!first.previous) { this.firstChunk = last.next; } - if (!last.next) { - this.lastChunk = first.previous; - this.lastChunk.next = null; - } - - first.previous = newLeft; - last.next = newRight || null; - - if (!newLeft) { this.firstChunk = first; } - if (!newRight) { this.lastChunk = last; } - return this; - }; - - MagicString.prototype.overwrite = function overwrite (start, end, content, options) { - if (typeof content !== 'string') { throw new TypeError('replacement content must be a string'); } - - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - if (end > this.original.length) { throw new Error('end is out of bounds'); } - if (start === end) - { throw new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead'); } - - this._split(start); - this._split(end); - - if (options === true) { - if (!warned.storeName) { - console.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console - warned.storeName = true; - } - - options = { storeName: true }; - } - var storeName = options !== undefined ? options.storeName : false; - var contentOnly = options !== undefined ? options.contentOnly : false; - - if (storeName) { - var original = this.original.slice(start, end); - this.storedNames[original] = true; - } - - var first = this.byStart[start]; - var last = this.byEnd[end]; - - if (first) { - if (end > first.end && first.next !== this.byStart[first.end]) { - throw new Error('Cannot overwrite across a split point'); - } - - first.edit(content, storeName, contentOnly); - - if (first !== last) { - var chunk = first.next; - while (chunk !== last) { - chunk.edit('', false); - chunk = chunk.next; - } - - chunk.edit('', false); - } - } else { - // must be inserting at the end - var newChunk = new Chunk(start, end, '').edit(content, storeName); - - // TODO last chunk in the array may not be the last chunk, if it's moved... - last.next = newChunk; - newChunk.previous = last; - } - return this; - }; - - MagicString.prototype.prepend = function prepend (content) { - if (typeof content !== 'string') { throw new TypeError('outro content must be a string'); } - - this.intro = content + this.intro; - return this; - }; - - MagicString.prototype.prependLeft = function prependLeft (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byEnd[index]; - - if (chunk) { - chunk.prependLeft(content); - } else { - this.intro = content + this.intro; - } - return this; - }; - - MagicString.prototype.prependRight = function prependRight (index, content) { - if (typeof content !== 'string') { throw new TypeError('inserted content must be a string'); } - - this._split(index); - - var chunk = this.byStart[index]; - - if (chunk) { - chunk.prependRight(content); - } else { - this.outro = content + this.outro; - } - return this; - }; - - MagicString.prototype.remove = function remove (start, end) { - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - if (start === end) { return this; } - - if (start < 0 || end > this.original.length) { throw new Error('Character is out of bounds'); } - if (start > end) { throw new Error('end must be greater than start'); } - - this._split(start); - this._split(end); - - var chunk = this.byStart[start]; - - while (chunk) { - chunk.intro = ''; - chunk.outro = ''; - chunk.edit(''); - - chunk = end > chunk.end ? this.byStart[chunk.end] : null; - } - return this; - }; - - MagicString.prototype.lastChar = function lastChar () { - if (this.outro.length) - { return this.outro[this.outro.length - 1]; } - var chunk = this.lastChunk; - do { - if (chunk.outro.length) - { return chunk.outro[chunk.outro.length - 1]; } - if (chunk.content.length) - { return chunk.content[chunk.content.length - 1]; } - if (chunk.intro.length) - { return chunk.intro[chunk.intro.length - 1]; } - } while (chunk = chunk.previous); - if (this.intro.length) - { return this.intro[this.intro.length - 1]; } - return ''; - }; - - MagicString.prototype.lastLine = function lastLine () { - var lineIndex = this.outro.lastIndexOf(n); - if (lineIndex !== -1) - { return this.outro.substr(lineIndex + 1); } - var lineStr = this.outro; - var chunk = this.lastChunk; - do { - if (chunk.outro.length > 0) { - lineIndex = chunk.outro.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.outro.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.outro + lineStr; - } - - if (chunk.content.length > 0) { - lineIndex = chunk.content.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.content.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.content + lineStr; - } - - if (chunk.intro.length > 0) { - lineIndex = chunk.intro.lastIndexOf(n); - if (lineIndex !== -1) - { return chunk.intro.substr(lineIndex + 1) + lineStr; } - lineStr = chunk.intro + lineStr; - } - } while (chunk = chunk.previous); - lineIndex = this.intro.lastIndexOf(n); - if (lineIndex !== -1) - { return this.intro.substr(lineIndex + 1) + lineStr; } - return this.intro + lineStr; - }; - - MagicString.prototype.slice = function slice (start, end) { - if ( start === void 0 ) start = 0; - if ( end === void 0 ) end = this.original.length; - - while (start < 0) { start += this.original.length; } - while (end < 0) { end += this.original.length; } - - var result = ''; - - // find start chunk - var chunk = this.firstChunk; - while (chunk && (chunk.start > start || chunk.end <= start)) { - // found end chunk before start - if (chunk.start < end && chunk.end >= end) { - return result; - } - - chunk = chunk.next; - } - - if (chunk && chunk.edited && chunk.start !== start) - { throw new Error(("Cannot use replaced character " + start + " as slice start anchor.")); } - - var startChunk = chunk; - while (chunk) { - if (chunk.intro && (startChunk !== chunk || chunk.start === start)) { - result += chunk.intro; - } - - var containsEnd = chunk.start < end && chunk.end >= end; - if (containsEnd && chunk.edited && chunk.end !== end) - { throw new Error(("Cannot use replaced character " + end + " as slice end anchor.")); } - - var sliceStart = startChunk === chunk ? start - chunk.start : 0; - var sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length; - - result += chunk.content.slice(sliceStart, sliceEnd); - - if (chunk.outro && (!containsEnd || chunk.end === end)) { - result += chunk.outro; - } - - if (containsEnd) { - break; - } - - chunk = chunk.next; - } - - return result; - }; - - // TODO deprecate this? not really very useful - MagicString.prototype.snip = function snip (start, end) { - var clone = this.clone(); - clone.remove(0, start); - clone.remove(end, clone.original.length); - - return clone; - }; - - MagicString.prototype._split = function _split (index) { - if (this.byStart[index] || this.byEnd[index]) { return; } - - var chunk = this.lastSearchedChunk; - var searchForward = index > chunk.end; - - while (chunk) { - if (chunk.contains(index)) { return this._splitChunk(chunk, index); } - - chunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start]; - } - }; - - MagicString.prototype._splitChunk = function _splitChunk (chunk, index) { - if (chunk.edited && chunk.content.length) { - // zero-length edited chunks are a special case (overlapping replacements) - var loc = getLocator(this.original)(index); - throw new Error( - ("Cannot split a chunk that has already been edited (" + (loc.line) + ":" + (loc.column) + " – \"" + (chunk.original) + "\")") - ); - } - - var newChunk = chunk.split(index); - - this.byEnd[index] = chunk; - this.byStart[index] = newChunk; - this.byEnd[newChunk.end] = newChunk; - - if (chunk === this.lastChunk) { this.lastChunk = newChunk; } - - this.lastSearchedChunk = chunk; - return true; - }; - - MagicString.prototype.toString = function toString () { - var str = this.intro; - - var chunk = this.firstChunk; - while (chunk) { - str += chunk.toString(); - chunk = chunk.next; - } - - return str + this.outro; - }; - - MagicString.prototype.isEmpty = function isEmpty () { - var chunk = this.firstChunk; - do { - if (chunk.intro.length && chunk.intro.trim() || - chunk.content.length && chunk.content.trim() || - chunk.outro.length && chunk.outro.trim()) - { return false; } - } while (chunk = chunk.next); - return true; - }; - - MagicString.prototype.length = function length () { - var chunk = this.firstChunk; - var length = 0; - do { - length += chunk.intro.length + chunk.content.length + chunk.outro.length; - } while (chunk = chunk.next); - return length; - }; - - MagicString.prototype.trimLines = function trimLines () { - return this.trim('[\\r\\n]'); - }; - - MagicString.prototype.trim = function trim (charType) { - return this.trimStart(charType).trimEnd(charType); - }; - - MagicString.prototype.trimEndAborted = function trimEndAborted (charType) { - var rx = new RegExp((charType || '\\s') + '+$'); - - this.outro = this.outro.replace(rx, ''); - if (this.outro.length) { return true; } - - var chunk = this.lastChunk; - - do { - var end = chunk.end; - var aborted = chunk.trimEnd(rx); - - // if chunk was trimmed, we have a new lastChunk - if (chunk.end !== end) { - if (this.lastChunk === chunk) { - this.lastChunk = chunk.next; - } - - this.byEnd[chunk.end] = chunk; - this.byStart[chunk.next.start] = chunk.next; - this.byEnd[chunk.next.end] = chunk.next; - } - - if (aborted) { return true; } - chunk = chunk.previous; - } while (chunk); - - return false; - }; - - MagicString.prototype.trimEnd = function trimEnd (charType) { - this.trimEndAborted(charType); - return this; - }; - MagicString.prototype.trimStartAborted = function trimStartAborted (charType) { - var rx = new RegExp('^' + (charType || '\\s') + '+'); - - this.intro = this.intro.replace(rx, ''); - if (this.intro.length) { return true; } - - var chunk = this.firstChunk; - - do { - var end = chunk.end; - var aborted = chunk.trimStart(rx); - - if (chunk.end !== end) { - // special case... - if (chunk === this.lastChunk) { this.lastChunk = chunk.next; } - - this.byEnd[chunk.end] = chunk; - this.byStart[chunk.next.start] = chunk.next; - this.byEnd[chunk.next.end] = chunk.next; - } - - if (aborted) { return true; } - chunk = chunk.next; - } while (chunk); - - return false; - }; - - MagicString.prototype.trimStart = function trimStart (charType) { - this.trimStartAborted(charType); - return this; - }; - - var hasOwnProp = Object.prototype.hasOwnProperty; - - var Bundle = function Bundle(options) { - if ( options === void 0 ) options = {}; - - this.intro = options.intro || ''; - this.separator = options.separator !== undefined ? options.separator : '\n'; - this.sources = []; - this.uniqueSources = []; - this.uniqueSourceIndexByFilename = {}; - }; - - Bundle.prototype.addSource = function addSource (source) { - if (source instanceof MagicString) { - return this.addSource({ - content: source, - filename: source.filename, - separator: this.separator - }); - } - - if (!isObject(source) || !source.content) { - throw new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`'); - } - - ['filename', 'indentExclusionRanges', 'separator'].forEach(function (option) { - if (!hasOwnProp.call(source, option)) { source[option] = source.content[option]; } - }); - - if (source.separator === undefined) { - // TODO there's a bunch of this sort of thing, needs cleaning up - source.separator = this.separator; - } - - if (source.filename) { - if (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) { - this.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length; - this.uniqueSources.push({ filename: source.filename, content: source.content.original }); - } else { - var uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]]; - if (source.content.original !== uniqueSource.content) { - throw new Error(("Illegal source: same filename (" + (source.filename) + "), different contents")); - } - } - } - - this.sources.push(source); - return this; - }; - - Bundle.prototype.append = function append (str, options) { - this.addSource({ - content: new MagicString(str), - separator: (options && options.separator) || '' - }); - - return this; - }; - - Bundle.prototype.clone = function clone () { - var bundle = new Bundle({ - intro: this.intro, - separator: this.separator - }); - - this.sources.forEach(function (source) { - bundle.addSource({ - filename: source.filename, - content: source.content.clone(), - separator: source.separator - }); - }); - - return bundle; - }; - - Bundle.prototype.generateDecodedMap = function generateDecodedMap (options) { - var this$1 = this; - if ( options === void 0 ) options = {}; - - var names = []; - this.sources.forEach(function (source) { - Object.keys(source.content.storedNames).forEach(function (name) { - if (!~names.indexOf(name)) { names.push(name); } - }); - }); - - var mappings = new Mappings(options.hires); - - if (this.intro) { - mappings.advance(this.intro); - } - - this.sources.forEach(function (source, i) { - if (i > 0) { - mappings.advance(this$1.separator); - } - - var sourceIndex = source.filename ? this$1.uniqueSourceIndexByFilename[source.filename] : -1; - var magicString = source.content; - var locate = getLocator(magicString.original); - - if (magicString.intro) { - mappings.advance(magicString.intro); - } - - magicString.firstChunk.eachNext(function (chunk) { - var loc = locate(chunk.start); - - if (chunk.intro.length) { mappings.advance(chunk.intro); } - - if (source.filename) { - if (chunk.edited) { - mappings.addEdit( - sourceIndex, - chunk.content, - loc, - chunk.storeName ? names.indexOf(chunk.original) : -1 - ); - } else { - mappings.addUneditedChunk( - sourceIndex, - chunk, - magicString.original, - loc, - magicString.sourcemapLocations - ); - } - } else { - mappings.advance(chunk.content); - } - - if (chunk.outro.length) { mappings.advance(chunk.outro); } - }); - - if (magicString.outro) { - mappings.advance(magicString.outro); - } - }); - - return { - file: options.file ? options.file.split(/[/\\]/).pop() : null, - sources: this.uniqueSources.map(function (source) { - return options.file ? getRelativePath(options.file, source.filename) : source.filename; - }), - sourcesContent: this.uniqueSources.map(function (source) { - return options.includeContent ? source.content : null; - }), - names: names, - mappings: mappings.raw - }; - }; - - Bundle.prototype.generateMap = function generateMap (options) { - return new SourceMap(this.generateDecodedMap(options)); - }; - - Bundle.prototype.getIndentString = function getIndentString () { - var indentStringCounts = {}; - - this.sources.forEach(function (source) { - var indentStr = source.content.indentStr; - - if (indentStr === null) { return; } - - if (!indentStringCounts[indentStr]) { indentStringCounts[indentStr] = 0; } - indentStringCounts[indentStr] += 1; - }); - - return ( - Object.keys(indentStringCounts).sort(function (a, b) { - return indentStringCounts[a] - indentStringCounts[b]; - })[0] || '\t' - ); - }; - - Bundle.prototype.indent = function indent (indentStr) { - var this$1 = this; - - if (!arguments.length) { - indentStr = this.getIndentString(); - } - - if (indentStr === '') { return this; } // noop - - var trailingNewline = !this.intro || this.intro.slice(-1) === '\n'; - - this.sources.forEach(function (source, i) { - var separator = source.separator !== undefined ? source.separator : this$1.separator; - var indentStart = trailingNewline || (i > 0 && /\r?\n$/.test(separator)); - - source.content.indent(indentStr, { - exclude: source.indentExclusionRanges, - indentStart: indentStart //: trailingNewline || /\r?\n$/.test( separator ) //true///\r?\n/.test( separator ) - }); - - trailingNewline = source.content.lastChar() === '\n'; - }); - - if (this.intro) { - this.intro = - indentStr + - this.intro.replace(/^[^\n]/gm, function (match, index) { - return index > 0 ? indentStr + match : match; - }); - } - - return this; - }; - - Bundle.prototype.prepend = function prepend (str) { - this.intro = str + this.intro; - return this; - }; - - Bundle.prototype.toString = function toString () { - var this$1 = this; - - var body = this.sources - .map(function (source, i) { - var separator = source.separator !== undefined ? source.separator : this$1.separator; - var str = (i > 0 ? separator : '') + source.content.toString(); - - return str; - }) - .join(''); - - return this.intro + body; - }; - - Bundle.prototype.isEmpty = function isEmpty () { - if (this.intro.length && this.intro.trim()) - { return false; } - if (this.sources.some(function (source) { return !source.content.isEmpty(); })) - { return false; } - return true; - }; - - Bundle.prototype.length = function length () { - return this.sources.reduce(function (length, source) { return length + source.content.length(); }, this.intro.length); - }; - - Bundle.prototype.trimLines = function trimLines () { - return this.trim('[\\r\\n]'); - }; - - Bundle.prototype.trim = function trim (charType) { - return this.trimStart(charType).trimEnd(charType); - }; - - Bundle.prototype.trimStart = function trimStart (charType) { - var rx = new RegExp('^' + (charType || '\\s') + '+'); - this.intro = this.intro.replace(rx, ''); - - if (!this.intro) { - var source; - var i = 0; - - do { - source = this.sources[i++]; - if (!source) { - break; - } - } while (!source.content.trimStartAborted(charType)); - } - - return this; - }; - - Bundle.prototype.trimEnd = function trimEnd (charType) { - var rx = new RegExp((charType || '\\s') + '+$'); - - var source; - var i = this.sources.length - 1; - - do { - source = this.sources[i--]; - if (!source) { - this.intro = this.intro.replace(rx, ''); - break; - } - } while (!source.content.trimEndAborted(charType)); - - return this; - }; - - MagicString.Bundle = Bundle; - MagicString.default = MagicString; // work around TypeScript bug https://github.com/Rich-Harris/magic-string/pull/121 - - return MagicString; - -})); -//# sourceMappingURL=magic-string.umd.js.map diff --git a/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js.map b/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js.map deleted file mode 100644 index 35bfcff..0000000 --- a/2019-setembro/node_modules/magic-string/dist/magic-string.umd.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"magic-string.umd.js","sources":["../src/Chunk.js","../node_modules/sourcemap-codec/dist/sourcemap-codec.es.js","../src/SourceMap.js","../src/utils/guessIndent.js","../src/utils/getRelativePath.js","../src/utils/isObject.js","../src/utils/getLocator.js","../src/utils/Mappings.js","../src/MagicString.js","../src/Bundle.js","../src/index-legacy.js"],"sourcesContent":["export default class Chunk {\n\tconstructor(start, end, content) {\n\t\tthis.start = start;\n\t\tthis.end = end;\n\t\tthis.original = content;\n\n\t\tthis.intro = '';\n\t\tthis.outro = '';\n\n\t\tthis.content = content;\n\t\tthis.storeName = false;\n\t\tthis.edited = false;\n\n\t\t// we make these non-enumerable, for sanity while debugging\n\t\tObject.defineProperties(this, {\n\t\t\tprevious: { writable: true, value: null },\n\t\t\tnext: { writable: true, value: null }\n\t\t});\n\t}\n\n\tappendLeft(content) {\n\t\tthis.outro += content;\n\t}\n\n\tappendRight(content) {\n\t\tthis.intro = this.intro + content;\n\t}\n\n\tclone() {\n\t\tconst chunk = new Chunk(this.start, this.end, this.original);\n\n\t\tchunk.intro = this.intro;\n\t\tchunk.outro = this.outro;\n\t\tchunk.content = this.content;\n\t\tchunk.storeName = this.storeName;\n\t\tchunk.edited = this.edited;\n\n\t\treturn chunk;\n\t}\n\n\tcontains(index) {\n\t\treturn this.start < index && index < this.end;\n\t}\n\n\teachNext(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.next;\n\t\t}\n\t}\n\n\teachPrevious(fn) {\n\t\tlet chunk = this;\n\t\twhile (chunk) {\n\t\t\tfn(chunk);\n\t\t\tchunk = chunk.previous;\n\t\t}\n\t}\n\n\tedit(content, storeName, contentOnly) {\n\t\tthis.content = content;\n\t\tif (!contentOnly) {\n\t\t\tthis.intro = '';\n\t\t\tthis.outro = '';\n\t\t}\n\t\tthis.storeName = storeName;\n\n\t\tthis.edited = true;\n\n\t\treturn this;\n\t}\n\n\tprependLeft(content) {\n\t\tthis.outro = content + this.outro;\n\t}\n\n\tprependRight(content) {\n\t\tthis.intro = content + this.intro;\n\t}\n\n\tsplit(index) {\n\t\tconst sliceIndex = index - this.start;\n\n\t\tconst originalBefore = this.original.slice(0, sliceIndex);\n\t\tconst originalAfter = this.original.slice(sliceIndex);\n\n\t\tthis.original = originalBefore;\n\n\t\tconst newChunk = new Chunk(index, this.end, originalAfter);\n\t\tnewChunk.outro = this.outro;\n\t\tthis.outro = '';\n\n\t\tthis.end = index;\n\n\t\tif (this.edited) {\n\t\t\t// TODO is this block necessary?...\n\t\t\tnewChunk.edit('', false);\n\t\t\tthis.content = '';\n\t\t} else {\n\t\t\tthis.content = originalBefore;\n\t\t}\n\n\t\tnewChunk.next = this.next;\n\t\tif (newChunk.next) newChunk.next.previous = newChunk;\n\t\tnewChunk.previous = this;\n\t\tthis.next = newChunk;\n\n\t\treturn newChunk;\n\t}\n\n\ttoString() {\n\t\treturn this.intro + this.content + this.outro;\n\t}\n\n\ttrimEnd(rx) {\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.start + trimmed.length).edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\tif (this.intro.length) return true;\n\t\t}\n\t}\n\n\ttrimStart(rx) {\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tconst trimmed = this.content.replace(rx, '');\n\n\t\tif (trimmed.length) {\n\t\t\tif (trimmed !== this.content) {\n\t\t\t\tthis.split(this.end - trimmed.length);\n\t\t\t\tthis.edit('', undefined, true);\n\t\t\t}\n\t\t\treturn true;\n\n\t\t} else {\n\t\t\tthis.edit('', undefined, true);\n\n\t\t\tthis.outro = this.outro.replace(rx, '');\n\t\t\tif (this.outro.length) return true;\n\t\t}\n\t}\n}\n","var charToInteger = {};\nvar chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\nfor (var i = 0; i < chars.length; i++) {\n charToInteger[chars.charCodeAt(i)] = i;\n}\nfunction decode(mappings) {\n var generatedCodeColumn = 0; // first field\n var sourceFileIndex = 0; // second field\n var sourceCodeLine = 0; // third field\n var sourceCodeColumn = 0; // fourth field\n var nameIndex = 0; // fifth field\n var decoded = [];\n var line = [];\n var segment = [];\n for (var i = 0, j = 0, shift = 0, value = 0, len = mappings.length; i < len; i++) {\n var c = mappings.charCodeAt(i);\n if (c === 44) { // \",\"\n if (segment.length)\n line.push(new Int32Array(segment));\n segment = [];\n j = 0;\n }\n else if (c === 59) { // \";\"\n if (segment.length)\n line.push(new Int32Array(segment));\n segment = [];\n j = 0;\n decoded.push(line);\n line = [];\n generatedCodeColumn = 0;\n }\n else {\n var integer = charToInteger[c];\n if (integer === undefined) {\n throw new Error('Invalid character (' + String.fromCharCode(c) + ')');\n }\n var hasContinuationBit = integer & 32;\n integer &= 31;\n value += integer << shift;\n if (hasContinuationBit) {\n shift += 5;\n }\n else {\n var shouldNegate = value & 1;\n value >>= 1;\n var num = shouldNegate ? -value : value;\n if (j == 0) {\n generatedCodeColumn += num;\n segment.push(generatedCodeColumn);\n }\n else if (j === 1) {\n sourceFileIndex += num;\n segment.push(sourceFileIndex);\n }\n else if (j === 2) {\n sourceCodeLine += num;\n segment.push(sourceCodeLine);\n }\n else if (j === 3) {\n sourceCodeColumn += num;\n segment.push(sourceCodeColumn);\n }\n else if (j === 4) {\n nameIndex += num;\n segment.push(nameIndex);\n }\n j++;\n value = shift = 0; // reset\n }\n }\n }\n if (segment.length)\n line.push(new Int32Array(segment));\n decoded.push(line);\n return decoded;\n}\nfunction encode(decoded) {\n var sourceFileIndex = 0; // second field\n var sourceCodeLine = 0; // third field\n var sourceCodeColumn = 0; // fourth field\n var nameIndex = 0; // fifth field\n var mappings = '';\n for (var i = 0; i < decoded.length; i++) {\n var line = decoded[i];\n if (i > 0)\n mappings += ';';\n if (line.length === 0)\n continue;\n var generatedCodeColumn = 0; // first field\n var lineMappings = [];\n for (var _i = 0, line_1 = line; _i < line_1.length; _i++) {\n var segment = line_1[_i];\n var segmentMappings = encodeInteger(segment[0] - generatedCodeColumn);\n generatedCodeColumn = segment[0];\n if (segment.length > 1) {\n segmentMappings +=\n encodeInteger(segment[1] - sourceFileIndex) +\n encodeInteger(segment[2] - sourceCodeLine) +\n encodeInteger(segment[3] - sourceCodeColumn);\n sourceFileIndex = segment[1];\n sourceCodeLine = segment[2];\n sourceCodeColumn = segment[3];\n }\n if (segment.length === 5) {\n segmentMappings += encodeInteger(segment[4] - nameIndex);\n nameIndex = segment[4];\n }\n lineMappings.push(segmentMappings);\n }\n mappings += lineMappings.join(',');\n }\n return mappings;\n}\nfunction encodeInteger(num) {\n var result = '';\n num = num < 0 ? (-num << 1) | 1 : num << 1;\n do {\n var clamped = num & 31;\n num >>= 5;\n if (num > 0) {\n clamped |= 32;\n }\n result += chars[clamped];\n } while (num > 0);\n return result;\n}\n\nexport { decode, encode };\n//# sourceMappingURL=sourcemap-codec.es.js.map\n","import { encode } from 'sourcemap-codec';\n\nlet btoa = () => {\n\tthrow new Error('Unsupported environment: `window.btoa` or `Buffer` should be supported.');\n};\nif (typeof window !== 'undefined' && typeof window.btoa === 'function') {\n\tbtoa = str => window.btoa(unescape(encodeURIComponent(str)));\n} else if (typeof Buffer === 'function') {\n\tbtoa = str => Buffer.from(str, 'utf-8').toString('base64');\n}\n\nexport default class SourceMap {\n\tconstructor(properties) {\n\t\tthis.version = 3;\n\t\tthis.file = properties.file;\n\t\tthis.sources = properties.sources;\n\t\tthis.sourcesContent = properties.sourcesContent;\n\t\tthis.names = properties.names;\n\t\tthis.mappings = encode(properties.mappings);\n\t}\n\n\ttoString() {\n\t\treturn JSON.stringify(this);\n\t}\n\n\ttoUrl() {\n\t\treturn 'data:application/json;charset=utf-8;base64,' + btoa(this.toString());\n\t}\n}\n","export default function guessIndent(code) {\n\tconst lines = code.split('\\n');\n\n\tconst tabbed = lines.filter(line => /^\\t+/.test(line));\n\tconst spaced = lines.filter(line => /^ {2,}/.test(line));\n\n\tif (tabbed.length === 0 && spaced.length === 0) {\n\t\treturn null;\n\t}\n\n\t// More lines tabbed than spaced? Assume tabs, and\n\t// default to tabs in the case of a tie (or nothing\n\t// to go on)\n\tif (tabbed.length >= spaced.length) {\n\t\treturn '\\t';\n\t}\n\n\t// Otherwise, we need to guess the multiple\n\tconst min = spaced.reduce((previous, current) => {\n\t\tconst numSpaces = /^ +/.exec(current)[0].length;\n\t\treturn Math.min(numSpaces, previous);\n\t}, Infinity);\n\n\treturn new Array(min + 1).join(' ');\n}\n","export default function getRelativePath(from, to) {\n\tconst fromParts = from.split(/[/\\\\]/);\n\tconst toParts = to.split(/[/\\\\]/);\n\n\tfromParts.pop(); // get dirname\n\n\twhile (fromParts[0] === toParts[0]) {\n\t\tfromParts.shift();\n\t\ttoParts.shift();\n\t}\n\n\tif (fromParts.length) {\n\t\tlet i = fromParts.length;\n\t\twhile (i--) fromParts[i] = '..';\n\t}\n\n\treturn fromParts.concat(toParts).join('/');\n}\n","const toString = Object.prototype.toString;\n\nexport default function isObject(thing) {\n\treturn toString.call(thing) === '[object Object]';\n}\n","export default function getLocator(source) {\n\tconst originalLines = source.split('\\n');\n\tconst lineOffsets = [];\n\n\tfor (let i = 0, pos = 0; i < originalLines.length; i++) {\n\t\tlineOffsets.push(pos);\n\t\tpos += originalLines[i].length + 1;\n\t}\n\n\treturn function locate(index) {\n\t\tlet i = 0;\n\t\tlet j = lineOffsets.length;\n\t\twhile (i < j) {\n\t\t\tconst m = (i + j) >> 1;\n\t\t\tif (index < lineOffsets[m]) {\n\t\t\t\tj = m;\n\t\t\t} else {\n\t\t\t\ti = m + 1;\n\t\t\t}\n\t\t}\n\t\tconst line = i - 1;\n\t\tconst column = index - lineOffsets[line];\n\t\treturn { line, column };\n\t};\n}\n","export default class Mappings {\n\tconstructor(hires) {\n\t\tthis.hires = hires;\n\t\tthis.generatedCodeLine = 0;\n\t\tthis.generatedCodeColumn = 0;\n\t\tthis.raw = [];\n\t\tthis.rawSegments = this.raw[this.generatedCodeLine] = [];\n\t\tthis.pending = null;\n\t}\n\n\taddEdit(sourceIndex, content, loc, nameIndex) {\n\t\tif (content.length) {\n\t\t\tconst segment = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t\t\tif (nameIndex >= 0) {\n\t\t\t\tsegment.push(nameIndex);\n\t\t\t}\n\t\t\tthis.rawSegments.push(segment);\n\t\t} else if (this.pending) {\n\t\t\tthis.rawSegments.push(this.pending);\n\t\t}\n\n\t\tthis.advance(content);\n\t\tthis.pending = null;\n\t}\n\n\taddUneditedChunk(sourceIndex, chunk, original, loc, sourcemapLocations) {\n\t\tlet originalCharIndex = chunk.start;\n\t\tlet first = true;\n\n\t\twhile (originalCharIndex < chunk.end) {\n\t\t\tif (this.hires || first || sourcemapLocations[originalCharIndex]) {\n\t\t\t\tthis.rawSegments.push([this.generatedCodeColumn, sourceIndex, loc.line, loc.column]);\n\t\t\t}\n\n\t\t\tif (original[originalCharIndex] === '\\n') {\n\t\t\t\tloc.line += 1;\n\t\t\t\tloc.column = 0;\n\t\t\t\tthis.generatedCodeLine += 1;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t\tthis.generatedCodeColumn = 0;\n\t\t\t} else {\n\t\t\t\tloc.column += 1;\n\t\t\t\tthis.generatedCodeColumn += 1;\n\t\t\t}\n\n\t\t\toriginalCharIndex += 1;\n\t\t\tfirst = false;\n\t\t}\n\n\t\tthis.pending = [this.generatedCodeColumn, sourceIndex, loc.line, loc.column];\n\t}\n\n\tadvance(str) {\n\t\tif (!str) return;\n\n\t\tconst lines = str.split('\\n');\n\n\t\tif (lines.length > 1) {\n\t\t\tfor (let i = 0; i < lines.length - 1; i++) {\n\t\t\t\tthis.generatedCodeLine++;\n\t\t\t\tthis.raw[this.generatedCodeLine] = this.rawSegments = [];\n\t\t\t}\n\t\t\tthis.generatedCodeColumn = 0;\n\t\t}\n\n\t\tthis.generatedCodeColumn += lines[lines.length - 1].length;\n\t}\n}\n","import Chunk from './Chunk.js';\nimport SourceMap from './SourceMap.js';\nimport guessIndent from './utils/guessIndent.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\nimport Stats from './utils/Stats.js';\n\nconst n = '\\n';\n\nconst warned = {\n\tinsertLeft: false,\n\tinsertRight: false,\n\tstoreName: false\n};\n\nexport default class MagicString {\n\tconstructor(string, options = {}) {\n\t\tconst chunk = new Chunk(0, string.length, string);\n\n\t\tObject.defineProperties(this, {\n\t\t\toriginal: { writable: true, value: string },\n\t\t\toutro: { writable: true, value: '' },\n\t\t\tintro: { writable: true, value: '' },\n\t\t\tfirstChunk: { writable: true, value: chunk },\n\t\t\tlastChunk: { writable: true, value: chunk },\n\t\t\tlastSearchedChunk: { writable: true, value: chunk },\n\t\t\tbyStart: { writable: true, value: {} },\n\t\t\tbyEnd: { writable: true, value: {} },\n\t\t\tfilename: { writable: true, value: options.filename },\n\t\t\tindentExclusionRanges: { writable: true, value: options.indentExclusionRanges },\n\t\t\tsourcemapLocations: { writable: true, value: {} },\n\t\t\tstoredNames: { writable: true, value: {} },\n\t\t\tindentStr: { writable: true, value: guessIndent(string) }\n\t\t});\n\n\t\tif (DEBUG) {\n\t\t\tObject.defineProperty(this, 'stats', { value: new Stats() });\n\t\t}\n\n\t\tthis.byStart[0] = chunk;\n\t\tthis.byEnd[string.length] = chunk;\n\t}\n\n\taddSourcemapLocation(char) {\n\t\tthis.sourcemapLocations[char] = true;\n\t}\n\n\tappend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.outro += content;\n\t\treturn this;\n\t}\n\n\tappendLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendLeft');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendLeft(content);\n\t\t} else {\n\t\t\tthis.intro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendLeft');\n\t\treturn this;\n\t}\n\n\tappendRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('appendRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.appendRight(content);\n\t\t} else {\n\t\t\tthis.outro += content;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('appendRight');\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst cloned = new MagicString(this.original, { filename: this.filename });\n\n\t\tlet originalChunk = this.firstChunk;\n\t\tlet clonedChunk = (cloned.firstChunk = cloned.lastSearchedChunk = originalChunk.clone());\n\n\t\twhile (originalChunk) {\n\t\t\tcloned.byStart[clonedChunk.start] = clonedChunk;\n\t\t\tcloned.byEnd[clonedChunk.end] = clonedChunk;\n\n\t\t\tconst nextOriginalChunk = originalChunk.next;\n\t\t\tconst nextClonedChunk = nextOriginalChunk && nextOriginalChunk.clone();\n\n\t\t\tif (nextClonedChunk) {\n\t\t\t\tclonedChunk.next = nextClonedChunk;\n\t\t\t\tnextClonedChunk.previous = clonedChunk;\n\n\t\t\t\tclonedChunk = nextClonedChunk;\n\t\t\t}\n\n\t\t\toriginalChunk = nextOriginalChunk;\n\t\t}\n\n\t\tcloned.lastChunk = clonedChunk;\n\n\t\tif (this.indentExclusionRanges) {\n\t\t\tcloned.indentExclusionRanges = this.indentExclusionRanges.slice();\n\t\t}\n\n\t\tObject.keys(this.sourcemapLocations).forEach(loc => {\n\t\t\tcloned.sourcemapLocations[loc] = true;\n\t\t});\n\n\t\treturn cloned;\n\t}\n\n\tgenerateDecodedMap(options) {\n\t\toptions = options || {};\n\n\t\tconst sourceIndex = 0;\n\t\tconst names = Object.keys(this.storedNames);\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tconst locate = getLocator(this.original);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.firstChunk.eachNext(chunk => {\n\t\t\tconst loc = locate(chunk.start);\n\n\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tmappings.addEdit(\n\t\t\t\t\tsourceIndex,\n\t\t\t\t\tchunk.content,\n\t\t\t\t\tloc,\n\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tmappings.addUneditedChunk(sourceIndex, chunk, this.original, loc, this.sourcemapLocations);\n\t\t\t}\n\n\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: [options.source ? getRelativePath(options.file || '', options.source) : null],\n\t\t\tsourcesContent: options.includeContent ? [this.original] : [null],\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\treturn this.indentStr === null ? '\\t' : this.indentStr;\n\t}\n\n\tindent(indentStr, options) {\n\t\tconst pattern = /^[^\\r\\n]/gm;\n\n\t\tif (isObject(indentStr)) {\n\t\t\toptions = indentStr;\n\t\t\tindentStr = undefined;\n\t\t}\n\n\t\tindentStr = indentStr !== undefined ? indentStr : this.indentStr || '\\t';\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\toptions = options || {};\n\n\t\t// Process exclusion ranges\n\t\tconst isExcluded = {};\n\n\t\tif (options.exclude) {\n\t\t\tconst exclusions =\n\t\t\t\ttypeof options.exclude[0] === 'number' ? [options.exclude] : options.exclude;\n\t\t\texclusions.forEach(exclusion => {\n\t\t\t\tfor (let i = exclusion[0]; i < exclusion[1]; i += 1) {\n\t\t\t\t\tisExcluded[i] = true;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tlet shouldIndentNextCharacter = options.indentStart !== false;\n\t\tconst replacer = match => {\n\t\t\tif (shouldIndentNextCharacter) return `${indentStr}${match}`;\n\t\t\tshouldIndentNextCharacter = true;\n\t\t\treturn match;\n\t\t};\n\n\t\tthis.intro = this.intro.replace(pattern, replacer);\n\n\t\tlet charIndex = 0;\n\t\tlet chunk = this.firstChunk;\n\n\t\twhile (chunk) {\n\t\t\tconst end = chunk.end;\n\n\t\t\tif (chunk.edited) {\n\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\tchunk.content = chunk.content.replace(pattern, replacer);\n\n\t\t\t\t\tif (chunk.content.length) {\n\t\t\t\t\t\tshouldIndentNextCharacter = chunk.content[chunk.content.length - 1] === '\\n';\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcharIndex = chunk.start;\n\n\t\t\t\twhile (charIndex < end) {\n\t\t\t\t\tif (!isExcluded[charIndex]) {\n\t\t\t\t\t\tconst char = this.original[charIndex];\n\n\t\t\t\t\t\tif (char === '\\n') {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = true;\n\t\t\t\t\t\t} else if (char !== '\\r' && shouldIndentNextCharacter) {\n\t\t\t\t\t\t\tshouldIndentNextCharacter = false;\n\n\t\t\t\t\t\t\tif (charIndex === chunk.start) {\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis._splitChunk(chunk, charIndex);\n\t\t\t\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t\t\t\t\tchunk.prependRight(indentStr);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcharIndex += 1;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tcharIndex = chunk.end;\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tthis.outro = this.outro.replace(pattern, replacer);\n\n\t\treturn this;\n\t}\n\n\tinsert() {\n\t\tthrow new Error('magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)');\n\t}\n\n\tinsertLeft(index, content) {\n\t\tif (!warned.insertLeft) {\n\t\t\tconsole.warn('magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertLeft = true;\n\t\t}\n\n\t\treturn this.appendLeft(index, content);\n\t}\n\n\tinsertRight(index, content) {\n\t\tif (!warned.insertRight) {\n\t\t\tconsole.warn('magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead'); // eslint-disable-line no-console\n\t\t\twarned.insertRight = true;\n\t\t}\n\n\t\treturn this.prependRight(index, content);\n\t}\n\n\tmove(start, end, index) {\n\t\tif (index >= start && index <= end) throw new Error('Cannot move a selection inside itself');\n\n\t\tif (DEBUG) this.stats.time('move');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\t\tthis._split(index);\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tconst oldLeft = first.previous;\n\t\tconst oldRight = last.next;\n\n\t\tconst newRight = this.byStart[index];\n\t\tif (!newRight && last === this.lastChunk) return this;\n\t\tconst newLeft = newRight ? newRight.previous : this.lastChunk;\n\n\t\tif (oldLeft) oldLeft.next = oldRight;\n\t\tif (oldRight) oldRight.previous = oldLeft;\n\n\t\tif (newLeft) newLeft.next = first;\n\t\tif (newRight) newRight.previous = last;\n\n\t\tif (!first.previous) this.firstChunk = last.next;\n\t\tif (!last.next) {\n\t\t\tthis.lastChunk = first.previous;\n\t\t\tthis.lastChunk.next = null;\n\t\t}\n\n\t\tfirst.previous = newLeft;\n\t\tlast.next = newRight || null;\n\n\t\tif (!newLeft) this.firstChunk = first;\n\t\tif (!newRight) this.lastChunk = last;\n\n\t\tif (DEBUG) this.stats.timeEnd('move');\n\t\treturn this;\n\t}\n\n\toverwrite(start, end, content, options) {\n\t\tif (typeof content !== 'string') throw new TypeError('replacement content must be a string');\n\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (end > this.original.length) throw new Error('end is out of bounds');\n\t\tif (start === end)\n\t\t\tthrow new Error('Cannot overwrite a zero-length range – use appendLeft or prependRight instead');\n\n\t\tif (DEBUG) this.stats.time('overwrite');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tif (options === true) {\n\t\t\tif (!warned.storeName) {\n\t\t\t\tconsole.warn('The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string'); // eslint-disable-line no-console\n\t\t\t\twarned.storeName = true;\n\t\t\t}\n\n\t\t\toptions = { storeName: true };\n\t\t}\n\t\tconst storeName = options !== undefined ? options.storeName : false;\n\t\tconst contentOnly = options !== undefined ? options.contentOnly : false;\n\n\t\tif (storeName) {\n\t\t\tconst original = this.original.slice(start, end);\n\t\t\tthis.storedNames[original] = true;\n\t\t}\n\n\t\tconst first = this.byStart[start];\n\t\tconst last = this.byEnd[end];\n\n\t\tif (first) {\n\t\t\tif (end > first.end && first.next !== this.byStart[first.end]) {\n\t\t\t\tthrow new Error('Cannot overwrite across a split point');\n\t\t\t}\n\n\t\t\tfirst.edit(content, storeName, contentOnly);\n\n\t\t\tif (first !== last) {\n\t\t\t\tlet chunk = first.next;\n\t\t\t\twhile (chunk !== last) {\n\t\t\t\t\tchunk.edit('', false);\n\t\t\t\t\tchunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tchunk.edit('', false);\n\t\t\t}\n\t\t} else {\n\t\t\t// must be inserting at the end\n\t\t\tconst newChunk = new Chunk(start, end, '').edit(content, storeName);\n\n\t\t\t// TODO last chunk in the array may not be the last chunk, if it's moved...\n\t\t\tlast.next = newChunk;\n\t\t\tnewChunk.previous = last;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('overwrite');\n\t\treturn this;\n\t}\n\n\tprepend(content) {\n\t\tif (typeof content !== 'string') throw new TypeError('outro content must be a string');\n\n\t\tthis.intro = content + this.intro;\n\t\treturn this;\n\t}\n\n\tprependLeft(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byEnd[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependLeft(content);\n\t\t} else {\n\t\t\tthis.intro = content + this.intro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tprependRight(index, content) {\n\t\tif (typeof content !== 'string') throw new TypeError('inserted content must be a string');\n\n\t\tif (DEBUG) this.stats.time('insertRight');\n\n\t\tthis._split(index);\n\n\t\tconst chunk = this.byStart[index];\n\n\t\tif (chunk) {\n\t\t\tchunk.prependRight(content);\n\t\t} else {\n\t\t\tthis.outro = content + this.outro;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('insertRight');\n\t\treturn this;\n\t}\n\n\tremove(start, end) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tif (start === end) return this;\n\n\t\tif (start < 0 || end > this.original.length) throw new Error('Character is out of bounds');\n\t\tif (start > end) throw new Error('end must be greater than start');\n\n\t\tif (DEBUG) this.stats.time('remove');\n\n\t\tthis._split(start);\n\t\tthis._split(end);\n\n\t\tlet chunk = this.byStart[start];\n\n\t\twhile (chunk) {\n\t\t\tchunk.intro = '';\n\t\t\tchunk.outro = '';\n\t\t\tchunk.edit('');\n\n\t\t\tchunk = end > chunk.end ? this.byStart[chunk.end] : null;\n\t\t}\n\n\t\tif (DEBUG) this.stats.timeEnd('remove');\n\t\treturn this;\n\t}\n\n\tlastChar() {\n\t\tif (this.outro.length)\n\t\t\treturn this.outro[this.outro.length - 1];\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length)\n\t\t\t\treturn chunk.outro[chunk.outro.length - 1];\n\t\t\tif (chunk.content.length)\n\t\t\t\treturn chunk.content[chunk.content.length - 1];\n\t\t\tif (chunk.intro.length)\n\t\t\t\treturn chunk.intro[chunk.intro.length - 1];\n\t\t} while (chunk = chunk.previous);\n\t\tif (this.intro.length)\n\t\t\treturn this.intro[this.intro.length - 1];\n\t\treturn '';\n\t}\n\n\tlastLine() {\n\t\tlet lineIndex = this.outro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.outro.substr(lineIndex + 1);\n\t\tlet lineStr = this.outro;\n\t\tlet chunk = this.lastChunk;\n\t\tdo {\n\t\t\tif (chunk.outro.length > 0) {\n\t\t\t\tlineIndex = chunk.outro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.outro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.outro + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.content.length > 0) {\n\t\t\t\tlineIndex = chunk.content.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.content.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.content + lineStr;\n\t\t\t}\n\n\t\t\tif (chunk.intro.length > 0) {\n\t\t\t\tlineIndex = chunk.intro.lastIndexOf(n);\n\t\t\t\tif (lineIndex !== -1)\n\t\t\t\t\treturn chunk.intro.substr(lineIndex + 1) + lineStr;\n\t\t\t\tlineStr = chunk.intro + lineStr;\n\t\t\t}\n\t\t} while (chunk = chunk.previous);\n\t\tlineIndex = this.intro.lastIndexOf(n);\n\t\tif (lineIndex !== -1)\n\t\t\treturn this.intro.substr(lineIndex + 1) + lineStr;\n\t\treturn this.intro + lineStr;\n\t}\n\n\tslice(start = 0, end = this.original.length) {\n\t\twhile (start < 0) start += this.original.length;\n\t\twhile (end < 0) end += this.original.length;\n\n\t\tlet result = '';\n\n\t\t// find start chunk\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk && (chunk.start > start || chunk.end <= start)) {\n\t\t\t// found end chunk before start\n\t\t\tif (chunk.start < end && chunk.end >= end) {\n\t\t\t\treturn result;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\tif (chunk && chunk.edited && chunk.start !== start)\n\t\t\tthrow new Error(`Cannot use replaced character ${start} as slice start anchor.`);\n\n\t\tconst startChunk = chunk;\n\t\twhile (chunk) {\n\t\t\tif (chunk.intro && (startChunk !== chunk || chunk.start === start)) {\n\t\t\t\tresult += chunk.intro;\n\t\t\t}\n\n\t\t\tconst containsEnd = chunk.start < end && chunk.end >= end;\n\t\t\tif (containsEnd && chunk.edited && chunk.end !== end)\n\t\t\t\tthrow new Error(`Cannot use replaced character ${end} as slice end anchor.`);\n\n\t\t\tconst sliceStart = startChunk === chunk ? start - chunk.start : 0;\n\t\t\tconst sliceEnd = containsEnd ? chunk.content.length + end - chunk.end : chunk.content.length;\n\n\t\t\tresult += chunk.content.slice(sliceStart, sliceEnd);\n\n\t\t\tif (chunk.outro && (!containsEnd || chunk.end === end)) {\n\t\t\t\tresult += chunk.outro;\n\t\t\t}\n\n\t\t\tif (containsEnd) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn result;\n\t}\n\n\t// TODO deprecate this? not really very useful\n\tsnip(start, end) {\n\t\tconst clone = this.clone();\n\t\tclone.remove(0, start);\n\t\tclone.remove(end, clone.original.length);\n\n\t\treturn clone;\n\t}\n\n\t_split(index) {\n\t\tif (this.byStart[index] || this.byEnd[index]) return;\n\n\t\tif (DEBUG) this.stats.time('_split');\n\n\t\tlet chunk = this.lastSearchedChunk;\n\t\tconst searchForward = index > chunk.end;\n\n\t\twhile (chunk) {\n\t\t\tif (chunk.contains(index)) return this._splitChunk(chunk, index);\n\n\t\t\tchunk = searchForward ? this.byStart[chunk.end] : this.byEnd[chunk.start];\n\t\t}\n\t}\n\n\t_splitChunk(chunk, index) {\n\t\tif (chunk.edited && chunk.content.length) {\n\t\t\t// zero-length edited chunks are a special case (overlapping replacements)\n\t\t\tconst loc = getLocator(this.original)(index);\n\t\t\tthrow new Error(\n\t\t\t\t`Cannot split a chunk that has already been edited (${loc.line}:${loc.column} – \"${\n\t\t\t\t\tchunk.original\n\t\t\t\t}\")`\n\t\t\t);\n\t\t}\n\n\t\tconst newChunk = chunk.split(index);\n\n\t\tthis.byEnd[index] = chunk;\n\t\tthis.byStart[index] = newChunk;\n\t\tthis.byEnd[newChunk.end] = newChunk;\n\n\t\tif (chunk === this.lastChunk) this.lastChunk = newChunk;\n\n\t\tthis.lastSearchedChunk = chunk;\n\t\tif (DEBUG) this.stats.timeEnd('_split');\n\t\treturn true;\n\t}\n\n\ttoString() {\n\t\tlet str = this.intro;\n\n\t\tlet chunk = this.firstChunk;\n\t\twhile (chunk) {\n\t\t\tstr += chunk.toString();\n\t\t\tchunk = chunk.next;\n\t\t}\n\n\t\treturn str + this.outro;\n\t}\n\n\tisEmpty() {\n\t\tlet chunk = this.firstChunk;\n\t\tdo {\n\t\t\tif (chunk.intro.length && chunk.intro.trim() ||\n\t\t\t\t\tchunk.content.length && chunk.content.trim() ||\n\t\t\t\t\tchunk.outro.length && chunk.outro.trim())\n\t\t\t\treturn false;\n\t\t} while (chunk = chunk.next);\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\tlet chunk = this.firstChunk;\n\t\tlet length = 0;\n\t\tdo {\n\t\t\tlength += chunk.intro.length + chunk.content.length + chunk.outro.length;\n\t\t} while (chunk = chunk.next);\n\t\treturn length;\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimEndAborted(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tthis.outro = this.outro.replace(rx, '');\n\t\tif (this.outro.length) return true;\n\n\t\tlet chunk = this.lastChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimEnd(rx);\n\n\t\t\t// if chunk was trimmed, we have a new lastChunk\n\t\t\tif (chunk.end !== end) {\n\t\t\t\tif (this.lastChunk === chunk) {\n\t\t\t\t\tthis.lastChunk = chunk.next;\n\t\t\t\t}\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.previous;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimEnd(charType) {\n\t\tthis.trimEndAborted(charType);\n\t\treturn this;\n\t}\n\ttrimStartAborted(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\n\t\tthis.intro = this.intro.replace(rx, '');\n\t\tif (this.intro.length) return true;\n\n\t\tlet chunk = this.firstChunk;\n\n\t\tdo {\n\t\t\tconst end = chunk.end;\n\t\t\tconst aborted = chunk.trimStart(rx);\n\n\t\t\tif (chunk.end !== end) {\n\t\t\t\t// special case...\n\t\t\t\tif (chunk === this.lastChunk) this.lastChunk = chunk.next;\n\n\t\t\t\tthis.byEnd[chunk.end] = chunk;\n\t\t\t\tthis.byStart[chunk.next.start] = chunk.next;\n\t\t\t\tthis.byEnd[chunk.next.end] = chunk.next;\n\t\t\t}\n\n\t\t\tif (aborted) return true;\n\t\t\tchunk = chunk.next;\n\t\t} while (chunk);\n\n\t\treturn false;\n\t}\n\n\ttrimStart(charType) {\n\t\tthis.trimStartAborted(charType);\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport SourceMap from './SourceMap.js';\nimport getRelativePath from './utils/getRelativePath.js';\nimport isObject from './utils/isObject.js';\nimport getLocator from './utils/getLocator.js';\nimport Mappings from './utils/Mappings.js';\n\nconst hasOwnProp = Object.prototype.hasOwnProperty;\n\nexport default class Bundle {\n\tconstructor(options = {}) {\n\t\tthis.intro = options.intro || '';\n\t\tthis.separator = options.separator !== undefined ? options.separator : '\\n';\n\t\tthis.sources = [];\n\t\tthis.uniqueSources = [];\n\t\tthis.uniqueSourceIndexByFilename = {};\n\t}\n\n\taddSource(source) {\n\t\tif (source instanceof MagicString) {\n\t\t\treturn this.addSource({\n\t\t\t\tcontent: source,\n\t\t\t\tfilename: source.filename,\n\t\t\t\tseparator: this.separator\n\t\t\t});\n\t\t}\n\n\t\tif (!isObject(source) || !source.content) {\n\t\t\tthrow new Error('bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`');\n\t\t}\n\n\t\t['filename', 'indentExclusionRanges', 'separator'].forEach(option => {\n\t\t\tif (!hasOwnProp.call(source, option)) source[option] = source.content[option];\n\t\t});\n\n\t\tif (source.separator === undefined) {\n\t\t\t// TODO there's a bunch of this sort of thing, needs cleaning up\n\t\t\tsource.separator = this.separator;\n\t\t}\n\n\t\tif (source.filename) {\n\t\t\tif (!hasOwnProp.call(this.uniqueSourceIndexByFilename, source.filename)) {\n\t\t\t\tthis.uniqueSourceIndexByFilename[source.filename] = this.uniqueSources.length;\n\t\t\t\tthis.uniqueSources.push({ filename: source.filename, content: source.content.original });\n\t\t\t} else {\n\t\t\t\tconst uniqueSource = this.uniqueSources[this.uniqueSourceIndexByFilename[source.filename]];\n\t\t\t\tif (source.content.original !== uniqueSource.content) {\n\t\t\t\t\tthrow new Error(`Illegal source: same filename (${source.filename}), different contents`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.sources.push(source);\n\t\treturn this;\n\t}\n\n\tappend(str, options) {\n\t\tthis.addSource({\n\t\t\tcontent: new MagicString(str),\n\t\t\tseparator: (options && options.separator) || ''\n\t\t});\n\n\t\treturn this;\n\t}\n\n\tclone() {\n\t\tconst bundle = new Bundle({\n\t\t\tintro: this.intro,\n\t\t\tseparator: this.separator\n\t\t});\n\n\t\tthis.sources.forEach(source => {\n\t\t\tbundle.addSource({\n\t\t\t\tfilename: source.filename,\n\t\t\t\tcontent: source.content.clone(),\n\t\t\t\tseparator: source.separator\n\t\t\t});\n\t\t});\n\n\t\treturn bundle;\n\t}\n\n\tgenerateDecodedMap(options = {}) {\n\t\tconst names = [];\n\t\tthis.sources.forEach(source => {\n\t\t\tObject.keys(source.content.storedNames).forEach(name => {\n\t\t\t\tif (!~names.indexOf(name)) names.push(name);\n\t\t\t});\n\t\t});\n\n\t\tconst mappings = new Mappings(options.hires);\n\n\t\tif (this.intro) {\n\t\t\tmappings.advance(this.intro);\n\t\t}\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tif (i > 0) {\n\t\t\t\tmappings.advance(this.separator);\n\t\t\t}\n\n\t\t\tconst sourceIndex = source.filename ? this.uniqueSourceIndexByFilename[source.filename] : -1;\n\t\t\tconst magicString = source.content;\n\t\t\tconst locate = getLocator(magicString.original);\n\n\t\t\tif (magicString.intro) {\n\t\t\t\tmappings.advance(magicString.intro);\n\t\t\t}\n\n\t\t\tmagicString.firstChunk.eachNext(chunk => {\n\t\t\t\tconst loc = locate(chunk.start);\n\n\t\t\t\tif (chunk.intro.length) mappings.advance(chunk.intro);\n\n\t\t\t\tif (source.filename) {\n\t\t\t\t\tif (chunk.edited) {\n\t\t\t\t\t\tmappings.addEdit(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk.content,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tchunk.storeName ? names.indexOf(chunk.original) : -1\n\t\t\t\t\t\t);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmappings.addUneditedChunk(\n\t\t\t\t\t\t\tsourceIndex,\n\t\t\t\t\t\t\tchunk,\n\t\t\t\t\t\t\tmagicString.original,\n\t\t\t\t\t\t\tloc,\n\t\t\t\t\t\t\tmagicString.sourcemapLocations\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tmappings.advance(chunk.content);\n\t\t\t\t}\n\n\t\t\t\tif (chunk.outro.length) mappings.advance(chunk.outro);\n\t\t\t});\n\n\t\t\tif (magicString.outro) {\n\t\t\t\tmappings.advance(magicString.outro);\n\t\t\t}\n\t\t});\n\n\t\treturn {\n\t\t\tfile: options.file ? options.file.split(/[/\\\\]/).pop() : null,\n\t\t\tsources: this.uniqueSources.map(source => {\n\t\t\t\treturn options.file ? getRelativePath(options.file, source.filename) : source.filename;\n\t\t\t}),\n\t\t\tsourcesContent: this.uniqueSources.map(source => {\n\t\t\t\treturn options.includeContent ? source.content : null;\n\t\t\t}),\n\t\t\tnames,\n\t\t\tmappings: mappings.raw\n\t\t};\n\t}\n\n\tgenerateMap(options) {\n\t\treturn new SourceMap(this.generateDecodedMap(options));\n\t}\n\n\tgetIndentString() {\n\t\tconst indentStringCounts = {};\n\n\t\tthis.sources.forEach(source => {\n\t\t\tconst indentStr = source.content.indentStr;\n\n\t\t\tif (indentStr === null) return;\n\n\t\t\tif (!indentStringCounts[indentStr]) indentStringCounts[indentStr] = 0;\n\t\t\tindentStringCounts[indentStr] += 1;\n\t\t});\n\n\t\treturn (\n\t\t\tObject.keys(indentStringCounts).sort((a, b) => {\n\t\t\t\treturn indentStringCounts[a] - indentStringCounts[b];\n\t\t\t})[0] || '\\t'\n\t\t);\n\t}\n\n\tindent(indentStr) {\n\t\tif (!arguments.length) {\n\t\t\tindentStr = this.getIndentString();\n\t\t}\n\n\t\tif (indentStr === '') return this; // noop\n\n\t\tlet trailingNewline = !this.intro || this.intro.slice(-1) === '\\n';\n\n\t\tthis.sources.forEach((source, i) => {\n\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\tconst indentStart = trailingNewline || (i > 0 && /\\r?\\n$/.test(separator));\n\n\t\t\tsource.content.indent(indentStr, {\n\t\t\t\texclude: source.indentExclusionRanges,\n\t\t\t\tindentStart //: trailingNewline || /\\r?\\n$/.test( separator ) //true///\\r?\\n/.test( separator )\n\t\t\t});\n\n\t\t\ttrailingNewline = source.content.lastChar() === '\\n';\n\t\t});\n\n\t\tif (this.intro) {\n\t\t\tthis.intro =\n\t\t\t\tindentStr +\n\t\t\t\tthis.intro.replace(/^[^\\n]/gm, (match, index) => {\n\t\t\t\t\treturn index > 0 ? indentStr + match : match;\n\t\t\t\t});\n\t\t}\n\n\t\treturn this;\n\t}\n\n\tprepend(str) {\n\t\tthis.intro = str + this.intro;\n\t\treturn this;\n\t}\n\n\ttoString() {\n\t\tconst body = this.sources\n\t\t\t.map((source, i) => {\n\t\t\t\tconst separator = source.separator !== undefined ? source.separator : this.separator;\n\t\t\t\tconst str = (i > 0 ? separator : '') + source.content.toString();\n\n\t\t\t\treturn str;\n\t\t\t})\n\t\t\t.join('');\n\n\t\treturn this.intro + body;\n\t}\n\n\tisEmpty () {\n\t\tif (this.intro.length && this.intro.trim())\n\t\t\treturn false;\n\t\tif (this.sources.some(source => !source.content.isEmpty()))\n\t\t\treturn false;\n\t\treturn true;\n\t}\n\n\tlength() {\n\t\treturn this.sources.reduce((length, source) => length + source.content.length(), this.intro.length);\n\t}\n\n\ttrimLines() {\n\t\treturn this.trim('[\\\\r\\\\n]');\n\t}\n\n\ttrim(charType) {\n\t\treturn this.trimStart(charType).trimEnd(charType);\n\t}\n\n\ttrimStart(charType) {\n\t\tconst rx = new RegExp('^' + (charType || '\\\\s') + '+');\n\t\tthis.intro = this.intro.replace(rx, '');\n\n\t\tif (!this.intro) {\n\t\t\tlet source;\n\t\t\tlet i = 0;\n\n\t\t\tdo {\n\t\t\t\tsource = this.sources[i++];\n\t\t\t\tif (!source) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} while (!source.content.trimStartAborted(charType));\n\t\t}\n\n\t\treturn this;\n\t}\n\n\ttrimEnd(charType) {\n\t\tconst rx = new RegExp((charType || '\\\\s') + '+$');\n\n\t\tlet source;\n\t\tlet i = this.sources.length - 1;\n\n\t\tdo {\n\t\t\tsource = this.sources[i--];\n\t\t\tif (!source) {\n\t\t\t\tthis.intro = this.intro.replace(rx, '');\n\t\t\t\tbreak;\n\t\t\t}\n\t\t} while (!source.content.trimEndAborted(charType));\n\n\t\treturn this;\n\t}\n}\n","import MagicString from './MagicString.js';\nimport Bundle from './Bundle.js';\n\nMagicString.Bundle = Bundle;\nMagicString.default = MagicString; // work around TypeScript bug https://github.com/Rich-Harris/magic-string/pull/121\n\nexport default MagicString;\n"],"names":["const","let","this"],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/magic-string/index.d.ts b/2019-setembro/node_modules/magic-string/index.d.ts deleted file mode 100644 index c491d82..0000000 --- a/2019-setembro/node_modules/magic-string/index.d.ts +++ /dev/null @@ -1,106 +0,0 @@ -export interface BundleOptions { - intro?: string; - separator?: string; -} - -export interface SourceMapOptions { - hires: boolean; - file: string; - source: string; - includeContent: boolean; -} - -export interface DecodedSourceMap { - file: string; - sources: string[]; - sourcesContent: string[]; - names: string[]; - mappings: number[][][]; -} - -export class SourceMap { - constructor(properties: DecodedSourceMap); - - version: number; - file: string; - sources: string[]; - sourcesContent: string[]; - names: string[]; - mappings: string; - - toString(): string; - toUrl(): string; -} - -export class Bundle { - constructor(options?: BundleOptions); - addSource(source: MagicString | { filename?: string, content: MagicString }): Bundle; - append(str: string, options?: BundleOptions): Bundle; - clone(): Bundle; - generateMap(options?: Partial): SourceMap; - generateDecodedMap(options?: Partial): DecodedSourceMap; - getIndentString(): string; - indent(indentStr?: string): Bundle; - indentExclusionRanges: ExclusionRange | Array; - prepend(str: string): Bundle; - toString(): string; - trimLines(): Bundle; - trim(charType?: string): Bundle; - trimStart(charType?: string): Bundle; - trimEnd(charType?: string): Bundle; - isEmpty(): boolean; - length(): number; -} - -export type ExclusionRange = [ number, number ]; - -export interface MagicStringOptions { - filename: string, - indentExclusionRanges: ExclusionRange | Array; -} - -export interface IndentOptions { - exclude: ExclusionRange | Array; - indentStart: boolean; -} - -export interface OverwriteOptions { - storeName?: boolean; - contentOnly?: boolean; -} - -export default class MagicString { - constructor(str: string, options?: MagicStringOptions); - addSourcemapLocation(char: number): void; - append(content: string): MagicString; - appendLeft(index: number, content: string): MagicString; - appendRight(index: number, content: string): MagicString; - clone(): MagicString; - generateMap(options?: Partial): SourceMap; - generateDecodedMap(options?: Partial): DecodedSourceMap; - getIndentString(): string; - - indent(options?: IndentOptions): MagicString; - indent(indentStr?: string, options?: IndentOptions): MagicString; - indentExclusionRanges: ExclusionRange | Array; - - move(start: number, end: number, index: number): MagicString; - overwrite(start: number, end: number, content: string, options?: boolean | OverwriteOptions): MagicString; - prepend(content: string): MagicString; - prependLeft(index: number, content: string): MagicString; - prependRight(index: number, content: string): MagicString; - remove(start: number, end: number): MagicString; - slice(start: number, end: number): string; - snip(start: number, end: number): MagicString; - trim(charType?: string): MagicString; - trimStart(charType?: string): MagicString; - trimEnd(charType?: string): MagicString; - trimLines(): MagicString; - - lastChar(): string; - lastLine(): string; - isEmpty(): boolean; - length(): number; - - original: string; -} diff --git a/2019-setembro/node_modules/magic-string/package.json b/2019-setembro/node_modules/magic-string/package.json deleted file mode 100644 index 3a2c8d3..0000000 --- a/2019-setembro/node_modules/magic-string/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "magic-string", - "description": "Modify strings, generate sourcemaps", - "author": "Rich Harris", - "version": "0.25.3", - "repository": "https://github.com/rich-harris/magic-string", - "main": "dist/magic-string.cjs.js", - "module": "dist/magic-string.es.js", - "jsnext:main": "dist/magic-string.es.js", - "typings": "index.d.ts", - "license": "MIT", - "dependencies": { - "sourcemap-codec": "^1.4.4" - }, - "devDependencies": { - "eslint": "^5.16.0", - "mocha": "^5.2.0", - "prettier": "^1.18.2", - "rollup": "^1.16.3", - "rollup-plugin-buble": "^0.19.6", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-replace": "^2.2.0", - "source-map": "^0.6.1", - "source-map-support": "^0.5.12" - }, - "keywords": [ - "string", - "string manipulation", - "sourcemap", - "templating", - "transpilation" - ], - "scripts": { - "test": "mocha", - "pretest": "npm run lint && npm run build", - "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js", - "build": "rollup -c", - "prepublishOnly": "rm -rf dist && npm test", - "lint": "eslint src test", - "watch": "rollup -cw" - }, - "files": [ - "dist/*", - "index.d.ts", - "README.md" - ] -} diff --git a/2019-setembro/node_modules/map-cache/LICENSE b/2019-setembro/node_modules/map-cache/LICENSE deleted file mode 100644 index 1e49edf..0000000 --- a/2019-setembro/node_modules/map-cache/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/map-cache/README.md b/2019-setembro/node_modules/map-cache/README.md deleted file mode 100644 index 6260b29..0000000 --- a/2019-setembro/node_modules/map-cache/README.md +++ /dev/null @@ -1,145 +0,0 @@ -# map-cache [![NPM version](https://img.shields.io/npm/v/map-cache.svg?style=flat)](https://www.npmjs.com/package/map-cache) [![NPM downloads](https://img.shields.io/npm/dm/map-cache.svg?style=flat)](https://npmjs.org/package/map-cache) [![Build Status](https://img.shields.io/travis/jonschlinkert/map-cache.svg?style=flat)](https://travis-ci.org/jonschlinkert/map-cache) - -Basic cache object for storing key-value pairs. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install map-cache --save -``` - -Based on MapCache in Lo-dash v3.0. [MIT License](https://github.com/lodash/lodash/blob/master/LICENSE.txt) - -## Usage - -```js -var MapCache = require('map-cache'); -var mapCache = new MapCache(); -``` - -## API - -### [MapCache](index.js#L28) - -Creates a cache object to store key/value pairs. - -**Example** - -```js -var cache = new MapCache(); -``` - -### [.set](index.js#L45) - -Adds `value` to `key` on the cache. - -**Params** - -* `key` **{String}**: The key of the value to cache. -* `value` **{any}**: The value to cache. -* `returns` **{Object}**: Returns the `Cache` object for chaining. - -**Example** - -```js -cache.set('foo', 'bar'); -``` - -### [.get](index.js#L65) - -Gets the cached value for `key`. - -**Params** - -* `key` **{String}**: The key of the value to get. -* `returns` **{any}**: Returns the cached value. - -**Example** - -```js -cache.get('foo'); -//=> 'bar' -``` - -### [.has](index.js#L82) - -Checks if a cached value for `key` exists. - -**Params** - -* `key` **{String}**: The key of the entry to check. -* `returns` **{Boolean}**: Returns `true` if an entry for `key` exists, else `false`. - -**Example** - -```js -cache.has('foo'); -//=> true -``` - -### [.del](index.js#L98) - -Removes `key` and its value from the cache. - -**Params** - -* `key` **{String}**: The key of the value to remove. -* `returns` **{Boolean}**: Returns `true` if the entry was removed successfully, else `false`. - -**Example** - -```js -cache.del('foo'); -``` - -## Related projects - -You might also be interested in these projects: - -* [cache-base](https://www.npmjs.com/package/cache-base): Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects. | [homepage](https://github.com/jonschlinkert/cache-base) -* [config-cache](https://www.npmjs.com/package/config-cache): General purpose JavaScript object storage methods. | [homepage](https://github.com/jonschlinkert/config-cache) -* [option-cache](https://www.npmjs.com/package/option-cache): Simple API for managing options in JavaScript applications. | [homepage](https://github.com/jonschlinkert/option-cache) - -## Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/map-cache/issues/new). - -## Building docs - -Generate readme and API documentation with [verb](https://github.com/verbose/verb): - -```sh -$ npm install verb && npm run docs -``` - -Or, if [verb](https://github.com/verbose/verb) is installed globally: - -```sh -$ verb -``` - -## Running tests - -Install dev dependencies: - -```sh -$ npm install -d && npm test -``` - -## Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -## License - -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT license](https://github.com/jonschlinkert/map-cache/blob/master/LICENSE). - -*** - -_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 10, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/map-cache/index.js b/2019-setembro/node_modules/map-cache/index.js deleted file mode 100644 index f86842f..0000000 --- a/2019-setembro/node_modules/map-cache/index.js +++ /dev/null @@ -1,100 +0,0 @@ -/*! - * map-cache - * - * Copyright (c) 2015, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -var hasOwn = Object.prototype.hasOwnProperty; - -/** - * Expose `MapCache` - */ - -module.exports = MapCache; - -/** - * Creates a cache object to store key/value pairs. - * - * ```js - * var cache = new MapCache(); - * ``` - * - * @api public - */ - -function MapCache(data) { - this.__data__ = data || {}; -} - -/** - * Adds `value` to `key` on the cache. - * - * ```js - * cache.set('foo', 'bar'); - * ``` - * - * @param {String} `key` The key of the value to cache. - * @param {*} `value` The value to cache. - * @returns {Object} Returns the `Cache` object for chaining. - * @api public - */ - -MapCache.prototype.set = function mapSet(key, value) { - if (key !== '__proto__') { - this.__data__[key] = value; - } - return this; -}; - -/** - * Gets the cached value for `key`. - * - * ```js - * cache.get('foo'); - * //=> 'bar' - * ``` - * - * @param {String} `key` The key of the value to get. - * @returns {*} Returns the cached value. - * @api public - */ - -MapCache.prototype.get = function mapGet(key) { - return key === '__proto__' ? undefined : this.__data__[key]; -}; - -/** - * Checks if a cached value for `key` exists. - * - * ```js - * cache.has('foo'); - * //=> true - * ``` - * - * @param {String} `key` The key of the entry to check. - * @returns {Boolean} Returns `true` if an entry for `key` exists, else `false`. - * @api public - */ - -MapCache.prototype.has = function mapHas(key) { - return key !== '__proto__' && hasOwn.call(this.__data__, key); -}; - -/** - * Removes `key` and its value from the cache. - * - * ```js - * cache.del('foo'); - * ``` - * @title .del - * @param {String} `key` The key of the value to remove. - * @returns {Boolean} Returns `true` if the entry was removed successfully, else `false`. - * @api public - */ - -MapCache.prototype.del = function mapDelete(key) { - return this.has(key) && delete this.__data__[key]; -}; diff --git a/2019-setembro/node_modules/map-cache/package.json b/2019-setembro/node_modules/map-cache/package.json deleted file mode 100644 index 8bf0af2..0000000 --- a/2019-setembro/node_modules/map-cache/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "map-cache", - "description": "Basic cache object for storing key-value pairs.", - "version": "0.2.2", - "homepage": "https://github.com/jonschlinkert/map-cache", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/map-cache", - "bugs": { - "url": "https://github.com/jonschlinkert/map-cache/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "gulp-format-md": "^0.1.9", - "should": "^8.3.1" - }, - "keywords": [ - "cache", - "get", - "has", - "object", - "set", - "storage", - "store" - ], - "verb": { - "run": true, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "config-cache", - "option-cache", - "cache-base" - ] - }, - "reflinks": [ - "verb" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/map-visit/LICENSE b/2019-setembro/node_modules/map-visit/LICENSE deleted file mode 100644 index 83b56e7..0000000 --- a/2019-setembro/node_modules/map-visit/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/map-visit/README.md b/2019-setembro/node_modules/map-visit/README.md deleted file mode 100644 index 5ab02d4..0000000 --- a/2019-setembro/node_modules/map-visit/README.md +++ /dev/null @@ -1,155 +0,0 @@ -# map-visit [![NPM version](https://img.shields.io/npm/v/map-visit.svg?style=flat)](https://www.npmjs.com/package/map-visit) [![NPM monthly downloads](https://img.shields.io/npm/dm/map-visit.svg?style=flat)](https://npmjs.org/package/map-visit) [![NPM total downloads](https://img.shields.io/npm/dt/map-visit.svg?style=flat)](https://npmjs.org/package/map-visit) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/map-visit.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/map-visit) - -> Map `visit` over an array of objects. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save map-visit -``` - -## Usage - -```js -var mapVisit = require('map-visit'); -``` - -## What does this do? - -**Assign/Merge/Extend vs. Visit** - -Let's say you want to add a `set` method to your application that will: - -* set key-value pairs on a `data` object -* extend objects onto the `data` object -* extend arrays of objects onto the data object - -**Example using `extend`** - -Here is one way to accomplish this using Lo-Dash's `extend` (comparable to `Object.assign`): - -```js -var _ = require('lodash'); - -var obj = { - data: {}, - set: function (key, value) { - if (Array.isArray(key)) { - _.extend.apply(_, [obj.data].concat(key)); - } else if (typeof key === 'object') { - _.extend(obj.data, key); - } else { - obj.data[key] = value; - } - } -}; - -obj.set('a', 'a'); -obj.set([{b: 'b'}, {c: 'c'}]); -obj.set({d: {e: 'f'}}); - -console.log(obj.data); -//=> {a: 'a', b: 'b', c: 'c', d: { e: 'f' }} -``` - -The above approach works fine for most use cases. However, **if you also want to emit an event** each time a property is added to the `data` object, or you want more control over what happens as the object is extended, a better approach would be to use `visit`. - -**Example using `visit`** - -In this approach: - -* when an array is passed to `set`, the `mapVisit` library calls the `set` method on each object in the array. -* when an object is passed, `visit` calls `set` on each property in the object. - -As a result, the `data` event will be emitted every time a property is added to `data` (events are just an example, you can use this approach to perform any necessary logic every time the method is called). - -```js -var mapVisit = require('map-visit'); -var visit = require('object-visit'); - -var obj = { - data: {}, - set: function (key, value) { - if (Array.isArray(key)) { - mapVisit(obj, 'set', key); - } else if (typeof key === 'object') { - visit(obj, 'set', key); - } else { - // simulate an event-emitter - console.log('emit', key, value); - obj.data[key] = value; - } - } -}; - -obj.set('a', 'a'); -obj.set([{b: 'b'}, {c: 'c'}]); -obj.set({d: {e: 'f'}}); -obj.set({g: 'h', i: 'j', k: 'l'}); - -console.log(obj.data); -//=> {a: 'a', b: 'b', c: 'c', d: { e: 'f' }, g: 'h', i: 'j', k: 'l'} - -// events would look something like: -// emit a a -// emit b b -// emit c c -// emit d { e: 'f' } -// emit g h -// emit i j -// emit k l -``` - -## About - -### Related projects - -* [collection-visit](https://www.npmjs.com/package/collection-visit): Visit a method over the items in an object, or map visit over the objects… [more](https://github.com/jonschlinkert/collection-visit) | [homepage](https://github.com/jonschlinkert/collection-visit "Visit a method over the items in an object, or map visit over the objects in an array.") -* [object-visit](https://www.npmjs.com/package/object-visit): Call a specified method on each value in the given object. | [homepage](https://github.com/jonschlinkert/object-visit "Call a specified method on each value in the given object.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 15 | [jonschlinkert](https://github.com/jonschlinkert) | -| 7 | [doowb](https://github.com/doowb) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 09, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/map-visit/index.js b/2019-setembro/node_modules/map-visit/index.js deleted file mode 100644 index bc54ccc..0000000 --- a/2019-setembro/node_modules/map-visit/index.js +++ /dev/null @@ -1,37 +0,0 @@ -'use strict'; - -var util = require('util'); -var visit = require('object-visit'); - -/** - * Map `visit` over an array of objects. - * - * @param {Object} `collection` The context in which to invoke `method` - * @param {String} `method` Name of the method to call on `collection` - * @param {Object} `arr` Array of objects. - */ - -module.exports = function mapVisit(collection, method, val) { - if (isObject(val)) { - return visit.apply(null, arguments); - } - - if (!Array.isArray(val)) { - throw new TypeError('expected an array: ' + util.inspect(val)); - } - - var args = [].slice.call(arguments, 3); - - for (var i = 0; i < val.length; i++) { - var ele = val[i]; - if (isObject(ele)) { - visit.apply(null, [collection, method, ele].concat(args)); - } else { - collection[method].apply(collection, [ele].concat(args)); - } - } -}; - -function isObject(val) { - return val && (typeof val === 'function' || (!Array.isArray(val) && typeof val === 'object')); -} diff --git a/2019-setembro/node_modules/map-visit/package.json b/2019-setembro/node_modules/map-visit/package.json deleted file mode 100644 index e8d0f41..0000000 --- a/2019-setembro/node_modules/map-visit/package.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "map-visit", - "description": "Map `visit` over an array of objects.", - "version": "1.0.0", - "homepage": "https://github.com/jonschlinkert/map-visit", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "jonschlinkert/map-visit", - "bugs": { - "url": "https://github.com/jonschlinkert/map-visit/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "object-visit": "^1.0.0" - }, - "devDependencies": { - "clone-deep": "^0.2.4", - "extend-shallow": "^2.0.1", - "gulp-format-md": "^0.1.12", - "lodash": "^4.17.4", - "mocha": "^3.2.0" - }, - "keywords": [ - "array", - "arrays", - "function", - "helper", - "invoke", - "key", - "map", - "method", - "object", - "objects", - "value", - "visit", - "visitor" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "related": { - "list": [ - "collection-visit", - "object-visit" - ] - }, - "reflinks": [ - "verb", - "verb-generate-readme" - ] - } -} diff --git a/2019-setembro/node_modules/memorystream/.npmignore b/2019-setembro/node_modules/memorystream/.npmignore deleted file mode 100644 index dba2495..0000000 --- a/2019-setembro/node_modules/memorystream/.npmignore +++ /dev/null @@ -1,8 +0,0 @@ -.project -.settings -.settings/* -.gitignore -node_modules/ -.travis.yml -test-case/ -.git/ \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/Gruntfile.js b/2019-setembro/node_modules/memorystream/Gruntfile.js deleted file mode 100644 index 2f6fa43..0000000 --- a/2019-setembro/node_modules/memorystream/Gruntfile.js +++ /dev/null @@ -1,23 +0,0 @@ -module.exports = function(grunt) { - - grunt.loadNpmTasks('grunt-contrib-jshint'); - grunt.loadNpmTasks('grunt-mocha-test'); - - grunt.initConfig({ - pkg: grunt.file.readJSON('package.json'), - jshint: { - options: { - node: true - }, - main : ["index.js"] - }, - mochaTest: { - options: { - reporter: 'spec' - }, - src: ['test/*.test.js'] - } - }); - - grunt.registerTask('default', ['jshint:main', 'mochaTest']); -}; \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/LICENSE b/2019-setembro/node_modules/memorystream/LICENSE deleted file mode 100644 index 5860a88..0000000 --- a/2019-setembro/node_modules/memorystream/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (C) 2011 Dmitry Nizovtsev - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/README.md b/2019-setembro/node_modules/memorystream/README.md deleted file mode 100644 index 1abe8b6..0000000 --- a/2019-setembro/node_modules/memorystream/README.md +++ /dev/null @@ -1,93 +0,0 @@ -[![Build Status](https://travis-ci.org/JSBizon/node-memorystream.svg?branch=master)](https://travis-ci.org/JSBizon/node-memorystream) - -# Introduction -node-memorystream - this module allow create streams in memory. It can be used for emulating file streams, filtering/mutating data between one stream and another, buffering incoming data, being the gap between two data/network streams of variable rates, etc. MemoryStream support read/write states or only read state or only write state. The API is meant to follow node's Stream implementation. -Module supports streams for node > 0.10 now. - - -Original module is here git://github.com/ollym/memstream.git was remade and improved. - -## Installation -If you have npm installed, you can simply type: - - npm install memorystream - -Or you can clone this repository using the git command: - - git clone git://github.com/JSBizon/node-memorystream.git - -## Usage -Some examples how to use memorystream module. - -#### Basic I/O Operation -In this example I illustrate the basic I/O operations of the memory stream. - - var MemoryStream = require('memorystream'); - var memStream = new MemoryStream(['Hello',' ']); - - var data = ''; - memStream.on('data', function(chunk) { - data += chunk.toString(); - }); - - memStream.write('World'); - - memStream.on('end', function() { - // outputs 'Hello World!' - console.log(data); - }); - memStream.end('!'); - -#### Piping -In this example I'm piping all data from the memory stream to the process's stdout stream. - - var MemoryStream = require('memorystream'); - var memStream = new MemoryStream(); - memStream.pipe(process.stdout, { end: false }); - - memStream.write('Hello World!'); - -In this example I'm piping all data from the response stream to the memory stream. - - var http = require('http'), - MemoryStream = require('memorystream'); - - var options = { - host: 'google.com' - }; - var memStream = new MemoryStream(null, { - readable : false - }); - - var req = http.get(options, function(res) { - res.pipe(memStream); - res.on('end', function() { - console.log(memStream.toString()); - }); - }); - -#### Delayed Response -In the example below, we first pause the stream before writing the data to it. The stream is then resumed after 1 second, and the data is written to the console. - - var MemoryStream = require('memorystream'); - - var memStream = new MemoryStream('Hello'); - var data = ''; - memStream.on('data', function(chunk) { - data += chunk; - }); - - memStream.pause(); - memStream.write('World!'); - - setTimeout(function() { - memStream.resume(); - }, 1000); - -## Documentation -The memory stream adopts all the same methods and events as node's Stream implementation. -Documentation is [available here](http://github.com/JSBizon/node-memorystream/wiki/API/ "Documentation"). - - - - \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/index.js b/2019-setembro/node_modules/memorystream/index.js deleted file mode 100644 index 38d46ca..0000000 --- a/2019-setembro/node_modules/memorystream/index.js +++ /dev/null @@ -1,209 +0,0 @@ -'use strict'; - -var STREAM = require('stream'), - UTIL = require('util'), - StringDecoder = require('string_decoder').StringDecoder; - -function MemoryReadableStream(data, options) { - if (!(this instanceof MemoryReadableStream)) - return new MemoryReadableStream(data, options); - MemoryReadableStream.super_.call(this, options); - this.init(data, options); -} -UTIL.inherits(MemoryReadableStream, STREAM.Readable); - - -function MemoryWritableStream(data, options) { - if (!(this instanceof MemoryWritableStream)) - return new MemoryWritableStream(data, options); - MemoryWritableStream.super_.call(this, options); - this.init(data, options); -} -UTIL.inherits(MemoryWritableStream, STREAM.Writable); - - -function MemoryDuplexStream(data, options) { - if (!(this instanceof MemoryDuplexStream)) - return new MemoryDuplexStream(data, options); - MemoryDuplexStream.super_.call(this, options); - this.init(data, options); -} -UTIL.inherits(MemoryDuplexStream, STREAM.Duplex); - - -MemoryReadableStream.prototype.init = -MemoryWritableStream.prototype.init = -MemoryDuplexStream.prototype.init = function init (data, options) { - var self = this; - this.queue = []; - - if (data) { - if (!Array.isArray(data)) { - data = [ data ]; - } - - data.forEach(function (chunk) { - if (!(chunk instanceof Buffer)) { - chunk = new Buffer(chunk); - } - self.queue.push(chunk); - }); - - } - - options = options || {}; - - this.maxbufsize = options.hasOwnProperty('maxbufsize') ? options.maxbufsize - : null; - this.bufoverflow = options.hasOwnProperty('bufoverflow') ? options.bufoverflow - : null; - this.frequence = options.hasOwnProperty('frequence') ? options.frequence - : null; -}; - -function MemoryStream (data, options) { - if (!(this instanceof MemoryStream)) - return new MemoryStream(data, options); - - options = options || {}; - - var readable = options.hasOwnProperty('readable') ? options.readable : true, - writable = options.hasOwnProperty('writable') ? options.writable : true; - - if (readable && writable) { - return new MemoryDuplexStream(data, options); - } else if (readable) { - return new MemoryReadableStream(data, options); - } else if (writable) { - return new MemoryWritableStream(data, options); - } else { - throw new Error("Unknown stream type Readable, Writable or Duplex "); - } -} - - -MemoryStream.createReadStream = function (data, options) { - options = options || {}; - options.readable = true; - options.writable = false; - - return new MemoryStream(data, options); -}; - - -MemoryStream.createWriteStream = function (data, options) { - options = options || {}; - options.readable = false; - options.writable = true; - - return new MemoryStream(data, options); -}; - - -MemoryReadableStream.prototype._read = -MemoryDuplexStream.prototype._read = function _read (n) { - var self = this, - frequence = self.frequence || 0, - wait_data = this instanceof STREAM.Duplex && ! this._writableState.finished ? true : false; - if ( ! this.queue.length && ! wait_data) { - this.push(null);// finish stream - } else if (this.queue.length) { - setTimeout(function () { - if (self.queue.length) { - var chunk = self.queue.shift(); - if (chunk && ! self._readableState.ended) { - if ( ! self.push(chunk) ) { - self.queue.unshift(chunk); - } - } - } - }, frequence); - } -}; - - -MemoryWritableStream.prototype._write = -MemoryDuplexStream.prototype._write = function _write (chunk, encoding, cb) { - var decoder = null; - try { - decoder = this.decodeStrings && encoding ? new StringDecoder(encoding) : null; - } catch (err){ - return cb(err); - } - - var decoded_chunk = decoder ? decoder.write(chunk) : chunk, - queue_size = this._getQueueSize(), - chunk_size = decoded_chunk.length; - - if (this.maxbufsize && (queue_size + chunk_size) > this.maxbufsize ) { - if (this.bufoverflow) { - return cb("Buffer overflowed (" + this.bufoverflow + "/" + queue_size + ")"); - } else { - return cb(); - } - } - - if (this instanceof STREAM.Duplex) { - while (this.queue.length) { - this.push(this.queue.shift()); - } - this.push(decoded_chunk); - } else { - this.queue.push(decoded_chunk); - } - cb(); -}; - - -MemoryDuplexStream.prototype.end = function (chunk, encoding, cb) { - var self = this; - return MemoryDuplexStream.super_.prototype.end.call(this, chunk, encoding, function () { - self.push(null);//finish readble stream too - if (cb) cb(); - }); -}; - - -MemoryReadableStream.prototype._getQueueSize = -MemoryWritableStream.prototype._getQueueSize = -MemoryDuplexStream.prototype._getQueueSize = function () { - var queuesize = 0, i; - for (i = 0; i < this.queue.length; i++) { - queuesize += Array.isArray(this.queue[i]) ? this.queue[i][0].length - : this.queue[i].length; - } - return queuesize; -}; - - -MemoryWritableStream.prototype.toString = -MemoryDuplexStream.prototype.toString = -MemoryReadableStream.prototype.toString = -MemoryWritableStream.prototype.getAll = -MemoryDuplexStream.prototype.getAll = -MemoryReadableStream.prototype.getAll = function () { - var self = this, - ret = ''; - this.queue.forEach(function (data) { - ret += data; - }); - return ret; -}; - - -MemoryWritableStream.prototype.toBuffer = -MemoryDuplexStream.prototype.toBuffer = -MemoryReadableStream.prototype.toBuffer = function () { - var buffer = new Buffer(this._getQueueSize()), - currentOffset = 0; - - this.queue.forEach(function (data) { - var data_buffer = data instanceof Buffer ? data : new Buffer(data); - data_buffer.copy(buffer, currentOffset); - currentOffset += data.length; - }); - return buffer; -}; - - -module.exports = MemoryStream; diff --git a/2019-setembro/node_modules/memorystream/package.json b/2019-setembro/node_modules/memorystream/package.json deleted file mode 100644 index 0d08c69..0000000 --- a/2019-setembro/node_modules/memorystream/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "memorystream", - "description": "This is lightweight memory stream module for node.js.", - "version": "0.3.1", - "keywords": [ - "memory", - "test", - "stream", - "tools", - "streams", - "buffer" - ], - "scripts": { - "test": "grunt" - }, - "devDependencies" : { - "expect.js" : "~0.2.0", - "mocha" : "~1.20.0", - "grunt": "~0.4", - "grunt-cli": "~0.1.13", - "grunt-mocha-test" : "~0.12.2", - "grunt-contrib-jshint" : "~0.10.0", - "q": "~1.0.1" - }, - "author": "Dmitry Nizovtsev (https://github.com/JSBizon)", - "contributors": [ - { "name": "Dmitry Nizovtsev", "email": "dmitryp3@gmail.com" } - ], - "repository" : { - "type" : "git", - "url" : "https://github.com/JSBizon/node-memorystream.git" - }, - "homepage": "https://github.com/JSBizon/node-memorystream", - "engines": { "node": ">= 0.10.0" }, - "licenses": [ { - "type": "MIT", - "url" : "http://github.com/JSBizon/node-memorystream/raw/master/LICENSE" - } ] -} \ No newline at end of file diff --git a/2019-setembro/node_modules/memorystream/test/example.js b/2019-setembro/node_modules/memorystream/test/example.js deleted file mode 100644 index 7d94369..0000000 --- a/2019-setembro/node_modules/memorystream/test/example.js +++ /dev/null @@ -1,18 +0,0 @@ -var http = require('http'), - MemoryStream = require('../index'), - util = require('util'); - -var options = { - host: 'google.com' -}; -var memStream = new MemoryStream(null,{ - readable : false -}); - -var req = http.request(options, function(res) { - util.pump(res, memStream); - res.on('end',function(){ - console.log(memStream.toString()); - }); -}); -req.end(); diff --git a/2019-setembro/node_modules/memorystream/test/memorystream.test.js b/2019-setembro/node_modules/memorystream/test/memorystream.test.js deleted file mode 100644 index 2b80b50..0000000 --- a/2019-setembro/node_modules/memorystream/test/memorystream.test.js +++ /dev/null @@ -1,333 +0,0 @@ -var MemoryStream = require('../index.js'), - expect = require('expect.js'), - STREAM = require('stream'), - Q = require('q'), - FS = require('fs'); - -describe('Test memory streams', function() { - - var writeToStream = function (mem_stream, test_data, frequency) { - var result = Q(), - i = 0; - - frequency = frequency || 0; - - test_data.forEach(function (chunk) { - var f = Q.nfbind(function (chunk,n, cb) { - setTimeout(function () { - if (n >= (test_data.length - 1) ) { - mem_stream.end(chunk); - } else { - mem_stream.write(chunk, cb); - } - }, frequency); - }, chunk ,i++); - result = result.then(function() { return f(); }); - }); - - result.done(); - }; - - var writeToStream2 = function (mem_stream, test_data) { - var i; - for (i = 0; i < test_data.length ; i++) { - setTimeout((function(n) { - return function () { - if (n >= (test_data.length - 1) ) { - mem_stream.end(test_data[n]); - } else { - mem_stream.write(test_data[n]); - } - } - })(i), i * 2); - } - }; - - describe("constructor", function() { - it('should have a MemoryStream class', function () { - expect(MemoryStream).to.be.ok(); - }); - - it('should create Readable stream', function () { - var memory_stream = new MemoryStream([], {writable : false}); - expect(memory_stream).to.be.ok(); - expect(memory_stream).to.be.a(STREAM.Readable); - - memory_stream = MemoryStream.createReadStream([]); - expect(memory_stream).to.be.a(STREAM.Readable); - }); - - it('should create Writable stream', function () { - var memory_stream = new MemoryStream([], {readable : false}); - expect(memory_stream).to.be.ok(); - expect(memory_stream).to.be.a(STREAM.Writable); - - memory_stream = MemoryStream.createWriteStream([]); - expect(memory_stream).to.be.a(STREAM.Writable); - }); - - it('should create Duplex stream', function () { - var memory_stream = new MemoryStream([]); - expect(memory_stream).to.be.ok(); - expect(memory_stream).to.be.a(STREAM.Duplex); - }); - - }); - - describe("readable stream", function () { - var test_data = 'abcdefghijklmnopqrstuvwxyz', - frequence = 50; - - it("should read data from stream", function (done) { - var mem_stream = MemoryStream.createReadStream(test_data.split('')); - - var data = '', chunks = 0; - mem_stream.on('data',function(chunk){ - data += chunk; - ++chunks; - }); - - mem_stream.on('end',function () { - expect(chunks).to.be(test_data.length); - expect(data).to.be(test_data); - done(); - }); - }); - - it("should read data from stream with frequency", function (done) { - - var mem_stream = new MemoryStream(test_data.split(''), { - writable : false, - frequence: frequence - }); - - var start_time = Date.now(); - - var data = ''; - mem_stream.on('data',function(chunk){ - data += chunk; - }); - - mem_stream.on('end',function(){ - var execution_time = Date.now() - start_time; - - expect(data).to.be(test_data); - expect(execution_time >= frequence * test_data.length).to.be(true); - - done(); - }); - }); - - it("should read data pause/resume", function (done) { - var mem_stream = MemoryStream.createReadStream(test_data.split('')); - - var start_time = Date.now(); - - var data = '', chunks = 0; - mem_stream.on('data',function(chunk){ - data += chunk; - ++chunks; - - if (! (chunks % 10) ) { - mem_stream.pause(); - setTimeout(function () { - mem_stream.resume(); - },frequence); - } - }); - - mem_stream.on('end',function() { - var execution_time = Date.now() - start_time; - - expect(data).to.be(test_data); - expect(execution_time >= frequence).to.be(true); - - done(); - }); - }); - - }); - - describe("writable stream", function () { - var test_data = 'abcdefghijklmnopqrstuvwxyz'; - - it("should write data to Writable", function (done) { - var mem_stream = MemoryStream.createWriteStream(), - i = 0; - - writeToStream(mem_stream, test_data.split('')); - - mem_stream.on('finish',function () { - expect(mem_stream.toString()).to.be(test_data); - done(); - }); - - }); - - it("should not write data to readable stream", function (done) { - var mem_stream = new MemoryStream([], {writable : false}); - expect(function () { - mem_stream.write("test"); - }).to.throwError(); - - expect(function () { - mem_stream.end("test"); - }).to.throwError(); - - done(); - }); - - it("#toString", function (done) { - var mem_stream = new MemoryStream(null, {readable : false}); - writeToStream(mem_stream, test_data.split('')); - - mem_stream.on('finish',function () { - expect(mem_stream.toString()).to.be(test_data); - done(); - }); - }); - - it("#toBuffer", function (done) { - var mem_stream = new MemoryStream(null, {readable : false}); - writeToStream(mem_stream, test_data.split('')); - - mem_stream.on('finish',function () { - expect(mem_stream.toBuffer().toString('utf-8')).to.be(test_data); - done(); - }); - }); - - it("#toBuffer all data in one buffer", function (done) { - var i = 0, - mem_stream = new MemoryStream(null, {readable : false}), - arr_test_data = [], - str_test_data = ''; - for (i = 0; i < 20; i++) { - var b = new Buffer([i]); - arr_test_data.push(b); - str_test_data += b.toString('hex'); - } - - writeToStream(mem_stream, arr_test_data, 10); - - mem_stream.on('finish',function () { - expect(mem_stream.toBuffer().toString('hex')).to.be(str_test_data); - done(); - }); - - }); - - it("not write data to the overflowed buffer", function (done) { - var mem_stream = new MemoryStream('data1'.split(''), { - readable : false, - maxbufsize : 10 - }); - - mem_stream.write('data2', function (err) { - expect(err).to.not.be.ok(); - expect(mem_stream.toString()).to.be('data1data2'); - mem_stream.write('data3', function (err) { - expect(err).to.not.be.ok(); - expect(mem_stream.toString()).to.be('data1data2'); - done(); - }); - }); - }); - - it("should process error for overflowed buffer", function (done) { - var mem_stream = new MemoryStream('data1'.split(''), { - readable : false, - maxbufsize : 10, - bufoverflow : true - }); - - mem_stream.write('data2', function (err) { - expect(err).to.not.be.ok(); - expect(mem_stream.toString()).to.be('data1data2'); - mem_stream.write('data3', function (err) { - expect(err).to.be.ok(); - expect(mem_stream.toString()).to.be('data1data2'); - done(); - }); - - }); - - mem_stream.on('error', function () { - }); - - }); - }); - - describe("duplex stream", function () { - var test_data = 'abcdefghijklmnopqrstuvwxyz'; - - it("should write/read",function (done) { - var mem_stream = new MemoryStream(); - - var data = ''; - mem_stream.on('data',function(chunk){ - data += chunk; - }); - - writeToStream(mem_stream, test_data.split('')); - - mem_stream.on('end', function () { - expect(data).to.be(test_data); - done(); - }); - }); - - it("should write/read data with init buffer", function (done) { - - var l = Math.floor(test_data.length / 2); - - var test_data1 = test_data.substr(0, l), - test_data2 = test_data.substr(l); - - var mem_stream = new MemoryStream(test_data1.split('')); - - var data = ''; - mem_stream.on('data',function(chunk){ - data += chunk; - }); - - writeToStream2(mem_stream, test_data2); - - mem_stream.on('end', function() { - expect(data).to.be(test_data); - done(); - }); - - }); - - - it("should piping data", function (done) { - var src_mem_stream = MemoryStream.createReadStream(test_data.split(''), {frequency : 25}); - var dst_mem_stream = MemoryStream.createWriteStream(); - - src_mem_stream.pipe(dst_mem_stream); - - dst_mem_stream.on('finish',function(){ - expect(dst_mem_stream.toString()).to.be(test_data); - done(); - }); - - - }); - - it("should readable/piping data", function (done) { - var src_mem_stream = MemoryStream.createReadStream(test_data.split(''), {frequency : 25}); - var dst_mem_stream = MemoryStream.createWriteStream(); - - src_mem_stream.once('readable', function () { - src_mem_stream.pipe(dst_mem_stream); - }); - - dst_mem_stream.on('finish',function(){ - expect(dst_mem_stream.toString()).to.be(test_data); - done(); - }); - }); - - }); -}); diff --git a/2019-setembro/node_modules/merge-stream/LICENSE b/2019-setembro/node_modules/merge-stream/LICENSE deleted file mode 100644 index 94a4c0a..0000000 --- a/2019-setembro/node_modules/merge-stream/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Stephen Sugden (stephensugden.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/merge-stream/README.md b/2019-setembro/node_modules/merge-stream/README.md deleted file mode 100644 index 0d54841..0000000 --- a/2019-setembro/node_modules/merge-stream/README.md +++ /dev/null @@ -1,78 +0,0 @@ -# merge-stream - -Merge (interleave) a bunch of streams. - -[![build status](https://secure.travis-ci.org/grncdr/merge-stream.svg?branch=master)](http://travis-ci.org/grncdr/merge-stream) - -## Synopsis - -```javascript -var stream1 = new Stream(); -var stream2 = new Stream(); - -var merged = mergeStream(stream1, stream2); - -var stream3 = new Stream(); -merged.add(stream3); -merged.isEmpty(); -//=> false -``` - -## Description - -This is adapted from [event-stream](https://github.com/dominictarr/event-stream) separated into a new module, using Streams3. - -## API - -### `mergeStream` - -Type: `function` - -Merges an arbitrary number of streams. Returns a merged stream. - -#### `merged.add` - -A method to dynamically add more sources to the stream. The argument supplied to `add` can be either a source or an array of sources. - -#### `merged.isEmpty` - -A method that tells you if the merged stream is empty. - -When a stream is "empty" (aka. no sources were added), it could not be returned to a gulp task. - -So, we could do something like this: - -```js -stream = require('merge-stream')(); -// Something like a loop to add some streams to the merge stream -// stream.add(streamA); -// stream.add(streamB); -return stream.isEmpty() ? null : stream; -``` - -## Gulp example - -An example use case for **merge-stream** is to combine parts of a task in a project's **gulpfile.js** like this: - -```js -const gulp = require('gulp'); -const htmlValidator = require('gulp-w3c-html-validator'); -const jsHint = require('gulp-jshint'); -const mergeStream = require('merge-stream'); - -function lint() { - return mergeStream( - gulp.src('src/*.html') - .pipe(htmlValidator()) - .pipe(htmlValidator.reporter()), - gulp.src('src/*.js') - .pipe(jsHint()) - .pipe(jsHint.reporter()) - ); -} -gulp.task('lint', lint); -``` - -## License - -MIT diff --git a/2019-setembro/node_modules/merge-stream/index.js b/2019-setembro/node_modules/merge-stream/index.js deleted file mode 100644 index b1a9e1a..0000000 --- a/2019-setembro/node_modules/merge-stream/index.js +++ /dev/null @@ -1,41 +0,0 @@ -'use strict'; - -const { PassThrough } = require('stream'); - -module.exports = function (/*streams...*/) { - var sources = [] - var output = new PassThrough({objectMode: true}) - - output.setMaxListeners(0) - - output.add = add - output.isEmpty = isEmpty - - output.on('unpipe', remove) - - Array.prototype.slice.call(arguments).forEach(add) - - return output - - function add (source) { - if (Array.isArray(source)) { - source.forEach(add) - return this - } - - sources.push(source); - source.once('end', remove.bind(null, source)) - source.once('error', output.emit.bind(output, 'error')) - source.pipe(output, {end: false}) - return this - } - - function isEmpty () { - return sources.length == 0; - } - - function remove (source) { - sources = sources.filter(function (it) { return it !== source }) - if (!sources.length && output.readable) { output.end() } - } -} diff --git a/2019-setembro/node_modules/merge-stream/package.json b/2019-setembro/node_modules/merge-stream/package.json deleted file mode 100644 index 1a4c54c..0000000 --- a/2019-setembro/node_modules/merge-stream/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "merge-stream", - "version": "2.0.0", - "description": "Create a stream that emits events from multiple other streams", - "files": [ - "index.js" - ], - "scripts": { - "test": "istanbul cover test.js && istanbul check-cover --statements 100 --branches 100" - }, - "repository": "grncdr/merge-stream", - "author": "Stephen Sugden ", - "license": "MIT", - "dependencies": {}, - "devDependencies": { - "from2": "^2.0.3", - "istanbul": "^0.4.5" - } -} diff --git a/2019-setembro/node_modules/micromatch/CHANGELOG.md b/2019-setembro/node_modules/micromatch/CHANGELOG.md deleted file mode 100644 index 9d8e5ed..0000000 --- a/2019-setembro/node_modules/micromatch/CHANGELOG.md +++ /dev/null @@ -1,37 +0,0 @@ -## History - -### key - -Changelog entries are classified using the following labels _(from [keep-a-changelog][]_): - -- `added`: for new features -- `changed`: for changes in existing functionality -- `deprecated`: for once-stable features removed in upcoming releases -- `removed`: for deprecated features removed in this release -- `fixed`: for any bug fixes -- `bumped`: updated dependencies, only minor or higher will be listed. - -### [3.0.0] - 2017-04-11 - -TODO. There should be no breaking changes. Please report any regressions. I will [reformat these release notes](https://github.com/micromatch/micromatch/pull/76) and add them to the changelog as soon as I have a chance. - -### [1.0.1] - 2016-12-12 - -**Added** - -- Support for windows path edge cases where backslashes are used in brackets or other unusual combinations. - -### [1.0.0] - 2016-12-12 - -Stable release. - -### [0.1.0] - 2016-10-08 - -First release. - - -[Unreleased]: https://github.com/jonschlinkert/micromatch/compare/0.1.0...HEAD -[0.2.0]: https://github.com/jonschlinkert/micromatch/compare/0.1.0...0.2.0 - -[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog - diff --git a/2019-setembro/node_modules/micromatch/LICENSE b/2019-setembro/node_modules/micromatch/LICENSE deleted file mode 100755 index d32ab44..0000000 --- a/2019-setembro/node_modules/micromatch/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2018, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/micromatch/README.md b/2019-setembro/node_modules/micromatch/README.md deleted file mode 100644 index 5dfa149..0000000 --- a/2019-setembro/node_modules/micromatch/README.md +++ /dev/null @@ -1,1150 +0,0 @@ -# micromatch [![NPM version](https://img.shields.io/npm/v/micromatch.svg?style=flat)](https://www.npmjs.com/package/micromatch) [![NPM monthly downloads](https://img.shields.io/npm/dm/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![NPM total downloads](https://img.shields.io/npm/dt/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![Linux Build Status](https://img.shields.io/travis/micromatch/micromatch.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/micromatch) [![Windows Build Status](https://img.shields.io/appveyor/ci/micromatch/micromatch.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/micromatch/micromatch) - -> Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Table of Contents - -
    -Details - -- [Install](#install) -- [Quickstart](#quickstart) -- [Why use micromatch?](#why-use-micromatch) - * [Matching features](#matching-features) -- [Switching to micromatch](#switching-to-micromatch) - * [From minimatch](#from-minimatch) - * [From multimatch](#from-multimatch) -- [API](#api) -- [Options](#options) - * [options.basename](#optionsbasename) - * [options.bash](#optionsbash) - * [options.cache](#optionscache) - * [options.dot](#optionsdot) - * [options.failglob](#optionsfailglob) - * [options.ignore](#optionsignore) - * [options.matchBase](#optionsmatchbase) - * [options.nobrace](#optionsnobrace) - * [options.nocase](#optionsnocase) - * [options.nodupes](#optionsnodupes) - * [options.noext](#optionsnoext) - * [options.nonegate](#optionsnonegate) - * [options.noglobstar](#optionsnoglobstar) - * [options.nonull](#optionsnonull) - * [options.nullglob](#optionsnullglob) - * [options.snapdragon](#optionssnapdragon) - * [options.sourcemap](#optionssourcemap) - * [options.unescape](#optionsunescape) - * [options.unixify](#optionsunixify) -- [Extended globbing](#extended-globbing) - * [extglobs](#extglobs) - * [braces](#braces) - * [regex character classes](#regex-character-classes) - * [regex groups](#regex-groups) - * [POSIX bracket expressions](#posix-bracket-expressions) -- [Notes](#notes) - * [Bash 4.3 parity](#bash-43-parity) - * [Backslashes](#backslashes) -- [Contributing](#contributing) -- [Benchmarks](#benchmarks) - * [Running benchmarks](#running-benchmarks) - * [Latest results](#latest-results) -- [About](#about) - -
    - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save micromatch -``` - -## Quickstart - -```js -var mm = require('micromatch'); -mm(list, patterns[, options]); -``` - -The [main export](#micromatch) takes a list of strings and one or more glob patterns: - -```js -console.log(mm(['foo', 'bar', 'qux'], ['f*', 'b*'])); -//=> ['foo', 'bar'] -``` - -Use [.isMatch()](#ismatch) to get true/false: - -```js -console.log(mm.isMatch('foo', 'f*')); -//=> true -``` - -[Switching](#switching-to-micromatch) from minimatch and multimatch is easy! - -## Why use micromatch? - -> micromatch is a [drop-in replacement](#switching-to-micromatch) for minimatch and multimatch - -* Supports all of the same matching features as [minimatch](https://github.com/isaacs/minimatch) and [multimatch](https://github.com/sindresorhus/multimatch) -* Micromatch uses [snapdragon](https://github.com/jonschlinkert/snapdragon) for parsing and compiling globs, which provides granular control over the entire conversion process in a way that is easy to understand, reason about, and maintain. -* More consistently accurate matching [than minimatch](https://github.com/yarnpkg/yarn/pull/3339), with more than 36,000 [test assertions](./test) to prove it. -* More complete support for the Bash 4.3 specification than minimatch and multimatch. In fact, micromatch passes _all of the spec tests_ from bash, including some that bash still fails. -* [Faster matching](#benchmarks), from a combination of optimized glob patterns, faster algorithms, and regex caching. -* [Micromatch is safer](https://github.com/micromatch/braces#braces-is-safe), and is not subject to DoS with brace patterns, like minimatch and multimatch. -* More reliable windows support than minimatch and multimatch. - -### Matching features - -* Support for multiple glob patterns (no need for wrappers like multimatch) -* Wildcards (`**`, `*.js`) -* Negation (`'!a/*.js'`, `'*!(b).js']`) -* [extglobs](https://github.com/micromatch/extglob) (`+(x|y)`, `!(a|b)`) -* [POSIX character classes](https://github.com/micromatch/expand-brackets) (`[[:alpha:][:digit:]]`) -* [brace expansion](https://github.com/micromatch/braces) (`foo/{1..5}.md`, `bar/{a,b,c}.js`) -* regex character classes (`foo-[1-5].js`) -* regex logical "or" (`foo/(abc|xyz).js`) - -You can mix and match these features to create whatever patterns you need! - -## Switching to micromatch - -There is one notable difference between micromatch and minimatch in regards to how backslashes are handled. See [the notes about backslashes](#backslashes) for more information. - -### From minimatch - -Use [mm.isMatch()](#ismatch) instead of `minimatch()`: - -```js -mm.isMatch('foo', 'b*'); -//=> false -``` - -Use [mm.match()](#match) instead of `minimatch.match()`: - -```js -mm.match(['foo', 'bar'], 'b*'); -//=> 'bar' -``` - -### From multimatch - -Same signature: - -```js -mm(['foo', 'bar', 'baz'], ['f*', '*z']); -//=> ['foo', 'baz'] -``` - -## API - -### [micromatch](index.js#L41) - -The main function takes a list of strings and one or more glob patterns to use for matching. - -**Params** - -* `list` **{Array}**: A list of strings to match -* `patterns` **{String|Array}**: One or more glob patterns to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Array}**: Returns an array of matches - -**Example** - -```js -var mm = require('micromatch'); -mm(list, patterns[, options]); - -console.log(mm(['a.js', 'a.txt'], ['*.js'])); -//=> [ 'a.js' ] -``` - -### [.match](index.js#L93) - -Similar to the main function, but `pattern` must be a string. - -**Params** - -* `list` **{Array}**: Array of strings to match -* `pattern` **{String}**: Glob pattern to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Array}**: Returns an array of matches - -**Example** - -```js -var mm = require('micromatch'); -mm.match(list, pattern[, options]); - -console.log(mm.match(['a.a', 'a.aa', 'a.b', 'a.c'], '*.a')); -//=> ['a.a', 'a.aa'] -``` - -### [.isMatch](index.js#L154) - -Returns true if the specified `string` matches the given glob `pattern`. - -**Params** - -* `string` **{String}**: String to match -* `pattern` **{String}**: Glob pattern to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Boolean}**: Returns true if the string matches the glob pattern. - -**Example** - -```js -var mm = require('micromatch'); -mm.isMatch(string, pattern[, options]); - -console.log(mm.isMatch('a.a', '*.a')); -//=> true -console.log(mm.isMatch('a.b', '*.a')); -//=> false -``` - -### [.some](index.js#L192) - -Returns true if some of the strings in the given `list` match any of the given glob `patterns`. - -**Params** - -* `list` **{String|Array}**: The string or array of strings to test. Returns as soon as the first match is found. -* `patterns` **{String|Array}**: One or more glob patterns to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Boolean}**: Returns true if any patterns match `str` - -**Example** - -```js -var mm = require('micromatch'); -mm.some(list, patterns[, options]); - -console.log(mm.some(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); -// true -console.log(mm.some(['foo.js'], ['*.js', '!foo.js'])); -// false -``` - -### [.every](index.js#L228) - -Returns true if every string in the given `list` matches any of the given glob `patterns`. - -**Params** - -* `list` **{String|Array}**: The string or array of strings to test. -* `patterns` **{String|Array}**: One or more glob patterns to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Boolean}**: Returns true if any patterns match `str` - -**Example** - -```js -var mm = require('micromatch'); -mm.every(list, patterns[, options]); - -console.log(mm.every('foo.js', ['foo.js'])); -// true -console.log(mm.every(['foo.js', 'bar.js'], ['*.js'])); -// true -console.log(mm.every(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); -// false -console.log(mm.every(['foo.js'], ['*.js', '!foo.js'])); -// false -``` - -### [.any](index.js#L260) - -Returns true if **any** of the given glob `patterns` match the specified `string`. - -**Params** - -* `str` **{String|Array}**: The string to test. -* `patterns` **{String|Array}**: One or more glob patterns to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Boolean}**: Returns true if any patterns match `str` - -**Example** - -```js -var mm = require('micromatch'); -mm.any(string, patterns[, options]); - -console.log(mm.any('a.a', ['b.*', '*.a'])); -//=> true -console.log(mm.any('a.a', 'b.*')); -//=> false -``` - -### [.all](index.js#L308) - -Returns true if **all** of the given `patterns` match the specified string. - -**Params** - -* `str` **{String|Array}**: The string to test. -* `patterns` **{String|Array}**: One or more glob patterns to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Boolean}**: Returns true if any patterns match `str` - -**Example** - -```js -var mm = require('micromatch'); -mm.all(string, patterns[, options]); - -console.log(mm.all('foo.js', ['foo.js'])); -// true - -console.log(mm.all('foo.js', ['*.js', '!foo.js'])); -// false - -console.log(mm.all('foo.js', ['*.js', 'foo.js'])); -// true - -console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js'])); -// true -``` - -### [.not](index.js#L340) - -Returns a list of strings that _**do not match any**_ of the given `patterns`. - -**Params** - -* `list` **{Array}**: Array of strings to match. -* `patterns` **{String|Array}**: One or more glob pattern to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Array}**: Returns an array of strings that **do not match** the given patterns. - -**Example** - -```js -var mm = require('micromatch'); -mm.not(list, patterns[, options]); - -console.log(mm.not(['a.a', 'b.b', 'c.c'], '*.a')); -//=> ['b.b', 'c.c'] -``` - -### [.contains](index.js#L376) - -Returns true if the given `string` contains the given pattern. Similar to [.isMatch](#isMatch) but the pattern can match any part of the string. - -**Params** - -* `str` **{String}**: The string to match. -* `patterns` **{String|Array}**: Glob pattern to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Boolean}**: Returns true if the patter matches any part of `str`. - -**Example** - -```js -var mm = require('micromatch'); -mm.contains(string, pattern[, options]); - -console.log(mm.contains('aa/bb/cc', '*b')); -//=> true -console.log(mm.contains('aa/bb/cc', '*d')); -//=> false -``` - -### [.matchKeys](index.js#L432) - -Filter the keys of the given object with the given `glob` pattern and `options`. Does not attempt to match nested keys. If you need this feature, use [glob-object](https://github.com/jonschlinkert/glob-object) instead. - -**Params** - -* `object` **{Object}**: The object with keys to filter. -* `patterns` **{String|Array}**: One or more glob patterns to use for matching. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Object}**: Returns an object with only keys that match the given patterns. - -**Example** - -```js -var mm = require('micromatch'); -mm.matchKeys(object, patterns[, options]); - -var obj = { aa: 'a', ab: 'b', ac: 'c' }; -console.log(mm.matchKeys(obj, '*b')); -//=> { ab: 'b' } -``` - -### [.matcher](index.js#L461) - -Returns a memoized matcher function from the given glob `pattern` and `options`. The returned function takes a string to match as its only argument and returns true if the string is a match. - -**Params** - -* `pattern` **{String}**: Glob pattern -* `options` **{Object}**: See available [options](#options) for changing how matches are performed. -* `returns` **{Function}**: Returns a matcher function. - -**Example** - -```js -var mm = require('micromatch'); -mm.matcher(pattern[, options]); - -var isMatch = mm.matcher('*.!(*a)'); -console.log(isMatch('a.a')); -//=> false -console.log(isMatch('a.b')); -//=> true -``` - -### [.capture](index.js#L536) - -Returns an array of matches captured by `pattern` in `string, or`null` if the pattern did not match. - -**Params** - -* `pattern` **{String}**: Glob pattern to use for matching. -* `string` **{String}**: String to match -* `options` **{Object}**: See available [options](#options) for changing how matches are performed -* `returns` **{Boolean}**: Returns an array of captures if the string matches the glob pattern, otherwise `null`. - -**Example** - -```js -var mm = require('micromatch'); -mm.capture(pattern, string[, options]); - -console.log(mm.capture('test/*.js', 'test/foo.js')); -//=> ['foo'] -console.log(mm.capture('test/*.js', 'foo/bar.css')); -//=> null -``` - -### [.makeRe](index.js#L571) - -Create a regular expression from the given glob `pattern`. - -**Params** - -* `pattern` **{String}**: A glob pattern to convert to regex. -* `options` **{Object}**: See available [options](#options) for changing how matches are performed. -* `returns` **{RegExp}**: Returns a regex created from the given pattern. - -**Example** - -```js -var mm = require('micromatch'); -mm.makeRe(pattern[, options]); - -console.log(mm.makeRe('*.js')); -//=> /^(?:(\.[\\\/])?(?!\.)(?=.)[^\/]*?\.js)$/ -``` - -### [.braces](index.js#L618) - -Expand the given brace `pattern`. - -**Params** - -* `pattern` **{String}**: String with brace pattern to expand. -* `options` **{Object}**: Any [options](#options) to change how expansion is performed. See the [braces](https://github.com/micromatch/braces) library for all available options. -* `returns` **{Array}** - -**Example** - -```js -var mm = require('micromatch'); -console.log(mm.braces('foo/{a,b}/bar')); -//=> ['foo/(a|b)/bar'] - -console.log(mm.braces('foo/{a,b}/bar', {expand: true})); -//=> ['foo/(a|b)/bar'] -``` - -### [.create](index.js#L685) - -Parses the given glob `pattern` and returns an array of abstract syntax trees (ASTs), with the compiled `output` and optional source `map` on each AST. - -**Params** - -* `pattern` **{String}**: Glob pattern to parse and compile. -* `options` **{Object}**: Any [options](#options) to change how parsing and compiling is performed. -* `returns` **{Object}**: Returns an object with the parsed AST, compiled string and optional source map. - -**Example** - -```js -var mm = require('micromatch'); -mm.create(pattern[, options]); - -console.log(mm.create('abc/*.js')); -// [{ options: { source: 'string', sourcemap: true }, -// state: {}, -// compilers: -// { ... }, -// output: '(\\.[\\\\\\/])?abc\\/(?!\\.)(?=.)[^\\/]*?\\.js', -// ast: -// { type: 'root', -// errors: [], -// nodes: -// [ ... ], -// dot: false, -// input: 'abc/*.js' }, -// parsingErrors: [], -// map: -// { version: 3, -// sources: [ 'string' ], -// names: [], -// mappings: 'AAAA,GAAG,EAAC,kBAAC,EAAC,EAAE', -// sourcesContent: [ 'abc/*.js' ] }, -// position: { line: 1, column: 28 }, -// content: {}, -// files: {}, -// idx: 6 }] -``` - -### [.parse](index.js#L732) - -Parse the given `str` with the given `options`. - -**Params** - -* `str` **{String}** -* `options` **{Object}** -* `returns` **{Object}**: Returns an AST - -**Example** - -```js -var mm = require('micromatch'); -mm.parse(pattern[, options]); - -var ast = mm.parse('a/{b,c}/d'); -console.log(ast); -// { type: 'root', -// errors: [], -// input: 'a/{b,c}/d', -// nodes: -// [ { type: 'bos', val: '' }, -// { type: 'text', val: 'a/' }, -// { type: 'brace', -// nodes: -// [ { type: 'brace.open', val: '{' }, -// { type: 'text', val: 'b,c' }, -// { type: 'brace.close', val: '}' } ] }, -// { type: 'text', val: '/d' }, -// { type: 'eos', val: '' } ] } -``` - -### [.compile](index.js#L780) - -Compile the given `ast` or string with the given `options`. - -**Params** - -* `ast` **{Object|String}** -* `options` **{Object}** -* `returns` **{Object}**: Returns an object that has an `output` property with the compiled string. - -**Example** - -```js -var mm = require('micromatch'); -mm.compile(ast[, options]); - -var ast = mm.parse('a/{b,c}/d'); -console.log(mm.compile(ast)); -// { options: { source: 'string' }, -// state: {}, -// compilers: -// { eos: [Function], -// noop: [Function], -// bos: [Function], -// brace: [Function], -// 'brace.open': [Function], -// text: [Function], -// 'brace.close': [Function] }, -// output: [ 'a/(b|c)/d' ], -// ast: -// { ... }, -// parsingErrors: [] } -``` - -### [.clearCache](index.js#L801) - -Clear the regex cache. - -**Example** - -```js -mm.clearCache(); -``` - -## Options - -* [basename](#optionsbasename) -* [bash](#optionsbash) -* [cache](#optionscache) -* [dot](#optionsdot) -* [failglob](#optionsfailglob) -* [ignore](#optionsignore) -* [matchBase](#optionsmatchBase) -* [nobrace](#optionsnobrace) -* [nocase](#optionsnocase) -* [nodupes](#optionsnodupes) -* [noext](#optionsnoext) -* [noglobstar](#optionsnoglobstar) -* [nonull](#optionsnonull) -* [nullglob](#optionsnullglob) -* [snapdragon](#optionssnapdragon) -* [sourcemap](#optionssourcemap) -* [unescape](#optionsunescape) -* [unixify](#optionsunixify) - -### options.basename - -Allow glob patterns without slashes to match a file path based on its basename. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `matchBase`. - -**Type**: `Boolean` - -**Default**: `false` - -**Example** - -```js -mm(['a/b.js', 'a/c.md'], '*.js'); -//=> [] - -mm(['a/b.js', 'a/c.md'], '*.js', {matchBase: true}); -//=> ['a/b.js'] -``` - -### options.bash - -Enabled by default, this option enforces bash-like behavior with stars immediately following a bracket expression. Bash bracket expressions are similar to regex character classes, but unlike regex, a star following a bracket expression **does not repeat the bracketed characters**. Instead, the star is treated the same as an other star. - -**Type**: `Boolean` - -**Default**: `true` - -**Example** - -```js -var files = ['abc', 'ajz']; -console.log(mm(files, '[a-c]*')); -//=> ['abc', 'ajz'] - -console.log(mm(files, '[a-c]*', {bash: false})); -``` - -### options.cache - -Disable regex and function memoization. - -**Type**: `Boolean` - -**Default**: `undefined` - -### options.dot - -Match dotfiles. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `dot`. - -**Type**: `Boolean` - -**Default**: `false` - -### options.failglob - -Similar to the `--failglob` behavior in Bash, throws an error when no matches are found. - -**Type**: `Boolean` - -**Default**: `undefined` - -### options.ignore - -String or array of glob patterns to match files to ignore. - -**Type**: `String|Array` - -**Default**: `undefined` - -### options.matchBase - -Alias for [options.basename](#options-basename). - -### options.nobrace - -Disable expansion of brace patterns. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `nobrace`. - -**Type**: `Boolean` - -**Default**: `undefined` - -See [braces](https://github.com/micromatch/braces) for more information about extended brace expansion. - -### options.nocase - -Use a case-insensitive regex for matching files. Same behavior as [minimatch](https://github.com/isaacs/minimatch). - -**Type**: `Boolean` - -**Default**: `undefined` - -### options.nodupes - -Remove duplicate elements from the result array. - -**Type**: `Boolean` - -**Default**: `undefined` - -**Example** - -Example of using the `unescape` and `nodupes` options together: - -```js -mm.match(['a/b/c', 'a/b/c'], 'a/b/c'); -//=> ['a/b/c', 'a/b/c'] - -mm.match(['a/b/c', 'a/b/c'], 'a/b/c', {nodupes: true}); -//=> ['abc'] -``` - -### options.noext - -Disable extglob support, so that extglobs are regarded as literal characters. - -**Type**: `Boolean` - -**Default**: `undefined` - -**Examples** - -```js -mm(['a/z', 'a/b', 'a/!(z)'], 'a/!(z)'); -//=> ['a/b', 'a/!(z)'] - -mm(['a/z', 'a/b', 'a/!(z)'], 'a/!(z)', {noext: true}); -//=> ['a/!(z)'] (matches only as literal characters) -``` - -### options.nonegate - -Disallow negation (`!`) patterns, and treat leading `!` as a literal character to match. - -**Type**: `Boolean` - -**Default**: `undefined` - -### options.noglobstar - -Disable matching with globstars (`**`). - -**Type**: `Boolean` - -**Default**: `undefined` - -```js -mm(['a/b', 'a/b/c', 'a/b/c/d'], 'a/**'); -//=> ['a/b', 'a/b/c', 'a/b/c/d'] - -mm(['a/b', 'a/b/c', 'a/b/c/d'], 'a/**', {noglobstar: true}); -//=> ['a/b'] -``` - -### options.nonull - -Alias for [options.nullglob](#options-nullglob). - -### options.nullglob - -If `true`, when no matches are found the actual (arrayified) glob pattern is returned instead of an empty array. Same behavior as [minimatch](https://github.com/isaacs/minimatch) option `nonull`. - -**Type**: `Boolean` - -**Default**: `undefined` - -### options.snapdragon - -Pass your own instance of [snapdragon](https://github.com/jonschlinkert/snapdragon), to customize parsers or compilers. - -**Type**: `Object` - -**Default**: `undefined` - -### options.sourcemap - -Generate a source map by enabling the `sourcemap` option with the `.parse`, `.compile`, or `.create` methods. - -_(Note that sourcemaps are currently not enabled for brace patterns)_ - -**Examples** - -``` js -var mm = require('micromatch'); -var pattern = '*(*(of*(a)x)z)'; - -var res = mm.create('abc/*.js', {sourcemap: true}); -console.log(res.map); -// { version: 3, -// sources: [ 'string' ], -// names: [], -// mappings: 'AAAA,GAAG,EAAC,iBAAC,EAAC,EAAE', -// sourcesContent: [ 'abc/*.js' ] } - -var ast = mm.parse('abc/**/*.js'); -var res = mm.compile(ast, {sourcemap: true}); -console.log(res.map); -// { version: 3, -// sources: [ 'string' ], -// names: [], -// mappings: 'AAAA,GAAG,EAAC,2BAAE,EAAC,iBAAC,EAAC,EAAE', -// sourcesContent: [ 'abc/**/*.js' ] } - -var ast = mm.parse(pattern); -var res = mm.compile(ast, {sourcemap: true}); -console.log(res.map); -// { version: 3, -// sources: [ 'string' ], -// names: [], -// mappings: 'AAAA,CAAE,CAAE,EAAE,CAAE,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC', -// sourcesContent: [ '*(*(of*(a)x)z)' ] } -``` - -### options.unescape - -Remove backslashes from returned matches. - -**Type**: `Boolean` - -**Default**: `undefined` - -**Example** - -In this example we want to match a literal `*`: - -```js -mm.match(['abc', 'a\\*c'], 'a\\*c'); -//=> ['a\\*c'] - -mm.match(['abc', 'a\\*c'], 'a\\*c', {unescape: true}); -//=> ['a*c'] -``` - -### options.unixify - -Convert path separators on returned files to posix/unix-style forward slashes. - -**Type**: `Boolean` - -**Default**: `true` on windows, `false` everywhere else - -**Example** - -```js -mm.match(['a\\b\\c'], 'a/**'); -//=> ['a/b/c'] - -mm.match(['a\\b\\c'], {unixify: false}); -//=> ['a\\b\\c'] -``` - -## Extended globbing - -Micromatch also supports extended globbing features. - -### extglobs - -Extended globbing, as described by the bash man page: - -| **pattern** | **regex equivalent** | **description** | -| --- | --- | --- | -| `?(pattern)` | `(pattern)?` | Matches zero or one occurrence of the given patterns | -| `*(pattern)` | `(pattern)*` | Matches zero or more occurrences of the given patterns | -| `+(pattern)` | `(pattern)+` | Matches one or more occurrences of the given patterns | -| `@(pattern)` | `(pattern)` * | Matches one of the given patterns | -| `!(pattern)` | N/A (equivalent regex is much more complicated) | Matches anything except one of the given patterns | - -* Note that `@` isn't a RegEx character. - -Powered by [extglob](https://github.com/micromatch/extglob). Visit that library for the full range of options or to report extglob related issues. - -### braces - -Brace patterns can be used to match specific ranges or sets of characters. For example, the pattern `*/{1..3}/*` would match any of following strings: - -``` -foo/1/bar -foo/2/bar -foo/3/bar -baz/1/qux -baz/2/qux -baz/3/qux -``` - -Visit [braces](https://github.com/micromatch/braces) to see the full range of features and options related to brace expansion, or to create brace matching or expansion related issues. - -### regex character classes - -Given the list: `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`: - -* `[ac].js`: matches both `a` and `c`, returning `['a.js', 'c.js']` -* `[b-d].js`: matches from `b` to `d`, returning `['b.js', 'c.js', 'd.js']` -* `[b-d].js`: matches from `b` to `d`, returning `['b.js', 'c.js', 'd.js']` -* `a/[A-Z].js`: matches and uppercase letter, returning `['a/E.md']` - -Learn about [regex character classes](http://www.regular-expressions.info/charclass.html). - -### regex groups - -Given `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`: - -* `(a|c).js`: would match either `a` or `c`, returning `['a.js', 'c.js']` -* `(b|d).js`: would match either `b` or `d`, returning `['b.js', 'd.js']` -* `(b|[A-Z]).js`: would match either `b` or an uppercase letter, returning `['b.js', 'E.js']` - -As with regex, parens can be nested, so patterns like `((a|b)|c)/b` will work. Although brace expansion might be friendlier to use, depending on preference. - -### POSIX bracket expressions - -POSIX brackets are intended to be more user-friendly than regex character classes. This of course is in the eye of the beholder. - -**Example** - -```js -mm.isMatch('a1', '[[:alpha:][:digit:]]'); -//=> true - -mm.isMatch('a1', '[[:alpha:][:alpha:]]'); -//=> false -``` - -See [expand-brackets](https://github.com/jonschlinkert/expand-brackets) for more information about bracket expressions. - -*** - -## Notes - -### Bash 4.3 parity - -Whenever possible matching behavior is based on behavior Bash 4.3, which is mostly consistent with minimatch. - -However, it's suprising how many edge cases and rabbit holes there are with glob matching, and since there is no real glob specification, and micromatch is more accurate than both Bash and minimatch, there are cases where best-guesses were made for behavior. In a few cases where Bash had no answers, we used wildmatch (used by git) as a fallback. - -### Backslashes - -There is an important, notable difference between minimatch and micromatch _in regards to how backslashes are handled_ in glob patterns. - -* Micromatch exclusively and explicitly reserves backslashes for escaping characters in a glob pattern, even on windows. This is consistent with bash behavior. -* Minimatch converts all backslashes to forward slashes, which means you can't use backslashes to escape any characters in your glob patterns. - -We made this decision for micromatch for a couple of reasons: - -* consistency with bash conventions. -* glob patterns are not filepaths. They are a type of [regular language](https://en.wikipedia.org/wiki/Regular_language) that is converted to a JavaScript regular expression. Thus, when forward slashes are defined in a glob pattern, the resulting regular expression will match windows or POSIX path separators just fine. - -**A note about joining paths to globs** - -Note that when you pass something like `path.join('foo', '*')` to micromatch, you are creating a filepath and expecting it to still work as a glob pattern. This causes problems on windows, since the `path.sep` is `\\`. - -In other words, since `\\` is reserved as an escape character in globs, on windows `path.join('foo', '*')` would result in `foo\\*`, which tells micromatch to match `*` as a literal character. This is the same behavior as bash. - -## Contributing - -All contributions are welcome! Please read [the contributing guide](.github/contributing.md) to get started. - -**Bug reports** - -Please create an issue if you encounter a bug or matching behavior that doesn't seem correct. If you find a matching-related issue, please: - -* [research existing issues first](../../issues) (open and closed) -* visit the [GNU Bash documentation](https://www.gnu.org/software/bash/manual/) to see how Bash deals with the pattern -* visit the [minimatch](https://github.com/isaacs/minimatch) documentation to cross-check expected behavior in node.js -* if all else fails, since there is no real specification for globs we will probably need to discuss expected behavior and decide how to resolve it. which means any detail you can provide to help with this discussion would be greatly appreciated. - -**Platform issues** - -It's important to us that micromatch work consistently on all platforms. If you encounter any platform-specific matching or path related issues, please let us know (pull requests are also greatly appreciated). - -## Benchmarks - -### Running benchmarks - -Install dev dependencies: - -```bash -npm i -d && npm run benchmark -``` - -### Latest results - -As of February 18, 2018 (longer bars are better): - -```sh -# braces-globstar-large-list (485691 bytes) - micromatch ██████████████████████████████████████████████████ (517 ops/sec ±0.49%) - minimatch █ (18.92 ops/sec ±0.54%) - multimatch █ (18.94 ops/sec ±0.62%) - - micromatch is faster by an avg. of 2,733% - -# braces-multiple (3362 bytes) - micromatch ██████████████████████████████████████████████████ (33,625 ops/sec ±0.45%) - minimatch (2.92 ops/sec ±3.26%) - multimatch (2.90 ops/sec ±2.76%) - - micromatch is faster by an avg. of 1,156,935% - -# braces-range (727 bytes) - micromatch █████████████████████████████████████████████████ (155,220 ops/sec ±0.56%) - minimatch ██████ (20,186 ops/sec ±1.27%) - multimatch ██████ (19,809 ops/sec ±0.60%) - - micromatch is faster by an avg. of 776% - -# braces-set (2858 bytes) - micromatch █████████████████████████████████████████████████ (24,354 ops/sec ±0.92%) - minimatch █████ (2,566 ops/sec ±0.56%) - multimatch ████ (2,431 ops/sec ±1.25%) - - micromatch is faster by an avg. of 975% - -# globstar-large-list (485686 bytes) - micromatch █████████████████████████████████████████████████ (504 ops/sec ±0.45%) - minimatch ███ (33.36 ops/sec ±1.08%) - multimatch ███ (33.19 ops/sec ±1.35%) - - micromatch is faster by an avg. of 1,514% - -# globstar-long-list (90647 bytes) - micromatch ██████████████████████████████████████████████████ (2,694 ops/sec ±1.08%) - minimatch ████████████████ (870 ops/sec ±1.09%) - multimatch ████████████████ (862 ops/sec ±0.84%) - - micromatch is faster by an avg. of 311% - -# globstar-short-list (182 bytes) - micromatch ██████████████████████████████████████████████████ (328,921 ops/sec ±1.06%) - minimatch █████████ (64,808 ops/sec ±1.42%) - multimatch ████████ (57,991 ops/sec ±2.11%) - - micromatch is faster by an avg. of 536% - -# no-glob (701 bytes) - micromatch █████████████████████████████████████████████████ (415,935 ops/sec ±0.36%) - minimatch ███████████ (92,730 ops/sec ±1.44%) - multimatch █████████ (81,958 ops/sec ±2.13%) - - micromatch is faster by an avg. of 476% - -# star-basename-long (12339 bytes) - micromatch █████████████████████████████████████████████████ (7,963 ops/sec ±0.36%) - minimatch ███████████████████████████████ (5,072 ops/sec ±0.83%) - multimatch ███████████████████████████████ (5,028 ops/sec ±0.40%) - - micromatch is faster by an avg. of 158% - -# star-basename-short (349 bytes) - micromatch ██████████████████████████████████████████████████ (269,552 ops/sec ±0.70%) - minimatch ██████████████████████ (122,457 ops/sec ±1.39%) - multimatch ████████████████████ (110,788 ops/sec ±1.99%) - - micromatch is faster by an avg. of 231% - -# star-folder-long (19207 bytes) - micromatch █████████████████████████████████████████████████ (3,806 ops/sec ±0.38%) - minimatch ████████████████████████████ (2,204 ops/sec ±0.32%) - multimatch ██████████████████████████ (2,020 ops/sec ±1.07%) - - micromatch is faster by an avg. of 180% - -# star-folder-short (551 bytes) - micromatch ██████████████████████████████████████████████████ (249,077 ops/sec ±0.40%) - minimatch ███████████ (59,431 ops/sec ±1.67%) - multimatch ███████████ (55,569 ops/sec ±1.43%) - - micromatch is faster by an avg. of 433% -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards. - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [braces](https://www.npmjs.com/package/braces): Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support… [more](https://github.com/micromatch/braces) | [homepage](https://github.com/micromatch/braces "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.") -* [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/jonschlinkert/expand-brackets "Expand POSIX bracket expressions (character classes) in glob patterns.") -* [extglob](https://www.npmjs.com/package/extglob): Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob… [more](https://github.com/micromatch/extglob) | [homepage](https://github.com/micromatch/extglob "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.") -* [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`") -* [nanomatch](https://www.npmjs.com/package/nanomatch): Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash… [more](https://github.com/micromatch/nanomatch) | [homepage](https://github.com/micromatch/nanomatch "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 457 | [jonschlinkert](https://github.com/jonschlinkert) | -| 12 | [es128](https://github.com/es128) | -| 8 | [doowb](https://github.com/doowb) | -| 3 | [paulmillr](https://github.com/paulmillr) | -| 2 | [TrySound](https://github.com/TrySound) | -| 2 | [MartinKolarik](https://github.com/MartinKolarik) | -| 2 | [charlike-old](https://github.com/charlike-old) | -| 1 | [amilajack](https://github.com/amilajack) | -| 1 | [mrmlnc](https://github.com/mrmlnc) | -| 1 | [devongovett](https://github.com/devongovett) | -| 1 | [DianeLooney](https://github.com/DianeLooney) | -| 1 | [UltCombo](https://github.com/UltCombo) | -| 1 | [tomByrer](https://github.com/tomByrer) | -| 1 | [fidian](https://github.com/fidian) | - -### Author - -**Jon Schlinkert** - -* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on February 18, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/index.js b/2019-setembro/node_modules/micromatch/index.js deleted file mode 100644 index fe02f2c..0000000 --- a/2019-setembro/node_modules/micromatch/index.js +++ /dev/null @@ -1,877 +0,0 @@ -'use strict'; - -/** - * Module dependencies - */ - -var util = require('util'); -var braces = require('braces'); -var toRegex = require('to-regex'); -var extend = require('extend-shallow'); - -/** - * Local dependencies - */ - -var compilers = require('./lib/compilers'); -var parsers = require('./lib/parsers'); -var cache = require('./lib/cache'); -var utils = require('./lib/utils'); -var MAX_LENGTH = 1024 * 64; - -/** - * The main function takes a list of strings and one or more - * glob patterns to use for matching. - * - * ```js - * var mm = require('micromatch'); - * mm(list, patterns[, options]); - * - * console.log(mm(['a.js', 'a.txt'], ['*.js'])); - * //=> [ 'a.js' ] - * ``` - * @param {Array} `list` A list of strings to match - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Array} Returns an array of matches - * @summary false - * @api public - */ - -function micromatch(list, patterns, options) { - patterns = utils.arrayify(patterns); - list = utils.arrayify(list); - - var len = patterns.length; - if (list.length === 0 || len === 0) { - return []; - } - - if (len === 1) { - return micromatch.match(list, patterns[0], options); - } - - var omit = []; - var keep = []; - var idx = -1; - - while (++idx < len) { - var pattern = patterns[idx]; - - if (typeof pattern === 'string' && pattern.charCodeAt(0) === 33 /* ! */) { - omit.push.apply(omit, micromatch.match(list, pattern.slice(1), options)); - } else { - keep.push.apply(keep, micromatch.match(list, pattern, options)); - } - } - - var matches = utils.diff(keep, omit); - if (!options || options.nodupes !== false) { - return utils.unique(matches); - } - - return matches; -} - -/** - * Similar to the main function, but `pattern` must be a string. - * - * ```js - * var mm = require('micromatch'); - * mm.match(list, pattern[, options]); - * - * console.log(mm.match(['a.a', 'a.aa', 'a.b', 'a.c'], '*.a')); - * //=> ['a.a', 'a.aa'] - * ``` - * @param {Array} `list` Array of strings to match - * @param {String} `pattern` Glob pattern to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Array} Returns an array of matches - * @api public - */ - -micromatch.match = function(list, pattern, options) { - if (Array.isArray(pattern)) { - throw new TypeError('expected pattern to be a string'); - } - - var unixify = utils.unixify(options); - var isMatch = memoize('match', pattern, options, micromatch.matcher); - var matches = []; - - list = utils.arrayify(list); - var len = list.length; - var idx = -1; - - while (++idx < len) { - var ele = list[idx]; - if (ele === pattern || isMatch(ele)) { - matches.push(utils.value(ele, unixify, options)); - } - } - - // if no options were passed, uniquify results and return - if (typeof options === 'undefined') { - return utils.unique(matches); - } - - if (matches.length === 0) { - if (options.failglob === true) { - throw new Error('no matches found for "' + pattern + '"'); - } - if (options.nonull === true || options.nullglob === true) { - return [options.unescape ? utils.unescape(pattern) : pattern]; - } - } - - // if `opts.ignore` was defined, diff ignored list - if (options.ignore) { - matches = micromatch.not(matches, options.ignore, options); - } - - return options.nodupes !== false ? utils.unique(matches) : matches; -}; - -/** - * Returns true if the specified `string` matches the given glob `pattern`. - * - * ```js - * var mm = require('micromatch'); - * mm.isMatch(string, pattern[, options]); - * - * console.log(mm.isMatch('a.a', '*.a')); - * //=> true - * console.log(mm.isMatch('a.b', '*.a')); - * //=> false - * ``` - * @param {String} `string` String to match - * @param {String} `pattern` Glob pattern to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if the string matches the glob pattern. - * @api public - */ - -micromatch.isMatch = function(str, pattern, options) { - if (typeof str !== 'string') { - throw new TypeError('expected a string: "' + util.inspect(str) + '"'); - } - - if (isEmptyString(str) || isEmptyString(pattern)) { - return false; - } - - var equals = utils.equalsPattern(options); - if (equals(str)) { - return true; - } - - var isMatch = memoize('isMatch', pattern, options, micromatch.matcher); - return isMatch(str); -}; - -/** - * Returns true if some of the strings in the given `list` match any of the - * given glob `patterns`. - * - * ```js - * var mm = require('micromatch'); - * mm.some(list, patterns[, options]); - * - * console.log(mm.some(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); - * // true - * console.log(mm.some(['foo.js'], ['*.js', '!foo.js'])); - * // false - * ``` - * @param {String|Array} `list` The string or array of strings to test. Returns as soon as the first match is found. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ - -micromatch.some = function(list, patterns, options) { - if (typeof list === 'string') { - list = [list]; - } - for (var i = 0; i < list.length; i++) { - if (micromatch(list[i], patterns, options).length === 1) { - return true; - } - } - return false; -}; - -/** - * Returns true if every string in the given `list` matches - * any of the given glob `patterns`. - * - * ```js - * var mm = require('micromatch'); - * mm.every(list, patterns[, options]); - * - * console.log(mm.every('foo.js', ['foo.js'])); - * // true - * console.log(mm.every(['foo.js', 'bar.js'], ['*.js'])); - * // true - * console.log(mm.every(['foo.js', 'bar.js'], ['*.js', '!foo.js'])); - * // false - * console.log(mm.every(['foo.js'], ['*.js', '!foo.js'])); - * // false - * ``` - * @param {String|Array} `list` The string or array of strings to test. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ - -micromatch.every = function(list, patterns, options) { - if (typeof list === 'string') { - list = [list]; - } - for (var i = 0; i < list.length; i++) { - if (micromatch(list[i], patterns, options).length !== 1) { - return false; - } - } - return true; -}; - -/** - * Returns true if **any** of the given glob `patterns` - * match the specified `string`. - * - * ```js - * var mm = require('micromatch'); - * mm.any(string, patterns[, options]); - * - * console.log(mm.any('a.a', ['b.*', '*.a'])); - * //=> true - * console.log(mm.any('a.a', 'b.*')); - * //=> false - * ``` - * @param {String|Array} `str` The string to test. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ - -micromatch.any = function(str, patterns, options) { - if (typeof str !== 'string') { - throw new TypeError('expected a string: "' + util.inspect(str) + '"'); - } - - if (isEmptyString(str) || isEmptyString(patterns)) { - return false; - } - - if (typeof patterns === 'string') { - patterns = [patterns]; - } - - for (var i = 0; i < patterns.length; i++) { - if (micromatch.isMatch(str, patterns[i], options)) { - return true; - } - } - return false; -}; - -/** - * Returns true if **all** of the given `patterns` match - * the specified string. - * - * ```js - * var mm = require('micromatch'); - * mm.all(string, patterns[, options]); - * - * console.log(mm.all('foo.js', ['foo.js'])); - * // true - * - * console.log(mm.all('foo.js', ['*.js', '!foo.js'])); - * // false - * - * console.log(mm.all('foo.js', ['*.js', 'foo.js'])); - * // true - * - * console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js'])); - * // true - * ``` - * @param {String|Array} `str` The string to test. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if any patterns match `str` - * @api public - */ - -micromatch.all = function(str, patterns, options) { - if (typeof str !== 'string') { - throw new TypeError('expected a string: "' + util.inspect(str) + '"'); - } - if (typeof patterns === 'string') { - patterns = [patterns]; - } - for (var i = 0; i < patterns.length; i++) { - if (!micromatch.isMatch(str, patterns[i], options)) { - return false; - } - } - return true; -}; - -/** - * Returns a list of strings that _**do not match any**_ of the given `patterns`. - * - * ```js - * var mm = require('micromatch'); - * mm.not(list, patterns[, options]); - * - * console.log(mm.not(['a.a', 'b.b', 'c.c'], '*.a')); - * //=> ['b.b', 'c.c'] - * ``` - * @param {Array} `list` Array of strings to match. - * @param {String|Array} `patterns` One or more glob pattern to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Array} Returns an array of strings that **do not match** the given patterns. - * @api public - */ - -micromatch.not = function(list, patterns, options) { - var opts = extend({}, options); - var ignore = opts.ignore; - delete opts.ignore; - - var unixify = utils.unixify(opts); - list = utils.arrayify(list).map(unixify); - - var matches = utils.diff(list, micromatch(list, patterns, opts)); - if (ignore) { - matches = utils.diff(matches, micromatch(list, ignore)); - } - - return opts.nodupes !== false ? utils.unique(matches) : matches; -}; - -/** - * Returns true if the given `string` contains the given pattern. Similar - * to [.isMatch](#isMatch) but the pattern can match any part of the string. - * - * ```js - * var mm = require('micromatch'); - * mm.contains(string, pattern[, options]); - * - * console.log(mm.contains('aa/bb/cc', '*b')); - * //=> true - * console.log(mm.contains('aa/bb/cc', '*d')); - * //=> false - * ``` - * @param {String} `str` The string to match. - * @param {String|Array} `patterns` Glob pattern to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns true if the patter matches any part of `str`. - * @api public - */ - -micromatch.contains = function(str, patterns, options) { - if (typeof str !== 'string') { - throw new TypeError('expected a string: "' + util.inspect(str) + '"'); - } - - if (typeof patterns === 'string') { - if (isEmptyString(str) || isEmptyString(patterns)) { - return false; - } - - var equals = utils.equalsPattern(patterns, options); - if (equals(str)) { - return true; - } - var contains = utils.containsPattern(patterns, options); - if (contains(str)) { - return true; - } - } - - var opts = extend({}, options, {contains: true}); - return micromatch.any(str, patterns, opts); -}; - -/** - * Returns true if the given pattern and options should enable - * the `matchBase` option. - * @return {Boolean} - * @api private - */ - -micromatch.matchBase = function(pattern, options) { - if (pattern && pattern.indexOf('/') !== -1 || !options) return false; - return options.basename === true || options.matchBase === true; -}; - -/** - * Filter the keys of the given object with the given `glob` pattern - * and `options`. Does not attempt to match nested keys. If you need this feature, - * use [glob-object][] instead. - * - * ```js - * var mm = require('micromatch'); - * mm.matchKeys(object, patterns[, options]); - * - * var obj = { aa: 'a', ab: 'b', ac: 'c' }; - * console.log(mm.matchKeys(obj, '*b')); - * //=> { ab: 'b' } - * ``` - * @param {Object} `object` The object with keys to filter. - * @param {String|Array} `patterns` One or more glob patterns to use for matching. - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Object} Returns an object with only keys that match the given patterns. - * @api public - */ - -micromatch.matchKeys = function(obj, patterns, options) { - if (!utils.isObject(obj)) { - throw new TypeError('expected the first argument to be an object'); - } - var keys = micromatch(Object.keys(obj), patterns, options); - return utils.pick(obj, keys); -}; - -/** - * Returns a memoized matcher function from the given glob `pattern` and `options`. - * The returned function takes a string to match as its only argument and returns - * true if the string is a match. - * - * ```js - * var mm = require('micromatch'); - * mm.matcher(pattern[, options]); - * - * var isMatch = mm.matcher('*.!(*a)'); - * console.log(isMatch('a.a')); - * //=> false - * console.log(isMatch('a.b')); - * //=> true - * ``` - * @param {String} `pattern` Glob pattern - * @param {Object} `options` See available [options](#options) for changing how matches are performed. - * @return {Function} Returns a matcher function. - * @api public - */ - -micromatch.matcher = function matcher(pattern, options) { - if (Array.isArray(pattern)) { - return compose(pattern, options, matcher); - } - - // if pattern is a regex - if (pattern instanceof RegExp) { - return test(pattern); - } - - // if pattern is invalid - if (!utils.isString(pattern)) { - throw new TypeError('expected pattern to be an array, string or regex'); - } - - // if pattern is a non-glob string - if (!utils.hasSpecialChars(pattern)) { - if (options && options.nocase === true) { - pattern = pattern.toLowerCase(); - } - return utils.matchPath(pattern, options); - } - - // if pattern is a glob string - var re = micromatch.makeRe(pattern, options); - - // if `options.matchBase` or `options.basename` is defined - if (micromatch.matchBase(pattern, options)) { - return utils.matchBasename(re, options); - } - - function test(regex) { - var equals = utils.equalsPattern(options); - var unixify = utils.unixify(options); - - return function(str) { - if (equals(str)) { - return true; - } - - if (regex.test(unixify(str))) { - return true; - } - return false; - }; - } - - var fn = test(re); - Object.defineProperty(fn, 'result', { - configurable: true, - enumerable: false, - value: re.result - }); - return fn; -}; - -/** - * Returns an array of matches captured by `pattern` in `string, or `null` if the pattern did not match. - * - * ```js - * var mm = require('micromatch'); - * mm.capture(pattern, string[, options]); - * - * console.log(mm.capture('test/*.js', 'test/foo.js')); - * //=> ['foo'] - * console.log(mm.capture('test/*.js', 'foo/bar.css')); - * //=> null - * ``` - * @param {String} `pattern` Glob pattern to use for matching. - * @param {String} `string` String to match - * @param {Object} `options` See available [options](#options) for changing how matches are performed - * @return {Boolean} Returns an array of captures if the string matches the glob pattern, otherwise `null`. - * @api public - */ - -micromatch.capture = function(pattern, str, options) { - var re = micromatch.makeRe(pattern, extend({capture: true}, options)); - var unixify = utils.unixify(options); - - function match() { - return function(string) { - var match = re.exec(unixify(string)); - if (!match) { - return null; - } - - return match.slice(1); - }; - } - - var capture = memoize('capture', pattern, options, match); - return capture(str); -}; - -/** - * Create a regular expression from the given glob `pattern`. - * - * ```js - * var mm = require('micromatch'); - * mm.makeRe(pattern[, options]); - * - * console.log(mm.makeRe('*.js')); - * //=> /^(?:(\.[\\\/])?(?!\.)(?=.)[^\/]*?\.js)$/ - * ``` - * @param {String} `pattern` A glob pattern to convert to regex. - * @param {Object} `options` See available [options](#options) for changing how matches are performed. - * @return {RegExp} Returns a regex created from the given pattern. - * @api public - */ - -micromatch.makeRe = function(pattern, options) { - if (typeof pattern !== 'string') { - throw new TypeError('expected pattern to be a string'); - } - - if (pattern.length > MAX_LENGTH) { - throw new Error('expected pattern to be less than ' + MAX_LENGTH + ' characters'); - } - - function makeRe() { - var result = micromatch.create(pattern, options); - var ast_array = []; - var output = result.map(function(obj) { - obj.ast.state = obj.state; - ast_array.push(obj.ast); - return obj.output; - }); - - var regex = toRegex(output.join('|'), options); - Object.defineProperty(regex, 'result', { - configurable: true, - enumerable: false, - value: ast_array - }); - return regex; - } - - return memoize('makeRe', pattern, options, makeRe); -}; - -/** - * Expand the given brace `pattern`. - * - * ```js - * var mm = require('micromatch'); - * console.log(mm.braces('foo/{a,b}/bar')); - * //=> ['foo/(a|b)/bar'] - * - * console.log(mm.braces('foo/{a,b}/bar', {expand: true})); - * //=> ['foo/(a|b)/bar'] - * ``` - * @param {String} `pattern` String with brace pattern to expand. - * @param {Object} `options` Any [options](#options) to change how expansion is performed. See the [braces][] library for all available options. - * @return {Array} - * @api public - */ - -micromatch.braces = function(pattern, options) { - if (typeof pattern !== 'string' && !Array.isArray(pattern)) { - throw new TypeError('expected pattern to be an array or string'); - } - - function expand() { - if (options && options.nobrace === true || !/\{.*\}/.test(pattern)) { - return utils.arrayify(pattern); - } - return braces(pattern, options); - } - - return memoize('braces', pattern, options, expand); -}; - -/** - * Proxy to the [micromatch.braces](#method), for parity with - * minimatch. - */ - -micromatch.braceExpand = function(pattern, options) { - var opts = extend({}, options, {expand: true}); - return micromatch.braces(pattern, opts); -}; - -/** - * Parses the given glob `pattern` and returns an array of abstract syntax - * trees (ASTs), with the compiled `output` and optional source `map` on - * each AST. - * - * ```js - * var mm = require('micromatch'); - * mm.create(pattern[, options]); - * - * console.log(mm.create('abc/*.js')); - * // [{ options: { source: 'string', sourcemap: true }, - * // state: {}, - * // compilers: - * // { ... }, - * // output: '(\\.[\\\\\\/])?abc\\/(?!\\.)(?=.)[^\\/]*?\\.js', - * // ast: - * // { type: 'root', - * // errors: [], - * // nodes: - * // [ ... ], - * // dot: false, - * // input: 'abc/*.js' }, - * // parsingErrors: [], - * // map: - * // { version: 3, - * // sources: [ 'string' ], - * // names: [], - * // mappings: 'AAAA,GAAG,EAAC,kBAAC,EAAC,EAAE', - * // sourcesContent: [ 'abc/*.js' ] }, - * // position: { line: 1, column: 28 }, - * // content: {}, - * // files: {}, - * // idx: 6 }] - * ``` - * @param {String} `pattern` Glob pattern to parse and compile. - * @param {Object} `options` Any [options](#options) to change how parsing and compiling is performed. - * @return {Object} Returns an object with the parsed AST, compiled string and optional source map. - * @api public - */ - -micromatch.create = function(pattern, options) { - return memoize('create', pattern, options, function() { - function create(str, opts) { - return micromatch.compile(micromatch.parse(str, opts), opts); - } - - pattern = micromatch.braces(pattern, options); - var len = pattern.length; - var idx = -1; - var res = []; - - while (++idx < len) { - res.push(create(pattern[idx], options)); - } - return res; - }); -}; - -/** - * Parse the given `str` with the given `options`. - * - * ```js - * var mm = require('micromatch'); - * mm.parse(pattern[, options]); - * - * var ast = mm.parse('a/{b,c}/d'); - * console.log(ast); - * // { type: 'root', - * // errors: [], - * // input: 'a/{b,c}/d', - * // nodes: - * // [ { type: 'bos', val: '' }, - * // { type: 'text', val: 'a/' }, - * // { type: 'brace', - * // nodes: - * // [ { type: 'brace.open', val: '{' }, - * // { type: 'text', val: 'b,c' }, - * // { type: 'brace.close', val: '}' } ] }, - * // { type: 'text', val: '/d' }, - * // { type: 'eos', val: '' } ] } - * ``` - * @param {String} `str` - * @param {Object} `options` - * @return {Object} Returns an AST - * @api public - */ - -micromatch.parse = function(pattern, options) { - if (typeof pattern !== 'string') { - throw new TypeError('expected a string'); - } - - function parse() { - var snapdragon = utils.instantiate(null, options); - parsers(snapdragon, options); - - var ast = snapdragon.parse(pattern, options); - utils.define(ast, 'snapdragon', snapdragon); - ast.input = pattern; - return ast; - } - - return memoize('parse', pattern, options, parse); -}; - -/** - * Compile the given `ast` or string with the given `options`. - * - * ```js - * var mm = require('micromatch'); - * mm.compile(ast[, options]); - * - * var ast = mm.parse('a/{b,c}/d'); - * console.log(mm.compile(ast)); - * // { options: { source: 'string' }, - * // state: {}, - * // compilers: - * // { eos: [Function], - * // noop: [Function], - * // bos: [Function], - * // brace: [Function], - * // 'brace.open': [Function], - * // text: [Function], - * // 'brace.close': [Function] }, - * // output: [ 'a/(b|c)/d' ], - * // ast: - * // { ... }, - * // parsingErrors: [] } - * ``` - * @param {Object|String} `ast` - * @param {Object} `options` - * @return {Object} Returns an object that has an `output` property with the compiled string. - * @api public - */ - -micromatch.compile = function(ast, options) { - if (typeof ast === 'string') { - ast = micromatch.parse(ast, options); - } - - return memoize('compile', ast.input, options, function() { - var snapdragon = utils.instantiate(ast, options); - compilers(snapdragon, options); - return snapdragon.compile(ast, options); - }); -}; - -/** - * Clear the regex cache. - * - * ```js - * mm.clearCache(); - * ``` - * @api public - */ - -micromatch.clearCache = function() { - micromatch.cache.caches = {}; -}; - -/** - * Returns true if the given value is effectively an empty string - */ - -function isEmptyString(val) { - return String(val) === '' || String(val) === './'; -} - -/** - * Compose a matcher function with the given patterns. - * This allows matcher functions to be compiled once and - * called multiple times. - */ - -function compose(patterns, options, matcher) { - var matchers; - - return memoize('compose', String(patterns), options, function() { - return function(file) { - // delay composition until it's invoked the first time, - // after that it won't be called again - if (!matchers) { - matchers = []; - for (var i = 0; i < patterns.length; i++) { - matchers.push(matcher(patterns[i], options)); - } - } - - var len = matchers.length; - while (len--) { - if (matchers[len](file) === true) { - return true; - } - } - return false; - }; - }); -} - -/** - * Memoize a generated regex or function. A unique key is generated - * from the `type` (usually method name), the `pattern`, and - * user-defined options. - */ - -function memoize(type, pattern, options, fn) { - var key = utils.createKey(type + '=' + pattern, options); - - if (options && options.cache === false) { - return fn(pattern, options); - } - - if (cache.has(type, key)) { - return cache.get(type, key); - } - - var val = fn(pattern, options); - cache.set(type, key, val); - return val; -} - -/** - * Expose compiler, parser and cache on `micromatch` - */ - -micromatch.compilers = compilers; -micromatch.parsers = parsers; -micromatch.caches = cache.caches; - -/** - * Expose `micromatch` - * @type {Function} - */ - -module.exports = micromatch; diff --git a/2019-setembro/node_modules/micromatch/lib/.DS_Store b/2019-setembro/node_modules/micromatch/lib/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 - Guiding Principles - -- Changelogs are for humans, not machines. -- There should be an entry for every single version. -- The same types of changes should be grouped. -- Versions and sections should be linkable. -- The latest version comes first. -- The release date of each versions is displayed. -- Mention whether you follow Semantic Versioning. - - - -
    - Types of changes - -Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): - -- `Added` for new features. -- `Changed` for changes in existing functionality. -- `Deprecated` for soon-to-be removed features. -- `Removed` for now removed features. -- `Fixed` for any bug fixes. -- `Security` in case of vulnerabilities. - -
    - -## [2.0.0] - 2017-04-20 - -### Changed - -- Now supports data descriptors in addition to accessor descriptors. -- Now uses [Reflect.defineProperty][reflect] when available, otherwise falls back to [Object.defineProperty][object]. - -## [1.0.0] - 2017-04-20 - -- stable release - -## [0.2.5] - 2015-08-31 - -- use is-descriptor - -## [0.2.3] - 2015-08-29 - -- check keys length - -## [0.2.2] - 2015-08-27 - -- ensure val is an object - -## [0.2.1] - 2015-08-27 - -- support functions - -## [0.2.0] - 2015-08-27 - -- support get/set -- update docs - -## [0.1.0] - 2015-08-12 - -- first commit - -[2.0.0]: https://github.com/jonschlinkert/define-property/compare/1.0.0...2.0.0 -[1.0.0]: https://github.com/jonschlinkert/define-property/compare/0.2.5...1.0.0 -[0.2.5]: https://github.com/jonschlinkert/define-property/compare/0.2.3...0.2.5 -[0.2.3]: https://github.com/jonschlinkert/define-property/compare/0.2.2...0.2.3 -[0.2.2]: https://github.com/jonschlinkert/define-property/compare/0.2.1...0.2.2 -[0.2.1]: https://github.com/jonschlinkert/define-property/compare/0.2.0...0.2.1 -[0.2.0]: https://github.com/jonschlinkert/define-property/compare/0.1.3...0.2.0 - -[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog - -[object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty -[reflect]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty diff --git a/2019-setembro/node_modules/micromatch/node_modules/define-property/LICENSE b/2019-setembro/node_modules/micromatch/node_modules/define-property/LICENSE deleted file mode 100644 index f8de063..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/define-property/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2018, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/micromatch/node_modules/define-property/README.md b/2019-setembro/node_modules/micromatch/node_modules/define-property/README.md deleted file mode 100644 index f1ee8f9..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/define-property/README.md +++ /dev/null @@ -1,117 +0,0 @@ -# define-property [![NPM version](https://img.shields.io/npm/v/define-property.svg?style=flat)](https://www.npmjs.com/package/define-property) [![NPM monthly downloads](https://img.shields.io/npm/dm/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![NPM total downloads](https://img.shields.io/npm/dt/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/define-property.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/define-property) - -> Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save define-property -``` - -## Release history - -See [the CHANGELOG](changelog.md) for updates. - -## Usage - -**Params** - -* `object`: The object on which to define the property. -* `key`: The name of the property to be defined or modified. -* `value`: The value or descriptor of the property being defined or modified. - -```js -var define = require('define-property'); -var obj = {}; -define(obj, 'foo', function(val) { - return val.toUpperCase(); -}); - -// by default, defined properties are non-enumberable -console.log(obj); -//=> {} - -console.log(obj.foo('bar')); -//=> 'BAR' -``` - -**defining setters/getters** - -Pass the same properties you would if using [Object.defineProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty) or [Reflect.defineProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty). - -```js -define(obj, 'foo', { - set: function() {}, - get: function() {} -}); -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") -* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") -* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") -* [mixin-deep](https://www.npmjs.com/package/mixin-deep): Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. | [homepage](https://github.com/jonschlinkert/mixin-deep "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 28 | [jonschlinkert](https://github.com/jonschlinkert) | -| 1 | [doowb](https://github.com/doowb) | - -### Author - -**Jon Schlinkert** - -* Connect with me on [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* Follow me on [github/jonschlinkert](https://github.com/jonschlinkert) -* Follow me on [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on January 25, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/define-property/index.js b/2019-setembro/node_modules/micromatch/node_modules/define-property/index.js deleted file mode 100644 index 0efa0a9..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/define-property/index.js +++ /dev/null @@ -1,38 +0,0 @@ -/*! - * define-property - * - * Copyright (c) 2015-2018, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var isobject = require('isobject'); -var isDescriptor = require('is-descriptor'); -var define = (typeof Reflect !== 'undefined' && Reflect.defineProperty) - ? Reflect.defineProperty - : Object.defineProperty; - -module.exports = function defineProperty(obj, key, val) { - if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { - throw new TypeError('expected an object, function, or array'); - } - - if (typeof key !== 'string') { - throw new TypeError('expected "key" to be a string'); - } - - if (isDescriptor(val)) { - define(obj, key, val); - return obj; - } - - define(obj, key, { - configurable: true, - enumerable: false, - writable: true, - value: val - }); - - return obj; -}; diff --git a/2019-setembro/node_modules/micromatch/node_modules/define-property/package.json b/2019-setembro/node_modules/micromatch/node_modules/define-property/package.json deleted file mode 100644 index f8fd21c..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/define-property/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "define-property", - "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.", - "version": "2.0.2", - "homepage": "https://github.com/jonschlinkert/define-property", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "jonschlinkert/define-property", - "bugs": { - "url": "https://github.com/jonschlinkert/define-property/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "define", - "define-property", - "enumerable", - "key", - "non", - "non-enumerable", - "object", - "prop", - "property", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "assign-deep", - "extend-shallow", - "merge-deep", - "mixin-deep" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/LICENSE b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/LICENSE deleted file mode 100644 index 99c9369..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2015, 2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/README.md b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/README.md deleted file mode 100644 index dee226f..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/README.md +++ /dev/null @@ -1,97 +0,0 @@ -# extend-shallow [![NPM version](https://img.shields.io/npm/v/extend-shallow.svg?style=flat)](https://www.npmjs.com/package/extend-shallow) [![NPM monthly downloads](https://img.shields.io/npm/dm/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![NPM total downloads](https://img.shields.io/npm/dt/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extend-shallow.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extend-shallow) - -> Extend an object with the properties of additional objects. node.js/javascript util. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save extend-shallow -``` - -## Usage - -```js -var extend = require('extend-shallow'); - -extend({a: 'b'}, {c: 'd'}) -//=> {a: 'b', c: 'd'} -``` - -Pass an empty object to shallow clone: - -```js -var obj = {}; -extend(obj, {a: 'b'}, {c: 'd'}) -//=> {a: 'b', c: 'd'} -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") -* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js") -* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 33 | [jonschlinkert](https://github.com/jonschlinkert) | -| 1 | [pdehaan](https://github.com/pdehaan) | - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/index.js b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/index.js deleted file mode 100644 index c9582f8..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/index.js +++ /dev/null @@ -1,60 +0,0 @@ -'use strict'; - -var isExtendable = require('is-extendable'); -var assignSymbols = require('assign-symbols'); - -module.exports = Object.assign || function(obj/*, objects*/) { - if (obj === null || typeof obj === 'undefined') { - throw new TypeError('Cannot convert undefined or null to object'); - } - if (!isObject(obj)) { - obj = {}; - } - for (var i = 1; i < arguments.length; i++) { - var val = arguments[i]; - if (isString(val)) { - val = toObject(val); - } - if (isObject(val)) { - assign(obj, val); - assignSymbols(obj, val); - } - } - return obj; -}; - -function assign(a, b) { - for (var key in b) { - if (hasOwn(b, key)) { - a[key] = b[key]; - } - } -} - -function isString(val) { - return (val && typeof val === 'string'); -} - -function toObject(str) { - var obj = {}; - for (var i in str) { - obj[i] = str[i]; - } - return obj; -} - -function isObject(val) { - return (val && typeof val === 'object') || isExtendable(val); -} - -/** - * Returns true if the given `key` is an own property of `obj`. - */ - -function hasOwn(obj, key) { - return Object.prototype.hasOwnProperty.call(obj, key); -} - -function isEnum(obj, key) { - return Object.prototype.propertyIsEnumerable.call(obj, key); -} diff --git a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/package.json b/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/package.json deleted file mode 100644 index e5e9105..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/extend-shallow/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "extend-shallow", - "description": "Extend an object with the properties of additional objects. node.js/javascript util.", - "version": "3.0.2", - "homepage": "https://github.com/jonschlinkert/extend-shallow", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Peter deHaan (http://about.me/peterdehaan)" - ], - "repository": "jonschlinkert/extend-shallow", - "bugs": { - "url": "https://github.com/jonschlinkert/extend-shallow/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "devDependencies": { - "array-slice": "^1.0.0", - "benchmarked": "^2.0.0", - "for-own": "^1.0.0", - "gulp-format-md": "^1.0.0", - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.1", - "minimist": "^1.2.0", - "mocha": "^3.5.3", - "object-assign": "^4.1.1" - }, - "keywords": [ - "assign", - "clone", - "extend", - "merge", - "obj", - "object", - "object-assign", - "object.assign", - "prop", - "properties", - "property", - "props", - "shallow", - "util", - "utility", - "utils", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "related": { - "list": [ - "extend-shallow", - "for-in", - "for-own", - "is-plain-object", - "isobject", - "kind-of" - ] - }, - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/LICENSE b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/LICENSE deleted file mode 100644 index c0d7f13..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/README.md b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/README.md deleted file mode 100644 index 875b56a..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/README.md +++ /dev/null @@ -1,88 +0,0 @@ -# is-extendable [![NPM version](https://img.shields.io/npm/v/is-extendable.svg?style=flat)](https://www.npmjs.com/package/is-extendable) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![NPM total downloads](https://img.shields.io/npm/dt/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-extendable.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-extendable) - -> Returns true if a value is a plain object, array or function. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-extendable -``` - -## Usage - -```js -var isExtendable = require('is-extendable'); -``` - -Returns true if the value is any of the following: - -* array -* plain object -* function - -## Notes - -All objects in JavaScript can have keys, but it's a pain to check for this, since we ether need to verify that the value is not `null` or `undefined` and: - -* the value is not a primitive, or -* that the object is a plain object, function or array - -Also note that an `extendable` object is not the same as an [extensible object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible), which is one that (in es6) is not sealed, frozen, or marked as non-extensible using `preventExtensions`. - -## Release history - -### v1.0.0 - 2017/07/20 - -**Breaking changes** - -* No longer considers date, regex or error objects to be extendable - -## About - -### Related projects - -* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") -* [is-equal-shallow](https://www.npmjs.com/package/is-equal-shallow): Does a shallow comparison of two objects, returning false if the keys or values differ. | [homepage](https://github.com/jonschlinkert/is-equal-shallow "Does a shallow comparison of two objects, returning false if the keys or values differ.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 20, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.d.ts b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.d.ts deleted file mode 100644 index b96d507..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export = isExtendable; - -declare function isExtendable(val: any): boolean; - -declare namespace isExtendable {} diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.js b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.js deleted file mode 100644 index a8b26ad..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/index.js +++ /dev/null @@ -1,14 +0,0 @@ -/*! - * is-extendable - * - * Copyright (c) 2015-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var isPlainObject = require('is-plain-object'); - -module.exports = function isExtendable(val) { - return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); -}; diff --git a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/package.json b/2019-setembro/node_modules/micromatch/node_modules/is-extendable/package.json deleted file mode 100644 index 2aaab65..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/is-extendable/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "is-extendable", - "description": "Returns true if a value is a plain object, array or function.", - "version": "1.0.1", - "homepage": "https://github.com/jonschlinkert/is-extendable", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/is-extendable", - "bugs": { - "url": "https://github.com/jonschlinkert/is-extendable/issues" - }, - "license": "MIT", - "files": [ - "index.js", - "index.d.ts" - ], - "main": "index.js", - "types": "index.d.ts", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.4.2" - }, - "keywords": [ - "array", - "assign", - "check", - "date", - "extend", - "extendable", - "extensible", - "function", - "is", - "object", - "regex", - "test" - ], - "verb": { - "related": { - "list": [ - "assign-deep", - "is-equal-shallow", - "is-plain-object", - "isobject", - "kind-of" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/CHANGELOG.md b/2019-setembro/node_modules/micromatch/node_modules/kind-of/CHANGELOG.md deleted file mode 100644 index fb30b06..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/kind-of/CHANGELOG.md +++ /dev/null @@ -1,157 +0,0 @@ -# Release history - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - -
    - Guiding Principles - -- Changelogs are for humans, not machines. -- There should be an entry for every single version. -- The same types of changes should be grouped. -- Versions and sections should be linkable. -- The latest version comes first. -- The release date of each versions is displayed. -- Mention whether you follow Semantic Versioning. - -
    - -
    - Types of changes - -Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): - -- `Added` for new features. -- `Changed` for changes in existing functionality. -- `Deprecated` for soon-to-be removed features. -- `Removed` for now removed features. -- `Fixed` for any bug fixes. -- `Security` in case of vulnerabilities. - -
    - -## [6.0.0] - 2017-10-13 - -- refactor code to be more performant -- refactor benchmarks - -## [5.1.0] - 2017-10-13 - -**Added** - -- Merge pull request #15 from aretecode/patch-1 -- adds support and tests for string & array iterators - -**Changed** - -- updates benchmarks - -## [5.0.2] - 2017-08-02 - -- Merge pull request #14 from struct78/master -- Added `undefined` check - -## [5.0.0] - 2017-06-21 - -- Merge pull request #12 from aretecode/iterator -- Set Iterator + Map Iterator -- streamline `isbuffer`, minor edits - -## [4.0.0] - 2017-05-19 - -- Merge pull request #8 from tunnckoCore/master -- update deps - -## [3.2.2] - 2017-05-16 - -- fix version - -## [3.2.1] - 2017-05-16 - -- add browserify - -## [3.2.0] - 2017-04-25 - -- Merge pull request #10 from ksheedlo/unrequire-buffer -- add `promise` support and tests -- Remove unnecessary `Buffer` check - -## [3.1.0] - 2016-12-07 - -- Merge pull request #7 from laggingreflex/err -- add support for `error` and tests -- run update - -## [3.0.4] - 2016-07-29 - -- move tests -- run update - -## [3.0.3] - 2016-05-03 - -- fix prepublish script -- remove unused dep - -## [3.0.0] - 2015-11-17 - -- add typed array support -- Merge pull request #5 from miguelmota/typed-arrays -- adds new tests - -## [2.0.1] - 2015-08-21 - -- use `is-buffer` module - -## [2.0.0] - 2015-05-31 - -- Create fallback for `Array.isArray` if used as a browser package -- Merge pull request #2 from dtothefp/patch-1 -- Merge pull request #3 from pdehaan/patch-1 -- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master -- optimizations, mostly date and regex - -## [1.1.0] - 2015-02-09 - -- adds `buffer` support -- adds tests for `buffer` - -## [1.0.0] - 2015-01-19 - -- update benchmarks -- optimizations based on benchmarks - -## [0.1.2] - 2014-10-26 - -- return `typeof` value if it's not an object. very slight speed improvement -- use `.slice` -- adds benchmarks - -## [0.1.0] - 2014-9-26 - -- first commit - -[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0 -[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0 -[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2 -[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1 -[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0 -[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0 -[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2 -[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1 -[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0 -[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0 -[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4 -[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3 -[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0 -[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1 -[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0 -[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0 -[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0 -[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2 -[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87 - -[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD -[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog - diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/LICENSE b/2019-setembro/node_modules/micromatch/node_modules/kind-of/LICENSE deleted file mode 100644 index 3f2eca1..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/kind-of/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/README.md b/2019-setembro/node_modules/micromatch/node_modules/kind-of/README.md deleted file mode 100644 index 4b0d4a8..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/kind-of/README.md +++ /dev/null @@ -1,365 +0,0 @@ -# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) - -> Get the native type of a value. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save kind-of -``` - -Install with [bower](https://bower.io/) - -```sh -$ bower install kind-of --save -``` - -## Why use this? - -1. [it's fast](#benchmarks) | [optimizations](#optimizations) -2. [better type checking](#better-type-checking) - -## Usage - -> es5, es6, and browser ready - -```js -var kindOf = require('kind-of'); - -kindOf(undefined); -//=> 'undefined' - -kindOf(null); -//=> 'null' - -kindOf(true); -//=> 'boolean' - -kindOf(false); -//=> 'boolean' - -kindOf(new Buffer('')); -//=> 'buffer' - -kindOf(42); -//=> 'number' - -kindOf('str'); -//=> 'string' - -kindOf(arguments); -//=> 'arguments' - -kindOf({}); -//=> 'object' - -kindOf(Object.create(null)); -//=> 'object' - -kindOf(new Test()); -//=> 'object' - -kindOf(new Date()); -//=> 'date' - -kindOf([1, 2, 3]); -//=> 'array' - -kindOf(/foo/); -//=> 'regexp' - -kindOf(new RegExp('foo')); -//=> 'regexp' - -kindOf(new Error('error')); -//=> 'error' - -kindOf(function () {}); -//=> 'function' - -kindOf(function * () {}); -//=> 'generatorfunction' - -kindOf(Symbol('str')); -//=> 'symbol' - -kindOf(new Map()); -//=> 'map' - -kindOf(new WeakMap()); -//=> 'weakmap' - -kindOf(new Set()); -//=> 'set' - -kindOf(new WeakSet()); -//=> 'weakset' - -kindOf(new Int8Array()); -//=> 'int8array' - -kindOf(new Uint8Array()); -//=> 'uint8array' - -kindOf(new Uint8ClampedArray()); -//=> 'uint8clampedarray' - -kindOf(new Int16Array()); -//=> 'int16array' - -kindOf(new Uint16Array()); -//=> 'uint16array' - -kindOf(new Int32Array()); -//=> 'int32array' - -kindOf(new Uint32Array()); -//=> 'uint32array' - -kindOf(new Float32Array()); -//=> 'float32array' - -kindOf(new Float64Array()); -//=> 'float64array' -``` - -## Benchmarks - -Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). - -```bash -# arguments (32 bytes) - kind-of x 17,024,098 ops/sec ±1.90% (86 runs sampled) - lib-type-of x 11,926,235 ops/sec ±1.34% (83 runs sampled) - lib-typeof x 9,245,257 ops/sec ±1.22% (87 runs sampled) - - fastest is kind-of (by 161% avg) - -# array (22 bytes) - kind-of x 17,196,492 ops/sec ±1.07% (88 runs sampled) - lib-type-of x 8,838,283 ops/sec ±1.02% (87 runs sampled) - lib-typeof x 8,677,848 ops/sec ±0.87% (87 runs sampled) - - fastest is kind-of (by 196% avg) - -# boolean (24 bytes) - kind-of x 16,841,600 ops/sec ±1.10% (86 runs sampled) - lib-type-of x 8,096,787 ops/sec ±0.95% (87 runs sampled) - lib-typeof x 8,423,345 ops/sec ±1.15% (86 runs sampled) - - fastest is kind-of (by 204% avg) - -# buffer (38 bytes) - kind-of x 14,848,060 ops/sec ±1.05% (86 runs sampled) - lib-type-of x 3,671,577 ops/sec ±1.49% (87 runs sampled) - lib-typeof x 8,360,236 ops/sec ±1.24% (86 runs sampled) - - fastest is kind-of (by 247% avg) - -# date (30 bytes) - kind-of x 16,067,761 ops/sec ±1.58% (86 runs sampled) - lib-type-of x 8,954,436 ops/sec ±1.40% (87 runs sampled) - lib-typeof x 8,488,307 ops/sec ±1.51% (84 runs sampled) - - fastest is kind-of (by 184% avg) - -# error (36 bytes) - kind-of x 9,634,090 ops/sec ±1.12% (89 runs sampled) - lib-type-of x 7,735,624 ops/sec ±1.32% (86 runs sampled) - lib-typeof x 7,442,160 ops/sec ±1.11% (90 runs sampled) - - fastest is kind-of (by 127% avg) - -# function (34 bytes) - kind-of x 10,031,494 ops/sec ±1.27% (86 runs sampled) - lib-type-of x 9,502,757 ops/sec ±1.17% (89 runs sampled) - lib-typeof x 8,278,985 ops/sec ±1.08% (88 runs sampled) - - fastest is kind-of (by 113% avg) - -# null (24 bytes) - kind-of x 18,159,808 ops/sec ±1.92% (86 runs sampled) - lib-type-of x 12,927,635 ops/sec ±1.01% (88 runs sampled) - lib-typeof x 7,958,234 ops/sec ±1.21% (89 runs sampled) - - fastest is kind-of (by 174% avg) - -# number (22 bytes) - kind-of x 17,846,779 ops/sec ±0.91% (85 runs sampled) - lib-type-of x 3,316,636 ops/sec ±1.19% (86 runs sampled) - lib-typeof x 2,329,477 ops/sec ±2.21% (85 runs sampled) - - fastest is kind-of (by 632% avg) - -# object-plain (47 bytes) - kind-of x 7,085,155 ops/sec ±1.05% (88 runs sampled) - lib-type-of x 8,870,930 ops/sec ±1.06% (83 runs sampled) - lib-typeof x 8,716,024 ops/sec ±1.05% (87 runs sampled) - - fastest is lib-type-of (by 112% avg) - -# regex (25 bytes) - kind-of x 14,196,052 ops/sec ±1.65% (84 runs sampled) - lib-type-of x 9,554,164 ops/sec ±1.25% (88 runs sampled) - lib-typeof x 8,359,691 ops/sec ±1.07% (87 runs sampled) - - fastest is kind-of (by 158% avg) - -# string (33 bytes) - kind-of x 16,131,428 ops/sec ±1.41% (85 runs sampled) - lib-type-of x 7,273,172 ops/sec ±1.05% (87 runs sampled) - lib-typeof x 7,382,635 ops/sec ±1.17% (85 runs sampled) - - fastest is kind-of (by 220% avg) - -# symbol (34 bytes) - kind-of x 17,011,537 ops/sec ±1.24% (86 runs sampled) - lib-type-of x 3,492,454 ops/sec ±1.23% (89 runs sampled) - lib-typeof x 7,471,235 ops/sec ±2.48% (87 runs sampled) - - fastest is kind-of (by 310% avg) - -# template-strings (36 bytes) - kind-of x 15,434,250 ops/sec ±1.46% (83 runs sampled) - lib-type-of x 7,157,907 ops/sec ±0.97% (87 runs sampled) - lib-typeof x 7,517,986 ops/sec ±0.92% (86 runs sampled) - - fastest is kind-of (by 210% avg) - -# undefined (29 bytes) - kind-of x 19,167,115 ops/sec ±1.71% (87 runs sampled) - lib-type-of x 15,477,740 ops/sec ±1.63% (85 runs sampled) - lib-typeof x 19,075,495 ops/sec ±1.17% (83 runs sampled) - - fastest is lib-typeof,kind-of - -``` - -## Optimizations - -In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: - -1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. -2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. -3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` -4. There is no reason to make the code in a microlib as terse as possible, just to win points for making it shorter. It's always better to favor performant code over terse code. You will always only be using a single `require()` statement to use the library anyway, regardless of how the code is written. - -## Better type checking - -kind-of seems to be more consistently "correct" than other type checking libs I've looked at. For example, here are some differing results from other popular libs: - -### [typeof](https://github.com/CodingFu/typeof) lib - -Incorrectly identifies instances of custom constructors (pretty common): - -```js -var typeOf = require('typeof'); -function Test() {} -console.log(typeOf(new Test())); -//=> 'test' -``` - -Returns `object` instead of `arguments`: - -```js -function foo() { - console.log(typeOf(arguments)) //=> 'object' -} -foo(); -``` - -### [type-of](https://github.com/ForbesLindesay/type-of) lib - -Incorrectly returns `object` for generator functions, buffers, `Map`, `Set`, `WeakMap` and `WeakSet`: - -```js -function * foo() {} -console.log(typeOf(foo)); -//=> 'object' -console.log(typeOf(new Buffer(''))); -//=> 'object' -console.log(typeOf(new Map())); -//=> 'object' -console.log(typeOf(new Set())); -//=> 'object' -console.log(typeOf(new WeakMap())); -//=> 'object' -console.log(typeOf(new WeakSet())); -//=> 'object' -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") -* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 98 | [jonschlinkert](https://github.com/jonschlinkert) | -| 3 | [aretecode](https://github.com/aretecode) | -| 2 | [miguelmota](https://github.com/miguelmota) | -| 1 | [dtothefp](https://github.com/dtothefp) | -| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) | -| 1 | [ksheedlo](https://github.com/ksheedlo) | -| 1 | [pdehaan](https://github.com/pdehaan) | -| 1 | [laggingreflex](https://github.com/laggingreflex) | -| 1 | [charlike-old](https://github.com/charlike-old) | - -### Author - -**Jon Schlinkert** - -* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/index.js b/2019-setembro/node_modules/micromatch/node_modules/kind-of/index.js deleted file mode 100644 index aa2bb39..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/kind-of/index.js +++ /dev/null @@ -1,129 +0,0 @@ -var toString = Object.prototype.toString; - -module.exports = function kindOf(val) { - if (val === void 0) return 'undefined'; - if (val === null) return 'null'; - - var type = typeof val; - if (type === 'boolean') return 'boolean'; - if (type === 'string') return 'string'; - if (type === 'number') return 'number'; - if (type === 'symbol') return 'symbol'; - if (type === 'function') { - return isGeneratorFn(val) ? 'generatorfunction' : 'function'; - } - - if (isArray(val)) return 'array'; - if (isBuffer(val)) return 'buffer'; - if (isArguments(val)) return 'arguments'; - if (isDate(val)) return 'date'; - if (isError(val)) return 'error'; - if (isRegexp(val)) return 'regexp'; - - switch (ctorName(val)) { - case 'Symbol': return 'symbol'; - case 'Promise': return 'promise'; - - // Set, Map, WeakSet, WeakMap - case 'WeakMap': return 'weakmap'; - case 'WeakSet': return 'weakset'; - case 'Map': return 'map'; - case 'Set': return 'set'; - - // 8-bit typed arrays - case 'Int8Array': return 'int8array'; - case 'Uint8Array': return 'uint8array'; - case 'Uint8ClampedArray': return 'uint8clampedarray'; - - // 16-bit typed arrays - case 'Int16Array': return 'int16array'; - case 'Uint16Array': return 'uint16array'; - - // 32-bit typed arrays - case 'Int32Array': return 'int32array'; - case 'Uint32Array': return 'uint32array'; - case 'Float32Array': return 'float32array'; - case 'Float64Array': return 'float64array'; - } - - if (isGeneratorObj(val)) { - return 'generator'; - } - - // Non-plain objects - type = toString.call(val); - switch (type) { - case '[object Object]': return 'object'; - // iterators - case '[object Map Iterator]': return 'mapiterator'; - case '[object Set Iterator]': return 'setiterator'; - case '[object String Iterator]': return 'stringiterator'; - case '[object Array Iterator]': return 'arrayiterator'; - } - - // other - return type.slice(8, -1).toLowerCase().replace(/\s/g, ''); -}; - -function ctorName(val) { - return val.constructor ? val.constructor.name : null; -} - -function isArray(val) { - if (Array.isArray) return Array.isArray(val); - return val instanceof Array; -} - -function isError(val) { - return val instanceof Error || (typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number'); -} - -function isDate(val) { - if (val instanceof Date) return true; - return typeof val.toDateString === 'function' - && typeof val.getDate === 'function' - && typeof val.setDate === 'function'; -} - -function isRegexp(val) { - if (val instanceof RegExp) return true; - return typeof val.flags === 'string' - && typeof val.ignoreCase === 'boolean' - && typeof val.multiline === 'boolean' - && typeof val.global === 'boolean'; -} - -function isGeneratorFn(name, val) { - return ctorName(name) === 'GeneratorFunction'; -} - -function isGeneratorObj(val) { - return typeof val.throw === 'function' - && typeof val.return === 'function' - && typeof val.next === 'function'; -} - -function isArguments(val) { - try { - if (typeof val.length === 'number' && typeof val.callee === 'function') { - return true; - } - } catch (err) { - if (err.message.indexOf('callee') !== -1) { - return true; - } - } - return false; -} - -/** - * If you need to support Safari 5-7 (8-10 yr-old browser), - * take a look at https://github.com/feross/is-buffer - */ - -function isBuffer(val) { - if (val.constructor && typeof val.constructor.isBuffer === 'function') { - return val.constructor.isBuffer(val); - } - return false; -} diff --git a/2019-setembro/node_modules/micromatch/node_modules/kind-of/package.json b/2019-setembro/node_modules/micromatch/node_modules/kind-of/package.json deleted file mode 100644 index 73d70ae..0000000 --- a/2019-setembro/node_modules/micromatch/node_modules/kind-of/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "name": "kind-of", - "description": "Get the native type of a value.", - "version": "6.0.2", - "homepage": "https://github.com/jonschlinkert/kind-of", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "David Fox-Powell (https://dtothefp.github.io/me)", - "James (https://twitter.com/aretecode)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Ken Sheedlo (kensheedlo.com)", - "laggingreflex (https://github.com/laggingreflex)", - "Miguel Mota (https://miguelmota.com)", - "Peter deHaan (http://about.me/peterdehaan)", - "tunnckoCore (https://i.am.charlike.online)" - ], - "repository": "jonschlinkert/kind-of", - "bugs": { - "url": "https://github.com/jonschlinkert/kind-of/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha", - "prepublish": "browserify -o browser.js -e index.js -s index --bare" - }, - "devDependencies": { - "benchmarked": "^2.0.0", - "browserify": "^14.4.0", - "gulp-format-md": "^1.0.0", - "mocha": "^4.0.1", - "write": "^1.0.3" - }, - "keywords": [ - "arguments", - "array", - "boolean", - "check", - "date", - "function", - "is", - "is-type", - "is-type-of", - "kind", - "kind-of", - "number", - "object", - "of", - "regexp", - "string", - "test", - "type", - "type-of", - "typeof", - "types" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "related": { - "list": [ - "is-glob", - "is-number", - "is-primitive" - ] - }, - "reflinks": [ - "type-of", - "typeof", - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/micromatch/package.json b/2019-setembro/node_modules/micromatch/package.json deleted file mode 100644 index 4475155..0000000 --- a/2019-setembro/node_modules/micromatch/package.json +++ /dev/null @@ -1,147 +0,0 @@ -{ - "name": "micromatch", - "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.", - "version": "3.1.10", - "homepage": "https://github.com/micromatch/micromatch", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Amila Welihinda (amilajack.com)", - "Bogdan Chadkin (https://github.com/TrySound)", - "Brian Woodward (https://twitter.com/doowb)", - "Devon Govett (http://badassjs.com)", - "Elan Shanker (https://github.com/es128)", - "Fabrício Matté (https://ultcombo.js.org)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Martin Kolárik (https://kolarik.sk)", - "Olsten Larck (https://i.am.charlike.online)", - "Paul Miller (paulmillr.com)", - "Tom Byrer (https://github.com/tomByrer)", - "Tyler Akins (http://rumkin.com)", - "(https://github.com/DianeLooney)" - ], - "repository": "micromatch/micromatch", - "bugs": { - "url": "https://github.com/micromatch/micromatch/issues" - }, - "license": "MIT", - "files": [ - "index.js", - "lib" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "devDependencies": { - "bash-match": "^1.0.2", - "for-own": "^1.0.0", - "gulp": "^3.9.1", - "gulp-format-md": "^1.0.0", - "gulp-istanbul": "^1.1.3", - "gulp-mocha": "^5.0.0", - "gulp-unused": "^0.2.1", - "is-windows": "^1.0.2", - "minimatch": "^3.0.4", - "minimist": "^1.2.0", - "mocha": "^3.5.3", - "multimatch": "^2.1.0" - }, - "keywords": [ - "bash", - "expand", - "expansion", - "expression", - "file", - "files", - "filter", - "find", - "glob", - "globbing", - "globs", - "globstar", - "match", - "matcher", - "matches", - "matching", - "micromatch", - "minimatch", - "multimatch", - "path", - "pattern", - "patterns", - "regex", - "regexp", - "regular", - "shell", - "wildcard" - ], - "lintDeps": { - "dependencies": { - "options": { - "lock": { - "snapdragon": "^0.8.1" - } - } - }, - "devDependencies": { - "files": { - "options": { - "ignore": [ - "benchmark/**" - ] - } - } - } - }, - "verb": { - "toc": "collapsible", - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "helpers": [ - "./benchmark/helper.js" - ], - "related": { - "list": [ - "braces", - "expand-brackets", - "extglob", - "fill-range", - "nanomatch" - ] - }, - "lint": { - "reflinks": true - }, - "reflinks": [ - "expand-brackets", - "extglob", - "glob-object", - "minimatch", - "multimatch", - "snapdragon" - ] - } -} diff --git a/2019-setembro/node_modules/mime/.eslintrc.json b/2019-setembro/node_modules/mime/.eslintrc.json deleted file mode 100644 index 845527f..0000000 --- a/2019-setembro/node_modules/mime/.eslintrc.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "root": true, - "parserOptions": { - "ecmaVersion": 6 - }, - "env": { - "browser": true, - "commonjs": true, - "node": true, - "mocha": true - }, - "extends": ["eslint:recommended"], - "rules": { - "array-bracket-spacing": ["warn", "never"], - "arrow-body-style": ["warn", "as-needed"], - "arrow-parens": ["warn", "as-needed"], - "arrow-spacing": "warn", - "brace-style": ["warn", "1tbs"], - "camelcase": "warn", - "comma-spacing": ["warn", {"after": true}], - "dot-notation": "warn", - "eqeqeq": ["warn", "smart"], - "indent": ["warn", 2, { - "SwitchCase": 1, - "FunctionDeclaration": {"parameters": 1}, - "MemberExpression": 1, - "CallExpression": {"arguments": 1} - }], - "key-spacing": ["warn", {"beforeColon": false, "afterColon": true, "mode": "minimum"}], - "keyword-spacing": "warn", - "no-console": "off", - "no-empty": "off", - "no-multi-spaces": "warn", - "no-redeclare": "off", - "no-restricted-globals": ["warn", "Promise"], - "no-trailing-spaces": "warn", - "no-undef": "error", - "no-unused-vars": ["warn", {"args": "none"}], - "one-var": ["warn", "never"], - "padded-blocks": ["warn", "never"], - "object-curly-spacing": ["warn", "never"], - "quotes": ["warn", "single"], - "react/prop-types": "off", - "react/jsx-no-bind": "off", - "semi": ["warn", "always"], - "space-before-blocks": ["warn", "always"], - "space-before-function-paren": ["warn", "never"], - "space-in-parens": ["warn", "never"], - "strict": ["warn", "global"] - } -} diff --git a/2019-setembro/node_modules/mime/.github/ISSUE_TEMPLATE.md b/2019-setembro/node_modules/mime/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 53bf23e..0000000 --- a/2019-setembro/node_modules/mime/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ -### If you have an issue with a specific extension or type - -Locate the definition for your extension/type in the [db.json file](https://github.com/jshttp/mime-db/blob/master/db.json) in the `mime-db` project. Does it look right? - -- [ ] No. [File a `mime-db` issue](https://github.com/jshttp/mime-db/issues/new). -- [ ] Yes: Go ahead and submit your issue/PR here and I'll look into it. diff --git a/2019-setembro/node_modules/mime/.github/PULL_REQUEST_TEMPLATE.md b/2019-setembro/node_modules/mime/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 53bf23e..0000000 --- a/2019-setembro/node_modules/mime/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ -### If you have an issue with a specific extension or type - -Locate the definition for your extension/type in the [db.json file](https://github.com/jshttp/mime-db/blob/master/db.json) in the `mime-db` project. Does it look right? - -- [ ] No. [File a `mime-db` issue](https://github.com/jshttp/mime-db/issues/new). -- [ ] Yes: Go ahead and submit your issue/PR here and I'll look into it. diff --git a/2019-setembro/node_modules/mime/.travis.yml b/2019-setembro/node_modules/mime/.travis.yml deleted file mode 100644 index 045b41b..0000000 --- a/2019-setembro/node_modules/mime/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: node_js -node_js: - - "6" - - "8" - - "10" diff --git a/2019-setembro/node_modules/mime/CHANGELOG.md b/2019-setembro/node_modules/mime/CHANGELOG.md deleted file mode 100644 index ba9cd97..0000000 --- a/2019-setembro/node_modules/mime/CHANGELOG.md +++ /dev/null @@ -1,262 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -### [2.4.4](https://github.com/broofa/node-mime/compare/v2.4.3...v2.4.4) (2019-06-07) - - - -## [2.4.3](https://github.com/broofa/node-mime/compare/v2.4.2...v2.4.3) (2019-05-15) - - - -## [2.4.2](https://github.com/broofa/node-mime/compare/v2.4.1...v2.4.2) (2019-04-07) - - -### Bug Fixes - -* don't use arrow function introduced in 2.4.1 ([2e00b5c](https://github.com/broofa/node-mime/commit/2e00b5c)) - - - -## [2.4.1](https://github.com/broofa/node-mime/compare/v2.4.0...v2.4.1) (2019-04-03) - - -### Bug Fixes - -* update MDN and mime-db types ([3e567a9](https://github.com/broofa/node-mime/commit/3e567a9)) - - - - -# [2.4.0](https://github.com/broofa/node-mime/compare/v2.3.1...v2.4.0) (2018-11-26) - - -### Features - -* Bind exported methods ([9d2a7b8](https://github.com/broofa/node-mime/commit/9d2a7b8)) -* update to mime-db@1.37.0 ([49e6e41](https://github.com/broofa/node-mime/commit/49e6e41)) - - - - -## [2.3.1](https://github.com/broofa/node-mime/compare/v2.3.0...v2.3.1) (2018-04-11) - - -### Bug Fixes - -* fix [#198](https://github.com/broofa/node-mime/issues/198) ([25ca180](https://github.com/broofa/node-mime/commit/25ca180)) - - - - -# [2.3.0](https://github.com/broofa/node-mime/compare/v2.2.2...v2.3.0) (2018-04-11) - - -### Bug Fixes - -* fix [#192](https://github.com/broofa/node-mime/issues/192) ([5c35df6](https://github.com/broofa/node-mime/commit/5c35df6)) - - -### Features - -* add travis-ci testing ([d64160f](https://github.com/broofa/node-mime/commit/d64160f)) - - - - -## [2.2.2](https://github.com/broofa/node-mime/compare/v2.2.1...v2.2.2) (2018-03-30) - - -### Bug Fixes - -* update types files to mime-db@1.32.0 ([85aac16](https://github.com/broofa/node-mime/commit/85aac16)) - - - - -## [2.2.1](https://github.com/broofa/node-mime/compare/v2.2.0...v2.2.1) (2018-03-30) - - -### Bug Fixes - -* Retain type->extension mappings for non-default types. Fixes [#180](https://github.com/broofa/node-mime/issues/180) ([b5c83fb](https://github.com/broofa/node-mime/commit/b5c83fb)) - - - - -# [2.2.0](https://github.com/broofa/node-mime/compare/v2.1.0...v2.2.0) (2018-01-04) - - -### Features - -* Retain type->extension mappings for non-default types. Fixes [#180](https://github.com/broofa/node-mime/issues/180) ([10f82ac](https://github.com/broofa/node-mime/commit/10f82ac)) - - - - -# [2.1.0](https://github.com/broofa/node-mime/compare/v2.0.5...v2.1.0) (2017-12-22) - - -### Features - -* Upgrade to mime-db@1.32.0. Fixes [#185](https://github.com/broofa/node-mime/issues/185) ([3f775ba](https://github.com/broofa/node-mime/commit/3f775ba)) - - - - -## [2.0.5](https://github.com/broofa/node-mime/compare/v2.0.1...v2.0.5) (2017-12-22) - - -### Bug Fixes - -* ES5 support (back to node v0.4) ([f14ccb6](https://github.com/broofa/node-mime/commit/f14ccb6)) - - - -# Changelog - -## v2.0.4 (24/11/2017) -- [**closed**] Switch to mime-score module for resolving extension contention issues. [#182](https://github.com/broofa/node-mime/issues/182) -- [**closed**] Update mime-db to 1.31.0 in v1.x branch [#181](https://github.com/broofa/node-mime/issues/181) - ---- - -## v1.5.0 (22/11/2017) -- [**closed**] need ES5 version ready in npm package [#179](https://github.com/broofa/node-mime/issues/179) -- [**closed**] mime-db no trace of iWork - pages / numbers / etc. [#178](https://github.com/broofa/node-mime/issues/178) -- [**closed**] How it works in brownser ? [#176](https://github.com/broofa/node-mime/issues/176) -- [**closed**] Missing `./Mime` [#175](https://github.com/broofa/node-mime/issues/175) -- [**closed**] Vulnerable Regular Expression [#167](https://github.com/broofa/node-mime/issues/167) - ---- - -## v2.0.3 (25/09/2017) -*No changelog for this release.* - ---- - -## v1.4.1 (25/09/2017) -- [**closed**] Issue when bundling with webpack [#172](https://github.com/broofa/node-mime/issues/172) - ---- - -## v2.0.2 (15/09/2017) -- [**V2**] fs.readFileSync is not a function [#165](https://github.com/broofa/node-mime/issues/165) -- [**closed**] The extension for video/quicktime should map to .mov, not .qt [#164](https://github.com/broofa/node-mime/issues/164) -- [**V2**] [v2 Feedback request] Mime class API [#163](https://github.com/broofa/node-mime/issues/163) -- [**V2**] [v2 Feedback request] Resolving conflicts over extensions [#162](https://github.com/broofa/node-mime/issues/162) -- [**V2**] Allow callers to load module with official, full, or no defined types. [#161](https://github.com/broofa/node-mime/issues/161) -- [**V2**] Use "facets" to resolve extension conflicts [#160](https://github.com/broofa/node-mime/issues/160) -- [**V2**] Remove fs and path dependencies [#152](https://github.com/broofa/node-mime/issues/152) -- [**V2**] Default content-type should not be application/octet-stream [#139](https://github.com/broofa/node-mime/issues/139) -- [**V2**] reset mime-types [#124](https://github.com/broofa/node-mime/issues/124) -- [**V2**] Extensionless paths should return null or false [#113](https://github.com/broofa/node-mime/issues/113) - ---- - -## v2.0.1 (14/09/2017) -- [**closed**] Changelog for v2.0 does not mention breaking changes [#171](https://github.com/broofa/node-mime/issues/171) -- [**closed**] MIME breaking with 'class' declaration as it is without 'use strict mode' [#170](https://github.com/broofa/node-mime/issues/170) - ---- - -## v2.0.0 (12/09/2017) -- [**closed**] woff and woff2 [#168](https://github.com/broofa/node-mime/issues/168) - ---- - -## v1.4.0 (28/08/2017) -- [**closed**] support for ac3 voc files [#159](https://github.com/broofa/node-mime/issues/159) -- [**closed**] Help understanding change from application/xml to text/xml [#158](https://github.com/broofa/node-mime/issues/158) -- [**closed**] no longer able to override mimetype [#157](https://github.com/broofa/node-mime/issues/157) -- [**closed**] application/vnd.adobe.photoshop [#147](https://github.com/broofa/node-mime/issues/147) -- [**closed**] Directories should appear as something other than application/octet-stream [#135](https://github.com/broofa/node-mime/issues/135) -- [**closed**] requested features [#131](https://github.com/broofa/node-mime/issues/131) -- [**closed**] Make types.json loading optional? [#129](https://github.com/broofa/node-mime/issues/129) -- [**closed**] Cannot find module './types.json' [#120](https://github.com/broofa/node-mime/issues/120) -- [**V2**] .wav files show up as "audio/x-wav" instead of "audio/x-wave" [#118](https://github.com/broofa/node-mime/issues/118) -- [**closed**] Don't be a pain in the ass for node community [#108](https://github.com/broofa/node-mime/issues/108) -- [**closed**] don't make default_type global [#78](https://github.com/broofa/node-mime/issues/78) -- [**closed**] mime.extension() fails if the content-type is parameterized [#74](https://github.com/broofa/node-mime/issues/74) - ---- - -## v1.3.6 (11/05/2017) -- [**closed**] .md should be text/markdown as of March 2016 [#154](https://github.com/broofa/node-mime/issues/154) -- [**closed**] Error while installing mime [#153](https://github.com/broofa/node-mime/issues/153) -- [**closed**] application/manifest+json [#149](https://github.com/broofa/node-mime/issues/149) -- [**closed**] Dynamic adaptive streaming over HTTP (DASH) file extension typo [#141](https://github.com/broofa/node-mime/issues/141) -- [**closed**] charsets image/png undefined [#140](https://github.com/broofa/node-mime/issues/140) -- [**closed**] Mime-db dependency out of date [#130](https://github.com/broofa/node-mime/issues/130) -- [**closed**] how to support plist? [#126](https://github.com/broofa/node-mime/issues/126) -- [**closed**] how does .types file format look like? [#123](https://github.com/broofa/node-mime/issues/123) -- [**closed**] Feature: support for expanding MIME patterns [#121](https://github.com/broofa/node-mime/issues/121) -- [**closed**] DEBUG_MIME doesn't work [#117](https://github.com/broofa/node-mime/issues/117) - ---- - -## v1.3.4 (06/02/2015) -*No changelog for this release.* - ---- - -## v1.3.3 (06/02/2015) -*No changelog for this release.* - ---- - -## v1.3.1 (05/02/2015) -- [**closed**] Consider adding support for Handlebars .hbs file ending [#111](https://github.com/broofa/node-mime/issues/111) -- [**closed**] Consider adding support for hjson. [#110](https://github.com/broofa/node-mime/issues/110) -- [**closed**] Add mime type for Opus audio files [#94](https://github.com/broofa/node-mime/issues/94) -- [**closed**] Consider making the `Requesting New Types` information more visible [#77](https://github.com/broofa/node-mime/issues/77) - ---- - -## v1.3.0 (05/02/2015) -- [**closed**] Add common name? [#114](https://github.com/broofa/node-mime/issues/114) -- [**closed**] application/x-yaml [#104](https://github.com/broofa/node-mime/issues/104) -- [**closed**] Add mime type for WOFF file format 2.0 [#102](https://github.com/broofa/node-mime/issues/102) -- [**closed**] application/x-msi for .msi [#99](https://github.com/broofa/node-mime/issues/99) -- [**closed**] Add mimetype for gettext translation files [#98](https://github.com/broofa/node-mime/issues/98) -- [**closed**] collaborators [#88](https://github.com/broofa/node-mime/issues/88) -- [**closed**] getting errot in installation of mime module...any1 can help? [#87](https://github.com/broofa/node-mime/issues/87) -- [**closed**] should application/json's charset be utf8? [#86](https://github.com/broofa/node-mime/issues/86) -- [**closed**] Add "license" and "licenses" to package.json [#81](https://github.com/broofa/node-mime/issues/81) -- [**closed**] lookup with extension-less file on Windows returns wrong type [#68](https://github.com/broofa/node-mime/issues/68) - ---- - -## v1.2.11 (15/08/2013) -- [**closed**] Update mime.types [#65](https://github.com/broofa/node-mime/issues/65) -- [**closed**] Publish a new version [#63](https://github.com/broofa/node-mime/issues/63) -- [**closed**] README should state upfront that "application/octet-stream" is default for unknown extension [#55](https://github.com/broofa/node-mime/issues/55) -- [**closed**] Suggested improvement to the charset API [#52](https://github.com/broofa/node-mime/issues/52) - ---- - -## v1.2.10 (25/07/2013) -- [**closed**] Mime type for woff files should be application/font-woff and not application/x-font-woff [#62](https://github.com/broofa/node-mime/issues/62) -- [**closed**] node.types in conflict with mime.types [#51](https://github.com/broofa/node-mime/issues/51) - ---- - -## v1.2.9 (17/01/2013) -- [**closed**] Please update "mime" NPM [#49](https://github.com/broofa/node-mime/issues/49) -- [**closed**] Please add semicolon [#46](https://github.com/broofa/node-mime/issues/46) -- [**closed**] parse full mime types [#43](https://github.com/broofa/node-mime/issues/43) - ---- - -## v1.2.8 (10/01/2013) -- [**closed**] /js directory mime is application/javascript. Is it correct? [#47](https://github.com/broofa/node-mime/issues/47) -- [**closed**] Add mime types for lua code. [#45](https://github.com/broofa/node-mime/issues/45) - ---- - -## v1.2.7 (19/10/2012) -- [**closed**] cannot install 1.2.7 via npm [#41](https://github.com/broofa/node-mime/issues/41) -- [**closed**] Transfer ownership to @broofa [#36](https://github.com/broofa/node-mime/issues/36) -- [**closed**] it's wrong to set charset to UTF-8 for text [#30](https://github.com/broofa/node-mime/issues/30) -- [**closed**] Allow multiple instances of MIME types container [#27](https://github.com/broofa/node-mime/issues/27) diff --git a/2019-setembro/node_modules/mime/CONTRIBUTING.md b/2019-setembro/node_modules/mime/CONTRIBUTING.md deleted file mode 100644 index dd5c86a..0000000 --- a/2019-setembro/node_modules/mime/CONTRIBUTING.md +++ /dev/null @@ -1,5 +0,0 @@ -1. Commit messages should have a [Conventional Commit](https://conventionalcommits.org/) prefix. -2. If you're editing the `types/*` files, just stop. These are auto-generated from [mime-db](https://github.com/jshttp/mime-db). Go talk to those folks. -3. README edits should be made to [src/README_md.js](src/README_md.js). - -Thanks for helping out with this project. You rock! diff --git a/2019-setembro/node_modules/mime/LICENSE b/2019-setembro/node_modules/mime/LICENSE deleted file mode 100644 index d3f46f7..0000000 --- a/2019-setembro/node_modules/mime/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2010 Benjamin Thomas, Robert Kieffer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/mime/Mime.js b/2019-setembro/node_modules/mime/Mime.js deleted file mode 100644 index 7fe3921..0000000 --- a/2019-setembro/node_modules/mime/Mime.js +++ /dev/null @@ -1,95 +0,0 @@ -'use strict'; - -/** - * @param typeMap [Object] Map of MIME type -> Array[extensions] - * @param ... - */ -function Mime() { - this._types = Object.create(null); - this._extensions = Object.create(null); - - for (var i = 0; i < arguments.length; i++) { - this.define(arguments[i]); - } - - this.define = this.define.bind(this); - this.getType = this.getType.bind(this); - this.getExtension = this.getExtension.bind(this); -} - -/** - * Define mimetype -> extension mappings. Each key is a mime-type that maps - * to an array of extensions associated with the type. The first extension is - * used as the default extension for the type. - * - * e.g. mime.define({'audio/ogg', ['oga', 'ogg', 'spx']}); - * - * If a type declares an extension that has already been defined, an error will - * be thrown. To suppress this error and force the extension to be associated - * with the new type, pass `force`=true. Alternatively, you may prefix the - * extension with "*" to map the type to extension, without mapping the - * extension to the type. - * - * e.g. mime.define({'audio/wav', ['wav']}, {'audio/x-wav', ['*wav']}); - * - * - * @param map (Object) type definitions - * @param force (Boolean) if true, force overriding of existing definitions - */ -Mime.prototype.define = function(typeMap, force) { - for (var type in typeMap) { - var extensions = typeMap[type].map(function(t) {return t.toLowerCase()}); - type = type.toLowerCase(); - - for (var i = 0; i < extensions.length; i++) { - var ext = extensions[i]; - - // '*' prefix = not the preferred type for this extension. So fixup the - // extension, and skip it. - if (ext[0] == '*') { - continue; - } - - if (!force && (ext in this._types)) { - throw new Error( - 'Attempt to change mapping for "' + ext + - '" extension from "' + this._types[ext] + '" to "' + type + - '". Pass `force=true` to allow this, otherwise remove "' + ext + - '" from the list of extensions for "' + type + '".' - ); - } - - this._types[ext] = type; - } - - // Use first extension as default - if (force || !this._extensions[type]) { - var ext = extensions[0]; - this._extensions[type] = (ext[0] != '*') ? ext : ext.substr(1) - } - } -}; - -/** - * Lookup a mime type based on extension - */ -Mime.prototype.getType = function(path) { - path = String(path); - var last = path.replace(/^.*[/\\]/, '').toLowerCase(); - var ext = last.replace(/^.*\./, '').toLowerCase(); - - var hasPath = last.length < path.length; - var hasDot = ext.length < last.length - 1; - - return (hasDot || !hasPath) && this._types[ext] || null; -}; - -/** - * Return file extension associated with a mime type - */ -Mime.prototype.getExtension = function(type) { - type = /^\s*([^;\s]*)/.test(type) && RegExp.$1; - return type && this._extensions[type.toLowerCase()] || null; -}; - -module.exports = Mime; diff --git a/2019-setembro/node_modules/mime/README.md b/2019-setembro/node_modules/mime/README.md deleted file mode 100644 index 37bd2b8..0000000 --- a/2019-setembro/node_modules/mime/README.md +++ /dev/null @@ -1,193 +0,0 @@ - -# Mime - -A comprehensive, compact MIME type module. - -[![Build Status](https://travis-ci.org/broofa/node-mime.svg?branch=master)](https://travis-ci.org/broofa/node-mime) - -## Version 2 Notes - -Version 2 is a breaking change from 1.x as the semver implies. Specifically: - -* `lookup()` renamed to `getType()` -* `extension()` renamed to `getExtension()` -* `charset()` and `load()` methods have been removed - -If you prefer the legacy version of this module please `npm install mime@^1`. Version 1 docs may be found [here](https://github.com/broofa/node-mime/tree/v1.4.0). - -## Install - -### NPM -``` -npm install mime -``` - -### Browser - -It is recommended that you use a bundler such as -[webpack](https://webpack.github.io/) or [browserify](http://browserify.org/) to -package your code. However, browser-ready versions are available via wzrd.in. -E.g. For the full version: - - - - - - ' -}); -``` - -The above will produce the following string, HTML-escaped output which is safe to put into an HTML document as it will not cause the inline script element to terminate: - -```js -'{"haxorXSS":"\\u003C\\u002Fscript\\u003E"}' -``` - -> You can pass an optional `unsafe` argument to `serialize()` for straight serialization. - -### Options - -The `serialize()` function accepts an `options` object as its second argument. All options are being defaulted to `undefined`: - -#### `options.space` - -This option is the same as the `space` argument that can be passed to [`JSON.stringify`][JSON.stringify]. It can be used to add whitespace and indentation to the serialized output to make it more readable. - -```js -serialize(obj, {space: 2}); -``` - -#### `options.isJSON` - -This option is a signal to `serialize()` that the object being serialized does not contain any function or regexps values. This enables a hot-path that allows serialization to be over 3x faster. If you're serializing a lot of data, and know its pure JSON, then you can enable this option for a speed-up. - -**Note:** That when using this option, the output will still be escaped to protect against XSS. - -```js -serialize(obj, {isJSON: true}); -``` - -#### `options.unsafe` - -This option is to signal `serialize()` that we want to do a straight conversion, without the XSS protection. This options needs to be explicitly set to `true`. HTML characters and JavaScript line terminators will not be escaped. You will have to roll your own. - -```js -serialize(obj, {unsafe: true}); -``` - -## Deserializing - -For some use cases you might also need to deserialize the string. This is explicitly not part of this module. However, you can easily write it yourself: - -```js -function deserialize(serializedJavascript){ - return eval('(' + serializedJavascript + ')'); -} -``` - -**Note:** Don't forget the parentheses around the serialized javascript, as the opening bracket `{` will be considered to be the start of a body. - -## License - -This software is free to use under the Yahoo! Inc. BSD license. -See the [LICENSE file][LICENSE] for license text and copyright information. - - -[npm]: https://www.npmjs.org/package/serialize-javascript -[npm-badge]: https://img.shields.io/npm/v/serialize-javascript.svg?style=flat-square -[david]: https://david-dm.org/yahoo/serialize-javascript -[david-badge]: https://img.shields.io/david/yahoo/serialize-javascript.svg?style=flat-square -[travis]: https://travis-ci.org/yahoo/serialize-javascript -[travis-badge]: https://img.shields.io/travis/yahoo/serialize-javascript.svg?style=flat-square -[express-state]: https://github.com/yahoo/express-state -[JSON.stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify -[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/master/LICENSE diff --git a/2019-setembro/node_modules/serialize-javascript/index.js b/2019-setembro/node_modules/serialize-javascript/index.js deleted file mode 100644 index b10a500..0000000 --- a/2019-setembro/node_modules/serialize-javascript/index.js +++ /dev/null @@ -1,173 +0,0 @@ -/* -Copyright (c) 2014, Yahoo! Inc. All rights reserved. -Copyrights licensed under the New BSD License. -See the accompanying LICENSE file for terms. -*/ - -'use strict'; - -// Generate an internal UID to make the regexp pattern harder to guess. -var UID = Math.floor(Math.random() * 0x10000000000).toString(16); -var PLACE_HOLDER_REGEXP = new RegExp('"@__(F|R|D|M|S)-' + UID + '-(\\d+)__@"', 'g'); - -var IS_NATIVE_CODE_REGEXP = /\{\s*\[native code\]\s*\}/g; -var IS_PURE_FUNCTION = /function.*?\(/; -var IS_ARROW_FUNCTION = /.*?=>.*?/; -var UNSAFE_CHARS_REGEXP = /[<>\/\u2028\u2029]/g; - -var RESERVED_SYMBOLS = ['*', 'async']; - -// Mapping of unsafe HTML and invalid JavaScript line terminator chars to their -// Unicode char counterparts which are safe to use in JavaScript strings. -var ESCAPED_CHARS = { - '<' : '\\u003C', - '>' : '\\u003E', - '/' : '\\u002F', - '\u2028': '\\u2028', - '\u2029': '\\u2029' -}; - -function escapeUnsafeChars(unsafeChar) { - return ESCAPED_CHARS[unsafeChar]; -} - -module.exports = function serialize(obj, options) { - options || (options = {}); - - // Backwards-compatibility for `space` as the second argument. - if (typeof options === 'number' || typeof options === 'string') { - options = {space: options}; - } - - var functions = []; - var regexps = []; - var dates = []; - var maps = []; - var sets = []; - - // Returns placeholders for functions and regexps (identified by index) - // which are later replaced by their string representation. - function replacer(key, value) { - if (!value) { - return value; - } - - // If the value is an object w/ a toJSON method, toJSON is called before - // the replacer runs, so we use this[key] to get the non-toJSONed value. - var origValue = this[key]; - var type = typeof origValue; - - if (type === 'object') { - if(origValue instanceof RegExp) { - return '@__R-' + UID + '-' + (regexps.push(origValue) - 1) + '__@'; - } - - if(origValue instanceof Date) { - return '@__D-' + UID + '-' + (dates.push(origValue) - 1) + '__@'; - } - - if(origValue instanceof Map) { - return '@__M-' + UID + '-' + (maps.push(origValue) - 1) + '__@'; - } - - if(origValue instanceof Set) { - return '@__S-' + UID + '-' + (sets.push(origValue) - 1) + '__@'; - } - } - - if (type === 'function') { - return '@__F-' + UID + '-' + (functions.push(origValue) - 1) + '__@'; - } - - return value; - } - - function serializeFunc(fn) { - var serializedFn = fn.toString(); - if (IS_NATIVE_CODE_REGEXP.test(serializedFn)) { - throw new TypeError('Serializing native function: ' + fn.name); - } - - // pure functions, example: {key: function() {}} - if(IS_PURE_FUNCTION.test(serializedFn)) { - return serializedFn; - } - - // arrow functions, example: arg1 => arg1+5 - if(IS_ARROW_FUNCTION.test(serializedFn)) { - return serializedFn; - } - - var argsStartsAt = serializedFn.indexOf('('); - var def = serializedFn.substr(0, argsStartsAt) - .trim() - .split(' ') - .filter(function(val) { return val.length > 0 }); - - var nonReservedSymbols = def.filter(function(val) { - return RESERVED_SYMBOLS.indexOf(val) === -1 - }); - - // enhanced literal objects, example: {key() {}} - if(nonReservedSymbols.length > 0) { - return (def.indexOf('async') > -1 ? 'async ' : '') + 'function' - + (def.join('').indexOf('*') > -1 ? '*' : '') - + serializedFn.substr(argsStartsAt); - } - - // arrow functions - return serializedFn; - } - - var str; - - // Creates a JSON string representation of the value. - // NOTE: Node 0.12 goes into slow mode with extra JSON.stringify() args. - if (options.isJSON && !options.space) { - str = JSON.stringify(obj); - } else { - str = JSON.stringify(obj, options.isJSON ? null : replacer, options.space); - } - - // Protects against `JSON.stringify()` returning `undefined`, by serializing - // to the literal string: "undefined". - if (typeof str !== 'string') { - return String(str); - } - - // Replace unsafe HTML and invalid JavaScript line terminator chars with - // their safe Unicode char counterpart. This _must_ happen before the - // regexps and functions are serialized and added back to the string. - if (options.unsafe !== true) { - str = str.replace(UNSAFE_CHARS_REGEXP, escapeUnsafeChars); - } - - if (functions.length === 0 && regexps.length === 0 && dates.length === 0 && maps.length === 0 && sets.length === 0) { - return str; - } - - // Replaces all occurrences of function, regexp, date, map and set placeholders in the - // JSON string with their string representations. If the original value can - // not be found, then `undefined` is used. - return str.replace(PLACE_HOLDER_REGEXP, function (match, type, valueIndex) { - if (type === 'D') { - return "new Date(\"" + dates[valueIndex].toISOString() + "\")"; - } - - if (type === 'R') { - return regexps[valueIndex].toString(); - } - - if (type === 'M') { - return "new Map(" + serialize(Array.from(maps[valueIndex].entries()), options) + ")"; - } - - if (type === 'S') { - return "new Set(" + serialize(Array.from(sets[valueIndex].values()), options) + ")"; - } - - var fn = functions[valueIndex]; - - return serializeFunc(fn); - }); -} diff --git a/2019-setembro/node_modules/serialize-javascript/package.json b/2019-setembro/node_modules/serialize-javascript/package.json deleted file mode 100644 index 38de0ef..0000000 --- a/2019-setembro/node_modules/serialize-javascript/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "serialize-javascript", - "version": "1.9.1", - "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.", - "main": "index.js", - "scripts": { - "benchmark": "node -v && node test/benchmark/serialize.js", - "test": "istanbul cover -- ./node_modules/mocha/bin/_mocha test/unit/ --reporter spec" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/yahoo/serialize-javascript.git" - }, - "keywords": [ - "serialize", - "serialization", - "javascript", - "js", - "json" - ], - "author": "Eric Ferraiuolo ", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/yahoo/serialize-javascript/issues" - }, - "homepage": "https://github.com/yahoo/serialize-javascript", - "devDependencies": { - "benchmark": "^2.1.4", - "chai": "^4.1.0", - "istanbul": "^0.4.5", - "mocha": "^6.2.0" - } -} diff --git a/2019-setembro/node_modules/set-value/LICENSE b/2019-setembro/node_modules/set-value/LICENSE deleted file mode 100644 index d734237..0000000 --- a/2019-setembro/node_modules/set-value/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/set-value/README.md b/2019-setembro/node_modules/set-value/README.md deleted file mode 100644 index e336d74..0000000 --- a/2019-setembro/node_modules/set-value/README.md +++ /dev/null @@ -1,150 +0,0 @@ -# set-value [![NPM version](https://img.shields.io/npm/v/set-value.svg?style=flat)](https://www.npmjs.com/package/set-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/set-value.svg?style=flat)](https://npmjs.org/package/set-value) [![NPM total downloads](https://img.shields.io/npm/dt/set-value.svg?style=flat)](https://npmjs.org/package/set-value) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/set-value.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/set-value) - -> Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save set-value -``` - -## Usage - -```js -var set = require('set-value'); -set(object, prop, value); -``` - -### Params - -* `object` **{object}**: The object to set `value` on -* `prop` **{string}**: The property to set. Dot-notation may be used. -* `value` **{any}**: The value to set on `object[prop]` - -## Examples - -Updates and returns the given object: - -```js -var obj = {}; -set(obj, 'a.b.c', 'd'); -console.log(obj); -//=> { a: { b: { c: 'd' } } } -``` - -### Escaping - -**Escaping with backslashes** - -Prevent set-value from splitting on a dot by prefixing it with backslashes: - -```js -console.log(set({}, 'a\\.b.c', 'd')); -//=> { 'a.b': { c: 'd' } } - -console.log(set({}, 'a\\.b\\.c', 'd')); -//=> { 'a.b.c': 'd' } -``` - -**Escaping with double-quotes or single-quotes** - -Wrap double or single quotes around the string, or part of the string, that should not be split by set-value: - -```js -console.log(set({}, '"a.b".c', 'd')); -//=> { 'a.b': { c: 'd' } } - -console.log(set({}, "'a.b'.c", "d")); -//=> { 'a.b': { c: 'd' } } - -console.log(set({}, '"this/is/a/.file.path"', 'd')); -//=> { 'this/is/a/file.path': 'd' } -``` - -### Bracket support - -set-value does not split inside brackets or braces: - -```js -console.log(set({}, '[a.b].c', 'd')); -//=> { '[a.b]': { c: 'd' } } - -console.log(set({}, "(a.b).c", "d")); -//=> { '(a.b)': { c: 'd' } } - -console.log(set({}, ".c", "d")); -//=> { '': { c: 'd' } } - -console.log(set({}, "{a..b}.c", "d")); -//=> { '{a..b}': { c: 'd' } } -``` - -## History - -### v2.0.0 - -* Adds support for escaping with double or single quotes. See [escaping](#escaping) for examples. -* Will no longer split inside brackets or braces. See [bracket support](#bracket-support) for examples. - -If there are any regressions please create a [bug report](../../issues/new). Thanks! - -## About - -### Related projects - -* [assign-value](https://www.npmjs.com/package/assign-value): Assign a value or extend a deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/assign-value) | [homepage](https://github.com/jonschlinkert/assign-value "Assign a value or extend a deeply nested property of an object using object path notation.") -* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") -* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.") -* [merge-value](https://www.npmjs.com/package/merge-value): Similar to assign-value but deeply merges object values or nested values using object path/dot notation. | [homepage](https://github.com/jonschlinkert/merge-value "Similar to assign-value but deeply merges object values or nested values using object path/dot notation.") -* [omit-value](https://www.npmjs.com/package/omit-value): Omit properties from an object or deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/omit-value) | [homepage](https://github.com/jonschlinkert/omit-value "Omit properties from an object or deeply nested property of an object using object path notation.") -* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") -* [union-value](https://www.npmjs.com/package/union-value): Set an array of unique values as the property of an object. Supports setting deeply… [more](https://github.com/jonschlinkert/union-value) | [homepage](https://github.com/jonschlinkert/union-value "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.") -* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 59 | [jonschlinkert](https://github.com/jonschlinkert) | -| 1 | [vadimdemedes](https://github.com/vadimdemedes) | -| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 21, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/set-value/index.js b/2019-setembro/node_modules/set-value/index.js deleted file mode 100644 index 0b32e8f..0000000 --- a/2019-setembro/node_modules/set-value/index.js +++ /dev/null @@ -1,55 +0,0 @@ -/*! - * set-value - * - * Copyright (c) 2014-2015, 2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var split = require('split-string'); -var extend = require('extend-shallow'); -var isPlainObject = require('is-plain-object'); -var isObject = require('is-extendable'); - -module.exports = function(obj, prop, val) { - if (!isObject(obj)) { - return obj; - } - - if (Array.isArray(prop)) { - prop = [].concat.apply([], prop).join('.'); - } - - if (typeof prop !== 'string') { - return obj; - } - - var keys = split(prop, {sep: '.', brackets: true}).filter(isValidKey); - var len = keys.length; - var idx = -1; - var current = obj; - - while (++idx < len) { - var key = keys[idx]; - if (idx !== len - 1) { - if (!isObject(current[key])) { - current[key] = {}; - } - current = current[key]; - continue; - } - - if (isPlainObject(current[key]) && isPlainObject(val)) { - current[key] = extend({}, current[key], val); - } else { - current[key] = val; - } - } - - return obj; -}; - -function isValidKey(key) { - return key !== '__proto__' && key !== 'constructor' && key !== 'prototype'; -} diff --git a/2019-setembro/node_modules/set-value/package.json b/2019-setembro/node_modules/set-value/package.json deleted file mode 100644 index 736db34..0000000 --- a/2019-setembro/node_modules/set-value/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "set-value", - "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.", - "version": "2.0.1", - "homepage": "https://github.com/jonschlinkert/set-value", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "(https://github.com/wtgtybhertgeghgtwtg)", - "Vadim Demedes (https://vadimdemedes.com)" - ], - "repository": "jonschlinkert/set-value", - "bugs": { - "url": "https://github.com/jonschlinkert/set-value/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "devDependencies": { - "gulp-format-md": "^0.1.12", - "mocha": "^3.4.2" - }, - "keywords": [ - "get", - "has", - "hasown", - "key", - "keys", - "nested", - "notation", - "object", - "prop", - "properties", - "property", - "props", - "set", - "value", - "values" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "assign-value", - "get-value", - "has-value", - "merge-value", - "omit-value", - "set-value", - "union-value", - "unset-value" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/shebang-command/index.js b/2019-setembro/node_modules/shebang-command/index.js deleted file mode 100644 index 2de70b0..0000000 --- a/2019-setembro/node_modules/shebang-command/index.js +++ /dev/null @@ -1,19 +0,0 @@ -'use strict'; -var shebangRegex = require('shebang-regex'); - -module.exports = function (str) { - var match = str.match(shebangRegex); - - if (!match) { - return null; - } - - var arr = match[0].replace(/#! ?/, '').split(' '); - var bin = arr[0].split('/').pop(); - var arg = arr[1]; - - return (bin === 'env' ? - arg : - bin + (arg ? ' ' + arg : '') - ); -}; diff --git a/2019-setembro/node_modules/shebang-command/license b/2019-setembro/node_modules/shebang-command/license deleted file mode 100644 index 0f8cf79..0000000 --- a/2019-setembro/node_modules/shebang-command/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Kevin Martensson (github.com/kevva) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/shebang-command/package.json b/2019-setembro/node_modules/shebang-command/package.json deleted file mode 100644 index 19c9ce5..0000000 --- a/2019-setembro/node_modules/shebang-command/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "shebang-command", - "version": "1.2.0", - "description": "Get the command from a shebang", - "license": "MIT", - "repository": "kevva/shebang-command", - "author": { - "name": "Kevin Martensson", - "email": "kevinmartensson@gmail.com", - "url": "github.com/kevva" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "cmd", - "command", - "parse", - "shebang" - ], - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "devDependencies": { - "ava": "*", - "xo": "*" - }, - "xo": { - "ignores": [ - "test.js" - ] - } -} diff --git a/2019-setembro/node_modules/shebang-command/readme.md b/2019-setembro/node_modules/shebang-command/readme.md deleted file mode 100644 index 16b0be4..0000000 --- a/2019-setembro/node_modules/shebang-command/readme.md +++ /dev/null @@ -1,39 +0,0 @@ -# shebang-command [![Build Status](https://travis-ci.org/kevva/shebang-command.svg?branch=master)](https://travis-ci.org/kevva/shebang-command) - -> Get the command from a shebang - - -## Install - -``` -$ npm install --save shebang-command -``` - - -## Usage - -```js -const shebangCommand = require('shebang-command'); - -shebangCommand('#!/usr/bin/env node'); -//=> 'node' - -shebangCommand('#!/bin/bash'); -//=> 'bash' -``` - - -## API - -### shebangCommand(string) - -#### string - -Type: `string` - -String containing a shebang. - - -## License - -MIT © [Kevin Martensson](http://github.com/kevva) diff --git a/2019-setembro/node_modules/shebang-regex/index.js b/2019-setembro/node_modules/shebang-regex/index.js deleted file mode 100644 index d052d2e..0000000 --- a/2019-setembro/node_modules/shebang-regex/index.js +++ /dev/null @@ -1,2 +0,0 @@ -'use strict'; -module.exports = /^#!.*/; diff --git a/2019-setembro/node_modules/shebang-regex/license b/2019-setembro/node_modules/shebang-regex/license deleted file mode 100644 index 654d0bf..0000000 --- a/2019-setembro/node_modules/shebang-regex/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/shebang-regex/package.json b/2019-setembro/node_modules/shebang-regex/package.json deleted file mode 100644 index d8ec9b6..0000000 --- a/2019-setembro/node_modules/shebang-regex/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "shebang-regex", - "version": "1.0.0", - "description": "Regular expression for matching a shebang", - "license": "MIT", - "repository": "sindresorhus/shebang-regex", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "node test.js" - }, - "files": [ - "index.js" - ], - "keywords": [ - "re", - "regex", - "regexp", - "shebang", - "match", - "test" - ], - "devDependencies": { - "ava": "0.0.4" - } -} diff --git a/2019-setembro/node_modules/shebang-regex/readme.md b/2019-setembro/node_modules/shebang-regex/readme.md deleted file mode 100644 index ef75e51..0000000 --- a/2019-setembro/node_modules/shebang-regex/readme.md +++ /dev/null @@ -1,29 +0,0 @@ -# shebang-regex [![Build Status](https://travis-ci.org/sindresorhus/shebang-regex.svg?branch=master)](https://travis-ci.org/sindresorhus/shebang-regex) - -> Regular expression for matching a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) - - -## Install - -``` -$ npm install --save shebang-regex -``` - - -## Usage - -```js -var shebangRegex = require('shebang-regex'); -var str = '#!/usr/bin/env node\nconsole.log("unicorns");'; - -shebangRegex.test(str); -//=> true - -shebangRegex.exec(str)[0]; -//=> '#!/usr/bin/env node' -``` - - -## License - -MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/2019-setembro/node_modules/shell-quote/.travis.yml b/2019-setembro/node_modules/shell-quote/.travis.yml deleted file mode 100644 index 72a6882..0000000 --- a/2019-setembro/node_modules/shell-quote/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -language: node_js -os: - - linux - - osx - - windows -node_js: - - "0.8" - - "0.10" - - "0.12" - - "iojs" - - "4" - - "5" - - "6" - - "7" - - "8" - - "9" - - "10" - - "11" - - "12" -matrix: - exclude: - - os: windows - node_js: "0.8" - - os: windows - node_js: "iojs" -before_install: - - 'if [ $TRAVIS_NODE_VERSION == 0.8 ]; then nvm install-latest-npm; fi' diff --git a/2019-setembro/node_modules/shell-quote/CHANGELOG.md b/2019-setembro/node_modules/shell-quote/CHANGELOG.md deleted file mode 100644 index b045252..0000000 --- a/2019-setembro/node_modules/shell-quote/CHANGELOG.md +++ /dev/null @@ -1,21 +0,0 @@ -# acorn-node change log - -All notable changes to this project will be documented in this file. - -This project adheres to [Semantic Versioning](http://semver.org/). - -## 1.7.2 -* Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. ([144e1c2](https://github.com/substack/node-shell-quote/commit/144e1c20cd57549a414c827fb3032e60b7b8721c)) - -## 1.7.1 -* Fix `$` being removed when not part of an environment variable name. ([@Adman](https://github.com/Admin) in [#32](https://github.com/substack/node-shell-quote/pull/32)) - -## 1.7.0 -* Add support for parsing `>>` and `>&` redirection operators. ([@forivall](https://github.com/forivall) in [#16](https://github.com/substack/node-shell-quote/pull/16)) -* Add support for parsing `<(` process substitution operator. ([@cuonglm](https://github.com/cuonglm) in [#15](https://github.com/substack/node-shell-quote/pull/15)) - -## 1.6.3 -* Fix Windows path quoting problems. ([@dy](https://github.com/dy) in [#34](https://github.com/substack/node-shell-quote/pull/34)) - -## 1.6.2 -* Remove dependencies in favour of native methods. ([@zertosh](https://github.com/zertosh) in [#21](https://github.com/substack/node-shell-quote/pull/21)) diff --git a/2019-setembro/node_modules/shell-quote/LICENSE b/2019-setembro/node_modules/shell-quote/LICENSE deleted file mode 100644 index 3d59c73..0000000 --- a/2019-setembro/node_modules/shell-quote/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -The MIT License - -Copyright (c) 2013 James Halliday (mail@substack.net) - -Permission is hereby granted, free of charge, -to any person obtaining a copy of this software and -associated documentation files (the "Software"), to -deal in the Software without restriction, including -without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom -the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice -shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR -ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/shell-quote/example/env.js b/2019-setembro/node_modules/shell-quote/example/env.js deleted file mode 100644 index 3608a58..0000000 --- a/2019-setembro/node_modules/shell-quote/example/env.js +++ /dev/null @@ -1,3 +0,0 @@ -var parse = require('../').parse; -var xs = parse('beep --boop="$PWD"', { PWD: '/home/robot' }); -console.dir(xs); diff --git a/2019-setembro/node_modules/shell-quote/example/op.js b/2019-setembro/node_modules/shell-quote/example/op.js deleted file mode 100644 index d8d9064..0000000 --- a/2019-setembro/node_modules/shell-quote/example/op.js +++ /dev/null @@ -1,3 +0,0 @@ -var parse = require('../').parse; -var xs = parse('beep || boop > /byte'); -console.dir(xs); diff --git a/2019-setembro/node_modules/shell-quote/example/parse.js b/2019-setembro/node_modules/shell-quote/example/parse.js deleted file mode 100644 index 4b3be5f..0000000 --- a/2019-setembro/node_modules/shell-quote/example/parse.js +++ /dev/null @@ -1,3 +0,0 @@ -var parse = require('../').parse; -var xs = parse('a "b c" \\$def \'it\\\'s great\''); -console.dir(xs); diff --git a/2019-setembro/node_modules/shell-quote/example/quote.js b/2019-setembro/node_modules/shell-quote/example/quote.js deleted file mode 100644 index 434bf8a..0000000 --- a/2019-setembro/node_modules/shell-quote/example/quote.js +++ /dev/null @@ -1,3 +0,0 @@ -var quote = require('../').quote; -var s = quote([ 'a', 'b c d', '$f', '"g"' ]); -console.log(s); diff --git a/2019-setembro/node_modules/shell-quote/index.js b/2019-setembro/node_modules/shell-quote/index.js deleted file mode 100644 index fac79be..0000000 --- a/2019-setembro/node_modules/shell-quote/index.js +++ /dev/null @@ -1,199 +0,0 @@ -exports.quote = function (xs) { - return xs.map(function (s) { - if (s && typeof s === 'object') { - return s.op.replace(/(.)/g, '\\$1'); - } - else if (/["\s]/.test(s) && !/'/.test(s)) { - return "'" + s.replace(/(['\\])/g, '\\$1') + "'"; - } - else if (/["'\s]/.test(s)) { - return '"' + s.replace(/(["\\$`!])/g, '\\$1') + '"'; - } - else { - return String(s).replace(/([A-z]:)?([#!"$&'()*,:;<=>?@\[\\\]^`{|}])/g, '$1\\$2'); - } - }).join(' '); -}; - -// '<(' is process substitution operator and -// can be parsed the same as control operator -var CONTROL = '(?:' + [ - '\\|\\|', '\\&\\&', ';;', '\\|\\&', '\\<\\(', '>>', '>\\&', '[&;()|<>]' -].join('|') + ')'; -var META = '|&;()<> \\t'; -var BAREWORD = '(\\\\[\'"' + META + ']|[^\\s\'"' + META + '])+'; -var SINGLE_QUOTE = '"((\\\\"|[^"])*?)"'; -var DOUBLE_QUOTE = '\'((\\\\\'|[^\'])*?)\''; - -var TOKEN = ''; -for (var i = 0; i < 4; i++) { - TOKEN += (Math.pow(16,8)*Math.random()).toString(16); -} - -exports.parse = function (s, env, opts) { - var mapped = parse(s, env, opts); - if (typeof env !== 'function') return mapped; - return mapped.reduce(function (acc, s) { - if (typeof s === 'object') return acc.concat(s); - var xs = s.split(RegExp('(' + TOKEN + '.*?' + TOKEN + ')', 'g')); - if (xs.length === 1) return acc.concat(xs[0]); - return acc.concat(xs.filter(Boolean).map(function (x) { - if (RegExp('^' + TOKEN).test(x)) { - return JSON.parse(x.split(TOKEN)[1]); - } - else return x; - })); - }, []); -}; - -function parse (s, env, opts) { - var chunker = new RegExp([ - '(' + CONTROL + ')', // control chars - '(' + BAREWORD + '|' + SINGLE_QUOTE + '|' + DOUBLE_QUOTE + ')*' - ].join('|'), 'g'); - var match = s.match(chunker).filter(Boolean); - var commented = false; - - if (!match) return []; - if (!env) env = {}; - if (!opts) opts = {}; - return match.map(function (s, j) { - if (commented) { - return; - } - if (RegExp('^' + CONTROL + '$').test(s)) { - return { op: s }; - } - - // Hand-written scanner/parser for Bash quoting rules: - // - // 1. inside single quotes, all characters are printed literally. - // 2. inside double quotes, all characters are printed literally - // except variables prefixed by '$' and backslashes followed by - // either a double quote or another backslash. - // 3. outside of any quotes, backslashes are treated as escape - // characters and not printed (unless they are themselves escaped) - // 4. quote context can switch mid-token if there is no whitespace - // between the two quote contexts (e.g. all'one'"token" parses as - // "allonetoken") - var SQ = "'"; - var DQ = '"'; - var DS = '$'; - var BS = opts.escape || '\\'; - var quote = false; - var esc = false; - var out = ''; - var isGlob = false; - - for (var i = 0, len = s.length; i < len; i++) { - var c = s.charAt(i); - isGlob = isGlob || (!quote && (c === '*' || c === '?')); - if (esc) { - out += c; - esc = false; - } - else if (quote) { - if (c === quote) { - quote = false; - } - else if (quote == SQ) { - out += c; - } - else { // Double quote - if (c === BS) { - i += 1; - c = s.charAt(i); - if (c === DQ || c === BS || c === DS) { - out += c; - } else { - out += BS + c; - } - } - else if (c === DS) { - out += parseEnvVar(); - } - else { - out += c; - } - } - } - else if (c === DQ || c === SQ) { - quote = c; - } - else if (RegExp('^' + CONTROL + '$').test(c)) { - return { op: s }; - } - else if (RegExp('^#$').test(c)) { - commented = true; - if (out.length){ - return [out, { comment: s.slice(i+1) + match.slice(j+1).join(' ') }]; - } - return [{ comment: s.slice(i+1) + match.slice(j+1).join(' ') }]; - } - else if (c === BS) { - esc = true; - } - else if (c === DS) { - out += parseEnvVar(); - } - else out += c; - } - - if (isGlob) return {op: 'glob', pattern: out}; - - return out; - - function parseEnvVar() { - i += 1; - var varend, varname; - //debugger - if (s.charAt(i) === '{') { - i += 1; - if (s.charAt(i) === '}') { - throw new Error("Bad substitution: " + s.substr(i - 2, 3)); - } - varend = s.indexOf('}', i); - if (varend < 0) { - throw new Error("Bad substitution: " + s.substr(i)); - } - varname = s.substr(i, varend - i); - i = varend; - } - else if (/[*@#?$!_\-]/.test(s.charAt(i))) { - varname = s.charAt(i); - i += 1; - } - else { - varend = s.substr(i).match(/[^\w\d_]/); - if (!varend) { - varname = s.substr(i); - i = s.length; - } else { - varname = s.substr(i, varend.index); - i += varend.index - 1; - } - } - return getVar(null, '', varname); - } - }) - // finalize parsed aruments - .reduce(function(prev, arg){ - if (arg === undefined){ - return prev; - } - return prev.concat(arg); - },[]); - - function getVar (_, pre, key) { - var r = typeof env === 'function' ? env(key) : env[key]; - if (r === undefined && key != '') - r = ''; - else if (r === undefined) - r = '$'; - - if (typeof r === 'object') { - return pre + TOKEN + JSON.stringify(r) + TOKEN; - } - else return pre + r; - } -} diff --git a/2019-setembro/node_modules/shell-quote/package.json b/2019-setembro/node_modules/shell-quote/package.json deleted file mode 100644 index a8eb0b2..0000000 --- a/2019-setembro/node_modules/shell-quote/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "shell-quote", - "description": "quote and parse shell commands", - "version": "1.7.2", - "author": { - "name": "James Halliday", - "email": "mail@substack.net", - "url": "http://substack.net" - }, - "bugs": "https://github.com/substack/node-shell-quote/issues", - "devDependencies": { - "tape": "4" - }, - "homepage": "https://github.com/substack/node-shell-quote", - "keywords": [ - "command", - "parse", - "quote", - "shell" - ], - "license": "MIT", - "main": "index.js", - "repository": { - "type": "git", - "url": "http://github.com/substack/node-shell-quote.git" - }, - "scripts": { - "test": "tape test/*.js" - } -} diff --git a/2019-setembro/node_modules/shell-quote/readme.markdown b/2019-setembro/node_modules/shell-quote/readme.markdown deleted file mode 100644 index 85d9439..0000000 --- a/2019-setembro/node_modules/shell-quote/readme.markdown +++ /dev/null @@ -1,138 +0,0 @@ -# shell-quote - -Parse and quote shell commands. - -# example - -## quote - -``` js -var quote = require('shell-quote').quote; -var s = quote([ 'a', 'b c d', '$f', '"g"' ]); -console.log(s); -``` - -output - -``` -a 'b c d' \$f '"g"' -``` - -## parse - -``` js -var parse = require('shell-quote').parse; -var xs = parse('a "b c" \\$def \'it\\\'s great\''); -console.dir(xs); -``` - -output - -``` -[ 'a', 'b c', '\\$def', 'it\'s great' ] -``` - -## parse with an environment variable - -``` js -var parse = require('shell-quote').parse; -var xs = parse('beep --boop="$PWD"', { PWD: '/home/robot' }); -console.dir(xs); -``` - -output - -``` -[ 'beep', '--boop=/home/robot' ] -``` - -## parse with custom escape charcter - -``` js -var parse = require('shell-quote').parse; -var xs = parse('beep --boop="$PWD"', { PWD: '/home/robot' }, { escape: '^' }); -console.dir(xs); -``` - -output - -``` -[ 'beep', '--boop=/home/robot' ] -``` - -## parsing shell operators - -``` js -var parse = require('shell-quote').parse; -var xs = parse('beep || boop > /byte'); -console.dir(xs); -``` - -output: - -``` -[ 'beep', { op: '||' }, 'boop', { op: '>' }, '/byte' ] -``` - -## parsing shell comment - -``` js -var parse = require('shell-quote').parse; -var xs = parse('beep > boop # > kaboom'); -console.dir(xs); -``` - -output: - -``` -[ 'beep', { op: '>' }, 'boop', { comment: '> kaboom' } ] -``` - -# methods - -``` js -var quote = require('shell-quote').quote; -var parse = require('shell-quote').parse; -``` - -## quote(args) - -Return a quoted string for the array `args` suitable for using in shell -commands. - -## parse(cmd, env={}) - -Return an array of arguments from the quoted string `cmd`. - -Interpolate embedded bash-style `$VARNAME` and `${VARNAME}` variables with -the `env` object which like bash will replace undefined variables with `""`. - -`env` is usually an object but it can also be a function to perform lookups. -When `env(key)` returns a string, its result will be output just like `env[key]` -would. When `env(key)` returns an object, it will be inserted into the result -array like the operator objects. - -When a bash operator is encountered, the element in the array with be an object -with an `"op"` key set to the operator string. For example: - -``` -'beep || boop > /byte' -``` - -parses as: - -``` -[ 'beep', { op: '||' }, 'boop', { op: '>' }, '/byte' ] -``` - -# install - -With [npm](http://npmjs.org) do: - -``` -npm install shell-quote -``` - -# license - -MIT diff --git a/2019-setembro/node_modules/shell-quote/test/comment.js b/2019-setembro/node_modules/shell-quote/test/comment.js deleted file mode 100644 index bc6fbf2..0000000 --- a/2019-setembro/node_modules/shell-quote/test/comment.js +++ /dev/null @@ -1,14 +0,0 @@ -var test = require('tape'); -var parse = require('../').parse; - -test('comment', function (t) { - t.same(parse('beep#boop'), [ 'beep', { comment: 'boop' } ]); - t.same(parse('beep #boop'), [ 'beep', { comment: 'boop' } ]); - t.same(parse('beep # boop'), [ 'beep', { comment: 'boop' } ]); - t.same(parse('beep # > boop'), [ 'beep', { comment: '> boop' } ]); - t.same(parse('beep # "> boop"'), [ 'beep', { comment: '"> boop"' } ]); - t.same(parse('beep "#"'), [ 'beep', '#' ]); - t.same(parse('beep #"#"#'), [ 'beep', { comment: '"#"#' } ]); - t.same(parse('beep > boop # > foo'), [ 'beep', {op: '>'}, 'boop', { comment: '> foo' } ]); - t.end(); -}); diff --git a/2019-setembro/node_modules/shell-quote/test/env.js b/2019-setembro/node_modules/shell-quote/test/env.js deleted file mode 100644 index b3faeb0..0000000 --- a/2019-setembro/node_modules/shell-quote/test/env.js +++ /dev/null @@ -1,41 +0,0 @@ -var test = require('tape'); -var parse = require('../').parse; - -test('expand environment variables', function (t) { - t.same(parse('a $XYZ c', { XYZ: 'b' }), [ 'a', 'b', 'c' ]); - t.same(parse('a${XYZ}c', { XYZ: 'b' }), [ 'abc' ]); - t.same(parse('a${XYZ}c $XYZ', { XYZ: 'b' }), [ 'abc', 'b' ]); - t.same(parse('"-$X-$Y-"', { X: 'a', Y: 'b' }), [ '-a-b-' ]); - t.same(parse("'-$X-$Y-'", { X: 'a', Y: 'b' }), [ '-$X-$Y-' ]); - t.same(parse('qrs"$zzz"wxy', { zzz: 'tuv' }), [ 'qrstuvwxy' ]); - t.same(parse("qrs'$zzz'wxy", { zzz: 'tuv' }), [ 'qrs$zzzwxy' ]); - t.same(parse("qrs${zzz}wxy"), [ 'qrswxy' ]); - t.same(parse("qrs$wxy $"), [ 'qrs', '$' ]); - t.same(parse('grep "xy$"'), [ 'grep', 'xy$' ]); - t.same(parse("ab$x", { x: 'c' }), [ 'abc' ]); - t.same(parse("ab\\$x", { x: 'c' }), [ 'ab$x' ]); - t.same(parse("ab${x}def", { x: 'c' }), [ 'abcdef' ]); - t.same(parse("ab\\${x}def", { x: 'c' }), [ 'ab${x}def' ]); - t.same(parse('"ab\\${x}def"', { x: 'c' }), [ 'ab${x}def' ]); - - t.end(); -}); - -test('environment variables with metacharacters', function (t) { - t.same(parse('a $XYZ c', { XYZ: '"b"' }), [ 'a', '"b"', 'c' ]); - t.same(parse('a $XYZ c', { XYZ: '$X', X: 5 }), [ 'a', '$X', 'c' ]); - t.same(parse('a"$XYZ"c', { XYZ: "'xyz'" }), [ "a'xyz'c" ]); - - t.end(); -}); - -test('special shell parameters', function (t) { - var chars = '*@#?-$!0_'.split(''); - t.plan(chars.length); - - chars.forEach(function (c) { - var env = {}; - env[c] = 'xxx'; - t.same(parse('a $' + c + ' c', env), [ 'a', 'xxx', 'c' ]); - }); -}); diff --git a/2019-setembro/node_modules/shell-quote/test/env_fn.js b/2019-setembro/node_modules/shell-quote/test/env_fn.js deleted file mode 100644 index b9f3c20..0000000 --- a/2019-setembro/node_modules/shell-quote/test/env_fn.js +++ /dev/null @@ -1,19 +0,0 @@ -var test = require('tape'); -var parse = require('../').parse; - -test('functional env expansion', function (t) { - t.plan(4); - - t.same(parse('a $XYZ c', getEnv), [ 'a', 'xxx', 'c' ]); - t.same(parse('a $XYZ c', getEnvObj), [ 'a', { op: '@@' }, 'c' ]); - t.same(parse('a${XYZ}c', getEnvObj), [ 'a', { op: '@@' }, 'c' ]); - t.same(parse('"a $XYZ c"', getEnvObj), [ 'a ', { op: '@@' }, ' c' ]); - - function getEnv (key) { - return 'xxx'; - } - - function getEnvObj (key) { - return { op: '@@' }; - } -}); diff --git a/2019-setembro/node_modules/shell-quote/test/op.js b/2019-setembro/node_modules/shell-quote/test/op.js deleted file mode 100644 index 7aa9b49..0000000 --- a/2019-setembro/node_modules/shell-quote/test/op.js +++ /dev/null @@ -1,78 +0,0 @@ -var test = require('tape'); -var parse = require('../').parse; - -test('single operators', function (t) { - t.same(parse('beep | boop'), [ 'beep', { op: '|' }, 'boop' ]); - t.same(parse('beep|boop'), [ 'beep', { op: '|' }, 'boop' ]); - t.same(parse('beep \\| boop'), [ 'beep', '|', 'boop' ]); - t.same(parse('beep "|boop"'), [ 'beep', '|boop' ]); - - t.same(parse('echo zing &'), [ 'echo', 'zing', { op: '&' } ]); - t.same(parse('echo zing&'), [ 'echo', 'zing', { op: '&' } ]); - t.same(parse('echo zing\\&'), [ 'echo', 'zing&' ]); - t.same(parse('echo "zing\\&"'), [ 'echo', 'zing\\&' ]); - - t.same(parse('beep;boop'), [ 'beep', { op: ';' }, 'boop' ]); - t.same(parse('(beep;boop)'), [ - { op: '(' }, 'beep', { op: ';' }, 'boop', { op: ')' } - ]); - - t.same(parse('beep>boop'), [ 'beep', { op: '>' }, 'boop' ]); - t.same(parse('beep 2>boop'), [ 'beep', '2', { op: '>' }, 'boop' ]); - t.same(parse('beep>blip'), - [ 'beep', { op: ';;' }, 'boop', { op: '|&' }, 'byte', { op: '>>' }, 'blip' ] - ); - - t.same(parse('beep 2>&1'), [ 'beep', '2', { op: '>&' }, '1' ]); - - t.same( - parse('beep<(boop)'), - [ 'beep', { op: '<(' }, 'boop', { op: ')' } ] - ); - t.same( - parse('beep<<(boop)'), - [ 'beep', { op: '<' }, { op: '<(' }, 'boop', { op: ')' } ] - ); - - t.end(); -}); - -test('glob patterns', function (t) { - t.same( - parse('tap test/*.test.js'), - [ 'tap', { op: 'glob', pattern: 'test/*.test.js' } ] - ); - - t.same(parse('tap "test/*.test.js"'), ['tap', 'test/*.test.js']); - t.end(); -}) diff --git a/2019-setembro/node_modules/shell-quote/test/parse.js b/2019-setembro/node_modules/shell-quote/test/parse.js deleted file mode 100644 index 2df4419..0000000 --- a/2019-setembro/node_modules/shell-quote/test/parse.js +++ /dev/null @@ -1,23 +0,0 @@ -var test = require('tape'); -var parse = require('../').parse; - -test('parse shell commands', function (t) { - t.same(parse('a \'b\' "c"'), [ 'a', 'b', 'c' ]); - t.same( - parse('beep "boop" \'foo bar baz\' "it\'s \\"so\\" groovy"'), - [ 'beep', 'boop', 'foo bar baz', 'it\'s "so" groovy' ] - ); - t.same(parse('a b\\ c d'), [ 'a', 'b c', 'd' ]); - t.same(parse('\\$beep bo\\`op'), [ '$beep', 'bo`op' ]); - t.same(parse('echo "foo = \\"foo\\""'), [ 'echo', 'foo = "foo"' ]); - t.same(parse(''), []); - t.same(parse(' '), []); - t.same(parse("\t"), []); - t.same(parse('a"b c d"e'), [ 'ab c de' ]); - t.same(parse('a\\ b"c d"\\ e f'), [ 'a bc d e', 'f' ]); - t.same(parse('a\\ b"c d"\\ e\'f g\' h'), [ 'a bc d ef g', 'h' ]); - t.same(parse("x \"bl'a\"'h'"), ['x', "bl'ah"]) - t.same(parse("x bl^'a^'h'", {}, { escape: '^'}), ['x', "bl'a'h"]); - - t.end(); -}); diff --git a/2019-setembro/node_modules/shell-quote/test/quote.js b/2019-setembro/node_modules/shell-quote/test/quote.js deleted file mode 100644 index 7c31f01..0000000 --- a/2019-setembro/node_modules/shell-quote/test/quote.js +++ /dev/null @@ -1,42 +0,0 @@ -var test = require('tape'); -var quote = require('../').quote; - -test('quote', function (t) { - t.equal(quote([ 'a', 'b', 'c d' ]), 'a b \'c d\''); - t.equal( - quote([ 'a', 'b', "it's a \"neat thing\"" ]), - 'a b "it\'s a \\"neat thing\\""' - ); - t.equal( - quote([ '$', '`', '\'' ]), - '\\$ \\` "\'"' - ); - t.equal(quote([]), ''); - t.equal(quote(["a\nb"]), "'a\nb'"); - t.equal(quote([' #(){}*|][!']), "' #(){}*|][!'"); - t.equal(quote(["'#(){}*|][!"]), '"\'#(){}*|][\\!"'); - t.equal(quote(["X#(){}*|][!"]), "X\\#\\(\\)\\{\\}\\*\\|\\]\\[\\!"); - t.equal(quote(["a\n#\nb"]), "'a\n#\nb'"); - t.equal(quote(['><;{}']), '\\>\\<\\;\\{\\}'); - t.equal(quote([ 'a', 1, true, false ]), 'a 1 true false'); - t.equal(quote([ 'a', 1, null, undefined ]), 'a 1 null undefined'); - t.equal(quote([ 'a\\x' ]), 'a\\\\x'); - t.end(); -}); - -test('quote ops', function (t) { - t.equal(quote([ 'a', { op: '|' }, 'b' ]), 'a \\| b'); - t.equal( - quote([ 'a', { op: '&&' }, 'b', { op: ';' }, 'c' ]), - 'a \\&\\& b \\; c' - ); - t.end(); -}); - -test('quote windows paths', { skip: 'breaking change, disabled until 2.x' }, function (t) { - var path = 'C:\\projects\\node-shell-quote\\index.js' - - t.equal(quote([path, 'b', 'c d']), 'C:\\projects\\node-shell-quote\\index.js b \'c d\'') - - t.end() -}) diff --git a/2019-setembro/node_modules/shell-quote/test/set.js b/2019-setembro/node_modules/shell-quote/test/set.js deleted file mode 100644 index ac45cf1..0000000 --- a/2019-setembro/node_modules/shell-quote/test/set.js +++ /dev/null @@ -1,29 +0,0 @@ -var test = require('tape'); -var parse = require('../').parse; - -test('set env vars', function (t) { - t.same( - parse('ABC=444 x y z'), - [ 'ABC=444', 'x', 'y', 'z' ] - ); - t.same( - parse('ABC=3\\ 4\\ 5 x y z'), - [ 'ABC=3 4 5', 'x', 'y', 'z' ] - ); - t.same( - parse('X="7 8 9" printx'), - [ 'X=7 8 9', 'printx' ] - ); - t.same( - parse('X="7 8 9"; printx'), - [ 'X=7 8 9', { op: ';' }, 'printx' ] - ); - t.same( - parse('X="7 8 9"; printx', function (key) { - t.fail('should not have matched any keys'); - }), - [ 'X=7 8 9', { op: ';' }, 'printx' ] - ); - - t.end(); -}); diff --git a/2019-setembro/node_modules/sirv-cli/boot.js b/2019-setembro/node_modules/sirv-cli/boot.js deleted file mode 100644 index e128d86..0000000 --- a/2019-setembro/node_modules/sirv-cli/boot.js +++ /dev/null @@ -1,78 +0,0 @@ -const sirv = require('sirv'); -const colors = require('kleur'); -const { resolve } = require('path'); -const clear = require('console-clear'); -const { createServer } = require('http'); -const access = require('local-access'); -const tinydate = require('tinydate'); -const toPort = require('get-port'); - -const PAD = ' '; -const { HOST, PORT } = process.env; -const stamp = tinydate('{HH}:{mm}:{ss}'); - -function toTime() { - return '[' + colors.magenta(stamp()) + '] '; -} - -function toMS(arr) { - return colors.white().bold(`${(arr[1] / 1e6).toFixed(2)}ms`); -} - -function toCode(code) { - let fn = code >= 400 ? 'red' : code > 300 ? 'yellow' : 'green'; - return colors[fn](code); -} - -module.exports = function (dir, opts) { - let fn; - dir = resolve(dir || '.'); - opts.maxAge = opts.m; - - if (opts.cors) { - opts.setHeaders = res => { - res.setHeader('Access-Control-Allow-Origin', '*'); - res.setHeader('Access-Control-Allow-Headers', 'Origin, Content-Type, Accept, Range'); - } - } - - if (opts.single) { - opts.onNoMatch = (req, res) => (req.path='/',fn(req, res, () => (res.statusCode=404,res.end()))); - } - - fn = sirv(dir, opts); - let server = createServer(fn); - let { hrtime, stdout } = process; - - if (!opts.quiet) { - let uri, dur, start, dash=colors.gray(' ─ '); - server.on('request', (req, res) => { - start = hrtime(); - req.once('end', _ => { - dur = hrtime(start); - uri = req.originalUrl || req.url; - stdout.write(PAD + toTime() + toCode(res.statusCode) + dash + toMS(dur) + dash + uri + '\n'); - }); - }); - } - - opts.port = PORT || opts.port; - toPort(opts.port).then(port => { - let https = !!opts.ssl; // TODO - let isOther = port != opts.port; - let hostname = HOST || opts.host || '0.0.0.0'; - server.listen(port, hostname, err => { - if (err) throw err; - if (opts.quiet) return; - - clear(true); // wipe screen, but not history - let { local, network } = access({ port, hostname, https }); - stdout.write('\n' + PAD + colors.green('Your application is ready~! 🚀\n\n')); - isOther && stdout.write(PAD + colors.italic().dim(`➡ Port ${opts.port} is taken; using ${port} instead\n\n`)); - stdout.write(PAD + `${colors.bold('- Local:')} ${local}\n`); - /localhost/i.test(hostname) || stdout.write(PAD + `${colors.bold('- Network:')} ${network}\n`); - let border = '─'.repeat(Math.min(stdout.columns, 36) / 2); - stdout.write('\n' + border + colors.inverse(' LOGS ') + border + '\n\n'); - }); - }); -} diff --git a/2019-setembro/node_modules/sirv-cli/index.js b/2019-setembro/node_modules/sirv-cli/index.js deleted file mode 100755 index 0e71c26..0000000 --- a/2019-setembro/node_modules/sirv-cli/index.js +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env node -const sade = require('sade'); -const pkg = require('./package'); -const boot = require('./boot'); - -sade('sirv') - .version(pkg.version) - .example('build --cors --port 8080') - .example('start build --cors --port 8080') - .example('public --quiet --etag --maxage 31536000 --immutable') - .example('start public -qeim 31536000') - .example('--port 8080 --etag') - .example('my-app --dev') - .command('start [dir]', 'Start a static file server.', { default:true }) - .option('-D, --dev', 'Enable "dev" mode') - .option('-e, --etag', 'Enable "Etag" header') - .option('-d, --dotfiles', 'Enable dotfile asset requests') - .option('-c, --cors', 'Enable "CORS" headers to allow any origin requestor') - .option('-m, --maxage', 'Enable "Cache-Control" header & define its "max-age" value (sec)') - .option('-i, --immutable', 'Enable the "immutable" directive for "Cache-Control" header') - .option('-s, --single', 'Serve single-page applications') - .option('-q, --quiet', 'Disable logging to terminal') - .option('-H, --host', 'Hostname to bind', 'localhost') - .option('-p, --port', 'Port to bind', 5000) - .action(boot) - .parse(process.argv); diff --git a/2019-setembro/node_modules/sirv-cli/package.json b/2019-setembro/node_modules/sirv-cli/package.json deleted file mode 100644 index e5c3695..0000000 --- a/2019-setembro/node_modules/sirv-cli/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "sirv-cli", - "version": "0.4.4", - "description": "A lightweight CLI program to serve static sites~!", - "repository": "lukeed/sirv", - "license": "MIT", - "files": [ - "*.js" - ], - "bin": { - "sirv": "index.js" - }, - "author": { - "name": "Luke Edwards", - "email": "luke@lukeed.com", - "url": "https://lukeed.com" - }, - "engines": { - "node": ">= 6" - }, - "dependencies": { - "console-clear": "^1.1.0", - "get-port": "^3.2.0", - "kleur": "^3.0.0", - "local-access": "^1.0.1", - "sade": "^1.4.0", - "sirv": "^0.4.2", - "tinydate": "^1.0.0" - } -} diff --git a/2019-setembro/node_modules/sirv-cli/readme.md b/2019-setembro/node_modules/sirv-cli/readme.md deleted file mode 100644 index f56b4d7..0000000 --- a/2019-setembro/node_modules/sirv-cli/readme.md +++ /dev/null @@ -1,94 +0,0 @@ -
    - sirv-cli -
    - -

    sirv-cli

    - - - -
    A lightweight CLI program to serve static sites~!
    - -
    - -Quickly start a server to preview the assets of _any_ directory! - -Just like [`serve`](https://github.com/zeit/serve), you may install and use `sirv-cli` globally or on a per-project basis. - - -## Install - -``` -$ npm install --save sirv-cli -``` - -> **Note:** This module can also be installed and used globally~! - -## Usage - -Running `sirv` as a standalone command is an alias of `sirv start`, with the sole exception of displaying help text! - -> **Note:** This is because `sirv-cli` may include new commands in the future.
    For example, compression may be extracted to a `compress` command, or `watch` may be added. - -``` -$ sirv --help - - Usage - $ sirv [options] - - Available Commands - start Start a static file server. - - For more info, run any command with the `--help` flag - $ sirv start --help - - Options - -v, --version Displays current version - -h, --help Displays this message - - Examples - $ sirv build --cors --port 8080 - $ sirv start build --cors --port 8080 - $ sirv public --quiet --etag --maxage 31536000 --immutable - $ sirv start public -qeim 31536000 - $ sirv --port 8080 --etag -``` - -``` -$ sirv start --help - - Description - Start a static file server. - - Usage - $ sirv start [dir] [options] - - Options - -D, --dev Enable "dev" mode - -e, --etag Enable "Etag" header - -d, --dotfiles Enable dotfile asset requests - -c, --cors Enable "CORS" headers to allow any origin requestor - -m, --maxage Enable "Cache-Control" header & define its "max-age" value (sec) - -i, --immutable Enable the "immutable" directive for "Cache-Control" header - -s, --single Serve single-page applications - -q, --quiet Disable logging to terminal - -H, --host Hostname to bind (default localhost) - -p, --port Port to bind (default 5000) - -h, --help Displays this message -``` - -> **Note:** The `HOST` and `PORT` environment variables will override flag values. - - -## License - -MIT © [Luke Edwards](https://lukeed.com) diff --git a/2019-setembro/node_modules/sirv/index.js b/2019-setembro/node_modules/sirv/index.js deleted file mode 100644 index caa9be0..0000000 --- a/2019-setembro/node_modules/sirv/index.js +++ /dev/null @@ -1,125 +0,0 @@ -const fs = require('fs'); -const { join, resolve } = require('path'); -const parser = require('@polka/url'); -const mime = require('mime/lite'); - -const FILES = {}; -const noop = () => {}; - -function toAssume(uri, extns) { - let i=0, x, len=uri.length - 1; - if (uri.charCodeAt(len) === 47) { - uri = uri.substring(0, len); - } - - let arr=[], tmp=`${uri}/index`; - for (; i < extns.length; i++) { - x = '.' + extns[i]; - if (uri) arr.push(uri + x); - arr.push(tmp + x); - } - - return arr; -} - -function find(uri, extns) { - let i=0, data, arr=toAssume(uri, extns); - for (; i < arr.length; i++) { - if (data = FILES[arr[i]]) return data; - } -} - -function is404(req, res) { - return (res.statusCode=404,res.end()); -} - -function list(dir, fn, pre='') { - let i=0, abs, stats; - let arr = fs.readdirSync(dir); - for (; i < arr.length; i++) { - abs = join(dir, arr[i]); - stats = fs.statSync(abs); - stats.isDirectory() - ? list(abs, fn, join(pre, arr[i])) - : fn(join(pre, arr[i]), abs, stats); - } -} - -function send(req, res, file, stats, headers={}) { - let code=200, opts={}; - - if (req.headers.range) { - code = 206; - let [x, y] = req.headers.range.replace('bytes=', '').split('-'); - let end = opts.end = parseInt(y, 10) || stats.size - 1; - let start = opts.start = parseInt(x, 10) || 0; - - if (start >= stats.size || end >= stats.size) { - res.setHeader('Content-Range', `bytes */${stats.size}`); - res.statusCode = 416; - return res.end(); - } - - headers['Content-Range'] = `bytes ${start}-${end}/${stats.size}`; - headers['Content-Length'] = (end - start + 1); - headers['Accept-Ranges'] = 'bytes'; - } - - res.writeHead(code, headers); - fs.createReadStream(file, opts).pipe(res); -} - -module.exports = function (dir, opts={}) { - dir = resolve(dir || '.'); - - let isNotFound = opts.onNoMatch || is404; - let extensions = opts.extensions || ['html', 'htm']; - let setHeaders = opts.setHeaders || noop; - - if (opts.dev) { - return function (req, res, next) { - let stats, file, uri=decodeURIComponent(req.path || req.pathname || parser(req).pathname); - let arr = [uri].concat(toAssume(uri, extensions)).map(x => join(dir, x)).filter(fs.existsSync); - while (file = arr.shift()) { - stats = fs.statSync(file); - if (stats.isDirectory()) continue; - setHeaders(res, uri, stats); - return send(req, res, file, stats, { - 'Content-Type': mime.getType(file), - 'Last-Modified': stats.mtime.toUTCString(), - 'Content-Length': stats.size, - }); - } - return next ? next() : isNotFound(req, res); - } - } - - let cc = opts.maxAge != null && `public,max-age=${opts.maxAge}`; - if (cc && opts.immutable) cc += ',immutable'; - - list(dir, (name, abs, stats) => { - if (!opts.dotfiles && name.charAt(0) === '.') { - return; - } - - let headers = { - 'Content-Length': stats.size, - 'Content-Type': mime.getType(name), - 'Last-Modified': stats.mtime.toUTCString(), - }; - - if (cc) headers['Cache-Control'] = cc; - if (opts.etag) headers['ETag'] = `W/"${stats.size}-${stats.mtime.getTime()}"`; - - FILES['/' + name.replace(/\\+/g, '/')] = { abs, stats, headers }; - }); - - return function (req, res, next) { - let pathname = decodeURIComponent(req.path || req.pathname || parser(req).pathname); - let data = FILES[pathname] || find(pathname, extensions); - if (!data) return next ? next() : isNotFound(req, res); - - setHeaders(res, pathname, data.stats); - send(req, res, data.abs, data.stats, data.headers); - }; -} diff --git a/2019-setembro/node_modules/sirv/node_modules/.bin/mime b/2019-setembro/node_modules/sirv/node_modules/.bin/mime deleted file mode 120000 index 210a0bd..0000000 --- a/2019-setembro/node_modules/sirv/node_modules/.bin/mime +++ /dev/null @@ -1 +0,0 @@ -../../../mime/cli.js \ No newline at end of file diff --git a/2019-setembro/node_modules/sirv/package.json b/2019-setembro/node_modules/sirv/package.json deleted file mode 100644 index 7c25891..0000000 --- a/2019-setembro/node_modules/sirv/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "sirv", - "version": "0.4.2", - "description": "The optimized & lightweight middleware for serving requests to static assets", - "repository": "lukeed/sirv", - "license": "MIT", - "files": [ - "*.js" - ], - "author": { - "name": "Luke Edwards", - "email": "luke@lukeed.com", - "url": "https://lukeed.com" - }, - "engines": { - "node": ">= 6" - }, - "dependencies": { - "@polka/url": "^0.5.0", - "mime": "^2.3.1" - } -} diff --git a/2019-setembro/node_modules/sirv/readme.md b/2019-setembro/node_modules/sirv/readme.md deleted file mode 100644 index 475736e..0000000 --- a/2019-setembro/node_modules/sirv/readme.md +++ /dev/null @@ -1,122 +0,0 @@ -# sirv [![Build Status](https://travis-ci.org/lukeed/sirv.svg?branch=master)](https://travis-ci.org/lukeed/sirv) - -> The optimized and lightweight middleware for serving requests to static assets - -You may use `sirv` as a *very* fast and lightweight alternative to [`serve-static`](https://www.npmjs.com/package/serve-static). While (currently), `sirv` may not have the same options, it handles the majority of use cases without a hitch! - -The massive performance advantage over `serve-static` is explained by **not** relying on the file system for existence checks on every request. These are expensive interactions & must be avoided whenever possible! Instead, `sirv` performs all its work upfront and recycles the initial resultset for existence checks & writing header values based on files' stats. - -This middleware will work out of the box for [Polka](https://github.com/lukeed/polka) and other Express-like frameworks. It requires _very_ little effort to modify/wrap it for servers that don't accept the `(req, res, next)` signature. - -:bulb: For a feature-complete CLI application, check out the sibling [`sirv-cli`](https://github.com/lukeed/sirv/tree/master/packages/sirv-cli) package as an alternative to [`zeit/serve`](https://github.com/zeit/serve)~! - -## Install - -``` -$ npm install --save sirv -``` - - -## Usage - -```js -const sirv = require('sirv'); -const polka = require('polka'); -const compress = require('compression')(); - -// Init `sirv` handler -const assets = sirv('public', { - maxAge: 31536000, // 1Y - immutable: true -}); - -polka() - .use(compress, assets) - .use('/api', require('./api')) - .listen(3000) - .then(() => { - console.log('> Ready on localhost:3000~!'); - }); -``` - - -## API - -### sirv(dir, opts={}) - -Returns: `Function` - -The returned function is a middleware in the standard Express-like signature: `(req, res, next)`, where `req` is the [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage), `res` is the [`http.ServerResponse`](https://nodejs.org/dist/latest-v9.x/docs/api/http.html#http_class_http_serverresponse), and `next` (in this case) is the function to call if no file was found for the given path. - -For `sirv`, the `next()` callback is functionally synonymous with [`opts.onNoMatch`](#optsonnomatch); however `next()` is given priority if/when defined and **will not** receive the `res` as an argument. - -#### dir -Type: `String`
    -Default: `.` - -The directory from which to read and serve assets. It is resolved to an absolute path — you must provide an absolute path yourself if `process.cwd()` is not the correct assumption. - -#### opts.dev -Type: `Boolean`
    -Default: `false` - -Enable "dev" mode, which disables/skips caching. Instead, `sirv` will traverse the file system ***on every request***. - -Additionally, `dev` mode will ignore `maxAge`, `immutable`, `etag`, and `setHeaders` as these options are geared towards production response headers. - -> **Important:** Do not use `dev` mode in production! - -#### opts.etag -Type: `Boolean`
    -Default: `false` - -Generate and attach an `ETag` header to responses. - -#### opts.dotfiles -Type: `Boolean`
    -Default: `false` - -Allow requests to dotfiles (files or directories beginning with a `.`). - -#### opts.extensions -Type: `Array`
    -Default: `['html', 'htm']` - -The file extension fallbacks to check for if a pathame is not initially found. For example, if a `/login` request cannot find a `login` filename, it will then look for `login.html` and `login.htm` before giving up~! - -> **Important:** Actually, `sirv` will **also** look for `login/index.html` and `login/index.htm` before calling it quits. - -#### opts.maxAge -Type: `Number`
    -Default: `undefined` - -Enables the `Cache-Control` header on responses & sets the `max-age` value (in seconds). For example `31536000` is equivalent to one year. - -#### opts.immutable -Type: `Boolean`
    -Default: `false` - -Appends the [`immutable` directive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#Revalidation_and_reloading) on your `Cache-Control` header, used for uniquely-named assets that will not change! - -> **Note:** Requires `opts.maxAge` to contain a value! - -#### opts.onNoMatch -Type: `Function` - -A custom function to run if a file cannot be found for a given request.
    By default, `sirv` will send a basic `(404) Not found` response. - -The function receives the current `req , res ` pair for as its two arguments. - -> **Note:** This won't run if a `next` callback has been provided to the middleware; see [`sirv`](#sirvdir-opts) description. - -#### opts.setHeaders -Type: `Function` - -A custom function to append or change any headers on the outgoing response. There is no default. - -Its signature is `(res, pathname, stats)`, where `res` is the `ServerResponse`, `pathname` is incoming request path (stripped of queries), and `stats` is the file's result from [`fs.statSync`](https://nodejs.org/api/fs.html#fs_fs_statsync_path). - - -## License - -MIT © [Luke Edwards](https://lukeed.com) diff --git a/2019-setembro/node_modules/snapdragon-node/LICENSE b/2019-setembro/node_modules/snapdragon-node/LICENSE deleted file mode 100644 index 9a1c856..0000000 --- a/2019-setembro/node_modules/snapdragon-node/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/snapdragon-node/README.md b/2019-setembro/node_modules/snapdragon-node/README.md deleted file mode 100644 index 2300a3c..0000000 --- a/2019-setembro/node_modules/snapdragon-node/README.md +++ /dev/null @@ -1,453 +0,0 @@ -# snapdragon-node [![NPM version](https://img.shields.io/npm/v/snapdragon-node.svg?style=flat)](https://www.npmjs.com/package/snapdragon-node) [![NPM monthly downloads](https://img.shields.io/npm/dm/snapdragon-node.svg?style=flat)](https://npmjs.org/package/snapdragon-node) [![NPM total downloads](https://img.shields.io/npm/dt/snapdragon-node.svg?style=flat)](https://npmjs.org/package/snapdragon-node) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/snapdragon-node.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/snapdragon-node) - -> Snapdragon utility for creating a new AST node in custom code, such as plugins. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save snapdragon-node -``` - -## Usage - -With [snapdragon](https://github.com/jonschlinkert/snapdragon) v0.9.0 and higher you can use `this.node()` to create a new `Node`, whenever it makes sense. - -```js -var Node = require('snapdragon-node'); -var Snapdragon = require('snapdragon'); -var snapdragon = new Snapdragon(); - -// example usage inside a parser visitor function -snapdragon.parser.set('foo', function() { - // get the current "start" position - var pos = this.position(); - - // returns the match if regex matches the substring - // at the current position on `parser.input` - var match = this.match(/foo/); - if (match) { - // call "pos" on the node, to set the start and end - // positions, and return the node to push it onto the AST - // (snapdragon will push the node onto the correct - // nodes array, based on the stack) - return pos(new Node({type: 'bar', val: match[0]})); - } -}); -``` - -## API - -### [Node](index.js#L22) - -Create a new AST `Node` with the given `val` and `type`. - -**Params** - -* `val` **{String|Object}**: Pass a matched substring, or an object to merge onto the node. -* `type` **{String}**: The node type to use when `val` is a string. -* `returns` **{Object}**: node instance - -**Example** - -```js -var node = new Node('*', 'Star'); -var node = new Node({type: 'star', val: '*'}); -``` - -### [.isNode](index.js#L61) - -Returns true if the given value is a node. - -**Params** - -* `node` **{Object}** -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var node = new Node({type: 'foo'}); -console.log(Node.isNode(node)); //=> true -console.log(Node.isNode({})); //=> false -``` - -### [.define](index.js#L80) - -Define a non-enumberable property on the node instance. Useful for adding properties that shouldn't be extended or visible during debugging. - -**Params** - -* `name` **{String}** -* `val` **{any}** -* `returns` **{Object}**: returns the node instance - -**Example** - -```js -var node = new Node(); -node.define('foo', 'something non-enumerable'); -``` - -### [.isEmpty](index.js#L100) - -Returns true if `node.val` is an empty string, or `node.nodes` does not contain any non-empty text nodes. - -**Params** - -* `fn` **{Function}**: (optional) Filter function that is called on `node` and/or child nodes. `isEmpty` will return false immediately when the filter function returns false on any nodes. -* `returns` **{Boolean}** - -**Example** - -```js -var node = new Node({type: 'text'}); -node.isEmpty(); //=> true -node.val = 'foo'; -node.isEmpty(); //=> false -``` - -### [.push](index.js#L118) - -Given node `foo` and node `bar`, push node `bar` onto `foo.nodes`, and set `foo` as `bar.parent`. - -**Params** - -* `node` **{Object}** -* `returns` **{Number}**: Returns the length of `node.nodes` - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -foo.push(bar); -``` - -### [.unshift](index.js#L140) - -Given node `foo` and node `bar`, unshift node `bar` onto `foo.nodes`, and set `foo` as `bar.parent`. - -**Params** - -* `node` **{Object}** -* `returns` **{Number}**: Returns the length of `node.nodes` - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -foo.unshift(bar); -``` - -### [.pop](index.js#L167) - -Pop a node from `node.nodes`. - -* `returns` **{Number}**: Returns the popped `node` - -**Example** - -```js -var node = new Node({type: 'foo'}); -node.push(new Node({type: 'a'})); -node.push(new Node({type: 'b'})); -node.push(new Node({type: 'c'})); -node.push(new Node({type: 'd'})); -console.log(node.nodes.length); -//=> 4 -node.pop(); -console.log(node.nodes.length); -//=> 3 -``` - -### [.shift](index.js#L190) - -Shift a node from `node.nodes`. - -* `returns` **{Object}**: Returns the shifted `node` - -**Example** - -```js -var node = new Node({type: 'foo'}); -node.push(new Node({type: 'a'})); -node.push(new Node({type: 'b'})); -node.push(new Node({type: 'c'})); -node.push(new Node({type: 'd'})); -console.log(node.nodes.length); -//=> 4 -node.shift(); -console.log(node.nodes.length); -//=> 3 -``` - -### [.remove](index.js#L205) - -Remove `node` from `node.nodes`. - -**Params** - -* `node` **{Object}** -* `returns` **{Object}**: Returns the removed node. - -**Example** - -```js -node.remove(childNode); -``` - -### [.find](index.js#L231) - -Get the first child node from `node.nodes` that matches the given `type`. If `type` is a number, the child node at that index is returned. - -**Params** - -* `type` **{String}** -* `returns` **{Object}**: Returns a child node or undefined. - -**Example** - -```js -var child = node.find(1); //<= index of the node to get -var child = node.find('foo'); //<= node.type of a child node -var child = node.find(/^(foo|bar)$/); //<= regex to match node.type -var child = node.find(['foo', 'bar']); //<= array of node.type(s) -``` - -### [.isType](index.js#L249) - -Return true if the node is the given `type`. - -**Params** - -* `type` **{String}** -* `returns` **{Boolean}** - -**Example** - -```js -var node = new Node({type: 'bar'}); -cosole.log(node.isType('foo')); // false -cosole.log(node.isType(/^(foo|bar)$/)); // true -cosole.log(node.isType(['foo', 'bar'])); // true -``` - -### [.hasType](index.js#L270) - -Return true if the `node.nodes` has the given `type`. - -**Params** - -* `type` **{String}** -* `returns` **{Boolean}** - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -foo.push(bar); - -cosole.log(foo.hasType('qux')); // false -cosole.log(foo.hasType(/^(qux|bar)$/)); // true -cosole.log(foo.hasType(['qux', 'bar'])); // true -``` - -* `returns` **{Array}** - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -var baz = new Node({type: 'baz'}); -foo.push(bar); -foo.push(baz); - -console.log(bar.siblings.length) // 2 -console.log(baz.siblings.length) // 2 -``` - -* `returns` **{Number}** - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -var baz = new Node({type: 'baz'}); -var qux = new Node({type: 'qux'}); -foo.push(bar); -foo.push(baz); -foo.unshift(qux); - -console.log(bar.index) // 1 -console.log(baz.index) // 2 -console.log(qux.index) // 0 -``` - -* `returns` **{Object}** - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -var baz = new Node({type: 'baz'}); -foo.push(bar); -foo.push(baz); - -console.log(baz.prev.type) // 'bar' -``` - -* `returns` **{Object}** - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -var baz = new Node({type: 'baz'}); -foo.push(bar); -foo.push(baz); - -console.log(bar.siblings.length) // 2 -console.log(baz.siblings.length) // 2 -``` - -* `returns` **{Object}**: The first node, or undefiend - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -var baz = new Node({type: 'baz'}); -var qux = new Node({type: 'qux'}); -foo.push(bar); -foo.push(baz); -foo.push(qux); - -console.log(foo.first.type) // 'bar' -``` - -* `returns` **{Object}**: The last node, or undefiend - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -var baz = new Node({type: 'baz'}); -var qux = new Node({type: 'qux'}); -foo.push(bar); -foo.push(baz); -foo.push(qux); - -console.log(foo.last.type) // 'qux' -``` - -* `returns` **{Object}**: The last node, or undefiend - -**Example** - -```js -var foo = new Node({type: 'foo'}); -var bar = new Node({type: 'bar'}); -var baz = new Node({type: 'baz'}); -var qux = new Node({type: 'qux'}); -foo.push(bar); -foo.push(baz); -foo.push(qux); - -console.log(foo.last.type) // 'qux' -``` - -## Release history - -Changelog entries are classified using the following labels from [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog): - -* `added`: for new features -* `changed`: for changes in existing functionality -* `deprecated`: for once-stable features removed in upcoming releases -* `removed`: for deprecated features removed in this release -* `fixed`: for any bug fixes - -Custom labels used in this changelog: - -* `dependencies`: bumps dependencies -* `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories. - -### [2.0.0] - 2017-05-01 - -**Changed** - -* `.unshiftNode` was renamed to [.unshift](#unshift) -* `.pushNode` was renamed to [.push](#push) -* `.getNode` was renamed to [.find](#find) - -**Added** - -* [.isNode](#isNode) -* [.isEmpty](#isEmpty) -* [.pop](#pop) -* [.shift](#shift) -* [.remove](#remove) - -### [0.1.0] - -First release. - -## About - -### Related projects - -* [breakdance](https://www.npmjs.com/package/breakdance): Breakdance is a node.js library for converting HTML to markdown. Highly pluggable, flexible and easy… [more](http://breakdance.io) | [homepage](http://breakdance.io "Breakdance is a node.js library for converting HTML to markdown. Highly pluggable, flexible and easy to use. It's time for your markup to get down.") -* [snapdragon-capture](https://www.npmjs.com/package/snapdragon-capture): Snapdragon plugin that adds a capture method to the parser instance. | [homepage](https://github.com/jonschlinkert/snapdragon-capture "Snapdragon plugin that adds a capture method to the parser instance.") -* [snapdragon-cheerio](https://www.npmjs.com/package/snapdragon-cheerio): Snapdragon plugin for converting a cheerio AST to a snapdragon AST. | [homepage](https://github.com/jonschlinkert/snapdragon-cheerio "Snapdragon plugin for converting a cheerio AST to a snapdragon AST.") -* [snapdragon-util](https://www.npmjs.com/package/snapdragon-util): Utilities for the snapdragon parser/compiler. | [homepage](https://github.com/jonschlinkert/snapdragon-util "Utilities for the snapdragon parser/compiler.") -* [snapdragon](https://www.npmjs.com/package/snapdragon): Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map… [more](https://github.com/jonschlinkert/snapdragon) | [homepage](https://github.com/jonschlinkert/snapdragon "Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map support.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards. - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 25, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon-node/index.js b/2019-setembro/node_modules/snapdragon-node/index.js deleted file mode 100644 index 0f66ff5..0000000 --- a/2019-setembro/node_modules/snapdragon-node/index.js +++ /dev/null @@ -1,492 +0,0 @@ -'use strict'; - -var isObject = require('isobject'); -var define = require('define-property'); -var utils = require('snapdragon-util'); -var ownNames; - -/** - * Create a new AST `Node` with the given `val` and `type`. - * - * ```js - * var node = new Node('*', 'Star'); - * var node = new Node({type: 'star', val: '*'}); - * ``` - * @name Node - * @param {String|Object} `val` Pass a matched substring, or an object to merge onto the node. - * @param {String} `type` The node type to use when `val` is a string. - * @return {Object} node instance - * @api public - */ - -function Node(val, type, parent) { - if (typeof type !== 'string') { - parent = type; - type = null; - } - - define(this, 'parent', parent); - define(this, 'isNode', true); - define(this, 'expect', null); - - if (typeof type !== 'string' && isObject(val)) { - lazyKeys(); - var keys = Object.keys(val); - for (var i = 0; i < keys.length; i++) { - var key = keys[i]; - if (ownNames.indexOf(key) === -1) { - this[key] = val[key]; - } - } - } else { - this.type = type; - this.val = val; - } -} - -/** - * Returns true if the given value is a node. - * - * ```js - * var Node = require('snapdragon-node'); - * var node = new Node({type: 'foo'}); - * console.log(Node.isNode(node)); //=> true - * console.log(Node.isNode({})); //=> false - * ``` - * @param {Object} `node` - * @returns {Boolean} - * @api public - */ - -Node.isNode = function(node) { - return utils.isNode(node); -}; - -/** - * Define a non-enumberable property on the node instance. - * Useful for adding properties that shouldn't be extended - * or visible during debugging. - * - * ```js - * var node = new Node(); - * node.define('foo', 'something non-enumerable'); - * ``` - * @param {String} `name` - * @param {any} `val` - * @return {Object} returns the node instance - * @api public - */ - -Node.prototype.define = function(name, val) { - define(this, name, val); - return this; -}; - -/** - * Returns true if `node.val` is an empty string, or `node.nodes` does - * not contain any non-empty text nodes. - * - * ```js - * var node = new Node({type: 'text'}); - * node.isEmpty(); //=> true - * node.val = 'foo'; - * node.isEmpty(); //=> false - * ``` - * @param {Function} `fn` (optional) Filter function that is called on `node` and/or child nodes. `isEmpty` will return false immediately when the filter function returns false on any nodes. - * @return {Boolean} - * @api public - */ - -Node.prototype.isEmpty = function(fn) { - return utils.isEmpty(this, fn); -}; - -/** - * Given node `foo` and node `bar`, push node `bar` onto `foo.nodes`, and - * set `foo` as `bar.parent`. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * foo.push(bar); - * ``` - * @param {Object} `node` - * @return {Number} Returns the length of `node.nodes` - * @api public - */ - -Node.prototype.push = function(node) { - assert(Node.isNode(node), 'expected node to be an instance of Node'); - define(node, 'parent', this); - - this.nodes = this.nodes || []; - return this.nodes.push(node); -}; - -/** - * Given node `foo` and node `bar`, unshift node `bar` onto `foo.nodes`, and - * set `foo` as `bar.parent`. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * foo.unshift(bar); - * ``` - * @param {Object} `node` - * @return {Number} Returns the length of `node.nodes` - * @api public - */ - -Node.prototype.unshift = function(node) { - assert(Node.isNode(node), 'expected node to be an instance of Node'); - define(node, 'parent', this); - - this.nodes = this.nodes || []; - return this.nodes.unshift(node); -}; - -/** - * Pop a node from `node.nodes`. - * - * ```js - * var node = new Node({type: 'foo'}); - * node.push(new Node({type: 'a'})); - * node.push(new Node({type: 'b'})); - * node.push(new Node({type: 'c'})); - * node.push(new Node({type: 'd'})); - * console.log(node.nodes.length); - * //=> 4 - * node.pop(); - * console.log(node.nodes.length); - * //=> 3 - * ``` - * @return {Number} Returns the popped `node` - * @api public - */ - -Node.prototype.pop = function() { - return this.nodes && this.nodes.pop(); -}; - -/** - * Shift a node from `node.nodes`. - * - * ```js - * var node = new Node({type: 'foo'}); - * node.push(new Node({type: 'a'})); - * node.push(new Node({type: 'b'})); - * node.push(new Node({type: 'c'})); - * node.push(new Node({type: 'd'})); - * console.log(node.nodes.length); - * //=> 4 - * node.shift(); - * console.log(node.nodes.length); - * //=> 3 - * ``` - * @return {Object} Returns the shifted `node` - * @api public - */ - -Node.prototype.shift = function() { - return this.nodes && this.nodes.shift(); -}; - -/** - * Remove `node` from `node.nodes`. - * - * ```js - * node.remove(childNode); - * ``` - * @param {Object} `node` - * @return {Object} Returns the removed node. - * @api public - */ - -Node.prototype.remove = function(node) { - assert(Node.isNode(node), 'expected node to be an instance of Node'); - this.nodes = this.nodes || []; - var idx = node.index; - if (idx !== -1) { - node.index = -1; - return this.nodes.splice(idx, 1); - } - return null; -}; - -/** - * Get the first child node from `node.nodes` that matches the given `type`. - * If `type` is a number, the child node at that index is returned. - * - * ```js - * var child = node.find(1); //<= index of the node to get - * var child = node.find('foo'); //<= node.type of a child node - * var child = node.find(/^(foo|bar)$/); //<= regex to match node.type - * var child = node.find(['foo', 'bar']); //<= array of node.type(s) - * ``` - * @param {String} `type` - * @return {Object} Returns a child node or undefined. - * @api public - */ - -Node.prototype.find = function(type) { - return utils.findNode(this.nodes, type); -}; - -/** - * Return true if the node is the given `type`. - * - * ```js - * var node = new Node({type: 'bar'}); - * cosole.log(node.isType('foo')); // false - * cosole.log(node.isType(/^(foo|bar)$/)); // true - * cosole.log(node.isType(['foo', 'bar'])); // true - * ``` - * @param {String} `type` - * @return {Boolean} - * @api public - */ - -Node.prototype.isType = function(type) { - return utils.isType(this, type); -}; - -/** - * Return true if the `node.nodes` has the given `type`. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * foo.push(bar); - * - * cosole.log(foo.hasType('qux')); // false - * cosole.log(foo.hasType(/^(qux|bar)$/)); // true - * cosole.log(foo.hasType(['qux', 'bar'])); // true - * ``` - * @param {String} `type` - * @return {Boolean} - * @api public - */ - -Node.prototype.hasType = function(type) { - return utils.hasType(this, type); -}; - -/** - * Get the siblings array, or `null` if it doesn't exist. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * var baz = new Node({type: 'baz'}); - * foo.push(bar); - * foo.push(baz); - * - * console.log(bar.siblings.length) // 2 - * console.log(baz.siblings.length) // 2 - * ``` - * @return {Array} - * @api public - */ - -Object.defineProperty(Node.prototype, 'siblings', { - set: function() { - throw new Error('node.siblings is a getter and cannot be defined'); - }, - get: function() { - return this.parent ? this.parent.nodes : null; - } -}); - -/** - * Get the node's current index from `node.parent.nodes`. - * This should always be correct, even when the parent adds nodes. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * var baz = new Node({type: 'baz'}); - * var qux = new Node({type: 'qux'}); - * foo.push(bar); - * foo.push(baz); - * foo.unshift(qux); - * - * console.log(bar.index) // 1 - * console.log(baz.index) // 2 - * console.log(qux.index) // 0 - * ``` - * @return {Number} - * @api public - */ - -Object.defineProperty(Node.prototype, 'index', { - set: function(index) { - define(this, 'idx', index); - }, - get: function() { - if (!Array.isArray(this.siblings)) { - return -1; - } - var tok = this.idx !== -1 ? this.siblings[this.idx] : null; - if (tok !== this) { - this.idx = this.siblings.indexOf(this); - } - return this.idx; - } -}); - -/** - * Get the previous node from the siblings array or `null`. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * var baz = new Node({type: 'baz'}); - * foo.push(bar); - * foo.push(baz); - * - * console.log(baz.prev.type) // 'bar' - * ``` - * @return {Object} - * @api public - */ - -Object.defineProperty(Node.prototype, 'prev', { - set: function() { - throw new Error('node.prev is a getter and cannot be defined'); - }, - get: function() { - if (Array.isArray(this.siblings)) { - return this.siblings[this.index - 1] || this.parent.prev; - } - return null; - } -}); - -/** - * Get the siblings array, or `null` if it doesn't exist. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * var baz = new Node({type: 'baz'}); - * foo.push(bar); - * foo.push(baz); - * - * console.log(bar.siblings.length) // 2 - * console.log(baz.siblings.length) // 2 - * ``` - * @return {Object} - * @api public - */ - -Object.defineProperty(Node.prototype, 'next', { - set: function() { - throw new Error('node.next is a getter and cannot be defined'); - }, - get: function() { - if (Array.isArray(this.siblings)) { - return this.siblings[this.index + 1] || this.parent.next; - } - return null; - } -}); - -/** - * Get the first node from `node.nodes`. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * var baz = new Node({type: 'baz'}); - * var qux = new Node({type: 'qux'}); - * foo.push(bar); - * foo.push(baz); - * foo.push(qux); - * - * console.log(foo.first.type) // 'bar' - * ``` - * @return {Object} The first node, or undefiend - * @api public - */ - -Object.defineProperty(Node.prototype, 'first', { - get: function() { - return this.nodes ? this.nodes[0] : null; - } -}); - -/** - * Get the last node from `node.nodes`. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * var baz = new Node({type: 'baz'}); - * var qux = new Node({type: 'qux'}); - * foo.push(bar); - * foo.push(baz); - * foo.push(qux); - * - * console.log(foo.last.type) // 'qux' - * ``` - * @return {Object} The last node, or undefiend - * @api public - */ - -Object.defineProperty(Node.prototype, 'last', { - get: function() { - return this.nodes ? utils.last(this.nodes) : null; - } -}); - -/** - * Get the last node from `node.nodes`. - * - * ```js - * var foo = new Node({type: 'foo'}); - * var bar = new Node({type: 'bar'}); - * var baz = new Node({type: 'baz'}); - * var qux = new Node({type: 'qux'}); - * foo.push(bar); - * foo.push(baz); - * foo.push(qux); - * - * console.log(foo.last.type) // 'qux' - * ``` - * @return {Object} The last node, or undefiend - * @api public - */ - -Object.defineProperty(Node.prototype, 'scope', { - get: function() { - if (this.isScope !== true) { - return this.parent ? this.parent.scope : this; - } - return this; - } -}); - -/** - * Get own property names from Node prototype, but only the - * first time `Node` is instantiated - */ - -function lazyKeys() { - if (!ownNames) { - ownNames = Object.getOwnPropertyNames(Node.prototype); - } -} - -/** - * Simplified assertion. Throws an error is `val` is falsey. - */ - -function assert(val, message) { - if (!val) throw new Error(message); -} - -/** - * Expose `Node` - */ - -exports = module.exports = Node; diff --git a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/LICENSE b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/LICENSE deleted file mode 100644 index ec85897..0000000 --- a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015, 2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/README.md b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/README.md deleted file mode 100644 index 2f1af05..0000000 --- a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/README.md +++ /dev/null @@ -1,95 +0,0 @@ -# define-property [![NPM version](https://img.shields.io/npm/v/define-property.svg?style=flat)](https://www.npmjs.com/package/define-property) [![NPM monthly downloads](https://img.shields.io/npm/dm/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![NPM total downloads](https://img.shields.io/npm/dt/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/define-property.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/define-property) - -> Define a non-enumerable property on an object. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save define-property -``` - -Install with [yarn](https://yarnpkg.com): - -```sh -$ yarn add define-property -``` - -## Usage - -**Params** - -* `obj`: The object on which to define the property. -* `prop`: The name of the property to be defined or modified. -* `descriptor`: The descriptor for the property being defined or modified. - -```js -var define = require('define-property'); -var obj = {}; -define(obj, 'foo', function(val) { - return val.toUpperCase(); -}); - -console.log(obj); -//=> {} - -console.log(obj.foo('bar')); -//=> 'BAR' -``` - -**get/set** - -```js -define(obj, 'foo', { - get: function() {}, - set: function() {} -}); -``` - -## About - -### Related projects - -* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") -* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") -* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") -* [mixin-deep](https://www.npmjs.com/package/mixin-deep): Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. | [homepage](https://github.com/jonschlinkert/mixin-deep "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 20, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/index.js b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/index.js deleted file mode 100644 index 27c19eb..0000000 --- a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/index.js +++ /dev/null @@ -1,31 +0,0 @@ -/*! - * define-property - * - * Copyright (c) 2015, 2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var isDescriptor = require('is-descriptor'); - -module.exports = function defineProperty(obj, prop, val) { - if (typeof obj !== 'object' && typeof obj !== 'function') { - throw new TypeError('expected an object or function.'); - } - - if (typeof prop !== 'string') { - throw new TypeError('expected `prop` to be a string.'); - } - - if (isDescriptor(val) && ('set' in val || 'get' in val)) { - return Object.defineProperty(obj, prop, val); - } - - return Object.defineProperty(obj, prop, { - configurable: true, - enumerable: false, - writable: true, - value: val - }); -}; diff --git a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/package.json b/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/package.json deleted file mode 100644 index e0ab1ca..0000000 --- a/2019-setembro/node_modules/snapdragon-node/node_modules/define-property/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "define-property", - "description": "Define a non-enumerable property on an object.", - "version": "1.0.0", - "homepage": "https://github.com/jonschlinkert/define-property", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/define-property", - "bugs": { - "url": "https://github.com/jonschlinkert/define-property/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "devDependencies": { - "gulp-format-md": "^0.1.12", - "mocha": "^3.2.0" - }, - "keywords": [ - "define", - "define-property", - "enumerable", - "key", - "non", - "non-enumerable", - "object", - "prop", - "property", - "value" - ], - "verb": { - "related": { - "list": [ - "extend-shallow", - "merge-deep", - "assign-deep", - "mixin-deep" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/snapdragon-node/package.json b/2019-setembro/node_modules/snapdragon-node/package.json deleted file mode 100644 index 2ca8023..0000000 --- a/2019-setembro/node_modules/snapdragon-node/package.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "name": "snapdragon-node", - "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.", - "version": "2.1.1", - "homepage": "https://github.com/jonschlinkert/snapdragon-node", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/snapdragon-node", - "bugs": { - "url": "https://github.com/jonschlinkert/snapdragon-node/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "devDependencies": { - "gulp": "^3.9.1", - "gulp-eslint": "^4.0.0", - "gulp-format-md": "^0.1.12", - "gulp-istanbul": "^1.1.2", - "gulp-mocha": "^3.0.1", - "mocha": "^3.4.2", - "snapdragon": "^0.11.0" - }, - "keywords": [ - "ast", - "compile", - "compiler", - "convert", - "node", - "parse", - "parser", - "plugin", - "render", - "snapdragon", - "snapdragonplugin", - "token", - "transform" - ], - "verb": { - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "breakdance", - "snapdragon", - "snapdragon-capture", - "snapdragon-cheerio", - "snapdragon-util" - ] - }, - "reflinks": [ - "verb", - "verb-generate-readme" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/snapdragon-util/LICENSE b/2019-setembro/node_modules/snapdragon-util/LICENSE deleted file mode 100644 index 9a1c856..0000000 --- a/2019-setembro/node_modules/snapdragon-util/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/snapdragon-util/README.md b/2019-setembro/node_modules/snapdragon-util/README.md deleted file mode 100644 index b654e02..0000000 --- a/2019-setembro/node_modules/snapdragon-util/README.md +++ /dev/null @@ -1,807 +0,0 @@ -# snapdragon-util [![NPM version](https://img.shields.io/npm/v/snapdragon-util.svg?style=flat)](https://www.npmjs.com/package/snapdragon-util) [![NPM monthly downloads](https://img.shields.io/npm/dm/snapdragon-util.svg?style=flat)](https://npmjs.org/package/snapdragon-util) [![NPM total downloads](https://img.shields.io/npm/dt/snapdragon-util.svg?style=flat)](https://npmjs.org/package/snapdragon-util) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/snapdragon-util.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/snapdragon-util) - -> Utilities for the snapdragon parser/compiler. - -
    -Table of Contents - -- [Install](#install) -- [Usage](#usage) -- [API](#api) -- [Release history](#release-history) - * [[3.0.0] - 2017-05-01](#300---2017-05-01) - * [[0.1.0]](#010) -- [About](#about) - -
    - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save snapdragon-util -``` - -Install with [yarn](https://yarnpkg.com): - -```sh -$ yarn add snapdragon-util -``` - -## Usage - -```js -var util = require('snapdragon-util'); -``` - -## API - -### [.isNode](index.js#L21) - -Returns true if the given value is a node. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var node = new Node({type: 'foo'}); -console.log(utils.isNode(node)); //=> true -console.log(utils.isNode({})); //=> false -``` - -### [.noop](index.js#L37) - -Emit an empty string for the given `node`. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{undefined}** - -**Example** - -```js -// do nothing for beginning-of-string -snapdragon.compiler.set('bos', utils.noop); -``` - -### [.identity](index.js#L53) - -Appdend `node.val` to `compiler.output`, exactly as it was created by the parser. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{undefined}** - -**Example** - -```js -snapdragon.compiler.set('text', utils.identity); -``` - -### [.append](index.js#L76) - -Previously named `.emit`, this method appends the given `val` to `compiler.output` for the given node. Useful when you know what value should be appended advance, regardless of the actual value of `node.val`. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Function}**: Returns a compiler middleware function. - -**Example** - -```js -snapdragon.compiler - .set('i', function(node) { - this.mapVisit(node); - }) - .set('i.open', utils.append('')) - .set('i.close', utils.append('')) -``` - -### [.toNoop](index.js#L99) - -Used in compiler middleware, this onverts an AST node into an empty `text` node and deletes `node.nodes` if it exists. The advantage of this method is that, as opposed to completely removing the node, indices will not need to be re-calculated in sibling nodes, and nothing is appended to the output. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `nodes` **{Array}**: Optionally pass a new `nodes` value, to replace the existing `node.nodes` array. - -**Example** - -```js -utils.toNoop(node); -// convert `node.nodes` to the given value instead of deleting it -utils.toNoop(node, []); -``` - -### [.visit](index.js#L128) - -Visit `node` with the given `fn`. The built-in `.visit` method in snapdragon automatically calls registered compilers, this allows you to pass a visitor function. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `fn` **{Function}** -* `returns` **{Object}**: returns the node after recursively visiting all child nodes. - -**Example** - -```js -snapdragon.compiler.set('i', function(node) { - utils.visit(node, function(childNode) { - // do stuff with "childNode" - return childNode; - }); -}); -``` - -### [.mapVisit](index.js#L155) - -Map [visit](#visit) the given `fn` over `node.nodes`. This is called by [visit](#visit), use this method if you do not want `fn` to be called on the first node. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `options` **{Object}** -* `fn` **{Function}** -* `returns` **{Object}**: returns the node - -**Example** - -```js -snapdragon.compiler.set('i', function(node) { - utils.mapVisit(node, function(childNode) { - // do stuff with "childNode" - return childNode; - }); -}); -``` - -### [.addOpen](index.js#L194) - -Unshift an `*.open` node onto `node.nodes`. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `Node` **{Function}**: (required) Node constructor function from [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node). -* `filter` **{Function}**: Optionaly specify a filter function to exclude the node. -* `returns` **{Object}**: Returns the created opening node. - -**Example** - -```js -var Node = require('snapdragon-node'); -snapdragon.parser.set('brace', function(node) { - var match = this.match(/^{/); - if (match) { - var parent = new Node({type: 'brace'}); - utils.addOpen(parent, Node); - console.log(parent.nodes[0]): - // { type: 'brace.open', val: '' }; - - // push the parent "brace" node onto the stack - this.push(parent); - - // return the parent node, so it's also added to the AST - return brace; - } -}); -``` - -### [.addClose](index.js#L244) - -Push a `*.close` node onto `node.nodes`. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `Node` **{Function}**: (required) Node constructor function from [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node). -* `filter` **{Function}**: Optionaly specify a filter function to exclude the node. -* `returns` **{Object}**: Returns the created closing node. - -**Example** - -```js -var Node = require('snapdragon-node'); -snapdragon.parser.set('brace', function(node) { - var match = this.match(/^}/); - if (match) { - var parent = this.parent(); - if (parent.type !== 'brace') { - throw new Error('missing opening: ' + '}'); - } - - utils.addClose(parent, Node); - console.log(parent.nodes[parent.nodes.length - 1]): - // { type: 'brace.close', val: '' }; - - // no need to return a node, since the parent - // was already added to the AST - return; - } -}); -``` - -### [.wrapNodes](index.js#L274) - -Wraps the given `node` with `*.open` and `*.close` nodes. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `Node` **{Function}**: (required) Node constructor function from [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node). -* `filter` **{Function}**: Optionaly specify a filter function to exclude the node. -* `returns` **{Object}**: Returns the node - -### [.pushNode](index.js#L299) - -Push the given `node` onto `parent.nodes`, and set `parent` as `node.parent. - -**Params** - -* `parent` **{Object}** -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Object}**: Returns the child node - -**Example** - -```js -var parent = new Node({type: 'foo'}); -var node = new Node({type: 'bar'}); -utils.pushNode(parent, node); -console.log(parent.nodes[0].type) // 'bar' -console.log(node.parent.type) // 'foo' -``` - -### [.unshiftNode](index.js#L325) - -Unshift `node` onto `parent.nodes`, and set `parent` as `node.parent. - -**Params** - -* `parent` **{Object}** -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{undefined}** - -**Example** - -```js -var parent = new Node({type: 'foo'}); -var node = new Node({type: 'bar'}); -utils.unshiftNode(parent, node); -console.log(parent.nodes[0].type) // 'bar' -console.log(node.parent.type) // 'foo' -``` - -### [.popNode](index.js#L354) - -Pop the last `node` off of `parent.nodes`. The advantage of using this method is that it checks for `node.nodes` and works with any version of `snapdragon-node`. - -**Params** - -* `parent` **{Object}** -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Number|Undefined}**: Returns the length of `node.nodes` or undefined. - -**Example** - -```js -var parent = new Node({type: 'foo'}); -utils.pushNode(parent, new Node({type: 'foo'})); -utils.pushNode(parent, new Node({type: 'bar'})); -utils.pushNode(parent, new Node({type: 'baz'})); -console.log(parent.nodes.length); //=> 3 -utils.popNode(parent); -console.log(parent.nodes.length); //=> 2 -``` - -### [.shiftNode](index.js#L382) - -Shift the first `node` off of `parent.nodes`. The advantage of using this method is that it checks for `node.nodes` and works with any version of `snapdragon-node`. - -**Params** - -* `parent` **{Object}** -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Number|Undefined}**: Returns the length of `node.nodes` or undefined. - -**Example** - -```js -var parent = new Node({type: 'foo'}); -utils.pushNode(parent, new Node({type: 'foo'})); -utils.pushNode(parent, new Node({type: 'bar'})); -utils.pushNode(parent, new Node({type: 'baz'})); -console.log(parent.nodes.length); //=> 3 -utils.shiftNode(parent); -console.log(parent.nodes.length); //=> 2 -``` - -### [.removeNode](index.js#L409) - -Remove the specified `node` from `parent.nodes`. - -**Params** - -* `parent` **{Object}** -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Object|undefined}**: Returns the removed node, if successful, or undefined if it does not exist on `parent.nodes`. - -**Example** - -```js -var parent = new Node({type: 'abc'}); -var foo = new Node({type: 'foo'}); -utils.pushNode(parent, foo); -utils.pushNode(parent, new Node({type: 'bar'})); -utils.pushNode(parent, new Node({type: 'baz'})); -console.log(parent.nodes.length); //=> 3 -utils.removeNode(parent, foo); -console.log(parent.nodes.length); //=> 2 -``` - -### [.isType](index.js#L443) - -Returns true if `node.type` matches the given `type`. Throws a `TypeError` if `node` is not an instance of `Node`. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `type` **{String}** -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var node = new Node({type: 'foo'}); -console.log(utils.isType(node, 'foo')); // false -console.log(utils.isType(node, 'bar')); // true -``` - -### [.hasType](index.js#L486) - -Returns true if the given `node` has the given `type` in `node.nodes`. Throws a `TypeError` if `node` is not an instance of `Node`. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `type` **{String}** -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var node = new Node({ - type: 'foo', - nodes: [ - new Node({type: 'bar'}), - new Node({type: 'baz'}) - ] -}); -console.log(utils.hasType(node, 'xyz')); // false -console.log(utils.hasType(node, 'baz')); // true -``` - -### [.firstOfType](index.js#L519) - -Returns the first node from `node.nodes` of the given `type` - -**Params** - -* `nodes` **{Array}** -* `type` **{String}** -* `returns` **{Object|undefined}**: Returns the first matching node or undefined. - -**Example** - -```js -var node = new Node({ - type: 'foo', - nodes: [ - new Node({type: 'text', val: 'abc'}), - new Node({type: 'text', val: 'xyz'}) - ] -}); - -var textNode = utils.firstOfType(node.nodes, 'text'); -console.log(textNode.val); -//=> 'abc' -``` - -### [.findNode](index.js#L556) - -Returns the node at the specified index, or the first node of the given `type` from `node.nodes`. - -**Params** - -* `nodes` **{Array}** -* `type` **{String|Number}**: Node type or index. -* `returns` **{Object}**: Returns a node or undefined. - -**Example** - -```js -var node = new Node({ - type: 'foo', - nodes: [ - new Node({type: 'text', val: 'abc'}), - new Node({type: 'text', val: 'xyz'}) - ] -}); - -var nodeOne = utils.findNode(node.nodes, 'text'); -console.log(nodeOne.val); -//=> 'abc' - -var nodeTwo = utils.findNode(node.nodes, 1); -console.log(nodeTwo.val); -//=> 'xyz' -``` - -### [.isOpen](index.js#L584) - -Returns true if the given node is an "*.open" node. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var brace = new Node({type: 'brace'}); -var open = new Node({type: 'brace.open'}); -var close = new Node({type: 'brace.close'}); - -console.log(utils.isOpen(brace)); // false -console.log(utils.isOpen(open)); // true -console.log(utils.isOpen(close)); // false -``` - -### [.isClose](index.js#L607) - -Returns true if the given node is a "*.close" node. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var brace = new Node({type: 'brace'}); -var open = new Node({type: 'brace.open'}); -var close = new Node({type: 'brace.close'}); - -console.log(utils.isClose(brace)); // false -console.log(utils.isClose(open)); // false -console.log(utils.isClose(close)); // true -``` - -### [.hasOpen](index.js#L633) - -Returns true if `node.nodes` **has** an `.open` node - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var brace = new Node({ - type: 'brace', - nodes: [] -}); - -var open = new Node({type: 'brace.open'}); -console.log(utils.hasOpen(brace)); // false - -brace.pushNode(open); -console.log(utils.hasOpen(brace)); // true -``` - -### [.hasClose](index.js#L663) - -Returns true if `node.nodes` **has** a `.close` node - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var brace = new Node({ - type: 'brace', - nodes: [] -}); - -var close = new Node({type: 'brace.close'}); -console.log(utils.hasClose(brace)); // false - -brace.pushNode(close); -console.log(utils.hasClose(brace)); // true -``` - -### [.hasOpenAndClose](index.js#L697) - -Returns true if `node.nodes` has both `.open` and `.close` nodes - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Boolean}** - -**Example** - -```js -var Node = require('snapdragon-node'); -var brace = new Node({ - type: 'brace', - nodes: [] -}); - -var open = new Node({type: 'brace.open'}); -var close = new Node({type: 'brace.close'}); -console.log(utils.hasOpen(brace)); // false -console.log(utils.hasClose(brace)); // false - -brace.pushNode(open); -brace.pushNode(close); -console.log(utils.hasOpen(brace)); // true -console.log(utils.hasClose(brace)); // true -``` - -### [.addType](index.js#L719) - -Push the given `node` onto the `state.inside` array for the given type. This array is used as a specialized "stack" for only the given `node.type`. - -**Params** - -* `state` **{Object}**: The `compiler.state` object or custom state object. -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Array}**: Returns the `state.inside` stack for the given type. - -**Example** - -```js -var state = { inside: {}}; -var node = new Node({type: 'brace'}); -utils.addType(state, node); -console.log(state.inside); -//=> { brace: [{type: 'brace'}] } -``` - -### [.removeType](index.js#L759) - -Remove the given `node` from the `state.inside` array for the given type. This array is used as a specialized "stack" for only the given `node.type`. - -**Params** - -* `state` **{Object}**: The `compiler.state` object or custom state object. -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `returns` **{Array}**: Returns the `state.inside` stack for the given type. - -**Example** - -```js -var state = { inside: {}}; -var node = new Node({type: 'brace'}); -utils.addType(state, node); -console.log(state.inside); -//=> { brace: [{type: 'brace'}] } -utils.removeType(state, node); -//=> { brace: [] } -``` - -### [.isEmpty](index.js#L788) - -Returns true if `node.val` is an empty string, or `node.nodes` does not contain any non-empty text nodes. - -**Params** - -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `fn` **{Function}** -* `returns` **{Boolean}** - -**Example** - -```js -var node = new Node({type: 'text'}); -utils.isEmpty(node); //=> true -node.val = 'foo'; -utils.isEmpty(node); //=> false -``` - -### [.isInsideType](index.js#L833) - -Returns true if the `state.inside` stack for the given type exists and has one or more nodes on it. - -**Params** - -* `state` **{Object}** -* `type` **{String}** -* `returns` **{Boolean}** - -**Example** - -```js -var state = { inside: {}}; -var node = new Node({type: 'brace'}); -console.log(utils.isInsideType(state, 'brace')); //=> false -utils.addType(state, node); -console.log(utils.isInsideType(state, 'brace')); //=> true -utils.removeType(state, node); -console.log(utils.isInsideType(state, 'brace')); //=> false -``` - -### [.isInside](index.js#L867) - -Returns true if `node` is either a child or grand-child of the given `type`, or `state.inside[type]` is a non-empty array. - -**Params** - -* `state` **{Object}**: Either the `compiler.state` object, if it exists, or a user-supplied state object. -* `node` **{Object}**: Instance of [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) -* `type` **{String}**: The `node.type` to check for. -* `returns` **{Boolean}** - -**Example** - -```js -var state = { inside: {}}; -var node = new Node({type: 'brace'}); -var open = new Node({type: 'brace.open'}); -console.log(utils.isInside(state, open, 'brace')); //=> false -utils.pushNode(node, open); -console.log(utils.isInside(state, open, 'brace')); //=> true -``` - -### [.last](index.js#L915) - -Get the last `n` element from the given `array`. Used for getting -a node from `node.nodes.` - -**Params** - -* `array` **{Array}** -* `n` **{Number}** -* `returns` **{undefined}** - -### [.arrayify](index.js#L935) - -Cast the given `val` to an array. - -**Params** - -* `val` **{any}** -* `returns` **{Array}** - -**Example** - -```js -console.log(utils.arraify('')); -//=> [] -console.log(utils.arraify('foo')); -//=> ['foo'] -console.log(utils.arraify(['foo'])); -//=> ['foo'] -``` - -### [.stringify](index.js#L948) - -Convert the given `val` to a string by joining with `,`. Useful -for creating a cheerio/CSS/DOM-style selector from a list of strings. - -**Params** - -* `val` **{any}** -* `returns` **{Array}** - -### [.trim](index.js#L961) - -Ensure that the given value is a string and call `.trim()` on it, -or return an empty string. - -**Params** - -* `str` **{String}** -* `returns` **{String}** - -## Release history - -Changelog entries are classified using the following labels from [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog): - -* `added`: for new features -* `changed`: for changes in existing functionality -* `deprecated`: for once-stable features removed in upcoming releases -* `removed`: for deprecated features removed in this release -* `fixed`: for any bug fixes - -Custom labels used in this changelog: - -* `dependencies`: bumps dependencies -* `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories. - -### [3.0.0] - 2017-05-01 - -**Changed** - -* `.emit` was renamed to [.append](#append) -* `.addNode` was renamed to [.pushNode](#pushNode) -* `.getNode` was renamed to [.findNode](#findNode) -* `.isEmptyNodes` was renamed to [.isEmpty](#isEmpty): also now works with `node.nodes` and/or `node.val` - -**Added** - -* [.identity](#identity) -* [.removeNode](#removeNode) -* [.shiftNode](#shiftNode) -* [.popNode](#popNode) - -### [0.1.0] - -First release. - -## About - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards. - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 01, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon-util/index.js b/2019-setembro/node_modules/snapdragon-util/index.js deleted file mode 100644 index 68a030e..0000000 --- a/2019-setembro/node_modules/snapdragon-util/index.js +++ /dev/null @@ -1,1019 +0,0 @@ -'use strict'; - -var typeOf = require('kind-of'); -var utils = module.exports; - -/** - * Returns true if the given value is a node. - * - * ```js - * var Node = require('snapdragon-node'); - * var node = new Node({type: 'foo'}); - * console.log(utils.isNode(node)); //=> true - * console.log(utils.isNode({})); //=> false - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @returns {Boolean} - * @api public - */ - -utils.isNode = function(node) { - return typeOf(node) === 'object' && node.isNode === true; -}; - -/** - * Emit an empty string for the given `node`. - * - * ```js - * // do nothing for beginning-of-string - * snapdragon.compiler.set('bos', utils.noop); - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @returns {undefined} - * @api public - */ - -utils.noop = function(node) { - append(this, '', node); -}; - -/** - * Appdend `node.val` to `compiler.output`, exactly as it was created - * by the parser. - * - * ```js - * snapdragon.compiler.set('text', utils.identity); - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @returns {undefined} - * @api public - */ - -utils.identity = function(node) { - append(this, node.val, node); -}; - -/** - * Previously named `.emit`, this method appends the given `val` - * to `compiler.output` for the given node. Useful when you know - * what value should be appended advance, regardless of the actual - * value of `node.val`. - * - * ```js - * snapdragon.compiler - * .set('i', function(node) { - * this.mapVisit(node); - * }) - * .set('i.open', utils.append('')) - * .set('i.close', utils.append('')) - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @returns {Function} Returns a compiler middleware function. - * @api public - */ - -utils.append = function(val) { - return function(node) { - append(this, val, node); - }; -}; - -/** - * Used in compiler middleware, this onverts an AST node into - * an empty `text` node and deletes `node.nodes` if it exists. - * The advantage of this method is that, as opposed to completely - * removing the node, indices will not need to be re-calculated - * in sibling nodes, and nothing is appended to the output. - * - * ```js - * utils.toNoop(node); - * // convert `node.nodes` to the given value instead of deleting it - * utils.toNoop(node, []); - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {Array} `nodes` Optionally pass a new `nodes` value, to replace the existing `node.nodes` array. - * @api public - */ - -utils.toNoop = function(node, nodes) { - if (nodes) { - node.nodes = nodes; - } else { - delete node.nodes; - node.type = 'text'; - node.val = ''; - } -}; - -/** - * Visit `node` with the given `fn`. The built-in `.visit` method in snapdragon - * automatically calls registered compilers, this allows you to pass a visitor - * function. - * - * ```js - * snapdragon.compiler.set('i', function(node) { - * utils.visit(node, function(childNode) { - * // do stuff with "childNode" - * return childNode; - * }); - * }); - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {Function} `fn` - * @return {Object} returns the node after recursively visiting all child nodes. - * @api public - */ - -utils.visit = function(node, fn) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - assert(isFunction(fn), 'expected a visitor function'); - fn(node); - return node.nodes ? utils.mapVisit(node, fn) : node; -}; - -/** - * Map [visit](#visit) the given `fn` over `node.nodes`. This is called by - * [visit](#visit), use this method if you do not want `fn` to be called on - * the first node. - * - * ```js - * snapdragon.compiler.set('i', function(node) { - * utils.mapVisit(node, function(childNode) { - * // do stuff with "childNode" - * return childNode; - * }); - * }); - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {Object} `options` - * @param {Function} `fn` - * @return {Object} returns the node - * @api public - */ - -utils.mapVisit = function(node, fn) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - assert(isArray(node.nodes), 'expected node.nodes to be an array'); - assert(isFunction(fn), 'expected a visitor function'); - - for (var i = 0; i < node.nodes.length; i++) { - utils.visit(node.nodes[i], fn); - } - return node; -}; - -/** - * Unshift an `*.open` node onto `node.nodes`. - * - * ```js - * var Node = require('snapdragon-node'); - * snapdragon.parser.set('brace', function(node) { - * var match = this.match(/^{/); - * if (match) { - * var parent = new Node({type: 'brace'}); - * utils.addOpen(parent, Node); - * console.log(parent.nodes[0]): - * // { type: 'brace.open', val: '' }; - * - * // push the parent "brace" node onto the stack - * this.push(parent); - * - * // return the parent node, so it's also added to the AST - * return brace; - * } - * }); - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {Function} `Node` (required) Node constructor function from [snapdragon-node][]. - * @param {Function} `filter` Optionaly specify a filter function to exclude the node. - * @return {Object} Returns the created opening node. - * @api public - */ - -utils.addOpen = function(node, Node, val, filter) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - assert(isFunction(Node), 'expected Node to be a constructor function'); - - if (typeof val === 'function') { - filter = val; - val = ''; - } - - if (typeof filter === 'function' && !filter(node)) return; - var open = new Node({ type: node.type + '.open', val: val}); - var unshift = node.unshift || node.unshiftNode; - if (typeof unshift === 'function') { - unshift.call(node, open); - } else { - utils.unshiftNode(node, open); - } - return open; -}; - -/** - * Push a `*.close` node onto `node.nodes`. - * - * ```js - * var Node = require('snapdragon-node'); - * snapdragon.parser.set('brace', function(node) { - * var match = this.match(/^}/); - * if (match) { - * var parent = this.parent(); - * if (parent.type !== 'brace') { - * throw new Error('missing opening: ' + '}'); - * } - * - * utils.addClose(parent, Node); - * console.log(parent.nodes[parent.nodes.length - 1]): - * // { type: 'brace.close', val: '' }; - * - * // no need to return a node, since the parent - * // was already added to the AST - * return; - * } - * }); - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {Function} `Node` (required) Node constructor function from [snapdragon-node][]. - * @param {Function} `filter` Optionaly specify a filter function to exclude the node. - * @return {Object} Returns the created closing node. - * @api public - */ - -utils.addClose = function(node, Node, val, filter) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - assert(isFunction(Node), 'expected Node to be a constructor function'); - - if (typeof val === 'function') { - filter = val; - val = ''; - } - - if (typeof filter === 'function' && !filter(node)) return; - var close = new Node({ type: node.type + '.close', val: val}); - var push = node.push || node.pushNode; - if (typeof push === 'function') { - push.call(node, close); - } else { - utils.pushNode(node, close); - } - return close; -}; - -/** - * Wraps the given `node` with `*.open` and `*.close` nodes. - * - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {Function} `Node` (required) Node constructor function from [snapdragon-node][]. - * @param {Function} `filter` Optionaly specify a filter function to exclude the node. - * @return {Object} Returns the node - * @api public - */ - -utils.wrapNodes = function(node, Node, filter) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - assert(isFunction(Node), 'expected Node to be a constructor function'); - - utils.addOpen(node, Node, filter); - utils.addClose(node, Node, filter); - return node; -}; - -/** - * Push the given `node` onto `parent.nodes`, and set `parent` as `node.parent. - * - * ```js - * var parent = new Node({type: 'foo'}); - * var node = new Node({type: 'bar'}); - * utils.pushNode(parent, node); - * console.log(parent.nodes[0].type) // 'bar' - * console.log(node.parent.type) // 'foo' - * ``` - * @param {Object} `parent` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Object} Returns the child node - * @api public - */ - -utils.pushNode = function(parent, node) { - assert(utils.isNode(parent), 'expected parent node to be an instance of Node'); - assert(utils.isNode(node), 'expected node to be an instance of Node'); - - node.define('parent', parent); - parent.nodes = parent.nodes || []; - parent.nodes.push(node); - return node; -}; - -/** - * Unshift `node` onto `parent.nodes`, and set `parent` as `node.parent. - * - * ```js - * var parent = new Node({type: 'foo'}); - * var node = new Node({type: 'bar'}); - * utils.unshiftNode(parent, node); - * console.log(parent.nodes[0].type) // 'bar' - * console.log(node.parent.type) // 'foo' - * ``` - * @param {Object} `parent` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {undefined} - * @api public - */ - -utils.unshiftNode = function(parent, node) { - assert(utils.isNode(parent), 'expected parent node to be an instance of Node'); - assert(utils.isNode(node), 'expected node to be an instance of Node'); - - node.define('parent', parent); - parent.nodes = parent.nodes || []; - parent.nodes.unshift(node); -}; - -/** - * Pop the last `node` off of `parent.nodes`. The advantage of - * using this method is that it checks for `node.nodes` and works - * with any version of `snapdragon-node`. - * - * ```js - * var parent = new Node({type: 'foo'}); - * utils.pushNode(parent, new Node({type: 'foo'})); - * utils.pushNode(parent, new Node({type: 'bar'})); - * utils.pushNode(parent, new Node({type: 'baz'})); - * console.log(parent.nodes.length); //=> 3 - * utils.popNode(parent); - * console.log(parent.nodes.length); //=> 2 - * ``` - * @param {Object} `parent` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Number|Undefined} Returns the length of `node.nodes` or undefined. - * @api public - */ - -utils.popNode = function(node) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - if (typeof node.pop === 'function') { - return node.pop(); - } - return node.nodes && node.nodes.pop(); -}; - -/** - * Shift the first `node` off of `parent.nodes`. The advantage of - * using this method is that it checks for `node.nodes` and works - * with any version of `snapdragon-node`. - * - * ```js - * var parent = new Node({type: 'foo'}); - * utils.pushNode(parent, new Node({type: 'foo'})); - * utils.pushNode(parent, new Node({type: 'bar'})); - * utils.pushNode(parent, new Node({type: 'baz'})); - * console.log(parent.nodes.length); //=> 3 - * utils.shiftNode(parent); - * console.log(parent.nodes.length); //=> 2 - * ``` - * @param {Object} `parent` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Number|Undefined} Returns the length of `node.nodes` or undefined. - * @api public - */ - -utils.shiftNode = function(node) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - if (typeof node.shift === 'function') { - return node.shift(); - } - return node.nodes && node.nodes.shift(); -}; - -/** - * Remove the specified `node` from `parent.nodes`. - * - * ```js - * var parent = new Node({type: 'abc'}); - * var foo = new Node({type: 'foo'}); - * utils.pushNode(parent, foo); - * utils.pushNode(parent, new Node({type: 'bar'})); - * utils.pushNode(parent, new Node({type: 'baz'})); - * console.log(parent.nodes.length); //=> 3 - * utils.removeNode(parent, foo); - * console.log(parent.nodes.length); //=> 2 - * ``` - * @param {Object} `parent` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Object|undefined} Returns the removed node, if successful, or undefined if it does not exist on `parent.nodes`. - * @api public - */ - -utils.removeNode = function(parent, node) { - assert(utils.isNode(parent), 'expected parent.node to be an instance of Node'); - assert(utils.isNode(node), 'expected node to be an instance of Node'); - - if (!parent.nodes) { - return null; - } - - if (typeof parent.remove === 'function') { - return parent.remove(node); - } - - var idx = parent.nodes.indexOf(node); - if (idx !== -1) { - return parent.nodes.splice(idx, 1); - } -}; - -/** - * Returns true if `node.type` matches the given `type`. Throws a - * `TypeError` if `node` is not an instance of `Node`. - * - * ```js - * var Node = require('snapdragon-node'); - * var node = new Node({type: 'foo'}); - * console.log(utils.isType(node, 'foo')); // false - * console.log(utils.isType(node, 'bar')); // true - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {String} `type` - * @return {Boolean} - * @api public - */ - -utils.isType = function(node, type) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - switch (typeOf(type)) { - case 'array': - var types = type.slice(); - for (var i = 0; i < types.length; i++) { - if (utils.isType(node, types[i])) { - return true; - } - } - return false; - case 'string': - return node.type === type; - case 'regexp': - return type.test(node.type); - default: { - throw new TypeError('expected "type" to be an array, string or regexp'); - } - } -}; - -/** - * Returns true if the given `node` has the given `type` in `node.nodes`. - * Throws a `TypeError` if `node` is not an instance of `Node`. - * - * ```js - * var Node = require('snapdragon-node'); - * var node = new Node({ - * type: 'foo', - * nodes: [ - * new Node({type: 'bar'}), - * new Node({type: 'baz'}) - * ] - * }); - * console.log(utils.hasType(node, 'xyz')); // false - * console.log(utils.hasType(node, 'baz')); // true - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {String} `type` - * @return {Boolean} - * @api public - */ - -utils.hasType = function(node, type) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - if (!Array.isArray(node.nodes)) return false; - for (var i = 0; i < node.nodes.length; i++) { - if (utils.isType(node.nodes[i], type)) { - return true; - } - } - return false; -}; - -/** - * Returns the first node from `node.nodes` of the given `type` - * - * ```js - * var node = new Node({ - * type: 'foo', - * nodes: [ - * new Node({type: 'text', val: 'abc'}), - * new Node({type: 'text', val: 'xyz'}) - * ] - * }); - * - * var textNode = utils.firstOfType(node.nodes, 'text'); - * console.log(textNode.val); - * //=> 'abc' - * ``` - * @param {Array} `nodes` - * @param {String} `type` - * @return {Object|undefined} Returns the first matching node or undefined. - * @api public - */ - -utils.firstOfType = function(nodes, type) { - for (var i = 0; i < nodes.length; i++) { - var node = nodes[i]; - if (utils.isType(node, type)) { - return node; - } - } -}; - -/** - * Returns the node at the specified index, or the first node of the - * given `type` from `node.nodes`. - * - * ```js - * var node = new Node({ - * type: 'foo', - * nodes: [ - * new Node({type: 'text', val: 'abc'}), - * new Node({type: 'text', val: 'xyz'}) - * ] - * }); - * - * var nodeOne = utils.findNode(node.nodes, 'text'); - * console.log(nodeOne.val); - * //=> 'abc' - * - * var nodeTwo = utils.findNode(node.nodes, 1); - * console.log(nodeTwo.val); - * //=> 'xyz' - * ``` - * - * @param {Array} `nodes` - * @param {String|Number} `type` Node type or index. - * @return {Object} Returns a node or undefined. - * @api public - */ - -utils.findNode = function(nodes, type) { - if (!Array.isArray(nodes)) { - return null; - } - if (typeof type === 'number') { - return nodes[type]; - } - return utils.firstOfType(nodes, type); -}; - -/** - * Returns true if the given node is an "*.open" node. - * - * ```js - * var Node = require('snapdragon-node'); - * var brace = new Node({type: 'brace'}); - * var open = new Node({type: 'brace.open'}); - * var close = new Node({type: 'brace.close'}); - * - * console.log(utils.isOpen(brace)); // false - * console.log(utils.isOpen(open)); // true - * console.log(utils.isOpen(close)); // false - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Boolean} - * @api public - */ - -utils.isOpen = function(node) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - return node.type.slice(-5) === '.open'; -}; - -/** - * Returns true if the given node is a "*.close" node. - * - * ```js - * var Node = require('snapdragon-node'); - * var brace = new Node({type: 'brace'}); - * var open = new Node({type: 'brace.open'}); - * var close = new Node({type: 'brace.close'}); - * - * console.log(utils.isClose(brace)); // false - * console.log(utils.isClose(open)); // false - * console.log(utils.isClose(close)); // true - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Boolean} - * @api public - */ - -utils.isClose = function(node) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - return node.type.slice(-6) === '.close'; -}; - -/** - * Returns true if `node.nodes` **has** an `.open` node - * - * ```js - * var Node = require('snapdragon-node'); - * var brace = new Node({ - * type: 'brace', - * nodes: [] - * }); - * - * var open = new Node({type: 'brace.open'}); - * console.log(utils.hasOpen(brace)); // false - * - * brace.pushNode(open); - * console.log(utils.hasOpen(brace)); // true - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Boolean} - * @api public - */ - -utils.hasOpen = function(node) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - var first = node.first || node.nodes ? node.nodes[0] : null; - if (utils.isNode(first)) { - return first.type === node.type + '.open'; - } - return false; -}; - -/** - * Returns true if `node.nodes` **has** a `.close` node - * - * ```js - * var Node = require('snapdragon-node'); - * var brace = new Node({ - * type: 'brace', - * nodes: [] - * }); - * - * var close = new Node({type: 'brace.close'}); - * console.log(utils.hasClose(brace)); // false - * - * brace.pushNode(close); - * console.log(utils.hasClose(brace)); // true - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Boolean} - * @api public - */ - -utils.hasClose = function(node) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - var last = node.last || node.nodes ? node.nodes[node.nodes.length - 1] : null; - if (utils.isNode(last)) { - return last.type === node.type + '.close'; - } - return false; -}; - -/** - * Returns true if `node.nodes` has both `.open` and `.close` nodes - * - * ```js - * var Node = require('snapdragon-node'); - * var brace = new Node({ - * type: 'brace', - * nodes: [] - * }); - * - * var open = new Node({type: 'brace.open'}); - * var close = new Node({type: 'brace.close'}); - * console.log(utils.hasOpen(brace)); // false - * console.log(utils.hasClose(brace)); // false - * - * brace.pushNode(open); - * brace.pushNode(close); - * console.log(utils.hasOpen(brace)); // true - * console.log(utils.hasClose(brace)); // true - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Boolean} - * @api public - */ - -utils.hasOpenAndClose = function(node) { - return utils.hasOpen(node) && utils.hasClose(node); -}; - -/** - * Push the given `node` onto the `state.inside` array for the - * given type. This array is used as a specialized "stack" for - * only the given `node.type`. - * - * ```js - * var state = { inside: {}}; - * var node = new Node({type: 'brace'}); - * utils.addType(state, node); - * console.log(state.inside); - * //=> { brace: [{type: 'brace'}] } - * ``` - * @param {Object} `state` The `compiler.state` object or custom state object. - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Array} Returns the `state.inside` stack for the given type. - * @api public - */ - -utils.addType = function(state, node) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - assert(isObject(state), 'expected state to be an object'); - - var type = node.parent - ? node.parent.type - : node.type.replace(/\.open$/, ''); - - if (!state.hasOwnProperty('inside')) { - state.inside = {}; - } - if (!state.inside.hasOwnProperty(type)) { - state.inside[type] = []; - } - - var arr = state.inside[type]; - arr.push(node); - return arr; -}; - -/** - * Remove the given `node` from the `state.inside` array for the - * given type. This array is used as a specialized "stack" for - * only the given `node.type`. - * - * ```js - * var state = { inside: {}}; - * var node = new Node({type: 'brace'}); - * utils.addType(state, node); - * console.log(state.inside); - * //=> { brace: [{type: 'brace'}] } - * utils.removeType(state, node); - * //=> { brace: [] } - * ``` - * @param {Object} `state` The `compiler.state` object or custom state object. - * @param {Object} `node` Instance of [snapdragon-node][] - * @return {Array} Returns the `state.inside` stack for the given type. - * @api public - */ - -utils.removeType = function(state, node) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - assert(isObject(state), 'expected state to be an object'); - - var type = node.parent - ? node.parent.type - : node.type.replace(/\.close$/, ''); - - if (state.inside.hasOwnProperty(type)) { - return state.inside[type].pop(); - } -}; - -/** - * Returns true if `node.val` is an empty string, or `node.nodes` does - * not contain any non-empty text nodes. - * - * ```js - * var node = new Node({type: 'text'}); - * utils.isEmpty(node); //=> true - * node.val = 'foo'; - * utils.isEmpty(node); //=> false - * ``` - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {Function} `fn` - * @return {Boolean} - * @api public - */ - -utils.isEmpty = function(node, fn) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - - if (!Array.isArray(node.nodes)) { - if (node.type !== 'text') { - return true; - } - if (typeof fn === 'function') { - return fn(node, node.parent); - } - return !utils.trim(node.val); - } - - for (var i = 0; i < node.nodes.length; i++) { - var child = node.nodes[i]; - if (utils.isOpen(child) || utils.isClose(child)) { - continue; - } - if (!utils.isEmpty(child, fn)) { - return false; - } - } - - return true; -}; - -/** - * Returns true if the `state.inside` stack for the given type exists - * and has one or more nodes on it. - * - * ```js - * var state = { inside: {}}; - * var node = new Node({type: 'brace'}); - * console.log(utils.isInsideType(state, 'brace')); //=> false - * utils.addType(state, node); - * console.log(utils.isInsideType(state, 'brace')); //=> true - * utils.removeType(state, node); - * console.log(utils.isInsideType(state, 'brace')); //=> false - * ``` - * @param {Object} `state` - * @param {String} `type` - * @return {Boolean} - * @api public - */ - -utils.isInsideType = function(state, type) { - assert(isObject(state), 'expected state to be an object'); - assert(isString(type), 'expected type to be a string'); - - if (!state.hasOwnProperty('inside')) { - return false; - } - - if (!state.inside.hasOwnProperty(type)) { - return false; - } - - return state.inside[type].length > 0; -}; - -/** - * Returns true if `node` is either a child or grand-child of the given `type`, - * or `state.inside[type]` is a non-empty array. - * - * ```js - * var state = { inside: {}}; - * var node = new Node({type: 'brace'}); - * var open = new Node({type: 'brace.open'}); - * console.log(utils.isInside(state, open, 'brace')); //=> false - * utils.pushNode(node, open); - * console.log(utils.isInside(state, open, 'brace')); //=> true - * ``` - * @param {Object} `state` Either the `compiler.state` object, if it exists, or a user-supplied state object. - * @param {Object} `node` Instance of [snapdragon-node][] - * @param {String} `type` The `node.type` to check for. - * @return {Boolean} - * @api public - */ - -utils.isInside = function(state, node, type) { - assert(utils.isNode(node), 'expected node to be an instance of Node'); - assert(isObject(state), 'expected state to be an object'); - - if (Array.isArray(type)) { - for (var i = 0; i < type.length; i++) { - if (utils.isInside(state, node, type[i])) { - return true; - } - } - return false; - } - - var parent = node.parent; - if (typeof type === 'string') { - return (parent && parent.type === type) || utils.isInsideType(state, type); - } - - if (typeOf(type) === 'regexp') { - if (parent && parent.type && type.test(parent.type)) { - return true; - } - - var keys = Object.keys(state.inside); - var len = keys.length; - var idx = -1; - while (++idx < len) { - var key = keys[idx]; - var val = state.inside[key]; - - if (Array.isArray(val) && val.length !== 0 && type.test(key)) { - return true; - } - } - } - return false; -}; - -/** - * Get the last `n` element from the given `array`. Used for getting - * a node from `node.nodes.` - * - * @param {Array} `array` - * @param {Number} `n` - * @return {undefined} - * @api public - */ - -utils.last = function(arr, n) { - return arr[arr.length - (n || 1)]; -}; - -/** - * Cast the given `val` to an array. - * - * ```js - * console.log(utils.arrayify('')); - * //=> [] - * console.log(utils.arrayify('foo')); - * //=> ['foo'] - * console.log(utils.arrayify(['foo'])); - * //=> ['foo'] - * ``` - * @param {any} `val` - * @return {Array} - * @api public - */ - -utils.arrayify = function(val) { - if (typeof val === 'string' && val !== '') { - return [val]; - } - if (!Array.isArray(val)) { - return []; - } - return val; -}; - -/** - * Convert the given `val` to a string by joining with `,`. Useful - * for creating a cheerio/CSS/DOM-style selector from a list of strings. - * - * @param {any} `val` - * @return {Array} - * @api public - */ - -utils.stringify = function(val) { - return utils.arrayify(val).join(','); -}; - -/** - * Ensure that the given value is a string and call `.trim()` on it, - * or return an empty string. - * - * @param {String} `str` - * @return {String} - * @api public - */ - -utils.trim = function(str) { - return typeof str === 'string' ? str.trim() : ''; -}; - -/** - * Return true if val is an object - */ - -function isObject(val) { - return typeOf(val) === 'object'; -} - -/** - * Return true if val is a string - */ - -function isString(val) { - return typeof val === 'string'; -} - -/** - * Return true if val is a function - */ - -function isFunction(val) { - return typeof val === 'function'; -} - -/** - * Return true if val is an array - */ - -function isArray(val) { - return Array.isArray(val); -} - -/** - * Shim to ensure the `.append` methods work with any version of snapdragon - */ - -function append(compiler, val, node) { - if (typeof compiler.append !== 'function') { - return compiler.emit(val, node); - } - return compiler.append(val, node); -} - -/** - * Simplified assertion. Throws an error is `val` is falsey. - */ - -function assert(val, message) { - if (!val) throw new Error(message); -} diff --git a/2019-setembro/node_modules/snapdragon-util/package.json b/2019-setembro/node_modules/snapdragon-util/package.json deleted file mode 100644 index 434c4f5..0000000 --- a/2019-setembro/node_modules/snapdragon-util/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "snapdragon-util", - "description": "Utilities for the snapdragon parser/compiler.", - "version": "3.0.1", - "homepage": "https://github.com/jonschlinkert/snapdragon-util", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/snapdragon-util", - "bugs": { - "url": "https://github.com/jonschlinkert/snapdragon-util/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "kind-of": "^3.2.0" - }, - "devDependencies": { - "define-property": "^1.0.0", - "gulp": "^3.9.1", - "gulp-eslint": "^3.0.1", - "gulp-format-md": "^0.1.12", - "gulp-istanbul": "^1.1.1", - "gulp-mocha": "^3.0.0", - "isobject": "^3.0.0", - "mocha": "^3.3.0", - "snapdragon": "^0.11.0", - "snapdragon-node": "^1.0.6" - }, - "keywords": [ - "capture", - "compile", - "compiler", - "convert", - "match", - "parse", - "parser", - "plugin", - "render", - "snapdragon", - "snapdragonplugin", - "transform", - "util" - ], - "verb": { - "toc": "collapsible", - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/snapdragon/LICENSE b/2019-setembro/node_modules/snapdragon/LICENSE deleted file mode 100644 index 1e49edf..0000000 --- a/2019-setembro/node_modules/snapdragon/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/snapdragon/README.md b/2019-setembro/node_modules/snapdragon/README.md deleted file mode 100644 index 4006e10..0000000 --- a/2019-setembro/node_modules/snapdragon/README.md +++ /dev/null @@ -1,321 +0,0 @@ -# snapdragon [![NPM version](https://img.shields.io/npm/v/snapdragon.svg?style=flat)](https://www.npmjs.com/package/snapdragon) [![NPM downloads](https://img.shields.io/npm/dm/snapdragon.svg?style=flat)](https://npmjs.org/package/snapdragon) [![Build Status](https://img.shields.io/travis/jonschlinkert/snapdragon.svg?style=flat)](https://travis-ci.org/jonschlinkert/snapdragon) - -> Fast, pluggable and easy-to-use parser-renderer factory. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save snapdragon -``` - -Created by [jonschlinkert](https://github.com/jonschlinkert) and [doowb](https://github.com/doowb). - -**Features** - -* Bootstrap your own parser, get sourcemap support for free -* All parsing and compiling is handled by simple, reusable middleware functions -* Inspired by the parsers in [pug](http://jade-lang.com) and [css](https://github.com/reworkcss/css). - -## History - -### v0.5.0 - -**Breaking changes** - -Substantial breaking changes were made in v0.5.0! Most of these changes are part of a larger refactor that will be finished in 0.6.0, including the introduction of a `Lexer` class. - -* Renderer was renamed to `Compiler` -* the `.render` method was renamed to `.compile` -* Many other smaller changes. A more detailed overview will be provided in 0.6.0. If you don't have to time review code, I recommend you wait for the 0.6.0 release. - -## Usage examples - -```js -var Snapdragon = require('snapdragon'); -var snapdragon = new Snapdragon(); -``` - -**Parse** - -```js -var ast = snapdragon.parser('some string', options) - // parser middleware that can be called by other middleware - .set('foo', function () {}) - // parser middleware, runs immediately in the order defined - .use(bar()) - .use(baz()) -``` - -**Render** - -```js -// pass the `ast` from the parse method -var res = snapdragon.compiler(ast) - // compiler middleware, called when the name of the middleware - // matches the `node.type` (defined in a parser middleware) - .set('bar', function () {}) - .set('baz', function () {}) - .compile() -``` - -See the [examples](./examples/). - -## Getting started - -**Parsers** - -Parsers are middleware functions used for parsing a string into an ast node. - -```js -var ast = snapdragon.parser(str, options) - .use(function() { - var pos = this.position(); - var m = this.match(/^\./); - if (!m) return; - return pos({ - // `type` specifies the compiler to use - type: 'dot', - val: m[0] - }); - }) -``` - -**AST node** - -When the parser finds a match, `pos()` is called, pushing a token for that node onto the ast that looks something like: - -```js -{ type: 'dot', - val: '.', - position: - { start: { lineno: 1, column: 1 }, - end: { lineno: 1, column: 2 } }} -``` - -**Renderers** - -Renderers are _named_ middleware functions that visit over an array of ast nodes to compile a string. - -```js -var res = snapdragon.compiler(ast) - .set('dot', function (node) { - console.log(node.val) - //=> '.' - return this.emit(node.val); - }) -``` - -**Source maps** - -If you want source map support, make sure to emit the position as well. - -```js -var res = snapdragon.compiler(ast) - .set('dot', function (node) { - return this.emit(node.val, node.position); - }) -``` - -## Docs - -### Parser middleware - -A parser middleware is a function that returns an abject called a `token`. This token is pushed onto the AST as a node. - -**Example token** - -```js -{ type: 'dot', - val: '.', - position: - { start: { lineno: 1, column: 1 }, - end: { lineno: 1, column: 2 } }} -``` - -**Example parser middleware** - -Match a single `.` in a string: - -1. Get the starting position by calling `this.position()` -2. pass a regex for matching a single dot to the `.match` method -3. if **no match** is found, return `undefined` -4. if a **match** is found, `pos()` is called, which returns a token with: - - `type`: the name of the [compiler] to use - - `val`: The actual value captured by the regex. In this case, a `.`. Note that you can capture and return whatever will be needed by the corresponding [compiler]. - - The ending position: automatically calculated by adding the length of the first capture group to the starting position. - -## Renderer middleware - -Renderers are run when the name of the compiler middleware matches the `type` defined on an ast `node` (which is defined in a parser). - -**Example** - -Exercise: Parse a dot, then compile it as an escaped dot. - -```js -var ast = snapdragon.parser('.') - .use(function () { - var pos = this.position(); - var m = this.match(/^\./); - if (!m) return; - return pos({ - // define the `type` of compiler to use - type: 'dot', - val: m[0] - }) - }) - -var result = snapdragon.compiler(ast) - .set('dot', function (node) { - return this.emit('\\' + node.val); - }) - .compile() - -console.log(result.output); -//=> '\.' -``` - -## API - -### [Parser](lib/parser.js#L19) - -Create a new `Parser` with the given `input` and `options`. - -**Params** - -* `input` **{String}** -* `options` **{Object}** - -### [.define](lib/parser.js#L103) - -Define a non-enumberable property on the `Parser` instance. - -**Example** - -```js -parser.define('foo', 'bar'); -``` - -**Params** - -* `key` **{String}**: propery name -* `val` **{any}**: property value -* `returns` **{Object}**: Returns the Parser instance for chaining. - -Set parser `name` with the given `fn` - -**Params** - -* `name` **{String}** -* `fn` **{Function}** - -Get parser `name` - -**Params** - -* `name` **{String}** - -Push a `token` onto the `type` stack. - -**Params** - -* `type` **{String}** -* `returns` **{Object}** `token` - -Pop a token off of the `type` stack - -**Params** - -* `type` **{String}** -* `returns` **{Object}**: Returns a token - -Return true if inside a `stack` node. Types are `braces`, `parens` or `brackets`. - -**Params** - -* `type` **{String}** -* `returns` **{Boolean}** - -**Example** - -```js -parser.isType(node, 'brace'); -``` - -**Params** - -* `node` **{Object}** -* `type` **{String}** -* `returns` **{Boolean}** - -### [.define](lib/compiler.js#L71) - -Define a non-enumberable property on the `Compiler` instance. - -**Example** - -```js -compiler.define('foo', 'bar'); -``` - -**Params** - -* `key` **{String}**: propery name -* `val` **{any}**: property value -* `returns` **{Object}**: Returns the Compiler instance for chaining. - -## About - -### Related projects - -* [braces](https://www.npmjs.com/package/braces): Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces… [more](https://github.com/jonschlinkert/braces) | [homepage](https://github.com/jonschlinkert/braces "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.") -* [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/jonschlinkert/expand-brackets "Expand POSIX bracket expressions (character classes) in glob patterns.") -* [extglob](https://www.npmjs.com/package/extglob): Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to… [more](https://github.com/jonschlinkert/extglob) | [homepage](https://github.com/jonschlinkert/extglob "Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.") -* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor**
    | -| --- | --- | -| 106 | [jonschlinkert](https://github.com/jonschlinkert) | -| 2 | [doowb](https://github.com/doowb) | - -### Building docs - -_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ - -To generate the readme and API documentation with [verb](https://github.com/verbose/verb): - -```sh -$ npm install -g verb verb-generate-readme && verb -``` - -### Running tests - -Install dev dependencies: - -```sh -$ npm install -d && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -### License - -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT license](https://github.com/jonschlinkert/snapdragon/blob/master/LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on October 10, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon/index.js b/2019-setembro/node_modules/snapdragon/index.js deleted file mode 100644 index 235b464..0000000 --- a/2019-setembro/node_modules/snapdragon/index.js +++ /dev/null @@ -1,174 +0,0 @@ -'use strict'; - -var Base = require('base'); -var define = require('define-property'); -var Compiler = require('./lib/compiler'); -var Parser = require('./lib/parser'); -var utils = require('./lib/utils'); -var regexCache = {}; -var cache = {}; - -/** - * Create a new instance of `Snapdragon` with the given `options`. - * - * ```js - * var snapdragon = new Snapdragon(); - * ``` - * - * @param {Object} `options` - * @api public - */ - -function Snapdragon(options) { - Base.call(this, null, options); - this.options = utils.extend({source: 'string'}, this.options); - this.compiler = new Compiler(this.options); - this.parser = new Parser(this.options); - - Object.defineProperty(this, 'compilers', { - get: function() { - return this.compiler.compilers; - } - }); - - Object.defineProperty(this, 'parsers', { - get: function() { - return this.parser.parsers; - } - }); - - Object.defineProperty(this, 'regex', { - get: function() { - return this.parser.regex; - } - }); -} - -/** - * Inherit Base - */ - -Base.extend(Snapdragon); - -/** - * Add a parser to `snapdragon.parsers` for capturing the given `type` using - * the specified regex or parser function. A function is useful if you need - * to customize how the token is created and/or have access to the parser - * instance to check options, etc. - * - * ```js - * snapdragon - * .capture('slash', /^\//) - * .capture('dot', function() { - * var pos = this.position(); - * var m = this.match(/^\./); - * if (!m) return; - * return pos({ - * type: 'dot', - * val: m[0] - * }); - * }); - * ``` - * @param {String} `type` - * @param {RegExp|Function} `regex` - * @return {Object} Returns the parser instance for chaining - * @api public - */ - -Snapdragon.prototype.capture = function() { - return this.parser.capture.apply(this.parser, arguments); -}; - -/** - * Register a plugin `fn`. - * - * ```js - * var snapdragon = new Snapdgragon([options]); - * snapdragon.use(function() { - * console.log(this); //<= snapdragon instance - * console.log(this.parser); //<= parser instance - * console.log(this.compiler); //<= compiler instance - * }); - * ``` - * @param {Object} `fn` - * @api public - */ - -Snapdragon.prototype.use = function(fn) { - fn.call(this, this); - return this; -}; - -/** - * Parse the given `str`. - * - * ```js - * var snapdragon = new Snapdgragon([options]); - * // register parsers - * snapdragon.parser.use(function() {}); - * - * // parse - * var ast = snapdragon.parse('foo/bar'); - * console.log(ast); - * ``` - * @param {String} `str` - * @param {Object} `options` Set `options.sourcemap` to true to enable source maps. - * @return {Object} Returns an AST. - * @api public - */ - -Snapdragon.prototype.parse = function(str, options) { - this.options = utils.extend({}, this.options, options); - var parsed = this.parser.parse(str, this.options); - - // add non-enumerable parser reference - define(parsed, 'parser', this.parser); - return parsed; -}; - -/** - * Compile the given `AST`. - * - * ```js - * var snapdragon = new Snapdgragon([options]); - * // register plugins - * snapdragon.use(function() {}); - * // register parser plugins - * snapdragon.parser.use(function() {}); - * // register compiler plugins - * snapdragon.compiler.use(function() {}); - * - * // parse - * var ast = snapdragon.parse('foo/bar'); - * - * // compile - * var res = snapdragon.compile(ast); - * console.log(res.output); - * ``` - * @param {Object} `ast` - * @param {Object} `options` - * @return {Object} Returns an object with an `output` property with the rendered string. - * @api public - */ - -Snapdragon.prototype.compile = function(ast, options) { - this.options = utils.extend({}, this.options, options); - var compiled = this.compiler.compile(ast, this.options); - - // add non-enumerable compiler reference - define(compiled, 'compiler', this.compiler); - return compiled; -}; - -/** - * Expose `Snapdragon` - */ - -module.exports = Snapdragon; - -/** - * Expose `Parser` and `Compiler` - */ - -module.exports.Compiler = Compiler; -module.exports.Parser = Parser; diff --git a/2019-setembro/node_modules/snapdragon/lib/compiler.js b/2019-setembro/node_modules/snapdragon/lib/compiler.js deleted file mode 100644 index 0ce9d21..0000000 --- a/2019-setembro/node_modules/snapdragon/lib/compiler.js +++ /dev/null @@ -1,177 +0,0 @@ -'use strict'; - -var use = require('use'); -var define = require('define-property'); -var debug = require('debug')('snapdragon:compiler'); -var utils = require('./utils'); - -/** - * Create a new `Compiler` with the given `options`. - * @param {Object} `options` - */ - -function Compiler(options, state) { - debug('initializing', __filename); - this.options = utils.extend({source: 'string'}, options); - this.state = state || {}; - this.compilers = {}; - this.output = ''; - this.set('eos', function(node) { - return this.emit(node.val, node); - }); - this.set('noop', function(node) { - return this.emit(node.val, node); - }); - this.set('bos', function(node) { - return this.emit(node.val, node); - }); - use(this); -} - -/** - * Prototype methods - */ - -Compiler.prototype = { - - /** - * Throw an error message with details including the cursor position. - * @param {String} `msg` Message to use in the Error. - */ - - error: function(msg, node) { - var pos = node.position || {start: {column: 0}}; - var message = this.options.source + ' column:' + pos.start.column + ': ' + msg; - - var err = new Error(message); - err.reason = msg; - err.column = pos.start.column; - err.source = this.pattern; - - if (this.options.silent) { - this.errors.push(err); - } else { - throw err; - } - }, - - /** - * Define a non-enumberable property on the `Compiler` instance. - * - * ```js - * compiler.define('foo', 'bar'); - * ``` - * @name .define - * @param {String} `key` propery name - * @param {any} `val` property value - * @return {Object} Returns the Compiler instance for chaining. - * @api public - */ - - define: function(key, val) { - define(this, key, val); - return this; - }, - - /** - * Emit `node.val` - */ - - emit: function(str, node) { - this.output += str; - return str; - }, - - /** - * Add a compiler `fn` with the given `name` - */ - - set: function(name, fn) { - this.compilers[name] = fn; - return this; - }, - - /** - * Get compiler `name`. - */ - - get: function(name) { - return this.compilers[name]; - }, - - /** - * Get the previous AST node. - */ - - prev: function(n) { - return this.ast.nodes[this.idx - (n || 1)] || { type: 'bos', val: '' }; - }, - - /** - * Get the next AST node. - */ - - next: function(n) { - return this.ast.nodes[this.idx + (n || 1)] || { type: 'eos', val: '' }; - }, - - /** - * Visit `node`. - */ - - visit: function(node, nodes, i) { - var fn = this.compilers[node.type]; - this.idx = i; - - if (typeof fn !== 'function') { - throw this.error('compiler "' + node.type + '" is not registered', node); - } - return fn.call(this, node, nodes, i); - }, - - /** - * Map visit over array of `nodes`. - */ - - mapVisit: function(nodes) { - if (!Array.isArray(nodes)) { - throw new TypeError('expected an array'); - } - var len = nodes.length; - var idx = -1; - while (++idx < len) { - this.visit(nodes[idx], nodes, idx); - } - return this; - }, - - /** - * Compile `ast`. - */ - - compile: function(ast, options) { - var opts = utils.extend({}, this.options, options); - this.ast = ast; - this.parsingErrors = this.ast.errors; - this.output = ''; - - // source map support - if (opts.sourcemap) { - var sourcemaps = require('./source-maps'); - sourcemaps(this); - this.mapVisit(this.ast.nodes); - this.applySourceMaps(); - this.map = opts.sourcemap === 'generator' ? this.map : this.map.toJSON(); - return this; - } - - this.mapVisit(this.ast.nodes); - return this; - } -}; - -/** - * Expose `Compiler` - */ - -module.exports = Compiler; diff --git a/2019-setembro/node_modules/snapdragon/lib/parser.js b/2019-setembro/node_modules/snapdragon/lib/parser.js deleted file mode 100644 index a5a9b31..0000000 --- a/2019-setembro/node_modules/snapdragon/lib/parser.js +++ /dev/null @@ -1,533 +0,0 @@ -'use strict'; - -var use = require('use'); -var util = require('util'); -var Cache = require('map-cache'); -var define = require('define-property'); -var debug = require('debug')('snapdragon:parser'); -var Position = require('./position'); -var utils = require('./utils'); - -/** - * Create a new `Parser` with the given `input` and `options`. - * @param {String} `input` - * @param {Object} `options` - * @api public - */ - -function Parser(options) { - debug('initializing', __filename); - this.options = utils.extend({source: 'string'}, options); - this.init(this.options); - use(this); -} - -/** - * Prototype methods - */ - -Parser.prototype = { - constructor: Parser, - - init: function(options) { - this.orig = ''; - this.input = ''; - this.parsed = ''; - - this.column = 1; - this.line = 1; - - this.regex = new Cache(); - this.errors = this.errors || []; - this.parsers = this.parsers || {}; - this.types = this.types || []; - this.sets = this.sets || {}; - this.fns = this.fns || []; - this.currentType = 'root'; - - var pos = this.position(); - this.bos = pos({type: 'bos', val: ''}); - - this.ast = { - type: 'root', - errors: this.errors, - nodes: [this.bos] - }; - - define(this.bos, 'parent', this.ast); - this.nodes = [this.ast]; - - this.count = 0; - this.setCount = 0; - this.stack = []; - }, - - /** - * Throw a formatted error with the cursor column and `msg`. - * @param {String} `msg` Message to use in the Error. - */ - - error: function(msg, node) { - var pos = node.position || {start: {column: 0, line: 0}}; - var line = pos.start.line; - var column = pos.start.column; - var source = this.options.source; - - var message = source + ' : ' + msg; - var err = new Error(message); - err.source = source; - err.reason = msg; - err.pos = pos; - - if (this.options.silent) { - this.errors.push(err); - } else { - throw err; - } - }, - - /** - * Define a non-enumberable property on the `Parser` instance. - * - * ```js - * parser.define('foo', 'bar'); - * ``` - * @name .define - * @param {String} `key` propery name - * @param {any} `val` property value - * @return {Object} Returns the Parser instance for chaining. - * @api public - */ - - define: function(key, val) { - define(this, key, val); - return this; - }, - - /** - * Mark position and patch `node.position`. - */ - - position: function() { - var start = { line: this.line, column: this.column }; - var self = this; - - return function(node) { - define(node, 'position', new Position(start, self)); - return node; - }; - }, - - /** - * Set parser `name` with the given `fn` - * @param {String} `name` - * @param {Function} `fn` - * @api public - */ - - set: function(type, fn) { - if (this.types.indexOf(type) === -1) { - this.types.push(type); - } - this.parsers[type] = fn.bind(this); - return this; - }, - - /** - * Get parser `name` - * @param {String} `name` - * @api public - */ - - get: function(name) { - return this.parsers[name]; - }, - - /** - * Push a `token` onto the `type` stack. - * - * @param {String} `type` - * @return {Object} `token` - * @api public - */ - - push: function(type, token) { - this.sets[type] = this.sets[type] || []; - this.count++; - this.stack.push(token); - return this.sets[type].push(token); - }, - - /** - * Pop a token off of the `type` stack - * @param {String} `type` - * @returns {Object} Returns a token - * @api public - */ - - pop: function(type) { - this.sets[type] = this.sets[type] || []; - this.count--; - this.stack.pop(); - return this.sets[type].pop(); - }, - - /** - * Return true if inside a `stack` node. Types are `braces`, `parens` or `brackets`. - * - * @param {String} `type` - * @return {Boolean} - * @api public - */ - - isInside: function(type) { - this.sets[type] = this.sets[type] || []; - return this.sets[type].length > 0; - }, - - /** - * Return true if `node` is the given `type`. - * - * ```js - * parser.isType(node, 'brace'); - * ``` - * @param {Object} `node` - * @param {String} `type` - * @return {Boolean} - * @api public - */ - - isType: function(node, type) { - return node && node.type === type; - }, - - /** - * Get the previous AST node - * @return {Object} - */ - - prev: function(n) { - return this.stack.length > 0 - ? utils.last(this.stack, n) - : utils.last(this.nodes, n); - }, - - /** - * Update line and column based on `str`. - */ - - consume: function(len) { - this.input = this.input.substr(len); - }, - - /** - * Update column based on `str`. - */ - - updatePosition: function(str, len) { - var lines = str.match(/\n/g); - if (lines) this.line += lines.length; - var i = str.lastIndexOf('\n'); - this.column = ~i ? len - i : this.column + len; - this.parsed += str; - this.consume(len); - }, - - /** - * Match `regex`, return captures, and update the cursor position by `match[0]` length. - * @param {RegExp} `regex` - * @return {Object} - */ - - match: function(regex) { - var m = regex.exec(this.input); - if (m) { - this.updatePosition(m[0], m[0].length); - return m; - } - }, - - /** - * Capture `type` with the given regex. - * @param {String} `type` - * @param {RegExp} `regex` - * @return {Function} - */ - - capture: function(type, regex) { - if (typeof regex === 'function') { - return this.set.apply(this, arguments); - } - - this.regex.set(type, regex); - this.set(type, function() { - var parsed = this.parsed; - var pos = this.position(); - var m = this.match(regex); - if (!m || !m[0]) return; - - var prev = this.prev(); - var node = pos({ - type: type, - val: m[0], - parsed: parsed, - rest: this.input - }); - - if (m[1]) { - node.inner = m[1]; - } - - define(node, 'inside', this.stack.length > 0); - define(node, 'parent', prev); - prev.nodes.push(node); - }.bind(this)); - return this; - }, - - /** - * Create a parser with open and close for parens, - * brackets or braces - */ - - capturePair: function(type, openRegex, closeRegex, fn) { - this.sets[type] = this.sets[type] || []; - - /** - * Open - */ - - this.set(type + '.open', function() { - var parsed = this.parsed; - var pos = this.position(); - var m = this.match(openRegex); - if (!m || !m[0]) return; - - var val = m[0]; - this.setCount++; - this.specialChars = true; - var open = pos({ - type: type + '.open', - val: val, - rest: this.input - }); - - if (typeof m[1] !== 'undefined') { - open.inner = m[1]; - } - - var prev = this.prev(); - var node = pos({ - type: type, - nodes: [open] - }); - - define(node, 'rest', this.input); - define(node, 'parsed', parsed); - define(node, 'prefix', m[1]); - define(node, 'parent', prev); - define(open, 'parent', node); - - if (typeof fn === 'function') { - fn.call(this, open, node); - } - - this.push(type, node); - prev.nodes.push(node); - }); - - /** - * Close - */ - - this.set(type + '.close', function() { - var pos = this.position(); - var m = this.match(closeRegex); - if (!m || !m[0]) return; - - var parent = this.pop(type); - var node = pos({ - type: type + '.close', - rest: this.input, - suffix: m[1], - val: m[0] - }); - - if (!this.isType(parent, type)) { - if (this.options.strict) { - throw new Error('missing opening "' + type + '"'); - } - - this.setCount--; - node.escaped = true; - return node; - } - - if (node.suffix === '\\') { - parent.escaped = true; - node.escaped = true; - } - - parent.nodes.push(node); - define(node, 'parent', parent); - }); - - return this; - }, - - /** - * Capture end-of-string - */ - - eos: function() { - var pos = this.position(); - if (this.input) return; - var prev = this.prev(); - - while (prev.type !== 'root' && !prev.visited) { - if (this.options.strict === true) { - throw new SyntaxError('invalid syntax:' + util.inspect(prev, null, 2)); - } - - if (!hasDelims(prev)) { - prev.parent.escaped = true; - prev.escaped = true; - } - - visit(prev, function(node) { - if (!hasDelims(node.parent)) { - node.parent.escaped = true; - node.escaped = true; - } - }); - - prev = prev.parent; - } - - var tok = pos({ - type: 'eos', - val: this.append || '' - }); - - define(tok, 'parent', this.ast); - return tok; - }, - - /** - * Run parsers to advance the cursor position - */ - - next: function() { - var parsed = this.parsed; - var len = this.types.length; - var idx = -1; - var tok; - - while (++idx < len) { - if ((tok = this.parsers[this.types[idx]].call(this))) { - define(tok, 'rest', this.input); - define(tok, 'parsed', parsed); - this.last = tok; - return tok; - } - } - }, - - /** - * Parse the given string. - * @return {Array} - */ - - parse: function(input) { - if (typeof input !== 'string') { - throw new TypeError('expected a string'); - } - - this.init(this.options); - this.orig = input; - this.input = input; - var self = this; - - function parse() { - // check input before calling `.next()` - input = self.input; - - // get the next AST ndoe - var node = self.next(); - if (node) { - var prev = self.prev(); - if (prev) { - define(node, 'parent', prev); - if (prev.nodes) { - prev.nodes.push(node); - } - } - - if (self.sets.hasOwnProperty(prev.type)) { - self.currentType = prev.type; - } - } - - // if we got here but input is not changed, throw an error - if (self.input && input === self.input) { - throw new Error('no parsers registered for: "' + self.input.slice(0, 5) + '"'); - } - } - - while (this.input) parse(); - if (this.stack.length && this.options.strict) { - var node = this.stack.pop(); - throw this.error('missing opening ' + node.type + ': "' + this.orig + '"'); - } - - var eos = this.eos(); - var tok = this.prev(); - if (tok.type !== 'eos') { - this.ast.nodes.push(eos); - } - - return this.ast; - } -}; - -/** - * Visit `node` with the given `fn` - */ - -function visit(node, fn) { - if (!node.visited) { - define(node, 'visited', true); - return node.nodes ? mapVisit(node.nodes, fn) : fn(node); - } - return node; -} - -/** - * Map visit over array of `nodes`. - */ - -function mapVisit(nodes, fn) { - var len = nodes.length; - var idx = -1; - while (++idx < len) { - visit(nodes[idx], fn); - } -} - -function hasOpen(node) { - return node.nodes && node.nodes[0].type === (node.type + '.open'); -} - -function hasClose(node) { - return node.nodes && utils.last(node.nodes).type === (node.type + '.close'); -} - -function hasDelims(node) { - return hasOpen(node) && hasClose(node); -} - -/** - * Expose `Parser` - */ - -module.exports = Parser; diff --git a/2019-setembro/node_modules/snapdragon/lib/position.js b/2019-setembro/node_modules/snapdragon/lib/position.js deleted file mode 100644 index c859696..0000000 --- a/2019-setembro/node_modules/snapdragon/lib/position.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -var define = require('define-property'); - -/** - * Store position for a node - */ - -module.exports = function Position(start, parser) { - this.start = start; - this.end = { line: parser.line, column: parser.column }; - define(this, 'content', parser.orig); - define(this, 'source', parser.options.source); -}; diff --git a/2019-setembro/node_modules/snapdragon/lib/source-maps.js b/2019-setembro/node_modules/snapdragon/lib/source-maps.js deleted file mode 100644 index d8e638b..0000000 --- a/2019-setembro/node_modules/snapdragon/lib/source-maps.js +++ /dev/null @@ -1,145 +0,0 @@ -'use strict'; - -var fs = require('fs'); -var path = require('path'); -var define = require('define-property'); -var utils = require('./utils'); - -/** - * Expose `mixin()`. - * This code is based on `source-maps-support.js` in reworkcss/css - * https://github.com/reworkcss/css/blob/master/lib/stringify/source-map-support.js - * Copyright (c) 2012 TJ Holowaychuk - */ - -module.exports = mixin; - -/** - * Mixin source map support into `compiler`. - * - * @param {Object} `compiler` - * @api public - */ - -function mixin(compiler) { - define(compiler, '_comment', compiler.comment); - compiler.map = new utils.SourceMap.SourceMapGenerator(); - compiler.position = { line: 1, column: 1 }; - compiler.content = {}; - compiler.files = {}; - - for (var key in exports) { - define(compiler, key, exports[key]); - } -} - -/** - * Update position. - * - * @param {String} str - */ - -exports.updatePosition = function(str) { - var lines = str.match(/\n/g); - if (lines) this.position.line += lines.length; - var i = str.lastIndexOf('\n'); - this.position.column = ~i ? str.length - i : this.position.column + str.length; -}; - -/** - * Emit `str` with `position`. - * - * @param {String} str - * @param {Object} [pos] - * @return {String} - */ - -exports.emit = function(str, node) { - var position = node.position || {}; - var source = position.source; - if (source) { - if (position.filepath) { - source = utils.unixify(position.filepath); - } - - this.map.addMapping({ - source: source, - generated: { - line: this.position.line, - column: Math.max(this.position.column - 1, 0) - }, - original: { - line: position.start.line, - column: position.start.column - 1 - } - }); - - if (position.content) { - this.addContent(source, position); - } - if (position.filepath) { - this.addFile(source, position); - } - - this.updatePosition(str); - this.output += str; - } - return str; -}; - -/** - * Adds a file to the source map output if it has not already been added - * @param {String} `file` - * @param {Object} `pos` - */ - -exports.addFile = function(file, position) { - if (typeof position.content !== 'string') return; - if (Object.prototype.hasOwnProperty.call(this.files, file)) return; - this.files[file] = position.content; -}; - -/** - * Adds a content source to the source map output if it has not already been added - * @param {String} `source` - * @param {Object} `position` - */ - -exports.addContent = function(source, position) { - if (typeof position.content !== 'string') return; - if (Object.prototype.hasOwnProperty.call(this.content, source)) return; - this.map.setSourceContent(source, position.content); -}; - -/** - * Applies any original source maps to the output and embeds the source file - * contents in the source map. - */ - -exports.applySourceMaps = function() { - Object.keys(this.files).forEach(function(file) { - var content = this.files[file]; - this.map.setSourceContent(file, content); - - if (this.options.inputSourcemaps === true) { - var originalMap = utils.sourceMapResolve.resolveSync(content, file, fs.readFileSync); - if (originalMap) { - var map = new utils.SourceMap.SourceMapConsumer(originalMap.map); - var relativeTo = originalMap.sourcesRelativeTo; - this.map.applySourceMap(map, file, utils.unixify(path.dirname(relativeTo))); - } - } - }, this); -}; - -/** - * Process comments, drops sourceMap comments. - * @param {Object} node - */ - -exports.comment = function(node) { - if (/^# sourceMappingURL=/.test(node.comment)) { - return this.emit('', node.position); - } - return this._comment(node); -}; diff --git a/2019-setembro/node_modules/snapdragon/lib/utils.js b/2019-setembro/node_modules/snapdragon/lib/utils.js deleted file mode 100644 index 33f07e1..0000000 --- a/2019-setembro/node_modules/snapdragon/lib/utils.js +++ /dev/null @@ -1,48 +0,0 @@ -'use strict'; - -/** - * Module dependencies - */ - -exports.extend = require('extend-shallow'); -exports.SourceMap = require('source-map'); -exports.sourceMapResolve = require('source-map-resolve'); - -/** - * Convert backslash in the given string to forward slashes - */ - -exports.unixify = function(fp) { - return fp.split(/\\+/).join('/'); -}; - -/** - * Return true if `val` is a non-empty string - * - * @param {String} `str` - * @return {Boolean} - */ - -exports.isString = function(str) { - return str && typeof str === 'string'; -}; - -/** - * Cast `val` to an array - * @return {Array} - */ - -exports.arrayify = function(val) { - if (typeof val === 'string') return [val]; - return val ? (Array.isArray(val) ? val : [val]) : []; -}; - -/** - * Get the last `n` element from the given `array` - * @param {Array} `array` - * @return {*} - */ - -exports.last = function(arr, n) { - return arr[arr.length - (n || 1)]; -}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/CHANGELOG.md b/2019-setembro/node_modules/snapdragon/node_modules/source-map/CHANGELOG.md deleted file mode 100644 index 3a8c066..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/CHANGELOG.md +++ /dev/null @@ -1,301 +0,0 @@ -# Change Log - -## 0.5.6 - -* Fix for regression when people were using numbers as names in source maps. See - #236. - -## 0.5.5 - -* Fix "regression" of unsupported, implementation behavior that half the world - happens to have come to depend on. See #235. - -* Fix regression involving function hoisting in SpiderMonkey. See #233. - -## 0.5.4 - -* Large performance improvements to source-map serialization. See #228 and #229. - -## 0.5.3 - -* Do not include unnecessary distribution files. See - commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86. - -## 0.5.2 - -* Include browser distributions of the library in package.json's `files`. See - issue #212. - -## 0.5.1 - -* Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See - ff05274becc9e6e1295ed60f3ea090d31d843379. - -## 0.5.0 - -* Node 0.8 is no longer supported. - -* Use webpack instead of dryice for bundling. - -* Big speedups serializing source maps. See pull request #203. - -* Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that - explicitly start with the source root. See issue #199. - -## 0.4.4 - -* Fix an issue where using a `SourceMapGenerator` after having created a - `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See - issue #191. - -* Fix an issue with where `SourceMapGenerator` would mistakenly consider - different mappings as duplicates of each other and avoid generating them. See - issue #192. - -## 0.4.3 - -* A very large number of performance improvements, particularly when parsing - source maps. Collectively about 75% of time shaved off of the source map - parsing benchmark! - -* Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy - searching in the presence of a column option. See issue #177. - -* Fix a bug with joining a source and its source root when the source is above - the root. See issue #182. - -* Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to - determine when all sources' contents are inlined into the source map. See - issue #190. - -## 0.4.2 - -* Add an `.npmignore` file so that the benchmarks aren't pulled down by - dependent projects. Issue #169. - -* Add an optional `column` argument to - `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines - with no mappings. Issues #172 and #173. - -## 0.4.1 - -* Fix accidentally defining a global variable. #170. - -## 0.4.0 - -* The default direction for fuzzy searching was changed back to its original - direction. See #164. - -* There is now a `bias` option you can supply to `SourceMapConsumer` to control - the fuzzy searching direction. See #167. - -* About an 8% speed up in parsing source maps. See #159. - -* Added a benchmark for parsing and generating source maps. - -## 0.3.0 - -* Change the default direction that searching for positions fuzzes when there is - not an exact match. See #154. - -* Support for environments using json2.js for JSON serialization. See #156. - -## 0.2.0 - -* Support for consuming "indexed" source maps which do not have any remote - sections. See pull request #127. This introduces a minor backwards - incompatibility if you are monkey patching `SourceMapConsumer.prototype` - methods. - -## 0.1.43 - -* Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue - #148 for some discussion and issues #150, #151, and #152 for implementations. - -## 0.1.42 - -* Fix an issue where `SourceNode`s from different versions of the source-map - library couldn't be used in conjunction with each other. See issue #142. - -## 0.1.41 - -* Fix a bug with getting the source content of relative sources with a "./" - prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768). - -* Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the - column span of each mapping. - -* Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find - all generated positions associated with a given original source and line. - -## 0.1.40 - -* Performance improvements for parsing source maps in SourceMapConsumer. - -## 0.1.39 - -* Fix a bug where setting a source's contents to null before any source content - had been set before threw a TypeError. See issue #131. - -## 0.1.38 - -* Fix a bug where finding relative paths from an empty path were creating - absolute paths. See issue #129. - -## 0.1.37 - -* Fix a bug where if the source root was an empty string, relative source paths - would turn into absolute source paths. Issue #124. - -## 0.1.36 - -* Allow the `names` mapping property to be an empty string. Issue #121. - -## 0.1.35 - -* A third optional parameter was added to `SourceNode.fromStringWithSourceMap` - to specify a path that relative sources in the second parameter should be - relative to. Issue #105. - -* If no file property is given to a `SourceMapGenerator`, then the resulting - source map will no longer have a `null` file property. The property will - simply not exist. Issue #104. - -* Fixed a bug where consecutive newlines were ignored in `SourceNode`s. - Issue #116. - -## 0.1.34 - -* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103. - -* Fix bug involving source contents and the - `SourceMapGenerator.prototype.applySourceMap`. Issue #100. - -## 0.1.33 - -* Fix some edge cases surrounding path joining and URL resolution. - -* Add a third parameter for relative path to - `SourceMapGenerator.prototype.applySourceMap`. - -* Fix issues with mappings and EOLs. - -## 0.1.32 - -* Fixed a bug where SourceMapConsumer couldn't handle negative relative columns - (issue 92). - -* Fixed test runner to actually report number of failed tests as its process - exit code. - -* Fixed a typo when reporting bad mappings (issue 87). - -## 0.1.31 - -* Delay parsing the mappings in SourceMapConsumer until queried for a source - location. - -* Support Sass source maps (which at the time of writing deviate from the spec - in small ways) in SourceMapConsumer. - -## 0.1.30 - -* Do not join source root with a source, when the source is a data URI. - -* Extend the test runner to allow running single specific test files at a time. - -* Performance improvements in `SourceNode.prototype.walk` and - `SourceMapConsumer.prototype.eachMapping`. - -* Source map browser builds will now work inside Workers. - -* Better error messages when attempting to add an invalid mapping to a - `SourceMapGenerator`. - -## 0.1.29 - -* Allow duplicate entries in the `names` and `sources` arrays of source maps - (usually from TypeScript) we are parsing. Fixes github issue 72. - -## 0.1.28 - -* Skip duplicate mappings when creating source maps from SourceNode; github - issue 75. - -## 0.1.27 - -* Don't throw an error when the `file` property is missing in SourceMapConsumer, - we don't use it anyway. - -## 0.1.26 - -* Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70. - -## 0.1.25 - -* Make compatible with browserify - -## 0.1.24 - -* Fix issue with absolute paths and `file://` URIs. See - https://bugzilla.mozilla.org/show_bug.cgi?id=885597 - -## 0.1.23 - -* Fix issue with absolute paths and sourcesContent, github issue 64. - -## 0.1.22 - -* Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21. - -## 0.1.21 - -* Fixed handling of sources that start with a slash so that they are relative to - the source root's host. - -## 0.1.20 - -* Fixed github issue #43: absolute URLs aren't joined with the source root - anymore. - -## 0.1.19 - -* Using Travis CI to run tests. - -## 0.1.18 - -* Fixed a bug in the handling of sourceRoot. - -## 0.1.17 - -* Added SourceNode.fromStringWithSourceMap. - -## 0.1.16 - -* Added missing documentation. - -* Fixed the generating of empty mappings in SourceNode. - -## 0.1.15 - -* Added SourceMapGenerator.applySourceMap. - -## 0.1.14 - -* The sourceRoot is now handled consistently. - -## 0.1.13 - -* Added SourceMapGenerator.fromSourceMap. - -## 0.1.12 - -* SourceNode now generates empty mappings too. - -## 0.1.11 - -* Added name support to SourceNode. - -## 0.1.10 - -* Added sourcesContent support to the customer and generator. diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/LICENSE b/2019-setembro/node_modules/snapdragon/node_modules/source-map/LICENSE deleted file mode 100644 index ed1b7cf..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/LICENSE +++ /dev/null @@ -1,28 +0,0 @@ - -Copyright (c) 2009-2011, Mozilla Foundation and contributors -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the names of the Mozilla Foundation nor the names of project - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/README.md b/2019-setembro/node_modules/snapdragon/node_modules/source-map/README.md deleted file mode 100644 index 3281339..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/README.md +++ /dev/null @@ -1,729 +0,0 @@ -# Source Map - -[![Build Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mozilla/source-map) - -[![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map) - -This is a library to generate and consume the source map format -[described here][format]. - -[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit - -## Use with Node - - $ npm install source-map - -## Use on the Web - - - --------------------------------------------------------------------------------- - - - - - -## Table of Contents - -- [Examples](#examples) - - [Consuming a source map](#consuming-a-source-map) - - [Generating a source map](#generating-a-source-map) - - [With SourceNode (high level API)](#with-sourcenode-high-level-api) - - [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api) -- [API](#api) - - [SourceMapConsumer](#sourcemapconsumer) - - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap) - - [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans) - - [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition) - - [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition) - - [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition) - - [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources) - - [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing) - - [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order) - - [SourceMapGenerator](#sourcemapgenerator) - - [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap) - - [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer) - - [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping) - - [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent) - - [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath) - - [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring) - - [SourceNode](#sourcenode) - - [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name) - - [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath) - - [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk) - - [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk) - - [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent) - - [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn) - - [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn) - - [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep) - - [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement) - - [SourceNode.prototype.toString()](#sourcenodeprototypetostring) - - [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap) - - - -## Examples - -### Consuming a source map - -```js -var rawSourceMap = { - version: 3, - file: 'min.js', - names: ['bar', 'baz', 'n'], - sources: ['one.js', 'two.js'], - sourceRoot: 'http://example.com/www/js/', - mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA' -}; - -var smc = new SourceMapConsumer(rawSourceMap); - -console.log(smc.sources); -// [ 'http://example.com/www/js/one.js', -// 'http://example.com/www/js/two.js' ] - -console.log(smc.originalPositionFor({ - line: 2, - column: 28 -})); -// { source: 'http://example.com/www/js/two.js', -// line: 2, -// column: 10, -// name: 'n' } - -console.log(smc.generatedPositionFor({ - source: 'http://example.com/www/js/two.js', - line: 2, - column: 10 -})); -// { line: 2, column: 28 } - -smc.eachMapping(function (m) { - // ... -}); -``` - -### Generating a source map - -In depth guide: -[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/) - -#### With SourceNode (high level API) - -```js -function compile(ast) { - switch (ast.type) { - case 'BinaryExpression': - return new SourceNode( - ast.location.line, - ast.location.column, - ast.location.source, - [compile(ast.left), " + ", compile(ast.right)] - ); - case 'Literal': - return new SourceNode( - ast.location.line, - ast.location.column, - ast.location.source, - String(ast.value) - ); - // ... - default: - throw new Error("Bad AST"); - } -} - -var ast = parse("40 + 2", "add.js"); -console.log(compile(ast).toStringWithSourceMap({ - file: 'add.js' -})); -// { code: '40 + 2', -// map: [object SourceMapGenerator] } -``` - -#### With SourceMapGenerator (low level API) - -```js -var map = new SourceMapGenerator({ - file: "source-mapped.js" -}); - -map.addMapping({ - generated: { - line: 10, - column: 35 - }, - source: "foo.js", - original: { - line: 33, - column: 2 - }, - name: "christopher" -}); - -console.log(map.toString()); -// '{"version":3,"file":"source-mapped.js","sources":["foo.js"],"names":["christopher"],"mappings":";;;;;;;;;mCAgCEA"}' -``` - -## API - -Get a reference to the module: - -```js -// Node.js -var sourceMap = require('source-map'); - -// Browser builds -var sourceMap = window.sourceMap; - -// Inside Firefox -const sourceMap = require("devtools/toolkit/sourcemap/source-map.js"); -``` - -### SourceMapConsumer - -A SourceMapConsumer instance represents a parsed source map which we can query -for information about the original file positions by giving it a file position -in the generated source. - -#### new SourceMapConsumer(rawSourceMap) - -The only parameter is the raw source map (either as a string which can be -`JSON.parse`'d, or an object). According to the spec, source maps have the -following attributes: - -* `version`: Which version of the source map spec this map is following. - -* `sources`: An array of URLs to the original source files. - -* `names`: An array of identifiers which can be referenced by individual - mappings. - -* `sourceRoot`: Optional. The URL root from which all sources are relative. - -* `sourcesContent`: Optional. An array of contents of the original source files. - -* `mappings`: A string of base64 VLQs which contain the actual mappings. - -* `file`: Optional. The generated filename this source map is associated with. - -```js -var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData); -``` - -#### SourceMapConsumer.prototype.computeColumnSpans() - -Compute the last column for each generated mapping. The last column is -inclusive. - -```js -// Before: -consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) -// [ { line: 2, -// column: 1 }, -// { line: 2, -// column: 10 }, -// { line: 2, -// column: 20 } ] - -consumer.computeColumnSpans(); - -// After: -consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) -// [ { line: 2, -// column: 1, -// lastColumn: 9 }, -// { line: 2, -// column: 10, -// lastColumn: 19 }, -// { line: 2, -// column: 20, -// lastColumn: Infinity } ] - -``` - -#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition) - -Returns the original source, line, and column information for the generated -source's line and column positions provided. The only argument is an object with -the following properties: - -* `line`: The line number in the generated source. - -* `column`: The column number in the generated source. - -* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or - `SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest - element that is smaller than or greater than the one we are searching for, - respectively, if the exact element cannot be found. Defaults to - `SourceMapConsumer.GREATEST_LOWER_BOUND`. - -and an object is returned with the following properties: - -* `source`: The original source file, or null if this information is not - available. - -* `line`: The line number in the original source, or null if this information is - not available. - -* `column`: The column number in the original source, or null if this - information is not available. - -* `name`: The original identifier, or null if this information is not available. - -```js -consumer.originalPositionFor({ line: 2, column: 10 }) -// { source: 'foo.coffee', -// line: 2, -// column: 2, -// name: null } - -consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 }) -// { source: null, -// line: null, -// column: null, -// name: null } -``` - -#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition) - -Returns the generated line and column information for the original source, -line, and column positions provided. The only argument is an object with -the following properties: - -* `source`: The filename of the original source. - -* `line`: The line number in the original source. - -* `column`: The column number in the original source. - -and an object is returned with the following properties: - -* `line`: The line number in the generated source, or null. - -* `column`: The column number in the generated source, or null. - -```js -consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 }) -// { line: 1, -// column: 56 } -``` - -#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition) - -Returns all generated line and column information for the original source, line, -and column provided. If no column is provided, returns all mappings -corresponding to a either the line we are searching for or the next closest line -that has any mappings. Otherwise, returns all mappings corresponding to the -given line and either the column we are searching for or the next closest column -that has any offsets. - -The only argument is an object with the following properties: - -* `source`: The filename of the original source. - -* `line`: The line number in the original source. - -* `column`: Optional. The column number in the original source. - -and an array of objects is returned, each with the following properties: - -* `line`: The line number in the generated source, or null. - -* `column`: The column number in the generated source, or null. - -```js -consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" }) -// [ { line: 2, -// column: 1 }, -// { line: 2, -// column: 10 }, -// { line: 2, -// column: 20 } ] -``` - -#### SourceMapConsumer.prototype.hasContentsOfAllSources() - -Return true if we have the embedded source content for every source listed in -the source map, false otherwise. - -In other words, if this method returns `true`, then -`consumer.sourceContentFor(s)` will succeed for every source `s` in -`consumer.sources`. - -```js -// ... -if (consumer.hasContentsOfAllSources()) { - consumerReadyCallback(consumer); -} else { - fetchSources(consumer, consumerReadyCallback); -} -// ... -``` - -#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing]) - -Returns the original source content for the source provided. The only -argument is the URL of the original source file. - -If the source content for the given source is not found, then an error is -thrown. Optionally, pass `true` as the second param to have `null` returned -instead. - -```js -consumer.sources -// [ "my-cool-lib.clj" ] - -consumer.sourceContentFor("my-cool-lib.clj") -// "..." - -consumer.sourceContentFor("this is not in the source map"); -// Error: "this is not in the source map" is not in the source map - -consumer.sourceContentFor("this is not in the source map", true); -// null -``` - -#### SourceMapConsumer.prototype.eachMapping(callback, context, order) - -Iterate over each mapping between an original source/line/column and a -generated line/column in this source map. - -* `callback`: The function that is called with each mapping. Mappings have the - form `{ source, generatedLine, generatedColumn, originalLine, originalColumn, - name }` - -* `context`: Optional. If specified, this object will be the value of `this` - every time that `callback` is called. - -* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or - `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over - the mappings sorted by the generated file's line/column order or the - original's source/line/column order, respectively. Defaults to - `SourceMapConsumer.GENERATED_ORDER`. - -```js -consumer.eachMapping(function (m) { console.log(m); }) -// ... -// { source: 'illmatic.js', -// generatedLine: 1, -// generatedColumn: 0, -// originalLine: 1, -// originalColumn: 0, -// name: null } -// { source: 'illmatic.js', -// generatedLine: 2, -// generatedColumn: 0, -// originalLine: 2, -// originalColumn: 0, -// name: null } -// ... -``` -### SourceMapGenerator - -An instance of the SourceMapGenerator represents a source map which is being -built incrementally. - -#### new SourceMapGenerator([startOfSourceMap]) - -You may pass an object with the following properties: - -* `file`: The filename of the generated source that this source map is - associated with. - -* `sourceRoot`: A root for all relative URLs in this source map. - -* `skipValidation`: Optional. When `true`, disables validation of mappings as - they are added. This can improve performance but should be used with - discretion, as a last resort. Even then, one should avoid using this flag when - running tests, if possible. - -```js -var generator = new sourceMap.SourceMapGenerator({ - file: "my-generated-javascript-file.js", - sourceRoot: "http://example.com/app/js/" -}); -``` - -#### SourceMapGenerator.fromSourceMap(sourceMapConsumer) - -Creates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance. - -* `sourceMapConsumer` The SourceMap. - -```js -var generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer); -``` - -#### SourceMapGenerator.prototype.addMapping(mapping) - -Add a single mapping from original source line and column to the generated -source's line and column for this source map being created. The mapping object -should have the following properties: - -* `generated`: An object with the generated line and column positions. - -* `original`: An object with the original line and column positions. - -* `source`: The original source file (relative to the sourceRoot). - -* `name`: An optional original token name for this mapping. - -```js -generator.addMapping({ - source: "module-one.scm", - original: { line: 128, column: 0 }, - generated: { line: 3, column: 456 } -}) -``` - -#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent) - -Set the source content for an original source file. - -* `sourceFile` the URL of the original source file. - -* `sourceContent` the content of the source file. - -```js -generator.setSourceContent("module-one.scm", - fs.readFileSync("path/to/module-one.scm")) -``` - -#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]]) - -Applies a SourceMap for a source file to the SourceMap. -Each mapping to the supplied source file is rewritten using the -supplied SourceMap. Note: The resolution for the resulting mappings -is the minimum of this map and the supplied map. - -* `sourceMapConsumer`: The SourceMap to be applied. - -* `sourceFile`: Optional. The filename of the source file. - If omitted, sourceMapConsumer.file will be used, if it exists. - Otherwise an error will be thrown. - -* `sourceMapPath`: Optional. The dirname of the path to the SourceMap - to be applied. If relative, it is relative to the SourceMap. - - This parameter is needed when the two SourceMaps aren't in the same - directory, and the SourceMap to be applied contains relative source - paths. If so, those relative source paths need to be rewritten - relative to the SourceMap. - - If omitted, it is assumed that both SourceMaps are in the same directory, - thus not needing any rewriting. (Supplying `'.'` has the same effect.) - -#### SourceMapGenerator.prototype.toString() - -Renders the source map being generated to a string. - -```js -generator.toString() -// '{"version":3,"sources":["module-one.scm"],"names":[],"mappings":"...snip...","file":"my-generated-javascript-file.js","sourceRoot":"http://example.com/app/js/"}' -``` - -### SourceNode - -SourceNodes provide a way to abstract over interpolating and/or concatenating -snippets of generated JavaScript source code, while maintaining the line and -column information associated between those snippets and the original source -code. This is useful as the final intermediate representation a compiler might -use before outputting the generated JS and source map. - -#### new SourceNode([line, column, source[, chunk[, name]]]) - -* `line`: The original line number associated with this source node, or null if - it isn't associated with an original line. - -* `column`: The original column number associated with this source node, or null - if it isn't associated with an original column. - -* `source`: The original source's filename; null if no filename is provided. - -* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see - below. - -* `name`: Optional. The original identifier. - -```js -var node = new SourceNode(1, 2, "a.cpp", [ - new SourceNode(3, 4, "b.cpp", "extern int status;\n"), - new SourceNode(5, 6, "c.cpp", "std::string* make_string(size_t n);\n"), - new SourceNode(7, 8, "d.cpp", "int main(int argc, char** argv) {}\n"), -]); -``` - -#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath]) - -Creates a SourceNode from generated code and a SourceMapConsumer. - -* `code`: The generated code - -* `sourceMapConsumer` The SourceMap for the generated code - -* `relativePath` The optional path that relative sources in `sourceMapConsumer` - should be relative to. - -```js -var consumer = new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8")); -var node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"), - consumer); -``` - -#### SourceNode.prototype.add(chunk) - -Add a chunk of generated JS to this source node. - -* `chunk`: A string snippet of generated JS code, another instance of - `SourceNode`, or an array where each member is one of those things. - -```js -node.add(" + "); -node.add(otherNode); -node.add([leftHandOperandNode, " + ", rightHandOperandNode]); -``` - -#### SourceNode.prototype.prepend(chunk) - -Prepend a chunk of generated JS to this source node. - -* `chunk`: A string snippet of generated JS code, another instance of - `SourceNode`, or an array where each member is one of those things. - -```js -node.prepend("/** Build Id: f783haef86324gf **/\n\n"); -``` - -#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent) - -Set the source content for a source file. This will be added to the -`SourceMap` in the `sourcesContent` field. - -* `sourceFile`: The filename of the source file - -* `sourceContent`: The content of the source file - -```js -node.setSourceContent("module-one.scm", - fs.readFileSync("path/to/module-one.scm")) -``` - -#### SourceNode.prototype.walk(fn) - -Walk over the tree of JS snippets in this node and its children. The walking -function is called once for each snippet of JS and is passed that snippet and -the its original associated source's line/column location. - -* `fn`: The traversal function. - -```js -var node = new SourceNode(1, 2, "a.js", [ - new SourceNode(3, 4, "b.js", "uno"), - "dos", - [ - "tres", - new SourceNode(5, 6, "c.js", "quatro") - ] -]); - -node.walk(function (code, loc) { console.log("WALK:", code, loc); }) -// WALK: uno { source: 'b.js', line: 3, column: 4, name: null } -// WALK: dos { source: 'a.js', line: 1, column: 2, name: null } -// WALK: tres { source: 'a.js', line: 1, column: 2, name: null } -// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null } -``` - -#### SourceNode.prototype.walkSourceContents(fn) - -Walk over the tree of SourceNodes. The walking function is called for each -source file content and is passed the filename and source content. - -* `fn`: The traversal function. - -```js -var a = new SourceNode(1, 2, "a.js", "generated from a"); -a.setSourceContent("a.js", "original a"); -var b = new SourceNode(1, 2, "b.js", "generated from b"); -b.setSourceContent("b.js", "original b"); -var c = new SourceNode(1, 2, "c.js", "generated from c"); -c.setSourceContent("c.js", "original c"); - -var node = new SourceNode(null, null, null, [a, b, c]); -node.walkSourceContents(function (source, contents) { console.log("WALK:", source, ":", contents); }) -// WALK: a.js : original a -// WALK: b.js : original b -// WALK: c.js : original c -``` - -#### SourceNode.prototype.join(sep) - -Like `Array.prototype.join` except for SourceNodes. Inserts the separator -between each of this source node's children. - -* `sep`: The separator. - -```js -var lhs = new SourceNode(1, 2, "a.rs", "my_copy"); -var operand = new SourceNode(3, 4, "a.rs", "="); -var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()"); - -var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]); -var joinedNode = node.join(" "); -``` - -#### SourceNode.prototype.replaceRight(pattern, replacement) - -Call `String.prototype.replace` on the very right-most source snippet. Useful -for trimming white space from the end of a source node, etc. - -* `pattern`: The pattern to replace. - -* `replacement`: The thing to replace the pattern with. - -```js -// Trim trailing white space. -node.replaceRight(/\s*$/, ""); -``` - -#### SourceNode.prototype.toString() - -Return the string representation of this source node. Walks over the tree and -concatenates all the various snippets together to one string. - -```js -var node = new SourceNode(1, 2, "a.js", [ - new SourceNode(3, 4, "b.js", "uno"), - "dos", - [ - "tres", - new SourceNode(5, 6, "c.js", "quatro") - ] -]); - -node.toString() -// 'unodostresquatro' -``` - -#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap]) - -Returns the string representation of this tree of source nodes, plus a -SourceMapGenerator which contains all the mappings between the generated and -original sources. - -The arguments are the same as those to `new SourceMapGenerator`. - -```js -var node = new SourceNode(1, 2, "a.js", [ - new SourceNode(3, 4, "b.js", "uno"), - "dos", - [ - "tres", - new SourceNode(5, 6, "c.js", "quatro") - ] -]); - -node.toStringWithSourceMap({ file: "my-output-file.js" }) -// { code: 'unodostresquatro', -// map: [object SourceMapGenerator] } -``` diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.debug.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.debug.js deleted file mode 100644 index b5ab638..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.debug.js +++ /dev/null @@ -1,3091 +0,0 @@ -(function webpackUniversalModuleDefinition(root, factory) { - if(typeof exports === 'object' && typeof module === 'object') - module.exports = factory(); - else if(typeof define === 'function' && define.amd) - define([], factory); - else if(typeof exports === 'object') - exports["sourceMap"] = factory(); - else - root["sourceMap"] = factory(); -})(this, function() { -return /******/ (function(modules) { // webpackBootstrap -/******/ // The module cache -/******/ var installedModules = {}; -/******/ -/******/ // The require function -/******/ function __webpack_require__(moduleId) { -/******/ -/******/ // Check if module is in cache -/******/ if(installedModules[moduleId]) -/******/ return installedModules[moduleId].exports; -/******/ -/******/ // Create a new module (and put it into the cache) -/******/ var module = installedModules[moduleId] = { -/******/ exports: {}, -/******/ id: moduleId, -/******/ loaded: false -/******/ }; -/******/ -/******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); -/******/ -/******/ // Flag the module as loaded -/******/ module.loaded = true; -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/******/ -/******/ // expose the modules object (__webpack_modules__) -/******/ __webpack_require__.m = modules; -/******/ -/******/ // expose the module cache -/******/ __webpack_require__.c = installedModules; -/******/ -/******/ // __webpack_public_path__ -/******/ __webpack_require__.p = ""; -/******/ -/******/ // Load entry module and return exports -/******/ return __webpack_require__(0); -/******/ }) -/************************************************************************/ -/******/ ([ -/* 0 */ -/***/ (function(module, exports, __webpack_require__) { - - /* - * Copyright 2009-2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE.txt or: - * http://opensource.org/licenses/BSD-3-Clause - */ - exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; - exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; - exports.SourceNode = __webpack_require__(10).SourceNode; - - -/***/ }), -/* 1 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var base64VLQ = __webpack_require__(2); - var util = __webpack_require__(4); - var ArraySet = __webpack_require__(5).ArraySet; - var MappingList = __webpack_require__(6).MappingList; - - /** - * An instance of the SourceMapGenerator represents a source map which is - * being built incrementally. You may pass an object with the following - * properties: - * - * - file: The filename of the generated source. - * - sourceRoot: A root for all relative URLs in this source map. - */ - function SourceMapGenerator(aArgs) { - if (!aArgs) { - aArgs = {}; - } - this._file = util.getArg(aArgs, 'file', null); - this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); - this._skipValidation = util.getArg(aArgs, 'skipValidation', false); - this._sources = new ArraySet(); - this._names = new ArraySet(); - this._mappings = new MappingList(); - this._sourcesContents = null; - } - - SourceMapGenerator.prototype._version = 3; - - /** - * Creates a new SourceMapGenerator based on a SourceMapConsumer - * - * @param aSourceMapConsumer The SourceMap. - */ - SourceMapGenerator.fromSourceMap = - function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { - var sourceRoot = aSourceMapConsumer.sourceRoot; - var generator = new SourceMapGenerator({ - file: aSourceMapConsumer.file, - sourceRoot: sourceRoot - }); - aSourceMapConsumer.eachMapping(function (mapping) { - var newMapping = { - generated: { - line: mapping.generatedLine, - column: mapping.generatedColumn - } - }; - - if (mapping.source != null) { - newMapping.source = mapping.source; - if (sourceRoot != null) { - newMapping.source = util.relative(sourceRoot, newMapping.source); - } - - newMapping.original = { - line: mapping.originalLine, - column: mapping.originalColumn - }; - - if (mapping.name != null) { - newMapping.name = mapping.name; - } - } - - generator.addMapping(newMapping); - }); - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - generator.setSourceContent(sourceFile, content); - } - }); - return generator; - }; - - /** - * Add a single mapping from original source line and column to the generated - * source's line and column for this source map being created. The mapping - * object should have the following properties: - * - * - generated: An object with the generated line and column positions. - * - original: An object with the original line and column positions. - * - source: The original source file (relative to the sourceRoot). - * - name: An optional original token name for this mapping. - */ - SourceMapGenerator.prototype.addMapping = - function SourceMapGenerator_addMapping(aArgs) { - var generated = util.getArg(aArgs, 'generated'); - var original = util.getArg(aArgs, 'original', null); - var source = util.getArg(aArgs, 'source', null); - var name = util.getArg(aArgs, 'name', null); - - if (!this._skipValidation) { - this._validateMapping(generated, original, source, name); - } - - if (source != null) { - source = String(source); - if (!this._sources.has(source)) { - this._sources.add(source); - } - } - - if (name != null) { - name = String(name); - if (!this._names.has(name)) { - this._names.add(name); - } - } - - this._mappings.add({ - generatedLine: generated.line, - generatedColumn: generated.column, - originalLine: original != null && original.line, - originalColumn: original != null && original.column, - source: source, - name: name - }); - }; - - /** - * Set the source content for a source file. - */ - SourceMapGenerator.prototype.setSourceContent = - function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { - var source = aSourceFile; - if (this._sourceRoot != null) { - source = util.relative(this._sourceRoot, source); - } - - if (aSourceContent != null) { - // Add the source content to the _sourcesContents map. - // Create a new _sourcesContents map if the property is null. - if (!this._sourcesContents) { - this._sourcesContents = Object.create(null); - } - this._sourcesContents[util.toSetString(source)] = aSourceContent; - } else if (this._sourcesContents) { - // Remove the source file from the _sourcesContents map. - // If the _sourcesContents map is empty, set the property to null. - delete this._sourcesContents[util.toSetString(source)]; - if (Object.keys(this._sourcesContents).length === 0) { - this._sourcesContents = null; - } - } - }; - - /** - * Applies the mappings of a sub-source-map for a specific source file to the - * source map being generated. Each mapping to the supplied source file is - * rewritten using the supplied source map. Note: The resolution for the - * resulting mappings is the minimium of this map and the supplied map. - * - * @param aSourceMapConsumer The source map to be applied. - * @param aSourceFile Optional. The filename of the source file. - * If omitted, SourceMapConsumer's file property will be used. - * @param aSourceMapPath Optional. The dirname of the path to the source map - * to be applied. If relative, it is relative to the SourceMapConsumer. - * This parameter is needed when the two source maps aren't in the same - * directory, and the source map to be applied contains relative source - * paths. If so, those relative source paths need to be rewritten - * relative to the SourceMapGenerator. - */ - SourceMapGenerator.prototype.applySourceMap = - function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { - var sourceFile = aSourceFile; - // If aSourceFile is omitted, we will use the file property of the SourceMap - if (aSourceFile == null) { - if (aSourceMapConsumer.file == null) { - throw new Error( - 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + - 'or the source map\'s "file" property. Both were omitted.' - ); - } - sourceFile = aSourceMapConsumer.file; - } - var sourceRoot = this._sourceRoot; - // Make "sourceFile" relative if an absolute Url is passed. - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - // Applying the SourceMap can add and remove items from the sources and - // the names array. - var newSources = new ArraySet(); - var newNames = new ArraySet(); - - // Find mappings for the "sourceFile" - this._mappings.unsortedForEach(function (mapping) { - if (mapping.source === sourceFile && mapping.originalLine != null) { - // Check if it can be mapped by the source map, then update the mapping. - var original = aSourceMapConsumer.originalPositionFor({ - line: mapping.originalLine, - column: mapping.originalColumn - }); - if (original.source != null) { - // Copy mapping - mapping.source = original.source; - if (aSourceMapPath != null) { - mapping.source = util.join(aSourceMapPath, mapping.source) - } - if (sourceRoot != null) { - mapping.source = util.relative(sourceRoot, mapping.source); - } - mapping.originalLine = original.line; - mapping.originalColumn = original.column; - if (original.name != null) { - mapping.name = original.name; - } - } - } - - var source = mapping.source; - if (source != null && !newSources.has(source)) { - newSources.add(source); - } - - var name = mapping.name; - if (name != null && !newNames.has(name)) { - newNames.add(name); - } - - }, this); - this._sources = newSources; - this._names = newNames; - - // Copy sourcesContents of applied map. - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aSourceMapPath != null) { - sourceFile = util.join(aSourceMapPath, sourceFile); - } - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - this.setSourceContent(sourceFile, content); - } - }, this); - }; - - /** - * A mapping can have one of the three levels of data: - * - * 1. Just the generated position. - * 2. The Generated position, original position, and original source. - * 3. Generated and original position, original source, as well as a name - * token. - * - * To maintain consistency, we validate that any new mapping being added falls - * in to one of these categories. - */ - SourceMapGenerator.prototype._validateMapping = - function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, - aName) { - // When aOriginal is truthy but has empty values for .line and .column, - // it is most likely a programmer error. In this case we throw a very - // specific error message to try to guide them the right way. - // For example: https://github.com/Polymer/polymer-bundler/pull/519 - if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { - throw new Error( - 'original.line and original.column are not numbers -- you probably meant to omit ' + - 'the original mapping entirely and only map the generated position. If so, pass ' + - 'null for the original mapping instead of an object with empty or null values.' - ); - } - - if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aGenerated.line > 0 && aGenerated.column >= 0 - && !aOriginal && !aSource && !aName) { - // Case 1. - return; - } - else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aOriginal && 'line' in aOriginal && 'column' in aOriginal - && aGenerated.line > 0 && aGenerated.column >= 0 - && aOriginal.line > 0 && aOriginal.column >= 0 - && aSource) { - // Cases 2 and 3. - return; - } - else { - throw new Error('Invalid mapping: ' + JSON.stringify({ - generated: aGenerated, - source: aSource, - original: aOriginal, - name: aName - })); - } - }; - - /** - * Serialize the accumulated mappings in to the stream of base 64 VLQs - * specified by the source map format. - */ - SourceMapGenerator.prototype._serializeMappings = - function SourceMapGenerator_serializeMappings() { - var previousGeneratedColumn = 0; - var previousGeneratedLine = 1; - var previousOriginalColumn = 0; - var previousOriginalLine = 0; - var previousName = 0; - var previousSource = 0; - var result = ''; - var next; - var mapping; - var nameIdx; - var sourceIdx; - - var mappings = this._mappings.toArray(); - for (var i = 0, len = mappings.length; i < len; i++) { - mapping = mappings[i]; - next = '' - - if (mapping.generatedLine !== previousGeneratedLine) { - previousGeneratedColumn = 0; - while (mapping.generatedLine !== previousGeneratedLine) { - next += ';'; - previousGeneratedLine++; - } - } - else { - if (i > 0) { - if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { - continue; - } - next += ','; - } - } - - next += base64VLQ.encode(mapping.generatedColumn - - previousGeneratedColumn); - previousGeneratedColumn = mapping.generatedColumn; - - if (mapping.source != null) { - sourceIdx = this._sources.indexOf(mapping.source); - next += base64VLQ.encode(sourceIdx - previousSource); - previousSource = sourceIdx; - - // lines are stored 0-based in SourceMap spec version 3 - next += base64VLQ.encode(mapping.originalLine - 1 - - previousOriginalLine); - previousOriginalLine = mapping.originalLine - 1; - - next += base64VLQ.encode(mapping.originalColumn - - previousOriginalColumn); - previousOriginalColumn = mapping.originalColumn; - - if (mapping.name != null) { - nameIdx = this._names.indexOf(mapping.name); - next += base64VLQ.encode(nameIdx - previousName); - previousName = nameIdx; - } - } - - result += next; - } - - return result; - }; - - SourceMapGenerator.prototype._generateSourcesContent = - function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { - return aSources.map(function (source) { - if (!this._sourcesContents) { - return null; - } - if (aSourceRoot != null) { - source = util.relative(aSourceRoot, source); - } - var key = util.toSetString(source); - return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) - ? this._sourcesContents[key] - : null; - }, this); - }; - - /** - * Externalize the source map. - */ - SourceMapGenerator.prototype.toJSON = - function SourceMapGenerator_toJSON() { - var map = { - version: this._version, - sources: this._sources.toArray(), - names: this._names.toArray(), - mappings: this._serializeMappings() - }; - if (this._file != null) { - map.file = this._file; - } - if (this._sourceRoot != null) { - map.sourceRoot = this._sourceRoot; - } - if (this._sourcesContents) { - map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); - } - - return map; - }; - - /** - * Render the source map being generated to a string. - */ - SourceMapGenerator.prototype.toString = - function SourceMapGenerator_toString() { - return JSON.stringify(this.toJSON()); - }; - - exports.SourceMapGenerator = SourceMapGenerator; - - -/***/ }), -/* 2 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - * - * Based on the Base 64 VLQ implementation in Closure Compiler: - * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java - * - * Copyright 2011 The Closure Compiler Authors. All rights reserved. - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials provided - * with the distribution. - * * Neither the name of Google Inc. nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - var base64 = __webpack_require__(3); - - // A single base 64 digit can contain 6 bits of data. For the base 64 variable - // length quantities we use in the source map spec, the first bit is the sign, - // the next four bits are the actual value, and the 6th bit is the - // continuation bit. The continuation bit tells us whether there are more - // digits in this value following this digit. - // - // Continuation - // | Sign - // | | - // V V - // 101011 - - var VLQ_BASE_SHIFT = 5; - - // binary: 100000 - var VLQ_BASE = 1 << VLQ_BASE_SHIFT; - - // binary: 011111 - var VLQ_BASE_MASK = VLQ_BASE - 1; - - // binary: 100000 - var VLQ_CONTINUATION_BIT = VLQ_BASE; - - /** - * Converts from a two-complement value to a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) - * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) - */ - function toVLQSigned(aValue) { - return aValue < 0 - ? ((-aValue) << 1) + 1 - : (aValue << 1) + 0; - } - - /** - * Converts to a two-complement value from a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 - * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 - */ - function fromVLQSigned(aValue) { - var isNegative = (aValue & 1) === 1; - var shifted = aValue >> 1; - return isNegative - ? -shifted - : shifted; - } - - /** - * Returns the base 64 VLQ encoded value. - */ - exports.encode = function base64VLQ_encode(aValue) { - var encoded = ""; - var digit; - - var vlq = toVLQSigned(aValue); - - do { - digit = vlq & VLQ_BASE_MASK; - vlq >>>= VLQ_BASE_SHIFT; - if (vlq > 0) { - // There are still more digits in this value, so we must make sure the - // continuation bit is marked. - digit |= VLQ_CONTINUATION_BIT; - } - encoded += base64.encode(digit); - } while (vlq > 0); - - return encoded; - }; - - /** - * Decodes the next base 64 VLQ value from the given string and returns the - * value and the rest of the string via the out parameter. - */ - exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { - var strLen = aStr.length; - var result = 0; - var shift = 0; - var continuation, digit; - - do { - if (aIndex >= strLen) { - throw new Error("Expected more digits in base 64 VLQ value."); - } - - digit = base64.decode(aStr.charCodeAt(aIndex++)); - if (digit === -1) { - throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); - } - - continuation = !!(digit & VLQ_CONTINUATION_BIT); - digit &= VLQ_BASE_MASK; - result = result + (digit << shift); - shift += VLQ_BASE_SHIFT; - } while (continuation); - - aOutParam.value = fromVLQSigned(result); - aOutParam.rest = aIndex; - }; - - -/***/ }), -/* 3 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); - - /** - * Encode an integer in the range of 0 to 63 to a single base 64 digit. - */ - exports.encode = function (number) { - if (0 <= number && number < intToCharMap.length) { - return intToCharMap[number]; - } - throw new TypeError("Must be between 0 and 63: " + number); - }; - - /** - * Decode a single base 64 character code digit to an integer. Returns -1 on - * failure. - */ - exports.decode = function (charCode) { - var bigA = 65; // 'A' - var bigZ = 90; // 'Z' - - var littleA = 97; // 'a' - var littleZ = 122; // 'z' - - var zero = 48; // '0' - var nine = 57; // '9' - - var plus = 43; // '+' - var slash = 47; // '/' - - var littleOffset = 26; - var numberOffset = 52; - - // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ - if (bigA <= charCode && charCode <= bigZ) { - return (charCode - bigA); - } - - // 26 - 51: abcdefghijklmnopqrstuvwxyz - if (littleA <= charCode && charCode <= littleZ) { - return (charCode - littleA + littleOffset); - } - - // 52 - 61: 0123456789 - if (zero <= charCode && charCode <= nine) { - return (charCode - zero + numberOffset); - } - - // 62: + - if (charCode == plus) { - return 62; - } - - // 63: / - if (charCode == slash) { - return 63; - } - - // Invalid base64 digit. - return -1; - }; - - -/***/ }), -/* 4 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - /** - * This is a helper function for getting values from parameter/options - * objects. - * - * @param args The object we are extracting values from - * @param name The name of the property we are getting. - * @param defaultValue An optional value to return if the property is missing - * from the object. If this is not specified and the property is missing, an - * error will be thrown. - */ - function getArg(aArgs, aName, aDefaultValue) { - if (aName in aArgs) { - return aArgs[aName]; - } else if (arguments.length === 3) { - return aDefaultValue; - } else { - throw new Error('"' + aName + '" is a required argument.'); - } - } - exports.getArg = getArg; - - var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/; - var dataUrlRegexp = /^data:.+\,.+$/; - - function urlParse(aUrl) { - var match = aUrl.match(urlRegexp); - if (!match) { - return null; - } - return { - scheme: match[1], - auth: match[2], - host: match[3], - port: match[4], - path: match[5] - }; - } - exports.urlParse = urlParse; - - function urlGenerate(aParsedUrl) { - var url = ''; - if (aParsedUrl.scheme) { - url += aParsedUrl.scheme + ':'; - } - url += '//'; - if (aParsedUrl.auth) { - url += aParsedUrl.auth + '@'; - } - if (aParsedUrl.host) { - url += aParsedUrl.host; - } - if (aParsedUrl.port) { - url += ":" + aParsedUrl.port - } - if (aParsedUrl.path) { - url += aParsedUrl.path; - } - return url; - } - exports.urlGenerate = urlGenerate; - - /** - * Normalizes a path, or the path portion of a URL: - * - * - Replaces consecutive slashes with one slash. - * - Removes unnecessary '.' parts. - * - Removes unnecessary '/..' parts. - * - * Based on code in the Node.js 'path' core module. - * - * @param aPath The path or url to normalize. - */ - function normalize(aPath) { - var path = aPath; - var url = urlParse(aPath); - if (url) { - if (!url.path) { - return aPath; - } - path = url.path; - } - var isAbsolute = exports.isAbsolute(path); - - var parts = path.split(/\/+/); - for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { - part = parts[i]; - if (part === '.') { - parts.splice(i, 1); - } else if (part === '..') { - up++; - } else if (up > 0) { - if (part === '') { - // The first part is blank if the path is absolute. Trying to go - // above the root is a no-op. Therefore we can remove all '..' parts - // directly after the root. - parts.splice(i + 1, up); - up = 0; - } else { - parts.splice(i, 2); - up--; - } - } - } - path = parts.join('/'); - - if (path === '') { - path = isAbsolute ? '/' : '.'; - } - - if (url) { - url.path = path; - return urlGenerate(url); - } - return path; - } - exports.normalize = normalize; - - /** - * Joins two paths/URLs. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be joined with the root. - * - * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a - * scheme-relative URL: Then the scheme of aRoot, if any, is prepended - * first. - * - Otherwise aPath is a path. If aRoot is a URL, then its path portion - * is updated with the result and aRoot is returned. Otherwise the result - * is returned. - * - If aPath is absolute, the result is aPath. - * - Otherwise the two paths are joined with a slash. - * - Joining for example 'http://' and 'www.example.com' is also supported. - */ - function join(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - if (aPath === "") { - aPath = "."; - } - var aPathUrl = urlParse(aPath); - var aRootUrl = urlParse(aRoot); - if (aRootUrl) { - aRoot = aRootUrl.path || '/'; - } - - // `join(foo, '//www.example.org')` - if (aPathUrl && !aPathUrl.scheme) { - if (aRootUrl) { - aPathUrl.scheme = aRootUrl.scheme; - } - return urlGenerate(aPathUrl); - } - - if (aPathUrl || aPath.match(dataUrlRegexp)) { - return aPath; - } - - // `join('http://', 'www.example.com')` - if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { - aRootUrl.host = aPath; - return urlGenerate(aRootUrl); - } - - var joined = aPath.charAt(0) === '/' - ? aPath - : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); - - if (aRootUrl) { - aRootUrl.path = joined; - return urlGenerate(aRootUrl); - } - return joined; - } - exports.join = join; - - exports.isAbsolute = function (aPath) { - return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp); - }; - - /** - * Make a path relative to a URL or another path. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be made relative to aRoot. - */ - function relative(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - - aRoot = aRoot.replace(/\/$/, ''); - - // It is possible for the path to be above the root. In this case, simply - // checking whether the root is a prefix of the path won't work. Instead, we - // need to remove components from the root one by one, until either we find - // a prefix that fits, or we run out of components to remove. - var level = 0; - while (aPath.indexOf(aRoot + '/') !== 0) { - var index = aRoot.lastIndexOf("/"); - if (index < 0) { - return aPath; - } - - // If the only part of the root that is left is the scheme (i.e. http://, - // file:///, etc.), one or more slashes (/), or simply nothing at all, we - // have exhausted all components, so the path is not relative to the root. - aRoot = aRoot.slice(0, index); - if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { - return aPath; - } - - ++level; - } - - // Make sure we add a "../" for each component we removed from the root. - return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); - } - exports.relative = relative; - - var supportsNullProto = (function () { - var obj = Object.create(null); - return !('__proto__' in obj); - }()); - - function identity (s) { - return s; - } - - /** - * Because behavior goes wacky when you set `__proto__` on objects, we - * have to prefix all the strings in our set with an arbitrary character. - * - * See https://github.com/mozilla/source-map/pull/31 and - * https://github.com/mozilla/source-map/issues/30 - * - * @param String aStr - */ - function toSetString(aStr) { - if (isProtoString(aStr)) { - return '$' + aStr; - } - - return aStr; - } - exports.toSetString = supportsNullProto ? identity : toSetString; - - function fromSetString(aStr) { - if (isProtoString(aStr)) { - return aStr.slice(1); - } - - return aStr; - } - exports.fromSetString = supportsNullProto ? identity : fromSetString; - - function isProtoString(s) { - if (!s) { - return false; - } - - var length = s.length; - - if (length < 9 /* "__proto__".length */) { - return false; - } - - if (s.charCodeAt(length - 1) !== 95 /* '_' */ || - s.charCodeAt(length - 2) !== 95 /* '_' */ || - s.charCodeAt(length - 3) !== 111 /* 'o' */ || - s.charCodeAt(length - 4) !== 116 /* 't' */ || - s.charCodeAt(length - 5) !== 111 /* 'o' */ || - s.charCodeAt(length - 6) !== 114 /* 'r' */ || - s.charCodeAt(length - 7) !== 112 /* 'p' */ || - s.charCodeAt(length - 8) !== 95 /* '_' */ || - s.charCodeAt(length - 9) !== 95 /* '_' */) { - return false; - } - - for (var i = length - 10; i >= 0; i--) { - if (s.charCodeAt(i) !== 36 /* '$' */) { - return false; - } - } - - return true; - } - - /** - * Comparator between two mappings where the original positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same original source/line/column, but different generated - * line and column the same. Useful when searching for a mapping with a - * stubbed out mapping. - */ - function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { - var cmp = mappingA.source - mappingB.source; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0 || onlyCompareOriginal) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - return mappingA.name - mappingB.name; - } - exports.compareByOriginalPositions = compareByOriginalPositions; - - /** - * Comparator between two mappings with deflated source and name indices where - * the generated positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same generated line and column, but different - * source/name/original line and column the same. Useful when searching for a - * mapping with a stubbed out mapping. - */ - function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0 || onlyCompareGenerated) { - return cmp; - } - - cmp = mappingA.source - mappingB.source; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return mappingA.name - mappingB.name; - } - exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; - - function strcmp(aStr1, aStr2) { - if (aStr1 === aStr2) { - return 0; - } - - if (aStr1 > aStr2) { - return 1; - } - - return -1; - } - - /** - * Comparator between two mappings with inflated source and name strings where - * the generated positions are compared. - */ - function compareByGeneratedPositionsInflated(mappingA, mappingB) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); - } - exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; - - -/***/ }), -/* 5 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - var has = Object.prototype.hasOwnProperty; - var hasNativeMap = typeof Map !== "undefined"; - - /** - * A data structure which is a combination of an array and a set. Adding a new - * member is O(1), testing for membership is O(1), and finding the index of an - * element is O(1). Removing elements from the set is not supported. Only - * strings are supported for membership. - */ - function ArraySet() { - this._array = []; - this._set = hasNativeMap ? new Map() : Object.create(null); - } - - /** - * Static method for creating ArraySet instances from an existing array. - */ - ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { - var set = new ArraySet(); - for (var i = 0, len = aArray.length; i < len; i++) { - set.add(aArray[i], aAllowDuplicates); - } - return set; - }; - - /** - * Return how many unique items are in this ArraySet. If duplicates have been - * added, than those do not count towards the size. - * - * @returns Number - */ - ArraySet.prototype.size = function ArraySet_size() { - return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; - }; - - /** - * Add the given string to this set. - * - * @param String aStr - */ - ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { - var sStr = hasNativeMap ? aStr : util.toSetString(aStr); - var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); - var idx = this._array.length; - if (!isDuplicate || aAllowDuplicates) { - this._array.push(aStr); - } - if (!isDuplicate) { - if (hasNativeMap) { - this._set.set(aStr, idx); - } else { - this._set[sStr] = idx; - } - } - }; - - /** - * Is the given string a member of this set? - * - * @param String aStr - */ - ArraySet.prototype.has = function ArraySet_has(aStr) { - if (hasNativeMap) { - return this._set.has(aStr); - } else { - var sStr = util.toSetString(aStr); - return has.call(this._set, sStr); - } - }; - - /** - * What is the index of the given string in the array? - * - * @param String aStr - */ - ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { - if (hasNativeMap) { - var idx = this._set.get(aStr); - if (idx >= 0) { - return idx; - } - } else { - var sStr = util.toSetString(aStr); - if (has.call(this._set, sStr)) { - return this._set[sStr]; - } - } - - throw new Error('"' + aStr + '" is not in the set.'); - }; - - /** - * What is the element at the given index? - * - * @param Number aIdx - */ - ArraySet.prototype.at = function ArraySet_at(aIdx) { - if (aIdx >= 0 && aIdx < this._array.length) { - return this._array[aIdx]; - } - throw new Error('No element indexed by ' + aIdx); - }; - - /** - * Returns the array representation of this set (which has the proper indices - * indicated by indexOf). Note that this is a copy of the internal array used - * for storing the members so that no one can mess with internal state. - */ - ArraySet.prototype.toArray = function ArraySet_toArray() { - return this._array.slice(); - }; - - exports.ArraySet = ArraySet; - - -/***/ }), -/* 6 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2014 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - - /** - * Determine whether mappingB is after mappingA with respect to generated - * position. - */ - function generatedPositionAfter(mappingA, mappingB) { - // Optimized for most common case - var lineA = mappingA.generatedLine; - var lineB = mappingB.generatedLine; - var columnA = mappingA.generatedColumn; - var columnB = mappingB.generatedColumn; - return lineB > lineA || lineB == lineA && columnB >= columnA || - util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; - } - - /** - * A data structure to provide a sorted view of accumulated mappings in a - * performance conscious manner. It trades a neglibable overhead in general - * case for a large speedup in case of mappings being added in order. - */ - function MappingList() { - this._array = []; - this._sorted = true; - // Serves as infimum - this._last = {generatedLine: -1, generatedColumn: 0}; - } - - /** - * Iterate through internal items. This method takes the same arguments that - * `Array.prototype.forEach` takes. - * - * NOTE: The order of the mappings is NOT guaranteed. - */ - MappingList.prototype.unsortedForEach = - function MappingList_forEach(aCallback, aThisArg) { - this._array.forEach(aCallback, aThisArg); - }; - - /** - * Add the given source mapping. - * - * @param Object aMapping - */ - MappingList.prototype.add = function MappingList_add(aMapping) { - if (generatedPositionAfter(this._last, aMapping)) { - this._last = aMapping; - this._array.push(aMapping); - } else { - this._sorted = false; - this._array.push(aMapping); - } - }; - - /** - * Returns the flat, sorted array of mappings. The mappings are sorted by - * generated position. - * - * WARNING: This method returns internal data without copying, for - * performance. The return value must NOT be mutated, and should be treated as - * an immutable borrow. If you want to take ownership, you must make your own - * copy. - */ - MappingList.prototype.toArray = function MappingList_toArray() { - if (!this._sorted) { - this._array.sort(util.compareByGeneratedPositionsInflated); - this._sorted = true; - } - return this._array; - }; - - exports.MappingList = MappingList; - - -/***/ }), -/* 7 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - var binarySearch = __webpack_require__(8); - var ArraySet = __webpack_require__(5).ArraySet; - var base64VLQ = __webpack_require__(2); - var quickSort = __webpack_require__(9).quickSort; - - function SourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - return sourceMap.sections != null - ? new IndexedSourceMapConsumer(sourceMap) - : new BasicSourceMapConsumer(sourceMap); - } - - SourceMapConsumer.fromSourceMap = function(aSourceMap) { - return BasicSourceMapConsumer.fromSourceMap(aSourceMap); - } - - /** - * The version of the source mapping spec that we are consuming. - */ - SourceMapConsumer.prototype._version = 3; - - // `__generatedMappings` and `__originalMappings` are arrays that hold the - // parsed mapping coordinates from the source map's "mappings" attribute. They - // are lazily instantiated, accessed via the `_generatedMappings` and - // `_originalMappings` getters respectively, and we only parse the mappings - // and create these arrays once queried for a source location. We jump through - // these hoops because there can be many thousands of mappings, and parsing - // them is expensive, so we only want to do it if we must. - // - // Each object in the arrays is of the form: - // - // { - // generatedLine: The line number in the generated code, - // generatedColumn: The column number in the generated code, - // source: The path to the original source file that generated this - // chunk of code, - // originalLine: The line number in the original source that - // corresponds to this chunk of generated code, - // originalColumn: The column number in the original source that - // corresponds to this chunk of generated code, - // name: The name of the original symbol which generated this chunk of - // code. - // } - // - // All properties except for `generatedLine` and `generatedColumn` can be - // `null`. - // - // `_generatedMappings` is ordered by the generated positions. - // - // `_originalMappings` is ordered by the original positions. - - SourceMapConsumer.prototype.__generatedMappings = null; - Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { - get: function () { - if (!this.__generatedMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__generatedMappings; - } - }); - - SourceMapConsumer.prototype.__originalMappings = null; - Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { - get: function () { - if (!this.__originalMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__originalMappings; - } - }); - - SourceMapConsumer.prototype._charIsMappingSeparator = - function SourceMapConsumer_charIsMappingSeparator(aStr, index) { - var c = aStr.charAt(index); - return c === ";" || c === ","; - }; - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - SourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - throw new Error("Subclasses must implement _parseMappings"); - }; - - SourceMapConsumer.GENERATED_ORDER = 1; - SourceMapConsumer.ORIGINAL_ORDER = 2; - - SourceMapConsumer.GREATEST_LOWER_BOUND = 1; - SourceMapConsumer.LEAST_UPPER_BOUND = 2; - - /** - * Iterate over each mapping between an original source/line/column and a - * generated line/column in this source map. - * - * @param Function aCallback - * The function that is called with each mapping. - * @param Object aContext - * Optional. If specified, this object will be the value of `this` every - * time that `aCallback` is called. - * @param aOrder - * Either `SourceMapConsumer.GENERATED_ORDER` or - * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to - * iterate over the mappings sorted by the generated file's line/column - * order or the original's source/line/column order, respectively. Defaults to - * `SourceMapConsumer.GENERATED_ORDER`. - */ - SourceMapConsumer.prototype.eachMapping = - function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { - var context = aContext || null; - var order = aOrder || SourceMapConsumer.GENERATED_ORDER; - - var mappings; - switch (order) { - case SourceMapConsumer.GENERATED_ORDER: - mappings = this._generatedMappings; - break; - case SourceMapConsumer.ORIGINAL_ORDER: - mappings = this._originalMappings; - break; - default: - throw new Error("Unknown order of iteration."); - } - - var sourceRoot = this.sourceRoot; - mappings.map(function (mapping) { - var source = mapping.source === null ? null : this._sources.at(mapping.source); - if (source != null && sourceRoot != null) { - source = util.join(sourceRoot, source); - } - return { - source: source, - generatedLine: mapping.generatedLine, - generatedColumn: mapping.generatedColumn, - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: mapping.name === null ? null : this._names.at(mapping.name) - }; - }, this).forEach(aCallback, context); - }; - - /** - * Returns all generated line and column information for the original source, - * line, and column provided. If no column is provided, returns all mappings - * corresponding to a either the line we are searching for or the next - * closest line that has any mappings. Otherwise, returns all mappings - * corresponding to the given line and either the column we are searching for - * or the next closest column that has any offsets. - * - * The only argument is an object with the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: Optional. the column number in the original source. - * - * and an array of objects is returned, each with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ - SourceMapConsumer.prototype.allGeneratedPositionsFor = - function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { - var line = util.getArg(aArgs, 'line'); - - // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping - // returns the index of the closest mapping less than the needle. By - // setting needle.originalColumn to 0, we thus find the last mapping for - // the given line, provided such a mapping exists. - var needle = { - source: util.getArg(aArgs, 'source'), - originalLine: line, - originalColumn: util.getArg(aArgs, 'column', 0) - }; - - if (this.sourceRoot != null) { - needle.source = util.relative(this.sourceRoot, needle.source); - } - if (!this._sources.has(needle.source)) { - return []; - } - needle.source = this._sources.indexOf(needle.source); - - var mappings = []; - - var index = this._findMapping(needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - binarySearch.LEAST_UPPER_BOUND); - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (aArgs.column === undefined) { - var originalLine = mapping.originalLine; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we found. Since - // mappings are sorted, this is guaranteed to find all mappings for - // the line we found. - while (mapping && mapping.originalLine === originalLine) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } else { - var originalColumn = mapping.originalColumn; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we were searching for. - // Since mappings are sorted, this is guaranteed to find all mappings for - // the line we are searching for. - while (mapping && - mapping.originalLine === line && - mapping.originalColumn == originalColumn) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } - } - - return mappings; - }; - - exports.SourceMapConsumer = SourceMapConsumer; - - /** - * A BasicSourceMapConsumer instance represents a parsed source map which we can - * query for information about the original file positions by giving it a file - * position in the generated source. - * - * The only parameter is the raw source map (either as a JSON string, or - * already parsed to an object). According to the spec, source maps have the - * following attributes: - * - * - version: Which version of the source map spec this map is following. - * - sources: An array of URLs to the original source files. - * - names: An array of identifiers which can be referrenced by individual mappings. - * - sourceRoot: Optional. The URL root from which all sources are relative. - * - sourcesContent: Optional. An array of contents of the original source files. - * - mappings: A string of base64 VLQs which contain the actual mappings. - * - file: Optional. The generated file this source map is associated with. - * - * Here is an example source map, taken from the source map spec[0]: - * - * { - * version : 3, - * file: "out.js", - * sourceRoot : "", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AA,AB;;ABCDE;" - * } - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# - */ - function BasicSourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - var version = util.getArg(sourceMap, 'version'); - var sources = util.getArg(sourceMap, 'sources'); - // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which - // requires the array) to play nice here. - var names = util.getArg(sourceMap, 'names', []); - var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); - var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); - var mappings = util.getArg(sourceMap, 'mappings'); - var file = util.getArg(sourceMap, 'file', null); - - // Once again, Sass deviates from the spec and supplies the version as a - // string rather than a number, so we use loose equality checking here. - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - sources = sources - .map(String) - // Some source maps produce relative source paths like "./foo.js" instead of - // "foo.js". Normalize these first so that future comparisons will succeed. - // See bugzil.la/1090768. - .map(util.normalize) - // Always ensure that absolute sources are internally stored relative to - // the source root, if the source root is absolute. Not doing this would - // be particularly problematic when the source root is a prefix of the - // source (valid, but why??). See github issue #199 and bugzil.la/1188982. - .map(function (source) { - return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) - ? util.relative(sourceRoot, source) - : source; - }); - - // Pass `true` below to allow duplicate names and sources. While source maps - // are intended to be compressed and deduplicated, the TypeScript compiler - // sometimes generates source maps with duplicates in them. See Github issue - // #72 and bugzil.la/889492. - this._names = ArraySet.fromArray(names.map(String), true); - this._sources = ArraySet.fromArray(sources, true); - - this.sourceRoot = sourceRoot; - this.sourcesContent = sourcesContent; - this._mappings = mappings; - this.file = file; - } - - BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); - BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; - - /** - * Create a BasicSourceMapConsumer from a SourceMapGenerator. - * - * @param SourceMapGenerator aSourceMap - * The source map that will be consumed. - * @returns BasicSourceMapConsumer - */ - BasicSourceMapConsumer.fromSourceMap = - function SourceMapConsumer_fromSourceMap(aSourceMap) { - var smc = Object.create(BasicSourceMapConsumer.prototype); - - var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); - var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); - smc.sourceRoot = aSourceMap._sourceRoot; - smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), - smc.sourceRoot); - smc.file = aSourceMap._file; - - // Because we are modifying the entries (by converting string sources and - // names to indices into the sources and names ArraySets), we have to make - // a copy of the entry or else bad things happen. Shared mutable state - // strikes again! See github issue #191. - - var generatedMappings = aSourceMap._mappings.toArray().slice(); - var destGeneratedMappings = smc.__generatedMappings = []; - var destOriginalMappings = smc.__originalMappings = []; - - for (var i = 0, length = generatedMappings.length; i < length; i++) { - var srcMapping = generatedMappings[i]; - var destMapping = new Mapping; - destMapping.generatedLine = srcMapping.generatedLine; - destMapping.generatedColumn = srcMapping.generatedColumn; - - if (srcMapping.source) { - destMapping.source = sources.indexOf(srcMapping.source); - destMapping.originalLine = srcMapping.originalLine; - destMapping.originalColumn = srcMapping.originalColumn; - - if (srcMapping.name) { - destMapping.name = names.indexOf(srcMapping.name); - } - - destOriginalMappings.push(destMapping); - } - - destGeneratedMappings.push(destMapping); - } - - quickSort(smc.__originalMappings, util.compareByOriginalPositions); - - return smc; - }; - - /** - * The version of the source mapping spec that we are consuming. - */ - BasicSourceMapConsumer.prototype._version = 3; - - /** - * The list of original sources. - */ - Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { - get: function () { - return this._sources.toArray().map(function (s) { - return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s; - }, this); - } - }); - - /** - * Provide the JIT with a nice shape / hidden class. - */ - function Mapping() { - this.generatedLine = 0; - this.generatedColumn = 0; - this.source = null; - this.originalLine = null; - this.originalColumn = null; - this.name = null; - } - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - BasicSourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - var generatedLine = 1; - var previousGeneratedColumn = 0; - var previousOriginalLine = 0; - var previousOriginalColumn = 0; - var previousSource = 0; - var previousName = 0; - var length = aStr.length; - var index = 0; - var cachedSegments = {}; - var temp = {}; - var originalMappings = []; - var generatedMappings = []; - var mapping, str, segment, end, value; - - while (index < length) { - if (aStr.charAt(index) === ';') { - generatedLine++; - index++; - previousGeneratedColumn = 0; - } - else if (aStr.charAt(index) === ',') { - index++; - } - else { - mapping = new Mapping(); - mapping.generatedLine = generatedLine; - - // Because each offset is encoded relative to the previous one, - // many segments often have the same encoding. We can exploit this - // fact by caching the parsed variable length fields of each segment, - // allowing us to avoid a second parse if we encounter the same - // segment again. - for (end = index; end < length; end++) { - if (this._charIsMappingSeparator(aStr, end)) { - break; - } - } - str = aStr.slice(index, end); - - segment = cachedSegments[str]; - if (segment) { - index += str.length; - } else { - segment = []; - while (index < end) { - base64VLQ.decode(aStr, index, temp); - value = temp.value; - index = temp.rest; - segment.push(value); - } - - if (segment.length === 2) { - throw new Error('Found a source, but no line and column'); - } - - if (segment.length === 3) { - throw new Error('Found a source and line, but no column'); - } - - cachedSegments[str] = segment; - } - - // Generated column. - mapping.generatedColumn = previousGeneratedColumn + segment[0]; - previousGeneratedColumn = mapping.generatedColumn; - - if (segment.length > 1) { - // Original source. - mapping.source = previousSource + segment[1]; - previousSource += segment[1]; - - // Original line. - mapping.originalLine = previousOriginalLine + segment[2]; - previousOriginalLine = mapping.originalLine; - // Lines are stored 0-based - mapping.originalLine += 1; - - // Original column. - mapping.originalColumn = previousOriginalColumn + segment[3]; - previousOriginalColumn = mapping.originalColumn; - - if (segment.length > 4) { - // Original name. - mapping.name = previousName + segment[4]; - previousName += segment[4]; - } - } - - generatedMappings.push(mapping); - if (typeof mapping.originalLine === 'number') { - originalMappings.push(mapping); - } - } - } - - quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); - this.__generatedMappings = generatedMappings; - - quickSort(originalMappings, util.compareByOriginalPositions); - this.__originalMappings = originalMappings; - }; - - /** - * Find the mapping that best matches the hypothetical "needle" mapping that - * we are searching for in the given "haystack" of mappings. - */ - BasicSourceMapConsumer.prototype._findMapping = - function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, - aColumnName, aComparator, aBias) { - // To return the position we are searching for, we must first find the - // mapping for the given position and then return the opposite position it - // points to. Because the mappings are sorted, we can use binary search to - // find the best mapping. - - if (aNeedle[aLineName] <= 0) { - throw new TypeError('Line must be greater than or equal to 1, got ' - + aNeedle[aLineName]); - } - if (aNeedle[aColumnName] < 0) { - throw new TypeError('Column must be greater than or equal to 0, got ' - + aNeedle[aColumnName]); - } - - return binarySearch.search(aNeedle, aMappings, aComparator, aBias); - }; - - /** - * Compute the last column for each generated mapping. The last column is - * inclusive. - */ - BasicSourceMapConsumer.prototype.computeColumnSpans = - function SourceMapConsumer_computeColumnSpans() { - for (var index = 0; index < this._generatedMappings.length; ++index) { - var mapping = this._generatedMappings[index]; - - // Mappings do not contain a field for the last generated columnt. We - // can come up with an optimistic estimate, however, by assuming that - // mappings are contiguous (i.e. given two consecutive mappings, the - // first mapping ends where the second one starts). - if (index + 1 < this._generatedMappings.length) { - var nextMapping = this._generatedMappings[index + 1]; - - if (mapping.generatedLine === nextMapping.generatedLine) { - mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; - continue; - } - } - - // The last mapping for each line spans the entire line. - mapping.lastGeneratedColumn = Infinity; - } - }; - - /** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. - * - column: The column number in the generated source. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. - * - column: The column number in the original source, or null. - * - name: The original identifier, or null. - */ - BasicSourceMapConsumer.prototype.originalPositionFor = - function SourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._generatedMappings, - "generatedLine", - "generatedColumn", - util.compareByGeneratedPositionsDeflated, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._generatedMappings[index]; - - if (mapping.generatedLine === needle.generatedLine) { - var source = util.getArg(mapping, 'source', null); - if (source !== null) { - source = this._sources.at(source); - if (this.sourceRoot != null) { - source = util.join(this.sourceRoot, source); - } - } - var name = util.getArg(mapping, 'name', null); - if (name !== null) { - name = this._names.at(name); - } - return { - source: source, - line: util.getArg(mapping, 'originalLine', null), - column: util.getArg(mapping, 'originalColumn', null), - name: name - }; - } - } - - return { - source: null, - line: null, - column: null, - name: null - }; - }; - - /** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ - BasicSourceMapConsumer.prototype.hasContentsOfAllSources = - function BasicSourceMapConsumer_hasContentsOfAllSources() { - if (!this.sourcesContent) { - return false; - } - return this.sourcesContent.length >= this._sources.size() && - !this.sourcesContent.some(function (sc) { return sc == null; }); - }; - - /** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ - BasicSourceMapConsumer.prototype.sourceContentFor = - function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - if (!this.sourcesContent) { - return null; - } - - if (this.sourceRoot != null) { - aSource = util.relative(this.sourceRoot, aSource); - } - - if (this._sources.has(aSource)) { - return this.sourcesContent[this._sources.indexOf(aSource)]; - } - - var url; - if (this.sourceRoot != null - && (url = util.urlParse(this.sourceRoot))) { - // XXX: file:// URIs and absolute paths lead to unexpected behavior for - // many users. We can help them out when they expect file:// URIs to - // behave like it would if they were running a local HTTP server. See - // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. - var fileUriAbsPath = aSource.replace(/^file:\/\//, ""); - if (url.scheme == "file" - && this._sources.has(fileUriAbsPath)) { - return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] - } - - if ((!url.path || url.path == "/") - && this._sources.has("/" + aSource)) { - return this.sourcesContent[this._sources.indexOf("/" + aSource)]; - } - } - - // This function is used recursively from - // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we - // don't want to throw if we can't find the source - we just want to - // return null, so we provide a flag to exit gracefully. - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - - /** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: The column number in the original source. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ - BasicSourceMapConsumer.prototype.generatedPositionFor = - function SourceMapConsumer_generatedPositionFor(aArgs) { - var source = util.getArg(aArgs, 'source'); - if (this.sourceRoot != null) { - source = util.relative(this.sourceRoot, source); - } - if (!this._sources.has(source)) { - return { - line: null, - column: null, - lastColumn: null - }; - } - source = this._sources.indexOf(source); - - var needle = { - source: source, - originalLine: util.getArg(aArgs, 'line'), - originalColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (mapping.source === needle.source) { - return { - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }; - } - } - - return { - line: null, - column: null, - lastColumn: null - }; - }; - - exports.BasicSourceMapConsumer = BasicSourceMapConsumer; - - /** - * An IndexedSourceMapConsumer instance represents a parsed source map which - * we can query for information. It differs from BasicSourceMapConsumer in - * that it takes "indexed" source maps (i.e. ones with a "sections" field) as - * input. - * - * The only parameter is a raw source map (either as a JSON string, or already - * parsed to an object). According to the spec for indexed source maps, they - * have the following attributes: - * - * - version: Which version of the source map spec this map is following. - * - file: Optional. The generated file this source map is associated with. - * - sections: A list of section definitions. - * - * Each value under the "sections" field has two fields: - * - offset: The offset into the original specified at which this section - * begins to apply, defined as an object with a "line" and "column" - * field. - * - map: A source map definition. This source map could also be indexed, - * but doesn't have to be. - * - * Instead of the "map" field, it's also possible to have a "url" field - * specifying a URL to retrieve a source map from, but that's currently - * unsupported. - * - * Here's an example source map, taken from the source map spec[0], but - * modified to omit a section which uses the "url" field. - * - * { - * version : 3, - * file: "app.js", - * sections: [{ - * offset: {line:100, column:10}, - * map: { - * version : 3, - * file: "section.js", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AAAA,E;;ABCDE;" - * } - * }], - * } - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt - */ - function IndexedSourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - var version = util.getArg(sourceMap, 'version'); - var sections = util.getArg(sourceMap, 'sections'); - - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - this._sources = new ArraySet(); - this._names = new ArraySet(); - - var lastOffset = { - line: -1, - column: 0 - }; - this._sections = sections.map(function (s) { - if (s.url) { - // The url field will require support for asynchronicity. - // See https://github.com/mozilla/source-map/issues/16 - throw new Error('Support for url field in sections not implemented.'); - } - var offset = util.getArg(s, 'offset'); - var offsetLine = util.getArg(offset, 'line'); - var offsetColumn = util.getArg(offset, 'column'); - - if (offsetLine < lastOffset.line || - (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { - throw new Error('Section offsets must be ordered and non-overlapping.'); - } - lastOffset = offset; - - return { - generatedOffset: { - // The offset fields are 0-based, but we use 1-based indices when - // encoding/decoding from VLQ. - generatedLine: offsetLine + 1, - generatedColumn: offsetColumn + 1 - }, - consumer: new SourceMapConsumer(util.getArg(s, 'map')) - } - }); - } - - IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); - IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; - - /** - * The version of the source mapping spec that we are consuming. - */ - IndexedSourceMapConsumer.prototype._version = 3; - - /** - * The list of original sources. - */ - Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { - get: function () { - var sources = []; - for (var i = 0; i < this._sections.length; i++) { - for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { - sources.push(this._sections[i].consumer.sources[j]); - } - } - return sources; - } - }); - - /** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. - * - column: The column number in the generated source. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. - * - column: The column number in the original source, or null. - * - name: The original identifier, or null. - */ - IndexedSourceMapConsumer.prototype.originalPositionFor = - function IndexedSourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - // Find the section containing the generated position we're trying to map - // to an original position. - var sectionIndex = binarySearch.search(needle, this._sections, - function(needle, section) { - var cmp = needle.generatedLine - section.generatedOffset.generatedLine; - if (cmp) { - return cmp; - } - - return (needle.generatedColumn - - section.generatedOffset.generatedColumn); - }); - var section = this._sections[sectionIndex]; - - if (!section) { - return { - source: null, - line: null, - column: null, - name: null - }; - } - - return section.consumer.originalPositionFor({ - line: needle.generatedLine - - (section.generatedOffset.generatedLine - 1), - column: needle.generatedColumn - - (section.generatedOffset.generatedLine === needle.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - bias: aArgs.bias - }); - }; - - /** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ - IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = - function IndexedSourceMapConsumer_hasContentsOfAllSources() { - return this._sections.every(function (s) { - return s.consumer.hasContentsOfAllSources(); - }); - }; - - /** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ - IndexedSourceMapConsumer.prototype.sourceContentFor = - function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - var content = section.consumer.sourceContentFor(aSource, true); - if (content) { - return content; - } - } - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - - /** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: The column number in the original source. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ - IndexedSourceMapConsumer.prototype.generatedPositionFor = - function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - // Only consider this section if the requested source is in the list of - // sources of the consumer. - if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) { - continue; - } - var generatedPosition = section.consumer.generatedPositionFor(aArgs); - if (generatedPosition) { - var ret = { - line: generatedPosition.line + - (section.generatedOffset.generatedLine - 1), - column: generatedPosition.column + - (section.generatedOffset.generatedLine === generatedPosition.line - ? section.generatedOffset.generatedColumn - 1 - : 0) - }; - return ret; - } - } - - return { - line: null, - column: null - }; - }; - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - IndexedSourceMapConsumer.prototype._parseMappings = - function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { - this.__generatedMappings = []; - this.__originalMappings = []; - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - var sectionMappings = section.consumer._generatedMappings; - for (var j = 0; j < sectionMappings.length; j++) { - var mapping = sectionMappings[j]; - - var source = section.consumer._sources.at(mapping.source); - if (section.consumer.sourceRoot !== null) { - source = util.join(section.consumer.sourceRoot, source); - } - this._sources.add(source); - source = this._sources.indexOf(source); - - var name = section.consumer._names.at(mapping.name); - this._names.add(name); - name = this._names.indexOf(name); - - // The mappings coming from the consumer for the section have - // generated positions relative to the start of the section, so we - // need to offset them to be relative to the start of the concatenated - // generated file. - var adjustedMapping = { - source: source, - generatedLine: mapping.generatedLine + - (section.generatedOffset.generatedLine - 1), - generatedColumn: mapping.generatedColumn + - (section.generatedOffset.generatedLine === mapping.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: name - }; - - this.__generatedMappings.push(adjustedMapping); - if (typeof adjustedMapping.originalLine === 'number') { - this.__originalMappings.push(adjustedMapping); - } - } - } - - quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); - quickSort(this.__originalMappings, util.compareByOriginalPositions); - }; - - exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; - - -/***/ }), -/* 8 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - exports.GREATEST_LOWER_BOUND = 1; - exports.LEAST_UPPER_BOUND = 2; - - /** - * Recursive implementation of binary search. - * - * @param aLow Indices here and lower do not contain the needle. - * @param aHigh Indices here and higher do not contain the needle. - * @param aNeedle The element being searched for. - * @param aHaystack The non-empty array being searched. - * @param aCompare Function which takes two elements and returns -1, 0, or 1. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - */ - function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { - // This function terminates when one of the following is true: - // - // 1. We find the exact element we are looking for. - // - // 2. We did not find the exact element, but we can return the index of - // the next-closest element. - // - // 3. We did not find the exact element, and there is no next-closest - // element than the one we are searching for, so we return -1. - var mid = Math.floor((aHigh - aLow) / 2) + aLow; - var cmp = aCompare(aNeedle, aHaystack[mid], true); - if (cmp === 0) { - // Found the element we are looking for. - return mid; - } - else if (cmp > 0) { - // Our needle is greater than aHaystack[mid]. - if (aHigh - mid > 1) { - // The element is in the upper half. - return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); - } - - // The exact needle element was not found in this haystack. Determine if - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return aHigh < aHaystack.length ? aHigh : -1; - } else { - return mid; - } - } - else { - // Our needle is less than aHaystack[mid]. - if (mid - aLow > 1) { - // The element is in the lower half. - return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); - } - - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return mid; - } else { - return aLow < 0 ? -1 : aLow; - } - } - } - - /** - * This is an implementation of binary search which will always try and return - * the index of the closest element if there is no exact hit. This is because - * mappings between original and generated line/col pairs are single points, - * and there is an implicit region between each of them, so a miss just means - * that you aren't on the very start of a region. - * - * @param aNeedle The element you are looking for. - * @param aHaystack The array that is being searched. - * @param aCompare A function which takes the needle and an element in the - * array and returns -1, 0, or 1 depending on whether the needle is less - * than, equal to, or greater than the element, respectively. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. - */ - exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { - if (aHaystack.length === 0) { - return -1; - } - - var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, - aCompare, aBias || exports.GREATEST_LOWER_BOUND); - if (index < 0) { - return -1; - } - - // We have found either the exact element, or the next-closest element than - // the one we are searching for. However, there may be more than one such - // element. Make sure we always return the smallest of these. - while (index - 1 >= 0) { - if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { - break; - } - --index; - } - - return index; - }; - - -/***/ }), -/* 9 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - // It turns out that some (most?) JavaScript engines don't self-host - // `Array.prototype.sort`. This makes sense because C++ will likely remain - // faster than JS when doing raw CPU-intensive sorting. However, when using a - // custom comparator function, calling back and forth between the VM's C++ and - // JIT'd JS is rather slow *and* loses JIT type information, resulting in - // worse generated code for the comparator function than would be optimal. In - // fact, when sorting with a comparator, these costs outweigh the benefits of - // sorting in C++. By using our own JS-implemented Quick Sort (below), we get - // a ~3500ms mean speed-up in `bench/bench.html`. - - /** - * Swap the elements indexed by `x` and `y` in the array `ary`. - * - * @param {Array} ary - * The array. - * @param {Number} x - * The index of the first item. - * @param {Number} y - * The index of the second item. - */ - function swap(ary, x, y) { - var temp = ary[x]; - ary[x] = ary[y]; - ary[y] = temp; - } - - /** - * Returns a random integer within the range `low .. high` inclusive. - * - * @param {Number} low - * The lower bound on the range. - * @param {Number} high - * The upper bound on the range. - */ - function randomIntInRange(low, high) { - return Math.round(low + (Math.random() * (high - low))); - } - - /** - * The Quick Sort algorithm. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - * @param {Number} p - * Start index of the array - * @param {Number} r - * End index of the array - */ - function doQuickSort(ary, comparator, p, r) { - // If our lower bound is less than our upper bound, we (1) partition the - // array into two pieces and (2) recurse on each half. If it is not, this is - // the empty array and our base case. - - if (p < r) { - // (1) Partitioning. - // - // The partitioning chooses a pivot between `p` and `r` and moves all - // elements that are less than or equal to the pivot to the before it, and - // all the elements that are greater than it after it. The effect is that - // once partition is done, the pivot is in the exact place it will be when - // the array is put in sorted order, and it will not need to be moved - // again. This runs in O(n) time. - - // Always choose a random pivot so that an input array which is reverse - // sorted does not cause O(n^2) running time. - var pivotIndex = randomIntInRange(p, r); - var i = p - 1; - - swap(ary, pivotIndex, r); - var pivot = ary[r]; - - // Immediately after `j` is incremented in this loop, the following hold - // true: - // - // * Every element in `ary[p .. i]` is less than or equal to the pivot. - // - // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. - for (var j = p; j < r; j++) { - if (comparator(ary[j], pivot) <= 0) { - i += 1; - swap(ary, i, j); - } - } - - swap(ary, i + 1, j); - var q = i + 1; - - // (2) Recurse on each half. - - doQuickSort(ary, comparator, p, q - 1); - doQuickSort(ary, comparator, q + 1, r); - } - } - - /** - * Sort the given array in-place with the given comparator function. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - */ - exports.quickSort = function (ary, comparator) { - doQuickSort(ary, comparator, 0, ary.length - 1); - }; - - -/***/ }), -/* 10 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; - var util = __webpack_require__(4); - - // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other - // operating systems these days (capturing the result). - var REGEX_NEWLINE = /(\r?\n)/; - - // Newline character code for charCodeAt() comparisons - var NEWLINE_CODE = 10; - - // Private symbol for identifying `SourceNode`s when multiple versions of - // the source-map library are loaded. This MUST NOT CHANGE across - // versions! - var isSourceNode = "$$$isSourceNode$$$"; - - /** - * SourceNodes provide a way to abstract over interpolating/concatenating - * snippets of generated JavaScript source code while maintaining the line and - * column information associated with the original source code. - * - * @param aLine The original line number. - * @param aColumn The original column number. - * @param aSource The original source's filename. - * @param aChunks Optional. An array of strings which are snippets of - * generated JS, or other SourceNodes. - * @param aName The original identifier. - */ - function SourceNode(aLine, aColumn, aSource, aChunks, aName) { - this.children = []; - this.sourceContents = {}; - this.line = aLine == null ? null : aLine; - this.column = aColumn == null ? null : aColumn; - this.source = aSource == null ? null : aSource; - this.name = aName == null ? null : aName; - this[isSourceNode] = true; - if (aChunks != null) this.add(aChunks); - } - - /** - * Creates a SourceNode from generated code and a SourceMapConsumer. - * - * @param aGeneratedCode The generated code - * @param aSourceMapConsumer The SourceMap for the generated code - * @param aRelativePath Optional. The path that relative sources in the - * SourceMapConsumer should be relative to. - */ - SourceNode.fromStringWithSourceMap = - function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { - // The SourceNode we want to fill with the generated code - // and the SourceMap - var node = new SourceNode(); - - // All even indices of this array are one line of the generated code, - // while all odd indices are the newlines between two adjacent lines - // (since `REGEX_NEWLINE` captures its match). - // Processed fragments are accessed by calling `shiftNextLine`. - var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); - var remainingLinesIndex = 0; - var shiftNextLine = function() { - var lineContents = getNextLine(); - // The last line of a file might not have a newline. - var newLine = getNextLine() || ""; - return lineContents + newLine; - - function getNextLine() { - return remainingLinesIndex < remainingLines.length ? - remainingLines[remainingLinesIndex++] : undefined; - } - }; - - // We need to remember the position of "remainingLines" - var lastGeneratedLine = 1, lastGeneratedColumn = 0; - - // The generate SourceNodes we need a code range. - // To extract it current and last mapping is used. - // Here we store the last mapping. - var lastMapping = null; - - aSourceMapConsumer.eachMapping(function (mapping) { - if (lastMapping !== null) { - // We add the code from "lastMapping" to "mapping": - // First check if there is a new line in between. - if (lastGeneratedLine < mapping.generatedLine) { - // Associate first line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - lastGeneratedLine++; - lastGeneratedColumn = 0; - // The remaining code is added without mapping - } else { - // There is no new line in between. - // Associate the code between "lastGeneratedColumn" and - // "mapping.generatedColumn" with "lastMapping" - var nextLine = remainingLines[remainingLinesIndex]; - var code = nextLine.substr(0, mapping.generatedColumn - - lastGeneratedColumn); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - - lastGeneratedColumn); - lastGeneratedColumn = mapping.generatedColumn; - addMappingWithCode(lastMapping, code); - // No more remaining code, continue - lastMapping = mapping; - return; - } - } - // We add the generated code until the first mapping - // to the SourceNode without any mapping. - // Each line is added as separate string. - while (lastGeneratedLine < mapping.generatedLine) { - node.add(shiftNextLine()); - lastGeneratedLine++; - } - if (lastGeneratedColumn < mapping.generatedColumn) { - var nextLine = remainingLines[remainingLinesIndex]; - node.add(nextLine.substr(0, mapping.generatedColumn)); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); - lastGeneratedColumn = mapping.generatedColumn; - } - lastMapping = mapping; - }, this); - // We have processed all mappings. - if (remainingLinesIndex < remainingLines.length) { - if (lastMapping) { - // Associate the remaining code in the current line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - } - // and add the remaining lines without any mapping - node.add(remainingLines.splice(remainingLinesIndex).join("")); - } - - // Copy sourcesContent into SourceNode - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aRelativePath != null) { - sourceFile = util.join(aRelativePath, sourceFile); - } - node.setSourceContent(sourceFile, content); - } - }); - - return node; - - function addMappingWithCode(mapping, code) { - if (mapping === null || mapping.source === undefined) { - node.add(code); - } else { - var source = aRelativePath - ? util.join(aRelativePath, mapping.source) - : mapping.source; - node.add(new SourceNode(mapping.originalLine, - mapping.originalColumn, - source, - code, - mapping.name)); - } - } - }; - - /** - * Add a chunk of generated JS to this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ - SourceNode.prototype.add = function SourceNode_add(aChunk) { - if (Array.isArray(aChunk)) { - aChunk.forEach(function (chunk) { - this.add(chunk); - }, this); - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - if (aChunk) { - this.children.push(aChunk); - } - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; - }; - - /** - * Add a chunk of generated JS to the beginning of this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ - SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { - if (Array.isArray(aChunk)) { - for (var i = aChunk.length-1; i >= 0; i--) { - this.prepend(aChunk[i]); - } - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - this.children.unshift(aChunk); - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; - }; - - /** - * Walk over the tree of JS snippets in this node and its children. The - * walking function is called once for each snippet of JS and is passed that - * snippet and the its original associated source's line/column location. - * - * @param aFn The traversal function. - */ - SourceNode.prototype.walk = function SourceNode_walk(aFn) { - var chunk; - for (var i = 0, len = this.children.length; i < len; i++) { - chunk = this.children[i]; - if (chunk[isSourceNode]) { - chunk.walk(aFn); - } - else { - if (chunk !== '') { - aFn(chunk, { source: this.source, - line: this.line, - column: this.column, - name: this.name }); - } - } - } - }; - - /** - * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between - * each of `this.children`. - * - * @param aSep The separator. - */ - SourceNode.prototype.join = function SourceNode_join(aSep) { - var newChildren; - var i; - var len = this.children.length; - if (len > 0) { - newChildren = []; - for (i = 0; i < len-1; i++) { - newChildren.push(this.children[i]); - newChildren.push(aSep); - } - newChildren.push(this.children[i]); - this.children = newChildren; - } - return this; - }; - - /** - * Call String.prototype.replace on the very right-most source snippet. Useful - * for trimming whitespace from the end of a source node, etc. - * - * @param aPattern The pattern to replace. - * @param aReplacement The thing to replace the pattern with. - */ - SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { - var lastChild = this.children[this.children.length - 1]; - if (lastChild[isSourceNode]) { - lastChild.replaceRight(aPattern, aReplacement); - } - else if (typeof lastChild === 'string') { - this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); - } - else { - this.children.push(''.replace(aPattern, aReplacement)); - } - return this; - }; - - /** - * Set the source content for a source file. This will be added to the SourceMapGenerator - * in the sourcesContent field. - * - * @param aSourceFile The filename of the source file - * @param aSourceContent The content of the source file - */ - SourceNode.prototype.setSourceContent = - function SourceNode_setSourceContent(aSourceFile, aSourceContent) { - this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; - }; - - /** - * Walk over the tree of SourceNodes. The walking function is called for each - * source file content and is passed the filename and source content. - * - * @param aFn The traversal function. - */ - SourceNode.prototype.walkSourceContents = - function SourceNode_walkSourceContents(aFn) { - for (var i = 0, len = this.children.length; i < len; i++) { - if (this.children[i][isSourceNode]) { - this.children[i].walkSourceContents(aFn); - } - } - - var sources = Object.keys(this.sourceContents); - for (var i = 0, len = sources.length; i < len; i++) { - aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); - } - }; - - /** - * Return the string representation of this source node. Walks over the tree - * and concatenates all the various snippets together to one string. - */ - SourceNode.prototype.toString = function SourceNode_toString() { - var str = ""; - this.walk(function (chunk) { - str += chunk; - }); - return str; - }; - - /** - * Returns the string representation of this source node along with a source - * map. - */ - SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { - var generated = { - code: "", - line: 1, - column: 0 - }; - var map = new SourceMapGenerator(aArgs); - var sourceMappingActive = false; - var lastOriginalSource = null; - var lastOriginalLine = null; - var lastOriginalColumn = null; - var lastOriginalName = null; - this.walk(function (chunk, original) { - generated.code += chunk; - if (original.source !== null - && original.line !== null - && original.column !== null) { - if(lastOriginalSource !== original.source - || lastOriginalLine !== original.line - || lastOriginalColumn !== original.column - || lastOriginalName !== original.name) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - lastOriginalSource = original.source; - lastOriginalLine = original.line; - lastOriginalColumn = original.column; - lastOriginalName = original.name; - sourceMappingActive = true; - } else if (sourceMappingActive) { - map.addMapping({ - generated: { - line: generated.line, - column: generated.column - } - }); - lastOriginalSource = null; - sourceMappingActive = false; - } - for (var idx = 0, length = chunk.length; idx < length; idx++) { - if (chunk.charCodeAt(idx) === NEWLINE_CODE) { - generated.line++; - generated.column = 0; - // Mappings end at eol - if (idx + 1 === length) { - lastOriginalSource = null; - sourceMappingActive = false; - } else if (sourceMappingActive) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - } else { - generated.column++; - } - } - }); - this.walkSourceContents(function (sourceFile, sourceContent) { - map.setSourceContent(sourceFile, sourceContent); - }); - - return { code: generated.code, map: map }; - }; - - exports.SourceNode = SourceNode; - - -/***/ }) -/******/ ]) -}); -; -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vd2VicGFjay91bml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uIiwid2VicGFjazovLy93ZWJwYWNrL2Jvb3RzdHJhcCBlNDczOGZjNzJhN2IyMzAzOTg4OSIsIndlYnBhY2s6Ly8vLi9zb3VyY2UtbWFwLmpzIiwid2VicGFjazovLy8uL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LXZscS5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LmpzIiwid2VicGFjazovLy8uL2xpYi91dGlsLmpzIiwid2VicGFjazovLy8uL2xpYi9hcnJheS1zZXQuanMiLCJ3ZWJwYWNrOi8vLy4vbGliL21hcHBpbmctbGlzdC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmluYXJ5LXNlYXJjaC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvcXVpY2stc29ydC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW5vZGUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNELE87QUNWQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSx1QkFBZTtBQUNmO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7QUFHQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOzs7Ozs7O0FDdENBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNQQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsTUFBSztBQUNMO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0EsMkNBQTBDLFNBQVM7QUFDbkQ7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxxQkFBb0I7QUFDcEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FB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QUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxFQUFDOztBQUVEO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLDRCQUEyQixRQUFRO0FBQ25DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNoYUEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsdUNBQXNDLFNBQVM7QUFDL0M7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQ3hIQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWdCO0FBQ2hCOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQzlFQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSx1REFBc0Q7QUFDdEQ7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxFQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsRUFBQzs7QUFFRDtBQUNBO0FBQ0E7QUFDQSxvQkFBbUI7QUFDbkI7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7O0FBRVg7QUFDQTtBQUNBLFFBQU87QUFDUDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsWUFBVzs7QUFFWDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNEJBQTJCLE1BQU07QUFDakM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSx1REFBc0Q7QUFDdEQ7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBLHVEQUFzRCxZQUFZO0FBQ2xFO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0Esb0NBQW1DO0FBQ25DO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwwQkFBeUIsY0FBYztBQUN2QztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXVCLHdDQUF3QztBQUMvRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0RBQStDLG1CQUFtQixFQUFFO0FBQ3BFOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtCQUFpQixvQkFBb0I7QUFDckM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDhCQUE2QixNQUFNO0FBQ25DO0FBQ0EsUUFBTztBQUNQO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsdURBQXNEO0FBQ3REOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBLElBQUc7QUFDSDs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFtQiwyQkFBMkI7QUFDOUMsc0JBQXFCLCtDQUErQztBQUNwRTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsRUFBQzs7QUFFRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsUUFBTztBQUNQOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esb0JBQW1CLDJCQUEyQjtBQUM5Qzs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsMkJBQTJCO0FBQzlDOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFtQiwyQkFBMkI7QUFDOUM7QUFDQTtBQUNBLHNCQUFxQiw0QkFBNEI7QUFDakQ7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBOzs7Ozs7O0FDempDQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7Ozs7OztBQzlHQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFlBQVcsTUFBTTtBQUNqQjtBQUNBLFlBQVcsT0FBTztBQUNsQjtBQUNBLFlBQVcsT0FBTztBQUNsQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxZQUFXLE1BQU07QUFDakI7QUFDQSxZQUFXLFNBQVM7QUFDcEI7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQSxZQUFXLE9BQU87QUFDbEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQUFtQixPQUFPO0FBQzFCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxZQUFXLE1BQU07QUFDakI7QUFDQSxZQUFXLFNBQVM7QUFDcEI7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7Ozs7OztBQ2pIQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLOztBQUVMOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQ0FBaUMsUUFBUTtBQUN6QztBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw4Q0FBNkMsU0FBUztBQUN0RDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxxQkFBb0I7QUFDcEI7QUFDQTtBQUNBLHVDQUFzQztBQUN0QztBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxnQkFBZSxXQUFXO0FBQzFCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxnREFBK0MsU0FBUztBQUN4RDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLDBDQUF5QyxTQUFTO0FBQ2xEO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsWUFBVztBQUNYO0FBQ0E7QUFDQTtBQUNBLFlBQVc7QUFDWDtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQSw2Q0FBNEMsY0FBYztBQUMxRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsY0FBYTtBQUNiO0FBQ0E7QUFDQTtBQUNBLGNBQWE7QUFDYjtBQUNBLFlBQVc7QUFDWDtBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7QUFDQTtBQUNBLElBQUc7O0FBRUgsV0FBVTtBQUNWOztBQUVBIiwiZmlsZSI6InNvdXJjZS1tYXAuZGVidWcuanMiLCJzb3VyY2VzQ29udGVudCI6WyIoZnVuY3Rpb24gd2VicGFja1VuaXZlcnNhbE1vZHVsZURlZmluaXRpb24ocm9vdCwgZmFjdG9yeSkge1xuXHRpZih0eXBlb2YgZXhwb3J0cyA9PT0gJ29iamVjdCcgJiYgdHlwZW9mIG1vZHVsZSA9PT0gJ29iamVjdCcpXG5cdFx0bW9kdWxlLmV4cG9ydHMgPSBmYWN0b3J5KCk7XG5cdGVsc2UgaWYodHlwZW9mIGRlZmluZSA9PT0gJ2Z1bmN0aW9uJyAmJiBkZWZpbmUuYW1kKVxuXHRcdGRlZmluZShbXSwgZmFjdG9yeSk7XG5cdGVsc2UgaWYodHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnKVxuXHRcdGV4cG9ydHNbXCJzb3VyY2VNYXBcIl0gPSBmYWN0b3J5KCk7XG5cdGVsc2Vcblx0XHRyb290W1wic291cmNlTWFwXCJdID0gZmFjdG9yeSgpO1xufSkodGhpcywgZnVuY3Rpb24oKSB7XG5yZXR1cm4gXG5cblxuLy8gV0VCUEFDSyBGT09URVIgLy9cbi8vIHdlYnBhY2svdW5pdmVyc2FsTW9kdWxlRGVmaW5pdGlvbiIsIiBcdC8vIFRoZSBtb2R1bGUgY2FjaGVcbiBcdHZhciBpbnN0YWxsZWRNb2R1bGVzID0ge307XG5cbiBcdC8vIFRoZSByZXF1aXJlIGZ1bmN0aW9uXG4gXHRmdW5jdGlvbiBfX3dlYnBhY2tfcmVxdWlyZV9fKG1vZHVsZUlkKSB7XG5cbiBcdFx0Ly8gQ2hlY2sgaWYgbW9kdWxlIGlzIGluIGNhY2hlXG4gXHRcdGlmKGluc3RhbGxlZE1vZHVsZXNbbW9kdWxlSWRdKVxuIFx0XHRcdHJldHVybiBpbnN0YWxsZWRNb2R1bGVzW21vZHVsZUlkXS5leHBvcnRzO1xuXG4gXHRcdC8vIENyZWF0ZSBhIG5ldyBtb2R1bGUgKGFuZCBwdXQgaXQgaW50byB0aGUgY2FjaGUpXG4gXHRcdHZhciBtb2R1bGUgPSBpbnN0YWxsZWRNb2R1bGVzW21vZHVsZUlkXSA9IHtcbiBcdFx0XHRleHBvcnRzOiB7fSxcbiBcdFx0XHRpZDogbW9kdWxlSWQsXG4gXHRcdFx0bG9hZGVkOiBmYWxzZVxuIFx0XHR9O1xuXG4gXHRcdC8vIEV4ZWN1dGUgdGhlIG1vZHVsZSBmdW5jdGlvblxuIFx0XHRtb2R1bGVzW21vZHVsZUlkXS5jYWxsKG1vZHVsZS5leHBvcnRzLCBtb2R1bGUsIG1vZHVsZS5leHBvcnRzLCBfX3dlYnBhY2tfcmVxdWlyZV9fKTtcblxuIFx0XHQvLyBGbGFnIHRoZSBtb2R1bGUgYXMgbG9hZGVkXG4gXHRcdG1vZHVsZS5sb2FkZWQgPSB0cnVlO1xuXG4gXHRcdC8vIFJldHVybiB0aGUgZXhwb3J0cyBvZiB0aGUgbW9kdWxlXG4gXHRcdHJldHVybiBtb2R1bGUuZXhwb3J0cztcbiBcdH1cblxuXG4gXHQvLyBleHBvc2UgdGhlIG1vZHVsZXMgb2JqZWN0IChfX3dlYnBhY2tfbW9kdWxlc19fKVxuIFx0X193ZWJwYWNrX3JlcXVpcmVfXy5tID0gbW9kdWxlcztcblxuIFx0Ly8gZXhwb3NlIHRoZSBtb2R1bGUgY2FjaGVcbiBcdF9fd2VicGFja19yZXF1aXJlX18uYyA9IGluc3RhbGxlZE1vZHVsZXM7XG5cbiBcdC8vIF9fd2VicGFja19wdWJsaWNfcGF0aF9fXG4gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLnAgPSBcIlwiO1xuXG4gXHQvLyBMb2FkIGVudHJ5IG1vZHVsZSBhbmQgcmV0dXJuIGV4cG9ydHNcbiBcdHJldHVybiBfX3dlYnBhY2tfcmVxdWlyZV9fKDApO1xuXG5cblxuLy8gV0VCUEFDSyBGT09URVIgLy9cbi8vIHdlYnBhY2svYm9vdHN0cmFwIGU0NzM4ZmM3MmE3YjIzMDM5ODg5IiwiLypcbiAqIENvcHlyaWdodCAyMDA5LTIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFLnR4dCBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuZXhwb3J0cy5Tb3VyY2VNYXBHZW5lcmF0b3IgPSByZXF1aXJlKCcuL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvcicpLlNvdXJjZU1hcEdlbmVyYXRvcjtcbmV4cG9ydHMuU291cmNlTWFwQ29uc3VtZXIgPSByZXF1aXJlKCcuL2xpYi9zb3VyY2UtbWFwLWNvbnN1bWVyJykuU291cmNlTWFwQ29uc3VtZXI7XG5leHBvcnRzLlNvdXJjZU5vZGUgPSByZXF1aXJlKCcuL2xpYi9zb3VyY2Utbm9kZScpLlNvdXJjZU5vZGU7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL3NvdXJjZS1tYXAuanNcbi8vIG1vZHVsZSBpZCA9IDBcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgYmFzZTY0VkxRID0gcmVxdWlyZSgnLi9iYXNlNjQtdmxxJyk7XG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIEFycmF5U2V0ID0gcmVxdWlyZSgnLi9hcnJheS1zZXQnKS5BcnJheVNldDtcbnZhciBNYXBwaW5nTGlzdCA9IHJlcXVpcmUoJy4vbWFwcGluZy1saXN0JykuTWFwcGluZ0xpc3Q7XG5cbi8qKlxuICogQW4gaW5zdGFuY2Ugb2YgdGhlIFNvdXJjZU1hcEdlbmVyYXRvciByZXByZXNlbnRzIGEgc291cmNlIG1hcCB3aGljaCBpc1xuICogYmVpbmcgYnVpbHQgaW5jcmVtZW50YWxseS4gWW91IG1heSBwYXNzIGFuIG9iamVjdCB3aXRoIHRoZSBmb2xsb3dpbmdcbiAqIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGZpbGU6IFRoZSBmaWxlbmFtZSBvZiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS5cbiAqICAgLSBzb3VyY2VSb290OiBBIHJvb3QgZm9yIGFsbCByZWxhdGl2ZSBVUkxzIGluIHRoaXMgc291cmNlIG1hcC5cbiAqL1xuZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yKGFBcmdzKSB7XG4gIGlmICghYUFyZ3MpIHtcbiAgICBhQXJncyA9IHt9O1xuICB9XG4gIHRoaXMuX2ZpbGUgPSB1dGlsLmdldEFyZyhhQXJncywgJ2ZpbGUnLCBudWxsKTtcbiAgdGhpcy5fc291cmNlUm9vdCA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlUm9vdCcsIG51bGwpO1xuICB0aGlzLl9za2lwVmFsaWRhdGlvbiA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc2tpcFZhbGlkYXRpb24nLCBmYWxzZSk7XG4gIHRoaXMuX3NvdXJjZXMgPSBuZXcgQXJyYXlTZXQoKTtcbiAgdGhpcy5fbmFtZXMgPSBuZXcgQXJyYXlTZXQoKTtcbiAgdGhpcy5fbWFwcGluZ3MgPSBuZXcgTWFwcGluZ0xpc3QoKTtcbiAgdGhpcy5fc291cmNlc0NvbnRlbnRzID0gbnVsbDtcbn1cblxuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogQ3JlYXRlcyBhIG5ldyBTb3VyY2VNYXBHZW5lcmF0b3IgYmFzZWQgb24gYSBTb3VyY2VNYXBDb25zdW1lclxuICpcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIFNvdXJjZU1hcC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLmZyb21Tb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfZnJvbVNvdXJjZU1hcChhU291cmNlTWFwQ29uc3VtZXIpIHtcbiAgICB2YXIgc291cmNlUm9vdCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VSb290O1xuICAgIHZhciBnZW5lcmF0b3IgPSBuZXcgU291cmNlTWFwR2VuZXJhdG9yKHtcbiAgICAgIGZpbGU6IGFTb3VyY2VNYXBDb25zdW1lci5maWxlLFxuICAgICAgc291cmNlUm9vdDogc291cmNlUm9vdFxuICAgIH0pO1xuICAgIGFTb3VyY2VNYXBDb25zdW1lci5lYWNoTWFwcGluZyhmdW5jdGlvbiAobWFwcGluZykge1xuICAgICAgdmFyIG5ld01hcHBpbmcgPSB7XG4gICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgIGxpbmU6IG1hcHBpbmcuZ2VuZXJhdGVkTGluZSxcbiAgICAgICAgICBjb2x1bW46IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uXG4gICAgICAgIH1cbiAgICAgIH07XG5cbiAgICAgIGlmIChtYXBwaW5nLnNvdXJjZSAhPSBudWxsKSB7XG4gICAgICAgIG5ld01hcHBpbmcuc291cmNlID0gbWFwcGluZy5zb3VyY2U7XG4gICAgICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgICBuZXdNYXBwaW5nLnNvdXJjZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgbmV3TWFwcGluZy5zb3VyY2UpO1xuICAgICAgICB9XG5cbiAgICAgICAgbmV3TWFwcGluZy5vcmlnaW5hbCA9IHtcbiAgICAgICAgICBsaW5lOiBtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICBjb2x1bW46IG1hcHBpbmcub3JpZ2luYWxDb2x1bW5cbiAgICAgICAgfTtcblxuICAgICAgICBpZiAobWFwcGluZy5uYW1lICE9IG51bGwpIHtcbiAgICAgICAgICBuZXdNYXBwaW5nLm5hbWUgPSBtYXBwaW5nLm5hbWU7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgZ2VuZXJhdG9yLmFkZE1hcHBpbmcobmV3TWFwcGluZyk7XG4gICAgfSk7XG4gICAgYVNvdXJjZU1hcENvbnN1bWVyLnNvdXJjZXMuZm9yRWFjaChmdW5jdGlvbiAoc291cmNlRmlsZSkge1xuICAgICAgdmFyIGNvbnRlbnQgPSBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlQ29udGVudEZvcihzb3VyY2VGaWxlKTtcbiAgICAgIGlmIChjb250ZW50ICE9IG51bGwpIHtcbiAgICAgICAgZ2VuZXJhdG9yLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSk7XG4gICAgcmV0dXJuIGdlbmVyYXRvcjtcbiAgfTtcblxuLyoqXG4gKiBBZGQgYSBzaW5nbGUgbWFwcGluZyBmcm9tIG9yaWdpbmFsIHNvdXJjZSBsaW5lIGFuZCBjb2x1bW4gdG8gdGhlIGdlbmVyYXRlZFxuICogc291cmNlJ3MgbGluZSBhbmQgY29sdW1uIGZvciB0aGlzIHNvdXJjZSBtYXAgYmVpbmcgY3JlYXRlZC4gVGhlIG1hcHBpbmdcbiAqIG9iamVjdCBzaG91bGQgaGF2ZSB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGdlbmVyYXRlZDogQW4gb2JqZWN0IHdpdGggdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gcG9zaXRpb25zLlxuICogICAtIG9yaWdpbmFsOiBBbiBvYmplY3Qgd2l0aCB0aGUgb3JpZ2luYWwgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucy5cbiAqICAgLSBzb3VyY2U6IFRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZSAocmVsYXRpdmUgdG8gdGhlIHNvdXJjZVJvb3QpLlxuICogICAtIG5hbWU6IEFuIG9wdGlvbmFsIG9yaWdpbmFsIHRva2VuIG5hbWUgZm9yIHRoaXMgbWFwcGluZy5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5hZGRNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX2FkZE1hcHBpbmcoYUFyZ3MpIHtcbiAgICB2YXIgZ2VuZXJhdGVkID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdnZW5lcmF0ZWQnKTtcbiAgICB2YXIgb3JpZ2luYWwgPSB1dGlsLmdldEFyZyhhQXJncywgJ29yaWdpbmFsJywgbnVsbCk7XG4gICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJywgbnVsbCk7XG4gICAgdmFyIG5hbWUgPSB1dGlsLmdldEFyZyhhQXJncywgJ25hbWUnLCBudWxsKTtcblxuICAgIGlmICghdGhpcy5fc2tpcFZhbGlkYXRpb24pIHtcbiAgICAgIHRoaXMuX3ZhbGlkYXRlTWFwcGluZyhnZW5lcmF0ZWQsIG9yaWdpbmFsLCBzb3VyY2UsIG5hbWUpO1xuICAgIH1cblxuICAgIGlmIChzb3VyY2UgIT0gbnVsbCkge1xuICAgICAgc291cmNlID0gU3RyaW5nKHNvdXJjZSk7XG4gICAgICBpZiAoIXRoaXMuX3NvdXJjZXMuaGFzKHNvdXJjZSkpIHtcbiAgICAgICAgdGhpcy5fc291cmNlcy5hZGQoc291cmNlKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAobmFtZSAhPSBudWxsKSB7XG4gICAgICBuYW1lID0gU3RyaW5nKG5hbWUpO1xuICAgICAgaWYgKCF0aGlzLl9uYW1lcy5oYXMobmFtZSkpIHtcbiAgICAgICAgdGhpcy5fbmFtZXMuYWRkKG5hbWUpO1xuICAgICAgfVxuICAgIH1cblxuICAgIHRoaXMuX21hcHBpbmdzLmFkZCh7XG4gICAgICBnZW5lcmF0ZWRMaW5lOiBnZW5lcmF0ZWQubGluZSxcbiAgICAgIGdlbmVyYXRlZENvbHVtbjogZ2VuZXJhdGVkLmNvbHVtbixcbiAgICAgIG9yaWdpbmFsTGluZTogb3JpZ2luYWwgIT0gbnVsbCAmJiBvcmlnaW5hbC5saW5lLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IG9yaWdpbmFsICE9IG51bGwgJiYgb3JpZ2luYWwuY29sdW1uLFxuICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICBuYW1lOiBuYW1lXG4gICAgfSk7XG4gIH07XG5cbi8qKlxuICogU2V0IHRoZSBzb3VyY2UgY29udGVudCBmb3IgYSBzb3VyY2UgZmlsZS5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5zZXRTb3VyY2VDb250ZW50ID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX3NldFNvdXJjZUNvbnRlbnQoYVNvdXJjZUZpbGUsIGFTb3VyY2VDb250ZW50KSB7XG4gICAgdmFyIHNvdXJjZSA9IGFTb3VyY2VGaWxlO1xuICAgIGlmICh0aGlzLl9zb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZSA9IHV0aWwucmVsYXRpdmUodGhpcy5fc291cmNlUm9vdCwgc291cmNlKTtcbiAgICB9XG5cbiAgICBpZiAoYVNvdXJjZUNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgLy8gQWRkIHRoZSBzb3VyY2UgY29udGVudCB0byB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAuXG4gICAgICAvLyBDcmVhdGUgYSBuZXcgX3NvdXJjZXNDb250ZW50cyBtYXAgaWYgdGhlIHByb3BlcnR5IGlzIG51bGwuXG4gICAgICBpZiAoIXRoaXMuX3NvdXJjZXNDb250ZW50cykge1xuICAgICAgICB0aGlzLl9zb3VyY2VzQ29udGVudHMgPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICAgICAgfVxuICAgICAgdGhpcy5fc291cmNlc0NvbnRlbnRzW3V0aWwudG9TZXRTdHJpbmcoc291cmNlKV0gPSBhU291cmNlQ29udGVudDtcbiAgICB9IGVsc2UgaWYgKHRoaXMuX3NvdXJjZXNDb250ZW50cykge1xuICAgICAgLy8gUmVtb3ZlIHRoZSBzb3VyY2UgZmlsZSBmcm9tIHRoZSBfc291cmNlc0NvbnRlbnRzIG1hcC5cbiAgICAgIC8vIElmIHRoZSBfc291cmNlc0NvbnRlbnRzIG1hcCBpcyBlbXB0eSwgc2V0IHRoZSBwcm9wZXJ0eSB0byBudWxsLlxuICAgICAgZGVsZXRlIHRoaXMuX3NvdXJjZXNDb250ZW50c1t1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSldO1xuICAgICAgaWYgKE9iamVjdC5rZXlzKHRoaXMuX3NvdXJjZXNDb250ZW50cykubGVuZ3RoID09PSAwKSB7XG4gICAgICAgIHRoaXMuX3NvdXJjZXNDb250ZW50cyA9IG51bGw7XG4gICAgICB9XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIEFwcGxpZXMgdGhlIG1hcHBpbmdzIG9mIGEgc3ViLXNvdXJjZS1tYXAgZm9yIGEgc3BlY2lmaWMgc291cmNlIGZpbGUgdG8gdGhlXG4gKiBzb3VyY2UgbWFwIGJlaW5nIGdlbmVyYXRlZC4gRWFjaCBtYXBwaW5nIHRvIHRoZSBzdXBwbGllZCBzb3VyY2UgZmlsZSBpc1xuICogcmV3cml0dGVuIHVzaW5nIHRoZSBzdXBwbGllZCBzb3VyY2UgbWFwLiBOb3RlOiBUaGUgcmVzb2x1dGlvbiBmb3IgdGhlXG4gKiByZXN1bHRpbmcgbWFwcGluZ3MgaXMgdGhlIG1pbmltaXVtIG9mIHRoaXMgbWFwIGFuZCB0aGUgc3VwcGxpZWQgbWFwLlxuICpcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIHNvdXJjZSBtYXAgdG8gYmUgYXBwbGllZC5cbiAqIEBwYXJhbSBhU291cmNlRmlsZSBPcHRpb25hbC4gVGhlIGZpbGVuYW1lIG9mIHRoZSBzb3VyY2UgZmlsZS5cbiAqICAgICAgICBJZiBvbWl0dGVkLCBTb3VyY2VNYXBDb25zdW1lcidzIGZpbGUgcHJvcGVydHkgd2lsbCBiZSB1c2VkLlxuICogQHBhcmFtIGFTb3VyY2VNYXBQYXRoIE9wdGlvbmFsLiBUaGUgZGlybmFtZSBvZiB0aGUgcGF0aCB0byB0aGUgc291cmNlIG1hcFxuICogICAgICAgIHRvIGJlIGFwcGxpZWQuIElmIHJlbGF0aXZlLCBpdCBpcyByZWxhdGl2ZSB0byB0aGUgU291cmNlTWFwQ29uc3VtZXIuXG4gKiAgICAgICAgVGhpcyBwYXJhbWV0ZXIgaXMgbmVlZGVkIHdoZW4gdGhlIHR3byBzb3VyY2UgbWFwcyBhcmVuJ3QgaW4gdGhlIHNhbWVcbiAqICAgICAgICBkaXJlY3RvcnksIGFuZCB0aGUgc291cmNlIG1hcCB0byBiZSBhcHBsaWVkIGNvbnRhaW5zIHJlbGF0aXZlIHNvdXJjZVxuICogICAgICAgIHBhdGhzLiBJZiBzbywgdGhvc2UgcmVsYXRpdmUgc291cmNlIHBhdGhzIG5lZWQgdG8gYmUgcmV3cml0dGVuXG4gKiAgICAgICAgcmVsYXRpdmUgdG8gdGhlIFNvdXJjZU1hcEdlbmVyYXRvci5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5hcHBseVNvdXJjZU1hcCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9hcHBseVNvdXJjZU1hcChhU291cmNlTWFwQ29uc3VtZXIsIGFTb3VyY2VGaWxlLCBhU291cmNlTWFwUGF0aCkge1xuICAgIHZhciBzb3VyY2VGaWxlID0gYVNvdXJjZUZpbGU7XG4gICAgLy8gSWYgYVNvdXJjZUZpbGUgaXMgb21pdHRlZCwgd2Ugd2lsbCB1c2UgdGhlIGZpbGUgcHJvcGVydHkgb2YgdGhlIFNvdXJjZU1hcFxuICAgIGlmIChhU291cmNlRmlsZSA9PSBudWxsKSB7XG4gICAgICBpZiAoYVNvdXJjZU1hcENvbnN1bWVyLmZpbGUgPT0gbnVsbCkge1xuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAgICAgJ1NvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYXBwbHlTb3VyY2VNYXAgcmVxdWlyZXMgZWl0aGVyIGFuIGV4cGxpY2l0IHNvdXJjZSBmaWxlLCAnICtcbiAgICAgICAgICAnb3IgdGhlIHNvdXJjZSBtYXBcXCdzIFwiZmlsZVwiIHByb3BlcnR5LiBCb3RoIHdlcmUgb21pdHRlZC4nXG4gICAgICAgICk7XG4gICAgICB9XG4gICAgICBzb3VyY2VGaWxlID0gYVNvdXJjZU1hcENvbnN1bWVyLmZpbGU7XG4gICAgfVxuICAgIHZhciBzb3VyY2VSb290ID0gdGhpcy5fc291cmNlUm9vdDtcbiAgICAvLyBNYWtlIFwic291cmNlRmlsZVwiIHJlbGF0aXZlIGlmIGFuIGFic29sdXRlIFVybCBpcyBwYXNzZWQuXG4gICAgaWYgKHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgc291cmNlRmlsZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgc291cmNlRmlsZSk7XG4gICAgfVxuICAgIC8vIEFwcGx5aW5nIHRoZSBTb3VyY2VNYXAgY2FuIGFkZCBhbmQgcmVtb3ZlIGl0ZW1zIGZyb20gdGhlIHNvdXJjZXMgYW5kXG4gICAgLy8gdGhlIG5hbWVzIGFycmF5LlxuICAgIHZhciBuZXdTb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gICAgdmFyIG5ld05hbWVzID0gbmV3IEFycmF5U2V0KCk7XG5cbiAgICAvLyBGaW5kIG1hcHBpbmdzIGZvciB0aGUgXCJzb3VyY2VGaWxlXCJcbiAgICB0aGlzLl9tYXBwaW5ncy51bnNvcnRlZEZvckVhY2goZnVuY3Rpb24gKG1hcHBpbmcpIHtcbiAgICAgIGlmIChtYXBwaW5nLnNvdXJjZSA9PT0gc291cmNlRmlsZSAmJiBtYXBwaW5nLm9yaWdpbmFsTGluZSAhPSBudWxsKSB7XG4gICAgICAgIC8vIENoZWNrIGlmIGl0IGNhbiBiZSBtYXBwZWQgYnkgdGhlIHNvdXJjZSBtYXAsIHRoZW4gdXBkYXRlIHRoZSBtYXBwaW5nLlxuICAgICAgICB2YXIgb3JpZ2luYWwgPSBhU291cmNlTWFwQ29uc3VtZXIub3JpZ2luYWxQb3NpdGlvbkZvcih7XG4gICAgICAgICAgbGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uXG4gICAgICAgIH0pO1xuICAgICAgICBpZiAob3JpZ2luYWwuc291cmNlICE9IG51bGwpIHtcbiAgICAgICAgICAvLyBDb3B5IG1hcHBpbmdcbiAgICAgICAgICBtYXBwaW5nLnNvdXJjZSA9IG9yaWdpbmFsLnNvdXJjZTtcbiAgICAgICAgICBpZiAoYVNvdXJjZU1hcFBhdGggIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSB1dGlsLmpvaW4oYVNvdXJjZU1hcFBhdGgsIG1hcHBpbmcuc291cmNlKVxuICAgICAgICAgIH1cbiAgICAgICAgICBpZiAoc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICAgICAgICBtYXBwaW5nLnNvdXJjZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgbWFwcGluZy5zb3VyY2UpO1xuICAgICAgICAgIH1cbiAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsTGluZSA9IG9yaWdpbmFsLmxpbmU7XG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbENvbHVtbiA9IG9yaWdpbmFsLmNvbHVtbjtcbiAgICAgICAgICBpZiAob3JpZ2luYWwubmFtZSAhPSBudWxsKSB7XG4gICAgICAgICAgICBtYXBwaW5nLm5hbWUgPSBvcmlnaW5hbC5uYW1lO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICB2YXIgc291cmNlID0gbWFwcGluZy5zb3VyY2U7XG4gICAgICBpZiAoc291cmNlICE9IG51bGwgJiYgIW5ld1NvdXJjZXMuaGFzKHNvdXJjZSkpIHtcbiAgICAgICAgbmV3U291cmNlcy5hZGQoc291cmNlKTtcbiAgICAgIH1cblxuICAgICAgdmFyIG5hbWUgPSBtYXBwaW5nLm5hbWU7XG4gICAgICBpZiAobmFtZSAhPSBudWxsICYmICFuZXdOYW1lcy5oYXMobmFtZSkpIHtcbiAgICAgICAgbmV3TmFtZXMuYWRkKG5hbWUpO1xuICAgICAgfVxuXG4gICAgfSwgdGhpcyk7XG4gICAgdGhpcy5fc291cmNlcyA9IG5ld1NvdXJjZXM7XG4gICAgdGhpcy5fbmFtZXMgPSBuZXdOYW1lcztcblxuICAgIC8vIENvcHkgc291cmNlc0NvbnRlbnRzIG9mIGFwcGxpZWQgbWFwLlxuICAgIGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VzLmZvckVhY2goZnVuY3Rpb24gKHNvdXJjZUZpbGUpIHtcbiAgICAgIHZhciBjb250ZW50ID0gYVNvdXJjZU1hcENvbnN1bWVyLnNvdXJjZUNvbnRlbnRGb3Ioc291cmNlRmlsZSk7XG4gICAgICBpZiAoY29udGVudCAhPSBudWxsKSB7XG4gICAgICAgIGlmIChhU291cmNlTWFwUGF0aCAhPSBudWxsKSB7XG4gICAgICAgICAgc291cmNlRmlsZSA9IHV0aWwuam9pbihhU291cmNlTWFwUGF0aCwgc291cmNlRmlsZSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZUZpbGUpO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuc2V0U291cmNlQ29udGVudChzb3VyY2VGaWxlLCBjb250ZW50KTtcbiAgICAgIH1cbiAgICB9LCB0aGlzKTtcbiAgfTtcblxuLyoqXG4gKiBBIG1hcHBpbmcgY2FuIGhhdmUgb25lIG9mIHRoZSB0aHJlZSBsZXZlbHMgb2YgZGF0YTpcbiAqXG4gKiAgIDEuIEp1c3QgdGhlIGdlbmVyYXRlZCBwb3NpdGlvbi5cbiAqICAgMi4gVGhlIEdlbmVyYXRlZCBwb3NpdGlvbiwgb3JpZ2luYWwgcG9zaXRpb24sIGFuZCBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIDMuIEdlbmVyYXRlZCBhbmQgb3JpZ2luYWwgcG9zaXRpb24sIG9yaWdpbmFsIHNvdXJjZSwgYXMgd2VsbCBhcyBhIG5hbWVcbiAqICAgICAgdG9rZW4uXG4gKlxuICogVG8gbWFpbnRhaW4gY29uc2lzdGVuY3ksIHdlIHZhbGlkYXRlIHRoYXQgYW55IG5ldyBtYXBwaW5nIGJlaW5nIGFkZGVkIGZhbGxzXG4gKiBpbiB0byBvbmUgb2YgdGhlc2UgY2F0ZWdvcmllcy5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fdmFsaWRhdGVNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX3ZhbGlkYXRlTWFwcGluZyhhR2VuZXJhdGVkLCBhT3JpZ2luYWwsIGFTb3VyY2UsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYU5hbWUpIHtcbiAgICAvLyBXaGVuIGFPcmlnaW5hbCBpcyB0cnV0aHkgYnV0IGhhcyBlbXB0eSB2YWx1ZXMgZm9yIC5saW5lIGFuZCAuY29sdW1uLFxuICAgIC8vIGl0IGlzIG1vc3QgbGlrZWx5IGEgcHJvZ3JhbW1lciBlcnJvci4gSW4gdGhpcyBjYXNlIHdlIHRocm93IGEgdmVyeVxuICAgIC8vIHNwZWNpZmljIGVycm9yIG1lc3NhZ2UgdG8gdHJ5IHRvIGd1aWRlIHRoZW0gdGhlIHJpZ2h0IHdheS5cbiAgICAvLyBGb3IgZXhhbXBsZTogaHR0cHM6Ly9naXRodWIuY29tL1BvbHltZXIvcG9seW1lci1idW5kbGVyL3B1bGwvNTE5XG4gICAgaWYgKGFPcmlnaW5hbCAmJiB0eXBlb2YgYU9yaWdpbmFsLmxpbmUgIT09ICdudW1iZXInICYmIHR5cGVvZiBhT3JpZ2luYWwuY29sdW1uICE9PSAnbnVtYmVyJykge1xuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAgICAgICAnb3JpZ2luYWwubGluZSBhbmQgb3JpZ2luYWwuY29sdW1uIGFyZSBub3QgbnVtYmVycyAtLSB5b3UgcHJvYmFibHkgbWVhbnQgdG8gb21pdCAnICtcbiAgICAgICAgICAgICd0aGUgb3JpZ2luYWwgbWFwcGluZyBlbnRpcmVseSBhbmQgb25seSBtYXAgdGhlIGdlbmVyYXRlZCBwb3NpdGlvbi4gSWYgc28sIHBhc3MgJyArXG4gICAgICAgICAgICAnbnVsbCBmb3IgdGhlIG9yaWdpbmFsIG1hcHBpbmcgaW5zdGVhZCBvZiBhbiBvYmplY3Qgd2l0aCBlbXB0eSBvciBudWxsIHZhbHVlcy4nXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgaWYgKGFHZW5lcmF0ZWQgJiYgJ2xpbmUnIGluIGFHZW5lcmF0ZWQgJiYgJ2NvbHVtbicgaW4gYUdlbmVyYXRlZFxuICAgICAgICAmJiBhR2VuZXJhdGVkLmxpbmUgPiAwICYmIGFHZW5lcmF0ZWQuY29sdW1uID49IDBcbiAgICAgICAgJiYgIWFPcmlnaW5hbCAmJiAhYVNvdXJjZSAmJiAhYU5hbWUpIHtcbiAgICAgIC8vIENhc2UgMS5cbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgZWxzZSBpZiAoYUdlbmVyYXRlZCAmJiAnbGluZScgaW4gYUdlbmVyYXRlZCAmJiAnY29sdW1uJyBpbiBhR2VuZXJhdGVkXG4gICAgICAgICAgICAgJiYgYU9yaWdpbmFsICYmICdsaW5lJyBpbiBhT3JpZ2luYWwgJiYgJ2NvbHVtbicgaW4gYU9yaWdpbmFsXG4gICAgICAgICAgICAgJiYgYUdlbmVyYXRlZC5saW5lID4gMCAmJiBhR2VuZXJhdGVkLmNvbHVtbiA+PSAwXG4gICAgICAgICAgICAgJiYgYU9yaWdpbmFsLmxpbmUgPiAwICYmIGFPcmlnaW5hbC5jb2x1bW4gPj0gMFxuICAgICAgICAgICAgICYmIGFTb3VyY2UpIHtcbiAgICAgIC8vIENhc2VzIDIgYW5kIDMuXG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdJbnZhbGlkIG1hcHBpbmc6ICcgKyBKU09OLnN0cmluZ2lmeSh7XG4gICAgICAgIGdlbmVyYXRlZDogYUdlbmVyYXRlZCxcbiAgICAgICAgc291cmNlOiBhU291cmNlLFxuICAgICAgICBvcmlnaW5hbDogYU9yaWdpbmFsLFxuICAgICAgICBuYW1lOiBhTmFtZVxuICAgICAgfSkpO1xuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBTZXJpYWxpemUgdGhlIGFjY3VtdWxhdGVkIG1hcHBpbmdzIGluIHRvIHRoZSBzdHJlYW0gb2YgYmFzZSA2NCBWTFFzXG4gKiBzcGVjaWZpZWQgYnkgdGhlIHNvdXJjZSBtYXAgZm9ybWF0LlxuICovXG5Tb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLl9zZXJpYWxpemVNYXBwaW5ncyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9zZXJpYWxpemVNYXBwaW5ncygpIHtcbiAgICB2YXIgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSAwO1xuICAgIHZhciBwcmV2aW91c0dlbmVyYXRlZExpbmUgPSAxO1xuICAgIHZhciBwcmV2aW91c09yaWdpbmFsQ29sdW1uID0gMDtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbExpbmUgPSAwO1xuICAgIHZhciBwcmV2aW91c05hbWUgPSAwO1xuICAgIHZhciBwcmV2aW91c1NvdXJjZSA9IDA7XG4gICAgdmFyIHJlc3VsdCA9ICcnO1xuICAgIHZhciBuZXh0O1xuICAgIHZhciBtYXBwaW5nO1xuICAgIHZhciBuYW1lSWR4O1xuICAgIHZhciBzb3VyY2VJZHg7XG5cbiAgICB2YXIgbWFwcGluZ3MgPSB0aGlzLl9tYXBwaW5ncy50b0FycmF5KCk7XG4gICAgZm9yICh2YXIgaSA9IDAsIGxlbiA9IG1hcHBpbmdzLmxlbmd0aDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICBtYXBwaW5nID0gbWFwcGluZ3NbaV07XG4gICAgICBuZXh0ID0gJydcblxuICAgICAgaWYgKG1hcHBpbmcuZ2VuZXJhdGVkTGluZSAhPT0gcHJldmlvdXNHZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgICAgICAgd2hpbGUgKG1hcHBpbmcuZ2VuZXJhdGVkTGluZSAhPT0gcHJldmlvdXNHZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgICAgbmV4dCArPSAnOyc7XG4gICAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRMaW5lKys7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIGVsc2Uge1xuICAgICAgICBpZiAoaSA+IDApIHtcbiAgICAgICAgICBpZiAoIXV0aWwuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zSW5mbGF0ZWQobWFwcGluZywgbWFwcGluZ3NbaSAtIDFdKSkge1xuICAgICAgICAgICAgY29udGludWU7XG4gICAgICAgICAgfVxuICAgICAgICAgIG5leHQgKz0gJywnO1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShtYXBwaW5nLmdlbmVyYXRlZENvbHVtblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLSBwcmV2aW91c0dlbmVyYXRlZENvbHVtbik7XG4gICAgICBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uO1xuXG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgIT0gbnVsbCkge1xuICAgICAgICBzb3VyY2VJZHggPSB0aGlzLl9zb3VyY2VzLmluZGV4T2YobWFwcGluZy5zb3VyY2UpO1xuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUoc291cmNlSWR4IC0gcHJldmlvdXNTb3VyY2UpO1xuICAgICAgICBwcmV2aW91c1NvdXJjZSA9IHNvdXJjZUlkeDtcblxuICAgICAgICAvLyBsaW5lcyBhcmUgc3RvcmVkIDAtYmFzZWQgaW4gU291cmNlTWFwIHNwZWMgdmVyc2lvbiAzXG4gICAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShtYXBwaW5nLm9yaWdpbmFsTGluZSAtIDFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLSBwcmV2aW91c09yaWdpbmFsTGluZSk7XG4gICAgICAgIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gbWFwcGluZy5vcmlnaW5hbExpbmUgLSAxO1xuXG4gICAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShtYXBwaW5nLm9yaWdpbmFsQ29sdW1uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNPcmlnaW5hbENvbHVtbik7XG4gICAgICAgIHByZXZpb3VzT3JpZ2luYWxDb2x1bW4gPSBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uO1xuXG4gICAgICAgIGlmIChtYXBwaW5nLm5hbWUgIT0gbnVsbCkge1xuICAgICAgICAgIG5hbWVJZHggPSB0aGlzLl9uYW1lcy5pbmRleE9mKG1hcHBpbmcubmFtZSk7XG4gICAgICAgICAgbmV4dCArPSBiYXNlNjRWTFEuZW5jb2RlKG5hbWVJZHggLSBwcmV2aW91c05hbWUpO1xuICAgICAgICAgIHByZXZpb3VzTmFtZSA9IG5hbWVJZHg7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgcmVzdWx0ICs9IG5leHQ7XG4gICAgfVxuXG4gICAgcmV0dXJuIHJlc3VsdDtcbiAgfTtcblxuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fZ2VuZXJhdGVTb3VyY2VzQ29udGVudCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KGFTb3VyY2VzLCBhU291cmNlUm9vdCkge1xuICAgIHJldHVybiBhU291cmNlcy5tYXAoZnVuY3Rpb24gKHNvdXJjZSkge1xuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICB9XG4gICAgICBpZiAoYVNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICBzb3VyY2UgPSB1dGlsLnJlbGF0aXZlKGFTb3VyY2VSb290LCBzb3VyY2UpO1xuICAgICAgfVxuICAgICAgdmFyIGtleSA9IHV0aWwudG9TZXRTdHJpbmcoc291cmNlKTtcbiAgICAgIHJldHVybiBPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwodGhpcy5fc291cmNlc0NvbnRlbnRzLCBrZXkpXG4gICAgICAgID8gdGhpcy5fc291cmNlc0NvbnRlbnRzW2tleV1cbiAgICAgICAgOiBudWxsO1xuICAgIH0sIHRoaXMpO1xuICB9O1xuXG4vKipcbiAqIEV4dGVybmFsaXplIHRoZSBzb3VyY2UgbWFwLlxuICovXG5Tb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLnRvSlNPTiA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl90b0pTT04oKSB7XG4gICAgdmFyIG1hcCA9IHtcbiAgICAgIHZlcnNpb246IHRoaXMuX3ZlcnNpb24sXG4gICAgICBzb3VyY2VzOiB0aGlzLl9zb3VyY2VzLnRvQXJyYXkoKSxcbiAgICAgIG5hbWVzOiB0aGlzLl9uYW1lcy50b0FycmF5KCksXG4gICAgICBtYXBwaW5nczogdGhpcy5fc2VyaWFsaXplTWFwcGluZ3MoKVxuICAgIH07XG4gICAgaWYgKHRoaXMuX2ZpbGUgIT0gbnVsbCkge1xuICAgICAgbWFwLmZpbGUgPSB0aGlzLl9maWxlO1xuICAgIH1cbiAgICBpZiAodGhpcy5fc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBtYXAuc291cmNlUm9vdCA9IHRoaXMuX3NvdXJjZVJvb3Q7XG4gICAgfVxuICAgIGlmICh0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgIG1hcC5zb3VyY2VzQ29udGVudCA9IHRoaXMuX2dlbmVyYXRlU291cmNlc0NvbnRlbnQobWFwLnNvdXJjZXMsIG1hcC5zb3VyY2VSb290KTtcbiAgICB9XG5cbiAgICByZXR1cm4gbWFwO1xuICB9O1xuXG4vKipcbiAqIFJlbmRlciB0aGUgc291cmNlIG1hcCBiZWluZyBnZW5lcmF0ZWQgdG8gYSBzdHJpbmcuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUudG9TdHJpbmcgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfdG9TdHJpbmcoKSB7XG4gICAgcmV0dXJuIEpTT04uc3RyaW5naWZ5KHRoaXMudG9KU09OKCkpO1xuICB9O1xuXG5leHBvcnRzLlNvdXJjZU1hcEdlbmVyYXRvciA9IFNvdXJjZU1hcEdlbmVyYXRvcjtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL3NvdXJjZS1tYXAtZ2VuZXJhdG9yLmpzXG4vLyBtb2R1bGUgaWQgPSAxXG4vLyBtb2R1bGUgY2h1bmtzID0gMCIsIi8qIC0qLSBNb2RlOiBqczsganMtaW5kZW50LWxldmVsOiAyOyAtKi0gKi9cbi8qXG4gKiBDb3B5cmlnaHQgMjAxMSBNb3ppbGxhIEZvdW5kYXRpb24gYW5kIGNvbnRyaWJ1dG9yc1xuICogTGljZW5zZWQgdW5kZXIgdGhlIE5ldyBCU0QgbGljZW5zZS4gU2VlIExJQ0VOU0Ugb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKlxuICogQmFzZWQgb24gdGhlIEJhc2UgNjQgVkxRIGltcGxlbWVudGF0aW9uIGluIENsb3N1cmUgQ29tcGlsZXI6XG4gKiBodHRwczovL2NvZGUuZ29vZ2xlLmNvbS9wL2Nsb3N1cmUtY29tcGlsZXIvc291cmNlL2Jyb3dzZS90cnVuay9zcmMvY29tL2dvb2dsZS9kZWJ1Z2dpbmcvc291cmNlbWFwL0Jhc2U2NFZMUS5qYXZhXG4gKlxuICogQ29weXJpZ2h0IDIwMTEgVGhlIENsb3N1cmUgQ29tcGlsZXIgQXV0aG9ycy4gQWxsIHJpZ2h0cyByZXNlcnZlZC5cbiAqIFJlZGlzdHJpYnV0aW9uIGFuZCB1c2UgaW4gc291cmNlIGFuZCBiaW5hcnkgZm9ybXMsIHdpdGggb3Igd2l0aG91dFxuICogbW9kaWZpY2F0aW9uLCBhcmUgcGVybWl0dGVkIHByb3ZpZGVkIHRoYXQgdGhlIGZvbGxvd2luZyBjb25kaXRpb25zIGFyZVxuICogbWV0OlxuICpcbiAqICAqIFJlZGlzdHJpYnV0aW9ucyBvZiBzb3VyY2UgY29kZSBtdXN0IHJldGFpbiB0aGUgYWJvdmUgY29weXJpZ2h0XG4gKiAgICBub3RpY2UsIHRoaXMgbGlzdCBvZiBjb25kaXRpb25zIGFuZCB0aGUgZm9sbG93aW5nIGRpc2NsYWltZXIuXG4gKiAgKiBSZWRpc3RyaWJ1dGlvbnMgaW4gYmluYXJ5IGZvcm0gbXVzdCByZXByb2R1Y2UgdGhlIGFib3ZlXG4gKiAgICBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZ1xuICogICAgZGlzY2xhaW1lciBpbiB0aGUgZG9jdW1lbnRhdGlvbiBhbmQvb3Igb3RoZXIgbWF0ZXJpYWxzIHByb3ZpZGVkXG4gKiAgICB3aXRoIHRoZSBkaXN0cmlidXRpb24uXG4gKiAgKiBOZWl0aGVyIHRoZSBuYW1lIG9mIEdvb2dsZSBJbmMuIG5vciB0aGUgbmFtZXMgb2YgaXRzXG4gKiAgICBjb250cmlidXRvcnMgbWF5IGJlIHVzZWQgdG8gZW5kb3JzZSBvciBwcm9tb3RlIHByb2R1Y3RzIGRlcml2ZWRcbiAqICAgIGZyb20gdGhpcyBzb2Z0d2FyZSB3aXRob3V0IHNwZWNpZmljIHByaW9yIHdyaXR0ZW4gcGVybWlzc2lvbi5cbiAqXG4gKiBUSElTIFNPRlRXQVJFIElTIFBST1ZJREVEIEJZIFRIRSBDT1BZUklHSFQgSE9MREVSUyBBTkQgQ09OVFJJQlVUT1JTXG4gKiBcIkFTIElTXCIgQU5EIEFOWSBFWFBSRVNTIE9SIElNUExJRUQgV0FSUkFOVElFUywgSU5DTFVESU5HLCBCVVQgTk9UXG4gKiBMSU1JVEVEIFRPLCBUSEUgSU1QTElFRCBXQVJSQU5USUVTIE9GIE1FUkNIQU5UQUJJTElUWSBBTkQgRklUTkVTUyBGT1JcbiAqIEEgUEFSVElDVUxBUiBQVVJQT1NFIEFSRSBESVNDTEFJTUVELiBJTiBOTyBFVkVOVCBTSEFMTCBUSEUgQ09QWVJJR0hUXG4gKiBPV05FUiBPUiBDT05UUklCVVRPUlMgQkUgTElBQkxFIEZPUiBBTlkgRElSRUNULCBJTkRJUkVDVCwgSU5DSURFTlRBTCxcbiAqIFNQRUNJQUwsIEVYRU1QTEFSWSwgT1IgQ09OU0VRVUVOVElBTCBEQU1BR0VTIChJTkNMVURJTkcsIEJVVCBOT1RcbiAqIExJTUlURUQgVE8sIFBST0NVUkVNRU5UIE9GIFNVQlNUSVRVVEUgR09PRFMgT1IgU0VSVklDRVM7IExPU1MgT0YgVVNFLFxuICogREFUQSwgT1IgUFJPRklUUzsgT1IgQlVTSU5FU1MgSU5URVJSVVBUSU9OKSBIT1dFVkVSIENBVVNFRCBBTkQgT04gQU5ZXG4gKiBUSEVPUlkgT0YgTElBQklMSVRZLCBXSEVUSEVSIElOIENPTlRSQUNULCBTVFJJQ1QgTElBQklMSVRZLCBPUiBUT1JUXG4gKiAoSU5DTFVESU5HIE5FR0xJR0VOQ0UgT1IgT1RIRVJXSVNFKSBBUklTSU5HIElOIEFOWSBXQVkgT1VUIE9GIFRIRSBVU0VcbiAqIE9GIFRISVMgU09GVFdBUkUsIEVWRU4gSUYgQURWSVNFRCBPRiBUSEUgUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0UuXG4gKi9cblxudmFyIGJhc2U2NCA9IHJlcXVpcmUoJy4vYmFzZTY0Jyk7XG5cbi8vIEEgc2luZ2xlIGJhc2UgNjQgZGlnaXQgY2FuIGNvbnRhaW4gNiBiaXRzIG9mIGRhdGEuIEZvciB0aGUgYmFzZSA2NCB2YXJpYWJsZVxuLy8gbGVuZ3RoIHF1YW50aXRpZXMgd2UgdXNlIGluIHRoZSBzb3VyY2UgbWFwIHNwZWMsIHRoZSBmaXJzdCBiaXQgaXMgdGhlIHNpZ24sXG4vLyB0aGUgbmV4dCBmb3VyIGJpdHMgYXJlIHRoZSBhY3R1YWwgdmFsdWUsIGFuZCB0aGUgNnRoIGJpdCBpcyB0aGVcbi8vIGNvbnRpbnVhdGlvbiBiaXQuIFRoZSBjb250aW51YXRpb24gYml0IHRlbGxzIHVzIHdoZXRoZXIgdGhlcmUgYXJlIG1vcmVcbi8vIGRpZ2l0cyBpbiB0aGlzIHZhbHVlIGZvbGxvd2luZyB0aGlzIGRpZ2l0LlxuLy9cbi8vICAgQ29udGludWF0aW9uXG4vLyAgIHwgICAgU2lnblxuLy8gICB8ICAgIHxcbi8vICAgViAgICBWXG4vLyAgIDEwMTAxMVxuXG52YXIgVkxRX0JBU0VfU0hJRlQgPSA1O1xuXG4vLyBiaW5hcnk6IDEwMDAwMFxudmFyIFZMUV9CQVNFID0gMSA8PCBWTFFfQkFTRV9TSElGVDtcblxuLy8gYmluYXJ5OiAwMTExMTFcbnZhciBWTFFfQkFTRV9NQVNLID0gVkxRX0JBU0UgLSAxO1xuXG4vLyBiaW5hcnk6IDEwMDAwMFxudmFyIFZMUV9DT05USU5VQVRJT05fQklUID0gVkxRX0JBU0U7XG5cbi8qKlxuICogQ29udmVydHMgZnJvbSBhIHR3by1jb21wbGVtZW50IHZhbHVlIHRvIGEgdmFsdWUgd2hlcmUgdGhlIHNpZ24gYml0IGlzXG4gKiBwbGFjZWQgaW4gdGhlIGxlYXN0IHNpZ25pZmljYW50IGJpdC4gIEZvciBleGFtcGxlLCBhcyBkZWNpbWFsczpcbiAqICAgMSBiZWNvbWVzIDIgKDEwIGJpbmFyeSksIC0xIGJlY29tZXMgMyAoMTEgYmluYXJ5KVxuICogICAyIGJlY29tZXMgNCAoMTAwIGJpbmFyeSksIC0yIGJlY29tZXMgNSAoMTAxIGJpbmFyeSlcbiAqL1xuZnVuY3Rpb24gdG9WTFFTaWduZWQoYVZhbHVlKSB7XG4gIHJldHVybiBhVmFsdWUgPCAwXG4gICAgPyAoKC1hVmFsdWUpIDw8IDEpICsgMVxuICAgIDogKGFWYWx1ZSA8PCAxKSArIDA7XG59XG5cbi8qKlxuICogQ29udmVydHMgdG8gYSB0d28tY29tcGxlbWVudCB2YWx1ZSBmcm9tIGEgdmFsdWUgd2hlcmUgdGhlIHNpZ24gYml0IGlzXG4gKiBwbGFjZWQgaW4gdGhlIGxlYXN0IHNpZ25pZmljYW50IGJpdC4gIEZvciBleGFtcGxlLCBhcyBkZWNpbWFsczpcbiAqICAgMiAoMTAgYmluYXJ5KSBiZWNvbWVzIDEsIDMgKDExIGJpbmFyeSkgYmVjb21lcyAtMVxuICogICA0ICgxMDAgYmluYXJ5KSBiZWNvbWVzIDIsIDUgKDEwMSBiaW5hcnkpIGJlY29tZXMgLTJcbiAqL1xuZnVuY3Rpb24gZnJvbVZMUVNpZ25lZChhVmFsdWUpIHtcbiAgdmFyIGlzTmVnYXRpdmUgPSAoYVZhbHVlICYgMSkgPT09IDE7XG4gIHZhciBzaGlmdGVkID0gYVZhbHVlID4+IDE7XG4gIHJldHVybiBpc05lZ2F0aXZlXG4gICAgPyAtc2hpZnRlZFxuICAgIDogc2hpZnRlZDtcbn1cblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBiYXNlIDY0IFZMUSBlbmNvZGVkIHZhbHVlLlxuICovXG5leHBvcnRzLmVuY29kZSA9IGZ1bmN0aW9uIGJhc2U2NFZMUV9lbmNvZGUoYVZhbHVlKSB7XG4gIHZhciBlbmNvZGVkID0gXCJcIjtcbiAgdmFyIGRpZ2l0O1xuXG4gIHZhciB2bHEgPSB0b1ZMUVNpZ25lZChhVmFsdWUpO1xuXG4gIGRvIHtcbiAgICBkaWdpdCA9IHZscSAmIFZMUV9CQVNFX01BU0s7XG4gICAgdmxxID4+Pj0gVkxRX0JBU0VfU0hJRlQ7XG4gICAgaWYgKHZscSA+IDApIHtcbiAgICAgIC8vIFRoZXJlIGFyZSBzdGlsbCBtb3JlIGRpZ2l0cyBpbiB0aGlzIHZhbHVlLCBzbyB3ZSBtdXN0IG1ha2Ugc3VyZSB0aGVcbiAgICAgIC8vIGNvbnRpbnVhdGlvbiBiaXQgaXMgbWFya2VkLlxuICAgICAgZGlnaXQgfD0gVkxRX0NPTlRJTlVBVElPTl9CSVQ7XG4gICAgfVxuICAgIGVuY29kZWQgKz0gYmFzZTY0LmVuY29kZShkaWdpdCk7XG4gIH0gd2hpbGUgKHZscSA+IDApO1xuXG4gIHJldHVybiBlbmNvZGVkO1xufTtcblxuLyoqXG4gKiBEZWNvZGVzIHRoZSBuZXh0IGJhc2UgNjQgVkxRIHZhbHVlIGZyb20gdGhlIGdpdmVuIHN0cmluZyBhbmQgcmV0dXJucyB0aGVcbiAqIHZhbHVlIGFuZCB0aGUgcmVzdCBvZiB0aGUgc3RyaW5nIHZpYSB0aGUgb3V0IHBhcmFtZXRlci5cbiAqL1xuZXhwb3J0cy5kZWNvZGUgPSBmdW5jdGlvbiBiYXNlNjRWTFFfZGVjb2RlKGFTdHIsIGFJbmRleCwgYU91dFBhcmFtKSB7XG4gIHZhciBzdHJMZW4gPSBhU3RyLmxlbmd0aDtcbiAgdmFyIHJlc3VsdCA9IDA7XG4gIHZhciBzaGlmdCA9IDA7XG4gIHZhciBjb250aW51YXRpb24sIGRpZ2l0O1xuXG4gIGRvIHtcbiAgICBpZiAoYUluZGV4ID49IHN0ckxlbikge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiRXhwZWN0ZWQgbW9yZSBkaWdpdHMgaW4gYmFzZSA2NCBWTFEgdmFsdWUuXCIpO1xuICAgIH1cblxuICAgIGRpZ2l0ID0gYmFzZTY0LmRlY29kZShhU3RyLmNoYXJDb2RlQXQoYUluZGV4KyspKTtcbiAgICBpZiAoZGlnaXQgPT09IC0xKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoXCJJbnZhbGlkIGJhc2U2NCBkaWdpdDogXCIgKyBhU3RyLmNoYXJBdChhSW5kZXggLSAxKSk7XG4gICAgfVxuXG4gICAgY29udGludWF0aW9uID0gISEoZGlnaXQgJiBWTFFfQ09OVElOVUFUSU9OX0JJVCk7XG4gICAgZGlnaXQgJj0gVkxRX0JBU0VfTUFTSztcbiAgICByZXN1bHQgPSByZXN1bHQgKyAoZGlnaXQgPDwgc2hpZnQpO1xuICAgIHNoaWZ0ICs9IFZMUV9CQVNFX1NISUZUO1xuICB9IHdoaWxlIChjb250aW51YXRpb24pO1xuXG4gIGFPdXRQYXJhbS52YWx1ZSA9IGZyb21WTFFTaWduZWQocmVzdWx0KTtcbiAgYU91dFBhcmFtLnJlc3QgPSBhSW5kZXg7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmFzZTY0LXZscS5qc1xuLy8gbW9kdWxlIGlkID0gMlxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciBpbnRUb0NoYXJNYXAgPSAnQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVphYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ejAxMjM0NTY3ODkrLycuc3BsaXQoJycpO1xuXG4vKipcbiAqIEVuY29kZSBhbiBpbnRlZ2VyIGluIHRoZSByYW5nZSBvZiAwIHRvIDYzIHRvIGEgc2luZ2xlIGJhc2UgNjQgZGlnaXQuXG4gKi9cbmV4cG9ydHMuZW5jb2RlID0gZnVuY3Rpb24gKG51bWJlcikge1xuICBpZiAoMCA8PSBudW1iZXIgJiYgbnVtYmVyIDwgaW50VG9DaGFyTWFwLmxlbmd0aCkge1xuICAgIHJldHVybiBpbnRUb0NoYXJNYXBbbnVtYmVyXTtcbiAgfVxuICB0aHJvdyBuZXcgVHlwZUVycm9yKFwiTXVzdCBiZSBiZXR3ZWVuIDAgYW5kIDYzOiBcIiArIG51bWJlcik7XG59O1xuXG4vKipcbiAqIERlY29kZSBhIHNpbmdsZSBiYXNlIDY0IGNoYXJhY3RlciBjb2RlIGRpZ2l0IHRvIGFuIGludGVnZXIuIFJldHVybnMgLTEgb25cbiAqIGZhaWx1cmUuXG4gKi9cbmV4cG9ydHMuZGVjb2RlID0gZnVuY3Rpb24gKGNoYXJDb2RlKSB7XG4gIHZhciBiaWdBID0gNjU7ICAgICAvLyAnQSdcbiAgdmFyIGJpZ1ogPSA5MDsgICAgIC8vICdaJ1xuXG4gIHZhciBsaXR0bGVBID0gOTc7ICAvLyAnYSdcbiAgdmFyIGxpdHRsZVogPSAxMjI7IC8vICd6J1xuXG4gIHZhciB6ZXJvID0gNDg7ICAgICAvLyAnMCdcbiAgdmFyIG5pbmUgPSA1NzsgICAgIC8vICc5J1xuXG4gIHZhciBwbHVzID0gNDM7ICAgICAvLyAnKydcbiAgdmFyIHNsYXNoID0gNDc7ICAgIC8vICcvJ1xuXG4gIHZhciBsaXR0bGVPZmZzZXQgPSAyNjtcbiAgdmFyIG51bWJlck9mZnNldCA9IDUyO1xuXG4gIC8vIDAgLSAyNTogQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVpcbiAgaWYgKGJpZ0EgPD0gY2hhckNvZGUgJiYgY2hhckNvZGUgPD0gYmlnWikge1xuICAgIHJldHVybiAoY2hhckNvZGUgLSBiaWdBKTtcbiAgfVxuXG4gIC8vIDI2IC0gNTE6IGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6XG4gIGlmIChsaXR0bGVBIDw9IGNoYXJDb2RlICYmIGNoYXJDb2RlIDw9IGxpdHRsZVopIHtcbiAgICByZXR1cm4gKGNoYXJDb2RlIC0gbGl0dGxlQSArIGxpdHRsZU9mZnNldCk7XG4gIH1cblxuICAvLyA1MiAtIDYxOiAwMTIzNDU2Nzg5XG4gIGlmICh6ZXJvIDw9IGNoYXJDb2RlICYmIGNoYXJDb2RlIDw9IG5pbmUpIHtcbiAgICByZXR1cm4gKGNoYXJDb2RlIC0gemVybyArIG51bWJlck9mZnNldCk7XG4gIH1cblxuICAvLyA2MjogK1xuICBpZiAoY2hhckNvZGUgPT0gcGx1cykge1xuICAgIHJldHVybiA2MjtcbiAgfVxuXG4gIC8vIDYzOiAvXG4gIGlmIChjaGFyQ29kZSA9PSBzbGFzaCkge1xuICAgIHJldHVybiA2MztcbiAgfVxuXG4gIC8vIEludmFsaWQgYmFzZTY0IGRpZ2l0LlxuICByZXR1cm4gLTE7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmFzZTY0LmpzXG4vLyBtb2R1bGUgaWQgPSAzXG4vLyBtb2R1bGUgY2h1bmtzID0gMCIsIi8qIC0qLSBNb2RlOiBqczsganMtaW5kZW50LWxldmVsOiAyOyAtKi0gKi9cbi8qXG4gKiBDb3B5cmlnaHQgMjAxMSBNb3ppbGxhIEZvdW5kYXRpb24gYW5kIGNvbnRyaWJ1dG9yc1xuICogTGljZW5zZWQgdW5kZXIgdGhlIE5ldyBCU0QgbGljZW5zZS4gU2VlIExJQ0VOU0Ugb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cblxuLyoqXG4gKiBUaGlzIGlzIGEgaGVscGVyIGZ1bmN0aW9uIGZvciBnZXR0aW5nIHZhbHVlcyBmcm9tIHBhcmFtZXRlci9vcHRpb25zXG4gKiBvYmplY3RzLlxuICpcbiAqIEBwYXJhbSBhcmdzIFRoZSBvYmplY3Qgd2UgYXJlIGV4dHJhY3RpbmcgdmFsdWVzIGZyb21cbiAqIEBwYXJhbSBuYW1lIFRoZSBuYW1lIG9mIHRoZSBwcm9wZXJ0eSB3ZSBhcmUgZ2V0dGluZy5cbiAqIEBwYXJhbSBkZWZhdWx0VmFsdWUgQW4gb3B0aW9uYWwgdmFsdWUgdG8gcmV0dXJuIGlmIHRoZSBwcm9wZXJ0eSBpcyBtaXNzaW5nXG4gKiBmcm9tIHRoZSBvYmplY3QuIElmIHRoaXMgaXMgbm90IHNwZWNpZmllZCBhbmQgdGhlIHByb3BlcnR5IGlzIG1pc3NpbmcsIGFuXG4gKiBlcnJvciB3aWxsIGJlIHRocm93bi5cbiAqL1xuZnVuY3Rpb24gZ2V0QXJnKGFBcmdzLCBhTmFtZSwgYURlZmF1bHRWYWx1ZSkge1xuICBpZiAoYU5hbWUgaW4gYUFyZ3MpIHtcbiAgICByZXR1cm4gYUFyZ3NbYU5hbWVdO1xuICB9IGVsc2UgaWYgKGFyZ3VtZW50cy5sZW5ndGggPT09IDMpIHtcbiAgICByZXR1cm4gYURlZmF1bHRWYWx1ZTtcbiAgfSBlbHNlIHtcbiAgICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFOYW1lICsgJ1wiIGlzIGEgcmVxdWlyZWQgYXJndW1lbnQuJyk7XG4gIH1cbn1cbmV4cG9ydHMuZ2V0QXJnID0gZ2V0QXJnO1xuXG52YXIgdXJsUmVnZXhwID0gL14oPzooW1xcdytcXC0uXSspOik/XFwvXFwvKD86KFxcdys6XFx3KylAKT8oW1xcdy5dKikoPzo6KFxcZCspKT8oXFxTKikkLztcbnZhciBkYXRhVXJsUmVnZXhwID0gL15kYXRhOi4rXFwsLiskLztcblxuZnVuY3Rpb24gdXJsUGFyc2UoYVVybCkge1xuICB2YXIgbWF0Y2ggPSBhVXJsLm1hdGNoKHVybFJlZ2V4cCk7XG4gIGlmICghbWF0Y2gpIHtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuICByZXR1cm4ge1xuICAgIHNjaGVtZTogbWF0Y2hbMV0sXG4gICAgYXV0aDogbWF0Y2hbMl0sXG4gICAgaG9zdDogbWF0Y2hbM10sXG4gICAgcG9ydDogbWF0Y2hbNF0sXG4gICAgcGF0aDogbWF0Y2hbNV1cbiAgfTtcbn1cbmV4cG9ydHMudXJsUGFyc2UgPSB1cmxQYXJzZTtcblxuZnVuY3Rpb24gdXJsR2VuZXJhdGUoYVBhcnNlZFVybCkge1xuICB2YXIgdXJsID0gJyc7XG4gIGlmIChhUGFyc2VkVXJsLnNjaGVtZSkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLnNjaGVtZSArICc6JztcbiAgfVxuICB1cmwgKz0gJy8vJztcbiAgaWYgKGFQYXJzZWRVcmwuYXV0aCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmF1dGggKyAnQCc7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwuaG9zdCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmhvc3Q7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwucG9ydCkge1xuICAgIHVybCArPSBcIjpcIiArIGFQYXJzZWRVcmwucG9ydFxuICB9XG4gIGlmIChhUGFyc2VkVXJsLnBhdGgpIHtcbiAgICB1cmwgKz0gYVBhcnNlZFVybC5wYXRoO1xuICB9XG4gIHJldHVybiB1cmw7XG59XG5leHBvcnRzLnVybEdlbmVyYXRlID0gdXJsR2VuZXJhdGU7XG5cbi8qKlxuICogTm9ybWFsaXplcyBhIHBhdGgsIG9yIHRoZSBwYXRoIHBvcnRpb24gb2YgYSBVUkw6XG4gKlxuICogLSBSZXBsYWNlcyBjb25zZWN1dGl2ZSBzbGFzaGVzIHdpdGggb25lIHNsYXNoLlxuICogLSBSZW1vdmVzIHVubmVjZXNzYXJ5ICcuJyBwYXJ0cy5cbiAqIC0gUmVtb3ZlcyB1bm5lY2Vzc2FyeSAnPGRpcj4vLi4nIHBhcnRzLlxuICpcbiAqIEJhc2VkIG9uIGNvZGUgaW4gdGhlIE5vZGUuanMgJ3BhdGgnIGNvcmUgbW9kdWxlLlxuICpcbiAqIEBwYXJhbSBhUGF0aCBUaGUgcGF0aCBvciB1cmwgdG8gbm9ybWFsaXplLlxuICovXG5mdW5jdGlvbiBub3JtYWxpemUoYVBhdGgpIHtcbiAgdmFyIHBhdGggPSBhUGF0aDtcbiAgdmFyIHVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgaWYgKHVybCkge1xuICAgIGlmICghdXJsLnBhdGgpIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG4gICAgcGF0aCA9IHVybC5wYXRoO1xuICB9XG4gIHZhciBpc0Fic29sdXRlID0gZXhwb3J0cy5pc0Fic29sdXRlKHBhdGgpO1xuXG4gIHZhciBwYXJ0cyA9IHBhdGguc3BsaXQoL1xcLysvKTtcbiAgZm9yICh2YXIgcGFydCwgdXAgPSAwLCBpID0gcGFydHMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIHtcbiAgICBwYXJ0ID0gcGFydHNbaV07XG4gICAgaWYgKHBhcnQgPT09ICcuJykge1xuICAgICAgcGFydHMuc3BsaWNlKGksIDEpO1xuICAgIH0gZWxzZSBpZiAocGFydCA9PT0gJy4uJykge1xuICAgICAgdXArKztcbiAgICB9IGVsc2UgaWYgKHVwID4gMCkge1xuICAgICAgaWYgKHBhcnQgPT09ICcnKSB7XG4gICAgICAgIC8vIFRoZSBmaXJzdCBwYXJ0IGlzIGJsYW5rIGlmIHRoZSBwYXRoIGlzIGFic29sdXRlLiBUcnlpbmcgdG8gZ29cbiAgICAgICAgLy8gYWJvdmUgdGhlIHJvb3QgaXMgYSBuby1vcC4gVGhlcmVmb3JlIHdlIGNhbiByZW1vdmUgYWxsICcuLicgcGFydHNcbiAgICAgICAgLy8gZGlyZWN0bHkgYWZ0ZXIgdGhlIHJvb3QuXG4gICAgICAgIHBhcnRzLnNwbGljZShpICsgMSwgdXApO1xuICAgICAgICB1cCA9IDA7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBwYXJ0cy5zcGxpY2UoaSwgMik7XG4gICAgICAgIHVwLS07XG4gICAgICB9XG4gICAgfVxuICB9XG4gIHBhdGggPSBwYXJ0cy5qb2luKCcvJyk7XG5cbiAgaWYgKHBhdGggPT09ICcnKSB7XG4gICAgcGF0aCA9IGlzQWJzb2x1dGUgPyAnLycgOiAnLic7XG4gIH1cblxuICBpZiAodXJsKSB7XG4gICAgdXJsLnBhdGggPSBwYXRoO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZSh1cmwpO1xuICB9XG4gIHJldHVybiBwYXRoO1xufVxuZXhwb3J0cy5ub3JtYWxpemUgPSBub3JtYWxpemU7XG5cbi8qKlxuICogSm9pbnMgdHdvIHBhdGhzL1VSTHMuXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBqb2luZWQgd2l0aCB0aGUgcm9vdC5cbiAqXG4gKiAtIElmIGFQYXRoIGlzIGEgVVJMIG9yIGEgZGF0YSBVUkksIGFQYXRoIGlzIHJldHVybmVkLCB1bmxlc3MgYVBhdGggaXMgYVxuICogICBzY2hlbWUtcmVsYXRpdmUgVVJMOiBUaGVuIHRoZSBzY2hlbWUgb2YgYVJvb3QsIGlmIGFueSwgaXMgcHJlcGVuZGVkXG4gKiAgIGZpcnN0LlxuICogLSBPdGhlcndpc2UgYVBhdGggaXMgYSBwYXRoLiBJZiBhUm9vdCBpcyBhIFVSTCwgdGhlbiBpdHMgcGF0aCBwb3J0aW9uXG4gKiAgIGlzIHVwZGF0ZWQgd2l0aCB0aGUgcmVzdWx0IGFuZCBhUm9vdCBpcyByZXR1cm5lZC4gT3RoZXJ3aXNlIHRoZSByZXN1bHRcbiAqICAgaXMgcmV0dXJuZWQuXG4gKiAgIC0gSWYgYVBhdGggaXMgYWJzb2x1dGUsIHRoZSByZXN1bHQgaXMgYVBhdGguXG4gKiAgIC0gT3RoZXJ3aXNlIHRoZSB0d28gcGF0aHMgYXJlIGpvaW5lZCB3aXRoIGEgc2xhc2guXG4gKiAtIEpvaW5pbmcgZm9yIGV4YW1wbGUgJ2h0dHA6Ly8nIGFuZCAnd3d3LmV4YW1wbGUuY29tJyBpcyBhbHNvIHN1cHBvcnRlZC5cbiAqL1xuZnVuY3Rpb24gam9pbihhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuICBpZiAoYVBhdGggPT09IFwiXCIpIHtcbiAgICBhUGF0aCA9IFwiLlwiO1xuICB9XG4gIHZhciBhUGF0aFVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgdmFyIGFSb290VXJsID0gdXJsUGFyc2UoYVJvb3QpO1xuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdCA9IGFSb290VXJsLnBhdGggfHwgJy8nO1xuICB9XG5cbiAgLy8gYGpvaW4oZm9vLCAnLy93d3cuZXhhbXBsZS5vcmcnKWBcbiAgaWYgKGFQYXRoVXJsICYmICFhUGF0aFVybC5zY2hlbWUpIHtcbiAgICBpZiAoYVJvb3RVcmwpIHtcbiAgICAgIGFQYXRoVXJsLnNjaGVtZSA9IGFSb290VXJsLnNjaGVtZTtcbiAgICB9XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFQYXRoVXJsKTtcbiAgfVxuXG4gIGlmIChhUGF0aFVybCB8fCBhUGF0aC5tYXRjaChkYXRhVXJsUmVnZXhwKSkge1xuICAgIHJldHVybiBhUGF0aDtcbiAgfVxuXG4gIC8vIGBqb2luKCdodHRwOi8vJywgJ3d3dy5leGFtcGxlLmNvbScpYFxuICBpZiAoYVJvb3RVcmwgJiYgIWFSb290VXJsLmhvc3QgJiYgIWFSb290VXJsLnBhdGgpIHtcbiAgICBhUm9vdFVybC5ob3N0ID0gYVBhdGg7XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFSb290VXJsKTtcbiAgfVxuXG4gIHZhciBqb2luZWQgPSBhUGF0aC5jaGFyQXQoMCkgPT09ICcvJ1xuICAgID8gYVBhdGhcbiAgICA6IG5vcm1hbGl6ZShhUm9vdC5yZXBsYWNlKC9cXC8rJC8sICcnKSArICcvJyArIGFQYXRoKTtcblxuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdFVybC5wYXRoID0gam9pbmVkO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZShhUm9vdFVybCk7XG4gIH1cbiAgcmV0dXJuIGpvaW5lZDtcbn1cbmV4cG9ydHMuam9pbiA9IGpvaW47XG5cbmV4cG9ydHMuaXNBYnNvbHV0ZSA9IGZ1bmN0aW9uIChhUGF0aCkge1xuICByZXR1cm4gYVBhdGguY2hhckF0KDApID09PSAnLycgfHwgISFhUGF0aC5tYXRjaCh1cmxSZWdleHApO1xufTtcblxuLyoqXG4gKiBNYWtlIGEgcGF0aCByZWxhdGl2ZSB0byBhIFVSTCBvciBhbm90aGVyIHBhdGguXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBtYWRlIHJlbGF0aXZlIHRvIGFSb290LlxuICovXG5mdW5jdGlvbiByZWxhdGl2ZShhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuXG4gIGFSb290ID0gYVJvb3QucmVwbGFjZSgvXFwvJC8sICcnKTtcblxuICAvLyBJdCBpcyBwb3NzaWJsZSBmb3IgdGhlIHBhdGggdG8gYmUgYWJvdmUgdGhlIHJvb3QuIEluIHRoaXMgY2FzZSwgc2ltcGx5XG4gIC8vIGNoZWNraW5nIHdoZXRoZXIgdGhlIHJvb3QgaXMgYSBwcmVmaXggb2YgdGhlIHBhdGggd29uJ3Qgd29yay4gSW5zdGVhZCwgd2VcbiAgLy8gbmVlZCB0byByZW1vdmUgY29tcG9uZW50cyBmcm9tIHRoZSByb290IG9uZSBieSBvbmUsIHVudGlsIGVpdGhlciB3ZSBmaW5kXG4gIC8vIGEgcHJlZml4IHRoYXQgZml0cywgb3Igd2UgcnVuIG91dCBvZiBjb21wb25lbnRzIHRvIHJlbW92ZS5cbiAgdmFyIGxldmVsID0gMDtcbiAgd2hpbGUgKGFQYXRoLmluZGV4T2YoYVJvb3QgKyAnLycpICE9PSAwKSB7XG4gICAgdmFyIGluZGV4ID0gYVJvb3QubGFzdEluZGV4T2YoXCIvXCIpO1xuICAgIGlmIChpbmRleCA8IDApIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG5cbiAgICAvLyBJZiB0aGUgb25seSBwYXJ0IG9mIHRoZSByb290IHRoYXQgaXMgbGVmdCBpcyB0aGUgc2NoZW1lIChpLmUuIGh0dHA6Ly8sXG4gICAgLy8gZmlsZTovLy8sIGV0Yy4pLCBvbmUgb3IgbW9yZSBzbGFzaGVzICgvKSwgb3Igc2ltcGx5IG5vdGhpbmcgYXQgYWxsLCB3ZVxuICAgIC8vIGhhdmUgZXhoYXVzdGVkIGFsbCBjb21wb25lbnRzLCBzbyB0aGUgcGF0aCBpcyBub3QgcmVsYXRpdmUgdG8gdGhlIHJvb3QuXG4gICAgYVJvb3QgPSBhUm9vdC5zbGljZSgwLCBpbmRleCk7XG4gICAgaWYgKGFSb290Lm1hdGNoKC9eKFteXFwvXSs6XFwvKT9cXC8qJC8pKSB7XG4gICAgICByZXR1cm4gYVBhdGg7XG4gICAgfVxuXG4gICAgKytsZXZlbDtcbiAgfVxuXG4gIC8vIE1ha2Ugc3VyZSB3ZSBhZGQgYSBcIi4uL1wiIGZvciBlYWNoIGNvbXBvbmVudCB3ZSByZW1vdmVkIGZyb20gdGhlIHJvb3QuXG4gIHJldHVybiBBcnJheShsZXZlbCArIDEpLmpvaW4oXCIuLi9cIikgKyBhUGF0aC5zdWJzdHIoYVJvb3QubGVuZ3RoICsgMSk7XG59XG5leHBvcnRzLnJlbGF0aXZlID0gcmVsYXRpdmU7XG5cbnZhciBzdXBwb3J0c051bGxQcm90byA9IChmdW5jdGlvbiAoKSB7XG4gIHZhciBvYmogPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICByZXR1cm4gISgnX19wcm90b19fJyBpbiBvYmopO1xufSgpKTtcblxuZnVuY3Rpb24gaWRlbnRpdHkgKHMpIHtcbiAgcmV0dXJuIHM7XG59XG5cbi8qKlxuICogQmVjYXVzZSBiZWhhdmlvciBnb2VzIHdhY2t5IHdoZW4geW91IHNldCBgX19wcm90b19fYCBvbiBvYmplY3RzLCB3ZVxuICogaGF2ZSB0byBwcmVmaXggYWxsIHRoZSBzdHJpbmdzIGluIG91ciBzZXQgd2l0aCBhbiBhcmJpdHJhcnkgY2hhcmFjdGVyLlxuICpcbiAqIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL3B1bGwvMzEgYW5kXG4gKiBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8zMFxuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5mdW5jdGlvbiB0b1NldFN0cmluZyhhU3RyKSB7XG4gIGlmIChpc1Byb3RvU3RyaW5nKGFTdHIpKSB7XG4gICAgcmV0dXJuICckJyArIGFTdHI7XG4gIH1cblxuICByZXR1cm4gYVN0cjtcbn1cbmV4cG9ydHMudG9TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogdG9TZXRTdHJpbmc7XG5cbmZ1bmN0aW9uIGZyb21TZXRTdHJpbmcoYVN0cikge1xuICBpZiAoaXNQcm90b1N0cmluZyhhU3RyKSkge1xuICAgIHJldHVybiBhU3RyLnNsaWNlKDEpO1xuICB9XG5cbiAgcmV0dXJuIGFTdHI7XG59XG5leHBvcnRzLmZyb21TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogZnJvbVNldFN0cmluZztcblxuZnVuY3Rpb24gaXNQcm90b1N0cmluZyhzKSB7XG4gIGlmICghcykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIHZhciBsZW5ndGggPSBzLmxlbmd0aDtcblxuICBpZiAobGVuZ3RoIDwgOSAvKiBcIl9fcHJvdG9fX1wiLmxlbmd0aCAqLykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIGlmIChzLmNoYXJDb2RlQXQobGVuZ3RoIC0gMSkgIT09IDk1ICAvKiAnXycgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSAyKSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDMpICE9PSAxMTEgLyogJ28nICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNCkgIT09IDExNiAvKiAndCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA1KSAhPT0gMTExIC8qICdvJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDYpICE9PSAxMTQgLyogJ3InICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNykgIT09IDExMiAvKiAncCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA4KSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDkpICE9PSA5NSAgLyogJ18nICovKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG5cbiAgZm9yICh2YXIgaSA9IGxlbmd0aCAtIDEwOyBpID49IDA7IGktLSkge1xuICAgIGlmIChzLmNoYXJDb2RlQXQoaSkgIT09IDM2IC8qICckJyAqLykge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiB0cnVlO1xufVxuXG4vKipcbiAqIENvbXBhcmF0b3IgYmV0d2VlbiB0d28gbWFwcGluZ3Mgd2hlcmUgdGhlIG9yaWdpbmFsIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4sIGJ1dCBkaWZmZXJlbnQgZ2VuZXJhdGVkXG4gKiBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYSBtYXBwaW5nIHdpdGggYVxuICogc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZU9yaWdpbmFsKSB7XG4gIHZhciBjbXAgPSBtYXBwaW5nQS5zb3VyY2UgLSBtYXBwaW5nQi5zb3VyY2U7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDAgfHwgb25seUNvbXBhcmVPcmlnaW5hbCkge1xuICAgIHJldHVybiBjbXA7XG4gIH1cblxuICBjbXAgPSBtYXBwaW5nQS5nZW5lcmF0ZWRDb2x1bW4gLSBtYXBwaW5nQi5nZW5lcmF0ZWRDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIG1hcHBpbmdBLm5hbWUgLSBtYXBwaW5nQi5uYW1lO1xufVxuZXhwb3J0cy5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyA9IGNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zO1xuXG4vKipcbiAqIENvbXBhcmF0b3IgYmV0d2VlbiB0d28gbWFwcGluZ3Mgd2l0aCBkZWZsYXRlZCBzb3VyY2UgYW5kIG5hbWUgaW5kaWNlcyB3aGVyZVxuICogdGhlIGdlbmVyYXRlZCBwb3NpdGlvbnMgYXJlIGNvbXBhcmVkLlxuICpcbiAqIE9wdGlvbmFsbHkgcGFzcyBpbiBgdHJ1ZWAgYXMgYG9ubHlDb21wYXJlR2VuZXJhdGVkYCB0byBjb25zaWRlciB0d29cbiAqIG1hcHBpbmdzIHdpdGggdGhlIHNhbWUgZ2VuZXJhdGVkIGxpbmUgYW5kIGNvbHVtbiwgYnV0IGRpZmZlcmVudFxuICogc291cmNlL25hbWUvb3JpZ2luYWwgbGluZSBhbmQgY29sdW1uIHRoZSBzYW1lLiBVc2VmdWwgd2hlbiBzZWFyY2hpbmcgZm9yIGFcbiAqIG1hcHBpbmcgd2l0aCBhIHN0dWJiZWQgb3V0IG1hcHBpbmcuXG4gKi9cbmZ1bmN0aW9uIGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkKG1hcHBpbmdBLCBtYXBwaW5nQiwgb25seUNvbXBhcmVHZW5lcmF0ZWQpIHtcbiAgdmFyIGNtcCA9IG1hcHBpbmdBLmdlbmVyYXRlZExpbmUgLSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLmdlbmVyYXRlZENvbHVtbiAtIG1hcHBpbmdCLmdlbmVyYXRlZENvbHVtbjtcbiAgaWYgKGNtcCAhPT0gMCB8fCBvbmx5Q29tcGFyZUdlbmVyYXRlZCkge1xuICAgIHJldHVybiBjbXA7XG4gIH1cblxuICBjbXAgPSBtYXBwaW5nQS5zb3VyY2UgLSBtYXBwaW5nQi5zb3VyY2U7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIG1hcHBpbmdBLm5hbWUgLSBtYXBwaW5nQi5uYW1lO1xufVxuZXhwb3J0cy5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNEZWZsYXRlZCA9IGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkO1xuXG5mdW5jdGlvbiBzdHJjbXAoYVN0cjEsIGFTdHIyKSB7XG4gIGlmIChhU3RyMSA9PT0gYVN0cjIpIHtcbiAgICByZXR1cm4gMDtcbiAgfVxuXG4gIGlmIChhU3RyMSA+IGFTdHIyKSB7XG4gICAgcmV0dXJuIDE7XG4gIH1cblxuICByZXR1cm4gLTE7XG59XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGluZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBzdHJpbmdzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKi9cbmZ1bmN0aW9uIGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmdBLCBtYXBwaW5nQikge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zSW5mbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL3V0aWwuanNcbi8vIG1vZHVsZSBpZCA9IDRcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGhhcyA9IE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHk7XG52YXIgaGFzTmF0aXZlTWFwID0gdHlwZW9mIE1hcCAhPT0gXCJ1bmRlZmluZWRcIjtcblxuLyoqXG4gKiBBIGRhdGEgc3RydWN0dXJlIHdoaWNoIGlzIGEgY29tYmluYXRpb24gb2YgYW4gYXJyYXkgYW5kIGEgc2V0LiBBZGRpbmcgYSBuZXdcbiAqIG1lbWJlciBpcyBPKDEpLCB0ZXN0aW5nIGZvciBtZW1iZXJzaGlwIGlzIE8oMSksIGFuZCBmaW5kaW5nIHRoZSBpbmRleCBvZiBhblxuICogZWxlbWVudCBpcyBPKDEpLiBSZW1vdmluZyBlbGVtZW50cyBmcm9tIHRoZSBzZXQgaXMgbm90IHN1cHBvcnRlZC4gT25seVxuICogc3RyaW5ncyBhcmUgc3VwcG9ydGVkIGZvciBtZW1iZXJzaGlwLlxuICovXG5mdW5jdGlvbiBBcnJheVNldCgpIHtcbiAgdGhpcy5fYXJyYXkgPSBbXTtcbiAgdGhpcy5fc2V0ID0gaGFzTmF0aXZlTWFwID8gbmV3IE1hcCgpIDogT2JqZWN0LmNyZWF0ZShudWxsKTtcbn1cblxuLyoqXG4gKiBTdGF0aWMgbWV0aG9kIGZvciBjcmVhdGluZyBBcnJheVNldCBpbnN0YW5jZXMgZnJvbSBhbiBleGlzdGluZyBhcnJheS5cbiAqL1xuQXJyYXlTZXQuZnJvbUFycmF5ID0gZnVuY3Rpb24gQXJyYXlTZXRfZnJvbUFycmF5KGFBcnJheSwgYUFsbG93RHVwbGljYXRlcykge1xuICB2YXIgc2V0ID0gbmV3IEFycmF5U2V0KCk7XG4gIGZvciAodmFyIGkgPSAwLCBsZW4gPSBhQXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBzZXQuYWRkKGFBcnJheVtpXSwgYUFsbG93RHVwbGljYXRlcyk7XG4gIH1cbiAgcmV0dXJuIHNldDtcbn07XG5cbi8qKlxuICogUmV0dXJuIGhvdyBtYW55IHVuaXF1ZSBpdGVtcyBhcmUgaW4gdGhpcyBBcnJheVNldC4gSWYgZHVwbGljYXRlcyBoYXZlIGJlZW5cbiAqIGFkZGVkLCB0aGFuIHRob3NlIGRvIG5vdCBjb3VudCB0b3dhcmRzIHRoZSBzaXplLlxuICpcbiAqIEByZXR1cm5zIE51bWJlclxuICovXG5BcnJheVNldC5wcm90b3R5cGUuc2l6ZSA9IGZ1bmN0aW9uIEFycmF5U2V0X3NpemUoKSB7XG4gIHJldHVybiBoYXNOYXRpdmVNYXAgPyB0aGlzLl9zZXQuc2l6ZSA6IE9iamVjdC5nZXRPd25Qcm9wZXJ0eU5hbWVzKHRoaXMuX3NldCkubGVuZ3RoO1xufTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHN0cmluZyB0byB0aGlzIHNldC5cbiAqXG4gKiBAcGFyYW0gU3RyaW5nIGFTdHJcbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIEFycmF5U2V0X2FkZChhU3RyLCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gIHZhciBzU3RyID0gaGFzTmF0aXZlTWFwID8gYVN0ciA6IHV0aWwudG9TZXRTdHJpbmcoYVN0cik7XG4gIHZhciBpc0R1cGxpY2F0ZSA9IGhhc05hdGl2ZU1hcCA/IHRoaXMuaGFzKGFTdHIpIDogaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKTtcbiAgdmFyIGlkeCA9IHRoaXMuX2FycmF5Lmxlbmd0aDtcbiAgaWYgKCFpc0R1cGxpY2F0ZSB8fCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhU3RyKTtcbiAgfVxuICBpZiAoIWlzRHVwbGljYXRlKSB7XG4gICAgaWYgKGhhc05hdGl2ZU1hcCkge1xuICAgICAgdGhpcy5fc2V0LnNldChhU3RyLCBpZHgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLl9zZXRbc1N0cl0gPSBpZHg7XG4gICAgfVxuICB9XG59O1xuXG4vKipcbiAqIElzIHRoZSBnaXZlbiBzdHJpbmcgYSBtZW1iZXIgb2YgdGhpcyBzZXQ/XG4gKlxuICogQHBhcmFtIFN0cmluZyBhU3RyXG4gKi9cbkFycmF5U2V0LnByb3RvdHlwZS5oYXMgPSBmdW5jdGlvbiBBcnJheVNldF9oYXMoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgcmV0dXJuIHRoaXMuX3NldC5oYXMoYVN0cik7XG4gIH0gZWxzZSB7XG4gICAgdmFyIHNTdHIgPSB1dGlsLnRvU2V0U3RyaW5nKGFTdHIpO1xuICAgIHJldHVybiBoYXMuY2FsbCh0aGlzLl9zZXQsIHNTdHIpO1xuICB9XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGluZGV4IG9mIHRoZSBnaXZlbiBzdHJpbmcgaW4gdGhlIGFycmF5P1xuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5BcnJheVNldC5wcm90b3R5cGUuaW5kZXhPZiA9IGZ1bmN0aW9uIEFycmF5U2V0X2luZGV4T2YoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgdmFyIGlkeCA9IHRoaXMuX3NldC5nZXQoYVN0cik7XG4gICAgaWYgKGlkeCA+PSAwKSB7XG4gICAgICAgIHJldHVybiBpZHg7XG4gICAgfVxuICB9IGVsc2Uge1xuICAgIHZhciBzU3RyID0gdXRpbC50b1NldFN0cmluZyhhU3RyKTtcbiAgICBpZiAoaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKSkge1xuICAgICAgcmV0dXJuIHRoaXMuX3NldFtzU3RyXTtcbiAgICB9XG4gIH1cblxuICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTdHIgKyAnXCIgaXMgbm90IGluIHRoZSBzZXQuJyk7XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGVsZW1lbnQgYXQgdGhlIGdpdmVuIGluZGV4P1xuICpcbiAqIEBwYXJhbSBOdW1iZXIgYUlkeFxuICovXG5BcnJheVNldC5wcm90b3R5cGUuYXQgPSBmdW5jdGlvbiBBcnJheVNldF9hdChhSWR4KSB7XG4gIGlmIChhSWR4ID49IDAgJiYgYUlkeCA8IHRoaXMuX2FycmF5Lmxlbmd0aCkge1xuICAgIHJldHVybiB0aGlzLl9hcnJheVthSWR4XTtcbiAgfVxuICB0aHJvdyBuZXcgRXJyb3IoJ05vIGVsZW1lbnQgaW5kZXhlZCBieSAnICsgYUlkeCk7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGFycmF5IHJlcHJlc2VudGF0aW9uIG9mIHRoaXMgc2V0ICh3aGljaCBoYXMgdGhlIHByb3BlciBpbmRpY2VzXG4gKiBpbmRpY2F0ZWQgYnkgaW5kZXhPZikuIE5vdGUgdGhhdCB0aGlzIGlzIGEgY29weSBvZiB0aGUgaW50ZXJuYWwgYXJyYXkgdXNlZFxuICogZm9yIHN0b3JpbmcgdGhlIG1lbWJlcnMgc28gdGhhdCBubyBvbmUgY2FuIG1lc3Mgd2l0aCBpbnRlcm5hbCBzdGF0ZS5cbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBBcnJheVNldF90b0FycmF5KCkge1xuICByZXR1cm4gdGhpcy5fYXJyYXkuc2xpY2UoKTtcbn07XG5cbmV4cG9ydHMuQXJyYXlTZXQgPSBBcnJheVNldDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2FycmF5LXNldC5qc1xuLy8gbW9kdWxlIGlkID0gNVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTQgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciB1dGlsID0gcmVxdWlyZSgnLi91dGlsJyk7XG5cbi8qKlxuICogRGV0ZXJtaW5lIHdoZXRoZXIgbWFwcGluZ0IgaXMgYWZ0ZXIgbWFwcGluZ0Egd2l0aCByZXNwZWN0IHRvIGdlbmVyYXRlZFxuICogcG9zaXRpb24uXG4gKi9cbmZ1bmN0aW9uIGdlbmVyYXRlZFBvc2l0aW9uQWZ0ZXIobWFwcGluZ0EsIG1hcHBpbmdCKSB7XG4gIC8vIE9wdGltaXplZCBmb3IgbW9zdCBjb21tb24gY2FzZVxuICB2YXIgbGluZUEgPSBtYXBwaW5nQS5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgbGluZUIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgY29sdW1uQSA9IG1hcHBpbmdBLmdlbmVyYXRlZENvbHVtbjtcbiAgdmFyIGNvbHVtbkIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRDb2x1bW47XG4gIHJldHVybiBsaW5lQiA+IGxpbmVBIHx8IGxpbmVCID09IGxpbmVBICYmIGNvbHVtbkIgPj0gY29sdW1uQSB8fFxuICAgICAgICAgdXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZChtYXBwaW5nQSwgbWFwcGluZ0IpIDw9IDA7XG59XG5cbi8qKlxuICogQSBkYXRhIHN0cnVjdHVyZSB0byBwcm92aWRlIGEgc29ydGVkIHZpZXcgb2YgYWNjdW11bGF0ZWQgbWFwcGluZ3MgaW4gYVxuICogcGVyZm9ybWFuY2UgY29uc2Npb3VzIG1hbm5lci4gSXQgdHJhZGVzIGEgbmVnbGliYWJsZSBvdmVyaGVhZCBpbiBnZW5lcmFsXG4gKiBjYXNlIGZvciBhIGxhcmdlIHNwZWVkdXAgaW4gY2FzZSBvZiBtYXBwaW5ncyBiZWluZyBhZGRlZCBpbiBvcmRlci5cbiAqL1xuZnVuY3Rpb24gTWFwcGluZ0xpc3QoKSB7XG4gIHRoaXMuX2FycmF5ID0gW107XG4gIHRoaXMuX3NvcnRlZCA9IHRydWU7XG4gIC8vIFNlcnZlcyBhcyBpbmZpbXVtXG4gIHRoaXMuX2xhc3QgPSB7Z2VuZXJhdGVkTGluZTogLTEsIGdlbmVyYXRlZENvbHVtbjogMH07XG59XG5cbi8qKlxuICogSXRlcmF0ZSB0aHJvdWdoIGludGVybmFsIGl0ZW1zLiBUaGlzIG1ldGhvZCB0YWtlcyB0aGUgc2FtZSBhcmd1bWVudHMgdGhhdFxuICogYEFycmF5LnByb3RvdHlwZS5mb3JFYWNoYCB0YWtlcy5cbiAqXG4gKiBOT1RFOiBUaGUgb3JkZXIgb2YgdGhlIG1hcHBpbmdzIGlzIE5PVCBndWFyYW50ZWVkLlxuICovXG5NYXBwaW5nTGlzdC5wcm90b3R5cGUudW5zb3J0ZWRGb3JFYWNoID1cbiAgZnVuY3Rpb24gTWFwcGluZ0xpc3RfZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKSB7XG4gICAgdGhpcy5fYXJyYXkuZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKTtcbiAgfTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHNvdXJjZSBtYXBwaW5nLlxuICpcbiAqIEBwYXJhbSBPYmplY3QgYU1hcHBpbmdcbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIE1hcHBpbmdMaXN0X2FkZChhTWFwcGluZykge1xuICBpZiAoZ2VuZXJhdGVkUG9zaXRpb25BZnRlcih0aGlzLl9sYXN0LCBhTWFwcGluZykpIHtcbiAgICB0aGlzLl9sYXN0ID0gYU1hcHBpbmc7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH0gZWxzZSB7XG4gICAgdGhpcy5fc29ydGVkID0gZmFsc2U7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH1cbn07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgZmxhdCwgc29ydGVkIGFycmF5IG9mIG1hcHBpbmdzLiBUaGUgbWFwcGluZ3MgYXJlIHNvcnRlZCBieVxuICogZ2VuZXJhdGVkIHBvc2l0aW9uLlxuICpcbiAqIFdBUk5JTkc6IFRoaXMgbWV0aG9kIHJldHVybnMgaW50ZXJuYWwgZGF0YSB3aXRob3V0IGNvcHlpbmcsIGZvclxuICogcGVyZm9ybWFuY2UuIFRoZSByZXR1cm4gdmFsdWUgbXVzdCBOT1QgYmUgbXV0YXRlZCwgYW5kIHNob3VsZCBiZSB0cmVhdGVkIGFzXG4gKiBhbiBpbW11dGFibGUgYm9ycm93LiBJZiB5b3Ugd2FudCB0byB0YWtlIG93bmVyc2hpcCwgeW91IG11c3QgbWFrZSB5b3VyIG93blxuICogY29weS5cbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBNYXBwaW5nTGlzdF90b0FycmF5KCkge1xuICBpZiAoIXRoaXMuX3NvcnRlZCkge1xuICAgIHRoaXMuX2FycmF5LnNvcnQodXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZCk7XG4gICAgdGhpcy5fc29ydGVkID0gdHJ1ZTtcbiAgfVxuICByZXR1cm4gdGhpcy5fYXJyYXk7XG59O1xuXG5leHBvcnRzLk1hcHBpbmdMaXN0ID0gTWFwcGluZ0xpc3Q7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9tYXBwaW5nLWxpc3QuanNcbi8vIG1vZHVsZSBpZCA9IDZcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGJpbmFyeVNlYXJjaCA9IHJlcXVpcmUoJy4vYmluYXJ5LXNlYXJjaCcpO1xudmFyIEFycmF5U2V0ID0gcmVxdWlyZSgnLi9hcnJheS1zZXQnKS5BcnJheVNldDtcbnZhciBiYXNlNjRWTFEgPSByZXF1aXJlKCcuL2Jhc2U2NC12bHEnKTtcbnZhciBxdWlja1NvcnQgPSByZXF1aXJlKCcuL3F1aWNrLXNvcnQnKS5xdWlja1NvcnQ7XG5cbmZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXApIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSBKU09OLnBhcnNlKGFTb3VyY2VNYXAucmVwbGFjZSgvXlxcKVxcXVxcfScvLCAnJykpO1xuICB9XG5cbiAgcmV0dXJuIHNvdXJjZU1hcC5zZWN0aW9ucyAhPSBudWxsXG4gICAgPyBuZXcgSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyKHNvdXJjZU1hcClcbiAgICA6IG5ldyBCYXNpY1NvdXJjZU1hcENvbnN1bWVyKHNvdXJjZU1hcCk7XG59XG5cblNvdXJjZU1hcENvbnN1bWVyLmZyb21Tb3VyY2VNYXAgPSBmdW5jdGlvbihhU291cmNlTWFwKSB7XG4gIHJldHVybiBCYXNpY1NvdXJjZU1hcENvbnN1bWVyLmZyb21Tb3VyY2VNYXAoYVNvdXJjZU1hcCk7XG59XG5cbi8qKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXBwaW5nIHNwZWMgdGhhdCB3ZSBhcmUgY29uc3VtaW5nLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3ZlcnNpb24gPSAzO1xuXG4vLyBgX19nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kIGBfX29yaWdpbmFsTWFwcGluZ3NgIGFyZSBhcnJheXMgdGhhdCBob2xkIHRoZVxuLy8gcGFyc2VkIG1hcHBpbmcgY29vcmRpbmF0ZXMgZnJvbSB0aGUgc291cmNlIG1hcCdzIFwibWFwcGluZ3NcIiBhdHRyaWJ1dGUuIFRoZXlcbi8vIGFyZSBsYXppbHkgaW5zdGFudGlhdGVkLCBhY2Nlc3NlZCB2aWEgdGhlIGBfZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuLy8gYF9vcmlnaW5hbE1hcHBpbmdzYCBnZXR0ZXJzIHJlc3BlY3RpdmVseSwgYW5kIHdlIG9ubHkgcGFyc2UgdGhlIG1hcHBpbmdzXG4vLyBhbmQgY3JlYXRlIHRoZXNlIGFycmF5cyBvbmNlIHF1ZXJpZWQgZm9yIGEgc291cmNlIGxvY2F0aW9uLiBXZSBqdW1wIHRocm91Z2hcbi8vIHRoZXNlIGhvb3BzIGJlY2F1c2UgdGhlcmUgY2FuIGJlIG1hbnkgdGhvdXNhbmRzIG9mIG1hcHBpbmdzLCBhbmQgcGFyc2luZ1xuLy8gdGhlbSBpcyBleHBlbnNpdmUsIHNvIHdlIG9ubHkgd2FudCB0byBkbyBpdCBpZiB3ZSBtdXN0LlxuLy9cbi8vIEVhY2ggb2JqZWN0IGluIHRoZSBhcnJheXMgaXMgb2YgdGhlIGZvcm06XG4vL1xuLy8gICAgIHtcbi8vICAgICAgIGdlbmVyYXRlZExpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIGNvZGUsXG4vLyAgICAgICBnZW5lcmF0ZWRDb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIHNvdXJjZTogVGhlIHBhdGggdG8gdGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlIHRoYXQgZ2VuZXJhdGVkIHRoaXNcbi8vICAgICAgICAgICAgICAgY2h1bmsgb2YgY29kZSxcbi8vICAgICAgIG9yaWdpbmFsTGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UgdGhhdFxuLy8gICAgICAgICAgICAgICAgICAgICBjb3JyZXNwb25kcyB0byB0aGlzIGNodW5rIG9mIGdlbmVyYXRlZCBjb2RlLFxuLy8gICAgICAgb3JpZ2luYWxDb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UgdGhhdFxuLy8gICAgICAgICAgICAgICAgICAgICAgIGNvcnJlc3BvbmRzIHRvIHRoaXMgY2h1bmsgb2YgZ2VuZXJhdGVkIGNvZGUsXG4vLyAgICAgICBuYW1lOiBUaGUgbmFtZSBvZiB0aGUgb3JpZ2luYWwgc3ltYm9sIHdoaWNoIGdlbmVyYXRlZCB0aGlzIGNodW5rIG9mXG4vLyAgICAgICAgICAgICBjb2RlLlxuLy8gICAgIH1cbi8vXG4vLyBBbGwgcHJvcGVydGllcyBleGNlcHQgZm9yIGBnZW5lcmF0ZWRMaW5lYCBhbmQgYGdlbmVyYXRlZENvbHVtbmAgY2FuIGJlXG4vLyBgbnVsbGAuXG4vL1xuLy8gYF9nZW5lcmF0ZWRNYXBwaW5nc2AgaXMgb3JkZXJlZCBieSB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucy5cbi8vXG4vLyBgX29yaWdpbmFsTWFwcGluZ3NgIGlzIG9yZGVyZWQgYnkgdGhlIG9yaWdpbmFsIHBvc2l0aW9ucy5cblxuU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBudWxsO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSwgJ19nZW5lcmF0ZWRNYXBwaW5ncycsIHtcbiAgZ2V0OiBmdW5jdGlvbiAoKSB7XG4gICAgaWYgKCF0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MpIHtcbiAgICAgIHRoaXMuX3BhcnNlTWFwcGluZ3ModGhpcy5fbWFwcGluZ3MsIHRoaXMuc291cmNlUm9vdCk7XG4gICAgfVxuXG4gICAgcmV0dXJuIHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5ncztcbiAgfVxufSk7XG5cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fX29yaWdpbmFsTWFwcGluZ3MgPSBudWxsO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSwgJ19vcmlnaW5hbE1hcHBpbmdzJywge1xuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICBpZiAoIXRoaXMuX19vcmlnaW5hbE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncztcbiAgfVxufSk7XG5cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fY2hhcklzTWFwcGluZ1NlcGFyYXRvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NoYXJJc01hcHBpbmdTZXBhcmF0b3IoYVN0ciwgaW5kZXgpIHtcbiAgICB2YXIgYyA9IGFTdHIuY2hhckF0KGluZGV4KTtcbiAgICByZXR1cm4gYyA9PT0gXCI7XCIgfHwgYyA9PT0gXCIsXCI7XG4gIH07XG5cbi8qKlxuICogUGFyc2UgdGhlIG1hcHBpbmdzIGluIGEgc3RyaW5nIGluIHRvIGEgZGF0YSBzdHJ1Y3R1cmUgd2hpY2ggd2UgY2FuIGVhc2lseVxuICogcXVlcnkgKHRoZSBvcmRlcmVkIGFycmF5cyBpbiB0aGUgYHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4gKiBgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3NgIHByb3BlcnRpZXMpLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKFwiU3ViY2xhc3NlcyBtdXN0IGltcGxlbWVudCBfcGFyc2VNYXBwaW5nc1wiKTtcbiAgfTtcblxuU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSID0gMTtcblNvdXJjZU1hcENvbnN1bWVyLk9SSUdJTkFMX09SREVSID0gMjtcblxuU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuU291cmNlTWFwQ29uc3VtZXIuTEVBU1RfVVBQRVJfQk9VTkQgPSAyO1xuXG4vKipcbiAqIEl0ZXJhdGUgb3ZlciBlYWNoIG1hcHBpbmcgYmV0d2VlbiBhbiBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4gYW5kIGFcbiAqIGdlbmVyYXRlZCBsaW5lL2NvbHVtbiBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKlxuICogQHBhcmFtIEZ1bmN0aW9uIGFDYWxsYmFja1xuICogICAgICAgIFRoZSBmdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aXRoIGVhY2ggbWFwcGluZy5cbiAqIEBwYXJhbSBPYmplY3QgYUNvbnRleHRcbiAqICAgICAgICBPcHRpb25hbC4gSWYgc3BlY2lmaWVkLCB0aGlzIG9iamVjdCB3aWxsIGJlIHRoZSB2YWx1ZSBvZiBgdGhpc2AgZXZlcnlcbiAqICAgICAgICB0aW1lIHRoYXQgYGFDYWxsYmFja2AgaXMgY2FsbGVkLlxuICogQHBhcmFtIGFPcmRlclxuICogICAgICAgIEVpdGhlciBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYCBvclxuICogICAgICAgIGBTb3VyY2VNYXBDb25zdW1lci5PUklHSU5BTF9PUkRFUmAuIFNwZWNpZmllcyB3aGV0aGVyIHlvdSB3YW50IHRvXG4gKiAgICAgICAgaXRlcmF0ZSBvdmVyIHRoZSBtYXBwaW5ncyBzb3J0ZWQgYnkgdGhlIGdlbmVyYXRlZCBmaWxlJ3MgbGluZS9jb2x1bW5cbiAqICAgICAgICBvcmRlciBvciB0aGUgb3JpZ2luYWwncyBzb3VyY2UvbGluZS9jb2x1bW4gb3JkZXIsIHJlc3BlY3RpdmVseS4gRGVmYXVsdHMgdG9cbiAqICAgICAgICBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYC5cbiAqL1xuU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmVhY2hNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfZWFjaE1hcHBpbmcoYUNhbGxiYWNrLCBhQ29udGV4dCwgYU9yZGVyKSB7XG4gICAgdmFyIGNvbnRleHQgPSBhQ29udGV4dCB8fCBudWxsO1xuICAgIHZhciBvcmRlciA9IGFPcmRlciB8fCBTb3VyY2VNYXBDb25zdW1lci5HRU5FUkFURURfT1JERVI7XG5cbiAgICB2YXIgbWFwcGluZ3M7XG4gICAgc3dpdGNoIChvcmRlcikge1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSOlxuICAgICAgbWFwcGluZ3MgPSB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncztcbiAgICAgIGJyZWFrO1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuT1JJR0lOQUxfT1JERVI6XG4gICAgICBtYXBwaW5ncyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3M7XG4gICAgICBicmVhaztcbiAgICBkZWZhdWx0OlxuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiVW5rbm93biBvcmRlciBvZiBpdGVyYXRpb24uXCIpO1xuICAgIH1cblxuICAgIHZhciBzb3VyY2VSb290ID0gdGhpcy5zb3VyY2VSb290O1xuICAgIG1hcHBpbmdzLm1hcChmdW5jdGlvbiAobWFwcGluZykge1xuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlID09PSBudWxsID8gbnVsbCA6IHRoaXMuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgaWYgKHNvdXJjZSAhPSBudWxsICYmIHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICBzb3VyY2UgPSB1dGlsLmpvaW4oc291cmNlUm9vdCwgc291cmNlKTtcbiAgICAgIH1cbiAgICAgIHJldHVybiB7XG4gICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICBnZW5lcmF0ZWRMaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgIGdlbmVyYXRlZENvbHVtbjogbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4sXG4gICAgICAgIG9yaWdpbmFsTGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgIG9yaWdpbmFsQ29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uLFxuICAgICAgICBuYW1lOiBtYXBwaW5nLm5hbWUgPT09IG51bGwgPyBudWxsIDogdGhpcy5fbmFtZXMuYXQobWFwcGluZy5uYW1lKVxuICAgICAgfTtcbiAgICB9LCB0aGlzKS5mb3JFYWNoKGFDYWxsYmFjaywgY29udGV4dCk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyBhbGwgZ2VuZXJhdGVkIGxpbmUgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIG9yaWdpbmFsIHNvdXJjZSxcbiAqIGxpbmUsIGFuZCBjb2x1bW4gcHJvdmlkZWQuIElmIG5vIGNvbHVtbiBpcyBwcm92aWRlZCwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gYSBlaXRoZXIgdGhlIGxpbmUgd2UgYXJlIHNlYXJjaGluZyBmb3Igb3IgdGhlIG5leHRcbiAqIGNsb3Nlc3QgbGluZSB0aGF0IGhhcyBhbnkgbWFwcGluZ3MuIE90aGVyd2lzZSwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gdGhlIGdpdmVuIGxpbmUgYW5kIGVpdGhlciB0aGUgY29sdW1uIHdlIGFyZSBzZWFyY2hpbmcgZm9yXG4gKiBvciB0aGUgbmV4dCBjbG9zZXN0IGNvbHVtbiB0aGF0IGhhcyBhbnkgb2Zmc2V0cy5cbiAqXG4gKiBUaGUgb25seSBhcmd1bWVudCBpcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gY29sdW1uOiBPcHRpb25hbC4gdGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqXG4gKiBhbmQgYW4gYXJyYXkgb2Ygb2JqZWN0cyBpcyByZXR1cm5lZCwgZWFjaCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKi9cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5hbGxHZW5lcmF0ZWRQb3NpdGlvbnNGb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9hbGxHZW5lcmF0ZWRQb3NpdGlvbnNGb3IoYUFyZ3MpIHtcbiAgICB2YXIgbGluZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpO1xuXG4gICAgLy8gV2hlbiB0aGVyZSBpcyBubyBleGFjdCBtYXRjaCwgQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX2ZpbmRNYXBwaW5nXG4gICAgLy8gcmV0dXJucyB0aGUgaW5kZXggb2YgdGhlIGNsb3Nlc3QgbWFwcGluZyBsZXNzIHRoYW4gdGhlIG5lZWRsZS4gQnlcbiAgICAvLyBzZXR0aW5nIG5lZWRsZS5vcmlnaW5hbENvbHVtbiB0byAwLCB3ZSB0aHVzIGZpbmQgdGhlIGxhc3QgbWFwcGluZyBmb3JcbiAgICAvLyB0aGUgZ2l2ZW4gbGluZSwgcHJvdmlkZWQgc3VjaCBhIG1hcHBpbmcgZXhpc3RzLlxuICAgIHZhciBuZWVkbGUgPSB7XG4gICAgICBzb3VyY2U6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJyksXG4gICAgICBvcmlnaW5hbExpbmU6IGxpbmUsXG4gICAgICBvcmlnaW5hbENvbHVtbjogdXRpbC5nZXRBcmcoYUFyZ3MsICdjb2x1bW4nLCAwKVxuICAgIH07XG5cbiAgICBpZiAodGhpcy5zb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgIG5lZWRsZS5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHRoaXMuc291cmNlUm9vdCwgbmVlZGxlLnNvdXJjZSk7XG4gICAgfVxuICAgIGlmICghdGhpcy5fc291cmNlcy5oYXMobmVlZGxlLnNvdXJjZSkpIHtcbiAgICAgIHJldHVybiBbXTtcbiAgICB9XG4gICAgbmVlZGxlLnNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuaW5kZXhPZihuZWVkbGUuc291cmNlKTtcblxuICAgIHZhciBtYXBwaW5ncyA9IFtdO1xuXG4gICAgdmFyIGluZGV4ID0gdGhpcy5fZmluZE1hcHBpbmcobmVlZGxlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuX29yaWdpbmFsTWFwcGluZ3MsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJvcmlnaW5hbExpbmVcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIm9yaWdpbmFsQ29sdW1uXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdXRpbC5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBiaW5hcnlTZWFyY2guTEVBU1RfVVBQRVJfQk9VTkQpO1xuICAgIGlmIChpbmRleCA+PSAwKSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3NbaW5kZXhdO1xuXG4gICAgICBpZiAoYUFyZ3MuY29sdW1uID09PSB1bmRlZmluZWQpIHtcbiAgICAgICAgdmFyIG9yaWdpbmFsTGluZSA9IG1hcHBpbmcub3JpZ2luYWxMaW5lO1xuXG4gICAgICAgIC8vIEl0ZXJhdGUgdW50aWwgZWl0aGVyIHdlIHJ1biBvdXQgb2YgbWFwcGluZ3MsIG9yIHdlIHJ1biBpbnRvXG4gICAgICAgIC8vIGEgbWFwcGluZyBmb3IgYSBkaWZmZXJlbnQgbGluZSB0aGFuIHRoZSBvbmUgd2UgZm91bmQuIFNpbmNlXG4gICAgICAgIC8vIG1hcHBpbmdzIGFyZSBzb3J0ZWQsIHRoaXMgaXMgZ3VhcmFudGVlZCB0byBmaW5kIGFsbCBtYXBwaW5ncyBmb3JcbiAgICAgICAgLy8gdGhlIGxpbmUgd2UgZm91bmQuXG4gICAgICAgIHdoaWxlIChtYXBwaW5nICYmIG1hcHBpbmcub3JpZ2luYWxMaW5lID09PSBvcmlnaW5hbExpbmUpIHtcbiAgICAgICAgICBtYXBwaW5ncy5wdXNoKHtcbiAgICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRMaW5lJywgbnVsbCksXG4gICAgICAgICAgICBjb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRDb2x1bW4nLCBudWxsKSxcbiAgICAgICAgICAgIGxhc3RDb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdsYXN0R2VuZXJhdGVkQ29sdW1uJywgbnVsbClcbiAgICAgICAgICB9KTtcblxuICAgICAgICAgIG1hcHBpbmcgPSB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzWysraW5kZXhdO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB2YXIgb3JpZ2luYWxDb2x1bW4gPSBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uO1xuXG4gICAgICAgIC8vIEl0ZXJhdGUgdW50aWwgZWl0aGVyIHdlIHJ1biBvdXQgb2YgbWFwcGluZ3MsIG9yIHdlIHJ1biBpbnRvXG4gICAgICAgIC8vIGEgbWFwcGluZyBmb3IgYSBkaWZmZXJlbnQgbGluZSB0aGFuIHRoZSBvbmUgd2Ugd2VyZSBzZWFyY2hpbmcgZm9yLlxuICAgICAgICAvLyBTaW5jZSBtYXBwaW5ncyBhcmUgc29ydGVkLCB0aGlzIGlzIGd1YXJhbnRlZWQgdG8gZmluZCBhbGwgbWFwcGluZ3MgZm9yXG4gICAgICAgIC8vIHRoZSBsaW5lIHdlIGFyZSBzZWFyY2hpbmcgZm9yLlxuICAgICAgICB3aGlsZSAobWFwcGluZyAmJlxuICAgICAgICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgPT09IGxpbmUgJiZcbiAgICAgICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxDb2x1bW4gPT0gb3JpZ2luYWxDb2x1bW4pIHtcbiAgICAgICAgICBtYXBwaW5ncy5wdXNoKHtcbiAgICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRMaW5lJywgbnVsbCksXG4gICAgICAgICAgICBjb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRDb2x1bW4nLCBudWxsKSxcbiAgICAgICAgICAgIGxhc3RDb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdsYXN0R2VuZXJhdGVkQ29sdW1uJywgbnVsbClcbiAgICAgICAgICB9KTtcblxuICAgICAgICAgIG1hcHBpbmcgPSB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzWysraW5kZXhdO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIG1hcHBpbmdzO1xuICB9O1xuXG5leHBvcnRzLlNvdXJjZU1hcENvbnN1bWVyID0gU291cmNlTWFwQ29uc3VtZXI7XG5cbi8qKlxuICogQSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyIGluc3RhbmNlIHJlcHJlc2VudHMgYSBwYXJzZWQgc291cmNlIG1hcCB3aGljaCB3ZSBjYW5cbiAqIHF1ZXJ5IGZvciBpbmZvcm1hdGlvbiBhYm91dCB0aGUgb3JpZ2luYWwgZmlsZSBwb3NpdGlvbnMgYnkgZ2l2aW5nIGl0IGEgZmlsZVxuICogcG9zaXRpb24gaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UuXG4gKlxuICogVGhlIG9ubHkgcGFyYW1ldGVyIGlzIHRoZSByYXcgc291cmNlIG1hcCAoZWl0aGVyIGFzIGEgSlNPTiBzdHJpbmcsIG9yXG4gKiBhbHJlYWR5IHBhcnNlZCB0byBhbiBvYmplY3QpLiBBY2NvcmRpbmcgdG8gdGhlIHNwZWMsIHNvdXJjZSBtYXBzIGhhdmUgdGhlXG4gKiBmb2xsb3dpbmcgYXR0cmlidXRlczpcbiAqXG4gKiAgIC0gdmVyc2lvbjogV2hpY2ggdmVyc2lvbiBvZiB0aGUgc291cmNlIG1hcCBzcGVjIHRoaXMgbWFwIGlzIGZvbGxvd2luZy5cbiAqICAgLSBzb3VyY2VzOiBBbiBhcnJheSBvZiBVUkxzIHRvIHRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZXMuXG4gKiAgIC0gbmFtZXM6IEFuIGFycmF5IG9mIGlkZW50aWZpZXJzIHdoaWNoIGNhbiBiZSByZWZlcnJlbmNlZCBieSBpbmRpdmlkdWFsIG1hcHBpbmdzLlxuICogICAtIHNvdXJjZVJvb3Q6IE9wdGlvbmFsLiBUaGUgVVJMIHJvb3QgZnJvbSB3aGljaCBhbGwgc291cmNlcyBhcmUgcmVsYXRpdmUuXG4gKiAgIC0gc291cmNlc0NvbnRlbnQ6IE9wdGlvbmFsLiBBbiBhcnJheSBvZiBjb250ZW50cyBvZiB0aGUgb3JpZ2luYWwgc291cmNlIGZpbGVzLlxuICogICAtIG1hcHBpbmdzOiBBIHN0cmluZyBvZiBiYXNlNjQgVkxRcyB3aGljaCBjb250YWluIHRoZSBhY3R1YWwgbWFwcGluZ3MuXG4gKiAgIC0gZmlsZTogT3B0aW9uYWwuIFRoZSBnZW5lcmF0ZWQgZmlsZSB0aGlzIHNvdXJjZSBtYXAgaXMgYXNzb2NpYXRlZCB3aXRoLlxuICpcbiAqIEhlcmUgaXMgYW4gZXhhbXBsZSBzb3VyY2UgbWFwLCB0YWtlbiBmcm9tIHRoZSBzb3VyY2UgbWFwIHNwZWNbMF06XG4gKlxuICogICAgIHtcbiAqICAgICAgIHZlcnNpb24gOiAzLFxuICogICAgICAgZmlsZTogXCJvdXQuanNcIixcbiAqICAgICAgIHNvdXJjZVJvb3QgOiBcIlwiLFxuICogICAgICAgc291cmNlczogW1wiZm9vLmpzXCIsIFwiYmFyLmpzXCJdLFxuICogICAgICAgbmFtZXM6IFtcInNyY1wiLCBcIm1hcHNcIiwgXCJhcmVcIiwgXCJmdW5cIl0sXG4gKiAgICAgICBtYXBwaW5nczogXCJBQSxBQjs7QUJDREU7XCJcbiAqICAgICB9XG4gKlxuICogWzBdOiBodHRwczovL2RvY3MuZ29vZ2xlLmNvbS9kb2N1bWVudC9kLzFVMVJHQWVoUXdSeXBVVG92RjFLUmxwaU9GemUwYi1fMmdjNmZBSDBLWTBrL2VkaXQ/cGxpPTEjXG4gKi9cbmZ1bmN0aW9uIEJhc2ljU291cmNlTWFwQ29uc3VtZXIoYVNvdXJjZU1hcCkge1xuICB2YXIgc291cmNlTWFwID0gYVNvdXJjZU1hcDtcbiAgaWYgKHR5cGVvZiBhU291cmNlTWFwID09PSAnc3RyaW5nJykge1xuICAgIHNvdXJjZU1hcCA9IEpTT04ucGFyc2UoYVNvdXJjZU1hcC5yZXBsYWNlKC9eXFwpXFxdXFx9Jy8sICcnKSk7XG4gIH1cblxuICB2YXIgdmVyc2lvbiA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3ZlcnNpb24nKTtcbiAgdmFyIHNvdXJjZXMgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdzb3VyY2VzJyk7XG4gIC8vIFNhc3MgMy4zIGxlYXZlcyBvdXQgdGhlICduYW1lcycgYXJyYXksIHNvIHdlIGRldmlhdGUgZnJvbSB0aGUgc3BlYyAod2hpY2hcbiAgLy8gcmVxdWlyZXMgdGhlIGFycmF5KSB0byBwbGF5IG5pY2UgaGVyZS5cbiAgdmFyIG5hbWVzID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnbmFtZXMnLCBbXSk7XG4gIHZhciBzb3VyY2VSb290ID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnc291cmNlUm9vdCcsIG51bGwpO1xuICB2YXIgc291cmNlc0NvbnRlbnQgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdzb3VyY2VzQ29udGVudCcsIG51bGwpO1xuICB2YXIgbWFwcGluZ3MgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdtYXBwaW5ncycpO1xuICB2YXIgZmlsZSA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ2ZpbGUnLCBudWxsKTtcblxuICAvLyBPbmNlIGFnYWluLCBTYXNzIGRldmlhdGVzIGZyb20gdGhlIHNwZWMgYW5kIHN1cHBsaWVzIHRoZSB2ZXJzaW9uIGFzIGFcbiAgLy8gc3RyaW5nIHJhdGhlciB0aGFuIGEgbnVtYmVyLCBzbyB3ZSB1c2UgbG9vc2UgZXF1YWxpdHkgY2hlY2tpbmcgaGVyZS5cbiAgaWYgKHZlcnNpb24gIT0gdGhpcy5fdmVyc2lvbikge1xuICAgIHRocm93IG5ldyBFcnJvcignVW5zdXBwb3J0ZWQgdmVyc2lvbjogJyArIHZlcnNpb24pO1xuICB9XG5cbiAgc291cmNlcyA9IHNvdXJjZXNcbiAgICAubWFwKFN0cmluZylcbiAgICAvLyBTb21lIHNvdXJjZSBtYXBzIHByb2R1Y2UgcmVsYXRpdmUgc291cmNlIHBhdGhzIGxpa2UgXCIuL2Zvby5qc1wiIGluc3RlYWQgb2ZcbiAgICAvLyBcImZvby5qc1wiLiAgTm9ybWFsaXplIHRoZXNlIGZpcnN0IHNvIHRoYXQgZnV0dXJlIGNvbXBhcmlzb25zIHdpbGwgc3VjY2VlZC5cbiAgICAvLyBTZWUgYnVnemlsLmxhLzEwOTA3NjguXG4gICAgLm1hcCh1dGlsLm5vcm1hbGl6ZSlcbiAgICAvLyBBbHdheXMgZW5zdXJlIHRoYXQgYWJzb2x1dGUgc291cmNlcyBhcmUgaW50ZXJuYWxseSBzdG9yZWQgcmVsYXRpdmUgdG9cbiAgICAvLyB0aGUgc291cmNlIHJvb3QsIGlmIHRoZSBzb3VyY2Ugcm9vdCBpcyBhYnNvbHV0ZS4gTm90IGRvaW5nIHRoaXMgd291bGRcbiAgICAvLyBiZSBwYXJ0aWN1bGFybHkgcHJvYmxlbWF0aWMgd2hlbiB0aGUgc291cmNlIHJvb3QgaXMgYSBwcmVmaXggb2YgdGhlXG4gICAgLy8gc291cmNlICh2YWxpZCwgYnV0IHdoeT8/KS4gU2VlIGdpdGh1YiBpc3N1ZSAjMTk5IGFuZCBidWd6aWwubGEvMTE4ODk4Mi5cbiAgICAubWFwKGZ1bmN0aW9uIChzb3VyY2UpIHtcbiAgICAgIHJldHVybiBzb3VyY2VSb290ICYmIHV0aWwuaXNBYnNvbHV0ZShzb3VyY2VSb290KSAmJiB1dGlsLmlzQWJzb2x1dGUoc291cmNlKVxuICAgICAgICA/IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgc291cmNlKVxuICAgICAgICA6IHNvdXJjZTtcbiAgICB9KTtcblxuICAvLyBQYXNzIGB0cnVlYCBiZWxvdyB0byBhbGxvdyBkdXBsaWNhdGUgbmFtZXMgYW5kIHNvdXJjZXMuIFdoaWxlIHNvdXJjZSBtYXBzXG4gIC8vIGFyZSBpbnRlbmRlZCB0byBiZSBjb21wcmVzc2VkIGFuZCBkZWR1cGxpY2F0ZWQsIHRoZSBUeXBlU2NyaXB0IGNvbXBpbGVyXG4gIC8vIHNvbWV0aW1lcyBnZW5lcmF0ZXMgc291cmNlIG1hcHMgd2l0aCBkdXBsaWNhdGVzIGluIHRoZW0uIFNlZSBHaXRodWIgaXNzdWVcbiAgLy8gIzcyIGFuZCBidWd6aWwubGEvODg5NDkyLlxuICB0aGlzLl9uYW1lcyA9IEFycmF5U2V0LmZyb21BcnJheShuYW1lcy5tYXAoU3RyaW5nKSwgdHJ1ZSk7XG4gIHRoaXMuX3NvdXJjZXMgPSBBcnJheVNldC5mcm9tQXJyYXkoc291cmNlcywgdHJ1ZSk7XG5cbiAgdGhpcy5zb3VyY2VSb290ID0gc291cmNlUm9vdDtcbiAgdGhpcy5zb3VyY2VzQ29udGVudCA9IHNvdXJjZXNDb250ZW50O1xuICB0aGlzLl9tYXBwaW5ncyA9IG1hcHBpbmdzO1xuICB0aGlzLmZpbGUgPSBmaWxlO1xufVxuXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSA9IE9iamVjdC5jcmVhdGUoU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlKTtcbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmNvbnN1bWVyID0gU291cmNlTWFwQ29uc3VtZXI7XG5cbi8qKlxuICogQ3JlYXRlIGEgQmFzaWNTb3VyY2VNYXBDb25zdW1lciBmcm9tIGEgU291cmNlTWFwR2VuZXJhdG9yLlxuICpcbiAqIEBwYXJhbSBTb3VyY2VNYXBHZW5lcmF0b3IgYVNvdXJjZU1hcFxuICogICAgICAgIFRoZSBzb3VyY2UgbWFwIHRoYXQgd2lsbCBiZSBjb25zdW1lZC5cbiAqIEByZXR1cm5zIEJhc2ljU291cmNlTWFwQ29uc3VtZXJcbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5mcm9tU291cmNlTWFwID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfZnJvbVNvdXJjZU1hcChhU291cmNlTWFwKSB7XG4gICAgdmFyIHNtYyA9IE9iamVjdC5jcmVhdGUoQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUpO1xuXG4gICAgdmFyIG5hbWVzID0gc21jLl9uYW1lcyA9IEFycmF5U2V0LmZyb21BcnJheShhU291cmNlTWFwLl9uYW1lcy50b0FycmF5KCksIHRydWUpO1xuICAgIHZhciBzb3VyY2VzID0gc21jLl9zb3VyY2VzID0gQXJyYXlTZXQuZnJvbUFycmF5KGFTb3VyY2VNYXAuX3NvdXJjZXMudG9BcnJheSgpLCB0cnVlKTtcbiAgICBzbWMuc291cmNlUm9vdCA9IGFTb3VyY2VNYXAuX3NvdXJjZVJvb3Q7XG4gICAgc21jLnNvdXJjZXNDb250ZW50ID0gYVNvdXJjZU1hcC5fZ2VuZXJhdGVTb3VyY2VzQ29udGVudChzbWMuX3NvdXJjZXMudG9BcnJheSgpLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc21jLnNvdXJjZVJvb3QpO1xuICAgIHNtYy5maWxlID0gYVNvdXJjZU1hcC5fZmlsZTtcblxuICAgIC8vIEJlY2F1c2Ugd2UgYXJlIG1vZGlmeWluZyB0aGUgZW50cmllcyAoYnkgY29udmVydGluZyBzdHJpbmcgc291cmNlcyBhbmRcbiAgICAvLyBuYW1lcyB0byBpbmRpY2VzIGludG8gdGhlIHNvdXJjZXMgYW5kIG5hbWVzIEFycmF5U2V0cyksIHdlIGhhdmUgdG8gbWFrZVxuICAgIC8vIGEgY29weSBvZiB0aGUgZW50cnkgb3IgZWxzZSBiYWQgdGhpbmdzIGhhcHBlbi4gU2hhcmVkIG11dGFibGUgc3RhdGVcbiAgICAvLyBzdHJpa2VzIGFnYWluISBTZWUgZ2l0aHViIGlzc3VlICMxOTEuXG5cbiAgICB2YXIgZ2VuZXJhdGVkTWFwcGluZ3MgPSBhU291cmNlTWFwLl9tYXBwaW5ncy50b0FycmF5KCkuc2xpY2UoKTtcbiAgICB2YXIgZGVzdEdlbmVyYXRlZE1hcHBpbmdzID0gc21jLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBbXTtcbiAgICB2YXIgZGVzdE9yaWdpbmFsTWFwcGluZ3MgPSBzbWMuX19vcmlnaW5hbE1hcHBpbmdzID0gW107XG5cbiAgICBmb3IgKHZhciBpID0gMCwgbGVuZ3RoID0gZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyBpIDwgbGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzcmNNYXBwaW5nID0gZ2VuZXJhdGVkTWFwcGluZ3NbaV07XG4gICAgICB2YXIgZGVzdE1hcHBpbmcgPSBuZXcgTWFwcGluZztcbiAgICAgIGRlc3RNYXBwaW5nLmdlbmVyYXRlZExpbmUgPSBzcmNNYXBwaW5nLmdlbmVyYXRlZExpbmU7XG4gICAgICBkZXN0TWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gPSBzcmNNYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKHNyY01hcHBpbmcuc291cmNlKSB7XG4gICAgICAgIGRlc3RNYXBwaW5nLnNvdXJjZSA9IHNvdXJjZXMuaW5kZXhPZihzcmNNYXBwaW5nLnNvdXJjZSk7XG4gICAgICAgIGRlc3RNYXBwaW5nLm9yaWdpbmFsTGluZSA9IHNyY01hcHBpbmcub3JpZ2luYWxMaW5lO1xuICAgICAgICBkZXN0TWFwcGluZy5vcmlnaW5hbENvbHVtbiA9IHNyY01hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgaWYgKHNyY01hcHBpbmcubmFtZSkge1xuICAgICAgICAgIGRlc3RNYXBwaW5nLm5hbWUgPSBuYW1lcy5pbmRleE9mKHNyY01hcHBpbmcubmFtZSk7XG4gICAgICAgIH1cblxuICAgICAgICBkZXN0T3JpZ2luYWxNYXBwaW5ncy5wdXNoKGRlc3RNYXBwaW5nKTtcbiAgICAgIH1cblxuICAgICAgZGVzdEdlbmVyYXRlZE1hcHBpbmdzLnB1c2goZGVzdE1hcHBpbmcpO1xuICAgIH1cblxuICAgIHF1aWNrU29ydChzbWMuX19vcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcblxuICAgIHJldHVybiBzbWM7XG4gIH07XG5cbi8qKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXBwaW5nIHNwZWMgdGhhdCB3ZSBhcmUgY29uc3VtaW5nLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnc291cmNlcycsIHtcbiAgZ2V0OiBmdW5jdGlvbiAoKSB7XG4gICAgcmV0dXJuIHRoaXMuX3NvdXJjZXMudG9BcnJheSgpLm1hcChmdW5jdGlvbiAocykge1xuICAgICAgcmV0dXJuIHRoaXMuc291cmNlUm9vdCAhPSBudWxsID8gdXRpbC5qb2luKHRoaXMuc291cmNlUm9vdCwgcykgOiBzO1xuICAgIH0sIHRoaXMpO1xuICB9XG59KTtcblxuLyoqXG4gKiBQcm92aWRlIHRoZSBKSVQgd2l0aCBhIG5pY2Ugc2hhcGUgLyBoaWRkZW4gY2xhc3MuXG4gKi9cbmZ1bmN0aW9uIE1hcHBpbmcoKSB7XG4gIHRoaXMuZ2VuZXJhdGVkTGluZSA9IDA7XG4gIHRoaXMuZ2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgdGhpcy5zb3VyY2UgPSBudWxsO1xuICB0aGlzLm9yaWdpbmFsTGluZSA9IG51bGw7XG4gIHRoaXMub3JpZ2luYWxDb2x1bW4gPSBudWxsO1xuICB0aGlzLm5hbWUgPSBudWxsO1xufVxuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdmFyIGdlbmVyYXRlZExpbmUgPSAxO1xuICAgIHZhciBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzU291cmNlID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgbGVuZ3RoID0gYVN0ci5sZW5ndGg7XG4gICAgdmFyIGluZGV4ID0gMDtcbiAgICB2YXIgY2FjaGVkU2VnbWVudHMgPSB7fTtcbiAgICB2YXIgdGVtcCA9IHt9O1xuICAgIHZhciBvcmlnaW5hbE1hcHBpbmdzID0gW107XG4gICAgdmFyIGdlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdmFyIG1hcHBpbmcsIHN0ciwgc2VnbWVudCwgZW5kLCB2YWx1ZTtcblxuICAgIHdoaWxlIChpbmRleCA8IGxlbmd0aCkge1xuICAgICAgaWYgKGFTdHIuY2hhckF0KGluZGV4KSA9PT0gJzsnKSB7XG4gICAgICAgIGdlbmVyYXRlZExpbmUrKztcbiAgICAgICAgaW5kZXgrKztcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSAwO1xuICAgICAgfVxuICAgICAgZWxzZSBpZiAoYVN0ci5jaGFyQXQoaW5kZXgpID09PSAnLCcpIHtcbiAgICAgICAgaW5kZXgrKztcbiAgICAgIH1cbiAgICAgIGVsc2Uge1xuICAgICAgICBtYXBwaW5nID0gbmV3IE1hcHBpbmcoKTtcbiAgICAgICAgbWFwcGluZy5nZW5lcmF0ZWRMaW5lID0gZ2VuZXJhdGVkTGluZTtcblxuICAgICAgICAvLyBCZWNhdXNlIGVhY2ggb2Zmc2V0IGlzIGVuY29kZWQgcmVsYXRpdmUgdG8gdGhlIHByZXZpb3VzIG9uZSxcbiAgICAgICAgLy8gbWFueSBzZWdtZW50cyBvZnRlbiBoYXZlIHRoZSBzYW1lIGVuY29kaW5nLiBXZSBjYW4gZXhwbG9pdCB0aGlzXG4gICAgICAgIC8vIGZhY3QgYnkgY2FjaGluZyB0aGUgcGFyc2VkIHZhcmlhYmxlIGxlbmd0aCBmaWVsZHMgb2YgZWFjaCBzZWdtZW50LFxuICAgICAgICAvLyBhbGxvd2luZyB1cyB0byBhdm9pZCBhIHNlY29uZCBwYXJzZSBpZiB3ZSBlbmNvdW50ZXIgdGhlIHNhbWVcbiAgICAgICAgLy8gc2VnbWVudCBhZ2Fpbi5cbiAgICAgICAgZm9yIChlbmQgPSBpbmRleDsgZW5kIDwgbGVuZ3RoOyBlbmQrKykge1xuICAgICAgICAgIGlmICh0aGlzLl9jaGFySXNNYXBwaW5nU2VwYXJhdG9yKGFTdHIsIGVuZCkpIHtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBzdHIgPSBhU3RyLnNsaWNlKGluZGV4LCBlbmQpO1xuXG4gICAgICAgIHNlZ21lbnQgPSBjYWNoZWRTZWdtZW50c1tzdHJdO1xuICAgICAgICBpZiAoc2VnbWVudCkge1xuICAgICAgICAgIGluZGV4ICs9IHN0ci5sZW5ndGg7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgc2VnbWVudCA9IFtdO1xuICAgICAgICAgIHdoaWxlIChpbmRleCA8IGVuZCkge1xuICAgICAgICAgICAgYmFzZTY0VkxRLmRlY29kZShhU3RyLCBpbmRleCwgdGVtcCk7XG4gICAgICAgICAgICB2YWx1ZSA9IHRlbXAudmFsdWU7XG4gICAgICAgICAgICBpbmRleCA9IHRlbXAucmVzdDtcbiAgICAgICAgICAgIHNlZ21lbnQucHVzaCh2YWx1ZSk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAyKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlLCBidXQgbm8gbGluZSBhbmQgY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAzKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlIGFuZCBsaW5lLCBidXQgbm8gY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgY2FjaGVkU2VnbWVudHNbc3RyXSA9IHNlZ21lbnQ7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBHZW5lcmF0ZWQgY29sdW1uLlxuICAgICAgICBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiA9IHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uICsgc2VnbWVudFswXTtcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiAxKSB7XG4gICAgICAgICAgLy8gT3JpZ2luYWwgc291cmNlLlxuICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gcHJldmlvdXNTb3VyY2UgKyBzZWdtZW50WzFdO1xuICAgICAgICAgIHByZXZpb3VzU291cmNlICs9IHNlZ21lbnRbMV07XG5cbiAgICAgICAgICAvLyBPcmlnaW5hbCBsaW5lLlxuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID0gcHJldmlvdXNPcmlnaW5hbExpbmUgKyBzZWdtZW50WzJdO1xuICAgICAgICAgIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gbWFwcGluZy5vcmlnaW5hbExpbmU7XG4gICAgICAgICAgLy8gTGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkXG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgKz0gMTtcblxuICAgICAgICAgIC8vIE9yaWdpbmFsIGNvbHVtbi5cbiAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID0gcHJldmlvdXNPcmlnaW5hbENvbHVtbiArIHNlZ21lbnRbM107XG4gICAgICAgICAgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IG1hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiA0KSB7XG4gICAgICAgICAgICAvLyBPcmlnaW5hbCBuYW1lLlxuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gcHJldmlvdXNOYW1lICsgc2VnbWVudFs0XTtcbiAgICAgICAgICAgIHByZXZpb3VzTmFtZSArPSBzZWdtZW50WzRdO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGdlbmVyYXRlZE1hcHBpbmdzLnB1c2gobWFwcGluZyk7XG4gICAgICAgIGlmICh0eXBlb2YgbWFwcGluZy5vcmlnaW5hbExpbmUgPT09ICdudW1iZXInKSB7XG4gICAgICAgICAgb3JpZ2luYWxNYXBwaW5ncy5wdXNoKG1hcHBpbmcpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgcXVpY2tTb3J0KGdlbmVyYXRlZE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkKTtcbiAgICB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBnZW5lcmF0ZWRNYXBwaW5ncztcblxuICAgIHF1aWNrU29ydChvcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcbiAgICB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncyA9IG9yaWdpbmFsTWFwcGluZ3M7XG4gIH07XG5cbi8qKlxuICogRmluZCB0aGUgbWFwcGluZyB0aGF0IGJlc3QgbWF0Y2hlcyB0aGUgaHlwb3RoZXRpY2FsIFwibmVlZGxlXCIgbWFwcGluZyB0aGF0XG4gKiB3ZSBhcmUgc2VhcmNoaW5nIGZvciBpbiB0aGUgZ2l2ZW4gXCJoYXlzdGFja1wiIG9mIG1hcHBpbmdzLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fZmluZE1hcHBpbmcgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9maW5kTWFwcGluZyhhTmVlZGxlLCBhTWFwcGluZ3MsIGFMaW5lTmFtZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYUNvbHVtbk5hbWUsIGFDb21wYXJhdG9yLCBhQmlhcykge1xuICAgIC8vIFRvIHJldHVybiB0aGUgcG9zaXRpb24gd2UgYXJlIHNlYXJjaGluZyBmb3IsIHdlIG11c3QgZmlyc3QgZmluZCB0aGVcbiAgICAvLyBtYXBwaW5nIGZvciB0aGUgZ2l2ZW4gcG9zaXRpb24gYW5kIHRoZW4gcmV0dXJuIHRoZSBvcHBvc2l0ZSBwb3NpdGlvbiBpdFxuICAgIC8vIHBvaW50cyB0by4gQmVjYXVzZSB0aGUgbWFwcGluZ3MgYXJlIHNvcnRlZCwgd2UgY2FuIHVzZSBiaW5hcnkgc2VhcmNoIHRvXG4gICAgLy8gZmluZCB0aGUgYmVzdCBtYXBwaW5nLlxuXG4gICAgaWYgKGFOZWVkbGVbYUxpbmVOYW1lXSA8PSAwKSB7XG4gICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKCdMaW5lIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthTGluZU5hbWVdKTtcbiAgICB9XG4gICAgaWYgKGFOZWVkbGVbYUNvbHVtbk5hbWVdIDwgMCkge1xuICAgICAgdGhyb3cgbmV3IFR5cGVFcnJvcignQ29sdW1uIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDAsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthQ29sdW1uTmFtZV0pO1xuICAgIH1cblxuICAgIHJldHVybiBiaW5hcnlTZWFyY2guc2VhcmNoKGFOZWVkbGUsIGFNYXBwaW5ncywgYUNvbXBhcmF0b3IsIGFCaWFzKTtcbiAgfTtcblxuLyoqXG4gKiBDb21wdXRlIHRoZSBsYXN0IGNvbHVtbiBmb3IgZWFjaCBnZW5lcmF0ZWQgbWFwcGluZy4gVGhlIGxhc3QgY29sdW1uIGlzXG4gKiBpbmNsdXNpdmUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmNvbXB1dGVDb2x1bW5TcGFucyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NvbXB1dGVDb2x1bW5TcGFucygpIHtcbiAgICBmb3IgKHZhciBpbmRleCA9IDA7IGluZGV4IDwgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyArK2luZGV4KSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgLy8gTWFwcGluZ3MgZG8gbm90IGNvbnRhaW4gYSBmaWVsZCBmb3IgdGhlIGxhc3QgZ2VuZXJhdGVkIGNvbHVtbnQuIFdlXG4gICAgICAvLyBjYW4gY29tZSB1cCB3aXRoIGFuIG9wdGltaXN0aWMgZXN0aW1hdGUsIGhvd2V2ZXIsIGJ5IGFzc3VtaW5nIHRoYXRcbiAgICAgIC8vIG1hcHBpbmdzIGFyZSBjb250aWd1b3VzIChpLmUuIGdpdmVuIHR3byBjb25zZWN1dGl2ZSBtYXBwaW5ncywgdGhlXG4gICAgICAvLyBmaXJzdCBtYXBwaW5nIGVuZHMgd2hlcmUgdGhlIHNlY29uZCBvbmUgc3RhcnRzKS5cbiAgICAgIGlmIChpbmRleCArIDEgPCB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncy5sZW5ndGgpIHtcbiAgICAgICAgdmFyIG5leHRNYXBwaW5nID0gdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3NbaW5kZXggKyAxXTtcblxuICAgICAgICBpZiAobWFwcGluZy5nZW5lcmF0ZWRMaW5lID09PSBuZXh0TWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gbmV4dE1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC0gMTtcbiAgICAgICAgICBjb250aW51ZTtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBUaGUgbGFzdCBtYXBwaW5nIGZvciBlYWNoIGxpbmUgc3BhbnMgdGhlIGVudGlyZSBsaW5lLlxuICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gSW5maW5pdHk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIG9yaWdpbmFsIHNvdXJjZSwgbGluZSwgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIGdlbmVyYXRlZFxuICogc291cmNlJ3MgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0XG4gKiB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UuXG4gKiAgIC0gYmlhczogRWl0aGVyICdTb3VyY2VNYXBDb25zdW1lci5HUkVBVEVTVF9MT1dFUl9CT1VORCcgb3JcbiAqICAgICAnU291cmNlTWFwQ29uc3VtZXIuTEVBU1RfVVBQRVJfQk9VTkQnLiBTcGVjaWZpZXMgd2hldGhlciB0byByZXR1cm4gdGhlXG4gKiAgICAgY2xvc2VzdCBlbGVtZW50IHRoYXQgaXMgc21hbGxlciB0aGFuIG9yIGdyZWF0ZXIgdGhhbiB0aGUgb25lIHdlIGFyZVxuICogICAgIHNlYXJjaGluZyBmb3IsIHJlc3BlY3RpdmVseSwgaWYgdGhlIGV4YWN0IGVsZW1lbnQgY2Fubm90IGJlIGZvdW5kLlxuICogICAgIERlZmF1bHRzIHRvICdTb3VyY2VNYXBDb25zdW1lci5HUkVBVEVTVF9MT1dFUl9CT1VORCcuXG4gKlxuICogYW5kIGFuIG9iamVjdCBpcyByZXR1cm5lZCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgb3JpZ2luYWwgc291cmNlIGZpbGUsIG9yIG51bGwuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLlxuICogICAtIG5hbWU6IFRoZSBvcmlnaW5hbCBpZGVudGlmaWVyLCBvciBudWxsLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5vcmlnaW5hbFBvc2l0aW9uRm9yID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfb3JpZ2luYWxQb3NpdGlvbkZvcihhQXJncykge1xuICAgIHZhciBuZWVkbGUgPSB7XG4gICAgICBnZW5lcmF0ZWRMaW5lOiB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKSxcbiAgICAgIGdlbmVyYXRlZENvbHVtbjogdXRpbC5nZXRBcmcoYUFyZ3MsICdjb2x1bW4nKVxuICAgIH07XG5cbiAgICB2YXIgaW5kZXggPSB0aGlzLl9maW5kTWFwcGluZyhcbiAgICAgIG5lZWRsZSxcbiAgICAgIHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzLFxuICAgICAgXCJnZW5lcmF0ZWRMaW5lXCIsXG4gICAgICBcImdlbmVyYXRlZENvbHVtblwiLFxuICAgICAgdXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNEZWZsYXRlZCxcbiAgICAgIHV0aWwuZ2V0QXJnKGFBcmdzLCAnYmlhcycsIFNvdXJjZU1hcENvbnN1bWVyLkdSRUFURVNUX0xPV0VSX0JPVU5EKVxuICAgICk7XG5cbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgdmFyIG1hcHBpbmcgPSB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5nc1tpbmRleF07XG5cbiAgICAgIGlmIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgPT09IG5lZWRsZS5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIHZhciBzb3VyY2UgPSB1dGlsLmdldEFyZyhtYXBwaW5nLCAnc291cmNlJywgbnVsbCk7XG4gICAgICAgIGlmIChzb3VyY2UgIT09IG51bGwpIHtcbiAgICAgICAgICBzb3VyY2UgPSB0aGlzLl9zb3VyY2VzLmF0KHNvdXJjZSk7XG4gICAgICAgICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICAgICAgICBzb3VyY2UgPSB1dGlsLmpvaW4odGhpcy5zb3VyY2VSb290LCBzb3VyY2UpO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICB2YXIgbmFtZSA9IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICduYW1lJywgbnVsbCk7XG4gICAgICAgIGlmIChuYW1lICE9PSBudWxsKSB7XG4gICAgICAgICAgbmFtZSA9IHRoaXMuX25hbWVzLmF0KG5hbWUpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICAgICAgbGluZTogdXRpbC5nZXRBcmcobWFwcGluZywgJ29yaWdpbmFsTGluZScsIG51bGwpLFxuICAgICAgICAgIGNvbHVtbjogdXRpbC5nZXRBcmcobWFwcGluZywgJ29yaWdpbmFsQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgbmFtZTogbmFtZVxuICAgICAgICB9O1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICBzb3VyY2U6IG51bGwsXG4gICAgICBsaW5lOiBudWxsLFxuICAgICAgY29sdW1uOiBudWxsLFxuICAgICAgbmFtZTogbnVsbFxuICAgIH07XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRydWUgaWYgd2UgaGF2ZSB0aGUgc291cmNlIGNvbnRlbnQgZm9yIGV2ZXJ5IHNvdXJjZSBpbiB0aGUgc291cmNlXG4gKiBtYXAsIGZhbHNlIG90aGVyd2lzZS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuaGFzQ29udGVudHNPZkFsbFNvdXJjZXMgPVxuICBmdW5jdGlvbiBCYXNpY1NvdXJjZU1hcENvbnN1bWVyX2hhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzKCkge1xuICAgIGlmICghdGhpcy5zb3VyY2VzQ29udGVudCkge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgICByZXR1cm4gdGhpcy5zb3VyY2VzQ29udGVudC5sZW5ndGggPj0gdGhpcy5fc291cmNlcy5zaXplKCkgJiZcbiAgICAgICF0aGlzLnNvdXJjZXNDb250ZW50LnNvbWUoZnVuY3Rpb24gKHNjKSB7IHJldHVybiBzYyA9PSBudWxsOyB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UgY29udGVudC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgdGhlIHVybCBvZiB0aGVcbiAqIG9yaWdpbmFsIHNvdXJjZSBmaWxlLiBSZXR1cm5zIG51bGwgaWYgbm8gb3JpZ2luYWwgc291cmNlIGNvbnRlbnQgaXNcbiAqIGF2YWlsYWJsZS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuc291cmNlQ29udGVudEZvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX3NvdXJjZUNvbnRlbnRGb3IoYVNvdXJjZSwgbnVsbE9uTWlzc2luZykge1xuICAgIGlmICghdGhpcy5zb3VyY2VzQ29udGVudCkge1xuICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBhU291cmNlID0gdXRpbC5yZWxhdGl2ZSh0aGlzLnNvdXJjZVJvb3QsIGFTb3VyY2UpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLl9zb3VyY2VzLmhhcyhhU291cmNlKSkge1xuICAgICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnRbdGhpcy5fc291cmNlcy5pbmRleE9mKGFTb3VyY2UpXTtcbiAgICB9XG5cbiAgICB2YXIgdXJsO1xuICAgIGlmICh0aGlzLnNvdXJjZVJvb3QgIT0gbnVsbFxuICAgICAgICAmJiAodXJsID0gdXRpbC51cmxQYXJzZSh0aGlzLnNvdXJjZVJvb3QpKSkge1xuICAgICAgLy8gWFhYOiBmaWxlOi8vIFVSSXMgYW5kIGFic29sdXRlIHBhdGhzIGxlYWQgdG8gdW5leHBlY3RlZCBiZWhhdmlvciBmb3JcbiAgICAgIC8vIG1hbnkgdXNlcnMuIFdlIGNhbiBoZWxwIHRoZW0gb3V0IHdoZW4gdGhleSBleHBlY3QgZmlsZTovLyBVUklzIHRvXG4gICAgICAvLyBiZWhhdmUgbGlrZSBpdCB3b3VsZCBpZiB0aGV5IHdlcmUgcnVubmluZyBhIGxvY2FsIEhUVFAgc2VydmVyLiBTZWVcbiAgICAgIC8vIGh0dHBzOi8vYnVnemlsbGEubW96aWxsYS5vcmcvc2hvd19idWcuY2dpP2lkPTg4NTU5Ny5cbiAgICAgIHZhciBmaWxlVXJpQWJzUGF0aCA9IGFTb3VyY2UucmVwbGFjZSgvXmZpbGU6XFwvXFwvLywgXCJcIik7XG4gICAgICBpZiAodXJsLnNjaGVtZSA9PSBcImZpbGVcIlxuICAgICAgICAgICYmIHRoaXMuX3NvdXJjZXMuaGFzKGZpbGVVcmlBYnNQYXRoKSkge1xuICAgICAgICByZXR1cm4gdGhpcy5zb3VyY2VzQ29udGVudFt0aGlzLl9zb3VyY2VzLmluZGV4T2YoZmlsZVVyaUFic1BhdGgpXVxuICAgICAgfVxuXG4gICAgICBpZiAoKCF1cmwucGF0aCB8fCB1cmwucGF0aCA9PSBcIi9cIilcbiAgICAgICAgICAmJiB0aGlzLl9zb3VyY2VzLmhhcyhcIi9cIiArIGFTb3VyY2UpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihcIi9cIiArIGFTb3VyY2UpXTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGZ1bmN0aW9uIGlzIHVzZWQgcmVjdXJzaXZlbHkgZnJvbVxuICAgIC8vIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuc291cmNlQ29udGVudEZvci4gSW4gdGhhdCBjYXNlLCB3ZVxuICAgIC8vIGRvbid0IHdhbnQgdG8gdGhyb3cgaWYgd2UgY2FuJ3QgZmluZCB0aGUgc291cmNlIC0gd2UganVzdCB3YW50IHRvXG4gICAgLy8gcmV0dXJuIG51bGwsIHNvIHdlIHByb3ZpZGUgYSBmbGFnIHRvIGV4aXQgZ3JhY2VmdWxseS5cbiAgICBpZiAobnVsbE9uTWlzc2luZykge1xuICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuICAgIGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdcIicgKyBhU291cmNlICsgJ1wiIGlzIG5vdCBpbiB0aGUgU291cmNlTWFwLicpO1xuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uIGluZm9ybWF0aW9uIGZvciB0aGUgb3JpZ2luYWwgc291cmNlLFxuICogbGluZSwgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdCB3aXRoXG4gKiB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2dlbmVyYXRlZFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJyk7XG4gICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBzb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHRoaXMuc291cmNlUm9vdCwgc291cmNlKTtcbiAgICB9XG4gICAgaWYgKCF0aGlzLl9zb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICByZXR1cm4ge1xuICAgICAgICBsaW5lOiBudWxsLFxuICAgICAgICBjb2x1bW46IG51bGwsXG4gICAgICAgIGxhc3RDb2x1bW46IG51bGxcbiAgICAgIH07XG4gICAgfVxuICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuaW5kZXhPZihzb3VyY2UpO1xuXG4gICAgdmFyIG5lZWRsZSA9IHtcbiAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgb3JpZ2luYWxMaW5lOiB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKSxcbiAgICAgIG9yaWdpbmFsQ29sdW1uOiB1dGlsLmdldEFyZyhhQXJncywgJ2NvbHVtbicpXG4gICAgfTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKFxuICAgICAgbmVlZGxlLFxuICAgICAgdGhpcy5fb3JpZ2luYWxNYXBwaW5ncyxcbiAgICAgIFwib3JpZ2luYWxMaW5lXCIsXG4gICAgICBcIm9yaWdpbmFsQ29sdW1uXCIsXG4gICAgICB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zLFxuICAgICAgdXRpbC5nZXRBcmcoYUFyZ3MsICdiaWFzJywgU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQpXG4gICAgKTtcblxuICAgIGlmIChpbmRleCA+PSAwKSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3NbaW5kZXhdO1xuXG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgPT09IG5lZWRsZS5zb3VyY2UpIHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgIGNvbHVtbjogdXRpbC5nZXRBcmcobWFwcGluZywgJ2dlbmVyYXRlZENvbHVtbicsIG51bGwpLFxuICAgICAgICAgIGxhc3RDb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdsYXN0R2VuZXJhdGVkQ29sdW1uJywgbnVsbClcbiAgICAgICAgfTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4ge1xuICAgICAgbGluZTogbnVsbCxcbiAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgIGxhc3RDb2x1bW46IG51bGxcbiAgICB9O1xuICB9O1xuXG5leHBvcnRzLkJhc2ljU291cmNlTWFwQ29uc3VtZXIgPSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIEFuIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lciBpbnN0YW5jZSByZXByZXNlbnRzIGEgcGFyc2VkIHNvdXJjZSBtYXAgd2hpY2hcbiAqIHdlIGNhbiBxdWVyeSBmb3IgaW5mb3JtYXRpb24uIEl0IGRpZmZlcnMgZnJvbSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyIGluXG4gKiB0aGF0IGl0IHRha2VzIFwiaW5kZXhlZFwiIHNvdXJjZSBtYXBzIChpLmUuIG9uZXMgd2l0aCBhIFwic2VjdGlvbnNcIiBmaWVsZCkgYXNcbiAqIGlucHV0LlxuICpcbiAqIFRoZSBvbmx5IHBhcmFtZXRlciBpcyBhIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3IgYWxyZWFkeVxuICogcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYyBmb3IgaW5kZXhlZCBzb3VyY2UgbWFwcywgdGhleVxuICogaGF2ZSB0aGUgZm9sbG93aW5nIGF0dHJpYnV0ZXM6XG4gKlxuICogICAtIHZlcnNpb246IFdoaWNoIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXAgc3BlYyB0aGlzIG1hcCBpcyBmb2xsb3dpbmcuXG4gKiAgIC0gZmlsZTogT3B0aW9uYWwuIFRoZSBnZW5lcmF0ZWQgZmlsZSB0aGlzIHNvdXJjZSBtYXAgaXMgYXNzb2NpYXRlZCB3aXRoLlxuICogICAtIHNlY3Rpb25zOiBBIGxpc3Qgb2Ygc2VjdGlvbiBkZWZpbml0aW9ucy5cbiAqXG4gKiBFYWNoIHZhbHVlIHVuZGVyIHRoZSBcInNlY3Rpb25zXCIgZmllbGQgaGFzIHR3byBmaWVsZHM6XG4gKiAgIC0gb2Zmc2V0OiBUaGUgb2Zmc2V0IGludG8gdGhlIG9yaWdpbmFsIHNwZWNpZmllZCBhdCB3aGljaCB0aGlzIHNlY3Rpb25cbiAqICAgICAgIGJlZ2lucyB0byBhcHBseSwgZGVmaW5lZCBhcyBhbiBvYmplY3Qgd2l0aCBhIFwibGluZVwiIGFuZCBcImNvbHVtblwiXG4gKiAgICAgICBmaWVsZC5cbiAqICAgLSBtYXA6IEEgc291cmNlIG1hcCBkZWZpbml0aW9uLiBUaGlzIHNvdXJjZSBtYXAgY291bGQgYWxzbyBiZSBpbmRleGVkLFxuICogICAgICAgYnV0IGRvZXNuJ3QgaGF2ZSB0byBiZS5cbiAqXG4gKiBJbnN0ZWFkIG9mIHRoZSBcIm1hcFwiIGZpZWxkLCBpdCdzIGFsc28gcG9zc2libGUgdG8gaGF2ZSBhIFwidXJsXCIgZmllbGRcbiAqIHNwZWNpZnlpbmcgYSBVUkwgdG8gcmV0cmlldmUgYSBzb3VyY2UgbWFwIGZyb20sIGJ1dCB0aGF0J3MgY3VycmVudGx5XG4gKiB1bnN1cHBvcnRlZC5cbiAqXG4gKiBIZXJlJ3MgYW4gZXhhbXBsZSBzb3VyY2UgbWFwLCB0YWtlbiBmcm9tIHRoZSBzb3VyY2UgbWFwIHNwZWNbMF0sIGJ1dFxuICogbW9kaWZpZWQgdG8gb21pdCBhIHNlY3Rpb24gd2hpY2ggdXNlcyB0aGUgXCJ1cmxcIiBmaWVsZC5cbiAqXG4gKiAge1xuICogICAgdmVyc2lvbiA6IDMsXG4gKiAgICBmaWxlOiBcImFwcC5qc1wiLFxuICogICAgc2VjdGlvbnM6IFt7XG4gKiAgICAgIG9mZnNldDoge2xpbmU6MTAwLCBjb2x1bW46MTB9LFxuICogICAgICBtYXA6IHtcbiAqICAgICAgICB2ZXJzaW9uIDogMyxcbiAqICAgICAgICBmaWxlOiBcInNlY3Rpb24uanNcIixcbiAqICAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICAgbmFtZXM6IFtcInNyY1wiLCBcIm1hcHNcIiwgXCJhcmVcIiwgXCJmdW5cIl0sXG4gKiAgICAgICAgbWFwcGluZ3M6IFwiQUFBQSxFOztBQkNERTtcIlxuICogICAgICB9XG4gKiAgICB9XSxcbiAqICB9XG4gKlxuICogWzBdOiBodHRwczovL2RvY3MuZ29vZ2xlLmNvbS9kb2N1bWVudC9kLzFVMVJHQWVoUXdSeXBVVG92RjFLUmxwaU9GemUwYi1fMmdjNmZBSDBLWTBrL2VkaXQjaGVhZGluZz1oLjUzNWVzM3hlcHJndFxuICovXG5mdW5jdGlvbiBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIoYVNvdXJjZU1hcCkge1xuICB2YXIgc291cmNlTWFwID0gYVNvdXJjZU1hcDtcbiAgaWYgKHR5cGVvZiBhU291cmNlTWFwID09PSAnc3RyaW5nJykge1xuICAgIHNvdXJjZU1hcCA9IEpTT04ucGFyc2UoYVNvdXJjZU1hcC5yZXBsYWNlKC9eXFwpXFxdXFx9Jy8sICcnKSk7XG4gIH1cblxuICB2YXIgdmVyc2lvbiA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3ZlcnNpb24nKTtcbiAgdmFyIHNlY3Rpb25zID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnc2VjdGlvbnMnKTtcblxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG5cbiAgdmFyIGxhc3RPZmZzZXQgPSB7XG4gICAgbGluZTogLTEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHRoaXMuX3NlY3Rpb25zID0gc2VjdGlvbnMubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgaWYgKHMudXJsKSB7XG4gICAgICAvLyBUaGUgdXJsIGZpZWxkIHdpbGwgcmVxdWlyZSBzdXBwb3J0IGZvciBhc3luY2hyb25pY2l0eS5cbiAgICAgIC8vIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8xNlxuICAgICAgdGhyb3cgbmV3IEVycm9yKCdTdXBwb3J0IGZvciB1cmwgZmllbGQgaW4gc2VjdGlvbnMgbm90IGltcGxlbWVudGVkLicpO1xuICAgIH1cbiAgICB2YXIgb2Zmc2V0ID0gdXRpbC5nZXRBcmcocywgJ29mZnNldCcpO1xuICAgIHZhciBvZmZzZXRMaW5lID0gdXRpbC5nZXRBcmcob2Zmc2V0LCAnbGluZScpO1xuICAgIHZhciBvZmZzZXRDb2x1bW4gPSB1dGlsLmdldEFyZyhvZmZzZXQsICdjb2x1bW4nKTtcblxuICAgIGlmIChvZmZzZXRMaW5lIDwgbGFzdE9mZnNldC5saW5lIHx8XG4gICAgICAgIChvZmZzZXRMaW5lID09PSBsYXN0T2Zmc2V0LmxpbmUgJiYgb2Zmc2V0Q29sdW1uIDwgbGFzdE9mZnNldC5jb2x1bW4pKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1NlY3Rpb24gb2Zmc2V0cyBtdXN0IGJlIG9yZGVyZWQgYW5kIG5vbi1vdmVybGFwcGluZy4nKTtcbiAgICB9XG4gICAgbGFzdE9mZnNldCA9IG9mZnNldDtcblxuICAgIHJldHVybiB7XG4gICAgICBnZW5lcmF0ZWRPZmZzZXQ6IHtcbiAgICAgICAgLy8gVGhlIG9mZnNldCBmaWVsZHMgYXJlIDAtYmFzZWQsIGJ1dCB3ZSB1c2UgMS1iYXNlZCBpbmRpY2VzIHdoZW5cbiAgICAgICAgLy8gZW5jb2RpbmcvZGVjb2RpbmcgZnJvbSBWTFEuXG4gICAgICAgIGdlbmVyYXRlZExpbmU6IG9mZnNldExpbmUgKyAxLFxuICAgICAgICBnZW5lcmF0ZWRDb2x1bW46IG9mZnNldENvbHVtbiArIDFcbiAgICAgIH0sXG4gICAgICBjb25zdW1lcjogbmV3IFNvdXJjZU1hcENvbnN1bWVyKHV0aWwuZ2V0QXJnKHMsICdtYXAnKSlcbiAgICB9XG4gIH0pO1xufVxuXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlID0gT2JqZWN0LmNyZWF0ZShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUpO1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdHJ1Y3RvciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwcGluZyBzcGVjIHRoYXQgd2UgYXJlIGNvbnN1bWluZy5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdzb3VyY2VzJywge1xuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgc291cmNlcyA9IFtdO1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIGZvciAodmFyIGogPSAwOyBqIDwgdGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlcy5sZW5ndGg7IGorKykge1xuICAgICAgICBzb3VyY2VzLnB1c2godGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlc1tqXSk7XG4gICAgICB9XG4gICAgfVxuICAgIHJldHVybiBzb3VyY2VzO1xuICB9XG59KTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UsIGxpbmUsIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdFxuICogd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlLCBvciBudWxsLlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgLSBuYW1lOiBUaGUgb3JpZ2luYWwgaWRlbnRpZmllciwgb3IgbnVsbC5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5vcmlnaW5hbFBvc2l0aW9uRm9yID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX29yaWdpbmFsUG9zaXRpb25Gb3IoYUFyZ3MpIHtcbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgZ2VuZXJhdGVkTGluZTogdXRpbC5nZXRBcmcoYUFyZ3MsICdsaW5lJyksXG4gICAgICBnZW5lcmF0ZWRDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJylcbiAgICB9O1xuXG4gICAgLy8gRmluZCB0aGUgc2VjdGlvbiBjb250YWluaW5nIHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24gd2UncmUgdHJ5aW5nIHRvIG1hcFxuICAgIC8vIHRvIGFuIG9yaWdpbmFsIHBvc2l0aW9uLlxuICAgIHZhciBzZWN0aW9uSW5kZXggPSBiaW5hcnlTZWFyY2guc2VhcmNoKG5lZWRsZSwgdGhpcy5fc2VjdGlvbnMsXG4gICAgICBmdW5jdGlvbihuZWVkbGUsIHNlY3Rpb24pIHtcbiAgICAgICAgdmFyIGNtcCA9IG5lZWRsZS5nZW5lcmF0ZWRMaW5lIC0gc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZTtcbiAgICAgICAgaWYgKGNtcCkge1xuICAgICAgICAgIHJldHVybiBjbXA7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gKG5lZWRsZS5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAgICAgICAgIHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbik7XG4gICAgICB9KTtcbiAgICB2YXIgc2VjdGlvbiA9IHRoaXMuX3NlY3Rpb25zW3NlY3Rpb25JbmRleF07XG5cbiAgICBpZiAoIXNlY3Rpb24pIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHNvdXJjZTogbnVsbCxcbiAgICAgICAgbGluZTogbnVsbCxcbiAgICAgICAgY29sdW1uOiBudWxsLFxuICAgICAgICBuYW1lOiBudWxsXG4gICAgICB9O1xuICAgIH1cblxuICAgIHJldHVybiBzZWN0aW9uLmNvbnN1bWVyLm9yaWdpbmFsUG9zaXRpb25Gb3Ioe1xuICAgICAgbGluZTogbmVlZGxlLmdlbmVyYXRlZExpbmUgLVxuICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSAtIDEpLFxuICAgICAgY29sdW1uOiBuZWVkbGUuZ2VuZXJhdGVkQ29sdW1uIC1cbiAgICAgICAgKHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZExpbmUgPT09IG5lZWRsZS5nZW5lcmF0ZWRMaW5lXG4gICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgIDogMCksXG4gICAgICBiaWFzOiBhQXJncy5iaWFzXG4gICAgfSk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRydWUgaWYgd2UgaGF2ZSB0aGUgc291cmNlIGNvbnRlbnQgZm9yIGV2ZXJ5IHNvdXJjZSBpbiB0aGUgc291cmNlXG4gKiBtYXAsIGZhbHNlIG90aGVyd2lzZS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5oYXNDb250ZW50c09mQWxsU291cmNlcyA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9oYXNDb250ZW50c09mQWxsU291cmNlcygpIHtcbiAgICByZXR1cm4gdGhpcy5fc2VjdGlvbnMuZXZlcnkoZnVuY3Rpb24gKHMpIHtcbiAgICAgIHJldHVybiBzLmNvbnN1bWVyLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzKCk7XG4gICAgfSk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgb3JpZ2luYWwgc291cmNlIGNvbnRlbnQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIHRoZSB1cmwgb2YgdGhlXG4gKiBvcmlnaW5hbCBzb3VyY2UgZmlsZS4gUmV0dXJucyBudWxsIGlmIG5vIG9yaWdpbmFsIHNvdXJjZSBjb250ZW50IGlzXG4gKiBhdmFpbGFibGUuXG4gKi9cbkluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuc291cmNlQ29udGVudEZvciA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIG51bGxPbk1pc3NpbmcpIHtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRoaXMuX3NlY3Rpb25zLmxlbmd0aDsgaSsrKSB7XG4gICAgICB2YXIgc2VjdGlvbiA9IHRoaXMuX3NlY3Rpb25zW2ldO1xuXG4gICAgICB2YXIgY29udGVudCA9IHNlY3Rpb24uY29uc3VtZXIuc291cmNlQ29udGVudEZvcihhU291cmNlLCB0cnVlKTtcbiAgICAgIGlmIChjb250ZW50KSB7XG4gICAgICAgIHJldHVybiBjb250ZW50O1xuICAgICAgfVxuICAgIH1cbiAgICBpZiAobnVsbE9uTWlzc2luZykge1xuICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuICAgIGVsc2Uge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdcIicgKyBhU291cmNlICsgJ1wiIGlzIG5vdCBpbiB0aGUgU291cmNlTWFwLicpO1xuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uIGluZm9ybWF0aW9uIGZvciB0aGUgb3JpZ2luYWwgc291cmNlLFxuICogbGluZSwgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdCB3aXRoXG4gKiB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmdlbmVyYXRlZFBvc2l0aW9uRm9yID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX2dlbmVyYXRlZFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgZm9yICh2YXIgaSA9IDA7IGkgPCB0aGlzLl9zZWN0aW9ucy5sZW5ndGg7IGkrKykge1xuICAgICAgdmFyIHNlY3Rpb24gPSB0aGlzLl9zZWN0aW9uc1tpXTtcblxuICAgICAgLy8gT25seSBjb25zaWRlciB0aGlzIHNlY3Rpb24gaWYgdGhlIHJlcXVlc3RlZCBzb3VyY2UgaXMgaW4gdGhlIGxpc3Qgb2ZcbiAgICAgIC8vIHNvdXJjZXMgb2YgdGhlIGNvbnN1bWVyLlxuICAgICAgaWYgKHNlY3Rpb24uY29uc3VtZXIuc291cmNlcy5pbmRleE9mKHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJykpID09PSAtMSkge1xuICAgICAgICBjb250aW51ZTtcbiAgICAgIH1cbiAgICAgIHZhciBnZW5lcmF0ZWRQb3NpdGlvbiA9IHNlY3Rpb24uY29uc3VtZXIuZ2VuZXJhdGVkUG9zaXRpb25Gb3IoYUFyZ3MpO1xuICAgICAgaWYgKGdlbmVyYXRlZFBvc2l0aW9uKSB7XG4gICAgICAgIHZhciByZXQgPSB7XG4gICAgICAgICAgbGluZTogZ2VuZXJhdGVkUG9zaXRpb24ubGluZSArXG4gICAgICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSAtIDEpLFxuICAgICAgICAgIGNvbHVtbjogZ2VuZXJhdGVkUG9zaXRpb24uY29sdW1uICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lID09PSBnZW5lcmF0ZWRQb3NpdGlvbi5saW5lXG4gICAgICAgICAgICAgPyBzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRDb2x1bW4gLSAxXG4gICAgICAgICAgICAgOiAwKVxuICAgICAgICB9O1xuICAgICAgICByZXR1cm4gcmV0O1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICBsaW5lOiBudWxsLFxuICAgICAgY29sdW1uOiBudWxsXG4gICAgfTtcbiAgfTtcblxuLyoqXG4gKiBQYXJzZSB0aGUgbWFwcGluZ3MgaW4gYSBzdHJpbmcgaW4gdG8gYSBkYXRhIHN0cnVjdHVyZSB3aGljaCB3ZSBjYW4gZWFzaWx5XG4gKiBxdWVyeSAodGhlIG9yZGVyZWQgYXJyYXlzIGluIHRoZSBgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzYCBhbmRcbiAqIGB0aGlzLl9fb3JpZ2luYWxNYXBwaW5nc2AgcHJvcGVydGllcykuXG4gKi9cbkluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBJbmRleGVkU291cmNlTWFwQ29uc3VtZXJfcGFyc2VNYXBwaW5ncyhhU3RyLCBhU291cmNlUm9vdCkge1xuICAgIHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5ncyA9IFtdO1xuICAgIHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzID0gW107XG4gICAgZm9yICh2YXIgaSA9IDA7IGkgPCB0aGlzLl9zZWN0aW9ucy5sZW5ndGg7IGkrKykge1xuICAgICAgdmFyIHNlY3Rpb24gPSB0aGlzLl9zZWN0aW9uc1tpXTtcbiAgICAgIHZhciBzZWN0aW9uTWFwcGluZ3MgPSBzZWN0aW9uLmNvbnN1bWVyLl9nZW5lcmF0ZWRNYXBwaW5ncztcbiAgICAgIGZvciAodmFyIGogPSAwOyBqIDwgc2VjdGlvbk1hcHBpbmdzLmxlbmd0aDsgaisrKSB7XG4gICAgICAgIHZhciBtYXBwaW5nID0gc2VjdGlvbk1hcHBpbmdzW2pdO1xuXG4gICAgICAgIHZhciBzb3VyY2UgPSBzZWN0aW9uLmNvbnN1bWVyLl9zb3VyY2VzLmF0KG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgaWYgKHNlY3Rpb24uY29uc3VtZXIuc291cmNlUm9vdCAhPT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZSA9IHV0aWwuam9pbihzZWN0aW9uLmNvbnN1bWVyLnNvdXJjZVJvb3QsIHNvdXJjZSk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5fc291cmNlcy5hZGQoc291cmNlKTtcbiAgICAgICAgc291cmNlID0gdGhpcy5fc291cmNlcy5pbmRleE9mKHNvdXJjZSk7XG5cbiAgICAgICAgdmFyIG5hbWUgPSBzZWN0aW9uLmNvbnN1bWVyLl9uYW1lcy5hdChtYXBwaW5nLm5hbWUpO1xuICAgICAgICB0aGlzLl9uYW1lcy5hZGQobmFtZSk7XG4gICAgICAgIG5hbWUgPSB0aGlzLl9uYW1lcy5pbmRleE9mKG5hbWUpO1xuXG4gICAgICAgIC8vIFRoZSBtYXBwaW5ncyBjb21pbmcgZnJvbSB0aGUgY29uc3VtZXIgZm9yIHRoZSBzZWN0aW9uIGhhdmVcbiAgICAgICAgLy8gZ2VuZXJhdGVkIHBvc2l0aW9ucyByZWxhdGl2ZSB0byB0aGUgc3RhcnQgb2YgdGhlIHNlY3Rpb24sIHNvIHdlXG4gICAgICAgIC8vIG5lZWQgdG8gb2Zmc2V0IHRoZW0gdG8gYmUgcmVsYXRpdmUgdG8gdGhlIHN0YXJ0IG9mIHRoZSBjb25jYXRlbmF0ZWRcbiAgICAgICAgLy8gZ2VuZXJhdGVkIGZpbGUuXG4gICAgICAgIHZhciBhZGp1c3RlZE1hcHBpbmcgPSB7XG4gICAgICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICAgICAgZ2VuZXJhdGVkTGluZTogbWFwcGluZy5nZW5lcmF0ZWRMaW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgZ2VuZXJhdGVkQ29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiArXG4gICAgICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbWFwcGluZy5nZW5lcmF0ZWRMaW5lXG4gICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgIDogMCksXG4gICAgICAgICAgb3JpZ2luYWxMaW5lOiBtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICBvcmlnaW5hbENvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICBuYW1lOiBuYW1lXG4gICAgICAgIH07XG5cbiAgICAgICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgaWYgKHR5cGVvZiBhZGp1c3RlZE1hcHBpbmcub3JpZ2luYWxMaW5lID09PSAnbnVtYmVyJykge1xuICAgICAgICAgIHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHF1aWNrU29ydCh0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MsIHV0aWwuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQpO1xuICAgIHF1aWNrU29ydCh0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncywgdXRpbC5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyk7XG4gIH07XG5cbmV4cG9ydHMuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyID0gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qc1xuLy8gbW9kdWxlIGlkID0gN1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbmV4cG9ydHMuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCA9IDI7XG5cbi8qKlxuICogUmVjdXJzaXZlIGltcGxlbWVudGF0aW9uIG9mIGJpbmFyeSBzZWFyY2guXG4gKlxuICogQHBhcmFtIGFMb3cgSW5kaWNlcyBoZXJlIGFuZCBsb3dlciBkbyBub3QgY29udGFpbiB0aGUgbmVlZGxlLlxuICogQHBhcmFtIGFIaWdoIEluZGljZXMgaGVyZSBhbmQgaGlnaGVyIGRvIG5vdCBjb250YWluIHRoZSBuZWVkbGUuXG4gKiBAcGFyYW0gYU5lZWRsZSBUaGUgZWxlbWVudCBiZWluZyBzZWFyY2hlZCBmb3IuXG4gKiBAcGFyYW0gYUhheXN0YWNrIFRoZSBub24tZW1wdHkgYXJyYXkgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgRnVuY3Rpb24gd2hpY2ggdGFrZXMgdHdvIGVsZW1lbnRzIGFuZCByZXR1cm5zIC0xLCAwLCBvciAxLlxuICogQHBhcmFtIGFCaWFzIEVpdGhlciAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJyBvclxuICogICAgICdiaW5hcnlTZWFyY2guTEVBU1RfVVBQRVJfQk9VTkQnLiBTcGVjaWZpZXMgd2hldGhlciB0byByZXR1cm4gdGhlXG4gKiAgICAgY2xvc2VzdCBlbGVtZW50IHRoYXQgaXMgc21hbGxlciB0aGFuIG9yIGdyZWF0ZXIgdGhhbiB0aGUgb25lIHdlIGFyZVxuICogICAgIHNlYXJjaGluZyBmb3IsIHJlc3BlY3RpdmVseSwgaWYgdGhlIGV4YWN0IGVsZW1lbnQgY2Fubm90IGJlIGZvdW5kLlxuICovXG5mdW5jdGlvbiByZWN1cnNpdmVTZWFyY2goYUxvdywgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKSB7XG4gIC8vIFRoaXMgZnVuY3Rpb24gdGVybWluYXRlcyB3aGVuIG9uZSBvZiB0aGUgZm9sbG93aW5nIGlzIHRydWU6XG4gIC8vXG4gIC8vICAgMS4gV2UgZmluZCB0aGUgZXhhY3QgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gIC8vXG4gIC8vICAgMi4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBidXQgd2UgY2FuIHJldHVybiB0aGUgaW5kZXggb2ZcbiAgLy8gICAgICB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQuXG4gIC8vXG4gIC8vICAgMy4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBhbmQgdGhlcmUgaXMgbm8gbmV4dC1jbG9zZXN0XG4gIC8vICAgICAgZWxlbWVudCB0aGFuIHRoZSBvbmUgd2UgYXJlIHNlYXJjaGluZyBmb3IsIHNvIHdlIHJldHVybiAtMS5cbiAgdmFyIG1pZCA9IE1hdGguZmxvb3IoKGFIaWdoIC0gYUxvdykgLyAyKSArIGFMb3c7XG4gIHZhciBjbXAgPSBhQ29tcGFyZShhTmVlZGxlLCBhSGF5c3RhY2tbbWlkXSwgdHJ1ZSk7XG4gIGlmIChjbXAgPT09IDApIHtcbiAgICAvLyBGb3VuZCB0aGUgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gICAgcmV0dXJuIG1pZDtcbiAgfVxuICBlbHNlIGlmIChjbXAgPiAwKSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBncmVhdGVyIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKGFIaWdoIC0gbWlkID4gMSkge1xuICAgICAgLy8gVGhlIGVsZW1lbnQgaXMgaW4gdGhlIHVwcGVyIGhhbGYuXG4gICAgICByZXR1cm4gcmVjdXJzaXZlU2VhcmNoKG1pZCwgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKTtcbiAgICB9XG5cbiAgICAvLyBUaGUgZXhhY3QgbmVlZGxlIGVsZW1lbnQgd2FzIG5vdCBmb3VuZCBpbiB0aGlzIGhheXN0YWNrLiBEZXRlcm1pbmUgaWZcbiAgICAvLyB3ZSBhcmUgaW4gdGVybWluYXRpb24gY2FzZSAoMykgb3IgKDIpIGFuZCByZXR1cm4gdGhlIGFwcHJvcHJpYXRlIHRoaW5nLlxuICAgIGlmIChhQmlhcyA9PSBleHBvcnRzLkxFQVNUX1VQUEVSX0JPVU5EKSB7XG4gICAgICByZXR1cm4gYUhpZ2ggPCBhSGF5c3RhY2subGVuZ3RoID8gYUhpZ2ggOiAtMTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9XG4gIH1cbiAgZWxzZSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBsZXNzIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKG1pZCAtIGFMb3cgPiAxKSB7XG4gICAgICAvLyBUaGUgZWxlbWVudCBpcyBpbiB0aGUgbG93ZXIgaGFsZi5cbiAgICAgIHJldHVybiByZWN1cnNpdmVTZWFyY2goYUxvdywgbWlkLCBhTmVlZGxlLCBhSGF5c3RhY2ssIGFDb21wYXJlLCBhQmlhcyk7XG4gICAgfVxuXG4gICAgLy8gd2UgYXJlIGluIHRlcm1pbmF0aW9uIGNhc2UgKDMpIG9yICgyKSBhbmQgcmV0dXJuIHRoZSBhcHByb3ByaWF0ZSB0aGluZy5cbiAgICBpZiAoYUJpYXMgPT0gZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCkge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIGFMb3cgPCAwID8gLTEgOiBhTG93O1xuICAgIH1cbiAgfVxufVxuXG4vKipcbiAqIFRoaXMgaXMgYW4gaW1wbGVtZW50YXRpb24gb2YgYmluYXJ5IHNlYXJjaCB3aGljaCB3aWxsIGFsd2F5cyB0cnkgYW5kIHJldHVyblxuICogdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IGVsZW1lbnQgaWYgdGhlcmUgaXMgbm8gZXhhY3QgaGl0LiBUaGlzIGlzIGJlY2F1c2VcbiAqIG1hcHBpbmdzIGJldHdlZW4gb3JpZ2luYWwgYW5kIGdlbmVyYXRlZCBsaW5lL2NvbCBwYWlycyBhcmUgc2luZ2xlIHBvaW50cyxcbiAqIGFuZCB0aGVyZSBpcyBhbiBpbXBsaWNpdCByZWdpb24gYmV0d2VlbiBlYWNoIG9mIHRoZW0sIHNvIGEgbWlzcyBqdXN0IG1lYW5zXG4gKiB0aGF0IHlvdSBhcmVuJ3Qgb24gdGhlIHZlcnkgc3RhcnQgb2YgYSByZWdpb24uXG4gKlxuICogQHBhcmFtIGFOZWVkbGUgVGhlIGVsZW1lbnQgeW91IGFyZSBsb29raW5nIGZvci5cbiAqIEBwYXJhbSBhSGF5c3RhY2sgVGhlIGFycmF5IHRoYXQgaXMgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgQSBmdW5jdGlvbiB3aGljaCB0YWtlcyB0aGUgbmVlZGxlIGFuZCBhbiBlbGVtZW50IGluIHRoZVxuICogICAgIGFycmF5IGFuZCByZXR1cm5zIC0xLCAwLCBvciAxIGRlcGVuZGluZyBvbiB3aGV0aGVyIHRoZSBuZWVkbGUgaXMgbGVzc1xuICogICAgIHRoYW4sIGVxdWFsIHRvLCBvciBncmVhdGVyIHRoYW4gdGhlIGVsZW1lbnQsIHJlc3BlY3RpdmVseS5cbiAqIEBwYXJhbSBhQmlhcyBFaXRoZXIgJ2JpbmFyeVNlYXJjaC5HUkVBVEVTVF9MT1dFUl9CT1VORCcgb3JcbiAqICAgICAnYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJy5cbiAqL1xuZXhwb3J0cy5zZWFyY2ggPSBmdW5jdGlvbiBzZWFyY2goYU5lZWRsZSwgYUhheXN0YWNrLCBhQ29tcGFyZSwgYUJpYXMpIHtcbiAgaWYgKGFIYXlzdGFjay5sZW5ndGggPT09IDApIHtcbiAgICByZXR1cm4gLTE7XG4gIH1cblxuICB2YXIgaW5kZXggPSByZWN1cnNpdmVTZWFyY2goLTEsIGFIYXlzdGFjay5sZW5ndGgsIGFOZWVkbGUsIGFIYXlzdGFjayxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFDb21wYXJlLCBhQmlhcyB8fCBleHBvcnRzLkdSRUFURVNUX0xPV0VSX0JPVU5EKTtcbiAgaWYgKGluZGV4IDwgMCkge1xuICAgIHJldHVybiAtMTtcbiAgfVxuXG4gIC8vIFdlIGhhdmUgZm91bmQgZWl0aGVyIHRoZSBleGFjdCBlbGVtZW50LCBvciB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQgdGhhblxuICAvLyB0aGUgb25lIHdlIGFyZSBzZWFyY2hpbmcgZm9yLiBIb3dldmVyLCB0aGVyZSBtYXkgYmUgbW9yZSB0aGFuIG9uZSBzdWNoXG4gIC8vIGVsZW1lbnQuIE1ha2Ugc3VyZSB3ZSBhbHdheXMgcmV0dXJuIHRoZSBzbWFsbGVzdCBvZiB0aGVzZS5cbiAgd2hpbGUgKGluZGV4IC0gMSA+PSAwKSB7XG4gICAgaWYgKGFDb21wYXJlKGFIYXlzdGFja1tpbmRleF0sIGFIYXlzdGFja1tpbmRleCAtIDFdLCB0cnVlKSAhPT0gMCkge1xuICAgICAgYnJlYWs7XG4gICAgfVxuICAgIC0taW5kZXg7XG4gIH1cblxuICByZXR1cm4gaW5kZXg7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmluYXJ5LXNlYXJjaC5qc1xuLy8gbW9kdWxlIGlkID0gOFxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8vIEl0IHR1cm5zIG91dCB0aGF0IHNvbWUgKG1vc3Q/KSBKYXZhU2NyaXB0IGVuZ2luZXMgZG9uJ3Qgc2VsZi1ob3N0XG4vLyBgQXJyYXkucHJvdG90eXBlLnNvcnRgLiBUaGlzIG1ha2VzIHNlbnNlIGJlY2F1c2UgQysrIHdpbGwgbGlrZWx5IHJlbWFpblxuLy8gZmFzdGVyIHRoYW4gSlMgd2hlbiBkb2luZyByYXcgQ1BVLWludGVuc2l2ZSBzb3J0aW5nLiBIb3dldmVyLCB3aGVuIHVzaW5nIGFcbi8vIGN1c3RvbSBjb21wYXJhdG9yIGZ1bmN0aW9uLCBjYWxsaW5nIGJhY2sgYW5kIGZvcnRoIGJldHdlZW4gdGhlIFZNJ3MgQysrIGFuZFxuLy8gSklUJ2QgSlMgaXMgcmF0aGVyIHNsb3cgKmFuZCogbG9zZXMgSklUIHR5cGUgaW5mb3JtYXRpb24sIHJlc3VsdGluZyBpblxuLy8gd29yc2UgZ2VuZXJhdGVkIGNvZGUgZm9yIHRoZSBjb21wYXJhdG9yIGZ1bmN0aW9uIHRoYW4gd291bGQgYmUgb3B0aW1hbC4gSW5cbi8vIGZhY3QsIHdoZW4gc29ydGluZyB3aXRoIGEgY29tcGFyYXRvciwgdGhlc2UgY29zdHMgb3V0d2VpZ2ggdGhlIGJlbmVmaXRzIG9mXG4vLyBzb3J0aW5nIGluIEMrKy4gQnkgdXNpbmcgb3VyIG93biBKUy1pbXBsZW1lbnRlZCBRdWljayBTb3J0IChiZWxvdyksIHdlIGdldFxuLy8gYSB+MzUwMG1zIG1lYW4gc3BlZWQtdXAgaW4gYGJlbmNoL2JlbmNoLmh0bWxgLlxuXG4vKipcbiAqIFN3YXAgdGhlIGVsZW1lbnRzIGluZGV4ZWQgYnkgYHhgIGFuZCBgeWAgaW4gdGhlIGFycmF5IGBhcnlgLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIFRoZSBhcnJheS5cbiAqIEBwYXJhbSB7TnVtYmVyfSB4XG4gKiAgICAgICAgVGhlIGluZGV4IG9mIHRoZSBmaXJzdCBpdGVtLlxuICogQHBhcmFtIHtOdW1iZXJ9IHlcbiAqICAgICAgICBUaGUgaW5kZXggb2YgdGhlIHNlY29uZCBpdGVtLlxuICovXG5mdW5jdGlvbiBzd2FwKGFyeSwgeCwgeSkge1xuICB2YXIgdGVtcCA9IGFyeVt4XTtcbiAgYXJ5W3hdID0gYXJ5W3ldO1xuICBhcnlbeV0gPSB0ZW1wO1xufVxuXG4vKipcbiAqIFJldHVybnMgYSByYW5kb20gaW50ZWdlciB3aXRoaW4gdGhlIHJhbmdlIGBsb3cgLi4gaGlnaGAgaW5jbHVzaXZlLlxuICpcbiAqIEBwYXJhbSB7TnVtYmVyfSBsb3dcbiAqICAgICAgICBUaGUgbG93ZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICogQHBhcmFtIHtOdW1iZXJ9IGhpZ2hcbiAqICAgICAgICBUaGUgdXBwZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICovXG5mdW5jdGlvbiByYW5kb21JbnRJblJhbmdlKGxvdywgaGlnaCkge1xuICByZXR1cm4gTWF0aC5yb3VuZChsb3cgKyAoTWF0aC5yYW5kb20oKSAqIChoaWdoIC0gbG93KSkpO1xufVxuXG4vKipcbiAqIFRoZSBRdWljayBTb3J0IGFsZ29yaXRobS5cbiAqXG4gKiBAcGFyYW0ge0FycmF5fSBhcnlcbiAqICAgICAgICBBbiBhcnJheSB0byBzb3J0LlxuICogQHBhcmFtIHtmdW5jdGlvbn0gY29tcGFyYXRvclxuICogICAgICAgIEZ1bmN0aW9uIHRvIHVzZSB0byBjb21wYXJlIHR3byBpdGVtcy5cbiAqIEBwYXJhbSB7TnVtYmVyfSBwXG4gKiAgICAgICAgU3RhcnQgaW5kZXggb2YgdGhlIGFycmF5XG4gKiBAcGFyYW0ge051bWJlcn0gclxuICogICAgICAgIEVuZCBpbmRleCBvZiB0aGUgYXJyYXlcbiAqL1xuZnVuY3Rpb24gZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCByKSB7XG4gIC8vIElmIG91ciBsb3dlciBib3VuZCBpcyBsZXNzIHRoYW4gb3VyIHVwcGVyIGJvdW5kLCB3ZSAoMSkgcGFydGl0aW9uIHRoZVxuICAvLyBhcnJheSBpbnRvIHR3byBwaWVjZXMgYW5kICgyKSByZWN1cnNlIG9uIGVhY2ggaGFsZi4gSWYgaXQgaXMgbm90LCB0aGlzIGlzXG4gIC8vIHRoZSBlbXB0eSBhcnJheSBhbmQgb3VyIGJhc2UgY2FzZS5cblxuICBpZiAocCA8IHIpIHtcbiAgICAvLyAoMSkgUGFydGl0aW9uaW5nLlxuICAgIC8vXG4gICAgLy8gVGhlIHBhcnRpdGlvbmluZyBjaG9vc2VzIGEgcGl2b3QgYmV0d2VlbiBgcGAgYW5kIGByYCBhbmQgbW92ZXMgYWxsXG4gICAgLy8gZWxlbWVudHMgdGhhdCBhcmUgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdCB0byB0aGUgYmVmb3JlIGl0LCBhbmRcbiAgICAvLyBhbGwgdGhlIGVsZW1lbnRzIHRoYXQgYXJlIGdyZWF0ZXIgdGhhbiBpdCBhZnRlciBpdC4gVGhlIGVmZmVjdCBpcyB0aGF0XG4gICAgLy8gb25jZSBwYXJ0aXRpb24gaXMgZG9uZSwgdGhlIHBpdm90IGlzIGluIHRoZSBleGFjdCBwbGFjZSBpdCB3aWxsIGJlIHdoZW5cbiAgICAvLyB0aGUgYXJyYXkgaXMgcHV0IGluIHNvcnRlZCBvcmRlciwgYW5kIGl0IHdpbGwgbm90IG5lZWQgdG8gYmUgbW92ZWRcbiAgICAvLyBhZ2Fpbi4gVGhpcyBydW5zIGluIE8obikgdGltZS5cblxuICAgIC8vIEFsd2F5cyBjaG9vc2UgYSByYW5kb20gcGl2b3Qgc28gdGhhdCBhbiBpbnB1dCBhcnJheSB3aGljaCBpcyByZXZlcnNlXG4gICAgLy8gc29ydGVkIGRvZXMgbm90IGNhdXNlIE8obl4yKSBydW5uaW5nIHRpbWUuXG4gICAgdmFyIHBpdm90SW5kZXggPSByYW5kb21JbnRJblJhbmdlKHAsIHIpO1xuICAgIHZhciBpID0gcCAtIDE7XG5cbiAgICBzd2FwKGFyeSwgcGl2b3RJbmRleCwgcik7XG4gICAgdmFyIHBpdm90ID0gYXJ5W3JdO1xuXG4gICAgLy8gSW1tZWRpYXRlbHkgYWZ0ZXIgYGpgIGlzIGluY3JlbWVudGVkIGluIHRoaXMgbG9vcCwgdGhlIGZvbGxvd2luZyBob2xkXG4gICAgLy8gdHJ1ZTpcbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbcCAuLiBpXWAgaXMgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdC5cbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbaSsxIC4uIGotMV1gIGlzIGdyZWF0ZXIgdGhhbiB0aGUgcGl2b3QuXG4gICAgZm9yICh2YXIgaiA9IHA7IGogPCByOyBqKyspIHtcbiAgICAgIGlmIChjb21wYXJhdG9yKGFyeVtqXSwgcGl2b3QpIDw9IDApIHtcbiAgICAgICAgaSArPSAxO1xuICAgICAgICBzd2FwKGFyeSwgaSwgaik7XG4gICAgICB9XG4gICAgfVxuXG4gICAgc3dhcChhcnksIGkgKyAxLCBqKTtcbiAgICB2YXIgcSA9IGkgKyAxO1xuXG4gICAgLy8gKDIpIFJlY3Vyc2Ugb24gZWFjaCBoYWxmLlxuXG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCBxIC0gMSk7XG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBxICsgMSwgcik7XG4gIH1cbn1cblxuLyoqXG4gKiBTb3J0IHRoZSBnaXZlbiBhcnJheSBpbi1wbGFjZSB3aXRoIHRoZSBnaXZlbiBjb21wYXJhdG9yIGZ1bmN0aW9uLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIEFuIGFycmF5IHRvIHNvcnQuXG4gKiBAcGFyYW0ge2Z1bmN0aW9ufSBjb21wYXJhdG9yXG4gKiAgICAgICAgRnVuY3Rpb24gdG8gdXNlIHRvIGNvbXBhcmUgdHdvIGl0ZW1zLlxuICovXG5leHBvcnRzLnF1aWNrU29ydCA9IGZ1bmN0aW9uIChhcnksIGNvbXBhcmF0b3IpIHtcbiAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCAwLCBhcnkubGVuZ3RoIC0gMSk7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvcXVpY2stc29ydC5qc1xuLy8gbW9kdWxlIGlkID0gOVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciBTb3VyY2VNYXBHZW5lcmF0b3IgPSByZXF1aXJlKCcuL3NvdXJjZS1tYXAtZ2VuZXJhdG9yJykuU291cmNlTWFwR2VuZXJhdG9yO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcblxuLy8gTWF0Y2hlcyBhIFdpbmRvd3Mtc3R5bGUgYFxcclxcbmAgbmV3bGluZSBvciBhIGBcXG5gIG5ld2xpbmUgdXNlZCBieSBhbGwgb3RoZXJcbi8vIG9wZXJhdGluZyBzeXN0ZW1zIHRoZXNlIGRheXMgKGNhcHR1cmluZyB0aGUgcmVzdWx0KS5cbnZhciBSRUdFWF9ORVdMSU5FID0gLyhcXHI/XFxuKS87XG5cbi8vIE5ld2xpbmUgY2hhcmFjdGVyIGNvZGUgZm9yIGNoYXJDb2RlQXQoKSBjb21wYXJpc29uc1xudmFyIE5FV0xJTkVfQ09ERSA9IDEwO1xuXG4vLyBQcml2YXRlIHN5bWJvbCBmb3IgaWRlbnRpZnlpbmcgYFNvdXJjZU5vZGVgcyB3aGVuIG11bHRpcGxlIHZlcnNpb25zIG9mXG4vLyB0aGUgc291cmNlLW1hcCBsaWJyYXJ5IGFyZSBsb2FkZWQuIFRoaXMgTVVTVCBOT1QgQ0hBTkdFIGFjcm9zc1xuLy8gdmVyc2lvbnMhXG52YXIgaXNTb3VyY2VOb2RlID0gXCIkJCRpc1NvdXJjZU5vZGUkJCRcIjtcblxuLyoqXG4gKiBTb3VyY2VOb2RlcyBwcm92aWRlIGEgd2F5IHRvIGFic3RyYWN0IG92ZXIgaW50ZXJwb2xhdGluZy9jb25jYXRlbmF0aW5nXG4gKiBzbmlwcGV0cyBvZiBnZW5lcmF0ZWQgSmF2YVNjcmlwdCBzb3VyY2UgY29kZSB3aGlsZSBtYWludGFpbmluZyB0aGUgbGluZSBhbmRcbiAqIGNvbHVtbiBpbmZvcm1hdGlvbiBhc3NvY2lhdGVkIHdpdGggdGhlIG9yaWdpbmFsIHNvdXJjZSBjb2RlLlxuICpcbiAqIEBwYXJhbSBhTGluZSBUaGUgb3JpZ2luYWwgbGluZSBudW1iZXIuXG4gKiBAcGFyYW0gYUNvbHVtbiBUaGUgb3JpZ2luYWwgY29sdW1uIG51bWJlci5cbiAqIEBwYXJhbSBhU291cmNlIFRoZSBvcmlnaW5hbCBzb3VyY2UncyBmaWxlbmFtZS5cbiAqIEBwYXJhbSBhQ2h1bmtzIE9wdGlvbmFsLiBBbiBhcnJheSBvZiBzdHJpbmdzIHdoaWNoIGFyZSBzbmlwcGV0cyBvZlxuICogICAgICAgIGdlbmVyYXRlZCBKUywgb3Igb3RoZXIgU291cmNlTm9kZXMuXG4gKiBAcGFyYW0gYU5hbWUgVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU5vZGUoYUxpbmUsIGFDb2x1bW4sIGFTb3VyY2UsIGFDaHVua3MsIGFOYW1lKSB7XG4gIHRoaXMuY2hpbGRyZW4gPSBbXTtcbiAgdGhpcy5zb3VyY2VDb250ZW50cyA9IHt9O1xuICB0aGlzLmxpbmUgPSBhTGluZSA9PSBudWxsID8gbnVsbCA6IGFMaW5lO1xuICB0aGlzLmNvbHVtbiA9IGFDb2x1bW4gPT0gbnVsbCA/IG51bGwgOiBhQ29sdW1uO1xuICB0aGlzLnNvdXJjZSA9IGFTb3VyY2UgPT0gbnVsbCA/IG51bGwgOiBhU291cmNlO1xuICB0aGlzLm5hbWUgPSBhTmFtZSA9PSBudWxsID8gbnVsbCA6IGFOYW1lO1xuICB0aGlzW2lzU291cmNlTm9kZV0gPSB0cnVlO1xuICBpZiAoYUNodW5rcyAhPSBudWxsKSB0aGlzLmFkZChhQ2h1bmtzKTtcbn1cblxuLyoqXG4gKiBDcmVhdGVzIGEgU291cmNlTm9kZSBmcm9tIGdlbmVyYXRlZCBjb2RlIGFuZCBhIFNvdXJjZU1hcENvbnN1bWVyLlxuICpcbiAqIEBwYXJhbSBhR2VuZXJhdGVkQ29kZSBUaGUgZ2VuZXJhdGVkIGNvZGVcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIFNvdXJjZU1hcCBmb3IgdGhlIGdlbmVyYXRlZCBjb2RlXG4gKiBAcGFyYW0gYVJlbGF0aXZlUGF0aCBPcHRpb25hbC4gVGhlIHBhdGggdGhhdCByZWxhdGl2ZSBzb3VyY2VzIGluIHRoZVxuICogICAgICAgIFNvdXJjZU1hcENvbnN1bWVyIHNob3VsZCBiZSByZWxhdGl2ZSB0by5cbiAqL1xuU291cmNlTm9kZS5mcm9tU3RyaW5nV2l0aFNvdXJjZU1hcCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU5vZGVfZnJvbVN0cmluZ1dpdGhTb3VyY2VNYXAoYUdlbmVyYXRlZENvZGUsIGFTb3VyY2VNYXBDb25zdW1lciwgYVJlbGF0aXZlUGF0aCkge1xuICAgIC8vIFRoZSBTb3VyY2VOb2RlIHdlIHdhbnQgdG8gZmlsbCB3aXRoIHRoZSBnZW5lcmF0ZWQgY29kZVxuICAgIC8vIGFuZCB0aGUgU291cmNlTWFwXG4gICAgdmFyIG5vZGUgPSBuZXcgU291cmNlTm9kZSgpO1xuXG4gICAgLy8gQWxsIGV2ZW4gaW5kaWNlcyBvZiB0aGlzIGFycmF5IGFyZSBvbmUgbGluZSBvZiB0aGUgZ2VuZXJhdGVkIGNvZGUsXG4gICAgLy8gd2hpbGUgYWxsIG9kZCBpbmRpY2VzIGFyZSB0aGUgbmV3bGluZXMgYmV0d2VlbiB0d28gYWRqYWNlbnQgbGluZXNcbiAgICAvLyAoc2luY2UgYFJFR0VYX05FV0xJTkVgIGNhcHR1cmVzIGl0cyBtYXRjaCkuXG4gICAgLy8gUHJvY2Vzc2VkIGZyYWdtZW50cyBhcmUgYWNjZXNzZWQgYnkgY2FsbGluZyBgc2hpZnROZXh0TGluZWAuXG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzID0gYUdlbmVyYXRlZENvZGUuc3BsaXQoUkVHRVhfTkVXTElORSk7XG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzSW5kZXggPSAwO1xuICAgIHZhciBzaGlmdE5leHRMaW5lID0gZnVuY3Rpb24oKSB7XG4gICAgICB2YXIgbGluZUNvbnRlbnRzID0gZ2V0TmV4dExpbmUoKTtcbiAgICAgIC8vIFRoZSBsYXN0IGxpbmUgb2YgYSBmaWxlIG1pZ2h0IG5vdCBoYXZlIGEgbmV3bGluZS5cbiAgICAgIHZhciBuZXdMaW5lID0gZ2V0TmV4dExpbmUoKSB8fCBcIlwiO1xuICAgICAgcmV0dXJuIGxpbmVDb250ZW50cyArIG5ld0xpbmU7XG5cbiAgICAgIGZ1bmN0aW9uIGdldE5leHRMaW5lKCkge1xuICAgICAgICByZXR1cm4gcmVtYWluaW5nTGluZXNJbmRleCA8IHJlbWFpbmluZ0xpbmVzLmxlbmd0aCA/XG4gICAgICAgICAgICByZW1haW5pbmdMaW5lc1tyZW1haW5pbmdMaW5lc0luZGV4KytdIDogdW5kZWZpbmVkO1xuICAgICAgfVxuICAgIH07XG5cbiAgICAvLyBXZSBuZWVkIHRvIHJlbWVtYmVyIHRoZSBwb3NpdGlvbiBvZiBcInJlbWFpbmluZ0xpbmVzXCJcbiAgICB2YXIgbGFzdEdlbmVyYXRlZExpbmUgPSAxLCBsYXN0R2VuZXJhdGVkQ29sdW1uID0gMDtcblxuICAgIC8vIFRoZSBnZW5lcmF0ZSBTb3VyY2VOb2RlcyB3ZSBuZWVkIGEgY29kZSByYW5nZS5cbiAgICAvLyBUbyBleHRyYWN0IGl0IGN1cnJlbnQgYW5kIGxhc3QgbWFwcGluZyBpcyB1c2VkLlxuICAgIC8vIEhlcmUgd2Ugc3RvcmUgdGhlIGxhc3QgbWFwcGluZy5cbiAgICB2YXIgbGFzdE1hcHBpbmcgPSBudWxsO1xuXG4gICAgYVNvdXJjZU1hcENvbnN1bWVyLmVhY2hNYXBwaW5nKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcgIT09IG51bGwpIHtcbiAgICAgICAgLy8gV2UgYWRkIHRoZSBjb2RlIGZyb20gXCJsYXN0TWFwcGluZ1wiIHRvIFwibWFwcGluZ1wiOlxuICAgICAgICAvLyBGaXJzdCBjaGVjayBpZiB0aGVyZSBpcyBhIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgIGlmIChsYXN0R2VuZXJhdGVkTGluZSA8IG1hcHBpbmcuZ2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIC8vIEFzc29jaWF0ZSBmaXJzdCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBzaGlmdE5leHRMaW5lKCkpO1xuICAgICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICAgICAgbGFzdEdlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgICAgLy8gVGhlIHJlbWFpbmluZyBjb2RlIGlzIGFkZGVkIHdpdGhvdXQgbWFwcGluZ1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIC8vIFRoZXJlIGlzIG5vIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSBjb2RlIGJldHdlZW4gXCJsYXN0R2VuZXJhdGVkQ29sdW1uXCIgYW5kXG4gICAgICAgICAgLy8gXCJtYXBwaW5nLmdlbmVyYXRlZENvbHVtblwiIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgdmFyIG5leHRMaW5lID0gcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF07XG4gICAgICAgICAgdmFyIGNvZGUgPSBuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxhc3RHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICAgIHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdID0gbmV4dExpbmUuc3Vic3RyKG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBjb2RlKTtcbiAgICAgICAgICAvLyBObyBtb3JlIHJlbWFpbmluZyBjb2RlLCBjb250aW51ZVxuICAgICAgICAgIGxhc3RNYXBwaW5nID0gbWFwcGluZztcbiAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC8vIFdlIGFkZCB0aGUgZ2VuZXJhdGVkIGNvZGUgdW50aWwgdGhlIGZpcnN0IG1hcHBpbmdcbiAgICAgIC8vIHRvIHRoZSBTb3VyY2VOb2RlIHdpdGhvdXQgYW55IG1hcHBpbmcuXG4gICAgICAvLyBFYWNoIGxpbmUgaXMgYWRkZWQgYXMgc2VwYXJhdGUgc3RyaW5nLlxuICAgICAgd2hpbGUgKGxhc3RHZW5lcmF0ZWRMaW5lIDwgbWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIG5vZGUuYWRkKHNoaWZ0TmV4dExpbmUoKSk7XG4gICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICB9XG4gICAgICBpZiAobGFzdEdlbmVyYXRlZENvbHVtbiA8IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uKSB7XG4gICAgICAgIHZhciBuZXh0TGluZSA9IHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdO1xuICAgICAgICBub2RlLmFkZChuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pKTtcbiAgICAgICAgcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gPSBuZXh0TGluZS5zdWJzdHIobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICB9XG4gICAgICBsYXN0TWFwcGluZyA9IG1hcHBpbmc7XG4gICAgfSwgdGhpcyk7XG4gICAgLy8gV2UgaGF2ZSBwcm9jZXNzZWQgYWxsIG1hcHBpbmdzLlxuICAgIGlmIChyZW1haW5pbmdMaW5lc0luZGV4IDwgcmVtYWluaW5nTGluZXMubGVuZ3RoKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcpIHtcbiAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSByZW1haW5pbmcgY29kZSBpbiB0aGUgY3VycmVudCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgIGFkZE1hcHBpbmdXaXRoQ29kZShsYXN0TWFwcGluZywgc2hpZnROZXh0TGluZSgpKTtcbiAgICAgIH1cbiAgICAgIC8vIGFuZCBhZGQgdGhlIHJlbWFpbmluZyBsaW5lcyB3aXRob3V0IGFueSBtYXBwaW5nXG4gICAgICBub2RlLmFkZChyZW1haW5pbmdMaW5lcy5zcGxpY2UocmVtYWluaW5nTGluZXNJbmRleCkuam9pbihcIlwiKSk7XG4gICAgfVxuXG4gICAgLy8gQ29weSBzb3VyY2VzQ29udGVudCBpbnRvIFNvdXJjZU5vZGVcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVJlbGF0aXZlUGF0aCAhPSBudWxsKSB7XG4gICAgICAgICAgc291cmNlRmlsZSA9IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICBub2RlLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSk7XG5cbiAgICByZXR1cm4gbm9kZTtcblxuICAgIGZ1bmN0aW9uIGFkZE1hcHBpbmdXaXRoQ29kZShtYXBwaW5nLCBjb2RlKSB7XG4gICAgICBpZiAobWFwcGluZyA9PT0gbnVsbCB8fCBtYXBwaW5nLnNvdXJjZSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIG5vZGUuYWRkKGNvZGUpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IGFSZWxhdGl2ZVBhdGhcbiAgICAgICAgICA/IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICA6IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBub2RlLmFkZChuZXcgU291cmNlTm9kZShtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb2RlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXBwaW5nLm5hbWUpKTtcbiAgICAgIH1cbiAgICB9XG4gIH07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoaXMgc291cmNlIG5vZGUuXG4gKlxuICogQHBhcmFtIGFDaHVuayBBIHN0cmluZyBzbmlwcGV0IG9mIGdlbmVyYXRlZCBKUyBjb2RlLCBhbm90aGVyIGluc3RhbmNlIG9mXG4gKiAgICAgICAgU291cmNlTm9kZSwgb3IgYW4gYXJyYXkgd2hlcmUgZWFjaCBtZW1iZXIgaXMgb25lIG9mIHRob3NlIHRoaW5ncy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUuYWRkID0gZnVuY3Rpb24gU291cmNlTm9kZV9hZGQoYUNodW5rKSB7XG4gIGlmIChBcnJheS5pc0FycmF5KGFDaHVuaykpIHtcbiAgICBhQ2h1bmsuZm9yRWFjaChmdW5jdGlvbiAoY2h1bmspIHtcbiAgICAgIHRoaXMuYWRkKGNodW5rKTtcbiAgICB9LCB0aGlzKTtcbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgaWYgKGFDaHVuaykge1xuICAgICAgdGhpcy5jaGlsZHJlbi5wdXNoKGFDaHVuayk7XG4gICAgfVxuICB9XG4gIGVsc2Uge1xuICAgIHRocm93IG5ldyBUeXBlRXJyb3IoXG4gICAgICBcIkV4cGVjdGVkIGEgU291cmNlTm9kZSwgc3RyaW5nLCBvciBhbiBhcnJheSBvZiBTb3VyY2VOb2RlcyBhbmQgc3RyaW5ncy4gR290IFwiICsgYUNodW5rXG4gICAgKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoZSBiZWdpbm5pbmcgb2YgdGhpcyBzb3VyY2Ugbm9kZS5cbiAqXG4gKiBAcGFyYW0gYUNodW5rIEEgc3RyaW5nIHNuaXBwZXQgb2YgZ2VuZXJhdGVkIEpTIGNvZGUsIGFub3RoZXIgaW5zdGFuY2Ugb2ZcbiAqICAgICAgICBTb3VyY2VOb2RlLCBvciBhbiBhcnJheSB3aGVyZSBlYWNoIG1lbWJlciBpcyBvbmUgb2YgdGhvc2UgdGhpbmdzLlxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5wcmVwZW5kID0gZnVuY3Rpb24gU291cmNlTm9kZV9wcmVwZW5kKGFDaHVuaykge1xuICBpZiAoQXJyYXkuaXNBcnJheShhQ2h1bmspKSB7XG4gICAgZm9yICh2YXIgaSA9IGFDaHVuay5sZW5ndGgtMTsgaSA+PSAwOyBpLS0pIHtcbiAgICAgIHRoaXMucHJlcGVuZChhQ2h1bmtbaV0pO1xuICAgIH1cbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgdGhpcy5jaGlsZHJlbi51bnNoaWZ0KGFDaHVuayk7XG4gIH1cbiAgZWxzZSB7XG4gICAgdGhyb3cgbmV3IFR5cGVFcnJvcihcbiAgICAgIFwiRXhwZWN0ZWQgYSBTb3VyY2VOb2RlLCBzdHJpbmcsIG9yIGFuIGFycmF5IG9mIFNvdXJjZU5vZGVzIGFuZCBzdHJpbmdzLiBHb3QgXCIgKyBhQ2h1bmtcbiAgICApO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBXYWxrIG92ZXIgdGhlIHRyZWUgb2YgSlMgc25pcHBldHMgaW4gdGhpcyBub2RlIGFuZCBpdHMgY2hpbGRyZW4uIFRoZVxuICogd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgb25jZSBmb3IgZWFjaCBzbmlwcGV0IG9mIEpTIGFuZCBpcyBwYXNzZWQgdGhhdFxuICogc25pcHBldCBhbmQgdGhlIGl0cyBvcmlnaW5hbCBhc3NvY2lhdGVkIHNvdXJjZSdzIGxpbmUvY29sdW1uIGxvY2F0aW9uLlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2FsayA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfd2FsayhhRm4pIHtcbiAgdmFyIGNodW5rO1xuICBmb3IgKHZhciBpID0gMCwgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgIGNodW5rID0gdGhpcy5jaGlsZHJlbltpXTtcbiAgICBpZiAoY2h1bmtbaXNTb3VyY2VOb2RlXSkge1xuICAgICAgY2h1bmsud2FsayhhRm4pO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIGlmIChjaHVuayAhPT0gJycpIHtcbiAgICAgICAgYUZuKGNodW5rLCB7IHNvdXJjZTogdGhpcy5zb3VyY2UsXG4gICAgICAgICAgICAgICAgICAgICBsaW5lOiB0aGlzLmxpbmUsXG4gICAgICAgICAgICAgICAgICAgICBjb2x1bW46IHRoaXMuY29sdW1uLFxuICAgICAgICAgICAgICAgICAgICAgbmFtZTogdGhpcy5uYW1lIH0pO1xuICAgICAgfVxuICAgIH1cbiAgfVxufTtcblxuLyoqXG4gKiBMaWtlIGBTdHJpbmcucHJvdG90eXBlLmpvaW5gIGV4Y2VwdCBmb3IgU291cmNlTm9kZXMuIEluc2VydHMgYGFTdHJgIGJldHdlZW5cbiAqIGVhY2ggb2YgYHRoaXMuY2hpbGRyZW5gLlxuICpcbiAqIEBwYXJhbSBhU2VwIFRoZSBzZXBhcmF0b3IuXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLmpvaW4gPSBmdW5jdGlvbiBTb3VyY2VOb2RlX2pvaW4oYVNlcCkge1xuICB2YXIgbmV3Q2hpbGRyZW47XG4gIHZhciBpO1xuICB2YXIgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7XG4gIGlmIChsZW4gPiAwKSB7XG4gICAgbmV3Q2hpbGRyZW4gPSBbXTtcbiAgICBmb3IgKGkgPSAwOyBpIDwgbGVuLTE7IGkrKykge1xuICAgICAgbmV3Q2hpbGRyZW4ucHVzaCh0aGlzLmNoaWxkcmVuW2ldKTtcbiAgICAgIG5ld0NoaWxkcmVuLnB1c2goYVNlcCk7XG4gICAgfVxuICAgIG5ld0NoaWxkcmVuLnB1c2godGhpcy5jaGlsZHJlbltpXSk7XG4gICAgdGhpcy5jaGlsZHJlbiA9IG5ld0NoaWxkcmVuO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBDYWxsIFN0cmluZy5wcm90b3R5cGUucmVwbGFjZSBvbiB0aGUgdmVyeSByaWdodC1tb3N0IHNvdXJjZSBzbmlwcGV0LiBVc2VmdWxcbiAqIGZvciB0cmltbWluZyB3aGl0ZXNwYWNlIGZyb20gdGhlIGVuZCBvZiBhIHNvdXJjZSBub2RlLCBldGMuXG4gKlxuICogQHBhcmFtIGFQYXR0ZXJuIFRoZSBwYXR0ZXJuIHRvIHJlcGxhY2UuXG4gKiBAcGFyYW0gYVJlcGxhY2VtZW50IFRoZSB0aGluZyB0byByZXBsYWNlIHRoZSBwYXR0ZXJuIHdpdGguXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLnJlcGxhY2VSaWdodCA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfcmVwbGFjZVJpZ2h0KGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpIHtcbiAgdmFyIGxhc3RDaGlsZCA9IHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXTtcbiAgaWYgKGxhc3RDaGlsZFtpc1NvdXJjZU5vZGVdKSB7XG4gICAgbGFzdENoaWxkLnJlcGxhY2VSaWdodChhUGF0dGVybiwgYVJlcGxhY2VtZW50KTtcbiAgfVxuICBlbHNlIGlmICh0eXBlb2YgbGFzdENoaWxkID09PSAnc3RyaW5nJykge1xuICAgIHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXSA9IGxhc3RDaGlsZC5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpO1xuICB9XG4gIGVsc2Uge1xuICAgIHRoaXMuY2hpbGRyZW4ucHVzaCgnJy5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogU2V0IHRoZSBzb3VyY2UgY29udGVudCBmb3IgYSBzb3VyY2UgZmlsZS4gVGhpcyB3aWxsIGJlIGFkZGVkIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3JcbiAqIGluIHRoZSBzb3VyY2VzQ29udGVudCBmaWVsZC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgVGhlIGZpbGVuYW1lIG9mIHRoZSBzb3VyY2UgZmlsZVxuICogQHBhcmFtIGFTb3VyY2VDb250ZW50IFRoZSBjb250ZW50IG9mIHRoZSBzb3VyY2UgZmlsZVxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5zZXRTb3VyY2VDb250ZW50ID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHRoaXMuc291cmNlQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhhU291cmNlRmlsZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gIH07XG5cbi8qKlxuICogV2FsayBvdmVyIHRoZSB0cmVlIG9mIFNvdXJjZU5vZGVzLiBUaGUgd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgZm9yIGVhY2hcbiAqIHNvdXJjZSBmaWxlIGNvbnRlbnQgYW5kIGlzIHBhc3NlZCB0aGUgZmlsZW5hbWUgYW5kIHNvdXJjZSBjb250ZW50LlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2Fsa1NvdXJjZUNvbnRlbnRzID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV93YWxrU291cmNlQ29udGVudHMoYUZuKSB7XG4gICAgZm9yICh2YXIgaSA9IDAsIGxlbiA9IHRoaXMuY2hpbGRyZW4ubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgIGlmICh0aGlzLmNoaWxkcmVuW2ldW2lzU291cmNlTm9kZV0pIHtcbiAgICAgICAgdGhpcy5jaGlsZHJlbltpXS53YWxrU291cmNlQ29udGVudHMoYUZuKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgc291cmNlcyA9IE9iamVjdC5rZXlzKHRoaXMuc291cmNlQ29udGVudHMpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBzb3VyY2VzLmxlbmd0aDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICBhRm4odXRpbC5mcm9tU2V0U3RyaW5nKHNvdXJjZXNbaV0pLCB0aGlzLnNvdXJjZUNvbnRlbnRzW3NvdXJjZXNbaV1dKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRoZSBzdHJpbmcgcmVwcmVzZW50YXRpb24gb2YgdGhpcyBzb3VyY2Ugbm9kZS4gV2Fsa3Mgb3ZlciB0aGUgdHJlZVxuICogYW5kIGNvbmNhdGVuYXRlcyBhbGwgdGhlIHZhcmlvdXMgc25pcHBldHMgdG9nZXRoZXIgdG8gb25lIHN0cmluZy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmcgPSBmdW5jdGlvbiBTb3VyY2VOb2RlX3RvU3RyaW5nKCkge1xuICB2YXIgc3RyID0gXCJcIjtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaykge1xuICAgIHN0ciArPSBjaHVuaztcbiAgfSk7XG4gIHJldHVybiBzdHI7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIHN0cmluZyByZXByZXNlbnRhdGlvbiBvZiB0aGlzIHNvdXJjZSBub2RlIGFsb25nIHdpdGggYSBzb3VyY2VcbiAqIG1hcC5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmdXaXRoU291cmNlTWFwID0gZnVuY3Rpb24gU291cmNlTm9kZV90b1N0cmluZ1dpdGhTb3VyY2VNYXAoYUFyZ3MpIHtcbiAgdmFyIGdlbmVyYXRlZCA9IHtcbiAgICBjb2RlOiBcIlwiLFxuICAgIGxpbmU6IDEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHZhciBtYXAgPSBuZXcgU291cmNlTWFwR2VuZXJhdG9yKGFBcmdzKTtcbiAgdmFyIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgdmFyIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxMaW5lID0gbnVsbDtcbiAgdmFyIGxhc3RPcmlnaW5hbENvbHVtbiA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxOYW1lID0gbnVsbDtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaywgb3JpZ2luYWwpIHtcbiAgICBnZW5lcmF0ZWQuY29kZSArPSBjaHVuaztcbiAgICBpZiAob3JpZ2luYWwuc291cmNlICE9PSBudWxsXG4gICAgICAgICYmIG9yaWdpbmFsLmxpbmUgIT09IG51bGxcbiAgICAgICAgJiYgb3JpZ2luYWwuY29sdW1uICE9PSBudWxsKSB7XG4gICAgICBpZihsYXN0T3JpZ2luYWxTb3VyY2UgIT09IG9yaWdpbmFsLnNvdXJjZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsTGluZSAhPT0gb3JpZ2luYWwubGluZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsQ29sdW1uICE9PSBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgIHx8IGxhc3RPcmlnaW5hbE5hbWUgIT09IG9yaWdpbmFsLm5hbWUpIHtcbiAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgIHNvdXJjZTogb3JpZ2luYWwuc291cmNlLFxuICAgICAgICAgIG9yaWdpbmFsOiB7XG4gICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgY29sdW1uOiBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgbGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICAgICAgICBjb2x1bW46IGdlbmVyYXRlZC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIG5hbWU6IG9yaWdpbmFsLm5hbWVcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICBsYXN0T3JpZ2luYWxMaW5lID0gb3JpZ2luYWwubGluZTtcbiAgICAgIGxhc3RPcmlnaW5hbENvbHVtbiA9IG9yaWdpbmFsLmNvbHVtbjtcbiAgICAgIGxhc3RPcmlnaW5hbE5hbWUgPSBvcmlnaW5hbC5uYW1lO1xuICAgICAgc291cmNlTWFwcGluZ0FjdGl2ZSA9IHRydWU7XG4gICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICBtYXAuYWRkTWFwcGluZyh7XG4gICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgIGxpbmU6IGdlbmVyYXRlZC5saW5lLFxuICAgICAgICAgIGNvbHVtbjogZ2VuZXJhdGVkLmNvbHVtblxuICAgICAgICB9XG4gICAgICB9KTtcbiAgICAgIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gICAgICBzb3VyY2VNYXBwaW5nQWN0aXZlID0gZmFsc2U7XG4gICAgfVxuICAgIGZvciAodmFyIGlkeCA9IDAsIGxlbmd0aCA9IGNodW5rLmxlbmd0aDsgaWR4IDwgbGVuZ3RoOyBpZHgrKykge1xuICAgICAgaWYgKGNodW5rLmNoYXJDb2RlQXQoaWR4KSA9PT0gTkVXTElORV9DT0RFKSB7XG4gICAgICAgIGdlbmVyYXRlZC5saW5lKys7XG4gICAgICAgIGdlbmVyYXRlZC5jb2x1bW4gPSAwO1xuICAgICAgICAvLyBNYXBwaW5ncyBlbmQgYXQgZW9sXG4gICAgICAgIGlmIChpZHggKyAxID09PSBsZW5ndGgpIHtcbiAgICAgICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBudWxsO1xuICAgICAgICAgIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgICAgICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgICAgc291cmNlOiBvcmlnaW5hbC5zb3VyY2UsXG4gICAgICAgICAgICBvcmlnaW5hbDoge1xuICAgICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgICBjb2x1bW46IG9yaWdpbmFsLmNvbHVtblxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWQubGluZSxcbiAgICAgICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWQuY29sdW1uXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbmFtZTogb3JpZ2luYWwubmFtZVxuICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBnZW5lcmF0ZWQuY29sdW1uKys7XG4gICAgICB9XG4gICAgfVxuICB9KTtcbiAgdGhpcy53YWxrU291cmNlQ29udGVudHMoZnVuY3Rpb24gKHNvdXJjZUZpbGUsIHNvdXJjZUNvbnRlbnQpIHtcbiAgICBtYXAuc2V0U291cmNlQ29udGVudChzb3VyY2VGaWxlLCBzb3VyY2VDb250ZW50KTtcbiAgfSk7XG5cbiAgcmV0dXJuIHsgY29kZTogZ2VuZXJhdGVkLmNvZGUsIG1hcDogbWFwIH07XG59O1xuXG5leHBvcnRzLlNvdXJjZU5vZGUgPSBTb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW5vZGUuanNcbi8vIG1vZHVsZSBpZCA9IDEwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCJdLCJzb3VyY2VSb290IjoiIn0= \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.js deleted file mode 100644 index 4e630e2..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.js +++ /dev/null @@ -1,3090 +0,0 @@ -(function webpackUniversalModuleDefinition(root, factory) { - if(typeof exports === 'object' && typeof module === 'object') - module.exports = factory(); - else if(typeof define === 'function' && define.amd) - define([], factory); - else if(typeof exports === 'object') - exports["sourceMap"] = factory(); - else - root["sourceMap"] = factory(); -})(this, function() { -return /******/ (function(modules) { // webpackBootstrap -/******/ // The module cache -/******/ var installedModules = {}; - -/******/ // The require function -/******/ function __webpack_require__(moduleId) { - -/******/ // Check if module is in cache -/******/ if(installedModules[moduleId]) -/******/ return installedModules[moduleId].exports; - -/******/ // Create a new module (and put it into the cache) -/******/ var module = installedModules[moduleId] = { -/******/ exports: {}, -/******/ id: moduleId, -/******/ loaded: false -/******/ }; - -/******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); - -/******/ // Flag the module as loaded -/******/ module.loaded = true; - -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } - - -/******/ // expose the modules object (__webpack_modules__) -/******/ __webpack_require__.m = modules; - -/******/ // expose the module cache -/******/ __webpack_require__.c = installedModules; - -/******/ // __webpack_public_path__ -/******/ __webpack_require__.p = ""; - -/******/ // Load entry module and return exports -/******/ return __webpack_require__(0); -/******/ }) -/************************************************************************/ -/******/ ([ -/* 0 */ -/***/ (function(module, exports, __webpack_require__) { - - /* - * Copyright 2009-2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE.txt or: - * http://opensource.org/licenses/BSD-3-Clause - */ - exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; - exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; - exports.SourceNode = __webpack_require__(10).SourceNode; - - -/***/ }), -/* 1 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var base64VLQ = __webpack_require__(2); - var util = __webpack_require__(4); - var ArraySet = __webpack_require__(5).ArraySet; - var MappingList = __webpack_require__(6).MappingList; - - /** - * An instance of the SourceMapGenerator represents a source map which is - * being built incrementally. You may pass an object with the following - * properties: - * - * - file: The filename of the generated source. - * - sourceRoot: A root for all relative URLs in this source map. - */ - function SourceMapGenerator(aArgs) { - if (!aArgs) { - aArgs = {}; - } - this._file = util.getArg(aArgs, 'file', null); - this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); - this._skipValidation = util.getArg(aArgs, 'skipValidation', false); - this._sources = new ArraySet(); - this._names = new ArraySet(); - this._mappings = new MappingList(); - this._sourcesContents = null; - } - - SourceMapGenerator.prototype._version = 3; - - /** - * Creates a new SourceMapGenerator based on a SourceMapConsumer - * - * @param aSourceMapConsumer The SourceMap. - */ - SourceMapGenerator.fromSourceMap = - function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { - var sourceRoot = aSourceMapConsumer.sourceRoot; - var generator = new SourceMapGenerator({ - file: aSourceMapConsumer.file, - sourceRoot: sourceRoot - }); - aSourceMapConsumer.eachMapping(function (mapping) { - var newMapping = { - generated: { - line: mapping.generatedLine, - column: mapping.generatedColumn - } - }; - - if (mapping.source != null) { - newMapping.source = mapping.source; - if (sourceRoot != null) { - newMapping.source = util.relative(sourceRoot, newMapping.source); - } - - newMapping.original = { - line: mapping.originalLine, - column: mapping.originalColumn - }; - - if (mapping.name != null) { - newMapping.name = mapping.name; - } - } - - generator.addMapping(newMapping); - }); - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - generator.setSourceContent(sourceFile, content); - } - }); - return generator; - }; - - /** - * Add a single mapping from original source line and column to the generated - * source's line and column for this source map being created. The mapping - * object should have the following properties: - * - * - generated: An object with the generated line and column positions. - * - original: An object with the original line and column positions. - * - source: The original source file (relative to the sourceRoot). - * - name: An optional original token name for this mapping. - */ - SourceMapGenerator.prototype.addMapping = - function SourceMapGenerator_addMapping(aArgs) { - var generated = util.getArg(aArgs, 'generated'); - var original = util.getArg(aArgs, 'original', null); - var source = util.getArg(aArgs, 'source', null); - var name = util.getArg(aArgs, 'name', null); - - if (!this._skipValidation) { - this._validateMapping(generated, original, source, name); - } - - if (source != null) { - source = String(source); - if (!this._sources.has(source)) { - this._sources.add(source); - } - } - - if (name != null) { - name = String(name); - if (!this._names.has(name)) { - this._names.add(name); - } - } - - this._mappings.add({ - generatedLine: generated.line, - generatedColumn: generated.column, - originalLine: original != null && original.line, - originalColumn: original != null && original.column, - source: source, - name: name - }); - }; - - /** - * Set the source content for a source file. - */ - SourceMapGenerator.prototype.setSourceContent = - function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { - var source = aSourceFile; - if (this._sourceRoot != null) { - source = util.relative(this._sourceRoot, source); - } - - if (aSourceContent != null) { - // Add the source content to the _sourcesContents map. - // Create a new _sourcesContents map if the property is null. - if (!this._sourcesContents) { - this._sourcesContents = Object.create(null); - } - this._sourcesContents[util.toSetString(source)] = aSourceContent; - } else if (this._sourcesContents) { - // Remove the source file from the _sourcesContents map. - // If the _sourcesContents map is empty, set the property to null. - delete this._sourcesContents[util.toSetString(source)]; - if (Object.keys(this._sourcesContents).length === 0) { - this._sourcesContents = null; - } - } - }; - - /** - * Applies the mappings of a sub-source-map for a specific source file to the - * source map being generated. Each mapping to the supplied source file is - * rewritten using the supplied source map. Note: The resolution for the - * resulting mappings is the minimium of this map and the supplied map. - * - * @param aSourceMapConsumer The source map to be applied. - * @param aSourceFile Optional. The filename of the source file. - * If omitted, SourceMapConsumer's file property will be used. - * @param aSourceMapPath Optional. The dirname of the path to the source map - * to be applied. If relative, it is relative to the SourceMapConsumer. - * This parameter is needed when the two source maps aren't in the same - * directory, and the source map to be applied contains relative source - * paths. If so, those relative source paths need to be rewritten - * relative to the SourceMapGenerator. - */ - SourceMapGenerator.prototype.applySourceMap = - function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { - var sourceFile = aSourceFile; - // If aSourceFile is omitted, we will use the file property of the SourceMap - if (aSourceFile == null) { - if (aSourceMapConsumer.file == null) { - throw new Error( - 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + - 'or the source map\'s "file" property. Both were omitted.' - ); - } - sourceFile = aSourceMapConsumer.file; - } - var sourceRoot = this._sourceRoot; - // Make "sourceFile" relative if an absolute Url is passed. - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - // Applying the SourceMap can add and remove items from the sources and - // the names array. - var newSources = new ArraySet(); - var newNames = new ArraySet(); - - // Find mappings for the "sourceFile" - this._mappings.unsortedForEach(function (mapping) { - if (mapping.source === sourceFile && mapping.originalLine != null) { - // Check if it can be mapped by the source map, then update the mapping. - var original = aSourceMapConsumer.originalPositionFor({ - line: mapping.originalLine, - column: mapping.originalColumn - }); - if (original.source != null) { - // Copy mapping - mapping.source = original.source; - if (aSourceMapPath != null) { - mapping.source = util.join(aSourceMapPath, mapping.source) - } - if (sourceRoot != null) { - mapping.source = util.relative(sourceRoot, mapping.source); - } - mapping.originalLine = original.line; - mapping.originalColumn = original.column; - if (original.name != null) { - mapping.name = original.name; - } - } - } - - var source = mapping.source; - if (source != null && !newSources.has(source)) { - newSources.add(source); - } - - var name = mapping.name; - if (name != null && !newNames.has(name)) { - newNames.add(name); - } - - }, this); - this._sources = newSources; - this._names = newNames; - - // Copy sourcesContents of applied map. - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aSourceMapPath != null) { - sourceFile = util.join(aSourceMapPath, sourceFile); - } - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - this.setSourceContent(sourceFile, content); - } - }, this); - }; - - /** - * A mapping can have one of the three levels of data: - * - * 1. Just the generated position. - * 2. The Generated position, original position, and original source. - * 3. Generated and original position, original source, as well as a name - * token. - * - * To maintain consistency, we validate that any new mapping being added falls - * in to one of these categories. - */ - SourceMapGenerator.prototype._validateMapping = - function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, - aName) { - // When aOriginal is truthy but has empty values for .line and .column, - // it is most likely a programmer error. In this case we throw a very - // specific error message to try to guide them the right way. - // For example: https://github.com/Polymer/polymer-bundler/pull/519 - if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { - throw new Error( - 'original.line and original.column are not numbers -- you probably meant to omit ' + - 'the original mapping entirely and only map the generated position. If so, pass ' + - 'null for the original mapping instead of an object with empty or null values.' - ); - } - - if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aGenerated.line > 0 && aGenerated.column >= 0 - && !aOriginal && !aSource && !aName) { - // Case 1. - return; - } - else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aOriginal && 'line' in aOriginal && 'column' in aOriginal - && aGenerated.line > 0 && aGenerated.column >= 0 - && aOriginal.line > 0 && aOriginal.column >= 0 - && aSource) { - // Cases 2 and 3. - return; - } - else { - throw new Error('Invalid mapping: ' + JSON.stringify({ - generated: aGenerated, - source: aSource, - original: aOriginal, - name: aName - })); - } - }; - - /** - * Serialize the accumulated mappings in to the stream of base 64 VLQs - * specified by the source map format. - */ - SourceMapGenerator.prototype._serializeMappings = - function SourceMapGenerator_serializeMappings() { - var previousGeneratedColumn = 0; - var previousGeneratedLine = 1; - var previousOriginalColumn = 0; - var previousOriginalLine = 0; - var previousName = 0; - var previousSource = 0; - var result = ''; - var next; - var mapping; - var nameIdx; - var sourceIdx; - - var mappings = this._mappings.toArray(); - for (var i = 0, len = mappings.length; i < len; i++) { - mapping = mappings[i]; - next = '' - - if (mapping.generatedLine !== previousGeneratedLine) { - previousGeneratedColumn = 0; - while (mapping.generatedLine !== previousGeneratedLine) { - next += ';'; - previousGeneratedLine++; - } - } - else { - if (i > 0) { - if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { - continue; - } - next += ','; - } - } - - next += base64VLQ.encode(mapping.generatedColumn - - previousGeneratedColumn); - previousGeneratedColumn = mapping.generatedColumn; - - if (mapping.source != null) { - sourceIdx = this._sources.indexOf(mapping.source); - next += base64VLQ.encode(sourceIdx - previousSource); - previousSource = sourceIdx; - - // lines are stored 0-based in SourceMap spec version 3 - next += base64VLQ.encode(mapping.originalLine - 1 - - previousOriginalLine); - previousOriginalLine = mapping.originalLine - 1; - - next += base64VLQ.encode(mapping.originalColumn - - previousOriginalColumn); - previousOriginalColumn = mapping.originalColumn; - - if (mapping.name != null) { - nameIdx = this._names.indexOf(mapping.name); - next += base64VLQ.encode(nameIdx - previousName); - previousName = nameIdx; - } - } - - result += next; - } - - return result; - }; - - SourceMapGenerator.prototype._generateSourcesContent = - function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { - return aSources.map(function (source) { - if (!this._sourcesContents) { - return null; - } - if (aSourceRoot != null) { - source = util.relative(aSourceRoot, source); - } - var key = util.toSetString(source); - return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) - ? this._sourcesContents[key] - : null; - }, this); - }; - - /** - * Externalize the source map. - */ - SourceMapGenerator.prototype.toJSON = - function SourceMapGenerator_toJSON() { - var map = { - version: this._version, - sources: this._sources.toArray(), - names: this._names.toArray(), - mappings: this._serializeMappings() - }; - if (this._file != null) { - map.file = this._file; - } - if (this._sourceRoot != null) { - map.sourceRoot = this._sourceRoot; - } - if (this._sourcesContents) { - map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); - } - - return map; - }; - - /** - * Render the source map being generated to a string. - */ - SourceMapGenerator.prototype.toString = - function SourceMapGenerator_toString() { - return JSON.stringify(this.toJSON()); - }; - - exports.SourceMapGenerator = SourceMapGenerator; - - -/***/ }), -/* 2 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - * - * Based on the Base 64 VLQ implementation in Closure Compiler: - * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java - * - * Copyright 2011 The Closure Compiler Authors. All rights reserved. - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials provided - * with the distribution. - * * Neither the name of Google Inc. nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - var base64 = __webpack_require__(3); - - // A single base 64 digit can contain 6 bits of data. For the base 64 variable - // length quantities we use in the source map spec, the first bit is the sign, - // the next four bits are the actual value, and the 6th bit is the - // continuation bit. The continuation bit tells us whether there are more - // digits in this value following this digit. - // - // Continuation - // | Sign - // | | - // V V - // 101011 - - var VLQ_BASE_SHIFT = 5; - - // binary: 100000 - var VLQ_BASE = 1 << VLQ_BASE_SHIFT; - - // binary: 011111 - var VLQ_BASE_MASK = VLQ_BASE - 1; - - // binary: 100000 - var VLQ_CONTINUATION_BIT = VLQ_BASE; - - /** - * Converts from a two-complement value to a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) - * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) - */ - function toVLQSigned(aValue) { - return aValue < 0 - ? ((-aValue) << 1) + 1 - : (aValue << 1) + 0; - } - - /** - * Converts to a two-complement value from a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 - * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 - */ - function fromVLQSigned(aValue) { - var isNegative = (aValue & 1) === 1; - var shifted = aValue >> 1; - return isNegative - ? -shifted - : shifted; - } - - /** - * Returns the base 64 VLQ encoded value. - */ - exports.encode = function base64VLQ_encode(aValue) { - var encoded = ""; - var digit; - - var vlq = toVLQSigned(aValue); - - do { - digit = vlq & VLQ_BASE_MASK; - vlq >>>= VLQ_BASE_SHIFT; - if (vlq > 0) { - // There are still more digits in this value, so we must make sure the - // continuation bit is marked. - digit |= VLQ_CONTINUATION_BIT; - } - encoded += base64.encode(digit); - } while (vlq > 0); - - return encoded; - }; - - /** - * Decodes the next base 64 VLQ value from the given string and returns the - * value and the rest of the string via the out parameter. - */ - exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { - var strLen = aStr.length; - var result = 0; - var shift = 0; - var continuation, digit; - - do { - if (aIndex >= strLen) { - throw new Error("Expected more digits in base 64 VLQ value."); - } - - digit = base64.decode(aStr.charCodeAt(aIndex++)); - if (digit === -1) { - throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); - } - - continuation = !!(digit & VLQ_CONTINUATION_BIT); - digit &= VLQ_BASE_MASK; - result = result + (digit << shift); - shift += VLQ_BASE_SHIFT; - } while (continuation); - - aOutParam.value = fromVLQSigned(result); - aOutParam.rest = aIndex; - }; - - -/***/ }), -/* 3 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); - - /** - * Encode an integer in the range of 0 to 63 to a single base 64 digit. - */ - exports.encode = function (number) { - if (0 <= number && number < intToCharMap.length) { - return intToCharMap[number]; - } - throw new TypeError("Must be between 0 and 63: " + number); - }; - - /** - * Decode a single base 64 character code digit to an integer. Returns -1 on - * failure. - */ - exports.decode = function (charCode) { - var bigA = 65; // 'A' - var bigZ = 90; // 'Z' - - var littleA = 97; // 'a' - var littleZ = 122; // 'z' - - var zero = 48; // '0' - var nine = 57; // '9' - - var plus = 43; // '+' - var slash = 47; // '/' - - var littleOffset = 26; - var numberOffset = 52; - - // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ - if (bigA <= charCode && charCode <= bigZ) { - return (charCode - bigA); - } - - // 26 - 51: abcdefghijklmnopqrstuvwxyz - if (littleA <= charCode && charCode <= littleZ) { - return (charCode - littleA + littleOffset); - } - - // 52 - 61: 0123456789 - if (zero <= charCode && charCode <= nine) { - return (charCode - zero + numberOffset); - } - - // 62: + - if (charCode == plus) { - return 62; - } - - // 63: / - if (charCode == slash) { - return 63; - } - - // Invalid base64 digit. - return -1; - }; - - -/***/ }), -/* 4 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - /** - * This is a helper function for getting values from parameter/options - * objects. - * - * @param args The object we are extracting values from - * @param name The name of the property we are getting. - * @param defaultValue An optional value to return if the property is missing - * from the object. If this is not specified and the property is missing, an - * error will be thrown. - */ - function getArg(aArgs, aName, aDefaultValue) { - if (aName in aArgs) { - return aArgs[aName]; - } else if (arguments.length === 3) { - return aDefaultValue; - } else { - throw new Error('"' + aName + '" is a required argument.'); - } - } - exports.getArg = getArg; - - var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/; - var dataUrlRegexp = /^data:.+\,.+$/; - - function urlParse(aUrl) { - var match = aUrl.match(urlRegexp); - if (!match) { - return null; - } - return { - scheme: match[1], - auth: match[2], - host: match[3], - port: match[4], - path: match[5] - }; - } - exports.urlParse = urlParse; - - function urlGenerate(aParsedUrl) { - var url = ''; - if (aParsedUrl.scheme) { - url += aParsedUrl.scheme + ':'; - } - url += '//'; - if (aParsedUrl.auth) { - url += aParsedUrl.auth + '@'; - } - if (aParsedUrl.host) { - url += aParsedUrl.host; - } - if (aParsedUrl.port) { - url += ":" + aParsedUrl.port - } - if (aParsedUrl.path) { - url += aParsedUrl.path; - } - return url; - } - exports.urlGenerate = urlGenerate; - - /** - * Normalizes a path, or the path portion of a URL: - * - * - Replaces consecutive slashes with one slash. - * - Removes unnecessary '.' parts. - * - Removes unnecessary '/..' parts. - * - * Based on code in the Node.js 'path' core module. - * - * @param aPath The path or url to normalize. - */ - function normalize(aPath) { - var path = aPath; - var url = urlParse(aPath); - if (url) { - if (!url.path) { - return aPath; - } - path = url.path; - } - var isAbsolute = exports.isAbsolute(path); - - var parts = path.split(/\/+/); - for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { - part = parts[i]; - if (part === '.') { - parts.splice(i, 1); - } else if (part === '..') { - up++; - } else if (up > 0) { - if (part === '') { - // The first part is blank if the path is absolute. Trying to go - // above the root is a no-op. Therefore we can remove all '..' parts - // directly after the root. - parts.splice(i + 1, up); - up = 0; - } else { - parts.splice(i, 2); - up--; - } - } - } - path = parts.join('/'); - - if (path === '') { - path = isAbsolute ? '/' : '.'; - } - - if (url) { - url.path = path; - return urlGenerate(url); - } - return path; - } - exports.normalize = normalize; - - /** - * Joins two paths/URLs. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be joined with the root. - * - * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a - * scheme-relative URL: Then the scheme of aRoot, if any, is prepended - * first. - * - Otherwise aPath is a path. If aRoot is a URL, then its path portion - * is updated with the result and aRoot is returned. Otherwise the result - * is returned. - * - If aPath is absolute, the result is aPath. - * - Otherwise the two paths are joined with a slash. - * - Joining for example 'http://' and 'www.example.com' is also supported. - */ - function join(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - if (aPath === "") { - aPath = "."; - } - var aPathUrl = urlParse(aPath); - var aRootUrl = urlParse(aRoot); - if (aRootUrl) { - aRoot = aRootUrl.path || '/'; - } - - // `join(foo, '//www.example.org')` - if (aPathUrl && !aPathUrl.scheme) { - if (aRootUrl) { - aPathUrl.scheme = aRootUrl.scheme; - } - return urlGenerate(aPathUrl); - } - - if (aPathUrl || aPath.match(dataUrlRegexp)) { - return aPath; - } - - // `join('http://', 'www.example.com')` - if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { - aRootUrl.host = aPath; - return urlGenerate(aRootUrl); - } - - var joined = aPath.charAt(0) === '/' - ? aPath - : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); - - if (aRootUrl) { - aRootUrl.path = joined; - return urlGenerate(aRootUrl); - } - return joined; - } - exports.join = join; - - exports.isAbsolute = function (aPath) { - return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp); - }; - - /** - * Make a path relative to a URL or another path. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be made relative to aRoot. - */ - function relative(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - - aRoot = aRoot.replace(/\/$/, ''); - - // It is possible for the path to be above the root. In this case, simply - // checking whether the root is a prefix of the path won't work. Instead, we - // need to remove components from the root one by one, until either we find - // a prefix that fits, or we run out of components to remove. - var level = 0; - while (aPath.indexOf(aRoot + '/') !== 0) { - var index = aRoot.lastIndexOf("/"); - if (index < 0) { - return aPath; - } - - // If the only part of the root that is left is the scheme (i.e. http://, - // file:///, etc.), one or more slashes (/), or simply nothing at all, we - // have exhausted all components, so the path is not relative to the root. - aRoot = aRoot.slice(0, index); - if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { - return aPath; - } - - ++level; - } - - // Make sure we add a "../" for each component we removed from the root. - return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); - } - exports.relative = relative; - - var supportsNullProto = (function () { - var obj = Object.create(null); - return !('__proto__' in obj); - }()); - - function identity (s) { - return s; - } - - /** - * Because behavior goes wacky when you set `__proto__` on objects, we - * have to prefix all the strings in our set with an arbitrary character. - * - * See https://github.com/mozilla/source-map/pull/31 and - * https://github.com/mozilla/source-map/issues/30 - * - * @param String aStr - */ - function toSetString(aStr) { - if (isProtoString(aStr)) { - return '$' + aStr; - } - - return aStr; - } - exports.toSetString = supportsNullProto ? identity : toSetString; - - function fromSetString(aStr) { - if (isProtoString(aStr)) { - return aStr.slice(1); - } - - return aStr; - } - exports.fromSetString = supportsNullProto ? identity : fromSetString; - - function isProtoString(s) { - if (!s) { - return false; - } - - var length = s.length; - - if (length < 9 /* "__proto__".length */) { - return false; - } - - if (s.charCodeAt(length - 1) !== 95 /* '_' */ || - s.charCodeAt(length - 2) !== 95 /* '_' */ || - s.charCodeAt(length - 3) !== 111 /* 'o' */ || - s.charCodeAt(length - 4) !== 116 /* 't' */ || - s.charCodeAt(length - 5) !== 111 /* 'o' */ || - s.charCodeAt(length - 6) !== 114 /* 'r' */ || - s.charCodeAt(length - 7) !== 112 /* 'p' */ || - s.charCodeAt(length - 8) !== 95 /* '_' */ || - s.charCodeAt(length - 9) !== 95 /* '_' */) { - return false; - } - - for (var i = length - 10; i >= 0; i--) { - if (s.charCodeAt(i) !== 36 /* '$' */) { - return false; - } - } - - return true; - } - - /** - * Comparator between two mappings where the original positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same original source/line/column, but different generated - * line and column the same. Useful when searching for a mapping with a - * stubbed out mapping. - */ - function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { - var cmp = mappingA.source - mappingB.source; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0 || onlyCompareOriginal) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - return mappingA.name - mappingB.name; - } - exports.compareByOriginalPositions = compareByOriginalPositions; - - /** - * Comparator between two mappings with deflated source and name indices where - * the generated positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same generated line and column, but different - * source/name/original line and column the same. Useful when searching for a - * mapping with a stubbed out mapping. - */ - function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0 || onlyCompareGenerated) { - return cmp; - } - - cmp = mappingA.source - mappingB.source; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return mappingA.name - mappingB.name; - } - exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; - - function strcmp(aStr1, aStr2) { - if (aStr1 === aStr2) { - return 0; - } - - if (aStr1 > aStr2) { - return 1; - } - - return -1; - } - - /** - * Comparator between two mappings with inflated source and name strings where - * the generated positions are compared. - */ - function compareByGeneratedPositionsInflated(mappingA, mappingB) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); - } - exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; - - -/***/ }), -/* 5 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - var has = Object.prototype.hasOwnProperty; - var hasNativeMap = typeof Map !== "undefined"; - - /** - * A data structure which is a combination of an array and a set. Adding a new - * member is O(1), testing for membership is O(1), and finding the index of an - * element is O(1). Removing elements from the set is not supported. Only - * strings are supported for membership. - */ - function ArraySet() { - this._array = []; - this._set = hasNativeMap ? new Map() : Object.create(null); - } - - /** - * Static method for creating ArraySet instances from an existing array. - */ - ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { - var set = new ArraySet(); - for (var i = 0, len = aArray.length; i < len; i++) { - set.add(aArray[i], aAllowDuplicates); - } - return set; - }; - - /** - * Return how many unique items are in this ArraySet. If duplicates have been - * added, than those do not count towards the size. - * - * @returns Number - */ - ArraySet.prototype.size = function ArraySet_size() { - return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; - }; - - /** - * Add the given string to this set. - * - * @param String aStr - */ - ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { - var sStr = hasNativeMap ? aStr : util.toSetString(aStr); - var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); - var idx = this._array.length; - if (!isDuplicate || aAllowDuplicates) { - this._array.push(aStr); - } - if (!isDuplicate) { - if (hasNativeMap) { - this._set.set(aStr, idx); - } else { - this._set[sStr] = idx; - } - } - }; - - /** - * Is the given string a member of this set? - * - * @param String aStr - */ - ArraySet.prototype.has = function ArraySet_has(aStr) { - if (hasNativeMap) { - return this._set.has(aStr); - } else { - var sStr = util.toSetString(aStr); - return has.call(this._set, sStr); - } - }; - - /** - * What is the index of the given string in the array? - * - * @param String aStr - */ - ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { - if (hasNativeMap) { - var idx = this._set.get(aStr); - if (idx >= 0) { - return idx; - } - } else { - var sStr = util.toSetString(aStr); - if (has.call(this._set, sStr)) { - return this._set[sStr]; - } - } - - throw new Error('"' + aStr + '" is not in the set.'); - }; - - /** - * What is the element at the given index? - * - * @param Number aIdx - */ - ArraySet.prototype.at = function ArraySet_at(aIdx) { - if (aIdx >= 0 && aIdx < this._array.length) { - return this._array[aIdx]; - } - throw new Error('No element indexed by ' + aIdx); - }; - - /** - * Returns the array representation of this set (which has the proper indices - * indicated by indexOf). Note that this is a copy of the internal array used - * for storing the members so that no one can mess with internal state. - */ - ArraySet.prototype.toArray = function ArraySet_toArray() { - return this._array.slice(); - }; - - exports.ArraySet = ArraySet; - - -/***/ }), -/* 6 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2014 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - - /** - * Determine whether mappingB is after mappingA with respect to generated - * position. - */ - function generatedPositionAfter(mappingA, mappingB) { - // Optimized for most common case - var lineA = mappingA.generatedLine; - var lineB = mappingB.generatedLine; - var columnA = mappingA.generatedColumn; - var columnB = mappingB.generatedColumn; - return lineB > lineA || lineB == lineA && columnB >= columnA || - util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; - } - - /** - * A data structure to provide a sorted view of accumulated mappings in a - * performance conscious manner. It trades a neglibable overhead in general - * case for a large speedup in case of mappings being added in order. - */ - function MappingList() { - this._array = []; - this._sorted = true; - // Serves as infimum - this._last = {generatedLine: -1, generatedColumn: 0}; - } - - /** - * Iterate through internal items. This method takes the same arguments that - * `Array.prototype.forEach` takes. - * - * NOTE: The order of the mappings is NOT guaranteed. - */ - MappingList.prototype.unsortedForEach = - function MappingList_forEach(aCallback, aThisArg) { - this._array.forEach(aCallback, aThisArg); - }; - - /** - * Add the given source mapping. - * - * @param Object aMapping - */ - MappingList.prototype.add = function MappingList_add(aMapping) { - if (generatedPositionAfter(this._last, aMapping)) { - this._last = aMapping; - this._array.push(aMapping); - } else { - this._sorted = false; - this._array.push(aMapping); - } - }; - - /** - * Returns the flat, sorted array of mappings. The mappings are sorted by - * generated position. - * - * WARNING: This method returns internal data without copying, for - * performance. The return value must NOT be mutated, and should be treated as - * an immutable borrow. If you want to take ownership, you must make your own - * copy. - */ - MappingList.prototype.toArray = function MappingList_toArray() { - if (!this._sorted) { - this._array.sort(util.compareByGeneratedPositionsInflated); - this._sorted = true; - } - return this._array; - }; - - exports.MappingList = MappingList; - - -/***/ }), -/* 7 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - var binarySearch = __webpack_require__(8); - var ArraySet = __webpack_require__(5).ArraySet; - var base64VLQ = __webpack_require__(2); - var quickSort = __webpack_require__(9).quickSort; - - function SourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - return sourceMap.sections != null - ? new IndexedSourceMapConsumer(sourceMap) - : new BasicSourceMapConsumer(sourceMap); - } - - SourceMapConsumer.fromSourceMap = function(aSourceMap) { - return BasicSourceMapConsumer.fromSourceMap(aSourceMap); - } - - /** - * The version of the source mapping spec that we are consuming. - */ - SourceMapConsumer.prototype._version = 3; - - // `__generatedMappings` and `__originalMappings` are arrays that hold the - // parsed mapping coordinates from the source map's "mappings" attribute. They - // are lazily instantiated, accessed via the `_generatedMappings` and - // `_originalMappings` getters respectively, and we only parse the mappings - // and create these arrays once queried for a source location. We jump through - // these hoops because there can be many thousands of mappings, and parsing - // them is expensive, so we only want to do it if we must. - // - // Each object in the arrays is of the form: - // - // { - // generatedLine: The line number in the generated code, - // generatedColumn: The column number in the generated code, - // source: The path to the original source file that generated this - // chunk of code, - // originalLine: The line number in the original source that - // corresponds to this chunk of generated code, - // originalColumn: The column number in the original source that - // corresponds to this chunk of generated code, - // name: The name of the original symbol which generated this chunk of - // code. - // } - // - // All properties except for `generatedLine` and `generatedColumn` can be - // `null`. - // - // `_generatedMappings` is ordered by the generated positions. - // - // `_originalMappings` is ordered by the original positions. - - SourceMapConsumer.prototype.__generatedMappings = null; - Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { - get: function () { - if (!this.__generatedMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__generatedMappings; - } - }); - - SourceMapConsumer.prototype.__originalMappings = null; - Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { - get: function () { - if (!this.__originalMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__originalMappings; - } - }); - - SourceMapConsumer.prototype._charIsMappingSeparator = - function SourceMapConsumer_charIsMappingSeparator(aStr, index) { - var c = aStr.charAt(index); - return c === ";" || c === ","; - }; - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - SourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - throw new Error("Subclasses must implement _parseMappings"); - }; - - SourceMapConsumer.GENERATED_ORDER = 1; - SourceMapConsumer.ORIGINAL_ORDER = 2; - - SourceMapConsumer.GREATEST_LOWER_BOUND = 1; - SourceMapConsumer.LEAST_UPPER_BOUND = 2; - - /** - * Iterate over each mapping between an original source/line/column and a - * generated line/column in this source map. - * - * @param Function aCallback - * The function that is called with each mapping. - * @param Object aContext - * Optional. If specified, this object will be the value of `this` every - * time that `aCallback` is called. - * @param aOrder - * Either `SourceMapConsumer.GENERATED_ORDER` or - * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to - * iterate over the mappings sorted by the generated file's line/column - * order or the original's source/line/column order, respectively. Defaults to - * `SourceMapConsumer.GENERATED_ORDER`. - */ - SourceMapConsumer.prototype.eachMapping = - function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { - var context = aContext || null; - var order = aOrder || SourceMapConsumer.GENERATED_ORDER; - - var mappings; - switch (order) { - case SourceMapConsumer.GENERATED_ORDER: - mappings = this._generatedMappings; - break; - case SourceMapConsumer.ORIGINAL_ORDER: - mappings = this._originalMappings; - break; - default: - throw new Error("Unknown order of iteration."); - } - - var sourceRoot = this.sourceRoot; - mappings.map(function (mapping) { - var source = mapping.source === null ? null : this._sources.at(mapping.source); - if (source != null && sourceRoot != null) { - source = util.join(sourceRoot, source); - } - return { - source: source, - generatedLine: mapping.generatedLine, - generatedColumn: mapping.generatedColumn, - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: mapping.name === null ? null : this._names.at(mapping.name) - }; - }, this).forEach(aCallback, context); - }; - - /** - * Returns all generated line and column information for the original source, - * line, and column provided. If no column is provided, returns all mappings - * corresponding to a either the line we are searching for or the next - * closest line that has any mappings. Otherwise, returns all mappings - * corresponding to the given line and either the column we are searching for - * or the next closest column that has any offsets. - * - * The only argument is an object with the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: Optional. the column number in the original source. - * - * and an array of objects is returned, each with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ - SourceMapConsumer.prototype.allGeneratedPositionsFor = - function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { - var line = util.getArg(aArgs, 'line'); - - // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping - // returns the index of the closest mapping less than the needle. By - // setting needle.originalColumn to 0, we thus find the last mapping for - // the given line, provided such a mapping exists. - var needle = { - source: util.getArg(aArgs, 'source'), - originalLine: line, - originalColumn: util.getArg(aArgs, 'column', 0) - }; - - if (this.sourceRoot != null) { - needle.source = util.relative(this.sourceRoot, needle.source); - } - if (!this._sources.has(needle.source)) { - return []; - } - needle.source = this._sources.indexOf(needle.source); - - var mappings = []; - - var index = this._findMapping(needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - binarySearch.LEAST_UPPER_BOUND); - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (aArgs.column === undefined) { - var originalLine = mapping.originalLine; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we found. Since - // mappings are sorted, this is guaranteed to find all mappings for - // the line we found. - while (mapping && mapping.originalLine === originalLine) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } else { - var originalColumn = mapping.originalColumn; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we were searching for. - // Since mappings are sorted, this is guaranteed to find all mappings for - // the line we are searching for. - while (mapping && - mapping.originalLine === line && - mapping.originalColumn == originalColumn) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } - } - - return mappings; - }; - - exports.SourceMapConsumer = SourceMapConsumer; - - /** - * A BasicSourceMapConsumer instance represents a parsed source map which we can - * query for information about the original file positions by giving it a file - * position in the generated source. - * - * The only parameter is the raw source map (either as a JSON string, or - * already parsed to an object). According to the spec, source maps have the - * following attributes: - * - * - version: Which version of the source map spec this map is following. - * - sources: An array of URLs to the original source files. - * - names: An array of identifiers which can be referrenced by individual mappings. - * - sourceRoot: Optional. The URL root from which all sources are relative. - * - sourcesContent: Optional. An array of contents of the original source files. - * - mappings: A string of base64 VLQs which contain the actual mappings. - * - file: Optional. The generated file this source map is associated with. - * - * Here is an example source map, taken from the source map spec[0]: - * - * { - * version : 3, - * file: "out.js", - * sourceRoot : "", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AA,AB;;ABCDE;" - * } - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# - */ - function BasicSourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - var version = util.getArg(sourceMap, 'version'); - var sources = util.getArg(sourceMap, 'sources'); - // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which - // requires the array) to play nice here. - var names = util.getArg(sourceMap, 'names', []); - var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); - var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); - var mappings = util.getArg(sourceMap, 'mappings'); - var file = util.getArg(sourceMap, 'file', null); - - // Once again, Sass deviates from the spec and supplies the version as a - // string rather than a number, so we use loose equality checking here. - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - sources = sources - .map(String) - // Some source maps produce relative source paths like "./foo.js" instead of - // "foo.js". Normalize these first so that future comparisons will succeed. - // See bugzil.la/1090768. - .map(util.normalize) - // Always ensure that absolute sources are internally stored relative to - // the source root, if the source root is absolute. Not doing this would - // be particularly problematic when the source root is a prefix of the - // source (valid, but why??). See github issue #199 and bugzil.la/1188982. - .map(function (source) { - return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) - ? util.relative(sourceRoot, source) - : source; - }); - - // Pass `true` below to allow duplicate names and sources. While source maps - // are intended to be compressed and deduplicated, the TypeScript compiler - // sometimes generates source maps with duplicates in them. See Github issue - // #72 and bugzil.la/889492. - this._names = ArraySet.fromArray(names.map(String), true); - this._sources = ArraySet.fromArray(sources, true); - - this.sourceRoot = sourceRoot; - this.sourcesContent = sourcesContent; - this._mappings = mappings; - this.file = file; - } - - BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); - BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; - - /** - * Create a BasicSourceMapConsumer from a SourceMapGenerator. - * - * @param SourceMapGenerator aSourceMap - * The source map that will be consumed. - * @returns BasicSourceMapConsumer - */ - BasicSourceMapConsumer.fromSourceMap = - function SourceMapConsumer_fromSourceMap(aSourceMap) { - var smc = Object.create(BasicSourceMapConsumer.prototype); - - var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); - var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); - smc.sourceRoot = aSourceMap._sourceRoot; - smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), - smc.sourceRoot); - smc.file = aSourceMap._file; - - // Because we are modifying the entries (by converting string sources and - // names to indices into the sources and names ArraySets), we have to make - // a copy of the entry or else bad things happen. Shared mutable state - // strikes again! See github issue #191. - - var generatedMappings = aSourceMap._mappings.toArray().slice(); - var destGeneratedMappings = smc.__generatedMappings = []; - var destOriginalMappings = smc.__originalMappings = []; - - for (var i = 0, length = generatedMappings.length; i < length; i++) { - var srcMapping = generatedMappings[i]; - var destMapping = new Mapping; - destMapping.generatedLine = srcMapping.generatedLine; - destMapping.generatedColumn = srcMapping.generatedColumn; - - if (srcMapping.source) { - destMapping.source = sources.indexOf(srcMapping.source); - destMapping.originalLine = srcMapping.originalLine; - destMapping.originalColumn = srcMapping.originalColumn; - - if (srcMapping.name) { - destMapping.name = names.indexOf(srcMapping.name); - } - - destOriginalMappings.push(destMapping); - } - - destGeneratedMappings.push(destMapping); - } - - quickSort(smc.__originalMappings, util.compareByOriginalPositions); - - return smc; - }; - - /** - * The version of the source mapping spec that we are consuming. - */ - BasicSourceMapConsumer.prototype._version = 3; - - /** - * The list of original sources. - */ - Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { - get: function () { - return this._sources.toArray().map(function (s) { - return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s; - }, this); - } - }); - - /** - * Provide the JIT with a nice shape / hidden class. - */ - function Mapping() { - this.generatedLine = 0; - this.generatedColumn = 0; - this.source = null; - this.originalLine = null; - this.originalColumn = null; - this.name = null; - } - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - BasicSourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - var generatedLine = 1; - var previousGeneratedColumn = 0; - var previousOriginalLine = 0; - var previousOriginalColumn = 0; - var previousSource = 0; - var previousName = 0; - var length = aStr.length; - var index = 0; - var cachedSegments = {}; - var temp = {}; - var originalMappings = []; - var generatedMappings = []; - var mapping, str, segment, end, value; - - while (index < length) { - if (aStr.charAt(index) === ';') { - generatedLine++; - index++; - previousGeneratedColumn = 0; - } - else if (aStr.charAt(index) === ',') { - index++; - } - else { - mapping = new Mapping(); - mapping.generatedLine = generatedLine; - - // Because each offset is encoded relative to the previous one, - // many segments often have the same encoding. We can exploit this - // fact by caching the parsed variable length fields of each segment, - // allowing us to avoid a second parse if we encounter the same - // segment again. - for (end = index; end < length; end++) { - if (this._charIsMappingSeparator(aStr, end)) { - break; - } - } - str = aStr.slice(index, end); - - segment = cachedSegments[str]; - if (segment) { - index += str.length; - } else { - segment = []; - while (index < end) { - base64VLQ.decode(aStr, index, temp); - value = temp.value; - index = temp.rest; - segment.push(value); - } - - if (segment.length === 2) { - throw new Error('Found a source, but no line and column'); - } - - if (segment.length === 3) { - throw new Error('Found a source and line, but no column'); - } - - cachedSegments[str] = segment; - } - - // Generated column. - mapping.generatedColumn = previousGeneratedColumn + segment[0]; - previousGeneratedColumn = mapping.generatedColumn; - - if (segment.length > 1) { - // Original source. - mapping.source = previousSource + segment[1]; - previousSource += segment[1]; - - // Original line. - mapping.originalLine = previousOriginalLine + segment[2]; - previousOriginalLine = mapping.originalLine; - // Lines are stored 0-based - mapping.originalLine += 1; - - // Original column. - mapping.originalColumn = previousOriginalColumn + segment[3]; - previousOriginalColumn = mapping.originalColumn; - - if (segment.length > 4) { - // Original name. - mapping.name = previousName + segment[4]; - previousName += segment[4]; - } - } - - generatedMappings.push(mapping); - if (typeof mapping.originalLine === 'number') { - originalMappings.push(mapping); - } - } - } - - quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); - this.__generatedMappings = generatedMappings; - - quickSort(originalMappings, util.compareByOriginalPositions); - this.__originalMappings = originalMappings; - }; - - /** - * Find the mapping that best matches the hypothetical "needle" mapping that - * we are searching for in the given "haystack" of mappings. - */ - BasicSourceMapConsumer.prototype._findMapping = - function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, - aColumnName, aComparator, aBias) { - // To return the position we are searching for, we must first find the - // mapping for the given position and then return the opposite position it - // points to. Because the mappings are sorted, we can use binary search to - // find the best mapping. - - if (aNeedle[aLineName] <= 0) { - throw new TypeError('Line must be greater than or equal to 1, got ' - + aNeedle[aLineName]); - } - if (aNeedle[aColumnName] < 0) { - throw new TypeError('Column must be greater than or equal to 0, got ' - + aNeedle[aColumnName]); - } - - return binarySearch.search(aNeedle, aMappings, aComparator, aBias); - }; - - /** - * Compute the last column for each generated mapping. The last column is - * inclusive. - */ - BasicSourceMapConsumer.prototype.computeColumnSpans = - function SourceMapConsumer_computeColumnSpans() { - for (var index = 0; index < this._generatedMappings.length; ++index) { - var mapping = this._generatedMappings[index]; - - // Mappings do not contain a field for the last generated columnt. We - // can come up with an optimistic estimate, however, by assuming that - // mappings are contiguous (i.e. given two consecutive mappings, the - // first mapping ends where the second one starts). - if (index + 1 < this._generatedMappings.length) { - var nextMapping = this._generatedMappings[index + 1]; - - if (mapping.generatedLine === nextMapping.generatedLine) { - mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; - continue; - } - } - - // The last mapping for each line spans the entire line. - mapping.lastGeneratedColumn = Infinity; - } - }; - - /** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. - * - column: The column number in the generated source. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. - * - column: The column number in the original source, or null. - * - name: The original identifier, or null. - */ - BasicSourceMapConsumer.prototype.originalPositionFor = - function SourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._generatedMappings, - "generatedLine", - "generatedColumn", - util.compareByGeneratedPositionsDeflated, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._generatedMappings[index]; - - if (mapping.generatedLine === needle.generatedLine) { - var source = util.getArg(mapping, 'source', null); - if (source !== null) { - source = this._sources.at(source); - if (this.sourceRoot != null) { - source = util.join(this.sourceRoot, source); - } - } - var name = util.getArg(mapping, 'name', null); - if (name !== null) { - name = this._names.at(name); - } - return { - source: source, - line: util.getArg(mapping, 'originalLine', null), - column: util.getArg(mapping, 'originalColumn', null), - name: name - }; - } - } - - return { - source: null, - line: null, - column: null, - name: null - }; - }; - - /** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ - BasicSourceMapConsumer.prototype.hasContentsOfAllSources = - function BasicSourceMapConsumer_hasContentsOfAllSources() { - if (!this.sourcesContent) { - return false; - } - return this.sourcesContent.length >= this._sources.size() && - !this.sourcesContent.some(function (sc) { return sc == null; }); - }; - - /** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ - BasicSourceMapConsumer.prototype.sourceContentFor = - function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - if (!this.sourcesContent) { - return null; - } - - if (this.sourceRoot != null) { - aSource = util.relative(this.sourceRoot, aSource); - } - - if (this._sources.has(aSource)) { - return this.sourcesContent[this._sources.indexOf(aSource)]; - } - - var url; - if (this.sourceRoot != null - && (url = util.urlParse(this.sourceRoot))) { - // XXX: file:// URIs and absolute paths lead to unexpected behavior for - // many users. We can help them out when they expect file:// URIs to - // behave like it would if they were running a local HTTP server. See - // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. - var fileUriAbsPath = aSource.replace(/^file:\/\//, ""); - if (url.scheme == "file" - && this._sources.has(fileUriAbsPath)) { - return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] - } - - if ((!url.path || url.path == "/") - && this._sources.has("/" + aSource)) { - return this.sourcesContent[this._sources.indexOf("/" + aSource)]; - } - } - - // This function is used recursively from - // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we - // don't want to throw if we can't find the source - we just want to - // return null, so we provide a flag to exit gracefully. - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - - /** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: The column number in the original source. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ - BasicSourceMapConsumer.prototype.generatedPositionFor = - function SourceMapConsumer_generatedPositionFor(aArgs) { - var source = util.getArg(aArgs, 'source'); - if (this.sourceRoot != null) { - source = util.relative(this.sourceRoot, source); - } - if (!this._sources.has(source)) { - return { - line: null, - column: null, - lastColumn: null - }; - } - source = this._sources.indexOf(source); - - var needle = { - source: source, - originalLine: util.getArg(aArgs, 'line'), - originalColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (mapping.source === needle.source) { - return { - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }; - } - } - - return { - line: null, - column: null, - lastColumn: null - }; - }; - - exports.BasicSourceMapConsumer = BasicSourceMapConsumer; - - /** - * An IndexedSourceMapConsumer instance represents a parsed source map which - * we can query for information. It differs from BasicSourceMapConsumer in - * that it takes "indexed" source maps (i.e. ones with a "sections" field) as - * input. - * - * The only parameter is a raw source map (either as a JSON string, or already - * parsed to an object). According to the spec for indexed source maps, they - * have the following attributes: - * - * - version: Which version of the source map spec this map is following. - * - file: Optional. The generated file this source map is associated with. - * - sections: A list of section definitions. - * - * Each value under the "sections" field has two fields: - * - offset: The offset into the original specified at which this section - * begins to apply, defined as an object with a "line" and "column" - * field. - * - map: A source map definition. This source map could also be indexed, - * but doesn't have to be. - * - * Instead of the "map" field, it's also possible to have a "url" field - * specifying a URL to retrieve a source map from, but that's currently - * unsupported. - * - * Here's an example source map, taken from the source map spec[0], but - * modified to omit a section which uses the "url" field. - * - * { - * version : 3, - * file: "app.js", - * sections: [{ - * offset: {line:100, column:10}, - * map: { - * version : 3, - * file: "section.js", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AAAA,E;;ABCDE;" - * } - * }], - * } - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt - */ - function IndexedSourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - var version = util.getArg(sourceMap, 'version'); - var sections = util.getArg(sourceMap, 'sections'); - - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - this._sources = new ArraySet(); - this._names = new ArraySet(); - - var lastOffset = { - line: -1, - column: 0 - }; - this._sections = sections.map(function (s) { - if (s.url) { - // The url field will require support for asynchronicity. - // See https://github.com/mozilla/source-map/issues/16 - throw new Error('Support for url field in sections not implemented.'); - } - var offset = util.getArg(s, 'offset'); - var offsetLine = util.getArg(offset, 'line'); - var offsetColumn = util.getArg(offset, 'column'); - - if (offsetLine < lastOffset.line || - (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { - throw new Error('Section offsets must be ordered and non-overlapping.'); - } - lastOffset = offset; - - return { - generatedOffset: { - // The offset fields are 0-based, but we use 1-based indices when - // encoding/decoding from VLQ. - generatedLine: offsetLine + 1, - generatedColumn: offsetColumn + 1 - }, - consumer: new SourceMapConsumer(util.getArg(s, 'map')) - } - }); - } - - IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); - IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; - - /** - * The version of the source mapping spec that we are consuming. - */ - IndexedSourceMapConsumer.prototype._version = 3; - - /** - * The list of original sources. - */ - Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { - get: function () { - var sources = []; - for (var i = 0; i < this._sections.length; i++) { - for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { - sources.push(this._sections[i].consumer.sources[j]); - } - } - return sources; - } - }); - - /** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. - * - column: The column number in the generated source. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. - * - column: The column number in the original source, or null. - * - name: The original identifier, or null. - */ - IndexedSourceMapConsumer.prototype.originalPositionFor = - function IndexedSourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - // Find the section containing the generated position we're trying to map - // to an original position. - var sectionIndex = binarySearch.search(needle, this._sections, - function(needle, section) { - var cmp = needle.generatedLine - section.generatedOffset.generatedLine; - if (cmp) { - return cmp; - } - - return (needle.generatedColumn - - section.generatedOffset.generatedColumn); - }); - var section = this._sections[sectionIndex]; - - if (!section) { - return { - source: null, - line: null, - column: null, - name: null - }; - } - - return section.consumer.originalPositionFor({ - line: needle.generatedLine - - (section.generatedOffset.generatedLine - 1), - column: needle.generatedColumn - - (section.generatedOffset.generatedLine === needle.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - bias: aArgs.bias - }); - }; - - /** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ - IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = - function IndexedSourceMapConsumer_hasContentsOfAllSources() { - return this._sections.every(function (s) { - return s.consumer.hasContentsOfAllSources(); - }); - }; - - /** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ - IndexedSourceMapConsumer.prototype.sourceContentFor = - function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - var content = section.consumer.sourceContentFor(aSource, true); - if (content) { - return content; - } - } - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - - /** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: The column number in the original source. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ - IndexedSourceMapConsumer.prototype.generatedPositionFor = - function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - // Only consider this section if the requested source is in the list of - // sources of the consumer. - if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) { - continue; - } - var generatedPosition = section.consumer.generatedPositionFor(aArgs); - if (generatedPosition) { - var ret = { - line: generatedPosition.line + - (section.generatedOffset.generatedLine - 1), - column: generatedPosition.column + - (section.generatedOffset.generatedLine === generatedPosition.line - ? section.generatedOffset.generatedColumn - 1 - : 0) - }; - return ret; - } - } - - return { - line: null, - column: null - }; - }; - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - IndexedSourceMapConsumer.prototype._parseMappings = - function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { - this.__generatedMappings = []; - this.__originalMappings = []; - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - var sectionMappings = section.consumer._generatedMappings; - for (var j = 0; j < sectionMappings.length; j++) { - var mapping = sectionMappings[j]; - - var source = section.consumer._sources.at(mapping.source); - if (section.consumer.sourceRoot !== null) { - source = util.join(section.consumer.sourceRoot, source); - } - this._sources.add(source); - source = this._sources.indexOf(source); - - var name = section.consumer._names.at(mapping.name); - this._names.add(name); - name = this._names.indexOf(name); - - // The mappings coming from the consumer for the section have - // generated positions relative to the start of the section, so we - // need to offset them to be relative to the start of the concatenated - // generated file. - var adjustedMapping = { - source: source, - generatedLine: mapping.generatedLine + - (section.generatedOffset.generatedLine - 1), - generatedColumn: mapping.generatedColumn + - (section.generatedOffset.generatedLine === mapping.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: name - }; - - this.__generatedMappings.push(adjustedMapping); - if (typeof adjustedMapping.originalLine === 'number') { - this.__originalMappings.push(adjustedMapping); - } - } - } - - quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); - quickSort(this.__originalMappings, util.compareByOriginalPositions); - }; - - exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; - - -/***/ }), -/* 8 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - exports.GREATEST_LOWER_BOUND = 1; - exports.LEAST_UPPER_BOUND = 2; - - /** - * Recursive implementation of binary search. - * - * @param aLow Indices here and lower do not contain the needle. - * @param aHigh Indices here and higher do not contain the needle. - * @param aNeedle The element being searched for. - * @param aHaystack The non-empty array being searched. - * @param aCompare Function which takes two elements and returns -1, 0, or 1. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - */ - function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { - // This function terminates when one of the following is true: - // - // 1. We find the exact element we are looking for. - // - // 2. We did not find the exact element, but we can return the index of - // the next-closest element. - // - // 3. We did not find the exact element, and there is no next-closest - // element than the one we are searching for, so we return -1. - var mid = Math.floor((aHigh - aLow) / 2) + aLow; - var cmp = aCompare(aNeedle, aHaystack[mid], true); - if (cmp === 0) { - // Found the element we are looking for. - return mid; - } - else if (cmp > 0) { - // Our needle is greater than aHaystack[mid]. - if (aHigh - mid > 1) { - // The element is in the upper half. - return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); - } - - // The exact needle element was not found in this haystack. Determine if - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return aHigh < aHaystack.length ? aHigh : -1; - } else { - return mid; - } - } - else { - // Our needle is less than aHaystack[mid]. - if (mid - aLow > 1) { - // The element is in the lower half. - return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); - } - - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return mid; - } else { - return aLow < 0 ? -1 : aLow; - } - } - } - - /** - * This is an implementation of binary search which will always try and return - * the index of the closest element if there is no exact hit. This is because - * mappings between original and generated line/col pairs are single points, - * and there is an implicit region between each of them, so a miss just means - * that you aren't on the very start of a region. - * - * @param aNeedle The element you are looking for. - * @param aHaystack The array that is being searched. - * @param aCompare A function which takes the needle and an element in the - * array and returns -1, 0, or 1 depending on whether the needle is less - * than, equal to, or greater than the element, respectively. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. - */ - exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { - if (aHaystack.length === 0) { - return -1; - } - - var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, - aCompare, aBias || exports.GREATEST_LOWER_BOUND); - if (index < 0) { - return -1; - } - - // We have found either the exact element, or the next-closest element than - // the one we are searching for. However, there may be more than one such - // element. Make sure we always return the smallest of these. - while (index - 1 >= 0) { - if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { - break; - } - --index; - } - - return index; - }; - - -/***/ }), -/* 9 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - // It turns out that some (most?) JavaScript engines don't self-host - // `Array.prototype.sort`. This makes sense because C++ will likely remain - // faster than JS when doing raw CPU-intensive sorting. However, when using a - // custom comparator function, calling back and forth between the VM's C++ and - // JIT'd JS is rather slow *and* loses JIT type information, resulting in - // worse generated code for the comparator function than would be optimal. In - // fact, when sorting with a comparator, these costs outweigh the benefits of - // sorting in C++. By using our own JS-implemented Quick Sort (below), we get - // a ~3500ms mean speed-up in `bench/bench.html`. - - /** - * Swap the elements indexed by `x` and `y` in the array `ary`. - * - * @param {Array} ary - * The array. - * @param {Number} x - * The index of the first item. - * @param {Number} y - * The index of the second item. - */ - function swap(ary, x, y) { - var temp = ary[x]; - ary[x] = ary[y]; - ary[y] = temp; - } - - /** - * Returns a random integer within the range `low .. high` inclusive. - * - * @param {Number} low - * The lower bound on the range. - * @param {Number} high - * The upper bound on the range. - */ - function randomIntInRange(low, high) { - return Math.round(low + (Math.random() * (high - low))); - } - - /** - * The Quick Sort algorithm. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - * @param {Number} p - * Start index of the array - * @param {Number} r - * End index of the array - */ - function doQuickSort(ary, comparator, p, r) { - // If our lower bound is less than our upper bound, we (1) partition the - // array into two pieces and (2) recurse on each half. If it is not, this is - // the empty array and our base case. - - if (p < r) { - // (1) Partitioning. - // - // The partitioning chooses a pivot between `p` and `r` and moves all - // elements that are less than or equal to the pivot to the before it, and - // all the elements that are greater than it after it. The effect is that - // once partition is done, the pivot is in the exact place it will be when - // the array is put in sorted order, and it will not need to be moved - // again. This runs in O(n) time. - - // Always choose a random pivot so that an input array which is reverse - // sorted does not cause O(n^2) running time. - var pivotIndex = randomIntInRange(p, r); - var i = p - 1; - - swap(ary, pivotIndex, r); - var pivot = ary[r]; - - // Immediately after `j` is incremented in this loop, the following hold - // true: - // - // * Every element in `ary[p .. i]` is less than or equal to the pivot. - // - // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. - for (var j = p; j < r; j++) { - if (comparator(ary[j], pivot) <= 0) { - i += 1; - swap(ary, i, j); - } - } - - swap(ary, i + 1, j); - var q = i + 1; - - // (2) Recurse on each half. - - doQuickSort(ary, comparator, p, q - 1); - doQuickSort(ary, comparator, q + 1, r); - } - } - - /** - * Sort the given array in-place with the given comparator function. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - */ - exports.quickSort = function (ary, comparator) { - doQuickSort(ary, comparator, 0, ary.length - 1); - }; - - -/***/ }), -/* 10 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; - var util = __webpack_require__(4); - - // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other - // operating systems these days (capturing the result). - var REGEX_NEWLINE = /(\r?\n)/; - - // Newline character code for charCodeAt() comparisons - var NEWLINE_CODE = 10; - - // Private symbol for identifying `SourceNode`s when multiple versions of - // the source-map library are loaded. This MUST NOT CHANGE across - // versions! - var isSourceNode = "$$$isSourceNode$$$"; - - /** - * SourceNodes provide a way to abstract over interpolating/concatenating - * snippets of generated JavaScript source code while maintaining the line and - * column information associated with the original source code. - * - * @param aLine The original line number. - * @param aColumn The original column number. - * @param aSource The original source's filename. - * @param aChunks Optional. An array of strings which are snippets of - * generated JS, or other SourceNodes. - * @param aName The original identifier. - */ - function SourceNode(aLine, aColumn, aSource, aChunks, aName) { - this.children = []; - this.sourceContents = {}; - this.line = aLine == null ? null : aLine; - this.column = aColumn == null ? null : aColumn; - this.source = aSource == null ? null : aSource; - this.name = aName == null ? null : aName; - this[isSourceNode] = true; - if (aChunks != null) this.add(aChunks); - } - - /** - * Creates a SourceNode from generated code and a SourceMapConsumer. - * - * @param aGeneratedCode The generated code - * @param aSourceMapConsumer The SourceMap for the generated code - * @param aRelativePath Optional. The path that relative sources in the - * SourceMapConsumer should be relative to. - */ - SourceNode.fromStringWithSourceMap = - function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { - // The SourceNode we want to fill with the generated code - // and the SourceMap - var node = new SourceNode(); - - // All even indices of this array are one line of the generated code, - // while all odd indices are the newlines between two adjacent lines - // (since `REGEX_NEWLINE` captures its match). - // Processed fragments are accessed by calling `shiftNextLine`. - var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); - var remainingLinesIndex = 0; - var shiftNextLine = function() { - var lineContents = getNextLine(); - // The last line of a file might not have a newline. - var newLine = getNextLine() || ""; - return lineContents + newLine; - - function getNextLine() { - return remainingLinesIndex < remainingLines.length ? - remainingLines[remainingLinesIndex++] : undefined; - } - }; - - // We need to remember the position of "remainingLines" - var lastGeneratedLine = 1, lastGeneratedColumn = 0; - - // The generate SourceNodes we need a code range. - // To extract it current and last mapping is used. - // Here we store the last mapping. - var lastMapping = null; - - aSourceMapConsumer.eachMapping(function (mapping) { - if (lastMapping !== null) { - // We add the code from "lastMapping" to "mapping": - // First check if there is a new line in between. - if (lastGeneratedLine < mapping.generatedLine) { - // Associate first line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - lastGeneratedLine++; - lastGeneratedColumn = 0; - // The remaining code is added without mapping - } else { - // There is no new line in between. - // Associate the code between "lastGeneratedColumn" and - // "mapping.generatedColumn" with "lastMapping" - var nextLine = remainingLines[remainingLinesIndex]; - var code = nextLine.substr(0, mapping.generatedColumn - - lastGeneratedColumn); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - - lastGeneratedColumn); - lastGeneratedColumn = mapping.generatedColumn; - addMappingWithCode(lastMapping, code); - // No more remaining code, continue - lastMapping = mapping; - return; - } - } - // We add the generated code until the first mapping - // to the SourceNode without any mapping. - // Each line is added as separate string. - while (lastGeneratedLine < mapping.generatedLine) { - node.add(shiftNextLine()); - lastGeneratedLine++; - } - if (lastGeneratedColumn < mapping.generatedColumn) { - var nextLine = remainingLines[remainingLinesIndex]; - node.add(nextLine.substr(0, mapping.generatedColumn)); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); - lastGeneratedColumn = mapping.generatedColumn; - } - lastMapping = mapping; - }, this); - // We have processed all mappings. - if (remainingLinesIndex < remainingLines.length) { - if (lastMapping) { - // Associate the remaining code in the current line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - } - // and add the remaining lines without any mapping - node.add(remainingLines.splice(remainingLinesIndex).join("")); - } - - // Copy sourcesContent into SourceNode - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aRelativePath != null) { - sourceFile = util.join(aRelativePath, sourceFile); - } - node.setSourceContent(sourceFile, content); - } - }); - - return node; - - function addMappingWithCode(mapping, code) { - if (mapping === null || mapping.source === undefined) { - node.add(code); - } else { - var source = aRelativePath - ? util.join(aRelativePath, mapping.source) - : mapping.source; - node.add(new SourceNode(mapping.originalLine, - mapping.originalColumn, - source, - code, - mapping.name)); - } - } - }; - - /** - * Add a chunk of generated JS to this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ - SourceNode.prototype.add = function SourceNode_add(aChunk) { - if (Array.isArray(aChunk)) { - aChunk.forEach(function (chunk) { - this.add(chunk); - }, this); - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - if (aChunk) { - this.children.push(aChunk); - } - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; - }; - - /** - * Add a chunk of generated JS to the beginning of this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ - SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { - if (Array.isArray(aChunk)) { - for (var i = aChunk.length-1; i >= 0; i--) { - this.prepend(aChunk[i]); - } - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - this.children.unshift(aChunk); - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; - }; - - /** - * Walk over the tree of JS snippets in this node and its children. The - * walking function is called once for each snippet of JS and is passed that - * snippet and the its original associated source's line/column location. - * - * @param aFn The traversal function. - */ - SourceNode.prototype.walk = function SourceNode_walk(aFn) { - var chunk; - for (var i = 0, len = this.children.length; i < len; i++) { - chunk = this.children[i]; - if (chunk[isSourceNode]) { - chunk.walk(aFn); - } - else { - if (chunk !== '') { - aFn(chunk, { source: this.source, - line: this.line, - column: this.column, - name: this.name }); - } - } - } - }; - - /** - * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between - * each of `this.children`. - * - * @param aSep The separator. - */ - SourceNode.prototype.join = function SourceNode_join(aSep) { - var newChildren; - var i; - var len = this.children.length; - if (len > 0) { - newChildren = []; - for (i = 0; i < len-1; i++) { - newChildren.push(this.children[i]); - newChildren.push(aSep); - } - newChildren.push(this.children[i]); - this.children = newChildren; - } - return this; - }; - - /** - * Call String.prototype.replace on the very right-most source snippet. Useful - * for trimming whitespace from the end of a source node, etc. - * - * @param aPattern The pattern to replace. - * @param aReplacement The thing to replace the pattern with. - */ - SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { - var lastChild = this.children[this.children.length - 1]; - if (lastChild[isSourceNode]) { - lastChild.replaceRight(aPattern, aReplacement); - } - else if (typeof lastChild === 'string') { - this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); - } - else { - this.children.push(''.replace(aPattern, aReplacement)); - } - return this; - }; - - /** - * Set the source content for a source file. This will be added to the SourceMapGenerator - * in the sourcesContent field. - * - * @param aSourceFile The filename of the source file - * @param aSourceContent The content of the source file - */ - SourceNode.prototype.setSourceContent = - function SourceNode_setSourceContent(aSourceFile, aSourceContent) { - this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; - }; - - /** - * Walk over the tree of SourceNodes. The walking function is called for each - * source file content and is passed the filename and source content. - * - * @param aFn The traversal function. - */ - SourceNode.prototype.walkSourceContents = - function SourceNode_walkSourceContents(aFn) { - for (var i = 0, len = this.children.length; i < len; i++) { - if (this.children[i][isSourceNode]) { - this.children[i].walkSourceContents(aFn); - } - } - - var sources = Object.keys(this.sourceContents); - for (var i = 0, len = sources.length; i < len; i++) { - aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); - } - }; - - /** - * Return the string representation of this source node. Walks over the tree - * and concatenates all the various snippets together to one string. - */ - SourceNode.prototype.toString = function SourceNode_toString() { - var str = ""; - this.walk(function (chunk) { - str += chunk; - }); - return str; - }; - - /** - * Returns the string representation of this source node along with a source - * map. - */ - SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { - var generated = { - code: "", - line: 1, - column: 0 - }; - var map = new SourceMapGenerator(aArgs); - var sourceMappingActive = false; - var lastOriginalSource = null; - var lastOriginalLine = null; - var lastOriginalColumn = null; - var lastOriginalName = null; - this.walk(function (chunk, original) { - generated.code += chunk; - if (original.source !== null - && original.line !== null - && original.column !== null) { - if(lastOriginalSource !== original.source - || lastOriginalLine !== original.line - || lastOriginalColumn !== original.column - || lastOriginalName !== original.name) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - lastOriginalSource = original.source; - lastOriginalLine = original.line; - lastOriginalColumn = original.column; - lastOriginalName = original.name; - sourceMappingActive = true; - } else if (sourceMappingActive) { - map.addMapping({ - generated: { - line: generated.line, - column: generated.column - } - }); - lastOriginalSource = null; - sourceMappingActive = false; - } - for (var idx = 0, length = chunk.length; idx < length; idx++) { - if (chunk.charCodeAt(idx) === NEWLINE_CODE) { - generated.line++; - generated.column = 0; - // Mappings end at eol - if (idx + 1 === length) { - lastOriginalSource = null; - sourceMappingActive = false; - } else if (sourceMappingActive) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - } else { - generated.column++; - } - } - }); - this.walkSourceContents(function (sourceFile, sourceContent) { - map.setSourceContent(sourceFile, sourceContent); - }); - - return { code: generated.code, map: map }; - }; - - exports.SourceNode = SourceNode; - - -/***/ }) -/******/ ]) -}); -; \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js deleted file mode 100644 index f2a46bd..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/dist/source-map.min.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.sourceMap=n():e.sourceMap=n()}(this,function(){return function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={exports:{},id:t,loaded:!1};return e[t].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var r={};return n.m=e,n.c=r,n.p="",n(0)}([function(e,n,r){n.SourceMapGenerator=r(1).SourceMapGenerator,n.SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t(e){e||(e={}),this._file=i.getArg(e,"file",null),this._sourceRoot=i.getArg(e,"sourceRoot",null),this._skipValidation=i.getArg(e,"skipValidation",!1),this._sources=new s,this._names=new s,this._mappings=new a,this._sourcesContents=null}var o=r(2),i=r(4),s=r(5).ArraySet,a=r(6).MappingList;t.prototype._version=3,t.fromSourceMap=function(e){var n=e.sourceRoot,r=new t({file:e.file,sourceRoot:n});return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=i.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),r.addMapping(t)}),e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&r.setSourceContent(n,t)}),r},t.prototype.addMapping=function(e){var n=i.getArg(e,"generated"),r=i.getArg(e,"original",null),t=i.getArg(e,"source",null),o=i.getArg(e,"name",null);this._skipValidation||this._validateMapping(n,r,t,o),null!=t&&(t=String(t),this._sources.has(t)||this._sources.add(t)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:t,name:o})},t.prototype.setSourceContent=function(e,n){var r=e;null!=this._sourceRoot&&(r=i.relative(this._sourceRoot,r)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},t.prototype.applySourceMap=function(e,n,r){var t=n;if(null==n){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');t=e.file}var o=this._sourceRoot;null!=o&&(t=i.relative(o,t));var a=new s,u=new s;this._mappings.unsortedForEach(function(n){if(n.source===t&&null!=n.originalLine){var s=e.originalPositionFor({line:n.originalLine,column:n.originalColumn});null!=s.source&&(n.source=s.source,null!=r&&(n.source=i.join(r,n.source)),null!=o&&(n.source=i.relative(o,n.source)),n.originalLine=s.line,n.originalColumn=s.column,null!=s.name&&(n.name=s.name))}var l=n.source;null==l||a.has(l)||a.add(l);var c=n.name;null==c||u.has(c)||u.add(c)},this),this._sources=a,this._names=u,e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&(null!=r&&(n=i.join(r,n)),null!=o&&(n=i.relative(o,n)),this.setSourceContent(n,t))},this)},t.prototype._validateMapping=function(e,n,r,t){if(n&&"number"!=typeof n.line&&"number"!=typeof n.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||n||r||t)&&!(e&&"line"in e&&"column"in e&&n&&"line"in n&&"column"in n&&e.line>0&&e.column>=0&&n.line>0&&n.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:n,name:t}))},t.prototype._serializeMappings=function(){for(var e,n,r,t,s=0,a=1,u=0,l=0,c=0,g=0,p="",h=this._mappings.toArray(),f=0,d=h.length;f0){if(!i.compareByGeneratedPositionsInflated(n,h[f-1]))continue;e+=","}e+=o.encode(n.generatedColumn-s),s=n.generatedColumn,null!=n.source&&(t=this._sources.indexOf(n.source),e+=o.encode(t-g),g=t,e+=o.encode(n.originalLine-1-l),l=n.originalLine-1,e+=o.encode(n.originalColumn-u),u=n.originalColumn,null!=n.name&&(r=this._names.indexOf(n.name),e+=o.encode(r-c),c=r)),p+=e}return p},t.prototype._generateSourcesContent=function(e,n){return e.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=i.relative(n,e));var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},t.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},t.prototype.toString=function(){return JSON.stringify(this.toJSON())},n.SourceMapGenerator=t},function(e,n,r){function t(e){return e<0?(-e<<1)+1:(e<<1)+0}function o(e){var n=1===(1&e),r=e>>1;return n?-r:r}var i=r(3),s=5,a=1<>>=s,o>0&&(n|=l),r+=i.encode(n);while(o>0);return r},n.decode=function(e,n,r){var t,a,c=e.length,g=0,p=0;do{if(n>=c)throw new Error("Expected more digits in base 64 VLQ value.");if(a=i.decode(e.charCodeAt(n++)),a===-1)throw new Error("Invalid base64 digit: "+e.charAt(n-1));t=!!(a&l),a&=u,g+=a<=0;c--)s=u[c],"."===s?u.splice(c,1):".."===s?l++:l>0&&(""===s?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return r=u.join("/"),""===r&&(r=a?"/":"."),i?(i.path=r,o(i)):r}function s(e,n){""===e&&(e="."),""===n&&(n=".");var r=t(n),s=t(e);if(s&&(e=s.path||"/"),r&&!r.scheme)return s&&(r.scheme=s.scheme),o(r);if(r||n.match(_))return n;if(s&&!s.host&&!s.path)return s.host=n,o(s);var a="/"===n.charAt(0)?n:i(e.replace(/\/+$/,"")+"/"+n);return s?(s.path=a,o(s)):a}function a(e,n){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==n.indexOf(e+"/");){var t=e.lastIndexOf("/");if(t<0)return n;if(e=e.slice(0,t),e.match(/^([^\/]+:\/)?\/*$/))return n;++r}return Array(r+1).join("../")+n.substr(e.length+1)}function u(e){return e}function l(e){return g(e)?"$"+e:e}function c(e){return g(e)?e.slice(1):e}function g(e){if(!e)return!1;var n=e.length;if(n<9)return!1;if(95!==e.charCodeAt(n-1)||95!==e.charCodeAt(n-2)||111!==e.charCodeAt(n-3)||116!==e.charCodeAt(n-4)||111!==e.charCodeAt(n-5)||114!==e.charCodeAt(n-6)||112!==e.charCodeAt(n-7)||95!==e.charCodeAt(n-8)||95!==e.charCodeAt(n-9))return!1;for(var r=n-10;r>=0;r--)if(36!==e.charCodeAt(r))return!1;return!0}function p(e,n,r){var t=e.source-n.source;return 0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t||r?t:(t=e.generatedColumn-n.generatedColumn,0!==t?t:(t=e.generatedLine-n.generatedLine,0!==t?t:e.name-n.name))))}function h(e,n,r){var t=e.generatedLine-n.generatedLine;return 0!==t?t:(t=e.generatedColumn-n.generatedColumn,0!==t||r?t:(t=e.source-n.source,0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t?t:e.name-n.name))))}function f(e,n){return e===n?0:e>n?1:-1}function d(e,n){var r=e.generatedLine-n.generatedLine;return 0!==r?r:(r=e.generatedColumn-n.generatedColumn,0!==r?r:(r=f(e.source,n.source),0!==r?r:(r=e.originalLine-n.originalLine,0!==r?r:(r=e.originalColumn-n.originalColumn,0!==r?r:f(e.name,n.name)))))}n.getArg=r;var m=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/,_=/^data:.+\,.+$/;n.urlParse=t,n.urlGenerate=o,n.normalize=i,n.join=s,n.isAbsolute=function(e){return"/"===e.charAt(0)||!!e.match(m)},n.relative=a;var v=function(){var e=Object.create(null);return!("__proto__"in e)}();n.toSetString=v?u:l,n.fromSetString=v?u:c,n.compareByOriginalPositions=p,n.compareByGeneratedPositionsDeflated=h,n.compareByGeneratedPositionsInflated=d},function(e,n,r){function t(){this._array=[],this._set=s?new Map:Object.create(null)}var o=r(4),i=Object.prototype.hasOwnProperty,s="undefined"!=typeof Map;t.fromArray=function(e,n){for(var r=new t,o=0,i=e.length;o=0)return n}else{var r=o.toSetString(e);if(i.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},t.prototype.at=function(e){if(e>=0&&er||t==r&&s>=o||i.compareByGeneratedPositionsInflated(e,n)<=0}function o(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}var i=r(4);o.prototype.unsortedForEach=function(e,n){this._array.forEach(e,n)},o.prototype.add=function(e){t(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},o.prototype.toArray=function(){return this._sorted||(this._array.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},n.MappingList=o},function(e,n,r){function t(e){var n=e;return"string"==typeof e&&(n=JSON.parse(e.replace(/^\)\]\}'/,""))),null!=n.sections?new s(n):new o(n)}function o(e){var n=e;"string"==typeof e&&(n=JSON.parse(e.replace(/^\)\]\}'/,"")));var r=a.getArg(n,"version"),t=a.getArg(n,"sources"),o=a.getArg(n,"names",[]),i=a.getArg(n,"sourceRoot",null),s=a.getArg(n,"sourcesContent",null),u=a.getArg(n,"mappings"),c=a.getArg(n,"file",null);if(r!=this._version)throw new Error("Unsupported version: "+r);t=t.map(String).map(a.normalize).map(function(e){return i&&a.isAbsolute(i)&&a.isAbsolute(e)?a.relative(i,e):e}),this._names=l.fromArray(o.map(String),!0),this._sources=l.fromArray(t,!0),this.sourceRoot=i,this.sourcesContent=s,this._mappings=u,this.file=c}function i(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function s(e){var n=e;"string"==typeof e&&(n=JSON.parse(e.replace(/^\)\]\}'/,"")));var r=a.getArg(n,"version"),o=a.getArg(n,"sections");if(r!=this._version)throw new Error("Unsupported version: "+r);this._sources=new l,this._names=new l;var i={line:-1,column:0};this._sections=o.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var n=a.getArg(e,"offset"),r=a.getArg(n,"line"),o=a.getArg(n,"column");if(r=0){var i=this._originalMappings[o];if(void 0===e.column)for(var s=i.originalLine;i&&i.originalLine===s;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o];else for(var l=i.originalColumn;i&&i.originalLine===n&&i.originalColumn==l;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o]}return t},n.SourceMapConsumer=t,o.prototype=Object.create(t.prototype),o.prototype.consumer=t,o.fromSourceMap=function(e){var n=Object.create(o.prototype),r=n._names=l.fromArray(e._names.toArray(),!0),t=n._sources=l.fromArray(e._sources.toArray(),!0);n.sourceRoot=e._sourceRoot,n.sourcesContent=e._generateSourcesContent(n._sources.toArray(),n.sourceRoot),n.file=e._file;for(var s=e._mappings.toArray().slice(),u=n.__generatedMappings=[],c=n.__originalMappings=[],p=0,h=s.length;p1&&(r.source=d+o[1],d+=o[1],r.originalLine=h+o[2],h=r.originalLine,r.originalLine+=1,r.originalColumn=f+o[3],f=r.originalColumn,o.length>4&&(r.name=m+o[4],m+=o[4])),S.push(r),"number"==typeof r.originalLine&&A.push(r)}g(S,a.compareByGeneratedPositionsDeflated),this.__generatedMappings=S,g(A,a.compareByOriginalPositions),this.__originalMappings=A},o.prototype._findMapping=function(e,n,r,t,o,i){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[t]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[t]);return u.search(e,n,o,i)},o.prototype.computeColumnSpans=function(){for(var e=0;e=0){var o=this._generatedMappings[r];if(o.generatedLine===n.generatedLine){var i=a.getArg(o,"source",null);null!==i&&(i=this._sources.at(i),null!=this.sourceRoot&&(i=a.join(this.sourceRoot,i)));var s=a.getArg(o,"name",null);return null!==s&&(s=this._names.at(s)),{source:i,line:a.getArg(o,"originalLine",null),column:a.getArg(o,"originalColumn",null),name:s}}}return{source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},o.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;if(null!=this.sourceRoot&&(e=a.relative(this.sourceRoot,e)),this._sources.has(e))return this.sourcesContent[this._sources.indexOf(e)];var r;if(null!=this.sourceRoot&&(r=a.urlParse(this.sourceRoot))){var t=e.replace(/^file:\/\//,"");if("file"==r.scheme&&this._sources.has(t))return this.sourcesContent[this._sources.indexOf(t)];if((!r.path||"/"==r.path)&&this._sources.has("/"+e))return this.sourcesContent[this._sources.indexOf("/"+e)]}if(n)return null;throw new Error('"'+e+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(e){var n=a.getArg(e,"source");if(null!=this.sourceRoot&&(n=a.relative(this.sourceRoot,n)),!this._sources.has(n))return{line:null,column:null,lastColumn:null};n=this._sources.indexOf(n);var r={source:n,originalLine:a.getArg(e,"line"),originalColumn:a.getArg(e,"column")},o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(o>=0){var i=this._originalMappings[o];if(i.source===r.source)return{line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},n.BasicSourceMapConsumer=o,s.prototype=Object.create(t.prototype),s.prototype.constructor=t,s.prototype._version=3,Object.defineProperty(s.prototype,"sources",{get:function(){for(var e=[],n=0;n0?t-u>1?r(u,t,o,i,s,a):a==n.LEAST_UPPER_BOUND?t1?r(e,u,o,i,s,a):a==n.LEAST_UPPER_BOUND?u:e<0?-1:e}n.GREATEST_LOWER_BOUND=1,n.LEAST_UPPER_BOUND=2,n.search=function(e,t,o,i){if(0===t.length)return-1;var s=r(-1,t.length,e,t,o,i||n.GREATEST_LOWER_BOUND);if(s<0)return-1;for(;s-1>=0&&0===o(t[s],t[s-1],!0);)--s;return s}},function(e,n){function r(e,n,r){var t=e[n];e[n]=e[r],e[r]=t}function t(e,n){return Math.round(e+Math.random()*(n-e))}function o(e,n,i,s){if(i=0;n--)this.prepend(e[n]);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},t.prototype.walk=function(e){for(var n,r=0,t=this.children.length;r0){for(n=[],r=0;r 0 && aGenerated.column >= 0\n\t && !aOriginal && !aSource && !aName) {\n\t // Case 1.\n\t return;\n\t }\n\t else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && aOriginal.line > 0 && aOriginal.column >= 0\n\t && aSource) {\n\t // Cases 2 and 3.\n\t return;\n\t }\n\t else {\n\t throw new Error('Invalid mapping: ' + JSON.stringify({\n\t generated: aGenerated,\n\t source: aSource,\n\t original: aOriginal,\n\t name: aName\n\t }));\n\t }\n\t };\n\t\n\t/**\n\t * Serialize the accumulated mappings in to the stream of base 64 VLQs\n\t * specified by the source map format.\n\t */\n\tSourceMapGenerator.prototype._serializeMappings =\n\t function SourceMapGenerator_serializeMappings() {\n\t var previousGeneratedColumn = 0;\n\t var previousGeneratedLine = 1;\n\t var previousOriginalColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousName = 0;\n\t var previousSource = 0;\n\t var result = '';\n\t var next;\n\t var mapping;\n\t var nameIdx;\n\t var sourceIdx;\n\t\n\t var mappings = this._mappings.toArray();\n\t for (var i = 0, len = mappings.length; i < len; i++) {\n\t mapping = mappings[i];\n\t next = ''\n\t\n\t if (mapping.generatedLine !== previousGeneratedLine) {\n\t previousGeneratedColumn = 0;\n\t while (mapping.generatedLine !== previousGeneratedLine) {\n\t next += ';';\n\t previousGeneratedLine++;\n\t }\n\t }\n\t else {\n\t if (i > 0) {\n\t if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n\t continue;\n\t }\n\t next += ',';\n\t }\n\t }\n\t\n\t next += base64VLQ.encode(mapping.generatedColumn\n\t - previousGeneratedColumn);\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (mapping.source != null) {\n\t sourceIdx = this._sources.indexOf(mapping.source);\n\t next += base64VLQ.encode(sourceIdx - previousSource);\n\t previousSource = sourceIdx;\n\t\n\t // lines are stored 0-based in SourceMap spec version 3\n\t next += base64VLQ.encode(mapping.originalLine - 1\n\t - previousOriginalLine);\n\t previousOriginalLine = mapping.originalLine - 1;\n\t\n\t next += base64VLQ.encode(mapping.originalColumn\n\t - previousOriginalColumn);\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (mapping.name != null) {\n\t nameIdx = this._names.indexOf(mapping.name);\n\t next += base64VLQ.encode(nameIdx - previousName);\n\t previousName = nameIdx;\n\t }\n\t }\n\t\n\t result += next;\n\t }\n\t\n\t return result;\n\t };\n\t\n\tSourceMapGenerator.prototype._generateSourcesContent =\n\t function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n\t return aSources.map(function (source) {\n\t if (!this._sourcesContents) {\n\t return null;\n\t }\n\t if (aSourceRoot != null) {\n\t source = util.relative(aSourceRoot, source);\n\t }\n\t var key = util.toSetString(source);\n\t return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n\t ? this._sourcesContents[key]\n\t : null;\n\t }, this);\n\t };\n\t\n\t/**\n\t * Externalize the source map.\n\t */\n\tSourceMapGenerator.prototype.toJSON =\n\t function SourceMapGenerator_toJSON() {\n\t var map = {\n\t version: this._version,\n\t sources: this._sources.toArray(),\n\t names: this._names.toArray(),\n\t mappings: this._serializeMappings()\n\t };\n\t if (this._file != null) {\n\t map.file = this._file;\n\t }\n\t if (this._sourceRoot != null) {\n\t map.sourceRoot = this._sourceRoot;\n\t }\n\t if (this._sourcesContents) {\n\t map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n\t }\n\t\n\t return map;\n\t };\n\t\n\t/**\n\t * Render the source map being generated to a string.\n\t */\n\tSourceMapGenerator.prototype.toString =\n\t function SourceMapGenerator_toString() {\n\t return JSON.stringify(this.toJSON());\n\t };\n\t\n\texports.SourceMapGenerator = SourceMapGenerator;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t *\n\t * Based on the Base 64 VLQ implementation in Closure Compiler:\n\t * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n\t *\n\t * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n\t * Redistribution and use in source and binary forms, with or without\n\t * modification, are permitted provided that the following conditions are\n\t * met:\n\t *\n\t * * Redistributions of source code must retain the above copyright\n\t * notice, this list of conditions and the following disclaimer.\n\t * * Redistributions in binary form must reproduce the above\n\t * copyright notice, this list of conditions and the following\n\t * disclaimer in the documentation and/or other materials provided\n\t * with the distribution.\n\t * * Neither the name of Google Inc. nor the names of its\n\t * contributors may be used to endorse or promote products derived\n\t * from this software without specific prior written permission.\n\t *\n\t * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\t * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\t * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\t * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\t * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\t * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\t * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\t * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\t * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\t * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\t */\n\t\n\tvar base64 = __webpack_require__(3);\n\t\n\t// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n\t// length quantities we use in the source map spec, the first bit is the sign,\n\t// the next four bits are the actual value, and the 6th bit is the\n\t// continuation bit. The continuation bit tells us whether there are more\n\t// digits in this value following this digit.\n\t//\n\t// Continuation\n\t// | Sign\n\t// | |\n\t// V V\n\t// 101011\n\t\n\tvar VLQ_BASE_SHIFT = 5;\n\t\n\t// binary: 100000\n\tvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\t\n\t// binary: 011111\n\tvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\t\n\t// binary: 100000\n\tvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\t\n\t/**\n\t * Converts from a two-complement value to a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n\t */\n\tfunction toVLQSigned(aValue) {\n\t return aValue < 0\n\t ? ((-aValue) << 1) + 1\n\t : (aValue << 1) + 0;\n\t}\n\t\n\t/**\n\t * Converts to a two-complement value from a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n\t * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n\t */\n\tfunction fromVLQSigned(aValue) {\n\t var isNegative = (aValue & 1) === 1;\n\t var shifted = aValue >> 1;\n\t return isNegative\n\t ? -shifted\n\t : shifted;\n\t}\n\t\n\t/**\n\t * Returns the base 64 VLQ encoded value.\n\t */\n\texports.encode = function base64VLQ_encode(aValue) {\n\t var encoded = \"\";\n\t var digit;\n\t\n\t var vlq = toVLQSigned(aValue);\n\t\n\t do {\n\t digit = vlq & VLQ_BASE_MASK;\n\t vlq >>>= VLQ_BASE_SHIFT;\n\t if (vlq > 0) {\n\t // There are still more digits in this value, so we must make sure the\n\t // continuation bit is marked.\n\t digit |= VLQ_CONTINUATION_BIT;\n\t }\n\t encoded += base64.encode(digit);\n\t } while (vlq > 0);\n\t\n\t return encoded;\n\t};\n\t\n\t/**\n\t * Decodes the next base 64 VLQ value from the given string and returns the\n\t * value and the rest of the string via the out parameter.\n\t */\n\texports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n\t var strLen = aStr.length;\n\t var result = 0;\n\t var shift = 0;\n\t var continuation, digit;\n\t\n\t do {\n\t if (aIndex >= strLen) {\n\t throw new Error(\"Expected more digits in base 64 VLQ value.\");\n\t }\n\t\n\t digit = base64.decode(aStr.charCodeAt(aIndex++));\n\t if (digit === -1) {\n\t throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n\t }\n\t\n\t continuation = !!(digit & VLQ_CONTINUATION_BIT);\n\t digit &= VLQ_BASE_MASK;\n\t result = result + (digit << shift);\n\t shift += VLQ_BASE_SHIFT;\n\t } while (continuation);\n\t\n\t aOutParam.value = fromVLQSigned(result);\n\t aOutParam.rest = aIndex;\n\t};\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\t\n\t/**\n\t * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n\t */\n\texports.encode = function (number) {\n\t if (0 <= number && number < intToCharMap.length) {\n\t return intToCharMap[number];\n\t }\n\t throw new TypeError(\"Must be between 0 and 63: \" + number);\n\t};\n\t\n\t/**\n\t * Decode a single base 64 character code digit to an integer. Returns -1 on\n\t * failure.\n\t */\n\texports.decode = function (charCode) {\n\t var bigA = 65; // 'A'\n\t var bigZ = 90; // 'Z'\n\t\n\t var littleA = 97; // 'a'\n\t var littleZ = 122; // 'z'\n\t\n\t var zero = 48; // '0'\n\t var nine = 57; // '9'\n\t\n\t var plus = 43; // '+'\n\t var slash = 47; // '/'\n\t\n\t var littleOffset = 26;\n\t var numberOffset = 52;\n\t\n\t // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\t if (bigA <= charCode && charCode <= bigZ) {\n\t return (charCode - bigA);\n\t }\n\t\n\t // 26 - 51: abcdefghijklmnopqrstuvwxyz\n\t if (littleA <= charCode && charCode <= littleZ) {\n\t return (charCode - littleA + littleOffset);\n\t }\n\t\n\t // 52 - 61: 0123456789\n\t if (zero <= charCode && charCode <= nine) {\n\t return (charCode - zero + numberOffset);\n\t }\n\t\n\t // 62: +\n\t if (charCode == plus) {\n\t return 62;\n\t }\n\t\n\t // 63: /\n\t if (charCode == slash) {\n\t return 63;\n\t }\n\t\n\t // Invalid base64 digit.\n\t return -1;\n\t};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t/**\n\t * This is a helper function for getting values from parameter/options\n\t * objects.\n\t *\n\t * @param args The object we are extracting values from\n\t * @param name The name of the property we are getting.\n\t * @param defaultValue An optional value to return if the property is missing\n\t * from the object. If this is not specified and the property is missing, an\n\t * error will be thrown.\n\t */\n\tfunction getArg(aArgs, aName, aDefaultValue) {\n\t if (aName in aArgs) {\n\t return aArgs[aName];\n\t } else if (arguments.length === 3) {\n\t return aDefaultValue;\n\t } else {\n\t throw new Error('\"' + aName + '\" is a required argument.');\n\t }\n\t}\n\texports.getArg = getArg;\n\t\n\tvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.]*)(?::(\\d+))?(\\S*)$/;\n\tvar dataUrlRegexp = /^data:.+\\,.+$/;\n\t\n\tfunction urlParse(aUrl) {\n\t var match = aUrl.match(urlRegexp);\n\t if (!match) {\n\t return null;\n\t }\n\t return {\n\t scheme: match[1],\n\t auth: match[2],\n\t host: match[3],\n\t port: match[4],\n\t path: match[5]\n\t };\n\t}\n\texports.urlParse = urlParse;\n\t\n\tfunction urlGenerate(aParsedUrl) {\n\t var url = '';\n\t if (aParsedUrl.scheme) {\n\t url += aParsedUrl.scheme + ':';\n\t }\n\t url += '//';\n\t if (aParsedUrl.auth) {\n\t url += aParsedUrl.auth + '@';\n\t }\n\t if (aParsedUrl.host) {\n\t url += aParsedUrl.host;\n\t }\n\t if (aParsedUrl.port) {\n\t url += \":\" + aParsedUrl.port\n\t }\n\t if (aParsedUrl.path) {\n\t url += aParsedUrl.path;\n\t }\n\t return url;\n\t}\n\texports.urlGenerate = urlGenerate;\n\t\n\t/**\n\t * Normalizes a path, or the path portion of a URL:\n\t *\n\t * - Replaces consecutive slashes with one slash.\n\t * - Removes unnecessary '.' parts.\n\t * - Removes unnecessary '/..' parts.\n\t *\n\t * Based on code in the Node.js 'path' core module.\n\t *\n\t * @param aPath The path or url to normalize.\n\t */\n\tfunction normalize(aPath) {\n\t var path = aPath;\n\t var url = urlParse(aPath);\n\t if (url) {\n\t if (!url.path) {\n\t return aPath;\n\t }\n\t path = url.path;\n\t }\n\t var isAbsolute = exports.isAbsolute(path);\n\t\n\t var parts = path.split(/\\/+/);\n\t for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n\t part = parts[i];\n\t if (part === '.') {\n\t parts.splice(i, 1);\n\t } else if (part === '..') {\n\t up++;\n\t } else if (up > 0) {\n\t if (part === '') {\n\t // The first part is blank if the path is absolute. Trying to go\n\t // above the root is a no-op. Therefore we can remove all '..' parts\n\t // directly after the root.\n\t parts.splice(i + 1, up);\n\t up = 0;\n\t } else {\n\t parts.splice(i, 2);\n\t up--;\n\t }\n\t }\n\t }\n\t path = parts.join('/');\n\t\n\t if (path === '') {\n\t path = isAbsolute ? '/' : '.';\n\t }\n\t\n\t if (url) {\n\t url.path = path;\n\t return urlGenerate(url);\n\t }\n\t return path;\n\t}\n\texports.normalize = normalize;\n\t\n\t/**\n\t * Joins two paths/URLs.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be joined with the root.\n\t *\n\t * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n\t * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n\t * first.\n\t * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n\t * is updated with the result and aRoot is returned. Otherwise the result\n\t * is returned.\n\t * - If aPath is absolute, the result is aPath.\n\t * - Otherwise the two paths are joined with a slash.\n\t * - Joining for example 'http://' and 'www.example.com' is also supported.\n\t */\n\tfunction join(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t if (aPath === \"\") {\n\t aPath = \".\";\n\t }\n\t var aPathUrl = urlParse(aPath);\n\t var aRootUrl = urlParse(aRoot);\n\t if (aRootUrl) {\n\t aRoot = aRootUrl.path || '/';\n\t }\n\t\n\t // `join(foo, '//www.example.org')`\n\t if (aPathUrl && !aPathUrl.scheme) {\n\t if (aRootUrl) {\n\t aPathUrl.scheme = aRootUrl.scheme;\n\t }\n\t return urlGenerate(aPathUrl);\n\t }\n\t\n\t if (aPathUrl || aPath.match(dataUrlRegexp)) {\n\t return aPath;\n\t }\n\t\n\t // `join('http://', 'www.example.com')`\n\t if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n\t aRootUrl.host = aPath;\n\t return urlGenerate(aRootUrl);\n\t }\n\t\n\t var joined = aPath.charAt(0) === '/'\n\t ? aPath\n\t : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\t\n\t if (aRootUrl) {\n\t aRootUrl.path = joined;\n\t return urlGenerate(aRootUrl);\n\t }\n\t return joined;\n\t}\n\texports.join = join;\n\t\n\texports.isAbsolute = function (aPath) {\n\t return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp);\n\t};\n\t\n\t/**\n\t * Make a path relative to a URL or another path.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be made relative to aRoot.\n\t */\n\tfunction relative(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t\n\t aRoot = aRoot.replace(/\\/$/, '');\n\t\n\t // It is possible for the path to be above the root. In this case, simply\n\t // checking whether the root is a prefix of the path won't work. Instead, we\n\t // need to remove components from the root one by one, until either we find\n\t // a prefix that fits, or we run out of components to remove.\n\t var level = 0;\n\t while (aPath.indexOf(aRoot + '/') !== 0) {\n\t var index = aRoot.lastIndexOf(\"/\");\n\t if (index < 0) {\n\t return aPath;\n\t }\n\t\n\t // If the only part of the root that is left is the scheme (i.e. http://,\n\t // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n\t // have exhausted all components, so the path is not relative to the root.\n\t aRoot = aRoot.slice(0, index);\n\t if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n\t return aPath;\n\t }\n\t\n\t ++level;\n\t }\n\t\n\t // Make sure we add a \"../\" for each component we removed from the root.\n\t return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n\t}\n\texports.relative = relative;\n\t\n\tvar supportsNullProto = (function () {\n\t var obj = Object.create(null);\n\t return !('__proto__' in obj);\n\t}());\n\t\n\tfunction identity (s) {\n\t return s;\n\t}\n\t\n\t/**\n\t * Because behavior goes wacky when you set `__proto__` on objects, we\n\t * have to prefix all the strings in our set with an arbitrary character.\n\t *\n\t * See https://github.com/mozilla/source-map/pull/31 and\n\t * https://github.com/mozilla/source-map/issues/30\n\t *\n\t * @param String aStr\n\t */\n\tfunction toSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return '$' + aStr;\n\t }\n\t\n\t return aStr;\n\t}\n\texports.toSetString = supportsNullProto ? identity : toSetString;\n\t\n\tfunction fromSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return aStr.slice(1);\n\t }\n\t\n\t return aStr;\n\t}\n\texports.fromSetString = supportsNullProto ? identity : fromSetString;\n\t\n\tfunction isProtoString(s) {\n\t if (!s) {\n\t return false;\n\t }\n\t\n\t var length = s.length;\n\t\n\t if (length < 9 /* \"__proto__\".length */) {\n\t return false;\n\t }\n\t\n\t if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n\t s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n\t s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n\t s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 9) !== 95 /* '_' */) {\n\t return false;\n\t }\n\t\n\t for (var i = length - 10; i >= 0; i--) {\n\t if (s.charCodeAt(i) !== 36 /* '$' */) {\n\t return false;\n\t }\n\t }\n\t\n\t return true;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings where the original positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same original source/line/column, but different generated\n\t * line and column the same. Useful when searching for a mapping with a\n\t * stubbed out mapping.\n\t */\n\tfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n\t var cmp = mappingA.source - mappingB.source;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0 || onlyCompareOriginal) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return mappingA.name - mappingB.name;\n\t}\n\texports.compareByOriginalPositions = compareByOriginalPositions;\n\t\n\t/**\n\t * Comparator between two mappings with deflated source and name indices where\n\t * the generated positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same generated line and column, but different\n\t * source/name/original line and column the same. Useful when searching for a\n\t * mapping with a stubbed out mapping.\n\t */\n\tfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0 || onlyCompareGenerated) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.source - mappingB.source;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return mappingA.name - mappingB.name;\n\t}\n\texports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\t\n\tfunction strcmp(aStr1, aStr2) {\n\t if (aStr1 === aStr2) {\n\t return 0;\n\t }\n\t\n\t if (aStr1 > aStr2) {\n\t return 1;\n\t }\n\t\n\t return -1;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings with inflated source and name strings where\n\t * the generated positions are compared.\n\t */\n\tfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar hasNativeMap = typeof Map !== \"undefined\";\n\t\n\t/**\n\t * A data structure which is a combination of an array and a set. Adding a new\n\t * member is O(1), testing for membership is O(1), and finding the index of an\n\t * element is O(1). Removing elements from the set is not supported. Only\n\t * strings are supported for membership.\n\t */\n\tfunction ArraySet() {\n\t this._array = [];\n\t this._set = hasNativeMap ? new Map() : Object.create(null);\n\t}\n\t\n\t/**\n\t * Static method for creating ArraySet instances from an existing array.\n\t */\n\tArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n\t var set = new ArraySet();\n\t for (var i = 0, len = aArray.length; i < len; i++) {\n\t set.add(aArray[i], aAllowDuplicates);\n\t }\n\t return set;\n\t};\n\t\n\t/**\n\t * Return how many unique items are in this ArraySet. If duplicates have been\n\t * added, than those do not count towards the size.\n\t *\n\t * @returns Number\n\t */\n\tArraySet.prototype.size = function ArraySet_size() {\n\t return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n\t};\n\t\n\t/**\n\t * Add the given string to this set.\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n\t var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n\t var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n\t var idx = this._array.length;\n\t if (!isDuplicate || aAllowDuplicates) {\n\t this._array.push(aStr);\n\t }\n\t if (!isDuplicate) {\n\t if (hasNativeMap) {\n\t this._set.set(aStr, idx);\n\t } else {\n\t this._set[sStr] = idx;\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Is the given string a member of this set?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.has = function ArraySet_has(aStr) {\n\t if (hasNativeMap) {\n\t return this._set.has(aStr);\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t return has.call(this._set, sStr);\n\t }\n\t};\n\t\n\t/**\n\t * What is the index of the given string in the array?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n\t if (hasNativeMap) {\n\t var idx = this._set.get(aStr);\n\t if (idx >= 0) {\n\t return idx;\n\t }\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t if (has.call(this._set, sStr)) {\n\t return this._set[sStr];\n\t }\n\t }\n\t\n\t throw new Error('\"' + aStr + '\" is not in the set.');\n\t};\n\t\n\t/**\n\t * What is the element at the given index?\n\t *\n\t * @param Number aIdx\n\t */\n\tArraySet.prototype.at = function ArraySet_at(aIdx) {\n\t if (aIdx >= 0 && aIdx < this._array.length) {\n\t return this._array[aIdx];\n\t }\n\t throw new Error('No element indexed by ' + aIdx);\n\t};\n\t\n\t/**\n\t * Returns the array representation of this set (which has the proper indices\n\t * indicated by indexOf). Note that this is a copy of the internal array used\n\t * for storing the members so that no one can mess with internal state.\n\t */\n\tArraySet.prototype.toArray = function ArraySet_toArray() {\n\t return this._array.slice();\n\t};\n\t\n\texports.ArraySet = ArraySet;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2014 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\t\n\t/**\n\t * Determine whether mappingB is after mappingA with respect to generated\n\t * position.\n\t */\n\tfunction generatedPositionAfter(mappingA, mappingB) {\n\t // Optimized for most common case\n\t var lineA = mappingA.generatedLine;\n\t var lineB = mappingB.generatedLine;\n\t var columnA = mappingA.generatedColumn;\n\t var columnB = mappingB.generatedColumn;\n\t return lineB > lineA || lineB == lineA && columnB >= columnA ||\n\t util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n\t}\n\t\n\t/**\n\t * A data structure to provide a sorted view of accumulated mappings in a\n\t * performance conscious manner. It trades a neglibable overhead in general\n\t * case for a large speedup in case of mappings being added in order.\n\t */\n\tfunction MappingList() {\n\t this._array = [];\n\t this._sorted = true;\n\t // Serves as infimum\n\t this._last = {generatedLine: -1, generatedColumn: 0};\n\t}\n\t\n\t/**\n\t * Iterate through internal items. This method takes the same arguments that\n\t * `Array.prototype.forEach` takes.\n\t *\n\t * NOTE: The order of the mappings is NOT guaranteed.\n\t */\n\tMappingList.prototype.unsortedForEach =\n\t function MappingList_forEach(aCallback, aThisArg) {\n\t this._array.forEach(aCallback, aThisArg);\n\t };\n\t\n\t/**\n\t * Add the given source mapping.\n\t *\n\t * @param Object aMapping\n\t */\n\tMappingList.prototype.add = function MappingList_add(aMapping) {\n\t if (generatedPositionAfter(this._last, aMapping)) {\n\t this._last = aMapping;\n\t this._array.push(aMapping);\n\t } else {\n\t this._sorted = false;\n\t this._array.push(aMapping);\n\t }\n\t};\n\t\n\t/**\n\t * Returns the flat, sorted array of mappings. The mappings are sorted by\n\t * generated position.\n\t *\n\t * WARNING: This method returns internal data without copying, for\n\t * performance. The return value must NOT be mutated, and should be treated as\n\t * an immutable borrow. If you want to take ownership, you must make your own\n\t * copy.\n\t */\n\tMappingList.prototype.toArray = function MappingList_toArray() {\n\t if (!this._sorted) {\n\t this._array.sort(util.compareByGeneratedPositionsInflated);\n\t this._sorted = true;\n\t }\n\t return this._array;\n\t};\n\t\n\texports.MappingList = MappingList;\n\n\n/***/ }),\n/* 7 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar binarySearch = __webpack_require__(8);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar base64VLQ = __webpack_require__(2);\n\tvar quickSort = __webpack_require__(9).quickSort;\n\t\n\tfunction SourceMapConsumer(aSourceMap) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n\t }\n\t\n\t return sourceMap.sections != null\n\t ? new IndexedSourceMapConsumer(sourceMap)\n\t : new BasicSourceMapConsumer(sourceMap);\n\t}\n\t\n\tSourceMapConsumer.fromSourceMap = function(aSourceMap) {\n\t return BasicSourceMapConsumer.fromSourceMap(aSourceMap);\n\t}\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tSourceMapConsumer.prototype._version = 3;\n\t\n\t// `__generatedMappings` and `__originalMappings` are arrays that hold the\n\t// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n\t// are lazily instantiated, accessed via the `_generatedMappings` and\n\t// `_originalMappings` getters respectively, and we only parse the mappings\n\t// and create these arrays once queried for a source location. We jump through\n\t// these hoops because there can be many thousands of mappings, and parsing\n\t// them is expensive, so we only want to do it if we must.\n\t//\n\t// Each object in the arrays is of the form:\n\t//\n\t// {\n\t// generatedLine: The line number in the generated code,\n\t// generatedColumn: The column number in the generated code,\n\t// source: The path to the original source file that generated this\n\t// chunk of code,\n\t// originalLine: The line number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// originalColumn: The column number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// name: The name of the original symbol which generated this chunk of\n\t// code.\n\t// }\n\t//\n\t// All properties except for `generatedLine` and `generatedColumn` can be\n\t// `null`.\n\t//\n\t// `_generatedMappings` is ordered by the generated positions.\n\t//\n\t// `_originalMappings` is ordered by the original positions.\n\t\n\tSourceMapConsumer.prototype.__generatedMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n\t get: function () {\n\t if (!this.__generatedMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__generatedMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype.__originalMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n\t get: function () {\n\t if (!this.__originalMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__originalMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype._charIsMappingSeparator =\n\t function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n\t var c = aStr.charAt(index);\n\t return c === \";\" || c === \",\";\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t throw new Error(\"Subclasses must implement _parseMappings\");\n\t };\n\t\n\tSourceMapConsumer.GENERATED_ORDER = 1;\n\tSourceMapConsumer.ORIGINAL_ORDER = 2;\n\t\n\tSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\n\tSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Iterate over each mapping between an original source/line/column and a\n\t * generated line/column in this source map.\n\t *\n\t * @param Function aCallback\n\t * The function that is called with each mapping.\n\t * @param Object aContext\n\t * Optional. If specified, this object will be the value of `this` every\n\t * time that `aCallback` is called.\n\t * @param aOrder\n\t * Either `SourceMapConsumer.GENERATED_ORDER` or\n\t * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n\t * iterate over the mappings sorted by the generated file's line/column\n\t * order or the original's source/line/column order, respectively. Defaults to\n\t * `SourceMapConsumer.GENERATED_ORDER`.\n\t */\n\tSourceMapConsumer.prototype.eachMapping =\n\t function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n\t var context = aContext || null;\n\t var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\t\n\t var mappings;\n\t switch (order) {\n\t case SourceMapConsumer.GENERATED_ORDER:\n\t mappings = this._generatedMappings;\n\t break;\n\t case SourceMapConsumer.ORIGINAL_ORDER:\n\t mappings = this._originalMappings;\n\t break;\n\t default:\n\t throw new Error(\"Unknown order of iteration.\");\n\t }\n\t\n\t var sourceRoot = this.sourceRoot;\n\t mappings.map(function (mapping) {\n\t var source = mapping.source === null ? null : this._sources.at(mapping.source);\n\t if (source != null && sourceRoot != null) {\n\t source = util.join(sourceRoot, source);\n\t }\n\t return {\n\t source: source,\n\t generatedLine: mapping.generatedLine,\n\t generatedColumn: mapping.generatedColumn,\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: mapping.name === null ? null : this._names.at(mapping.name)\n\t };\n\t }, this).forEach(aCallback, context);\n\t };\n\t\n\t/**\n\t * Returns all generated line and column information for the original source,\n\t * line, and column provided. If no column is provided, returns all mappings\n\t * corresponding to a either the line we are searching for or the next\n\t * closest line that has any mappings. Otherwise, returns all mappings\n\t * corresponding to the given line and either the column we are searching for\n\t * or the next closest column that has any offsets.\n\t *\n\t * The only argument is an object with the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source.\n\t * - column: Optional. the column number in the original source.\n\t *\n\t * and an array of objects is returned, each with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null.\n\t * - column: The column number in the generated source, or null.\n\t */\n\tSourceMapConsumer.prototype.allGeneratedPositionsFor =\n\t function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n\t var line = util.getArg(aArgs, 'line');\n\t\n\t // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n\t // returns the index of the closest mapping less than the needle. By\n\t // setting needle.originalColumn to 0, we thus find the last mapping for\n\t // the given line, provided such a mapping exists.\n\t var needle = {\n\t source: util.getArg(aArgs, 'source'),\n\t originalLine: line,\n\t originalColumn: util.getArg(aArgs, 'column', 0)\n\t };\n\t\n\t if (this.sourceRoot != null) {\n\t needle.source = util.relative(this.sourceRoot, needle.source);\n\t }\n\t if (!this._sources.has(needle.source)) {\n\t return [];\n\t }\n\t needle.source = this._sources.indexOf(needle.source);\n\t\n\t var mappings = [];\n\t\n\t var index = this._findMapping(needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t binarySearch.LEAST_UPPER_BOUND);\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (aArgs.column === undefined) {\n\t var originalLine = mapping.originalLine;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we found. Since\n\t // mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we found.\n\t while (mapping && mapping.originalLine === originalLine) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t } else {\n\t var originalColumn = mapping.originalColumn;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we were searching for.\n\t // Since mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we are searching for.\n\t while (mapping &&\n\t mapping.originalLine === line &&\n\t mapping.originalColumn == originalColumn) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t }\n\t }\n\t\n\t return mappings;\n\t };\n\t\n\texports.SourceMapConsumer = SourceMapConsumer;\n\t\n\t/**\n\t * A BasicSourceMapConsumer instance represents a parsed source map which we can\n\t * query for information about the original file positions by giving it a file\n\t * position in the generated source.\n\t *\n\t * The only parameter is the raw source map (either as a JSON string, or\n\t * already parsed to an object). According to the spec, source maps have the\n\t * following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - sources: An array of URLs to the original source files.\n\t * - names: An array of identifiers which can be referrenced by individual mappings.\n\t * - sourceRoot: Optional. The URL root from which all sources are relative.\n\t * - sourcesContent: Optional. An array of contents of the original source files.\n\t * - mappings: A string of base64 VLQs which contain the actual mappings.\n\t * - file: Optional. The generated file this source map is associated with.\n\t *\n\t * Here is an example source map, taken from the source map spec[0]:\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"out.js\",\n\t * sourceRoot : \"\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AA,AB;;ABCDE;\"\n\t * }\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n\t */\n\tfunction BasicSourceMapConsumer(aSourceMap) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sources = util.getArg(sourceMap, 'sources');\n\t // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n\t // requires the array) to play nice here.\n\t var names = util.getArg(sourceMap, 'names', []);\n\t var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n\t var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n\t var mappings = util.getArg(sourceMap, 'mappings');\n\t var file = util.getArg(sourceMap, 'file', null);\n\t\n\t // Once again, Sass deviates from the spec and supplies the version as a\n\t // string rather than a number, so we use loose equality checking here.\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t sources = sources\n\t .map(String)\n\t // Some source maps produce relative source paths like \"./foo.js\" instead of\n\t // \"foo.js\". Normalize these first so that future comparisons will succeed.\n\t // See bugzil.la/1090768.\n\t .map(util.normalize)\n\t // Always ensure that absolute sources are internally stored relative to\n\t // the source root, if the source root is absolute. Not doing this would\n\t // be particularly problematic when the source root is a prefix of the\n\t // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n\t .map(function (source) {\n\t return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n\t ? util.relative(sourceRoot, source)\n\t : source;\n\t });\n\t\n\t // Pass `true` below to allow duplicate names and sources. While source maps\n\t // are intended to be compressed and deduplicated, the TypeScript compiler\n\t // sometimes generates source maps with duplicates in them. See Github issue\n\t // #72 and bugzil.la/889492.\n\t this._names = ArraySet.fromArray(names.map(String), true);\n\t this._sources = ArraySet.fromArray(sources, true);\n\t\n\t this.sourceRoot = sourceRoot;\n\t this.sourcesContent = sourcesContent;\n\t this._mappings = mappings;\n\t this.file = file;\n\t}\n\t\n\tBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\t\n\t/**\n\t * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n\t *\n\t * @param SourceMapGenerator aSourceMap\n\t * The source map that will be consumed.\n\t * @returns BasicSourceMapConsumer\n\t */\n\tBasicSourceMapConsumer.fromSourceMap =\n\t function SourceMapConsumer_fromSourceMap(aSourceMap) {\n\t var smc = Object.create(BasicSourceMapConsumer.prototype);\n\t\n\t var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n\t var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n\t smc.sourceRoot = aSourceMap._sourceRoot;\n\t smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n\t smc.sourceRoot);\n\t smc.file = aSourceMap._file;\n\t\n\t // Because we are modifying the entries (by converting string sources and\n\t // names to indices into the sources and names ArraySets), we have to make\n\t // a copy of the entry or else bad things happen. Shared mutable state\n\t // strikes again! See github issue #191.\n\t\n\t var generatedMappings = aSourceMap._mappings.toArray().slice();\n\t var destGeneratedMappings = smc.__generatedMappings = [];\n\t var destOriginalMappings = smc.__originalMappings = [];\n\t\n\t for (var i = 0, length = generatedMappings.length; i < length; i++) {\n\t var srcMapping = generatedMappings[i];\n\t var destMapping = new Mapping;\n\t destMapping.generatedLine = srcMapping.generatedLine;\n\t destMapping.generatedColumn = srcMapping.generatedColumn;\n\t\n\t if (srcMapping.source) {\n\t destMapping.source = sources.indexOf(srcMapping.source);\n\t destMapping.originalLine = srcMapping.originalLine;\n\t destMapping.originalColumn = srcMapping.originalColumn;\n\t\n\t if (srcMapping.name) {\n\t destMapping.name = names.indexOf(srcMapping.name);\n\t }\n\t\n\t destOriginalMappings.push(destMapping);\n\t }\n\t\n\t destGeneratedMappings.push(destMapping);\n\t }\n\t\n\t quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\t\n\t return smc;\n\t };\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tBasicSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t return this._sources.toArray().map(function (s) {\n\t return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s;\n\t }, this);\n\t }\n\t});\n\t\n\t/**\n\t * Provide the JIT with a nice shape / hidden class.\n\t */\n\tfunction Mapping() {\n\t this.generatedLine = 0;\n\t this.generatedColumn = 0;\n\t this.source = null;\n\t this.originalLine = null;\n\t this.originalColumn = null;\n\t this.name = null;\n\t}\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tBasicSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t var generatedLine = 1;\n\t var previousGeneratedColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousOriginalColumn = 0;\n\t var previousSource = 0;\n\t var previousName = 0;\n\t var length = aStr.length;\n\t var index = 0;\n\t var cachedSegments = {};\n\t var temp = {};\n\t var originalMappings = [];\n\t var generatedMappings = [];\n\t var mapping, str, segment, end, value;\n\t\n\t while (index < length) {\n\t if (aStr.charAt(index) === ';') {\n\t generatedLine++;\n\t index++;\n\t previousGeneratedColumn = 0;\n\t }\n\t else if (aStr.charAt(index) === ',') {\n\t index++;\n\t }\n\t else {\n\t mapping = new Mapping();\n\t mapping.generatedLine = generatedLine;\n\t\n\t // Because each offset is encoded relative to the previous one,\n\t // many segments often have the same encoding. We can exploit this\n\t // fact by caching the parsed variable length fields of each segment,\n\t // allowing us to avoid a second parse if we encounter the same\n\t // segment again.\n\t for (end = index; end < length; end++) {\n\t if (this._charIsMappingSeparator(aStr, end)) {\n\t break;\n\t }\n\t }\n\t str = aStr.slice(index, end);\n\t\n\t segment = cachedSegments[str];\n\t if (segment) {\n\t index += str.length;\n\t } else {\n\t segment = [];\n\t while (index < end) {\n\t base64VLQ.decode(aStr, index, temp);\n\t value = temp.value;\n\t index = temp.rest;\n\t segment.push(value);\n\t }\n\t\n\t if (segment.length === 2) {\n\t throw new Error('Found a source, but no line and column');\n\t }\n\t\n\t if (segment.length === 3) {\n\t throw new Error('Found a source and line, but no column');\n\t }\n\t\n\t cachedSegments[str] = segment;\n\t }\n\t\n\t // Generated column.\n\t mapping.generatedColumn = previousGeneratedColumn + segment[0];\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (segment.length > 1) {\n\t // Original source.\n\t mapping.source = previousSource + segment[1];\n\t previousSource += segment[1];\n\t\n\t // Original line.\n\t mapping.originalLine = previousOriginalLine + segment[2];\n\t previousOriginalLine = mapping.originalLine;\n\t // Lines are stored 0-based\n\t mapping.originalLine += 1;\n\t\n\t // Original column.\n\t mapping.originalColumn = previousOriginalColumn + segment[3];\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (segment.length > 4) {\n\t // Original name.\n\t mapping.name = previousName + segment[4];\n\t previousName += segment[4];\n\t }\n\t }\n\t\n\t generatedMappings.push(mapping);\n\t if (typeof mapping.originalLine === 'number') {\n\t originalMappings.push(mapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t this.__generatedMappings = generatedMappings;\n\t\n\t quickSort(originalMappings, util.compareByOriginalPositions);\n\t this.__originalMappings = originalMappings;\n\t };\n\t\n\t/**\n\t * Find the mapping that best matches the hypothetical \"needle\" mapping that\n\t * we are searching for in the given \"haystack\" of mappings.\n\t */\n\tBasicSourceMapConsumer.prototype._findMapping =\n\t function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n\t aColumnName, aComparator, aBias) {\n\t // To return the position we are searching for, we must first find the\n\t // mapping for the given position and then return the opposite position it\n\t // points to. Because the mappings are sorted, we can use binary search to\n\t // find the best mapping.\n\t\n\t if (aNeedle[aLineName] <= 0) {\n\t throw new TypeError('Line must be greater than or equal to 1, got '\n\t + aNeedle[aLineName]);\n\t }\n\t if (aNeedle[aColumnName] < 0) {\n\t throw new TypeError('Column must be greater than or equal to 0, got '\n\t + aNeedle[aColumnName]);\n\t }\n\t\n\t return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n\t };\n\t\n\t/**\n\t * Compute the last column for each generated mapping. The last column is\n\t * inclusive.\n\t */\n\tBasicSourceMapConsumer.prototype.computeColumnSpans =\n\t function SourceMapConsumer_computeColumnSpans() {\n\t for (var index = 0; index < this._generatedMappings.length; ++index) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t // Mappings do not contain a field for the last generated columnt. We\n\t // can come up with an optimistic estimate, however, by assuming that\n\t // mappings are contiguous (i.e. given two consecutive mappings, the\n\t // first mapping ends where the second one starts).\n\t if (index + 1 < this._generatedMappings.length) {\n\t var nextMapping = this._generatedMappings[index + 1];\n\t\n\t if (mapping.generatedLine === nextMapping.generatedLine) {\n\t mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n\t continue;\n\t }\n\t }\n\t\n\t // The last mapping for each line spans the entire line.\n\t mapping.lastGeneratedColumn = Infinity;\n\t }\n\t };\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source.\n\t * - column: The column number in the generated source.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null.\n\t * - column: The column number in the original source, or null.\n\t * - name: The original identifier, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.originalPositionFor =\n\t function SourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._generatedMappings,\n\t \"generatedLine\",\n\t \"generatedColumn\",\n\t util.compareByGeneratedPositionsDeflated,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t if (mapping.generatedLine === needle.generatedLine) {\n\t var source = util.getArg(mapping, 'source', null);\n\t if (source !== null) {\n\t source = this._sources.at(source);\n\t if (this.sourceRoot != null) {\n\t source = util.join(this.sourceRoot, source);\n\t }\n\t }\n\t var name = util.getArg(mapping, 'name', null);\n\t if (name !== null) {\n\t name = this._names.at(name);\n\t }\n\t return {\n\t source: source,\n\t line: util.getArg(mapping, 'originalLine', null),\n\t column: util.getArg(mapping, 'originalColumn', null),\n\t name: name\n\t };\n\t }\n\t }\n\t\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function BasicSourceMapConsumer_hasContentsOfAllSources() {\n\t if (!this.sourcesContent) {\n\t return false;\n\t }\n\t return this.sourcesContent.length >= this._sources.size() &&\n\t !this.sourcesContent.some(function (sc) { return sc == null; });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tBasicSourceMapConsumer.prototype.sourceContentFor =\n\t function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t if (!this.sourcesContent) {\n\t return null;\n\t }\n\t\n\t if (this.sourceRoot != null) {\n\t aSource = util.relative(this.sourceRoot, aSource);\n\t }\n\t\n\t if (this._sources.has(aSource)) {\n\t return this.sourcesContent[this._sources.indexOf(aSource)];\n\t }\n\t\n\t var url;\n\t if (this.sourceRoot != null\n\t && (url = util.urlParse(this.sourceRoot))) {\n\t // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n\t // many users. We can help them out when they expect file:// URIs to\n\t // behave like it would if they were running a local HTTP server. See\n\t // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n\t var fileUriAbsPath = aSource.replace(/^file:\\/\\//, \"\");\n\t if (url.scheme == \"file\"\n\t && this._sources.has(fileUriAbsPath)) {\n\t return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n\t }\n\t\n\t if ((!url.path || url.path == \"/\")\n\t && this._sources.has(\"/\" + aSource)) {\n\t return this.sourcesContent[this._sources.indexOf(\"/\" + aSource)];\n\t }\n\t }\n\t\n\t // This function is used recursively from\n\t // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n\t // don't want to throw if we can't find the source - we just want to\n\t // return null, so we provide a flag to exit gracefully.\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source.\n\t * - column: The column number in the original source.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null.\n\t * - column: The column number in the generated source, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.generatedPositionFor =\n\t function SourceMapConsumer_generatedPositionFor(aArgs) {\n\t var source = util.getArg(aArgs, 'source');\n\t if (this.sourceRoot != null) {\n\t source = util.relative(this.sourceRoot, source);\n\t }\n\t if (!this._sources.has(source)) {\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t }\n\t source = this._sources.indexOf(source);\n\t\n\t var needle = {\n\t source: source,\n\t originalLine: util.getArg(aArgs, 'line'),\n\t originalColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (mapping.source === needle.source) {\n\t return {\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t };\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t };\n\t\n\texports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\t\n\t/**\n\t * An IndexedSourceMapConsumer instance represents a parsed source map which\n\t * we can query for information. It differs from BasicSourceMapConsumer in\n\t * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n\t * input.\n\t *\n\t * The only parameter is a raw source map (either as a JSON string, or already\n\t * parsed to an object). According to the spec for indexed source maps, they\n\t * have the following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - file: Optional. The generated file this source map is associated with.\n\t * - sections: A list of section definitions.\n\t *\n\t * Each value under the \"sections\" field has two fields:\n\t * - offset: The offset into the original specified at which this section\n\t * begins to apply, defined as an object with a \"line\" and \"column\"\n\t * field.\n\t * - map: A source map definition. This source map could also be indexed,\n\t * but doesn't have to be.\n\t *\n\t * Instead of the \"map\" field, it's also possible to have a \"url\" field\n\t * specifying a URL to retrieve a source map from, but that's currently\n\t * unsupported.\n\t *\n\t * Here's an example source map, taken from the source map spec[0], but\n\t * modified to omit a section which uses the \"url\" field.\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"app.js\",\n\t * sections: [{\n\t * offset: {line:100, column:10},\n\t * map: {\n\t * version : 3,\n\t * file: \"section.js\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AAAA,E;;ABCDE;\"\n\t * }\n\t * }],\n\t * }\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n\t */\n\tfunction IndexedSourceMapConsumer(aSourceMap) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sections = util.getArg(sourceMap, 'sections');\n\t\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t this._sources = new ArraySet();\n\t this._names = new ArraySet();\n\t\n\t var lastOffset = {\n\t line: -1,\n\t column: 0\n\t };\n\t this._sections = sections.map(function (s) {\n\t if (s.url) {\n\t // The url field will require support for asynchronicity.\n\t // See https://github.com/mozilla/source-map/issues/16\n\t throw new Error('Support for url field in sections not implemented.');\n\t }\n\t var offset = util.getArg(s, 'offset');\n\t var offsetLine = util.getArg(offset, 'line');\n\t var offsetColumn = util.getArg(offset, 'column');\n\t\n\t if (offsetLine < lastOffset.line ||\n\t (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n\t throw new Error('Section offsets must be ordered and non-overlapping.');\n\t }\n\t lastOffset = offset;\n\t\n\t return {\n\t generatedOffset: {\n\t // The offset fields are 0-based, but we use 1-based indices when\n\t // encoding/decoding from VLQ.\n\t generatedLine: offsetLine + 1,\n\t generatedColumn: offsetColumn + 1\n\t },\n\t consumer: new SourceMapConsumer(util.getArg(s, 'map'))\n\t }\n\t });\n\t}\n\t\n\tIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tIndexedSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t var sources = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n\t sources.push(this._sections[i].consumer.sources[j]);\n\t }\n\t }\n\t return sources;\n\t }\n\t});\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source.\n\t * - column: The column number in the generated source.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null.\n\t * - column: The column number in the original source, or null.\n\t * - name: The original identifier, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.originalPositionFor =\n\t function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t // Find the section containing the generated position we're trying to map\n\t // to an original position.\n\t var sectionIndex = binarySearch.search(needle, this._sections,\n\t function(needle, section) {\n\t var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n\t if (cmp) {\n\t return cmp;\n\t }\n\t\n\t return (needle.generatedColumn -\n\t section.generatedOffset.generatedColumn);\n\t });\n\t var section = this._sections[sectionIndex];\n\t\n\t if (!section) {\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t }\n\t\n\t return section.consumer.originalPositionFor({\n\t line: needle.generatedLine -\n\t (section.generatedOffset.generatedLine - 1),\n\t column: needle.generatedColumn -\n\t (section.generatedOffset.generatedLine === needle.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t bias: aArgs.bias\n\t });\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n\t return this._sections.every(function (s) {\n\t return s.consumer.hasContentsOfAllSources();\n\t });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tIndexedSourceMapConsumer.prototype.sourceContentFor =\n\t function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t var content = section.consumer.sourceContentFor(aSource, true);\n\t if (content) {\n\t return content;\n\t }\n\t }\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source.\n\t * - column: The column number in the original source.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null.\n\t * - column: The column number in the generated source, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.generatedPositionFor =\n\t function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t // Only consider this section if the requested source is in the list of\n\t // sources of the consumer.\n\t if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) {\n\t continue;\n\t }\n\t var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n\t if (generatedPosition) {\n\t var ret = {\n\t line: generatedPosition.line +\n\t (section.generatedOffset.generatedLine - 1),\n\t column: generatedPosition.column +\n\t (section.generatedOffset.generatedLine === generatedPosition.line\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0)\n\t };\n\t return ret;\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null\n\t };\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tIndexedSourceMapConsumer.prototype._parseMappings =\n\t function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t this.__generatedMappings = [];\n\t this.__originalMappings = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t var sectionMappings = section.consumer._generatedMappings;\n\t for (var j = 0; j < sectionMappings.length; j++) {\n\t var mapping = sectionMappings[j];\n\t\n\t var source = section.consumer._sources.at(mapping.source);\n\t if (section.consumer.sourceRoot !== null) {\n\t source = util.join(section.consumer.sourceRoot, source);\n\t }\n\t this._sources.add(source);\n\t source = this._sources.indexOf(source);\n\t\n\t var name = section.consumer._names.at(mapping.name);\n\t this._names.add(name);\n\t name = this._names.indexOf(name);\n\t\n\t // The mappings coming from the consumer for the section have\n\t // generated positions relative to the start of the section, so we\n\t // need to offset them to be relative to the start of the concatenated\n\t // generated file.\n\t var adjustedMapping = {\n\t source: source,\n\t generatedLine: mapping.generatedLine +\n\t (section.generatedOffset.generatedLine - 1),\n\t generatedColumn: mapping.generatedColumn +\n\t (section.generatedOffset.generatedLine === mapping.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: name\n\t };\n\t\n\t this.__generatedMappings.push(adjustedMapping);\n\t if (typeof adjustedMapping.originalLine === 'number') {\n\t this.__originalMappings.push(adjustedMapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t quickSort(this.__originalMappings, util.compareByOriginalPositions);\n\t };\n\t\n\texports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n/***/ }),\n/* 8 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\texports.GREATEST_LOWER_BOUND = 1;\n\texports.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Recursive implementation of binary search.\n\t *\n\t * @param aLow Indices here and lower do not contain the needle.\n\t * @param aHigh Indices here and higher do not contain the needle.\n\t * @param aNeedle The element being searched for.\n\t * @param aHaystack The non-empty array being searched.\n\t * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t */\n\tfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n\t // This function terminates when one of the following is true:\n\t //\n\t // 1. We find the exact element we are looking for.\n\t //\n\t // 2. We did not find the exact element, but we can return the index of\n\t // the next-closest element.\n\t //\n\t // 3. We did not find the exact element, and there is no next-closest\n\t // element than the one we are searching for, so we return -1.\n\t var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n\t var cmp = aCompare(aNeedle, aHaystack[mid], true);\n\t if (cmp === 0) {\n\t // Found the element we are looking for.\n\t return mid;\n\t }\n\t else if (cmp > 0) {\n\t // Our needle is greater than aHaystack[mid].\n\t if (aHigh - mid > 1) {\n\t // The element is in the upper half.\n\t return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // The exact needle element was not found in this haystack. Determine if\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return aHigh < aHaystack.length ? aHigh : -1;\n\t } else {\n\t return mid;\n\t }\n\t }\n\t else {\n\t // Our needle is less than aHaystack[mid].\n\t if (mid - aLow > 1) {\n\t // The element is in the lower half.\n\t return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return mid;\n\t } else {\n\t return aLow < 0 ? -1 : aLow;\n\t }\n\t }\n\t}\n\t\n\t/**\n\t * This is an implementation of binary search which will always try and return\n\t * the index of the closest element if there is no exact hit. This is because\n\t * mappings between original and generated line/col pairs are single points,\n\t * and there is an implicit region between each of them, so a miss just means\n\t * that you aren't on the very start of a region.\n\t *\n\t * @param aNeedle The element you are looking for.\n\t * @param aHaystack The array that is being searched.\n\t * @param aCompare A function which takes the needle and an element in the\n\t * array and returns -1, 0, or 1 depending on whether the needle is less\n\t * than, equal to, or greater than the element, respectively.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n\t */\n\texports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n\t if (aHaystack.length === 0) {\n\t return -1;\n\t }\n\t\n\t var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n\t aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n\t if (index < 0) {\n\t return -1;\n\t }\n\t\n\t // We have found either the exact element, or the next-closest element than\n\t // the one we are searching for. However, there may be more than one such\n\t // element. Make sure we always return the smallest of these.\n\t while (index - 1 >= 0) {\n\t if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n\t break;\n\t }\n\t --index;\n\t }\n\t\n\t return index;\n\t};\n\n\n/***/ }),\n/* 9 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t// It turns out that some (most?) JavaScript engines don't self-host\n\t// `Array.prototype.sort`. This makes sense because C++ will likely remain\n\t// faster than JS when doing raw CPU-intensive sorting. However, when using a\n\t// custom comparator function, calling back and forth between the VM's C++ and\n\t// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n\t// worse generated code for the comparator function than would be optimal. In\n\t// fact, when sorting with a comparator, these costs outweigh the benefits of\n\t// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n\t// a ~3500ms mean speed-up in `bench/bench.html`.\n\t\n\t/**\n\t * Swap the elements indexed by `x` and `y` in the array `ary`.\n\t *\n\t * @param {Array} ary\n\t * The array.\n\t * @param {Number} x\n\t * The index of the first item.\n\t * @param {Number} y\n\t * The index of the second item.\n\t */\n\tfunction swap(ary, x, y) {\n\t var temp = ary[x];\n\t ary[x] = ary[y];\n\t ary[y] = temp;\n\t}\n\t\n\t/**\n\t * Returns a random integer within the range `low .. high` inclusive.\n\t *\n\t * @param {Number} low\n\t * The lower bound on the range.\n\t * @param {Number} high\n\t * The upper bound on the range.\n\t */\n\tfunction randomIntInRange(low, high) {\n\t return Math.round(low + (Math.random() * (high - low)));\n\t}\n\t\n\t/**\n\t * The Quick Sort algorithm.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t * @param {Number} p\n\t * Start index of the array\n\t * @param {Number} r\n\t * End index of the array\n\t */\n\tfunction doQuickSort(ary, comparator, p, r) {\n\t // If our lower bound is less than our upper bound, we (1) partition the\n\t // array into two pieces and (2) recurse on each half. If it is not, this is\n\t // the empty array and our base case.\n\t\n\t if (p < r) {\n\t // (1) Partitioning.\n\t //\n\t // The partitioning chooses a pivot between `p` and `r` and moves all\n\t // elements that are less than or equal to the pivot to the before it, and\n\t // all the elements that are greater than it after it. The effect is that\n\t // once partition is done, the pivot is in the exact place it will be when\n\t // the array is put in sorted order, and it will not need to be moved\n\t // again. This runs in O(n) time.\n\t\n\t // Always choose a random pivot so that an input array which is reverse\n\t // sorted does not cause O(n^2) running time.\n\t var pivotIndex = randomIntInRange(p, r);\n\t var i = p - 1;\n\t\n\t swap(ary, pivotIndex, r);\n\t var pivot = ary[r];\n\t\n\t // Immediately after `j` is incremented in this loop, the following hold\n\t // true:\n\t //\n\t // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n\t //\n\t // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n\t for (var j = p; j < r; j++) {\n\t if (comparator(ary[j], pivot) <= 0) {\n\t i += 1;\n\t swap(ary, i, j);\n\t }\n\t }\n\t\n\t swap(ary, i + 1, j);\n\t var q = i + 1;\n\t\n\t // (2) Recurse on each half.\n\t\n\t doQuickSort(ary, comparator, p, q - 1);\n\t doQuickSort(ary, comparator, q + 1, r);\n\t }\n\t}\n\t\n\t/**\n\t * Sort the given array in-place with the given comparator function.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t */\n\texports.quickSort = function (ary, comparator) {\n\t doQuickSort(ary, comparator, 0, ary.length - 1);\n\t};\n\n\n/***/ }),\n/* 10 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\tvar util = __webpack_require__(4);\n\t\n\t// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n\t// operating systems these days (capturing the result).\n\tvar REGEX_NEWLINE = /(\\r?\\n)/;\n\t\n\t// Newline character code for charCodeAt() comparisons\n\tvar NEWLINE_CODE = 10;\n\t\n\t// Private symbol for identifying `SourceNode`s when multiple versions of\n\t// the source-map library are loaded. This MUST NOT CHANGE across\n\t// versions!\n\tvar isSourceNode = \"$$$isSourceNode$$$\";\n\t\n\t/**\n\t * SourceNodes provide a way to abstract over interpolating/concatenating\n\t * snippets of generated JavaScript source code while maintaining the line and\n\t * column information associated with the original source code.\n\t *\n\t * @param aLine The original line number.\n\t * @param aColumn The original column number.\n\t * @param aSource The original source's filename.\n\t * @param aChunks Optional. An array of strings which are snippets of\n\t * generated JS, or other SourceNodes.\n\t * @param aName The original identifier.\n\t */\n\tfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n\t this.children = [];\n\t this.sourceContents = {};\n\t this.line = aLine == null ? null : aLine;\n\t this.column = aColumn == null ? null : aColumn;\n\t this.source = aSource == null ? null : aSource;\n\t this.name = aName == null ? null : aName;\n\t this[isSourceNode] = true;\n\t if (aChunks != null) this.add(aChunks);\n\t}\n\t\n\t/**\n\t * Creates a SourceNode from generated code and a SourceMapConsumer.\n\t *\n\t * @param aGeneratedCode The generated code\n\t * @param aSourceMapConsumer The SourceMap for the generated code\n\t * @param aRelativePath Optional. The path that relative sources in the\n\t * SourceMapConsumer should be relative to.\n\t */\n\tSourceNode.fromStringWithSourceMap =\n\t function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n\t // The SourceNode we want to fill with the generated code\n\t // and the SourceMap\n\t var node = new SourceNode();\n\t\n\t // All even indices of this array are one line of the generated code,\n\t // while all odd indices are the newlines between two adjacent lines\n\t // (since `REGEX_NEWLINE` captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n\t var remainingLinesIndex = 0;\n\t var shiftNextLine = function() {\n\t var lineContents = getNextLine();\n\t // The last line of a file might not have a newline.\n\t var newLine = getNextLine() || \"\";\n\t return lineContents + newLine;\n\t\n\t function getNextLine() {\n\t return remainingLinesIndex < remainingLines.length ?\n\t remainingLines[remainingLinesIndex++] : undefined;\n\t }\n\t };\n\t\n\t // We need to remember the position of \"remainingLines\"\n\t var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\t\n\t // The generate SourceNodes we need a code range.\n\t // To extract it current and last mapping is used.\n\t // Here we store the last mapping.\n\t var lastMapping = null;\n\t\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t if (lastMapping !== null) {\n\t // We add the code from \"lastMapping\" to \"mapping\":\n\t // First check if there is a new line in between.\n\t if (lastGeneratedLine < mapping.generatedLine) {\n\t // Associate first line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t lastGeneratedLine++;\n\t lastGeneratedColumn = 0;\n\t // The remaining code is added without mapping\n\t } else {\n\t // There is no new line in between.\n\t // Associate the code between \"lastGeneratedColumn\" and\n\t // \"mapping.generatedColumn\" with \"lastMapping\"\n\t var nextLine = remainingLines[remainingLinesIndex];\n\t var code = nextLine.substr(0, mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t addMappingWithCode(lastMapping, code);\n\t // No more remaining code, continue\n\t lastMapping = mapping;\n\t return;\n\t }\n\t }\n\t // We add the generated code until the first mapping\n\t // to the SourceNode without any mapping.\n\t // Each line is added as separate string.\n\t while (lastGeneratedLine < mapping.generatedLine) {\n\t node.add(shiftNextLine());\n\t lastGeneratedLine++;\n\t }\n\t if (lastGeneratedColumn < mapping.generatedColumn) {\n\t var nextLine = remainingLines[remainingLinesIndex];\n\t node.add(nextLine.substr(0, mapping.generatedColumn));\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t }\n\t lastMapping = mapping;\n\t }, this);\n\t // We have processed all mappings.\n\t if (remainingLinesIndex < remainingLines.length) {\n\t if (lastMapping) {\n\t // Associate the remaining code in the current line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t }\n\t // and add the remaining lines without any mapping\n\t node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n\t }\n\t\n\t // Copy sourcesContent into SourceNode\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aRelativePath != null) {\n\t sourceFile = util.join(aRelativePath, sourceFile);\n\t }\n\t node.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t\n\t return node;\n\t\n\t function addMappingWithCode(mapping, code) {\n\t if (mapping === null || mapping.source === undefined) {\n\t node.add(code);\n\t } else {\n\t var source = aRelativePath\n\t ? util.join(aRelativePath, mapping.source)\n\t : mapping.source;\n\t node.add(new SourceNode(mapping.originalLine,\n\t mapping.originalColumn,\n\t source,\n\t code,\n\t mapping.name));\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Add a chunk of generated JS to this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.add = function SourceNode_add(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t aChunk.forEach(function (chunk) {\n\t this.add(chunk);\n\t }, this);\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t if (aChunk) {\n\t this.children.push(aChunk);\n\t }\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Add a chunk of generated JS to the beginning of this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t for (var i = aChunk.length-1; i >= 0; i--) {\n\t this.prepend(aChunk[i]);\n\t }\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t this.children.unshift(aChunk);\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Walk over the tree of JS snippets in this node and its children. The\n\t * walking function is called once for each snippet of JS and is passed that\n\t * snippet and the its original associated source's line/column location.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n\t var chunk;\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t chunk = this.children[i];\n\t if (chunk[isSourceNode]) {\n\t chunk.walk(aFn);\n\t }\n\t else {\n\t if (chunk !== '') {\n\t aFn(chunk, { source: this.source,\n\t line: this.line,\n\t column: this.column,\n\t name: this.name });\n\t }\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n\t * each of `this.children`.\n\t *\n\t * @param aSep The separator.\n\t */\n\tSourceNode.prototype.join = function SourceNode_join(aSep) {\n\t var newChildren;\n\t var i;\n\t var len = this.children.length;\n\t if (len > 0) {\n\t newChildren = [];\n\t for (i = 0; i < len-1; i++) {\n\t newChildren.push(this.children[i]);\n\t newChildren.push(aSep);\n\t }\n\t newChildren.push(this.children[i]);\n\t this.children = newChildren;\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Call String.prototype.replace on the very right-most source snippet. Useful\n\t * for trimming whitespace from the end of a source node, etc.\n\t *\n\t * @param aPattern The pattern to replace.\n\t * @param aReplacement The thing to replace the pattern with.\n\t */\n\tSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n\t var lastChild = this.children[this.children.length - 1];\n\t if (lastChild[isSourceNode]) {\n\t lastChild.replaceRight(aPattern, aReplacement);\n\t }\n\t else if (typeof lastChild === 'string') {\n\t this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n\t }\n\t else {\n\t this.children.push(''.replace(aPattern, aReplacement));\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Set the source content for a source file. This will be added to the SourceMapGenerator\n\t * in the sourcesContent field.\n\t *\n\t * @param aSourceFile The filename of the source file\n\t * @param aSourceContent The content of the source file\n\t */\n\tSourceNode.prototype.setSourceContent =\n\t function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n\t this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n\t };\n\t\n\t/**\n\t * Walk over the tree of SourceNodes. The walking function is called for each\n\t * source file content and is passed the filename and source content.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walkSourceContents =\n\t function SourceNode_walkSourceContents(aFn) {\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t if (this.children[i][isSourceNode]) {\n\t this.children[i].walkSourceContents(aFn);\n\t }\n\t }\n\t\n\t var sources = Object.keys(this.sourceContents);\n\t for (var i = 0, len = sources.length; i < len; i++) {\n\t aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n\t }\n\t };\n\t\n\t/**\n\t * Return the string representation of this source node. Walks over the tree\n\t * and concatenates all the various snippets together to one string.\n\t */\n\tSourceNode.prototype.toString = function SourceNode_toString() {\n\t var str = \"\";\n\t this.walk(function (chunk) {\n\t str += chunk;\n\t });\n\t return str;\n\t};\n\t\n\t/**\n\t * Returns the string representation of this source node along with a source\n\t * map.\n\t */\n\tSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n\t var generated = {\n\t code: \"\",\n\t line: 1,\n\t column: 0\n\t };\n\t var map = new SourceMapGenerator(aArgs);\n\t var sourceMappingActive = false;\n\t var lastOriginalSource = null;\n\t var lastOriginalLine = null;\n\t var lastOriginalColumn = null;\n\t var lastOriginalName = null;\n\t this.walk(function (chunk, original) {\n\t generated.code += chunk;\n\t if (original.source !== null\n\t && original.line !== null\n\t && original.column !== null) {\n\t if(lastOriginalSource !== original.source\n\t || lastOriginalLine !== original.line\n\t || lastOriginalColumn !== original.column\n\t || lastOriginalName !== original.name) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t lastOriginalSource = original.source;\n\t lastOriginalLine = original.line;\n\t lastOriginalColumn = original.column;\n\t lastOriginalName = original.name;\n\t sourceMappingActive = true;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t }\n\t });\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t }\n\t for (var idx = 0, length = chunk.length; idx < length; idx++) {\n\t if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n\t generated.line++;\n\t generated.column = 0;\n\t // Mappings end at eol\n\t if (idx + 1 === length) {\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t } else {\n\t generated.column++;\n\t }\n\t }\n\t });\n\t this.walkSourceContents(function (sourceFile, sourceContent) {\n\t map.setSourceContent(sourceFile, sourceContent);\n\t });\n\t\n\t return { code: generated.code, map: map };\n\t};\n\t\n\texports.SourceNode = SourceNode;\n\n\n/***/ })\n/******/ ])\n});\n;\n\n\n// WEBPACK FOOTER //\n// source-map.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 42c329f865e32e011afb","/*\n * Copyright 2009-2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE.txt or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\nexports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;\nexports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;\nexports.SourceNode = require('./lib/source-node').SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./source-map.js\n// module id = 0\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar base64VLQ = require('./base64-vlq');\nvar util = require('./util');\nvar ArraySet = require('./array-set').ArraySet;\nvar MappingList = require('./mapping-list').MappingList;\n\n/**\n * An instance of the SourceMapGenerator represents a source map which is\n * being built incrementally. You may pass an object with the following\n * properties:\n *\n * - file: The filename of the generated source.\n * - sourceRoot: A root for all relative URLs in this source map.\n */\nfunction SourceMapGenerator(aArgs) {\n if (!aArgs) {\n aArgs = {};\n }\n this._file = util.getArg(aArgs, 'file', null);\n this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\n this._sources = new ArraySet();\n this._names = new ArraySet();\n this._mappings = new MappingList();\n this._sourcesContents = null;\n}\n\nSourceMapGenerator.prototype._version = 3;\n\n/**\n * Creates a new SourceMapGenerator based on a SourceMapConsumer\n *\n * @param aSourceMapConsumer The SourceMap.\n */\nSourceMapGenerator.fromSourceMap =\n function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n var sourceRoot = aSourceMapConsumer.sourceRoot;\n var generator = new SourceMapGenerator({\n file: aSourceMapConsumer.file,\n sourceRoot: sourceRoot\n });\n aSourceMapConsumer.eachMapping(function (mapping) {\n var newMapping = {\n generated: {\n line: mapping.generatedLine,\n column: mapping.generatedColumn\n }\n };\n\n if (mapping.source != null) {\n newMapping.source = mapping.source;\n if (sourceRoot != null) {\n newMapping.source = util.relative(sourceRoot, newMapping.source);\n }\n\n newMapping.original = {\n line: mapping.originalLine,\n column: mapping.originalColumn\n };\n\n if (mapping.name != null) {\n newMapping.name = mapping.name;\n }\n }\n\n generator.addMapping(newMapping);\n });\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n generator.setSourceContent(sourceFile, content);\n }\n });\n return generator;\n };\n\n/**\n * Add a single mapping from original source line and column to the generated\n * source's line and column for this source map being created. The mapping\n * object should have the following properties:\n *\n * - generated: An object with the generated line and column positions.\n * - original: An object with the original line and column positions.\n * - source: The original source file (relative to the sourceRoot).\n * - name: An optional original token name for this mapping.\n */\nSourceMapGenerator.prototype.addMapping =\n function SourceMapGenerator_addMapping(aArgs) {\n var generated = util.getArg(aArgs, 'generated');\n var original = util.getArg(aArgs, 'original', null);\n var source = util.getArg(aArgs, 'source', null);\n var name = util.getArg(aArgs, 'name', null);\n\n if (!this._skipValidation) {\n this._validateMapping(generated, original, source, name);\n }\n\n if (source != null) {\n source = String(source);\n if (!this._sources.has(source)) {\n this._sources.add(source);\n }\n }\n\n if (name != null) {\n name = String(name);\n if (!this._names.has(name)) {\n this._names.add(name);\n }\n }\n\n this._mappings.add({\n generatedLine: generated.line,\n generatedColumn: generated.column,\n originalLine: original != null && original.line,\n originalColumn: original != null && original.column,\n source: source,\n name: name\n });\n };\n\n/**\n * Set the source content for a source file.\n */\nSourceMapGenerator.prototype.setSourceContent =\n function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n var source = aSourceFile;\n if (this._sourceRoot != null) {\n source = util.relative(this._sourceRoot, source);\n }\n\n if (aSourceContent != null) {\n // Add the source content to the _sourcesContents map.\n // Create a new _sourcesContents map if the property is null.\n if (!this._sourcesContents) {\n this._sourcesContents = Object.create(null);\n }\n this._sourcesContents[util.toSetString(source)] = aSourceContent;\n } else if (this._sourcesContents) {\n // Remove the source file from the _sourcesContents map.\n // If the _sourcesContents map is empty, set the property to null.\n delete this._sourcesContents[util.toSetString(source)];\n if (Object.keys(this._sourcesContents).length === 0) {\n this._sourcesContents = null;\n }\n }\n };\n\n/**\n * Applies the mappings of a sub-source-map for a specific source file to the\n * source map being generated. Each mapping to the supplied source file is\n * rewritten using the supplied source map. Note: The resolution for the\n * resulting mappings is the minimium of this map and the supplied map.\n *\n * @param aSourceMapConsumer The source map to be applied.\n * @param aSourceFile Optional. The filename of the source file.\n * If omitted, SourceMapConsumer's file property will be used.\n * @param aSourceMapPath Optional. The dirname of the path to the source map\n * to be applied. If relative, it is relative to the SourceMapConsumer.\n * This parameter is needed when the two source maps aren't in the same\n * directory, and the source map to be applied contains relative source\n * paths. If so, those relative source paths need to be rewritten\n * relative to the SourceMapGenerator.\n */\nSourceMapGenerator.prototype.applySourceMap =\n function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n var sourceFile = aSourceFile;\n // If aSourceFile is omitted, we will use the file property of the SourceMap\n if (aSourceFile == null) {\n if (aSourceMapConsumer.file == null) {\n throw new Error(\n 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n 'or the source map\\'s \"file\" property. Both were omitted.'\n );\n }\n sourceFile = aSourceMapConsumer.file;\n }\n var sourceRoot = this._sourceRoot;\n // Make \"sourceFile\" relative if an absolute Url is passed.\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n // Applying the SourceMap can add and remove items from the sources and\n // the names array.\n var newSources = new ArraySet();\n var newNames = new ArraySet();\n\n // Find mappings for the \"sourceFile\"\n this._mappings.unsortedForEach(function (mapping) {\n if (mapping.source === sourceFile && mapping.originalLine != null) {\n // Check if it can be mapped by the source map, then update the mapping.\n var original = aSourceMapConsumer.originalPositionFor({\n line: mapping.originalLine,\n column: mapping.originalColumn\n });\n if (original.source != null) {\n // Copy mapping\n mapping.source = original.source;\n if (aSourceMapPath != null) {\n mapping.source = util.join(aSourceMapPath, mapping.source)\n }\n if (sourceRoot != null) {\n mapping.source = util.relative(sourceRoot, mapping.source);\n }\n mapping.originalLine = original.line;\n mapping.originalColumn = original.column;\n if (original.name != null) {\n mapping.name = original.name;\n }\n }\n }\n\n var source = mapping.source;\n if (source != null && !newSources.has(source)) {\n newSources.add(source);\n }\n\n var name = mapping.name;\n if (name != null && !newNames.has(name)) {\n newNames.add(name);\n }\n\n }, this);\n this._sources = newSources;\n this._names = newNames;\n\n // Copy sourcesContents of applied map.\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aSourceMapPath != null) {\n sourceFile = util.join(aSourceMapPath, sourceFile);\n }\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n this.setSourceContent(sourceFile, content);\n }\n }, this);\n };\n\n/**\n * A mapping can have one of the three levels of data:\n *\n * 1. Just the generated position.\n * 2. The Generated position, original position, and original source.\n * 3. Generated and original position, original source, as well as a name\n * token.\n *\n * To maintain consistency, we validate that any new mapping being added falls\n * in to one of these categories.\n */\nSourceMapGenerator.prototype._validateMapping =\n function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n aName) {\n // When aOriginal is truthy but has empty values for .line and .column,\n // it is most likely a programmer error. In this case we throw a very\n // specific error message to try to guide them the right way.\n // For example: https://github.com/Polymer/polymer-bundler/pull/519\n if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n throw new Error(\n 'original.line and original.column are not numbers -- you probably meant to omit ' +\n 'the original mapping entirely and only map the generated position. If so, pass ' +\n 'null for the original mapping instead of an object with empty or null values.'\n );\n }\n\n if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aGenerated.line > 0 && aGenerated.column >= 0\n && !aOriginal && !aSource && !aName) {\n // Case 1.\n return;\n }\n else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n && aGenerated.line > 0 && aGenerated.column >= 0\n && aOriginal.line > 0 && aOriginal.column >= 0\n && aSource) {\n // Cases 2 and 3.\n return;\n }\n else {\n throw new Error('Invalid mapping: ' + JSON.stringify({\n generated: aGenerated,\n source: aSource,\n original: aOriginal,\n name: aName\n }));\n }\n };\n\n/**\n * Serialize the accumulated mappings in to the stream of base 64 VLQs\n * specified by the source map format.\n */\nSourceMapGenerator.prototype._serializeMappings =\n function SourceMapGenerator_serializeMappings() {\n var previousGeneratedColumn = 0;\n var previousGeneratedLine = 1;\n var previousOriginalColumn = 0;\n var previousOriginalLine = 0;\n var previousName = 0;\n var previousSource = 0;\n var result = '';\n var next;\n var mapping;\n var nameIdx;\n var sourceIdx;\n\n var mappings = this._mappings.toArray();\n for (var i = 0, len = mappings.length; i < len; i++) {\n mapping = mappings[i];\n next = ''\n\n if (mapping.generatedLine !== previousGeneratedLine) {\n previousGeneratedColumn = 0;\n while (mapping.generatedLine !== previousGeneratedLine) {\n next += ';';\n previousGeneratedLine++;\n }\n }\n else {\n if (i > 0) {\n if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n continue;\n }\n next += ',';\n }\n }\n\n next += base64VLQ.encode(mapping.generatedColumn\n - previousGeneratedColumn);\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (mapping.source != null) {\n sourceIdx = this._sources.indexOf(mapping.source);\n next += base64VLQ.encode(sourceIdx - previousSource);\n previousSource = sourceIdx;\n\n // lines are stored 0-based in SourceMap spec version 3\n next += base64VLQ.encode(mapping.originalLine - 1\n - previousOriginalLine);\n previousOriginalLine = mapping.originalLine - 1;\n\n next += base64VLQ.encode(mapping.originalColumn\n - previousOriginalColumn);\n previousOriginalColumn = mapping.originalColumn;\n\n if (mapping.name != null) {\n nameIdx = this._names.indexOf(mapping.name);\n next += base64VLQ.encode(nameIdx - previousName);\n previousName = nameIdx;\n }\n }\n\n result += next;\n }\n\n return result;\n };\n\nSourceMapGenerator.prototype._generateSourcesContent =\n function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n return aSources.map(function (source) {\n if (!this._sourcesContents) {\n return null;\n }\n if (aSourceRoot != null) {\n source = util.relative(aSourceRoot, source);\n }\n var key = util.toSetString(source);\n return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n ? this._sourcesContents[key]\n : null;\n }, this);\n };\n\n/**\n * Externalize the source map.\n */\nSourceMapGenerator.prototype.toJSON =\n function SourceMapGenerator_toJSON() {\n var map = {\n version: this._version,\n sources: this._sources.toArray(),\n names: this._names.toArray(),\n mappings: this._serializeMappings()\n };\n if (this._file != null) {\n map.file = this._file;\n }\n if (this._sourceRoot != null) {\n map.sourceRoot = this._sourceRoot;\n }\n if (this._sourcesContents) {\n map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n }\n\n return map;\n };\n\n/**\n * Render the source map being generated to a string.\n */\nSourceMapGenerator.prototype.toString =\n function SourceMapGenerator_toString() {\n return JSON.stringify(this.toJSON());\n };\n\nexports.SourceMapGenerator = SourceMapGenerator;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-generator.js\n// module id = 1\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n *\n * Based on the Base 64 VLQ implementation in Closure Compiler:\n * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n *\n * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\nvar base64 = require('./base64');\n\n// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n// length quantities we use in the source map spec, the first bit is the sign,\n// the next four bits are the actual value, and the 6th bit is the\n// continuation bit. The continuation bit tells us whether there are more\n// digits in this value following this digit.\n//\n// Continuation\n// | Sign\n// | |\n// V V\n// 101011\n\nvar VLQ_BASE_SHIFT = 5;\n\n// binary: 100000\nvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\n// binary: 011111\nvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\n// binary: 100000\nvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\n/**\n * Converts from a two-complement value to a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n */\nfunction toVLQSigned(aValue) {\n return aValue < 0\n ? ((-aValue) << 1) + 1\n : (aValue << 1) + 0;\n}\n\n/**\n * Converts to a two-complement value from a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n */\nfunction fromVLQSigned(aValue) {\n var isNegative = (aValue & 1) === 1;\n var shifted = aValue >> 1;\n return isNegative\n ? -shifted\n : shifted;\n}\n\n/**\n * Returns the base 64 VLQ encoded value.\n */\nexports.encode = function base64VLQ_encode(aValue) {\n var encoded = \"\";\n var digit;\n\n var vlq = toVLQSigned(aValue);\n\n do {\n digit = vlq & VLQ_BASE_MASK;\n vlq >>>= VLQ_BASE_SHIFT;\n if (vlq > 0) {\n // There are still more digits in this value, so we must make sure the\n // continuation bit is marked.\n digit |= VLQ_CONTINUATION_BIT;\n }\n encoded += base64.encode(digit);\n } while (vlq > 0);\n\n return encoded;\n};\n\n/**\n * Decodes the next base 64 VLQ value from the given string and returns the\n * value and the rest of the string via the out parameter.\n */\nexports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n var strLen = aStr.length;\n var result = 0;\n var shift = 0;\n var continuation, digit;\n\n do {\n if (aIndex >= strLen) {\n throw new Error(\"Expected more digits in base 64 VLQ value.\");\n }\n\n digit = base64.decode(aStr.charCodeAt(aIndex++));\n if (digit === -1) {\n throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n }\n\n continuation = !!(digit & VLQ_CONTINUATION_BIT);\n digit &= VLQ_BASE_MASK;\n result = result + (digit << shift);\n shift += VLQ_BASE_SHIFT;\n } while (continuation);\n\n aOutParam.value = fromVLQSigned(result);\n aOutParam.rest = aIndex;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64-vlq.js\n// module id = 2\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\n/**\n * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n */\nexports.encode = function (number) {\n if (0 <= number && number < intToCharMap.length) {\n return intToCharMap[number];\n }\n throw new TypeError(\"Must be between 0 and 63: \" + number);\n};\n\n/**\n * Decode a single base 64 character code digit to an integer. Returns -1 on\n * failure.\n */\nexports.decode = function (charCode) {\n var bigA = 65; // 'A'\n var bigZ = 90; // 'Z'\n\n var littleA = 97; // 'a'\n var littleZ = 122; // 'z'\n\n var zero = 48; // '0'\n var nine = 57; // '9'\n\n var plus = 43; // '+'\n var slash = 47; // '/'\n\n var littleOffset = 26;\n var numberOffset = 52;\n\n // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n if (bigA <= charCode && charCode <= bigZ) {\n return (charCode - bigA);\n }\n\n // 26 - 51: abcdefghijklmnopqrstuvwxyz\n if (littleA <= charCode && charCode <= littleZ) {\n return (charCode - littleA + littleOffset);\n }\n\n // 52 - 61: 0123456789\n if (zero <= charCode && charCode <= nine) {\n return (charCode - zero + numberOffset);\n }\n\n // 62: +\n if (charCode == plus) {\n return 62;\n }\n\n // 63: /\n if (charCode == slash) {\n return 63;\n }\n\n // Invalid base64 digit.\n return -1;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64.js\n// module id = 3\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n/**\n * This is a helper function for getting values from parameter/options\n * objects.\n *\n * @param args The object we are extracting values from\n * @param name The name of the property we are getting.\n * @param defaultValue An optional value to return if the property is missing\n * from the object. If this is not specified and the property is missing, an\n * error will be thrown.\n */\nfunction getArg(aArgs, aName, aDefaultValue) {\n if (aName in aArgs) {\n return aArgs[aName];\n } else if (arguments.length === 3) {\n return aDefaultValue;\n } else {\n throw new Error('\"' + aName + '\" is a required argument.');\n }\n}\nexports.getArg = getArg;\n\nvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.]*)(?::(\\d+))?(\\S*)$/;\nvar dataUrlRegexp = /^data:.+\\,.+$/;\n\nfunction urlParse(aUrl) {\n var match = aUrl.match(urlRegexp);\n if (!match) {\n return null;\n }\n return {\n scheme: match[1],\n auth: match[2],\n host: match[3],\n port: match[4],\n path: match[5]\n };\n}\nexports.urlParse = urlParse;\n\nfunction urlGenerate(aParsedUrl) {\n var url = '';\n if (aParsedUrl.scheme) {\n url += aParsedUrl.scheme + ':';\n }\n url += '//';\n if (aParsedUrl.auth) {\n url += aParsedUrl.auth + '@';\n }\n if (aParsedUrl.host) {\n url += aParsedUrl.host;\n }\n if (aParsedUrl.port) {\n url += \":\" + aParsedUrl.port\n }\n if (aParsedUrl.path) {\n url += aParsedUrl.path;\n }\n return url;\n}\nexports.urlGenerate = urlGenerate;\n\n/**\n * Normalizes a path, or the path portion of a URL:\n *\n * - Replaces consecutive slashes with one slash.\n * - Removes unnecessary '.' parts.\n * - Removes unnecessary '/..' parts.\n *\n * Based on code in the Node.js 'path' core module.\n *\n * @param aPath The path or url to normalize.\n */\nfunction normalize(aPath) {\n var path = aPath;\n var url = urlParse(aPath);\n if (url) {\n if (!url.path) {\n return aPath;\n }\n path = url.path;\n }\n var isAbsolute = exports.isAbsolute(path);\n\n var parts = path.split(/\\/+/);\n for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n part = parts[i];\n if (part === '.') {\n parts.splice(i, 1);\n } else if (part === '..') {\n up++;\n } else if (up > 0) {\n if (part === '') {\n // The first part is blank if the path is absolute. Trying to go\n // above the root is a no-op. Therefore we can remove all '..' parts\n // directly after the root.\n parts.splice(i + 1, up);\n up = 0;\n } else {\n parts.splice(i, 2);\n up--;\n }\n }\n }\n path = parts.join('/');\n\n if (path === '') {\n path = isAbsolute ? '/' : '.';\n }\n\n if (url) {\n url.path = path;\n return urlGenerate(url);\n }\n return path;\n}\nexports.normalize = normalize;\n\n/**\n * Joins two paths/URLs.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be joined with the root.\n *\n * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n * first.\n * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n * is updated with the result and aRoot is returned. Otherwise the result\n * is returned.\n * - If aPath is absolute, the result is aPath.\n * - Otherwise the two paths are joined with a slash.\n * - Joining for example 'http://' and 'www.example.com' is also supported.\n */\nfunction join(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n if (aPath === \"\") {\n aPath = \".\";\n }\n var aPathUrl = urlParse(aPath);\n var aRootUrl = urlParse(aRoot);\n if (aRootUrl) {\n aRoot = aRootUrl.path || '/';\n }\n\n // `join(foo, '//www.example.org')`\n if (aPathUrl && !aPathUrl.scheme) {\n if (aRootUrl) {\n aPathUrl.scheme = aRootUrl.scheme;\n }\n return urlGenerate(aPathUrl);\n }\n\n if (aPathUrl || aPath.match(dataUrlRegexp)) {\n return aPath;\n }\n\n // `join('http://', 'www.example.com')`\n if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n aRootUrl.host = aPath;\n return urlGenerate(aRootUrl);\n }\n\n var joined = aPath.charAt(0) === '/'\n ? aPath\n : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\n if (aRootUrl) {\n aRootUrl.path = joined;\n return urlGenerate(aRootUrl);\n }\n return joined;\n}\nexports.join = join;\n\nexports.isAbsolute = function (aPath) {\n return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp);\n};\n\n/**\n * Make a path relative to a URL or another path.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be made relative to aRoot.\n */\nfunction relative(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n\n aRoot = aRoot.replace(/\\/$/, '');\n\n // It is possible for the path to be above the root. In this case, simply\n // checking whether the root is a prefix of the path won't work. Instead, we\n // need to remove components from the root one by one, until either we find\n // a prefix that fits, or we run out of components to remove.\n var level = 0;\n while (aPath.indexOf(aRoot + '/') !== 0) {\n var index = aRoot.lastIndexOf(\"/\");\n if (index < 0) {\n return aPath;\n }\n\n // If the only part of the root that is left is the scheme (i.e. http://,\n // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n // have exhausted all components, so the path is not relative to the root.\n aRoot = aRoot.slice(0, index);\n if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n return aPath;\n }\n\n ++level;\n }\n\n // Make sure we add a \"../\" for each component we removed from the root.\n return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n}\nexports.relative = relative;\n\nvar supportsNullProto = (function () {\n var obj = Object.create(null);\n return !('__proto__' in obj);\n}());\n\nfunction identity (s) {\n return s;\n}\n\n/**\n * Because behavior goes wacky when you set `__proto__` on objects, we\n * have to prefix all the strings in our set with an arbitrary character.\n *\n * See https://github.com/mozilla/source-map/pull/31 and\n * https://github.com/mozilla/source-map/issues/30\n *\n * @param String aStr\n */\nfunction toSetString(aStr) {\n if (isProtoString(aStr)) {\n return '$' + aStr;\n }\n\n return aStr;\n}\nexports.toSetString = supportsNullProto ? identity : toSetString;\n\nfunction fromSetString(aStr) {\n if (isProtoString(aStr)) {\n return aStr.slice(1);\n }\n\n return aStr;\n}\nexports.fromSetString = supportsNullProto ? identity : fromSetString;\n\nfunction isProtoString(s) {\n if (!s) {\n return false;\n }\n\n var length = s.length;\n\n if (length < 9 /* \"__proto__\".length */) {\n return false;\n }\n\n if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n s.charCodeAt(length - 9) !== 95 /* '_' */) {\n return false;\n }\n\n for (var i = length - 10; i >= 0; i--) {\n if (s.charCodeAt(i) !== 36 /* '$' */) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * Comparator between two mappings where the original positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same original source/line/column, but different generated\n * line and column the same. Useful when searching for a mapping with a\n * stubbed out mapping.\n */\nfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n var cmp = mappingA.source - mappingB.source;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0 || onlyCompareOriginal) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n return mappingA.name - mappingB.name;\n}\nexports.compareByOriginalPositions = compareByOriginalPositions;\n\n/**\n * Comparator between two mappings with deflated source and name indices where\n * the generated positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same generated line and column, but different\n * source/name/original line and column the same. Useful when searching for a\n * mapping with a stubbed out mapping.\n */\nfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0 || onlyCompareGenerated) {\n return cmp;\n }\n\n cmp = mappingA.source - mappingB.source;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return mappingA.name - mappingB.name;\n}\nexports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\nfunction strcmp(aStr1, aStr2) {\n if (aStr1 === aStr2) {\n return 0;\n }\n\n if (aStr1 > aStr2) {\n return 1;\n }\n\n return -1;\n}\n\n/**\n * Comparator between two mappings with inflated source and name strings where\n * the generated positions are compared.\n */\nfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/util.js\n// module id = 4\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar has = Object.prototype.hasOwnProperty;\nvar hasNativeMap = typeof Map !== \"undefined\";\n\n/**\n * A data structure which is a combination of an array and a set. Adding a new\n * member is O(1), testing for membership is O(1), and finding the index of an\n * element is O(1). Removing elements from the set is not supported. Only\n * strings are supported for membership.\n */\nfunction ArraySet() {\n this._array = [];\n this._set = hasNativeMap ? new Map() : Object.create(null);\n}\n\n/**\n * Static method for creating ArraySet instances from an existing array.\n */\nArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n var set = new ArraySet();\n for (var i = 0, len = aArray.length; i < len; i++) {\n set.add(aArray[i], aAllowDuplicates);\n }\n return set;\n};\n\n/**\n * Return how many unique items are in this ArraySet. If duplicates have been\n * added, than those do not count towards the size.\n *\n * @returns Number\n */\nArraySet.prototype.size = function ArraySet_size() {\n return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n};\n\n/**\n * Add the given string to this set.\n *\n * @param String aStr\n */\nArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n var idx = this._array.length;\n if (!isDuplicate || aAllowDuplicates) {\n this._array.push(aStr);\n }\n if (!isDuplicate) {\n if (hasNativeMap) {\n this._set.set(aStr, idx);\n } else {\n this._set[sStr] = idx;\n }\n }\n};\n\n/**\n * Is the given string a member of this set?\n *\n * @param String aStr\n */\nArraySet.prototype.has = function ArraySet_has(aStr) {\n if (hasNativeMap) {\n return this._set.has(aStr);\n } else {\n var sStr = util.toSetString(aStr);\n return has.call(this._set, sStr);\n }\n};\n\n/**\n * What is the index of the given string in the array?\n *\n * @param String aStr\n */\nArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n if (hasNativeMap) {\n var idx = this._set.get(aStr);\n if (idx >= 0) {\n return idx;\n }\n } else {\n var sStr = util.toSetString(aStr);\n if (has.call(this._set, sStr)) {\n return this._set[sStr];\n }\n }\n\n throw new Error('\"' + aStr + '\" is not in the set.');\n};\n\n/**\n * What is the element at the given index?\n *\n * @param Number aIdx\n */\nArraySet.prototype.at = function ArraySet_at(aIdx) {\n if (aIdx >= 0 && aIdx < this._array.length) {\n return this._array[aIdx];\n }\n throw new Error('No element indexed by ' + aIdx);\n};\n\n/**\n * Returns the array representation of this set (which has the proper indices\n * indicated by indexOf). Note that this is a copy of the internal array used\n * for storing the members so that no one can mess with internal state.\n */\nArraySet.prototype.toArray = function ArraySet_toArray() {\n return this._array.slice();\n};\n\nexports.ArraySet = ArraySet;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/array-set.js\n// module id = 5\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2014 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\n\n/**\n * Determine whether mappingB is after mappingA with respect to generated\n * position.\n */\nfunction generatedPositionAfter(mappingA, mappingB) {\n // Optimized for most common case\n var lineA = mappingA.generatedLine;\n var lineB = mappingB.generatedLine;\n var columnA = mappingA.generatedColumn;\n var columnB = mappingB.generatedColumn;\n return lineB > lineA || lineB == lineA && columnB >= columnA ||\n util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n}\n\n/**\n * A data structure to provide a sorted view of accumulated mappings in a\n * performance conscious manner. It trades a neglibable overhead in general\n * case for a large speedup in case of mappings being added in order.\n */\nfunction MappingList() {\n this._array = [];\n this._sorted = true;\n // Serves as infimum\n this._last = {generatedLine: -1, generatedColumn: 0};\n}\n\n/**\n * Iterate through internal items. This method takes the same arguments that\n * `Array.prototype.forEach` takes.\n *\n * NOTE: The order of the mappings is NOT guaranteed.\n */\nMappingList.prototype.unsortedForEach =\n function MappingList_forEach(aCallback, aThisArg) {\n this._array.forEach(aCallback, aThisArg);\n };\n\n/**\n * Add the given source mapping.\n *\n * @param Object aMapping\n */\nMappingList.prototype.add = function MappingList_add(aMapping) {\n if (generatedPositionAfter(this._last, aMapping)) {\n this._last = aMapping;\n this._array.push(aMapping);\n } else {\n this._sorted = false;\n this._array.push(aMapping);\n }\n};\n\n/**\n * Returns the flat, sorted array of mappings. The mappings are sorted by\n * generated position.\n *\n * WARNING: This method returns internal data without copying, for\n * performance. The return value must NOT be mutated, and should be treated as\n * an immutable borrow. If you want to take ownership, you must make your own\n * copy.\n */\nMappingList.prototype.toArray = function MappingList_toArray() {\n if (!this._sorted) {\n this._array.sort(util.compareByGeneratedPositionsInflated);\n this._sorted = true;\n }\n return this._array;\n};\n\nexports.MappingList = MappingList;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/mapping-list.js\n// module id = 6\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar binarySearch = require('./binary-search');\nvar ArraySet = require('./array-set').ArraySet;\nvar base64VLQ = require('./base64-vlq');\nvar quickSort = require('./quick-sort').quickSort;\n\nfunction SourceMapConsumer(aSourceMap) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n }\n\n return sourceMap.sections != null\n ? new IndexedSourceMapConsumer(sourceMap)\n : new BasicSourceMapConsumer(sourceMap);\n}\n\nSourceMapConsumer.fromSourceMap = function(aSourceMap) {\n return BasicSourceMapConsumer.fromSourceMap(aSourceMap);\n}\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nSourceMapConsumer.prototype._version = 3;\n\n// `__generatedMappings` and `__originalMappings` are arrays that hold the\n// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n// are lazily instantiated, accessed via the `_generatedMappings` and\n// `_originalMappings` getters respectively, and we only parse the mappings\n// and create these arrays once queried for a source location. We jump through\n// these hoops because there can be many thousands of mappings, and parsing\n// them is expensive, so we only want to do it if we must.\n//\n// Each object in the arrays is of the form:\n//\n// {\n// generatedLine: The line number in the generated code,\n// generatedColumn: The column number in the generated code,\n// source: The path to the original source file that generated this\n// chunk of code,\n// originalLine: The line number in the original source that\n// corresponds to this chunk of generated code,\n// originalColumn: The column number in the original source that\n// corresponds to this chunk of generated code,\n// name: The name of the original symbol which generated this chunk of\n// code.\n// }\n//\n// All properties except for `generatedLine` and `generatedColumn` can be\n// `null`.\n//\n// `_generatedMappings` is ordered by the generated positions.\n//\n// `_originalMappings` is ordered by the original positions.\n\nSourceMapConsumer.prototype.__generatedMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n get: function () {\n if (!this.__generatedMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__generatedMappings;\n }\n});\n\nSourceMapConsumer.prototype.__originalMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n get: function () {\n if (!this.__originalMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__originalMappings;\n }\n});\n\nSourceMapConsumer.prototype._charIsMappingSeparator =\n function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n var c = aStr.charAt(index);\n return c === \";\" || c === \",\";\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n throw new Error(\"Subclasses must implement _parseMappings\");\n };\n\nSourceMapConsumer.GENERATED_ORDER = 1;\nSourceMapConsumer.ORIGINAL_ORDER = 2;\n\nSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\nSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\n/**\n * Iterate over each mapping between an original source/line/column and a\n * generated line/column in this source map.\n *\n * @param Function aCallback\n * The function that is called with each mapping.\n * @param Object aContext\n * Optional. If specified, this object will be the value of `this` every\n * time that `aCallback` is called.\n * @param aOrder\n * Either `SourceMapConsumer.GENERATED_ORDER` or\n * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n * iterate over the mappings sorted by the generated file's line/column\n * order or the original's source/line/column order, respectively. Defaults to\n * `SourceMapConsumer.GENERATED_ORDER`.\n */\nSourceMapConsumer.prototype.eachMapping =\n function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n var context = aContext || null;\n var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\n var mappings;\n switch (order) {\n case SourceMapConsumer.GENERATED_ORDER:\n mappings = this._generatedMappings;\n break;\n case SourceMapConsumer.ORIGINAL_ORDER:\n mappings = this._originalMappings;\n break;\n default:\n throw new Error(\"Unknown order of iteration.\");\n }\n\n var sourceRoot = this.sourceRoot;\n mappings.map(function (mapping) {\n var source = mapping.source === null ? null : this._sources.at(mapping.source);\n if (source != null && sourceRoot != null) {\n source = util.join(sourceRoot, source);\n }\n return {\n source: source,\n generatedLine: mapping.generatedLine,\n generatedColumn: mapping.generatedColumn,\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: mapping.name === null ? null : this._names.at(mapping.name)\n };\n }, this).forEach(aCallback, context);\n };\n\n/**\n * Returns all generated line and column information for the original source,\n * line, and column provided. If no column is provided, returns all mappings\n * corresponding to a either the line we are searching for or the next\n * closest line that has any mappings. Otherwise, returns all mappings\n * corresponding to the given line and either the column we are searching for\n * or the next closest column that has any offsets.\n *\n * The only argument is an object with the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source.\n * - column: Optional. the column number in the original source.\n *\n * and an array of objects is returned, each with the following properties:\n *\n * - line: The line number in the generated source, or null.\n * - column: The column number in the generated source, or null.\n */\nSourceMapConsumer.prototype.allGeneratedPositionsFor =\n function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n var line = util.getArg(aArgs, 'line');\n\n // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n // returns the index of the closest mapping less than the needle. By\n // setting needle.originalColumn to 0, we thus find the last mapping for\n // the given line, provided such a mapping exists.\n var needle = {\n source: util.getArg(aArgs, 'source'),\n originalLine: line,\n originalColumn: util.getArg(aArgs, 'column', 0)\n };\n\n if (this.sourceRoot != null) {\n needle.source = util.relative(this.sourceRoot, needle.source);\n }\n if (!this._sources.has(needle.source)) {\n return [];\n }\n needle.source = this._sources.indexOf(needle.source);\n\n var mappings = [];\n\n var index = this._findMapping(needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n binarySearch.LEAST_UPPER_BOUND);\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (aArgs.column === undefined) {\n var originalLine = mapping.originalLine;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we found. Since\n // mappings are sorted, this is guaranteed to find all mappings for\n // the line we found.\n while (mapping && mapping.originalLine === originalLine) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n } else {\n var originalColumn = mapping.originalColumn;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we were searching for.\n // Since mappings are sorted, this is guaranteed to find all mappings for\n // the line we are searching for.\n while (mapping &&\n mapping.originalLine === line &&\n mapping.originalColumn == originalColumn) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n }\n }\n\n return mappings;\n };\n\nexports.SourceMapConsumer = SourceMapConsumer;\n\n/**\n * A BasicSourceMapConsumer instance represents a parsed source map which we can\n * query for information about the original file positions by giving it a file\n * position in the generated source.\n *\n * The only parameter is the raw source map (either as a JSON string, or\n * already parsed to an object). According to the spec, source maps have the\n * following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - sources: An array of URLs to the original source files.\n * - names: An array of identifiers which can be referrenced by individual mappings.\n * - sourceRoot: Optional. The URL root from which all sources are relative.\n * - sourcesContent: Optional. An array of contents of the original source files.\n * - mappings: A string of base64 VLQs which contain the actual mappings.\n * - file: Optional. The generated file this source map is associated with.\n *\n * Here is an example source map, taken from the source map spec[0]:\n *\n * {\n * version : 3,\n * file: \"out.js\",\n * sourceRoot : \"\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AA,AB;;ABCDE;\"\n * }\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n */\nfunction BasicSourceMapConsumer(aSourceMap) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sources = util.getArg(sourceMap, 'sources');\n // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n // requires the array) to play nice here.\n var names = util.getArg(sourceMap, 'names', []);\n var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n var mappings = util.getArg(sourceMap, 'mappings');\n var file = util.getArg(sourceMap, 'file', null);\n\n // Once again, Sass deviates from the spec and supplies the version as a\n // string rather than a number, so we use loose equality checking here.\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n sources = sources\n .map(String)\n // Some source maps produce relative source paths like \"./foo.js\" instead of\n // \"foo.js\". Normalize these first so that future comparisons will succeed.\n // See bugzil.la/1090768.\n .map(util.normalize)\n // Always ensure that absolute sources are internally stored relative to\n // the source root, if the source root is absolute. Not doing this would\n // be particularly problematic when the source root is a prefix of the\n // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n .map(function (source) {\n return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n ? util.relative(sourceRoot, source)\n : source;\n });\n\n // Pass `true` below to allow duplicate names and sources. While source maps\n // are intended to be compressed and deduplicated, the TypeScript compiler\n // sometimes generates source maps with duplicates in them. See Github issue\n // #72 and bugzil.la/889492.\n this._names = ArraySet.fromArray(names.map(String), true);\n this._sources = ArraySet.fromArray(sources, true);\n\n this.sourceRoot = sourceRoot;\n this.sourcesContent = sourcesContent;\n this._mappings = mappings;\n this.file = file;\n}\n\nBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\n/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @returns BasicSourceMapConsumer\n */\nBasicSourceMapConsumer.fromSourceMap =\n function SourceMapConsumer_fromSourceMap(aSourceMap) {\n var smc = Object.create(BasicSourceMapConsumer.prototype);\n\n var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n smc.sourceRoot = aSourceMap._sourceRoot;\n smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n smc.sourceRoot);\n smc.file = aSourceMap._file;\n\n // Because we are modifying the entries (by converting string sources and\n // names to indices into the sources and names ArraySets), we have to make\n // a copy of the entry or else bad things happen. Shared mutable state\n // strikes again! See github issue #191.\n\n var generatedMappings = aSourceMap._mappings.toArray().slice();\n var destGeneratedMappings = smc.__generatedMappings = [];\n var destOriginalMappings = smc.__originalMappings = [];\n\n for (var i = 0, length = generatedMappings.length; i < length; i++) {\n var srcMapping = generatedMappings[i];\n var destMapping = new Mapping;\n destMapping.generatedLine = srcMapping.generatedLine;\n destMapping.generatedColumn = srcMapping.generatedColumn;\n\n if (srcMapping.source) {\n destMapping.source = sources.indexOf(srcMapping.source);\n destMapping.originalLine = srcMapping.originalLine;\n destMapping.originalColumn = srcMapping.originalColumn;\n\n if (srcMapping.name) {\n destMapping.name = names.indexOf(srcMapping.name);\n }\n\n destOriginalMappings.push(destMapping);\n }\n\n destGeneratedMappings.push(destMapping);\n }\n\n quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\n return smc;\n };\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nBasicSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n get: function () {\n return this._sources.toArray().map(function (s) {\n return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s;\n }, this);\n }\n});\n\n/**\n * Provide the JIT with a nice shape / hidden class.\n */\nfunction Mapping() {\n this.generatedLine = 0;\n this.generatedColumn = 0;\n this.source = null;\n this.originalLine = null;\n this.originalColumn = null;\n this.name = null;\n}\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nBasicSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n var generatedLine = 1;\n var previousGeneratedColumn = 0;\n var previousOriginalLine = 0;\n var previousOriginalColumn = 0;\n var previousSource = 0;\n var previousName = 0;\n var length = aStr.length;\n var index = 0;\n var cachedSegments = {};\n var temp = {};\n var originalMappings = [];\n var generatedMappings = [];\n var mapping, str, segment, end, value;\n\n while (index < length) {\n if (aStr.charAt(index) === ';') {\n generatedLine++;\n index++;\n previousGeneratedColumn = 0;\n }\n else if (aStr.charAt(index) === ',') {\n index++;\n }\n else {\n mapping = new Mapping();\n mapping.generatedLine = generatedLine;\n\n // Because each offset is encoded relative to the previous one,\n // many segments often have the same encoding. We can exploit this\n // fact by caching the parsed variable length fields of each segment,\n // allowing us to avoid a second parse if we encounter the same\n // segment again.\n for (end = index; end < length; end++) {\n if (this._charIsMappingSeparator(aStr, end)) {\n break;\n }\n }\n str = aStr.slice(index, end);\n\n segment = cachedSegments[str];\n if (segment) {\n index += str.length;\n } else {\n segment = [];\n while (index < end) {\n base64VLQ.decode(aStr, index, temp);\n value = temp.value;\n index = temp.rest;\n segment.push(value);\n }\n\n if (segment.length === 2) {\n throw new Error('Found a source, but no line and column');\n }\n\n if (segment.length === 3) {\n throw new Error('Found a source and line, but no column');\n }\n\n cachedSegments[str] = segment;\n }\n\n // Generated column.\n mapping.generatedColumn = previousGeneratedColumn + segment[0];\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (segment.length > 1) {\n // Original source.\n mapping.source = previousSource + segment[1];\n previousSource += segment[1];\n\n // Original line.\n mapping.originalLine = previousOriginalLine + segment[2];\n previousOriginalLine = mapping.originalLine;\n // Lines are stored 0-based\n mapping.originalLine += 1;\n\n // Original column.\n mapping.originalColumn = previousOriginalColumn + segment[3];\n previousOriginalColumn = mapping.originalColumn;\n\n if (segment.length > 4) {\n // Original name.\n mapping.name = previousName + segment[4];\n previousName += segment[4];\n }\n }\n\n generatedMappings.push(mapping);\n if (typeof mapping.originalLine === 'number') {\n originalMappings.push(mapping);\n }\n }\n }\n\n quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n this.__generatedMappings = generatedMappings;\n\n quickSort(originalMappings, util.compareByOriginalPositions);\n this.__originalMappings = originalMappings;\n };\n\n/**\n * Find the mapping that best matches the hypothetical \"needle\" mapping that\n * we are searching for in the given \"haystack\" of mappings.\n */\nBasicSourceMapConsumer.prototype._findMapping =\n function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n aColumnName, aComparator, aBias) {\n // To return the position we are searching for, we must first find the\n // mapping for the given position and then return the opposite position it\n // points to. Because the mappings are sorted, we can use binary search to\n // find the best mapping.\n\n if (aNeedle[aLineName] <= 0) {\n throw new TypeError('Line must be greater than or equal to 1, got '\n + aNeedle[aLineName]);\n }\n if (aNeedle[aColumnName] < 0) {\n throw new TypeError('Column must be greater than or equal to 0, got '\n + aNeedle[aColumnName]);\n }\n\n return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n };\n\n/**\n * Compute the last column for each generated mapping. The last column is\n * inclusive.\n */\nBasicSourceMapConsumer.prototype.computeColumnSpans =\n function SourceMapConsumer_computeColumnSpans() {\n for (var index = 0; index < this._generatedMappings.length; ++index) {\n var mapping = this._generatedMappings[index];\n\n // Mappings do not contain a field for the last generated columnt. We\n // can come up with an optimistic estimate, however, by assuming that\n // mappings are contiguous (i.e. given two consecutive mappings, the\n // first mapping ends where the second one starts).\n if (index + 1 < this._generatedMappings.length) {\n var nextMapping = this._generatedMappings[index + 1];\n\n if (mapping.generatedLine === nextMapping.generatedLine) {\n mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n continue;\n }\n }\n\n // The last mapping for each line spans the entire line.\n mapping.lastGeneratedColumn = Infinity;\n }\n };\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source.\n * - column: The column number in the generated source.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null.\n * - column: The column number in the original source, or null.\n * - name: The original identifier, or null.\n */\nBasicSourceMapConsumer.prototype.originalPositionFor =\n function SourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._generatedMappings,\n \"generatedLine\",\n \"generatedColumn\",\n util.compareByGeneratedPositionsDeflated,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._generatedMappings[index];\n\n if (mapping.generatedLine === needle.generatedLine) {\n var source = util.getArg(mapping, 'source', null);\n if (source !== null) {\n source = this._sources.at(source);\n if (this.sourceRoot != null) {\n source = util.join(this.sourceRoot, source);\n }\n }\n var name = util.getArg(mapping, 'name', null);\n if (name !== null) {\n name = this._names.at(name);\n }\n return {\n source: source,\n line: util.getArg(mapping, 'originalLine', null),\n column: util.getArg(mapping, 'originalColumn', null),\n name: name\n };\n }\n }\n\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n function BasicSourceMapConsumer_hasContentsOfAllSources() {\n if (!this.sourcesContent) {\n return false;\n }\n return this.sourcesContent.length >= this._sources.size() &&\n !this.sourcesContent.some(function (sc) { return sc == null; });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nBasicSourceMapConsumer.prototype.sourceContentFor =\n function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n if (!this.sourcesContent) {\n return null;\n }\n\n if (this.sourceRoot != null) {\n aSource = util.relative(this.sourceRoot, aSource);\n }\n\n if (this._sources.has(aSource)) {\n return this.sourcesContent[this._sources.indexOf(aSource)];\n }\n\n var url;\n if (this.sourceRoot != null\n && (url = util.urlParse(this.sourceRoot))) {\n // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n // many users. We can help them out when they expect file:// URIs to\n // behave like it would if they were running a local HTTP server. See\n // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n var fileUriAbsPath = aSource.replace(/^file:\\/\\//, \"\");\n if (url.scheme == \"file\"\n && this._sources.has(fileUriAbsPath)) {\n return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n }\n\n if ((!url.path || url.path == \"/\")\n && this._sources.has(\"/\" + aSource)) {\n return this.sourcesContent[this._sources.indexOf(\"/\" + aSource)];\n }\n }\n\n // This function is used recursively from\n // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n // don't want to throw if we can't find the source - we just want to\n // return null, so we provide a flag to exit gracefully.\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source.\n * - column: The column number in the original source.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null.\n * - column: The column number in the generated source, or null.\n */\nBasicSourceMapConsumer.prototype.generatedPositionFor =\n function SourceMapConsumer_generatedPositionFor(aArgs) {\n var source = util.getArg(aArgs, 'source');\n if (this.sourceRoot != null) {\n source = util.relative(this.sourceRoot, source);\n }\n if (!this._sources.has(source)) {\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n }\n source = this._sources.indexOf(source);\n\n var needle = {\n source: source,\n originalLine: util.getArg(aArgs, 'line'),\n originalColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (mapping.source === needle.source) {\n return {\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n };\n }\n }\n\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n };\n\nexports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\n/**\n * An IndexedSourceMapConsumer instance represents a parsed source map which\n * we can query for information. It differs from BasicSourceMapConsumer in\n * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n * input.\n *\n * The only parameter is a raw source map (either as a JSON string, or already\n * parsed to an object). According to the spec for indexed source maps, they\n * have the following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - file: Optional. The generated file this source map is associated with.\n * - sections: A list of section definitions.\n *\n * Each value under the \"sections\" field has two fields:\n * - offset: The offset into the original specified at which this section\n * begins to apply, defined as an object with a \"line\" and \"column\"\n * field.\n * - map: A source map definition. This source map could also be indexed,\n * but doesn't have to be.\n *\n * Instead of the \"map\" field, it's also possible to have a \"url\" field\n * specifying a URL to retrieve a source map from, but that's currently\n * unsupported.\n *\n * Here's an example source map, taken from the source map spec[0], but\n * modified to omit a section which uses the \"url\" field.\n *\n * {\n * version : 3,\n * file: \"app.js\",\n * sections: [{\n * offset: {line:100, column:10},\n * map: {\n * version : 3,\n * file: \"section.js\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AAAA,E;;ABCDE;\"\n * }\n * }],\n * }\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n */\nfunction IndexedSourceMapConsumer(aSourceMap) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = JSON.parse(aSourceMap.replace(/^\\)\\]\\}'/, ''));\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sections = util.getArg(sourceMap, 'sections');\n\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n this._sources = new ArraySet();\n this._names = new ArraySet();\n\n var lastOffset = {\n line: -1,\n column: 0\n };\n this._sections = sections.map(function (s) {\n if (s.url) {\n // The url field will require support for asynchronicity.\n // See https://github.com/mozilla/source-map/issues/16\n throw new Error('Support for url field in sections not implemented.');\n }\n var offset = util.getArg(s, 'offset');\n var offsetLine = util.getArg(offset, 'line');\n var offsetColumn = util.getArg(offset, 'column');\n\n if (offsetLine < lastOffset.line ||\n (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n throw new Error('Section offsets must be ordered and non-overlapping.');\n }\n lastOffset = offset;\n\n return {\n generatedOffset: {\n // The offset fields are 0-based, but we use 1-based indices when\n // encoding/decoding from VLQ.\n generatedLine: offsetLine + 1,\n generatedColumn: offsetColumn + 1\n },\n consumer: new SourceMapConsumer(util.getArg(s, 'map'))\n }\n });\n}\n\nIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nIndexedSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n get: function () {\n var sources = [];\n for (var i = 0; i < this._sections.length; i++) {\n for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n sources.push(this._sections[i].consumer.sources[j]);\n }\n }\n return sources;\n }\n});\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source.\n * - column: The column number in the generated source.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null.\n * - column: The column number in the original source, or null.\n * - name: The original identifier, or null.\n */\nIndexedSourceMapConsumer.prototype.originalPositionFor =\n function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n // Find the section containing the generated position we're trying to map\n // to an original position.\n var sectionIndex = binarySearch.search(needle, this._sections,\n function(needle, section) {\n var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n if (cmp) {\n return cmp;\n }\n\n return (needle.generatedColumn -\n section.generatedOffset.generatedColumn);\n });\n var section = this._sections[sectionIndex];\n\n if (!section) {\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n }\n\n return section.consumer.originalPositionFor({\n line: needle.generatedLine -\n (section.generatedOffset.generatedLine - 1),\n column: needle.generatedColumn -\n (section.generatedOffset.generatedLine === needle.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n bias: aArgs.bias\n });\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n return this._sections.every(function (s) {\n return s.consumer.hasContentsOfAllSources();\n });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nIndexedSourceMapConsumer.prototype.sourceContentFor =\n function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n var content = section.consumer.sourceContentFor(aSource, true);\n if (content) {\n return content;\n }\n }\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source.\n * - column: The column number in the original source.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null.\n * - column: The column number in the generated source, or null.\n */\nIndexedSourceMapConsumer.prototype.generatedPositionFor =\n function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n // Only consider this section if the requested source is in the list of\n // sources of the consumer.\n if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) {\n continue;\n }\n var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n if (generatedPosition) {\n var ret = {\n line: generatedPosition.line +\n (section.generatedOffset.generatedLine - 1),\n column: generatedPosition.column +\n (section.generatedOffset.generatedLine === generatedPosition.line\n ? section.generatedOffset.generatedColumn - 1\n : 0)\n };\n return ret;\n }\n }\n\n return {\n line: null,\n column: null\n };\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nIndexedSourceMapConsumer.prototype._parseMappings =\n function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n this.__generatedMappings = [];\n this.__originalMappings = [];\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n var sectionMappings = section.consumer._generatedMappings;\n for (var j = 0; j < sectionMappings.length; j++) {\n var mapping = sectionMappings[j];\n\n var source = section.consumer._sources.at(mapping.source);\n if (section.consumer.sourceRoot !== null) {\n source = util.join(section.consumer.sourceRoot, source);\n }\n this._sources.add(source);\n source = this._sources.indexOf(source);\n\n var name = section.consumer._names.at(mapping.name);\n this._names.add(name);\n name = this._names.indexOf(name);\n\n // The mappings coming from the consumer for the section have\n // generated positions relative to the start of the section, so we\n // need to offset them to be relative to the start of the concatenated\n // generated file.\n var adjustedMapping = {\n source: source,\n generatedLine: mapping.generatedLine +\n (section.generatedOffset.generatedLine - 1),\n generatedColumn: mapping.generatedColumn +\n (section.generatedOffset.generatedLine === mapping.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: name\n };\n\n this.__generatedMappings.push(adjustedMapping);\n if (typeof adjustedMapping.originalLine === 'number') {\n this.__originalMappings.push(adjustedMapping);\n }\n }\n }\n\n quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n quickSort(this.__originalMappings, util.compareByOriginalPositions);\n };\n\nexports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-consumer.js\n// module id = 7\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nexports.GREATEST_LOWER_BOUND = 1;\nexports.LEAST_UPPER_BOUND = 2;\n\n/**\n * Recursive implementation of binary search.\n *\n * @param aLow Indices here and lower do not contain the needle.\n * @param aHigh Indices here and higher do not contain the needle.\n * @param aNeedle The element being searched for.\n * @param aHaystack The non-empty array being searched.\n * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n */\nfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n // This function terminates when one of the following is true:\n //\n // 1. We find the exact element we are looking for.\n //\n // 2. We did not find the exact element, but we can return the index of\n // the next-closest element.\n //\n // 3. We did not find the exact element, and there is no next-closest\n // element than the one we are searching for, so we return -1.\n var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n var cmp = aCompare(aNeedle, aHaystack[mid], true);\n if (cmp === 0) {\n // Found the element we are looking for.\n return mid;\n }\n else if (cmp > 0) {\n // Our needle is greater than aHaystack[mid].\n if (aHigh - mid > 1) {\n // The element is in the upper half.\n return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // The exact needle element was not found in this haystack. Determine if\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return aHigh < aHaystack.length ? aHigh : -1;\n } else {\n return mid;\n }\n }\n else {\n // Our needle is less than aHaystack[mid].\n if (mid - aLow > 1) {\n // The element is in the lower half.\n return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return mid;\n } else {\n return aLow < 0 ? -1 : aLow;\n }\n }\n}\n\n/**\n * This is an implementation of binary search which will always try and return\n * the index of the closest element if there is no exact hit. This is because\n * mappings between original and generated line/col pairs are single points,\n * and there is an implicit region between each of them, so a miss just means\n * that you aren't on the very start of a region.\n *\n * @param aNeedle The element you are looking for.\n * @param aHaystack The array that is being searched.\n * @param aCompare A function which takes the needle and an element in the\n * array and returns -1, 0, or 1 depending on whether the needle is less\n * than, equal to, or greater than the element, respectively.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n */\nexports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n if (aHaystack.length === 0) {\n return -1;\n }\n\n var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n if (index < 0) {\n return -1;\n }\n\n // We have found either the exact element, or the next-closest element than\n // the one we are searching for. However, there may be more than one such\n // element. Make sure we always return the smallest of these.\n while (index - 1 >= 0) {\n if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n break;\n }\n --index;\n }\n\n return index;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/binary-search.js\n// module id = 8\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n// It turns out that some (most?) JavaScript engines don't self-host\n// `Array.prototype.sort`. This makes sense because C++ will likely remain\n// faster than JS when doing raw CPU-intensive sorting. However, when using a\n// custom comparator function, calling back and forth between the VM's C++ and\n// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n// worse generated code for the comparator function than would be optimal. In\n// fact, when sorting with a comparator, these costs outweigh the benefits of\n// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n// a ~3500ms mean speed-up in `bench/bench.html`.\n\n/**\n * Swap the elements indexed by `x` and `y` in the array `ary`.\n *\n * @param {Array} ary\n * The array.\n * @param {Number} x\n * The index of the first item.\n * @param {Number} y\n * The index of the second item.\n */\nfunction swap(ary, x, y) {\n var temp = ary[x];\n ary[x] = ary[y];\n ary[y] = temp;\n}\n\n/**\n * Returns a random integer within the range `low .. high` inclusive.\n *\n * @param {Number} low\n * The lower bound on the range.\n * @param {Number} high\n * The upper bound on the range.\n */\nfunction randomIntInRange(low, high) {\n return Math.round(low + (Math.random() * (high - low)));\n}\n\n/**\n * The Quick Sort algorithm.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n * @param {Number} p\n * Start index of the array\n * @param {Number} r\n * End index of the array\n */\nfunction doQuickSort(ary, comparator, p, r) {\n // If our lower bound is less than our upper bound, we (1) partition the\n // array into two pieces and (2) recurse on each half. If it is not, this is\n // the empty array and our base case.\n\n if (p < r) {\n // (1) Partitioning.\n //\n // The partitioning chooses a pivot between `p` and `r` and moves all\n // elements that are less than or equal to the pivot to the before it, and\n // all the elements that are greater than it after it. The effect is that\n // once partition is done, the pivot is in the exact place it will be when\n // the array is put in sorted order, and it will not need to be moved\n // again. This runs in O(n) time.\n\n // Always choose a random pivot so that an input array which is reverse\n // sorted does not cause O(n^2) running time.\n var pivotIndex = randomIntInRange(p, r);\n var i = p - 1;\n\n swap(ary, pivotIndex, r);\n var pivot = ary[r];\n\n // Immediately after `j` is incremented in this loop, the following hold\n // true:\n //\n // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n //\n // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n for (var j = p; j < r; j++) {\n if (comparator(ary[j], pivot) <= 0) {\n i += 1;\n swap(ary, i, j);\n }\n }\n\n swap(ary, i + 1, j);\n var q = i + 1;\n\n // (2) Recurse on each half.\n\n doQuickSort(ary, comparator, p, q - 1);\n doQuickSort(ary, comparator, q + 1, r);\n }\n}\n\n/**\n * Sort the given array in-place with the given comparator function.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n */\nexports.quickSort = function (ary, comparator) {\n doQuickSort(ary, comparator, 0, ary.length - 1);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/quick-sort.js\n// module id = 9\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;\nvar util = require('./util');\n\n// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n// operating systems these days (capturing the result).\nvar REGEX_NEWLINE = /(\\r?\\n)/;\n\n// Newline character code for charCodeAt() comparisons\nvar NEWLINE_CODE = 10;\n\n// Private symbol for identifying `SourceNode`s when multiple versions of\n// the source-map library are loaded. This MUST NOT CHANGE across\n// versions!\nvar isSourceNode = \"$$$isSourceNode$$$\";\n\n/**\n * SourceNodes provide a way to abstract over interpolating/concatenating\n * snippets of generated JavaScript source code while maintaining the line and\n * column information associated with the original source code.\n *\n * @param aLine The original line number.\n * @param aColumn The original column number.\n * @param aSource The original source's filename.\n * @param aChunks Optional. An array of strings which are snippets of\n * generated JS, or other SourceNodes.\n * @param aName The original identifier.\n */\nfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n this.children = [];\n this.sourceContents = {};\n this.line = aLine == null ? null : aLine;\n this.column = aColumn == null ? null : aColumn;\n this.source = aSource == null ? null : aSource;\n this.name = aName == null ? null : aName;\n this[isSourceNode] = true;\n if (aChunks != null) this.add(aChunks);\n}\n\n/**\n * Creates a SourceNode from generated code and a SourceMapConsumer.\n *\n * @param aGeneratedCode The generated code\n * @param aSourceMapConsumer The SourceMap for the generated code\n * @param aRelativePath Optional. The path that relative sources in the\n * SourceMapConsumer should be relative to.\n */\nSourceNode.fromStringWithSourceMap =\n function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n // The SourceNode we want to fill with the generated code\n // and the SourceMap\n var node = new SourceNode();\n\n // All even indices of this array are one line of the generated code,\n // while all odd indices are the newlines between two adjacent lines\n // (since `REGEX_NEWLINE` captures its match).\n // Processed fragments are accessed by calling `shiftNextLine`.\n var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n var remainingLinesIndex = 0;\n var shiftNextLine = function() {\n var lineContents = getNextLine();\n // The last line of a file might not have a newline.\n var newLine = getNextLine() || \"\";\n return lineContents + newLine;\n\n function getNextLine() {\n return remainingLinesIndex < remainingLines.length ?\n remainingLines[remainingLinesIndex++] : undefined;\n }\n };\n\n // We need to remember the position of \"remainingLines\"\n var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\n // The generate SourceNodes we need a code range.\n // To extract it current and last mapping is used.\n // Here we store the last mapping.\n var lastMapping = null;\n\n aSourceMapConsumer.eachMapping(function (mapping) {\n if (lastMapping !== null) {\n // We add the code from \"lastMapping\" to \"mapping\":\n // First check if there is a new line in between.\n if (lastGeneratedLine < mapping.generatedLine) {\n // Associate first line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n lastGeneratedLine++;\n lastGeneratedColumn = 0;\n // The remaining code is added without mapping\n } else {\n // There is no new line in between.\n // Associate the code between \"lastGeneratedColumn\" and\n // \"mapping.generatedColumn\" with \"lastMapping\"\n var nextLine = remainingLines[remainingLinesIndex];\n var code = nextLine.substr(0, mapping.generatedColumn -\n lastGeneratedColumn);\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n lastGeneratedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n addMappingWithCode(lastMapping, code);\n // No more remaining code, continue\n lastMapping = mapping;\n return;\n }\n }\n // We add the generated code until the first mapping\n // to the SourceNode without any mapping.\n // Each line is added as separate string.\n while (lastGeneratedLine < mapping.generatedLine) {\n node.add(shiftNextLine());\n lastGeneratedLine++;\n }\n if (lastGeneratedColumn < mapping.generatedColumn) {\n var nextLine = remainingLines[remainingLinesIndex];\n node.add(nextLine.substr(0, mapping.generatedColumn));\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n }\n lastMapping = mapping;\n }, this);\n // We have processed all mappings.\n if (remainingLinesIndex < remainingLines.length) {\n if (lastMapping) {\n // Associate the remaining code in the current line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n }\n // and add the remaining lines without any mapping\n node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n }\n\n // Copy sourcesContent into SourceNode\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aRelativePath != null) {\n sourceFile = util.join(aRelativePath, sourceFile);\n }\n node.setSourceContent(sourceFile, content);\n }\n });\n\n return node;\n\n function addMappingWithCode(mapping, code) {\n if (mapping === null || mapping.source === undefined) {\n node.add(code);\n } else {\n var source = aRelativePath\n ? util.join(aRelativePath, mapping.source)\n : mapping.source;\n node.add(new SourceNode(mapping.originalLine,\n mapping.originalColumn,\n source,\n code,\n mapping.name));\n }\n }\n };\n\n/**\n * Add a chunk of generated JS to this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.add = function SourceNode_add(aChunk) {\n if (Array.isArray(aChunk)) {\n aChunk.forEach(function (chunk) {\n this.add(chunk);\n }, this);\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n if (aChunk) {\n this.children.push(aChunk);\n }\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Add a chunk of generated JS to the beginning of this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n if (Array.isArray(aChunk)) {\n for (var i = aChunk.length-1; i >= 0; i--) {\n this.prepend(aChunk[i]);\n }\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n this.children.unshift(aChunk);\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Walk over the tree of JS snippets in this node and its children. The\n * walking function is called once for each snippet of JS and is passed that\n * snippet and the its original associated source's line/column location.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n var chunk;\n for (var i = 0, len = this.children.length; i < len; i++) {\n chunk = this.children[i];\n if (chunk[isSourceNode]) {\n chunk.walk(aFn);\n }\n else {\n if (chunk !== '') {\n aFn(chunk, { source: this.source,\n line: this.line,\n column: this.column,\n name: this.name });\n }\n }\n }\n};\n\n/**\n * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n * each of `this.children`.\n *\n * @param aSep The separator.\n */\nSourceNode.prototype.join = function SourceNode_join(aSep) {\n var newChildren;\n var i;\n var len = this.children.length;\n if (len > 0) {\n newChildren = [];\n for (i = 0; i < len-1; i++) {\n newChildren.push(this.children[i]);\n newChildren.push(aSep);\n }\n newChildren.push(this.children[i]);\n this.children = newChildren;\n }\n return this;\n};\n\n/**\n * Call String.prototype.replace on the very right-most source snippet. Useful\n * for trimming whitespace from the end of a source node, etc.\n *\n * @param aPattern The pattern to replace.\n * @param aReplacement The thing to replace the pattern with.\n */\nSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n var lastChild = this.children[this.children.length - 1];\n if (lastChild[isSourceNode]) {\n lastChild.replaceRight(aPattern, aReplacement);\n }\n else if (typeof lastChild === 'string') {\n this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n }\n else {\n this.children.push(''.replace(aPattern, aReplacement));\n }\n return this;\n};\n\n/**\n * Set the source content for a source file. This will be added to the SourceMapGenerator\n * in the sourcesContent field.\n *\n * @param aSourceFile The filename of the source file\n * @param aSourceContent The content of the source file\n */\nSourceNode.prototype.setSourceContent =\n function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n };\n\n/**\n * Walk over the tree of SourceNodes. The walking function is called for each\n * source file content and is passed the filename and source content.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walkSourceContents =\n function SourceNode_walkSourceContents(aFn) {\n for (var i = 0, len = this.children.length; i < len; i++) {\n if (this.children[i][isSourceNode]) {\n this.children[i].walkSourceContents(aFn);\n }\n }\n\n var sources = Object.keys(this.sourceContents);\n for (var i = 0, len = sources.length; i < len; i++) {\n aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n }\n };\n\n/**\n * Return the string representation of this source node. Walks over the tree\n * and concatenates all the various snippets together to one string.\n */\nSourceNode.prototype.toString = function SourceNode_toString() {\n var str = \"\";\n this.walk(function (chunk) {\n str += chunk;\n });\n return str;\n};\n\n/**\n * Returns the string representation of this source node along with a source\n * map.\n */\nSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n var generated = {\n code: \"\",\n line: 1,\n column: 0\n };\n var map = new SourceMapGenerator(aArgs);\n var sourceMappingActive = false;\n var lastOriginalSource = null;\n var lastOriginalLine = null;\n var lastOriginalColumn = null;\n var lastOriginalName = null;\n this.walk(function (chunk, original) {\n generated.code += chunk;\n if (original.source !== null\n && original.line !== null\n && original.column !== null) {\n if(lastOriginalSource !== original.source\n || lastOriginalLine !== original.line\n || lastOriginalColumn !== original.column\n || lastOriginalName !== original.name) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n lastOriginalSource = original.source;\n lastOriginalLine = original.line;\n lastOriginalColumn = original.column;\n lastOriginalName = original.name;\n sourceMappingActive = true;\n } else if (sourceMappingActive) {\n map.addMapping({\n generated: {\n line: generated.line,\n column: generated.column\n }\n });\n lastOriginalSource = null;\n sourceMappingActive = false;\n }\n for (var idx = 0, length = chunk.length; idx < length; idx++) {\n if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n generated.line++;\n generated.column = 0;\n // Mappings end at eol\n if (idx + 1 === length) {\n lastOriginalSource = null;\n sourceMappingActive = false;\n } else if (sourceMappingActive) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n } else {\n generated.column++;\n }\n }\n });\n this.walkSourceContents(function (sourceFile, sourceContent) {\n map.setSourceContent(sourceFile, sourceContent);\n });\n\n return { code: generated.code, map: map };\n};\n\nexports.SourceNode = SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-node.js\n// module id = 10\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/array-set.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/array-set.js deleted file mode 100644 index fbd5c81..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/array-set.js +++ /dev/null @@ -1,121 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var util = require('./util'); -var has = Object.prototype.hasOwnProperty; -var hasNativeMap = typeof Map !== "undefined"; - -/** - * A data structure which is a combination of an array and a set. Adding a new - * member is O(1), testing for membership is O(1), and finding the index of an - * element is O(1). Removing elements from the set is not supported. Only - * strings are supported for membership. - */ -function ArraySet() { - this._array = []; - this._set = hasNativeMap ? new Map() : Object.create(null); -} - -/** - * Static method for creating ArraySet instances from an existing array. - */ -ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { - var set = new ArraySet(); - for (var i = 0, len = aArray.length; i < len; i++) { - set.add(aArray[i], aAllowDuplicates); - } - return set; -}; - -/** - * Return how many unique items are in this ArraySet. If duplicates have been - * added, than those do not count towards the size. - * - * @returns Number - */ -ArraySet.prototype.size = function ArraySet_size() { - return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; -}; - -/** - * Add the given string to this set. - * - * @param String aStr - */ -ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { - var sStr = hasNativeMap ? aStr : util.toSetString(aStr); - var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); - var idx = this._array.length; - if (!isDuplicate || aAllowDuplicates) { - this._array.push(aStr); - } - if (!isDuplicate) { - if (hasNativeMap) { - this._set.set(aStr, idx); - } else { - this._set[sStr] = idx; - } - } -}; - -/** - * Is the given string a member of this set? - * - * @param String aStr - */ -ArraySet.prototype.has = function ArraySet_has(aStr) { - if (hasNativeMap) { - return this._set.has(aStr); - } else { - var sStr = util.toSetString(aStr); - return has.call(this._set, sStr); - } -}; - -/** - * What is the index of the given string in the array? - * - * @param String aStr - */ -ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { - if (hasNativeMap) { - var idx = this._set.get(aStr); - if (idx >= 0) { - return idx; - } - } else { - var sStr = util.toSetString(aStr); - if (has.call(this._set, sStr)) { - return this._set[sStr]; - } - } - - throw new Error('"' + aStr + '" is not in the set.'); -}; - -/** - * What is the element at the given index? - * - * @param Number aIdx - */ -ArraySet.prototype.at = function ArraySet_at(aIdx) { - if (aIdx >= 0 && aIdx < this._array.length) { - return this._array[aIdx]; - } - throw new Error('No element indexed by ' + aIdx); -}; - -/** - * Returns the array representation of this set (which has the proper indices - * indicated by indexOf). Note that this is a copy of the internal array used - * for storing the members so that no one can mess with internal state. - */ -ArraySet.prototype.toArray = function ArraySet_toArray() { - return this._array.slice(); -}; - -exports.ArraySet = ArraySet; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64-vlq.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64-vlq.js deleted file mode 100644 index 612b404..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64-vlq.js +++ /dev/null @@ -1,140 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - * - * Based on the Base 64 VLQ implementation in Closure Compiler: - * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java - * - * Copyright 2011 The Closure Compiler Authors. All rights reserved. - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials provided - * with the distribution. - * * Neither the name of Google Inc. nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -var base64 = require('./base64'); - -// A single base 64 digit can contain 6 bits of data. For the base 64 variable -// length quantities we use in the source map spec, the first bit is the sign, -// the next four bits are the actual value, and the 6th bit is the -// continuation bit. The continuation bit tells us whether there are more -// digits in this value following this digit. -// -// Continuation -// | Sign -// | | -// V V -// 101011 - -var VLQ_BASE_SHIFT = 5; - -// binary: 100000 -var VLQ_BASE = 1 << VLQ_BASE_SHIFT; - -// binary: 011111 -var VLQ_BASE_MASK = VLQ_BASE - 1; - -// binary: 100000 -var VLQ_CONTINUATION_BIT = VLQ_BASE; - -/** - * Converts from a two-complement value to a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) - * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) - */ -function toVLQSigned(aValue) { - return aValue < 0 - ? ((-aValue) << 1) + 1 - : (aValue << 1) + 0; -} - -/** - * Converts to a two-complement value from a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 - * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 - */ -function fromVLQSigned(aValue) { - var isNegative = (aValue & 1) === 1; - var shifted = aValue >> 1; - return isNegative - ? -shifted - : shifted; -} - -/** - * Returns the base 64 VLQ encoded value. - */ -exports.encode = function base64VLQ_encode(aValue) { - var encoded = ""; - var digit; - - var vlq = toVLQSigned(aValue); - - do { - digit = vlq & VLQ_BASE_MASK; - vlq >>>= VLQ_BASE_SHIFT; - if (vlq > 0) { - // There are still more digits in this value, so we must make sure the - // continuation bit is marked. - digit |= VLQ_CONTINUATION_BIT; - } - encoded += base64.encode(digit); - } while (vlq > 0); - - return encoded; -}; - -/** - * Decodes the next base 64 VLQ value from the given string and returns the - * value and the rest of the string via the out parameter. - */ -exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { - var strLen = aStr.length; - var result = 0; - var shift = 0; - var continuation, digit; - - do { - if (aIndex >= strLen) { - throw new Error("Expected more digits in base 64 VLQ value."); - } - - digit = base64.decode(aStr.charCodeAt(aIndex++)); - if (digit === -1) { - throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); - } - - continuation = !!(digit & VLQ_CONTINUATION_BIT); - digit &= VLQ_BASE_MASK; - result = result + (digit << shift); - shift += VLQ_BASE_SHIFT; - } while (continuation); - - aOutParam.value = fromVLQSigned(result); - aOutParam.rest = aIndex; -}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64.js deleted file mode 100644 index 8aa86b3..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/base64.js +++ /dev/null @@ -1,67 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); - -/** - * Encode an integer in the range of 0 to 63 to a single base 64 digit. - */ -exports.encode = function (number) { - if (0 <= number && number < intToCharMap.length) { - return intToCharMap[number]; - } - throw new TypeError("Must be between 0 and 63: " + number); -}; - -/** - * Decode a single base 64 character code digit to an integer. Returns -1 on - * failure. - */ -exports.decode = function (charCode) { - var bigA = 65; // 'A' - var bigZ = 90; // 'Z' - - var littleA = 97; // 'a' - var littleZ = 122; // 'z' - - var zero = 48; // '0' - var nine = 57; // '9' - - var plus = 43; // '+' - var slash = 47; // '/' - - var littleOffset = 26; - var numberOffset = 52; - - // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ - if (bigA <= charCode && charCode <= bigZ) { - return (charCode - bigA); - } - - // 26 - 51: abcdefghijklmnopqrstuvwxyz - if (littleA <= charCode && charCode <= littleZ) { - return (charCode - littleA + littleOffset); - } - - // 52 - 61: 0123456789 - if (zero <= charCode && charCode <= nine) { - return (charCode - zero + numberOffset); - } - - // 62: + - if (charCode == plus) { - return 62; - } - - // 63: / - if (charCode == slash) { - return 63; - } - - // Invalid base64 digit. - return -1; -}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/binary-search.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/binary-search.js deleted file mode 100644 index 010ac94..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/binary-search.js +++ /dev/null @@ -1,111 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -exports.GREATEST_LOWER_BOUND = 1; -exports.LEAST_UPPER_BOUND = 2; - -/** - * Recursive implementation of binary search. - * - * @param aLow Indices here and lower do not contain the needle. - * @param aHigh Indices here and higher do not contain the needle. - * @param aNeedle The element being searched for. - * @param aHaystack The non-empty array being searched. - * @param aCompare Function which takes two elements and returns -1, 0, or 1. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - */ -function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { - // This function terminates when one of the following is true: - // - // 1. We find the exact element we are looking for. - // - // 2. We did not find the exact element, but we can return the index of - // the next-closest element. - // - // 3. We did not find the exact element, and there is no next-closest - // element than the one we are searching for, so we return -1. - var mid = Math.floor((aHigh - aLow) / 2) + aLow; - var cmp = aCompare(aNeedle, aHaystack[mid], true); - if (cmp === 0) { - // Found the element we are looking for. - return mid; - } - else if (cmp > 0) { - // Our needle is greater than aHaystack[mid]. - if (aHigh - mid > 1) { - // The element is in the upper half. - return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); - } - - // The exact needle element was not found in this haystack. Determine if - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return aHigh < aHaystack.length ? aHigh : -1; - } else { - return mid; - } - } - else { - // Our needle is less than aHaystack[mid]. - if (mid - aLow > 1) { - // The element is in the lower half. - return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); - } - - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return mid; - } else { - return aLow < 0 ? -1 : aLow; - } - } -} - -/** - * This is an implementation of binary search which will always try and return - * the index of the closest element if there is no exact hit. This is because - * mappings between original and generated line/col pairs are single points, - * and there is an implicit region between each of them, so a miss just means - * that you aren't on the very start of a region. - * - * @param aNeedle The element you are looking for. - * @param aHaystack The array that is being searched. - * @param aCompare A function which takes the needle and an element in the - * array and returns -1, 0, or 1 depending on whether the needle is less - * than, equal to, or greater than the element, respectively. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. - */ -exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { - if (aHaystack.length === 0) { - return -1; - } - - var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, - aCompare, aBias || exports.GREATEST_LOWER_BOUND); - if (index < 0) { - return -1; - } - - // We have found either the exact element, or the next-closest element than - // the one we are searching for. However, there may be more than one such - // element. Make sure we always return the smallest of these. - while (index - 1 >= 0) { - if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { - break; - } - --index; - } - - return index; -}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/mapping-list.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/mapping-list.js deleted file mode 100644 index 06d1274..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/mapping-list.js +++ /dev/null @@ -1,79 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2014 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var util = require('./util'); - -/** - * Determine whether mappingB is after mappingA with respect to generated - * position. - */ -function generatedPositionAfter(mappingA, mappingB) { - // Optimized for most common case - var lineA = mappingA.generatedLine; - var lineB = mappingB.generatedLine; - var columnA = mappingA.generatedColumn; - var columnB = mappingB.generatedColumn; - return lineB > lineA || lineB == lineA && columnB >= columnA || - util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; -} - -/** - * A data structure to provide a sorted view of accumulated mappings in a - * performance conscious manner. It trades a neglibable overhead in general - * case for a large speedup in case of mappings being added in order. - */ -function MappingList() { - this._array = []; - this._sorted = true; - // Serves as infimum - this._last = {generatedLine: -1, generatedColumn: 0}; -} - -/** - * Iterate through internal items. This method takes the same arguments that - * `Array.prototype.forEach` takes. - * - * NOTE: The order of the mappings is NOT guaranteed. - */ -MappingList.prototype.unsortedForEach = - function MappingList_forEach(aCallback, aThisArg) { - this._array.forEach(aCallback, aThisArg); - }; - -/** - * Add the given source mapping. - * - * @param Object aMapping - */ -MappingList.prototype.add = function MappingList_add(aMapping) { - if (generatedPositionAfter(this._last, aMapping)) { - this._last = aMapping; - this._array.push(aMapping); - } else { - this._sorted = false; - this._array.push(aMapping); - } -}; - -/** - * Returns the flat, sorted array of mappings. The mappings are sorted by - * generated position. - * - * WARNING: This method returns internal data without copying, for - * performance. The return value must NOT be mutated, and should be treated as - * an immutable borrow. If you want to take ownership, you must make your own - * copy. - */ -MappingList.prototype.toArray = function MappingList_toArray() { - if (!this._sorted) { - this._array.sort(util.compareByGeneratedPositionsInflated); - this._sorted = true; - } - return this._array; -}; - -exports.MappingList = MappingList; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/quick-sort.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/quick-sort.js deleted file mode 100644 index 6a7caad..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/quick-sort.js +++ /dev/null @@ -1,114 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -// It turns out that some (most?) JavaScript engines don't self-host -// `Array.prototype.sort`. This makes sense because C++ will likely remain -// faster than JS when doing raw CPU-intensive sorting. However, when using a -// custom comparator function, calling back and forth between the VM's C++ and -// JIT'd JS is rather slow *and* loses JIT type information, resulting in -// worse generated code for the comparator function than would be optimal. In -// fact, when sorting with a comparator, these costs outweigh the benefits of -// sorting in C++. By using our own JS-implemented Quick Sort (below), we get -// a ~3500ms mean speed-up in `bench/bench.html`. - -/** - * Swap the elements indexed by `x` and `y` in the array `ary`. - * - * @param {Array} ary - * The array. - * @param {Number} x - * The index of the first item. - * @param {Number} y - * The index of the second item. - */ -function swap(ary, x, y) { - var temp = ary[x]; - ary[x] = ary[y]; - ary[y] = temp; -} - -/** - * Returns a random integer within the range `low .. high` inclusive. - * - * @param {Number} low - * The lower bound on the range. - * @param {Number} high - * The upper bound on the range. - */ -function randomIntInRange(low, high) { - return Math.round(low + (Math.random() * (high - low))); -} - -/** - * The Quick Sort algorithm. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - * @param {Number} p - * Start index of the array - * @param {Number} r - * End index of the array - */ -function doQuickSort(ary, comparator, p, r) { - // If our lower bound is less than our upper bound, we (1) partition the - // array into two pieces and (2) recurse on each half. If it is not, this is - // the empty array and our base case. - - if (p < r) { - // (1) Partitioning. - // - // The partitioning chooses a pivot between `p` and `r` and moves all - // elements that are less than or equal to the pivot to the before it, and - // all the elements that are greater than it after it. The effect is that - // once partition is done, the pivot is in the exact place it will be when - // the array is put in sorted order, and it will not need to be moved - // again. This runs in O(n) time. - - // Always choose a random pivot so that an input array which is reverse - // sorted does not cause O(n^2) running time. - var pivotIndex = randomIntInRange(p, r); - var i = p - 1; - - swap(ary, pivotIndex, r); - var pivot = ary[r]; - - // Immediately after `j` is incremented in this loop, the following hold - // true: - // - // * Every element in `ary[p .. i]` is less than or equal to the pivot. - // - // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. - for (var j = p; j < r; j++) { - if (comparator(ary[j], pivot) <= 0) { - i += 1; - swap(ary, i, j); - } - } - - swap(ary, i + 1, j); - var q = i + 1; - - // (2) Recurse on each half. - - doQuickSort(ary, comparator, p, q - 1); - doQuickSort(ary, comparator, q + 1, r); - } -} - -/** - * Sort the given array in-place with the given comparator function. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - */ -exports.quickSort = function (ary, comparator) { - doQuickSort(ary, comparator, 0, ary.length - 1); -}; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-consumer.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-consumer.js deleted file mode 100644 index 6abcc28..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-consumer.js +++ /dev/null @@ -1,1082 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var util = require('./util'); -var binarySearch = require('./binary-search'); -var ArraySet = require('./array-set').ArraySet; -var base64VLQ = require('./base64-vlq'); -var quickSort = require('./quick-sort').quickSort; - -function SourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - return sourceMap.sections != null - ? new IndexedSourceMapConsumer(sourceMap) - : new BasicSourceMapConsumer(sourceMap); -} - -SourceMapConsumer.fromSourceMap = function(aSourceMap) { - return BasicSourceMapConsumer.fromSourceMap(aSourceMap); -} - -/** - * The version of the source mapping spec that we are consuming. - */ -SourceMapConsumer.prototype._version = 3; - -// `__generatedMappings` and `__originalMappings` are arrays that hold the -// parsed mapping coordinates from the source map's "mappings" attribute. They -// are lazily instantiated, accessed via the `_generatedMappings` and -// `_originalMappings` getters respectively, and we only parse the mappings -// and create these arrays once queried for a source location. We jump through -// these hoops because there can be many thousands of mappings, and parsing -// them is expensive, so we only want to do it if we must. -// -// Each object in the arrays is of the form: -// -// { -// generatedLine: The line number in the generated code, -// generatedColumn: The column number in the generated code, -// source: The path to the original source file that generated this -// chunk of code, -// originalLine: The line number in the original source that -// corresponds to this chunk of generated code, -// originalColumn: The column number in the original source that -// corresponds to this chunk of generated code, -// name: The name of the original symbol which generated this chunk of -// code. -// } -// -// All properties except for `generatedLine` and `generatedColumn` can be -// `null`. -// -// `_generatedMappings` is ordered by the generated positions. -// -// `_originalMappings` is ordered by the original positions. - -SourceMapConsumer.prototype.__generatedMappings = null; -Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { - get: function () { - if (!this.__generatedMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__generatedMappings; - } -}); - -SourceMapConsumer.prototype.__originalMappings = null; -Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { - get: function () { - if (!this.__originalMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__originalMappings; - } -}); - -SourceMapConsumer.prototype._charIsMappingSeparator = - function SourceMapConsumer_charIsMappingSeparator(aStr, index) { - var c = aStr.charAt(index); - return c === ";" || c === ","; - }; - -/** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ -SourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - throw new Error("Subclasses must implement _parseMappings"); - }; - -SourceMapConsumer.GENERATED_ORDER = 1; -SourceMapConsumer.ORIGINAL_ORDER = 2; - -SourceMapConsumer.GREATEST_LOWER_BOUND = 1; -SourceMapConsumer.LEAST_UPPER_BOUND = 2; - -/** - * Iterate over each mapping between an original source/line/column and a - * generated line/column in this source map. - * - * @param Function aCallback - * The function that is called with each mapping. - * @param Object aContext - * Optional. If specified, this object will be the value of `this` every - * time that `aCallback` is called. - * @param aOrder - * Either `SourceMapConsumer.GENERATED_ORDER` or - * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to - * iterate over the mappings sorted by the generated file's line/column - * order or the original's source/line/column order, respectively. Defaults to - * `SourceMapConsumer.GENERATED_ORDER`. - */ -SourceMapConsumer.prototype.eachMapping = - function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { - var context = aContext || null; - var order = aOrder || SourceMapConsumer.GENERATED_ORDER; - - var mappings; - switch (order) { - case SourceMapConsumer.GENERATED_ORDER: - mappings = this._generatedMappings; - break; - case SourceMapConsumer.ORIGINAL_ORDER: - mappings = this._originalMappings; - break; - default: - throw new Error("Unknown order of iteration."); - } - - var sourceRoot = this.sourceRoot; - mappings.map(function (mapping) { - var source = mapping.source === null ? null : this._sources.at(mapping.source); - if (source != null && sourceRoot != null) { - source = util.join(sourceRoot, source); - } - return { - source: source, - generatedLine: mapping.generatedLine, - generatedColumn: mapping.generatedColumn, - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: mapping.name === null ? null : this._names.at(mapping.name) - }; - }, this).forEach(aCallback, context); - }; - -/** - * Returns all generated line and column information for the original source, - * line, and column provided. If no column is provided, returns all mappings - * corresponding to a either the line we are searching for or the next - * closest line that has any mappings. Otherwise, returns all mappings - * corresponding to the given line and either the column we are searching for - * or the next closest column that has any offsets. - * - * The only argument is an object with the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: Optional. the column number in the original source. - * - * and an array of objects is returned, each with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ -SourceMapConsumer.prototype.allGeneratedPositionsFor = - function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { - var line = util.getArg(aArgs, 'line'); - - // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping - // returns the index of the closest mapping less than the needle. By - // setting needle.originalColumn to 0, we thus find the last mapping for - // the given line, provided such a mapping exists. - var needle = { - source: util.getArg(aArgs, 'source'), - originalLine: line, - originalColumn: util.getArg(aArgs, 'column', 0) - }; - - if (this.sourceRoot != null) { - needle.source = util.relative(this.sourceRoot, needle.source); - } - if (!this._sources.has(needle.source)) { - return []; - } - needle.source = this._sources.indexOf(needle.source); - - var mappings = []; - - var index = this._findMapping(needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - binarySearch.LEAST_UPPER_BOUND); - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (aArgs.column === undefined) { - var originalLine = mapping.originalLine; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we found. Since - // mappings are sorted, this is guaranteed to find all mappings for - // the line we found. - while (mapping && mapping.originalLine === originalLine) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } else { - var originalColumn = mapping.originalColumn; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we were searching for. - // Since mappings are sorted, this is guaranteed to find all mappings for - // the line we are searching for. - while (mapping && - mapping.originalLine === line && - mapping.originalColumn == originalColumn) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } - } - - return mappings; - }; - -exports.SourceMapConsumer = SourceMapConsumer; - -/** - * A BasicSourceMapConsumer instance represents a parsed source map which we can - * query for information about the original file positions by giving it a file - * position in the generated source. - * - * The only parameter is the raw source map (either as a JSON string, or - * already parsed to an object). According to the spec, source maps have the - * following attributes: - * - * - version: Which version of the source map spec this map is following. - * - sources: An array of URLs to the original source files. - * - names: An array of identifiers which can be referrenced by individual mappings. - * - sourceRoot: Optional. The URL root from which all sources are relative. - * - sourcesContent: Optional. An array of contents of the original source files. - * - mappings: A string of base64 VLQs which contain the actual mappings. - * - file: Optional. The generated file this source map is associated with. - * - * Here is an example source map, taken from the source map spec[0]: - * - * { - * version : 3, - * file: "out.js", - * sourceRoot : "", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AA,AB;;ABCDE;" - * } - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# - */ -function BasicSourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - var version = util.getArg(sourceMap, 'version'); - var sources = util.getArg(sourceMap, 'sources'); - // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which - // requires the array) to play nice here. - var names = util.getArg(sourceMap, 'names', []); - var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); - var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); - var mappings = util.getArg(sourceMap, 'mappings'); - var file = util.getArg(sourceMap, 'file', null); - - // Once again, Sass deviates from the spec and supplies the version as a - // string rather than a number, so we use loose equality checking here. - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - sources = sources - .map(String) - // Some source maps produce relative source paths like "./foo.js" instead of - // "foo.js". Normalize these first so that future comparisons will succeed. - // See bugzil.la/1090768. - .map(util.normalize) - // Always ensure that absolute sources are internally stored relative to - // the source root, if the source root is absolute. Not doing this would - // be particularly problematic when the source root is a prefix of the - // source (valid, but why??). See github issue #199 and bugzil.la/1188982. - .map(function (source) { - return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) - ? util.relative(sourceRoot, source) - : source; - }); - - // Pass `true` below to allow duplicate names and sources. While source maps - // are intended to be compressed and deduplicated, the TypeScript compiler - // sometimes generates source maps with duplicates in them. See Github issue - // #72 and bugzil.la/889492. - this._names = ArraySet.fromArray(names.map(String), true); - this._sources = ArraySet.fromArray(sources, true); - - this.sourceRoot = sourceRoot; - this.sourcesContent = sourcesContent; - this._mappings = mappings; - this.file = file; -} - -BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); -BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; - -/** - * Create a BasicSourceMapConsumer from a SourceMapGenerator. - * - * @param SourceMapGenerator aSourceMap - * The source map that will be consumed. - * @returns BasicSourceMapConsumer - */ -BasicSourceMapConsumer.fromSourceMap = - function SourceMapConsumer_fromSourceMap(aSourceMap) { - var smc = Object.create(BasicSourceMapConsumer.prototype); - - var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); - var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); - smc.sourceRoot = aSourceMap._sourceRoot; - smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), - smc.sourceRoot); - smc.file = aSourceMap._file; - - // Because we are modifying the entries (by converting string sources and - // names to indices into the sources and names ArraySets), we have to make - // a copy of the entry or else bad things happen. Shared mutable state - // strikes again! See github issue #191. - - var generatedMappings = aSourceMap._mappings.toArray().slice(); - var destGeneratedMappings = smc.__generatedMappings = []; - var destOriginalMappings = smc.__originalMappings = []; - - for (var i = 0, length = generatedMappings.length; i < length; i++) { - var srcMapping = generatedMappings[i]; - var destMapping = new Mapping; - destMapping.generatedLine = srcMapping.generatedLine; - destMapping.generatedColumn = srcMapping.generatedColumn; - - if (srcMapping.source) { - destMapping.source = sources.indexOf(srcMapping.source); - destMapping.originalLine = srcMapping.originalLine; - destMapping.originalColumn = srcMapping.originalColumn; - - if (srcMapping.name) { - destMapping.name = names.indexOf(srcMapping.name); - } - - destOriginalMappings.push(destMapping); - } - - destGeneratedMappings.push(destMapping); - } - - quickSort(smc.__originalMappings, util.compareByOriginalPositions); - - return smc; - }; - -/** - * The version of the source mapping spec that we are consuming. - */ -BasicSourceMapConsumer.prototype._version = 3; - -/** - * The list of original sources. - */ -Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { - get: function () { - return this._sources.toArray().map(function (s) { - return this.sourceRoot != null ? util.join(this.sourceRoot, s) : s; - }, this); - } -}); - -/** - * Provide the JIT with a nice shape / hidden class. - */ -function Mapping() { - this.generatedLine = 0; - this.generatedColumn = 0; - this.source = null; - this.originalLine = null; - this.originalColumn = null; - this.name = null; -} - -/** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ -BasicSourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - var generatedLine = 1; - var previousGeneratedColumn = 0; - var previousOriginalLine = 0; - var previousOriginalColumn = 0; - var previousSource = 0; - var previousName = 0; - var length = aStr.length; - var index = 0; - var cachedSegments = {}; - var temp = {}; - var originalMappings = []; - var generatedMappings = []; - var mapping, str, segment, end, value; - - while (index < length) { - if (aStr.charAt(index) === ';') { - generatedLine++; - index++; - previousGeneratedColumn = 0; - } - else if (aStr.charAt(index) === ',') { - index++; - } - else { - mapping = new Mapping(); - mapping.generatedLine = generatedLine; - - // Because each offset is encoded relative to the previous one, - // many segments often have the same encoding. We can exploit this - // fact by caching the parsed variable length fields of each segment, - // allowing us to avoid a second parse if we encounter the same - // segment again. - for (end = index; end < length; end++) { - if (this._charIsMappingSeparator(aStr, end)) { - break; - } - } - str = aStr.slice(index, end); - - segment = cachedSegments[str]; - if (segment) { - index += str.length; - } else { - segment = []; - while (index < end) { - base64VLQ.decode(aStr, index, temp); - value = temp.value; - index = temp.rest; - segment.push(value); - } - - if (segment.length === 2) { - throw new Error('Found a source, but no line and column'); - } - - if (segment.length === 3) { - throw new Error('Found a source and line, but no column'); - } - - cachedSegments[str] = segment; - } - - // Generated column. - mapping.generatedColumn = previousGeneratedColumn + segment[0]; - previousGeneratedColumn = mapping.generatedColumn; - - if (segment.length > 1) { - // Original source. - mapping.source = previousSource + segment[1]; - previousSource += segment[1]; - - // Original line. - mapping.originalLine = previousOriginalLine + segment[2]; - previousOriginalLine = mapping.originalLine; - // Lines are stored 0-based - mapping.originalLine += 1; - - // Original column. - mapping.originalColumn = previousOriginalColumn + segment[3]; - previousOriginalColumn = mapping.originalColumn; - - if (segment.length > 4) { - // Original name. - mapping.name = previousName + segment[4]; - previousName += segment[4]; - } - } - - generatedMappings.push(mapping); - if (typeof mapping.originalLine === 'number') { - originalMappings.push(mapping); - } - } - } - - quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); - this.__generatedMappings = generatedMappings; - - quickSort(originalMappings, util.compareByOriginalPositions); - this.__originalMappings = originalMappings; - }; - -/** - * Find the mapping that best matches the hypothetical "needle" mapping that - * we are searching for in the given "haystack" of mappings. - */ -BasicSourceMapConsumer.prototype._findMapping = - function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, - aColumnName, aComparator, aBias) { - // To return the position we are searching for, we must first find the - // mapping for the given position and then return the opposite position it - // points to. Because the mappings are sorted, we can use binary search to - // find the best mapping. - - if (aNeedle[aLineName] <= 0) { - throw new TypeError('Line must be greater than or equal to 1, got ' - + aNeedle[aLineName]); - } - if (aNeedle[aColumnName] < 0) { - throw new TypeError('Column must be greater than or equal to 0, got ' - + aNeedle[aColumnName]); - } - - return binarySearch.search(aNeedle, aMappings, aComparator, aBias); - }; - -/** - * Compute the last column for each generated mapping. The last column is - * inclusive. - */ -BasicSourceMapConsumer.prototype.computeColumnSpans = - function SourceMapConsumer_computeColumnSpans() { - for (var index = 0; index < this._generatedMappings.length; ++index) { - var mapping = this._generatedMappings[index]; - - // Mappings do not contain a field for the last generated columnt. We - // can come up with an optimistic estimate, however, by assuming that - // mappings are contiguous (i.e. given two consecutive mappings, the - // first mapping ends where the second one starts). - if (index + 1 < this._generatedMappings.length) { - var nextMapping = this._generatedMappings[index + 1]; - - if (mapping.generatedLine === nextMapping.generatedLine) { - mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; - continue; - } - } - - // The last mapping for each line spans the entire line. - mapping.lastGeneratedColumn = Infinity; - } - }; - -/** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. - * - column: The column number in the generated source. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. - * - column: The column number in the original source, or null. - * - name: The original identifier, or null. - */ -BasicSourceMapConsumer.prototype.originalPositionFor = - function SourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._generatedMappings, - "generatedLine", - "generatedColumn", - util.compareByGeneratedPositionsDeflated, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._generatedMappings[index]; - - if (mapping.generatedLine === needle.generatedLine) { - var source = util.getArg(mapping, 'source', null); - if (source !== null) { - source = this._sources.at(source); - if (this.sourceRoot != null) { - source = util.join(this.sourceRoot, source); - } - } - var name = util.getArg(mapping, 'name', null); - if (name !== null) { - name = this._names.at(name); - } - return { - source: source, - line: util.getArg(mapping, 'originalLine', null), - column: util.getArg(mapping, 'originalColumn', null), - name: name - }; - } - } - - return { - source: null, - line: null, - column: null, - name: null - }; - }; - -/** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ -BasicSourceMapConsumer.prototype.hasContentsOfAllSources = - function BasicSourceMapConsumer_hasContentsOfAllSources() { - if (!this.sourcesContent) { - return false; - } - return this.sourcesContent.length >= this._sources.size() && - !this.sourcesContent.some(function (sc) { return sc == null; }); - }; - -/** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ -BasicSourceMapConsumer.prototype.sourceContentFor = - function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - if (!this.sourcesContent) { - return null; - } - - if (this.sourceRoot != null) { - aSource = util.relative(this.sourceRoot, aSource); - } - - if (this._sources.has(aSource)) { - return this.sourcesContent[this._sources.indexOf(aSource)]; - } - - var url; - if (this.sourceRoot != null - && (url = util.urlParse(this.sourceRoot))) { - // XXX: file:// URIs and absolute paths lead to unexpected behavior for - // many users. We can help them out when they expect file:// URIs to - // behave like it would if they were running a local HTTP server. See - // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. - var fileUriAbsPath = aSource.replace(/^file:\/\//, ""); - if (url.scheme == "file" - && this._sources.has(fileUriAbsPath)) { - return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] - } - - if ((!url.path || url.path == "/") - && this._sources.has("/" + aSource)) { - return this.sourcesContent[this._sources.indexOf("/" + aSource)]; - } - } - - // This function is used recursively from - // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we - // don't want to throw if we can't find the source - we just want to - // return null, so we provide a flag to exit gracefully. - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - -/** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: The column number in the original source. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ -BasicSourceMapConsumer.prototype.generatedPositionFor = - function SourceMapConsumer_generatedPositionFor(aArgs) { - var source = util.getArg(aArgs, 'source'); - if (this.sourceRoot != null) { - source = util.relative(this.sourceRoot, source); - } - if (!this._sources.has(source)) { - return { - line: null, - column: null, - lastColumn: null - }; - } - source = this._sources.indexOf(source); - - var needle = { - source: source, - originalLine: util.getArg(aArgs, 'line'), - originalColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (mapping.source === needle.source) { - return { - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }; - } - } - - return { - line: null, - column: null, - lastColumn: null - }; - }; - -exports.BasicSourceMapConsumer = BasicSourceMapConsumer; - -/** - * An IndexedSourceMapConsumer instance represents a parsed source map which - * we can query for information. It differs from BasicSourceMapConsumer in - * that it takes "indexed" source maps (i.e. ones with a "sections" field) as - * input. - * - * The only parameter is a raw source map (either as a JSON string, or already - * parsed to an object). According to the spec for indexed source maps, they - * have the following attributes: - * - * - version: Which version of the source map spec this map is following. - * - file: Optional. The generated file this source map is associated with. - * - sections: A list of section definitions. - * - * Each value under the "sections" field has two fields: - * - offset: The offset into the original specified at which this section - * begins to apply, defined as an object with a "line" and "column" - * field. - * - map: A source map definition. This source map could also be indexed, - * but doesn't have to be. - * - * Instead of the "map" field, it's also possible to have a "url" field - * specifying a URL to retrieve a source map from, but that's currently - * unsupported. - * - * Here's an example source map, taken from the source map spec[0], but - * modified to omit a section which uses the "url" field. - * - * { - * version : 3, - * file: "app.js", - * sections: [{ - * offset: {line:100, column:10}, - * map: { - * version : 3, - * file: "section.js", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AAAA,E;;ABCDE;" - * } - * }], - * } - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt - */ -function IndexedSourceMapConsumer(aSourceMap) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, '')); - } - - var version = util.getArg(sourceMap, 'version'); - var sections = util.getArg(sourceMap, 'sections'); - - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - this._sources = new ArraySet(); - this._names = new ArraySet(); - - var lastOffset = { - line: -1, - column: 0 - }; - this._sections = sections.map(function (s) { - if (s.url) { - // The url field will require support for asynchronicity. - // See https://github.com/mozilla/source-map/issues/16 - throw new Error('Support for url field in sections not implemented.'); - } - var offset = util.getArg(s, 'offset'); - var offsetLine = util.getArg(offset, 'line'); - var offsetColumn = util.getArg(offset, 'column'); - - if (offsetLine < lastOffset.line || - (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { - throw new Error('Section offsets must be ordered and non-overlapping.'); - } - lastOffset = offset; - - return { - generatedOffset: { - // The offset fields are 0-based, but we use 1-based indices when - // encoding/decoding from VLQ. - generatedLine: offsetLine + 1, - generatedColumn: offsetColumn + 1 - }, - consumer: new SourceMapConsumer(util.getArg(s, 'map')) - } - }); -} - -IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); -IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; - -/** - * The version of the source mapping spec that we are consuming. - */ -IndexedSourceMapConsumer.prototype._version = 3; - -/** - * The list of original sources. - */ -Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { - get: function () { - var sources = []; - for (var i = 0; i < this._sections.length; i++) { - for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { - sources.push(this._sections[i].consumer.sources[j]); - } - } - return sources; - } -}); - -/** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. - * - column: The column number in the generated source. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. - * - column: The column number in the original source, or null. - * - name: The original identifier, or null. - */ -IndexedSourceMapConsumer.prototype.originalPositionFor = - function IndexedSourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - // Find the section containing the generated position we're trying to map - // to an original position. - var sectionIndex = binarySearch.search(needle, this._sections, - function(needle, section) { - var cmp = needle.generatedLine - section.generatedOffset.generatedLine; - if (cmp) { - return cmp; - } - - return (needle.generatedColumn - - section.generatedOffset.generatedColumn); - }); - var section = this._sections[sectionIndex]; - - if (!section) { - return { - source: null, - line: null, - column: null, - name: null - }; - } - - return section.consumer.originalPositionFor({ - line: needle.generatedLine - - (section.generatedOffset.generatedLine - 1), - column: needle.generatedColumn - - (section.generatedOffset.generatedLine === needle.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - bias: aArgs.bias - }); - }; - -/** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ -IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = - function IndexedSourceMapConsumer_hasContentsOfAllSources() { - return this._sections.every(function (s) { - return s.consumer.hasContentsOfAllSources(); - }); - }; - -/** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ -IndexedSourceMapConsumer.prototype.sourceContentFor = - function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - var content = section.consumer.sourceContentFor(aSource, true); - if (content) { - return content; - } - } - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - -/** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. - * - column: The column number in the original source. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. - * - column: The column number in the generated source, or null. - */ -IndexedSourceMapConsumer.prototype.generatedPositionFor = - function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - // Only consider this section if the requested source is in the list of - // sources of the consumer. - if (section.consumer.sources.indexOf(util.getArg(aArgs, 'source')) === -1) { - continue; - } - var generatedPosition = section.consumer.generatedPositionFor(aArgs); - if (generatedPosition) { - var ret = { - line: generatedPosition.line + - (section.generatedOffset.generatedLine - 1), - column: generatedPosition.column + - (section.generatedOffset.generatedLine === generatedPosition.line - ? section.generatedOffset.generatedColumn - 1 - : 0) - }; - return ret; - } - } - - return { - line: null, - column: null - }; - }; - -/** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ -IndexedSourceMapConsumer.prototype._parseMappings = - function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { - this.__generatedMappings = []; - this.__originalMappings = []; - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - var sectionMappings = section.consumer._generatedMappings; - for (var j = 0; j < sectionMappings.length; j++) { - var mapping = sectionMappings[j]; - - var source = section.consumer._sources.at(mapping.source); - if (section.consumer.sourceRoot !== null) { - source = util.join(section.consumer.sourceRoot, source); - } - this._sources.add(source); - source = this._sources.indexOf(source); - - var name = section.consumer._names.at(mapping.name); - this._names.add(name); - name = this._names.indexOf(name); - - // The mappings coming from the consumer for the section have - // generated positions relative to the start of the section, so we - // need to offset them to be relative to the start of the concatenated - // generated file. - var adjustedMapping = { - source: source, - generatedLine: mapping.generatedLine + - (section.generatedOffset.generatedLine - 1), - generatedColumn: mapping.generatedColumn + - (section.generatedOffset.generatedLine === mapping.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: name - }; - - this.__generatedMappings.push(adjustedMapping); - if (typeof adjustedMapping.originalLine === 'number') { - this.__originalMappings.push(adjustedMapping); - } - } - } - - quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); - quickSort(this.__originalMappings, util.compareByOriginalPositions); - }; - -exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-generator.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-generator.js deleted file mode 100644 index aff1e7f..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-map-generator.js +++ /dev/null @@ -1,416 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var base64VLQ = require('./base64-vlq'); -var util = require('./util'); -var ArraySet = require('./array-set').ArraySet; -var MappingList = require('./mapping-list').MappingList; - -/** - * An instance of the SourceMapGenerator represents a source map which is - * being built incrementally. You may pass an object with the following - * properties: - * - * - file: The filename of the generated source. - * - sourceRoot: A root for all relative URLs in this source map. - */ -function SourceMapGenerator(aArgs) { - if (!aArgs) { - aArgs = {}; - } - this._file = util.getArg(aArgs, 'file', null); - this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); - this._skipValidation = util.getArg(aArgs, 'skipValidation', false); - this._sources = new ArraySet(); - this._names = new ArraySet(); - this._mappings = new MappingList(); - this._sourcesContents = null; -} - -SourceMapGenerator.prototype._version = 3; - -/** - * Creates a new SourceMapGenerator based on a SourceMapConsumer - * - * @param aSourceMapConsumer The SourceMap. - */ -SourceMapGenerator.fromSourceMap = - function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { - var sourceRoot = aSourceMapConsumer.sourceRoot; - var generator = new SourceMapGenerator({ - file: aSourceMapConsumer.file, - sourceRoot: sourceRoot - }); - aSourceMapConsumer.eachMapping(function (mapping) { - var newMapping = { - generated: { - line: mapping.generatedLine, - column: mapping.generatedColumn - } - }; - - if (mapping.source != null) { - newMapping.source = mapping.source; - if (sourceRoot != null) { - newMapping.source = util.relative(sourceRoot, newMapping.source); - } - - newMapping.original = { - line: mapping.originalLine, - column: mapping.originalColumn - }; - - if (mapping.name != null) { - newMapping.name = mapping.name; - } - } - - generator.addMapping(newMapping); - }); - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - generator.setSourceContent(sourceFile, content); - } - }); - return generator; - }; - -/** - * Add a single mapping from original source line and column to the generated - * source's line and column for this source map being created. The mapping - * object should have the following properties: - * - * - generated: An object with the generated line and column positions. - * - original: An object with the original line and column positions. - * - source: The original source file (relative to the sourceRoot). - * - name: An optional original token name for this mapping. - */ -SourceMapGenerator.prototype.addMapping = - function SourceMapGenerator_addMapping(aArgs) { - var generated = util.getArg(aArgs, 'generated'); - var original = util.getArg(aArgs, 'original', null); - var source = util.getArg(aArgs, 'source', null); - var name = util.getArg(aArgs, 'name', null); - - if (!this._skipValidation) { - this._validateMapping(generated, original, source, name); - } - - if (source != null) { - source = String(source); - if (!this._sources.has(source)) { - this._sources.add(source); - } - } - - if (name != null) { - name = String(name); - if (!this._names.has(name)) { - this._names.add(name); - } - } - - this._mappings.add({ - generatedLine: generated.line, - generatedColumn: generated.column, - originalLine: original != null && original.line, - originalColumn: original != null && original.column, - source: source, - name: name - }); - }; - -/** - * Set the source content for a source file. - */ -SourceMapGenerator.prototype.setSourceContent = - function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { - var source = aSourceFile; - if (this._sourceRoot != null) { - source = util.relative(this._sourceRoot, source); - } - - if (aSourceContent != null) { - // Add the source content to the _sourcesContents map. - // Create a new _sourcesContents map if the property is null. - if (!this._sourcesContents) { - this._sourcesContents = Object.create(null); - } - this._sourcesContents[util.toSetString(source)] = aSourceContent; - } else if (this._sourcesContents) { - // Remove the source file from the _sourcesContents map. - // If the _sourcesContents map is empty, set the property to null. - delete this._sourcesContents[util.toSetString(source)]; - if (Object.keys(this._sourcesContents).length === 0) { - this._sourcesContents = null; - } - } - }; - -/** - * Applies the mappings of a sub-source-map for a specific source file to the - * source map being generated. Each mapping to the supplied source file is - * rewritten using the supplied source map. Note: The resolution for the - * resulting mappings is the minimium of this map and the supplied map. - * - * @param aSourceMapConsumer The source map to be applied. - * @param aSourceFile Optional. The filename of the source file. - * If omitted, SourceMapConsumer's file property will be used. - * @param aSourceMapPath Optional. The dirname of the path to the source map - * to be applied. If relative, it is relative to the SourceMapConsumer. - * This parameter is needed when the two source maps aren't in the same - * directory, and the source map to be applied contains relative source - * paths. If so, those relative source paths need to be rewritten - * relative to the SourceMapGenerator. - */ -SourceMapGenerator.prototype.applySourceMap = - function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { - var sourceFile = aSourceFile; - // If aSourceFile is omitted, we will use the file property of the SourceMap - if (aSourceFile == null) { - if (aSourceMapConsumer.file == null) { - throw new Error( - 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + - 'or the source map\'s "file" property. Both were omitted.' - ); - } - sourceFile = aSourceMapConsumer.file; - } - var sourceRoot = this._sourceRoot; - // Make "sourceFile" relative if an absolute Url is passed. - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - // Applying the SourceMap can add and remove items from the sources and - // the names array. - var newSources = new ArraySet(); - var newNames = new ArraySet(); - - // Find mappings for the "sourceFile" - this._mappings.unsortedForEach(function (mapping) { - if (mapping.source === sourceFile && mapping.originalLine != null) { - // Check if it can be mapped by the source map, then update the mapping. - var original = aSourceMapConsumer.originalPositionFor({ - line: mapping.originalLine, - column: mapping.originalColumn - }); - if (original.source != null) { - // Copy mapping - mapping.source = original.source; - if (aSourceMapPath != null) { - mapping.source = util.join(aSourceMapPath, mapping.source) - } - if (sourceRoot != null) { - mapping.source = util.relative(sourceRoot, mapping.source); - } - mapping.originalLine = original.line; - mapping.originalColumn = original.column; - if (original.name != null) { - mapping.name = original.name; - } - } - } - - var source = mapping.source; - if (source != null && !newSources.has(source)) { - newSources.add(source); - } - - var name = mapping.name; - if (name != null && !newNames.has(name)) { - newNames.add(name); - } - - }, this); - this._sources = newSources; - this._names = newNames; - - // Copy sourcesContents of applied map. - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aSourceMapPath != null) { - sourceFile = util.join(aSourceMapPath, sourceFile); - } - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - this.setSourceContent(sourceFile, content); - } - }, this); - }; - -/** - * A mapping can have one of the three levels of data: - * - * 1. Just the generated position. - * 2. The Generated position, original position, and original source. - * 3. Generated and original position, original source, as well as a name - * token. - * - * To maintain consistency, we validate that any new mapping being added falls - * in to one of these categories. - */ -SourceMapGenerator.prototype._validateMapping = - function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, - aName) { - // When aOriginal is truthy but has empty values for .line and .column, - // it is most likely a programmer error. In this case we throw a very - // specific error message to try to guide them the right way. - // For example: https://github.com/Polymer/polymer-bundler/pull/519 - if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { - throw new Error( - 'original.line and original.column are not numbers -- you probably meant to omit ' + - 'the original mapping entirely and only map the generated position. If so, pass ' + - 'null for the original mapping instead of an object with empty or null values.' - ); - } - - if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aGenerated.line > 0 && aGenerated.column >= 0 - && !aOriginal && !aSource && !aName) { - // Case 1. - return; - } - else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aOriginal && 'line' in aOriginal && 'column' in aOriginal - && aGenerated.line > 0 && aGenerated.column >= 0 - && aOriginal.line > 0 && aOriginal.column >= 0 - && aSource) { - // Cases 2 and 3. - return; - } - else { - throw new Error('Invalid mapping: ' + JSON.stringify({ - generated: aGenerated, - source: aSource, - original: aOriginal, - name: aName - })); - } - }; - -/** - * Serialize the accumulated mappings in to the stream of base 64 VLQs - * specified by the source map format. - */ -SourceMapGenerator.prototype._serializeMappings = - function SourceMapGenerator_serializeMappings() { - var previousGeneratedColumn = 0; - var previousGeneratedLine = 1; - var previousOriginalColumn = 0; - var previousOriginalLine = 0; - var previousName = 0; - var previousSource = 0; - var result = ''; - var next; - var mapping; - var nameIdx; - var sourceIdx; - - var mappings = this._mappings.toArray(); - for (var i = 0, len = mappings.length; i < len; i++) { - mapping = mappings[i]; - next = '' - - if (mapping.generatedLine !== previousGeneratedLine) { - previousGeneratedColumn = 0; - while (mapping.generatedLine !== previousGeneratedLine) { - next += ';'; - previousGeneratedLine++; - } - } - else { - if (i > 0) { - if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { - continue; - } - next += ','; - } - } - - next += base64VLQ.encode(mapping.generatedColumn - - previousGeneratedColumn); - previousGeneratedColumn = mapping.generatedColumn; - - if (mapping.source != null) { - sourceIdx = this._sources.indexOf(mapping.source); - next += base64VLQ.encode(sourceIdx - previousSource); - previousSource = sourceIdx; - - // lines are stored 0-based in SourceMap spec version 3 - next += base64VLQ.encode(mapping.originalLine - 1 - - previousOriginalLine); - previousOriginalLine = mapping.originalLine - 1; - - next += base64VLQ.encode(mapping.originalColumn - - previousOriginalColumn); - previousOriginalColumn = mapping.originalColumn; - - if (mapping.name != null) { - nameIdx = this._names.indexOf(mapping.name); - next += base64VLQ.encode(nameIdx - previousName); - previousName = nameIdx; - } - } - - result += next; - } - - return result; - }; - -SourceMapGenerator.prototype._generateSourcesContent = - function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { - return aSources.map(function (source) { - if (!this._sourcesContents) { - return null; - } - if (aSourceRoot != null) { - source = util.relative(aSourceRoot, source); - } - var key = util.toSetString(source); - return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) - ? this._sourcesContents[key] - : null; - }, this); - }; - -/** - * Externalize the source map. - */ -SourceMapGenerator.prototype.toJSON = - function SourceMapGenerator_toJSON() { - var map = { - version: this._version, - sources: this._sources.toArray(), - names: this._names.toArray(), - mappings: this._serializeMappings() - }; - if (this._file != null) { - map.file = this._file; - } - if (this._sourceRoot != null) { - map.sourceRoot = this._sourceRoot; - } - if (this._sourcesContents) { - map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); - } - - return map; - }; - -/** - * Render the source map being generated to a string. - */ -SourceMapGenerator.prototype.toString = - function SourceMapGenerator_toString() { - return JSON.stringify(this.toJSON()); - }; - -exports.SourceMapGenerator = SourceMapGenerator; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-node.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-node.js deleted file mode 100644 index d196a53..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/source-node.js +++ /dev/null @@ -1,413 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator; -var util = require('./util'); - -// Matches a Windows-style `\r\n` newline or a `\n` newline used by all other -// operating systems these days (capturing the result). -var REGEX_NEWLINE = /(\r?\n)/; - -// Newline character code for charCodeAt() comparisons -var NEWLINE_CODE = 10; - -// Private symbol for identifying `SourceNode`s when multiple versions of -// the source-map library are loaded. This MUST NOT CHANGE across -// versions! -var isSourceNode = "$$$isSourceNode$$$"; - -/** - * SourceNodes provide a way to abstract over interpolating/concatenating - * snippets of generated JavaScript source code while maintaining the line and - * column information associated with the original source code. - * - * @param aLine The original line number. - * @param aColumn The original column number. - * @param aSource The original source's filename. - * @param aChunks Optional. An array of strings which are snippets of - * generated JS, or other SourceNodes. - * @param aName The original identifier. - */ -function SourceNode(aLine, aColumn, aSource, aChunks, aName) { - this.children = []; - this.sourceContents = {}; - this.line = aLine == null ? null : aLine; - this.column = aColumn == null ? null : aColumn; - this.source = aSource == null ? null : aSource; - this.name = aName == null ? null : aName; - this[isSourceNode] = true; - if (aChunks != null) this.add(aChunks); -} - -/** - * Creates a SourceNode from generated code and a SourceMapConsumer. - * - * @param aGeneratedCode The generated code - * @param aSourceMapConsumer The SourceMap for the generated code - * @param aRelativePath Optional. The path that relative sources in the - * SourceMapConsumer should be relative to. - */ -SourceNode.fromStringWithSourceMap = - function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { - // The SourceNode we want to fill with the generated code - // and the SourceMap - var node = new SourceNode(); - - // All even indices of this array are one line of the generated code, - // while all odd indices are the newlines between two adjacent lines - // (since `REGEX_NEWLINE` captures its match). - // Processed fragments are accessed by calling `shiftNextLine`. - var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); - var remainingLinesIndex = 0; - var shiftNextLine = function() { - var lineContents = getNextLine(); - // The last line of a file might not have a newline. - var newLine = getNextLine() || ""; - return lineContents + newLine; - - function getNextLine() { - return remainingLinesIndex < remainingLines.length ? - remainingLines[remainingLinesIndex++] : undefined; - } - }; - - // We need to remember the position of "remainingLines" - var lastGeneratedLine = 1, lastGeneratedColumn = 0; - - // The generate SourceNodes we need a code range. - // To extract it current and last mapping is used. - // Here we store the last mapping. - var lastMapping = null; - - aSourceMapConsumer.eachMapping(function (mapping) { - if (lastMapping !== null) { - // We add the code from "lastMapping" to "mapping": - // First check if there is a new line in between. - if (lastGeneratedLine < mapping.generatedLine) { - // Associate first line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - lastGeneratedLine++; - lastGeneratedColumn = 0; - // The remaining code is added without mapping - } else { - // There is no new line in between. - // Associate the code between "lastGeneratedColumn" and - // "mapping.generatedColumn" with "lastMapping" - var nextLine = remainingLines[remainingLinesIndex]; - var code = nextLine.substr(0, mapping.generatedColumn - - lastGeneratedColumn); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - - lastGeneratedColumn); - lastGeneratedColumn = mapping.generatedColumn; - addMappingWithCode(lastMapping, code); - // No more remaining code, continue - lastMapping = mapping; - return; - } - } - // We add the generated code until the first mapping - // to the SourceNode without any mapping. - // Each line is added as separate string. - while (lastGeneratedLine < mapping.generatedLine) { - node.add(shiftNextLine()); - lastGeneratedLine++; - } - if (lastGeneratedColumn < mapping.generatedColumn) { - var nextLine = remainingLines[remainingLinesIndex]; - node.add(nextLine.substr(0, mapping.generatedColumn)); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); - lastGeneratedColumn = mapping.generatedColumn; - } - lastMapping = mapping; - }, this); - // We have processed all mappings. - if (remainingLinesIndex < remainingLines.length) { - if (lastMapping) { - // Associate the remaining code in the current line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - } - // and add the remaining lines without any mapping - node.add(remainingLines.splice(remainingLinesIndex).join("")); - } - - // Copy sourcesContent into SourceNode - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aRelativePath != null) { - sourceFile = util.join(aRelativePath, sourceFile); - } - node.setSourceContent(sourceFile, content); - } - }); - - return node; - - function addMappingWithCode(mapping, code) { - if (mapping === null || mapping.source === undefined) { - node.add(code); - } else { - var source = aRelativePath - ? util.join(aRelativePath, mapping.source) - : mapping.source; - node.add(new SourceNode(mapping.originalLine, - mapping.originalColumn, - source, - code, - mapping.name)); - } - } - }; - -/** - * Add a chunk of generated JS to this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ -SourceNode.prototype.add = function SourceNode_add(aChunk) { - if (Array.isArray(aChunk)) { - aChunk.forEach(function (chunk) { - this.add(chunk); - }, this); - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - if (aChunk) { - this.children.push(aChunk); - } - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; -}; - -/** - * Add a chunk of generated JS to the beginning of this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ -SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { - if (Array.isArray(aChunk)) { - for (var i = aChunk.length-1; i >= 0; i--) { - this.prepend(aChunk[i]); - } - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - this.children.unshift(aChunk); - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; -}; - -/** - * Walk over the tree of JS snippets in this node and its children. The - * walking function is called once for each snippet of JS and is passed that - * snippet and the its original associated source's line/column location. - * - * @param aFn The traversal function. - */ -SourceNode.prototype.walk = function SourceNode_walk(aFn) { - var chunk; - for (var i = 0, len = this.children.length; i < len; i++) { - chunk = this.children[i]; - if (chunk[isSourceNode]) { - chunk.walk(aFn); - } - else { - if (chunk !== '') { - aFn(chunk, { source: this.source, - line: this.line, - column: this.column, - name: this.name }); - } - } - } -}; - -/** - * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between - * each of `this.children`. - * - * @param aSep The separator. - */ -SourceNode.prototype.join = function SourceNode_join(aSep) { - var newChildren; - var i; - var len = this.children.length; - if (len > 0) { - newChildren = []; - for (i = 0; i < len-1; i++) { - newChildren.push(this.children[i]); - newChildren.push(aSep); - } - newChildren.push(this.children[i]); - this.children = newChildren; - } - return this; -}; - -/** - * Call String.prototype.replace on the very right-most source snippet. Useful - * for trimming whitespace from the end of a source node, etc. - * - * @param aPattern The pattern to replace. - * @param aReplacement The thing to replace the pattern with. - */ -SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { - var lastChild = this.children[this.children.length - 1]; - if (lastChild[isSourceNode]) { - lastChild.replaceRight(aPattern, aReplacement); - } - else if (typeof lastChild === 'string') { - this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); - } - else { - this.children.push(''.replace(aPattern, aReplacement)); - } - return this; -}; - -/** - * Set the source content for a source file. This will be added to the SourceMapGenerator - * in the sourcesContent field. - * - * @param aSourceFile The filename of the source file - * @param aSourceContent The content of the source file - */ -SourceNode.prototype.setSourceContent = - function SourceNode_setSourceContent(aSourceFile, aSourceContent) { - this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; - }; - -/** - * Walk over the tree of SourceNodes. The walking function is called for each - * source file content and is passed the filename and source content. - * - * @param aFn The traversal function. - */ -SourceNode.prototype.walkSourceContents = - function SourceNode_walkSourceContents(aFn) { - for (var i = 0, len = this.children.length; i < len; i++) { - if (this.children[i][isSourceNode]) { - this.children[i].walkSourceContents(aFn); - } - } - - var sources = Object.keys(this.sourceContents); - for (var i = 0, len = sources.length; i < len; i++) { - aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); - } - }; - -/** - * Return the string representation of this source node. Walks over the tree - * and concatenates all the various snippets together to one string. - */ -SourceNode.prototype.toString = function SourceNode_toString() { - var str = ""; - this.walk(function (chunk) { - str += chunk; - }); - return str; -}; - -/** - * Returns the string representation of this source node along with a source - * map. - */ -SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { - var generated = { - code: "", - line: 1, - column: 0 - }; - var map = new SourceMapGenerator(aArgs); - var sourceMappingActive = false; - var lastOriginalSource = null; - var lastOriginalLine = null; - var lastOriginalColumn = null; - var lastOriginalName = null; - this.walk(function (chunk, original) { - generated.code += chunk; - if (original.source !== null - && original.line !== null - && original.column !== null) { - if(lastOriginalSource !== original.source - || lastOriginalLine !== original.line - || lastOriginalColumn !== original.column - || lastOriginalName !== original.name) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - lastOriginalSource = original.source; - lastOriginalLine = original.line; - lastOriginalColumn = original.column; - lastOriginalName = original.name; - sourceMappingActive = true; - } else if (sourceMappingActive) { - map.addMapping({ - generated: { - line: generated.line, - column: generated.column - } - }); - lastOriginalSource = null; - sourceMappingActive = false; - } - for (var idx = 0, length = chunk.length; idx < length; idx++) { - if (chunk.charCodeAt(idx) === NEWLINE_CODE) { - generated.line++; - generated.column = 0; - // Mappings end at eol - if (idx + 1 === length) { - lastOriginalSource = null; - sourceMappingActive = false; - } else if (sourceMappingActive) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - } else { - generated.column++; - } - } - }); - this.walkSourceContents(function (sourceFile, sourceContent) { - map.setSourceContent(sourceFile, sourceContent); - }); - - return { code: generated.code, map: map }; -}; - -exports.SourceNode = SourceNode; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/util.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/util.js deleted file mode 100644 index 44e0e45..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/lib/util.js +++ /dev/null @@ -1,417 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -/** - * This is a helper function for getting values from parameter/options - * objects. - * - * @param args The object we are extracting values from - * @param name The name of the property we are getting. - * @param defaultValue An optional value to return if the property is missing - * from the object. If this is not specified and the property is missing, an - * error will be thrown. - */ -function getArg(aArgs, aName, aDefaultValue) { - if (aName in aArgs) { - return aArgs[aName]; - } else if (arguments.length === 3) { - return aDefaultValue; - } else { - throw new Error('"' + aName + '" is a required argument.'); - } -} -exports.getArg = getArg; - -var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/; -var dataUrlRegexp = /^data:.+\,.+$/; - -function urlParse(aUrl) { - var match = aUrl.match(urlRegexp); - if (!match) { - return null; - } - return { - scheme: match[1], - auth: match[2], - host: match[3], - port: match[4], - path: match[5] - }; -} -exports.urlParse = urlParse; - -function urlGenerate(aParsedUrl) { - var url = ''; - if (aParsedUrl.scheme) { - url += aParsedUrl.scheme + ':'; - } - url += '//'; - if (aParsedUrl.auth) { - url += aParsedUrl.auth + '@'; - } - if (aParsedUrl.host) { - url += aParsedUrl.host; - } - if (aParsedUrl.port) { - url += ":" + aParsedUrl.port - } - if (aParsedUrl.path) { - url += aParsedUrl.path; - } - return url; -} -exports.urlGenerate = urlGenerate; - -/** - * Normalizes a path, or the path portion of a URL: - * - * - Replaces consecutive slashes with one slash. - * - Removes unnecessary '.' parts. - * - Removes unnecessary '/..' parts. - * - * Based on code in the Node.js 'path' core module. - * - * @param aPath The path or url to normalize. - */ -function normalize(aPath) { - var path = aPath; - var url = urlParse(aPath); - if (url) { - if (!url.path) { - return aPath; - } - path = url.path; - } - var isAbsolute = exports.isAbsolute(path); - - var parts = path.split(/\/+/); - for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { - part = parts[i]; - if (part === '.') { - parts.splice(i, 1); - } else if (part === '..') { - up++; - } else if (up > 0) { - if (part === '') { - // The first part is blank if the path is absolute. Trying to go - // above the root is a no-op. Therefore we can remove all '..' parts - // directly after the root. - parts.splice(i + 1, up); - up = 0; - } else { - parts.splice(i, 2); - up--; - } - } - } - path = parts.join('/'); - - if (path === '') { - path = isAbsolute ? '/' : '.'; - } - - if (url) { - url.path = path; - return urlGenerate(url); - } - return path; -} -exports.normalize = normalize; - -/** - * Joins two paths/URLs. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be joined with the root. - * - * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a - * scheme-relative URL: Then the scheme of aRoot, if any, is prepended - * first. - * - Otherwise aPath is a path. If aRoot is a URL, then its path portion - * is updated with the result and aRoot is returned. Otherwise the result - * is returned. - * - If aPath is absolute, the result is aPath. - * - Otherwise the two paths are joined with a slash. - * - Joining for example 'http://' and 'www.example.com' is also supported. - */ -function join(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - if (aPath === "") { - aPath = "."; - } - var aPathUrl = urlParse(aPath); - var aRootUrl = urlParse(aRoot); - if (aRootUrl) { - aRoot = aRootUrl.path || '/'; - } - - // `join(foo, '//www.example.org')` - if (aPathUrl && !aPathUrl.scheme) { - if (aRootUrl) { - aPathUrl.scheme = aRootUrl.scheme; - } - return urlGenerate(aPathUrl); - } - - if (aPathUrl || aPath.match(dataUrlRegexp)) { - return aPath; - } - - // `join('http://', 'www.example.com')` - if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { - aRootUrl.host = aPath; - return urlGenerate(aRootUrl); - } - - var joined = aPath.charAt(0) === '/' - ? aPath - : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); - - if (aRootUrl) { - aRootUrl.path = joined; - return urlGenerate(aRootUrl); - } - return joined; -} -exports.join = join; - -exports.isAbsolute = function (aPath) { - return aPath.charAt(0) === '/' || !!aPath.match(urlRegexp); -}; - -/** - * Make a path relative to a URL or another path. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be made relative to aRoot. - */ -function relative(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - - aRoot = aRoot.replace(/\/$/, ''); - - // It is possible for the path to be above the root. In this case, simply - // checking whether the root is a prefix of the path won't work. Instead, we - // need to remove components from the root one by one, until either we find - // a prefix that fits, or we run out of components to remove. - var level = 0; - while (aPath.indexOf(aRoot + '/') !== 0) { - var index = aRoot.lastIndexOf("/"); - if (index < 0) { - return aPath; - } - - // If the only part of the root that is left is the scheme (i.e. http://, - // file:///, etc.), one or more slashes (/), or simply nothing at all, we - // have exhausted all components, so the path is not relative to the root. - aRoot = aRoot.slice(0, index); - if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { - return aPath; - } - - ++level; - } - - // Make sure we add a "../" for each component we removed from the root. - return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); -} -exports.relative = relative; - -var supportsNullProto = (function () { - var obj = Object.create(null); - return !('__proto__' in obj); -}()); - -function identity (s) { - return s; -} - -/** - * Because behavior goes wacky when you set `__proto__` on objects, we - * have to prefix all the strings in our set with an arbitrary character. - * - * See https://github.com/mozilla/source-map/pull/31 and - * https://github.com/mozilla/source-map/issues/30 - * - * @param String aStr - */ -function toSetString(aStr) { - if (isProtoString(aStr)) { - return '$' + aStr; - } - - return aStr; -} -exports.toSetString = supportsNullProto ? identity : toSetString; - -function fromSetString(aStr) { - if (isProtoString(aStr)) { - return aStr.slice(1); - } - - return aStr; -} -exports.fromSetString = supportsNullProto ? identity : fromSetString; - -function isProtoString(s) { - if (!s) { - return false; - } - - var length = s.length; - - if (length < 9 /* "__proto__".length */) { - return false; - } - - if (s.charCodeAt(length - 1) !== 95 /* '_' */ || - s.charCodeAt(length - 2) !== 95 /* '_' */ || - s.charCodeAt(length - 3) !== 111 /* 'o' */ || - s.charCodeAt(length - 4) !== 116 /* 't' */ || - s.charCodeAt(length - 5) !== 111 /* 'o' */ || - s.charCodeAt(length - 6) !== 114 /* 'r' */ || - s.charCodeAt(length - 7) !== 112 /* 'p' */ || - s.charCodeAt(length - 8) !== 95 /* '_' */ || - s.charCodeAt(length - 9) !== 95 /* '_' */) { - return false; - } - - for (var i = length - 10; i >= 0; i--) { - if (s.charCodeAt(i) !== 36 /* '$' */) { - return false; - } - } - - return true; -} - -/** - * Comparator between two mappings where the original positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same original source/line/column, but different generated - * line and column the same. Useful when searching for a mapping with a - * stubbed out mapping. - */ -function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { - var cmp = mappingA.source - mappingB.source; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0 || onlyCompareOriginal) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - return mappingA.name - mappingB.name; -} -exports.compareByOriginalPositions = compareByOriginalPositions; - -/** - * Comparator between two mappings with deflated source and name indices where - * the generated positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same generated line and column, but different - * source/name/original line and column the same. Useful when searching for a - * mapping with a stubbed out mapping. - */ -function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0 || onlyCompareGenerated) { - return cmp; - } - - cmp = mappingA.source - mappingB.source; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return mappingA.name - mappingB.name; -} -exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; - -function strcmp(aStr1, aStr2) { - if (aStr1 === aStr2) { - return 0; - } - - if (aStr1 > aStr2) { - return 1; - } - - return -1; -} - -/** - * Comparator between two mappings with inflated source and name strings where - * the generated positions are compared. - */ -function compareByGeneratedPositionsInflated(mappingA, mappingB) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); -} -exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/package.json b/2019-setembro/node_modules/snapdragon/node_modules/source-map/package.json deleted file mode 100644 index 048e3ae..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.5.7", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/2019-setembro/node_modules/snapdragon/node_modules/source-map/source-map.js b/2019-setembro/node_modules/snapdragon/node_modules/source-map/source-map.js deleted file mode 100644 index bc88fe8..0000000 --- a/2019-setembro/node_modules/snapdragon/node_modules/source-map/source-map.js +++ /dev/null @@ -1,8 +0,0 @@ -/* - * Copyright 2009-2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE.txt or: - * http://opensource.org/licenses/BSD-3-Clause - */ -exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator; -exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer; -exports.SourceNode = require('./lib/source-node').SourceNode; diff --git a/2019-setembro/node_modules/snapdragon/package.json b/2019-setembro/node_modules/snapdragon/package.json deleted file mode 100644 index e4c4e73..0000000 --- a/2019-setembro/node_modules/snapdragon/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "snapdragon", - "description": "Fast, pluggable and easy-to-use parser-renderer factory.", - "version": "0.8.2", - "homepage": "https://github.com/jonschlinkert/snapdragon", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Edward Betts (http://edwardbetts.com)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "jonschlinkert/snapdragon", - "bugs": { - "url": "https://github.com/jonschlinkert/snapdragon/issues" - }, - "license": "MIT", - "files": [ - "index.js", - "lib" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "devDependencies": { - "gulp": "^3.9.1", - "gulp-eslint": "^3.0.1", - "gulp-format-md": "^0.1.10", - "gulp-istanbul": "^1.1.1", - "gulp-mocha": "^3.0.1", - "gulp-unused": "^0.2.0", - "mocha": "^3.0.2" - }, - "keywords": [ - "lexer", - "snapdragon" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "description": "These libraries use snapdragon:", - "list": [ - "braces", - "expand-brackets", - "extglob", - "micromatch" - ] - }, - "reflinks": [ - "css", - "pug", - "verb", - "verb-generate-readme" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/source-map-resolve/.jshintrc b/2019-setembro/node_modules/source-map-resolve/.jshintrc deleted file mode 100644 index 4a29289..0000000 --- a/2019-setembro/node_modules/source-map-resolve/.jshintrc +++ /dev/null @@ -1,46 +0,0 @@ -{ - "bitwise": true, - "camelcase": true, - "curly": false, - "eqeqeq": true, - "es3": true, - "forin": true, - "immed": false, - "indent": false, - "latedef": "nofunc", - "newcap": false, - "noarg": true, - "noempty": true, - "nonew": false, - "plusplus": false, - "quotmark": false, - "undef": true, - "unused": "vars", - "strict": false, - "trailing": true, - "maxparams": 5, - "maxdepth": false, - "maxstatements": false, - "maxcomplexity": false, - "maxlen": 100, - - "asi": true, - "expr": true, - "globalstrict": true, - "smarttabs": true, - "sub": true, - - "node": true, - "globals": { - "describe": false, - "it": false, - "before": false, - "beforeEach": false, - "after": false, - "afterEach": false, - "define": false, - "window": false, - "atob": true, - "JSON": false - } -} diff --git a/2019-setembro/node_modules/source-map-resolve/.travis.yml b/2019-setembro/node_modules/source-map-resolve/.travis.yml deleted file mode 100644 index 2197832..0000000 --- a/2019-setembro/node_modules/source-map-resolve/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: node_js -node_js: - - "node" diff --git a/2019-setembro/node_modules/source-map-resolve/LICENSE b/2019-setembro/node_modules/source-map-resolve/LICENSE deleted file mode 100644 index 748f42e..0000000 --- a/2019-setembro/node_modules/source-map-resolve/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014, 2015, 2016, 2017 Simon Lydell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/source-map-resolve/bower.json b/2019-setembro/node_modules/source-map-resolve/bower.json deleted file mode 100644 index e95acf3..0000000 --- a/2019-setembro/node_modules/source-map-resolve/bower.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "source-map-resolve", - "version": "0.5.2", - "author": "Simon Lydell", - "license": "MIT", - "description": "Resolve the source map and/or sources for a generated file.", - "keywords": [ - "source map", - "sourcemap", - "source", - "map", - "sourceMappingURL", - "resolve", - "resolver", - "locate", - "locator", - "find", - "finder" - ], - "authors": [ - "Simon Lydell" - ], - "ignore": [ - ".*" - ], - "dependencies": { - "source-map-url": "^0.4.0", - "resolve-url": "^0.2.1" - } -} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-resolve/changelog.md b/2019-setembro/node_modules/source-map-resolve/changelog.md deleted file mode 100644 index b35771b..0000000 --- a/2019-setembro/node_modules/source-map-resolve/changelog.md +++ /dev/null @@ -1,100 +0,0 @@ -### Version 0.5.2 (2018-05-10) ### - -- Improved: Updated the version range of `atob` to disallow depending on `2.0.3` - which as a [security - vulnerability](https://snyk.io/test/npm/atob/2.0.3?severity=high&severity=medium&severity=low). - -### Version 0.5.1 (2017-10-21) ### - -- Fixed: URLs are now decoded before being passed to `read` in Node.js. This - allows reading files with spaces, for example. -- Fixed: Missing or empty `sources` fields (such as `sources: []`) in source - maps are now handled. Previously, such source maps would cause crashes or - callbacks never bing called. Now, an empty result is produced: - - ```js - sourcesResolved: [], - sourcesContent: [] - ``` - -### Version 0.5.0 (2016-02-28) ### - -- Improved: Errors now have a `sourceMapData` property that contain as much as - possible of the intended result of the function up until the error occurred. -- Changed: `resolveSources` and `resolve`, as well as their `*Sync` - alternatives, no longer fail when one single source fails to be fetched. - Instead, the `sourcesContent` array in the result object will contain error - objects for all failed sources, and strings otherwise. (Backwards-incompatible - change.) - -### Version 0.4.0 (2015-08-29) ### - -- Removed: The `ignoreSourceRoot` option of `resolveSources`. It has been - replaced with `sourceRoot: false`. (Backwards-incompatible change.) -- Added: The `sourceRoot` option of `resolveSources`. It not only allows to - ignore the source root, it also lets you replace it. -- Added: The `parseMapToJSON` method. -- Added: The `resolve` method now accepts `null, mapUrl, ...` as arguments, in - addition to the existing signature, which will read `mapUrl` instead of - looking for a sourceMappingURL in the code. - -### Version 0.3.1 (2014-08-16) ### - -- Improved: Updated the source-map-url dependency to 0.3.0. - - -### Version 0.3.0 (2014-07-02) ### - -- Removed: Argument checking. It’s not worth it. (Possibly - backwards-incompatible change.) -- Added: The `sourceRoot` property of source maps may now be ignored, which can - be useful when resolving sources outside of the browser. -- Added: It is now possible to resolve only the URLs of sources, without - reading them. - - -### Version 0.2.0 (2014-06-22) ### - -- Changed: The result of `resolveSources` is now an object, not an array. The - old result array is available in the `sourcesContent` property. - (Backwards-incompatible change.) -- Changed: `sources` has been renamed to `sourcesContent` in the result object - of `resolve`. (Backwards-incompatible change.) -- Added: `resolveSources` now also returns all sources fully resolved, in the - `sourcesResolved` property. -- Added: The result object of `resolve` now contains the `sourcesResolved` - property from `resolveSources`. - - -### Version 0.1.4 (2014-06-16) ### - -- Fixed: `sourcesContent` was mis-typed as `sourceContents`, which meant that - the `sourcesContent` property of source maps never was used when resolving - sources. - - -### Version 0.1.3 (2014-05-06) ### - -- Only documentation and meta-data changes. - - -### Version 0.1.2 (2014-03-23) ### - -- Improved: Source maps starting with `)]}'` are now parsed correctly. The spec - allows source maps to start with that character sequence to prevent XSSI - attacks. - - -### Version 0.1.1 (2014-03-06) ### - -- Improved: Make sourceRoot resolving more sensible. - - A source root such as `/scripts/subdir` is now treated as `/scripts/subdir/` - — that is, as a directory called “subdir”, not a file called “subdir”. - Pointing to a file as source root does not makes sense. - - - -### Version 0.1.0 (2014-03-03) ### - -- Initial release. diff --git a/2019-setembro/node_modules/source-map-resolve/component.json b/2019-setembro/node_modules/source-map-resolve/component.json deleted file mode 100644 index 7af17d4..0000000 --- a/2019-setembro/node_modules/source-map-resolve/component.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "source-map-resolve", - "version": "0.5.2", - "author": "Simon Lydell", - "license": "MIT", - "description": "Resolve the source map and/or sources for a generated file.", - "keywords": [ - "source map", - "sourcemap", - "source", - "map", - "sourceMappingURL", - "resolve", - "resolver", - "locate", - "locator", - "find", - "finder" - ], - "repo": "lydell/source-map-resolve", - "main": "source-map-resolve.js", - "scripts": [ - "source-map-resolve.js" - ], - "dependencies": { - "lydell/source-map-url": "~0.4.0", - "lydell/resolve-url": "~0.2.1" - } -} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-resolve/generate-source-map-resolve.js b/2019-setembro/node_modules/source-map-resolve/generate-source-map-resolve.js deleted file mode 100644 index a37e393..0000000 --- a/2019-setembro/node_modules/source-map-resolve/generate-source-map-resolve.js +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright 2014, 2017 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var fs = require("fs") - -var template = fs.readFileSync("source-map-resolve.js.template").toString() -var nodeCode = fs.readFileSync("lib/source-map-resolve-node.js").toString() - -nodeCode = nodeCode - - // Remove leading comments and `require`s. - .replace(/^\s*(?:\/\/.+\s+|var\s+\w+\s*=\s*require\([^)]+\).*\s+)*/, "") - - // Remove `urix`. - .replace(/(\w+)\s*=\s*urix\(\1\)\s*/g, "") - - // Remove `decode-uri-component`. - .replace(/(var readUrl = )decodeUriComponent\(([\w.]+)\)/g, "$1$2") - - // Change `module.exports = {...}` to `return {...}`. - .replace(/module\.exports = (\{[^}]+\})\s*$/, "return $1") - - // Indent. - .replace(/^(?!$)/gm, " ") - -var code = template.replace(/[ \t]*\{\{source-map-resolve-node.js\}\}/, nodeCode) - -fs.writeFileSync("source-map-resolve.js", code) diff --git a/2019-setembro/node_modules/source-map-resolve/lib/decode-uri-component.js b/2019-setembro/node_modules/source-map-resolve/lib/decode-uri-component.js deleted file mode 100644 index c7064ff..0000000 --- a/2019-setembro/node_modules/source-map-resolve/lib/decode-uri-component.js +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2017 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var decodeUriComponent = require("decode-uri-component") - -function customDecodeUriComponent(string) { - // `decodeUriComponent` turns `+` into ` `, but that's not wanted. - return decodeUriComponent(string.replace(/\+/g, "%2B")) -} - -module.exports = customDecodeUriComponent diff --git a/2019-setembro/node_modules/source-map-resolve/lib/resolve-url.js b/2019-setembro/node_modules/source-map-resolve/lib/resolve-url.js deleted file mode 100644 index 2ca8fa9..0000000 --- a/2019-setembro/node_modules/source-map-resolve/lib/resolve-url.js +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var url = require("url") - -function resolveUrl(/* ...urls */) { - return Array.prototype.reduce.call(arguments, function(resolved, nextUrl) { - return url.resolve(resolved, nextUrl) - }) -} - -module.exports = resolveUrl diff --git a/2019-setembro/node_modules/source-map-resolve/lib/source-map-resolve-node.js b/2019-setembro/node_modules/source-map-resolve/lib/source-map-resolve-node.js deleted file mode 100644 index f80953d..0000000 --- a/2019-setembro/node_modules/source-map-resolve/lib/source-map-resolve-node.js +++ /dev/null @@ -1,302 +0,0 @@ -// Copyright 2014, 2015, 2016, 2017 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var sourceMappingURL = require("source-map-url") -var resolveUrl = require("./resolve-url") -var decodeUriComponent = require("./decode-uri-component") -var urix = require("urix") -var atob = require("atob") - - - -function callbackAsync(callback, error, result) { - setImmediate(function() { callback(error, result) }) -} - -function parseMapToJSON(string, data) { - try { - return JSON.parse(string.replace(/^\)\]\}'/, "")) - } catch (error) { - error.sourceMapData = data - throw error - } -} - -function readSync(read, url, data) { - var readUrl = decodeUriComponent(url) - try { - return String(read(readUrl)) - } catch (error) { - error.sourceMapData = data - throw error - } -} - - - -function resolveSourceMap(code, codeUrl, read, callback) { - var mapData - try { - mapData = resolveSourceMapHelper(code, codeUrl) - } catch (error) { - return callbackAsync(callback, error) - } - if (!mapData || mapData.map) { - return callbackAsync(callback, null, mapData) - } - var readUrl = decodeUriComponent(mapData.url) - read(readUrl, function(error, result) { - if (error) { - error.sourceMapData = mapData - return callback(error) - } - mapData.map = String(result) - try { - mapData.map = parseMapToJSON(mapData.map, mapData) - } catch (error) { - return callback(error) - } - callback(null, mapData) - }) -} - -function resolveSourceMapSync(code, codeUrl, read) { - var mapData = resolveSourceMapHelper(code, codeUrl) - if (!mapData || mapData.map) { - return mapData - } - mapData.map = readSync(read, mapData.url, mapData) - mapData.map = parseMapToJSON(mapData.map, mapData) - return mapData -} - -var dataUriRegex = /^data:([^,;]*)(;[^,;]*)*(?:,(.*))?$/ -var jsonMimeTypeRegex = /^(?:application|text)\/json$/ - -function resolveSourceMapHelper(code, codeUrl) { - codeUrl = urix(codeUrl) - - var url = sourceMappingURL.getFrom(code) - if (!url) { - return null - } - - var dataUri = url.match(dataUriRegex) - if (dataUri) { - var mimeType = dataUri[1] - var lastParameter = dataUri[2] || "" - var encoded = dataUri[3] || "" - var data = { - sourceMappingURL: url, - url: null, - sourcesRelativeTo: codeUrl, - map: encoded - } - if (!jsonMimeTypeRegex.test(mimeType)) { - var error = new Error("Unuseful data uri mime type: " + (mimeType || "text/plain")) - error.sourceMapData = data - throw error - } - data.map = parseMapToJSON( - lastParameter === ";base64" ? atob(encoded) : decodeURIComponent(encoded), - data - ) - return data - } - - var mapUrl = resolveUrl(codeUrl, url) - return { - sourceMappingURL: url, - url: mapUrl, - sourcesRelativeTo: mapUrl, - map: null - } -} - - - -function resolveSources(map, mapUrl, read, options, callback) { - if (typeof options === "function") { - callback = options - options = {} - } - var pending = map.sources ? map.sources.length : 0 - var result = { - sourcesResolved: [], - sourcesContent: [] - } - - if (pending === 0) { - callbackAsync(callback, null, result) - return - } - - var done = function() { - pending-- - if (pending === 0) { - callback(null, result) - } - } - - resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) { - result.sourcesResolved[index] = fullUrl - if (typeof sourceContent === "string") { - result.sourcesContent[index] = sourceContent - callbackAsync(done, null) - } else { - var readUrl = decodeUriComponent(fullUrl) - read(readUrl, function(error, source) { - result.sourcesContent[index] = error ? error : String(source) - done() - }) - } - }) -} - -function resolveSourcesSync(map, mapUrl, read, options) { - var result = { - sourcesResolved: [], - sourcesContent: [] - } - - if (!map.sources || map.sources.length === 0) { - return result - } - - resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) { - result.sourcesResolved[index] = fullUrl - if (read !== null) { - if (typeof sourceContent === "string") { - result.sourcesContent[index] = sourceContent - } else { - var readUrl = decodeUriComponent(fullUrl) - try { - result.sourcesContent[index] = String(read(readUrl)) - } catch (error) { - result.sourcesContent[index] = error - } - } - } - }) - - return result -} - -var endingSlash = /\/?$/ - -function resolveSourcesHelper(map, mapUrl, options, fn) { - options = options || {} - mapUrl = urix(mapUrl) - var fullUrl - var sourceContent - var sourceRoot - for (var index = 0, len = map.sources.length; index < len; index++) { - sourceRoot = null - if (typeof options.sourceRoot === "string") { - sourceRoot = options.sourceRoot - } else if (typeof map.sourceRoot === "string" && options.sourceRoot !== false) { - sourceRoot = map.sourceRoot - } - // If the sourceRoot is the empty string, it is equivalent to not setting - // the property at all. - if (sourceRoot === null || sourceRoot === '') { - fullUrl = resolveUrl(mapUrl, map.sources[index]) - } else { - // Make sure that the sourceRoot ends with a slash, so that `/scripts/subdir` becomes - // `/scripts/subdir/`, not `/scripts/`. Pointing to a file as source root - // does not make sense. - fullUrl = resolveUrl(mapUrl, sourceRoot.replace(endingSlash, "/"), map.sources[index]) - } - sourceContent = (map.sourcesContent || [])[index] - fn(fullUrl, sourceContent, index) - } -} - - - -function resolve(code, codeUrl, read, options, callback) { - if (typeof options === "function") { - callback = options - options = {} - } - if (code === null) { - var mapUrl = codeUrl - var data = { - sourceMappingURL: null, - url: mapUrl, - sourcesRelativeTo: mapUrl, - map: null - } - var readUrl = decodeUriComponent(mapUrl) - read(readUrl, function(error, result) { - if (error) { - error.sourceMapData = data - return callback(error) - } - data.map = String(result) - try { - data.map = parseMapToJSON(data.map, data) - } catch (error) { - return callback(error) - } - _resolveSources(data) - }) - } else { - resolveSourceMap(code, codeUrl, read, function(error, mapData) { - if (error) { - return callback(error) - } - if (!mapData) { - return callback(null, null) - } - _resolveSources(mapData) - }) - } - - function _resolveSources(mapData) { - resolveSources(mapData.map, mapData.sourcesRelativeTo, read, options, function(error, result) { - if (error) { - return callback(error) - } - mapData.sourcesResolved = result.sourcesResolved - mapData.sourcesContent = result.sourcesContent - callback(null, mapData) - }) - } -} - -function resolveSync(code, codeUrl, read, options) { - var mapData - if (code === null) { - var mapUrl = codeUrl - mapData = { - sourceMappingURL: null, - url: mapUrl, - sourcesRelativeTo: mapUrl, - map: null - } - mapData.map = readSync(read, mapUrl, mapData) - mapData.map = parseMapToJSON(mapData.map, mapData) - } else { - mapData = resolveSourceMapSync(code, codeUrl, read) - if (!mapData) { - return null - } - } - var result = resolveSourcesSync(mapData.map, mapData.sourcesRelativeTo, read, options) - mapData.sourcesResolved = result.sourcesResolved - mapData.sourcesContent = result.sourcesContent - return mapData -} - - - -module.exports = { - resolveSourceMap: resolveSourceMap, - resolveSourceMapSync: resolveSourceMapSync, - resolveSources: resolveSources, - resolveSourcesSync: resolveSourcesSync, - resolve: resolve, - resolveSync: resolveSync, - parseMapToJSON: parseMapToJSON -} diff --git a/2019-setembro/node_modules/source-map-resolve/node_modules/.bin/atob b/2019-setembro/node_modules/source-map-resolve/node_modules/.bin/atob deleted file mode 120000 index c0ab02d..0000000 --- a/2019-setembro/node_modules/source-map-resolve/node_modules/.bin/atob +++ /dev/null @@ -1 +0,0 @@ -../../../atob/bin/atob.js \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-resolve/package.json b/2019-setembro/node_modules/source-map-resolve/package.json deleted file mode 100644 index 006b463..0000000 --- a/2019-setembro/node_modules/source-map-resolve/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "source-map-resolve", - "version": "0.5.2", - "author": "Simon Lydell", - "license": "MIT", - "description": "Resolve the source map and/or sources for a generated file.", - "keywords": [ - "source map", - "sourcemap", - "source", - "map", - "sourceMappingURL", - "resolve", - "resolver", - "locate", - "locator", - "find", - "finder" - ], - "repository": "lydell/source-map-resolve", - "main": "lib/source-map-resolve-node.js", - "browser": "source-map-resolve.js", - "scripts": { - "lint": "jshint lib/ test/", - "unit": "node test/source-map-resolve.js && node test/windows.js", - "test": "npm run lint && npm run unit", - "build": "node generate-source-map-resolve.js" - }, - "dependencies": { - "atob": "^2.1.1", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "devDependencies": { - "Base64": "1.0.1", - "jshint": "2.9.5", - "setimmediate": "1.0.5", - "simple-asyncify": "1.0.0", - "tape": "4.9.0" - } -} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-resolve/readme.md b/2019-setembro/node_modules/source-map-resolve/readme.md deleted file mode 100644 index c70bcca..0000000 --- a/2019-setembro/node_modules/source-map-resolve/readme.md +++ /dev/null @@ -1,231 +0,0 @@ -Overview [![Build Status](https://travis-ci.org/lydell/source-map-resolve.svg?branch=master)](https://travis-ci.org/lydell/source-map-resolve) -======== - -Resolve the source map and/or sources for a generated file. - -```js -var sourceMapResolve = require("source-map-resolve") -var sourceMap = require("source-map") - -var code = [ - "!function(){...}();", - "/*# sourceMappingURL=foo.js.map */" -].join("\n") - -sourceMapResolve.resolveSourceMap(code, "/js/foo.js", fs.readFile, function(error, result) { - if (error) { - return notifyFailure(error) - } - result - // { - // map: {file: "foo.js", mappings: "...", sources: ["/coffee/foo.coffee"], names: []}, - // url: "/js/foo.js.map", - // sourcesRelativeTo: "/js/foo.js.map", - // sourceMappingURL: "foo.js.map" - // } - - sourceMapResolve.resolveSources(result.map, result.sourcesRelativeTo, fs.readFile, function(error, result) { - if (error) { - return notifyFailure(error) - } - result - // { - // sourcesResolved: ["/coffee/foo.coffee"], - // sourcesContent: [""] - // } - }) -}) - -sourceMapResolve.resolve(code, "/js/foo.js", fs.readFile, function(error, result) { - if (error) { - return notifyFailure(error) - } - result - // { - // map: {file: "foo.js", mappings: "...", sources: ["/coffee/foo.coffee"], names: []}, - // url: "/js/foo.js.map", - // sourcesRelativeTo: "/js/foo.js.map", - // sourceMappingURL: "foo.js.map", - // sourcesResolved: ["/coffee/foo.coffee"], - // sourcesContent: [""] - // } - result.map.sourcesContent = result.sourcesContent - var map = new sourceMap.sourceMapConsumer(result.map) - map.sourceContentFor("/coffee/foo.coffee") - // "" -}) -``` - - -Installation -============ - -- `npm install source-map-resolve` -- `bower install source-map-resolve` -- `component install lydell/source-map-resolve` - -Works with CommonJS, AMD and browser globals, through UMD. - -Note: This module requires `setImmediate` and `atob`. -Use polyfills if needed, such as: - -- -- - - -Usage -===== - -### `sourceMapResolve.resolveSourceMap(code, codeUrl, read, callback)` ### - -- `code` is a string of code that may or may not contain a sourceMappingURL - comment. Such a comment is used to resolve the source map. -- `codeUrl` is the url to the file containing `code`. If the sourceMappingURL - is relative, it is resolved against `codeUrl`. -- `read(url, callback)` is a function that reads `url` and responds using - `callback(error, content)`. In Node.js you might want to use `fs.readFile`, - while in the browser you might want to use an asynchronus `XMLHttpRequest`. -- `callback(error, result)` is a function that is invoked with either an error - or `null` and the result. - -The result is an object with the following properties: - -- `map`: The source map for `code`, as an object (not a string). -- `url`: The url to the source map. If the source map came from a data uri, - this property is `null`, since then there is no url to it. -- `sourcesRelativeTo`: The url that the sources of the source map are relative - to. Since the sources are relative to the source map, and the url to the - source map is provided as the `url` property, this property might seem - superfluos. However, remember that the `url` property can be `null` if the - source map came from a data uri. If so, the sources are relative to the file - containing the data uri—`codeUrl`. This property will be identical to the - `url` property or `codeUrl`, whichever is appropriate. This way you can - conveniently resolve the sources without having to think about where the - source map came from. -- `sourceMappingURL`: The url of the sourceMappingURL comment in `code`. - -If `code` contains no sourceMappingURL, the result is `null`. - -### `sourceMapResolve.resolveSources(map, mapUrl, read, [options], callback)` ### - -- `map` is a source map, as an object (not a string). -- `mapUrl` is the url to the file containing `map`. Relative sources in the - source map, if any, are resolved against `mapUrl`. -- `read(url, callback)` is a function that reads `url` and responds using - `callback(error, content)`. In Node.js you might want to use `fs.readFile`, - while in the browser you might want to use an asynchronus `XMLHttpRequest`. -- `options` is an optional object with any of the following properties: - - `sourceRoot`: Override the `sourceRoot` property of the source map, which - might only be relevant when resolving sources in the browser. This lets you - bypass it when using the module outside of a browser, if needed. Pass a - string to replace the `sourceRoot` property with, or `false` to ignore it. - Defaults to `undefined`. -- `callback(error, result)` is a function that is invoked with either an error - or `null` and the result. - -The result is an object with the following properties: - -- `sourcesResolved`: The same as `map.sources`, except all the sources are - fully resolved. -- `sourcesContent`: An array with the contents of all sources in `map.sources`, - in the same order as `map.sources`. If getting the contents of a source fails, - an error object is put into the array instead. - -### `sourceMapResolve.resolve(code, codeUrl, read, [options], callback)` ### - -The arguments are identical to `sourceMapResolve.resolveSourceMap`, except that -you may also provide the same `options` as in `sourceMapResolve.resolveSources`. - -This is a convenience method that first resolves the source map and then its -sources. You could also do this by first calling -`sourceMapResolve.resolveSourceMap` and then `sourceMapResolve.resolveSources`. - -The result is identical to `sourceMapResolve.resolveSourceMap`, with the -properties from `sourceMapResolve.resolveSources` merged into it. - -There is one extra feature available, though. If `code` is `null`, `codeUrl` is -treated as a url to the source map instead of to `code`, and will be read. This -is handy if you _sometimes_ get the source map url from the `SourceMap: ` -header (see the [Notes] section). In this case, the `sourceMappingURL` property -of the result is `null`. - - -[Notes]: #notes - -### `sourceMapResolve.*Sync()` ### - -There are also sync versions of the three previous functions. They are identical -to the async versions, except: - -- They expect a sync reading function. In Node.js you might want to use - `fs.readFileSync`, while in the browser you might want to use a synchronus - `XMLHttpRequest`. -- They throw errors and return the result instead of using a callback. - -`sourceMapResolve.resolveSourcesSync` also accepts `null` as the `read` -parameter. The result is the same as when passing a function as the `read -parameter`, except that the `sourcesContent` property of the result will be an -empty array. In other words, the sources aren’t read. You only get the -`sourcesResolved` property. (This only supported in the synchronus version, since -there is no point doing it asynchronusly.) - -### `sourceMapResolve.parseMapToJSON(string, [data])` ### - -The spec says that if a source map (as a string) starts with `)]}'`, it should -be stripped off. This is to prevent XSSI attacks. This function does that and -returns the result of `JSON.parse`ing what’s left. - -If this function throws `error`, `error.sourceMapData === data`. - -### Errors - -All errors passed to callbacks or thrown by this module have a `sourceMapData` -property that contain as much as possible of the intended result of the function -up until the error occurred. - -Note that while the `map` property of result objects always is an object, -`error.sourceMapData.map` will be a string if parsing that string fails. - - -Note -==== - -This module resolves the source map for a given generated file by looking for a -sourceMappingURL comment. The spec defines yet a way to provide the URL to the -source map: By sending the `SourceMap: ` header along with the generated -file. Since this module doesn’t retrive the generated code for you (instead -_you_ give the generated code to the module), it’s up to you to look for such a -header when you retrieve the file (should the need arise). - - -Development -=========== - -Tests ------ - -First off, run `npm install` to install testing modules and browser polyfills. - -`npm test` lints the code and runs the test suite in Node.js. - -x-package.json5 ---------------- - -package.json, component.json and bower.json are all generated from -x-package.json5 by using [`xpkg`]. Only edit x-package.json5, and remember to -run `xpkg` before commiting! - -[`xpkg`]: https://github.com/kof/node-xpkg - -Generating the browser version ------------------------------- - -source-map-resolve.js is generated from source-map-resolve-node.js and -source-map-resolve-template.js. Only edit the two latter files, _not_ -source-map-resolve.js! To generate it, run `npm run build`. - - -License -======= - -[The X11 (“MIT”) License](LICENSE). diff --git a/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js b/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js deleted file mode 100644 index 387fc19..0000000 --- a/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js +++ /dev/null @@ -1,309 +0,0 @@ -// Copyright 2014, 2015, 2016, 2017 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -// Note: source-map-resolve.js is generated from source-map-resolve-node.js and -// source-map-resolve-template.js. Only edit the two latter files, _not_ -// source-map-resolve.js! - -void (function(root, factory) { - if (typeof define === "function" && define.amd) { - define(["source-map-url", "resolve-url"], factory) - } else if (typeof exports === "object") { - var sourceMappingURL = require("source-map-url") - var resolveUrl = require("resolve-url") - module.exports = factory(sourceMappingURL, resolveUrl) - } else { - root.sourceMapResolve = factory(root.sourceMappingURL, root.resolveUrl) - } -}(this, function(sourceMappingURL, resolveUrl) { - - function callbackAsync(callback, error, result) { - setImmediate(function() { callback(error, result) }) - } - - function parseMapToJSON(string, data) { - try { - return JSON.parse(string.replace(/^\)\]\}'/, "")) - } catch (error) { - error.sourceMapData = data - throw error - } - } - - function readSync(read, url, data) { - var readUrl = url - try { - return String(read(readUrl)) - } catch (error) { - error.sourceMapData = data - throw error - } - } - - - - function resolveSourceMap(code, codeUrl, read, callback) { - var mapData - try { - mapData = resolveSourceMapHelper(code, codeUrl) - } catch (error) { - return callbackAsync(callback, error) - } - if (!mapData || mapData.map) { - return callbackAsync(callback, null, mapData) - } - var readUrl = mapData.url - read(readUrl, function(error, result) { - if (error) { - error.sourceMapData = mapData - return callback(error) - } - mapData.map = String(result) - try { - mapData.map = parseMapToJSON(mapData.map, mapData) - } catch (error) { - return callback(error) - } - callback(null, mapData) - }) - } - - function resolveSourceMapSync(code, codeUrl, read) { - var mapData = resolveSourceMapHelper(code, codeUrl) - if (!mapData || mapData.map) { - return mapData - } - mapData.map = readSync(read, mapData.url, mapData) - mapData.map = parseMapToJSON(mapData.map, mapData) - return mapData - } - - var dataUriRegex = /^data:([^,;]*)(;[^,;]*)*(?:,(.*))?$/ - var jsonMimeTypeRegex = /^(?:application|text)\/json$/ - - function resolveSourceMapHelper(code, codeUrl) { - var url = sourceMappingURL.getFrom(code) - if (!url) { - return null - } - - var dataUri = url.match(dataUriRegex) - if (dataUri) { - var mimeType = dataUri[1] - var lastParameter = dataUri[2] || "" - var encoded = dataUri[3] || "" - var data = { - sourceMappingURL: url, - url: null, - sourcesRelativeTo: codeUrl, - map: encoded - } - if (!jsonMimeTypeRegex.test(mimeType)) { - var error = new Error("Unuseful data uri mime type: " + (mimeType || "text/plain")) - error.sourceMapData = data - throw error - } - data.map = parseMapToJSON( - lastParameter === ";base64" ? atob(encoded) : decodeURIComponent(encoded), - data - ) - return data - } - - var mapUrl = resolveUrl(codeUrl, url) - return { - sourceMappingURL: url, - url: mapUrl, - sourcesRelativeTo: mapUrl, - map: null - } - } - - - - function resolveSources(map, mapUrl, read, options, callback) { - if (typeof options === "function") { - callback = options - options = {} - } - var pending = map.sources ? map.sources.length : 0 - var result = { - sourcesResolved: [], - sourcesContent: [] - } - - if (pending === 0) { - callbackAsync(callback, null, result) - return - } - - var done = function() { - pending-- - if (pending === 0) { - callback(null, result) - } - } - - resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) { - result.sourcesResolved[index] = fullUrl - if (typeof sourceContent === "string") { - result.sourcesContent[index] = sourceContent - callbackAsync(done, null) - } else { - var readUrl = fullUrl - read(readUrl, function(error, source) { - result.sourcesContent[index] = error ? error : String(source) - done() - }) - } - }) - } - - function resolveSourcesSync(map, mapUrl, read, options) { - var result = { - sourcesResolved: [], - sourcesContent: [] - } - - if (!map.sources || map.sources.length === 0) { - return result - } - - resolveSourcesHelper(map, mapUrl, options, function(fullUrl, sourceContent, index) { - result.sourcesResolved[index] = fullUrl - if (read !== null) { - if (typeof sourceContent === "string") { - result.sourcesContent[index] = sourceContent - } else { - var readUrl = fullUrl - try { - result.sourcesContent[index] = String(read(readUrl)) - } catch (error) { - result.sourcesContent[index] = error - } - } - } - }) - - return result - } - - var endingSlash = /\/?$/ - - function resolveSourcesHelper(map, mapUrl, options, fn) { - options = options || {} - var fullUrl - var sourceContent - var sourceRoot - for (var index = 0, len = map.sources.length; index < len; index++) { - sourceRoot = null - if (typeof options.sourceRoot === "string") { - sourceRoot = options.sourceRoot - } else if (typeof map.sourceRoot === "string" && options.sourceRoot !== false) { - sourceRoot = map.sourceRoot - } - // If the sourceRoot is the empty string, it is equivalent to not setting - // the property at all. - if (sourceRoot === null || sourceRoot === '') { - fullUrl = resolveUrl(mapUrl, map.sources[index]) - } else { - // Make sure that the sourceRoot ends with a slash, so that `/scripts/subdir` becomes - // `/scripts/subdir/`, not `/scripts/`. Pointing to a file as source root - // does not make sense. - fullUrl = resolveUrl(mapUrl, sourceRoot.replace(endingSlash, "/"), map.sources[index]) - } - sourceContent = (map.sourcesContent || [])[index] - fn(fullUrl, sourceContent, index) - } - } - - - - function resolve(code, codeUrl, read, options, callback) { - if (typeof options === "function") { - callback = options - options = {} - } - if (code === null) { - var mapUrl = codeUrl - var data = { - sourceMappingURL: null, - url: mapUrl, - sourcesRelativeTo: mapUrl, - map: null - } - var readUrl = mapUrl - read(readUrl, function(error, result) { - if (error) { - error.sourceMapData = data - return callback(error) - } - data.map = String(result) - try { - data.map = parseMapToJSON(data.map, data) - } catch (error) { - return callback(error) - } - _resolveSources(data) - }) - } else { - resolveSourceMap(code, codeUrl, read, function(error, mapData) { - if (error) { - return callback(error) - } - if (!mapData) { - return callback(null, null) - } - _resolveSources(mapData) - }) - } - - function _resolveSources(mapData) { - resolveSources(mapData.map, mapData.sourcesRelativeTo, read, options, function(error, result) { - if (error) { - return callback(error) - } - mapData.sourcesResolved = result.sourcesResolved - mapData.sourcesContent = result.sourcesContent - callback(null, mapData) - }) - } - } - - function resolveSync(code, codeUrl, read, options) { - var mapData - if (code === null) { - var mapUrl = codeUrl - mapData = { - sourceMappingURL: null, - url: mapUrl, - sourcesRelativeTo: mapUrl, - map: null - } - mapData.map = readSync(read, mapUrl, mapData) - mapData.map = parseMapToJSON(mapData.map, mapData) - } else { - mapData = resolveSourceMapSync(code, codeUrl, read) - if (!mapData) { - return null - } - } - var result = resolveSourcesSync(mapData.map, mapData.sourcesRelativeTo, read, options) - mapData.sourcesResolved = result.sourcesResolved - mapData.sourcesContent = result.sourcesContent - return mapData - } - - - - return { - resolveSourceMap: resolveSourceMap, - resolveSourceMapSync: resolveSourceMapSync, - resolveSources: resolveSources, - resolveSourcesSync: resolveSourcesSync, - resolve: resolve, - resolveSync: resolveSync, - parseMapToJSON: parseMapToJSON - } - -})); diff --git a/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js.template b/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js.template deleted file mode 100644 index 813198a..0000000 --- a/2019-setembro/node_modules/source-map-resolve/source-map-resolve.js.template +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2014, 2015, 2016, 2017 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -// Note: source-map-resolve.js is generated from source-map-resolve-node.js and -// source-map-resolve-template.js. Only edit the two latter files, _not_ -// source-map-resolve.js! - -void (function(root, factory) { - if (typeof define === "function" && define.amd) { - define(["source-map-url", "resolve-url"], factory) - } else if (typeof exports === "object") { - var sourceMappingURL = require("source-map-url") - var resolveUrl = require("resolve-url") - module.exports = factory(sourceMappingURL, resolveUrl) - } else { - root.sourceMapResolve = factory(root.sourceMappingURL, root.resolveUrl) - } -}(this, function(sourceMappingURL, resolveUrl) { - - {{source-map-resolve-node.js}} - -})); diff --git a/2019-setembro/node_modules/source-map-resolve/test/common.js b/2019-setembro/node_modules/source-map-resolve/test/common.js deleted file mode 100644 index 8616c17..0000000 --- a/2019-setembro/node_modules/source-map-resolve/test/common.js +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright 2014 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -function u(url) { - return "code\n/*# sourceMappingURL=" + url + " */" -} - -function read(x) { - return function() { - return x - } -} - -function Throws(x) { - throw new Error(x) -} - -function identity(x) { - return x -} - -module.exports = { - u: u, - read: read, - Throws: Throws, - identity: identity -} diff --git a/2019-setembro/node_modules/source-map-resolve/test/read.js b/2019-setembro/node_modules/source-map-resolve/test/read.js deleted file mode 100644 index 6bf2dad..0000000 --- a/2019-setembro/node_modules/source-map-resolve/test/read.js +++ /dev/null @@ -1,105 +0,0 @@ -// Copyright 2017 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var test = require("tape") -var asyncify = require("simple-asyncify") -var common = require("./common") -var u = common.u - -var sourceMapResolve = require("../") - -var mapUrl = "operators%20map.json" -var codeUrl = "./built files/operators:+-<>%25.js" -var sourceUrl = "../source files/operators:+-<>%25.coffee" - -function readTest(t, files) { - return function(file, callback) { - var fileData = files[file] - t.ok(fileData, "decoded file name") - if (callback) { - callback(null, fileData) - } else { - return fileData - } - } -} - - - -function testResolveSourceMap(method, sync) { - return function(t) { - t.plan(2) - - if (sync) { - method = asyncify(method) - } - - var read = readTest(t, { - "built files/operators map.json": "{}" - }) - - method(u(mapUrl), codeUrl, read, function(error) { - t.error(error) - }) - - } -} - -test(".resolveSourceMap", testResolveSourceMap(sourceMapResolve.resolveSourceMap, false)) - -test(".resolveSourceMapSync", testResolveSourceMap(sourceMapResolve.resolveSourceMapSync, true)) - - -function testResolveSources(method, sync) { - return function(t) { - t.plan(2) - - if (sync) { - method = asyncify(method) - } - - var map = { - sources: [sourceUrl] - } - var read = readTest(t, { - "../source files/operators:+-<>%.coffee": "source code" - }) - - method(map, mapUrl, read, function(error) { - t.error(error) - }) - - } -} - -test(".resolveSources", testResolveSources(sourceMapResolve.resolveSources, false)) - -test(".resolveSourcesSync", testResolveSources(sourceMapResolve.resolveSourcesSync, true)) - - -function testResolve(method, sync) { - return function(t) { - t.plan(3) - - if (sync) { - method = asyncify(method) - } - - var map = { - sources: [sourceUrl] - } - var read = readTest(t, { - "built files/operators map.json": JSON.stringify(map), - "source files/operators:+-<>%.coffee": "source code" - }) - - method(u(mapUrl), codeUrl, read, function(error) { - t.error(error) - }) - - } -} - -test(".resolve", testResolve(sourceMapResolve.resolve, false)) - -test(".resolveSync", testResolve(sourceMapResolve.resolveSync, true)) diff --git a/2019-setembro/node_modules/source-map-resolve/test/source-map-resolve.js b/2019-setembro/node_modules/source-map-resolve/test/source-map-resolve.js deleted file mode 100644 index f61c006..0000000 --- a/2019-setembro/node_modules/source-map-resolve/test/source-map-resolve.js +++ /dev/null @@ -1,1162 +0,0 @@ -// Copyright 2014, 2015, 2016, 2017 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var test = require("tape") -var asyncify = require("simple-asyncify") -var common = require("./common") -var u = common.u -var read = common.read -var Throws = common.Throws -var identity = common.identity - -var sourceMapResolve = require("../") - -// Polyfills. -require("setimmediate") -if (typeof window !== "undefined" && !window.atob) { - window.atob = require("Base64").atob -} - -"use strict" - -var map = { - simple: { - mappings: "AAAA", - sources: ["foo.js"], - names: [] - }, - sourceRoot: { - mappings: "AAAA", - sourceRoot: "/static/js/app/", - sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], - names: [] - }, - sourceRootNoSlash: { - mappings: "AAAA", - sourceRoot: "/static/js/app", - sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], - names: [] - }, - sourceRootEmpty: { - mappings: "AAAA", - sourceRoot: "", - sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], - names: [] - }, - sourcesContent: { - mappings: "AAAA", - sourceRoot: "/static/js/app/", - sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], - sourcesContent: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], - names: [] - }, - mixed: { - mappings: "AAAA", - sources: ["foo.js", "lib/bar.js", "../vendor/dom.js", "/version.js", "//foo.org/baz.js"], - sourcesContent: ["foo.js", null , null , "/version.js", "//foo.org/baz.js"], - names: [] - }, - noSources: { - mappings: "", - sources: [], - names: [] - }, - empty: {} -} -map.simpleString = JSON.stringify(map.simple) -map.XSSIsafe = ")]}'" + map.simpleString - -var code = { - fileRelative: u("foo.js.map"), - domainRelative: u("/foo.js.map"), - schemeRelative: u("//foo.org/foo.js.map"), - absolute: u("https://foo.org/foo.js.map"), - dataUri: u("data:application/json," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D"), - base64: u("data:application/json;base64," + - "eyJtYXBwaW5ncyI6IkFBQUEiLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W119"), - dataUriText: u("data:text/json," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D"), - dataUriParameter: u("data:application/json;charset=UTF-8;foo=bar," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D"), - dataUriNoMime: u("data:,foo"), - dataUriInvalidMime: u("data:text/html,foo"), - dataUriInvalidJSON: u("data:application/json,foo"), - dataUriXSSIsafe: u("data:application/json," + ")%5D%7D%27" + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D"), - dataUriEmpty: u("data:"), - noMap: "" -} - - -function testResolveSourceMap(method, sync) { - return function(t) { - var wrap = (sync ? identity : asyncify) - - var codeUrl = "http://example.com/a/b/c/foo.js" - - t.plan(1 + 12*3 + 6*4) - - t.equal(typeof method, "function", "is a function") - - if (sync) { - method = asyncify(method) - } - - var next = false - function isAsync() { t.ok(next, "is async") } - - method(code.fileRelative, codeUrl, wrap(read(map.simpleString)), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "foo.js.map", - url: "http://example.com/a/b/c/foo.js.map", - sourcesRelativeTo: "http://example.com/a/b/c/foo.js.map", - map: map.simple - }, "fileRelative") - isAsync() - }) - - method(code.domainRelative, codeUrl, wrap(read(map.simpleString)), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "/foo.js.map", - url: "http://example.com/foo.js.map", - sourcesRelativeTo: "http://example.com/foo.js.map", - map: map.simple - }, "domainRelative") - isAsync() - }) - - method(code.schemeRelative, codeUrl, wrap(read(map.simpleString)), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "//foo.org/foo.js.map", - url: "http://foo.org/foo.js.map", - sourcesRelativeTo: "http://foo.org/foo.js.map", - map: map.simple - }, "schemeRelative") - isAsync() - }) - - method(code.absolute, codeUrl, wrap(read(map.simpleString)), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple - }, "absolute") - isAsync() - }) - - method(code.dataUri, codeUrl, wrap(Throws), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:application/json," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple - }, "dataUri") - isAsync() - }) - - method(code.base64, codeUrl, wrap(Throws), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:application/json;base64," + - "eyJtYXBwaW5ncyI6IkFBQUEiLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W119", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple - }, "base64") - isAsync() - }) - - method(code.dataUriText, codeUrl, wrap(Throws), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:text/json," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple - }, "dataUriText") - isAsync() - }) - - method(code.dataUriParameter, codeUrl, wrap(Throws), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:application/json;charset=UTF-8;foo=bar," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple - }, "dataUriParameter") - isAsync() - }) - - method(code.dataUriNoMime, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "data:,foo", - url: null, - sourcesRelativeTo: codeUrl, - map: "foo" - }, "dataUriNoMime .sourceMapData") - t.ok(error.message.match(/mime type.+text\/plain/), "dataUriNoMime") - t.notOk(result) - isAsync() - }) - - method(code.dataUriInvalidMime, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "data:text/html,foo", - url: null, - sourcesRelativeTo: codeUrl, - map: "foo" - }, "dataUriInvalidMime .sourceMapData") - t.ok(error.message.match(/mime type.+text\/html/), "dataUriInvalidMime") - t.notOk(result) - isAsync() - }) - - method(code.dataUriInvalidJSON, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "data:application/json,foo", - url: null, - sourcesRelativeTo: codeUrl, - map: "foo" - }, "dataUriInvalidJSON .sourceMapData") - t.ok(error instanceof SyntaxError && error.message !== "data:application/json,foo", - "dataUriInvalidJSON") - t.notOk(result) - isAsync() - }) - - method(code.dataUriXSSIsafe, codeUrl, wrap(Throws), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:application/json," + ")%5D%7D%27" + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple - }, "dataUriXSSIsafe") - isAsync() - }) - - method(code.dataUriEmpty, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "data:", - url: null, - sourcesRelativeTo: codeUrl, - map: "" - }, "dataUriEmpty .sourceMapData") - t.ok(error.message.match(/mime type.+text\/plain/), "dataUriEmpty") - t.notOk(result) - isAsync() - }) - - method(code.noMap, codeUrl, wrap(Throws), function(error, result) { - t.error(error) - t.equal(result, null, "noMap") - isAsync() - }) - - method(code.absolute, codeUrl, wrap(read([map.simpleString])), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple - }, "read non-string") - isAsync() - }) - - method(code.absolute, codeUrl, wrap(read("invalid JSON")), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: "invalid JSON" - }, "read invalid JSON .sourceMapData") - t.ok(error instanceof SyntaxError, "read invalid JSON") - t.notOk(result) - isAsync() - }) - - method(code.absolute, codeUrl, wrap(read(map.XSSIsafe)), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple - }, "XSSIsafe map") - isAsync() - }) - - method(code.absolute, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: null - }, "read throws .sourceMapData") - t.equal(error.message, "https://foo.org/foo.js.map", "read throws") - t.notOk(result) - isAsync() - }) - - next = true - } -} - -test(".resolveSourceMap", testResolveSourceMap(sourceMapResolve.resolveSourceMap, false)) - -test(".resolveSourceMapSync", testResolveSourceMap(sourceMapResolve.resolveSourceMapSync, true)) - - -function testResolveSources(method, sync) { - return function(t) { - var wrap = (sync ? identity : asyncify) - - var mapUrl = "http://example.com/a/b/c/foo.js.map" - - t.plan(1 + 11*3 + 4) - - t.equal(typeof method, "function", "is a function") - - if (sync) { - method = asyncify(method) - } - - var next = false - function isAsync() { t.ok(next, "is async") } - - var options - - method(map.simple, mapUrl, wrap(identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: ["http://example.com/a/b/c/foo.js"], - sourcesContent: ["http://example.com/a/b/c/foo.js"] - }, "simple") - isAsync() - }) - - method(map.sourceRoot, mapUrl, wrap(identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], - sourcesContent: [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ] - }, "sourceRoot") - isAsync() - }) - - options = {sourceRoot: false} - method(map.sourceRoot, mapUrl, wrap(identity), options, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], - sourcesContent: [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ] - }, "ignore sourceRoot") - isAsync() - }) - - options = {sourceRoot: "/static/js/"} - method(map.sourceRoot, mapUrl, wrap(identity), options, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [ - "http://example.com/static/js/foo.js", - "http://example.com/static/js/lib/bar.js", - "http://example.com/static/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], - sourcesContent: [ - "http://example.com/static/js/foo.js", - "http://example.com/static/js/lib/bar.js", - "http://example.com/static/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ] - }, "custom sourceRoot") - isAsync() - }) - - method(map.sourceRootNoSlash, mapUrl, wrap(identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], - sourcesContent: [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ] - }, "sourceRootNoSlash") - isAsync() - }) - - method(map.sourceRootEmpty, mapUrl, wrap(identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], - sourcesContent: [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ] - }, "sourceRootEmpty") - isAsync() - }) - - method(map.sourcesContent, mapUrl, wrap(Throws), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], - sourcesContent: [ - "foo.js", - "lib/bar.js", - "../vendor/dom.js", - "/version.js", - "//foo.org/baz.js" - ] - }, "sourcesContent") - isAsync() - }) - - method(map.mixed, mapUrl, wrap(identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], - sourcesContent: [ - "foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "/version.js", - "//foo.org/baz.js" - ] - }, "mixed") - isAsync() - }) - - method(map.noSources, mapUrl, wrap(identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [], - sourcesContent: [] - }, "noSources") - isAsync() - }) - - method(map.empty, mapUrl, wrap(identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: [], - sourcesContent: [] - }, "empty") - isAsync() - }) - - method(map.simple, mapUrl, wrap(read(["non", "string"])), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourcesResolved: ["http://example.com/a/b/c/foo.js"], - sourcesContent: ["non,string"] - }, "read non-string") - isAsync() - }) - - method(map.mixed, mapUrl, wrap(Throws), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "read throws .sourcesResolved") - var sourcesContent = result.sourcesContent - for (var index = 0, len = sourcesContent.length; index < len; index++) { - var item = sourcesContent[index] - if (item instanceof Error) { - sourcesContent[index] = null - } - } - t.deepEqual(sourcesContent, [ - "foo.js", - null, - null, - "/version.js", - "//foo.org/baz.js" - ], "read throws .sourcesContent") - isAsync() - }) - - next = true - } -} - -test(".resolveSources", testResolveSources(sourceMapResolve.resolveSources, false)) - -test(".resolveSourcesSync", testResolveSources(sourceMapResolve.resolveSourcesSync, true)) - -test(".resolveSourcesSync no read", function(t) { - t.plan(1) - - var mapUrl = "http://example.com/a/b/c/foo.js.map" - var result = sourceMapResolve.resolveSourcesSync(map.mixed, mapUrl, null) - - t.deepEqual(result, { - sourcesResolved: [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], - sourcesContent: [] - }) -}) - - -function testResolve(method, sync) { - return function(t) { - var wrap = (sync ? identity : asyncify) - var wrapMap = function(mapFn, fn) { - return wrap(function(url) { - if (/\.map$/.test(url)) { - return mapFn(url) - } - return fn(url) - }) - } - - var codeUrl = "http://example.com/a/b/c/foo.js" - - t.plan(1 + 15*3 + 21*4 + 4) - - t.equal(typeof method, "function", "is a function") - - if (sync) { - method = asyncify(method) - } - - var next = false - function isAsync() { t.ok(next, "is async") } - - var readSimple = wrapMap(read(map.simpleString), identity) - - method(code.fileRelative, codeUrl, readSimple, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "foo.js.map", - url: "http://example.com/a/b/c/foo.js.map", - sourcesRelativeTo: "http://example.com/a/b/c/foo.js.map", - map: map.simple, - sourcesResolved: ["http://example.com/a/b/c/foo.js"], - sourcesContent: ["http://example.com/a/b/c/foo.js"] - }, "fileRelative") - isAsync() - }) - - method(code.domainRelative, codeUrl, readSimple, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "/foo.js.map", - url: "http://example.com/foo.js.map", - sourcesRelativeTo: "http://example.com/foo.js.map", - map: map.simple, - sourcesResolved: ["http://example.com/foo.js"], - sourcesContent: ["http://example.com/foo.js"] - }, "domainRelative") - isAsync() - }) - - method(code.schemeRelative, codeUrl, readSimple, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "//foo.org/foo.js.map", - url: "http://foo.org/foo.js.map", - sourcesRelativeTo: "http://foo.org/foo.js.map", - map: map.simple, - sourcesResolved: ["http://foo.org/foo.js"], - sourcesContent: ["http://foo.org/foo.js"] - }, "schemeRelative") - isAsync() - }) - - method(code.absolute, codeUrl, readSimple, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple, - sourcesResolved: ["https://foo.org/foo.js"], - sourcesContent: ["https://foo.org/foo.js"] - }, "absolute") - isAsync() - }) - - method(code.dataUri, codeUrl, wrapMap(Throws, identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:application/json," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple, - sourcesResolved: ["http://example.com/a/b/c/foo.js"], - sourcesContent: ["http://example.com/a/b/c/foo.js"] - }, "dataUri") - isAsync() - }) - - method(code.base64, codeUrl, wrapMap(Throws, identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:application/json;base64," + - "eyJtYXBwaW5ncyI6IkFBQUEiLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W119", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple, - sourcesResolved: ["http://example.com/a/b/c/foo.js"], - sourcesContent: ["http://example.com/a/b/c/foo.js"] - }, "base64") - isAsync() - }) - - method(code.dataUriText, codeUrl, wrapMap(Throws, identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:text/json," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple, - sourcesResolved: ["http://example.com/a/b/c/foo.js"], - sourcesContent: ["http://example.com/a/b/c/foo.js"] - }, "dataUriText") - isAsync() - }) - - method(code.dataUriParameter, codeUrl, wrapMap(Throws, identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:application/json;charset=UTF-8;foo=bar," + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple, - sourcesResolved: ["http://example.com/a/b/c/foo.js"], - sourcesContent: ["http://example.com/a/b/c/foo.js"] - }, "dataUriParameter") - isAsync() - }) - - method(code.dataUriNoMime, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "data:,foo", - url: null, - sourcesRelativeTo: codeUrl, - map: "foo" - }, "dataUriNoMime .sourceMapData") - t.ok(error.message.match(/mime type.+text\/plain/), "dataUriNoMime") - t.notOk(result) - isAsync() - }) - - method(code.dataUriInvalidMime, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "data:text/html,foo", - url: null, - sourcesRelativeTo: codeUrl, - map: "foo" - }, "dataUriInvalidMime .sourceMapData") - t.ok(error.message.match(/mime type.+text\/html/), "dataUriInvalidMime") - t.notOk(result) - isAsync() - }) - - method(code.dataUriInvalidJSON, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "data:application/json,foo", - url: null, - sourcesRelativeTo: codeUrl, - map: "foo" - }, "dataUriInvalidJSON .sourceMapData") - t.ok(error instanceof SyntaxError && error.message !== "data:application/json,foo", - "dataUriInvalidJSON") - t.notOk(result) - isAsync() - }) - - method(code.dataUriXSSIsafe, codeUrl, wrapMap(Throws, identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "data:application/json," + ")%5D%7D%27" + - "%7B%22mappings%22%3A%22AAAA%22%2C%22sources%22%3A%5B%22" + - "foo.js%22%5D%2C%22names%22%3A%5B%5D%7D", - url: null, - sourcesRelativeTo: codeUrl, - map: map.simple, - sourcesResolved: ["http://example.com/a/b/c/foo.js"], - sourcesContent: ["http://example.com/a/b/c/foo.js"] - }, "dataUriXSSIsafe") - isAsync() - }) - - method(code.dataUriEmpty, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "data:", - url: null, - sourcesRelativeTo: codeUrl, - map: "" - }, "dataUriEmpty .sourceMapData") - t.ok(error.message.match(/mime type.+text\/plain/), "dataUriEmpty") - t.notOk(result) - isAsync() - }) - - method(code.noMap, codeUrl, wrap(Throws), function(error, result) { - t.error(error) - t.equal(result, null, "noMap") - isAsync() - }) - - method(code.absolute, codeUrl, wrap(read([map.simpleString])), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple, - sourcesResolved: ["https://foo.org/foo.js"], - sourcesContent: [map.simpleString] - }, "read non-string") - isAsync() - }) - - method(code.absolute, codeUrl, wrap(read("invalid JSON")), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: "invalid JSON" - }, "read invalid JSON .sourceMapData") - t.ok(error instanceof SyntaxError, "read invalid JSON") - t.notOk(result) - isAsync() - }) - - method(code.absolute, codeUrl, wrapMap(read(map.XSSIsafe), identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple, - sourcesResolved: ["https://foo.org/foo.js"], - sourcesContent: ["https://foo.org/foo.js"] - }, "XSSIsafe map") - isAsync() - }) - - method(code.absolute, codeUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: "https://foo.org/foo.js.map", - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: null - }, "read throws .sourceMapData") - t.equal(error.message, "https://foo.org/foo.js.map", "read throws") - t.notOk(result) - isAsync() - }) - - function readMap(what) { - return wrapMap(read(JSON.stringify(what)), identity) - } - - var options - - method(code.fileRelative, codeUrl, readMap(map.simple), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, ["http://example.com/a/b/c/foo.js"], "simple") - t.deepEqual(result.sourcesContent, ["http://example.com/a/b/c/foo.js"], "simple") - isAsync() - }) - - method(code.fileRelative, codeUrl, readMap(map.sourceRoot), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "sourceRoot") - t.deepEqual(result.sourcesContent, [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "sourceRoot") - isAsync() - }) - - options = {sourceRoot: false} - method(code.fileRelative, codeUrl, readMap(map.sourceRoot), options, function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "ignore sourceRoot") - t.deepEqual(result.sourcesContent, [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "ignore sourceRoot") - isAsync() - }) - - options = {sourceRoot: "/static/js/"} - method(code.fileRelative, codeUrl, readMap(map.sourceRoot), options, function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/static/js/foo.js", - "http://example.com/static/js/lib/bar.js", - "http://example.com/static/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "custom sourceRoot") - t.deepEqual(result.sourcesContent, [ - "http://example.com/static/js/foo.js", - "http://example.com/static/js/lib/bar.js", - "http://example.com/static/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "custom sourceRoot") - isAsync() - }) - - method(code.fileRelative, codeUrl, readMap(map.sourceRootNoSlash), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "sourceRootNoSlash") - t.deepEqual(result.sourcesContent, [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "sourceRootNoSlash") - isAsync() - }) - - method(code.fileRelative, codeUrl, readMap(map.sourceRootEmpty), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "sourceRootEmpty") - t.deepEqual(result.sourcesContent, [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "sourceRootEmpty") - isAsync() - }) - - method(code.fileRelative, codeUrl, readMap(map.sourcesContent), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/static/js/app/foo.js", - "http://example.com/static/js/app/lib/bar.js", - "http://example.com/static/js/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "sourcesContent") - t.deepEqual(result.sourcesContent, [ - "foo.js", - "lib/bar.js", - "../vendor/dom.js", - "/version.js", - "//foo.org/baz.js" - ], "sourcesContent") - isAsync() - }) - - method(code.fileRelative, codeUrl, readMap(map.mixed), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "mixed") - t.deepEqual(result.sourcesContent, [ - "foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "/version.js", - "//foo.org/baz.js" - ], "mixed") - isAsync() - }) - - method(code.fileRelative, codeUrl, readMap(map.noSources), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [], "noSources") - t.deepEqual(result.sourcesContent, [], "noSources") - isAsync() - }) - - method(code.fileRelative, codeUrl, readMap(map.empty), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [], "noSources") - t.deepEqual(result.sourcesContent, [], "noSources") - isAsync() - }) - - method(code.fileRelative, codeUrl, wrap(read([map.simpleString])), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, ["http://example.com/a/b/c/foo.js"], "read non-string") - t.deepEqual(result.sourcesContent, [map.simpleString], "read non-string") - isAsync() - }) - - function ThrowsMap(what) { - return wrapMap(read(JSON.stringify(what)), Throws) - } - - method(code.fileRelative, codeUrl, ThrowsMap(map.mixed), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "read throws .sourcesResolved") - var sourcesContent = result.sourcesContent - for (var index = 0, len = sourcesContent.length; index < len; index++) { - var item = sourcesContent[index] - if (item instanceof Error) { - sourcesContent[index] = null - } - } - t.deepEqual(sourcesContent, [ - "foo.js", - null, - null, - "/version.js", - "//foo.org/baz.js" - ], "read throws .sourcesContent") - isAsync() - }) - - var mapUrl = "https://foo.org/foo.js.map" - - method(null, mapUrl, readSimple, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: null, - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple, - sourcesResolved: ["https://foo.org/foo.js"], - sourcesContent: ["https://foo.org/foo.js"] - }, "mapUrl simple") - isAsync() - }) - - method(null, mapUrl, wrap(read([map.simpleString])), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: null, - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple, - sourcesResolved: ["https://foo.org/foo.js"], - sourcesContent: [map.simpleString] - }, "mapUrl read non-string") - isAsync() - }) - - method(null, mapUrl, wrap(read("invalid JSON")), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: null, - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: "invalid JSON" - }, "mapUrl read invalid JSON .sourceMapData") - t.ok(error instanceof SyntaxError, "mapUrl read invalid JSON") - t.notOk(result) - isAsync() - }) - - method(null, mapUrl, wrapMap(read(map.XSSIsafe), identity), function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: null, - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: map.simple, - sourcesResolved: ["https://foo.org/foo.js"], - sourcesContent: ["https://foo.org/foo.js"] - }, "mapUrl XSSIsafe map") - isAsync() - }) - - method(null, mapUrl, wrap(Throws), function(error, result) { - t.deepEqual(error.sourceMapData, { - sourceMappingURL: null, - url: "https://foo.org/foo.js.map", - sourcesRelativeTo: "https://foo.org/foo.js.map", - map: null - }, "mapUrl read throws .sourceMapData") - t.equal(error.message, "https://foo.org/foo.js.map", "mapUrl read throws") - t.notOk(result) - isAsync() - }) - - mapUrl = "http://example.com/a/b/c/foo.js.map" - - options = {sourceRoot: "/static/js/"} - method(null, mapUrl, readMap(map.sourceRoot), options, function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/static/js/foo.js", - "http://example.com/static/js/lib/bar.js", - "http://example.com/static/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "mapUrl custom sourceRoot") - t.deepEqual(result.sourcesContent, [ - "http://example.com/static/js/foo.js", - "http://example.com/static/js/lib/bar.js", - "http://example.com/static/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "mapUrl custom sourceRoot") - isAsync() - }) - - method(null, mapUrl, readMap(map.mixed), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, [ - "http://example.com/a/b/c/foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "http://example.com/version.js", - "http://foo.org/baz.js" - ], "mapUrl mixed") - t.deepEqual(result.sourcesContent, [ - "foo.js", - "http://example.com/a/b/c/lib/bar.js", - "http://example.com/a/b/vendor/dom.js", - "/version.js", - "//foo.org/baz.js" - ], "mapUrl mixed") - isAsync() - }) - - next = true - } -} - -test(".resolve", testResolve(sourceMapResolve.resolve, false)) - -test(".resolveSync", testResolve(sourceMapResolve.resolveSync, true)) - -test(".parseMapToJSON", function(t) { - t.plan(1) - t.deepEqual(sourceMapResolve.parseMapToJSON(map.XSSIsafe), map.simple) -}) diff --git a/2019-setembro/node_modules/source-map-resolve/test/windows.js b/2019-setembro/node_modules/source-map-resolve/test/windows.js deleted file mode 100644 index 611ec7d..0000000 --- a/2019-setembro/node_modules/source-map-resolve/test/windows.js +++ /dev/null @@ -1,166 +0,0 @@ -// Copyright 2014 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var path = require("path") -var test = require("tape") -var asyncify = require("simple-asyncify") -var common = require("./common") -var u = common.u -var read = common.read -var identity = common.identity - -var sourceMapResolve = require("../") - -path.sep = "\\" - - -function testResolveSourceMap(method, sync) { - return function(t) { - var wrap = (sync ? identity : asyncify) - - var codeUrl = "c:\\a\\b\\c\\foo.js" - - t.plan(3 * 2) - - if (sync) { - method = asyncify(method) - } - - var map = {} - var readMap = wrap(read(JSON.stringify(map))) - - method(u("foo.js.map"), codeUrl, readMap, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "foo.js.map", - url: "/a/b/c/foo.js.map", - sourcesRelativeTo: "/a/b/c/foo.js.map", - map: map - }) - }) - - method(u("/foo.js.map"), codeUrl, readMap, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "/foo.js.map", - url: "/foo.js.map", - sourcesRelativeTo: "/foo.js.map", - map: map - }) - }) - - method(u("../foo.js.map"), codeUrl, readMap, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "../foo.js.map", - url: "/a/b/foo.js.map", - sourcesRelativeTo: "/a/b/foo.js.map", - map: map - }) - }) - - } -} - -test(".resolveSourceMap", testResolveSourceMap(sourceMapResolve.resolveSourceMap, false)) - -test(".resolveSourceMapSync", testResolveSourceMap(sourceMapResolve.resolveSourceMapSync, true)) - - -function testResolveSources(method, sync) { - return function(t) { - var wrap = (sync ? identity : asyncify) - - var mapUrl = "c:\\a\\b\\c\\foo.js.map" - - t.plan(1 * 3) - - if (sync) { - method = asyncify(method) - } - - var map = { - sources: ["foo.js", "/foo.js", "../foo.js"] - } - - method(map, mapUrl, wrap(identity), function(error, result) { - t.error(error) - t.deepEqual(result.sourcesResolved, ["/a/b/c/foo.js", "/foo.js", "/a/b/foo.js"]) - t.deepEqual(result.sourcesContent, ["/a/b/c/foo.js", "/foo.js", "/a/b/foo.js"]) - }) - - } -} - -test(".resolveSources", testResolveSources(sourceMapResolve.resolveSources, false)) - -test(".resolveSourcesSync", testResolveSources(sourceMapResolve.resolveSourcesSync, true)) - - -function testResolve(method, sync) { - return function(t) { - var wrap = (sync ? identity : asyncify) - var wrapMap = function(mapFn, fn) { - return wrap(function(url) { - if (/\.map$/.test(url)) { - return mapFn(url) - } - return fn(url) - }) - } - - var codeUrl = "c:\\a\\b\\c\\foo.js" - - t.plan(3 * 2) - - if (sync) { - method = asyncify(method) - } - - var map = { - sources: ["foo.js", "/foo.js", "../foo.js"] - } - var readMap = wrapMap(read(JSON.stringify(map)), identity) - - method(u("foo.js.map"), codeUrl, readMap, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "foo.js.map", - url: "/a/b/c/foo.js.map", - sourcesRelativeTo: "/a/b/c/foo.js.map", - map: map, - sourcesResolved: ["/a/b/c/foo.js", "/foo.js", "/a/b/foo.js"], - sourcesContent: ["/a/b/c/foo.js", "/foo.js", "/a/b/foo.js"] - }) - }) - - method(u("/foo.js.map"), codeUrl, readMap, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "/foo.js.map", - url: "/foo.js.map", - sourcesRelativeTo: "/foo.js.map", - map: map, - sourcesResolved: ["/foo.js", "/foo.js", "/foo.js"], - sourcesContent: ["/foo.js", "/foo.js", "/foo.js"] - }) - }) - - method(u("../foo.js.map"), codeUrl, readMap, function(error, result) { - t.error(error) - t.deepEqual(result, { - sourceMappingURL: "../foo.js.map", - url: "/a/b/foo.js.map", - sourcesRelativeTo: "/a/b/foo.js.map", - map: map, - sourcesResolved: ["/a/b/foo.js", "/foo.js", "/a/foo.js"], - sourcesContent: ["/a/b/foo.js", "/foo.js", "/a/foo.js"] - }) - }) - - } -} - -test(".resolve", testResolve(sourceMapResolve.resolve, false)) - -test(".resolveSync", testResolve(sourceMapResolve.resolveSync, true)) diff --git a/2019-setembro/node_modules/source-map-resolve/x-package.json5 b/2019-setembro/node_modules/source-map-resolve/x-package.json5 deleted file mode 100644 index 5bc9e29..0000000 --- a/2019-setembro/node_modules/source-map-resolve/x-package.json5 +++ /dev/null @@ -1,68 +0,0 @@ -{ - name: "source-map-resolve", - version: "0.5.2", - author: "Simon Lydell", - license: "MIT", - description: "Resolve the source map and/or sources for a generated file.", - keywords: [ - "source map", - "sourcemap", - "source", - "map", - "sourceMappingURL", - "resolve", - "resolver", - "locate", - "locator", - "find", - "finder" - ], - overlay: { - npm: { - repository: "lydell/source-map-resolve", - main: "lib/source-map-resolve-node.js", - browser: "source-map-resolve.js", - scripts: { - lint: "jshint lib/ test/", - unit: "node test/source-map-resolve.js && node test/windows.js", - test: "npm run lint && npm run unit", - build: "node generate-source-map-resolve.js" - }, - dependencies: { - "atob": "^2.1.1", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - devDependencies: { - "Base64": "1.0.1", - "jshint": "2.9.5", - "setimmediate": "1.0.5", - "simple-asyncify": "1.0.0", - "tape": "4.9.0" - } - }, - component: { - repo: "lydell/source-map-resolve", - main: "source-map-resolve.js", - scripts: [ - "source-map-resolve.js" - ], - dependencies: { - "lydell/source-map-url": "~0.4.0", - "lydell/resolve-url": "~0.2.1" - } - }, - bower: { - authors: ["Simon Lydell"], - ignore: [ - ".*" - ], - dependencies: { - "source-map-url": "^0.4.0", - "resolve-url": "^0.2.1" - } - } - } -} diff --git a/2019-setembro/node_modules/source-map-support/LICENSE.md b/2019-setembro/node_modules/source-map-support/LICENSE.md deleted file mode 100644 index 6247ca9..0000000 --- a/2019-setembro/node_modules/source-map-support/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Evan Wallace - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/2019-setembro/node_modules/source-map-support/README.md b/2019-setembro/node_modules/source-map-support/README.md deleted file mode 100644 index 40228b7..0000000 --- a/2019-setembro/node_modules/source-map-support/README.md +++ /dev/null @@ -1,284 +0,0 @@ -# Source Map Support -[![Build Status](https://travis-ci.org/evanw/node-source-map-support.svg?branch=master)](https://travis-ci.org/evanw/node-source-map-support) - -This module provides source map support for stack traces in node via the [V8 stack trace API](https://github.com/v8/v8/wiki/Stack-Trace-API). It uses the [source-map](https://github.com/mozilla/source-map) module to replace the paths and line numbers of source-mapped files with their original paths and line numbers. The output mimics node's stack trace format with the goal of making every compile-to-JS language more of a first-class citizen. Source maps are completely general (not specific to any one language) so you can use source maps with multiple compile-to-JS languages in the same node process. - -## Installation and Usage - -#### Node support - -``` -$ npm install source-map-support -``` - -Source maps can be generated using libraries such as [source-map-index-generator](https://github.com/twolfson/source-map-index-generator). Once you have a valid source map, place a source mapping comment somewhere in the file (usually done automatically or with an option by your transpiler): - -``` -//# sourceMappingURL=path/to/source.map -``` - -If multiple sourceMappingURL comments exist in one file, the last sourceMappingURL comment will be -respected (e.g. if a file mentions the comment in code, or went through multiple transpilers). -The path should either be absolute or relative to the compiled file. - -From here you have two options. - -##### CLI Usage - -```bash -node -r source-map-support/register compiled.js -``` - -##### Programmatic Usage - -Put the following line at the top of the compiled file. - -```js -require('source-map-support').install(); -``` - -It is also possible to install the source map support directly by -requiring the `register` module which can be handy with ES6: - -```js -import 'source-map-support/register' - -// Instead of: -import sourceMapSupport from 'source-map-support' -sourceMapSupport.install() -``` -Note: if you're using babel-register, it includes source-map-support already. - -It is also very useful with Mocha: - -``` -$ mocha --require source-map-support/register tests/ -``` - -#### Browser support - -This library also works in Chrome. While the DevTools console already supports source maps, the V8 engine doesn't and `Error.prototype.stack` will be incorrect without this library. Everything will just work if you deploy your source files using [browserify](http://browserify.org/). Just make sure to pass the `--debug` flag to the browserify command so your source maps are included in the bundled code. - -This library also works if you use another build process or just include the source files directly. In this case, include the file `browser-source-map-support.js` in your page and call `sourceMapSupport.install()`. It contains the whole library already bundled for the browser using browserify. - -```html - - -``` - -This library also works if you use AMD (Asynchronous Module Definition), which is used in tools like [RequireJS](http://requirejs.org/). Just list `browser-source-map-support` as a dependency: - -```html - -``` - -## Options - -This module installs two things: a change to the `stack` property on `Error` objects and a handler for uncaught exceptions that mimics node's default exception handler (the handler can be seen in the demos below). You may want to disable the handler if you have your own uncaught exception handler. This can be done by passing an argument to the installer: - -```js -require('source-map-support').install({ - handleUncaughtExceptions: false -}); -``` - -This module loads source maps from the filesystem by default. You can provide alternate loading behavior through a callback as shown below. For example, [Meteor](https://github.com/meteor) keeps all source maps cached in memory to avoid disk access. - -```js -require('source-map-support').install({ - retrieveSourceMap: function(source) { - if (source === 'compiled.js') { - return { - url: 'original.js', - map: fs.readFileSync('compiled.js.map', 'utf8') - }; - } - return null; - } -}); -``` - -The module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment. -In some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'. - -```js -require('source-map-support').install({ - environment: 'node' -}); -``` - -To support files with inline source maps, the `hookRequire` options can be specified, which will monitor all source files for inline source maps. - - -```js -require('source-map-support').install({ - hookRequire: true -}); -``` - -This monkey patches the `require` module loading chain, so is not enabled by default and is not recommended for any sort of production usage. - -## Demos - -#### Basic Demo - -original.js: - -```js -throw new Error('test'); // This is the original code -``` - -compiled.js: - -```js -require('source-map-support').install(); - -throw new Error('test'); // This is the compiled code -// The next line defines the sourceMapping. -//# sourceMappingURL=compiled.js.map -``` - -compiled.js.map: - -```json -{ - "version": 3, - "file": "compiled.js", - "sources": ["original.js"], - "names": [], - "mappings": ";;AAAA,MAAM,IAAI" -} -``` - -Run compiled.js using node (notice how the stack trace uses original.js instead of compiled.js): - -``` -$ node compiled.js - -original.js:1 -throw new Error('test'); // This is the original code - ^ -Error: test - at Object. (original.js:1:7) - at Module._compile (module.js:456:26) - at Object.Module._extensions..js (module.js:474:10) - at Module.load (module.js:356:32) - at Function.Module._load (module.js:312:12) - at Function.Module.runMain (module.js:497:10) - at startup (node.js:119:16) - at node.js:901:3 -``` - -#### TypeScript Demo - -demo.ts: - -```typescript -declare function require(name: string); -require('source-map-support').install(); -class Foo { - constructor() { this.bar(); } - bar() { throw new Error('this is a demo'); } -} -new Foo(); -``` - -Compile and run the file using the TypeScript compiler from the terminal: - -``` -$ npm install source-map-support typescript -$ node_modules/typescript/bin/tsc -sourcemap demo.ts -$ node demo.js - -demo.ts:5 - bar() { throw new Error('this is a demo'); } - ^ -Error: this is a demo - at Foo.bar (demo.ts:5:17) - at new Foo (demo.ts:4:24) - at Object. (demo.ts:7:1) - at Module._compile (module.js:456:26) - at Object.Module._extensions..js (module.js:474:10) - at Module.load (module.js:356:32) - at Function.Module._load (module.js:312:12) - at Function.Module.runMain (module.js:497:10) - at startup (node.js:119:16) - at node.js:901:3 -``` - -There is also the option to use `-r source-map-support/register` with typescript, without the need add the `require('source-map-support').install()` in the code base: - -``` -$ npm install source-map-support typescript -$ node_modules/typescript/bin/tsc -sourcemap demo.ts -$ node -r source-map-support/register demo.js - -demo.ts:5 - bar() { throw new Error('this is a demo'); } - ^ -Error: this is a demo - at Foo.bar (demo.ts:5:17) - at new Foo (demo.ts:4:24) - at Object. (demo.ts:7:1) - at Module._compile (module.js:456:26) - at Object.Module._extensions..js (module.js:474:10) - at Module.load (module.js:356:32) - at Function.Module._load (module.js:312:12) - at Function.Module.runMain (module.js:497:10) - at startup (node.js:119:16) - at node.js:901:3 -``` - -#### CoffeeScript Demo - -demo.coffee: - -```coffee -require('source-map-support').install() -foo = -> - bar = -> throw new Error 'this is a demo' - bar() -foo() -``` - -Compile and run the file using the CoffeeScript compiler from the terminal: - -```sh -$ npm install source-map-support coffeescript -$ node_modules/.bin/coffee --map --compile demo.coffee -$ node demo.js - -demo.coffee:3 - bar = -> throw new Error 'this is a demo' - ^ -Error: this is a demo - at bar (demo.coffee:3:22) - at foo (demo.coffee:4:3) - at Object. (demo.coffee:5:1) - at Object. (demo.coffee:1:1) - at Module._compile (module.js:456:26) - at Object.Module._extensions..js (module.js:474:10) - at Module.load (module.js:356:32) - at Function.Module._load (module.js:312:12) - at Function.Module.runMain (module.js:497:10) - at startup (node.js:119:16) -``` - -## Tests - -This repo contains both automated tests for node and manual tests for the browser. The automated tests can be run using mocha (type `mocha` in the root directory). To run the manual tests: - -* Build the tests using `build.js` -* Launch the HTTP server (`npm run serve-tests`) and visit - * http://127.0.0.1:1336/amd-test - * http://127.0.0.1:1336/browser-test - * http://127.0.0.1:1336/browserify-test - **Currently not working** due to a bug with browserify (see [pull request #66](https://github.com/evanw/node-source-map-support/pull/66) for details). -* For `header-test`, run `server.js` inside that directory and visit http://127.0.0.1:1337/ - -## License - -This code is available under the [MIT license](http://opensource.org/licenses/MIT). diff --git a/2019-setembro/node_modules/source-map-support/browser-source-map-support.js b/2019-setembro/node_modules/source-map-support/browser-source-map-support.js deleted file mode 100644 index 3c44ab2..0000000 --- a/2019-setembro/node_modules/source-map-support/browser-source-map-support.js +++ /dev/null @@ -1,113 +0,0 @@ -/* - * Support for source maps in V8 stack traces - * https://github.com/evanw/node-source-map-support - */ -/* - The buffer module from node.js, for the browser. - - @author Feross Aboukhadijeh - license MIT -*/ -(this.define||function(G,J){this.sourceMapSupport=J()})("browser-source-map-support",function(G){(function b(n,u,m){function e(d,a){if(!u[d]){if(!n[d]){var l="function"==typeof require&&require;if(!a&&l)return l(d,!0);if(g)return g(d,!0);throw Error("Cannot find module '"+d+"'");}l=u[d]={exports:{}};n[d][0].call(l.exports,function(a){var b=n[d][1][a];return e(b?b:a)},l,l.exports,b,n,u,m)}return u[d].exports}for(var g="function"==typeof require&&require,h=0;hb)return-1;if(58>b)return b-48+52;if(91>b)return b-65;if(123>b)return b-97+26}var g="undefined"!==typeof Uint8Array?Uint8Array:Array;b.toByteArray=function(b){function d(a){r[w++]=a}if(0>16);d((h&65280)>>8);d(h&255)}2===l?(h=e(b.charAt(a))<<2|e(b.charAt(a+1))>>4,d(h&255)):1===l&&(h=e(b.charAt(a))<<10|e(b.charAt(a+1))<<4|e(b.charAt(a+2))>>2,d(h>>8&255),d(h&255));return r};b.fromByteArray=function(b){var d=b.length%3,a="",l;var e=0;for(l=b.length-d;e> -18&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>12&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>6&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g&63);a+=g}switch(d){case 1:g=b[b.length-1];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>2);a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g<<4&63);a+="==";break;case 2:g=(b[b.length-2]<<8)+ -b[b.length-1],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>10),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>4&63),a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g<<2&63),a+="="}return a}})("undefined"===typeof m?this.base64js={}:m)},{}],3:[function(n,u,m){},{}],4:[function(n,u,m){(function(b){var e=Object.prototype.toString,g="function"===typeof b.alloc&&"function"===typeof b.allocUnsafe&&"function"=== -typeof b.from;u.exports=function(h,d,a){if("number"===typeof h)throw new TypeError('"value" argument must not be a number');if("ArrayBuffer"===e.call(h).slice(8,-1)){d>>>=0;var l=h.byteLength-d;if(0>l)throw new RangeError("'offset' is out of bounds");if(void 0===a)a=l;else if(a>>>=0,a>l)throw new RangeError("'length' is out of bounds");return g?b.from(h.slice(d,d+a)):new b(new Uint8Array(h.slice(d,d+a)))}if("string"===typeof h){a=d;if("string"!==typeof a||""===a)a="utf8";if(!b.isEncoding(a))throw new TypeError('"encoding" must be a valid string encoding'); -return g?b.from(h,a):new b(h,a)}return g?b.from(h):new b(h)}}).call(this,n("buffer").Buffer)},{buffer:5}],5:[function(n,u,m){function b(f,p,a){if(!(this instanceof b))return new b(f,p,a);var c=typeof f;if("number"===c)var d=0>>0:0;else if("string"===c){if("base64"===p)for(f=(f.trim?f.trim():f.replace(/^\s+|\s+$/g,"")).replace(H,"");0!==f.length%4;)f+="=";d=b.byteLength(f,p)}else if("object"===c&&null!==f)"Buffer"===f.type&&F(f.data)&&(f=f.data),d=0<+f.length?Math.floor(+f.length):0;else throw new TypeError("must start with number, buffer, array or string"); -if(this.length>D)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+D.toString(16)+" bytes");if(b.TYPED_ARRAY_SUPPORT)var k=b._augment(new Uint8Array(d));else k=this,k.length=d,k._isBuffer=!0;if(b.TYPED_ARRAY_SUPPORT&&"number"===typeof f.byteLength)k._set(f);else{var C=f;if(F(C)||b.isBuffer(C)||C&&"object"===typeof C&&"number"===typeof C.length)if(b.isBuffer(f))for(p=0;pf)throw new RangeError("offset is not uint");if(f+p>b)throw new RangeError("Trying to access beyond buffer length");}function h(f,p,a,c,d,k){if(!b.isBuffer(f))throw new TypeError("buffer must be a Buffer instance");if(p>d||pf.length)throw new TypeError("index out of range"); -}function d(f,p,b,a){0>p&&(p=65535+p+1);for(var c=0,d=Math.min(f.length-b,2);c>>8*(a?c:1-c)}function a(f,p,b,a){0>p&&(p=4294967295+p+1);for(var c=0,d=Math.min(f.length-b,4);c>>8*(a?c:3-c)&255}function l(f,p,b,a,c,d){if(p>c||pf.length)throw new TypeError("index out of range");}function r(f,p,b,a,c){c||l(f,p,b,4,3.4028234663852886E38,-3.4028234663852886E38);z.write(f,p,b,a,23,4);return b+4}function q(f, -p,b,a,c){c||l(f,p,b,8,1.7976931348623157E308,-1.7976931348623157E308);z.write(f,p,b,a,52,8);return b+8}function w(f){for(var p=[],b=0;b=a)p.push(a);else{var c=b;55296<=a&&57343>=a&&b++;a=encodeURIComponent(f.slice(c,b+1)).substr(1).split("%");for(c=0;c=b.length||d>=f.length);d++)b[d+ -a]=f[d];return d}function k(f){try{return decodeURIComponent(f)}catch(p){return String.fromCharCode(65533)}}var x=n("base64-js"),z=n("ieee754"),F=n("is-array");m.Buffer=b;m.SlowBuffer=b;m.INSPECT_MAX_BYTES=50;b.poolSize=8192;var D=1073741823;b.TYPED_ARRAY_SUPPORT=function(){try{var f=new ArrayBuffer(0),b=new Uint8Array(f);b.foo=function(){return 42};return 42===b.foo()&&"function"===typeof b.subarray&&0===(new Uint8Array(1)).subarray(1,1).byteLength}catch(C){return!1}}();b.isBuffer=function(f){return!(null== -f||!f._isBuffer)};b.compare=function(f,a){if(!b.isBuffer(f)||!b.isBuffer(a))throw new TypeError("Arguments must be Buffers");for(var c=f.length,p=a.length,d=0,k=Math.min(c,p);d>>1;break;case "utf8":case "utf-8":b=w(f).length;break;case "base64":b=x.toByteArray(f).length; -break;default:b=f.length}return b};b.prototype.length=void 0;b.prototype.parent=void 0;b.prototype.toString=function(f,b,a){var c=!1;b>>>=0;a=void 0===a||Infinity===a?this.length:a>>>0;f||(f="utf8");0>b&&(b=0);a>this.length&&(a=this.length);if(a<=b)return"";for(;;)switch(f){case "hex":f=b;b=a;a=this.length;if(!f||0>f)f=0;if(!b||0>b||b>a)b=a;c="";for(a=f;ac?"0"+c.toString(16):c.toString(16),c=f+c;return c;case "utf8":case "utf-8":c=f="";for(a=Math.min(this.length,a);b= -this[b]?(f+=k(c)+String.fromCharCode(this[b]),c=""):c+="%"+this[b].toString(16);return f+k(c);case "ascii":return e(this,b,a);case "binary":return e(this,b,a);case "base64":return b=0===b&&a===this.length?x.fromByteArray(this):x.fromByteArray(this.slice(b,a)),b;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":b=this.slice(b,a);a="";for(f=0;fb&&(f+=" ... "));return""};b.prototype.compare=function(f){if(!b.isBuffer(f))throw new TypeError("Argument must be a Buffer");return b.compare(this,f)};b.prototype.get=function(f){console.log(".get() is deprecated. Access using array indexes instead."); -return this.readUInt8(f)};b.prototype.set=function(f,b){console.log(".set() is deprecated. Access using array indexes instead.");return this.writeUInt8(f,b)};b.prototype.write=function(f,b,a,d){if(isFinite(b))isFinite(a)||(d=a,a=void 0);else{var p=d;d=b;b=a;a=p}b=Number(b)||0;p=this.length-b;a?(a=Number(a),a>p&&(a=p)):a=p;d=String(d||"utf8").toLowerCase();switch(d){case "hex":b=Number(b)||0;d=this.length-b;a?(a=Number(a),a>d&&(a=d)):a=d;d=f.length;if(0!==d%2)throw Error("Invalid hex string");a>d/ -2&&(a=d/2);for(d=0;d>8;l%=256;p.push(l);p.push(d)}f=c(p,this,b,a,2);break;default:throw new TypeError("Unknown encoding: "+ -d);}return f};b.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};b.prototype.slice=function(f,a){var c=this.length;f=~~f;a=void 0===a?c:~~a;0>f?(f+=c,0>f&&(f=0)):f>c&&(f=c);0>a?(a+=c,0>a&&(a=0)):a>c&&(a=c);a>>=0;d||h(this,a,c,1,255,0);b.TYPED_ARRAY_SUPPORT||(a=Math.floor(a));this[c]=a;return c+1};b.prototype.writeUInt16LE=function(a, -c,k){a=+a;c>>>=0;k||h(this,a,c,2,65535,0);b.TYPED_ARRAY_SUPPORT?(this[c]=a,this[c+1]=a>>>8):d(this,a,c,!0);return c+2};b.prototype.writeUInt16BE=function(a,c,k){a=+a;c>>>=0;k||h(this,a,c,2,65535,0);b.TYPED_ARRAY_SUPPORT?(this[c]=a>>>8,this[c+1]=a):d(this,a,c,!1);return c+2};b.prototype.writeUInt32LE=function(f,c,d){f=+f;c>>>=0;d||h(this,f,c,4,4294967295,0);b.TYPED_ARRAY_SUPPORT?(this[c+3]=f>>>24,this[c+2]=f>>>16,this[c+1]=f>>>8,this[c]=f):a(this,f,c,!0);return c+4};b.prototype.writeUInt32BE=function(f, -c,d){f=+f;c>>>=0;d||h(this,f,c,4,4294967295,0);b.TYPED_ARRAY_SUPPORT?(this[c]=f>>>24,this[c+1]=f>>>16,this[c+2]=f>>>8,this[c+3]=f):a(this,f,c,!1);return c+4};b.prototype.writeInt8=function(a,c,d){a=+a;c>>>=0;d||h(this,a,c,1,127,-128);b.TYPED_ARRAY_SUPPORT||(a=Math.floor(a));0>a&&(a=255+a+1);this[c]=a;return c+1};b.prototype.writeInt16LE=function(a,c,k){a=+a;c>>>=0;k||h(this,a,c,2,32767,-32768);b.TYPED_ARRAY_SUPPORT?(this[c]=a,this[c+1]=a>>>8):d(this,a,c,!0);return c+2};b.prototype.writeInt16BE=function(a, -c,k){a=+a;c>>>=0;k||h(this,a,c,2,32767,-32768);b.TYPED_ARRAY_SUPPORT?(this[c]=a>>>8,this[c+1]=a):d(this,a,c,!1);return c+2};b.prototype.writeInt32LE=function(c,d,k){c=+c;d>>>=0;k||h(this,c,d,4,2147483647,-2147483648);b.TYPED_ARRAY_SUPPORT?(this[d]=c,this[d+1]=c>>>8,this[d+2]=c>>>16,this[d+3]=c>>>24):a(this,c,d,!0);return d+4};b.prototype.writeInt32BE=function(c,d,k){c=+c;d>>>=0;k||h(this,c,d,4,2147483647,-2147483648);0>c&&(c=4294967295+c+1);b.TYPED_ARRAY_SUPPORT?(this[d]=c>>>24,this[d+1]=c>>>16,this[d+ -2]=c>>>8,this[d+3]=c):a(this,c,d,!1);return d+4};b.prototype.writeFloatLE=function(a,c,b){return r(this,a,c,!0,b)};b.prototype.writeFloatBE=function(a,c,b){return r(this,a,c,!1,b)};b.prototype.writeDoubleLE=function(a,c,b){return q(this,a,c,!0,b)};b.prototype.writeDoubleBE=function(a,c,b){return q(this,a,c,!1,b)};b.prototype.copy=function(a,c,d,k){d||(d=0);k||0===k||(k=this.length);c||(c=0);if(k!==d&&0!==a.length&&0!==this.length){if(kc||c>=a.length)throw new TypeError("targetStart out of bounds"); -if(0>d||d>=this.length)throw new TypeError("sourceStart out of bounds");if(0>k||k>this.length)throw new TypeError("sourceEnd out of bounds");k>this.length&&(k=this.length);a.length-ck||!b.TYPED_ARRAY_SUPPORT)for(var f=0;fc||c>=this.length)throw new TypeError("start out of bounds"); -if(0>b||b>this.length)throw new TypeError("end out of bounds");if("number"===typeof a)for(;c>1,q=-7;d=g?d-1:0;var w=g?-1:1,v=b[e+d];d+=w;g=v&(1<<-q)-1;v>>=-q;for(q+=a;0>=-q;for(q+=h;0>1,v=23===d?Math.pow(2,-24)-Math.pow(2,-77):0;a=h?0:a-1;var c=h?1:-1,k=0>e||0===e&&0>1/e?1:0;e=Math.abs(e);isNaN(e)||Infinity===e?(e=isNaN(e)?1:0,h=q):(h=Math.floor(Math.log(e)/Math.LN2),1>e*(l=Math.pow(2,-h))&&(h--,l*=2),e=1<=h+w?e+v/l:e+v*Math.pow(2,1-w),2<=e*l&&(h++,l/=2),h+w>=q?(e=0,h=q):1<=h+w?(e=(e*l-1)*Math.pow(2,d),h+=w):(e=e*Math.pow(2,w-1)*Math.pow(2,d),h=0));for(;8<=d;b[g+a]=e&255,a+= -c,e/=256,d-=8);h=h<b?[]:a.slice(c,b-c+1)}a=m.resolve(a).substr(1);b=m.resolve(b).substr(1); -for(var l=d(a.split("/")),w=d(b.split("/")),e=Math.min(l.length,w.length),c=e,k=0;kb&&(b=a.length+b);return a.substr(b,d)}}).call(this,n("g5I+bs"))},{"g5I+bs":9}],9:[function(n,u,m){function b(){}n=u.exports={};n.nextTick=function(){if("undefined"!==typeof window&&window.setImmediate)return function(b){return window.setImmediate(b)};if("undefined"!==typeof window&&window.postMessage&&window.addEventListener){var b=[];window.addEventListener("message",function(e){var g=e.source;g!==window&&null!== -g||"process-tick"!==e.data||(e.stopPropagation(),0e?(-e<<1)+1:e<<1;do e=h&31,h>>>=5,0=d)throw Error("Expected more digits in base 64 VLQ value.");var r=b.decode(e.charCodeAt(g++));if(-1===r)throw Error("Invalid base64 digit: "+e.charAt(g-1));var q=!!(r&32);r&=31;a+=r<>1;h.value=1===(a&1)?-e:e;h.rest=g}},{"./base64":12}],12:[function(n, -u,m){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");m.encode=function(e){if(0<=e&&e=b?b-65:97<=b&&122>=b?b-97+26:48<=b&&57>=b?b-48+52:43==b?62:47==b?63:-1}},{}],13:[function(n,u,m){function b(e,g,h,d,a,l){var r=Math.floor((g-e)/2)+e,q=a(h,d[r],!0);return 0===q?r:0e?-1:e}m.GREATEST_LOWER_BOUND=1;m.LEAST_UPPER_BOUND=2;m.search=function(e,g,h,d){if(0===g.length)return-1;e=b(-1,g.length,e,g,h,d||m.GREATEST_LOWER_BOUND);if(0>e)return-1;for(;0<=e-1&&0===h(g[e],g[e-1],!0);)--e;return e}},{}],14:[function(n,u,m){function b(){this._array=[];this._sorted=!0;this._last={generatedLine:-1,generatedColumn:0}}var e=n("./util");b.prototype.unsortedForEach=function(b,e){this._array.forEach(b,e)};b.prototype.add=function(b){var g=this._last,d=g.generatedLine, -a=b.generatedLine,l=g.generatedColumn,r=b.generatedColumn;a>d||a==d&&r>=l||0>=e.compareByGeneratedPositionsInflated(g,b)?this._last=b:this._sorted=!1;this._array.push(b)};b.prototype.toArray=function(){this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=!0);return this._array};m.MappingList=b},{"./util":19}],15:[function(n,u,m){function b(b,e,d){var a=b[e];b[e]=b[d];b[d]=a}function e(g,h,d,a){if(d=h(g[q],r)&&(l+=1,b(g,l,q));b(g,l+1,q);l+=1;e(g,h,d,l-1);e(g,h,l+1,a)}}m.quickSort=function(b,h){e(b,h,0,b.length-1)}},{}],16:[function(n,u,m){function b(a,b){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));return null!=c.sections?new h(c,b):new e(c,b)}function e(a,b){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));var k=d.getArg(c,"version"),e=d.getArg(c,"sources"),w=d.getArg(c,"names",[]),g=d.getArg(c,"sourceRoot",null),h=d.getArg(c,"sourcesContent",null),q=d.getArg(c, -"mappings");c=d.getArg(c,"file",null);if(k!=this._version)throw Error("Unsupported version: "+k);g&&(g=d.normalize(g));e=e.map(String).map(d.normalize).map(function(a){return g&&d.isAbsolute(g)&&d.isAbsolute(a)?d.relative(g,a):a});this._names=l.fromArray(w.map(String),!0);this._sources=l.fromArray(e,!0);this.sourceRoot=g;this.sourcesContent=h;this._mappings=q;this._sourceMapURL=b;this.file=c}function g(){this.generatedColumn=this.generatedLine=0;this.name=this.originalColumn=this.originalLine=this.source= -null}function h(a,e){var c=a;"string"===typeof a&&(c=d.parseSourceMapInput(a));var k=d.getArg(c,"version");c=d.getArg(c,"sections");if(k!=this._version)throw Error("Unsupported version: "+k);this._sources=new l;this._names=new l;var w={line:-1,column:0};this._sections=c.map(function(a){if(a.url)throw Error("Support for url field in sections not implemented.");var c=d.getArg(a,"offset"),k=d.getArg(c,"line"),g=d.getArg(c,"column");if(k=b[c])throw new TypeError("Line must be greater than or equal to 1, got "+ -b[c]);if(0>b[k])throw new TypeError("Column must be greater than or equal to 0, got "+b[k]);return a.search(b,d,e,g)};e.prototype.computeColumnSpans=function(){for(var a=0;a=this._sources.size()&&!this.sourcesContent.some(function(a){return null==a}):!1};e.prototype.sourceContentFor=function(a,b){if(!this.sourcesContent)return null;var c=a;null!=this.sourceRoot&&(c=d.relative(this.sourceRoot,c));if(this._sources.has(c))return this.sourcesContent[this._sources.indexOf(c)]; -var k=this.sources,e;for(e=0;e -b||95!==a.charCodeAt(b-1)||95!==a.charCodeAt(b-2)||111!==a.charCodeAt(b-3)||116!==a.charCodeAt(b-4)||111!==a.charCodeAt(b-5)||114!==a.charCodeAt(b-6)||112!==a.charCodeAt(b-7)||95!==a.charCodeAt(b-8)||95!==a.charCodeAt(b-9))return!1;for(b-=10;0<=b;b--)if(36!==a.charCodeAt(b))return!1;return!0}function q(a,b){return a===b?0:null===a?1:null===b?-1:a>b?1:-1}m.getArg=function(a,b,d){if(b in a)return a[b];if(3===arguments.length)return d;throw Error('"'+b+'" is a required argument.');};var w=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/, -v=/^data:.+,.+$/;m.urlParse=b;m.urlGenerate=e;m.normalize=g;m.join=h;m.isAbsolute=function(a){return"/"===a.charAt(0)||w.test(a)};m.relative=function(a,b){""===a&&(a=".");a=a.replace(/\/$/,"");for(var c=0;0!==b.indexOf(a+"/");){var d=a.lastIndexOf("/");if(0>d)return b;a=a.slice(0,d);if(a.match(/^([^\/]+:\/)?\/*$/))return b;++c}return Array(c+1).join("../")+b.substr(a.length+1)};n=!("__proto__"in Object.create(null));m.toSetString=n?d:a;m.fromSetString=n?d:l;m.compareByOriginalPositions=function(a, -b,d){var c=q(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;if(0!==c||d)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c)return c;c=a.generatedLine-b.generatedLine;return 0!==c?c:q(a.name,b.name)};m.compareByGeneratedPositionsDeflated=function(a,b,d){var c=a.generatedLine-b.generatedLine;if(0!==c)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c||d)return c;c=q(a.source,b.source);if(0!==c)return c;c=a.originalLine- -b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;return 0!==c?c:q(a.name,b.name)};m.compareByGeneratedPositionsInflated=function(a,b){var c=a.generatedLine-b.generatedLine;if(0!==c)return c;c=a.generatedColumn-b.generatedColumn;if(0!==c)return c;c=q(a.source,b.source);if(0!==c)return c;c=a.originalLine-b.originalLine;if(0!==c)return c;c=a.originalColumn-b.originalColumn;return 0!==c?c:q(a.name,b.name)};m.parseSourceMapInput=function(a){return JSON.parse(a.replace(/^\)]}'[^\n]*\n/, -""))};m.computeSourceURL=function(a,d,l){d=d||"";a&&("/"!==a[a.length-1]&&"/"!==d[0]&&(a+="/"),d=a+d);if(l){a=b(l);if(!a)throw Error("sourceMapURL could not be parsed");a.path&&(l=a.path.lastIndexOf("/"),0<=l&&(a.path=a.path.substring(0,l+1)));d=h(e(a),d)}return g(d)}},{}],20:[function(n,u,m){m.SourceMapGenerator=n("./lib/source-map-generator").SourceMapGenerator;m.SourceMapConsumer=n("./lib/source-map-consumer").SourceMapConsumer;m.SourceNode=n("./lib/source-node").SourceNode},{"./lib/source-map-consumer":16, -"./lib/source-map-generator":17,"./lib/source-node":18}],21:[function(n,u,m){(function(b){function e(){return"browser"===f?!0:"node"===f?!1:"undefined"!==typeof window&&"function"===typeof XMLHttpRequest&&!(window.require&&window.module&&window.process&&"renderer"===window.process.type)}function g(a){return function(b){for(var c=0;c";b=this.getLineNumber();null!=b&&(a+=":"+b,(b= -this.getColumnNumber())&&(a+=":"+b))}b="";var c=this.getFunctionName(),d=!0,e=this.isConstructor();if(this.isToplevel()||e)e?b+="new "+(c||""):c?b+=c:(b+=a,d=!1);else{e=this.getTypeName();"[object Object]"===e&&(e="null");var f=this.getMethodName();c?(e&&0!=c.indexOf(e)&&(b+=e+"."),b+=c,f&&c.indexOf("."+f)!=c.length-f.length-1&&(b+=" [as "+f+"]")):b+=e+"."+(f||"")}d&&(b+=" ("+a+")");return b}function r(a){var b={};Object.getOwnPropertyNames(Object.getPrototypeOf(a)).forEach(function(c){b[c]= -/^(?:is|get)/.test(c)?function(){return a[c].call(a)}:a[c]});b.toString=l;return b}function q(b){if(b.isNative())return b;var c=b.getFileName()||b.getScriptNameOrSourceURL();if(c){var f=b.getLineNumber(),g=b.getColumnNumber()-1;1===f&&62 C:/dir/file - '/'; // file:///root-dir/file -> /root-dir/file - }); - } - if (path in fileContentsCache) { - return fileContentsCache[path]; - } - - var contents = ''; - try { - if (!fs) { - // Use SJAX if we are in the browser - var xhr = new XMLHttpRequest(); - xhr.open('GET', path, /** async */ false); - xhr.send(null); - if (xhr.readyState === 4 && xhr.status === 200) { - contents = xhr.responseText; - } - } else if (fs.existsSync(path)) { - // Otherwise, use the filesystem - contents = fs.readFileSync(path, 'utf8'); - } - } catch (er) { - /* ignore any errors */ - } - - return fileContentsCache[path] = contents; -}); - -// Support URLs relative to a directory, but be careful about a protocol prefix -// in case we are in the browser (i.e. directories may start with "http://" or "file:///") -function supportRelativeURL(file, url) { - if (!file) return url; - var dir = path.dirname(file); - var match = /^\w+:\/\/[^\/]*/.exec(dir); - var protocol = match ? match[0] : ''; - var startPath = dir.slice(protocol.length); - if (protocol && /^\/\w\:/.test(startPath)) { - // handle file:///C:/ paths - protocol += '/'; - return protocol + path.resolve(dir.slice(protocol.length), url).replace(/\\/g, '/'); - } - return protocol + path.resolve(dir.slice(protocol.length), url); -} - -function retrieveSourceMapURL(source) { - var fileData; - - if (isInBrowser()) { - try { - var xhr = new XMLHttpRequest(); - xhr.open('GET', source, false); - xhr.send(null); - fileData = xhr.readyState === 4 ? xhr.responseText : null; - - // Support providing a sourceMappingURL via the SourceMap header - var sourceMapHeader = xhr.getResponseHeader("SourceMap") || - xhr.getResponseHeader("X-SourceMap"); - if (sourceMapHeader) { - return sourceMapHeader; - } - } catch (e) { - } - } - - // Get the URL of the source map - fileData = retrieveFile(source); - var re = /(?:\/\/[@#][\s]*sourceMappingURL=([^\s'"]+)[\s]*$)|(?:\/\*[@#][\s]*sourceMappingURL=([^\s*'"]+)[\s]*(?:\*\/)[\s]*$)/mg; - // Keep executing the search to find the *last* sourceMappingURL to avoid - // picking up sourceMappingURLs from comments, strings, etc. - var lastMatch, match; - while (match = re.exec(fileData)) lastMatch = match; - if (!lastMatch) return null; - return lastMatch[1]; -}; - -// Can be overridden by the retrieveSourceMap option to install. Takes a -// generated source filename; returns a {map, optional url} object, or null if -// there is no source map. The map field may be either a string or the parsed -// JSON object (ie, it must be a valid argument to the SourceMapConsumer -// constructor). -var retrieveSourceMap = handlerExec(retrieveMapHandlers); -retrieveMapHandlers.push(function(source) { - var sourceMappingURL = retrieveSourceMapURL(source); - if (!sourceMappingURL) return null; - - // Read the contents of the source map - var sourceMapData; - if (reSourceMap.test(sourceMappingURL)) { - // Support source map URL as a data url - var rawData = sourceMappingURL.slice(sourceMappingURL.indexOf(',') + 1); - sourceMapData = bufferFrom(rawData, "base64").toString(); - sourceMappingURL = source; - } else { - // Support source map URLs relative to the source URL - sourceMappingURL = supportRelativeURL(source, sourceMappingURL); - sourceMapData = retrieveFile(sourceMappingURL); - } - - if (!sourceMapData) { - return null; - } - - return { - url: sourceMappingURL, - map: sourceMapData - }; -}); - -function mapSourcePosition(position) { - var sourceMap = sourceMapCache[position.source]; - if (!sourceMap) { - // Call the (overrideable) retrieveSourceMap function to get the source map. - var urlAndMap = retrieveSourceMap(position.source); - if (urlAndMap) { - sourceMap = sourceMapCache[position.source] = { - url: urlAndMap.url, - map: new SourceMapConsumer(urlAndMap.map) - }; - - // Load all sources stored inline with the source map into the file cache - // to pretend like they are already loaded. They may not exist on disk. - if (sourceMap.map.sourcesContent) { - sourceMap.map.sources.forEach(function(source, i) { - var contents = sourceMap.map.sourcesContent[i]; - if (contents) { - var url = supportRelativeURL(sourceMap.url, source); - fileContentsCache[url] = contents; - } - }); - } - } else { - sourceMap = sourceMapCache[position.source] = { - url: null, - map: null - }; - } - } - - // Resolve the source URL relative to the URL of the source map - if (sourceMap && sourceMap.map && typeof sourceMap.map.originalPositionFor === 'function') { - var originalPosition = sourceMap.map.originalPositionFor(position); - - // Only return the original position if a matching line was found. If no - // matching line is found then we return position instead, which will cause - // the stack trace to print the path and line for the compiled file. It is - // better to give a precise location in the compiled file than a vague - // location in the original file. - if (originalPosition.source !== null) { - originalPosition.source = supportRelativeURL( - sourceMap.url, originalPosition.source); - return originalPosition; - } - } - - return position; -} - -// Parses code generated by FormatEvalOrigin(), a function inside V8: -// https://code.google.com/p/v8/source/browse/trunk/src/messages.js -function mapEvalOrigin(origin) { - // Most eval() calls are in this format - var match = /^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(origin); - if (match) { - var position = mapSourcePosition({ - source: match[2], - line: +match[3], - column: match[4] - 1 - }); - return 'eval at ' + match[1] + ' (' + position.source + ':' + - position.line + ':' + (position.column + 1) + ')'; - } - - // Parse nested eval() calls using recursion - match = /^eval at ([^(]+) \((.+)\)$/.exec(origin); - if (match) { - return 'eval at ' + match[1] + ' (' + mapEvalOrigin(match[2]) + ')'; - } - - // Make sure we still return useful information if we didn't find anything - return origin; -} - -// This is copied almost verbatim from the V8 source code at -// https://code.google.com/p/v8/source/browse/trunk/src/messages.js. The -// implementation of wrapCallSite() used to just forward to the actual source -// code of CallSite.prototype.toString but unfortunately a new release of V8 -// did something to the prototype chain and broke the shim. The only fix I -// could find was copy/paste. -function CallSiteToString() { - var fileName; - var fileLocation = ""; - if (this.isNative()) { - fileLocation = "native"; - } else { - fileName = this.getScriptNameOrSourceURL(); - if (!fileName && this.isEval()) { - fileLocation = this.getEvalOrigin(); - fileLocation += ", "; // Expecting source position to follow. - } - - if (fileName) { - fileLocation += fileName; - } else { - // Source code does not originate from a file and is not native, but we - // can still get the source position inside the source string, e.g. in - // an eval string. - fileLocation += ""; - } - var lineNumber = this.getLineNumber(); - if (lineNumber != null) { - fileLocation += ":" + lineNumber; - var columnNumber = this.getColumnNumber(); - if (columnNumber) { - fileLocation += ":" + columnNumber; - } - } - } - - var line = ""; - var functionName = this.getFunctionName(); - var addSuffix = true; - var isConstructor = this.isConstructor(); - var isMethodCall = !(this.isToplevel() || isConstructor); - if (isMethodCall) { - var typeName = this.getTypeName(); - // Fixes shim to be backward compatable with Node v0 to v4 - if (typeName === "[object Object]") { - typeName = "null"; - } - var methodName = this.getMethodName(); - if (functionName) { - if (typeName && functionName.indexOf(typeName) != 0) { - line += typeName + "."; - } - line += functionName; - if (methodName && functionName.indexOf("." + methodName) != functionName.length - methodName.length - 1) { - line += " [as " + methodName + "]"; - } - } else { - line += typeName + "." + (methodName || ""); - } - } else if (isConstructor) { - line += "new " + (functionName || ""); - } else if (functionName) { - line += functionName; - } else { - line += fileLocation; - addSuffix = false; - } - if (addSuffix) { - line += " (" + fileLocation + ")"; - } - return line; -} - -function cloneCallSite(frame) { - var object = {}; - Object.getOwnPropertyNames(Object.getPrototypeOf(frame)).forEach(function(name) { - object[name] = /^(?:is|get)/.test(name) ? function() { return frame[name].call(frame); } : frame[name]; - }); - object.toString = CallSiteToString; - return object; -} - -function wrapCallSite(frame) { - if(frame.isNative()) { - return frame; - } - - // Most call sites will return the source file from getFileName(), but code - // passed to eval() ending in "//# sourceURL=..." will return the source file - // from getScriptNameOrSourceURL() instead - var source = frame.getFileName() || frame.getScriptNameOrSourceURL(); - if (source) { - var line = frame.getLineNumber(); - var column = frame.getColumnNumber() - 1; - - // Fix position in Node where some (internal) code is prepended. - // See https://github.com/evanw/node-source-map-support/issues/36 - var headerLength = 62; - if (line === 1 && column > headerLength && !isInBrowser() && !frame.isEval()) { - column -= headerLength; - } - - var position = mapSourcePosition({ - source: source, - line: line, - column: column - }); - frame = cloneCallSite(frame); - var originalFunctionName = frame.getFunctionName; - frame.getFunctionName = function() { return position.name || originalFunctionName(); }; - frame.getFileName = function() { return position.source; }; - frame.getLineNumber = function() { return position.line; }; - frame.getColumnNumber = function() { return position.column + 1; }; - frame.getScriptNameOrSourceURL = function() { return position.source; }; - return frame; - } - - // Code called using eval() needs special handling - var origin = frame.isEval() && frame.getEvalOrigin(); - if (origin) { - origin = mapEvalOrigin(origin); - frame = cloneCallSite(frame); - frame.getEvalOrigin = function() { return origin; }; - return frame; - } - - // If we get here then we were unable to change the source position - return frame; -} - -// This function is part of the V8 stack trace API, for more info see: -// https://v8.dev/docs/stack-trace-api -function prepareStackTrace(error, stack) { - if (emptyCacheBetweenOperations) { - fileContentsCache = {}; - sourceMapCache = {}; - } - - var name = error.name || 'Error'; - var message = error.message || ''; - var errorString = name + ": " + message; - - return errorString + stack.map(function(frame) { - return '\n at ' + wrapCallSite(frame); - }).join(''); -} - -// Generate position and snippet of original source with pointer -function getErrorSource(error) { - var match = /\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(error.stack); - if (match) { - var source = match[1]; - var line = +match[2]; - var column = +match[3]; - - // Support the inline sourceContents inside the source map - var contents = fileContentsCache[source]; - - // Support files on disk - if (!contents && fs && fs.existsSync(source)) { - try { - contents = fs.readFileSync(source, 'utf8'); - } catch (er) { - contents = ''; - } - } - - // Format the line from the original source code like node does - if (contents) { - var code = contents.split(/(?:\r\n|\r|\n)/)[line - 1]; - if (code) { - return source + ':' + line + '\n' + code + '\n' + - new Array(column).join(' ') + '^'; - } - } - } - return null; -} - -function printErrorAndExit (error) { - var source = getErrorSource(error); - - // Ensure error is printed synchronously and not truncated - if (process.stderr._handle && process.stderr._handle.setBlocking) { - process.stderr._handle.setBlocking(true); - } - - if (source) { - console.error(); - console.error(source); - } - - console.error(error.stack); - process.exit(1); -} - -function shimEmitUncaughtException () { - var origEmit = process.emit; - - process.emit = function (type) { - if (type === 'uncaughtException') { - var hasStack = (arguments[1] && arguments[1].stack); - var hasListeners = (this.listeners(type).length > 0); - - if (hasStack && !hasListeners) { - return printErrorAndExit(arguments[1]); - } - } - - return origEmit.apply(this, arguments); - }; -} - -var originalRetrieveFileHandlers = retrieveFileHandlers.slice(0); -var originalRetrieveMapHandlers = retrieveMapHandlers.slice(0); - -exports.wrapCallSite = wrapCallSite; -exports.getErrorSource = getErrorSource; -exports.mapSourcePosition = mapSourcePosition; -exports.retrieveSourceMap = retrieveSourceMap; - -exports.install = function(options) { - options = options || {}; - - if (options.environment) { - environment = options.environment; - if (["node", "browser", "auto"].indexOf(environment) === -1) { - throw new Error("environment " + environment + " was unknown. Available options are {auto, browser, node}") - } - } - - // Allow sources to be found by methods other than reading the files - // directly from disk. - if (options.retrieveFile) { - if (options.overrideRetrieveFile) { - retrieveFileHandlers.length = 0; - } - - retrieveFileHandlers.unshift(options.retrieveFile); - } - - // Allow source maps to be found by methods other than reading the files - // directly from disk. - if (options.retrieveSourceMap) { - if (options.overrideRetrieveSourceMap) { - retrieveMapHandlers.length = 0; - } - - retrieveMapHandlers.unshift(options.retrieveSourceMap); - } - - // Support runtime transpilers that include inline source maps - if (options.hookRequire && !isInBrowser()) { - var Module; - try { - Module = require('module'); - } catch (err) { - // NOP: Loading in catch block to convert webpack error to warning. - } - var $compile = Module.prototype._compile; - - if (!$compile.__sourceMapSupport) { - Module.prototype._compile = function(content, filename) { - fileContentsCache[filename] = content; - sourceMapCache[filename] = undefined; - return $compile.call(this, content, filename); - }; - - Module.prototype._compile.__sourceMapSupport = true; - } - } - - // Configure options - if (!emptyCacheBetweenOperations) { - emptyCacheBetweenOperations = 'emptyCacheBetweenOperations' in options ? - options.emptyCacheBetweenOperations : false; - } - - // Install the error reformatter - if (!errorFormatterInstalled) { - errorFormatterInstalled = true; - Error.prepareStackTrace = prepareStackTrace; - } - - if (!uncaughtShimInstalled) { - var installHandler = 'handleUncaughtExceptions' in options ? - options.handleUncaughtExceptions : true; - - // Provide the option to not install the uncaught exception handler. This is - // to support other uncaught exception handlers (in test frameworks, for - // example). If this handler is not installed and there are no other uncaught - // exception handlers, uncaught exceptions will be caught by node's built-in - // exception handler and the process will still be terminated. However, the - // generated JavaScript code will be shown above the stack trace instead of - // the original source code. - if (installHandler && hasGlobalProcessEventEmitter()) { - uncaughtShimInstalled = true; - shimEmitUncaughtException(); - } - } -}; - -exports.resetRetrieveHandlers = function() { - retrieveFileHandlers.length = 0; - retrieveMapHandlers.length = 0; - - retrieveFileHandlers = originalRetrieveFileHandlers.slice(0); - retrieveMapHandlers = originalRetrieveMapHandlers.slice(0); - - retrieveSourceMap = handlerExec(retrieveMapHandlers); - retrieveFile = handlerExec(retrieveFileHandlers); -} diff --git a/2019-setembro/node_modules/source-map-url/.jshintrc b/2019-setembro/node_modules/source-map-url/.jshintrc deleted file mode 100644 index 8f33293..0000000 --- a/2019-setembro/node_modules/source-map-url/.jshintrc +++ /dev/null @@ -1,43 +0,0 @@ -{ - "bitwise": true, - "camelcase": true, - "curly": false, - "eqeqeq": true, - "es3": true, - "forin": true, - "immed": false, - "indent": false, - "latedef": "nofunc", - "newcap": false, - "noarg": true, - "noempty": true, - "nonew": false, - "plusplus": false, - "quotmark": false, - "undef": true, - "unused": "vars", - "strict": false, - "trailing": true, - "maxparams": 5, - "maxdepth": false, - "maxstatements": false, - "maxcomplexity": false, - "maxlen": 100, - - "asi": true, - "expr": true, - "globalstrict": true, - "smarttabs": true, - "sub": true, - - "node": true, - "globals": { - "describe": false, - "it": false, - "before": false, - "beforeEach": false, - "after": false, - "afterEach": false, - "define": false - } -} diff --git a/2019-setembro/node_modules/source-map-url/LICENSE b/2019-setembro/node_modules/source-map-url/LICENSE deleted file mode 100644 index 10052a9..0000000 --- a/2019-setembro/node_modules/source-map-url/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Simon Lydell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/source-map-url/bower.json b/2019-setembro/node_modules/source-map-url/bower.json deleted file mode 100644 index 9831b7c..0000000 --- a/2019-setembro/node_modules/source-map-url/bower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "source-map-url", - "version": "0.4.0", - "author": "Simon Lydell", - "license": "MIT", - "description": "Tools for working with sourceMappingURL comments.", - "keywords": [ - "source map", - "sourceMappingURL", - "comment", - "annotation" - ], - "main": "source-map-url.js", - "authors": [ - "Simon Lydell" - ], - "ignore": [ - ".*" - ] -} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map-url/changelog.md b/2019-setembro/node_modules/source-map-url/changelog.md deleted file mode 100644 index e291a7f..0000000 --- a/2019-setembro/node_modules/source-map-url/changelog.md +++ /dev/null @@ -1,52 +0,0 @@ -### Version 0.4.0 (2015-11-12) ### - -- Changed: sourceMappingURL comments used to be matched only when placed at - the end of the script. However, since several commonly used JavaScript - libraries do not follow this convention and all popular web browsers accept - non-trailing comments, this has been revised. - - So now non-trailing SourceMappingURL comments are matched as well. - - -### Version 0.3.0 (2014-08-16) ### - -- Changed: sourceMappingURL comments used to be matched only if they appeared - on their own line. However, the spec only says: - - > The generated code may include a line at the end of the source, with the following form: - > - > //# sourceMappingURL= - - So now they are matched also when they appear on the same line as code. - -- Removed: The `.set()` method. I couldn’t decide how it should work - considering the above change. Moreover, it was unnecessarily complex (and - would have gotten worse) for very little gain. It is much easier to run - `.remove()` if needed, and then simply `code += "\n//# sourceMappingURL=" + - url` (using the appropriate comment syntax and newline). KISS. - -- Changed: The `.insertBefore()` method now always inserts the string exactly - before the sourceMappingURL comment; not before the newline before the - comment (if any). Moreover, it does not ensure that the comment will be on a - new line anymore. This is up to the caller. KISS. - -- Changed: The `.remove()` method no longer removes the newline before the - sourceMappingURL (if any). - -- Changed: Renamed `.get()` to `.getFrom()`. -- Changed: Renamed `.remove()` to `.removeFrom()`. - -- Added: The `.existsIn()` method. - - -### Version 0.2.0 (2014-02-23) ### - -- Changed: A space is no longer inserted before the closing comment syntax. If - such a space is desired, it needs to be put in the closing comment syntax - itself (such as `["/*", " */"]` instead of `["/*", "*/"]`). (Backwards - incompatible change.) - - -### Version 0.1.0 (2014-02-22) ### - -- Initial release. diff --git a/2019-setembro/node_modules/source-map-url/component.json b/2019-setembro/node_modules/source-map-url/component.json deleted file mode 100644 index 11d569c..0000000 --- a/2019-setembro/node_modules/source-map-url/component.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "source-map-url", - "version": "0.4.0", - "author": "Simon Lydell", - "license": "MIT", - "description": "Tools for working with sourceMappingURL comments.", - "keywords": [ - "source map", - "sourceMappingURL", - "comment", - "annotation" - ], - "main": "source-map-url.js", - "repo": "lydell/source-map-url", - "scripts": [ - "source-map-url.js" - ] -} diff --git a/2019-setembro/node_modules/source-map-url/package.json b/2019-setembro/node_modules/source-map-url/package.json deleted file mode 100644 index de7c90a..0000000 --- a/2019-setembro/node_modules/source-map-url/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "source-map-url", - "version": "0.4.0", - "author": "Simon Lydell", - "license": "MIT", - "description": "Tools for working with sourceMappingURL comments.", - "keywords": [ - "source map", - "sourceMappingURL", - "comment", - "annotation" - ], - "main": "source-map-url.js", - "repository": "lydell/source-map-url", - "scripts": { - "lint": "jshint source-map-url.js test/ ", - "unit": "mocha", - "test": "npm run lint && npm run unit" - }, - "devDependencies": { - "mocha": "~1.17.1", - "expect.js": "~0.3.1", - "jshint": "~2.4.3" - }, - "testling": { - "harness": "mocha", - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "chrome/latest", - "firefox/latest", - "opera/12", - "opera/latest", - "safari/5", - "iphone/6", - "android-browser/4" - ] - } -} diff --git a/2019-setembro/node_modules/source-map-url/readme.md b/2019-setembro/node_modules/source-map-url/readme.md deleted file mode 100644 index 216de5e..0000000 --- a/2019-setembro/node_modules/source-map-url/readme.md +++ /dev/null @@ -1,97 +0,0 @@ -Overview [![Build Status](https://travis-ci.org/lydell/source-map-url.png?branch=master)](https://travis-ci.org/lydell/source-map-url) -======== - -[![browser support](https://ci.testling.com/lydell/source-map-url.png)](https://ci.testling.com/lydell/source-map-url) - -Tools for working with sourceMappingURL comments. - -```js -var sourceMappingURL = require("source-map-url") - -var code = [ - "!function(){...}();", - "/*# sourceMappingURL=foo.js.map */" -].join("\n") - -sourceMappingURL.existsIn(code) -// true - -sourceMappingURL.getFrom(code) -// foo.js.map - -code = sourceMappingURL.insertBefore(code, "// License: MIT\n") -// !function(){...}(); -// // License: MIT -// /*# sourceMappingURL=foo.js.map */ - -code = sourceMappingURL.removeFrom(code) -// !function(){...}(); -// // License: MIT - -sourceMappingURL.existsIn(code) -// false - -sourceMappingURL.getFrom(code) -// null - -code += "//# sourceMappingURL=/other/file.js.map" -// !function(){...}(); -// // License: MIT -// //# sourceMappingURL=/other/file.js.map -``` - - -Installation -============ - -- `npm install source-map-url` -- `bower install source-map-url` -- `component install lydell/source-map-url` - -Works with CommonJS, AMD and browser globals, through UMD. - - -Usage -===== - -### `sourceMappingURL.getFrom(code)` ### - -Returns the url of the sourceMappingURL comment in `code`. Returns `null` if -there is no such comment. - -### `sourceMappingURL.existsIn(code)` ### - -Returns `true` if there is a sourceMappingURL comment in `code`, or `false` -otherwise. - -### `sourceMappingURL.removeFrom(code)` ### - -Removes the sourceMappingURL comment in `code`. Does nothing if there is no -such comment. Returns the updated `code`. - -### `sourceMappingURL.insertBefore(code, string)` ### - -Inserts `string` before the sourceMappingURL comment in `code`. Appends -`string` to `code` if there is no such comment. - -Lets you append something to a file without worrying about burying the -sourceMappingURL comment (by keeping it at the end of the file). - -### `sourceMappingURL.regex` ### - -The regex that is used to match sourceMappingURL comments. It matches both `//` -and `/**/` comments, thus supporting both JavaScript and CSS. - - -Tests -===== - -Start by running `npm test`, which lints the code and runs the test suite in Node.js. - -To run the tests in a browser, run `testling` (`npm install -g testling`) or `testling -u`. - - -License -======= - -[The X11 (“MIT”) License](LICENSE). diff --git a/2019-setembro/node_modules/source-map-url/source-map-url.js b/2019-setembro/node_modules/source-map-url/source-map-url.js deleted file mode 100644 index 1724cb7..0000000 --- a/2019-setembro/node_modules/source-map-url/source-map-url.js +++ /dev/null @@ -1,57 +0,0 @@ -// Copyright 2014 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -void (function(root, factory) { - if (typeof define === "function" && define.amd) { - define(factory) - } else if (typeof exports === "object") { - module.exports = factory() - } else { - root.sourceMappingURL = factory() - } -}(this, function() { - - var innerRegex = /[#@] sourceMappingURL=([^\s'"]*)/ - - var regex = RegExp( - "(?:" + - "/\\*" + - "(?:\\s*\r?\n(?://)?)?" + - "(?:" + innerRegex.source + ")" + - "\\s*" + - "\\*/" + - "|" + - "//(?:" + innerRegex.source + ")" + - ")" + - "\\s*" - ) - - return { - - regex: regex, - _innerRegex: innerRegex, - - getFrom: function(code) { - var match = code.match(regex) - return (match ? match[1] || match[2] || "" : null) - }, - - existsIn: function(code) { - return regex.test(code) - }, - - removeFrom: function(code) { - return code.replace(regex, "") - }, - - insertBefore: function(code, string) { - var match = code.match(regex) - if (match) { - return code.slice(0, match.index) + string + code.slice(match.index) - } else { - return code + string - } - } - } - -})); diff --git a/2019-setembro/node_modules/source-map-url/test/source-map-url.js b/2019-setembro/node_modules/source-map-url/test/source-map-url.js deleted file mode 100644 index 630bc86..0000000 --- a/2019-setembro/node_modules/source-map-url/test/source-map-url.js +++ /dev/null @@ -1,402 +0,0 @@ -// Copyright 2014 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var expect = require("expect.js") - -var sourceMappingURL = require("../") - -var comments = { - - universal: [ - "/*# sourceMappingURL=foo.js.map */" - ], - - js: [ - "//# sourceMappingURL=foo.js.map" - ], - - block: [ - "/*", - "# sourceMappingURL=foo.js.map", - "*/" - ], - - mix: [ - "/*", - "//# sourceMappingURL=foo.js.map", - "*/" - ] - -} - -var nonTrailingComments = { - - jsLeading: { - contents: [ - "//# sourceMappingURL=foo.js.map", - "(function(){})" - ], - solution: [ - "(function(){})" - ] - }, - - mixEmbedded: { - contents: [ - "/*! Library Name v1.0.0", - "//# sourceMappingURL=foo.js.map", - "*/", - "(function(){})" - ], - solution: [ - "/*! Library Name v1.0.0", - "*/", - "(function(){})" - ] - } - -} - -function forEachComment(fn) { - forOf(comments, function(name, comment) { - var description = "the '" + name + "' syntax with " - fn(comment.join("\n"), description + "regular newlines") - fn(comment.join("\r\n"), description + "Windows newlines") - }) -} - -function forEachNonTrailingComment(fn) { - forOf(nonTrailingComments, function(name, comment) { - - var description = "the '" + name + "' syntax with " - - fn({ - contents: comment.contents.join("\n"), - solution: comment.solution.join("\n") - }, description + "regular newlines") - - fn({ - contents: comment.contents.join("\r\n"), - solution: comment.solution.join("\r\n") - }, description + "Windows newlines") - }) -} - -function forOf(obj, fn) { - for (var key in obj) { - if (Object.prototype.hasOwnProperty.call(obj, key)) { - fn(key, obj[key]) - } - } -} - - -describe("sourceMappingURL", function() { - - describe(".getFrom", function() { - - forEachComment(function(comment, description) { - - it("gets the url from " + description, function() { - expect(sourceMappingURL.getFrom("code\n" + comment)) - .to.equal("foo.js.map") - - expect(sourceMappingURL.getFrom("code" + comment)) - .to.equal("foo.js.map") - - expect(sourceMappingURL.getFrom(comment)) - .to.equal("foo.js.map") - }) - - }) - - forEachNonTrailingComment(function(comment, description) { - - it("gets the url from " + description, function() { - expect(sourceMappingURL.getFrom("code\n" + comment.contents)) - .to.equal("foo.js.map") - - expect(sourceMappingURL.getFrom("code" + comment.contents)) - .to.equal("foo.js.map") - - expect(sourceMappingURL.getFrom(comment.contents)) - .to.equal("foo.js.map") - }) - - }) - - - it("returns null if no comment", function() { - expect(sourceMappingURL.getFrom("code")) - .to.equal(null) - }) - - - it("can return an empty string as url", function() { - expect(sourceMappingURL.getFrom("/*# sourceMappingURL= */")) - .to.equal("") - }) - - - it("is detachable", function() { - var get = sourceMappingURL.getFrom - expect(get("/*# sourceMappingURL=foo */")) - .to.equal("foo") - }) - - }) - - - describe(".existsIn", function() { - - forEachComment(function(comment, description) { - - it("returns true for " + description, function() { - expect(sourceMappingURL.existsIn("code\n" + comment)) - .to.equal(true) - - expect(sourceMappingURL.existsIn("code" + comment)) - .to.equal(true) - - expect(sourceMappingURL.existsIn(comment)) - .to.equal(true) - }) - - }) - - forEachNonTrailingComment(function(comment, description) { - - it("returns true for " + description, function() { - expect(sourceMappingURL.existsIn("code\n" + comment.contents)) - .to.equal(true) - - expect(sourceMappingURL.existsIn("code" + comment.contents)) - .to.equal(true) - - expect(sourceMappingURL.existsIn(comment.contents)) - .to.equal(true) - }) - - }) - - - it("returns false if no comment", function() { - expect(sourceMappingURL.existsIn("code")) - .to.equal(false) - }) - - - it("is detachable", function() { - var has = sourceMappingURL.existsIn - expect(has("/*# sourceMappingURL=foo */")) - .to.equal(true) - }) - - }) - - - describe(".removeFrom", function() { - - forEachComment(function(comment, description) { - - it("removes the comment for " + description, function() { - expect(sourceMappingURL.removeFrom("code\n" + comment)) - .to.equal("code\n") - - expect(sourceMappingURL.removeFrom("code" + comment)) - .to.equal("code") - - expect(sourceMappingURL.removeFrom(comment)) - .to.equal("") - }) - - }) - - forEachNonTrailingComment(function(comment, description) { - - it("removes the comment for " + description, function() { - expect(sourceMappingURL.removeFrom("code\n" + comment.contents)) - .to.equal("code\n" + comment.solution) - - expect(sourceMappingURL.removeFrom("code" + comment.contents)) - .to.equal("code" + comment.solution) - - expect(sourceMappingURL.removeFrom(comment.contents)) - .to.equal(comment.solution) - }) - - }) - - - it("does nothing if no comment", function() { - expect(sourceMappingURL.removeFrom("code\n")) - .to.equal("code\n") - }) - - - it("is detachable", function() { - var remove = sourceMappingURL.removeFrom - expect(remove("/*# sourceMappingURL=foo */")) - .to.equal("") - }) - - }) - - - describe(".insertBefore", function() { - - forEachComment(function(comment, description) { - - it("inserts a string before the comment for " + description, function() { - expect(sourceMappingURL.insertBefore("code\n" + comment, "more code\n")) - .to.equal("code\nmore code\n" + comment) - - expect(sourceMappingURL.insertBefore("code" + comment, "\nmore code")) - .to.equal("code\nmore code" + comment) - - expect(sourceMappingURL.insertBefore(comment, "some code")) - .to.equal("some code" + comment) - }) - - }) - - - it("inserts a string before an embedded comment", function() { - expect(sourceMappingURL.insertBefore("/*! Library Name v1.0.0\n" + - "//# sourceMappingURL=foo.js.map\n*/\n(function(){})", "code\n")) - .to.equal("/*! Library Name v1.0.0\ncode\n" + - "//# sourceMappingURL=foo.js.map\n*/\n(function(){})") - }) - - - it("inserts a string before a leading comment", function() { - expect(sourceMappingURL.insertBefore("//# sourceMappingURL=foo.js.map\n" + - "(function(){})", "code\n")) - .to.equal("code\n//# sourceMappingURL=foo.js.map\n" + - "(function(){})") - }) - - - it("appends if no comment", function() { - expect(sourceMappingURL.insertBefore("code", "\nmore code")) - .to.equal("code\nmore code") - }) - - - it("is detachable", function() { - var insertBefore = sourceMappingURL.insertBefore - expect(insertBefore("/*# sourceMappingURL=foo */", "bar")) - .to.equal("bar/*# sourceMappingURL=foo */") - }) - - }) - - - describe(".regex", function() { - - it("includes ._innerRegex", function() { - expect(sourceMappingURL.regex.source) - .to.contain(sourceMappingURL._innerRegex.source) - }) - - - var match = function(code) { - expect(code) - .to.match(sourceMappingURL.regex) - } - - var noMatch = function(code) { - expect(code) - .not.to.match(sourceMappingURL.regex) - } - - - forEachComment(function(comment, description) { - - it("matches " + description, function() { - match("code\n" + comment) - match("code" + comment) - match(comment) - }) - - - it("matches " + description + ", with trailing whitespace", function() { - match(comment + " ") - match(comment + "\n") - match(comment + "\n\n\t\n \t ") - }) - - }) - - - it("does not match some cases that are easy to mess up", function() { - noMatch( - "/* # sourceMappingURL=foo */" - ) - - noMatch( - "// # sourceMappingURL=foo" - ) - }) - - - it("is liberal regarding inner whitespace", function() { - match( - "/*# sourceMappingURL=foo*/" - ) - - match( - "/*# sourceMappingURL=foo */" - ) - - match( - "/*# sourceMappingURL=foo \t\n" + - "*/" - ) - - match( - "/* \n" + - "# sourceMappingURL=foo\n" + - "*/" - ) - - match( - "/*\n" + - "# sourceMappingURL=foo\n" + - " */" - ) - - match( - "/*\n" + - "# sourceMappingURL=foo\n" + - "\n" + - "\t\n" + - "*/" - ) - }) - - }) - - - describe("._innerRegex", function() { - - it("matches the contents of sourceMappingURL comments", function() { - expect("# sourceMappingURL=http://www.example.com/foo/bar.js.map") - .to.match(sourceMappingURL._innerRegex) - }) - - - it("captures the url in the first capture group", function() { - expect(sourceMappingURL._innerRegex.exec("# sourceMappingURL=foo")[1]) - .to.equal("foo") - }) - - - it("supports the legacy syntax", function() { - expect("@ sourceMappingURL=http://www.example.com/foo/bar.js.map") - .to.match(sourceMappingURL._innerRegex) - }) - - }) - -}) diff --git a/2019-setembro/node_modules/source-map-url/x-package.json5 b/2019-setembro/node_modules/source-map-url/x-package.json5 deleted file mode 100644 index bdcd6ae..0000000 --- a/2019-setembro/node_modules/source-map-url/x-package.json5 +++ /dev/null @@ -1,55 +0,0 @@ -{ - name: "source-map-url", - version: "0.4.0", - author: "Simon Lydell", - license: "MIT", - description: "Tools for working with sourceMappingURL comments.", - keywords: [ - "source map", - "sourceMappingURL", - "comment", - "annotation" - ], - main: "source-map-url.js", - overlay: { - npm: { - repository: "lydell/source-map-url", - scripts: { - lint: "jshint source-map-url.js test/ ", - unit: "mocha", - test: "npm run lint && npm run unit" - }, - devDependencies: { - "mocha": "~1.17.1", - "expect.js": "~0.3.1", - "jshint": "~2.4.3" - }, - testling: { - harness: "mocha", - files: "test/*.js", - browsers: [ - "ie/8..latest", - "chrome/latest", - "firefox/latest", - "opera/12", - "opera/latest", - "safari/5", - "iphone/6", - "android-browser/4" - ] - } - }, - component: { - repo: "lydell/source-map-url", - scripts: [ - "source-map-url.js" - ] - }, - bower: { - authors: ["Simon Lydell"], - ignore: [ - ".*" - ] - } - } -} diff --git a/2019-setembro/node_modules/source-map/CHANGELOG.md b/2019-setembro/node_modules/source-map/CHANGELOG.md deleted file mode 100644 index 3a8c066..0000000 --- a/2019-setembro/node_modules/source-map/CHANGELOG.md +++ /dev/null @@ -1,301 +0,0 @@ -# Change Log - -## 0.5.6 - -* Fix for regression when people were using numbers as names in source maps. See - #236. - -## 0.5.5 - -* Fix "regression" of unsupported, implementation behavior that half the world - happens to have come to depend on. See #235. - -* Fix regression involving function hoisting in SpiderMonkey. See #233. - -## 0.5.4 - -* Large performance improvements to source-map serialization. See #228 and #229. - -## 0.5.3 - -* Do not include unnecessary distribution files. See - commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86. - -## 0.5.2 - -* Include browser distributions of the library in package.json's `files`. See - issue #212. - -## 0.5.1 - -* Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See - ff05274becc9e6e1295ed60f3ea090d31d843379. - -## 0.5.0 - -* Node 0.8 is no longer supported. - -* Use webpack instead of dryice for bundling. - -* Big speedups serializing source maps. See pull request #203. - -* Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that - explicitly start with the source root. See issue #199. - -## 0.4.4 - -* Fix an issue where using a `SourceMapGenerator` after having created a - `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See - issue #191. - -* Fix an issue with where `SourceMapGenerator` would mistakenly consider - different mappings as duplicates of each other and avoid generating them. See - issue #192. - -## 0.4.3 - -* A very large number of performance improvements, particularly when parsing - source maps. Collectively about 75% of time shaved off of the source map - parsing benchmark! - -* Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy - searching in the presence of a column option. See issue #177. - -* Fix a bug with joining a source and its source root when the source is above - the root. See issue #182. - -* Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to - determine when all sources' contents are inlined into the source map. See - issue #190. - -## 0.4.2 - -* Add an `.npmignore` file so that the benchmarks aren't pulled down by - dependent projects. Issue #169. - -* Add an optional `column` argument to - `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines - with no mappings. Issues #172 and #173. - -## 0.4.1 - -* Fix accidentally defining a global variable. #170. - -## 0.4.0 - -* The default direction for fuzzy searching was changed back to its original - direction. See #164. - -* There is now a `bias` option you can supply to `SourceMapConsumer` to control - the fuzzy searching direction. See #167. - -* About an 8% speed up in parsing source maps. See #159. - -* Added a benchmark for parsing and generating source maps. - -## 0.3.0 - -* Change the default direction that searching for positions fuzzes when there is - not an exact match. See #154. - -* Support for environments using json2.js for JSON serialization. See #156. - -## 0.2.0 - -* Support for consuming "indexed" source maps which do not have any remote - sections. See pull request #127. This introduces a minor backwards - incompatibility if you are monkey patching `SourceMapConsumer.prototype` - methods. - -## 0.1.43 - -* Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue - #148 for some discussion and issues #150, #151, and #152 for implementations. - -## 0.1.42 - -* Fix an issue where `SourceNode`s from different versions of the source-map - library couldn't be used in conjunction with each other. See issue #142. - -## 0.1.41 - -* Fix a bug with getting the source content of relative sources with a "./" - prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768). - -* Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the - column span of each mapping. - -* Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find - all generated positions associated with a given original source and line. - -## 0.1.40 - -* Performance improvements for parsing source maps in SourceMapConsumer. - -## 0.1.39 - -* Fix a bug where setting a source's contents to null before any source content - had been set before threw a TypeError. See issue #131. - -## 0.1.38 - -* Fix a bug where finding relative paths from an empty path were creating - absolute paths. See issue #129. - -## 0.1.37 - -* Fix a bug where if the source root was an empty string, relative source paths - would turn into absolute source paths. Issue #124. - -## 0.1.36 - -* Allow the `names` mapping property to be an empty string. Issue #121. - -## 0.1.35 - -* A third optional parameter was added to `SourceNode.fromStringWithSourceMap` - to specify a path that relative sources in the second parameter should be - relative to. Issue #105. - -* If no file property is given to a `SourceMapGenerator`, then the resulting - source map will no longer have a `null` file property. The property will - simply not exist. Issue #104. - -* Fixed a bug where consecutive newlines were ignored in `SourceNode`s. - Issue #116. - -## 0.1.34 - -* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103. - -* Fix bug involving source contents and the - `SourceMapGenerator.prototype.applySourceMap`. Issue #100. - -## 0.1.33 - -* Fix some edge cases surrounding path joining and URL resolution. - -* Add a third parameter for relative path to - `SourceMapGenerator.prototype.applySourceMap`. - -* Fix issues with mappings and EOLs. - -## 0.1.32 - -* Fixed a bug where SourceMapConsumer couldn't handle negative relative columns - (issue 92). - -* Fixed test runner to actually report number of failed tests as its process - exit code. - -* Fixed a typo when reporting bad mappings (issue 87). - -## 0.1.31 - -* Delay parsing the mappings in SourceMapConsumer until queried for a source - location. - -* Support Sass source maps (which at the time of writing deviate from the spec - in small ways) in SourceMapConsumer. - -## 0.1.30 - -* Do not join source root with a source, when the source is a data URI. - -* Extend the test runner to allow running single specific test files at a time. - -* Performance improvements in `SourceNode.prototype.walk` and - `SourceMapConsumer.prototype.eachMapping`. - -* Source map browser builds will now work inside Workers. - -* Better error messages when attempting to add an invalid mapping to a - `SourceMapGenerator`. - -## 0.1.29 - -* Allow duplicate entries in the `names` and `sources` arrays of source maps - (usually from TypeScript) we are parsing. Fixes github issue 72. - -## 0.1.28 - -* Skip duplicate mappings when creating source maps from SourceNode; github - issue 75. - -## 0.1.27 - -* Don't throw an error when the `file` property is missing in SourceMapConsumer, - we don't use it anyway. - -## 0.1.26 - -* Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70. - -## 0.1.25 - -* Make compatible with browserify - -## 0.1.24 - -* Fix issue with absolute paths and `file://` URIs. See - https://bugzilla.mozilla.org/show_bug.cgi?id=885597 - -## 0.1.23 - -* Fix issue with absolute paths and sourcesContent, github issue 64. - -## 0.1.22 - -* Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21. - -## 0.1.21 - -* Fixed handling of sources that start with a slash so that they are relative to - the source root's host. - -## 0.1.20 - -* Fixed github issue #43: absolute URLs aren't joined with the source root - anymore. - -## 0.1.19 - -* Using Travis CI to run tests. - -## 0.1.18 - -* Fixed a bug in the handling of sourceRoot. - -## 0.1.17 - -* Added SourceNode.fromStringWithSourceMap. - -## 0.1.16 - -* Added missing documentation. - -* Fixed the generating of empty mappings in SourceNode. - -## 0.1.15 - -* Added SourceMapGenerator.applySourceMap. - -## 0.1.14 - -* The sourceRoot is now handled consistently. - -## 0.1.13 - -* Added SourceMapGenerator.fromSourceMap. - -## 0.1.12 - -* SourceNode now generates empty mappings too. - -## 0.1.11 - -* Added name support to SourceNode. - -## 0.1.10 - -* Added sourcesContent support to the customer and generator. diff --git a/2019-setembro/node_modules/source-map/LICENSE b/2019-setembro/node_modules/source-map/LICENSE deleted file mode 100644 index ed1b7cf..0000000 --- a/2019-setembro/node_modules/source-map/LICENSE +++ /dev/null @@ -1,28 +0,0 @@ - -Copyright (c) 2009-2011, Mozilla Foundation and contributors -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the names of the Mozilla Foundation nor the names of project - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/2019-setembro/node_modules/source-map/README.md b/2019-setembro/node_modules/source-map/README.md deleted file mode 100644 index fea4beb..0000000 --- a/2019-setembro/node_modules/source-map/README.md +++ /dev/null @@ -1,742 +0,0 @@ -# Source Map - -[![Build Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mozilla/source-map) - -[![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map) - -This is a library to generate and consume the source map format -[described here][format]. - -[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit - -## Use with Node - - $ npm install source-map - -## Use on the Web - - - --------------------------------------------------------------------------------- - - - - - -## Table of Contents - -- [Examples](#examples) - - [Consuming a source map](#consuming-a-source-map) - - [Generating a source map](#generating-a-source-map) - - [With SourceNode (high level API)](#with-sourcenode-high-level-api) - - [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api) -- [API](#api) - - [SourceMapConsumer](#sourcemapconsumer) - - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap) - - [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans) - - [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition) - - [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition) - - [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition) - - [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources) - - [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing) - - [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order) - - [SourceMapGenerator](#sourcemapgenerator) - - [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap) - - [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer) - - [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping) - - [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent) - - [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath) - - [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring) - - [SourceNode](#sourcenode) - - [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name) - - [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath) - - [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk) - - [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk) - - [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent) - - [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn) - - [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn) - - [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep) - - [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement) - - [SourceNode.prototype.toString()](#sourcenodeprototypetostring) - - [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap) - - - -## Examples - -### Consuming a source map - -```js -var rawSourceMap = { - version: 3, - file: 'min.js', - names: ['bar', 'baz', 'n'], - sources: ['one.js', 'two.js'], - sourceRoot: 'http://example.com/www/js/', - mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA' -}; - -var smc = new SourceMapConsumer(rawSourceMap); - -console.log(smc.sources); -// [ 'http://example.com/www/js/one.js', -// 'http://example.com/www/js/two.js' ] - -console.log(smc.originalPositionFor({ - line: 2, - column: 28 -})); -// { source: 'http://example.com/www/js/two.js', -// line: 2, -// column: 10, -// name: 'n' } - -console.log(smc.generatedPositionFor({ - source: 'http://example.com/www/js/two.js', - line: 2, - column: 10 -})); -// { line: 2, column: 28 } - -smc.eachMapping(function (m) { - // ... -}); -``` - -### Generating a source map - -In depth guide: -[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/) - -#### With SourceNode (high level API) - -```js -function compile(ast) { - switch (ast.type) { - case 'BinaryExpression': - return new SourceNode( - ast.location.line, - ast.location.column, - ast.location.source, - [compile(ast.left), " + ", compile(ast.right)] - ); - case 'Literal': - return new SourceNode( - ast.location.line, - ast.location.column, - ast.location.source, - String(ast.value) - ); - // ... - default: - throw new Error("Bad AST"); - } -} - -var ast = parse("40 + 2", "add.js"); -console.log(compile(ast).toStringWithSourceMap({ - file: 'add.js' -})); -// { code: '40 + 2', -// map: [object SourceMapGenerator] } -``` - -#### With SourceMapGenerator (low level API) - -```js -var map = new SourceMapGenerator({ - file: "source-mapped.js" -}); - -map.addMapping({ - generated: { - line: 10, - column: 35 - }, - source: "foo.js", - original: { - line: 33, - column: 2 - }, - name: "christopher" -}); - -console.log(map.toString()); -// '{"version":3,"file":"source-mapped.js","sources":["foo.js"],"names":["christopher"],"mappings":";;;;;;;;;mCAgCEA"}' -``` - -## API - -Get a reference to the module: - -```js -// Node.js -var sourceMap = require('source-map'); - -// Browser builds -var sourceMap = window.sourceMap; - -// Inside Firefox -const sourceMap = require("devtools/toolkit/sourcemap/source-map.js"); -``` - -### SourceMapConsumer - -A SourceMapConsumer instance represents a parsed source map which we can query -for information about the original file positions by giving it a file position -in the generated source. - -#### new SourceMapConsumer(rawSourceMap) - -The only parameter is the raw source map (either as a string which can be -`JSON.parse`'d, or an object). According to the spec, source maps have the -following attributes: - -* `version`: Which version of the source map spec this map is following. - -* `sources`: An array of URLs to the original source files. - -* `names`: An array of identifiers which can be referenced by individual - mappings. - -* `sourceRoot`: Optional. The URL root from which all sources are relative. - -* `sourcesContent`: Optional. An array of contents of the original source files. - -* `mappings`: A string of base64 VLQs which contain the actual mappings. - -* `file`: Optional. The generated filename this source map is associated with. - -```js -var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData); -``` - -#### SourceMapConsumer.prototype.computeColumnSpans() - -Compute the last column for each generated mapping. The last column is -inclusive. - -```js -// Before: -consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) -// [ { line: 2, -// column: 1 }, -// { line: 2, -// column: 10 }, -// { line: 2, -// column: 20 } ] - -consumer.computeColumnSpans(); - -// After: -consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) -// [ { line: 2, -// column: 1, -// lastColumn: 9 }, -// { line: 2, -// column: 10, -// lastColumn: 19 }, -// { line: 2, -// column: 20, -// lastColumn: Infinity } ] - -``` - -#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition) - -Returns the original source, line, and column information for the generated -source's line and column positions provided. The only argument is an object with -the following properties: - -* `line`: The line number in the generated source. Line numbers in - this library are 1-based (note that the underlying source map - specification uses 0-based line numbers -- this library handles the - translation). - -* `column`: The column number in the generated source. Column numbers - in this library are 0-based. - -* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or - `SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest - element that is smaller than or greater than the one we are searching for, - respectively, if the exact element cannot be found. Defaults to - `SourceMapConsumer.GREATEST_LOWER_BOUND`. - -and an object is returned with the following properties: - -* `source`: The original source file, or null if this information is not - available. - -* `line`: The line number in the original source, or null if this information is - not available. The line number is 1-based. - -* `column`: The column number in the original source, or null if this - information is not available. The column number is 0-based. - -* `name`: The original identifier, or null if this information is not available. - -```js -consumer.originalPositionFor({ line: 2, column: 10 }) -// { source: 'foo.coffee', -// line: 2, -// column: 2, -// name: null } - -consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 }) -// { source: null, -// line: null, -// column: null, -// name: null } -``` - -#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition) - -Returns the generated line and column information for the original source, -line, and column positions provided. The only argument is an object with -the following properties: - -* `source`: The filename of the original source. - -* `line`: The line number in the original source. The line number is - 1-based. - -* `column`: The column number in the original source. The column - number is 0-based. - -and an object is returned with the following properties: - -* `line`: The line number in the generated source, or null. The line - number is 1-based. - -* `column`: The column number in the generated source, or null. The - column number is 0-based. - -```js -consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 }) -// { line: 1, -// column: 56 } -``` - -#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition) - -Returns all generated line and column information for the original source, line, -and column provided. If no column is provided, returns all mappings -corresponding to a either the line we are searching for or the next closest line -that has any mappings. Otherwise, returns all mappings corresponding to the -given line and either the column we are searching for or the next closest column -that has any offsets. - -The only argument is an object with the following properties: - -* `source`: The filename of the original source. - -* `line`: The line number in the original source. The line number is - 1-based. - -* `column`: Optional. The column number in the original source. The - column number is 0-based. - -and an array of objects is returned, each with the following properties: - -* `line`: The line number in the generated source, or null. The line - number is 1-based. - -* `column`: The column number in the generated source, or null. The - column number is 0-based. - -```js -consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" }) -// [ { line: 2, -// column: 1 }, -// { line: 2, -// column: 10 }, -// { line: 2, -// column: 20 } ] -``` - -#### SourceMapConsumer.prototype.hasContentsOfAllSources() - -Return true if we have the embedded source content for every source listed in -the source map, false otherwise. - -In other words, if this method returns `true`, then -`consumer.sourceContentFor(s)` will succeed for every source `s` in -`consumer.sources`. - -```js -// ... -if (consumer.hasContentsOfAllSources()) { - consumerReadyCallback(consumer); -} else { - fetchSources(consumer, consumerReadyCallback); -} -// ... -``` - -#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing]) - -Returns the original source content for the source provided. The only -argument is the URL of the original source file. - -If the source content for the given source is not found, then an error is -thrown. Optionally, pass `true` as the second param to have `null` returned -instead. - -```js -consumer.sources -// [ "my-cool-lib.clj" ] - -consumer.sourceContentFor("my-cool-lib.clj") -// "..." - -consumer.sourceContentFor("this is not in the source map"); -// Error: "this is not in the source map" is not in the source map - -consumer.sourceContentFor("this is not in the source map", true); -// null -``` - -#### SourceMapConsumer.prototype.eachMapping(callback, context, order) - -Iterate over each mapping between an original source/line/column and a -generated line/column in this source map. - -* `callback`: The function that is called with each mapping. Mappings have the - form `{ source, generatedLine, generatedColumn, originalLine, originalColumn, - name }` - -* `context`: Optional. If specified, this object will be the value of `this` - every time that `callback` is called. - -* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or - `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over - the mappings sorted by the generated file's line/column order or the - original's source/line/column order, respectively. Defaults to - `SourceMapConsumer.GENERATED_ORDER`. - -```js -consumer.eachMapping(function (m) { console.log(m); }) -// ... -// { source: 'illmatic.js', -// generatedLine: 1, -// generatedColumn: 0, -// originalLine: 1, -// originalColumn: 0, -// name: null } -// { source: 'illmatic.js', -// generatedLine: 2, -// generatedColumn: 0, -// originalLine: 2, -// originalColumn: 0, -// name: null } -// ... -``` -### SourceMapGenerator - -An instance of the SourceMapGenerator represents a source map which is being -built incrementally. - -#### new SourceMapGenerator([startOfSourceMap]) - -You may pass an object with the following properties: - -* `file`: The filename of the generated source that this source map is - associated with. - -* `sourceRoot`: A root for all relative URLs in this source map. - -* `skipValidation`: Optional. When `true`, disables validation of mappings as - they are added. This can improve performance but should be used with - discretion, as a last resort. Even then, one should avoid using this flag when - running tests, if possible. - -```js -var generator = new sourceMap.SourceMapGenerator({ - file: "my-generated-javascript-file.js", - sourceRoot: "http://example.com/app/js/" -}); -``` - -#### SourceMapGenerator.fromSourceMap(sourceMapConsumer) - -Creates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance. - -* `sourceMapConsumer` The SourceMap. - -```js -var generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer); -``` - -#### SourceMapGenerator.prototype.addMapping(mapping) - -Add a single mapping from original source line and column to the generated -source's line and column for this source map being created. The mapping object -should have the following properties: - -* `generated`: An object with the generated line and column positions. - -* `original`: An object with the original line and column positions. - -* `source`: The original source file (relative to the sourceRoot). - -* `name`: An optional original token name for this mapping. - -```js -generator.addMapping({ - source: "module-one.scm", - original: { line: 128, column: 0 }, - generated: { line: 3, column: 456 } -}) -``` - -#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent) - -Set the source content for an original source file. - -* `sourceFile` the URL of the original source file. - -* `sourceContent` the content of the source file. - -```js -generator.setSourceContent("module-one.scm", - fs.readFileSync("path/to/module-one.scm")) -``` - -#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]]) - -Applies a SourceMap for a source file to the SourceMap. -Each mapping to the supplied source file is rewritten using the -supplied SourceMap. Note: The resolution for the resulting mappings -is the minimum of this map and the supplied map. - -* `sourceMapConsumer`: The SourceMap to be applied. - -* `sourceFile`: Optional. The filename of the source file. - If omitted, sourceMapConsumer.file will be used, if it exists. - Otherwise an error will be thrown. - -* `sourceMapPath`: Optional. The dirname of the path to the SourceMap - to be applied. If relative, it is relative to the SourceMap. - - This parameter is needed when the two SourceMaps aren't in the same - directory, and the SourceMap to be applied contains relative source - paths. If so, those relative source paths need to be rewritten - relative to the SourceMap. - - If omitted, it is assumed that both SourceMaps are in the same directory, - thus not needing any rewriting. (Supplying `'.'` has the same effect.) - -#### SourceMapGenerator.prototype.toString() - -Renders the source map being generated to a string. - -```js -generator.toString() -// '{"version":3,"sources":["module-one.scm"],"names":[],"mappings":"...snip...","file":"my-generated-javascript-file.js","sourceRoot":"http://example.com/app/js/"}' -``` - -### SourceNode - -SourceNodes provide a way to abstract over interpolating and/or concatenating -snippets of generated JavaScript source code, while maintaining the line and -column information associated between those snippets and the original source -code. This is useful as the final intermediate representation a compiler might -use before outputting the generated JS and source map. - -#### new SourceNode([line, column, source[, chunk[, name]]]) - -* `line`: The original line number associated with this source node, or null if - it isn't associated with an original line. The line number is 1-based. - -* `column`: The original column number associated with this source node, or null - if it isn't associated with an original column. The column number - is 0-based. - -* `source`: The original source's filename; null if no filename is provided. - -* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see - below. - -* `name`: Optional. The original identifier. - -```js -var node = new SourceNode(1, 2, "a.cpp", [ - new SourceNode(3, 4, "b.cpp", "extern int status;\n"), - new SourceNode(5, 6, "c.cpp", "std::string* make_string(size_t n);\n"), - new SourceNode(7, 8, "d.cpp", "int main(int argc, char** argv) {}\n"), -]); -``` - -#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath]) - -Creates a SourceNode from generated code and a SourceMapConsumer. - -* `code`: The generated code - -* `sourceMapConsumer` The SourceMap for the generated code - -* `relativePath` The optional path that relative sources in `sourceMapConsumer` - should be relative to. - -```js -var consumer = new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8")); -var node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"), - consumer); -``` - -#### SourceNode.prototype.add(chunk) - -Add a chunk of generated JS to this source node. - -* `chunk`: A string snippet of generated JS code, another instance of - `SourceNode`, or an array where each member is one of those things. - -```js -node.add(" + "); -node.add(otherNode); -node.add([leftHandOperandNode, " + ", rightHandOperandNode]); -``` - -#### SourceNode.prototype.prepend(chunk) - -Prepend a chunk of generated JS to this source node. - -* `chunk`: A string snippet of generated JS code, another instance of - `SourceNode`, or an array where each member is one of those things. - -```js -node.prepend("/** Build Id: f783haef86324gf **/\n\n"); -``` - -#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent) - -Set the source content for a source file. This will be added to the -`SourceMap` in the `sourcesContent` field. - -* `sourceFile`: The filename of the source file - -* `sourceContent`: The content of the source file - -```js -node.setSourceContent("module-one.scm", - fs.readFileSync("path/to/module-one.scm")) -``` - -#### SourceNode.prototype.walk(fn) - -Walk over the tree of JS snippets in this node and its children. The walking -function is called once for each snippet of JS and is passed that snippet and -the its original associated source's line/column location. - -* `fn`: The traversal function. - -```js -var node = new SourceNode(1, 2, "a.js", [ - new SourceNode(3, 4, "b.js", "uno"), - "dos", - [ - "tres", - new SourceNode(5, 6, "c.js", "quatro") - ] -]); - -node.walk(function (code, loc) { console.log("WALK:", code, loc); }) -// WALK: uno { source: 'b.js', line: 3, column: 4, name: null } -// WALK: dos { source: 'a.js', line: 1, column: 2, name: null } -// WALK: tres { source: 'a.js', line: 1, column: 2, name: null } -// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null } -``` - -#### SourceNode.prototype.walkSourceContents(fn) - -Walk over the tree of SourceNodes. The walking function is called for each -source file content and is passed the filename and source content. - -* `fn`: The traversal function. - -```js -var a = new SourceNode(1, 2, "a.js", "generated from a"); -a.setSourceContent("a.js", "original a"); -var b = new SourceNode(1, 2, "b.js", "generated from b"); -b.setSourceContent("b.js", "original b"); -var c = new SourceNode(1, 2, "c.js", "generated from c"); -c.setSourceContent("c.js", "original c"); - -var node = new SourceNode(null, null, null, [a, b, c]); -node.walkSourceContents(function (source, contents) { console.log("WALK:", source, ":", contents); }) -// WALK: a.js : original a -// WALK: b.js : original b -// WALK: c.js : original c -``` - -#### SourceNode.prototype.join(sep) - -Like `Array.prototype.join` except for SourceNodes. Inserts the separator -between each of this source node's children. - -* `sep`: The separator. - -```js -var lhs = new SourceNode(1, 2, "a.rs", "my_copy"); -var operand = new SourceNode(3, 4, "a.rs", "="); -var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()"); - -var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]); -var joinedNode = node.join(" "); -``` - -#### SourceNode.prototype.replaceRight(pattern, replacement) - -Call `String.prototype.replace` on the very right-most source snippet. Useful -for trimming white space from the end of a source node, etc. - -* `pattern`: The pattern to replace. - -* `replacement`: The thing to replace the pattern with. - -```js -// Trim trailing white space. -node.replaceRight(/\s*$/, ""); -``` - -#### SourceNode.prototype.toString() - -Return the string representation of this source node. Walks over the tree and -concatenates all the various snippets together to one string. - -```js -var node = new SourceNode(1, 2, "a.js", [ - new SourceNode(3, 4, "b.js", "uno"), - "dos", - [ - "tres", - new SourceNode(5, 6, "c.js", "quatro") - ] -]); - -node.toString() -// 'unodostresquatro' -``` - -#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap]) - -Returns the string representation of this tree of source nodes, plus a -SourceMapGenerator which contains all the mappings between the generated and -original sources. - -The arguments are the same as those to `new SourceMapGenerator`. - -```js -var node = new SourceNode(1, 2, "a.js", [ - new SourceNode(3, 4, "b.js", "uno"), - "dos", - [ - "tres", - new SourceNode(5, 6, "c.js", "quatro") - ] -]); - -node.toStringWithSourceMap({ file: "my-output-file.js" }) -// { code: 'unodostresquatro', -// map: [object SourceMapGenerator] } -``` diff --git a/2019-setembro/node_modules/source-map/dist/source-map.debug.js b/2019-setembro/node_modules/source-map/dist/source-map.debug.js deleted file mode 100644 index aad0620..0000000 --- a/2019-setembro/node_modules/source-map/dist/source-map.debug.js +++ /dev/null @@ -1,3234 +0,0 @@ -(function webpackUniversalModuleDefinition(root, factory) { - if(typeof exports === 'object' && typeof module === 'object') - module.exports = factory(); - else if(typeof define === 'function' && define.amd) - define([], factory); - else if(typeof exports === 'object') - exports["sourceMap"] = factory(); - else - root["sourceMap"] = factory(); -})(this, function() { -return /******/ (function(modules) { // webpackBootstrap -/******/ // The module cache -/******/ var installedModules = {}; -/******/ -/******/ // The require function -/******/ function __webpack_require__(moduleId) { -/******/ -/******/ // Check if module is in cache -/******/ if(installedModules[moduleId]) -/******/ return installedModules[moduleId].exports; -/******/ -/******/ // Create a new module (and put it into the cache) -/******/ var module = installedModules[moduleId] = { -/******/ exports: {}, -/******/ id: moduleId, -/******/ loaded: false -/******/ }; -/******/ -/******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); -/******/ -/******/ // Flag the module as loaded -/******/ module.loaded = true; -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/******/ -/******/ // expose the modules object (__webpack_modules__) -/******/ __webpack_require__.m = modules; -/******/ -/******/ // expose the module cache -/******/ __webpack_require__.c = installedModules; -/******/ -/******/ // __webpack_public_path__ -/******/ __webpack_require__.p = ""; -/******/ -/******/ // Load entry module and return exports -/******/ return __webpack_require__(0); -/******/ }) -/************************************************************************/ -/******/ ([ -/* 0 */ -/***/ (function(module, exports, __webpack_require__) { - - /* - * Copyright 2009-2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE.txt or: - * http://opensource.org/licenses/BSD-3-Clause - */ - exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; - exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; - exports.SourceNode = __webpack_require__(10).SourceNode; - - -/***/ }), -/* 1 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var base64VLQ = __webpack_require__(2); - var util = __webpack_require__(4); - var ArraySet = __webpack_require__(5).ArraySet; - var MappingList = __webpack_require__(6).MappingList; - - /** - * An instance of the SourceMapGenerator represents a source map which is - * being built incrementally. You may pass an object with the following - * properties: - * - * - file: The filename of the generated source. - * - sourceRoot: A root for all relative URLs in this source map. - */ - function SourceMapGenerator(aArgs) { - if (!aArgs) { - aArgs = {}; - } - this._file = util.getArg(aArgs, 'file', null); - this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); - this._skipValidation = util.getArg(aArgs, 'skipValidation', false); - this._sources = new ArraySet(); - this._names = new ArraySet(); - this._mappings = new MappingList(); - this._sourcesContents = null; - } - - SourceMapGenerator.prototype._version = 3; - - /** - * Creates a new SourceMapGenerator based on a SourceMapConsumer - * - * @param aSourceMapConsumer The SourceMap. - */ - SourceMapGenerator.fromSourceMap = - function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { - var sourceRoot = aSourceMapConsumer.sourceRoot; - var generator = new SourceMapGenerator({ - file: aSourceMapConsumer.file, - sourceRoot: sourceRoot - }); - aSourceMapConsumer.eachMapping(function (mapping) { - var newMapping = { - generated: { - line: mapping.generatedLine, - column: mapping.generatedColumn - } - }; - - if (mapping.source != null) { - newMapping.source = mapping.source; - if (sourceRoot != null) { - newMapping.source = util.relative(sourceRoot, newMapping.source); - } - - newMapping.original = { - line: mapping.originalLine, - column: mapping.originalColumn - }; - - if (mapping.name != null) { - newMapping.name = mapping.name; - } - } - - generator.addMapping(newMapping); - }); - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var sourceRelative = sourceFile; - if (sourceRoot !== null) { - sourceRelative = util.relative(sourceRoot, sourceFile); - } - - if (!generator._sources.has(sourceRelative)) { - generator._sources.add(sourceRelative); - } - - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - generator.setSourceContent(sourceFile, content); - } - }); - return generator; - }; - - /** - * Add a single mapping from original source line and column to the generated - * source's line and column for this source map being created. The mapping - * object should have the following properties: - * - * - generated: An object with the generated line and column positions. - * - original: An object with the original line and column positions. - * - source: The original source file (relative to the sourceRoot). - * - name: An optional original token name for this mapping. - */ - SourceMapGenerator.prototype.addMapping = - function SourceMapGenerator_addMapping(aArgs) { - var generated = util.getArg(aArgs, 'generated'); - var original = util.getArg(aArgs, 'original', null); - var source = util.getArg(aArgs, 'source', null); - var name = util.getArg(aArgs, 'name', null); - - if (!this._skipValidation) { - this._validateMapping(generated, original, source, name); - } - - if (source != null) { - source = String(source); - if (!this._sources.has(source)) { - this._sources.add(source); - } - } - - if (name != null) { - name = String(name); - if (!this._names.has(name)) { - this._names.add(name); - } - } - - this._mappings.add({ - generatedLine: generated.line, - generatedColumn: generated.column, - originalLine: original != null && original.line, - originalColumn: original != null && original.column, - source: source, - name: name - }); - }; - - /** - * Set the source content for a source file. - */ - SourceMapGenerator.prototype.setSourceContent = - function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { - var source = aSourceFile; - if (this._sourceRoot != null) { - source = util.relative(this._sourceRoot, source); - } - - if (aSourceContent != null) { - // Add the source content to the _sourcesContents map. - // Create a new _sourcesContents map if the property is null. - if (!this._sourcesContents) { - this._sourcesContents = Object.create(null); - } - this._sourcesContents[util.toSetString(source)] = aSourceContent; - } else if (this._sourcesContents) { - // Remove the source file from the _sourcesContents map. - // If the _sourcesContents map is empty, set the property to null. - delete this._sourcesContents[util.toSetString(source)]; - if (Object.keys(this._sourcesContents).length === 0) { - this._sourcesContents = null; - } - } - }; - - /** - * Applies the mappings of a sub-source-map for a specific source file to the - * source map being generated. Each mapping to the supplied source file is - * rewritten using the supplied source map. Note: The resolution for the - * resulting mappings is the minimium of this map and the supplied map. - * - * @param aSourceMapConsumer The source map to be applied. - * @param aSourceFile Optional. The filename of the source file. - * If omitted, SourceMapConsumer's file property will be used. - * @param aSourceMapPath Optional. The dirname of the path to the source map - * to be applied. If relative, it is relative to the SourceMapConsumer. - * This parameter is needed when the two source maps aren't in the same - * directory, and the source map to be applied contains relative source - * paths. If so, those relative source paths need to be rewritten - * relative to the SourceMapGenerator. - */ - SourceMapGenerator.prototype.applySourceMap = - function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { - var sourceFile = aSourceFile; - // If aSourceFile is omitted, we will use the file property of the SourceMap - if (aSourceFile == null) { - if (aSourceMapConsumer.file == null) { - throw new Error( - 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + - 'or the source map\'s "file" property. Both were omitted.' - ); - } - sourceFile = aSourceMapConsumer.file; - } - var sourceRoot = this._sourceRoot; - // Make "sourceFile" relative if an absolute Url is passed. - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - // Applying the SourceMap can add and remove items from the sources and - // the names array. - var newSources = new ArraySet(); - var newNames = new ArraySet(); - - // Find mappings for the "sourceFile" - this._mappings.unsortedForEach(function (mapping) { - if (mapping.source === sourceFile && mapping.originalLine != null) { - // Check if it can be mapped by the source map, then update the mapping. - var original = aSourceMapConsumer.originalPositionFor({ - line: mapping.originalLine, - column: mapping.originalColumn - }); - if (original.source != null) { - // Copy mapping - mapping.source = original.source; - if (aSourceMapPath != null) { - mapping.source = util.join(aSourceMapPath, mapping.source) - } - if (sourceRoot != null) { - mapping.source = util.relative(sourceRoot, mapping.source); - } - mapping.originalLine = original.line; - mapping.originalColumn = original.column; - if (original.name != null) { - mapping.name = original.name; - } - } - } - - var source = mapping.source; - if (source != null && !newSources.has(source)) { - newSources.add(source); - } - - var name = mapping.name; - if (name != null && !newNames.has(name)) { - newNames.add(name); - } - - }, this); - this._sources = newSources; - this._names = newNames; - - // Copy sourcesContents of applied map. - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aSourceMapPath != null) { - sourceFile = util.join(aSourceMapPath, sourceFile); - } - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - this.setSourceContent(sourceFile, content); - } - }, this); - }; - - /** - * A mapping can have one of the three levels of data: - * - * 1. Just the generated position. - * 2. The Generated position, original position, and original source. - * 3. Generated and original position, original source, as well as a name - * token. - * - * To maintain consistency, we validate that any new mapping being added falls - * in to one of these categories. - */ - SourceMapGenerator.prototype._validateMapping = - function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, - aName) { - // When aOriginal is truthy but has empty values for .line and .column, - // it is most likely a programmer error. In this case we throw a very - // specific error message to try to guide them the right way. - // For example: https://github.com/Polymer/polymer-bundler/pull/519 - if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { - throw new Error( - 'original.line and original.column are not numbers -- you probably meant to omit ' + - 'the original mapping entirely and only map the generated position. If so, pass ' + - 'null for the original mapping instead of an object with empty or null values.' - ); - } - - if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aGenerated.line > 0 && aGenerated.column >= 0 - && !aOriginal && !aSource && !aName) { - // Case 1. - return; - } - else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aOriginal && 'line' in aOriginal && 'column' in aOriginal - && aGenerated.line > 0 && aGenerated.column >= 0 - && aOriginal.line > 0 && aOriginal.column >= 0 - && aSource) { - // Cases 2 and 3. - return; - } - else { - throw new Error('Invalid mapping: ' + JSON.stringify({ - generated: aGenerated, - source: aSource, - original: aOriginal, - name: aName - })); - } - }; - - /** - * Serialize the accumulated mappings in to the stream of base 64 VLQs - * specified by the source map format. - */ - SourceMapGenerator.prototype._serializeMappings = - function SourceMapGenerator_serializeMappings() { - var previousGeneratedColumn = 0; - var previousGeneratedLine = 1; - var previousOriginalColumn = 0; - var previousOriginalLine = 0; - var previousName = 0; - var previousSource = 0; - var result = ''; - var next; - var mapping; - var nameIdx; - var sourceIdx; - - var mappings = this._mappings.toArray(); - for (var i = 0, len = mappings.length; i < len; i++) { - mapping = mappings[i]; - next = '' - - if (mapping.generatedLine !== previousGeneratedLine) { - previousGeneratedColumn = 0; - while (mapping.generatedLine !== previousGeneratedLine) { - next += ';'; - previousGeneratedLine++; - } - } - else { - if (i > 0) { - if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { - continue; - } - next += ','; - } - } - - next += base64VLQ.encode(mapping.generatedColumn - - previousGeneratedColumn); - previousGeneratedColumn = mapping.generatedColumn; - - if (mapping.source != null) { - sourceIdx = this._sources.indexOf(mapping.source); - next += base64VLQ.encode(sourceIdx - previousSource); - previousSource = sourceIdx; - - // lines are stored 0-based in SourceMap spec version 3 - next += base64VLQ.encode(mapping.originalLine - 1 - - previousOriginalLine); - previousOriginalLine = mapping.originalLine - 1; - - next += base64VLQ.encode(mapping.originalColumn - - previousOriginalColumn); - previousOriginalColumn = mapping.originalColumn; - - if (mapping.name != null) { - nameIdx = this._names.indexOf(mapping.name); - next += base64VLQ.encode(nameIdx - previousName); - previousName = nameIdx; - } - } - - result += next; - } - - return result; - }; - - SourceMapGenerator.prototype._generateSourcesContent = - function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { - return aSources.map(function (source) { - if (!this._sourcesContents) { - return null; - } - if (aSourceRoot != null) { - source = util.relative(aSourceRoot, source); - } - var key = util.toSetString(source); - return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) - ? this._sourcesContents[key] - : null; - }, this); - }; - - /** - * Externalize the source map. - */ - SourceMapGenerator.prototype.toJSON = - function SourceMapGenerator_toJSON() { - var map = { - version: this._version, - sources: this._sources.toArray(), - names: this._names.toArray(), - mappings: this._serializeMappings() - }; - if (this._file != null) { - map.file = this._file; - } - if (this._sourceRoot != null) { - map.sourceRoot = this._sourceRoot; - } - if (this._sourcesContents) { - map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); - } - - return map; - }; - - /** - * Render the source map being generated to a string. - */ - SourceMapGenerator.prototype.toString = - function SourceMapGenerator_toString() { - return JSON.stringify(this.toJSON()); - }; - - exports.SourceMapGenerator = SourceMapGenerator; - - -/***/ }), -/* 2 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - * - * Based on the Base 64 VLQ implementation in Closure Compiler: - * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java - * - * Copyright 2011 The Closure Compiler Authors. All rights reserved. - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials provided - * with the distribution. - * * Neither the name of Google Inc. nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - var base64 = __webpack_require__(3); - - // A single base 64 digit can contain 6 bits of data. For the base 64 variable - // length quantities we use in the source map spec, the first bit is the sign, - // the next four bits are the actual value, and the 6th bit is the - // continuation bit. The continuation bit tells us whether there are more - // digits in this value following this digit. - // - // Continuation - // | Sign - // | | - // V V - // 101011 - - var VLQ_BASE_SHIFT = 5; - - // binary: 100000 - var VLQ_BASE = 1 << VLQ_BASE_SHIFT; - - // binary: 011111 - var VLQ_BASE_MASK = VLQ_BASE - 1; - - // binary: 100000 - var VLQ_CONTINUATION_BIT = VLQ_BASE; - - /** - * Converts from a two-complement value to a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) - * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) - */ - function toVLQSigned(aValue) { - return aValue < 0 - ? ((-aValue) << 1) + 1 - : (aValue << 1) + 0; - } - - /** - * Converts to a two-complement value from a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 - * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 - */ - function fromVLQSigned(aValue) { - var isNegative = (aValue & 1) === 1; - var shifted = aValue >> 1; - return isNegative - ? -shifted - : shifted; - } - - /** - * Returns the base 64 VLQ encoded value. - */ - exports.encode = function base64VLQ_encode(aValue) { - var encoded = ""; - var digit; - - var vlq = toVLQSigned(aValue); - - do { - digit = vlq & VLQ_BASE_MASK; - vlq >>>= VLQ_BASE_SHIFT; - if (vlq > 0) { - // There are still more digits in this value, so we must make sure the - // continuation bit is marked. - digit |= VLQ_CONTINUATION_BIT; - } - encoded += base64.encode(digit); - } while (vlq > 0); - - return encoded; - }; - - /** - * Decodes the next base 64 VLQ value from the given string and returns the - * value and the rest of the string via the out parameter. - */ - exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { - var strLen = aStr.length; - var result = 0; - var shift = 0; - var continuation, digit; - - do { - if (aIndex >= strLen) { - throw new Error("Expected more digits in base 64 VLQ value."); - } - - digit = base64.decode(aStr.charCodeAt(aIndex++)); - if (digit === -1) { - throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); - } - - continuation = !!(digit & VLQ_CONTINUATION_BIT); - digit &= VLQ_BASE_MASK; - result = result + (digit << shift); - shift += VLQ_BASE_SHIFT; - } while (continuation); - - aOutParam.value = fromVLQSigned(result); - aOutParam.rest = aIndex; - }; - - -/***/ }), -/* 3 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); - - /** - * Encode an integer in the range of 0 to 63 to a single base 64 digit. - */ - exports.encode = function (number) { - if (0 <= number && number < intToCharMap.length) { - return intToCharMap[number]; - } - throw new TypeError("Must be between 0 and 63: " + number); - }; - - /** - * Decode a single base 64 character code digit to an integer. Returns -1 on - * failure. - */ - exports.decode = function (charCode) { - var bigA = 65; // 'A' - var bigZ = 90; // 'Z' - - var littleA = 97; // 'a' - var littleZ = 122; // 'z' - - var zero = 48; // '0' - var nine = 57; // '9' - - var plus = 43; // '+' - var slash = 47; // '/' - - var littleOffset = 26; - var numberOffset = 52; - - // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ - if (bigA <= charCode && charCode <= bigZ) { - return (charCode - bigA); - } - - // 26 - 51: abcdefghijklmnopqrstuvwxyz - if (littleA <= charCode && charCode <= littleZ) { - return (charCode - littleA + littleOffset); - } - - // 52 - 61: 0123456789 - if (zero <= charCode && charCode <= nine) { - return (charCode - zero + numberOffset); - } - - // 62: + - if (charCode == plus) { - return 62; - } - - // 63: / - if (charCode == slash) { - return 63; - } - - // Invalid base64 digit. - return -1; - }; - - -/***/ }), -/* 4 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - /** - * This is a helper function for getting values from parameter/options - * objects. - * - * @param args The object we are extracting values from - * @param name The name of the property we are getting. - * @param defaultValue An optional value to return if the property is missing - * from the object. If this is not specified and the property is missing, an - * error will be thrown. - */ - function getArg(aArgs, aName, aDefaultValue) { - if (aName in aArgs) { - return aArgs[aName]; - } else if (arguments.length === 3) { - return aDefaultValue; - } else { - throw new Error('"' + aName + '" is a required argument.'); - } - } - exports.getArg = getArg; - - var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; - var dataUrlRegexp = /^data:.+\,.+$/; - - function urlParse(aUrl) { - var match = aUrl.match(urlRegexp); - if (!match) { - return null; - } - return { - scheme: match[1], - auth: match[2], - host: match[3], - port: match[4], - path: match[5] - }; - } - exports.urlParse = urlParse; - - function urlGenerate(aParsedUrl) { - var url = ''; - if (aParsedUrl.scheme) { - url += aParsedUrl.scheme + ':'; - } - url += '//'; - if (aParsedUrl.auth) { - url += aParsedUrl.auth + '@'; - } - if (aParsedUrl.host) { - url += aParsedUrl.host; - } - if (aParsedUrl.port) { - url += ":" + aParsedUrl.port - } - if (aParsedUrl.path) { - url += aParsedUrl.path; - } - return url; - } - exports.urlGenerate = urlGenerate; - - /** - * Normalizes a path, or the path portion of a URL: - * - * - Replaces consecutive slashes with one slash. - * - Removes unnecessary '.' parts. - * - Removes unnecessary '/..' parts. - * - * Based on code in the Node.js 'path' core module. - * - * @param aPath The path or url to normalize. - */ - function normalize(aPath) { - var path = aPath; - var url = urlParse(aPath); - if (url) { - if (!url.path) { - return aPath; - } - path = url.path; - } - var isAbsolute = exports.isAbsolute(path); - - var parts = path.split(/\/+/); - for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { - part = parts[i]; - if (part === '.') { - parts.splice(i, 1); - } else if (part === '..') { - up++; - } else if (up > 0) { - if (part === '') { - // The first part is blank if the path is absolute. Trying to go - // above the root is a no-op. Therefore we can remove all '..' parts - // directly after the root. - parts.splice(i + 1, up); - up = 0; - } else { - parts.splice(i, 2); - up--; - } - } - } - path = parts.join('/'); - - if (path === '') { - path = isAbsolute ? '/' : '.'; - } - - if (url) { - url.path = path; - return urlGenerate(url); - } - return path; - } - exports.normalize = normalize; - - /** - * Joins two paths/URLs. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be joined with the root. - * - * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a - * scheme-relative URL: Then the scheme of aRoot, if any, is prepended - * first. - * - Otherwise aPath is a path. If aRoot is a URL, then its path portion - * is updated with the result and aRoot is returned. Otherwise the result - * is returned. - * - If aPath is absolute, the result is aPath. - * - Otherwise the two paths are joined with a slash. - * - Joining for example 'http://' and 'www.example.com' is also supported. - */ - function join(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - if (aPath === "") { - aPath = "."; - } - var aPathUrl = urlParse(aPath); - var aRootUrl = urlParse(aRoot); - if (aRootUrl) { - aRoot = aRootUrl.path || '/'; - } - - // `join(foo, '//www.example.org')` - if (aPathUrl && !aPathUrl.scheme) { - if (aRootUrl) { - aPathUrl.scheme = aRootUrl.scheme; - } - return urlGenerate(aPathUrl); - } - - if (aPathUrl || aPath.match(dataUrlRegexp)) { - return aPath; - } - - // `join('http://', 'www.example.com')` - if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { - aRootUrl.host = aPath; - return urlGenerate(aRootUrl); - } - - var joined = aPath.charAt(0) === '/' - ? aPath - : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); - - if (aRootUrl) { - aRootUrl.path = joined; - return urlGenerate(aRootUrl); - } - return joined; - } - exports.join = join; - - exports.isAbsolute = function (aPath) { - return aPath.charAt(0) === '/' || urlRegexp.test(aPath); - }; - - /** - * Make a path relative to a URL or another path. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be made relative to aRoot. - */ - function relative(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - - aRoot = aRoot.replace(/\/$/, ''); - - // It is possible for the path to be above the root. In this case, simply - // checking whether the root is a prefix of the path won't work. Instead, we - // need to remove components from the root one by one, until either we find - // a prefix that fits, or we run out of components to remove. - var level = 0; - while (aPath.indexOf(aRoot + '/') !== 0) { - var index = aRoot.lastIndexOf("/"); - if (index < 0) { - return aPath; - } - - // If the only part of the root that is left is the scheme (i.e. http://, - // file:///, etc.), one or more slashes (/), or simply nothing at all, we - // have exhausted all components, so the path is not relative to the root. - aRoot = aRoot.slice(0, index); - if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { - return aPath; - } - - ++level; - } - - // Make sure we add a "../" for each component we removed from the root. - return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); - } - exports.relative = relative; - - var supportsNullProto = (function () { - var obj = Object.create(null); - return !('__proto__' in obj); - }()); - - function identity (s) { - return s; - } - - /** - * Because behavior goes wacky when you set `__proto__` on objects, we - * have to prefix all the strings in our set with an arbitrary character. - * - * See https://github.com/mozilla/source-map/pull/31 and - * https://github.com/mozilla/source-map/issues/30 - * - * @param String aStr - */ - function toSetString(aStr) { - if (isProtoString(aStr)) { - return '$' + aStr; - } - - return aStr; - } - exports.toSetString = supportsNullProto ? identity : toSetString; - - function fromSetString(aStr) { - if (isProtoString(aStr)) { - return aStr.slice(1); - } - - return aStr; - } - exports.fromSetString = supportsNullProto ? identity : fromSetString; - - function isProtoString(s) { - if (!s) { - return false; - } - - var length = s.length; - - if (length < 9 /* "__proto__".length */) { - return false; - } - - if (s.charCodeAt(length - 1) !== 95 /* '_' */ || - s.charCodeAt(length - 2) !== 95 /* '_' */ || - s.charCodeAt(length - 3) !== 111 /* 'o' */ || - s.charCodeAt(length - 4) !== 116 /* 't' */ || - s.charCodeAt(length - 5) !== 111 /* 'o' */ || - s.charCodeAt(length - 6) !== 114 /* 'r' */ || - s.charCodeAt(length - 7) !== 112 /* 'p' */ || - s.charCodeAt(length - 8) !== 95 /* '_' */ || - s.charCodeAt(length - 9) !== 95 /* '_' */) { - return false; - } - - for (var i = length - 10; i >= 0; i--) { - if (s.charCodeAt(i) !== 36 /* '$' */) { - return false; - } - } - - return true; - } - - /** - * Comparator between two mappings where the original positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same original source/line/column, but different generated - * line and column the same. Useful when searching for a mapping with a - * stubbed out mapping. - */ - function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { - var cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0 || onlyCompareOriginal) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); - } - exports.compareByOriginalPositions = compareByOriginalPositions; - - /** - * Comparator between two mappings with deflated source and name indices where - * the generated positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same generated line and column, but different - * source/name/original line and column the same. Useful when searching for a - * mapping with a stubbed out mapping. - */ - function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0 || onlyCompareGenerated) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); - } - exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; - - function strcmp(aStr1, aStr2) { - if (aStr1 === aStr2) { - return 0; - } - - if (aStr1 === null) { - return 1; // aStr2 !== null - } - - if (aStr2 === null) { - return -1; // aStr1 !== null - } - - if (aStr1 > aStr2) { - return 1; - } - - return -1; - } - - /** - * Comparator between two mappings with inflated source and name strings where - * the generated positions are compared. - */ - function compareByGeneratedPositionsInflated(mappingA, mappingB) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); - } - exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; - - /** - * Strip any JSON XSSI avoidance prefix from the string (as documented - * in the source maps specification), and then parse the string as - * JSON. - */ - function parseSourceMapInput(str) { - return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); - } - exports.parseSourceMapInput = parseSourceMapInput; - - /** - * Compute the URL of a source given the the source root, the source's - * URL, and the source map's URL. - */ - function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { - sourceURL = sourceURL || ''; - - if (sourceRoot) { - // This follows what Chrome does. - if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { - sourceRoot += '/'; - } - // The spec says: - // Line 4: An optional source root, useful for relocating source - // files on a server or removing repeated values in the - // “sources” entry. This value is prepended to the individual - // entries in the “source” field. - sourceURL = sourceRoot + sourceURL; - } - - // Historically, SourceMapConsumer did not take the sourceMapURL as - // a parameter. This mode is still somewhat supported, which is why - // this code block is conditional. However, it's preferable to pass - // the source map URL to SourceMapConsumer, so that this function - // can implement the source URL resolution algorithm as outlined in - // the spec. This block is basically the equivalent of: - // new URL(sourceURL, sourceMapURL).toString() - // ... except it avoids using URL, which wasn't available in the - // older releases of node still supported by this library. - // - // The spec says: - // If the sources are not absolute URLs after prepending of the - // “sourceRoot”, the sources are resolved relative to the - // SourceMap (like resolving script src in a html document). - if (sourceMapURL) { - var parsed = urlParse(sourceMapURL); - if (!parsed) { - throw new Error("sourceMapURL could not be parsed"); - } - if (parsed.path) { - // Strip the last path component, but keep the "/". - var index = parsed.path.lastIndexOf('/'); - if (index >= 0) { - parsed.path = parsed.path.substring(0, index + 1); - } - } - sourceURL = join(urlGenerate(parsed), sourceURL); - } - - return normalize(sourceURL); - } - exports.computeSourceURL = computeSourceURL; - - -/***/ }), -/* 5 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - var has = Object.prototype.hasOwnProperty; - var hasNativeMap = typeof Map !== "undefined"; - - /** - * A data structure which is a combination of an array and a set. Adding a new - * member is O(1), testing for membership is O(1), and finding the index of an - * element is O(1). Removing elements from the set is not supported. Only - * strings are supported for membership. - */ - function ArraySet() { - this._array = []; - this._set = hasNativeMap ? new Map() : Object.create(null); - } - - /** - * Static method for creating ArraySet instances from an existing array. - */ - ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { - var set = new ArraySet(); - for (var i = 0, len = aArray.length; i < len; i++) { - set.add(aArray[i], aAllowDuplicates); - } - return set; - }; - - /** - * Return how many unique items are in this ArraySet. If duplicates have been - * added, than those do not count towards the size. - * - * @returns Number - */ - ArraySet.prototype.size = function ArraySet_size() { - return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; - }; - - /** - * Add the given string to this set. - * - * @param String aStr - */ - ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { - var sStr = hasNativeMap ? aStr : util.toSetString(aStr); - var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); - var idx = this._array.length; - if (!isDuplicate || aAllowDuplicates) { - this._array.push(aStr); - } - if (!isDuplicate) { - if (hasNativeMap) { - this._set.set(aStr, idx); - } else { - this._set[sStr] = idx; - } - } - }; - - /** - * Is the given string a member of this set? - * - * @param String aStr - */ - ArraySet.prototype.has = function ArraySet_has(aStr) { - if (hasNativeMap) { - return this._set.has(aStr); - } else { - var sStr = util.toSetString(aStr); - return has.call(this._set, sStr); - } - }; - - /** - * What is the index of the given string in the array? - * - * @param String aStr - */ - ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { - if (hasNativeMap) { - var idx = this._set.get(aStr); - if (idx >= 0) { - return idx; - } - } else { - var sStr = util.toSetString(aStr); - if (has.call(this._set, sStr)) { - return this._set[sStr]; - } - } - - throw new Error('"' + aStr + '" is not in the set.'); - }; - - /** - * What is the element at the given index? - * - * @param Number aIdx - */ - ArraySet.prototype.at = function ArraySet_at(aIdx) { - if (aIdx >= 0 && aIdx < this._array.length) { - return this._array[aIdx]; - } - throw new Error('No element indexed by ' + aIdx); - }; - - /** - * Returns the array representation of this set (which has the proper indices - * indicated by indexOf). Note that this is a copy of the internal array used - * for storing the members so that no one can mess with internal state. - */ - ArraySet.prototype.toArray = function ArraySet_toArray() { - return this._array.slice(); - }; - - exports.ArraySet = ArraySet; - - -/***/ }), -/* 6 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2014 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - - /** - * Determine whether mappingB is after mappingA with respect to generated - * position. - */ - function generatedPositionAfter(mappingA, mappingB) { - // Optimized for most common case - var lineA = mappingA.generatedLine; - var lineB = mappingB.generatedLine; - var columnA = mappingA.generatedColumn; - var columnB = mappingB.generatedColumn; - return lineB > lineA || lineB == lineA && columnB >= columnA || - util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; - } - - /** - * A data structure to provide a sorted view of accumulated mappings in a - * performance conscious manner. It trades a neglibable overhead in general - * case for a large speedup in case of mappings being added in order. - */ - function MappingList() { - this._array = []; - this._sorted = true; - // Serves as infimum - this._last = {generatedLine: -1, generatedColumn: 0}; - } - - /** - * Iterate through internal items. This method takes the same arguments that - * `Array.prototype.forEach` takes. - * - * NOTE: The order of the mappings is NOT guaranteed. - */ - MappingList.prototype.unsortedForEach = - function MappingList_forEach(aCallback, aThisArg) { - this._array.forEach(aCallback, aThisArg); - }; - - /** - * Add the given source mapping. - * - * @param Object aMapping - */ - MappingList.prototype.add = function MappingList_add(aMapping) { - if (generatedPositionAfter(this._last, aMapping)) { - this._last = aMapping; - this._array.push(aMapping); - } else { - this._sorted = false; - this._array.push(aMapping); - } - }; - - /** - * Returns the flat, sorted array of mappings. The mappings are sorted by - * generated position. - * - * WARNING: This method returns internal data without copying, for - * performance. The return value must NOT be mutated, and should be treated as - * an immutable borrow. If you want to take ownership, you must make your own - * copy. - */ - MappingList.prototype.toArray = function MappingList_toArray() { - if (!this._sorted) { - this._array.sort(util.compareByGeneratedPositionsInflated); - this._sorted = true; - } - return this._array; - }; - - exports.MappingList = MappingList; - - -/***/ }), -/* 7 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - var binarySearch = __webpack_require__(8); - var ArraySet = __webpack_require__(5).ArraySet; - var base64VLQ = __webpack_require__(2); - var quickSort = __webpack_require__(9).quickSort; - - function SourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - return sourceMap.sections != null - ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) - : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); - } - - SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { - return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); - } - - /** - * The version of the source mapping spec that we are consuming. - */ - SourceMapConsumer.prototype._version = 3; - - // `__generatedMappings` and `__originalMappings` are arrays that hold the - // parsed mapping coordinates from the source map's "mappings" attribute. They - // are lazily instantiated, accessed via the `_generatedMappings` and - // `_originalMappings` getters respectively, and we only parse the mappings - // and create these arrays once queried for a source location. We jump through - // these hoops because there can be many thousands of mappings, and parsing - // them is expensive, so we only want to do it if we must. - // - // Each object in the arrays is of the form: - // - // { - // generatedLine: The line number in the generated code, - // generatedColumn: The column number in the generated code, - // source: The path to the original source file that generated this - // chunk of code, - // originalLine: The line number in the original source that - // corresponds to this chunk of generated code, - // originalColumn: The column number in the original source that - // corresponds to this chunk of generated code, - // name: The name of the original symbol which generated this chunk of - // code. - // } - // - // All properties except for `generatedLine` and `generatedColumn` can be - // `null`. - // - // `_generatedMappings` is ordered by the generated positions. - // - // `_originalMappings` is ordered by the original positions. - - SourceMapConsumer.prototype.__generatedMappings = null; - Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { - configurable: true, - enumerable: true, - get: function () { - if (!this.__generatedMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__generatedMappings; - } - }); - - SourceMapConsumer.prototype.__originalMappings = null; - Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { - configurable: true, - enumerable: true, - get: function () { - if (!this.__originalMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__originalMappings; - } - }); - - SourceMapConsumer.prototype._charIsMappingSeparator = - function SourceMapConsumer_charIsMappingSeparator(aStr, index) { - var c = aStr.charAt(index); - return c === ";" || c === ","; - }; - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - SourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - throw new Error("Subclasses must implement _parseMappings"); - }; - - SourceMapConsumer.GENERATED_ORDER = 1; - SourceMapConsumer.ORIGINAL_ORDER = 2; - - SourceMapConsumer.GREATEST_LOWER_BOUND = 1; - SourceMapConsumer.LEAST_UPPER_BOUND = 2; - - /** - * Iterate over each mapping between an original source/line/column and a - * generated line/column in this source map. - * - * @param Function aCallback - * The function that is called with each mapping. - * @param Object aContext - * Optional. If specified, this object will be the value of `this` every - * time that `aCallback` is called. - * @param aOrder - * Either `SourceMapConsumer.GENERATED_ORDER` or - * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to - * iterate over the mappings sorted by the generated file's line/column - * order or the original's source/line/column order, respectively. Defaults to - * `SourceMapConsumer.GENERATED_ORDER`. - */ - SourceMapConsumer.prototype.eachMapping = - function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { - var context = aContext || null; - var order = aOrder || SourceMapConsumer.GENERATED_ORDER; - - var mappings; - switch (order) { - case SourceMapConsumer.GENERATED_ORDER: - mappings = this._generatedMappings; - break; - case SourceMapConsumer.ORIGINAL_ORDER: - mappings = this._originalMappings; - break; - default: - throw new Error("Unknown order of iteration."); - } - - var sourceRoot = this.sourceRoot; - mappings.map(function (mapping) { - var source = mapping.source === null ? null : this._sources.at(mapping.source); - source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); - return { - source: source, - generatedLine: mapping.generatedLine, - generatedColumn: mapping.generatedColumn, - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: mapping.name === null ? null : this._names.at(mapping.name) - }; - }, this).forEach(aCallback, context); - }; - - /** - * Returns all generated line and column information for the original source, - * line, and column provided. If no column is provided, returns all mappings - * corresponding to a either the line we are searching for or the next - * closest line that has any mappings. Otherwise, returns all mappings - * corresponding to the given line and either the column we are searching for - * or the next closest column that has any offsets. - * - * The only argument is an object with the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number is 1-based. - * - column: Optional. the column number in the original source. - * The column number is 0-based. - * - * and an array of objects is returned, each with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ - SourceMapConsumer.prototype.allGeneratedPositionsFor = - function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { - var line = util.getArg(aArgs, 'line'); - - // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping - // returns the index of the closest mapping less than the needle. By - // setting needle.originalColumn to 0, we thus find the last mapping for - // the given line, provided such a mapping exists. - var needle = { - source: util.getArg(aArgs, 'source'), - originalLine: line, - originalColumn: util.getArg(aArgs, 'column', 0) - }; - - needle.source = this._findSourceIndex(needle.source); - if (needle.source < 0) { - return []; - } - - var mappings = []; - - var index = this._findMapping(needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - binarySearch.LEAST_UPPER_BOUND); - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (aArgs.column === undefined) { - var originalLine = mapping.originalLine; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we found. Since - // mappings are sorted, this is guaranteed to find all mappings for - // the line we found. - while (mapping && mapping.originalLine === originalLine) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } else { - var originalColumn = mapping.originalColumn; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we were searching for. - // Since mappings are sorted, this is guaranteed to find all mappings for - // the line we are searching for. - while (mapping && - mapping.originalLine === line && - mapping.originalColumn == originalColumn) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } - } - - return mappings; - }; - - exports.SourceMapConsumer = SourceMapConsumer; - - /** - * A BasicSourceMapConsumer instance represents a parsed source map which we can - * query for information about the original file positions by giving it a file - * position in the generated source. - * - * The first parameter is the raw source map (either as a JSON string, or - * already parsed to an object). According to the spec, source maps have the - * following attributes: - * - * - version: Which version of the source map spec this map is following. - * - sources: An array of URLs to the original source files. - * - names: An array of identifiers which can be referrenced by individual mappings. - * - sourceRoot: Optional. The URL root from which all sources are relative. - * - sourcesContent: Optional. An array of contents of the original source files. - * - mappings: A string of base64 VLQs which contain the actual mappings. - * - file: Optional. The generated file this source map is associated with. - * - * Here is an example source map, taken from the source map spec[0]: - * - * { - * version : 3, - * file: "out.js", - * sourceRoot : "", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AA,AB;;ABCDE;" - * } - * - * The second parameter, if given, is a string whose value is the URL - * at which the source map was found. This URL is used to compute the - * sources array. - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# - */ - function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - var version = util.getArg(sourceMap, 'version'); - var sources = util.getArg(sourceMap, 'sources'); - // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which - // requires the array) to play nice here. - var names = util.getArg(sourceMap, 'names', []); - var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); - var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); - var mappings = util.getArg(sourceMap, 'mappings'); - var file = util.getArg(sourceMap, 'file', null); - - // Once again, Sass deviates from the spec and supplies the version as a - // string rather than a number, so we use loose equality checking here. - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - if (sourceRoot) { - sourceRoot = util.normalize(sourceRoot); - } - - sources = sources - .map(String) - // Some source maps produce relative source paths like "./foo.js" instead of - // "foo.js". Normalize these first so that future comparisons will succeed. - // See bugzil.la/1090768. - .map(util.normalize) - // Always ensure that absolute sources are internally stored relative to - // the source root, if the source root is absolute. Not doing this would - // be particularly problematic when the source root is a prefix of the - // source (valid, but why??). See github issue #199 and bugzil.la/1188982. - .map(function (source) { - return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) - ? util.relative(sourceRoot, source) - : source; - }); - - // Pass `true` below to allow duplicate names and sources. While source maps - // are intended to be compressed and deduplicated, the TypeScript compiler - // sometimes generates source maps with duplicates in them. See Github issue - // #72 and bugzil.la/889492. - this._names = ArraySet.fromArray(names.map(String), true); - this._sources = ArraySet.fromArray(sources, true); - - this._absoluteSources = this._sources.toArray().map(function (s) { - return util.computeSourceURL(sourceRoot, s, aSourceMapURL); - }); - - this.sourceRoot = sourceRoot; - this.sourcesContent = sourcesContent; - this._mappings = mappings; - this._sourceMapURL = aSourceMapURL; - this.file = file; - } - - BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); - BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; - - /** - * Utility function to find the index of a source. Returns -1 if not - * found. - */ - BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { - var relativeSource = aSource; - if (this.sourceRoot != null) { - relativeSource = util.relative(this.sourceRoot, relativeSource); - } - - if (this._sources.has(relativeSource)) { - return this._sources.indexOf(relativeSource); - } - - // Maybe aSource is an absolute URL as returned by |sources|. In - // this case we can't simply undo the transform. - var i; - for (i = 0; i < this._absoluteSources.length; ++i) { - if (this._absoluteSources[i] == aSource) { - return i; - } - } - - return -1; - }; - - /** - * Create a BasicSourceMapConsumer from a SourceMapGenerator. - * - * @param SourceMapGenerator aSourceMap - * The source map that will be consumed. - * @param String aSourceMapURL - * The URL at which the source map can be found (optional) - * @returns BasicSourceMapConsumer - */ - BasicSourceMapConsumer.fromSourceMap = - function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { - var smc = Object.create(BasicSourceMapConsumer.prototype); - - var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); - var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); - smc.sourceRoot = aSourceMap._sourceRoot; - smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), - smc.sourceRoot); - smc.file = aSourceMap._file; - smc._sourceMapURL = aSourceMapURL; - smc._absoluteSources = smc._sources.toArray().map(function (s) { - return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); - }); - - // Because we are modifying the entries (by converting string sources and - // names to indices into the sources and names ArraySets), we have to make - // a copy of the entry or else bad things happen. Shared mutable state - // strikes again! See github issue #191. - - var generatedMappings = aSourceMap._mappings.toArray().slice(); - var destGeneratedMappings = smc.__generatedMappings = []; - var destOriginalMappings = smc.__originalMappings = []; - - for (var i = 0, length = generatedMappings.length; i < length; i++) { - var srcMapping = generatedMappings[i]; - var destMapping = new Mapping; - destMapping.generatedLine = srcMapping.generatedLine; - destMapping.generatedColumn = srcMapping.generatedColumn; - - if (srcMapping.source) { - destMapping.source = sources.indexOf(srcMapping.source); - destMapping.originalLine = srcMapping.originalLine; - destMapping.originalColumn = srcMapping.originalColumn; - - if (srcMapping.name) { - destMapping.name = names.indexOf(srcMapping.name); - } - - destOriginalMappings.push(destMapping); - } - - destGeneratedMappings.push(destMapping); - } - - quickSort(smc.__originalMappings, util.compareByOriginalPositions); - - return smc; - }; - - /** - * The version of the source mapping spec that we are consuming. - */ - BasicSourceMapConsumer.prototype._version = 3; - - /** - * The list of original sources. - */ - Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { - get: function () { - return this._absoluteSources.slice(); - } - }); - - /** - * Provide the JIT with a nice shape / hidden class. - */ - function Mapping() { - this.generatedLine = 0; - this.generatedColumn = 0; - this.source = null; - this.originalLine = null; - this.originalColumn = null; - this.name = null; - } - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - BasicSourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - var generatedLine = 1; - var previousGeneratedColumn = 0; - var previousOriginalLine = 0; - var previousOriginalColumn = 0; - var previousSource = 0; - var previousName = 0; - var length = aStr.length; - var index = 0; - var cachedSegments = {}; - var temp = {}; - var originalMappings = []; - var generatedMappings = []; - var mapping, str, segment, end, value; - - while (index < length) { - if (aStr.charAt(index) === ';') { - generatedLine++; - index++; - previousGeneratedColumn = 0; - } - else if (aStr.charAt(index) === ',') { - index++; - } - else { - mapping = new Mapping(); - mapping.generatedLine = generatedLine; - - // Because each offset is encoded relative to the previous one, - // many segments often have the same encoding. We can exploit this - // fact by caching the parsed variable length fields of each segment, - // allowing us to avoid a second parse if we encounter the same - // segment again. - for (end = index; end < length; end++) { - if (this._charIsMappingSeparator(aStr, end)) { - break; - } - } - str = aStr.slice(index, end); - - segment = cachedSegments[str]; - if (segment) { - index += str.length; - } else { - segment = []; - while (index < end) { - base64VLQ.decode(aStr, index, temp); - value = temp.value; - index = temp.rest; - segment.push(value); - } - - if (segment.length === 2) { - throw new Error('Found a source, but no line and column'); - } - - if (segment.length === 3) { - throw new Error('Found a source and line, but no column'); - } - - cachedSegments[str] = segment; - } - - // Generated column. - mapping.generatedColumn = previousGeneratedColumn + segment[0]; - previousGeneratedColumn = mapping.generatedColumn; - - if (segment.length > 1) { - // Original source. - mapping.source = previousSource + segment[1]; - previousSource += segment[1]; - - // Original line. - mapping.originalLine = previousOriginalLine + segment[2]; - previousOriginalLine = mapping.originalLine; - // Lines are stored 0-based - mapping.originalLine += 1; - - // Original column. - mapping.originalColumn = previousOriginalColumn + segment[3]; - previousOriginalColumn = mapping.originalColumn; - - if (segment.length > 4) { - // Original name. - mapping.name = previousName + segment[4]; - previousName += segment[4]; - } - } - - generatedMappings.push(mapping); - if (typeof mapping.originalLine === 'number') { - originalMappings.push(mapping); - } - } - } - - quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); - this.__generatedMappings = generatedMappings; - - quickSort(originalMappings, util.compareByOriginalPositions); - this.__originalMappings = originalMappings; - }; - - /** - * Find the mapping that best matches the hypothetical "needle" mapping that - * we are searching for in the given "haystack" of mappings. - */ - BasicSourceMapConsumer.prototype._findMapping = - function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, - aColumnName, aComparator, aBias) { - // To return the position we are searching for, we must first find the - // mapping for the given position and then return the opposite position it - // points to. Because the mappings are sorted, we can use binary search to - // find the best mapping. - - if (aNeedle[aLineName] <= 0) { - throw new TypeError('Line must be greater than or equal to 1, got ' - + aNeedle[aLineName]); - } - if (aNeedle[aColumnName] < 0) { - throw new TypeError('Column must be greater than or equal to 0, got ' - + aNeedle[aColumnName]); - } - - return binarySearch.search(aNeedle, aMappings, aComparator, aBias); - }; - - /** - * Compute the last column for each generated mapping. The last column is - * inclusive. - */ - BasicSourceMapConsumer.prototype.computeColumnSpans = - function SourceMapConsumer_computeColumnSpans() { - for (var index = 0; index < this._generatedMappings.length; ++index) { - var mapping = this._generatedMappings[index]; - - // Mappings do not contain a field for the last generated columnt. We - // can come up with an optimistic estimate, however, by assuming that - // mappings are contiguous (i.e. given two consecutive mappings, the - // first mapping ends where the second one starts). - if (index + 1 < this._generatedMappings.length) { - var nextMapping = this._generatedMappings[index + 1]; - - if (mapping.generatedLine === nextMapping.generatedLine) { - mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; - continue; - } - } - - // The last mapping for each line spans the entire line. - mapping.lastGeneratedColumn = Infinity; - } - }; - - /** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. The line number - * is 1-based. - * - column: The column number in the generated source. The column - * number is 0-based. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. The - * line number is 1-based. - * - column: The column number in the original source, or null. The - * column number is 0-based. - * - name: The original identifier, or null. - */ - BasicSourceMapConsumer.prototype.originalPositionFor = - function SourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._generatedMappings, - "generatedLine", - "generatedColumn", - util.compareByGeneratedPositionsDeflated, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._generatedMappings[index]; - - if (mapping.generatedLine === needle.generatedLine) { - var source = util.getArg(mapping, 'source', null); - if (source !== null) { - source = this._sources.at(source); - source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); - } - var name = util.getArg(mapping, 'name', null); - if (name !== null) { - name = this._names.at(name); - } - return { - source: source, - line: util.getArg(mapping, 'originalLine', null), - column: util.getArg(mapping, 'originalColumn', null), - name: name - }; - } - } - - return { - source: null, - line: null, - column: null, - name: null - }; - }; - - /** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ - BasicSourceMapConsumer.prototype.hasContentsOfAllSources = - function BasicSourceMapConsumer_hasContentsOfAllSources() { - if (!this.sourcesContent) { - return false; - } - return this.sourcesContent.length >= this._sources.size() && - !this.sourcesContent.some(function (sc) { return sc == null; }); - }; - - /** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ - BasicSourceMapConsumer.prototype.sourceContentFor = - function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - if (!this.sourcesContent) { - return null; - } - - var index = this._findSourceIndex(aSource); - if (index >= 0) { - return this.sourcesContent[index]; - } - - var relativeSource = aSource; - if (this.sourceRoot != null) { - relativeSource = util.relative(this.sourceRoot, relativeSource); - } - - var url; - if (this.sourceRoot != null - && (url = util.urlParse(this.sourceRoot))) { - // XXX: file:// URIs and absolute paths lead to unexpected behavior for - // many users. We can help them out when they expect file:// URIs to - // behave like it would if they were running a local HTTP server. See - // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. - var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); - if (url.scheme == "file" - && this._sources.has(fileUriAbsPath)) { - return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] - } - - if ((!url.path || url.path == "/") - && this._sources.has("/" + relativeSource)) { - return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; - } - } - - // This function is used recursively from - // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we - // don't want to throw if we can't find the source - we just want to - // return null, so we provide a flag to exit gracefully. - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + relativeSource + '" is not in the SourceMap.'); - } - }; - - /** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number - * is 1-based. - * - column: The column number in the original source. The column - * number is 0-based. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ - BasicSourceMapConsumer.prototype.generatedPositionFor = - function SourceMapConsumer_generatedPositionFor(aArgs) { - var source = util.getArg(aArgs, 'source'); - source = this._findSourceIndex(source); - if (source < 0) { - return { - line: null, - column: null, - lastColumn: null - }; - } - - var needle = { - source: source, - originalLine: util.getArg(aArgs, 'line'), - originalColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (mapping.source === needle.source) { - return { - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }; - } - } - - return { - line: null, - column: null, - lastColumn: null - }; - }; - - exports.BasicSourceMapConsumer = BasicSourceMapConsumer; - - /** - * An IndexedSourceMapConsumer instance represents a parsed source map which - * we can query for information. It differs from BasicSourceMapConsumer in - * that it takes "indexed" source maps (i.e. ones with a "sections" field) as - * input. - * - * The first parameter is a raw source map (either as a JSON string, or already - * parsed to an object). According to the spec for indexed source maps, they - * have the following attributes: - * - * - version: Which version of the source map spec this map is following. - * - file: Optional. The generated file this source map is associated with. - * - sections: A list of section definitions. - * - * Each value under the "sections" field has two fields: - * - offset: The offset into the original specified at which this section - * begins to apply, defined as an object with a "line" and "column" - * field. - * - map: A source map definition. This source map could also be indexed, - * but doesn't have to be. - * - * Instead of the "map" field, it's also possible to have a "url" field - * specifying a URL to retrieve a source map from, but that's currently - * unsupported. - * - * Here's an example source map, taken from the source map spec[0], but - * modified to omit a section which uses the "url" field. - * - * { - * version : 3, - * file: "app.js", - * sections: [{ - * offset: {line:100, column:10}, - * map: { - * version : 3, - * file: "section.js", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AAAA,E;;ABCDE;" - * } - * }], - * } - * - * The second parameter, if given, is a string whose value is the URL - * at which the source map was found. This URL is used to compute the - * sources array. - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt - */ - function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - var version = util.getArg(sourceMap, 'version'); - var sections = util.getArg(sourceMap, 'sections'); - - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - this._sources = new ArraySet(); - this._names = new ArraySet(); - - var lastOffset = { - line: -1, - column: 0 - }; - this._sections = sections.map(function (s) { - if (s.url) { - // The url field will require support for asynchronicity. - // See https://github.com/mozilla/source-map/issues/16 - throw new Error('Support for url field in sections not implemented.'); - } - var offset = util.getArg(s, 'offset'); - var offsetLine = util.getArg(offset, 'line'); - var offsetColumn = util.getArg(offset, 'column'); - - if (offsetLine < lastOffset.line || - (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { - throw new Error('Section offsets must be ordered and non-overlapping.'); - } - lastOffset = offset; - - return { - generatedOffset: { - // The offset fields are 0-based, but we use 1-based indices when - // encoding/decoding from VLQ. - generatedLine: offsetLine + 1, - generatedColumn: offsetColumn + 1 - }, - consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) - } - }); - } - - IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); - IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; - - /** - * The version of the source mapping spec that we are consuming. - */ - IndexedSourceMapConsumer.prototype._version = 3; - - /** - * The list of original sources. - */ - Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { - get: function () { - var sources = []; - for (var i = 0; i < this._sections.length; i++) { - for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { - sources.push(this._sections[i].consumer.sources[j]); - } - } - return sources; - } - }); - - /** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. The line number - * is 1-based. - * - column: The column number in the generated source. The column - * number is 0-based. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. The - * line number is 1-based. - * - column: The column number in the original source, or null. The - * column number is 0-based. - * - name: The original identifier, or null. - */ - IndexedSourceMapConsumer.prototype.originalPositionFor = - function IndexedSourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - // Find the section containing the generated position we're trying to map - // to an original position. - var sectionIndex = binarySearch.search(needle, this._sections, - function(needle, section) { - var cmp = needle.generatedLine - section.generatedOffset.generatedLine; - if (cmp) { - return cmp; - } - - return (needle.generatedColumn - - section.generatedOffset.generatedColumn); - }); - var section = this._sections[sectionIndex]; - - if (!section) { - return { - source: null, - line: null, - column: null, - name: null - }; - } - - return section.consumer.originalPositionFor({ - line: needle.generatedLine - - (section.generatedOffset.generatedLine - 1), - column: needle.generatedColumn - - (section.generatedOffset.generatedLine === needle.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - bias: aArgs.bias - }); - }; - - /** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ - IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = - function IndexedSourceMapConsumer_hasContentsOfAllSources() { - return this._sections.every(function (s) { - return s.consumer.hasContentsOfAllSources(); - }); - }; - - /** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ - IndexedSourceMapConsumer.prototype.sourceContentFor = - function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - var content = section.consumer.sourceContentFor(aSource, true); - if (content) { - return content; - } - } - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - - /** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number - * is 1-based. - * - column: The column number in the original source. The column - * number is 0-based. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ - IndexedSourceMapConsumer.prototype.generatedPositionFor = - function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - // Only consider this section if the requested source is in the list of - // sources of the consumer. - if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { - continue; - } - var generatedPosition = section.consumer.generatedPositionFor(aArgs); - if (generatedPosition) { - var ret = { - line: generatedPosition.line + - (section.generatedOffset.generatedLine - 1), - column: generatedPosition.column + - (section.generatedOffset.generatedLine === generatedPosition.line - ? section.generatedOffset.generatedColumn - 1 - : 0) - }; - return ret; - } - } - - return { - line: null, - column: null - }; - }; - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - IndexedSourceMapConsumer.prototype._parseMappings = - function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { - this.__generatedMappings = []; - this.__originalMappings = []; - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - var sectionMappings = section.consumer._generatedMappings; - for (var j = 0; j < sectionMappings.length; j++) { - var mapping = sectionMappings[j]; - - var source = section.consumer._sources.at(mapping.source); - source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); - this._sources.add(source); - source = this._sources.indexOf(source); - - var name = null; - if (mapping.name) { - name = section.consumer._names.at(mapping.name); - this._names.add(name); - name = this._names.indexOf(name); - } - - // The mappings coming from the consumer for the section have - // generated positions relative to the start of the section, so we - // need to offset them to be relative to the start of the concatenated - // generated file. - var adjustedMapping = { - source: source, - generatedLine: mapping.generatedLine + - (section.generatedOffset.generatedLine - 1), - generatedColumn: mapping.generatedColumn + - (section.generatedOffset.generatedLine === mapping.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: name - }; - - this.__generatedMappings.push(adjustedMapping); - if (typeof adjustedMapping.originalLine === 'number') { - this.__originalMappings.push(adjustedMapping); - } - } - } - - quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); - quickSort(this.__originalMappings, util.compareByOriginalPositions); - }; - - exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; - - -/***/ }), -/* 8 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - exports.GREATEST_LOWER_BOUND = 1; - exports.LEAST_UPPER_BOUND = 2; - - /** - * Recursive implementation of binary search. - * - * @param aLow Indices here and lower do not contain the needle. - * @param aHigh Indices here and higher do not contain the needle. - * @param aNeedle The element being searched for. - * @param aHaystack The non-empty array being searched. - * @param aCompare Function which takes two elements and returns -1, 0, or 1. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - */ - function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { - // This function terminates when one of the following is true: - // - // 1. We find the exact element we are looking for. - // - // 2. We did not find the exact element, but we can return the index of - // the next-closest element. - // - // 3. We did not find the exact element, and there is no next-closest - // element than the one we are searching for, so we return -1. - var mid = Math.floor((aHigh - aLow) / 2) + aLow; - var cmp = aCompare(aNeedle, aHaystack[mid], true); - if (cmp === 0) { - // Found the element we are looking for. - return mid; - } - else if (cmp > 0) { - // Our needle is greater than aHaystack[mid]. - if (aHigh - mid > 1) { - // The element is in the upper half. - return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); - } - - // The exact needle element was not found in this haystack. Determine if - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return aHigh < aHaystack.length ? aHigh : -1; - } else { - return mid; - } - } - else { - // Our needle is less than aHaystack[mid]. - if (mid - aLow > 1) { - // The element is in the lower half. - return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); - } - - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return mid; - } else { - return aLow < 0 ? -1 : aLow; - } - } - } - - /** - * This is an implementation of binary search which will always try and return - * the index of the closest element if there is no exact hit. This is because - * mappings between original and generated line/col pairs are single points, - * and there is an implicit region between each of them, so a miss just means - * that you aren't on the very start of a region. - * - * @param aNeedle The element you are looking for. - * @param aHaystack The array that is being searched. - * @param aCompare A function which takes the needle and an element in the - * array and returns -1, 0, or 1 depending on whether the needle is less - * than, equal to, or greater than the element, respectively. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. - */ - exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { - if (aHaystack.length === 0) { - return -1; - } - - var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, - aCompare, aBias || exports.GREATEST_LOWER_BOUND); - if (index < 0) { - return -1; - } - - // We have found either the exact element, or the next-closest element than - // the one we are searching for. However, there may be more than one such - // element. Make sure we always return the smallest of these. - while (index - 1 >= 0) { - if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { - break; - } - --index; - } - - return index; - }; - - -/***/ }), -/* 9 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - // It turns out that some (most?) JavaScript engines don't self-host - // `Array.prototype.sort`. This makes sense because C++ will likely remain - // faster than JS when doing raw CPU-intensive sorting. However, when using a - // custom comparator function, calling back and forth between the VM's C++ and - // JIT'd JS is rather slow *and* loses JIT type information, resulting in - // worse generated code for the comparator function than would be optimal. In - // fact, when sorting with a comparator, these costs outweigh the benefits of - // sorting in C++. By using our own JS-implemented Quick Sort (below), we get - // a ~3500ms mean speed-up in `bench/bench.html`. - - /** - * Swap the elements indexed by `x` and `y` in the array `ary`. - * - * @param {Array} ary - * The array. - * @param {Number} x - * The index of the first item. - * @param {Number} y - * The index of the second item. - */ - function swap(ary, x, y) { - var temp = ary[x]; - ary[x] = ary[y]; - ary[y] = temp; - } - - /** - * Returns a random integer within the range `low .. high` inclusive. - * - * @param {Number} low - * The lower bound on the range. - * @param {Number} high - * The upper bound on the range. - */ - function randomIntInRange(low, high) { - return Math.round(low + (Math.random() * (high - low))); - } - - /** - * The Quick Sort algorithm. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - * @param {Number} p - * Start index of the array - * @param {Number} r - * End index of the array - */ - function doQuickSort(ary, comparator, p, r) { - // If our lower bound is less than our upper bound, we (1) partition the - // array into two pieces and (2) recurse on each half. If it is not, this is - // the empty array and our base case. - - if (p < r) { - // (1) Partitioning. - // - // The partitioning chooses a pivot between `p` and `r` and moves all - // elements that are less than or equal to the pivot to the before it, and - // all the elements that are greater than it after it. The effect is that - // once partition is done, the pivot is in the exact place it will be when - // the array is put in sorted order, and it will not need to be moved - // again. This runs in O(n) time. - - // Always choose a random pivot so that an input array which is reverse - // sorted does not cause O(n^2) running time. - var pivotIndex = randomIntInRange(p, r); - var i = p - 1; - - swap(ary, pivotIndex, r); - var pivot = ary[r]; - - // Immediately after `j` is incremented in this loop, the following hold - // true: - // - // * Every element in `ary[p .. i]` is less than or equal to the pivot. - // - // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. - for (var j = p; j < r; j++) { - if (comparator(ary[j], pivot) <= 0) { - i += 1; - swap(ary, i, j); - } - } - - swap(ary, i + 1, j); - var q = i + 1; - - // (2) Recurse on each half. - - doQuickSort(ary, comparator, p, q - 1); - doQuickSort(ary, comparator, q + 1, r); - } - } - - /** - * Sort the given array in-place with the given comparator function. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - */ - exports.quickSort = function (ary, comparator) { - doQuickSort(ary, comparator, 0, ary.length - 1); - }; - - -/***/ }), -/* 10 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; - var util = __webpack_require__(4); - - // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other - // operating systems these days (capturing the result). - var REGEX_NEWLINE = /(\r?\n)/; - - // Newline character code for charCodeAt() comparisons - var NEWLINE_CODE = 10; - - // Private symbol for identifying `SourceNode`s when multiple versions of - // the source-map library are loaded. This MUST NOT CHANGE across - // versions! - var isSourceNode = "$$$isSourceNode$$$"; - - /** - * SourceNodes provide a way to abstract over interpolating/concatenating - * snippets of generated JavaScript source code while maintaining the line and - * column information associated with the original source code. - * - * @param aLine The original line number. - * @param aColumn The original column number. - * @param aSource The original source's filename. - * @param aChunks Optional. An array of strings which are snippets of - * generated JS, or other SourceNodes. - * @param aName The original identifier. - */ - function SourceNode(aLine, aColumn, aSource, aChunks, aName) { - this.children = []; - this.sourceContents = {}; - this.line = aLine == null ? null : aLine; - this.column = aColumn == null ? null : aColumn; - this.source = aSource == null ? null : aSource; - this.name = aName == null ? null : aName; - this[isSourceNode] = true; - if (aChunks != null) this.add(aChunks); - } - - /** - * Creates a SourceNode from generated code and a SourceMapConsumer. - * - * @param aGeneratedCode The generated code - * @param aSourceMapConsumer The SourceMap for the generated code - * @param aRelativePath Optional. The path that relative sources in the - * SourceMapConsumer should be relative to. - */ - SourceNode.fromStringWithSourceMap = - function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { - // The SourceNode we want to fill with the generated code - // and the SourceMap - var node = new SourceNode(); - - // All even indices of this array are one line of the generated code, - // while all odd indices are the newlines between two adjacent lines - // (since `REGEX_NEWLINE` captures its match). - // Processed fragments are accessed by calling `shiftNextLine`. - var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); - var remainingLinesIndex = 0; - var shiftNextLine = function() { - var lineContents = getNextLine(); - // The last line of a file might not have a newline. - var newLine = getNextLine() || ""; - return lineContents + newLine; - - function getNextLine() { - return remainingLinesIndex < remainingLines.length ? - remainingLines[remainingLinesIndex++] : undefined; - } - }; - - // We need to remember the position of "remainingLines" - var lastGeneratedLine = 1, lastGeneratedColumn = 0; - - // The generate SourceNodes we need a code range. - // To extract it current and last mapping is used. - // Here we store the last mapping. - var lastMapping = null; - - aSourceMapConsumer.eachMapping(function (mapping) { - if (lastMapping !== null) { - // We add the code from "lastMapping" to "mapping": - // First check if there is a new line in between. - if (lastGeneratedLine < mapping.generatedLine) { - // Associate first line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - lastGeneratedLine++; - lastGeneratedColumn = 0; - // The remaining code is added without mapping - } else { - // There is no new line in between. - // Associate the code between "lastGeneratedColumn" and - // "mapping.generatedColumn" with "lastMapping" - var nextLine = remainingLines[remainingLinesIndex] || ''; - var code = nextLine.substr(0, mapping.generatedColumn - - lastGeneratedColumn); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - - lastGeneratedColumn); - lastGeneratedColumn = mapping.generatedColumn; - addMappingWithCode(lastMapping, code); - // No more remaining code, continue - lastMapping = mapping; - return; - } - } - // We add the generated code until the first mapping - // to the SourceNode without any mapping. - // Each line is added as separate string. - while (lastGeneratedLine < mapping.generatedLine) { - node.add(shiftNextLine()); - lastGeneratedLine++; - } - if (lastGeneratedColumn < mapping.generatedColumn) { - var nextLine = remainingLines[remainingLinesIndex] || ''; - node.add(nextLine.substr(0, mapping.generatedColumn)); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); - lastGeneratedColumn = mapping.generatedColumn; - } - lastMapping = mapping; - }, this); - // We have processed all mappings. - if (remainingLinesIndex < remainingLines.length) { - if (lastMapping) { - // Associate the remaining code in the current line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - } - // and add the remaining lines without any mapping - node.add(remainingLines.splice(remainingLinesIndex).join("")); - } - - // Copy sourcesContent into SourceNode - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aRelativePath != null) { - sourceFile = util.join(aRelativePath, sourceFile); - } - node.setSourceContent(sourceFile, content); - } - }); - - return node; - - function addMappingWithCode(mapping, code) { - if (mapping === null || mapping.source === undefined) { - node.add(code); - } else { - var source = aRelativePath - ? util.join(aRelativePath, mapping.source) - : mapping.source; - node.add(new SourceNode(mapping.originalLine, - mapping.originalColumn, - source, - code, - mapping.name)); - } - } - }; - - /** - * Add a chunk of generated JS to this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ - SourceNode.prototype.add = function SourceNode_add(aChunk) { - if (Array.isArray(aChunk)) { - aChunk.forEach(function (chunk) { - this.add(chunk); - }, this); - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - if (aChunk) { - this.children.push(aChunk); - } - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; - }; - - /** - * Add a chunk of generated JS to the beginning of this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ - SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { - if (Array.isArray(aChunk)) { - for (var i = aChunk.length-1; i >= 0; i--) { - this.prepend(aChunk[i]); - } - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - this.children.unshift(aChunk); - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; - }; - - /** - * Walk over the tree of JS snippets in this node and its children. The - * walking function is called once for each snippet of JS and is passed that - * snippet and the its original associated source's line/column location. - * - * @param aFn The traversal function. - */ - SourceNode.prototype.walk = function SourceNode_walk(aFn) { - var chunk; - for (var i = 0, len = this.children.length; i < len; i++) { - chunk = this.children[i]; - if (chunk[isSourceNode]) { - chunk.walk(aFn); - } - else { - if (chunk !== '') { - aFn(chunk, { source: this.source, - line: this.line, - column: this.column, - name: this.name }); - } - } - } - }; - - /** - * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between - * each of `this.children`. - * - * @param aSep The separator. - */ - SourceNode.prototype.join = function SourceNode_join(aSep) { - var newChildren; - var i; - var len = this.children.length; - if (len > 0) { - newChildren = []; - for (i = 0; i < len-1; i++) { - newChildren.push(this.children[i]); - newChildren.push(aSep); - } - newChildren.push(this.children[i]); - this.children = newChildren; - } - return this; - }; - - /** - * Call String.prototype.replace on the very right-most source snippet. Useful - * for trimming whitespace from the end of a source node, etc. - * - * @param aPattern The pattern to replace. - * @param aReplacement The thing to replace the pattern with. - */ - SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { - var lastChild = this.children[this.children.length - 1]; - if (lastChild[isSourceNode]) { - lastChild.replaceRight(aPattern, aReplacement); - } - else if (typeof lastChild === 'string') { - this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); - } - else { - this.children.push(''.replace(aPattern, aReplacement)); - } - return this; - }; - - /** - * Set the source content for a source file. This will be added to the SourceMapGenerator - * in the sourcesContent field. - * - * @param aSourceFile The filename of the source file - * @param aSourceContent The content of the source file - */ - SourceNode.prototype.setSourceContent = - function SourceNode_setSourceContent(aSourceFile, aSourceContent) { - this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; - }; - - /** - * Walk over the tree of SourceNodes. The walking function is called for each - * source file content and is passed the filename and source content. - * - * @param aFn The traversal function. - */ - SourceNode.prototype.walkSourceContents = - function SourceNode_walkSourceContents(aFn) { - for (var i = 0, len = this.children.length; i < len; i++) { - if (this.children[i][isSourceNode]) { - this.children[i].walkSourceContents(aFn); - } - } - - var sources = Object.keys(this.sourceContents); - for (var i = 0, len = sources.length; i < len; i++) { - aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); - } - }; - - /** - * Return the string representation of this source node. Walks over the tree - * and concatenates all the various snippets together to one string. - */ - SourceNode.prototype.toString = function SourceNode_toString() { - var str = ""; - this.walk(function (chunk) { - str += chunk; - }); - return str; - }; - - /** - * Returns the string representation of this source node along with a source - * map. - */ - SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { - var generated = { - code: "", - line: 1, - column: 0 - }; - var map = new SourceMapGenerator(aArgs); - var sourceMappingActive = false; - var lastOriginalSource = null; - var lastOriginalLine = null; - var lastOriginalColumn = null; - var lastOriginalName = null; - this.walk(function (chunk, original) { - generated.code += chunk; - if (original.source !== null - && original.line !== null - && original.column !== null) { - if(lastOriginalSource !== original.source - || lastOriginalLine !== original.line - || lastOriginalColumn !== original.column - || lastOriginalName !== original.name) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - lastOriginalSource = original.source; - lastOriginalLine = original.line; - lastOriginalColumn = original.column; - lastOriginalName = original.name; - sourceMappingActive = true; - } else if (sourceMappingActive) { - map.addMapping({ - generated: { - line: generated.line, - column: generated.column - } - }); - lastOriginalSource = null; - sourceMappingActive = false; - } - for (var idx = 0, length = chunk.length; idx < length; idx++) { - if (chunk.charCodeAt(idx) === NEWLINE_CODE) { - generated.line++; - generated.column = 0; - // Mappings end at eol - if (idx + 1 === length) { - lastOriginalSource = null; - sourceMappingActive = false; - } else if (sourceMappingActive) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - } else { - generated.column++; - } - } - }); - this.walkSourceContents(function (sourceFile, sourceContent) { - map.setSourceContent(sourceFile, sourceContent); - }); - - return { code: generated.code, map: map }; - }; - - exports.SourceNode = SourceNode; - - -/***/ }) -/******/ ]) -}); -; -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vd2VicGFjay91bml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uIiwid2VicGFjazovLy93ZWJwYWNrL2Jvb3RzdHJhcCAxNjI0YzcyOTliODg3ZjdiZGY2NCIsIndlYnBhY2s6Ly8vLi9zb3VyY2UtbWFwLmpzIiwid2VicGFjazovLy8uL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LXZscS5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LmpzIiwid2VicGFjazovLy8uL2xpYi91dGlsLmpzIiwid2VicGFjazovLy8uL2xpYi9hcnJheS1zZXQuanMiLCJ3ZWJwYWNrOi8vLy4vbGliL21hcHBpbmctbGlzdC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmluYXJ5LXNlYXJjaC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvcXVpY2stc29ydC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW5vZGUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNELE87QUNWQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSx1QkFBZTtBQUNmO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7QUFHQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOzs7Ozs7O0FDdENBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNQQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLE1BQUs7QUFDTDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsUUFBTztBQUNQO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLDJDQUEwQyxTQUFTO0FBQ25EO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQ3hhQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw0REFBMkQ7QUFDM0QscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRzs7QUFFSDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7O0FBRUg7QUFDQTtBQUNBOzs7Ozs7O0FDM0lBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFnQjtBQUNoQixpQkFBZ0I7O0FBRWhCLG9CQUFtQjtBQUNuQixxQkFBb0I7O0FBRXBCLGlCQUFnQjtBQUNoQixpQkFBZ0I7O0FBRWhCLGlCQUFnQjtBQUNoQixrQkFBaUI7O0FBRWpCO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7Ozs7O0FDbEVBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLCtDQUE4QyxRQUFRO0FBQ3REO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsRUFBQzs7QUFFRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSw0QkFBMkIsUUFBUTtBQUNuQztBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLGNBQWE7QUFDYjs7QUFFQTtBQUNBLGVBQWM7QUFDZDs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUFzQztBQUN0QztBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7Ozs7O0FDdmVBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUFzQyxTQUFTO0FBQy9DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7QUN4SEEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFnQjtBQUNoQjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7QUM5RUEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxFQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0Esb0JBQW1CO0FBQ25COztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7O0FBRVg7QUFDQTtBQUNBLFFBQU87QUFDUDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsWUFBVzs7QUFFWDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNEJBQTJCLE1BQU07QUFDakM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsSUFBRzs7QUFFSDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLGNBQWEsa0NBQWtDO0FBQy9DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBLHVEQUFzRCxZQUFZO0FBQ2xFO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0Esb0NBQW1DO0FBQ25DO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwwQkFBeUIsY0FBYztBQUN2QztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXVCLHdDQUF3QztBQUMvRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGdEQUErQyxtQkFBbUIsRUFBRTtBQUNwRTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBaUIsb0JBQW9CO0FBQ3JDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw4QkFBNkIsTUFBTTtBQUNuQztBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsUUFBTztBQUNQO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsMkJBQTJC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Q0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxNQUFNO0FBQ2pCO0FBQ0EsWUFBVyxTQUFTO0FBQ3BCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsT0FBTztBQUMxQjtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxNQUFNO0FBQ2pCO0FBQ0EsWUFBVyxTQUFTO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNqSEEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSzs7QUFFTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0NBQWlDLFFBQVE7QUFDekM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsOENBQTZDLFNBQVM7QUFDdEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQSx1Q0FBc0M7QUFDdEM7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0JBQWUsV0FBVztBQUMxQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0RBQStDLFNBQVM7QUFDeEQ7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSwwQ0FBeUMsU0FBUztBQUNsRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7QUFDWDtBQUNBO0FBQ0E7QUFDQSxZQUFXO0FBQ1g7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0EsNkNBQTRDLGNBQWM7QUFDMUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQSxjQUFhO0FBQ2I7QUFDQSxZQUFXO0FBQ1g7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQSxJQUFHOztBQUVILFdBQVU7QUFDVjs7QUFFQSIsImZpbGUiOiJzb3VyY2UtbWFwLmRlYnVnLmpzIiwic291cmNlc0NvbnRlbnQiOlsiKGZ1bmN0aW9uIHdlYnBhY2tVbml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uKHJvb3QsIGZhY3RvcnkpIHtcblx0aWYodHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgPT09ICdvYmplY3QnKVxuXHRcdG1vZHVsZS5leHBvcnRzID0gZmFjdG9yeSgpO1xuXHRlbHNlIGlmKHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZClcblx0XHRkZWZpbmUoW10sIGZhY3RvcnkpO1xuXHRlbHNlIGlmKHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0Jylcblx0XHRleHBvcnRzW1wic291cmNlTWFwXCJdID0gZmFjdG9yeSgpO1xuXHRlbHNlXG5cdFx0cm9vdFtcInNvdXJjZU1hcFwiXSA9IGZhY3RvcnkoKTtcbn0pKHRoaXMsIGZ1bmN0aW9uKCkge1xucmV0dXJuIFxuXG5cbi8vIFdFQlBBQ0sgRk9PVEVSIC8vXG4vLyB3ZWJwYWNrL3VuaXZlcnNhbE1vZHVsZURlZmluaXRpb24iLCIgXHQvLyBUaGUgbW9kdWxlIGNhY2hlXG4gXHR2YXIgaW5zdGFsbGVkTW9kdWxlcyA9IHt9O1xuXG4gXHQvLyBUaGUgcmVxdWlyZSBmdW5jdGlvblxuIFx0ZnVuY3Rpb24gX193ZWJwYWNrX3JlcXVpcmVfXyhtb2R1bGVJZCkge1xuXG4gXHRcdC8vIENoZWNrIGlmIG1vZHVsZSBpcyBpbiBjYWNoZVxuIFx0XHRpZihpbnN0YWxsZWRNb2R1bGVzW21vZHVsZUlkXSlcbiBcdFx0XHRyZXR1cm4gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0uZXhwb3J0cztcblxuIFx0XHQvLyBDcmVhdGUgYSBuZXcgbW9kdWxlIChhbmQgcHV0IGl0IGludG8gdGhlIGNhY2hlKVxuIFx0XHR2YXIgbW9kdWxlID0gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0gPSB7XG4gXHRcdFx0ZXhwb3J0czoge30sXG4gXHRcdFx0aWQ6IG1vZHVsZUlkLFxuIFx0XHRcdGxvYWRlZDogZmFsc2VcbiBcdFx0fTtcblxuIFx0XHQvLyBFeGVjdXRlIHRoZSBtb2R1bGUgZnVuY3Rpb25cbiBcdFx0bW9kdWxlc1ttb2R1bGVJZF0uY2FsbChtb2R1bGUuZXhwb3J0cywgbW9kdWxlLCBtb2R1bGUuZXhwb3J0cywgX193ZWJwYWNrX3JlcXVpcmVfXyk7XG5cbiBcdFx0Ly8gRmxhZyB0aGUgbW9kdWxlIGFzIGxvYWRlZFxuIFx0XHRtb2R1bGUubG9hZGVkID0gdHJ1ZTtcblxuIFx0XHQvLyBSZXR1cm4gdGhlIGV4cG9ydHMgb2YgdGhlIG1vZHVsZVxuIFx0XHRyZXR1cm4gbW9kdWxlLmV4cG9ydHM7XG4gXHR9XG5cblxuIFx0Ly8gZXhwb3NlIHRoZSBtb2R1bGVzIG9iamVjdCAoX193ZWJwYWNrX21vZHVsZXNfXylcbiBcdF9fd2VicGFja19yZXF1aXJlX18ubSA9IG1vZHVsZXM7XG5cbiBcdC8vIGV4cG9zZSB0aGUgbW9kdWxlIGNhY2hlXG4gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLmMgPSBpbnN0YWxsZWRNb2R1bGVzO1xuXG4gXHQvLyBfX3dlYnBhY2tfcHVibGljX3BhdGhfX1xuIFx0X193ZWJwYWNrX3JlcXVpcmVfXy5wID0gXCJcIjtcblxuIFx0Ly8gTG9hZCBlbnRyeSBtb2R1bGUgYW5kIHJldHVybiBleHBvcnRzXG4gXHRyZXR1cm4gX193ZWJwYWNrX3JlcXVpcmVfXygwKTtcblxuXG5cbi8vIFdFQlBBQ0sgRk9PVEVSIC8vXG4vLyB3ZWJwYWNrL2Jvb3RzdHJhcCAxNjI0YzcyOTliODg3ZjdiZGY2NCIsIi8qXG4gKiBDb3B5cmlnaHQgMjAwOS0yMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRS50eHQgb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cbmV4cG9ydHMuU291cmNlTWFwR2VuZXJhdG9yID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW1hcC1nZW5lcmF0b3InKS5Tb3VyY2VNYXBHZW5lcmF0b3I7XG5leHBvcnRzLlNvdXJjZU1hcENvbnN1bWVyID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW1hcC1jb25zdW1lcicpLlNvdXJjZU1hcENvbnN1bWVyO1xuZXhwb3J0cy5Tb3VyY2VOb2RlID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW5vZGUnKS5Tb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9zb3VyY2UtbWFwLmpzXG4vLyBtb2R1bGUgaWQgPSAwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCIsIi8qIC0qLSBNb2RlOiBqczsganMtaW5kZW50LWxldmVsOiAyOyAtKi0gKi9cbi8qXG4gKiBDb3B5cmlnaHQgMjAxMSBNb3ppbGxhIEZvdW5kYXRpb24gYW5kIGNvbnRyaWJ1dG9yc1xuICogTGljZW5zZWQgdW5kZXIgdGhlIE5ldyBCU0QgbGljZW5zZS4gU2VlIExJQ0VOU0Ugb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cblxudmFyIGJhc2U2NFZMUSA9IHJlcXVpcmUoJy4vYmFzZTY0LXZscScpO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcbnZhciBBcnJheVNldCA9IHJlcXVpcmUoJy4vYXJyYXktc2V0JykuQXJyYXlTZXQ7XG52YXIgTWFwcGluZ0xpc3QgPSByZXF1aXJlKCcuL21hcHBpbmctbGlzdCcpLk1hcHBpbmdMaXN0O1xuXG4vKipcbiAqIEFuIGluc3RhbmNlIG9mIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3IgcmVwcmVzZW50cyBhIHNvdXJjZSBtYXAgd2hpY2ggaXNcbiAqIGJlaW5nIGJ1aWx0IGluY3JlbWVudGFsbHkuIFlvdSBtYXkgcGFzcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nXG4gKiBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBmaWxlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIGdlbmVyYXRlZCBzb3VyY2UuXG4gKiAgIC0gc291cmNlUm9vdDogQSByb290IGZvciBhbGwgcmVsYXRpdmUgVVJMcyBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcihhQXJncykge1xuICBpZiAoIWFBcmdzKSB7XG4gICAgYUFyZ3MgPSB7fTtcbiAgfVxuICB0aGlzLl9maWxlID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdmaWxlJywgbnVsbCk7XG4gIHRoaXMuX3NvdXJjZVJvb3QgPSB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZVJvb3QnLCBudWxsKTtcbiAgdGhpcy5fc2tpcFZhbGlkYXRpb24gPSB1dGlsLmdldEFyZyhhQXJncywgJ3NraXBWYWxpZGF0aW9uJywgZmFsc2UpO1xuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX21hcHBpbmdzID0gbmV3IE1hcHBpbmdMaXN0KCk7XG4gIHRoaXMuX3NvdXJjZXNDb250ZW50cyA9IG51bGw7XG59XG5cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX3ZlcnNpb24gPSAzO1xuXG4vKipcbiAqIENyZWF0ZXMgYSBuZXcgU291cmNlTWFwR2VuZXJhdG9yIGJhc2VkIG9uIGEgU291cmNlTWFwQ29uc3VtZXJcbiAqXG4gKiBAcGFyYW0gYVNvdXJjZU1hcENvbnN1bWVyIFRoZSBTb3VyY2VNYXAuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5mcm9tU291cmNlTWFwID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX2Zyb21Tb3VyY2VNYXAoYVNvdXJjZU1hcENvbnN1bWVyKSB7XG4gICAgdmFyIHNvdXJjZVJvb3QgPSBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlUm9vdDtcbiAgICB2YXIgZ2VuZXJhdG9yID0gbmV3IFNvdXJjZU1hcEdlbmVyYXRvcih7XG4gICAgICBmaWxlOiBhU291cmNlTWFwQ29uc3VtZXIuZmlsZSxcbiAgICAgIHNvdXJjZVJvb3Q6IHNvdXJjZVJvb3RcbiAgICB9KTtcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuZWFjaE1hcHBpbmcoZnVuY3Rpb24gKG1hcHBpbmcpIHtcbiAgICAgIHZhciBuZXdNYXBwaW5nID0ge1xuICAgICAgICBnZW5lcmF0ZWQ6IHtcbiAgICAgICAgICBsaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtblxuICAgICAgICB9XG4gICAgICB9O1xuXG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgIT0gbnVsbCkge1xuICAgICAgICBuZXdNYXBwaW5nLnNvdXJjZSA9IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBpZiAoc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICAgICAgbmV3TWFwcGluZy5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIG5ld01hcHBpbmcuc291cmNlKTtcbiAgICAgICAgfVxuXG4gICAgICAgIG5ld01hcHBpbmcub3JpZ2luYWwgPSB7XG4gICAgICAgICAgbGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uXG4gICAgICAgIH07XG5cbiAgICAgICAgaWYgKG1hcHBpbmcubmFtZSAhPSBudWxsKSB7XG4gICAgICAgICAgbmV3TWFwcGluZy5uYW1lID0gbWFwcGluZy5uYW1lO1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIGdlbmVyYXRvci5hZGRNYXBwaW5nKG5ld01hcHBpbmcpO1xuICAgIH0pO1xuICAgIGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VzLmZvckVhY2goZnVuY3Rpb24gKHNvdXJjZUZpbGUpIHtcbiAgICAgIHZhciBzb3VyY2VSZWxhdGl2ZSA9IHNvdXJjZUZpbGU7XG4gICAgICBpZiAoc291cmNlUm9vdCAhPT0gbnVsbCkge1xuICAgICAgICBzb3VyY2VSZWxhdGl2ZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgc291cmNlRmlsZSk7XG4gICAgICB9XG5cbiAgICAgIGlmICghZ2VuZXJhdG9yLl9zb3VyY2VzLmhhcyhzb3VyY2VSZWxhdGl2ZSkpIHtcbiAgICAgICAgZ2VuZXJhdG9yLl9zb3VyY2VzLmFkZChzb3VyY2VSZWxhdGl2ZSk7XG4gICAgICB9XG5cbiAgICAgIHZhciBjb250ZW50ID0gYVNvdXJjZU1hcENvbnN1bWVyLnNvdXJjZUNvbnRlbnRGb3Ioc291cmNlRmlsZSk7XG4gICAgICBpZiAoY29udGVudCAhPSBudWxsKSB7XG4gICAgICAgIGdlbmVyYXRvci5zZXRTb3VyY2VDb250ZW50KHNvdXJjZUZpbGUsIGNvbnRlbnQpO1xuICAgICAgfVxuICAgIH0pO1xuICAgIHJldHVybiBnZW5lcmF0b3I7XG4gIH07XG5cbi8qKlxuICogQWRkIGEgc2luZ2xlIG1hcHBpbmcgZnJvbSBvcmlnaW5hbCBzb3VyY2UgbGluZSBhbmQgY29sdW1uIHRvIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBmb3IgdGhpcyBzb3VyY2UgbWFwIGJlaW5nIGNyZWF0ZWQuIFRoZSBtYXBwaW5nXG4gKiBvYmplY3Qgc2hvdWxkIGhhdmUgdGhlIGZvbGxvd2luZyBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBnZW5lcmF0ZWQ6IEFuIG9iamVjdCB3aXRoIHRoZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucy5cbiAqICAgLSBvcmlnaW5hbDogQW4gb2JqZWN0IHdpdGggdGhlIG9yaWdpbmFsIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMuXG4gKiAgIC0gc291cmNlOiBUaGUgb3JpZ2luYWwgc291cmNlIGZpbGUgKHJlbGF0aXZlIHRvIHRoZSBzb3VyY2VSb290KS5cbiAqICAgLSBuYW1lOiBBbiBvcHRpb25hbCBvcmlnaW5hbCB0b2tlbiBuYW1lIGZvciB0aGlzIG1hcHBpbmcuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYWRkTWFwcGluZyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9hZGRNYXBwaW5nKGFBcmdzKSB7XG4gICAgdmFyIGdlbmVyYXRlZCA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnZ2VuZXJhdGVkJyk7XG4gICAgdmFyIG9yaWdpbmFsID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdvcmlnaW5hbCcsIG51bGwpO1xuICAgIHZhciBzb3VyY2UgPSB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZScsIG51bGwpO1xuICAgIHZhciBuYW1lID0gdXRpbC5nZXRBcmcoYUFyZ3MsICduYW1lJywgbnVsbCk7XG5cbiAgICBpZiAoIXRoaXMuX3NraXBWYWxpZGF0aW9uKSB7XG4gICAgICB0aGlzLl92YWxpZGF0ZU1hcHBpbmcoZ2VuZXJhdGVkLCBvcmlnaW5hbCwgc291cmNlLCBuYW1lKTtcbiAgICB9XG5cbiAgICBpZiAoc291cmNlICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZSA9IFN0cmluZyhzb3VyY2UpO1xuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICAgIHRoaXMuX3NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKG5hbWUgIT0gbnVsbCkge1xuICAgICAgbmFtZSA9IFN0cmluZyhuYW1lKTtcbiAgICAgIGlmICghdGhpcy5fbmFtZXMuaGFzKG5hbWUpKSB7XG4gICAgICAgIHRoaXMuX25hbWVzLmFkZChuYW1lKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB0aGlzLl9tYXBwaW5ncy5hZGQoe1xuICAgICAgZ2VuZXJhdGVkTGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICBnZW5lcmF0ZWRDb2x1bW46IGdlbmVyYXRlZC5jb2x1bW4sXG4gICAgICBvcmlnaW5hbExpbmU6IG9yaWdpbmFsICE9IG51bGwgJiYgb3JpZ2luYWwubGluZSxcbiAgICAgIG9yaWdpbmFsQ29sdW1uOiBvcmlnaW5hbCAhPSBudWxsICYmIG9yaWdpbmFsLmNvbHVtbixcbiAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgbmFtZTogbmFtZVxuICAgIH0pO1xuICB9O1xuXG4vKipcbiAqIFNldCB0aGUgc291cmNlIGNvbnRlbnQgZm9yIGEgc291cmNlIGZpbGUuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuc2V0U291cmNlQ29udGVudCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHZhciBzb3VyY2UgPSBhU291cmNlRmlsZTtcbiAgICBpZiAodGhpcy5fc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBzb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHRoaXMuX3NvdXJjZVJvb3QsIHNvdXJjZSk7XG4gICAgfVxuXG4gICAgaWYgKGFTb3VyY2VDb250ZW50ICE9IG51bGwpIHtcbiAgICAgIC8vIEFkZCB0aGUgc291cmNlIGNvbnRlbnQgdG8gdGhlIF9zb3VyY2VzQ29udGVudHMgbWFwLlxuICAgICAgLy8gQ3JlYXRlIGEgbmV3IF9zb3VyY2VzQ29udGVudHMgbWFwIGlmIHRoZSBwcm9wZXJ0eSBpcyBudWxsLlxuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgICAgdGhpcy5fc291cmNlc0NvbnRlbnRzID0gT2JqZWN0LmNyZWF0ZShudWxsKTtcbiAgICAgIH1cbiAgICAgIHRoaXMuX3NvdXJjZXNDb250ZW50c1t1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gICAgfSBlbHNlIGlmICh0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgIC8vIFJlbW92ZSB0aGUgc291cmNlIGZpbGUgZnJvbSB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAuXG4gICAgICAvLyBJZiB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAgaXMgZW1wdHksIHNldCB0aGUgcHJvcGVydHkgdG8gbnVsbC5cbiAgICAgIGRlbGV0ZSB0aGlzLl9zb3VyY2VzQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhzb3VyY2UpXTtcbiAgICAgIGlmIChPYmplY3Qua2V5cyh0aGlzLl9zb3VyY2VzQ29udGVudHMpLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICB0aGlzLl9zb3VyY2VzQ29udGVudHMgPSBudWxsO1xuICAgICAgfVxuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBBcHBsaWVzIHRoZSBtYXBwaW5ncyBvZiBhIHN1Yi1zb3VyY2UtbWFwIGZvciBhIHNwZWNpZmljIHNvdXJjZSBmaWxlIHRvIHRoZVxuICogc291cmNlIG1hcCBiZWluZyBnZW5lcmF0ZWQuIEVhY2ggbWFwcGluZyB0byB0aGUgc3VwcGxpZWQgc291cmNlIGZpbGUgaXNcbiAqIHJld3JpdHRlbiB1c2luZyB0aGUgc3VwcGxpZWQgc291cmNlIG1hcC4gTm90ZTogVGhlIHJlc29sdXRpb24gZm9yIHRoZVxuICogcmVzdWx0aW5nIG1hcHBpbmdzIGlzIHRoZSBtaW5pbWl1bSBvZiB0aGlzIG1hcCBhbmQgdGhlIHN1cHBsaWVkIG1hcC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZU1hcENvbnN1bWVyIFRoZSBzb3VyY2UgbWFwIHRvIGJlIGFwcGxpZWQuXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgT3B0aW9uYWwuIFRoZSBmaWxlbmFtZSBvZiB0aGUgc291cmNlIGZpbGUuXG4gKiAgICAgICAgSWYgb21pdHRlZCwgU291cmNlTWFwQ29uc3VtZXIncyBmaWxlIHByb3BlcnR5IHdpbGwgYmUgdXNlZC5cbiAqIEBwYXJhbSBhU291cmNlTWFwUGF0aCBPcHRpb25hbC4gVGhlIGRpcm5hbWUgb2YgdGhlIHBhdGggdG8gdGhlIHNvdXJjZSBtYXBcbiAqICAgICAgICB0byBiZSBhcHBsaWVkLiBJZiByZWxhdGl2ZSwgaXQgaXMgcmVsYXRpdmUgdG8gdGhlIFNvdXJjZU1hcENvbnN1bWVyLlxuICogICAgICAgIFRoaXMgcGFyYW1ldGVyIGlzIG5lZWRlZCB3aGVuIHRoZSB0d28gc291cmNlIG1hcHMgYXJlbid0IGluIHRoZSBzYW1lXG4gKiAgICAgICAgZGlyZWN0b3J5LCBhbmQgdGhlIHNvdXJjZSBtYXAgdG8gYmUgYXBwbGllZCBjb250YWlucyByZWxhdGl2ZSBzb3VyY2VcbiAqICAgICAgICBwYXRocy4gSWYgc28sIHRob3NlIHJlbGF0aXZlIHNvdXJjZSBwYXRocyBuZWVkIHRvIGJlIHJld3JpdHRlblxuICogICAgICAgIHJlbGF0aXZlIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3IuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYXBwbHlTb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfYXBwbHlTb3VyY2VNYXAoYVNvdXJjZU1hcENvbnN1bWVyLCBhU291cmNlRmlsZSwgYVNvdXJjZU1hcFBhdGgpIHtcbiAgICB2YXIgc291cmNlRmlsZSA9IGFTb3VyY2VGaWxlO1xuICAgIC8vIElmIGFTb3VyY2VGaWxlIGlzIG9taXR0ZWQsIHdlIHdpbGwgdXNlIHRoZSBmaWxlIHByb3BlcnR5IG9mIHRoZSBTb3VyY2VNYXBcbiAgICBpZiAoYVNvdXJjZUZpbGUgPT0gbnVsbCkge1xuICAgICAgaWYgKGFTb3VyY2VNYXBDb25zdW1lci5maWxlID09IG51bGwpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICAgICdTb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLmFwcGx5U291cmNlTWFwIHJlcXVpcmVzIGVpdGhlciBhbiBleHBsaWNpdCBzb3VyY2UgZmlsZSwgJyArXG4gICAgICAgICAgJ29yIHRoZSBzb3VyY2UgbWFwXFwncyBcImZpbGVcIiBwcm9wZXJ0eS4gQm90aCB3ZXJlIG9taXR0ZWQuJ1xuICAgICAgICApO1xuICAgICAgfVxuICAgICAgc291cmNlRmlsZSA9IGFTb3VyY2VNYXBDb25zdW1lci5maWxlO1xuICAgIH1cbiAgICB2YXIgc291cmNlUm9vdCA9IHRoaXMuX3NvdXJjZVJvb3Q7XG4gICAgLy8gTWFrZSBcInNvdXJjZUZpbGVcIiByZWxhdGl2ZSBpZiBhbiBhYnNvbHV0ZSBVcmwgaXMgcGFzc2VkLlxuICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZUZpbGUpO1xuICAgIH1cbiAgICAvLyBBcHBseWluZyB0aGUgU291cmNlTWFwIGNhbiBhZGQgYW5kIHJlbW92ZSBpdGVtcyBmcm9tIHRoZSBzb3VyY2VzIGFuZFxuICAgIC8vIHRoZSBuYW1lcyBhcnJheS5cbiAgICB2YXIgbmV3U291cmNlcyA9IG5ldyBBcnJheVNldCgpO1xuICAgIHZhciBuZXdOYW1lcyA9IG5ldyBBcnJheVNldCgpO1xuXG4gICAgLy8gRmluZCBtYXBwaW5ncyBmb3IgdGhlIFwic291cmNlRmlsZVwiXG4gICAgdGhpcy5fbWFwcGluZ3MudW5zb3J0ZWRGb3JFYWNoKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgPT09IHNvdXJjZUZpbGUgJiYgbWFwcGluZy5vcmlnaW5hbExpbmUgIT0gbnVsbCkge1xuICAgICAgICAvLyBDaGVjayBpZiBpdCBjYW4gYmUgbWFwcGVkIGJ5IHRoZSBzb3VyY2UgbWFwLCB0aGVuIHVwZGF0ZSB0aGUgbWFwcGluZy5cbiAgICAgICAgdmFyIG9yaWdpbmFsID0gYVNvdXJjZU1hcENvbnN1bWVyLm9yaWdpbmFsUG9zaXRpb25Gb3Ioe1xuICAgICAgICAgIGxpbmU6IG1hcHBpbmcub3JpZ2luYWxMaW5lLFxuICAgICAgICAgIGNvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtblxuICAgICAgICB9KTtcbiAgICAgICAgaWYgKG9yaWdpbmFsLnNvdXJjZSAhPSBudWxsKSB7XG4gICAgICAgICAgLy8gQ29weSBtYXBwaW5nXG4gICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICAgICAgaWYgKGFTb3VyY2VNYXBQYXRoICE9IG51bGwpIHtcbiAgICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gdXRpbC5qb2luKGFTb3VyY2VNYXBQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICB9XG4gICAgICAgICAgaWYgKHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgPSBvcmlnaW5hbC5saW5lO1xuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxDb2x1bW4gPSBvcmlnaW5hbC5jb2x1bW47XG4gICAgICAgICAgaWYgKG9yaWdpbmFsLm5hbWUgIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gb3JpZ2luYWwubmFtZTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlO1xuICAgICAgaWYgKHNvdXJjZSAhPSBudWxsICYmICFuZXdTb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICAgIG5ld1NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICB9XG5cbiAgICAgIHZhciBuYW1lID0gbWFwcGluZy5uYW1lO1xuICAgICAgaWYgKG5hbWUgIT0gbnVsbCAmJiAhbmV3TmFtZXMuaGFzKG5hbWUpKSB7XG4gICAgICAgIG5ld05hbWVzLmFkZChuYW1lKTtcbiAgICAgIH1cblxuICAgIH0sIHRoaXMpO1xuICAgIHRoaXMuX3NvdXJjZXMgPSBuZXdTb3VyY2VzO1xuICAgIHRoaXMuX25hbWVzID0gbmV3TmFtZXM7XG5cbiAgICAvLyBDb3B5IHNvdXJjZXNDb250ZW50cyBvZiBhcHBsaWVkIG1hcC5cbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVNvdXJjZU1hcFBhdGggIT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLmpvaW4oYVNvdXJjZU1hcFBhdGgsIHNvdXJjZUZpbGUpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgICBzb3VyY2VGaWxlID0gdXRpbC5yZWxhdGl2ZShzb3VyY2VSb290LCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSwgdGhpcyk7XG4gIH07XG5cbi8qKlxuICogQSBtYXBwaW5nIGNhbiBoYXZlIG9uZSBvZiB0aGUgdGhyZWUgbGV2ZWxzIG9mIGRhdGE6XG4gKlxuICogICAxLiBKdXN0IHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24uXG4gKiAgIDIuIFRoZSBHZW5lcmF0ZWQgcG9zaXRpb24sIG9yaWdpbmFsIHBvc2l0aW9uLCBhbmQgb3JpZ2luYWwgc291cmNlLlxuICogICAzLiBHZW5lcmF0ZWQgYW5kIG9yaWdpbmFsIHBvc2l0aW9uLCBvcmlnaW5hbCBzb3VyY2UsIGFzIHdlbGwgYXMgYSBuYW1lXG4gKiAgICAgIHRva2VuLlxuICpcbiAqIFRvIG1haW50YWluIGNvbnNpc3RlbmN5LCB3ZSB2YWxpZGF0ZSB0aGF0IGFueSBuZXcgbWFwcGluZyBiZWluZyBhZGRlZCBmYWxsc1xuICogaW4gdG8gb25lIG9mIHRoZXNlIGNhdGVnb3JpZXMuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX3ZhbGlkYXRlTWFwcGluZyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl92YWxpZGF0ZU1hcHBpbmcoYUdlbmVyYXRlZCwgYU9yaWdpbmFsLCBhU291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFOYW1lKSB7XG4gICAgLy8gV2hlbiBhT3JpZ2luYWwgaXMgdHJ1dGh5IGJ1dCBoYXMgZW1wdHkgdmFsdWVzIGZvciAubGluZSBhbmQgLmNvbHVtbixcbiAgICAvLyBpdCBpcyBtb3N0IGxpa2VseSBhIHByb2dyYW1tZXIgZXJyb3IuIEluIHRoaXMgY2FzZSB3ZSB0aHJvdyBhIHZlcnlcbiAgICAvLyBzcGVjaWZpYyBlcnJvciBtZXNzYWdlIHRvIHRyeSB0byBndWlkZSB0aGVtIHRoZSByaWdodCB3YXkuXG4gICAgLy8gRm9yIGV4YW1wbGU6IGh0dHBzOi8vZ2l0aHViLmNvbS9Qb2x5bWVyL3BvbHltZXItYnVuZGxlci9wdWxsLzUxOVxuICAgIGlmIChhT3JpZ2luYWwgJiYgdHlwZW9mIGFPcmlnaW5hbC5saW5lICE9PSAnbnVtYmVyJyAmJiB0eXBlb2YgYU9yaWdpbmFsLmNvbHVtbiAhPT0gJ251bWJlcicpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICAgICAgJ29yaWdpbmFsLmxpbmUgYW5kIG9yaWdpbmFsLmNvbHVtbiBhcmUgbm90IG51bWJlcnMgLS0geW91IHByb2JhYmx5IG1lYW50IHRvIG9taXQgJyArXG4gICAgICAgICAgICAndGhlIG9yaWdpbmFsIG1hcHBpbmcgZW50aXJlbHkgYW5kIG9ubHkgbWFwIHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24uIElmIHNvLCBwYXNzICcgK1xuICAgICAgICAgICAgJ251bGwgZm9yIHRoZSBvcmlnaW5hbCBtYXBwaW5nIGluc3RlYWQgb2YgYW4gb2JqZWN0IHdpdGggZW1wdHkgb3IgbnVsbCB2YWx1ZXMuJ1xuICAgICAgICApO1xuICAgIH1cblxuICAgIGlmIChhR2VuZXJhdGVkICYmICdsaW5lJyBpbiBhR2VuZXJhdGVkICYmICdjb2x1bW4nIGluIGFHZW5lcmF0ZWRcbiAgICAgICAgJiYgYUdlbmVyYXRlZC5saW5lID4gMCAmJiBhR2VuZXJhdGVkLmNvbHVtbiA+PSAwXG4gICAgICAgICYmICFhT3JpZ2luYWwgJiYgIWFTb3VyY2UgJiYgIWFOYW1lKSB7XG4gICAgICAvLyBDYXNlIDEuXG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGVsc2UgaWYgKGFHZW5lcmF0ZWQgJiYgJ2xpbmUnIGluIGFHZW5lcmF0ZWQgJiYgJ2NvbHVtbicgaW4gYUdlbmVyYXRlZFxuICAgICAgICAgICAgICYmIGFPcmlnaW5hbCAmJiAnbGluZScgaW4gYU9yaWdpbmFsICYmICdjb2x1bW4nIGluIGFPcmlnaW5hbFxuICAgICAgICAgICAgICYmIGFHZW5lcmF0ZWQubGluZSA+IDAgJiYgYUdlbmVyYXRlZC5jb2x1bW4gPj0gMFxuICAgICAgICAgICAgICYmIGFPcmlnaW5hbC5saW5lID4gMCAmJiBhT3JpZ2luYWwuY29sdW1uID49IDBcbiAgICAgICAgICAgICAmJiBhU291cmNlKSB7XG4gICAgICAvLyBDYXNlcyAyIGFuZCAzLlxuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignSW52YWxpZCBtYXBwaW5nOiAnICsgSlNPTi5zdHJpbmdpZnkoe1xuICAgICAgICBnZW5lcmF0ZWQ6IGFHZW5lcmF0ZWQsXG4gICAgICAgIHNvdXJjZTogYVNvdXJjZSxcbiAgICAgICAgb3JpZ2luYWw6IGFPcmlnaW5hbCxcbiAgICAgICAgbmFtZTogYU5hbWVcbiAgICAgIH0pKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogU2VyaWFsaXplIHRoZSBhY2N1bXVsYXRlZCBtYXBwaW5ncyBpbiB0byB0aGUgc3RyZWFtIG9mIGJhc2UgNjQgVkxRc1xuICogc3BlY2lmaWVkIGJ5IHRoZSBzb3VyY2UgbWFwIGZvcm1hdC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fc2VyaWFsaXplTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3Jfc2VyaWFsaXplTWFwcGluZ3MoKSB7XG4gICAgdmFyIHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgICB2YXIgcHJldmlvdXNHZW5lcmF0ZWRMaW5lID0gMTtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgcHJldmlvdXNTb3VyY2UgPSAwO1xuICAgIHZhciByZXN1bHQgPSAnJztcbiAgICB2YXIgbmV4dDtcbiAgICB2YXIgbWFwcGluZztcbiAgICB2YXIgbmFtZUlkeDtcbiAgICB2YXIgc291cmNlSWR4O1xuXG4gICAgdmFyIG1hcHBpbmdzID0gdGhpcy5fbWFwcGluZ3MudG9BcnJheSgpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBtYXBwaW5ncy5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgICAgbWFwcGluZyA9IG1hcHBpbmdzW2ldO1xuICAgICAgbmV4dCA9ICcnXG5cbiAgICAgIGlmIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgIT09IHByZXZpb3VzR2VuZXJhdGVkTGluZSkge1xuICAgICAgICBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgIHdoaWxlIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgIT09IHByZXZpb3VzR2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIG5leHQgKz0gJzsnO1xuICAgICAgICAgIHByZXZpb3VzR2VuZXJhdGVkTGluZSsrO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICBlbHNlIHtcbiAgICAgICAgaWYgKGkgPiAwKSB7XG4gICAgICAgICAgaWYgKCF1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmcsIG1hcHBpbmdzW2kgLSAxXSkpIHtcbiAgICAgICAgICAgIGNvbnRpbnVlO1xuICAgICAgICAgIH1cbiAgICAgICAgICBuZXh0ICs9ICcsJztcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKG1hcHBpbmcuc291cmNlICE9IG51bGwpIHtcbiAgICAgICAgc291cmNlSWR4ID0gdGhpcy5fc291cmNlcy5pbmRleE9mKG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgbmV4dCArPSBiYXNlNjRWTFEuZW5jb2RlKHNvdXJjZUlkeCAtIHByZXZpb3VzU291cmNlKTtcbiAgICAgICAgcHJldmlvdXNTb3VyY2UgPSBzb3VyY2VJZHg7XG5cbiAgICAgICAgLy8gbGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkIGluIFNvdXJjZU1hcCBzcGVjIHZlcnNpb24gM1xuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5vcmlnaW5hbExpbmUgLSAxXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNPcmlnaW5hbExpbmUpO1xuICAgICAgICBwcmV2aW91c09yaWdpbmFsTGluZSA9IG1hcHBpbmcub3JpZ2luYWxMaW5lIC0gMTtcblxuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5vcmlnaW5hbENvbHVtblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAtIHByZXZpb3VzT3JpZ2luYWxDb2x1bW4pO1xuICAgICAgICBwcmV2aW91c09yaWdpbmFsQ29sdW1uID0gbWFwcGluZy5vcmlnaW5hbENvbHVtbjtcblxuICAgICAgICBpZiAobWFwcGluZy5uYW1lICE9IG51bGwpIHtcbiAgICAgICAgICBuYW1lSWR4ID0gdGhpcy5fbmFtZXMuaW5kZXhPZihtYXBwaW5nLm5hbWUpO1xuICAgICAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShuYW1lSWR4IC0gcHJldmlvdXNOYW1lKTtcbiAgICAgICAgICBwcmV2aW91c05hbWUgPSBuYW1lSWR4O1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIHJlc3VsdCArPSBuZXh0O1xuICAgIH1cblxuICAgIHJldHVybiByZXN1bHQ7XG4gIH07XG5cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX2dlbmVyYXRlU291cmNlc0NvbnRlbnQgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfZ2VuZXJhdGVTb3VyY2VzQ29udGVudChhU291cmNlcywgYVNvdXJjZVJvb3QpIHtcbiAgICByZXR1cm4gYVNvdXJjZXMubWFwKGZ1bmN0aW9uIChzb3VyY2UpIHtcbiAgICAgIGlmICghdGhpcy5fc291cmNlc0NvbnRlbnRzKSB7XG4gICAgICAgIHJldHVybiBudWxsO1xuICAgICAgfVxuICAgICAgaWYgKGFTb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgc291cmNlID0gdXRpbC5yZWxhdGl2ZShhU291cmNlUm9vdCwgc291cmNlKTtcbiAgICAgIH1cbiAgICAgIHZhciBrZXkgPSB1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSk7XG4gICAgICByZXR1cm4gT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHRoaXMuX3NvdXJjZXNDb250ZW50cywga2V5KVxuICAgICAgICA/IHRoaXMuX3NvdXJjZXNDb250ZW50c1trZXldXG4gICAgICAgIDogbnVsbDtcbiAgICB9LCB0aGlzKTtcbiAgfTtcblxuLyoqXG4gKiBFeHRlcm5hbGl6ZSB0aGUgc291cmNlIG1hcC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS50b0pTT04gPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfdG9KU09OKCkge1xuICAgIHZhciBtYXAgPSB7XG4gICAgICB2ZXJzaW9uOiB0aGlzLl92ZXJzaW9uLFxuICAgICAgc291cmNlczogdGhpcy5fc291cmNlcy50b0FycmF5KCksXG4gICAgICBuYW1lczogdGhpcy5fbmFtZXMudG9BcnJheSgpLFxuICAgICAgbWFwcGluZ3M6IHRoaXMuX3NlcmlhbGl6ZU1hcHBpbmdzKClcbiAgICB9O1xuICAgIGlmICh0aGlzLl9maWxlICE9IG51bGwpIHtcbiAgICAgIG1hcC5maWxlID0gdGhpcy5fZmlsZTtcbiAgICB9XG4gICAgaWYgKHRoaXMuX3NvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgbWFwLnNvdXJjZVJvb3QgPSB0aGlzLl9zb3VyY2VSb290O1xuICAgIH1cbiAgICBpZiAodGhpcy5fc291cmNlc0NvbnRlbnRzKSB7XG4gICAgICBtYXAuc291cmNlc0NvbnRlbnQgPSB0aGlzLl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KG1hcC5zb3VyY2VzLCBtYXAuc291cmNlUm9vdCk7XG4gICAgfVxuXG4gICAgcmV0dXJuIG1hcDtcbiAgfTtcblxuLyoqXG4gKiBSZW5kZXIgdGhlIHNvdXJjZSBtYXAgYmVpbmcgZ2VuZXJhdGVkIHRvIGEgc3RyaW5nLlxuICovXG5Tb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLnRvU3RyaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX3RvU3RyaW5nKCkge1xuICAgIHJldHVybiBKU09OLnN0cmluZ2lmeSh0aGlzLnRvSlNPTigpKTtcbiAgfTtcblxuZXhwb3J0cy5Tb3VyY2VNYXBHZW5lcmF0b3IgPSBTb3VyY2VNYXBHZW5lcmF0b3I7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qc1xuLy8gbW9kdWxlIGlkID0gMVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICpcbiAqIEJhc2VkIG9uIHRoZSBCYXNlIDY0IFZMUSBpbXBsZW1lbnRhdGlvbiBpbiBDbG9zdXJlIENvbXBpbGVyOlxuICogaHR0cHM6Ly9jb2RlLmdvb2dsZS5jb20vcC9jbG9zdXJlLWNvbXBpbGVyL3NvdXJjZS9icm93c2UvdHJ1bmsvc3JjL2NvbS9nb29nbGUvZGVidWdnaW5nL3NvdXJjZW1hcC9CYXNlNjRWTFEuamF2YVxuICpcbiAqIENvcHlyaWdodCAyMDExIFRoZSBDbG9zdXJlIENvbXBpbGVyIEF1dGhvcnMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuXG4gKiBSZWRpc3RyaWJ1dGlvbiBhbmQgdXNlIGluIHNvdXJjZSBhbmQgYmluYXJ5IGZvcm1zLCB3aXRoIG9yIHdpdGhvdXRcbiAqIG1vZGlmaWNhdGlvbiwgYXJlIHBlcm1pdHRlZCBwcm92aWRlZCB0aGF0IHRoZSBmb2xsb3dpbmcgY29uZGl0aW9ucyBhcmVcbiAqIG1ldDpcbiAqXG4gKiAgKiBSZWRpc3RyaWJ1dGlvbnMgb2Ygc291cmNlIGNvZGUgbXVzdCByZXRhaW4gdGhlIGFib3ZlIGNvcHlyaWdodFxuICogICAgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLlxuICogICogUmVkaXN0cmlidXRpb25zIGluIGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZVxuICogICAgY29weXJpZ2h0IG5vdGljZSwgdGhpcyBsaXN0IG9mIGNvbmRpdGlvbnMgYW5kIHRoZSBmb2xsb3dpbmdcbiAqICAgIGRpc2NsYWltZXIgaW4gdGhlIGRvY3VtZW50YXRpb24gYW5kL29yIG90aGVyIG1hdGVyaWFscyBwcm92aWRlZFxuICogICAgd2l0aCB0aGUgZGlzdHJpYnV0aW9uLlxuICogICogTmVpdGhlciB0aGUgbmFtZSBvZiBHb29nbGUgSW5jLiBub3IgdGhlIG5hbWVzIG9mIGl0c1xuICogICAgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkXG4gKiAgICBmcm9tIHRoaXMgc29mdHdhcmUgd2l0aG91dCBzcGVjaWZpYyBwcmlvciB3cml0dGVuIHBlcm1pc3Npb24uXG4gKlxuICogVEhJUyBTT0ZUV0FSRSBJUyBQUk9WSURFRCBCWSBUSEUgQ09QWVJJR0hUIEhPTERFUlMgQU5EIENPTlRSSUJVVE9SU1xuICogXCJBUyBJU1wiIEFORCBBTlkgRVhQUkVTUyBPUiBJTVBMSUVEIFdBUlJBTlRJRVMsIElOQ0xVRElORywgQlVUIE5PVFxuICogTElNSVRFRCBUTywgVEhFIElNUExJRUQgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SXG4gKiBBIFBBUlRJQ1VMQVIgUFVSUE9TRSBBUkUgRElTQ0xBSU1FRC4gSU4gTk8gRVZFTlQgU0hBTEwgVEhFIENPUFlSSUdIVFxuICogT1dORVIgT1IgQ09OVFJJQlVUT1JTIEJFIExJQUJMRSBGT1IgQU5ZIERJUkVDVCwgSU5ESVJFQ1QsIElOQ0lERU5UQUwsXG4gKiBTUEVDSUFMLCBFWEVNUExBUlksIE9SIENPTlNFUVVFTlRJQUwgREFNQUdFUyAoSU5DTFVESU5HLCBCVVQgTk9UXG4gKiBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSxcbiAqIERBVEEsIE9SIFBST0ZJVFM7IE9SIEJVU0lORVNTIElOVEVSUlVQVElPTikgSE9XRVZFUiBDQVVTRUQgQU5EIE9OIEFOWVxuICogVEhFT1JZIE9GIExJQUJJTElUWSwgV0hFVEhFUiBJTiBDT05UUkFDVCwgU1RSSUNUIExJQUJJTElUWSwgT1IgVE9SVFxuICogKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEVSV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFXG4gKiBPRiBUSElTIFNPRlRXQVJFLCBFVkVOIElGIEFEVklTRUQgT0YgVEhFIFBPU1NJQklMSVRZIE9GIFNVQ0ggREFNQUdFLlxuICovXG5cbnZhciBiYXNlNjQgPSByZXF1aXJlKCcuL2Jhc2U2NCcpO1xuXG4vLyBBIHNpbmdsZSBiYXNlIDY0IGRpZ2l0IGNhbiBjb250YWluIDYgYml0cyBvZiBkYXRhLiBGb3IgdGhlIGJhc2UgNjQgdmFyaWFibGVcbi8vIGxlbmd0aCBxdWFudGl0aWVzIHdlIHVzZSBpbiB0aGUgc291cmNlIG1hcCBzcGVjLCB0aGUgZmlyc3QgYml0IGlzIHRoZSBzaWduLFxuLy8gdGhlIG5leHQgZm91ciBiaXRzIGFyZSB0aGUgYWN0dWFsIHZhbHVlLCBhbmQgdGhlIDZ0aCBiaXQgaXMgdGhlXG4vLyBjb250aW51YXRpb24gYml0LiBUaGUgY29udGludWF0aW9uIGJpdCB0ZWxscyB1cyB3aGV0aGVyIHRoZXJlIGFyZSBtb3JlXG4vLyBkaWdpdHMgaW4gdGhpcyB2YWx1ZSBmb2xsb3dpbmcgdGhpcyBkaWdpdC5cbi8vXG4vLyAgIENvbnRpbnVhdGlvblxuLy8gICB8ICAgIFNpZ25cbi8vICAgfCAgICB8XG4vLyAgIFYgICAgVlxuLy8gICAxMDEwMTFcblxudmFyIFZMUV9CQVNFX1NISUZUID0gNTtcblxuLy8gYmluYXJ5OiAxMDAwMDBcbnZhciBWTFFfQkFTRSA9IDEgPDwgVkxRX0JBU0VfU0hJRlQ7XG5cbi8vIGJpbmFyeTogMDExMTExXG52YXIgVkxRX0JBU0VfTUFTSyA9IFZMUV9CQVNFIC0gMTtcblxuLy8gYmluYXJ5OiAxMDAwMDBcbnZhciBWTFFfQ09OVElOVUFUSU9OX0JJVCA9IFZMUV9CQVNFO1xuXG4vKipcbiAqIENvbnZlcnRzIGZyb20gYSB0d28tY29tcGxlbWVudCB2YWx1ZSB0byBhIHZhbHVlIHdoZXJlIHRoZSBzaWduIGJpdCBpc1xuICogcGxhY2VkIGluIHRoZSBsZWFzdCBzaWduaWZpY2FudCBiaXQuICBGb3IgZXhhbXBsZSwgYXMgZGVjaW1hbHM6XG4gKiAgIDEgYmVjb21lcyAyICgxMCBiaW5hcnkpLCAtMSBiZWNvbWVzIDMgKDExIGJpbmFyeSlcbiAqICAgMiBiZWNvbWVzIDQgKDEwMCBiaW5hcnkpLCAtMiBiZWNvbWVzIDUgKDEwMSBiaW5hcnkpXG4gKi9cbmZ1bmN0aW9uIHRvVkxRU2lnbmVkKGFWYWx1ZSkge1xuICByZXR1cm4gYVZhbHVlIDwgMFxuICAgID8gKCgtYVZhbHVlKSA8PCAxKSArIDFcbiAgICA6IChhVmFsdWUgPDwgMSkgKyAwO1xufVxuXG4vKipcbiAqIENvbnZlcnRzIHRvIGEgdHdvLWNvbXBsZW1lbnQgdmFsdWUgZnJvbSBhIHZhbHVlIHdoZXJlIHRoZSBzaWduIGJpdCBpc1xuICogcGxhY2VkIGluIHRoZSBsZWFzdCBzaWduaWZpY2FudCBiaXQuICBGb3IgZXhhbXBsZSwgYXMgZGVjaW1hbHM6XG4gKiAgIDIgKDEwIGJpbmFyeSkgYmVjb21lcyAxLCAzICgxMSBiaW5hcnkpIGJlY29tZXMgLTFcbiAqICAgNCAoMTAwIGJpbmFyeSkgYmVjb21lcyAyLCA1ICgxMDEgYmluYXJ5KSBiZWNvbWVzIC0yXG4gKi9cbmZ1bmN0aW9uIGZyb21WTFFTaWduZWQoYVZhbHVlKSB7XG4gIHZhciBpc05lZ2F0aXZlID0gKGFWYWx1ZSAmIDEpID09PSAxO1xuICB2YXIgc2hpZnRlZCA9IGFWYWx1ZSA+PiAxO1xuICByZXR1cm4gaXNOZWdhdGl2ZVxuICAgID8gLXNoaWZ0ZWRcbiAgICA6IHNoaWZ0ZWQ7XG59XG5cbi8qKlxuICogUmV0dXJucyB0aGUgYmFzZSA2NCBWTFEgZW5jb2RlZCB2YWx1ZS5cbiAqL1xuZXhwb3J0cy5lbmNvZGUgPSBmdW5jdGlvbiBiYXNlNjRWTFFfZW5jb2RlKGFWYWx1ZSkge1xuICB2YXIgZW5jb2RlZCA9IFwiXCI7XG4gIHZhciBkaWdpdDtcblxuICB2YXIgdmxxID0gdG9WTFFTaWduZWQoYVZhbHVlKTtcblxuICBkbyB7XG4gICAgZGlnaXQgPSB2bHEgJiBWTFFfQkFTRV9NQVNLO1xuICAgIHZscSA+Pj49IFZMUV9CQVNFX1NISUZUO1xuICAgIGlmICh2bHEgPiAwKSB7XG4gICAgICAvLyBUaGVyZSBhcmUgc3RpbGwgbW9yZSBkaWdpdHMgaW4gdGhpcyB2YWx1ZSwgc28gd2UgbXVzdCBtYWtlIHN1cmUgdGhlXG4gICAgICAvLyBjb250aW51YXRpb24gYml0IGlzIG1hcmtlZC5cbiAgICAgIGRpZ2l0IHw9IFZMUV9DT05USU5VQVRJT05fQklUO1xuICAgIH1cbiAgICBlbmNvZGVkICs9IGJhc2U2NC5lbmNvZGUoZGlnaXQpO1xuICB9IHdoaWxlICh2bHEgPiAwKTtcblxuICByZXR1cm4gZW5jb2RlZDtcbn07XG5cbi8qKlxuICogRGVjb2RlcyB0aGUgbmV4dCBiYXNlIDY0IFZMUSB2YWx1ZSBmcm9tIHRoZSBnaXZlbiBzdHJpbmcgYW5kIHJldHVybnMgdGhlXG4gKiB2YWx1ZSBhbmQgdGhlIHJlc3Qgb2YgdGhlIHN0cmluZyB2aWEgdGhlIG91dCBwYXJhbWV0ZXIuXG4gKi9cbmV4cG9ydHMuZGVjb2RlID0gZnVuY3Rpb24gYmFzZTY0VkxRX2RlY29kZShhU3RyLCBhSW5kZXgsIGFPdXRQYXJhbSkge1xuICB2YXIgc3RyTGVuID0gYVN0ci5sZW5ndGg7XG4gIHZhciByZXN1bHQgPSAwO1xuICB2YXIgc2hpZnQgPSAwO1xuICB2YXIgY29udGludWF0aW9uLCBkaWdpdDtcblxuICBkbyB7XG4gICAgaWYgKGFJbmRleCA+PSBzdHJMZW4pIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcIkV4cGVjdGVkIG1vcmUgZGlnaXRzIGluIGJhc2UgNjQgVkxRIHZhbHVlLlwiKTtcbiAgICB9XG5cbiAgICBkaWdpdCA9IGJhc2U2NC5kZWNvZGUoYVN0ci5jaGFyQ29kZUF0KGFJbmRleCsrKSk7XG4gICAgaWYgKGRpZ2l0ID09PSAtMSkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiSW52YWxpZCBiYXNlNjQgZGlnaXQ6IFwiICsgYVN0ci5jaGFyQXQoYUluZGV4IC0gMSkpO1xuICAgIH1cblxuICAgIGNvbnRpbnVhdGlvbiA9ICEhKGRpZ2l0ICYgVkxRX0NPTlRJTlVBVElPTl9CSVQpO1xuICAgIGRpZ2l0ICY9IFZMUV9CQVNFX01BU0s7XG4gICAgcmVzdWx0ID0gcmVzdWx0ICsgKGRpZ2l0IDw8IHNoaWZ0KTtcbiAgICBzaGlmdCArPSBWTFFfQkFTRV9TSElGVDtcbiAgfSB3aGlsZSAoY29udGludWF0aW9uKTtcblxuICBhT3V0UGFyYW0udmFsdWUgPSBmcm9tVkxRU2lnbmVkKHJlc3VsdCk7XG4gIGFPdXRQYXJhbS5yZXN0ID0gYUluZGV4O1xufTtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2Jhc2U2NC12bHEuanNcbi8vIG1vZHVsZSBpZCA9IDJcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgaW50VG9DaGFyTWFwID0gJ0FCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5Ky8nLnNwbGl0KCcnKTtcblxuLyoqXG4gKiBFbmNvZGUgYW4gaW50ZWdlciBpbiB0aGUgcmFuZ2Ugb2YgMCB0byA2MyB0byBhIHNpbmdsZSBiYXNlIDY0IGRpZ2l0LlxuICovXG5leHBvcnRzLmVuY29kZSA9IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgaWYgKDAgPD0gbnVtYmVyICYmIG51bWJlciA8IGludFRvQ2hhck1hcC5sZW5ndGgpIHtcbiAgICByZXR1cm4gaW50VG9DaGFyTWFwW251bWJlcl07XG4gIH1cbiAgdGhyb3cgbmV3IFR5cGVFcnJvcihcIk11c3QgYmUgYmV0d2VlbiAwIGFuZCA2MzogXCIgKyBudW1iZXIpO1xufTtcblxuLyoqXG4gKiBEZWNvZGUgYSBzaW5nbGUgYmFzZSA2NCBjaGFyYWN0ZXIgY29kZSBkaWdpdCB0byBhbiBpbnRlZ2VyLiBSZXR1cm5zIC0xIG9uXG4gKiBmYWlsdXJlLlxuICovXG5leHBvcnRzLmRlY29kZSA9IGZ1bmN0aW9uIChjaGFyQ29kZSkge1xuICB2YXIgYmlnQSA9IDY1OyAgICAgLy8gJ0EnXG4gIHZhciBiaWdaID0gOTA7ICAgICAvLyAnWidcblxuICB2YXIgbGl0dGxlQSA9IDk3OyAgLy8gJ2EnXG4gIHZhciBsaXR0bGVaID0gMTIyOyAvLyAneidcblxuICB2YXIgemVybyA9IDQ4OyAgICAgLy8gJzAnXG4gIHZhciBuaW5lID0gNTc7ICAgICAvLyAnOSdcblxuICB2YXIgcGx1cyA9IDQzOyAgICAgLy8gJysnXG4gIHZhciBzbGFzaCA9IDQ3OyAgICAvLyAnLydcblxuICB2YXIgbGl0dGxlT2Zmc2V0ID0gMjY7XG4gIHZhciBudW1iZXJPZmZzZXQgPSA1MjtcblxuICAvLyAwIC0gMjU6IEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaXG4gIGlmIChiaWdBIDw9IGNoYXJDb2RlICYmIGNoYXJDb2RlIDw9IGJpZ1opIHtcbiAgICByZXR1cm4gKGNoYXJDb2RlIC0gYmlnQSk7XG4gIH1cblxuICAvLyAyNiAtIDUxOiBhYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5elxuICBpZiAobGl0dGxlQSA8PSBjaGFyQ29kZSAmJiBjaGFyQ29kZSA8PSBsaXR0bGVaKSB7XG4gICAgcmV0dXJuIChjaGFyQ29kZSAtIGxpdHRsZUEgKyBsaXR0bGVPZmZzZXQpO1xuICB9XG5cbiAgLy8gNTIgLSA2MTogMDEyMzQ1Njc4OVxuICBpZiAoemVybyA8PSBjaGFyQ29kZSAmJiBjaGFyQ29kZSA8PSBuaW5lKSB7XG4gICAgcmV0dXJuIChjaGFyQ29kZSAtIHplcm8gKyBudW1iZXJPZmZzZXQpO1xuICB9XG5cbiAgLy8gNjI6ICtcbiAgaWYgKGNoYXJDb2RlID09IHBsdXMpIHtcbiAgICByZXR1cm4gNjI7XG4gIH1cblxuICAvLyA2MzogL1xuICBpZiAoY2hhckNvZGUgPT0gc2xhc2gpIHtcbiAgICByZXR1cm4gNjM7XG4gIH1cblxuICAvLyBJbnZhbGlkIGJhc2U2NCBkaWdpdC5cbiAgcmV0dXJuIC0xO1xufTtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2Jhc2U2NC5qc1xuLy8gbW9kdWxlIGlkID0gM1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8qKlxuICogVGhpcyBpcyBhIGhlbHBlciBmdW5jdGlvbiBmb3IgZ2V0dGluZyB2YWx1ZXMgZnJvbSBwYXJhbWV0ZXIvb3B0aW9uc1xuICogb2JqZWN0cy5cbiAqXG4gKiBAcGFyYW0gYXJncyBUaGUgb2JqZWN0IHdlIGFyZSBleHRyYWN0aW5nIHZhbHVlcyBmcm9tXG4gKiBAcGFyYW0gbmFtZSBUaGUgbmFtZSBvZiB0aGUgcHJvcGVydHkgd2UgYXJlIGdldHRpbmcuXG4gKiBAcGFyYW0gZGVmYXVsdFZhbHVlIEFuIG9wdGlvbmFsIHZhbHVlIHRvIHJldHVybiBpZiB0aGUgcHJvcGVydHkgaXMgbWlzc2luZ1xuICogZnJvbSB0aGUgb2JqZWN0LiBJZiB0aGlzIGlzIG5vdCBzcGVjaWZpZWQgYW5kIHRoZSBwcm9wZXJ0eSBpcyBtaXNzaW5nLCBhblxuICogZXJyb3Igd2lsbCBiZSB0aHJvd24uXG4gKi9cbmZ1bmN0aW9uIGdldEFyZyhhQXJncywgYU5hbWUsIGFEZWZhdWx0VmFsdWUpIHtcbiAgaWYgKGFOYW1lIGluIGFBcmdzKSB7XG4gICAgcmV0dXJuIGFBcmdzW2FOYW1lXTtcbiAgfSBlbHNlIGlmIChhcmd1bWVudHMubGVuZ3RoID09PSAzKSB7XG4gICAgcmV0dXJuIGFEZWZhdWx0VmFsdWU7XG4gIH0gZWxzZSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdcIicgKyBhTmFtZSArICdcIiBpcyBhIHJlcXVpcmVkIGFyZ3VtZW50LicpO1xuICB9XG59XG5leHBvcnRzLmdldEFyZyA9IGdldEFyZztcblxudmFyIHVybFJlZ2V4cCA9IC9eKD86KFtcXHcrXFwtLl0rKTopP1xcL1xcLyg/OihcXHcrOlxcdyspQCk/KFtcXHcuLV0qKSg/OjooXFxkKykpPyguKikkLztcbnZhciBkYXRhVXJsUmVnZXhwID0gL15kYXRhOi4rXFwsLiskLztcblxuZnVuY3Rpb24gdXJsUGFyc2UoYVVybCkge1xuICB2YXIgbWF0Y2ggPSBhVXJsLm1hdGNoKHVybFJlZ2V4cCk7XG4gIGlmICghbWF0Y2gpIHtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuICByZXR1cm4ge1xuICAgIHNjaGVtZTogbWF0Y2hbMV0sXG4gICAgYXV0aDogbWF0Y2hbMl0sXG4gICAgaG9zdDogbWF0Y2hbM10sXG4gICAgcG9ydDogbWF0Y2hbNF0sXG4gICAgcGF0aDogbWF0Y2hbNV1cbiAgfTtcbn1cbmV4cG9ydHMudXJsUGFyc2UgPSB1cmxQYXJzZTtcblxuZnVuY3Rpb24gdXJsR2VuZXJhdGUoYVBhcnNlZFVybCkge1xuICB2YXIgdXJsID0gJyc7XG4gIGlmIChhUGFyc2VkVXJsLnNjaGVtZSkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLnNjaGVtZSArICc6JztcbiAgfVxuICB1cmwgKz0gJy8vJztcbiAgaWYgKGFQYXJzZWRVcmwuYXV0aCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmF1dGggKyAnQCc7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwuaG9zdCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmhvc3Q7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwucG9ydCkge1xuICAgIHVybCArPSBcIjpcIiArIGFQYXJzZWRVcmwucG9ydFxuICB9XG4gIGlmIChhUGFyc2VkVXJsLnBhdGgpIHtcbiAgICB1cmwgKz0gYVBhcnNlZFVybC5wYXRoO1xuICB9XG4gIHJldHVybiB1cmw7XG59XG5leHBvcnRzLnVybEdlbmVyYXRlID0gdXJsR2VuZXJhdGU7XG5cbi8qKlxuICogTm9ybWFsaXplcyBhIHBhdGgsIG9yIHRoZSBwYXRoIHBvcnRpb24gb2YgYSBVUkw6XG4gKlxuICogLSBSZXBsYWNlcyBjb25zZWN1dGl2ZSBzbGFzaGVzIHdpdGggb25lIHNsYXNoLlxuICogLSBSZW1vdmVzIHVubmVjZXNzYXJ5ICcuJyBwYXJ0cy5cbiAqIC0gUmVtb3ZlcyB1bm5lY2Vzc2FyeSAnPGRpcj4vLi4nIHBhcnRzLlxuICpcbiAqIEJhc2VkIG9uIGNvZGUgaW4gdGhlIE5vZGUuanMgJ3BhdGgnIGNvcmUgbW9kdWxlLlxuICpcbiAqIEBwYXJhbSBhUGF0aCBUaGUgcGF0aCBvciB1cmwgdG8gbm9ybWFsaXplLlxuICovXG5mdW5jdGlvbiBub3JtYWxpemUoYVBhdGgpIHtcbiAgdmFyIHBhdGggPSBhUGF0aDtcbiAgdmFyIHVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgaWYgKHVybCkge1xuICAgIGlmICghdXJsLnBhdGgpIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG4gICAgcGF0aCA9IHVybC5wYXRoO1xuICB9XG4gIHZhciBpc0Fic29sdXRlID0gZXhwb3J0cy5pc0Fic29sdXRlKHBhdGgpO1xuXG4gIHZhciBwYXJ0cyA9IHBhdGguc3BsaXQoL1xcLysvKTtcbiAgZm9yICh2YXIgcGFydCwgdXAgPSAwLCBpID0gcGFydHMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIHtcbiAgICBwYXJ0ID0gcGFydHNbaV07XG4gICAgaWYgKHBhcnQgPT09ICcuJykge1xuICAgICAgcGFydHMuc3BsaWNlKGksIDEpO1xuICAgIH0gZWxzZSBpZiAocGFydCA9PT0gJy4uJykge1xuICAgICAgdXArKztcbiAgICB9IGVsc2UgaWYgKHVwID4gMCkge1xuICAgICAgaWYgKHBhcnQgPT09ICcnKSB7XG4gICAgICAgIC8vIFRoZSBmaXJzdCBwYXJ0IGlzIGJsYW5rIGlmIHRoZSBwYXRoIGlzIGFic29sdXRlLiBUcnlpbmcgdG8gZ29cbiAgICAgICAgLy8gYWJvdmUgdGhlIHJvb3QgaXMgYSBuby1vcC4gVGhlcmVmb3JlIHdlIGNhbiByZW1vdmUgYWxsICcuLicgcGFydHNcbiAgICAgICAgLy8gZGlyZWN0bHkgYWZ0ZXIgdGhlIHJvb3QuXG4gICAgICAgIHBhcnRzLnNwbGljZShpICsgMSwgdXApO1xuICAgICAgICB1cCA9IDA7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBwYXJ0cy5zcGxpY2UoaSwgMik7XG4gICAgICAgIHVwLS07XG4gICAgICB9XG4gICAgfVxuICB9XG4gIHBhdGggPSBwYXJ0cy5qb2luKCcvJyk7XG5cbiAgaWYgKHBhdGggPT09ICcnKSB7XG4gICAgcGF0aCA9IGlzQWJzb2x1dGUgPyAnLycgOiAnLic7XG4gIH1cblxuICBpZiAodXJsKSB7XG4gICAgdXJsLnBhdGggPSBwYXRoO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZSh1cmwpO1xuICB9XG4gIHJldHVybiBwYXRoO1xufVxuZXhwb3J0cy5ub3JtYWxpemUgPSBub3JtYWxpemU7XG5cbi8qKlxuICogSm9pbnMgdHdvIHBhdGhzL1VSTHMuXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBqb2luZWQgd2l0aCB0aGUgcm9vdC5cbiAqXG4gKiAtIElmIGFQYXRoIGlzIGEgVVJMIG9yIGEgZGF0YSBVUkksIGFQYXRoIGlzIHJldHVybmVkLCB1bmxlc3MgYVBhdGggaXMgYVxuICogICBzY2hlbWUtcmVsYXRpdmUgVVJMOiBUaGVuIHRoZSBzY2hlbWUgb2YgYVJvb3QsIGlmIGFueSwgaXMgcHJlcGVuZGVkXG4gKiAgIGZpcnN0LlxuICogLSBPdGhlcndpc2UgYVBhdGggaXMgYSBwYXRoLiBJZiBhUm9vdCBpcyBhIFVSTCwgdGhlbiBpdHMgcGF0aCBwb3J0aW9uXG4gKiAgIGlzIHVwZGF0ZWQgd2l0aCB0aGUgcmVzdWx0IGFuZCBhUm9vdCBpcyByZXR1cm5lZC4gT3RoZXJ3aXNlIHRoZSByZXN1bHRcbiAqICAgaXMgcmV0dXJuZWQuXG4gKiAgIC0gSWYgYVBhdGggaXMgYWJzb2x1dGUsIHRoZSByZXN1bHQgaXMgYVBhdGguXG4gKiAgIC0gT3RoZXJ3aXNlIHRoZSB0d28gcGF0aHMgYXJlIGpvaW5lZCB3aXRoIGEgc2xhc2guXG4gKiAtIEpvaW5pbmcgZm9yIGV4YW1wbGUgJ2h0dHA6Ly8nIGFuZCAnd3d3LmV4YW1wbGUuY29tJyBpcyBhbHNvIHN1cHBvcnRlZC5cbiAqL1xuZnVuY3Rpb24gam9pbihhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuICBpZiAoYVBhdGggPT09IFwiXCIpIHtcbiAgICBhUGF0aCA9IFwiLlwiO1xuICB9XG4gIHZhciBhUGF0aFVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgdmFyIGFSb290VXJsID0gdXJsUGFyc2UoYVJvb3QpO1xuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdCA9IGFSb290VXJsLnBhdGggfHwgJy8nO1xuICB9XG5cbiAgLy8gYGpvaW4oZm9vLCAnLy93d3cuZXhhbXBsZS5vcmcnKWBcbiAgaWYgKGFQYXRoVXJsICYmICFhUGF0aFVybC5zY2hlbWUpIHtcbiAgICBpZiAoYVJvb3RVcmwpIHtcbiAgICAgIGFQYXRoVXJsLnNjaGVtZSA9IGFSb290VXJsLnNjaGVtZTtcbiAgICB9XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFQYXRoVXJsKTtcbiAgfVxuXG4gIGlmIChhUGF0aFVybCB8fCBhUGF0aC5tYXRjaChkYXRhVXJsUmVnZXhwKSkge1xuICAgIHJldHVybiBhUGF0aDtcbiAgfVxuXG4gIC8vIGBqb2luKCdodHRwOi8vJywgJ3d3dy5leGFtcGxlLmNvbScpYFxuICBpZiAoYVJvb3RVcmwgJiYgIWFSb290VXJsLmhvc3QgJiYgIWFSb290VXJsLnBhdGgpIHtcbiAgICBhUm9vdFVybC5ob3N0ID0gYVBhdGg7XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFSb290VXJsKTtcbiAgfVxuXG4gIHZhciBqb2luZWQgPSBhUGF0aC5jaGFyQXQoMCkgPT09ICcvJ1xuICAgID8gYVBhdGhcbiAgICA6IG5vcm1hbGl6ZShhUm9vdC5yZXBsYWNlKC9cXC8rJC8sICcnKSArICcvJyArIGFQYXRoKTtcblxuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdFVybC5wYXRoID0gam9pbmVkO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZShhUm9vdFVybCk7XG4gIH1cbiAgcmV0dXJuIGpvaW5lZDtcbn1cbmV4cG9ydHMuam9pbiA9IGpvaW47XG5cbmV4cG9ydHMuaXNBYnNvbHV0ZSA9IGZ1bmN0aW9uIChhUGF0aCkge1xuICByZXR1cm4gYVBhdGguY2hhckF0KDApID09PSAnLycgfHwgdXJsUmVnZXhwLnRlc3QoYVBhdGgpO1xufTtcblxuLyoqXG4gKiBNYWtlIGEgcGF0aCByZWxhdGl2ZSB0byBhIFVSTCBvciBhbm90aGVyIHBhdGguXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBtYWRlIHJlbGF0aXZlIHRvIGFSb290LlxuICovXG5mdW5jdGlvbiByZWxhdGl2ZShhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuXG4gIGFSb290ID0gYVJvb3QucmVwbGFjZSgvXFwvJC8sICcnKTtcblxuICAvLyBJdCBpcyBwb3NzaWJsZSBmb3IgdGhlIHBhdGggdG8gYmUgYWJvdmUgdGhlIHJvb3QuIEluIHRoaXMgY2FzZSwgc2ltcGx5XG4gIC8vIGNoZWNraW5nIHdoZXRoZXIgdGhlIHJvb3QgaXMgYSBwcmVmaXggb2YgdGhlIHBhdGggd29uJ3Qgd29yay4gSW5zdGVhZCwgd2VcbiAgLy8gbmVlZCB0byByZW1vdmUgY29tcG9uZW50cyBmcm9tIHRoZSByb290IG9uZSBieSBvbmUsIHVudGlsIGVpdGhlciB3ZSBmaW5kXG4gIC8vIGEgcHJlZml4IHRoYXQgZml0cywgb3Igd2UgcnVuIG91dCBvZiBjb21wb25lbnRzIHRvIHJlbW92ZS5cbiAgdmFyIGxldmVsID0gMDtcbiAgd2hpbGUgKGFQYXRoLmluZGV4T2YoYVJvb3QgKyAnLycpICE9PSAwKSB7XG4gICAgdmFyIGluZGV4ID0gYVJvb3QubGFzdEluZGV4T2YoXCIvXCIpO1xuICAgIGlmIChpbmRleCA8IDApIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG5cbiAgICAvLyBJZiB0aGUgb25seSBwYXJ0IG9mIHRoZSByb290IHRoYXQgaXMgbGVmdCBpcyB0aGUgc2NoZW1lIChpLmUuIGh0dHA6Ly8sXG4gICAgLy8gZmlsZTovLy8sIGV0Yy4pLCBvbmUgb3IgbW9yZSBzbGFzaGVzICgvKSwgb3Igc2ltcGx5IG5vdGhpbmcgYXQgYWxsLCB3ZVxuICAgIC8vIGhhdmUgZXhoYXVzdGVkIGFsbCBjb21wb25lbnRzLCBzbyB0aGUgcGF0aCBpcyBub3QgcmVsYXRpdmUgdG8gdGhlIHJvb3QuXG4gICAgYVJvb3QgPSBhUm9vdC5zbGljZSgwLCBpbmRleCk7XG4gICAgaWYgKGFSb290Lm1hdGNoKC9eKFteXFwvXSs6XFwvKT9cXC8qJC8pKSB7XG4gICAgICByZXR1cm4gYVBhdGg7XG4gICAgfVxuXG4gICAgKytsZXZlbDtcbiAgfVxuXG4gIC8vIE1ha2Ugc3VyZSB3ZSBhZGQgYSBcIi4uL1wiIGZvciBlYWNoIGNvbXBvbmVudCB3ZSByZW1vdmVkIGZyb20gdGhlIHJvb3QuXG4gIHJldHVybiBBcnJheShsZXZlbCArIDEpLmpvaW4oXCIuLi9cIikgKyBhUGF0aC5zdWJzdHIoYVJvb3QubGVuZ3RoICsgMSk7XG59XG5leHBvcnRzLnJlbGF0aXZlID0gcmVsYXRpdmU7XG5cbnZhciBzdXBwb3J0c051bGxQcm90byA9IChmdW5jdGlvbiAoKSB7XG4gIHZhciBvYmogPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICByZXR1cm4gISgnX19wcm90b19fJyBpbiBvYmopO1xufSgpKTtcblxuZnVuY3Rpb24gaWRlbnRpdHkgKHMpIHtcbiAgcmV0dXJuIHM7XG59XG5cbi8qKlxuICogQmVjYXVzZSBiZWhhdmlvciBnb2VzIHdhY2t5IHdoZW4geW91IHNldCBgX19wcm90b19fYCBvbiBvYmplY3RzLCB3ZVxuICogaGF2ZSB0byBwcmVmaXggYWxsIHRoZSBzdHJpbmdzIGluIG91ciBzZXQgd2l0aCBhbiBhcmJpdHJhcnkgY2hhcmFjdGVyLlxuICpcbiAqIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL3B1bGwvMzEgYW5kXG4gKiBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8zMFxuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5mdW5jdGlvbiB0b1NldFN0cmluZyhhU3RyKSB7XG4gIGlmIChpc1Byb3RvU3RyaW5nKGFTdHIpKSB7XG4gICAgcmV0dXJuICckJyArIGFTdHI7XG4gIH1cblxuICByZXR1cm4gYVN0cjtcbn1cbmV4cG9ydHMudG9TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogdG9TZXRTdHJpbmc7XG5cbmZ1bmN0aW9uIGZyb21TZXRTdHJpbmcoYVN0cikge1xuICBpZiAoaXNQcm90b1N0cmluZyhhU3RyKSkge1xuICAgIHJldHVybiBhU3RyLnNsaWNlKDEpO1xuICB9XG5cbiAgcmV0dXJuIGFTdHI7XG59XG5leHBvcnRzLmZyb21TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogZnJvbVNldFN0cmluZztcblxuZnVuY3Rpb24gaXNQcm90b1N0cmluZyhzKSB7XG4gIGlmICghcykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIHZhciBsZW5ndGggPSBzLmxlbmd0aDtcblxuICBpZiAobGVuZ3RoIDwgOSAvKiBcIl9fcHJvdG9fX1wiLmxlbmd0aCAqLykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIGlmIChzLmNoYXJDb2RlQXQobGVuZ3RoIC0gMSkgIT09IDk1ICAvKiAnXycgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSAyKSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDMpICE9PSAxMTEgLyogJ28nICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNCkgIT09IDExNiAvKiAndCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA1KSAhPT0gMTExIC8qICdvJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDYpICE9PSAxMTQgLyogJ3InICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNykgIT09IDExMiAvKiAncCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA4KSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDkpICE9PSA5NSAgLyogJ18nICovKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG5cbiAgZm9yICh2YXIgaSA9IGxlbmd0aCAtIDEwOyBpID49IDA7IGktLSkge1xuICAgIGlmIChzLmNoYXJDb2RlQXQoaSkgIT09IDM2IC8qICckJyAqLykge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiB0cnVlO1xufVxuXG4vKipcbiAqIENvbXBhcmF0b3IgYmV0d2VlbiB0d28gbWFwcGluZ3Mgd2hlcmUgdGhlIG9yaWdpbmFsIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4sIGJ1dCBkaWZmZXJlbnQgZ2VuZXJhdGVkXG4gKiBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYSBtYXBwaW5nIHdpdGggYVxuICogc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZU9yaWdpbmFsKSB7XG4gIHZhciBjbXAgPSBzdHJjbXAobWFwcGluZ0Euc291cmNlLCBtYXBwaW5nQi5zb3VyY2UpO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsTGluZSAtIG1hcHBpbmdCLm9yaWdpbmFsTGluZTtcbiAgaWYgKGNtcCAhPT0gMCkge1xuICAgIHJldHVybiBjbXA7XG4gIH1cblxuICBjbXAgPSBtYXBwaW5nQS5vcmlnaW5hbENvbHVtbiAtIG1hcHBpbmdCLm9yaWdpbmFsQ29sdW1uO1xuICBpZiAoY21wICE9PSAwIHx8IG9ubHlDb21wYXJlT3JpZ2luYWwpIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLmdlbmVyYXRlZExpbmUgLSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIHJldHVybiBzdHJjbXAobWFwcGluZ0EubmFtZSwgbWFwcGluZ0IubmFtZSk7XG59XG5leHBvcnRzLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zID0gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnM7XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGRlZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBpbmRpY2VzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uLCBidXQgZGlmZmVyZW50XG4gKiBzb3VyY2UvbmFtZS9vcmlnaW5hbCBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYVxuICogbWFwcGluZyB3aXRoIGEgc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZUdlbmVyYXRlZCkge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwIHx8IG9ubHlDb21wYXJlR2VuZXJhdGVkKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNEZWZsYXRlZDtcblxuZnVuY3Rpb24gc3RyY21wKGFTdHIxLCBhU3RyMikge1xuICBpZiAoYVN0cjEgPT09IGFTdHIyKSB7XG4gICAgcmV0dXJuIDA7XG4gIH1cblxuICBpZiAoYVN0cjEgPT09IG51bGwpIHtcbiAgICByZXR1cm4gMTsgLy8gYVN0cjIgIT09IG51bGxcbiAgfVxuXG4gIGlmIChhU3RyMiA9PT0gbnVsbCkge1xuICAgIHJldHVybiAtMTsgLy8gYVN0cjEgIT09IG51bGxcbiAgfVxuXG4gIGlmIChhU3RyMSA+IGFTdHIyKSB7XG4gICAgcmV0dXJuIDE7XG4gIH1cblxuICByZXR1cm4gLTE7XG59XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGluZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBzdHJpbmdzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKi9cbmZ1bmN0aW9uIGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmdBLCBtYXBwaW5nQikge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zSW5mbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZDtcblxuLyoqXG4gKiBTdHJpcCBhbnkgSlNPTiBYU1NJIGF2b2lkYW5jZSBwcmVmaXggZnJvbSB0aGUgc3RyaW5nIChhcyBkb2N1bWVudGVkXG4gKiBpbiB0aGUgc291cmNlIG1hcHMgc3BlY2lmaWNhdGlvbiksIGFuZCB0aGVuIHBhcnNlIHRoZSBzdHJpbmcgYXNcbiAqIEpTT04uXG4gKi9cbmZ1bmN0aW9uIHBhcnNlU291cmNlTWFwSW5wdXQoc3RyKSB7XG4gIHJldHVybiBKU09OLnBhcnNlKHN0ci5yZXBsYWNlKC9eXFwpXX0nW15cXG5dKlxcbi8sICcnKSk7XG59XG5leHBvcnRzLnBhcnNlU291cmNlTWFwSW5wdXQgPSBwYXJzZVNvdXJjZU1hcElucHV0O1xuXG4vKipcbiAqIENvbXB1dGUgdGhlIFVSTCBvZiBhIHNvdXJjZSBnaXZlbiB0aGUgdGhlIHNvdXJjZSByb290LCB0aGUgc291cmNlJ3NcbiAqIFVSTCwgYW5kIHRoZSBzb3VyY2UgbWFwJ3MgVVJMLlxuICovXG5mdW5jdGlvbiBjb21wdXRlU291cmNlVVJMKHNvdXJjZVJvb3QsIHNvdXJjZVVSTCwgc291cmNlTWFwVVJMKSB7XG4gIHNvdXJjZVVSTCA9IHNvdXJjZVVSTCB8fCAnJztcblxuICBpZiAoc291cmNlUm9vdCkge1xuICAgIC8vIFRoaXMgZm9sbG93cyB3aGF0IENocm9tZSBkb2VzLlxuICAgIGlmIChzb3VyY2VSb290W3NvdXJjZVJvb3QubGVuZ3RoIC0gMV0gIT09ICcvJyAmJiBzb3VyY2VVUkxbMF0gIT09ICcvJykge1xuICAgICAgc291cmNlUm9vdCArPSAnLyc7XG4gICAgfVxuICAgIC8vIFRoZSBzcGVjIHNheXM6XG4gICAgLy8gICBMaW5lIDQ6IEFuIG9wdGlvbmFsIHNvdXJjZSByb290LCB1c2VmdWwgZm9yIHJlbG9jYXRpbmcgc291cmNlXG4gICAgLy8gICBmaWxlcyBvbiBhIHNlcnZlciBvciByZW1vdmluZyByZXBlYXRlZCB2YWx1ZXMgaW4gdGhlXG4gICAgLy8gICDigJxzb3VyY2Vz4oCdIGVudHJ5LiAgVGhpcyB2YWx1ZSBpcyBwcmVwZW5kZWQgdG8gdGhlIGluZGl2aWR1YWxcbiAgICAvLyAgIGVudHJpZXMgaW4gdGhlIOKAnHNvdXJjZeKAnSBmaWVsZC5cbiAgICBzb3VyY2VVUkwgPSBzb3VyY2VSb290ICsgc291cmNlVVJMO1xuICB9XG5cbiAgLy8gSGlzdG9yaWNhbGx5LCBTb3VyY2VNYXBDb25zdW1lciBkaWQgbm90IHRha2UgdGhlIHNvdXJjZU1hcFVSTCBhc1xuICAvLyBhIHBhcmFtZXRlci4gIFRoaXMgbW9kZSBpcyBzdGlsbCBzb21ld2hhdCBzdXBwb3J0ZWQsIHdoaWNoIGlzIHdoeVxuICAvLyB0aGlzIGNvZGUgYmxvY2sgaXMgY29uZGl0aW9uYWwuICBIb3dldmVyLCBpdCdzIHByZWZlcmFibGUgdG8gcGFzc1xuICAvLyB0aGUgc291cmNlIG1hcCBVUkwgdG8gU291cmNlTWFwQ29uc3VtZXIsIHNvIHRoYXQgdGhpcyBmdW5jdGlvblxuICAvLyBjYW4gaW1wbGVtZW50IHRoZSBzb3VyY2UgVVJMIHJlc29sdXRpb24gYWxnb3JpdGhtIGFzIG91dGxpbmVkIGluXG4gIC8vIHRoZSBzcGVjLiAgVGhpcyBibG9jayBpcyBiYXNpY2FsbHkgdGhlIGVxdWl2YWxlbnQgb2Y6XG4gIC8vICAgIG5ldyBVUkwoc291cmNlVVJMLCBzb3VyY2VNYXBVUkwpLnRvU3RyaW5nKClcbiAgLy8gLi4uIGV4Y2VwdCBpdCBhdm9pZHMgdXNpbmcgVVJMLCB3aGljaCB3YXNuJ3QgYXZhaWxhYmxlIGluIHRoZVxuICAvLyBvbGRlciByZWxlYXNlcyBvZiBub2RlIHN0aWxsIHN1cHBvcnRlZCBieSB0aGlzIGxpYnJhcnkuXG4gIC8vXG4gIC8vIFRoZSBzcGVjIHNheXM6XG4gIC8vICAgSWYgdGhlIHNvdXJjZXMgYXJlIG5vdCBhYnNvbHV0ZSBVUkxzIGFmdGVyIHByZXBlbmRpbmcgb2YgdGhlXG4gIC8vICAg4oCcc291cmNlUm9vdOKAnSwgdGhlIHNvdXJjZXMgYXJlIHJlc29sdmVkIHJlbGF0aXZlIHRvIHRoZVxuICAvLyAgIFNvdXJjZU1hcCAobGlrZSByZXNvbHZpbmcgc2NyaXB0IHNyYyBpbiBhIGh0bWwgZG9jdW1lbnQpLlxuICBpZiAoc291cmNlTWFwVVJMKSB7XG4gICAgdmFyIHBhcnNlZCA9IHVybFBhcnNlKHNvdXJjZU1hcFVSTCk7XG4gICAgaWYgKCFwYXJzZWQpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcInNvdXJjZU1hcFVSTCBjb3VsZCBub3QgYmUgcGFyc2VkXCIpO1xuICAgIH1cbiAgICBpZiAocGFyc2VkLnBhdGgpIHtcbiAgICAgIC8vIFN0cmlwIHRoZSBsYXN0IHBhdGggY29tcG9uZW50LCBidXQga2VlcCB0aGUgXCIvXCIuXG4gICAgICB2YXIgaW5kZXggPSBwYXJzZWQucGF0aC5sYXN0SW5kZXhPZignLycpO1xuICAgICAgaWYgKGluZGV4ID49IDApIHtcbiAgICAgICAgcGFyc2VkLnBhdGggPSBwYXJzZWQucGF0aC5zdWJzdHJpbmcoMCwgaW5kZXggKyAxKTtcbiAgICAgIH1cbiAgICB9XG4gICAgc291cmNlVVJMID0gam9pbih1cmxHZW5lcmF0ZShwYXJzZWQpLCBzb3VyY2VVUkwpO1xuICB9XG5cbiAgcmV0dXJuIG5vcm1hbGl6ZShzb3VyY2VVUkwpO1xufVxuZXhwb3J0cy5jb21wdXRlU291cmNlVVJMID0gY29tcHV0ZVNvdXJjZVVSTDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL3V0aWwuanNcbi8vIG1vZHVsZSBpZCA9IDRcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGhhcyA9IE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHk7XG52YXIgaGFzTmF0aXZlTWFwID0gdHlwZW9mIE1hcCAhPT0gXCJ1bmRlZmluZWRcIjtcblxuLyoqXG4gKiBBIGRhdGEgc3RydWN0dXJlIHdoaWNoIGlzIGEgY29tYmluYXRpb24gb2YgYW4gYXJyYXkgYW5kIGEgc2V0LiBBZGRpbmcgYSBuZXdcbiAqIG1lbWJlciBpcyBPKDEpLCB0ZXN0aW5nIGZvciBtZW1iZXJzaGlwIGlzIE8oMSksIGFuZCBmaW5kaW5nIHRoZSBpbmRleCBvZiBhblxuICogZWxlbWVudCBpcyBPKDEpLiBSZW1vdmluZyBlbGVtZW50cyBmcm9tIHRoZSBzZXQgaXMgbm90IHN1cHBvcnRlZC4gT25seVxuICogc3RyaW5ncyBhcmUgc3VwcG9ydGVkIGZvciBtZW1iZXJzaGlwLlxuICovXG5mdW5jdGlvbiBBcnJheVNldCgpIHtcbiAgdGhpcy5fYXJyYXkgPSBbXTtcbiAgdGhpcy5fc2V0ID0gaGFzTmF0aXZlTWFwID8gbmV3IE1hcCgpIDogT2JqZWN0LmNyZWF0ZShudWxsKTtcbn1cblxuLyoqXG4gKiBTdGF0aWMgbWV0aG9kIGZvciBjcmVhdGluZyBBcnJheVNldCBpbnN0YW5jZXMgZnJvbSBhbiBleGlzdGluZyBhcnJheS5cbiAqL1xuQXJyYXlTZXQuZnJvbUFycmF5ID0gZnVuY3Rpb24gQXJyYXlTZXRfZnJvbUFycmF5KGFBcnJheSwgYUFsbG93RHVwbGljYXRlcykge1xuICB2YXIgc2V0ID0gbmV3IEFycmF5U2V0KCk7XG4gIGZvciAodmFyIGkgPSAwLCBsZW4gPSBhQXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBzZXQuYWRkKGFBcnJheVtpXSwgYUFsbG93RHVwbGljYXRlcyk7XG4gIH1cbiAgcmV0dXJuIHNldDtcbn07XG5cbi8qKlxuICogUmV0dXJuIGhvdyBtYW55IHVuaXF1ZSBpdGVtcyBhcmUgaW4gdGhpcyBBcnJheVNldC4gSWYgZHVwbGljYXRlcyBoYXZlIGJlZW5cbiAqIGFkZGVkLCB0aGFuIHRob3NlIGRvIG5vdCBjb3VudCB0b3dhcmRzIHRoZSBzaXplLlxuICpcbiAqIEByZXR1cm5zIE51bWJlclxuICovXG5BcnJheVNldC5wcm90b3R5cGUuc2l6ZSA9IGZ1bmN0aW9uIEFycmF5U2V0X3NpemUoKSB7XG4gIHJldHVybiBoYXNOYXRpdmVNYXAgPyB0aGlzLl9zZXQuc2l6ZSA6IE9iamVjdC5nZXRPd25Qcm9wZXJ0eU5hbWVzKHRoaXMuX3NldCkubGVuZ3RoO1xufTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHN0cmluZyB0byB0aGlzIHNldC5cbiAqXG4gKiBAcGFyYW0gU3RyaW5nIGFTdHJcbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIEFycmF5U2V0X2FkZChhU3RyLCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gIHZhciBzU3RyID0gaGFzTmF0aXZlTWFwID8gYVN0ciA6IHV0aWwudG9TZXRTdHJpbmcoYVN0cik7XG4gIHZhciBpc0R1cGxpY2F0ZSA9IGhhc05hdGl2ZU1hcCA/IHRoaXMuaGFzKGFTdHIpIDogaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKTtcbiAgdmFyIGlkeCA9IHRoaXMuX2FycmF5Lmxlbmd0aDtcbiAgaWYgKCFpc0R1cGxpY2F0ZSB8fCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhU3RyKTtcbiAgfVxuICBpZiAoIWlzRHVwbGljYXRlKSB7XG4gICAgaWYgKGhhc05hdGl2ZU1hcCkge1xuICAgICAgdGhpcy5fc2V0LnNldChhU3RyLCBpZHgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLl9zZXRbc1N0cl0gPSBpZHg7XG4gICAgfVxuICB9XG59O1xuXG4vKipcbiAqIElzIHRoZSBnaXZlbiBzdHJpbmcgYSBtZW1iZXIgb2YgdGhpcyBzZXQ/XG4gKlxuICogQHBhcmFtIFN0cmluZyBhU3RyXG4gKi9cbkFycmF5U2V0LnByb3RvdHlwZS5oYXMgPSBmdW5jdGlvbiBBcnJheVNldF9oYXMoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgcmV0dXJuIHRoaXMuX3NldC5oYXMoYVN0cik7XG4gIH0gZWxzZSB7XG4gICAgdmFyIHNTdHIgPSB1dGlsLnRvU2V0U3RyaW5nKGFTdHIpO1xuICAgIHJldHVybiBoYXMuY2FsbCh0aGlzLl9zZXQsIHNTdHIpO1xuICB9XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGluZGV4IG9mIHRoZSBnaXZlbiBzdHJpbmcgaW4gdGhlIGFycmF5P1xuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5BcnJheVNldC5wcm90b3R5cGUuaW5kZXhPZiA9IGZ1bmN0aW9uIEFycmF5U2V0X2luZGV4T2YoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgdmFyIGlkeCA9IHRoaXMuX3NldC5nZXQoYVN0cik7XG4gICAgaWYgKGlkeCA+PSAwKSB7XG4gICAgICAgIHJldHVybiBpZHg7XG4gICAgfVxuICB9IGVsc2Uge1xuICAgIHZhciBzU3RyID0gdXRpbC50b1NldFN0cmluZyhhU3RyKTtcbiAgICBpZiAoaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKSkge1xuICAgICAgcmV0dXJuIHRoaXMuX3NldFtzU3RyXTtcbiAgICB9XG4gIH1cblxuICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTdHIgKyAnXCIgaXMgbm90IGluIHRoZSBzZXQuJyk7XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGVsZW1lbnQgYXQgdGhlIGdpdmVuIGluZGV4P1xuICpcbiAqIEBwYXJhbSBOdW1iZXIgYUlkeFxuICovXG5BcnJheVNldC5wcm90b3R5cGUuYXQgPSBmdW5jdGlvbiBBcnJheVNldF9hdChhSWR4KSB7XG4gIGlmIChhSWR4ID49IDAgJiYgYUlkeCA8IHRoaXMuX2FycmF5Lmxlbmd0aCkge1xuICAgIHJldHVybiB0aGlzLl9hcnJheVthSWR4XTtcbiAgfVxuICB0aHJvdyBuZXcgRXJyb3IoJ05vIGVsZW1lbnQgaW5kZXhlZCBieSAnICsgYUlkeCk7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGFycmF5IHJlcHJlc2VudGF0aW9uIG9mIHRoaXMgc2V0ICh3aGljaCBoYXMgdGhlIHByb3BlciBpbmRpY2VzXG4gKiBpbmRpY2F0ZWQgYnkgaW5kZXhPZikuIE5vdGUgdGhhdCB0aGlzIGlzIGEgY29weSBvZiB0aGUgaW50ZXJuYWwgYXJyYXkgdXNlZFxuICogZm9yIHN0b3JpbmcgdGhlIG1lbWJlcnMgc28gdGhhdCBubyBvbmUgY2FuIG1lc3Mgd2l0aCBpbnRlcm5hbCBzdGF0ZS5cbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBBcnJheVNldF90b0FycmF5KCkge1xuICByZXR1cm4gdGhpcy5fYXJyYXkuc2xpY2UoKTtcbn07XG5cbmV4cG9ydHMuQXJyYXlTZXQgPSBBcnJheVNldDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2FycmF5LXNldC5qc1xuLy8gbW9kdWxlIGlkID0gNVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTQgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciB1dGlsID0gcmVxdWlyZSgnLi91dGlsJyk7XG5cbi8qKlxuICogRGV0ZXJtaW5lIHdoZXRoZXIgbWFwcGluZ0IgaXMgYWZ0ZXIgbWFwcGluZ0Egd2l0aCByZXNwZWN0IHRvIGdlbmVyYXRlZFxuICogcG9zaXRpb24uXG4gKi9cbmZ1bmN0aW9uIGdlbmVyYXRlZFBvc2l0aW9uQWZ0ZXIobWFwcGluZ0EsIG1hcHBpbmdCKSB7XG4gIC8vIE9wdGltaXplZCBmb3IgbW9zdCBjb21tb24gY2FzZVxuICB2YXIgbGluZUEgPSBtYXBwaW5nQS5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgbGluZUIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgY29sdW1uQSA9IG1hcHBpbmdBLmdlbmVyYXRlZENvbHVtbjtcbiAgdmFyIGNvbHVtbkIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRDb2x1bW47XG4gIHJldHVybiBsaW5lQiA+IGxpbmVBIHx8IGxpbmVCID09IGxpbmVBICYmIGNvbHVtbkIgPj0gY29sdW1uQSB8fFxuICAgICAgICAgdXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZChtYXBwaW5nQSwgbWFwcGluZ0IpIDw9IDA7XG59XG5cbi8qKlxuICogQSBkYXRhIHN0cnVjdHVyZSB0byBwcm92aWRlIGEgc29ydGVkIHZpZXcgb2YgYWNjdW11bGF0ZWQgbWFwcGluZ3MgaW4gYVxuICogcGVyZm9ybWFuY2UgY29uc2Npb3VzIG1hbm5lci4gSXQgdHJhZGVzIGEgbmVnbGliYWJsZSBvdmVyaGVhZCBpbiBnZW5lcmFsXG4gKiBjYXNlIGZvciBhIGxhcmdlIHNwZWVkdXAgaW4gY2FzZSBvZiBtYXBwaW5ncyBiZWluZyBhZGRlZCBpbiBvcmRlci5cbiAqL1xuZnVuY3Rpb24gTWFwcGluZ0xpc3QoKSB7XG4gIHRoaXMuX2FycmF5ID0gW107XG4gIHRoaXMuX3NvcnRlZCA9IHRydWU7XG4gIC8vIFNlcnZlcyBhcyBpbmZpbXVtXG4gIHRoaXMuX2xhc3QgPSB7Z2VuZXJhdGVkTGluZTogLTEsIGdlbmVyYXRlZENvbHVtbjogMH07XG59XG5cbi8qKlxuICogSXRlcmF0ZSB0aHJvdWdoIGludGVybmFsIGl0ZW1zLiBUaGlzIG1ldGhvZCB0YWtlcyB0aGUgc2FtZSBhcmd1bWVudHMgdGhhdFxuICogYEFycmF5LnByb3RvdHlwZS5mb3JFYWNoYCB0YWtlcy5cbiAqXG4gKiBOT1RFOiBUaGUgb3JkZXIgb2YgdGhlIG1hcHBpbmdzIGlzIE5PVCBndWFyYW50ZWVkLlxuICovXG5NYXBwaW5nTGlzdC5wcm90b3R5cGUudW5zb3J0ZWRGb3JFYWNoID1cbiAgZnVuY3Rpb24gTWFwcGluZ0xpc3RfZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKSB7XG4gICAgdGhpcy5fYXJyYXkuZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKTtcbiAgfTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHNvdXJjZSBtYXBwaW5nLlxuICpcbiAqIEBwYXJhbSBPYmplY3QgYU1hcHBpbmdcbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIE1hcHBpbmdMaXN0X2FkZChhTWFwcGluZykge1xuICBpZiAoZ2VuZXJhdGVkUG9zaXRpb25BZnRlcih0aGlzLl9sYXN0LCBhTWFwcGluZykpIHtcbiAgICB0aGlzLl9sYXN0ID0gYU1hcHBpbmc7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH0gZWxzZSB7XG4gICAgdGhpcy5fc29ydGVkID0gZmFsc2U7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH1cbn07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgZmxhdCwgc29ydGVkIGFycmF5IG9mIG1hcHBpbmdzLiBUaGUgbWFwcGluZ3MgYXJlIHNvcnRlZCBieVxuICogZ2VuZXJhdGVkIHBvc2l0aW9uLlxuICpcbiAqIFdBUk5JTkc6IFRoaXMgbWV0aG9kIHJldHVybnMgaW50ZXJuYWwgZGF0YSB3aXRob3V0IGNvcHlpbmcsIGZvclxuICogcGVyZm9ybWFuY2UuIFRoZSByZXR1cm4gdmFsdWUgbXVzdCBOT1QgYmUgbXV0YXRlZCwgYW5kIHNob3VsZCBiZSB0cmVhdGVkIGFzXG4gKiBhbiBpbW11dGFibGUgYm9ycm93LiBJZiB5b3Ugd2FudCB0byB0YWtlIG93bmVyc2hpcCwgeW91IG11c3QgbWFrZSB5b3VyIG93blxuICogY29weS5cbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBNYXBwaW5nTGlzdF90b0FycmF5KCkge1xuICBpZiAoIXRoaXMuX3NvcnRlZCkge1xuICAgIHRoaXMuX2FycmF5LnNvcnQodXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZCk7XG4gICAgdGhpcy5fc29ydGVkID0gdHJ1ZTtcbiAgfVxuICByZXR1cm4gdGhpcy5fYXJyYXk7XG59O1xuXG5leHBvcnRzLk1hcHBpbmdMaXN0ID0gTWFwcGluZ0xpc3Q7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9tYXBwaW5nLWxpc3QuanNcbi8vIG1vZHVsZSBpZCA9IDZcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGJpbmFyeVNlYXJjaCA9IHJlcXVpcmUoJy4vYmluYXJ5LXNlYXJjaCcpO1xudmFyIEFycmF5U2V0ID0gcmVxdWlyZSgnLi9hcnJheS1zZXQnKS5BcnJheVNldDtcbnZhciBiYXNlNjRWTFEgPSByZXF1aXJlKCcuL2Jhc2U2NC12bHEnKTtcbnZhciBxdWlja1NvcnQgPSByZXF1aXJlKCcuL3F1aWNrLXNvcnQnKS5xdWlja1NvcnQ7XG5cbmZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSB1dGlsLnBhcnNlU291cmNlTWFwSW5wdXQoYVNvdXJjZU1hcCk7XG4gIH1cblxuICByZXR1cm4gc291cmNlTWFwLnNlY3Rpb25zICE9IG51bGxcbiAgICA/IG5ldyBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIoc291cmNlTWFwLCBhU291cmNlTWFwVVJMKVxuICAgIDogbmV3IEJhc2ljU291cmNlTWFwQ29uc3VtZXIoc291cmNlTWFwLCBhU291cmNlTWFwVVJMKTtcbn1cblxuU291cmNlTWFwQ29uc3VtZXIuZnJvbVNvdXJjZU1hcCA9IGZ1bmN0aW9uKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgcmV0dXJuIEJhc2ljU291cmNlTWFwQ29uc3VtZXIuZnJvbVNvdXJjZU1hcChhU291cmNlTWFwLCBhU291cmNlTWFwVVJMKTtcbn1cblxuLyoqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgc291cmNlIG1hcHBpbmcgc3BlYyB0aGF0IHdlIGFyZSBjb25zdW1pbmcuXG4gKi9cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8vIGBfX2dlbmVyYXRlZE1hcHBpbmdzYCBhbmQgYF9fb3JpZ2luYWxNYXBwaW5nc2AgYXJlIGFycmF5cyB0aGF0IGhvbGQgdGhlXG4vLyBwYXJzZWQgbWFwcGluZyBjb29yZGluYXRlcyBmcm9tIHRoZSBzb3VyY2UgbWFwJ3MgXCJtYXBwaW5nc1wiIGF0dHJpYnV0ZS4gVGhleVxuLy8gYXJlIGxhemlseSBpbnN0YW50aWF0ZWQsIGFjY2Vzc2VkIHZpYSB0aGUgYF9nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4vLyBgX29yaWdpbmFsTWFwcGluZ3NgIGdldHRlcnMgcmVzcGVjdGl2ZWx5LCBhbmQgd2Ugb25seSBwYXJzZSB0aGUgbWFwcGluZ3Ncbi8vIGFuZCBjcmVhdGUgdGhlc2UgYXJyYXlzIG9uY2UgcXVlcmllZCBmb3IgYSBzb3VyY2UgbG9jYXRpb24uIFdlIGp1bXAgdGhyb3VnaFxuLy8gdGhlc2UgaG9vcHMgYmVjYXVzZSB0aGVyZSBjYW4gYmUgbWFueSB0aG91c2FuZHMgb2YgbWFwcGluZ3MsIGFuZCBwYXJzaW5nXG4vLyB0aGVtIGlzIGV4cGVuc2l2ZSwgc28gd2Ugb25seSB3YW50IHRvIGRvIGl0IGlmIHdlIG11c3QuXG4vL1xuLy8gRWFjaCBvYmplY3QgaW4gdGhlIGFycmF5cyBpcyBvZiB0aGUgZm9ybTpcbi8vXG4vLyAgICAge1xuLy8gICAgICAgZ2VuZXJhdGVkTGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIGdlbmVyYXRlZENvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBjb2RlLFxuLy8gICAgICAgc291cmNlOiBUaGUgcGF0aCB0byB0aGUgb3JpZ2luYWwgc291cmNlIGZpbGUgdGhhdCBnZW5lcmF0ZWQgdGhpc1xuLy8gICAgICAgICAgICAgICBjaHVuayBvZiBjb2RlLFxuLy8gICAgICAgb3JpZ2luYWxMaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSB0aGF0XG4vLyAgICAgICAgICAgICAgICAgICAgIGNvcnJlc3BvbmRzIHRvIHRoaXMgY2h1bmsgb2YgZ2VuZXJhdGVkIGNvZGUsXG4vLyAgICAgICBvcmlnaW5hbENvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSB0aGF0XG4vLyAgICAgICAgICAgICAgICAgICAgICAgY29ycmVzcG9uZHMgdG8gdGhpcyBjaHVuayBvZiBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIG5hbWU6IFRoZSBuYW1lIG9mIHRoZSBvcmlnaW5hbCBzeW1ib2wgd2hpY2ggZ2VuZXJhdGVkIHRoaXMgY2h1bmsgb2Zcbi8vICAgICAgICAgICAgIGNvZGUuXG4vLyAgICAgfVxuLy9cbi8vIEFsbCBwcm9wZXJ0aWVzIGV4Y2VwdCBmb3IgYGdlbmVyYXRlZExpbmVgIGFuZCBgZ2VuZXJhdGVkQ29sdW1uYCBjYW4gYmVcbi8vIGBudWxsYC5cbi8vXG4vLyBgX2dlbmVyYXRlZE1hcHBpbmdzYCBpcyBvcmRlcmVkIGJ5IHRoZSBnZW5lcmF0ZWQgcG9zaXRpb25zLlxuLy9cbi8vIGBfb3JpZ2luYWxNYXBwaW5nc2AgaXMgb3JkZXJlZCBieSB0aGUgb3JpZ2luYWwgcG9zaXRpb25zLlxuXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX19nZW5lcmF0ZWRNYXBwaW5ncyA9IG51bGw7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnX2dlbmVyYXRlZE1hcHBpbmdzJywge1xuICBjb25maWd1cmFibGU6IHRydWUsXG4gIGVudW1lcmFibGU6IHRydWUsXG4gIGdldDogZnVuY3Rpb24gKCkge1xuICAgIGlmICghdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3M7XG4gIH1cbn0pO1xuXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX19vcmlnaW5hbE1hcHBpbmdzID0gbnVsbDtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdfb3JpZ2luYWxNYXBwaW5ncycsIHtcbiAgY29uZmlndXJhYmxlOiB0cnVlLFxuICBlbnVtZXJhYmxlOiB0cnVlLFxuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICBpZiAoIXRoaXMuX19vcmlnaW5hbE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncztcbiAgfVxufSk7XG5cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fY2hhcklzTWFwcGluZ1NlcGFyYXRvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NoYXJJc01hcHBpbmdTZXBhcmF0b3IoYVN0ciwgaW5kZXgpIHtcbiAgICB2YXIgYyA9IGFTdHIuY2hhckF0KGluZGV4KTtcbiAgICByZXR1cm4gYyA9PT0gXCI7XCIgfHwgYyA9PT0gXCIsXCI7XG4gIH07XG5cbi8qKlxuICogUGFyc2UgdGhlIG1hcHBpbmdzIGluIGEgc3RyaW5nIGluIHRvIGEgZGF0YSBzdHJ1Y3R1cmUgd2hpY2ggd2UgY2FuIGVhc2lseVxuICogcXVlcnkgKHRoZSBvcmRlcmVkIGFycmF5cyBpbiB0aGUgYHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4gKiBgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3NgIHByb3BlcnRpZXMpLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKFwiU3ViY2xhc3NlcyBtdXN0IGltcGxlbWVudCBfcGFyc2VNYXBwaW5nc1wiKTtcbiAgfTtcblxuU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSID0gMTtcblNvdXJjZU1hcENvbnN1bWVyLk9SSUdJTkFMX09SREVSID0gMjtcblxuU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuU291cmNlTWFwQ29uc3VtZXIuTEVBU1RfVVBQRVJfQk9VTkQgPSAyO1xuXG4vKipcbiAqIEl0ZXJhdGUgb3ZlciBlYWNoIG1hcHBpbmcgYmV0d2VlbiBhbiBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4gYW5kIGFcbiAqIGdlbmVyYXRlZCBsaW5lL2NvbHVtbiBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKlxuICogQHBhcmFtIEZ1bmN0aW9uIGFDYWxsYmFja1xuICogICAgICAgIFRoZSBmdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aXRoIGVhY2ggbWFwcGluZy5cbiAqIEBwYXJhbSBPYmplY3QgYUNvbnRleHRcbiAqICAgICAgICBPcHRpb25hbC4gSWYgc3BlY2lmaWVkLCB0aGlzIG9iamVjdCB3aWxsIGJlIHRoZSB2YWx1ZSBvZiBgdGhpc2AgZXZlcnlcbiAqICAgICAgICB0aW1lIHRoYXQgYGFDYWxsYmFja2AgaXMgY2FsbGVkLlxuICogQHBhcmFtIGFPcmRlclxuICogICAgICAgIEVpdGhlciBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYCBvclxuICogICAgICAgIGBTb3VyY2VNYXBDb25zdW1lci5PUklHSU5BTF9PUkRFUmAuIFNwZWNpZmllcyB3aGV0aGVyIHlvdSB3YW50IHRvXG4gKiAgICAgICAgaXRlcmF0ZSBvdmVyIHRoZSBtYXBwaW5ncyBzb3J0ZWQgYnkgdGhlIGdlbmVyYXRlZCBmaWxlJ3MgbGluZS9jb2x1bW5cbiAqICAgICAgICBvcmRlciBvciB0aGUgb3JpZ2luYWwncyBzb3VyY2UvbGluZS9jb2x1bW4gb3JkZXIsIHJlc3BlY3RpdmVseS4gRGVmYXVsdHMgdG9cbiAqICAgICAgICBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYC5cbiAqL1xuU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmVhY2hNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfZWFjaE1hcHBpbmcoYUNhbGxiYWNrLCBhQ29udGV4dCwgYU9yZGVyKSB7XG4gICAgdmFyIGNvbnRleHQgPSBhQ29udGV4dCB8fCBudWxsO1xuICAgIHZhciBvcmRlciA9IGFPcmRlciB8fCBTb3VyY2VNYXBDb25zdW1lci5HRU5FUkFURURfT1JERVI7XG5cbiAgICB2YXIgbWFwcGluZ3M7XG4gICAgc3dpdGNoIChvcmRlcikge1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSOlxuICAgICAgbWFwcGluZ3MgPSB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncztcbiAgICAgIGJyZWFrO1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuT1JJR0lOQUxfT1JERVI6XG4gICAgICBtYXBwaW5ncyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3M7XG4gICAgICBicmVhaztcbiAgICBkZWZhdWx0OlxuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiVW5rbm93biBvcmRlciBvZiBpdGVyYXRpb24uXCIpO1xuICAgIH1cblxuICAgIHZhciBzb3VyY2VSb290ID0gdGhpcy5zb3VyY2VSb290O1xuICAgIG1hcHBpbmdzLm1hcChmdW5jdGlvbiAobWFwcGluZykge1xuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlID09PSBudWxsID8gbnVsbCA6IHRoaXMuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgc291cmNlID0gdXRpbC5jb21wdXRlU291cmNlVVJMKHNvdXJjZVJvb3QsIHNvdXJjZSwgdGhpcy5fc291cmNlTWFwVVJMKTtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICBnZW5lcmF0ZWRMaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgIGdlbmVyYXRlZENvbHVtbjogbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4sXG4gICAgICAgIG9yaWdpbmFsTGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgIG9yaWdpbmFsQ29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uLFxuICAgICAgICBuYW1lOiBtYXBwaW5nLm5hbWUgPT09IG51bGwgPyBudWxsIDogdGhpcy5fbmFtZXMuYXQobWFwcGluZy5uYW1lKVxuICAgICAgfTtcbiAgICB9LCB0aGlzKS5mb3JFYWNoKGFDYWxsYmFjaywgY29udGV4dCk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyBhbGwgZ2VuZXJhdGVkIGxpbmUgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIG9yaWdpbmFsIHNvdXJjZSxcbiAqIGxpbmUsIGFuZCBjb2x1bW4gcHJvdmlkZWQuIElmIG5vIGNvbHVtbiBpcyBwcm92aWRlZCwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gYSBlaXRoZXIgdGhlIGxpbmUgd2UgYXJlIHNlYXJjaGluZyBmb3Igb3IgdGhlIG5leHRcbiAqIGNsb3Nlc3QgbGluZSB0aGF0IGhhcyBhbnkgbWFwcGluZ3MuIE90aGVyd2lzZSwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gdGhlIGdpdmVuIGxpbmUgYW5kIGVpdGhlciB0aGUgY29sdW1uIHdlIGFyZSBzZWFyY2hpbmcgZm9yXG4gKiBvciB0aGUgbmV4dCBjbG9zZXN0IGNvbHVtbiB0aGF0IGhhcyBhbnkgb2Zmc2V0cy5cbiAqXG4gKiBUaGUgb25seSBhcmd1bWVudCBpcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuICBUaGUgbGluZSBudW1iZXIgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IE9wdGlvbmFsLiB0aGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLlxuICogICAgVGhlIGNvbHVtbiBudW1iZXIgaXMgMC1iYXNlZC5cbiAqXG4gKiBhbmQgYW4gYXJyYXkgb2Ygb2JqZWN0cyBpcyByZXR1cm5lZCwgZWFjaCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICBsaW5lIG51bWJlciBpcyAxLWJhc2VkLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgICBUaGUgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuYWxsR2VuZXJhdGVkUG9zaXRpb25zRm9yID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfYWxsR2VuZXJhdGVkUG9zaXRpb25zRm9yKGFBcmdzKSB7XG4gICAgdmFyIGxpbmUgPSB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKTtcblxuICAgIC8vIFdoZW4gdGhlcmUgaXMgbm8gZXhhY3QgbWF0Y2gsIEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9maW5kTWFwcGluZ1xuICAgIC8vIHJldHVybnMgdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IG1hcHBpbmcgbGVzcyB0aGFuIHRoZSBuZWVkbGUuIEJ5XG4gICAgLy8gc2V0dGluZyBuZWVkbGUub3JpZ2luYWxDb2x1bW4gdG8gMCwgd2UgdGh1cyBmaW5kIHRoZSBsYXN0IG1hcHBpbmcgZm9yXG4gICAgLy8gdGhlIGdpdmVuIGxpbmUsIHByb3ZpZGVkIHN1Y2ggYSBtYXBwaW5nIGV4aXN0cy5cbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgc291cmNlOiB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZScpLFxuICAgICAgb3JpZ2luYWxMaW5lOiBsaW5lLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJywgMClcbiAgICB9O1xuXG4gICAgbmVlZGxlLnNvdXJjZSA9IHRoaXMuX2ZpbmRTb3VyY2VJbmRleChuZWVkbGUuc291cmNlKTtcbiAgICBpZiAobmVlZGxlLnNvdXJjZSA8IDApIHtcbiAgICAgIHJldHVybiBbXTtcbiAgICB9XG5cbiAgICB2YXIgbWFwcGluZ3MgPSBbXTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKG5lZWRsZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwib3JpZ2luYWxMaW5lXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJvcmlnaW5hbENvbHVtblwiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHV0aWwuY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EKTtcbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgdmFyIG1hcHBpbmcgPSB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgaWYgKGFBcmdzLmNvbHVtbiA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIHZhciBvcmlnaW5hbExpbmUgPSBtYXBwaW5nLm9yaWdpbmFsTGluZTtcblxuICAgICAgICAvLyBJdGVyYXRlIHVudGlsIGVpdGhlciB3ZSBydW4gb3V0IG9mIG1hcHBpbmdzLCBvciB3ZSBydW4gaW50b1xuICAgICAgICAvLyBhIG1hcHBpbmcgZm9yIGEgZGlmZmVyZW50IGxpbmUgdGhhbiB0aGUgb25lIHdlIGZvdW5kLiBTaW5jZVxuICAgICAgICAvLyBtYXBwaW5ncyBhcmUgc29ydGVkLCB0aGlzIGlzIGd1YXJhbnRlZWQgdG8gZmluZCBhbGwgbWFwcGluZ3MgZm9yXG4gICAgICAgIC8vIHRoZSBsaW5lIHdlIGZvdW5kLlxuICAgICAgICB3aGlsZSAobWFwcGluZyAmJiBtYXBwaW5nLm9yaWdpbmFsTGluZSA9PT0gb3JpZ2luYWxMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZ3MucHVzaCh7XG4gICAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgICBsYXN0Q29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbGFzdEdlbmVyYXRlZENvbHVtbicsIG51bGwpXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1srK2luZGV4XTtcbiAgICAgICAgfVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIG9yaWdpbmFsQ29sdW1uID0gbWFwcGluZy5vcmlnaW5hbENvbHVtbjtcblxuICAgICAgICAvLyBJdGVyYXRlIHVudGlsIGVpdGhlciB3ZSBydW4gb3V0IG9mIG1hcHBpbmdzLCBvciB3ZSBydW4gaW50b1xuICAgICAgICAvLyBhIG1hcHBpbmcgZm9yIGEgZGlmZmVyZW50IGxpbmUgdGhhbiB0aGUgb25lIHdlIHdlcmUgc2VhcmNoaW5nIGZvci5cbiAgICAgICAgLy8gU2luY2UgbWFwcGluZ3MgYXJlIHNvcnRlZCwgdGhpcyBpcyBndWFyYW50ZWVkIHRvIGZpbmQgYWxsIG1hcHBpbmdzIGZvclxuICAgICAgICAvLyB0aGUgbGluZSB3ZSBhcmUgc2VhcmNoaW5nIGZvci5cbiAgICAgICAgd2hpbGUgKG1hcHBpbmcgJiZcbiAgICAgICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID09PSBsaW5lICYmXG4gICAgICAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID09IG9yaWdpbmFsQ29sdW1uKSB7XG4gICAgICAgICAgbWFwcGluZ3MucHVzaCh7XG4gICAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgICBsYXN0Q29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbGFzdEdlbmVyYXRlZENvbHVtbicsIG51bGwpXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1srK2luZGV4XTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiBtYXBwaW5ncztcbiAgfTtcblxuZXhwb3J0cy5Tb3VyY2VNYXBDb25zdW1lciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIEEgQmFzaWNTb3VyY2VNYXBDb25zdW1lciBpbnN0YW5jZSByZXByZXNlbnRzIGEgcGFyc2VkIHNvdXJjZSBtYXAgd2hpY2ggd2UgY2FuXG4gKiBxdWVyeSBmb3IgaW5mb3JtYXRpb24gYWJvdXQgdGhlIG9yaWdpbmFsIGZpbGUgcG9zaXRpb25zIGJ5IGdpdmluZyBpdCBhIGZpbGVcbiAqIHBvc2l0aW9uIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLlxuICpcbiAqIFRoZSBmaXJzdCBwYXJhbWV0ZXIgaXMgdGhlIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3JcbiAqIGFscmVhZHkgcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYywgc291cmNlIG1hcHMgaGF2ZSB0aGVcbiAqIGZvbGxvd2luZyBhdHRyaWJ1dGVzOlxuICpcbiAqICAgLSB2ZXJzaW9uOiBXaGljaCB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwIHNwZWMgdGhpcyBtYXAgaXMgZm9sbG93aW5nLlxuICogICAtIHNvdXJjZXM6IEFuIGFycmF5IG9mIFVSTHMgdG8gdGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlcy5cbiAqICAgLSBuYW1lczogQW4gYXJyYXkgb2YgaWRlbnRpZmllcnMgd2hpY2ggY2FuIGJlIHJlZmVycmVuY2VkIGJ5IGluZGl2aWR1YWwgbWFwcGluZ3MuXG4gKiAgIC0gc291cmNlUm9vdDogT3B0aW9uYWwuIFRoZSBVUkwgcm9vdCBmcm9tIHdoaWNoIGFsbCBzb3VyY2VzIGFyZSByZWxhdGl2ZS5cbiAqICAgLSBzb3VyY2VzQ29udGVudDogT3B0aW9uYWwuIEFuIGFycmF5IG9mIGNvbnRlbnRzIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZXMuXG4gKiAgIC0gbWFwcGluZ3M6IEEgc3RyaW5nIG9mIGJhc2U2NCBWTFFzIHdoaWNoIGNvbnRhaW4gdGhlIGFjdHVhbCBtYXBwaW5ncy5cbiAqICAgLSBmaWxlOiBPcHRpb25hbC4gVGhlIGdlbmVyYXRlZCBmaWxlIHRoaXMgc291cmNlIG1hcCBpcyBhc3NvY2lhdGVkIHdpdGguXG4gKlxuICogSGVyZSBpcyBhbiBleGFtcGxlIHNvdXJjZSBtYXAsIHRha2VuIGZyb20gdGhlIHNvdXJjZSBtYXAgc3BlY1swXTpcbiAqXG4gKiAgICAge1xuICogICAgICAgdmVyc2lvbiA6IDMsXG4gKiAgICAgICBmaWxlOiBcIm91dC5qc1wiLFxuICogICAgICAgc291cmNlUm9vdCA6IFwiXCIsXG4gKiAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICBuYW1lczogW1wic3JjXCIsIFwibWFwc1wiLCBcImFyZVwiLCBcImZ1blwiXSxcbiAqICAgICAgIG1hcHBpbmdzOiBcIkFBLEFCOztBQkNERTtcIlxuICogICAgIH1cbiAqXG4gKiBUaGUgc2Vjb25kIHBhcmFtZXRlciwgaWYgZ2l2ZW4sIGlzIGEgc3RyaW5nIHdob3NlIHZhbHVlIGlzIHRoZSBVUkxcbiAqIGF0IHdoaWNoIHRoZSBzb3VyY2UgbWFwIHdhcyBmb3VuZC4gIFRoaXMgVVJMIGlzIHVzZWQgdG8gY29tcHV0ZSB0aGVcbiAqIHNvdXJjZXMgYXJyYXkuXG4gKlxuICogWzBdOiBodHRwczovL2RvY3MuZ29vZ2xlLmNvbS9kb2N1bWVudC9kLzFVMVJHQWVoUXdSeXBVVG92RjFLUmxwaU9GemUwYi1fMmdjNmZBSDBLWTBrL2VkaXQ/cGxpPTEjXG4gKi9cbmZ1bmN0aW9uIEJhc2ljU291cmNlTWFwQ29uc3VtZXIoYVNvdXJjZU1hcCwgYVNvdXJjZU1hcFVSTCkge1xuICB2YXIgc291cmNlTWFwID0gYVNvdXJjZU1hcDtcbiAgaWYgKHR5cGVvZiBhU291cmNlTWFwID09PSAnc3RyaW5nJykge1xuICAgIHNvdXJjZU1hcCA9IHV0aWwucGFyc2VTb3VyY2VNYXBJbnB1dChhU291cmNlTWFwKTtcbiAgfVxuXG4gIHZhciB2ZXJzaW9uID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAndmVyc2lvbicpO1xuICB2YXIgc291cmNlcyA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3NvdXJjZXMnKTtcbiAgLy8gU2FzcyAzLjMgbGVhdmVzIG91dCB0aGUgJ25hbWVzJyBhcnJheSwgc28gd2UgZGV2aWF0ZSBmcm9tIHRoZSBzcGVjICh3aGljaFxuICAvLyByZXF1aXJlcyB0aGUgYXJyYXkpIHRvIHBsYXkgbmljZSBoZXJlLlxuICB2YXIgbmFtZXMgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICduYW1lcycsIFtdKTtcbiAgdmFyIHNvdXJjZVJvb3QgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdzb3VyY2VSb290JywgbnVsbCk7XG4gIHZhciBzb3VyY2VzQ29udGVudCA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3NvdXJjZXNDb250ZW50JywgbnVsbCk7XG4gIHZhciBtYXBwaW5ncyA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ21hcHBpbmdzJyk7XG4gIHZhciBmaWxlID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnZmlsZScsIG51bGwpO1xuXG4gIC8vIE9uY2UgYWdhaW4sIFNhc3MgZGV2aWF0ZXMgZnJvbSB0aGUgc3BlYyBhbmQgc3VwcGxpZXMgdGhlIHZlcnNpb24gYXMgYVxuICAvLyBzdHJpbmcgcmF0aGVyIHRoYW4gYSBudW1iZXIsIHNvIHdlIHVzZSBsb29zZSBlcXVhbGl0eSBjaGVja2luZyBoZXJlLlxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICBpZiAoc291cmNlUm9vdCkge1xuICAgIHNvdXJjZVJvb3QgPSB1dGlsLm5vcm1hbGl6ZShzb3VyY2VSb290KTtcbiAgfVxuXG4gIHNvdXJjZXMgPSBzb3VyY2VzXG4gICAgLm1hcChTdHJpbmcpXG4gICAgLy8gU29tZSBzb3VyY2UgbWFwcyBwcm9kdWNlIHJlbGF0aXZlIHNvdXJjZSBwYXRocyBsaWtlIFwiLi9mb28uanNcIiBpbnN0ZWFkIG9mXG4gICAgLy8gXCJmb28uanNcIi4gIE5vcm1hbGl6ZSB0aGVzZSBmaXJzdCBzbyB0aGF0IGZ1dHVyZSBjb21wYXJpc29ucyB3aWxsIHN1Y2NlZWQuXG4gICAgLy8gU2VlIGJ1Z3ppbC5sYS8xMDkwNzY4LlxuICAgIC5tYXAodXRpbC5ub3JtYWxpemUpXG4gICAgLy8gQWx3YXlzIGVuc3VyZSB0aGF0IGFic29sdXRlIHNvdXJjZXMgYXJlIGludGVybmFsbHkgc3RvcmVkIHJlbGF0aXZlIHRvXG4gICAgLy8gdGhlIHNvdXJjZSByb290LCBpZiB0aGUgc291cmNlIHJvb3QgaXMgYWJzb2x1dGUuIE5vdCBkb2luZyB0aGlzIHdvdWxkXG4gICAgLy8gYmUgcGFydGljdWxhcmx5IHByb2JsZW1hdGljIHdoZW4gdGhlIHNvdXJjZSByb290IGlzIGEgcHJlZml4IG9mIHRoZVxuICAgIC8vIHNvdXJjZSAodmFsaWQsIGJ1dCB3aHk/PykuIFNlZSBnaXRodWIgaXNzdWUgIzE5OSBhbmQgYnVnemlsLmxhLzExODg5ODIuXG4gICAgLm1hcChmdW5jdGlvbiAoc291cmNlKSB7XG4gICAgICByZXR1cm4gc291cmNlUm9vdCAmJiB1dGlsLmlzQWJzb2x1dGUoc291cmNlUm9vdCkgJiYgdXRpbC5pc0Fic29sdXRlKHNvdXJjZSlcbiAgICAgICAgPyB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZSlcbiAgICAgICAgOiBzb3VyY2U7XG4gICAgfSk7XG5cbiAgLy8gUGFzcyBgdHJ1ZWAgYmVsb3cgdG8gYWxsb3cgZHVwbGljYXRlIG5hbWVzIGFuZCBzb3VyY2VzLiBXaGlsZSBzb3VyY2UgbWFwc1xuICAvLyBhcmUgaW50ZW5kZWQgdG8gYmUgY29tcHJlc3NlZCBhbmQgZGVkdXBsaWNhdGVkLCB0aGUgVHlwZVNjcmlwdCBjb21waWxlclxuICAvLyBzb21ldGltZXMgZ2VuZXJhdGVzIHNvdXJjZSBtYXBzIHdpdGggZHVwbGljYXRlcyBpbiB0aGVtLiBTZWUgR2l0aHViIGlzc3VlXG4gIC8vICM3MiBhbmQgYnVnemlsLmxhLzg4OTQ5Mi5cbiAgdGhpcy5fbmFtZXMgPSBBcnJheVNldC5mcm9tQXJyYXkobmFtZXMubWFwKFN0cmluZyksIHRydWUpO1xuICB0aGlzLl9zb3VyY2VzID0gQXJyYXlTZXQuZnJvbUFycmF5KHNvdXJjZXMsIHRydWUpO1xuXG4gIHRoaXMuX2Fic29sdXRlU291cmNlcyA9IHRoaXMuX3NvdXJjZXMudG9BcnJheSgpLm1hcChmdW5jdGlvbiAocykge1xuICAgIHJldHVybiB1dGlsLmNvbXB1dGVTb3VyY2VVUkwoc291cmNlUm9vdCwgcywgYVNvdXJjZU1hcFVSTCk7XG4gIH0pO1xuXG4gIHRoaXMuc291cmNlUm9vdCA9IHNvdXJjZVJvb3Q7XG4gIHRoaXMuc291cmNlc0NvbnRlbnQgPSBzb3VyY2VzQ29udGVudDtcbiAgdGhpcy5fbWFwcGluZ3MgPSBtYXBwaW5ncztcbiAgdGhpcy5fc291cmNlTWFwVVJMID0gYVNvdXJjZU1hcFVSTDtcbiAgdGhpcy5maWxlID0gZmlsZTtcbn1cblxuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUgPSBPYmplY3QuY3JlYXRlKFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSk7XG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdW1lciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFV0aWxpdHkgZnVuY3Rpb24gdG8gZmluZCB0aGUgaW5kZXggb2YgYSBzb3VyY2UuICBSZXR1cm5zIC0xIGlmIG5vdFxuICogZm91bmQuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9maW5kU291cmNlSW5kZXggPSBmdW5jdGlvbihhU291cmNlKSB7XG4gIHZhciByZWxhdGl2ZVNvdXJjZSA9IGFTb3VyY2U7XG4gIGlmICh0aGlzLnNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgIHJlbGF0aXZlU291cmNlID0gdXRpbC5yZWxhdGl2ZSh0aGlzLnNvdXJjZVJvb3QsIHJlbGF0aXZlU291cmNlKTtcbiAgfVxuXG4gIGlmICh0aGlzLl9zb3VyY2VzLmhhcyhyZWxhdGl2ZVNvdXJjZSkpIHtcbiAgICByZXR1cm4gdGhpcy5fc291cmNlcy5pbmRleE9mKHJlbGF0aXZlU291cmNlKTtcbiAgfVxuXG4gIC8vIE1heWJlIGFTb3VyY2UgaXMgYW4gYWJzb2x1dGUgVVJMIGFzIHJldHVybmVkIGJ5IHxzb3VyY2VzfC4gIEluXG4gIC8vIHRoaXMgY2FzZSB3ZSBjYW4ndCBzaW1wbHkgdW5kbyB0aGUgdHJhbnNmb3JtLlxuICB2YXIgaTtcbiAgZm9yIChpID0gMDsgaSA8IHRoaXMuX2Fic29sdXRlU291cmNlcy5sZW5ndGg7ICsraSkge1xuICAgIGlmICh0aGlzLl9hYnNvbHV0ZVNvdXJjZXNbaV0gPT0gYVNvdXJjZSkge1xuICAgICAgcmV0dXJuIGk7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIC0xO1xufTtcblxuLyoqXG4gKiBDcmVhdGUgYSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyIGZyb20gYSBTb3VyY2VNYXBHZW5lcmF0b3IuXG4gKlxuICogQHBhcmFtIFNvdXJjZU1hcEdlbmVyYXRvciBhU291cmNlTWFwXG4gKiAgICAgICAgVGhlIHNvdXJjZSBtYXAgdGhhdCB3aWxsIGJlIGNvbnN1bWVkLlxuICogQHBhcmFtIFN0cmluZyBhU291cmNlTWFwVVJMXG4gKiAgICAgICAgVGhlIFVSTCBhdCB3aGljaCB0aGUgc291cmNlIG1hcCBjYW4gYmUgZm91bmQgKG9wdGlvbmFsKVxuICogQHJldHVybnMgQmFzaWNTb3VyY2VNYXBDb25zdW1lclxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLmZyb21Tb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9mcm9tU291cmNlTWFwKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgICB2YXIgc21jID0gT2JqZWN0LmNyZWF0ZShCYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSk7XG5cbiAgICB2YXIgbmFtZXMgPSBzbWMuX25hbWVzID0gQXJyYXlTZXQuZnJvbUFycmF5KGFTb3VyY2VNYXAuX25hbWVzLnRvQXJyYXkoKSwgdHJ1ZSk7XG4gICAgdmFyIHNvdXJjZXMgPSBzbWMuX3NvdXJjZXMgPSBBcnJheVNldC5mcm9tQXJyYXkoYVNvdXJjZU1hcC5fc291cmNlcy50b0FycmF5KCksIHRydWUpO1xuICAgIHNtYy5zb3VyY2VSb290ID0gYVNvdXJjZU1hcC5fc291cmNlUm9vdDtcbiAgICBzbWMuc291cmNlc0NvbnRlbnQgPSBhU291cmNlTWFwLl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KHNtYy5fc291cmNlcy50b0FycmF5KCksXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbWMuc291cmNlUm9vdCk7XG4gICAgc21jLmZpbGUgPSBhU291cmNlTWFwLl9maWxlO1xuICAgIHNtYy5fc291cmNlTWFwVVJMID0gYVNvdXJjZU1hcFVSTDtcbiAgICBzbWMuX2Fic29sdXRlU291cmNlcyA9IHNtYy5fc291cmNlcy50b0FycmF5KCkubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgICByZXR1cm4gdXRpbC5jb21wdXRlU291cmNlVVJMKHNtYy5zb3VyY2VSb290LCBzLCBhU291cmNlTWFwVVJMKTtcbiAgICB9KTtcblxuICAgIC8vIEJlY2F1c2Ugd2UgYXJlIG1vZGlmeWluZyB0aGUgZW50cmllcyAoYnkgY29udmVydGluZyBzdHJpbmcgc291cmNlcyBhbmRcbiAgICAvLyBuYW1lcyB0byBpbmRpY2VzIGludG8gdGhlIHNvdXJjZXMgYW5kIG5hbWVzIEFycmF5U2V0cyksIHdlIGhhdmUgdG8gbWFrZVxuICAgIC8vIGEgY29weSBvZiB0aGUgZW50cnkgb3IgZWxzZSBiYWQgdGhpbmdzIGhhcHBlbi4gU2hhcmVkIG11dGFibGUgc3RhdGVcbiAgICAvLyBzdHJpa2VzIGFnYWluISBTZWUgZ2l0aHViIGlzc3VlICMxOTEuXG5cbiAgICB2YXIgZ2VuZXJhdGVkTWFwcGluZ3MgPSBhU291cmNlTWFwLl9tYXBwaW5ncy50b0FycmF5KCkuc2xpY2UoKTtcbiAgICB2YXIgZGVzdEdlbmVyYXRlZE1hcHBpbmdzID0gc21jLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBbXTtcbiAgICB2YXIgZGVzdE9yaWdpbmFsTWFwcGluZ3MgPSBzbWMuX19vcmlnaW5hbE1hcHBpbmdzID0gW107XG5cbiAgICBmb3IgKHZhciBpID0gMCwgbGVuZ3RoID0gZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyBpIDwgbGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzcmNNYXBwaW5nID0gZ2VuZXJhdGVkTWFwcGluZ3NbaV07XG4gICAgICB2YXIgZGVzdE1hcHBpbmcgPSBuZXcgTWFwcGluZztcbiAgICAgIGRlc3RNYXBwaW5nLmdlbmVyYXRlZExpbmUgPSBzcmNNYXBwaW5nLmdlbmVyYXRlZExpbmU7XG4gICAgICBkZXN0TWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gPSBzcmNNYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKHNyY01hcHBpbmcuc291cmNlKSB7XG4gICAgICAgIGRlc3RNYXBwaW5nLnNvdXJjZSA9IHNvdXJjZXMuaW5kZXhPZihzcmNNYXBwaW5nLnNvdXJjZSk7XG4gICAgICAgIGRlc3RNYXBwaW5nLm9yaWdpbmFsTGluZSA9IHNyY01hcHBpbmcub3JpZ2luYWxMaW5lO1xuICAgICAgICBkZXN0TWFwcGluZy5vcmlnaW5hbENvbHVtbiA9IHNyY01hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgaWYgKHNyY01hcHBpbmcubmFtZSkge1xuICAgICAgICAgIGRlc3RNYXBwaW5nLm5hbWUgPSBuYW1lcy5pbmRleE9mKHNyY01hcHBpbmcubmFtZSk7XG4gICAgICAgIH1cblxuICAgICAgICBkZXN0T3JpZ2luYWxNYXBwaW5ncy5wdXNoKGRlc3RNYXBwaW5nKTtcbiAgICAgIH1cblxuICAgICAgZGVzdEdlbmVyYXRlZE1hcHBpbmdzLnB1c2goZGVzdE1hcHBpbmcpO1xuICAgIH1cblxuICAgIHF1aWNrU29ydChzbWMuX19vcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcblxuICAgIHJldHVybiBzbWM7XG4gIH07XG5cbi8qKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXBwaW5nIHNwZWMgdGhhdCB3ZSBhcmUgY29uc3VtaW5nLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnc291cmNlcycsIHtcbiAgZ2V0OiBmdW5jdGlvbiAoKSB7XG4gICAgcmV0dXJuIHRoaXMuX2Fic29sdXRlU291cmNlcy5zbGljZSgpO1xuICB9XG59KTtcblxuLyoqXG4gKiBQcm92aWRlIHRoZSBKSVQgd2l0aCBhIG5pY2Ugc2hhcGUgLyBoaWRkZW4gY2xhc3MuXG4gKi9cbmZ1bmN0aW9uIE1hcHBpbmcoKSB7XG4gIHRoaXMuZ2VuZXJhdGVkTGluZSA9IDA7XG4gIHRoaXMuZ2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgdGhpcy5zb3VyY2UgPSBudWxsO1xuICB0aGlzLm9yaWdpbmFsTGluZSA9IG51bGw7XG4gIHRoaXMub3JpZ2luYWxDb2x1bW4gPSBudWxsO1xuICB0aGlzLm5hbWUgPSBudWxsO1xufVxuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdmFyIGdlbmVyYXRlZExpbmUgPSAxO1xuICAgIHZhciBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzU291cmNlID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgbGVuZ3RoID0gYVN0ci5sZW5ndGg7XG4gICAgdmFyIGluZGV4ID0gMDtcbiAgICB2YXIgY2FjaGVkU2VnbWVudHMgPSB7fTtcbiAgICB2YXIgdGVtcCA9IHt9O1xuICAgIHZhciBvcmlnaW5hbE1hcHBpbmdzID0gW107XG4gICAgdmFyIGdlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdmFyIG1hcHBpbmcsIHN0ciwgc2VnbWVudCwgZW5kLCB2YWx1ZTtcblxuICAgIHdoaWxlIChpbmRleCA8IGxlbmd0aCkge1xuICAgICAgaWYgKGFTdHIuY2hhckF0KGluZGV4KSA9PT0gJzsnKSB7XG4gICAgICAgIGdlbmVyYXRlZExpbmUrKztcbiAgICAgICAgaW5kZXgrKztcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSAwO1xuICAgICAgfVxuICAgICAgZWxzZSBpZiAoYVN0ci5jaGFyQXQoaW5kZXgpID09PSAnLCcpIHtcbiAgICAgICAgaW5kZXgrKztcbiAgICAgIH1cbiAgICAgIGVsc2Uge1xuICAgICAgICBtYXBwaW5nID0gbmV3IE1hcHBpbmcoKTtcbiAgICAgICAgbWFwcGluZy5nZW5lcmF0ZWRMaW5lID0gZ2VuZXJhdGVkTGluZTtcblxuICAgICAgICAvLyBCZWNhdXNlIGVhY2ggb2Zmc2V0IGlzIGVuY29kZWQgcmVsYXRpdmUgdG8gdGhlIHByZXZpb3VzIG9uZSxcbiAgICAgICAgLy8gbWFueSBzZWdtZW50cyBvZnRlbiBoYXZlIHRoZSBzYW1lIGVuY29kaW5nLiBXZSBjYW4gZXhwbG9pdCB0aGlzXG4gICAgICAgIC8vIGZhY3QgYnkgY2FjaGluZyB0aGUgcGFyc2VkIHZhcmlhYmxlIGxlbmd0aCBmaWVsZHMgb2YgZWFjaCBzZWdtZW50LFxuICAgICAgICAvLyBhbGxvd2luZyB1cyB0byBhdm9pZCBhIHNlY29uZCBwYXJzZSBpZiB3ZSBlbmNvdW50ZXIgdGhlIHNhbWVcbiAgICAgICAgLy8gc2VnbWVudCBhZ2Fpbi5cbiAgICAgICAgZm9yIChlbmQgPSBpbmRleDsgZW5kIDwgbGVuZ3RoOyBlbmQrKykge1xuICAgICAgICAgIGlmICh0aGlzLl9jaGFySXNNYXBwaW5nU2VwYXJhdG9yKGFTdHIsIGVuZCkpIHtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBzdHIgPSBhU3RyLnNsaWNlKGluZGV4LCBlbmQpO1xuXG4gICAgICAgIHNlZ21lbnQgPSBjYWNoZWRTZWdtZW50c1tzdHJdO1xuICAgICAgICBpZiAoc2VnbWVudCkge1xuICAgICAgICAgIGluZGV4ICs9IHN0ci5sZW5ndGg7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgc2VnbWVudCA9IFtdO1xuICAgICAgICAgIHdoaWxlIChpbmRleCA8IGVuZCkge1xuICAgICAgICAgICAgYmFzZTY0VkxRLmRlY29kZShhU3RyLCBpbmRleCwgdGVtcCk7XG4gICAgICAgICAgICB2YWx1ZSA9IHRlbXAudmFsdWU7XG4gICAgICAgICAgICBpbmRleCA9IHRlbXAucmVzdDtcbiAgICAgICAgICAgIHNlZ21lbnQucHVzaCh2YWx1ZSk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAyKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlLCBidXQgbm8gbGluZSBhbmQgY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAzKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlIGFuZCBsaW5lLCBidXQgbm8gY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgY2FjaGVkU2VnbWVudHNbc3RyXSA9IHNlZ21lbnQ7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBHZW5lcmF0ZWQgY29sdW1uLlxuICAgICAgICBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiA9IHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uICsgc2VnbWVudFswXTtcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiAxKSB7XG4gICAgICAgICAgLy8gT3JpZ2luYWwgc291cmNlLlxuICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gcHJldmlvdXNTb3VyY2UgKyBzZWdtZW50WzFdO1xuICAgICAgICAgIHByZXZpb3VzU291cmNlICs9IHNlZ21lbnRbMV07XG5cbiAgICAgICAgICAvLyBPcmlnaW5hbCBsaW5lLlxuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID0gcHJldmlvdXNPcmlnaW5hbExpbmUgKyBzZWdtZW50WzJdO1xuICAgICAgICAgIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gbWFwcGluZy5vcmlnaW5hbExpbmU7XG4gICAgICAgICAgLy8gTGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkXG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgKz0gMTtcblxuICAgICAgICAgIC8vIE9yaWdpbmFsIGNvbHVtbi5cbiAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID0gcHJldmlvdXNPcmlnaW5hbENvbHVtbiArIHNlZ21lbnRbM107XG4gICAgICAgICAgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IG1hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiA0KSB7XG4gICAgICAgICAgICAvLyBPcmlnaW5hbCBuYW1lLlxuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gcHJldmlvdXNOYW1lICsgc2VnbWVudFs0XTtcbiAgICAgICAgICAgIHByZXZpb3VzTmFtZSArPSBzZWdtZW50WzRdO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGdlbmVyYXRlZE1hcHBpbmdzLnB1c2gobWFwcGluZyk7XG4gICAgICAgIGlmICh0eXBlb2YgbWFwcGluZy5vcmlnaW5hbExpbmUgPT09ICdudW1iZXInKSB7XG4gICAgICAgICAgb3JpZ2luYWxNYXBwaW5ncy5wdXNoKG1hcHBpbmcpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgcXVpY2tTb3J0KGdlbmVyYXRlZE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkKTtcbiAgICB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBnZW5lcmF0ZWRNYXBwaW5ncztcblxuICAgIHF1aWNrU29ydChvcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcbiAgICB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncyA9IG9yaWdpbmFsTWFwcGluZ3M7XG4gIH07XG5cbi8qKlxuICogRmluZCB0aGUgbWFwcGluZyB0aGF0IGJlc3QgbWF0Y2hlcyB0aGUgaHlwb3RoZXRpY2FsIFwibmVlZGxlXCIgbWFwcGluZyB0aGF0XG4gKiB3ZSBhcmUgc2VhcmNoaW5nIGZvciBpbiB0aGUgZ2l2ZW4gXCJoYXlzdGFja1wiIG9mIG1hcHBpbmdzLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fZmluZE1hcHBpbmcgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9maW5kTWFwcGluZyhhTmVlZGxlLCBhTWFwcGluZ3MsIGFMaW5lTmFtZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYUNvbHVtbk5hbWUsIGFDb21wYXJhdG9yLCBhQmlhcykge1xuICAgIC8vIFRvIHJldHVybiB0aGUgcG9zaXRpb24gd2UgYXJlIHNlYXJjaGluZyBmb3IsIHdlIG11c3QgZmlyc3QgZmluZCB0aGVcbiAgICAvLyBtYXBwaW5nIGZvciB0aGUgZ2l2ZW4gcG9zaXRpb24gYW5kIHRoZW4gcmV0dXJuIHRoZSBvcHBvc2l0ZSBwb3NpdGlvbiBpdFxuICAgIC8vIHBvaW50cyB0by4gQmVjYXVzZSB0aGUgbWFwcGluZ3MgYXJlIHNvcnRlZCwgd2UgY2FuIHVzZSBiaW5hcnkgc2VhcmNoIHRvXG4gICAgLy8gZmluZCB0aGUgYmVzdCBtYXBwaW5nLlxuXG4gICAgaWYgKGFOZWVkbGVbYUxpbmVOYW1lXSA8PSAwKSB7XG4gICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKCdMaW5lIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthTGluZU5hbWVdKTtcbiAgICB9XG4gICAgaWYgKGFOZWVkbGVbYUNvbHVtbk5hbWVdIDwgMCkge1xuICAgICAgdGhyb3cgbmV3IFR5cGVFcnJvcignQ29sdW1uIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDAsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthQ29sdW1uTmFtZV0pO1xuICAgIH1cblxuICAgIHJldHVybiBiaW5hcnlTZWFyY2guc2VhcmNoKGFOZWVkbGUsIGFNYXBwaW5ncywgYUNvbXBhcmF0b3IsIGFCaWFzKTtcbiAgfTtcblxuLyoqXG4gKiBDb21wdXRlIHRoZSBsYXN0IGNvbHVtbiBmb3IgZWFjaCBnZW5lcmF0ZWQgbWFwcGluZy4gVGhlIGxhc3QgY29sdW1uIGlzXG4gKiBpbmNsdXNpdmUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmNvbXB1dGVDb2x1bW5TcGFucyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NvbXB1dGVDb2x1bW5TcGFucygpIHtcbiAgICBmb3IgKHZhciBpbmRleCA9IDA7IGluZGV4IDwgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyArK2luZGV4KSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgLy8gTWFwcGluZ3MgZG8gbm90IGNvbnRhaW4gYSBmaWVsZCBmb3IgdGhlIGxhc3QgZ2VuZXJhdGVkIGNvbHVtbnQuIFdlXG4gICAgICAvLyBjYW4gY29tZSB1cCB3aXRoIGFuIG9wdGltaXN0aWMgZXN0aW1hdGUsIGhvd2V2ZXIsIGJ5IGFzc3VtaW5nIHRoYXRcbiAgICAgIC8vIG1hcHBpbmdzIGFyZSBjb250aWd1b3VzIChpLmUuIGdpdmVuIHR3byBjb25zZWN1dGl2ZSBtYXBwaW5ncywgdGhlXG4gICAgICAvLyBmaXJzdCBtYXBwaW5nIGVuZHMgd2hlcmUgdGhlIHNlY29uZCBvbmUgc3RhcnRzKS5cbiAgICAgIGlmIChpbmRleCArIDEgPCB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncy5sZW5ndGgpIHtcbiAgICAgICAgdmFyIG5leHRNYXBwaW5nID0gdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3NbaW5kZXggKyAxXTtcblxuICAgICAgICBpZiAobWFwcGluZy5nZW5lcmF0ZWRMaW5lID09PSBuZXh0TWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gbmV4dE1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC0gMTtcbiAgICAgICAgICBjb250aW51ZTtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBUaGUgbGFzdCBtYXBwaW5nIGZvciBlYWNoIGxpbmUgc3BhbnMgdGhlIGVudGlyZSBsaW5lLlxuICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gSW5maW5pdHk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIG9yaWdpbmFsIHNvdXJjZSwgbGluZSwgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIGdlbmVyYXRlZFxuICogc291cmNlJ3MgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0XG4gKiB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLiAgVGhlIGxpbmUgbnVtYmVyXG4gKiAgICAgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlLCBvciBudWxsLlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICAgbGluZSBudW1iZXIgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UsIG9yIG51bGwuICBUaGVcbiAqICAgICBjb2x1bW4gbnVtYmVyIGlzIDAtYmFzZWQuXG4gKiAgIC0gbmFtZTogVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIsIG9yIG51bGwuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLm9yaWdpbmFsUG9zaXRpb25Gb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9vcmlnaW5hbFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIG5lZWRsZSA9IHtcbiAgICAgIGdlbmVyYXRlZExpbmU6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpLFxuICAgICAgZ2VuZXJhdGVkQ29sdW1uOiB1dGlsLmdldEFyZyhhQXJncywgJ2NvbHVtbicpXG4gICAgfTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKFxuICAgICAgbmVlZGxlLFxuICAgICAgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MsXG4gICAgICBcImdlbmVyYXRlZExpbmVcIixcbiAgICAgIFwiZ2VuZXJhdGVkQ29sdW1uXCIsXG4gICAgICB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkLFxuICAgICAgdXRpbC5nZXRBcmcoYUFyZ3MsICdiaWFzJywgU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQpXG4gICAgKTtcblxuICAgIGlmIChpbmRleCA+PSAwKSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgaWYgKG1hcHBpbmcuZ2VuZXJhdGVkTGluZSA9PT0gbmVlZGxlLmdlbmVyYXRlZExpbmUpIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdzb3VyY2UnLCBudWxsKTtcbiAgICAgICAgaWYgKHNvdXJjZSAhPT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuYXQoc291cmNlKTtcbiAgICAgICAgICBzb3VyY2UgPSB1dGlsLmNvbXB1dGVTb3VyY2VVUkwodGhpcy5zb3VyY2VSb290LCBzb3VyY2UsIHRoaXMuX3NvdXJjZU1hcFVSTCk7XG4gICAgICAgIH1cbiAgICAgICAgdmFyIG5hbWUgPSB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbmFtZScsIG51bGwpO1xuICAgICAgICBpZiAobmFtZSAhPT0gbnVsbCkge1xuICAgICAgICAgIG5hbWUgPSB0aGlzLl9uYW1lcy5hdChuYW1lKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdvcmlnaW5hbExpbmUnLCBudWxsKSxcbiAgICAgICAgICBjb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdvcmlnaW5hbENvbHVtbicsIG51bGwpLFxuICAgICAgICAgIG5hbWU6IG5hbWVcbiAgICAgICAgfTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4ge1xuICAgICAgc291cmNlOiBudWxsLFxuICAgICAgbGluZTogbnVsbCxcbiAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgIG5hbWU6IG51bGxcbiAgICB9O1xuICB9O1xuXG4vKipcbiAqIFJldHVybiB0cnVlIGlmIHdlIGhhdmUgdGhlIHNvdXJjZSBjb250ZW50IGZvciBldmVyeSBzb3VyY2UgaW4gdGhlIHNvdXJjZVxuICogbWFwLCBmYWxzZSBvdGhlcndpc2UuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzID1cbiAgZnVuY3Rpb24gQmFzaWNTb3VyY2VNYXBDb25zdW1lcl9oYXNDb250ZW50c09mQWxsU291cmNlcygpIHtcbiAgICBpZiAoIXRoaXMuc291cmNlc0NvbnRlbnQpIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnQubGVuZ3RoID49IHRoaXMuX3NvdXJjZXMuc2l6ZSgpICYmXG4gICAgICAhdGhpcy5zb3VyY2VzQ29udGVudC5zb21lKGZ1bmN0aW9uIChzYykgeyByZXR1cm4gc2MgPT0gbnVsbDsgfSk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgb3JpZ2luYWwgc291cmNlIGNvbnRlbnQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIHRoZSB1cmwgb2YgdGhlXG4gKiBvcmlnaW5hbCBzb3VyY2UgZmlsZS4gUmV0dXJucyBudWxsIGlmIG5vIG9yaWdpbmFsIHNvdXJjZSBjb250ZW50IGlzXG4gKiBhdmFpbGFibGUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLnNvdXJjZUNvbnRlbnRGb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIG51bGxPbk1pc3NpbmcpIHtcbiAgICBpZiAoIXRoaXMuc291cmNlc0NvbnRlbnQpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRTb3VyY2VJbmRleChhU291cmNlKTtcbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnRbaW5kZXhdO1xuICAgIH1cblxuICAgIHZhciByZWxhdGl2ZVNvdXJjZSA9IGFTb3VyY2U7XG4gICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICByZWxhdGl2ZVNvdXJjZSA9IHV0aWwucmVsYXRpdmUodGhpcy5zb3VyY2VSb290LCByZWxhdGl2ZVNvdXJjZSk7XG4gICAgfVxuXG4gICAgdmFyIHVybDtcbiAgICBpZiAodGhpcy5zb3VyY2VSb290ICE9IG51bGxcbiAgICAgICAgJiYgKHVybCA9IHV0aWwudXJsUGFyc2UodGhpcy5zb3VyY2VSb290KSkpIHtcbiAgICAgIC8vIFhYWDogZmlsZTovLyBVUklzIGFuZCBhYnNvbHV0ZSBwYXRocyBsZWFkIHRvIHVuZXhwZWN0ZWQgYmVoYXZpb3IgZm9yXG4gICAgICAvLyBtYW55IHVzZXJzLiBXZSBjYW4gaGVscCB0aGVtIG91dCB3aGVuIHRoZXkgZXhwZWN0IGZpbGU6Ly8gVVJJcyB0b1xuICAgICAgLy8gYmVoYXZlIGxpa2UgaXQgd291bGQgaWYgdGhleSB3ZXJlIHJ1bm5pbmcgYSBsb2NhbCBIVFRQIHNlcnZlci4gU2VlXG4gICAgICAvLyBodHRwczovL2J1Z3ppbGxhLm1vemlsbGEub3JnL3Nob3dfYnVnLmNnaT9pZD04ODU1OTcuXG4gICAgICB2YXIgZmlsZVVyaUFic1BhdGggPSByZWxhdGl2ZVNvdXJjZS5yZXBsYWNlKC9eZmlsZTpcXC9cXC8vLCBcIlwiKTtcbiAgICAgIGlmICh1cmwuc2NoZW1lID09IFwiZmlsZVwiXG4gICAgICAgICAgJiYgdGhpcy5fc291cmNlcy5oYXMoZmlsZVVyaUFic1BhdGgpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihmaWxlVXJpQWJzUGF0aCldXG4gICAgICB9XG5cbiAgICAgIGlmICgoIXVybC5wYXRoIHx8IHVybC5wYXRoID09IFwiL1wiKVxuICAgICAgICAgICYmIHRoaXMuX3NvdXJjZXMuaGFzKFwiL1wiICsgcmVsYXRpdmVTb3VyY2UpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihcIi9cIiArIHJlbGF0aXZlU291cmNlKV07XG4gICAgICB9XG4gICAgfVxuXG4gICAgLy8gVGhpcyBmdW5jdGlvbiBpcyB1c2VkIHJlY3Vyc2l2ZWx5IGZyb21cbiAgICAvLyBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLnNvdXJjZUNvbnRlbnRGb3IuIEluIHRoYXQgY2FzZSwgd2VcbiAgICAvLyBkb24ndCB3YW50IHRvIHRocm93IGlmIHdlIGNhbid0IGZpbmQgdGhlIHNvdXJjZSAtIHdlIGp1c3Qgd2FudCB0b1xuICAgIC8vIHJldHVybiBudWxsLCBzbyB3ZSBwcm92aWRlIGEgZmxhZyB0byBleGl0IGdyYWNlZnVsbHkuXG4gICAgaWYgKG51bGxPbk1pc3NpbmcpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignXCInICsgcmVsYXRpdmVTb3VyY2UgKyAnXCIgaXMgbm90IGluIHRoZSBTb3VyY2VNYXAuJyk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBvcmlnaW5hbCBzb3VyY2UsXG4gKiBsaW5lLCBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0IHdpdGhcbiAqIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgICBUaGUgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2dlbmVyYXRlZFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJyk7XG4gICAgc291cmNlID0gdGhpcy5fZmluZFNvdXJjZUluZGV4KHNvdXJjZSk7XG4gICAgaWYgKHNvdXJjZSA8IDApIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGxpbmU6IG51bGwsXG4gICAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgICAgbGFzdENvbHVtbjogbnVsbFxuICAgICAgfTtcbiAgICB9XG5cbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICBvcmlnaW5hbExpbmU6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJylcbiAgICB9O1xuXG4gICAgdmFyIGluZGV4ID0gdGhpcy5fZmluZE1hcHBpbmcoXG4gICAgICBuZWVkbGUsXG4gICAgICB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzLFxuICAgICAgXCJvcmlnaW5hbExpbmVcIixcbiAgICAgIFwib3JpZ2luYWxDb2x1bW5cIixcbiAgICAgIHV0aWwuY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMsXG4gICAgICB1dGlsLmdldEFyZyhhQXJncywgJ2JpYXMnLCBTb3VyY2VNYXBDb25zdW1lci5HUkVBVEVTVF9MT1dFUl9CT1VORClcbiAgICApO1xuXG4gICAgaWYgKGluZGV4ID49IDApIHtcbiAgICAgIHZhciBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1tpbmRleF07XG5cbiAgICAgIGlmIChtYXBwaW5nLnNvdXJjZSA9PT0gbmVlZGxlLnNvdXJjZSkge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRMaW5lJywgbnVsbCksXG4gICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgbGFzdENvbHVtbjogdXRpbC5nZXRBcmcobWFwcGluZywgJ2xhc3RHZW5lcmF0ZWRDb2x1bW4nLCBudWxsKVxuICAgICAgICB9O1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICBsaW5lOiBudWxsLFxuICAgICAgY29sdW1uOiBudWxsLFxuICAgICAgbGFzdENvbHVtbjogbnVsbFxuICAgIH07XG4gIH07XG5cbmV4cG9ydHMuQmFzaWNTb3VyY2VNYXBDb25zdW1lciA9IEJhc2ljU291cmNlTWFwQ29uc3VtZXI7XG5cbi8qKlxuICogQW4gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyIGluc3RhbmNlIHJlcHJlc2VudHMgYSBwYXJzZWQgc291cmNlIG1hcCB3aGljaFxuICogd2UgY2FuIHF1ZXJ5IGZvciBpbmZvcm1hdGlvbi4gSXQgZGlmZmVycyBmcm9tIEJhc2ljU291cmNlTWFwQ29uc3VtZXIgaW5cbiAqIHRoYXQgaXQgdGFrZXMgXCJpbmRleGVkXCIgc291cmNlIG1hcHMgKGkuZS4gb25lcyB3aXRoIGEgXCJzZWN0aW9uc1wiIGZpZWxkKSBhc1xuICogaW5wdXQuXG4gKlxuICogVGhlIGZpcnN0IHBhcmFtZXRlciBpcyBhIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3IgYWxyZWFkeVxuICogcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYyBmb3IgaW5kZXhlZCBzb3VyY2UgbWFwcywgdGhleVxuICogaGF2ZSB0aGUgZm9sbG93aW5nIGF0dHJpYnV0ZXM6XG4gKlxuICogICAtIHZlcnNpb246IFdoaWNoIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXAgc3BlYyB0aGlzIG1hcCBpcyBmb2xsb3dpbmcuXG4gKiAgIC0gZmlsZTogT3B0aW9uYWwuIFRoZSBnZW5lcmF0ZWQgZmlsZSB0aGlzIHNvdXJjZSBtYXAgaXMgYXNzb2NpYXRlZCB3aXRoLlxuICogICAtIHNlY3Rpb25zOiBBIGxpc3Qgb2Ygc2VjdGlvbiBkZWZpbml0aW9ucy5cbiAqXG4gKiBFYWNoIHZhbHVlIHVuZGVyIHRoZSBcInNlY3Rpb25zXCIgZmllbGQgaGFzIHR3byBmaWVsZHM6XG4gKiAgIC0gb2Zmc2V0OiBUaGUgb2Zmc2V0IGludG8gdGhlIG9yaWdpbmFsIHNwZWNpZmllZCBhdCB3aGljaCB0aGlzIHNlY3Rpb25cbiAqICAgICAgIGJlZ2lucyB0byBhcHBseSwgZGVmaW5lZCBhcyBhbiBvYmplY3Qgd2l0aCBhIFwibGluZVwiIGFuZCBcImNvbHVtblwiXG4gKiAgICAgICBmaWVsZC5cbiAqICAgLSBtYXA6IEEgc291cmNlIG1hcCBkZWZpbml0aW9uLiBUaGlzIHNvdXJjZSBtYXAgY291bGQgYWxzbyBiZSBpbmRleGVkLFxuICogICAgICAgYnV0IGRvZXNuJ3QgaGF2ZSB0byBiZS5cbiAqXG4gKiBJbnN0ZWFkIG9mIHRoZSBcIm1hcFwiIGZpZWxkLCBpdCdzIGFsc28gcG9zc2libGUgdG8gaGF2ZSBhIFwidXJsXCIgZmllbGRcbiAqIHNwZWNpZnlpbmcgYSBVUkwgdG8gcmV0cmlldmUgYSBzb3VyY2UgbWFwIGZyb20sIGJ1dCB0aGF0J3MgY3VycmVudGx5XG4gKiB1bnN1cHBvcnRlZC5cbiAqXG4gKiBIZXJlJ3MgYW4gZXhhbXBsZSBzb3VyY2UgbWFwLCB0YWtlbiBmcm9tIHRoZSBzb3VyY2UgbWFwIHNwZWNbMF0sIGJ1dFxuICogbW9kaWZpZWQgdG8gb21pdCBhIHNlY3Rpb24gd2hpY2ggdXNlcyB0aGUgXCJ1cmxcIiBmaWVsZC5cbiAqXG4gKiAge1xuICogICAgdmVyc2lvbiA6IDMsXG4gKiAgICBmaWxlOiBcImFwcC5qc1wiLFxuICogICAgc2VjdGlvbnM6IFt7XG4gKiAgICAgIG9mZnNldDoge2xpbmU6MTAwLCBjb2x1bW46MTB9LFxuICogICAgICBtYXA6IHtcbiAqICAgICAgICB2ZXJzaW9uIDogMyxcbiAqICAgICAgICBmaWxlOiBcInNlY3Rpb24uanNcIixcbiAqICAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICAgbmFtZXM6IFtcInNyY1wiLCBcIm1hcHNcIiwgXCJhcmVcIiwgXCJmdW5cIl0sXG4gKiAgICAgICAgbWFwcGluZ3M6IFwiQUFBQSxFOztBQkNERTtcIlxuICogICAgICB9XG4gKiAgICB9XSxcbiAqICB9XG4gKlxuICogVGhlIHNlY29uZCBwYXJhbWV0ZXIsIGlmIGdpdmVuLCBpcyBhIHN0cmluZyB3aG9zZSB2YWx1ZSBpcyB0aGUgVVJMXG4gKiBhdCB3aGljaCB0aGUgc291cmNlIG1hcCB3YXMgZm91bmQuICBUaGlzIFVSTCBpcyB1c2VkIHRvIGNvbXB1dGUgdGhlXG4gKiBzb3VyY2VzIGFycmF5LlxuICpcbiAqIFswXTogaHR0cHM6Ly9kb2NzLmdvb2dsZS5jb20vZG9jdW1lbnQvZC8xVTFSR0FlaFF3UnlwVVRvdkYxS1JscGlPRnplMGItXzJnYzZmQUgwS1kway9lZGl0I2hlYWRpbmc9aC41MzVlczN4ZXByZ3RcbiAqL1xuZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSB1dGlsLnBhcnNlU291cmNlTWFwSW5wdXQoYVNvdXJjZU1hcCk7XG4gIH1cblxuICB2YXIgdmVyc2lvbiA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3ZlcnNpb24nKTtcbiAgdmFyIHNlY3Rpb25zID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnc2VjdGlvbnMnKTtcblxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG5cbiAgdmFyIGxhc3RPZmZzZXQgPSB7XG4gICAgbGluZTogLTEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHRoaXMuX3NlY3Rpb25zID0gc2VjdGlvbnMubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgaWYgKHMudXJsKSB7XG4gICAgICAvLyBUaGUgdXJsIGZpZWxkIHdpbGwgcmVxdWlyZSBzdXBwb3J0IGZvciBhc3luY2hyb25pY2l0eS5cbiAgICAgIC8vIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8xNlxuICAgICAgdGhyb3cgbmV3IEVycm9yKCdTdXBwb3J0IGZvciB1cmwgZmllbGQgaW4gc2VjdGlvbnMgbm90IGltcGxlbWVudGVkLicpO1xuICAgIH1cbiAgICB2YXIgb2Zmc2V0ID0gdXRpbC5nZXRBcmcocywgJ29mZnNldCcpO1xuICAgIHZhciBvZmZzZXRMaW5lID0gdXRpbC5nZXRBcmcob2Zmc2V0LCAnbGluZScpO1xuICAgIHZhciBvZmZzZXRDb2x1bW4gPSB1dGlsLmdldEFyZyhvZmZzZXQsICdjb2x1bW4nKTtcblxuICAgIGlmIChvZmZzZXRMaW5lIDwgbGFzdE9mZnNldC5saW5lIHx8XG4gICAgICAgIChvZmZzZXRMaW5lID09PSBsYXN0T2Zmc2V0LmxpbmUgJiYgb2Zmc2V0Q29sdW1uIDwgbGFzdE9mZnNldC5jb2x1bW4pKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1NlY3Rpb24gb2Zmc2V0cyBtdXN0IGJlIG9yZGVyZWQgYW5kIG5vbi1vdmVybGFwcGluZy4nKTtcbiAgICB9XG4gICAgbGFzdE9mZnNldCA9IG9mZnNldDtcblxuICAgIHJldHVybiB7XG4gICAgICBnZW5lcmF0ZWRPZmZzZXQ6IHtcbiAgICAgICAgLy8gVGhlIG9mZnNldCBmaWVsZHMgYXJlIDAtYmFzZWQsIGJ1dCB3ZSB1c2UgMS1iYXNlZCBpbmRpY2VzIHdoZW5cbiAgICAgICAgLy8gZW5jb2RpbmcvZGVjb2RpbmcgZnJvbSBWTFEuXG4gICAgICAgIGdlbmVyYXRlZExpbmU6IG9mZnNldExpbmUgKyAxLFxuICAgICAgICBnZW5lcmF0ZWRDb2x1bW46IG9mZnNldENvbHVtbiArIDFcbiAgICAgIH0sXG4gICAgICBjb25zdW1lcjogbmV3IFNvdXJjZU1hcENvbnN1bWVyKHV0aWwuZ2V0QXJnKHMsICdtYXAnKSwgYVNvdXJjZU1hcFVSTClcbiAgICB9XG4gIH0pO1xufVxuXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlID0gT2JqZWN0LmNyZWF0ZShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUpO1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdHJ1Y3RvciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwcGluZyBzcGVjIHRoYXQgd2UgYXJlIGNvbnN1bWluZy5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdzb3VyY2VzJywge1xuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgc291cmNlcyA9IFtdO1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIGZvciAodmFyIGogPSAwOyBqIDwgdGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlcy5sZW5ndGg7IGorKykge1xuICAgICAgICBzb3VyY2VzLnB1c2godGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlc1tqXSk7XG4gICAgICB9XG4gICAgfVxuICAgIHJldHVybiBzb3VyY2VzO1xuICB9XG59KTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UsIGxpbmUsIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdFxuICogd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS4gIFRoZSBjb2x1bW5cbiAqICAgICBudW1iZXIgaXMgMC1iYXNlZC5cbiAqXG4gKiBhbmQgYW4gb2JqZWN0IGlzIHJldHVybmVkIHdpdGggdGhlIGZvbGxvd2luZyBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBzb3VyY2U6IFRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZSwgb3IgbnVsbC5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICAgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIG5hbWU6IFRoZSBvcmlnaW5hbCBpZGVudGlmaWVyLCBvciBudWxsLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLm9yaWdpbmFsUG9zaXRpb25Gb3IgPVxuICBmdW5jdGlvbiBJbmRleGVkU291cmNlTWFwQ29uc3VtZXJfb3JpZ2luYWxQb3NpdGlvbkZvcihhQXJncykge1xuICAgIHZhciBuZWVkbGUgPSB7XG4gICAgICBnZW5lcmF0ZWRMaW5lOiB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKSxcbiAgICAgIGdlbmVyYXRlZENvbHVtbjogdXRpbC5nZXRBcmcoYUFyZ3MsICdjb2x1bW4nKVxuICAgIH07XG5cbiAgICAvLyBGaW5kIHRoZSBzZWN0aW9uIGNvbnRhaW5pbmcgdGhlIGdlbmVyYXRlZCBwb3NpdGlvbiB3ZSdyZSB0cnlpbmcgdG8gbWFwXG4gICAgLy8gdG8gYW4gb3JpZ2luYWwgcG9zaXRpb24uXG4gICAgdmFyIHNlY3Rpb25JbmRleCA9IGJpbmFyeVNlYXJjaC5zZWFyY2gobmVlZGxlLCB0aGlzLl9zZWN0aW9ucyxcbiAgICAgIGZ1bmN0aW9uKG5lZWRsZSwgc2VjdGlvbikge1xuICAgICAgICB2YXIgY21wID0gbmVlZGxlLmdlbmVyYXRlZExpbmUgLSBzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lO1xuICAgICAgICBpZiAoY21wKSB7XG4gICAgICAgICAgcmV0dXJuIGNtcDtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiAobmVlZGxlLmdlbmVyYXRlZENvbHVtbiAtXG4gICAgICAgICAgICAgICAgc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgIH0pO1xuICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbc2VjdGlvbkluZGV4XTtcblxuICAgIGlmICghc2VjdGlvbikge1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgc291cmNlOiBudWxsLFxuICAgICAgICBsaW5lOiBudWxsLFxuICAgICAgICBjb2x1bW46IG51bGwsXG4gICAgICAgIG5hbWU6IG51bGxcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcmV0dXJuIHNlY3Rpb24uY29uc3VtZXIub3JpZ2luYWxQb3NpdGlvbkZvcih7XG4gICAgICBsaW5lOiBuZWVkbGUuZ2VuZXJhdGVkTGluZSAtXG4gICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICBjb2x1bW46IG5lZWRsZS5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbmVlZGxlLmdlbmVyYXRlZExpbmVcbiAgICAgICAgID8gc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkQ29sdW1uIC0gMVxuICAgICAgICAgOiAwKSxcbiAgICAgIGJpYXM6IGFBcmdzLmJpYXNcbiAgICB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm4gdHJ1ZSBpZiB3ZSBoYXZlIHRoZSBzb3VyY2UgY29udGVudCBmb3IgZXZlcnkgc291cmNlIGluIHRoZSBzb3VyY2VcbiAqIG1hcCwgZmFsc2Ugb3RoZXJ3aXNlLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX2hhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzKCkge1xuICAgIHJldHVybiB0aGlzLl9zZWN0aW9ucy5ldmVyeShmdW5jdGlvbiAocykge1xuICAgICAgcmV0dXJuIHMuY29uc3VtZXIuaGFzQ29udGVudHNPZkFsbFNvdXJjZXMoKTtcbiAgICB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UgY29udGVudC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgdGhlIHVybCBvZiB0aGVcbiAqIG9yaWdpbmFsIHNvdXJjZSBmaWxlLiBSZXR1cm5zIG51bGwgaWYgbm8gb3JpZ2luYWwgc291cmNlIGNvbnRlbnQgaXNcbiAqIGF2YWlsYWJsZS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5zb3VyY2VDb250ZW50Rm9yID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX3NvdXJjZUNvbnRlbnRGb3IoYVNvdXJjZSwgbnVsbE9uTWlzc2luZykge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbaV07XG5cbiAgICAgIHZhciBjb250ZW50ID0gc2VjdGlvbi5jb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIHRydWUpO1xuICAgICAgaWYgKGNvbnRlbnQpIHtcbiAgICAgICAgcmV0dXJuIGNvbnRlbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIGlmIChudWxsT25NaXNzaW5nKSB7XG4gICAgICByZXR1cm4gbnVsbDtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTb3VyY2UgKyAnXCIgaXMgbm90IGluIHRoZSBTb3VyY2VNYXAuJyk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBvcmlnaW5hbCBzb3VyY2UsXG4gKiBsaW5lLCBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0IHdpdGhcbiAqIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuIFxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgICAgVGhlIGNvbHVtbiBudW1iZXIgaXMgMC1iYXNlZC5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9nZW5lcmF0ZWRQb3NpdGlvbkZvcihhQXJncykge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbaV07XG5cbiAgICAgIC8vIE9ubHkgY29uc2lkZXIgdGhpcyBzZWN0aW9uIGlmIHRoZSByZXF1ZXN0ZWQgc291cmNlIGlzIGluIHRoZSBsaXN0IG9mXG4gICAgICAvLyBzb3VyY2VzIG9mIHRoZSBjb25zdW1lci5cbiAgICAgIGlmIChzZWN0aW9uLmNvbnN1bWVyLl9maW5kU291cmNlSW5kZXgodXRpbC5nZXRBcmcoYUFyZ3MsICdzb3VyY2UnKSkgPT09IC0xKSB7XG4gICAgICAgIGNvbnRpbnVlO1xuICAgICAgfVxuICAgICAgdmFyIGdlbmVyYXRlZFBvc2l0aW9uID0gc2VjdGlvbi5jb25zdW1lci5nZW5lcmF0ZWRQb3NpdGlvbkZvcihhQXJncyk7XG4gICAgICBpZiAoZ2VuZXJhdGVkUG9zaXRpb24pIHtcbiAgICAgICAgdmFyIHJldCA9IHtcbiAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWRQb3NpdGlvbi5saW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWRQb3NpdGlvbi5jb2x1bW4gK1xuICAgICAgICAgICAgKHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZExpbmUgPT09IGdlbmVyYXRlZFBvc2l0aW9uLmxpbmVcbiAgICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgICA6IDApXG4gICAgICAgIH07XG4gICAgICAgIHJldHVybiByZXQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIHtcbiAgICAgIGxpbmU6IG51bGwsXG4gICAgICBjb2x1bW46IG51bGxcbiAgICB9O1xuICB9O1xuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fcGFyc2VNYXBwaW5ncyA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3MgPSBbXTtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRoaXMuX3NlY3Rpb25zLmxlbmd0aDsgaSsrKSB7XG4gICAgICB2YXIgc2VjdGlvbiA9IHRoaXMuX3NlY3Rpb25zW2ldO1xuICAgICAgdmFyIHNlY3Rpb25NYXBwaW5ncyA9IHNlY3Rpb24uY29uc3VtZXIuX2dlbmVyYXRlZE1hcHBpbmdzO1xuICAgICAgZm9yICh2YXIgaiA9IDA7IGogPCBzZWN0aW9uTWFwcGluZ3MubGVuZ3RoOyBqKyspIHtcbiAgICAgICAgdmFyIG1hcHBpbmcgPSBzZWN0aW9uTWFwcGluZ3Nbal07XG5cbiAgICAgICAgdmFyIHNvdXJjZSA9IHNlY3Rpb24uY29uc3VtZXIuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgICBzb3VyY2UgPSB1dGlsLmNvbXB1dGVTb3VyY2VVUkwoc2VjdGlvbi5jb25zdW1lci5zb3VyY2VSb290LCBzb3VyY2UsIHRoaXMuX3NvdXJjZU1hcFVSTCk7XG4gICAgICAgIHRoaXMuX3NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuaW5kZXhPZihzb3VyY2UpO1xuXG4gICAgICAgIHZhciBuYW1lID0gbnVsbDtcbiAgICAgICAgaWYgKG1hcHBpbmcubmFtZSkge1xuICAgICAgICAgIG5hbWUgPSBzZWN0aW9uLmNvbnN1bWVyLl9uYW1lcy5hdChtYXBwaW5nLm5hbWUpO1xuICAgICAgICAgIHRoaXMuX25hbWVzLmFkZChuYW1lKTtcbiAgICAgICAgICBuYW1lID0gdGhpcy5fbmFtZXMuaW5kZXhPZihuYW1lKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIFRoZSBtYXBwaW5ncyBjb21pbmcgZnJvbSB0aGUgY29uc3VtZXIgZm9yIHRoZSBzZWN0aW9uIGhhdmVcbiAgICAgICAgLy8gZ2VuZXJhdGVkIHBvc2l0aW9ucyByZWxhdGl2ZSB0byB0aGUgc3RhcnQgb2YgdGhlIHNlY3Rpb24sIHNvIHdlXG4gICAgICAgIC8vIG5lZWQgdG8gb2Zmc2V0IHRoZW0gdG8gYmUgcmVsYXRpdmUgdG8gdGhlIHN0YXJ0IG9mIHRoZSBjb25jYXRlbmF0ZWRcbiAgICAgICAgLy8gZ2VuZXJhdGVkIGZpbGUuXG4gICAgICAgIHZhciBhZGp1c3RlZE1hcHBpbmcgPSB7XG4gICAgICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICAgICAgZ2VuZXJhdGVkTGluZTogbWFwcGluZy5nZW5lcmF0ZWRMaW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgZ2VuZXJhdGVkQ29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiArXG4gICAgICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbWFwcGluZy5nZW5lcmF0ZWRMaW5lXG4gICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgIDogMCksXG4gICAgICAgICAgb3JpZ2luYWxMaW5lOiBtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICBvcmlnaW5hbENvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICBuYW1lOiBuYW1lXG4gICAgICAgIH07XG5cbiAgICAgICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgaWYgKHR5cGVvZiBhZGp1c3RlZE1hcHBpbmcub3JpZ2luYWxMaW5lID09PSAnbnVtYmVyJykge1xuICAgICAgICAgIHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHF1aWNrU29ydCh0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MsIHV0aWwuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQpO1xuICAgIHF1aWNrU29ydCh0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncywgdXRpbC5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyk7XG4gIH07XG5cbmV4cG9ydHMuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyID0gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qc1xuLy8gbW9kdWxlIGlkID0gN1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbmV4cG9ydHMuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCA9IDI7XG5cbi8qKlxuICogUmVjdXJzaXZlIGltcGxlbWVudGF0aW9uIG9mIGJpbmFyeSBzZWFyY2guXG4gKlxuICogQHBhcmFtIGFMb3cgSW5kaWNlcyBoZXJlIGFuZCBsb3dlciBkbyBub3QgY29udGFpbiB0aGUgbmVlZGxlLlxuICogQHBhcmFtIGFIaWdoIEluZGljZXMgaGVyZSBhbmQgaGlnaGVyIGRvIG5vdCBjb250YWluIHRoZSBuZWVkbGUuXG4gKiBAcGFyYW0gYU5lZWRsZSBUaGUgZWxlbWVudCBiZWluZyBzZWFyY2hlZCBmb3IuXG4gKiBAcGFyYW0gYUhheXN0YWNrIFRoZSBub24tZW1wdHkgYXJyYXkgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgRnVuY3Rpb24gd2hpY2ggdGFrZXMgdHdvIGVsZW1lbnRzIGFuZCByZXR1cm5zIC0xLCAwLCBvciAxLlxuICogQHBhcmFtIGFCaWFzIEVpdGhlciAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJyBvclxuICogICAgICdiaW5hcnlTZWFyY2guTEVBU1RfVVBQRVJfQk9VTkQnLiBTcGVjaWZpZXMgd2hldGhlciB0byByZXR1cm4gdGhlXG4gKiAgICAgY2xvc2VzdCBlbGVtZW50IHRoYXQgaXMgc21hbGxlciB0aGFuIG9yIGdyZWF0ZXIgdGhhbiB0aGUgb25lIHdlIGFyZVxuICogICAgIHNlYXJjaGluZyBmb3IsIHJlc3BlY3RpdmVseSwgaWYgdGhlIGV4YWN0IGVsZW1lbnQgY2Fubm90IGJlIGZvdW5kLlxuICovXG5mdW5jdGlvbiByZWN1cnNpdmVTZWFyY2goYUxvdywgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKSB7XG4gIC8vIFRoaXMgZnVuY3Rpb24gdGVybWluYXRlcyB3aGVuIG9uZSBvZiB0aGUgZm9sbG93aW5nIGlzIHRydWU6XG4gIC8vXG4gIC8vICAgMS4gV2UgZmluZCB0aGUgZXhhY3QgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gIC8vXG4gIC8vICAgMi4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBidXQgd2UgY2FuIHJldHVybiB0aGUgaW5kZXggb2ZcbiAgLy8gICAgICB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQuXG4gIC8vXG4gIC8vICAgMy4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBhbmQgdGhlcmUgaXMgbm8gbmV4dC1jbG9zZXN0XG4gIC8vICAgICAgZWxlbWVudCB0aGFuIHRoZSBvbmUgd2UgYXJlIHNlYXJjaGluZyBmb3IsIHNvIHdlIHJldHVybiAtMS5cbiAgdmFyIG1pZCA9IE1hdGguZmxvb3IoKGFIaWdoIC0gYUxvdykgLyAyKSArIGFMb3c7XG4gIHZhciBjbXAgPSBhQ29tcGFyZShhTmVlZGxlLCBhSGF5c3RhY2tbbWlkXSwgdHJ1ZSk7XG4gIGlmIChjbXAgPT09IDApIHtcbiAgICAvLyBGb3VuZCB0aGUgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gICAgcmV0dXJuIG1pZDtcbiAgfVxuICBlbHNlIGlmIChjbXAgPiAwKSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBncmVhdGVyIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKGFIaWdoIC0gbWlkID4gMSkge1xuICAgICAgLy8gVGhlIGVsZW1lbnQgaXMgaW4gdGhlIHVwcGVyIGhhbGYuXG4gICAgICByZXR1cm4gcmVjdXJzaXZlU2VhcmNoKG1pZCwgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKTtcbiAgICB9XG5cbiAgICAvLyBUaGUgZXhhY3QgbmVlZGxlIGVsZW1lbnQgd2FzIG5vdCBmb3VuZCBpbiB0aGlzIGhheXN0YWNrLiBEZXRlcm1pbmUgaWZcbiAgICAvLyB3ZSBhcmUgaW4gdGVybWluYXRpb24gY2FzZSAoMykgb3IgKDIpIGFuZCByZXR1cm4gdGhlIGFwcHJvcHJpYXRlIHRoaW5nLlxuICAgIGlmIChhQmlhcyA9PSBleHBvcnRzLkxFQVNUX1VQUEVSX0JPVU5EKSB7XG4gICAgICByZXR1cm4gYUhpZ2ggPCBhSGF5c3RhY2subGVuZ3RoID8gYUhpZ2ggOiAtMTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9XG4gIH1cbiAgZWxzZSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBsZXNzIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKG1pZCAtIGFMb3cgPiAxKSB7XG4gICAgICAvLyBUaGUgZWxlbWVudCBpcyBpbiB0aGUgbG93ZXIgaGFsZi5cbiAgICAgIHJldHVybiByZWN1cnNpdmVTZWFyY2goYUxvdywgbWlkLCBhTmVlZGxlLCBhSGF5c3RhY2ssIGFDb21wYXJlLCBhQmlhcyk7XG4gICAgfVxuXG4gICAgLy8gd2UgYXJlIGluIHRlcm1pbmF0aW9uIGNhc2UgKDMpIG9yICgyKSBhbmQgcmV0dXJuIHRoZSBhcHByb3ByaWF0ZSB0aGluZy5cbiAgICBpZiAoYUJpYXMgPT0gZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCkge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIGFMb3cgPCAwID8gLTEgOiBhTG93O1xuICAgIH1cbiAgfVxufVxuXG4vKipcbiAqIFRoaXMgaXMgYW4gaW1wbGVtZW50YXRpb24gb2YgYmluYXJ5IHNlYXJjaCB3aGljaCB3aWxsIGFsd2F5cyB0cnkgYW5kIHJldHVyblxuICogdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IGVsZW1lbnQgaWYgdGhlcmUgaXMgbm8gZXhhY3QgaGl0LiBUaGlzIGlzIGJlY2F1c2VcbiAqIG1hcHBpbmdzIGJldHdlZW4gb3JpZ2luYWwgYW5kIGdlbmVyYXRlZCBsaW5lL2NvbCBwYWlycyBhcmUgc2luZ2xlIHBvaW50cyxcbiAqIGFuZCB0aGVyZSBpcyBhbiBpbXBsaWNpdCByZWdpb24gYmV0d2VlbiBlYWNoIG9mIHRoZW0sIHNvIGEgbWlzcyBqdXN0IG1lYW5zXG4gKiB0aGF0IHlvdSBhcmVuJ3Qgb24gdGhlIHZlcnkgc3RhcnQgb2YgYSByZWdpb24uXG4gKlxuICogQHBhcmFtIGFOZWVkbGUgVGhlIGVsZW1lbnQgeW91IGFyZSBsb29raW5nIGZvci5cbiAqIEBwYXJhbSBhSGF5c3RhY2sgVGhlIGFycmF5IHRoYXQgaXMgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgQSBmdW5jdGlvbiB3aGljaCB0YWtlcyB0aGUgbmVlZGxlIGFuZCBhbiBlbGVtZW50IGluIHRoZVxuICogICAgIGFycmF5IGFuZCByZXR1cm5zIC0xLCAwLCBvciAxIGRlcGVuZGluZyBvbiB3aGV0aGVyIHRoZSBuZWVkbGUgaXMgbGVzc1xuICogICAgIHRoYW4sIGVxdWFsIHRvLCBvciBncmVhdGVyIHRoYW4gdGhlIGVsZW1lbnQsIHJlc3BlY3RpdmVseS5cbiAqIEBwYXJhbSBhQmlhcyBFaXRoZXIgJ2JpbmFyeVNlYXJjaC5HUkVBVEVTVF9MT1dFUl9CT1VORCcgb3JcbiAqICAgICAnYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJy5cbiAqL1xuZXhwb3J0cy5zZWFyY2ggPSBmdW5jdGlvbiBzZWFyY2goYU5lZWRsZSwgYUhheXN0YWNrLCBhQ29tcGFyZSwgYUJpYXMpIHtcbiAgaWYgKGFIYXlzdGFjay5sZW5ndGggPT09IDApIHtcbiAgICByZXR1cm4gLTE7XG4gIH1cblxuICB2YXIgaW5kZXggPSByZWN1cnNpdmVTZWFyY2goLTEsIGFIYXlzdGFjay5sZW5ndGgsIGFOZWVkbGUsIGFIYXlzdGFjayxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFDb21wYXJlLCBhQmlhcyB8fCBleHBvcnRzLkdSRUFURVNUX0xPV0VSX0JPVU5EKTtcbiAgaWYgKGluZGV4IDwgMCkge1xuICAgIHJldHVybiAtMTtcbiAgfVxuXG4gIC8vIFdlIGhhdmUgZm91bmQgZWl0aGVyIHRoZSBleGFjdCBlbGVtZW50LCBvciB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQgdGhhblxuICAvLyB0aGUgb25lIHdlIGFyZSBzZWFyY2hpbmcgZm9yLiBIb3dldmVyLCB0aGVyZSBtYXkgYmUgbW9yZSB0aGFuIG9uZSBzdWNoXG4gIC8vIGVsZW1lbnQuIE1ha2Ugc3VyZSB3ZSBhbHdheXMgcmV0dXJuIHRoZSBzbWFsbGVzdCBvZiB0aGVzZS5cbiAgd2hpbGUgKGluZGV4IC0gMSA+PSAwKSB7XG4gICAgaWYgKGFDb21wYXJlKGFIYXlzdGFja1tpbmRleF0sIGFIYXlzdGFja1tpbmRleCAtIDFdLCB0cnVlKSAhPT0gMCkge1xuICAgICAgYnJlYWs7XG4gICAgfVxuICAgIC0taW5kZXg7XG4gIH1cblxuICByZXR1cm4gaW5kZXg7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmluYXJ5LXNlYXJjaC5qc1xuLy8gbW9kdWxlIGlkID0gOFxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8vIEl0IHR1cm5zIG91dCB0aGF0IHNvbWUgKG1vc3Q/KSBKYXZhU2NyaXB0IGVuZ2luZXMgZG9uJ3Qgc2VsZi1ob3N0XG4vLyBgQXJyYXkucHJvdG90eXBlLnNvcnRgLiBUaGlzIG1ha2VzIHNlbnNlIGJlY2F1c2UgQysrIHdpbGwgbGlrZWx5IHJlbWFpblxuLy8gZmFzdGVyIHRoYW4gSlMgd2hlbiBkb2luZyByYXcgQ1BVLWludGVuc2l2ZSBzb3J0aW5nLiBIb3dldmVyLCB3aGVuIHVzaW5nIGFcbi8vIGN1c3RvbSBjb21wYXJhdG9yIGZ1bmN0aW9uLCBjYWxsaW5nIGJhY2sgYW5kIGZvcnRoIGJldHdlZW4gdGhlIFZNJ3MgQysrIGFuZFxuLy8gSklUJ2QgSlMgaXMgcmF0aGVyIHNsb3cgKmFuZCogbG9zZXMgSklUIHR5cGUgaW5mb3JtYXRpb24sIHJlc3VsdGluZyBpblxuLy8gd29yc2UgZ2VuZXJhdGVkIGNvZGUgZm9yIHRoZSBjb21wYXJhdG9yIGZ1bmN0aW9uIHRoYW4gd291bGQgYmUgb3B0aW1hbC4gSW5cbi8vIGZhY3QsIHdoZW4gc29ydGluZyB3aXRoIGEgY29tcGFyYXRvciwgdGhlc2UgY29zdHMgb3V0d2VpZ2ggdGhlIGJlbmVmaXRzIG9mXG4vLyBzb3J0aW5nIGluIEMrKy4gQnkgdXNpbmcgb3VyIG93biBKUy1pbXBsZW1lbnRlZCBRdWljayBTb3J0IChiZWxvdyksIHdlIGdldFxuLy8gYSB+MzUwMG1zIG1lYW4gc3BlZWQtdXAgaW4gYGJlbmNoL2JlbmNoLmh0bWxgLlxuXG4vKipcbiAqIFN3YXAgdGhlIGVsZW1lbnRzIGluZGV4ZWQgYnkgYHhgIGFuZCBgeWAgaW4gdGhlIGFycmF5IGBhcnlgLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIFRoZSBhcnJheS5cbiAqIEBwYXJhbSB7TnVtYmVyfSB4XG4gKiAgICAgICAgVGhlIGluZGV4IG9mIHRoZSBmaXJzdCBpdGVtLlxuICogQHBhcmFtIHtOdW1iZXJ9IHlcbiAqICAgICAgICBUaGUgaW5kZXggb2YgdGhlIHNlY29uZCBpdGVtLlxuICovXG5mdW5jdGlvbiBzd2FwKGFyeSwgeCwgeSkge1xuICB2YXIgdGVtcCA9IGFyeVt4XTtcbiAgYXJ5W3hdID0gYXJ5W3ldO1xuICBhcnlbeV0gPSB0ZW1wO1xufVxuXG4vKipcbiAqIFJldHVybnMgYSByYW5kb20gaW50ZWdlciB3aXRoaW4gdGhlIHJhbmdlIGBsb3cgLi4gaGlnaGAgaW5jbHVzaXZlLlxuICpcbiAqIEBwYXJhbSB7TnVtYmVyfSBsb3dcbiAqICAgICAgICBUaGUgbG93ZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICogQHBhcmFtIHtOdW1iZXJ9IGhpZ2hcbiAqICAgICAgICBUaGUgdXBwZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICovXG5mdW5jdGlvbiByYW5kb21JbnRJblJhbmdlKGxvdywgaGlnaCkge1xuICByZXR1cm4gTWF0aC5yb3VuZChsb3cgKyAoTWF0aC5yYW5kb20oKSAqIChoaWdoIC0gbG93KSkpO1xufVxuXG4vKipcbiAqIFRoZSBRdWljayBTb3J0IGFsZ29yaXRobS5cbiAqXG4gKiBAcGFyYW0ge0FycmF5fSBhcnlcbiAqICAgICAgICBBbiBhcnJheSB0byBzb3J0LlxuICogQHBhcmFtIHtmdW5jdGlvbn0gY29tcGFyYXRvclxuICogICAgICAgIEZ1bmN0aW9uIHRvIHVzZSB0byBjb21wYXJlIHR3byBpdGVtcy5cbiAqIEBwYXJhbSB7TnVtYmVyfSBwXG4gKiAgICAgICAgU3RhcnQgaW5kZXggb2YgdGhlIGFycmF5XG4gKiBAcGFyYW0ge051bWJlcn0gclxuICogICAgICAgIEVuZCBpbmRleCBvZiB0aGUgYXJyYXlcbiAqL1xuZnVuY3Rpb24gZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCByKSB7XG4gIC8vIElmIG91ciBsb3dlciBib3VuZCBpcyBsZXNzIHRoYW4gb3VyIHVwcGVyIGJvdW5kLCB3ZSAoMSkgcGFydGl0aW9uIHRoZVxuICAvLyBhcnJheSBpbnRvIHR3byBwaWVjZXMgYW5kICgyKSByZWN1cnNlIG9uIGVhY2ggaGFsZi4gSWYgaXQgaXMgbm90LCB0aGlzIGlzXG4gIC8vIHRoZSBlbXB0eSBhcnJheSBhbmQgb3VyIGJhc2UgY2FzZS5cblxuICBpZiAocCA8IHIpIHtcbiAgICAvLyAoMSkgUGFydGl0aW9uaW5nLlxuICAgIC8vXG4gICAgLy8gVGhlIHBhcnRpdGlvbmluZyBjaG9vc2VzIGEgcGl2b3QgYmV0d2VlbiBgcGAgYW5kIGByYCBhbmQgbW92ZXMgYWxsXG4gICAgLy8gZWxlbWVudHMgdGhhdCBhcmUgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdCB0byB0aGUgYmVmb3JlIGl0LCBhbmRcbiAgICAvLyBhbGwgdGhlIGVsZW1lbnRzIHRoYXQgYXJlIGdyZWF0ZXIgdGhhbiBpdCBhZnRlciBpdC4gVGhlIGVmZmVjdCBpcyB0aGF0XG4gICAgLy8gb25jZSBwYXJ0aXRpb24gaXMgZG9uZSwgdGhlIHBpdm90IGlzIGluIHRoZSBleGFjdCBwbGFjZSBpdCB3aWxsIGJlIHdoZW5cbiAgICAvLyB0aGUgYXJyYXkgaXMgcHV0IGluIHNvcnRlZCBvcmRlciwgYW5kIGl0IHdpbGwgbm90IG5lZWQgdG8gYmUgbW92ZWRcbiAgICAvLyBhZ2Fpbi4gVGhpcyBydW5zIGluIE8obikgdGltZS5cblxuICAgIC8vIEFsd2F5cyBjaG9vc2UgYSByYW5kb20gcGl2b3Qgc28gdGhhdCBhbiBpbnB1dCBhcnJheSB3aGljaCBpcyByZXZlcnNlXG4gICAgLy8gc29ydGVkIGRvZXMgbm90IGNhdXNlIE8obl4yKSBydW5uaW5nIHRpbWUuXG4gICAgdmFyIHBpdm90SW5kZXggPSByYW5kb21JbnRJblJhbmdlKHAsIHIpO1xuICAgIHZhciBpID0gcCAtIDE7XG5cbiAgICBzd2FwKGFyeSwgcGl2b3RJbmRleCwgcik7XG4gICAgdmFyIHBpdm90ID0gYXJ5W3JdO1xuXG4gICAgLy8gSW1tZWRpYXRlbHkgYWZ0ZXIgYGpgIGlzIGluY3JlbWVudGVkIGluIHRoaXMgbG9vcCwgdGhlIGZvbGxvd2luZyBob2xkXG4gICAgLy8gdHJ1ZTpcbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbcCAuLiBpXWAgaXMgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdC5cbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbaSsxIC4uIGotMV1gIGlzIGdyZWF0ZXIgdGhhbiB0aGUgcGl2b3QuXG4gICAgZm9yICh2YXIgaiA9IHA7IGogPCByOyBqKyspIHtcbiAgICAgIGlmIChjb21wYXJhdG9yKGFyeVtqXSwgcGl2b3QpIDw9IDApIHtcbiAgICAgICAgaSArPSAxO1xuICAgICAgICBzd2FwKGFyeSwgaSwgaik7XG4gICAgICB9XG4gICAgfVxuXG4gICAgc3dhcChhcnksIGkgKyAxLCBqKTtcbiAgICB2YXIgcSA9IGkgKyAxO1xuXG4gICAgLy8gKDIpIFJlY3Vyc2Ugb24gZWFjaCBoYWxmLlxuXG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCBxIC0gMSk7XG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBxICsgMSwgcik7XG4gIH1cbn1cblxuLyoqXG4gKiBTb3J0IHRoZSBnaXZlbiBhcnJheSBpbi1wbGFjZSB3aXRoIHRoZSBnaXZlbiBjb21wYXJhdG9yIGZ1bmN0aW9uLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIEFuIGFycmF5IHRvIHNvcnQuXG4gKiBAcGFyYW0ge2Z1bmN0aW9ufSBjb21wYXJhdG9yXG4gKiAgICAgICAgRnVuY3Rpb24gdG8gdXNlIHRvIGNvbXBhcmUgdHdvIGl0ZW1zLlxuICovXG5leHBvcnRzLnF1aWNrU29ydCA9IGZ1bmN0aW9uIChhcnksIGNvbXBhcmF0b3IpIHtcbiAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCAwLCBhcnkubGVuZ3RoIC0gMSk7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvcXVpY2stc29ydC5qc1xuLy8gbW9kdWxlIGlkID0gOVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciBTb3VyY2VNYXBHZW5lcmF0b3IgPSByZXF1aXJlKCcuL3NvdXJjZS1tYXAtZ2VuZXJhdG9yJykuU291cmNlTWFwR2VuZXJhdG9yO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcblxuLy8gTWF0Y2hlcyBhIFdpbmRvd3Mtc3R5bGUgYFxcclxcbmAgbmV3bGluZSBvciBhIGBcXG5gIG5ld2xpbmUgdXNlZCBieSBhbGwgb3RoZXJcbi8vIG9wZXJhdGluZyBzeXN0ZW1zIHRoZXNlIGRheXMgKGNhcHR1cmluZyB0aGUgcmVzdWx0KS5cbnZhciBSRUdFWF9ORVdMSU5FID0gLyhcXHI/XFxuKS87XG5cbi8vIE5ld2xpbmUgY2hhcmFjdGVyIGNvZGUgZm9yIGNoYXJDb2RlQXQoKSBjb21wYXJpc29uc1xudmFyIE5FV0xJTkVfQ09ERSA9IDEwO1xuXG4vLyBQcml2YXRlIHN5bWJvbCBmb3IgaWRlbnRpZnlpbmcgYFNvdXJjZU5vZGVgcyB3aGVuIG11bHRpcGxlIHZlcnNpb25zIG9mXG4vLyB0aGUgc291cmNlLW1hcCBsaWJyYXJ5IGFyZSBsb2FkZWQuIFRoaXMgTVVTVCBOT1QgQ0hBTkdFIGFjcm9zc1xuLy8gdmVyc2lvbnMhXG52YXIgaXNTb3VyY2VOb2RlID0gXCIkJCRpc1NvdXJjZU5vZGUkJCRcIjtcblxuLyoqXG4gKiBTb3VyY2VOb2RlcyBwcm92aWRlIGEgd2F5IHRvIGFic3RyYWN0IG92ZXIgaW50ZXJwb2xhdGluZy9jb25jYXRlbmF0aW5nXG4gKiBzbmlwcGV0cyBvZiBnZW5lcmF0ZWQgSmF2YVNjcmlwdCBzb3VyY2UgY29kZSB3aGlsZSBtYWludGFpbmluZyB0aGUgbGluZSBhbmRcbiAqIGNvbHVtbiBpbmZvcm1hdGlvbiBhc3NvY2lhdGVkIHdpdGggdGhlIG9yaWdpbmFsIHNvdXJjZSBjb2RlLlxuICpcbiAqIEBwYXJhbSBhTGluZSBUaGUgb3JpZ2luYWwgbGluZSBudW1iZXIuXG4gKiBAcGFyYW0gYUNvbHVtbiBUaGUgb3JpZ2luYWwgY29sdW1uIG51bWJlci5cbiAqIEBwYXJhbSBhU291cmNlIFRoZSBvcmlnaW5hbCBzb3VyY2UncyBmaWxlbmFtZS5cbiAqIEBwYXJhbSBhQ2h1bmtzIE9wdGlvbmFsLiBBbiBhcnJheSBvZiBzdHJpbmdzIHdoaWNoIGFyZSBzbmlwcGV0cyBvZlxuICogICAgICAgIGdlbmVyYXRlZCBKUywgb3Igb3RoZXIgU291cmNlTm9kZXMuXG4gKiBAcGFyYW0gYU5hbWUgVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU5vZGUoYUxpbmUsIGFDb2x1bW4sIGFTb3VyY2UsIGFDaHVua3MsIGFOYW1lKSB7XG4gIHRoaXMuY2hpbGRyZW4gPSBbXTtcbiAgdGhpcy5zb3VyY2VDb250ZW50cyA9IHt9O1xuICB0aGlzLmxpbmUgPSBhTGluZSA9PSBudWxsID8gbnVsbCA6IGFMaW5lO1xuICB0aGlzLmNvbHVtbiA9IGFDb2x1bW4gPT0gbnVsbCA/IG51bGwgOiBhQ29sdW1uO1xuICB0aGlzLnNvdXJjZSA9IGFTb3VyY2UgPT0gbnVsbCA/IG51bGwgOiBhU291cmNlO1xuICB0aGlzLm5hbWUgPSBhTmFtZSA9PSBudWxsID8gbnVsbCA6IGFOYW1lO1xuICB0aGlzW2lzU291cmNlTm9kZV0gPSB0cnVlO1xuICBpZiAoYUNodW5rcyAhPSBudWxsKSB0aGlzLmFkZChhQ2h1bmtzKTtcbn1cblxuLyoqXG4gKiBDcmVhdGVzIGEgU291cmNlTm9kZSBmcm9tIGdlbmVyYXRlZCBjb2RlIGFuZCBhIFNvdXJjZU1hcENvbnN1bWVyLlxuICpcbiAqIEBwYXJhbSBhR2VuZXJhdGVkQ29kZSBUaGUgZ2VuZXJhdGVkIGNvZGVcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIFNvdXJjZU1hcCBmb3IgdGhlIGdlbmVyYXRlZCBjb2RlXG4gKiBAcGFyYW0gYVJlbGF0aXZlUGF0aCBPcHRpb25hbC4gVGhlIHBhdGggdGhhdCByZWxhdGl2ZSBzb3VyY2VzIGluIHRoZVxuICogICAgICAgIFNvdXJjZU1hcENvbnN1bWVyIHNob3VsZCBiZSByZWxhdGl2ZSB0by5cbiAqL1xuU291cmNlTm9kZS5mcm9tU3RyaW5nV2l0aFNvdXJjZU1hcCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU5vZGVfZnJvbVN0cmluZ1dpdGhTb3VyY2VNYXAoYUdlbmVyYXRlZENvZGUsIGFTb3VyY2VNYXBDb25zdW1lciwgYVJlbGF0aXZlUGF0aCkge1xuICAgIC8vIFRoZSBTb3VyY2VOb2RlIHdlIHdhbnQgdG8gZmlsbCB3aXRoIHRoZSBnZW5lcmF0ZWQgY29kZVxuICAgIC8vIGFuZCB0aGUgU291cmNlTWFwXG4gICAgdmFyIG5vZGUgPSBuZXcgU291cmNlTm9kZSgpO1xuXG4gICAgLy8gQWxsIGV2ZW4gaW5kaWNlcyBvZiB0aGlzIGFycmF5IGFyZSBvbmUgbGluZSBvZiB0aGUgZ2VuZXJhdGVkIGNvZGUsXG4gICAgLy8gd2hpbGUgYWxsIG9kZCBpbmRpY2VzIGFyZSB0aGUgbmV3bGluZXMgYmV0d2VlbiB0d28gYWRqYWNlbnQgbGluZXNcbiAgICAvLyAoc2luY2UgYFJFR0VYX05FV0xJTkVgIGNhcHR1cmVzIGl0cyBtYXRjaCkuXG4gICAgLy8gUHJvY2Vzc2VkIGZyYWdtZW50cyBhcmUgYWNjZXNzZWQgYnkgY2FsbGluZyBgc2hpZnROZXh0TGluZWAuXG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzID0gYUdlbmVyYXRlZENvZGUuc3BsaXQoUkVHRVhfTkVXTElORSk7XG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzSW5kZXggPSAwO1xuICAgIHZhciBzaGlmdE5leHRMaW5lID0gZnVuY3Rpb24oKSB7XG4gICAgICB2YXIgbGluZUNvbnRlbnRzID0gZ2V0TmV4dExpbmUoKTtcbiAgICAgIC8vIFRoZSBsYXN0IGxpbmUgb2YgYSBmaWxlIG1pZ2h0IG5vdCBoYXZlIGEgbmV3bGluZS5cbiAgICAgIHZhciBuZXdMaW5lID0gZ2V0TmV4dExpbmUoKSB8fCBcIlwiO1xuICAgICAgcmV0dXJuIGxpbmVDb250ZW50cyArIG5ld0xpbmU7XG5cbiAgICAgIGZ1bmN0aW9uIGdldE5leHRMaW5lKCkge1xuICAgICAgICByZXR1cm4gcmVtYWluaW5nTGluZXNJbmRleCA8IHJlbWFpbmluZ0xpbmVzLmxlbmd0aCA/XG4gICAgICAgICAgICByZW1haW5pbmdMaW5lc1tyZW1haW5pbmdMaW5lc0luZGV4KytdIDogdW5kZWZpbmVkO1xuICAgICAgfVxuICAgIH07XG5cbiAgICAvLyBXZSBuZWVkIHRvIHJlbWVtYmVyIHRoZSBwb3NpdGlvbiBvZiBcInJlbWFpbmluZ0xpbmVzXCJcbiAgICB2YXIgbGFzdEdlbmVyYXRlZExpbmUgPSAxLCBsYXN0R2VuZXJhdGVkQ29sdW1uID0gMDtcblxuICAgIC8vIFRoZSBnZW5lcmF0ZSBTb3VyY2VOb2RlcyB3ZSBuZWVkIGEgY29kZSByYW5nZS5cbiAgICAvLyBUbyBleHRyYWN0IGl0IGN1cnJlbnQgYW5kIGxhc3QgbWFwcGluZyBpcyB1c2VkLlxuICAgIC8vIEhlcmUgd2Ugc3RvcmUgdGhlIGxhc3QgbWFwcGluZy5cbiAgICB2YXIgbGFzdE1hcHBpbmcgPSBudWxsO1xuXG4gICAgYVNvdXJjZU1hcENvbnN1bWVyLmVhY2hNYXBwaW5nKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcgIT09IG51bGwpIHtcbiAgICAgICAgLy8gV2UgYWRkIHRoZSBjb2RlIGZyb20gXCJsYXN0TWFwcGluZ1wiIHRvIFwibWFwcGluZ1wiOlxuICAgICAgICAvLyBGaXJzdCBjaGVjayBpZiB0aGVyZSBpcyBhIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgIGlmIChsYXN0R2VuZXJhdGVkTGluZSA8IG1hcHBpbmcuZ2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIC8vIEFzc29jaWF0ZSBmaXJzdCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBzaGlmdE5leHRMaW5lKCkpO1xuICAgICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICAgICAgbGFzdEdlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgICAgLy8gVGhlIHJlbWFpbmluZyBjb2RlIGlzIGFkZGVkIHdpdGhvdXQgbWFwcGluZ1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIC8vIFRoZXJlIGlzIG5vIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSBjb2RlIGJldHdlZW4gXCJsYXN0R2VuZXJhdGVkQ29sdW1uXCIgYW5kXG4gICAgICAgICAgLy8gXCJtYXBwaW5nLmdlbmVyYXRlZENvbHVtblwiIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgdmFyIG5leHRMaW5lID0gcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gfHwgJyc7XG4gICAgICAgICAgdmFyIGNvZGUgPSBuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxhc3RHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICAgIHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdID0gbmV4dExpbmUuc3Vic3RyKG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBjb2RlKTtcbiAgICAgICAgICAvLyBObyBtb3JlIHJlbWFpbmluZyBjb2RlLCBjb250aW51ZVxuICAgICAgICAgIGxhc3RNYXBwaW5nID0gbWFwcGluZztcbiAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC8vIFdlIGFkZCB0aGUgZ2VuZXJhdGVkIGNvZGUgdW50aWwgdGhlIGZpcnN0IG1hcHBpbmdcbiAgICAgIC8vIHRvIHRoZSBTb3VyY2VOb2RlIHdpdGhvdXQgYW55IG1hcHBpbmcuXG4gICAgICAvLyBFYWNoIGxpbmUgaXMgYWRkZWQgYXMgc2VwYXJhdGUgc3RyaW5nLlxuICAgICAgd2hpbGUgKGxhc3RHZW5lcmF0ZWRMaW5lIDwgbWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIG5vZGUuYWRkKHNoaWZ0TmV4dExpbmUoKSk7XG4gICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICB9XG4gICAgICBpZiAobGFzdEdlbmVyYXRlZENvbHVtbiA8IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uKSB7XG4gICAgICAgIHZhciBuZXh0TGluZSA9IHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdIHx8ICcnO1xuICAgICAgICBub2RlLmFkZChuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pKTtcbiAgICAgICAgcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gPSBuZXh0TGluZS5zdWJzdHIobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICB9XG4gICAgICBsYXN0TWFwcGluZyA9IG1hcHBpbmc7XG4gICAgfSwgdGhpcyk7XG4gICAgLy8gV2UgaGF2ZSBwcm9jZXNzZWQgYWxsIG1hcHBpbmdzLlxuICAgIGlmIChyZW1haW5pbmdMaW5lc0luZGV4IDwgcmVtYWluaW5nTGluZXMubGVuZ3RoKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcpIHtcbiAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSByZW1haW5pbmcgY29kZSBpbiB0aGUgY3VycmVudCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgIGFkZE1hcHBpbmdXaXRoQ29kZShsYXN0TWFwcGluZywgc2hpZnROZXh0TGluZSgpKTtcbiAgICAgIH1cbiAgICAgIC8vIGFuZCBhZGQgdGhlIHJlbWFpbmluZyBsaW5lcyB3aXRob3V0IGFueSBtYXBwaW5nXG4gICAgICBub2RlLmFkZChyZW1haW5pbmdMaW5lcy5zcGxpY2UocmVtYWluaW5nTGluZXNJbmRleCkuam9pbihcIlwiKSk7XG4gICAgfVxuXG4gICAgLy8gQ29weSBzb3VyY2VzQ29udGVudCBpbnRvIFNvdXJjZU5vZGVcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVJlbGF0aXZlUGF0aCAhPSBudWxsKSB7XG4gICAgICAgICAgc291cmNlRmlsZSA9IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICBub2RlLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSk7XG5cbiAgICByZXR1cm4gbm9kZTtcblxuICAgIGZ1bmN0aW9uIGFkZE1hcHBpbmdXaXRoQ29kZShtYXBwaW5nLCBjb2RlKSB7XG4gICAgICBpZiAobWFwcGluZyA9PT0gbnVsbCB8fCBtYXBwaW5nLnNvdXJjZSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIG5vZGUuYWRkKGNvZGUpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IGFSZWxhdGl2ZVBhdGhcbiAgICAgICAgICA/IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICA6IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBub2RlLmFkZChuZXcgU291cmNlTm9kZShtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb2RlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXBwaW5nLm5hbWUpKTtcbiAgICAgIH1cbiAgICB9XG4gIH07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoaXMgc291cmNlIG5vZGUuXG4gKlxuICogQHBhcmFtIGFDaHVuayBBIHN0cmluZyBzbmlwcGV0IG9mIGdlbmVyYXRlZCBKUyBjb2RlLCBhbm90aGVyIGluc3RhbmNlIG9mXG4gKiAgICAgICAgU291cmNlTm9kZSwgb3IgYW4gYXJyYXkgd2hlcmUgZWFjaCBtZW1iZXIgaXMgb25lIG9mIHRob3NlIHRoaW5ncy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUuYWRkID0gZnVuY3Rpb24gU291cmNlTm9kZV9hZGQoYUNodW5rKSB7XG4gIGlmIChBcnJheS5pc0FycmF5KGFDaHVuaykpIHtcbiAgICBhQ2h1bmsuZm9yRWFjaChmdW5jdGlvbiAoY2h1bmspIHtcbiAgICAgIHRoaXMuYWRkKGNodW5rKTtcbiAgICB9LCB0aGlzKTtcbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgaWYgKGFDaHVuaykge1xuICAgICAgdGhpcy5jaGlsZHJlbi5wdXNoKGFDaHVuayk7XG4gICAgfVxuICB9XG4gIGVsc2Uge1xuICAgIHRocm93IG5ldyBUeXBlRXJyb3IoXG4gICAgICBcIkV4cGVjdGVkIGEgU291cmNlTm9kZSwgc3RyaW5nLCBvciBhbiBhcnJheSBvZiBTb3VyY2VOb2RlcyBhbmQgc3RyaW5ncy4gR290IFwiICsgYUNodW5rXG4gICAgKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoZSBiZWdpbm5pbmcgb2YgdGhpcyBzb3VyY2Ugbm9kZS5cbiAqXG4gKiBAcGFyYW0gYUNodW5rIEEgc3RyaW5nIHNuaXBwZXQgb2YgZ2VuZXJhdGVkIEpTIGNvZGUsIGFub3RoZXIgaW5zdGFuY2Ugb2ZcbiAqICAgICAgICBTb3VyY2VOb2RlLCBvciBhbiBhcnJheSB3aGVyZSBlYWNoIG1lbWJlciBpcyBvbmUgb2YgdGhvc2UgdGhpbmdzLlxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5wcmVwZW5kID0gZnVuY3Rpb24gU291cmNlTm9kZV9wcmVwZW5kKGFDaHVuaykge1xuICBpZiAoQXJyYXkuaXNBcnJheShhQ2h1bmspKSB7XG4gICAgZm9yICh2YXIgaSA9IGFDaHVuay5sZW5ndGgtMTsgaSA+PSAwOyBpLS0pIHtcbiAgICAgIHRoaXMucHJlcGVuZChhQ2h1bmtbaV0pO1xuICAgIH1cbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgdGhpcy5jaGlsZHJlbi51bnNoaWZ0KGFDaHVuayk7XG4gIH1cbiAgZWxzZSB7XG4gICAgdGhyb3cgbmV3IFR5cGVFcnJvcihcbiAgICAgIFwiRXhwZWN0ZWQgYSBTb3VyY2VOb2RlLCBzdHJpbmcsIG9yIGFuIGFycmF5IG9mIFNvdXJjZU5vZGVzIGFuZCBzdHJpbmdzLiBHb3QgXCIgKyBhQ2h1bmtcbiAgICApO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBXYWxrIG92ZXIgdGhlIHRyZWUgb2YgSlMgc25pcHBldHMgaW4gdGhpcyBub2RlIGFuZCBpdHMgY2hpbGRyZW4uIFRoZVxuICogd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgb25jZSBmb3IgZWFjaCBzbmlwcGV0IG9mIEpTIGFuZCBpcyBwYXNzZWQgdGhhdFxuICogc25pcHBldCBhbmQgdGhlIGl0cyBvcmlnaW5hbCBhc3NvY2lhdGVkIHNvdXJjZSdzIGxpbmUvY29sdW1uIGxvY2F0aW9uLlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2FsayA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfd2FsayhhRm4pIHtcbiAgdmFyIGNodW5rO1xuICBmb3IgKHZhciBpID0gMCwgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgIGNodW5rID0gdGhpcy5jaGlsZHJlbltpXTtcbiAgICBpZiAoY2h1bmtbaXNTb3VyY2VOb2RlXSkge1xuICAgICAgY2h1bmsud2FsayhhRm4pO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIGlmIChjaHVuayAhPT0gJycpIHtcbiAgICAgICAgYUZuKGNodW5rLCB7IHNvdXJjZTogdGhpcy5zb3VyY2UsXG4gICAgICAgICAgICAgICAgICAgICBsaW5lOiB0aGlzLmxpbmUsXG4gICAgICAgICAgICAgICAgICAgICBjb2x1bW46IHRoaXMuY29sdW1uLFxuICAgICAgICAgICAgICAgICAgICAgbmFtZTogdGhpcy5uYW1lIH0pO1xuICAgICAgfVxuICAgIH1cbiAgfVxufTtcblxuLyoqXG4gKiBMaWtlIGBTdHJpbmcucHJvdG90eXBlLmpvaW5gIGV4Y2VwdCBmb3IgU291cmNlTm9kZXMuIEluc2VydHMgYGFTdHJgIGJldHdlZW5cbiAqIGVhY2ggb2YgYHRoaXMuY2hpbGRyZW5gLlxuICpcbiAqIEBwYXJhbSBhU2VwIFRoZSBzZXBhcmF0b3IuXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLmpvaW4gPSBmdW5jdGlvbiBTb3VyY2VOb2RlX2pvaW4oYVNlcCkge1xuICB2YXIgbmV3Q2hpbGRyZW47XG4gIHZhciBpO1xuICB2YXIgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7XG4gIGlmIChsZW4gPiAwKSB7XG4gICAgbmV3Q2hpbGRyZW4gPSBbXTtcbiAgICBmb3IgKGkgPSAwOyBpIDwgbGVuLTE7IGkrKykge1xuICAgICAgbmV3Q2hpbGRyZW4ucHVzaCh0aGlzLmNoaWxkcmVuW2ldKTtcbiAgICAgIG5ld0NoaWxkcmVuLnB1c2goYVNlcCk7XG4gICAgfVxuICAgIG5ld0NoaWxkcmVuLnB1c2godGhpcy5jaGlsZHJlbltpXSk7XG4gICAgdGhpcy5jaGlsZHJlbiA9IG5ld0NoaWxkcmVuO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBDYWxsIFN0cmluZy5wcm90b3R5cGUucmVwbGFjZSBvbiB0aGUgdmVyeSByaWdodC1tb3N0IHNvdXJjZSBzbmlwcGV0LiBVc2VmdWxcbiAqIGZvciB0cmltbWluZyB3aGl0ZXNwYWNlIGZyb20gdGhlIGVuZCBvZiBhIHNvdXJjZSBub2RlLCBldGMuXG4gKlxuICogQHBhcmFtIGFQYXR0ZXJuIFRoZSBwYXR0ZXJuIHRvIHJlcGxhY2UuXG4gKiBAcGFyYW0gYVJlcGxhY2VtZW50IFRoZSB0aGluZyB0byByZXBsYWNlIHRoZSBwYXR0ZXJuIHdpdGguXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLnJlcGxhY2VSaWdodCA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfcmVwbGFjZVJpZ2h0KGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpIHtcbiAgdmFyIGxhc3RDaGlsZCA9IHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXTtcbiAgaWYgKGxhc3RDaGlsZFtpc1NvdXJjZU5vZGVdKSB7XG4gICAgbGFzdENoaWxkLnJlcGxhY2VSaWdodChhUGF0dGVybiwgYVJlcGxhY2VtZW50KTtcbiAgfVxuICBlbHNlIGlmICh0eXBlb2YgbGFzdENoaWxkID09PSAnc3RyaW5nJykge1xuICAgIHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXSA9IGxhc3RDaGlsZC5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpO1xuICB9XG4gIGVsc2Uge1xuICAgIHRoaXMuY2hpbGRyZW4ucHVzaCgnJy5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogU2V0IHRoZSBzb3VyY2UgY29udGVudCBmb3IgYSBzb3VyY2UgZmlsZS4gVGhpcyB3aWxsIGJlIGFkZGVkIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3JcbiAqIGluIHRoZSBzb3VyY2VzQ29udGVudCBmaWVsZC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgVGhlIGZpbGVuYW1lIG9mIHRoZSBzb3VyY2UgZmlsZVxuICogQHBhcmFtIGFTb3VyY2VDb250ZW50IFRoZSBjb250ZW50IG9mIHRoZSBzb3VyY2UgZmlsZVxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5zZXRTb3VyY2VDb250ZW50ID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHRoaXMuc291cmNlQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhhU291cmNlRmlsZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gIH07XG5cbi8qKlxuICogV2FsayBvdmVyIHRoZSB0cmVlIG9mIFNvdXJjZU5vZGVzLiBUaGUgd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgZm9yIGVhY2hcbiAqIHNvdXJjZSBmaWxlIGNvbnRlbnQgYW5kIGlzIHBhc3NlZCB0aGUgZmlsZW5hbWUgYW5kIHNvdXJjZSBjb250ZW50LlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2Fsa1NvdXJjZUNvbnRlbnRzID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV93YWxrU291cmNlQ29udGVudHMoYUZuKSB7XG4gICAgZm9yICh2YXIgaSA9IDAsIGxlbiA9IHRoaXMuY2hpbGRyZW4ubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgIGlmICh0aGlzLmNoaWxkcmVuW2ldW2lzU291cmNlTm9kZV0pIHtcbiAgICAgICAgdGhpcy5jaGlsZHJlbltpXS53YWxrU291cmNlQ29udGVudHMoYUZuKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgc291cmNlcyA9IE9iamVjdC5rZXlzKHRoaXMuc291cmNlQ29udGVudHMpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBzb3VyY2VzLmxlbmd0aDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICBhRm4odXRpbC5mcm9tU2V0U3RyaW5nKHNvdXJjZXNbaV0pLCB0aGlzLnNvdXJjZUNvbnRlbnRzW3NvdXJjZXNbaV1dKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRoZSBzdHJpbmcgcmVwcmVzZW50YXRpb24gb2YgdGhpcyBzb3VyY2Ugbm9kZS4gV2Fsa3Mgb3ZlciB0aGUgdHJlZVxuICogYW5kIGNvbmNhdGVuYXRlcyBhbGwgdGhlIHZhcmlvdXMgc25pcHBldHMgdG9nZXRoZXIgdG8gb25lIHN0cmluZy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmcgPSBmdW5jdGlvbiBTb3VyY2VOb2RlX3RvU3RyaW5nKCkge1xuICB2YXIgc3RyID0gXCJcIjtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaykge1xuICAgIHN0ciArPSBjaHVuaztcbiAgfSk7XG4gIHJldHVybiBzdHI7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIHN0cmluZyByZXByZXNlbnRhdGlvbiBvZiB0aGlzIHNvdXJjZSBub2RlIGFsb25nIHdpdGggYSBzb3VyY2VcbiAqIG1hcC5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmdXaXRoU291cmNlTWFwID0gZnVuY3Rpb24gU291cmNlTm9kZV90b1N0cmluZ1dpdGhTb3VyY2VNYXAoYUFyZ3MpIHtcbiAgdmFyIGdlbmVyYXRlZCA9IHtcbiAgICBjb2RlOiBcIlwiLFxuICAgIGxpbmU6IDEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHZhciBtYXAgPSBuZXcgU291cmNlTWFwR2VuZXJhdG9yKGFBcmdzKTtcbiAgdmFyIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgdmFyIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxMaW5lID0gbnVsbDtcbiAgdmFyIGxhc3RPcmlnaW5hbENvbHVtbiA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxOYW1lID0gbnVsbDtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaywgb3JpZ2luYWwpIHtcbiAgICBnZW5lcmF0ZWQuY29kZSArPSBjaHVuaztcbiAgICBpZiAob3JpZ2luYWwuc291cmNlICE9PSBudWxsXG4gICAgICAgICYmIG9yaWdpbmFsLmxpbmUgIT09IG51bGxcbiAgICAgICAgJiYgb3JpZ2luYWwuY29sdW1uICE9PSBudWxsKSB7XG4gICAgICBpZihsYXN0T3JpZ2luYWxTb3VyY2UgIT09IG9yaWdpbmFsLnNvdXJjZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsTGluZSAhPT0gb3JpZ2luYWwubGluZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsQ29sdW1uICE9PSBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgIHx8IGxhc3RPcmlnaW5hbE5hbWUgIT09IG9yaWdpbmFsLm5hbWUpIHtcbiAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgIHNvdXJjZTogb3JpZ2luYWwuc291cmNlLFxuICAgICAgICAgIG9yaWdpbmFsOiB7XG4gICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgY29sdW1uOiBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgbGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICAgICAgICBjb2x1bW46IGdlbmVyYXRlZC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIG5hbWU6IG9yaWdpbmFsLm5hbWVcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICBsYXN0T3JpZ2luYWxMaW5lID0gb3JpZ2luYWwubGluZTtcbiAgICAgIGxhc3RPcmlnaW5hbENvbHVtbiA9IG9yaWdpbmFsLmNvbHVtbjtcbiAgICAgIGxhc3RPcmlnaW5hbE5hbWUgPSBvcmlnaW5hbC5uYW1lO1xuICAgICAgc291cmNlTWFwcGluZ0FjdGl2ZSA9IHRydWU7XG4gICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICBtYXAuYWRkTWFwcGluZyh7XG4gICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgIGxpbmU6IGdlbmVyYXRlZC5saW5lLFxuICAgICAgICAgIGNvbHVtbjogZ2VuZXJhdGVkLmNvbHVtblxuICAgICAgICB9XG4gICAgICB9KTtcbiAgICAgIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gICAgICBzb3VyY2VNYXBwaW5nQWN0aXZlID0gZmFsc2U7XG4gICAgfVxuICAgIGZvciAodmFyIGlkeCA9IDAsIGxlbmd0aCA9IGNodW5rLmxlbmd0aDsgaWR4IDwgbGVuZ3RoOyBpZHgrKykge1xuICAgICAgaWYgKGNodW5rLmNoYXJDb2RlQXQoaWR4KSA9PT0gTkVXTElORV9DT0RFKSB7XG4gICAgICAgIGdlbmVyYXRlZC5saW5lKys7XG4gICAgICAgIGdlbmVyYXRlZC5jb2x1bW4gPSAwO1xuICAgICAgICAvLyBNYXBwaW5ncyBlbmQgYXQgZW9sXG4gICAgICAgIGlmIChpZHggKyAxID09PSBsZW5ndGgpIHtcbiAgICAgICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBudWxsO1xuICAgICAgICAgIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgICAgICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgICAgc291cmNlOiBvcmlnaW5hbC5zb3VyY2UsXG4gICAgICAgICAgICBvcmlnaW5hbDoge1xuICAgICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgICBjb2x1bW46IG9yaWdpbmFsLmNvbHVtblxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWQubGluZSxcbiAgICAgICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWQuY29sdW1uXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbmFtZTogb3JpZ2luYWwubmFtZVxuICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBnZW5lcmF0ZWQuY29sdW1uKys7XG4gICAgICB9XG4gICAgfVxuICB9KTtcbiAgdGhpcy53YWxrU291cmNlQ29udGVudHMoZnVuY3Rpb24gKHNvdXJjZUZpbGUsIHNvdXJjZUNvbnRlbnQpIHtcbiAgICBtYXAuc2V0U291cmNlQ29udGVudChzb3VyY2VGaWxlLCBzb3VyY2VDb250ZW50KTtcbiAgfSk7XG5cbiAgcmV0dXJuIHsgY29kZTogZ2VuZXJhdGVkLmNvZGUsIG1hcDogbWFwIH07XG59O1xuXG5leHBvcnRzLlNvdXJjZU5vZGUgPSBTb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW5vZGUuanNcbi8vIG1vZHVsZSBpZCA9IDEwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCJdLCJzb3VyY2VSb290IjoiIn0= \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map/dist/source-map.js b/2019-setembro/node_modules/source-map/dist/source-map.js deleted file mode 100644 index b4eb087..0000000 --- a/2019-setembro/node_modules/source-map/dist/source-map.js +++ /dev/null @@ -1,3233 +0,0 @@ -(function webpackUniversalModuleDefinition(root, factory) { - if(typeof exports === 'object' && typeof module === 'object') - module.exports = factory(); - else if(typeof define === 'function' && define.amd) - define([], factory); - else if(typeof exports === 'object') - exports["sourceMap"] = factory(); - else - root["sourceMap"] = factory(); -})(this, function() { -return /******/ (function(modules) { // webpackBootstrap -/******/ // The module cache -/******/ var installedModules = {}; - -/******/ // The require function -/******/ function __webpack_require__(moduleId) { - -/******/ // Check if module is in cache -/******/ if(installedModules[moduleId]) -/******/ return installedModules[moduleId].exports; - -/******/ // Create a new module (and put it into the cache) -/******/ var module = installedModules[moduleId] = { -/******/ exports: {}, -/******/ id: moduleId, -/******/ loaded: false -/******/ }; - -/******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); - -/******/ // Flag the module as loaded -/******/ module.loaded = true; - -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } - - -/******/ // expose the modules object (__webpack_modules__) -/******/ __webpack_require__.m = modules; - -/******/ // expose the module cache -/******/ __webpack_require__.c = installedModules; - -/******/ // __webpack_public_path__ -/******/ __webpack_require__.p = ""; - -/******/ // Load entry module and return exports -/******/ return __webpack_require__(0); -/******/ }) -/************************************************************************/ -/******/ ([ -/* 0 */ -/***/ (function(module, exports, __webpack_require__) { - - /* - * Copyright 2009-2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE.txt or: - * http://opensource.org/licenses/BSD-3-Clause - */ - exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; - exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; - exports.SourceNode = __webpack_require__(10).SourceNode; - - -/***/ }), -/* 1 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var base64VLQ = __webpack_require__(2); - var util = __webpack_require__(4); - var ArraySet = __webpack_require__(5).ArraySet; - var MappingList = __webpack_require__(6).MappingList; - - /** - * An instance of the SourceMapGenerator represents a source map which is - * being built incrementally. You may pass an object with the following - * properties: - * - * - file: The filename of the generated source. - * - sourceRoot: A root for all relative URLs in this source map. - */ - function SourceMapGenerator(aArgs) { - if (!aArgs) { - aArgs = {}; - } - this._file = util.getArg(aArgs, 'file', null); - this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); - this._skipValidation = util.getArg(aArgs, 'skipValidation', false); - this._sources = new ArraySet(); - this._names = new ArraySet(); - this._mappings = new MappingList(); - this._sourcesContents = null; - } - - SourceMapGenerator.prototype._version = 3; - - /** - * Creates a new SourceMapGenerator based on a SourceMapConsumer - * - * @param aSourceMapConsumer The SourceMap. - */ - SourceMapGenerator.fromSourceMap = - function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { - var sourceRoot = aSourceMapConsumer.sourceRoot; - var generator = new SourceMapGenerator({ - file: aSourceMapConsumer.file, - sourceRoot: sourceRoot - }); - aSourceMapConsumer.eachMapping(function (mapping) { - var newMapping = { - generated: { - line: mapping.generatedLine, - column: mapping.generatedColumn - } - }; - - if (mapping.source != null) { - newMapping.source = mapping.source; - if (sourceRoot != null) { - newMapping.source = util.relative(sourceRoot, newMapping.source); - } - - newMapping.original = { - line: mapping.originalLine, - column: mapping.originalColumn - }; - - if (mapping.name != null) { - newMapping.name = mapping.name; - } - } - - generator.addMapping(newMapping); - }); - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var sourceRelative = sourceFile; - if (sourceRoot !== null) { - sourceRelative = util.relative(sourceRoot, sourceFile); - } - - if (!generator._sources.has(sourceRelative)) { - generator._sources.add(sourceRelative); - } - - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - generator.setSourceContent(sourceFile, content); - } - }); - return generator; - }; - - /** - * Add a single mapping from original source line and column to the generated - * source's line and column for this source map being created. The mapping - * object should have the following properties: - * - * - generated: An object with the generated line and column positions. - * - original: An object with the original line and column positions. - * - source: The original source file (relative to the sourceRoot). - * - name: An optional original token name for this mapping. - */ - SourceMapGenerator.prototype.addMapping = - function SourceMapGenerator_addMapping(aArgs) { - var generated = util.getArg(aArgs, 'generated'); - var original = util.getArg(aArgs, 'original', null); - var source = util.getArg(aArgs, 'source', null); - var name = util.getArg(aArgs, 'name', null); - - if (!this._skipValidation) { - this._validateMapping(generated, original, source, name); - } - - if (source != null) { - source = String(source); - if (!this._sources.has(source)) { - this._sources.add(source); - } - } - - if (name != null) { - name = String(name); - if (!this._names.has(name)) { - this._names.add(name); - } - } - - this._mappings.add({ - generatedLine: generated.line, - generatedColumn: generated.column, - originalLine: original != null && original.line, - originalColumn: original != null && original.column, - source: source, - name: name - }); - }; - - /** - * Set the source content for a source file. - */ - SourceMapGenerator.prototype.setSourceContent = - function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { - var source = aSourceFile; - if (this._sourceRoot != null) { - source = util.relative(this._sourceRoot, source); - } - - if (aSourceContent != null) { - // Add the source content to the _sourcesContents map. - // Create a new _sourcesContents map if the property is null. - if (!this._sourcesContents) { - this._sourcesContents = Object.create(null); - } - this._sourcesContents[util.toSetString(source)] = aSourceContent; - } else if (this._sourcesContents) { - // Remove the source file from the _sourcesContents map. - // If the _sourcesContents map is empty, set the property to null. - delete this._sourcesContents[util.toSetString(source)]; - if (Object.keys(this._sourcesContents).length === 0) { - this._sourcesContents = null; - } - } - }; - - /** - * Applies the mappings of a sub-source-map for a specific source file to the - * source map being generated. Each mapping to the supplied source file is - * rewritten using the supplied source map. Note: The resolution for the - * resulting mappings is the minimium of this map and the supplied map. - * - * @param aSourceMapConsumer The source map to be applied. - * @param aSourceFile Optional. The filename of the source file. - * If omitted, SourceMapConsumer's file property will be used. - * @param aSourceMapPath Optional. The dirname of the path to the source map - * to be applied. If relative, it is relative to the SourceMapConsumer. - * This parameter is needed when the two source maps aren't in the same - * directory, and the source map to be applied contains relative source - * paths. If so, those relative source paths need to be rewritten - * relative to the SourceMapGenerator. - */ - SourceMapGenerator.prototype.applySourceMap = - function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { - var sourceFile = aSourceFile; - // If aSourceFile is omitted, we will use the file property of the SourceMap - if (aSourceFile == null) { - if (aSourceMapConsumer.file == null) { - throw new Error( - 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + - 'or the source map\'s "file" property. Both were omitted.' - ); - } - sourceFile = aSourceMapConsumer.file; - } - var sourceRoot = this._sourceRoot; - // Make "sourceFile" relative if an absolute Url is passed. - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - // Applying the SourceMap can add and remove items from the sources and - // the names array. - var newSources = new ArraySet(); - var newNames = new ArraySet(); - - // Find mappings for the "sourceFile" - this._mappings.unsortedForEach(function (mapping) { - if (mapping.source === sourceFile && mapping.originalLine != null) { - // Check if it can be mapped by the source map, then update the mapping. - var original = aSourceMapConsumer.originalPositionFor({ - line: mapping.originalLine, - column: mapping.originalColumn - }); - if (original.source != null) { - // Copy mapping - mapping.source = original.source; - if (aSourceMapPath != null) { - mapping.source = util.join(aSourceMapPath, mapping.source) - } - if (sourceRoot != null) { - mapping.source = util.relative(sourceRoot, mapping.source); - } - mapping.originalLine = original.line; - mapping.originalColumn = original.column; - if (original.name != null) { - mapping.name = original.name; - } - } - } - - var source = mapping.source; - if (source != null && !newSources.has(source)) { - newSources.add(source); - } - - var name = mapping.name; - if (name != null && !newNames.has(name)) { - newNames.add(name); - } - - }, this); - this._sources = newSources; - this._names = newNames; - - // Copy sourcesContents of applied map. - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aSourceMapPath != null) { - sourceFile = util.join(aSourceMapPath, sourceFile); - } - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - this.setSourceContent(sourceFile, content); - } - }, this); - }; - - /** - * A mapping can have one of the three levels of data: - * - * 1. Just the generated position. - * 2. The Generated position, original position, and original source. - * 3. Generated and original position, original source, as well as a name - * token. - * - * To maintain consistency, we validate that any new mapping being added falls - * in to one of these categories. - */ - SourceMapGenerator.prototype._validateMapping = - function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, - aName) { - // When aOriginal is truthy but has empty values for .line and .column, - // it is most likely a programmer error. In this case we throw a very - // specific error message to try to guide them the right way. - // For example: https://github.com/Polymer/polymer-bundler/pull/519 - if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { - throw new Error( - 'original.line and original.column are not numbers -- you probably meant to omit ' + - 'the original mapping entirely and only map the generated position. If so, pass ' + - 'null for the original mapping instead of an object with empty or null values.' - ); - } - - if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aGenerated.line > 0 && aGenerated.column >= 0 - && !aOriginal && !aSource && !aName) { - // Case 1. - return; - } - else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aOriginal && 'line' in aOriginal && 'column' in aOriginal - && aGenerated.line > 0 && aGenerated.column >= 0 - && aOriginal.line > 0 && aOriginal.column >= 0 - && aSource) { - // Cases 2 and 3. - return; - } - else { - throw new Error('Invalid mapping: ' + JSON.stringify({ - generated: aGenerated, - source: aSource, - original: aOriginal, - name: aName - })); - } - }; - - /** - * Serialize the accumulated mappings in to the stream of base 64 VLQs - * specified by the source map format. - */ - SourceMapGenerator.prototype._serializeMappings = - function SourceMapGenerator_serializeMappings() { - var previousGeneratedColumn = 0; - var previousGeneratedLine = 1; - var previousOriginalColumn = 0; - var previousOriginalLine = 0; - var previousName = 0; - var previousSource = 0; - var result = ''; - var next; - var mapping; - var nameIdx; - var sourceIdx; - - var mappings = this._mappings.toArray(); - for (var i = 0, len = mappings.length; i < len; i++) { - mapping = mappings[i]; - next = '' - - if (mapping.generatedLine !== previousGeneratedLine) { - previousGeneratedColumn = 0; - while (mapping.generatedLine !== previousGeneratedLine) { - next += ';'; - previousGeneratedLine++; - } - } - else { - if (i > 0) { - if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { - continue; - } - next += ','; - } - } - - next += base64VLQ.encode(mapping.generatedColumn - - previousGeneratedColumn); - previousGeneratedColumn = mapping.generatedColumn; - - if (mapping.source != null) { - sourceIdx = this._sources.indexOf(mapping.source); - next += base64VLQ.encode(sourceIdx - previousSource); - previousSource = sourceIdx; - - // lines are stored 0-based in SourceMap spec version 3 - next += base64VLQ.encode(mapping.originalLine - 1 - - previousOriginalLine); - previousOriginalLine = mapping.originalLine - 1; - - next += base64VLQ.encode(mapping.originalColumn - - previousOriginalColumn); - previousOriginalColumn = mapping.originalColumn; - - if (mapping.name != null) { - nameIdx = this._names.indexOf(mapping.name); - next += base64VLQ.encode(nameIdx - previousName); - previousName = nameIdx; - } - } - - result += next; - } - - return result; - }; - - SourceMapGenerator.prototype._generateSourcesContent = - function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { - return aSources.map(function (source) { - if (!this._sourcesContents) { - return null; - } - if (aSourceRoot != null) { - source = util.relative(aSourceRoot, source); - } - var key = util.toSetString(source); - return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) - ? this._sourcesContents[key] - : null; - }, this); - }; - - /** - * Externalize the source map. - */ - SourceMapGenerator.prototype.toJSON = - function SourceMapGenerator_toJSON() { - var map = { - version: this._version, - sources: this._sources.toArray(), - names: this._names.toArray(), - mappings: this._serializeMappings() - }; - if (this._file != null) { - map.file = this._file; - } - if (this._sourceRoot != null) { - map.sourceRoot = this._sourceRoot; - } - if (this._sourcesContents) { - map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); - } - - return map; - }; - - /** - * Render the source map being generated to a string. - */ - SourceMapGenerator.prototype.toString = - function SourceMapGenerator_toString() { - return JSON.stringify(this.toJSON()); - }; - - exports.SourceMapGenerator = SourceMapGenerator; - - -/***/ }), -/* 2 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - * - * Based on the Base 64 VLQ implementation in Closure Compiler: - * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java - * - * Copyright 2011 The Closure Compiler Authors. All rights reserved. - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials provided - * with the distribution. - * * Neither the name of Google Inc. nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - var base64 = __webpack_require__(3); - - // A single base 64 digit can contain 6 bits of data. For the base 64 variable - // length quantities we use in the source map spec, the first bit is the sign, - // the next four bits are the actual value, and the 6th bit is the - // continuation bit. The continuation bit tells us whether there are more - // digits in this value following this digit. - // - // Continuation - // | Sign - // | | - // V V - // 101011 - - var VLQ_BASE_SHIFT = 5; - - // binary: 100000 - var VLQ_BASE = 1 << VLQ_BASE_SHIFT; - - // binary: 011111 - var VLQ_BASE_MASK = VLQ_BASE - 1; - - // binary: 100000 - var VLQ_CONTINUATION_BIT = VLQ_BASE; - - /** - * Converts from a two-complement value to a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) - * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) - */ - function toVLQSigned(aValue) { - return aValue < 0 - ? ((-aValue) << 1) + 1 - : (aValue << 1) + 0; - } - - /** - * Converts to a two-complement value from a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 - * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 - */ - function fromVLQSigned(aValue) { - var isNegative = (aValue & 1) === 1; - var shifted = aValue >> 1; - return isNegative - ? -shifted - : shifted; - } - - /** - * Returns the base 64 VLQ encoded value. - */ - exports.encode = function base64VLQ_encode(aValue) { - var encoded = ""; - var digit; - - var vlq = toVLQSigned(aValue); - - do { - digit = vlq & VLQ_BASE_MASK; - vlq >>>= VLQ_BASE_SHIFT; - if (vlq > 0) { - // There are still more digits in this value, so we must make sure the - // continuation bit is marked. - digit |= VLQ_CONTINUATION_BIT; - } - encoded += base64.encode(digit); - } while (vlq > 0); - - return encoded; - }; - - /** - * Decodes the next base 64 VLQ value from the given string and returns the - * value and the rest of the string via the out parameter. - */ - exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { - var strLen = aStr.length; - var result = 0; - var shift = 0; - var continuation, digit; - - do { - if (aIndex >= strLen) { - throw new Error("Expected more digits in base 64 VLQ value."); - } - - digit = base64.decode(aStr.charCodeAt(aIndex++)); - if (digit === -1) { - throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); - } - - continuation = !!(digit & VLQ_CONTINUATION_BIT); - digit &= VLQ_BASE_MASK; - result = result + (digit << shift); - shift += VLQ_BASE_SHIFT; - } while (continuation); - - aOutParam.value = fromVLQSigned(result); - aOutParam.rest = aIndex; - }; - - -/***/ }), -/* 3 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); - - /** - * Encode an integer in the range of 0 to 63 to a single base 64 digit. - */ - exports.encode = function (number) { - if (0 <= number && number < intToCharMap.length) { - return intToCharMap[number]; - } - throw new TypeError("Must be between 0 and 63: " + number); - }; - - /** - * Decode a single base 64 character code digit to an integer. Returns -1 on - * failure. - */ - exports.decode = function (charCode) { - var bigA = 65; // 'A' - var bigZ = 90; // 'Z' - - var littleA = 97; // 'a' - var littleZ = 122; // 'z' - - var zero = 48; // '0' - var nine = 57; // '9' - - var plus = 43; // '+' - var slash = 47; // '/' - - var littleOffset = 26; - var numberOffset = 52; - - // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ - if (bigA <= charCode && charCode <= bigZ) { - return (charCode - bigA); - } - - // 26 - 51: abcdefghijklmnopqrstuvwxyz - if (littleA <= charCode && charCode <= littleZ) { - return (charCode - littleA + littleOffset); - } - - // 52 - 61: 0123456789 - if (zero <= charCode && charCode <= nine) { - return (charCode - zero + numberOffset); - } - - // 62: + - if (charCode == plus) { - return 62; - } - - // 63: / - if (charCode == slash) { - return 63; - } - - // Invalid base64 digit. - return -1; - }; - - -/***/ }), -/* 4 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - /** - * This is a helper function for getting values from parameter/options - * objects. - * - * @param args The object we are extracting values from - * @param name The name of the property we are getting. - * @param defaultValue An optional value to return if the property is missing - * from the object. If this is not specified and the property is missing, an - * error will be thrown. - */ - function getArg(aArgs, aName, aDefaultValue) { - if (aName in aArgs) { - return aArgs[aName]; - } else if (arguments.length === 3) { - return aDefaultValue; - } else { - throw new Error('"' + aName + '" is a required argument.'); - } - } - exports.getArg = getArg; - - var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; - var dataUrlRegexp = /^data:.+\,.+$/; - - function urlParse(aUrl) { - var match = aUrl.match(urlRegexp); - if (!match) { - return null; - } - return { - scheme: match[1], - auth: match[2], - host: match[3], - port: match[4], - path: match[5] - }; - } - exports.urlParse = urlParse; - - function urlGenerate(aParsedUrl) { - var url = ''; - if (aParsedUrl.scheme) { - url += aParsedUrl.scheme + ':'; - } - url += '//'; - if (aParsedUrl.auth) { - url += aParsedUrl.auth + '@'; - } - if (aParsedUrl.host) { - url += aParsedUrl.host; - } - if (aParsedUrl.port) { - url += ":" + aParsedUrl.port - } - if (aParsedUrl.path) { - url += aParsedUrl.path; - } - return url; - } - exports.urlGenerate = urlGenerate; - - /** - * Normalizes a path, or the path portion of a URL: - * - * - Replaces consecutive slashes with one slash. - * - Removes unnecessary '.' parts. - * - Removes unnecessary '/..' parts. - * - * Based on code in the Node.js 'path' core module. - * - * @param aPath The path or url to normalize. - */ - function normalize(aPath) { - var path = aPath; - var url = urlParse(aPath); - if (url) { - if (!url.path) { - return aPath; - } - path = url.path; - } - var isAbsolute = exports.isAbsolute(path); - - var parts = path.split(/\/+/); - for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { - part = parts[i]; - if (part === '.') { - parts.splice(i, 1); - } else if (part === '..') { - up++; - } else if (up > 0) { - if (part === '') { - // The first part is blank if the path is absolute. Trying to go - // above the root is a no-op. Therefore we can remove all '..' parts - // directly after the root. - parts.splice(i + 1, up); - up = 0; - } else { - parts.splice(i, 2); - up--; - } - } - } - path = parts.join('/'); - - if (path === '') { - path = isAbsolute ? '/' : '.'; - } - - if (url) { - url.path = path; - return urlGenerate(url); - } - return path; - } - exports.normalize = normalize; - - /** - * Joins two paths/URLs. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be joined with the root. - * - * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a - * scheme-relative URL: Then the scheme of aRoot, if any, is prepended - * first. - * - Otherwise aPath is a path. If aRoot is a URL, then its path portion - * is updated with the result and aRoot is returned. Otherwise the result - * is returned. - * - If aPath is absolute, the result is aPath. - * - Otherwise the two paths are joined with a slash. - * - Joining for example 'http://' and 'www.example.com' is also supported. - */ - function join(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - if (aPath === "") { - aPath = "."; - } - var aPathUrl = urlParse(aPath); - var aRootUrl = urlParse(aRoot); - if (aRootUrl) { - aRoot = aRootUrl.path || '/'; - } - - // `join(foo, '//www.example.org')` - if (aPathUrl && !aPathUrl.scheme) { - if (aRootUrl) { - aPathUrl.scheme = aRootUrl.scheme; - } - return urlGenerate(aPathUrl); - } - - if (aPathUrl || aPath.match(dataUrlRegexp)) { - return aPath; - } - - // `join('http://', 'www.example.com')` - if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { - aRootUrl.host = aPath; - return urlGenerate(aRootUrl); - } - - var joined = aPath.charAt(0) === '/' - ? aPath - : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); - - if (aRootUrl) { - aRootUrl.path = joined; - return urlGenerate(aRootUrl); - } - return joined; - } - exports.join = join; - - exports.isAbsolute = function (aPath) { - return aPath.charAt(0) === '/' || urlRegexp.test(aPath); - }; - - /** - * Make a path relative to a URL or another path. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be made relative to aRoot. - */ - function relative(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - - aRoot = aRoot.replace(/\/$/, ''); - - // It is possible for the path to be above the root. In this case, simply - // checking whether the root is a prefix of the path won't work. Instead, we - // need to remove components from the root one by one, until either we find - // a prefix that fits, or we run out of components to remove. - var level = 0; - while (aPath.indexOf(aRoot + '/') !== 0) { - var index = aRoot.lastIndexOf("/"); - if (index < 0) { - return aPath; - } - - // If the only part of the root that is left is the scheme (i.e. http://, - // file:///, etc.), one or more slashes (/), or simply nothing at all, we - // have exhausted all components, so the path is not relative to the root. - aRoot = aRoot.slice(0, index); - if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { - return aPath; - } - - ++level; - } - - // Make sure we add a "../" for each component we removed from the root. - return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); - } - exports.relative = relative; - - var supportsNullProto = (function () { - var obj = Object.create(null); - return !('__proto__' in obj); - }()); - - function identity (s) { - return s; - } - - /** - * Because behavior goes wacky when you set `__proto__` on objects, we - * have to prefix all the strings in our set with an arbitrary character. - * - * See https://github.com/mozilla/source-map/pull/31 and - * https://github.com/mozilla/source-map/issues/30 - * - * @param String aStr - */ - function toSetString(aStr) { - if (isProtoString(aStr)) { - return '$' + aStr; - } - - return aStr; - } - exports.toSetString = supportsNullProto ? identity : toSetString; - - function fromSetString(aStr) { - if (isProtoString(aStr)) { - return aStr.slice(1); - } - - return aStr; - } - exports.fromSetString = supportsNullProto ? identity : fromSetString; - - function isProtoString(s) { - if (!s) { - return false; - } - - var length = s.length; - - if (length < 9 /* "__proto__".length */) { - return false; - } - - if (s.charCodeAt(length - 1) !== 95 /* '_' */ || - s.charCodeAt(length - 2) !== 95 /* '_' */ || - s.charCodeAt(length - 3) !== 111 /* 'o' */ || - s.charCodeAt(length - 4) !== 116 /* 't' */ || - s.charCodeAt(length - 5) !== 111 /* 'o' */ || - s.charCodeAt(length - 6) !== 114 /* 'r' */ || - s.charCodeAt(length - 7) !== 112 /* 'p' */ || - s.charCodeAt(length - 8) !== 95 /* '_' */ || - s.charCodeAt(length - 9) !== 95 /* '_' */) { - return false; - } - - for (var i = length - 10; i >= 0; i--) { - if (s.charCodeAt(i) !== 36 /* '$' */) { - return false; - } - } - - return true; - } - - /** - * Comparator between two mappings where the original positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same original source/line/column, but different generated - * line and column the same. Useful when searching for a mapping with a - * stubbed out mapping. - */ - function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { - var cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0 || onlyCompareOriginal) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); - } - exports.compareByOriginalPositions = compareByOriginalPositions; - - /** - * Comparator between two mappings with deflated source and name indices where - * the generated positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same generated line and column, but different - * source/name/original line and column the same. Useful when searching for a - * mapping with a stubbed out mapping. - */ - function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0 || onlyCompareGenerated) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); - } - exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; - - function strcmp(aStr1, aStr2) { - if (aStr1 === aStr2) { - return 0; - } - - if (aStr1 === null) { - return 1; // aStr2 !== null - } - - if (aStr2 === null) { - return -1; // aStr1 !== null - } - - if (aStr1 > aStr2) { - return 1; - } - - return -1; - } - - /** - * Comparator between two mappings with inflated source and name strings where - * the generated positions are compared. - */ - function compareByGeneratedPositionsInflated(mappingA, mappingB) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); - } - exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; - - /** - * Strip any JSON XSSI avoidance prefix from the string (as documented - * in the source maps specification), and then parse the string as - * JSON. - */ - function parseSourceMapInput(str) { - return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); - } - exports.parseSourceMapInput = parseSourceMapInput; - - /** - * Compute the URL of a source given the the source root, the source's - * URL, and the source map's URL. - */ - function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { - sourceURL = sourceURL || ''; - - if (sourceRoot) { - // This follows what Chrome does. - if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { - sourceRoot += '/'; - } - // The spec says: - // Line 4: An optional source root, useful for relocating source - // files on a server or removing repeated values in the - // “sources” entry. This value is prepended to the individual - // entries in the “source” field. - sourceURL = sourceRoot + sourceURL; - } - - // Historically, SourceMapConsumer did not take the sourceMapURL as - // a parameter. This mode is still somewhat supported, which is why - // this code block is conditional. However, it's preferable to pass - // the source map URL to SourceMapConsumer, so that this function - // can implement the source URL resolution algorithm as outlined in - // the spec. This block is basically the equivalent of: - // new URL(sourceURL, sourceMapURL).toString() - // ... except it avoids using URL, which wasn't available in the - // older releases of node still supported by this library. - // - // The spec says: - // If the sources are not absolute URLs after prepending of the - // “sourceRoot”, the sources are resolved relative to the - // SourceMap (like resolving script src in a html document). - if (sourceMapURL) { - var parsed = urlParse(sourceMapURL); - if (!parsed) { - throw new Error("sourceMapURL could not be parsed"); - } - if (parsed.path) { - // Strip the last path component, but keep the "/". - var index = parsed.path.lastIndexOf('/'); - if (index >= 0) { - parsed.path = parsed.path.substring(0, index + 1); - } - } - sourceURL = join(urlGenerate(parsed), sourceURL); - } - - return normalize(sourceURL); - } - exports.computeSourceURL = computeSourceURL; - - -/***/ }), -/* 5 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - var has = Object.prototype.hasOwnProperty; - var hasNativeMap = typeof Map !== "undefined"; - - /** - * A data structure which is a combination of an array and a set. Adding a new - * member is O(1), testing for membership is O(1), and finding the index of an - * element is O(1). Removing elements from the set is not supported. Only - * strings are supported for membership. - */ - function ArraySet() { - this._array = []; - this._set = hasNativeMap ? new Map() : Object.create(null); - } - - /** - * Static method for creating ArraySet instances from an existing array. - */ - ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { - var set = new ArraySet(); - for (var i = 0, len = aArray.length; i < len; i++) { - set.add(aArray[i], aAllowDuplicates); - } - return set; - }; - - /** - * Return how many unique items are in this ArraySet. If duplicates have been - * added, than those do not count towards the size. - * - * @returns Number - */ - ArraySet.prototype.size = function ArraySet_size() { - return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; - }; - - /** - * Add the given string to this set. - * - * @param String aStr - */ - ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { - var sStr = hasNativeMap ? aStr : util.toSetString(aStr); - var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); - var idx = this._array.length; - if (!isDuplicate || aAllowDuplicates) { - this._array.push(aStr); - } - if (!isDuplicate) { - if (hasNativeMap) { - this._set.set(aStr, idx); - } else { - this._set[sStr] = idx; - } - } - }; - - /** - * Is the given string a member of this set? - * - * @param String aStr - */ - ArraySet.prototype.has = function ArraySet_has(aStr) { - if (hasNativeMap) { - return this._set.has(aStr); - } else { - var sStr = util.toSetString(aStr); - return has.call(this._set, sStr); - } - }; - - /** - * What is the index of the given string in the array? - * - * @param String aStr - */ - ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { - if (hasNativeMap) { - var idx = this._set.get(aStr); - if (idx >= 0) { - return idx; - } - } else { - var sStr = util.toSetString(aStr); - if (has.call(this._set, sStr)) { - return this._set[sStr]; - } - } - - throw new Error('"' + aStr + '" is not in the set.'); - }; - - /** - * What is the element at the given index? - * - * @param Number aIdx - */ - ArraySet.prototype.at = function ArraySet_at(aIdx) { - if (aIdx >= 0 && aIdx < this._array.length) { - return this._array[aIdx]; - } - throw new Error('No element indexed by ' + aIdx); - }; - - /** - * Returns the array representation of this set (which has the proper indices - * indicated by indexOf). Note that this is a copy of the internal array used - * for storing the members so that no one can mess with internal state. - */ - ArraySet.prototype.toArray = function ArraySet_toArray() { - return this._array.slice(); - }; - - exports.ArraySet = ArraySet; - - -/***/ }), -/* 6 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2014 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - - /** - * Determine whether mappingB is after mappingA with respect to generated - * position. - */ - function generatedPositionAfter(mappingA, mappingB) { - // Optimized for most common case - var lineA = mappingA.generatedLine; - var lineB = mappingB.generatedLine; - var columnA = mappingA.generatedColumn; - var columnB = mappingB.generatedColumn; - return lineB > lineA || lineB == lineA && columnB >= columnA || - util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; - } - - /** - * A data structure to provide a sorted view of accumulated mappings in a - * performance conscious manner. It trades a neglibable overhead in general - * case for a large speedup in case of mappings being added in order. - */ - function MappingList() { - this._array = []; - this._sorted = true; - // Serves as infimum - this._last = {generatedLine: -1, generatedColumn: 0}; - } - - /** - * Iterate through internal items. This method takes the same arguments that - * `Array.prototype.forEach` takes. - * - * NOTE: The order of the mappings is NOT guaranteed. - */ - MappingList.prototype.unsortedForEach = - function MappingList_forEach(aCallback, aThisArg) { - this._array.forEach(aCallback, aThisArg); - }; - - /** - * Add the given source mapping. - * - * @param Object aMapping - */ - MappingList.prototype.add = function MappingList_add(aMapping) { - if (generatedPositionAfter(this._last, aMapping)) { - this._last = aMapping; - this._array.push(aMapping); - } else { - this._sorted = false; - this._array.push(aMapping); - } - }; - - /** - * Returns the flat, sorted array of mappings. The mappings are sorted by - * generated position. - * - * WARNING: This method returns internal data without copying, for - * performance. The return value must NOT be mutated, and should be treated as - * an immutable borrow. If you want to take ownership, you must make your own - * copy. - */ - MappingList.prototype.toArray = function MappingList_toArray() { - if (!this._sorted) { - this._array.sort(util.compareByGeneratedPositionsInflated); - this._sorted = true; - } - return this._array; - }; - - exports.MappingList = MappingList; - - -/***/ }), -/* 7 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var util = __webpack_require__(4); - var binarySearch = __webpack_require__(8); - var ArraySet = __webpack_require__(5).ArraySet; - var base64VLQ = __webpack_require__(2); - var quickSort = __webpack_require__(9).quickSort; - - function SourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - return sourceMap.sections != null - ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) - : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); - } - - SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { - return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); - } - - /** - * The version of the source mapping spec that we are consuming. - */ - SourceMapConsumer.prototype._version = 3; - - // `__generatedMappings` and `__originalMappings` are arrays that hold the - // parsed mapping coordinates from the source map's "mappings" attribute. They - // are lazily instantiated, accessed via the `_generatedMappings` and - // `_originalMappings` getters respectively, and we only parse the mappings - // and create these arrays once queried for a source location. We jump through - // these hoops because there can be many thousands of mappings, and parsing - // them is expensive, so we only want to do it if we must. - // - // Each object in the arrays is of the form: - // - // { - // generatedLine: The line number in the generated code, - // generatedColumn: The column number in the generated code, - // source: The path to the original source file that generated this - // chunk of code, - // originalLine: The line number in the original source that - // corresponds to this chunk of generated code, - // originalColumn: The column number in the original source that - // corresponds to this chunk of generated code, - // name: The name of the original symbol which generated this chunk of - // code. - // } - // - // All properties except for `generatedLine` and `generatedColumn` can be - // `null`. - // - // `_generatedMappings` is ordered by the generated positions. - // - // `_originalMappings` is ordered by the original positions. - - SourceMapConsumer.prototype.__generatedMappings = null; - Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { - configurable: true, - enumerable: true, - get: function () { - if (!this.__generatedMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__generatedMappings; - } - }); - - SourceMapConsumer.prototype.__originalMappings = null; - Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { - configurable: true, - enumerable: true, - get: function () { - if (!this.__originalMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__originalMappings; - } - }); - - SourceMapConsumer.prototype._charIsMappingSeparator = - function SourceMapConsumer_charIsMappingSeparator(aStr, index) { - var c = aStr.charAt(index); - return c === ";" || c === ","; - }; - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - SourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - throw new Error("Subclasses must implement _parseMappings"); - }; - - SourceMapConsumer.GENERATED_ORDER = 1; - SourceMapConsumer.ORIGINAL_ORDER = 2; - - SourceMapConsumer.GREATEST_LOWER_BOUND = 1; - SourceMapConsumer.LEAST_UPPER_BOUND = 2; - - /** - * Iterate over each mapping between an original source/line/column and a - * generated line/column in this source map. - * - * @param Function aCallback - * The function that is called with each mapping. - * @param Object aContext - * Optional. If specified, this object will be the value of `this` every - * time that `aCallback` is called. - * @param aOrder - * Either `SourceMapConsumer.GENERATED_ORDER` or - * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to - * iterate over the mappings sorted by the generated file's line/column - * order or the original's source/line/column order, respectively. Defaults to - * `SourceMapConsumer.GENERATED_ORDER`. - */ - SourceMapConsumer.prototype.eachMapping = - function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { - var context = aContext || null; - var order = aOrder || SourceMapConsumer.GENERATED_ORDER; - - var mappings; - switch (order) { - case SourceMapConsumer.GENERATED_ORDER: - mappings = this._generatedMappings; - break; - case SourceMapConsumer.ORIGINAL_ORDER: - mappings = this._originalMappings; - break; - default: - throw new Error("Unknown order of iteration."); - } - - var sourceRoot = this.sourceRoot; - mappings.map(function (mapping) { - var source = mapping.source === null ? null : this._sources.at(mapping.source); - source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); - return { - source: source, - generatedLine: mapping.generatedLine, - generatedColumn: mapping.generatedColumn, - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: mapping.name === null ? null : this._names.at(mapping.name) - }; - }, this).forEach(aCallback, context); - }; - - /** - * Returns all generated line and column information for the original source, - * line, and column provided. If no column is provided, returns all mappings - * corresponding to a either the line we are searching for or the next - * closest line that has any mappings. Otherwise, returns all mappings - * corresponding to the given line and either the column we are searching for - * or the next closest column that has any offsets. - * - * The only argument is an object with the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number is 1-based. - * - column: Optional. the column number in the original source. - * The column number is 0-based. - * - * and an array of objects is returned, each with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ - SourceMapConsumer.prototype.allGeneratedPositionsFor = - function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { - var line = util.getArg(aArgs, 'line'); - - // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping - // returns the index of the closest mapping less than the needle. By - // setting needle.originalColumn to 0, we thus find the last mapping for - // the given line, provided such a mapping exists. - var needle = { - source: util.getArg(aArgs, 'source'), - originalLine: line, - originalColumn: util.getArg(aArgs, 'column', 0) - }; - - needle.source = this._findSourceIndex(needle.source); - if (needle.source < 0) { - return []; - } - - var mappings = []; - - var index = this._findMapping(needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - binarySearch.LEAST_UPPER_BOUND); - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (aArgs.column === undefined) { - var originalLine = mapping.originalLine; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we found. Since - // mappings are sorted, this is guaranteed to find all mappings for - // the line we found. - while (mapping && mapping.originalLine === originalLine) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } else { - var originalColumn = mapping.originalColumn; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we were searching for. - // Since mappings are sorted, this is guaranteed to find all mappings for - // the line we are searching for. - while (mapping && - mapping.originalLine === line && - mapping.originalColumn == originalColumn) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } - } - - return mappings; - }; - - exports.SourceMapConsumer = SourceMapConsumer; - - /** - * A BasicSourceMapConsumer instance represents a parsed source map which we can - * query for information about the original file positions by giving it a file - * position in the generated source. - * - * The first parameter is the raw source map (either as a JSON string, or - * already parsed to an object). According to the spec, source maps have the - * following attributes: - * - * - version: Which version of the source map spec this map is following. - * - sources: An array of URLs to the original source files. - * - names: An array of identifiers which can be referrenced by individual mappings. - * - sourceRoot: Optional. The URL root from which all sources are relative. - * - sourcesContent: Optional. An array of contents of the original source files. - * - mappings: A string of base64 VLQs which contain the actual mappings. - * - file: Optional. The generated file this source map is associated with. - * - * Here is an example source map, taken from the source map spec[0]: - * - * { - * version : 3, - * file: "out.js", - * sourceRoot : "", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AA,AB;;ABCDE;" - * } - * - * The second parameter, if given, is a string whose value is the URL - * at which the source map was found. This URL is used to compute the - * sources array. - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# - */ - function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - var version = util.getArg(sourceMap, 'version'); - var sources = util.getArg(sourceMap, 'sources'); - // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which - // requires the array) to play nice here. - var names = util.getArg(sourceMap, 'names', []); - var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); - var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); - var mappings = util.getArg(sourceMap, 'mappings'); - var file = util.getArg(sourceMap, 'file', null); - - // Once again, Sass deviates from the spec and supplies the version as a - // string rather than a number, so we use loose equality checking here. - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - if (sourceRoot) { - sourceRoot = util.normalize(sourceRoot); - } - - sources = sources - .map(String) - // Some source maps produce relative source paths like "./foo.js" instead of - // "foo.js". Normalize these first so that future comparisons will succeed. - // See bugzil.la/1090768. - .map(util.normalize) - // Always ensure that absolute sources are internally stored relative to - // the source root, if the source root is absolute. Not doing this would - // be particularly problematic when the source root is a prefix of the - // source (valid, but why??). See github issue #199 and bugzil.la/1188982. - .map(function (source) { - return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) - ? util.relative(sourceRoot, source) - : source; - }); - - // Pass `true` below to allow duplicate names and sources. While source maps - // are intended to be compressed and deduplicated, the TypeScript compiler - // sometimes generates source maps with duplicates in them. See Github issue - // #72 and bugzil.la/889492. - this._names = ArraySet.fromArray(names.map(String), true); - this._sources = ArraySet.fromArray(sources, true); - - this._absoluteSources = this._sources.toArray().map(function (s) { - return util.computeSourceURL(sourceRoot, s, aSourceMapURL); - }); - - this.sourceRoot = sourceRoot; - this.sourcesContent = sourcesContent; - this._mappings = mappings; - this._sourceMapURL = aSourceMapURL; - this.file = file; - } - - BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); - BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; - - /** - * Utility function to find the index of a source. Returns -1 if not - * found. - */ - BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { - var relativeSource = aSource; - if (this.sourceRoot != null) { - relativeSource = util.relative(this.sourceRoot, relativeSource); - } - - if (this._sources.has(relativeSource)) { - return this._sources.indexOf(relativeSource); - } - - // Maybe aSource is an absolute URL as returned by |sources|. In - // this case we can't simply undo the transform. - var i; - for (i = 0; i < this._absoluteSources.length; ++i) { - if (this._absoluteSources[i] == aSource) { - return i; - } - } - - return -1; - }; - - /** - * Create a BasicSourceMapConsumer from a SourceMapGenerator. - * - * @param SourceMapGenerator aSourceMap - * The source map that will be consumed. - * @param String aSourceMapURL - * The URL at which the source map can be found (optional) - * @returns BasicSourceMapConsumer - */ - BasicSourceMapConsumer.fromSourceMap = - function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { - var smc = Object.create(BasicSourceMapConsumer.prototype); - - var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); - var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); - smc.sourceRoot = aSourceMap._sourceRoot; - smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), - smc.sourceRoot); - smc.file = aSourceMap._file; - smc._sourceMapURL = aSourceMapURL; - smc._absoluteSources = smc._sources.toArray().map(function (s) { - return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); - }); - - // Because we are modifying the entries (by converting string sources and - // names to indices into the sources and names ArraySets), we have to make - // a copy of the entry or else bad things happen. Shared mutable state - // strikes again! See github issue #191. - - var generatedMappings = aSourceMap._mappings.toArray().slice(); - var destGeneratedMappings = smc.__generatedMappings = []; - var destOriginalMappings = smc.__originalMappings = []; - - for (var i = 0, length = generatedMappings.length; i < length; i++) { - var srcMapping = generatedMappings[i]; - var destMapping = new Mapping; - destMapping.generatedLine = srcMapping.generatedLine; - destMapping.generatedColumn = srcMapping.generatedColumn; - - if (srcMapping.source) { - destMapping.source = sources.indexOf(srcMapping.source); - destMapping.originalLine = srcMapping.originalLine; - destMapping.originalColumn = srcMapping.originalColumn; - - if (srcMapping.name) { - destMapping.name = names.indexOf(srcMapping.name); - } - - destOriginalMappings.push(destMapping); - } - - destGeneratedMappings.push(destMapping); - } - - quickSort(smc.__originalMappings, util.compareByOriginalPositions); - - return smc; - }; - - /** - * The version of the source mapping spec that we are consuming. - */ - BasicSourceMapConsumer.prototype._version = 3; - - /** - * The list of original sources. - */ - Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { - get: function () { - return this._absoluteSources.slice(); - } - }); - - /** - * Provide the JIT with a nice shape / hidden class. - */ - function Mapping() { - this.generatedLine = 0; - this.generatedColumn = 0; - this.source = null; - this.originalLine = null; - this.originalColumn = null; - this.name = null; - } - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - BasicSourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - var generatedLine = 1; - var previousGeneratedColumn = 0; - var previousOriginalLine = 0; - var previousOriginalColumn = 0; - var previousSource = 0; - var previousName = 0; - var length = aStr.length; - var index = 0; - var cachedSegments = {}; - var temp = {}; - var originalMappings = []; - var generatedMappings = []; - var mapping, str, segment, end, value; - - while (index < length) { - if (aStr.charAt(index) === ';') { - generatedLine++; - index++; - previousGeneratedColumn = 0; - } - else if (aStr.charAt(index) === ',') { - index++; - } - else { - mapping = new Mapping(); - mapping.generatedLine = generatedLine; - - // Because each offset is encoded relative to the previous one, - // many segments often have the same encoding. We can exploit this - // fact by caching the parsed variable length fields of each segment, - // allowing us to avoid a second parse if we encounter the same - // segment again. - for (end = index; end < length; end++) { - if (this._charIsMappingSeparator(aStr, end)) { - break; - } - } - str = aStr.slice(index, end); - - segment = cachedSegments[str]; - if (segment) { - index += str.length; - } else { - segment = []; - while (index < end) { - base64VLQ.decode(aStr, index, temp); - value = temp.value; - index = temp.rest; - segment.push(value); - } - - if (segment.length === 2) { - throw new Error('Found a source, but no line and column'); - } - - if (segment.length === 3) { - throw new Error('Found a source and line, but no column'); - } - - cachedSegments[str] = segment; - } - - // Generated column. - mapping.generatedColumn = previousGeneratedColumn + segment[0]; - previousGeneratedColumn = mapping.generatedColumn; - - if (segment.length > 1) { - // Original source. - mapping.source = previousSource + segment[1]; - previousSource += segment[1]; - - // Original line. - mapping.originalLine = previousOriginalLine + segment[2]; - previousOriginalLine = mapping.originalLine; - // Lines are stored 0-based - mapping.originalLine += 1; - - // Original column. - mapping.originalColumn = previousOriginalColumn + segment[3]; - previousOriginalColumn = mapping.originalColumn; - - if (segment.length > 4) { - // Original name. - mapping.name = previousName + segment[4]; - previousName += segment[4]; - } - } - - generatedMappings.push(mapping); - if (typeof mapping.originalLine === 'number') { - originalMappings.push(mapping); - } - } - } - - quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); - this.__generatedMappings = generatedMappings; - - quickSort(originalMappings, util.compareByOriginalPositions); - this.__originalMappings = originalMappings; - }; - - /** - * Find the mapping that best matches the hypothetical "needle" mapping that - * we are searching for in the given "haystack" of mappings. - */ - BasicSourceMapConsumer.prototype._findMapping = - function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, - aColumnName, aComparator, aBias) { - // To return the position we are searching for, we must first find the - // mapping for the given position and then return the opposite position it - // points to. Because the mappings are sorted, we can use binary search to - // find the best mapping. - - if (aNeedle[aLineName] <= 0) { - throw new TypeError('Line must be greater than or equal to 1, got ' - + aNeedle[aLineName]); - } - if (aNeedle[aColumnName] < 0) { - throw new TypeError('Column must be greater than or equal to 0, got ' - + aNeedle[aColumnName]); - } - - return binarySearch.search(aNeedle, aMappings, aComparator, aBias); - }; - - /** - * Compute the last column for each generated mapping. The last column is - * inclusive. - */ - BasicSourceMapConsumer.prototype.computeColumnSpans = - function SourceMapConsumer_computeColumnSpans() { - for (var index = 0; index < this._generatedMappings.length; ++index) { - var mapping = this._generatedMappings[index]; - - // Mappings do not contain a field for the last generated columnt. We - // can come up with an optimistic estimate, however, by assuming that - // mappings are contiguous (i.e. given two consecutive mappings, the - // first mapping ends where the second one starts). - if (index + 1 < this._generatedMappings.length) { - var nextMapping = this._generatedMappings[index + 1]; - - if (mapping.generatedLine === nextMapping.generatedLine) { - mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; - continue; - } - } - - // The last mapping for each line spans the entire line. - mapping.lastGeneratedColumn = Infinity; - } - }; - - /** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. The line number - * is 1-based. - * - column: The column number in the generated source. The column - * number is 0-based. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. The - * line number is 1-based. - * - column: The column number in the original source, or null. The - * column number is 0-based. - * - name: The original identifier, or null. - */ - BasicSourceMapConsumer.prototype.originalPositionFor = - function SourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._generatedMappings, - "generatedLine", - "generatedColumn", - util.compareByGeneratedPositionsDeflated, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._generatedMappings[index]; - - if (mapping.generatedLine === needle.generatedLine) { - var source = util.getArg(mapping, 'source', null); - if (source !== null) { - source = this._sources.at(source); - source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); - } - var name = util.getArg(mapping, 'name', null); - if (name !== null) { - name = this._names.at(name); - } - return { - source: source, - line: util.getArg(mapping, 'originalLine', null), - column: util.getArg(mapping, 'originalColumn', null), - name: name - }; - } - } - - return { - source: null, - line: null, - column: null, - name: null - }; - }; - - /** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ - BasicSourceMapConsumer.prototype.hasContentsOfAllSources = - function BasicSourceMapConsumer_hasContentsOfAllSources() { - if (!this.sourcesContent) { - return false; - } - return this.sourcesContent.length >= this._sources.size() && - !this.sourcesContent.some(function (sc) { return sc == null; }); - }; - - /** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ - BasicSourceMapConsumer.prototype.sourceContentFor = - function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - if (!this.sourcesContent) { - return null; - } - - var index = this._findSourceIndex(aSource); - if (index >= 0) { - return this.sourcesContent[index]; - } - - var relativeSource = aSource; - if (this.sourceRoot != null) { - relativeSource = util.relative(this.sourceRoot, relativeSource); - } - - var url; - if (this.sourceRoot != null - && (url = util.urlParse(this.sourceRoot))) { - // XXX: file:// URIs and absolute paths lead to unexpected behavior for - // many users. We can help them out when they expect file:// URIs to - // behave like it would if they were running a local HTTP server. See - // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. - var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); - if (url.scheme == "file" - && this._sources.has(fileUriAbsPath)) { - return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] - } - - if ((!url.path || url.path == "/") - && this._sources.has("/" + relativeSource)) { - return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; - } - } - - // This function is used recursively from - // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we - // don't want to throw if we can't find the source - we just want to - // return null, so we provide a flag to exit gracefully. - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + relativeSource + '" is not in the SourceMap.'); - } - }; - - /** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number - * is 1-based. - * - column: The column number in the original source. The column - * number is 0-based. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ - BasicSourceMapConsumer.prototype.generatedPositionFor = - function SourceMapConsumer_generatedPositionFor(aArgs) { - var source = util.getArg(aArgs, 'source'); - source = this._findSourceIndex(source); - if (source < 0) { - return { - line: null, - column: null, - lastColumn: null - }; - } - - var needle = { - source: source, - originalLine: util.getArg(aArgs, 'line'), - originalColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (mapping.source === needle.source) { - return { - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }; - } - } - - return { - line: null, - column: null, - lastColumn: null - }; - }; - - exports.BasicSourceMapConsumer = BasicSourceMapConsumer; - - /** - * An IndexedSourceMapConsumer instance represents a parsed source map which - * we can query for information. It differs from BasicSourceMapConsumer in - * that it takes "indexed" source maps (i.e. ones with a "sections" field) as - * input. - * - * The first parameter is a raw source map (either as a JSON string, or already - * parsed to an object). According to the spec for indexed source maps, they - * have the following attributes: - * - * - version: Which version of the source map spec this map is following. - * - file: Optional. The generated file this source map is associated with. - * - sections: A list of section definitions. - * - * Each value under the "sections" field has two fields: - * - offset: The offset into the original specified at which this section - * begins to apply, defined as an object with a "line" and "column" - * field. - * - map: A source map definition. This source map could also be indexed, - * but doesn't have to be. - * - * Instead of the "map" field, it's also possible to have a "url" field - * specifying a URL to retrieve a source map from, but that's currently - * unsupported. - * - * Here's an example source map, taken from the source map spec[0], but - * modified to omit a section which uses the "url" field. - * - * { - * version : 3, - * file: "app.js", - * sections: [{ - * offset: {line:100, column:10}, - * map: { - * version : 3, - * file: "section.js", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AAAA,E;;ABCDE;" - * } - * }], - * } - * - * The second parameter, if given, is a string whose value is the URL - * at which the source map was found. This URL is used to compute the - * sources array. - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt - */ - function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - var version = util.getArg(sourceMap, 'version'); - var sections = util.getArg(sourceMap, 'sections'); - - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - this._sources = new ArraySet(); - this._names = new ArraySet(); - - var lastOffset = { - line: -1, - column: 0 - }; - this._sections = sections.map(function (s) { - if (s.url) { - // The url field will require support for asynchronicity. - // See https://github.com/mozilla/source-map/issues/16 - throw new Error('Support for url field in sections not implemented.'); - } - var offset = util.getArg(s, 'offset'); - var offsetLine = util.getArg(offset, 'line'); - var offsetColumn = util.getArg(offset, 'column'); - - if (offsetLine < lastOffset.line || - (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { - throw new Error('Section offsets must be ordered and non-overlapping.'); - } - lastOffset = offset; - - return { - generatedOffset: { - // The offset fields are 0-based, but we use 1-based indices when - // encoding/decoding from VLQ. - generatedLine: offsetLine + 1, - generatedColumn: offsetColumn + 1 - }, - consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) - } - }); - } - - IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); - IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; - - /** - * The version of the source mapping spec that we are consuming. - */ - IndexedSourceMapConsumer.prototype._version = 3; - - /** - * The list of original sources. - */ - Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { - get: function () { - var sources = []; - for (var i = 0; i < this._sections.length; i++) { - for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { - sources.push(this._sections[i].consumer.sources[j]); - } - } - return sources; - } - }); - - /** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. The line number - * is 1-based. - * - column: The column number in the generated source. The column - * number is 0-based. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. The - * line number is 1-based. - * - column: The column number in the original source, or null. The - * column number is 0-based. - * - name: The original identifier, or null. - */ - IndexedSourceMapConsumer.prototype.originalPositionFor = - function IndexedSourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - // Find the section containing the generated position we're trying to map - // to an original position. - var sectionIndex = binarySearch.search(needle, this._sections, - function(needle, section) { - var cmp = needle.generatedLine - section.generatedOffset.generatedLine; - if (cmp) { - return cmp; - } - - return (needle.generatedColumn - - section.generatedOffset.generatedColumn); - }); - var section = this._sections[sectionIndex]; - - if (!section) { - return { - source: null, - line: null, - column: null, - name: null - }; - } - - return section.consumer.originalPositionFor({ - line: needle.generatedLine - - (section.generatedOffset.generatedLine - 1), - column: needle.generatedColumn - - (section.generatedOffset.generatedLine === needle.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - bias: aArgs.bias - }); - }; - - /** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ - IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = - function IndexedSourceMapConsumer_hasContentsOfAllSources() { - return this._sections.every(function (s) { - return s.consumer.hasContentsOfAllSources(); - }); - }; - - /** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ - IndexedSourceMapConsumer.prototype.sourceContentFor = - function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - var content = section.consumer.sourceContentFor(aSource, true); - if (content) { - return content; - } - } - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - - /** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number - * is 1-based. - * - column: The column number in the original source. The column - * number is 0-based. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ - IndexedSourceMapConsumer.prototype.generatedPositionFor = - function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - // Only consider this section if the requested source is in the list of - // sources of the consumer. - if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { - continue; - } - var generatedPosition = section.consumer.generatedPositionFor(aArgs); - if (generatedPosition) { - var ret = { - line: generatedPosition.line + - (section.generatedOffset.generatedLine - 1), - column: generatedPosition.column + - (section.generatedOffset.generatedLine === generatedPosition.line - ? section.generatedOffset.generatedColumn - 1 - : 0) - }; - return ret; - } - } - - return { - line: null, - column: null - }; - }; - - /** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ - IndexedSourceMapConsumer.prototype._parseMappings = - function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { - this.__generatedMappings = []; - this.__originalMappings = []; - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - var sectionMappings = section.consumer._generatedMappings; - for (var j = 0; j < sectionMappings.length; j++) { - var mapping = sectionMappings[j]; - - var source = section.consumer._sources.at(mapping.source); - source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); - this._sources.add(source); - source = this._sources.indexOf(source); - - var name = null; - if (mapping.name) { - name = section.consumer._names.at(mapping.name); - this._names.add(name); - name = this._names.indexOf(name); - } - - // The mappings coming from the consumer for the section have - // generated positions relative to the start of the section, so we - // need to offset them to be relative to the start of the concatenated - // generated file. - var adjustedMapping = { - source: source, - generatedLine: mapping.generatedLine + - (section.generatedOffset.generatedLine - 1), - generatedColumn: mapping.generatedColumn + - (section.generatedOffset.generatedLine === mapping.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: name - }; - - this.__generatedMappings.push(adjustedMapping); - if (typeof adjustedMapping.originalLine === 'number') { - this.__originalMappings.push(adjustedMapping); - } - } - } - - quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); - quickSort(this.__originalMappings, util.compareByOriginalPositions); - }; - - exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; - - -/***/ }), -/* 8 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - exports.GREATEST_LOWER_BOUND = 1; - exports.LEAST_UPPER_BOUND = 2; - - /** - * Recursive implementation of binary search. - * - * @param aLow Indices here and lower do not contain the needle. - * @param aHigh Indices here and higher do not contain the needle. - * @param aNeedle The element being searched for. - * @param aHaystack The non-empty array being searched. - * @param aCompare Function which takes two elements and returns -1, 0, or 1. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - */ - function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { - // This function terminates when one of the following is true: - // - // 1. We find the exact element we are looking for. - // - // 2. We did not find the exact element, but we can return the index of - // the next-closest element. - // - // 3. We did not find the exact element, and there is no next-closest - // element than the one we are searching for, so we return -1. - var mid = Math.floor((aHigh - aLow) / 2) + aLow; - var cmp = aCompare(aNeedle, aHaystack[mid], true); - if (cmp === 0) { - // Found the element we are looking for. - return mid; - } - else if (cmp > 0) { - // Our needle is greater than aHaystack[mid]. - if (aHigh - mid > 1) { - // The element is in the upper half. - return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); - } - - // The exact needle element was not found in this haystack. Determine if - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return aHigh < aHaystack.length ? aHigh : -1; - } else { - return mid; - } - } - else { - // Our needle is less than aHaystack[mid]. - if (mid - aLow > 1) { - // The element is in the lower half. - return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); - } - - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return mid; - } else { - return aLow < 0 ? -1 : aLow; - } - } - } - - /** - * This is an implementation of binary search which will always try and return - * the index of the closest element if there is no exact hit. This is because - * mappings between original and generated line/col pairs are single points, - * and there is an implicit region between each of them, so a miss just means - * that you aren't on the very start of a region. - * - * @param aNeedle The element you are looking for. - * @param aHaystack The array that is being searched. - * @param aCompare A function which takes the needle and an element in the - * array and returns -1, 0, or 1 depending on whether the needle is less - * than, equal to, or greater than the element, respectively. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. - */ - exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { - if (aHaystack.length === 0) { - return -1; - } - - var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, - aCompare, aBias || exports.GREATEST_LOWER_BOUND); - if (index < 0) { - return -1; - } - - // We have found either the exact element, or the next-closest element than - // the one we are searching for. However, there may be more than one such - // element. Make sure we always return the smallest of these. - while (index - 1 >= 0) { - if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { - break; - } - --index; - } - - return index; - }; - - -/***/ }), -/* 9 */ -/***/ (function(module, exports) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - // It turns out that some (most?) JavaScript engines don't self-host - // `Array.prototype.sort`. This makes sense because C++ will likely remain - // faster than JS when doing raw CPU-intensive sorting. However, when using a - // custom comparator function, calling back and forth between the VM's C++ and - // JIT'd JS is rather slow *and* loses JIT type information, resulting in - // worse generated code for the comparator function than would be optimal. In - // fact, when sorting with a comparator, these costs outweigh the benefits of - // sorting in C++. By using our own JS-implemented Quick Sort (below), we get - // a ~3500ms mean speed-up in `bench/bench.html`. - - /** - * Swap the elements indexed by `x` and `y` in the array `ary`. - * - * @param {Array} ary - * The array. - * @param {Number} x - * The index of the first item. - * @param {Number} y - * The index of the second item. - */ - function swap(ary, x, y) { - var temp = ary[x]; - ary[x] = ary[y]; - ary[y] = temp; - } - - /** - * Returns a random integer within the range `low .. high` inclusive. - * - * @param {Number} low - * The lower bound on the range. - * @param {Number} high - * The upper bound on the range. - */ - function randomIntInRange(low, high) { - return Math.round(low + (Math.random() * (high - low))); - } - - /** - * The Quick Sort algorithm. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - * @param {Number} p - * Start index of the array - * @param {Number} r - * End index of the array - */ - function doQuickSort(ary, comparator, p, r) { - // If our lower bound is less than our upper bound, we (1) partition the - // array into two pieces and (2) recurse on each half. If it is not, this is - // the empty array and our base case. - - if (p < r) { - // (1) Partitioning. - // - // The partitioning chooses a pivot between `p` and `r` and moves all - // elements that are less than or equal to the pivot to the before it, and - // all the elements that are greater than it after it. The effect is that - // once partition is done, the pivot is in the exact place it will be when - // the array is put in sorted order, and it will not need to be moved - // again. This runs in O(n) time. - - // Always choose a random pivot so that an input array which is reverse - // sorted does not cause O(n^2) running time. - var pivotIndex = randomIntInRange(p, r); - var i = p - 1; - - swap(ary, pivotIndex, r); - var pivot = ary[r]; - - // Immediately after `j` is incremented in this loop, the following hold - // true: - // - // * Every element in `ary[p .. i]` is less than or equal to the pivot. - // - // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. - for (var j = p; j < r; j++) { - if (comparator(ary[j], pivot) <= 0) { - i += 1; - swap(ary, i, j); - } - } - - swap(ary, i + 1, j); - var q = i + 1; - - // (2) Recurse on each half. - - doQuickSort(ary, comparator, p, q - 1); - doQuickSort(ary, comparator, q + 1, r); - } - } - - /** - * Sort the given array in-place with the given comparator function. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - */ - exports.quickSort = function (ary, comparator) { - doQuickSort(ary, comparator, 0, ary.length - 1); - }; - - -/***/ }), -/* 10 */ -/***/ (function(module, exports, __webpack_require__) { - - /* -*- Mode: js; js-indent-level: 2; -*- */ - /* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - - var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; - var util = __webpack_require__(4); - - // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other - // operating systems these days (capturing the result). - var REGEX_NEWLINE = /(\r?\n)/; - - // Newline character code for charCodeAt() comparisons - var NEWLINE_CODE = 10; - - // Private symbol for identifying `SourceNode`s when multiple versions of - // the source-map library are loaded. This MUST NOT CHANGE across - // versions! - var isSourceNode = "$$$isSourceNode$$$"; - - /** - * SourceNodes provide a way to abstract over interpolating/concatenating - * snippets of generated JavaScript source code while maintaining the line and - * column information associated with the original source code. - * - * @param aLine The original line number. - * @param aColumn The original column number. - * @param aSource The original source's filename. - * @param aChunks Optional. An array of strings which are snippets of - * generated JS, or other SourceNodes. - * @param aName The original identifier. - */ - function SourceNode(aLine, aColumn, aSource, aChunks, aName) { - this.children = []; - this.sourceContents = {}; - this.line = aLine == null ? null : aLine; - this.column = aColumn == null ? null : aColumn; - this.source = aSource == null ? null : aSource; - this.name = aName == null ? null : aName; - this[isSourceNode] = true; - if (aChunks != null) this.add(aChunks); - } - - /** - * Creates a SourceNode from generated code and a SourceMapConsumer. - * - * @param aGeneratedCode The generated code - * @param aSourceMapConsumer The SourceMap for the generated code - * @param aRelativePath Optional. The path that relative sources in the - * SourceMapConsumer should be relative to. - */ - SourceNode.fromStringWithSourceMap = - function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { - // The SourceNode we want to fill with the generated code - // and the SourceMap - var node = new SourceNode(); - - // All even indices of this array are one line of the generated code, - // while all odd indices are the newlines between two adjacent lines - // (since `REGEX_NEWLINE` captures its match). - // Processed fragments are accessed by calling `shiftNextLine`. - var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); - var remainingLinesIndex = 0; - var shiftNextLine = function() { - var lineContents = getNextLine(); - // The last line of a file might not have a newline. - var newLine = getNextLine() || ""; - return lineContents + newLine; - - function getNextLine() { - return remainingLinesIndex < remainingLines.length ? - remainingLines[remainingLinesIndex++] : undefined; - } - }; - - // We need to remember the position of "remainingLines" - var lastGeneratedLine = 1, lastGeneratedColumn = 0; - - // The generate SourceNodes we need a code range. - // To extract it current and last mapping is used. - // Here we store the last mapping. - var lastMapping = null; - - aSourceMapConsumer.eachMapping(function (mapping) { - if (lastMapping !== null) { - // We add the code from "lastMapping" to "mapping": - // First check if there is a new line in between. - if (lastGeneratedLine < mapping.generatedLine) { - // Associate first line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - lastGeneratedLine++; - lastGeneratedColumn = 0; - // The remaining code is added without mapping - } else { - // There is no new line in between. - // Associate the code between "lastGeneratedColumn" and - // "mapping.generatedColumn" with "lastMapping" - var nextLine = remainingLines[remainingLinesIndex] || ''; - var code = nextLine.substr(0, mapping.generatedColumn - - lastGeneratedColumn); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - - lastGeneratedColumn); - lastGeneratedColumn = mapping.generatedColumn; - addMappingWithCode(lastMapping, code); - // No more remaining code, continue - lastMapping = mapping; - return; - } - } - // We add the generated code until the first mapping - // to the SourceNode without any mapping. - // Each line is added as separate string. - while (lastGeneratedLine < mapping.generatedLine) { - node.add(shiftNextLine()); - lastGeneratedLine++; - } - if (lastGeneratedColumn < mapping.generatedColumn) { - var nextLine = remainingLines[remainingLinesIndex] || ''; - node.add(nextLine.substr(0, mapping.generatedColumn)); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); - lastGeneratedColumn = mapping.generatedColumn; - } - lastMapping = mapping; - }, this); - // We have processed all mappings. - if (remainingLinesIndex < remainingLines.length) { - if (lastMapping) { - // Associate the remaining code in the current line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - } - // and add the remaining lines without any mapping - node.add(remainingLines.splice(remainingLinesIndex).join("")); - } - - // Copy sourcesContent into SourceNode - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aRelativePath != null) { - sourceFile = util.join(aRelativePath, sourceFile); - } - node.setSourceContent(sourceFile, content); - } - }); - - return node; - - function addMappingWithCode(mapping, code) { - if (mapping === null || mapping.source === undefined) { - node.add(code); - } else { - var source = aRelativePath - ? util.join(aRelativePath, mapping.source) - : mapping.source; - node.add(new SourceNode(mapping.originalLine, - mapping.originalColumn, - source, - code, - mapping.name)); - } - } - }; - - /** - * Add a chunk of generated JS to this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ - SourceNode.prototype.add = function SourceNode_add(aChunk) { - if (Array.isArray(aChunk)) { - aChunk.forEach(function (chunk) { - this.add(chunk); - }, this); - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - if (aChunk) { - this.children.push(aChunk); - } - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; - }; - - /** - * Add a chunk of generated JS to the beginning of this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ - SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { - if (Array.isArray(aChunk)) { - for (var i = aChunk.length-1; i >= 0; i--) { - this.prepend(aChunk[i]); - } - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - this.children.unshift(aChunk); - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; - }; - - /** - * Walk over the tree of JS snippets in this node and its children. The - * walking function is called once for each snippet of JS and is passed that - * snippet and the its original associated source's line/column location. - * - * @param aFn The traversal function. - */ - SourceNode.prototype.walk = function SourceNode_walk(aFn) { - var chunk; - for (var i = 0, len = this.children.length; i < len; i++) { - chunk = this.children[i]; - if (chunk[isSourceNode]) { - chunk.walk(aFn); - } - else { - if (chunk !== '') { - aFn(chunk, { source: this.source, - line: this.line, - column: this.column, - name: this.name }); - } - } - } - }; - - /** - * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between - * each of `this.children`. - * - * @param aSep The separator. - */ - SourceNode.prototype.join = function SourceNode_join(aSep) { - var newChildren; - var i; - var len = this.children.length; - if (len > 0) { - newChildren = []; - for (i = 0; i < len-1; i++) { - newChildren.push(this.children[i]); - newChildren.push(aSep); - } - newChildren.push(this.children[i]); - this.children = newChildren; - } - return this; - }; - - /** - * Call String.prototype.replace on the very right-most source snippet. Useful - * for trimming whitespace from the end of a source node, etc. - * - * @param aPattern The pattern to replace. - * @param aReplacement The thing to replace the pattern with. - */ - SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { - var lastChild = this.children[this.children.length - 1]; - if (lastChild[isSourceNode]) { - lastChild.replaceRight(aPattern, aReplacement); - } - else if (typeof lastChild === 'string') { - this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); - } - else { - this.children.push(''.replace(aPattern, aReplacement)); - } - return this; - }; - - /** - * Set the source content for a source file. This will be added to the SourceMapGenerator - * in the sourcesContent field. - * - * @param aSourceFile The filename of the source file - * @param aSourceContent The content of the source file - */ - SourceNode.prototype.setSourceContent = - function SourceNode_setSourceContent(aSourceFile, aSourceContent) { - this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; - }; - - /** - * Walk over the tree of SourceNodes. The walking function is called for each - * source file content and is passed the filename and source content. - * - * @param aFn The traversal function. - */ - SourceNode.prototype.walkSourceContents = - function SourceNode_walkSourceContents(aFn) { - for (var i = 0, len = this.children.length; i < len; i++) { - if (this.children[i][isSourceNode]) { - this.children[i].walkSourceContents(aFn); - } - } - - var sources = Object.keys(this.sourceContents); - for (var i = 0, len = sources.length; i < len; i++) { - aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); - } - }; - - /** - * Return the string representation of this source node. Walks over the tree - * and concatenates all the various snippets together to one string. - */ - SourceNode.prototype.toString = function SourceNode_toString() { - var str = ""; - this.walk(function (chunk) { - str += chunk; - }); - return str; - }; - - /** - * Returns the string representation of this source node along with a source - * map. - */ - SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { - var generated = { - code: "", - line: 1, - column: 0 - }; - var map = new SourceMapGenerator(aArgs); - var sourceMappingActive = false; - var lastOriginalSource = null; - var lastOriginalLine = null; - var lastOriginalColumn = null; - var lastOriginalName = null; - this.walk(function (chunk, original) { - generated.code += chunk; - if (original.source !== null - && original.line !== null - && original.column !== null) { - if(lastOriginalSource !== original.source - || lastOriginalLine !== original.line - || lastOriginalColumn !== original.column - || lastOriginalName !== original.name) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - lastOriginalSource = original.source; - lastOriginalLine = original.line; - lastOriginalColumn = original.column; - lastOriginalName = original.name; - sourceMappingActive = true; - } else if (sourceMappingActive) { - map.addMapping({ - generated: { - line: generated.line, - column: generated.column - } - }); - lastOriginalSource = null; - sourceMappingActive = false; - } - for (var idx = 0, length = chunk.length; idx < length; idx++) { - if (chunk.charCodeAt(idx) === NEWLINE_CODE) { - generated.line++; - generated.column = 0; - // Mappings end at eol - if (idx + 1 === length) { - lastOriginalSource = null; - sourceMappingActive = false; - } else if (sourceMappingActive) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - } else { - generated.column++; - } - } - }); - this.walkSourceContents(function (sourceFile, sourceContent) { - map.setSourceContent(sourceFile, sourceContent); - }); - - return { code: generated.code, map: map }; - }; - - exports.SourceNode = SourceNode; - - -/***/ }) -/******/ ]) -}); -; \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map/dist/source-map.min.js b/2019-setembro/node_modules/source-map/dist/source-map.min.js deleted file mode 100644 index c7c72da..0000000 --- a/2019-setembro/node_modules/source-map/dist/source-map.min.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.sourceMap=n():e.sourceMap=n()}(this,function(){return function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={exports:{},id:t,loaded:!1};return e[t].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var r={};return n.m=e,n.c=r,n.p="",n(0)}([function(e,n,r){n.SourceMapGenerator=r(1).SourceMapGenerator,n.SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t(e){e||(e={}),this._file=i.getArg(e,"file",null),this._sourceRoot=i.getArg(e,"sourceRoot",null),this._skipValidation=i.getArg(e,"skipValidation",!1),this._sources=new s,this._names=new s,this._mappings=new a,this._sourcesContents=null}var o=r(2),i=r(4),s=r(5).ArraySet,a=r(6).MappingList;t.prototype._version=3,t.fromSourceMap=function(e){var n=e.sourceRoot,r=new t({file:e.file,sourceRoot:n});return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=i.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),r.addMapping(t)}),e.sources.forEach(function(t){var o=t;null!==n&&(o=i.relative(n,t)),r._sources.has(o)||r._sources.add(o);var s=e.sourceContentFor(t);null!=s&&r.setSourceContent(t,s)}),r},t.prototype.addMapping=function(e){var n=i.getArg(e,"generated"),r=i.getArg(e,"original",null),t=i.getArg(e,"source",null),o=i.getArg(e,"name",null);this._skipValidation||this._validateMapping(n,r,t,o),null!=t&&(t=String(t),this._sources.has(t)||this._sources.add(t)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:t,name:o})},t.prototype.setSourceContent=function(e,n){var r=e;null!=this._sourceRoot&&(r=i.relative(this._sourceRoot,r)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},t.prototype.applySourceMap=function(e,n,r){var t=n;if(null==n){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');t=e.file}var o=this._sourceRoot;null!=o&&(t=i.relative(o,t));var a=new s,u=new s;this._mappings.unsortedForEach(function(n){if(n.source===t&&null!=n.originalLine){var s=e.originalPositionFor({line:n.originalLine,column:n.originalColumn});null!=s.source&&(n.source=s.source,null!=r&&(n.source=i.join(r,n.source)),null!=o&&(n.source=i.relative(o,n.source)),n.originalLine=s.line,n.originalColumn=s.column,null!=s.name&&(n.name=s.name))}var l=n.source;null==l||a.has(l)||a.add(l);var c=n.name;null==c||u.has(c)||u.add(c)},this),this._sources=a,this._names=u,e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&(null!=r&&(n=i.join(r,n)),null!=o&&(n=i.relative(o,n)),this.setSourceContent(n,t))},this)},t.prototype._validateMapping=function(e,n,r,t){if(n&&"number"!=typeof n.line&&"number"!=typeof n.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||n||r||t)&&!(e&&"line"in e&&"column"in e&&n&&"line"in n&&"column"in n&&e.line>0&&e.column>=0&&n.line>0&&n.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:n,name:t}))},t.prototype._serializeMappings=function(){for(var e,n,r,t,s=0,a=1,u=0,l=0,c=0,g=0,p="",h=this._mappings.toArray(),f=0,d=h.length;f0){if(!i.compareByGeneratedPositionsInflated(n,h[f-1]))continue;e+=","}e+=o.encode(n.generatedColumn-s),s=n.generatedColumn,null!=n.source&&(t=this._sources.indexOf(n.source),e+=o.encode(t-g),g=t,e+=o.encode(n.originalLine-1-l),l=n.originalLine-1,e+=o.encode(n.originalColumn-u),u=n.originalColumn,null!=n.name&&(r=this._names.indexOf(n.name),e+=o.encode(r-c),c=r)),p+=e}return p},t.prototype._generateSourcesContent=function(e,n){return e.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=i.relative(n,e));var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},t.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},t.prototype.toString=function(){return JSON.stringify(this.toJSON())},n.SourceMapGenerator=t},function(e,n,r){function t(e){return e<0?(-e<<1)+1:(e<<1)+0}function o(e){var n=1===(1&e),r=e>>1;return n?-r:r}var i=r(3),s=5,a=1<>>=s,o>0&&(n|=l),r+=i.encode(n);while(o>0);return r},n.decode=function(e,n,r){var t,a,c=e.length,g=0,p=0;do{if(n>=c)throw new Error("Expected more digits in base 64 VLQ value.");if(a=i.decode(e.charCodeAt(n++)),a===-1)throw new Error("Invalid base64 digit: "+e.charAt(n-1));t=!!(a&l),a&=u,g+=a<=0;c--)s=u[c],"."===s?u.splice(c,1):".."===s?l++:l>0&&(""===s?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return r=u.join("/"),""===r&&(r=a?"/":"."),i?(i.path=r,o(i)):r}function s(e,n){""===e&&(e="."),""===n&&(n=".");var r=t(n),s=t(e);if(s&&(e=s.path||"/"),r&&!r.scheme)return s&&(r.scheme=s.scheme),o(r);if(r||n.match(y))return n;if(s&&!s.host&&!s.path)return s.host=n,o(s);var a="/"===n.charAt(0)?n:i(e.replace(/\/+$/,"")+"/"+n);return s?(s.path=a,o(s)):a}function a(e,n){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==n.indexOf(e+"/");){var t=e.lastIndexOf("/");if(t<0)return n;if(e=e.slice(0,t),e.match(/^([^\/]+:\/)?\/*$/))return n;++r}return Array(r+1).join("../")+n.substr(e.length+1)}function u(e){return e}function l(e){return g(e)?"$"+e:e}function c(e){return g(e)?e.slice(1):e}function g(e){if(!e)return!1;var n=e.length;if(n<9)return!1;if(95!==e.charCodeAt(n-1)||95!==e.charCodeAt(n-2)||111!==e.charCodeAt(n-3)||116!==e.charCodeAt(n-4)||111!==e.charCodeAt(n-5)||114!==e.charCodeAt(n-6)||112!==e.charCodeAt(n-7)||95!==e.charCodeAt(n-8)||95!==e.charCodeAt(n-9))return!1;for(var r=n-10;r>=0;r--)if(36!==e.charCodeAt(r))return!1;return!0}function p(e,n,r){var t=f(e.source,n.source);return 0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t||r?t:(t=e.generatedColumn-n.generatedColumn,0!==t?t:(t=e.generatedLine-n.generatedLine,0!==t?t:f(e.name,n.name)))))}function h(e,n,r){var t=e.generatedLine-n.generatedLine;return 0!==t?t:(t=e.generatedColumn-n.generatedColumn,0!==t||r?t:(t=f(e.source,n.source),0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t?t:f(e.name,n.name)))))}function f(e,n){return e===n?0:null===e?1:null===n?-1:e>n?1:-1}function d(e,n){var r=e.generatedLine-n.generatedLine;return 0!==r?r:(r=e.generatedColumn-n.generatedColumn,0!==r?r:(r=f(e.source,n.source),0!==r?r:(r=e.originalLine-n.originalLine,0!==r?r:(r=e.originalColumn-n.originalColumn,0!==r?r:f(e.name,n.name)))))}function m(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}function _(e,n,r){if(n=n||"",e&&("/"!==e[e.length-1]&&"/"!==n[0]&&(e+="/"),n=e+n),r){var a=t(r);if(!a)throw new Error("sourceMapURL could not be parsed");if(a.path){var u=a.path.lastIndexOf("/");u>=0&&(a.path=a.path.substring(0,u+1))}n=s(o(a),n)}return i(n)}n.getArg=r;var v=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;n.urlParse=t,n.urlGenerate=o,n.normalize=i,n.join=s,n.isAbsolute=function(e){return"/"===e.charAt(0)||v.test(e)},n.relative=a;var C=function(){var e=Object.create(null);return!("__proto__"in e)}();n.toSetString=C?u:l,n.fromSetString=C?u:c,n.compareByOriginalPositions=p,n.compareByGeneratedPositionsDeflated=h,n.compareByGeneratedPositionsInflated=d,n.parseSourceMapInput=m,n.computeSourceURL=_},function(e,n,r){function t(){this._array=[],this._set=s?new Map:Object.create(null)}var o=r(4),i=Object.prototype.hasOwnProperty,s="undefined"!=typeof Map;t.fromArray=function(e,n){for(var r=new t,o=0,i=e.length;o=0)return n}else{var r=o.toSetString(e);if(i.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},t.prototype.at=function(e){if(e>=0&&er||t==r&&s>=o||i.compareByGeneratedPositionsInflated(e,n)<=0}function o(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}var i=r(4);o.prototype.unsortedForEach=function(e,n){this._array.forEach(e,n)},o.prototype.add=function(e){t(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},o.prototype.toArray=function(){return this._sorted||(this._array.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},n.MappingList=o},function(e,n,r){function t(e,n){var r=e;return"string"==typeof e&&(r=a.parseSourceMapInput(e)),null!=r.sections?new s(r,n):new o(r,n)}function o(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var t=a.getArg(r,"version"),o=a.getArg(r,"sources"),i=a.getArg(r,"names",[]),s=a.getArg(r,"sourceRoot",null),u=a.getArg(r,"sourcesContent",null),c=a.getArg(r,"mappings"),g=a.getArg(r,"file",null);if(t!=this._version)throw new Error("Unsupported version: "+t);s&&(s=a.normalize(s)),o=o.map(String).map(a.normalize).map(function(e){return s&&a.isAbsolute(s)&&a.isAbsolute(e)?a.relative(s,e):e}),this._names=l.fromArray(i.map(String),!0),this._sources=l.fromArray(o,!0),this._absoluteSources=this._sources.toArray().map(function(e){return a.computeSourceURL(s,e,n)}),this.sourceRoot=s,this.sourcesContent=u,this._mappings=c,this._sourceMapURL=n,this.file=g}function i(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function s(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var o=a.getArg(r,"version"),i=a.getArg(r,"sections");if(o!=this._version)throw new Error("Unsupported version: "+o);this._sources=new l,this._names=new l;var s={line:-1,column:0};this._sections=i.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var r=a.getArg(e,"offset"),o=a.getArg(r,"line"),i=a.getArg(r,"column");if(o=0){var i=this._originalMappings[o];if(void 0===e.column)for(var s=i.originalLine;i&&i.originalLine===s;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o];else for(var l=i.originalColumn;i&&i.originalLine===n&&i.originalColumn==l;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o]}return t},n.SourceMapConsumer=t,o.prototype=Object.create(t.prototype),o.prototype.consumer=t,o.prototype._findSourceIndex=function(e){var n=e;if(null!=this.sourceRoot&&(n=a.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var r;for(r=0;r1&&(r.source=d+o[1],d+=o[1],r.originalLine=h+o[2],h=r.originalLine,r.originalLine+=1,r.originalColumn=f+o[3],f=r.originalColumn,o.length>4&&(r.name=m+o[4],m+=o[4])),A.push(r),"number"==typeof r.originalLine&&S.push(r)}g(A,a.compareByGeneratedPositionsDeflated),this.__generatedMappings=A,g(S,a.compareByOriginalPositions),this.__originalMappings=S},o.prototype._findMapping=function(e,n,r,t,o,i){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[t]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[t]);return u.search(e,n,o,i)},o.prototype.computeColumnSpans=function(){for(var e=0;e=0){var o=this._generatedMappings[r];if(o.generatedLine===n.generatedLine){var i=a.getArg(o,"source",null);null!==i&&(i=this._sources.at(i),i=a.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var s=a.getArg(o,"name",null);return null!==s&&(s=this._names.at(s)),{source:i,line:a.getArg(o,"originalLine",null),column:a.getArg(o,"originalColumn",null),name:s}}}return{source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},o.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[r];var t=e;null!=this.sourceRoot&&(t=a.relative(this.sourceRoot,t));var o;if(null!=this.sourceRoot&&(o=a.urlParse(this.sourceRoot))){var i=t.replace(/^file:\/\//,"");if("file"==o.scheme&&this._sources.has(i))return this.sourcesContent[this._sources.indexOf(i)];if((!o.path||"/"==o.path)&&this._sources.has("/"+t))return this.sourcesContent[this._sources.indexOf("/"+t)]}if(n)return null;throw new Error('"'+t+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(e){var n=a.getArg(e,"source");if(n=this._findSourceIndex(n),n<0)return{line:null,column:null,lastColumn:null};var r={source:n,originalLine:a.getArg(e,"line"),originalColumn:a.getArg(e,"column")},o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(o>=0){var i=this._originalMappings[o];if(i.source===r.source)return{line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},n.BasicSourceMapConsumer=o,s.prototype=Object.create(t.prototype),s.prototype.constructor=t,s.prototype._version=3,Object.defineProperty(s.prototype,"sources",{get:function(){for(var e=[],n=0;n0?t-u>1?r(u,t,o,i,s,a):a==n.LEAST_UPPER_BOUND?t1?r(e,u,o,i,s,a):a==n.LEAST_UPPER_BOUND?u:e<0?-1:e}n.GREATEST_LOWER_BOUND=1,n.LEAST_UPPER_BOUND=2,n.search=function(e,t,o,i){if(0===t.length)return-1;var s=r(-1,t.length,e,t,o,i||n.GREATEST_LOWER_BOUND);if(s<0)return-1;for(;s-1>=0&&0===o(t[s],t[s-1],!0);)--s;return s}},function(e,n){function r(e,n,r){var t=e[n];e[n]=e[r],e[r]=t}function t(e,n){return Math.round(e+Math.random()*(n-e))}function o(e,n,i,s){if(i=0;n--)this.prepend(e[n]);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},t.prototype.walk=function(e){for(var n,r=0,t=this.children.length;r0){for(n=[],r=0;r 0 && aGenerated.column >= 0\n\t && !aOriginal && !aSource && !aName) {\n\t // Case 1.\n\t return;\n\t }\n\t else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && aOriginal.line > 0 && aOriginal.column >= 0\n\t && aSource) {\n\t // Cases 2 and 3.\n\t return;\n\t }\n\t else {\n\t throw new Error('Invalid mapping: ' + JSON.stringify({\n\t generated: aGenerated,\n\t source: aSource,\n\t original: aOriginal,\n\t name: aName\n\t }));\n\t }\n\t };\n\t\n\t/**\n\t * Serialize the accumulated mappings in to the stream of base 64 VLQs\n\t * specified by the source map format.\n\t */\n\tSourceMapGenerator.prototype._serializeMappings =\n\t function SourceMapGenerator_serializeMappings() {\n\t var previousGeneratedColumn = 0;\n\t var previousGeneratedLine = 1;\n\t var previousOriginalColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousName = 0;\n\t var previousSource = 0;\n\t var result = '';\n\t var next;\n\t var mapping;\n\t var nameIdx;\n\t var sourceIdx;\n\t\n\t var mappings = this._mappings.toArray();\n\t for (var i = 0, len = mappings.length; i < len; i++) {\n\t mapping = mappings[i];\n\t next = ''\n\t\n\t if (mapping.generatedLine !== previousGeneratedLine) {\n\t previousGeneratedColumn = 0;\n\t while (mapping.generatedLine !== previousGeneratedLine) {\n\t next += ';';\n\t previousGeneratedLine++;\n\t }\n\t }\n\t else {\n\t if (i > 0) {\n\t if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n\t continue;\n\t }\n\t next += ',';\n\t }\n\t }\n\t\n\t next += base64VLQ.encode(mapping.generatedColumn\n\t - previousGeneratedColumn);\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (mapping.source != null) {\n\t sourceIdx = this._sources.indexOf(mapping.source);\n\t next += base64VLQ.encode(sourceIdx - previousSource);\n\t previousSource = sourceIdx;\n\t\n\t // lines are stored 0-based in SourceMap spec version 3\n\t next += base64VLQ.encode(mapping.originalLine - 1\n\t - previousOriginalLine);\n\t previousOriginalLine = mapping.originalLine - 1;\n\t\n\t next += base64VLQ.encode(mapping.originalColumn\n\t - previousOriginalColumn);\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (mapping.name != null) {\n\t nameIdx = this._names.indexOf(mapping.name);\n\t next += base64VLQ.encode(nameIdx - previousName);\n\t previousName = nameIdx;\n\t }\n\t }\n\t\n\t result += next;\n\t }\n\t\n\t return result;\n\t };\n\t\n\tSourceMapGenerator.prototype._generateSourcesContent =\n\t function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n\t return aSources.map(function (source) {\n\t if (!this._sourcesContents) {\n\t return null;\n\t }\n\t if (aSourceRoot != null) {\n\t source = util.relative(aSourceRoot, source);\n\t }\n\t var key = util.toSetString(source);\n\t return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n\t ? this._sourcesContents[key]\n\t : null;\n\t }, this);\n\t };\n\t\n\t/**\n\t * Externalize the source map.\n\t */\n\tSourceMapGenerator.prototype.toJSON =\n\t function SourceMapGenerator_toJSON() {\n\t var map = {\n\t version: this._version,\n\t sources: this._sources.toArray(),\n\t names: this._names.toArray(),\n\t mappings: this._serializeMappings()\n\t };\n\t if (this._file != null) {\n\t map.file = this._file;\n\t }\n\t if (this._sourceRoot != null) {\n\t map.sourceRoot = this._sourceRoot;\n\t }\n\t if (this._sourcesContents) {\n\t map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n\t }\n\t\n\t return map;\n\t };\n\t\n\t/**\n\t * Render the source map being generated to a string.\n\t */\n\tSourceMapGenerator.prototype.toString =\n\t function SourceMapGenerator_toString() {\n\t return JSON.stringify(this.toJSON());\n\t };\n\t\n\texports.SourceMapGenerator = SourceMapGenerator;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t *\n\t * Based on the Base 64 VLQ implementation in Closure Compiler:\n\t * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n\t *\n\t * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n\t * Redistribution and use in source and binary forms, with or without\n\t * modification, are permitted provided that the following conditions are\n\t * met:\n\t *\n\t * * Redistributions of source code must retain the above copyright\n\t * notice, this list of conditions and the following disclaimer.\n\t * * Redistributions in binary form must reproduce the above\n\t * copyright notice, this list of conditions and the following\n\t * disclaimer in the documentation and/or other materials provided\n\t * with the distribution.\n\t * * Neither the name of Google Inc. nor the names of its\n\t * contributors may be used to endorse or promote products derived\n\t * from this software without specific prior written permission.\n\t *\n\t * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\t * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\t * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\t * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\t * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\t * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\t * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\t * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\t * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\t * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\t */\n\t\n\tvar base64 = __webpack_require__(3);\n\t\n\t// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n\t// length quantities we use in the source map spec, the first bit is the sign,\n\t// the next four bits are the actual value, and the 6th bit is the\n\t// continuation bit. The continuation bit tells us whether there are more\n\t// digits in this value following this digit.\n\t//\n\t// Continuation\n\t// | Sign\n\t// | |\n\t// V V\n\t// 101011\n\t\n\tvar VLQ_BASE_SHIFT = 5;\n\t\n\t// binary: 100000\n\tvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\t\n\t// binary: 011111\n\tvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\t\n\t// binary: 100000\n\tvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\t\n\t/**\n\t * Converts from a two-complement value to a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n\t */\n\tfunction toVLQSigned(aValue) {\n\t return aValue < 0\n\t ? ((-aValue) << 1) + 1\n\t : (aValue << 1) + 0;\n\t}\n\t\n\t/**\n\t * Converts to a two-complement value from a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n\t * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n\t */\n\tfunction fromVLQSigned(aValue) {\n\t var isNegative = (aValue & 1) === 1;\n\t var shifted = aValue >> 1;\n\t return isNegative\n\t ? -shifted\n\t : shifted;\n\t}\n\t\n\t/**\n\t * Returns the base 64 VLQ encoded value.\n\t */\n\texports.encode = function base64VLQ_encode(aValue) {\n\t var encoded = \"\";\n\t var digit;\n\t\n\t var vlq = toVLQSigned(aValue);\n\t\n\t do {\n\t digit = vlq & VLQ_BASE_MASK;\n\t vlq >>>= VLQ_BASE_SHIFT;\n\t if (vlq > 0) {\n\t // There are still more digits in this value, so we must make sure the\n\t // continuation bit is marked.\n\t digit |= VLQ_CONTINUATION_BIT;\n\t }\n\t encoded += base64.encode(digit);\n\t } while (vlq > 0);\n\t\n\t return encoded;\n\t};\n\t\n\t/**\n\t * Decodes the next base 64 VLQ value from the given string and returns the\n\t * value and the rest of the string via the out parameter.\n\t */\n\texports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n\t var strLen = aStr.length;\n\t var result = 0;\n\t var shift = 0;\n\t var continuation, digit;\n\t\n\t do {\n\t if (aIndex >= strLen) {\n\t throw new Error(\"Expected more digits in base 64 VLQ value.\");\n\t }\n\t\n\t digit = base64.decode(aStr.charCodeAt(aIndex++));\n\t if (digit === -1) {\n\t throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n\t }\n\t\n\t continuation = !!(digit & VLQ_CONTINUATION_BIT);\n\t digit &= VLQ_BASE_MASK;\n\t result = result + (digit << shift);\n\t shift += VLQ_BASE_SHIFT;\n\t } while (continuation);\n\t\n\t aOutParam.value = fromVLQSigned(result);\n\t aOutParam.rest = aIndex;\n\t};\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\t\n\t/**\n\t * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n\t */\n\texports.encode = function (number) {\n\t if (0 <= number && number < intToCharMap.length) {\n\t return intToCharMap[number];\n\t }\n\t throw new TypeError(\"Must be between 0 and 63: \" + number);\n\t};\n\t\n\t/**\n\t * Decode a single base 64 character code digit to an integer. Returns -1 on\n\t * failure.\n\t */\n\texports.decode = function (charCode) {\n\t var bigA = 65; // 'A'\n\t var bigZ = 90; // 'Z'\n\t\n\t var littleA = 97; // 'a'\n\t var littleZ = 122; // 'z'\n\t\n\t var zero = 48; // '0'\n\t var nine = 57; // '9'\n\t\n\t var plus = 43; // '+'\n\t var slash = 47; // '/'\n\t\n\t var littleOffset = 26;\n\t var numberOffset = 52;\n\t\n\t // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\t if (bigA <= charCode && charCode <= bigZ) {\n\t return (charCode - bigA);\n\t }\n\t\n\t // 26 - 51: abcdefghijklmnopqrstuvwxyz\n\t if (littleA <= charCode && charCode <= littleZ) {\n\t return (charCode - littleA + littleOffset);\n\t }\n\t\n\t // 52 - 61: 0123456789\n\t if (zero <= charCode && charCode <= nine) {\n\t return (charCode - zero + numberOffset);\n\t }\n\t\n\t // 62: +\n\t if (charCode == plus) {\n\t return 62;\n\t }\n\t\n\t // 63: /\n\t if (charCode == slash) {\n\t return 63;\n\t }\n\t\n\t // Invalid base64 digit.\n\t return -1;\n\t};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t/**\n\t * This is a helper function for getting values from parameter/options\n\t * objects.\n\t *\n\t * @param args The object we are extracting values from\n\t * @param name The name of the property we are getting.\n\t * @param defaultValue An optional value to return if the property is missing\n\t * from the object. If this is not specified and the property is missing, an\n\t * error will be thrown.\n\t */\n\tfunction getArg(aArgs, aName, aDefaultValue) {\n\t if (aName in aArgs) {\n\t return aArgs[aName];\n\t } else if (arguments.length === 3) {\n\t return aDefaultValue;\n\t } else {\n\t throw new Error('\"' + aName + '\" is a required argument.');\n\t }\n\t}\n\texports.getArg = getArg;\n\t\n\tvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\n\tvar dataUrlRegexp = /^data:.+\\,.+$/;\n\t\n\tfunction urlParse(aUrl) {\n\t var match = aUrl.match(urlRegexp);\n\t if (!match) {\n\t return null;\n\t }\n\t return {\n\t scheme: match[1],\n\t auth: match[2],\n\t host: match[3],\n\t port: match[4],\n\t path: match[5]\n\t };\n\t}\n\texports.urlParse = urlParse;\n\t\n\tfunction urlGenerate(aParsedUrl) {\n\t var url = '';\n\t if (aParsedUrl.scheme) {\n\t url += aParsedUrl.scheme + ':';\n\t }\n\t url += '//';\n\t if (aParsedUrl.auth) {\n\t url += aParsedUrl.auth + '@';\n\t }\n\t if (aParsedUrl.host) {\n\t url += aParsedUrl.host;\n\t }\n\t if (aParsedUrl.port) {\n\t url += \":\" + aParsedUrl.port\n\t }\n\t if (aParsedUrl.path) {\n\t url += aParsedUrl.path;\n\t }\n\t return url;\n\t}\n\texports.urlGenerate = urlGenerate;\n\t\n\t/**\n\t * Normalizes a path, or the path portion of a URL:\n\t *\n\t * - Replaces consecutive slashes with one slash.\n\t * - Removes unnecessary '.' parts.\n\t * - Removes unnecessary '/..' parts.\n\t *\n\t * Based on code in the Node.js 'path' core module.\n\t *\n\t * @param aPath The path or url to normalize.\n\t */\n\tfunction normalize(aPath) {\n\t var path = aPath;\n\t var url = urlParse(aPath);\n\t if (url) {\n\t if (!url.path) {\n\t return aPath;\n\t }\n\t path = url.path;\n\t }\n\t var isAbsolute = exports.isAbsolute(path);\n\t\n\t var parts = path.split(/\\/+/);\n\t for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n\t part = parts[i];\n\t if (part === '.') {\n\t parts.splice(i, 1);\n\t } else if (part === '..') {\n\t up++;\n\t } else if (up > 0) {\n\t if (part === '') {\n\t // The first part is blank if the path is absolute. Trying to go\n\t // above the root is a no-op. Therefore we can remove all '..' parts\n\t // directly after the root.\n\t parts.splice(i + 1, up);\n\t up = 0;\n\t } else {\n\t parts.splice(i, 2);\n\t up--;\n\t }\n\t }\n\t }\n\t path = parts.join('/');\n\t\n\t if (path === '') {\n\t path = isAbsolute ? '/' : '.';\n\t }\n\t\n\t if (url) {\n\t url.path = path;\n\t return urlGenerate(url);\n\t }\n\t return path;\n\t}\n\texports.normalize = normalize;\n\t\n\t/**\n\t * Joins two paths/URLs.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be joined with the root.\n\t *\n\t * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n\t * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n\t * first.\n\t * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n\t * is updated with the result and aRoot is returned. Otherwise the result\n\t * is returned.\n\t * - If aPath is absolute, the result is aPath.\n\t * - Otherwise the two paths are joined with a slash.\n\t * - Joining for example 'http://' and 'www.example.com' is also supported.\n\t */\n\tfunction join(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t if (aPath === \"\") {\n\t aPath = \".\";\n\t }\n\t var aPathUrl = urlParse(aPath);\n\t var aRootUrl = urlParse(aRoot);\n\t if (aRootUrl) {\n\t aRoot = aRootUrl.path || '/';\n\t }\n\t\n\t // `join(foo, '//www.example.org')`\n\t if (aPathUrl && !aPathUrl.scheme) {\n\t if (aRootUrl) {\n\t aPathUrl.scheme = aRootUrl.scheme;\n\t }\n\t return urlGenerate(aPathUrl);\n\t }\n\t\n\t if (aPathUrl || aPath.match(dataUrlRegexp)) {\n\t return aPath;\n\t }\n\t\n\t // `join('http://', 'www.example.com')`\n\t if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n\t aRootUrl.host = aPath;\n\t return urlGenerate(aRootUrl);\n\t }\n\t\n\t var joined = aPath.charAt(0) === '/'\n\t ? aPath\n\t : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\t\n\t if (aRootUrl) {\n\t aRootUrl.path = joined;\n\t return urlGenerate(aRootUrl);\n\t }\n\t return joined;\n\t}\n\texports.join = join;\n\t\n\texports.isAbsolute = function (aPath) {\n\t return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n\t};\n\t\n\t/**\n\t * Make a path relative to a URL or another path.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be made relative to aRoot.\n\t */\n\tfunction relative(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t\n\t aRoot = aRoot.replace(/\\/$/, '');\n\t\n\t // It is possible for the path to be above the root. In this case, simply\n\t // checking whether the root is a prefix of the path won't work. Instead, we\n\t // need to remove components from the root one by one, until either we find\n\t // a prefix that fits, or we run out of components to remove.\n\t var level = 0;\n\t while (aPath.indexOf(aRoot + '/') !== 0) {\n\t var index = aRoot.lastIndexOf(\"/\");\n\t if (index < 0) {\n\t return aPath;\n\t }\n\t\n\t // If the only part of the root that is left is the scheme (i.e. http://,\n\t // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n\t // have exhausted all components, so the path is not relative to the root.\n\t aRoot = aRoot.slice(0, index);\n\t if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n\t return aPath;\n\t }\n\t\n\t ++level;\n\t }\n\t\n\t // Make sure we add a \"../\" for each component we removed from the root.\n\t return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n\t}\n\texports.relative = relative;\n\t\n\tvar supportsNullProto = (function () {\n\t var obj = Object.create(null);\n\t return !('__proto__' in obj);\n\t}());\n\t\n\tfunction identity (s) {\n\t return s;\n\t}\n\t\n\t/**\n\t * Because behavior goes wacky when you set `__proto__` on objects, we\n\t * have to prefix all the strings in our set with an arbitrary character.\n\t *\n\t * See https://github.com/mozilla/source-map/pull/31 and\n\t * https://github.com/mozilla/source-map/issues/30\n\t *\n\t * @param String aStr\n\t */\n\tfunction toSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return '$' + aStr;\n\t }\n\t\n\t return aStr;\n\t}\n\texports.toSetString = supportsNullProto ? identity : toSetString;\n\t\n\tfunction fromSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return aStr.slice(1);\n\t }\n\t\n\t return aStr;\n\t}\n\texports.fromSetString = supportsNullProto ? identity : fromSetString;\n\t\n\tfunction isProtoString(s) {\n\t if (!s) {\n\t return false;\n\t }\n\t\n\t var length = s.length;\n\t\n\t if (length < 9 /* \"__proto__\".length */) {\n\t return false;\n\t }\n\t\n\t if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n\t s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n\t s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n\t s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 9) !== 95 /* '_' */) {\n\t return false;\n\t }\n\t\n\t for (var i = length - 10; i >= 0; i--) {\n\t if (s.charCodeAt(i) !== 36 /* '$' */) {\n\t return false;\n\t }\n\t }\n\t\n\t return true;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings where the original positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same original source/line/column, but different generated\n\t * line and column the same. Useful when searching for a mapping with a\n\t * stubbed out mapping.\n\t */\n\tfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n\t var cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0 || onlyCompareOriginal) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByOriginalPositions = compareByOriginalPositions;\n\t\n\t/**\n\t * Comparator between two mappings with deflated source and name indices where\n\t * the generated positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same generated line and column, but different\n\t * source/name/original line and column the same. Useful when searching for a\n\t * mapping with a stubbed out mapping.\n\t */\n\tfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0 || onlyCompareGenerated) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\t\n\tfunction strcmp(aStr1, aStr2) {\n\t if (aStr1 === aStr2) {\n\t return 0;\n\t }\n\t\n\t if (aStr1 === null) {\n\t return 1; // aStr2 !== null\n\t }\n\t\n\t if (aStr2 === null) {\n\t return -1; // aStr1 !== null\n\t }\n\t\n\t if (aStr1 > aStr2) {\n\t return 1;\n\t }\n\t\n\t return -1;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings with inflated source and name strings where\n\t * the generated positions are compared.\n\t */\n\tfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\t\n\t/**\n\t * Strip any JSON XSSI avoidance prefix from the string (as documented\n\t * in the source maps specification), and then parse the string as\n\t * JSON.\n\t */\n\tfunction parseSourceMapInput(str) {\n\t return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n\t}\n\texports.parseSourceMapInput = parseSourceMapInput;\n\t\n\t/**\n\t * Compute the URL of a source given the the source root, the source's\n\t * URL, and the source map's URL.\n\t */\n\tfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n\t sourceURL = sourceURL || '';\n\t\n\t if (sourceRoot) {\n\t // This follows what Chrome does.\n\t if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n\t sourceRoot += '/';\n\t }\n\t // The spec says:\n\t // Line 4: An optional source root, useful for relocating source\n\t // files on a server or removing repeated values in the\n\t // “sources” entry. This value is prepended to the individual\n\t // entries in the “source” field.\n\t sourceURL = sourceRoot + sourceURL;\n\t }\n\t\n\t // Historically, SourceMapConsumer did not take the sourceMapURL as\n\t // a parameter. This mode is still somewhat supported, which is why\n\t // this code block is conditional. However, it's preferable to pass\n\t // the source map URL to SourceMapConsumer, so that this function\n\t // can implement the source URL resolution algorithm as outlined in\n\t // the spec. This block is basically the equivalent of:\n\t // new URL(sourceURL, sourceMapURL).toString()\n\t // ... except it avoids using URL, which wasn't available in the\n\t // older releases of node still supported by this library.\n\t //\n\t // The spec says:\n\t // If the sources are not absolute URLs after prepending of the\n\t // “sourceRoot”, the sources are resolved relative to the\n\t // SourceMap (like resolving script src in a html document).\n\t if (sourceMapURL) {\n\t var parsed = urlParse(sourceMapURL);\n\t if (!parsed) {\n\t throw new Error(\"sourceMapURL could not be parsed\");\n\t }\n\t if (parsed.path) {\n\t // Strip the last path component, but keep the \"/\".\n\t var index = parsed.path.lastIndexOf('/');\n\t if (index >= 0) {\n\t parsed.path = parsed.path.substring(0, index + 1);\n\t }\n\t }\n\t sourceURL = join(urlGenerate(parsed), sourceURL);\n\t }\n\t\n\t return normalize(sourceURL);\n\t}\n\texports.computeSourceURL = computeSourceURL;\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar hasNativeMap = typeof Map !== \"undefined\";\n\t\n\t/**\n\t * A data structure which is a combination of an array and a set. Adding a new\n\t * member is O(1), testing for membership is O(1), and finding the index of an\n\t * element is O(1). Removing elements from the set is not supported. Only\n\t * strings are supported for membership.\n\t */\n\tfunction ArraySet() {\n\t this._array = [];\n\t this._set = hasNativeMap ? new Map() : Object.create(null);\n\t}\n\t\n\t/**\n\t * Static method for creating ArraySet instances from an existing array.\n\t */\n\tArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n\t var set = new ArraySet();\n\t for (var i = 0, len = aArray.length; i < len; i++) {\n\t set.add(aArray[i], aAllowDuplicates);\n\t }\n\t return set;\n\t};\n\t\n\t/**\n\t * Return how many unique items are in this ArraySet. If duplicates have been\n\t * added, than those do not count towards the size.\n\t *\n\t * @returns Number\n\t */\n\tArraySet.prototype.size = function ArraySet_size() {\n\t return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n\t};\n\t\n\t/**\n\t * Add the given string to this set.\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n\t var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n\t var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n\t var idx = this._array.length;\n\t if (!isDuplicate || aAllowDuplicates) {\n\t this._array.push(aStr);\n\t }\n\t if (!isDuplicate) {\n\t if (hasNativeMap) {\n\t this._set.set(aStr, idx);\n\t } else {\n\t this._set[sStr] = idx;\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Is the given string a member of this set?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.has = function ArraySet_has(aStr) {\n\t if (hasNativeMap) {\n\t return this._set.has(aStr);\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t return has.call(this._set, sStr);\n\t }\n\t};\n\t\n\t/**\n\t * What is the index of the given string in the array?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n\t if (hasNativeMap) {\n\t var idx = this._set.get(aStr);\n\t if (idx >= 0) {\n\t return idx;\n\t }\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t if (has.call(this._set, sStr)) {\n\t return this._set[sStr];\n\t }\n\t }\n\t\n\t throw new Error('\"' + aStr + '\" is not in the set.');\n\t};\n\t\n\t/**\n\t * What is the element at the given index?\n\t *\n\t * @param Number aIdx\n\t */\n\tArraySet.prototype.at = function ArraySet_at(aIdx) {\n\t if (aIdx >= 0 && aIdx < this._array.length) {\n\t return this._array[aIdx];\n\t }\n\t throw new Error('No element indexed by ' + aIdx);\n\t};\n\t\n\t/**\n\t * Returns the array representation of this set (which has the proper indices\n\t * indicated by indexOf). Note that this is a copy of the internal array used\n\t * for storing the members so that no one can mess with internal state.\n\t */\n\tArraySet.prototype.toArray = function ArraySet_toArray() {\n\t return this._array.slice();\n\t};\n\t\n\texports.ArraySet = ArraySet;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2014 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\t\n\t/**\n\t * Determine whether mappingB is after mappingA with respect to generated\n\t * position.\n\t */\n\tfunction generatedPositionAfter(mappingA, mappingB) {\n\t // Optimized for most common case\n\t var lineA = mappingA.generatedLine;\n\t var lineB = mappingB.generatedLine;\n\t var columnA = mappingA.generatedColumn;\n\t var columnB = mappingB.generatedColumn;\n\t return lineB > lineA || lineB == lineA && columnB >= columnA ||\n\t util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n\t}\n\t\n\t/**\n\t * A data structure to provide a sorted view of accumulated mappings in a\n\t * performance conscious manner. It trades a neglibable overhead in general\n\t * case for a large speedup in case of mappings being added in order.\n\t */\n\tfunction MappingList() {\n\t this._array = [];\n\t this._sorted = true;\n\t // Serves as infimum\n\t this._last = {generatedLine: -1, generatedColumn: 0};\n\t}\n\t\n\t/**\n\t * Iterate through internal items. This method takes the same arguments that\n\t * `Array.prototype.forEach` takes.\n\t *\n\t * NOTE: The order of the mappings is NOT guaranteed.\n\t */\n\tMappingList.prototype.unsortedForEach =\n\t function MappingList_forEach(aCallback, aThisArg) {\n\t this._array.forEach(aCallback, aThisArg);\n\t };\n\t\n\t/**\n\t * Add the given source mapping.\n\t *\n\t * @param Object aMapping\n\t */\n\tMappingList.prototype.add = function MappingList_add(aMapping) {\n\t if (generatedPositionAfter(this._last, aMapping)) {\n\t this._last = aMapping;\n\t this._array.push(aMapping);\n\t } else {\n\t this._sorted = false;\n\t this._array.push(aMapping);\n\t }\n\t};\n\t\n\t/**\n\t * Returns the flat, sorted array of mappings. The mappings are sorted by\n\t * generated position.\n\t *\n\t * WARNING: This method returns internal data without copying, for\n\t * performance. The return value must NOT be mutated, and should be treated as\n\t * an immutable borrow. If you want to take ownership, you must make your own\n\t * copy.\n\t */\n\tMappingList.prototype.toArray = function MappingList_toArray() {\n\t if (!this._sorted) {\n\t this._array.sort(util.compareByGeneratedPositionsInflated);\n\t this._sorted = true;\n\t }\n\t return this._array;\n\t};\n\t\n\texports.MappingList = MappingList;\n\n\n/***/ }),\n/* 7 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar binarySearch = __webpack_require__(8);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar base64VLQ = __webpack_require__(2);\n\tvar quickSort = __webpack_require__(9).quickSort;\n\t\n\tfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t return sourceMap.sections != null\n\t ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n\t : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n\t}\n\t\n\tSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n\t return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n\t}\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tSourceMapConsumer.prototype._version = 3;\n\t\n\t// `__generatedMappings` and `__originalMappings` are arrays that hold the\n\t// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n\t// are lazily instantiated, accessed via the `_generatedMappings` and\n\t// `_originalMappings` getters respectively, and we only parse the mappings\n\t// and create these arrays once queried for a source location. We jump through\n\t// these hoops because there can be many thousands of mappings, and parsing\n\t// them is expensive, so we only want to do it if we must.\n\t//\n\t// Each object in the arrays is of the form:\n\t//\n\t// {\n\t// generatedLine: The line number in the generated code,\n\t// generatedColumn: The column number in the generated code,\n\t// source: The path to the original source file that generated this\n\t// chunk of code,\n\t// originalLine: The line number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// originalColumn: The column number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// name: The name of the original symbol which generated this chunk of\n\t// code.\n\t// }\n\t//\n\t// All properties except for `generatedLine` and `generatedColumn` can be\n\t// `null`.\n\t//\n\t// `_generatedMappings` is ordered by the generated positions.\n\t//\n\t// `_originalMappings` is ordered by the original positions.\n\t\n\tSourceMapConsumer.prototype.__generatedMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__generatedMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__generatedMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype.__originalMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__originalMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__originalMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype._charIsMappingSeparator =\n\t function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n\t var c = aStr.charAt(index);\n\t return c === \";\" || c === \",\";\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t throw new Error(\"Subclasses must implement _parseMappings\");\n\t };\n\t\n\tSourceMapConsumer.GENERATED_ORDER = 1;\n\tSourceMapConsumer.ORIGINAL_ORDER = 2;\n\t\n\tSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\n\tSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Iterate over each mapping between an original source/line/column and a\n\t * generated line/column in this source map.\n\t *\n\t * @param Function aCallback\n\t * The function that is called with each mapping.\n\t * @param Object aContext\n\t * Optional. If specified, this object will be the value of `this` every\n\t * time that `aCallback` is called.\n\t * @param aOrder\n\t * Either `SourceMapConsumer.GENERATED_ORDER` or\n\t * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n\t * iterate over the mappings sorted by the generated file's line/column\n\t * order or the original's source/line/column order, respectively. Defaults to\n\t * `SourceMapConsumer.GENERATED_ORDER`.\n\t */\n\tSourceMapConsumer.prototype.eachMapping =\n\t function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n\t var context = aContext || null;\n\t var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\t\n\t var mappings;\n\t switch (order) {\n\t case SourceMapConsumer.GENERATED_ORDER:\n\t mappings = this._generatedMappings;\n\t break;\n\t case SourceMapConsumer.ORIGINAL_ORDER:\n\t mappings = this._originalMappings;\n\t break;\n\t default:\n\t throw new Error(\"Unknown order of iteration.\");\n\t }\n\t\n\t var sourceRoot = this.sourceRoot;\n\t mappings.map(function (mapping) {\n\t var source = mapping.source === null ? null : this._sources.at(mapping.source);\n\t source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n\t return {\n\t source: source,\n\t generatedLine: mapping.generatedLine,\n\t generatedColumn: mapping.generatedColumn,\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: mapping.name === null ? null : this._names.at(mapping.name)\n\t };\n\t }, this).forEach(aCallback, context);\n\t };\n\t\n\t/**\n\t * Returns all generated line and column information for the original source,\n\t * line, and column provided. If no column is provided, returns all mappings\n\t * corresponding to a either the line we are searching for or the next\n\t * closest line that has any mappings. Otherwise, returns all mappings\n\t * corresponding to the given line and either the column we are searching for\n\t * or the next closest column that has any offsets.\n\t *\n\t * The only argument is an object with the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number is 1-based.\n\t * - column: Optional. the column number in the original source.\n\t * The column number is 0-based.\n\t *\n\t * and an array of objects is returned, each with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tSourceMapConsumer.prototype.allGeneratedPositionsFor =\n\t function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n\t var line = util.getArg(aArgs, 'line');\n\t\n\t // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n\t // returns the index of the closest mapping less than the needle. By\n\t // setting needle.originalColumn to 0, we thus find the last mapping for\n\t // the given line, provided such a mapping exists.\n\t var needle = {\n\t source: util.getArg(aArgs, 'source'),\n\t originalLine: line,\n\t originalColumn: util.getArg(aArgs, 'column', 0)\n\t };\n\t\n\t needle.source = this._findSourceIndex(needle.source);\n\t if (needle.source < 0) {\n\t return [];\n\t }\n\t\n\t var mappings = [];\n\t\n\t var index = this._findMapping(needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t binarySearch.LEAST_UPPER_BOUND);\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (aArgs.column === undefined) {\n\t var originalLine = mapping.originalLine;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we found. Since\n\t // mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we found.\n\t while (mapping && mapping.originalLine === originalLine) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t } else {\n\t var originalColumn = mapping.originalColumn;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we were searching for.\n\t // Since mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we are searching for.\n\t while (mapping &&\n\t mapping.originalLine === line &&\n\t mapping.originalColumn == originalColumn) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t }\n\t }\n\t\n\t return mappings;\n\t };\n\t\n\texports.SourceMapConsumer = SourceMapConsumer;\n\t\n\t/**\n\t * A BasicSourceMapConsumer instance represents a parsed source map which we can\n\t * query for information about the original file positions by giving it a file\n\t * position in the generated source.\n\t *\n\t * The first parameter is the raw source map (either as a JSON string, or\n\t * already parsed to an object). According to the spec, source maps have the\n\t * following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - sources: An array of URLs to the original source files.\n\t * - names: An array of identifiers which can be referrenced by individual mappings.\n\t * - sourceRoot: Optional. The URL root from which all sources are relative.\n\t * - sourcesContent: Optional. An array of contents of the original source files.\n\t * - mappings: A string of base64 VLQs which contain the actual mappings.\n\t * - file: Optional. The generated file this source map is associated with.\n\t *\n\t * Here is an example source map, taken from the source map spec[0]:\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"out.js\",\n\t * sourceRoot : \"\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AA,AB;;ABCDE;\"\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n\t */\n\tfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sources = util.getArg(sourceMap, 'sources');\n\t // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n\t // requires the array) to play nice here.\n\t var names = util.getArg(sourceMap, 'names', []);\n\t var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n\t var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n\t var mappings = util.getArg(sourceMap, 'mappings');\n\t var file = util.getArg(sourceMap, 'file', null);\n\t\n\t // Once again, Sass deviates from the spec and supplies the version as a\n\t // string rather than a number, so we use loose equality checking here.\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t if (sourceRoot) {\n\t sourceRoot = util.normalize(sourceRoot);\n\t }\n\t\n\t sources = sources\n\t .map(String)\n\t // Some source maps produce relative source paths like \"./foo.js\" instead of\n\t // \"foo.js\". Normalize these first so that future comparisons will succeed.\n\t // See bugzil.la/1090768.\n\t .map(util.normalize)\n\t // Always ensure that absolute sources are internally stored relative to\n\t // the source root, if the source root is absolute. Not doing this would\n\t // be particularly problematic when the source root is a prefix of the\n\t // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n\t .map(function (source) {\n\t return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n\t ? util.relative(sourceRoot, source)\n\t : source;\n\t });\n\t\n\t // Pass `true` below to allow duplicate names and sources. While source maps\n\t // are intended to be compressed and deduplicated, the TypeScript compiler\n\t // sometimes generates source maps with duplicates in them. See Github issue\n\t // #72 and bugzil.la/889492.\n\t this._names = ArraySet.fromArray(names.map(String), true);\n\t this._sources = ArraySet.fromArray(sources, true);\n\t\n\t this._absoluteSources = this._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t this.sourceRoot = sourceRoot;\n\t this.sourcesContent = sourcesContent;\n\t this._mappings = mappings;\n\t this._sourceMapURL = aSourceMapURL;\n\t this.file = file;\n\t}\n\t\n\tBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\t\n\t/**\n\t * Utility function to find the index of a source. Returns -1 if not\n\t * found.\n\t */\n\tBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t if (this._sources.has(relativeSource)) {\n\t return this._sources.indexOf(relativeSource);\n\t }\n\t\n\t // Maybe aSource is an absolute URL as returned by |sources|. In\n\t // this case we can't simply undo the transform.\n\t var i;\n\t for (i = 0; i < this._absoluteSources.length; ++i) {\n\t if (this._absoluteSources[i] == aSource) {\n\t return i;\n\t }\n\t }\n\t\n\t return -1;\n\t};\n\t\n\t/**\n\t * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n\t *\n\t * @param SourceMapGenerator aSourceMap\n\t * The source map that will be consumed.\n\t * @param String aSourceMapURL\n\t * The URL at which the source map can be found (optional)\n\t * @returns BasicSourceMapConsumer\n\t */\n\tBasicSourceMapConsumer.fromSourceMap =\n\t function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n\t var smc = Object.create(BasicSourceMapConsumer.prototype);\n\t\n\t var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n\t var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n\t smc.sourceRoot = aSourceMap._sourceRoot;\n\t smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n\t smc.sourceRoot);\n\t smc.file = aSourceMap._file;\n\t smc._sourceMapURL = aSourceMapURL;\n\t smc._absoluteSources = smc._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t // Because we are modifying the entries (by converting string sources and\n\t // names to indices into the sources and names ArraySets), we have to make\n\t // a copy of the entry or else bad things happen. Shared mutable state\n\t // strikes again! See github issue #191.\n\t\n\t var generatedMappings = aSourceMap._mappings.toArray().slice();\n\t var destGeneratedMappings = smc.__generatedMappings = [];\n\t var destOriginalMappings = smc.__originalMappings = [];\n\t\n\t for (var i = 0, length = generatedMappings.length; i < length; i++) {\n\t var srcMapping = generatedMappings[i];\n\t var destMapping = new Mapping;\n\t destMapping.generatedLine = srcMapping.generatedLine;\n\t destMapping.generatedColumn = srcMapping.generatedColumn;\n\t\n\t if (srcMapping.source) {\n\t destMapping.source = sources.indexOf(srcMapping.source);\n\t destMapping.originalLine = srcMapping.originalLine;\n\t destMapping.originalColumn = srcMapping.originalColumn;\n\t\n\t if (srcMapping.name) {\n\t destMapping.name = names.indexOf(srcMapping.name);\n\t }\n\t\n\t destOriginalMappings.push(destMapping);\n\t }\n\t\n\t destGeneratedMappings.push(destMapping);\n\t }\n\t\n\t quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\t\n\t return smc;\n\t };\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tBasicSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t return this._absoluteSources.slice();\n\t }\n\t});\n\t\n\t/**\n\t * Provide the JIT with a nice shape / hidden class.\n\t */\n\tfunction Mapping() {\n\t this.generatedLine = 0;\n\t this.generatedColumn = 0;\n\t this.source = null;\n\t this.originalLine = null;\n\t this.originalColumn = null;\n\t this.name = null;\n\t}\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tBasicSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t var generatedLine = 1;\n\t var previousGeneratedColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousOriginalColumn = 0;\n\t var previousSource = 0;\n\t var previousName = 0;\n\t var length = aStr.length;\n\t var index = 0;\n\t var cachedSegments = {};\n\t var temp = {};\n\t var originalMappings = [];\n\t var generatedMappings = [];\n\t var mapping, str, segment, end, value;\n\t\n\t while (index < length) {\n\t if (aStr.charAt(index) === ';') {\n\t generatedLine++;\n\t index++;\n\t previousGeneratedColumn = 0;\n\t }\n\t else if (aStr.charAt(index) === ',') {\n\t index++;\n\t }\n\t else {\n\t mapping = new Mapping();\n\t mapping.generatedLine = generatedLine;\n\t\n\t // Because each offset is encoded relative to the previous one,\n\t // many segments often have the same encoding. We can exploit this\n\t // fact by caching the parsed variable length fields of each segment,\n\t // allowing us to avoid a second parse if we encounter the same\n\t // segment again.\n\t for (end = index; end < length; end++) {\n\t if (this._charIsMappingSeparator(aStr, end)) {\n\t break;\n\t }\n\t }\n\t str = aStr.slice(index, end);\n\t\n\t segment = cachedSegments[str];\n\t if (segment) {\n\t index += str.length;\n\t } else {\n\t segment = [];\n\t while (index < end) {\n\t base64VLQ.decode(aStr, index, temp);\n\t value = temp.value;\n\t index = temp.rest;\n\t segment.push(value);\n\t }\n\t\n\t if (segment.length === 2) {\n\t throw new Error('Found a source, but no line and column');\n\t }\n\t\n\t if (segment.length === 3) {\n\t throw new Error('Found a source and line, but no column');\n\t }\n\t\n\t cachedSegments[str] = segment;\n\t }\n\t\n\t // Generated column.\n\t mapping.generatedColumn = previousGeneratedColumn + segment[0];\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (segment.length > 1) {\n\t // Original source.\n\t mapping.source = previousSource + segment[1];\n\t previousSource += segment[1];\n\t\n\t // Original line.\n\t mapping.originalLine = previousOriginalLine + segment[2];\n\t previousOriginalLine = mapping.originalLine;\n\t // Lines are stored 0-based\n\t mapping.originalLine += 1;\n\t\n\t // Original column.\n\t mapping.originalColumn = previousOriginalColumn + segment[3];\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (segment.length > 4) {\n\t // Original name.\n\t mapping.name = previousName + segment[4];\n\t previousName += segment[4];\n\t }\n\t }\n\t\n\t generatedMappings.push(mapping);\n\t if (typeof mapping.originalLine === 'number') {\n\t originalMappings.push(mapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t this.__generatedMappings = generatedMappings;\n\t\n\t quickSort(originalMappings, util.compareByOriginalPositions);\n\t this.__originalMappings = originalMappings;\n\t };\n\t\n\t/**\n\t * Find the mapping that best matches the hypothetical \"needle\" mapping that\n\t * we are searching for in the given \"haystack\" of mappings.\n\t */\n\tBasicSourceMapConsumer.prototype._findMapping =\n\t function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n\t aColumnName, aComparator, aBias) {\n\t // To return the position we are searching for, we must first find the\n\t // mapping for the given position and then return the opposite position it\n\t // points to. Because the mappings are sorted, we can use binary search to\n\t // find the best mapping.\n\t\n\t if (aNeedle[aLineName] <= 0) {\n\t throw new TypeError('Line must be greater than or equal to 1, got '\n\t + aNeedle[aLineName]);\n\t }\n\t if (aNeedle[aColumnName] < 0) {\n\t throw new TypeError('Column must be greater than or equal to 0, got '\n\t + aNeedle[aColumnName]);\n\t }\n\t\n\t return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n\t };\n\t\n\t/**\n\t * Compute the last column for each generated mapping. The last column is\n\t * inclusive.\n\t */\n\tBasicSourceMapConsumer.prototype.computeColumnSpans =\n\t function SourceMapConsumer_computeColumnSpans() {\n\t for (var index = 0; index < this._generatedMappings.length; ++index) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t // Mappings do not contain a field for the last generated columnt. We\n\t // can come up with an optimistic estimate, however, by assuming that\n\t // mappings are contiguous (i.e. given two consecutive mappings, the\n\t // first mapping ends where the second one starts).\n\t if (index + 1 < this._generatedMappings.length) {\n\t var nextMapping = this._generatedMappings[index + 1];\n\t\n\t if (mapping.generatedLine === nextMapping.generatedLine) {\n\t mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n\t continue;\n\t }\n\t }\n\t\n\t // The last mapping for each line spans the entire line.\n\t mapping.lastGeneratedColumn = Infinity;\n\t }\n\t };\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.originalPositionFor =\n\t function SourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._generatedMappings,\n\t \"generatedLine\",\n\t \"generatedColumn\",\n\t util.compareByGeneratedPositionsDeflated,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t if (mapping.generatedLine === needle.generatedLine) {\n\t var source = util.getArg(mapping, 'source', null);\n\t if (source !== null) {\n\t source = this._sources.at(source);\n\t source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n\t }\n\t var name = util.getArg(mapping, 'name', null);\n\t if (name !== null) {\n\t name = this._names.at(name);\n\t }\n\t return {\n\t source: source,\n\t line: util.getArg(mapping, 'originalLine', null),\n\t column: util.getArg(mapping, 'originalColumn', null),\n\t name: name\n\t };\n\t }\n\t }\n\t\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function BasicSourceMapConsumer_hasContentsOfAllSources() {\n\t if (!this.sourcesContent) {\n\t return false;\n\t }\n\t return this.sourcesContent.length >= this._sources.size() &&\n\t !this.sourcesContent.some(function (sc) { return sc == null; });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tBasicSourceMapConsumer.prototype.sourceContentFor =\n\t function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t if (!this.sourcesContent) {\n\t return null;\n\t }\n\t\n\t var index = this._findSourceIndex(aSource);\n\t if (index >= 0) {\n\t return this.sourcesContent[index];\n\t }\n\t\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t var url;\n\t if (this.sourceRoot != null\n\t && (url = util.urlParse(this.sourceRoot))) {\n\t // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n\t // many users. We can help them out when they expect file:// URIs to\n\t // behave like it would if they were running a local HTTP server. See\n\t // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n\t var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n\t if (url.scheme == \"file\"\n\t && this._sources.has(fileUriAbsPath)) {\n\t return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n\t }\n\t\n\t if ((!url.path || url.path == \"/\")\n\t && this._sources.has(\"/\" + relativeSource)) {\n\t return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n\t }\n\t }\n\t\n\t // This function is used recursively from\n\t // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n\t // don't want to throw if we can't find the source - we just want to\n\t // return null, so we provide a flag to exit gracefully.\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tBasicSourceMapConsumer.prototype.generatedPositionFor =\n\t function SourceMapConsumer_generatedPositionFor(aArgs) {\n\t var source = util.getArg(aArgs, 'source');\n\t source = this._findSourceIndex(source);\n\t if (source < 0) {\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t }\n\t\n\t var needle = {\n\t source: source,\n\t originalLine: util.getArg(aArgs, 'line'),\n\t originalColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (mapping.source === needle.source) {\n\t return {\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t };\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t };\n\t\n\texports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\t\n\t/**\n\t * An IndexedSourceMapConsumer instance represents a parsed source map which\n\t * we can query for information. It differs from BasicSourceMapConsumer in\n\t * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n\t * input.\n\t *\n\t * The first parameter is a raw source map (either as a JSON string, or already\n\t * parsed to an object). According to the spec for indexed source maps, they\n\t * have the following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - file: Optional. The generated file this source map is associated with.\n\t * - sections: A list of section definitions.\n\t *\n\t * Each value under the \"sections\" field has two fields:\n\t * - offset: The offset into the original specified at which this section\n\t * begins to apply, defined as an object with a \"line\" and \"column\"\n\t * field.\n\t * - map: A source map definition. This source map could also be indexed,\n\t * but doesn't have to be.\n\t *\n\t * Instead of the \"map\" field, it's also possible to have a \"url\" field\n\t * specifying a URL to retrieve a source map from, but that's currently\n\t * unsupported.\n\t *\n\t * Here's an example source map, taken from the source map spec[0], but\n\t * modified to omit a section which uses the \"url\" field.\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"app.js\",\n\t * sections: [{\n\t * offset: {line:100, column:10},\n\t * map: {\n\t * version : 3,\n\t * file: \"section.js\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AAAA,E;;ABCDE;\"\n\t * }\n\t * }],\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n\t */\n\tfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sections = util.getArg(sourceMap, 'sections');\n\t\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t this._sources = new ArraySet();\n\t this._names = new ArraySet();\n\t\n\t var lastOffset = {\n\t line: -1,\n\t column: 0\n\t };\n\t this._sections = sections.map(function (s) {\n\t if (s.url) {\n\t // The url field will require support for asynchronicity.\n\t // See https://github.com/mozilla/source-map/issues/16\n\t throw new Error('Support for url field in sections not implemented.');\n\t }\n\t var offset = util.getArg(s, 'offset');\n\t var offsetLine = util.getArg(offset, 'line');\n\t var offsetColumn = util.getArg(offset, 'column');\n\t\n\t if (offsetLine < lastOffset.line ||\n\t (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n\t throw new Error('Section offsets must be ordered and non-overlapping.');\n\t }\n\t lastOffset = offset;\n\t\n\t return {\n\t generatedOffset: {\n\t // The offset fields are 0-based, but we use 1-based indices when\n\t // encoding/decoding from VLQ.\n\t generatedLine: offsetLine + 1,\n\t generatedColumn: offsetColumn + 1\n\t },\n\t consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n\t }\n\t });\n\t}\n\t\n\tIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tIndexedSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t var sources = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n\t sources.push(this._sections[i].consumer.sources[j]);\n\t }\n\t }\n\t return sources;\n\t }\n\t});\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.originalPositionFor =\n\t function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t // Find the section containing the generated position we're trying to map\n\t // to an original position.\n\t var sectionIndex = binarySearch.search(needle, this._sections,\n\t function(needle, section) {\n\t var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n\t if (cmp) {\n\t return cmp;\n\t }\n\t\n\t return (needle.generatedColumn -\n\t section.generatedOffset.generatedColumn);\n\t });\n\t var section = this._sections[sectionIndex];\n\t\n\t if (!section) {\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t }\n\t\n\t return section.consumer.originalPositionFor({\n\t line: needle.generatedLine -\n\t (section.generatedOffset.generatedLine - 1),\n\t column: needle.generatedColumn -\n\t (section.generatedOffset.generatedLine === needle.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t bias: aArgs.bias\n\t });\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n\t return this._sections.every(function (s) {\n\t return s.consumer.hasContentsOfAllSources();\n\t });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tIndexedSourceMapConsumer.prototype.sourceContentFor =\n\t function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t var content = section.consumer.sourceContentFor(aSource, true);\n\t if (content) {\n\t return content;\n\t }\n\t }\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based. \n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tIndexedSourceMapConsumer.prototype.generatedPositionFor =\n\t function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t // Only consider this section if the requested source is in the list of\n\t // sources of the consumer.\n\t if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n\t continue;\n\t }\n\t var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n\t if (generatedPosition) {\n\t var ret = {\n\t line: generatedPosition.line +\n\t (section.generatedOffset.generatedLine - 1),\n\t column: generatedPosition.column +\n\t (section.generatedOffset.generatedLine === generatedPosition.line\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0)\n\t };\n\t return ret;\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null\n\t };\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tIndexedSourceMapConsumer.prototype._parseMappings =\n\t function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t this.__generatedMappings = [];\n\t this.__originalMappings = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t var sectionMappings = section.consumer._generatedMappings;\n\t for (var j = 0; j < sectionMappings.length; j++) {\n\t var mapping = sectionMappings[j];\n\t\n\t var source = section.consumer._sources.at(mapping.source);\n\t source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n\t this._sources.add(source);\n\t source = this._sources.indexOf(source);\n\t\n\t var name = null;\n\t if (mapping.name) {\n\t name = section.consumer._names.at(mapping.name);\n\t this._names.add(name);\n\t name = this._names.indexOf(name);\n\t }\n\t\n\t // The mappings coming from the consumer for the section have\n\t // generated positions relative to the start of the section, so we\n\t // need to offset them to be relative to the start of the concatenated\n\t // generated file.\n\t var adjustedMapping = {\n\t source: source,\n\t generatedLine: mapping.generatedLine +\n\t (section.generatedOffset.generatedLine - 1),\n\t generatedColumn: mapping.generatedColumn +\n\t (section.generatedOffset.generatedLine === mapping.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: name\n\t };\n\t\n\t this.__generatedMappings.push(adjustedMapping);\n\t if (typeof adjustedMapping.originalLine === 'number') {\n\t this.__originalMappings.push(adjustedMapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t quickSort(this.__originalMappings, util.compareByOriginalPositions);\n\t };\n\t\n\texports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n/***/ }),\n/* 8 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\texports.GREATEST_LOWER_BOUND = 1;\n\texports.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Recursive implementation of binary search.\n\t *\n\t * @param aLow Indices here and lower do not contain the needle.\n\t * @param aHigh Indices here and higher do not contain the needle.\n\t * @param aNeedle The element being searched for.\n\t * @param aHaystack The non-empty array being searched.\n\t * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t */\n\tfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n\t // This function terminates when one of the following is true:\n\t //\n\t // 1. We find the exact element we are looking for.\n\t //\n\t // 2. We did not find the exact element, but we can return the index of\n\t // the next-closest element.\n\t //\n\t // 3. We did not find the exact element, and there is no next-closest\n\t // element than the one we are searching for, so we return -1.\n\t var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n\t var cmp = aCompare(aNeedle, aHaystack[mid], true);\n\t if (cmp === 0) {\n\t // Found the element we are looking for.\n\t return mid;\n\t }\n\t else if (cmp > 0) {\n\t // Our needle is greater than aHaystack[mid].\n\t if (aHigh - mid > 1) {\n\t // The element is in the upper half.\n\t return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // The exact needle element was not found in this haystack. Determine if\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return aHigh < aHaystack.length ? aHigh : -1;\n\t } else {\n\t return mid;\n\t }\n\t }\n\t else {\n\t // Our needle is less than aHaystack[mid].\n\t if (mid - aLow > 1) {\n\t // The element is in the lower half.\n\t return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return mid;\n\t } else {\n\t return aLow < 0 ? -1 : aLow;\n\t }\n\t }\n\t}\n\t\n\t/**\n\t * This is an implementation of binary search which will always try and return\n\t * the index of the closest element if there is no exact hit. This is because\n\t * mappings between original and generated line/col pairs are single points,\n\t * and there is an implicit region between each of them, so a miss just means\n\t * that you aren't on the very start of a region.\n\t *\n\t * @param aNeedle The element you are looking for.\n\t * @param aHaystack The array that is being searched.\n\t * @param aCompare A function which takes the needle and an element in the\n\t * array and returns -1, 0, or 1 depending on whether the needle is less\n\t * than, equal to, or greater than the element, respectively.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n\t */\n\texports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n\t if (aHaystack.length === 0) {\n\t return -1;\n\t }\n\t\n\t var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n\t aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n\t if (index < 0) {\n\t return -1;\n\t }\n\t\n\t // We have found either the exact element, or the next-closest element than\n\t // the one we are searching for. However, there may be more than one such\n\t // element. Make sure we always return the smallest of these.\n\t while (index - 1 >= 0) {\n\t if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n\t break;\n\t }\n\t --index;\n\t }\n\t\n\t return index;\n\t};\n\n\n/***/ }),\n/* 9 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t// It turns out that some (most?) JavaScript engines don't self-host\n\t// `Array.prototype.sort`. This makes sense because C++ will likely remain\n\t// faster than JS when doing raw CPU-intensive sorting. However, when using a\n\t// custom comparator function, calling back and forth between the VM's C++ and\n\t// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n\t// worse generated code for the comparator function than would be optimal. In\n\t// fact, when sorting with a comparator, these costs outweigh the benefits of\n\t// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n\t// a ~3500ms mean speed-up in `bench/bench.html`.\n\t\n\t/**\n\t * Swap the elements indexed by `x` and `y` in the array `ary`.\n\t *\n\t * @param {Array} ary\n\t * The array.\n\t * @param {Number} x\n\t * The index of the first item.\n\t * @param {Number} y\n\t * The index of the second item.\n\t */\n\tfunction swap(ary, x, y) {\n\t var temp = ary[x];\n\t ary[x] = ary[y];\n\t ary[y] = temp;\n\t}\n\t\n\t/**\n\t * Returns a random integer within the range `low .. high` inclusive.\n\t *\n\t * @param {Number} low\n\t * The lower bound on the range.\n\t * @param {Number} high\n\t * The upper bound on the range.\n\t */\n\tfunction randomIntInRange(low, high) {\n\t return Math.round(low + (Math.random() * (high - low)));\n\t}\n\t\n\t/**\n\t * The Quick Sort algorithm.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t * @param {Number} p\n\t * Start index of the array\n\t * @param {Number} r\n\t * End index of the array\n\t */\n\tfunction doQuickSort(ary, comparator, p, r) {\n\t // If our lower bound is less than our upper bound, we (1) partition the\n\t // array into two pieces and (2) recurse on each half. If it is not, this is\n\t // the empty array and our base case.\n\t\n\t if (p < r) {\n\t // (1) Partitioning.\n\t //\n\t // The partitioning chooses a pivot between `p` and `r` and moves all\n\t // elements that are less than or equal to the pivot to the before it, and\n\t // all the elements that are greater than it after it. The effect is that\n\t // once partition is done, the pivot is in the exact place it will be when\n\t // the array is put in sorted order, and it will not need to be moved\n\t // again. This runs in O(n) time.\n\t\n\t // Always choose a random pivot so that an input array which is reverse\n\t // sorted does not cause O(n^2) running time.\n\t var pivotIndex = randomIntInRange(p, r);\n\t var i = p - 1;\n\t\n\t swap(ary, pivotIndex, r);\n\t var pivot = ary[r];\n\t\n\t // Immediately after `j` is incremented in this loop, the following hold\n\t // true:\n\t //\n\t // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n\t //\n\t // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n\t for (var j = p; j < r; j++) {\n\t if (comparator(ary[j], pivot) <= 0) {\n\t i += 1;\n\t swap(ary, i, j);\n\t }\n\t }\n\t\n\t swap(ary, i + 1, j);\n\t var q = i + 1;\n\t\n\t // (2) Recurse on each half.\n\t\n\t doQuickSort(ary, comparator, p, q - 1);\n\t doQuickSort(ary, comparator, q + 1, r);\n\t }\n\t}\n\t\n\t/**\n\t * Sort the given array in-place with the given comparator function.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t */\n\texports.quickSort = function (ary, comparator) {\n\t doQuickSort(ary, comparator, 0, ary.length - 1);\n\t};\n\n\n/***/ }),\n/* 10 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\tvar util = __webpack_require__(4);\n\t\n\t// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n\t// operating systems these days (capturing the result).\n\tvar REGEX_NEWLINE = /(\\r?\\n)/;\n\t\n\t// Newline character code for charCodeAt() comparisons\n\tvar NEWLINE_CODE = 10;\n\t\n\t// Private symbol for identifying `SourceNode`s when multiple versions of\n\t// the source-map library are loaded. This MUST NOT CHANGE across\n\t// versions!\n\tvar isSourceNode = \"$$$isSourceNode$$$\";\n\t\n\t/**\n\t * SourceNodes provide a way to abstract over interpolating/concatenating\n\t * snippets of generated JavaScript source code while maintaining the line and\n\t * column information associated with the original source code.\n\t *\n\t * @param aLine The original line number.\n\t * @param aColumn The original column number.\n\t * @param aSource The original source's filename.\n\t * @param aChunks Optional. An array of strings which are snippets of\n\t * generated JS, or other SourceNodes.\n\t * @param aName The original identifier.\n\t */\n\tfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n\t this.children = [];\n\t this.sourceContents = {};\n\t this.line = aLine == null ? null : aLine;\n\t this.column = aColumn == null ? null : aColumn;\n\t this.source = aSource == null ? null : aSource;\n\t this.name = aName == null ? null : aName;\n\t this[isSourceNode] = true;\n\t if (aChunks != null) this.add(aChunks);\n\t}\n\t\n\t/**\n\t * Creates a SourceNode from generated code and a SourceMapConsumer.\n\t *\n\t * @param aGeneratedCode The generated code\n\t * @param aSourceMapConsumer The SourceMap for the generated code\n\t * @param aRelativePath Optional. The path that relative sources in the\n\t * SourceMapConsumer should be relative to.\n\t */\n\tSourceNode.fromStringWithSourceMap =\n\t function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n\t // The SourceNode we want to fill with the generated code\n\t // and the SourceMap\n\t var node = new SourceNode();\n\t\n\t // All even indices of this array are one line of the generated code,\n\t // while all odd indices are the newlines between two adjacent lines\n\t // (since `REGEX_NEWLINE` captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n\t var remainingLinesIndex = 0;\n\t var shiftNextLine = function() {\n\t var lineContents = getNextLine();\n\t // The last line of a file might not have a newline.\n\t var newLine = getNextLine() || \"\";\n\t return lineContents + newLine;\n\t\n\t function getNextLine() {\n\t return remainingLinesIndex < remainingLines.length ?\n\t remainingLines[remainingLinesIndex++] : undefined;\n\t }\n\t };\n\t\n\t // We need to remember the position of \"remainingLines\"\n\t var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\t\n\t // The generate SourceNodes we need a code range.\n\t // To extract it current and last mapping is used.\n\t // Here we store the last mapping.\n\t var lastMapping = null;\n\t\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t if (lastMapping !== null) {\n\t // We add the code from \"lastMapping\" to \"mapping\":\n\t // First check if there is a new line in between.\n\t if (lastGeneratedLine < mapping.generatedLine) {\n\t // Associate first line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t lastGeneratedLine++;\n\t lastGeneratedColumn = 0;\n\t // The remaining code is added without mapping\n\t } else {\n\t // There is no new line in between.\n\t // Associate the code between \"lastGeneratedColumn\" and\n\t // \"mapping.generatedColumn\" with \"lastMapping\"\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t var code = nextLine.substr(0, mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t addMappingWithCode(lastMapping, code);\n\t // No more remaining code, continue\n\t lastMapping = mapping;\n\t return;\n\t }\n\t }\n\t // We add the generated code until the first mapping\n\t // to the SourceNode without any mapping.\n\t // Each line is added as separate string.\n\t while (lastGeneratedLine < mapping.generatedLine) {\n\t node.add(shiftNextLine());\n\t lastGeneratedLine++;\n\t }\n\t if (lastGeneratedColumn < mapping.generatedColumn) {\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t node.add(nextLine.substr(0, mapping.generatedColumn));\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t }\n\t lastMapping = mapping;\n\t }, this);\n\t // We have processed all mappings.\n\t if (remainingLinesIndex < remainingLines.length) {\n\t if (lastMapping) {\n\t // Associate the remaining code in the current line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t }\n\t // and add the remaining lines without any mapping\n\t node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n\t }\n\t\n\t // Copy sourcesContent into SourceNode\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aRelativePath != null) {\n\t sourceFile = util.join(aRelativePath, sourceFile);\n\t }\n\t node.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t\n\t return node;\n\t\n\t function addMappingWithCode(mapping, code) {\n\t if (mapping === null || mapping.source === undefined) {\n\t node.add(code);\n\t } else {\n\t var source = aRelativePath\n\t ? util.join(aRelativePath, mapping.source)\n\t : mapping.source;\n\t node.add(new SourceNode(mapping.originalLine,\n\t mapping.originalColumn,\n\t source,\n\t code,\n\t mapping.name));\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Add a chunk of generated JS to this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.add = function SourceNode_add(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t aChunk.forEach(function (chunk) {\n\t this.add(chunk);\n\t }, this);\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t if (aChunk) {\n\t this.children.push(aChunk);\n\t }\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Add a chunk of generated JS to the beginning of this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t for (var i = aChunk.length-1; i >= 0; i--) {\n\t this.prepend(aChunk[i]);\n\t }\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t this.children.unshift(aChunk);\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Walk over the tree of JS snippets in this node and its children. The\n\t * walking function is called once for each snippet of JS and is passed that\n\t * snippet and the its original associated source's line/column location.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n\t var chunk;\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t chunk = this.children[i];\n\t if (chunk[isSourceNode]) {\n\t chunk.walk(aFn);\n\t }\n\t else {\n\t if (chunk !== '') {\n\t aFn(chunk, { source: this.source,\n\t line: this.line,\n\t column: this.column,\n\t name: this.name });\n\t }\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n\t * each of `this.children`.\n\t *\n\t * @param aSep The separator.\n\t */\n\tSourceNode.prototype.join = function SourceNode_join(aSep) {\n\t var newChildren;\n\t var i;\n\t var len = this.children.length;\n\t if (len > 0) {\n\t newChildren = [];\n\t for (i = 0; i < len-1; i++) {\n\t newChildren.push(this.children[i]);\n\t newChildren.push(aSep);\n\t }\n\t newChildren.push(this.children[i]);\n\t this.children = newChildren;\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Call String.prototype.replace on the very right-most source snippet. Useful\n\t * for trimming whitespace from the end of a source node, etc.\n\t *\n\t * @param aPattern The pattern to replace.\n\t * @param aReplacement The thing to replace the pattern with.\n\t */\n\tSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n\t var lastChild = this.children[this.children.length - 1];\n\t if (lastChild[isSourceNode]) {\n\t lastChild.replaceRight(aPattern, aReplacement);\n\t }\n\t else if (typeof lastChild === 'string') {\n\t this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n\t }\n\t else {\n\t this.children.push(''.replace(aPattern, aReplacement));\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Set the source content for a source file. This will be added to the SourceMapGenerator\n\t * in the sourcesContent field.\n\t *\n\t * @param aSourceFile The filename of the source file\n\t * @param aSourceContent The content of the source file\n\t */\n\tSourceNode.prototype.setSourceContent =\n\t function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n\t this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n\t };\n\t\n\t/**\n\t * Walk over the tree of SourceNodes. The walking function is called for each\n\t * source file content and is passed the filename and source content.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walkSourceContents =\n\t function SourceNode_walkSourceContents(aFn) {\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t if (this.children[i][isSourceNode]) {\n\t this.children[i].walkSourceContents(aFn);\n\t }\n\t }\n\t\n\t var sources = Object.keys(this.sourceContents);\n\t for (var i = 0, len = sources.length; i < len; i++) {\n\t aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n\t }\n\t };\n\t\n\t/**\n\t * Return the string representation of this source node. Walks over the tree\n\t * and concatenates all the various snippets together to one string.\n\t */\n\tSourceNode.prototype.toString = function SourceNode_toString() {\n\t var str = \"\";\n\t this.walk(function (chunk) {\n\t str += chunk;\n\t });\n\t return str;\n\t};\n\t\n\t/**\n\t * Returns the string representation of this source node along with a source\n\t * map.\n\t */\n\tSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n\t var generated = {\n\t code: \"\",\n\t line: 1,\n\t column: 0\n\t };\n\t var map = new SourceMapGenerator(aArgs);\n\t var sourceMappingActive = false;\n\t var lastOriginalSource = null;\n\t var lastOriginalLine = null;\n\t var lastOriginalColumn = null;\n\t var lastOriginalName = null;\n\t this.walk(function (chunk, original) {\n\t generated.code += chunk;\n\t if (original.source !== null\n\t && original.line !== null\n\t && original.column !== null) {\n\t if(lastOriginalSource !== original.source\n\t || lastOriginalLine !== original.line\n\t || lastOriginalColumn !== original.column\n\t || lastOriginalName !== original.name) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t lastOriginalSource = original.source;\n\t lastOriginalLine = original.line;\n\t lastOriginalColumn = original.column;\n\t lastOriginalName = original.name;\n\t sourceMappingActive = true;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t }\n\t });\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t }\n\t for (var idx = 0, length = chunk.length; idx < length; idx++) {\n\t if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n\t generated.line++;\n\t generated.column = 0;\n\t // Mappings end at eol\n\t if (idx + 1 === length) {\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t } else {\n\t generated.column++;\n\t }\n\t }\n\t });\n\t this.walkSourceContents(function (sourceFile, sourceContent) {\n\t map.setSourceContent(sourceFile, sourceContent);\n\t });\n\t\n\t return { code: generated.code, map: map };\n\t};\n\t\n\texports.SourceNode = SourceNode;\n\n\n/***/ })\n/******/ ])\n});\n;\n\n\n// WEBPACK FOOTER //\n// source-map.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 0fd5815da764db5fb9fe","/*\n * Copyright 2009-2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE.txt or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\nexports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;\nexports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;\nexports.SourceNode = require('./lib/source-node').SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./source-map.js\n// module id = 0\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar base64VLQ = require('./base64-vlq');\nvar util = require('./util');\nvar ArraySet = require('./array-set').ArraySet;\nvar MappingList = require('./mapping-list').MappingList;\n\n/**\n * An instance of the SourceMapGenerator represents a source map which is\n * being built incrementally. You may pass an object with the following\n * properties:\n *\n * - file: The filename of the generated source.\n * - sourceRoot: A root for all relative URLs in this source map.\n */\nfunction SourceMapGenerator(aArgs) {\n if (!aArgs) {\n aArgs = {};\n }\n this._file = util.getArg(aArgs, 'file', null);\n this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\n this._sources = new ArraySet();\n this._names = new ArraySet();\n this._mappings = new MappingList();\n this._sourcesContents = null;\n}\n\nSourceMapGenerator.prototype._version = 3;\n\n/**\n * Creates a new SourceMapGenerator based on a SourceMapConsumer\n *\n * @param aSourceMapConsumer The SourceMap.\n */\nSourceMapGenerator.fromSourceMap =\n function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n var sourceRoot = aSourceMapConsumer.sourceRoot;\n var generator = new SourceMapGenerator({\n file: aSourceMapConsumer.file,\n sourceRoot: sourceRoot\n });\n aSourceMapConsumer.eachMapping(function (mapping) {\n var newMapping = {\n generated: {\n line: mapping.generatedLine,\n column: mapping.generatedColumn\n }\n };\n\n if (mapping.source != null) {\n newMapping.source = mapping.source;\n if (sourceRoot != null) {\n newMapping.source = util.relative(sourceRoot, newMapping.source);\n }\n\n newMapping.original = {\n line: mapping.originalLine,\n column: mapping.originalColumn\n };\n\n if (mapping.name != null) {\n newMapping.name = mapping.name;\n }\n }\n\n generator.addMapping(newMapping);\n });\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var sourceRelative = sourceFile;\n if (sourceRoot !== null) {\n sourceRelative = util.relative(sourceRoot, sourceFile);\n }\n\n if (!generator._sources.has(sourceRelative)) {\n generator._sources.add(sourceRelative);\n }\n\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n generator.setSourceContent(sourceFile, content);\n }\n });\n return generator;\n };\n\n/**\n * Add a single mapping from original source line and column to the generated\n * source's line and column for this source map being created. The mapping\n * object should have the following properties:\n *\n * - generated: An object with the generated line and column positions.\n * - original: An object with the original line and column positions.\n * - source: The original source file (relative to the sourceRoot).\n * - name: An optional original token name for this mapping.\n */\nSourceMapGenerator.prototype.addMapping =\n function SourceMapGenerator_addMapping(aArgs) {\n var generated = util.getArg(aArgs, 'generated');\n var original = util.getArg(aArgs, 'original', null);\n var source = util.getArg(aArgs, 'source', null);\n var name = util.getArg(aArgs, 'name', null);\n\n if (!this._skipValidation) {\n this._validateMapping(generated, original, source, name);\n }\n\n if (source != null) {\n source = String(source);\n if (!this._sources.has(source)) {\n this._sources.add(source);\n }\n }\n\n if (name != null) {\n name = String(name);\n if (!this._names.has(name)) {\n this._names.add(name);\n }\n }\n\n this._mappings.add({\n generatedLine: generated.line,\n generatedColumn: generated.column,\n originalLine: original != null && original.line,\n originalColumn: original != null && original.column,\n source: source,\n name: name\n });\n };\n\n/**\n * Set the source content for a source file.\n */\nSourceMapGenerator.prototype.setSourceContent =\n function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n var source = aSourceFile;\n if (this._sourceRoot != null) {\n source = util.relative(this._sourceRoot, source);\n }\n\n if (aSourceContent != null) {\n // Add the source content to the _sourcesContents map.\n // Create a new _sourcesContents map if the property is null.\n if (!this._sourcesContents) {\n this._sourcesContents = Object.create(null);\n }\n this._sourcesContents[util.toSetString(source)] = aSourceContent;\n } else if (this._sourcesContents) {\n // Remove the source file from the _sourcesContents map.\n // If the _sourcesContents map is empty, set the property to null.\n delete this._sourcesContents[util.toSetString(source)];\n if (Object.keys(this._sourcesContents).length === 0) {\n this._sourcesContents = null;\n }\n }\n };\n\n/**\n * Applies the mappings of a sub-source-map for a specific source file to the\n * source map being generated. Each mapping to the supplied source file is\n * rewritten using the supplied source map. Note: The resolution for the\n * resulting mappings is the minimium of this map and the supplied map.\n *\n * @param aSourceMapConsumer The source map to be applied.\n * @param aSourceFile Optional. The filename of the source file.\n * If omitted, SourceMapConsumer's file property will be used.\n * @param aSourceMapPath Optional. The dirname of the path to the source map\n * to be applied. If relative, it is relative to the SourceMapConsumer.\n * This parameter is needed when the two source maps aren't in the same\n * directory, and the source map to be applied contains relative source\n * paths. If so, those relative source paths need to be rewritten\n * relative to the SourceMapGenerator.\n */\nSourceMapGenerator.prototype.applySourceMap =\n function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n var sourceFile = aSourceFile;\n // If aSourceFile is omitted, we will use the file property of the SourceMap\n if (aSourceFile == null) {\n if (aSourceMapConsumer.file == null) {\n throw new Error(\n 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n 'or the source map\\'s \"file\" property. Both were omitted.'\n );\n }\n sourceFile = aSourceMapConsumer.file;\n }\n var sourceRoot = this._sourceRoot;\n // Make \"sourceFile\" relative if an absolute Url is passed.\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n // Applying the SourceMap can add and remove items from the sources and\n // the names array.\n var newSources = new ArraySet();\n var newNames = new ArraySet();\n\n // Find mappings for the \"sourceFile\"\n this._mappings.unsortedForEach(function (mapping) {\n if (mapping.source === sourceFile && mapping.originalLine != null) {\n // Check if it can be mapped by the source map, then update the mapping.\n var original = aSourceMapConsumer.originalPositionFor({\n line: mapping.originalLine,\n column: mapping.originalColumn\n });\n if (original.source != null) {\n // Copy mapping\n mapping.source = original.source;\n if (aSourceMapPath != null) {\n mapping.source = util.join(aSourceMapPath, mapping.source)\n }\n if (sourceRoot != null) {\n mapping.source = util.relative(sourceRoot, mapping.source);\n }\n mapping.originalLine = original.line;\n mapping.originalColumn = original.column;\n if (original.name != null) {\n mapping.name = original.name;\n }\n }\n }\n\n var source = mapping.source;\n if (source != null && !newSources.has(source)) {\n newSources.add(source);\n }\n\n var name = mapping.name;\n if (name != null && !newNames.has(name)) {\n newNames.add(name);\n }\n\n }, this);\n this._sources = newSources;\n this._names = newNames;\n\n // Copy sourcesContents of applied map.\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aSourceMapPath != null) {\n sourceFile = util.join(aSourceMapPath, sourceFile);\n }\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n this.setSourceContent(sourceFile, content);\n }\n }, this);\n };\n\n/**\n * A mapping can have one of the three levels of data:\n *\n * 1. Just the generated position.\n * 2. The Generated position, original position, and original source.\n * 3. Generated and original position, original source, as well as a name\n * token.\n *\n * To maintain consistency, we validate that any new mapping being added falls\n * in to one of these categories.\n */\nSourceMapGenerator.prototype._validateMapping =\n function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n aName) {\n // When aOriginal is truthy but has empty values for .line and .column,\n // it is most likely a programmer error. In this case we throw a very\n // specific error message to try to guide them the right way.\n // For example: https://github.com/Polymer/polymer-bundler/pull/519\n if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n throw new Error(\n 'original.line and original.column are not numbers -- you probably meant to omit ' +\n 'the original mapping entirely and only map the generated position. If so, pass ' +\n 'null for the original mapping instead of an object with empty or null values.'\n );\n }\n\n if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aGenerated.line > 0 && aGenerated.column >= 0\n && !aOriginal && !aSource && !aName) {\n // Case 1.\n return;\n }\n else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n && aGenerated.line > 0 && aGenerated.column >= 0\n && aOriginal.line > 0 && aOriginal.column >= 0\n && aSource) {\n // Cases 2 and 3.\n return;\n }\n else {\n throw new Error('Invalid mapping: ' + JSON.stringify({\n generated: aGenerated,\n source: aSource,\n original: aOriginal,\n name: aName\n }));\n }\n };\n\n/**\n * Serialize the accumulated mappings in to the stream of base 64 VLQs\n * specified by the source map format.\n */\nSourceMapGenerator.prototype._serializeMappings =\n function SourceMapGenerator_serializeMappings() {\n var previousGeneratedColumn = 0;\n var previousGeneratedLine = 1;\n var previousOriginalColumn = 0;\n var previousOriginalLine = 0;\n var previousName = 0;\n var previousSource = 0;\n var result = '';\n var next;\n var mapping;\n var nameIdx;\n var sourceIdx;\n\n var mappings = this._mappings.toArray();\n for (var i = 0, len = mappings.length; i < len; i++) {\n mapping = mappings[i];\n next = ''\n\n if (mapping.generatedLine !== previousGeneratedLine) {\n previousGeneratedColumn = 0;\n while (mapping.generatedLine !== previousGeneratedLine) {\n next += ';';\n previousGeneratedLine++;\n }\n }\n else {\n if (i > 0) {\n if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n continue;\n }\n next += ',';\n }\n }\n\n next += base64VLQ.encode(mapping.generatedColumn\n - previousGeneratedColumn);\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (mapping.source != null) {\n sourceIdx = this._sources.indexOf(mapping.source);\n next += base64VLQ.encode(sourceIdx - previousSource);\n previousSource = sourceIdx;\n\n // lines are stored 0-based in SourceMap spec version 3\n next += base64VLQ.encode(mapping.originalLine - 1\n - previousOriginalLine);\n previousOriginalLine = mapping.originalLine - 1;\n\n next += base64VLQ.encode(mapping.originalColumn\n - previousOriginalColumn);\n previousOriginalColumn = mapping.originalColumn;\n\n if (mapping.name != null) {\n nameIdx = this._names.indexOf(mapping.name);\n next += base64VLQ.encode(nameIdx - previousName);\n previousName = nameIdx;\n }\n }\n\n result += next;\n }\n\n return result;\n };\n\nSourceMapGenerator.prototype._generateSourcesContent =\n function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n return aSources.map(function (source) {\n if (!this._sourcesContents) {\n return null;\n }\n if (aSourceRoot != null) {\n source = util.relative(aSourceRoot, source);\n }\n var key = util.toSetString(source);\n return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n ? this._sourcesContents[key]\n : null;\n }, this);\n };\n\n/**\n * Externalize the source map.\n */\nSourceMapGenerator.prototype.toJSON =\n function SourceMapGenerator_toJSON() {\n var map = {\n version: this._version,\n sources: this._sources.toArray(),\n names: this._names.toArray(),\n mappings: this._serializeMappings()\n };\n if (this._file != null) {\n map.file = this._file;\n }\n if (this._sourceRoot != null) {\n map.sourceRoot = this._sourceRoot;\n }\n if (this._sourcesContents) {\n map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n }\n\n return map;\n };\n\n/**\n * Render the source map being generated to a string.\n */\nSourceMapGenerator.prototype.toString =\n function SourceMapGenerator_toString() {\n return JSON.stringify(this.toJSON());\n };\n\nexports.SourceMapGenerator = SourceMapGenerator;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-generator.js\n// module id = 1\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n *\n * Based on the Base 64 VLQ implementation in Closure Compiler:\n * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n *\n * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\nvar base64 = require('./base64');\n\n// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n// length quantities we use in the source map spec, the first bit is the sign,\n// the next four bits are the actual value, and the 6th bit is the\n// continuation bit. The continuation bit tells us whether there are more\n// digits in this value following this digit.\n//\n// Continuation\n// | Sign\n// | |\n// V V\n// 101011\n\nvar VLQ_BASE_SHIFT = 5;\n\n// binary: 100000\nvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\n// binary: 011111\nvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\n// binary: 100000\nvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\n/**\n * Converts from a two-complement value to a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n */\nfunction toVLQSigned(aValue) {\n return aValue < 0\n ? ((-aValue) << 1) + 1\n : (aValue << 1) + 0;\n}\n\n/**\n * Converts to a two-complement value from a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n */\nfunction fromVLQSigned(aValue) {\n var isNegative = (aValue & 1) === 1;\n var shifted = aValue >> 1;\n return isNegative\n ? -shifted\n : shifted;\n}\n\n/**\n * Returns the base 64 VLQ encoded value.\n */\nexports.encode = function base64VLQ_encode(aValue) {\n var encoded = \"\";\n var digit;\n\n var vlq = toVLQSigned(aValue);\n\n do {\n digit = vlq & VLQ_BASE_MASK;\n vlq >>>= VLQ_BASE_SHIFT;\n if (vlq > 0) {\n // There are still more digits in this value, so we must make sure the\n // continuation bit is marked.\n digit |= VLQ_CONTINUATION_BIT;\n }\n encoded += base64.encode(digit);\n } while (vlq > 0);\n\n return encoded;\n};\n\n/**\n * Decodes the next base 64 VLQ value from the given string and returns the\n * value and the rest of the string via the out parameter.\n */\nexports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n var strLen = aStr.length;\n var result = 0;\n var shift = 0;\n var continuation, digit;\n\n do {\n if (aIndex >= strLen) {\n throw new Error(\"Expected more digits in base 64 VLQ value.\");\n }\n\n digit = base64.decode(aStr.charCodeAt(aIndex++));\n if (digit === -1) {\n throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n }\n\n continuation = !!(digit & VLQ_CONTINUATION_BIT);\n digit &= VLQ_BASE_MASK;\n result = result + (digit << shift);\n shift += VLQ_BASE_SHIFT;\n } while (continuation);\n\n aOutParam.value = fromVLQSigned(result);\n aOutParam.rest = aIndex;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64-vlq.js\n// module id = 2\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\n/**\n * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n */\nexports.encode = function (number) {\n if (0 <= number && number < intToCharMap.length) {\n return intToCharMap[number];\n }\n throw new TypeError(\"Must be between 0 and 63: \" + number);\n};\n\n/**\n * Decode a single base 64 character code digit to an integer. Returns -1 on\n * failure.\n */\nexports.decode = function (charCode) {\n var bigA = 65; // 'A'\n var bigZ = 90; // 'Z'\n\n var littleA = 97; // 'a'\n var littleZ = 122; // 'z'\n\n var zero = 48; // '0'\n var nine = 57; // '9'\n\n var plus = 43; // '+'\n var slash = 47; // '/'\n\n var littleOffset = 26;\n var numberOffset = 52;\n\n // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n if (bigA <= charCode && charCode <= bigZ) {\n return (charCode - bigA);\n }\n\n // 26 - 51: abcdefghijklmnopqrstuvwxyz\n if (littleA <= charCode && charCode <= littleZ) {\n return (charCode - littleA + littleOffset);\n }\n\n // 52 - 61: 0123456789\n if (zero <= charCode && charCode <= nine) {\n return (charCode - zero + numberOffset);\n }\n\n // 62: +\n if (charCode == plus) {\n return 62;\n }\n\n // 63: /\n if (charCode == slash) {\n return 63;\n }\n\n // Invalid base64 digit.\n return -1;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64.js\n// module id = 3\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n/**\n * This is a helper function for getting values from parameter/options\n * objects.\n *\n * @param args The object we are extracting values from\n * @param name The name of the property we are getting.\n * @param defaultValue An optional value to return if the property is missing\n * from the object. If this is not specified and the property is missing, an\n * error will be thrown.\n */\nfunction getArg(aArgs, aName, aDefaultValue) {\n if (aName in aArgs) {\n return aArgs[aName];\n } else if (arguments.length === 3) {\n return aDefaultValue;\n } else {\n throw new Error('\"' + aName + '\" is a required argument.');\n }\n}\nexports.getArg = getArg;\n\nvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\nvar dataUrlRegexp = /^data:.+\\,.+$/;\n\nfunction urlParse(aUrl) {\n var match = aUrl.match(urlRegexp);\n if (!match) {\n return null;\n }\n return {\n scheme: match[1],\n auth: match[2],\n host: match[3],\n port: match[4],\n path: match[5]\n };\n}\nexports.urlParse = urlParse;\n\nfunction urlGenerate(aParsedUrl) {\n var url = '';\n if (aParsedUrl.scheme) {\n url += aParsedUrl.scheme + ':';\n }\n url += '//';\n if (aParsedUrl.auth) {\n url += aParsedUrl.auth + '@';\n }\n if (aParsedUrl.host) {\n url += aParsedUrl.host;\n }\n if (aParsedUrl.port) {\n url += \":\" + aParsedUrl.port\n }\n if (aParsedUrl.path) {\n url += aParsedUrl.path;\n }\n return url;\n}\nexports.urlGenerate = urlGenerate;\n\n/**\n * Normalizes a path, or the path portion of a URL:\n *\n * - Replaces consecutive slashes with one slash.\n * - Removes unnecessary '.' parts.\n * - Removes unnecessary '/..' parts.\n *\n * Based on code in the Node.js 'path' core module.\n *\n * @param aPath The path or url to normalize.\n */\nfunction normalize(aPath) {\n var path = aPath;\n var url = urlParse(aPath);\n if (url) {\n if (!url.path) {\n return aPath;\n }\n path = url.path;\n }\n var isAbsolute = exports.isAbsolute(path);\n\n var parts = path.split(/\\/+/);\n for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n part = parts[i];\n if (part === '.') {\n parts.splice(i, 1);\n } else if (part === '..') {\n up++;\n } else if (up > 0) {\n if (part === '') {\n // The first part is blank if the path is absolute. Trying to go\n // above the root is a no-op. Therefore we can remove all '..' parts\n // directly after the root.\n parts.splice(i + 1, up);\n up = 0;\n } else {\n parts.splice(i, 2);\n up--;\n }\n }\n }\n path = parts.join('/');\n\n if (path === '') {\n path = isAbsolute ? '/' : '.';\n }\n\n if (url) {\n url.path = path;\n return urlGenerate(url);\n }\n return path;\n}\nexports.normalize = normalize;\n\n/**\n * Joins two paths/URLs.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be joined with the root.\n *\n * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n * first.\n * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n * is updated with the result and aRoot is returned. Otherwise the result\n * is returned.\n * - If aPath is absolute, the result is aPath.\n * - Otherwise the two paths are joined with a slash.\n * - Joining for example 'http://' and 'www.example.com' is also supported.\n */\nfunction join(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n if (aPath === \"\") {\n aPath = \".\";\n }\n var aPathUrl = urlParse(aPath);\n var aRootUrl = urlParse(aRoot);\n if (aRootUrl) {\n aRoot = aRootUrl.path || '/';\n }\n\n // `join(foo, '//www.example.org')`\n if (aPathUrl && !aPathUrl.scheme) {\n if (aRootUrl) {\n aPathUrl.scheme = aRootUrl.scheme;\n }\n return urlGenerate(aPathUrl);\n }\n\n if (aPathUrl || aPath.match(dataUrlRegexp)) {\n return aPath;\n }\n\n // `join('http://', 'www.example.com')`\n if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n aRootUrl.host = aPath;\n return urlGenerate(aRootUrl);\n }\n\n var joined = aPath.charAt(0) === '/'\n ? aPath\n : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\n if (aRootUrl) {\n aRootUrl.path = joined;\n return urlGenerate(aRootUrl);\n }\n return joined;\n}\nexports.join = join;\n\nexports.isAbsolute = function (aPath) {\n return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n};\n\n/**\n * Make a path relative to a URL or another path.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be made relative to aRoot.\n */\nfunction relative(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n\n aRoot = aRoot.replace(/\\/$/, '');\n\n // It is possible for the path to be above the root. In this case, simply\n // checking whether the root is a prefix of the path won't work. Instead, we\n // need to remove components from the root one by one, until either we find\n // a prefix that fits, or we run out of components to remove.\n var level = 0;\n while (aPath.indexOf(aRoot + '/') !== 0) {\n var index = aRoot.lastIndexOf(\"/\");\n if (index < 0) {\n return aPath;\n }\n\n // If the only part of the root that is left is the scheme (i.e. http://,\n // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n // have exhausted all components, so the path is not relative to the root.\n aRoot = aRoot.slice(0, index);\n if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n return aPath;\n }\n\n ++level;\n }\n\n // Make sure we add a \"../\" for each component we removed from the root.\n return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n}\nexports.relative = relative;\n\nvar supportsNullProto = (function () {\n var obj = Object.create(null);\n return !('__proto__' in obj);\n}());\n\nfunction identity (s) {\n return s;\n}\n\n/**\n * Because behavior goes wacky when you set `__proto__` on objects, we\n * have to prefix all the strings in our set with an arbitrary character.\n *\n * See https://github.com/mozilla/source-map/pull/31 and\n * https://github.com/mozilla/source-map/issues/30\n *\n * @param String aStr\n */\nfunction toSetString(aStr) {\n if (isProtoString(aStr)) {\n return '$' + aStr;\n }\n\n return aStr;\n}\nexports.toSetString = supportsNullProto ? identity : toSetString;\n\nfunction fromSetString(aStr) {\n if (isProtoString(aStr)) {\n return aStr.slice(1);\n }\n\n return aStr;\n}\nexports.fromSetString = supportsNullProto ? identity : fromSetString;\n\nfunction isProtoString(s) {\n if (!s) {\n return false;\n }\n\n var length = s.length;\n\n if (length < 9 /* \"__proto__\".length */) {\n return false;\n }\n\n if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n s.charCodeAt(length - 9) !== 95 /* '_' */) {\n return false;\n }\n\n for (var i = length - 10; i >= 0; i--) {\n if (s.charCodeAt(i) !== 36 /* '$' */) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * Comparator between two mappings where the original positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same original source/line/column, but different generated\n * line and column the same. Useful when searching for a mapping with a\n * stubbed out mapping.\n */\nfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n var cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0 || onlyCompareOriginal) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByOriginalPositions = compareByOriginalPositions;\n\n/**\n * Comparator between two mappings with deflated source and name indices where\n * the generated positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same generated line and column, but different\n * source/name/original line and column the same. Useful when searching for a\n * mapping with a stubbed out mapping.\n */\nfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0 || onlyCompareGenerated) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\nfunction strcmp(aStr1, aStr2) {\n if (aStr1 === aStr2) {\n return 0;\n }\n\n if (aStr1 === null) {\n return 1; // aStr2 !== null\n }\n\n if (aStr2 === null) {\n return -1; // aStr1 !== null\n }\n\n if (aStr1 > aStr2) {\n return 1;\n }\n\n return -1;\n}\n\n/**\n * Comparator between two mappings with inflated source and name strings where\n * the generated positions are compared.\n */\nfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n/**\n * Strip any JSON XSSI avoidance prefix from the string (as documented\n * in the source maps specification), and then parse the string as\n * JSON.\n */\nfunction parseSourceMapInput(str) {\n return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n}\nexports.parseSourceMapInput = parseSourceMapInput;\n\n/**\n * Compute the URL of a source given the the source root, the source's\n * URL, and the source map's URL.\n */\nfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n sourceURL = sourceURL || '';\n\n if (sourceRoot) {\n // This follows what Chrome does.\n if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n sourceRoot += '/';\n }\n // The spec says:\n // Line 4: An optional source root, useful for relocating source\n // files on a server or removing repeated values in the\n // “sources” entry. This value is prepended to the individual\n // entries in the “source” field.\n sourceURL = sourceRoot + sourceURL;\n }\n\n // Historically, SourceMapConsumer did not take the sourceMapURL as\n // a parameter. This mode is still somewhat supported, which is why\n // this code block is conditional. However, it's preferable to pass\n // the source map URL to SourceMapConsumer, so that this function\n // can implement the source URL resolution algorithm as outlined in\n // the spec. This block is basically the equivalent of:\n // new URL(sourceURL, sourceMapURL).toString()\n // ... except it avoids using URL, which wasn't available in the\n // older releases of node still supported by this library.\n //\n // The spec says:\n // If the sources are not absolute URLs after prepending of the\n // “sourceRoot”, the sources are resolved relative to the\n // SourceMap (like resolving script src in a html document).\n if (sourceMapURL) {\n var parsed = urlParse(sourceMapURL);\n if (!parsed) {\n throw new Error(\"sourceMapURL could not be parsed\");\n }\n if (parsed.path) {\n // Strip the last path component, but keep the \"/\".\n var index = parsed.path.lastIndexOf('/');\n if (index >= 0) {\n parsed.path = parsed.path.substring(0, index + 1);\n }\n }\n sourceURL = join(urlGenerate(parsed), sourceURL);\n }\n\n return normalize(sourceURL);\n}\nexports.computeSourceURL = computeSourceURL;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/util.js\n// module id = 4\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar has = Object.prototype.hasOwnProperty;\nvar hasNativeMap = typeof Map !== \"undefined\";\n\n/**\n * A data structure which is a combination of an array and a set. Adding a new\n * member is O(1), testing for membership is O(1), and finding the index of an\n * element is O(1). Removing elements from the set is not supported. Only\n * strings are supported for membership.\n */\nfunction ArraySet() {\n this._array = [];\n this._set = hasNativeMap ? new Map() : Object.create(null);\n}\n\n/**\n * Static method for creating ArraySet instances from an existing array.\n */\nArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n var set = new ArraySet();\n for (var i = 0, len = aArray.length; i < len; i++) {\n set.add(aArray[i], aAllowDuplicates);\n }\n return set;\n};\n\n/**\n * Return how many unique items are in this ArraySet. If duplicates have been\n * added, than those do not count towards the size.\n *\n * @returns Number\n */\nArraySet.prototype.size = function ArraySet_size() {\n return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n};\n\n/**\n * Add the given string to this set.\n *\n * @param String aStr\n */\nArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n var idx = this._array.length;\n if (!isDuplicate || aAllowDuplicates) {\n this._array.push(aStr);\n }\n if (!isDuplicate) {\n if (hasNativeMap) {\n this._set.set(aStr, idx);\n } else {\n this._set[sStr] = idx;\n }\n }\n};\n\n/**\n * Is the given string a member of this set?\n *\n * @param String aStr\n */\nArraySet.prototype.has = function ArraySet_has(aStr) {\n if (hasNativeMap) {\n return this._set.has(aStr);\n } else {\n var sStr = util.toSetString(aStr);\n return has.call(this._set, sStr);\n }\n};\n\n/**\n * What is the index of the given string in the array?\n *\n * @param String aStr\n */\nArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n if (hasNativeMap) {\n var idx = this._set.get(aStr);\n if (idx >= 0) {\n return idx;\n }\n } else {\n var sStr = util.toSetString(aStr);\n if (has.call(this._set, sStr)) {\n return this._set[sStr];\n }\n }\n\n throw new Error('\"' + aStr + '\" is not in the set.');\n};\n\n/**\n * What is the element at the given index?\n *\n * @param Number aIdx\n */\nArraySet.prototype.at = function ArraySet_at(aIdx) {\n if (aIdx >= 0 && aIdx < this._array.length) {\n return this._array[aIdx];\n }\n throw new Error('No element indexed by ' + aIdx);\n};\n\n/**\n * Returns the array representation of this set (which has the proper indices\n * indicated by indexOf). Note that this is a copy of the internal array used\n * for storing the members so that no one can mess with internal state.\n */\nArraySet.prototype.toArray = function ArraySet_toArray() {\n return this._array.slice();\n};\n\nexports.ArraySet = ArraySet;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/array-set.js\n// module id = 5\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2014 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\n\n/**\n * Determine whether mappingB is after mappingA with respect to generated\n * position.\n */\nfunction generatedPositionAfter(mappingA, mappingB) {\n // Optimized for most common case\n var lineA = mappingA.generatedLine;\n var lineB = mappingB.generatedLine;\n var columnA = mappingA.generatedColumn;\n var columnB = mappingB.generatedColumn;\n return lineB > lineA || lineB == lineA && columnB >= columnA ||\n util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n}\n\n/**\n * A data structure to provide a sorted view of accumulated mappings in a\n * performance conscious manner. It trades a neglibable overhead in general\n * case for a large speedup in case of mappings being added in order.\n */\nfunction MappingList() {\n this._array = [];\n this._sorted = true;\n // Serves as infimum\n this._last = {generatedLine: -1, generatedColumn: 0};\n}\n\n/**\n * Iterate through internal items. This method takes the same arguments that\n * `Array.prototype.forEach` takes.\n *\n * NOTE: The order of the mappings is NOT guaranteed.\n */\nMappingList.prototype.unsortedForEach =\n function MappingList_forEach(aCallback, aThisArg) {\n this._array.forEach(aCallback, aThisArg);\n };\n\n/**\n * Add the given source mapping.\n *\n * @param Object aMapping\n */\nMappingList.prototype.add = function MappingList_add(aMapping) {\n if (generatedPositionAfter(this._last, aMapping)) {\n this._last = aMapping;\n this._array.push(aMapping);\n } else {\n this._sorted = false;\n this._array.push(aMapping);\n }\n};\n\n/**\n * Returns the flat, sorted array of mappings. The mappings are sorted by\n * generated position.\n *\n * WARNING: This method returns internal data without copying, for\n * performance. The return value must NOT be mutated, and should be treated as\n * an immutable borrow. If you want to take ownership, you must make your own\n * copy.\n */\nMappingList.prototype.toArray = function MappingList_toArray() {\n if (!this._sorted) {\n this._array.sort(util.compareByGeneratedPositionsInflated);\n this._sorted = true;\n }\n return this._array;\n};\n\nexports.MappingList = MappingList;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/mapping-list.js\n// module id = 6\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar binarySearch = require('./binary-search');\nvar ArraySet = require('./array-set').ArraySet;\nvar base64VLQ = require('./base64-vlq');\nvar quickSort = require('./quick-sort').quickSort;\n\nfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n return sourceMap.sections != null\n ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n}\n\nSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n}\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nSourceMapConsumer.prototype._version = 3;\n\n// `__generatedMappings` and `__originalMappings` are arrays that hold the\n// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n// are lazily instantiated, accessed via the `_generatedMappings` and\n// `_originalMappings` getters respectively, and we only parse the mappings\n// and create these arrays once queried for a source location. We jump through\n// these hoops because there can be many thousands of mappings, and parsing\n// them is expensive, so we only want to do it if we must.\n//\n// Each object in the arrays is of the form:\n//\n// {\n// generatedLine: The line number in the generated code,\n// generatedColumn: The column number in the generated code,\n// source: The path to the original source file that generated this\n// chunk of code,\n// originalLine: The line number in the original source that\n// corresponds to this chunk of generated code,\n// originalColumn: The column number in the original source that\n// corresponds to this chunk of generated code,\n// name: The name of the original symbol which generated this chunk of\n// code.\n// }\n//\n// All properties except for `generatedLine` and `generatedColumn` can be\n// `null`.\n//\n// `_generatedMappings` is ordered by the generated positions.\n//\n// `_originalMappings` is ordered by the original positions.\n\nSourceMapConsumer.prototype.__generatedMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__generatedMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__generatedMappings;\n }\n});\n\nSourceMapConsumer.prototype.__originalMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__originalMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__originalMappings;\n }\n});\n\nSourceMapConsumer.prototype._charIsMappingSeparator =\n function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n var c = aStr.charAt(index);\n return c === \";\" || c === \",\";\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n throw new Error(\"Subclasses must implement _parseMappings\");\n };\n\nSourceMapConsumer.GENERATED_ORDER = 1;\nSourceMapConsumer.ORIGINAL_ORDER = 2;\n\nSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\nSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\n/**\n * Iterate over each mapping between an original source/line/column and a\n * generated line/column in this source map.\n *\n * @param Function aCallback\n * The function that is called with each mapping.\n * @param Object aContext\n * Optional. If specified, this object will be the value of `this` every\n * time that `aCallback` is called.\n * @param aOrder\n * Either `SourceMapConsumer.GENERATED_ORDER` or\n * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n * iterate over the mappings sorted by the generated file's line/column\n * order or the original's source/line/column order, respectively. Defaults to\n * `SourceMapConsumer.GENERATED_ORDER`.\n */\nSourceMapConsumer.prototype.eachMapping =\n function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n var context = aContext || null;\n var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\n var mappings;\n switch (order) {\n case SourceMapConsumer.GENERATED_ORDER:\n mappings = this._generatedMappings;\n break;\n case SourceMapConsumer.ORIGINAL_ORDER:\n mappings = this._originalMappings;\n break;\n default:\n throw new Error(\"Unknown order of iteration.\");\n }\n\n var sourceRoot = this.sourceRoot;\n mappings.map(function (mapping) {\n var source = mapping.source === null ? null : this._sources.at(mapping.source);\n source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n return {\n source: source,\n generatedLine: mapping.generatedLine,\n generatedColumn: mapping.generatedColumn,\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: mapping.name === null ? null : this._names.at(mapping.name)\n };\n }, this).forEach(aCallback, context);\n };\n\n/**\n * Returns all generated line and column information for the original source,\n * line, and column provided. If no column is provided, returns all mappings\n * corresponding to a either the line we are searching for or the next\n * closest line that has any mappings. Otherwise, returns all mappings\n * corresponding to the given line and either the column we are searching for\n * or the next closest column that has any offsets.\n *\n * The only argument is an object with the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number is 1-based.\n * - column: Optional. the column number in the original source.\n * The column number is 0-based.\n *\n * and an array of objects is returned, each with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nSourceMapConsumer.prototype.allGeneratedPositionsFor =\n function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n var line = util.getArg(aArgs, 'line');\n\n // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n // returns the index of the closest mapping less than the needle. By\n // setting needle.originalColumn to 0, we thus find the last mapping for\n // the given line, provided such a mapping exists.\n var needle = {\n source: util.getArg(aArgs, 'source'),\n originalLine: line,\n originalColumn: util.getArg(aArgs, 'column', 0)\n };\n\n needle.source = this._findSourceIndex(needle.source);\n if (needle.source < 0) {\n return [];\n }\n\n var mappings = [];\n\n var index = this._findMapping(needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n binarySearch.LEAST_UPPER_BOUND);\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (aArgs.column === undefined) {\n var originalLine = mapping.originalLine;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we found. Since\n // mappings are sorted, this is guaranteed to find all mappings for\n // the line we found.\n while (mapping && mapping.originalLine === originalLine) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n } else {\n var originalColumn = mapping.originalColumn;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we were searching for.\n // Since mappings are sorted, this is guaranteed to find all mappings for\n // the line we are searching for.\n while (mapping &&\n mapping.originalLine === line &&\n mapping.originalColumn == originalColumn) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n }\n }\n\n return mappings;\n };\n\nexports.SourceMapConsumer = SourceMapConsumer;\n\n/**\n * A BasicSourceMapConsumer instance represents a parsed source map which we can\n * query for information about the original file positions by giving it a file\n * position in the generated source.\n *\n * The first parameter is the raw source map (either as a JSON string, or\n * already parsed to an object). According to the spec, source maps have the\n * following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - sources: An array of URLs to the original source files.\n * - names: An array of identifiers which can be referrenced by individual mappings.\n * - sourceRoot: Optional. The URL root from which all sources are relative.\n * - sourcesContent: Optional. An array of contents of the original source files.\n * - mappings: A string of base64 VLQs which contain the actual mappings.\n * - file: Optional. The generated file this source map is associated with.\n *\n * Here is an example source map, taken from the source map spec[0]:\n *\n * {\n * version : 3,\n * file: \"out.js\",\n * sourceRoot : \"\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AA,AB;;ABCDE;\"\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n */\nfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sources = util.getArg(sourceMap, 'sources');\n // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n // requires the array) to play nice here.\n var names = util.getArg(sourceMap, 'names', []);\n var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n var mappings = util.getArg(sourceMap, 'mappings');\n var file = util.getArg(sourceMap, 'file', null);\n\n // Once again, Sass deviates from the spec and supplies the version as a\n // string rather than a number, so we use loose equality checking here.\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n if (sourceRoot) {\n sourceRoot = util.normalize(sourceRoot);\n }\n\n sources = sources\n .map(String)\n // Some source maps produce relative source paths like \"./foo.js\" instead of\n // \"foo.js\". Normalize these first so that future comparisons will succeed.\n // See bugzil.la/1090768.\n .map(util.normalize)\n // Always ensure that absolute sources are internally stored relative to\n // the source root, if the source root is absolute. Not doing this would\n // be particularly problematic when the source root is a prefix of the\n // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n .map(function (source) {\n return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n ? util.relative(sourceRoot, source)\n : source;\n });\n\n // Pass `true` below to allow duplicate names and sources. While source maps\n // are intended to be compressed and deduplicated, the TypeScript compiler\n // sometimes generates source maps with duplicates in them. See Github issue\n // #72 and bugzil.la/889492.\n this._names = ArraySet.fromArray(names.map(String), true);\n this._sources = ArraySet.fromArray(sources, true);\n\n this._absoluteSources = this._sources.toArray().map(function (s) {\n return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n });\n\n this.sourceRoot = sourceRoot;\n this.sourcesContent = sourcesContent;\n this._mappings = mappings;\n this._sourceMapURL = aSourceMapURL;\n this.file = file;\n}\n\nBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\n/**\n * Utility function to find the index of a source. Returns -1 if not\n * found.\n */\nBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n if (this._sources.has(relativeSource)) {\n return this._sources.indexOf(relativeSource);\n }\n\n // Maybe aSource is an absolute URL as returned by |sources|. In\n // this case we can't simply undo the transform.\n var i;\n for (i = 0; i < this._absoluteSources.length; ++i) {\n if (this._absoluteSources[i] == aSource) {\n return i;\n }\n }\n\n return -1;\n};\n\n/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @param String aSourceMapURL\n * The URL at which the source map can be found (optional)\n * @returns BasicSourceMapConsumer\n */\nBasicSourceMapConsumer.fromSourceMap =\n function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n var smc = Object.create(BasicSourceMapConsumer.prototype);\n\n var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n smc.sourceRoot = aSourceMap._sourceRoot;\n smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n smc.sourceRoot);\n smc.file = aSourceMap._file;\n smc._sourceMapURL = aSourceMapURL;\n smc._absoluteSources = smc._sources.toArray().map(function (s) {\n return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n });\n\n // Because we are modifying the entries (by converting string sources and\n // names to indices into the sources and names ArraySets), we have to make\n // a copy of the entry or else bad things happen. Shared mutable state\n // strikes again! See github issue #191.\n\n var generatedMappings = aSourceMap._mappings.toArray().slice();\n var destGeneratedMappings = smc.__generatedMappings = [];\n var destOriginalMappings = smc.__originalMappings = [];\n\n for (var i = 0, length = generatedMappings.length; i < length; i++) {\n var srcMapping = generatedMappings[i];\n var destMapping = new Mapping;\n destMapping.generatedLine = srcMapping.generatedLine;\n destMapping.generatedColumn = srcMapping.generatedColumn;\n\n if (srcMapping.source) {\n destMapping.source = sources.indexOf(srcMapping.source);\n destMapping.originalLine = srcMapping.originalLine;\n destMapping.originalColumn = srcMapping.originalColumn;\n\n if (srcMapping.name) {\n destMapping.name = names.indexOf(srcMapping.name);\n }\n\n destOriginalMappings.push(destMapping);\n }\n\n destGeneratedMappings.push(destMapping);\n }\n\n quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\n return smc;\n };\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nBasicSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n get: function () {\n return this._absoluteSources.slice();\n }\n});\n\n/**\n * Provide the JIT with a nice shape / hidden class.\n */\nfunction Mapping() {\n this.generatedLine = 0;\n this.generatedColumn = 0;\n this.source = null;\n this.originalLine = null;\n this.originalColumn = null;\n this.name = null;\n}\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nBasicSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n var generatedLine = 1;\n var previousGeneratedColumn = 0;\n var previousOriginalLine = 0;\n var previousOriginalColumn = 0;\n var previousSource = 0;\n var previousName = 0;\n var length = aStr.length;\n var index = 0;\n var cachedSegments = {};\n var temp = {};\n var originalMappings = [];\n var generatedMappings = [];\n var mapping, str, segment, end, value;\n\n while (index < length) {\n if (aStr.charAt(index) === ';') {\n generatedLine++;\n index++;\n previousGeneratedColumn = 0;\n }\n else if (aStr.charAt(index) === ',') {\n index++;\n }\n else {\n mapping = new Mapping();\n mapping.generatedLine = generatedLine;\n\n // Because each offset is encoded relative to the previous one,\n // many segments often have the same encoding. We can exploit this\n // fact by caching the parsed variable length fields of each segment,\n // allowing us to avoid a second parse if we encounter the same\n // segment again.\n for (end = index; end < length; end++) {\n if (this._charIsMappingSeparator(aStr, end)) {\n break;\n }\n }\n str = aStr.slice(index, end);\n\n segment = cachedSegments[str];\n if (segment) {\n index += str.length;\n } else {\n segment = [];\n while (index < end) {\n base64VLQ.decode(aStr, index, temp);\n value = temp.value;\n index = temp.rest;\n segment.push(value);\n }\n\n if (segment.length === 2) {\n throw new Error('Found a source, but no line and column');\n }\n\n if (segment.length === 3) {\n throw new Error('Found a source and line, but no column');\n }\n\n cachedSegments[str] = segment;\n }\n\n // Generated column.\n mapping.generatedColumn = previousGeneratedColumn + segment[0];\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (segment.length > 1) {\n // Original source.\n mapping.source = previousSource + segment[1];\n previousSource += segment[1];\n\n // Original line.\n mapping.originalLine = previousOriginalLine + segment[2];\n previousOriginalLine = mapping.originalLine;\n // Lines are stored 0-based\n mapping.originalLine += 1;\n\n // Original column.\n mapping.originalColumn = previousOriginalColumn + segment[3];\n previousOriginalColumn = mapping.originalColumn;\n\n if (segment.length > 4) {\n // Original name.\n mapping.name = previousName + segment[4];\n previousName += segment[4];\n }\n }\n\n generatedMappings.push(mapping);\n if (typeof mapping.originalLine === 'number') {\n originalMappings.push(mapping);\n }\n }\n }\n\n quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n this.__generatedMappings = generatedMappings;\n\n quickSort(originalMappings, util.compareByOriginalPositions);\n this.__originalMappings = originalMappings;\n };\n\n/**\n * Find the mapping that best matches the hypothetical \"needle\" mapping that\n * we are searching for in the given \"haystack\" of mappings.\n */\nBasicSourceMapConsumer.prototype._findMapping =\n function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n aColumnName, aComparator, aBias) {\n // To return the position we are searching for, we must first find the\n // mapping for the given position and then return the opposite position it\n // points to. Because the mappings are sorted, we can use binary search to\n // find the best mapping.\n\n if (aNeedle[aLineName] <= 0) {\n throw new TypeError('Line must be greater than or equal to 1, got '\n + aNeedle[aLineName]);\n }\n if (aNeedle[aColumnName] < 0) {\n throw new TypeError('Column must be greater than or equal to 0, got '\n + aNeedle[aColumnName]);\n }\n\n return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n };\n\n/**\n * Compute the last column for each generated mapping. The last column is\n * inclusive.\n */\nBasicSourceMapConsumer.prototype.computeColumnSpans =\n function SourceMapConsumer_computeColumnSpans() {\n for (var index = 0; index < this._generatedMappings.length; ++index) {\n var mapping = this._generatedMappings[index];\n\n // Mappings do not contain a field for the last generated columnt. We\n // can come up with an optimistic estimate, however, by assuming that\n // mappings are contiguous (i.e. given two consecutive mappings, the\n // first mapping ends where the second one starts).\n if (index + 1 < this._generatedMappings.length) {\n var nextMapping = this._generatedMappings[index + 1];\n\n if (mapping.generatedLine === nextMapping.generatedLine) {\n mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n continue;\n }\n }\n\n // The last mapping for each line spans the entire line.\n mapping.lastGeneratedColumn = Infinity;\n }\n };\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nBasicSourceMapConsumer.prototype.originalPositionFor =\n function SourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._generatedMappings,\n \"generatedLine\",\n \"generatedColumn\",\n util.compareByGeneratedPositionsDeflated,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._generatedMappings[index];\n\n if (mapping.generatedLine === needle.generatedLine) {\n var source = util.getArg(mapping, 'source', null);\n if (source !== null) {\n source = this._sources.at(source);\n source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n }\n var name = util.getArg(mapping, 'name', null);\n if (name !== null) {\n name = this._names.at(name);\n }\n return {\n source: source,\n line: util.getArg(mapping, 'originalLine', null),\n column: util.getArg(mapping, 'originalColumn', null),\n name: name\n };\n }\n }\n\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n function BasicSourceMapConsumer_hasContentsOfAllSources() {\n if (!this.sourcesContent) {\n return false;\n }\n return this.sourcesContent.length >= this._sources.size() &&\n !this.sourcesContent.some(function (sc) { return sc == null; });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nBasicSourceMapConsumer.prototype.sourceContentFor =\n function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n if (!this.sourcesContent) {\n return null;\n }\n\n var index = this._findSourceIndex(aSource);\n if (index >= 0) {\n return this.sourcesContent[index];\n }\n\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n var url;\n if (this.sourceRoot != null\n && (url = util.urlParse(this.sourceRoot))) {\n // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n // many users. We can help them out when they expect file:// URIs to\n // behave like it would if they were running a local HTTP server. See\n // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n if (url.scheme == \"file\"\n && this._sources.has(fileUriAbsPath)) {\n return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n }\n\n if ((!url.path || url.path == \"/\")\n && this._sources.has(\"/\" + relativeSource)) {\n return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n }\n }\n\n // This function is used recursively from\n // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n // don't want to throw if we can't find the source - we just want to\n // return null, so we provide a flag to exit gracefully.\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nBasicSourceMapConsumer.prototype.generatedPositionFor =\n function SourceMapConsumer_generatedPositionFor(aArgs) {\n var source = util.getArg(aArgs, 'source');\n source = this._findSourceIndex(source);\n if (source < 0) {\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n }\n\n var needle = {\n source: source,\n originalLine: util.getArg(aArgs, 'line'),\n originalColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (mapping.source === needle.source) {\n return {\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n };\n }\n }\n\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n };\n\nexports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\n/**\n * An IndexedSourceMapConsumer instance represents a parsed source map which\n * we can query for information. It differs from BasicSourceMapConsumer in\n * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n * input.\n *\n * The first parameter is a raw source map (either as a JSON string, or already\n * parsed to an object). According to the spec for indexed source maps, they\n * have the following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - file: Optional. The generated file this source map is associated with.\n * - sections: A list of section definitions.\n *\n * Each value under the \"sections\" field has two fields:\n * - offset: The offset into the original specified at which this section\n * begins to apply, defined as an object with a \"line\" and \"column\"\n * field.\n * - map: A source map definition. This source map could also be indexed,\n * but doesn't have to be.\n *\n * Instead of the \"map\" field, it's also possible to have a \"url\" field\n * specifying a URL to retrieve a source map from, but that's currently\n * unsupported.\n *\n * Here's an example source map, taken from the source map spec[0], but\n * modified to omit a section which uses the \"url\" field.\n *\n * {\n * version : 3,\n * file: \"app.js\",\n * sections: [{\n * offset: {line:100, column:10},\n * map: {\n * version : 3,\n * file: \"section.js\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AAAA,E;;ABCDE;\"\n * }\n * }],\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n */\nfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sections = util.getArg(sourceMap, 'sections');\n\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n this._sources = new ArraySet();\n this._names = new ArraySet();\n\n var lastOffset = {\n line: -1,\n column: 0\n };\n this._sections = sections.map(function (s) {\n if (s.url) {\n // The url field will require support for asynchronicity.\n // See https://github.com/mozilla/source-map/issues/16\n throw new Error('Support for url field in sections not implemented.');\n }\n var offset = util.getArg(s, 'offset');\n var offsetLine = util.getArg(offset, 'line');\n var offsetColumn = util.getArg(offset, 'column');\n\n if (offsetLine < lastOffset.line ||\n (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n throw new Error('Section offsets must be ordered and non-overlapping.');\n }\n lastOffset = offset;\n\n return {\n generatedOffset: {\n // The offset fields are 0-based, but we use 1-based indices when\n // encoding/decoding from VLQ.\n generatedLine: offsetLine + 1,\n generatedColumn: offsetColumn + 1\n },\n consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n }\n });\n}\n\nIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nIndexedSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n get: function () {\n var sources = [];\n for (var i = 0; i < this._sections.length; i++) {\n for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n sources.push(this._sections[i].consumer.sources[j]);\n }\n }\n return sources;\n }\n});\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nIndexedSourceMapConsumer.prototype.originalPositionFor =\n function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n // Find the section containing the generated position we're trying to map\n // to an original position.\n var sectionIndex = binarySearch.search(needle, this._sections,\n function(needle, section) {\n var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n if (cmp) {\n return cmp;\n }\n\n return (needle.generatedColumn -\n section.generatedOffset.generatedColumn);\n });\n var section = this._sections[sectionIndex];\n\n if (!section) {\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n }\n\n return section.consumer.originalPositionFor({\n line: needle.generatedLine -\n (section.generatedOffset.generatedLine - 1),\n column: needle.generatedColumn -\n (section.generatedOffset.generatedLine === needle.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n bias: aArgs.bias\n });\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n return this._sections.every(function (s) {\n return s.consumer.hasContentsOfAllSources();\n });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nIndexedSourceMapConsumer.prototype.sourceContentFor =\n function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n var content = section.consumer.sourceContentFor(aSource, true);\n if (content) {\n return content;\n }\n }\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based. \n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nIndexedSourceMapConsumer.prototype.generatedPositionFor =\n function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n // Only consider this section if the requested source is in the list of\n // sources of the consumer.\n if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n continue;\n }\n var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n if (generatedPosition) {\n var ret = {\n line: generatedPosition.line +\n (section.generatedOffset.generatedLine - 1),\n column: generatedPosition.column +\n (section.generatedOffset.generatedLine === generatedPosition.line\n ? section.generatedOffset.generatedColumn - 1\n : 0)\n };\n return ret;\n }\n }\n\n return {\n line: null,\n column: null\n };\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nIndexedSourceMapConsumer.prototype._parseMappings =\n function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n this.__generatedMappings = [];\n this.__originalMappings = [];\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n var sectionMappings = section.consumer._generatedMappings;\n for (var j = 0; j < sectionMappings.length; j++) {\n var mapping = sectionMappings[j];\n\n var source = section.consumer._sources.at(mapping.source);\n source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n this._sources.add(source);\n source = this._sources.indexOf(source);\n\n var name = null;\n if (mapping.name) {\n name = section.consumer._names.at(mapping.name);\n this._names.add(name);\n name = this._names.indexOf(name);\n }\n\n // The mappings coming from the consumer for the section have\n // generated positions relative to the start of the section, so we\n // need to offset them to be relative to the start of the concatenated\n // generated file.\n var adjustedMapping = {\n source: source,\n generatedLine: mapping.generatedLine +\n (section.generatedOffset.generatedLine - 1),\n generatedColumn: mapping.generatedColumn +\n (section.generatedOffset.generatedLine === mapping.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: name\n };\n\n this.__generatedMappings.push(adjustedMapping);\n if (typeof adjustedMapping.originalLine === 'number') {\n this.__originalMappings.push(adjustedMapping);\n }\n }\n }\n\n quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n quickSort(this.__originalMappings, util.compareByOriginalPositions);\n };\n\nexports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-consumer.js\n// module id = 7\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nexports.GREATEST_LOWER_BOUND = 1;\nexports.LEAST_UPPER_BOUND = 2;\n\n/**\n * Recursive implementation of binary search.\n *\n * @param aLow Indices here and lower do not contain the needle.\n * @param aHigh Indices here and higher do not contain the needle.\n * @param aNeedle The element being searched for.\n * @param aHaystack The non-empty array being searched.\n * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n */\nfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n // This function terminates when one of the following is true:\n //\n // 1. We find the exact element we are looking for.\n //\n // 2. We did not find the exact element, but we can return the index of\n // the next-closest element.\n //\n // 3. We did not find the exact element, and there is no next-closest\n // element than the one we are searching for, so we return -1.\n var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n var cmp = aCompare(aNeedle, aHaystack[mid], true);\n if (cmp === 0) {\n // Found the element we are looking for.\n return mid;\n }\n else if (cmp > 0) {\n // Our needle is greater than aHaystack[mid].\n if (aHigh - mid > 1) {\n // The element is in the upper half.\n return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // The exact needle element was not found in this haystack. Determine if\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return aHigh < aHaystack.length ? aHigh : -1;\n } else {\n return mid;\n }\n }\n else {\n // Our needle is less than aHaystack[mid].\n if (mid - aLow > 1) {\n // The element is in the lower half.\n return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return mid;\n } else {\n return aLow < 0 ? -1 : aLow;\n }\n }\n}\n\n/**\n * This is an implementation of binary search which will always try and return\n * the index of the closest element if there is no exact hit. This is because\n * mappings between original and generated line/col pairs are single points,\n * and there is an implicit region between each of them, so a miss just means\n * that you aren't on the very start of a region.\n *\n * @param aNeedle The element you are looking for.\n * @param aHaystack The array that is being searched.\n * @param aCompare A function which takes the needle and an element in the\n * array and returns -1, 0, or 1 depending on whether the needle is less\n * than, equal to, or greater than the element, respectively.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n */\nexports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n if (aHaystack.length === 0) {\n return -1;\n }\n\n var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n if (index < 0) {\n return -1;\n }\n\n // We have found either the exact element, or the next-closest element than\n // the one we are searching for. However, there may be more than one such\n // element. Make sure we always return the smallest of these.\n while (index - 1 >= 0) {\n if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n break;\n }\n --index;\n }\n\n return index;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/binary-search.js\n// module id = 8\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n// It turns out that some (most?) JavaScript engines don't self-host\n// `Array.prototype.sort`. This makes sense because C++ will likely remain\n// faster than JS when doing raw CPU-intensive sorting. However, when using a\n// custom comparator function, calling back and forth between the VM's C++ and\n// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n// worse generated code for the comparator function than would be optimal. In\n// fact, when sorting with a comparator, these costs outweigh the benefits of\n// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n// a ~3500ms mean speed-up in `bench/bench.html`.\n\n/**\n * Swap the elements indexed by `x` and `y` in the array `ary`.\n *\n * @param {Array} ary\n * The array.\n * @param {Number} x\n * The index of the first item.\n * @param {Number} y\n * The index of the second item.\n */\nfunction swap(ary, x, y) {\n var temp = ary[x];\n ary[x] = ary[y];\n ary[y] = temp;\n}\n\n/**\n * Returns a random integer within the range `low .. high` inclusive.\n *\n * @param {Number} low\n * The lower bound on the range.\n * @param {Number} high\n * The upper bound on the range.\n */\nfunction randomIntInRange(low, high) {\n return Math.round(low + (Math.random() * (high - low)));\n}\n\n/**\n * The Quick Sort algorithm.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n * @param {Number} p\n * Start index of the array\n * @param {Number} r\n * End index of the array\n */\nfunction doQuickSort(ary, comparator, p, r) {\n // If our lower bound is less than our upper bound, we (1) partition the\n // array into two pieces and (2) recurse on each half. If it is not, this is\n // the empty array and our base case.\n\n if (p < r) {\n // (1) Partitioning.\n //\n // The partitioning chooses a pivot between `p` and `r` and moves all\n // elements that are less than or equal to the pivot to the before it, and\n // all the elements that are greater than it after it. The effect is that\n // once partition is done, the pivot is in the exact place it will be when\n // the array is put in sorted order, and it will not need to be moved\n // again. This runs in O(n) time.\n\n // Always choose a random pivot so that an input array which is reverse\n // sorted does not cause O(n^2) running time.\n var pivotIndex = randomIntInRange(p, r);\n var i = p - 1;\n\n swap(ary, pivotIndex, r);\n var pivot = ary[r];\n\n // Immediately after `j` is incremented in this loop, the following hold\n // true:\n //\n // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n //\n // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n for (var j = p; j < r; j++) {\n if (comparator(ary[j], pivot) <= 0) {\n i += 1;\n swap(ary, i, j);\n }\n }\n\n swap(ary, i + 1, j);\n var q = i + 1;\n\n // (2) Recurse on each half.\n\n doQuickSort(ary, comparator, p, q - 1);\n doQuickSort(ary, comparator, q + 1, r);\n }\n}\n\n/**\n * Sort the given array in-place with the given comparator function.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n */\nexports.quickSort = function (ary, comparator) {\n doQuickSort(ary, comparator, 0, ary.length - 1);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/quick-sort.js\n// module id = 9\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;\nvar util = require('./util');\n\n// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n// operating systems these days (capturing the result).\nvar REGEX_NEWLINE = /(\\r?\\n)/;\n\n// Newline character code for charCodeAt() comparisons\nvar NEWLINE_CODE = 10;\n\n// Private symbol for identifying `SourceNode`s when multiple versions of\n// the source-map library are loaded. This MUST NOT CHANGE across\n// versions!\nvar isSourceNode = \"$$$isSourceNode$$$\";\n\n/**\n * SourceNodes provide a way to abstract over interpolating/concatenating\n * snippets of generated JavaScript source code while maintaining the line and\n * column information associated with the original source code.\n *\n * @param aLine The original line number.\n * @param aColumn The original column number.\n * @param aSource The original source's filename.\n * @param aChunks Optional. An array of strings which are snippets of\n * generated JS, or other SourceNodes.\n * @param aName The original identifier.\n */\nfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n this.children = [];\n this.sourceContents = {};\n this.line = aLine == null ? null : aLine;\n this.column = aColumn == null ? null : aColumn;\n this.source = aSource == null ? null : aSource;\n this.name = aName == null ? null : aName;\n this[isSourceNode] = true;\n if (aChunks != null) this.add(aChunks);\n}\n\n/**\n * Creates a SourceNode from generated code and a SourceMapConsumer.\n *\n * @param aGeneratedCode The generated code\n * @param aSourceMapConsumer The SourceMap for the generated code\n * @param aRelativePath Optional. The path that relative sources in the\n * SourceMapConsumer should be relative to.\n */\nSourceNode.fromStringWithSourceMap =\n function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n // The SourceNode we want to fill with the generated code\n // and the SourceMap\n var node = new SourceNode();\n\n // All even indices of this array are one line of the generated code,\n // while all odd indices are the newlines between two adjacent lines\n // (since `REGEX_NEWLINE` captures its match).\n // Processed fragments are accessed by calling `shiftNextLine`.\n var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n var remainingLinesIndex = 0;\n var shiftNextLine = function() {\n var lineContents = getNextLine();\n // The last line of a file might not have a newline.\n var newLine = getNextLine() || \"\";\n return lineContents + newLine;\n\n function getNextLine() {\n return remainingLinesIndex < remainingLines.length ?\n remainingLines[remainingLinesIndex++] : undefined;\n }\n };\n\n // We need to remember the position of \"remainingLines\"\n var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\n // The generate SourceNodes we need a code range.\n // To extract it current and last mapping is used.\n // Here we store the last mapping.\n var lastMapping = null;\n\n aSourceMapConsumer.eachMapping(function (mapping) {\n if (lastMapping !== null) {\n // We add the code from \"lastMapping\" to \"mapping\":\n // First check if there is a new line in between.\n if (lastGeneratedLine < mapping.generatedLine) {\n // Associate first line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n lastGeneratedLine++;\n lastGeneratedColumn = 0;\n // The remaining code is added without mapping\n } else {\n // There is no new line in between.\n // Associate the code between \"lastGeneratedColumn\" and\n // \"mapping.generatedColumn\" with \"lastMapping\"\n var nextLine = remainingLines[remainingLinesIndex] || '';\n var code = nextLine.substr(0, mapping.generatedColumn -\n lastGeneratedColumn);\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n lastGeneratedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n addMappingWithCode(lastMapping, code);\n // No more remaining code, continue\n lastMapping = mapping;\n return;\n }\n }\n // We add the generated code until the first mapping\n // to the SourceNode without any mapping.\n // Each line is added as separate string.\n while (lastGeneratedLine < mapping.generatedLine) {\n node.add(shiftNextLine());\n lastGeneratedLine++;\n }\n if (lastGeneratedColumn < mapping.generatedColumn) {\n var nextLine = remainingLines[remainingLinesIndex] || '';\n node.add(nextLine.substr(0, mapping.generatedColumn));\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n }\n lastMapping = mapping;\n }, this);\n // We have processed all mappings.\n if (remainingLinesIndex < remainingLines.length) {\n if (lastMapping) {\n // Associate the remaining code in the current line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n }\n // and add the remaining lines without any mapping\n node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n }\n\n // Copy sourcesContent into SourceNode\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aRelativePath != null) {\n sourceFile = util.join(aRelativePath, sourceFile);\n }\n node.setSourceContent(sourceFile, content);\n }\n });\n\n return node;\n\n function addMappingWithCode(mapping, code) {\n if (mapping === null || mapping.source === undefined) {\n node.add(code);\n } else {\n var source = aRelativePath\n ? util.join(aRelativePath, mapping.source)\n : mapping.source;\n node.add(new SourceNode(mapping.originalLine,\n mapping.originalColumn,\n source,\n code,\n mapping.name));\n }\n }\n };\n\n/**\n * Add a chunk of generated JS to this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.add = function SourceNode_add(aChunk) {\n if (Array.isArray(aChunk)) {\n aChunk.forEach(function (chunk) {\n this.add(chunk);\n }, this);\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n if (aChunk) {\n this.children.push(aChunk);\n }\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Add a chunk of generated JS to the beginning of this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n if (Array.isArray(aChunk)) {\n for (var i = aChunk.length-1; i >= 0; i--) {\n this.prepend(aChunk[i]);\n }\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n this.children.unshift(aChunk);\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Walk over the tree of JS snippets in this node and its children. The\n * walking function is called once for each snippet of JS and is passed that\n * snippet and the its original associated source's line/column location.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n var chunk;\n for (var i = 0, len = this.children.length; i < len; i++) {\n chunk = this.children[i];\n if (chunk[isSourceNode]) {\n chunk.walk(aFn);\n }\n else {\n if (chunk !== '') {\n aFn(chunk, { source: this.source,\n line: this.line,\n column: this.column,\n name: this.name });\n }\n }\n }\n};\n\n/**\n * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n * each of `this.children`.\n *\n * @param aSep The separator.\n */\nSourceNode.prototype.join = function SourceNode_join(aSep) {\n var newChildren;\n var i;\n var len = this.children.length;\n if (len > 0) {\n newChildren = [];\n for (i = 0; i < len-1; i++) {\n newChildren.push(this.children[i]);\n newChildren.push(aSep);\n }\n newChildren.push(this.children[i]);\n this.children = newChildren;\n }\n return this;\n};\n\n/**\n * Call String.prototype.replace on the very right-most source snippet. Useful\n * for trimming whitespace from the end of a source node, etc.\n *\n * @param aPattern The pattern to replace.\n * @param aReplacement The thing to replace the pattern with.\n */\nSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n var lastChild = this.children[this.children.length - 1];\n if (lastChild[isSourceNode]) {\n lastChild.replaceRight(aPattern, aReplacement);\n }\n else if (typeof lastChild === 'string') {\n this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n }\n else {\n this.children.push(''.replace(aPattern, aReplacement));\n }\n return this;\n};\n\n/**\n * Set the source content for a source file. This will be added to the SourceMapGenerator\n * in the sourcesContent field.\n *\n * @param aSourceFile The filename of the source file\n * @param aSourceContent The content of the source file\n */\nSourceNode.prototype.setSourceContent =\n function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n };\n\n/**\n * Walk over the tree of SourceNodes. The walking function is called for each\n * source file content and is passed the filename and source content.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walkSourceContents =\n function SourceNode_walkSourceContents(aFn) {\n for (var i = 0, len = this.children.length; i < len; i++) {\n if (this.children[i][isSourceNode]) {\n this.children[i].walkSourceContents(aFn);\n }\n }\n\n var sources = Object.keys(this.sourceContents);\n for (var i = 0, len = sources.length; i < len; i++) {\n aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n }\n };\n\n/**\n * Return the string representation of this source node. Walks over the tree\n * and concatenates all the various snippets together to one string.\n */\nSourceNode.prototype.toString = function SourceNode_toString() {\n var str = \"\";\n this.walk(function (chunk) {\n str += chunk;\n });\n return str;\n};\n\n/**\n * Returns the string representation of this source node along with a source\n * map.\n */\nSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n var generated = {\n code: \"\",\n line: 1,\n column: 0\n };\n var map = new SourceMapGenerator(aArgs);\n var sourceMappingActive = false;\n var lastOriginalSource = null;\n var lastOriginalLine = null;\n var lastOriginalColumn = null;\n var lastOriginalName = null;\n this.walk(function (chunk, original) {\n generated.code += chunk;\n if (original.source !== null\n && original.line !== null\n && original.column !== null) {\n if(lastOriginalSource !== original.source\n || lastOriginalLine !== original.line\n || lastOriginalColumn !== original.column\n || lastOriginalName !== original.name) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n lastOriginalSource = original.source;\n lastOriginalLine = original.line;\n lastOriginalColumn = original.column;\n lastOriginalName = original.name;\n sourceMappingActive = true;\n } else if (sourceMappingActive) {\n map.addMapping({\n generated: {\n line: generated.line,\n column: generated.column\n }\n });\n lastOriginalSource = null;\n sourceMappingActive = false;\n }\n for (var idx = 0, length = chunk.length; idx < length; idx++) {\n if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n generated.line++;\n generated.column = 0;\n // Mappings end at eol\n if (idx + 1 === length) {\n lastOriginalSource = null;\n sourceMappingActive = false;\n } else if (sourceMappingActive) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n } else {\n generated.column++;\n }\n }\n });\n this.walkSourceContents(function (sourceFile, sourceContent) {\n map.setSourceContent(sourceFile, sourceContent);\n });\n\n return { code: generated.code, map: map };\n};\n\nexports.SourceNode = SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-node.js\n// module id = 10\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file diff --git a/2019-setembro/node_modules/source-map/lib/array-set.js b/2019-setembro/node_modules/source-map/lib/array-set.js deleted file mode 100644 index fbd5c81..0000000 --- a/2019-setembro/node_modules/source-map/lib/array-set.js +++ /dev/null @@ -1,121 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var util = require('./util'); -var has = Object.prototype.hasOwnProperty; -var hasNativeMap = typeof Map !== "undefined"; - -/** - * A data structure which is a combination of an array and a set. Adding a new - * member is O(1), testing for membership is O(1), and finding the index of an - * element is O(1). Removing elements from the set is not supported. Only - * strings are supported for membership. - */ -function ArraySet() { - this._array = []; - this._set = hasNativeMap ? new Map() : Object.create(null); -} - -/** - * Static method for creating ArraySet instances from an existing array. - */ -ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { - var set = new ArraySet(); - for (var i = 0, len = aArray.length; i < len; i++) { - set.add(aArray[i], aAllowDuplicates); - } - return set; -}; - -/** - * Return how many unique items are in this ArraySet. If duplicates have been - * added, than those do not count towards the size. - * - * @returns Number - */ -ArraySet.prototype.size = function ArraySet_size() { - return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; -}; - -/** - * Add the given string to this set. - * - * @param String aStr - */ -ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { - var sStr = hasNativeMap ? aStr : util.toSetString(aStr); - var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); - var idx = this._array.length; - if (!isDuplicate || aAllowDuplicates) { - this._array.push(aStr); - } - if (!isDuplicate) { - if (hasNativeMap) { - this._set.set(aStr, idx); - } else { - this._set[sStr] = idx; - } - } -}; - -/** - * Is the given string a member of this set? - * - * @param String aStr - */ -ArraySet.prototype.has = function ArraySet_has(aStr) { - if (hasNativeMap) { - return this._set.has(aStr); - } else { - var sStr = util.toSetString(aStr); - return has.call(this._set, sStr); - } -}; - -/** - * What is the index of the given string in the array? - * - * @param String aStr - */ -ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { - if (hasNativeMap) { - var idx = this._set.get(aStr); - if (idx >= 0) { - return idx; - } - } else { - var sStr = util.toSetString(aStr); - if (has.call(this._set, sStr)) { - return this._set[sStr]; - } - } - - throw new Error('"' + aStr + '" is not in the set.'); -}; - -/** - * What is the element at the given index? - * - * @param Number aIdx - */ -ArraySet.prototype.at = function ArraySet_at(aIdx) { - if (aIdx >= 0 && aIdx < this._array.length) { - return this._array[aIdx]; - } - throw new Error('No element indexed by ' + aIdx); -}; - -/** - * Returns the array representation of this set (which has the proper indices - * indicated by indexOf). Note that this is a copy of the internal array used - * for storing the members so that no one can mess with internal state. - */ -ArraySet.prototype.toArray = function ArraySet_toArray() { - return this._array.slice(); -}; - -exports.ArraySet = ArraySet; diff --git a/2019-setembro/node_modules/source-map/lib/base64-vlq.js b/2019-setembro/node_modules/source-map/lib/base64-vlq.js deleted file mode 100644 index 612b404..0000000 --- a/2019-setembro/node_modules/source-map/lib/base64-vlq.js +++ /dev/null @@ -1,140 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - * - * Based on the Base 64 VLQ implementation in Closure Compiler: - * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java - * - * Copyright 2011 The Closure Compiler Authors. All rights reserved. - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials provided - * with the distribution. - * * Neither the name of Google Inc. nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -var base64 = require('./base64'); - -// A single base 64 digit can contain 6 bits of data. For the base 64 variable -// length quantities we use in the source map spec, the first bit is the sign, -// the next four bits are the actual value, and the 6th bit is the -// continuation bit. The continuation bit tells us whether there are more -// digits in this value following this digit. -// -// Continuation -// | Sign -// | | -// V V -// 101011 - -var VLQ_BASE_SHIFT = 5; - -// binary: 100000 -var VLQ_BASE = 1 << VLQ_BASE_SHIFT; - -// binary: 011111 -var VLQ_BASE_MASK = VLQ_BASE - 1; - -// binary: 100000 -var VLQ_CONTINUATION_BIT = VLQ_BASE; - -/** - * Converts from a two-complement value to a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) - * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) - */ -function toVLQSigned(aValue) { - return aValue < 0 - ? ((-aValue) << 1) + 1 - : (aValue << 1) + 0; -} - -/** - * Converts to a two-complement value from a value where the sign bit is - * placed in the least significant bit. For example, as decimals: - * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 - * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 - */ -function fromVLQSigned(aValue) { - var isNegative = (aValue & 1) === 1; - var shifted = aValue >> 1; - return isNegative - ? -shifted - : shifted; -} - -/** - * Returns the base 64 VLQ encoded value. - */ -exports.encode = function base64VLQ_encode(aValue) { - var encoded = ""; - var digit; - - var vlq = toVLQSigned(aValue); - - do { - digit = vlq & VLQ_BASE_MASK; - vlq >>>= VLQ_BASE_SHIFT; - if (vlq > 0) { - // There are still more digits in this value, so we must make sure the - // continuation bit is marked. - digit |= VLQ_CONTINUATION_BIT; - } - encoded += base64.encode(digit); - } while (vlq > 0); - - return encoded; -}; - -/** - * Decodes the next base 64 VLQ value from the given string and returns the - * value and the rest of the string via the out parameter. - */ -exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { - var strLen = aStr.length; - var result = 0; - var shift = 0; - var continuation, digit; - - do { - if (aIndex >= strLen) { - throw new Error("Expected more digits in base 64 VLQ value."); - } - - digit = base64.decode(aStr.charCodeAt(aIndex++)); - if (digit === -1) { - throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); - } - - continuation = !!(digit & VLQ_CONTINUATION_BIT); - digit &= VLQ_BASE_MASK; - result = result + (digit << shift); - shift += VLQ_BASE_SHIFT; - } while (continuation); - - aOutParam.value = fromVLQSigned(result); - aOutParam.rest = aIndex; -}; diff --git a/2019-setembro/node_modules/source-map/lib/base64.js b/2019-setembro/node_modules/source-map/lib/base64.js deleted file mode 100644 index 8aa86b3..0000000 --- a/2019-setembro/node_modules/source-map/lib/base64.js +++ /dev/null @@ -1,67 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); - -/** - * Encode an integer in the range of 0 to 63 to a single base 64 digit. - */ -exports.encode = function (number) { - if (0 <= number && number < intToCharMap.length) { - return intToCharMap[number]; - } - throw new TypeError("Must be between 0 and 63: " + number); -}; - -/** - * Decode a single base 64 character code digit to an integer. Returns -1 on - * failure. - */ -exports.decode = function (charCode) { - var bigA = 65; // 'A' - var bigZ = 90; // 'Z' - - var littleA = 97; // 'a' - var littleZ = 122; // 'z' - - var zero = 48; // '0' - var nine = 57; // '9' - - var plus = 43; // '+' - var slash = 47; // '/' - - var littleOffset = 26; - var numberOffset = 52; - - // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ - if (bigA <= charCode && charCode <= bigZ) { - return (charCode - bigA); - } - - // 26 - 51: abcdefghijklmnopqrstuvwxyz - if (littleA <= charCode && charCode <= littleZ) { - return (charCode - littleA + littleOffset); - } - - // 52 - 61: 0123456789 - if (zero <= charCode && charCode <= nine) { - return (charCode - zero + numberOffset); - } - - // 62: + - if (charCode == plus) { - return 62; - } - - // 63: / - if (charCode == slash) { - return 63; - } - - // Invalid base64 digit. - return -1; -}; diff --git a/2019-setembro/node_modules/source-map/lib/binary-search.js b/2019-setembro/node_modules/source-map/lib/binary-search.js deleted file mode 100644 index 010ac94..0000000 --- a/2019-setembro/node_modules/source-map/lib/binary-search.js +++ /dev/null @@ -1,111 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -exports.GREATEST_LOWER_BOUND = 1; -exports.LEAST_UPPER_BOUND = 2; - -/** - * Recursive implementation of binary search. - * - * @param aLow Indices here and lower do not contain the needle. - * @param aHigh Indices here and higher do not contain the needle. - * @param aNeedle The element being searched for. - * @param aHaystack The non-empty array being searched. - * @param aCompare Function which takes two elements and returns -1, 0, or 1. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - */ -function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { - // This function terminates when one of the following is true: - // - // 1. We find the exact element we are looking for. - // - // 2. We did not find the exact element, but we can return the index of - // the next-closest element. - // - // 3. We did not find the exact element, and there is no next-closest - // element than the one we are searching for, so we return -1. - var mid = Math.floor((aHigh - aLow) / 2) + aLow; - var cmp = aCompare(aNeedle, aHaystack[mid], true); - if (cmp === 0) { - // Found the element we are looking for. - return mid; - } - else if (cmp > 0) { - // Our needle is greater than aHaystack[mid]. - if (aHigh - mid > 1) { - // The element is in the upper half. - return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); - } - - // The exact needle element was not found in this haystack. Determine if - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return aHigh < aHaystack.length ? aHigh : -1; - } else { - return mid; - } - } - else { - // Our needle is less than aHaystack[mid]. - if (mid - aLow > 1) { - // The element is in the lower half. - return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); - } - - // we are in termination case (3) or (2) and return the appropriate thing. - if (aBias == exports.LEAST_UPPER_BOUND) { - return mid; - } else { - return aLow < 0 ? -1 : aLow; - } - } -} - -/** - * This is an implementation of binary search which will always try and return - * the index of the closest element if there is no exact hit. This is because - * mappings between original and generated line/col pairs are single points, - * and there is an implicit region between each of them, so a miss just means - * that you aren't on the very start of a region. - * - * @param aNeedle The element you are looking for. - * @param aHaystack The array that is being searched. - * @param aCompare A function which takes the needle and an element in the - * array and returns -1, 0, or 1 depending on whether the needle is less - * than, equal to, or greater than the element, respectively. - * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or - * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. - */ -exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { - if (aHaystack.length === 0) { - return -1; - } - - var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, - aCompare, aBias || exports.GREATEST_LOWER_BOUND); - if (index < 0) { - return -1; - } - - // We have found either the exact element, or the next-closest element than - // the one we are searching for. However, there may be more than one such - // element. Make sure we always return the smallest of these. - while (index - 1 >= 0) { - if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { - break; - } - --index; - } - - return index; -}; diff --git a/2019-setembro/node_modules/source-map/lib/mapping-list.js b/2019-setembro/node_modules/source-map/lib/mapping-list.js deleted file mode 100644 index 06d1274..0000000 --- a/2019-setembro/node_modules/source-map/lib/mapping-list.js +++ /dev/null @@ -1,79 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2014 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var util = require('./util'); - -/** - * Determine whether mappingB is after mappingA with respect to generated - * position. - */ -function generatedPositionAfter(mappingA, mappingB) { - // Optimized for most common case - var lineA = mappingA.generatedLine; - var lineB = mappingB.generatedLine; - var columnA = mappingA.generatedColumn; - var columnB = mappingB.generatedColumn; - return lineB > lineA || lineB == lineA && columnB >= columnA || - util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; -} - -/** - * A data structure to provide a sorted view of accumulated mappings in a - * performance conscious manner. It trades a neglibable overhead in general - * case for a large speedup in case of mappings being added in order. - */ -function MappingList() { - this._array = []; - this._sorted = true; - // Serves as infimum - this._last = {generatedLine: -1, generatedColumn: 0}; -} - -/** - * Iterate through internal items. This method takes the same arguments that - * `Array.prototype.forEach` takes. - * - * NOTE: The order of the mappings is NOT guaranteed. - */ -MappingList.prototype.unsortedForEach = - function MappingList_forEach(aCallback, aThisArg) { - this._array.forEach(aCallback, aThisArg); - }; - -/** - * Add the given source mapping. - * - * @param Object aMapping - */ -MappingList.prototype.add = function MappingList_add(aMapping) { - if (generatedPositionAfter(this._last, aMapping)) { - this._last = aMapping; - this._array.push(aMapping); - } else { - this._sorted = false; - this._array.push(aMapping); - } -}; - -/** - * Returns the flat, sorted array of mappings. The mappings are sorted by - * generated position. - * - * WARNING: This method returns internal data without copying, for - * performance. The return value must NOT be mutated, and should be treated as - * an immutable borrow. If you want to take ownership, you must make your own - * copy. - */ -MappingList.prototype.toArray = function MappingList_toArray() { - if (!this._sorted) { - this._array.sort(util.compareByGeneratedPositionsInflated); - this._sorted = true; - } - return this._array; -}; - -exports.MappingList = MappingList; diff --git a/2019-setembro/node_modules/source-map/lib/quick-sort.js b/2019-setembro/node_modules/source-map/lib/quick-sort.js deleted file mode 100644 index 6a7caad..0000000 --- a/2019-setembro/node_modules/source-map/lib/quick-sort.js +++ /dev/null @@ -1,114 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -// It turns out that some (most?) JavaScript engines don't self-host -// `Array.prototype.sort`. This makes sense because C++ will likely remain -// faster than JS when doing raw CPU-intensive sorting. However, when using a -// custom comparator function, calling back and forth between the VM's C++ and -// JIT'd JS is rather slow *and* loses JIT type information, resulting in -// worse generated code for the comparator function than would be optimal. In -// fact, when sorting with a comparator, these costs outweigh the benefits of -// sorting in C++. By using our own JS-implemented Quick Sort (below), we get -// a ~3500ms mean speed-up in `bench/bench.html`. - -/** - * Swap the elements indexed by `x` and `y` in the array `ary`. - * - * @param {Array} ary - * The array. - * @param {Number} x - * The index of the first item. - * @param {Number} y - * The index of the second item. - */ -function swap(ary, x, y) { - var temp = ary[x]; - ary[x] = ary[y]; - ary[y] = temp; -} - -/** - * Returns a random integer within the range `low .. high` inclusive. - * - * @param {Number} low - * The lower bound on the range. - * @param {Number} high - * The upper bound on the range. - */ -function randomIntInRange(low, high) { - return Math.round(low + (Math.random() * (high - low))); -} - -/** - * The Quick Sort algorithm. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - * @param {Number} p - * Start index of the array - * @param {Number} r - * End index of the array - */ -function doQuickSort(ary, comparator, p, r) { - // If our lower bound is less than our upper bound, we (1) partition the - // array into two pieces and (2) recurse on each half. If it is not, this is - // the empty array and our base case. - - if (p < r) { - // (1) Partitioning. - // - // The partitioning chooses a pivot between `p` and `r` and moves all - // elements that are less than or equal to the pivot to the before it, and - // all the elements that are greater than it after it. The effect is that - // once partition is done, the pivot is in the exact place it will be when - // the array is put in sorted order, and it will not need to be moved - // again. This runs in O(n) time. - - // Always choose a random pivot so that an input array which is reverse - // sorted does not cause O(n^2) running time. - var pivotIndex = randomIntInRange(p, r); - var i = p - 1; - - swap(ary, pivotIndex, r); - var pivot = ary[r]; - - // Immediately after `j` is incremented in this loop, the following hold - // true: - // - // * Every element in `ary[p .. i]` is less than or equal to the pivot. - // - // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. - for (var j = p; j < r; j++) { - if (comparator(ary[j], pivot) <= 0) { - i += 1; - swap(ary, i, j); - } - } - - swap(ary, i + 1, j); - var q = i + 1; - - // (2) Recurse on each half. - - doQuickSort(ary, comparator, p, q - 1); - doQuickSort(ary, comparator, q + 1, r); - } -} - -/** - * Sort the given array in-place with the given comparator function. - * - * @param {Array} ary - * An array to sort. - * @param {function} comparator - * Function to use to compare two items. - */ -exports.quickSort = function (ary, comparator) { - doQuickSort(ary, comparator, 0, ary.length - 1); -}; diff --git a/2019-setembro/node_modules/source-map/lib/source-map-consumer.js b/2019-setembro/node_modules/source-map/lib/source-map-consumer.js deleted file mode 100644 index 7b99d1d..0000000 --- a/2019-setembro/node_modules/source-map/lib/source-map-consumer.js +++ /dev/null @@ -1,1145 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var util = require('./util'); -var binarySearch = require('./binary-search'); -var ArraySet = require('./array-set').ArraySet; -var base64VLQ = require('./base64-vlq'); -var quickSort = require('./quick-sort').quickSort; - -function SourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - return sourceMap.sections != null - ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) - : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); -} - -SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { - return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); -} - -/** - * The version of the source mapping spec that we are consuming. - */ -SourceMapConsumer.prototype._version = 3; - -// `__generatedMappings` and `__originalMappings` are arrays that hold the -// parsed mapping coordinates from the source map's "mappings" attribute. They -// are lazily instantiated, accessed via the `_generatedMappings` and -// `_originalMappings` getters respectively, and we only parse the mappings -// and create these arrays once queried for a source location. We jump through -// these hoops because there can be many thousands of mappings, and parsing -// them is expensive, so we only want to do it if we must. -// -// Each object in the arrays is of the form: -// -// { -// generatedLine: The line number in the generated code, -// generatedColumn: The column number in the generated code, -// source: The path to the original source file that generated this -// chunk of code, -// originalLine: The line number in the original source that -// corresponds to this chunk of generated code, -// originalColumn: The column number in the original source that -// corresponds to this chunk of generated code, -// name: The name of the original symbol which generated this chunk of -// code. -// } -// -// All properties except for `generatedLine` and `generatedColumn` can be -// `null`. -// -// `_generatedMappings` is ordered by the generated positions. -// -// `_originalMappings` is ordered by the original positions. - -SourceMapConsumer.prototype.__generatedMappings = null; -Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { - configurable: true, - enumerable: true, - get: function () { - if (!this.__generatedMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__generatedMappings; - } -}); - -SourceMapConsumer.prototype.__originalMappings = null; -Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { - configurable: true, - enumerable: true, - get: function () { - if (!this.__originalMappings) { - this._parseMappings(this._mappings, this.sourceRoot); - } - - return this.__originalMappings; - } -}); - -SourceMapConsumer.prototype._charIsMappingSeparator = - function SourceMapConsumer_charIsMappingSeparator(aStr, index) { - var c = aStr.charAt(index); - return c === ";" || c === ","; - }; - -/** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ -SourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - throw new Error("Subclasses must implement _parseMappings"); - }; - -SourceMapConsumer.GENERATED_ORDER = 1; -SourceMapConsumer.ORIGINAL_ORDER = 2; - -SourceMapConsumer.GREATEST_LOWER_BOUND = 1; -SourceMapConsumer.LEAST_UPPER_BOUND = 2; - -/** - * Iterate over each mapping between an original source/line/column and a - * generated line/column in this source map. - * - * @param Function aCallback - * The function that is called with each mapping. - * @param Object aContext - * Optional. If specified, this object will be the value of `this` every - * time that `aCallback` is called. - * @param aOrder - * Either `SourceMapConsumer.GENERATED_ORDER` or - * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to - * iterate over the mappings sorted by the generated file's line/column - * order or the original's source/line/column order, respectively. Defaults to - * `SourceMapConsumer.GENERATED_ORDER`. - */ -SourceMapConsumer.prototype.eachMapping = - function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { - var context = aContext || null; - var order = aOrder || SourceMapConsumer.GENERATED_ORDER; - - var mappings; - switch (order) { - case SourceMapConsumer.GENERATED_ORDER: - mappings = this._generatedMappings; - break; - case SourceMapConsumer.ORIGINAL_ORDER: - mappings = this._originalMappings; - break; - default: - throw new Error("Unknown order of iteration."); - } - - var sourceRoot = this.sourceRoot; - mappings.map(function (mapping) { - var source = mapping.source === null ? null : this._sources.at(mapping.source); - source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); - return { - source: source, - generatedLine: mapping.generatedLine, - generatedColumn: mapping.generatedColumn, - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: mapping.name === null ? null : this._names.at(mapping.name) - }; - }, this).forEach(aCallback, context); - }; - -/** - * Returns all generated line and column information for the original source, - * line, and column provided. If no column is provided, returns all mappings - * corresponding to a either the line we are searching for or the next - * closest line that has any mappings. Otherwise, returns all mappings - * corresponding to the given line and either the column we are searching for - * or the next closest column that has any offsets. - * - * The only argument is an object with the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number is 1-based. - * - column: Optional. the column number in the original source. - * The column number is 0-based. - * - * and an array of objects is returned, each with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ -SourceMapConsumer.prototype.allGeneratedPositionsFor = - function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { - var line = util.getArg(aArgs, 'line'); - - // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping - // returns the index of the closest mapping less than the needle. By - // setting needle.originalColumn to 0, we thus find the last mapping for - // the given line, provided such a mapping exists. - var needle = { - source: util.getArg(aArgs, 'source'), - originalLine: line, - originalColumn: util.getArg(aArgs, 'column', 0) - }; - - needle.source = this._findSourceIndex(needle.source); - if (needle.source < 0) { - return []; - } - - var mappings = []; - - var index = this._findMapping(needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - binarySearch.LEAST_UPPER_BOUND); - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (aArgs.column === undefined) { - var originalLine = mapping.originalLine; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we found. Since - // mappings are sorted, this is guaranteed to find all mappings for - // the line we found. - while (mapping && mapping.originalLine === originalLine) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } else { - var originalColumn = mapping.originalColumn; - - // Iterate until either we run out of mappings, or we run into - // a mapping for a different line than the one we were searching for. - // Since mappings are sorted, this is guaranteed to find all mappings for - // the line we are searching for. - while (mapping && - mapping.originalLine === line && - mapping.originalColumn == originalColumn) { - mappings.push({ - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }); - - mapping = this._originalMappings[++index]; - } - } - } - - return mappings; - }; - -exports.SourceMapConsumer = SourceMapConsumer; - -/** - * A BasicSourceMapConsumer instance represents a parsed source map which we can - * query for information about the original file positions by giving it a file - * position in the generated source. - * - * The first parameter is the raw source map (either as a JSON string, or - * already parsed to an object). According to the spec, source maps have the - * following attributes: - * - * - version: Which version of the source map spec this map is following. - * - sources: An array of URLs to the original source files. - * - names: An array of identifiers which can be referrenced by individual mappings. - * - sourceRoot: Optional. The URL root from which all sources are relative. - * - sourcesContent: Optional. An array of contents of the original source files. - * - mappings: A string of base64 VLQs which contain the actual mappings. - * - file: Optional. The generated file this source map is associated with. - * - * Here is an example source map, taken from the source map spec[0]: - * - * { - * version : 3, - * file: "out.js", - * sourceRoot : "", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AA,AB;;ABCDE;" - * } - * - * The second parameter, if given, is a string whose value is the URL - * at which the source map was found. This URL is used to compute the - * sources array. - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# - */ -function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - var version = util.getArg(sourceMap, 'version'); - var sources = util.getArg(sourceMap, 'sources'); - // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which - // requires the array) to play nice here. - var names = util.getArg(sourceMap, 'names', []); - var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); - var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); - var mappings = util.getArg(sourceMap, 'mappings'); - var file = util.getArg(sourceMap, 'file', null); - - // Once again, Sass deviates from the spec and supplies the version as a - // string rather than a number, so we use loose equality checking here. - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - if (sourceRoot) { - sourceRoot = util.normalize(sourceRoot); - } - - sources = sources - .map(String) - // Some source maps produce relative source paths like "./foo.js" instead of - // "foo.js". Normalize these first so that future comparisons will succeed. - // See bugzil.la/1090768. - .map(util.normalize) - // Always ensure that absolute sources are internally stored relative to - // the source root, if the source root is absolute. Not doing this would - // be particularly problematic when the source root is a prefix of the - // source (valid, but why??). See github issue #199 and bugzil.la/1188982. - .map(function (source) { - return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) - ? util.relative(sourceRoot, source) - : source; - }); - - // Pass `true` below to allow duplicate names and sources. While source maps - // are intended to be compressed and deduplicated, the TypeScript compiler - // sometimes generates source maps with duplicates in them. See Github issue - // #72 and bugzil.la/889492. - this._names = ArraySet.fromArray(names.map(String), true); - this._sources = ArraySet.fromArray(sources, true); - - this._absoluteSources = this._sources.toArray().map(function (s) { - return util.computeSourceURL(sourceRoot, s, aSourceMapURL); - }); - - this.sourceRoot = sourceRoot; - this.sourcesContent = sourcesContent; - this._mappings = mappings; - this._sourceMapURL = aSourceMapURL; - this.file = file; -} - -BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); -BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; - -/** - * Utility function to find the index of a source. Returns -1 if not - * found. - */ -BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { - var relativeSource = aSource; - if (this.sourceRoot != null) { - relativeSource = util.relative(this.sourceRoot, relativeSource); - } - - if (this._sources.has(relativeSource)) { - return this._sources.indexOf(relativeSource); - } - - // Maybe aSource is an absolute URL as returned by |sources|. In - // this case we can't simply undo the transform. - var i; - for (i = 0; i < this._absoluteSources.length; ++i) { - if (this._absoluteSources[i] == aSource) { - return i; - } - } - - return -1; -}; - -/** - * Create a BasicSourceMapConsumer from a SourceMapGenerator. - * - * @param SourceMapGenerator aSourceMap - * The source map that will be consumed. - * @param String aSourceMapURL - * The URL at which the source map can be found (optional) - * @returns BasicSourceMapConsumer - */ -BasicSourceMapConsumer.fromSourceMap = - function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { - var smc = Object.create(BasicSourceMapConsumer.prototype); - - var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); - var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); - smc.sourceRoot = aSourceMap._sourceRoot; - smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), - smc.sourceRoot); - smc.file = aSourceMap._file; - smc._sourceMapURL = aSourceMapURL; - smc._absoluteSources = smc._sources.toArray().map(function (s) { - return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); - }); - - // Because we are modifying the entries (by converting string sources and - // names to indices into the sources and names ArraySets), we have to make - // a copy of the entry or else bad things happen. Shared mutable state - // strikes again! See github issue #191. - - var generatedMappings = aSourceMap._mappings.toArray().slice(); - var destGeneratedMappings = smc.__generatedMappings = []; - var destOriginalMappings = smc.__originalMappings = []; - - for (var i = 0, length = generatedMappings.length; i < length; i++) { - var srcMapping = generatedMappings[i]; - var destMapping = new Mapping; - destMapping.generatedLine = srcMapping.generatedLine; - destMapping.generatedColumn = srcMapping.generatedColumn; - - if (srcMapping.source) { - destMapping.source = sources.indexOf(srcMapping.source); - destMapping.originalLine = srcMapping.originalLine; - destMapping.originalColumn = srcMapping.originalColumn; - - if (srcMapping.name) { - destMapping.name = names.indexOf(srcMapping.name); - } - - destOriginalMappings.push(destMapping); - } - - destGeneratedMappings.push(destMapping); - } - - quickSort(smc.__originalMappings, util.compareByOriginalPositions); - - return smc; - }; - -/** - * The version of the source mapping spec that we are consuming. - */ -BasicSourceMapConsumer.prototype._version = 3; - -/** - * The list of original sources. - */ -Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { - get: function () { - return this._absoluteSources.slice(); - } -}); - -/** - * Provide the JIT with a nice shape / hidden class. - */ -function Mapping() { - this.generatedLine = 0; - this.generatedColumn = 0; - this.source = null; - this.originalLine = null; - this.originalColumn = null; - this.name = null; -} - -/** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ -BasicSourceMapConsumer.prototype._parseMappings = - function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { - var generatedLine = 1; - var previousGeneratedColumn = 0; - var previousOriginalLine = 0; - var previousOriginalColumn = 0; - var previousSource = 0; - var previousName = 0; - var length = aStr.length; - var index = 0; - var cachedSegments = {}; - var temp = {}; - var originalMappings = []; - var generatedMappings = []; - var mapping, str, segment, end, value; - - while (index < length) { - if (aStr.charAt(index) === ';') { - generatedLine++; - index++; - previousGeneratedColumn = 0; - } - else if (aStr.charAt(index) === ',') { - index++; - } - else { - mapping = new Mapping(); - mapping.generatedLine = generatedLine; - - // Because each offset is encoded relative to the previous one, - // many segments often have the same encoding. We can exploit this - // fact by caching the parsed variable length fields of each segment, - // allowing us to avoid a second parse if we encounter the same - // segment again. - for (end = index; end < length; end++) { - if (this._charIsMappingSeparator(aStr, end)) { - break; - } - } - str = aStr.slice(index, end); - - segment = cachedSegments[str]; - if (segment) { - index += str.length; - } else { - segment = []; - while (index < end) { - base64VLQ.decode(aStr, index, temp); - value = temp.value; - index = temp.rest; - segment.push(value); - } - - if (segment.length === 2) { - throw new Error('Found a source, but no line and column'); - } - - if (segment.length === 3) { - throw new Error('Found a source and line, but no column'); - } - - cachedSegments[str] = segment; - } - - // Generated column. - mapping.generatedColumn = previousGeneratedColumn + segment[0]; - previousGeneratedColumn = mapping.generatedColumn; - - if (segment.length > 1) { - // Original source. - mapping.source = previousSource + segment[1]; - previousSource += segment[1]; - - // Original line. - mapping.originalLine = previousOriginalLine + segment[2]; - previousOriginalLine = mapping.originalLine; - // Lines are stored 0-based - mapping.originalLine += 1; - - // Original column. - mapping.originalColumn = previousOriginalColumn + segment[3]; - previousOriginalColumn = mapping.originalColumn; - - if (segment.length > 4) { - // Original name. - mapping.name = previousName + segment[4]; - previousName += segment[4]; - } - } - - generatedMappings.push(mapping); - if (typeof mapping.originalLine === 'number') { - originalMappings.push(mapping); - } - } - } - - quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); - this.__generatedMappings = generatedMappings; - - quickSort(originalMappings, util.compareByOriginalPositions); - this.__originalMappings = originalMappings; - }; - -/** - * Find the mapping that best matches the hypothetical "needle" mapping that - * we are searching for in the given "haystack" of mappings. - */ -BasicSourceMapConsumer.prototype._findMapping = - function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, - aColumnName, aComparator, aBias) { - // To return the position we are searching for, we must first find the - // mapping for the given position and then return the opposite position it - // points to. Because the mappings are sorted, we can use binary search to - // find the best mapping. - - if (aNeedle[aLineName] <= 0) { - throw new TypeError('Line must be greater than or equal to 1, got ' - + aNeedle[aLineName]); - } - if (aNeedle[aColumnName] < 0) { - throw new TypeError('Column must be greater than or equal to 0, got ' - + aNeedle[aColumnName]); - } - - return binarySearch.search(aNeedle, aMappings, aComparator, aBias); - }; - -/** - * Compute the last column for each generated mapping. The last column is - * inclusive. - */ -BasicSourceMapConsumer.prototype.computeColumnSpans = - function SourceMapConsumer_computeColumnSpans() { - for (var index = 0; index < this._generatedMappings.length; ++index) { - var mapping = this._generatedMappings[index]; - - // Mappings do not contain a field for the last generated columnt. We - // can come up with an optimistic estimate, however, by assuming that - // mappings are contiguous (i.e. given two consecutive mappings, the - // first mapping ends where the second one starts). - if (index + 1 < this._generatedMappings.length) { - var nextMapping = this._generatedMappings[index + 1]; - - if (mapping.generatedLine === nextMapping.generatedLine) { - mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; - continue; - } - } - - // The last mapping for each line spans the entire line. - mapping.lastGeneratedColumn = Infinity; - } - }; - -/** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. The line number - * is 1-based. - * - column: The column number in the generated source. The column - * number is 0-based. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. The - * line number is 1-based. - * - column: The column number in the original source, or null. The - * column number is 0-based. - * - name: The original identifier, or null. - */ -BasicSourceMapConsumer.prototype.originalPositionFor = - function SourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._generatedMappings, - "generatedLine", - "generatedColumn", - util.compareByGeneratedPositionsDeflated, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._generatedMappings[index]; - - if (mapping.generatedLine === needle.generatedLine) { - var source = util.getArg(mapping, 'source', null); - if (source !== null) { - source = this._sources.at(source); - source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); - } - var name = util.getArg(mapping, 'name', null); - if (name !== null) { - name = this._names.at(name); - } - return { - source: source, - line: util.getArg(mapping, 'originalLine', null), - column: util.getArg(mapping, 'originalColumn', null), - name: name - }; - } - } - - return { - source: null, - line: null, - column: null, - name: null - }; - }; - -/** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ -BasicSourceMapConsumer.prototype.hasContentsOfAllSources = - function BasicSourceMapConsumer_hasContentsOfAllSources() { - if (!this.sourcesContent) { - return false; - } - return this.sourcesContent.length >= this._sources.size() && - !this.sourcesContent.some(function (sc) { return sc == null; }); - }; - -/** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ -BasicSourceMapConsumer.prototype.sourceContentFor = - function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - if (!this.sourcesContent) { - return null; - } - - var index = this._findSourceIndex(aSource); - if (index >= 0) { - return this.sourcesContent[index]; - } - - var relativeSource = aSource; - if (this.sourceRoot != null) { - relativeSource = util.relative(this.sourceRoot, relativeSource); - } - - var url; - if (this.sourceRoot != null - && (url = util.urlParse(this.sourceRoot))) { - // XXX: file:// URIs and absolute paths lead to unexpected behavior for - // many users. We can help them out when they expect file:// URIs to - // behave like it would if they were running a local HTTP server. See - // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. - var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); - if (url.scheme == "file" - && this._sources.has(fileUriAbsPath)) { - return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] - } - - if ((!url.path || url.path == "/") - && this._sources.has("/" + relativeSource)) { - return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; - } - } - - // This function is used recursively from - // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we - // don't want to throw if we can't find the source - we just want to - // return null, so we provide a flag to exit gracefully. - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + relativeSource + '" is not in the SourceMap.'); - } - }; - -/** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number - * is 1-based. - * - column: The column number in the original source. The column - * number is 0-based. - * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or - * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the - * closest element that is smaller than or greater than the one we are - * searching for, respectively, if the exact element cannot be found. - * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ -BasicSourceMapConsumer.prototype.generatedPositionFor = - function SourceMapConsumer_generatedPositionFor(aArgs) { - var source = util.getArg(aArgs, 'source'); - source = this._findSourceIndex(source); - if (source < 0) { - return { - line: null, - column: null, - lastColumn: null - }; - } - - var needle = { - source: source, - originalLine: util.getArg(aArgs, 'line'), - originalColumn: util.getArg(aArgs, 'column') - }; - - var index = this._findMapping( - needle, - this._originalMappings, - "originalLine", - "originalColumn", - util.compareByOriginalPositions, - util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) - ); - - if (index >= 0) { - var mapping = this._originalMappings[index]; - - if (mapping.source === needle.source) { - return { - line: util.getArg(mapping, 'generatedLine', null), - column: util.getArg(mapping, 'generatedColumn', null), - lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) - }; - } - } - - return { - line: null, - column: null, - lastColumn: null - }; - }; - -exports.BasicSourceMapConsumer = BasicSourceMapConsumer; - -/** - * An IndexedSourceMapConsumer instance represents a parsed source map which - * we can query for information. It differs from BasicSourceMapConsumer in - * that it takes "indexed" source maps (i.e. ones with a "sections" field) as - * input. - * - * The first parameter is a raw source map (either as a JSON string, or already - * parsed to an object). According to the spec for indexed source maps, they - * have the following attributes: - * - * - version: Which version of the source map spec this map is following. - * - file: Optional. The generated file this source map is associated with. - * - sections: A list of section definitions. - * - * Each value under the "sections" field has two fields: - * - offset: The offset into the original specified at which this section - * begins to apply, defined as an object with a "line" and "column" - * field. - * - map: A source map definition. This source map could also be indexed, - * but doesn't have to be. - * - * Instead of the "map" field, it's also possible to have a "url" field - * specifying a URL to retrieve a source map from, but that's currently - * unsupported. - * - * Here's an example source map, taken from the source map spec[0], but - * modified to omit a section which uses the "url" field. - * - * { - * version : 3, - * file: "app.js", - * sections: [{ - * offset: {line:100, column:10}, - * map: { - * version : 3, - * file: "section.js", - * sources: ["foo.js", "bar.js"], - * names: ["src", "maps", "are", "fun"], - * mappings: "AAAA,E;;ABCDE;" - * } - * }], - * } - * - * The second parameter, if given, is a string whose value is the URL - * at which the source map was found. This URL is used to compute the - * sources array. - * - * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt - */ -function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { - var sourceMap = aSourceMap; - if (typeof aSourceMap === 'string') { - sourceMap = util.parseSourceMapInput(aSourceMap); - } - - var version = util.getArg(sourceMap, 'version'); - var sections = util.getArg(sourceMap, 'sections'); - - if (version != this._version) { - throw new Error('Unsupported version: ' + version); - } - - this._sources = new ArraySet(); - this._names = new ArraySet(); - - var lastOffset = { - line: -1, - column: 0 - }; - this._sections = sections.map(function (s) { - if (s.url) { - // The url field will require support for asynchronicity. - // See https://github.com/mozilla/source-map/issues/16 - throw new Error('Support for url field in sections not implemented.'); - } - var offset = util.getArg(s, 'offset'); - var offsetLine = util.getArg(offset, 'line'); - var offsetColumn = util.getArg(offset, 'column'); - - if (offsetLine < lastOffset.line || - (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { - throw new Error('Section offsets must be ordered and non-overlapping.'); - } - lastOffset = offset; - - return { - generatedOffset: { - // The offset fields are 0-based, but we use 1-based indices when - // encoding/decoding from VLQ. - generatedLine: offsetLine + 1, - generatedColumn: offsetColumn + 1 - }, - consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) - } - }); -} - -IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); -IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; - -/** - * The version of the source mapping spec that we are consuming. - */ -IndexedSourceMapConsumer.prototype._version = 3; - -/** - * The list of original sources. - */ -Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { - get: function () { - var sources = []; - for (var i = 0; i < this._sections.length; i++) { - for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { - sources.push(this._sections[i].consumer.sources[j]); - } - } - return sources; - } -}); - -/** - * Returns the original source, line, and column information for the generated - * source's line and column positions provided. The only argument is an object - * with the following properties: - * - * - line: The line number in the generated source. The line number - * is 1-based. - * - column: The column number in the generated source. The column - * number is 0-based. - * - * and an object is returned with the following properties: - * - * - source: The original source file, or null. - * - line: The line number in the original source, or null. The - * line number is 1-based. - * - column: The column number in the original source, or null. The - * column number is 0-based. - * - name: The original identifier, or null. - */ -IndexedSourceMapConsumer.prototype.originalPositionFor = - function IndexedSourceMapConsumer_originalPositionFor(aArgs) { - var needle = { - generatedLine: util.getArg(aArgs, 'line'), - generatedColumn: util.getArg(aArgs, 'column') - }; - - // Find the section containing the generated position we're trying to map - // to an original position. - var sectionIndex = binarySearch.search(needle, this._sections, - function(needle, section) { - var cmp = needle.generatedLine - section.generatedOffset.generatedLine; - if (cmp) { - return cmp; - } - - return (needle.generatedColumn - - section.generatedOffset.generatedColumn); - }); - var section = this._sections[sectionIndex]; - - if (!section) { - return { - source: null, - line: null, - column: null, - name: null - }; - } - - return section.consumer.originalPositionFor({ - line: needle.generatedLine - - (section.generatedOffset.generatedLine - 1), - column: needle.generatedColumn - - (section.generatedOffset.generatedLine === needle.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - bias: aArgs.bias - }); - }; - -/** - * Return true if we have the source content for every source in the source - * map, false otherwise. - */ -IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = - function IndexedSourceMapConsumer_hasContentsOfAllSources() { - return this._sections.every(function (s) { - return s.consumer.hasContentsOfAllSources(); - }); - }; - -/** - * Returns the original source content. The only argument is the url of the - * original source file. Returns null if no original source content is - * available. - */ -IndexedSourceMapConsumer.prototype.sourceContentFor = - function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - var content = section.consumer.sourceContentFor(aSource, true); - if (content) { - return content; - } - } - if (nullOnMissing) { - return null; - } - else { - throw new Error('"' + aSource + '" is not in the SourceMap.'); - } - }; - -/** - * Returns the generated line and column information for the original source, - * line, and column positions provided. The only argument is an object with - * the following properties: - * - * - source: The filename of the original source. - * - line: The line number in the original source. The line number - * is 1-based. - * - column: The column number in the original source. The column - * number is 0-based. - * - * and an object is returned with the following properties: - * - * - line: The line number in the generated source, or null. The - * line number is 1-based. - * - column: The column number in the generated source, or null. - * The column number is 0-based. - */ -IndexedSourceMapConsumer.prototype.generatedPositionFor = - function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - - // Only consider this section if the requested source is in the list of - // sources of the consumer. - if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { - continue; - } - var generatedPosition = section.consumer.generatedPositionFor(aArgs); - if (generatedPosition) { - var ret = { - line: generatedPosition.line + - (section.generatedOffset.generatedLine - 1), - column: generatedPosition.column + - (section.generatedOffset.generatedLine === generatedPosition.line - ? section.generatedOffset.generatedColumn - 1 - : 0) - }; - return ret; - } - } - - return { - line: null, - column: null - }; - }; - -/** - * Parse the mappings in a string in to a data structure which we can easily - * query (the ordered arrays in the `this.__generatedMappings` and - * `this.__originalMappings` properties). - */ -IndexedSourceMapConsumer.prototype._parseMappings = - function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { - this.__generatedMappings = []; - this.__originalMappings = []; - for (var i = 0; i < this._sections.length; i++) { - var section = this._sections[i]; - var sectionMappings = section.consumer._generatedMappings; - for (var j = 0; j < sectionMappings.length; j++) { - var mapping = sectionMappings[j]; - - var source = section.consumer._sources.at(mapping.source); - source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); - this._sources.add(source); - source = this._sources.indexOf(source); - - var name = null; - if (mapping.name) { - name = section.consumer._names.at(mapping.name); - this._names.add(name); - name = this._names.indexOf(name); - } - - // The mappings coming from the consumer for the section have - // generated positions relative to the start of the section, so we - // need to offset them to be relative to the start of the concatenated - // generated file. - var adjustedMapping = { - source: source, - generatedLine: mapping.generatedLine + - (section.generatedOffset.generatedLine - 1), - generatedColumn: mapping.generatedColumn + - (section.generatedOffset.generatedLine === mapping.generatedLine - ? section.generatedOffset.generatedColumn - 1 - : 0), - originalLine: mapping.originalLine, - originalColumn: mapping.originalColumn, - name: name - }; - - this.__generatedMappings.push(adjustedMapping); - if (typeof adjustedMapping.originalLine === 'number') { - this.__originalMappings.push(adjustedMapping); - } - } - } - - quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); - quickSort(this.__originalMappings, util.compareByOriginalPositions); - }; - -exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; diff --git a/2019-setembro/node_modules/source-map/lib/source-map-generator.js b/2019-setembro/node_modules/source-map/lib/source-map-generator.js deleted file mode 100644 index 508bcfb..0000000 --- a/2019-setembro/node_modules/source-map/lib/source-map-generator.js +++ /dev/null @@ -1,425 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var base64VLQ = require('./base64-vlq'); -var util = require('./util'); -var ArraySet = require('./array-set').ArraySet; -var MappingList = require('./mapping-list').MappingList; - -/** - * An instance of the SourceMapGenerator represents a source map which is - * being built incrementally. You may pass an object with the following - * properties: - * - * - file: The filename of the generated source. - * - sourceRoot: A root for all relative URLs in this source map. - */ -function SourceMapGenerator(aArgs) { - if (!aArgs) { - aArgs = {}; - } - this._file = util.getArg(aArgs, 'file', null); - this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); - this._skipValidation = util.getArg(aArgs, 'skipValidation', false); - this._sources = new ArraySet(); - this._names = new ArraySet(); - this._mappings = new MappingList(); - this._sourcesContents = null; -} - -SourceMapGenerator.prototype._version = 3; - -/** - * Creates a new SourceMapGenerator based on a SourceMapConsumer - * - * @param aSourceMapConsumer The SourceMap. - */ -SourceMapGenerator.fromSourceMap = - function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { - var sourceRoot = aSourceMapConsumer.sourceRoot; - var generator = new SourceMapGenerator({ - file: aSourceMapConsumer.file, - sourceRoot: sourceRoot - }); - aSourceMapConsumer.eachMapping(function (mapping) { - var newMapping = { - generated: { - line: mapping.generatedLine, - column: mapping.generatedColumn - } - }; - - if (mapping.source != null) { - newMapping.source = mapping.source; - if (sourceRoot != null) { - newMapping.source = util.relative(sourceRoot, newMapping.source); - } - - newMapping.original = { - line: mapping.originalLine, - column: mapping.originalColumn - }; - - if (mapping.name != null) { - newMapping.name = mapping.name; - } - } - - generator.addMapping(newMapping); - }); - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var sourceRelative = sourceFile; - if (sourceRoot !== null) { - sourceRelative = util.relative(sourceRoot, sourceFile); - } - - if (!generator._sources.has(sourceRelative)) { - generator._sources.add(sourceRelative); - } - - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - generator.setSourceContent(sourceFile, content); - } - }); - return generator; - }; - -/** - * Add a single mapping from original source line and column to the generated - * source's line and column for this source map being created. The mapping - * object should have the following properties: - * - * - generated: An object with the generated line and column positions. - * - original: An object with the original line and column positions. - * - source: The original source file (relative to the sourceRoot). - * - name: An optional original token name for this mapping. - */ -SourceMapGenerator.prototype.addMapping = - function SourceMapGenerator_addMapping(aArgs) { - var generated = util.getArg(aArgs, 'generated'); - var original = util.getArg(aArgs, 'original', null); - var source = util.getArg(aArgs, 'source', null); - var name = util.getArg(aArgs, 'name', null); - - if (!this._skipValidation) { - this._validateMapping(generated, original, source, name); - } - - if (source != null) { - source = String(source); - if (!this._sources.has(source)) { - this._sources.add(source); - } - } - - if (name != null) { - name = String(name); - if (!this._names.has(name)) { - this._names.add(name); - } - } - - this._mappings.add({ - generatedLine: generated.line, - generatedColumn: generated.column, - originalLine: original != null && original.line, - originalColumn: original != null && original.column, - source: source, - name: name - }); - }; - -/** - * Set the source content for a source file. - */ -SourceMapGenerator.prototype.setSourceContent = - function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { - var source = aSourceFile; - if (this._sourceRoot != null) { - source = util.relative(this._sourceRoot, source); - } - - if (aSourceContent != null) { - // Add the source content to the _sourcesContents map. - // Create a new _sourcesContents map if the property is null. - if (!this._sourcesContents) { - this._sourcesContents = Object.create(null); - } - this._sourcesContents[util.toSetString(source)] = aSourceContent; - } else if (this._sourcesContents) { - // Remove the source file from the _sourcesContents map. - // If the _sourcesContents map is empty, set the property to null. - delete this._sourcesContents[util.toSetString(source)]; - if (Object.keys(this._sourcesContents).length === 0) { - this._sourcesContents = null; - } - } - }; - -/** - * Applies the mappings of a sub-source-map for a specific source file to the - * source map being generated. Each mapping to the supplied source file is - * rewritten using the supplied source map. Note: The resolution for the - * resulting mappings is the minimium of this map and the supplied map. - * - * @param aSourceMapConsumer The source map to be applied. - * @param aSourceFile Optional. The filename of the source file. - * If omitted, SourceMapConsumer's file property will be used. - * @param aSourceMapPath Optional. The dirname of the path to the source map - * to be applied. If relative, it is relative to the SourceMapConsumer. - * This parameter is needed when the two source maps aren't in the same - * directory, and the source map to be applied contains relative source - * paths. If so, those relative source paths need to be rewritten - * relative to the SourceMapGenerator. - */ -SourceMapGenerator.prototype.applySourceMap = - function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { - var sourceFile = aSourceFile; - // If aSourceFile is omitted, we will use the file property of the SourceMap - if (aSourceFile == null) { - if (aSourceMapConsumer.file == null) { - throw new Error( - 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + - 'or the source map\'s "file" property. Both were omitted.' - ); - } - sourceFile = aSourceMapConsumer.file; - } - var sourceRoot = this._sourceRoot; - // Make "sourceFile" relative if an absolute Url is passed. - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - // Applying the SourceMap can add and remove items from the sources and - // the names array. - var newSources = new ArraySet(); - var newNames = new ArraySet(); - - // Find mappings for the "sourceFile" - this._mappings.unsortedForEach(function (mapping) { - if (mapping.source === sourceFile && mapping.originalLine != null) { - // Check if it can be mapped by the source map, then update the mapping. - var original = aSourceMapConsumer.originalPositionFor({ - line: mapping.originalLine, - column: mapping.originalColumn - }); - if (original.source != null) { - // Copy mapping - mapping.source = original.source; - if (aSourceMapPath != null) { - mapping.source = util.join(aSourceMapPath, mapping.source) - } - if (sourceRoot != null) { - mapping.source = util.relative(sourceRoot, mapping.source); - } - mapping.originalLine = original.line; - mapping.originalColumn = original.column; - if (original.name != null) { - mapping.name = original.name; - } - } - } - - var source = mapping.source; - if (source != null && !newSources.has(source)) { - newSources.add(source); - } - - var name = mapping.name; - if (name != null && !newNames.has(name)) { - newNames.add(name); - } - - }, this); - this._sources = newSources; - this._names = newNames; - - // Copy sourcesContents of applied map. - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aSourceMapPath != null) { - sourceFile = util.join(aSourceMapPath, sourceFile); - } - if (sourceRoot != null) { - sourceFile = util.relative(sourceRoot, sourceFile); - } - this.setSourceContent(sourceFile, content); - } - }, this); - }; - -/** - * A mapping can have one of the three levels of data: - * - * 1. Just the generated position. - * 2. The Generated position, original position, and original source. - * 3. Generated and original position, original source, as well as a name - * token. - * - * To maintain consistency, we validate that any new mapping being added falls - * in to one of these categories. - */ -SourceMapGenerator.prototype._validateMapping = - function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, - aName) { - // When aOriginal is truthy but has empty values for .line and .column, - // it is most likely a programmer error. In this case we throw a very - // specific error message to try to guide them the right way. - // For example: https://github.com/Polymer/polymer-bundler/pull/519 - if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { - throw new Error( - 'original.line and original.column are not numbers -- you probably meant to omit ' + - 'the original mapping entirely and only map the generated position. If so, pass ' + - 'null for the original mapping instead of an object with empty or null values.' - ); - } - - if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aGenerated.line > 0 && aGenerated.column >= 0 - && !aOriginal && !aSource && !aName) { - // Case 1. - return; - } - else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated - && aOriginal && 'line' in aOriginal && 'column' in aOriginal - && aGenerated.line > 0 && aGenerated.column >= 0 - && aOriginal.line > 0 && aOriginal.column >= 0 - && aSource) { - // Cases 2 and 3. - return; - } - else { - throw new Error('Invalid mapping: ' + JSON.stringify({ - generated: aGenerated, - source: aSource, - original: aOriginal, - name: aName - })); - } - }; - -/** - * Serialize the accumulated mappings in to the stream of base 64 VLQs - * specified by the source map format. - */ -SourceMapGenerator.prototype._serializeMappings = - function SourceMapGenerator_serializeMappings() { - var previousGeneratedColumn = 0; - var previousGeneratedLine = 1; - var previousOriginalColumn = 0; - var previousOriginalLine = 0; - var previousName = 0; - var previousSource = 0; - var result = ''; - var next; - var mapping; - var nameIdx; - var sourceIdx; - - var mappings = this._mappings.toArray(); - for (var i = 0, len = mappings.length; i < len; i++) { - mapping = mappings[i]; - next = '' - - if (mapping.generatedLine !== previousGeneratedLine) { - previousGeneratedColumn = 0; - while (mapping.generatedLine !== previousGeneratedLine) { - next += ';'; - previousGeneratedLine++; - } - } - else { - if (i > 0) { - if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { - continue; - } - next += ','; - } - } - - next += base64VLQ.encode(mapping.generatedColumn - - previousGeneratedColumn); - previousGeneratedColumn = mapping.generatedColumn; - - if (mapping.source != null) { - sourceIdx = this._sources.indexOf(mapping.source); - next += base64VLQ.encode(sourceIdx - previousSource); - previousSource = sourceIdx; - - // lines are stored 0-based in SourceMap spec version 3 - next += base64VLQ.encode(mapping.originalLine - 1 - - previousOriginalLine); - previousOriginalLine = mapping.originalLine - 1; - - next += base64VLQ.encode(mapping.originalColumn - - previousOriginalColumn); - previousOriginalColumn = mapping.originalColumn; - - if (mapping.name != null) { - nameIdx = this._names.indexOf(mapping.name); - next += base64VLQ.encode(nameIdx - previousName); - previousName = nameIdx; - } - } - - result += next; - } - - return result; - }; - -SourceMapGenerator.prototype._generateSourcesContent = - function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { - return aSources.map(function (source) { - if (!this._sourcesContents) { - return null; - } - if (aSourceRoot != null) { - source = util.relative(aSourceRoot, source); - } - var key = util.toSetString(source); - return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) - ? this._sourcesContents[key] - : null; - }, this); - }; - -/** - * Externalize the source map. - */ -SourceMapGenerator.prototype.toJSON = - function SourceMapGenerator_toJSON() { - var map = { - version: this._version, - sources: this._sources.toArray(), - names: this._names.toArray(), - mappings: this._serializeMappings() - }; - if (this._file != null) { - map.file = this._file; - } - if (this._sourceRoot != null) { - map.sourceRoot = this._sourceRoot; - } - if (this._sourcesContents) { - map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); - } - - return map; - }; - -/** - * Render the source map being generated to a string. - */ -SourceMapGenerator.prototype.toString = - function SourceMapGenerator_toString() { - return JSON.stringify(this.toJSON()); - }; - -exports.SourceMapGenerator = SourceMapGenerator; diff --git a/2019-setembro/node_modules/source-map/lib/source-node.js b/2019-setembro/node_modules/source-map/lib/source-node.js deleted file mode 100644 index 8bcdbe3..0000000 --- a/2019-setembro/node_modules/source-map/lib/source-node.js +++ /dev/null @@ -1,413 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator; -var util = require('./util'); - -// Matches a Windows-style `\r\n` newline or a `\n` newline used by all other -// operating systems these days (capturing the result). -var REGEX_NEWLINE = /(\r?\n)/; - -// Newline character code for charCodeAt() comparisons -var NEWLINE_CODE = 10; - -// Private symbol for identifying `SourceNode`s when multiple versions of -// the source-map library are loaded. This MUST NOT CHANGE across -// versions! -var isSourceNode = "$$$isSourceNode$$$"; - -/** - * SourceNodes provide a way to abstract over interpolating/concatenating - * snippets of generated JavaScript source code while maintaining the line and - * column information associated with the original source code. - * - * @param aLine The original line number. - * @param aColumn The original column number. - * @param aSource The original source's filename. - * @param aChunks Optional. An array of strings which are snippets of - * generated JS, or other SourceNodes. - * @param aName The original identifier. - */ -function SourceNode(aLine, aColumn, aSource, aChunks, aName) { - this.children = []; - this.sourceContents = {}; - this.line = aLine == null ? null : aLine; - this.column = aColumn == null ? null : aColumn; - this.source = aSource == null ? null : aSource; - this.name = aName == null ? null : aName; - this[isSourceNode] = true; - if (aChunks != null) this.add(aChunks); -} - -/** - * Creates a SourceNode from generated code and a SourceMapConsumer. - * - * @param aGeneratedCode The generated code - * @param aSourceMapConsumer The SourceMap for the generated code - * @param aRelativePath Optional. The path that relative sources in the - * SourceMapConsumer should be relative to. - */ -SourceNode.fromStringWithSourceMap = - function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { - // The SourceNode we want to fill with the generated code - // and the SourceMap - var node = new SourceNode(); - - // All even indices of this array are one line of the generated code, - // while all odd indices are the newlines between two adjacent lines - // (since `REGEX_NEWLINE` captures its match). - // Processed fragments are accessed by calling `shiftNextLine`. - var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); - var remainingLinesIndex = 0; - var shiftNextLine = function() { - var lineContents = getNextLine(); - // The last line of a file might not have a newline. - var newLine = getNextLine() || ""; - return lineContents + newLine; - - function getNextLine() { - return remainingLinesIndex < remainingLines.length ? - remainingLines[remainingLinesIndex++] : undefined; - } - }; - - // We need to remember the position of "remainingLines" - var lastGeneratedLine = 1, lastGeneratedColumn = 0; - - // The generate SourceNodes we need a code range. - // To extract it current and last mapping is used. - // Here we store the last mapping. - var lastMapping = null; - - aSourceMapConsumer.eachMapping(function (mapping) { - if (lastMapping !== null) { - // We add the code from "lastMapping" to "mapping": - // First check if there is a new line in between. - if (lastGeneratedLine < mapping.generatedLine) { - // Associate first line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - lastGeneratedLine++; - lastGeneratedColumn = 0; - // The remaining code is added without mapping - } else { - // There is no new line in between. - // Associate the code between "lastGeneratedColumn" and - // "mapping.generatedColumn" with "lastMapping" - var nextLine = remainingLines[remainingLinesIndex] || ''; - var code = nextLine.substr(0, mapping.generatedColumn - - lastGeneratedColumn); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - - lastGeneratedColumn); - lastGeneratedColumn = mapping.generatedColumn; - addMappingWithCode(lastMapping, code); - // No more remaining code, continue - lastMapping = mapping; - return; - } - } - // We add the generated code until the first mapping - // to the SourceNode without any mapping. - // Each line is added as separate string. - while (lastGeneratedLine < mapping.generatedLine) { - node.add(shiftNextLine()); - lastGeneratedLine++; - } - if (lastGeneratedColumn < mapping.generatedColumn) { - var nextLine = remainingLines[remainingLinesIndex] || ''; - node.add(nextLine.substr(0, mapping.generatedColumn)); - remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); - lastGeneratedColumn = mapping.generatedColumn; - } - lastMapping = mapping; - }, this); - // We have processed all mappings. - if (remainingLinesIndex < remainingLines.length) { - if (lastMapping) { - // Associate the remaining code in the current line with "lastMapping" - addMappingWithCode(lastMapping, shiftNextLine()); - } - // and add the remaining lines without any mapping - node.add(remainingLines.splice(remainingLinesIndex).join("")); - } - - // Copy sourcesContent into SourceNode - aSourceMapConsumer.sources.forEach(function (sourceFile) { - var content = aSourceMapConsumer.sourceContentFor(sourceFile); - if (content != null) { - if (aRelativePath != null) { - sourceFile = util.join(aRelativePath, sourceFile); - } - node.setSourceContent(sourceFile, content); - } - }); - - return node; - - function addMappingWithCode(mapping, code) { - if (mapping === null || mapping.source === undefined) { - node.add(code); - } else { - var source = aRelativePath - ? util.join(aRelativePath, mapping.source) - : mapping.source; - node.add(new SourceNode(mapping.originalLine, - mapping.originalColumn, - source, - code, - mapping.name)); - } - } - }; - -/** - * Add a chunk of generated JS to this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ -SourceNode.prototype.add = function SourceNode_add(aChunk) { - if (Array.isArray(aChunk)) { - aChunk.forEach(function (chunk) { - this.add(chunk); - }, this); - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - if (aChunk) { - this.children.push(aChunk); - } - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; -}; - -/** - * Add a chunk of generated JS to the beginning of this source node. - * - * @param aChunk A string snippet of generated JS code, another instance of - * SourceNode, or an array where each member is one of those things. - */ -SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { - if (Array.isArray(aChunk)) { - for (var i = aChunk.length-1; i >= 0; i--) { - this.prepend(aChunk[i]); - } - } - else if (aChunk[isSourceNode] || typeof aChunk === "string") { - this.children.unshift(aChunk); - } - else { - throw new TypeError( - "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk - ); - } - return this; -}; - -/** - * Walk over the tree of JS snippets in this node and its children. The - * walking function is called once for each snippet of JS and is passed that - * snippet and the its original associated source's line/column location. - * - * @param aFn The traversal function. - */ -SourceNode.prototype.walk = function SourceNode_walk(aFn) { - var chunk; - for (var i = 0, len = this.children.length; i < len; i++) { - chunk = this.children[i]; - if (chunk[isSourceNode]) { - chunk.walk(aFn); - } - else { - if (chunk !== '') { - aFn(chunk, { source: this.source, - line: this.line, - column: this.column, - name: this.name }); - } - } - } -}; - -/** - * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between - * each of `this.children`. - * - * @param aSep The separator. - */ -SourceNode.prototype.join = function SourceNode_join(aSep) { - var newChildren; - var i; - var len = this.children.length; - if (len > 0) { - newChildren = []; - for (i = 0; i < len-1; i++) { - newChildren.push(this.children[i]); - newChildren.push(aSep); - } - newChildren.push(this.children[i]); - this.children = newChildren; - } - return this; -}; - -/** - * Call String.prototype.replace on the very right-most source snippet. Useful - * for trimming whitespace from the end of a source node, etc. - * - * @param aPattern The pattern to replace. - * @param aReplacement The thing to replace the pattern with. - */ -SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { - var lastChild = this.children[this.children.length - 1]; - if (lastChild[isSourceNode]) { - lastChild.replaceRight(aPattern, aReplacement); - } - else if (typeof lastChild === 'string') { - this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); - } - else { - this.children.push(''.replace(aPattern, aReplacement)); - } - return this; -}; - -/** - * Set the source content for a source file. This will be added to the SourceMapGenerator - * in the sourcesContent field. - * - * @param aSourceFile The filename of the source file - * @param aSourceContent The content of the source file - */ -SourceNode.prototype.setSourceContent = - function SourceNode_setSourceContent(aSourceFile, aSourceContent) { - this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; - }; - -/** - * Walk over the tree of SourceNodes. The walking function is called for each - * source file content and is passed the filename and source content. - * - * @param aFn The traversal function. - */ -SourceNode.prototype.walkSourceContents = - function SourceNode_walkSourceContents(aFn) { - for (var i = 0, len = this.children.length; i < len; i++) { - if (this.children[i][isSourceNode]) { - this.children[i].walkSourceContents(aFn); - } - } - - var sources = Object.keys(this.sourceContents); - for (var i = 0, len = sources.length; i < len; i++) { - aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); - } - }; - -/** - * Return the string representation of this source node. Walks over the tree - * and concatenates all the various snippets together to one string. - */ -SourceNode.prototype.toString = function SourceNode_toString() { - var str = ""; - this.walk(function (chunk) { - str += chunk; - }); - return str; -}; - -/** - * Returns the string representation of this source node along with a source - * map. - */ -SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { - var generated = { - code: "", - line: 1, - column: 0 - }; - var map = new SourceMapGenerator(aArgs); - var sourceMappingActive = false; - var lastOriginalSource = null; - var lastOriginalLine = null; - var lastOriginalColumn = null; - var lastOriginalName = null; - this.walk(function (chunk, original) { - generated.code += chunk; - if (original.source !== null - && original.line !== null - && original.column !== null) { - if(lastOriginalSource !== original.source - || lastOriginalLine !== original.line - || lastOriginalColumn !== original.column - || lastOriginalName !== original.name) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - lastOriginalSource = original.source; - lastOriginalLine = original.line; - lastOriginalColumn = original.column; - lastOriginalName = original.name; - sourceMappingActive = true; - } else if (sourceMappingActive) { - map.addMapping({ - generated: { - line: generated.line, - column: generated.column - } - }); - lastOriginalSource = null; - sourceMappingActive = false; - } - for (var idx = 0, length = chunk.length; idx < length; idx++) { - if (chunk.charCodeAt(idx) === NEWLINE_CODE) { - generated.line++; - generated.column = 0; - // Mappings end at eol - if (idx + 1 === length) { - lastOriginalSource = null; - sourceMappingActive = false; - } else if (sourceMappingActive) { - map.addMapping({ - source: original.source, - original: { - line: original.line, - column: original.column - }, - generated: { - line: generated.line, - column: generated.column - }, - name: original.name - }); - } - } else { - generated.column++; - } - } - }); - this.walkSourceContents(function (sourceFile, sourceContent) { - map.setSourceContent(sourceFile, sourceContent); - }); - - return { code: generated.code, map: map }; -}; - -exports.SourceNode = SourceNode; diff --git a/2019-setembro/node_modules/source-map/lib/util.js b/2019-setembro/node_modules/source-map/lib/util.js deleted file mode 100644 index 3ca92e5..0000000 --- a/2019-setembro/node_modules/source-map/lib/util.js +++ /dev/null @@ -1,488 +0,0 @@ -/* -*- Mode: js; js-indent-level: 2; -*- */ -/* - * Copyright 2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE or: - * http://opensource.org/licenses/BSD-3-Clause - */ - -/** - * This is a helper function for getting values from parameter/options - * objects. - * - * @param args The object we are extracting values from - * @param name The name of the property we are getting. - * @param defaultValue An optional value to return if the property is missing - * from the object. If this is not specified and the property is missing, an - * error will be thrown. - */ -function getArg(aArgs, aName, aDefaultValue) { - if (aName in aArgs) { - return aArgs[aName]; - } else if (arguments.length === 3) { - return aDefaultValue; - } else { - throw new Error('"' + aName + '" is a required argument.'); - } -} -exports.getArg = getArg; - -var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; -var dataUrlRegexp = /^data:.+\,.+$/; - -function urlParse(aUrl) { - var match = aUrl.match(urlRegexp); - if (!match) { - return null; - } - return { - scheme: match[1], - auth: match[2], - host: match[3], - port: match[4], - path: match[5] - }; -} -exports.urlParse = urlParse; - -function urlGenerate(aParsedUrl) { - var url = ''; - if (aParsedUrl.scheme) { - url += aParsedUrl.scheme + ':'; - } - url += '//'; - if (aParsedUrl.auth) { - url += aParsedUrl.auth + '@'; - } - if (aParsedUrl.host) { - url += aParsedUrl.host; - } - if (aParsedUrl.port) { - url += ":" + aParsedUrl.port - } - if (aParsedUrl.path) { - url += aParsedUrl.path; - } - return url; -} -exports.urlGenerate = urlGenerate; - -/** - * Normalizes a path, or the path portion of a URL: - * - * - Replaces consecutive slashes with one slash. - * - Removes unnecessary '.' parts. - * - Removes unnecessary '/..' parts. - * - * Based on code in the Node.js 'path' core module. - * - * @param aPath The path or url to normalize. - */ -function normalize(aPath) { - var path = aPath; - var url = urlParse(aPath); - if (url) { - if (!url.path) { - return aPath; - } - path = url.path; - } - var isAbsolute = exports.isAbsolute(path); - - var parts = path.split(/\/+/); - for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { - part = parts[i]; - if (part === '.') { - parts.splice(i, 1); - } else if (part === '..') { - up++; - } else if (up > 0) { - if (part === '') { - // The first part is blank if the path is absolute. Trying to go - // above the root is a no-op. Therefore we can remove all '..' parts - // directly after the root. - parts.splice(i + 1, up); - up = 0; - } else { - parts.splice(i, 2); - up--; - } - } - } - path = parts.join('/'); - - if (path === '') { - path = isAbsolute ? '/' : '.'; - } - - if (url) { - url.path = path; - return urlGenerate(url); - } - return path; -} -exports.normalize = normalize; - -/** - * Joins two paths/URLs. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be joined with the root. - * - * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a - * scheme-relative URL: Then the scheme of aRoot, if any, is prepended - * first. - * - Otherwise aPath is a path. If aRoot is a URL, then its path portion - * is updated with the result and aRoot is returned. Otherwise the result - * is returned. - * - If aPath is absolute, the result is aPath. - * - Otherwise the two paths are joined with a slash. - * - Joining for example 'http://' and 'www.example.com' is also supported. - */ -function join(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - if (aPath === "") { - aPath = "."; - } - var aPathUrl = urlParse(aPath); - var aRootUrl = urlParse(aRoot); - if (aRootUrl) { - aRoot = aRootUrl.path || '/'; - } - - // `join(foo, '//www.example.org')` - if (aPathUrl && !aPathUrl.scheme) { - if (aRootUrl) { - aPathUrl.scheme = aRootUrl.scheme; - } - return urlGenerate(aPathUrl); - } - - if (aPathUrl || aPath.match(dataUrlRegexp)) { - return aPath; - } - - // `join('http://', 'www.example.com')` - if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { - aRootUrl.host = aPath; - return urlGenerate(aRootUrl); - } - - var joined = aPath.charAt(0) === '/' - ? aPath - : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); - - if (aRootUrl) { - aRootUrl.path = joined; - return urlGenerate(aRootUrl); - } - return joined; -} -exports.join = join; - -exports.isAbsolute = function (aPath) { - return aPath.charAt(0) === '/' || urlRegexp.test(aPath); -}; - -/** - * Make a path relative to a URL or another path. - * - * @param aRoot The root path or URL. - * @param aPath The path or URL to be made relative to aRoot. - */ -function relative(aRoot, aPath) { - if (aRoot === "") { - aRoot = "."; - } - - aRoot = aRoot.replace(/\/$/, ''); - - // It is possible for the path to be above the root. In this case, simply - // checking whether the root is a prefix of the path won't work. Instead, we - // need to remove components from the root one by one, until either we find - // a prefix that fits, or we run out of components to remove. - var level = 0; - while (aPath.indexOf(aRoot + '/') !== 0) { - var index = aRoot.lastIndexOf("/"); - if (index < 0) { - return aPath; - } - - // If the only part of the root that is left is the scheme (i.e. http://, - // file:///, etc.), one or more slashes (/), or simply nothing at all, we - // have exhausted all components, so the path is not relative to the root. - aRoot = aRoot.slice(0, index); - if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { - return aPath; - } - - ++level; - } - - // Make sure we add a "../" for each component we removed from the root. - return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); -} -exports.relative = relative; - -var supportsNullProto = (function () { - var obj = Object.create(null); - return !('__proto__' in obj); -}()); - -function identity (s) { - return s; -} - -/** - * Because behavior goes wacky when you set `__proto__` on objects, we - * have to prefix all the strings in our set with an arbitrary character. - * - * See https://github.com/mozilla/source-map/pull/31 and - * https://github.com/mozilla/source-map/issues/30 - * - * @param String aStr - */ -function toSetString(aStr) { - if (isProtoString(aStr)) { - return '$' + aStr; - } - - return aStr; -} -exports.toSetString = supportsNullProto ? identity : toSetString; - -function fromSetString(aStr) { - if (isProtoString(aStr)) { - return aStr.slice(1); - } - - return aStr; -} -exports.fromSetString = supportsNullProto ? identity : fromSetString; - -function isProtoString(s) { - if (!s) { - return false; - } - - var length = s.length; - - if (length < 9 /* "__proto__".length */) { - return false; - } - - if (s.charCodeAt(length - 1) !== 95 /* '_' */ || - s.charCodeAt(length - 2) !== 95 /* '_' */ || - s.charCodeAt(length - 3) !== 111 /* 'o' */ || - s.charCodeAt(length - 4) !== 116 /* 't' */ || - s.charCodeAt(length - 5) !== 111 /* 'o' */ || - s.charCodeAt(length - 6) !== 114 /* 'r' */ || - s.charCodeAt(length - 7) !== 112 /* 'p' */ || - s.charCodeAt(length - 8) !== 95 /* '_' */ || - s.charCodeAt(length - 9) !== 95 /* '_' */) { - return false; - } - - for (var i = length - 10; i >= 0; i--) { - if (s.charCodeAt(i) !== 36 /* '$' */) { - return false; - } - } - - return true; -} - -/** - * Comparator between two mappings where the original positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same original source/line/column, but different generated - * line and column the same. Useful when searching for a mapping with a - * stubbed out mapping. - */ -function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { - var cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0 || onlyCompareOriginal) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); -} -exports.compareByOriginalPositions = compareByOriginalPositions; - -/** - * Comparator between two mappings with deflated source and name indices where - * the generated positions are compared. - * - * Optionally pass in `true` as `onlyCompareGenerated` to consider two - * mappings with the same generated line and column, but different - * source/name/original line and column the same. Useful when searching for a - * mapping with a stubbed out mapping. - */ -function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0 || onlyCompareGenerated) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); -} -exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; - -function strcmp(aStr1, aStr2) { - if (aStr1 === aStr2) { - return 0; - } - - if (aStr1 === null) { - return 1; // aStr2 !== null - } - - if (aStr2 === null) { - return -1; // aStr1 !== null - } - - if (aStr1 > aStr2) { - return 1; - } - - return -1; -} - -/** - * Comparator between two mappings with inflated source and name strings where - * the generated positions are compared. - */ -function compareByGeneratedPositionsInflated(mappingA, mappingB) { - var cmp = mappingA.generatedLine - mappingB.generatedLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.generatedColumn - mappingB.generatedColumn; - if (cmp !== 0) { - return cmp; - } - - cmp = strcmp(mappingA.source, mappingB.source); - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalLine - mappingB.originalLine; - if (cmp !== 0) { - return cmp; - } - - cmp = mappingA.originalColumn - mappingB.originalColumn; - if (cmp !== 0) { - return cmp; - } - - return strcmp(mappingA.name, mappingB.name); -} -exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; - -/** - * Strip any JSON XSSI avoidance prefix from the string (as documented - * in the source maps specification), and then parse the string as - * JSON. - */ -function parseSourceMapInput(str) { - return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); -} -exports.parseSourceMapInput = parseSourceMapInput; - -/** - * Compute the URL of a source given the the source root, the source's - * URL, and the source map's URL. - */ -function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { - sourceURL = sourceURL || ''; - - if (sourceRoot) { - // This follows what Chrome does. - if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { - sourceRoot += '/'; - } - // The spec says: - // Line 4: An optional source root, useful for relocating source - // files on a server or removing repeated values in the - // “sources” entry. This value is prepended to the individual - // entries in the “source” field. - sourceURL = sourceRoot + sourceURL; - } - - // Historically, SourceMapConsumer did not take the sourceMapURL as - // a parameter. This mode is still somewhat supported, which is why - // this code block is conditional. However, it's preferable to pass - // the source map URL to SourceMapConsumer, so that this function - // can implement the source URL resolution algorithm as outlined in - // the spec. This block is basically the equivalent of: - // new URL(sourceURL, sourceMapURL).toString() - // ... except it avoids using URL, which wasn't available in the - // older releases of node still supported by this library. - // - // The spec says: - // If the sources are not absolute URLs after prepending of the - // “sourceRoot”, the sources are resolved relative to the - // SourceMap (like resolving script src in a html document). - if (sourceMapURL) { - var parsed = urlParse(sourceMapURL); - if (!parsed) { - throw new Error("sourceMapURL could not be parsed"); - } - if (parsed.path) { - // Strip the last path component, but keep the "/". - var index = parsed.path.lastIndexOf('/'); - if (index >= 0) { - parsed.path = parsed.path.substring(0, index + 1); - } - } - sourceURL = join(urlGenerate(parsed), sourceURL); - } - - return normalize(sourceURL); -} -exports.computeSourceURL = computeSourceURL; diff --git a/2019-setembro/node_modules/source-map/package.json b/2019-setembro/node_modules/source-map/package.json deleted file mode 100644 index 2466341..0000000 --- a/2019-setembro/node_modules/source-map/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "source-map", - "description": "Generates and consumes source maps", - "version": "0.6.1", - "homepage": "https://github.com/mozilla/source-map", - "author": "Nick Fitzgerald ", - "contributors": [ - "Tobias Koppers ", - "Duncan Beevers ", - "Stephen Crane ", - "Ryan Seddon ", - "Miles Elam ", - "Mihai Bazon ", - "Michael Ficarra ", - "Todd Wolfson ", - "Alexander Solovyov ", - "Felix Gnass ", - "Conrad Irwin ", - "usrbincc ", - "David Glasser ", - "Chase Douglas ", - "Evan Wallace ", - "Heather Arthur ", - "Hugh Kennedy ", - "David Glasser ", - "Simon Lydell ", - "Jmeas Smith ", - "Michael Z Goddard ", - "azu ", - "John Gozde ", - "Adam Kirkton ", - "Chris Montgomery ", - "J. Ryan Stinnett ", - "Jack Herrington ", - "Chris Truter ", - "Daniel Espeset ", - "Jamie Wong ", - "Eddy Bruël ", - "Hawken Rives ", - "Gilad Peleg ", - "djchie ", - "Gary Ye ", - "Nicolas Lalevée " - ], - "repository": { - "type": "git", - "url": "http://github.com/mozilla/source-map.git" - }, - "main": "./source-map.js", - "files": [ - "source-map.js", - "source-map.d.ts", - "lib/", - "dist/source-map.debug.js", - "dist/source-map.js", - "dist/source-map.min.js", - "dist/source-map.min.js.map" - ], - "engines": { - "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "scripts": { - "test": "npm run build && node test/run-tests.js", - "build": "webpack --color", - "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" - }, - "devDependencies": { - "doctoc": "^0.15.0", - "webpack": "^1.12.0" - }, - "typings": "source-map" -} diff --git a/2019-setembro/node_modules/source-map/source-map.d.ts b/2019-setembro/node_modules/source-map/source-map.d.ts deleted file mode 100644 index 8f972b0..0000000 --- a/2019-setembro/node_modules/source-map/source-map.d.ts +++ /dev/null @@ -1,98 +0,0 @@ -export interface StartOfSourceMap { - file?: string; - sourceRoot?: string; -} - -export interface RawSourceMap extends StartOfSourceMap { - version: string; - sources: string[]; - names: string[]; - sourcesContent?: string[]; - mappings: string; -} - -export interface Position { - line: number; - column: number; -} - -export interface LineRange extends Position { - lastColumn: number; -} - -export interface FindPosition extends Position { - // SourceMapConsumer.GREATEST_LOWER_BOUND or SourceMapConsumer.LEAST_UPPER_BOUND - bias?: number; -} - -export interface SourceFindPosition extends FindPosition { - source: string; -} - -export interface MappedPosition extends Position { - source: string; - name?: string; -} - -export interface MappingItem { - source: string; - generatedLine: number; - generatedColumn: number; - originalLine: number; - originalColumn: number; - name: string; -} - -export class SourceMapConsumer { - static GENERATED_ORDER: number; - static ORIGINAL_ORDER: number; - - static GREATEST_LOWER_BOUND: number; - static LEAST_UPPER_BOUND: number; - - constructor(rawSourceMap: RawSourceMap); - computeColumnSpans(): void; - originalPositionFor(generatedPosition: FindPosition): MappedPosition; - generatedPositionFor(originalPosition: SourceFindPosition): LineRange; - allGeneratedPositionsFor(originalPosition: MappedPosition): Position[]; - hasContentsOfAllSources(): boolean; - sourceContentFor(source: string, returnNullOnMissing?: boolean): string; - eachMapping(callback: (mapping: MappingItem) => void, context?: any, order?: number): void; -} - -export interface Mapping { - generated: Position; - original: Position; - source: string; - name?: string; -} - -export class SourceMapGenerator { - constructor(startOfSourceMap?: StartOfSourceMap); - static fromSourceMap(sourceMapConsumer: SourceMapConsumer): SourceMapGenerator; - addMapping(mapping: Mapping): void; - setSourceContent(sourceFile: string, sourceContent: string): void; - applySourceMap(sourceMapConsumer: SourceMapConsumer, sourceFile?: string, sourceMapPath?: string): void; - toString(): string; -} - -export interface CodeWithSourceMap { - code: string; - map: SourceMapGenerator; -} - -export class SourceNode { - constructor(); - constructor(line: number, column: number, source: string); - constructor(line: number, column: number, source: string, chunk?: string, name?: string); - static fromStringWithSourceMap(code: string, sourceMapConsumer: SourceMapConsumer, relativePath?: string): SourceNode; - add(chunk: string): void; - prepend(chunk: string): void; - setSourceContent(sourceFile: string, sourceContent: string): void; - walk(fn: (chunk: string, mapping: MappedPosition) => void): void; - walkSourceContents(fn: (file: string, content: string) => void): void; - join(sep: string): SourceNode; - replaceRight(pattern: string, replacement: string): SourceNode; - toString(): string; - toStringWithSourceMap(startOfSourceMap?: StartOfSourceMap): CodeWithSourceMap; -} diff --git a/2019-setembro/node_modules/source-map/source-map.js b/2019-setembro/node_modules/source-map/source-map.js deleted file mode 100644 index bc88fe8..0000000 --- a/2019-setembro/node_modules/source-map/source-map.js +++ /dev/null @@ -1,8 +0,0 @@ -/* - * Copyright 2009-2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE.txt or: - * http://opensource.org/licenses/BSD-3-Clause - */ -exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator; -exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer; -exports.SourceNode = require('./lib/source-node').SourceNode; diff --git a/2019-setembro/node_modules/sourcemap-codec/CHANGELOG.md b/2019-setembro/node_modules/sourcemap-codec/CHANGELOG.md deleted file mode 100644 index 0a279e2..0000000 --- a/2019-setembro/node_modules/sourcemap-codec/CHANGELOG.md +++ /dev/null @@ -1,56 +0,0 @@ -# sourcemap-codec changelog - -## 1.4.6 - -* Use arrays instead of typed arrays ([#79](https://github.com/Rich-Harris/sourcemap-codec/pull/79)) - -## 1.4.5 - -* Handle overflow cases ([#78](https://github.com/Rich-Harris/sourcemap-codec/pull/78)) - -## 1.4.4 - -* Use Uint32Array, yikes ([#77](https://github.com/Rich-Harris/sourcemap-codec/pull/77)) - -## 1.4.3 - -* Use Uint16Array to prevent overflow ([#75](https://github.com/Rich-Harris/sourcemap-codec/pull/75)) - -## 1.4.2 - -* GO EVEN FASTER ([#74](https://github.com/Rich-Harris/sourcemap-codec/pull/74)) - -## 1.4.1 - -* GO FASTER ([#71](https://github.com/Rich-Harris/sourcemap-codec/pull/71)) - -## 1.4.0 - -* Add TypeScript declarations ([#70](https://github.com/Rich-Harris/sourcemap-codec/pull/70)) - -## 1.3.1 - -* Update build process, expose `pkg.module` - -## 1.3.0 - -* Update build process - -## 1.2.1 - -* Add dist files to npm package - -## 1.2.0 - -* Add ES6 build -* Update dependencies -* Add test coverage - -## 1.1.0 - -* Fix bug with lines containing single-character segments -* Add tests - -## 1.0.0 - -* First release diff --git a/2019-setembro/node_modules/sourcemap-codec/LICENSE b/2019-setembro/node_modules/sourcemap-codec/LICENSE deleted file mode 100644 index a331065..0000000 --- a/2019-setembro/node_modules/sourcemap-codec/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2015 Rich Harris - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/sourcemap-codec/README.md b/2019-setembro/node_modules/sourcemap-codec/README.md deleted file mode 100644 index e4373aa..0000000 --- a/2019-setembro/node_modules/sourcemap-codec/README.md +++ /dev/null @@ -1,63 +0,0 @@ -# sourcemap-codec - -Encode/decode the `mappings` property of a [sourcemap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit). - - -## Why? - -Sourcemaps are difficult to generate and manipulate, because the `mappings` property – the part that actually links the generated code back to the original source – is encoded using an obscure method called [Variable-length quantity](https://en.wikipedia.org/wiki/Variable-length_quantity). On top of that, each segment in the mapping contains offsets rather than absolute indices, which means that you can't look at a segment in isolation – you have to understand the whole sourcemap. - -This package makes the process slightly easier. - - -## Installation - -```bash -npm install sourcemap-codec -``` - - -## Usage - -```js -import { encode, decode } from 'sourcemap-codec'; - -var decoded = decode( ';EAEEA,EAAE,EAAC,CAAE;ECQY,UACC' ); - -assert.deepEqual( decoded, [ - // the first line (of the generated code) has no mappings, - // as shown by the starting semi-colon (which separates lines) - [], - - // the second line contains four (comma-separated) segments - [ - // segments are encoded as you'd expect: - // [ generatedCodeColumn, sourceIndex, sourceCodeLine, sourceCodeColumn, nameIndex ] - - // i.e. the first segment begins at column 2, and maps back to the second column - // of the second line (both zero-based) of the 0th source, and uses the 0th - // name in the `map.names` array - [ 2, 0, 2, 2, 0 ], - - // the remaining segments are 4-length rather than 5-length, - // because they don't map a name - [ 4, 0, 2, 4 ], - [ 6, 0, 2, 5 ], - [ 7, 0, 2, 7 ] - ], - - // the final line contains two segments - [ - [ 2, 1, 10, 19 ], - [ 12, 1, 11, 20 ] - ] -]); - -var encoded = encode( decoded ); -assert.equal( encoded, ';EAEEA,EAAE,EAAC,CAAE;ECQY,UACC' ); -``` - - -# License - -MIT diff --git a/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js b/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js deleted file mode 100644 index 954637a..0000000 --- a/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js +++ /dev/null @@ -1,133 +0,0 @@ -var charToInteger = {}; -var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; -for (var i = 0; i < chars.length; i++) { - charToInteger[chars.charCodeAt(i)] = i; -} -function decode(mappings) { - var generatedCodeColumn = 0; // first field - var sourceFileIndex = 0; // second field - var sourceCodeLine = 0; // third field - var sourceCodeColumn = 0; // fourth field - var nameIndex = 0; // fifth field - var decoded = []; - var line = []; - var segment = []; - for (var i = 0, j = 0, shift = 0, value = 0, len = mappings.length; i < len; i++) { - var c = mappings.charCodeAt(i); - if (c === 44) { // "," - if (segment.length) - line.push(segment); - segment = []; - j = 0; - } - else if (c === 59) { // ";" - if (segment.length) - line.push(segment); - segment = []; - j = 0; - decoded.push(line); - line = []; - generatedCodeColumn = 0; - } - else { - var integer = charToInteger[c]; - if (integer === undefined) { - throw new Error('Invalid character (' + String.fromCharCode(c) + ')'); - } - var hasContinuationBit = integer & 32; - integer &= 31; - value += integer << shift; - if (hasContinuationBit) { - shift += 5; - } - else { - var shouldNegate = value & 1; - value >>>= 1; - if (shouldNegate) { - value = -value; - if (value === 0) - value = -0x80000000; - } - if (j == 0) { - generatedCodeColumn += value; - segment.push(generatedCodeColumn); - } - else if (j === 1) { - sourceFileIndex += value; - segment.push(sourceFileIndex); - } - else if (j === 2) { - sourceCodeLine += value; - segment.push(sourceCodeLine); - } - else if (j === 3) { - sourceCodeColumn += value; - segment.push(sourceCodeColumn); - } - else if (j === 4) { - nameIndex += value; - segment.push(nameIndex); - } - j++; - value = shift = 0; // reset - } - } - } - if (segment.length) - line.push(segment); - decoded.push(line); - return decoded; -} -function encode(decoded) { - var sourceFileIndex = 0; // second field - var sourceCodeLine = 0; // third field - var sourceCodeColumn = 0; // fourth field - var nameIndex = 0; // fifth field - var mappings = ''; - for (var i = 0; i < decoded.length; i++) { - var line = decoded[i]; - if (i > 0) - mappings += ';'; - if (line.length === 0) - continue; - var generatedCodeColumn = 0; // first field - var lineMappings = []; - for (var _i = 0, line_1 = line; _i < line_1.length; _i++) { - var segment = line_1[_i]; - var segmentMappings = encodeInteger(segment[0] - generatedCodeColumn); - generatedCodeColumn = segment[0]; - if (segment.length > 1) { - segmentMappings += - encodeInteger(segment[1] - sourceFileIndex) + - encodeInteger(segment[2] - sourceCodeLine) + - encodeInteger(segment[3] - sourceCodeColumn); - sourceFileIndex = segment[1]; - sourceCodeLine = segment[2]; - sourceCodeColumn = segment[3]; - } - if (segment.length === 5) { - segmentMappings += encodeInteger(segment[4] - nameIndex); - nameIndex = segment[4]; - } - lineMappings.push(segmentMappings); - } - mappings += lineMappings.join(','); - } - return mappings; -} -function encodeInteger(num) { - var result = ''; - num = num < 0 ? (-num << 1) | 1 : num << 1; - do { - var clamped = num & 31; - num >>>= 5; - if (num > 0) { - clamped |= 32; - } - result += chars[clamped]; - } while (num > 0); - return result; -} - -export { decode, encode }; -//# sourceMappingURL=sourcemap-codec.es.js.map diff --git a/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js b/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js deleted file mode 100644 index a12ad62..0000000 --- a/2019-setembro/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js +++ /dev/null @@ -1,144 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : - typeof define === 'function' && define.amd ? define(['exports'], factory) : - (global = global || self, factory(global.sourcemapCodec = {})); -}(this, function (exports) { 'use strict'; - - var charToInteger = {}; - var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; - for (var i = 0; i < chars.length; i++) { - charToInteger[chars.charCodeAt(i)] = i; - } - function decode(mappings) { - var generatedCodeColumn = 0; // first field - var sourceFileIndex = 0; // second field - var sourceCodeLine = 0; // third field - var sourceCodeColumn = 0; // fourth field - var nameIndex = 0; // fifth field - var decoded = []; - var line = []; - var segment = []; - for (var i = 0, j = 0, shift = 0, value = 0, len = mappings.length; i < len; i++) { - var c = mappings.charCodeAt(i); - if (c === 44) { // "," - if (segment.length) - line.push(segment); - segment = []; - j = 0; - } - else if (c === 59) { // ";" - if (segment.length) - line.push(segment); - segment = []; - j = 0; - decoded.push(line); - line = []; - generatedCodeColumn = 0; - } - else { - var integer = charToInteger[c]; - if (integer === undefined) { - throw new Error('Invalid character (' + String.fromCharCode(c) + ')'); - } - var hasContinuationBit = integer & 32; - integer &= 31; - value += integer << shift; - if (hasContinuationBit) { - shift += 5; - } - else { - var shouldNegate = value & 1; - value >>>= 1; - if (shouldNegate) { - value = -value; - if (value === 0) - value = -0x80000000; - } - if (j == 0) { - generatedCodeColumn += value; - segment.push(generatedCodeColumn); - } - else if (j === 1) { - sourceFileIndex += value; - segment.push(sourceFileIndex); - } - else if (j === 2) { - sourceCodeLine += value; - segment.push(sourceCodeLine); - } - else if (j === 3) { - sourceCodeColumn += value; - segment.push(sourceCodeColumn); - } - else if (j === 4) { - nameIndex += value; - segment.push(nameIndex); - } - j++; - value = shift = 0; // reset - } - } - } - if (segment.length) - line.push(segment); - decoded.push(line); - return decoded; - } - function encode(decoded) { - var sourceFileIndex = 0; // second field - var sourceCodeLine = 0; // third field - var sourceCodeColumn = 0; // fourth field - var nameIndex = 0; // fifth field - var mappings = ''; - for (var i = 0; i < decoded.length; i++) { - var line = decoded[i]; - if (i > 0) - mappings += ';'; - if (line.length === 0) - continue; - var generatedCodeColumn = 0; // first field - var lineMappings = []; - for (var _i = 0, line_1 = line; _i < line_1.length; _i++) { - var segment = line_1[_i]; - var segmentMappings = encodeInteger(segment[0] - generatedCodeColumn); - generatedCodeColumn = segment[0]; - if (segment.length > 1) { - segmentMappings += - encodeInteger(segment[1] - sourceFileIndex) + - encodeInteger(segment[2] - sourceCodeLine) + - encodeInteger(segment[3] - sourceCodeColumn); - sourceFileIndex = segment[1]; - sourceCodeLine = segment[2]; - sourceCodeColumn = segment[3]; - } - if (segment.length === 5) { - segmentMappings += encodeInteger(segment[4] - nameIndex); - nameIndex = segment[4]; - } - lineMappings.push(segmentMappings); - } - mappings += lineMappings.join(','); - } - return mappings; - } - function encodeInteger(num) { - var result = ''; - num = num < 0 ? (-num << 1) | 1 : num << 1; - do { - var clamped = num & 31; - num >>>= 5; - if (num > 0) { - clamped |= 32; - } - result += chars[clamped]; - } while (num > 0); - return result; - } - - exports.decode = decode; - exports.encode = encode; - - Object.defineProperty(exports, '__esModule', { value: true }); - -})); -//# sourceMappingURL=sourcemap-codec.umd.js.map diff --git a/2019-setembro/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts b/2019-setembro/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts deleted file mode 100644 index 6ac3c1d..0000000 --- a/2019-setembro/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export declare type SourceMapSegment = [number] | [number, number, number, number] | [number, number, number, number, number]; -export declare type SourceMapLine = SourceMapSegment[]; -export declare type SourceMapMappings = SourceMapLine[]; -export declare function decode(mappings: string): SourceMapMappings; -export declare function encode(decoded: SourceMapMappings): string; diff --git a/2019-setembro/node_modules/sourcemap-codec/package.json b/2019-setembro/node_modules/sourcemap-codec/package.json deleted file mode 100644 index d590730..0000000 --- a/2019-setembro/node_modules/sourcemap-codec/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "sourcemap-codec", - "version": "1.4.6", - "description": "Encode/decode sourcemap mappings", - "main": "dist/sourcemap-codec.umd.js", - "module": "dist/sourcemap-codec.es.js", - "types": "dist/types/sourcemap-codec.d.ts", - "scripts": { - "test": "mocha", - "build": "rm -rf dist && rollup -c && tsc", - "pretest": "npm run build", - "prepublish": "npm test", - "lint": "eslint src", - "pretest-coverage": "npm run build", - "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js", - "posttest-coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist", - "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov" - }, - "repository": { - "type": "git", - "url": "https://github.com/Rich-Harris/sourcemap-codec" - }, - "keywords": [ - "sourcemap", - "vlq" - ], - "author": "Rich Harris", - "license": "MIT", - "bugs": { - "url": "https://github.com/Rich-Harris/sourcemap-codec/issues" - }, - "homepage": "https://github.com/Rich-Harris/sourcemap-codec", - "dependencies": {}, - "devDependencies": { - "codecov.io": "^0.1.6", - "console-group": "^0.3.3", - "eslint": "^6.0.1", - "eslint-plugin-import": "^2.18.0", - "istanbul": "^0.4.5", - "mocha": "^6.1.4", - "remap-istanbul": "^0.13.0", - "rollup": "^1.16.4", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-typescript": "^1.0.1", - "typescript": "^3.5.2" - }, - "files": [ - "dist/*.js", - "dist/**/*.d.ts", - "README.md" - ] -} diff --git a/2019-setembro/node_modules/spdx-correct/LICENSE b/2019-setembro/node_modules/spdx-correct/LICENSE deleted file mode 100644 index d645695..0000000 --- a/2019-setembro/node_modules/spdx-correct/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/2019-setembro/node_modules/spdx-correct/README.md b/2019-setembro/node_modules/spdx-correct/README.md deleted file mode 100644 index ab388cf..0000000 --- a/2019-setembro/node_modules/spdx-correct/README.md +++ /dev/null @@ -1,14 +0,0 @@ -```javascript -var correct = require('spdx-correct') -var assert = require('assert') - -assert.equal(correct('mit'), 'MIT') - -assert.equal(correct('Apache 2'), 'Apache-2.0') - -assert(correct('No idea what license') === null) - -// disable upgrade option -assert(correct('GPL-3.0'), 'GPL-3.0-or-later') -assert(correct('GPL-3.0', { upgrade: false }), 'GPL-3.0') -``` diff --git a/2019-setembro/node_modules/spdx-correct/index.js b/2019-setembro/node_modules/spdx-correct/index.js deleted file mode 100644 index 8e0e5ae..0000000 --- a/2019-setembro/node_modules/spdx-correct/index.js +++ /dev/null @@ -1,343 +0,0 @@ -/* -Copyright spdx-correct.js contributors - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -var parse = require('spdx-expression-parse') -var spdxLicenseIds = require('spdx-license-ids') - -function valid (string) { - try { - parse(string) - return true - } catch (error) { - return false - } -} - -// Common transpositions of license identifier acronyms -var transpositions = [ - ['APGL', 'AGPL'], - ['Gpl', 'GPL'], - ['GLP', 'GPL'], - ['APL', 'Apache'], - ['ISD', 'ISC'], - ['GLP', 'GPL'], - ['IST', 'ISC'], - ['Claude', 'Clause'], - [' or later', '+'], - [' International', ''], - ['GNU', 'GPL'], - ['GUN', 'GPL'], - ['+', ''], - ['GNU GPL', 'GPL'], - ['GNU/GPL', 'GPL'], - ['GNU GLP', 'GPL'], - ['GNU General Public License', 'GPL'], - ['Gnu public license', 'GPL'], - ['GNU Public License', 'GPL'], - ['GNU GENERAL PUBLIC LICENSE', 'GPL'], - ['MTI', 'MIT'], - ['Mozilla Public License', 'MPL'], - ['WTH', 'WTF'], - ['-License', ''] -] - -var TRANSPOSED = 0 -var CORRECT = 1 - -// Simple corrections to nearly valid identifiers. -var transforms = [ - // e.g. 'mit' - function (argument) { - return argument.toUpperCase() - }, - // e.g. 'MIT ' - function (argument) { - return argument.trim() - }, - // e.g. 'M.I.T.' - function (argument) { - return argument.replace(/\./g, '') - }, - // e.g. 'Apache- 2.0' - function (argument) { - return argument.replace(/\s+/g, '') - }, - // e.g. 'CC BY 4.0'' - function (argument) { - return argument.replace(/\s+/g, '-') - }, - // e.g. 'LGPLv2.1' - function (argument) { - return argument.replace('v', '-') - }, - // e.g. 'Apache 2.0' - function (argument) { - return argument.replace(/,?\s*(\d)/, '-$1') - }, - // e.g. 'GPL 2' - function (argument) { - return argument.replace(/,?\s*(\d)/, '-$1.0') - }, - // e.g. 'Apache Version 2.0' - function (argument) { - return argument - .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2') - }, - // e.g. 'Apache Version 2' - function (argument) { - return argument - .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2.0') - }, - // e.g. 'ZLIB' - function (argument) { - return argument[0].toUpperCase() + argument.slice(1) - }, - // e.g. 'MPL/2.0' - function (argument) { - return argument.replace('/', '-') - }, - // e.g. 'Apache 2' - function (argument) { - return argument - .replace(/\s*V\s*(\d)/, '-$1') - .replace(/(\d)$/, '$1.0') - }, - // e.g. 'GPL-2.0', 'GPL-3.0' - function (argument) { - if (argument.indexOf('3.0') !== -1) { - return argument + '-or-later' - } else { - return argument + '-only' - } - }, - // e.g. 'GPL-2.0-' - function (argument) { - return argument + 'only' - }, - // e.g. 'GPL2' - function (argument) { - return argument.replace(/(\d)$/, '-$1.0') - }, - // e.g. 'BSD 3' - function (argument) { - return argument.replace(/(-| )?(\d)$/, '-$2-Clause') - }, - // e.g. 'BSD clause 3' - function (argument) { - return argument.replace(/(-| )clause(-| )(\d)/, '-$3-Clause') - }, - // e.g. 'BY-NC-4.0' - function (argument) { - return 'CC-' + argument - }, - // e.g. 'BY-NC' - function (argument) { - return 'CC-' + argument + '-4.0' - }, - // e.g. 'Attribution-NonCommercial' - function (argument) { - return argument - .replace('Attribution', 'BY') - .replace('NonCommercial', 'NC') - .replace('NoDerivatives', 'ND') - .replace(/ (\d)/, '-$1') - .replace(/ ?International/, '') - }, - // e.g. 'Attribution-NonCommercial' - function (argument) { - return 'CC-' + - argument - .replace('Attribution', 'BY') - .replace('NonCommercial', 'NC') - .replace('NoDerivatives', 'ND') - .replace(/ (\d)/, '-$1') - .replace(/ ?International/, '') + - '-4.0' - } -] - -var licensesWithVersions = spdxLicenseIds - .map(function (id) { - var match = /^(.*)-\d+\.\d+$/.exec(id) - return match - ? [match[0], match[1]] - : [id, null] - }) - .reduce(function (objectMap, item) { - var key = item[1] - objectMap[key] = objectMap[key] || [] - objectMap[key].push(item[0]) - return objectMap - }, {}) - -var licensesWithOneVersion = Object.keys(licensesWithVersions) - .map(function makeEntries (key) { - return [key, licensesWithVersions[key]] - }) - .filter(function identifySoleVersions (item) { - return ( - // Licenses has just one valid version suffix. - item[1].length === 1 && - item[0] !== null && - // APL will be considered Apache, rather than APL-1.0 - item[0] !== 'APL' - ) - }) - .map(function createLastResorts (item) { - return [item[0], item[1][0]] - }) - -licensesWithVersions = undefined - -// If all else fails, guess that strings containing certain substrings -// meant to identify certain licenses. -var lastResorts = [ - ['UNLI', 'Unlicense'], - ['WTF', 'WTFPL'], - ['2 CLAUSE', 'BSD-2-Clause'], - ['2-CLAUSE', 'BSD-2-Clause'], - ['3 CLAUSE', 'BSD-3-Clause'], - ['3-CLAUSE', 'BSD-3-Clause'], - ['AFFERO', 'AGPL-3.0-or-later'], - ['AGPL', 'AGPL-3.0-or-later'], - ['APACHE', 'Apache-2.0'], - ['ARTISTIC', 'Artistic-2.0'], - ['Affero', 'AGPL-3.0-or-later'], - ['BEER', 'Beerware'], - ['BOOST', 'BSL-1.0'], - ['BSD', 'BSD-2-Clause'], - ['CDDL', 'CDDL-1.1'], - ['ECLIPSE', 'EPL-1.0'], - ['FUCK', 'WTFPL'], - ['GNU', 'GPL-3.0-or-later'], - ['LGPL', 'LGPL-3.0-or-later'], - ['GPLV1', 'GPL-1.0-only'], - ['GPL-1', 'GPL-1.0-only'], - ['GPLV2', 'GPL-2.0-only'], - ['GPL-2', 'GPL-2.0-only'], - ['GPL', 'GPL-3.0-or-later'], - ['MIT +NO-FALSE-ATTRIBS', 'MITNFA'], - ['MIT', 'MIT'], - ['MPL', 'MPL-2.0'], - ['X11', 'X11'], - ['ZLIB', 'Zlib'] -].concat(licensesWithOneVersion) - -var SUBSTRING = 0 -var IDENTIFIER = 1 - -var validTransformation = function (identifier) { - for (var i = 0; i < transforms.length; i++) { - var transformed = transforms[i](identifier).trim() - if (transformed !== identifier && valid(transformed)) { - return transformed - } - } - return null -} - -var validLastResort = function (identifier) { - var upperCased = identifier.toUpperCase() - for (var i = 0; i < lastResorts.length; i++) { - var lastResort = lastResorts[i] - if (upperCased.indexOf(lastResort[SUBSTRING]) > -1) { - return lastResort[IDENTIFIER] - } - } - return null -} - -var anyCorrection = function (identifier, check) { - for (var i = 0; i < transpositions.length; i++) { - var transposition = transpositions[i] - var transposed = transposition[TRANSPOSED] - if (identifier.indexOf(transposed) > -1) { - var corrected = identifier.replace( - transposed, - transposition[CORRECT] - ) - var checked = check(corrected) - if (checked !== null) { - return checked - } - } - } - return null -} - -module.exports = function (identifier, options) { - options = options || {} - var upgrade = options.upgrade === undefined ? true : !!options.upgrade - function postprocess (value) { - return upgrade ? upgradeGPLs(value) : value - } - var validArugment = ( - typeof identifier === 'string' && - identifier.trim().length !== 0 - ) - if (!validArugment) { - throw Error('Invalid argument. Expected non-empty string.') - } - identifier = identifier.trim() - if (valid(identifier)) { - return postprocess(identifier) - } - var noPlus = identifier.replace(/\+$/, '').trim() - if (valid(noPlus)) { - return postprocess(noPlus) - } - var transformed = validTransformation(identifier) - if (transformed !== null) { - return postprocess(transformed) - } - transformed = anyCorrection(identifier, function (argument) { - if (valid(argument)) { - return argument - } - return validTransformation(argument) - }) - if (transformed !== null) { - return postprocess(transformed) - } - transformed = validLastResort(identifier) - if (transformed !== null) { - return postprocess(transformed) - } - transformed = anyCorrection(identifier, validLastResort) - if (transformed !== null) { - return postprocess(transformed) - } - return null -} - -function upgradeGPLs (value) { - if ([ - 'GPL-1.0', 'LGPL-1.0', 'AGPL-1.0', - 'GPL-2.0', 'LGPL-2.0', 'AGPL-2.0', - 'LGPL-2.1' - ].indexOf(value) !== -1) { - return value + '-only' - } else if ([ - 'GPL-1.0+', 'GPL-2.0+', 'GPL-3.0+', - 'LGPL-2.0+', 'LGPL-2.1+', 'LGPL-3.0+', - 'AGPL-1.0+', 'AGPL-3.0+' - ].indexOf(value) !== -1) { - return value.replace(/\+$/, '-or-later') - } else if (['GPL-3.0', 'LGPL-3.0', 'AGPL-3.0'].indexOf(value) !== -1) { - return value + '-or-later' - } else { - return value - } -} diff --git a/2019-setembro/node_modules/spdx-correct/package.json b/2019-setembro/node_modules/spdx-correct/package.json deleted file mode 100644 index bc87fd5..0000000 --- a/2019-setembro/node_modules/spdx-correct/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "spdx-correct", - "description": "correct invalid SPDX expressions", - "version": "3.1.0", - "author": "Kyle E. Mitchell (https://kemitchell.com)", - "contributors": [ - "Kyle E. Mitchell (https://kemitchell.com)", - "Christian Zommerfelds ", - "Tal Einat ", - "Dan Butvinik " - ], - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - }, - "devDependencies": { - "defence-cli": "^2.0.1", - "replace-require-self": "^1.0.0", - "standard": "^11.0.0", - "standard-markdown": "^4.0.2", - "tape": "^4.9.0" - }, - "files": [ - "index.js" - ], - "keywords": [ - "SPDX", - "law", - "legal", - "license", - "metadata" - ], - "license": "Apache-2.0", - "repository": "jslicense/spdx-correct.js", - "scripts": { - "lint": "standard && standard-markdown README.md", - "test": "defence README.md | replace-require-self | node && node test.js" - } -} diff --git a/2019-setembro/node_modules/spdx-exceptions/README.md b/2019-setembro/node_modules/spdx-exceptions/README.md deleted file mode 100644 index 6c927ec..0000000 --- a/2019-setembro/node_modules/spdx-exceptions/README.md +++ /dev/null @@ -1,36 +0,0 @@ -The package exports an array of strings. Each string is an identifier -for a license exception under the [Software Package Data Exchange -(SPDX)][SPDX] software license metadata standard. - -[SPDX]: https://spdx.org - -## Copyright and Licensing - -### SPDX - -"SPDX" is a federally registered United States trademark of The Linux -Foundation Corporation. - -From version 2.0 of the [SPDX] specification: - -> Copyright © 2010-2015 Linux Foundation and its Contributors. Licensed -> under the Creative Commons Attribution License 3.0 Unported. All other -> rights are expressly reserved. - -The Linux Foundation and the SPDX working groups are good people. Only -they decide what "SPDX" means, as a standard and otherwise. I respect -their work and their rights. You should, too. - -### This Package - -> I created this package by copying exception identifiers out of the -> SPDX specification. That work was mechanical, routine, and required no -> creativity whatsoever. - Kyle Mitchell, package author - -United States users concerned about intellectual property may wish to -discuss the following Supreme Court decisions with their attorneys: - -- _Baker v. Selden_, 101 U.S. 99 (1879) - -- _Feist Publications, Inc., v. Rural Telephone Service Co._, - 499 U.S. 340 (1991) diff --git a/2019-setembro/node_modules/spdx-exceptions/index.json b/2019-setembro/node_modules/spdx-exceptions/index.json deleted file mode 100644 index 1063ebd..0000000 --- a/2019-setembro/node_modules/spdx-exceptions/index.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - "389-exception", - "Autoconf-exception-2.0", - "Autoconf-exception-3.0", - "Bison-exception-2.2", - "Bootloader-exception", - "Classpath-exception-2.0", - "CLISP-exception-2.0", - "DigiRule-FOSS-exception", - "eCos-exception-2.0", - "Fawkes-Runtime-exception", - "FLTK-exception", - "Font-exception-2.0", - "freertos-exception-2.0", - "GCC-exception-2.0", - "GCC-exception-3.1", - "gnu-javamail-exception", - "i2p-gpl-java-exception", - "Libtool-exception", - "Linux-syscall-note", - "LLVM-exception", - "LZMA-exception", - "mif-exception", - "Nokia-Qt-exception-1.1", - "OCCT-exception-1.0", - "OpenJDK-assembly-exception-1.0", - "openvpn-openssl-exception", - "PS-or-PDF-font-exception-20170817", - "Qt-GPL-exception-1.0", - "Qt-LGPL-exception-1.1", - "Qwt-exception-1.0", - "u-boot-exception-2.0", - "WxWindows-exception-3.1" -] diff --git a/2019-setembro/node_modules/spdx-exceptions/package.json b/2019-setembro/node_modules/spdx-exceptions/package.json deleted file mode 100644 index 3481993..0000000 --- a/2019-setembro/node_modules/spdx-exceptions/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "spdx-exceptions", - "description": "list of SPDX standard license exceptions", - "version": "2.2.0", - "author": "The Linux Foundation", - "contributors": [ - "Kyle E. Mitchell (https://kemitchell.com/)" - ], - "license": "CC-BY-3.0", - "repository": "kemitchell/spdx-exceptions.json" -} diff --git a/2019-setembro/node_modules/spdx-exceptions/test.log b/2019-setembro/node_modules/spdx-exceptions/test.log deleted file mode 100644 index b54b110..0000000 --- a/2019-setembro/node_modules/spdx-exceptions/test.log +++ /dev/null @@ -1,8 +0,0 @@ -up to date in 1.038s -found 0 vulnerabilities - - -> spdx-exceptions@2.1.0 test /home/kyle/spdx-exceptions.json -> echo 'Error: no test specified' - -Error: no test specified diff --git a/2019-setembro/node_modules/spdx-expression-parse/AUTHORS b/2019-setembro/node_modules/spdx-expression-parse/AUTHORS deleted file mode 100644 index 257a76b..0000000 --- a/2019-setembro/node_modules/spdx-expression-parse/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -C. Scott Ananian (http://cscott.net) -Kyle E. Mitchell (https://kemitchell.com) -Shinnosuke Watanabe -Antoine Motet diff --git a/2019-setembro/node_modules/spdx-expression-parse/LICENSE b/2019-setembro/node_modules/spdx-expression-parse/LICENSE deleted file mode 100644 index 831618e..0000000 --- a/2019-setembro/node_modules/spdx-expression-parse/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License - -Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/spdx-expression-parse/README.md b/2019-setembro/node_modules/spdx-expression-parse/README.md deleted file mode 100644 index 514895b..0000000 --- a/2019-setembro/node_modules/spdx-expression-parse/README.md +++ /dev/null @@ -1,91 +0,0 @@ -This package parses [SPDX license expression](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60) strings describing license terms, like [package.json license strings](https://docs.npmjs.com/files/package.json#license), into consistently structured ECMAScript objects. The npm command-line interface depends on this package, as do many automatic license-audit tools. - -In a nutshell: - -```javascript -var parse = require('spdx-expression-parse') -var assert = require('assert') - -assert.deepEqual( - // Licensed under the terms of the Two-Clause BSD License. - parse('BSD-2-Clause'), - {license: 'BSD-2-Clause'} -) - -assert.throws(function () { - // An invalid SPDX license expression. - // Should be `Apache-2.0`. - parse('Apache 2') -}) - -assert.deepEqual( - // Dual licensed under either: - // - LGPL 2.1 - // - a combination of Three-Clause BSD and MIT - parse('(LGPL-2.1 OR BSD-3-Clause AND MIT)'), - { - left: {license: 'LGPL-2.1'}, - conjunction: 'or', - right: { - left: {license: 'BSD-3-Clause'}, - conjunction: 'and', - right: {license: 'MIT'} - } - } -) -``` - -The syntax comes from the [Software Package Data eXchange (SPDX)](https://spdx.org/), a standard from the [Linux Foundation](https://www.linuxfoundation.org) for shareable data about software package license terms. SPDX aims to make sharing and auditing license data easy, especially for users of open-source software. - -The bulk of the SPDX standard describes syntax and semantics of XML metadata files. This package implements two lightweight, plain-text components of that larger standard: - -1. The [license list](https://spdx.org/licenses), a mapping from specific string identifiers, like `Apache-2.0`, to standard form license texts and bolt-on license exceptions. The [spdx-license-ids](https://www.npmjs.com/package/spdx-exceptions) and [spdx-exceptions](https://www.npmjs.com/package/spdx-license-ids) packages implement the license list. `spdx-expression-parse` depends on and `require()`s them. - - Any license identifier from the license list is a valid license expression: - - ```javascript - var identifiers = [] - .concat(require('spdx-license-ids')) - .concat(require('spdx-license-ids/deprecated')) - - identifiers.forEach(function (id) { - assert.deepEqual(parse(id), {license: id}) - }) - ``` - - So is any license identifier `WITH` a standardized license exception: - - ```javascript - identifiers.forEach(function (id) { - require('spdx-exceptions').forEach(function (e) { - assert.deepEqual( - parse(id + ' WITH ' + e), - {license: id, exception: e} - ) - }) - }) - ``` - -2. The license expression language, for describing simple and complex license terms, like `MIT` for MIT-licensed and `(GPL-2.0 OR Apache-2.0)` for dual-licensing under GPL 2.0 and Apache 2.0. `spdx-expression-parse` itself implements license expression language, exporting a parser. - - ```javascript - assert.deepEqual( - // Licensed under a combination of: - // - the MIT License AND - // - a combination of: - // - LGPL 2.1 (or a later version) AND - // - Three-Clause BSD - parse('(MIT AND (LGPL-2.1+ AND BSD-3-Clause))'), - { - left: {license: 'MIT'}, - conjunction: 'and', - right: { - left: {license: 'LGPL-2.1', plus: true}, - conjunction: 'and', - right: {license: 'BSD-3-Clause'} - } - } - ) - ``` - -The Linux Foundation and its contributors license the SPDX standard under the terms of [the Creative Commons Attribution License 3.0 Unported (SPDX: "CC-BY-3.0")](http://spdx.org/licenses/CC-BY-3.0). "SPDX" is a United States federally registered trademark of the Linux Foundation. The authors of this package license their work under the terms of the MIT License. diff --git a/2019-setembro/node_modules/spdx-expression-parse/index.js b/2019-setembro/node_modules/spdx-expression-parse/index.js deleted file mode 100644 index 52fab56..0000000 --- a/2019-setembro/node_modules/spdx-expression-parse/index.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict' - -var scan = require('./scan') -var parse = require('./parse') - -module.exports = function (source) { - return parse(scan(source)) -} diff --git a/2019-setembro/node_modules/spdx-expression-parse/package.json b/2019-setembro/node_modules/spdx-expression-parse/package.json deleted file mode 100644 index 7157520..0000000 --- a/2019-setembro/node_modules/spdx-expression-parse/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "spdx-expression-parse", - "description": "parse SPDX license expressions", - "version": "3.0.0", - "author": "Kyle E. Mitchell (http://kemitchell.com)", - "files": [ - "AUTHORS", - "index.js", - "parse.js", - "scan.js" - ], - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "devDependencies": { - "defence-cli": "^2.0.1", - "mocha": "^3.4.2", - "replace-require-self": "^1.0.0", - "standard": "^10.0.2" - }, - "keywords": [ - "SPDX", - "law", - "legal", - "license", - "metadata", - "package", - "package.json", - "standards" - ], - "license": "MIT", - "repository": "jslicense/spdx-expression-parse.js", - "scripts": { - "lint": "standard", - "test:readme": "defence -i javascript README.md | replace-require-self | node", - "test:mocha": "mocha test/index.js", - "test": "npm run test:mocha && npm run test:readme" - } -} diff --git a/2019-setembro/node_modules/spdx-expression-parse/parse.js b/2019-setembro/node_modules/spdx-expression-parse/parse.js deleted file mode 100644 index a4a52ce..0000000 --- a/2019-setembro/node_modules/spdx-expression-parse/parse.js +++ /dev/null @@ -1,138 +0,0 @@ -'use strict' - -// The ABNF grammar in the spec is totally ambiguous. -// -// This parser follows the operator precedence defined in the -// `Order of Precedence and Parentheses` section. - -module.exports = function (tokens) { - var index = 0 - - function hasMore () { - return index < tokens.length - } - - function token () { - return hasMore() ? tokens[index] : null - } - - function next () { - if (!hasMore()) { - throw new Error() - } - index++ - } - - function parseOperator (operator) { - var t = token() - if (t && t.type === 'OPERATOR' && operator === t.string) { - next() - return t.string - } - } - - function parseWith () { - if (parseOperator('WITH')) { - var t = token() - if (t && t.type === 'EXCEPTION') { - next() - return t.string - } - throw new Error('Expected exception after `WITH`') - } - } - - function parseLicenseRef () { - // TODO: Actually, everything is concatenated into one string - // for backward-compatibility but it could be better to return - // a nice structure. - var begin = index - var string = '' - var t = token() - if (t.type === 'DOCUMENTREF') { - next() - string += 'DocumentRef-' + t.string + ':' - if (!parseOperator(':')) { - throw new Error('Expected `:` after `DocumentRef-...`') - } - } - t = token() - if (t.type === 'LICENSEREF') { - next() - string += 'LicenseRef-' + t.string - return {license: string} - } - index = begin - } - - function parseLicense () { - var t = token() - if (t && t.type === 'LICENSE') { - next() - var node = {license: t.string} - if (parseOperator('+')) { - node.plus = true - } - var exception = parseWith() - if (exception) { - node.exception = exception - } - return node - } - } - - function parseParenthesizedExpression () { - var left = parseOperator('(') - if (!left) { - return - } - - var expr = parseExpression() - - if (!parseOperator(')')) { - throw new Error('Expected `)`') - } - - return expr - } - - function parseAtom () { - return ( - parseParenthesizedExpression() || - parseLicenseRef() || - parseLicense() - ) - } - - function makeBinaryOpParser (operator, nextParser) { - return function parseBinaryOp () { - var left = nextParser() - if (!left) { - return - } - - if (!parseOperator(operator)) { - return left - } - - var right = parseBinaryOp() - if (!right) { - throw new Error('Expected expression') - } - return { - left: left, - conjunction: operator.toLowerCase(), - right: right - } - } - } - - var parseAnd = makeBinaryOpParser('AND', parseAtom) - var parseExpression = makeBinaryOpParser('OR', parseAnd) - - var node = parseExpression() - if (!node || hasMore()) { - throw new Error('Syntax error') - } - return node -} diff --git a/2019-setembro/node_modules/spdx-expression-parse/scan.js b/2019-setembro/node_modules/spdx-expression-parse/scan.js deleted file mode 100644 index d0567f4..0000000 --- a/2019-setembro/node_modules/spdx-expression-parse/scan.js +++ /dev/null @@ -1,131 +0,0 @@ -'use strict' - -var licenses = [] - .concat(require('spdx-license-ids')) - .concat(require('spdx-license-ids/deprecated')) -var exceptions = require('spdx-exceptions') - -module.exports = function (source) { - var index = 0 - - function hasMore () { - return index < source.length - } - - // `value` can be a regexp or a string. - // If it is recognized, the matching source string is returned and - // the index is incremented. Otherwise `undefined` is returned. - function read (value) { - if (value instanceof RegExp) { - var chars = source.slice(index) - var match = chars.match(value) - if (match) { - index += match[0].length - return match[0] - } - } else { - if (source.indexOf(value, index) === index) { - index += value.length - return value - } - } - } - - function skipWhitespace () { - read(/[ ]*/) - } - - function operator () { - var string - var possibilities = ['WITH', 'AND', 'OR', '(', ')', ':', '+'] - for (var i = 0; i < possibilities.length; i++) { - string = read(possibilities[i]) - if (string) { - break - } - } - - if (string === '+' && index > 1 && source[index - 2] === ' ') { - throw new Error('Space before `+`') - } - - return string && { - type: 'OPERATOR', - string: string - } - } - - function idstring () { - return read(/[A-Za-z0-9-.]+/) - } - - function expectIdstring () { - var string = idstring() - if (!string) { - throw new Error('Expected idstring at offset ' + index) - } - return string - } - - function documentRef () { - if (read('DocumentRef-')) { - var string = expectIdstring() - return {type: 'DOCUMENTREF', string: string} - } - } - - function licenseRef () { - if (read('LicenseRef-')) { - var string = expectIdstring() - return {type: 'LICENSEREF', string: string} - } - } - - function identifier () { - var begin = index - var string = idstring() - - if (licenses.indexOf(string) !== -1) { - return { - type: 'LICENSE', - string: string - } - } else if (exceptions.indexOf(string) !== -1) { - return { - type: 'EXCEPTION', - string: string - } - } - - index = begin - } - - // Tries to read the next token. Returns `undefined` if no token is - // recognized. - function parseToken () { - // Ordering matters - return ( - operator() || - documentRef() || - licenseRef() || - identifier() - ) - } - - var tokens = [] - while (hasMore()) { - skipWhitespace() - if (!hasMore()) { - break - } - - var token = parseToken() - if (!token) { - throw new Error('Unexpected `' + source[index] + - '` at offset ' + index) - } - - tokens.push(token) - } - return tokens -} diff --git a/2019-setembro/node_modules/spdx-license-ids/README.md b/2019-setembro/node_modules/spdx-license-ids/README.md deleted file mode 100644 index 699514d..0000000 --- a/2019-setembro/node_modules/spdx-license-ids/README.md +++ /dev/null @@ -1,52 +0,0 @@ -# spdx-license-ids - -[![npm version](https://img.shields.io/npm/v/spdx-license-ids.svg)](https://www.npmjs.com/package/spdx-license-ids) -[![Github Actions](https://action-badges.now.sh/shinnn/spdx-license-ids)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/shinnn/spdx-license-ids) - -A list of [SPDX license](https://spdx.org/licenses/) identifiers - -## Installation - -[Download JSON directly](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/index.json), or [use](https://docs.npmjs.com/cli/install) [npm](https://docs.npmjs.com/about-npm/): - -``` -npm install spdx-license-ids -``` - -## [Node.js](https://nodejs.org/) API - -### require('spdx-license-ids') - -Type: `string[]` - -All license IDs except for the currently deprecated ones. - -```javascript -const ids = require('spdx-license-ids'); -//=> ['0BSD', 'AAL', 'ADSL', 'AFL-1.1', 'AFL-1.2', 'AFL-2.0', 'AFL-2.1', 'AFL-3.0', 'AGPL-1.0-only', ...] - -ids.includes('BSD-3-Clause'); //=> true -ids.includes('CC-BY-1.0'); //=> true - -ids.includes('GPL-3.0'); //=> false -``` - -### require('spdx-license-ids/deprecated') - -Type: `string[]` - -Deprecated license IDs. - -```javascript -const deprecatedIds = require('spdx-license-ids/deprecated'); -//=> ['AGPL-1.0', 'AGPL-3.0', 'GFDL-1.1', 'GFDL-1.2', 'GFDL-1.3', 'GPL-1.0', 'GPL-2.0', ...] - -deprecatedIds.includes('BSD-3-Clause'); //=> false -deprecatedIds.includes('CC-BY-1.0'); //=> false - -deprecatedIds.includes('GPL-3.0'); //=> true -``` - -## License - -[Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/deed) diff --git a/2019-setembro/node_modules/spdx-license-ids/deprecated.json b/2019-setembro/node_modules/spdx-license-ids/deprecated.json deleted file mode 100644 index 1681f48..0000000 --- a/2019-setembro/node_modules/spdx-license-ids/deprecated.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - "AGPL-1.0", - "AGPL-3.0", - "GFDL-1.1", - "GFDL-1.2", - "GFDL-1.3", - "GPL-1.0", - "GPL-2.0", - "GPL-2.0-with-GCC-exception", - "GPL-2.0-with-autoconf-exception", - "GPL-2.0-with-bison-exception", - "GPL-2.0-with-classpath-exception", - "GPL-2.0-with-font-exception", - "GPL-3.0", - "GPL-3.0-with-GCC-exception", - "GPL-3.0-with-autoconf-exception", - "LGPL-2.0", - "LGPL-2.1", - "LGPL-3.0", - "Nunit", - "StandardML-NJ", - "eCos-2.0", - "wxWindows" -] diff --git a/2019-setembro/node_modules/spdx-license-ids/index.json b/2019-setembro/node_modules/spdx-license-ids/index.json deleted file mode 100644 index 5283c78..0000000 --- a/2019-setembro/node_modules/spdx-license-ids/index.json +++ /dev/null @@ -1,370 +0,0 @@ -[ - "0BSD", - "AAL", - "ADSL", - "AFL-1.1", - "AFL-1.2", - "AFL-2.0", - "AFL-2.1", - "AFL-3.0", - "AGPL-1.0-only", - "AGPL-1.0-or-later", - "AGPL-3.0-only", - "AGPL-3.0-or-later", - "AMDPLPA", - "AML", - "AMPAS", - "ANTLR-PD", - "APAFML", - "APL-1.0", - "APSL-1.0", - "APSL-1.1", - "APSL-1.2", - "APSL-2.0", - "Abstyles", - "Adobe-2006", - "Adobe-Glyph", - "Afmparse", - "Aladdin", - "Apache-1.0", - "Apache-1.1", - "Apache-2.0", - "Artistic-1.0", - "Artistic-1.0-Perl", - "Artistic-1.0-cl8", - "Artistic-2.0", - "BSD-1-Clause", - "BSD-2-Clause", - "BSD-2-Clause-FreeBSD", - "BSD-2-Clause-NetBSD", - "BSD-2-Clause-Patent", - "BSD-3-Clause", - "BSD-3-Clause-Attribution", - "BSD-3-Clause-Clear", - "BSD-3-Clause-LBNL", - "BSD-3-Clause-No-Nuclear-License", - "BSD-3-Clause-No-Nuclear-License-2014", - "BSD-3-Clause-No-Nuclear-Warranty", - "BSD-3-Clause-Open-MPI", - "BSD-4-Clause", - "BSD-4-Clause-UC", - "BSD-Protection", - "BSD-Source-Code", - "BSL-1.0", - "Bahyph", - "Barr", - "Beerware", - "BitTorrent-1.0", - "BitTorrent-1.1", - "BlueOak-1.0.0", - "Borceux", - "CATOSL-1.1", - "CC-BY-1.0", - "CC-BY-2.0", - "CC-BY-2.5", - "CC-BY-3.0", - "CC-BY-4.0", - "CC-BY-NC-1.0", - "CC-BY-NC-2.0", - "CC-BY-NC-2.5", - "CC-BY-NC-3.0", - "CC-BY-NC-4.0", - "CC-BY-NC-ND-1.0", - "CC-BY-NC-ND-2.0", - "CC-BY-NC-ND-2.5", - "CC-BY-NC-ND-3.0", - "CC-BY-NC-ND-4.0", - "CC-BY-NC-SA-1.0", - "CC-BY-NC-SA-2.0", - "CC-BY-NC-SA-2.5", - "CC-BY-NC-SA-3.0", - "CC-BY-NC-SA-4.0", - "CC-BY-ND-1.0", - "CC-BY-ND-2.0", - "CC-BY-ND-2.5", - "CC-BY-ND-3.0", - "CC-BY-ND-4.0", - "CC-BY-SA-1.0", - "CC-BY-SA-2.0", - "CC-BY-SA-2.5", - "CC-BY-SA-3.0", - "CC-BY-SA-4.0", - "CC-PDDC", - "CC0-1.0", - "CDDL-1.0", - "CDDL-1.1", - "CDLA-Permissive-1.0", - "CDLA-Sharing-1.0", - "CECILL-1.0", - "CECILL-1.1", - "CECILL-2.0", - "CECILL-2.1", - "CECILL-B", - "CECILL-C", - "CERN-OHL-1.1", - "CERN-OHL-1.2", - "CNRI-Jython", - "CNRI-Python", - "CNRI-Python-GPL-Compatible", - "CPAL-1.0", - "CPL-1.0", - "CPOL-1.02", - "CUA-OPL-1.0", - "Caldera", - "ClArtistic", - "Condor-1.1", - "Crossword", - "CrystalStacker", - "Cube", - "D-FSL-1.0", - "DOC", - "DSDP", - "Dotseqn", - "ECL-1.0", - "ECL-2.0", - "EFL-1.0", - "EFL-2.0", - "EPL-1.0", - "EPL-2.0", - "EUDatagrid", - "EUPL-1.0", - "EUPL-1.1", - "EUPL-1.2", - "Entessa", - "ErlPL-1.1", - "Eurosym", - "FSFAP", - "FSFUL", - "FSFULLR", - "FTL", - "Fair", - "Frameworx-1.0", - "FreeImage", - "GFDL-1.1-only", - "GFDL-1.1-or-later", - "GFDL-1.2-only", - "GFDL-1.2-or-later", - "GFDL-1.3-only", - "GFDL-1.3-or-later", - "GL2PS", - "GPL-1.0-only", - "GPL-1.0-or-later", - "GPL-2.0-only", - "GPL-2.0-or-later", - "GPL-3.0-only", - "GPL-3.0-or-later", - "Giftware", - "Glide", - "Glulxe", - "HPND", - "HPND-sell-variant", - "HaskellReport", - "IBM-pibs", - "ICU", - "IJG", - "IPA", - "IPL-1.0", - "ISC", - "ImageMagick", - "Imlib2", - "Info-ZIP", - "Intel", - "Intel-ACPI", - "Interbase-1.0", - "JPNIC", - "JSON", - "JasPer-2.0", - "LAL-1.2", - "LAL-1.3", - "LGPL-2.0-only", - "LGPL-2.0-or-later", - "LGPL-2.1-only", - "LGPL-2.1-or-later", - "LGPL-3.0-only", - "LGPL-3.0-or-later", - "LGPLLR", - "LPL-1.0", - "LPL-1.02", - "LPPL-1.0", - "LPPL-1.1", - "LPPL-1.2", - "LPPL-1.3a", - "LPPL-1.3c", - "Latex2e", - "Leptonica", - "LiLiQ-P-1.1", - "LiLiQ-R-1.1", - "LiLiQ-Rplus-1.1", - "Libpng", - "Linux-OpenIB", - "MIT", - "MIT-0", - "MIT-CMU", - "MIT-advertising", - "MIT-enna", - "MIT-feh", - "MITNFA", - "MPL-1.0", - "MPL-1.1", - "MPL-2.0", - "MPL-2.0-no-copyleft-exception", - "MS-PL", - "MS-RL", - "MTLL", - "MakeIndex", - "MirOS", - "Motosoto", - "Multics", - "Mup", - "NASA-1.3", - "NBPL-1.0", - "NCSA", - "NGPL", - "NLOD-1.0", - "NLPL", - "NOSL", - "NPL-1.0", - "NPL-1.1", - "NPOSL-3.0", - "NRL", - "NTP", - "Naumen", - "Net-SNMP", - "NetCDF", - "Newsletr", - "Nokia", - "Noweb", - "OCCT-PL", - "OCLC-2.0", - "ODC-By-1.0", - "ODbL-1.0", - "OFL-1.0", - "OFL-1.1", - "OGL-UK-1.0", - "OGL-UK-2.0", - "OGL-UK-3.0", - "OGTSL", - "OLDAP-1.1", - "OLDAP-1.2", - "OLDAP-1.3", - "OLDAP-1.4", - "OLDAP-2.0", - "OLDAP-2.0.1", - "OLDAP-2.1", - "OLDAP-2.2", - "OLDAP-2.2.1", - "OLDAP-2.2.2", - "OLDAP-2.3", - "OLDAP-2.4", - "OLDAP-2.5", - "OLDAP-2.6", - "OLDAP-2.7", - "OLDAP-2.8", - "OML", - "OPL-1.0", - "OSET-PL-2.1", - "OSL-1.0", - "OSL-1.1", - "OSL-2.0", - "OSL-2.1", - "OSL-3.0", - "OpenSSL", - "PDDL-1.0", - "PHP-3.0", - "PHP-3.01", - "Parity-6.0.0", - "Plexus", - "PostgreSQL", - "Python-2.0", - "QPL-1.0", - "Qhull", - "RHeCos-1.1", - "RPL-1.1", - "RPL-1.5", - "RPSL-1.0", - "RSA-MD", - "RSCPL", - "Rdisc", - "Ruby", - "SAX-PD", - "SCEA", - "SGI-B-1.0", - "SGI-B-1.1", - "SGI-B-2.0", - "SHL-0.5", - "SHL-0.51", - "SISSL", - "SISSL-1.2", - "SMLNJ", - "SMPPL", - "SNIA", - "SPL-1.0", - "SSPL-1.0", - "SWL", - "Saxpath", - "Sendmail", - "Sendmail-8.23", - "SimPL-2.0", - "Sleepycat", - "Spencer-86", - "Spencer-94", - "Spencer-99", - "SugarCRM-1.1.3", - "TAPR-OHL-1.0", - "TCL", - "TCP-wrappers", - "TMate", - "TORQUE-1.1", - "TOSL", - "TU-Berlin-1.0", - "TU-Berlin-2.0", - "UPL-1.0", - "Unicode-DFS-2015", - "Unicode-DFS-2016", - "Unicode-TOU", - "Unlicense", - "VOSTROM", - "VSL-1.0", - "Vim", - "W3C", - "W3C-19980720", - "W3C-20150513", - "WTFPL", - "Watcom-1.0", - "Wsuipa", - "X11", - "XFree86-1.1", - "XSkat", - "Xerox", - "Xnet", - "YPL-1.0", - "YPL-1.1", - "ZPL-1.1", - "ZPL-2.0", - "ZPL-2.1", - "Zed", - "Zend-2.0", - "Zimbra-1.3", - "Zimbra-1.4", - "Zlib", - "blessing", - "bzip2-1.0.5", - "bzip2-1.0.6", - "copyleft-next-0.3.0", - "copyleft-next-0.3.1", - "curl", - "diffmark", - "dvipdfm", - "eGenix", - "gSOAP-1.3b", - "gnuplot", - "iMatix", - "libpng-2.0", - "libtiff", - "mpich2", - "psfrag", - "psutils", - "xinetd", - "xpp", - "zlib-acknowledgement" -] diff --git a/2019-setembro/node_modules/spdx-license-ids/package.json b/2019-setembro/node_modules/spdx-license-ids/package.json deleted file mode 100644 index 68580a6..0000000 --- a/2019-setembro/node_modules/spdx-license-ids/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "spdx-license-ids", - "version": "3.0.5", - "description": "A list of SPDX license identifiers", - "repository": "shinnn/spdx-license-ids", - "author": "Shinnosuke Watanabe (https://github.com/shinnn)", - "license": "CC0-1.0", - "scripts": { - "build": "node build.js", - "pretest": "eslint .", - "test": "node test.js" - }, - "files": [ - "deprecated.json", - "index.json" - ], - "keywords": [ - "spdx", - "license", - "licenses", - "id", - "identifier", - "identifiers", - "json", - "array", - "oss" - ], - "devDependencies": { - "@shinnn/eslint-config": "^6.8.7", - "chalk": "^2.4.1", - "eslint": "^5.10.0", - "get-spdx-license-ids": "^2.1.0", - "rmfr": "^2.0.0", - "tape": "^4.9.1" - }, - "eslintConfig": { - "extends": "@shinnn" - } -} diff --git a/2019-setembro/node_modules/split-string/LICENSE b/2019-setembro/node_modules/split-string/LICENSE deleted file mode 100644 index e33d14b..0000000 --- a/2019-setembro/node_modules/split-string/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/split-string/README.md b/2019-setembro/node_modules/split-string/README.md deleted file mode 100644 index d622e44..0000000 --- a/2019-setembro/node_modules/split-string/README.md +++ /dev/null @@ -1,321 +0,0 @@ -# split-string [![NPM version](https://img.shields.io/npm/v/split-string.svg?style=flat)](https://www.npmjs.com/package/split-string) [![NPM monthly downloads](https://img.shields.io/npm/dm/split-string.svg?style=flat)](https://npmjs.org/package/split-string) [![NPM total downloads](https://img.shields.io/npm/dt/split-string.svg?style=flat)](https://npmjs.org/package/split-string) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/split-string.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/split-string) - -> Split a string on a character except when the character is escaped. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save split-string -``` - - - -
    -Why use this? - -
    - -Although it's easy to split on a string: - -```js -console.log('a.b.c'.split('.')); -//=> ['a', 'b', 'c'] -``` - -It's more challenging to split a string whilst respecting escaped or quoted characters. - -**Bad** - -```js -console.log('a\\.b.c'.split('.')); -//=> ['a\\', 'b', 'c'] - -console.log('"a.b.c".d'.split('.')); -//=> ['"a', 'b', 'c"', 'd'] -``` - -**Good** - -```js -var split = require('split-string'); -console.log(split('a\\.b.c')); -//=> ['a.b', 'c'] - -console.log(split('"a.b.c".d')); -//=> ['a.b.c', 'd'] -``` - -See the [options](#options) to learn how to choose the separator or retain quotes or escaping. - -
    - -
    - -## Usage - -```js -var split = require('split-string'); - -split('a.b.c'); -//=> ['a', 'b', 'c'] - -// respects escaped characters -split('a.b.c\\.d'); -//=> ['a', 'b', 'c.d'] - -// respects double-quoted strings -split('a."b.c.d".e'); -//=> ['a', 'b.c.d', 'e'] -``` - -**Brackets** - -Also respects brackets [unless disabled](#optionsbrackets): - -```js -split('a (b c d) e', ' '); -//=> ['a', '(b c d)', 'e'] -``` - -## Options - -### options.brackets - -**Type**: `object|boolean` - -**Default**: `undefined` - -**Description** - -If enabled, split-string will not split inside brackets. The following brackets types are supported when `options.brackets` is `true`, - -```js -{ - '<': '>', - '(': ')', - '[': ']', - '{': '}' -} -``` - -Or, if object of brackets must be passed, each property on the object must be a bracket type, where the property key is the opening delimiter and property value is the closing delimiter. - -**Examples** - -```js -// no bracket support by default -split('a.{b.c}'); -//=> [ 'a', '{b', 'c}' ] - -// support all basic bracket types: "<>{}[]()" -split('a.{b.c}', {brackets: true}); -//=> [ 'a', '{b.c}' ] - -// also supports nested brackets -split('a.{b.{c.d}.e}.f', {brackets: true}); -//=> [ 'a', '{b.{c.d}.e}', 'f' ] - -// support only the specified brackets -split('[a.b].(c.d)', {brackets: {'[': ']'}}); -//=> [ '[a.b]', '(c', 'd)' ] -``` - -### options.sep - -**Type**: `string` - -**Default**: `.` - -The separator/character to split on. - -**Example** - -```js -split('a.b,c', {sep: ','}); -//=> ['a.b', 'c'] - -// you can also pass the separator as string as the last argument -split('a.b,c', ','); -//=> ['a.b', 'c'] -``` - -### options.keepEscaping - -**Type**: `boolean` - -**Default**: `undefined` - -Keep backslashes in the result. - -**Example** - -```js -split('a.b\\.c'); -//=> ['a', 'b.c'] - -split('a.b.\\c', {keepEscaping: true}); -//=> ['a', 'b\.c'] -``` - -### options.keepQuotes - -**Type**: `boolean` - -**Default**: `undefined` - -Keep single- or double-quotes in the result. - -**Example** - -```js -split('a."b.c.d".e'); -//=> ['a', 'b.c.d', 'e'] - -split('a."b.c.d".e', {keepQuotes: true}); -//=> ['a', '"b.c.d"', 'e'] - -split('a.\'b.c.d\'.e', {keepQuotes: true}); -//=> ['a', '\'b.c.d\'', 'e'] -``` - -### options.keepDoubleQuotes - -**Type**: `boolean` - -**Default**: `undefined` - -Keep double-quotes in the result. - -**Example** - -```js -split('a."b.c.d".e'); -//=> ['a', 'b.c.d', 'e'] - -split('a."b.c.d".e', {keepDoubleQuotes: true}); -//=> ['a', '"b.c.d"', 'e'] -``` - -### options.keepSingleQuotes - -**Type**: `boolean` - -**Default**: `undefined` - -Keep single-quotes in the result. - -**Example** - -```js -split('a.\'b.c.d\'.e'); -//=> ['a', 'b.c.d', 'e'] - -split('a.\'b.c.d\'.e', {keepSingleQuotes: true}); -//=> ['a', '\'b.c.d\'', 'e'] -``` - -## Customizer - -**Type**: `function` - -**Default**: `undefined` - -Pass a function as the last argument to customize how tokens are added to the array. - -**Example** - -```js -var arr = split('a.b', function(tok) { - if (tok.arr[tok.arr.length - 1] === 'a') { - tok.split = false; - } -}); -console.log(arr); -//=> ['a.b'] -``` - -**Properties** - -The `tok` object has the following properties: - -* `tok.val` (string) The current value about to be pushed onto the result array -* `tok.idx` (number) the current index in the string -* `tok.str` (string) the entire string -* `tok.arr` (array) the result array - -## Release history - -### v3.0.0 - 2017-06-17 - -**Added** - -* adds support for brackets - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [deromanize](https://www.npmjs.com/package/deromanize): Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc) | [homepage](https://github.com/jonschlinkert/deromanize "Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc)") -* [randomatic](https://www.npmjs.com/package/randomatic): Generate randomized strings of a specified length using simple character sequences. The original generate-password. | [homepage](https://github.com/jonschlinkert/randomatic "Generate randomized strings of a specified length using simple character sequences. The original generate-password.") -* [repeat-string](https://www.npmjs.com/package/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string. | [homepage](https://github.com/jonschlinkert/repeat-string "Repeat the given string n times. Fastest implementation for repeating a string.") -* [romanize](https://www.npmjs.com/package/romanize): Convert numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc) | [homepage](https://github.com/jonschlinkert/romanize "Convert numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc)") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 28 | [jonschlinkert](https://github.com/jonschlinkert) | -| 9 | [doowb](https://github.com/doowb) | - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/split-string/index.js b/2019-setembro/node_modules/split-string/index.js deleted file mode 100644 index 7bc0ea9..0000000 --- a/2019-setembro/node_modules/split-string/index.js +++ /dev/null @@ -1,171 +0,0 @@ -/*! - * split-string - * - * Copyright (c) 2015-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var extend = require('extend-shallow'); - -module.exports = function(str, options, fn) { - if (typeof str !== 'string') { - throw new TypeError('expected a string'); - } - - if (typeof options === 'function') { - fn = options; - options = null; - } - - // allow separator to be defined as a string - if (typeof options === 'string') { - options = { sep: options }; - } - - var opts = extend({sep: '.'}, options); - var quotes = opts.quotes || ['"', "'", '`']; - var brackets; - - if (opts.brackets === true) { - brackets = { - '<': '>', - '(': ')', - '[': ']', - '{': '}' - }; - } else if (opts.brackets) { - brackets = opts.brackets; - } - - var tokens = []; - var stack = []; - var arr = ['']; - var sep = opts.sep; - var len = str.length; - var idx = -1; - var closeIdx; - - function expected() { - if (brackets && stack.length) { - return brackets[stack[stack.length - 1]]; - } - } - - while (++idx < len) { - var ch = str[idx]; - var next = str[idx + 1]; - var tok = { val: ch, idx: idx, arr: arr, str: str }; - tokens.push(tok); - - if (ch === '\\') { - tok.val = keepEscaping(opts, str, idx) === true ? (ch + next) : next; - tok.escaped = true; - if (typeof fn === 'function') { - fn(tok); - } - arr[arr.length - 1] += tok.val; - idx++; - continue; - } - - if (brackets && brackets[ch]) { - stack.push(ch); - var e = expected(); - var i = idx + 1; - - if (str.indexOf(e, i + 1) !== -1) { - while (stack.length && i < len) { - var s = str[++i]; - if (s === '\\') { - s++; - continue; - } - - if (quotes.indexOf(s) !== -1) { - i = getClosingQuote(str, s, i + 1); - continue; - } - - e = expected(); - if (stack.length && str.indexOf(e, i + 1) === -1) { - break; - } - - if (brackets[s]) { - stack.push(s); - continue; - } - - if (e === s) { - stack.pop(); - } - } - } - - closeIdx = i; - if (closeIdx === -1) { - arr[arr.length - 1] += ch; - continue; - } - - ch = str.slice(idx, closeIdx + 1); - tok.val = ch; - tok.idx = idx = closeIdx; - } - - if (quotes.indexOf(ch) !== -1) { - closeIdx = getClosingQuote(str, ch, idx + 1); - if (closeIdx === -1) { - arr[arr.length - 1] += ch; - continue; - } - - if (keepQuotes(ch, opts) === true) { - ch = str.slice(idx, closeIdx + 1); - } else { - ch = str.slice(idx + 1, closeIdx); - } - - tok.val = ch; - tok.idx = idx = closeIdx; - } - - if (typeof fn === 'function') { - fn(tok, tokens); - ch = tok.val; - idx = tok.idx; - } - - if (tok.val === sep && tok.split !== false) { - arr.push(''); - continue; - } - - arr[arr.length - 1] += tok.val; - } - - return arr; -}; - -function getClosingQuote(str, ch, i, brackets) { - var idx = str.indexOf(ch, i); - if (str.charAt(idx - 1) === '\\') { - return getClosingQuote(str, ch, idx + 1); - } - return idx; -} - -function keepQuotes(ch, opts) { - if (opts.keepDoubleQuotes === true && ch === '"') return true; - if (opts.keepSingleQuotes === true && ch === "'") return true; - return opts.keepQuotes; -} - -function keepEscaping(opts, str, idx) { - if (typeof opts.keepEscaping === 'function') { - return opts.keepEscaping(str, idx); - } - return opts.keepEscaping === true || str[idx + 1] === '\\'; -} diff --git a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/LICENSE b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/LICENSE deleted file mode 100644 index 99c9369..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2015, 2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/README.md b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/README.md deleted file mode 100644 index dee226f..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/README.md +++ /dev/null @@ -1,97 +0,0 @@ -# extend-shallow [![NPM version](https://img.shields.io/npm/v/extend-shallow.svg?style=flat)](https://www.npmjs.com/package/extend-shallow) [![NPM monthly downloads](https://img.shields.io/npm/dm/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![NPM total downloads](https://img.shields.io/npm/dt/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extend-shallow.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extend-shallow) - -> Extend an object with the properties of additional objects. node.js/javascript util. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save extend-shallow -``` - -## Usage - -```js -var extend = require('extend-shallow'); - -extend({a: 'b'}, {c: 'd'}) -//=> {a: 'b', c: 'd'} -``` - -Pass an empty object to shallow clone: - -```js -var obj = {}; -extend(obj, {a: 'b'}, {c: 'd'}) -//=> {a: 'b', c: 'd'} -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") -* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js") -* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 33 | [jonschlinkert](https://github.com/jonschlinkert) | -| 1 | [pdehaan](https://github.com/pdehaan) | - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/index.js b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/index.js deleted file mode 100644 index c9582f8..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/index.js +++ /dev/null @@ -1,60 +0,0 @@ -'use strict'; - -var isExtendable = require('is-extendable'); -var assignSymbols = require('assign-symbols'); - -module.exports = Object.assign || function(obj/*, objects*/) { - if (obj === null || typeof obj === 'undefined') { - throw new TypeError('Cannot convert undefined or null to object'); - } - if (!isObject(obj)) { - obj = {}; - } - for (var i = 1; i < arguments.length; i++) { - var val = arguments[i]; - if (isString(val)) { - val = toObject(val); - } - if (isObject(val)) { - assign(obj, val); - assignSymbols(obj, val); - } - } - return obj; -}; - -function assign(a, b) { - for (var key in b) { - if (hasOwn(b, key)) { - a[key] = b[key]; - } - } -} - -function isString(val) { - return (val && typeof val === 'string'); -} - -function toObject(str) { - var obj = {}; - for (var i in str) { - obj[i] = str[i]; - } - return obj; -} - -function isObject(val) { - return (val && typeof val === 'object') || isExtendable(val); -} - -/** - * Returns true if the given `key` is an own property of `obj`. - */ - -function hasOwn(obj, key) { - return Object.prototype.hasOwnProperty.call(obj, key); -} - -function isEnum(obj, key) { - return Object.prototype.propertyIsEnumerable.call(obj, key); -} diff --git a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/package.json b/2019-setembro/node_modules/split-string/node_modules/extend-shallow/package.json deleted file mode 100644 index e5e9105..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/extend-shallow/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "extend-shallow", - "description": "Extend an object with the properties of additional objects. node.js/javascript util.", - "version": "3.0.2", - "homepage": "https://github.com/jonschlinkert/extend-shallow", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Peter deHaan (http://about.me/peterdehaan)" - ], - "repository": "jonschlinkert/extend-shallow", - "bugs": { - "url": "https://github.com/jonschlinkert/extend-shallow/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "devDependencies": { - "array-slice": "^1.0.0", - "benchmarked": "^2.0.0", - "for-own": "^1.0.0", - "gulp-format-md": "^1.0.0", - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.1", - "minimist": "^1.2.0", - "mocha": "^3.5.3", - "object-assign": "^4.1.1" - }, - "keywords": [ - "assign", - "clone", - "extend", - "merge", - "obj", - "object", - "object-assign", - "object.assign", - "prop", - "properties", - "property", - "props", - "shallow", - "util", - "utility", - "utils", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "related": { - "list": [ - "extend-shallow", - "for-in", - "for-own", - "is-plain-object", - "isobject", - "kind-of" - ] - }, - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/LICENSE b/2019-setembro/node_modules/split-string/node_modules/is-extendable/LICENSE deleted file mode 100644 index c0d7f13..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/is-extendable/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/README.md b/2019-setembro/node_modules/split-string/node_modules/is-extendable/README.md deleted file mode 100644 index 875b56a..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/is-extendable/README.md +++ /dev/null @@ -1,88 +0,0 @@ -# is-extendable [![NPM version](https://img.shields.io/npm/v/is-extendable.svg?style=flat)](https://www.npmjs.com/package/is-extendable) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![NPM total downloads](https://img.shields.io/npm/dt/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-extendable.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-extendable) - -> Returns true if a value is a plain object, array or function. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-extendable -``` - -## Usage - -```js -var isExtendable = require('is-extendable'); -``` - -Returns true if the value is any of the following: - -* array -* plain object -* function - -## Notes - -All objects in JavaScript can have keys, but it's a pain to check for this, since we ether need to verify that the value is not `null` or `undefined` and: - -* the value is not a primitive, or -* that the object is a plain object, function or array - -Also note that an `extendable` object is not the same as an [extensible object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible), which is one that (in es6) is not sealed, frozen, or marked as non-extensible using `preventExtensions`. - -## Release history - -### v1.0.0 - 2017/07/20 - -**Breaking changes** - -* No longer considers date, regex or error objects to be extendable - -## About - -### Related projects - -* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") -* [is-equal-shallow](https://www.npmjs.com/package/is-equal-shallow): Does a shallow comparison of two objects, returning false if the keys or values differ. | [homepage](https://github.com/jonschlinkert/is-equal-shallow "Does a shallow comparison of two objects, returning false if the keys or values differ.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 20, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.d.ts b/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.d.ts deleted file mode 100644 index b96d507..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export = isExtendable; - -declare function isExtendable(val: any): boolean; - -declare namespace isExtendable {} diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.js b/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.js deleted file mode 100644 index a8b26ad..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/is-extendable/index.js +++ /dev/null @@ -1,14 +0,0 @@ -/*! - * is-extendable - * - * Copyright (c) 2015-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var isPlainObject = require('is-plain-object'); - -module.exports = function isExtendable(val) { - return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); -}; diff --git a/2019-setembro/node_modules/split-string/node_modules/is-extendable/package.json b/2019-setembro/node_modules/split-string/node_modules/is-extendable/package.json deleted file mode 100644 index 2aaab65..0000000 --- a/2019-setembro/node_modules/split-string/node_modules/is-extendable/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "is-extendable", - "description": "Returns true if a value is a plain object, array or function.", - "version": "1.0.1", - "homepage": "https://github.com/jonschlinkert/is-extendable", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/is-extendable", - "bugs": { - "url": "https://github.com/jonschlinkert/is-extendable/issues" - }, - "license": "MIT", - "files": [ - "index.js", - "index.d.ts" - ], - "main": "index.js", - "types": "index.d.ts", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.4.2" - }, - "keywords": [ - "array", - "assign", - "check", - "date", - "extend", - "extendable", - "extensible", - "function", - "is", - "object", - "regex", - "test" - ], - "verb": { - "related": { - "list": [ - "assign-deep", - "is-equal-shallow", - "is-plain-object", - "isobject", - "kind-of" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/split-string/package.json b/2019-setembro/node_modules/split-string/package.json deleted file mode 100644 index 8f490a2..0000000 --- a/2019-setembro/node_modules/split-string/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "split-string", - "description": "Split a string on a character except when the character is escaped.", - "version": "3.1.0", - "homepage": "https://github.com/jonschlinkert/split-string", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "jonschlinkert/split-string", - "bugs": { - "url": "https://github.com/jonschlinkert/split-string/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "extend-shallow": "^3.0.0" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "character", - "escape", - "split", - "string" - ], - "verb": { - "toc": false, - "layout": "default", - "titles": [ - ".", - "install", - "Why use this?" - ], - "related": { - "list": [ - "deromanize", - "randomatic", - "repeat-string", - "romanize" - ] - }, - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/static-extend/LICENSE b/2019-setembro/node_modules/static-extend/LICENSE deleted file mode 100644 index e28e603..0000000 --- a/2019-setembro/node_modules/static-extend/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/static-extend/index.js b/2019-setembro/node_modules/static-extend/index.js deleted file mode 100644 index f4124b2..0000000 --- a/2019-setembro/node_modules/static-extend/index.js +++ /dev/null @@ -1,90 +0,0 @@ -/*! - * static-extend - * - * Copyright (c) 2016, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -var copy = require('object-copy'); -var define = require('define-property'); -var util = require('util'); - -/** - * Returns a function for extending the static properties, - * prototype properties, and descriptors from the `Parent` - * constructor onto `Child` constructors. - * - * ```js - * var extend = require('static-extend'); - * Parent.extend = extend(Parent); - * - * // optionally pass a custom merge function as the second arg - * Parent.extend = extend(Parent, function(Child) { - * Child.prototype.mixin = function(key, val) { - * Child.prototype[key] = val; - * }; - * }); - * - * // extend "child" constructors - * Parent.extend(Child); - * - * // optionally define prototype methods as the second arg - * Parent.extend(Child, { - * foo: function() {}, - * bar: function() {} - * }); - * ``` - * @param {Function} `Parent` Parent ctor - * @param {Function} `extendFn` Optional extend function for handling any necessary custom merging. Useful when updating methods that require a specific prototype. - * @param {Function} `Child` Child ctor - * @param {Object} `proto` Optionally pass additional prototype properties to inherit. - * @return {Object} - * @api public - */ - -function extend(Parent, extendFn) { - if (typeof Parent !== 'function') { - throw new TypeError('expected Parent to be a function.'); - } - - return function(Ctor, proto) { - if (typeof Ctor !== 'function') { - throw new TypeError('expected Ctor to be a function.'); - } - - util.inherits(Ctor, Parent); - copy(Ctor, Parent); - - // proto can be null or a plain object - if (typeof proto === 'object') { - var obj = Object.create(proto); - - for (var k in obj) { - Ctor.prototype[k] = obj[k]; - } - } - - // keep a reference to the parent prototype - define(Ctor.prototype, '_parent_', { - configurable: true, - set: function() {}, - get: function() { - return Parent.prototype; - } - }); - - if (typeof extendFn === 'function') { - extendFn(Ctor, Parent); - } - - Ctor.extend = extend(Ctor, extendFn); - }; -}; - -/** - * Expose `extend` - */ - -module.exports = extend; diff --git a/2019-setembro/node_modules/static-extend/package.json b/2019-setembro/node_modules/static-extend/package.json deleted file mode 100644 index a63ab95..0000000 --- a/2019-setembro/node_modules/static-extend/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "static-extend", - "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.", - "version": "0.1.2", - "homepage": "https://github.com/jonschlinkert/static-extend", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/static-extend", - "bugs": { - "url": "https://github.com/jonschlinkert/static-extend/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "devDependencies": { - "gulp-format-md": "^0.1.9", - "mocha": "^2.5.3" - }, - "keywords": [ - "class", - "ctor", - "descriptor", - "extend", - "extends", - "inherit", - "inheritance", - "merge", - "method", - "prop", - "properties", - "property", - "prototype" - ], - "verb": { - "run": true, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "reflinks": [ - "verb", - "verb-readme-generator" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/string.prototype.padend/.eslintrc b/2019-setembro/node_modules/string.prototype.padend/.eslintrc deleted file mode 100644 index 41cac05..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/.eslintrc +++ /dev/null @@ -1,14 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "id-length": [2, { "min": 1, "max": 25, "properties": "never" }], - "max-nested-callbacks": [2, 3], - "max-statements": [2, 19], - "new-cap": [2, { "capIsNewExceptions": ["ToLength", "ToString", "RequireObjectCoercible"] }], - "no-invalid-this": [1], - "no-magic-numbers": [0] - } -} diff --git a/2019-setembro/node_modules/string.prototype.padend/.jscs.json b/2019-setembro/node_modules/string.prototype.padend/.jscs.json deleted file mode 100644 index 3c9973f..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/.jscs.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "es3": true, - - "additionalRules": [], - - "requireSemicolons": true, - - "disallowMultipleSpaces": true, - - "disallowIdentifierNames": [], - - "requireCurlyBraces": { - "allExcept": [], - "keywords": ["if", "else", "for", "while", "do", "try", "catch"] - }, - - "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], - - "disallowSpaceAfterKeywords": [], - - "disallowSpaceBeforeComma": true, - "disallowSpaceAfterComma": false, - "disallowSpaceBeforeSemicolon": true, - - "disallowNodeTypes": [ - "DebuggerStatement", - "ForInStatement", - "LabeledStatement", - "SwitchCase", - "SwitchStatement", - "WithStatement" - ], - - "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, - - "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, - "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, - "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, - - "requireSpaceBetweenArguments": true, - - "disallowSpacesInsideParentheses": true, - - "disallowSpacesInsideArrayBrackets": true, - - "disallowQuotedKeysInObjects": "allButReserved", - - "disallowSpaceAfterObjectKeys": true, - - "requireCommaBeforeLineBreak": true, - - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], - "requireSpaceAfterPrefixUnaryOperators": [], - - "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], - "requireSpaceBeforePostfixUnaryOperators": [], - - "disallowSpaceBeforeBinaryOperators": [], - "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - - "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - "disallowSpaceAfterBinaryOperators": [], - - "disallowImplicitTypeConversion": ["binary", "string"], - - "disallowKeywords": ["with", "eval"], - - "requireKeywordsOnNewLine": [], - "disallowKeywordsOnNewLine": ["else"], - - "requireLineFeedAtFileEnd": true, - - "disallowTrailingWhitespace": true, - - "disallowTrailingComma": true, - - "excludeFiles": ["node_modules/**", "vendor/**"], - - "disallowMultipleLineStrings": true, - - "requireDotNotation": { "allExcept": ["keywords"] }, - - "requireParenthesesAroundIIFE": true, - - "validateLineBreaks": "LF", - - "validateQuoteMarks": { - "escape": true, - "mark": "'" - }, - - "disallowOperatorBeforeLineBreak": [], - - "requireSpaceBeforeKeywords": [ - "do", - "for", - "if", - "else", - "switch", - "case", - "try", - "catch", - "finally", - "while", - "with", - "return" - ], - - "validateAlignedFunctionParameters": { - "lineBreakAfterOpeningBraces": true, - "lineBreakBeforeClosingBraces": true - }, - - "requirePaddingNewLinesBeforeExport": true, - - "validateNewlineAfterArrayElements": { - "maximum": 1 - }, - - "requirePaddingNewLinesAfterUseStrict": true, - - "disallowArrowFunctions": true, - - "disallowMultiLineTernary": true, - - "validateOrderInObjectKeys": "asc-insensitive", - - "disallowIdenticalDestructuringNames": true, - - "disallowNestedTernaries": { "maxLevel": 1 }, - - "requireSpaceAfterComma": { "allExcept": ["trailing"] }, - "requireAlignedMultilineParams": false, - - "requireSpacesInGenerator": { - "afterStar": true - } -} - diff --git a/2019-setembro/node_modules/string.prototype.padend/.npmignore b/2019-setembro/node_modules/string.prototype.padend/.npmignore deleted file mode 100644 index 123ae94..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/.npmignore +++ /dev/null @@ -1,27 +0,0 @@ -# Logs -logs -*.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directory -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git -node_modules diff --git a/2019-setembro/node_modules/string.prototype.padend/.travis.yml b/2019-setembro/node_modules/string.prototype.padend/.travis.yml deleted file mode 100644 index 2a3af6d..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/.travis.yml +++ /dev/null @@ -1,64 +0,0 @@ -language: node_js -node_js: - - "5.0" - - "4.2" - - "4.1" - - "4.0" - - "iojs-v3.3" - - "iojs-v3.2" - - "iojs-v3.1" - - "iojs-v3.0" - - "iojs-v2.5" - - "iojs-v2.4" - - "iojs-v2.3" - - "iojs-v2.2" - - "iojs-v2.1" - - "iojs-v2.0" - - "iojs-v1.8" - - "iojs-v1.7" - - "iojs-v1.6" - - "iojs-v1.5" - - "iojs-v1.4" - - "iojs-v1.3" - - "iojs-v1.2" - - "iojs-v1.1" - - "iojs-v1.0" - - "0.12" - - "0.11" - - "0.10" - - "0.9" - - "0.8" - - "0.6" - - "0.4" -before_install: - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' -script: - - 'if [ "${TRAVIS_NODE_VERSION}" != "4.2" ]; then npm run tests-only ; else npm test ; fi' -sudo: false -matrix: - fast_finish: true - allow_failures: - - node_js: "4.1" - - node_js: "4.0" - - node_js: "iojs-v3.2" - - node_js: "iojs-v3.1" - - node_js: "iojs-v3.0" - - node_js: "iojs-v2.4" - - node_js: "iojs-v2.3" - - node_js: "iojs-v2.2" - - node_js: "iojs-v2.1" - - node_js: "iojs-v2.0" - - node_js: "iojs-v1.7" - - node_js: "iojs-v1.6" - - node_js: "iojs-v1.5" - - node_js: "iojs-v1.4" - - node_js: "iojs-v1.3" - - node_js: "iojs-v1.2" - - node_js: "iojs-v1.1" - - node_js: "iojs-v1.0" - - node_js: "0.11" - - node_js: "0.9" - - node_js: "0.8" - - node_js: "0.6" - - node_js: "0.4" diff --git a/2019-setembro/node_modules/string.prototype.padend/CHANGELOG.md b/2019-setembro/node_modules/string.prototype.padend/CHANGELOG.md deleted file mode 100644 index 2c2c66f..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -3.0.0 / 2015-11-17 -================= - * Renamed to `padStart`/`padEnd` per November 2015 TC39 meeting. - -2.0.0 / 2015-09-25 -================= - * Implement the [es-shim API](es-shims/api). - * [Tests] up to `io.js` `v3.3`, `node` `v4.1` - * [Deps] update `es-abstract` - * [Dev Deps] Update `tape`, `jscs`, `eslint`, `@ljharb/eslint-config`, `nsp` - * [Refactor] Remove redundant `max` operation, per https://github.com/ljharb/proposal-string-pad-left-right/pull/2 - -1.0.0 / 2015-07-30 -================= - * v1.0.0 diff --git a/2019-setembro/node_modules/string.prototype.padend/LICENSE b/2019-setembro/node_modules/string.prototype.padend/LICENSE deleted file mode 100644 index 4193abd..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 EcmaScript Shims - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/2019-setembro/node_modules/string.prototype.padend/README.md b/2019-setembro/node_modules/string.prototype.padend/README.md deleted file mode 100644 index 15e5c14..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/README.md +++ /dev/null @@ -1,45 +0,0 @@ -# String.prototype.padEnd [![Version Badge][npm-version-svg]][package-url] - -[![Build Status][travis-svg]][travis-url] -[![dependency status][deps-svg]][deps-url] -[![dev dependency status][dev-deps-svg]][dev-deps-url] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -[![npm badge][npm-badge-png]][package-url] - -[![browser support][testling-svg]][testling-url] - -An ES7 spec-compliant `String.prototype.padEnd` shim. Invoke its "shim" method to shim `String.prototype.padEnd` if it is unavailable. - -This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec proposal](https://github.com/tc39/proposal-string-pad-start-end). - -Most common usage: -```js -var padEnd = require('string.prototype.padend'); - -assert(padEnd('foo', 5, 'bar') === 'fooba'); - -padEnd.shim(); - -assert(padEnd('foo', 2) === 'foo'.padEnd(2)); -``` - -## Tests -Simply clone the repo, `npm install`, and run `npm test` - -[package-url]: https://npmjs.com/package/string.prototype.padend -[npm-version-svg]: http://versionbadg.es/es-shims/String.prototype.padEnd.svg -[travis-svg]: https://travis-ci.org/es-shims/String.prototype.padEnd.svg -[travis-url]: https://travis-ci.org/es-shims/String.prototype.padEnd -[deps-svg]: https://david-dm.org/es-shims/String.prototype.padEnd.svg -[deps-url]: https://david-dm.org/es-shims/String.prototype.padEnd -[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.padEnd/dev-status.svg -[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.padEnd#info=devDependencies -[testling-svg]: https://ci.testling.com/es-shims/String.prototype.padEnd.png -[testling-url]: https://ci.testling.com/es-shims/String.prototype.padEnd -[npm-badge-png]: https://nodei.co/npm/string.prototype.padend.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/string.prototype.padend.svg -[license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/string.prototype.padend.svg -[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.padend diff --git a/2019-setembro/node_modules/string.prototype.padend/implementation.js b/2019-setembro/node_modules/string.prototype.padend/implementation.js deleted file mode 100644 index 20acbbc..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/implementation.js +++ /dev/null @@ -1,32 +0,0 @@ -'use strict'; - -var bind = require('function-bind'); -var ES = require('es-abstract/es7'); -var slice = bind.call(Function.call, String.prototype.slice); - -module.exports = function padEnd(maxLength) { - var O = ES.RequireObjectCoercible(this); - var S = ES.ToString(O); - var stringLength = ES.ToLength(S.length); - var fillString; - if (arguments.length > 1) { - fillString = arguments[1]; - } - var filler = typeof fillString === 'undefined' ? '' : ES.ToString(fillString); - if (filler === '') { - filler = ' '; - } - var intMaxLength = ES.ToLength(maxLength); - if (intMaxLength <= stringLength) { - return S; - } - var fillLen = intMaxLength - stringLength; - while (filler.length < fillLen) { - var fLen = filler.length; - var remainingCodeUnits = fillLen - fLen; - filler += fLen > remainingCodeUnits ? slice(filler, 0, remainingCodeUnits) : filler; - } - - var truncatedStringFiller = filler.length > fillLen ? slice(filler, 0, fillLen) : filler; - return S + truncatedStringFiller; -}; diff --git a/2019-setembro/node_modules/string.prototype.padend/index.js b/2019-setembro/node_modules/string.prototype.padend/index.js deleted file mode 100644 index a8c31e8..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/index.js +++ /dev/null @@ -1,28 +0,0 @@ -'use strict'; - -var bind = require('function-bind'); -var define = require('define-properties'); -var ES = require('es-abstract/es7'); - -var implementation = require('./implementation'); -var getPolyfill = require('./polyfill'); -var shim = require('./shim'); - -var bound = bind.call(Function.apply, implementation); - -var boundPadEnd = function padEnd(str, maxLength) { - ES.RequireObjectCoercible(str); - var args = [maxLength]; - if (arguments.length > 2) { - args.push(arguments[2]); - } - return bound(str, args); -}; - -define(boundPadEnd, { - getPolyfill: getPolyfill, - implementation: implementation, - shim: shim -}); - -module.exports = boundPadEnd; diff --git a/2019-setembro/node_modules/string.prototype.padend/package.json b/2019-setembro/node_modules/string.prototype.padend/package.json deleted file mode 100644 index c90c423..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "string.prototype.padend", - "version": "3.0.0", - "author": "Jordan Harband", - "description": "ES7 spec-compliant String.prototype.padEnd shim.", - "license": "MIT", - "main": "index.js", - "scripts": { - "test": "npm run lint && npm run tests-only && npm run security", - "tests-only": "es-shim-api --bound && npm run test:shimmed && npm run test:module", - "test:shimmed": "node test/shimmed.js", - "test:module": "node test/index.js", - "coverage": "covert test/*.js", - "coverage-quiet": "covert test/*.js --quiet", - "lint": "npm run jscs && npm run eslint", - "eslint": "eslint test/*.js *.js", - "jscs": "jscs test/*.js *.js", - "security": "nsp check" - }, - "repository": { - "type": "git", - "url": "git://github.com/es-shims/String.prototype.padEnd.git" - }, - "keywords": [ - "String.prototype.padRight", - "String.prototype.padEnd", - "string", - "ES7", - "shim", - "trim", - "padLeft", - "padRight", - "padStart", - "padEnd", - "polyfill", - "es-shim API" - ], - "dependencies": { - "define-properties": "^1.1.2", - "es-abstract": "^1.4.3", - "function-bind": "^1.0.2" - }, - "devDependencies": { - "tape": "^4.2.2", - "covert": "^1.1.0", - "jscs": "^2.5.1", - "nsp": "^2.0.2", - "eslint": "^1.9.0", - "@ljharb/eslint-config": "^1.6.0", - "@es-shims/api": "^1.0.0" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "iexplore/9.0..latest", - "firefox/4.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/11.6..latest", - "opera/next", - "safari/5.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - } -} diff --git a/2019-setembro/node_modules/string.prototype.padend/polyfill.js b/2019-setembro/node_modules/string.prototype.padend/polyfill.js deleted file mode 100644 index c424523..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/polyfill.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict'; - -var implementation = require('./implementation'); - -module.exports = function getPolyfill() { - return typeof String.prototype.padEnd === 'function' ? String.prototype.padEnd : implementation; -}; diff --git a/2019-setembro/node_modules/string.prototype.padend/shim.js b/2019-setembro/node_modules/string.prototype.padend/shim.js deleted file mode 100644 index 83123b2..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/shim.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -var getPolyfill = require('./polyfill'); -var define = require('define-properties'); - -module.exports = function shimPadEnd() { - var polyfill = getPolyfill(); - define(String.prototype, { padEnd: polyfill }, { padEnd: function () { return String.prototype.padEnd !== polyfill; } }); - return polyfill; -}; diff --git a/2019-setembro/node_modules/string.prototype.padend/test/index.js b/2019-setembro/node_modules/string.prototype.padend/test/index.js deleted file mode 100644 index cc87fad..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/test/index.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict'; - -var padEnd = require('../'); -var test = require('tape'); -var runTests = require('./tests'); - -test('as a function', function (t) { - t.test('bad array/this value', function (st) { - st.throws(function () { padEnd(undefined, 'a'); }, TypeError, 'undefined is not an object'); - st.throws(function () { padEnd(null, 'a'); }, TypeError, 'null is not an object'); - st.end(); - }); - - runTests(padEnd, t); - - t.end(); -}); diff --git a/2019-setembro/node_modules/string.prototype.padend/test/shimmed.js b/2019-setembro/node_modules/string.prototype.padend/test/shimmed.js deleted file mode 100644 index b5b6615..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/test/shimmed.js +++ /dev/null @@ -1,37 +0,0 @@ -'use strict'; - -var padEnd = require('../'); -padEnd.shim(); - -var test = require('tape'); -var defineProperties = require('define-properties'); -var bind = require('function-bind'); -var isEnumerable = Object.prototype.propertyIsEnumerable; -var functionsHaveNames = function f() {}.name === 'f'; - -var runTests = require('./tests'); - -test('shimmed', function (t) { - t.equal(String.prototype.padEnd.length, 1, 'String#padEnd has a length of 1'); - t.test('Function name', { skip: !functionsHaveNames }, function (st) { - st.equal(String.prototype.padEnd.name, 'padEnd', 'String#padEnd has name "padEnd"'); - st.end(); - }); - - t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { - et.equal(false, isEnumerable.call(String.prototype, 'padEnd'), 'String#padEnd is not enumerable'); - et.end(); - }); - - var supportsStrictMode = (function () { return typeof this === 'undefined'; }()); - - t.test('bad string/this value', { skip: !supportsStrictMode }, function (st) { - st.throws(function () { return padEnd(undefined, 'a'); }, TypeError, 'undefined is not an object'); - st.throws(function () { return padEnd(null, 'a'); }, TypeError, 'null is not an object'); - st.end(); - }); - - runTests(bind.call(Function.call, String.prototype.padEnd), t); - - t.end(); -}); diff --git a/2019-setembro/node_modules/string.prototype.padend/test/tests.js b/2019-setembro/node_modules/string.prototype.padend/test/tests.js deleted file mode 100644 index d62fa48..0000000 --- a/2019-setembro/node_modules/string.prototype.padend/test/tests.js +++ /dev/null @@ -1,26 +0,0 @@ -'use strict'; - -module.exports = function (padEnd, t) { - t.test('normal cases', function (st) { - st.equal(padEnd('a', 3, 'b'), 'abb', 'string pads end with single character'); - st.equal(padEnd('abc', 3, 'd'), 'abc', 'string already of maximum length noops'); - st.equal(padEnd('abc', -3, 'd'), 'abc', 'string already larger than maximum length noops'); - st.equal(padEnd('cd', 3, 'ab'), 'cda', 'string with maximum length equal to length plus filler length, pads'); - st.equal(padEnd('abc'), 'abc', 'absent maximum length is noop'); - st.equal(padEnd('a', 3), 'a ', 'absent fillStr defaults to a space'); - st.equal(padEnd('ed', 6, null), 'ednull', 'non-string fillStr gets stringified'); - - st.end(); - }); - - t.test('truncated fill string', function (st) { - st.equal(padEnd('a', 2, 'bc'), 'ab', 'truncates at the provided max length'); - - st.end(); - }); - - t.test('exceptions', function (st) { - - st.end(); - }); -}; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/.eslintrc b/2019-setembro/node_modules/string.prototype.trimleft/.eslintrc deleted file mode 100644 index 5aa31fc..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/.eslintrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "max-nested-callbacks": [2, 3], - "no-invalid-this": 1 - } -} diff --git a/2019-setembro/node_modules/string.prototype.trimleft/.jscs.json b/2019-setembro/node_modules/string.prototype.trimleft/.jscs.json deleted file mode 100644 index d0d49f7..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/.jscs.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "es3": true, - - "additionalRules": [], - - "requireSemicolons": true, - - "disallowMultipleSpaces": true, - - "disallowIdentifierNames": [], - - "requireCurlyBraces": { - "allExcept": [], - "keywords": ["if", "else", "for", "while", "do", "try", "catch"] - }, - - "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], - - "disallowSpaceAfterKeywords": [], - - "disallowSpaceBeforeComma": true, - "disallowSpaceAfterComma": false, - "disallowSpaceBeforeSemicolon": true, - - "disallowNodeTypes": [ - "DebuggerStatement", - "ForInStatement", - "LabeledStatement", - "SwitchCase", - "SwitchStatement", - "WithStatement" - ], - - "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, - - "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, - "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, - "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, - - "requireSpaceBetweenArguments": true, - - "disallowSpacesInsideParentheses": true, - - "disallowSpacesInsideArrayBrackets": true, - - "disallowQuotedKeysInObjects": "allButReserved", - - "disallowSpaceAfterObjectKeys": true, - - "requireCommaBeforeLineBreak": true, - - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], - "requireSpaceAfterPrefixUnaryOperators": [], - - "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], - "requireSpaceBeforePostfixUnaryOperators": [], - - "disallowSpaceBeforeBinaryOperators": [], - "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - - "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - "disallowSpaceAfterBinaryOperators": [], - - "disallowImplicitTypeConversion": ["binary", "string"], - - "disallowKeywords": ["with", "eval"], - - "requireKeywordsOnNewLine": [], - "disallowKeywordsOnNewLine": ["else"], - - "requireLineFeedAtFileEnd": true, - - "disallowTrailingWhitespace": true, - - "disallowTrailingComma": true, - - "excludeFiles": ["node_modules/**", "vendor/**"], - - "disallowMultipleLineStrings": true, - - "requireDotNotation": { "allExcept": ["keywords"] }, - - "requireParenthesesAroundIIFE": true, - - "validateLineBreaks": "LF", - - "validateQuoteMarks": { - "escape": true, - "mark": "'" - }, - - "disallowOperatorBeforeLineBreak": [], - - "requireSpaceBeforeKeywords": [ - "do", - "for", - "if", - "else", - "switch", - "case", - "try", - "catch", - "finally", - "while", - "with", - "return" - ], - - "validateAlignedFunctionParameters": { - "lineBreakAfterOpeningBraces": true, - "lineBreakBeforeClosingBraces": true - }, - - "requirePaddingNewLinesBeforeExport": true, - - "validateNewlineAfterArrayElements": { - "maximum": 1 - }, - - "requirePaddingNewLinesAfterUseStrict": true, - - "disallowArrowFunctions": true, - - "disallowMultiLineTernary": true, - - "validateOrderInObjectKeys": "asc-insensitive", - - "disallowIdenticalDestructuringNames": true, - - "disallowNestedTernaries": { "maxLevel": 1 }, - - "requireSpaceAfterComma": { "allExcept": ["trailing"] }, - "requireAlignedMultilineParams": false, - - "requireSpacesInGenerator": { - "afterStar": true - }, - - "disallowSpacesInGenerator": { - "beforeStar": true - }, - - "disallowVar": false, - - "requireArrayDestructuring": false, - - "requireEnhancedObjectLiterals": false, - - "requireObjectDestructuring": false, - - "requireEarlyReturn": false, - - "requireCapitalizedConstructorsNew": { - "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] - } -} - diff --git a/2019-setembro/node_modules/string.prototype.trimleft/.npmignore b/2019-setembro/node_modules/string.prototype.trimleft/.npmignore deleted file mode 100644 index 123ae94..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/.npmignore +++ /dev/null @@ -1,27 +0,0 @@ -# Logs -logs -*.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directory -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git -node_modules diff --git a/2019-setembro/node_modules/string.prototype.trimleft/.travis.yml b/2019-setembro/node_modules/string.prototype.trimleft/.travis.yml deleted file mode 100644 index 9569baa..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/.travis.yml +++ /dev/null @@ -1,73 +0,0 @@ -language: node_js -node_js: - - "5.5" - - "5.4" - - "5.3" - - "5.2" - - "5.1" - - "5.0" - - "4.2" - - "4.1" - - "4.0" - - "iojs-v3.3" - - "iojs-v3.2" - - "iojs-v3.1" - - "iojs-v3.0" - - "iojs-v2.5" - - "iojs-v2.4" - - "iojs-v2.3" - - "iojs-v2.2" - - "iojs-v2.1" - - "iojs-v2.0" - - "iojs-v1.8" - - "iojs-v1.7" - - "iojs-v1.6" - - "iojs-v1.5" - - "iojs-v1.4" - - "iojs-v1.3" - - "iojs-v1.2" - - "iojs-v1.1" - - "iojs-v1.0" - - "0.12" - - "0.11" - - "0.10" - - "0.9" - - "0.8" - - "0.6" - - "0.4" -before_install: - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' -script: - - 'if [ "${TRAVIS_NODE_VERSION}" != "4.2" ]; then npm run tests-only ; else npm test ; fi' -sudo: false -matrix: - fast_finish: true - allow_failures: - - node_js: "5.4" - - node_js: "5.3" - - node_js: "5.2" - - node_js: "5.1" - - node_js: "5.0" - - node_js: "4.1" - - node_js: "4.0" - - node_js: "iojs-v3.2" - - node_js: "iojs-v3.1" - - node_js: "iojs-v3.0" - - node_js: "iojs-v2.4" - - node_js: "iojs-v2.3" - - node_js: "iojs-v2.2" - - node_js: "iojs-v2.1" - - node_js: "iojs-v2.0" - - node_js: "iojs-v1.7" - - node_js: "iojs-v1.6" - - node_js: "iojs-v1.5" - - node_js: "iojs-v1.4" - - node_js: "iojs-v1.3" - - node_js: "iojs-v1.2" - - node_js: "iojs-v1.1" - - node_js: "iojs-v1.0" - - node_js: "0.11" - - node_js: "0.9" - - node_js: "0.6" - - node_js: "0.4" diff --git a/2019-setembro/node_modules/string.prototype.trimleft/CHANGELOG.md b/2019-setembro/node_modules/string.prototype.trimleft/CHANGELOG.md deleted file mode 100644 index 6772888..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -2.0.0 / 2016-02-06 -================= - * [Breaking] conform to the es-shim API - * [Deps] update `define-properties` - * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config` - * [Tests] up to `node` `v5.5` - * [Tests] fix npm upgrades on older nodes - -1.0.1 / 2015-07-29 -================= - * Fix deps mistakenly being dev deps - -1.0.0 / 2015-07-29 -================= - * v1.0.0 diff --git a/2019-setembro/node_modules/string.prototype.trimleft/LICENSE b/2019-setembro/node_modules/string.prototype.trimleft/LICENSE deleted file mode 100644 index b43df44..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/2019-setembro/node_modules/string.prototype.trimleft/README.md b/2019-setembro/node_modules/string.prototype.trimleft/README.md deleted file mode 100644 index bd3f82f..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/README.md +++ /dev/null @@ -1,47 +0,0 @@ -String.prototype.trimLeft [![Version Badge][npm-version-svg]][package-url] - -[![Build Status][travis-svg]][travis-url] -[![dependency status][deps-svg]][deps-url] -[![dev dependency status][dev-deps-svg]][dev-deps-url] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -[![npm badge][npm-badge-png]][package-url] - -[![browser support][testling-svg]][testling-url] - -A spec-proposal-compliant `String.prototype.trimLeft` shim. Invoke its "shim" method to shim `String.prototype.trimLeft` if it is unavailable. - -This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign). In an ES6 environment, it will also work properly with `Symbol`s. - -Most common usage: -```js -var trimLeft = require('string.prototype.trimleft'); - -assert(trimLeft(' \t\na \t\n') === 'a \t\n'); - -if (!String.prototype.trimLeft) { - trimLeft.shim(); -} - -assert(trimLeft(' \t\na \t\n') === ' \t\na \t\n'.trimLeft()); -``` - -## Tests -Simply clone the repo, `npm install`, and run `npm test` - -[package-url]: https://npmjs.com/package/string.prototype.trimleft -[npm-version-svg]: http://vb.teelaun.ch/es-shims/String.prototype.trimLeft.svg -[travis-svg]: https://travis-ci.org/es-shims/String.prototype.trimLeft.svg -[travis-url]: https://travis-ci.org/es-shims/String.prototype.trimLeft -[deps-svg]: https://david-dm.org/es-shims/String.prototype.trimLeft.svg -[deps-url]: https://david-dm.org/es-shims/String.prototype.trimLeft -[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.trimLeft/dev-status.svg -[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.trimLeft#info=devDependencies -[testling-svg]: https://ci.testling.com/es-shims/String.prototype.trimLeft.png -[testling-url]: https://ci.testling.com/es-shims/String.prototype.trimLeft -[npm-badge-png]: https://nodei.co/npm/string.prototype.trimleft.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/string.prototype.trimleft.svg -[license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/string.prototype.trimleft.svg -[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.trimleft diff --git a/2019-setembro/node_modules/string.prototype.trimleft/implementation.js b/2019-setembro/node_modules/string.prototype.trimleft/implementation.js deleted file mode 100644 index 0098b26..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/implementation.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -var bind = require('function-bind'); -var replace = bind.call(Function.call, String.prototype.replace); - -var leftWhitespace = /^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]*/; - -module.exports = function trimLeft() { - return replace(this, leftWhitespace, ''); -}; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/index.js b/2019-setembro/node_modules/string.prototype.trimleft/index.js deleted file mode 100644 index 7fe48cf..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/index.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict'; - -var bind = require('function-bind'); -var define = require('define-properties'); - -var implementation = require('./implementation'); -var getPolyfill = require('./polyfill'); -var shim = require('./shim'); - -var bound = bind.call(Function.call, getPolyfill()); - -define(bound, { - getPolyfill: getPolyfill, - implementation: implementation, - shim: shim -}); - -module.exports = bound; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/package.json b/2019-setembro/node_modules/string.prototype.trimleft/package.json deleted file mode 100644 index 3670f45..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "string.prototype.trimleft", - "version": "2.0.0", - "author": "Jordan Harband", - "description": "ES7 spec-compliant String.prototype.trimLeft shim.", - "license": "MIT", - "main": "index.js", - "scripts": { - "test": "npm run lint && es-shim-api --bound && npm run tests-only && npm run security", - "tests-only": "npm run test:shimmed && npm run test:module", - "test:shimmed": "node test/shimmed.js", - "test:module": "node test/index.js", - "coverage": "covert test/*.js", - "coverage-quiet": "covert test/*.js --quiet", - "lint": "npm run jscs && npm run eslint", - "eslint": "eslint test/*.js *.js", - "jscs": "jscs test/*.js *.js", - "security": "nsp check" - }, - "repository": { - "type": "git", - "url": "git://github.com/es-shims/String.prototype.trimLeft.git" - }, - "keywords": [ - "String.prototype.trimLeft", - "string", - "ES7", - "shim", - "trim", - "trimLeft", - "trimRight", - "polyfill", - "es-shim API" - ], - "dependencies": { - "define-properties": "^1.1.2", - "function-bind": "^1.0.2" - }, - "devDependencies": { - "tape": "^4.4.0", - "covert": "^1.1.0", - "jscs": "^2.9.0", - "nsp": "^2.2.0", - "eslint": "^1.10.3", - "@ljharb/eslint-config": "^1.6.1", - "@es-shims/api": "^1.1.0" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "iexplore/9.0..latest", - "firefox/4.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/11.6..latest", - "opera/next", - "safari/5.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - } -} diff --git a/2019-setembro/node_modules/string.prototype.trimleft/polyfill.js b/2019-setembro/node_modules/string.prototype.trimleft/polyfill.js deleted file mode 100644 index dc33a23..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/polyfill.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -var implementation = require('./implementation'); - -module.exports = function getPolyfill() { - if (!String.prototype.trimLeft) { - return implementation; - } - var zeroWidthSpace = '\u200b'; - if (zeroWidthSpace.trimLeft() !== zeroWidthSpace) { - return implementation; - } - return String.prototype.trimLeft; -}; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/shim.js b/2019-setembro/node_modules/string.prototype.trimleft/shim.js deleted file mode 100644 index 23314f0..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/shim.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -var define = require('define-properties'); -var getPolyfill = require('./polyfill'); - -module.exports = function shimTrimLeft() { - var polyfill = getPolyfill(); - define( - String.prototype, - { trimLeft: polyfill }, - { trimLeft: function () { return String.prototype.trimLeft !== polyfill; } } - ); - return polyfill; -}; diff --git a/2019-setembro/node_modules/string.prototype.trimleft/test/index.js b/2019-setembro/node_modules/string.prototype.trimleft/test/index.js deleted file mode 100644 index 770cb0b..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/test/index.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict'; - -var trimLeft = require('../'); -var test = require('tape'); - -var runTests = require('./tests'); - -test('as a function', function (t) { - t.test('bad array/this value', function (st) { - st.throws(function () { trimLeft(undefined, 'a'); }, TypeError, 'undefined is not an object'); - st.throws(function () { trimLeft(null, 'a'); }, TypeError, 'null is not an object'); - st.end(); - }); - - runTests(trimLeft, t); - - t.end(); -}); diff --git a/2019-setembro/node_modules/string.prototype.trimleft/test/shimmed.js b/2019-setembro/node_modules/string.prototype.trimleft/test/shimmed.js deleted file mode 100644 index dee3068..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/test/shimmed.js +++ /dev/null @@ -1,37 +0,0 @@ -'use strict'; - -var trimLeft = require('../'); -trimLeft.shim(); - -var runTests = require('./tests'); - -var test = require('tape'); -var defineProperties = require('define-properties'); -var bind = require('function-bind'); -var isEnumerable = Object.prototype.propertyIsEnumerable; -var functionsHaveNames = function f() {}.name === 'f'; - -test('shimmed', function (t) { - t.equal(String.prototype.trimLeft.length, 0, 'String#trimLeft has a length of 0'); - t.test('Function name', { skip: !functionsHaveNames }, function (st) { - st.equal(String.prototype.trimLeft.name, 'trimLeft', 'String#trimLeft has name "trimLeft"'); - st.end(); - }); - - t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { - et.equal(false, isEnumerable.call(String.prototype, 'trimLeft'), 'String#trimLeft is not enumerable'); - et.end(); - }); - - var supportsStrictMode = (function () { return typeof this === 'undefined'; }()); - - t.test('bad string/this value', { skip: !supportsStrictMode }, function (st) { - st.throws(function () { return trimLeft(undefined, 'a'); }, TypeError, 'undefined is not an object'); - st.throws(function () { return trimLeft(null, 'a'); }, TypeError, 'null is not an object'); - st.end(); - }); - - runTests(bind.call(Function.call, String.prototype.trimLeft), t); - - t.end(); -}); diff --git a/2019-setembro/node_modules/string.prototype.trimleft/test/tests.js b/2019-setembro/node_modules/string.prototype.trimleft/test/tests.js deleted file mode 100644 index a601074..0000000 --- a/2019-setembro/node_modules/string.prototype.trimleft/test/tests.js +++ /dev/null @@ -1,19 +0,0 @@ -'use strict'; - -module.exports = function (trimLeft, t) { - t.test('normal cases', function (st) { - st.equal(trimLeft(' \t\na \t\n'), 'a \t\n', 'strips whitespace off the left side'); - st.equal(trimLeft('a'), 'a', 'noop when no whitespace'); - - var allWhitespaceChars = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; - st.equal(trimLeft(allWhitespaceChars + 'a' + allWhitespaceChars), 'a' + allWhitespaceChars, 'all expected whitespace chars are trimmed'); - - st.end(); - }); - - t.test('zero-width spaces', function (st) { - var zeroWidth = '\u200b'; - st.equal(trimLeft(zeroWidth), zeroWidth, 'zero width space does not trim'); - st.end(); - }); -}; diff --git a/2019-setembro/node_modules/string.prototype.trimright/.eslintrc b/2019-setembro/node_modules/string.prototype.trimright/.eslintrc deleted file mode 100644 index 0d0902d..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/.eslintrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "max-nested-callbacks": [2, 3], - "no-invalid-this": 1, - } -} diff --git a/2019-setembro/node_modules/string.prototype.trimright/.jscs.json b/2019-setembro/node_modules/string.prototype.trimright/.jscs.json deleted file mode 100644 index d0d49f7..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/.jscs.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "es3": true, - - "additionalRules": [], - - "requireSemicolons": true, - - "disallowMultipleSpaces": true, - - "disallowIdentifierNames": [], - - "requireCurlyBraces": { - "allExcept": [], - "keywords": ["if", "else", "for", "while", "do", "try", "catch"] - }, - - "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"], - - "disallowSpaceAfterKeywords": [], - - "disallowSpaceBeforeComma": true, - "disallowSpaceAfterComma": false, - "disallowSpaceBeforeSemicolon": true, - - "disallowNodeTypes": [ - "DebuggerStatement", - "ForInStatement", - "LabeledStatement", - "SwitchCase", - "SwitchStatement", - "WithStatement" - ], - - "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] }, - - "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, - "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, - "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, - "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, - - "requireSpaceBetweenArguments": true, - - "disallowSpacesInsideParentheses": true, - - "disallowSpacesInsideArrayBrackets": true, - - "disallowQuotedKeysInObjects": "allButReserved", - - "disallowSpaceAfterObjectKeys": true, - - "requireCommaBeforeLineBreak": true, - - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], - "requireSpaceAfterPrefixUnaryOperators": [], - - "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], - "requireSpaceBeforePostfixUnaryOperators": [], - - "disallowSpaceBeforeBinaryOperators": [], - "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - - "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="], - "disallowSpaceAfterBinaryOperators": [], - - "disallowImplicitTypeConversion": ["binary", "string"], - - "disallowKeywords": ["with", "eval"], - - "requireKeywordsOnNewLine": [], - "disallowKeywordsOnNewLine": ["else"], - - "requireLineFeedAtFileEnd": true, - - "disallowTrailingWhitespace": true, - - "disallowTrailingComma": true, - - "excludeFiles": ["node_modules/**", "vendor/**"], - - "disallowMultipleLineStrings": true, - - "requireDotNotation": { "allExcept": ["keywords"] }, - - "requireParenthesesAroundIIFE": true, - - "validateLineBreaks": "LF", - - "validateQuoteMarks": { - "escape": true, - "mark": "'" - }, - - "disallowOperatorBeforeLineBreak": [], - - "requireSpaceBeforeKeywords": [ - "do", - "for", - "if", - "else", - "switch", - "case", - "try", - "catch", - "finally", - "while", - "with", - "return" - ], - - "validateAlignedFunctionParameters": { - "lineBreakAfterOpeningBraces": true, - "lineBreakBeforeClosingBraces": true - }, - - "requirePaddingNewLinesBeforeExport": true, - - "validateNewlineAfterArrayElements": { - "maximum": 1 - }, - - "requirePaddingNewLinesAfterUseStrict": true, - - "disallowArrowFunctions": true, - - "disallowMultiLineTernary": true, - - "validateOrderInObjectKeys": "asc-insensitive", - - "disallowIdenticalDestructuringNames": true, - - "disallowNestedTernaries": { "maxLevel": 1 }, - - "requireSpaceAfterComma": { "allExcept": ["trailing"] }, - "requireAlignedMultilineParams": false, - - "requireSpacesInGenerator": { - "afterStar": true - }, - - "disallowSpacesInGenerator": { - "beforeStar": true - }, - - "disallowVar": false, - - "requireArrayDestructuring": false, - - "requireEnhancedObjectLiterals": false, - - "requireObjectDestructuring": false, - - "requireEarlyReturn": false, - - "requireCapitalizedConstructorsNew": { - "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"] - } -} - diff --git a/2019-setembro/node_modules/string.prototype.trimright/.npmignore b/2019-setembro/node_modules/string.prototype.trimright/.npmignore deleted file mode 100644 index 123ae94..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/.npmignore +++ /dev/null @@ -1,27 +0,0 @@ -# Logs -logs -*.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directory -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git -node_modules diff --git a/2019-setembro/node_modules/string.prototype.trimright/.travis.yml b/2019-setembro/node_modules/string.prototype.trimright/.travis.yml deleted file mode 100644 index 9569baa..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/.travis.yml +++ /dev/null @@ -1,73 +0,0 @@ -language: node_js -node_js: - - "5.5" - - "5.4" - - "5.3" - - "5.2" - - "5.1" - - "5.0" - - "4.2" - - "4.1" - - "4.0" - - "iojs-v3.3" - - "iojs-v3.2" - - "iojs-v3.1" - - "iojs-v3.0" - - "iojs-v2.5" - - "iojs-v2.4" - - "iojs-v2.3" - - "iojs-v2.2" - - "iojs-v2.1" - - "iojs-v2.0" - - "iojs-v1.8" - - "iojs-v1.7" - - "iojs-v1.6" - - "iojs-v1.5" - - "iojs-v1.4" - - "iojs-v1.3" - - "iojs-v1.2" - - "iojs-v1.1" - - "iojs-v1.0" - - "0.12" - - "0.11" - - "0.10" - - "0.9" - - "0.8" - - "0.6" - - "0.4" -before_install: - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi' - - 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' -script: - - 'if [ "${TRAVIS_NODE_VERSION}" != "4.2" ]; then npm run tests-only ; else npm test ; fi' -sudo: false -matrix: - fast_finish: true - allow_failures: - - node_js: "5.4" - - node_js: "5.3" - - node_js: "5.2" - - node_js: "5.1" - - node_js: "5.0" - - node_js: "4.1" - - node_js: "4.0" - - node_js: "iojs-v3.2" - - node_js: "iojs-v3.1" - - node_js: "iojs-v3.0" - - node_js: "iojs-v2.4" - - node_js: "iojs-v2.3" - - node_js: "iojs-v2.2" - - node_js: "iojs-v2.1" - - node_js: "iojs-v2.0" - - node_js: "iojs-v1.7" - - node_js: "iojs-v1.6" - - node_js: "iojs-v1.5" - - node_js: "iojs-v1.4" - - node_js: "iojs-v1.3" - - node_js: "iojs-v1.2" - - node_js: "iojs-v1.1" - - node_js: "iojs-v1.0" - - node_js: "0.11" - - node_js: "0.9" - - node_js: "0.6" - - node_js: "0.4" diff --git a/2019-setembro/node_modules/string.prototype.trimright/CHANGELOG.md b/2019-setembro/node_modules/string.prototype.trimright/CHANGELOG.md deleted file mode 100644 index 6772888..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -2.0.0 / 2016-02-06 -================= - * [Breaking] conform to the es-shim API - * [Deps] update `define-properties` - * [Dev Deps] update `tape`, `jscs`, `nsp`, `eslint`, `@ljharb/eslint-config` - * [Tests] up to `node` `v5.5` - * [Tests] fix npm upgrades on older nodes - -1.0.1 / 2015-07-29 -================= - * Fix deps mistakenly being dev deps - -1.0.0 / 2015-07-29 -================= - * v1.0.0 diff --git a/2019-setembro/node_modules/string.prototype.trimright/LICENSE b/2019-setembro/node_modules/string.prototype.trimright/LICENSE deleted file mode 100644 index b43df44..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Jordan Harband - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/2019-setembro/node_modules/string.prototype.trimright/README.md b/2019-setembro/node_modules/string.prototype.trimright/README.md deleted file mode 100644 index 6d736f5..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/README.md +++ /dev/null @@ -1,47 +0,0 @@ -String.prototype.trimRight [![Version Badge][npm-version-svg]][package-url] - -[![Build Status][travis-svg]][travis-url] -[![dependency status][deps-svg]][deps-url] -[![dev dependency status][dev-deps-svg]][dev-deps-url] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -[![npm badge][npm-badge-png]][package-url] - -[![browser support][testling-svg]][testling-url] - -A spec-proposal-compliant `String.prototype.trimRight` shim. Invoke its "shim" method to shim `String.prototype.trimRight` if it is unavailable. - -This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign). In an ES6 environment, it will also work properly with `Symbol`s. - -Most common usage: -```js -var trimRight = require('string.prototype.trimright'); - -assert(trimRight(' \t\na \t\n') === 'a \t\n'); - -if (!String.prototype.trimRight) { - trimRight.shim(); -} - -assert(trimRight(' \t\na \t\n ') === ' \t\na \t\n '.trimRight()); -``` - -## Tests -Simply clone the repo, `npm install`, and run `npm test` - -[package-url]: https://npmjs.com/package/string.prototype.trimright -[npm-version-svg]: http://vb.teelaun.ch/es-shims/String.prototype.trimRight.svg -[travis-svg]: https://travis-ci.org/es-shims/String.prototype.trimRight.svg -[travis-url]: https://travis-ci.org/es-shims/String.prototype.trimRight -[deps-svg]: https://david-dm.org/es-shims/String.prototype.trimRight.svg -[deps-url]: https://david-dm.org/es-shims/String.prototype.trimRight -[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.trimRight/dev-status.svg -[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.trimRight#info=devDependencies -[testling-svg]: https://ci.testling.com/es-shims/String.prototype.trimRight.png -[testling-url]: https://ci.testling.com/es-shims/String.prototype.trimRight -[npm-badge-png]: https://nodei.co/npm/string.prototype.trimright.png?downloads=true&stars=true -[license-image]: http://img.shields.io/npm/l/string.prototype.trimright.svg -[license-url]: LICENSE -[downloads-image]: http://img.shields.io/npm/dm/string.prototype.trimright.svg -[downloads-url]: http://npm-stat.com/charts.html?package=string.prototype.trimright diff --git a/2019-setembro/node_modules/string.prototype.trimright/implementation.js b/2019-setembro/node_modules/string.prototype.trimright/implementation.js deleted file mode 100644 index 60c863a..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/implementation.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -var bind = require('function-bind'); -var replace = bind.call(Function.call, String.prototype.replace); - -var rightWhitespace = /[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]*$/; - -module.exports = function trimRight() { - return replace(this, rightWhitespace, ''); -}; diff --git a/2019-setembro/node_modules/string.prototype.trimright/index.js b/2019-setembro/node_modules/string.prototype.trimright/index.js deleted file mode 100644 index 7fe48cf..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/index.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict'; - -var bind = require('function-bind'); -var define = require('define-properties'); - -var implementation = require('./implementation'); -var getPolyfill = require('./polyfill'); -var shim = require('./shim'); - -var bound = bind.call(Function.call, getPolyfill()); - -define(bound, { - getPolyfill: getPolyfill, - implementation: implementation, - shim: shim -}); - -module.exports = bound; diff --git a/2019-setembro/node_modules/string.prototype.trimright/package.json b/2019-setembro/node_modules/string.prototype.trimright/package.json deleted file mode 100644 index d16d40b..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "string.prototype.trimright", - "version": "2.0.0", - "author": "Jordan Harband", - "description": "ES7 spec-compliant String.prototype.trimRight shim.", - "license": "MIT", - "main": "index.js", - "scripts": { - "test": "npm run lint && es-shim-api --bound && npm run tests-only && npm run security", - "tests-only": "npm run test:shimmed && npm run test:module", - "test:shimmed": "node test/shimmed.js", - "test:module": "node test/index.js", - "coverage": "covert test/*.js", - "coverage-quiet": "covert test/*.js --quiet", - "lint": "npm run jscs && npm run eslint", - "eslint": "eslint test/*.js *.js", - "jscs": "jscs test/*.js *.js", - "security": "nsp check" - }, - "repository": { - "type": "git", - "url": "git://github.com/es-shims/String.prototype.trimRight.git" - }, - "keywords": [ - "String.prototype.trimRight", - "string", - "ES7", - "shim", - "trim", - "trimLeft", - "trimRight", - "polyfill", - "es-shim API" - ], - "dependencies": { - "define-properties": "^1.1.2", - "function-bind": "^1.0.2" - }, - "devDependencies": { - "tape": "^4.4.0", - "covert": "^1.1.0", - "jscs": "^2.9.0", - "nsp": "^2.2.0", - "eslint": "^1.10.3", - "@ljharb/eslint-config": "^1.6.1", - "@es-shims/api": "^1.1.0" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "iexplore/9.0..latest", - "firefox/4.0..6.0", - "firefox/15.0..latest", - "firefox/nightly", - "chrome/4.0..10.0", - "chrome/20.0..latest", - "chrome/canary", - "opera/11.6..latest", - "opera/next", - "safari/5.0..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2" - ] - }, - "engines": { - "node": ">= 0.4" - } -} diff --git a/2019-setembro/node_modules/string.prototype.trimright/polyfill.js b/2019-setembro/node_modules/string.prototype.trimright/polyfill.js deleted file mode 100644 index 7c2aa99..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/polyfill.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -var implementation = require('./implementation'); - -module.exports = function getPolyfill() { - if (!String.prototype.trimRight) { - return implementation; - } - var zeroWidthSpace = '\u200b'; - if (zeroWidthSpace.trimRight() !== zeroWidthSpace) { - return implementation; - } - return String.prototype.trimRight; -}; diff --git a/2019-setembro/node_modules/string.prototype.trimright/shim.js b/2019-setembro/node_modules/string.prototype.trimright/shim.js deleted file mode 100644 index e073afe..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/shim.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -var define = require('define-properties'); -var getPolyfill = require('./polyfill'); - -module.exports = function shimTrimRight() { - var polyfill = getPolyfill(); - define( - String.prototype, - { trimRight: polyfill }, - { trimRight: function () { return String.prototype.trimRight !== polyfill; } } - ); - return polyfill; -}; diff --git a/2019-setembro/node_modules/string.prototype.trimright/test/index.js b/2019-setembro/node_modules/string.prototype.trimright/test/index.js deleted file mode 100644 index 77aa50d..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/test/index.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict'; - -var trimRight = require('../'); -var test = require('tape'); -var runTests = require('./tests'); - -test('as a function', function (t) { - t.test('bad array/this value', function (st) { - st.throws(function () { trimRight(undefined, 'a'); }, TypeError, 'undefined is not an object'); - st.throws(function () { trimRight(null, 'a'); }, TypeError, 'null is not an object'); - st.end(); - }); - - runTests(trimRight, t); - - t.end(); -}); diff --git a/2019-setembro/node_modules/string.prototype.trimright/test/shimmed.js b/2019-setembro/node_modules/string.prototype.trimright/test/shimmed.js deleted file mode 100644 index 8205206..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/test/shimmed.js +++ /dev/null @@ -1,37 +0,0 @@ -'use strict'; - -var trimRight = require('../'); -trimRight.shim(); - -var runTests = require('./tests'); - -var test = require('tape'); -var defineProperties = require('define-properties'); -var bind = require('function-bind'); -var isEnumerable = Object.prototype.propertyIsEnumerable; -var functionsHaveNames = function f() {}.name === 'f'; - -test('shimmed', function (t) { - t.equal(String.prototype.trimRight.length, 0, 'String#trimRight has a length of 0'); - t.test('Function name', { skip: !functionsHaveNames }, function (st) { - st.equal(String.prototype.trimRight.name, 'trimRight', 'String#trimRight has name "trimRight"'); - st.end(); - }); - - t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { - et.equal(false, isEnumerable.call(String.prototype, 'trimRight'), 'String#trimRight is not enumerable'); - et.end(); - }); - - var supportsStrictMode = (function () { return typeof this === 'undefined'; }()); - - t.test('bad string/this value', { skip: !supportsStrictMode }, function (st) { - st.throws(function () { return trimRight(undefined, 'a'); }, TypeError, 'undefined is not an object'); - st.throws(function () { return trimRight(null, 'a'); }, TypeError, 'null is not an object'); - st.end(); - }); - - runTests(bind.call(Function.call, String.prototype.trimRight), t); - - t.end(); -}); diff --git a/2019-setembro/node_modules/string.prototype.trimright/test/tests.js b/2019-setembro/node_modules/string.prototype.trimright/test/tests.js deleted file mode 100644 index c40ec4f..0000000 --- a/2019-setembro/node_modules/string.prototype.trimright/test/tests.js +++ /dev/null @@ -1,19 +0,0 @@ -'use strict'; - -module.exports = function (trimRight, t) { - t.test('normal cases', function (st) { - st.equal(trimRight(' \t\na \t\n'), ' \t\na', 'strips whitespace off the left side'); - st.equal(trimRight('a'), 'a', 'noop when no whitespace'); - - var allWhitespaceChars = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; - st.equal(trimRight(allWhitespaceChars + 'a' + allWhitespaceChars), allWhitespaceChars + 'a', 'all expected whitespace chars are trimmed'); - - st.end(); - }); - - t.test('zero-width spaces', function (st) { - var zeroWidth = '\u200b'; - st.equal(trimRight(zeroWidth), zeroWidth, 'zero width space does not trim'); - st.end(); - }); -}; diff --git a/2019-setembro/node_modules/string_decoder/.travis.yml b/2019-setembro/node_modules/string_decoder/.travis.yml deleted file mode 100644 index 3347a72..0000000 --- a/2019-setembro/node_modules/string_decoder/.travis.yml +++ /dev/null @@ -1,50 +0,0 @@ -sudo: false -language: node_js -before_install: - - npm install -g npm@2 - - test $NPM_LEGACY && npm install -g npm@latest-3 || npm install npm -g -notifications: - email: false -matrix: - fast_finish: true - include: - - node_js: '0.8' - env: - - TASK=test - - NPM_LEGACY=true - - node_js: '0.10' - env: - - TASK=test - - NPM_LEGACY=true - - node_js: '0.11' - env: - - TASK=test - - NPM_LEGACY=true - - node_js: '0.12' - env: - - TASK=test - - NPM_LEGACY=true - - node_js: 1 - env: - - TASK=test - - NPM_LEGACY=true - - node_js: 2 - env: - - TASK=test - - NPM_LEGACY=true - - node_js: 3 - env: - - TASK=test - - NPM_LEGACY=true - - node_js: 4 - env: TASK=test - - node_js: 5 - env: TASK=test - - node_js: 6 - env: TASK=test - - node_js: 7 - env: TASK=test - - node_js: 8 - env: TASK=test - - node_js: 9 - env: TASK=test diff --git a/2019-setembro/node_modules/string_decoder/LICENSE b/2019-setembro/node_modules/string_decoder/LICENSE deleted file mode 100644 index 778edb2..0000000 --- a/2019-setembro/node_modules/string_decoder/LICENSE +++ /dev/null @@ -1,48 +0,0 @@ -Node.js is licensed for use as follows: - -""" -Copyright Node.js contributors. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. -""" - -This license applies to parts of Node.js originating from the -https://github.com/joyent/node repository: - -""" -Copyright Joyent, Inc. and other Node contributors. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. -""" - diff --git a/2019-setembro/node_modules/string_decoder/README.md b/2019-setembro/node_modules/string_decoder/README.md deleted file mode 100644 index 5fd5831..0000000 --- a/2019-setembro/node_modules/string_decoder/README.md +++ /dev/null @@ -1,47 +0,0 @@ -# string_decoder - -***Node-core v8.9.4 string_decoder for userland*** - - -[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/) -[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/) - - -```bash -npm install --save string_decoder -``` - -***Node-core string_decoder for userland*** - -This package is a mirror of the string_decoder implementation in Node-core. - -Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). - -As of version 1.0.0 **string_decoder** uses semantic versioning. - -## Previous versions - -Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10. - -## Update - -The *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version. - -## Streams Working Group - -`string_decoder` is maintained by the Streams Working Group, which -oversees the development and maintenance of the Streams API within -Node.js. The responsibilities of the Streams Working Group include: - -* Addressing stream issues on the Node.js issue tracker. -* Authoring and editing stream documentation within the Node.js project. -* Reviewing changes to stream subclasses within the Node.js project. -* Redirecting changes to streams from the Node.js project to this - project. -* Assisting in the implementation of stream providers within Node.js. -* Recommending versions of `readable-stream` to be included in Node.js. -* Messaging about the future of streams to give the community advance - notice of changes. - -See [readable-stream](https://github.com/nodejs/readable-stream) for -more details. diff --git a/2019-setembro/node_modules/string_decoder/lib/string_decoder.js b/2019-setembro/node_modules/string_decoder/lib/string_decoder.js deleted file mode 100644 index 2e89e63..0000000 --- a/2019-setembro/node_modules/string_decoder/lib/string_decoder.js +++ /dev/null @@ -1,296 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -'use strict'; - -/**/ - -var Buffer = require('safe-buffer').Buffer; -/**/ - -var isEncoding = Buffer.isEncoding || function (encoding) { - encoding = '' + encoding; - switch (encoding && encoding.toLowerCase()) { - case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw': - return true; - default: - return false; - } -}; - -function _normalizeEncoding(enc) { - if (!enc) return 'utf8'; - var retried; - while (true) { - switch (enc) { - case 'utf8': - case 'utf-8': - return 'utf8'; - case 'ucs2': - case 'ucs-2': - case 'utf16le': - case 'utf-16le': - return 'utf16le'; - case 'latin1': - case 'binary': - return 'latin1'; - case 'base64': - case 'ascii': - case 'hex': - return enc; - default: - if (retried) return; // undefined - enc = ('' + enc).toLowerCase(); - retried = true; - } - } -}; - -// Do not cache `Buffer.isEncoding` when checking encoding names as some -// modules monkey-patch it to support additional encodings -function normalizeEncoding(enc) { - var nenc = _normalizeEncoding(enc); - if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc); - return nenc || enc; -} - -// StringDecoder provides an interface for efficiently splitting a series of -// buffers into a series of JS strings without breaking apart multi-byte -// characters. -exports.StringDecoder = StringDecoder; -function StringDecoder(encoding) { - this.encoding = normalizeEncoding(encoding); - var nb; - switch (this.encoding) { - case 'utf16le': - this.text = utf16Text; - this.end = utf16End; - nb = 4; - break; - case 'utf8': - this.fillLast = utf8FillLast; - nb = 4; - break; - case 'base64': - this.text = base64Text; - this.end = base64End; - nb = 3; - break; - default: - this.write = simpleWrite; - this.end = simpleEnd; - return; - } - this.lastNeed = 0; - this.lastTotal = 0; - this.lastChar = Buffer.allocUnsafe(nb); -} - -StringDecoder.prototype.write = function (buf) { - if (buf.length === 0) return ''; - var r; - var i; - if (this.lastNeed) { - r = this.fillLast(buf); - if (r === undefined) return ''; - i = this.lastNeed; - this.lastNeed = 0; - } else { - i = 0; - } - if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i); - return r || ''; -}; - -StringDecoder.prototype.end = utf8End; - -// Returns only complete characters in a Buffer -StringDecoder.prototype.text = utf8Text; - -// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer -StringDecoder.prototype.fillLast = function (buf) { - if (this.lastNeed <= buf.length) { - buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); - return this.lastChar.toString(this.encoding, 0, this.lastTotal); - } - buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); - this.lastNeed -= buf.length; -}; - -// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a -// continuation byte. If an invalid byte is detected, -2 is returned. -function utf8CheckByte(byte) { - if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4; - return byte >> 6 === 0x02 ? -1 : -2; -} - -// Checks at most 3 bytes at the end of a Buffer in order to detect an -// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4) -// needed to complete the UTF-8 character (if applicable) are returned. -function utf8CheckIncomplete(self, buf, i) { - var j = buf.length - 1; - if (j < i) return 0; - var nb = utf8CheckByte(buf[j]); - if (nb >= 0) { - if (nb > 0) self.lastNeed = nb - 1; - return nb; - } - if (--j < i || nb === -2) return 0; - nb = utf8CheckByte(buf[j]); - if (nb >= 0) { - if (nb > 0) self.lastNeed = nb - 2; - return nb; - } - if (--j < i || nb === -2) return 0; - nb = utf8CheckByte(buf[j]); - if (nb >= 0) { - if (nb > 0) { - if (nb === 2) nb = 0;else self.lastNeed = nb - 3; - } - return nb; - } - return 0; -} - -// Validates as many continuation bytes for a multi-byte UTF-8 character as -// needed or are available. If we see a non-continuation byte where we expect -// one, we "replace" the validated continuation bytes we've seen so far with -// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding -// behavior. The continuation byte check is included three times in the case -// where all of the continuation bytes for a character exist in the same buffer. -// It is also done this way as a slight performance increase instead of using a -// loop. -function utf8CheckExtraBytes(self, buf, p) { - if ((buf[0] & 0xC0) !== 0x80) { - self.lastNeed = 0; - return '\ufffd'; - } - if (self.lastNeed > 1 && buf.length > 1) { - if ((buf[1] & 0xC0) !== 0x80) { - self.lastNeed = 1; - return '\ufffd'; - } - if (self.lastNeed > 2 && buf.length > 2) { - if ((buf[2] & 0xC0) !== 0x80) { - self.lastNeed = 2; - return '\ufffd'; - } - } - } -} - -// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer. -function utf8FillLast(buf) { - var p = this.lastTotal - this.lastNeed; - var r = utf8CheckExtraBytes(this, buf, p); - if (r !== undefined) return r; - if (this.lastNeed <= buf.length) { - buf.copy(this.lastChar, p, 0, this.lastNeed); - return this.lastChar.toString(this.encoding, 0, this.lastTotal); - } - buf.copy(this.lastChar, p, 0, buf.length); - this.lastNeed -= buf.length; -} - -// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a -// partial character, the character's bytes are buffered until the required -// number of bytes are available. -function utf8Text(buf, i) { - var total = utf8CheckIncomplete(this, buf, i); - if (!this.lastNeed) return buf.toString('utf8', i); - this.lastTotal = total; - var end = buf.length - (total - this.lastNeed); - buf.copy(this.lastChar, 0, end); - return buf.toString('utf8', i, end); -} - -// For UTF-8, a replacement character is added when ending on a partial -// character. -function utf8End(buf) { - var r = buf && buf.length ? this.write(buf) : ''; - if (this.lastNeed) return r + '\ufffd'; - return r; -} - -// UTF-16LE typically needs two bytes per character, but even if we have an even -// number of bytes available, we need to check if we end on a leading/high -// surrogate. In that case, we need to wait for the next two bytes in order to -// decode the last character properly. -function utf16Text(buf, i) { - if ((buf.length - i) % 2 === 0) { - var r = buf.toString('utf16le', i); - if (r) { - var c = r.charCodeAt(r.length - 1); - if (c >= 0xD800 && c <= 0xDBFF) { - this.lastNeed = 2; - this.lastTotal = 4; - this.lastChar[0] = buf[buf.length - 2]; - this.lastChar[1] = buf[buf.length - 1]; - return r.slice(0, -1); - } - } - return r; - } - this.lastNeed = 1; - this.lastTotal = 2; - this.lastChar[0] = buf[buf.length - 1]; - return buf.toString('utf16le', i, buf.length - 1); -} - -// For UTF-16LE we do not explicitly append special replacement characters if we -// end on a partial character, we simply let v8 handle that. -function utf16End(buf) { - var r = buf && buf.length ? this.write(buf) : ''; - if (this.lastNeed) { - var end = this.lastTotal - this.lastNeed; - return r + this.lastChar.toString('utf16le', 0, end); - } - return r; -} - -function base64Text(buf, i) { - var n = (buf.length - i) % 3; - if (n === 0) return buf.toString('base64', i); - this.lastNeed = 3 - n; - this.lastTotal = 3; - if (n === 1) { - this.lastChar[0] = buf[buf.length - 1]; - } else { - this.lastChar[0] = buf[buf.length - 2]; - this.lastChar[1] = buf[buf.length - 1]; - } - return buf.toString('base64', i, buf.length - n); -} - -function base64End(buf) { - var r = buf && buf.length ? this.write(buf) : ''; - if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed); - return r; -} - -// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex) -function simpleWrite(buf) { - return buf.toString(this.encoding); -} - -function simpleEnd(buf) { - return buf && buf.length ? this.write(buf) : ''; -} \ No newline at end of file diff --git a/2019-setembro/node_modules/string_decoder/package.json b/2019-setembro/node_modules/string_decoder/package.json deleted file mode 100644 index 518c3eb..0000000 --- a/2019-setembro/node_modules/string_decoder/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "string_decoder", - "version": "1.1.1", - "description": "The string_decoder module from Node core", - "main": "lib/string_decoder.js", - "dependencies": { - "safe-buffer": "~5.1.0" - }, - "devDependencies": { - "babel-polyfill": "^6.23.0", - "core-util-is": "^1.0.2", - "inherits": "^2.0.3", - "tap": "~0.4.8" - }, - "scripts": { - "test": "tap test/parallel/*.js && node test/verify-dependencies", - "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/nodejs/string_decoder.git" - }, - "homepage": "https://github.com/nodejs/string_decoder", - "keywords": [ - "string", - "decoder", - "browser", - "browserify" - ], - "license": "MIT" -} diff --git a/2019-setembro/node_modules/strip-bom/index.js b/2019-setembro/node_modules/strip-bom/index.js deleted file mode 100644 index b00feb9..0000000 --- a/2019-setembro/node_modules/strip-bom/index.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; -module.exports = x => { - if (typeof x !== 'string') { - throw new TypeError('Expected a string, got ' + typeof x); - } - - // Catches EFBBBF (UTF-8 BOM) because the buffer-to-string - // conversion translates it to FEFF (UTF-16 BOM) - if (x.charCodeAt(0) === 0xFEFF) { - return x.slice(1); - } - - return x; -}; diff --git a/2019-setembro/node_modules/strip-bom/license b/2019-setembro/node_modules/strip-bom/license deleted file mode 100644 index 654d0bf..0000000 --- a/2019-setembro/node_modules/strip-bom/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/strip-bom/package.json b/2019-setembro/node_modules/strip-bom/package.json deleted file mode 100644 index 10f8fdd..0000000 --- a/2019-setembro/node_modules/strip-bom/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "strip-bom", - "version": "3.0.0", - "description": "Strip UTF-8 byte order mark (BOM) from a string", - "license": "MIT", - "repository": "sindresorhus/strip-bom", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js" - ], - "keywords": [ - "strip", - "bom", - "byte", - "order", - "mark", - "unicode", - "utf8", - "utf-8", - "remove", - "delete", - "trim", - "text", - "string" - ], - "devDependencies": { - "ava": "*", - "xo": "*" - } -} diff --git a/2019-setembro/node_modules/strip-bom/readme.md b/2019-setembro/node_modules/strip-bom/readme.md deleted file mode 100644 index 812a980..0000000 --- a/2019-setembro/node_modules/strip-bom/readme.md +++ /dev/null @@ -1,36 +0,0 @@ -# strip-bom [![Build Status](https://travis-ci.org/sindresorhus/strip-bom.svg?branch=master)](https://travis-ci.org/sindresorhus/strip-bom) - -> Strip UTF-8 [byte order mark](http://en.wikipedia.org/wiki/Byte_order_mark#UTF-8) (BOM) from a string - -From Wikipedia: - -> The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8. - - -## Install - -``` -$ npm install --save strip-bom -``` - - -## Usage - -```js -const stripBom = require('strip-bom'); - -stripBom('\uFEFFunicorn'); -//=> 'unicorn' -``` - - -## Related - -- [strip-bom-cli](https://github.com/sindresorhus/strip-bom-cli) - CLI for this module -- [strip-bom-buf](https://github.com/sindresorhus/strip-bom-buf) - Buffer version of this module -- [strip-bom-stream](https://github.com/sindresorhus/strip-bom-stream) - Stream version of this module - - -## License - -MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/2019-setembro/node_modules/supports-color/browser.js b/2019-setembro/node_modules/supports-color/browser.js deleted file mode 100644 index 62afa3a..0000000 --- a/2019-setembro/node_modules/supports-color/browser.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; -module.exports = { - stdout: false, - stderr: false -}; diff --git a/2019-setembro/node_modules/supports-color/index.js b/2019-setembro/node_modules/supports-color/index.js deleted file mode 100644 index 1704131..0000000 --- a/2019-setembro/node_modules/supports-color/index.js +++ /dev/null @@ -1,131 +0,0 @@ -'use strict'; -const os = require('os'); -const hasFlag = require('has-flag'); - -const env = process.env; - -let forceColor; -if (hasFlag('no-color') || - hasFlag('no-colors') || - hasFlag('color=false')) { - forceColor = false; -} else if (hasFlag('color') || - hasFlag('colors') || - hasFlag('color=true') || - hasFlag('color=always')) { - forceColor = true; -} -if ('FORCE_COLOR' in env) { - forceColor = env.FORCE_COLOR.length === 0 || parseInt(env.FORCE_COLOR, 10) !== 0; -} - -function translateLevel(level) { - if (level === 0) { - return false; - } - - return { - level, - hasBasic: true, - has256: level >= 2, - has16m: level >= 3 - }; -} - -function supportsColor(stream) { - if (forceColor === false) { - return 0; - } - - if (hasFlag('color=16m') || - hasFlag('color=full') || - hasFlag('color=truecolor')) { - return 3; - } - - if (hasFlag('color=256')) { - return 2; - } - - if (stream && !stream.isTTY && forceColor !== true) { - return 0; - } - - const min = forceColor ? 1 : 0; - - if (process.platform === 'win32') { - // Node.js 7.5.0 is the first version of Node.js to include a patch to - // libuv that enables 256 color output on Windows. Anything earlier and it - // won't work. However, here we target Node.js 8 at minimum as it is an LTS - // release, and Node.js 7 is not. Windows 10 build 10586 is the first Windows - // release that supports 256 colors. Windows 10 build 14931 is the first release - // that supports 16m/TrueColor. - const osRelease = os.release().split('.'); - if ( - Number(process.versions.node.split('.')[0]) >= 8 && - Number(osRelease[0]) >= 10 && - Number(osRelease[2]) >= 10586 - ) { - return Number(osRelease[2]) >= 14931 ? 3 : 2; - } - - return 1; - } - - if ('CI' in env) { - if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(sign => sign in env) || env.CI_NAME === 'codeship') { - return 1; - } - - return min; - } - - if ('TEAMCITY_VERSION' in env) { - return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; - } - - if (env.COLORTERM === 'truecolor') { - return 3; - } - - if ('TERM_PROGRAM' in env) { - const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); - - switch (env.TERM_PROGRAM) { - case 'iTerm.app': - return version >= 3 ? 3 : 2; - case 'Apple_Terminal': - return 2; - // No default - } - } - - if (/-256(color)?$/i.test(env.TERM)) { - return 2; - } - - if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { - return 1; - } - - if ('COLORTERM' in env) { - return 1; - } - - if (env.TERM === 'dumb') { - return min; - } - - return min; -} - -function getSupportLevel(stream) { - const level = supportsColor(stream); - return translateLevel(level); -} - -module.exports = { - supportsColor: getSupportLevel, - stdout: getSupportLevel(process.stdout), - stderr: getSupportLevel(process.stderr) -}; diff --git a/2019-setembro/node_modules/supports-color/license b/2019-setembro/node_modules/supports-color/license deleted file mode 100644 index e7af2f7..0000000 --- a/2019-setembro/node_modules/supports-color/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/supports-color/package.json b/2019-setembro/node_modules/supports-color/package.json deleted file mode 100644 index ad199f5..0000000 --- a/2019-setembro/node_modules/supports-color/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "supports-color", - "version": "5.5.0", - "description": "Detect whether a terminal supports color", - "license": "MIT", - "repository": "chalk/supports-color", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "browser.js" - ], - "keywords": [ - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "ansi", - "styles", - "tty", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "support", - "supports", - "capability", - "detect", - "truecolor", - "16m" - ], - "dependencies": { - "has-flag": "^3.0.0" - }, - "devDependencies": { - "ava": "^0.25.0", - "import-fresh": "^2.0.0", - "xo": "^0.20.0" - }, - "browser": "browser.js" -} diff --git a/2019-setembro/node_modules/supports-color/readme.md b/2019-setembro/node_modules/supports-color/readme.md deleted file mode 100644 index f6e4019..0000000 --- a/2019-setembro/node_modules/supports-color/readme.md +++ /dev/null @@ -1,66 +0,0 @@ -# supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](https://travis-ci.org/chalk/supports-color) - -> Detect whether a terminal supports color - - -## Install - -``` -$ npm install supports-color -``` - - -## Usage - -```js -const supportsColor = require('supports-color'); - -if (supportsColor.stdout) { - console.log('Terminal stdout supports color'); -} - -if (supportsColor.stdout.has256) { - console.log('Terminal stdout supports 256 colors'); -} - -if (supportsColor.stderr.has16m) { - console.log('Terminal stderr supports 16 million colors (truecolor)'); -} -``` - - -## API - -Returns an `Object` with a `stdout` and `stderr` property for testing either streams. Each property is an `Object`, or `false` if color is not supported. - -The `stdout`/`stderr` objects specifies a level of support for color through a `.level` property and a corresponding flag: - -- `.level = 1` and `.hasBasic = true`: Basic color support (16 colors) -- `.level = 2` and `.has256 = true`: 256 color support -- `.level = 3` and `.has16m = true`: Truecolor support (16 million colors) - - -## Info - -It obeys the `--color` and `--no-color` CLI flags. - -Can be overridden by the user with the flags `--color` and `--no-color`. For situations where using `--color` is not possible, add the environment variable `FORCE_COLOR=1` to forcefully enable color or `FORCE_COLOR=0` to forcefully disable. The use of `FORCE_COLOR` overrides all other color support checks. - -Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=16m` flags, respectively. - - -## Related - -- [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module -- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right - - -## Maintainers - -- [Sindre Sorhus](https://github.com/sindresorhus) -- [Josh Junon](https://github.com/qix-) - - -## License - -MIT diff --git a/2019-setembro/node_modules/svelte/CHANGELOG.md b/2019-setembro/node_modules/svelte/CHANGELOG.md deleted file mode 100644 index 1b26b26..0000000 --- a/2019-setembro/node_modules/svelte/CHANGELOG.md +++ /dev/null @@ -1,1683 +0,0 @@ -# Svelte changelog - -## 3.12.0 - -* Fire events on `document` in development to facilitate dev tooling ([#3005](https://github.com/sveltejs/svelte/pull/3005)]) - -## 3.11.0 - -* `$capture_state` and `$inject_state` HMR hooks in dev mode ([#3148](https://github.com/sveltejs/svelte/pull/3148)) -* Allow unclosed tags inside if/each/etc blocks ([#2807](https://github.com/sveltejs/svelte/issues/2807)) -* Invalidate unreferenced store values inside `'` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349)) -* Allow reference to whitelisted globals without properties ([#333](https://github.com/sveltejs/svelte/pull/333)) -* Don't remove ` ` incorrectly ([#348](https://github.com/sveltejs/svelte/issues/348)) -* `let` -> `var` in `addCss` block ([#351](https://github.com/sveltejs/svelte/pull/351)) - -## 1.10.2 - -* Accept any case for doctype declarations ([#336](https://github.com/sveltejs/svelte/issues/336)) -* Allow non-top-level `'; - function get_context(parser, attributes, start) { - const context = attributes.find(attribute => attribute.name === 'context'); - if (!context) - return 'default'; - if (context.value.length !== 1 || context.value[0].type !== 'Text') { - parser.error({ - code: 'invalid-script', - message: `context attribute must be static` - }, start); - } - const value = context.value[0].data; - if (value !== 'module') { - parser.error({ - code: `invalid-script`, - message: `If the context attribute is supplied, its value must be "module"` - }, context.start); - } - return value; - } - function read_script(parser, start, attributes) { - const script_start = parser.index; - const script_end = parser.template.indexOf(script_closing_tag, script_start); - if (script_end === -1) - parser.error({ - code: `unclosed-script`, - message: `', true); - element.end = parser.index; - } - else if (name === 'style') { - // special case - const start = parser.index; - const data = parser.read_until(/<\/style>/); - const end = parser.index; - element.children.push({ start, end, type: 'Text', data }); - parser.eat('', true); - } - else { - parser.stack.push(element); - } - } - function read_tag_name(parser) { - const start = parser.index; - if (parser.read(SELF)) { - // check we're inside a block, otherwise this - // will cause infinite recursion - let i = parser.stack.length; - let legal = false; - while (i--) { - const fragment = parser.stack[i]; - if (fragment.type === 'IfBlock' || fragment.type === 'EachBlock') { - legal = true; - break; - } - } - if (!legal) { - parser.error({ - code: `invalid-self-placement`, - message: ` components can only exist inside if-blocks or each-blocks` - }, start); - } - return 'svelte:self'; - } - if (parser.read(COMPONENT)) - return 'svelte:component'; - const name = parser.read_until(/(\s|\/|>)/); - if (meta_tags.has(name)) - return name; - if (name.startsWith('svelte:')) { - const match = fuzzymatch(name.slice(7), valid_meta_tags); - let message = `Valid tag names are ${list$1(valid_meta_tags)}`; - if (match) - message += ` (did you mean '${match}'?)`; - parser.error({ - code: 'invalid-tag-name', - message - }, start); - } - if (!valid_tag_name.test(name)) { - parser.error({ - code: `invalid-tag-name`, - message: `Expected valid tag name` - }, start); - } - return name; - } - function read_attribute(parser, unique_names) { - const start = parser.index; - if (parser.eat('{')) { - parser.allow_whitespace(); - if (parser.eat('...')) { - const expression = read_expression(parser); - parser.allow_whitespace(); - parser.eat('}', true); - return { - start, - end: parser.index, - type: 'Spread', - expression - }; - } - else { - const value_start = parser.index; - const name = parser.read_identifier(); - parser.allow_whitespace(); - parser.eat('}', true); - return { - start, - end: parser.index, - type: 'Attribute', - name, - value: [{ - start: value_start, - end: value_start + name.length, - type: 'AttributeShorthand', - expression: { - start: value_start, - end: value_start + name.length, - type: 'Identifier', - name - } - }] - }; - } - } - // eslint-disable-next-line no-useless-escape - const name = parser.read_until(/[\s=\/>"']/); - if (!name) - return null; - let end = parser.index; - parser.allow_whitespace(); - const colon_index = name.indexOf(':'); - const type = colon_index !== -1 && get_directive_type(name.slice(0, colon_index)); - if (unique_names.has(name)) { - parser.error({ - code: `duplicate-attribute`, - message: 'Attributes need to be unique' - }, start); - } - if (type !== "EventHandler") { - unique_names.add(name); - } - let value = true; - if (parser.eat('=')) { - parser.allow_whitespace(); - value = read_attribute_value(parser); - end = parser.index; - } - else if (parser.match_regex(/["']/)) { - parser.error({ - code: `unexpected-token`, - message: `Expected =` - }, parser.index); - } - if (type) { - const [directive_name, ...modifiers] = name.slice(colon_index + 1).split('|'); - if (type === 'Ref') { - parser.error({ - code: `invalid-ref-directive`, - message: `The ref directive is no longer supported — use \`bind:this={${directive_name}}\` instead` - }, start); - } - if (value[0]) { - if (value.length > 1 || value[0].type === 'Text') { - parser.error({ - code: `invalid-directive-value`, - message: `Directive value must be a JavaScript expression enclosed in curly braces` - }, value[0].start); - } - } - const directive = { - start, - end, - type, - name: directive_name, - modifiers, - expression: (value[0] && value[0].expression) || null - }; - if (type === 'Transition') { - const direction = name.slice(0, colon_index); - directive.intro = direction === 'in' || direction === 'transition'; - directive.outro = direction === 'out' || direction === 'transition'; - } - if (!directive.expression && (type === 'Binding' || type === 'Class')) { - directive.expression = { - start: directive.start + colon_index + 1, - end: directive.end, - type: 'Identifier', - name: directive.name - }; - } - return directive; - } - return { - start, - end, - type: 'Attribute', - name, - value, - }; - } - function get_directive_type(name) { - if (name === 'use') - return 'Action'; - if (name === 'animate') - return 'Animation'; - if (name === 'bind') - return 'Binding'; - if (name === 'class') - return 'Class'; - if (name === 'on') - return 'EventHandler'; - if (name === 'let') - return 'Let'; - if (name === 'ref') - return 'Ref'; - if (name === 'in' || name === 'out' || name === 'transition') - return 'Transition'; - } - function read_attribute_value(parser) { - const quote_mark = parser.eat(`'`) ? `'` : parser.eat(`"`) ? `"` : null; - const regex = (quote_mark === `'` ? /'/ : - quote_mark === `"` ? /"/ : - /(\/>|[\s"'=<>`])/); - const value = read_sequence(parser, () => !!parser.match_regex(regex)); - if (quote_mark) - parser.index += 1; - return value; - } - function read_sequence(parser, done) { - let current_chunk = { - start: parser.index, - end: null, - type: 'Text', - raw: '', - data: null - }; - function flush() { - if (current_chunk.raw) { - current_chunk.data = decode_character_references(current_chunk.raw); - current_chunk.end = parser.index; - chunks.push(current_chunk); - } - } - const chunks = []; - while (parser.index < parser.template.length) { - const index = parser.index; - if (done()) { - flush(); - return chunks; - } - else if (parser.eat('{')) { - flush(); - parser.allow_whitespace(); - const expression = read_expression(parser); - parser.allow_whitespace(); - parser.eat('}', true); - chunks.push({ - start: index, - end: parser.index, - type: 'MustacheTag', - expression, - }); - current_chunk = { - start: parser.index, - end: null, - type: 'Text', - raw: '', - data: null - }; - } - else { - current_chunk.raw += parser.template[parser.index++]; - } - } - parser.error({ - code: `unexpected-eof`, - message: `Unexpected end of input` - }); - } - - function error_on_assignment_pattern(parser) { - if (parser.eat('=')) { - parser.error({ - code: 'invalid-assignment-pattern', - message: 'Assignment patterns are not supported' - }, parser.index - 1); - } - } - function error_on_rest_pattern_not_last(parser) { - parser.error({ - code: 'rest-pattern-not-last', - message: 'Rest destructuring expected to be last' - }, parser.index); - } - function read_context(parser) { - const context = { - start: parser.index, - end: null, - type: null - }; - if (parser.eat('[')) { - context.type = 'ArrayPattern'; - context.elements = []; - do { - parser.allow_whitespace(); - const lastContext = context.elements[context.elements.length - 1]; - if (lastContext && lastContext.type === 'RestIdentifier') { - error_on_rest_pattern_not_last(parser); - } - if (parser.template[parser.index] === ',') { - context.elements.push(null); - } - else { - context.elements.push(read_context(parser)); - parser.allow_whitespace(); - } - } while (parser.eat(',')); - error_on_assignment_pattern(parser); - parser.eat(']', true); - context.end = parser.index; - } - else if (parser.eat('{')) { - context.type = 'ObjectPattern'; - context.properties = []; - do { - parser.allow_whitespace(); - if (parser.eat('...')) { - parser.allow_whitespace(); - const start = parser.index; - const name = parser.read_identifier(); - const key = { - start, - end: parser.index, - type: 'Identifier', - name - }; - const property = { - start, - end: parser.index, - type: 'Property', - kind: 'rest', - shorthand: true, - key, - value: key - }; - context.properties.push(property); - parser.allow_whitespace(); - if (parser.eat(',')) { - parser.error({ - code: `comma-after-rest`, - message: `Comma is not permitted after the rest element` - }, parser.index - 1); - } - break; - } - const start = parser.index; - const name = parser.read_identifier(); - const key = { - start, - end: parser.index, - type: 'Identifier', - name - }; - parser.allow_whitespace(); - const value = parser.eat(':') - ? (parser.allow_whitespace(), read_context(parser)) - : key; - const property = { - start, - end: value.end, - type: 'Property', - kind: 'init', - shorthand: value.type === 'Identifier' && value.name === name, - key, - value - }; - context.properties.push(property); - parser.allow_whitespace(); - } while (parser.eat(',')); - error_on_assignment_pattern(parser); - parser.eat('}', true); - context.end = parser.index; - } - else if (parser.eat('...')) { - const name = parser.read_identifier(); - if (name) { - context.type = 'RestIdentifier'; - context.end = parser.index; - context.name = name; - } - else { - parser.error({ - code: 'invalid-context', - message: 'Expected a rest pattern' - }); - } - } - else { - const name = parser.read_identifier(); - if (name) { - context.type = 'Identifier'; - context.end = parser.index; - context.name = name; - } - else { - parser.error({ - code: 'invalid-context', - message: 'Expected a name, array pattern or object pattern' - }); - } - error_on_assignment_pattern(parser); - } - return context; - } - - const whitespace = /[ \t\r\n]/; - const dimensions = /^(?:offset|client)(?:Width|Height)$/; - - function trim_start(str) { - let i = 0; - while (whitespace.test(str[i])) - i += 1; - return str.slice(i); - } - function trim_end(str) { - let i = str.length; - while (whitespace.test(str[i - 1])) - i -= 1; - return str.slice(0, i); - } - - function trim_whitespace(block, trim_before, trim_after) { - if (!block.children || block.children.length === 0) - return; // AwaitBlock - const first_child = block.children[0]; - const last_child = block.children[block.children.length - 1]; - if (first_child.type === 'Text' && trim_before) { - first_child.data = trim_start(first_child.data); - if (!first_child.data) - block.children.shift(); - } - if (last_child.type === 'Text' && trim_after) { - last_child.data = trim_end(last_child.data); - if (!last_child.data) - block.children.pop(); - } - if (block.else) { - trim_whitespace(block.else, trim_before, trim_after); - } - if (first_child.elseif) { - trim_whitespace(first_child, trim_before, trim_after); - } - } - function mustache(parser) { - const start = parser.index; - parser.index += 1; - parser.allow_whitespace(); - // {/if}, {/each} or {/await} - if (parser.eat('/')) { - let block = parser.current(); - let expected; - if (closing_tag_omitted(block.name)) { - block.end = start; - parser.stack.pop(); - block = parser.current(); - } - if (block.type === 'ElseBlock' || block.type === 'PendingBlock' || block.type === 'ThenBlock' || block.type === 'CatchBlock') { - block.end = start; - parser.stack.pop(); - block = parser.current(); - expected = 'await'; - } - if (block.type === 'IfBlock') { - expected = 'if'; - } - else if (block.type === 'EachBlock') { - expected = 'each'; - } - else if (block.type === 'AwaitBlock') { - expected = 'await'; - } - else { - parser.error({ - code: `unexpected-block-close`, - message: `Unexpected block closing tag` - }); - } - parser.eat(expected, true); - parser.allow_whitespace(); - parser.eat('}', true); - while (block.elseif) { - block.end = parser.index; - parser.stack.pop(); - block = parser.current(); - if (block.else) { - block.else.end = start; - } - } - // strip leading/trailing whitespace as necessary - const char_before = parser.template[block.start - 1]; - const char_after = parser.template[parser.index]; - const trim_before = !char_before || whitespace.test(char_before); - const trim_after = !char_after || whitespace.test(char_after); - trim_whitespace(block, trim_before, trim_after); - block.end = parser.index; - parser.stack.pop(); - } - else if (parser.eat(':else')) { - if (parser.eat('if')) { - parser.error({ - code: 'invalid-elseif', - message: `'elseif' should be 'else if'` - }); - } - parser.allow_whitespace(); - // :else if - if (parser.eat('if')) { - const block = parser.current(); - if (block.type !== 'IfBlock') - parser.error({ - code: `invalid-elseif-placement`, - message: 'Cannot have an {:else if ...} block outside an {#if ...} block' - }); - parser.require_whitespace(); - const expression = read_expression(parser); - parser.allow_whitespace(); - parser.eat('}', true); - block.else = { - start: parser.index, - end: null, - type: 'ElseBlock', - children: [ - { - start: parser.index, - end: null, - type: 'IfBlock', - elseif: true, - expression, - children: [], - }, - ], - }; - parser.stack.push(block.else.children[0]); - } - // :else - else { - const block = parser.current(); - if (block.type !== 'IfBlock' && block.type !== 'EachBlock') { - parser.error({ - code: `invalid-else-placement`, - message: 'Cannot have an {:else} block outside an {#if ...} or {#each ...} block' - }); - } - parser.allow_whitespace(); - parser.eat('}', true); - block.else = { - start: parser.index, - end: null, - type: 'ElseBlock', - children: [], - }; - parser.stack.push(block.else); - } - } - else if (parser.eat(':then')) { - // TODO DRY out this and the next section - const pending_block = parser.current(); - if (pending_block.type === 'PendingBlock') { - pending_block.end = start; - parser.stack.pop(); - const await_block = parser.current(); - if (!parser.eat('}')) { - parser.require_whitespace(); - await_block.value = parser.read_identifier(); - parser.allow_whitespace(); - parser.eat('}', true); - } - const then_block = { - start, - end: null, - type: 'ThenBlock', - children: [], - skip: false - }; - await_block.then = then_block; - parser.stack.push(then_block); - } - } - else if (parser.eat(':catch')) { - const then_block = parser.current(); - if (then_block.type === 'ThenBlock') { - then_block.end = start; - parser.stack.pop(); - const await_block = parser.current(); - if (!parser.eat('}')) { - parser.require_whitespace(); - await_block.error = parser.read_identifier(); - parser.allow_whitespace(); - parser.eat('}', true); - } - const catch_block = { - start, - end: null, - type: 'CatchBlock', - children: [], - skip: false - }; - await_block.catch = catch_block; - parser.stack.push(catch_block); - } - } - else if (parser.eat('#')) { - // {#if foo}, {#each foo} or {#await foo} - let type; - if (parser.eat('if')) { - type = 'IfBlock'; - } - else if (parser.eat('each')) { - type = 'EachBlock'; - } - else if (parser.eat('await')) { - type = 'AwaitBlock'; - } - else { - parser.error({ - code: `expected-block-type`, - message: `Expected if, each or await` - }); - } - parser.require_whitespace(); - const expression = read_expression(parser); - const block = type === 'AwaitBlock' ? - { - start, - end: null, - type, - expression, - value: null, - error: null, - pending: { - start: null, - end: null, - type: 'PendingBlock', - children: [], - skip: true - }, - then: { - start: null, - end: null, - type: 'ThenBlock', - children: [], - skip: true - }, - catch: { - start: null, - end: null, - type: 'CatchBlock', - children: [], - skip: true - }, - } : - { - start, - end: null, - type, - expression, - children: [], - }; - parser.allow_whitespace(); - // {#each} blocks must declare a context – {#each list as item} - if (type === 'EachBlock') { - parser.eat('as', true); - parser.require_whitespace(); - block.context = read_context(parser); - parser.allow_whitespace(); - if (parser.eat(',')) { - parser.allow_whitespace(); - block.index = parser.read_identifier(); - if (!block.index) - parser.error({ - code: `expected-name`, - message: `Expected name` - }); - parser.allow_whitespace(); - } - if (parser.eat('(')) { - parser.allow_whitespace(); - block.key = read_expression(parser); - parser.allow_whitespace(); - parser.eat(')', true); - parser.allow_whitespace(); - } - } - const await_block_shorthand = type === 'AwaitBlock' && parser.eat('then'); - if (await_block_shorthand) { - parser.require_whitespace(); - block.value = parser.read_identifier(); - parser.allow_whitespace(); - } - parser.eat('}', true); - parser.current().children.push(block); - parser.stack.push(block); - if (type === 'AwaitBlock') { - let child_block; - if (await_block_shorthand) { - block.then.skip = false; - child_block = block.then; - } - else { - block.pending.skip = false; - child_block = block.pending; - } - child_block.start = parser.index; - parser.stack.push(child_block); - } - } - else if (parser.eat('@html')) { - // {@html content} tag - parser.require_whitespace(); - const expression = read_expression(parser); - parser.allow_whitespace(); - parser.eat('}', true); - parser.current().children.push({ - start, - end: parser.index, - type: 'RawMustacheTag', - expression, - }); - } - else if (parser.eat('@debug')) { - let identifiers; - // Implies {@debug} which indicates "debug all" - if (parser.read(/\s*}/)) { - identifiers = []; - } - else { - const expression = read_expression(parser); - identifiers = expression.type === 'SequenceExpression' - ? expression.expressions - : [expression]; - identifiers.forEach(node => { - if (node.type !== 'Identifier') { - parser.error({ - code: 'invalid-debug-args', - message: '{@debug ...} arguments must be identifiers, not arbitrary expressions' - }, node.start); - } - }); - parser.allow_whitespace(); - parser.eat('}', true); - } - parser.current().children.push({ - start, - end: parser.index, - type: 'DebugTag', - identifiers - }); - } - else { - const expression = read_expression(parser); - parser.allow_whitespace(); - parser.eat('}', true); - parser.current().children.push({ - start, - end: parser.index, - type: 'MustacheTag', - expression, - }); - } - } - - function text(parser) { - const start = parser.index; - let data = ''; - while (parser.index < parser.template.length && - !parser.match('<') && - !parser.match('{')) { - data += parser.template[parser.index++]; - } - const node = { - start, - end: parser.index, - type: 'Text', - raw: data, - data: decode_character_references(data), - }; - parser.current().children.push(node); - } - - function fragment(parser) { - if (parser.match('<')) { - return tag; - } - if (parser.match('{')) { - return mustache; - } - return text; - } - - function getLocator(source, options) { - if (options === void 0) { options = {}; } - var offsetLine = options.offsetLine || 0; - var offsetColumn = options.offsetColumn || 0; - var originalLines = source.split('\n'); - var start = 0; - var lineRanges = originalLines.map(function (line, i) { - var end = start + line.length + 1; - var range = { start: start, end: end, line: i }; - start = end; - return range; - }); - var i = 0; - function rangeContains(range, index) { - return range.start <= index && index < range.end; - } - function getLocation(range, index) { - return { line: offsetLine + range.line, column: offsetColumn + index - range.start, character: index }; - } - function locate(search, startIndex) { - if (typeof search === 'string') { - search = source.indexOf(search, startIndex || 0); - } - var range = lineRanges[i]; - var d = search >= range.end ? 1 : -1; - while (range) { - if (rangeContains(range, search)) - return getLocation(range, search); - i += d; - range = lineRanges[i]; - } - } - return locate; - } - function locate(source, search, options) { - if (typeof options === 'number') { - throw new Error('locate takes a { startIndex, offsetLine, offsetColumn } object as the third argument'); - } - return getLocator(source, options)(search, options && options.startIndex); - } - - function tabs_to_spaces(str) { - return str.replace(/^\t+/, match => match.split('\t').join(' ')); - } - function get_code_frame(source, line, column) { - const lines = source.split('\n'); - const frame_start = Math.max(0, line - 2); - const frame_end = Math.min(line + 3, lines.length); - const digits = String(frame_end + 1).length; - return lines - .slice(frame_start, frame_end) - .map((str, i) => { - const isErrorLine = frame_start + i === line; - let line_num = String(i + frame_start + 1); - while (line_num.length < digits) - line_num = ` ${line_num}`; - if (isErrorLine) { - const indicator = repeat(' ', digits + 2 + tabs_to_spaces(str.slice(0, column)).length) + '^'; - return `${line_num}: ${tabs_to_spaces(str)}\n${indicator}`; - } - return `${line_num}: ${tabs_to_spaces(str)}`; - }) - .join('\n'); - } - - class CompileError extends Error { - toString() { - return `${this.message} (${this.start.line}:${this.start.column})\n${this.frame}`; - } - } - function error$1(message, props) { - const error = new CompileError(message); - error.name = props.name; - const start = locate(props.source, props.start, { offsetLine: 1 }); - const end = locate(props.source, props.end || props.start, { offsetLine: 1 }); - error.code = props.code; - error.start = start; - error.end = end; - error.pos = props.start; - error.filename = props.filename; - error.frame = get_code_frame(props.source, start.line - 1, start.column); - throw error; - } - - class Parser$2 { - constructor(template, options) { - this.index = 0; - this.stack = []; - this.css = []; - this.js = []; - this.meta_tags = {}; - if (typeof template !== 'string') { - throw new TypeError('Template must be a string'); - } - this.template = template.replace(/\s+$/, ''); - this.filename = options.filename; - this.customElement = options.customElement; - this.html = { - start: null, - end: null, - type: 'Fragment', - children: [], - }; - this.stack.push(this.html); - let state = fragment; - while (this.index < this.template.length) { - state = state(this) || fragment; - } - if (this.stack.length > 1) { - const current = this.current(); - const type = current.type === 'Element' ? `<${current.name}>` : 'Block'; - const slug = current.type === 'Element' ? 'element' : 'block'; - this.error({ - code: `unclosed-${slug}`, - message: `${type} was left open` - }, current.start); - } - if (state !== fragment) { - this.error({ - code: `unexpected-eof`, - message: 'Unexpected end of input' - }); - } - if (this.html.children.length) { - let start = this.html.children[0] && this.html.children[0].start; - while (/\s/.test(template[start])) - start += 1; - let end = this.html.children[this.html.children.length - 1] && this.html.children[this.html.children.length - 1].end; - while (/\s/.test(template[end - 1])) - end -= 1; - this.html.start = start; - this.html.end = end; - } - else { - this.html.start = this.html.end = null; - } - } - current() { - return this.stack[this.stack.length - 1]; - } - acorn_error(err) { - this.error({ - code: `parse-error`, - message: err.message.replace(/ \(\d+:\d+\)$/, '') - }, err.pos); - } - error({ code, message }, index = this.index) { - error$1(message, { - name: 'ParseError', - code, - source: this.template, - start: index, - filename: this.filename - }); - } - eat(str, required, message) { - if (this.match(str)) { - this.index += str.length; - return true; - } - if (required) { - this.error({ - code: `unexpected-${this.index === this.template.length ? 'eof' : 'token'}`, - message: message || `Expected ${str}` - }); - } - return false; - } - match(str) { - return this.template.slice(this.index, this.index + str.length) === str; - } - match_regex(pattern) { - const match = pattern.exec(this.template.slice(this.index)); - if (!match || match.index !== 0) - return null; - return match[0]; - } - allow_whitespace() { - while (this.index < this.template.length && - whitespace.test(this.template[this.index])) { - this.index++; - } - } - read(pattern) { - const result = this.match_regex(pattern); - if (result) - this.index += result.length; - return result; - } - read_identifier() { - const start = this.index; - let i = this.index; - const code = full_char_code_at(this.template, i); - if (!isIdentifierStart(code, true)) - return null; - i += code <= 0xffff ? 1 : 2; - while (i < this.template.length) { - const code = full_char_code_at(this.template, i); - if (!isIdentifierChar(code, true)) - break; - i += code <= 0xffff ? 1 : 2; - } - const identifier = this.template.slice(this.index, this.index = i); - if (reserved.has(identifier)) { - this.error({ - code: `unexpected-reserved-word`, - message: `'${identifier}' is a reserved word in JavaScript and cannot be used here` - }, start); - } - return identifier; - } - read_until(pattern) { - if (this.index >= this.template.length) - this.error({ - code: `unexpected-eof`, - message: 'Unexpected end of input' - }); - const start = this.index; - const match = pattern.exec(this.template.slice(start)); - if (match) { - this.index = start + match.index; - return this.template.slice(start, this.index); - } - this.index = this.template.length; - return this.template.slice(start); - } - require_whitespace() { - if (!whitespace.test(this.template[this.index])) { - this.error({ - code: `missing-whitespace`, - message: `Expected whitespace` - }); - } - this.allow_whitespace(); - } - } - function parse$1(template, options = {}) { - const parser = new Parser$2(template, options); - // TODO we way want to allow multiple \`;`} - - @init(this, { target: this.shadowRoot }, ${definition}, create_fragment, ${not_equal}, ${prop_names}); - - ${dev_props_check} - - if (options) { - if (options.target) { - @insert(options.target, this, options.anchor); - } - - ${(props.length > 0 || uses_props) && deindent ` - if (options.props) { - this.$set(options.props); - @flush(); - }`} - } - } - - ${props.length > 0 && deindent ` - static get observedAttributes() { - return ${JSON.stringify(props.map(x => x.export_name))}; - }`} - - ${body.length > 0 && body.join('\n\n')} - } - `); - if (component.tag != null) { - builder.add_block(deindent ` - @_customElements.define("${component.tag}", ${name}); - `); - } - } - else { - const superclass = options.dev ? 'SvelteComponentDev' : 'SvelteComponent'; - builder.add_block(deindent ` - class ${name} extends @${superclass} { - constructor(options) { - super(${options.dev && `options`}); - ${should_add_css && `if (!@_document.getElementById("${component.stylesheet.id}-style")) ${add_css}();`} - @init(this, options, ${definition}, create_fragment, ${not_equal}, ${prop_names}); - ${options.dev && `@dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "${name}", options, id: create_fragment.name });`} - - ${dev_props_check} - } - - ${body.length > 0 && body.join('\n\n')} - } - `); - } - return builder.toString(); - } - - function AwaitBlock (node, renderer, options) { - renderer.append('${(function(__value) { if(@is_promise(__value)) return `'); - renderer.render(node.pending.children, options); - renderer.append('`; return function(' + (node.value || '') + ') { return `'); - renderer.render(node.then.children, options); - const snippet = snip(node.expression); - renderer.append(`\`;}(__value);}(${snippet})) }`); - } - - function Comment$1 (node, renderer, options) { - if (options.preserveComments) { - renderer.append(``); - } - } - - function DebugTag (node, renderer, options) { - if (!options.dev) - return; - const filename = options.filename || null; - const { line, column } = options.locate(node.start + 1); - const obj = node.expressions.length === 0 - ? `{}` - : `{ ${node.expressions - .map(e => e.node.name) - .join(', ')} }`; - const str = '${@debug(' + `${filename && stringify(filename)}, ${line}, ${column}, ${obj})}`; - renderer.append(str); - } - - function EachBlock (node, renderer, options) { - const snippet = snip(node.expression); - const { start, end } = node.context_node; - const ctx = node.index - ? `([✂${start}-${end}✂], ${node.index})` - : `([✂${start}-${end}✂])`; - const open = `\${${node.else ? `${snippet}.length ? ` : ''}@each(${snippet}, ${ctx} => \``; - renderer.append(open); - renderer.render(node.children, options); - const close = `\`)`; - renderer.append(close); - if (node.else) { - renderer.append(` : \``); - renderer.render(node.else.children, options); - renderer.append(`\``); - } - renderer.append('}'); - } - - function get_slot_scope(lets) { - if (lets.length === 0) - return ''; - return `{ ${lets.map(l => l.value ? `${l.name}: ${l.value}` : l.name).join(', ')} }`; - } - - // source: https://gist.github.com/ArjanSchouten/0b8574a6ad7f5065a5e7 - const boolean_attributes = new Set([ - 'async', - 'autocomplete', - 'autofocus', - 'autoplay', - 'border', - 'challenge', - 'checked', - 'compact', - 'contenteditable', - 'controls', - 'default', - 'defer', - 'disabled', - 'formnovalidate', - 'frameborder', - 'hidden', - 'indeterminate', - 'ismap', - 'loop', - 'multiple', - 'muted', - 'nohref', - 'noresize', - 'noshade', - 'novalidate', - 'nowrap', - 'open', - 'readonly', - 'required', - 'reversed', - 'scoped', - 'scrolling', - 'seamless', - 'selected', - 'sortable', - 'spellcheck', - 'translate' - ]); - function Element (node, renderer, options) { - let opening_tag = `<${node.name}`; - // awkward special case - let node_contents; - let value; - const contenteditable = (node.name !== 'textarea' && - node.name !== 'input' && - node.attributes.some((attribute) => attribute.name === 'contenteditable')); - const slot = node.get_static_attribute_value('slot'); - const component = node.find_nearest(/InlineComponent/); - if (slot && component) { - const slot = node.attributes.find((attribute) => attribute.name === 'slot'); - const slot_name = slot.chunks[0].data; - const target = renderer.targets[renderer.targets.length - 1]; - target.slot_stack.push(slot_name); - target.slots[slot_name] = ''; - const lets = node.lets; - const seen = new Set(lets.map(l => l.name)); - component.lets.forEach(l => { - if (!seen.has(l.name)) - lets.push(l); - }); - options.slot_scopes.set(slot_name, get_slot_scope(node.lets)); - } - const class_expression = node.classes.map((class_directive) => { - const { expression, name } = class_directive; - const snippet = expression ? snip(expression) : `ctx${quote_prop_if_necessary(name)}`; - return `${snippet} ? "${name}" : ""`; - }).join(', '); - let add_class_attribute = class_expression ? true : false; - if (node.attributes.find(attr => attr.is_spread)) { - // TODO dry this out - const args = []; - node.attributes.forEach(attribute => { - if (attribute.is_spread) { - args.push(snip(attribute.expression)); - } - else { - if (attribute.name === 'value' && node.name === 'textarea') { - node_contents = stringify_attribute(attribute, true); - } - else if (attribute.is_true) { - args.push(`{ ${quote_name_if_necessary(attribute.name)}: true }`); - } - else if (boolean_attributes.has(attribute.name) && - attribute.chunks.length === 1 && - attribute.chunks[0].type !== 'Text') { - // a boolean attribute with one non-Text chunk - args.push(`{ ${quote_name_if_necessary(attribute.name)}: ${snip(attribute.chunks[0])} }`); - } - else if (attribute.name === 'class' && class_expression) { - // Add class expression - args.push(`{ ${quote_name_if_necessary(attribute.name)}: [\`${stringify_class_attribute(attribute)}\`, \`\${${class_expression}}\`].join(' ').trim() }`); - } - else { - args.push(`{ ${quote_name_if_necessary(attribute.name)}: \`${attribute.name === 'class' ? stringify_class_attribute(attribute) : stringify_attribute(attribute, true)}\` }`); - } - } - }); - opening_tag += "${@spread([" + args.join(', ') + "])}"; - } - else { - node.attributes.forEach((attribute) => { - if (attribute.type !== 'Attribute') - return; - if (attribute.name === 'value' && node.name === 'textarea') { - node_contents = stringify_attribute(attribute, true); - } - else if (attribute.is_true) { - opening_tag += ` ${attribute.name}`; - } - else if (boolean_attributes.has(attribute.name) && - attribute.chunks.length === 1 && - attribute.chunks[0].type !== 'Text') { - // a boolean attribute with one non-Text chunk - opening_tag += '${' + snip(attribute.chunks[0]) + ' ? " ' + attribute.name + '" : "" }'; - } - else if (attribute.name === 'class' && class_expression) { - add_class_attribute = false; - opening_tag += ` class="\${[\`${stringify_class_attribute(attribute)}\`, ${class_expression}].join(' ').trim() }"`; - } - else if (attribute.chunks.length === 1 && attribute.chunks[0].type !== 'Text') { - const { name } = attribute; - const snippet = snip(attribute.chunks[0]); - opening_tag += '${@add_attribute("' + name + '", ' + snippet + ', ' + (boolean_attributes.has(name) ? 1 : 0) + ')}'; - } - else { - opening_tag += ` ${attribute.name}="${attribute.name === 'class' ? stringify_class_attribute(attribute) : stringify_attribute(attribute, true)}"`; - } - }); - } - node.bindings.forEach(binding => { - const { name, expression } = binding; - if (binding.is_readonly) { - return; - } - if (name === 'group') ; - else if (contenteditable && (name === 'textContent' || name === 'innerHTML')) { - node_contents = snip(expression); - value = name === 'textContent' ? '@escape($$value)' : '$$value'; - } - else if (binding.name === 'value' && node.name === 'textarea') { - const snippet = snip(expression); - node_contents = '${(' + snippet + ') || ""}'; - } - else { - const snippet = snip(expression); - opening_tag += '${@add_attribute("' + name + '", ' + snippet + ', 1)}'; - } - }); - if (add_class_attribute) { - opening_tag += `\${@add_classes([${class_expression}].join(' ').trim())}`; - } - opening_tag += '>'; - renderer.append(opening_tag); - if (node_contents !== undefined) { - if (contenteditable) { - renderer.append('${($$value => $$value === void 0 ? `'); - renderer.render(node.children, options); - renderer.append('` : ' + value + ')(' + node_contents + ')}'); - } - else { - renderer.append(node_contents); - } - } - else { - renderer.render(node.children, options); - } - if (!is_void(node.name)) { - renderer.append(``); - } - } - - function Head (node, renderer, options) { - renderer.append('${($$result.head += `'); - renderer.render(node.children, options); - renderer.append('`, "")}'); - } - - function HtmlTag (node, renderer, _options) { - renderer.append('${' + snip(node.expression) + '}'); - } - - function IfBlock (node, renderer, options) { - const snippet = snip(node.expression); - renderer.append('${ ' + snippet + ' ? `'); - renderer.render(node.children, options); - renderer.append('` : `'); - if (node.else) { - renderer.render(node.else.children, options); - } - renderer.append('` }'); - } - - function stringify_attribute$1(chunk) { - if (chunk.type === 'Text') { - return escape_template(escape(chunk.data)); - } - return '${@escape(' + snip(chunk) + ')}'; - } - function get_attribute_value(attribute) { - if (attribute.is_true) - return `true`; - if (attribute.chunks.length === 0) - return `''`; - if (attribute.chunks.length === 1) { - const chunk = attribute.chunks[0]; - if (chunk.type === 'Text') { - return stringify(chunk.data); - } - return snip(chunk); - } - return '`' + attribute.chunks.map(stringify_attribute$1).join('') + '`'; - } - function InlineComponent (node, renderer, options) { - const binding_props = []; - const binding_fns = []; - node.bindings.forEach(binding => { - renderer.has_bindings = true; - // TODO this probably won't work for contextual bindings - const snippet = snip(binding.expression); - binding_props.push(`${binding.name}: ${snippet}`); - binding_fns.push(`${binding.name}: $$value => { ${snippet} = $$value; $$settled = false }`); - }); - const uses_spread = node.attributes.find(attr => attr.is_spread); - let props; - if (uses_spread) { - props = `@_Object.assign(${node.attributes - .map(attribute => { - if (attribute.is_spread) { - return snip(attribute.expression); - } - else { - return `{ ${quote_name_if_necessary(attribute.name)}: ${get_attribute_value(attribute)} }`; - } - }) - .concat(binding_props.map(p => `{ ${p} }`)) - .join(', ')})`; - } - else { - props = stringify_props(node.attributes - .map(attribute => `${quote_name_if_necessary(attribute.name)}: ${get_attribute_value(attribute)}`) - .concat(binding_props)); - } - const bindings = stringify_props(binding_fns); - const expression = (node.name === 'svelte:self' - ? '__svelte:self__' // TODO conflict-proof this - : node.name === 'svelte:component' - ? `((${snip(node.expression)}) || @missing_component)` - : node.name); - const slot_fns = []; - if (node.children.length) { - const target = { - slots: { default: '' }, - slot_stack: ['default'] - }; - renderer.targets.push(target); - const slot_scopes = new Map(); - slot_scopes.set('default', get_slot_scope(node.lets)); - renderer.render(node.children, Object.assign({}, options, { - slot_scopes - })); - Object.keys(target.slots).forEach(name => { - const slot_scope = slot_scopes.get(name); - slot_fns.push(`${quote_name_if_necessary(name)}: (${slot_scope}) => \`${target.slots[name]}\``); - }); - renderer.targets.pop(); - } - const slots = stringify_props(slot_fns); - renderer.append(`\${@validate_component(${expression}, '${node.name}').$$render($$result, ${props}, ${bindings}, ${slots})}`); - } - - function Slot (node, renderer, options) { - const prop = quote_prop_if_necessary(node.slot_name); - const slot_data = get_slot_data(node.values, true); - const arg = slot_data.length > 0 ? `{ ${slot_data.join(', ')} }` : '{}'; - renderer.append(`\${$$slots${prop} ? $$slots${prop}(${arg}) : \``); - renderer.render(node.children, options); - renderer.append(`\`}`); - } - - function Tag$1 (node, renderer, _options) { - const snippet = snip(node.expression); - renderer.append(node.parent && - node.parent.type === 'Element' && - node.parent.name === 'style' - ? '${' + snippet + '}' - : '${@escape(' + snippet + ')}'); - } - - function Text (node, renderer, _options) { - let text = node.data; - if (!node.parent || - node.parent.type !== 'Element' || - (node.parent.name !== 'script' && node.parent.name !== 'style')) { - // unless this Text node is inside a ` : match; - }); - } - for (const fn of style) { - source = await replace_async(source, /([^]*?)<\/style>/gi, async (match, attributes = '', content) => { - const processed = await fn({ - content, - attributes: parse_attributes(attributes), - filename - }); - if (processed && processed.dependencies) - dependencies.push(...processed.dependencies); - return processed ? `${processed.code}` : match; - }); - } - return { - // TODO return separated output, in future version where svelte.compile supports it: - // style: { code: styleCode, map: styleMap }, - // script { code: scriptCode, map: scriptMap }, - // markup { code: markupCode, map: markupMap }, - code: source, - dependencies: [...new Set(dependencies)], - toString() { - return source; - } - }; - } - - const VERSION = '3.12.0'; - - exports.VERSION = VERSION; - exports.compile = compile; - exports.parse = parse$1; - exports.preprocess = preprocess; - exports.walk = walk; - - Object.defineProperty(exports, '__esModule', { value: true }); - -})); -//# sourceMappingURL=compiler.js.map diff --git a/2019-setembro/node_modules/svelte/compiler.js.map b/2019-setembro/node_modules/svelte/compiler.js.map deleted file mode 100644 index a4c99ac..0000000 --- a/2019-setembro/node_modules/svelte/compiler.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"compiler.js","sources":["src/runtime/internal/utils.ts","src/compiler/Stats.ts","node_modules/acorn/dist/acorn.mjs","src/compiler/parse/acorn.ts","src/compiler/parse/read/expression.ts","src/compiler/utils/repeat.ts","src/compiler/parse/read/script.ts","node_modules/css-tree/lib/tokenizer/error.js","node_modules/css-tree/lib/tokenizer/const.js","node_modules/css-tree/lib/tokenizer/utils.js","node_modules/css-tree/lib/tokenizer/Tokenizer.js","node_modules/css-tree/lib/tokenizer/index.js","node_modules/css-tree/lib/utils/list.js","node_modules/css-tree/lib/parser/sequence.js","node_modules/css-tree/lib/parser/create.js","node_modules/css-tree/lib/syntax/scope/default.js","node_modules/css-tree/lib/syntax/scope/atruleExpression.js","node_modules/css-tree/lib/syntax/scope/selector.js","node_modules/css-tree/lib/syntax/function/element.js","node_modules/css-tree/lib/syntax/function/expression.js","node_modules/css-tree/lib/syntax/function/var.js","node_modules/css-tree/lib/syntax/scope/value.js","node_modules/css-tree/lib/syntax/scope/index.js","node_modules/css-tree/lib/syntax/atrule/font-face.js","node_modules/css-tree/lib/syntax/atrule/import.js","node_modules/css-tree/lib/syntax/atrule/media.js","node_modules/css-tree/lib/syntax/atrule/page.js","node_modules/css-tree/lib/syntax/atrule/supports.js","node_modules/css-tree/lib/syntax/atrule/index.js","node_modules/css-tree/lib/syntax/pseudo/dir.js","node_modules/css-tree/lib/syntax/pseudo/has.js","node_modules/css-tree/lib/syntax/pseudo/lang.js","node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js","node_modules/css-tree/lib/syntax/pseudo/matches.js","node_modules/css-tree/lib/syntax/pseudo/not.js","node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js","node_modules/css-tree/lib/syntax/pseudo/nth-child.js","node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js","node_modules/css-tree/lib/syntax/pseudo/common/nth.js","node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js","node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js","node_modules/css-tree/lib/syntax/pseudo/slotted.js","node_modules/css-tree/lib/syntax/pseudo/index.js","node_modules/css-tree/lib/syntax/node/AnPlusB.js","node_modules/css-tree/lib/syntax/node/Atrule.js","node_modules/css-tree/lib/syntax/node/AtruleExpression.js","node_modules/css-tree/lib/syntax/node/AttributeSelector.js","node_modules/css-tree/lib/syntax/node/Block.js","node_modules/css-tree/lib/syntax/node/Brackets.js","node_modules/css-tree/lib/syntax/node/CDC.js","node_modules/css-tree/lib/syntax/node/CDO.js","node_modules/css-tree/lib/syntax/node/ClassSelector.js","node_modules/css-tree/lib/syntax/node/Combinator.js","node_modules/css-tree/lib/syntax/node/Comment.js","node_modules/css-tree/lib/syntax/node/Declaration.js","node_modules/css-tree/lib/syntax/node/DeclarationList.js","node_modules/css-tree/lib/syntax/node/Dimension.js","node_modules/css-tree/lib/syntax/node/Function.js","node_modules/css-tree/lib/syntax/node/HexColor.js","node_modules/css-tree/lib/syntax/node/Identifier.js","node_modules/css-tree/lib/syntax/node/IdSelector.js","node_modules/css-tree/lib/syntax/node/MediaFeature.js","node_modules/css-tree/lib/syntax/node/MediaQuery.js","node_modules/css-tree/lib/syntax/node/MediaQueryList.js","node_modules/css-tree/lib/syntax/node/Nth.js","node_modules/css-tree/lib/syntax/node/Number.js","node_modules/css-tree/lib/syntax/node/Operator.js","node_modules/css-tree/lib/syntax/node/Parentheses.js","node_modules/css-tree/lib/syntax/node/Percentage.js","node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js","node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js","node_modules/css-tree/lib/syntax/node/Ratio.js","node_modules/css-tree/lib/syntax/node/Raw.js","node_modules/css-tree/lib/syntax/node/Rule.js","node_modules/css-tree/lib/syntax/node/Selector.js","node_modules/css-tree/lib/syntax/node/SelectorList.js","node_modules/css-tree/lib/syntax/node/String.js","node_modules/css-tree/lib/syntax/node/StyleSheet.js","node_modules/css-tree/lib/syntax/node/TypeSelector.js","node_modules/css-tree/lib/syntax/node/UnicodeRange.js","node_modules/css-tree/lib/syntax/node/Url.js","node_modules/css-tree/lib/syntax/node/Value.js","node_modules/css-tree/lib/syntax/node/WhiteSpace.js","node_modules/css-tree/lib/syntax/node/index.js","node_modules/css-tree/lib/syntax/config/parser.js","node_modules/css-tree/lib/parser/index.js","node_modules/estree-walker/src/estree-walker.js","src/compiler/parse/read/style.ts","src/compiler/parse/utils/entities.ts","src/compiler/parse/utils/html.ts","src/compiler/utils/full_char_code_at.ts","src/compiler/utils/names.ts","src/compiler/utils/fuzzymatch.ts","src/compiler/utils/list.ts","src/compiler/parse/state/tag.ts","src/compiler/parse/read/context.ts","src/compiler/utils/patterns.ts","src/compiler/utils/trim.ts","src/compiler/parse/state/mustache.ts","src/compiler/parse/state/text.ts","src/compiler/parse/state/fragment.ts","node_modules/locate-character/dist/locate-character.es.js","src/compiler/utils/get_code_frame.ts","src/compiler/utils/error.ts","src/compiler/parse/index.ts","src/compiler/compile/utils/deindent.ts","src/compiler/compile/utils/stringify.ts","src/compiler/compile/utils/CodeBuilder.ts","src/compiler/compile/render_dom/Block.ts","src/compiler/compile/render_dom/wrappers/shared/Wrapper.ts","src/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.ts","src/compiler/compile/render_dom/wrappers/AwaitBlock.ts","src/compiler/compile/render_dom/wrappers/Body.ts","src/compiler/compile/utils/add_to_set.ts","src/compiler/compile/render_dom/wrappers/DebugTag.ts","src/compiler/compile/utils/tail.ts","src/compiler/compile/render_dom/wrappers/EachBlock.ts","src/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.ts","src/compiler/utils/namespaces.ts","src/compiler/compile/render_dom/wrappers/Element/Attribute.ts","src/compiler/compile/render_dom/wrappers/Element/StyleAttribute.ts","src/compiler/compile/utils/unwrap_parens.ts","src/compiler/compile/utils/get_object.ts","src/compiler/compile/utils/flatten_reference.ts","src/compiler/compile/render_dom/wrappers/Element/Binding.ts","src/compiler/compile/render_dom/wrappers/shared/add_event_handlers.ts","src/compiler/compile/render_dom/wrappers/shared/add_actions.ts","src/compiler/compile/render_dom/wrappers/shared/get_context_merger.ts","src/compiler/compile/render_dom/wrappers/shared/bind_this.ts","src/compiler/compile/render_dom/wrappers/Element/index.ts","src/compiler/compile/render_dom/wrappers/Head.ts","src/compiler/compile/render_dom/wrappers/IfBlock.ts","src/compiler/compile/utils/stringify_props.ts","src/compiler/compile/render_dom/wrappers/shared/is_dynamic.ts","src/compiler/compile/render_dom/wrappers/InlineComponent/index.ts","src/compiler/compile/render_dom/wrappers/shared/Tag.ts","src/compiler/compile/render_dom/wrappers/MustacheTag.ts","src/compiler/compile/render_dom/wrappers/RawMustacheTag.ts","src/compiler/compile/utils/snip.ts","src/compiler/compile/utils/stringify_attribute.ts","src/compiler/compile/utils/get_slot_data.ts","src/compiler/compile/render_dom/wrappers/Slot.ts","src/compiler/compile/render_dom/wrappers/Text.ts","src/compiler/compile/render_dom/wrappers/Title.ts","src/compiler/compile/render_dom/wrappers/Window.ts","src/compiler/compile/render_dom/wrappers/Fragment.ts","src/compiler/compile/render_dom/Renderer.ts","node_modules/is-reference/dist/is-reference.es.js","src/compiler/compile/utils/scope.ts","src/compiler/utils/nodes_match.ts","src/compiler/compile/utils/invalidate.ts","src/compiler/compile/render_dom/index.ts","src/compiler/compile/render_ssr/handlers/AwaitBlock.ts","src/compiler/compile/render_ssr/handlers/Comment.ts","src/compiler/compile/render_ssr/handlers/DebugTag.ts","src/compiler/compile/render_ssr/handlers/EachBlock.ts","src/compiler/compile/render_ssr/handlers/shared/get_slot_scope.ts","src/compiler/compile/render_ssr/handlers/Element.ts","src/compiler/compile/render_ssr/handlers/Head.ts","src/compiler/compile/render_ssr/handlers/HtmlTag.ts","src/compiler/compile/render_ssr/handlers/IfBlock.ts","src/compiler/compile/render_ssr/handlers/InlineComponent.ts","src/compiler/compile/render_ssr/handlers/Slot.ts","src/compiler/compile/render_ssr/handlers/Tag.ts","src/compiler/compile/render_ssr/handlers/Text.ts","src/compiler/compile/render_ssr/handlers/Title.ts","src/compiler/compile/render_ssr/Renderer.ts","src/compiler/compile/render_ssr/index.ts","node_modules/sourcemap-codec/dist/sourcemap-codec.es.js","node_modules/magic-string/dist/magic-string.es.js","src/compiler/compile/create_module.ts","src/compiler/compile/css/gather_possible_values.ts","src/compiler/compile/css/Selector.ts","src/compiler/compile/css/Stylesheet.ts","src/compiler/config.ts","src/compiler/compile/nodes/shared/Node.ts","src/compiler/compile/nodes/shared/AbstractBlock.ts","src/compiler/compile/nodes/PendingBlock.ts","src/compiler/compile/nodes/ThenBlock.ts","src/compiler/compile/nodes/CatchBlock.ts","src/compiler/compile/nodes/shared/Expression.ts","src/compiler/compile/nodes/AwaitBlock.ts","src/compiler/compile/nodes/EventHandler.ts","src/compiler/compile/nodes/Body.ts","src/compiler/compile/nodes/Comment.ts","src/compiler/compile/nodes/ElseBlock.ts","src/compiler/compile/nodes/EachBlock.ts","src/compiler/compile/nodes/Attribute.ts","src/compiler/compile/nodes/Binding.ts","src/compiler/compile/nodes/Transition.ts","src/compiler/compile/nodes/Animation.ts","src/compiler/compile/nodes/Action.ts","src/compiler/compile/nodes/Class.ts","src/compiler/compile/nodes/Text.ts","src/compiler/compile/nodes/Let.ts","src/compiler/compile/nodes/Element.ts","src/compiler/compile/nodes/Head.ts","src/compiler/compile/nodes/IfBlock.ts","src/compiler/compile/nodes/InlineComponent.ts","src/compiler/compile/nodes/shared/Tag.ts","src/compiler/compile/nodes/MustacheTag.ts","src/compiler/compile/nodes/Options.ts","src/compiler/compile/nodes/RawMustacheTag.ts","src/compiler/compile/nodes/DebugTag.ts","src/compiler/compile/nodes/Slot.ts","src/compiler/compile/nodes/Title.ts","src/compiler/compile/nodes/Window.ts","src/compiler/compile/nodes/shared/map_children.ts","src/compiler/compile/nodes/shared/TemplateScope.ts","src/compiler/compile/nodes/Fragment.ts","src/compiler/compile/internal_exports.ts","src/compiler/utils/indentation.ts","src/compiler/compile/utils/check_graph_for_cycles.ts","src/compiler/compile/Component.ts","src/compiler/compile/utils/get_name_from_filename.ts","src/compiler/compile/index.ts","src/compiler/preprocess/index.ts","src/compiler/index.ts"],"sourcesContent":["export function noop() {}\n\nexport const identity = x => x;\n\nexport function assign(tar: T, src: S): T & S {\n\t// @ts-ignore\n\tfor (const k in src) tar[k] = src[k];\n\treturn tar as T & S;\n}\n\nexport function is_promise(value: any): value is PromiseLike {\n\treturn value && typeof value === 'object' && typeof value.then === 'function';\n}\n\nexport function add_location(element, file, line, column, char) {\n\telement.__svelte_meta = {\n\t\tloc: { file, line, column, char }\n\t};\n}\n\nexport function run(fn) {\n\treturn fn();\n}\n\nexport function blank_object() {\n\treturn Object.create(null);\n}\n\nexport function run_all(fns) {\n\tfns.forEach(run);\n}\n\nexport function is_function(thing: any): thing is Function {\n\treturn typeof thing === 'function';\n}\n\nexport function safe_not_equal(a, b) {\n\treturn a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\n\nexport function not_equal(a, b) {\n\treturn a != a ? b == b : a !== b;\n}\n\nexport function validate_store(store, name) {\n\tif (!store || typeof store.subscribe !== 'function') {\n\t\tthrow new Error(`'${name}' is not a store with a 'subscribe' method`);\n\t}\n}\n\nexport function subscribe(store, callback) {\n\tconst unsub = store.subscribe(callback);\n\treturn unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\n\nexport function get_store_value(store) {\n\tlet value;\n\tsubscribe(store, _ => value = _)();\n\treturn value;\n}\n\nexport function component_subscribe(component, store, callback) {\n\tcomponent.$$.on_destroy.push(subscribe(store, callback));\n}\n\nexport function create_slot(definition, ctx, fn) {\n\tif (definition) {\n\t\tconst slot_ctx = get_slot_context(definition, ctx, fn);\n\t\treturn definition[0](slot_ctx);\n\t}\n}\n\nexport function get_slot_context(definition, ctx, fn) {\n\treturn definition[1]\n\t\t? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n\t\t: ctx.$$scope.ctx;\n}\n\nexport function get_slot_changes(definition, ctx, changed, fn) {\n\treturn definition[1]\n\t\t? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n\t\t: ctx.$$scope.changed || {};\n}\n\nexport function exclude_internal_props(props) {\n\tconst result = {};\n\tfor (const k in props) if (k[0] !== '$') result[k] = props[k];\n\treturn result;\n}\n\nexport function once(fn) {\n\tlet ran = false;\n\treturn function(this: any, ...args) {\n\t\tif (ran) return;\n\t\tran = true;\n\t\tfn.call(this, ...args);\n\t};\n}\n\nexport function null_to_empty(value) {\n\treturn value == null ? '' : value;\n}\n\nexport function set_store_value(store, ret, value = ret) {\n\tstore.set(value);\n\treturn ret;\n}\n","const now = (typeof process !== 'undefined' && process.hrtime)\n\t? () => {\n\t\tconst t = process.hrtime();\n\t\treturn t[0] * 1e3 + t[1] / 1e6;\n\t}\n\t: () => self.performance.now();\n\ninterface Timing {\n\tlabel: string;\n\tstart: number;\n\tend: number;\n\tchildren: Timing[];\n}\n\nfunction collapse_timings(timings) {\n\tconst result = {};\n\ttimings.forEach(timing => {\n\t\tresult[timing.label] = Object.assign({\n\t\t\ttotal: timing.end - timing.start\n\t\t}, timing.children && collapse_timings(timing.children));\n\t});\n\treturn result;\n}\n\nexport default class Stats {\n\tstart_time: number;\n\tcurrent_timing: Timing;\n\tcurrent_children: Timing[];\n\ttimings: Timing[];\n\tstack: Timing[];\n\n\tconstructor() {\n\t\tthis.start_time = now();\n\t\tthis.stack = [];\n\t\tthis.current_children = this.timings = [];\n\t}\n\n\tstart(label) {\n\t\tconst timing = {\n\t\t\tlabel,\n\t\t\tstart: now(),\n\t\t\tend: null,\n\t\t\tchildren: []\n\t\t};\n\n\t\tthis.current_children.push(timing);\n\t\tthis.stack.push(timing);\n\n\t\tthis.current_timing = timing;\n\t\tthis.current_children = timing.children;\n\t}\n\n\tstop(label) {\n\t\tif (label !== this.current_timing.label) {\n\t\t\tthrow new Error(`Mismatched timing labels (expected ${this.current_timing.label}, got ${label})`);\n\t\t}\n\n\t\tthis.current_timing.end = now();\n\t\tthis.stack.pop();\n\t\tthis.current_timing = this.stack[this.stack.length - 1];\n\t\tthis.current_children = this.current_timing ? this.current_timing.children : this.timings;\n\t}\n\n\trender() {\n\t\tconst timings = Object.assign({\n\t\t\ttotal: now() - this.start_time\n\t\t}, collapse_timings(this.timings));\n\n\t\treturn {\n\t\t\ttimings\n\t\t};\n\t}\n}\n","// Reserved word lists for various dialects of the language\n\nvar reservedWords = {\n 3: \"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile\",\n 5: \"class enum extends super const export import\",\n 6: \"enum\",\n strict: \"implements interface let package private protected public static yield\",\n strictBind: \"eval arguments\"\n};\n\n// And the keywords\n\nvar ecma5AndLessKeywords = \"break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this\";\n\nvar keywords = {\n 5: ecma5AndLessKeywords,\n \"5module\": ecma5AndLessKeywords + \" export import\",\n 6: ecma5AndLessKeywords + \" const class extends export import super\"\n};\n\nvar keywordRelationalOperator = /^in(stanceof)?$/;\n\n// ## Character categories\n\n// Big ugly regular expressions that match characters in the\n// whitespace, identifier, and identifier-start categories. These\n// are only applied when a character is found to actually have a\n// code point above 128.\n// Generated by `bin/generate-identifier-regex.js`.\nvar nonASCIIidentifierStartChars = \"\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u037f\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u052f\\u0531-\\u0556\\u0559\\u0560-\\u0588\\u05d0-\\u05ea\\u05ef-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u0860-\\u086a\\u08a0-\\u08b4\\u08b6-\\u08bd\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u09fc\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0af9\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c39\\u0c3d\\u0c58-\\u0c5a\\u0c60\\u0c61\\u0c80\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d54-\\u0d56\\u0d5f-\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e86-\\u0e8a\\u0e8c-\\u0ea3\\u0ea5\\u0ea7-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f5\\u13f8-\\u13fd\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f8\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1878\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191e\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19b0-\\u19c9\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1c80-\\u1c88\\u1c90-\\u1cba\\u1cbd-\\u1cbf\\u1ce9-\\u1cec\\u1cee-\\u1cf3\\u1cf5\\u1cf6\\u1cfa\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2118-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309b-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fef\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua69d\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua7bf\\ua7c2-\\ua7c6\\ua7f7-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua8fd\\ua8fe\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\ua9e0-\\ua9e4\\ua9e6-\\ua9ef\\ua9fa-\\ua9fe\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa7e-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uab30-\\uab5a\\uab5c-\\uab67\\uab70-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc\";\nvar nonASCIIidentifierChars = \"\\u200c\\u200d\\xb7\\u0300-\\u036f\\u0387\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u064b-\\u0669\\u0670\\u06d6-\\u06dc\\u06df-\\u06e4\\u06e7\\u06e8\\u06ea-\\u06ed\\u06f0-\\u06f9\\u0711\\u0730-\\u074a\\u07a6-\\u07b0\\u07c0-\\u07c9\\u07eb-\\u07f3\\u07fd\\u0816-\\u0819\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0859-\\u085b\\u08d3-\\u08e1\\u08e3-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09cb-\\u09cd\\u09d7\\u09e2\\u09e3\\u09e6-\\u09ef\\u09fe\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2\\u0ae3\\u0ae6-\\u0aef\\u0afa-\\u0aff\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b62\\u0b63\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c00-\\u0c04\\u0c3e-\\u0c44\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62\\u0c63\\u0c66-\\u0c6f\\u0c81-\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2\\u0ce3\\u0ce6-\\u0cef\\u0d00-\\u0d03\\u0d3b\\u0d3c\\u0d3e-\\u0d44\\u0d46-\\u0d48\\u0d4a-\\u0d4d\\u0d57\\u0d62\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0de6-\\u0def\\u0df2\\u0df3\\u0e31\\u0e34-\\u0e3a\\u0e47-\\u0e4e\\u0e50-\\u0e59\\u0eb1\\u0eb4-\\u0ebc\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f3e\\u0f3f\\u0f71-\\u0f84\\u0f86\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u102b-\\u103e\\u1040-\\u1049\\u1056-\\u1059\\u105e-\\u1060\\u1062-\\u1064\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u1369-\\u1371\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17b4-\\u17d3\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u18a9\\u1920-\\u192b\\u1930-\\u193b\\u1946-\\u194f\\u19d0-\\u19da\\u1a17-\\u1a1b\\u1a55-\\u1a5e\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1ab0-\\u1abd\\u1b00-\\u1b04\\u1b34-\\u1b44\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1b80-\\u1b82\\u1ba1-\\u1bad\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c24-\\u1c37\\u1c40-\\u1c49\\u1c50-\\u1c59\\u1cd0-\\u1cd2\\u1cd4-\\u1ce8\\u1ced\\u1cf4\\u1cf7-\\u1cf9\\u1dc0-\\u1df9\\u1dfb-\\u1dff\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2cef-\\u2cf1\\u2d7f\\u2de0-\\u2dff\\u302a-\\u302f\\u3099\\u309a\\ua620-\\ua629\\ua66f\\ua674-\\ua67d\\ua69e\\ua69f\\ua6f0\\ua6f1\\ua802\\ua806\\ua80b\\ua823-\\ua827\\ua880\\ua881\\ua8b4-\\ua8c5\\ua8d0-\\ua8d9\\ua8e0-\\ua8f1\\ua8ff-\\ua909\\ua926-\\ua92d\\ua947-\\ua953\\ua980-\\ua983\\ua9b3-\\ua9c0\\ua9d0-\\ua9d9\\ua9e5\\ua9f0-\\ua9f9\\uaa29-\\uaa36\\uaa43\\uaa4c\\uaa4d\\uaa50-\\uaa59\\uaa7b-\\uaa7d\\uaab0\\uaab2-\\uaab4\\uaab7\\uaab8\\uaabe\\uaabf\\uaac1\\uaaeb-\\uaaef\\uaaf5\\uaaf6\\uabe3-\\uabea\\uabec\\uabed\\uabf0-\\uabf9\\ufb1e\\ufe00-\\ufe0f\\ufe20-\\ufe2f\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f\";\n\nvar nonASCIIidentifierStart = new RegExp(\"[\" + nonASCIIidentifierStartChars + \"]\");\nvar nonASCIIidentifier = new RegExp(\"[\" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + \"]\");\n\nnonASCIIidentifierStartChars = nonASCIIidentifierChars = null;\n\n// These are a run-length and offset encoded representation of the\n// >0xffff code points that are a valid part of identifiers. The\n// offset starts at 0x10000, and each pair of numbers represents an\n// offset to the next range, and then a size of the range. They were\n// generated by bin/generate-identifier-regex.js\n\n// eslint-disable-next-line comma-spacing\nvar astralIdentifierStartCodes = [0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,477,28,11,0,9,21,155,22,13,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,0,33,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,0,161,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,754,9486,286,50,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,2357,44,11,6,17,0,370,43,1301,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,15,7472,3104,541];\n\n// eslint-disable-next-line comma-spacing\nvar astralIdentifierCodes = [509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,232,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,792487,239];\n\n// This has a complexity linear to the value of the code. The\n// assumption is that looking up astral identifier characters is\n// rare.\nfunction isInAstralSet(code, set) {\n var pos = 0x10000;\n for (var i = 0; i < set.length; i += 2) {\n pos += set[i];\n if (pos > code) { return false }\n pos += set[i + 1];\n if (pos >= code) { return true }\n }\n}\n\n// Test whether a given character code starts an identifier.\n\nfunction isIdentifierStart(code, astral) {\n if (code < 65) { return code === 36 }\n if (code < 91) { return true }\n if (code < 97) { return code === 95 }\n if (code < 123) { return true }\n if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) }\n if (astral === false) { return false }\n return isInAstralSet(code, astralIdentifierStartCodes)\n}\n\n// Test whether a given character is part of an identifier.\n\nfunction isIdentifierChar(code, astral) {\n if (code < 48) { return code === 36 }\n if (code < 58) { return true }\n if (code < 65) { return false }\n if (code < 91) { return true }\n if (code < 97) { return code === 95 }\n if (code < 123) { return true }\n if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)) }\n if (astral === false) { return false }\n return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes)\n}\n\n// ## Token types\n\n// The assignment of fine-grained, information-carrying type objects\n// allows the tokenizer to store the information it has about a\n// token in a way that is very cheap for the parser to look up.\n\n// All token type variables start with an underscore, to make them\n// easy to recognize.\n\n// The `beforeExpr` property is used to disambiguate between regular\n// expressions and divisions. It is set on all token types that can\n// be followed by an expression (thus, a slash after them would be a\n// regular expression).\n//\n// The `startsExpr` property is used to check if the token ends a\n// `yield` expression. It is set on all token types that either can\n// directly start an expression (like a quotation mark) or can\n// continue an expression (like the body of a string).\n//\n// `isLoop` marks a keyword as starting a loop, which is important\n// to know when parsing a label, in order to allow or disallow\n// continue jumps to that label.\n\nvar TokenType = function TokenType(label, conf) {\n if ( conf === void 0 ) conf = {};\n\n this.label = label;\n this.keyword = conf.keyword;\n this.beforeExpr = !!conf.beforeExpr;\n this.startsExpr = !!conf.startsExpr;\n this.isLoop = !!conf.isLoop;\n this.isAssign = !!conf.isAssign;\n this.prefix = !!conf.prefix;\n this.postfix = !!conf.postfix;\n this.binop = conf.binop || null;\n this.updateContext = null;\n};\n\nfunction binop(name, prec) {\n return new TokenType(name, {beforeExpr: true, binop: prec})\n}\nvar beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true};\n\n// Map keyword names to token types.\n\nvar keywords$1 = {};\n\n// Succinct definitions of keyword token types\nfunction kw(name, options) {\n if ( options === void 0 ) options = {};\n\n options.keyword = name;\n return keywords$1[name] = new TokenType(name, options)\n}\n\nvar types = {\n num: new TokenType(\"num\", startsExpr),\n regexp: new TokenType(\"regexp\", startsExpr),\n string: new TokenType(\"string\", startsExpr),\n name: new TokenType(\"name\", startsExpr),\n eof: new TokenType(\"eof\"),\n\n // Punctuation token types.\n bracketL: new TokenType(\"[\", {beforeExpr: true, startsExpr: true}),\n bracketR: new TokenType(\"]\"),\n braceL: new TokenType(\"{\", {beforeExpr: true, startsExpr: true}),\n braceR: new TokenType(\"}\"),\n parenL: new TokenType(\"(\", {beforeExpr: true, startsExpr: true}),\n parenR: new TokenType(\")\"),\n comma: new TokenType(\",\", beforeExpr),\n semi: new TokenType(\";\", beforeExpr),\n colon: new TokenType(\":\", beforeExpr),\n dot: new TokenType(\".\"),\n question: new TokenType(\"?\", beforeExpr),\n arrow: new TokenType(\"=>\", beforeExpr),\n template: new TokenType(\"template\"),\n invalidTemplate: new TokenType(\"invalidTemplate\"),\n ellipsis: new TokenType(\"...\", beforeExpr),\n backQuote: new TokenType(\"`\", startsExpr),\n dollarBraceL: new TokenType(\"${\", {beforeExpr: true, startsExpr: true}),\n\n // Operators. These carry several kinds of properties to help the\n // parser use them properly (the presence of these properties is\n // what categorizes them as operators).\n //\n // `binop`, when present, specifies that this operator is a binary\n // operator, and will refer to its precedence.\n //\n // `prefix` and `postfix` mark the operator as a prefix or postfix\n // unary operator.\n //\n // `isAssign` marks all of `=`, `+=`, `-=` etcetera, which act as\n // binary operators with a very low precedence, that should result\n // in AssignmentExpression nodes.\n\n eq: new TokenType(\"=\", {beforeExpr: true, isAssign: true}),\n assign: new TokenType(\"_=\", {beforeExpr: true, isAssign: true}),\n incDec: new TokenType(\"++/--\", {prefix: true, postfix: true, startsExpr: true}),\n prefix: new TokenType(\"!/~\", {beforeExpr: true, prefix: true, startsExpr: true}),\n logicalOR: binop(\"||\", 1),\n logicalAND: binop(\"&&\", 2),\n bitwiseOR: binop(\"|\", 3),\n bitwiseXOR: binop(\"^\", 4),\n bitwiseAND: binop(\"&\", 5),\n equality: binop(\"==/!=/===/!==\", 6),\n relational: binop(\"/<=/>=\", 7),\n bitShift: binop(\"<>/>>>\", 8),\n plusMin: new TokenType(\"+/-\", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}),\n modulo: binop(\"%\", 10),\n star: binop(\"*\", 10),\n slash: binop(\"/\", 10),\n starstar: new TokenType(\"**\", {beforeExpr: true}),\n\n // Keyword token types.\n _break: kw(\"break\"),\n _case: kw(\"case\", beforeExpr),\n _catch: kw(\"catch\"),\n _continue: kw(\"continue\"),\n _debugger: kw(\"debugger\"),\n _default: kw(\"default\", beforeExpr),\n _do: kw(\"do\", {isLoop: true, beforeExpr: true}),\n _else: kw(\"else\", beforeExpr),\n _finally: kw(\"finally\"),\n _for: kw(\"for\", {isLoop: true}),\n _function: kw(\"function\", startsExpr),\n _if: kw(\"if\"),\n _return: kw(\"return\", beforeExpr),\n _switch: kw(\"switch\"),\n _throw: kw(\"throw\", beforeExpr),\n _try: kw(\"try\"),\n _var: kw(\"var\"),\n _const: kw(\"const\"),\n _while: kw(\"while\", {isLoop: true}),\n _with: kw(\"with\"),\n _new: kw(\"new\", {beforeExpr: true, startsExpr: true}),\n _this: kw(\"this\", startsExpr),\n _super: kw(\"super\", startsExpr),\n _class: kw(\"class\", startsExpr),\n _extends: kw(\"extends\", beforeExpr),\n _export: kw(\"export\"),\n _import: kw(\"import\", startsExpr),\n _null: kw(\"null\", startsExpr),\n _true: kw(\"true\", startsExpr),\n _false: kw(\"false\", startsExpr),\n _in: kw(\"in\", {beforeExpr: true, binop: 7}),\n _instanceof: kw(\"instanceof\", {beforeExpr: true, binop: 7}),\n _typeof: kw(\"typeof\", {beforeExpr: true, prefix: true, startsExpr: true}),\n _void: kw(\"void\", {beforeExpr: true, prefix: true, startsExpr: true}),\n _delete: kw(\"delete\", {beforeExpr: true, prefix: true, startsExpr: true})\n};\n\n// Matches a whole line break (where CRLF is considered a single\n// line break). Used to count lines.\n\nvar lineBreak = /\\r\\n?|\\n|\\u2028|\\u2029/;\nvar lineBreakG = new RegExp(lineBreak.source, \"g\");\n\nfunction isNewLine(code, ecma2019String) {\n return code === 10 || code === 13 || (!ecma2019String && (code === 0x2028 || code === 0x2029))\n}\n\nvar nonASCIIwhitespace = /[\\u1680\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff]/;\n\nvar skipWhiteSpace = /(?:\\s|\\/\\/.*|\\/\\*[^]*?\\*\\/)*/g;\n\nvar ref = Object.prototype;\nvar hasOwnProperty = ref.hasOwnProperty;\nvar toString = ref.toString;\n\n// Checks if an object has a property.\n\nfunction has(obj, propName) {\n return hasOwnProperty.call(obj, propName)\n}\n\nvar isArray = Array.isArray || (function (obj) { return (\n toString.call(obj) === \"[object Array]\"\n); });\n\nfunction wordsRegexp(words) {\n return new RegExp(\"^(?:\" + words.replace(/ /g, \"|\") + \")$\")\n}\n\n// These are used when `options.locations` is on, for the\n// `startLoc` and `endLoc` properties.\n\nvar Position = function Position(line, col) {\n this.line = line;\n this.column = col;\n};\n\nPosition.prototype.offset = function offset (n) {\n return new Position(this.line, this.column + n)\n};\n\nvar SourceLocation = function SourceLocation(p, start, end) {\n this.start = start;\n this.end = end;\n if (p.sourceFile !== null) { this.source = p.sourceFile; }\n};\n\n// The `getLineInfo` function is mostly useful when the\n// `locations` option is off (for performance reasons) and you\n// want to find the line/column position for a given character\n// offset. `input` should be the code string that the offset refers\n// into.\n\nfunction getLineInfo(input, offset) {\n for (var line = 1, cur = 0;;) {\n lineBreakG.lastIndex = cur;\n var match = lineBreakG.exec(input);\n if (match && match.index < offset) {\n ++line;\n cur = match.index + match[0].length;\n } else {\n return new Position(line, offset - cur)\n }\n }\n}\n\n// A second optional argument can be given to further configure\n// the parser process. These options are recognized:\n\nvar defaultOptions = {\n // `ecmaVersion` indicates the ECMAScript version to parse. Must be\n // either 3, 5, 6 (2015), 7 (2016), 8 (2017), 9 (2018), or 10\n // (2019). This influences support for strict mode, the set of\n // reserved words, and support for new syntax features. The default\n // is 10.\n ecmaVersion: 10,\n // `sourceType` indicates the mode the code should be parsed in.\n // Can be either `\"script\"` or `\"module\"`. This influences global\n // strict mode and parsing of `import` and `export` declarations.\n sourceType: \"script\",\n // `onInsertedSemicolon` can be a callback that will be called\n // when a semicolon is automatically inserted. It will be passed\n // the position of the comma as an offset, and if `locations` is\n // enabled, it is given the location as a `{line, column}` object\n // as second argument.\n onInsertedSemicolon: null,\n // `onTrailingComma` is similar to `onInsertedSemicolon`, but for\n // trailing commas.\n onTrailingComma: null,\n // By default, reserved words are only enforced if ecmaVersion >= 5.\n // Set `allowReserved` to a boolean value to explicitly turn this on\n // an off. When this option has the value \"never\", reserved words\n // and keywords can also not be used as property names.\n allowReserved: null,\n // When enabled, a return at the top level is not considered an\n // error.\n allowReturnOutsideFunction: false,\n // When enabled, import/export statements are not constrained to\n // appearing at the top of the program.\n allowImportExportEverywhere: false,\n // When enabled, await identifiers are allowed to appear at the top-level scope,\n // but they are still not allowed in non-async functions.\n allowAwaitOutsideFunction: false,\n // When enabled, hashbang directive in the beginning of file\n // is allowed and treated as a line comment.\n allowHashBang: false,\n // When `locations` is on, `loc` properties holding objects with\n // `start` and `end` properties in `{line, column}` form (with\n // line being 1-based and column 0-based) will be attached to the\n // nodes.\n locations: false,\n // A function can be passed as `onToken` option, which will\n // cause Acorn to call that function with object in the same\n // format as tokens returned from `tokenizer().getToken()`. Note\n // that you are not allowed to call the parser from the\n // callback—that will corrupt its internal state.\n onToken: null,\n // A function can be passed as `onComment` option, which will\n // cause Acorn to call that function with `(block, text, start,\n // end)` parameters whenever a comment is skipped. `block` is a\n // boolean indicating whether this is a block (`/* */`) comment,\n // `text` is the content of the comment, and `start` and `end` are\n // character offsets that denote the start and end of the comment.\n // When the `locations` option is on, two more parameters are\n // passed, the full `{line, column}` locations of the start and\n // end of the comments. Note that you are not allowed to call the\n // parser from the callback—that will corrupt its internal state.\n onComment: null,\n // Nodes have their start and end characters offsets recorded in\n // `start` and `end` properties (directly on the node, rather than\n // the `loc` object, which holds line/column data. To also add a\n // [semi-standardized][range] `range` property holding a `[start,\n // end]` array with the same numbers, set the `ranges` option to\n // `true`.\n //\n // [range]: https://bugzilla.mozilla.org/show_bug.cgi?id=745678\n ranges: false,\n // It is possible to parse multiple files into a single AST by\n // passing the tree produced by parsing the first file as\n // `program` option in subsequent parses. This will add the\n // toplevel forms of the parsed file to the `Program` (top) node\n // of an existing parse tree.\n program: null,\n // When `locations` is on, you can pass this to record the source\n // file in every node's `loc` object.\n sourceFile: null,\n // This value, if given, is stored in every node, whether\n // `locations` is on or off.\n directSourceFile: null,\n // When enabled, parenthesized expressions are represented by\n // (non-standard) ParenthesizedExpression nodes\n preserveParens: false\n};\n\n// Interpret and default an options object\n\nfunction getOptions(opts) {\n var options = {};\n\n for (var opt in defaultOptions)\n { options[opt] = opts && has(opts, opt) ? opts[opt] : defaultOptions[opt]; }\n\n if (options.ecmaVersion >= 2015)\n { options.ecmaVersion -= 2009; }\n\n if (options.allowReserved == null)\n { options.allowReserved = options.ecmaVersion < 5; }\n\n if (isArray(options.onToken)) {\n var tokens = options.onToken;\n options.onToken = function (token) { return tokens.push(token); };\n }\n if (isArray(options.onComment))\n { options.onComment = pushComment(options, options.onComment); }\n\n return options\n}\n\nfunction pushComment(options, array) {\n return function(block, text, start, end, startLoc, endLoc) {\n var comment = {\n type: block ? \"Block\" : \"Line\",\n value: text,\n start: start,\n end: end\n };\n if (options.locations)\n { comment.loc = new SourceLocation(this, startLoc, endLoc); }\n if (options.ranges)\n { comment.range = [start, end]; }\n array.push(comment);\n }\n}\n\n// Each scope gets a bitset that may contain these flags\nvar\n SCOPE_TOP = 1,\n SCOPE_FUNCTION = 2,\n SCOPE_VAR = SCOPE_TOP | SCOPE_FUNCTION,\n SCOPE_ASYNC = 4,\n SCOPE_GENERATOR = 8,\n SCOPE_ARROW = 16,\n SCOPE_SIMPLE_CATCH = 32,\n SCOPE_SUPER = 64,\n SCOPE_DIRECT_SUPER = 128;\n\nfunction functionFlags(async, generator) {\n return SCOPE_FUNCTION | (async ? SCOPE_ASYNC : 0) | (generator ? SCOPE_GENERATOR : 0)\n}\n\n// Used in checkLVal and declareName to determine the type of a binding\nvar\n BIND_NONE = 0, // Not a binding\n BIND_VAR = 1, // Var-style binding\n BIND_LEXICAL = 2, // Let- or const-style binding\n BIND_FUNCTION = 3, // Function declaration\n BIND_SIMPLE_CATCH = 4, // Simple (identifier pattern) catch binding\n BIND_OUTSIDE = 5; // Special case for function names as bound inside the function\n\nvar Parser = function Parser(options, input, startPos) {\n this.options = options = getOptions(options);\n this.sourceFile = options.sourceFile;\n this.keywords = wordsRegexp(keywords[options.ecmaVersion >= 6 ? 6 : options.sourceType === \"module\" ? \"5module\" : 5]);\n var reserved = \"\";\n if (options.allowReserved !== true) {\n for (var v = options.ecmaVersion;; v--)\n { if (reserved = reservedWords[v]) { break } }\n if (options.sourceType === \"module\") { reserved += \" await\"; }\n }\n this.reservedWords = wordsRegexp(reserved);\n var reservedStrict = (reserved ? reserved + \" \" : \"\") + reservedWords.strict;\n this.reservedWordsStrict = wordsRegexp(reservedStrict);\n this.reservedWordsStrictBind = wordsRegexp(reservedStrict + \" \" + reservedWords.strictBind);\n this.input = String(input);\n\n // Used to signal to callers of `readWord1` whether the word\n // contained any escape sequences. This is needed because words with\n // escape sequences must not be interpreted as keywords.\n this.containsEsc = false;\n\n // Set up token state\n\n // The current position of the tokenizer in the input.\n if (startPos) {\n this.pos = startPos;\n this.lineStart = this.input.lastIndexOf(\"\\n\", startPos - 1) + 1;\n this.curLine = this.input.slice(0, this.lineStart).split(lineBreak).length;\n } else {\n this.pos = this.lineStart = 0;\n this.curLine = 1;\n }\n\n // Properties of the current token:\n // Its type\n this.type = types.eof;\n // For tokens that include more information than their type, the value\n this.value = null;\n // Its start and end offset\n this.start = this.end = this.pos;\n // And, if locations are used, the {line, column} object\n // corresponding to those offsets\n this.startLoc = this.endLoc = this.curPosition();\n\n // Position information for the previous token\n this.lastTokEndLoc = this.lastTokStartLoc = null;\n this.lastTokStart = this.lastTokEnd = this.pos;\n\n // The context stack is used to superficially track syntactic\n // context to predict whether a regular expression is allowed in a\n // given position.\n this.context = this.initialContext();\n this.exprAllowed = true;\n\n // Figure out if it's a module code.\n this.inModule = options.sourceType === \"module\";\n this.strict = this.inModule || this.strictDirective(this.pos);\n\n // Used to signify the start of a potential arrow function\n this.potentialArrowAt = -1;\n\n // Positions to delayed-check that yield/await does not exist in default parameters.\n this.yieldPos = this.awaitPos = this.awaitIdentPos = 0;\n // Labels in scope.\n this.labels = [];\n // Thus-far undefined exports.\n this.undefinedExports = {};\n\n // If enabled, skip leading hashbang line.\n if (this.pos === 0 && options.allowHashBang && this.input.slice(0, 2) === \"#!\")\n { this.skipLineComment(2); }\n\n // Scope tracking for duplicate variable names (see scope.js)\n this.scopeStack = [];\n this.enterScope(SCOPE_TOP);\n\n // For RegExp validation\n this.regexpState = null;\n};\n\nvar prototypeAccessors = { inFunction: { configurable: true },inGenerator: { configurable: true },inAsync: { configurable: true },allowSuper: { configurable: true },allowDirectSuper: { configurable: true },treatFunctionsAsVar: { configurable: true } };\n\nParser.prototype.parse = function parse () {\n var node = this.options.program || this.startNode();\n this.nextToken();\n return this.parseTopLevel(node)\n};\n\nprototypeAccessors.inFunction.get = function () { return (this.currentVarScope().flags & SCOPE_FUNCTION) > 0 };\nprototypeAccessors.inGenerator.get = function () { return (this.currentVarScope().flags & SCOPE_GENERATOR) > 0 };\nprototypeAccessors.inAsync.get = function () { return (this.currentVarScope().flags & SCOPE_ASYNC) > 0 };\nprototypeAccessors.allowSuper.get = function () { return (this.currentThisScope().flags & SCOPE_SUPER) > 0 };\nprototypeAccessors.allowDirectSuper.get = function () { return (this.currentThisScope().flags & SCOPE_DIRECT_SUPER) > 0 };\nprototypeAccessors.treatFunctionsAsVar.get = function () { return this.treatFunctionsAsVarInScope(this.currentScope()) };\n\n// Switch to a getter for 7.0.0.\nParser.prototype.inNonArrowFunction = function inNonArrowFunction () { return (this.currentThisScope().flags & SCOPE_FUNCTION) > 0 };\n\nParser.extend = function extend () {\n var plugins = [], len = arguments.length;\n while ( len-- ) plugins[ len ] = arguments[ len ];\n\n var cls = this;\n for (var i = 0; i < plugins.length; i++) { cls = plugins[i](cls); }\n return cls\n};\n\nParser.parse = function parse (input, options) {\n return new this(options, input).parse()\n};\n\nParser.parseExpressionAt = function parseExpressionAt (input, pos, options) {\n var parser = new this(options, input, pos);\n parser.nextToken();\n return parser.parseExpression()\n};\n\nParser.tokenizer = function tokenizer (input, options) {\n return new this(options, input)\n};\n\nObject.defineProperties( Parser.prototype, prototypeAccessors );\n\nvar pp = Parser.prototype;\n\n// ## Parser utilities\n\nvar literal = /^(?:'((?:\\\\.|[^'])*?)'|\"((?:\\\\.|[^\"])*?)\")/;\npp.strictDirective = function(start) {\n for (;;) {\n // Try to find string literal.\n skipWhiteSpace.lastIndex = start;\n start += skipWhiteSpace.exec(this.input)[0].length;\n var match = literal.exec(this.input.slice(start));\n if (!match) { return false }\n if ((match[1] || match[2]) === \"use strict\") { return true }\n start += match[0].length;\n\n // Skip semicolon, if any.\n skipWhiteSpace.lastIndex = start;\n start += skipWhiteSpace.exec(this.input)[0].length;\n if (this.input[start] === \";\")\n { start++; }\n }\n};\n\n// Predicate that tests whether the next token is of the given\n// type, and if yes, consumes it as a side effect.\n\npp.eat = function(type) {\n if (this.type === type) {\n this.next();\n return true\n } else {\n return false\n }\n};\n\n// Tests whether parsed token is a contextual keyword.\n\npp.isContextual = function(name) {\n return this.type === types.name && this.value === name && !this.containsEsc\n};\n\n// Consumes contextual keyword if possible.\n\npp.eatContextual = function(name) {\n if (!this.isContextual(name)) { return false }\n this.next();\n return true\n};\n\n// Asserts that following token is given contextual keyword.\n\npp.expectContextual = function(name) {\n if (!this.eatContextual(name)) { this.unexpected(); }\n};\n\n// Test whether a semicolon can be inserted at the current position.\n\npp.canInsertSemicolon = function() {\n return this.type === types.eof ||\n this.type === types.braceR ||\n lineBreak.test(this.input.slice(this.lastTokEnd, this.start))\n};\n\npp.insertSemicolon = function() {\n if (this.canInsertSemicolon()) {\n if (this.options.onInsertedSemicolon)\n { this.options.onInsertedSemicolon(this.lastTokEnd, this.lastTokEndLoc); }\n return true\n }\n};\n\n// Consume a semicolon, or, failing that, see if we are allowed to\n// pretend that there is a semicolon at this position.\n\npp.semicolon = function() {\n if (!this.eat(types.semi) && !this.insertSemicolon()) { this.unexpected(); }\n};\n\npp.afterTrailingComma = function(tokType, notNext) {\n if (this.type === tokType) {\n if (this.options.onTrailingComma)\n { this.options.onTrailingComma(this.lastTokStart, this.lastTokStartLoc); }\n if (!notNext)\n { this.next(); }\n return true\n }\n};\n\n// Expect a token of a given type. If found, consume it, otherwise,\n// raise an unexpected token error.\n\npp.expect = function(type) {\n this.eat(type) || this.unexpected();\n};\n\n// Raise an unexpected token error.\n\npp.unexpected = function(pos) {\n this.raise(pos != null ? pos : this.start, \"Unexpected token\");\n};\n\nfunction DestructuringErrors() {\n this.shorthandAssign =\n this.trailingComma =\n this.parenthesizedAssign =\n this.parenthesizedBind =\n this.doubleProto =\n -1;\n}\n\npp.checkPatternErrors = function(refDestructuringErrors, isAssign) {\n if (!refDestructuringErrors) { return }\n if (refDestructuringErrors.trailingComma > -1)\n { this.raiseRecoverable(refDestructuringErrors.trailingComma, \"Comma is not permitted after the rest element\"); }\n var parens = isAssign ? refDestructuringErrors.parenthesizedAssign : refDestructuringErrors.parenthesizedBind;\n if (parens > -1) { this.raiseRecoverable(parens, \"Parenthesized pattern\"); }\n};\n\npp.checkExpressionErrors = function(refDestructuringErrors, andThrow) {\n if (!refDestructuringErrors) { return false }\n var shorthandAssign = refDestructuringErrors.shorthandAssign;\n var doubleProto = refDestructuringErrors.doubleProto;\n if (!andThrow) { return shorthandAssign >= 0 || doubleProto >= 0 }\n if (shorthandAssign >= 0)\n { this.raise(shorthandAssign, \"Shorthand property assignments are valid only in destructuring patterns\"); }\n if (doubleProto >= 0)\n { this.raiseRecoverable(doubleProto, \"Redefinition of __proto__ property\"); }\n};\n\npp.checkYieldAwaitInDefaultParams = function() {\n if (this.yieldPos && (!this.awaitPos || this.yieldPos < this.awaitPos))\n { this.raise(this.yieldPos, \"Yield expression cannot be a default value\"); }\n if (this.awaitPos)\n { this.raise(this.awaitPos, \"Await expression cannot be a default value\"); }\n};\n\npp.isSimpleAssignTarget = function(expr) {\n if (expr.type === \"ParenthesizedExpression\")\n { return this.isSimpleAssignTarget(expr.expression) }\n return expr.type === \"Identifier\" || expr.type === \"MemberExpression\"\n};\n\nvar pp$1 = Parser.prototype;\n\n// ### Statement parsing\n\n// Parse a program. Initializes the parser, reads any number of\n// statements, and wraps them in a Program node. Optionally takes a\n// `program` argument. If present, the statements will be appended\n// to its body instead of creating a new node.\n\npp$1.parseTopLevel = function(node) {\n var exports = {};\n if (!node.body) { node.body = []; }\n while (this.type !== types.eof) {\n var stmt = this.parseStatement(null, true, exports);\n node.body.push(stmt);\n }\n if (this.inModule)\n { for (var i = 0, list = Object.keys(this.undefinedExports); i < list.length; i += 1)\n {\n var name = list[i];\n\n this.raiseRecoverable(this.undefinedExports[name].start, (\"Export '\" + name + \"' is not defined\"));\n } }\n this.adaptDirectivePrologue(node.body);\n this.next();\n node.sourceType = this.options.sourceType;\n return this.finishNode(node, \"Program\")\n};\n\nvar loopLabel = {kind: \"loop\"}, switchLabel = {kind: \"switch\"};\n\npp$1.isLet = function(context) {\n if (this.options.ecmaVersion < 6 || !this.isContextual(\"let\")) { return false }\n skipWhiteSpace.lastIndex = this.pos;\n var skip = skipWhiteSpace.exec(this.input);\n var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next);\n // For ambiguous cases, determine if a LexicalDeclaration (or only a\n // Statement) is allowed here. If context is not empty then only a Statement\n // is allowed. However, `let [` is an explicit negative lookahead for\n // ExpressionStatement, so special-case it first.\n if (nextCh === 91) { return true } // '['\n if (context) { return false }\n\n if (nextCh === 123) { return true } // '{'\n if (isIdentifierStart(nextCh, true)) {\n var pos = next + 1;\n while (isIdentifierChar(this.input.charCodeAt(pos), true)) { ++pos; }\n var ident = this.input.slice(next, pos);\n if (!keywordRelationalOperator.test(ident)) { return true }\n }\n return false\n};\n\n// check 'async [no LineTerminator here] function'\n// - 'async /*foo*/ function' is OK.\n// - 'async /*\\n*/ function' is invalid.\npp$1.isAsyncFunction = function() {\n if (this.options.ecmaVersion < 8 || !this.isContextual(\"async\"))\n { return false }\n\n skipWhiteSpace.lastIndex = this.pos;\n var skip = skipWhiteSpace.exec(this.input);\n var next = this.pos + skip[0].length;\n return !lineBreak.test(this.input.slice(this.pos, next)) &&\n this.input.slice(next, next + 8) === \"function\" &&\n (next + 8 === this.input.length || !isIdentifierChar(this.input.charAt(next + 8)))\n};\n\n// Parse a single statement.\n//\n// If expecting a statement and finding a slash operator, parse a\n// regular expression literal. This is to handle cases like\n// `if (foo) /blah/.exec(foo)`, where looking at the previous token\n// does not help.\n\npp$1.parseStatement = function(context, topLevel, exports) {\n var starttype = this.type, node = this.startNode(), kind;\n\n if (this.isLet(context)) {\n starttype = types._var;\n kind = \"let\";\n }\n\n // Most types of statements are recognized by the keyword they\n // start with. Many are trivial to parse, some require a bit of\n // complexity.\n\n switch (starttype) {\n case types._break: case types._continue: return this.parseBreakContinueStatement(node, starttype.keyword)\n case types._debugger: return this.parseDebuggerStatement(node)\n case types._do: return this.parseDoStatement(node)\n case types._for: return this.parseForStatement(node)\n case types._function:\n // Function as sole body of either an if statement or a labeled statement\n // works, but not when it is part of a labeled statement that is the sole\n // body of an if statement.\n if ((context && (this.strict || context !== \"if\" && context !== \"label\")) && this.options.ecmaVersion >= 6) { this.unexpected(); }\n return this.parseFunctionStatement(node, false, !context)\n case types._class:\n if (context) { this.unexpected(); }\n return this.parseClass(node, true)\n case types._if: return this.parseIfStatement(node)\n case types._return: return this.parseReturnStatement(node)\n case types._switch: return this.parseSwitchStatement(node)\n case types._throw: return this.parseThrowStatement(node)\n case types._try: return this.parseTryStatement(node)\n case types._const: case types._var:\n kind = kind || this.value;\n if (context && kind !== \"var\") { this.unexpected(); }\n return this.parseVarStatement(node, kind)\n case types._while: return this.parseWhileStatement(node)\n case types._with: return this.parseWithStatement(node)\n case types.braceL: return this.parseBlock(true, node)\n case types.semi: return this.parseEmptyStatement(node)\n case types._export:\n case types._import:\n if (this.options.ecmaVersion > 10 && starttype === types._import) {\n skipWhiteSpace.lastIndex = this.pos;\n var skip = skipWhiteSpace.exec(this.input);\n var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next);\n if (nextCh === 40) // '('\n { return this.parseExpressionStatement(node, this.parseExpression()) }\n }\n\n if (!this.options.allowImportExportEverywhere) {\n if (!topLevel)\n { this.raise(this.start, \"'import' and 'export' may only appear at the top level\"); }\n if (!this.inModule)\n { this.raise(this.start, \"'import' and 'export' may appear only with 'sourceType: module'\"); }\n }\n return starttype === types._import ? this.parseImport(node) : this.parseExport(node, exports)\n\n // If the statement does not start with a statement keyword or a\n // brace, it's an ExpressionStatement or LabeledStatement. We\n // simply start parsing an expression, and afterwards, if the\n // next token is a colon and the expression was a simple\n // Identifier node, we switch to interpreting it as a label.\n default:\n if (this.isAsyncFunction()) {\n if (context) { this.unexpected(); }\n this.next();\n return this.parseFunctionStatement(node, true, !context)\n }\n\n var maybeName = this.value, expr = this.parseExpression();\n if (starttype === types.name && expr.type === \"Identifier\" && this.eat(types.colon))\n { return this.parseLabeledStatement(node, maybeName, expr, context) }\n else { return this.parseExpressionStatement(node, expr) }\n }\n};\n\npp$1.parseBreakContinueStatement = function(node, keyword) {\n var isBreak = keyword === \"break\";\n this.next();\n if (this.eat(types.semi) || this.insertSemicolon()) { node.label = null; }\n else if (this.type !== types.name) { this.unexpected(); }\n else {\n node.label = this.parseIdent();\n this.semicolon();\n }\n\n // Verify that there is an actual destination to break or\n // continue to.\n var i = 0;\n for (; i < this.labels.length; ++i) {\n var lab = this.labels[i];\n if (node.label == null || lab.name === node.label.name) {\n if (lab.kind != null && (isBreak || lab.kind === \"loop\")) { break }\n if (node.label && isBreak) { break }\n }\n }\n if (i === this.labels.length) { this.raise(node.start, \"Unsyntactic \" + keyword); }\n return this.finishNode(node, isBreak ? \"BreakStatement\" : \"ContinueStatement\")\n};\n\npp$1.parseDebuggerStatement = function(node) {\n this.next();\n this.semicolon();\n return this.finishNode(node, \"DebuggerStatement\")\n};\n\npp$1.parseDoStatement = function(node) {\n this.next();\n this.labels.push(loopLabel);\n node.body = this.parseStatement(\"do\");\n this.labels.pop();\n this.expect(types._while);\n node.test = this.parseParenExpression();\n if (this.options.ecmaVersion >= 6)\n { this.eat(types.semi); }\n else\n { this.semicolon(); }\n return this.finishNode(node, \"DoWhileStatement\")\n};\n\n// Disambiguating between a `for` and a `for`/`in` or `for`/`of`\n// loop is non-trivial. Basically, we have to parse the init `var`\n// statement or expression, disallowing the `in` operator (see\n// the second parameter to `parseExpression`), and then check\n// whether the next token is `in` or `of`. When there is no init\n// part (semicolon immediately after the opening parenthesis), it\n// is a regular `for` loop.\n\npp$1.parseForStatement = function(node) {\n this.next();\n var awaitAt = (this.options.ecmaVersion >= 9 && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction)) && this.eatContextual(\"await\")) ? this.lastTokStart : -1;\n this.labels.push(loopLabel);\n this.enterScope(0);\n this.expect(types.parenL);\n if (this.type === types.semi) {\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n return this.parseFor(node, null)\n }\n var isLet = this.isLet();\n if (this.type === types._var || this.type === types._const || isLet) {\n var init$1 = this.startNode(), kind = isLet ? \"let\" : this.value;\n this.next();\n this.parseVar(init$1, true, kind);\n this.finishNode(init$1, \"VariableDeclaration\");\n if ((this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual(\"of\"))) && init$1.declarations.length === 1) {\n if (this.options.ecmaVersion >= 9) {\n if (this.type === types._in) {\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n } else { node.await = awaitAt > -1; }\n }\n return this.parseForIn(node, init$1)\n }\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n return this.parseFor(node, init$1)\n }\n var refDestructuringErrors = new DestructuringErrors;\n var init = this.parseExpression(true, refDestructuringErrors);\n if (this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual(\"of\"))) {\n if (this.options.ecmaVersion >= 9) {\n if (this.type === types._in) {\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n } else { node.await = awaitAt > -1; }\n }\n this.toAssignable(init, false, refDestructuringErrors);\n this.checkLVal(init);\n return this.parseForIn(node, init)\n } else {\n this.checkExpressionErrors(refDestructuringErrors, true);\n }\n if (awaitAt > -1) { this.unexpected(awaitAt); }\n return this.parseFor(node, init)\n};\n\npp$1.parseFunctionStatement = function(node, isAsync, declarationPosition) {\n this.next();\n return this.parseFunction(node, FUNC_STATEMENT | (declarationPosition ? 0 : FUNC_HANGING_STATEMENT), false, isAsync)\n};\n\npp$1.parseIfStatement = function(node) {\n this.next();\n node.test = this.parseParenExpression();\n // allow function declarations in branches, but only in non-strict mode\n node.consequent = this.parseStatement(\"if\");\n node.alternate = this.eat(types._else) ? this.parseStatement(\"if\") : null;\n return this.finishNode(node, \"IfStatement\")\n};\n\npp$1.parseReturnStatement = function(node) {\n if (!this.inFunction && !this.options.allowReturnOutsideFunction)\n { this.raise(this.start, \"'return' outside of function\"); }\n this.next();\n\n // In `return` (and `break`/`continue`), the keywords with\n // optional arguments, we eagerly look for a semicolon or the\n // possibility to insert one.\n\n if (this.eat(types.semi) || this.insertSemicolon()) { node.argument = null; }\n else { node.argument = this.parseExpression(); this.semicolon(); }\n return this.finishNode(node, \"ReturnStatement\")\n};\n\npp$1.parseSwitchStatement = function(node) {\n this.next();\n node.discriminant = this.parseParenExpression();\n node.cases = [];\n this.expect(types.braceL);\n this.labels.push(switchLabel);\n this.enterScope(0);\n\n // Statements under must be grouped (by label) in SwitchCase\n // nodes. `cur` is used to keep the node that we are currently\n // adding statements to.\n\n var cur;\n for (var sawDefault = false; this.type !== types.braceR;) {\n if (this.type === types._case || this.type === types._default) {\n var isCase = this.type === types._case;\n if (cur) { this.finishNode(cur, \"SwitchCase\"); }\n node.cases.push(cur = this.startNode());\n cur.consequent = [];\n this.next();\n if (isCase) {\n cur.test = this.parseExpression();\n } else {\n if (sawDefault) { this.raiseRecoverable(this.lastTokStart, \"Multiple default clauses\"); }\n sawDefault = true;\n cur.test = null;\n }\n this.expect(types.colon);\n } else {\n if (!cur) { this.unexpected(); }\n cur.consequent.push(this.parseStatement(null));\n }\n }\n this.exitScope();\n if (cur) { this.finishNode(cur, \"SwitchCase\"); }\n this.next(); // Closing brace\n this.labels.pop();\n return this.finishNode(node, \"SwitchStatement\")\n};\n\npp$1.parseThrowStatement = function(node) {\n this.next();\n if (lineBreak.test(this.input.slice(this.lastTokEnd, this.start)))\n { this.raise(this.lastTokEnd, \"Illegal newline after throw\"); }\n node.argument = this.parseExpression();\n this.semicolon();\n return this.finishNode(node, \"ThrowStatement\")\n};\n\n// Reused empty array added for node fields that are always empty.\n\nvar empty = [];\n\npp$1.parseTryStatement = function(node) {\n this.next();\n node.block = this.parseBlock();\n node.handler = null;\n if (this.type === types._catch) {\n var clause = this.startNode();\n this.next();\n if (this.eat(types.parenL)) {\n clause.param = this.parseBindingAtom();\n var simple = clause.param.type === \"Identifier\";\n this.enterScope(simple ? SCOPE_SIMPLE_CATCH : 0);\n this.checkLVal(clause.param, simple ? BIND_SIMPLE_CATCH : BIND_LEXICAL);\n this.expect(types.parenR);\n } else {\n if (this.options.ecmaVersion < 10) { this.unexpected(); }\n clause.param = null;\n this.enterScope(0);\n }\n clause.body = this.parseBlock(false);\n this.exitScope();\n node.handler = this.finishNode(clause, \"CatchClause\");\n }\n node.finalizer = this.eat(types._finally) ? this.parseBlock() : null;\n if (!node.handler && !node.finalizer)\n { this.raise(node.start, \"Missing catch or finally clause\"); }\n return this.finishNode(node, \"TryStatement\")\n};\n\npp$1.parseVarStatement = function(node, kind) {\n this.next();\n this.parseVar(node, false, kind);\n this.semicolon();\n return this.finishNode(node, \"VariableDeclaration\")\n};\n\npp$1.parseWhileStatement = function(node) {\n this.next();\n node.test = this.parseParenExpression();\n this.labels.push(loopLabel);\n node.body = this.parseStatement(\"while\");\n this.labels.pop();\n return this.finishNode(node, \"WhileStatement\")\n};\n\npp$1.parseWithStatement = function(node) {\n if (this.strict) { this.raise(this.start, \"'with' in strict mode\"); }\n this.next();\n node.object = this.parseParenExpression();\n node.body = this.parseStatement(\"with\");\n return this.finishNode(node, \"WithStatement\")\n};\n\npp$1.parseEmptyStatement = function(node) {\n this.next();\n return this.finishNode(node, \"EmptyStatement\")\n};\n\npp$1.parseLabeledStatement = function(node, maybeName, expr, context) {\n for (var i$1 = 0, list = this.labels; i$1 < list.length; i$1 += 1)\n {\n var label = list[i$1];\n\n if (label.name === maybeName)\n { this.raise(expr.start, \"Label '\" + maybeName + \"' is already declared\");\n } }\n var kind = this.type.isLoop ? \"loop\" : this.type === types._switch ? \"switch\" : null;\n for (var i = this.labels.length - 1; i >= 0; i--) {\n var label$1 = this.labels[i];\n if (label$1.statementStart === node.start) {\n // Update information about previous labels on this node\n label$1.statementStart = this.start;\n label$1.kind = kind;\n } else { break }\n }\n this.labels.push({name: maybeName, kind: kind, statementStart: this.start});\n node.body = this.parseStatement(context ? context.indexOf(\"label\") === -1 ? context + \"label\" : context : \"label\");\n this.labels.pop();\n node.label = expr;\n return this.finishNode(node, \"LabeledStatement\")\n};\n\npp$1.parseExpressionStatement = function(node, expr) {\n node.expression = expr;\n this.semicolon();\n return this.finishNode(node, \"ExpressionStatement\")\n};\n\n// Parse a semicolon-enclosed block of statements, handling `\"use\n// strict\"` declarations when `allowStrict` is true (used for\n// function bodies).\n\npp$1.parseBlock = function(createNewLexicalScope, node) {\n if ( createNewLexicalScope === void 0 ) createNewLexicalScope = true;\n if ( node === void 0 ) node = this.startNode();\n\n node.body = [];\n this.expect(types.braceL);\n if (createNewLexicalScope) { this.enterScope(0); }\n while (!this.eat(types.braceR)) {\n var stmt = this.parseStatement(null);\n node.body.push(stmt);\n }\n if (createNewLexicalScope) { this.exitScope(); }\n return this.finishNode(node, \"BlockStatement\")\n};\n\n// Parse a regular `for` loop. The disambiguation code in\n// `parseStatement` will already have parsed the init statement or\n// expression.\n\npp$1.parseFor = function(node, init) {\n node.init = init;\n this.expect(types.semi);\n node.test = this.type === types.semi ? null : this.parseExpression();\n this.expect(types.semi);\n node.update = this.type === types.parenR ? null : this.parseExpression();\n this.expect(types.parenR);\n node.body = this.parseStatement(\"for\");\n this.exitScope();\n this.labels.pop();\n return this.finishNode(node, \"ForStatement\")\n};\n\n// Parse a `for`/`in` and `for`/`of` loop, which are almost\n// same from parser's perspective.\n\npp$1.parseForIn = function(node, init) {\n var isForIn = this.type === types._in;\n this.next();\n\n if (\n init.type === \"VariableDeclaration\" &&\n init.declarations[0].init != null &&\n (\n !isForIn ||\n this.options.ecmaVersion < 8 ||\n this.strict ||\n init.kind !== \"var\" ||\n init.declarations[0].id.type !== \"Identifier\"\n )\n ) {\n this.raise(\n init.start,\n ((isForIn ? \"for-in\" : \"for-of\") + \" loop variable declaration may not have an initializer\")\n );\n } else if (init.type === \"AssignmentPattern\") {\n this.raise(init.start, \"Invalid left-hand side in for-loop\");\n }\n node.left = init;\n node.right = isForIn ? this.parseExpression() : this.parseMaybeAssign();\n this.expect(types.parenR);\n node.body = this.parseStatement(\"for\");\n this.exitScope();\n this.labels.pop();\n return this.finishNode(node, isForIn ? \"ForInStatement\" : \"ForOfStatement\")\n};\n\n// Parse a list of variable declarations.\n\npp$1.parseVar = function(node, isFor, kind) {\n node.declarations = [];\n node.kind = kind;\n for (;;) {\n var decl = this.startNode();\n this.parseVarId(decl, kind);\n if (this.eat(types.eq)) {\n decl.init = this.parseMaybeAssign(isFor);\n } else if (kind === \"const\" && !(this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual(\"of\")))) {\n this.unexpected();\n } else if (decl.id.type !== \"Identifier\" && !(isFor && (this.type === types._in || this.isContextual(\"of\")))) {\n this.raise(this.lastTokEnd, \"Complex binding patterns require an initialization value\");\n } else {\n decl.init = null;\n }\n node.declarations.push(this.finishNode(decl, \"VariableDeclarator\"));\n if (!this.eat(types.comma)) { break }\n }\n return node\n};\n\npp$1.parseVarId = function(decl, kind) {\n decl.id = this.parseBindingAtom();\n this.checkLVal(decl.id, kind === \"var\" ? BIND_VAR : BIND_LEXICAL, false);\n};\n\nvar FUNC_STATEMENT = 1, FUNC_HANGING_STATEMENT = 2, FUNC_NULLABLE_ID = 4;\n\n// Parse a function declaration or literal (depending on the\n// `statement & FUNC_STATEMENT`).\n\n// Remove `allowExpressionBody` for 7.0.0, as it is only called with false\npp$1.parseFunction = function(node, statement, allowExpressionBody, isAsync) {\n this.initFunction(node);\n if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) {\n if (this.type === types.star && (statement & FUNC_HANGING_STATEMENT))\n { this.unexpected(); }\n node.generator = this.eat(types.star);\n }\n if (this.options.ecmaVersion >= 8)\n { node.async = !!isAsync; }\n\n if (statement & FUNC_STATEMENT) {\n node.id = (statement & FUNC_NULLABLE_ID) && this.type !== types.name ? null : this.parseIdent();\n if (node.id && !(statement & FUNC_HANGING_STATEMENT))\n // If it is a regular function declaration in sloppy mode, then it is\n // subject to Annex B semantics (BIND_FUNCTION). Otherwise, the binding\n // mode depends on properties of the current scope (see\n // treatFunctionsAsVar).\n { this.checkLVal(node.id, (this.strict || node.generator || node.async) ? this.treatFunctionsAsVar ? BIND_VAR : BIND_LEXICAL : BIND_FUNCTION); }\n }\n\n var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos;\n this.yieldPos = 0;\n this.awaitPos = 0;\n this.awaitIdentPos = 0;\n this.enterScope(functionFlags(node.async, node.generator));\n\n if (!(statement & FUNC_STATEMENT))\n { node.id = this.type === types.name ? this.parseIdent() : null; }\n\n this.parseFunctionParams(node);\n this.parseFunctionBody(node, allowExpressionBody, false);\n\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n this.awaitIdentPos = oldAwaitIdentPos;\n return this.finishNode(node, (statement & FUNC_STATEMENT) ? \"FunctionDeclaration\" : \"FunctionExpression\")\n};\n\npp$1.parseFunctionParams = function(node) {\n this.expect(types.parenL);\n node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8);\n this.checkYieldAwaitInDefaultParams();\n};\n\n// Parse a class declaration or literal (depending on the\n// `isStatement` parameter).\n\npp$1.parseClass = function(node, isStatement) {\n this.next();\n\n // ecma-262 14.6 Class Definitions\n // A class definition is always strict mode code.\n var oldStrict = this.strict;\n this.strict = true;\n\n this.parseClassId(node, isStatement);\n this.parseClassSuper(node);\n var classBody = this.startNode();\n var hadConstructor = false;\n classBody.body = [];\n this.expect(types.braceL);\n while (!this.eat(types.braceR)) {\n var element = this.parseClassElement(node.superClass !== null);\n if (element) {\n classBody.body.push(element);\n if (element.type === \"MethodDefinition\" && element.kind === \"constructor\") {\n if (hadConstructor) { this.raise(element.start, \"Duplicate constructor in the same class\"); }\n hadConstructor = true;\n }\n }\n }\n node.body = this.finishNode(classBody, \"ClassBody\");\n this.strict = oldStrict;\n return this.finishNode(node, isStatement ? \"ClassDeclaration\" : \"ClassExpression\")\n};\n\npp$1.parseClassElement = function(constructorAllowsSuper) {\n var this$1 = this;\n\n if (this.eat(types.semi)) { return null }\n\n var method = this.startNode();\n var tryContextual = function (k, noLineBreak) {\n if ( noLineBreak === void 0 ) noLineBreak = false;\n\n var start = this$1.start, startLoc = this$1.startLoc;\n if (!this$1.eatContextual(k)) { return false }\n if (this$1.type !== types.parenL && (!noLineBreak || !this$1.canInsertSemicolon())) { return true }\n if (method.key) { this$1.unexpected(); }\n method.computed = false;\n method.key = this$1.startNodeAt(start, startLoc);\n method.key.name = k;\n this$1.finishNode(method.key, \"Identifier\");\n return false\n };\n\n method.kind = \"method\";\n method.static = tryContextual(\"static\");\n var isGenerator = this.eat(types.star);\n var isAsync = false;\n if (!isGenerator) {\n if (this.options.ecmaVersion >= 8 && tryContextual(\"async\", true)) {\n isAsync = true;\n isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star);\n } else if (tryContextual(\"get\")) {\n method.kind = \"get\";\n } else if (tryContextual(\"set\")) {\n method.kind = \"set\";\n }\n }\n if (!method.key) { this.parsePropertyName(method); }\n var key = method.key;\n var allowsDirectSuper = false;\n if (!method.computed && !method.static && (key.type === \"Identifier\" && key.name === \"constructor\" ||\n key.type === \"Literal\" && key.value === \"constructor\")) {\n if (method.kind !== \"method\") { this.raise(key.start, \"Constructor can't have get/set modifier\"); }\n if (isGenerator) { this.raise(key.start, \"Constructor can't be a generator\"); }\n if (isAsync) { this.raise(key.start, \"Constructor can't be an async method\"); }\n method.kind = \"constructor\";\n allowsDirectSuper = constructorAllowsSuper;\n } else if (method.static && key.type === \"Identifier\" && key.name === \"prototype\") {\n this.raise(key.start, \"Classes may not have a static property named prototype\");\n }\n this.parseClassMethod(method, isGenerator, isAsync, allowsDirectSuper);\n if (method.kind === \"get\" && method.value.params.length !== 0)\n { this.raiseRecoverable(method.value.start, \"getter should have no params\"); }\n if (method.kind === \"set\" && method.value.params.length !== 1)\n { this.raiseRecoverable(method.value.start, \"setter should have exactly one param\"); }\n if (method.kind === \"set\" && method.value.params[0].type === \"RestElement\")\n { this.raiseRecoverable(method.value.params[0].start, \"Setter cannot use rest params\"); }\n return method\n};\n\npp$1.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) {\n method.value = this.parseMethod(isGenerator, isAsync, allowsDirectSuper);\n return this.finishNode(method, \"MethodDefinition\")\n};\n\npp$1.parseClassId = function(node, isStatement) {\n if (this.type === types.name) {\n node.id = this.parseIdent();\n if (isStatement)\n { this.checkLVal(node.id, BIND_LEXICAL, false); }\n } else {\n if (isStatement === true)\n { this.unexpected(); }\n node.id = null;\n }\n};\n\npp$1.parseClassSuper = function(node) {\n node.superClass = this.eat(types._extends) ? this.parseExprSubscripts() : null;\n};\n\n// Parses module export declaration.\n\npp$1.parseExport = function(node, exports) {\n this.next();\n // export * from '...'\n if (this.eat(types.star)) {\n this.expectContextual(\"from\");\n if (this.type !== types.string) { this.unexpected(); }\n node.source = this.parseExprAtom();\n this.semicolon();\n return this.finishNode(node, \"ExportAllDeclaration\")\n }\n if (this.eat(types._default)) { // export default ...\n this.checkExport(exports, \"default\", this.lastTokStart);\n var isAsync;\n if (this.type === types._function || (isAsync = this.isAsyncFunction())) {\n var fNode = this.startNode();\n this.next();\n if (isAsync) { this.next(); }\n node.declaration = this.parseFunction(fNode, FUNC_STATEMENT | FUNC_NULLABLE_ID, false, isAsync);\n } else if (this.type === types._class) {\n var cNode = this.startNode();\n node.declaration = this.parseClass(cNode, \"nullableID\");\n } else {\n node.declaration = this.parseMaybeAssign();\n this.semicolon();\n }\n return this.finishNode(node, \"ExportDefaultDeclaration\")\n }\n // export var|const|let|function|class ...\n if (this.shouldParseExportStatement()) {\n node.declaration = this.parseStatement(null);\n if (node.declaration.type === \"VariableDeclaration\")\n { this.checkVariableExport(exports, node.declaration.declarations); }\n else\n { this.checkExport(exports, node.declaration.id.name, node.declaration.id.start); }\n node.specifiers = [];\n node.source = null;\n } else { // export { x, y as z } [from '...']\n node.declaration = null;\n node.specifiers = this.parseExportSpecifiers(exports);\n if (this.eatContextual(\"from\")) {\n if (this.type !== types.string) { this.unexpected(); }\n node.source = this.parseExprAtom();\n } else {\n for (var i = 0, list = node.specifiers; i < list.length; i += 1) {\n // check for keywords used as local names\n var spec = list[i];\n\n this.checkUnreserved(spec.local);\n // check if export is defined\n this.checkLocalExport(spec.local);\n }\n\n node.source = null;\n }\n this.semicolon();\n }\n return this.finishNode(node, \"ExportNamedDeclaration\")\n};\n\npp$1.checkExport = function(exports, name, pos) {\n if (!exports) { return }\n if (has(exports, name))\n { this.raiseRecoverable(pos, \"Duplicate export '\" + name + \"'\"); }\n exports[name] = true;\n};\n\npp$1.checkPatternExport = function(exports, pat) {\n var type = pat.type;\n if (type === \"Identifier\")\n { this.checkExport(exports, pat.name, pat.start); }\n else if (type === \"ObjectPattern\")\n { for (var i = 0, list = pat.properties; i < list.length; i += 1)\n {\n var prop = list[i];\n\n this.checkPatternExport(exports, prop);\n } }\n else if (type === \"ArrayPattern\")\n { for (var i$1 = 0, list$1 = pat.elements; i$1 < list$1.length; i$1 += 1) {\n var elt = list$1[i$1];\n\n if (elt) { this.checkPatternExport(exports, elt); }\n } }\n else if (type === \"Property\")\n { this.checkPatternExport(exports, pat.value); }\n else if (type === \"AssignmentPattern\")\n { this.checkPatternExport(exports, pat.left); }\n else if (type === \"RestElement\")\n { this.checkPatternExport(exports, pat.argument); }\n else if (type === \"ParenthesizedExpression\")\n { this.checkPatternExport(exports, pat.expression); }\n};\n\npp$1.checkVariableExport = function(exports, decls) {\n if (!exports) { return }\n for (var i = 0, list = decls; i < list.length; i += 1)\n {\n var decl = list[i];\n\n this.checkPatternExport(exports, decl.id);\n }\n};\n\npp$1.shouldParseExportStatement = function() {\n return this.type.keyword === \"var\" ||\n this.type.keyword === \"const\" ||\n this.type.keyword === \"class\" ||\n this.type.keyword === \"function\" ||\n this.isLet() ||\n this.isAsyncFunction()\n};\n\n// Parses a comma-separated list of module exports.\n\npp$1.parseExportSpecifiers = function(exports) {\n var nodes = [], first = true;\n // export { x, y as z } [from '...']\n this.expect(types.braceL);\n while (!this.eat(types.braceR)) {\n if (!first) {\n this.expect(types.comma);\n if (this.afterTrailingComma(types.braceR)) { break }\n } else { first = false; }\n\n var node = this.startNode();\n node.local = this.parseIdent(true);\n node.exported = this.eatContextual(\"as\") ? this.parseIdent(true) : node.local;\n this.checkExport(exports, node.exported.name, node.exported.start);\n nodes.push(this.finishNode(node, \"ExportSpecifier\"));\n }\n return nodes\n};\n\n// Parses import declaration.\n\npp$1.parseImport = function(node) {\n this.next();\n // import '...'\n if (this.type === types.string) {\n node.specifiers = empty;\n node.source = this.parseExprAtom();\n } else {\n node.specifiers = this.parseImportSpecifiers();\n this.expectContextual(\"from\");\n node.source = this.type === types.string ? this.parseExprAtom() : this.unexpected();\n }\n this.semicolon();\n return this.finishNode(node, \"ImportDeclaration\")\n};\n\n// Parses a comma-separated list of module imports.\n\npp$1.parseImportSpecifiers = function() {\n var nodes = [], first = true;\n if (this.type === types.name) {\n // import defaultObj, { x, y as z } from '...'\n var node = this.startNode();\n node.local = this.parseIdent();\n this.checkLVal(node.local, BIND_LEXICAL);\n nodes.push(this.finishNode(node, \"ImportDefaultSpecifier\"));\n if (!this.eat(types.comma)) { return nodes }\n }\n if (this.type === types.star) {\n var node$1 = this.startNode();\n this.next();\n this.expectContextual(\"as\");\n node$1.local = this.parseIdent();\n this.checkLVal(node$1.local, BIND_LEXICAL);\n nodes.push(this.finishNode(node$1, \"ImportNamespaceSpecifier\"));\n return nodes\n }\n this.expect(types.braceL);\n while (!this.eat(types.braceR)) {\n if (!first) {\n this.expect(types.comma);\n if (this.afterTrailingComma(types.braceR)) { break }\n } else { first = false; }\n\n var node$2 = this.startNode();\n node$2.imported = this.parseIdent(true);\n if (this.eatContextual(\"as\")) {\n node$2.local = this.parseIdent();\n } else {\n this.checkUnreserved(node$2.imported);\n node$2.local = node$2.imported;\n }\n this.checkLVal(node$2.local, BIND_LEXICAL);\n nodes.push(this.finishNode(node$2, \"ImportSpecifier\"));\n }\n return nodes\n};\n\n// Set `ExpressionStatement#directive` property for directive prologues.\npp$1.adaptDirectivePrologue = function(statements) {\n for (var i = 0; i < statements.length && this.isDirectiveCandidate(statements[i]); ++i) {\n statements[i].directive = statements[i].expression.raw.slice(1, -1);\n }\n};\npp$1.isDirectiveCandidate = function(statement) {\n return (\n statement.type === \"ExpressionStatement\" &&\n statement.expression.type === \"Literal\" &&\n typeof statement.expression.value === \"string\" &&\n // Reject parenthesized strings.\n (this.input[statement.start] === \"\\\"\" || this.input[statement.start] === \"'\")\n )\n};\n\nvar pp$2 = Parser.prototype;\n\n// Convert existing expression atom to assignable pattern\n// if possible.\n\npp$2.toAssignable = function(node, isBinding, refDestructuringErrors) {\n if (this.options.ecmaVersion >= 6 && node) {\n switch (node.type) {\n case \"Identifier\":\n if (this.inAsync && node.name === \"await\")\n { this.raise(node.start, \"Cannot use 'await' as identifier inside an async function\"); }\n break\n\n case \"ObjectPattern\":\n case \"ArrayPattern\":\n case \"RestElement\":\n break\n\n case \"ObjectExpression\":\n node.type = \"ObjectPattern\";\n if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); }\n for (var i = 0, list = node.properties; i < list.length; i += 1) {\n var prop = list[i];\n\n this.toAssignable(prop, isBinding);\n // Early error:\n // AssignmentRestProperty[Yield, Await] :\n // `...` DestructuringAssignmentTarget[Yield, Await]\n //\n // It is a Syntax Error if |DestructuringAssignmentTarget| is an |ArrayLiteral| or an |ObjectLiteral|.\n if (\n prop.type === \"RestElement\" &&\n (prop.argument.type === \"ArrayPattern\" || prop.argument.type === \"ObjectPattern\")\n ) {\n this.raise(prop.argument.start, \"Unexpected token\");\n }\n }\n break\n\n case \"Property\":\n // AssignmentProperty has type === \"Property\"\n if (node.kind !== \"init\") { this.raise(node.key.start, \"Object pattern can't contain getter or setter\"); }\n this.toAssignable(node.value, isBinding);\n break\n\n case \"ArrayExpression\":\n node.type = \"ArrayPattern\";\n if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); }\n this.toAssignableList(node.elements, isBinding);\n break\n\n case \"SpreadElement\":\n node.type = \"RestElement\";\n this.toAssignable(node.argument, isBinding);\n if (node.argument.type === \"AssignmentPattern\")\n { this.raise(node.argument.start, \"Rest elements cannot have a default value\"); }\n break\n\n case \"AssignmentExpression\":\n if (node.operator !== \"=\") { this.raise(node.left.end, \"Only '=' operator can be used for specifying default value.\"); }\n node.type = \"AssignmentPattern\";\n delete node.operator;\n this.toAssignable(node.left, isBinding);\n // falls through to AssignmentPattern\n\n case \"AssignmentPattern\":\n break\n\n case \"ParenthesizedExpression\":\n this.toAssignable(node.expression, isBinding, refDestructuringErrors);\n break\n\n case \"MemberExpression\":\n if (!isBinding) { break }\n\n default:\n this.raise(node.start, \"Assigning to rvalue\");\n }\n } else if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); }\n return node\n};\n\n// Convert list of expression atoms to binding list.\n\npp$2.toAssignableList = function(exprList, isBinding) {\n var end = exprList.length;\n for (var i = 0; i < end; i++) {\n var elt = exprList[i];\n if (elt) { this.toAssignable(elt, isBinding); }\n }\n if (end) {\n var last = exprList[end - 1];\n if (this.options.ecmaVersion === 6 && isBinding && last && last.type === \"RestElement\" && last.argument.type !== \"Identifier\")\n { this.unexpected(last.argument.start); }\n }\n return exprList\n};\n\n// Parses spread element.\n\npp$2.parseSpread = function(refDestructuringErrors) {\n var node = this.startNode();\n this.next();\n node.argument = this.parseMaybeAssign(false, refDestructuringErrors);\n return this.finishNode(node, \"SpreadElement\")\n};\n\npp$2.parseRestBinding = function() {\n var node = this.startNode();\n this.next();\n\n // RestElement inside of a function parameter must be an identifier\n if (this.options.ecmaVersion === 6 && this.type !== types.name)\n { this.unexpected(); }\n\n node.argument = this.parseBindingAtom();\n\n return this.finishNode(node, \"RestElement\")\n};\n\n// Parses lvalue (assignable) atom.\n\npp$2.parseBindingAtom = function() {\n if (this.options.ecmaVersion >= 6) {\n switch (this.type) {\n case types.bracketL:\n var node = this.startNode();\n this.next();\n node.elements = this.parseBindingList(types.bracketR, true, true);\n return this.finishNode(node, \"ArrayPattern\")\n\n case types.braceL:\n return this.parseObj(true)\n }\n }\n return this.parseIdent()\n};\n\npp$2.parseBindingList = function(close, allowEmpty, allowTrailingComma) {\n var elts = [], first = true;\n while (!this.eat(close)) {\n if (first) { first = false; }\n else { this.expect(types.comma); }\n if (allowEmpty && this.type === types.comma) {\n elts.push(null);\n } else if (allowTrailingComma && this.afterTrailingComma(close)) {\n break\n } else if (this.type === types.ellipsis) {\n var rest = this.parseRestBinding();\n this.parseBindingListItem(rest);\n elts.push(rest);\n if (this.type === types.comma) { this.raise(this.start, \"Comma is not permitted after the rest element\"); }\n this.expect(close);\n break\n } else {\n var elem = this.parseMaybeDefault(this.start, this.startLoc);\n this.parseBindingListItem(elem);\n elts.push(elem);\n }\n }\n return elts\n};\n\npp$2.parseBindingListItem = function(param) {\n return param\n};\n\n// Parses assignment pattern around given atom if possible.\n\npp$2.parseMaybeDefault = function(startPos, startLoc, left) {\n left = left || this.parseBindingAtom();\n if (this.options.ecmaVersion < 6 || !this.eat(types.eq)) { return left }\n var node = this.startNodeAt(startPos, startLoc);\n node.left = left;\n node.right = this.parseMaybeAssign();\n return this.finishNode(node, \"AssignmentPattern\")\n};\n\n// Verify that a node is an lval — something that can be assigned\n// to.\n// bindingType can be either:\n// 'var' indicating that the lval creates a 'var' binding\n// 'let' indicating that the lval creates a lexical ('let' or 'const') binding\n// 'none' indicating that the binding should be checked for illegal identifiers, but not for duplicate references\n\npp$2.checkLVal = function(expr, bindingType, checkClashes) {\n if ( bindingType === void 0 ) bindingType = BIND_NONE;\n\n switch (expr.type) {\n case \"Identifier\":\n if (bindingType === BIND_LEXICAL && expr.name === \"let\")\n { this.raiseRecoverable(expr.start, \"let is disallowed as a lexically bound name\"); }\n if (this.strict && this.reservedWordsStrictBind.test(expr.name))\n { this.raiseRecoverable(expr.start, (bindingType ? \"Binding \" : \"Assigning to \") + expr.name + \" in strict mode\"); }\n if (checkClashes) {\n if (has(checkClashes, expr.name))\n { this.raiseRecoverable(expr.start, \"Argument name clash\"); }\n checkClashes[expr.name] = true;\n }\n if (bindingType !== BIND_NONE && bindingType !== BIND_OUTSIDE) { this.declareName(expr.name, bindingType, expr.start); }\n break\n\n case \"MemberExpression\":\n if (bindingType) { this.raiseRecoverable(expr.start, \"Binding member expression\"); }\n break\n\n case \"ObjectPattern\":\n for (var i = 0, list = expr.properties; i < list.length; i += 1)\n {\n var prop = list[i];\n\n this.checkLVal(prop, bindingType, checkClashes);\n }\n break\n\n case \"Property\":\n // AssignmentProperty has type === \"Property\"\n this.checkLVal(expr.value, bindingType, checkClashes);\n break\n\n case \"ArrayPattern\":\n for (var i$1 = 0, list$1 = expr.elements; i$1 < list$1.length; i$1 += 1) {\n var elem = list$1[i$1];\n\n if (elem) { this.checkLVal(elem, bindingType, checkClashes); }\n }\n break\n\n case \"AssignmentPattern\":\n this.checkLVal(expr.left, bindingType, checkClashes);\n break\n\n case \"RestElement\":\n this.checkLVal(expr.argument, bindingType, checkClashes);\n break\n\n case \"ParenthesizedExpression\":\n this.checkLVal(expr.expression, bindingType, checkClashes);\n break\n\n default:\n this.raise(expr.start, (bindingType ? \"Binding\" : \"Assigning to\") + \" rvalue\");\n }\n};\n\n// A recursive descent parser operates by defining functions for all\n\nvar pp$3 = Parser.prototype;\n\n// Check if property name clashes with already added.\n// Object/class getters and setters are not allowed to clash —\n// either with each other or with an init property — and in\n// strict mode, init properties are also not allowed to be repeated.\n\npp$3.checkPropClash = function(prop, propHash, refDestructuringErrors) {\n if (this.options.ecmaVersion >= 9 && prop.type === \"SpreadElement\")\n { return }\n if (this.options.ecmaVersion >= 6 && (prop.computed || prop.method || prop.shorthand))\n { return }\n var key = prop.key;\n var name;\n switch (key.type) {\n case \"Identifier\": name = key.name; break\n case \"Literal\": name = String(key.value); break\n default: return\n }\n var kind = prop.kind;\n if (this.options.ecmaVersion >= 6) {\n if (name === \"__proto__\" && kind === \"init\") {\n if (propHash.proto) {\n if (refDestructuringErrors && refDestructuringErrors.doubleProto < 0) { refDestructuringErrors.doubleProto = key.start; }\n // Backwards-compat kludge. Can be removed in version 6.0\n else { this.raiseRecoverable(key.start, \"Redefinition of __proto__ property\"); }\n }\n propHash.proto = true;\n }\n return\n }\n name = \"$\" + name;\n var other = propHash[name];\n if (other) {\n var redefinition;\n if (kind === \"init\") {\n redefinition = this.strict && other.init || other.get || other.set;\n } else {\n redefinition = other.init || other[kind];\n }\n if (redefinition)\n { this.raiseRecoverable(key.start, \"Redefinition of property\"); }\n } else {\n other = propHash[name] = {\n init: false,\n get: false,\n set: false\n };\n }\n other[kind] = true;\n};\n\n// ### Expression parsing\n\n// These nest, from the most general expression type at the top to\n// 'atomic', nondivisible expression types at the bottom. Most of\n// the functions will simply let the function(s) below them parse,\n// and, *if* the syntactic construct they handle is present, wrap\n// the AST node that the inner parser gave them in another node.\n\n// Parse a full expression. The optional arguments are used to\n// forbid the `in` operator (in for loops initalization expressions)\n// and provide reference for storing '=' operator inside shorthand\n// property assignment in contexts where both object expression\n// and object pattern might appear (so it's possible to raise\n// delayed syntax error at correct position).\n\npp$3.parseExpression = function(noIn, refDestructuringErrors) {\n var startPos = this.start, startLoc = this.startLoc;\n var expr = this.parseMaybeAssign(noIn, refDestructuringErrors);\n if (this.type === types.comma) {\n var node = this.startNodeAt(startPos, startLoc);\n node.expressions = [expr];\n while (this.eat(types.comma)) { node.expressions.push(this.parseMaybeAssign(noIn, refDestructuringErrors)); }\n return this.finishNode(node, \"SequenceExpression\")\n }\n return expr\n};\n\n// Parse an assignment expression. This includes applications of\n// operators like `+=`.\n\npp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) {\n if (this.isContextual(\"yield\")) {\n if (this.inGenerator) { return this.parseYield(noIn) }\n // The tokenizer will assume an expression is allowed after\n // `yield`, but this isn't that kind of yield\n else { this.exprAllowed = false; }\n }\n\n var ownDestructuringErrors = false, oldParenAssign = -1, oldTrailingComma = -1, oldShorthandAssign = -1;\n if (refDestructuringErrors) {\n oldParenAssign = refDestructuringErrors.parenthesizedAssign;\n oldTrailingComma = refDestructuringErrors.trailingComma;\n oldShorthandAssign = refDestructuringErrors.shorthandAssign;\n refDestructuringErrors.parenthesizedAssign = refDestructuringErrors.trailingComma = refDestructuringErrors.shorthandAssign = -1;\n } else {\n refDestructuringErrors = new DestructuringErrors;\n ownDestructuringErrors = true;\n }\n\n var startPos = this.start, startLoc = this.startLoc;\n if (this.type === types.parenL || this.type === types.name)\n { this.potentialArrowAt = this.start; }\n var left = this.parseMaybeConditional(noIn, refDestructuringErrors);\n if (afterLeftParse) { left = afterLeftParse.call(this, left, startPos, startLoc); }\n if (this.type.isAssign) {\n var node = this.startNodeAt(startPos, startLoc);\n node.operator = this.value;\n node.left = this.type === types.eq ? this.toAssignable(left, false, refDestructuringErrors) : left;\n if (!ownDestructuringErrors) { DestructuringErrors.call(refDestructuringErrors); }\n refDestructuringErrors.shorthandAssign = -1; // reset because shorthand default was used correctly\n this.checkLVal(left);\n this.next();\n node.right = this.parseMaybeAssign(noIn);\n return this.finishNode(node, \"AssignmentExpression\")\n } else {\n if (ownDestructuringErrors) { this.checkExpressionErrors(refDestructuringErrors, true); }\n }\n if (oldParenAssign > -1) { refDestructuringErrors.parenthesizedAssign = oldParenAssign; }\n if (oldTrailingComma > -1) { refDestructuringErrors.trailingComma = oldTrailingComma; }\n if (oldShorthandAssign > -1) { refDestructuringErrors.shorthandAssign = oldShorthandAssign; }\n return left\n};\n\n// Parse a ternary conditional (`?:`) operator.\n\npp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) {\n var startPos = this.start, startLoc = this.startLoc;\n var expr = this.parseExprOps(noIn, refDestructuringErrors);\n if (this.checkExpressionErrors(refDestructuringErrors)) { return expr }\n if (this.eat(types.question)) {\n var node = this.startNodeAt(startPos, startLoc);\n node.test = expr;\n node.consequent = this.parseMaybeAssign();\n this.expect(types.colon);\n node.alternate = this.parseMaybeAssign(noIn);\n return this.finishNode(node, \"ConditionalExpression\")\n }\n return expr\n};\n\n// Start the precedence parser.\n\npp$3.parseExprOps = function(noIn, refDestructuringErrors) {\n var startPos = this.start, startLoc = this.startLoc;\n var expr = this.parseMaybeUnary(refDestructuringErrors, false);\n if (this.checkExpressionErrors(refDestructuringErrors)) { return expr }\n return expr.start === startPos && expr.type === \"ArrowFunctionExpression\" ? expr : this.parseExprOp(expr, startPos, startLoc, -1, noIn)\n};\n\n// Parse binary operators with the operator precedence parsing\n// algorithm. `left` is the left-hand side of the operator.\n// `minPrec` provides context that allows the function to stop and\n// defer further parser to one of its callers when it encounters an\n// operator that has a lower precedence than the set it is parsing.\n\npp$3.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, noIn) {\n var prec = this.type.binop;\n if (prec != null && (!noIn || this.type !== types._in)) {\n if (prec > minPrec) {\n var logical = this.type === types.logicalOR || this.type === types.logicalAND;\n var op = this.value;\n this.next();\n var startPos = this.start, startLoc = this.startLoc;\n var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn);\n var node = this.buildBinary(leftStartPos, leftStartLoc, left, right, op, logical);\n return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec, noIn)\n }\n }\n return left\n};\n\npp$3.buildBinary = function(startPos, startLoc, left, right, op, logical) {\n var node = this.startNodeAt(startPos, startLoc);\n node.left = left;\n node.operator = op;\n node.right = right;\n return this.finishNode(node, logical ? \"LogicalExpression\" : \"BinaryExpression\")\n};\n\n// Parse unary operators, both prefix and postfix.\n\npp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) {\n var startPos = this.start, startLoc = this.startLoc, expr;\n if (this.isContextual(\"await\") && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction))) {\n expr = this.parseAwait();\n sawUnary = true;\n } else if (this.type.prefix) {\n var node = this.startNode(), update = this.type === types.incDec;\n node.operator = this.value;\n node.prefix = true;\n this.next();\n node.argument = this.parseMaybeUnary(null, true);\n this.checkExpressionErrors(refDestructuringErrors, true);\n if (update) { this.checkLVal(node.argument); }\n else if (this.strict && node.operator === \"delete\" &&\n node.argument.type === \"Identifier\")\n { this.raiseRecoverable(node.start, \"Deleting local variable in strict mode\"); }\n else { sawUnary = true; }\n expr = this.finishNode(node, update ? \"UpdateExpression\" : \"UnaryExpression\");\n } else {\n expr = this.parseExprSubscripts(refDestructuringErrors);\n if (this.checkExpressionErrors(refDestructuringErrors)) { return expr }\n while (this.type.postfix && !this.canInsertSemicolon()) {\n var node$1 = this.startNodeAt(startPos, startLoc);\n node$1.operator = this.value;\n node$1.prefix = false;\n node$1.argument = expr;\n this.checkLVal(expr);\n this.next();\n expr = this.finishNode(node$1, \"UpdateExpression\");\n }\n }\n\n if (!sawUnary && this.eat(types.starstar))\n { return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), \"**\", false) }\n else\n { return expr }\n};\n\n// Parse call, dot, and `[]`-subscript expressions.\n\npp$3.parseExprSubscripts = function(refDestructuringErrors) {\n var startPos = this.start, startLoc = this.startLoc;\n var expr = this.parseExprAtom(refDestructuringErrors);\n var skipArrowSubscripts = expr.type === \"ArrowFunctionExpression\" && this.input.slice(this.lastTokStart, this.lastTokEnd) !== \")\";\n if (this.checkExpressionErrors(refDestructuringErrors) || skipArrowSubscripts) { return expr }\n var result = this.parseSubscripts(expr, startPos, startLoc);\n if (refDestructuringErrors && result.type === \"MemberExpression\") {\n if (refDestructuringErrors.parenthesizedAssign >= result.start) { refDestructuringErrors.parenthesizedAssign = -1; }\n if (refDestructuringErrors.parenthesizedBind >= result.start) { refDestructuringErrors.parenthesizedBind = -1; }\n }\n return result\n};\n\npp$3.parseSubscripts = function(base, startPos, startLoc, noCalls) {\n var maybeAsyncArrow = this.options.ecmaVersion >= 8 && base.type === \"Identifier\" && base.name === \"async\" &&\n this.lastTokEnd === base.end && !this.canInsertSemicolon() && this.input.slice(base.start, base.end) === \"async\";\n while (true) {\n var element = this.parseSubscript(base, startPos, startLoc, noCalls, maybeAsyncArrow);\n if (element === base || element.type === \"ArrowFunctionExpression\") { return element }\n base = element;\n }\n};\n\npp$3.parseSubscript = function(base, startPos, startLoc, noCalls, maybeAsyncArrow) {\n var computed = this.eat(types.bracketL);\n if (computed || this.eat(types.dot)) {\n var node = this.startNodeAt(startPos, startLoc);\n node.object = base;\n node.property = computed ? this.parseExpression() : this.parseIdent(this.options.allowReserved !== \"never\");\n node.computed = !!computed;\n if (computed) { this.expect(types.bracketR); }\n base = this.finishNode(node, \"MemberExpression\");\n } else if (!noCalls && this.eat(types.parenL)) {\n var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos;\n this.yieldPos = 0;\n this.awaitPos = 0;\n this.awaitIdentPos = 0;\n var exprList = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false, refDestructuringErrors);\n if (maybeAsyncArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) {\n this.checkPatternErrors(refDestructuringErrors, false);\n this.checkYieldAwaitInDefaultParams();\n if (this.awaitIdentPos > 0)\n { this.raise(this.awaitIdentPos, \"Cannot use 'await' as identifier inside an async function\"); }\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n this.awaitIdentPos = oldAwaitIdentPos;\n return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList, true)\n }\n this.checkExpressionErrors(refDestructuringErrors, true);\n this.yieldPos = oldYieldPos || this.yieldPos;\n this.awaitPos = oldAwaitPos || this.awaitPos;\n this.awaitIdentPos = oldAwaitIdentPos || this.awaitIdentPos;\n var node$1 = this.startNodeAt(startPos, startLoc);\n node$1.callee = base;\n node$1.arguments = exprList;\n base = this.finishNode(node$1, \"CallExpression\");\n } else if (this.type === types.backQuote) {\n var node$2 = this.startNodeAt(startPos, startLoc);\n node$2.tag = base;\n node$2.quasi = this.parseTemplate({isTagged: true});\n base = this.finishNode(node$2, \"TaggedTemplateExpression\");\n }\n return base\n};\n\n// Parse an atomic expression — either a single token that is an\n// expression, an expression started by a keyword like `function` or\n// `new`, or an expression wrapped in punctuation like `()`, `[]`,\n// or `{}`.\n\npp$3.parseExprAtom = function(refDestructuringErrors) {\n // If a division operator appears in an expression position, the\n // tokenizer got confused, and we force it to read a regexp instead.\n if (this.type === types.slash) { this.readRegexp(); }\n\n var node, canBeArrow = this.potentialArrowAt === this.start;\n switch (this.type) {\n case types._super:\n if (!this.allowSuper)\n { this.raise(this.start, \"'super' keyword outside a method\"); }\n node = this.startNode();\n this.next();\n if (this.type === types.parenL && !this.allowDirectSuper)\n { this.raise(node.start, \"super() call outside constructor of a subclass\"); }\n // The `super` keyword can appear at below:\n // SuperProperty:\n // super [ Expression ]\n // super . IdentifierName\n // SuperCall:\n // super Arguments\n if (this.type !== types.dot && this.type !== types.bracketL && this.type !== types.parenL)\n { this.unexpected(); }\n return this.finishNode(node, \"Super\")\n\n case types._this:\n node = this.startNode();\n this.next();\n return this.finishNode(node, \"ThisExpression\")\n\n case types.name:\n var startPos = this.start, startLoc = this.startLoc, containsEsc = this.containsEsc;\n var id = this.parseIdent(false);\n if (this.options.ecmaVersion >= 8 && !containsEsc && id.name === \"async\" && !this.canInsertSemicolon() && this.eat(types._function))\n { return this.parseFunction(this.startNodeAt(startPos, startLoc), 0, false, true) }\n if (canBeArrow && !this.canInsertSemicolon()) {\n if (this.eat(types.arrow))\n { return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false) }\n if (this.options.ecmaVersion >= 8 && id.name === \"async\" && this.type === types.name && !containsEsc) {\n id = this.parseIdent(false);\n if (this.canInsertSemicolon() || !this.eat(types.arrow))\n { this.unexpected(); }\n return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true)\n }\n }\n return id\n\n case types.regexp:\n var value = this.value;\n node = this.parseLiteral(value.value);\n node.regex = {pattern: value.pattern, flags: value.flags};\n return node\n\n case types.num: case types.string:\n return this.parseLiteral(this.value)\n\n case types._null: case types._true: case types._false:\n node = this.startNode();\n node.value = this.type === types._null ? null : this.type === types._true;\n node.raw = this.type.keyword;\n this.next();\n return this.finishNode(node, \"Literal\")\n\n case types.parenL:\n var start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow);\n if (refDestructuringErrors) {\n if (refDestructuringErrors.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(expr))\n { refDestructuringErrors.parenthesizedAssign = start; }\n if (refDestructuringErrors.parenthesizedBind < 0)\n { refDestructuringErrors.parenthesizedBind = start; }\n }\n return expr\n\n case types.bracketL:\n node = this.startNode();\n this.next();\n node.elements = this.parseExprList(types.bracketR, true, true, refDestructuringErrors);\n return this.finishNode(node, \"ArrayExpression\")\n\n case types.braceL:\n return this.parseObj(false, refDestructuringErrors)\n\n case types._function:\n node = this.startNode();\n this.next();\n return this.parseFunction(node, 0)\n\n case types._class:\n return this.parseClass(this.startNode(), false)\n\n case types._new:\n return this.parseNew()\n\n case types.backQuote:\n return this.parseTemplate()\n\n case types._import:\n if (this.options.ecmaVersion >= 11) {\n return this.parseExprImport()\n } else {\n return this.unexpected()\n }\n\n default:\n this.unexpected();\n }\n};\n\npp$3.parseExprImport = function() {\n var node = this.startNode();\n this.next(); // skip `import`\n switch (this.type) {\n case types.parenL:\n return this.parseDynamicImport(node)\n default:\n this.unexpected();\n }\n};\n\npp$3.parseDynamicImport = function(node) {\n this.next(); // skip `(`\n\n // Parse node.source.\n node.source = this.parseMaybeAssign();\n\n // Verify ending.\n if (!this.eat(types.parenR)) {\n var errorPos = this.start;\n if (this.eat(types.comma) && this.eat(types.parenR)) {\n this.raiseRecoverable(errorPos, \"Trailing comma is not allowed in import()\");\n } else {\n this.unexpected(errorPos);\n }\n }\n\n return this.finishNode(node, \"ImportExpression\")\n};\n\npp$3.parseLiteral = function(value) {\n var node = this.startNode();\n node.value = value;\n node.raw = this.input.slice(this.start, this.end);\n if (node.raw.charCodeAt(node.raw.length - 1) === 110) { node.bigint = node.raw.slice(0, -1); }\n this.next();\n return this.finishNode(node, \"Literal\")\n};\n\npp$3.parseParenExpression = function() {\n this.expect(types.parenL);\n var val = this.parseExpression();\n this.expect(types.parenR);\n return val\n};\n\npp$3.parseParenAndDistinguishExpression = function(canBeArrow) {\n var startPos = this.start, startLoc = this.startLoc, val, allowTrailingComma = this.options.ecmaVersion >= 8;\n if (this.options.ecmaVersion >= 6) {\n this.next();\n\n var innerStartPos = this.start, innerStartLoc = this.startLoc;\n var exprList = [], first = true, lastIsComma = false;\n var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, spreadStart;\n this.yieldPos = 0;\n this.awaitPos = 0;\n // Do not save awaitIdentPos to allow checking awaits nested in parameters\n while (this.type !== types.parenR) {\n first ? first = false : this.expect(types.comma);\n if (allowTrailingComma && this.afterTrailingComma(types.parenR, true)) {\n lastIsComma = true;\n break\n } else if (this.type === types.ellipsis) {\n spreadStart = this.start;\n exprList.push(this.parseParenItem(this.parseRestBinding()));\n if (this.type === types.comma) { this.raise(this.start, \"Comma is not permitted after the rest element\"); }\n break\n } else {\n exprList.push(this.parseMaybeAssign(false, refDestructuringErrors, this.parseParenItem));\n }\n }\n var innerEndPos = this.start, innerEndLoc = this.startLoc;\n this.expect(types.parenR);\n\n if (canBeArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) {\n this.checkPatternErrors(refDestructuringErrors, false);\n this.checkYieldAwaitInDefaultParams();\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n return this.parseParenArrowList(startPos, startLoc, exprList)\n }\n\n if (!exprList.length || lastIsComma) { this.unexpected(this.lastTokStart); }\n if (spreadStart) { this.unexpected(spreadStart); }\n this.checkExpressionErrors(refDestructuringErrors, true);\n this.yieldPos = oldYieldPos || this.yieldPos;\n this.awaitPos = oldAwaitPos || this.awaitPos;\n\n if (exprList.length > 1) {\n val = this.startNodeAt(innerStartPos, innerStartLoc);\n val.expressions = exprList;\n this.finishNodeAt(val, \"SequenceExpression\", innerEndPos, innerEndLoc);\n } else {\n val = exprList[0];\n }\n } else {\n val = this.parseParenExpression();\n }\n\n if (this.options.preserveParens) {\n var par = this.startNodeAt(startPos, startLoc);\n par.expression = val;\n return this.finishNode(par, \"ParenthesizedExpression\")\n } else {\n return val\n }\n};\n\npp$3.parseParenItem = function(item) {\n return item\n};\n\npp$3.parseParenArrowList = function(startPos, startLoc, exprList) {\n return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList)\n};\n\n// New's precedence is slightly tricky. It must allow its argument to\n// be a `[]` or dot subscript expression, but not a call — at least,\n// not without wrapping it in parentheses. Thus, it uses the noCalls\n// argument to parseSubscripts to prevent it from consuming the\n// argument list.\n\nvar empty$1 = [];\n\npp$3.parseNew = function() {\n var node = this.startNode();\n var meta = this.parseIdent(true);\n if (this.options.ecmaVersion >= 6 && this.eat(types.dot)) {\n node.meta = meta;\n var containsEsc = this.containsEsc;\n node.property = this.parseIdent(true);\n if (node.property.name !== \"target\" || containsEsc)\n { this.raiseRecoverable(node.property.start, \"The only valid meta property for new is new.target\"); }\n if (!this.inNonArrowFunction())\n { this.raiseRecoverable(node.start, \"new.target can only be used in functions\"); }\n return this.finishNode(node, \"MetaProperty\")\n }\n var startPos = this.start, startLoc = this.startLoc, isImport = this.type === types._import;\n node.callee = this.parseSubscripts(this.parseExprAtom(), startPos, startLoc, true);\n if (isImport && node.callee.type === \"ImportExpression\") {\n this.raise(startPos, \"Cannot use new with import()\");\n }\n if (this.eat(types.parenL)) { node.arguments = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false); }\n else { node.arguments = empty$1; }\n return this.finishNode(node, \"NewExpression\")\n};\n\n// Parse template expression.\n\npp$3.parseTemplateElement = function(ref) {\n var isTagged = ref.isTagged;\n\n var elem = this.startNode();\n if (this.type === types.invalidTemplate) {\n if (!isTagged) {\n this.raiseRecoverable(this.start, \"Bad escape sequence in untagged template literal\");\n }\n elem.value = {\n raw: this.value,\n cooked: null\n };\n } else {\n elem.value = {\n raw: this.input.slice(this.start, this.end).replace(/\\r\\n?/g, \"\\n\"),\n cooked: this.value\n };\n }\n this.next();\n elem.tail = this.type === types.backQuote;\n return this.finishNode(elem, \"TemplateElement\")\n};\n\npp$3.parseTemplate = function(ref) {\n if ( ref === void 0 ) ref = {};\n var isTagged = ref.isTagged; if ( isTagged === void 0 ) isTagged = false;\n\n var node = this.startNode();\n this.next();\n node.expressions = [];\n var curElt = this.parseTemplateElement({isTagged: isTagged});\n node.quasis = [curElt];\n while (!curElt.tail) {\n if (this.type === types.eof) { this.raise(this.pos, \"Unterminated template literal\"); }\n this.expect(types.dollarBraceL);\n node.expressions.push(this.parseExpression());\n this.expect(types.braceR);\n node.quasis.push(curElt = this.parseTemplateElement({isTagged: isTagged}));\n }\n this.next();\n return this.finishNode(node, \"TemplateLiteral\")\n};\n\npp$3.isAsyncProp = function(prop) {\n return !prop.computed && prop.key.type === \"Identifier\" && prop.key.name === \"async\" &&\n (this.type === types.name || this.type === types.num || this.type === types.string || this.type === types.bracketL || this.type.keyword || (this.options.ecmaVersion >= 9 && this.type === types.star)) &&\n !lineBreak.test(this.input.slice(this.lastTokEnd, this.start))\n};\n\n// Parse an object literal or binding pattern.\n\npp$3.parseObj = function(isPattern, refDestructuringErrors) {\n var node = this.startNode(), first = true, propHash = {};\n node.properties = [];\n this.next();\n while (!this.eat(types.braceR)) {\n if (!first) {\n this.expect(types.comma);\n if (this.afterTrailingComma(types.braceR)) { break }\n } else { first = false; }\n\n var prop = this.parseProperty(isPattern, refDestructuringErrors);\n if (!isPattern) { this.checkPropClash(prop, propHash, refDestructuringErrors); }\n node.properties.push(prop);\n }\n return this.finishNode(node, isPattern ? \"ObjectPattern\" : \"ObjectExpression\")\n};\n\npp$3.parseProperty = function(isPattern, refDestructuringErrors) {\n var prop = this.startNode(), isGenerator, isAsync, startPos, startLoc;\n if (this.options.ecmaVersion >= 9 && this.eat(types.ellipsis)) {\n if (isPattern) {\n prop.argument = this.parseIdent(false);\n if (this.type === types.comma) {\n this.raise(this.start, \"Comma is not permitted after the rest element\");\n }\n return this.finishNode(prop, \"RestElement\")\n }\n // To disallow parenthesized identifier via `this.toAssignable()`.\n if (this.type === types.parenL && refDestructuringErrors) {\n if (refDestructuringErrors.parenthesizedAssign < 0) {\n refDestructuringErrors.parenthesizedAssign = this.start;\n }\n if (refDestructuringErrors.parenthesizedBind < 0) {\n refDestructuringErrors.parenthesizedBind = this.start;\n }\n }\n // Parse argument.\n prop.argument = this.parseMaybeAssign(false, refDestructuringErrors);\n // To disallow trailing comma via `this.toAssignable()`.\n if (this.type === types.comma && refDestructuringErrors && refDestructuringErrors.trailingComma < 0) {\n refDestructuringErrors.trailingComma = this.start;\n }\n // Finish\n return this.finishNode(prop, \"SpreadElement\")\n }\n if (this.options.ecmaVersion >= 6) {\n prop.method = false;\n prop.shorthand = false;\n if (isPattern || refDestructuringErrors) {\n startPos = this.start;\n startLoc = this.startLoc;\n }\n if (!isPattern)\n { isGenerator = this.eat(types.star); }\n }\n var containsEsc = this.containsEsc;\n this.parsePropertyName(prop);\n if (!isPattern && !containsEsc && this.options.ecmaVersion >= 8 && !isGenerator && this.isAsyncProp(prop)) {\n isAsync = true;\n isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star);\n this.parsePropertyName(prop, refDestructuringErrors);\n } else {\n isAsync = false;\n }\n this.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc);\n return this.finishNode(prop, \"Property\")\n};\n\npp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc) {\n if ((isGenerator || isAsync) && this.type === types.colon)\n { this.unexpected(); }\n\n if (this.eat(types.colon)) {\n prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign(false, refDestructuringErrors);\n prop.kind = \"init\";\n } else if (this.options.ecmaVersion >= 6 && this.type === types.parenL) {\n if (isPattern) { this.unexpected(); }\n prop.kind = \"init\";\n prop.method = true;\n prop.value = this.parseMethod(isGenerator, isAsync);\n } else if (!isPattern && !containsEsc &&\n this.options.ecmaVersion >= 5 && !prop.computed && prop.key.type === \"Identifier\" &&\n (prop.key.name === \"get\" || prop.key.name === \"set\") &&\n (this.type !== types.comma && this.type !== types.braceR)) {\n if (isGenerator || isAsync) { this.unexpected(); }\n prop.kind = prop.key.name;\n this.parsePropertyName(prop);\n prop.value = this.parseMethod(false);\n var paramCount = prop.kind === \"get\" ? 0 : 1;\n if (prop.value.params.length !== paramCount) {\n var start = prop.value.start;\n if (prop.kind === \"get\")\n { this.raiseRecoverable(start, \"getter should have no params\"); }\n else\n { this.raiseRecoverable(start, \"setter should have exactly one param\"); }\n } else {\n if (prop.kind === \"set\" && prop.value.params[0].type === \"RestElement\")\n { this.raiseRecoverable(prop.value.params[0].start, \"Setter cannot use rest params\"); }\n }\n } else if (this.options.ecmaVersion >= 6 && !prop.computed && prop.key.type === \"Identifier\") {\n if (isGenerator || isAsync) { this.unexpected(); }\n this.checkUnreserved(prop.key);\n if (prop.key.name === \"await\" && !this.awaitIdentPos)\n { this.awaitIdentPos = startPos; }\n prop.kind = \"init\";\n if (isPattern) {\n prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key);\n } else if (this.type === types.eq && refDestructuringErrors) {\n if (refDestructuringErrors.shorthandAssign < 0)\n { refDestructuringErrors.shorthandAssign = this.start; }\n prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key);\n } else {\n prop.value = prop.key;\n }\n prop.shorthand = true;\n } else { this.unexpected(); }\n};\n\npp$3.parsePropertyName = function(prop) {\n if (this.options.ecmaVersion >= 6) {\n if (this.eat(types.bracketL)) {\n prop.computed = true;\n prop.key = this.parseMaybeAssign();\n this.expect(types.bracketR);\n return prop.key\n } else {\n prop.computed = false;\n }\n }\n return prop.key = this.type === types.num || this.type === types.string ? this.parseExprAtom() : this.parseIdent(this.options.allowReserved !== \"never\")\n};\n\n// Initialize empty function node.\n\npp$3.initFunction = function(node) {\n node.id = null;\n if (this.options.ecmaVersion >= 6) { node.generator = node.expression = false; }\n if (this.options.ecmaVersion >= 8) { node.async = false; }\n};\n\n// Parse object or class method.\n\npp$3.parseMethod = function(isGenerator, isAsync, allowDirectSuper) {\n var node = this.startNode(), oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos;\n\n this.initFunction(node);\n if (this.options.ecmaVersion >= 6)\n { node.generator = isGenerator; }\n if (this.options.ecmaVersion >= 8)\n { node.async = !!isAsync; }\n\n this.yieldPos = 0;\n this.awaitPos = 0;\n this.awaitIdentPos = 0;\n this.enterScope(functionFlags(isAsync, node.generator) | SCOPE_SUPER | (allowDirectSuper ? SCOPE_DIRECT_SUPER : 0));\n\n this.expect(types.parenL);\n node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8);\n this.checkYieldAwaitInDefaultParams();\n this.parseFunctionBody(node, false, true);\n\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n this.awaitIdentPos = oldAwaitIdentPos;\n return this.finishNode(node, \"FunctionExpression\")\n};\n\n// Parse arrow function expression with given parameters.\n\npp$3.parseArrowExpression = function(node, params, isAsync) {\n var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos;\n\n this.enterScope(functionFlags(isAsync, false) | SCOPE_ARROW);\n this.initFunction(node);\n if (this.options.ecmaVersion >= 8) { node.async = !!isAsync; }\n\n this.yieldPos = 0;\n this.awaitPos = 0;\n this.awaitIdentPos = 0;\n\n node.params = this.toAssignableList(params, true);\n this.parseFunctionBody(node, true, false);\n\n this.yieldPos = oldYieldPos;\n this.awaitPos = oldAwaitPos;\n this.awaitIdentPos = oldAwaitIdentPos;\n return this.finishNode(node, \"ArrowFunctionExpression\")\n};\n\n// Parse function body and check parameters.\n\npp$3.parseFunctionBody = function(node, isArrowFunction, isMethod) {\n var isExpression = isArrowFunction && this.type !== types.braceL;\n var oldStrict = this.strict, useStrict = false;\n\n if (isExpression) {\n node.body = this.parseMaybeAssign();\n node.expression = true;\n this.checkParams(node, false);\n } else {\n var nonSimple = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(node.params);\n if (!oldStrict || nonSimple) {\n useStrict = this.strictDirective(this.end);\n // If this is a strict mode function, verify that argument names\n // are not repeated, and it does not try to bind the words `eval`\n // or `arguments`.\n if (useStrict && nonSimple)\n { this.raiseRecoverable(node.start, \"Illegal 'use strict' directive in function with non-simple parameter list\"); }\n }\n // Start a new scope with regard to labels and the `inFunction`\n // flag (restore them to their old value afterwards).\n var oldLabels = this.labels;\n this.labels = [];\n if (useStrict) { this.strict = true; }\n\n // Add the params to varDeclaredNames to ensure that an error is thrown\n // if a let/const declaration in the function clashes with one of the params.\n this.checkParams(node, !oldStrict && !useStrict && !isArrowFunction && !isMethod && this.isSimpleParamList(node.params));\n node.body = this.parseBlock(false);\n node.expression = false;\n this.adaptDirectivePrologue(node.body.body);\n this.labels = oldLabels;\n }\n this.exitScope();\n\n // Ensure the function name isn't a forbidden identifier in strict mode, e.g. 'eval'\n if (this.strict && node.id) { this.checkLVal(node.id, BIND_OUTSIDE); }\n this.strict = oldStrict;\n};\n\npp$3.isSimpleParamList = function(params) {\n for (var i = 0, list = params; i < list.length; i += 1)\n {\n var param = list[i];\n\n if (param.type !== \"Identifier\") { return false\n } }\n return true\n};\n\n// Checks function params for various disallowed patterns such as using \"eval\"\n// or \"arguments\" and duplicate parameters.\n\npp$3.checkParams = function(node, allowDuplicates) {\n var nameHash = {};\n for (var i = 0, list = node.params; i < list.length; i += 1)\n {\n var param = list[i];\n\n this.checkLVal(param, BIND_VAR, allowDuplicates ? null : nameHash);\n }\n};\n\n// Parses a comma-separated list of expressions, and returns them as\n// an array. `close` is the token type that ends the list, and\n// `allowEmpty` can be turned on to allow subsequent commas with\n// nothing in between them to be parsed as `null` (which is needed\n// for array literals).\n\npp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) {\n var elts = [], first = true;\n while (!this.eat(close)) {\n if (!first) {\n this.expect(types.comma);\n if (allowTrailingComma && this.afterTrailingComma(close)) { break }\n } else { first = false; }\n\n var elt = (void 0);\n if (allowEmpty && this.type === types.comma)\n { elt = null; }\n else if (this.type === types.ellipsis) {\n elt = this.parseSpread(refDestructuringErrors);\n if (refDestructuringErrors && this.type === types.comma && refDestructuringErrors.trailingComma < 0)\n { refDestructuringErrors.trailingComma = this.start; }\n } else {\n elt = this.parseMaybeAssign(false, refDestructuringErrors);\n }\n elts.push(elt);\n }\n return elts\n};\n\npp$3.checkUnreserved = function(ref) {\n var start = ref.start;\n var end = ref.end;\n var name = ref.name;\n\n if (this.inGenerator && name === \"yield\")\n { this.raiseRecoverable(start, \"Cannot use 'yield' as identifier inside a generator\"); }\n if (this.inAsync && name === \"await\")\n { this.raiseRecoverable(start, \"Cannot use 'await' as identifier inside an async function\"); }\n if (this.keywords.test(name))\n { this.raise(start, (\"Unexpected keyword '\" + name + \"'\")); }\n if (this.options.ecmaVersion < 6 &&\n this.input.slice(start, end).indexOf(\"\\\\\") !== -1) { return }\n var re = this.strict ? this.reservedWordsStrict : this.reservedWords;\n if (re.test(name)) {\n if (!this.inAsync && name === \"await\")\n { this.raiseRecoverable(start, \"Cannot use keyword 'await' outside an async function\"); }\n this.raiseRecoverable(start, (\"The keyword '\" + name + \"' is reserved\"));\n }\n};\n\n// Parse the next token as an identifier. If `liberal` is true (used\n// when parsing properties), it will also convert keywords into\n// identifiers.\n\npp$3.parseIdent = function(liberal, isBinding) {\n var node = this.startNode();\n if (this.type === types.name) {\n node.name = this.value;\n } else if (this.type.keyword) {\n node.name = this.type.keyword;\n\n // To fix https://github.com/acornjs/acorn/issues/575\n // `class` and `function` keywords push new context into this.context.\n // But there is no chance to pop the context if the keyword is consumed as an identifier such as a property name.\n // If the previous token is a dot, this does not apply because the context-managing code already ignored the keyword\n if ((node.name === \"class\" || node.name === \"function\") &&\n (this.lastTokEnd !== this.lastTokStart + 1 || this.input.charCodeAt(this.lastTokStart) !== 46)) {\n this.context.pop();\n }\n } else {\n this.unexpected();\n }\n this.next();\n this.finishNode(node, \"Identifier\");\n if (!liberal) {\n this.checkUnreserved(node);\n if (node.name === \"await\" && !this.awaitIdentPos)\n { this.awaitIdentPos = node.start; }\n }\n return node\n};\n\n// Parses yield expression inside generator.\n\npp$3.parseYield = function(noIn) {\n if (!this.yieldPos) { this.yieldPos = this.start; }\n\n var node = this.startNode();\n this.next();\n if (this.type === types.semi || this.canInsertSemicolon() || (this.type !== types.star && !this.type.startsExpr)) {\n node.delegate = false;\n node.argument = null;\n } else {\n node.delegate = this.eat(types.star);\n node.argument = this.parseMaybeAssign(noIn);\n }\n return this.finishNode(node, \"YieldExpression\")\n};\n\npp$3.parseAwait = function() {\n if (!this.awaitPos) { this.awaitPos = this.start; }\n\n var node = this.startNode();\n this.next();\n node.argument = this.parseMaybeUnary(null, true);\n return this.finishNode(node, \"AwaitExpression\")\n};\n\nvar pp$4 = Parser.prototype;\n\n// This function is used to raise exceptions on parse errors. It\n// takes an offset integer (into the current `input`) to indicate\n// the location of the error, attaches the position to the end\n// of the error message, and then raises a `SyntaxError` with that\n// message.\n\npp$4.raise = function(pos, message) {\n var loc = getLineInfo(this.input, pos);\n message += \" (\" + loc.line + \":\" + loc.column + \")\";\n var err = new SyntaxError(message);\n err.pos = pos; err.loc = loc; err.raisedAt = this.pos;\n throw err\n};\n\npp$4.raiseRecoverable = pp$4.raise;\n\npp$4.curPosition = function() {\n if (this.options.locations) {\n return new Position(this.curLine, this.pos - this.lineStart)\n }\n};\n\nvar pp$5 = Parser.prototype;\n\nvar Scope = function Scope(flags) {\n this.flags = flags;\n // A list of var-declared names in the current lexical scope\n this.var = [];\n // A list of lexically-declared names in the current lexical scope\n this.lexical = [];\n // A list of lexically-declared FunctionDeclaration names in the current lexical scope\n this.functions = [];\n};\n\n// The functions in this module keep track of declared variables in the current scope in order to detect duplicate variable names.\n\npp$5.enterScope = function(flags) {\n this.scopeStack.push(new Scope(flags));\n};\n\npp$5.exitScope = function() {\n this.scopeStack.pop();\n};\n\n// The spec says:\n// > At the top level of a function, or script, function declarations are\n// > treated like var declarations rather than like lexical declarations.\npp$5.treatFunctionsAsVarInScope = function(scope) {\n return (scope.flags & SCOPE_FUNCTION) || !this.inModule && (scope.flags & SCOPE_TOP)\n};\n\npp$5.declareName = function(name, bindingType, pos) {\n var redeclared = false;\n if (bindingType === BIND_LEXICAL) {\n var scope = this.currentScope();\n redeclared = scope.lexical.indexOf(name) > -1 || scope.functions.indexOf(name) > -1 || scope.var.indexOf(name) > -1;\n scope.lexical.push(name);\n if (this.inModule && (scope.flags & SCOPE_TOP))\n { delete this.undefinedExports[name]; }\n } else if (bindingType === BIND_SIMPLE_CATCH) {\n var scope$1 = this.currentScope();\n scope$1.lexical.push(name);\n } else if (bindingType === BIND_FUNCTION) {\n var scope$2 = this.currentScope();\n if (this.treatFunctionsAsVar)\n { redeclared = scope$2.lexical.indexOf(name) > -1; }\n else\n { redeclared = scope$2.lexical.indexOf(name) > -1 || scope$2.var.indexOf(name) > -1; }\n scope$2.functions.push(name);\n } else {\n for (var i = this.scopeStack.length - 1; i >= 0; --i) {\n var scope$3 = this.scopeStack[i];\n if (scope$3.lexical.indexOf(name) > -1 && !((scope$3.flags & SCOPE_SIMPLE_CATCH) && scope$3.lexical[0] === name) ||\n !this.treatFunctionsAsVarInScope(scope$3) && scope$3.functions.indexOf(name) > -1) {\n redeclared = true;\n break\n }\n scope$3.var.push(name);\n if (this.inModule && (scope$3.flags & SCOPE_TOP))\n { delete this.undefinedExports[name]; }\n if (scope$3.flags & SCOPE_VAR) { break }\n }\n }\n if (redeclared) { this.raiseRecoverable(pos, (\"Identifier '\" + name + \"' has already been declared\")); }\n};\n\npp$5.checkLocalExport = function(id) {\n // scope.functions must be empty as Module code is always strict.\n if (this.scopeStack[0].lexical.indexOf(id.name) === -1 &&\n this.scopeStack[0].var.indexOf(id.name) === -1) {\n this.undefinedExports[id.name] = id;\n }\n};\n\npp$5.currentScope = function() {\n return this.scopeStack[this.scopeStack.length - 1]\n};\n\npp$5.currentVarScope = function() {\n for (var i = this.scopeStack.length - 1;; i--) {\n var scope = this.scopeStack[i];\n if (scope.flags & SCOPE_VAR) { return scope }\n }\n};\n\n// Could be useful for `this`, `new.target`, `super()`, `super.property`, and `super[property]`.\npp$5.currentThisScope = function() {\n for (var i = this.scopeStack.length - 1;; i--) {\n var scope = this.scopeStack[i];\n if (scope.flags & SCOPE_VAR && !(scope.flags & SCOPE_ARROW)) { return scope }\n }\n};\n\nvar Node = function Node(parser, pos, loc) {\n this.type = \"\";\n this.start = pos;\n this.end = 0;\n if (parser.options.locations)\n { this.loc = new SourceLocation(parser, loc); }\n if (parser.options.directSourceFile)\n { this.sourceFile = parser.options.directSourceFile; }\n if (parser.options.ranges)\n { this.range = [pos, 0]; }\n};\n\n// Start an AST node, attaching a start offset.\n\nvar pp$6 = Parser.prototype;\n\npp$6.startNode = function() {\n return new Node(this, this.start, this.startLoc)\n};\n\npp$6.startNodeAt = function(pos, loc) {\n return new Node(this, pos, loc)\n};\n\n// Finish an AST node, adding `type` and `end` properties.\n\nfunction finishNodeAt(node, type, pos, loc) {\n node.type = type;\n node.end = pos;\n if (this.options.locations)\n { node.loc.end = loc; }\n if (this.options.ranges)\n { node.range[1] = pos; }\n return node\n}\n\npp$6.finishNode = function(node, type) {\n return finishNodeAt.call(this, node, type, this.lastTokEnd, this.lastTokEndLoc)\n};\n\n// Finish node at given position\n\npp$6.finishNodeAt = function(node, type, pos, loc) {\n return finishNodeAt.call(this, node, type, pos, loc)\n};\n\n// The algorithm used to determine whether a regexp can appear at a\n\nvar TokContext = function TokContext(token, isExpr, preserveSpace, override, generator) {\n this.token = token;\n this.isExpr = !!isExpr;\n this.preserveSpace = !!preserveSpace;\n this.override = override;\n this.generator = !!generator;\n};\n\nvar types$1 = {\n b_stat: new TokContext(\"{\", false),\n b_expr: new TokContext(\"{\", true),\n b_tmpl: new TokContext(\"${\", false),\n p_stat: new TokContext(\"(\", false),\n p_expr: new TokContext(\"(\", true),\n q_tmpl: new TokContext(\"`\", true, true, function (p) { return p.tryReadTemplateToken(); }),\n f_stat: new TokContext(\"function\", false),\n f_expr: new TokContext(\"function\", true),\n f_expr_gen: new TokContext(\"function\", true, false, null, true),\n f_gen: new TokContext(\"function\", false, false, null, true)\n};\n\nvar pp$7 = Parser.prototype;\n\npp$7.initialContext = function() {\n return [types$1.b_stat]\n};\n\npp$7.braceIsBlock = function(prevType) {\n var parent = this.curContext();\n if (parent === types$1.f_expr || parent === types$1.f_stat)\n { return true }\n if (prevType === types.colon && (parent === types$1.b_stat || parent === types$1.b_expr))\n { return !parent.isExpr }\n\n // The check for `tt.name && exprAllowed` detects whether we are\n // after a `yield` or `of` construct. See the `updateContext` for\n // `tt.name`.\n if (prevType === types._return || prevType === types.name && this.exprAllowed)\n { return lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) }\n if (prevType === types._else || prevType === types.semi || prevType === types.eof || prevType === types.parenR || prevType === types.arrow)\n { return true }\n if (prevType === types.braceL)\n { return parent === types$1.b_stat }\n if (prevType === types._var || prevType === types._const || prevType === types.name)\n { return false }\n return !this.exprAllowed\n};\n\npp$7.inGeneratorContext = function() {\n for (var i = this.context.length - 1; i >= 1; i--) {\n var context = this.context[i];\n if (context.token === \"function\")\n { return context.generator }\n }\n return false\n};\n\npp$7.updateContext = function(prevType) {\n var update, type = this.type;\n if (type.keyword && prevType === types.dot)\n { this.exprAllowed = false; }\n else if (update = type.updateContext)\n { update.call(this, prevType); }\n else\n { this.exprAllowed = type.beforeExpr; }\n};\n\n// Token-specific context update code\n\ntypes.parenR.updateContext = types.braceR.updateContext = function() {\n if (this.context.length === 1) {\n this.exprAllowed = true;\n return\n }\n var out = this.context.pop();\n if (out === types$1.b_stat && this.curContext().token === \"function\") {\n out = this.context.pop();\n }\n this.exprAllowed = !out.isExpr;\n};\n\ntypes.braceL.updateContext = function(prevType) {\n this.context.push(this.braceIsBlock(prevType) ? types$1.b_stat : types$1.b_expr);\n this.exprAllowed = true;\n};\n\ntypes.dollarBraceL.updateContext = function() {\n this.context.push(types$1.b_tmpl);\n this.exprAllowed = true;\n};\n\ntypes.parenL.updateContext = function(prevType) {\n var statementParens = prevType === types._if || prevType === types._for || prevType === types._with || prevType === types._while;\n this.context.push(statementParens ? types$1.p_stat : types$1.p_expr);\n this.exprAllowed = true;\n};\n\ntypes.incDec.updateContext = function() {\n // tokExprAllowed stays unchanged\n};\n\ntypes._function.updateContext = types._class.updateContext = function(prevType) {\n if (prevType.beforeExpr && prevType !== types.semi && prevType !== types._else &&\n !(prevType === types._return && lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) &&\n !((prevType === types.colon || prevType === types.braceL) && this.curContext() === types$1.b_stat))\n { this.context.push(types$1.f_expr); }\n else\n { this.context.push(types$1.f_stat); }\n this.exprAllowed = false;\n};\n\ntypes.backQuote.updateContext = function() {\n if (this.curContext() === types$1.q_tmpl)\n { this.context.pop(); }\n else\n { this.context.push(types$1.q_tmpl); }\n this.exprAllowed = false;\n};\n\ntypes.star.updateContext = function(prevType) {\n if (prevType === types._function) {\n var index = this.context.length - 1;\n if (this.context[index] === types$1.f_expr)\n { this.context[index] = types$1.f_expr_gen; }\n else\n { this.context[index] = types$1.f_gen; }\n }\n this.exprAllowed = true;\n};\n\ntypes.name.updateContext = function(prevType) {\n var allowed = false;\n if (this.options.ecmaVersion >= 6 && prevType !== types.dot) {\n if (this.value === \"of\" && !this.exprAllowed ||\n this.value === \"yield\" && this.inGeneratorContext())\n { allowed = true; }\n }\n this.exprAllowed = allowed;\n};\n\n// This file contains Unicode properties extracted from the ECMAScript\n// specification. The lists are extracted like so:\n// $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText)\n\n// #table-binary-unicode-properties\nvar ecma9BinaryProperties = \"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS\";\nvar ecma10BinaryProperties = ecma9BinaryProperties + \" Extended_Pictographic\";\nvar ecma11BinaryProperties = ecma10BinaryProperties;\nvar unicodeBinaryProperties = {\n 9: ecma9BinaryProperties,\n 10: ecma10BinaryProperties,\n 11: ecma11BinaryProperties\n};\n\n// #table-unicode-general-category-values\nvar unicodeGeneralCategoryValues = \"Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu\";\n\n// #table-unicode-script-values\nvar ecma9ScriptValues = \"Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb\";\nvar ecma10ScriptValues = ecma9ScriptValues + \" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd\";\nvar ecma11ScriptValues = ecma10ScriptValues + \" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho\";\nvar unicodeScriptValues = {\n 9: ecma9ScriptValues,\n 10: ecma10ScriptValues,\n 11: ecma11ScriptValues\n};\n\nvar data = {};\nfunction buildUnicodeData(ecmaVersion) {\n var d = data[ecmaVersion] = {\n binary: wordsRegexp(unicodeBinaryProperties[ecmaVersion] + \" \" + unicodeGeneralCategoryValues),\n nonBinary: {\n General_Category: wordsRegexp(unicodeGeneralCategoryValues),\n Script: wordsRegexp(unicodeScriptValues[ecmaVersion])\n }\n };\n d.nonBinary.Script_Extensions = d.nonBinary.Script;\n\n d.nonBinary.gc = d.nonBinary.General_Category;\n d.nonBinary.sc = d.nonBinary.Script;\n d.nonBinary.scx = d.nonBinary.Script_Extensions;\n}\nbuildUnicodeData(9);\nbuildUnicodeData(10);\nbuildUnicodeData(11);\n\nvar pp$8 = Parser.prototype;\n\nvar RegExpValidationState = function RegExpValidationState(parser) {\n this.parser = parser;\n this.validFlags = \"gim\" + (parser.options.ecmaVersion >= 6 ? \"uy\" : \"\") + (parser.options.ecmaVersion >= 9 ? \"s\" : \"\");\n this.unicodeProperties = data[parser.options.ecmaVersion >= 11 ? 11 : parser.options.ecmaVersion];\n this.source = \"\";\n this.flags = \"\";\n this.start = 0;\n this.switchU = false;\n this.switchN = false;\n this.pos = 0;\n this.lastIntValue = 0;\n this.lastStringValue = \"\";\n this.lastAssertionIsQuantifiable = false;\n this.numCapturingParens = 0;\n this.maxBackReference = 0;\n this.groupNames = [];\n this.backReferenceNames = [];\n};\n\nRegExpValidationState.prototype.reset = function reset (start, pattern, flags) {\n var unicode = flags.indexOf(\"u\") !== -1;\n this.start = start | 0;\n this.source = pattern + \"\";\n this.flags = flags;\n this.switchU = unicode && this.parser.options.ecmaVersion >= 6;\n this.switchN = unicode && this.parser.options.ecmaVersion >= 9;\n};\n\nRegExpValidationState.prototype.raise = function raise (message) {\n this.parser.raiseRecoverable(this.start, (\"Invalid regular expression: /\" + (this.source) + \"/: \" + message));\n};\n\n// If u flag is given, this returns the code point at the index (it combines a surrogate pair).\n// Otherwise, this returns the code unit of the index (can be a part of a surrogate pair).\nRegExpValidationState.prototype.at = function at (i) {\n var s = this.source;\n var l = s.length;\n if (i >= l) {\n return -1\n }\n var c = s.charCodeAt(i);\n if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) {\n return c\n }\n return (c << 10) + s.charCodeAt(i + 1) - 0x35FDC00\n};\n\nRegExpValidationState.prototype.nextIndex = function nextIndex (i) {\n var s = this.source;\n var l = s.length;\n if (i >= l) {\n return l\n }\n var c = s.charCodeAt(i);\n if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) {\n return i + 1\n }\n return i + 2\n};\n\nRegExpValidationState.prototype.current = function current () {\n return this.at(this.pos)\n};\n\nRegExpValidationState.prototype.lookahead = function lookahead () {\n return this.at(this.nextIndex(this.pos))\n};\n\nRegExpValidationState.prototype.advance = function advance () {\n this.pos = this.nextIndex(this.pos);\n};\n\nRegExpValidationState.prototype.eat = function eat (ch) {\n if (this.current() === ch) {\n this.advance();\n return true\n }\n return false\n};\n\nfunction codePointToString(ch) {\n if (ch <= 0xFFFF) { return String.fromCharCode(ch) }\n ch -= 0x10000;\n return String.fromCharCode((ch >> 10) + 0xD800, (ch & 0x03FF) + 0xDC00)\n}\n\n/**\n * Validate the flags part of a given RegExpLiteral.\n *\n * @param {RegExpValidationState} state The state to validate RegExp.\n * @returns {void}\n */\npp$8.validateRegExpFlags = function(state) {\n var validFlags = state.validFlags;\n var flags = state.flags;\n\n for (var i = 0; i < flags.length; i++) {\n var flag = flags.charAt(i);\n if (validFlags.indexOf(flag) === -1) {\n this.raise(state.start, \"Invalid regular expression flag\");\n }\n if (flags.indexOf(flag, i + 1) > -1) {\n this.raise(state.start, \"Duplicate regular expression flag\");\n }\n }\n};\n\n/**\n * Validate the pattern part of a given RegExpLiteral.\n *\n * @param {RegExpValidationState} state The state to validate RegExp.\n * @returns {void}\n */\npp$8.validateRegExpPattern = function(state) {\n this.regexp_pattern(state);\n\n // The goal symbol for the parse is |Pattern[~U, ~N]|. If the result of\n // parsing contains a |GroupName|, reparse with the goal symbol\n // |Pattern[~U, +N]| and use this result instead. Throw a *SyntaxError*\n // exception if _P_ did not conform to the grammar, if any elements of _P_\n // were not matched by the parse, or if any Early Error conditions exist.\n if (!state.switchN && this.options.ecmaVersion >= 9 && state.groupNames.length > 0) {\n state.switchN = true;\n this.regexp_pattern(state);\n }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Pattern\npp$8.regexp_pattern = function(state) {\n state.pos = 0;\n state.lastIntValue = 0;\n state.lastStringValue = \"\";\n state.lastAssertionIsQuantifiable = false;\n state.numCapturingParens = 0;\n state.maxBackReference = 0;\n state.groupNames.length = 0;\n state.backReferenceNames.length = 0;\n\n this.regexp_disjunction(state);\n\n if (state.pos !== state.source.length) {\n // Make the same messages as V8.\n if (state.eat(0x29 /* ) */)) {\n state.raise(\"Unmatched ')'\");\n }\n if (state.eat(0x5D /* [ */) || state.eat(0x7D /* } */)) {\n state.raise(\"Lone quantifier brackets\");\n }\n }\n if (state.maxBackReference > state.numCapturingParens) {\n state.raise(\"Invalid escape\");\n }\n for (var i = 0, list = state.backReferenceNames; i < list.length; i += 1) {\n var name = list[i];\n\n if (state.groupNames.indexOf(name) === -1) {\n state.raise(\"Invalid named capture referenced\");\n }\n }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Disjunction\npp$8.regexp_disjunction = function(state) {\n this.regexp_alternative(state);\n while (state.eat(0x7C /* | */)) {\n this.regexp_alternative(state);\n }\n\n // Make the same message as V8.\n if (this.regexp_eatQuantifier(state, true)) {\n state.raise(\"Nothing to repeat\");\n }\n if (state.eat(0x7B /* { */)) {\n state.raise(\"Lone quantifier brackets\");\n }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Alternative\npp$8.regexp_alternative = function(state) {\n while (state.pos < state.source.length && this.regexp_eatTerm(state))\n { }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Term\npp$8.regexp_eatTerm = function(state) {\n if (this.regexp_eatAssertion(state)) {\n // Handle `QuantifiableAssertion Quantifier` alternative.\n // `state.lastAssertionIsQuantifiable` is true if the last eaten Assertion\n // is a QuantifiableAssertion.\n if (state.lastAssertionIsQuantifiable && this.regexp_eatQuantifier(state)) {\n // Make the same message as V8.\n if (state.switchU) {\n state.raise(\"Invalid quantifier\");\n }\n }\n return true\n }\n\n if (state.switchU ? this.regexp_eatAtom(state) : this.regexp_eatExtendedAtom(state)) {\n this.regexp_eatQuantifier(state);\n return true\n }\n\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Assertion\npp$8.regexp_eatAssertion = function(state) {\n var start = state.pos;\n state.lastAssertionIsQuantifiable = false;\n\n // ^, $\n if (state.eat(0x5E /* ^ */) || state.eat(0x24 /* $ */)) {\n return true\n }\n\n // \\b \\B\n if (state.eat(0x5C /* \\ */)) {\n if (state.eat(0x42 /* B */) || state.eat(0x62 /* b */)) {\n return true\n }\n state.pos = start;\n }\n\n // Lookahead / Lookbehind\n if (state.eat(0x28 /* ( */) && state.eat(0x3F /* ? */)) {\n var lookbehind = false;\n if (this.options.ecmaVersion >= 9) {\n lookbehind = state.eat(0x3C /* < */);\n }\n if (state.eat(0x3D /* = */) || state.eat(0x21 /* ! */)) {\n this.regexp_disjunction(state);\n if (!state.eat(0x29 /* ) */)) {\n state.raise(\"Unterminated group\");\n }\n state.lastAssertionIsQuantifiable = !lookbehind;\n return true\n }\n }\n\n state.pos = start;\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Quantifier\npp$8.regexp_eatQuantifier = function(state, noError) {\n if ( noError === void 0 ) noError = false;\n\n if (this.regexp_eatQuantifierPrefix(state, noError)) {\n state.eat(0x3F /* ? */);\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-QuantifierPrefix\npp$8.regexp_eatQuantifierPrefix = function(state, noError) {\n return (\n state.eat(0x2A /* * */) ||\n state.eat(0x2B /* + */) ||\n state.eat(0x3F /* ? */) ||\n this.regexp_eatBracedQuantifier(state, noError)\n )\n};\npp$8.regexp_eatBracedQuantifier = function(state, noError) {\n var start = state.pos;\n if (state.eat(0x7B /* { */)) {\n var min = 0, max = -1;\n if (this.regexp_eatDecimalDigits(state)) {\n min = state.lastIntValue;\n if (state.eat(0x2C /* , */) && this.regexp_eatDecimalDigits(state)) {\n max = state.lastIntValue;\n }\n if (state.eat(0x7D /* } */)) {\n // SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-term\n if (max !== -1 && max < min && !noError) {\n state.raise(\"numbers out of order in {} quantifier\");\n }\n return true\n }\n }\n if (state.switchU && !noError) {\n state.raise(\"Incomplete quantifier\");\n }\n state.pos = start;\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Atom\npp$8.regexp_eatAtom = function(state) {\n return (\n this.regexp_eatPatternCharacters(state) ||\n state.eat(0x2E /* . */) ||\n this.regexp_eatReverseSolidusAtomEscape(state) ||\n this.regexp_eatCharacterClass(state) ||\n this.regexp_eatUncapturingGroup(state) ||\n this.regexp_eatCapturingGroup(state)\n )\n};\npp$8.regexp_eatReverseSolidusAtomEscape = function(state) {\n var start = state.pos;\n if (state.eat(0x5C /* \\ */)) {\n if (this.regexp_eatAtomEscape(state)) {\n return true\n }\n state.pos = start;\n }\n return false\n};\npp$8.regexp_eatUncapturingGroup = function(state) {\n var start = state.pos;\n if (state.eat(0x28 /* ( */)) {\n if (state.eat(0x3F /* ? */) && state.eat(0x3A /* : */)) {\n this.regexp_disjunction(state);\n if (state.eat(0x29 /* ) */)) {\n return true\n }\n state.raise(\"Unterminated group\");\n }\n state.pos = start;\n }\n return false\n};\npp$8.regexp_eatCapturingGroup = function(state) {\n if (state.eat(0x28 /* ( */)) {\n if (this.options.ecmaVersion >= 9) {\n this.regexp_groupSpecifier(state);\n } else if (state.current() === 0x3F /* ? */) {\n state.raise(\"Invalid group\");\n }\n this.regexp_disjunction(state);\n if (state.eat(0x29 /* ) */)) {\n state.numCapturingParens += 1;\n return true\n }\n state.raise(\"Unterminated group\");\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedAtom\npp$8.regexp_eatExtendedAtom = function(state) {\n return (\n state.eat(0x2E /* . */) ||\n this.regexp_eatReverseSolidusAtomEscape(state) ||\n this.regexp_eatCharacterClass(state) ||\n this.regexp_eatUncapturingGroup(state) ||\n this.regexp_eatCapturingGroup(state) ||\n this.regexp_eatInvalidBracedQuantifier(state) ||\n this.regexp_eatExtendedPatternCharacter(state)\n )\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-InvalidBracedQuantifier\npp$8.regexp_eatInvalidBracedQuantifier = function(state) {\n if (this.regexp_eatBracedQuantifier(state, true)) {\n state.raise(\"Nothing to repeat\");\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-SyntaxCharacter\npp$8.regexp_eatSyntaxCharacter = function(state) {\n var ch = state.current();\n if (isSyntaxCharacter(ch)) {\n state.lastIntValue = ch;\n state.advance();\n return true\n }\n return false\n};\nfunction isSyntaxCharacter(ch) {\n return (\n ch === 0x24 /* $ */ ||\n ch >= 0x28 /* ( */ && ch <= 0x2B /* + */ ||\n ch === 0x2E /* . */ ||\n ch === 0x3F /* ? */ ||\n ch >= 0x5B /* [ */ && ch <= 0x5E /* ^ */ ||\n ch >= 0x7B /* { */ && ch <= 0x7D /* } */\n )\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-PatternCharacter\n// But eat eager.\npp$8.regexp_eatPatternCharacters = function(state) {\n var start = state.pos;\n var ch = 0;\n while ((ch = state.current()) !== -1 && !isSyntaxCharacter(ch)) {\n state.advance();\n }\n return state.pos !== start\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedPatternCharacter\npp$8.regexp_eatExtendedPatternCharacter = function(state) {\n var ch = state.current();\n if (\n ch !== -1 &&\n ch !== 0x24 /* $ */ &&\n !(ch >= 0x28 /* ( */ && ch <= 0x2B /* + */) &&\n ch !== 0x2E /* . */ &&\n ch !== 0x3F /* ? */ &&\n ch !== 0x5B /* [ */ &&\n ch !== 0x5E /* ^ */ &&\n ch !== 0x7C /* | */\n ) {\n state.advance();\n return true\n }\n return false\n};\n\n// GroupSpecifier[U] ::\n// [empty]\n// `?` GroupName[?U]\npp$8.regexp_groupSpecifier = function(state) {\n if (state.eat(0x3F /* ? */)) {\n if (this.regexp_eatGroupName(state)) {\n if (state.groupNames.indexOf(state.lastStringValue) !== -1) {\n state.raise(\"Duplicate capture group name\");\n }\n state.groupNames.push(state.lastStringValue);\n return\n }\n state.raise(\"Invalid group\");\n }\n};\n\n// GroupName[U] ::\n// `<` RegExpIdentifierName[?U] `>`\n// Note: this updates `state.lastStringValue` property with the eaten name.\npp$8.regexp_eatGroupName = function(state) {\n state.lastStringValue = \"\";\n if (state.eat(0x3C /* < */)) {\n if (this.regexp_eatRegExpIdentifierName(state) && state.eat(0x3E /* > */)) {\n return true\n }\n state.raise(\"Invalid capture group name\");\n }\n return false\n};\n\n// RegExpIdentifierName[U] ::\n// RegExpIdentifierStart[?U]\n// RegExpIdentifierName[?U] RegExpIdentifierPart[?U]\n// Note: this updates `state.lastStringValue` property with the eaten name.\npp$8.regexp_eatRegExpIdentifierName = function(state) {\n state.lastStringValue = \"\";\n if (this.regexp_eatRegExpIdentifierStart(state)) {\n state.lastStringValue += codePointToString(state.lastIntValue);\n while (this.regexp_eatRegExpIdentifierPart(state)) {\n state.lastStringValue += codePointToString(state.lastIntValue);\n }\n return true\n }\n return false\n};\n\n// RegExpIdentifierStart[U] ::\n// UnicodeIDStart\n// `$`\n// `_`\n// `\\` RegExpUnicodeEscapeSequence[?U]\npp$8.regexp_eatRegExpIdentifierStart = function(state) {\n var start = state.pos;\n var ch = state.current();\n state.advance();\n\n if (ch === 0x5C /* \\ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) {\n ch = state.lastIntValue;\n }\n if (isRegExpIdentifierStart(ch)) {\n state.lastIntValue = ch;\n return true\n }\n\n state.pos = start;\n return false\n};\nfunction isRegExpIdentifierStart(ch) {\n return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */\n}\n\n// RegExpIdentifierPart[U] ::\n// UnicodeIDContinue\n// `$`\n// `_`\n// `\\` RegExpUnicodeEscapeSequence[?U]\n// \n// \npp$8.regexp_eatRegExpIdentifierPart = function(state) {\n var start = state.pos;\n var ch = state.current();\n state.advance();\n\n if (ch === 0x5C /* \\ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) {\n ch = state.lastIntValue;\n }\n if (isRegExpIdentifierPart(ch)) {\n state.lastIntValue = ch;\n return true\n }\n\n state.pos = start;\n return false\n};\nfunction isRegExpIdentifierPart(ch) {\n return isIdentifierChar(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ || ch === 0x200C /* */ || ch === 0x200D /* */\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-AtomEscape\npp$8.regexp_eatAtomEscape = function(state) {\n if (\n this.regexp_eatBackReference(state) ||\n this.regexp_eatCharacterClassEscape(state) ||\n this.regexp_eatCharacterEscape(state) ||\n (state.switchN && this.regexp_eatKGroupName(state))\n ) {\n return true\n }\n if (state.switchU) {\n // Make the same message as V8.\n if (state.current() === 0x63 /* c */) {\n state.raise(\"Invalid unicode escape\");\n }\n state.raise(\"Invalid escape\");\n }\n return false\n};\npp$8.regexp_eatBackReference = function(state) {\n var start = state.pos;\n if (this.regexp_eatDecimalEscape(state)) {\n var n = state.lastIntValue;\n if (state.switchU) {\n // For SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-atomescape\n if (n > state.maxBackReference) {\n state.maxBackReference = n;\n }\n return true\n }\n if (n <= state.numCapturingParens) {\n return true\n }\n state.pos = start;\n }\n return false\n};\npp$8.regexp_eatKGroupName = function(state) {\n if (state.eat(0x6B /* k */)) {\n if (this.regexp_eatGroupName(state)) {\n state.backReferenceNames.push(state.lastStringValue);\n return true\n }\n state.raise(\"Invalid named reference\");\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-CharacterEscape\npp$8.regexp_eatCharacterEscape = function(state) {\n return (\n this.regexp_eatControlEscape(state) ||\n this.regexp_eatCControlLetter(state) ||\n this.regexp_eatZero(state) ||\n this.regexp_eatHexEscapeSequence(state) ||\n this.regexp_eatRegExpUnicodeEscapeSequence(state) ||\n (!state.switchU && this.regexp_eatLegacyOctalEscapeSequence(state)) ||\n this.regexp_eatIdentityEscape(state)\n )\n};\npp$8.regexp_eatCControlLetter = function(state) {\n var start = state.pos;\n if (state.eat(0x63 /* c */)) {\n if (this.regexp_eatControlLetter(state)) {\n return true\n }\n state.pos = start;\n }\n return false\n};\npp$8.regexp_eatZero = function(state) {\n if (state.current() === 0x30 /* 0 */ && !isDecimalDigit(state.lookahead())) {\n state.lastIntValue = 0;\n state.advance();\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ControlEscape\npp$8.regexp_eatControlEscape = function(state) {\n var ch = state.current();\n if (ch === 0x74 /* t */) {\n state.lastIntValue = 0x09; /* \\t */\n state.advance();\n return true\n }\n if (ch === 0x6E /* n */) {\n state.lastIntValue = 0x0A; /* \\n */\n state.advance();\n return true\n }\n if (ch === 0x76 /* v */) {\n state.lastIntValue = 0x0B; /* \\v */\n state.advance();\n return true\n }\n if (ch === 0x66 /* f */) {\n state.lastIntValue = 0x0C; /* \\f */\n state.advance();\n return true\n }\n if (ch === 0x72 /* r */) {\n state.lastIntValue = 0x0D; /* \\r */\n state.advance();\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ControlLetter\npp$8.regexp_eatControlLetter = function(state) {\n var ch = state.current();\n if (isControlLetter(ch)) {\n state.lastIntValue = ch % 0x20;\n state.advance();\n return true\n }\n return false\n};\nfunction isControlLetter(ch) {\n return (\n (ch >= 0x41 /* A */ && ch <= 0x5A /* Z */) ||\n (ch >= 0x61 /* a */ && ch <= 0x7A /* z */)\n )\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-RegExpUnicodeEscapeSequence\npp$8.regexp_eatRegExpUnicodeEscapeSequence = function(state) {\n var start = state.pos;\n\n if (state.eat(0x75 /* u */)) {\n if (this.regexp_eatFixedHexDigits(state, 4)) {\n var lead = state.lastIntValue;\n if (state.switchU && lead >= 0xD800 && lead <= 0xDBFF) {\n var leadSurrogateEnd = state.pos;\n if (state.eat(0x5C /* \\ */) && state.eat(0x75 /* u */) && this.regexp_eatFixedHexDigits(state, 4)) {\n var trail = state.lastIntValue;\n if (trail >= 0xDC00 && trail <= 0xDFFF) {\n state.lastIntValue = (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000;\n return true\n }\n }\n state.pos = leadSurrogateEnd;\n state.lastIntValue = lead;\n }\n return true\n }\n if (\n state.switchU &&\n state.eat(0x7B /* { */) &&\n this.regexp_eatHexDigits(state) &&\n state.eat(0x7D /* } */) &&\n isValidUnicode(state.lastIntValue)\n ) {\n return true\n }\n if (state.switchU) {\n state.raise(\"Invalid unicode escape\");\n }\n state.pos = start;\n }\n\n return false\n};\nfunction isValidUnicode(ch) {\n return ch >= 0 && ch <= 0x10FFFF\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-IdentityEscape\npp$8.regexp_eatIdentityEscape = function(state) {\n if (state.switchU) {\n if (this.regexp_eatSyntaxCharacter(state)) {\n return true\n }\n if (state.eat(0x2F /* / */)) {\n state.lastIntValue = 0x2F; /* / */\n return true\n }\n return false\n }\n\n var ch = state.current();\n if (ch !== 0x63 /* c */ && (!state.switchN || ch !== 0x6B /* k */)) {\n state.lastIntValue = ch;\n state.advance();\n return true\n }\n\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalEscape\npp$8.regexp_eatDecimalEscape = function(state) {\n state.lastIntValue = 0;\n var ch = state.current();\n if (ch >= 0x31 /* 1 */ && ch <= 0x39 /* 9 */) {\n do {\n state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */);\n state.advance();\n } while ((ch = state.current()) >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */)\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClassEscape\npp$8.regexp_eatCharacterClassEscape = function(state) {\n var ch = state.current();\n\n if (isCharacterClassEscape(ch)) {\n state.lastIntValue = -1;\n state.advance();\n return true\n }\n\n if (\n state.switchU &&\n this.options.ecmaVersion >= 9 &&\n (ch === 0x50 /* P */ || ch === 0x70 /* p */)\n ) {\n state.lastIntValue = -1;\n state.advance();\n if (\n state.eat(0x7B /* { */) &&\n this.regexp_eatUnicodePropertyValueExpression(state) &&\n state.eat(0x7D /* } */)\n ) {\n return true\n }\n state.raise(\"Invalid property name\");\n }\n\n return false\n};\nfunction isCharacterClassEscape(ch) {\n return (\n ch === 0x64 /* d */ ||\n ch === 0x44 /* D */ ||\n ch === 0x73 /* s */ ||\n ch === 0x53 /* S */ ||\n ch === 0x77 /* w */ ||\n ch === 0x57 /* W */\n )\n}\n\n// UnicodePropertyValueExpression ::\n// UnicodePropertyName `=` UnicodePropertyValue\n// LoneUnicodePropertyNameOrValue\npp$8.regexp_eatUnicodePropertyValueExpression = function(state) {\n var start = state.pos;\n\n // UnicodePropertyName `=` UnicodePropertyValue\n if (this.regexp_eatUnicodePropertyName(state) && state.eat(0x3D /* = */)) {\n var name = state.lastStringValue;\n if (this.regexp_eatUnicodePropertyValue(state)) {\n var value = state.lastStringValue;\n this.regexp_validateUnicodePropertyNameAndValue(state, name, value);\n return true\n }\n }\n state.pos = start;\n\n // LoneUnicodePropertyNameOrValue\n if (this.regexp_eatLoneUnicodePropertyNameOrValue(state)) {\n var nameOrValue = state.lastStringValue;\n this.regexp_validateUnicodePropertyNameOrValue(state, nameOrValue);\n return true\n }\n return false\n};\npp$8.regexp_validateUnicodePropertyNameAndValue = function(state, name, value) {\n if (!has(state.unicodeProperties.nonBinary, name))\n { state.raise(\"Invalid property name\"); }\n if (!state.unicodeProperties.nonBinary[name].test(value))\n { state.raise(\"Invalid property value\"); }\n};\npp$8.regexp_validateUnicodePropertyNameOrValue = function(state, nameOrValue) {\n if (!state.unicodeProperties.binary.test(nameOrValue))\n { state.raise(\"Invalid property name\"); }\n};\n\n// UnicodePropertyName ::\n// UnicodePropertyNameCharacters\npp$8.regexp_eatUnicodePropertyName = function(state) {\n var ch = 0;\n state.lastStringValue = \"\";\n while (isUnicodePropertyNameCharacter(ch = state.current())) {\n state.lastStringValue += codePointToString(ch);\n state.advance();\n }\n return state.lastStringValue !== \"\"\n};\nfunction isUnicodePropertyNameCharacter(ch) {\n return isControlLetter(ch) || ch === 0x5F /* _ */\n}\n\n// UnicodePropertyValue ::\n// UnicodePropertyValueCharacters\npp$8.regexp_eatUnicodePropertyValue = function(state) {\n var ch = 0;\n state.lastStringValue = \"\";\n while (isUnicodePropertyValueCharacter(ch = state.current())) {\n state.lastStringValue += codePointToString(ch);\n state.advance();\n }\n return state.lastStringValue !== \"\"\n};\nfunction isUnicodePropertyValueCharacter(ch) {\n return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch)\n}\n\n// LoneUnicodePropertyNameOrValue ::\n// UnicodePropertyValueCharacters\npp$8.regexp_eatLoneUnicodePropertyNameOrValue = function(state) {\n return this.regexp_eatUnicodePropertyValue(state)\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClass\npp$8.regexp_eatCharacterClass = function(state) {\n if (state.eat(0x5B /* [ */)) {\n state.eat(0x5E /* ^ */);\n this.regexp_classRanges(state);\n if (state.eat(0x5D /* [ */)) {\n return true\n }\n // Unreachable since it threw \"unterminated regular expression\" error before.\n state.raise(\"Unterminated character class\");\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassRanges\n// https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRanges\n// https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRangesNoDash\npp$8.regexp_classRanges = function(state) {\n while (this.regexp_eatClassAtom(state)) {\n var left = state.lastIntValue;\n if (state.eat(0x2D /* - */) && this.regexp_eatClassAtom(state)) {\n var right = state.lastIntValue;\n if (state.switchU && (left === -1 || right === -1)) {\n state.raise(\"Invalid character class\");\n }\n if (left !== -1 && right !== -1 && left > right) {\n state.raise(\"Range out of order in character class\");\n }\n }\n }\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtom\n// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtomNoDash\npp$8.regexp_eatClassAtom = function(state) {\n var start = state.pos;\n\n if (state.eat(0x5C /* \\ */)) {\n if (this.regexp_eatClassEscape(state)) {\n return true\n }\n if (state.switchU) {\n // Make the same message as V8.\n var ch$1 = state.current();\n if (ch$1 === 0x63 /* c */ || isOctalDigit(ch$1)) {\n state.raise(\"Invalid class escape\");\n }\n state.raise(\"Invalid escape\");\n }\n state.pos = start;\n }\n\n var ch = state.current();\n if (ch !== 0x5D /* [ */) {\n state.lastIntValue = ch;\n state.advance();\n return true\n }\n\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassEscape\npp$8.regexp_eatClassEscape = function(state) {\n var start = state.pos;\n\n if (state.eat(0x62 /* b */)) {\n state.lastIntValue = 0x08; /* */\n return true\n }\n\n if (state.switchU && state.eat(0x2D /* - */)) {\n state.lastIntValue = 0x2D; /* - */\n return true\n }\n\n if (!state.switchU && state.eat(0x63 /* c */)) {\n if (this.regexp_eatClassControlLetter(state)) {\n return true\n }\n state.pos = start;\n }\n\n return (\n this.regexp_eatCharacterClassEscape(state) ||\n this.regexp_eatCharacterEscape(state)\n )\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassControlLetter\npp$8.regexp_eatClassControlLetter = function(state) {\n var ch = state.current();\n if (isDecimalDigit(ch) || ch === 0x5F /* _ */) {\n state.lastIntValue = ch % 0x20;\n state.advance();\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence\npp$8.regexp_eatHexEscapeSequence = function(state) {\n var start = state.pos;\n if (state.eat(0x78 /* x */)) {\n if (this.regexp_eatFixedHexDigits(state, 2)) {\n return true\n }\n if (state.switchU) {\n state.raise(\"Invalid escape\");\n }\n state.pos = start;\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalDigits\npp$8.regexp_eatDecimalDigits = function(state) {\n var start = state.pos;\n var ch = 0;\n state.lastIntValue = 0;\n while (isDecimalDigit(ch = state.current())) {\n state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */);\n state.advance();\n }\n return state.pos !== start\n};\nfunction isDecimalDigit(ch) {\n return ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigits\npp$8.regexp_eatHexDigits = function(state) {\n var start = state.pos;\n var ch = 0;\n state.lastIntValue = 0;\n while (isHexDigit(ch = state.current())) {\n state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch);\n state.advance();\n }\n return state.pos !== start\n};\nfunction isHexDigit(ch) {\n return (\n (ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) ||\n (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) ||\n (ch >= 0x61 /* a */ && ch <= 0x66 /* f */)\n )\n}\nfunction hexToInt(ch) {\n if (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) {\n return 10 + (ch - 0x41 /* A */)\n }\n if (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) {\n return 10 + (ch - 0x61 /* a */)\n }\n return ch - 0x30 /* 0 */\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-LegacyOctalEscapeSequence\n// Allows only 0-377(octal) i.e. 0-255(decimal).\npp$8.regexp_eatLegacyOctalEscapeSequence = function(state) {\n if (this.regexp_eatOctalDigit(state)) {\n var n1 = state.lastIntValue;\n if (this.regexp_eatOctalDigit(state)) {\n var n2 = state.lastIntValue;\n if (n1 <= 3 && this.regexp_eatOctalDigit(state)) {\n state.lastIntValue = n1 * 64 + n2 * 8 + state.lastIntValue;\n } else {\n state.lastIntValue = n1 * 8 + n2;\n }\n } else {\n state.lastIntValue = n1;\n }\n return true\n }\n return false\n};\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-OctalDigit\npp$8.regexp_eatOctalDigit = function(state) {\n var ch = state.current();\n if (isOctalDigit(ch)) {\n state.lastIntValue = ch - 0x30; /* 0 */\n state.advance();\n return true\n }\n state.lastIntValue = 0;\n return false\n};\nfunction isOctalDigit(ch) {\n return ch >= 0x30 /* 0 */ && ch <= 0x37 /* 7 */\n}\n\n// https://www.ecma-international.org/ecma-262/8.0/#prod-Hex4Digits\n// https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigit\n// And HexDigit HexDigit in https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence\npp$8.regexp_eatFixedHexDigits = function(state, length) {\n var start = state.pos;\n state.lastIntValue = 0;\n for (var i = 0; i < length; ++i) {\n var ch = state.current();\n if (!isHexDigit(ch)) {\n state.pos = start;\n return false\n }\n state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch);\n state.advance();\n }\n return true\n};\n\n// Object type used to represent tokens. Note that normally, tokens\n// simply exist as properties on the parser object. This is only\n// used for the onToken callback and the external tokenizer.\n\nvar Token = function Token(p) {\n this.type = p.type;\n this.value = p.value;\n this.start = p.start;\n this.end = p.end;\n if (p.options.locations)\n { this.loc = new SourceLocation(p, p.startLoc, p.endLoc); }\n if (p.options.ranges)\n { this.range = [p.start, p.end]; }\n};\n\n// ## Tokenizer\n\nvar pp$9 = Parser.prototype;\n\n// Move to the next token\n\npp$9.next = function() {\n if (this.options.onToken)\n { this.options.onToken(new Token(this)); }\n\n this.lastTokEnd = this.end;\n this.lastTokStart = this.start;\n this.lastTokEndLoc = this.endLoc;\n this.lastTokStartLoc = this.startLoc;\n this.nextToken();\n};\n\npp$9.getToken = function() {\n this.next();\n return new Token(this)\n};\n\n// If we're in an ES6 environment, make parsers iterable\nif (typeof Symbol !== \"undefined\")\n { pp$9[Symbol.iterator] = function() {\n var this$1 = this;\n\n return {\n next: function () {\n var token = this$1.getToken();\n return {\n done: token.type === types.eof,\n value: token\n }\n }\n }\n }; }\n\n// Toggle strict mode. Re-reads the next number or string to please\n// pedantic tests (`\"use strict\"; 010;` should fail).\n\npp$9.curContext = function() {\n return this.context[this.context.length - 1]\n};\n\n// Read a single token, updating the parser object's token-related\n// properties.\n\npp$9.nextToken = function() {\n var curContext = this.curContext();\n if (!curContext || !curContext.preserveSpace) { this.skipSpace(); }\n\n this.start = this.pos;\n if (this.options.locations) { this.startLoc = this.curPosition(); }\n if (this.pos >= this.input.length) { return this.finishToken(types.eof) }\n\n if (curContext.override) { return curContext.override(this) }\n else { this.readToken(this.fullCharCodeAtPos()); }\n};\n\npp$9.readToken = function(code) {\n // Identifier or keyword. '\\uXXXX' sequences are allowed in\n // identifiers, so '\\' also dispatches to that.\n if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\\' */)\n { return this.readWord() }\n\n return this.getTokenFromCode(code)\n};\n\npp$9.fullCharCodeAtPos = function() {\n var code = this.input.charCodeAt(this.pos);\n if (code <= 0xd7ff || code >= 0xe000) { return code }\n var next = this.input.charCodeAt(this.pos + 1);\n return (code << 10) + next - 0x35fdc00\n};\n\npp$9.skipBlockComment = function() {\n var startLoc = this.options.onComment && this.curPosition();\n var start = this.pos, end = this.input.indexOf(\"*/\", this.pos += 2);\n if (end === -1) { this.raise(this.pos - 2, \"Unterminated comment\"); }\n this.pos = end + 2;\n if (this.options.locations) {\n lineBreakG.lastIndex = start;\n var match;\n while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) {\n ++this.curLine;\n this.lineStart = match.index + match[0].length;\n }\n }\n if (this.options.onComment)\n { this.options.onComment(true, this.input.slice(start + 2, end), start, this.pos,\n startLoc, this.curPosition()); }\n};\n\npp$9.skipLineComment = function(startSkip) {\n var start = this.pos;\n var startLoc = this.options.onComment && this.curPosition();\n var ch = this.input.charCodeAt(this.pos += startSkip);\n while (this.pos < this.input.length && !isNewLine(ch)) {\n ch = this.input.charCodeAt(++this.pos);\n }\n if (this.options.onComment)\n { this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos,\n startLoc, this.curPosition()); }\n};\n\n// Called at the start of the parse and after every token. Skips\n// whitespace and comments, and.\n\npp$9.skipSpace = function() {\n loop: while (this.pos < this.input.length) {\n var ch = this.input.charCodeAt(this.pos);\n switch (ch) {\n case 32: case 160: // ' '\n ++this.pos;\n break\n case 13:\n if (this.input.charCodeAt(this.pos + 1) === 10) {\n ++this.pos;\n }\n case 10: case 8232: case 8233:\n ++this.pos;\n if (this.options.locations) {\n ++this.curLine;\n this.lineStart = this.pos;\n }\n break\n case 47: // '/'\n switch (this.input.charCodeAt(this.pos + 1)) {\n case 42: // '*'\n this.skipBlockComment();\n break\n case 47:\n this.skipLineComment(2);\n break\n default:\n break loop\n }\n break\n default:\n if (ch > 8 && ch < 14 || ch >= 5760 && nonASCIIwhitespace.test(String.fromCharCode(ch))) {\n ++this.pos;\n } else {\n break loop\n }\n }\n }\n};\n\n// Called at the end of every token. Sets `end`, `val`, and\n// maintains `context` and `exprAllowed`, and skips the space after\n// the token, so that the next one's `start` will point at the\n// right position.\n\npp$9.finishToken = function(type, val) {\n this.end = this.pos;\n if (this.options.locations) { this.endLoc = this.curPosition(); }\n var prevType = this.type;\n this.type = type;\n this.value = val;\n\n this.updateContext(prevType);\n};\n\n// ### Token reading\n\n// This is the function that is called to fetch the next token. It\n// is somewhat obscure, because it works in character codes rather\n// than characters, and because operator parsing has been inlined\n// into it.\n//\n// All in the name of speed.\n//\npp$9.readToken_dot = function() {\n var next = this.input.charCodeAt(this.pos + 1);\n if (next >= 48 && next <= 57) { return this.readNumber(true) }\n var next2 = this.input.charCodeAt(this.pos + 2);\n if (this.options.ecmaVersion >= 6 && next === 46 && next2 === 46) { // 46 = dot '.'\n this.pos += 3;\n return this.finishToken(types.ellipsis)\n } else {\n ++this.pos;\n return this.finishToken(types.dot)\n }\n};\n\npp$9.readToken_slash = function() { // '/'\n var next = this.input.charCodeAt(this.pos + 1);\n if (this.exprAllowed) { ++this.pos; return this.readRegexp() }\n if (next === 61) { return this.finishOp(types.assign, 2) }\n return this.finishOp(types.slash, 1)\n};\n\npp$9.readToken_mult_modulo_exp = function(code) { // '%*'\n var next = this.input.charCodeAt(this.pos + 1);\n var size = 1;\n var tokentype = code === 42 ? types.star : types.modulo;\n\n // exponentiation operator ** and **=\n if (this.options.ecmaVersion >= 7 && code === 42 && next === 42) {\n ++size;\n tokentype = types.starstar;\n next = this.input.charCodeAt(this.pos + 2);\n }\n\n if (next === 61) { return this.finishOp(types.assign, size + 1) }\n return this.finishOp(tokentype, size)\n};\n\npp$9.readToken_pipe_amp = function(code) { // '|&'\n var next = this.input.charCodeAt(this.pos + 1);\n if (next === code) { return this.finishOp(code === 124 ? types.logicalOR : types.logicalAND, 2) }\n if (next === 61) { return this.finishOp(types.assign, 2) }\n return this.finishOp(code === 124 ? types.bitwiseOR : types.bitwiseAND, 1)\n};\n\npp$9.readToken_caret = function() { // '^'\n var next = this.input.charCodeAt(this.pos + 1);\n if (next === 61) { return this.finishOp(types.assign, 2) }\n return this.finishOp(types.bitwiseXOR, 1)\n};\n\npp$9.readToken_plus_min = function(code) { // '+-'\n var next = this.input.charCodeAt(this.pos + 1);\n if (next === code) {\n if (next === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 &&\n (this.lastTokEnd === 0 || lineBreak.test(this.input.slice(this.lastTokEnd, this.pos)))) {\n // A `-->` line comment\n this.skipLineComment(3);\n this.skipSpace();\n return this.nextToken()\n }\n return this.finishOp(types.incDec, 2)\n }\n if (next === 61) { return this.finishOp(types.assign, 2) }\n return this.finishOp(types.plusMin, 1)\n};\n\npp$9.readToken_lt_gt = function(code) { // '<>'\n var next = this.input.charCodeAt(this.pos + 1);\n var size = 1;\n if (next === code) {\n size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2;\n if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types.assign, size + 1) }\n return this.finishOp(types.bitShift, size)\n }\n if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 &&\n this.input.charCodeAt(this.pos + 3) === 45) {\n // `\n if (code === HYPHENMINUS && prevType === HYPHENMINUS) {\n if (offset + 1 < sourceLength && source.charCodeAt(offset + 1) === GREATERTHANSIGN) {\n type = CDC;\n offset = offset + 2;\n tokenCount--; // rewrite prev token\n break;\n }\n }\n\n // ident(\n if (code === LEFTPARENTHESIS && prevType === IDENTIFIER) {\n offset = offset + 1;\n tokenCount--; // rewrite prev token\n balance[tokenCount] = balance[tokenCount + 1];\n balanceStart--;\n\n // 4 char length identifier and equal to `url(` (case insensitive)\n if (offset - anchor === 4 && cmpStr(source, anchor, offset, 'url(')) {\n // special case for url() because it can contain any symbols sequence with few exceptions\n anchor = findWhiteSpaceEnd(source, offset);\n code = source.charCodeAt(anchor);\n if (code !== LEFTPARENTHESIS &&\n code !== RIGHTPARENTHESIS &&\n code !== QUOTATIONMARK &&\n code !== APOSTROPHE) {\n // url(\n offsetAndType[tokenCount++] = (URL << TYPE_SHIFT) | offset;\n balance[tokenCount] = sourceLength;\n\n // ws*\n if (anchor !== offset) {\n offsetAndType[tokenCount++] = (WHITESPACE << TYPE_SHIFT) | anchor;\n balance[tokenCount] = sourceLength;\n }\n\n // raw\n type = RAW;\n offset = findUrlRawEnd(source, anchor);\n } else {\n type = URL;\n }\n } else {\n type = FUNCTION;\n }\n break;\n }\n\n type = code;\n offset = offset + 1;\n break;\n\n case NUMBER:\n offset = findNumberEnd(source, offset + 1, prevType !== FULLSTOP);\n\n // merge number with a preceding dot, dash or plus\n if (prevType === FULLSTOP ||\n prevType === HYPHENMINUS ||\n prevType === PLUSSIGN) {\n tokenCount--; // rewrite prev token\n }\n\n break;\n\n case STRING:\n offset = findStringEnd(source, offset + 1, code);\n break;\n\n default:\n anchor = offset;\n offset = findIdentifierEnd(source, offset);\n\n // merge identifier with a preceding dash\n if (prevType === HYPHENMINUS) {\n // rewrite prev token\n tokenCount--;\n // restore prev prev token type\n // for case @-prefix-ident\n prevType = tokenCount === 0 ? 0 : offsetAndType[tokenCount - 1] >> TYPE_SHIFT;\n }\n\n if (prevType === COMMERCIALAT) {\n // rewrite prev token and change type to \n tokenCount--;\n type = ATRULE;\n }\n }\n\n offsetAndType[tokenCount++] = (type << TYPE_SHIFT) | offset;\n prevType = type;\n }\n\n // finalize arrays\n offsetAndType[tokenCount] = offset;\n balance[tokenCount] = sourceLength;\n while (balanceStart !== 0) {\n balancePrev = balanceStart & OFFSET_MASK;\n balanceStart = balance[balancePrev];\n balance[balancePrev] = sourceLength;\n }\n\n tokenizer.offsetAndType = offsetAndType;\n tokenizer.tokenCount = tokenCount;\n tokenizer.balance = balance;\n}\n\n//\n// tokenizer\n//\n\nvar Tokenizer = function(source, startOffset, startLine, startColumn) {\n this.offsetAndType = null;\n this.balance = null;\n this.lines = null;\n this.columns = null;\n\n this.setSource(source, startOffset, startLine, startColumn);\n};\n\nTokenizer.prototype = {\n setSource: function(source, startOffset, startLine, startColumn) {\n var safeSource = String(source || '');\n var start = firstCharOffset(safeSource);\n\n this.source = safeSource;\n this.firstCharOffset = start;\n this.startOffset = typeof startOffset === 'undefined' ? 0 : startOffset;\n this.startLine = typeof startLine === 'undefined' ? 1 : startLine;\n this.startColumn = typeof startColumn === 'undefined' ? 1 : startColumn;\n this.linesAnsColumnsComputed = false;\n\n this.eof = false;\n this.currentToken = -1;\n this.tokenType = 0;\n this.tokenStart = start;\n this.tokenEnd = start;\n\n tokenLayout(this, safeSource, start);\n this.next();\n },\n\n lookupType: function(offset) {\n offset += this.currentToken;\n\n if (offset < this.tokenCount) {\n return this.offsetAndType[offset] >> TYPE_SHIFT;\n }\n\n return NULL;\n },\n lookupNonWSType: function(offset) {\n offset += this.currentToken;\n\n for (var type; offset < this.tokenCount; offset++) {\n type = this.offsetAndType[offset] >> TYPE_SHIFT;\n\n if (type !== WHITESPACE) {\n return type;\n }\n }\n\n return NULL;\n },\n lookupValue: function(offset, referenceStr) {\n offset += this.currentToken;\n\n if (offset < this.tokenCount) {\n return cmpStr(\n this.source,\n this.offsetAndType[offset - 1] & OFFSET_MASK,\n this.offsetAndType[offset] & OFFSET_MASK,\n referenceStr\n );\n }\n\n return false;\n },\n getTokenStart: function(tokenNum) {\n if (tokenNum === this.currentToken) {\n return this.tokenStart;\n }\n\n if (tokenNum > 0) {\n return tokenNum < this.tokenCount\n ? this.offsetAndType[tokenNum - 1] & OFFSET_MASK\n : this.offsetAndType[this.tokenCount] & OFFSET_MASK;\n }\n\n return this.firstCharOffset;\n },\n getOffsetExcludeWS: function() {\n if (this.currentToken > 0) {\n if ((this.offsetAndType[this.currentToken - 1] >> TYPE_SHIFT) === WHITESPACE) {\n return this.currentToken > 1\n ? this.offsetAndType[this.currentToken - 2] & OFFSET_MASK\n : this.firstCharOffset;\n }\n }\n return this.tokenStart;\n },\n getRawLength: function(startToken, endTokenType1, endTokenType2, includeTokenType2) {\n var cursor = startToken;\n var balanceEnd;\n\n loop:\n for (; cursor < this.tokenCount; cursor++) {\n balanceEnd = this.balance[cursor];\n\n // belance end points to offset before start\n if (balanceEnd < startToken) {\n break loop;\n }\n\n // check token is stop type\n switch (this.offsetAndType[cursor] >> TYPE_SHIFT) {\n case endTokenType1:\n break loop;\n\n case endTokenType2:\n if (includeTokenType2) {\n cursor++;\n }\n break loop;\n\n default:\n // fast forward to the end of balanced block\n if (this.balance[balanceEnd] === cursor) {\n cursor = balanceEnd;\n }\n }\n\n }\n\n return cursor - this.currentToken;\n },\n\n getTokenValue: function() {\n return this.source.substring(this.tokenStart, this.tokenEnd);\n },\n substrToCursor: function(start) {\n return this.source.substring(start, this.tokenStart);\n },\n\n skipWS: function() {\n for (var i = this.currentToken, skipTokenCount = 0; i < this.tokenCount; i++, skipTokenCount++) {\n if ((this.offsetAndType[i] >> TYPE_SHIFT) !== WHITESPACE) {\n break;\n }\n }\n\n if (skipTokenCount > 0) {\n this.skip(skipTokenCount);\n }\n },\n skipSC: function() {\n while (this.tokenType === WHITESPACE || this.tokenType === COMMENT) {\n this.next();\n }\n },\n skip: function(tokenCount) {\n var next = this.currentToken + tokenCount;\n\n if (next < this.tokenCount) {\n this.currentToken = next;\n this.tokenStart = this.offsetAndType[next - 1] & OFFSET_MASK;\n next = this.offsetAndType[next];\n this.tokenType = next >> TYPE_SHIFT;\n this.tokenEnd = next & OFFSET_MASK;\n } else {\n this.currentToken = this.tokenCount;\n this.next();\n }\n },\n next: function() {\n var next = this.currentToken + 1;\n\n if (next < this.tokenCount) {\n this.currentToken = next;\n this.tokenStart = this.tokenEnd;\n next = this.offsetAndType[next];\n this.tokenType = next >> TYPE_SHIFT;\n this.tokenEnd = next & OFFSET_MASK;\n } else {\n this.currentToken = this.tokenCount;\n this.eof = true;\n this.tokenType = NULL;\n this.tokenStart = this.tokenEnd = this.source.length;\n }\n },\n\n eat: function(tokenType) {\n if (this.tokenType !== tokenType) {\n var offset = this.tokenStart;\n var message = NAME[tokenType] + ' is expected';\n\n // tweak message and offset\n if (tokenType === IDENTIFIER) {\n // when identifier is expected but there is a function or url\n if (this.tokenType === FUNCTION || this.tokenType === URL) {\n offset = this.tokenEnd - 1;\n message += ' but function found';\n }\n } else {\n // when test type is part of another token show error for current position + 1\n // e.g. eat(HYPHENMINUS) will fail on \"-foo\", but pointing on \"-\" is odd\n if (this.source.charCodeAt(this.tokenStart) === tokenType) {\n offset = offset + 1;\n }\n }\n\n this.error(message, offset);\n }\n\n this.next();\n },\n eatNonWS: function(tokenType) {\n this.skipWS();\n this.eat(tokenType);\n },\n\n consume: function(tokenType) {\n var value = this.getTokenValue();\n\n this.eat(tokenType);\n\n return value;\n },\n consumeFunctionName: function() {\n var name = this.source.substring(this.tokenStart, this.tokenEnd - 1);\n\n this.eat(FUNCTION);\n\n return name;\n },\n consumeNonWS: function(tokenType) {\n this.skipWS();\n\n return this.consume(tokenType);\n },\n\n expectIdentifier: function(name) {\n if (this.tokenType !== IDENTIFIER || cmpStr(this.source, this.tokenStart, this.tokenEnd, name) === false) {\n this.error('Identifier `' + name + '` is expected');\n }\n\n this.next();\n },\n\n getLocation: function(offset, filename) {\n if (!this.linesAnsColumnsComputed) {\n computeLinesAndColumns(this, this.source);\n }\n\n return {\n source: filename,\n offset: this.startOffset + offset,\n line: this.lines[offset],\n column: this.columns[offset]\n };\n },\n\n getLocationRange: function(start, end, filename) {\n if (!this.linesAnsColumnsComputed) {\n computeLinesAndColumns(this, this.source);\n }\n\n return {\n source: filename,\n start: {\n offset: this.startOffset + start,\n line: this.lines[start],\n column: this.columns[start]\n },\n end: {\n offset: this.startOffset + end,\n line: this.lines[end],\n column: this.columns[end]\n }\n };\n },\n\n error: function(message, offset) {\n var location = typeof offset !== 'undefined' && offset < this.source.length\n ? this.getLocation(offset)\n : this.eof\n ? findLastNonSpaceLocation(this)\n : this.getLocation(this.tokenStart);\n\n throw new CssSyntaxError(\n message || 'Unexpected input',\n this.source,\n location.offset,\n location.line,\n location.column\n );\n },\n\n dump: function() {\n var offset = 0;\n\n return Array.prototype.slice.call(this.offsetAndType, 0, this.tokenCount).map(function(item, idx) {\n var start = offset;\n var end = item & OFFSET_MASK;\n\n offset = end;\n\n return {\n idx: idx,\n type: NAME[item >> TYPE_SHIFT],\n chunk: this.source.substring(start, end),\n balance: this.balance[idx]\n };\n }, this);\n }\n};\n\n// extend with error class\nTokenizer.CssSyntaxError = CssSyntaxError;\n\n// extend tokenizer with constants\nObject.keys(constants).forEach(function(key) {\n Tokenizer[key] = constants[key];\n});\n\n// extend tokenizer with static methods from utils\nObject.keys(utils).forEach(function(key) {\n Tokenizer[key] = utils[key];\n});\n\n// warm up tokenizer to elimitate code branches that never execute\n// fix soft deoptimizations (insufficient type feedback)\nnew Tokenizer('\\n\\r\\r\\n\\f//\"\"\\'\\'/*\\r\\n\\f*/1a;.\\\\31\\t\\+2{url(a);func();+1.2e3 -.4e-5 .6e+7}').getLocation();\n\nmodule.exports = Tokenizer;\n","module.exports = require('./Tokenizer');\n","'use strict';\n\n//\n// item item item item\n// /------\\ /------\\ /------\\ /------\\\n// | data | | data | | data | | data |\n// null <--+-prev |<---+-prev |<---+-prev |<---+-prev |\n// | next-+--->| next-+--->| next-+--->| next-+--> null\n// \\------/ \\------/ \\------/ \\------/\n// ^ ^\n// | list |\n// | /------\\ |\n// \\--------------+-head | |\n// | tail-+--------------/\n// \\------/\n//\n\nfunction createItem(data) {\n return {\n prev: null,\n next: null,\n data: data\n };\n}\n\nvar cursors = null;\nvar List = function() {\n this.cursor = null;\n this.head = null;\n this.tail = null;\n};\n\nList.createItem = createItem;\nList.prototype.createItem = createItem;\n\nList.prototype.getSize = function() {\n var size = 0;\n var cursor = this.head;\n\n while (cursor) {\n size++;\n cursor = cursor.next;\n }\n\n return size;\n};\n\nList.prototype.fromArray = function(array) {\n var cursor = null;\n\n this.head = null;\n\n for (var i = 0; i < array.length; i++) {\n var item = createItem(array[i]);\n\n if (cursor !== null) {\n cursor.next = item;\n } else {\n this.head = item;\n }\n\n item.prev = cursor;\n cursor = item;\n }\n\n this.tail = cursor;\n\n return this;\n};\n\nList.prototype.toArray = function() {\n var cursor = this.head;\n var result = [];\n\n while (cursor) {\n result.push(cursor.data);\n cursor = cursor.next;\n }\n\n return result;\n};\n\nList.prototype.toJSON = List.prototype.toArray;\n\nList.prototype.isEmpty = function() {\n return this.head === null;\n};\n\nList.prototype.first = function() {\n return this.head && this.head.data;\n};\n\nList.prototype.last = function() {\n return this.tail && this.tail.data;\n};\n\nfunction allocateCursor(node, prev, next) {\n var cursor;\n\n if (cursors !== null) {\n cursor = cursors;\n cursors = cursors.cursor;\n cursor.prev = prev;\n cursor.next = next;\n cursor.cursor = node.cursor;\n } else {\n cursor = {\n prev: prev,\n next: next,\n cursor: node.cursor\n };\n }\n\n node.cursor = cursor;\n\n return cursor;\n}\n\nfunction releaseCursor(node) {\n var cursor = node.cursor;\n\n node.cursor = cursor.cursor;\n cursor.prev = null;\n cursor.next = null;\n cursor.cursor = cursors;\n cursors = cursor;\n}\n\nList.prototype.each = function(fn, context) {\n var item;\n\n if (context === undefined) {\n context = this;\n }\n\n // push cursor\n var cursor = allocateCursor(this, null, this.head);\n\n while (cursor.next !== null) {\n item = cursor.next;\n cursor.next = item.next;\n\n fn.call(context, item.data, item, this);\n }\n\n // pop cursor\n releaseCursor(this);\n};\n\nList.prototype.eachRight = function(fn, context) {\n var item;\n\n if (context === undefined) {\n context = this;\n }\n\n // push cursor\n var cursor = allocateCursor(this, this.tail, null);\n\n while (cursor.prev !== null) {\n item = cursor.prev;\n cursor.prev = item.prev;\n\n fn.call(context, item.data, item, this);\n }\n\n // pop cursor\n releaseCursor(this);\n};\n\nList.prototype.nextUntil = function(start, fn, context) {\n if (start === null) {\n return;\n }\n\n var item;\n\n if (context === undefined) {\n context = this;\n }\n\n // push cursor\n var cursor = allocateCursor(this, null, start);\n\n while (cursor.next !== null) {\n item = cursor.next;\n cursor.next = item.next;\n\n if (fn.call(context, item.data, item, this)) {\n break;\n }\n }\n\n // pop cursor\n releaseCursor(this);\n};\n\nList.prototype.prevUntil = function(start, fn, context) {\n if (start === null) {\n return;\n }\n\n var item;\n\n if (context === undefined) {\n context = this;\n }\n\n // push cursor\n var cursor = allocateCursor(this, start, null);\n\n while (cursor.prev !== null) {\n item = cursor.prev;\n cursor.prev = item.prev;\n\n if (fn.call(context, item.data, item, this)) {\n break;\n }\n }\n\n // pop cursor\n releaseCursor(this);\n};\n\nList.prototype.some = function(fn, context) {\n var cursor = this.head;\n\n if (context === undefined) {\n context = this;\n }\n\n while (cursor !== null) {\n if (fn.call(context, cursor.data, cursor, this)) {\n return true;\n }\n\n cursor = cursor.next;\n }\n\n return false;\n};\n\nList.prototype.map = function(fn, context) {\n var result = [];\n var cursor = this.head;\n\n if (context === undefined) {\n context = this;\n }\n\n while (cursor !== null) {\n result.push(fn.call(context, cursor.data, cursor, this));\n cursor = cursor.next;\n }\n\n return result;\n};\n\nList.prototype.clear = function() {\n this.head = null;\n this.tail = null;\n};\n\nList.prototype.copy = function() {\n var result = new List();\n var cursor = this.head;\n\n while (cursor !== null) {\n result.insert(createItem(cursor.data));\n cursor = cursor.next;\n }\n\n return result;\n};\n\nList.prototype.updateCursors = function(prevOld, prevNew, nextOld, nextNew) {\n var cursor = this.cursor;\n\n while (cursor !== null) {\n if (cursor.prev === prevOld) {\n cursor.prev = prevNew;\n }\n\n if (cursor.next === nextOld) {\n cursor.next = nextNew;\n }\n\n cursor = cursor.cursor;\n }\n};\n\nList.prototype.prepend = function(item) {\n // head\n // ^\n // item\n this.updateCursors(null, item, this.head, item);\n\n // insert to the beginning of the list\n if (this.head !== null) {\n // new item <- first item\n this.head.prev = item;\n\n // new item -> first item\n item.next = this.head;\n } else {\n // if list has no head, then it also has no tail\n // in this case tail points to the new item\n this.tail = item;\n }\n\n // head always points to new item\n this.head = item;\n\n return this;\n};\n\nList.prototype.prependData = function(data) {\n return this.prepend(createItem(data));\n};\n\nList.prototype.append = function(item) {\n // tail\n // ^\n // item\n this.updateCursors(this.tail, item, null, item);\n\n // insert to the ending of the list\n if (this.tail !== null) {\n // last item -> new item\n this.tail.next = item;\n\n // last item <- new item\n item.prev = this.tail;\n } else {\n // if list has no tail, then it also has no head\n // in this case head points to new item\n this.head = item;\n }\n\n // tail always points to new item\n this.tail = item;\n\n return this;\n};\n\nList.prototype.appendData = function(data) {\n return this.append(createItem(data));\n};\n\nList.prototype.insert = function(item, before) {\n if (before !== undefined && before !== null) {\n // prev before\n // ^\n // item\n this.updateCursors(before.prev, item, before, item);\n\n if (before.prev === null) {\n // insert to the beginning of list\n if (this.head !== before) {\n throw new Error('before doesn\\'t belong to list');\n }\n\n // since head points to before therefore list doesn't empty\n // no need to check tail\n this.head = item;\n before.prev = item;\n item.next = before;\n\n this.updateCursors(null, item);\n } else {\n\n // insert between two items\n before.prev.next = item;\n item.prev = before.prev;\n\n before.prev = item;\n item.next = before;\n }\n } else {\n this.append(item);\n }\n};\n\nList.prototype.insertData = function(data, before) {\n this.insert(createItem(data), before);\n};\n\nList.prototype.remove = function(item) {\n // item\n // ^\n // prev next\n this.updateCursors(item, item.prev, item, item.next);\n\n if (item.prev !== null) {\n item.prev.next = item.next;\n } else {\n if (this.head !== item) {\n throw new Error('item doesn\\'t belong to list');\n }\n\n this.head = item.next;\n }\n\n if (item.next !== null) {\n item.next.prev = item.prev;\n } else {\n if (this.tail !== item) {\n throw new Error('item doesn\\'t belong to list');\n }\n\n this.tail = item.prev;\n }\n\n item.prev = null;\n item.next = null;\n\n return item;\n};\n\nList.prototype.appendList = function(list) {\n // ignore empty lists\n if (list.head === null) {\n return;\n }\n\n this.updateCursors(this.tail, list.tail, null, list.head);\n\n // insert to end of the list\n if (this.tail !== null) {\n // if destination list has a tail, then it also has a head,\n // but head doesn't change\n\n // dest tail -> source head\n this.tail.next = list.head;\n\n // dest tail <- source head\n list.head.prev = this.tail;\n } else {\n // if list has no a tail, then it also has no a head\n // in this case points head to new item\n this.head = list.head;\n }\n\n // tail always start point to new item\n this.tail = list.tail;\n\n list.head = null;\n list.tail = null;\n};\n\nList.prototype.insertList = function(list, before) {\n if (before !== undefined && before !== null) {\n // ignore empty lists\n if (list.head === null) {\n return;\n }\n\n this.updateCursors(before.prev, list.tail, before, list.head);\n\n // insert in the middle of dist list\n if (before.prev !== null) {\n // before.prev <-> list.head\n before.prev.next = list.head;\n list.head.prev = before.prev;\n } else {\n this.head = list.head;\n }\n\n before.prev = list.tail;\n list.tail.next = before;\n\n list.head = null;\n list.tail = null;\n } else {\n this.appendList(list);\n }\n};\n\nList.prototype.replace = function(oldItem, newItemOrList) {\n if ('head' in newItemOrList) {\n this.insertList(newItemOrList, oldItem);\n } else {\n this.insert(newItemOrList, oldItem);\n }\n this.remove(oldItem);\n};\n\nmodule.exports = List;\n","var List = require('../utils/list');\nvar TYPE = require('../tokenizer').TYPE;\nvar WHITESPACE = TYPE.WhiteSpace;\nvar COMMENT = TYPE.Comment;\n\nmodule.exports = function readSequence(recognizer) {\n var children = new List();\n var child = null;\n var context = {\n recognizer: recognizer,\n space: null,\n ignoreWS: false,\n ignoreWSAfter: false\n };\n\n this.scanner.skipSC();\n\n while (!this.scanner.eof) {\n switch (this.scanner.tokenType) {\n case COMMENT:\n this.scanner.next();\n continue;\n\n case WHITESPACE:\n if (context.ignoreWS) {\n this.scanner.next();\n } else {\n context.space = this.WhiteSpace();\n }\n continue;\n }\n\n child = recognizer.getNode.call(this, context);\n\n if (child === undefined) {\n break;\n }\n\n if (context.space !== null) {\n children.appendData(context.space);\n context.space = null;\n }\n\n children.appendData(child);\n\n if (context.ignoreWSAfter) {\n context.ignoreWSAfter = false;\n context.ignoreWS = true;\n } else {\n context.ignoreWS = false;\n }\n }\n\n return children;\n};\n","'use strict';\n\nvar Tokenizer = require('../tokenizer');\nvar sequence = require('./sequence');\nvar noop = function() {};\n\nfunction createParseContext(name) {\n return function() {\n return this[name]();\n };\n}\n\nfunction processConfig(config) {\n var parserConfig = {\n context: {},\n scope: {},\n atrule: {},\n pseudo: {}\n };\n\n if (config.parseContext) {\n for (var name in config.parseContext) {\n switch (typeof config.parseContext[name]) {\n case 'function':\n parserConfig.context[name] = config.parseContext[name];\n break;\n\n case 'string':\n parserConfig.context[name] = createParseContext(config.parseContext[name]);\n break;\n }\n }\n }\n\n if (config.scope) {\n for (var name in config.scope) {\n parserConfig.scope[name] = config.scope[name];\n }\n }\n\n if (config.atrule) {\n for (var name in config.atrule) {\n var atrule = config.atrule[name];\n\n if (atrule.parse) {\n parserConfig.atrule[name] = atrule.parse;\n }\n }\n }\n\n if (config.pseudo) {\n for (var name in config.pseudo) {\n var pseudo = config.pseudo[name];\n\n if (pseudo.parse) {\n parserConfig.pseudo[name] = pseudo.parse;\n }\n }\n }\n\n if (config.node) {\n for (var name in config.node) {\n parserConfig[name] = config.node[name].parse;\n }\n }\n\n return parserConfig;\n}\n\nmodule.exports = function createParser(config) {\n var parser = {\n scanner: new Tokenizer(),\n filename: '',\n needPositions: false,\n tolerant: false,\n onParseError: noop,\n parseAtruleExpression: true,\n parseSelector: true,\n parseValue: true,\n parseCustomProperty: false,\n\n readSequence: sequence,\n\n tolerantParse: function(consumer, fallback) {\n if (this.tolerant) {\n var start = this.scanner.currentToken;\n\n try {\n return consumer.call(this);\n } catch (e) {\n this.onParseError(e);\n return fallback.call(this, start);\n }\n } else {\n return consumer.call(this);\n }\n },\n\n getLocation: function(start, end) {\n if (this.needPositions) {\n return this.scanner.getLocationRange(\n start,\n end,\n this.filename\n );\n }\n\n return null;\n },\n getLocationFromList: function(list) {\n if (this.needPositions) {\n return this.scanner.getLocationRange(\n list.head !== null ? list.first().loc.start.offset - this.scanner.startOffset : this.scanner.tokenStart,\n list.head !== null ? list.last().loc.end.offset - this.scanner.startOffset : this.scanner.tokenStart,\n this.filename\n );\n }\n\n return null;\n }\n };\n\n config = processConfig(config || {});\n for (var key in config) {\n parser[key] = config[key];\n }\n\n return function(source, options) {\n options = options || {};\n\n var context = options.context || 'default';\n var ast;\n\n parser.scanner.setSource(source, options.offset, options.line, options.column);\n parser.filename = options.filename || '';\n parser.needPositions = Boolean(options.positions);\n parser.tolerant = Boolean(options.tolerant);\n parser.onParseError = typeof options.onParseError === 'function' ? options.onParseError : noop;\n parser.parseAtruleExpression = 'parseAtruleExpression' in options ? Boolean(options.parseAtruleExpression) : true;\n parser.parseSelector = 'parseSelector' in options ? Boolean(options.parseSelector) : true;\n parser.parseValue = 'parseValue' in options ? Boolean(options.parseValue) : true;\n parser.parseCustomProperty = 'parseCustomProperty' in options ? Boolean(options.parseCustomProperty) : false;\n\n if (!parser.context.hasOwnProperty(context)) {\n throw new Error('Unknown context `' + context + '`');\n }\n\n ast = parser.context[context].call(parser, options);\n\n if (!parser.scanner.eof) {\n parser.scanner.error();\n }\n\n // console.log(JSON.stringify(ast, null, 4));\n return ast;\n };\n};\n","var cmpChar = require('../../tokenizer').cmpChar;\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar STRING = TYPE.String;\nvar NUMBER = TYPE.Number;\nvar FUNCTION = TYPE.Function;\nvar URL = TYPE.Url;\nvar NUMBERSIGN = TYPE.NumberSign;\nvar LEFTPARENTHESIS = TYPE.LeftParenthesis;\nvar LEFTSQUAREBRACKET = TYPE.LeftSquareBracket;\nvar PLUSSIGN = TYPE.PlusSign;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar COMMA = TYPE.Comma;\nvar SOLIDUS = TYPE.Solidus;\nvar ASTERISK = TYPE.Asterisk;\nvar PERCENTSIGN = TYPE.PercentSign;\nvar BACKSLASH = TYPE.Backslash;\nvar U = 117; // 'u'.charCodeAt(0)\n\nmodule.exports = function defaultRecognizer(context) {\n switch (this.scanner.tokenType) {\n case NUMBERSIGN:\n return this.HexColor();\n\n case COMMA:\n context.space = null;\n context.ignoreWSAfter = true;\n return this.Operator();\n\n case SOLIDUS:\n case ASTERISK:\n case PLUSSIGN:\n case HYPHENMINUS:\n return this.Operator();\n\n case LEFTPARENTHESIS:\n return this.Parentheses(this.readSequence, context.recognizer);\n\n case LEFTSQUAREBRACKET:\n return this.Brackets(this.readSequence, context.recognizer);\n\n case STRING:\n return this.String();\n\n case NUMBER:\n switch (this.scanner.lookupType(1)) {\n case PERCENTSIGN:\n return this.Percentage();\n\n case IDENTIFIER:\n // edge case: number with folowing \\0 and \\9 hack shouldn't to be a Dimension\n if (cmpChar(this.scanner.source, this.scanner.tokenEnd, BACKSLASH)) {\n return this.Number();\n } else {\n return this.Dimension();\n }\n\n default:\n return this.Number();\n }\n\n case FUNCTION:\n return this.Function(this.readSequence, context.recognizer);\n\n case URL:\n return this.Url();\n\n case IDENTIFIER:\n // check for unicode range, it should start with u+ or U+\n if (cmpChar(this.scanner.source, this.scanner.tokenStart, U) &&\n cmpChar(this.scanner.source, this.scanner.tokenStart + 1, PLUSSIGN)) {\n return this.UnicodeRange();\n } else {\n return this.Identifier();\n }\n }\n};\n","module.exports = {\n getNode: require('./default')\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar NUMBER = TYPE.Number;\nvar NUMBERSIGN = TYPE.NumberSign;\nvar LEFTSQUAREBRACKET = TYPE.LeftSquareBracket;\nvar PLUSSIGN = TYPE.PlusSign;\nvar SOLIDUS = TYPE.Solidus;\nvar ASTERISK = TYPE.Asterisk;\nvar FULLSTOP = TYPE.FullStop;\nvar COLON = TYPE.Colon;\nvar GREATERTHANSIGN = TYPE.GreaterThanSign;\nvar VERTICALLINE = TYPE.VerticalLine;\nvar TILDE = TYPE.Tilde;\n\nfunction getNode(context) {\n switch (this.scanner.tokenType) {\n case PLUSSIGN:\n case GREATERTHANSIGN:\n case TILDE:\n context.space = null;\n context.ignoreWSAfter = true;\n return this.Combinator();\n\n case SOLIDUS: // /deep/\n return this.Combinator();\n\n case FULLSTOP:\n return this.ClassSelector();\n\n case LEFTSQUAREBRACKET:\n return this.AttributeSelector();\n\n case NUMBERSIGN:\n return this.IdSelector();\n\n case COLON:\n if (this.scanner.lookupType(1) === COLON) {\n return this.PseudoElementSelector();\n } else {\n return this.PseudoClassSelector();\n }\n\n case IDENTIFIER:\n case ASTERISK:\n case VERTICALLINE:\n return this.TypeSelector();\n\n case NUMBER:\n return this.Percentage();\n }\n};\n\nmodule.exports = {\n getNode: getNode\n};\n","var List = require('../../utils/list');\n\n// https://drafts.csswg.org/css-images-4/#element-notation\n// https://developer.mozilla.org/en-US/docs/Web/CSS/element\nmodule.exports = function() {\n this.scanner.skipSC();\n\n var id = this.IdSelector();\n\n this.scanner.skipSC();\n\n return new List().appendData(\n id\n );\n};\n","var List = require('../../utils/list');\n\n// legacy IE function\n// expression '(' raw ')'\nmodule.exports = function() {\n return new List().appendData(\n this.Raw(this.scanner.currentToken, 0, 0, false, false)\n );\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar COMMA = TYPE.Comma;\nvar SEMICOLON = TYPE.Semicolon;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar EXCLAMATIONMARK = TYPE.ExclamationMark;\n\n// var '(' ident (',' ? )? ')'\nmodule.exports = function() {\n var children = new List();\n\n this.scanner.skipSC();\n\n var identStart = this.scanner.tokenStart;\n\n this.scanner.eat(HYPHENMINUS);\n if (this.scanner.source.charCodeAt(this.scanner.tokenStart) !== HYPHENMINUS) {\n this.scanner.error('HyphenMinus is expected');\n }\n this.scanner.eat(IDENTIFIER);\n\n children.appendData({\n type: 'Identifier',\n loc: this.getLocation(identStart, this.scanner.tokenStart),\n name: this.scanner.substrToCursor(identStart)\n });\n\n this.scanner.skipSC();\n\n if (this.scanner.tokenType === COMMA) {\n children.appendData(this.Operator());\n children.appendData(this.parseCustomProperty\n ? this.Value(null)\n : this.Raw(this.scanner.currentToken, EXCLAMATIONMARK, SEMICOLON, false, false)\n );\n }\n\n return children;\n};\n","module.exports = {\n getNode: require('./default'),\n '-moz-element': require('../function/element'),\n 'element': require('../function/element'),\n 'expression': require('../function/expression'),\n 'var': require('../function/var')\n};\n","module.exports = {\n AtruleExpression: require('./atruleExpression'),\n Selector: require('./selector'),\n Value: require('./value')\n};\n","module.exports = {\n parse: {\n expression: null,\n block: function() {\n return this.Block(this.Declaration);\n }\n }\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar STRING = TYPE.String;\nvar IDENTIFIER = TYPE.Identifier;\nvar URL = TYPE.Url;\nvar LEFTPARENTHESIS = TYPE.LeftParenthesis;\n\nmodule.exports = {\n parse: {\n expression: function() {\n var children = new List();\n\n this.scanner.skipSC();\n\n switch (this.scanner.tokenType) {\n case STRING:\n children.appendData(this.String());\n break;\n\n case URL:\n children.appendData(this.Url());\n break;\n\n default:\n this.scanner.error('String or url() is expected');\n }\n\n if (this.scanner.lookupNonWSType(0) === IDENTIFIER ||\n this.scanner.lookupNonWSType(0) === LEFTPARENTHESIS) {\n children.appendData(this.WhiteSpace());\n children.appendData(this.MediaQueryList());\n }\n\n return children;\n },\n block: null\n }\n};\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: {\n expression: function() {\n return new List().appendData(\n this.MediaQueryList()\n );\n },\n block: function() {\n return this.Block(this.Rule);\n }\n }\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\nvar LEFTCURLYBRACKET = TYPE.LeftCurlyBracket;\n\nmodule.exports = {\n parse: {\n expression: function() {\n if (this.scanner.lookupNonWSType(0) === LEFTCURLYBRACKET) {\n return null;\n }\n\n return new List().appendData(\n this.SelectorList()\n );\n },\n block: function() {\n return this.Block(this.Declaration);\n }\n }\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar WHITESPACE = TYPE.WhiteSpace;\nvar COMMENT = TYPE.Comment;\nvar IDENTIFIER = TYPE.Identifier;\nvar FUNCTION = TYPE.Function;\nvar LEFTPARENTHESIS = TYPE.LeftParenthesis;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar COLON = TYPE.Colon;\n\nfunction consumeRaw() {\n return new List().appendData(\n this.Raw(this.scanner.currentToken, 0, 0, false, false)\n );\n}\n\nfunction parentheses() {\n var index = 0;\n\n this.scanner.skipSC();\n\n // TODO: make it simplier\n if (this.scanner.tokenType === IDENTIFIER) {\n index = 1;\n } else if (this.scanner.tokenType === HYPHENMINUS &&\n this.scanner.lookupType(1) === IDENTIFIER) {\n index = 2;\n }\n\n if (index !== 0 && this.scanner.lookupNonWSType(index) === COLON) {\n return new List().appendData(\n this.Declaration()\n );\n }\n\n return readSequence.call(this);\n}\n\nfunction readSequence() {\n var children = new List();\n var space = null;\n var child;\n\n this.scanner.skipSC();\n\n scan:\n while (!this.scanner.eof) {\n switch (this.scanner.tokenType) {\n case WHITESPACE:\n space = this.WhiteSpace();\n continue;\n\n case COMMENT:\n this.scanner.next();\n continue;\n\n case FUNCTION:\n child = this.Function(consumeRaw, this.scope.AtruleExpression);\n break;\n\n case IDENTIFIER:\n child = this.Identifier();\n break;\n\n case LEFTPARENTHESIS:\n child = this.Parentheses(parentheses, this.scope.AtruleExpression);\n break;\n\n default:\n break scan;\n }\n\n if (space !== null) {\n children.appendData(space);\n space = null;\n }\n\n children.appendData(child);\n }\n\n return children;\n}\n\nmodule.exports = {\n parse: {\n expression: function() {\n var children = readSequence.call(this);\n\n if (children.isEmpty()) {\n this.scanner.error('Condition is expected');\n }\n\n return children;\n },\n block: function() {\n return this.Block(this.Rule);\n }\n }\n};\n","module.exports = {\n 'font-face': require('./font-face'),\n 'import': require('./import'),\n 'media': require('./media'),\n 'page': require('./page'),\n 'supports': require('./supports')\n};\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: function() {\n return new List().appendData(\n this.Identifier()\n );\n }\n};\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: function() {\n return new List().appendData(\n this.SelectorList()\n );\n }\n};\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: function() {\n return new List().appendData(\n this.Identifier()\n );\n }\n};\n","var List = require('../../../utils/list');\n\nmodule.exports = {\n parse: function selectorList() {\n return new List().appendData(\n this.SelectorList()\n );\n }\n};\n","module.exports = require('./common/selectorList');\n","module.exports = require('./common/selectorList');\n","var List = require('../../../utils/list');\nvar ALLOW_OF_CLAUSE = true;\n\nmodule.exports = {\n parse: function() {\n return new List().appendData(\n this.Nth(ALLOW_OF_CLAUSE)\n );\n }\n};\n","module.exports = require('./common/nthWithOfClause');\n","module.exports = require('./common/nthWithOfClause');\n","var List = require('../../../utils/list');\nvar DISALLOW_OF_CLAUSE = false;\n\nmodule.exports = {\n parse: function nth() {\n return new List().appendData(\n this.Nth(DISALLOW_OF_CLAUSE)\n );\n }\n};\n","module.exports = require('./common/nth');\n","module.exports = require('./common/nth');\n","var List = require('../../utils/list');\n\nmodule.exports = {\n parse: function compoundSelector() {\n return new List().appendData(\n this.Selector()\n );\n }\n};\n","module.exports = {\n 'dir': require('./dir'),\n 'has': require('./has'),\n 'lang': require('./lang'),\n 'matches': require('./matches'),\n 'not': require('./not'),\n 'nth-child': require('./nth-child'),\n 'nth-last-child': require('./nth-last-child'),\n 'nth-last-of-type': require('./nth-last-of-type'),\n 'nth-of-type': require('./nth-of-type'),\n 'slotted': require('./slotted')\n};\n","var cmpChar = require('../../tokenizer').cmpChar;\nvar isNumber = require('../../tokenizer').isNumber;\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar NUMBER = TYPE.Number;\nvar PLUSSIGN = TYPE.PlusSign;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar N = 110; // 'n'.charCodeAt(0)\nvar DISALLOW_SIGN = true;\nvar ALLOW_SIGN = false;\n\nfunction checkTokenIsInteger(scanner, disallowSign) {\n var pos = scanner.tokenStart;\n\n if (scanner.source.charCodeAt(pos) === PLUSSIGN ||\n scanner.source.charCodeAt(pos) === HYPHENMINUS) {\n if (disallowSign) {\n scanner.error();\n }\n pos++;\n }\n\n for (; pos < scanner.tokenEnd; pos++) {\n if (!isNumber(scanner.source.charCodeAt(pos))) {\n scanner.error('Unexpected input', pos);\n }\n }\n}\n\n// An+B microsyntax https://www.w3.org/TR/css-syntax-3/#anb\nmodule.exports = {\n name: 'AnPlusB',\n structure: {\n a: [String, null],\n b: [String, null]\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n var end = start;\n var prefix = '';\n var a = null;\n var b = null;\n\n if (this.scanner.tokenType === NUMBER ||\n this.scanner.tokenType === PLUSSIGN) {\n checkTokenIsInteger(this.scanner, ALLOW_SIGN);\n prefix = this.scanner.getTokenValue();\n this.scanner.next();\n end = this.scanner.tokenStart;\n }\n\n if (this.scanner.tokenType === IDENTIFIER) {\n var bStart = this.scanner.tokenStart;\n\n if (cmpChar(this.scanner.source, bStart, HYPHENMINUS)) {\n if (prefix === '') {\n prefix = '-';\n bStart++;\n } else {\n this.scanner.error('Unexpected hyphen minus');\n }\n }\n\n if (!cmpChar(this.scanner.source, bStart, N)) {\n this.scanner.error();\n }\n\n a = prefix === '' ? '1' :\n prefix === '+' ? '+1' :\n prefix === '-' ? '-1' :\n prefix;\n\n var len = this.scanner.tokenEnd - bStart;\n if (len > 1) {\n // ..n-..\n if (this.scanner.source.charCodeAt(bStart + 1) !== HYPHENMINUS) {\n this.scanner.error('Unexpected input', bStart + 1);\n }\n\n if (len > 2) {\n // ..n-{number}..\n this.scanner.tokenStart = bStart + 2;\n } else {\n // ..n- {number}\n this.scanner.next();\n this.scanner.skipSC();\n }\n\n checkTokenIsInteger(this.scanner, DISALLOW_SIGN);\n b = '-' + this.scanner.getTokenValue();\n this.scanner.next();\n end = this.scanner.tokenStart;\n } else {\n prefix = '';\n this.scanner.next();\n end = this.scanner.tokenStart;\n this.scanner.skipSC();\n\n if (this.scanner.tokenType === HYPHENMINUS ||\n this.scanner.tokenType === PLUSSIGN) {\n prefix = this.scanner.getTokenValue();\n this.scanner.next();\n this.scanner.skipSC();\n }\n\n if (this.scanner.tokenType === NUMBER) {\n checkTokenIsInteger(this.scanner, prefix !== '');\n\n if (!isNumber(this.scanner.source.charCodeAt(this.scanner.tokenStart))) {\n prefix = this.scanner.source.charAt(this.scanner.tokenStart);\n this.scanner.tokenStart++;\n }\n\n if (prefix === '') {\n // should be an operator before number\n this.scanner.error();\n } else if (prefix === '+') {\n // plus is using by default\n prefix = '';\n }\n\n b = prefix + this.scanner.getTokenValue();\n\n this.scanner.next();\n end = this.scanner.tokenStart;\n } else {\n if (prefix) {\n this.scanner.eat(NUMBER);\n }\n }\n }\n } else {\n if (prefix === '' || prefix === '+') { // no number\n this.scanner.error(\n 'Number or identifier is expected',\n this.scanner.tokenStart + (\n this.scanner.tokenType === PLUSSIGN ||\n this.scanner.tokenType === HYPHENMINUS\n )\n );\n }\n\n b = prefix;\n }\n\n return {\n type: 'AnPlusB',\n loc: this.getLocation(start, end),\n a: a,\n b: b\n };\n },\n generate: function(processChunk, node) {\n var a = node.a !== null && node.a !== undefined;\n var b = node.b !== null && node.b !== undefined;\n\n if (a) {\n processChunk(\n node.a === '+1' ? '+n' :\n node.a === '1' ? 'n' :\n node.a === '-1' ? '-n' :\n node.a + 'n'\n );\n\n if (b) {\n b = String(node.b);\n if (b.charAt(0) === '-' || b.charAt(0) === '+') {\n processChunk(b.charAt(0));\n processChunk(b.substr(1));\n } else {\n processChunk('+');\n processChunk(b);\n }\n }\n } else {\n processChunk(String(node.b));\n }\n }\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar ATRULE = TYPE.Atrule;\nvar SEMICOLON = TYPE.Semicolon;\nvar LEFTCURLYBRACKET = TYPE.LeftCurlyBracket;\nvar RIGHTCURLYBRACKET = TYPE.RightCurlyBracket;\n\nfunction isBlockAtrule() {\n for (var offset = 1, type; type = this.scanner.lookupType(offset); offset++) {\n if (type === RIGHTCURLYBRACKET) {\n return true;\n }\n\n if (type === LEFTCURLYBRACKET ||\n type === ATRULE) {\n return false;\n }\n }\n\n this.scanner.skip(offset);\n this.scanner.eat(RIGHTCURLYBRACKET);\n}\n\nmodule.exports = {\n name: 'Atrule',\n structure: {\n name: String,\n expression: ['AtruleExpression', null],\n block: ['Block', null]\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n var name;\n var nameLowerCase;\n var expression = null;\n var block = null;\n\n this.scanner.eat(ATRULE);\n\n name = this.scanner.substrToCursor(start + 1);\n nameLowerCase = name.toLowerCase();\n this.scanner.skipSC();\n\n expression = this.AtruleExpression(name);\n\n // turn empty AtruleExpression into null\n if (expression.children.head === null) {\n expression = null;\n }\n\n this.scanner.skipSC();\n\n if (this.atrule.hasOwnProperty(nameLowerCase)) {\n if (typeof this.atrule[nameLowerCase].block === 'function') {\n if (this.scanner.tokenType !== LEFTCURLYBRACKET) {\n // FIXME: make tolerant\n this.scanner.error('Curly bracket is expected');\n }\n\n block = this.atrule[nameLowerCase].block.call(this);\n } else {\n if (!this.tolerant || !this.scanner.eof) {\n this.scanner.eat(SEMICOLON);\n }\n }\n } else {\n switch (this.scanner.tokenType) {\n case SEMICOLON:\n this.scanner.next();\n break;\n\n case LEFTCURLYBRACKET:\n // TODO: should consume block content as Raw?\n block = this.Block(isBlockAtrule.call(this) ? this.Declaration : this.Rule);\n break;\n\n default:\n if (!this.tolerant) {\n this.scanner.error('Semicolon or block is expected');\n }\n }\n }\n\n return {\n type: 'Atrule',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: name,\n expression: expression,\n block: block\n };\n },\n generate: function(processChunk, node) {\n processChunk('@');\n processChunk(node.name);\n\n if (node.expression !== null) {\n processChunk(' ');\n this.generate(processChunk, node.expression);\n }\n\n if (node.block) {\n this.generate(processChunk, node.block);\n } else {\n processChunk(';');\n }\n },\n walkContext: 'atrule'\n};\n","var List = require('../../utils/list');\n\nvar TYPE = require('../../tokenizer').TYPE;\nvar SEMICOLON = TYPE.Semicolon;\nvar LEFTCURLYBRACKET = TYPE.LeftCurlyBracket;\n\nfunction consumeRaw(startToken) {\n return new List().appendData(\n this.Raw(startToken, SEMICOLON, LEFTCURLYBRACKET, false, true)\n );\n}\n\nfunction consumeDefaultSequence() {\n return this.readSequence(this.scope.AtruleExpression);\n}\n\nmodule.exports = {\n name: 'AtruleExpression',\n structure: {\n children: [[]]\n },\n parse: function(name) {\n var children = null;\n var startToken = this.scanner.currentToken;\n\n if (name !== null) {\n name = name.toLowerCase();\n }\n\n if (this.parseAtruleExpression) {\n // custom consumer\n if (this.atrule.hasOwnProperty(name)) {\n if (typeof this.atrule[name].expression === 'function') {\n children = this.tolerantParse(this.atrule[name].expression, consumeRaw);\n }\n } else {\n // default consumer\n this.scanner.skipSC();\n children = this.tolerantParse(consumeDefaultSequence, consumeRaw);\n }\n\n if (this.tolerant) {\n if (this.scanner.eof || (this.scanner.tokenType !== SEMICOLON && this.scanner.tokenType !== LEFTCURLYBRACKET)) {\n children = consumeRaw.call(this, startToken);\n }\n }\n } else {\n children = consumeRaw.call(this, startToken);\n }\n\n if (children === null) {\n children = new List();\n }\n\n return {\n type: 'AtruleExpression',\n loc: this.getLocationFromList(children),\n children: children\n };\n },\n generate: function(processChunk, node) {\n this.each(processChunk, node);\n },\n walkContext: 'atruleExpression'\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar STRING = TYPE.String;\nvar DOLLARSIGN = TYPE.DollarSign;\nvar ASTERISK = TYPE.Asterisk;\nvar COLON = TYPE.Colon;\nvar EQUALSSIGN = TYPE.EqualsSign;\nvar LEFTSQUAREBRACKET = TYPE.LeftSquareBracket;\nvar RIGHTSQUAREBRACKET = TYPE.RightSquareBracket;\nvar CIRCUMFLEXACCENT = TYPE.CircumflexAccent;\nvar VERTICALLINE = TYPE.VerticalLine;\nvar TILDE = TYPE.Tilde;\n\nfunction getAttributeName() {\n if (this.scanner.eof) {\n this.scanner.error('Unexpected end of input');\n }\n\n var start = this.scanner.tokenStart;\n var expectIdentifier = false;\n var checkColon = true;\n\n if (this.scanner.tokenType === ASTERISK) {\n expectIdentifier = true;\n checkColon = false;\n this.scanner.next();\n } else if (this.scanner.tokenType !== VERTICALLINE) {\n this.scanner.eat(IDENTIFIER);\n }\n\n if (this.scanner.tokenType === VERTICALLINE) {\n if (this.scanner.lookupType(1) !== EQUALSSIGN) {\n this.scanner.next();\n this.scanner.eat(IDENTIFIER);\n } else if (expectIdentifier) {\n this.scanner.error('Identifier is expected', this.scanner.tokenEnd);\n }\n } else if (expectIdentifier) {\n this.scanner.error('Vertical line is expected');\n }\n\n if (checkColon && this.scanner.tokenType === COLON) {\n this.scanner.next();\n this.scanner.eat(IDENTIFIER);\n }\n\n return {\n type: 'Identifier',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: this.scanner.substrToCursor(start)\n };\n}\n\nfunction getOperator() {\n var start = this.scanner.tokenStart;\n var tokenType = this.scanner.tokenType;\n\n if (tokenType !== EQUALSSIGN && // =\n tokenType !== TILDE && // ~=\n tokenType !== CIRCUMFLEXACCENT && // ^=\n tokenType !== DOLLARSIGN && // $=\n tokenType !== ASTERISK && // *=\n tokenType !== VERTICALLINE // |=\n ) {\n this.scanner.error('Attribute selector (=, ~=, ^=, $=, *=, |=) is expected');\n }\n\n if (tokenType === EQUALSSIGN) {\n this.scanner.next();\n } else {\n this.scanner.next();\n this.scanner.eat(EQUALSSIGN);\n }\n\n return this.scanner.substrToCursor(start);\n}\n\n// '[' S* attrib_name ']'\n// '[' S* attrib_name S* attrib_matcher S* [ IDENT | STRING ] S* attrib_flags? S* ']'\nmodule.exports = {\n name: 'AttributeSelector',\n structure: {\n name: 'Identifier',\n matcher: [String, null],\n value: ['String', 'Identifier', null],\n flags: [String, null]\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n var name;\n var matcher = null;\n var value = null;\n var flags = null;\n\n this.scanner.eat(LEFTSQUAREBRACKET);\n this.scanner.skipSC();\n\n name = getAttributeName.call(this);\n this.scanner.skipSC();\n\n if (this.scanner.tokenType !== RIGHTSQUAREBRACKET) {\n // avoid case `[name i]`\n if (this.scanner.tokenType !== IDENTIFIER) {\n matcher = getOperator.call(this);\n\n this.scanner.skipSC();\n\n value = this.scanner.tokenType === STRING\n ? this.String()\n : this.Identifier();\n\n this.scanner.skipSC();\n }\n\n // attribute flags\n if (this.scanner.tokenType === IDENTIFIER) {\n flags = this.scanner.getTokenValue();\n this.scanner.next();\n\n this.scanner.skipSC();\n }\n }\n\n this.scanner.eat(RIGHTSQUAREBRACKET);\n\n return {\n type: 'AttributeSelector',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: name,\n matcher: matcher,\n value: value,\n flags: flags\n };\n },\n generate: function(processChunk, node) {\n var flagsPrefix = ' ';\n\n processChunk('[');\n this.generate(processChunk, node.name);\n\n if (node.matcher !== null) {\n processChunk(node.matcher);\n\n if (node.value !== null) {\n this.generate(processChunk, node.value);\n\n // space between string and flags is not required\n if (node.value.type === 'String') {\n flagsPrefix = '';\n }\n }\n }\n\n if (node.flags !== null) {\n processChunk(flagsPrefix);\n processChunk(node.flags);\n }\n\n processChunk(']');\n }\n};\n","var List = require('../../utils/list');\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar WHITESPACE = TYPE.WhiteSpace;\nvar COMMENT = TYPE.Comment;\nvar SEMICOLON = TYPE.Semicolon;\nvar ATRULE = TYPE.Atrule;\nvar LEFTCURLYBRACKET = TYPE.LeftCurlyBracket;\nvar RIGHTCURLYBRACKET = TYPE.RightCurlyBracket;\n\nfunction consumeRaw(startToken) {\n return this.Raw(startToken, 0, SEMICOLON, true, true);\n}\n\nmodule.exports = {\n name: 'Block',\n structure: {\n children: [['Atrule', 'Rule', 'Declaration']]\n },\n parse: function(defaultConsumer) {\n if (!defaultConsumer) {\n defaultConsumer = this.Declaration;\n }\n\n var start = this.scanner.tokenStart;\n var children = new List();\n\n this.scanner.eat(LEFTCURLYBRACKET);\n\n scan:\n while (!this.scanner.eof) {\n switch (this.scanner.tokenType) {\n case RIGHTCURLYBRACKET:\n break scan;\n\n case WHITESPACE:\n case COMMENT:\n case SEMICOLON:\n this.scanner.next();\n break;\n\n case ATRULE:\n children.appendData(this.tolerantParse(this.Atrule, consumeRaw));\n break;\n\n default:\n children.appendData(this.tolerantParse(defaultConsumer, consumeRaw));\n }\n }\n\n if (!this.tolerant || !this.scanner.eof) {\n this.scanner.eat(RIGHTCURLYBRACKET);\n }\n\n return {\n type: 'Block',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function(processChunk, node) {\n processChunk('{');\n this.each(processChunk, node);\n processChunk('}');\n },\n walkContext: 'block'\n};\n","var TYPE = require('../../tokenizer').TYPE;\nvar LEFTSQUAREBRACKET = TYPE.LeftSquareBracket;\nvar RIGHTSQUAREBRACKET = TYPE.RightSquareBracket;\n\n// currently only Grid Layout uses square brackets, but left it universal\n// https://drafts.csswg.org/css-grid/#track-sizing\n// [ ident* ]\nmodule.exports = {\n name: 'Brackets',\n structure: {\n children: [[]]\n },\n parse: function(readSequence, recognizer) {\n var start = this.scanner.tokenStart;\n var children = null;\n\n this.scanner.eat(LEFTSQUAREBRACKET);\n children = readSequence.call(this, recognizer);\n this.scanner.eat(RIGHTSQUAREBRACKET);\n\n return {\n type: 'Brackets',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function(processChunk, node) {\n processChunk('[');\n this.each(processChunk, node);\n processChunk(']');\n }\n};\n","var CDC = require('../../tokenizer').TYPE.CDC;\n\nmodule.exports = {\n name: 'CDC',\n structure: [],\n parse: function() {\n var start = this.scanner.tokenStart;\n\n this.scanner.eat(CDC); // -->\n\n return {\n type: 'CDC',\n loc: this.getLocation(start, this.scanner.tokenStart)\n };\n },\n generate: function(processChunk) {\n processChunk('-->');\n }\n};\n","var CDO = require('../../tokenizer').TYPE.CDO;\n\nmodule.exports = {\n name: 'CDO',\n structure: [],\n parse: function() {\n var start = this.scanner.tokenStart;\n\n this.scanner.eat(CDO); // \n child = this.CDC();\n break;\n\n // CSS Syntax Module Level 3\n // §2.2 Error handling\n // At the \"top level\" of a stylesheet, an starts an at-rule.\n case ATRULE:\n child = this.Atrule();\n break;\n\n // Anything else starts a qualified rule ...\n default:\n child = this.tolerantParse(this.Rule, consumeRaw);\n }\n\n children.appendData(child);\n }\n\n return {\n type: 'StyleSheet',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function(processChunk, node) {\n this.each(processChunk, node);\n },\n walkContext: 'stylesheet'\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar ASTERISK = TYPE.Asterisk;\nvar VERTICALLINE = TYPE.VerticalLine;\n\nfunction eatIdentifierOrAsterisk() {\n if (this.scanner.tokenType !== IDENTIFIER &&\n this.scanner.tokenType !== ASTERISK) {\n this.scanner.error('Identifier or asterisk is expected');\n }\n\n this.scanner.next();\n}\n\n// ident\n// ident|ident\n// ident|*\n// *\n// *|ident\n// *|*\n// |ident\n// |*\nmodule.exports = {\n name: 'TypeSelector',\n structure: {\n name: String\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n\n if (this.scanner.tokenType === VERTICALLINE) {\n this.scanner.next();\n eatIdentifierOrAsterisk.call(this);\n } else {\n eatIdentifierOrAsterisk.call(this);\n\n if (this.scanner.tokenType === VERTICALLINE) {\n this.scanner.next();\n eatIdentifierOrAsterisk.call(this);\n }\n }\n\n return {\n type: 'TypeSelector',\n loc: this.getLocation(start, this.scanner.tokenStart),\n name: this.scanner.substrToCursor(start)\n };\n },\n generate: function(processChunk, node) {\n processChunk(node.name);\n }\n};\n","var isHex = require('../../tokenizer').isHex;\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar IDENTIFIER = TYPE.Identifier;\nvar NUMBER = TYPE.Number;\nvar PLUSSIGN = TYPE.PlusSign;\nvar HYPHENMINUS = TYPE.HyphenMinus;\nvar FULLSTOP = TYPE.FullStop;\nvar QUESTIONMARK = TYPE.QuestionMark;\n\nfunction scanUnicodeNumber(scanner) {\n for (var pos = scanner.tokenStart + 1; pos < scanner.tokenEnd; pos++) {\n var code = scanner.source.charCodeAt(pos);\n\n // break on fullstop or hyperminus/plussign after exponent\n if (code === FULLSTOP || code === PLUSSIGN) {\n // break token, exclude symbol\n scanner.tokenStart = pos;\n return false;\n }\n }\n\n return true;\n}\n\n// https://drafts.csswg.org/css-syntax-3/#urange\nfunction scanUnicodeRange(scanner) {\n var hexStart = scanner.tokenStart + 1; // skip +\n var hexLength = 0;\n\n scan: {\n if (scanner.tokenType === NUMBER) {\n if (scanner.source.charCodeAt(scanner.tokenStart) !== FULLSTOP && scanUnicodeNumber(scanner)) {\n scanner.next();\n } else if (scanner.source.charCodeAt(scanner.tokenStart) !== HYPHENMINUS) {\n break scan;\n }\n } else {\n scanner.next(); // PLUSSIGN\n }\n\n if (scanner.tokenType === HYPHENMINUS) {\n scanner.next();\n }\n\n if (scanner.tokenType === NUMBER) {\n scanner.next();\n }\n\n if (scanner.tokenType === IDENTIFIER) {\n scanner.next();\n }\n\n if (scanner.tokenStart === hexStart) {\n scanner.error('Unexpected input', hexStart);\n }\n }\n\n // validate for U+x{1,6} or U+x{1,6}-x{1,6}\n // where x is [0-9a-fA-F]\n for (var i = hexStart, wasHyphenMinus = false; i < scanner.tokenStart; i++) {\n var code = scanner.source.charCodeAt(i);\n\n if (isHex(code) === false && (code !== HYPHENMINUS || wasHyphenMinus)) {\n scanner.error('Unexpected input', i);\n }\n\n if (code === HYPHENMINUS) {\n // hex sequence shouldn't be an empty\n if (hexLength === 0) {\n scanner.error('Unexpected input', i);\n }\n\n wasHyphenMinus = true;\n hexLength = 0;\n } else {\n hexLength++;\n\n // too long hex sequence\n if (hexLength > 6) {\n scanner.error('Too long hex sequence', i);\n }\n }\n\n }\n\n // check we have a non-zero sequence\n if (hexLength === 0) {\n scanner.error('Unexpected input', i - 1);\n }\n\n // U+abc???\n if (!wasHyphenMinus) {\n // consume as many U+003F QUESTION MARK (?) code points as possible\n for (; hexLength < 6 && !scanner.eof; scanner.next()) {\n if (scanner.tokenType !== QUESTIONMARK) {\n break;\n }\n\n hexLength++;\n }\n }\n}\n\nmodule.exports = {\n name: 'UnicodeRange',\n structure: {\n value: String\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n\n this.scanner.next(); // U or u\n scanUnicodeRange(this.scanner);\n\n return {\n type: 'UnicodeRange',\n loc: this.getLocation(start, this.scanner.tokenStart),\n value: this.scanner.substrToCursor(start)\n };\n },\n generate: function(processChunk, node) {\n processChunk(node.value);\n }\n};\n","var TYPE = require('../../tokenizer').TYPE;\n\nvar STRING = TYPE.String;\nvar URL = TYPE.Url;\nvar RAW = TYPE.Raw;\nvar RIGHTPARENTHESIS = TYPE.RightParenthesis;\n\n// url '(' S* (string | raw) S* ')'\nmodule.exports = {\n name: 'Url',\n structure: {\n value: ['String', 'Raw']\n },\n parse: function() {\n var start = this.scanner.tokenStart;\n var value;\n\n this.scanner.eat(URL);\n this.scanner.skipSC();\n\n switch (this.scanner.tokenType) {\n case STRING:\n value = this.String();\n break;\n\n case RAW:\n value = this.Raw(this.scanner.currentToken, 0, RAW, true, false);\n break;\n\n default:\n this.scanner.error('String or Raw is expected');\n }\n\n this.scanner.skipSC();\n this.scanner.eat(RIGHTPARENTHESIS);\n\n return {\n type: 'Url',\n loc: this.getLocation(start, this.scanner.tokenStart),\n value: value\n };\n },\n generate: function(processChunk, node) {\n processChunk('url');\n processChunk('(');\n this.generate(processChunk, node.value);\n processChunk(')');\n }\n};\n","var endsWith = require('../../tokenizer').endsWith;\nvar TYPE = require('../../tokenizer').TYPE;\n\nvar WHITESPACE = TYPE.WhiteSpace;\nvar COMMENT = TYPE.Comment;\nvar FUNCTION = TYPE.Function;\nvar COLON = TYPE.Colon;\nvar SEMICOLON = TYPE.Semicolon;\nvar EXCLAMATIONMARK = TYPE.ExclamationMark;\n\n// 'progid:' ws* 'DXImageTransform.Microsoft.' ident ws* '(' .* ')'\nfunction checkProgid(scanner) {\n var offset = 0;\n\n for (var type; type = scanner.lookupType(offset); offset++) {\n if (type !== WHITESPACE && type !== COMMENT) {\n break;\n }\n }\n\n if (scanner.lookupValue(offset, 'alpha(') ||\n scanner.lookupValue(offset, 'chroma(') ||\n scanner.lookupValue(offset, 'dropshadow(')) {\n if (scanner.lookupType(offset) !== FUNCTION) {\n return false;\n }\n } else {\n if (scanner.lookupValue(offset, 'progid') === false ||\n scanner.lookupType(offset + 1) !== COLON) {\n return false;\n }\n }\n\n return true;\n}\n\nmodule.exports = {\n name: 'Value',\n structure: {\n children: [[]]\n },\n parse: function(property) {\n // special parser for filter property since it can contains non-standart syntax for old IE\n if (property !== null && endsWith(property, 'filter') && checkProgid(this.scanner)) {\n this.scanner.skipSC();\n return this.Raw(this.scanner.currentToken, EXCLAMATIONMARK, SEMICOLON, false, false);\n }\n\n var start = this.scanner.tokenStart;\n var children = this.readSequence(this.scope.Value);\n\n return {\n type: 'Value',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function(processChunk, node) {\n this.each(processChunk, node);\n }\n};\n","var WHITESPACE = require('../../tokenizer').TYPE.WhiteSpace;\nvar SPACE = Object.freeze({\n type: 'WhiteSpace',\n loc: null,\n value: ' '\n});\n\nmodule.exports = {\n name: 'WhiteSpace',\n structure: {\n value: String\n },\n parse: function() {\n this.scanner.eat(WHITESPACE);\n return SPACE;\n\n // return {\n // type: 'WhiteSpace',\n // loc: this.getLocation(this.scanner.tokenStart, this.scanner.tokenEnd),\n // value: this.scanner.consume(WHITESPACE)\n // };\n },\n generate: function(processChunk, node) {\n processChunk(node.value);\n }\n};\n","module.exports = {\n AnPlusB: require('./AnPlusB'),\n Atrule: require('./Atrule'),\n AtruleExpression: require('./AtruleExpression'),\n AttributeSelector: require('./AttributeSelector'),\n Block: require('./Block'),\n Brackets: require('./Brackets'),\n CDC: require('./CDC'),\n CDO: require('./CDO'),\n ClassSelector: require('./ClassSelector'),\n Combinator: require('./Combinator'),\n Comment: require('./Comment'),\n Declaration: require('./Declaration'),\n DeclarationList: require('./DeclarationList'),\n Dimension: require('./Dimension'),\n Function: require('./Function'),\n HexColor: require('./HexColor'),\n Identifier: require('./Identifier'),\n IdSelector: require('./IdSelector'),\n MediaFeature: require('./MediaFeature'),\n MediaQuery: require('./MediaQuery'),\n MediaQueryList: require('./MediaQueryList'),\n Nth: require('./Nth'),\n Number: require('./Number'),\n Operator: require('./Operator'),\n Parentheses: require('./Parentheses'),\n Percentage: require('./Percentage'),\n PseudoClassSelector: require('./PseudoClassSelector'),\n PseudoElementSelector: require('./PseudoElementSelector'),\n Ratio: require('./Ratio'),\n Raw: require('./Raw'),\n Rule: require('./Rule'),\n Selector: require('./Selector'),\n SelectorList: require('./SelectorList'),\n String: require('./String'),\n StyleSheet: require('./StyleSheet'),\n TypeSelector: require('./TypeSelector'),\n UnicodeRange: require('./UnicodeRange'),\n Url: require('./Url'),\n Value: require('./Value'),\n WhiteSpace: require('./WhiteSpace')\n};\n","module.exports = {\n parseContext: {\n default: 'StyleSheet',\n stylesheet: 'StyleSheet',\n atrule: 'Atrule',\n atruleExpression: function(options) {\n return this.AtruleExpression(options.atrule ? String(options.atrule) : null);\n },\n mediaQueryList: 'MediaQueryList',\n mediaQuery: 'MediaQuery',\n rule: 'Rule',\n selectorList: 'SelectorList',\n selector: 'Selector',\n block: function() {\n return this.Block(this.Declaration);\n },\n declarationList: 'DeclarationList',\n declaration: 'Declaration',\n value: function(options) {\n return this.Value(options.property ? String(options.property) : null);\n }\n },\n scope: require('../scope'),\n atrule: require('../atrule'),\n pseudo: require('../pseudo'),\n node: require('../node')\n};\n","var createParser = require('./create');\nvar config = require('../syntax/config/parser');\n\nmodule.exports = createParser(config);\n","export function walk(ast, { enter, leave }) {\n\tvisit(ast, null, enter, leave);\n}\n\nlet shouldSkip = false;\nconst context = { skip: () => shouldSkip = true };\n\nexport const childKeys = {};\n\nconst toString = Object.prototype.toString;\n\nfunction isArray(thing) {\n\treturn toString.call(thing) === '[object Array]';\n}\n\nfunction visit(node, parent, enter, leave, prop, index) {\n\tif (!node) return;\n\n\tif (enter) {\n\t\tconst _shouldSkip = shouldSkip;\n\t\tshouldSkip = false;\n\t\tenter.call(context, node, parent, prop, index);\n\t\tconst skipped = shouldSkip;\n\t\tshouldSkip = _shouldSkip;\n\n\t\tif (skipped) return;\n\t}\n\n\tconst keys = node.type && childKeys[node.type] || (\n\t\tchildKeys[node.type] = Object.keys(node).filter(key => typeof node[key] === 'object')\n\t);\n\n\tfor (let i = 0; i < keys.length; i += 1) {\n\t\tconst key = keys[i];\n\t\tconst value = node[key];\n\n\t\tif (isArray(value)) {\n\t\t\tfor (let j = 0; j < value.length; j += 1) {\n\t\t\t\tvalue[j] && value[j].type && visit(value[j], node, enter, leave, key, j);\n\t\t\t}\n\t\t}\n\n\t\telse if (value && value.type) {\n\t\t\tvisit(value, node, enter, leave, key, null);\n\t\t}\n\t}\n\n\tif (leave) {\n\t\tleave(node, parent, prop, index);\n\t}\n}\n","import parse from 'css-tree/lib/parser/index.js';\nimport { walk } from 'estree-walker';\nimport { Parser } from '../index';\nimport { Node } from '../../interfaces';\n\nexport default function read_style(parser: Parser, start: number, attributes: Node[]) {\n\tconst content_start = parser.index;\n\tconst styles = parser.read_until(/<\\/style>/);\n\tconst content_end = parser.index;\n\n\tlet ast;\n\n\ttry {\n\t\tast = parse(styles, {\n\t\t\tpositions: true,\n\t\t\toffset: content_start,\n\t\t});\n\t} catch (err) {\n\t\tif (err.name === 'CssSyntaxError') {\n\t\t\tparser.error({\n\t\t\t\tcode: `css-syntax-error`,\n\t\t\t\tmessage: err.message\n\t\t\t}, err.offset);\n\t\t} else {\n\t\t\tthrow err;\n\t\t}\n\t}\n\n\tast = JSON.parse(JSON.stringify(ast));\n\n\t// tidy up AST\n\twalk(ast, {\n\t\tenter: (node: Node) => {\n\t\t\t// replace `ref:a` nodes\n\t\t\tif (node.type === 'Selector') {\n\t\t\t\tfor (let i = 0; i < node.children.length; i += 1) {\n\t\t\t\t\tconst a = node.children[i];\n\t\t\t\t\tconst b = node.children[i + 1];\n\n\t\t\t\t\tif (is_ref_selector(a, b)) {\n\t\t\t\t\t\tparser.error({\n\t\t\t\t\t\t\tcode: `invalid-ref-selector`,\n\t\t\t\t\t\t\tmessage: 'ref selectors are no longer supported'\n\t\t\t\t\t\t}, a.loc.start.offset);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (node.loc) {\n\t\t\t\tnode.start = node.loc.start.offset;\n\t\t\t\tnode.end = node.loc.end.offset;\n\t\t\t\tdelete node.loc;\n\t\t\t}\n\t\t}\n\t});\n\n\tparser.eat('', true);\n\tconst end = parser.index;\n\n\treturn {\n\t\tstart,\n\t\tend,\n\t\tattributes,\n\t\tchildren: ast.children,\n\t\tcontent: {\n\t\t\tstart: content_start,\n\t\t\tend: content_end,\n\t\t\tstyles,\n\t\t},\n\t};\n}\n\nfunction is_ref_selector(a: Node, b: Node) {\n\tif (!b) return false;\n\n\treturn (\n\t\ta.type === 'TypeSelector' &&\n\t\ta.name === 'ref' &&\n\t\tb.type === 'PseudoClassSelector'\n\t);\n}","// https://dev.w3.org/html5/html-author/charref\nexport default {\n\tCounterClockwiseContourIntegral: 8755,\n\tClockwiseContourIntegral: 8754,\n\tDoubleLongLeftRightArrow: 10234,\n\tDiacriticalDoubleAcute: 733,\n\tNotSquareSupersetEqual: 8931,\n\tCloseCurlyDoubleQuote: 8221,\n\tDoubleContourIntegral: 8751,\n\tFilledVerySmallSquare: 9642,\n\tNegativeVeryThinSpace: 8203,\n\tNotPrecedesSlantEqual: 8928,\n\tNotRightTriangleEqual: 8941,\n\tNotSucceedsSlantEqual: 8929,\n\tCapitalDifferentialD: 8517,\n\tDoubleLeftRightArrow: 8660,\n\tDoubleLongRightArrow: 10233,\n\tEmptyVerySmallSquare: 9643,\n\tNestedGreaterGreater: 8811,\n\tNotDoubleVerticalBar: 8742,\n\tNotLeftTriangleEqual: 8940,\n\tNotSquareSubsetEqual: 8930,\n\tOpenCurlyDoubleQuote: 8220,\n\tReverseUpEquilibrium: 10607,\n\tDoubleLongLeftArrow: 10232,\n\tDownLeftRightVector: 10576,\n\tLeftArrowRightArrow: 8646,\n\tNegativeMediumSpace: 8203,\n\tRightArrowLeftArrow: 8644,\n\tSquareSupersetEqual: 8850,\n\tleftrightsquigarrow: 8621,\n\tDownRightTeeVector: 10591,\n\tDownRightVectorBar: 10583,\n\tLongLeftRightArrow: 10231,\n\tLongleftrightarrow: 10234,\n\tNegativeThickSpace: 8203,\n\tPrecedesSlantEqual: 8828,\n\tReverseEquilibrium: 8651,\n\tRightDoubleBracket: 10215,\n\tRightDownTeeVector: 10589,\n\tRightDownVectorBar: 10581,\n\tRightTriangleEqual: 8885,\n\tSquareIntersection: 8851,\n\tSucceedsSlantEqual: 8829,\n\tblacktriangleright: 9656,\n\tlongleftrightarrow: 10231,\n\tDoubleUpDownArrow: 8661,\n\tDoubleVerticalBar: 8741,\n\tDownLeftTeeVector: 10590,\n\tDownLeftVectorBar: 10582,\n\tFilledSmallSquare: 9724,\n\tGreaterSlantEqual: 10878,\n\tLeftDoubleBracket: 10214,\n\tLeftDownTeeVector: 10593,\n\tLeftDownVectorBar: 10585,\n\tLeftTriangleEqual: 8884,\n\tNegativeThinSpace: 8203,\n\tNotReverseElement: 8716,\n\tNotTildeFullEqual: 8775,\n\tRightAngleBracket: 10217,\n\tRightUpDownVector: 10575,\n\tSquareSubsetEqual: 8849,\n\tVerticalSeparator: 10072,\n\tblacktriangledown: 9662,\n\tblacktriangleleft: 9666,\n\tleftrightharpoons: 8651,\n\trightleftharpoons: 8652,\n\ttwoheadrightarrow: 8608,\n\tDiacriticalAcute: 180,\n\tDiacriticalGrave: 96,\n\tDiacriticalTilde: 732,\n\tDoubleRightArrow: 8658,\n\tDownArrowUpArrow: 8693,\n\tEmptySmallSquare: 9723,\n\tGreaterEqualLess: 8923,\n\tGreaterFullEqual: 8807,\n\tLeftAngleBracket: 10216,\n\tLeftUpDownVector: 10577,\n\tLessEqualGreater: 8922,\n\tNonBreakingSpace: 160,\n\tNotRightTriangle: 8939,\n\tNotSupersetEqual: 8841,\n\tRightTriangleBar: 10704,\n\tRightUpTeeVector: 10588,\n\tRightUpVectorBar: 10580,\n\tUnderParenthesis: 9181,\n\tUpArrowDownArrow: 8645,\n\tcirclearrowright: 8635,\n\tdownharpoonright: 8642,\n\tntrianglerighteq: 8941,\n\trightharpoondown: 8641,\n\trightrightarrows: 8649,\n\ttwoheadleftarrow: 8606,\n\tvartriangleright: 8883,\n\tCloseCurlyQuote: 8217,\n\tContourIntegral: 8750,\n\tDoubleDownArrow: 8659,\n\tDoubleLeftArrow: 8656,\n\tDownRightVector: 8641,\n\tLeftRightVector: 10574,\n\tLeftTriangleBar: 10703,\n\tLeftUpTeeVector: 10592,\n\tLeftUpVectorBar: 10584,\n\tLowerRightArrow: 8600,\n\tNotGreaterEqual: 8817,\n\tNotGreaterTilde: 8821,\n\tNotLeftTriangle: 8938,\n\tOverParenthesis: 9180,\n\tRightDownVector: 8642,\n\tShortRightArrow: 8594,\n\tUpperRightArrow: 8599,\n\tbigtriangledown: 9661,\n\tcirclearrowleft: 8634,\n\tcurvearrowright: 8631,\n\tdownharpoonleft: 8643,\n\tleftharpoondown: 8637,\n\tleftrightarrows: 8646,\n\tnLeftrightarrow: 8654,\n\tnleftrightarrow: 8622,\n\tntrianglelefteq: 8940,\n\trightleftarrows: 8644,\n\trightsquigarrow: 8605,\n\trightthreetimes: 8908,\n\tstraightepsilon: 1013,\n\ttrianglerighteq: 8885,\n\tvartriangleleft: 8882,\n\tDiacriticalDot: 729,\n\tDoubleRightTee: 8872,\n\tDownLeftVector: 8637,\n\tGreaterGreater: 10914,\n\tHorizontalLine: 9472,\n\tInvisibleComma: 8291,\n\tInvisibleTimes: 8290,\n\tLeftDownVector: 8643,\n\tLeftRightArrow: 8596,\n\tLeftrightarrow: 8660,\n\tLessSlantEqual: 10877,\n\tLongRightArrow: 10230,\n\tLongrightarrow: 10233,\n\tLowerLeftArrow: 8601,\n\tNestedLessLess: 8810,\n\tNotGreaterLess: 8825,\n\tNotLessGreater: 8824,\n\tNotSubsetEqual: 8840,\n\tNotVerticalBar: 8740,\n\tOpenCurlyQuote: 8216,\n\tReverseElement: 8715,\n\tRightTeeVector: 10587,\n\tRightVectorBar: 10579,\n\tShortDownArrow: 8595,\n\tShortLeftArrow: 8592,\n\tSquareSuperset: 8848,\n\tTildeFullEqual: 8773,\n\tUpperLeftArrow: 8598,\n\tZeroWidthSpace: 8203,\n\tcurvearrowleft: 8630,\n\tdoublebarwedge: 8966,\n\tdowndownarrows: 8650,\n\thookrightarrow: 8618,\n\tleftleftarrows: 8647,\n\tleftrightarrow: 8596,\n\tleftthreetimes: 8907,\n\tlongrightarrow: 10230,\n\tlooparrowright: 8620,\n\tnshortparallel: 8742,\n\tntriangleright: 8939,\n\trightarrowtail: 8611,\n\trightharpoonup: 8640,\n\ttrianglelefteq: 8884,\n\tupharpoonright: 8638,\n\tApplyFunction: 8289,\n\tDifferentialD: 8518,\n\tDoubleLeftTee: 10980,\n\tDoubleUpArrow: 8657,\n\tLeftTeeVector: 10586,\n\tLeftVectorBar: 10578,\n\tLessFullEqual: 8806,\n\tLongLeftArrow: 10229,\n\tLongleftarrow: 10232,\n\tNotTildeEqual: 8772,\n\tNotTildeTilde: 8777,\n\tPoincareplane: 8460,\n\tPrecedesEqual: 10927,\n\tPrecedesTilde: 8830,\n\tRightArrowBar: 8677,\n\tRightTeeArrow: 8614,\n\tRightTriangle: 8883,\n\tRightUpVector: 8638,\n\tSucceedsEqual: 10928,\n\tSucceedsTilde: 8831,\n\tSupersetEqual: 8839,\n\tUpEquilibrium: 10606,\n\tVerticalTilde: 8768,\n\tVeryThinSpace: 8202,\n\tbigtriangleup: 9651,\n\tblacktriangle: 9652,\n\tdivideontimes: 8903,\n\tfallingdotseq: 8786,\n\thookleftarrow: 8617,\n\tleftarrowtail: 8610,\n\tleftharpoonup: 8636,\n\tlongleftarrow: 10229,\n\tlooparrowleft: 8619,\n\tmeasuredangle: 8737,\n\tntriangleleft: 8938,\n\tshortparallel: 8741,\n\tsmallsetminus: 8726,\n\ttriangleright: 9657,\n\tupharpoonleft: 8639,\n\tDownArrowBar: 10515,\n\tDownTeeArrow: 8615,\n\tExponentialE: 8519,\n\tGreaterEqual: 8805,\n\tGreaterTilde: 8819,\n\tHilbertSpace: 8459,\n\tHumpDownHump: 8782,\n\tIntersection: 8898,\n\tLeftArrowBar: 8676,\n\tLeftTeeArrow: 8612,\n\tLeftTriangle: 8882,\n\tLeftUpVector: 8639,\n\tNotCongruent: 8802,\n\tNotLessEqual: 8816,\n\tNotLessTilde: 8820,\n\tProportional: 8733,\n\tRightCeiling: 8969,\n\tRoundImplies: 10608,\n\tShortUpArrow: 8593,\n\tSquareSubset: 8847,\n\tUnderBracket: 9141,\n\tVerticalLine: 124,\n\tblacklozenge: 10731,\n\texponentiale: 8519,\n\trisingdotseq: 8787,\n\ttriangledown: 9663,\n\ttriangleleft: 9667,\n\tCircleMinus: 8854,\n\tCircleTimes: 8855,\n\tEquilibrium: 8652,\n\tGreaterLess: 8823,\n\tLeftCeiling: 8968,\n\tLessGreater: 8822,\n\tMediumSpace: 8287,\n\tNotPrecedes: 8832,\n\tNotSucceeds: 8833,\n\tOverBracket: 9140,\n\tRightVector: 8640,\n\tRrightarrow: 8667,\n\tRuleDelayed: 10740,\n\tSmallCircle: 8728,\n\tSquareUnion: 8852,\n\tSubsetEqual: 8838,\n\tUpDownArrow: 8597,\n\tUpdownarrow: 8661,\n\tVerticalBar: 8739,\n\tbackepsilon: 1014,\n\tblacksquare: 9642,\n\tcircledcirc: 8858,\n\tcircleddash: 8861,\n\tcurlyeqprec: 8926,\n\tcurlyeqsucc: 8927,\n\tdiamondsuit: 9830,\n\teqslantless: 10901,\n\texpectation: 8496,\n\tnRightarrow: 8655,\n\tnrightarrow: 8603,\n\tpreccurlyeq: 8828,\n\tprecnapprox: 10937,\n\tquaternions: 8461,\n\tstraightphi: 981,\n\tsucccurlyeq: 8829,\n\tsuccnapprox: 10938,\n\tthickapprox: 8776,\n\tupdownarrow: 8597,\n\tBernoullis: 8492,\n\tCirclePlus: 8853,\n\tEqualTilde: 8770,\n\tFouriertrf: 8497,\n\tImaginaryI: 8520,\n\tLaplacetrf: 8466,\n\tLeftVector: 8636,\n\tLleftarrow: 8666,\n\tNotElement: 8713,\n\tNotGreater: 8815,\n\tProportion: 8759,\n\tRightArrow: 8594,\n\tRightFloor: 8971,\n\tRightarrow: 8658,\n\tTildeEqual: 8771,\n\tTildeTilde: 8776,\n\tUnderBrace: 9183,\n\tUpArrowBar: 10514,\n\tUpTeeArrow: 8613,\n\tcircledast: 8859,\n\tcomplement: 8705,\n\tcurlywedge: 8911,\n\teqslantgtr: 10902,\n\tgtreqqless: 10892,\n\tlessapprox: 10885,\n\tlesseqqgtr: 10891,\n\tlmoustache: 9136,\n\tlongmapsto: 10236,\n\tmapstodown: 8615,\n\tmapstoleft: 8612,\n\tnLeftarrow: 8653,\n\tnleftarrow: 8602,\n\tprecapprox: 10935,\n\trightarrow: 8594,\n\trmoustache: 9137,\n\tsqsubseteq: 8849,\n\tsqsupseteq: 8850,\n\tsubsetneqq: 10955,\n\tsuccapprox: 10936,\n\tsupsetneqq: 10956,\n\tupuparrows: 8648,\n\tvarepsilon: 949,\n\tvarnothing: 8709,\n\tBackslash: 8726,\n\tCenterDot: 183,\n\tCircleDot: 8857,\n\tCongruent: 8801,\n\tCoproduct: 8720,\n\tDoubleDot: 168,\n\tDownArrow: 8595,\n\tDownBreve: 785,\n\tDownarrow: 8659,\n\tHumpEqual: 8783,\n\tLeftArrow: 8592,\n\tLeftFloor: 8970,\n\tLeftarrow: 8656,\n\tLessTilde: 8818,\n\tMellintrf: 8499,\n\tMinusPlus: 8723,\n\tNotCupCap: 8813,\n\tNotExists: 8708,\n\tOverBrace: 9182,\n\tPlusMinus: 177,\n\tTherefore: 8756,\n\tThinSpace: 8201,\n\tTripleDot: 8411,\n\tUnionPlus: 8846,\n\tbackprime: 8245,\n\tbacksimeq: 8909,\n\tbigotimes: 10754,\n\tcenterdot: 183,\n\tcheckmark: 10003,\n\tcomplexes: 8450,\n\tdotsquare: 8865,\n\tdownarrow: 8595,\n\tgtrapprox: 10886,\n\tgtreqless: 8923,\n\theartsuit: 9829,\n\tleftarrow: 8592,\n\tlesseqgtr: 8922,\n\tnparallel: 8742,\n\tnshortmid: 8740,\n\tnsubseteq: 8840,\n\tnsupseteq: 8841,\n\tpitchfork: 8916,\n\trationals: 8474,\n\tspadesuit: 9824,\n\tsubseteqq: 10949,\n\tsubsetneq: 8842,\n\tsupseteqq: 10950,\n\tsupsetneq: 8843,\n\ttherefore: 8756,\n\ttriangleq: 8796,\n\tvarpropto: 8733,\n\tDDotrahd: 10513,\n\tDotEqual: 8784,\n\tIntegral: 8747,\n\tLessLess: 10913,\n\tNotEqual: 8800,\n\tNotTilde: 8769,\n\tPartialD: 8706,\n\tPrecedes: 8826,\n\tRightTee: 8866,\n\tSucceeds: 8827,\n\tSuchThat: 8715,\n\tSuperset: 8835,\n\tUarrocir: 10569,\n\tUnderBar: 818,\n\tandslope: 10840,\n\tangmsdaa: 10664,\n\tangmsdab: 10665,\n\tangmsdac: 10666,\n\tangmsdad: 10667,\n\tangmsdae: 10668,\n\tangmsdaf: 10669,\n\tangmsdag: 10670,\n\tangmsdah: 10671,\n\tangrtvbd: 10653,\n\tapproxeq: 8778,\n\tawconint: 8755,\n\tbackcong: 8780,\n\tbarwedge: 8965,\n\tbbrktbrk: 9142,\n\tbigoplus: 10753,\n\tbigsqcup: 10758,\n\tbiguplus: 10756,\n\tbigwedge: 8896,\n\tboxminus: 8863,\n\tboxtimes: 8864,\n\tcapbrcup: 10825,\n\tcircledR: 174,\n\tcircledS: 9416,\n\tcirfnint: 10768,\n\tclubsuit: 9827,\n\tcupbrcap: 10824,\n\tcurlyvee: 8910,\n\tcwconint: 8754,\n\tdoteqdot: 8785,\n\tdotminus: 8760,\n\tdrbkarow: 10512,\n\tdzigrarr: 10239,\n\telinters: 9191,\n\temptyset: 8709,\n\teqvparsl: 10725,\n\tfpartint: 10765,\n\tgeqslant: 10878,\n\tgesdotol: 10884,\n\tgnapprox: 10890,\n\thksearow: 10533,\n\thkswarow: 10534,\n\timagline: 8464,\n\timagpart: 8465,\n\tinfintie: 10717,\n\tintegers: 8484,\n\tintercal: 8890,\n\tintlarhk: 10775,\n\tlaemptyv: 10676,\n\tldrushar: 10571,\n\tleqslant: 10877,\n\tlesdotor: 10883,\n\tllcorner: 8990,\n\tlnapprox: 10889,\n\tlrcorner: 8991,\n\tlurdshar: 10570,\n\tmapstoup: 8613,\n\tmultimap: 8888,\n\tnaturals: 8469,\n\totimesas: 10806,\n\tparallel: 8741,\n\tplusacir: 10787,\n\tpointint: 10773,\n\tprecneqq: 10933,\n\tprecnsim: 8936,\n\tprofalar: 9006,\n\tprofline: 8978,\n\tprofsurf: 8979,\n\traemptyv: 10675,\n\trealpart: 8476,\n\trppolint: 10770,\n\trtriltri: 10702,\n\tscpolint: 10771,\n\tsetminus: 8726,\n\tshortmid: 8739,\n\tsmeparsl: 10724,\n\tsqsubset: 8847,\n\tsqsupset: 8848,\n\tsubseteq: 8838,\n\tsuccneqq: 10934,\n\tsuccnsim: 8937,\n\tsupseteq: 8839,\n\tthetasym: 977,\n\tthicksim: 8764,\n\ttimesbar: 10801,\n\ttriangle: 9653,\n\ttriminus: 10810,\n\ttrpezium: 9186,\n\tulcorner: 8988,\n\turcorner: 8989,\n\tvarkappa: 1008,\n\tvarsigma: 962,\n\tvartheta: 977,\n\tBecause: 8757,\n\tCayleys: 8493,\n\tCconint: 8752,\n\tCedilla: 184,\n\tDiamond: 8900,\n\tDownTee: 8868,\n\tElement: 8712,\n\tEpsilon: 917,\n\tImplies: 8658,\n\tLeftTee: 8867,\n\tNewLine: 10,\n\tNoBreak: 8288,\n\tNotLess: 8814,\n\tOmicron: 927,\n\tOverBar: 175,\n\tProduct: 8719,\n\tUpArrow: 8593,\n\tUparrow: 8657,\n\tUpsilon: 933,\n\talefsym: 8501,\n\tangrtvb: 8894,\n\tangzarr: 9084,\n\tasympeq: 8781,\n\tbacksim: 8765,\n\tbecause: 8757,\n\tbemptyv: 10672,\n\tbetween: 8812,\n\tbigcirc: 9711,\n\tbigodot: 10752,\n\tbigstar: 9733,\n\tboxplus: 8862,\n\tccupssm: 10832,\n\tcemptyv: 10674,\n\tcirscir: 10690,\n\tcoloneq: 8788,\n\tcongdot: 10861,\n\tcudarrl: 10552,\n\tcudarrr: 10549,\n\tcularrp: 10557,\n\tcurarrm: 10556,\n\tdbkarow: 10511,\n\tddagger: 8225,\n\tddotseq: 10871,\n\tdemptyv: 10673,\n\tdiamond: 8900,\n\tdigamma: 989,\n\tdotplus: 8724,\n\tdwangle: 10662,\n\tepsilon: 949,\n\teqcolon: 8789,\n\tequivDD: 10872,\n\tgesdoto: 10882,\n\tgtquest: 10876,\n\tgtrless: 8823,\n\tharrcir: 10568,\n\tintprod: 10812,\n\tisindot: 8949,\n\tlarrbfs: 10527,\n\tlarrsim: 10611,\n\tlbrksld: 10639,\n\tlbrkslu: 10637,\n\tldrdhar: 10599,\n\tlesdoto: 10881,\n\tlessdot: 8918,\n\tlessgtr: 8822,\n\tlesssim: 8818,\n\tlotimes: 10804,\n\tlozenge: 9674,\n\tltquest: 10875,\n\tluruhar: 10598,\n\tmaltese: 10016,\n\tminusdu: 10794,\n\tnapprox: 8777,\n\tnatural: 9838,\n\tnearrow: 8599,\n\tnexists: 8708,\n\tnotinva: 8713,\n\tnotinvb: 8951,\n\tnotinvc: 8950,\n\tnotniva: 8716,\n\tnotnivb: 8958,\n\tnotnivc: 8957,\n\tnpolint: 10772,\n\tnsqsube: 8930,\n\tnsqsupe: 8931,\n\tnvinfin: 10718,\n\tnwarrow: 8598,\n\tolcross: 10683,\n\tomicron: 959,\n\torderof: 8500,\n\torslope: 10839,\n\tpertenk: 8241,\n\tplanckh: 8462,\n\tpluscir: 10786,\n\tplussim: 10790,\n\tplustwo: 10791,\n\tprecsim: 8830,\n\tquatint: 10774,\n\tquesteq: 8799,\n\trarrbfs: 10528,\n\trarrsim: 10612,\n\trbrksld: 10638,\n\trbrkslu: 10640,\n\trdldhar: 10601,\n\trealine: 8475,\n\trotimes: 10805,\n\truluhar: 10600,\n\tsearrow: 8600,\n\tsimplus: 10788,\n\tsimrarr: 10610,\n\tsubedot: 10947,\n\tsubmult: 10945,\n\tsubplus: 10943,\n\tsubrarr: 10617,\n\tsuccsim: 8831,\n\tsupdsub: 10968,\n\tsupedot: 10948,\n\tsuphsub: 10967,\n\tsuplarr: 10619,\n\tsupmult: 10946,\n\tsupplus: 10944,\n\tswarrow: 8601,\n\ttopfork: 10970,\n\ttriplus: 10809,\n\ttritime: 10811,\n\tuparrow: 8593,\n\tupsilon: 965,\n\tuwangle: 10663,\n\tvzigzag: 10650,\n\tzigrarr: 8669,\n\tAacute: 193,\n\tAbreve: 258,\n\tAgrave: 192,\n\tAssign: 8788,\n\tAtilde: 195,\n\tBarwed: 8966,\n\tBumpeq: 8782,\n\tCacute: 262,\n\tCcaron: 268,\n\tCcedil: 199,\n\tColone: 10868,\n\tConint: 8751,\n\tCupCap: 8781,\n\tDagger: 8225,\n\tDcaron: 270,\n\tDotDot: 8412,\n\tDstrok: 272,\n\tEacute: 201,\n\tEcaron: 282,\n\tEgrave: 200,\n\tExists: 8707,\n\tForAll: 8704,\n\tGammad: 988,\n\tGbreve: 286,\n\tGcedil: 290,\n\tHARDcy: 1066,\n\tHstrok: 294,\n\tIacute: 205,\n\tIgrave: 204,\n\tItilde: 296,\n\tJsercy: 1032,\n\tKcedil: 310,\n\tLacute: 313,\n\tLambda: 923,\n\tLcaron: 317,\n\tLcedil: 315,\n\tLmidot: 319,\n\tLstrok: 321,\n\tNacute: 323,\n\tNcaron: 327,\n\tNcedil: 325,\n\tNtilde: 209,\n\tOacute: 211,\n\tOdblac: 336,\n\tOgrave: 210,\n\tOslash: 216,\n\tOtilde: 213,\n\tOtimes: 10807,\n\tRacute: 340,\n\tRarrtl: 10518,\n\tRcaron: 344,\n\tRcedil: 342,\n\tSHCHcy: 1065,\n\tSOFTcy: 1068,\n\tSacute: 346,\n\tScaron: 352,\n\tScedil: 350,\n\tSquare: 9633,\n\tSubset: 8912,\n\tSupset: 8913,\n\tTcaron: 356,\n\tTcedil: 354,\n\tTstrok: 358,\n\tUacute: 218,\n\tUbreve: 364,\n\tUdblac: 368,\n\tUgrave: 217,\n\tUtilde: 360,\n\tVdashl: 10982,\n\tVerbar: 8214,\n\tVvdash: 8874,\n\tYacute: 221,\n\tZacute: 377,\n\tZcaron: 381,\n\taacute: 225,\n\tabreve: 259,\n\tagrave: 224,\n\tandand: 10837,\n\tangmsd: 8737,\n\tangsph: 8738,\n\tapacir: 10863,\n\tapprox: 8776,\n\tatilde: 227,\n\tbarvee: 8893,\n\tbarwed: 8965,\n\tbecaus: 8757,\n\tbernou: 8492,\n\tbigcap: 8898,\n\tbigcup: 8899,\n\tbigvee: 8897,\n\tbkarow: 10509,\n\tbottom: 8869,\n\tbowtie: 8904,\n\tboxbox: 10697,\n\tbprime: 8245,\n\tbrvbar: 166,\n\tbullet: 8226,\n\tbumpeq: 8783,\n\tcacute: 263,\n\tcapand: 10820,\n\tcapcap: 10827,\n\tcapcup: 10823,\n\tcapdot: 10816,\n\tccaron: 269,\n\tccedil: 231,\n\tcirceq: 8791,\n\tcirmid: 10991,\n\tcolone: 8788,\n\tcommat: 64,\n\tcompfn: 8728,\n\tconint: 8750,\n\tcoprod: 8720,\n\tcopysr: 8471,\n\tcularr: 8630,\n\tcupcap: 10822,\n\tcupcup: 10826,\n\tcupdot: 8845,\n\tcurarr: 8631,\n\tcurren: 164,\n\tcylcty: 9005,\n\tdagger: 8224,\n\tdaleth: 8504,\n\tdcaron: 271,\n\tdfisht: 10623,\n\tdivide: 247,\n\tdivonx: 8903,\n\tdlcorn: 8990,\n\tdlcrop: 8973,\n\tdollar: 36,\n\tdrcorn: 8991,\n\tdrcrop: 8972,\n\tdstrok: 273,\n\teacute: 233,\n\teaster: 10862,\n\tecaron: 283,\n\tecolon: 8789,\n\tegrave: 232,\n\tegsdot: 10904,\n\telsdot: 10903,\n\temptyv: 8709,\n\temsp13: 8196,\n\temsp14: 8197,\n\teparsl: 10723,\n\teqcirc: 8790,\n\tequals: 61,\n\tequest: 8799,\n\tfemale: 9792,\n\tffilig: 64259,\n\tffllig: 64260,\n\tforall: 8704,\n\tfrac12: 189,\n\tfrac13: 8531,\n\tfrac14: 188,\n\tfrac15: 8533,\n\tfrac16: 8537,\n\tfrac18: 8539,\n\tfrac23: 8532,\n\tfrac25: 8534,\n\tfrac34: 190,\n\tfrac35: 8535,\n\tfrac38: 8540,\n\tfrac45: 8536,\n\tfrac56: 8538,\n\tfrac58: 8541,\n\tfrac78: 8542,\n\tgacute: 501,\n\tgammad: 989,\n\tgbreve: 287,\n\tgesdot: 10880,\n\tgesles: 10900,\n\tgtlPar: 10645,\n\tgtrarr: 10616,\n\tgtrdot: 8919,\n\tgtrsim: 8819,\n\thairsp: 8202,\n\thamilt: 8459,\n\thardcy: 1098,\n\thearts: 9829,\n\thellip: 8230,\n\thercon: 8889,\n\thomtht: 8763,\n\thorbar: 8213,\n\thslash: 8463,\n\thstrok: 295,\n\thybull: 8259,\n\thyphen: 8208,\n\tiacute: 237,\n\tigrave: 236,\n\tiiiint: 10764,\n\tiinfin: 10716,\n\tincare: 8453,\n\tinodot: 305,\n\tintcal: 8890,\n\tiquest: 191,\n\tisinsv: 8947,\n\titilde: 297,\n\tjsercy: 1112,\n\tkappav: 1008,\n\tkcedil: 311,\n\tkgreen: 312,\n\tlAtail: 10523,\n\tlacute: 314,\n\tlagran: 8466,\n\tlambda: 955,\n\tlangle: 10216,\n\tlarrfs: 10525,\n\tlarrhk: 8617,\n\tlarrlp: 8619,\n\tlarrpl: 10553,\n\tlarrtl: 8610,\n\tlatail: 10521,\n\tlbrace: 123,\n\tlbrack: 91,\n\tlcaron: 318,\n\tlcedil: 316,\n\tldquor: 8222,\n\tlesdot: 10879,\n\tlesges: 10899,\n\tlfisht: 10620,\n\tlfloor: 8970,\n\tlharul: 10602,\n\tllhard: 10603,\n\tlmidot: 320,\n\tlmoust: 9136,\n\tloplus: 10797,\n\tlowast: 8727,\n\tlowbar: 95,\n\tlparlt: 10643,\n\tlrhard: 10605,\n\tlsaquo: 8249,\n\tlsquor: 8218,\n\tlstrok: 322,\n\tlthree: 8907,\n\tltimes: 8905,\n\tltlarr: 10614,\n\tltrPar: 10646,\n\tmapsto: 8614,\n\tmarker: 9646,\n\tmcomma: 10793,\n\tmidast: 42,\n\tmidcir: 10992,\n\tmiddot: 183,\n\tminusb: 8863,\n\tminusd: 8760,\n\tmnplus: 8723,\n\tmodels: 8871,\n\tmstpos: 8766,\n\tnVDash: 8879,\n\tnVdash: 8878,\n\tnacute: 324,\n\tncaron: 328,\n\tncedil: 326,\n\tnearhk: 10532,\n\tnequiv: 8802,\n\tnesear: 10536,\n\tnexist: 8708,\n\tnltrie: 8940,\n\tnprcue: 8928,\n\tnrtrie: 8941,\n\tnsccue: 8929,\n\tnsimeq: 8772,\n\tntilde: 241,\n\tnumero: 8470,\n\tnvDash: 8877,\n\tnvHarr: 10500,\n\tnvdash: 8876,\n\tnvlArr: 10498,\n\tnvrArr: 10499,\n\tnwarhk: 10531,\n\tnwnear: 10535,\n\toacute: 243,\n\todblac: 337,\n\todsold: 10684,\n\tograve: 242,\n\tominus: 8854,\n\torigof: 8886,\n\toslash: 248,\n\totilde: 245,\n\totimes: 8855,\n\tparsim: 10995,\n\tpercnt: 37,\n\tperiod: 46,\n\tpermil: 8240,\n\tphmmat: 8499,\n\tplanck: 8463,\n\tplankv: 8463,\n\tplusdo: 8724,\n\tplusdu: 10789,\n\tplusmn: 177,\n\tpreceq: 10927,\n\tprimes: 8473,\n\tprnsim: 8936,\n\tpropto: 8733,\n\tprurel: 8880,\n\tpuncsp: 8200,\n\tqprime: 8279,\n\trAtail: 10524,\n\tracute: 341,\n\trangle: 10217,\n\trarrap: 10613,\n\trarrfs: 10526,\n\trarrhk: 8618,\n\trarrlp: 8620,\n\trarrpl: 10565,\n\trarrtl: 8611,\n\tratail: 10522,\n\trbrace: 125,\n\trbrack: 93,\n\trcaron: 345,\n\trcedil: 343,\n\trdquor: 8221,\n\trfisht: 10621,\n\trfloor: 8971,\n\trharul: 10604,\n\trmoust: 9137,\n\troplus: 10798,\n\trpargt: 10644,\n\trsaquo: 8250,\n\trsquor: 8217,\n\trthree: 8908,\n\trtimes: 8906,\n\tsacute: 347,\n\tscaron: 353,\n\tscedil: 351,\n\tscnsim: 8937,\n\tsearhk: 10533,\n\tseswar: 10537,\n\tsfrown: 8994,\n\tshchcy: 1097,\n\tsigmaf: 962,\n\tsigmav: 962,\n\tsimdot: 10858,\n\tsmashp: 10803,\n\tsoftcy: 1100,\n\tsolbar: 9023,\n\tspades: 9824,\n\tsqsube: 8849,\n\tsqsupe: 8850,\n\tsquare: 9633,\n\tsquarf: 9642,\n\tssetmn: 8726,\n\tssmile: 8995,\n\tsstarf: 8902,\n\tsubdot: 10941,\n\tsubset: 8834,\n\tsubsim: 10951,\n\tsubsub: 10965,\n\tsubsup: 10963,\n\tsucceq: 10928,\n\tsupdot: 10942,\n\tsupset: 8835,\n\tsupsim: 10952,\n\tsupsub: 10964,\n\tsupsup: 10966,\n\tswarhk: 10534,\n\tswnwar: 10538,\n\ttarget: 8982,\n\ttcaron: 357,\n\ttcedil: 355,\n\ttelrec: 8981,\n\tthere4: 8756,\n\tthetav: 977,\n\tthinsp: 8201,\n\tthksim: 8764,\n\ttimesb: 8864,\n\ttimesd: 10800,\n\ttopbot: 9014,\n\ttopcir: 10993,\n\ttprime: 8244,\n\ttridot: 9708,\n\ttstrok: 359,\n\tuacute: 250,\n\tubreve: 365,\n\tudblac: 369,\n\tufisht: 10622,\n\tugrave: 249,\n\tulcorn: 8988,\n\tulcrop: 8975,\n\turcorn: 8989,\n\turcrop: 8974,\n\tutilde: 361,\n\tvangrt: 10652,\n\tvarphi: 966,\n\tvarrho: 1009,\n\tveebar: 8891,\n\tvellip: 8942,\n\tverbar: 124,\n\twedbar: 10847,\n\twedgeq: 8793,\n\tweierp: 8472,\n\twreath: 8768,\n\txoplus: 10753,\n\txotime: 10754,\n\txsqcup: 10758,\n\txuplus: 10756,\n\txwedge: 8896,\n\tyacute: 253,\n\tzacute: 378,\n\tzcaron: 382,\n\tzeetrf: 8488,\n\tAElig: 198,\n\tAcirc: 194,\n\tAlpha: 913,\n\tAmacr: 256,\n\tAogon: 260,\n\tAring: 197,\n\tBreve: 728,\n\tCcirc: 264,\n\tColon: 8759,\n\tCross: 10799,\n\tDashv: 10980,\n\tDelta: 916,\n\tEcirc: 202,\n\tEmacr: 274,\n\tEogon: 280,\n\tEqual: 10869,\n\tGamma: 915,\n\tGcirc: 284,\n\tHacek: 711,\n\tHcirc: 292,\n\tIJlig: 306,\n\tIcirc: 206,\n\tImacr: 298,\n\tIogon: 302,\n\tIukcy: 1030,\n\tJcirc: 308,\n\tJukcy: 1028,\n\tKappa: 922,\n\tOElig: 338,\n\tOcirc: 212,\n\tOmacr: 332,\n\tOmega: 937,\n\tPrime: 8243,\n\tRBarr: 10512,\n\tScirc: 348,\n\tSigma: 931,\n\tTHORN: 222,\n\tTRADE: 8482,\n\tTSHcy: 1035,\n\tTheta: 920,\n\tTilde: 8764,\n\tUbrcy: 1038,\n\tUcirc: 219,\n\tUmacr: 362,\n\tUnion: 8899,\n\tUogon: 370,\n\tUpTee: 8869,\n\tUring: 366,\n\tVDash: 8875,\n\tVdash: 8873,\n\tWcirc: 372,\n\tWedge: 8896,\n\tYcirc: 374,\n\tacirc: 226,\n\tacute: 180,\n\taelig: 230,\n\taleph: 8501,\n\talpha: 945,\n\tamacr: 257,\n\tamalg: 10815,\n\tangle: 8736,\n\tangrt: 8735,\n\tangst: 8491,\n\taogon: 261,\n\taring: 229,\n\tasymp: 8776,\n\tawint: 10769,\n\tbcong: 8780,\n\tbdquo: 8222,\n\tbepsi: 1014,\n\tblank: 9251,\n\tblk12: 9618,\n\tblk14: 9617,\n\tblk34: 9619,\n\tblock: 9608,\n\tboxDL: 9559,\n\tboxDR: 9556,\n\tboxDl: 9558,\n\tboxDr: 9555,\n\tboxHD: 9574,\n\tboxHU: 9577,\n\tboxHd: 9572,\n\tboxHu: 9575,\n\tboxUL: 9565,\n\tboxUR: 9562,\n\tboxUl: 9564,\n\tboxUr: 9561,\n\tboxVH: 9580,\n\tboxVL: 9571,\n\tboxVR: 9568,\n\tboxVh: 9579,\n\tboxVl: 9570,\n\tboxVr: 9567,\n\tboxdL: 9557,\n\tboxdR: 9554,\n\tboxdl: 9488,\n\tboxdr: 9484,\n\tboxhD: 9573,\n\tboxhU: 9576,\n\tboxhd: 9516,\n\tboxhu: 9524,\n\tboxuL: 9563,\n\tboxuR: 9560,\n\tboxul: 9496,\n\tboxur: 9492,\n\tboxvH: 9578,\n\tboxvL: 9569,\n\tboxvR: 9566,\n\tboxvh: 9532,\n\tboxvl: 9508,\n\tboxvr: 9500,\n\tbreve: 728,\n\tbsemi: 8271,\n\tbsime: 8909,\n\tbsolb: 10693,\n\tbumpE: 10926,\n\tbumpe: 8783,\n\tcaret: 8257,\n\tcaron: 711,\n\tccaps: 10829,\n\tccirc: 265,\n\tccups: 10828,\n\tcedil: 184,\n\tcheck: 10003,\n\tclubs: 9827,\n\tcolon: 58,\n\tcomma: 44,\n\tcrarr: 8629,\n\tcross: 10007,\n\tcsube: 10961,\n\tcsupe: 10962,\n\tctdot: 8943,\n\tcuepr: 8926,\n\tcuesc: 8927,\n\tcupor: 10821,\n\tcuvee: 8910,\n\tcuwed: 8911,\n\tcwint: 8753,\n\tdashv: 8867,\n\tdblac: 733,\n\tddarr: 8650,\n\tdelta: 948,\n\tdharl: 8643,\n\tdharr: 8642,\n\tdiams: 9830,\n\tdisin: 8946,\n\tdoteq: 8784,\n\tdtdot: 8945,\n\tdtrif: 9662,\n\tduarr: 8693,\n\tduhar: 10607,\n\teDDot: 10871,\n\tecirc: 234,\n\tefDot: 8786,\n\temacr: 275,\n\tempty: 8709,\n\teogon: 281,\n\teplus: 10865,\n\tepsiv: 949,\n\teqsim: 8770,\n\tequiv: 8801,\n\terDot: 8787,\n\terarr: 10609,\n\tesdot: 8784,\n\texist: 8707,\n\tfflig: 64256,\n\tfilig: 64257,\n\tfllig: 64258,\n\tfltns: 9649,\n\tforkv: 10969,\n\tfrasl: 8260,\n\tfrown: 8994,\n\tgamma: 947,\n\tgcirc: 285,\n\tgescc: 10921,\n\tgimel: 8503,\n\tgneqq: 8809,\n\tgnsim: 8935,\n\tgrave: 96,\n\tgsime: 10894,\n\tgsiml: 10896,\n\tgtcir: 10874,\n\tgtdot: 8919,\n\tharrw: 8621,\n\thcirc: 293,\n\thoarr: 8703,\n\ticirc: 238,\n\tiexcl: 161,\n\tiiint: 8749,\n\tiiota: 8489,\n\tijlig: 307,\n\timacr: 299,\n\timage: 8465,\n\timath: 305,\n\timped: 437,\n\tinfin: 8734,\n\tiogon: 303,\n\tiprod: 10812,\n\tisinE: 8953,\n\tisins: 8948,\n\tisinv: 8712,\n\tiukcy: 1110,\n\tjcirc: 309,\n\tjmath: 567,\n\tjukcy: 1108,\n\tkappa: 954,\n\tlAarr: 8666,\n\tlBarr: 10510,\n\tlangd: 10641,\n\tlaquo: 171,\n\tlarrb: 8676,\n\tlbarr: 10508,\n\tlbbrk: 10098,\n\tlbrke: 10635,\n\tlceil: 8968,\n\tldquo: 8220,\n\tlescc: 10920,\n\tlhard: 8637,\n\tlharu: 8636,\n\tlhblk: 9604,\n\tllarr: 8647,\n\tlltri: 9722,\n\tlneqq: 8808,\n\tlnsim: 8934,\n\tloang: 10220,\n\tloarr: 8701,\n\tlobrk: 10214,\n\tlopar: 10629,\n\tlrarr: 8646,\n\tlrhar: 8651,\n\tlrtri: 8895,\n\tlsime: 10893,\n\tlsimg: 10895,\n\tlsquo: 8216,\n\tltcir: 10873,\n\tltdot: 8918,\n\tltrie: 8884,\n\tltrif: 9666,\n\tmDDot: 8762,\n\tmdash: 8212,\n\tmicro: 181,\n\tminus: 8722,\n\tmumap: 8888,\n\tnabla: 8711,\n\tnapos: 329,\n\tnatur: 9838,\n\tncong: 8775,\n\tndash: 8211,\n\tneArr: 8663,\n\tnearr: 8599,\n\tngsim: 8821,\n\tnhArr: 8654,\n\tnharr: 8622,\n\tnhpar: 10994,\n\tnlArr: 8653,\n\tnlarr: 8602,\n\tnless: 8814,\n\tnlsim: 8820,\n\tnltri: 8938,\n\tnotin: 8713,\n\tnotni: 8716,\n\tnprec: 8832,\n\tnrArr: 8655,\n\tnrarr: 8603,\n\tnrtri: 8939,\n\tnsime: 8772,\n\tnsmid: 8740,\n\tnspar: 8742,\n\tnsube: 8840,\n\tnsucc: 8833,\n\tnsupe: 8841,\n\tnumsp: 8199,\n\tnwArr: 8662,\n\tnwarr: 8598,\n\tocirc: 244,\n\todash: 8861,\n\toelig: 339,\n\tofcir: 10687,\n\tohbar: 10677,\n\tolarr: 8634,\n\tolcir: 10686,\n\toline: 8254,\n\tomacr: 333,\n\tomega: 969,\n\toperp: 10681,\n\toplus: 8853,\n\torarr: 8635,\n\torder: 8500,\n\tovbar: 9021,\n\tparsl: 11005,\n\tphone: 9742,\n\tplusb: 8862,\n\tpluse: 10866,\n\tpound: 163,\n\tprcue: 8828,\n\tprime: 8242,\n\tprnap: 10937,\n\tprsim: 8830,\n\tquest: 63,\n\trAarr: 8667,\n\trBarr: 10511,\n\tradic: 8730,\n\trangd: 10642,\n\trange: 10661,\n\traquo: 187,\n\trarrb: 8677,\n\trarrc: 10547,\n\trarrw: 8605,\n\tratio: 8758,\n\trbarr: 10509,\n\trbbrk: 10099,\n\trbrke: 10636,\n\trceil: 8969,\n\trdquo: 8221,\n\treals: 8477,\n\trhard: 8641,\n\trharu: 8640,\n\trlarr: 8644,\n\trlhar: 8652,\n\trnmid: 10990,\n\troang: 10221,\n\troarr: 8702,\n\trobrk: 10215,\n\tropar: 10630,\n\trrarr: 8649,\n\trsquo: 8217,\n\trtrie: 8885,\n\trtrif: 9656,\n\tsbquo: 8218,\n\tsccue: 8829,\n\tscirc: 349,\n\tscnap: 10938,\n\tscsim: 8831,\n\tsdotb: 8865,\n\tsdote: 10854,\n\tseArr: 8664,\n\tsearr: 8600,\n\tsetmn: 8726,\n\tsharp: 9839,\n\tsigma: 963,\n\tsimeq: 8771,\n\tsimgE: 10912,\n\tsimlE: 10911,\n\tsimne: 8774,\n\tslarr: 8592,\n\tsmile: 8995,\n\tsqcap: 8851,\n\tsqcup: 8852,\n\tsqsub: 8847,\n\tsqsup: 8848,\n\tsrarr: 8594,\n\tstarf: 9733,\n\tstrns: 175,\n\tsubnE: 10955,\n\tsubne: 8842,\n\tsupnE: 10956,\n\tsupne: 8843,\n\tswArr: 8665,\n\tswarr: 8601,\n\tszlig: 223,\n\ttheta: 952,\n\tthkap: 8776,\n\tthorn: 254,\n\ttilde: 732,\n\ttimes: 215,\n\ttrade: 8482,\n\ttrisb: 10701,\n\ttshcy: 1115,\n\ttwixt: 8812,\n\tubrcy: 1118,\n\tucirc: 251,\n\tudarr: 8645,\n\tudhar: 10606,\n\tuharl: 8639,\n\tuharr: 8638,\n\tuhblk: 9600,\n\tultri: 9720,\n\tumacr: 363,\n\tuogon: 371,\n\tuplus: 8846,\n\tupsih: 978,\n\turing: 367,\n\turtri: 9721,\n\tutdot: 8944,\n\tutrif: 9652,\n\tuuarr: 8648,\n\tvBarv: 10985,\n\tvDash: 8872,\n\tvarpi: 982,\n\tvdash: 8866,\n\tveeeq: 8794,\n\tvltri: 8882,\n\tvprop: 8733,\n\tvrtri: 8883,\n\twcirc: 373,\n\twedge: 8743,\n\txcirc: 9711,\n\txdtri: 9661,\n\txhArr: 10234,\n\txharr: 10231,\n\txlArr: 10232,\n\txlarr: 10229,\n\txodot: 10752,\n\txrArr: 10233,\n\txrarr: 10230,\n\txutri: 9651,\n\tycirc: 375,\n\tAopf: 120120,\n\tAscr: 119964,\n\tAuml: 196,\n\tBarv: 10983,\n\tBeta: 914,\n\tBopf: 120121,\n\tBscr: 8492,\n\tCHcy: 1063,\n\tCOPY: 169,\n\tCdot: 266,\n\tCopf: 8450,\n\tCscr: 119966,\n\tDJcy: 1026,\n\tDScy: 1029,\n\tDZcy: 1039,\n\tDarr: 8609,\n\tDopf: 120123,\n\tDscr: 119967,\n\tEdot: 278,\n\tEopf: 120124,\n\tEscr: 8496,\n\tEsim: 10867,\n\tEuml: 203,\n\tFopf: 120125,\n\tFscr: 8497,\n\tGJcy: 1027,\n\tGdot: 288,\n\tGopf: 120126,\n\tGscr: 119970,\n\tHopf: 8461,\n\tHscr: 8459,\n\tIEcy: 1045,\n\tIOcy: 1025,\n\tIdot: 304,\n\tIopf: 120128,\n\tIota: 921,\n\tIscr: 8464,\n\tIuml: 207,\n\tJopf: 120129,\n\tJscr: 119973,\n\tKHcy: 1061,\n\tKJcy: 1036,\n\tKopf: 120130,\n\tKscr: 119974,\n\tLJcy: 1033,\n\tLang: 10218,\n\tLarr: 8606,\n\tLopf: 120131,\n\tLscr: 8466,\n\tMopf: 120132,\n\tMscr: 8499,\n\tNJcy: 1034,\n\tNopf: 8469,\n\tNscr: 119977,\n\tOopf: 120134,\n\tOscr: 119978,\n\tOuml: 214,\n\tPopf: 8473,\n\tPscr: 119979,\n\tQUOT: 34,\n\tQopf: 8474,\n\tQscr: 119980,\n\tRang: 10219,\n\tRarr: 8608,\n\tRopf: 8477,\n\tRscr: 8475,\n\tSHcy: 1064,\n\tSopf: 120138,\n\tSqrt: 8730,\n\tSscr: 119982,\n\tStar: 8902,\n\tTScy: 1062,\n\tTopf: 120139,\n\tTscr: 119983,\n\tUarr: 8607,\n\tUopf: 120140,\n\tUpsi: 978,\n\tUscr: 119984,\n\tUuml: 220,\n\tVbar: 10987,\n\tVert: 8214,\n\tVopf: 120141,\n\tVscr: 119985,\n\tWopf: 120142,\n\tWscr: 119986,\n\tXopf: 120143,\n\tXscr: 119987,\n\tYAcy: 1071,\n\tYIcy: 1031,\n\tYUcy: 1070,\n\tYopf: 120144,\n\tYscr: 119988,\n\tYuml: 376,\n\tZHcy: 1046,\n\tZdot: 379,\n\tZeta: 918,\n\tZopf: 8484,\n\tZscr: 119989,\n\tandd: 10844,\n\tandv: 10842,\n\tange: 10660,\n\taopf: 120146,\n\tapid: 8779,\n\tapos: 39,\n\tascr: 119990,\n\tauml: 228,\n\tbNot: 10989,\n\tbbrk: 9141,\n\tbeta: 946,\n\tbeth: 8502,\n\tbnot: 8976,\n\tbopf: 120147,\n\tboxH: 9552,\n\tboxV: 9553,\n\tboxh: 9472,\n\tboxv: 9474,\n\tbscr: 119991,\n\tbsim: 8765,\n\tbsol: 92,\n\tbull: 8226,\n\tbump: 8782,\n\tcdot: 267,\n\tcent: 162,\n\tchcy: 1095,\n\tcirE: 10691,\n\tcirc: 710,\n\tcire: 8791,\n\tcomp: 8705,\n\tcong: 8773,\n\tcopf: 120148,\n\tcopy: 169,\n\tcscr: 119992,\n\tcsub: 10959,\n\tcsup: 10960,\n\tdArr: 8659,\n\tdHar: 10597,\n\tdarr: 8595,\n\tdash: 8208,\n\tdiam: 8900,\n\tdjcy: 1106,\n\tdopf: 120149,\n\tdscr: 119993,\n\tdscy: 1109,\n\tdsol: 10742,\n\tdtri: 9663,\n\tdzcy: 1119,\n\teDot: 8785,\n\tecir: 8790,\n\tedot: 279,\n\temsp: 8195,\n\tensp: 8194,\n\teopf: 120150,\n\tepar: 8917,\n\tepsi: 1013,\n\tescr: 8495,\n\tesim: 8770,\n\teuml: 235,\n\teuro: 8364,\n\texcl: 33,\n\tflat: 9837,\n\tfnof: 402,\n\tfopf: 120151,\n\tfork: 8916,\n\tfscr: 119995,\n\tgdot: 289,\n\tgeqq: 8807,\n\tgjcy: 1107,\n\tgnap: 10890,\n\tgneq: 10888,\n\tgopf: 120152,\n\tgscr: 8458,\n\tgsim: 8819,\n\tgtcc: 10919,\n\thArr: 8660,\n\thalf: 189,\n\tharr: 8596,\n\thbar: 8463,\n\thopf: 120153,\n\thscr: 119997,\n\tiecy: 1077,\n\timof: 8887,\n\tiocy: 1105,\n\tiopf: 120154,\n\tiota: 953,\n\tiscr: 119998,\n\tisin: 8712,\n\tiuml: 239,\n\tjopf: 120155,\n\tjscr: 119999,\n\tkhcy: 1093,\n\tkjcy: 1116,\n\tkopf: 120156,\n\tkscr: 120000,\n\tlArr: 8656,\n\tlHar: 10594,\n\tlang: 10216,\n\tlarr: 8592,\n\tlate: 10925,\n\tlcub: 123,\n\tldca: 10550,\n\tldsh: 8626,\n\tleqq: 8806,\n\tljcy: 1113,\n\tlnap: 10889,\n\tlneq: 10887,\n\tlopf: 120157,\n\tlozf: 10731,\n\tlpar: 40,\n\tlscr: 120001,\n\tlsim: 8818,\n\tlsqb: 91,\n\tltcc: 10918,\n\tltri: 9667,\n\tmacr: 175,\n\tmale: 9794,\n\tmalt: 10016,\n\tmlcp: 10971,\n\tmldr: 8230,\n\tmopf: 120158,\n\tmscr: 120002,\n\tnbsp: 160,\n\tncap: 10819,\n\tncup: 10818,\n\tngeq: 8817,\n\tngtr: 8815,\n\tnisd: 8954,\n\tnjcy: 1114,\n\tnldr: 8229,\n\tnleq: 8816,\n\tnmid: 8740,\n\tnopf: 120159,\n\tnpar: 8742,\n\tnscr: 120003,\n\tnsim: 8769,\n\tnsub: 8836,\n\tnsup: 8837,\n\tntgl: 8825,\n\tntlg: 8824,\n\toast: 8859,\n\tocir: 8858,\n\todiv: 10808,\n\todot: 8857,\n\togon: 731,\n\toint: 8750,\n\tomid: 10678,\n\toopf: 120160,\n\topar: 10679,\n\tordf: 170,\n\tordm: 186,\n\toror: 10838,\n\toscr: 8500,\n\tosol: 8856,\n\touml: 246,\n\tpara: 182,\n\tpart: 8706,\n\tperp: 8869,\n\tphiv: 966,\n\tplus: 43,\n\tpopf: 120161,\n\tprap: 10935,\n\tprec: 8826,\n\tprnE: 10933,\n\tprod: 8719,\n\tprop: 8733,\n\tpscr: 120005,\n\tqint: 10764,\n\tqopf: 120162,\n\tqscr: 120006,\n\tquot: 34,\n\trArr: 8658,\n\trHar: 10596,\n\trace: 10714,\n\trang: 10217,\n\trarr: 8594,\n\trcub: 125,\n\trdca: 10551,\n\trdsh: 8627,\n\treal: 8476,\n\trect: 9645,\n\trhov: 1009,\n\tring: 730,\n\tropf: 120163,\n\trpar: 41,\n\trscr: 120007,\n\trsqb: 93,\n\trtri: 9657,\n\tscap: 10936,\n\tscnE: 10934,\n\tsdot: 8901,\n\tsect: 167,\n\tsemi: 59,\n\tsext: 10038,\n\tshcy: 1096,\n\tsime: 8771,\n\tsimg: 10910,\n\tsiml: 10909,\n\tsmid: 8739,\n\tsmte: 10924,\n\tsolb: 10692,\n\tsopf: 120164,\n\tspar: 8741,\n\tsquf: 9642,\n\tsscr: 120008,\n\tstar: 9734,\n\tsubE: 10949,\n\tsube: 8838,\n\tsucc: 8827,\n\tsung: 9834,\n\tsup1: 185,\n\tsup2: 178,\n\tsup3: 179,\n\tsupE: 10950,\n\tsupe: 8839,\n\ttbrk: 9140,\n\ttdot: 8411,\n\ttint: 8749,\n\ttoea: 10536,\n\ttopf: 120165,\n\ttosa: 10537,\n\ttrie: 8796,\n\ttscr: 120009,\n\ttscy: 1094,\n\tuArr: 8657,\n\tuHar: 10595,\n\tuarr: 8593,\n\tuopf: 120166,\n\tupsi: 965,\n\tuscr: 120010,\n\tutri: 9653,\n\tuuml: 252,\n\tvArr: 8661,\n\tvBar: 10984,\n\tvarr: 8597,\n\tvert: 124,\n\tvopf: 120167,\n\tvscr: 120011,\n\twopf: 120168,\n\twscr: 120012,\n\txcap: 8898,\n\txcup: 8899,\n\txmap: 10236,\n\txnis: 8955,\n\txopf: 120169,\n\txscr: 120013,\n\txvee: 8897,\n\tyacy: 1103,\n\tyicy: 1111,\n\tyopf: 120170,\n\tyscr: 120014,\n\tyucy: 1102,\n\tyuml: 255,\n\tzdot: 380,\n\tzeta: 950,\n\tzhcy: 1078,\n\tzopf: 120171,\n\tzscr: 120015,\n\tzwnj: 8204,\n\tAMP: 38,\n\tAcy: 1040,\n\tAfr: 120068,\n\tAnd: 10835,\n\tBcy: 1041,\n\tBfr: 120069,\n\tCap: 8914,\n\tCfr: 8493,\n\tChi: 935,\n\tCup: 8915,\n\tDcy: 1044,\n\tDel: 8711,\n\tDfr: 120071,\n\tDot: 168,\n\tENG: 330,\n\tETH: 208,\n\tEcy: 1069,\n\tEfr: 120072,\n\tEta: 919,\n\tFcy: 1060,\n\tFfr: 120073,\n\tGcy: 1043,\n\tGfr: 120074,\n\tHat: 94,\n\tHfr: 8460,\n\tIcy: 1048,\n\tIfr: 8465,\n\tInt: 8748,\n\tJcy: 1049,\n\tJfr: 120077,\n\tKcy: 1050,\n\tKfr: 120078,\n\tLcy: 1051,\n\tLfr: 120079,\n\tLsh: 8624,\n\tMap: 10501,\n\tMcy: 1052,\n\tMfr: 120080,\n\tNcy: 1053,\n\tNfr: 120081,\n\tNot: 10988,\n\tOcy: 1054,\n\tOfr: 120082,\n\tPcy: 1055,\n\tPfr: 120083,\n\tPhi: 934,\n\tPsi: 936,\n\tQfr: 120084,\n\tREG: 174,\n\tRcy: 1056,\n\tRfr: 8476,\n\tRho: 929,\n\tRsh: 8625,\n\tScy: 1057,\n\tSfr: 120086,\n\tSub: 8912,\n\tSum: 8721,\n\tSup: 8913,\n\tTab: 9,\n\tTau: 932,\n\tTcy: 1058,\n\tTfr: 120087,\n\tUcy: 1059,\n\tUfr: 120088,\n\tVcy: 1042,\n\tVee: 8897,\n\tVfr: 120089,\n\tWfr: 120090,\n\tXfr: 120091,\n\tYcy: 1067,\n\tYfr: 120092,\n\tZcy: 1047,\n\tZfr: 8488,\n\tacd: 8767,\n\tacy: 1072,\n\tafr: 120094,\n\tamp: 38,\n\tand: 8743,\n\tang: 8736,\n\tapE: 10864,\n\tape: 8778,\n\tast: 42,\n\tbcy: 1073,\n\tbfr: 120095,\n\tbot: 8869,\n\tcap: 8745,\n\tcfr: 120096,\n\tchi: 967,\n\tcir: 9675,\n\tcup: 8746,\n\tdcy: 1076,\n\tdeg: 176,\n\tdfr: 120097,\n\tdie: 168,\n\tdiv: 247,\n\tdot: 729,\n\tecy: 1101,\n\tefr: 120098,\n\tegs: 10902,\n\tell: 8467,\n\tels: 10901,\n\teng: 331,\n\teta: 951,\n\teth: 240,\n\tfcy: 1092,\n\tffr: 120099,\n\tgEl: 10892,\n\tgap: 10886,\n\tgcy: 1075,\n\tgel: 8923,\n\tgeq: 8805,\n\tges: 10878,\n\tgfr: 120100,\n\tggg: 8921,\n\tglE: 10898,\n\tgla: 10917,\n\tglj: 10916,\n\tgnE: 8809,\n\tgne: 10888,\n\thfr: 120101,\n\ticy: 1080,\n\tiff: 8660,\n\tifr: 120102,\n\tint: 8747,\n\tjcy: 1081,\n\tjfr: 120103,\n\tkcy: 1082,\n\tkfr: 120104,\n\tlEg: 10891,\n\tlap: 10885,\n\tlat: 10923,\n\tlcy: 1083,\n\tleg: 8922,\n\tleq: 8804,\n\tles: 10877,\n\tlfr: 120105,\n\tlgE: 10897,\n\tlnE: 8808,\n\tlne: 10887,\n\tloz: 9674,\n\tlrm: 8206,\n\tlsh: 8624,\n\tmap: 8614,\n\tmcy: 1084,\n\tmfr: 120106,\n\tmho: 8487,\n\tmid: 8739,\n\tnap: 8777,\n\tncy: 1085,\n\tnfr: 120107,\n\tnge: 8817,\n\tngt: 8815,\n\tnis: 8956,\n\tniv: 8715,\n\tnle: 8816,\n\tnlt: 8814,\n\tnot: 172,\n\tnpr: 8832,\n\tnsc: 8833,\n\tnum: 35,\n\tocy: 1086,\n\tofr: 120108,\n\togt: 10689,\n\tohm: 8486,\n\tolt: 10688,\n\tord: 10845,\n\torv: 10843,\n\tpar: 8741,\n\tpcy: 1087,\n\tpfr: 120109,\n\tphi: 966,\n\tpiv: 982,\n\tprE: 10931,\n\tpre: 10927,\n\tpsi: 968,\n\tqfr: 120110,\n\trcy: 1088,\n\treg: 174,\n\trfr: 120111,\n\trho: 961,\n\trlm: 8207,\n\trsh: 8625,\n\tscE: 10932,\n\tsce: 10928,\n\tscy: 1089,\n\tsfr: 120112,\n\tshy: 173,\n\tsim: 8764,\n\tsmt: 10922,\n\tsol: 47,\n\tsqu: 9633,\n\tsub: 8834,\n\tsum: 8721,\n\tsup: 8835,\n\ttau: 964,\n\ttcy: 1090,\n\ttfr: 120113,\n\ttop: 8868,\n\tucy: 1091,\n\tufr: 120114,\n\tuml: 168,\n\tvcy: 1074,\n\tvee: 8744,\n\tvfr: 120115,\n\twfr: 120116,\n\txfr: 120117,\n\tycy: 1099,\n\tyen: 165,\n\tyfr: 120118,\n\tzcy: 1079,\n\tzfr: 120119,\n\tzwj: 8205,\n\tDD: 8517,\n\tGT: 62,\n\tGg: 8921,\n\tGt: 8811,\n\tIm: 8465,\n\tLT: 60,\n\tLl: 8920,\n\tLt: 8810,\n\tMu: 924,\n\tNu: 925,\n\tOr: 10836,\n\tPi: 928,\n\tPr: 10939,\n\tRe: 8476,\n\tSc: 10940,\n\tXi: 926,\n\tac: 8766,\n\taf: 8289,\n\tap: 8776,\n\tdd: 8518,\n\tee: 8519,\n\teg: 10906,\n\tel: 10905,\n\tgE: 8807,\n\tge: 8805,\n\tgg: 8811,\n\tgl: 8823,\n\tgt: 62,\n\tic: 8291,\n\tii: 8520,\n\tin: 8712,\n\tit: 8290,\n\tlE: 8806,\n\tle: 8804,\n\tlg: 8822,\n\tll: 8810,\n\tlt: 60,\n\tmp: 8723,\n\tmu: 956,\n\tne: 8800,\n\tni: 8715,\n\tnu: 957,\n\toS: 9416,\n\tor: 8744,\n\tpi: 960,\n\tpm: 177,\n\tpr: 8826,\n\trx: 8478,\n\tsc: 8827,\n\twp: 8472,\n\twr: 8768,\n\txi: 958,\n};\n","import entities from './entities';\n\nconst windows_1252 = [\n\t8364,\n\t129,\n\t8218,\n\t402,\n\t8222,\n\t8230,\n\t8224,\n\t8225,\n\t710,\n\t8240,\n\t352,\n\t8249,\n\t338,\n\t141,\n\t381,\n\t143,\n\t144,\n\t8216,\n\t8217,\n\t8220,\n\t8221,\n\t8226,\n\t8211,\n\t8212,\n\t732,\n\t8482,\n\t353,\n\t8250,\n\t339,\n\t157,\n\t382,\n\t376,\n];\n\nconst entity_pattern = new RegExp(\n\t`&(#?(?:x[\\\\w\\\\d]+|\\\\d+|${Object.keys(entities).join('|')}))(?:;|\\\\b)`,\n\t'g'\n);\n\nexport function decode_character_references(html: string) {\n\treturn html.replace(entity_pattern, (match, entity) => {\n\t\tlet code;\n\n\t\t// Handle named entities\n\t\tif (entity[0] !== '#') {\n\t\t\tcode = entities[entity];\n\t\t} else if (entity[1] === 'x') {\n\t\t\tcode = parseInt(entity.substring(2), 16);\n\t\t} else {\n\t\t\tcode = parseInt(entity.substring(1), 10);\n\t\t}\n\n\t\tif (!code) {\n\t\t\treturn match;\n\t\t}\n\n\t\treturn String.fromCodePoint(validate_code(code));\n\t});\n}\n\nconst NUL = 0;\n\n// some code points are verboten. If we were inserting HTML, the browser would replace the illegal\n// code points with alternatives in some cases - since we're bypassing that mechanism, we need\n// to replace them ourselves\n//\n// Source: http://en.wikipedia.org/wiki/Character_encodings_in_HTML#Illegal_characters\nfunction validate_code(code: number) {\n\t// line feed becomes generic whitespace\n\tif (code === 10) {\n\t\treturn 32;\n\t}\n\n\t// ASCII range. (Why someone would use HTML entities for ASCII characters I don't know, but...)\n\tif (code < 128) {\n\t\treturn code;\n\t}\n\n\t// code points 128-159 are dealt with leniently by browsers, but they're incorrect. We need\n\t// to correct the mistake or we'll end up with missing € signs and so on\n\tif (code <= 159) {\n\t\treturn windows_1252[code - 128];\n\t}\n\n\t// basic multilingual plane\n\tif (code < 55296) {\n\t\treturn code;\n\t}\n\n\t// UTF-16 surrogate halves\n\tif (code <= 57343) {\n\t\treturn NUL;\n\t}\n\n\t// rest of the basic multilingual plane\n\tif (code <= 65535) {\n\t\treturn code;\n\t}\n\n\t// supplementary multilingual plane 0x10000 - 0x1ffff\n\tif (code >= 65536 && code <= 131071) {\n\t\treturn code;\n\t}\n\n\t// supplementary ideographic plane 0x20000 - 0x2ffff\n\tif (code >= 131072 && code <= 196607) {\n\t\treturn code;\n\t}\n\n\treturn NUL;\n}\n\n// based on http://developers.whatwg.org/syntax.html#syntax-tag-omission\nconst disallowed_contents = new Map([\n\t['li', new Set(['li'])],\n\t['dt', new Set(['dt', 'dd'])],\n\t['dd', new Set(['dt', 'dd'])],\n\t[\n\t\t'p',\n\t\tnew Set(\n\t\t\t'address article aside blockquote div dl fieldset footer form h1 h2 h3 h4 h5 h6 header hgroup hr main menu nav ol p pre section table ul'.split(\n\t\t\t\t' '\n\t\t\t)\n\t\t),\n\t],\n\t['rt', new Set(['rt', 'rp'])],\n\t['rp', new Set(['rt', 'rp'])],\n\t['optgroup', new Set(['optgroup'])],\n\t['option', new Set(['option', 'optgroup'])],\n\t['thead', new Set(['tbody', 'tfoot'])],\n\t['tbody', new Set(['tbody', 'tfoot'])],\n\t['tfoot', new Set(['tbody'])],\n\t['tr', new Set(['tr', 'tbody'])],\n\t['td', new Set(['td', 'th', 'tr'])],\n\t['th', new Set(['td', 'th', 'tr'])],\n]);\n\n// can this be a child of the parent element, or does it implicitly\n// close it, like `
  • one
  • two`?\nexport function closing_tag_omitted(current: string, next?: string) {\n\tif (disallowed_contents.has(current)) {\n\t\tif (!next || disallowed_contents.get(current).has(next)) {\n\t\t\treturn true;\n\t\t}\n\t}\n\n\treturn false;\n}\n","// Adapted from https://github.com/acornjs/acorn/blob/6584815dca7440e00de841d1dad152302fdd7ca5/src/tokenize.js\n// Reproduced under MIT License https://github.com/acornjs/acorn/blob/master/LICENSE\n\nexport default function full_char_code_at(str: string, i: number): number {\n\tconst code = str.charCodeAt(i);\n\tif (code <= 0xd7ff || code >= 0xe000) return code;\n\n\tconst next = str.charCodeAt(i + 1);\n\treturn (code << 10) + next - 0x35fdc00;\n}","import { isIdentifierStart, isIdentifierChar } from 'acorn';\nimport full_char_code_at from './full_char_code_at';\n\nexport const globals = new Set([\n\t'alert',\n\t'Array',\n\t'Boolean',\n\t'confirm',\n\t'console',\n\t'Date',\n\t'decodeURI',\n\t'decodeURIComponent',\n\t'document',\n\t'encodeURI',\n\t'encodeURIComponent',\n\t'Error',\n\t'EvalError',\n\t'history',\n\t'Infinity',\n\t'InternalError',\n\t'Intl',\n\t'isFinite',\n\t'isNaN',\n\t'JSON',\n\t'localStorage',\n\t'Map',\n\t'Math',\n\t'NaN',\n\t'navigator',\n\t'Number',\n\t'Object',\n\t'parseFloat',\n\t'parseInt',\n\t'process',\n\t'Promise',\n\t'prompt',\n\t'RangeError',\n\t'ReferenceError',\n\t'RegExp',\n\t'sessionStorage',\n\t'Set',\n\t'String',\n\t'SyntaxError',\n\t'TypeError',\n\t'undefined',\n\t'URIError',\n\t'window'\n]);\n\nexport const reserved = new Set([\n\t'arguments',\n\t'await',\n\t'break',\n\t'case',\n\t'catch',\n\t'class',\n\t'const',\n\t'continue',\n\t'debugger',\n\t'default',\n\t'delete',\n\t'do',\n\t'else',\n\t'enum',\n\t'eval',\n\t'export',\n\t'extends',\n\t'false',\n\t'finally',\n\t'for',\n\t'function',\n\t'if',\n\t'implements',\n\t'import',\n\t'in',\n\t'instanceof',\n\t'interface',\n\t'let',\n\t'new',\n\t'null',\n\t'package',\n\t'private',\n\t'protected',\n\t'public',\n\t'return',\n\t'static',\n\t'super',\n\t'switch',\n\t'this',\n\t'throw',\n\t'true',\n\t'try',\n\t'typeof',\n\t'var',\n\t'void',\n\t'while',\n\t'with',\n\t'yield',\n]);\n\nconst void_element_names = /^(?:area|base|br|col|command|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)$/;\n\nexport function is_void(name: string) {\n\treturn void_element_names.test(name) || name.toLowerCase() === '!doctype';\n}\n\nfunction is_valid(str: string): boolean {\n\tlet i = 0;\n\n\twhile (i < str.length) {\n\t\tconst code = full_char_code_at(str, i);\n\t\tif (!(i === 0 ? isIdentifierStart : isIdentifierChar)(code, true)) return false;\n\n\t\ti += code <= 0xffff ? 1 : 2;\n\t}\n\n\treturn true;\n}\n\nexport function quote_name_if_necessary(name: string) {\n\tif (!is_valid(name)) return `\"${name}\"`;\n\treturn name;\n}\n\nexport function quote_prop_if_necessary(name: string) {\n\tif (!is_valid(name)) return `[\"${name}\"]`;\n\treturn `.${name}`;\n}\n\nexport function sanitize(name: string) {\n\treturn name\n\t\t.replace(/[^a-zA-Z0-9_]+/g, '_')\n\t\t.replace(/^_/, '')\n\t\t.replace(/_$/, '')\n\t\t.replace(/^[0-9]/, '_$&');\n}\n","export default function fuzzymatch(name: string, names: string[]) {\n\tconst set = new FuzzySet(names);\n\tconst matches = set.get(name);\n\n\treturn matches && matches[0] && matches[0][0] > 0.7 ? matches[0][1] : null;\n}\n\n// adapted from https://github.com/Glench/fuzzyset.js/blob/master/lib/fuzzyset.js\n// BSD Licensed\n\nconst GRAM_SIZE_LOWER = 2;\nconst GRAM_SIZE_UPPER = 3;\n\n// return an edit distance from 0 to 1\nfunction _distance(str1: string, str2: string) {\n\tif (str1 === null && str2 === null)\n\t\tthrow 'Trying to compare two null values';\n\tif (str1 === null || str2 === null) return 0;\n\tstr1 = String(str1);\n\tstr2 = String(str2);\n\n\tconst distance = levenshtein(str1, str2);\n\tif (str1.length > str2.length) {\n\t\treturn 1 - distance / str1.length;\n\t} else {\n\t\treturn 1 - distance / str2.length;\n\t}\n}\n\n// helper functions\nfunction levenshtein(str1: string, str2: string) {\n\tconst current: number[] = [];\n\tlet prev;\n\tlet value;\n\n\tfor (let i = 0; i <= str2.length; i++) {\n\t\tfor (let j = 0; j <= str1.length; j++) {\n\t\t\tif (i && j) {\n\t\t\t\tif (str1.charAt(j - 1) === str2.charAt(i - 1)) {\n\t\t\t\t\tvalue = prev;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = Math.min(current[j], current[j - 1], prev) + 1;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tvalue = i + j;\n\t\t\t}\n\n\t\t\tprev = current[j];\n\t\t\tcurrent[j] = value;\n\t\t}\n\t}\n\n\treturn current.pop();\n}\n\nconst non_word_regex = /[^\\w, ]+/;\n\nfunction iterate_grams(value: string, gram_size = 2) {\n\tconst simplified = '-' + value.toLowerCase().replace(non_word_regex, '') + '-';\n\tconst len_diff = gram_size - simplified.length;\n\tconst results = [];\n\n\tif (len_diff > 0) {\n\t\tfor (let i = 0; i < len_diff; ++i) {\n\t\t\tvalue += '-';\n\t\t}\n\t}\n\tfor (let i = 0; i < simplified.length - gram_size + 1; ++i) {\n\t\tresults.push(simplified.slice(i, i + gram_size));\n\t}\n\treturn results;\n}\n\nfunction gram_counter(value: string, gram_size = 2) {\n\t// return an object where key=gram, value=number of occurrences\n\tconst result = {};\n\tconst grams = iterate_grams(value, gram_size);\n\tlet i = 0;\n\n\tfor (i; i < grams.length; ++i) {\n\t\tif (grams[i] in result) {\n\t\t\tresult[grams[i]] += 1;\n\t\t} else {\n\t\t\tresult[grams[i]] = 1;\n\t\t}\n\t}\n\treturn result;\n}\n\nfunction sort_descending(a, b) {\n\treturn b[0] - a[0];\n}\n\nclass FuzzySet {\n\texact_set = {};\n\tmatch_dict = {};\n\titems = {};\n\n\tconstructor(arr: string[]) {\n\t\t// initialization\n\t\tfor (let i = GRAM_SIZE_LOWER; i < GRAM_SIZE_UPPER + 1; ++i) {\n\t\t\tthis.items[i] = [];\n\t\t}\n\n\t\t// add all the items to the set\n\t\tfor (let i = 0; i < arr.length; ++i) {\n\t\t\tthis.add(arr[i]);\n\t\t}\n\t}\n\n\tadd(value: string) {\n\t\tconst normalized_value = value.toLowerCase();\n\t\tif (normalized_value in this.exact_set) {\n\t\t\treturn false;\n\t\t}\n\n\t\tlet i = GRAM_SIZE_LOWER;\n\t\tfor (i; i < GRAM_SIZE_UPPER + 1; ++i) {\n\t\t\tthis._add(value, i);\n\t\t}\n\t}\n\n\t_add(value: string, gram_size: number) {\n\t\tconst normalized_value = value.toLowerCase();\n\t\tconst items = this.items[gram_size] || [];\n\t\tconst index = items.length;\n\n\t\titems.push(0);\n\t\tconst gram_counts = gram_counter(normalized_value, gram_size);\n\t\tlet sum_of_square_gram_counts = 0;\n\t\tlet gram;\n\t\tlet gram_count;\n\n\t\tfor (gram in gram_counts) {\n\t\t\tgram_count = gram_counts[gram];\n\t\t\tsum_of_square_gram_counts += Math.pow(gram_count, 2);\n\t\t\tif (gram in this.match_dict) {\n\t\t\t\tthis.match_dict[gram].push([index, gram_count]);\n\t\t\t} else {\n\t\t\t\tthis.match_dict[gram] = [[index, gram_count]];\n\t\t\t}\n\t\t}\n\t\tconst vector_normal = Math.sqrt(sum_of_square_gram_counts);\n\t\titems[index] = [vector_normal, normalized_value];\n\t\tthis.items[gram_size] = items;\n\t\tthis.exact_set[normalized_value] = value;\n\t}\n\n\tget(value: string) {\n\t\tconst normalized_value = value.toLowerCase();\n\t\tconst result = this.exact_set[normalized_value];\n\n\t\tif (result) {\n\t\t\treturn [[1, result]];\n\t\t}\n\n\t\tlet results = [];\n\t\t// start with high gram size and if there are no results, go to lower gram sizes\n\t\tfor (\n\t\t\tlet gram_size = GRAM_SIZE_UPPER;\n\t\t\tgram_size >= GRAM_SIZE_LOWER;\n\t\t\t--gram_size\n\t\t) {\n\t\t\tresults = this.__get(value, gram_size);\n\t\t\tif (results) {\n\t\t\t\treturn results;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\n\t__get(value: string, gram_size: number) {\n\t\tconst normalized_value = value.toLowerCase();\n\t\tconst matches = {};\n\t\tconst gram_counts = gram_counter(normalized_value, gram_size);\n\t\tconst items = this.items[gram_size];\n\t\tlet sum_of_square_gram_counts = 0;\n\t\tlet gram;\n\t\tlet gram_count;\n\t\tlet i;\n\t\tlet index;\n\t\tlet other_gram_count;\n\n\t\tfor (gram in gram_counts) {\n\t\t\tgram_count = gram_counts[gram];\n\t\t\tsum_of_square_gram_counts += Math.pow(gram_count, 2);\n\t\t\tif (gram in this.match_dict) {\n\t\t\t\tfor (i = 0; i < this.match_dict[gram].length; ++i) {\n\t\t\t\t\tindex = this.match_dict[gram][i][0];\n\t\t\t\t\tother_gram_count = this.match_dict[gram][i][1];\n\t\t\t\t\tif (index in matches) {\n\t\t\t\t\t\tmatches[index] += gram_count * other_gram_count;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmatches[index] = gram_count * other_gram_count;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst vector_normal = Math.sqrt(sum_of_square_gram_counts);\n\t\tlet results = [];\n\t\tlet match_score;\n\n\t\t// build a results list of [score, str]\n\t\tfor (const match_index in matches) {\n\t\t\tmatch_score = matches[match_index];\n\t\t\tresults.push([\n\t\t\t\tmatch_score / (vector_normal * items[match_index][0]),\n\t\t\t\titems[match_index][1],\n\t\t\t]);\n\t\t}\n\n\t\tresults.sort(sort_descending);\n\n\t\tlet new_results = [];\n\t\tconst end_index = Math.min(50, results.length);\n\t\t// truncate somewhat arbitrarily to 50\n\t\tfor (let i = 0; i < end_index; ++i) {\n\t\t\tnew_results.push([\n\t\t\t\t_distance(results[i][1], normalized_value),\n\t\t\t\tresults[i][1],\n\t\t\t]);\n\t\t}\n\t\tresults = new_results;\n\t\tresults.sort(sort_descending);\n\n\t\tnew_results = [];\n\t\tfor (let i = 0; i < results.length; ++i) {\n\t\t\tif (results[i][0] == results[0][0]) {\n\t\t\t\tnew_results.push([results[i][0], this.exact_set[results[i][1]]]);\n\t\t\t}\n\t\t}\n\n\t\treturn new_results;\n\t}\n}\n","export default function list(items: string[], conjunction = 'or') {\n\tif (items.length === 1) return items[0];\n\treturn `${items.slice(0, -1).join(', ')} ${conjunction} ${items[\n\t\titems.length - 1\n\t]}`;\n}\n","import read_expression from '../read/expression';\nimport read_script from '../read/script';\nimport read_style from '../read/style';\nimport { decode_character_references, closing_tag_omitted } from '../utils/html';\nimport { is_void } from '../../utils/names';\nimport { Parser } from '../index';\nimport { Directive, DirectiveType, Node, Text } from '../../interfaces';\nimport fuzzymatch from '../../utils/fuzzymatch';\nimport list from '../../utils/list';\n\n// eslint-disable-next-line no-useless-escape\nconst valid_tag_name = /^\\!?[a-zA-Z]{1,}:?[a-zA-Z0-9\\-]*/;\n\nconst meta_tags = new Map([\n\t['svelte:head', 'Head'],\n\t['svelte:options', 'Options'],\n\t['svelte:window', 'Window'],\n\t['svelte:body', 'Body']\n]);\n\nconst valid_meta_tags = Array.from(meta_tags.keys()).concat('svelte:self', 'svelte:component');\n\nconst specials = new Map([\n\t[\n\t\t'script',\n\t\t{\n\t\t\tread: read_script,\n\t\t\tproperty: 'js',\n\t\t},\n\t],\n\t[\n\t\t'style',\n\t\t{\n\t\t\tread: read_style,\n\t\t\tproperty: 'css',\n\t\t},\n\t],\n]);\n\n// eslint-disable-next-line no-useless-escape\nconst SELF = /^svelte:self(?=[\\s\\/>])/;\n// eslint-disable-next-line no-useless-escape\nconst COMPONENT = /^svelte:component(?=[\\s\\/>])/;\n\nfunction parent_is_head(stack) {\n\tlet i = stack.length;\n\twhile (i--) {\n\t\tconst { type } = stack[i];\n\t\tif (type === 'Head') return true;\n\t\tif (type === 'Element' || type === 'InlineComponent') return false;\n\t}\n\treturn false;\n}\n\nexport default function tag(parser: Parser) {\n\tconst start = parser.index++;\n\n\tlet parent = parser.current();\n\n\tif (parser.eat('!--')) {\n\t\tconst data = parser.read_until(/-->/);\n\t\tparser.eat('-->', true, 'comment was left open, expected -->');\n\n\t\tparser.current().children.push({\n\t\t\tstart,\n\t\t\tend: parser.index,\n\t\t\ttype: 'Comment',\n\t\t\tdata,\n\t\t});\n\n\t\treturn;\n\t}\n\n\tconst is_closing_tag = parser.eat('/');\n\n\tconst name = read_tag_name(parser);\n\n\tif (meta_tags.has(name)) {\n\t\tconst slug = meta_tags.get(name).toLowerCase();\n\t\tif (is_closing_tag) {\n\t\t\tif (\n\t\t\t\t(name === 'svelte:window' || name === 'svelte:body') &&\n\t\t\t\tparser.current().children.length\n\t\t\t) {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-${name.slice(7)}-content`,\n\t\t\t\t\tmessage: `<${name}> cannot have children`\n\t\t\t\t}, parser.current().children[0].start);\n\t\t\t}\n\t\t} else {\n\t\t\tif (name in parser.meta_tags) {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `duplicate-${slug}`,\n\t\t\t\t\tmessage: `A component can only have one <${name}> tag`\n\t\t\t\t}, start);\n\t\t\t}\n\n\t\t\tif (parser.stack.length > 1) {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-${slug}-placement`,\n\t\t\t\t\tmessage: `<${name}> tags cannot be inside elements or blocks`\n\t\t\t\t}, start);\n\t\t\t}\n\n\t\t\tparser.meta_tags[name] = true;\n\t\t}\n\t}\n\n\tconst type = meta_tags.has(name)\n\t\t? meta_tags.get(name)\n\t\t: (/[A-Z]/.test(name[0]) || name === 'svelte:self' || name === 'svelte:component') ? 'InlineComponent'\n\t\t\t: name === 'title' && parent_is_head(parser.stack) ? 'Title'\n\t\t\t\t: name === 'slot' && !parser.customElement ? 'Slot' : 'Element';\n\n\tconst element: Node = {\n\t\tstart,\n\t\tend: null, // filled in later\n\t\ttype,\n\t\tname,\n\t\tattributes: [],\n\t\tchildren: [],\n\t};\n\n\tparser.allow_whitespace();\n\n\tif (is_closing_tag) {\n\t\tif (is_void(name)) {\n\t\t\tparser.error({\n\t\t\t\tcode: `invalid-void-content`,\n\t\t\t\tmessage: `<${name}> is a void element and cannot have children, or a closing tag`\n\t\t\t}, start);\n\t\t}\n\n\t\tparser.eat('>', true);\n\n\t\t// close any elements that don't have their own closing tags, e.g.

    \n\t\twhile (parent.name !== name) {\n\t\t\tif (parent.type !== 'Element')\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-closing-tag`,\n\t\t\t\t\tmessage: ` attempted to close an element that was not open`\n\t\t\t\t}, start);\n\n\t\t\tparent.end = start;\n\t\t\tparser.stack.pop();\n\n\t\t\tparent = parser.current();\n\t\t}\n\n\t\tparent.end = parser.index;\n\t\tparser.stack.pop();\n\n\t\treturn;\n\t} else if (closing_tag_omitted(parent.name, name)) {\n\t\tparent.end = start;\n\t\tparser.stack.pop();\n\t}\n\n\tconst unique_names: Set = new Set();\n\n\tlet attribute;\n\twhile ((attribute = read_attribute(parser, unique_names))) {\n\t\telement.attributes.push(attribute);\n\t\tparser.allow_whitespace();\n\t}\n\n\tif (name === 'svelte:component') {\n\t\tconst index = element.attributes.findIndex(attr => attr.type === 'Attribute' && attr.name === 'this');\n\t\tif (!~index) {\n\t\t\tparser.error({\n\t\t\t\tcode: `missing-component-definition`,\n\t\t\t\tmessage: ` must have a 'this' attribute`\n\t\t\t}, start);\n\t\t}\n\n\t\tconst definition = element.attributes.splice(index, 1)[0];\n\t\tif (definition.value === true || definition.value.length !== 1 || definition.value[0].type === 'Text') {\n\t\t\tparser.error({\n\t\t\t\tcode: `invalid-component-definition`,\n\t\t\t\tmessage: `invalid component definition`\n\t\t\t}, definition.start);\n\t\t}\n\n\t\telement.expression = definition.value[0].expression;\n\t}\n\n\t// special cases – top-level ', true);\n\t\telement.end = parser.index;\n\t} else if (name === 'style') {\n\t\t// special case\n\t\tconst start = parser.index;\n\t\tconst data = parser.read_until(/<\\/style>/);\n\t\tconst end = parser.index;\n\t\telement.children.push({ start, end, type: 'Text', data });\n\t\tparser.eat('', true);\n\t} else {\n\t\tparser.stack.push(element);\n\t}\n}\n\nfunction read_tag_name(parser: Parser) {\n\tconst start = parser.index;\n\n\tif (parser.read(SELF)) {\n\t\t// check we're inside a block, otherwise this\n\t\t// will cause infinite recursion\n\t\tlet i = parser.stack.length;\n\t\tlet legal = false;\n\n\t\twhile (i--) {\n\t\t\tconst fragment = parser.stack[i];\n\t\t\tif (fragment.type === 'IfBlock' || fragment.type === 'EachBlock') {\n\t\t\t\tlegal = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif (!legal) {\n\t\t\tparser.error({\n\t\t\t\tcode: `invalid-self-placement`,\n\t\t\t\tmessage: ` components can only exist inside if-blocks or each-blocks`\n\t\t\t}, start);\n\t\t}\n\n\t\treturn 'svelte:self';\n\t}\n\n\tif (parser.read(COMPONENT)) return 'svelte:component';\n\n\tconst name = parser.read_until(/(\\s|\\/|>)/);\n\n\tif (meta_tags.has(name)) return name;\n\n\tif (name.startsWith('svelte:')) {\n\t\tconst match = fuzzymatch(name.slice(7), valid_meta_tags);\n\n\t\tlet message = `Valid tag names are ${list(valid_meta_tags)}`;\n\t\tif (match) message += ` (did you mean '${match}'?)`;\n\n\t\tparser.error({\n\t\t\tcode: 'invalid-tag-name',\n\t\t\tmessage\n\t\t}, start);\n\t}\n\n\tif (!valid_tag_name.test(name)) {\n\t\tparser.error({\n\t\t\tcode: `invalid-tag-name`,\n\t\t\tmessage: `Expected valid tag name`\n\t\t}, start);\n\t}\n\n\treturn name;\n}\n\nfunction read_attribute(parser: Parser, unique_names: Set) {\n\tconst start = parser.index;\n\n\tif (parser.eat('{')) {\n\t\tparser.allow_whitespace();\n\n\t\tif (parser.eat('...')) {\n\t\t\tconst expression = read_expression(parser);\n\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\treturn {\n\t\t\t\tstart,\n\t\t\t\tend: parser.index,\n\t\t\t\ttype: 'Spread',\n\t\t\t\texpression\n\t\t\t};\n\t\t} else {\n\t\t\tconst value_start = parser.index;\n\n\t\t\tconst name = parser.read_identifier();\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\treturn {\n\t\t\t\tstart,\n\t\t\t\tend: parser.index,\n\t\t\t\ttype: 'Attribute',\n\t\t\t\tname,\n\t\t\t\tvalue: [{\n\t\t\t\t\tstart: value_start,\n\t\t\t\t\tend: value_start + name.length,\n\t\t\t\t\ttype: 'AttributeShorthand',\n\t\t\t\t\texpression: {\n\t\t\t\t\t\tstart: value_start,\n\t\t\t\t\t\tend: value_start + name.length,\n\t\t\t\t\t\ttype: 'Identifier',\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n\t\t\t\t}]\n\t\t\t};\n\t\t}\n\t}\n\n\t// eslint-disable-next-line no-useless-escape\n\tconst name = parser.read_until(/[\\s=\\/>\"']/);\n\tif (!name) return null;\n\n\tlet end = parser.index;\n\n\tparser.allow_whitespace();\n\n\tconst colon_index = name.indexOf(':');\n\tconst type = colon_index !== -1 && get_directive_type(name.slice(0, colon_index));\n\n\tif (unique_names.has(name)) {\n\t\tparser.error({\n\t\t\tcode: `duplicate-attribute`,\n\t\t\tmessage: 'Attributes need to be unique'\n\t\t}, start);\n\t}\n\n\tif (type !== \"EventHandler\") {\n\t\tunique_names.add(name);\n\t}\n\n\tlet value: any[] | true = true;\n\tif (parser.eat('=')) {\n\t\tparser.allow_whitespace();\n\t\tvalue = read_attribute_value(parser);\n\t\tend = parser.index;\n\t} else if (parser.match_regex(/[\"']/)) {\n\t\tparser.error({\n\t\t\tcode: `unexpected-token`,\n\t\t\tmessage: `Expected =`\n\t\t}, parser.index);\n\t}\n\n\tif (type) {\n\t\tconst [directive_name, ...modifiers] = name.slice(colon_index + 1).split('|');\n\n\t\tif (type === 'Ref') {\n\t\t\tparser.error({\n\t\t\t\tcode: `invalid-ref-directive`,\n\t\t\t\tmessage: `The ref directive is no longer supported — use \\`bind:this={${directive_name}}\\` instead`\n\t\t\t}, start);\n\t\t}\n\n\t\tif (value[0]) {\n\t\t\tif ((value as any[]).length > 1 || value[0].type === 'Text') {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-directive-value`,\n\t\t\t\t\tmessage: `Directive value must be a JavaScript expression enclosed in curly braces`\n\t\t\t\t}, value[0].start);\n\t\t\t}\n\t\t}\n\n\t\tconst directive: Directive = {\n\t\t\tstart,\n\t\t\tend,\n\t\t\ttype,\n\t\t\tname: directive_name,\n\t\t\tmodifiers,\n\t\t\texpression: (value[0] && value[0].expression) || null\n\t\t};\n\n\t\tif (type === 'Transition') {\n\t\t\tconst direction = name.slice(0, colon_index);\n\t\t\tdirective.intro = direction === 'in' || direction === 'transition';\n\t\t\tdirective.outro = direction === 'out' || direction === 'transition';\n\t\t}\n\n\t\tif (!directive.expression && (type === 'Binding' || type === 'Class')) {\n\t\t\tdirective.expression = {\n\t\t\t\tstart: directive.start + colon_index + 1,\n\t\t\t\tend: directive.end,\n\t\t\t\ttype: 'Identifier',\n\t\t\t\tname: directive.name\n\t\t\t};\n\t\t}\n\n\t\treturn directive;\n\t}\n\n\treturn {\n\t\tstart,\n\t\tend,\n\t\ttype: 'Attribute',\n\t\tname,\n\t\tvalue,\n\t};\n}\n\nfunction get_directive_type(name: string): DirectiveType {\n\tif (name === 'use') return 'Action';\n\tif (name === 'animate') return 'Animation';\n\tif (name === 'bind') return 'Binding';\n\tif (name === 'class') return 'Class';\n\tif (name === 'on') return 'EventHandler';\n\tif (name === 'let') return 'Let';\n\tif (name === 'ref') return 'Ref';\n\tif (name === 'in' || name === 'out' || name === 'transition') return 'Transition';\n}\n\nfunction read_attribute_value(parser: Parser) {\n\tconst quote_mark = parser.eat(`'`) ? `'` : parser.eat(`\"`) ? `\"` : null;\n\n\tconst regex = (\n\t\tquote_mark === `'` ? /'/ :\n\t\t\tquote_mark === `\"` ? /\"/ :\n\t\t\t\t/(\\/>|[\\s\"'=<>`])/\n\t);\n\n\tconst value = read_sequence(parser, () => !!parser.match_regex(regex));\n\n\tif (quote_mark) parser.index += 1;\n\treturn value;\n}\n\nfunction read_sequence(parser: Parser, done: () => boolean): Node[] {\n\tlet current_chunk: Text = {\n\t\tstart: parser.index,\n\t\tend: null,\n\t\ttype: 'Text',\n\t\traw: '',\n\t\tdata: null\n\t};\n\n\tfunction flush() {\n\t\tif (current_chunk.raw) {\n\t\t\tcurrent_chunk.data = decode_character_references(current_chunk.raw);\n\t\t\tcurrent_chunk.end = parser.index;\n\t\t\tchunks.push(current_chunk);\n\t\t}\n\t}\n\n\tconst chunks: Node[] = [];\n\n\twhile (parser.index < parser.template.length) {\n\t\tconst index = parser.index;\n\n\t\tif (done()) {\n\t\t\tflush();\n\t\t\treturn chunks;\n\t\t} else if (parser.eat('{')) {\n\t\t\tflush();\n\n\t\t\tparser.allow_whitespace();\n\t\t\tconst expression = read_expression(parser);\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\tchunks.push({\n\t\t\t\tstart: index,\n\t\t\t\tend: parser.index,\n\t\t\t\ttype: 'MustacheTag',\n\t\t\t\texpression,\n\t\t\t});\n\n\t\t\tcurrent_chunk = {\n\t\t\t\tstart: parser.index,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'Text',\n\t\t\t\traw: '',\n\t\t\t\tdata: null\n\t\t\t};\n\t\t} else {\n\t\t\tcurrent_chunk.raw += parser.template[parser.index++];\n\t\t}\n\t}\n\n\tparser.error({\n\t\tcode: `unexpected-eof`,\n\t\tmessage: `Unexpected end of input`\n\t});\n}\n","import { Parser } from '../index';\n\ninterface Identifier {\n\tstart: number;\n\tend: number;\n\ttype: 'Identifier';\n\tname: string;\n}\n\ninterface Property {\n\tstart: number;\n\tend: number;\n\ttype: 'Property';\n\tkind: 'init' | 'rest';\n\tshorthand: boolean;\n\tkey: Identifier;\n\tvalue: Context;\n}\n\ninterface Context {\n\tstart: number;\n\tend: number;\n\ttype: 'Identifier' | 'ArrayPattern' | 'ObjectPattern' | 'RestIdentifier';\n\tname?: string;\n\telements?: Context[];\n\tproperties?: Property[];\n}\n\nfunction error_on_assignment_pattern(parser: Parser) {\n\tif (parser.eat('=')) {\n\t\tparser.error({\n\t\t\tcode: 'invalid-assignment-pattern',\n\t\t\tmessage: 'Assignment patterns are not supported'\n\t\t}, parser.index - 1);\n\t}\n}\n\nfunction error_on_rest_pattern_not_last(parser: Parser) {\n\tparser.error({\n\t\tcode: 'rest-pattern-not-last',\n\t\tmessage: 'Rest destructuring expected to be last'\n\t}, parser.index);\n}\n\nexport default function read_context(parser: Parser) {\n\tconst context: Context = {\n\t\tstart: parser.index,\n\t\tend: null,\n\t\ttype: null\n\t};\n\n\tif (parser.eat('[')) {\n\t\tcontext.type = 'ArrayPattern';\n\t\tcontext.elements = [];\n\n\t\tdo {\n\t\t\tparser.allow_whitespace();\n\n\t\t\tconst lastContext = context.elements[context.elements.length - 1];\n\t\t\tif (lastContext && lastContext.type === 'RestIdentifier') {\n\t\t\t\terror_on_rest_pattern_not_last(parser);\n\t\t\t}\n\n\t\t\tif (parser.template[parser.index] === ',') {\n\t\t\t\tcontext.elements.push(null);\n\t\t\t} else {\n\t\t\t\tcontext.elements.push(read_context(parser));\n\t\t\t\tparser.allow_whitespace();\n\t\t\t}\n\t\t} while (parser.eat(','));\n\n\t\terror_on_assignment_pattern(parser);\n\t\tparser.eat(']', true);\n\t\tcontext.end = parser.index;\n\t}\n\n\telse if (parser.eat('{')) {\n\t\tcontext.type = 'ObjectPattern';\n\t\tcontext.properties = [];\n\n\t\tdo {\n\t\t\tparser.allow_whitespace();\n\n\t\t\tif (parser.eat('...')) {\n\t\t\t\tparser.allow_whitespace();\n\n\t\t\t\tconst start = parser.index;\n\t\t\t\tconst name = parser.read_identifier();\n\t\t\t\tconst key: Identifier = {\n\t\t\t\t\tstart,\n\t\t\t\t\tend: parser.index,\n\t\t\t\t\ttype: 'Identifier',\n\t\t\t\t\tname\n\t\t\t\t};\n\t\t\t\tconst property: Property = {\n\t\t\t\t\tstart,\n\t\t\t\t\tend: parser.index,\n\t\t\t\t\ttype: 'Property',\n\t\t\t\t\tkind: 'rest',\n\t\t\t\t\tshorthand: true,\n\t\t\t\t\tkey,\n\t\t\t\t\tvalue: key\n\t\t\t\t};\n\n\t\t\t\tcontext.properties.push(property);\n\n\t\t\t\tparser.allow_whitespace();\n\n\t\t\t\tif (parser.eat(',')) {\n\t\t\t\t\tparser.error({\n\t\t\t\t\t\tcode: `comma-after-rest`,\n\t\t\t\t\t\tmessage: `Comma is not permitted after the rest element`\n\t\t\t\t\t}, parser.index - 1);\n\t\t\t\t}\n\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tconst start = parser.index;\n\t\t\tconst name = parser.read_identifier();\n\t\t\tconst key: Identifier = {\n\t\t\t\tstart,\n\t\t\t\tend: parser.index,\n\t\t\t\ttype: 'Identifier',\n\t\t\t\tname\n\t\t\t};\n\t\t\tparser.allow_whitespace();\n\n\t\t\tconst value = parser.eat(':')\n\t\t\t\t? (parser.allow_whitespace(), read_context(parser))\n\t\t\t\t: key;\n\n\t\t\tconst property: Property = {\n\t\t\t\tstart,\n\t\t\t\tend: value.end,\n\t\t\t\ttype: 'Property',\n\t\t\t\tkind: 'init',\n\t\t\t\tshorthand: value.type === 'Identifier' && value.name === name,\n\t\t\t\tkey,\n\t\t\t\tvalue\n\t\t\t};\n\n\t\t\tcontext.properties.push(property);\n\n\t\t\tparser.allow_whitespace();\n\t\t} while (parser.eat(','));\n\n\t\terror_on_assignment_pattern(parser);\n\t\tparser.eat('}', true);\n\t\tcontext.end = parser.index;\n\t}\n\n\telse if (parser.eat('...')) {\n\t\tconst name = parser.read_identifier();\n\t\tif (name) {\n\t\t\tcontext.type = 'RestIdentifier';\n\t\t\tcontext.end = parser.index;\n\t\t\tcontext.name = name;\n\t\t}\n\n\t\telse {\n\t\t\tparser.error({\n\t\t\t\tcode: 'invalid-context',\n\t\t\t\tmessage: 'Expected a rest pattern'\n\t\t\t});\n\t\t}\n\t}\n\n\telse {\n\t\tconst name = parser.read_identifier();\n\t\tif (name) {\n\t\t\tcontext.type = 'Identifier';\n\t\t\tcontext.end = parser.index;\n\t\t\tcontext.name = name;\n\t\t}\n\n\t\telse {\n\t\t\tparser.error({\n\t\t\t\tcode: 'invalid-context',\n\t\t\t\tmessage: 'Expected a name, array pattern or object pattern'\n\t\t\t});\n\t\t}\n\n\t\terror_on_assignment_pattern(parser);\n\t}\n\n\treturn context;\n}\n","export const whitespace = /[ \\t\\r\\n]/;\n\nexport const dimensions = /^(?:offset|client)(?:Width|Height)$/;\n","import { whitespace } from './patterns';\n\nexport function trim_start(str: string) {\n\tlet i = 0;\n\twhile (whitespace.test(str[i])) i += 1;\n\n\treturn str.slice(i);\n}\n\nexport function trim_end(str: string) {\n\tlet i = str.length;\n\twhile (whitespace.test(str[i - 1])) i -= 1;\n\n\treturn str.slice(0, i);\n}\n","import read_context from '../read/context';\nimport read_expression from '../read/expression';\nimport { closing_tag_omitted } from '../utils/html';\nimport { whitespace } from '../../utils/patterns';\nimport { trim_start, trim_end } from '../../utils/trim';\nimport { Parser } from '../index';\nimport { Node } from '../../interfaces';\n\nfunction trim_whitespace(block: Node, trim_before: boolean, trim_after: boolean) {\n\tif (!block.children || block.children.length === 0) return; // AwaitBlock\n\n\tconst first_child = block.children[0];\n\tconst last_child = block.children[block.children.length - 1];\n\n\tif (first_child.type === 'Text' && trim_before) {\n\t\tfirst_child.data = trim_start(first_child.data);\n\t\tif (!first_child.data) block.children.shift();\n\t}\n\n\tif (last_child.type === 'Text' && trim_after) {\n\t\tlast_child.data = trim_end(last_child.data);\n\t\tif (!last_child.data) block.children.pop();\n\t}\n\n\tif (block.else) {\n\t\ttrim_whitespace(block.else, trim_before, trim_after);\n\t}\n\n\tif (first_child.elseif) {\n\t\ttrim_whitespace(first_child, trim_before, trim_after);\n\t}\n}\n\nexport default function mustache(parser: Parser) {\n\tconst start = parser.index;\n\tparser.index += 1;\n\n\tparser.allow_whitespace();\n\n\t// {/if}, {/each} or {/await}\n\tif (parser.eat('/')) {\n\t\tlet block = parser.current();\n\t\tlet expected;\n\n\t\tif (closing_tag_omitted(block.name)) {\n\t\t\tblock.end = start;\n\t\t\tparser.stack.pop();\n\t\t\tblock = parser.current();\n\t\t}\n\n\t\tif (block.type === 'ElseBlock' || block.type === 'PendingBlock' || block.type === 'ThenBlock' || block.type === 'CatchBlock') {\n\t\t\tblock.end = start;\n\t\t\tparser.stack.pop();\n\t\t\tblock = parser.current();\n\n\t\t\texpected = 'await';\n\t\t}\n\n\t\tif (block.type === 'IfBlock') {\n\t\t\texpected = 'if';\n\t\t} else if (block.type === 'EachBlock') {\n\t\t\texpected = 'each';\n\t\t} else if (block.type === 'AwaitBlock') {\n\t\t\texpected = 'await';\n\t\t} else {\n\t\t\tparser.error({\n\t\t\t\tcode: `unexpected-block-close`,\n\t\t\t\tmessage: `Unexpected block closing tag`\n\t\t\t});\n\t\t}\n\n\t\tparser.eat(expected, true);\n\t\tparser.allow_whitespace();\n\t\tparser.eat('}', true);\n\n\t\twhile (block.elseif) {\n\t\t\tblock.end = parser.index;\n\t\t\tparser.stack.pop();\n\t\t\tblock = parser.current();\n\n\t\t\tif (block.else) {\n\t\t\t\tblock.else.end = start;\n\t\t\t}\n\t\t}\n\n\t\t// strip leading/trailing whitespace as necessary\n\t\tconst char_before = parser.template[block.start - 1];\n\t\tconst char_after = parser.template[parser.index];\n\t\tconst trim_before = !char_before || whitespace.test(char_before);\n\t\tconst trim_after = !char_after || whitespace.test(char_after);\n\n\t\ttrim_whitespace(block, trim_before, trim_after);\n\n\t\tblock.end = parser.index;\n\t\tparser.stack.pop();\n\t} else if (parser.eat(':else')) {\n\t\tif (parser.eat('if')) {\n\t\t\tparser.error({\n\t\t\t\tcode: 'invalid-elseif',\n\t\t\t\tmessage: `'elseif' should be 'else if'`\n\t\t\t});\n\t\t}\n\n\t\tparser.allow_whitespace();\n\n\t\t// :else if\n\t\tif (parser.eat('if')) {\n\t\t\tconst block = parser.current();\n\t\t\tif (block.type !== 'IfBlock')\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-elseif-placement`,\n\t\t\t\t\tmessage: 'Cannot have an {:else if ...} block outside an {#if ...} block'\n\t\t\t\t});\n\n\t\t\tparser.require_whitespace();\n\n\t\t\tconst expression = read_expression(parser);\n\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\tblock.else = {\n\t\t\t\tstart: parser.index,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'ElseBlock',\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\tstart: parser.index,\n\t\t\t\t\t\tend: null,\n\t\t\t\t\t\ttype: 'IfBlock',\n\t\t\t\t\t\telseif: true,\n\t\t\t\t\t\texpression,\n\t\t\t\t\t\tchildren: [],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t};\n\n\t\t\tparser.stack.push(block.else.children[0]);\n\t\t}\n\n\t\t// :else\n\t\telse {\n\t\t\tconst block = parser.current();\n\t\t\tif (block.type !== 'IfBlock' && block.type !== 'EachBlock') {\n\t\t\t\tparser.error({\n\t\t\t\t\tcode: `invalid-else-placement`,\n\t\t\t\t\tmessage: 'Cannot have an {:else} block outside an {#if ...} or {#each ...} block'\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\n\t\t\tblock.else = {\n\t\t\t\tstart: parser.index,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'ElseBlock',\n\t\t\t\tchildren: [],\n\t\t\t};\n\n\t\t\tparser.stack.push(block.else);\n\t\t}\n\t} else if (parser.eat(':then')) {\n\t\t// TODO DRY out this and the next section\n\t\tconst pending_block = parser.current();\n\t\tif (pending_block.type === 'PendingBlock') {\n\t\t\tpending_block.end = start;\n\t\t\tparser.stack.pop();\n\t\t\tconst await_block = parser.current();\n\n\t\t\tif (!parser.eat('}')) {\n\t\t\t\tparser.require_whitespace();\n\t\t\t\tawait_block.value = parser.read_identifier();\n\t\t\t\tparser.allow_whitespace();\n\t\t\t\tparser.eat('}', true);\n\t\t\t}\n\n\t\t\tconst then_block: Node = {\n\t\t\t\tstart,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'ThenBlock',\n\t\t\t\tchildren: [],\n\t\t\t\tskip: false\n\t\t\t};\n\n\t\t\tawait_block.then = then_block;\n\t\t\tparser.stack.push(then_block);\n\t\t}\n\t} else if (parser.eat(':catch')) {\n\t\tconst then_block = parser.current();\n\t\tif (then_block.type === 'ThenBlock') {\n\t\t\tthen_block.end = start;\n\t\t\tparser.stack.pop();\n\t\t\tconst await_block = parser.current();\n\n\t\t\tif (!parser.eat('}')) {\n\t\t\t\tparser.require_whitespace();\n\t\t\t\tawait_block.error = parser.read_identifier();\n\t\t\t\tparser.allow_whitespace();\n\t\t\t\tparser.eat('}', true);\n\t\t\t}\n\n\t\t\tconst catch_block: Node = {\n\t\t\t\tstart,\n\t\t\t\tend: null,\n\t\t\t\ttype: 'CatchBlock',\n\t\t\t\tchildren: [],\n\t\t\t\tskip: false\n\t\t\t};\n\n\t\t\tawait_block.catch = catch_block;\n\t\t\tparser.stack.push(catch_block);\n\t\t}\n\t} else if (parser.eat('#')) {\n\t\t// {#if foo}, {#each foo} or {#await foo}\n\t\tlet type;\n\n\t\tif (parser.eat('if')) {\n\t\t\ttype = 'IfBlock';\n\t\t} else if (parser.eat('each')) {\n\t\t\ttype = 'EachBlock';\n\t\t} else if (parser.eat('await')) {\n\t\t\ttype = 'AwaitBlock';\n\t\t} else {\n\t\t\tparser.error({\n\t\t\t\tcode: `expected-block-type`,\n\t\t\t\tmessage: `Expected if, each or await`\n\t\t\t});\n\t\t}\n\n\t\tparser.require_whitespace();\n\n\t\tconst expression = read_expression(parser);\n\n\t\tconst block: Node = type === 'AwaitBlock' ?\n\t\t\t{\n\t\t\t\tstart,\n\t\t\t\tend: null,\n\t\t\t\ttype,\n\t\t\t\texpression,\n\t\t\t\tvalue: null,\n\t\t\t\terror: null,\n\t\t\t\tpending: {\n\t\t\t\t\tstart: null,\n\t\t\t\t\tend: null,\n\t\t\t\t\ttype: 'PendingBlock',\n\t\t\t\t\tchildren: [],\n\t\t\t\t\tskip: true\n\t\t\t\t},\n\t\t\t\tthen: {\n\t\t\t\t\tstart: null,\n\t\t\t\t\tend: null,\n\t\t\t\t\ttype: 'ThenBlock',\n\t\t\t\t\tchildren: [],\n\t\t\t\t\tskip: true\n\t\t\t\t},\n\t\t\t\tcatch: {\n\t\t\t\t\tstart: null,\n\t\t\t\t\tend: null,\n\t\t\t\t\ttype: 'CatchBlock',\n\t\t\t\t\tchildren: [],\n\t\t\t\t\tskip: true\n\t\t\t\t},\n\t\t\t} :\n\t\t\t{\n\t\t\t\tstart,\n\t\t\t\tend: null,\n\t\t\t\ttype,\n\t\t\t\texpression,\n\t\t\t\tchildren: [],\n\t\t\t};\n\n\t\tparser.allow_whitespace();\n\n\t\t// {#each} blocks must declare a context – {#each list as item}\n\t\tif (type === 'EachBlock') {\n\t\t\tparser.eat('as', true);\n\t\t\tparser.require_whitespace();\n\n\t\t\tblock.context = read_context(parser);\n\n\t\t\tparser.allow_whitespace();\n\n\t\t\tif (parser.eat(',')) {\n\t\t\t\tparser.allow_whitespace();\n\t\t\t\tblock.index = parser.read_identifier();\n\t\t\t\tif (!block.index) parser.error({\n\t\t\t\t\tcode: `expected-name`,\n\t\t\t\t\tmessage: `Expected name`\n\t\t\t\t});\n\n\t\t\t\tparser.allow_whitespace();\n\t\t\t}\n\n\t\t\tif (parser.eat('(')) {\n\t\t\t\tparser.allow_whitespace();\n\n\t\t\t\tblock.key = read_expression(parser);\n\t\t\t\tparser.allow_whitespace();\n\t\t\t\tparser.eat(')', true);\n\t\t\t\tparser.allow_whitespace();\n\t\t\t}\n\t\t}\n\n\t\tconst await_block_shorthand = type === 'AwaitBlock' && parser.eat('then');\n\t\tif (await_block_shorthand) {\n\t\t\tparser.require_whitespace();\n\t\t\tblock.value = parser.read_identifier();\n\t\t\tparser.allow_whitespace();\n\t\t}\n\n\t\tparser.eat('}', true);\n\n\t\tparser.current().children.push(block);\n\t\tparser.stack.push(block);\n\n\t\tif (type === 'AwaitBlock') {\n\t\t\tlet child_block;\n\t\t\tif (await_block_shorthand) {\n\t\t\t\tblock.then.skip = false;\n\t\t\t\tchild_block = block.then;\n\t\t\t} else {\n\t\t\t\tblock.pending.skip = false;\n\t\t\t\tchild_block = block.pending;\n\t\t\t}\n\n\t\t\tchild_block.start = parser.index;\n\t\t\tparser.stack.push(child_block);\n\t\t}\n\t} else if (parser.eat('@html')) {\n\t\t// {@html content} tag\n\t\tparser.require_whitespace();\n\n\t\tconst expression = read_expression(parser);\n\n\t\tparser.allow_whitespace();\n\t\tparser.eat('}', true);\n\n\t\tparser.current().children.push({\n\t\t\tstart,\n\t\t\tend: parser.index,\n\t\t\ttype: 'RawMustacheTag',\n\t\t\texpression,\n\t\t});\n\t} else if (parser.eat('@debug')) {\n\t\tlet identifiers;\n\n\t\t// Implies {@debug} which indicates \"debug all\"\n\t\tif (parser.read(/\\s*}/)) {\n\t\t\tidentifiers = [];\n\t\t} else {\n\t\t\tconst expression = read_expression(parser);\n\n\t\t\tidentifiers = expression.type === 'SequenceExpression'\n\t\t\t\t? expression.expressions\n\t\t\t\t: [expression];\n\n\t\t\tidentifiers.forEach(node => {\n\t\t\t\tif (node.type !== 'Identifier') {\n\t\t\t\t\tparser.error({\n\t\t\t\t\t\tcode: 'invalid-debug-args',\n\t\t\t\t\t\tmessage: '{@debug ...} arguments must be identifiers, not arbitrary expressions'\n\t\t\t\t\t}, node.start);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tparser.allow_whitespace();\n\t\t\tparser.eat('}', true);\n\t\t}\n\n\t\tparser.current().children.push({\n\t\t\tstart,\n\t\t\tend: parser.index,\n\t\t\ttype: 'DebugTag',\n\t\t\tidentifiers\n\t\t});\n\t} else {\n\t\tconst expression = read_expression(parser);\n\n\t\tparser.allow_whitespace();\n\t\tparser.eat('}', true);\n\n\t\tparser.current().children.push({\n\t\t\tstart,\n\t\t\tend: parser.index,\n\t\t\ttype: 'MustacheTag',\n\t\t\texpression,\n\t\t});\n\t}\n}\n","import { decode_character_references } from '../utils/html';\nimport { Parser } from '../index';\n\nexport default function text(parser: Parser) {\n\tconst start = parser.index;\n\n\tlet data = '';\n\n\twhile (\n\t\tparser.index < parser.template.length &&\n\t\t!parser.match('<') &&\n\t\t!parser.match('{')\n\t) {\n\t\tdata += parser.template[parser.index++];\n\t}\n\n\tconst node = {\n\t\tstart,\n\t\tend: parser.index,\n\t\ttype: 'Text',\n\t\traw: data,\n\t\tdata: decode_character_references(data),\n\t};\n\n\tparser.current().children.push(node);\n}\n","import tag from './tag';\nimport mustache from './mustache';\nimport text from './text';\nimport { Parser } from '../index';\n\nexport default function fragment(parser: Parser) {\n\tif (parser.match('<')) {\n\t\treturn tag;\n\t}\n\n\tif (parser.match('{')) {\n\t\treturn mustache;\n\t}\n\n\treturn text;\n}\n","function getLocator(source, options) {\n if (options === void 0) { options = {}; }\n var offsetLine = options.offsetLine || 0;\n var offsetColumn = options.offsetColumn || 0;\n var originalLines = source.split('\\n');\n var start = 0;\n var lineRanges = originalLines.map(function (line, i) {\n var end = start + line.length + 1;\n var range = { start: start, end: end, line: i };\n start = end;\n return range;\n });\n var i = 0;\n function rangeContains(range, index) {\n return range.start <= index && index < range.end;\n }\n function getLocation(range, index) {\n return { line: offsetLine + range.line, column: offsetColumn + index - range.start, character: index };\n }\n function locate(search, startIndex) {\n if (typeof search === 'string') {\n search = source.indexOf(search, startIndex || 0);\n }\n var range = lineRanges[i];\n var d = search >= range.end ? 1 : -1;\n while (range) {\n if (rangeContains(range, search))\n return getLocation(range, search);\n i += d;\n range = lineRanges[i];\n }\n }\n ;\n return locate;\n}\nfunction locate(source, search, options) {\n if (typeof options === 'number') {\n throw new Error('locate takes a { startIndex, offsetLine, offsetColumn } object as the third argument');\n }\n return getLocator(source, options)(search, options && options.startIndex);\n}\n\nexport { getLocator, locate };","import repeat from './repeat';\n\nfunction tabs_to_spaces(str: string) {\n\treturn str.replace(/^\\t+/, match => match.split('\\t').join(' '));\n}\n\nexport default function get_code_frame(\n\tsource: string,\n\tline: number,\n\tcolumn: number\n) {\n\tconst lines = source.split('\\n');\n\n\tconst frame_start = Math.max(0, line - 2);\n\tconst frame_end = Math.min(line + 3, lines.length);\n\n\tconst digits = String(frame_end + 1).length;\n\n\treturn lines\n\t\t.slice(frame_start, frame_end)\n\t\t.map((str, i) => {\n\t\t\tconst isErrorLine = frame_start + i === line;\n\n\t\t\tlet line_num = String(i + frame_start + 1);\n\t\t\twhile (line_num.length < digits) line_num = ` ${line_num}`;\n\n\t\t\tif (isErrorLine) {\n\t\t\t\tconst indicator =\n\t\t\t\t\trepeat(' ', digits + 2 + tabs_to_spaces(str.slice(0, column)).length) + '^';\n\t\t\t\treturn `${line_num}: ${tabs_to_spaces(str)}\\n${indicator}`;\n\t\t\t}\n\n\t\t\treturn `${line_num}: ${tabs_to_spaces(str)}`;\n\t\t})\n\t\t.join('\\n');\n}\n","import { locate } from 'locate-character';\nimport get_code_frame from './get_code_frame';\n\nclass CompileError extends Error {\n\tcode: string;\n\tstart: { line: number; column: number };\n\tend: { line: number; column: number };\n\tpos: number;\n\tfilename: string;\n\tframe: string;\n\n\ttoString() {\n\t\treturn `${this.message} (${this.start.line}:${this.start.column})\\n${this.frame}`;\n\t}\n}\n\nexport default function error(message: string, props: {\n\tname: string;\n\tcode: string;\n\tsource: string;\n\tfilename: string;\n\tstart: number;\n\tend?: number;\n}) {\n\tconst error = new CompileError(message);\n\terror.name = props.name;\n\n\tconst start = locate(props.source, props.start, { offsetLine: 1 });\n\tconst end = locate(props.source, props.end || props.start, { offsetLine: 1 });\n\n\terror.code = props.code;\n\terror.start = start;\n\terror.end = end;\n\terror.pos = props.start;\n\terror.filename = props.filename;\n\n\terror.frame = get_code_frame(props.source, start.line - 1, start.column);\n\n\tthrow error;\n}","import { isIdentifierStart, isIdentifierChar } from 'acorn';\nimport fragment from './state/fragment';\nimport { whitespace } from '../utils/patterns';\nimport { reserved } from '../utils/names';\nimport full_char_code_at from '../utils/full_char_code_at';\nimport { Node, Ast, ParserOptions } from '../interfaces';\nimport error from '../utils/error';\n\ntype ParserState = (parser: Parser) => (ParserState | void);\n\nexport class Parser {\n\treadonly template: string;\n\treadonly filename?: string;\n\treadonly customElement: boolean;\n\n\tindex = 0;\n\tstack: Node[] = [];\n\n\thtml: Node;\n\tcss: Node[] = [];\n\tjs: Node[] = [];\n\tmeta_tags = {};\n\n\tconstructor(template: string, options: ParserOptions) {\n\t\tif (typeof template !== 'string') {\n\t\t\tthrow new TypeError('Template must be a string');\n\t\t}\n\n\t\tthis.template = template.replace(/\\s+$/, '');\n\t\tthis.filename = options.filename;\n\t\tthis.customElement = options.customElement;\n\n\t\tthis.html = {\n\t\t\tstart: null,\n\t\t\tend: null,\n\t\t\ttype: 'Fragment',\n\t\t\tchildren: [],\n\t\t};\n\n\t\tthis.stack.push(this.html);\n\n\t\tlet state: ParserState = fragment;\n\n\t\twhile (this.index < this.template.length) {\n\t\t\tstate = state(this) || fragment;\n\t\t}\n\n\t\tif (this.stack.length > 1) {\n\t\t\tconst current = this.current();\n\n\t\t\tconst type = current.type === 'Element' ? `<${current.name}>` : 'Block';\n\t\t\tconst slug = current.type === 'Element' ? 'element' : 'block';\n\n\t\t\tthis.error({\n\t\t\t\tcode: `unclosed-${slug}`,\n\t\t\t\tmessage: `${type} was left open`\n\t\t\t}, current.start);\n\t\t}\n\n\t\tif (state !== fragment) {\n\t\t\tthis.error({\n\t\t\t\tcode: `unexpected-eof`,\n\t\t\t\tmessage: 'Unexpected end of input'\n\t\t\t});\n\t\t}\n\n\t\tif (this.html.children.length) {\n\t\t\tlet start = this.html.children[0] && this.html.children[0].start;\n\t\t\twhile (/\\s/.test(template[start])) start += 1;\n\n\t\t\tlet end = this.html.children[this.html.children.length - 1] && this.html.children[this.html.children.length - 1].end;\n\t\t\twhile (/\\s/.test(template[end - 1])) end -= 1;\n\n\t\t\tthis.html.start = start;\n\t\t\tthis.html.end = end;\n\t\t} else {\n\t\t\tthis.html.start = this.html.end = null;\n\t\t}\n\t}\n\n\tcurrent() {\n\t\treturn this.stack[this.stack.length - 1];\n\t}\n\n\tacorn_error(err: any) {\n\t\tthis.error({\n\t\t\tcode: `parse-error`,\n\t\t\tmessage: err.message.replace(/ \\(\\d+:\\d+\\)$/, '')\n\t\t}, err.pos);\n\t}\n\n\terror({ code, message }: { code: string; message: string }, index = this.index) {\n\t\terror(message, {\n\t\t\tname: 'ParseError',\n\t\t\tcode,\n\t\t\tsource: this.template,\n\t\t\tstart: index,\n\t\t\tfilename: this.filename\n\t\t});\n\t}\n\n\teat(str: string, required?: boolean, message?: string) {\n\t\tif (this.match(str)) {\n\t\t\tthis.index += str.length;\n\t\t\treturn true;\n\t\t}\n\n\t\tif (required) {\n\t\t\tthis.error({\n\t\t\t\tcode: `unexpected-${this.index === this.template.length ? 'eof' : 'token'}`,\n\t\t\t\tmessage: message || `Expected ${str}`\n\t\t\t});\n\t\t}\n\n\t\treturn false;\n\t}\n\n\tmatch(str: string) {\n\t\treturn this.template.slice(this.index, this.index + str.length) === str;\n\t}\n\n\tmatch_regex(pattern: RegExp) {\n\t\tconst match = pattern.exec(this.template.slice(this.index));\n\t\tif (!match || match.index !== 0) return null;\n\n\t\treturn match[0];\n\t}\n\n\tallow_whitespace() {\n\t\twhile (\n\t\t\tthis.index < this.template.length &&\n\t\t\twhitespace.test(this.template[this.index])\n\t\t) {\n\t\t\tthis.index++;\n\t\t}\n\t}\n\n\tread(pattern: RegExp) {\n\t\tconst result = this.match_regex(pattern);\n\t\tif (result) this.index += result.length;\n\t\treturn result;\n\t}\n\n\tread_identifier() {\n\t\tconst start = this.index;\n\n\t\tlet i = this.index;\n\n\t\tconst code = full_char_code_at(this.template, i);\n\t\tif (!isIdentifierStart(code, true)) return null;\n\n\t\ti += code <= 0xffff ? 1 : 2;\n\n\t\twhile (i < this.template.length) {\n\t\t\tconst code = full_char_code_at(this.template, i);\n\n\t\t\tif (!isIdentifierChar(code, true)) break;\n\t\t\ti += code <= 0xffff ? 1 : 2;\n\t\t}\n\n\t\tconst identifier = this.template.slice(this.index, this.index = i);\n\n\t\tif (reserved.has(identifier)) {\n\t\t\tthis.error({\n\t\t\t\tcode: `unexpected-reserved-word`,\n\t\t\t\tmessage: `'${identifier}' is a reserved word in JavaScript and cannot be used here`\n\t\t\t}, start);\n\t\t}\n\n\t\treturn identifier;\n\t}\n\n\tread_until(pattern: RegExp) {\n\t\tif (this.index >= this.template.length)\n\t\t\tthis.error({\n\t\t\t\tcode: `unexpected-eof`,\n\t\t\t\tmessage: 'Unexpected end of input'\n\t\t\t});\n\n\t\tconst start = this.index;\n\t\tconst match = pattern.exec(this.template.slice(start));\n\n\t\tif (match) {\n\t\t\tthis.index = start + match.index;\n\t\t\treturn this.template.slice(start, this.index);\n\t\t}\n\n\t\tthis.index = this.template.length;\n\t\treturn this.template.slice(start);\n\t}\n\n\trequire_whitespace() {\n\t\tif (!whitespace.test(this.template[this.index])) {\n\t\t\tthis.error({\n\t\t\t\tcode: `missing-whitespace`,\n\t\t\t\tmessage: `Expected whitespace`\n\t\t\t});\n\t\t}\n\n\t\tthis.allow_whitespace();\n\t}\n}\n\nexport default function parse(\n\ttemplate: string,\n\toptions: ParserOptions = {}\n): Ast {\n\tconst parser = new Parser(template, options);\n\n\t// TODO we way want to allow multiple \\`;`}\n\n\t\t\t\t\t@init(this, { target: this.shadowRoot }, ${definition}, create_fragment, ${not_equal}, ${prop_names});\n\n\t\t\t\t\t${dev_props_check}\n\n\t\t\t\t\tif (options) {\n\t\t\t\t\t\tif (options.target) {\n\t\t\t\t\t\t\t@insert(options.target, this, options.anchor);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t${(props.length > 0 || uses_props) && deindent`\n\t\t\t\t\t\tif (options.props) {\n\t\t\t\t\t\t\tthis.$set(options.props);\n\t\t\t\t\t\t\t@flush();\n\t\t\t\t\t\t}`}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t${props.length > 0 && deindent`\n\t\t\t\tstatic get observedAttributes() {\n\t\t\t\t\treturn ${JSON.stringify(props.map(x => x.export_name))};\n\t\t\t\t}`}\n\n\t\t\t\t${body.length > 0 && body.join('\\n\\n')}\n\t\t\t}\n\t\t`);\n\n\t\tif (component.tag != null) {\n\t\t\tbuilder.add_block(deindent`\n\t\t\t\t@_customElements.define(\"${component.tag}\", ${name});\n\t\t\t`);\n\t\t}\n\t} else {\n\t\tconst superclass = options.dev ? 'SvelteComponentDev' : 'SvelteComponent';\n\n\t\tbuilder.add_block(deindent`\n\t\t\tclass ${name} extends @${superclass} {\n\t\t\t\tconstructor(options) {\n\t\t\t\t\tsuper(${options.dev && `options`});\n\t\t\t\t\t${should_add_css && `if (!@_document.getElementById(\"${component.stylesheet.id}-style\")) ${add_css}();`}\n\t\t\t\t\t@init(this, options, ${definition}, create_fragment, ${not_equal}, ${prop_names});\n\t\t\t\t\t${options.dev && `@dispatch_dev(\"SvelteRegisterComponent\", { component: this, tagName: \"${name}\", options, id: create_fragment.name });`}\n\n\t\t\t\t\t${dev_props_check}\n\t\t\t\t}\n\n\t\t\t\t${body.length > 0 && body.join('\\n\\n')}\n\t\t\t}\n\t\t`);\n\t}\n\n\treturn builder.toString();\n}\n","import Renderer, { RenderOptions } from '../Renderer';\nimport { snip } from '../../utils/snip';\nimport AwaitBlock from '../../nodes/AwaitBlock';\n\nexport default function(node: AwaitBlock, renderer: Renderer, options: RenderOptions) {\n\trenderer.append('${(function(__value) { if(@is_promise(__value)) return `');\n\n\trenderer.render(node.pending.children, options);\n\n\trenderer.append('`; return function(' + (node.value || '') + ') { return `');\n\n\trenderer.render(node.then.children, options);\n\n\tconst snippet = snip(node.expression);\n\trenderer.append(`\\`;}(__value);}(${snippet})) }`);\n}\n","import Renderer, { RenderOptions } from '../Renderer';\nimport Comment from '../../nodes/Comment';\n\nexport default function(node: Comment, renderer: Renderer, options: RenderOptions) {\n\tif (options.preserveComments) {\n\t\trenderer.append(``);\n\t}\n}\n","import { stringify } from '../../utils/stringify';\nimport DebugTag from '../../nodes/DebugTag';\nimport Renderer, { RenderOptions } from '../Renderer';\nexport default function(node: DebugTag, renderer: Renderer, options: RenderOptions) {\n\tif (!options.dev) return;\n\n\tconst filename = options.filename || null;\n\tconst { line, column } = options.locate(node.start + 1);\n\n\tconst obj = node.expressions.length === 0\n\t\t? `{}`\n\t\t: `{ ${node.expressions\n\t\t\t.map(e => e.node.name)\n\t\t\t.join(', ')} }`;\n\n\tconst str = '${@debug(' + `${filename && stringify(filename)}, ${line}, ${column}, ${obj})}`;\n\n\trenderer.append(str);\n}\n","import { snip } from '../../utils/snip';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport EachBlock from '../../nodes/EachBlock';\n\nexport default function(node: EachBlock, renderer: Renderer, options: RenderOptions) {\n\tconst snippet = snip(node.expression);\n\n\tconst { start, end } = node.context_node;\n\n\tconst ctx = node.index\n\t\t? `([✂${start}-${end}✂], ${node.index})`\n\t\t: `([✂${start}-${end}✂])`;\n\n\tconst open = `\\${${node.else ? `${snippet}.length ? ` : ''}@each(${snippet}, ${ctx} => \\``;\n\trenderer.append(open);\n\n\trenderer.render(node.children, options);\n\n\tconst close = `\\`)`;\n\trenderer.append(close);\n\n\tif (node.else) {\n\t\trenderer.append(` : \\``);\n\t\trenderer.render(node.else.children, options);\n\t\trenderer.append(`\\``);\n\t}\n\n\trenderer.append('}');\n}\n","import Let from '../../../nodes/Let';\n\nexport function get_slot_scope(lets: Let[]) {\n\tif (lets.length === 0) return '';\n\treturn `{ ${lets.map(l => l.value ? `${l.name}: ${l.value}` : l.name).join(', ')} }`;\n}","import { is_void, quote_prop_if_necessary, quote_name_if_necessary } from '../../../utils/names';\nimport Attribute from '../../nodes/Attribute';\nimport Class from '../../nodes/Class';\nimport { snip } from '../../utils/snip';\nimport { stringify_attribute, stringify_class_attribute } from '../../utils/stringify_attribute';\nimport { get_slot_scope } from './shared/get_slot_scope';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport Element from '../../nodes/Element';\nimport Text from '../../nodes/Text';\n\n// source: https://gist.github.com/ArjanSchouten/0b8574a6ad7f5065a5e7\nconst boolean_attributes = new Set([\n\t'async',\n\t'autocomplete',\n\t'autofocus',\n\t'autoplay',\n\t'border',\n\t'challenge',\n\t'checked',\n\t'compact',\n\t'contenteditable',\n\t'controls',\n\t'default',\n\t'defer',\n\t'disabled',\n\t'formnovalidate',\n\t'frameborder',\n\t'hidden',\n\t'indeterminate',\n\t'ismap',\n\t'loop',\n\t'multiple',\n\t'muted',\n\t'nohref',\n\t'noresize',\n\t'noshade',\n\t'novalidate',\n\t'nowrap',\n\t'open',\n\t'readonly',\n\t'required',\n\t'reversed',\n\t'scoped',\n\t'scrolling',\n\t'seamless',\n\t'selected',\n\t'sortable',\n\t'spellcheck',\n\t'translate'\n]);\n\nexport default function(node: Element, renderer: Renderer, options: RenderOptions & {\n\tslot_scopes: Map;\n}) {\n\tlet opening_tag = `<${node.name}`;\n\n\t// awkward special case\n\tlet node_contents;\n\tlet value;\n\n\tconst contenteditable = (\n\t\tnode.name !== 'textarea' &&\n\t\tnode.name !== 'input' &&\n\t\tnode.attributes.some((attribute) => attribute.name === 'contenteditable')\n\t);\n\n\tconst slot = node.get_static_attribute_value('slot');\n\tconst component = node.find_nearest(/InlineComponent/);\n\tif (slot && component) {\n\t\tconst slot = node.attributes.find((attribute) => attribute.name === 'slot');\n\t\tconst slot_name = (slot.chunks[0] as Text).data;\n\t\tconst target = renderer.targets[renderer.targets.length - 1];\n\t\ttarget.slot_stack.push(slot_name);\n\t\ttarget.slots[slot_name] = '';\n\n\t\tconst lets = node.lets;\n\t\tconst seen = new Set(lets.map(l => l.name));\n\n\t\tcomponent.lets.forEach(l => {\n\t\t\tif (!seen.has(l.name)) lets.push(l);\n\t\t});\n\n\t\toptions.slot_scopes.set(slot_name, get_slot_scope(node.lets));\n\t}\n\n\tconst class_expression = node.classes.map((class_directive: Class) => {\n\t\tconst { expression, name } = class_directive;\n\t\tconst snippet = expression ? snip(expression) : `ctx${quote_prop_if_necessary(name)}`;\n\t\treturn `${snippet} ? \"${name}\" : \"\"`;\n\t}).join(', ');\n\n\tlet add_class_attribute = class_expression ? true : false;\n\n\tif (node.attributes.find(attr => attr.is_spread)) {\n\t\t// TODO dry this out\n\t\tconst args = [];\n\t\tnode.attributes.forEach(attribute => {\n\t\t\tif (attribute.is_spread) {\n\t\t\t\targs.push(snip(attribute.expression));\n\t\t\t} else {\n\t\t\t\tif (attribute.name === 'value' && node.name === 'textarea') {\n\t\t\t\t\tnode_contents = stringify_attribute(attribute, true);\n\t\t\t\t} else if (attribute.is_true) {\n\t\t\t\t\targs.push(`{ ${quote_name_if_necessary(attribute.name)}: true }`);\n\t\t\t\t} else if (\n\t\t\t\t\tboolean_attributes.has(attribute.name) &&\n\t\t\t\t\tattribute.chunks.length === 1 &&\n\t\t\t\t\tattribute.chunks[0].type !== 'Text'\n\t\t\t\t) {\n\t\t\t\t\t// a boolean attribute with one non-Text chunk\n\t\t\t\t\targs.push(`{ ${quote_name_if_necessary(attribute.name)}: ${snip(attribute.chunks[0])} }`);\n\t\t\t\t} else if (attribute.name === 'class' && class_expression) {\n\t\t\t\t\t// Add class expression\n\t\t\t\t\targs.push(`{ ${quote_name_if_necessary(attribute.name)}: [\\`${stringify_class_attribute(attribute)}\\`, \\`\\${${class_expression}}\\`].join(' ').trim() }`);\n\t\t\t\t} else {\n\t\t\t\t\targs.push(`{ ${quote_name_if_necessary(attribute.name)}: \\`${attribute.name === 'class' ? stringify_class_attribute(attribute) : stringify_attribute(attribute, true)}\\` }`);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\topening_tag += \"${@spread([\" + args.join(', ') + \"])}\";\n\t} else {\n\t\tnode.attributes.forEach((attribute: Attribute) => {\n\t\t\tif (attribute.type !== 'Attribute') return;\n\n\t\t\tif (attribute.name === 'value' && node.name === 'textarea') {\n\t\t\t\tnode_contents = stringify_attribute(attribute, true);\n\t\t\t} else if (attribute.is_true) {\n\t\t\t\topening_tag += ` ${attribute.name}`;\n\t\t\t} else if (\n\t\t\t\tboolean_attributes.has(attribute.name) &&\n\t\t\t\tattribute.chunks.length === 1 &&\n\t\t\t\tattribute.chunks[0].type !== 'Text'\n\t\t\t) {\n\t\t\t\t// a boolean attribute with one non-Text chunk\n\t\t\t\topening_tag += '${' + snip(attribute.chunks[0]) + ' ? \" ' + attribute.name + '\" : \"\" }';\n\t\t\t} else if (attribute.name === 'class' && class_expression) {\n\t\t\t\tadd_class_attribute = false;\n\t\t\t\topening_tag += ` class=\"\\${[\\`${stringify_class_attribute(attribute)}\\`, ${class_expression}].join(' ').trim() }\"`;\n\t\t\t} else if (attribute.chunks.length === 1 && attribute.chunks[0].type !== 'Text') {\n\t\t\t\tconst { name } = attribute;\n\t\t\t\tconst snippet = snip(attribute.chunks[0]);\n\t\t\t\topening_tag += '${@add_attribute(\"' + name + '\", ' + snippet + ', ' + (boolean_attributes.has(name) ? 1 : 0) + ')}';\n\t\t\t} else {\n\t\t\t\topening_tag += ` ${attribute.name}=\"${attribute.name === 'class' ? stringify_class_attribute(attribute) : stringify_attribute(attribute, true)}\"`;\n\t\t\t}\n\t\t});\n\t}\n\n\tnode.bindings.forEach(binding => {\n\t\tconst { name, expression } = binding;\n\n\t\tif (binding.is_readonly) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (name === 'group') {\n\t\t\t// TODO server-render group bindings\n\t\t} else if (contenteditable && (name === 'textContent' || name === 'innerHTML')) {\n\t\t\tnode_contents = snip(expression);\n\t\t\tvalue = name === 'textContent' ? '@escape($$value)' : '$$value';\n\t\t} else if (binding.name === 'value' && node.name === 'textarea') {\n\t\t\tconst snippet = snip(expression);\n\t\t\tnode_contents = '${(' + snippet + ') || \"\"}';\n\t\t} else {\n\t\t\tconst snippet = snip(expression);\n\t\t\topening_tag += '${@add_attribute(\"' + name + '\", ' + snippet + ', 1)}';\n\t\t}\n\t});\n\n\tif (add_class_attribute) {\n\t\topening_tag += `\\${@add_classes([${class_expression}].join(' ').trim())}`;\n\t}\n\n\topening_tag += '>';\n\n\trenderer.append(opening_tag);\n\n\tif (node_contents !== undefined) {\n\t\tif (contenteditable) {\n\t\t\trenderer.append('${($$value => $$value === void 0 ? `');\n\t\t\trenderer.render(node.children, options);\n\t\t\trenderer.append('` : ' + value + ')(' + node_contents + ')}');\n\t\t} else {\n\t\t\trenderer.append(node_contents);\n\t\t}\n\t} else {\n\t\trenderer.render(node.children, options);\n\t}\n\n\tif (!is_void(node.name)) {\n\t\trenderer.append(``);\n\t}\n}\n","import Renderer, { RenderOptions } from '../Renderer';\nimport Head from '../../nodes/Head';\n\nexport default function(node: Head, renderer: Renderer, options: RenderOptions) {\n\trenderer.append('${($$result.head += `');\n\n\trenderer.render(node.children, options);\n\n\trenderer.append('`, \"\")}');\n}\n","import { snip } from '../../utils/snip';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport RawMustacheTag from '../../nodes/RawMustacheTag';\n\nexport default function(node: RawMustacheTag, renderer: Renderer, _options: RenderOptions) {\n\trenderer.append('${' + snip(node.expression) + '}');\n}\n","import { snip } from '../../utils/snip';\nimport IfBlock from '../../nodes/IfBlock';\nimport Renderer, { RenderOptions } from '../Renderer';\nexport default function(node: IfBlock, renderer: Renderer, options: RenderOptions) {\n\tconst snippet = snip(node.expression);\n\n\trenderer.append('${ ' + snippet + ' ? `');\n\n\trenderer.render(node.children, options);\n\n\trenderer.append('` : `');\n\n\tif (node.else) {\n\t\trenderer.render(node.else.children, options);\n\t}\n\n\trenderer.append('` }');\n}\n","import { escape, escape_template, stringify } from '../../utils/stringify';\nimport { quote_name_if_necessary } from '../../../utils/names';\nimport { snip } from '../../utils/snip';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport { stringify_props } from '../../utils/stringify_props';\nimport { get_slot_scope } from './shared/get_slot_scope';\nimport { AppendTarget } from '../../../interfaces';\nimport InlineComponent from '../../nodes/InlineComponent';\nimport { INode } from '../../nodes/interfaces';\nimport Text from '../../nodes/Text';\n\nfunction stringify_attribute(chunk: INode) {\n\tif (chunk.type === 'Text') {\n\t\treturn escape_template(escape((chunk as Text).data));\n\t}\n\n\treturn '${@escape(' + snip(chunk) + ')}';\n}\n\nfunction get_attribute_value(attribute) {\n\tif (attribute.is_true) return `true`;\n\tif (attribute.chunks.length === 0) return `''`;\n\n\tif (attribute.chunks.length === 1) {\n\t\tconst chunk = attribute.chunks[0];\n\t\tif (chunk.type === 'Text') {\n\t\t\treturn stringify(chunk.data);\n\t\t}\n\n\t\treturn snip(chunk);\n\t}\n\n\treturn '`' + attribute.chunks.map(stringify_attribute).join('') + '`';\n}\n\nexport default function(node: InlineComponent, renderer: Renderer, options: RenderOptions) {\n\tconst binding_props = [];\n\tconst binding_fns = [];\n\n\tnode.bindings.forEach(binding => {\n\t\trenderer.has_bindings = true;\n\n\t\t// TODO this probably won't work for contextual bindings\n\t\tconst snippet = snip(binding.expression);\n\n\t\tbinding_props.push(`${binding.name}: ${snippet}`);\n\t\tbinding_fns.push(`${binding.name}: $$value => { ${snippet} = $$value; $$settled = false }`);\n\t});\n\n\tconst uses_spread = node.attributes.find(attr => attr.is_spread);\n\n\tlet props;\n\n\tif (uses_spread) {\n\t\tprops = `@_Object.assign(${\n\t\t\tnode.attributes\n\t\t\t\t.map(attribute => {\n\t\t\t\t\tif (attribute.is_spread) {\n\t\t\t\t\t\treturn snip(attribute.expression);\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn `{ ${quote_name_if_necessary(attribute.name)}: ${get_attribute_value(attribute)} }`;\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t.concat(binding_props.map(p => `{ ${p} }`))\n\t\t\t\t.join(', ')\n\t\t})`;\n\t} else {\n\t\tprops = stringify_props(\n\t\t\tnode.attributes\n\t\t\t\t.map(attribute => `${quote_name_if_necessary(attribute.name)}: ${get_attribute_value(attribute)}`)\n\t\t\t\t.concat(binding_props)\n\t\t);\n\t}\n\n\tconst bindings = stringify_props(binding_fns);\n\n\tconst expression = (\n\t\tnode.name === 'svelte:self'\n\t\t\t? '__svelte:self__' // TODO conflict-proof this\n\t\t\t: node.name === 'svelte:component'\n\t\t\t\t? `((${snip(node.expression)}) || @missing_component)`\n\t\t\t\t: node.name\n\t);\n\n\tconst slot_fns = [];\n\n\tif (node.children.length) {\n\t\tconst target: AppendTarget = {\n\t\t\tslots: { default: '' },\n\t\t\tslot_stack: ['default']\n\t\t};\n\n\t\trenderer.targets.push(target);\n\n\t\tconst slot_scopes = new Map();\n\t\tslot_scopes.set('default', get_slot_scope(node.lets));\n\n\t\trenderer.render(node.children, Object.assign({}, options, {\n\t\t\tslot_scopes\n\t\t}));\n\n\t\tObject.keys(target.slots).forEach(name => {\n\t\t\tconst slot_scope = slot_scopes.get(name);\n\n\t\t\tslot_fns.push(\n\t\t\t\t`${quote_name_if_necessary(name)}: (${slot_scope}) => \\`${target.slots[name]}\\``\n\t\t\t);\n\t\t});\n\n\t\trenderer.targets.pop();\n\t}\n\n\tconst slots = stringify_props(slot_fns);\n\n\trenderer.append(`\\${@validate_component(${expression}, '${node.name}').$$render($$result, ${props}, ${bindings}, ${slots})}`);\n}\n","import { quote_prop_if_necessary } from '../../../utils/names';\nimport get_slot_data from '../../utils/get_slot_data';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport Slot from '../../nodes/Slot';\n\nexport default function(node: Slot, renderer: Renderer, options: RenderOptions) {\n\tconst prop = quote_prop_if_necessary(node.slot_name);\n\n\tconst slot_data = get_slot_data(node.values, true);\n\n\tconst arg = slot_data.length > 0 ? `{ ${slot_data.join(', ')} }` : '{}';\n\n\trenderer.append(`\\${$$slots${prop} ? $$slots${prop}(${arg}) : \\``);\n\n\trenderer.render(node.children, options);\n\n\trenderer.append(`\\`}`);\n}\n","import { snip } from '../../utils/snip';\nimport Renderer, { RenderOptions } from '../Renderer';\nexport default function(node, renderer: Renderer, _options: RenderOptions) {\n\tconst snippet = snip(node.expression);\n\n\trenderer.append(\n\t\tnode.parent &&\n\t\tnode.parent.type === 'Element' &&\n\t\tnode.parent.name === 'style'\n\t\t\t? '${' + snippet + '}'\n\t\t\t: '${@escape(' + snippet + ')}'\n\t);\n}\n","import { escape_html, escape_template, escape } from '../../utils/stringify';\nimport Renderer, { RenderOptions } from '../Renderer';\nimport Text from '../../nodes/Text';\nimport Element from '../../nodes/Element';\n\nexport default function(node: Text, renderer: Renderer, _options: RenderOptions) {\n\tlet text = node.data;\n\tif (\n\t\t!node.parent ||\n\t\tnode.parent.type !== 'Element' ||\n\t\t((node.parent as Element).name !== 'script' && (node.parent as Element).name !== 'style')\n\t) {\n\t\t// unless this Text node is inside a ` : match;\n\t\t\t}\n\t\t);\n\t}\n\n\tfor (const fn of style) {\n\t\tsource = await replace_async(\n\t\t\tsource,\n\t\t\t/([^]*?)<\\/style>/gi,\n\t\t\tasync (match, attributes = '', content) => {\n\t\t\t\tconst processed: Processed = await fn({\n\t\t\t\t\tcontent,\n\t\t\t\t\tattributes: parse_attributes(attributes),\n\t\t\t\t\tfilename\n\t\t\t\t});\n\t\t\t\tif (processed && processed.dependencies) dependencies.push(...processed.dependencies);\n\t\t\t\treturn processed ? `${processed.code}` : match;\n\t\t\t}\n\t\t);\n\t}\n\n\treturn {\n\t\t// TODO return separated output, in future version where svelte.compile supports it:\n\t\t// style: { code: styleCode, map: styleMap },\n\t\t// script { code: scriptCode, map: scriptMap },\n\t\t// markup { code: markupCode, map: markupMap },\n\n\t\tcode: source,\n\t\tdependencies: [...new Set(dependencies)],\n\n\t\ttoString() {\n\t\t\treturn source;\n\t\t}\n\t};\n}\n","export { default as compile } from './compile/index';\nexport { default as parse } from './parse/index';\nexport { default as preprocess } from './preprocess/index';\nexport { walk } from 'estree-walker';\n\nexport const VERSION = '__VERSION__';\n"],"names":["Parser","acorn.Parser","acorn.parse","PUNCTUATION","constants","STOP_URL_RAW","TYPE","PUNCTUATOR","TAB","N","F","R","SPACE","NAME","SYMBOL_TYPE","firstCharOffset","cmpStr","isNumber","findLastNonSpaceLocation","findWhiteSpaceEnd","findCommentEnd","findStringEnd","findNumberEnd","findIdentifierEnd","findUrlRawEnd","WHITESPACE","IDENTIFIER","NUMBER","STRING","COMMENT","CDO","CDC","ATRULE","FUNCTION","URL","RAW","FULLSTOP","PLUSSIGN","HYPHENMINUS","SafeUint32Array","CssSyntaxError","require$$0","List","Tokenizer","cmpChar","LEFTPARENTHESIS","LEFTSQUAREBRACKET","NUMBERSIGN","SOLIDUS","ASTERISK","GREATERTHANSIGN","COMMA","EXCLAMATIONMARK","require$$1","require$$2","require$$3","LEFTCURLYBRACKET","COLON","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9","SEMICOLON","RIGHTCURLYBRACKET","consumeRaw","RIGHTSQUAREBRACKET","VERTICALLINE","TILDE","DOLLARSIGN","RIGHTPARENTHESIS","isHex","PERCENTSIGN","endsWith","require$$10","require$$11","require$$12","require$$13","require$$14","require$$15","require$$16","require$$17","require$$18","require$$19","require$$20","require$$21","require$$22","require$$23","require$$24","require$$25","require$$26","require$$27","require$$28","require$$29","require$$30","require$$31","require$$32","require$$33","require$$34","require$$35","require$$36","require$$37","require$$38","require$$39","createParser","config","toString","isArray","parse","list","error","whitespace","Block","Binding","is_dynamic","AwaitBlock","Body","DebugTag","EachBlock","Element","Head","IfBlock","InlineComponent","MustacheTag","RawMustacheTag","Slot","Text","Title","Window","Scope","is_reference","stringify_attribute","noop","Comment","Tag","Renderer","getLocator","wrappers","Selector","Rule","Declaration","Atrule","Node","svg","render_ssr","render_dom"],"mappings":";;;;;;UAIgB,MAAM,CAAO,GAAM,EAAE,GAAM;;KAE1C,KAAK,MAAM,CAAC,IAAI,GAAG;SAAE,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;KACrC,OAAO,GAAY,CAAC;CACrB,CAAC;;CCRD,MAAM,GAAG,GAAG,CAAC,OAAO,OAAO,KAAK,WAAW,IAAI,OAAO,CAAC,MAAM;OAC1D;SACD,MAAM,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;SAC3B,OAAO,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;MAC/B;OACC,MAAM,IAAI,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC;CAShC,SAAS,gBAAgB,CAAC,OAAO;KAChC,MAAM,MAAM,GAAG,EAAE,CAAC;KAClB,OAAO,CAAC,OAAO,CAAC,MAAM;SACrB,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC;aACpC,KAAK,EAAE,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC,KAAK;UAChC,EAAE,MAAM,CAAC,QAAQ,IAAI,gBAAgB,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC;MACzD,CAAC,CAAC;KACH,OAAO,MAAM,CAAC;CACf,CAAC;AAED,OAAqB,KAAK;KAOzB;SACC,IAAI,CAAC,UAAU,GAAG,GAAG,EAAE,CAAC;SACxB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;SAChB,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;MAC1C;KAED,KAAK,CAAC,KAAK;SACV,MAAM,MAAM,GAAG;aACd,KAAK;aACL,KAAK,EAAE,GAAG,EAAE;aACZ,GAAG,EAAE,IAAI;aACT,QAAQ,EAAE,EAAE;UACZ,CAAC;SAEF,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SACnC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SAExB,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC;SAC7B,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC;MACxC;KAED,IAAI,CAAC,KAAK;SACT,IAAI,KAAK,KAAK,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE;aACxC,MAAM,IAAI,KAAK,CAAC,sCAAsC,IAAI,CAAC,cAAc,CAAC,KAAK,SAAS,KAAK,GAAG,CAAC,CAAC;UAClG;SAED,IAAI,CAAC,cAAc,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC;SAChC,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;SACjB,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;SACxD,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC;MAC1F;KAED,MAAM;SACL,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC;aAC7B,KAAK,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,UAAU;UAC9B,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAEnC,OAAO;aACN,OAAO;UACP,CAAC;MACF;EACD;;CCxED;;CAEA,IAAI,aAAa,GAAG;CACpB,EAAE,CAAC,EAAE,qNAAqN;CAC1N,EAAE,CAAC,EAAE,8CAA8C;CACnD,EAAE,CAAC,EAAE,MAAM;CACX,EAAE,MAAM,EAAE,wEAAwE;CAClF,EAAE,UAAU,EAAE,gBAAgB;CAC9B,CAAC,CAAC;;CAEF;;CAEA,IAAI,oBAAoB,GAAG,6KAA6K,CAAC;;CAEzM,IAAI,QAAQ,GAAG;CACf,EAAE,CAAC,EAAE,oBAAoB;CACzB,EAAE,SAAS,EAAE,oBAAoB,GAAG,gBAAgB;CACpD,EAAE,CAAC,EAAE,oBAAoB,GAAG,0CAA0C;CACtE,CAAC,CAAC;;CAEF,IAAI,yBAAyB,GAAG,iBAAiB,CAAC;;CAElD;;CAEA;CACA;CACA;CACA;CACA;CACA,IAAI,4BAA4B,GAAG,urIAAurI,CAAC;CAC3tI,IAAI,uBAAuB,GAAG,kiFAAkiF,CAAC;;CAEjkF,IAAI,uBAAuB,GAAG,IAAI,MAAM,CAAC,GAAG,GAAG,4BAA4B,GAAG,GAAG,CAAC,CAAC;CACnF,IAAI,kBAAkB,GAAG,IAAI,MAAM,CAAC,GAAG,GAAG,4BAA4B,GAAG,uBAAuB,GAAG,GAAG,CAAC,CAAC;;CAExG,4BAA4B,GAAG,uBAAuB,GAAG,IAAI,CAAC;;CAE9D;CACA;CACA;CACA;CACA;;CAEA;CACA,IAAI,0BAA0B,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;;CAE7uC;CACA,IAAI,qBAAqB,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;;CAEpnB;CACA;CACA;CA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GAAG;KACnB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,KAAK;KACrB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,cAAc,EAAE,IAAI;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,KAAK;KACpB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,aAAa,EAAE,IAAI;KACnB,YAAY,EAAE,KAAK;KACnB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,KAAK;KACnB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,GAAG;KACjB,YAAY,EAAE,KAAK;KACnB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,YAAY,EAAE,IAAI;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,KAAK;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,KAAK;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,KAAK;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,GAAG;KAChB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,KAAK;KAClB,WAAW,EAAE,IAAI;KACjB,WAAW,EAAE,IAAI;KACjB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,KAAK;KACjB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,IAAI;KAChB,UAAU,EAAE,KAAK;KACjB,UAAU,EAAE,KAAK;KACj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KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,GAAG;KACb,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,KAAK;KACf,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,IAAI;KACd,QAAQ,EAAE,GAAG;KACb,QAAQ,EAAE,GAAG;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,EAAE;KACX,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,OAAO,EAAE,GAAG;KACZ,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,KAAK;KACd,OAAO,EAAE,IAAI;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,EAAE;KACV,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,KAAK;KACb,MAAM,EAAE,IAAI;KACZ,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,GAAG;KACX,MAAM,EAAE,IAAI;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,EAAE;KACT,KAAK,EAAE,EAAE;KACT,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,EAAE;KACT,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,EAAE;KACT,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,KAAK;KACZ,KAAK,EAAE,IAAI;KACX,KAAK,EAAE,GAAG;KACV,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,KAAK;KACX,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,IAAI;KACV,IAAI,EAAE,KAAK;KACX,IAAI,EAAE,GAAG;KACT,IAAI,EAAE,MAAM;KACZ,IAAI,EAAE,IAAI;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KACR,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,KAAK;KACV,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,MAAM;KACX,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;KACT,GAAG,EAAE,IAAI;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"} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/easing/index.d.ts b/2019-setembro/node_modules/svelte/easing/index.d.ts deleted file mode 100644 index ccba949..0000000 --- a/2019-setembro/node_modules/svelte/easing/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * from '../types/runtime/easing/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/easing/index.js b/2019-setembro/node_modules/svelte/easing/index.js deleted file mode 100644 index 163064b..0000000 --- a/2019-setembro/node_modules/svelte/easing/index.js +++ /dev/null @@ -1,183 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { value: true }); - -var internal = require('../internal'); - -/* -Adapted from https://github.com/mattdesl -Distributed under MIT License https://github.com/mattdesl/eases/blob/master/LICENSE.md -*/ -function backInOut(t) { - const s = 1.70158 * 1.525; - if ((t *= 2) < 1) - return 0.5 * (t * t * ((s + 1) * t - s)); - return 0.5 * ((t -= 2) * t * ((s + 1) * t + s) + 2); -} -function backIn(t) { - const s = 1.70158; - return t * t * ((s + 1) * t - s); -} -function backOut(t) { - const s = 1.70158; - return --t * t * ((s + 1) * t + s) + 1; -} -function bounceOut(t) { - const a = 4.0 / 11.0; - const b = 8.0 / 11.0; - const c = 9.0 / 10.0; - const ca = 4356.0 / 361.0; - const cb = 35442.0 / 1805.0; - const cc = 16061.0 / 1805.0; - const t2 = t * t; - return t < a - ? 7.5625 * t2 - : t < b - ? 9.075 * t2 - 9.9 * t + 3.4 - : t < c - ? ca * t2 - cb * t + cc - : 10.8 * t * t - 20.52 * t + 10.72; -} -function bounceInOut(t) { - return t < 0.5 - ? 0.5 * (1.0 - bounceOut(1.0 - t * 2.0)) - : 0.5 * bounceOut(t * 2.0 - 1.0) + 0.5; -} -function bounceIn(t) { - return 1.0 - bounceOut(1.0 - t); -} -function circInOut(t) { - if ((t *= 2) < 1) - return -0.5 * (Math.sqrt(1 - t * t) - 1); - return 0.5 * (Math.sqrt(1 - (t -= 2) * t) + 1); -} -function circIn(t) { - return 1.0 - Math.sqrt(1.0 - t * t); -} -function circOut(t) { - return Math.sqrt(1 - --t * t); -} -function cubicInOut(t) { - return t < 0.5 ? 4.0 * t * t * t : 0.5 * Math.pow(2.0 * t - 2.0, 3.0) + 1.0; -} -function cubicIn(t) { - return t * t * t; -} -function cubicOut(t) { - const f = t - 1.0; - return f * f * f + 1.0; -} -function elasticInOut(t) { - return t < 0.5 - ? 0.5 * - Math.sin(((+13.0 * Math.PI) / 2) * 2.0 * t) * - Math.pow(2.0, 10.0 * (2.0 * t - 1.0)) - : 0.5 * - Math.sin(((-13.0 * Math.PI) / 2) * (2.0 * t - 1.0 + 1.0)) * - Math.pow(2.0, -10.0 * (2.0 * t - 1.0)) + - 1.0; -} -function elasticIn(t) { - return Math.sin((13.0 * t * Math.PI) / 2) * Math.pow(2.0, 10.0 * (t - 1.0)); -} -function elasticOut(t) { - return (Math.sin((-13.0 * (t + 1.0) * Math.PI) / 2) * Math.pow(2.0, -10.0 * t) + 1.0); -} -function expoInOut(t) { - return t === 0.0 || t === 1.0 - ? t - : t < 0.5 - ? +0.5 * Math.pow(2.0, 20.0 * t - 10.0) - : -0.5 * Math.pow(2.0, 10.0 - t * 20.0) + 1.0; -} -function expoIn(t) { - return t === 0.0 ? t : Math.pow(2.0, 10.0 * (t - 1.0)); -} -function expoOut(t) { - return t === 1.0 ? t : 1.0 - Math.pow(2.0, -10.0 * t); -} -function quadInOut(t) { - t /= 0.5; - if (t < 1) - return 0.5 * t * t; - t--; - return -0.5 * (t * (t - 2) - 1); -} -function quadIn(t) { - return t * t; -} -function quadOut(t) { - return -t * (t - 2.0); -} -function quartInOut(t) { - return t < 0.5 - ? +8.0 * Math.pow(t, 4.0) - : -8.0 * Math.pow(t - 1.0, 4.0) + 1.0; -} -function quartIn(t) { - return Math.pow(t, 4.0); -} -function quartOut(t) { - return Math.pow(t - 1.0, 3.0) * (1.0 - t) + 1.0; -} -function quintInOut(t) { - if ((t *= 2) < 1) - return 0.5 * t * t * t * t * t; - return 0.5 * ((t -= 2) * t * t * t * t + 2); -} -function quintIn(t) { - return t * t * t * t * t; -} -function quintOut(t) { - return --t * t * t * t * t + 1; -} -function sineInOut(t) { - return -0.5 * (Math.cos(Math.PI * t) - 1); -} -function sineIn(t) { - const v = Math.cos(t * Math.PI * 0.5); - if (Math.abs(v) < 1e-14) - return 1; - else - return 1 - v; -} -function sineOut(t) { - return Math.sin((t * Math.PI) / 2); -} - -Object.defineProperty(exports, 'linear', { - enumerable: true, - get: function () { - return internal.identity; - } -}); -exports.backIn = backIn; -exports.backInOut = backInOut; -exports.backOut = backOut; -exports.bounceIn = bounceIn; -exports.bounceInOut = bounceInOut; -exports.bounceOut = bounceOut; -exports.circIn = circIn; -exports.circInOut = circInOut; -exports.circOut = circOut; -exports.cubicIn = cubicIn; -exports.cubicInOut = cubicInOut; -exports.cubicOut = cubicOut; -exports.elasticIn = elasticIn; -exports.elasticInOut = elasticInOut; -exports.elasticOut = elasticOut; -exports.expoIn = expoIn; -exports.expoInOut = expoInOut; -exports.expoOut = expoOut; -exports.quadIn = quadIn; -exports.quadInOut = quadInOut; -exports.quadOut = quadOut; -exports.quartIn = quartIn; -exports.quartInOut = quartInOut; -exports.quartOut = quartOut; -exports.quintIn = quintIn; -exports.quintInOut = quintInOut; -exports.quintOut = quintOut; -exports.sineIn = sineIn; -exports.sineInOut = sineInOut; -exports.sineOut = sineOut; diff --git a/2019-setembro/node_modules/svelte/easing/index.mjs b/2019-setembro/node_modules/svelte/easing/index.mjs deleted file mode 100644 index 735609f..0000000 --- a/2019-setembro/node_modules/svelte/easing/index.mjs +++ /dev/null @@ -1,144 +0,0 @@ -export { identity as linear } from '../internal'; - -/* -Adapted from https://github.com/mattdesl -Distributed under MIT License https://github.com/mattdesl/eases/blob/master/LICENSE.md -*/ -function backInOut(t) { - const s = 1.70158 * 1.525; - if ((t *= 2) < 1) - return 0.5 * (t * t * ((s + 1) * t - s)); - return 0.5 * ((t -= 2) * t * ((s + 1) * t + s) + 2); -} -function backIn(t) { - const s = 1.70158; - return t * t * ((s + 1) * t - s); -} -function backOut(t) { - const s = 1.70158; - return --t * t * ((s + 1) * t + s) + 1; -} -function bounceOut(t) { - const a = 4.0 / 11.0; - const b = 8.0 / 11.0; - const c = 9.0 / 10.0; - const ca = 4356.0 / 361.0; - const cb = 35442.0 / 1805.0; - const cc = 16061.0 / 1805.0; - const t2 = t * t; - return t < a - ? 7.5625 * t2 - : t < b - ? 9.075 * t2 - 9.9 * t + 3.4 - : t < c - ? ca * t2 - cb * t + cc - : 10.8 * t * t - 20.52 * t + 10.72; -} -function bounceInOut(t) { - return t < 0.5 - ? 0.5 * (1.0 - bounceOut(1.0 - t * 2.0)) - : 0.5 * bounceOut(t * 2.0 - 1.0) + 0.5; -} -function bounceIn(t) { - return 1.0 - bounceOut(1.0 - t); -} -function circInOut(t) { - if ((t *= 2) < 1) - return -0.5 * (Math.sqrt(1 - t * t) - 1); - return 0.5 * (Math.sqrt(1 - (t -= 2) * t) + 1); -} -function circIn(t) { - return 1.0 - Math.sqrt(1.0 - t * t); -} -function circOut(t) { - return Math.sqrt(1 - --t * t); -} -function cubicInOut(t) { - return t < 0.5 ? 4.0 * t * t * t : 0.5 * Math.pow(2.0 * t - 2.0, 3.0) + 1.0; -} -function cubicIn(t) { - return t * t * t; -} -function cubicOut(t) { - const f = t - 1.0; - return f * f * f + 1.0; -} -function elasticInOut(t) { - return t < 0.5 - ? 0.5 * - Math.sin(((+13.0 * Math.PI) / 2) * 2.0 * t) * - Math.pow(2.0, 10.0 * (2.0 * t - 1.0)) - : 0.5 * - Math.sin(((-13.0 * Math.PI) / 2) * (2.0 * t - 1.0 + 1.0)) * - Math.pow(2.0, -10.0 * (2.0 * t - 1.0)) + - 1.0; -} -function elasticIn(t) { - return Math.sin((13.0 * t * Math.PI) / 2) * Math.pow(2.0, 10.0 * (t - 1.0)); -} -function elasticOut(t) { - return (Math.sin((-13.0 * (t + 1.0) * Math.PI) / 2) * Math.pow(2.0, -10.0 * t) + 1.0); -} -function expoInOut(t) { - return t === 0.0 || t === 1.0 - ? t - : t < 0.5 - ? +0.5 * Math.pow(2.0, 20.0 * t - 10.0) - : -0.5 * Math.pow(2.0, 10.0 - t * 20.0) + 1.0; -} -function expoIn(t) { - return t === 0.0 ? t : Math.pow(2.0, 10.0 * (t - 1.0)); -} -function expoOut(t) { - return t === 1.0 ? t : 1.0 - Math.pow(2.0, -10.0 * t); -} -function quadInOut(t) { - t /= 0.5; - if (t < 1) - return 0.5 * t * t; - t--; - return -0.5 * (t * (t - 2) - 1); -} -function quadIn(t) { - return t * t; -} -function quadOut(t) { - return -t * (t - 2.0); -} -function quartInOut(t) { - return t < 0.5 - ? +8.0 * Math.pow(t, 4.0) - : -8.0 * Math.pow(t - 1.0, 4.0) + 1.0; -} -function quartIn(t) { - return Math.pow(t, 4.0); -} -function quartOut(t) { - return Math.pow(t - 1.0, 3.0) * (1.0 - t) + 1.0; -} -function quintInOut(t) { - if ((t *= 2) < 1) - return 0.5 * t * t * t * t * t; - return 0.5 * ((t -= 2) * t * t * t * t + 2); -} -function quintIn(t) { - return t * t * t * t * t; -} -function quintOut(t) { - return --t * t * t * t * t + 1; -} -function sineInOut(t) { - return -0.5 * (Math.cos(Math.PI * t) - 1); -} -function sineIn(t) { - const v = Math.cos(t * Math.PI * 0.5); - if (Math.abs(v) < 1e-14) - return 1; - else - return 1 - v; -} -function sineOut(t) { - return Math.sin((t * Math.PI) / 2); -} - -export { backIn, backInOut, backOut, bounceIn, bounceInOut, bounceOut, circIn, circInOut, circOut, cubicIn, cubicInOut, cubicOut, elasticIn, elasticInOut, elasticOut, expoIn, expoInOut, expoOut, quadIn, quadInOut, quadOut, quartIn, quartInOut, quartOut, quintIn, quintInOut, quintOut, sineIn, sineInOut, sineOut }; diff --git a/2019-setembro/node_modules/svelte/easing/package.json b/2019-setembro/node_modules/svelte/easing/package.json deleted file mode 100644 index 598aeea..0000000 --- a/2019-setembro/node_modules/svelte/easing/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "main": "./index", - "module": "./index.mjs", - "types": "./index.d.ts" -} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/index.js b/2019-setembro/node_modules/svelte/index.js deleted file mode 100644 index 0695645..0000000 --- a/2019-setembro/node_modules/svelte/index.js +++ /dev/null @@ -1,56 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { value: true }); - -var internal = require('./internal'); - - - -Object.defineProperty(exports, 'afterUpdate', { - enumerable: true, - get: function () { - return internal.afterUpdate; - } -}); -Object.defineProperty(exports, 'beforeUpdate', { - enumerable: true, - get: function () { - return internal.beforeUpdate; - } -}); -Object.defineProperty(exports, 'createEventDispatcher', { - enumerable: true, - get: function () { - return internal.createEventDispatcher; - } -}); -Object.defineProperty(exports, 'getContext', { - enumerable: true, - get: function () { - return internal.getContext; - } -}); -Object.defineProperty(exports, 'onDestroy', { - enumerable: true, - get: function () { - return internal.onDestroy; - } -}); -Object.defineProperty(exports, 'onMount', { - enumerable: true, - get: function () { - return internal.onMount; - } -}); -Object.defineProperty(exports, 'setContext', { - enumerable: true, - get: function () { - return internal.setContext; - } -}); -Object.defineProperty(exports, 'tick', { - enumerable: true, - get: function () { - return internal.tick; - } -}); diff --git a/2019-setembro/node_modules/svelte/index.mjs b/2019-setembro/node_modules/svelte/index.mjs deleted file mode 100644 index 5e961da..0000000 --- a/2019-setembro/node_modules/svelte/index.mjs +++ /dev/null @@ -1 +0,0 @@ -export { afterUpdate, beforeUpdate, createEventDispatcher, getContext, onDestroy, onMount, setContext, tick } from './internal'; diff --git a/2019-setembro/node_modules/svelte/internal/index.d.ts b/2019-setembro/node_modules/svelte/internal/index.d.ts deleted file mode 100644 index 5c4d181..0000000 --- a/2019-setembro/node_modules/svelte/internal/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * from '../types/runtime/internal/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/internal/index.js b/2019-setembro/node_modules/svelte/internal/index.js deleted file mode 100644 index 975ab84..0000000 --- a/2019-setembro/node_modules/svelte/internal/index.js +++ /dev/null @@ -1,1573 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { value: true }); - -function noop() { } -const identity = x => x; -function assign(tar, src) { - // @ts-ignore - for (const k in src) - tar[k] = src[k]; - return tar; -} -function is_promise(value) { - return value && typeof value === 'object' && typeof value.then === 'function'; -} -function add_location(element, file, line, column, char) { - element.__svelte_meta = { - loc: { file, line, column, char } - }; -} -function run(fn) { - return fn(); -} -function blank_object() { - return Object.create(null); -} -function run_all(fns) { - fns.forEach(run); -} -function is_function(thing) { - return typeof thing === 'function'; -} -function safe_not_equal(a, b) { - return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function'); -} -function not_equal(a, b) { - return a != a ? b == b : a !== b; -} -function validate_store(store, name) { - if (!store || typeof store.subscribe !== 'function') { - throw new Error(`'${name}' is not a store with a 'subscribe' method`); - } -} -function subscribe(store, callback) { - const unsub = store.subscribe(callback); - return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub; -} -function get_store_value(store) { - let value; - subscribe(store, _ => value = _)(); - return value; -} -function component_subscribe(component, store, callback) { - component.$$.on_destroy.push(subscribe(store, callback)); -} -function create_slot(definition, ctx, fn) { - if (definition) { - const slot_ctx = get_slot_context(definition, ctx, fn); - return definition[0](slot_ctx); - } -} -function get_slot_context(definition, ctx, fn) { - return definition[1] - ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {}))) - : ctx.$$scope.ctx; -} -function get_slot_changes(definition, ctx, changed, fn) { - return definition[1] - ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {}))) - : ctx.$$scope.changed || {}; -} -function exclude_internal_props(props) { - const result = {}; - for (const k in props) - if (k[0] !== '$') - result[k] = props[k]; - return result; -} -function once(fn) { - let ran = false; - return function (...args) { - if (ran) - return; - ran = true; - fn.call(this, ...args); - }; -} -function null_to_empty(value) { - return value == null ? '' : value; -} -function set_store_value(store, ret, value = ret) { - store.set(value); - return ret; -} - -const is_client = typeof window !== 'undefined'; -exports.now = is_client - ? () => window.performance.now() - : () => Date.now(); -exports.raf = is_client ? cb => requestAnimationFrame(cb) : noop; -// used internally for testing -function set_now(fn) { - exports.now = fn; -} -function set_raf(fn) { - exports.raf = fn; -} - -const tasks = new Set(); -let running = false; -function run_tasks() { - tasks.forEach(task => { - if (!task[0](exports.now())) { - tasks.delete(task); - task[1](); - } - }); - running = tasks.size > 0; - if (running) - exports.raf(run_tasks); -} -function clear_loops() { - // for testing... - tasks.forEach(task => tasks.delete(task)); - running = false; -} -function loop(fn) { - let task; - if (!running) { - running = true; - exports.raf(run_tasks); - } - return { - promise: new Promise(fulfil => { - tasks.add(task = [fn, fulfil]); - }), - abort() { - tasks.delete(task); - } - }; -} - -function append(target, node) { - target.appendChild(node); -} -function insert(target, node, anchor) { - target.insertBefore(node, anchor || null); -} -function detach(node) { - node.parentNode.removeChild(node); -} -function destroy_each(iterations, detaching) { - for (let i = 0; i < iterations.length; i += 1) { - if (iterations[i]) - iterations[i].d(detaching); - } -} -function element(name) { - return document.createElement(name); -} -function element_is(name, is) { - return document.createElement(name, { is }); -} -function object_without_properties(obj, exclude) { - // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion - const target = {}; - for (const k in obj) { - if (Object.prototype.hasOwnProperty.call(obj, k) - // @ts-ignore - && exclude.indexOf(k) === -1) { - // @ts-ignore - target[k] = obj[k]; - } - } - return target; -} -function svg_element(name) { - return document.createElementNS('http://www.w3.org/2000/svg', name); -} -function text(data) { - return document.createTextNode(data); -} -function space() { - return text(' '); -} -function empty() { - return text(''); -} -function listen(node, event, handler, options) { - node.addEventListener(event, handler, options); - return () => node.removeEventListener(event, handler, options); -} -function prevent_default(fn) { - return function (event) { - event.preventDefault(); - // @ts-ignore - return fn.call(this, event); - }; -} -function stop_propagation(fn) { - return function (event) { - event.stopPropagation(); - // @ts-ignore - return fn.call(this, event); - }; -} -function self(fn) { - return function (event) { - // @ts-ignore - if (event.target === this) - fn.call(this, event); - }; -} -function attr(node, attribute, value) { - if (value == null) - node.removeAttribute(attribute); - else - node.setAttribute(attribute, value); -} -function set_attributes(node, attributes) { - for (const key in attributes) { - if (key === 'style') { - node.style.cssText = attributes[key]; - } - else if (key in node) { - node[key] = attributes[key]; - } - else { - attr(node, key, attributes[key]); - } - } -} -function set_svg_attributes(node, attributes) { - for (const key in attributes) { - attr(node, key, attributes[key]); - } -} -function set_custom_element_data(node, prop, value) { - if (prop in node) { - node[prop] = value; - } - else { - attr(node, prop, value); - } -} -function xlink_attr(node, attribute, value) { - node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value); -} -function get_binding_group_value(group) { - const value = []; - for (let i = 0; i < group.length; i += 1) { - if (group[i].checked) - value.push(group[i].__value); - } - return value; -} -function to_number(value) { - return value === '' ? undefined : +value; -} -function time_ranges_to_array(ranges) { - const array = []; - for (let i = 0; i < ranges.length; i += 1) { - array.push({ start: ranges.start(i), end: ranges.end(i) }); - } - return array; -} -function children(element) { - return Array.from(element.childNodes); -} -function claim_element(nodes, name, attributes, svg) { - for (let i = 0; i < nodes.length; i += 1) { - const node = nodes[i]; - if (node.nodeName === name) { - for (let j = 0; j < node.attributes.length; j += 1) { - const attribute = node.attributes[j]; - if (!attributes[attribute.name]) - node.removeAttribute(attribute.name); - } - return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes - } - } - return svg ? svg_element(name) : element(name); -} -function claim_text(nodes, data) { - for (let i = 0; i < nodes.length; i += 1) { - const node = nodes[i]; - if (node.nodeType === 3) { - node.data = '' + data; - return nodes.splice(i, 1)[0]; - } - } - return text(data); -} -function claim_space(nodes) { - return claim_text(nodes, ' '); -} -function set_data(text, data) { - data = '' + data; - if (text.data !== data) - text.data = data; -} -function set_input_value(input, value) { - if (value != null || input.value) { - input.value = value; - } -} -function set_input_type(input, type) { - try { - input.type = type; - } - catch (e) { - // do nothing - } -} -function set_style(node, key, value, important) { - node.style.setProperty(key, value, important ? 'important' : ''); -} -function select_option(select, value) { - for (let i = 0; i < select.options.length; i += 1) { - const option = select.options[i]; - if (option.__value === value) { - option.selected = true; - return; - } - } -} -function select_options(select, value) { - for (let i = 0; i < select.options.length; i += 1) { - const option = select.options[i]; - option.selected = ~value.indexOf(option.__value); - } -} -function select_value(select) { - const selected_option = select.querySelector(':checked') || select.options[0]; - return selected_option && selected_option.__value; -} -function select_multiple_value(select) { - return [].map.call(select.querySelectorAll(':checked'), option => option.__value); -} -function add_resize_listener(element, fn) { - if (getComputedStyle(element).position === 'static') { - element.style.position = 'relative'; - } - const object = document.createElement('object'); - object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;'); - object.type = 'text/html'; - object.tabIndex = -1; - let win; - object.onload = () => { - win = object.contentDocument.defaultView; - win.addEventListener('resize', fn); - }; - if (/Trident/.test(navigator.userAgent)) { - element.appendChild(object); - object.data = 'about:blank'; - } - else { - object.data = 'about:blank'; - element.appendChild(object); - } - return { - cancel: () => { - win && win.removeEventListener && win.removeEventListener('resize', fn); - element.removeChild(object); - } - }; -} -function toggle_class(element, name, toggle) { - element.classList[toggle ? 'add' : 'remove'](name); -} -function custom_event(type, detail) { - const e = document.createEvent('CustomEvent'); - e.initCustomEvent(type, false, false, detail); - return e; -} -class HtmlTag { - constructor(html, anchor = null) { - this.e = element('div'); - this.a = anchor; - this.u(html); - } - m(target, anchor = null) { - for (let i = 0; i < this.n.length; i += 1) { - insert(target, this.n[i], anchor); - } - this.t = target; - } - u(html) { - this.e.innerHTML = html; - this.n = Array.from(this.e.childNodes); - } - p(html) { - this.d(); - this.u(html); - this.m(this.t, this.a); - } - d() { - this.n.forEach(detach); - } -} - -let stylesheet; -let active = 0; -let current_rules = {}; -// https://github.com/darkskyapp/string-hash/blob/master/index.js -function hash(str) { - let hash = 5381; - let i = str.length; - while (i--) - hash = ((hash << 5) - hash) ^ str.charCodeAt(i); - return hash >>> 0; -} -function create_rule(node, a, b, duration, delay, ease, fn, uid = 0) { - const step = 16.666 / duration; - let keyframes = '{\n'; - for (let p = 0; p <= 1; p += step) { - const t = a + (b - a) * ease(p); - keyframes += p * 100 + `%{${fn(t, 1 - t)}}\n`; - } - const rule = keyframes + `100% {${fn(b, 1 - b)}}\n}`; - const name = `__svelte_${hash(rule)}_${uid}`; - if (!current_rules[name]) { - if (!stylesheet) { - const style = element('style'); - document.head.appendChild(style); - stylesheet = style.sheet; - } - current_rules[name] = true; - stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length); - } - const animation = node.style.animation || ''; - node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`; - active += 1; - return name; -} -function delete_rule(node, name) { - node.style.animation = (node.style.animation || '') - .split(', ') - .filter(name - ? anim => anim.indexOf(name) < 0 // remove specific animation - : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations - ) - .join(', '); - if (name && !--active) - clear_rules(); -} -function clear_rules() { - exports.raf(() => { - if (active) - return; - let i = stylesheet.cssRules.length; - while (i--) - stylesheet.deleteRule(i); - current_rules = {}; - }); -} - -function create_animation(node, from, fn, params) { - if (!from) - return noop; - const to = node.getBoundingClientRect(); - if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom) - return noop; - const { delay = 0, duration = 300, easing = identity, - // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation? - start: start_time = exports.now() + delay, - // @ts-ignore todo: - end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params); - let running = true; - let started = false; - let name; - function start() { - if (css) { - name = create_rule(node, 0, 1, duration, delay, easing, css); - } - if (!delay) { - started = true; - } - } - function stop() { - if (css) - delete_rule(node, name); - running = false; - } - loop(now => { - if (!started && now >= start_time) { - started = true; - } - if (started && now >= end) { - tick(1, 0); - stop(); - } - if (!running) { - return false; - } - if (started) { - const p = now - start_time; - const t = 0 + 1 * easing(p / duration); - tick(t, 1 - t); - } - return true; - }); - start(); - tick(0, 1); - return stop; -} -function fix_position(node) { - const style = getComputedStyle(node); - if (style.position !== 'absolute' && style.position !== 'fixed') { - const { width, height } = style; - const a = node.getBoundingClientRect(); - node.style.position = 'absolute'; - node.style.width = width; - node.style.height = height; - add_transform(node, a); - } -} -function add_transform(node, a) { - const b = node.getBoundingClientRect(); - if (a.left !== b.left || a.top !== b.top) { - const style = getComputedStyle(node); - const transform = style.transform === 'none' ? '' : style.transform; - node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`; - } -} - -function set_current_component(component) { - exports.current_component = component; -} -function get_current_component() { - if (!exports.current_component) - throw new Error(`Function called outside component initialization`); - return exports.current_component; -} -function beforeUpdate(fn) { - get_current_component().$$.before_update.push(fn); -} -function onMount(fn) { - get_current_component().$$.on_mount.push(fn); -} -function afterUpdate(fn) { - get_current_component().$$.after_update.push(fn); -} -function onDestroy(fn) { - get_current_component().$$.on_destroy.push(fn); -} -function createEventDispatcher() { - const component = exports.current_component; - return (type, detail) => { - const callbacks = component.$$.callbacks[type]; - if (callbacks) { - // TODO are there situations where events could be dispatched - // in a server (non-DOM) environment? - const event = custom_event(type, detail); - callbacks.slice().forEach(fn => { - fn.call(component, event); - }); - } - }; -} -function setContext(key, context) { - get_current_component().$$.context.set(key, context); -} -function getContext(key) { - return get_current_component().$$.context.get(key); -} -// TODO figure out if we still want to support -// shorthand events, or if we want to implement -// a real bubbling mechanism -function bubble(component, event) { - const callbacks = component.$$.callbacks[event.type]; - if (callbacks) { - callbacks.slice().forEach(fn => fn(event)); - } -} - -const dirty_components = []; -const intros = { enabled: false }; -const binding_callbacks = []; -const render_callbacks = []; -const flush_callbacks = []; -const resolved_promise = Promise.resolve(); -let update_scheduled = false; -function schedule_update() { - if (!update_scheduled) { - update_scheduled = true; - resolved_promise.then(flush); - } -} -function tick() { - schedule_update(); - return resolved_promise; -} -function add_render_callback(fn) { - render_callbacks.push(fn); -} -function add_flush_callback(fn) { - flush_callbacks.push(fn); -} -function flush() { - const seen_callbacks = new Set(); - do { - // first, call beforeUpdate functions - // and update components - while (dirty_components.length) { - const component = dirty_components.shift(); - set_current_component(component); - update(component.$$); - } - while (binding_callbacks.length) - binding_callbacks.pop()(); - // then, once components are updated, call - // afterUpdate functions. This may cause - // subsequent updates... - for (let i = 0; i < render_callbacks.length; i += 1) { - const callback = render_callbacks[i]; - if (!seen_callbacks.has(callback)) { - callback(); - // ...so guard against infinite loops - seen_callbacks.add(callback); - } - } - render_callbacks.length = 0; - } while (dirty_components.length); - while (flush_callbacks.length) { - flush_callbacks.pop()(); - } - update_scheduled = false; -} -function update($$) { - if ($$.fragment) { - $$.update($$.dirty); - run_all($$.before_update); - $$.fragment.p($$.dirty, $$.ctx); - $$.dirty = null; - $$.after_update.forEach(add_render_callback); - } -} - -let promise; -function wait() { - if (!promise) { - promise = Promise.resolve(); - promise.then(() => { - promise = null; - }); - } - return promise; -} -function dispatch(node, direction, kind) { - node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`)); -} -const outroing = new Set(); -let outros; -function group_outros() { - outros = { - r: 0, - c: [], - p: outros // parent group - }; -} -function check_outros() { - if (!outros.r) { - run_all(outros.c); - } - outros = outros.p; -} -function transition_in(block, local) { - if (block && block.i) { - outroing.delete(block); - block.i(local); - } -} -function transition_out(block, local, detach, callback) { - if (block && block.o) { - if (outroing.has(block)) - return; - outroing.add(block); - outros.c.push(() => { - outroing.delete(block); - if (callback) { - if (detach) - block.d(1); - callback(); - } - }); - block.o(local); - } -} -const null_transition = { duration: 0 }; -function create_in_transition(node, fn, params) { - let config = fn(node, params); - let running = false; - let animation_name; - let task; - let uid = 0; - function cleanup() { - if (animation_name) - delete_rule(node, animation_name); - } - function go() { - const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; - if (css) - animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++); - tick(0, 1); - const start_time = exports.now() + delay; - const end_time = start_time + duration; - if (task) - task.abort(); - running = true; - add_render_callback(() => dispatch(node, true, 'start')); - task = loop(now => { - if (running) { - if (now >= end_time) { - tick(1, 0); - dispatch(node, true, 'end'); - cleanup(); - return running = false; - } - if (now >= start_time) { - const t = easing((now - start_time) / duration); - tick(t, 1 - t); - } - } - return running; - }); - } - let started = false; - return { - start() { - if (started) - return; - delete_rule(node); - if (is_function(config)) { - config = config(); - wait().then(go); - } - else { - go(); - } - }, - invalidate() { - started = false; - }, - end() { - if (running) { - cleanup(); - running = false; - } - } - }; -} -function create_out_transition(node, fn, params) { - let config = fn(node, params); - let running = true; - let animation_name; - const group = outros; - group.r += 1; - function go() { - const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; - if (css) - animation_name = create_rule(node, 1, 0, duration, delay, easing, css); - const start_time = exports.now() + delay; - const end_time = start_time + duration; - add_render_callback(() => dispatch(node, false, 'start')); - loop(now => { - if (running) { - if (now >= end_time) { - tick(0, 1); - dispatch(node, false, 'end'); - if (!--group.r) { - // this will result in `end()` being called, - // so we don't need to clean up here - run_all(group.c); - } - return false; - } - if (now >= start_time) { - const t = easing((now - start_time) / duration); - tick(1 - t, t); - } - } - return running; - }); - } - if (is_function(config)) { - wait().then(() => { - // @ts-ignore - config = config(); - go(); - }); - } - else { - go(); - } - return { - end(reset) { - if (reset && config.tick) { - config.tick(1, 0); - } - if (running) { - if (animation_name) - delete_rule(node, animation_name); - running = false; - } - } - }; -} -function create_bidirectional_transition(node, fn, params, intro) { - let config = fn(node, params); - let t = intro ? 0 : 1; - let running_program = null; - let pending_program = null; - let animation_name = null; - function clear_animation() { - if (animation_name) - delete_rule(node, animation_name); - } - function init(program, duration) { - const d = program.b - t; - duration *= Math.abs(d); - return { - a: t, - b: program.b, - d, - duration, - start: program.start, - end: program.start + duration, - group: program.group - }; - } - function go(b) { - const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; - const program = { - start: exports.now() + delay, - b - }; - if (!b) { - // @ts-ignore todo: improve typings - program.group = outros; - outros.r += 1; - } - if (running_program) { - pending_program = program; - } - else { - // if this is an intro, and there's a delay, we need to do - // an initial tick and/or apply CSS animation immediately - if (css) { - clear_animation(); - animation_name = create_rule(node, t, b, duration, delay, easing, css); - } - if (b) - tick(0, 1); - running_program = init(program, duration); - add_render_callback(() => dispatch(node, b, 'start')); - loop(now => { - if (pending_program && now > pending_program.start) { - running_program = init(pending_program, duration); - pending_program = null; - dispatch(node, running_program.b, 'start'); - if (css) { - clear_animation(); - animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css); - } - } - if (running_program) { - if (now >= running_program.end) { - tick(t = running_program.b, 1 - t); - dispatch(node, running_program.b, 'end'); - if (!pending_program) { - // we're done - if (running_program.b) { - // intro — we can tidy up immediately - clear_animation(); - } - else { - // outro — needs to be coordinated - if (!--running_program.group.r) - run_all(running_program.group.c); - } - } - running_program = null; - } - else if (now >= running_program.start) { - const p = now - running_program.start; - t = running_program.a + running_program.d * easing(p / running_program.duration); - tick(t, 1 - t); - } - } - return !!(running_program || pending_program); - }); - } - } - return { - run(b) { - if (is_function(config)) { - wait().then(() => { - // @ts-ignore - config = config(); - go(b); - }); - } - else { - go(b); - } - }, - end() { - clear_animation(); - running_program = pending_program = null; - } - }; -} - -function handle_promise(promise, info) { - const token = info.token = {}; - function update(type, index, key, value) { - if (info.token !== token) - return; - info.resolved = key && { [key]: value }; - const child_ctx = assign(assign({}, info.ctx), info.resolved); - const block = type && (info.current = type)(child_ctx); - if (info.block) { - if (info.blocks) { - info.blocks.forEach((block, i) => { - if (i !== index && block) { - group_outros(); - transition_out(block, 1, 1, () => { - info.blocks[i] = null; - }); - check_outros(); - } - }); - } - else { - info.block.d(1); - } - block.c(); - transition_in(block, 1); - block.m(info.mount(), info.anchor); - flush(); - } - info.block = block; - if (info.blocks) - info.blocks[index] = block; - } - if (is_promise(promise)) { - const current_component = get_current_component(); - promise.then(value => { - set_current_component(current_component); - update(info.then, 1, info.value, value); - set_current_component(null); - }, error => { - set_current_component(current_component); - update(info.catch, 2, info.error, error); - set_current_component(null); - }); - // if we previously had a then/catch block, destroy it - if (info.current !== info.pending) { - update(info.pending, 0); - return true; - } - } - else { - if (info.current !== info.then) { - update(info.then, 1, info.value, promise); - return true; - } - info.resolved = { [info.value]: promise }; - } -} - -const globals = (typeof window !== 'undefined' ? window : global); - -function destroy_block(block, lookup) { - block.d(1); - lookup.delete(block.key); -} -function outro_and_destroy_block(block, lookup) { - transition_out(block, 1, 1, () => { - lookup.delete(block.key); - }); -} -function fix_and_destroy_block(block, lookup) { - block.f(); - destroy_block(block, lookup); -} -function fix_and_outro_and_destroy_block(block, lookup) { - block.f(); - outro_and_destroy_block(block, lookup); -} -function update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) { - let o = old_blocks.length; - let n = list.length; - let i = o; - const old_indexes = {}; - while (i--) - old_indexes[old_blocks[i].key] = i; - const new_blocks = []; - const new_lookup = new Map(); - const deltas = new Map(); - i = n; - while (i--) { - const child_ctx = get_context(ctx, list, i); - const key = get_key(child_ctx); - let block = lookup.get(key); - if (!block) { - block = create_each_block(key, child_ctx); - block.c(); - } - else if (dynamic) { - block.p(changed, child_ctx); - } - new_lookup.set(key, new_blocks[i] = block); - if (key in old_indexes) - deltas.set(key, Math.abs(i - old_indexes[key])); - } - const will_move = new Set(); - const did_move = new Set(); - function insert(block) { - transition_in(block, 1); - block.m(node, next); - lookup.set(block.key, block); - next = block.first; - n--; - } - while (o && n) { - const new_block = new_blocks[n - 1]; - const old_block = old_blocks[o - 1]; - const new_key = new_block.key; - const old_key = old_block.key; - if (new_block === old_block) { - // do nothing - next = new_block.first; - o--; - n--; - } - else if (!new_lookup.has(old_key)) { - // remove old block - destroy(old_block, lookup); - o--; - } - else if (!lookup.has(new_key) || will_move.has(new_key)) { - insert(new_block); - } - else if (did_move.has(old_key)) { - o--; - } - else if (deltas.get(new_key) > deltas.get(old_key)) { - did_move.add(new_key); - insert(new_block); - } - else { - will_move.add(old_key); - o--; - } - } - while (o--) { - const old_block = old_blocks[o]; - if (!new_lookup.has(old_block.key)) - destroy(old_block, lookup); - } - while (n) - insert(new_blocks[n - 1]); - return new_blocks; -} -function measure(blocks) { - const rects = {}; - let i = blocks.length; - while (i--) - rects[blocks[i].key] = blocks[i].node.getBoundingClientRect(); - return rects; -} - -function get_spread_update(levels, updates) { - const update = {}; - const to_null_out = {}; - const accounted_for = { $$scope: 1 }; - let i = levels.length; - while (i--) { - const o = levels[i]; - const n = updates[i]; - if (n) { - for (const key in o) { - if (!(key in n)) - to_null_out[key] = 1; - } - for (const key in n) { - if (!accounted_for[key]) { - update[key] = n[key]; - accounted_for[key] = 1; - } - } - levels[i] = n; - } - else { - for (const key in o) { - accounted_for[key] = 1; - } - } - } - for (const key in to_null_out) { - if (!(key in update)) - update[key] = undefined; - } - return update; -} -function get_spread_object(spread_props) { - return typeof spread_props === 'object' && spread_props !== null ? spread_props : {}; -} - -const invalid_attribute_name_character = /[\s'">/=\u{FDD0}-\u{FDEF}\u{FFFE}\u{FFFF}\u{1FFFE}\u{1FFFF}\u{2FFFE}\u{2FFFF}\u{3FFFE}\u{3FFFF}\u{4FFFE}\u{4FFFF}\u{5FFFE}\u{5FFFF}\u{6FFFE}\u{6FFFF}\u{7FFFE}\u{7FFFF}\u{8FFFE}\u{8FFFF}\u{9FFFE}\u{9FFFF}\u{AFFFE}\u{AFFFF}\u{BFFFE}\u{BFFFF}\u{CFFFE}\u{CFFFF}\u{DFFFE}\u{DFFFF}\u{EFFFE}\u{EFFFF}\u{FFFFE}\u{FFFFF}\u{10FFFE}\u{10FFFF}]/u; -// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 -// https://infra.spec.whatwg.org/#noncharacter -function spread(args) { - const attributes = Object.assign({}, ...args); - let str = ''; - Object.keys(attributes).forEach(name => { - if (invalid_attribute_name_character.test(name)) - return; - const value = attributes[name]; - if (value === undefined) - return; - if (value === true) - str += " " + name; - const escaped = String(value) - .replace(/"/g, '"') - .replace(/'/g, '''); - str += " " + name + "=" + JSON.stringify(escaped); - }); - return str; -} -const escaped = { - '"': '"', - "'": ''', - '&': '&', - '<': '<', - '>': '>' -}; -function escape(html) { - return String(html).replace(/["'&<>]/g, match => escaped[match]); -} -function each(items, fn) { - let str = ''; - for (let i = 0; i < items.length; i += 1) { - str += fn(items[i], i); - } - return str; -} -const missing_component = { - $$render: () => '' -}; -function validate_component(component, name) { - if (!component || !component.$$render) { - if (name === 'svelte:component') - name += ' this={...}'; - throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`); - } - return component; -} -function debug(file, line, column, values) { - console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console - console.log(values); // eslint-disable-line no-console - return ''; -} -let on_destroy; -function create_ssr_component(fn) { - function $$render(result, props, bindings, slots) { - const parent_component = exports.current_component; - const $$ = { - on_destroy, - context: new Map(parent_component ? parent_component.$$.context : []), - // these will be immediately discarded - on_mount: [], - before_update: [], - after_update: [], - callbacks: blank_object() - }; - set_current_component({ $$ }); - const html = fn(result, props, bindings, slots); - set_current_component(parent_component); - return html; - } - return { - render: (props = {}, options = {}) => { - on_destroy = []; - const result = { head: '', css: new Set() }; - const html = $$render(result, props, {}, options); - run_all(on_destroy); - return { - html, - css: { - code: Array.from(result.css).map(css => css.code).join('\n'), - map: null // TODO - }, - head: result.head - }; - }, - $$render - }; -} -function add_attribute(name, value, boolean) { - if (value == null || (boolean && !value)) - return ''; - return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `"${value}"`}`}`; -} -function add_classes(classes) { - return classes ? ` class="${classes}"` : ``; -} - -function bind(component, name, callback) { - if (component.$$.props.indexOf(name) === -1) - return; - component.$$.bound[name] = callback; - callback(component.$$.ctx[name]); -} -function mount_component(component, target, anchor) { - const { fragment, on_mount, on_destroy, after_update } = component.$$; - fragment.m(target, anchor); - // onMount happens before the initial afterUpdate - add_render_callback(() => { - const new_on_destroy = on_mount.map(run).filter(is_function); - if (on_destroy) { - on_destroy.push(...new_on_destroy); - } - else { - // Edge case - component was destroyed immediately, - // most likely as a result of a binding initialising - run_all(new_on_destroy); - } - component.$$.on_mount = []; - }); - after_update.forEach(add_render_callback); -} -function destroy_component(component, detaching) { - if (component.$$.fragment) { - run_all(component.$$.on_destroy); - component.$$.fragment.d(detaching); - // TODO null out other refs, including component.$$ (but need to - // preserve final state?) - component.$$.on_destroy = component.$$.fragment = null; - component.$$.ctx = {}; - } -} -function make_dirty(component, key) { - if (!component.$$.dirty) { - dirty_components.push(component); - schedule_update(); - component.$$.dirty = blank_object(); - } - component.$$.dirty[key] = true; -} -function init(component, options, instance, create_fragment, not_equal, prop_names) { - const parent_component = exports.current_component; - set_current_component(component); - const props = options.props || {}; - const $$ = component.$$ = { - fragment: null, - ctx: null, - // state - props: prop_names, - update: noop, - not_equal, - bound: blank_object(), - // lifecycle - on_mount: [], - on_destroy: [], - before_update: [], - after_update: [], - context: new Map(parent_component ? parent_component.$$.context : []), - // everything else - callbacks: blank_object(), - dirty: null - }; - let ready = false; - $$.ctx = instance - ? instance(component, props, (key, ret, value = ret) => { - if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) { - if ($$.bound[key]) - $$.bound[key](value); - if (ready) - make_dirty(component, key); - } - return ret; - }) - : props; - $$.update(); - ready = true; - run_all($$.before_update); - $$.fragment = create_fragment($$.ctx); - if (options.target) { - if (options.hydrate) { - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - $$.fragment.l(children(options.target)); - } - else { - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - $$.fragment.c(); - } - if (options.intro) - transition_in(component.$$.fragment); - mount_component(component, options.target, options.anchor); - flush(); - } - set_current_component(parent_component); -} -if (typeof HTMLElement !== 'undefined') { - exports.SvelteElement = class extends HTMLElement { - constructor() { - super(); - this.attachShadow({ mode: 'open' }); - } - connectedCallback() { - // @ts-ignore todo: improve typings - for (const key in this.$$.slotted) { - // @ts-ignore todo: improve typings - this.appendChild(this.$$.slotted[key]); - } - } - attributeChangedCallback(attr, _oldValue, newValue) { - this[attr] = newValue; - } - $destroy() { - destroy_component(this, 1); - this.$destroy = noop; - } - $on(type, callback) { - // TODO should this delegate to addEventListener? - const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); - callbacks.push(callback); - return () => { - const index = callbacks.indexOf(callback); - if (index !== -1) - callbacks.splice(index, 1); - }; - } - $set() { - // overridden by instance, if it has props - } - }; -} -class SvelteComponent { - $destroy() { - destroy_component(this, 1); - this.$destroy = noop; - } - $on(type, callback) { - const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); - callbacks.push(callback); - return () => { - const index = callbacks.indexOf(callback); - if (index !== -1) - callbacks.splice(index, 1); - }; - } - $set() { - // overridden by instance, if it has props - } -} - -function dispatch_dev(type, detail) { - document.dispatchEvent(custom_event(type, detail)); -} -function append_dev(target, node) { - dispatch_dev("SvelteDOMInsert", { target, node }); - append(target, node); -} -function insert_dev(target, node, anchor) { - dispatch_dev("SvelteDOMInsert", { target, node, anchor }); - insert(target, node, anchor); -} -function detach_dev(node) { - dispatch_dev("SvelteDOMRemove", { node }); - detach(node); -} -function detach_between_dev(before, after) { - while (before.nextSibling && before.nextSibling !== after) { - detach_dev(before.nextSibling); - } -} -function detach_before_dev(after) { - while (after.previousSibling) { - detach_dev(after.previousSibling); - } -} -function detach_after_dev(before) { - while (before.nextSibling) { - detach_dev(before.nextSibling); - } -} -function listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) { - const modifiers = options === true ? ["capture"] : options ? Array.from(Object.keys(options)) : []; - if (has_prevent_default) - modifiers.push('preventDefault'); - if (has_stop_propagation) - modifiers.push('stopPropagation'); - dispatch_dev("SvelteDOMAddEventListener", { node, event, handler, modifiers }); - const dispose = listen(node, event, handler, options); - return () => { - dispatch_dev("SvelteDOMRemoveEventListener", { node, event, handler, modifiers }); - dispose(); - }; -} -function attr_dev(node, attribute, value) { - attr(node, attribute, value); - if (value == null) - dispatch_dev("SvelteDOMRemoveAttribute", { node, attribute }); - else - dispatch_dev("SvelteDOMSetAttribute", { node, attribute, value }); -} -function prop_dev(node, property, value) { - node[property] = value; - dispatch_dev("SvelteDOMSetProperty", { node, property, value }); -} -function dataset_dev(node, property, value) { - node.dataset[property] = value; - dispatch_dev("SvelteDOMSetDataset", { node, property, value }); -} -function set_data_dev(text, data) { - data = '' + data; - if (text.data === data) - return; - dispatch_dev("SvelteDOMSetData", { node: text, data }); - text.data = data; -} -class SvelteComponentDev extends SvelteComponent { - constructor(options) { - if (!options || (!options.target && !options.$$inline)) { - throw new Error(`'target' is a required option`); - } - super(); - } - $destroy() { - super.$destroy(); - this.$destroy = () => { - console.warn(`Component was already destroyed`); // eslint-disable-line no-console - }; - } -} - -exports.HtmlTag = HtmlTag; -exports.SvelteComponent = SvelteComponent; -exports.SvelteComponentDev = SvelteComponentDev; -exports.add_attribute = add_attribute; -exports.add_classes = add_classes; -exports.add_flush_callback = add_flush_callback; -exports.add_location = add_location; -exports.add_render_callback = add_render_callback; -exports.add_resize_listener = add_resize_listener; -exports.add_transform = add_transform; -exports.afterUpdate = afterUpdate; -exports.append = append; -exports.append_dev = append_dev; -exports.assign = assign; -exports.attr = attr; -exports.attr_dev = attr_dev; -exports.beforeUpdate = beforeUpdate; -exports.bind = bind; -exports.binding_callbacks = binding_callbacks; -exports.blank_object = blank_object; -exports.bubble = bubble; -exports.check_outros = check_outros; -exports.children = children; -exports.claim_element = claim_element; -exports.claim_space = claim_space; -exports.claim_text = claim_text; -exports.clear_loops = clear_loops; -exports.component_subscribe = component_subscribe; -exports.createEventDispatcher = createEventDispatcher; -exports.create_animation = create_animation; -exports.create_bidirectional_transition = create_bidirectional_transition; -exports.create_in_transition = create_in_transition; -exports.create_out_transition = create_out_transition; -exports.create_slot = create_slot; -exports.create_ssr_component = create_ssr_component; -exports.custom_event = custom_event; -exports.dataset_dev = dataset_dev; -exports.debug = debug; -exports.destroy_block = destroy_block; -exports.destroy_component = destroy_component; -exports.destroy_each = destroy_each; -exports.detach = detach; -exports.detach_after_dev = detach_after_dev; -exports.detach_before_dev = detach_before_dev; -exports.detach_between_dev = detach_between_dev; -exports.detach_dev = detach_dev; -exports.dirty_components = dirty_components; -exports.dispatch_dev = dispatch_dev; -exports.each = each; -exports.element = element; -exports.element_is = element_is; -exports.empty = empty; -exports.escape = escape; -exports.escaped = escaped; -exports.exclude_internal_props = exclude_internal_props; -exports.fix_and_destroy_block = fix_and_destroy_block; -exports.fix_and_outro_and_destroy_block = fix_and_outro_and_destroy_block; -exports.fix_position = fix_position; -exports.flush = flush; -exports.getContext = getContext; -exports.get_binding_group_value = get_binding_group_value; -exports.get_current_component = get_current_component; -exports.get_slot_changes = get_slot_changes; -exports.get_slot_context = get_slot_context; -exports.get_spread_object = get_spread_object; -exports.get_spread_update = get_spread_update; -exports.get_store_value = get_store_value; -exports.globals = globals; -exports.group_outros = group_outros; -exports.handle_promise = handle_promise; -exports.identity = identity; -exports.init = init; -exports.insert = insert; -exports.insert_dev = insert_dev; -exports.intros = intros; -exports.invalid_attribute_name_character = invalid_attribute_name_character; -exports.is_client = is_client; -exports.is_function = is_function; -exports.is_promise = is_promise; -exports.listen = listen; -exports.listen_dev = listen_dev; -exports.loop = loop; -exports.measure = measure; -exports.missing_component = missing_component; -exports.mount_component = mount_component; -exports.noop = noop; -exports.not_equal = not_equal; -exports.null_to_empty = null_to_empty; -exports.object_without_properties = object_without_properties; -exports.onDestroy = onDestroy; -exports.onMount = onMount; -exports.once = once; -exports.outro_and_destroy_block = outro_and_destroy_block; -exports.prevent_default = prevent_default; -exports.prop_dev = prop_dev; -exports.run = run; -exports.run_all = run_all; -exports.safe_not_equal = safe_not_equal; -exports.schedule_update = schedule_update; -exports.select_multiple_value = select_multiple_value; -exports.select_option = select_option; -exports.select_options = select_options; -exports.select_value = select_value; -exports.self = self; -exports.setContext = setContext; -exports.set_attributes = set_attributes; -exports.set_current_component = set_current_component; -exports.set_custom_element_data = set_custom_element_data; -exports.set_data = set_data; -exports.set_data_dev = set_data_dev; -exports.set_input_type = set_input_type; -exports.set_input_value = set_input_value; -exports.set_now = set_now; -exports.set_raf = set_raf; -exports.set_store_value = set_store_value; -exports.set_style = set_style; -exports.set_svg_attributes = set_svg_attributes; -exports.space = space; -exports.spread = spread; -exports.stop_propagation = stop_propagation; -exports.subscribe = subscribe; -exports.svg_element = svg_element; -exports.text = text; -exports.tick = tick; -exports.time_ranges_to_array = time_ranges_to_array; -exports.to_number = to_number; -exports.toggle_class = toggle_class; -exports.transition_in = transition_in; -exports.transition_out = transition_out; -exports.update_keyed_each = update_keyed_each; -exports.validate_component = validate_component; -exports.validate_store = validate_store; -exports.xlink_attr = xlink_attr; diff --git a/2019-setembro/node_modules/svelte/internal/index.mjs b/2019-setembro/node_modules/svelte/internal/index.mjs deleted file mode 100644 index 01e13b5..0000000 --- a/2019-setembro/node_modules/svelte/internal/index.mjs +++ /dev/null @@ -1,1439 +0,0 @@ -function noop() { } -const identity = x => x; -function assign(tar, src) { - // @ts-ignore - for (const k in src) - tar[k] = src[k]; - return tar; -} -function is_promise(value) { - return value && typeof value === 'object' && typeof value.then === 'function'; -} -function add_location(element, file, line, column, char) { - element.__svelte_meta = { - loc: { file, line, column, char } - }; -} -function run(fn) { - return fn(); -} -function blank_object() { - return Object.create(null); -} -function run_all(fns) { - fns.forEach(run); -} -function is_function(thing) { - return typeof thing === 'function'; -} -function safe_not_equal(a, b) { - return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function'); -} -function not_equal(a, b) { - return a != a ? b == b : a !== b; -} -function validate_store(store, name) { - if (!store || typeof store.subscribe !== 'function') { - throw new Error(`'${name}' is not a store with a 'subscribe' method`); - } -} -function subscribe(store, callback) { - const unsub = store.subscribe(callback); - return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub; -} -function get_store_value(store) { - let value; - subscribe(store, _ => value = _)(); - return value; -} -function component_subscribe(component, store, callback) { - component.$$.on_destroy.push(subscribe(store, callback)); -} -function create_slot(definition, ctx, fn) { - if (definition) { - const slot_ctx = get_slot_context(definition, ctx, fn); - return definition[0](slot_ctx); - } -} -function get_slot_context(definition, ctx, fn) { - return definition[1] - ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {}))) - : ctx.$$scope.ctx; -} -function get_slot_changes(definition, ctx, changed, fn) { - return definition[1] - ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {}))) - : ctx.$$scope.changed || {}; -} -function exclude_internal_props(props) { - const result = {}; - for (const k in props) - if (k[0] !== '$') - result[k] = props[k]; - return result; -} -function once(fn) { - let ran = false; - return function (...args) { - if (ran) - return; - ran = true; - fn.call(this, ...args); - }; -} -function null_to_empty(value) { - return value == null ? '' : value; -} -function set_store_value(store, ret, value = ret) { - store.set(value); - return ret; -} - -const is_client = typeof window !== 'undefined'; -let now = is_client - ? () => window.performance.now() - : () => Date.now(); -let raf = is_client ? cb => requestAnimationFrame(cb) : noop; -// used internally for testing -function set_now(fn) { - now = fn; -} -function set_raf(fn) { - raf = fn; -} - -const tasks = new Set(); -let running = false; -function run_tasks() { - tasks.forEach(task => { - if (!task[0](now())) { - tasks.delete(task); - task[1](); - } - }); - running = tasks.size > 0; - if (running) - raf(run_tasks); -} -function clear_loops() { - // for testing... - tasks.forEach(task => tasks.delete(task)); - running = false; -} -function loop(fn) { - let task; - if (!running) { - running = true; - raf(run_tasks); - } - return { - promise: new Promise(fulfil => { - tasks.add(task = [fn, fulfil]); - }), - abort() { - tasks.delete(task); - } - }; -} - -function append(target, node) { - target.appendChild(node); -} -function insert(target, node, anchor) { - target.insertBefore(node, anchor || null); -} -function detach(node) { - node.parentNode.removeChild(node); -} -function destroy_each(iterations, detaching) { - for (let i = 0; i < iterations.length; i += 1) { - if (iterations[i]) - iterations[i].d(detaching); - } -} -function element(name) { - return document.createElement(name); -} -function element_is(name, is) { - return document.createElement(name, { is }); -} -function object_without_properties(obj, exclude) { - // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion - const target = {}; - for (const k in obj) { - if (Object.prototype.hasOwnProperty.call(obj, k) - // @ts-ignore - && exclude.indexOf(k) === -1) { - // @ts-ignore - target[k] = obj[k]; - } - } - return target; -} -function svg_element(name) { - return document.createElementNS('http://www.w3.org/2000/svg', name); -} -function text(data) { - return document.createTextNode(data); -} -function space() { - return text(' '); -} -function empty() { - return text(''); -} -function listen(node, event, handler, options) { - node.addEventListener(event, handler, options); - return () => node.removeEventListener(event, handler, options); -} -function prevent_default(fn) { - return function (event) { - event.preventDefault(); - // @ts-ignore - return fn.call(this, event); - }; -} -function stop_propagation(fn) { - return function (event) { - event.stopPropagation(); - // @ts-ignore - return fn.call(this, event); - }; -} -function self(fn) { - return function (event) { - // @ts-ignore - if (event.target === this) - fn.call(this, event); - }; -} -function attr(node, attribute, value) { - if (value == null) - node.removeAttribute(attribute); - else - node.setAttribute(attribute, value); -} -function set_attributes(node, attributes) { - for (const key in attributes) { - if (key === 'style') { - node.style.cssText = attributes[key]; - } - else if (key in node) { - node[key] = attributes[key]; - } - else { - attr(node, key, attributes[key]); - } - } -} -function set_svg_attributes(node, attributes) { - for (const key in attributes) { - attr(node, key, attributes[key]); - } -} -function set_custom_element_data(node, prop, value) { - if (prop in node) { - node[prop] = value; - } - else { - attr(node, prop, value); - } -} -function xlink_attr(node, attribute, value) { - node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value); -} -function get_binding_group_value(group) { - const value = []; - for (let i = 0; i < group.length; i += 1) { - if (group[i].checked) - value.push(group[i].__value); - } - return value; -} -function to_number(value) { - return value === '' ? undefined : +value; -} -function time_ranges_to_array(ranges) { - const array = []; - for (let i = 0; i < ranges.length; i += 1) { - array.push({ start: ranges.start(i), end: ranges.end(i) }); - } - return array; -} -function children(element) { - return Array.from(element.childNodes); -} -function claim_element(nodes, name, attributes, svg) { - for (let i = 0; i < nodes.length; i += 1) { - const node = nodes[i]; - if (node.nodeName === name) { - for (let j = 0; j < node.attributes.length; j += 1) { - const attribute = node.attributes[j]; - if (!attributes[attribute.name]) - node.removeAttribute(attribute.name); - } - return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes - } - } - return svg ? svg_element(name) : element(name); -} -function claim_text(nodes, data) { - for (let i = 0; i < nodes.length; i += 1) { - const node = nodes[i]; - if (node.nodeType === 3) { - node.data = '' + data; - return nodes.splice(i, 1)[0]; - } - } - return text(data); -} -function claim_space(nodes) { - return claim_text(nodes, ' '); -} -function set_data(text, data) { - data = '' + data; - if (text.data !== data) - text.data = data; -} -function set_input_value(input, value) { - if (value != null || input.value) { - input.value = value; - } -} -function set_input_type(input, type) { - try { - input.type = type; - } - catch (e) { - // do nothing - } -} -function set_style(node, key, value, important) { - node.style.setProperty(key, value, important ? 'important' : ''); -} -function select_option(select, value) { - for (let i = 0; i < select.options.length; i += 1) { - const option = select.options[i]; - if (option.__value === value) { - option.selected = true; - return; - } - } -} -function select_options(select, value) { - for (let i = 0; i < select.options.length; i += 1) { - const option = select.options[i]; - option.selected = ~value.indexOf(option.__value); - } -} -function select_value(select) { - const selected_option = select.querySelector(':checked') || select.options[0]; - return selected_option && selected_option.__value; -} -function select_multiple_value(select) { - return [].map.call(select.querySelectorAll(':checked'), option => option.__value); -} -function add_resize_listener(element, fn) { - if (getComputedStyle(element).position === 'static') { - element.style.position = 'relative'; - } - const object = document.createElement('object'); - object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;'); - object.type = 'text/html'; - object.tabIndex = -1; - let win; - object.onload = () => { - win = object.contentDocument.defaultView; - win.addEventListener('resize', fn); - }; - if (/Trident/.test(navigator.userAgent)) { - element.appendChild(object); - object.data = 'about:blank'; - } - else { - object.data = 'about:blank'; - element.appendChild(object); - } - return { - cancel: () => { - win && win.removeEventListener && win.removeEventListener('resize', fn); - element.removeChild(object); - } - }; -} -function toggle_class(element, name, toggle) { - element.classList[toggle ? 'add' : 'remove'](name); -} -function custom_event(type, detail) { - const e = document.createEvent('CustomEvent'); - e.initCustomEvent(type, false, false, detail); - return e; -} -class HtmlTag { - constructor(html, anchor = null) { - this.e = element('div'); - this.a = anchor; - this.u(html); - } - m(target, anchor = null) { - for (let i = 0; i < this.n.length; i += 1) { - insert(target, this.n[i], anchor); - } - this.t = target; - } - u(html) { - this.e.innerHTML = html; - this.n = Array.from(this.e.childNodes); - } - p(html) { - this.d(); - this.u(html); - this.m(this.t, this.a); - } - d() { - this.n.forEach(detach); - } -} - -let stylesheet; -let active = 0; -let current_rules = {}; -// https://github.com/darkskyapp/string-hash/blob/master/index.js -function hash(str) { - let hash = 5381; - let i = str.length; - while (i--) - hash = ((hash << 5) - hash) ^ str.charCodeAt(i); - return hash >>> 0; -} -function create_rule(node, a, b, duration, delay, ease, fn, uid = 0) { - const step = 16.666 / duration; - let keyframes = '{\n'; - for (let p = 0; p <= 1; p += step) { - const t = a + (b - a) * ease(p); - keyframes += p * 100 + `%{${fn(t, 1 - t)}}\n`; - } - const rule = keyframes + `100% {${fn(b, 1 - b)}}\n}`; - const name = `__svelte_${hash(rule)}_${uid}`; - if (!current_rules[name]) { - if (!stylesheet) { - const style = element('style'); - document.head.appendChild(style); - stylesheet = style.sheet; - } - current_rules[name] = true; - stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length); - } - const animation = node.style.animation || ''; - node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`; - active += 1; - return name; -} -function delete_rule(node, name) { - node.style.animation = (node.style.animation || '') - .split(', ') - .filter(name - ? anim => anim.indexOf(name) < 0 // remove specific animation - : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations - ) - .join(', '); - if (name && !--active) - clear_rules(); -} -function clear_rules() { - raf(() => { - if (active) - return; - let i = stylesheet.cssRules.length; - while (i--) - stylesheet.deleteRule(i); - current_rules = {}; - }); -} - -function create_animation(node, from, fn, params) { - if (!from) - return noop; - const to = node.getBoundingClientRect(); - if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom) - return noop; - const { delay = 0, duration = 300, easing = identity, - // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation? - start: start_time = now() + delay, - // @ts-ignore todo: - end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params); - let running = true; - let started = false; - let name; - function start() { - if (css) { - name = create_rule(node, 0, 1, duration, delay, easing, css); - } - if (!delay) { - started = true; - } - } - function stop() { - if (css) - delete_rule(node, name); - running = false; - } - loop(now => { - if (!started && now >= start_time) { - started = true; - } - if (started && now >= end) { - tick(1, 0); - stop(); - } - if (!running) { - return false; - } - if (started) { - const p = now - start_time; - const t = 0 + 1 * easing(p / duration); - tick(t, 1 - t); - } - return true; - }); - start(); - tick(0, 1); - return stop; -} -function fix_position(node) { - const style = getComputedStyle(node); - if (style.position !== 'absolute' && style.position !== 'fixed') { - const { width, height } = style; - const a = node.getBoundingClientRect(); - node.style.position = 'absolute'; - node.style.width = width; - node.style.height = height; - add_transform(node, a); - } -} -function add_transform(node, a) { - const b = node.getBoundingClientRect(); - if (a.left !== b.left || a.top !== b.top) { - const style = getComputedStyle(node); - const transform = style.transform === 'none' ? '' : style.transform; - node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`; - } -} - -let current_component; -function set_current_component(component) { - current_component = component; -} -function get_current_component() { - if (!current_component) - throw new Error(`Function called outside component initialization`); - return current_component; -} -function beforeUpdate(fn) { - get_current_component().$$.before_update.push(fn); -} -function onMount(fn) { - get_current_component().$$.on_mount.push(fn); -} -function afterUpdate(fn) { - get_current_component().$$.after_update.push(fn); -} -function onDestroy(fn) { - get_current_component().$$.on_destroy.push(fn); -} -function createEventDispatcher() { - const component = current_component; - return (type, detail) => { - const callbacks = component.$$.callbacks[type]; - if (callbacks) { - // TODO are there situations where events could be dispatched - // in a server (non-DOM) environment? - const event = custom_event(type, detail); - callbacks.slice().forEach(fn => { - fn.call(component, event); - }); - } - }; -} -function setContext(key, context) { - get_current_component().$$.context.set(key, context); -} -function getContext(key) { - return get_current_component().$$.context.get(key); -} -// TODO figure out if we still want to support -// shorthand events, or if we want to implement -// a real bubbling mechanism -function bubble(component, event) { - const callbacks = component.$$.callbacks[event.type]; - if (callbacks) { - callbacks.slice().forEach(fn => fn(event)); - } -} - -const dirty_components = []; -const intros = { enabled: false }; -const binding_callbacks = []; -const render_callbacks = []; -const flush_callbacks = []; -const resolved_promise = Promise.resolve(); -let update_scheduled = false; -function schedule_update() { - if (!update_scheduled) { - update_scheduled = true; - resolved_promise.then(flush); - } -} -function tick() { - schedule_update(); - return resolved_promise; -} -function add_render_callback(fn) { - render_callbacks.push(fn); -} -function add_flush_callback(fn) { - flush_callbacks.push(fn); -} -function flush() { - const seen_callbacks = new Set(); - do { - // first, call beforeUpdate functions - // and update components - while (dirty_components.length) { - const component = dirty_components.shift(); - set_current_component(component); - update(component.$$); - } - while (binding_callbacks.length) - binding_callbacks.pop()(); - // then, once components are updated, call - // afterUpdate functions. This may cause - // subsequent updates... - for (let i = 0; i < render_callbacks.length; i += 1) { - const callback = render_callbacks[i]; - if (!seen_callbacks.has(callback)) { - callback(); - // ...so guard against infinite loops - seen_callbacks.add(callback); - } - } - render_callbacks.length = 0; - } while (dirty_components.length); - while (flush_callbacks.length) { - flush_callbacks.pop()(); - } - update_scheduled = false; -} -function update($$) { - if ($$.fragment) { - $$.update($$.dirty); - run_all($$.before_update); - $$.fragment.p($$.dirty, $$.ctx); - $$.dirty = null; - $$.after_update.forEach(add_render_callback); - } -} - -let promise; -function wait() { - if (!promise) { - promise = Promise.resolve(); - promise.then(() => { - promise = null; - }); - } - return promise; -} -function dispatch(node, direction, kind) { - node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`)); -} -const outroing = new Set(); -let outros; -function group_outros() { - outros = { - r: 0, - c: [], - p: outros // parent group - }; -} -function check_outros() { - if (!outros.r) { - run_all(outros.c); - } - outros = outros.p; -} -function transition_in(block, local) { - if (block && block.i) { - outroing.delete(block); - block.i(local); - } -} -function transition_out(block, local, detach, callback) { - if (block && block.o) { - if (outroing.has(block)) - return; - outroing.add(block); - outros.c.push(() => { - outroing.delete(block); - if (callback) { - if (detach) - block.d(1); - callback(); - } - }); - block.o(local); - } -} -const null_transition = { duration: 0 }; -function create_in_transition(node, fn, params) { - let config = fn(node, params); - let running = false; - let animation_name; - let task; - let uid = 0; - function cleanup() { - if (animation_name) - delete_rule(node, animation_name); - } - function go() { - const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; - if (css) - animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++); - tick(0, 1); - const start_time = now() + delay; - const end_time = start_time + duration; - if (task) - task.abort(); - running = true; - add_render_callback(() => dispatch(node, true, 'start')); - task = loop(now => { - if (running) { - if (now >= end_time) { - tick(1, 0); - dispatch(node, true, 'end'); - cleanup(); - return running = false; - } - if (now >= start_time) { - const t = easing((now - start_time) / duration); - tick(t, 1 - t); - } - } - return running; - }); - } - let started = false; - return { - start() { - if (started) - return; - delete_rule(node); - if (is_function(config)) { - config = config(); - wait().then(go); - } - else { - go(); - } - }, - invalidate() { - started = false; - }, - end() { - if (running) { - cleanup(); - running = false; - } - } - }; -} -function create_out_transition(node, fn, params) { - let config = fn(node, params); - let running = true; - let animation_name; - const group = outros; - group.r += 1; - function go() { - const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; - if (css) - animation_name = create_rule(node, 1, 0, duration, delay, easing, css); - const start_time = now() + delay; - const end_time = start_time + duration; - add_render_callback(() => dispatch(node, false, 'start')); - loop(now => { - if (running) { - if (now >= end_time) { - tick(0, 1); - dispatch(node, false, 'end'); - if (!--group.r) { - // this will result in `end()` being called, - // so we don't need to clean up here - run_all(group.c); - } - return false; - } - if (now >= start_time) { - const t = easing((now - start_time) / duration); - tick(1 - t, t); - } - } - return running; - }); - } - if (is_function(config)) { - wait().then(() => { - // @ts-ignore - config = config(); - go(); - }); - } - else { - go(); - } - return { - end(reset) { - if (reset && config.tick) { - config.tick(1, 0); - } - if (running) { - if (animation_name) - delete_rule(node, animation_name); - running = false; - } - } - }; -} -function create_bidirectional_transition(node, fn, params, intro) { - let config = fn(node, params); - let t = intro ? 0 : 1; - let running_program = null; - let pending_program = null; - let animation_name = null; - function clear_animation() { - if (animation_name) - delete_rule(node, animation_name); - } - function init(program, duration) { - const d = program.b - t; - duration *= Math.abs(d); - return { - a: t, - b: program.b, - d, - duration, - start: program.start, - end: program.start + duration, - group: program.group - }; - } - function go(b) { - const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition; - const program = { - start: now() + delay, - b - }; - if (!b) { - // @ts-ignore todo: improve typings - program.group = outros; - outros.r += 1; - } - if (running_program) { - pending_program = program; - } - else { - // if this is an intro, and there's a delay, we need to do - // an initial tick and/or apply CSS animation immediately - if (css) { - clear_animation(); - animation_name = create_rule(node, t, b, duration, delay, easing, css); - } - if (b) - tick(0, 1); - running_program = init(program, duration); - add_render_callback(() => dispatch(node, b, 'start')); - loop(now => { - if (pending_program && now > pending_program.start) { - running_program = init(pending_program, duration); - pending_program = null; - dispatch(node, running_program.b, 'start'); - if (css) { - clear_animation(); - animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css); - } - } - if (running_program) { - if (now >= running_program.end) { - tick(t = running_program.b, 1 - t); - dispatch(node, running_program.b, 'end'); - if (!pending_program) { - // we're done - if (running_program.b) { - // intro — we can tidy up immediately - clear_animation(); - } - else { - // outro — needs to be coordinated - if (!--running_program.group.r) - run_all(running_program.group.c); - } - } - running_program = null; - } - else if (now >= running_program.start) { - const p = now - running_program.start; - t = running_program.a + running_program.d * easing(p / running_program.duration); - tick(t, 1 - t); - } - } - return !!(running_program || pending_program); - }); - } - } - return { - run(b) { - if (is_function(config)) { - wait().then(() => { - // @ts-ignore - config = config(); - go(b); - }); - } - else { - go(b); - } - }, - end() { - clear_animation(); - running_program = pending_program = null; - } - }; -} - -function handle_promise(promise, info) { - const token = info.token = {}; - function update(type, index, key, value) { - if (info.token !== token) - return; - info.resolved = key && { [key]: value }; - const child_ctx = assign(assign({}, info.ctx), info.resolved); - const block = type && (info.current = type)(child_ctx); - if (info.block) { - if (info.blocks) { - info.blocks.forEach((block, i) => { - if (i !== index && block) { - group_outros(); - transition_out(block, 1, 1, () => { - info.blocks[i] = null; - }); - check_outros(); - } - }); - } - else { - info.block.d(1); - } - block.c(); - transition_in(block, 1); - block.m(info.mount(), info.anchor); - flush(); - } - info.block = block; - if (info.blocks) - info.blocks[index] = block; - } - if (is_promise(promise)) { - const current_component = get_current_component(); - promise.then(value => { - set_current_component(current_component); - update(info.then, 1, info.value, value); - set_current_component(null); - }, error => { - set_current_component(current_component); - update(info.catch, 2, info.error, error); - set_current_component(null); - }); - // if we previously had a then/catch block, destroy it - if (info.current !== info.pending) { - update(info.pending, 0); - return true; - } - } - else { - if (info.current !== info.then) { - update(info.then, 1, info.value, promise); - return true; - } - info.resolved = { [info.value]: promise }; - } -} - -const globals = (typeof window !== 'undefined' ? window : global); - -function destroy_block(block, lookup) { - block.d(1); - lookup.delete(block.key); -} -function outro_and_destroy_block(block, lookup) { - transition_out(block, 1, 1, () => { - lookup.delete(block.key); - }); -} -function fix_and_destroy_block(block, lookup) { - block.f(); - destroy_block(block, lookup); -} -function fix_and_outro_and_destroy_block(block, lookup) { - block.f(); - outro_and_destroy_block(block, lookup); -} -function update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) { - let o = old_blocks.length; - let n = list.length; - let i = o; - const old_indexes = {}; - while (i--) - old_indexes[old_blocks[i].key] = i; - const new_blocks = []; - const new_lookup = new Map(); - const deltas = new Map(); - i = n; - while (i--) { - const child_ctx = get_context(ctx, list, i); - const key = get_key(child_ctx); - let block = lookup.get(key); - if (!block) { - block = create_each_block(key, child_ctx); - block.c(); - } - else if (dynamic) { - block.p(changed, child_ctx); - } - new_lookup.set(key, new_blocks[i] = block); - if (key in old_indexes) - deltas.set(key, Math.abs(i - old_indexes[key])); - } - const will_move = new Set(); - const did_move = new Set(); - function insert(block) { - transition_in(block, 1); - block.m(node, next); - lookup.set(block.key, block); - next = block.first; - n--; - } - while (o && n) { - const new_block = new_blocks[n - 1]; - const old_block = old_blocks[o - 1]; - const new_key = new_block.key; - const old_key = old_block.key; - if (new_block === old_block) { - // do nothing - next = new_block.first; - o--; - n--; - } - else if (!new_lookup.has(old_key)) { - // remove old block - destroy(old_block, lookup); - o--; - } - else if (!lookup.has(new_key) || will_move.has(new_key)) { - insert(new_block); - } - else if (did_move.has(old_key)) { - o--; - } - else if (deltas.get(new_key) > deltas.get(old_key)) { - did_move.add(new_key); - insert(new_block); - } - else { - will_move.add(old_key); - o--; - } - } - while (o--) { - const old_block = old_blocks[o]; - if (!new_lookup.has(old_block.key)) - destroy(old_block, lookup); - } - while (n) - insert(new_blocks[n - 1]); - return new_blocks; -} -function measure(blocks) { - const rects = {}; - let i = blocks.length; - while (i--) - rects[blocks[i].key] = blocks[i].node.getBoundingClientRect(); - return rects; -} - -function get_spread_update(levels, updates) { - const update = {}; - const to_null_out = {}; - const accounted_for = { $$scope: 1 }; - let i = levels.length; - while (i--) { - const o = levels[i]; - const n = updates[i]; - if (n) { - for (const key in o) { - if (!(key in n)) - to_null_out[key] = 1; - } - for (const key in n) { - if (!accounted_for[key]) { - update[key] = n[key]; - accounted_for[key] = 1; - } - } - levels[i] = n; - } - else { - for (const key in o) { - accounted_for[key] = 1; - } - } - } - for (const key in to_null_out) { - if (!(key in update)) - update[key] = undefined; - } - return update; -} -function get_spread_object(spread_props) { - return typeof spread_props === 'object' && spread_props !== null ? spread_props : {}; -} - -const invalid_attribute_name_character = /[\s'">/=\u{FDD0}-\u{FDEF}\u{FFFE}\u{FFFF}\u{1FFFE}\u{1FFFF}\u{2FFFE}\u{2FFFF}\u{3FFFE}\u{3FFFF}\u{4FFFE}\u{4FFFF}\u{5FFFE}\u{5FFFF}\u{6FFFE}\u{6FFFF}\u{7FFFE}\u{7FFFF}\u{8FFFE}\u{8FFFF}\u{9FFFE}\u{9FFFF}\u{AFFFE}\u{AFFFF}\u{BFFFE}\u{BFFFF}\u{CFFFE}\u{CFFFF}\u{DFFFE}\u{DFFFF}\u{EFFFE}\u{EFFFF}\u{FFFFE}\u{FFFFF}\u{10FFFE}\u{10FFFF}]/u; -// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 -// https://infra.spec.whatwg.org/#noncharacter -function spread(args) { - const attributes = Object.assign({}, ...args); - let str = ''; - Object.keys(attributes).forEach(name => { - if (invalid_attribute_name_character.test(name)) - return; - const value = attributes[name]; - if (value === undefined) - return; - if (value === true) - str += " " + name; - const escaped = String(value) - .replace(/"/g, '"') - .replace(/'/g, '''); - str += " " + name + "=" + JSON.stringify(escaped); - }); - return str; -} -const escaped = { - '"': '"', - "'": ''', - '&': '&', - '<': '<', - '>': '>' -}; -function escape(html) { - return String(html).replace(/["'&<>]/g, match => escaped[match]); -} -function each(items, fn) { - let str = ''; - for (let i = 0; i < items.length; i += 1) { - str += fn(items[i], i); - } - return str; -} -const missing_component = { - $$render: () => '' -}; -function validate_component(component, name) { - if (!component || !component.$$render) { - if (name === 'svelte:component') - name += ' this={...}'; - throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`); - } - return component; -} -function debug(file, line, column, values) { - console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console - console.log(values); // eslint-disable-line no-console - return ''; -} -let on_destroy; -function create_ssr_component(fn) { - function $$render(result, props, bindings, slots) { - const parent_component = current_component; - const $$ = { - on_destroy, - context: new Map(parent_component ? parent_component.$$.context : []), - // these will be immediately discarded - on_mount: [], - before_update: [], - after_update: [], - callbacks: blank_object() - }; - set_current_component({ $$ }); - const html = fn(result, props, bindings, slots); - set_current_component(parent_component); - return html; - } - return { - render: (props = {}, options = {}) => { - on_destroy = []; - const result = { head: '', css: new Set() }; - const html = $$render(result, props, {}, options); - run_all(on_destroy); - return { - html, - css: { - code: Array.from(result.css).map(css => css.code).join('\n'), - map: null // TODO - }, - head: result.head - }; - }, - $$render - }; -} -function add_attribute(name, value, boolean) { - if (value == null || (boolean && !value)) - return ''; - return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `"${value}"`}`}`; -} -function add_classes(classes) { - return classes ? ` class="${classes}"` : ``; -} - -function bind(component, name, callback) { - if (component.$$.props.indexOf(name) === -1) - return; - component.$$.bound[name] = callback; - callback(component.$$.ctx[name]); -} -function mount_component(component, target, anchor) { - const { fragment, on_mount, on_destroy, after_update } = component.$$; - fragment.m(target, anchor); - // onMount happens before the initial afterUpdate - add_render_callback(() => { - const new_on_destroy = on_mount.map(run).filter(is_function); - if (on_destroy) { - on_destroy.push(...new_on_destroy); - } - else { - // Edge case - component was destroyed immediately, - // most likely as a result of a binding initialising - run_all(new_on_destroy); - } - component.$$.on_mount = []; - }); - after_update.forEach(add_render_callback); -} -function destroy_component(component, detaching) { - if (component.$$.fragment) { - run_all(component.$$.on_destroy); - component.$$.fragment.d(detaching); - // TODO null out other refs, including component.$$ (but need to - // preserve final state?) - component.$$.on_destroy = component.$$.fragment = null; - component.$$.ctx = {}; - } -} -function make_dirty(component, key) { - if (!component.$$.dirty) { - dirty_components.push(component); - schedule_update(); - component.$$.dirty = blank_object(); - } - component.$$.dirty[key] = true; -} -function init(component, options, instance, create_fragment, not_equal, prop_names) { - const parent_component = current_component; - set_current_component(component); - const props = options.props || {}; - const $$ = component.$$ = { - fragment: null, - ctx: null, - // state - props: prop_names, - update: noop, - not_equal, - bound: blank_object(), - // lifecycle - on_mount: [], - on_destroy: [], - before_update: [], - after_update: [], - context: new Map(parent_component ? parent_component.$$.context : []), - // everything else - callbacks: blank_object(), - dirty: null - }; - let ready = false; - $$.ctx = instance - ? instance(component, props, (key, ret, value = ret) => { - if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) { - if ($$.bound[key]) - $$.bound[key](value); - if (ready) - make_dirty(component, key); - } - return ret; - }) - : props; - $$.update(); - ready = true; - run_all($$.before_update); - $$.fragment = create_fragment($$.ctx); - if (options.target) { - if (options.hydrate) { - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - $$.fragment.l(children(options.target)); - } - else { - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - $$.fragment.c(); - } - if (options.intro) - transition_in(component.$$.fragment); - mount_component(component, options.target, options.anchor); - flush(); - } - set_current_component(parent_component); -} -let SvelteElement; -if (typeof HTMLElement !== 'undefined') { - SvelteElement = class extends HTMLElement { - constructor() { - super(); - this.attachShadow({ mode: 'open' }); - } - connectedCallback() { - // @ts-ignore todo: improve typings - for (const key in this.$$.slotted) { - // @ts-ignore todo: improve typings - this.appendChild(this.$$.slotted[key]); - } - } - attributeChangedCallback(attr, _oldValue, newValue) { - this[attr] = newValue; - } - $destroy() { - destroy_component(this, 1); - this.$destroy = noop; - } - $on(type, callback) { - // TODO should this delegate to addEventListener? - const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); - callbacks.push(callback); - return () => { - const index = callbacks.indexOf(callback); - if (index !== -1) - callbacks.splice(index, 1); - }; - } - $set() { - // overridden by instance, if it has props - } - }; -} -class SvelteComponent { - $destroy() { - destroy_component(this, 1); - this.$destroy = noop; - } - $on(type, callback) { - const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); - callbacks.push(callback); - return () => { - const index = callbacks.indexOf(callback); - if (index !== -1) - callbacks.splice(index, 1); - }; - } - $set() { - // overridden by instance, if it has props - } -} - -function dispatch_dev(type, detail) { - document.dispatchEvent(custom_event(type, detail)); -} -function append_dev(target, node) { - dispatch_dev("SvelteDOMInsert", { target, node }); - append(target, node); -} -function insert_dev(target, node, anchor) { - dispatch_dev("SvelteDOMInsert", { target, node, anchor }); - insert(target, node, anchor); -} -function detach_dev(node) { - dispatch_dev("SvelteDOMRemove", { node }); - detach(node); -} -function detach_between_dev(before, after) { - while (before.nextSibling && before.nextSibling !== after) { - detach_dev(before.nextSibling); - } -} -function detach_before_dev(after) { - while (after.previousSibling) { - detach_dev(after.previousSibling); - } -} -function detach_after_dev(before) { - while (before.nextSibling) { - detach_dev(before.nextSibling); - } -} -function listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) { - const modifiers = options === true ? ["capture"] : options ? Array.from(Object.keys(options)) : []; - if (has_prevent_default) - modifiers.push('preventDefault'); - if (has_stop_propagation) - modifiers.push('stopPropagation'); - dispatch_dev("SvelteDOMAddEventListener", { node, event, handler, modifiers }); - const dispose = listen(node, event, handler, options); - return () => { - dispatch_dev("SvelteDOMRemoveEventListener", { node, event, handler, modifiers }); - dispose(); - }; -} -function attr_dev(node, attribute, value) { - attr(node, attribute, value); - if (value == null) - dispatch_dev("SvelteDOMRemoveAttribute", { node, attribute }); - else - dispatch_dev("SvelteDOMSetAttribute", { node, attribute, value }); -} -function prop_dev(node, property, value) { - node[property] = value; - dispatch_dev("SvelteDOMSetProperty", { node, property, value }); -} -function dataset_dev(node, property, value) { - node.dataset[property] = value; - dispatch_dev("SvelteDOMSetDataset", { node, property, value }); -} -function set_data_dev(text, data) { - data = '' + data; - if (text.data === data) - return; - dispatch_dev("SvelteDOMSetData", { node: text, data }); - text.data = data; -} -class SvelteComponentDev extends SvelteComponent { - constructor(options) { - if (!options || (!options.target && !options.$$inline)) { - throw new Error(`'target' is a required option`); - } - super(); - } - $destroy() { - super.$destroy(); - this.$destroy = () => { - console.warn(`Component was already destroyed`); // eslint-disable-line no-console - }; - } -} - -export { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr }; diff --git a/2019-setembro/node_modules/svelte/internal/package.json b/2019-setembro/node_modules/svelte/internal/package.json deleted file mode 100644 index 598aeea..0000000 --- a/2019-setembro/node_modules/svelte/internal/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "main": "./index", - "module": "./index.mjs", - "types": "./index.d.ts" -} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/motion/index.d.ts b/2019-setembro/node_modules/svelte/motion/index.d.ts deleted file mode 100644 index 8fd1d8b..0000000 --- a/2019-setembro/node_modules/svelte/motion/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * from '../types/runtime/motion/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/motion/index.js b/2019-setembro/node_modules/svelte/motion/index.js deleted file mode 100644 index 75316b5..0000000 --- a/2019-setembro/node_modules/svelte/motion/index.js +++ /dev/null @@ -1,204 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { value: true }); - -var store = require('../store'); -var internal = require('../internal'); -var easing = require('../easing'); - -function is_date(obj) { - return Object.prototype.toString.call(obj) === '[object Date]'; -} - -function tick_spring(ctx, last_value, current_value, target_value) { - if (typeof current_value === 'number' || is_date(current_value)) { - // @ts-ignore - const delta = target_value - current_value; - // @ts-ignore - const velocity = (current_value - last_value) / (ctx.dt || 1 / 60); // guard div by 0 - const spring = ctx.opts.stiffness * delta; - const damper = ctx.opts.damping * velocity; - const acceleration = (spring - damper) * ctx.inv_mass; - const d = (velocity + acceleration) * ctx.dt; - if (Math.abs(d) < ctx.opts.precision && Math.abs(delta) < ctx.opts.precision) { - return target_value; // settled - } - else { - ctx.settled = false; // signal loop to keep ticking - // @ts-ignore - return is_date(current_value) ? - new Date(current_value.getTime() + d) : current_value + d; - } - } - else if (Array.isArray(current_value)) { - // @ts-ignore - return current_value.map((_, i) => tick_spring(ctx, last_value[i], current_value[i], target_value[i])); - } - else if (typeof current_value === 'object') { - const next_value = {}; - for (const k in current_value) - // @ts-ignore - next_value[k] = tick_spring(ctx, last_value[k], current_value[k], target_value[k]); - // @ts-ignore - return next_value; - } - else { - throw new Error(`Cannot spring ${typeof current_value} values`); - } -} -function spring(value, opts = {}) { - const store$1 = store.writable(value); - const { stiffness = 0.15, damping = 0.8, precision = 0.01 } = opts; - let last_time; - let task; - let current_token; - let last_value = value; - let target_value = value; - let inv_mass = 1; - let inv_mass_recovery_rate = 0; - let cancel_task = false; - /* eslint-disable @typescript-eslint/no-use-before-define */ - function set(new_value, opts = {}) { - target_value = new_value; - const token = current_token = {}; - if (opts.hard || (spring.stiffness >= 1 && spring.damping >= 1)) { - cancel_task = true; // cancel any running animation - last_time = internal.now(); - last_value = value; - store$1.set(value = target_value); - return new Promise(f => f()); // fulfil immediately - } - else if (opts.soft) { - const rate = opts.soft === true ? .5 : +opts.soft; - inv_mass_recovery_rate = 1 / (rate * 60); - inv_mass = 0; // infinite mass, unaffected by spring forces - } - if (!task) { - last_time = internal.now(); - cancel_task = false; - task = internal.loop(now => { - if (cancel_task) { - cancel_task = false; - task = null; - return false; - } - inv_mass = Math.min(inv_mass + inv_mass_recovery_rate, 1); - const ctx = { - inv_mass, - opts: spring, - settled: true, - dt: (now - last_time) * 60 / 1000 - }; - const next_value = tick_spring(ctx, last_value, value, target_value); - last_time = now; - last_value = value; - store$1.set(value = next_value); - if (ctx.settled) - task = null; - return !ctx.settled; - }); - } - return new Promise(fulfil => { - task.promise.then(() => { - if (token === current_token) - fulfil(); - }); - }); - } - /* eslint-enable @typescript-eslint/no-use-before-define */ - const spring = { - set, - update: (fn, opts) => set(fn(target_value, value), opts), - subscribe: store$1.subscribe, - stiffness, - damping, - precision - }; - return spring; -} - -function get_interpolator(a, b) { - if (a === b || a !== a) - return () => a; - const type = typeof a; - if (type !== typeof b || Array.isArray(a) !== Array.isArray(b)) { - throw new Error('Cannot interpolate values of different type'); - } - if (Array.isArray(a)) { - const arr = b.map((bi, i) => { - return get_interpolator(a[i], bi); - }); - return t => arr.map(fn => fn(t)); - } - if (type === 'object') { - if (!a || !b) - throw new Error('Object cannot be null'); - if (is_date(a) && is_date(b)) { - a = a.getTime(); - b = b.getTime(); - const delta = b - a; - return t => new Date(a + t * delta); - } - const keys = Object.keys(b); - const interpolators = {}; - keys.forEach(key => { - interpolators[key] = get_interpolator(a[key], b[key]); - }); - return t => { - const result = {}; - keys.forEach(key => { - result[key] = interpolators[key](t); - }); - return result; - }; - } - if (type === 'number') { - const delta = b - a; - return t => a + t * delta; - } - throw new Error(`Cannot interpolate ${type} values`); -} -function tweened(value, defaults = {}) { - const store$1 = store.writable(value); - let task; - let target_value = value; - function set(new_value, opts) { - target_value = new_value; - let previous_task = task; - let started = false; - let { delay = 0, duration = 400, easing: easing$1 = easing.linear, interpolate = get_interpolator } = internal.assign(internal.assign({}, defaults), opts); - const start = internal.now() + delay; - let fn; - task = internal.loop(now => { - if (now < start) - return true; - if (!started) { - fn = interpolate(value, new_value); - if (typeof duration === 'function') - duration = duration(value, new_value); - started = true; - } - if (previous_task) { - previous_task.abort(); - previous_task = null; - } - const elapsed = now - start; - if (elapsed > duration) { - store$1.set(value = new_value); - return false; - } - // @ts-ignore - store$1.set(value = fn(easing$1(elapsed / duration))); - return true; - }); - return task.promise; - } - return { - set, - update: (fn, opts) => set(fn(target_value, value), opts), - subscribe: store$1.subscribe - }; -} - -exports.spring = spring; -exports.tweened = tweened; diff --git a/2019-setembro/node_modules/svelte/motion/index.mjs b/2019-setembro/node_modules/svelte/motion/index.mjs deleted file mode 100644 index d450f52..0000000 --- a/2019-setembro/node_modules/svelte/motion/index.mjs +++ /dev/null @@ -1,199 +0,0 @@ -import { writable } from '../store'; -import { now, loop, assign } from '../internal'; -import { linear } from '../easing'; - -function is_date(obj) { - return Object.prototype.toString.call(obj) === '[object Date]'; -} - -function tick_spring(ctx, last_value, current_value, target_value) { - if (typeof current_value === 'number' || is_date(current_value)) { - // @ts-ignore - const delta = target_value - current_value; - // @ts-ignore - const velocity = (current_value - last_value) / (ctx.dt || 1 / 60); // guard div by 0 - const spring = ctx.opts.stiffness * delta; - const damper = ctx.opts.damping * velocity; - const acceleration = (spring - damper) * ctx.inv_mass; - const d = (velocity + acceleration) * ctx.dt; - if (Math.abs(d) < ctx.opts.precision && Math.abs(delta) < ctx.opts.precision) { - return target_value; // settled - } - else { - ctx.settled = false; // signal loop to keep ticking - // @ts-ignore - return is_date(current_value) ? - new Date(current_value.getTime() + d) : current_value + d; - } - } - else if (Array.isArray(current_value)) { - // @ts-ignore - return current_value.map((_, i) => tick_spring(ctx, last_value[i], current_value[i], target_value[i])); - } - else if (typeof current_value === 'object') { - const next_value = {}; - for (const k in current_value) - // @ts-ignore - next_value[k] = tick_spring(ctx, last_value[k], current_value[k], target_value[k]); - // @ts-ignore - return next_value; - } - else { - throw new Error(`Cannot spring ${typeof current_value} values`); - } -} -function spring(value, opts = {}) { - const store = writable(value); - const { stiffness = 0.15, damping = 0.8, precision = 0.01 } = opts; - let last_time; - let task; - let current_token; - let last_value = value; - let target_value = value; - let inv_mass = 1; - let inv_mass_recovery_rate = 0; - let cancel_task = false; - /* eslint-disable @typescript-eslint/no-use-before-define */ - function set(new_value, opts = {}) { - target_value = new_value; - const token = current_token = {}; - if (opts.hard || (spring.stiffness >= 1 && spring.damping >= 1)) { - cancel_task = true; // cancel any running animation - last_time = now(); - last_value = value; - store.set(value = target_value); - return new Promise(f => f()); // fulfil immediately - } - else if (opts.soft) { - const rate = opts.soft === true ? .5 : +opts.soft; - inv_mass_recovery_rate = 1 / (rate * 60); - inv_mass = 0; // infinite mass, unaffected by spring forces - } - if (!task) { - last_time = now(); - cancel_task = false; - task = loop(now => { - if (cancel_task) { - cancel_task = false; - task = null; - return false; - } - inv_mass = Math.min(inv_mass + inv_mass_recovery_rate, 1); - const ctx = { - inv_mass, - opts: spring, - settled: true, - dt: (now - last_time) * 60 / 1000 - }; - const next_value = tick_spring(ctx, last_value, value, target_value); - last_time = now; - last_value = value; - store.set(value = next_value); - if (ctx.settled) - task = null; - return !ctx.settled; - }); - } - return new Promise(fulfil => { - task.promise.then(() => { - if (token === current_token) - fulfil(); - }); - }); - } - /* eslint-enable @typescript-eslint/no-use-before-define */ - const spring = { - set, - update: (fn, opts) => set(fn(target_value, value), opts), - subscribe: store.subscribe, - stiffness, - damping, - precision - }; - return spring; -} - -function get_interpolator(a, b) { - if (a === b || a !== a) - return () => a; - const type = typeof a; - if (type !== typeof b || Array.isArray(a) !== Array.isArray(b)) { - throw new Error('Cannot interpolate values of different type'); - } - if (Array.isArray(a)) { - const arr = b.map((bi, i) => { - return get_interpolator(a[i], bi); - }); - return t => arr.map(fn => fn(t)); - } - if (type === 'object') { - if (!a || !b) - throw new Error('Object cannot be null'); - if (is_date(a) && is_date(b)) { - a = a.getTime(); - b = b.getTime(); - const delta = b - a; - return t => new Date(a + t * delta); - } - const keys = Object.keys(b); - const interpolators = {}; - keys.forEach(key => { - interpolators[key] = get_interpolator(a[key], b[key]); - }); - return t => { - const result = {}; - keys.forEach(key => { - result[key] = interpolators[key](t); - }); - return result; - }; - } - if (type === 'number') { - const delta = b - a; - return t => a + t * delta; - } - throw new Error(`Cannot interpolate ${type} values`); -} -function tweened(value, defaults = {}) { - const store = writable(value); - let task; - let target_value = value; - function set(new_value, opts) { - target_value = new_value; - let previous_task = task; - let started = false; - let { delay = 0, duration = 400, easing = linear, interpolate = get_interpolator } = assign(assign({}, defaults), opts); - const start = now() + delay; - let fn; - task = loop(now => { - if (now < start) - return true; - if (!started) { - fn = interpolate(value, new_value); - if (typeof duration === 'function') - duration = duration(value, new_value); - started = true; - } - if (previous_task) { - previous_task.abort(); - previous_task = null; - } - const elapsed = now - start; - if (elapsed > duration) { - store.set(value = new_value); - return false; - } - // @ts-ignore - store.set(value = fn(easing(elapsed / duration))); - return true; - }); - return task.promise; - } - return { - set, - update: (fn, opts) => set(fn(target_value, value), opts), - subscribe: store.subscribe - }; -} - -export { spring, tweened }; diff --git a/2019-setembro/node_modules/svelte/motion/package.json b/2019-setembro/node_modules/svelte/motion/package.json deleted file mode 100644 index 598aeea..0000000 --- a/2019-setembro/node_modules/svelte/motion/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "main": "./index", - "module": "./index.mjs", - "types": "./index.d.ts" -} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/package.json b/2019-setembro/node_modules/svelte/package.json deleted file mode 100644 index b8a3eae..0000000 --- a/2019-setembro/node_modules/svelte/package.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "svelte", - "version": "3.12.0", - "description": "Cybernetically enhanced web apps", - "module": "index.mjs", - "main": "index", - "files": [ - "types", - "compiler.*", - "register.js", - "index.*", - "internal", - "store", - "animate", - "transition", - "easing", - "motion", - "svelte", - "README.md" - ], - "engines": { - "node": ">= 8" - }, - "types": "types/runtime/index.d.ts", - "scripts": { - "test": "mocha --opts mocha.opts", - "test:unit": "mocha --require sucrase/register --recursive src/**/__test__.ts", - "quicktest": "mocha --opts mocha.opts", - "precoverage": "c8 mocha --opts mocha.coverage.opts", - "coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html", - "codecov": "codecov", - "precodecov": "npm run coverage", - "build": "rollup -c && npm run tsd", - "prepare": "npm run build", - "dev": "rollup -cw", - "pretest": "npm run build", - "posttest": "agadoo internal/index.mjs", - "prepublishOnly": "npm run lint && PUBLISH=true npm test", - "tsd": "tsc -p src/compiler --emitDeclarationOnly && tsc -p src/runtime --emitDeclarationOnly", - "lint": "eslint \"{src,test}/**/*.{ts,js}\"" - }, - "repository": { - "type": "git", - "url": "https://github.com/sveltejs/svelte.git" - }, - "keywords": [ - "UI", - "framework", - "templates", - "templating" - ], - "author": "Rich Harris", - "license": "MIT", - "bugs": { - "url": "https://github.com/sveltejs/svelte/issues" - }, - "homepage": "https://github.com/sveltejs/svelte#README", - "devDependencies": { - "@types/mocha": "^5.2.7", - "@types/node": "^8.10.53", - "@typescript-eslint/eslint-plugin": "^1.13.0", - "@typescript-eslint/parser": "^2.1.0", - "acorn": "^7.0.0", - "agadoo": "^1.0.1", - "c8": "^5.0.1", - "codecov": "^3.5.0", - "css-tree": "1.0.0-alpha22", - "eslint": "^6.3.0", - "eslint-plugin-import": "^2.18.2", - "eslint-plugin-svelte3": "^2.7.3", - "estree-walker": "^0.6.1", - "is-reference": "^1.1.3", - "jsdom": "^15.1.1", - "kleur": "^3.0.3", - "locate-character": "^2.0.5", - "magic-string": "^0.25.3", - "mocha": "^6.2.0", - "puppeteer": "^1.19.0", - "rollup": "^1.20.3", - "rollup-plugin-commonjs": "^10.1.0", - "rollup-plugin-json": "^4.0.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-replace": "^2.2.0", - "rollup-plugin-sucrase": "^2.1.0", - "rollup-plugin-typescript": "^1.0.1", - "rollup-plugin-virtual": "^1.0.1", - "source-map": "^0.6.1", - "source-map-support": "^0.5.13", - "tiny-glob": "^0.2.6", - "tslib": "^1.10.0", - "typescript": "^3.5.3" - }, - "nyc": { - "include": [ - "compiler/svelte.js", - "shared.js" - ], - "sourceMap": true, - "instrument": true - } -} diff --git a/2019-setembro/node_modules/svelte/register.js b/2019-setembro/node_modules/svelte/register.js deleted file mode 100644 index 3278c1c..0000000 --- a/2019-setembro/node_modules/svelte/register.js +++ /dev/null @@ -1,48 +0,0 @@ -const fs = require('fs'); -const path = require('path'); -const { compile } = require('./compiler.js'); - -const extensions = ['.svelte', '.html']; -let compileOptions = {}; - -function capitalise(name) { - return name[0].toUpperCase() + name.slice(1); -} - -function register(options = {}) { - if (options.extensions) { - extensions.forEach(deregisterExtension); - options.extensions.forEach(registerExtension); - } - - compileOptions = Object.assign({}, options); - delete compileOptions.extensions; -} - -function deregisterExtension(extension) { - delete require.extensions[extension]; -} - -function registerExtension(extension) { - require.extensions[extension] = function(module, filename) { - const name = path.parse(filename).name - .replace(/^\d/, '_$&') - .replace(/[^a-zA-Z0-9_$]/g, ''); - - const options = Object.assign({}, compileOptions, { - filename, - name: capitalise(name), - generate: 'ssr', - format: 'cjs' - }); - - const { js } = compile(fs.readFileSync(filename, 'utf-8'), options); - - return module._compile(js.code, filename); - }; -} - -registerExtension('.svelte'); -registerExtension('.html'); - -module.exports = register; diff --git a/2019-setembro/node_modules/svelte/store/index.d.ts b/2019-setembro/node_modules/svelte/store/index.d.ts deleted file mode 100644 index fd78205..0000000 --- a/2019-setembro/node_modules/svelte/store/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * from '../types/runtime/store/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/store/index.js b/2019-setembro/node_modules/svelte/store/index.js deleted file mode 100644 index c7b3e54..0000000 --- a/2019-setembro/node_modules/svelte/store/index.js +++ /dev/null @@ -1,125 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { value: true }); - -var internal = require('../internal'); - -const subscriber_queue = []; -/** - * Creates a `Readable` store that allows reading by subscription. - * @param value initial value - * @param {StartStopNotifier}start start and stop notifications for subscriptions - */ -function readable(value, start) { - return { - subscribe: writable(value, start).subscribe, - }; -} -/** - * Create a `Writable` store that allows both updating and reading by subscription. - * @param {*=}value initial value - * @param {StartStopNotifier=}start start and stop notifications for subscriptions - */ -function writable(value, start = internal.noop) { - let stop; - const subscribers = []; - function set(new_value) { - if (internal.safe_not_equal(value, new_value)) { - value = new_value; - if (stop) { // store is ready - const run_queue = !subscriber_queue.length; - for (let i = 0; i < subscribers.length; i += 1) { - const s = subscribers[i]; - s[1](); - subscriber_queue.push(s, value); - } - if (run_queue) { - for (let i = 0; i < subscriber_queue.length; i += 2) { - subscriber_queue[i][0](subscriber_queue[i + 1]); - } - subscriber_queue.length = 0; - } - } - } - } - function update(fn) { - set(fn(value)); - } - function subscribe(run, invalidate = internal.noop) { - const subscriber = [run, invalidate]; - subscribers.push(subscriber); - if (subscribers.length === 1) { - stop = start(set) || internal.noop; - } - run(value); - return () => { - const index = subscribers.indexOf(subscriber); - if (index !== -1) { - subscribers.splice(index, 1); - } - if (subscribers.length === 0) { - stop(); - stop = null; - } - }; - } - return { set, update, subscribe }; -} -/** - * Derived value store by synchronizing one or more readable stores and - * applying an aggregation function over its input values. - * @param {Stores} stores input stores - * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values - * @param {*=}initial_value when used asynchronously - */ -function derived(stores, fn, initial_value) { - const single = !Array.isArray(stores); - const stores_array = single - ? [stores] - : stores; - const auto = fn.length < 2; - return readable(initial_value, (set) => { - let inited = false; - const values = []; - let pending = 0; - let cleanup = internal.noop; - const sync = () => { - if (pending) { - return; - } - cleanup(); - const result = fn(single ? values[0] : values, set); - if (auto) { - set(result); - } - else { - cleanup = internal.is_function(result) ? result : internal.noop; - } - }; - const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => { - values[i] = value; - pending &= ~(1 << i); - if (inited) { - sync(); - } - }, () => { - pending |= (1 << i); - })); - inited = true; - sync(); - return function stop() { - internal.run_all(unsubscribers); - cleanup(); - }; - }); -} - -Object.defineProperty(exports, 'get', { - enumerable: true, - get: function () { - return internal.get_store_value; - } -}); -exports.derived = derived; -exports.readable = readable; -exports.writable = writable; diff --git a/2019-setembro/node_modules/svelte/store/index.mjs b/2019-setembro/node_modules/svelte/store/index.mjs deleted file mode 100644 index c516fda..0000000 --- a/2019-setembro/node_modules/svelte/store/index.mjs +++ /dev/null @@ -1,114 +0,0 @@ -import { safe_not_equal, noop, run_all, is_function } from '../internal'; -export { get_store_value as get } from '../internal'; - -const subscriber_queue = []; -/** - * Creates a `Readable` store that allows reading by subscription. - * @param value initial value - * @param {StartStopNotifier}start start and stop notifications for subscriptions - */ -function readable(value, start) { - return { - subscribe: writable(value, start).subscribe, - }; -} -/** - * Create a `Writable` store that allows both updating and reading by subscription. - * @param {*=}value initial value - * @param {StartStopNotifier=}start start and stop notifications for subscriptions - */ -function writable(value, start = noop) { - let stop; - const subscribers = []; - function set(new_value) { - if (safe_not_equal(value, new_value)) { - value = new_value; - if (stop) { // store is ready - const run_queue = !subscriber_queue.length; - for (let i = 0; i < subscribers.length; i += 1) { - const s = subscribers[i]; - s[1](); - subscriber_queue.push(s, value); - } - if (run_queue) { - for (let i = 0; i < subscriber_queue.length; i += 2) { - subscriber_queue[i][0](subscriber_queue[i + 1]); - } - subscriber_queue.length = 0; - } - } - } - } - function update(fn) { - set(fn(value)); - } - function subscribe(run, invalidate = noop) { - const subscriber = [run, invalidate]; - subscribers.push(subscriber); - if (subscribers.length === 1) { - stop = start(set) || noop; - } - run(value); - return () => { - const index = subscribers.indexOf(subscriber); - if (index !== -1) { - subscribers.splice(index, 1); - } - if (subscribers.length === 0) { - stop(); - stop = null; - } - }; - } - return { set, update, subscribe }; -} -/** - * Derived value store by synchronizing one or more readable stores and - * applying an aggregation function over its input values. - * @param {Stores} stores input stores - * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values - * @param {*=}initial_value when used asynchronously - */ -function derived(stores, fn, initial_value) { - const single = !Array.isArray(stores); - const stores_array = single - ? [stores] - : stores; - const auto = fn.length < 2; - return readable(initial_value, (set) => { - let inited = false; - const values = []; - let pending = 0; - let cleanup = noop; - const sync = () => { - if (pending) { - return; - } - cleanup(); - const result = fn(single ? values[0] : values, set); - if (auto) { - set(result); - } - else { - cleanup = is_function(result) ? result : noop; - } - }; - const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => { - values[i] = value; - pending &= ~(1 << i); - if (inited) { - sync(); - } - }, () => { - pending |= (1 << i); - })); - inited = true; - sync(); - return function stop() { - run_all(unsubscribers); - cleanup(); - }; - }); -} - -export { derived, readable, writable }; diff --git a/2019-setembro/node_modules/svelte/store/package.json b/2019-setembro/node_modules/svelte/store/package.json deleted file mode 100644 index 598aeea..0000000 --- a/2019-setembro/node_modules/svelte/store/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "main": "./index", - "module": "./index.mjs", - "types": "./index.d.ts" -} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/transition/index.d.ts b/2019-setembro/node_modules/svelte/transition/index.d.ts deleted file mode 100644 index 096460e..0000000 --- a/2019-setembro/node_modules/svelte/transition/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * from '../types/runtime/transition/index'; \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/transition/index.js b/2019-setembro/node_modules/svelte/transition/index.js deleted file mode 100644 index fa90058..0000000 --- a/2019-setembro/node_modules/svelte/transition/index.js +++ /dev/null @@ -1,187 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, '__esModule', { value: true }); - -var easing = require('../easing'); -var internal = require('../internal'); - -/*! ***************************************************************************** -Copyright (c) Microsoft Corporation. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at http://www.apache.org/licenses/LICENSE-2.0 - -THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED -WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, -MERCHANTABLITY OR NON-INFRINGEMENT. - -See the Apache Version 2.0 License for specific language governing permissions -and limitations under the License. -***************************************************************************** */ - -function __rest(s, e) { - var t = {}; - for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) - t[p] = s[p]; - if (s != null && typeof Object.getOwnPropertySymbols === "function") - for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { - if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) - t[p[i]] = s[p[i]]; - } - return t; -} - -function blur(node, { delay = 0, duration = 400, easing: easing$1 = easing.cubicInOut, amount = 5, opacity = 0 }) { - const style = getComputedStyle(node); - const target_opacity = +style.opacity; - const f = style.filter === 'none' ? '' : style.filter; - const od = target_opacity * (1 - opacity); - return { - delay, - duration, - easing: easing$1, - css: (_t, u) => `opacity: ${target_opacity - (od * u)}; filter: ${f} blur(${u * amount}px);` - }; -} -function fade(node, { delay = 0, duration = 400 }) { - const o = +getComputedStyle(node).opacity; - return { - delay, - duration, - css: t => `opacity: ${t * o}` - }; -} -function fly(node, { delay = 0, duration = 400, easing: easing$1 = easing.cubicOut, x = 0, y = 0, opacity = 0 }) { - const style = getComputedStyle(node); - const target_opacity = +style.opacity; - const transform = style.transform === 'none' ? '' : style.transform; - const od = target_opacity * (1 - opacity); - return { - delay, - duration, - easing: easing$1, - css: (t, u) => ` - transform: ${transform} translate(${(1 - t) * x}px, ${(1 - t) * y}px); - opacity: ${target_opacity - (od * u)}` - }; -} -function slide(node, { delay = 0, duration = 400, easing: easing$1 = easing.cubicOut }) { - const style = getComputedStyle(node); - const opacity = +style.opacity; - const height = parseFloat(style.height); - const padding_top = parseFloat(style.paddingTop); - const padding_bottom = parseFloat(style.paddingBottom); - const margin_top = parseFloat(style.marginTop); - const margin_bottom = parseFloat(style.marginBottom); - const border_top_width = parseFloat(style.borderTopWidth); - const border_bottom_width = parseFloat(style.borderBottomWidth); - return { - delay, - duration, - easing: easing$1, - css: t => `overflow: hidden;` + - `opacity: ${Math.min(t * 20, 1) * opacity};` + - `height: ${t * height}px;` + - `padding-top: ${t * padding_top}px;` + - `padding-bottom: ${t * padding_bottom}px;` + - `margin-top: ${t * margin_top}px;` + - `margin-bottom: ${t * margin_bottom}px;` + - `border-top-width: ${t * border_top_width}px;` + - `border-bottom-width: ${t * border_bottom_width}px;` - }; -} -function scale(node, { delay = 0, duration = 400, easing: easing$1 = easing.cubicOut, start = 0, opacity = 0 }) { - const style = getComputedStyle(node); - const target_opacity = +style.opacity; - const transform = style.transform === 'none' ? '' : style.transform; - const sd = 1 - start; - const od = target_opacity * (1 - opacity); - return { - delay, - duration, - easing: easing$1, - css: (_t, u) => ` - transform: ${transform} scale(${1 - (sd * u)}); - opacity: ${target_opacity - (od * u)} - ` - }; -} -function draw(node, { delay = 0, speed, duration, easing: easing$1 = easing.cubicInOut }) { - const len = node.getTotalLength(); - if (duration === undefined) { - if (speed === undefined) { - duration = 800; - } - else { - duration = len / speed; - } - } - else if (typeof duration === 'function') { - duration = duration(len); - } - return { - delay, - duration, - easing: easing$1, - css: (t, u) => `stroke-dasharray: ${t * len} ${u * len}` - }; -} -function crossfade(_a) { - var { fallback } = _a, defaults = __rest(_a, ["fallback"]); - const to_receive = new Map(); - const to_send = new Map(); - function crossfade(from, node, params) { - const { delay = 0, duration = d => Math.sqrt(d) * 30, easing: easing$1 = easing.cubicOut } = internal.assign(internal.assign({}, defaults), params); - const to = node.getBoundingClientRect(); - const dx = from.left - to.left; - const dy = from.top - to.top; - const dw = from.width / to.width; - const dh = from.height / to.height; - const d = Math.sqrt(dx * dx + dy * dy); - const style = getComputedStyle(node); - const transform = style.transform === 'none' ? '' : style.transform; - const opacity = +style.opacity; - return { - delay, - duration: internal.is_function(duration) ? duration(d) : duration, - easing: easing$1, - css: (t, u) => ` - opacity: ${t * opacity}; - transform-origin: top left; - transform: ${transform} translate(${u * dx}px,${u * dy}px) scale(${t + (1 - t) * dw}, ${t + (1 - t) * dh}); - ` - }; - } - function transition(items, counterparts, intro) { - return (node, params) => { - items.set(params.key, { - rect: node.getBoundingClientRect() - }); - return () => { - if (counterparts.has(params.key)) { - const { rect } = counterparts.get(params.key); - counterparts.delete(params.key); - return crossfade(rect, node, params); - } - // if the node is disappearing altogether - // (i.e. wasn't claimed by the other list) - // then we need to supply an outro - items.delete(params.key); - return fallback && fallback(node, params, intro); - }; - }; - } - return [ - transition(to_send, to_receive, false), - transition(to_receive, to_send, true) - ]; -} - -exports.blur = blur; -exports.crossfade = crossfade; -exports.draw = draw; -exports.fade = fade; -exports.fly = fly; -exports.scale = scale; -exports.slide = slide; diff --git a/2019-setembro/node_modules/svelte/transition/index.mjs b/2019-setembro/node_modules/svelte/transition/index.mjs deleted file mode 100644 index 8c33f36..0000000 --- a/2019-setembro/node_modules/svelte/transition/index.mjs +++ /dev/null @@ -1,177 +0,0 @@ -import { cubicInOut, cubicOut } from '../easing'; -import { is_function, assign } from '../internal'; - -/*! ***************************************************************************** -Copyright (c) Microsoft Corporation. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at http://www.apache.org/licenses/LICENSE-2.0 - -THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED -WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, -MERCHANTABLITY OR NON-INFRINGEMENT. - -See the Apache Version 2.0 License for specific language governing permissions -and limitations under the License. -***************************************************************************** */ - -function __rest(s, e) { - var t = {}; - for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) - t[p] = s[p]; - if (s != null && typeof Object.getOwnPropertySymbols === "function") - for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { - if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) - t[p[i]] = s[p[i]]; - } - return t; -} - -function blur(node, { delay = 0, duration = 400, easing = cubicInOut, amount = 5, opacity = 0 }) { - const style = getComputedStyle(node); - const target_opacity = +style.opacity; - const f = style.filter === 'none' ? '' : style.filter; - const od = target_opacity * (1 - opacity); - return { - delay, - duration, - easing, - css: (_t, u) => `opacity: ${target_opacity - (od * u)}; filter: ${f} blur(${u * amount}px);` - }; -} -function fade(node, { delay = 0, duration = 400 }) { - const o = +getComputedStyle(node).opacity; - return { - delay, - duration, - css: t => `opacity: ${t * o}` - }; -} -function fly(node, { delay = 0, duration = 400, easing = cubicOut, x = 0, y = 0, opacity = 0 }) { - const style = getComputedStyle(node); - const target_opacity = +style.opacity; - const transform = style.transform === 'none' ? '' : style.transform; - const od = target_opacity * (1 - opacity); - return { - delay, - duration, - easing, - css: (t, u) => ` - transform: ${transform} translate(${(1 - t) * x}px, ${(1 - t) * y}px); - opacity: ${target_opacity - (od * u)}` - }; -} -function slide(node, { delay = 0, duration = 400, easing = cubicOut }) { - const style = getComputedStyle(node); - const opacity = +style.opacity; - const height = parseFloat(style.height); - const padding_top = parseFloat(style.paddingTop); - const padding_bottom = parseFloat(style.paddingBottom); - const margin_top = parseFloat(style.marginTop); - const margin_bottom = parseFloat(style.marginBottom); - const border_top_width = parseFloat(style.borderTopWidth); - const border_bottom_width = parseFloat(style.borderBottomWidth); - return { - delay, - duration, - easing, - css: t => `overflow: hidden;` + - `opacity: ${Math.min(t * 20, 1) * opacity};` + - `height: ${t * height}px;` + - `padding-top: ${t * padding_top}px;` + - `padding-bottom: ${t * padding_bottom}px;` + - `margin-top: ${t * margin_top}px;` + - `margin-bottom: ${t * margin_bottom}px;` + - `border-top-width: ${t * border_top_width}px;` + - `border-bottom-width: ${t * border_bottom_width}px;` - }; -} -function scale(node, { delay = 0, duration = 400, easing = cubicOut, start = 0, opacity = 0 }) { - const style = getComputedStyle(node); - const target_opacity = +style.opacity; - const transform = style.transform === 'none' ? '' : style.transform; - const sd = 1 - start; - const od = target_opacity * (1 - opacity); - return { - delay, - duration, - easing, - css: (_t, u) => ` - transform: ${transform} scale(${1 - (sd * u)}); - opacity: ${target_opacity - (od * u)} - ` - }; -} -function draw(node, { delay = 0, speed, duration, easing = cubicInOut }) { - const len = node.getTotalLength(); - if (duration === undefined) { - if (speed === undefined) { - duration = 800; - } - else { - duration = len / speed; - } - } - else if (typeof duration === 'function') { - duration = duration(len); - } - return { - delay, - duration, - easing, - css: (t, u) => `stroke-dasharray: ${t * len} ${u * len}` - }; -} -function crossfade(_a) { - var { fallback } = _a, defaults = __rest(_a, ["fallback"]); - const to_receive = new Map(); - const to_send = new Map(); - function crossfade(from, node, params) { - const { delay = 0, duration = d => Math.sqrt(d) * 30, easing = cubicOut } = assign(assign({}, defaults), params); - const to = node.getBoundingClientRect(); - const dx = from.left - to.left; - const dy = from.top - to.top; - const dw = from.width / to.width; - const dh = from.height / to.height; - const d = Math.sqrt(dx * dx + dy * dy); - const style = getComputedStyle(node); - const transform = style.transform === 'none' ? '' : style.transform; - const opacity = +style.opacity; - return { - delay, - duration: is_function(duration) ? duration(d) : duration, - easing, - css: (t, u) => ` - opacity: ${t * opacity}; - transform-origin: top left; - transform: ${transform} translate(${u * dx}px,${u * dy}px) scale(${t + (1 - t) * dw}, ${t + (1 - t) * dh}); - ` - }; - } - function transition(items, counterparts, intro) { - return (node, params) => { - items.set(params.key, { - rect: node.getBoundingClientRect() - }); - return () => { - if (counterparts.has(params.key)) { - const { rect } = counterparts.get(params.key); - counterparts.delete(params.key); - return crossfade(rect, node, params); - } - // if the node is disappearing altogether - // (i.e. wasn't claimed by the other list) - // then we need to supply an outro - items.delete(params.key); - return fallback && fallback(node, params, intro); - }; - }; - } - return [ - transition(to_send, to_receive, false), - transition(to_receive, to_send, true) - ]; -} - -export { blur, crossfade, draw, fade, fly, scale, slide }; diff --git a/2019-setembro/node_modules/svelte/transition/package.json b/2019-setembro/node_modules/svelte/transition/package.json deleted file mode 100644 index 598aeea..0000000 --- a/2019-setembro/node_modules/svelte/transition/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "main": "./index", - "module": "./index.mjs", - "types": "./index.d.ts" -} \ No newline at end of file diff --git a/2019-setembro/node_modules/svelte/types/compiler/Stats.d.ts b/2019-setembro/node_modules/svelte/types/compiler/Stats.d.ts deleted file mode 100644 index 0e01e61..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/Stats.d.ts +++ /dev/null @@ -1,22 +0,0 @@ -interface Timing { - label: string; - start: number; - end: number; - children: Timing[]; -} -export default class Stats { - start_time: number; - current_timing: Timing; - current_children: Timing[]; - timings: Timing[]; - stack: Timing[]; - constructor(); - start(label: any): void; - stop(label: any): void; - render(): { - timings: { - total: number; - }; - }; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/Component.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/Component.d.ts deleted file mode 100644 index 37cbb17..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/Component.d.ts +++ /dev/null @@ -1,131 +0,0 @@ -import MagicString from 'magic-string'; -import Stats from '../Stats'; -import { Scope } from './utils/scope'; -import Stylesheet from './css/Stylesheet'; -import Fragment from './nodes/Fragment'; -import { Node, Ast, CompileOptions, Var, Warning } from '../interfaces'; -import TemplateScope from './nodes/shared/TemplateScope'; -import Slot from './nodes/Slot'; -interface ComponentOptions { - namespace?: string; - tag?: string; - immutable?: boolean; - accessors?: boolean; - preserveWhitespace?: boolean; -} -export default class Component { - stats: Stats; - warnings: Warning[]; - ignores: Set; - ignore_stack: Array>; - ast: Ast; - source: string; - code: MagicString; - name: string; - compile_options: CompileOptions; - fragment: Fragment; - module_scope: Scope; - instance_scope: Scope; - instance_scope_map: WeakMap; - component_options: ComponentOptions; - namespace: string; - tag: string; - accessors: boolean; - vars: Var[]; - var_lookup: Map; - imports: Node[]; - module_javascript: string; - javascript: string; - hoistable_nodes: Set; - node_for_declaration: Map; - partly_hoisted: string[]; - fully_hoisted: string[]; - reactive_declarations: Array<{ - assignees: Set; - dependencies: Set; - node: Node; - declaration: Node; - }>; - reactive_declaration_nodes: Set; - has_reactive_assignments: boolean; - injected_reactive_declaration_vars: Set; - helpers: Map; - globals: Map; - indirect_dependencies: Map>; - file: string; - locate: (c: number) => { - line: number; - column: number; - }; - locator: (search: number, startIndex?: number) => { - line: number; - column: number; - }; - stylesheet: Stylesheet; - aliases: Map; - used_names: Set; - globally_used_names: Set; - slots: Map; - slot_outlets: Set; - constructor(ast: Ast, source: string, name: string, compile_options: CompileOptions, stats: Stats, warnings: Warning[]); - add_var(variable: Var): void; - add_reference(name: string): void; - add_sourcemap_locations(node: Node): void; - alias(name: string): string; - helper(name: string): string; - global(name: string): string; - generate(result: string): { - js: any; - css: any; - ast: Ast; - warnings: Warning[]; - vars: { - name: string; - export_name: string; - injected: boolean; - module: boolean; - mutated: boolean; - reassigned: boolean; - referenced: boolean; - writable: boolean; - }[]; - stats: { - timings: { - total: number; - }; - }; - }; - get_unique_name(name: string): string; - get_unique_name_maker(): (name: string) => string; - error(pos: { - start: number; - end: number; - }, e: { - code: string; - message: string; - }): void; - warn(pos: { - start: number; - end: number; - }, warning: { - code: string; - message: string; - }): void; - extract_imports(content: any): void; - extract_exports(content: any): void; - extract_javascript(script: any): string; - walk_module_js(): void; - walk_instance_js_pre_template(): void; - walk_instance_js_post_template(): void; - track_mutations(): void; - extract_reactive_store_references(): void; - invalidate(name: any, value?: any): any; - rewrite_props(get_insert: (variable: Var) => string): void; - hoist_instance_declarations(): void; - extract_reactive_declarations(): void; - qualify(name: any): any; - warn_if_undefined(name: string, node: any, template_scope: TemplateScope): void; - push_ignores(ignores: any): void; - pop_ignores(): void; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/create_module.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/create_module.d.ts deleted file mode 100644 index 1c5db9e..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/create_module.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { ModuleFormat, Node } from '../interfaces'; -interface Export { - name: string; - as: string; -} -export default function create_module(code: string, format: ModuleFormat, name: string, banner: string, sveltePath: string, helpers: Array<{ - name: string; - alias: string; -}>, globals: Array<{ - name: string; - alias: string; -}>, imports: Node[], module_exports: Export[], source: string): string; -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/css/Selector.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/css/Selector.d.ts deleted file mode 100644 index 1429fdb..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/css/Selector.d.ts +++ /dev/null @@ -1,27 +0,0 @@ -import MagicString from 'magic-string'; -import Stylesheet from './Stylesheet'; -import { Node } from '../../interfaces'; -import Component from '../Component'; -export default class Selector { - node: Node; - stylesheet: Stylesheet; - blocks: Block[]; - local_blocks: Block[]; - used: boolean; - constructor(node: Node, stylesheet: Stylesheet); - apply(node: Node, stack: Node[]): void; - minify(code: MagicString): void; - transform(code: MagicString, attr: string): void; - validate(component: Component): void; -} -declare class Block { - global: boolean; - combinator: Node; - selectors: Node[]; - start: number; - end: number; - should_encapsulate: boolean; - constructor(combinator: Node); - add(selector: Node): void; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/css/Stylesheet.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/css/Stylesheet.d.ts deleted file mode 100644 index 46317a2..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/css/Stylesheet.d.ts +++ /dev/null @@ -1,57 +0,0 @@ -import MagicString from 'magic-string'; -import Selector from './Selector'; -import Element from '../nodes/Element'; -import { Node, Ast } from '../../interfaces'; -import Component from '../Component'; -declare class Rule { - selectors: Selector[]; - declarations: Declaration[]; - node: Node; - parent: Atrule; - constructor(node: Node, stylesheet: any, parent?: Atrule); - apply(node: Element, stack: Element[]): void; - is_used(dev: boolean): boolean; - minify(code: MagicString, _dev: boolean): void; - transform(code: MagicString, id: string, keyframes: Map): boolean; - validate(component: Component): void; - warn_on_unused_selector(handler: (selector: Selector) => void): void; -} -declare class Declaration { - node: Node; - constructor(node: Node); - transform(code: MagicString, keyframes: Map): void; - minify(code: MagicString): void; -} -declare class Atrule { - node: Node; - children: Array; - declarations: Declaration[]; - constructor(node: Node); - apply(node: Element, stack: Element[]): void; - is_used(_dev: boolean): boolean; - minify(code: MagicString, dev: boolean): void; - transform(code: MagicString, id: string, keyframes: Map): void; - validate(component: Component): void; - warn_on_unused_selector(handler: (selector: Selector) => void): void; -} -export default class Stylesheet { - source: string; - ast: Ast; - filename: string; - dev: boolean; - has_styles: boolean; - id: string; - children: Array; - keyframes: Map; - nodes_with_css_class: Set; - constructor(source: string, ast: Ast, filename: string, dev: boolean); - apply(node: Element): void; - reify(): void; - render(file: string, should_transform_selectors: boolean): { - code: string; - map: import("magic-string").SourceMap; - }; - validate(component: Component): void; - warn_on_unused_selectors(component: Component): void; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/css/gather_possible_values.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/css/gather_possible_values.d.ts deleted file mode 100644 index f77bca7..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/css/gather_possible_values.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Node } from '../../interfaces'; -export declare const UNKNOWN: {}; -export declare function gather_possible_values(node: Node, set: Set): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/index.d.ts deleted file mode 100644 index bf29a73..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/index.d.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { CompileOptions, Warning } from '../interfaces'; -export default function compile(source: string, options?: CompileOptions): { - js: any; - css: any; - ast: import("../interfaces").Ast; - warnings: Warning[]; - vars: { - name: string; - export_name: string; - injected: boolean; - module: boolean; - mutated: boolean; - reassigned: boolean; - referenced: boolean; - writable: boolean; - }[]; - stats: { - timings: { - total: number; - }; - }; -}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/internal_exports.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/internal_exports.d.ts deleted file mode 100644 index 1829c31..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/internal_exports.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -declare const _default: Set; -export default _default; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Action.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Action.d.ts deleted file mode 100644 index a27e8fa..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Action.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import Node from './shared/Node'; -import Expression from './shared/Expression'; -import Component from '../Component'; -export default class Action extends Node { - type: 'Action'; - name: string; - expression: Expression; - uses_context: boolean; - constructor(component: Component, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Animation.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Animation.d.ts deleted file mode 100644 index c0e1aaf..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Animation.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import Node from './shared/Node'; -import Expression from './shared/Expression'; -import Component from '../Component'; -export default class Animation extends Node { - type: 'Animation'; - name: string; - expression: Expression; - constructor(component: Component, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Attribute.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Attribute.d.ts deleted file mode 100644 index 74077a3..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Attribute.d.ts +++ /dev/null @@ -1,27 +0,0 @@ -import Component from '../Component'; -import Node from './shared/Node'; -import Element from './Element'; -import Text from './Text'; -import Expression from './shared/Expression'; -import TemplateScope from './shared/TemplateScope'; -export default class Attribute extends Node { - type: 'Attribute'; - start: number; - end: number; - scope: TemplateScope; - component: Component; - parent: Element; - name: string; - is_spread: boolean; - is_true: boolean; - is_static: boolean; - is_synthetic: boolean; - expression?: Expression; - chunks: Array; - dependencies: Set; - constructor(component: any, parent: any, scope: any, info: any); - get_dependencies(): string[]; - get_value(block: any): any; - get_static_value(): string | true; - should_cache(): boolean; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/AwaitBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/AwaitBlock.d.ts deleted file mode 100644 index 515fcbf..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/AwaitBlock.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -import Node from './shared/Node'; -import PendingBlock from './PendingBlock'; -import ThenBlock from './ThenBlock'; -import CatchBlock from './CatchBlock'; -import Expression from './shared/Expression'; -export default class AwaitBlock extends Node { - type: 'AwaitBlock'; - expression: Expression; - value: string; - error: string; - pending: PendingBlock; - then: ThenBlock; - catch: CatchBlock; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Binding.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Binding.d.ts deleted file mode 100644 index e240c79..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Binding.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -import Node from './shared/Node'; -import Expression from './shared/Expression'; -import Component from '../Component'; -import TemplateScope from './shared/TemplateScope'; -export default class Binding extends Node { - type: 'Binding'; - name: string; - expression: Expression; - is_contextual: boolean; - obj: string; - prop: string; - is_readonly: boolean; - constructor(component: Component, parent: any, scope: TemplateScope, info: any); - is_readonly_media_attribute(): boolean; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Body.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Body.d.ts deleted file mode 100644 index 0b28b46..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Body.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import Node from './shared/Node'; -import EventHandler from './EventHandler'; -export default class Body extends Node { - type: 'Body'; - handlers: EventHandler[]; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/CatchBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/CatchBlock.d.ts deleted file mode 100644 index e05166e..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/CatchBlock.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import TemplateScope from './shared/TemplateScope'; -import AbstractBlock from './shared/AbstractBlock'; -export default class CatchBlock extends AbstractBlock { - type: 'CatchBlock'; - scope: TemplateScope; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Class.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Class.d.ts deleted file mode 100644 index 8d26435..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Class.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import Node from './shared/Node'; -import Expression from './shared/Expression'; -export default class Class extends Node { - type: 'Class'; - name: string; - expression: Expression; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Comment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Comment.d.ts deleted file mode 100644 index a080053..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Comment.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import Node from './shared/Node'; -export default class Comment extends Node { - type: 'Comment'; - data: string; - ignores: string[]; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/DebugTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/DebugTag.d.ts deleted file mode 100644 index bc7591a..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/DebugTag.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import Node from './shared/Node'; -import Expression from './shared/Expression'; -export default class DebugTag extends Node { - type: 'DebugTag'; - expressions: Expression[]; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EachBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EachBlock.d.ts deleted file mode 100644 index 3bd7804..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EachBlock.d.ts +++ /dev/null @@ -1,27 +0,0 @@ -import Node from './shared/Node'; -import ElseBlock from './ElseBlock'; -import Expression from './shared/Expression'; -import TemplateScope from './shared/TemplateScope'; -import AbstractBlock from './shared/AbstractBlock'; -import { Node as INode } from '../../interfaces'; -interface Context { - key: INode; - name?: string; - tail: string; -} -export default class EachBlock extends AbstractBlock { - type: 'EachBlock'; - expression: Expression; - context_node: Node; - iterations: string; - index: string; - context: string; - key: Expression; - scope: TemplateScope; - contexts: Context[]; - has_animation: boolean; - has_binding: boolean; - else?: ElseBlock; - constructor(component: any, parent: any, scope: any, info: any); -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Element.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Element.d.ts deleted file mode 100644 index b2d2179..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Element.d.ts +++ /dev/null @@ -1,35 +0,0 @@ -import Node from './shared/Node'; -import Attribute from './Attribute'; -import Binding from './Binding'; -import EventHandler from './EventHandler'; -import Transition from './Transition'; -import Animation from './Animation'; -import Action from './Action'; -import Class from './Class'; -import Let from './Let'; -import TemplateScope from './shared/TemplateScope'; -import { INode } from './interfaces'; -export default class Element extends Node { - type: 'Element'; - name: string; - scope: TemplateScope; - attributes: Attribute[]; - actions: Action[]; - bindings: Binding[]; - classes: Class[]; - handlers: EventHandler[]; - lets: Let[]; - intro?: Transition; - outro?: Transition; - animation?: Animation; - children: INode[]; - namespace: string; - constructor(component: any, parent: any, scope: any, info: any); - validate(): void; - validate_attributes(): void; - validate_bindings(): void; - validate_content(): void; - validate_event_handlers(): void; - is_media_node(): boolean; - add_css_class(): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ElseBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ElseBlock.d.ts deleted file mode 100644 index 2feacc5..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ElseBlock.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -import AbstractBlock from './shared/AbstractBlock'; -import Component from '../Component'; -export default class ElseBlock extends AbstractBlock { - type: 'ElseBlock'; - constructor(component: Component, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EventHandler.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EventHandler.d.ts deleted file mode 100644 index a83c0ad..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/EventHandler.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -import Node from './shared/Node'; -import Expression from './shared/Expression'; -import Component from '../Component'; -import Block from '../render_dom/Block'; -export default class EventHandler extends Node { - type: 'EventHandler'; - name: string; - modifiers: Set; - expression: Expression; - handler_name: string; - uses_context: boolean; - can_make_passive: boolean; - constructor(component: Component, parent: any, template_scope: any, info: any); - render(block: Block): string; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Fragment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Fragment.d.ts deleted file mode 100644 index d245ac6..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Fragment.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -import Node from './shared/Node'; -import Component from '../Component'; -import Block from '../render_dom/Block'; -import TemplateScope from './shared/TemplateScope'; -import { INode } from './interfaces'; -export default class Fragment extends Node { - type: 'Fragment'; - block: Block; - children: INode[]; - scope: TemplateScope; - constructor(component: Component, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Head.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Head.d.ts deleted file mode 100644 index 1d34405..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Head.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -import Node from './shared/Node'; -export default class Head extends Node { - type: 'Head'; - children: any[]; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/IfBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/IfBlock.d.ts deleted file mode 100644 index 942a7f8..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/IfBlock.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import ElseBlock from './ElseBlock'; -import Expression from './shared/Expression'; -import AbstractBlock from './shared/AbstractBlock'; -export default class IfBlock extends AbstractBlock { - type: 'IfBlock'; - expression: Expression; - else: ElseBlock; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/InlineComponent.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/InlineComponent.d.ts deleted file mode 100644 index 4722e31..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/InlineComponent.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -import Node from './shared/Node'; -import Attribute from './Attribute'; -import Binding from './Binding'; -import EventHandler from './EventHandler'; -import Expression from './shared/Expression'; -import Component from '../Component'; -import Let from './Let'; -import TemplateScope from './shared/TemplateScope'; -import { INode } from './interfaces'; -export default class InlineComponent extends Node { - type: 'InlineComponent'; - name: string; - expression: Expression; - attributes: Attribute[]; - bindings: Binding[]; - handlers: EventHandler[]; - lets: Let[]; - children: INode[]; - scope: TemplateScope; - constructor(component: Component, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Let.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Let.d.ts deleted file mode 100644 index 4d9e870..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Let.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import Node from './shared/Node'; -import Component from '../Component'; -export default class Let extends Node { - type: 'Let'; - name: string; - value: string; - names: string[]; - constructor(component: Component, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/MustacheTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/MustacheTag.d.ts deleted file mode 100644 index f659e3d..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/MustacheTag.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -import Tag from './shared/Tag'; -export default class MustacheTag extends Tag { - type: 'MustacheTag'; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Options.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Options.d.ts deleted file mode 100644 index d114122..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Options.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -import Node from './shared/Node'; -export default class Options extends Node { - type: 'Options'; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/PendingBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/PendingBlock.d.ts deleted file mode 100644 index cc8091d..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/PendingBlock.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import AbstractBlock from './shared/AbstractBlock'; -export default class PendingBlock extends AbstractBlock { - type: 'PendingBlock'; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/RawMustacheTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/RawMustacheTag.d.ts deleted file mode 100644 index 98b279d..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/RawMustacheTag.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -import Tag from './shared/Tag'; -export default class RawMustacheTag extends Tag { - type: 'RawMustacheTag'; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Slot.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Slot.d.ts deleted file mode 100644 index 5b96830..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Slot.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import Element from './Element'; -import Attribute from './Attribute'; -import Component from '../Component'; -import TemplateScope from './shared/TemplateScope'; -import { INode } from './interfaces'; -export default class Slot extends Element { - type: 'Element'; - name: string; - children: INode[]; - slot_name: string; - values: Map; - constructor(component: Component, parent: INode, scope: TemplateScope, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Text.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Text.d.ts deleted file mode 100644 index cf95caf..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Text.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import Node from './shared/Node'; -import Component from '../Component'; -import TemplateScope from './shared/TemplateScope'; -import { INode } from './interfaces'; -export default class Text extends Node { - type: 'Text'; - data: string; - synthetic: boolean; - constructor(component: Component, parent: INode, scope: TemplateScope, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ThenBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ThenBlock.d.ts deleted file mode 100644 index 06c917d..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/ThenBlock.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import TemplateScope from './shared/TemplateScope'; -import AbstractBlock from './shared/AbstractBlock'; -export default class ThenBlock extends AbstractBlock { - type: 'ThenBlock'; - scope: TemplateScope; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Title.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Title.d.ts deleted file mode 100644 index bb4e969..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Title.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import Node from './shared/Node'; -import { Children } from './shared/map_children'; -import Component from '../Component'; -export default class Title extends Node { - type: 'Title'; - children: Children; - should_cache: boolean; - constructor(component: Component, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Transition.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Transition.d.ts deleted file mode 100644 index b0fba36..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Transition.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import Node from './shared/Node'; -import Expression from './shared/Expression'; -import Component from '../Component'; -export default class Transition extends Node { - type: 'Transition'; - name: string; - directive: string; - expression: Expression; - is_local: boolean; - constructor(component: Component, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Window.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Window.d.ts deleted file mode 100644 index b9de1f3..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/Window.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import Node from './shared/Node'; -import Binding from './Binding'; -import EventHandler from './EventHandler'; -import Action from './Action'; -export default class Window extends Node { - type: 'Window'; - handlers: EventHandler[]; - bindings: Binding[]; - actions: Action[]; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/interfaces.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/interfaces.d.ts deleted file mode 100644 index 9dc11db..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/interfaces.d.ts +++ /dev/null @@ -1,31 +0,0 @@ -import Tag from './shared/Tag'; -import Action from './Action'; -import Animation from './Animation'; -import Attribute from './Attribute'; -import AwaitBlock from './AwaitBlock'; -import Binding from './Binding'; -import Body from './Body'; -import CatchBlock from './CatchBlock'; -import Class from './Class'; -import Comment from './Comment'; -import DebugTag from './DebugTag'; -import EachBlock from './EachBlock'; -import Element from './Element'; -import ElseBlock from './ElseBlock'; -import EventHandler from './EventHandler'; -import Fragment from './Fragment'; -import Head from './Head'; -import IfBlock from './IfBlock'; -import InlineComponent from './InlineComponent'; -import Let from './Let'; -import MustacheTag from './MustacheTag'; -import Options from './Options'; -import PendingBlock from './PendingBlock'; -import RawMustacheTag from './RawMustacheTag'; -import Slot from './Slot'; -import Text from './Text'; -import ThenBlock from './ThenBlock'; -import Title from './Title'; -import Transition from './Transition'; -import Window from './Window'; -export declare type INode = Action | Animation | Attribute | AwaitBlock | Binding | Body | CatchBlock | Class | Comment | DebugTag | EachBlock | Element | ElseBlock | EventHandler | Fragment | Head | IfBlock | InlineComponent | Let | MustacheTag | Options | PendingBlock | RawMustacheTag | Slot | Tag | Text | ThenBlock | Title | Transition | Window; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/AbstractBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/AbstractBlock.d.ts deleted file mode 100644 index 9dea594..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/AbstractBlock.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import Block from '../../render_dom/Block'; -import Component from '../../Component'; -import Node from './Node'; -import { INode } from '../interfaces'; -export default class AbstractBlock extends Node { - block: Block; - children: INode[]; - constructor(component: Component, parent: any, scope: any, info: any); - warn_if_empty_block(): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Expression.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Expression.d.ts deleted file mode 100644 index b7791c4..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Expression.d.ts +++ /dev/null @@ -1,30 +0,0 @@ -import Component from '../../Component'; -import { Scope } from '../../utils/scope'; -import { Node } from '../../../interfaces'; -import Wrapper from '../../render_dom/wrappers/shared/Wrapper'; -import TemplateScope from './TemplateScope'; -import Block from '../../render_dom/Block'; -import { INode } from '../interfaces'; -declare type Owner = Wrapper | INode; -export default class Expression { - type: 'Expression'; - component: Component; - owner: Owner; - node: any; - snippet: string; - references: Set; - dependencies: Set; - contextual_dependencies: Set; - template_scope: TemplateScope; - scope: Scope; - scope_map: WeakMap; - is_synthetic: boolean; - declarations: string[]; - uses_context: boolean; - rendered: string; - constructor(component: Component, owner: Owner, template_scope: TemplateScope, info: any, lazy?: boolean); - dynamic_dependencies(): string[]; - get_precedence(): number; - render(block?: Block): string; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Node.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Node.d.ts deleted file mode 100644 index 838c6b1..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Node.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -import Attribute from '../Attribute'; -import Component from '../../Component'; -import { INode } from '../interfaces'; -export default class Node { - readonly start: number; - readonly end: number; - readonly component: Component; - readonly parent: INode; - readonly type: string; - prev?: INode; - next?: INode; - can_use_innerhtml: boolean; - var: string; - attributes: Attribute[]; - constructor(component: Component, parent: any, _scope: any, info: any); - cannot_use_innerhtml(): void; - find_nearest(selector: RegExp): any; - get_static_attribute_value(name: string): string | true; - has_ancestor(type: string): any; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Tag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Tag.d.ts deleted file mode 100644 index 8c5db18..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/Tag.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import Node from './Node'; -import Expression from './Expression'; -export default class Tag extends Node { - type: 'MustacheTag' | 'RawMustacheTag'; - expression: Expression; - should_cache: boolean; - constructor(component: any, parent: any, scope: any, info: any); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/TemplateScope.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/TemplateScope.d.ts deleted file mode 100644 index 78c6755..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/TemplateScope.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -import EachBlock from '../EachBlock'; -import ThenBlock from '../ThenBlock'; -import CatchBlock from '../CatchBlock'; -import InlineComponent from '../InlineComponent'; -import Element from '../Element'; -declare type NodeWithScope = EachBlock | ThenBlock | CatchBlock | InlineComponent | Element; -export default class TemplateScope { - names: Set; - dependencies_for_name: Map>; - owners: Map; - parent?: TemplateScope; - constructor(parent?: TemplateScope); - add(name: any, dependencies: Set, owner: any): this; - child(): TemplateScope; - is_top_level(name: string): any; - get_owner(name: string): NodeWithScope; - is_let(name: string): boolean; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/map_children.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/map_children.d.ts deleted file mode 100644 index 028de8f..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/nodes/shared/map_children.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import AwaitBlock from '../AwaitBlock'; -import Body from '../Body'; -import Comment from '../Comment'; -import EachBlock from '../EachBlock'; -import Element from '../Element'; -import Head from '../Head'; -import IfBlock from '../IfBlock'; -import InlineComponent from '../InlineComponent'; -import MustacheTag from '../MustacheTag'; -import Options from '../Options'; -import RawMustacheTag from '../RawMustacheTag'; -import DebugTag from '../DebugTag'; -import Text from '../Text'; -import Title from '../Title'; -import Window from '../Window'; -import { Node } from '../../../interfaces'; -export declare type Children = ReturnType; -export default function map_children(component: any, parent: any, scope: any, children: Node[]): (AwaitBlock | Body | Comment | DebugTag | EachBlock | Element | Head | IfBlock | InlineComponent | MustacheTag | Options | RawMustacheTag | Text | Title | Window)[]; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Block.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Block.d.ts deleted file mode 100644 index 63b6dec..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Block.d.ts +++ /dev/null @@ -1,77 +0,0 @@ -import CodeBuilder from '../utils/CodeBuilder'; -import Renderer from './Renderer'; -import Wrapper from './wrappers/shared/Wrapper'; -export interface BlockOptions { - parent?: Block; - name: string; - type: string; - renderer?: Renderer; - comment?: string; - key?: string; - bindings?: Map; - dependencies?: Set; -} -export default class Block { - parent?: Block; - renderer: Renderer; - name: string; - type: string; - comment?: string; - wrappers: Wrapper[]; - key: string; - first: string; - dependencies: Set; - bindings: Map; - builders: { - init: CodeBuilder; - create: CodeBuilder; - claim: CodeBuilder; - hydrate: CodeBuilder; - mount: CodeBuilder; - measure: CodeBuilder; - fix: CodeBuilder; - animate: CodeBuilder; - intro: CodeBuilder; - update: CodeBuilder; - outro: CodeBuilder; - destroy: CodeBuilder; - }; - event_listeners: string[]; - maintain_context: boolean; - has_animation: boolean; - has_intros: boolean; - has_outros: boolean; - has_intro_method: boolean; - has_outro_method: boolean; - outros: number; - aliases: Map; - variables: Map; - get_unique_name: (name: string) => string; - has_update_method: boolean; - autofocus: string; - constructor(options: BlockOptions); - assign_variable_names(): void; - add_dependencies(dependencies: Set): void; - add_element(name: string, render_statement: string, claim_statement: string, parent_node: string, no_detach?: boolean): void; - add_intro(local?: boolean): void; - add_outro(local?: boolean): void; - add_animation(): void; - add_variable(name: string, init?: string): void; - alias(name: string): string; - child(options: BlockOptions): Block; - get_contents(local_key?: string): string; - render_listeners(chunk?: string): void; - toString(): string; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Renderer.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Renderer.d.ts deleted file mode 100644 index b6ca674..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/Renderer.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -import Block from './Block'; -import { CompileOptions } from '../../interfaces'; -import Component from '../Component'; -import FragmentWrapper from './wrappers/Fragment'; -import CodeBuilder from '../utils/CodeBuilder'; -export default class Renderer { - component: Component; - options: CompileOptions; - blocks: Array; - readonly: Set; - meta_bindings: CodeBuilder; - binding_groups: string[]; - block: Block; - fragment: FragmentWrapper; - file_var: string; - locate: (c: number) => { - line: number; - column: number; - }; - constructor(component: Component, options: CompileOptions); -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/index.d.ts deleted file mode 100644 index d2f2617..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Component from '../Component'; -import { CompileOptions } from '../../interfaces'; -export default function dom(component: Component, options: CompileOptions): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/AwaitBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/AwaitBlock.d.ts deleted file mode 100644 index 8cea183..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/AwaitBlock.d.ts +++ /dev/null @@ -1,26 +0,0 @@ -import Wrapper from './shared/Wrapper'; -import Renderer from '../Renderer'; -import Block from '../Block'; -import AwaitBlock from '../../nodes/AwaitBlock'; -import FragmentWrapper from './Fragment'; -import PendingBlock from '../../nodes/PendingBlock'; -import ThenBlock from '../../nodes/ThenBlock'; -import CatchBlock from '../../nodes/CatchBlock'; -declare class AwaitBlockBranch extends Wrapper { - node: PendingBlock | ThenBlock | CatchBlock; - block: Block; - fragment: FragmentWrapper; - is_dynamic: boolean; - var: any; - constructor(status: string, renderer: Renderer, block: Block, parent: Wrapper, node: AwaitBlock, strip_whitespace: boolean, next_sibling: Wrapper); -} -export default class AwaitBlockWrapper extends Wrapper { - node: AwaitBlock; - pending: AwaitBlockBranch; - then: AwaitBlockBranch; - catch: AwaitBlockBranch; - var: string; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: AwaitBlock, strip_whitespace: boolean, next_sibling: Wrapper); - render(block: Block, parent_node: string, parent_nodes: string): void; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Body.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Body.d.ts deleted file mode 100644 index d1ef657..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Body.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import Block from '../Block'; -import Wrapper from './shared/Wrapper'; -import Body from '../../nodes/Body'; -export default class BodyWrapper extends Wrapper { - node: Body; - render(block: Block, _parent_node: string, _parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/DebugTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/DebugTag.d.ts deleted file mode 100644 index b18e130..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/DebugTag.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import Renderer from '../Renderer'; -import Wrapper from './shared/Wrapper'; -import Block from '../Block'; -import DebugTag from '../../nodes/DebugTag'; -export default class DebugTagWrapper extends Wrapper { - node: DebugTag; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: DebugTag, _strip_whitespace: boolean, _next_sibling: Wrapper); - render(block: Block, _parent_node: string, _parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/EachBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/EachBlock.d.ts deleted file mode 100644 index 05130cd..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/EachBlock.d.ts +++ /dev/null @@ -1,54 +0,0 @@ -import Renderer from '../Renderer'; -import Block from '../Block'; -import Wrapper from './shared/Wrapper'; -import EachBlock from '../../nodes/EachBlock'; -import FragmentWrapper from './Fragment'; -import ElseBlock from '../../nodes/ElseBlock'; -export declare class ElseBlockWrapper extends Wrapper { - node: ElseBlock; - block: Block; - fragment: FragmentWrapper; - is_dynamic: boolean; - var: any; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: ElseBlock, strip_whitespace: boolean, next_sibling: Wrapper); -} -export default class EachBlockWrapper extends Wrapper { - block: Block; - node: EachBlock; - fragment: FragmentWrapper; - else?: ElseBlockWrapper; - vars: { - create_each_block: string; - each_block_value: string; - get_each_context: string; - iterations: string; - fixed_length: number; - data_length: string; - view_length: string; - length: string; - }; - context_props: string[]; - index_name: string; - var: string; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: EachBlock, strip_whitespace: boolean, next_sibling: Wrapper); - render(block: Block, parent_node: string, parent_nodes: string): void; - render_keyed({ block, parent_node, parent_nodes, snippet, initial_anchor_node, initial_mount_node, update_anchor_node, update_mount_node }: { - block: Block; - parent_node: string; - parent_nodes: string; - snippet: string; - initial_anchor_node: string; - initial_mount_node: string; - update_anchor_node: string; - update_mount_node: string; - }): void; - render_unkeyed({ block, parent_nodes, snippet, initial_anchor_node, initial_mount_node, update_anchor_node, update_mount_node }: { - block: Block; - parent_nodes: string; - snippet: string; - initial_anchor_node: string; - initial_mount_node: string; - update_anchor_node: string; - update_mount_node: string; - }): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Attribute.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Attribute.d.ts deleted file mode 100644 index eb073fc..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Attribute.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -import Attribute from '../../../nodes/Attribute'; -import Block from '../../Block'; -import ElementWrapper from './index'; -export default class AttributeWrapper { - node: Attribute; - parent: ElementWrapper; - constructor(parent: ElementWrapper, block: Block, node: Attribute); - render(block: Block): void; - get_class_name_text(): string; - render_chunks(): string[]; - stringify(): string; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Binding.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Binding.d.ts deleted file mode 100644 index 65b49ab..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/Binding.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -import Binding from '../../../nodes/Binding'; -import ElementWrapper from '../Element'; -import Block from '../../Block'; -export default class BindingWrapper { - node: Binding; - parent: ElementWrapper; - object: string; - handler: { - uses_context: boolean; - mutation: string; - contextual_dependencies: Set; - snippet?: string; - }; - snippet: string; - is_readonly: boolean; - needs_lock: boolean; - constructor(block: Block, node: Binding, parent: ElementWrapper); - get_dependencies(): Set; - is_readonly_media_attribute(): boolean; - render(block: Block, lock: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/StyleAttribute.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/StyleAttribute.d.ts deleted file mode 100644 index 8d87aa1..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/StyleAttribute.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -import Attribute from '../../../nodes/Attribute'; -import Block from '../../Block'; -import AttributeWrapper from './Attribute'; -import ElementWrapper from '../Element'; -import Expression from '../../../nodes/shared/Expression'; -import Text from '../../../nodes/Text'; -export interface StyleProp { - key: string; - value: Array; - important: boolean; -} -export default class StyleAttributeWrapper extends AttributeWrapper { - node: Attribute; - parent: ElementWrapper; - render(block: Block): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.d.ts deleted file mode 100644 index fb7c2f6..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/fix_attribute_casing.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function fix_attribute_casing(name: any): any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/index.d.ts deleted file mode 100644 index 291c04e..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Element/index.d.ts +++ /dev/null @@ -1,29 +0,0 @@ -import Renderer from '../../Renderer'; -import Element from '../../../nodes/Element'; -import Wrapper from '../shared/Wrapper'; -import Block from '../../Block'; -import FragmentWrapper from '../Fragment'; -import AttributeWrapper from './Attribute'; -import Binding from './Binding'; -export default class ElementWrapper extends Wrapper { - node: Element; - fragment: FragmentWrapper; - attributes: AttributeWrapper[]; - bindings: Binding[]; - class_dependencies: string[]; - slot_block: Block; - select_binding_dependencies?: Set; - var: string; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Element, strip_whitespace: boolean, next_sibling: Wrapper); - render(block: Block, parent_node: string, parent_nodes: string): void; - get_render_statement(): string; - get_claim_statement(nodes: string): string; - add_bindings(block: Block): void; - add_attributes(block: Block): void; - add_spread_attributes(block: Block): void; - add_event_handlers(block: Block): void; - add_transitions(block: Block): void; - add_animation(block: Block): void; - add_actions(block: Block): void; - add_classes(block: Block): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Fragment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Fragment.d.ts deleted file mode 100644 index e8ecb2a..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Fragment.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import Wrapper from './shared/Wrapper'; -import { INode } from '../../nodes/interfaces'; -import Renderer from '../Renderer'; -import Block from '../Block'; -export default class FragmentWrapper { - nodes: Wrapper[]; - constructor(renderer: Renderer, block: Block, nodes: INode[], parent: Wrapper, strip_whitespace: boolean, next_sibling: Wrapper); - render(block: Block, parent_node: string, parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Head.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Head.d.ts deleted file mode 100644 index 5ffb89a..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Head.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import Wrapper from './shared/Wrapper'; -import Renderer from '../Renderer'; -import Block from '../Block'; -import Head from '../../nodes/Head'; -import FragmentWrapper from './Fragment'; -export default class HeadWrapper extends Wrapper { - fragment: FragmentWrapper; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Head, strip_whitespace: boolean, next_sibling: Wrapper); - render(block: Block, _parent_node: string, _parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/IfBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/IfBlock.d.ts deleted file mode 100644 index c9cd165..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/IfBlock.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -import Wrapper from './shared/Wrapper'; -import Renderer from '../Renderer'; -import Block from '../Block'; -import EachBlock from '../../nodes/EachBlock'; -import IfBlock from '../../nodes/IfBlock'; -import ElseBlock from '../../nodes/ElseBlock'; -import FragmentWrapper from './Fragment'; -declare class IfBlockBranch extends Wrapper { - block: Block; - fragment: FragmentWrapper; - dependencies?: string[]; - condition?: string; - snippet?: string; - is_dynamic: boolean; - var: any; - constructor(renderer: Renderer, block: Block, parent: IfBlockWrapper, node: IfBlock | ElseBlock, strip_whitespace: boolean, next_sibling: Wrapper); -} -export default class IfBlockWrapper extends Wrapper { - node: IfBlock; - branches: IfBlockBranch[]; - needs_update: boolean; - var: string; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: EachBlock, strip_whitespace: boolean, next_sibling: Wrapper); - render(block: Block, parent_node: string, parent_nodes: string): void; - render_compound(block: Block, parent_node: string, _parent_nodes: string, dynamic: any, { name, anchor, has_else, if_name, has_transitions }: { - name: any; - anchor: any; - has_else: any; - if_name: any; - has_transitions: any; - }, detaching: any): void; - render_compound_with_outros(block: Block, parent_node: string, _parent_nodes: string, dynamic: any, { name, anchor, has_else, has_transitions }: { - name: any; - anchor: any; - has_else: any; - has_transitions: any; - }, detaching: any): void; - render_simple(block: Block, parent_node: string, _parent_nodes: string, dynamic: any, { name, anchor, if_name, has_transitions }: { - name: any; - anchor: any; - if_name: any; - has_transitions: any; - }, detaching: any): void; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/InlineComponent/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/InlineComponent/index.d.ts deleted file mode 100644 index 7848b9a..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/InlineComponent/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import Wrapper from '../shared/Wrapper'; -import Renderer from '../../Renderer'; -import Block from '../../Block'; -import InlineComponent from '../../../nodes/InlineComponent'; -import FragmentWrapper from '../Fragment'; -import TemplateScope from '../../../nodes/shared/TemplateScope'; -export default class InlineComponentWrapper extends Wrapper { - var: string; - slots: Map; - node: InlineComponent; - fragment: FragmentWrapper; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: InlineComponent, strip_whitespace: boolean, next_sibling: Wrapper); - render(block: Block, parent_node: string, parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/MustacheTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/MustacheTag.d.ts deleted file mode 100644 index 7c0a748..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/MustacheTag.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import Renderer from '../Renderer'; -import Block from '../Block'; -import Tag from './shared/Tag'; -import Wrapper from './shared/Wrapper'; -import MustacheTag from '../../nodes/MustacheTag'; -import RawMustacheTag from '../../nodes/RawMustacheTag'; -export default class MustacheTagWrapper extends Tag { - var: string; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: MustacheTag | RawMustacheTag); - render(block: Block, parent_node: string, parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/RawMustacheTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/RawMustacheTag.d.ts deleted file mode 100644 index 34e8bfc..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/RawMustacheTag.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import Renderer from '../Renderer'; -import Block from '../Block'; -import Tag from './shared/Tag'; -import Wrapper from './shared/Wrapper'; -import MustacheTag from '../../nodes/MustacheTag'; -import RawMustacheTag from '../../nodes/RawMustacheTag'; -export default class RawMustacheTagWrapper extends Tag { - var: string; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: MustacheTag | RawMustacheTag); - render(block: Block, parent_node: string, _parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Slot.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Slot.d.ts deleted file mode 100644 index 47ced5c..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Slot.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import Wrapper from './shared/Wrapper'; -import Renderer from '../Renderer'; -import Block from '../Block'; -import Slot from '../../nodes/Slot'; -import FragmentWrapper from './Fragment'; -export default class SlotWrapper extends Wrapper { - node: Slot; - fragment: FragmentWrapper; - var: string; - dependencies: Set; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Slot, strip_whitespace: boolean, next_sibling: Wrapper); - render(block: Block, parent_node: string, parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Text.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Text.d.ts deleted file mode 100644 index 1f9810f..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Text.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import Renderer from '../Renderer'; -import Block from '../Block'; -import Text from '../../nodes/Text'; -import Wrapper from './shared/Wrapper'; -export default class TextWrapper extends Wrapper { - node: Text; - data: string; - skip: boolean; - var: string; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Text, data: string); - use_space(): boolean; - render(block: Block, parent_node: string, parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Title.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Title.d.ts deleted file mode 100644 index 520a77e..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Title.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import Wrapper from './shared/Wrapper'; -import Renderer from '../Renderer'; -import Block from '../Block'; -import Title from '../../nodes/Title'; -export default class TitleWrapper extends Wrapper { - node: Title; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: Title, _strip_whitespace: boolean, _next_sibling: Wrapper); - render(block: Block, _parent_node: string, _parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Window.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Window.d.ts deleted file mode 100644 index 2875c02..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/Window.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import Renderer from '../Renderer'; -import Block from '../Block'; -import Wrapper from './shared/Wrapper'; -import Window from '../../nodes/Window'; -import { INode } from '../../nodes/interfaces'; -export default class WindowWrapper extends Wrapper { - node: Window; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: INode); - render(block: Block, _parent_node: string, _parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Action.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Action.d.ts deleted file mode 100644 index e69de29..0000000 diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Tag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Tag.d.ts deleted file mode 100644 index 8453021..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Tag.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -import Wrapper from './Wrapper'; -import Renderer from '../../Renderer'; -import Block from '../../Block'; -import MustacheTag from '../../../nodes/MustacheTag'; -import RawMustacheTag from '../../../nodes/RawMustacheTag'; -export default class Tag extends Wrapper { - node: MustacheTag | RawMustacheTag; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: MustacheTag | RawMustacheTag); - rename_this_method(block: Block, update: ((value: string) => string)): { - init: string; - }; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Wrapper.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Wrapper.d.ts deleted file mode 100644 index a3cdeb8..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/Wrapper.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import Renderer from '../../Renderer'; -import Block from '../../Block'; -import { INode } from '../../../nodes/interfaces'; -export default class Wrapper { - renderer: Renderer; - parent: Wrapper; - node: INode; - prev: Wrapper | null; - next: Wrapper | null; - var: string; - can_use_innerhtml: boolean; - constructor(renderer: Renderer, block: Block, parent: Wrapper, node: INode); - cannot_use_innerhtml(): void; - get_or_create_anchor(block: Block, parent_node: string, parent_nodes: string): string; - get_update_mount_node(anchor: string): string; - is_dom_node(): boolean; - render(_block: Block, _parent_node: string, _parent_nodes: string): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_actions.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_actions.d.ts deleted file mode 100644 index 6630ff8..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_actions.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -import Block from '../../Block'; -import Action from '../../../nodes/Action'; -import Component from '../../../Component'; -export default function add_actions(component: Component, block: Block, target: string, actions: Action[]): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_event_handlers.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_event_handlers.d.ts deleted file mode 100644 index 2d00d70..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/add_event_handlers.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Block from '../../Block'; -import EventHandler from '../../../nodes/EventHandler'; -export default function add_event_handlers(block: Block, target: string, handlers: EventHandler[]): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/bind_this.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/bind_this.d.ts deleted file mode 100644 index 331284e..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/bind_this.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -import Component from '../../../Component'; -import Block from '../../Block'; -import Binding from '../../../nodes/Binding'; -export default function bind_this(component: Component, block: Block, binding: Binding, variable: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.d.ts deleted file mode 100644 index a8155e0..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/create_debugging_comment.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Component from '../../../Component'; -import { INode } from '../../../nodes/interfaces'; -export default function create_debugging_comment(node: INode, component: Component): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/get_context_merger.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/get_context_merger.d.ts deleted file mode 100644 index b6ba550..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/get_context_merger.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import Let from '../../../nodes/Let'; -export declare function get_context_merger(lets: Let[]): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/is_dynamic.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/is_dynamic.d.ts deleted file mode 100644 index ccc3a71..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_dom/wrappers/shared/is_dynamic.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { Var } from '../../../../interfaces'; -export default function is_dynamic(variable: Var): boolean; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/Renderer.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/Renderer.d.ts deleted file mode 100644 index a5c8c6a..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/Renderer.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { AppendTarget, CompileOptions } from '../../interfaces'; -import { INode } from '../nodes/interfaces'; -export interface RenderOptions extends CompileOptions { - locate: (c: number) => { - line: number; - column: number; - }; -} -export default class Renderer { - has_bindings: boolean; - code: string; - targets: AppendTarget[]; - append(code: string): void; - render(nodes: INode[], options: RenderOptions): void; -} diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/AwaitBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/AwaitBlock.d.ts deleted file mode 100644 index 9ac74d6..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/AwaitBlock.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import AwaitBlock from '../../nodes/AwaitBlock'; -export default function (node: AwaitBlock, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Comment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Comment.d.ts deleted file mode 100644 index 3ceb965..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Comment.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import Comment from '../../nodes/Comment'; -export default function (node: Comment, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/DebugTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/DebugTag.d.ts deleted file mode 100644 index 737c104..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/DebugTag.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import DebugTag from '../../nodes/DebugTag'; -import Renderer, { RenderOptions } from '../Renderer'; -export default function (node: DebugTag, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/EachBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/EachBlock.d.ts deleted file mode 100644 index 5ecd859..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/EachBlock.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import EachBlock from '../../nodes/EachBlock'; -export default function (node: EachBlock, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Element.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Element.d.ts deleted file mode 100644 index 43ac0f4..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Element.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import Element from '../../nodes/Element'; -export default function (node: Element, renderer: Renderer, options: RenderOptions & { - slot_scopes: Map; -}): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Head.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Head.d.ts deleted file mode 100644 index add6c17..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Head.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import Head from '../../nodes/Head'; -export default function (node: Head, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/HtmlTag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/HtmlTag.d.ts deleted file mode 100644 index 19f8f63..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/HtmlTag.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import RawMustacheTag from '../../nodes/RawMustacheTag'; -export default function (node: RawMustacheTag, renderer: Renderer, _options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/IfBlock.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/IfBlock.d.ts deleted file mode 100644 index c5be3d0..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/IfBlock.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import IfBlock from '../../nodes/IfBlock'; -import Renderer, { RenderOptions } from '../Renderer'; -export default function (node: IfBlock, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/InlineComponent.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/InlineComponent.d.ts deleted file mode 100644 index fd52d3a..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/InlineComponent.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import InlineComponent from '../../nodes/InlineComponent'; -export default function (node: InlineComponent, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Slot.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Slot.d.ts deleted file mode 100644 index 5872cb6..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Slot.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import Slot from '../../nodes/Slot'; -export default function (node: Slot, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Tag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Tag.d.ts deleted file mode 100644 index a37afab..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Tag.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -export default function (node: any, renderer: Renderer, _options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Text.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Text.d.ts deleted file mode 100644 index 8b6a668..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Text.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import Text from '../../nodes/Text'; -export default function (node: Text, renderer: Renderer, _options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Title.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Title.d.ts deleted file mode 100644 index 14d4b2d..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/Title.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Renderer, { RenderOptions } from '../Renderer'; -import Title from '../../nodes/Title'; -export default function (node: Title, renderer: Renderer, options: RenderOptions): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/shared/get_slot_scope.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/shared/get_slot_scope.d.ts deleted file mode 100644 index 2661745..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/handlers/shared/get_slot_scope.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import Let from '../../../nodes/Let'; -export declare function get_slot_scope(lets: Let[]): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/index.d.ts deleted file mode 100644 index a38d6ab..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/render_ssr/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Component from '../Component'; -import { CompileOptions } from '../../interfaces'; -export default function ssr(component: Component, options: CompileOptions): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/CodeBuilder.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/CodeBuilder.d.ts deleted file mode 100644 index 162a284..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/CodeBuilder.d.ts +++ /dev/null @@ -1,27 +0,0 @@ -interface Chunk { - parent?: BlockChunk; - type: 'root' | 'line' | 'condition'; - children?: Chunk[]; - line?: string; - block?: boolean; - condition?: string; -} -interface BlockChunk extends Chunk { - type: 'root' | 'condition'; - children: Chunk[]; - parent: BlockChunk; -} -export default class CodeBuilder { - root: BlockChunk; - last: Chunk; - current: BlockChunk; - constructor(str?: string); - add_conditional(condition: string, body: string): void; - add_line(line: string): void; - add_block(block: string): void; - is_empty(): boolean; - push_condition(condition: string): void; - pop_condition(): void; - toString(): string; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/__test__.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/__test__.d.ts deleted file mode 100644 index cb0ff5c..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/__test__.d.ts +++ /dev/null @@ -1 +0,0 @@ -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/add_to_set.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/add_to_set.d.ts deleted file mode 100644 index b620fbc..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/add_to_set.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function add_to_set(a: Set, b: Set | T[]): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/check_graph_for_cycles.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/check_graph_for_cycles.d.ts deleted file mode 100644 index 6660f10..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/check_graph_for_cycles.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function check_graph_for_cycles(edges: Array<[any, any]>): any[]; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/deindent.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/deindent.d.ts deleted file mode 100644 index 05434c3..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/deindent.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function deindent(strings: TemplateStringsArray, ...values: any[]): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/flatten_reference.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/flatten_reference.d.ts deleted file mode 100644 index 16e2ef9..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/flatten_reference.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { Node } from '../../interfaces'; -export default function flatten_reference(node: Node): { - name: any; - nodes: any[]; - parts: any[]; - keypath: string; -}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_name_from_filename.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_name_from_filename.d.ts deleted file mode 100644 index 25751c0..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_name_from_filename.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function get_name_from_filename(filename: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_object.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_object.d.ts deleted file mode 100644 index 3c5b959..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_object.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { Node } from '../../interfaces'; -export default function get_object(node: Node): Node; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_slot_data.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_slot_data.d.ts deleted file mode 100644 index e32bada..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/get_slot_data.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import Attribute from '../nodes/Attribute'; -export default function get_slot_data(values: Map, is_ssr: boolean): string[]; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/invalidate.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/invalidate.d.ts deleted file mode 100644 index 00d5c35..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/invalidate.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import Component from '../Component'; -import MagicString from 'magic-string'; -import { Node } from '../../interfaces'; -import { Scope } from './scope'; -export declare function invalidate(component: Component, scope: Scope, code: MagicString, node: Node, names: Set): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/scope.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/scope.d.ts deleted file mode 100644 index bd190c2..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/scope.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { Node } from '../../interfaces'; -export declare function create_scopes(expression: Node): { - map: WeakMap; - scope: Scope; - globals: Map; -}; -export declare class Scope { - parent: Scope; - block: boolean; - declarations: Map; - initialised_declarations: Set; - constructor(parent: Scope, block: boolean); - add_declaration(node: Node): void; - find_owner(name: string): Scope; - has(name: string): boolean; -} -export declare function extract_names(param: Node): any[]; -export declare function extract_identifiers(param: Node): Node[]; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/snip.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/snip.d.ts deleted file mode 100644 index 3d6a81b..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/snip.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare function snip(expression: any): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify.d.ts deleted file mode 100644 index c1b97f8..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -export declare function stringify(data: string, options?: {}): string; -export declare function escape(data: string, { only_escape_at_symbol }?: { - only_escape_at_symbol?: boolean; -}): string; -export declare function escape_html(html: any): string; -export declare function escape_template(str: any): any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_attribute.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_attribute.d.ts deleted file mode 100644 index ee71281..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_attribute.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import Attribute from '../nodes/Attribute'; -export declare function stringify_class_attribute(attribute: Attribute): string; -export declare function stringify_attribute(attribute: Attribute, is_ssr: boolean): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_props.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_props.d.ts deleted file mode 100644 index 602c0dc..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/stringify_props.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare function stringify_props(props: string[]): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/tail.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/tail.d.ts deleted file mode 100644 index 69ef152..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/tail.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare function new_tail(): string; -export declare function attach_head(head: string, tail: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/unwrap_parens.d.ts b/2019-setembro/node_modules/svelte/types/compiler/compile/utils/unwrap_parens.d.ts deleted file mode 100644 index 8be5e94..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/compile/utils/unwrap_parens.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { Node } from '../../interfaces'; -export default function unwrap_parens(node: Node): Node; diff --git a/2019-setembro/node_modules/svelte/types/compiler/config.d.ts b/2019-setembro/node_modules/svelte/types/compiler/config.d.ts deleted file mode 100644 index 66cb4d4..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/config.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare const test: string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/index.d.ts deleted file mode 100644 index 99fe8e0..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export { default as compile } from './compile/index'; -export { default as parse } from './parse/index'; -export { default as preprocess } from './preprocess/index'; -export { walk } from 'estree-walker'; -export declare const VERSION = "__VERSION__"; diff --git a/2019-setembro/node_modules/svelte/types/compiler/interfaces.d.ts b/2019-setembro/node_modules/svelte/types/compiler/interfaces.d.ts deleted file mode 100644 index 438d2df..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/interfaces.d.ts +++ /dev/null @@ -1,111 +0,0 @@ -interface BaseNode { - start: number; - end: number; - type: string; - children?: Node[]; - [prop_name: string]: any; -} -export interface Text extends BaseNode { - type: 'Text'; - data: string; -} -export interface MustacheTag extends BaseNode { - type: 'MustacheTag'; - expression: Node; -} -export declare type DirectiveType = 'Action' | 'Animation' | 'Binding' | 'Class' | 'EventHandler' | 'Let' | 'Ref' | 'Transition'; -interface BaseDirective extends BaseNode { - type: DirectiveType; - expression: null | Node; - name: string; - modifiers: string[]; -} -export interface Transition extends BaseDirective { - type: 'Transition'; - intro: boolean; - outro: boolean; -} -export declare type Directive = BaseDirective | Transition; -export declare type Node = Text | MustacheTag | BaseNode | Directive | Transition; -export interface Parser { - readonly template: string; - readonly filename?: string; - index: number; - stack: Node[]; - html: Node; - css: Node; - js: Node; - meta_tags: {}; -} -export interface Ast { - html: Node; - css: Node; - instance: Node; - module: Node; -} -export interface Warning { - start?: { - line: number; - column: number; - pos?: number; - }; - end?: { - line: number; - column: number; - }; - pos?: number; - code: string; - message: string; - filename?: string; - frame?: string; - toString: () => string; -} -export declare type ModuleFormat = 'esm' | 'cjs'; -export interface CompileOptions { - format?: ModuleFormat; - name?: string; - filename?: string; - generate?: string | false; - outputFilename?: string; - cssOutputFilename?: string; - sveltePath?: string; - dev?: boolean; - accessors?: boolean; - immutable?: boolean; - hydratable?: boolean; - legacy?: boolean; - customElement?: boolean; - tag?: string; - css?: boolean; - preserveComments?: boolean; - preserveWhitespace?: boolean; -} -export interface ParserOptions { - filename?: string; - customElement?: boolean; -} -export interface Visitor { - enter: (node: Node) => void; - leave?: (node: Node) => void; -} -export interface AppendTarget { - slots: Record; - slot_stack: string[]; -} -export interface Var { - name: string; - export_name?: string; - injected?: boolean; - module?: boolean; - mutated?: boolean; - reassigned?: boolean; - referenced?: boolean; - writable?: boolean; - global?: boolean; - internal?: boolean; - initialised?: boolean; - hoistable?: boolean; - subscribable?: boolean; - is_reactive_dependency?: boolean; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/acorn.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/acorn.d.ts deleted file mode 100644 index c5f3b85..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/acorn.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare const parse: (source: string) => any; -export declare const parse_expression_at: (source: string, index: number) => any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/index.d.ts deleted file mode 100644 index 041c6f6..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/index.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { Node, Ast, ParserOptions } from '../interfaces'; -export declare class Parser { - readonly template: string; - readonly filename?: string; - readonly customElement: boolean; - index: number; - stack: Node[]; - html: Node; - css: Node[]; - js: Node[]; - meta_tags: {}; - constructor(template: string, options: ParserOptions); - current(): Node; - acorn_error(err: any): void; - error({ code, message }: { - code: string; - message: string; - }, index?: number): void; - eat(str: string, required?: boolean, message?: string): boolean; - match(str: string): boolean; - match_regex(pattern: RegExp): string; - allow_whitespace(): void; - read(pattern: RegExp): string; - read_identifier(): string; - read_until(pattern: RegExp): string; - require_whitespace(): void; -} -export default function parse(template: string, options?: ParserOptions): Ast; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/read/context.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/read/context.d.ts deleted file mode 100644 index 0e91b70..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/read/context.d.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { Parser } from '../index'; -interface Identifier { - start: number; - end: number; - type: 'Identifier'; - name: string; -} -interface Property { - start: number; - end: number; - type: 'Property'; - kind: 'init' | 'rest'; - shorthand: boolean; - key: Identifier; - value: Context; -} -interface Context { - start: number; - end: number; - type: 'Identifier' | 'ArrayPattern' | 'ObjectPattern' | 'RestIdentifier'; - name?: string; - elements?: Context[]; - properties?: Property[]; -} -export default function read_context(parser: Parser): Context; -export {}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/read/expression.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/read/expression.d.ts deleted file mode 100644 index 2f74b1a..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/read/expression.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Parser } from '../index'; -import { Node } from 'estree'; -export default function read_expression(parser: Parser): Node; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/read/script.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/read/script.d.ts deleted file mode 100644 index ac791b8..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/read/script.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { Parser } from '../index'; -import { Node } from '../../interfaces'; -export default function read_script(parser: Parser, start: number, attributes: Node[]): { - start: number; - end: number; - context: any; - content: any; -}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/read/style.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/read/style.d.ts deleted file mode 100644 index fdc9ca8..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/read/style.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { Parser } from '../index'; -import { Node } from '../../interfaces'; -export default function read_style(parser: Parser, start: number, attributes: Node[]): { - start: number; - end: number; - attributes: Node[]; - children: any; - content: { - start: number; - end: number; - styles: string; - }; -}; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/state/fragment.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/state/fragment.d.ts deleted file mode 100644 index ec6073b..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/state/fragment.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import tag from './tag'; -import { Parser } from '../index'; -export default function fragment(parser: Parser): typeof tag; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/state/mustache.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/state/mustache.d.ts deleted file mode 100644 index 8a4b8b5..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/state/mustache.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { Parser } from '../index'; -export default function mustache(parser: Parser): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/state/tag.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/state/tag.d.ts deleted file mode 100644 index 1e0a29c..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/state/tag.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { Parser } from '../index'; -export default function tag(parser: Parser): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/state/text.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/state/text.d.ts deleted file mode 100644 index 88f2671..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/state/text.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { Parser } from '../index'; -export default function text(parser: Parser): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/utils/entities.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/utils/entities.d.ts deleted file mode 100644 index 41902a6..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/utils/entities.d.ts +++ /dev/null @@ -1,2034 +0,0 @@ -declare const _default: { - CounterClockwiseContourIntegral: number; - ClockwiseContourIntegral: number; - DoubleLongLeftRightArrow: number; - DiacriticalDoubleAcute: number; - NotSquareSupersetEqual: number; - CloseCurlyDoubleQuote: number; - DoubleContourIntegral: number; - FilledVerySmallSquare: number; - NegativeVeryThinSpace: number; - NotPrecedesSlantEqual: number; - NotRightTriangleEqual: number; - NotSucceedsSlantEqual: number; - CapitalDifferentialD: number; - DoubleLeftRightArrow: number; - DoubleLongRightArrow: number; - EmptyVerySmallSquare: number; - NestedGreaterGreater: number; - NotDoubleVerticalBar: number; - NotLeftTriangleEqual: number; - NotSquareSubsetEqual: number; - OpenCurlyDoubleQuote: number; - ReverseUpEquilibrium: number; - DoubleLongLeftArrow: number; - DownLeftRightVector: number; - LeftArrowRightArrow: number; - NegativeMediumSpace: number; - RightArrowLeftArrow: number; - SquareSupersetEqual: number; - leftrightsquigarrow: number; - DownRightTeeVector: number; - DownRightVectorBar: number; - LongLeftRightArrow: number; - Longleftrightarrow: number; - NegativeThickSpace: number; - PrecedesSlantEqual: number; - ReverseEquilibrium: number; - RightDoubleBracket: number; - RightDownTeeVector: number; - RightDownVectorBar: number; - RightTriangleEqual: number; - SquareIntersection: number; - SucceedsSlantEqual: number; - blacktriangleright: number; - longleftrightarrow: number; - DoubleUpDownArrow: number; - DoubleVerticalBar: number; - DownLeftTeeVector: number; - DownLeftVectorBar: number; - FilledSmallSquare: number; - GreaterSlantEqual: number; - LeftDoubleBracket: number; - LeftDownTeeVector: number; - LeftDownVectorBar: number; - LeftTriangleEqual: number; - NegativeThinSpace: number; - NotReverseElement: number; - NotTildeFullEqual: number; - RightAngleBracket: number; - RightUpDownVector: number; - SquareSubsetEqual: number; - VerticalSeparator: number; - blacktriangledown: number; - blacktriangleleft: number; - leftrightharpoons: number; - rightleftharpoons: number; - twoheadrightarrow: number; - DiacriticalAcute: number; - DiacriticalGrave: number; - DiacriticalTilde: number; - DoubleRightArrow: number; - DownArrowUpArrow: number; - EmptySmallSquare: number; - GreaterEqualLess: number; - GreaterFullEqual: number; - LeftAngleBracket: number; - LeftUpDownVector: number; - LessEqualGreater: number; - NonBreakingSpace: number; - NotRightTriangle: number; - NotSupersetEqual: number; - RightTriangleBar: number; - RightUpTeeVector: number; - RightUpVectorBar: number; - UnderParenthesis: number; - UpArrowDownArrow: number; - circlearrowright: number; - downharpoonright: number; - ntrianglerighteq: number; - rightharpoondown: number; - rightrightarrows: number; - twoheadleftarrow: number; - vartriangleright: number; - CloseCurlyQuote: number; - ContourIntegral: number; - DoubleDownArrow: number; - DoubleLeftArrow: number; - DownRightVector: number; - LeftRightVector: number; - LeftTriangleBar: number; - LeftUpTeeVector: number; - LeftUpVectorBar: number; - LowerRightArrow: number; - NotGreaterEqual: number; - NotGreaterTilde: number; - NotLeftTriangle: number; - OverParenthesis: number; - RightDownVector: number; - ShortRightArrow: number; - UpperRightArrow: number; - bigtriangledown: number; - circlearrowleft: number; - curvearrowright: number; - downharpoonleft: number; - leftharpoondown: number; - leftrightarrows: number; - nLeftrightarrow: number; - nleftrightarrow: number; - ntrianglelefteq: number; - rightleftarrows: number; - rightsquigarrow: number; - rightthreetimes: number; - straightepsilon: number; - trianglerighteq: number; - vartriangleleft: number; - DiacriticalDot: number; - DoubleRightTee: number; - DownLeftVector: number; - GreaterGreater: number; - HorizontalLine: number; - InvisibleComma: number; - InvisibleTimes: number; - LeftDownVector: number; - LeftRightArrow: number; - Leftrightarrow: number; - LessSlantEqual: number; - LongRightArrow: number; - Longrightarrow: number; - LowerLeftArrow: number; - NestedLessLess: number; - NotGreaterLess: number; - NotLessGreater: number; - NotSubsetEqual: number; - NotVerticalBar: number; - OpenCurlyQuote: number; - ReverseElement: number; - RightTeeVector: number; - RightVectorBar: number; - ShortDownArrow: number; - ShortLeftArrow: number; - SquareSuperset: number; - TildeFullEqual: number; - UpperLeftArrow: number; - ZeroWidthSpace: number; - curvearrowleft: number; - doublebarwedge: number; - downdownarrows: number; - hookrightarrow: number; - leftleftarrows: number; - leftrightarrow: number; - leftthreetimes: number; - longrightarrow: number; - looparrowright: number; - nshortparallel: number; - ntriangleright: number; - rightarrowtail: number; - rightharpoonup: number; - trianglelefteq: number; - upharpoonright: number; - ApplyFunction: number; - DifferentialD: number; - DoubleLeftTee: number; - DoubleUpArrow: number; - LeftTeeVector: number; - LeftVectorBar: number; - LessFullEqual: number; - LongLeftArrow: number; - Longleftarrow: number; - NotTildeEqual: number; - NotTildeTilde: number; - Poincareplane: number; - PrecedesEqual: number; - PrecedesTilde: number; - RightArrowBar: number; - RightTeeArrow: number; - RightTriangle: number; - RightUpVector: number; - SucceedsEqual: number; - SucceedsTilde: number; - SupersetEqual: number; - UpEquilibrium: number; - VerticalTilde: number; - VeryThinSpace: number; - bigtriangleup: number; - blacktriangle: number; - divideontimes: number; - fallingdotseq: number; - hookleftarrow: number; - leftarrowtail: number; - leftharpoonup: number; - longleftarrow: number; - looparrowleft: number; - measuredangle: number; - ntriangleleft: number; - shortparallel: number; - smallsetminus: number; - triangleright: number; - upharpoonleft: number; - DownArrowBar: number; - DownTeeArrow: number; - ExponentialE: number; - GreaterEqual: number; - GreaterTilde: number; - HilbertSpace: number; - HumpDownHump: number; - Intersection: number; - LeftArrowBar: number; - LeftTeeArrow: number; - LeftTriangle: number; - LeftUpVector: number; - NotCongruent: number; - NotLessEqual: number; - NotLessTilde: number; - Proportional: number; - RightCeiling: number; - RoundImplies: number; - ShortUpArrow: number; - SquareSubset: number; - UnderBracket: number; - VerticalLine: number; - blacklozenge: number; - exponentiale: number; - risingdotseq: number; - triangledown: number; - triangleleft: number; - CircleMinus: number; - CircleTimes: number; - Equilibrium: number; - GreaterLess: number; - LeftCeiling: number; - LessGreater: number; - MediumSpace: number; - NotPrecedes: number; - NotSucceeds: number; - OverBracket: number; - RightVector: number; - Rrightarrow: number; - RuleDelayed: number; - SmallCircle: number; - SquareUnion: number; - SubsetEqual: number; - UpDownArrow: number; - Updownarrow: number; - VerticalBar: number; - backepsilon: number; - blacksquare: number; - circledcirc: number; - circleddash: number; - curlyeqprec: number; - curlyeqsucc: number; - diamondsuit: number; - eqslantless: number; - expectation: number; - nRightarrow: number; - nrightarrow: number; - preccurlyeq: number; - precnapprox: number; - quaternions: number; - straightphi: number; - succcurlyeq: number; - succnapprox: number; - thickapprox: number; - updownarrow: number; - Bernoullis: number; - CirclePlus: number; - EqualTilde: number; - Fouriertrf: number; - ImaginaryI: number; - Laplacetrf: number; - LeftVector: number; - Lleftarrow: number; - NotElement: number; - NotGreater: number; - Proportion: number; - RightArrow: number; - RightFloor: number; - Rightarrow: number; - TildeEqual: number; - TildeTilde: number; - UnderBrace: number; - UpArrowBar: number; - UpTeeArrow: number; - circledast: number; - complement: number; - curlywedge: number; - eqslantgtr: number; - gtreqqless: number; - lessapprox: number; - lesseqqgtr: number; - lmoustache: number; - longmapsto: number; - mapstodown: number; - mapstoleft: number; - nLeftarrow: number; - nleftarrow: number; - precapprox: number; - rightarrow: number; - rmoustache: number; - sqsubseteq: number; - sqsupseteq: number; - subsetneqq: number; - succapprox: number; - supsetneqq: number; - upuparrows: number; - varepsilon: number; - varnothing: number; - Backslash: number; - CenterDot: number; - CircleDot: number; - Congruent: number; - Coproduct: number; - DoubleDot: number; - DownArrow: number; - DownBreve: number; - Downarrow: number; - HumpEqual: number; - LeftArrow: number; - LeftFloor: number; - Leftarrow: number; - LessTilde: number; - Mellintrf: number; - MinusPlus: number; - NotCupCap: number; - NotExists: number; - OverBrace: number; - PlusMinus: number; - Therefore: number; - ThinSpace: number; - TripleDot: number; - UnionPlus: number; - backprime: number; - backsimeq: number; - bigotimes: number; - centerdot: number; - checkmark: number; - complexes: number; - dotsquare: number; - downarrow: number; - gtrapprox: number; - gtreqless: number; - heartsuit: number; - leftarrow: number; - lesseqgtr: number; - nparallel: number; - nshortmid: number; - nsubseteq: number; - nsupseteq: number; - pitchfork: number; - rationals: number; - spadesuit: number; - subseteqq: number; - subsetneq: number; - supseteqq: number; - supsetneq: number; - therefore: number; - triangleq: number; - varpropto: number; - DDotrahd: number; - DotEqual: number; - Integral: number; - LessLess: number; - NotEqual: number; - NotTilde: number; - PartialD: number; - Precedes: number; - RightTee: number; - Succeeds: number; - SuchThat: number; - Superset: number; - Uarrocir: number; - UnderBar: number; - andslope: number; - angmsdaa: number; - angmsdab: number; - angmsdac: number; - angmsdad: number; - angmsdae: number; - angmsdaf: number; - angmsdag: number; - angmsdah: number; - angrtvbd: number; - approxeq: number; - awconint: number; - backcong: number; - barwedge: number; - bbrktbrk: number; - bigoplus: number; - bigsqcup: number; - biguplus: number; - bigwedge: number; - boxminus: number; - boxtimes: number; - capbrcup: number; - circledR: number; - circledS: number; - cirfnint: number; - clubsuit: number; - cupbrcap: number; - curlyvee: number; - cwconint: number; - doteqdot: number; - dotminus: number; - drbkarow: number; - dzigrarr: number; - elinters: number; - emptyset: number; - eqvparsl: number; - fpartint: number; - geqslant: number; - gesdotol: number; - gnapprox: number; - hksearow: number; - hkswarow: number; - imagline: number; - imagpart: number; - infintie: number; - integers: number; - intercal: number; - intlarhk: number; - laemptyv: number; - ldrushar: number; - leqslant: number; - lesdotor: number; - llcorner: number; - lnapprox: number; - lrcorner: number; - lurdshar: number; - mapstoup: number; - multimap: number; - naturals: number; - otimesas: number; - parallel: number; - plusacir: number; - pointint: number; - precneqq: number; - precnsim: number; - profalar: number; - profline: number; - profsurf: number; - raemptyv: number; - realpart: number; - rppolint: number; - rtriltri: number; - scpolint: number; - setminus: number; - shortmid: number; - smeparsl: number; - sqsubset: number; - sqsupset: number; - subseteq: number; - succneqq: number; - succnsim: number; - supseteq: number; - thetasym: number; - thicksim: number; - timesbar: number; - triangle: number; - triminus: number; - trpezium: number; - ulcorner: number; - urcorner: number; - varkappa: number; - varsigma: number; - vartheta: number; - Because: number; - Cayleys: number; - Cconint: number; - Cedilla: number; - Diamond: number; - DownTee: number; - Element: number; - Epsilon: number; - Implies: number; - LeftTee: number; - NewLine: number; - NoBreak: number; - NotLess: number; - Omicron: number; - OverBar: number; - Product: number; - UpArrow: number; - Uparrow: number; - Upsilon: number; - alefsym: number; - angrtvb: number; - angzarr: number; - asympeq: number; - backsim: number; - because: number; - bemptyv: number; - between: number; - bigcirc: number; - bigodot: number; - bigstar: number; - boxplus: number; - ccupssm: number; - cemptyv: number; - cirscir: number; - coloneq: number; - congdot: number; - cudarrl: number; - cudarrr: number; - cularrp: number; - curarrm: number; - dbkarow: number; - ddagger: number; - ddotseq: number; - demptyv: number; - diamond: number; - digamma: number; - dotplus: number; - dwangle: number; - epsilon: number; - eqcolon: number; - equivDD: number; - gesdoto: number; - gtquest: number; - gtrless: number; - harrcir: number; - intprod: number; - isindot: number; - larrbfs: number; - larrsim: number; - lbrksld: number; - lbrkslu: number; - ldrdhar: number; - lesdoto: number; - lessdot: number; - lessgtr: number; - lesssim: number; - lotimes: number; - lozenge: number; - ltquest: number; - luruhar: number; - maltese: number; - minusdu: number; - napprox: number; - natural: number; - nearrow: number; - nexists: number; - notinva: number; - notinvb: number; - notinvc: number; - notniva: number; - notnivb: number; - notnivc: number; - npolint: number; - nsqsube: number; - nsqsupe: number; - nvinfin: number; - nwarrow: number; - olcross: number; - omicron: number; - orderof: number; - orslope: number; - pertenk: number; - planckh: number; - pluscir: number; - plussim: number; - plustwo: number; - precsim: number; - quatint: number; - questeq: number; - rarrbfs: number; - rarrsim: number; - rbrksld: number; - rbrkslu: number; - rdldhar: number; - realine: number; - rotimes: number; - ruluhar: number; - searrow: number; - simplus: number; - simrarr: number; - subedot: number; - submult: number; - subplus: number; - subrarr: number; - succsim: number; - supdsub: number; - supedot: number; - suphsub: number; - suplarr: number; - supmult: number; - supplus: number; - swarrow: number; - topfork: number; - triplus: number; - tritime: number; - uparrow: number; - upsilon: number; - uwangle: number; - vzigzag: number; - zigrarr: number; - Aacute: number; - Abreve: number; - Agrave: number; - Assign: number; - Atilde: number; - Barwed: number; - Bumpeq: number; - Cacute: number; - Ccaron: number; - Ccedil: number; - Colone: number; - Conint: number; - CupCap: number; - Dagger: number; - Dcaron: number; - DotDot: number; - Dstrok: number; - Eacute: number; - Ecaron: number; - Egrave: number; - Exists: number; - ForAll: number; - Gammad: number; - Gbreve: number; - Gcedil: number; - HARDcy: number; - Hstrok: number; - Iacute: number; - Igrave: number; - Itilde: number; - Jsercy: number; - Kcedil: number; - Lacute: number; - Lambda: number; - Lcaron: number; - Lcedil: number; - Lmidot: number; - Lstrok: number; - Nacute: number; - Ncaron: number; - Ncedil: number; - Ntilde: number; - Oacute: number; - Odblac: number; - Ograve: number; - Oslash: number; - Otilde: number; - Otimes: number; - Racute: number; - Rarrtl: number; - Rcaron: number; - Rcedil: number; - SHCHcy: number; - SOFTcy: number; - Sacute: number; - Scaron: number; - Scedil: number; - Square: number; - Subset: number; - Supset: number; - Tcaron: number; - Tcedil: number; - Tstrok: number; - Uacute: number; - Ubreve: number; - Udblac: number; - Ugrave: number; - Utilde: number; - Vdashl: number; - Verbar: number; - Vvdash: number; - Yacute: number; - Zacute: number; - Zcaron: number; - aacute: number; - abreve: number; - agrave: number; - andand: number; - angmsd: number; - angsph: number; - apacir: number; - approx: number; - atilde: number; - barvee: number; - barwed: number; - becaus: number; - bernou: number; - bigcap: number; - bigcup: number; - bigvee: number; - bkarow: number; - bottom: number; - bowtie: number; - boxbox: number; - bprime: number; - brvbar: number; - bullet: number; - bumpeq: number; - cacute: number; - capand: number; - capcap: number; - capcup: number; - capdot: number; - ccaron: number; - ccedil: number; - circeq: number; - cirmid: number; - colone: number; - commat: number; - compfn: number; - conint: number; - coprod: number; - copysr: number; - cularr: number; - cupcap: number; - cupcup: number; - cupdot: number; - curarr: number; - curren: number; - cylcty: number; - dagger: number; - daleth: number; - dcaron: number; - dfisht: number; - divide: number; - divonx: number; - dlcorn: number; - dlcrop: number; - dollar: number; - drcorn: number; - drcrop: number; - dstrok: number; - eacute: number; - easter: number; - ecaron: number; - ecolon: number; - egrave: number; - egsdot: number; - elsdot: number; - emptyv: number; - emsp13: number; - emsp14: number; - eparsl: number; - eqcirc: number; - equals: number; - equest: number; - female: number; - ffilig: number; - ffllig: number; - forall: number; - frac12: number; - frac13: number; - frac14: number; - frac15: number; - frac16: number; - frac18: number; - frac23: number; - frac25: number; - frac34: number; - frac35: number; - frac38: number; - frac45: number; - frac56: number; - frac58: number; - frac78: number; - gacute: number; - gammad: number; - gbreve: number; - gesdot: number; - gesles: number; - gtlPar: number; - gtrarr: number; - gtrdot: number; - gtrsim: number; - hairsp: number; - hamilt: number; - hardcy: number; - hearts: number; - hellip: number; - hercon: number; - homtht: number; - horbar: number; - hslash: number; - hstrok: number; - hybull: number; - hyphen: number; - iacute: number; - igrave: number; - iiiint: number; - iinfin: number; - incare: number; - inodot: number; - intcal: number; - iquest: number; - isinsv: number; - itilde: number; - jsercy: number; - kappav: number; - kcedil: number; - kgreen: number; - lAtail: number; - lacute: number; - lagran: number; - lambda: number; - langle: number; - larrfs: number; - larrhk: number; - larrlp: number; - larrpl: number; - larrtl: number; - latail: number; - lbrace: number; - lbrack: number; - lcaron: number; - lcedil: number; - ldquor: number; - lesdot: number; - lesges: number; - lfisht: number; - lfloor: number; - lharul: number; - llhard: number; - lmidot: number; - lmoust: number; - loplus: number; - lowast: number; - lowbar: number; - lparlt: number; - lrhard: number; - lsaquo: number; - lsquor: number; - lstrok: number; - lthree: number; - ltimes: number; - ltlarr: number; - ltrPar: number; - mapsto: number; - marker: number; - mcomma: number; - midast: number; - midcir: number; - middot: number; - minusb: number; - minusd: number; - mnplus: number; - models: number; - mstpos: number; - nVDash: number; - nVdash: number; - nacute: number; - ncaron: number; - ncedil: number; - nearhk: number; - nequiv: number; - nesear: number; - nexist: number; - nltrie: number; - nprcue: number; - nrtrie: number; - nsccue: number; - nsimeq: number; - ntilde: number; - numero: number; - nvDash: number; - nvHarr: number; - nvdash: number; - nvlArr: number; - nvrArr: number; - nwarhk: number; - nwnear: number; - oacute: number; - odblac: number; - odsold: number; - ograve: number; - ominus: number; - origof: number; - oslash: number; - otilde: number; - otimes: number; - parsim: number; - percnt: number; - period: number; - permil: number; - phmmat: number; - planck: number; - plankv: number; - plusdo: number; - plusdu: number; - plusmn: number; - preceq: number; - primes: number; - prnsim: number; - propto: number; - prurel: number; - puncsp: number; - qprime: number; - rAtail: number; - racute: number; - rangle: number; - rarrap: number; - rarrfs: number; - rarrhk: number; - rarrlp: number; - rarrpl: number; - rarrtl: number; - ratail: number; - rbrace: number; - rbrack: number; - rcaron: number; - rcedil: number; - rdquor: number; - rfisht: number; - rfloor: number; - rharul: number; - rmoust: number; - roplus: number; - rpargt: number; - rsaquo: number; - rsquor: number; - rthree: number; - rtimes: number; - sacute: number; - scaron: number; - scedil: number; - scnsim: number; - searhk: number; - seswar: number; - sfrown: number; - shchcy: number; - sigmaf: number; - sigmav: number; - simdot: number; - smashp: number; - softcy: number; - solbar: number; - spades: number; - sqsube: number; - sqsupe: number; - square: number; - squarf: number; - ssetmn: number; - ssmile: number; - sstarf: number; - subdot: number; - subset: number; - subsim: number; - subsub: number; - subsup: number; - succeq: number; - supdot: number; - supset: number; - supsim: number; - supsub: number; - supsup: number; - swarhk: number; - swnwar: number; - target: number; - tcaron: number; - tcedil: number; - telrec: number; - there4: number; - thetav: number; - thinsp: number; - thksim: number; - timesb: number; - timesd: number; - topbot: number; - topcir: number; - tprime: number; - tridot: number; - tstrok: number; - uacute: number; - ubreve: number; - udblac: number; - ufisht: number; - ugrave: number; - ulcorn: number; - ulcrop: number; - urcorn: number; - urcrop: number; - utilde: number; - vangrt: number; - varphi: number; - varrho: number; - veebar: number; - vellip: number; - verbar: number; - wedbar: number; - wedgeq: number; - weierp: number; - wreath: number; - xoplus: number; - xotime: number; - xsqcup: number; - xuplus: number; - xwedge: number; - yacute: number; - zacute: number; - zcaron: number; - zeetrf: number; - AElig: number; - Acirc: number; - Alpha: number; - Amacr: number; - Aogon: number; - Aring: number; - Breve: number; - Ccirc: number; - Colon: number; - Cross: number; - Dashv: number; - Delta: number; - Ecirc: number; - Emacr: number; - Eogon: number; - Equal: number; - Gamma: number; - Gcirc: number; - Hacek: number; - Hcirc: number; - IJlig: number; - Icirc: number; - Imacr: number; - Iogon: number; - Iukcy: number; - Jcirc: number; - Jukcy: number; - Kappa: number; - OElig: number; - Ocirc: number; - Omacr: number; - Omega: number; - Prime: number; - RBarr: number; - Scirc: number; - Sigma: number; - THORN: number; - TRADE: number; - TSHcy: number; - Theta: number; - Tilde: number; - Ubrcy: number; - Ucirc: number; - Umacr: number; - Union: number; - Uogon: number; - UpTee: number; - Uring: number; - VDash: number; - Vdash: number; - Wcirc: number; - Wedge: number; - Ycirc: number; - acirc: number; - acute: number; - aelig: number; - aleph: number; - alpha: number; - amacr: number; - amalg: number; - angle: number; - angrt: number; - angst: number; - aogon: number; - aring: number; - asymp: number; - awint: number; - bcong: number; - bdquo: number; - bepsi: number; - blank: number; - blk12: number; - blk14: number; - blk34: number; - block: number; - boxDL: number; - boxDR: number; - boxDl: number; - boxDr: number; - boxHD: number; - boxHU: number; - boxHd: number; - boxHu: number; - boxUL: number; - boxUR: number; - boxUl: number; - boxUr: number; - boxVH: number; - boxVL: number; - boxVR: number; - boxVh: number; - boxVl: number; - boxVr: number; - boxdL: number; - boxdR: number; - boxdl: number; - boxdr: number; - boxhD: number; - boxhU: number; - boxhd: number; - boxhu: number; - boxuL: number; - boxuR: number; - boxul: number; - boxur: number; - boxvH: number; - boxvL: number; - boxvR: number; - boxvh: number; - boxvl: number; - boxvr: number; - breve: number; - bsemi: number; - bsime: number; - bsolb: number; - bumpE: number; - bumpe: number; - caret: number; - caron: number; - ccaps: number; - ccirc: number; - ccups: number; - cedil: number; - check: number; - clubs: number; - colon: number; - comma: number; - crarr: number; - cross: number; - csube: number; - csupe: number; - ctdot: number; - cuepr: number; - cuesc: number; - cupor: number; - cuvee: number; - cuwed: number; - cwint: number; - dashv: number; - dblac: number; - ddarr: number; - delta: number; - dharl: number; - dharr: number; - diams: number; - disin: number; - doteq: number; - dtdot: number; - dtrif: number; - duarr: number; - duhar: number; - eDDot: number; - ecirc: number; - efDot: number; - emacr: number; - empty: number; - eogon: number; - eplus: number; - epsiv: number; - eqsim: number; - equiv: number; - erDot: number; - erarr: number; - esdot: number; - exist: number; - fflig: number; - filig: number; - fllig: number; - fltns: number; - forkv: number; - frasl: number; - frown: number; - gamma: number; - gcirc: number; - gescc: number; - gimel: number; - gneqq: number; - gnsim: number; - grave: number; - gsime: number; - gsiml: number; - gtcir: number; - gtdot: number; - harrw: number; - hcirc: number; - hoarr: number; - icirc: number; - iexcl: number; - iiint: number; - iiota: number; - ijlig: number; - imacr: number; - image: number; - imath: number; - imped: number; - infin: number; - iogon: number; - iprod: number; - isinE: number; - isins: number; - isinv: number; - iukcy: number; - jcirc: number; - jmath: number; - jukcy: number; - kappa: number; - lAarr: number; - lBarr: number; - langd: number; - laquo: number; - larrb: number; - lbarr: number; - lbbrk: number; - lbrke: number; - lceil: number; - ldquo: number; - lescc: number; - lhard: number; - lharu: number; - lhblk: number; - llarr: number; - lltri: number; - lneqq: number; - lnsim: number; - loang: number; - loarr: number; - lobrk: number; - lopar: number; - lrarr: number; - lrhar: number; - lrtri: number; - lsime: number; - lsimg: number; - lsquo: number; - ltcir: number; - ltdot: number; - ltrie: number; - ltrif: number; - mDDot: number; - mdash: number; - micro: number; - minus: number; - mumap: number; - nabla: number; - napos: number; - natur: number; - ncong: number; - ndash: number; - neArr: number; - nearr: number; - ngsim: number; - nhArr: number; - nharr: number; - nhpar: number; - nlArr: number; - nlarr: number; - nless: number; - nlsim: number; - nltri: number; - notin: number; - notni: number; - nprec: number; - nrArr: number; - nrarr: number; - nrtri: number; - nsime: number; - nsmid: number; - nspar: number; - nsube: number; - nsucc: number; - nsupe: number; - numsp: number; - nwArr: number; - nwarr: number; - ocirc: number; - odash: number; - oelig: number; - ofcir: number; - ohbar: number; - olarr: number; - olcir: number; - oline: number; - omacr: number; - omega: number; - operp: number; - oplus: number; - orarr: number; - order: number; - ovbar: number; - parsl: number; - phone: number; - plusb: number; - pluse: number; - pound: number; - prcue: number; - prime: number; - prnap: number; - prsim: number; - quest: number; - rAarr: number; - rBarr: number; - radic: number; - rangd: number; - range: number; - raquo: number; - rarrb: number; - rarrc: number; - rarrw: number; - ratio: number; - rbarr: number; - rbbrk: number; - rbrke: number; - rceil: number; - rdquo: number; - reals: number; - rhard: number; - rharu: number; - rlarr: number; - rlhar: number; - rnmid: number; - roang: number; - roarr: number; - robrk: number; - ropar: number; - rrarr: number; - rsquo: number; - rtrie: number; - rtrif: number; - sbquo: number; - sccue: number; - scirc: number; - scnap: number; - scsim: number; - sdotb: number; - sdote: number; - seArr: number; - searr: number; - setmn: number; - sharp: number; - sigma: number; - simeq: number; - simgE: number; - simlE: number; - simne: number; - slarr: number; - smile: number; - sqcap: number; - sqcup: number; - sqsub: number; - sqsup: number; - srarr: number; - starf: number; - strns: number; - subnE: number; - subne: number; - supnE: number; - supne: number; - swArr: number; - swarr: number; - szlig: number; - theta: number; - thkap: number; - thorn: number; - tilde: number; - times: number; - trade: number; - trisb: number; - tshcy: number; - twixt: number; - ubrcy: number; - ucirc: number; - udarr: number; - udhar: number; - uharl: number; - uharr: number; - uhblk: number; - ultri: number; - umacr: number; - uogon: number; - uplus: number; - upsih: number; - uring: number; - urtri: number; - utdot: number; - utrif: number; - uuarr: number; - vBarv: number; - vDash: number; - varpi: number; - vdash: number; - veeeq: number; - vltri: number; - vprop: number; - vrtri: number; - wcirc: number; - wedge: number; - xcirc: number; - xdtri: number; - xhArr: number; - xharr: number; - xlArr: number; - xlarr: number; - xodot: number; - xrArr: number; - xrarr: number; - xutri: number; - ycirc: number; - Aopf: number; - Ascr: number; - Auml: number; - Barv: number; - Beta: number; - Bopf: number; - Bscr: number; - CHcy: number; - COPY: number; - Cdot: number; - Copf: number; - Cscr: number; - DJcy: number; - DScy: number; - DZcy: number; - Darr: number; - Dopf: number; - Dscr: number; - Edot: number; - Eopf: number; - Escr: number; - Esim: number; - Euml: number; - Fopf: number; - Fscr: number; - GJcy: number; - Gdot: number; - Gopf: number; - Gscr: number; - Hopf: number; - Hscr: number; - IEcy: number; - IOcy: number; - Idot: number; - Iopf: number; - Iota: number; - Iscr: number; - Iuml: number; - Jopf: number; - Jscr: number; - KHcy: number; - KJcy: number; - Kopf: number; - Kscr: number; - LJcy: number; - Lang: number; - Larr: number; - Lopf: number; - Lscr: number; - Mopf: number; - Mscr: number; - NJcy: number; - Nopf: number; - Nscr: number; - Oopf: number; - Oscr: number; - Ouml: number; - Popf: number; - Pscr: number; - QUOT: number; - Qopf: number; - Qscr: number; - Rang: number; - Rarr: number; - Ropf: number; - Rscr: number; - SHcy: number; - Sopf: number; - Sqrt: number; - Sscr: number; - Star: number; - TScy: number; - Topf: number; - Tscr: number; - Uarr: number; - Uopf: number; - Upsi: number; - Uscr: number; - Uuml: number; - Vbar: number; - Vert: number; - Vopf: number; - Vscr: number; - Wopf: number; - Wscr: number; - Xopf: number; - Xscr: number; - YAcy: number; - YIcy: number; - YUcy: number; - Yopf: number; - Yscr: number; - Yuml: number; - ZHcy: number; - Zdot: number; - Zeta: number; - Zopf: number; - Zscr: number; - andd: number; - andv: number; - ange: number; - aopf: number; - apid: number; - apos: number; - ascr: number; - auml: number; - bNot: number; - bbrk: number; - beta: number; - beth: number; - bnot: number; - bopf: number; - boxH: number; - boxV: number; - boxh: number; - boxv: number; - bscr: number; - bsim: number; - bsol: number; - bull: number; - bump: number; - cdot: number; - cent: number; - chcy: number; - cirE: number; - circ: number; - cire: number; - comp: number; - cong: number; - copf: number; - copy: number; - cscr: number; - csub: number; - csup: number; - dArr: number; - dHar: number; - darr: number; - dash: number; - diam: number; - djcy: number; - dopf: number; - dscr: number; - dscy: number; - dsol: number; - dtri: number; - dzcy: number; - eDot: number; - ecir: number; - edot: number; - emsp: number; - ensp: number; - eopf: number; - epar: number; - epsi: number; - escr: number; - esim: number; - euml: number; - euro: number; - excl: number; - flat: number; - fnof: number; - fopf: number; - fork: number; - fscr: number; - gdot: number; - geqq: number; - gjcy: number; - gnap: number; - gneq: number; - gopf: number; - gscr: number; - gsim: number; - gtcc: number; - hArr: number; - half: number; - harr: number; - hbar: number; - hopf: number; - hscr: number; - iecy: number; - imof: number; - iocy: number; - iopf: number; - iota: number; - iscr: number; - isin: number; - iuml: number; - jopf: number; - jscr: number; - khcy: number; - kjcy: number; - kopf: number; - kscr: number; - lArr: number; - lHar: number; - lang: number; - larr: number; - late: number; - lcub: number; - ldca: number; - ldsh: number; - leqq: number; - ljcy: number; - lnap: number; - lneq: number; - lopf: number; - lozf: number; - lpar: number; - lscr: number; - lsim: number; - lsqb: number; - ltcc: number; - ltri: number; - macr: number; - male: number; - malt: number; - mlcp: number; - mldr: number; - mopf: number; - mscr: number; - nbsp: number; - ncap: number; - ncup: number; - ngeq: number; - ngtr: number; - nisd: number; - njcy: number; - nldr: number; - nleq: number; - nmid: number; - nopf: number; - npar: number; - nscr: number; - nsim: number; - nsub: number; - nsup: number; - ntgl: number; - ntlg: number; - oast: number; - ocir: number; - odiv: number; - odot: number; - ogon: number; - oint: number; - omid: number; - oopf: number; - opar: number; - ordf: number; - ordm: number; - oror: number; - oscr: number; - osol: number; - ouml: number; - para: number; - part: number; - perp: number; - phiv: number; - plus: number; - popf: number; - prap: number; - prec: number; - prnE: number; - prod: number; - prop: number; - pscr: number; - qint: number; - qopf: number; - qscr: number; - quot: number; - rArr: number; - rHar: number; - race: number; - rang: number; - rarr: number; - rcub: number; - rdca: number; - rdsh: number; - real: number; - rect: number; - rhov: number; - ring: number; - ropf: number; - rpar: number; - rscr: number; - rsqb: number; - rtri: number; - scap: number; - scnE: number; - sdot: number; - sect: number; - semi: number; - sext: number; - shcy: number; - sime: number; - simg: number; - siml: number; - smid: number; - smte: number; - solb: number; - sopf: number; - spar: number; - squf: number; - sscr: number; - star: number; - subE: number; - sube: number; - succ: number; - sung: number; - sup1: number; - sup2: number; - sup3: number; - supE: number; - supe: number; - tbrk: number; - tdot: number; - tint: number; - toea: number; - topf: number; - tosa: number; - trie: number; - tscr: number; - tscy: number; - uArr: number; - uHar: number; - uarr: number; - uopf: number; - upsi: number; - uscr: number; - utri: number; - uuml: number; - vArr: number; - vBar: number; - varr: number; - vert: number; - vopf: number; - vscr: number; - wopf: number; - wscr: number; - xcap: number; - xcup: number; - xmap: number; - xnis: number; - xopf: number; - xscr: number; - xvee: number; - yacy: number; - yicy: number; - yopf: number; - yscr: number; - yucy: number; - yuml: number; - zdot: number; - zeta: number; - zhcy: number; - zopf: number; - zscr: number; - zwnj: number; - AMP: number; - Acy: number; - Afr: number; - And: number; - Bcy: number; - Bfr: number; - Cap: number; - Cfr: number; - Chi: number; - Cup: number; - Dcy: number; - Del: number; - Dfr: number; - Dot: number; - ENG: number; - ETH: number; - Ecy: number; - Efr: number; - Eta: number; - Fcy: number; - Ffr: number; - Gcy: number; - Gfr: number; - Hat: number; - Hfr: number; - Icy: number; - Ifr: number; - Int: number; - Jcy: number; - Jfr: number; - Kcy: number; - Kfr: number; - Lcy: number; - Lfr: number; - Lsh: number; - Map: number; - Mcy: number; - Mfr: number; - Ncy: number; - Nfr: number; - Not: number; - Ocy: number; - Ofr: number; - Pcy: number; - Pfr: number; - Phi: number; - Psi: number; - Qfr: number; - REG: number; - Rcy: number; - Rfr: number; - Rho: number; - Rsh: number; - Scy: number; - Sfr: number; - Sub: number; - Sum: number; - Sup: number; - Tab: number; - Tau: number; - Tcy: number; - Tfr: number; - Ucy: number; - Ufr: number; - Vcy: number; - Vee: number; - Vfr: number; - Wfr: number; - Xfr: number; - Ycy: number; - Yfr: number; - Zcy: number; - Zfr: number; - acd: number; - acy: number; - afr: number; - amp: number; - and: number; - ang: number; - apE: number; - ape: number; - ast: number; - bcy: number; - bfr: number; - bot: number; - cap: number; - cfr: number; - chi: number; - cir: number; - cup: number; - dcy: number; - deg: number; - dfr: number; - die: number; - div: number; - dot: number; - ecy: number; - efr: number; - egs: number; - ell: number; - els: number; - eng: number; - eta: number; - eth: number; - fcy: number; - ffr: number; - gEl: number; - gap: number; - gcy: number; - gel: number; - geq: number; - ges: number; - gfr: number; - ggg: number; - glE: number; - gla: number; - glj: number; - gnE: number; - gne: number; - hfr: number; - icy: number; - iff: number; - ifr: number; - int: number; - jcy: number; - jfr: number; - kcy: number; - kfr: number; - lEg: number; - lap: number; - lat: number; - lcy: number; - leg: number; - leq: number; - les: number; - lfr: number; - lgE: number; - lnE: number; - lne: number; - loz: number; - lrm: number; - lsh: number; - map: number; - mcy: number; - mfr: number; - mho: number; - mid: number; - nap: number; - ncy: number; - nfr: number; - nge: number; - ngt: number; - nis: number; - niv: number; - nle: number; - nlt: number; - not: number; - npr: number; - nsc: number; - num: number; - ocy: number; - ofr: number; - ogt: number; - ohm: number; - olt: number; - ord: number; - orv: number; - par: number; - pcy: number; - pfr: number; - phi: number; - piv: number; - prE: number; - pre: number; - psi: number; - qfr: number; - rcy: number; - reg: number; - rfr: number; - rho: number; - rlm: number; - rsh: number; - scE: number; - sce: number; - scy: number; - sfr: number; - shy: number; - sim: number; - smt: number; - sol: number; - squ: number; - sub: number; - sum: number; - sup: number; - tau: number; - tcy: number; - tfr: number; - top: number; - ucy: number; - ufr: number; - uml: number; - vcy: number; - vee: number; - vfr: number; - wfr: number; - xfr: number; - ycy: number; - yen: number; - yfr: number; - zcy: number; - zfr: number; - zwj: number; - DD: number; - GT: number; - Gg: number; - Gt: number; - Im: number; - LT: number; - Ll: number; - Lt: number; - Mu: number; - Nu: number; - Or: number; - Pi: number; - Pr: number; - Re: number; - Sc: number; - Xi: number; - ac: number; - af: number; - ap: number; - dd: number; - ee: number; - eg: number; - el: number; - gE: number; - ge: number; - gg: number; - gl: number; - gt: number; - ic: number; - ii: number; - in: number; - it: number; - lE: number; - le: number; - lg: number; - ll: number; - lt: number; - mp: number; - mu: number; - ne: number; - ni: number; - nu: number; - oS: number; - or: number; - pi: number; - pm: number; - pr: number; - rx: number; - sc: number; - wp: number; - wr: number; - xi: number; -}; -export default _default; diff --git a/2019-setembro/node_modules/svelte/types/compiler/parse/utils/html.d.ts b/2019-setembro/node_modules/svelte/types/compiler/parse/utils/html.d.ts deleted file mode 100644 index b0296c0..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/parse/utils/html.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare function decode_character_references(html: string): string; -export declare function closing_tag_omitted(current: string, next?: string): boolean; diff --git a/2019-setembro/node_modules/svelte/types/compiler/preprocess/index.d.ts b/2019-setembro/node_modules/svelte/types/compiler/preprocess/index.d.ts deleted file mode 100644 index 7b9da1d..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/preprocess/index.d.ts +++ /dev/null @@ -1,25 +0,0 @@ -export interface Processed { - code: string; - map?: object | string; - dependencies?: string[]; -} -export interface PreprocessorGroup { - markup?: (options: { - content: string; - filename: string; - }) => Processed | Promise; - style?: Preprocessor; - script?: Preprocessor; -} -export declare type Preprocessor = (options: { - content: string; - attributes: Record; - filename?: string; -}) => Processed | Promise; -export default function preprocess(source: string, preprocessor: PreprocessorGroup | PreprocessorGroup[], options?: { - filename?: string; -}): Promise<{ - code: string; - dependencies: any[]; - toString(): string; -}>; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/error.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/error.d.ts deleted file mode 100644 index 185145d..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/error.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -export default function error(message: string, props: { - name: string; - code: string; - source: string; - filename: string; - start: number; - end?: number; -}): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/full_char_code_at.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/full_char_code_at.d.ts deleted file mode 100644 index f0d6763..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/full_char_code_at.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function full_char_code_at(str: string, i: number): number; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/fuzzymatch.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/fuzzymatch.d.ts deleted file mode 100644 index 6aa4e01..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/fuzzymatch.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function fuzzymatch(name: string, names: string[]): any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/get_code_frame.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/get_code_frame.d.ts deleted file mode 100644 index 50943dc..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/get_code_frame.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function get_code_frame(source: string, line: number, column: number): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/indentation.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/indentation.d.ts deleted file mode 100644 index 33596e8..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/indentation.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -import MagicString from 'magic-string'; -import { Node } from '../interfaces'; -export declare function remove_indentation(code: MagicString, node: Node): void; -export declare function add_indentation(code: MagicString, node: Node, levels?: number): void; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/list.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/list.d.ts deleted file mode 100644 index b61de69..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/list.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function list(items: string[], conjunction?: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/names.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/names.d.ts deleted file mode 100644 index 8d5b66f..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/names.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -export declare const globals: Set; -export declare const reserved: Set; -export declare function is_void(name: string): boolean; -export declare function quote_name_if_necessary(name: string): string; -export declare function quote_prop_if_necessary(name: string): string; -export declare function sanitize(name: string): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/namespaces.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/namespaces.d.ts deleted file mode 100644 index 90c790d..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/namespaces.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -export declare const html = "http://www.w3.org/1999/xhtml"; -export declare const mathml = "http://www.w3.org/1998/Math/MathML"; -export declare const svg = "http://www.w3.org/2000/svg"; -export declare const xlink = "http://www.w3.org/1999/xlink"; -export declare const xml = "http://www.w3.org/XML/1998/namespace"; -export declare const xmlns = "http://www.w3.org/2000/xmlns"; -export declare const valid_namespaces: string[]; -export declare const namespaces: Record; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/nodes_match.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/nodes_match.d.ts deleted file mode 100644 index 065e81b..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/nodes_match.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare function nodes_match(a: any, b: any): any; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/patterns.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/patterns.d.ts deleted file mode 100644 index be6dcde..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/patterns.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare const whitespace: RegExp; -export declare const dimensions: RegExp; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/repeat.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/repeat.d.ts deleted file mode 100644 index a20ac93..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/repeat.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function repeat(str: string, i: number): string; diff --git a/2019-setembro/node_modules/svelte/types/compiler/utils/trim.d.ts b/2019-setembro/node_modules/svelte/types/compiler/utils/trim.d.ts deleted file mode 100644 index 7f8e282..0000000 --- a/2019-setembro/node_modules/svelte/types/compiler/utils/trim.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare function trim_start(str: string): string; -export declare function trim_end(str: string): string; diff --git a/2019-setembro/node_modules/svelte/types/runtime/ambient.d.ts b/2019-setembro/node_modules/svelte/types/runtime/ambient.d.ts deleted file mode 100644 index 85e4ae2..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/ambient.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -declare module '*.svelte' { - type Props = Record; - export default class { - constructor(options: { - target: Element; - anchor?: Element; - props?: Props; - hydrate?: boolean; - intro?: boolean; - }); - $set(props: Props): void; - $on(event: string, callback: (event: CustomEvent) => void): () => void; - $destroy(): void; - [accessor: string]: any; - } -} diff --git a/2019-setembro/node_modules/svelte/types/runtime/animate/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/animate/index.d.ts deleted file mode 100644 index 405aa39..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/animate/index.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -export interface AnimationConfig { - delay?: number; - duration?: number; - easing?: (t: number) => number; - css?: (t: number, u: number) => string; - tick?: (t: number, u: number) => void; -} -interface FlipParams { - delay: number; - duration: number | ((len: number) => number); - easing: (t: number) => number; -} -export declare function flip(node: Element, animation: { - from: DOMRect; - to: DOMRect; -}, params: FlipParams): AnimationConfig; -export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/easing/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/easing/index.d.ts deleted file mode 100644 index c8d34d2..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/easing/index.d.ts +++ /dev/null @@ -1,31 +0,0 @@ -export { identity as linear } from 'svelte/internal'; -export declare function backInOut(t: number): number; -export declare function backIn(t: number): number; -export declare function backOut(t: number): number; -export declare function bounceOut(t: number): number; -export declare function bounceInOut(t: number): number; -export declare function bounceIn(t: number): number; -export declare function circInOut(t: number): number; -export declare function circIn(t: number): number; -export declare function circOut(t: number): number; -export declare function cubicInOut(t: number): number; -export declare function cubicIn(t: number): number; -export declare function cubicOut(t: number): number; -export declare function elasticInOut(t: number): number; -export declare function elasticIn(t: number): number; -export declare function elasticOut(t: number): number; -export declare function expoInOut(t: number): number; -export declare function expoIn(t: number): number; -export declare function expoOut(t: number): number; -export declare function quadInOut(t: number): number; -export declare function quadIn(t: number): number; -export declare function quadOut(t: number): number; -export declare function quartInOut(t: number): number; -export declare function quartIn(t: number): number; -export declare function quartOut(t: number): number; -export declare function quintInOut(t: number): number; -export declare function quintIn(t: number): number; -export declare function quintOut(t: number): number; -export declare function sineInOut(t: number): number; -export declare function sineIn(t: number): number; -export declare function sineOut(t: number): number; diff --git a/2019-setembro/node_modules/svelte/types/runtime/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/index.d.ts deleted file mode 100644 index 1bd1f01..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import './ambient'; -export { onMount, onDestroy, beforeUpdate, afterUpdate, setContext, getContext, tick, createEventDispatcher } from 'svelte/internal'; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/Component.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/Component.d.ts deleted file mode 100644 index 5c39000..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/Component.d.ts +++ /dev/null @@ -1,27 +0,0 @@ -interface T$$ { - dirty: null; - ctx: null | any; - bound: any; - update: () => void; - callbacks: any; - after_update: any[]; - props: any; - fragment: null | any; - not_equal: any; - before_update: any[]; - context: Map; - on_mount: any[]; - on_destroy: any[]; -} -export declare function bind(component: any, name: any, callback: any): void; -export declare function mount_component(component: any, target: any, anchor: any): void; -export declare function destroy_component(component: any, detaching: any): void; -export declare function init(component: any, options: any, instance: any, create_fragment: any, not_equal: any, prop_names: any): void; -export declare let SvelteElement: any; -export declare class SvelteComponent { - $$: T$$; - $destroy(): void; - $on(type: any, callback: any): () => void; - $set(): void; -} -export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/animations.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/animations.d.ts deleted file mode 100644 index 5158611..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/animations.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { noop } from './utils'; -import { AnimationConfig } from '../animate'; -declare type PositionRect = DOMRect | ClientRect; -declare type AnimationFn = (node: Element, { from, to }: { - from: PositionRect; - to: PositionRect; -}, params: any) => AnimationConfig; -export declare function create_animation(node: Element & ElementCSSInlineStyle, from: PositionRect, fn: AnimationFn, params: any): typeof noop; -export declare function fix_position(node: Element & ElementCSSInlineStyle): void; -export declare function add_transform(node: Element & ElementCSSInlineStyle, a: PositionRect): void; -export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/await_block.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/await_block.d.ts deleted file mode 100644 index b8f689d..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/await_block.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare function handle_promise(promise: any, info: any): boolean; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/dev.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/dev.d.ts deleted file mode 100644 index 032cd52..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/dev.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { SvelteComponent } from './Component'; -export declare function dispatch_dev(type: string, detail?: T): void; -export declare function append_dev(target: Node, node: Node): void; -export declare function insert_dev(target: Node, node: Node, anchor?: Node): void; -export declare function detach_dev(node: Node): void; -export declare function detach_between_dev(before: Node, after: Node): void; -export declare function detach_before_dev(after: Node): void; -export declare function detach_after_dev(before: Node): void; -export declare function listen_dev(node: Node, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | EventListenerOptions, has_prevent_default?: boolean, has_stop_propagation?: boolean): () => void; -export declare function attr_dev(node: Element, attribute: string, value?: string): void; -export declare function prop_dev(node: Element, property: string, value?: any): void; -export declare function dataset_dev(node: HTMLElement, property: string, value?: any): void; -export declare function set_data_dev(text: any, data: any): void; -export declare class SvelteComponentDev extends SvelteComponent { - constructor(options: any); - $destroy(): void; -} diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/dom.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/dom.d.ts deleted file mode 100644 index ed6866f..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/dom.d.ts +++ /dev/null @@ -1,55 +0,0 @@ -export declare function append(target: Node, node: Node): void; -export declare function insert(target: Node, node: Node, anchor?: Node): void; -export declare function detach(node: Node): void; -export declare function destroy_each(iterations: any, detaching: any): void; -export declare function element(name: K): HTMLElementTagNameMap[K]; -export declare function element_is(name: K, is: string): HTMLElementTagNameMap[K]; -export declare function object_without_properties(obj: T, exclude: K[]): Pick>; -export declare function svg_element(name: K): SVGElement; -export declare function text(data: string): Text; -export declare function space(): Text; -export declare function empty(): Text; -export declare function listen(node: Node, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | EventListenerOptions): () => void; -export declare function prevent_default(fn: any): (event: any) => any; -export declare function stop_propagation(fn: any): (event: any) => any; -export declare function self(fn: any): (event: any) => void; -export declare function attr(node: Element, attribute: string, value?: string): void; -export declare function set_attributes(node: Element & ElementCSSInlineStyle, attributes: { - [x: string]: string; -}): void; -export declare function set_svg_attributes(node: Element & ElementCSSInlineStyle, attributes: { - [x: string]: string; -}): void; -export declare function set_custom_element_data(node: any, prop: any, value: any): void; -export declare function xlink_attr(node: any, attribute: any, value: any): void; -export declare function get_binding_group_value(group: any): any[]; -export declare function to_number(value: any): number; -export declare function time_ranges_to_array(ranges: any): any[]; -export declare function children(element: any): unknown[]; -export declare function claim_element(nodes: any, name: any, attributes: any, svg: any): any; -export declare function claim_text(nodes: any, data: any): any; -export declare function claim_space(nodes: any): any; -export declare function set_data(text: any, data: any): void; -export declare function set_input_value(input: any, value: any): void; -export declare function set_input_type(input: any, type: any): void; -export declare function set_style(node: any, key: any, value: any, important: any): void; -export declare function select_option(select: any, value: any): void; -export declare function select_options(select: any, value: any): void; -export declare function select_value(select: any): any; -export declare function select_multiple_value(select: any): any; -export declare function add_resize_listener(element: any, fn: any): { - cancel: () => void; -}; -export declare function toggle_class(element: any, name: any, toggle: any): void; -export declare function custom_event(type: string, detail?: T): CustomEvent; -export declare class HtmlTag { - e: HTMLElement; - n: ChildNode[]; - t: HTMLElement; - a: HTMLElement; - constructor(html: string, anchor?: HTMLElement); - m(target: HTMLElement, anchor?: HTMLElement): void; - u(html: string): void; - p(html: string): void; - d(): void; -} diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/environment.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/environment.d.ts deleted file mode 100644 index 4dd03e2..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/environment.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { noop } from './utils'; -export declare const is_client: boolean; -export declare let now: () => number; -export declare let raf: ((cb: any) => number) | typeof noop; -export declare function set_now(fn: any): void; -export declare function set_raf(fn: any): void; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/globals.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/globals.d.ts deleted file mode 100644 index 53f84ff..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/globals.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare const globals: typeof globalThis; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/index.d.ts deleted file mode 100644 index e1dd2a1..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/index.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -export * from './animations'; -export * from './await_block'; -export * from './dom'; -export * from './environment'; -export * from './globals'; -export * from './keyed_each'; -export * from './lifecycle'; -export * from './loop'; -export * from './scheduler'; -export * from './spread'; -export * from './ssr'; -export * from './transitions'; -export * from './utils'; -export * from './Component'; -export * from './dev'; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/keyed_each.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/keyed_each.d.ts deleted file mode 100644 index fe41a86..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/keyed_each.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -export declare function destroy_block(block: any, lookup: any): void; -export declare function outro_and_destroy_block(block: any, lookup: any): void; -export declare function fix_and_destroy_block(block: any, lookup: any): void; -export declare function fix_and_outro_and_destroy_block(block: any, lookup: any): void; -export declare function update_keyed_each(old_blocks: any, changed: any, get_key: any, dynamic: any, ctx: any, list: any, lookup: any, node: any, destroy: any, create_each_block: any, next: any, get_context: any): any[]; -export declare function measure(blocks: any): {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/lifecycle.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/lifecycle.d.ts deleted file mode 100644 index 238c4f5..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/lifecycle.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -export declare let current_component: any; -export declare function set_current_component(component: any): void; -export declare function get_current_component(): any; -export declare function beforeUpdate(fn: any): void; -export declare function onMount(fn: any): void; -export declare function afterUpdate(fn: any): void; -export declare function onDestroy(fn: any): void; -export declare function createEventDispatcher(): (type: any, detail: any) => void; -export declare function setContext(key: any, context: any): void; -export declare function getContext(key: any): any; -export declare function bubble(component: any, event: any): void; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/loop.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/loop.d.ts deleted file mode 100644 index 8fc4050..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/loop.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -export interface Task { - abort(): void; - promise: Promise; -} -export declare function clear_loops(): void; -export declare function loop(fn: (number: any) => void): Task; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/scheduler.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/scheduler.d.ts deleted file mode 100644 index 6f6cbf3..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/scheduler.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -export declare const dirty_components: any[]; -export declare const intros: { - enabled: boolean; -}; -export declare const binding_callbacks: any[]; -export declare function schedule_update(): void; -export declare function tick(): Promise; -export declare function add_render_callback(fn: any): void; -export declare function add_flush_callback(fn: any): void; -export declare function flush(): void; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/spread.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/spread.d.ts deleted file mode 100644 index 5236c21..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/spread.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare function get_spread_update(levels: any, updates: any): {}; -export declare function get_spread_object(spread_props: any): any; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/ssr.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/ssr.d.ts deleted file mode 100644 index 5631947..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/ssr.d.ts +++ /dev/null @@ -1,29 +0,0 @@ -export declare const invalid_attribute_name_character: RegExp; -export declare function spread(args: any): string; -export declare const escaped: { - '"': string; - "'": string; - '&': string; - '<': string; - '>': string; -}; -export declare function escape(html: any): string; -export declare function each(items: any, fn: any): string; -export declare const missing_component: { - $$render: () => string; -}; -export declare function validate_component(component: any, name: any): any; -export declare function debug(file: any, line: any, column: any, values: any): string; -export declare function create_ssr_component(fn: any): { - render: (props?: {}, options?: {}) => { - html: any; - css: { - code: string; - map: any; - }; - head: string; - }; - $$render: (result: any, props: any, bindings: any, slots: any) => any; -}; -export declare function add_attribute(name: any, value: any, boolean: any): string; -export declare function add_classes(classes: any): string; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/style_manager.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/style_manager.d.ts deleted file mode 100644 index 9b669ee..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/style_manager.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export declare function create_rule(node: Element & ElementCSSInlineStyle, a: number, b: number, duration: number, delay: number, ease: (t: number) => number, fn: (t: number, u: number) => string, uid?: number): string; -export declare function delete_rule(node: Element & ElementCSSInlineStyle, name?: string): void; -export declare function clear_rules(): void; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/transitions.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/transitions.d.ts deleted file mode 100644 index cd9fbd5..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/transitions.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { TransitionConfig } from '../transition'; -export declare function group_outros(): void; -export declare function check_outros(): void; -export declare function transition_in(block: any, local?: 0 | 1): void; -export declare function transition_out(block: any, local: 0 | 1, detach: 0 | 1, callback: any): void; -declare type TransitionFn = (node: Element, params: any) => TransitionConfig; -export declare function create_in_transition(node: Element & ElementCSSInlineStyle, fn: TransitionFn, params: any): { - start(): void; - invalidate(): void; - end(): void; -}; -export declare function create_out_transition(node: Element & ElementCSSInlineStyle, fn: TransitionFn, params: any): { - end(reset: any): void; -}; -export declare function create_bidirectional_transition(node: Element & ElementCSSInlineStyle, fn: TransitionFn, params: any, intro: boolean): { - run(b: any): void; - end(): void; -}; -export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/internal/utils.d.ts b/2019-setembro/node_modules/svelte/types/runtime/internal/utils.d.ts deleted file mode 100644 index 6bdf76a..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/internal/utils.d.ts +++ /dev/null @@ -1,22 +0,0 @@ -export declare function noop(): void; -export declare const identity: (x: any) => any; -export declare function assign(tar: T, src: S): T & S; -export declare function is_promise(value: any): value is PromiseLike; -export declare function add_location(element: any, file: any, line: any, column: any, char: any): void; -export declare function run(fn: any): any; -export declare function blank_object(): any; -export declare function run_all(fns: any): void; -export declare function is_function(thing: any): thing is Function; -export declare function safe_not_equal(a: any, b: any): boolean; -export declare function not_equal(a: any, b: any): boolean; -export declare function validate_store(store: any, name: any): void; -export declare function subscribe(store: any, callback: any): any; -export declare function get_store_value(store: any): any; -export declare function component_subscribe(component: any, store: any, callback: any): void; -export declare function create_slot(definition: any, ctx: any, fn: any): any; -export declare function get_slot_context(definition: any, ctx: any, fn: any): any; -export declare function get_slot_changes(definition: any, ctx: any, changed: any, fn: any): any; -export declare function exclude_internal_props(props: any): {}; -export declare function once(fn: any): (this: any, ...args: any[]) => void; -export declare function null_to_empty(value: any): any; -export declare function set_store_value(store: any, ret: any, value?: any): any; diff --git a/2019-setembro/node_modules/svelte/types/runtime/motion/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/motion/index.d.ts deleted file mode 100644 index ea6c646..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/motion/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './spring'; -export * from './tweened'; diff --git a/2019-setembro/node_modules/svelte/types/runtime/motion/spring.d.ts b/2019-setembro/node_modules/svelte/types/runtime/motion/spring.d.ts deleted file mode 100644 index 6395681..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/motion/spring.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { Readable } from 'svelte/store'; -interface SpringOpts { - stiffness?: number; - damping?: number; - precision?: number; -} -interface SpringUpdateOpts { - hard?: any; - soft?: string | number | boolean; -} -declare type Updater = (target_value: T, value: T) => T; -interface Spring extends Readable { - set: (new_value: T, opts?: SpringUpdateOpts) => Promise; - update: (fn: Updater, opts?: SpringUpdateOpts) => Promise; - precision: number; - damping: number; - stiffness: number; -} -export declare function spring(value: T, opts?: SpringOpts): Spring; -export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/motion/tweened.d.ts b/2019-setembro/node_modules/svelte/types/runtime/motion/tweened.d.ts deleted file mode 100644 index edbb79e..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/motion/tweened.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Readable } from 'svelte/store'; -interface Options { - delay?: number; - duration?: number | ((from: T, to: T) => number); - easing?: (t: number) => number; - interpolate?: (a: T, b: T) => (t: number) => T; -} -declare type Updater = (target_value: T, value: T) => T; -interface Tweened extends Readable { - set(value: T, opts: Options): Promise; - update(updater: Updater, opts: Options): Promise; -} -export declare function tweened(value: T, defaults?: Options): Tweened; -export {}; diff --git a/2019-setembro/node_modules/svelte/types/runtime/motion/utils.d.ts b/2019-setembro/node_modules/svelte/types/runtime/motion/utils.d.ts deleted file mode 100644 index 1fc2001..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/motion/utils.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare function is_date(obj: any): obj is Date; diff --git a/2019-setembro/node_modules/svelte/types/runtime/store/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/store/index.d.ts deleted file mode 100644 index abf6c63..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/store/index.d.ts +++ /dev/null @@ -1,64 +0,0 @@ -import { get_store_value } from 'svelte/internal'; -/** Callback to inform of a value updates. */ -declare type Subscriber = (value: T) => void; -/** Unsubscribes from value updates. */ -declare type Unsubscriber = () => void; -/** Callback to update a value. */ -declare type Updater = (value: T) => T; -/** Cleanup logic callback. */ -declare type Invalidator = (value?: T) => void; -/** Start and stop notification callbacks. */ -declare type StartStopNotifier = (set: Subscriber) => Unsubscriber | void; -/** Readable interface for subscribing. */ -export interface Readable { - /** - * Subscribe on value changes. - * @param run subscription callback - * @param invalidate cleanup callback - */ - subscribe(run: Subscriber, invalidate?: Invalidator): Unsubscriber; -} -/** Writable interface for both updating and subscribing. */ -export interface Writable extends Readable { - /** - * Set value and inform subscribers. - * @param value to set - */ - set(value: T): void; - /** - * Update value using callback and inform subscribers. - * @param updater callback - */ - update(updater: Updater): void; -} -/** - * Creates a `Readable` store that allows reading by subscription. - * @param value initial value - * @param {StartStopNotifier}start start and stop notifications for subscriptions - */ -export declare function readable(value: T, start: StartStopNotifier): Readable; -/** - * Create a `Writable` store that allows both updating and reading by subscription. - * @param {*=}value initial value - * @param {StartStopNotifier=}start start and stop notifications for subscriptions - */ -export declare function writable(value: T, start?: StartStopNotifier): Writable; -/** One or more `Readable`s. */ -declare type Stores = Readable | [Readable, ...Array>]; -/** One or more values from `Readable` stores. */ -declare type StoresValues = T extends Readable ? U : { - [K in keyof T]: T[K] extends Readable ? U : never; -}; -/** - * Derived value store by synchronizing one or more readable stores and - * applying an aggregation function over its input values. - * @param {Stores} stores input stores - * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values - * @param {*=}initial_value when used asynchronously - */ -export declare function derived(stores: S, fn: (values: StoresValues, set?: Subscriber) => T | Unsubscriber | void, initial_value?: T): Readable; -/** - * Get the current value from a store by subscribing and immediately unsubscribing. - * @param store readable - */ -export { get_store_value as get }; diff --git a/2019-setembro/node_modules/svelte/types/runtime/transition/index.d.ts b/2019-setembro/node_modules/svelte/types/runtime/transition/index.d.ts deleted file mode 100644 index 6c4155a..0000000 --- a/2019-setembro/node_modules/svelte/types/runtime/transition/index.d.ts +++ /dev/null @@ -1,64 +0,0 @@ -declare type EasingFunction = (t: number) => number; -export interface TransitionConfig { - delay?: number; - duration?: number; - easing?: EasingFunction; - css?: (t: number, u: number) => string; - tick?: (t: number, u: number) => void; -} -interface BlurParams { - delay: number; - duration: number; - easing?: EasingFunction; - amount: number; - opacity: number; -} -export declare function blur(node: Element, { delay, duration, easing, amount, opacity }: BlurParams): TransitionConfig; -interface FadeParams { - delay: number; - duration: number; -} -export declare function fade(node: Element, { delay, duration }: FadeParams): TransitionConfig; -interface FlyParams { - delay: number; - duration: number; - easing: EasingFunction; - x: number; - y: number; - opacity: number; -} -export declare function fly(node: Element, { delay, duration, easing, x, y, opacity }: FlyParams): TransitionConfig; -interface SlideParams { - delay: number; - duration: number; - easing: EasingFunction; -} -export declare function slide(node: Element, { delay, duration, easing }: SlideParams): TransitionConfig; -interface ScaleParams { - delay: number; - duration: number; - easing: EasingFunction; - start: number; - opacity: number; -} -export declare function scale(node: Element, { delay, duration, easing, start, opacity }: ScaleParams): TransitionConfig; -interface DrawParams { - delay: number; - speed: number; - duration: number | ((len: number) => number); - easing: EasingFunction; -} -export declare function draw(node: SVGElement & { - getTotalLength(): number; -}, { delay, speed, duration, easing }: DrawParams): TransitionConfig; -interface CrossfadeParams { - delay: number; - duration: number | ((len: number) => number); - easing: EasingFunction; -} -export declare function crossfade({ fallback, ...defaults }: CrossfadeParams & { - fallback: (node: Element, params: CrossfadeParams, intro: boolean) => TransitionConfig; -}): ((node: Element, params: CrossfadeParams & { - key: any; -}) => () => TransitionConfig)[]; -export {}; diff --git a/2019-setembro/node_modules/terser/CHANGELOG.md b/2019-setembro/node_modules/terser/CHANGELOG.md deleted file mode 100644 index 27d3a10..0000000 --- a/2019-setembro/node_modules/terser/CHANGELOG.md +++ /dev/null @@ -1,28 +0,0 @@ -# Changelog - -## v3.17.0 - - - More DOM properties added to --mangle-properties's DOM property list - - Closed issue where if 2 functions had the same argument name, Terser would not inline them together properly - - Fixed issue with `hasOwnProperty.call` - - You can now list files to minify in a Terser config file - - Started replacing `new Array()` with an array literal - - Started using ES6 capabilities like `Set` and the `includes` method for strings and arrays - -## v3.16.1 - - - Fixed issue where Terser being imported with `import` would cause it not to work due to the `__esModule` property. (PR #254 was submitted, which was nice, but since it wasn't a pure commonJS approach I decided to go with my own solution) - -## v3.16.0 - - - No longer leaves names like Array or Object or window as a SimpleStatement (statement which is just a single expression). - - Add support for sections sourcemaps (IndexedSourceMapConsumer) - - Drops node.js v4 and starts using commonJS - - Is now built with rollup - -## v3.15.0 - - - Inlined spread syntax (`[...[1, 2, 3], 4, 5] => [1, 2, 3, 4, 5]`) in arrays and objects. - - Fixed typo in compressor warning - - Fixed inline source map input bug - - Fixed parsing of template literals with unnecessary escapes (Like `\\a`) diff --git a/2019-setembro/node_modules/terser/LICENSE b/2019-setembro/node_modules/terser/LICENSE deleted file mode 100644 index 4fdaa85..0000000 --- a/2019-setembro/node_modules/terser/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -UglifyJS is released under the BSD license: - -Copyright 2012-2018 (c) Mihai Bazon - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR -TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. diff --git a/2019-setembro/node_modules/terser/PATRONS.md b/2019-setembro/node_modules/terser/PATRONS.md deleted file mode 100644 index 35cb3f0..0000000 --- a/2019-setembro/node_modules/terser/PATRONS.md +++ /dev/null @@ -1,5 +0,0 @@ - * 38elements - * CKEditor - * Philippe Léger - * Piotrek Koszuliński - * Viktor Hubert diff --git a/2019-setembro/node_modules/terser/README.md b/2019-setembro/node_modules/terser/README.md deleted file mode 100644 index cb3550a..0000000 --- a/2019-setembro/node_modules/terser/README.md +++ /dev/null @@ -1,1305 +0,0 @@ -terser -====== - -![Terser](https://raw.githubusercontent.com/terser-js/terser/master/logo.png) - -A JavaScript parser and mangler/compressor toolkit for ES6+. - -*note*: You can support this project on patreon: patron. Check out PATRONS.md for our first-tier patrons. - -Terser recommends you use RollupJS to bundle your modules, as that produces smaller code overall. - -*Beautification* has been undocumented and is *being removed* from terser, we recommend you use [prettier](https://npmjs.com/package/prettier). - -[![Build Status](https://travis-ci.org/terser-js/terser.svg?branch=master)](https://travis-ci.org/terser-js/terser) - -Find the changelog in [CHANGELOG.md](https://github.com/terser-js/terser/blob/master/CHANGELOG.md) - -A JavaScript parser, mangler/compressor and beautifier toolkit for ES6+. - - -Why choose terser? ------------------- - -`uglify-es` is [no longer maintained](https://github.com/mishoo/UglifyJS2/issues/3156#issuecomment-392943058) and `uglify-js` does not support ES6+. - -**`terser`** is a fork of `uglify-es` that retains API and CLI compatibility -with `uglify-es` and `uglify-js@3`. - -Install -------- - -First make sure you have installed the latest version of [node.js](http://nodejs.org/) -(You may need to restart your computer after this step). - -From NPM for use as a command line app: - - npm install terser -g - -From NPM for programmatic use: - - npm install terser - -# Command line usage - - terser [input files] [options] - -Terser can take multiple input files. It's recommended that you pass the -input files first, then pass the options. Terser will parse input files -in sequence and apply any compression options. The files are parsed in the -same global scope, that is, a reference from a file to some -variable/function declared in another file will be matched properly. - -If no input file is specified, Terser will read from STDIN. - -If you wish to pass your options before the input files, separate the two with -a double dash to prevent input files being used as option arguments: - - terser --compress --mangle -- input.js - -### Command line options - -``` - -h, --help Print usage information. - `--help options` for details on available options. - -V, --version Print version number. - -p, --parse Specify parser options: - `acorn` Use Acorn for parsing. - `bare_returns` Allow return outside of functions. - Useful when minifying CommonJS - modules and Userscripts that may - be anonymous function wrapped (IIFE) - by the .user.js engine `caller`. - `expression` Parse a single expression, rather than - a program (for parsing JSON). - `spidermonkey` Assume input files are SpiderMonkey - AST format (as JSON). - -c, --compress [options] Enable compressor/specify compressor options: - `pure_funcs` List of functions that can be safely - removed when their return values are - not used. - -m, --mangle [options] Mangle names/specify mangler options: - `reserved` List of names that should not be mangled. - --mangle-props [options] Mangle properties/specify mangler options: - `builtins` Mangle property names that overlaps - with standard JavaScript globals. - `debug` Add debug prefix and suffix. - `domprops` Mangle property names that overlaps - with DOM properties. - `keep_quoted` Only mangle unquoted properties. - `regex` Only mangle matched property names. - `reserved` List of names that should not be mangled. - -b, --beautify [options] Specify output options: - `preamble` Preamble to prepend to the output. You - can use this to insert a comment, for - example for licensing information. - This will not be parsed, but the source - map will adjust for its presence. - `quote_style` Quote style: - 0 - auto - 1 - single - 2 - double - 3 - original - `wrap_iife` Wrap IIFEs in parenthesis. Note: you may - want to disable `negate_iife` under - compressor options. - -o, --output Output file path (default STDOUT). Specify `ast` or - `spidermonkey` to write Terser or SpiderMonkey AST - as JSON to STDOUT respectively. - --comments [filter] Preserve copyright comments in the output. By - default this works like Google Closure, keeping - JSDoc-style comments that contain "@license" or - "@preserve". You can optionally pass one of the - following arguments to this flag: - - "all" to keep all comments - - a valid JS RegExp like `/foo/` or `/^!/` to - keep only matching comments. - Note that currently not *all* comments can be - kept when compression is on, because of dead - code removal or cascading statements into - sequences. - --config-file Read `minify()` options from JSON file. - -d, --define [=value] Global definitions. - --ecma Specify ECMAScript release: 5, 6, 7 or 8. - -e, --enclose [arg[:value]] Embed output in a big function with configurable - arguments and values. - --ie8 Support non-standard Internet Explorer 8. - Equivalent to setting `ie8: true` in `minify()` - for `compress`, `mangle` and `output` options. - By default Terser will not try to be IE-proof. - --keep-classnames Do not mangle/drop class names. - --keep-fnames Do not mangle/drop function names. Useful for - code relying on Function.prototype.name. - --module Input is an ES6 module. If `compress` or `mangle` is - enabled then the `toplevel` option will be enabled. - --name-cache File to hold mangled name mappings. - --safari10 Support non-standard Safari 10/11. - Equivalent to setting `safari10: true` in `minify()` - for `mangle` and `output` options. - By default `terser` will not work around - Safari 10/11 bugs. - --source-map [options] Enable source map/specify source map options: - `base` Path to compute relative paths from input files. - `content` Input source map, useful if you're compressing - JS that was generated from some other original - code. Specify "inline" if the source map is - included within the sources. - `filename` Name and/or location of the output source. - `includeSources` Pass this flag if you want to include - the content of source files in the - source map as sourcesContent property. - `root` Path to the original source to be included in - the source map. - `url` If specified, path to the source map to append in - `//# sourceMappingURL`. - --timings Display operations run time on STDERR. - --toplevel Compress and/or mangle variables in top level scope. - --verbose Print diagnostic messages. - --warn Print warning messages. - --wrap Embed everything in a big function, making the - “exports” and “global” variables available. You - need to pass an argument to this option to - specify the name that your module will take - when included in, say, a browser. -``` - -Specify `--output` (`-o`) to declare the output file. Otherwise the output -goes to STDOUT. - -## CLI source map options - -Terser can generate a source map file, which is highly useful for -debugging your compressed JavaScript. To get a source map, pass -`--source-map --output output.js` (source map will be written out to -`output.js.map`). - -Additional options: - -- `--source-map "filename=''"` to specify the name of the source map. - -- `--source-map "root=''"` to pass the URL where the original files can be found. - -- `--source-map "url=''"` to specify the URL where the source map can be found. - Otherwise Terser assumes HTTP `X-SourceMap` is being used and will omit the - `//# sourceMappingURL=` directive. - -For example: - - terser js/file1.js js/file2.js \ - -o foo.min.js -c -m \ - --source-map "root='http://foo.com/src',url='foo.min.js.map'" - -The above will compress and mangle `file1.js` and `file2.js`, will drop the -output in `foo.min.js` and the source map in `foo.min.js.map`. The source -mapping will refer to `http://foo.com/src/js/file1.js` and -`http://foo.com/src/js/file2.js` (in fact it will list `http://foo.com/src` -as the source map root, and the original files as `js/file1.js` and -`js/file2.js`). - -### Composed source map - -When you're compressing JS code that was output by a compiler such as -CoffeeScript, mapping to the JS code won't be too helpful. Instead, you'd -like to map back to the original code (i.e. CoffeeScript). Terser has an -option to take an input source map. Assuming you have a mapping from -CoffeeScript → compiled JS, Terser can generate a map from CoffeeScript → -compressed JS by mapping every token in the compiled JS to its original -location. - -To use this feature pass `--source-map "content='/path/to/input/source.map'"` -or `--source-map "content=inline"` if the source map is included inline with -the sources. - -## CLI compress options - -You need to pass `--compress` (`-c`) to enable the compressor. Optionally -you can pass a comma-separated list of [compress options](#compress-options). - -Options are in the form `foo=bar`, or just `foo` (the latter implies -a boolean option that you want to set `true`; it's effectively a -shortcut for `foo=true`). - -Example: - - terser file.js -c toplevel,sequences=false - -## CLI mangle options - -To enable the mangler you need to pass `--mangle` (`-m`). The following -(comma-separated) options are supported: - -- `toplevel` (default `false`) -- mangle names declared in the top level scope. - -- `eval` (default `false`) -- mangle names visible in scopes where `eval` or `with` are used. - -When mangling is enabled but you want to prevent certain names from being -mangled, you can declare those names with `--mangle reserved` — pass a -comma-separated list of names. For example: - - terser ... -m reserved=['$','require','exports'] - -to prevent the `require`, `exports` and `$` names from being changed. - -### CLI mangling property names (`--mangle-props`) - -**Note:** THIS **WILL** BREAK YOUR CODE. A good rule of thumb is not to use this unless you know exactly what you're doing and how this works and read this section until the end. - -Mangling property names is a separate step, different from variable name mangling. Pass -`--mangle-props` to enable it. The least dangerous -way to use this is to use the `regex` option like so: - -``` -terser example.js -c -m --mangle-props regex=/_$/ -``` - -This will mangle all properties that start with an -underscore. So you can use it to mangle internal methods. - -By default, it will mangle all properties in the -input code with the exception of built in DOM properties and properties -in core JavaScript classes, which is what will break your code if you don't: - -1. Control all the code you're mangling -2. Avoid using a module bundler, as they usually will call Terser on each file individually, making it impossible to pass mangled objects between modules. -3. Avoid calling functions like `defineProperty` or `hasOwnProperty`, because they refer to object properties using strings and will break your code if you don't know what you are doing. - -An example: - -```javascript -// example.js -var x = { - baz_: 0, - foo_: 1, - calc: function() { - return this.foo_ + this.baz_; - } -}; -x.bar_ = 2; -x["baz_"] = 3; -console.log(x.calc()); -``` -Mangle all properties (except for JavaScript `builtins`) (**very** unsafe): -```bash -$ terser example.js -c -m --mangle-props -``` -```javascript -var x={o:0,_:1,l:function(){return this._+this.o}};x.t=2,x.o=3,console.log(x.l()); -``` -Mangle all properties except for `reserved` properties (still very unsafe): -```bash -$ terser example.js -c -m --mangle-props reserved=[foo_,bar_] -``` -```javascript -var x={o:0,foo_:1,_:function(){return this.foo_+this.o}};x.bar_=2,x.o=3,console.log(x._()); -``` -Mangle all properties matching a `regex` (not as unsafe but still unsafe): -```bash -$ terser example.js -c -m --mangle-props regex=/_$/ -``` -```javascript -var x={o:0,_:1,calc:function(){return this._+this.o}};x.l=2,x.o=3,console.log(x.calc()); -``` - -Combining mangle properties options: -```bash -$ terser example.js -c -m --mangle-props regex=/_$/,reserved=[bar_] -``` -```javascript -var x={o:0,_:1,calc:function(){return this._+this.o}};x.bar_=2,x.o=3,console.log(x.calc()); -``` - -In order for this to be of any use, we avoid mangling standard JS names by -default (`--mangle-props builtins` to override). - -A default exclusion file is provided in `tools/domprops.json` which should -cover most standard JS and DOM properties defined in various browsers. Pass -`--mangle-props domprops` to disable this feature. - -A regular expression can be used to define which property names should be -mangled. For example, `--mangle-props regex=/^_/` will only mangle property -names that start with an underscore. - -When you compress multiple files using this option, in order for them to -work together in the end we need to ensure somehow that one property gets -mangled to the same name in all of them. For this, pass `--name-cache filename.json` -and Terser will maintain these mappings in a file which can then be reused. -It should be initially empty. Example: - -```bash -$ rm -f /tmp/cache.json # start fresh -$ terser file1.js file2.js --mangle-props --name-cache /tmp/cache.json -o part1.js -$ terser file3.js file4.js --mangle-props --name-cache /tmp/cache.json -o part2.js -``` - -Now, `part1.js` and `part2.js` will be consistent with each other in terms -of mangled property names. - -Using the name cache is not necessary if you compress all your files in a -single call to Terser. - -### Mangling unquoted names (`--mangle-props keep_quoted`) - -Using quoted property name (`o["foo"]`) reserves the property name (`foo`) -so that it is not mangled throughout the entire script even when used in an -unquoted style (`o.foo`). Example: - -```javascript -// stuff.js -var o = { - "foo": 1, - bar: 3 -}; -o.foo += o.bar; -console.log(o.foo); -``` -```bash -$ terser stuff.js --mangle-props keep_quoted -c -m -``` -```javascript -var o={foo:1,o:3};o.foo+=o.o,console.log(o.foo); -``` - -### Debugging property name mangling - -You can also pass `--mangle-props debug` in order to mangle property names -without completely obscuring them. For example the property `o.foo` -would mangle to `o._$foo$_` with this option. This allows property mangling -of a large codebase while still being able to debug the code and identify -where mangling is breaking things. - -```bash -$ terser stuff.js --mangle-props debug -c -m -``` -```javascript -var o={_$foo$_:1,_$bar$_:3};o._$foo$_+=o._$bar$_,console.log(o._$foo$_); -``` - -You can also pass a custom suffix using `--mangle-props debug=XYZ`. This would then -mangle `o.foo` to `o._$foo$XYZ_`. You can change this each time you compile a -script to identify how a property got mangled. One technique is to pass a -random number on every compile to simulate mangling changing with different -inputs (e.g. as you update the input script with new properties), and to help -identify mistakes like writing mangled keys to storage. - - -# API Reference - -Assuming installation via NPM, you can load Terser in your application -like this: -```javascript -var Terser = require("terser"); -``` -Browser loading is also supported: -```html - - -``` - -There is a single high level function, **`minify(code, options)`**, -which will perform all minification [phases](#minify-options) in a configurable -manner. By default `minify()` will enable the options [`compress`](#compress-options) -and [`mangle`](#mangle-options). Example: -```javascript -var code = "function add(first, second) { return first + second; }"; -var result = Terser.minify(code); -console.log(result.error); // runtime error, or `undefined` if no error -console.log(result.code); // minified output: function add(n,d){return n+d} -``` - -You can `minify` more than one JavaScript file at a time by using an object -for the first argument where the keys are file names and the values are source -code: -```javascript -var code = { - "file1.js": "function add(first, second) { return first + second; }", - "file2.js": "console.log(add(1 + 2, 3 + 4));" -}; -var result = Terser.minify(code); -console.log(result.code); -// function add(d,n){return d+n}console.log(add(3,7)); -``` - -The `toplevel` option: -```javascript -var code = { - "file1.js": "function add(first, second) { return first + second; }", - "file2.js": "console.log(add(1 + 2, 3 + 4));" -}; -var options = { toplevel: true }; -var result = Terser.minify(code, options); -console.log(result.code); -// console.log(3+7); -``` - -The `nameCache` option: -```javascript -var options = { - mangle: { - toplevel: true, - }, - nameCache: {} -}; -var result1 = Terser.minify({ - "file1.js": "function add(first, second) { return first + second; }" -}, options); -var result2 = Terser.minify({ - "file2.js": "console.log(add(1 + 2, 3 + 4));" -}, options); -console.log(result1.code); -// function n(n,r){return n+r} -console.log(result2.code); -// console.log(n(3,7)); -``` - -You may persist the name cache to the file system in the following way: -```javascript -var cacheFileName = "/tmp/cache.json"; -var options = { - mangle: { - properties: true, - }, - nameCache: JSON.parse(fs.readFileSync(cacheFileName, "utf8")) -}; -fs.writeFileSync("part1.js", Terser.minify({ - "file1.js": fs.readFileSync("file1.js", "utf8"), - "file2.js": fs.readFileSync("file2.js", "utf8") -}, options).code, "utf8"); -fs.writeFileSync("part2.js", Terser.minify({ - "file3.js": fs.readFileSync("file3.js", "utf8"), - "file4.js": fs.readFileSync("file4.js", "utf8") -}, options).code, "utf8"); -fs.writeFileSync(cacheFileName, JSON.stringify(options.nameCache), "utf8"); -``` - -An example of a combination of `minify()` options: -```javascript -var code = { - "file1.js": "function add(first, second) { return first + second; }", - "file2.js": "console.log(add(1 + 2, 3 + 4));" -}; -var options = { - toplevel: true, - compress: { - global_defs: { - "@console.log": "alert" - }, - passes: 2 - }, - output: { - beautify: false, - preamble: "/* minified */" - } -}; -var result = Terser.minify(code, options); -console.log(result.code); -// /* minified */ -// alert(10);" -``` - -To produce warnings: -```javascript -var code = "function f(){ var u; return 2 + 3; }"; -var options = { warnings: true }; -var result = Terser.minify(code, options); -console.log(result.error); // runtime error, `undefined` in this case -console.log(result.warnings); // [ 'Dropping unused variable u [0:1,18]' ] -console.log(result.code); // function f(){return 5} -``` - -An error example: -```javascript -var result = Terser.minify({"foo.js" : "if (0) else console.log(1);"}); -console.log(JSON.stringify(result.error)); -// {"message":"Unexpected token: keyword (else)","filename":"foo.js","line":1,"col":7,"pos":7} -``` -Note: unlike `uglify-js@2.x`, the Terser API does not throw errors. -To achieve a similar effect one could do the following: -```javascript -var result = Terser.minify(code, options); -if (result.error) throw result.error; -``` - -## Minify options - -- `ecma` (default `undefined`) - pass `5`, `6`, `7` or `8` to override `parse`, - `compress` and `output` options. - -- `warnings` (default `false`) — pass `true` to return compressor warnings - in `result.warnings`. Use the value `"verbose"` for more detailed warnings. - -- `parse` (default `{}`) — pass an object if you wish to specify some - additional [parse options](#parse-options). - -- `compress` (default `{}`) — pass `false` to skip compressing entirely. - Pass an object to specify custom [compress options](#compress-options). - -- `mangle` (default `true`) — pass `false` to skip mangling names, or pass - an object to specify [mangle options](#mangle-options) (see below). - - - `mangle.properties` (default `false`) — a subcategory of the mangle option. - Pass an object to specify custom [mangle property options](#mangle-properties-options). - -- `module` (default `false`) — Use when minifying an ES6 module. "use strict" - is implied and names can be mangled on the top scope. If `compress` or - `mangle` is enabled then the `toplevel` option will be enabled. - -- `output` (default `null`) — pass an object if you wish to specify - additional [output options](#output-options). The defaults are optimized - for best compression. - -- `sourceMap` (default `false`) - pass an object if you wish to specify - [source map options](#source-map-options). - -- `toplevel` (default `false`) - set to `true` if you wish to enable top level - variable and function name mangling and to drop unused variables and functions. - -- `nameCache` (default `null`) - pass an empty object `{}` or a previously - used `nameCache` object if you wish to cache mangled variable and - property names across multiple invocations of `minify()`. Note: this is - a read/write property. `minify()` will read the name cache state of this - object and update it during minification so that it may be - reused or externally persisted by the user. - -- `ie8` (default `false`) - set to `true` to support IE8. - -- `keep_classnames` (default: `undefined`) - pass `true` to prevent discarding or mangling - of class names. Pass a regular expression to only keep class names matching that regex. - -- `keep_fnames` (default: `false`) - pass `true` to prevent discarding or mangling - of function names. Pass a regular expression to only keep class names matching that regex. - Useful for code relying on `Function.prototype.name`. If the top level minify option - `keep_classnames` is `undefined` it will be overridden with the value of the top level - minify option `keep_fnames`. - -- `safari10` (default: `false`) - pass `true` to work around Safari 10/11 bugs in - loop scoping and `await`. See `safari10` options in [`mangle`](#mangle-options) - and [`output`](#output-options) for details. - -## Minify options structure - -```javascript -{ - parse: { - // parse options - }, - compress: { - // compress options - }, - mangle: { - // mangle options - - properties: { - // mangle property options - } - }, - output: { - // output options - }, - sourceMap: { - // source map options - }, - ecma: 5, // specify one of: 5, 6, 7 or 8 - keep_classnames: false, - keep_fnames: false, - ie8: false, - module: false, - nameCache: null, // or specify a name cache object - safari10: false, - toplevel: false, - warnings: false, -} -``` - -### Source map options - -To generate a source map: -```javascript -var result = Terser.minify({"file1.js": "var a = function() {};"}, { - sourceMap: { - filename: "out.js", - url: "out.js.map" - } -}); -console.log(result.code); // minified output -console.log(result.map); // source map -``` - -Note that the source map is not saved in a file, it's just returned in -`result.map`. The value passed for `sourceMap.url` is only used to set -`//# sourceMappingURL=out.js.map` in `result.code`. The value of -`filename` is only used to set `file` attribute (see [the spec][sm-spec]) -in source map file. - -You can set option `sourceMap.url` to be `"inline"` and source map will -be appended to code. - -You can also specify sourceRoot property to be included in source map: -```javascript -var result = Terser.minify({"file1.js": "var a = function() {};"}, { - sourceMap: { - root: "http://example.com/src", - url: "out.js.map" - } -}); -``` - -If you're compressing compiled JavaScript and have a source map for it, you -can use `sourceMap.content`: -```javascript -var result = Terser.minify({"compiled.js": "compiled code"}, { - sourceMap: { - content: "content from compiled.js.map", - url: "minified.js.map" - } -}); -// same as before, it returns `code` and `map` -``` - -If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.url`. - -## Parse options - -- `bare_returns` (default `false`) -- support top level `return` statements - -- `ecma` (default: `8`) -- specify one of `5`, `6`, `7` or `8`. Note: this setting - is not presently enforced except for ES8 optional trailing commas in function - parameter lists and calls with `ecma` `8`. - -- `html5_comments` (default `true`) - -- `shebang` (default `true`) -- support `#!command` as the first line - -## Compress options - -- `arrows` (default: `true`) -- Converts `()=>{return x}` to `()=>x`. Class - and object literal methods will also be converted to arrow expressions if - the resultant code is shorter: `m(){return x}` becomes `m:()=>x`. - -- `arguments` (default: `false`) -- replace `arguments[index]` with function - parameter name whenever possible. - -- `booleans` (default: `true`) -- various optimizations for boolean context, - for example `!!a ? b : c → a ? b : c` - -- `booleans_as_integers` (default: `false`) -- Turn booleans into 0 and 1, also - makes comparisons with booleans use `==` and `!=` instead of `===` and `!==`. - -- `collapse_vars` (default: `true`) -- Collapse single-use non-constant variables, - side effects permitting. - -- `comparisons` (default: `true`) -- apply certain optimizations to binary nodes, - e.g. `!(a <= b) → a > b` (only when `unsafe_comps`), attempts to negate binary - nodes, e.g. `a = !b && !c && !d && !e → a=!(b||c||d||e)` etc. - -- `computed_props` (default: `true`) -- Transforms constant computed properties - into regular ones: `{["computed"]: 1}` is converted to `{computed: 1}`. - -- `conditionals` (default: `true`) -- apply optimizations for `if`-s and conditional - expressions - -- `dead_code` (default: `true`) -- remove unreachable code - -- `defaults` (default: `true`) -- Pass `false` to disable most default - enabled `compress` transforms. Useful when you only want to enable a few - `compress` options while disabling the rest. - -- `directives` (default: `true`) -- remove redundant or non-standard directives - -- `drop_console` (default: `false`) -- Pass `true` to discard calls to - `console.*` functions. If you wish to drop a specific function call - such as `console.info` and/or retain side effects from function arguments - after dropping the function call then use `pure_funcs` instead. - -- `drop_debugger` (default: `true`) -- remove `debugger;` statements - -- `ecma` (default: `5`) -- Pass `6` or greater to enable `compress` options that - will transform ES5 code into smaller ES6+ equivalent forms. - -- `evaluate` (default: `true`) -- attempt to evaluate constant expressions - -- `expression` (default: `false`) -- Pass `true` to preserve completion values - from terminal statements without `return`, e.g. in bookmarklets. - -- `global_defs` (default: `{}`) -- see [conditional compilation](#conditional-compilation) - -- `hoist_funs` (default: `false`) -- hoist function declarations - -- `hoist_props` (default: `true`) -- hoist properties from constant object and - array literals into regular variables subject to a set of constraints. For example: - `var o={p:1, q:2}; f(o.p, o.q);` is converted to `f(1, 2);`. Note: `hoist_props` - works best with `mangle` enabled, the `compress` option `passes` set to `2` or higher, - and the `compress` option `toplevel` enabled. - -- `hoist_vars` (default: `false`) -- hoist `var` declarations (this is `false` - by default because it seems to increase the size of the output in general) - -- `if_return` (default: `true`) -- optimizations for if/return and if/continue - -- `inline` (default: `true`) -- inline calls to function with simple/`return` statement: - - `false` -- same as `0` - - `0` -- disabled inlining - - `1` -- inline simple functions - - `2` -- inline functions with arguments - - `3` -- inline functions with arguments and variables - - `true` -- same as `3` - -- `join_vars` (default: `true`) -- join consecutive `var` statements - -- `keep_classnames` (default: `false`) -- Pass `true` to prevent the compressor from - discarding class names. Pass a regular expression to only keep class names matching - that regex. See also: the `keep_classnames` [mangle option](#mangle). - -- `keep_fargs` (default: `true`) -- Prevents the compressor from discarding unused - function arguments. You need this for code which relies on `Function.length`. - -- `keep_fnames` (default: `false`) -- Pass `true` to prevent the - compressor from discarding function names. Pass a regular expression to only keep - class names matching that regex. Useful for code relying on `Function.prototype.name`. - See also: the `keep_fnames` [mangle option](#mangle). - -- `keep_infinity` (default: `false`) -- Pass `true` to prevent `Infinity` from - being compressed into `1/0`, which may cause performance issues on Chrome. - -- `loops` (default: `true`) -- optimizations for `do`, `while` and `for` loops - when we can statically determine the condition. - -- `module` (default `false`) -- Pass `true` when compressing an ES6 module. Strict - mode is implied and the `toplevel` option as well. - -- `negate_iife` (default: `true`) -- negate "Immediately-Called Function Expressions" - where the return value is discarded, to avoid the parens that the - code generator would insert. - -- `passes` (default: `1`) -- The maximum number of times to run compress. - In some cases more than one pass leads to further compressed code. Keep in - mind more passes will take more time. - -- `properties` (default: `true`) -- rewrite property access using the dot notation, for - example `foo["bar"] → foo.bar` - -- `pure_funcs` (default: `null`) -- You can pass an array of names and - Terser will assume that those functions do not produce side - effects. DANGER: will not check if the name is redefined in scope. - An example case here, for instance `var q = Math.floor(a/b)`. If - variable `q` is not used elsewhere, Terser will drop it, but will - still keep the `Math.floor(a/b)`, not knowing what it does. You can - pass `pure_funcs: [ 'Math.floor' ]` to let it know that this - function won't produce any side effect, in which case the whole - statement would get discarded. The current implementation adds some - overhead (compression will be slower). - -- `pure_getters` (default: `"strict"`) -- If you pass `true` for - this, Terser will assume that object property access - (e.g. `foo.bar` or `foo["bar"]`) doesn't have any side effects. - Specify `"strict"` to treat `foo.bar` as side-effect-free only when - `foo` is certain to not throw, i.e. not `null` or `undefined`. - -- `reduce_funcs` (default: `true`) -- Allows single-use functions to be - inlined as function expressions when permissible allowing further - optimization. Enabled by default. Option depends on `reduce_vars` - being enabled. Some code runs faster in the Chrome V8 engine if this - option is disabled. Does not negatively impact other major browsers. - -- `reduce_vars` (default: `true`) -- Improve optimization on variables assigned with and - used as constant values. - -- `sequences` (default: `true`) -- join consecutive simple statements using the - comma operator. May be set to a positive integer to specify the maximum number - of consecutive comma sequences that will be generated. If this option is set to - `true` then the default `sequences` limit is `200`. Set option to `false` or `0` - to disable. The smallest `sequences` length is `2`. A `sequences` value of `1` - is grandfathered to be equivalent to `true` and as such means `200`. On rare - occasions the default sequences limit leads to very slow compress times in which - case a value of `20` or less is recommended. - -- `side_effects` (default: `true`) -- Pass `false` to disable potentially dropping - functions marked as "pure". A function call is marked as "pure" if a comment - annotation `/*@__PURE__*/` or `/*#__PURE__*/` immediately precedes the call. For - example: `/*@__PURE__*/foo();` - -- `switches` (default: `true`) -- de-duplicate and remove unreachable `switch` branches - -- `toplevel` (default: `false`) -- drop unreferenced functions (`"funcs"`) and/or - variables (`"vars"`) in the top level scope (`false` by default, `true` to drop - both unreferenced functions and variables) - -- `top_retain` (default: `null`) -- prevent specific toplevel functions and - variables from `unused` removal (can be array, comma-separated, RegExp or - function. Implies `toplevel`) - -- `typeofs` (default: `true`) -- Transforms `typeof foo == "undefined"` into - `foo === void 0`. Note: recommend to set this value to `false` for IE10 and - earlier versions due to known issues. - -- `unsafe` (default: `false`) -- apply "unsafe" transformations - ([details](#the-unsafe-compress-option)). - -- `unsafe_arrows` (default: `false`) -- Convert ES5 style anonymous function - expressions to arrow functions if the function body does not reference `this`. - Note: it is not always safe to perform this conversion if code relies on the - the function having a `prototype`, which arrow functions lack. - This transform requires that the `ecma` compress option is set to `6` or greater. - -- `unsafe_comps` (default: `false`) -- Reverse `<` and `<=` to `>` and `>=` to - allow improved compression. This might be unsafe when an at least one of two - operands is an object with computed values due the use of methods like `get`, - or `valueOf`. This could cause change in execution order after operands in the - comparison are switching. Compression only works if both `comparisons` and - `unsafe_comps` are both set to true. - -- `unsafe_Function` (default: `false`) -- compress and mangle `Function(args, code)` - when both `args` and `code` are string literals. - -- `unsafe_math` (default: `false`) -- optimize numerical expressions like - `2 * x * 3` into `6 * x`, which may give imprecise floating point results. - -- `unsafe_methods` (default: false) -- Converts `{ m: function(){} }` to - `{ m(){} }`. `ecma` must be set to `6` or greater to enable this transform. - If `unsafe_methods` is a RegExp then key/value pairs with keys matching the - RegExp will be converted to concise methods. - Note: if enabled there is a risk of getting a "`` is not a - constructor" TypeError should any code try to `new` the former function. - -- `unsafe_proto` (default: `false`) -- optimize expressions like - `Array.prototype.slice.call(a)` into `[].slice.call(a)` - -- `unsafe_regexp` (default: `false`) -- enable substitutions of variables with - `RegExp` values the same way as if they are constants. - -- `unsafe_undefined` (default: `false`) -- substitute `void 0` if there is a - variable named `undefined` in scope (variable name will be mangled, typically - reduced to a single character) - -- `unused` (default: `true`) -- drop unreferenced functions and variables (simple - direct variable assignments do not count as references unless set to `"keep_assign"`) - -- `warnings` (default: `false`) -- display warnings when dropping unreachable - code or unused declarations etc. - -## Mangle options - -- `eval` (default `false`) -- Pass `true` to mangle names visible in scopes - where `eval` or `with` are used. - -- `keep_classnames` (default `false`) -- Pass `true` to not mangle class names. - Pass a regular expression to only keep class names matching that regex. - See also: the `keep_classnames` [compress option](#compress-options). - -- `keep_fnames` (default `false`) -- Pass `true` to not mangle function names. - Pass a regular expression to only keep class names matching that regex. - Useful for code relying on `Function.prototype.name`. See also: the `keep_fnames` - [compress option](#compress-options). - -- `module` (default `false`) -- Pass `true` an ES6 modules, where the toplevel - scope is not the global scope. Implies `toplevel`. - -- `reserved` (default `[]`) -- Pass an array of identifiers that should be - excluded from mangling. Example: `["foo", "bar"]`. - -- `toplevel` (default `false`) -- Pass `true` to mangle names declared in the - top level scope. - -- `safari10` (default `false`) -- Pass `true` to work around the Safari 10 loop - iterator [bug](https://bugs.webkit.org/show_bug.cgi?id=171041) - "Cannot declare a let variable twice". - See also: the `safari10` [output option](#output-options). - -Examples: - -```javascript -// test.js -var globalVar; -function funcName(firstLongName, anotherLongName) { - var myVariable = firstLongName + anotherLongName; -} -``` -```javascript -var code = fs.readFileSync("test.js", "utf8"); - -Terser.minify(code).code; -// 'function funcName(a,n){}var globalVar;' - -Terser.minify(code, { mangle: { reserved: ['firstLongName'] } }).code; -// 'function funcName(firstLongName,a){}var globalVar;' - -Terser.minify(code, { mangle: { toplevel: true } }).code; -// 'function n(n,a){}var a;' -``` - -### Mangle properties options - -- `builtins` (default: `false`) -- Use `true` to allow the mangling of builtin - DOM properties. Not recommended to override this setting. - -- `debug` (default: `false`) -— Mangle names with the original name still present. - Pass an empty string `""` to enable, or a non-empty string to set the debug suffix. - -- `keep_quoted` (default: `false`) -— Only mangle unquoted property names. - -- `regex` (default: `null`) -— Pass a RegExp literal to only mangle property - names matching the regular expression. - -- `reserved` (default: `[]`) -- Do not mangle property names listed in the - `reserved` array. - -## Output options - -The code generator tries to output shortest code possible by default. In -case you want beautified output, pass `--beautify` (`-b`). Optionally you -can pass additional arguments that control the code output: - -- `ascii_only` (default `false`) -- escape Unicode characters in strings and - regexps (affects directives with non-ascii characters becoming invalid) - -- `beautify` (default `true`) -- whether to actually beautify the output. - Passing `-b` will set this to true, but you might need to pass `-b` even - when you want to generate minified code, in order to specify additional - arguments, so you can use `-b beautify=false` to override it. - -- `braces` (default `false`) -- always insert braces in `if`, `for`, - `do`, `while` or `with` statements, even if their body is a single - statement. - -- `comments` (default `false`) -- pass `true` or `"all"` to preserve all - comments, `"some"` to preserve some comments, a regular expression string - (e.g. `/^!/`) or a function. - -- `ecma` (default `5`) -- set output printing mode. Set `ecma` to `6` or - greater to emit shorthand object properties - i.e.: `{a}` instead of `{a: a}`. - The `ecma` option will only change the output in direct control of the - beautifier. Non-compatible features in the abstract syntax tree will still - be output as is. For example: an `ecma` setting of `5` will **not** convert - ES6+ code to ES5. - -- `indent_level` (default `4`) - -- `indent_start` (default `0`) -- prefix all lines by that many spaces - -- `inline_script` (default `true`) -- escape HTML comments and the slash in - occurrences of `` in strings - -- `keep_quoted_props` (default `false`) -- when turned on, prevents stripping - quotes from property names in object literals. - -- `max_line_len` (default `false`) -- maximum line length (for minified code) - -- `preamble` (default `null`) -- when passed it must be a string and - it will be prepended to the output literally. The source map will - adjust for this text. Can be used to insert a comment containing - licensing information, for example. - -- `quote_keys` (default `false`) -- pass `true` to quote all keys in literal - objects - -- `quote_style` (default `0`) -- preferred quote style for strings (affects - quoted property names and directives as well): - - `0` -- prefers double quotes, switches to single quotes when there are - more double quotes in the string itself. `0` is best for gzip size. - - `1` -- always use single quotes - - `2` -- always use double quotes - - `3` -- always use the original quotes - -- `safari10` (default `false`) -- set this option to `true` to work around - the [Safari 10/11 await bug](https://bugs.webkit.org/show_bug.cgi?id=176685). - See also: the `safari10` [mangle option](#mangle-options). - -- `semicolons` (default `true`) -- separate statements with semicolons. If - you pass `false` then whenever possible we will use a newline instead of a - semicolon, leading to more readable output of minified code (size before - gzip could be smaller; size after gzip insignificantly larger). - -- `shebang` (default `true`) -- preserve shebang `#!` in preamble (bash scripts) - -- `webkit` (default `false`) -- enable workarounds for WebKit bugs. - PhantomJS users should set this option to `true`. - -- `wrap_iife` (default `false`) -- pass `true` to wrap immediately invoked - function expressions. See - [#640](https://github.com/mishoo/UglifyJS2/issues/640) for more details. - -# Miscellaneous - -### Keeping copyright notices or other comments - -You can pass `--comments` to retain certain comments in the output. By -default it will keep JSDoc-style comments that contain "@preserve", -"@license" or "@cc_on" (conditional compilation for IE). You can pass -`--comments all` to keep all the comments, or a valid JavaScript regexp to -keep only comments that match this regexp. For example `--comments /^!/` -will keep comments like `/*! Copyright Notice */`. - -Note, however, that there might be situations where comments are lost. For -example: -```javascript -function f() { - /** @preserve Foo Bar */ - function g() { - // this function is never called - } - return something(); -} -``` - -Even though it has "@preserve", the comment will be lost because the inner -function `g` (which is the AST node to which the comment is attached to) is -discarded by the compressor as not referenced. - -The safest comments where to place copyright information (or other info that -needs to be kept in the output) are comments attached to toplevel nodes. - -### The `unsafe` `compress` option - -It enables some transformations that *might* break code logic in certain -contrived cases, but should be fine for most code. It assumes that standard -built-in ECMAScript functions and classes have not been altered or replaced. -You might want to try it on your own code; it should reduce the minified size. -Some examples of the optimizations made when this option is enabled: - -- `new Array(1, 2, 3)` or `Array(1, 2, 3)` → `[ 1, 2, 3 ]` -- `new Object()` → `{}` -- `String(exp)` or `exp.toString()` → `"" + exp` -- `new Object/RegExp/Function/Error/Array (...)` → we discard the `new` -- `"foo bar".substr(4)` → `"bar"` - -### Conditional compilation - -You can use the `--define` (`-d`) switch in order to declare global -variables that Terser will assume to be constants (unless defined in -scope). For example if you pass `--define DEBUG=false` then, coupled with -dead code removal Terser will discard the following from the output: -```javascript -if (DEBUG) { - console.log("debug stuff"); -} -``` - -You can specify nested constants in the form of `--define env.DEBUG=false`. - -Terser will warn about the condition being always false and about dropping -unreachable code; for now there is no option to turn off only this specific -warning, you can pass `warnings=false` to turn off *all* warnings. - -Another way of doing that is to declare your globals as constants in a -separate file and include it into the build. For example you can have a -`build/defines.js` file with the following: -```javascript -var DEBUG = false; -var PRODUCTION = true; -// etc. -``` - -and build your code like this: - - terser build/defines.js js/foo.js js/bar.js... -c - -Terser will notice the constants and, since they cannot be altered, it -will evaluate references to them to the value itself and drop unreachable -code as usual. The build will contain the `const` declarations if you use -them. If you are targeting < ES6 environments which does not support `const`, -using `var` with `reduce_vars` (enabled by default) should suffice. - -### Conditional compilation API - -You can also use conditional compilation via the programmatic API. With the difference that the -property name is `global_defs` and is a compressor property: - -```javascript -var result = Terser.minify(fs.readFileSync("input.js", "utf8"), { - compress: { - dead_code: true, - global_defs: { - DEBUG: false - } - } -}); -``` - -To replace an identifier with an arbitrary non-constant expression it is -necessary to prefix the `global_defs` key with `"@"` to instruct Terser -to parse the value as an expression: -```javascript -Terser.minify("alert('hello');", { - compress: { - global_defs: { - "@alert": "console.log" - } - } -}).code; -// returns: 'console.log("hello");' -``` - -Otherwise it would be replaced as string literal: -```javascript -Terser.minify("alert('hello');", { - compress: { - global_defs: { - "alert": "console.log" - } - } -}).code; -// returns: '"console.log"("hello");' -``` - -### Using native Terser AST with `minify()` -```javascript -// example: parse only, produce native Terser AST - -var result = Terser.minify(code, { - parse: {}, - compress: false, - mangle: false, - output: { - ast: true, - code: false // optional - faster if false - } -}); - -// result.ast contains native Terser AST -``` -```javascript -// example: accept native Terser AST input and then compress and mangle -// to produce both code and native AST. - -var result = Terser.minify(ast, { - compress: {}, - mangle: {}, - output: { - ast: true, - code: true // optional - faster if false - } -}); - -// result.ast contains native Terser AST -// result.code contains the minified code in string form. -``` - -### Working with Terser AST - -Traversal and transformation of the native AST can be performed through -[`TreeWalker`](https://github.com/fabiosantoscode/terser/blob/master/lib/ast.js) and -[`TreeTransformer`](https://github.com/fabiosantoscode/terser/blob/master/lib/transform.js) -respectively. - -Largely compatible native AST examples can be found in the original UglifyJS -documentation. See: [tree walker](http://lisperator.net/uglifyjs/walk) and -[tree transform](http://lisperator.net/uglifyjs/transform). - -### ESTree / SpiderMonkey AST - -Terser has its own abstract syntax tree format; for -[practical reasons](http://lisperator.net/blog/uglifyjs-why-not-switching-to-spidermonkey-ast/) -we can't easily change to using the SpiderMonkey AST internally. However, -Terser now has a converter which can import a SpiderMonkey AST. - -For example [Acorn][acorn] is a super-fast parser that produces a -SpiderMonkey AST. It has a small CLI utility that parses one file and dumps -the AST in JSON on the standard output. To use Terser to mangle and -compress that: - - acorn file.js | terser -p spidermonkey -m -c - -The `-p spidermonkey` option tells Terser that all input files are not -JavaScript, but JS code described in SpiderMonkey AST in JSON. Therefore we -don't use our own parser in this case, but just transform that AST into our -internal AST. - -### Use Acorn for parsing - -More for fun, I added the `-p acorn` option which will use Acorn to do all -the parsing. If you pass this option, Terser will `require("acorn")`. - -Acorn is really fast (e.g. 250ms instead of 380ms on some 650K code), but -converting the SpiderMonkey tree that Acorn produces takes another 150ms so -in total it's a bit more than just using Terser's own parser. - -[acorn]: https://github.com/ternjs/acorn -[sm-spec]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k - -### Terser Fast Minify Mode - -It's not well known, but whitespace removal and symbol mangling accounts -for 95% of the size reduction in minified code for most JavaScript - not -elaborate code transforms. One can simply disable `compress` to speed up -Terser builds by 3 to 4 times. - -| d3.js | size | gzip size | time (s) | -| --- | ---: | ---: | ---: | -| original | 451,131 | 108,733 | - | -| terser@3.7.5 mangle=false, compress=false | 316,600 | 85,245 | 0.82 | -| terser@3.7.5 mangle=true, compress=false | 220,216 | 72,730 | 1.45 | -| terser@3.7.5 mangle=true, compress=true | 212,046 | 70,954 | 5.87 | -| babili@0.1.4 | 210,713 | 72,140 | 12.64 | -| babel-minify@0.4.3 | 210,321 | 72,242 | 48.67 | -| babel-minify@0.5.0-alpha.01eac1c3 | 210,421 | 72,238 | 14.17 | - -To enable fast minify mode from the CLI use: -``` -terser file.js -m -``` -To enable fast minify mode with the API use: -```js -Terser.minify(code, { compress: false, mangle: true }); -``` - -#### Source maps and debugging - -Various `compress` transforms that simplify, rearrange, inline and remove code -are known to have an adverse effect on debugging with source maps. This is -expected as code is optimized and mappings are often simply not possible as -some code no longer exists. For highest fidelity in source map debugging -disable the `compress` option and just use `mangle`. - -### Compiler assumptions - -To allow for better optimizations, the compiler makes various assumptions: - -- `.toString()` and `.valueOf()` don't have side effects, and for built-in - objects they have not been overridden. -- `undefined`, `NaN` and `Infinity` have not been externally redefined. -- `arguments.callee`, `arguments.caller` and `Function.prototype.caller` are not used. -- The code doesn't expect the contents of `Function.prototype.toString()` or - `Error.prototype.stack` to be anything in particular. -- Getting and setting properties on a plain object does not cause other side effects - (using `.watch()` or `Proxy`). -- Object properties can be added, removed and modified (not prevented with - `Object.defineProperty()`, `Object.defineProperties()`, `Object.freeze()`, - `Object.preventExtensions()` or `Object.seal()`). - -### Build Tools and Adaptors using Terser - -https://www.npmjs.com/browse/depended/terser - -### Replacing `uglify-es` with `terser` in a project using `yarn` - -A number of JS bundlers and uglify wrappers are still using buggy versions -of `uglify-es` and have not yet upgraded to `terser`. If you are using `yarn` -you can add the following alias to your project's `package.json` file: - -```js - "resolutions": { - "uglify-es": "npm:terser" - } -``` - -to use `terser` instead of `uglify-es` in all deeply nested dependencies -without changing any code. - -Note: for this change to take effect you must run the following commands -to remove the existing `yarn` lock file and reinstall all packages: - -``` -$ rm -rf node_modules yarn.lock -$ yarn -``` - -# Reporting issues - -In the terser CLI we use [source-map-support](https://npmjs.com/source-map-support) to produce good error stacks. In your own app, you're expected to enable source-map-support (read their docs) to have nice stack traces that will make good issues. - -# README.md Patrons: - -*note*: You can support this project on patreon: patron. Check out PATRONS.md for our first-tier patrons. - - - * CKEditor ![](https://c10.patreonusercontent.com/3/eyJoIjoxMDAsInciOjEwMH0%3D/patreon-media/p/user/15452278/f8548dcf48d740619071e8d614459280/1?token-time=2145916800&token-hash=SIQ54PhIPHv3M7CVz9LxS8_8v4sOw4H304HaXsXj8MM%3D) - * 38elements ![](https://c10.patreonusercontent.com/3/eyJ3IjoyMDB9/patreon-media/p/user/12501844/88e7fc5dd62d45c6a5626533bbd48cfb/1?token-time=2145916800&token-hash=c3AsQ5T0IQWic0zKxFHu-bGGQJkXQFvafvJ4bPerFR4%3D) diff --git a/2019-setembro/node_modules/terser/bin/uglifyjs b/2019-setembro/node_modules/terser/bin/uglifyjs deleted file mode 100755 index b226a78..0000000 --- a/2019-setembro/node_modules/terser/bin/uglifyjs +++ /dev/null @@ -1,484 +0,0 @@ -#!/usr/bin/env node -// -*- js -*- -/* eslint-env node */ - -"use strict"; - -require("../tools/exit.js"); - -var fs = require("fs"); -var info = require("../package.json"); -var path = require("path"); -var program = require("commander"); - -var bundle_path = __dirname + (process.env.TERSER_NO_BUNDLE ? - "/../dist/bundle.js" : - "/../dist/bundle.min.js"); -var UglifyJS = require(bundle_path); -try { - require("source-map-support").install(); -} catch (err) {} - -var skip_keys = [ "cname", "inlined", "parent_scope", "scope", "uses_eval", "uses_with" ]; -var files = {}; -var options = { - compress: false, - mangle: false -}; -program.version(info.name + " " + info.version); -program.parseArgv = program.parse; -program.parse = undefined; -if (process.argv.includes("ast")) program.helpInformation = describe_ast; -else if (process.argv.includes("options")) program.helpInformation = function() { - var text = []; - var options = UglifyJS.default_options(); - for (var option in options) { - text.push("--" + (option === "output" ? "beautify" : option === "sourceMap" ? "source-map" : option) + " options:"); - text.push(format_object(options[option])); - text.push(""); - } - return text.join("\n"); -}; -program.option("-p, --parse ", "Specify parser options.", parse_js()); -program.option("-c, --compress [options]", "Enable compressor/specify compressor options.", parse_js()); -program.option("-m, --mangle [options]", "Mangle names/specify mangler options.", parse_js()); -program.option("--mangle-props [options]", "Mangle properties/specify mangler options.", parse_js()); -program.option("-b, --beautify [options]", "Beautify output/specify output options.", parse_js()); -program.option("-o, --output ", "Output file (default STDOUT)."); -program.option("--comments [filter]", "Preserve copyright comments in the output."); -program.option("--config-file ", "Read minify() options from JSON file."); -program.option("-d, --define [=value]", "Global definitions.", parse_js("define")); -program.option("--ecma ", "Specify ECMAScript release: 5, 6, 7 or 8."); -program.option("-e, --enclose [arg[,...][:value[,...]]]", "Embed output in a big function with configurable arguments and values."); -program.option("--ie8", "Support non-standard Internet Explorer 8."); -program.option("--keep-classnames", "Do not mangle/drop class names."); -program.option("--keep-fnames", "Do not mangle/drop function names. Useful for code relying on Function.prototype.name."); -program.option("--module", "Input is an ES6 module"); -program.option("--name-cache ", "File to hold mangled name mappings."); -program.option("--rename", "Force symbol expansion."); -program.option("--no-rename", "Disable symbol expansion."); -program.option("--safari10", "Support non-standard Safari 10."); -program.option("--source-map [options]", "Enable source map/specify source map options.", parse_source_map()); -program.option("--timings", "Display operations run time on STDERR."); -program.option("--toplevel", "Compress and/or mangle variables in toplevel scope."); -program.option("--verbose", "Print diagnostic messages."); -program.option("--warn", "Print warning messages."); -program.option("--wrap ", "Embed everything as a function with “exports” corresponding to “name” globally."); -program.arguments("[files...]").parseArgv(process.argv); -if (program.configFile) { - options = JSON.parse(read_file(program.configFile)); -} -if (!program.output && program.sourceMap && program.sourceMap.url != "inline") { - fatal("ERROR: cannot write source map to STDOUT"); -} -[ - "compress", - "enclose", - "ie8", - "mangle", - "module", - "safari10", - "sourceMap", - "toplevel", - "wrap" -].forEach(function(name) { - if (name in program) { - options[name] = program[name]; - } -}); -if ("ecma" in program) { - if (program.ecma != (program.ecma | 0)) fatal("ERROR: ecma must be an integer"); - options.ecma = program.ecma | 0; -} -if (program.beautify) { - options.output = typeof program.beautify == "object" ? program.beautify : {}; - if (!("beautify" in options.output)) { - options.output.beautify = true; - } -} -if (program.comments) { - if (typeof options.output != "object") options.output = {}; - options.output.comments = typeof program.comments == "string" ? program.comments : "some"; -} -if (program.define) { - if (typeof options.compress != "object") options.compress = {}; - if (typeof options.compress.global_defs != "object") options.compress.global_defs = {}; - for (var expr in program.define) { - options.compress.global_defs[expr] = program.define[expr]; - } -} -if (program.keepClassnames) { - options.keep_classnames = true; -} -if (program.keepFnames) { - options.keep_fnames = true; -} -if (program.mangleProps) { - if (program.mangleProps.domprops) { - delete program.mangleProps.domprops; - } else { - if (typeof program.mangleProps != "object") program.mangleProps = {}; - if (!Array.isArray(program.mangleProps.reserved)) program.mangleProps.reserved = []; - } - if (typeof options.mangle != "object") options.mangle = {}; - options.mangle.properties = program.mangleProps; -} -if (program.nameCache) { - options.nameCache = JSON.parse(read_file(program.nameCache, "{}")); -} -if (program.output == "ast") { - options.output = { - ast: true, - code: false - }; -} -if (program.parse) { - if (!program.parse.acorn && !program.parse.spidermonkey) { - options.parse = program.parse; - } else if (program.sourceMap && program.sourceMap.content == "inline") { - fatal("ERROR: inline source map only works with built-in parser"); - } -} -if (~program.rawArgs.indexOf("--rename")) { - options.rename = true; -} else if (!program.rename) { - options.rename = false; -} -var convert_path = function(name) { - return name; -}; -if (typeof program.sourceMap == "object" && "base" in program.sourceMap) { - convert_path = function() { - var base = program.sourceMap.base; - delete options.sourceMap.base; - return function(name) { - return path.relative(base, name); - }; - }(); -} -if (program.verbose) { - options.warnings = "verbose"; -} else if (program.warn) { - options.warnings = true; -} - -let filesList; -if (options.files && options.files.length) { - filesList = options.files; - - delete options.files; -} else if (program.args.length) { - filesList = program.args; -} - -if (filesList) { - simple_glob(filesList).forEach(function(name) { - files[convert_path(name)] = read_file(name); - }); - run(); -} else { - var chunks = []; - process.stdin.setEncoding("utf8"); - process.stdin.on("data", function(chunk) { - chunks.push(chunk); - }).on("end", function() { - files = [ chunks.join("") ]; - run(); - }); - process.stdin.resume(); -} - -function convert_ast(fn) { - return UglifyJS.AST_Node.from_mozilla_ast(Object.keys(files).reduce(fn, null)); -} - -function run() { - UglifyJS.AST_Node.warn_function = function(msg) { - print_error("WARN: " + msg); - }; - if (program.timings) options.timings = true; - try { - if (program.parse) { - if (program.parse.acorn) { - files = convert_ast(function(toplevel, name) { - return require("acorn").parse(files[name], { - ecmaVersion: 2018, - locations: true, - program: toplevel, - sourceFile: name, - sourceType: options.module || program.parse.module ? "module" : "script" - }); - }); - } else if (program.parse.spidermonkey) { - files = convert_ast(function(toplevel, name) { - var obj = JSON.parse(files[name]); - if (!toplevel) return obj; - toplevel.body = toplevel.body.concat(obj.body); - return toplevel; - }); - } - } - } catch (ex) { - fatal(ex); - } - var result = UglifyJS.minify(files, options); - if (result.error) { - var ex = result.error; - if (ex.name == "SyntaxError") { - print_error("Parse error at " + ex.filename + ":" + ex.line + "," + ex.col); - var col = ex.col; - var lines = files[ex.filename].split(/\r?\n/); - var line = lines[ex.line - 1]; - if (!line && !col) { - line = lines[ex.line - 2]; - col = line.length; - } - if (line) { - var limit = 70; - if (col > limit) { - line = line.slice(col - limit); - col = limit; - } - print_error(line.slice(0, 80)); - print_error(line.slice(0, col).replace(/\S/g, " ") + "^"); - } - } - if (ex.defs) { - print_error("Supported options:"); - print_error(format_object(ex.defs)); - } - fatal(ex); - } else if (program.output == "ast") { - if (!options.compress && !options.mangle) { - result.ast.figure_out_scope({}); - } - print(JSON.stringify(result.ast, function(key, value) { - if (value) switch (key) { - case "thedef": - return symdef(value); - case "enclosed": - return value.length ? value.map(symdef) : undefined; - case "variables": - case "functions": - case "globals": - return value.size() ? value.map(symdef) : undefined; - } - if (skip_key(key)) return; - if (value instanceof UglifyJS.AST_Token) return; - if (value instanceof UglifyJS.Dictionary) return; - if (value instanceof UglifyJS.AST_Node) { - var result = { - _class: "AST_" + value.TYPE - }; - if (value.block_scope) { - result.variables = value.block_scope.variables; - result.functions = value.block_scope.functions; - result.enclosed = value.block_scope.enclosed; - } - value.CTOR.PROPS.forEach(function(prop) { - result[prop] = value[prop]; - }); - return result; - } - return value; - }, 2)); - } else if (program.output == "spidermonkey") { - print(JSON.stringify(UglifyJS.minify(result.code, { - compress: false, - mangle: false, - output: { - ast: true, - code: false - } - }).ast.to_mozilla_ast(), null, 2)); - } else if (program.output) { - fs.writeFileSync(program.output, result.code); - if (result.map) { - fs.writeFileSync(program.output + ".map", result.map); - } - } else { - print(result.code); - } - if (program.nameCache) { - fs.writeFileSync(program.nameCache, JSON.stringify(options.nameCache)); - } - if (result.timings) for (var phase in result.timings) { - print_error("- " + phase + ": " + result.timings[phase].toFixed(3) + "s"); - } -} - -function fatal(message) { - if (message instanceof Error) message = message.stack.replace(/^\S*?Error:/, "ERROR:"); - print_error(message); - process.exit(1); -} - -// A file glob function that only supports "*" and "?" wildcards in the basename. -// Example: "foo/bar/*baz??.*.js" -// Argument `glob` may be a string or an array of strings. -// Returns an array of strings. Garbage in, garbage out. -function simple_glob(glob) { - if (Array.isArray(glob)) { - return [].concat.apply([], glob.map(simple_glob)); - } - if (glob && glob.match(/[*?]/)) { - var dir = path.dirname(glob); - try { - var entries = fs.readdirSync(dir); - } catch (ex) {} - if (entries) { - var pattern = "^" + path.basename(glob) - .replace(/[.+^$[\]\\(){}]/g, "\\$&") - .replace(/\*/g, "[^/\\\\]*") - .replace(/\?/g, "[^/\\\\]") + "$"; - var mod = process.platform === "win32" ? "i" : ""; - var rx = new RegExp(pattern, mod); - var results = entries.filter(function(name) { - return rx.test(name); - }).map(function(name) { - return path.join(dir, name); - }); - if (results.length) return results; - } - } - return [ glob ]; -} - -function read_file(path, default_value) { - try { - return fs.readFileSync(path, "utf8"); - } catch (ex) { - if ((ex.code == "ENOENT" || ex.code == "ENAMETOOLONG") && default_value != null) return default_value; - fatal(ex); - } -} - -function parse_js(flag) { - return function(value, options) { - options = options || {}; - try { - UglifyJS.minify(value, { - parse: { - expression: true - }, - compress: false, - mangle: false, - output: { - ast: true, - code: false - } - }).ast.walk(new UglifyJS.TreeWalker(function(node) { - if (node instanceof UglifyJS.AST_Assign) { - var name = node.left.print_to_string(); - var value = node.right; - if (flag) { - options[name] = value; - } else if (value instanceof UglifyJS.AST_Array) { - options[name] = value.elements.map(to_string); - } else { - options[name] = to_string(value); - } - return true; - } - if (node instanceof UglifyJS.AST_Symbol || node instanceof UglifyJS.AST_PropAccess) { - var name = node.print_to_string(); - options[name] = true; - return true; - } - if (!(node instanceof UglifyJS.AST_Sequence)) throw node; - - function to_string(value) { - return value instanceof UglifyJS.AST_Constant ? value.getValue() : value.print_to_string({ - quote_keys: true - }); - } - })); - } catch(ex) { - if (flag) { - fatal("Error parsing arguments for '" + flag + "': " + value); - } else { - options[value] = null; - } - } - return options; - }; -} - -function parse_source_map() { - var parse = parse_js(); - return function(value, options) { - var hasContent = options && "content" in options; - var settings = parse(value, options); - if (!hasContent && settings.content && settings.content != "inline") { - settings.content = read_file(settings.content, settings.content); - } - return settings; - }; -} - -function skip_key(key) { - return skip_keys.includes(key); -} - -function symdef(def) { - var ret = (1e6 + def.id) + " " + def.name; - if (def.mangled_name) ret += " " + def.mangled_name; - return ret; -} - -function format_object(obj) { - var lines = []; - var padding = ""; - Object.keys(obj).map(function(name) { - if (padding.length < name.length) padding = Array(name.length + 1).join(" "); - return [ name, JSON.stringify(obj[name]) ]; - }).forEach(function(tokens) { - lines.push(" " + tokens[0] + padding.slice(tokens[0].length - 2) + tokens[1]); - }); - return lines.join("\n"); -} - -function print_error(msg) { - process.stderr.write(msg); - process.stderr.write("\n"); -} - -function print(txt) { - process.stdout.write(txt); - process.stdout.write("\n"); -} - -function describe_ast() { - var out = UglifyJS.OutputStream({ beautify: true }); - function doitem(ctor) { - out.print("AST_" + ctor.TYPE); - var props = ctor.SELF_PROPS.filter(function(prop) { - return !/^\$/.test(prop); - }); - if (props.length > 0) { - out.space(); - out.with_parens(function() { - props.forEach(function(prop, i) { - if (i) out.space(); - out.print(prop); - }); - }); - } - if (ctor.documentation) { - out.space(); - out.print_string(ctor.documentation); - } - if (ctor.SUBCLASSES.length > 0) { - out.space(); - out.with_block(function() { - ctor.SUBCLASSES.forEach(function(ctor, i) { - out.indent(); - doitem(ctor); - out.newline(); - }); - }); - } - } - doitem(UglifyJS.AST_Node); - return out + "\n"; -} diff --git a/2019-setembro/node_modules/terser/bin/uglifyjsnobundle b/2019-setembro/node_modules/terser/bin/uglifyjsnobundle deleted file mode 100755 index 0a11645..0000000 --- a/2019-setembro/node_modules/terser/bin/uglifyjsnobundle +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env node -/* eslint-env node */ -process.env.TERSER_NO_BUNDLE = "1"; -require("./uglifyjs"); diff --git a/2019-setembro/node_modules/terser/dist/.gitkeep b/2019-setembro/node_modules/terser/dist/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/2019-setembro/node_modules/terser/dist/bundle.js b/2019-setembro/node_modules/terser/dist/bundle.js deleted file mode 100644 index 6e24430..0000000 --- a/2019-setembro/node_modules/terser/dist/bundle.js +++ /dev/null @@ -1,21955 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('source-map')) : - typeof define === 'function' && define.amd ? define(['exports', 'source-map'], factory) : - (global = global || self, factory(global.Terser = {}, global.sourceMap)); -}(this, function (exports, MOZ_SourceMap) { 'use strict'; - - MOZ_SourceMap = MOZ_SourceMap && MOZ_SourceMap.hasOwnProperty('default') ? MOZ_SourceMap['default'] : MOZ_SourceMap; - - /*********************************************************************** - - A JavaScript tokenizer / parser / beautifier / compressor. - https://github.com/mishoo/UglifyJS2 - - -------------------------------- (C) --------------------------------- - - Author: Mihai Bazon - - http://mihai.bazon.net/blog - - Distributed under the BSD license: - - Copyright 2012 (c) Mihai Bazon - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - ***********************************************************************/ - - function characters(str) { - return str.split(""); - } - - function member(name, array) { - return array.includes(name); - } - - function find_if(func, array) { - for (var i = 0, n = array.length; i < n; ++i) { - if (func(array[i])) - return array[i]; - } - } - - function repeat_string(str, i) { - if (i <= 0) return ""; - if (i == 1) return str; - var d = repeat_string(str, i >> 1); - d += d; - if (i & 1) d += str; - return d; - } - - function configure_error_stack(fn) { - Object.defineProperty(fn.prototype, "stack", { - get: function() { - var err = new Error(this.message); - err.name = this.name; - try { - throw err; - } catch(e) { - return e.stack; - } - } - }); - } - - function DefaultsError(msg, defs) { - this.message = msg; - this.defs = defs; - } - DefaultsError.prototype = Object.create(Error.prototype); - DefaultsError.prototype.constructor = DefaultsError; - DefaultsError.prototype.name = "DefaultsError"; - configure_error_stack(DefaultsError); - - DefaultsError.croak = function(msg, defs) { - throw new DefaultsError(msg, defs); - }; - - function defaults(args, defs, croak) { - if (args === true) - args = {}; - var ret = args || {}; - if (croak) for (var i in ret) if (HOP(ret, i) && !HOP(defs, i)) - DefaultsError.croak("`" + i + "` is not a supported option", defs); - for (var i in defs) if (HOP(defs, i)) { - ret[i] = (args && HOP(args, i)) ? args[i] : defs[i]; - } - return ret; - } - - function merge(obj, ext) { - var count = 0; - for (var i in ext) if (HOP(ext, i)) { - obj[i] = ext[i]; - count++; - } - return count; - } - - function noop() {} - function return_false() { return false; } - function return_true() { return true; } - function return_this() { return this; } - function return_null() { return null; } - - var MAP = (function() { - function MAP(a, f, backwards) { - var ret = [], top = [], i; - function doit() { - var val = f(a[i], i); - var is_last = val instanceof Last; - if (is_last) val = val.v; - if (val instanceof AtTop) { - val = val.v; - if (val instanceof Splice) { - top.push.apply(top, backwards ? val.v.slice().reverse() : val.v); - } else { - top.push(val); - } - } else if (val !== skip) { - if (val instanceof Splice) { - ret.push.apply(ret, backwards ? val.v.slice().reverse() : val.v); - } else { - ret.push(val); - } - } - return is_last; - } - if (a instanceof Array) { - if (backwards) { - for (i = a.length; --i >= 0;) if (doit()) break; - ret.reverse(); - top.reverse(); - } else { - for (i = 0; i < a.length; ++i) if (doit()) break; - } - } else { - for (i in a) if (HOP(a, i)) if (doit()) break; - } - return top.concat(ret); - } - MAP.at_top = function(val) { return new AtTop(val); }; - MAP.splice = function(val) { return new Splice(val); }; - MAP.last = function(val) { return new Last(val); }; - var skip = MAP.skip = {}; - function AtTop(val) { this.v = val; } - function Splice(val) { this.v = val; } - function Last(val) { this.v = val; } - return MAP; - })(); - - function push_uniq(array, el) { - if (!array.includes(el)) - array.push(el); - } - - function string_template(text, props) { - return text.replace(/{(.+?)}/g, function(str, p) { - return props && props[p]; - }); - } - - function remove(array, el) { - for (var i = array.length; --i >= 0;) { - if (array[i] === el) array.splice(i, 1); - } - } - - function mergeSort(array, cmp) { - if (array.length < 2) return array.slice(); - function merge(a, b) { - var r = [], ai = 0, bi = 0, i = 0; - while (ai < a.length && bi < b.length) { - cmp(a[ai], b[bi]) <= 0 - ? r[i++] = a[ai++] - : r[i++] = b[bi++]; - } - if (ai < a.length) r.push.apply(r, a.slice(ai)); - if (bi < b.length) r.push.apply(r, b.slice(bi)); - return r; - } - function _ms(a) { - if (a.length <= 1) - return a; - var m = Math.floor(a.length / 2), left = a.slice(0, m), right = a.slice(m); - left = _ms(left); - right = _ms(right); - return merge(left, right); - } - return _ms(array); - } - - // this function is taken from Acorn [1], written by Marijn Haverbeke - // [1] https://github.com/marijnh/acorn - function makePredicate(words) { - if (!(words instanceof Array)) words = words.split(" "); - var f = "", cats = []; - out: for (var i = 0; i < words.length; ++i) { - for (var j = 0; j < cats.length; ++j) - if (cats[j][0].length == words[i].length) { - cats[j].push(words[i]); - continue out; - } - cats.push([words[i]]); - } - function quote(word) { - return JSON.stringify(word).replace(/[\u2028\u2029]/g, function(s) { - switch (s) { - case "\u2028": return "\\u2028"; - case "\u2029": return "\\u2029"; - } - return s; - }); - } - function compareTo(arr) { - if (arr.length == 1) return f += "return str === " + quote(arr[0]) + ";"; - f += "switch(str){"; - for (var i = 0; i < arr.length; ++i) f += "case " + quote(arr[i]) + ":"; - f += "return true}return false;"; - } - // When there are more than three length categories, an outer - // switch first dispatches on the lengths, to save on comparisons. - if (cats.length > 3) { - cats.sort(function(a, b) {return b.length - a.length;}); - f += "switch(str.length){"; - for (var i = 0; i < cats.length; ++i) { - var cat = cats[i]; - f += "case " + cat[0].length + ":"; - compareTo(cat); - } - f += "}"; - // Otherwise, simply generate a flat `switch` statement. - } else { - compareTo(words); - } - return new Function("str", f); - } - - function all(array, predicate) { - for (var i = array.length; --i >= 0;) - if (!predicate(array[i])) - return false; - return true; - } - - function Dictionary() { - this._values = Object.create(null); - this._size = 0; - } - Dictionary.prototype = { - set: function(key, val) { - if (!this.has(key)) ++this._size; - this._values["$" + key] = val; - return this; - }, - add: function(key, val) { - if (this.has(key)) { - this.get(key).push(val); - } else { - this.set(key, [ val ]); - } - return this; - }, - get: function(key) { return this._values["$" + key]; }, - del: function(key) { - if (this.has(key)) { - --this._size; - delete this._values["$" + key]; - } - return this; - }, - has: function(key) { return ("$" + key) in this._values; }, - each: function(f) { - for (var i in this._values) - f(this._values[i], i.substr(1)); - }, - size: function() { - return this._size; - }, - map: function(f) { - var ret = []; - for (var i in this._values) - ret.push(f(this._values[i], i.substr(1))); - return ret; - }, - clone: function() { - var ret = new Dictionary(); - for (var i in this._values) - ret._values[i] = this._values[i]; - ret._size = this._size; - return ret; - }, - toObject: function() { return this._values; } - }; - Dictionary.fromObject = function(obj) { - var dict = new Dictionary(); - dict._size = merge(dict._values, obj); - return dict; - }; - - function HOP(obj, prop) { - return Object.prototype.hasOwnProperty.call(obj, prop); - } - - // return true if the node at the top of the stack (that means the - // innermost node in the current output) is lexically the first in - // a statement. - function first_in_statement(stack) { - var node = stack.parent(-1); - for (var i = 0, p; p = stack.parent(i); i++) { - if (p instanceof AST_Statement && p.body === node) - return true; - if ((p instanceof AST_Sequence && p.expressions[0] === node) || - (p.TYPE == "Call" && p.expression === node ) || - (p instanceof AST_Dot && p.expression === node ) || - (p instanceof AST_Sub && p.expression === node ) || - (p instanceof AST_Conditional && p.condition === node ) || - (p instanceof AST_Binary && p.left === node ) || - (p instanceof AST_UnaryPostfix && p.expression === node ) - ) { - node = p; - } else { - return false; - } - } - } - - function keep_name(keep_setting, name) { - return keep_setting === true - || (keep_setting instanceof RegExp && keep_setting.test(name)); - } - - /*********************************************************************** - - A JavaScript tokenizer / parser / beautifier / compressor. - https://github.com/mishoo/UglifyJS2 - - -------------------------------- (C) --------------------------------- - - Author: Mihai Bazon - - http://mihai.bazon.net/blog - - Distributed under the BSD license: - - Copyright 2012 (c) Mihai Bazon - Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/). - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - ***********************************************************************/ - - var KEYWORDS = "break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with"; - var KEYWORDS_ATOM = "false null true"; - var RESERVED_WORDS = "enum implements import interface package private protected public static super this " + KEYWORDS_ATOM + " " + KEYWORDS; - var KEYWORDS_BEFORE_EXPRESSION = "return new delete throw else case yield await"; - - KEYWORDS = makePredicate(KEYWORDS); - RESERVED_WORDS = makePredicate(RESERVED_WORDS); - KEYWORDS_BEFORE_EXPRESSION = makePredicate(KEYWORDS_BEFORE_EXPRESSION); - KEYWORDS_ATOM = makePredicate(KEYWORDS_ATOM); - - var OPERATOR_CHARS = makePredicate(characters("+-*&%=<>!?|~^")); - - var RE_NUM_LITERAL = /[0-9a-f]/i; - var RE_HEX_NUMBER = /^0x[0-9a-f]+$/i; - var RE_OCT_NUMBER = /^0[0-7]+$/; - var RE_ES6_OCT_NUMBER = /^0o[0-7]+$/i; - var RE_BIN_NUMBER = /^0b[01]+$/i; - var RE_DEC_NUMBER = /^\d*\.?\d*(?:e[+-]?\d*(?:\d\.?|\.?\d)\d*)?$/i; - - var OPERATORS = makePredicate([ - "in", - "instanceof", - "typeof", - "new", - "void", - "delete", - "++", - "--", - "+", - "-", - "!", - "~", - "&", - "|", - "^", - "*", - "**", - "/", - "%", - ">>", - "<<", - ">>>", - "<", - ">", - "<=", - ">=", - "==", - "===", - "!=", - "!==", - "?", - "=", - "+=", - "-=", - "/=", - "*=", - "**=", - "%=", - ">>=", - "<<=", - ">>>=", - "|=", - "^=", - "&=", - "&&", - "||" - ]); - - var WHITESPACE_CHARS = makePredicate(characters(" \u00a0\n\r\t\f\u000b\u200b\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000\uFEFF")); - - var NEWLINE_CHARS = makePredicate(characters("\n\r\u2028\u2029")); - - var PUNC_AFTER_EXPRESSION = makePredicate(characters(";]),:")); - - var PUNC_BEFORE_EXPRESSION = makePredicate(characters("[{(,;:")); - - var PUNC_CHARS = makePredicate(characters("[]{}(),;:")); - - /* -----[ Tokenizer ]----- */ - - // surrogate safe regexps adapted from https://github.com/mathiasbynens/unicode-8.0.0/tree/89b412d8a71ecca9ed593d9e9fa073ab64acfebe/Binary_Property - var UNICODE = { - ID_Start: /[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/, - ID_Continue: /[0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/, - }; - - function get_full_char(str, pos) { - var char = str.charAt(pos); - if (is_surrogate_pair_head(char)) { - var next = str.charAt(pos + 1); - if (is_surrogate_pair_tail(next)) { - return char + next; - } - } - if (is_surrogate_pair_tail(char)) { - var prev = str.charAt(pos - 1); - if (is_surrogate_pair_head(prev)) { - return prev + char; - } - } - return char; - } - - function get_full_char_code(str, pos) { - // https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates - if (is_surrogate_pair_head(str.charAt(pos))) { - return 0x10000 + (str.charCodeAt(pos) - 0xd800 << 10) + str.charCodeAt(pos + 1) - 0xdc00; - } - return str.charCodeAt(pos); - } - - function get_full_char_length(str) { - var surrogates = 0; - - for (var i = 0; i < str.length; i++) { - if (is_surrogate_pair_head(str.charCodeAt(i))) { - if (is_surrogate_pair_tail(str.charCodeAt(i + 1))) { - surrogates++; - i++; - } - } - } - - return str.length - surrogates; - } - - function from_char_code(code) { - // Based on https://github.com/mathiasbynens/String.fromCodePoint/blob/master/fromcodepoint.js - if (code > 0xFFFF) { - code -= 0x10000; - return (String.fromCharCode((code >> 10) + 0xD800) + - String.fromCharCode((code % 0x400) + 0xDC00)); - } - return String.fromCharCode(code); - } - - function is_surrogate_pair_head(code) { - if (typeof code === "string") - code = code.charCodeAt(0); - - return code >= 0xd800 && code <= 0xdbff; - } - - function is_surrogate_pair_tail(code) { - if (typeof code === "string") - code = code.charCodeAt(0); - return code >= 0xdc00 && code <= 0xdfff; - } - - function is_digit(code) { - return code >= 48 && code <= 57; - } - - function is_identifier(name) { - return typeof name === "string" && !RESERVED_WORDS(name); - } - - function is_identifier_start(ch) { - var code = ch.charCodeAt(0); - return UNICODE.ID_Start.test(ch) || code == 36 || code == 95; - } - - function is_identifier_char(ch) { - var code = ch.charCodeAt(0); - return UNICODE.ID_Continue.test(ch) - || code == 36 - || code == 95 - || code == 8204 // \u200c: zero-width non-joiner - || code == 8205 // \u200d: zero-width joiner (in my ECMA-262 PDF, this is also 200c) - ; - } - - function is_identifier_string(str) { - return /^[a-z_$][a-z0-9_$]*$/i.test(str); - } - - function parse_js_number(num) { - if (RE_HEX_NUMBER.test(num)) { - return parseInt(num.substr(2), 16); - } else if (RE_OCT_NUMBER.test(num)) { - return parseInt(num.substr(1), 8); - } else if (RE_ES6_OCT_NUMBER.test(num)) { - return parseInt(num.substr(2), 8); - } else if (RE_BIN_NUMBER.test(num)) { - return parseInt(num.substr(2), 2); - } else if (RE_DEC_NUMBER.test(num)) { - return parseFloat(num); - } else { - var val = parseFloat(num); - if (val == num) return val; - } - } - - function JS_Parse_Error(message, filename, line, col, pos) { - this.message = message; - this.filename = filename; - this.line = line; - this.col = col; - this.pos = pos; - } - JS_Parse_Error.prototype = Object.create(Error.prototype); - JS_Parse_Error.prototype.constructor = JS_Parse_Error; - JS_Parse_Error.prototype.name = "SyntaxError"; - configure_error_stack(JS_Parse_Error); - - function js_error(message, filename, line, col, pos) { - throw new JS_Parse_Error(message, filename, line, col, pos); - } - - function is_token(token, type, val) { - return token.type == type && (val == null || token.value == val); - } - - var EX_EOF = {}; - - function tokenizer($TEXT, filename, html5_comments, shebang) { - - var S = { - text : $TEXT, - filename : filename, - pos : 0, - tokpos : 0, - line : 1, - tokline : 0, - col : 0, - tokcol : 0, - newline_before : false, - regex_allowed : false, - brace_counter : 0, - template_braces : [], - comments_before : [], - directives : {}, - directive_stack : [] - }; - - function peek() { return get_full_char(S.text, S.pos); } - - function next(signal_eof, in_string) { - var ch = get_full_char(S.text, S.pos++); - if (signal_eof && !ch) - throw EX_EOF; - if (NEWLINE_CHARS(ch)) { - S.newline_before = S.newline_before || !in_string; - ++S.line; - S.col = 0; - if (!in_string && ch == "\r" && peek() == "\n") { - // treat a \r\n sequence as a single \n - ++S.pos; - ch = "\n"; - } - } else { - if (ch.length > 1) { - ++S.pos; - ++S.col; - } - ++S.col; - } - return ch; - } - - function forward(i) { - while (i-- > 0) next(); - } - - function looking_at(str) { - return S.text.substr(S.pos, str.length) == str; - } - - function find_eol() { - var text = S.text; - for (var i = S.pos, n = S.text.length; i < n; ++i) { - var ch = text[i]; - if (NEWLINE_CHARS(ch)) - return i; - } - return -1; - } - - function find(what, signal_eof) { - var pos = S.text.indexOf(what, S.pos); - if (signal_eof && pos == -1) throw EX_EOF; - return pos; - } - - function start_token() { - S.tokline = S.line; - S.tokcol = S.col; - S.tokpos = S.pos; - } - - var prev_was_dot = false; - var previous_token = null; - function token(type, value, is_comment) { - S.regex_allowed = ((type == "operator" && !UNARY_POSTFIX(value)) || - (type == "keyword" && KEYWORDS_BEFORE_EXPRESSION(value)) || - (type == "punc" && PUNC_BEFORE_EXPRESSION(value))) || - (type == "arrow"); - if (type == "punc" && value == ".") { - prev_was_dot = true; - } else if (!is_comment) { - prev_was_dot = false; - } - var ret = { - type : type, - value : value, - line : S.tokline, - col : S.tokcol, - pos : S.tokpos, - endline : S.line, - endcol : S.col, - endpos : S.pos, - nlb : S.newline_before, - file : filename - }; - if (/^(?:num|string|regexp)$/i.test(type)) { - ret.raw = $TEXT.substring(ret.pos, ret.endpos); - } - if (!is_comment) { - ret.comments_before = S.comments_before; - ret.comments_after = S.comments_before = []; - } - S.newline_before = false; - ret = new AST_Token(ret); - if (!is_comment) previous_token = ret; - return ret; - } - - function skip_whitespace() { - while (WHITESPACE_CHARS(peek())) - next(); - } - - function read_while(pred) { - var ret = "", ch, i = 0; - while ((ch = peek()) && pred(ch, i++)) - ret += next(); - return ret; - } - - function parse_error(err) { - js_error(err, filename, S.tokline, S.tokcol, S.tokpos); - } - - function read_num(prefix) { - var has_e = false, after_e = false, has_x = false, has_dot = prefix == "."; - var num = read_while(function(ch, i) { - var code = ch.charCodeAt(0); - switch (code) { - case 98: case 66: // bB - return (has_x = true); // Can occur in hex sequence, don't return false yet - case 111: case 79: // oO - case 120: case 88: // xX - return has_x ? false : (has_x = true); - case 101: case 69: // eE - return has_x ? true : has_e ? false : (has_e = after_e = true); - case 45: // - - return after_e || (i == 0 && !prefix); - case 43: // + - return after_e; - case (after_e = false, 46): // . - return (!has_dot && !has_x && !has_e) ? (has_dot = true) : false; - } - return RE_NUM_LITERAL.test(ch); - }); - if (prefix) num = prefix + num; - if (RE_OCT_NUMBER.test(num) && next_token.has_directive("use strict")) { - parse_error("Legacy octal literals are not allowed in strict mode"); - } - var valid = parse_js_number(num); - if (!isNaN(valid)) { - return token("num", valid); - } else { - parse_error("Invalid syntax: " + num); - } - } - - function read_escaped_char(in_string, strict_hex, template_string) { - var ch = next(true, in_string); - switch (ch.charCodeAt(0)) { - case 110 : return "\n"; - case 114 : return "\r"; - case 116 : return "\t"; - case 98 : return "\b"; - case 118 : return "\u000b"; // \v - case 102 : return "\f"; - case 120 : return String.fromCharCode(hex_bytes(2, strict_hex)); // \x - case 117 : // \u - if (peek() == "{") { - next(true); - if (peek() === "}") - parse_error("Expecting hex-character between {}"); - while (peek() == "0") next(true); // No significance - var result, length = find("}", true) - S.pos; - // Avoid 32 bit integer overflow (1 << 32 === 1) - // We know first character isn't 0 and thus out of range anyway - if (length > 6 || (result = hex_bytes(length, strict_hex)) > 0x10FFFF) { - parse_error("Unicode reference out of bounds"); - } - next(true); - return from_char_code(result); - } - return String.fromCharCode(hex_bytes(4, strict_hex)); - case 10 : return ""; // newline - case 13 : // \r - if (peek() == "\n") { // DOS newline - next(true, in_string); - return ""; - } - } - if (ch >= "0" && ch <= "7") { - if (template_string && strict_hex) { - parse_error("Octal escape sequences are not allowed in template strings"); - } - return read_octal_escape_sequence(ch, strict_hex); - } - return ch; - } - - function read_octal_escape_sequence(ch, strict_octal) { - // Read - var p = peek(); - if (p >= "0" && p <= "7") { - ch += next(true); - if (ch[0] <= "3" && (p = peek()) >= "0" && p <= "7") - ch += next(true); - } - - // Parse - if (ch === "0") return "\0"; - if (ch.length > 0 && next_token.has_directive("use strict") && strict_octal) - parse_error("Legacy octal escape sequences are not allowed in strict mode"); - return String.fromCharCode(parseInt(ch, 8)); - } - - function hex_bytes(n, strict_hex) { - var num = 0; - for (; n > 0; --n) { - if (!strict_hex && isNaN(parseInt(peek(), 16))) { - return parseInt(num, 16) || ""; - } - var digit = next(true); - if (isNaN(parseInt(digit, 16))) - parse_error("Invalid hex-character pattern in string"); - num += digit; - } - return parseInt(num, 16); - } - - var read_string = with_eof_error("Unterminated string constant", function(quote_char) { - var quote = next(), ret = ""; - for (;;) { - var ch = next(true, true); - if (ch == "\\") ch = read_escaped_char(true, true); - else if (NEWLINE_CHARS(ch)) parse_error("Unterminated string constant"); - else if (ch == quote) break; - ret += ch; - } - var tok = token("string", ret); - tok.quote = quote_char; - return tok; - }); - - var read_template_characters = with_eof_error("Unterminated template", function(begin) { - if (begin) { - S.template_braces.push(S.brace_counter); - } - var content = "", raw = "", ch, tok; - next(true, true); - while ((ch = next(true, true)) != "`") { - if (ch == "\r") { - if (peek() == "\n") ++S.pos; - ch = "\n"; - } else if (ch == "$" && peek() == "{") { - next(true, true); - S.brace_counter++; - tok = token(begin ? "template_head" : "template_substitution", content); - tok.begin = begin; - tok.raw = raw; - tok.end = false; - return tok; - } - - raw += ch; - if (ch == "\\") { - var tmp = S.pos; - var prev_is_tag = previous_token && (previous_token.type === "name" || previous_token.type === "punc" && (previous_token.value === ")" || previous_token.value === "]")); - ch = read_escaped_char(true, !prev_is_tag, true); - raw += S.text.substr(tmp, S.pos - tmp); - } - - content += ch; - } - S.template_braces.pop(); - tok = token(begin ? "template_head" : "template_substitution", content); - tok.begin = begin; - tok.raw = raw; - tok.end = true; - return tok; - }); - - function skip_line_comment(type) { - var regex_allowed = S.regex_allowed; - var i = find_eol(), ret; - if (i == -1) { - ret = S.text.substr(S.pos); - S.pos = S.text.length; - } else { - ret = S.text.substring(S.pos, i); - S.pos = i; - } - S.col = S.tokcol + (S.pos - S.tokpos); - S.comments_before.push(token(type, ret, true)); - S.regex_allowed = regex_allowed; - return next_token; - } - - var skip_multiline_comment = with_eof_error("Unterminated multiline comment", function() { - var regex_allowed = S.regex_allowed; - var i = find("*/", true); - var text = S.text.substring(S.pos, i).replace(/\r\n|\r|\u2028|\u2029/g, "\n"); - // update stream position - forward(get_full_char_length(text) /* text length doesn't count \r\n as 2 char while S.pos - i does */ + 2); - S.comments_before.push(token("comment2", text, true)); - S.newline_before = S.newline_before || text.includes("\n"); - S.regex_allowed = regex_allowed; - return next_token; - }); - - var read_name = with_eof_error("Unterminated identifier name", function() { - var name = "", ch, escaped = false; - var read_escaped_identifier_char = function() { - escaped = true; - next(); - if (peek() !== "u") { - parse_error("Expecting UnicodeEscapeSequence -- uXXXX or u{XXXX}"); - } - return read_escaped_char(false, true); - }; - - // Read first character (ID_Start) - if ((name = peek()) === "\\") { - name = read_escaped_identifier_char(); - if (!is_identifier_start(name)) { - parse_error("First identifier char is an invalid identifier char"); - } - } else if (is_identifier_start(name)) { - next(); - } else { - return ""; - } - - // Read ID_Continue - while ((ch = peek()) != null) { - if ((ch = peek()) === "\\") { - ch = read_escaped_identifier_char(); - if (!is_identifier_char(ch)) { - parse_error("Invalid escaped identifier char"); - } - } else { - if (!is_identifier_char(ch)) { - break; - } - next(); - } - name += ch; - } - if (RESERVED_WORDS(name) && escaped) { - parse_error("Escaped characters are not allowed in keywords"); - } - return name; - }); - - var read_regexp = with_eof_error("Unterminated regular expression", function(source) { - var prev_backslash = false, ch, in_class = false; - while ((ch = next(true))) if (NEWLINE_CHARS(ch)) { - parse_error("Unexpected line terminator"); - } else if (prev_backslash) { - source += "\\" + ch; - prev_backslash = false; - } else if (ch == "[") { - in_class = true; - source += ch; - } else if (ch == "]" && in_class) { - in_class = false; - source += ch; - } else if (ch == "/" && !in_class) { - break; - } else if (ch == "\\") { - prev_backslash = true; - } else { - source += ch; - } - var mods = read_name(); - try { - var regexp = new RegExp(source, mods); - regexp.raw_source = "/" + source + "/" + mods; - return token("regexp", regexp); - } catch(e) { - parse_error(e.message); - } - }); - - function read_operator(prefix) { - function grow(op) { - if (!peek()) return op; - var bigger = op + peek(); - if (OPERATORS(bigger)) { - next(); - return grow(bigger); - } else { - return op; - } - } - return token("operator", grow(prefix || next())); - } - - function handle_slash() { - next(); - switch (peek()) { - case "/": - next(); - return skip_line_comment("comment1"); - case "*": - next(); - return skip_multiline_comment(); - } - return S.regex_allowed ? read_regexp("") : read_operator("/"); - } - - function handle_eq_sign() { - next(); - if (peek() === ">") { - next(); - return token("arrow", "=>"); - } else { - return read_operator("="); - } - } - - function handle_dot() { - next(); - if (is_digit(peek().charCodeAt(0))) { - return read_num("."); - } - if (peek() === ".") { - next(); // Consume second dot - next(); // Consume third dot - return token("expand", "..."); - } - - return token("punc", "."); - } - - function read_word() { - var word = read_name(); - if (prev_was_dot) return token("name", word); - return KEYWORDS_ATOM(word) ? token("atom", word) - : !KEYWORDS(word) ? token("name", word) - : OPERATORS(word) ? token("operator", word) - : token("keyword", word); - } - - function with_eof_error(eof_error, cont) { - return function(x) { - try { - return cont(x); - } catch(ex) { - if (ex === EX_EOF) parse_error(eof_error); - else throw ex; - } - }; - } - - function next_token(force_regexp) { - if (force_regexp != null) - return read_regexp(force_regexp); - if (shebang && S.pos == 0 && looking_at("#!")) { - start_token(); - forward(2); - skip_line_comment("comment5"); - } - for (;;) { - skip_whitespace(); - start_token(); - if (html5_comments) { - if (looking_at("") && S.newline_before) { - forward(3); - skip_line_comment("comment4"); - continue; - } - } - var ch = peek(); - if (!ch) return token("eof"); - var code = ch.charCodeAt(0); - switch (code) { - case 34: case 39: return read_string(ch); - case 46: return handle_dot(); - case 47: { - var tok = handle_slash(); - if (tok === next_token) continue; - return tok; - } - case 61: return handle_eq_sign(); - case 96: return read_template_characters(true); - case 123: - S.brace_counter++; - break; - case 125: - S.brace_counter--; - if (S.template_braces.length > 0 - && S.template_braces[S.template_braces.length - 1] === S.brace_counter) - return read_template_characters(false); - break; - } - if (is_digit(code)) return read_num(); - if (PUNC_CHARS(ch)) return token("punc", next()); - if (OPERATOR_CHARS(ch)) return read_operator(); - if (code == 92 || is_identifier_start(ch)) return read_word(); - break; - } - parse_error("Unexpected character '" + ch + "'"); - } - - next_token.next = next; - next_token.peek = peek; - - next_token.context = function(nc) { - if (nc) S = nc; - return S; - }; - - next_token.add_directive = function(directive) { - S.directive_stack[S.directive_stack.length - 1].push(directive); - - if (S.directives[directive] === undefined) { - S.directives[directive] = 1; - } else { - S.directives[directive]++; - } - }; - - next_token.push_directives_stack = function() { - S.directive_stack.push([]); - }; - - next_token.pop_directives_stack = function() { - var directives = S.directive_stack[S.directive_stack.length - 1]; - - for (var i = 0; i < directives.length; i++) { - S.directives[directives[i]]--; - } - - S.directive_stack.pop(); - }; - - next_token.has_directive = function(directive) { - return S.directives[directive] > 0; - }; - - return next_token; - - } - - /* -----[ Parser (constants) ]----- */ - - var UNARY_PREFIX = makePredicate([ - "typeof", - "void", - "delete", - "--", - "++", - "!", - "~", - "-", - "+" - ]); - - var UNARY_POSTFIX = makePredicate([ "--", "++" ]); - - var ASSIGNMENT = makePredicate([ "=", "+=", "-=", "/=", "*=", "**=", "%=", ">>=", "<<=", ">>>=", "|=", "^=", "&=" ]); - - var PRECEDENCE = (function(a, ret) { - for (var i = 0; i < a.length; ++i) { - var b = a[i]; - for (var j = 0; j < b.length; ++j) { - ret[b[j]] = i + 1; - } - } - return ret; - })( - [ - ["||"], - ["&&"], - ["|"], - ["^"], - ["&"], - ["==", "===", "!=", "!=="], - ["<", ">", "<=", ">=", "in", "instanceof"], - [">>", "<<", ">>>"], - ["+", "-"], - ["*", "/", "%"], - ["**"] - ], - {} - ); - - var ATOMIC_START_TOKEN = makePredicate([ "atom", "num", "string", "regexp", "name" ]); - - /* -----[ Parser ]----- */ - - function parse($TEXT, options) { - - options = defaults(options, { - bare_returns : false, - ecma : 8, - expression : false, - filename : null, - html5_comments : true, - module : false, - shebang : true, - strict : false, - toplevel : null, - }, true); - - var S = { - input : (typeof $TEXT == "string" - ? tokenizer($TEXT, options.filename, - options.html5_comments, options.shebang) - : $TEXT), - token : null, - prev : null, - peeked : null, - in_function : 0, - in_async : -1, - in_generator : -1, - in_directives : true, - in_loop : 0, - labels : [] - }; - - S.token = next(); - - function is(type, value) { - return is_token(S.token, type, value); - } - - function peek() { return S.peeked || (S.peeked = S.input()); } - - function next() { - S.prev = S.token; - - if (!S.peeked) peek(); - S.token = S.peeked; - S.peeked = null; - S.in_directives = S.in_directives && ( - S.token.type == "string" || is("punc", ";") - ); - return S.token; - } - - function prev() { - return S.prev; - } - - function croak(msg, line, col, pos) { - var ctx = S.input.context(); - js_error(msg, - ctx.filename, - line != null ? line : ctx.tokline, - col != null ? col : ctx.tokcol, - pos != null ? pos : ctx.tokpos); - } - - function token_error(token, msg) { - croak(msg, token.line, token.col); - } - - function unexpected(token) { - if (token == null) - token = S.token; - token_error(token, "Unexpected token: " + token.type + " (" + token.value + ")"); - } - - function expect_token(type, val) { - if (is(type, val)) { - return next(); - } - token_error(S.token, "Unexpected token " + S.token.type + " «" + S.token.value + "»" + ", expected " + type + " «" + val + "»"); - } - - function expect(punc) { return expect_token("punc", punc); } - - function has_newline_before(token) { - return token.nlb || !all(token.comments_before, function(comment) { - return !comment.nlb; - }); - } - - function can_insert_semicolon() { - return !options.strict - && (is("eof") || is("punc", "}") || has_newline_before(S.token)); - } - - function is_in_generator() { - return S.in_generator === S.in_function; - } - - function is_in_async() { - return S.in_async === S.in_function; - } - - function semicolon(optional) { - if (is("punc", ";")) next(); - else if (!optional && !can_insert_semicolon()) unexpected(); - } - - function parenthesised() { - expect("("); - var exp = expression(true); - expect(")"); - return exp; - } - - function embed_tokens(parser) { - return function() { - var start = S.token; - var expr = parser.apply(null, arguments); - var end = prev(); - expr.start = start; - expr.end = end; - return expr; - }; - } - - function handle_regexp() { - if (is("operator", "/") || is("operator", "/=")) { - S.peeked = null; - S.token = S.input(S.token.value.substr(1)); // force regexp - } - } - - var statement = embed_tokens(function(is_export_default, is_for_body, is_if_body) { - handle_regexp(); - switch (S.token.type) { - case "string": - if (S.in_directives) { - var token = peek(); - if (!S.token.raw.includes("\\") - && (is_token(token, "punc", ";") - || is_token(token, "punc", "}") - || has_newline_before(token) - || is_token(token, "eof"))) { - S.input.add_directive(S.token.value); - } else { - S.in_directives = false; - } - } - var dir = S.in_directives, stat = simple_statement(); - return dir && stat.body instanceof AST_String ? new AST_Directive(stat.body) : stat; - case "template_head": - case "num": - case "regexp": - case "operator": - case "atom": - return simple_statement(); - - case "name": - if (S.token.value == "async" && is_token(peek(), "keyword", "function")) { - next(); - next(); - if (is_for_body) { - croak("functions are not allowed as the body of a loop"); - } - return function_(AST_Defun, false, true, is_export_default); - } - if (S.token.value == "import" && !is_token(peek(), "punc", "(")) { - next(); - var node = import_(); - semicolon(); - return node; - } - return is_token(peek(), "punc", ":") - ? labeled_statement() - : simple_statement(); - - case "punc": - switch (S.token.value) { - case "{": - return new AST_BlockStatement({ - start : S.token, - body : block_(), - end : prev() - }); - case "[": - case "(": - return simple_statement(); - case ";": - S.in_directives = false; - next(); - return new AST_EmptyStatement(); - default: - unexpected(); - } - - case "keyword": - switch (S.token.value) { - case "break": - next(); - return break_cont(AST_Break); - - case "continue": - next(); - return break_cont(AST_Continue); - - case "debugger": - next(); - semicolon(); - return new AST_Debugger(); - - case "do": - next(); - var body = in_loop(statement); - expect_token("keyword", "while"); - var condition = parenthesised(); - semicolon(true); - return new AST_Do({ - body : body, - condition : condition - }); - - case "while": - next(); - return new AST_While({ - condition : parenthesised(), - body : in_loop(function() { return statement(false, true); }) - }); - - case "for": - next(); - return for_(); - - case "class": - next(); - if (is_for_body) { - croak("classes are not allowed as the body of a loop"); - } - if (is_if_body) { - croak("classes are not allowed as the body of an if"); - } - return class_(AST_DefClass); - - case "function": - next(); - if (is_for_body) { - croak("functions are not allowed as the body of a loop"); - } - return function_(AST_Defun, false, false, is_export_default); - - case "if": - next(); - return if_(); - - case "return": - if (S.in_function == 0 && !options.bare_returns) - croak("'return' outside of function"); - next(); - var value = null; - if (is("punc", ";")) { - next(); - } else if (!can_insert_semicolon()) { - value = expression(true); - semicolon(); - } - return new AST_Return({ - value: value - }); - - case "switch": - next(); - return new AST_Switch({ - expression : parenthesised(), - body : in_loop(switch_body_) - }); - - case "throw": - next(); - if (has_newline_before(S.token)) - croak("Illegal newline after 'throw'"); - var value = expression(true); - semicolon(); - return new AST_Throw({ - value: value - }); - - case "try": - next(); - return try_(); - - case "var": - next(); - var node = var_(); - semicolon(); - return node; - - case "let": - next(); - var node = let_(); - semicolon(); - return node; - - case "const": - next(); - var node = const_(); - semicolon(); - return node; - - case "with": - if (S.input.has_directive("use strict")) { - croak("Strict mode may not include a with statement"); - } - next(); - return new AST_With({ - expression : parenthesised(), - body : statement() - }); - - case "export": - if (!is_token(peek(), "punc", "(")) { - next(); - var node = export_(); - if (is("punc", ";")) semicolon(); - return node; - } - } - } - unexpected(); - }); - - function labeled_statement() { - var label = as_symbol(AST_Label); - if (label.name === "await" && is_in_async()) { - token_error(S.prev, "await cannot be used as label inside async function"); - } - if (find_if(function(l) { return l.name == label.name; }, S.labels)) { - // ECMA-262, 12.12: An ECMAScript program is considered - // syntactically incorrect if it contains a - // LabelledStatement that is enclosed by a - // LabelledStatement with the same Identifier as label. - croak("Label " + label.name + " defined twice"); - } - expect(":"); - S.labels.push(label); - var stat = statement(); - S.labels.pop(); - if (!(stat instanceof AST_IterationStatement)) { - // check for `continue` that refers to this label. - // those should be reported as syntax errors. - // https://github.com/mishoo/UglifyJS2/issues/287 - label.references.forEach(function(ref) { - if (ref instanceof AST_Continue) { - ref = ref.label.start; - croak("Continue label `" + label.name + "` refers to non-IterationStatement.", - ref.line, ref.col, ref.pos); - } - }); - } - return new AST_LabeledStatement({ body: stat, label: label }); - } - - function simple_statement(tmp) { - return new AST_SimpleStatement({ body: (tmp = expression(true), semicolon(), tmp) }); - } - - function break_cont(type) { - var label = null, ldef; - if (!can_insert_semicolon()) { - label = as_symbol(AST_LabelRef, true); - } - if (label != null) { - ldef = find_if(function(l) { return l.name == label.name; }, S.labels); - if (!ldef) - croak("Undefined label " + label.name); - label.thedef = ldef; - } else if (S.in_loop == 0) - croak(type.TYPE + " not inside a loop or switch"); - semicolon(); - var stat = new type({ label: label }); - if (ldef) ldef.references.push(stat); - return stat; - } - - function for_() { - var for_await_error = "`for await` invalid in this context"; - var await_tok = S.token; - if (await_tok.type == "name" && await_tok.value == "await") { - if (!is_in_async()) { - token_error(await_tok, for_await_error); - } - next(); - } else { - await_tok = false; - } - expect("("); - var init = null; - if (!is("punc", ";")) { - init = - is("keyword", "var") ? (next(), var_(true)) : - is("keyword", "let") ? (next(), let_(true)) : - is("keyword", "const") ? (next(), const_(true)) : - expression(true, true); - var is_in = is("operator", "in"); - var is_of = is("name", "of"); - if (await_tok && !is_of) { - token_error(await_tok, for_await_error); - } - if (is_in || is_of) { - if (init instanceof AST_Definitions) { - if (init.definitions.length > 1) - token_error(init.start, "Only one variable declaration allowed in for..in loop"); - } else if (!(is_assignable(init) || (init = to_destructuring(init)) instanceof AST_Destructuring)) { - token_error(init.start, "Invalid left-hand side in for..in loop"); - } - next(); - if (is_in) { - return for_in(init); - } else { - return for_of(init, !!await_tok); - } - } - } else if (await_tok) { - token_error(await_tok, for_await_error); - } - return regular_for(init); - } - - function regular_for(init) { - expect(";"); - var test = is("punc", ";") ? null : expression(true); - expect(";"); - var step = is("punc", ")") ? null : expression(true); - expect(")"); - return new AST_For({ - init : init, - condition : test, - step : step, - body : in_loop(function() { return statement(false, true); }) - }); - } - - function for_of(init, is_await) { - var lhs = init instanceof AST_Definitions ? init.definitions[0].name : null; - var obj = expression(true); - expect(")"); - return new AST_ForOf({ - await : is_await, - init : init, - name : lhs, - object : obj, - body : in_loop(function() { return statement(false, true); }) - }); - } - - function for_in(init) { - var obj = expression(true); - expect(")"); - return new AST_ForIn({ - init : init, - object : obj, - body : in_loop(function() { return statement(false, true); }) - }); - } - - var arrow_function = function(start, argnames, is_async) { - if (has_newline_before(S.token)) { - croak("Unexpected newline before arrow (=>)"); - } - - expect_token("arrow", "=>"); - - var body = _function_body(is("punc", "{"), false, is_async); - - var end = - body instanceof Array && body.length ? body[body.length - 1].end : - body instanceof Array ? start : - body.end; - - return new AST_Arrow({ - start : start, - end : end, - async : is_async, - argnames : argnames, - body : body - }); - }; - - var function_ = function(ctor, is_generator_property, is_async, is_export_default) { - - var in_statement = ctor === AST_Defun; - var is_generator = is("operator", "*"); - if (is_generator) { - next(); - } - - var name = is("name") ? as_symbol(in_statement ? AST_SymbolDefun : AST_SymbolLambda) : null; - if (in_statement && !name) { - if (is_export_default) { - ctor = AST_Function; - } else { - unexpected(); - } - } - - if (name && ctor !== AST_Accessor && !(name instanceof AST_SymbolDeclaration)) - unexpected(prev()); - - var args = []; - var body = _function_body(true, is_generator || is_generator_property, is_async, name, args); - return new ctor({ - start : args.start, - end : body.end, - is_generator: is_generator, - async : is_async, - name : name, - argnames: args, - body : body - }); - }; - - function track_used_binding_identifiers(is_parameter, strict) { - var parameters = {}; - var duplicate = false; - var default_assignment = false; - var spread = false; - var strict_mode = !!strict; - var tracker = { - add_parameter: function(token) { - if (parameters["$" + token.value] !== undefined) { - if (duplicate === false) { - duplicate = token; - } - tracker.check_strict(); - } else { - parameters["$" + token.value] = true; - if (is_parameter) { - switch (token.value) { - case "arguments": - case "eval": - case "yield": - if (strict_mode) { - token_error(token, "Unexpected " + token.value + " identifier as parameter inside strict mode"); - } - break; - default: - if (RESERVED_WORDS(token.value)) { - unexpected(); - } - } - } - } - }, - mark_default_assignment: function(token) { - if (default_assignment === false) { - default_assignment = token; - } - }, - mark_spread: function(token) { - if (spread === false) { - spread = token; - } - }, - mark_strict_mode: function() { - strict_mode = true; - }, - is_strict: function() { - return default_assignment !== false || spread !== false || strict_mode; - }, - check_strict: function() { - if (tracker.is_strict() && duplicate !== false) { - token_error(duplicate, "Parameter " + duplicate.value + " was used already"); - } - } - }; - - return tracker; - } - - function parameters(params) { - var used_parameters = track_used_binding_identifiers(true, S.input.has_directive("use strict")); - - expect("("); - - while (!is("punc", ")")) { - var param = parameter(used_parameters); - params.push(param); - - if (!is("punc", ")")) { - expect(","); - if (is("punc", ")") && options.ecma < 8) unexpected(); - } - - if (param instanceof AST_Expansion) { - break; - } - } - - next(); - } - - function parameter(used_parameters, symbol_type) { - var param; - var expand = false; - if (used_parameters === undefined) { - used_parameters = track_used_binding_identifiers(true, S.input.has_directive("use strict")); - } - if (is("expand", "...")) { - expand = S.token; - used_parameters.mark_spread(S.token); - next(); - } - param = binding_element(used_parameters, symbol_type); - - if (is("operator", "=") && expand === false) { - used_parameters.mark_default_assignment(S.token); - next(); - param = new AST_DefaultAssign({ - start: param.start, - left: param, - operator: "=", - right: expression(false), - end: S.token - }); - } - - if (expand !== false) { - if (!is("punc", ")")) { - unexpected(); - } - param = new AST_Expansion({ - start: expand, - expression: param, - end: expand - }); - } - used_parameters.check_strict(); - - return param; - } - - function binding_element(used_parameters, symbol_type) { - var elements = []; - var first = true; - var is_expand = false; - var expand_token; - var first_token = S.token; - if (used_parameters === undefined) { - used_parameters = track_used_binding_identifiers(false, S.input.has_directive("use strict")); - } - symbol_type = symbol_type === undefined ? AST_SymbolFunarg : symbol_type; - if (is("punc", "[")) { - next(); - while (!is("punc", "]")) { - if (first) { - first = false; - } else { - expect(","); - } - - if (is("expand", "...")) { - is_expand = true; - expand_token = S.token; - used_parameters.mark_spread(S.token); - next(); - } - if (is("punc")) { - switch (S.token.value) { - case ",": - elements.push(new AST_Hole({ - start: S.token, - end: S.token - })); - continue; - case "]": // Trailing comma after last element - break; - case "[": - case "{": - elements.push(binding_element(used_parameters, symbol_type)); - break; - default: - unexpected(); - } - } else if (is("name")) { - used_parameters.add_parameter(S.token); - elements.push(as_symbol(symbol_type)); - } else { - croak("Invalid function parameter"); - } - if (is("operator", "=") && is_expand === false) { - used_parameters.mark_default_assignment(S.token); - next(); - elements[elements.length - 1] = new AST_DefaultAssign({ - start: elements[elements.length - 1].start, - left: elements[elements.length - 1], - operator: "=", - right: expression(false), - end: S.token - }); - } - if (is_expand) { - if (!is("punc", "]")) { - croak("Rest element must be last element"); - } - elements[elements.length - 1] = new AST_Expansion({ - start: expand_token, - expression: elements[elements.length - 1], - end: expand_token - }); - } - } - expect("]"); - used_parameters.check_strict(); - return new AST_Destructuring({ - start: first_token, - names: elements, - is_array: true, - end: prev() - }); - } else if (is("punc", "{")) { - next(); - while (!is("punc", "}")) { - if (first) { - first = false; - } else { - expect(","); - } - if (is("expand", "...")) { - is_expand = true; - expand_token = S.token; - used_parameters.mark_spread(S.token); - next(); - } - if (is("name") && (is_token(peek(), "punc") || is_token(peek(), "operator")) && [",", "}", "="].includes(peek().value)) { - used_parameters.add_parameter(S.token); - var start = prev(); - var value = as_symbol(symbol_type); - if (is_expand) { - elements.push(new AST_Expansion({ - start: expand_token, - expression: value, - end: value.end, - })); - } else { - elements.push(new AST_ObjectKeyVal({ - start: start, - key: value.name, - value: value, - end: value.end, - })); - } - } else if (is("punc", "}")) { - continue; // Allow trailing hole - } else { - var property_token = S.token; - var property = as_property_name(); - if (property === null) { - unexpected(prev()); - } else if (prev().type === "name" && !is("punc", ":")) { - elements.push(new AST_ObjectKeyVal({ - start: prev(), - key: property, - value: new symbol_type({ - start: prev(), - name: property, - end: prev() - }), - end: prev() - })); - } else { - expect(":"); - elements.push(new AST_ObjectKeyVal({ - start: property_token, - quote: property_token.quote, - key: property, - value: binding_element(used_parameters, symbol_type), - end: prev() - })); - } - } - if (is_expand) { - if (!is("punc", "}")) { - croak("Rest element must be last element"); - } - } else if (is("operator", "=")) { - used_parameters.mark_default_assignment(S.token); - next(); - elements[elements.length - 1].value = new AST_DefaultAssign({ - start: elements[elements.length - 1].value.start, - left: elements[elements.length - 1].value, - operator: "=", - right: expression(false), - end: S.token - }); - } - } - expect("}"); - used_parameters.check_strict(); - return new AST_Destructuring({ - start: first_token, - names: elements, - is_array: false, - end: prev() - }); - } else if (is("name")) { - used_parameters.add_parameter(S.token); - return as_symbol(symbol_type); - } else { - croak("Invalid function parameter"); - } - } - - function params_or_seq_(allow_arrows, maybe_sequence) { - var spread_token; - var invalid_sequence; - var trailing_comma; - var a = []; - expect("("); - while (!is("punc", ")")) { - if (spread_token) unexpected(spread_token); - if (is("expand", "...")) { - spread_token = S.token; - if (maybe_sequence) invalid_sequence = S.token; - next(); - a.push(new AST_Expansion({ - start: prev(), - expression: expression(), - end: S.token, - })); - } else { - a.push(expression()); - } - if (!is("punc", ")")) { - expect(","); - if (is("punc", ")")) { - if (options.ecma < 8) unexpected(); - trailing_comma = prev(); - if (maybe_sequence) invalid_sequence = trailing_comma; - } - } - } - expect(")"); - if (allow_arrows && is("arrow", "=>")) { - if (spread_token && trailing_comma) unexpected(trailing_comma); - } else if (invalid_sequence) { - unexpected(invalid_sequence); - } - return a; - } - - function _function_body(block, generator, is_async, name, args) { - var loop = S.in_loop; - var labels = S.labels; - var current_generator = S.in_generator; - var current_async = S.in_async; - ++S.in_function; - if (generator) - S.in_generator = S.in_function; - if (is_async) - S.in_async = S.in_function; - if (args) parameters(args); - if (block) - S.in_directives = true; - S.in_loop = 0; - S.labels = []; - if (block) { - S.input.push_directives_stack(); - var a = block_(); - if (name) _verify_symbol(name); - if (args) args.forEach(_verify_symbol); - S.input.pop_directives_stack(); - } else { - var a = expression(false); - } - --S.in_function; - S.in_loop = loop; - S.labels = labels; - S.in_generator = current_generator; - S.in_async = current_async; - return a; - } - - function _await_expression() { - // Previous token must be "await" and not be interpreted as an identifier - if (!is_in_async()) { - croak("Unexpected await expression outside async function", - S.prev.line, S.prev.col, S.prev.pos); - } - // the await expression is parsed as a unary expression in Babel - return new AST_Await({ - start: prev(), - end: S.token, - expression : maybe_unary(true), - }); - } - - function _yield_expression() { - // Previous token must be keyword yield and not be interpret as an identifier - if (!is_in_generator()) { - croak("Unexpected yield expression outside generator function", - S.prev.line, S.prev.col, S.prev.pos); - } - var start = S.token; - var star = false; - var has_expression = true; - - // Attempt to get expression or star (and then the mandatory expression) - // behind yield on the same line. - // - // If nothing follows on the same line of the yieldExpression, - // it should default to the value `undefined` for yield to return. - // In that case, the `undefined` stored as `null` in ast. - // - // Note 1: It isn't allowed for yield* to close without an expression - // Note 2: If there is a nlb between yield and star, it is interpret as - // yield * - if (can_insert_semicolon() || - (is("punc") && PUNC_AFTER_EXPRESSION(S.token.value))) { - has_expression = false; - - } else if (is("operator", "*")) { - star = true; - next(); - } - - return new AST_Yield({ - start : start, - is_star : star, - expression : has_expression ? expression() : null, - end : prev() - }); - } - - function if_() { - var cond = parenthesised(), body = statement(false, false, true), belse = null; - if (is("keyword", "else")) { - next(); - belse = statement(false, false, true); - } - return new AST_If({ - condition : cond, - body : body, - alternative : belse - }); - } - - function block_() { - expect("{"); - var a = []; - while (!is("punc", "}")) { - if (is("eof")) unexpected(); - a.push(statement()); - } - next(); - return a; - } - - function switch_body_() { - expect("{"); - var a = [], cur = null, branch = null, tmp; - while (!is("punc", "}")) { - if (is("eof")) unexpected(); - if (is("keyword", "case")) { - if (branch) branch.end = prev(); - cur = []; - branch = new AST_Case({ - start : (tmp = S.token, next(), tmp), - expression : expression(true), - body : cur - }); - a.push(branch); - expect(":"); - } else if (is("keyword", "default")) { - if (branch) branch.end = prev(); - cur = []; - branch = new AST_Default({ - start : (tmp = S.token, next(), expect(":"), tmp), - body : cur - }); - a.push(branch); - } else { - if (!cur) unexpected(); - cur.push(statement()); - } - } - if (branch) branch.end = prev(); - next(); - return a; - } - - function try_() { - var body = block_(), bcatch = null, bfinally = null; - if (is("keyword", "catch")) { - var start = S.token; - next(); - if (is("punc", "{")) { - var name = null; - } else { - expect("("); - var name = parameter(undefined, AST_SymbolCatch); - expect(")"); - } - bcatch = new AST_Catch({ - start : start, - argname : name, - body : block_(), - end : prev() - }); - } - if (is("keyword", "finally")) { - var start = S.token; - next(); - bfinally = new AST_Finally({ - start : start, - body : block_(), - end : prev() - }); - } - if (!bcatch && !bfinally) - croak("Missing catch/finally blocks"); - return new AST_Try({ - body : body, - bcatch : bcatch, - bfinally : bfinally - }); - } - - function vardefs(no_in, kind) { - var a = []; - var def; - for (;;) { - var sym_type = - kind === "var" ? AST_SymbolVar : - kind === "const" ? AST_SymbolConst : - kind === "let" ? AST_SymbolLet : null; - if (is("punc", "{") || is("punc", "[")) { - def = new AST_VarDef({ - start: S.token, - name: binding_element(undefined ,sym_type), - value: is("operator", "=") ? (expect_token("operator", "="), expression(false, no_in)) : null, - end: prev() - }); - } else { - def = new AST_VarDef({ - start : S.token, - name : as_symbol(sym_type), - value : is("operator", "=") - ? (next(), expression(false, no_in)) - : !no_in && kind === "const" - ? croak("Missing initializer in const declaration") : null, - end : prev() - }); - if (def.name.name == "import") croak("Unexpected token: import"); - } - a.push(def); - if (!is("punc", ",")) - break; - next(); - } - return a; - } - - var var_ = function(no_in) { - return new AST_Var({ - start : prev(), - definitions : vardefs(no_in, "var"), - end : prev() - }); - }; - - var let_ = function(no_in) { - return new AST_Let({ - start : prev(), - definitions : vardefs(no_in, "let"), - end : prev() - }); - }; - - var const_ = function(no_in) { - return new AST_Const({ - start : prev(), - definitions : vardefs(no_in, "const"), - end : prev() - }); - }; - - var new_ = function(allow_calls) { - var start = S.token; - expect_token("operator", "new"); - if (is("punc", ".")) { - next(); - expect_token("name", "target"); - return subscripts(new AST_NewTarget({ - start : start, - end : prev() - }), allow_calls); - } - var newexp = expr_atom(false), args; - if (is("punc", "(")) { - next(); - args = expr_list(")", options.ecma >= 8); - } else { - args = []; - } - var call = new AST_New({ - start : start, - expression : newexp, - args : args, - end : prev() - }); - mark_pure(call); - return subscripts(call, allow_calls); - }; - - function as_atom_node() { - var tok = S.token, ret; - switch (tok.type) { - case "name": - ret = _make_symbol(AST_SymbolRef); - break; - case "num": - ret = new AST_Number({ start: tok, end: tok, value: tok.value }); - break; - case "string": - ret = new AST_String({ - start : tok, - end : tok, - value : tok.value, - quote : tok.quote - }); - break; - case "regexp": - ret = new AST_RegExp({ start: tok, end: tok, value: tok.value }); - break; - case "atom": - switch (tok.value) { - case "false": - ret = new AST_False({ start: tok, end: tok }); - break; - case "true": - ret = new AST_True({ start: tok, end: tok }); - break; - case "null": - ret = new AST_Null({ start: tok, end: tok }); - break; - } - break; - } - next(); - return ret; - } - - function to_fun_args(ex, _, __, default_seen_above) { - var insert_default = function(ex, default_value) { - if (default_value) { - return new AST_DefaultAssign({ - start: ex.start, - left: ex, - operator: "=", - right: default_value, - end: default_value.end - }); - } - return ex; - }; - if (ex instanceof AST_Object) { - return insert_default(new AST_Destructuring({ - start: ex.start, - end: ex.end, - is_array: false, - names: ex.properties.map(to_fun_args) - }), default_seen_above); - } else if (ex instanceof AST_ObjectKeyVal) { - ex.value = to_fun_args(ex.value, 0, [ex.key]); - return insert_default(ex, default_seen_above); - } else if (ex instanceof AST_Hole) { - return ex; - } else if (ex instanceof AST_Destructuring) { - ex.names = ex.names.map(to_fun_args); - return insert_default(ex, default_seen_above); - } else if (ex instanceof AST_SymbolRef) { - return insert_default(new AST_SymbolFunarg({ - name: ex.name, - start: ex.start, - end: ex.end - }), default_seen_above); - } else if (ex instanceof AST_Expansion) { - ex.expression = to_fun_args(ex.expression); - return insert_default(ex, default_seen_above); - } else if (ex instanceof AST_Array) { - return insert_default(new AST_Destructuring({ - start: ex.start, - end: ex.end, - is_array: true, - names: ex.elements.map(to_fun_args) - }), default_seen_above); - } else if (ex instanceof AST_Assign) { - return insert_default(to_fun_args(ex.left, undefined, undefined, ex.right), default_seen_above); - } else if (ex instanceof AST_DefaultAssign) { - ex.left = to_fun_args(ex.left, 0, [ex.left]); - return ex; - } else { - croak("Invalid function parameter", ex.start.line, ex.start.col); - } - } - - var expr_atom = function(allow_calls, allow_arrows) { - if (is("operator", "new")) { - return new_(allow_calls); - } - var start = S.token; - var peeked; - var async = is("name", "async") - && (peeked = peek()).value != "[" - && peeked.type != "arrow" - && as_atom_node(); - if (is("punc")) { - switch (S.token.value) { - case "(": - if (async && !allow_calls) break; - var exprs = params_or_seq_(allow_arrows, !async); - if (allow_arrows && is("arrow", "=>")) { - return arrow_function(start, exprs.map(to_fun_args), !!async); - } - var ex = async ? new AST_Call({ - expression: async, - args: exprs - }) : exprs.length == 1 ? exprs[0] : new AST_Sequence({ - expressions: exprs - }); - if (ex.start) { - var len = start.comments_before.length; - [].unshift.apply(ex.start.comments_before, start.comments_before); - start.comments_before = ex.start.comments_before; - start.comments_before_length = len; - if (len == 0 && start.comments_before.length > 0) { - var comment = start.comments_before[0]; - if (!comment.nlb) { - comment.nlb = start.nlb; - start.nlb = false; - } - } - start.comments_after = ex.start.comments_after; - } - ex.start = start; - var end = prev(); - if (ex.end) { - end.comments_before = ex.end.comments_before; - [].push.apply(ex.end.comments_after, end.comments_after); - end.comments_after = ex.end.comments_after; - } - ex.end = end; - if (ex instanceof AST_Call) mark_pure(ex); - return subscripts(ex, allow_calls); - case "[": - return subscripts(array_(), allow_calls); - case "{": - return subscripts(object_or_destructuring_(), allow_calls); - } - if (!async) unexpected(); - } - if (allow_arrows && is("name") && is_token(peek(), "arrow")) { - var param = new AST_SymbolFunarg({ - name: S.token.value, - start: start, - end: start, - }); - next(); - return arrow_function(start, [param], !!async); - } - if (is("keyword", "function")) { - next(); - var func = function_(AST_Function, false, !!async); - func.start = start; - func.end = prev(); - return subscripts(func, allow_calls); - } - if (async) return subscripts(async, allow_calls); - if (is("keyword", "class")) { - next(); - var cls = class_(AST_ClassExpression); - cls.start = start; - cls.end = prev(); - return subscripts(cls, allow_calls); - } - if (is("template_head")) { - return subscripts(template_string(false), allow_calls); - } - if (ATOMIC_START_TOKEN(S.token.type)) { - return subscripts(as_atom_node(), allow_calls); - } - unexpected(); - }; - - function template_string(tagged) { - var segments = [], start = S.token; - - segments.push(new AST_TemplateSegment({ - start: S.token, - raw: S.token.raw, - value: S.token.value, - end: S.token - })); - while (S.token.end === false) { - next(); - handle_regexp(); - segments.push(expression(true)); - - if (!is_token("template_substitution")) { - unexpected(); - } - - segments.push(new AST_TemplateSegment({ - start: S.token, - raw: S.token.raw, - value: S.token.value, - end: S.token - })); - } - next(); - - return new AST_TemplateString({ - start: start, - segments: segments, - end: S.token - }); - } - - function expr_list(closing, allow_trailing_comma, allow_empty) { - var first = true, a = []; - while (!is("punc", closing)) { - if (first) first = false; else expect(","); - if (allow_trailing_comma && is("punc", closing)) break; - if (is("punc", ",") && allow_empty) { - a.push(new AST_Hole({ start: S.token, end: S.token })); - } else if (is("expand", "...")) { - next(); - a.push(new AST_Expansion({start: prev(), expression: expression(),end: S.token})); - } else { - a.push(expression(false)); - } - } - next(); - return a; - } - - var array_ = embed_tokens(function() { - expect("["); - return new AST_Array({ - elements: expr_list("]", !options.strict, true) - }); - }); - - var create_accessor = embed_tokens(function(is_generator, is_async) { - return function_(AST_Accessor, is_generator, is_async); - }); - - var object_or_destructuring_ = embed_tokens(function object_or_destructuring_() { - var start = S.token, first = true, a = []; - expect("{"); - while (!is("punc", "}")) { - if (first) first = false; else expect(","); - if (!options.strict && is("punc", "}")) - // allow trailing comma - break; - - start = S.token; - if (start.type == "expand") { - next(); - a.push(new AST_Expansion({ - start: start, - expression: expression(false), - end: prev(), - })); - continue; - } - - var name = as_property_name(); - var value; - - // Check property and fetch value - if (!is("punc", ":")) { - var concise = concise_method_or_getset(name, start); - if (concise) { - a.push(concise); - continue; - } - - value = new AST_SymbolRef({ - start: prev(), - name: name, - end: prev() - }); - } else if (name === null) { - unexpected(prev()); - } else { - next(); // `:` - see first condition - value = expression(false); - } - - // Check for default value and alter value accordingly if necessary - if (is("operator", "=")) { - next(); - value = new AST_Assign({ - start: start, - left: value, - operator: "=", - right: expression(false), - end: prev() - }); - } - - // Create property - a.push(new AST_ObjectKeyVal({ - start: start, - quote: start.quote, - key: name instanceof AST_Node ? name : "" + name, - value: value, - end: prev() - })); - } - next(); - return new AST_Object({ properties: a }); - }); - - function class_(KindOfClass) { - var start, method, class_name, extends_, a = []; - - S.input.push_directives_stack(); // Push directive stack, but not scope stack - S.input.add_directive("use strict"); - - if (S.token.type == "name" && S.token.value != "extends") { - class_name = as_symbol(KindOfClass === AST_DefClass ? AST_SymbolDefClass : AST_SymbolClass); - } - - if (KindOfClass === AST_DefClass && !class_name) { - unexpected(); - } - - if (S.token.value == "extends") { - next(); - extends_ = expression(true); - } - - expect("{"); - - if (is("punc", ";")) { next(); } // Leading semicolons are okay in class bodies. - while (!is("punc", "}")) { - start = S.token; - method = concise_method_or_getset(as_property_name(), start, true); - if (!method) { unexpected(); } - a.push(method); - if (is("punc", ";")) { next(); } - } - - S.input.pop_directives_stack(); - - next(); - - return new KindOfClass({ - start: start, - name: class_name, - extends: extends_, - properties: a, - end: prev(), - }); - } - - function concise_method_or_getset(name, start, is_class) { - var get_ast = function(name, token) { - if (typeof name === "string" || typeof name === "number") { - return new AST_SymbolMethod({ - start: token, - name: "" + name, - end: prev() - }); - } else if (name === null) { - unexpected(); - } - return name; - }; - var is_async = false; - var is_static = false; - var is_generator = false; - var property_token = start; - if (is_class && name === "static" && !is("punc", "(")) { - is_static = true; - property_token = S.token; - name = as_property_name(); - } - if (name === "async" && !is("punc", "(") && !is("punc", ",") && !is("punc", "}")) { - is_async = true; - property_token = S.token; - name = as_property_name(); - } - if (name === null) { - is_generator = true; - property_token = S.token; - name = as_property_name(); - if (name === null) { - unexpected(); - } - } - if (is("punc", "(")) { - name = get_ast(name, start); - var node = new AST_ConciseMethod({ - start : start, - static : is_static, - is_generator: is_generator, - async : is_async, - key : name, - quote : name instanceof AST_SymbolMethod ? - property_token.quote : undefined, - value : create_accessor(is_generator, is_async), - end : prev() - }); - return node; - } - property_token = S.token; - if (name == "get") { - if (!is("punc") || is("punc", "[")) { - name = get_ast(as_property_name(), start); - return new AST_ObjectGetter({ - start : start, - static: is_static, - key : name, - quote : name instanceof AST_SymbolMethod ? - property_token.quote : undefined, - value : create_accessor(), - end : prev() - }); - } - } else if (name == "set") { - if (!is("punc") || is("punc", "[")) { - name = get_ast(as_property_name(), start); - return new AST_ObjectSetter({ - start : start, - static: is_static, - key : name, - quote : name instanceof AST_SymbolMethod ? - property_token.quote : undefined, - value : create_accessor(), - end : prev() - }); - } - } - } - - function import_() { - var start = prev(); - var imported_name; - var imported_names; - if (is("name")) { - imported_name = as_symbol(AST_SymbolImport); - } - - if (is("punc", ",")) { - next(); - } - - imported_names = map_names(true); - - if (imported_names || imported_name) { - expect_token("name", "from"); - } - var mod_str = S.token; - if (mod_str.type !== "string") { - unexpected(); - } - next(); - return new AST_Import({ - start: start, - imported_name: imported_name, - imported_names: imported_names, - module_name: new AST_String({ - start: mod_str, - value: mod_str.value, - quote: mod_str.quote, - end: mod_str, - }), - end: S.token, - }); - } - - function map_name(is_import) { - function make_symbol(type) { - return new type({ - name: as_property_name(), - start: prev(), - end: prev() - }); - } - - var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign; - var type = is_import ? AST_SymbolImport : AST_SymbolExport; - var start = S.token; - var foreign_name; - var name; - - if (is_import) { - foreign_name = make_symbol(foreign_type); - } else { - name = make_symbol(type); - } - if (is("name", "as")) { - next(); // The "as" word - if (is_import) { - name = make_symbol(type); - } else { - foreign_name = make_symbol(foreign_type); - } - } else if (is_import) { - name = new type(foreign_name); - } else { - foreign_name = new foreign_type(name); - } - - return new AST_NameMapping({ - start: start, - foreign_name: foreign_name, - name: name, - end: prev(), - }); - } - - function map_nameAsterisk(is_import, name) { - var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign; - var type = is_import ? AST_SymbolImport : AST_SymbolExport; - var start = S.token; - var foreign_name; - var end = prev(); - - name = name || new type({ - name: "*", - start: start, - end: end, - }); - - foreign_name = new foreign_type({ - name: "*", - start: start, - end: end, - }); - - return new AST_NameMapping({ - start: start, - foreign_name: foreign_name, - name: name, - end: end, - }); - } - - function map_names(is_import) { - var names; - if (is("punc", "{")) { - next(); - names = []; - while (!is("punc", "}")) { - names.push(map_name(is_import)); - if (is("punc", ",")) { - next(); - } - } - next(); - } else if (is("operator", "*")) { - var name; - next(); - if (is_import && is("name", "as")) { - next(); // The "as" word - name = as_symbol(is_import ? AST_SymbolImport : AST_SymbolExportForeign); - } - names = [map_nameAsterisk(is_import, name)]; - } - return names; - } - - function export_() { - var start = S.token; - var is_default; - var exported_names; - - if (is("keyword", "default")) { - is_default = true; - next(); - } else if (exported_names = map_names(false)) { - if (is("name", "from")) { - next(); - - var mod_str = S.token; - if (mod_str.type !== "string") { - unexpected(); - } - next(); - - return new AST_Export({ - start: start, - is_default: is_default, - exported_names: exported_names, - module_name: new AST_String({ - start: mod_str, - value: mod_str.value, - quote: mod_str.quote, - end: mod_str, - }), - end: prev(), - }); - } else { - return new AST_Export({ - start: start, - is_default: is_default, - exported_names: exported_names, - end: prev(), - }); - } - } - - var node; - var exported_value; - var exported_definition; - if (is("punc", "{") - || is_default - && (is("keyword", "class") || is("keyword", "function")) - && is_token(peek(), "punc")) { - exported_value = expression(false); - semicolon(); - } else if ((node = statement(is_default)) instanceof AST_Definitions && is_default) { - unexpected(node.start); - } else if (node instanceof AST_Definitions || node instanceof AST_Lambda || node instanceof AST_DefClass) { - exported_definition = node; - } else if (node instanceof AST_SimpleStatement) { - exported_value = node.body; - } else { - unexpected(node.start); - } - - return new AST_Export({ - start: start, - is_default: is_default, - exported_value: exported_value, - exported_definition: exported_definition, - end: prev(), - }); - } - - function as_property_name() { - var tmp = S.token; - switch (tmp.type) { - case "punc": - if (tmp.value === "[") { - next(); - var ex = expression(false); - expect("]"); - return ex; - } else unexpected(tmp); - case "operator": - if (tmp.value === "*") { - next(); - return null; - } - if (!["delete", "in", "instanceof", "new", "typeof", "void"].includes(tmp.value)) { - unexpected(tmp); - } - case "name": - if (tmp.value == "yield") { - if (is_in_generator()) { - token_error(tmp, "Yield cannot be used as identifier inside generators"); - } else if (!is_token(peek(), "punc", ":") - && !is_token(peek(), "punc", "(") - && S.input.has_directive("use strict")) { - token_error(tmp, "Unexpected yield identifier inside strict mode"); - } - } - case "string": - case "num": - case "keyword": - case "atom": - next(); - return tmp.value; - default: - unexpected(tmp); - } - } - - function as_name() { - var tmp = S.token; - if (tmp.type != "name") unexpected(); - next(); - return tmp.value; - } - - function _make_symbol(type) { - var name = S.token.value; - return new (name == "this" ? AST_This : - name == "super" ? AST_Super : - type)({ - name : String(name), - start : S.token, - end : S.token - }); - } - - function _verify_symbol(sym) { - var name = sym.name; - if (is_in_generator() && name == "yield") { - token_error(sym.start, "Yield cannot be used as identifier inside generators"); - } - if (S.input.has_directive("use strict")) { - if (name == "yield") { - token_error(sym.start, "Unexpected yield identifier inside strict mode"); - } - if (sym instanceof AST_SymbolDeclaration && (name == "arguments" || name == "eval")) { - token_error(sym.start, "Unexpected " + name + " in strict mode"); - } - } - } - - function as_symbol(type, noerror) { - if (!is("name")) { - if (!noerror) croak("Name expected"); - return null; - } - var sym = _make_symbol(type); - _verify_symbol(sym); - next(); - return sym; - } - - function mark_pure(call) { - var start = call.start; - var comments = start.comments_before; - var i = HOP(start, "comments_before_length") ? start.comments_before_length : comments.length; - while (--i >= 0) { - var comment = comments[i]; - if (/[@#]__PURE__/.test(comment.value)) { - call.pure = comment; - break; - } - } - } - - var subscripts = function(expr, allow_calls) { - var start = expr.start; - if (is("punc", ".")) { - next(); - return subscripts(new AST_Dot({ - start : start, - expression : expr, - property : as_name(), - end : prev() - }), allow_calls); - } - if (is("punc", "[")) { - next(); - var prop = expression(true); - expect("]"); - return subscripts(new AST_Sub({ - start : start, - expression : expr, - property : prop, - end : prev() - }), allow_calls); - } - if (allow_calls && is("punc", "(")) { - next(); - var call = new AST_Call({ - start : start, - expression : expr, - args : call_args(), - end : prev() - }); - mark_pure(call); - return subscripts(call, true); - } - if (is("template_head")) { - return subscripts(new AST_PrefixedTemplateString({ - start: start, - prefix: expr, - template_string: template_string(true), - end: prev() - }), allow_calls); - } - return expr; - }; - - var call_args = embed_tokens(function _call_args() { - var args = []; - while (!is("punc", ")")) { - if (is("expand", "...")) { - next(); - args.push(new AST_Expansion({ - start: prev(), - expression: expression(false), - end: prev() - })); - } else { - args.push(expression(false)); - } - if (!is("punc", ")")) { - expect(","); - if (is("punc", ")") && options.ecma < 8) unexpected(); - } - } - next(); - return args; - }); - - var maybe_unary = function(allow_calls, allow_arrows) { - var start = S.token; - if (start.type == "name" && start.value == "await") { - if (is_in_async()) { - next(); - return _await_expression(); - } else if (S.input.has_directive("use strict")) { - token_error(S.token, "Unexpected await identifier inside strict mode"); - } - } - if (is("operator") && UNARY_PREFIX(start.value)) { - next(); - handle_regexp(); - var ex = make_unary(AST_UnaryPrefix, start, maybe_unary(allow_calls)); - ex.start = start; - ex.end = prev(); - return ex; - } - var val = expr_atom(allow_calls, allow_arrows); - while (is("operator") && UNARY_POSTFIX(S.token.value) && !has_newline_before(S.token)) { - if (val instanceof AST_Arrow) unexpected(); - val = make_unary(AST_UnaryPostfix, S.token, val); - val.start = start; - val.end = S.token; - next(); - } - return val; - }; - - function make_unary(ctor, token, expr) { - var op = token.value; - switch (op) { - case "++": - case "--": - if (!is_assignable(expr)) - croak("Invalid use of " + op + " operator", token.line, token.col, token.pos); - break; - case "delete": - if (expr instanceof AST_SymbolRef && S.input.has_directive("use strict")) - croak("Calling delete on expression not allowed in strict mode", expr.start.line, expr.start.col, expr.start.pos); - break; - } - return new ctor({ operator: op, expression: expr }); - } - - var expr_op = function(left, min_prec, no_in) { - var op = is("operator") ? S.token.value : null; - if (op == "in" && no_in) op = null; - if (op == "**" && left instanceof AST_UnaryPrefix - /* unary token in front not allowed - parenthesis required */ - && !is_token(left.start, "punc", "(") - && left.operator !== "--" && left.operator !== "++") - unexpected(left.start); - var prec = op != null ? PRECEDENCE[op] : null; - if (prec != null && (prec > min_prec || (op === "**" && min_prec === prec))) { - next(); - var right = expr_op(maybe_unary(true), prec, no_in); - return expr_op(new AST_Binary({ - start : left.start, - left : left, - operator : op, - right : right, - end : right.end - }), min_prec, no_in); - } - return left; - }; - - function expr_ops(no_in) { - return expr_op(maybe_unary(true, true), 0, no_in); - } - - var maybe_conditional = function(no_in) { - var start = S.token; - var expr = expr_ops(no_in); - if (is("operator", "?")) { - next(); - var yes = expression(false); - expect(":"); - return new AST_Conditional({ - start : start, - condition : expr, - consequent : yes, - alternative : expression(false, no_in), - end : prev() - }); - } - return expr; - }; - - function is_assignable(expr) { - return expr instanceof AST_PropAccess || expr instanceof AST_SymbolRef; - } - - function to_destructuring(node) { - if (node instanceof AST_Object) { - node = new AST_Destructuring({ - start: node.start, - names: node.properties.map(to_destructuring), - is_array: false, - end: node.end - }); - } else if (node instanceof AST_Array) { - var names = []; - - for (var i = 0; i < node.elements.length; i++) { - // Only allow expansion as last element - if (node.elements[i] instanceof AST_Expansion) { - if (i + 1 !== node.elements.length) { - token_error(node.elements[i].start, "Spread must the be last element in destructuring array"); - } - node.elements[i].expression = to_destructuring(node.elements[i].expression); - } - - names.push(to_destructuring(node.elements[i])); - } - - node = new AST_Destructuring({ - start: node.start, - names: names, - is_array: true, - end: node.end - }); - } else if (node instanceof AST_ObjectProperty) { - node.value = to_destructuring(node.value); - } else if (node instanceof AST_Assign) { - node = new AST_DefaultAssign({ - start: node.start, - left: node.left, - operator: "=", - right: node.right, - end: node.end - }); - } - return node; - } - - // In ES6, AssignmentExpression can also be an ArrowFunction - var maybe_assign = function(no_in) { - handle_regexp(); - var start = S.token; - - if (start.type == "name" && start.value == "yield") { - if (is_in_generator()) { - next(); - return _yield_expression(); - } else if (S.input.has_directive("use strict")) { - token_error(S.token, "Unexpected yield identifier inside strict mode"); - } - } - - var left = maybe_conditional(no_in); - var val = S.token.value; - - if (is("operator") && ASSIGNMENT(val)) { - if (is_assignable(left) || (left = to_destructuring(left)) instanceof AST_Destructuring) { - next(); - return new AST_Assign({ - start : start, - left : left, - operator : val, - right : maybe_assign(no_in), - end : prev() - }); - } - croak("Invalid assignment"); - } - return left; - }; - - var expression = function(commas, no_in) { - var start = S.token; - var exprs = []; - while (true) { - exprs.push(maybe_assign(no_in)); - if (!commas || !is("punc", ",")) break; - next(); - commas = true; - } - return exprs.length == 1 ? exprs[0] : new AST_Sequence({ - start : start, - expressions : exprs, - end : peek() - }); - }; - - function in_loop(cont) { - ++S.in_loop; - var ret = cont(); - --S.in_loop; - return ret; - } - - if (options.expression) { - return expression(true); - } - - return (function() { - var start = S.token; - var body = []; - S.input.push_directives_stack(); - if (options.module) S.input.add_directive("use strict"); - while (!is("eof")) - body.push(statement()); - S.input.pop_directives_stack(); - var end = prev(); - var toplevel = options.toplevel; - if (toplevel) { - toplevel.body = toplevel.body.concat(body); - toplevel.end = end; - } else { - toplevel = new AST_Toplevel({ start: start, body: body, end: end }); - } - return toplevel; - })(); - - } - - /*********************************************************************** - - A JavaScript tokenizer / parser / beautifier / compressor. - https://github.com/mishoo/UglifyJS2 - - -------------------------------- (C) --------------------------------- - - Author: Mihai Bazon - - http://mihai.bazon.net/blog - - Distributed under the BSD license: - - Copyright 2012 (c) Mihai Bazon - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - ***********************************************************************/ - - function DEFNODE(type, props, methods, base) { - if (arguments.length < 4) base = AST_Node; - if (!props) props = []; - else props = props.split(/\s+/); - var self_props = props; - if (base && base.PROPS) - props = props.concat(base.PROPS); - var code = "return function AST_" + type + "(props){ if (props) { "; - for (var i = props.length; --i >= 0;) { - code += "this." + props[i] + " = props." + props[i] + ";"; - } - var proto = base && new base; - if (proto && proto.initialize || (methods && methods.initialize)) - code += "this.initialize();"; - code += "}}"; - var ctor = new Function(code)(); - if (proto) { - ctor.prototype = proto; - ctor.BASE = base; - } - if (base) base.SUBCLASSES.push(ctor); - ctor.prototype.CTOR = ctor; - ctor.PROPS = props || null; - ctor.SELF_PROPS = self_props; - ctor.SUBCLASSES = []; - if (type) { - ctor.prototype.TYPE = ctor.TYPE = type; - } - if (methods) for (i in methods) if (HOP(methods, i)) { - if (/^\$/.test(i)) { - ctor[i.substr(1)] = methods[i]; - } else { - ctor.prototype[i] = methods[i]; - } - } - ctor.DEFMETHOD = function(name, method) { - this.prototype[name] = method; - }; - return ctor; - } - - var AST_Token = DEFNODE("Token", "type value line col pos endline endcol endpos nlb comments_before comments_after file raw", { - }, null); - - var AST_Node = DEFNODE("Node", "start end", { - _clone: function(deep) { - if (deep) { - var self = this.clone(); - return self.transform(new TreeTransformer(function(node) { - if (node !== self) { - return node.clone(true); - } - })); - } - return new this.CTOR(this); - }, - clone: function(deep) { - return this._clone(deep); - }, - $documentation: "Base class of all AST nodes", - $propdoc: { - start: "[AST_Token] The first token of this node", - end: "[AST_Token] The last token of this node" - }, - _walk: function(visitor) { - return visitor._visit(this); - }, - walk: function(visitor) { - return this._walk(visitor); // not sure the indirection will be any help - } - }, null); - - AST_Node.warn_function = null; - AST_Node.warn = function(txt, props) { - if (AST_Node.warn_function) - AST_Node.warn_function(string_template(txt, props)); - }; - - /* -----[ statements ]----- */ - - var AST_Statement = DEFNODE("Statement", null, { - $documentation: "Base class of all statements", - }); - - var AST_Debugger = DEFNODE("Debugger", null, { - $documentation: "Represents a debugger statement", - }, AST_Statement); - - var AST_Directive = DEFNODE("Directive", "value quote", { - $documentation: "Represents a directive, like \"use strict\";", - $propdoc: { - value: "[string] The value of this directive as a plain string (it's not an AST_String!)", - quote: "[string] the original quote character" - }, - }, AST_Statement); - - var AST_SimpleStatement = DEFNODE("SimpleStatement", "body", { - $documentation: "A statement consisting of an expression, i.e. a = 1 + 2", - $propdoc: { - body: "[AST_Node] an expression node (should not be instanceof AST_Statement)" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.body._walk(visitor); - }); - } - }, AST_Statement); - - function walk_body(node, visitor) { - var body = node.body; - if (body instanceof AST_Node) { - body._walk(visitor); - } else for (var i = 0, len = body.length; i < len; i++) { - body[i]._walk(visitor); - } - } - - function clone_block_scope(deep) { - var clone = this._clone(deep); - if (this.block_scope) { - // TODO this is sometimes undefined during compression. - // But it should always have a value! - clone.block_scope = this.block_scope.clone(); - } - return clone; - } - - var AST_Block = DEFNODE("Block", "body block_scope", { - $documentation: "A body of statements (usually braced)", - $propdoc: { - body: "[AST_Statement*] an array of statements", - block_scope: "[AST_Scope] the block scope" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - walk_body(this, visitor); - }); - }, - clone: clone_block_scope - }, AST_Statement); - - var AST_BlockStatement = DEFNODE("BlockStatement", null, { - $documentation: "A block statement", - }, AST_Block); - - var AST_EmptyStatement = DEFNODE("EmptyStatement", null, { - $documentation: "The empty statement (empty block or simply a semicolon)" - }, AST_Statement); - - var AST_StatementWithBody = DEFNODE("StatementWithBody", "body", { - $documentation: "Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`", - $propdoc: { - body: "[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement" - } - }, AST_Statement); - - var AST_LabeledStatement = DEFNODE("LabeledStatement", "label", { - $documentation: "Statement with a label", - $propdoc: { - label: "[AST_Label] a label definition" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.label._walk(visitor); - this.body._walk(visitor); - }); - }, - clone: function(deep) { - var node = this._clone(deep); - if (deep) { - var label = node.label; - var def = this.label; - node.walk(new TreeWalker(function(node) { - if (node instanceof AST_LoopControl - && node.label && node.label.thedef === def) { - node.label.thedef = label; - label.references.push(node); - } - })); - } - return node; - } - }, AST_StatementWithBody); - - var AST_IterationStatement = DEFNODE("IterationStatement", "block_scope", { - $documentation: "Internal class. All loops inherit from it.", - $propdoc: { - block_scope: "[AST_Scope] the block scope for this iteration statement." - }, - clone: clone_block_scope - }, AST_StatementWithBody); - - var AST_DWLoop = DEFNODE("DWLoop", "condition", { - $documentation: "Base class for do/while statements", - $propdoc: { - condition: "[AST_Node] the loop condition. Should not be instanceof AST_Statement" - } - }, AST_IterationStatement); - - var AST_Do = DEFNODE("Do", null, { - $documentation: "A `do` statement", - _walk: function(visitor) { - return visitor._visit(this, function() { - this.body._walk(visitor); - this.condition._walk(visitor); - }); - } - }, AST_DWLoop); - - var AST_While = DEFNODE("While", null, { - $documentation: "A `while` statement", - _walk: function(visitor) { - return visitor._visit(this, function() { - this.condition._walk(visitor); - this.body._walk(visitor); - }); - } - }, AST_DWLoop); - - var AST_For = DEFNODE("For", "init condition step", { - $documentation: "A `for` statement", - $propdoc: { - init: "[AST_Node?] the `for` initialization code, or null if empty", - condition: "[AST_Node?] the `for` termination clause, or null if empty", - step: "[AST_Node?] the `for` update clause, or null if empty" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - if (this.init) this.init._walk(visitor); - if (this.condition) this.condition._walk(visitor); - if (this.step) this.step._walk(visitor); - this.body._walk(visitor); - }); - } - }, AST_IterationStatement); - - var AST_ForIn = DEFNODE("ForIn", "init object", { - $documentation: "A `for ... in` statement", - $propdoc: { - init: "[AST_Node] the `for/in` initialization code", - object: "[AST_Node] the object that we're looping through" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.init._walk(visitor); - this.object._walk(visitor); - this.body._walk(visitor); - }); - } - }, AST_IterationStatement); - - var AST_ForOf = DEFNODE("ForOf", "await", { - $documentation: "A `for ... of` statement", - }, AST_ForIn); - - var AST_With = DEFNODE("With", "expression", { - $documentation: "A `with` statement", - $propdoc: { - expression: "[AST_Node] the `with` expression" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.expression._walk(visitor); - this.body._walk(visitor); - }); - } - }, AST_StatementWithBody); - - /* -----[ scope and functions ]----- */ - - var AST_Scope = DEFNODE("Scope", "variables functions uses_with uses_eval parent_scope enclosed cname", { - $documentation: "Base class for all statements introducing a lexical scope", - $propdoc: { - variables: "[Object/S] a map of name -> SymbolDef for all variables/functions defined in this scope", - functions: "[Object/S] like `variables`, but only lists function declarations", - uses_with: "[boolean/S] tells whether this scope uses the `with` statement", - uses_eval: "[boolean/S] tells whether this scope contains a direct call to the global `eval`", - parent_scope: "[AST_Scope?/S] link to the parent scope", - enclosed: "[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes", - cname: "[integer/S] current index for mangling variables (used internally by the mangler)", - }, - get_defun_scope: function() { - var self = this; - while (self.is_block_scope()) { - self = self.parent_scope; - } - return self; - }, - clone: function(deep) { - var node = this._clone(deep); - if (this.variables) node.variables = this.variables.clone(); - if (this.functions) node.functions = this.functions.clone(); - if (this.enclosed) node.enclosed = this.enclosed.slice(); - return node; - }, - pinned: function() { - return this.uses_eval || this.uses_with; - } - }, AST_Block); - - var AST_Toplevel = DEFNODE("Toplevel", "globals", { - $documentation: "The toplevel scope", - $propdoc: { - globals: "[Object/S] a map of name -> SymbolDef for all undeclared names", - }, - wrap_commonjs: function(name) { - var body = this.body; - var wrapped_tl = "(function(exports){'$ORIG';})(typeof " + name + "=='undefined'?(" + name + "={}):" + name + ");"; - wrapped_tl = parse(wrapped_tl); - wrapped_tl = wrapped_tl.transform(new TreeTransformer(function(node) { - if (node instanceof AST_Directive && node.value == "$ORIG") { - return MAP.splice(body); - } - })); - return wrapped_tl; - }, - wrap_enclose: function(args_values) { - if (typeof args_values != "string") args_values = ""; - var index = args_values.indexOf(":"); - if (index < 0) index = args_values.length; - var body = this.body; - return parse([ - "(function(", - args_values.slice(0, index), - '){"$ORIG"})(', - args_values.slice(index + 1), - ")" - ].join("")).transform(new TreeTransformer(function(node) { - if (node instanceof AST_Directive && node.value == "$ORIG") { - return MAP.splice(body); - } - })); - } - }, AST_Scope); - - var AST_Expansion = DEFNODE("Expansion", "expression", { - $documentation: "An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list", - $propdoc: { - expression: "[AST_Node] the thing to be expanded" - }, - _walk: function(visitor) { - var self = this; - return visitor._visit(this, function() { - self.expression.walk(visitor); - }); - } - }); - - var AST_Lambda = DEFNODE("Lambda", "name argnames uses_arguments is_generator async", { - $documentation: "Base class for functions", - $propdoc: { - name: "[AST_SymbolDeclaration?] the name of this function", - argnames: "[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments", - uses_arguments: "[boolean/S] tells whether this function accesses the arguments array", - is_generator: "[boolean] is this a generator method", - async: "[boolean] is this method async", - }, - args_as_names: function () { - var out = []; - for (var i = 0; i < this.argnames.length; i++) { - if (this.argnames[i] instanceof AST_Destructuring) { - out = out.concat(this.argnames[i].all_symbols()); - } else { - out.push(this.argnames[i]); - } - } - return out; - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - if (this.name) this.name._walk(visitor); - var argnames = this.argnames; - for (var i = 0, len = argnames.length; i < len; i++) { - argnames[i]._walk(visitor); - } - walk_body(this, visitor); - }); - } - }, AST_Scope); - - var AST_Accessor = DEFNODE("Accessor", null, { - $documentation: "A setter/getter function. The `name` property is always null." - }, AST_Lambda); - - var AST_Function = DEFNODE("Function", "inlined", { - $documentation: "A function expression" - }, AST_Lambda); - - var AST_Arrow = DEFNODE("Arrow", "inlined", { - $documentation: "An ES6 Arrow function ((a) => b)" - }, AST_Lambda); - - var AST_Defun = DEFNODE("Defun", "inlined", { - $documentation: "A function definition" - }, AST_Lambda); - - /* -----[ DESTRUCTURING ]----- */ - var AST_Destructuring = DEFNODE("Destructuring", "names is_array", { - $documentation: "A destructuring of several names. Used in destructuring assignment and with destructuring function argument names", - $propdoc: { - "names": "[AST_Node*] Array of properties or elements", - "is_array": "[Boolean] Whether the destructuring represents an object or array" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.names.forEach(function(name) { - name._walk(visitor); - }); - }); - }, - all_symbols: function() { - var out = []; - this.walk(new TreeWalker(function (node) { - if (node instanceof AST_Symbol) { - out.push(node); - } - if (node instanceof AST_Expansion) { - out.push(node.expression); - } - })); - return out; - } - }); - - var AST_PrefixedTemplateString = DEFNODE("PrefixedTemplateString", "template_string prefix", { - $documentation: "A templatestring with a prefix, such as String.raw`foobarbaz`", - $propdoc: { - template_string: "[AST_TemplateString] The template string", - prefix: "[AST_SymbolRef|AST_PropAccess] The prefix, which can be a symbol such as `foo` or a dotted expression such as `String.raw`." - }, - _walk: function(visitor) { - this.prefix._walk(visitor); - this.template_string._walk(visitor); - } - }); - - var AST_TemplateString = DEFNODE("TemplateString", "segments", { - $documentation: "A template string literal", - $propdoc: { - segments: "[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment." - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.segments.forEach(function(seg) { - seg._walk(visitor); - }); - }); - } - }); - - var AST_TemplateSegment = DEFNODE("TemplateSegment", "value raw", { - $documentation: "A segment of a template string literal", - $propdoc: { - value: "Content of the segment", - raw: "Raw content of the segment" - } - }); - - /* -----[ JUMPS ]----- */ - - var AST_Jump = DEFNODE("Jump", null, { - $documentation: "Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)" - }, AST_Statement); - - var AST_Exit = DEFNODE("Exit", "value", { - $documentation: "Base class for “exits” (`return` and `throw`)", - $propdoc: { - value: "[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return" - }, - _walk: function(visitor) { - return visitor._visit(this, this.value && function() { - this.value._walk(visitor); - }); - } - }, AST_Jump); - - var AST_Return = DEFNODE("Return", null, { - $documentation: "A `return` statement" - }, AST_Exit); - - var AST_Throw = DEFNODE("Throw", null, { - $documentation: "A `throw` statement" - }, AST_Exit); - - var AST_LoopControl = DEFNODE("LoopControl", "label", { - $documentation: "Base class for loop control statements (`break` and `continue`)", - $propdoc: { - label: "[AST_LabelRef?] the label, or null if none", - }, - _walk: function(visitor) { - return visitor._visit(this, this.label && function() { - this.label._walk(visitor); - }); - } - }, AST_Jump); - - var AST_Break = DEFNODE("Break", null, { - $documentation: "A `break` statement" - }, AST_LoopControl); - - var AST_Continue = DEFNODE("Continue", null, { - $documentation: "A `continue` statement" - }, AST_LoopControl); - - /* -----[ IF ]----- */ - - var AST_If = DEFNODE("If", "condition alternative", { - $documentation: "A `if` statement", - $propdoc: { - condition: "[AST_Node] the `if` condition", - alternative: "[AST_Statement?] the `else` part, or null if not present" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.condition._walk(visitor); - this.body._walk(visitor); - if (this.alternative) this.alternative._walk(visitor); - }); - } - }, AST_StatementWithBody); - - /* -----[ SWITCH ]----- */ - - var AST_Switch = DEFNODE("Switch", "expression", { - $documentation: "A `switch` statement", - $propdoc: { - expression: "[AST_Node] the `switch` “discriminant”" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.expression._walk(visitor); - walk_body(this, visitor); - }); - } - }, AST_Block); - - var AST_SwitchBranch = DEFNODE("SwitchBranch", null, { - $documentation: "Base class for `switch` branches", - }, AST_Block); - - var AST_Default = DEFNODE("Default", null, { - $documentation: "A `default` switch branch", - }, AST_SwitchBranch); - - var AST_Case = DEFNODE("Case", "expression", { - $documentation: "A `case` switch branch", - $propdoc: { - expression: "[AST_Node] the `case` expression" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.expression._walk(visitor); - walk_body(this, visitor); - }); - } - }, AST_SwitchBranch); - - /* -----[ EXCEPTIONS ]----- */ - - var AST_Try = DEFNODE("Try", "bcatch bfinally", { - $documentation: "A `try` statement", - $propdoc: { - bcatch: "[AST_Catch?] the catch block, or null if not present", - bfinally: "[AST_Finally?] the finally block, or null if not present" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - walk_body(this, visitor); - if (this.bcatch) this.bcatch._walk(visitor); - if (this.bfinally) this.bfinally._walk(visitor); - }); - } - }, AST_Block); - - var AST_Catch = DEFNODE("Catch", "argname", { - $documentation: "A `catch` node; only makes sense as part of a `try` statement", - $propdoc: { - argname: "[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - if (this.argname) this.argname._walk(visitor); - walk_body(this, visitor); - }); - } - }, AST_Block); - - var AST_Finally = DEFNODE("Finally", null, { - $documentation: "A `finally` node; only makes sense as part of a `try` statement" - }, AST_Block); - - /* -----[ VAR/CONST ]----- */ - - var AST_Definitions = DEFNODE("Definitions", "definitions", { - $documentation: "Base class for `var` or `const` nodes (variable declarations/initializations)", - $propdoc: { - definitions: "[AST_VarDef*] array of variable definitions" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - var definitions = this.definitions; - for (var i = 0, len = definitions.length; i < len; i++) { - definitions[i]._walk(visitor); - } - }); - } - }, AST_Statement); - - var AST_Var = DEFNODE("Var", null, { - $documentation: "A `var` statement" - }, AST_Definitions); - - var AST_Let = DEFNODE("Let", null, { - $documentation: "A `let` statement" - }, AST_Definitions); - - var AST_Const = DEFNODE("Const", null, { - $documentation: "A `const` statement" - }, AST_Definitions); - - var AST_NameMapping = DEFNODE("NameMapping", "foreign_name name", { - $documentation: "The part of the export/import statement that declare names from a module.", - $propdoc: { - foreign_name: "[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)", - name: "[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module." - }, - _walk: function (visitor) { - return visitor._visit(this, function() { - this.foreign_name._walk(visitor); - this.name._walk(visitor); - }); - } - }); - - var AST_Import = DEFNODE("Import", "imported_name imported_names module_name", { - $documentation: "An `import` statement", - $propdoc: { - imported_name: "[AST_SymbolImport] The name of the variable holding the module's default export.", - imported_names: "[AST_NameMapping*] The names of non-default imported variables", - module_name: "[AST_String] String literal describing where this module came from", - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - if (this.imported_name) { - this.imported_name._walk(visitor); - } - if (this.imported_names) { - this.imported_names.forEach(function(name_import) { - name_import._walk(visitor); - }); - } - this.module_name._walk(visitor); - }); - } - }); - - var AST_Export = DEFNODE("Export", "exported_definition exported_value is_default exported_names module_name", { - $documentation: "An `export` statement", - $propdoc: { - exported_definition: "[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition", - exported_value: "[AST_Node?] An exported value", - exported_names: "[AST_NameMapping*?] List of exported names", - module_name: "[AST_String?] Name of the file to load exports from", - is_default: "[Boolean] Whether this is the default exported value of this module" - }, - _walk: function (visitor) { - visitor._visit(this, function () { - if (this.exported_definition) { - this.exported_definition._walk(visitor); - } - if (this.exported_value) { - this.exported_value._walk(visitor); - } - if (this.exported_names) { - this.exported_names.forEach(function(name_export) { - name_export._walk(visitor); - }); - } - if (this.module_name) { - this.module_name._walk(visitor); - } - }); - } - }, AST_Statement); - - var AST_VarDef = DEFNODE("VarDef", "name value", { - $documentation: "A variable declaration; only appears in a AST_Definitions node", - $propdoc: { - name: "[AST_Destructuring|AST_SymbolConst|AST_SymbolLet|AST_SymbolVar] name of the variable", - value: "[AST_Node?] initializer, or null of there's no initializer" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.name._walk(visitor); - if (this.value) this.value._walk(visitor); - }); - } - }); - - /* -----[ OTHER ]----- */ - - var AST_Call = DEFNODE("Call", "expression args", { - $documentation: "A function call expression", - $propdoc: { - expression: "[AST_Node] expression to invoke as function", - args: "[AST_Node*] array of arguments" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - var args = this.args; - for (var i = 0, len = args.length; i < len; i++) { - args[i]._walk(visitor); - } - this.expression._walk(visitor); - }); - } - }); - - var AST_New = DEFNODE("New", null, { - $documentation: "An object instantiation. Derives from a function call since it has exactly the same properties" - }, AST_Call); - - var AST_Sequence = DEFNODE("Sequence", "expressions", { - $documentation: "A sequence expression (comma-separated expressions)", - $propdoc: { - expressions: "[AST_Node*] array of expressions (at least two)" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.expressions.forEach(function(node) { - node._walk(visitor); - }); - }); - } - }); - - var AST_PropAccess = DEFNODE("PropAccess", "expression property", { - $documentation: "Base class for property access expressions, i.e. `a.foo` or `a[\"foo\"]`", - $propdoc: { - expression: "[AST_Node] the “container” expression", - property: "[AST_Node|string] the property to access. For AST_Dot this is always a plain string, while for AST_Sub it's an arbitrary AST_Node" - } - }); - - var AST_Dot = DEFNODE("Dot", null, { - $documentation: "A dotted property access expression", - _walk: function(visitor) { - return visitor._visit(this, function() { - this.expression._walk(visitor); - }); - } - }, AST_PropAccess); - - var AST_Sub = DEFNODE("Sub", null, { - $documentation: "Index-style property access, i.e. `a[\"foo\"]`", - _walk: function(visitor) { - return visitor._visit(this, function() { - this.expression._walk(visitor); - this.property._walk(visitor); - }); - } - }, AST_PropAccess); - - var AST_Unary = DEFNODE("Unary", "operator expression", { - $documentation: "Base class for unary expressions", - $propdoc: { - operator: "[string] the operator", - expression: "[AST_Node] expression that this unary operator applies to" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.expression._walk(visitor); - }); - } - }); - - var AST_UnaryPrefix = DEFNODE("UnaryPrefix", null, { - $documentation: "Unary prefix expression, i.e. `typeof i` or `++i`" - }, AST_Unary); - - var AST_UnaryPostfix = DEFNODE("UnaryPostfix", null, { - $documentation: "Unary postfix expression, i.e. `i++`" - }, AST_Unary); - - var AST_Binary = DEFNODE("Binary", "operator left right", { - $documentation: "Binary expression, i.e. `a + b`", - $propdoc: { - left: "[AST_Node] left-hand side expression", - operator: "[string] the operator", - right: "[AST_Node] right-hand side expression" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.left._walk(visitor); - this.right._walk(visitor); - }); - } - }); - - var AST_Conditional = DEFNODE("Conditional", "condition consequent alternative", { - $documentation: "Conditional expression using the ternary operator, i.e. `a ? b : c`", - $propdoc: { - condition: "[AST_Node]", - consequent: "[AST_Node]", - alternative: "[AST_Node]" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.condition._walk(visitor); - this.consequent._walk(visitor); - this.alternative._walk(visitor); - }); - } - }); - - var AST_Assign = DEFNODE("Assign", null, { - $documentation: "An assignment expression — `a = b + 5`", - }, AST_Binary); - - var AST_DefaultAssign = DEFNODE("DefaultAssign", null, { - $documentation: "A default assignment expression like in `(a = 3) => a`" - }, AST_Binary); - - /* -----[ LITERALS ]----- */ - - var AST_Array = DEFNODE("Array", "elements", { - $documentation: "An array literal", - $propdoc: { - elements: "[AST_Node*] array of elements" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - var elements = this.elements; - for (var i = 0, len = elements.length; i < len; i++) { - elements[i]._walk(visitor); - } - }); - } - }); - - var AST_Object = DEFNODE("Object", "properties", { - $documentation: "An object literal", - $propdoc: { - properties: "[AST_ObjectProperty*] array of properties" - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - var properties = this.properties; - for (var i = 0, len = properties.length; i < len; i++) { - properties[i]._walk(visitor); - } - }); - } - }); - - var AST_ObjectProperty = DEFNODE("ObjectProperty", "key value", { - $documentation: "Base class for literal object properties", - $propdoc: { - key: "[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.", - value: "[AST_Node] property value. For getters and setters this is an AST_Accessor." - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - if (this.key instanceof AST_Node) - this.key._walk(visitor); - this.value._walk(visitor); - }); - } - }); - - var AST_ObjectKeyVal = DEFNODE("ObjectKeyVal", "quote", { - $documentation: "A key: value object property", - $propdoc: { - quote: "[string] the original quote character" - } - }, AST_ObjectProperty); - - var AST_ObjectSetter = DEFNODE("ObjectSetter", "quote static", { - $propdoc: { - quote: "[string|undefined] the original quote character, if any", - static: "[boolean] whether this is a static setter (classes only)" - }, - $documentation: "An object setter property", - }, AST_ObjectProperty); - - var AST_ObjectGetter = DEFNODE("ObjectGetter", "quote static", { - $propdoc: { - quote: "[string|undefined] the original quote character, if any", - static: "[boolean] whether this is a static getter (classes only)" - }, - $documentation: "An object getter property", - }, AST_ObjectProperty); - - var AST_ConciseMethod = DEFNODE("ConciseMethod", "quote static is_generator async", { - $propdoc: { - quote: "[string|undefined] the original quote character, if any", - static: "[boolean] is this method static (classes only)", - is_generator: "[boolean] is this a generator method", - async: "[boolean] is this method async", - }, - $documentation: "An ES6 concise method inside an object or class" - }, AST_ObjectProperty); - - var AST_Class = DEFNODE("Class", "name extends properties inlined", { - $propdoc: { - name: "[AST_SymbolClass|AST_SymbolDefClass?] optional class name.", - extends: "[AST_Node]? optional parent class", - properties: "[AST_ObjectProperty*] array of properties" - }, - $documentation: "An ES6 class", - _walk: function(visitor) { - return visitor._visit(this, function() { - if (this.name) { - this.name._walk(visitor); - } - if (this.extends) { - this.extends._walk(visitor); - } - this.properties.forEach(function(prop) { - prop._walk(visitor); - }); - }); - }, - }, AST_Scope); - - var AST_DefClass = DEFNODE("DefClass", null, { - $documentation: "A class definition", - }, AST_Class); - - var AST_ClassExpression = DEFNODE("ClassExpression", null, { - $documentation: "A class expression." - }, AST_Class); - - var AST_Symbol = DEFNODE("Symbol", "scope name thedef", { - $propdoc: { - name: "[string] name of this symbol", - scope: "[AST_Scope/S] the current scope (not necessarily the definition scope)", - thedef: "[SymbolDef/S] the definition of this symbol" - }, - $documentation: "Base class for all symbols" - }); - - var AST_NewTarget = DEFNODE("NewTarget", null, { - $documentation: "A reference to new.target" - }); - - var AST_SymbolDeclaration = DEFNODE("SymbolDeclaration", "init", { - $documentation: "A declaration symbol (symbol in var/const, function name or argument, symbol in catch)", - }, AST_Symbol); - - var AST_SymbolVar = DEFNODE("SymbolVar", null, { - $documentation: "Symbol defining a variable", - }, AST_SymbolDeclaration); - - var AST_SymbolBlockDeclaration = DEFNODE("SymbolBlockDeclaration", null, { - $documentation: "Base class for block-scoped declaration symbols" - }, AST_SymbolDeclaration); - - var AST_SymbolConst = DEFNODE("SymbolConst", null, { - $documentation: "A constant declaration" - }, AST_SymbolBlockDeclaration); - - var AST_SymbolLet = DEFNODE("SymbolLet", null, { - $documentation: "A block-scoped `let` declaration" - }, AST_SymbolBlockDeclaration); - - var AST_SymbolFunarg = DEFNODE("SymbolFunarg", null, { - $documentation: "Symbol naming a function argument", - }, AST_SymbolVar); - - var AST_SymbolDefun = DEFNODE("SymbolDefun", null, { - $documentation: "Symbol defining a function", - }, AST_SymbolDeclaration); - - var AST_SymbolMethod = DEFNODE("SymbolMethod", null, { - $documentation: "Symbol in an object defining a method", - }, AST_Symbol); - - var AST_SymbolLambda = DEFNODE("SymbolLambda", null, { - $documentation: "Symbol naming a function expression", - }, AST_SymbolDeclaration); - - var AST_SymbolDefClass = DEFNODE("SymbolDefClass", null, { - $documentation: "Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class." - }, AST_SymbolBlockDeclaration); - - var AST_SymbolClass = DEFNODE("SymbolClass", null, { - $documentation: "Symbol naming a class's name. Lexically scoped to the class." - }, AST_SymbolDeclaration); - - var AST_SymbolCatch = DEFNODE("SymbolCatch", null, { - $documentation: "Symbol naming the exception in catch", - }, AST_SymbolBlockDeclaration); - - var AST_SymbolImport = DEFNODE("SymbolImport", null, { - $documentation: "Symbol referring to an imported name", - }, AST_SymbolBlockDeclaration); - - var AST_SymbolImportForeign = DEFNODE("SymbolImportForeign", null, { - $documentation: "A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes", - }, AST_Symbol); - - var AST_Label = DEFNODE("Label", "references", { - $documentation: "Symbol naming a label (declaration)", - $propdoc: { - references: "[AST_LoopControl*] a list of nodes referring to this label" - }, - initialize: function() { - this.references = []; - this.thedef = this; - } - }, AST_Symbol); - - var AST_SymbolRef = DEFNODE("SymbolRef", null, { - $documentation: "Reference to some symbol (not definition/declaration)", - }, AST_Symbol); - - var AST_SymbolExport = DEFNODE("SymbolExport", null, { - $documentation: "Symbol referring to a name to export", - }, AST_SymbolRef); - - var AST_SymbolExportForeign = DEFNODE("SymbolExportForeign", null, { - $documentation: "A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes", - }, AST_Symbol); - - var AST_LabelRef = DEFNODE("LabelRef", null, { - $documentation: "Reference to a label symbol", - }, AST_Symbol); - - var AST_This = DEFNODE("This", null, { - $documentation: "The `this` symbol", - }, AST_Symbol); - - var AST_Super = DEFNODE("Super", null, { - $documentation: "The `super` symbol", - }, AST_This); - - var AST_Constant = DEFNODE("Constant", null, { - $documentation: "Base class for all constants", - getValue: function() { - return this.value; - } - }); - - var AST_String = DEFNODE("String", "value quote", { - $documentation: "A string literal", - $propdoc: { - value: "[string] the contents of this string", - quote: "[string] the original quote character" - } - }, AST_Constant); - - var AST_Number = DEFNODE("Number", "value literal", { - $documentation: "A number literal", - $propdoc: { - value: "[number] the numeric value", - literal: "[string] numeric value as string (optional)" - } - }, AST_Constant); - - var AST_RegExp = DEFNODE("RegExp", "value", { - $documentation: "A regexp literal", - $propdoc: { - value: "[RegExp] the actual regexp", - } - }, AST_Constant); - - var AST_Atom = DEFNODE("Atom", null, { - $documentation: "Base class for atoms", - }, AST_Constant); - - var AST_Null = DEFNODE("Null", null, { - $documentation: "The `null` atom", - value: null - }, AST_Atom); - - var AST_NaN = DEFNODE("NaN", null, { - $documentation: "The impossible value", - value: 0/0 - }, AST_Atom); - - var AST_Undefined = DEFNODE("Undefined", null, { - $documentation: "The `undefined` value", - value: (function() {}()) - }, AST_Atom); - - var AST_Hole = DEFNODE("Hole", null, { - $documentation: "A hole in an array", - value: (function() {}()) - }, AST_Atom); - - var AST_Infinity = DEFNODE("Infinity", null, { - $documentation: "The `Infinity` value", - value: 1/0 - }, AST_Atom); - - var AST_Boolean = DEFNODE("Boolean", null, { - $documentation: "Base class for booleans", - }, AST_Atom); - - var AST_False = DEFNODE("False", null, { - $documentation: "The `false` atom", - value: false - }, AST_Boolean); - - var AST_True = DEFNODE("True", null, { - $documentation: "The `true` atom", - value: true - }, AST_Boolean); - - var AST_Await = DEFNODE("Await", "expression", { - $documentation: "An `await` statement", - $propdoc: { - expression: "[AST_Node] the mandatory expression being awaited", - }, - _walk: function(visitor) { - return visitor._visit(this, function() { - this.expression._walk(visitor); - }); - } - }); - - var AST_Yield = DEFNODE("Yield", "expression is_star", { - $documentation: "A `yield` statement", - $propdoc: { - expression: "[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false", - is_star: "[Boolean] Whether this is a yield or yield* statement" - }, - _walk: function(visitor) { - return visitor._visit(this, this.expression && function() { - this.expression._walk(visitor); - }); - } - }); - - /* -----[ TreeWalker ]----- */ - - function TreeWalker(callback) { - this.visit = callback; - this.stack = []; - this.directives = Object.create(null); - } - TreeWalker.prototype = { - _visit: function(node, descend) { - this.push(node); - var ret = this.visit(node, descend ? function() { - descend.call(node); - } : noop); - if (!ret && descend) { - descend.call(node); - } - this.pop(); - return ret; - }, - parent: function(n) { - return this.stack[this.stack.length - 2 - (n || 0)]; - }, - push: function(node) { - if (node instanceof AST_Lambda) { - this.directives = Object.create(this.directives); - } else if (node instanceof AST_Directive && !this.directives[node.value]) { - this.directives[node.value] = node; - } else if (node instanceof AST_Class) { - this.directives = Object.create(this.directives); - if (!this.directives["use strict"]) { - this.directives["use strict"] = node; - } - } - this.stack.push(node); - }, - pop: function() { - var node = this.stack.pop(); - if (node instanceof AST_Lambda || node instanceof AST_Class) { - this.directives = Object.getPrototypeOf(this.directives); - } - }, - self: function() { - return this.stack[this.stack.length - 1]; - }, - find_parent: function(type) { - var stack = this.stack; - for (var i = stack.length; --i >= 0;) { - var x = stack[i]; - if (x instanceof type) return x; - } - }, - has_directive: function(type) { - var dir = this.directives[type]; - if (dir) return dir; - var node = this.stack[this.stack.length - 1]; - if (node instanceof AST_Scope && node.body) { - for (var i = 0; i < node.body.length; ++i) { - var st = node.body[i]; - if (!(st instanceof AST_Directive)) break; - if (st.value == type) return st; - } - } - }, - loopcontrol_target: function(node) { - var stack = this.stack; - if (node.label) for (var i = stack.length; --i >= 0;) { - var x = stack[i]; - if (x instanceof AST_LabeledStatement && x.label.name == node.label.name) - return x.body; - } else for (var i = stack.length; --i >= 0;) { - var x = stack[i]; - if (x instanceof AST_IterationStatement - || node instanceof AST_Break && x instanceof AST_Switch) - return x; - } - } - }; - - // Tree transformer helpers. - function TreeTransformer(before, after) { - TreeWalker.call(this); - this.before = before; - this.after = after; - } - TreeTransformer.prototype = new TreeWalker; - - var ast = /*#__PURE__*/Object.freeze({ - AST_Accessor: AST_Accessor, - AST_Array: AST_Array, - AST_Arrow: AST_Arrow, - AST_Assign: AST_Assign, - AST_Atom: AST_Atom, - AST_Await: AST_Await, - AST_Binary: AST_Binary, - AST_Block: AST_Block, - AST_BlockStatement: AST_BlockStatement, - AST_Boolean: AST_Boolean, - AST_Break: AST_Break, - AST_Call: AST_Call, - AST_Case: AST_Case, - AST_Catch: AST_Catch, - AST_Class: AST_Class, - AST_ClassExpression: AST_ClassExpression, - AST_ConciseMethod: AST_ConciseMethod, - AST_Conditional: AST_Conditional, - AST_Const: AST_Const, - AST_Constant: AST_Constant, - AST_Continue: AST_Continue, - AST_Debugger: AST_Debugger, - AST_Default: AST_Default, - AST_DefaultAssign: AST_DefaultAssign, - AST_DefClass: AST_DefClass, - AST_Definitions: AST_Definitions, - AST_Defun: AST_Defun, - AST_Destructuring: AST_Destructuring, - AST_Directive: AST_Directive, - AST_Do: AST_Do, - AST_Dot: AST_Dot, - AST_DWLoop: AST_DWLoop, - AST_EmptyStatement: AST_EmptyStatement, - AST_Exit: AST_Exit, - AST_Expansion: AST_Expansion, - AST_Export: AST_Export, - AST_False: AST_False, - AST_Finally: AST_Finally, - AST_For: AST_For, - AST_ForIn: AST_ForIn, - AST_ForOf: AST_ForOf, - AST_Function: AST_Function, - AST_Hole: AST_Hole, - AST_If: AST_If, - AST_Import: AST_Import, - AST_Infinity: AST_Infinity, - AST_IterationStatement: AST_IterationStatement, - AST_Jump: AST_Jump, - AST_Label: AST_Label, - AST_LabeledStatement: AST_LabeledStatement, - AST_LabelRef: AST_LabelRef, - AST_Lambda: AST_Lambda, - AST_Let: AST_Let, - AST_LoopControl: AST_LoopControl, - AST_NameMapping: AST_NameMapping, - AST_NaN: AST_NaN, - AST_New: AST_New, - AST_NewTarget: AST_NewTarget, - AST_Node: AST_Node, - AST_Null: AST_Null, - AST_Number: AST_Number, - AST_Object: AST_Object, - AST_ObjectGetter: AST_ObjectGetter, - AST_ObjectKeyVal: AST_ObjectKeyVal, - AST_ObjectProperty: AST_ObjectProperty, - AST_ObjectSetter: AST_ObjectSetter, - AST_PrefixedTemplateString: AST_PrefixedTemplateString, - AST_PropAccess: AST_PropAccess, - AST_RegExp: AST_RegExp, - AST_Return: AST_Return, - AST_Scope: AST_Scope, - AST_Sequence: AST_Sequence, - AST_SimpleStatement: AST_SimpleStatement, - AST_Statement: AST_Statement, - AST_StatementWithBody: AST_StatementWithBody, - AST_String: AST_String, - AST_Sub: AST_Sub, - AST_Super: AST_Super, - AST_Switch: AST_Switch, - AST_SwitchBranch: AST_SwitchBranch, - AST_Symbol: AST_Symbol, - AST_SymbolBlockDeclaration: AST_SymbolBlockDeclaration, - AST_SymbolCatch: AST_SymbolCatch, - AST_SymbolClass: AST_SymbolClass, - AST_SymbolConst: AST_SymbolConst, - AST_SymbolDeclaration: AST_SymbolDeclaration, - AST_SymbolDefClass: AST_SymbolDefClass, - AST_SymbolDefun: AST_SymbolDefun, - AST_SymbolExport: AST_SymbolExport, - AST_SymbolExportForeign: AST_SymbolExportForeign, - AST_SymbolFunarg: AST_SymbolFunarg, - AST_SymbolImport: AST_SymbolImport, - AST_SymbolImportForeign: AST_SymbolImportForeign, - AST_SymbolLambda: AST_SymbolLambda, - AST_SymbolLet: AST_SymbolLet, - AST_SymbolMethod: AST_SymbolMethod, - AST_SymbolRef: AST_SymbolRef, - AST_SymbolVar: AST_SymbolVar, - AST_TemplateSegment: AST_TemplateSegment, - AST_TemplateString: AST_TemplateString, - AST_This: AST_This, - AST_Throw: AST_Throw, - AST_Token: AST_Token, - AST_Toplevel: AST_Toplevel, - AST_True: AST_True, - AST_Try: AST_Try, - AST_Unary: AST_Unary, - AST_UnaryPostfix: AST_UnaryPostfix, - AST_UnaryPrefix: AST_UnaryPrefix, - AST_Undefined: AST_Undefined, - AST_Var: AST_Var, - AST_VarDef: AST_VarDef, - AST_While: AST_While, - AST_With: AST_With, - AST_Yield: AST_Yield, - TreeTransformer: TreeTransformer, - TreeWalker: TreeWalker, - walk_body: walk_body - }); - - /*********************************************************************** - - A JavaScript tokenizer / parser / beautifier / compressor. - https://github.com/mishoo/UglifyJS2 - - -------------------------------- (C) --------------------------------- - - Author: Mihai Bazon - - http://mihai.bazon.net/blog - - Distributed under the BSD license: - - Copyright 2012 (c) Mihai Bazon - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - ***********************************************************************/ - - (function(undefined) { - - function _(node, descend) { - node.DEFMETHOD("transform", function(tw, in_list) { - var x, y; - tw.push(this); - if (tw.before) x = tw.before(this, descend, in_list); - if (x === undefined) { - x = this; - descend(x, tw); - if (tw.after) { - y = tw.after(x, in_list); - if (y !== undefined) x = y; - } - } - tw.pop(); - return x; - }); - } - - function do_list(list, tw) { - return MAP(list, function(node) { - return node.transform(tw, true); - }); - } - - _(AST_Node, noop); - - _(AST_LabeledStatement, function(self, tw) { - self.label = self.label.transform(tw); - self.body = self.body.transform(tw); - }); - - _(AST_SimpleStatement, function(self, tw) { - self.body = self.body.transform(tw); - }); - - _(AST_Block, function(self, tw) { - self.body = do_list(self.body, tw); - }); - - _(AST_Do, function(self, tw) { - self.body = self.body.transform(tw); - self.condition = self.condition.transform(tw); - }); - - _(AST_While, function(self, tw) { - self.condition = self.condition.transform(tw); - self.body = self.body.transform(tw); - }); - - _(AST_For, function(self, tw) { - if (self.init) self.init = self.init.transform(tw); - if (self.condition) self.condition = self.condition.transform(tw); - if (self.step) self.step = self.step.transform(tw); - self.body = self.body.transform(tw); - }); - - _(AST_ForIn, function(self, tw) { - self.init = self.init.transform(tw); - self.object = self.object.transform(tw); - self.body = self.body.transform(tw); - }); - - _(AST_With, function(self, tw) { - self.expression = self.expression.transform(tw); - self.body = self.body.transform(tw); - }); - - _(AST_Exit, function(self, tw) { - if (self.value) self.value = self.value.transform(tw); - }); - - _(AST_LoopControl, function(self, tw) { - if (self.label) self.label = self.label.transform(tw); - }); - - _(AST_If, function(self, tw) { - self.condition = self.condition.transform(tw); - self.body = self.body.transform(tw); - if (self.alternative) self.alternative = self.alternative.transform(tw); - }); - - _(AST_Switch, function(self, tw) { - self.expression = self.expression.transform(tw); - self.body = do_list(self.body, tw); - }); - - _(AST_Case, function(self, tw) { - self.expression = self.expression.transform(tw); - self.body = do_list(self.body, tw); - }); - - _(AST_Try, function(self, tw) { - self.body = do_list(self.body, tw); - if (self.bcatch) self.bcatch = self.bcatch.transform(tw); - if (self.bfinally) self.bfinally = self.bfinally.transform(tw); - }); - - _(AST_Catch, function(self, tw) { - if (self.argname) self.argname = self.argname.transform(tw); - self.body = do_list(self.body, tw); - }); - - _(AST_Definitions, function(self, tw) { - self.definitions = do_list(self.definitions, tw); - }); - - _(AST_VarDef, function(self, tw) { - self.name = self.name.transform(tw); - if (self.value) self.value = self.value.transform(tw); - }); - - _(AST_Destructuring, function(self, tw) { - self.names = do_list(self.names, tw); - }); - - _(AST_Lambda, function(self, tw) { - if (self.name) self.name = self.name.transform(tw); - self.argnames = do_list(self.argnames, tw); - if (self.body instanceof AST_Node) { - self.body = self.body.transform(tw); - } else { - self.body = do_list(self.body, tw); - } - }); - - _(AST_Call, function(self, tw) { - self.expression = self.expression.transform(tw); - self.args = do_list(self.args, tw); - }); - - _(AST_Sequence, function(self, tw) { - self.expressions = do_list(self.expressions, tw); - }); - - _(AST_Dot, function(self, tw) { - self.expression = self.expression.transform(tw); - }); - - _(AST_Sub, function(self, tw) { - self.expression = self.expression.transform(tw); - self.property = self.property.transform(tw); - }); - - _(AST_Yield, function(self, tw) { - if (self.expression) self.expression = self.expression.transform(tw); - }); - - _(AST_Await, function(self, tw) { - self.expression = self.expression.transform(tw); - }); - - _(AST_Unary, function(self, tw) { - self.expression = self.expression.transform(tw); - }); - - _(AST_Binary, function(self, tw) { - self.left = self.left.transform(tw); - self.right = self.right.transform(tw); - }); - - _(AST_Conditional, function(self, tw) { - self.condition = self.condition.transform(tw); - self.consequent = self.consequent.transform(tw); - self.alternative = self.alternative.transform(tw); - }); - - _(AST_Array, function(self, tw) { - self.elements = do_list(self.elements, tw); - }); - - _(AST_Object, function(self, tw) { - self.properties = do_list(self.properties, tw); - }); - - _(AST_ObjectProperty, function(self, tw) { - if (self.key instanceof AST_Node) { - self.key = self.key.transform(tw); - } - self.value = self.value.transform(tw); - }); - - _(AST_Class, function(self, tw) { - if (self.name) self.name = self.name.transform(tw); - if (self.extends) self.extends = self.extends.transform(tw); - self.properties = do_list(self.properties, tw); - }); - - _(AST_Expansion, function(self, tw) { - self.expression = self.expression.transform(tw); - }); - - _(AST_NameMapping, function(self, tw) { - self.foreign_name = self.foreign_name.transform(tw); - self.name = self.name.transform(tw); - }); - - _(AST_Import, function(self, tw) { - if (self.imported_name) self.imported_name = self.imported_name.transform(tw); - if (self.imported_names) do_list(self.imported_names, tw); - self.module_name = self.module_name.transform(tw); - }); - - _(AST_Export, function(self, tw) { - if (self.exported_definition) self.exported_definition = self.exported_definition.transform(tw); - if (self.exported_value) self.exported_value = self.exported_value.transform(tw); - if (self.exported_names) do_list(self.exported_names, tw); - if (self.module_name) self.module_name = self.module_name.transform(tw); - }); - - _(AST_TemplateString, function(self, tw) { - self.segments = do_list(self.segments, tw); - }); - - _(AST_PrefixedTemplateString, function(self, tw) { - self.prefix = self.prefix.transform(tw); - self.template_string = self.template_string.transform(tw); - }); - - })(); - - /*********************************************************************** - - A JavaScript tokenizer / parser / beautifier / compressor. - https://github.com/mishoo/UglifyJS2 - - -------------------------------- (C) --------------------------------- - - Author: Mihai Bazon - - http://mihai.bazon.net/blog - - Distributed under the BSD license: - - Copyright 2012 (c) Mihai Bazon - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - ***********************************************************************/ - - var EXPECT_DIRECTIVE = /^$|[;{][\s\n]*$/; - - function is_some_comments(comment) { - // multiline comment - return comment.type == "comment2" && /@preserve|@license|@cc_on/i.test(comment.value); - } - - function OutputStream(options) { - - var readonly = !options; - options = defaults(options, { - ascii_only : false, - beautify : false, - braces : false, - comments : false, - ecma : 5, - ie8 : false, - indent_level : 4, - indent_start : 0, - inline_script : true, - keep_quoted_props: false, - max_line_len : false, - preamble : null, - quote_keys : false, - quote_style : 0, - safari10 : false, - semicolons : true, - shebang : true, - shorthand : undefined, - source_map : null, - webkit : false, - width : 80, - wrap_iife : false, - }, true); - - if (options.shorthand === undefined) - options.shorthand = options.ecma > 5; - - // Convert comment option to RegExp if neccessary and set up comments filter - var comment_filter = return_false; // Default case, throw all comments away - if (options.comments) { - var comments = options.comments; - if (typeof options.comments === "string" && /^\/.*\/[a-zA-Z]*$/.test(options.comments)) { - var regex_pos = options.comments.lastIndexOf("/"); - comments = new RegExp( - options.comments.substr(1, regex_pos - 1), - options.comments.substr(regex_pos + 1) - ); - } - if (comments instanceof RegExp) { - comment_filter = function(comment) { - return comment.type != "comment5" && comments.test(comment.value); - }; - } else if (typeof comments === "function") { - comment_filter = function(comment) { - return comment.type != "comment5" && comments(this, comment); - }; - } else if (comments === "some") { - comment_filter = is_some_comments; - } else { // NOTE includes "all" option - comment_filter = return_true; - } - } - - var indentation = 0; - var current_col = 0; - var current_line = 1; - var current_pos = 0; - var OUTPUT = ""; - - var to_utf8 = options.ascii_only ? function(str, identifier) { - if (options.ecma >= 6) { - str = str.replace(/[\ud800-\udbff][\udc00-\udfff]/g, function(ch) { - var code = get_full_char_code(ch, 0).toString(16); - return "\\u{" + code + "}"; - }); - } - return str.replace(/[\u0000-\u001f\u007f-\uffff]/g, function(ch) { - var code = ch.charCodeAt(0).toString(16); - if (code.length <= 2 && !identifier) { - while (code.length < 2) code = "0" + code; - return "\\x" + code; - } else { - while (code.length < 4) code = "0" + code; - return "\\u" + code; - } - }); - } : function(str) { - var s = ""; - for (var i = 0, len = str.length; i < len; i++) { - if (is_surrogate_pair_head(str[i]) && !is_surrogate_pair_tail(str[i + 1]) - || is_surrogate_pair_tail(str[i]) && !is_surrogate_pair_head(str[i - 1])) { - s += "\\u" + str.charCodeAt(i).toString(16); - } else { - s += str[i]; - } - } - return s; - }; - - function make_string(str, quote) { - var dq = 0, sq = 0; - str = str.replace(/[\\\b\f\n\r\v\t\x22\x27\u2028\u2029\0\ufeff]/g, - function(s, i) { - switch (s) { - case '"': ++dq; return '"'; - case "'": ++sq; return "'"; - case "\\": return "\\\\"; - case "\n": return "\\n"; - case "\r": return "\\r"; - case "\t": return "\\t"; - case "\b": return "\\b"; - case "\f": return "\\f"; - case "\x0B": return options.ie8 ? "\\x0B" : "\\v"; - case "\u2028": return "\\u2028"; - case "\u2029": return "\\u2029"; - case "\ufeff": return "\\ufeff"; - case "\0": - return /[0-9]/.test(get_full_char(str, i+1)) ? "\\x00" : "\\0"; - } - return s; - }); - function quote_single() { - return "'" + str.replace(/\x27/g, "\\'") + "'"; - } - function quote_double() { - return '"' + str.replace(/\x22/g, '\\"') + '"'; - } - function quote_template() { - return "`" + str.replace(/`/g, "\\`") + "`"; - } - str = to_utf8(str); - if (quote === "`") return quote_template(); - switch (options.quote_style) { - case 1: - return quote_single(); - case 2: - return quote_double(); - case 3: - return quote == "'" ? quote_single() : quote_double(); - default: - return dq > sq ? quote_single() : quote_double(); - } - } - - function encode_string(str, quote) { - var ret = make_string(str, quote); - if (options.inline_script) { - ret = ret.replace(/<\x2f(script)([>\/\t\n\f\r ])/gi, "<\\/$1$2"); - ret = ret.replace(/\x3c!--/g, "\\x3c!--"); - ret = ret.replace(/--\x3e/g, "--\\x3e"); - } - return ret; - } - - function make_name(name) { - name = name.toString(); - name = to_utf8(name, true); - return name; - } - - function make_indent(back) { - return repeat_string(" ", options.indent_start + indentation - back * options.indent_level); - } - - /* -----[ beautification/minification ]----- */ - - var has_parens = false; - var might_need_space = false; - var might_need_semicolon = false; - var might_add_newline = 0; - var need_newline_indented = false; - var need_space = false; - var newline_insert = -1; - var last = ""; - var mapping_token, mapping_name, mappings = options.source_map && []; - - var do_add_mapping = mappings ? function() { - mappings.forEach(function(mapping) { - try { - options.source_map.add( - mapping.token.file, - mapping.line, mapping.col, - mapping.token.line, mapping.token.col, - !mapping.name && mapping.token.type == "name" ? mapping.token.value : mapping.name - ); - } catch(ex) { - mapping.token.file != null && AST_Node.warn("Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]", { - file: mapping.token.file, - line: mapping.token.line, - col: mapping.token.col, - cline: mapping.line, - ccol: mapping.col, - name: mapping.name || "" - }); - } - }); - mappings = []; - } : noop; - - var ensure_line_len = options.max_line_len ? function() { - if (current_col > options.max_line_len) { - if (might_add_newline) { - var left = OUTPUT.slice(0, might_add_newline); - var right = OUTPUT.slice(might_add_newline); - if (mappings) { - var delta = right.length - current_col; - mappings.forEach(function(mapping) { - mapping.line++; - mapping.col += delta; - }); - } - OUTPUT = left + "\n" + right; - current_line++; - current_pos++; - current_col = right.length; - } - if (current_col > options.max_line_len) { - AST_Node.warn("Output exceeds {max_line_len} characters", options); - } - } - if (might_add_newline) { - might_add_newline = 0; - do_add_mapping(); - } - } : noop; - - var requireSemicolonChars = makePredicate("( [ + * / - , . `"); - - function print(str) { - str = String(str); - var ch = get_full_char(str, 0); - if (need_newline_indented && ch) { - need_newline_indented = false; - if (ch !== "\n") { - print("\n"); - indent(); - } - } - if (need_space && ch) { - need_space = false; - if (!/[\s;})]/.test(ch)) { - space(); - } - } - newline_insert = -1; - var prev = last.charAt(last.length - 1); - if (might_need_semicolon) { - might_need_semicolon = false; - - if (prev === ":" && ch === "}" || (!ch || !";}".includes(ch)) && prev !== ";") { - if (options.semicolons || requireSemicolonChars(ch)) { - OUTPUT += ";"; - current_col++; - current_pos++; - } else { - ensure_line_len(); - OUTPUT += "\n"; - current_pos++; - current_line++; - current_col = 0; - - if (/^\s+$/.test(str)) { - // reset the semicolon flag, since we didn't print one - // now and might still have to later - might_need_semicolon = true; - } - } - - if (!options.beautify) - might_need_space = false; - } - } - - if (might_need_space) { - if ((is_identifier_char(prev) - && (is_identifier_char(ch) || ch == "\\")) - || (ch == "/" && ch == prev) - || ((ch == "+" || ch == "-") && ch == last) - ) { - OUTPUT += " "; - current_col++; - current_pos++; - } - might_need_space = false; - } - - if (mapping_token) { - mappings.push({ - token: mapping_token, - name: mapping_name, - line: current_line, - col: current_col - }); - mapping_token = false; - if (!might_add_newline) do_add_mapping(); - } - - OUTPUT += str; - has_parens = str[str.length - 1] == "("; - current_pos += str.length; - var a = str.split(/\r?\n/), n = a.length - 1; - current_line += n; - current_col += a[0].length; - if (n > 0) { - ensure_line_len(); - current_col = a[n].length; - } - last = str; - } - - var star = function() { - print("*"); - }; - - var space = options.beautify ? function() { - print(" "); - } : function() { - might_need_space = true; - }; - - var indent = options.beautify ? function(half) { - if (options.beautify) { - print(make_indent(half ? 0.5 : 0)); - } - } : noop; - - var with_indent = options.beautify ? function(col, cont) { - if (col === true) col = next_indent(); - var save_indentation = indentation; - indentation = col; - var ret = cont(); - indentation = save_indentation; - return ret; - } : function(col, cont) { return cont(); }; - - var newline = options.beautify ? function() { - if (newline_insert < 0) return print("\n"); - if (OUTPUT[newline_insert] != "\n") { - OUTPUT = OUTPUT.slice(0, newline_insert) + "\n" + OUTPUT.slice(newline_insert); - current_pos++; - current_line++; - } - newline_insert++; - } : options.max_line_len ? function() { - ensure_line_len(); - might_add_newline = OUTPUT.length; - } : noop; - - var semicolon = options.beautify ? function() { - print(";"); - } : function() { - might_need_semicolon = true; - }; - - function force_semicolon() { - might_need_semicolon = false; - print(";"); - } - - function next_indent() { - return indentation + options.indent_level; - } - - function with_block(cont) { - var ret; - print("{"); - newline(); - with_indent(next_indent(), function() { - ret = cont(); - }); - indent(); - print("}"); - return ret; - } - - function with_parens(cont) { - print("("); - //XXX: still nice to have that for argument lists - //var ret = with_indent(current_col, cont); - var ret = cont(); - print(")"); - return ret; - } - - function with_square(cont) { - print("["); - //var ret = with_indent(current_col, cont); - var ret = cont(); - print("]"); - return ret; - } - - function comma() { - print(","); - space(); - } - - function colon() { - print(":"); - space(); - } - - var add_mapping = mappings ? function(token, name) { - mapping_token = token; - mapping_name = name; - } : noop; - - function get() { - if (might_add_newline) { - ensure_line_len(); - } - return OUTPUT; - } - - function has_nlb() { - var index = OUTPUT.lastIndexOf("\n"); - return /^ *$/.test(OUTPUT.slice(index + 1)); - } - - function prepend_comments(node) { - var self = this; - var start = node.start; - if (!start) return; - if (start.comments_before && start.comments_before._dumped === self) return; - var comments = start.comments_before; - if (!comments) { - comments = start.comments_before = []; - } - comments._dumped = self; - - if (node instanceof AST_Exit && node.value) { - var tw = new TreeWalker(function(node) { - var parent = tw.parent(); - if (parent instanceof AST_Exit - || parent instanceof AST_Binary && parent.left === node - || parent.TYPE == "Call" && parent.expression === node - || parent instanceof AST_Conditional && parent.condition === node - || parent instanceof AST_Dot && parent.expression === node - || parent instanceof AST_Sequence && parent.expressions[0] === node - || parent instanceof AST_Sub && parent.expression === node - || parent instanceof AST_UnaryPostfix) { - if (!node.start) return; - var text = node.start.comments_before; - if (text && text._dumped !== self) { - text._dumped = self; - comments = comments.concat(text); - } - } else { - return true; - } - }); - tw.push(node); - node.value.walk(tw); - } - - if (current_pos == 0) { - if (comments.length > 0 && options.shebang && comments[0].type == "comment5") { - print("#!" + comments.shift().value + "\n"); - indent(); - } - var preamble = options.preamble; - if (preamble) { - print(preamble.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g, "\n")); - } - } - - comments = comments.filter(comment_filter, node); - if (comments.length == 0) return; - var last_nlb = has_nlb(); - comments.forEach(function(c, i) { - if (!last_nlb) { - if (c.nlb) { - print("\n"); - indent(); - last_nlb = true; - } else if (i > 0) { - space(); - } - } - if (/comment[134]/.test(c.type)) { - print("//" + c.value.replace(/[@#]__PURE__/g, " ") + "\n"); - indent(); - last_nlb = true; - } else if (c.type == "comment2") { - print("/*" + c.value.replace(/[@#]__PURE__/g, " ") + "*/"); - last_nlb = false; - } - }); - if (!last_nlb) { - if (start.nlb) { - print("\n"); - indent(); - } else { - space(); - } - } - } - - function append_comments(node, tail) { - var self = this; - var token = node.end; - if (!token) return; - var comments = token[tail ? "comments_before" : "comments_after"]; - if (!comments || comments._dumped === self) return; - if (!(node instanceof AST_Statement || all(comments, function(c) { - return !/comment[134]/.test(c.type); - }))) return; - comments._dumped = self; - var insert = OUTPUT.length; - comments.filter(comment_filter, node).forEach(function(c, i) { - need_space = false; - if (need_newline_indented) { - print("\n"); - indent(); - need_newline_indented = false; - } else if (c.nlb && (i > 0 || !has_nlb())) { - print("\n"); - indent(); - } else if (i > 0 || !tail) { - space(); - } - if (/comment[134]/.test(c.type)) { - print("//" + c.value.replace(/[@#]__PURE__/g, " ")); - need_newline_indented = true; - } else if (c.type == "comment2") { - print("/*" + c.value.replace(/[@#]__PURE__/g, " ") + "*/"); - need_space = true; - } - }); - if (OUTPUT.length > insert) newline_insert = insert; - } - - var stack = []; - return { - get : get, - toString : get, - indent : indent, - indentation : function() { return indentation; }, - current_width : function() { return current_col - indentation; }, - should_break : function() { return options.width && this.current_width() >= options.width; }, - has_parens : function() { return has_parens; }, - newline : newline, - print : print, - star : star, - space : space, - comma : comma, - colon : colon, - last : function() { return last; }, - semicolon : semicolon, - force_semicolon : force_semicolon, - to_utf8 : to_utf8, - print_name : function(name) { print(make_name(name)); }, - print_string : function(str, quote, escape_directive) { - var encoded = encode_string(str, quote); - if (escape_directive === true && !encoded.includes("\\")) { - // Insert semicolons to break directive prologue - if (!EXPECT_DIRECTIVE.test(OUTPUT)) { - force_semicolon(); - } - force_semicolon(); - } - print(encoded); - }, - print_template_string_chars: function(str) { - var encoded = encode_string(str, "`").replace(/\${/g, "\\${"); - return print(encoded.substr(1, encoded.length - 2)); - }, - encode_string : encode_string, - next_indent : next_indent, - with_indent : with_indent, - with_block : with_block, - with_parens : with_parens, - with_square : with_square, - add_mapping : add_mapping, - option : function(opt) { return options[opt]; }, - prepend_comments: readonly ? noop : prepend_comments, - append_comments : readonly || comment_filter === return_false ? noop : append_comments, - line : function() { return current_line; }, - col : function() { return current_col; }, - pos : function() { return current_pos; }, - push_node : function(node) { stack.push(node); }, - pop_node : function() { return stack.pop(); }, - parent : function(n) { - return stack[stack.length - 2 - (n || 0)]; - } - }; - - } - - /* -----[ code generators ]----- */ - - (function() { - - /* -----[ utils ]----- */ - - function DEFPRINT(nodetype, generator) { - nodetype.DEFMETHOD("_codegen", generator); - } - - var in_directive = false; - var active_scope = null; - var use_asm = null; - - AST_Node.DEFMETHOD("print", function(stream, force_parens) { - var self = this, generator = self._codegen; - if (self instanceof AST_Scope) { - active_scope = self; - } else if (!use_asm && self instanceof AST_Directive && self.value == "use asm") { - use_asm = active_scope; - } - function doit() { - stream.prepend_comments(self); - self.add_source_map(stream); - generator(self, stream); - stream.append_comments(self); - } - stream.push_node(self); - if (force_parens || self.needs_parens(stream)) { - stream.with_parens(doit); - } else { - doit(); - } - stream.pop_node(); - if (self === use_asm) { - use_asm = null; - } - }); - AST_Node.DEFMETHOD("_print", AST_Node.prototype.print); - - AST_Node.DEFMETHOD("print_to_string", function(options) { - var s = OutputStream(options); - this.print(s); - return s.get(); - }); - - /* -----[ PARENTHESES ]----- */ - - function PARENS(nodetype, func) { - if (Array.isArray(nodetype)) { - nodetype.forEach(function(nodetype) { - PARENS(nodetype, func); - }); - } else { - nodetype.DEFMETHOD("needs_parens", func); - } - } - - PARENS(AST_Node, return_false); - - // a function expression needs parens around it when it's provably - // the first token to appear in a statement. - PARENS(AST_Function, function(output) { - if (!output.has_parens() && first_in_statement(output)) { - return true; - } - - if (output.option("webkit")) { - var p = output.parent(); - if (p instanceof AST_PropAccess && p.expression === this) { - return true; - } - } - - if (output.option("wrap_iife")) { - var p = output.parent(); - return p instanceof AST_Call && p.expression === this; - } - - return false; - }); - - PARENS(AST_Arrow, function(output) { - var p = output.parent(); - return p instanceof AST_PropAccess && p.expression === this; - }); - - // same goes for an object literal, because otherwise it would be - // interpreted as a block of code. - PARENS(AST_Object, function(output) { - return !output.has_parens() && first_in_statement(output); - }); - - PARENS(AST_ClassExpression, first_in_statement); - - PARENS(AST_Unary, function(output) { - var p = output.parent(); - return p instanceof AST_PropAccess && p.expression === this - || p instanceof AST_Call && p.expression === this - || p instanceof AST_Binary - && p.operator === "**" - && this instanceof AST_UnaryPrefix - && p.left === this - && this.operator !== "++" - && this.operator !== "--"; - }); - - PARENS(AST_Await, function(output) { - var p = output.parent(); - return p instanceof AST_PropAccess && p.expression === this - || p instanceof AST_Call && p.expression === this - || output.option("safari10") && p instanceof AST_UnaryPrefix; - }); - - PARENS(AST_Sequence, function(output) { - var p = output.parent(); - return p instanceof AST_Call // (foo, bar)() or foo(1, (2, 3), 4) - || p instanceof AST_Unary // !(foo, bar, baz) - || p instanceof AST_Binary // 1 + (2, 3) + 4 ==> 8 - || p instanceof AST_VarDef // var a = (1, 2), b = a + a; ==> b == 4 - || p instanceof AST_PropAccess // (1, {foo:2}).foo or (1, {foo:2})["foo"] ==> 2 - || p instanceof AST_Array // [ 1, (2, 3), 4 ] ==> [ 1, 3, 4 ] - || p instanceof AST_ObjectProperty // { foo: (1, 2) }.foo ==> 2 - || p instanceof AST_Conditional /* (false, true) ? (a = 10, b = 20) : (c = 30) - * ==> 20 (side effect, set a := 10 and b := 20) */ - || p instanceof AST_Arrow // x => (x, x) - || p instanceof AST_DefaultAssign // x => (x = (0, function(){})) - || p instanceof AST_Expansion // [...(a, b)] - || p instanceof AST_ForOf && this === p.object // for (e of (foo, bar)) {} - || p instanceof AST_Yield // yield (foo, bar) - || p instanceof AST_Export // export default (foo, bar) - ; - }); - - PARENS(AST_Binary, function(output) { - var p = output.parent(); - // (foo && bar)() - if (p instanceof AST_Call && p.expression === this) - return true; - // typeof (foo && bar) - if (p instanceof AST_Unary) - return true; - // (foo && bar)["prop"], (foo && bar).prop - if (p instanceof AST_PropAccess && p.expression === this) - return true; - // this deals with precedence: 3 * (2 + 1) - if (p instanceof AST_Binary) { - var po = p.operator, pp = PRECEDENCE[po]; - var so = this.operator, sp = PRECEDENCE[so]; - if (pp > sp - || (pp == sp - && (this === p.right || po == "**"))) { - return true; - } - } - }); - - PARENS(AST_Yield, function(output) { - var p = output.parent(); - // (yield 1) + (yield 2) - // a = yield 3 - if (p instanceof AST_Binary && p.operator !== "=") - return true; - // (yield 1)() - // new (yield 1)() - if (p instanceof AST_Call && p.expression === this) - return true; - // (yield 1) ? yield 2 : yield 3 - if (p instanceof AST_Conditional && p.condition === this) - return true; - // -(yield 4) - if (p instanceof AST_Unary) - return true; - // (yield x).foo - // (yield x)['foo'] - if (p instanceof AST_PropAccess && p.expression === this) - return true; - }); - - PARENS(AST_PropAccess, function(output) { - var p = output.parent(); - if (p instanceof AST_New && p.expression === this) { - // i.e. new (foo.bar().baz) - // - // if there's one call into this subtree, then we need - // parens around it too, otherwise the call will be - // interpreted as passing the arguments to the upper New - // expression. - var parens = false; - this.walk(new TreeWalker(function(node) { - if (parens || node instanceof AST_Scope) return true; - if (node instanceof AST_Call) { - parens = true; - return true; - } - })); - return parens; - } - }); - - PARENS(AST_Call, function(output) { - var p = output.parent(), p1; - if (p instanceof AST_New && p.expression === this - || p instanceof AST_Export && p.is_default && this.expression instanceof AST_Function) - return true; - - // workaround for Safari bug. - // https://bugs.webkit.org/show_bug.cgi?id=123506 - return this.expression instanceof AST_Function - && p instanceof AST_PropAccess - && p.expression === this - && (p1 = output.parent(1)) instanceof AST_Assign - && p1.left === p; - }); - - PARENS(AST_New, function(output) { - var p = output.parent(); - if (!need_constructor_parens(this, output) - && (p instanceof AST_PropAccess // (new Date).getTime(), (new Date)["getTime"]() - || p instanceof AST_Call && p.expression === this)) // (new foo)(bar) - return true; - }); - - PARENS(AST_Number, function(output) { - var p = output.parent(); - if (p instanceof AST_PropAccess && p.expression === this) { - var value = this.getValue(); - if (value < 0 || /^0/.test(make_num(value))) { - return true; - } - } - }); - - PARENS([ AST_Assign, AST_Conditional ], function(output) { - var p = output.parent(); - // !(a = false) → true - if (p instanceof AST_Unary) - return true; - // 1 + (a = 2) + 3 → 6, side effect setting a = 2 - if (p instanceof AST_Binary && !(p instanceof AST_Assign)) - return true; - // (a = func)() —or— new (a = Object)() - if (p instanceof AST_Call && p.expression === this) - return true; - // (a = foo) ? bar : baz - if (p instanceof AST_Conditional && p.condition === this) - return true; - // (a = foo)["prop"] —or— (a = foo).prop - if (p instanceof AST_PropAccess && p.expression === this) - return true; - // ({a, b} = {a: 1, b: 2}), a destructuring assignment - if (this instanceof AST_Assign && this.left instanceof AST_Destructuring && this.left.is_array === false) - return true; - }); - - /* -----[ PRINTERS ]----- */ - - DEFPRINT(AST_Directive, function(self, output) { - output.print_string(self.value, self.quote); - output.semicolon(); - }); - - DEFPRINT(AST_Expansion, function (self, output) { - output.print("..."); - self.expression.print(output); - }); - - DEFPRINT(AST_Destructuring, function (self, output) { - output.print(self.is_array ? "[" : "{"); - var len = self.names.length; - self.names.forEach(function (name, i) { - if (i > 0) output.comma(); - name.print(output); - // If the final element is a hole, we need to make sure it - // doesn't look like a trailing comma, by inserting an actual - // trailing comma. - if (i == len - 1 && name instanceof AST_Hole) output.comma(); - }); - output.print(self.is_array ? "]" : "}"); - }); - - DEFPRINT(AST_Debugger, function(self, output) { - output.print("debugger"); - output.semicolon(); - }); - - /* -----[ statements ]----- */ - - function display_body(body, is_toplevel, output, allow_directives) { - var last = body.length - 1; - in_directive = allow_directives; - body.forEach(function(stmt, i) { - if (in_directive === true && !(stmt instanceof AST_Directive || - stmt instanceof AST_EmptyStatement || - (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String) - )) { - in_directive = false; - } - if (!(stmt instanceof AST_EmptyStatement)) { - output.indent(); - stmt.print(output); - if (!(i == last && is_toplevel)) { - output.newline(); - if (is_toplevel) output.newline(); - } - } - if (in_directive === true && - stmt instanceof AST_SimpleStatement && - stmt.body instanceof AST_String - ) { - in_directive = false; - } - }); - in_directive = false; - } - - AST_StatementWithBody.DEFMETHOD("_do_print_body", function(output) { - force_statement(this.body, output); - }); - - DEFPRINT(AST_Statement, function(self, output) { - self.body.print(output); - output.semicolon(); - }); - DEFPRINT(AST_Toplevel, function(self, output) { - display_body(self.body, true, output, true); - output.print(""); - }); - DEFPRINT(AST_LabeledStatement, function(self, output) { - self.label.print(output); - output.colon(); - self.body.print(output); - }); - DEFPRINT(AST_SimpleStatement, function(self, output) { - self.body.print(output); - output.semicolon(); - }); - function print_braced_empty(self, output) { - output.print("{"); - output.with_indent(output.next_indent(), function() { - output.append_comments(self, true); - }); - output.print("}"); - } - function print_braced(self, output, allow_directives) { - if (self.body.length > 0) { - output.with_block(function() { - display_body(self.body, false, output, allow_directives); - }); - } else print_braced_empty(self, output); - } - DEFPRINT(AST_BlockStatement, function(self, output) { - print_braced(self, output); - }); - DEFPRINT(AST_EmptyStatement, function(self, output) { - output.semicolon(); - }); - DEFPRINT(AST_Do, function(self, output) { - output.print("do"); - output.space(); - make_block(self.body, output); - output.space(); - output.print("while"); - output.space(); - output.with_parens(function() { - self.condition.print(output); - }); - output.semicolon(); - }); - DEFPRINT(AST_While, function(self, output) { - output.print("while"); - output.space(); - output.with_parens(function() { - self.condition.print(output); - }); - output.space(); - self._do_print_body(output); - }); - DEFPRINT(AST_For, function(self, output) { - output.print("for"); - output.space(); - output.with_parens(function() { - if (self.init) { - if (self.init instanceof AST_Definitions) { - self.init.print(output); - } else { - parenthesize_for_noin(self.init, output, true); - } - output.print(";"); - output.space(); - } else { - output.print(";"); - } - if (self.condition) { - self.condition.print(output); - output.print(";"); - output.space(); - } else { - output.print(";"); - } - if (self.step) { - self.step.print(output); - } - }); - output.space(); - self._do_print_body(output); - }); - DEFPRINT(AST_ForIn, function(self, output) { - output.print("for"); - if (self.await) { - output.space(); - output.print("await"); - } - output.space(); - output.with_parens(function() { - self.init.print(output); - output.space(); - output.print(self instanceof AST_ForOf ? "of" : "in"); - output.space(); - self.object.print(output); - }); - output.space(); - self._do_print_body(output); - }); - DEFPRINT(AST_With, function(self, output) { - output.print("with"); - output.space(); - output.with_parens(function() { - self.expression.print(output); - }); - output.space(); - self._do_print_body(output); - }); - - /* -----[ functions ]----- */ - AST_Lambda.DEFMETHOD("_do_print", function(output, nokeyword) { - var self = this; - if (!nokeyword) { - if (self.async) { - output.print("async"); - output.space(); - } - output.print("function"); - if (self.is_generator) { - output.star(); - } - if (self.name) { - output.space(); - } - } - if (self.name instanceof AST_Symbol) { - self.name.print(output); - } else if (nokeyword && self.name instanceof AST_Node) { - output.with_square(function() { - self.name.print(output); // Computed method name - }); - } - output.with_parens(function() { - self.argnames.forEach(function(arg, i) { - if (i) output.comma(); - arg.print(output); - }); - }); - output.space(); - print_braced(self, output, true); - }); - DEFPRINT(AST_Lambda, function(self, output) { - self._do_print(output); - }); - - DEFPRINT(AST_PrefixedTemplateString, function(self, output) { - var tag = self.prefix; - var parenthesize_tag = tag instanceof AST_Arrow - || tag instanceof AST_Binary - || tag instanceof AST_Conditional - || tag instanceof AST_Sequence - || tag instanceof AST_Unary; - if (parenthesize_tag) output.print("("); - self.prefix.print(output); - if (parenthesize_tag) output.print(")"); - self.template_string.print(output); - }); - DEFPRINT(AST_TemplateString, function(self, output) { - var is_tagged = output.parent() instanceof AST_PrefixedTemplateString; - - output.print("`"); - for (var i = 0; i < self.segments.length; i++) { - if (!(self.segments[i] instanceof AST_TemplateSegment)) { - output.print("${"); - self.segments[i].print(output); - output.print("}"); - } else if (is_tagged) { - output.print(self.segments[i].raw); - } else { - output.print_template_string_chars(self.segments[i].value); - } - } - output.print("`"); - }); - - AST_Arrow.DEFMETHOD("_do_print", function(output) { - var self = this; - var parent = output.parent(); - var needs_parens = parent instanceof AST_Binary || - parent instanceof AST_Unary || - (parent instanceof AST_Call && self === parent.expression); - if (needs_parens) { output.print("("); } - if (self.async) { - output.print("async"); - output.space(); - } - if (self.argnames.length === 1 && self.argnames[0] instanceof AST_Symbol) { - self.argnames[0].print(output); - } else { - output.with_parens(function() { - self.argnames.forEach(function(arg, i) { - if (i) output.comma(); - arg.print(output); - }); - }); - } - output.space(); - output.print("=>"); - output.space(); - if (self.body instanceof AST_Node) { - self.body.print(output); - } else { - print_braced(self, output); - } - if (needs_parens) { output.print(")"); } - }); - - /* -----[ exits ]----- */ - AST_Exit.DEFMETHOD("_do_print", function(output, kind) { - output.print(kind); - if (this.value) { - output.space(); - this.value.print(output); - } - output.semicolon(); - }); - DEFPRINT(AST_Return, function(self, output) { - self._do_print(output, "return"); - }); - DEFPRINT(AST_Throw, function(self, output) { - self._do_print(output, "throw"); - }); - - /* -----[ yield ]----- */ - - DEFPRINT(AST_Yield, function(self, output) { - var star = self.is_star ? "*" : ""; - output.print("yield" + star); - if (self.expression) { - output.space(); - self.expression.print(output); - } - }); - - DEFPRINT(AST_Await, function(self, output) { - output.print("await"); - output.space(); - var e = self.expression; - var parens = !( - e instanceof AST_Call - || e instanceof AST_SymbolRef - || e instanceof AST_PropAccess - || e instanceof AST_Unary - || e instanceof AST_Constant - ); - if (parens) output.print("("); - self.expression.print(output); - if (parens) output.print(")"); - }); - - /* -----[ loop control ]----- */ - AST_LoopControl.DEFMETHOD("_do_print", function(output, kind) { - output.print(kind); - if (this.label) { - output.space(); - this.label.print(output); - } - output.semicolon(); - }); - DEFPRINT(AST_Break, function(self, output) { - self._do_print(output, "break"); - }); - DEFPRINT(AST_Continue, function(self, output) { - self._do_print(output, "continue"); - }); - - /* -----[ if ]----- */ - function make_then(self, output) { - var b = self.body; - if (output.option("braces") - || output.option("ie8") && b instanceof AST_Do) - return make_block(b, output); - // The squeezer replaces "block"-s that contain only a single - // statement with the statement itself; technically, the AST - // is correct, but this can create problems when we output an - // IF having an ELSE clause where the THEN clause ends in an - // IF *without* an ELSE block (then the outer ELSE would refer - // to the inner IF). This function checks for this case and - // adds the block braces if needed. - if (!b) return output.force_semicolon(); - while (true) { - if (b instanceof AST_If) { - if (!b.alternative) { - make_block(self.body, output); - return; - } - b = b.alternative; - } else if (b instanceof AST_StatementWithBody) { - b = b.body; - } else break; - } - force_statement(self.body, output); - } - DEFPRINT(AST_If, function(self, output) { - output.print("if"); - output.space(); - output.with_parens(function() { - self.condition.print(output); - }); - output.space(); - if (self.alternative) { - make_then(self, output); - output.space(); - output.print("else"); - output.space(); - if (self.alternative instanceof AST_If) - self.alternative.print(output); - else - force_statement(self.alternative, output); - } else { - self._do_print_body(output); - } - }); - - /* -----[ switch ]----- */ - DEFPRINT(AST_Switch, function(self, output) { - output.print("switch"); - output.space(); - output.with_parens(function() { - self.expression.print(output); - }); - output.space(); - var last = self.body.length - 1; - if (last < 0) print_braced_empty(self, output); - else output.with_block(function() { - self.body.forEach(function(branch, i) { - output.indent(true); - branch.print(output); - if (i < last && branch.body.length > 0) - output.newline(); - }); - }); - }); - AST_SwitchBranch.DEFMETHOD("_do_print_body", function(output) { - output.newline(); - this.body.forEach(function(stmt) { - output.indent(); - stmt.print(output); - output.newline(); - }); - }); - DEFPRINT(AST_Default, function(self, output) { - output.print("default:"); - self._do_print_body(output); - }); - DEFPRINT(AST_Case, function(self, output) { - output.print("case"); - output.space(); - self.expression.print(output); - output.print(":"); - self._do_print_body(output); - }); - - /* -----[ exceptions ]----- */ - DEFPRINT(AST_Try, function(self, output) { - output.print("try"); - output.space(); - print_braced(self, output); - if (self.bcatch) { - output.space(); - self.bcatch.print(output); - } - if (self.bfinally) { - output.space(); - self.bfinally.print(output); - } - }); - DEFPRINT(AST_Catch, function(self, output) { - output.print("catch"); - if (self.argname) { - output.space(); - output.with_parens(function() { - self.argname.print(output); - }); - } - output.space(); - print_braced(self, output); - }); - DEFPRINT(AST_Finally, function(self, output) { - output.print("finally"); - output.space(); - print_braced(self, output); - }); - - /* -----[ var/const ]----- */ - AST_Definitions.DEFMETHOD("_do_print", function(output, kind) { - output.print(kind); - output.space(); - this.definitions.forEach(function(def, i) { - if (i) output.comma(); - def.print(output); - }); - var p = output.parent(); - var in_for = p instanceof AST_For || p instanceof AST_ForIn; - var output_semicolon = !in_for || p && p.init !== this; - if (output_semicolon) - output.semicolon(); - }); - DEFPRINT(AST_Let, function(self, output) { - self._do_print(output, "let"); - }); - DEFPRINT(AST_Var, function(self, output) { - self._do_print(output, "var"); - }); - DEFPRINT(AST_Const, function(self, output) { - self._do_print(output, "const"); - }); - DEFPRINT(AST_Import, function(self, output) { - output.print("import"); - output.space(); - if (self.imported_name) { - self.imported_name.print(output); - } - if (self.imported_name && self.imported_names) { - output.print(","); - output.space(); - } - if (self.imported_names) { - if (self.imported_names.length === 1 && self.imported_names[0].foreign_name.name === "*") { - self.imported_names[0].print(output); - } else { - output.print("{"); - self.imported_names.forEach(function (name_import, i) { - output.space(); - name_import.print(output); - if (i < self.imported_names.length - 1) { - output.print(","); - } - }); - output.space(); - output.print("}"); - } - } - if (self.imported_name || self.imported_names) { - output.space(); - output.print("from"); - output.space(); - } - self.module_name.print(output); - output.semicolon(); - }); - - DEFPRINT(AST_NameMapping, function(self, output) { - var is_import = output.parent() instanceof AST_Import; - var definition = self.name.definition(); - var names_are_different = - (definition && definition.mangled_name || self.name.name) !== - self.foreign_name.name; - if (names_are_different) { - if (is_import) { - output.print(self.foreign_name.name); - } else { - self.name.print(output); - } - output.space(); - output.print("as"); - output.space(); - if (is_import) { - self.name.print(output); - } else { - output.print(self.foreign_name.name); - } - } else { - self.name.print(output); - } - }); - - DEFPRINT(AST_Export, function(self, output) { - output.print("export"); - output.space(); - if (self.is_default) { - output.print("default"); - output.space(); - } - if (self.exported_names) { - if (self.exported_names.length === 1 && self.exported_names[0].name.name === "*") { - self.exported_names[0].print(output); - } else { - output.print("{"); - self.exported_names.forEach(function(name_export, i) { - output.space(); - name_export.print(output); - if (i < self.exported_names.length - 1) { - output.print(","); - } - }); - output.space(); - output.print("}"); - } - } else if (self.exported_value) { - self.exported_value.print(output); - } else if (self.exported_definition) { - self.exported_definition.print(output); - if (self.exported_definition instanceof AST_Definitions) return; - } - if (self.module_name) { - output.space(); - output.print("from"); - output.space(); - self.module_name.print(output); - } - if (self.exported_value - && !(self.exported_value instanceof AST_Defun || - self.exported_value instanceof AST_Function || - self.exported_value instanceof AST_Class) - || self.module_name - || self.exported_names - ) { - output.semicolon(); - } - }); - - function parenthesize_for_noin(node, output, noin) { - var parens = false; - // need to take some precautions here: - // https://github.com/mishoo/UglifyJS2/issues/60 - if (noin) node.walk(new TreeWalker(function(node) { - if (parens || node instanceof AST_Scope) return true; - if (node instanceof AST_Binary && node.operator == "in") { - parens = true; - return true; - } - })); - node.print(output, parens); - } - - DEFPRINT(AST_VarDef, function(self, output) { - self.name.print(output); - if (self.value) { - output.space(); - output.print("="); - output.space(); - var p = output.parent(1); - var noin = p instanceof AST_For || p instanceof AST_ForIn; - parenthesize_for_noin(self.value, output, noin); - } - }); - - /* -----[ other expressions ]----- */ - DEFPRINT(AST_Call, function(self, output) { - self.expression.print(output); - if (self instanceof AST_New && !need_constructor_parens(self, output)) - return; - if (self.expression instanceof AST_Call || self.expression instanceof AST_Lambda) { - output.add_mapping(self.start); - } - output.with_parens(function() { - self.args.forEach(function(expr, i) { - if (i) output.comma(); - expr.print(output); - }); - }); - }); - DEFPRINT(AST_New, function(self, output) { - output.print("new"); - output.space(); - AST_Call.prototype._codegen(self, output); - }); - - AST_Sequence.DEFMETHOD("_do_print", function(output) { - this.expressions.forEach(function(node, index) { - if (index > 0) { - output.comma(); - if (output.should_break()) { - output.newline(); - output.indent(); - } - } - node.print(output); - }); - }); - DEFPRINT(AST_Sequence, function(self, output) { - self._do_print(output); - // var p = output.parent(); - // if (p instanceof AST_Statement) { - // output.with_indent(output.next_indent(), function(){ - // self._do_print(output); - // }); - // } else { - // self._do_print(output); - // } - }); - DEFPRINT(AST_Dot, function(self, output) { - var expr = self.expression; - expr.print(output); - var prop = self.property; - if (output.option("ie8") && RESERVED_WORDS(prop)) { - output.print("["); - output.add_mapping(self.end); - output.print_string(prop); - output.print("]"); - } else { - if (expr instanceof AST_Number && expr.getValue() >= 0) { - if (!/[xa-f.)]/i.test(output.last())) { - output.print("."); - } - } - output.print("."); - // the name after dot would be mapped about here. - output.add_mapping(self.end); - output.print_name(prop); - } - }); - DEFPRINT(AST_Sub, function(self, output) { - self.expression.print(output); - output.print("["); - self.property.print(output); - output.print("]"); - }); - DEFPRINT(AST_UnaryPrefix, function(self, output) { - var op = self.operator; - output.print(op); - if (/^[a-z]/i.test(op) - || (/[+-]$/.test(op) - && self.expression instanceof AST_UnaryPrefix - && /^[+-]/.test(self.expression.operator))) { - output.space(); - } - self.expression.print(output); - }); - DEFPRINT(AST_UnaryPostfix, function(self, output) { - self.expression.print(output); - output.print(self.operator); - }); - DEFPRINT(AST_Binary, function(self, output) { - var op = self.operator; - self.left.print(output); - if (op[0] == ">" /* ">>" ">>>" ">" ">=" */ - && self.left instanceof AST_UnaryPostfix - && self.left.operator == "--") { - // space is mandatory to avoid outputting --> - output.print(" "); - } else { - // the space is optional depending on "beautify" - output.space(); - } - output.print(op); - if ((op == "<" || op == "<<") - && self.right instanceof AST_UnaryPrefix - && self.right.operator == "!" - && self.right.expression instanceof AST_UnaryPrefix - && self.right.expression.operator == "--") { - // space is mandatory to avoid outputting x ? y : false - if (self.left.operator == "||") { - var lr = self.left.right.evaluate(compressor); - if (!lr) return make_node(AST_Conditional, self, { - condition: self.left.left, - consequent: self.right, - alternative: self.left.right - }).optimize(compressor); - } - break; - case "||": - var ll = self.left.truthy ? true : self.left.falsy ? false : self.left.evaluate(compressor); - if (!ll) { - compressor.warn("Condition left of || always false [{file}:{line},{col}]", self.start); - return make_sequence(self, [ self.left, self.right ]).optimize(compressor); - } else if (!(ll instanceof AST_Node)) { - compressor.warn("Condition left of || always true [{file}:{line},{col}]", self.start); - return maintain_this_binding(compressor.parent(), compressor.self(), self.left).optimize(compressor); - } - var rr = self.right.evaluate(compressor); - if (!rr) { - var parent = compressor.parent(); - if (parent.operator == "||" && parent.left === compressor.self() || compressor.in_boolean_context()) { - compressor.warn("Dropping side-effect-free || [{file}:{line},{col}]", self.start); - return self.left.optimize(compressor); - } - } else if (!(rr instanceof AST_Node)) { - if (compressor.in_boolean_context()) { - compressor.warn("Boolean || always true [{file}:{line},{col}]", self.start); - return make_sequence(self, [ - self.left, - make_node(AST_True, self) - ]).optimize(compressor); - } else self.truthy = true; - } - if (self.left.operator == "&&") { - var lr = self.left.right.evaluate(compressor); - if (lr && !(lr instanceof AST_Node)) return make_node(AST_Conditional, self, { - condition: self.left.left, - consequent: self.left.right, - alternative: self.right - }).optimize(compressor); - } - break; - } - var associative = true; - switch (self.operator) { - case "+": - // "foo" + ("bar" + x) => "foobar" + x - if (self.left instanceof AST_Constant - && self.right instanceof AST_Binary - && self.right.operator == "+" - && self.right.left instanceof AST_Constant - && self.right.is_string(compressor)) { - self = make_node(AST_Binary, self, { - operator: "+", - left: make_node(AST_String, self.left, { - value: "" + self.left.getValue() + self.right.left.getValue(), - start: self.left.start, - end: self.right.left.end - }), - right: self.right.right - }); - } - // (x + "foo") + "bar" => x + "foobar" - if (self.right instanceof AST_Constant - && self.left instanceof AST_Binary - && self.left.operator == "+" - && self.left.right instanceof AST_Constant - && self.left.is_string(compressor)) { - self = make_node(AST_Binary, self, { - operator: "+", - left: self.left.left, - right: make_node(AST_String, self.right, { - value: "" + self.left.right.getValue() + self.right.getValue(), - start: self.left.right.start, - end: self.right.end - }) - }); - } - // (x + "foo") + ("bar" + y) => (x + "foobar") + y - if (self.left instanceof AST_Binary - && self.left.operator == "+" - && self.left.is_string(compressor) - && self.left.right instanceof AST_Constant - && self.right instanceof AST_Binary - && self.right.operator == "+" - && self.right.left instanceof AST_Constant - && self.right.is_string(compressor)) { - self = make_node(AST_Binary, self, { - operator: "+", - left: make_node(AST_Binary, self.left, { - operator: "+", - left: self.left.left, - right: make_node(AST_String, self.left.right, { - value: "" + self.left.right.getValue() + self.right.left.getValue(), - start: self.left.right.start, - end: self.right.left.end - }) - }), - right: self.right.right - }); - } - // a + -b => a - b - if (self.right instanceof AST_UnaryPrefix - && self.right.operator == "-" - && self.left.is_number(compressor)) { - self = make_node(AST_Binary, self, { - operator: "-", - left: self.left, - right: self.right.expression - }); - break; - } - // -a + b => b - a - if (self.left instanceof AST_UnaryPrefix - && self.left.operator == "-" - && reversible() - && self.right.is_number(compressor)) { - self = make_node(AST_Binary, self, { - operator: "-", - left: self.right, - right: self.left.expression - }); - break; - } - case "*": - associative = compressor.option("unsafe_math"); - case "&": - case "|": - case "^": - // a + +b => +b + a - if (self.left.is_number(compressor) - && self.right.is_number(compressor) - && reversible() - && !(self.left instanceof AST_Binary - && self.left.operator != self.operator - && PRECEDENCE[self.left.operator] >= PRECEDENCE[self.operator])) { - var reversed = make_node(AST_Binary, self, { - operator: self.operator, - left: self.right, - right: self.left - }); - if (self.right instanceof AST_Constant - && !(self.left instanceof AST_Constant)) { - self = best_of(compressor, reversed, self); - } else { - self = best_of(compressor, self, reversed); - } - } - if (associative && self.is_number(compressor)) { - // a + (b + c) => (a + b) + c - if (self.right instanceof AST_Binary - && self.right.operator == self.operator) { - self = make_node(AST_Binary, self, { - operator: self.operator, - left: make_node(AST_Binary, self.left, { - operator: self.operator, - left: self.left, - right: self.right.left, - start: self.left.start, - end: self.right.left.end - }), - right: self.right.right - }); - } - // (n + 2) + 3 => 5 + n - // (2 * n) * 3 => 6 + n - if (self.right instanceof AST_Constant - && self.left instanceof AST_Binary - && self.left.operator == self.operator) { - if (self.left.left instanceof AST_Constant) { - self = make_node(AST_Binary, self, { - operator: self.operator, - left: make_node(AST_Binary, self.left, { - operator: self.operator, - left: self.left.left, - right: self.right, - start: self.left.left.start, - end: self.right.end - }), - right: self.left.right - }); - } else if (self.left.right instanceof AST_Constant) { - self = make_node(AST_Binary, self, { - operator: self.operator, - left: make_node(AST_Binary, self.left, { - operator: self.operator, - left: self.left.right, - right: self.right, - start: self.left.right.start, - end: self.right.end - }), - right: self.left.left - }); - } - } - // (a | 1) | (2 | d) => (3 | a) | b - if (self.left instanceof AST_Binary - && self.left.operator == self.operator - && self.left.right instanceof AST_Constant - && self.right instanceof AST_Binary - && self.right.operator == self.operator - && self.right.left instanceof AST_Constant) { - self = make_node(AST_Binary, self, { - operator: self.operator, - left: make_node(AST_Binary, self.left, { - operator: self.operator, - left: make_node(AST_Binary, self.left.left, { - operator: self.operator, - left: self.left.right, - right: self.right.left, - start: self.left.right.start, - end: self.right.left.end - }), - right: self.left.left - }), - right: self.right.right - }); - } - } - } - } - // x && (y && z) ==> x && y && z - // x || (y || z) ==> x || y || z - // x + ("y" + z) ==> x + "y" + z - // "x" + (y + "z")==> "x" + y + "z" - if (self.right instanceof AST_Binary - && self.right.operator == self.operator - && (lazy_op(self.operator) - || (self.operator == "+" - && (self.right.left.is_string(compressor) - || (self.left.is_string(compressor) - && self.right.right.is_string(compressor))))) - ) { - self.left = make_node(AST_Binary, self.left, { - operator : self.operator, - left : self.left, - right : self.right.left - }); - self.right = self.right.right; - return self.transform(compressor); - } - var ev = self.evaluate(compressor); - if (ev !== self) { - ev = make_node_from_constant(ev, self).optimize(compressor); - return best_of(compressor, ev, self); - } - return self; - }); - - def_optimize(AST_SymbolExport, function(self, compressor) { - return self; - }); - - function recursive_ref(compressor, def) { - var node; - for (var i = 0; node = compressor.parent(i); i++) { - if (node instanceof AST_Lambda) { - var name = node.name; - if (name && name.definition() === def) break; - } - } - return node; - } - - function within_array_or_object_literal(compressor) { - var node, level = 0; - while (node = compressor.parent(level++)) { - if (node instanceof AST_Statement) return false; - if (node instanceof AST_Array - || node instanceof AST_ObjectKeyVal - || node instanceof AST_Object) { - return true; - } - } - return false; - } - - def_optimize(AST_SymbolRef, function(self, compressor) { - if (!compressor.option("ie8") - && is_undeclared_ref(self) - && (!self.scope.uses_with || !compressor.find_parent(AST_With))) { - switch (self.name) { - case "undefined": - return make_node(AST_Undefined, self).optimize(compressor); - case "NaN": - return make_node(AST_NaN, self).optimize(compressor); - case "Infinity": - return make_node(AST_Infinity, self).optimize(compressor); - } - } - var parent = compressor.parent(); - if (compressor.option("reduce_vars") && is_lhs(self, parent) !== self) { - var d = self.definition(); - if (compressor.top_retain && d.global && compressor.top_retain(d)) { - d.fixed = false; - d.should_replace = false; - d.single_use = false; - return self; - } - var fixed = self.fixed_value(); - var single_use = d.single_use - && !(parent instanceof AST_Call && parent.is_expr_pure(compressor)); - if (single_use && (fixed instanceof AST_Lambda || fixed instanceof AST_Class)) { - if (retain_top_func(fixed, compressor)) { - single_use = false; - } else if (d.scope !== self.scope - && (!compressor.option("reduce_funcs") && fixed instanceof AST_Lambda - || d.escaped == 1 - || fixed.inlined - || within_array_or_object_literal(compressor))) { - single_use = false; - } else if (recursive_ref(compressor, d)) { - single_use = false; - } else if (d.scope !== self.scope || d.orig[0] instanceof AST_SymbolFunarg) { - single_use = fixed.is_constant_expression(self.scope); - if (single_use == "f") { - var scope = self.scope; - do { - if (scope instanceof AST_Defun || is_func_expr(scope)) { - scope.inlined = true; - } - } while (scope = scope.parent_scope); - } - } - } - if (single_use && fixed) { - if (fixed instanceof AST_DefClass) { - fixed = make_node(AST_ClassExpression, fixed, fixed); - } - if (fixed instanceof AST_Defun) { - fixed._squeezed = true; - fixed = make_node(AST_Function, fixed, fixed); - } - var value; - if (d.recursive_refs > 0 && fixed.name instanceof AST_SymbolDefun) { - value = fixed.clone(true); - var defun_def = value.name.definition(); - var lambda_def = value.variables.get(value.name.name); - var name = lambda_def && lambda_def.orig[0]; - if (!(name instanceof AST_SymbolLambda)) { - name = make_node(AST_SymbolLambda, value.name, value.name); - name.scope = value; - value.name = name; - lambda_def = value.def_function(name); - } - value.walk(new TreeWalker(function(node) { - if (node instanceof AST_SymbolRef && node.definition() === defun_def) { - node.thedef = lambda_def; - lambda_def.references.push(node); - } - })); - } else { - value = fixed.optimize(compressor); - if (value === fixed) value = fixed.clone(true); - } - return value; - } - if (fixed && d.should_replace === undefined) { - var init; - if (fixed instanceof AST_This) { - if (!(d.orig[0] instanceof AST_SymbolFunarg) - && all(d.references, function(ref) { - return d.scope === ref.scope; - })) { - init = fixed; - } - } else { - var ev = fixed.evaluate(compressor); - if (ev !== fixed && (compressor.option("unsafe_regexp") || !(ev instanceof RegExp))) { - init = make_node_from_constant(ev, fixed); - } - } - if (init) { - var value_length = init.optimize(compressor).print_to_string().length; - var fn; - if (has_symbol_ref(fixed)) { - fn = function() { - var result = init.optimize(compressor); - return result === init ? result.clone(true) : result; - }; - } else { - value_length = Math.min(value_length, fixed.print_to_string().length); - fn = function() { - var result = best_of_expression(init.optimize(compressor), fixed); - return result === init || result === fixed ? result.clone(true) : result; - }; - } - var name_length = d.name.length; - var overhead = 0; - if (compressor.option("unused") && !compressor.exposed(d)) { - overhead = (name_length + 2 + value_length) / (d.references.length - d.assignments); - } - d.should_replace = value_length <= name_length + overhead ? fn : false; - } else { - d.should_replace = false; - } - } - if (d.should_replace) { - return d.should_replace(); - } - } - return self; - - function has_symbol_ref(value) { - var found; - value.walk(new TreeWalker(function(node) { - if (node instanceof AST_SymbolRef) found = true; - if (found) return true; - })); - return found; - } - }); - - function is_atomic(lhs, self) { - return lhs instanceof AST_SymbolRef || lhs.TYPE === self.TYPE; - } - - def_optimize(AST_Undefined, function(self, compressor) { - if (compressor.option("unsafe_undefined")) { - var undef = find_variable(compressor, "undefined"); - if (undef) { - var ref = make_node(AST_SymbolRef, self, { - name : "undefined", - scope : undef.scope, - thedef : undef - }); - ref.is_undefined = true; - return ref; - } - } - var lhs = is_lhs(compressor.self(), compressor.parent()); - if (lhs && is_atomic(lhs, self)) return self; - return make_node(AST_UnaryPrefix, self, { - operator: "void", - expression: make_node(AST_Number, self, { - value: 0 - }) - }); - }); - - def_optimize(AST_Infinity, function(self, compressor) { - var lhs = is_lhs(compressor.self(), compressor.parent()); - if (lhs && is_atomic(lhs, self)) return self; - if (compressor.option("keep_infinity") - && !(lhs && !is_atomic(lhs, self)) - && !find_variable(compressor, "Infinity")) - return self; - return make_node(AST_Binary, self, { - operator: "/", - left: make_node(AST_Number, self, { - value: 1 - }), - right: make_node(AST_Number, self, { - value: 0 - }) - }); - }); - - def_optimize(AST_NaN, function(self, compressor) { - var lhs = is_lhs(compressor.self(), compressor.parent()); - if (lhs && !is_atomic(lhs, self) - || find_variable(compressor, "NaN")) { - return make_node(AST_Binary, self, { - operator: "/", - left: make_node(AST_Number, self, { - value: 0 - }), - right: make_node(AST_Number, self, { - value: 0 - }) - }); - } - return self; - }); - - function is_reachable(self, defs) { - var reachable = false; - var find_ref = new TreeWalker(function(node) { - if (reachable) return true; - if (node instanceof AST_SymbolRef && member(node.definition(), defs)) { - return reachable = true; - } - }); - var scan_scope = new TreeWalker(function(node) { - if (reachable) return true; - if (node instanceof AST_Scope && node !== self) { - var parent = scan_scope.parent(); - if (parent instanceof AST_Call && parent.expression === node) return; - node.walk(find_ref); - return true; - } - }); - self.walk(scan_scope); - return reachable; - } - - var ASSIGN_OPS = [ "+", "-", "/", "*", "%", ">>", "<<", ">>>", "|", "^", "&" ]; - var ASSIGN_OPS_COMMUTATIVE = [ "*", "|", "^", "&" ]; - def_optimize(AST_Assign, function(self, compressor) { - var def; - if (compressor.option("dead_code") - && self.left instanceof AST_SymbolRef - && (def = self.left.definition()).scope === compressor.find_parent(AST_Lambda)) { - var level = 0, node, parent = self; - do { - node = parent; - parent = compressor.parent(level++); - if (parent instanceof AST_Exit) { - if (in_try(level, parent)) break; - if (is_reachable(def.scope, [ def ])) break; - if (self.operator == "=") return self.right; - def.fixed = false; - return make_node(AST_Binary, self, { - operator: self.operator.slice(0, -1), - left: self.left, - right: self.right - }).optimize(compressor); - } - } while (parent instanceof AST_Binary && parent.right === node - || parent instanceof AST_Sequence && parent.tail_node() === node); - } - self = self.lift_sequences(compressor); - if (self.operator == "=" && self.left instanceof AST_SymbolRef && self.right instanceof AST_Binary) { - // x = expr1 OP expr2 - if (self.right.left instanceof AST_SymbolRef - && self.right.left.name == self.left.name - && member(self.right.operator, ASSIGN_OPS)) { - // x = x - 2 ---> x -= 2 - self.operator = self.right.operator + "="; - self.right = self.right.right; - } else if (self.right.right instanceof AST_SymbolRef - && self.right.right.name == self.left.name - && member(self.right.operator, ASSIGN_OPS_COMMUTATIVE) - && !self.right.left.has_side_effects(compressor)) { - // x = 2 & x ---> x &= 2 - self.operator = self.right.operator + "="; - self.right = self.right.left; - } - } - return self; - - function in_try(level, node) { - var right = self.right; - self.right = make_node(AST_Null, right); - var may_throw = node.may_throw(compressor); - self.right = right; - var scope = self.left.definition().scope; - var parent; - while ((parent = compressor.parent(level++)) !== scope) { - if (parent instanceof AST_Try) { - if (parent.bfinally) return true; - if (may_throw && parent.bcatch) return true; - } - } - } - }); - - def_optimize(AST_DefaultAssign, function(self, compressor) { - if (!compressor.option("evaluate")) { - return self; - } - var evaluateRight = self.right.evaluate(compressor); - - // `[x = undefined] = foo` ---> `[x] = foo` - if (evaluateRight === undefined) { - self = self.left; - } else if (evaluateRight !== self.right) { - evaluateRight = make_node_from_constant(evaluateRight, self.right); - self.right = best_of_expression(evaluateRight, self.right); - } - - return self; - }); - - def_optimize(AST_Conditional, function(self, compressor) { - if (!compressor.option("conditionals")) return self; - // This looks like lift_sequences(), should probably be under "sequences" - if (self.condition instanceof AST_Sequence) { - var expressions = self.condition.expressions.slice(); - self.condition = expressions.pop(); - expressions.push(self); - return make_sequence(self, expressions); - } - var cond = self.condition.evaluate(compressor); - if (cond !== self.condition) { - if (cond) { - compressor.warn("Condition always true [{file}:{line},{col}]", self.start); - return maintain_this_binding(compressor.parent(), compressor.self(), self.consequent); - } else { - compressor.warn("Condition always false [{file}:{line},{col}]", self.start); - return maintain_this_binding(compressor.parent(), compressor.self(), self.alternative); - } - } - var negated = cond.negate(compressor, first_in_statement(compressor)); - if (best_of(compressor, cond, negated) === negated) { - self = make_node(AST_Conditional, self, { - condition: negated, - consequent: self.alternative, - alternative: self.consequent - }); - } - var condition = self.condition; - var consequent = self.consequent; - var alternative = self.alternative; - // x?x:y --> x||y - if (condition instanceof AST_SymbolRef - && consequent instanceof AST_SymbolRef - && condition.definition() === consequent.definition()) { - return make_node(AST_Binary, self, { - operator: "||", - left: condition, - right: alternative - }); - } - // if (foo) exp = something; else exp = something_else; - // | - // v - // exp = foo ? something : something_else; - if (consequent instanceof AST_Assign - && alternative instanceof AST_Assign - && consequent.operator == alternative.operator - && consequent.left.equivalent_to(alternative.left) - && (!self.condition.has_side_effects(compressor) - || consequent.operator == "=" - && !consequent.left.has_side_effects(compressor))) { - return make_node(AST_Assign, self, { - operator: consequent.operator, - left: consequent.left, - right: make_node(AST_Conditional, self, { - condition: self.condition, - consequent: consequent.right, - alternative: alternative.right - }) - }); - } - // x ? y(a) : y(b) --> y(x ? a : b) - var arg_index; - if (consequent instanceof AST_Call - && alternative.TYPE === consequent.TYPE - && consequent.args.length > 0 - && consequent.args.length == alternative.args.length - && consequent.expression.equivalent_to(alternative.expression) - && !self.condition.has_side_effects(compressor) - && !consequent.expression.has_side_effects(compressor) - && typeof (arg_index = single_arg_diff()) == "number") { - var node = consequent.clone(); - node.args[arg_index] = make_node(AST_Conditional, self, { - condition: self.condition, - consequent: consequent.args[arg_index], - alternative: alternative.args[arg_index] - }); - return node; - } - // x?y?z:a:a --> x&&y?z:a - if (consequent instanceof AST_Conditional - && consequent.alternative.equivalent_to(alternative)) { - return make_node(AST_Conditional, self, { - condition: make_node(AST_Binary, self, { - left: self.condition, - operator: "&&", - right: consequent.condition - }), - consequent: consequent.consequent, - alternative: alternative - }); - } - // x ? y : y --> x, y - if (consequent.equivalent_to(alternative)) { - return make_sequence(self, [ - self.condition, - consequent - ]).optimize(compressor); - } - // x ? y || z : z --> x && y || z - if (consequent instanceof AST_Binary - && consequent.operator == "||" - && consequent.right.equivalent_to(alternative)) { - return make_node(AST_Binary, self, { - operator: "||", - left: make_node(AST_Binary, self, { - operator: "&&", - left: self.condition, - right: consequent.left - }), - right: alternative - }).optimize(compressor); - } - var in_bool = compressor.in_boolean_context(); - if (is_true(self.consequent)) { - if (is_false(self.alternative)) { - // c ? true : false ---> !!c - return booleanize(self.condition); - } - // c ? true : x ---> !!c || x - return make_node(AST_Binary, self, { - operator: "||", - left: booleanize(self.condition), - right: self.alternative - }); - } - if (is_false(self.consequent)) { - if (is_true(self.alternative)) { - // c ? false : true ---> !c - return booleanize(self.condition.negate(compressor)); - } - // c ? false : x ---> !c && x - return make_node(AST_Binary, self, { - operator: "&&", - left: booleanize(self.condition.negate(compressor)), - right: self.alternative - }); - } - if (is_true(self.alternative)) { - // c ? x : true ---> !c || x - return make_node(AST_Binary, self, { - operator: "||", - left: booleanize(self.condition.negate(compressor)), - right: self.consequent - }); - } - if (is_false(self.alternative)) { - // c ? x : false ---> !!c && x - return make_node(AST_Binary, self, { - operator: "&&", - left: booleanize(self.condition), - right: self.consequent - }); - } - - return self; - - function booleanize(node) { - if (node.is_boolean()) return node; - // !!expression - return make_node(AST_UnaryPrefix, node, { - operator: "!", - expression: node.negate(compressor) - }); - } - - // AST_True or !0 - function is_true(node) { - return node instanceof AST_True - || in_bool - && node instanceof AST_Constant - && node.getValue() - || (node instanceof AST_UnaryPrefix - && node.operator == "!" - && node.expression instanceof AST_Constant - && !node.expression.getValue()); - } - // AST_False or !1 - function is_false(node) { - return node instanceof AST_False - || in_bool - && node instanceof AST_Constant - && !node.getValue() - || (node instanceof AST_UnaryPrefix - && node.operator == "!" - && node.expression instanceof AST_Constant - && node.expression.getValue()); - } - - function single_arg_diff() { - var a = consequent.args; - var b = alternative.args; - for (var i = 0, len = a.length; i < len; i++) { - if (a[i] instanceof AST_Expansion) return; - if (!a[i].equivalent_to(b[i])) { - if (b[i] instanceof AST_Expansion) return; - for (var j = i + 1; j < len; j++) { - if (a[j] instanceof AST_Expansion) return; - if (!a[j].equivalent_to(b[j])) return; - } - return i; - } - } - } - }); - - def_optimize(AST_Boolean, function(self, compressor) { - if (compressor.in_boolean_context()) return make_node(AST_Number, self, { - value: +self.value - }); - var p = compressor.parent(); - if (compressor.option("booleans_as_integers")) { - if (p instanceof AST_Binary && (p.operator == "===" || p.operator == "!==")) { - p.operator = p.operator.replace(/=$/, ""); - } - return make_node(AST_Number, self, { - value: +self.value - }); - } - if (compressor.option("booleans")) { - if (p instanceof AST_Binary && (p.operator == "==" - || p.operator == "!=")) { - compressor.warn("Non-strict equality against boolean: {operator} {value} [{file}:{line},{col}]", { - operator : p.operator, - value : self.value, - file : p.start.file, - line : p.start.line, - col : p.start.col, - }); - return make_node(AST_Number, self, { - value: +self.value - }); - } - return make_node(AST_UnaryPrefix, self, { - operator: "!", - expression: make_node(AST_Number, self, { - value: 1 - self.value - }) - }); - } - return self; - }); - - function safe_to_flatten(value, compressor) { - if (value instanceof AST_SymbolRef) { - value = value.fixed_value(); - } - if (!value) return false; - return !(value instanceof AST_Lambda || value instanceof AST_Class) - || compressor.parent() instanceof AST_New - || !value.contains_this(); - } - - def_optimize(AST_Sub, function(self, compressor) { - var expr = self.expression; - var prop = self.property; - if (compressor.option("properties")) { - var key = prop.evaluate(compressor); - if (key !== prop) { - if (typeof key == "string") { - if (key == "undefined") { - key = undefined; - } else { - var value = parseFloat(key); - if (value.toString() == key) { - key = value; - } - } - } - prop = self.property = best_of_expression(prop, make_node_from_constant(key, prop).transform(compressor)); - var property = "" + key; - if (is_identifier_string(property) - && property.length <= prop.print_to_string().length + 1) { - return make_node(AST_Dot, self, { - expression: expr, - property: property - }).optimize(compressor); - } - } - } - var fn; - OPT_ARGUMENTS: if (compressor.option("arguments") - && expr instanceof AST_SymbolRef - && expr.name == "arguments" - && expr.definition().orig.length == 1 - && (fn = expr.scope) instanceof AST_Lambda - && fn.uses_arguments - && !(fn instanceof AST_Arrow) - && prop instanceof AST_Number) { - var index = prop.getValue(); - var params = Object.create(null); - var argnames = fn.argnames; - for (var n = 0; n < argnames.length; n++) { - if (!(argnames[n] instanceof AST_SymbolFunarg)) { - break OPT_ARGUMENTS; // destructuring parameter - bail - } - var param = argnames[n].name; - if (param in params) { - break OPT_ARGUMENTS; // duplicate parameter - bail - } - params[param] = true; - } - var argname = fn.argnames[index]; - if (argname && compressor.has_directive("use strict")) { - var def = argname.definition(); - if (!compressor.option("reduce_vars") || def.assignments || def.orig.length > 1) { - argname = null; - } - } else if (!argname && !compressor.option("keep_fargs") && index < fn.argnames.length + 5) { - while (index >= fn.argnames.length) { - argname = make_node(AST_SymbolFunarg, fn, { - name: fn.make_var_name("argument_" + fn.argnames.length), - scope: fn - }); - fn.argnames.push(argname); - fn.enclosed.push(fn.def_variable(argname)); - } - } - if (argname) { - var sym = make_node(AST_SymbolRef, self, argname); - sym.reference({}); - delete argname.__unused; - return sym; - } - } - if (is_lhs(self, compressor.parent())) return self; - if (key !== prop) { - var sub = self.flatten_object(property, compressor); - if (sub) { - expr = self.expression = sub.expression; - prop = self.property = sub.property; - } - } - if (compressor.option("properties") && compressor.option("side_effects") - && prop instanceof AST_Number && expr instanceof AST_Array) { - var index = prop.getValue(); - var elements = expr.elements; - var retValue = elements[index]; - FLATTEN: if (safe_to_flatten(retValue, compressor)) { - var flatten = true; - var values = []; - for (var i = elements.length; --i > index;) { - var value = elements[i].drop_side_effect_free(compressor); - if (value) { - values.unshift(value); - if (flatten && value.has_side_effects(compressor)) flatten = false; - } - } - if (retValue instanceof AST_Expansion) break FLATTEN; - retValue = retValue instanceof AST_Hole ? make_node(AST_Undefined, retValue) : retValue; - if (!flatten) values.unshift(retValue); - while (--i >= 0) { - var value = elements[i]; - if (value instanceof AST_Expansion) break FLATTEN; - value = value.drop_side_effect_free(compressor); - if (value) values.unshift(value); - else index--; - } - if (flatten) { - values.push(retValue); - return make_sequence(self, values).optimize(compressor); - } else return make_node(AST_Sub, self, { - expression: make_node(AST_Array, expr, { - elements: values - }), - property: make_node(AST_Number, prop, { - value: index - }) - }); - } - } - var ev = self.evaluate(compressor); - if (ev !== self) { - ev = make_node_from_constant(ev, self).optimize(compressor); - return best_of(compressor, ev, self); - } - return self; - }); - - AST_Lambda.DEFMETHOD("contains_this", function() { - var result; - var self = this; - self.walk(new TreeWalker(function(node) { - if (result) return true; - if (node instanceof AST_This) return result = true; - if (node !== self && node instanceof AST_Scope && !(node instanceof AST_Arrow)) return true; - })); - return result; - }); - - AST_PropAccess.DEFMETHOD("flatten_object", function(key, compressor) { - if (!compressor.option("properties")) return; - var arrows = compressor.option("unsafe_arrows") && compressor.option("ecma") >= 6; - var expr = this.expression; - if (expr instanceof AST_Object) { - var props = expr.properties; - for (var i = props.length; --i >= 0;) { - var prop = props[i]; - if ("" + (prop instanceof AST_ConciseMethod ? prop.key.name : prop.key) == key) { - if (!all(props, function(prop) { - return prop instanceof AST_ObjectKeyVal - || arrows && prop instanceof AST_ConciseMethod && !prop.is_generator; - })) break; - if (!safe_to_flatten(prop.value, compressor)) break; - return make_node(AST_Sub, this, { - expression: make_node(AST_Array, expr, { - elements: props.map(function(prop) { - var v = prop.value; - if (v instanceof AST_Accessor) v = make_node(AST_Function, v, v); - var k = prop.key; - if (k instanceof AST_Node && !(k instanceof AST_SymbolMethod)) { - return make_sequence(prop, [ k, v ]); - } - return v; - }) - }), - property: make_node(AST_Number, this, { - value: i - }) - }); - } - } - } - }); - - def_optimize(AST_Dot, function(self, compressor) { - if (self.property == "arguments" || self.property == "caller") { - compressor.warn("Function.prototype.{prop} not supported [{file}:{line},{col}]", { - prop: self.property, - file: self.start.file, - line: self.start.line, - col: self.start.col - }); - } - if (is_lhs(self, compressor.parent())) return self; - if (compressor.option("unsafe_proto") - && self.expression instanceof AST_Dot - && self.expression.property == "prototype") { - var exp = self.expression.expression; - if (is_undeclared_ref(exp)) switch (exp.name) { - case "Array": - self.expression = make_node(AST_Array, self.expression, { - elements: [] - }); - break; - case "Function": - self.expression = make_node(AST_Function, self.expression, { - argnames: [], - body: [] - }); - break; - case "Number": - self.expression = make_node(AST_Number, self.expression, { - value: 0 - }); - break; - case "Object": - self.expression = make_node(AST_Object, self.expression, { - properties: [] - }); - break; - case "RegExp": - self.expression = make_node(AST_RegExp, self.expression, { - value: /t/ - }); - break; - case "String": - self.expression = make_node(AST_String, self.expression, { - value: "" - }); - break; - } - } - var sub = self.flatten_object(self.property, compressor); - if (sub) return sub.optimize(compressor); - var ev = self.evaluate(compressor); - if (ev !== self) { - ev = make_node_from_constant(ev, self).optimize(compressor); - return best_of(compressor, ev, self); - } - return self; - }); - - function literals_in_boolean_context(self, compressor) { - if (compressor.in_boolean_context()) { - return best_of(compressor, self, make_sequence(self, [ - self, - make_node(AST_True, self) - ]).optimize(compressor)); - } - return self; - } - - function inline_array_like_spread(self, compressor, elements) { - for (var i = 0; i < elements.length; i++) { - var el = elements[i]; - if (el instanceof AST_Expansion) { - var expr = el.expression; - if ( expr instanceof AST_Array) { - elements.splice.apply(elements, [i, 1].concat(expr.elements)); - // Step back one, as the element at i is now new. - i--; - } - // In array-like spread, spreading a non-iterable value is TypeError. - // We therefore can’t optimize anything else, unlike with object spread. - } - } - return self; - } - - def_optimize(AST_Array, function(self, compressor) { - var optimized = literals_in_boolean_context(self, compressor); - if (optimized !== self) { - return optimized; - } - return inline_array_like_spread(self, compressor, self.elements); - }); - - def_optimize(AST_Object, function(self, compressor) { - var optimized = literals_in_boolean_context(self, compressor); - if (optimized !== self) { - return optimized; - } - var props = self.properties; - for (var i = 0; i < props.length; i++) { - var prop = props[i]; - if (prop instanceof AST_Expansion) { - var expr = prop.expression; - if (expr instanceof AST_Object) { - props.splice.apply(props, [i, 1].concat(prop.expression.properties)); - // Step back one, as the property at i is now new. - i--; - } else if (expr instanceof AST_Constant - && !(expr instanceof AST_String)) { - // Unlike array-like spread, in object spread, spreading a - // non-iterable value silently does nothing; it is thus safe - // to remove. AST_String is the only iterable AST_Constant. - props.splice(i, 1); - } - } - } - return self; - }); - - def_optimize(AST_RegExp, literals_in_boolean_context); - - def_optimize(AST_Return, function(self, compressor) { - if (self.value && is_undefined(self.value, compressor)) { - self.value = null; - } - return self; - }); - - def_optimize(AST_Arrow, function(self, compressor) { - if (!(self.body instanceof AST_Node)) { - self = opt_AST_Lambda(self, compressor); - } - if (compressor.option("arrows") - && self.body.length == 1 - && self.body[0] instanceof AST_Return) { - var value = self.body[0].value; - self.body = value ? value : []; - } - return self; - }); - - def_optimize(AST_Function, function(self, compressor) { - self = opt_AST_Lambda(self, compressor); - if (compressor.option("unsafe_arrows") - && compressor.option("ecma") >= 6 - && !self.name - && !self.is_generator - && !self.uses_arguments - && !self.pinned()) { - var has_special_symbol = false; - self.walk(new TreeWalker(function(node) { - if (has_special_symbol) return true; - if (node instanceof AST_This) { - has_special_symbol = true; - return true; - } - })); - if (!has_special_symbol) return make_node(AST_Arrow, self, self).optimize(compressor); - } - return self; - }); - - def_optimize(AST_Class, function(self, compressor) { - // HACK to avoid compress failure. - // AST_Class is not really an AST_Scope/AST_Block as it lacks a body. - return self; - }); - - def_optimize(AST_Yield, function(self, compressor) { - if (self.expression && !self.is_star && is_undefined(self.expression, compressor)) { - self.expression = null; - } - return self; - }); - - def_optimize(AST_TemplateString, function(self, compressor) { - if (!compressor.option("evaluate") - || compressor.parent() instanceof AST_PrefixedTemplateString) - return self; - - var segments = []; - for (var i = 0; i < self.segments.length; i++) { - var segment = self.segments[i]; - if (segment instanceof AST_Node) { - var result = segment.evaluate(compressor); - // Evaluate to constant value - // Constant value shorter than ${segment} - if (result !== segment && (result + "").length <= segment.print_to_string().length + "${}".length) { - // There should always be a previous and next segment if segment is a node - segments[segments.length - 1].value = segments[segments.length - 1].value + result + self.segments[++i].value; - continue; - } - } - segments.push(segment); - } - self.segments = segments; - - return segments.length == 1 ? make_node(AST_String, self, segments[0]) : self; - }); - - def_optimize(AST_PrefixedTemplateString, function(self, compressor) { - return self; - }); - - // ["p"]:1 ---> p:1 - // [42]:1 ---> 42:1 - function lift_key(self, compressor) { - if (!compressor.option("computed_props")) return self; - // save a comparison in the typical case - if (!(self.key instanceof AST_Constant)) return self; - // whitelist acceptable props as not all AST_Constants are true constants - if (self.key instanceof AST_String || self.key instanceof AST_Number) { - if (self.key.value === "__proto__") return self; - if (self.key.value == "constructor" - && compressor.parent() instanceof AST_Class) return self; - if (self instanceof AST_ObjectKeyVal) { - self.key = self.key.value; - } else { - self.key = make_node(AST_SymbolMethod, self.key, { - name: self.key.value - }); - } - } - return self; - } - - def_optimize(AST_ObjectProperty, lift_key); - - def_optimize(AST_ConciseMethod, function(self, compressor) { - lift_key(self, compressor); - // p(){return x;} ---> p:()=>x - if (compressor.option("arrows") - && compressor.parent() instanceof AST_Object - && !self.is_generator - && !self.value.uses_arguments - && !self.value.pinned() - && self.value.body.length == 1 - && self.value.body[0] instanceof AST_Return - && self.value.body[0].value - && !self.value.contains_this()) { - var arrow = make_node(AST_Arrow, self.value, self.value); - arrow.async = self.async; - arrow.is_generator = self.is_generator; - return make_node(AST_ObjectKeyVal, self, { - key: self.key instanceof AST_SymbolMethod ? self.key.name : self.key, - value: arrow, - quote: self.quote, - }); - } - return self; - }); - - def_optimize(AST_ObjectKeyVal, function(self, compressor) { - lift_key(self, compressor); - // p:function(){} ---> p(){} - // p:function*(){} ---> *p(){} - // p:async function(){} ---> async p(){} - // p:()=>{} ---> p(){} - // p:async()=>{} ---> async p(){} - var unsafe_methods = compressor.option("unsafe_methods"); - if (unsafe_methods - && compressor.option("ecma") >= 6 - && (!(unsafe_methods instanceof RegExp) || unsafe_methods.test(self.key + ""))) { - var key = self.key; - var value = self.value; - var is_arrow_with_block = value instanceof AST_Arrow - && Array.isArray(value.body) - && !value.contains_this(); - if ((is_arrow_with_block || value instanceof AST_Function) && !value.name) { - return make_node(AST_ConciseMethod, self, { - async: value.async, - is_generator: value.is_generator, - key: key instanceof AST_Node ? key : make_node(AST_SymbolMethod, self, { - name: key, - }), - value: make_node(AST_Accessor, value, value), - quote: self.quote, - }); - } - } - return self; - }); - - def_optimize(AST_Destructuring, function(self, compressor) { - if (compressor.option("pure_getters") == true - && compressor.option("unused") - && !self.is_array - && Array.isArray(self.names) - && !is_destructuring_export_decl(compressor)) { - var keep = []; - for (var i = 0; i < self.names.length; i++) { - var elem = self.names[i]; - if (!(elem instanceof AST_ObjectKeyVal - && typeof elem.key == "string" - && elem.value instanceof AST_SymbolDeclaration - && !should_retain(compressor, elem.value.definition()))) { - keep.push(elem); - } - } - if (keep.length != self.names.length) { - self.names = keep; - } - } - return self; - - function is_destructuring_export_decl(compressor) { - var ancestors = [/^VarDef$/, /^(Const|Let|Var)$/, /^Export$/]; - for (var a = 0, p = 0, len = ancestors.length; a < len; p++) { - var parent = compressor.parent(p); - if (!parent) return false; - if (a === 0 && parent.TYPE == "Destructuring") continue; - if (!ancestors[a].test(parent.TYPE)) { - return false; - } - a++; - } - return true; - } - - function should_retain(compressor, def) { - if (def.references.length) return true; - if (!def.global) return false; - if (compressor.toplevel.vars) { - if (compressor.top_retain) { - return compressor.top_retain(def); - } - return false; - } - return true; - } - }); - })(); - - /*********************************************************************** - - A JavaScript tokenizer / parser / beautifier / compressor. - https://github.com/mishoo/UglifyJS2 - - -------------------------------- (C) --------------------------------- - - Author: Mihai Bazon - - http://mihai.bazon.net/blog - - Distributed under the BSD license: - - Copyright 2012 (c) Mihai Bazon - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - ***********************************************************************/ - - // a small wrapper around fitzgen's source-map library - function SourceMap(options) { - options = defaults(options, { - file : null, - root : null, - orig : null, - - orig_line_diff : 0, - dest_line_diff : 0, - }); - var generator = new MOZ_SourceMap.SourceMapGenerator({ - file : options.file, - sourceRoot : options.root - }); - var orig_map = options.orig && new MOZ_SourceMap.SourceMapConsumer(options.orig); - - if (orig_map) { - orig_map.sources.forEach(function(source) { - var sourceContent = orig_map.sourceContentFor(source, true); - if (sourceContent) { - generator.setSourceContent(source, sourceContent); - } - }); - } - - function add(source, gen_line, gen_col, orig_line, orig_col, name) { - if (orig_map) { - var info = orig_map.originalPositionFor({ - line: orig_line, - column: orig_col - }); - if (info.source === null) { - return; - } - source = info.source; - orig_line = info.line; - orig_col = info.column; - name = info.name || name; - } - generator.addMapping({ - generated : { line: gen_line + options.dest_line_diff, column: gen_col }, - original : { line: orig_line + options.orig_line_diff, column: orig_col }, - source : source, - name : name - }); - } - return { - add : add, - get : function() { return generator; }, - toString : function() { return JSON.stringify(generator.toJSON()); } - }; - } - - var domprops = [ - "$&", - "$'", - "$*", - "$+", - "$1", - "$2", - "$3", - "$4", - "$5", - "$6", - "$7", - "$8", - "$9", - "$_", - "$`", - "$input", - "@@iterator", - "ABORT_ERR", - "ACTIVE", - "ACTIVE_ATTRIBUTES", - "ACTIVE_TEXTURE", - "ACTIVE_UNIFORMS", - "ADDITION", - "ALIASED_LINE_WIDTH_RANGE", - "ALIASED_POINT_SIZE_RANGE", - "ALLOW_KEYBOARD_INPUT", - "ALLPASS", - "ALPHA", - "ALPHA_BITS", - "ALT_MASK", - "ALWAYS", - "ANY_TYPE", - "ANY_UNORDERED_NODE_TYPE", - "ARRAY_BUFFER", - "ARRAY_BUFFER_BINDING", - "ATTACHED_SHADERS", - "ATTRIBUTE_NODE", - "AT_TARGET", - "AddSearchProvider", - "AnalyserNode", - "AnimationEvent", - "AnonXMLHttpRequest", - "ApplicationCache", - "ApplicationCacheErrorEvent", - "Array", - "ArrayBuffer", - "Attr", - "Audio", - "AudioBuffer", - "AudioBufferSourceNode", - "AudioContext", - "AudioDestinationNode", - "AudioListener", - "AudioNode", - "AudioParam", - "AudioProcessingEvent", - "AudioStreamTrack", - "AutocompleteErrorEvent", - "BACK", - "BAD_BOUNDARYPOINTS_ERR", - "BANDPASS", - "BLEND", - "BLEND_COLOR", - "BLEND_DST_ALPHA", - "BLEND_DST_RGB", - "BLEND_EQUATION", - "BLEND_EQUATION_ALPHA", - "BLEND_EQUATION_RGB", - "BLEND_SRC_ALPHA", - "BLEND_SRC_RGB", - "BLUE_BITS", - "BLUR", - "BOOL", - "BOOLEAN_TYPE", - "BOOL_VEC2", - "BOOL_VEC3", - "BOOL_VEC4", - "BOTH", - "BROWSER_DEFAULT_WEBGL", - "BUBBLING_PHASE", - "BUFFER_SIZE", - "BUFFER_USAGE", - "BYTE", - "BYTES_PER_ELEMENT", - "BarProp", - "BaseHref", - "BatteryManager", - "BeforeLoadEvent", - "BeforeUnloadEvent", - "BiquadFilterNode", - "Blob", - "BlobEvent", - "Boolean", - "CAPTURING_PHASE", - "CCW", - "CDATASection", - "CDATA_SECTION_NODE", - "CHANGE", - "CHARSET_RULE", - "CHECKING", - "CLAMP_TO_EDGE", - "CLICK", - "CLOSED", - "CLOSING", - "COLOR_ATTACHMENT0", - "COLOR_BUFFER_BIT", - "COLOR_CLEAR_VALUE", - "COLOR_WRITEMASK", - "COMMENT_NODE", - "COMPILE_STATUS", - "COMPRESSED_RGBA_S3TC_DXT1_EXT", - "COMPRESSED_RGBA_S3TC_DXT3_EXT", - "COMPRESSED_RGBA_S3TC_DXT5_EXT", - "COMPRESSED_RGB_S3TC_DXT1_EXT", - "COMPRESSED_TEXTURE_FORMATS", - "CONNECTING", - "CONSTANT_ALPHA", - "CONSTANT_COLOR", - "CONSTRAINT_ERR", - "CONTEXT_LOST_WEBGL", - "CONTROL_MASK", - "COUNTER_STYLE_RULE", - "CSS", - "CSS2Properties", - "CSSCharsetRule", - "CSSConditionRule", - "CSSCounterStyleRule", - "CSSFontFaceRule", - "CSSFontFeatureValuesRule", - "CSSGroupingRule", - "CSSImportRule", - "CSSKeyframeRule", - "CSSKeyframesRule", - "CSSMediaRule", - "CSSMozDocumentRule", - "CSSNameSpaceRule", - "CSSPageRule", - "CSSPrimitiveValue", - "CSSRule", - "CSSRuleList", - "CSSStyleDeclaration", - "CSSStyleRule", - "CSSStyleSheet", - "CSSSupportsRule", - "CSSUnknownRule", - "CSSValue", - "CSSValueList", - "CSSVariablesDeclaration", - "CSSVariablesRule", - "CSSViewportRule", - "CSS_ATTR", - "CSS_CM", - "CSS_COUNTER", - "CSS_CUSTOM", - "CSS_DEG", - "CSS_DIMENSION", - "CSS_EMS", - "CSS_EXS", - "CSS_FILTER_BLUR", - "CSS_FILTER_BRIGHTNESS", - "CSS_FILTER_CONTRAST", - "CSS_FILTER_CUSTOM", - "CSS_FILTER_DROP_SHADOW", - "CSS_FILTER_GRAYSCALE", - "CSS_FILTER_HUE_ROTATE", - "CSS_FILTER_INVERT", - "CSS_FILTER_OPACITY", - "CSS_FILTER_REFERENCE", - "CSS_FILTER_SATURATE", - "CSS_FILTER_SEPIA", - "CSS_GRAD", - "CSS_HZ", - "CSS_IDENT", - "CSS_IN", - "CSS_INHERIT", - "CSS_KHZ", - "CSS_MATRIX", - "CSS_MATRIX3D", - "CSS_MM", - "CSS_MS", - "CSS_NUMBER", - "CSS_PC", - "CSS_PERCENTAGE", - "CSS_PERSPECTIVE", - "CSS_PRIMITIVE_VALUE", - "CSS_PT", - "CSS_PX", - "CSS_RAD", - "CSS_RECT", - "CSS_RGBCOLOR", - "CSS_ROTATE", - "CSS_ROTATE3D", - "CSS_ROTATEX", - "CSS_ROTATEY", - "CSS_ROTATEZ", - "CSS_S", - "CSS_SCALE", - "CSS_SCALE3D", - "CSS_SCALEX", - "CSS_SCALEY", - "CSS_SCALEZ", - "CSS_SKEW", - "CSS_SKEWX", - "CSS_SKEWY", - "CSS_STRING", - "CSS_TRANSLATE", - "CSS_TRANSLATE3D", - "CSS_TRANSLATEX", - "CSS_TRANSLATEY", - "CSS_TRANSLATEZ", - "CSS_UNKNOWN", - "CSS_URI", - "CSS_VALUE_LIST", - "CSS_VH", - "CSS_VMAX", - "CSS_VMIN", - "CSS_VW", - "CULL_FACE", - "CULL_FACE_MODE", - "CURRENT_PROGRAM", - "CURRENT_VERTEX_ATTRIB", - "CUSTOM", - "CW", - "CanvasGradient", - "CanvasPattern", - "CanvasRenderingContext2D", - "CaretPosition", - "ChannelMergerNode", - "ChannelSplitterNode", - "CharacterData", - "ClientRect", - "ClientRectList", - "Clipboard", - "ClipboardEvent", - "CloseEvent", - "Collator", - "CommandEvent", - "Comment", - "CompositionEvent", - "Console", - "Controllers", - "ConvolverNode", - "Counter", - "Crypto", - "CryptoKey", - "CustomEvent", - "DATABASE_ERR", - "DATA_CLONE_ERR", - "DATA_ERR", - "DBLCLICK", - "DECR", - "DECR_WRAP", - "DELETE_STATUS", - "DEPTH_ATTACHMENT", - "DEPTH_BITS", - "DEPTH_BUFFER_BIT", - "DEPTH_CLEAR_VALUE", - "DEPTH_COMPONENT", - "DEPTH_COMPONENT16", - "DEPTH_FUNC", - "DEPTH_RANGE", - "DEPTH_STENCIL", - "DEPTH_STENCIL_ATTACHMENT", - "DEPTH_TEST", - "DEPTH_WRITEMASK", - "DIRECTION_DOWN", - "DIRECTION_LEFT", - "DIRECTION_RIGHT", - "DIRECTION_UP", - "DISABLED", - "DISPATCH_REQUEST_ERR", - "DITHER", - "DOCUMENT_FRAGMENT_NODE", - "DOCUMENT_NODE", - "DOCUMENT_POSITION_CONTAINED_BY", - "DOCUMENT_POSITION_CONTAINS", - "DOCUMENT_POSITION_DISCONNECTED", - "DOCUMENT_POSITION_FOLLOWING", - "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "DOCUMENT_POSITION_PRECEDING", - "DOCUMENT_TYPE_NODE", - "DOMCursor", - "DOMError", - "DOMException", - "DOMImplementation", - "DOMImplementationLS", - "DOMMatrix", - "DOMMatrixReadOnly", - "DOMParser", - "DOMPoint", - "DOMPointReadOnly", - "DOMQuad", - "DOMRect", - "DOMRectList", - "DOMRectReadOnly", - "DOMRequest", - "DOMSTRING_SIZE_ERR", - "DOMSettableTokenList", - "DOMStringList", - "DOMStringMap", - "DOMTokenList", - "DOMTransactionEvent", - "DOM_DELTA_LINE", - "DOM_DELTA_PAGE", - "DOM_DELTA_PIXEL", - "DOM_INPUT_METHOD_DROP", - "DOM_INPUT_METHOD_HANDWRITING", - "DOM_INPUT_METHOD_IME", - "DOM_INPUT_METHOD_KEYBOARD", - "DOM_INPUT_METHOD_MULTIMODAL", - "DOM_INPUT_METHOD_OPTION", - "DOM_INPUT_METHOD_PASTE", - "DOM_INPUT_METHOD_SCRIPT", - "DOM_INPUT_METHOD_UNKNOWN", - "DOM_INPUT_METHOD_VOICE", - "DOM_KEY_LOCATION_JOYSTICK", - "DOM_KEY_LOCATION_LEFT", - "DOM_KEY_LOCATION_MOBILE", - "DOM_KEY_LOCATION_NUMPAD", - "DOM_KEY_LOCATION_RIGHT", - "DOM_KEY_LOCATION_STANDARD", - "DOM_VK_0", - "DOM_VK_1", - "DOM_VK_2", - "DOM_VK_3", - "DOM_VK_4", - "DOM_VK_5", - "DOM_VK_6", - "DOM_VK_7", - "DOM_VK_8", - "DOM_VK_9", - "DOM_VK_A", - "DOM_VK_ACCEPT", - "DOM_VK_ADD", - "DOM_VK_ALT", - "DOM_VK_ALTGR", - "DOM_VK_AMPERSAND", - "DOM_VK_ASTERISK", - "DOM_VK_AT", - "DOM_VK_ATTN", - "DOM_VK_B", - "DOM_VK_BACKSPACE", - "DOM_VK_BACK_QUOTE", - "DOM_VK_BACK_SLASH", - "DOM_VK_BACK_SPACE", - "DOM_VK_C", - "DOM_VK_CANCEL", - "DOM_VK_CAPS_LOCK", - "DOM_VK_CIRCUMFLEX", - "DOM_VK_CLEAR", - "DOM_VK_CLOSE_BRACKET", - "DOM_VK_CLOSE_CURLY_BRACKET", - "DOM_VK_CLOSE_PAREN", - "DOM_VK_COLON", - "DOM_VK_COMMA", - "DOM_VK_CONTEXT_MENU", - "DOM_VK_CONTROL", - "DOM_VK_CONVERT", - "DOM_VK_CRSEL", - "DOM_VK_CTRL", - "DOM_VK_D", - "DOM_VK_DECIMAL", - "DOM_VK_DELETE", - "DOM_VK_DIVIDE", - "DOM_VK_DOLLAR", - "DOM_VK_DOUBLE_QUOTE", - "DOM_VK_DOWN", - "DOM_VK_E", - "DOM_VK_EISU", - "DOM_VK_END", - "DOM_VK_ENTER", - "DOM_VK_EQUALS", - "DOM_VK_EREOF", - "DOM_VK_ESCAPE", - "DOM_VK_EXCLAMATION", - "DOM_VK_EXECUTE", - "DOM_VK_EXSEL", - "DOM_VK_F", - "DOM_VK_F1", - "DOM_VK_F10", - "DOM_VK_F11", - "DOM_VK_F12", - "DOM_VK_F13", - "DOM_VK_F14", - "DOM_VK_F15", - "DOM_VK_F16", - "DOM_VK_F17", - "DOM_VK_F18", - "DOM_VK_F19", - "DOM_VK_F2", - "DOM_VK_F20", - "DOM_VK_F21", - "DOM_VK_F22", - "DOM_VK_F23", - "DOM_VK_F24", - "DOM_VK_F25", - "DOM_VK_F26", - "DOM_VK_F27", - "DOM_VK_F28", - "DOM_VK_F29", - "DOM_VK_F3", - "DOM_VK_F30", - "DOM_VK_F31", - "DOM_VK_F32", - "DOM_VK_F33", - "DOM_VK_F34", - "DOM_VK_F35", - "DOM_VK_F36", - "DOM_VK_F4", - "DOM_VK_F5", - "DOM_VK_F6", - "DOM_VK_F7", - "DOM_VK_F8", - "DOM_VK_F9", - "DOM_VK_FINAL", - "DOM_VK_FRONT", - "DOM_VK_G", - "DOM_VK_GREATER_THAN", - "DOM_VK_H", - "DOM_VK_HANGUL", - "DOM_VK_HANJA", - "DOM_VK_HASH", - "DOM_VK_HELP", - "DOM_VK_HK_TOGGLE", - "DOM_VK_HOME", - "DOM_VK_HYPHEN_MINUS", - "DOM_VK_I", - "DOM_VK_INSERT", - "DOM_VK_J", - "DOM_VK_JUNJA", - "DOM_VK_K", - "DOM_VK_KANA", - "DOM_VK_KANJI", - "DOM_VK_L", - "DOM_VK_LEFT", - "DOM_VK_LEFT_TAB", - "DOM_VK_LESS_THAN", - "DOM_VK_M", - "DOM_VK_META", - "DOM_VK_MODECHANGE", - "DOM_VK_MULTIPLY", - "DOM_VK_N", - "DOM_VK_NONCONVERT", - "DOM_VK_NUMPAD0", - "DOM_VK_NUMPAD1", - "DOM_VK_NUMPAD2", - "DOM_VK_NUMPAD3", - "DOM_VK_NUMPAD4", - "DOM_VK_NUMPAD5", - "DOM_VK_NUMPAD6", - "DOM_VK_NUMPAD7", - "DOM_VK_NUMPAD8", - "DOM_VK_NUMPAD9", - "DOM_VK_NUM_LOCK", - "DOM_VK_O", - "DOM_VK_OEM_1", - "DOM_VK_OEM_102", - "DOM_VK_OEM_2", - "DOM_VK_OEM_3", - "DOM_VK_OEM_4", - "DOM_VK_OEM_5", - "DOM_VK_OEM_6", - "DOM_VK_OEM_7", - "DOM_VK_OEM_8", - "DOM_VK_OEM_COMMA", - "DOM_VK_OEM_MINUS", - "DOM_VK_OEM_PERIOD", - "DOM_VK_OEM_PLUS", - "DOM_VK_OPEN_BRACKET", - "DOM_VK_OPEN_CURLY_BRACKET", - "DOM_VK_OPEN_PAREN", - "DOM_VK_P", - "DOM_VK_PA1", - "DOM_VK_PAGEDOWN", - "DOM_VK_PAGEUP", - "DOM_VK_PAGE_DOWN", - "DOM_VK_PAGE_UP", - "DOM_VK_PAUSE", - "DOM_VK_PERCENT", - "DOM_VK_PERIOD", - "DOM_VK_PIPE", - "DOM_VK_PLAY", - "DOM_VK_PLUS", - "DOM_VK_PRINT", - "DOM_VK_PRINTSCREEN", - "DOM_VK_PROCESSKEY", - "DOM_VK_PROPERITES", - "DOM_VK_Q", - "DOM_VK_QUESTION_MARK", - "DOM_VK_QUOTE", - "DOM_VK_R", - "DOM_VK_REDO", - "DOM_VK_RETURN", - "DOM_VK_RIGHT", - "DOM_VK_S", - "DOM_VK_SCROLL_LOCK", - "DOM_VK_SELECT", - "DOM_VK_SEMICOLON", - "DOM_VK_SEPARATOR", - "DOM_VK_SHIFT", - "DOM_VK_SLASH", - "DOM_VK_SLEEP", - "DOM_VK_SPACE", - "DOM_VK_SUBTRACT", - "DOM_VK_T", - "DOM_VK_TAB", - "DOM_VK_TILDE", - "DOM_VK_U", - "DOM_VK_UNDERSCORE", - "DOM_VK_UNDO", - "DOM_VK_UNICODE", - "DOM_VK_UP", - "DOM_VK_V", - "DOM_VK_VOLUME_DOWN", - "DOM_VK_VOLUME_MUTE", - "DOM_VK_VOLUME_UP", - "DOM_VK_W", - "DOM_VK_WIN", - "DOM_VK_WINDOW", - "DOM_VK_WIN_ICO_00", - "DOM_VK_WIN_ICO_CLEAR", - "DOM_VK_WIN_ICO_HELP", - "DOM_VK_WIN_OEM_ATTN", - "DOM_VK_WIN_OEM_AUTO", - "DOM_VK_WIN_OEM_BACKTAB", - "DOM_VK_WIN_OEM_CLEAR", - "DOM_VK_WIN_OEM_COPY", - "DOM_VK_WIN_OEM_CUSEL", - "DOM_VK_WIN_OEM_ENLW", - "DOM_VK_WIN_OEM_FINISH", - "DOM_VK_WIN_OEM_FJ_JISHO", - "DOM_VK_WIN_OEM_FJ_LOYA", - "DOM_VK_WIN_OEM_FJ_MASSHOU", - "DOM_VK_WIN_OEM_FJ_ROYA", - "DOM_VK_WIN_OEM_FJ_TOUROKU", - "DOM_VK_WIN_OEM_JUMP", - "DOM_VK_WIN_OEM_PA1", - "DOM_VK_WIN_OEM_PA2", - "DOM_VK_WIN_OEM_PA3", - "DOM_VK_WIN_OEM_RESET", - "DOM_VK_WIN_OEM_WSCTRL", - "DOM_VK_X", - "DOM_VK_XF86XK_ADD_FAVORITE", - "DOM_VK_XF86XK_APPLICATION_LEFT", - "DOM_VK_XF86XK_APPLICATION_RIGHT", - "DOM_VK_XF86XK_AUDIO_CYCLE_TRACK", - "DOM_VK_XF86XK_AUDIO_FORWARD", - "DOM_VK_XF86XK_AUDIO_LOWER_VOLUME", - "DOM_VK_XF86XK_AUDIO_MEDIA", - "DOM_VK_XF86XK_AUDIO_MUTE", - "DOM_VK_XF86XK_AUDIO_NEXT", - "DOM_VK_XF86XK_AUDIO_PAUSE", - "DOM_VK_XF86XK_AUDIO_PLAY", - "DOM_VK_XF86XK_AUDIO_PREV", - "DOM_VK_XF86XK_AUDIO_RAISE_VOLUME", - "DOM_VK_XF86XK_AUDIO_RANDOM_PLAY", - "DOM_VK_XF86XK_AUDIO_RECORD", - "DOM_VK_XF86XK_AUDIO_REPEAT", - "DOM_VK_XF86XK_AUDIO_REWIND", - "DOM_VK_XF86XK_AUDIO_STOP", - "DOM_VK_XF86XK_AWAY", - "DOM_VK_XF86XK_BACK", - "DOM_VK_XF86XK_BACK_FORWARD", - "DOM_VK_XF86XK_BATTERY", - "DOM_VK_XF86XK_BLUE", - "DOM_VK_XF86XK_BLUETOOTH", - "DOM_VK_XF86XK_BOOK", - "DOM_VK_XF86XK_BRIGHTNESS_ADJUST", - "DOM_VK_XF86XK_CALCULATOR", - "DOM_VK_XF86XK_CALENDAR", - "DOM_VK_XF86XK_CD", - "DOM_VK_XF86XK_CLOSE", - "DOM_VK_XF86XK_COMMUNITY", - "DOM_VK_XF86XK_CONTRAST_ADJUST", - "DOM_VK_XF86XK_COPY", - "DOM_VK_XF86XK_CUT", - "DOM_VK_XF86XK_CYCLE_ANGLE", - "DOM_VK_XF86XK_DISPLAY", - "DOM_VK_XF86XK_DOCUMENTS", - "DOM_VK_XF86XK_DOS", - "DOM_VK_XF86XK_EJECT", - "DOM_VK_XF86XK_EXCEL", - "DOM_VK_XF86XK_EXPLORER", - "DOM_VK_XF86XK_FAVORITES", - "DOM_VK_XF86XK_FINANCE", - "DOM_VK_XF86XK_FORWARD", - "DOM_VK_XF86XK_FRAME_BACK", - "DOM_VK_XF86XK_FRAME_FORWARD", - "DOM_VK_XF86XK_GAME", - "DOM_VK_XF86XK_GO", - "DOM_VK_XF86XK_GREEN", - "DOM_VK_XF86XK_HIBERNATE", - "DOM_VK_XF86XK_HISTORY", - "DOM_VK_XF86XK_HOME_PAGE", - "DOM_VK_XF86XK_HOT_LINKS", - "DOM_VK_XF86XK_I_TOUCH", - "DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN", - "DOM_VK_XF86XK_KBD_BRIGHTNESS_UP", - "DOM_VK_XF86XK_KBD_LIGHT_ON_OFF", - "DOM_VK_XF86XK_LAUNCH0", - "DOM_VK_XF86XK_LAUNCH1", - "DOM_VK_XF86XK_LAUNCH2", - "DOM_VK_XF86XK_LAUNCH3", - "DOM_VK_XF86XK_LAUNCH4", - "DOM_VK_XF86XK_LAUNCH5", - "DOM_VK_XF86XK_LAUNCH6", - "DOM_VK_XF86XK_LAUNCH7", - "DOM_VK_XF86XK_LAUNCH8", - "DOM_VK_XF86XK_LAUNCH9", - "DOM_VK_XF86XK_LAUNCH_A", - "DOM_VK_XF86XK_LAUNCH_B", - "DOM_VK_XF86XK_LAUNCH_C", - "DOM_VK_XF86XK_LAUNCH_D", - "DOM_VK_XF86XK_LAUNCH_E", - "DOM_VK_XF86XK_LAUNCH_F", - "DOM_VK_XF86XK_LIGHT_BULB", - "DOM_VK_XF86XK_LOG_OFF", - "DOM_VK_XF86XK_MAIL", - "DOM_VK_XF86XK_MAIL_FORWARD", - "DOM_VK_XF86XK_MARKET", - "DOM_VK_XF86XK_MEETING", - "DOM_VK_XF86XK_MEMO", - "DOM_VK_XF86XK_MENU_KB", - "DOM_VK_XF86XK_MENU_PB", - "DOM_VK_XF86XK_MESSENGER", - "DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN", - "DOM_VK_XF86XK_MON_BRIGHTNESS_UP", - "DOM_VK_XF86XK_MUSIC", - "DOM_VK_XF86XK_MY_COMPUTER", - "DOM_VK_XF86XK_MY_SITES", - "DOM_VK_XF86XK_NEW", - "DOM_VK_XF86XK_NEWS", - "DOM_VK_XF86XK_OFFICE_HOME", - "DOM_VK_XF86XK_OPEN", - "DOM_VK_XF86XK_OPEN_URL", - "DOM_VK_XF86XK_OPTION", - "DOM_VK_XF86XK_PASTE", - "DOM_VK_XF86XK_PHONE", - "DOM_VK_XF86XK_PICTURES", - "DOM_VK_XF86XK_POWER_DOWN", - "DOM_VK_XF86XK_POWER_OFF", - "DOM_VK_XF86XK_RED", - "DOM_VK_XF86XK_REFRESH", - "DOM_VK_XF86XK_RELOAD", - "DOM_VK_XF86XK_REPLY", - "DOM_VK_XF86XK_ROCKER_DOWN", - "DOM_VK_XF86XK_ROCKER_ENTER", - "DOM_VK_XF86XK_ROCKER_UP", - "DOM_VK_XF86XK_ROTATE_WINDOWS", - "DOM_VK_XF86XK_ROTATION_KB", - "DOM_VK_XF86XK_ROTATION_PB", - "DOM_VK_XF86XK_SAVE", - "DOM_VK_XF86XK_SCREEN_SAVER", - "DOM_VK_XF86XK_SCROLL_CLICK", - "DOM_VK_XF86XK_SCROLL_DOWN", - "DOM_VK_XF86XK_SCROLL_UP", - "DOM_VK_XF86XK_SEARCH", - "DOM_VK_XF86XK_SEND", - "DOM_VK_XF86XK_SHOP", - "DOM_VK_XF86XK_SPELL", - "DOM_VK_XF86XK_SPLIT_SCREEN", - "DOM_VK_XF86XK_STANDBY", - "DOM_VK_XF86XK_START", - "DOM_VK_XF86XK_STOP", - "DOM_VK_XF86XK_SUBTITLE", - "DOM_VK_XF86XK_SUPPORT", - "DOM_VK_XF86XK_SUSPEND", - "DOM_VK_XF86XK_TASK_PANE", - "DOM_VK_XF86XK_TERMINAL", - "DOM_VK_XF86XK_TIME", - "DOM_VK_XF86XK_TOOLS", - "DOM_VK_XF86XK_TOP_MENU", - "DOM_VK_XF86XK_TO_DO_LIST", - "DOM_VK_XF86XK_TRAVEL", - "DOM_VK_XF86XK_USER1KB", - "DOM_VK_XF86XK_USER2KB", - "DOM_VK_XF86XK_USER_PB", - "DOM_VK_XF86XK_UWB", - "DOM_VK_XF86XK_VENDOR_HOME", - "DOM_VK_XF86XK_VIDEO", - "DOM_VK_XF86XK_VIEW", - "DOM_VK_XF86XK_WAKE_UP", - "DOM_VK_XF86XK_WEB_CAM", - "DOM_VK_XF86XK_WHEEL_BUTTON", - "DOM_VK_XF86XK_WLAN", - "DOM_VK_XF86XK_WORD", - "DOM_VK_XF86XK_WWW", - "DOM_VK_XF86XK_XFER", - "DOM_VK_XF86XK_YELLOW", - "DOM_VK_XF86XK_ZOOM_IN", - "DOM_VK_XF86XK_ZOOM_OUT", - "DOM_VK_Y", - "DOM_VK_Z", - "DOM_VK_ZOOM", - "DONE", - "DONT_CARE", - "DOWNLOADING", - "DRAGDROP", - "DST_ALPHA", - "DST_COLOR", - "DYNAMIC_DRAW", - "DataChannel", - "DataTransfer", - "DataTransferItem", - "DataTransferItemList", - "DataView", - "Date", - "DateTimeFormat", - "DelayNode", - "DesktopNotification", - "DesktopNotificationCenter", - "DeviceLightEvent", - "DeviceMotionEvent", - "DeviceOrientationEvent", - "DeviceProximityEvent", - "DeviceStorage", - "DeviceStorageChangeEvent", - "Document", - "DocumentFragment", - "DocumentType", - "DragEvent", - "DynamicsCompressorNode", - "E", - "ELEMENT_ARRAY_BUFFER", - "ELEMENT_ARRAY_BUFFER_BINDING", - "ELEMENT_NODE", - "EMPTY", - "ENCODING_ERR", - "ENDED", - "END_TO_END", - "END_TO_START", - "ENTITY_NODE", - "ENTITY_REFERENCE_NODE", - "EPSILON", - "EQUAL", - "EQUALPOWER", - "ERROR", - "EXPONENTIAL_DISTANCE", - "Element", - "ElementQuery", - "Entity", - "EntityReference", - "Error", - "ErrorEvent", - "EvalError", - "Event", - "EventException", - "EventSource", - "EventTarget", - "External", - "FASTEST", - "FIDOSDK", - "FILTER_ACCEPT", - "FILTER_INTERRUPT", - "FILTER_REJECT", - "FILTER_SKIP", - "FINISHED_STATE", - "FIRST_ORDERED_NODE_TYPE", - "FLOAT", - "FLOAT_MAT2", - "FLOAT_MAT3", - "FLOAT_MAT4", - "FLOAT_VEC2", - "FLOAT_VEC3", - "FLOAT_VEC4", - "FOCUS", - "FONT_FACE_RULE", - "FONT_FEATURE_VALUES_RULE", - "FRAGMENT_SHADER", - "FRAGMENT_SHADER_DERIVATIVE_HINT_OES", - "FRAMEBUFFER", - "FRAMEBUFFER_ATTACHMENT_OBJECT_NAME", - "FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE", - "FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE", - "FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL", - "FRAMEBUFFER_BINDING", - "FRAMEBUFFER_COMPLETE", - "FRAMEBUFFER_INCOMPLETE_ATTACHMENT", - "FRAMEBUFFER_INCOMPLETE_DIMENSIONS", - "FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT", - "FRAMEBUFFER_UNSUPPORTED", - "FRONT", - "FRONT_AND_BACK", - "FRONT_FACE", - "FUNC_ADD", - "FUNC_REVERSE_SUBTRACT", - "FUNC_SUBTRACT", - "Feed", - "FeedEntry", - "File", - "FileError", - "FileList", - "FileReader", - "FindInPage", - "Float32Array", - "Float64Array", - "FocusEvent", - "FontFace", - "FormData", - "Function", - "GENERATE_MIPMAP_HINT", - "GEQUAL", - "GREATER", - "GREEN_BITS", - "GainNode", - "Gamepad", - "GamepadButton", - "GamepadEvent", - "GestureEvent", - "HAVE_CURRENT_DATA", - "HAVE_ENOUGH_DATA", - "HAVE_FUTURE_DATA", - "HAVE_METADATA", - "HAVE_NOTHING", - "HEADERS_RECEIVED", - "HIDDEN", - "HIERARCHY_REQUEST_ERR", - "HIGHPASS", - "HIGHSHELF", - "HIGH_FLOAT", - "HIGH_INT", - "HORIZONTAL", - "HORIZONTAL_AXIS", - "HRTF", - "HTMLAllCollection", - "HTMLAnchorElement", - "HTMLAppletElement", - "HTMLAreaElement", - "HTMLAudioElement", - "HTMLBRElement", - "HTMLBaseElement", - "HTMLBaseFontElement", - "HTMLBlockquoteElement", - "HTMLBodyElement", - "HTMLButtonElement", - "HTMLCanvasElement", - "HTMLCollection", - "HTMLCommandElement", - "HTMLContentElement", - "HTMLDListElement", - "HTMLDataElement", - "HTMLDataListElement", - "HTMLDetailsElement", - "HTMLDialogElement", - "HTMLDirectoryElement", - "HTMLDivElement", - "HTMLDocument", - "HTMLElement", - "HTMLEmbedElement", - "HTMLFieldSetElement", - "HTMLFontElement", - "HTMLFormControlsCollection", - "HTMLFormElement", - "HTMLFrameElement", - "HTMLFrameSetElement", - "HTMLHRElement", - "HTMLHeadElement", - "HTMLHeadingElement", - "HTMLHtmlElement", - "HTMLIFrameElement", - "HTMLImageElement", - "HTMLInputElement", - "HTMLIsIndexElement", - "HTMLKeygenElement", - "HTMLLIElement", - "HTMLLabelElement", - "HTMLLegendElement", - "HTMLLinkElement", - "HTMLMapElement", - "HTMLMarqueeElement", - "HTMLMediaElement", - "HTMLMenuElement", - "HTMLMenuItemElement", - "HTMLMetaElement", - "HTMLMeterElement", - "HTMLModElement", - "HTMLOListElement", - "HTMLObjectElement", - "HTMLOptGroupElement", - "HTMLOptionElement", - "HTMLOptionsCollection", - "HTMLOutputElement", - "HTMLParagraphElement", - "HTMLParamElement", - "HTMLPictureElement", - "HTMLPreElement", - "HTMLProgressElement", - "HTMLPropertiesCollection", - "HTMLQuoteElement", - "HTMLScriptElement", - "HTMLSelectElement", - "HTMLShadowElement", - "HTMLSourceElement", - "HTMLSpanElement", - "HTMLStyleElement", - "HTMLTableCaptionElement", - "HTMLTableCellElement", - "HTMLTableColElement", - "HTMLTableElement", - "HTMLTableRowElement", - "HTMLTableSectionElement", - "HTMLTemplateElement", - "HTMLTextAreaElement", - "HTMLTimeElement", - "HTMLTitleElement", - "HTMLTrackElement", - "HTMLUListElement", - "HTMLUnknownElement", - "HTMLVideoElement", - "HashChangeEvent", - "Headers", - "History", - "ICE_CHECKING", - "ICE_CLOSED", - "ICE_COMPLETED", - "ICE_CONNECTED", - "ICE_FAILED", - "ICE_GATHERING", - "ICE_WAITING", - "IDBCursor", - "IDBCursorWithValue", - "IDBDatabase", - "IDBDatabaseException", - "IDBFactory", - "IDBFileHandle", - "IDBFileRequest", - "IDBIndex", - "IDBKeyRange", - "IDBMutableFile", - "IDBObjectStore", - "IDBOpenDBRequest", - "IDBRequest", - "IDBTransaction", - "IDBVersionChangeEvent", - "IDLE", - "IMPLEMENTATION_COLOR_READ_FORMAT", - "IMPLEMENTATION_COLOR_READ_TYPE", - "IMPORT_RULE", - "INCR", - "INCR_WRAP", - "INDEX_SIZE_ERR", - "INT", - "INT_VEC2", - "INT_VEC3", - "INT_VEC4", - "INUSE_ATTRIBUTE_ERR", - "INVALID_ACCESS_ERR", - "INVALID_CHARACTER_ERR", - "INVALID_ENUM", - "INVALID_EXPRESSION_ERR", - "INVALID_FRAMEBUFFER_OPERATION", - "INVALID_MODIFICATION_ERR", - "INVALID_NODE_TYPE_ERR", - "INVALID_OPERATION", - "INVALID_STATE_ERR", - "INVALID_VALUE", - "INVERSE_DISTANCE", - "INVERT", - "IceCandidate", - "Image", - "ImageBitmap", - "ImageData", - "Infinity", - "InputEvent", - "InputMethodContext", - "InstallTrigger", - "Int16Array", - "Int32Array", - "Int8Array", - "Intent", - "InternalError", - "Intl", - "IsSearchProviderInstalled", - "Iterator", - "JSON", - "KEEP", - "KEYDOWN", - "KEYFRAMES_RULE", - "KEYFRAME_RULE", - "KEYPRESS", - "KEYUP", - "KeyEvent", - "KeyboardEvent", - "LENGTHADJUST_SPACING", - "LENGTHADJUST_SPACINGANDGLYPHS", - "LENGTHADJUST_UNKNOWN", - "LEQUAL", - "LESS", - "LINEAR", - "LINEAR_DISTANCE", - "LINEAR_MIPMAP_LINEAR", - "LINEAR_MIPMAP_NEAREST", - "LINES", - "LINE_LOOP", - "LINE_STRIP", - "LINE_WIDTH", - "LINK_STATUS", - "LIVE", - "LN10", - "LN2", - "LOADED", - "LOADING", - "LOG10E", - "LOG2E", - "LOWPASS", - "LOWSHELF", - "LOW_FLOAT", - "LOW_INT", - "LSException", - "LSParserFilter", - "LUMINANCE", - "LUMINANCE_ALPHA", - "LocalMediaStream", - "Location", - "MAX_COMBINED_TEXTURE_IMAGE_UNITS", - "MAX_CUBE_MAP_TEXTURE_SIZE", - "MAX_FRAGMENT_UNIFORM_VECTORS", - "MAX_RENDERBUFFER_SIZE", - "MAX_SAFE_INTEGER", - "MAX_TEXTURE_IMAGE_UNITS", - "MAX_TEXTURE_MAX_ANISOTROPY_EXT", - "MAX_TEXTURE_SIZE", - "MAX_VALUE", - "MAX_VARYING_VECTORS", - "MAX_VERTEX_ATTRIBS", - "MAX_VERTEX_TEXTURE_IMAGE_UNITS", - "MAX_VERTEX_UNIFORM_VECTORS", - "MAX_VIEWPORT_DIMS", - "MEDIA_ERR_ABORTED", - "MEDIA_ERR_DECODE", - "MEDIA_ERR_ENCRYPTED", - "MEDIA_ERR_NETWORK", - "MEDIA_ERR_SRC_NOT_SUPPORTED", - "MEDIA_KEYERR_CLIENT", - "MEDIA_KEYERR_DOMAIN", - "MEDIA_KEYERR_HARDWARECHANGE", - "MEDIA_KEYERR_OUTPUT", - "MEDIA_KEYERR_SERVICE", - "MEDIA_KEYERR_UNKNOWN", - "MEDIA_RULE", - "MEDIUM_FLOAT", - "MEDIUM_INT", - "META_MASK", - "MIN_SAFE_INTEGER", - "MIN_VALUE", - "MIRRORED_REPEAT", - "MODE_ASYNCHRONOUS", - "MODE_SYNCHRONOUS", - "MODIFICATION", - "MOUSEDOWN", - "MOUSEDRAG", - "MOUSEMOVE", - "MOUSEOUT", - "MOUSEOVER", - "MOUSEUP", - "MOZ_KEYFRAMES_RULE", - "MOZ_KEYFRAME_RULE", - "MOZ_SOURCE_CURSOR", - "MOZ_SOURCE_ERASER", - "MOZ_SOURCE_KEYBOARD", - "MOZ_SOURCE_MOUSE", - "MOZ_SOURCE_PEN", - "MOZ_SOURCE_TOUCH", - "MOZ_SOURCE_UNKNOWN", - "MSGESTURE_FLAG_BEGIN", - "MSGESTURE_FLAG_CANCEL", - "MSGESTURE_FLAG_END", - "MSGESTURE_FLAG_INERTIA", - "MSGESTURE_FLAG_NONE", - "MSPOINTER_TYPE_MOUSE", - "MSPOINTER_TYPE_PEN", - "MSPOINTER_TYPE_TOUCH", - "MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE", - "MS_ASYNC_CALLBACK_STATUS_CANCEL", - "MS_ASYNC_CALLBACK_STATUS_CHOOSEANY", - "MS_ASYNC_CALLBACK_STATUS_ERROR", - "MS_ASYNC_CALLBACK_STATUS_JOIN", - "MS_ASYNC_OP_STATUS_CANCELED", - "MS_ASYNC_OP_STATUS_ERROR", - "MS_ASYNC_OP_STATUS_SUCCESS", - "MS_MANIPULATION_STATE_ACTIVE", - "MS_MANIPULATION_STATE_CANCELLED", - "MS_MANIPULATION_STATE_COMMITTED", - "MS_MANIPULATION_STATE_DRAGGING", - "MS_MANIPULATION_STATE_INERTIA", - "MS_MANIPULATION_STATE_PRESELECT", - "MS_MANIPULATION_STATE_SELECTING", - "MS_MANIPULATION_STATE_STOPPED", - "MS_MEDIA_ERR_ENCRYPTED", - "MS_MEDIA_KEYERR_CLIENT", - "MS_MEDIA_KEYERR_DOMAIN", - "MS_MEDIA_KEYERR_HARDWARECHANGE", - "MS_MEDIA_KEYERR_OUTPUT", - "MS_MEDIA_KEYERR_SERVICE", - "MS_MEDIA_KEYERR_UNKNOWN", - "Map", - "Math", - "MediaController", - "MediaDevices", - "MediaElementAudioSourceNode", - "MediaEncryptedEvent", - "MediaError", - "MediaKeyError", - "MediaKeyEvent", - "MediaKeyMessageEvent", - "MediaKeyNeededEvent", - "MediaKeySession", - "MediaKeyStatusMap", - "MediaKeySystemAccess", - "MediaKeys", - "MediaList", - "MediaQueryList", - "MediaQueryListEvent", - "MediaRecorder", - "MediaSource", - "MediaStream", - "MediaStreamAudioDestinationNode", - "MediaStreamAudioSourceNode", - "MediaStreamEvent", - "MediaStreamTrack", - "MediaStreamTrackEvent", - "MessageChannel", - "MessageEvent", - "MessagePort", - "Methods", - "MimeType", - "MimeTypeArray", - "MouseEvent", - "MouseScrollEvent", - "MozAnimation", - "MozAnimationDelay", - "MozAnimationDirection", - "MozAnimationDuration", - "MozAnimationFillMode", - "MozAnimationIterationCount", - "MozAnimationName", - "MozAnimationPlayState", - "MozAnimationTimingFunction", - "MozAppearance", - "MozBackfaceVisibility", - "MozBinding", - "MozBorderBottomColors", - "MozBorderEnd", - "MozBorderEndColor", - "MozBorderEndStyle", - "MozBorderEndWidth", - "MozBorderImage", - "MozBorderLeftColors", - "MozBorderRightColors", - "MozBorderStart", - "MozBorderStartColor", - "MozBorderStartStyle", - "MozBorderStartWidth", - "MozBorderTopColors", - "MozBoxAlign", - "MozBoxDirection", - "MozBoxFlex", - "MozBoxOrdinalGroup", - "MozBoxOrient", - "MozBoxPack", - "MozBoxSizing", - "MozCSSKeyframeRule", - "MozCSSKeyframesRule", - "MozColumnCount", - "MozColumnFill", - "MozColumnGap", - "MozColumnRule", - "MozColumnRuleColor", - "MozColumnRuleStyle", - "MozColumnRuleWidth", - "MozColumnWidth", - "MozColumns", - "MozContactChangeEvent", - "MozFloatEdge", - "MozFontFeatureSettings", - "MozFontLanguageOverride", - "MozForceBrokenImageIcon", - "MozHyphens", - "MozImageRegion", - "MozMarginEnd", - "MozMarginStart", - "MozMmsEvent", - "MozMmsMessage", - "MozMobileMessageThread", - "MozOSXFontSmoothing", - "MozOrient", - "MozOutlineRadius", - "MozOutlineRadiusBottomleft", - "MozOutlineRadiusBottomright", - "MozOutlineRadiusTopleft", - "MozOutlineRadiusTopright", - "MozPaddingEnd", - "MozPaddingStart", - "MozPerspective", - "MozPerspectiveOrigin", - "MozPowerManager", - "MozSettingsEvent", - "MozSmsEvent", - "MozSmsMessage", - "MozStackSizing", - "MozTabSize", - "MozTextAlignLast", - "MozTextDecorationColor", - "MozTextDecorationLine", - "MozTextDecorationStyle", - "MozTextSizeAdjust", - "MozTransform", - "MozTransformOrigin", - "MozTransformStyle", - "MozTransition", - "MozTransitionDelay", - "MozTransitionDuration", - "MozTransitionProperty", - "MozTransitionTimingFunction", - "MozUserFocus", - "MozUserInput", - "MozUserModify", - "MozUserSelect", - "MozWindowDragging", - "MozWindowShadow", - "MutationEvent", - "MutationObserver", - "MutationRecord", - "NAMESPACE_ERR", - "NAMESPACE_RULE", - "NEAREST", - "NEAREST_MIPMAP_LINEAR", - "NEAREST_MIPMAP_NEAREST", - "NEGATIVE_INFINITY", - "NETWORK_EMPTY", - "NETWORK_ERR", - "NETWORK_IDLE", - "NETWORK_LOADED", - "NETWORK_LOADING", - "NETWORK_NO_SOURCE", - "NEVER", - "NEW", - "NEXT", - "NEXT_NO_DUPLICATE", - "NICEST", - "NODE_AFTER", - "NODE_BEFORE", - "NODE_BEFORE_AND_AFTER", - "NODE_INSIDE", - "NONE", - "NON_TRANSIENT_ERR", - "NOTATION_NODE", - "NOTCH", - "NOTEQUAL", - "NOT_ALLOWED_ERR", - "NOT_FOUND_ERR", - "NOT_READABLE_ERR", - "NOT_SUPPORTED_ERR", - "NO_DATA_ALLOWED_ERR", - "NO_ERR", - "NO_ERROR", - "NO_MODIFICATION_ALLOWED_ERR", - "NUMBER_TYPE", - "NUM_COMPRESSED_TEXTURE_FORMATS", - "NaN", - "NamedNodeMap", - "Navigator", - "NearbyLinks", - "NetworkInformation", - "Node", - "NodeFilter", - "NodeIterator", - "NodeList", - "Notation", - "Notification", - "NotifyPaintEvent", - "Number", - "NumberFormat", - "OBSOLETE", - "ONE", - "ONE_MINUS_CONSTANT_ALPHA", - "ONE_MINUS_CONSTANT_COLOR", - "ONE_MINUS_DST_ALPHA", - "ONE_MINUS_DST_COLOR", - "ONE_MINUS_SRC_ALPHA", - "ONE_MINUS_SRC_COLOR", - "OPEN", - "OPENED", - "OPENING", - "ORDERED_NODE_ITERATOR_TYPE", - "ORDERED_NODE_SNAPSHOT_TYPE", - "OUT_OF_MEMORY", - "Object", - "OfflineAudioCompletionEvent", - "OfflineAudioContext", - "OfflineResourceList", - "Option", - "OscillatorNode", - "OverflowEvent", - "PACK_ALIGNMENT", - "PAGE_RULE", - "PARSE_ERR", - "PATHSEG_ARC_ABS", - "PATHSEG_ARC_REL", - "PATHSEG_CLOSEPATH", - "PATHSEG_CURVETO_CUBIC_ABS", - "PATHSEG_CURVETO_CUBIC_REL", - "PATHSEG_CURVETO_CUBIC_SMOOTH_ABS", - "PATHSEG_CURVETO_CUBIC_SMOOTH_REL", - "PATHSEG_CURVETO_QUADRATIC_ABS", - "PATHSEG_CURVETO_QUADRATIC_REL", - "PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS", - "PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL", - "PATHSEG_LINETO_ABS", - "PATHSEG_LINETO_HORIZONTAL_ABS", - "PATHSEG_LINETO_HORIZONTAL_REL", - "PATHSEG_LINETO_REL", - "PATHSEG_LINETO_VERTICAL_ABS", - "PATHSEG_LINETO_VERTICAL_REL", - "PATHSEG_MOVETO_ABS", - "PATHSEG_MOVETO_REL", - "PATHSEG_UNKNOWN", - "PATH_EXISTS_ERR", - "PEAKING", - "PERMISSION_DENIED", - "PERSISTENT", - "PI", - "PLAYING_STATE", - "POINTS", - "POLYGON_OFFSET_FACTOR", - "POLYGON_OFFSET_FILL", - "POLYGON_OFFSET_UNITS", - "POSITION_UNAVAILABLE", - "POSITIVE_INFINITY", - "PREV", - "PREV_NO_DUPLICATE", - "PROCESSING_INSTRUCTION_NODE", - "PageChangeEvent", - "PageTransitionEvent", - "PaintRequest", - "PaintRequestList", - "PannerNode", - "Path2D", - "Performance", - "PerformanceEntry", - "PerformanceMark", - "PerformanceMeasure", - "PerformanceNavigation", - "PerformanceResourceTiming", - "PerformanceTiming", - "PeriodicWave", - "Plugin", - "PluginArray", - "PopStateEvent", - "PopupBlockedEvent", - "ProcessingInstruction", - "ProgressEvent", - "Promise", - "PropertyNodeList", - "Proxy", - "PushManager", - "PushSubscription", - "Q", - "QUOTA_ERR", - "QUOTA_EXCEEDED_ERR", - "QueryInterface", - "READ_ONLY", - "READ_ONLY_ERR", - "READ_WRITE", - "RED_BITS", - "REMOVAL", - "RENDERBUFFER", - "RENDERBUFFER_ALPHA_SIZE", - "RENDERBUFFER_BINDING", - "RENDERBUFFER_BLUE_SIZE", - "RENDERBUFFER_DEPTH_SIZE", - "RENDERBUFFER_GREEN_SIZE", - "RENDERBUFFER_HEIGHT", - "RENDERBUFFER_INTERNAL_FORMAT", - "RENDERBUFFER_RED_SIZE", - "RENDERBUFFER_STENCIL_SIZE", - "RENDERBUFFER_WIDTH", - "RENDERER", - "RENDERING_INTENT_ABSOLUTE_COLORIMETRIC", - "RENDERING_INTENT_AUTO", - "RENDERING_INTENT_PERCEPTUAL", - "RENDERING_INTENT_RELATIVE_COLORIMETRIC", - "RENDERING_INTENT_SATURATION", - "RENDERING_INTENT_UNKNOWN", - "REPEAT", - "REPLACE", - "RGB", - "RGB565", - "RGB5_A1", - "RGBA", - "RGBA4", - "RGBColor", - "ROTATION_CLOCKWISE", - "ROTATION_COUNTERCLOCKWISE", - "RTCDataChannelEvent", - "RTCIceCandidate", - "RTCPeerConnectionIceEvent", - "RTCRtpReceiver", - "RTCRtpSender", - "RTCSessionDescription", - "RTCStatsReport", - "RadioNodeList", - "Range", - "RangeError", - "RangeException", - "RecordErrorEvent", - "Rect", - "ReferenceError", - "RegExp", - "Request", - "Response", - "SAMPLER_2D", - "SAMPLER_CUBE", - "SAMPLES", - "SAMPLE_ALPHA_TO_COVERAGE", - "SAMPLE_BUFFERS", - "SAMPLE_COVERAGE", - "SAMPLE_COVERAGE_INVERT", - "SAMPLE_COVERAGE_VALUE", - "SAWTOOTH", - "SCHEDULED_STATE", - "SCISSOR_BOX", - "SCISSOR_TEST", - "SCROLL_PAGE_DOWN", - "SCROLL_PAGE_UP", - "SDP_ANSWER", - "SDP_OFFER", - "SDP_PRANSWER", - "SECURITY_ERR", - "SELECT", - "SERIALIZE_ERR", - "SEVERITY_ERROR", - "SEVERITY_FATAL_ERROR", - "SEVERITY_WARNING", - "SHADER_COMPILER", - "SHADER_TYPE", - "SHADING_LANGUAGE_VERSION", - "SHIFT_MASK", - "SHORT", - "SHOWING", - "SHOW_ALL", - "SHOW_ATTRIBUTE", - "SHOW_CDATA_SECTION", - "SHOW_COMMENT", - "SHOW_DOCUMENT", - "SHOW_DOCUMENT_FRAGMENT", - "SHOW_DOCUMENT_TYPE", - "SHOW_ELEMENT", - "SHOW_ENTITY", - "SHOW_ENTITY_REFERENCE", - "SHOW_NOTATION", - "SHOW_PROCESSING_INSTRUCTION", - "SHOW_TEXT", - "SINE", - "SOUNDFIELD", - "SQLException", - "SQRT1_2", - "SQRT2", - "SQUARE", - "SRC_ALPHA", - "SRC_ALPHA_SATURATE", - "SRC_COLOR", - "START_TO_END", - "START_TO_START", - "STATIC_DRAW", - "STENCIL_ATTACHMENT", - "STENCIL_BACK_FAIL", - "STENCIL_BACK_FUNC", - "STENCIL_BACK_PASS_DEPTH_FAIL", - "STENCIL_BACK_PASS_DEPTH_PASS", - "STENCIL_BACK_REF", - "STENCIL_BACK_VALUE_MASK", - "STENCIL_BACK_WRITEMASK", - "STENCIL_BITS", - "STENCIL_BUFFER_BIT", - "STENCIL_CLEAR_VALUE", - "STENCIL_FAIL", - "STENCIL_FUNC", - "STENCIL_INDEX", - "STENCIL_INDEX8", - "STENCIL_PASS_DEPTH_FAIL", - "STENCIL_PASS_DEPTH_PASS", - "STENCIL_REF", - "STENCIL_TEST", - "STENCIL_VALUE_MASK", - "STENCIL_WRITEMASK", - "STREAM_DRAW", - "STRING_TYPE", - "STYLE_RULE", - "SUBPIXEL_BITS", - "SUPPORTS_RULE", - "SVGAElement", - "SVGAltGlyphDefElement", - "SVGAltGlyphElement", - "SVGAltGlyphItemElement", - "SVGAngle", - "SVGAnimateColorElement", - "SVGAnimateElement", - "SVGAnimateMotionElement", - "SVGAnimateTransformElement", - "SVGAnimatedAngle", - "SVGAnimatedBoolean", - "SVGAnimatedEnumeration", - "SVGAnimatedInteger", - "SVGAnimatedLength", - "SVGAnimatedLengthList", - "SVGAnimatedNumber", - "SVGAnimatedNumberList", - "SVGAnimatedPreserveAspectRatio", - "SVGAnimatedRect", - "SVGAnimatedString", - "SVGAnimatedTransformList", - "SVGAnimationElement", - "SVGCircleElement", - "SVGClipPathElement", - "SVGColor", - "SVGComponentTransferFunctionElement", - "SVGCursorElement", - "SVGDefsElement", - "SVGDescElement", - "SVGDiscardElement", - "SVGDocument", - "SVGElement", - "SVGElementInstance", - "SVGElementInstanceList", - "SVGEllipseElement", - "SVGException", - "SVGFEBlendElement", - "SVGFEColorMatrixElement", - "SVGFEComponentTransferElement", - "SVGFECompositeElement", - "SVGFEConvolveMatrixElement", - "SVGFEDiffuseLightingElement", - "SVGFEDisplacementMapElement", - "SVGFEDistantLightElement", - "SVGFEDropShadowElement", - "SVGFEFloodElement", - "SVGFEFuncAElement", - "SVGFEFuncBElement", - "SVGFEFuncGElement", - "SVGFEFuncRElement", - "SVGFEGaussianBlurElement", - "SVGFEImageElement", - "SVGFEMergeElement", - "SVGFEMergeNodeElement", - "SVGFEMorphologyElement", - "SVGFEOffsetElement", - "SVGFEPointLightElement", - "SVGFESpecularLightingElement", - "SVGFESpotLightElement", - "SVGFETileElement", - "SVGFETurbulenceElement", - "SVGFilterElement", - "SVGFontElement", - "SVGFontFaceElement", - "SVGFontFaceFormatElement", - "SVGFontFaceNameElement", - "SVGFontFaceSrcElement", - "SVGFontFaceUriElement", - "SVGForeignObjectElement", - "SVGGElement", - "SVGGeometryElement", - "SVGGlyphElement", - "SVGGlyphRefElement", - "SVGGradientElement", - "SVGGraphicsElement", - "SVGHKernElement", - "SVGImageElement", - "SVGLength", - "SVGLengthList", - "SVGLineElement", - "SVGLinearGradientElement", - "SVGMPathElement", - "SVGMarkerElement", - "SVGMaskElement", - "SVGMatrix", - "SVGMetadataElement", - "SVGMissingGlyphElement", - "SVGNumber", - "SVGNumberList", - "SVGPaint", - "SVGPathElement", - "SVGPathSeg", - "SVGPathSegArcAbs", - "SVGPathSegArcRel", - "SVGPathSegClosePath", - "SVGPathSegCurvetoCubicAbs", - "SVGPathSegCurvetoCubicRel", - "SVGPathSegCurvetoCubicSmoothAbs", - "SVGPathSegCurvetoCubicSmoothRel", - "SVGPathSegCurvetoQuadraticAbs", - "SVGPathSegCurvetoQuadraticRel", - "SVGPathSegCurvetoQuadraticSmoothAbs", - "SVGPathSegCurvetoQuadraticSmoothRel", - "SVGPathSegLinetoAbs", - "SVGPathSegLinetoHorizontalAbs", - "SVGPathSegLinetoHorizontalRel", - "SVGPathSegLinetoRel", - "SVGPathSegLinetoVerticalAbs", - "SVGPathSegLinetoVerticalRel", - "SVGPathSegList", - "SVGPathSegMovetoAbs", - "SVGPathSegMovetoRel", - "SVGPatternElement", - "SVGPoint", - "SVGPointList", - "SVGPolygonElement", - "SVGPolylineElement", - "SVGPreserveAspectRatio", - "SVGRadialGradientElement", - "SVGRect", - "SVGRectElement", - "SVGRenderingIntent", - "SVGSVGElement", - "SVGScriptElement", - "SVGSetElement", - "SVGStopElement", - "SVGStringList", - "SVGStyleElement", - "SVGSwitchElement", - "SVGSymbolElement", - "SVGTRefElement", - "SVGTSpanElement", - "SVGTextContentElement", - "SVGTextElement", - "SVGTextPathElement", - "SVGTextPositioningElement", - "SVGTitleElement", - "SVGTransform", - "SVGTransformList", - "SVGUnitTypes", - "SVGUseElement", - "SVGVKernElement", - "SVGViewElement", - "SVGViewSpec", - "SVGZoomAndPan", - "SVGZoomEvent", - "SVG_ANGLETYPE_DEG", - "SVG_ANGLETYPE_GRAD", - "SVG_ANGLETYPE_RAD", - "SVG_ANGLETYPE_UNKNOWN", - "SVG_ANGLETYPE_UNSPECIFIED", - "SVG_CHANNEL_A", - "SVG_CHANNEL_B", - "SVG_CHANNEL_G", - "SVG_CHANNEL_R", - "SVG_CHANNEL_UNKNOWN", - "SVG_COLORTYPE_CURRENTCOLOR", - "SVG_COLORTYPE_RGBCOLOR", - "SVG_COLORTYPE_RGBCOLOR_ICCCOLOR", - "SVG_COLORTYPE_UNKNOWN", - "SVG_EDGEMODE_DUPLICATE", - "SVG_EDGEMODE_NONE", - "SVG_EDGEMODE_UNKNOWN", - "SVG_EDGEMODE_WRAP", - "SVG_FEBLEND_MODE_COLOR", - "SVG_FEBLEND_MODE_COLOR_BURN", - "SVG_FEBLEND_MODE_COLOR_DODGE", - "SVG_FEBLEND_MODE_DARKEN", - "SVG_FEBLEND_MODE_DIFFERENCE", - "SVG_FEBLEND_MODE_EXCLUSION", - "SVG_FEBLEND_MODE_HARD_LIGHT", - "SVG_FEBLEND_MODE_HUE", - "SVG_FEBLEND_MODE_LIGHTEN", - "SVG_FEBLEND_MODE_LUMINOSITY", - "SVG_FEBLEND_MODE_MULTIPLY", - "SVG_FEBLEND_MODE_NORMAL", - "SVG_FEBLEND_MODE_OVERLAY", - "SVG_FEBLEND_MODE_SATURATION", - "SVG_FEBLEND_MODE_SCREEN", - "SVG_FEBLEND_MODE_SOFT_LIGHT", - "SVG_FEBLEND_MODE_UNKNOWN", - "SVG_FECOLORMATRIX_TYPE_HUEROTATE", - "SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA", - "SVG_FECOLORMATRIX_TYPE_MATRIX", - "SVG_FECOLORMATRIX_TYPE_SATURATE", - "SVG_FECOLORMATRIX_TYPE_UNKNOWN", - "SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE", - "SVG_FECOMPONENTTRANSFER_TYPE_GAMMA", - "SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY", - "SVG_FECOMPONENTTRANSFER_TYPE_LINEAR", - "SVG_FECOMPONENTTRANSFER_TYPE_TABLE", - "SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN", - "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC", - "SVG_FECOMPOSITE_OPERATOR_ATOP", - "SVG_FECOMPOSITE_OPERATOR_IN", - "SVG_FECOMPOSITE_OPERATOR_OUT", - "SVG_FECOMPOSITE_OPERATOR_OVER", - "SVG_FECOMPOSITE_OPERATOR_UNKNOWN", - "SVG_FECOMPOSITE_OPERATOR_XOR", - "SVG_INVALID_VALUE_ERR", - "SVG_LENGTHTYPE_CM", - "SVG_LENGTHTYPE_EMS", - "SVG_LENGTHTYPE_EXS", - "SVG_LENGTHTYPE_IN", - "SVG_LENGTHTYPE_MM", - "SVG_LENGTHTYPE_NUMBER", - "SVG_LENGTHTYPE_PC", - "SVG_LENGTHTYPE_PERCENTAGE", - "SVG_LENGTHTYPE_PT", - "SVG_LENGTHTYPE_PX", - "SVG_LENGTHTYPE_UNKNOWN", - "SVG_MARKERUNITS_STROKEWIDTH", - "SVG_MARKERUNITS_UNKNOWN", - "SVG_MARKERUNITS_USERSPACEONUSE", - "SVG_MARKER_ORIENT_ANGLE", - "SVG_MARKER_ORIENT_AUTO", - "SVG_MARKER_ORIENT_UNKNOWN", - "SVG_MASKTYPE_ALPHA", - "SVG_MASKTYPE_LUMINANCE", - "SVG_MATRIX_NOT_INVERTABLE", - "SVG_MEETORSLICE_MEET", - "SVG_MEETORSLICE_SLICE", - "SVG_MEETORSLICE_UNKNOWN", - "SVG_MORPHOLOGY_OPERATOR_DILATE", - "SVG_MORPHOLOGY_OPERATOR_ERODE", - "SVG_MORPHOLOGY_OPERATOR_UNKNOWN", - "SVG_PAINTTYPE_CURRENTCOLOR", - "SVG_PAINTTYPE_NONE", - "SVG_PAINTTYPE_RGBCOLOR", - "SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR", - "SVG_PAINTTYPE_UNKNOWN", - "SVG_PAINTTYPE_URI", - "SVG_PAINTTYPE_URI_CURRENTCOLOR", - "SVG_PAINTTYPE_URI_NONE", - "SVG_PAINTTYPE_URI_RGBCOLOR", - "SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR", - "SVG_PRESERVEASPECTRATIO_NONE", - "SVG_PRESERVEASPECTRATIO_UNKNOWN", - "SVG_PRESERVEASPECTRATIO_XMAXYMAX", - "SVG_PRESERVEASPECTRATIO_XMAXYMID", - "SVG_PRESERVEASPECTRATIO_XMAXYMIN", - "SVG_PRESERVEASPECTRATIO_XMIDYMAX", - "SVG_PRESERVEASPECTRATIO_XMIDYMID", - "SVG_PRESERVEASPECTRATIO_XMIDYMIN", - "SVG_PRESERVEASPECTRATIO_XMINYMAX", - "SVG_PRESERVEASPECTRATIO_XMINYMID", - "SVG_PRESERVEASPECTRATIO_XMINYMIN", - "SVG_SPREADMETHOD_PAD", - "SVG_SPREADMETHOD_REFLECT", - "SVG_SPREADMETHOD_REPEAT", - "SVG_SPREADMETHOD_UNKNOWN", - "SVG_STITCHTYPE_NOSTITCH", - "SVG_STITCHTYPE_STITCH", - "SVG_STITCHTYPE_UNKNOWN", - "SVG_TRANSFORM_MATRIX", - "SVG_TRANSFORM_ROTATE", - "SVG_TRANSFORM_SCALE", - "SVG_TRANSFORM_SKEWX", - "SVG_TRANSFORM_SKEWY", - "SVG_TRANSFORM_TRANSLATE", - "SVG_TRANSFORM_UNKNOWN", - "SVG_TURBULENCE_TYPE_FRACTALNOISE", - "SVG_TURBULENCE_TYPE_TURBULENCE", - "SVG_TURBULENCE_TYPE_UNKNOWN", - "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX", - "SVG_UNIT_TYPE_UNKNOWN", - "SVG_UNIT_TYPE_USERSPACEONUSE", - "SVG_WRONG_TYPE_ERR", - "SVG_ZOOMANDPAN_DISABLE", - "SVG_ZOOMANDPAN_MAGNIFY", - "SVG_ZOOMANDPAN_UNKNOWN", - "SYNTAX_ERR", - "SavedPages", - "Screen", - "ScreenOrientation", - "Script", - "ScriptProcessorNode", - "ScrollAreaEvent", - "SecurityPolicyViolationEvent", - "Selection", - "ServiceWorker", - "ServiceWorkerContainer", - "ServiceWorkerRegistration", - "SessionDescription", - "Set", - "ShadowRoot", - "SharedWorker", - "SimpleGestureEvent", - "SpeechSynthesisEvent", - "SpeechSynthesisUtterance", - "StopIteration", - "Storage", - "StorageEvent", - "String", - "StyleSheet", - "StyleSheetList", - "SubtleCrypto", - "Symbol", - "SyntaxError", - "TEMPORARY", - "TEXTPATH_METHODTYPE_ALIGN", - "TEXTPATH_METHODTYPE_STRETCH", - "TEXTPATH_METHODTYPE_UNKNOWN", - "TEXTPATH_SPACINGTYPE_AUTO", - "TEXTPATH_SPACINGTYPE_EXACT", - "TEXTPATH_SPACINGTYPE_UNKNOWN", - "TEXTURE", - "TEXTURE0", - "TEXTURE1", - "TEXTURE10", - "TEXTURE11", - "TEXTURE12", - "TEXTURE13", - "TEXTURE14", - "TEXTURE15", - "TEXTURE16", - "TEXTURE17", - "TEXTURE18", - "TEXTURE19", - "TEXTURE2", - "TEXTURE20", - "TEXTURE21", - "TEXTURE22", - "TEXTURE23", - "TEXTURE24", - "TEXTURE25", - "TEXTURE26", - "TEXTURE27", - "TEXTURE28", - "TEXTURE29", - "TEXTURE3", - "TEXTURE30", - "TEXTURE31", - "TEXTURE4", - "TEXTURE5", - "TEXTURE6", - "TEXTURE7", - "TEXTURE8", - "TEXTURE9", - "TEXTURE_2D", - "TEXTURE_BINDING_2D", - "TEXTURE_BINDING_CUBE_MAP", - "TEXTURE_CUBE_MAP", - "TEXTURE_CUBE_MAP_NEGATIVE_X", - "TEXTURE_CUBE_MAP_NEGATIVE_Y", - "TEXTURE_CUBE_MAP_NEGATIVE_Z", - "TEXTURE_CUBE_MAP_POSITIVE_X", - "TEXTURE_CUBE_MAP_POSITIVE_Y", - "TEXTURE_CUBE_MAP_POSITIVE_Z", - "TEXTURE_MAG_FILTER", - "TEXTURE_MAX_ANISOTROPY_EXT", - "TEXTURE_MIN_FILTER", - "TEXTURE_WRAP_S", - "TEXTURE_WRAP_T", - "TEXT_NODE", - "TIMEOUT", - "TIMEOUT_ERR", - "TOO_LARGE_ERR", - "TRANSACTION_INACTIVE_ERR", - "TRIANGLE", - "TRIANGLES", - "TRIANGLE_FAN", - "TRIANGLE_STRIP", - "TYPE_BACK_FORWARD", - "TYPE_ERR", - "TYPE_MISMATCH_ERR", - "TYPE_NAVIGATE", - "TYPE_RELOAD", - "TYPE_RESERVED", - "Text", - "TextDecoder", - "TextEncoder", - "TextEvent", - "TextMetrics", - "TextTrack", - "TextTrackCue", - "TextTrackCueList", - "TextTrackList", - "TimeEvent", - "TimeRanges", - "Touch", - "TouchEvent", - "TouchList", - "TrackEvent", - "TransitionEvent", - "TreeWalker", - "TypeError", - "UIEvent", - "UNCACHED", - "UNKNOWN_ERR", - "UNKNOWN_RULE", - "UNMASKED_RENDERER_WEBGL", - "UNMASKED_VENDOR_WEBGL", - "UNORDERED_NODE_ITERATOR_TYPE", - "UNORDERED_NODE_SNAPSHOT_TYPE", - "UNPACK_ALIGNMENT", - "UNPACK_COLORSPACE_CONVERSION_WEBGL", - "UNPACK_FLIP_Y_WEBGL", - "UNPACK_PREMULTIPLY_ALPHA_WEBGL", - "UNSCHEDULED_STATE", - "UNSENT", - "UNSIGNED_BYTE", - "UNSIGNED_INT", - "UNSIGNED_SHORT", - "UNSIGNED_SHORT_4_4_4_4", - "UNSIGNED_SHORT_5_5_5_1", - "UNSIGNED_SHORT_5_6_5", - "UNSPECIFIED_EVENT_TYPE_ERR", - "UPDATEREADY", - "URIError", - "URL", - "URLSearchParams", - "URLUnencoded", - "URL_MISMATCH_ERR", - "UTC", - "Uint16Array", - "Uint32Array", - "Uint8Array", - "Uint8ClampedArray", - "UserMessageHandler", - "UserMessageHandlersNamespace", - "UserProximityEvent", - "VALIDATE_STATUS", - "VALIDATION_ERR", - "VARIABLES_RULE", - "VENDOR", - "VERSION", - "VERSION_CHANGE", - "VERSION_ERR", - "VERTEX_ATTRIB_ARRAY_BUFFER_BINDING", - "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE", - "VERTEX_ATTRIB_ARRAY_ENABLED", - "VERTEX_ATTRIB_ARRAY_NORMALIZED", - "VERTEX_ATTRIB_ARRAY_POINTER", - "VERTEX_ATTRIB_ARRAY_SIZE", - "VERTEX_ATTRIB_ARRAY_STRIDE", - "VERTEX_ATTRIB_ARRAY_TYPE", - "VERTEX_SHADER", - "VERTICAL", - "VERTICAL_AXIS", - "VER_ERR", - "VIEWPORT", - "VIEWPORT_RULE", - "VTTCue", - "VTTRegion", - "ValidityState", - "VideoStreamTrack", - "WEBKIT_FILTER_RULE", - "WEBKIT_KEYFRAMES_RULE", - "WEBKIT_KEYFRAME_RULE", - "WEBKIT_REGION_RULE", - "WRONG_DOCUMENT_ERR", - "WaveShaperNode", - "WeakMap", - "WeakSet", - "WebGLActiveInfo", - "WebGLBuffer", - "WebGLContextEvent", - "WebGLFramebuffer", - "WebGLProgram", - "WebGLRenderbuffer", - "WebGLRenderingContext", - "WebGLShader", - "WebGLShaderPrecisionFormat", - "WebGLTexture", - "WebGLUniformLocation", - "WebGLVertexArray", - "WebKitAnimationEvent", - "WebKitBlobBuilder", - "WebKitCSSFilterRule", - "WebKitCSSFilterValue", - "WebKitCSSKeyframeRule", - "WebKitCSSKeyframesRule", - "WebKitCSSMatrix", - "WebKitCSSRegionRule", - "WebKitCSSTransformValue", - "WebKitDataCue", - "WebKitGamepad", - "WebKitMediaKeyError", - "WebKitMediaKeyMessageEvent", - "WebKitMediaKeySession", - "WebKitMediaKeys", - "WebKitMediaSource", - "WebKitMutationObserver", - "WebKitNamespace", - "WebKitPlaybackTargetAvailabilityEvent", - "WebKitPoint", - "WebKitShadowRoot", - "WebKitSourceBuffer", - "WebKitSourceBufferList", - "WebKitTransitionEvent", - "WebSocket", - "WheelEvent", - "Window", - "Worker", - "XMLDocument", - "XMLHttpRequest", - "XMLHttpRequestEventTarget", - "XMLHttpRequestException", - "XMLHttpRequestProgressEvent", - "XMLHttpRequestUpload", - "XMLSerializer", - "XMLStylesheetProcessingInstruction", - "XPathEvaluator", - "XPathException", - "XPathExpression", - "XPathNSResolver", - "XPathResult", - "XSLTProcessor", - "ZERO", - "_XD0M_", - "_YD0M_", - "__defineGetter__", - "__defineSetter__", - "__lookupGetter__", - "__lookupSetter__", - "__opera", - "__proto__", - "_browserjsran", - "a", - "aLink", - "abbr", - "abort", - "abs", - "absolute", - "acceleration", - "accelerationIncludingGravity", - "accelerator", - "accept", - "acceptCharset", - "acceptNode", - "accessKey", - "accessKeyLabel", - "accuracy", - "acos", - "acosh", - "action", - "actionURL", - "active", - "activeCues", - "activeElement", - "activeSourceBuffers", - "activeSourceCount", - "activeTexture", - "add", - "addBehavior", - "addCandidate", - "addColorStop", - "addCue", - "addElement", - "addEventListener", - "addFilter", - "addFromString", - "addFromUri", - "addIceCandidate", - "addImport", - "addListener", - "addNamed", - "addPageRule", - "addPath", - "addPointer", - "addRange", - "addRegion", - "addRule", - "addSearchEngine", - "addSourceBuffer", - "addStream", - "addTextTrack", - "addTrack", - "addWakeLockListener", - "addedNodes", - "additionalName", - "additiveSymbols", - "addons", - "adoptNode", - "adr", - "advance", - "alert", - "algorithm", - "align", - "align-content", - "align-items", - "align-self", - "alignContent", - "alignItems", - "alignSelf", - "alignmentBaseline", - "alinkColor", - "all", - "allowFullscreen", - "allowedDirections", - "alpha", - "alt", - "altGraphKey", - "altHtml", - "altKey", - "altLeft", - "altitude", - "altitudeAccuracy", - "amplitude", - "ancestorOrigins", - "anchor", - "anchorNode", - "anchorOffset", - "anchors", - "angle", - "animVal", - "animate", - "animatedInstanceRoot", - "animatedNormalizedPathSegList", - "animatedPathSegList", - "animatedPoints", - "animation", - "animation-delay", - "animation-direction", - "animation-duration", - "animation-fill-mode", - "animation-iteration-count", - "animation-name", - "animation-play-state", - "animation-timing-function", - "animationDelay", - "animationDirection", - "animationDuration", - "animationFillMode", - "animationIterationCount", - "animationName", - "animationPlayState", - "animationStartTime", - "animationTimingFunction", - "animationsPaused", - "anniversary", - "app", - "appCodeName", - "appMinorVersion", - "appName", - "appNotifications", - "appVersion", - "append", - "appendBuffer", - "appendChild", - "appendData", - "appendItem", - "appendMedium", - "appendNamed", - "appendRule", - "appendStream", - "appendWindowEnd", - "appendWindowStart", - "applets", - "applicationCache", - "apply", - "applyElement", - "arc", - "arcTo", - "archive", - "areas", - "arguments", - "arrayBuffer", - "asin", - "asinh", - "assert", - "assign", - "async", - "atEnd", - "atan", - "atan2", - "atanh", - "atob", - "attachEvent", - "attachShader", - "attachments", - "attack", - "attrChange", - "attrName", - "attributeName", - "attributeNamespace", - "attributes", - "audioTracks", - "autoIncrement", - "autobuffer", - "autocapitalize", - "autocomplete", - "autocorrect", - "autofocus", - "autoplay", - "availHeight", - "availLeft", - "availTop", - "availWidth", - "availability", - "available", - "aversion", - "axes", - "axis", - "azimuth", - "b", - "back", - "backface-visibility", - "backfaceVisibility", - "background", - "background-attachment", - "background-blend-mode", - "background-clip", - "background-color", - "background-image", - "background-origin", - "background-position", - "background-repeat", - "background-size", - "backgroundAttachment", - "backgroundBlendMode", - "backgroundClip", - "backgroundColor", - "backgroundImage", - "backgroundOrigin", - "backgroundPosition", - "backgroundPositionX", - "backgroundPositionY", - "backgroundRepeat", - "backgroundSize", - "badInput", - "balance", - "baseFrequencyX", - "baseFrequencyY", - "baseNode", - "baseOffset", - "baseURI", - "baseVal", - "baselineShift", - "battery", - "bday", - "beginElement", - "beginElementAt", - "beginPath", - "behavior", - "behaviorCookie", - "behaviorPart", - "behaviorUrns", - "beta", - "bezierCurveTo", - "bgColor", - "bgProperties", - "bias", - "big", - "binaryType", - "bind", - "bindAttribLocation", - "bindBuffer", - "bindFramebuffer", - "bindRenderbuffer", - "bindTexture", - "blendColor", - "blendEquation", - "blendEquationSeparate", - "blendFunc", - "blendFuncSeparate", - "blink", - "blob", - "blockDirection", - "blue", - "blur", - "body", - "bodyUsed", - "bold", - "bookmarks", - "booleanValue", - "border", - "border-bottom", - "border-bottom-color", - "border-bottom-left-radius", - "border-bottom-right-radius", - "border-bottom-style", - "border-bottom-width", - "border-collapse", - "border-color", - "border-image", - "border-image-outset", - "border-image-repeat", - "border-image-slice", - "border-image-source", - "border-image-width", - "border-left", - "border-left-color", - "border-left-style", - "border-left-width", - "border-radius", - "border-right", - "border-right-color", - "border-right-style", - "border-right-width", - "border-spacing", - "border-style", - "border-top", - "border-top-color", - "border-top-left-radius", - "border-top-right-radius", - "border-top-style", - "border-top-width", - "border-width", - "borderBottom", - "borderBottomColor", - "borderBottomLeftRadius", - "borderBottomRightRadius", - "borderBottomStyle", - "borderBottomWidth", - "borderCollapse", - "borderColor", - "borderColorDark", - "borderColorLight", - "borderImage", - "borderImageOutset", - "borderImageRepeat", - "borderImageSlice", - "borderImageSource", - "borderImageWidth", - "borderLeft", - "borderLeftColor", - "borderLeftStyle", - "borderLeftWidth", - "borderRadius", - "borderRight", - "borderRightColor", - "borderRightStyle", - "borderRightWidth", - "borderSpacing", - "borderStyle", - "borderTop", - "borderTopColor", - "borderTopLeftRadius", - "borderTopRightRadius", - "borderTopStyle", - "borderTopWidth", - "borderWidth", - "bottom", - "bottomMargin", - "bound", - "boundElements", - "boundingClientRect", - "boundingHeight", - "boundingLeft", - "boundingTop", - "boundingWidth", - "bounds", - "box-decoration-break", - "box-shadow", - "box-sizing", - "boxDecorationBreak", - "boxShadow", - "boxSizing", - "breakAfter", - "breakBefore", - "breakInside", - "browserLanguage", - "btoa", - "bubbles", - "buffer", - "bufferData", - "bufferDepth", - "bufferSize", - "bufferSubData", - "buffered", - "bufferedAmount", - "buildID", - "buildNumber", - "button", - "buttonID", - "buttons", - "byteLength", - "byteOffset", - "c", - "call", - "caller", - "canBeFormatted", - "canBeMounted", - "canBeShared", - "canHaveChildren", - "canHaveHTML", - "canPlayType", - "cancel", - "cancelAnimationFrame", - "cancelBubble", - "cancelScheduledValues", - "cancelable", - "candidate", - "canvas", - "caption", - "caption-side", - "captionSide", - "captureEvents", - "captureStackTrace", - "caretPositionFromPoint", - "caretRangeFromPoint", - "cast", - "catch", - "category", - "cbrt", - "cd", - "ceil", - "cellIndex", - "cellPadding", - "cellSpacing", - "cells", - "ch", - "chOff", - "chain", - "challenge", - "changedTouches", - "channel", - "channelCount", - "channelCountMode", - "channelInterpretation", - "char", - "charAt", - "charCode", - "charCodeAt", - "charIndex", - "characterSet", - "charging", - "chargingTime", - "charset", - "checkEnclosure", - "checkFramebufferStatus", - "checkIntersection", - "checkValidity", - "checked", - "childElementCount", - "childNodes", - "children", - "chrome", - "ciphertext", - "cite", - "classList", - "className", - "classid", - "clear", - "clearAttributes", - "clearColor", - "clearData", - "clearDepth", - "clearImmediate", - "clearInterval", - "clearMarks", - "clearMeasures", - "clearParameters", - "clearRect", - "clearResourceTimings", - "clearShadow", - "clearStencil", - "clearTimeout", - "clearWatch", - "click", - "clickCount", - "clientHeight", - "clientInformation", - "clientLeft", - "clientRect", - "clientRects", - "clientTop", - "clientWidth", - "clientX", - "clientY", - "clip", - "clip-path", - "clip-rule", - "clipBottom", - "clipLeft", - "clipPath", - "clipPathUnits", - "clipRight", - "clipRule", - "clipTop", - "clipboardData", - "clone", - "cloneContents", - "cloneNode", - "cloneRange", - "close", - "closePath", - "closed", - "closest", - "clz", - "clz32", - "cmp", - "code", - "codeBase", - "codePointAt", - "codeType", - "colSpan", - "collapse", - "collapseToEnd", - "collapseToStart", - "collapsed", - "collect", - "colno", - "color", - "color-interpolation", - "color-interpolation-filters", - "colorDepth", - "colorInterpolation", - "colorInterpolationFilters", - "colorMask", - "colorType", - "cols", - "columnCount", - "columnFill", - "columnGap", - "columnNumber", - "columnRule", - "columnRuleColor", - "columnRuleStyle", - "columnRuleWidth", - "columnSpan", - "columnWidth", - "columns", - "command", - "commitPreferences", - "commonAncestorContainer", - "compact", - "compareBoundaryPoints", - "compareDocumentPosition", - "compareEndPoints", - "compareNode", - "comparePoint", - "compatMode", - "compatible", - "compile", - "compileShader", - "complete", - "componentFromPoint", - "compositionEndOffset", - "compositionStartOffset", - "compressedTexImage2D", - "compressedTexSubImage2D", - "concat", - "conditionText", - "coneInnerAngle", - "coneOuterAngle", - "coneOuterGain", - "confirm", - "confirmComposition", - "confirmSiteSpecificTrackingException", - "confirmWebWideTrackingException", - "connect", - "connectEnd", - "connectStart", - "connected", - "connection", - "connectionSpeed", - "console", - "consolidate", - "constrictionActive", - "constructor", - "contactID", - "contains", - "containsNode", - "content", - "contentDocument", - "contentEditable", - "contentOverflow", - "contentScriptType", - "contentStyleType", - "contentType", - "contentWindow", - "context", - "contextMenu", - "contextmenu", - "continue", - "continuous", - "control", - "controller", - "controls", - "convertToSpecifiedUnits", - "cookie", - "cookieEnabled", - "coords", - "copyFromChannel", - "copyTexImage2D", - "copyTexSubImage2D", - "copyToChannel", - "copyWithin", - "correspondingElement", - "correspondingUseElement", - "cos", - "cosh", - "count", - "counter-increment", - "counter-reset", - "counterIncrement", - "counterReset", - "cpuClass", - "cpuSleepAllowed", - "create", - "createAnalyser", - "createAnswer", - "createAttribute", - "createAttributeNS", - "createBiquadFilter", - "createBuffer", - "createBufferSource", - "createCDATASection", - "createCSSStyleSheet", - "createCaption", - "createChannelMerger", - "createChannelSplitter", - "createComment", - "createContextualFragment", - "createControlRange", - "createConvolver", - "createDTMFSender", - "createDataChannel", - "createDelay", - "createDelayNode", - "createDocument", - "createDocumentFragment", - "createDocumentType", - "createDynamicsCompressor", - "createElement", - "createElementNS", - "createEntityReference", - "createEvent", - "createEventObject", - "createExpression", - "createFramebuffer", - "createFunction", - "createGain", - "createGainNode", - "createHTMLDocument", - "createImageBitmap", - "createImageData", - "createIndex", - "createJavaScriptNode", - "createLinearGradient", - "createMediaElementSource", - "createMediaKeys", - "createMediaStreamDestination", - "createMediaStreamSource", - "createMutableFile", - "createNSResolver", - "createNodeIterator", - "createNotification", - "createObjectStore", - "createObjectURL", - "createOffer", - "createOscillator", - "createPanner", - "createPattern", - "createPeriodicWave", - "createPopup", - "createProcessingInstruction", - "createProgram", - "createRadialGradient", - "createRange", - "createRangeCollection", - "createRenderbuffer", - "createSVGAngle", - "createSVGLength", - "createSVGMatrix", - "createSVGNumber", - "createSVGPathSegArcAbs", - "createSVGPathSegArcRel", - "createSVGPathSegClosePath", - "createSVGPathSegCurvetoCubicAbs", - "createSVGPathSegCurvetoCubicRel", - "createSVGPathSegCurvetoCubicSmoothAbs", - "createSVGPathSegCurvetoCubicSmoothRel", - "createSVGPathSegCurvetoQuadraticAbs", - "createSVGPathSegCurvetoQuadraticRel", - "createSVGPathSegCurvetoQuadraticSmoothAbs", - "createSVGPathSegCurvetoQuadraticSmoothRel", - "createSVGPathSegLinetoAbs", - "createSVGPathSegLinetoHorizontalAbs", - "createSVGPathSegLinetoHorizontalRel", - "createSVGPathSegLinetoRel", - "createSVGPathSegLinetoVerticalAbs", - "createSVGPathSegLinetoVerticalRel", - "createSVGPathSegMovetoAbs", - "createSVGPathSegMovetoRel", - "createSVGPoint", - "createSVGRect", - "createSVGTransform", - "createSVGTransformFromMatrix", - "createScriptProcessor", - "createSession", - "createShader", - "createShadowRoot", - "createStereoPanner", - "createStyleSheet", - "createTBody", - "createTFoot", - "createTHead", - "createTextNode", - "createTextRange", - "createTexture", - "createTouch", - "createTouchList", - "createTreeWalker", - "createWaveShaper", - "creationTime", - "crossOrigin", - "crypto", - "csi", - "cssFloat", - "cssRules", - "cssText", - "cssValueType", - "ctrlKey", - "ctrlLeft", - "cues", - "cullFace", - "currentNode", - "currentPage", - "currentScale", - "currentScript", - "currentSrc", - "currentState", - "currentStyle", - "currentTarget", - "currentTime", - "currentTranslate", - "currentView", - "cursor", - "curve", - "customError", - "cx", - "cy", - "d", - "data", - "dataFld", - "dataFormatAs", - "dataPageSize", - "dataSrc", - "dataTransfer", - "database", - "dataset", - "dateTime", - "db", - "debug", - "debuggerEnabled", - "declare", - "decode", - "decodeAudioData", - "decodingInfo", - "decodeURI", - "decodeURIComponent", - "decrypt", - "default", - "defaultCharset", - "defaultChecked", - "defaultMuted", - "defaultPlaybackRate", - "defaultPrevented", - "defaultSelected", - "defaultStatus", - "defaultURL", - "defaultValue", - "defaultView", - "defaultstatus", - "defer", - "defineMagicFunction", - "defineMagicVariable", - "defineProperties", - "defineProperty", - "delayTime", - "delete", - "deleteBuffer", - "deleteCaption", - "deleteCell", - "deleteContents", - "deleteData", - "deleteDatabase", - "deleteFramebuffer", - "deleteFromDocument", - "deleteIndex", - "deleteMedium", - "deleteObjectStore", - "deleteProgram", - "deleteRenderbuffer", - "deleteRow", - "deleteRule", - "deleteShader", - "deleteTFoot", - "deleteTHead", - "deleteTexture", - "deliverChangeRecords", - "delivery", - "deliveryInfo", - "deliveryStatus", - "deliveryTimestamp", - "delta", - "deltaMode", - "deltaX", - "deltaY", - "deltaZ", - "depthFunc", - "depthMask", - "depthRange", - "deriveBits", - "deriveKey", - "description", - "deselectAll", - "designMode", - "destination", - "destinationURL", - "detach", - "detachEvent", - "detachShader", - "detail", - "detune", - "devicePixelRatio", - "deviceXDPI", - "deviceYDPI", - "diffuseConstant", - "digest", - "dimensions", - "dir", - "dirName", - "direction", - "dirxml", - "disable", - "disableVertexAttribArray", - "disabled", - "dischargingTime", - "disconnect", - "dispatchEvent", - "display", - "distanceModel", - "divisor", - "djsapi", - "djsproxy", - "doImport", - "doNotTrack", - "doScroll", - "doctype", - "document", - "documentElement", - "documentMode", - "documentURI", - "dolphin", - "dolphinGameCenter", - "dolphininfo", - "dolphinmeta", - "domComplete", - "domContentLoadedEventEnd", - "domContentLoadedEventStart", - "domInteractive", - "domLoading", - "domain", - "domainLookupEnd", - "domainLookupStart", - "dominant-baseline", - "dominantBaseline", - "done", - "dopplerFactor", - "download", - "dragDrop", - "draggable", - "drawArrays", - "drawArraysInstancedANGLE", - "drawCustomFocusRing", - "drawElements", - "drawElementsInstancedANGLE", - "drawFocusIfNeeded", - "drawImage", - "drawImageFromRect", - "drawSystemFocusRing", - "drawingBufferHeight", - "drawingBufferWidth", - "dropEffect", - "droppedVideoFrames", - "dropzone", - "dump", - "duplicate", - "duration", - "dvname", - "dvnum", - "dx", - "dy", - "dynsrc", - "e", - "edgeMode", - "effectAllowed", - "elapsedTime", - "elementFromPoint", - "elements", - "elevation", - "ellipse", - "email", - "embeds", - "empty", - "empty-cells", - "emptyCells", - "enable", - "enableBackground", - "enableStyleSheetsForSet", - "enableVertexAttribArray", - "enabled", - "enabledPlugin", - "encode", - "encodeURI", - "encodeURIComponent", - "encoding", - "encrypt", - "enctype", - "end", - "endContainer", - "endElement", - "endElementAt", - "endOfStream", - "endOffset", - "endTime", - "ended", - "endsWith", - "entities", - "entries", - "entryType", - "enumerate", - "enumerateEditable", - "error", - "errorCode", - "escape", - "eval", - "evaluate", - "event", - "eventPhase", - "every", - "exception", - "exec", - "execCommand", - "execCommandShowHelp", - "execScript", - "exitFullscreen", - "exitPointerLock", - "exp", - "expand", - "expandEntityReferences", - "expando", - "expansion", - "expiryDate", - "explicitOriginalTarget", - "expm1", - "exponent", - "exponentialRampToValueAtTime", - "exportKey", - "extend", - "extensions", - "extentNode", - "extentOffset", - "external", - "externalResourcesRequired", - "extractContents", - "extractable", - "f", - "face", - "factoryReset", - "fallback", - "familyName", - "farthestViewportElement", - "fastSeek", - "fatal", - "fetch", - "fetchStart", - "fftSize", - "fgColor", - "fileCreatedDate", - "fileHandle", - "fileModifiedDate", - "fileName", - "fileSize", - "fileUpdatedDate", - "filename", - "files", - "fill", - "fill-opacity", - "fill-rule", - "fillOpacity", - "fillRect", - "fillRule", - "fillStyle", - "fillText", - "filter", - "filterResX", - "filterResY", - "filterUnits", - "filters", - "finally", - "find", - "findIndex", - "findRule", - "findText", - "finish", - "fireEvent", - "firstChild", - "firstElementChild", - "firstPage", - "fixed", - "flex", - "flex-basis", - "flex-direction", - "flex-flow", - "flex-grow", - "flex-shrink", - "flex-wrap", - "flexBasis", - "flexDirection", - "flexFlow", - "flexGrow", - "flexShrink", - "flexWrap", - "flipX", - "flipY", - "float", - "flood-color", - "flood-opacity", - "floodColor", - "floodOpacity", - "floor", - "flush", - "focus", - "focusNode", - "focusOffset", - "font", - "font-family", - "font-feature-settings", - "font-kerning", - "font-language-override", - "font-size", - "font-size-adjust", - "font-stretch", - "font-style", - "font-synthesis", - "font-variant", - "font-variant-alternates", - "font-variant-caps", - "font-variant-east-asian", - "font-variant-ligatures", - "font-variant-numeric", - "font-variant-position", - "font-weight", - "fontFamily", - "fontFeatureSettings", - "fontKerning", - "fontLanguageOverride", - "fontSize", - "fontSizeAdjust", - "fontSmoothingEnabled", - "fontStretch", - "fontStyle", - "fontSynthesis", - "fontVariant", - "fontVariantAlternates", - "fontVariantCaps", - "fontVariantEastAsian", - "fontVariantLigatures", - "fontVariantNumeric", - "fontVariantPosition", - "fontWeight", - "fontcolor", - "fonts", - "fontsize", - "for", - "forEach", - "forceRedraw", - "form", - "formAction", - "formEnctype", - "formMethod", - "formNoValidate", - "formTarget", - "format", - "forms", - "forward", - "fr", - "frame", - "frameBorder", - "frameElement", - "frameSpacing", - "framebufferRenderbuffer", - "framebufferTexture2D", - "frames", - "freeSpace", - "freeze", - "frequency", - "frequencyBinCount", - "from", - "fromCharCode", - "fromCodePoint", - "fromElement", - "frontFace", - "fround", - "fullScreen", - "fullscreenElement", - "fullscreenEnabled", - "fx", - "fy", - "gain", - "gamepad", - "gamma", - "genderIdentity", - "generateKey", - "generateMipmap", - "generateRequest", - "geolocation", - "gestureObject", - "get", - "getActiveAttrib", - "getActiveUniform", - "getAdjacentText", - "getAll", - "getAllResponseHeaders", - "getAsFile", - "getAsString", - "getAttachedShaders", - "getAttribLocation", - "getAttribute", - "getAttributeNS", - "getAttributeNode", - "getAttributeNodeNS", - "getAudioTracks", - "getBBox", - "getBattery", - "getBlob", - "getBookmark", - "getBoundingClientRect", - "getBufferParameter", - "getByteFrequencyData", - "getByteTimeDomainData", - "getCSSCanvasContext", - "getCTM", - "getCandidateWindowClientRect", - "getChannelData", - "getCharNumAtPosition", - "getClientRect", - "getClientRects", - "getCompositionAlternatives", - "getComputedStyle", - "getComputedTextLength", - "getConfiguration", - "getContext", - "getContextAttributes", - "getCounterValue", - "getCueAsHTML", - "getCueById", - "getCurrentPosition", - "getCurrentTime", - "getData", - "getDatabaseNames", - "getDate", - "getDay", - "getDefaultComputedStyle", - "getDestinationInsertionPoints", - "getDistributedNodes", - "getEditable", - "getElementById", - "getElementsByClassName", - "getElementsByName", - "getElementsByTagName", - "getElementsByTagNameNS", - "getEnclosureList", - "getEndPositionOfChar", - "getEntries", - "getEntriesByName", - "getEntriesByType", - "getError", - "getExtension", - "getExtentOfChar", - "getFeature", - "getFile", - "getFloat32", - "getFloat64", - "getFloatFrequencyData", - "getFloatTimeDomainData", - "getFloatValue", - "getFramebufferAttachmentParameter", - "getFrequencyResponse", - "getFullYear", - "getGamepads", - "getHours", - "getImageData", - "getInt16", - "getInt32", - "getInt8", - "getIntersectionList", - "getItem", - "getItems", - "getKey", - "getLineDash", - "getLocalStreams", - "getMarks", - "getMatchedCSSRules", - "getMeasures", - "getMetadata", - "getMilliseconds", - "getMinutes", - "getModifierState", - "getMonth", - "getNamedItem", - "getNamedItemNS", - "getNotifier", - "getNumberOfChars", - "getOverrideHistoryNavigationMode", - "getOverrideStyle", - "getOwnPropertyDescriptor", - "getOwnPropertyNames", - "getOwnPropertySymbols", - "getParameter", - "getPathSegAtLength", - "getPointAtLength", - "getPreference", - "getPreferenceDefault", - "getPresentationAttribute", - "getPreventDefault", - "getProgramInfoLog", - "getProgramParameter", - "getPropertyCSSValue", - "getPropertyPriority", - "getPropertyShorthand", - "getPropertyValue", - "getPrototypeOf", - "getRGBColorValue", - "getRandomValues", - "getRangeAt", - "getReceivers", - "getRectValue", - "getRegistration", - "getRemoteStreams", - "getRenderbufferParameter", - "getResponseHeader", - "getRoot", - "getRotationOfChar", - "getSVGDocument", - "getScreenCTM", - "getSeconds", - "getSelection", - "getSenders", - "getShaderInfoLog", - "getShaderParameter", - "getShaderPrecisionFormat", - "getShaderSource", - "getSimpleDuration", - "getSiteIcons", - "getSources", - "getSpeculativeParserUrls", - "getStartPositionOfChar", - "getStartTime", - "getStats", - "getStorageUpdates", - "getStreamById", - "getStringValue", - "getSubStringLength", - "getSubscription", - "getSupportedExtensions", - "getTexParameter", - "getTime", - "getTimezoneOffset", - "getTotalLength", - "getTrackById", - "getTracks", - "getTransformToElement", - "getUTCDate", - "getUTCDay", - "getUTCFullYear", - "getUTCHours", - "getUTCMilliseconds", - "getUTCMinutes", - "getUTCMonth", - "getUTCSeconds", - "getUint16", - "getUint32", - "getUint8", - "getUniform", - "getUniformLocation", - "getUserMedia", - "getValues", - "getVarDate", - "getVariableValue", - "getVertexAttrib", - "getVertexAttribOffset", - "getVideoPlaybackQuality", - "getVideoTracks", - "getWakeLockState", - "getYear", - "givenName", - "global", - "globalAlpha", - "globalCompositeOperation", - "glyphOrientationHorizontal", - "glyphOrientationVertical", - "glyphRef", - "go", - "gradientTransform", - "gradientUnits", - "grammars", - "green", - "group", - "groupCollapsed", - "groupEnd", - "hardwareConcurrency", - "has", - "hasAttribute", - "hasAttributeNS", - "hasAttributes", - "hasChildNodes", - "hasComposition", - "hasExtension", - "hasFeature", - "hasFocus", - "hasLayout", - "hasOwnProperty", - "hash", - "head", - "headers", - "heading", - "height", - "hidden", - "hide", - "hideFocus", - "high", - "hint", - "history", - "honorificPrefix", - "honorificSuffix", - "horizontalOverflow", - "host", - "hostname", - "href", - "hreflang", - "hspace", - "html5TagCheckInerface", - "htmlFor", - "htmlText", - "httpEquiv", - "hwTimestamp", - "hypot", - "iccId", - "iceConnectionState", - "iceGatheringState", - "icon", - "id", - "identifier", - "identity", - "ignoreBOM", - "ignoreCase", - "image-orientation", - "image-rendering", - "imageOrientation", - "imageRendering", - "images", - "ime-mode", - "imeMode", - "implementation", - "importKey", - "importNode", - "importStylesheet", - "imports", - "impp", - "imul", - "in1", - "in2", - "inBandMetadataTrackDispatchType", - "inRange", - "includes", - "incremental", - "indeterminate", - "index", - "indexNames", - "indexOf", - "indexedDB", - "inertiaDestinationX", - "inertiaDestinationY", - "info", - "init", - "initAnimationEvent", - "initBeforeLoadEvent", - "initClipboardEvent", - "initCloseEvent", - "initCommandEvent", - "initCompositionEvent", - "initCustomEvent", - "initData", - "initDeviceMotionEvent", - "initDeviceOrientationEvent", - "initDragEvent", - "initErrorEvent", - "initEvent", - "initFocusEvent", - "initGestureEvent", - "initHashChangeEvent", - "initKeyEvent", - "initKeyboardEvent", - "initMSManipulationEvent", - "initMessageEvent", - "initMouseEvent", - "initMouseScrollEvent", - "initMouseWheelEvent", - "initMutationEvent", - "initNSMouseEvent", - "initOverflowEvent", - "initPageEvent", - "initPageTransitionEvent", - "initPointerEvent", - "initPopStateEvent", - "initProgressEvent", - "initScrollAreaEvent", - "initSimpleGestureEvent", - "initStorageEvent", - "initTextEvent", - "initTimeEvent", - "initTouchEvent", - "initTransitionEvent", - "initUIEvent", - "initWebKitAnimationEvent", - "initWebKitTransitionEvent", - "initWebKitWheelEvent", - "initWheelEvent", - "initialTime", - "initialize", - "initiatorType", - "inner", - "innerHTML", - "innerHeight", - "innerText", - "innerWidth", - "input", - "inputBuffer", - "inputEncoding", - "inputMethod", - "insertAdjacentElement", - "insertAdjacentHTML", - "insertAdjacentText", - "insertBefore", - "insertCell", - "insertData", - "insertItemBefore", - "insertNode", - "insertRow", - "insertRule", - "instanceRoot", - "intercept", - "interimResults", - "internalSubset", - "intersectsNode", - "interval", - "invalidIteratorState", - "inverse", - "invertSelf", - "is", - "is2D", - "isAlternate", - "isArray", - "isBingCurrentSearchDefault", - "isBuffer", - "isCandidateWindowVisible", - "isChar", - "isCollapsed", - "isComposing", - "isContentEditable", - "isContentHandlerRegistered", - "isContextLost", - "isDefaultNamespace", - "isDisabled", - "isEnabled", - "isEqual", - "isEqualNode", - "isExtensible", - "isFinite", - "isFramebuffer", - "isFrozen", - "isGenerator", - "isId", - "isInjected", - "isInteger", - "isMap", - "isMultiLine", - "isNaN", - "isOpen", - "isPointInFill", - "isPointInPath", - "isPointInRange", - "isPointInStroke", - "isPrefAlternate", - "isPrimary", - "isProgram", - "isPropertyImplicit", - "isProtocolHandlerRegistered", - "isPrototypeOf", - "isRenderbuffer", - "isSafeInteger", - "isSameNode", - "isSealed", - "isShader", - "isSupported", - "isTextEdit", - "isTexture", - "isTrusted", - "isTypeSupported", - "isView", - "isolation", - "italics", - "item", - "itemId", - "itemProp", - "itemRef", - "itemScope", - "itemType", - "itemValue", - "iterateNext", - "iterator", - "javaEnabled", - "jobTitle", - "join", - "json", - "justify-content", - "justifyContent", - "k1", - "k2", - "k3", - "k4", - "kernelMatrix", - "kernelUnitLengthX", - "kernelUnitLengthY", - "kerning", - "key", - "keyCode", - "keyFor", - "keyIdentifier", - "keyLightEnabled", - "keyLocation", - "keyPath", - "keySystem", - "keyText", - "keyUsage", - "keys", - "keytype", - "kind", - "knee", - "label", - "labels", - "lang", - "language", - "languages", - "largeArcFlag", - "lastChild", - "lastElementChild", - "lastEventId", - "lastIndex", - "lastIndexOf", - "lastMatch", - "lastMessageSubject", - "lastMessageType", - "lastModified", - "lastModifiedDate", - "lastPage", - "lastParen", - "lastState", - "lastStyleSheetSet", - "latitude", - "layerX", - "layerY", - "layoutFlow", - "layoutGrid", - "layoutGridChar", - "layoutGridLine", - "layoutGridMode", - "layoutGridType", - "lbound", - "left", - "leftContext", - "leftMargin", - "length", - "lengthAdjust", - "lengthComputable", - "letter-spacing", - "letterSpacing", - "level", - "lighting-color", - "lightingColor", - "limitingConeAngle", - "line", - "line-height", - "lineAlign", - "lineBreak", - "lineCap", - "lineDashOffset", - "lineHeight", - "lineJoin", - "lineNumber", - "lineTo", - "lineWidth", - "linearRampToValueAtTime", - "lineno", - "link", - "linkColor", - "linkProgram", - "links", - "list", - "list-style", - "list-style-image", - "list-style-position", - "list-style-type", - "listStyle", - "listStyleImage", - "listStylePosition", - "listStyleType", - "listener", - "load", - "loadEventEnd", - "loadEventStart", - "loadTimes", - "loaded", - "localDescription", - "localName", - "localStorage", - "locale", - "localeCompare", - "location", - "locationbar", - "lock", - "lockedFile", - "log", - "log10", - "log1p", - "log2", - "logicalXDPI", - "logicalYDPI", - "longDesc", - "longitude", - "lookupNamespaceURI", - "lookupPrefix", - "loop", - "loopEnd", - "loopStart", - "looping", - "low", - "lower", - "lowerBound", - "lowerOpen", - "lowsrc", - "m11", - "m12", - "m13", - "m14", - "m21", - "m22", - "m23", - "m24", - "m31", - "m32", - "m33", - "m34", - "m41", - "m42", - "m43", - "m44", - "manifest", - "map", - "mapping", - "margin", - "margin-bottom", - "margin-left", - "margin-right", - "margin-top", - "marginBottom", - "marginHeight", - "marginLeft", - "marginRight", - "marginTop", - "marginWidth", - "mark", - "marker", - "marker-end", - "marker-mid", - "marker-offset", - "marker-start", - "markerEnd", - "markerHeight", - "markerMid", - "markerOffset", - "markerStart", - "markerUnits", - "markerWidth", - "marks", - "mask", - "mask-type", - "maskContentUnits", - "maskType", - "maskUnits", - "match", - "matchMedia", - "matchMedium", - "matches", - "matrix", - "matrixTransform", - "max", - "max-height", - "max-width", - "maxAlternatives", - "maxChannelCount", - "maxConnectionsPerServer", - "maxDecibels", - "maxDistance", - "maxHeight", - "maxLength", - "maxTouchPoints", - "maxValue", - "maxWidth", - "measure", - "measureText", - "media", - "mediaCapabilities", - "mediaDevices", - "mediaElement", - "mediaGroup", - "mediaKeys", - "mediaText", - "meetOrSlice", - "memory", - "menubar", - "mergeAttributes", - "message", - "messageClass", - "messageHandlers", - "metaKey", - "method", - "mimeType", - "mimeTypes", - "min", - "min-height", - "min-width", - "minDecibels", - "minHeight", - "minValue", - "minWidth", - "miterLimit", - "mix-blend-mode", - "mixBlendMode", - "mode", - "modify", - "mount", - "move", - "moveBy", - "moveEnd", - "moveFirst", - "moveFocusDown", - "moveFocusLeft", - "moveFocusRight", - "moveFocusUp", - "moveNext", - "moveRow", - "moveStart", - "moveTo", - "moveToBookmark", - "moveToElementText", - "moveToPoint", - "mozAdd", - "mozAnimationStartTime", - "mozAnon", - "mozApps", - "mozAudioCaptured", - "mozAudioChannelType", - "mozAutoplayEnabled", - "mozCancelAnimationFrame", - "mozCancelFullScreen", - "mozCancelRequestAnimationFrame", - "mozCaptureStream", - "mozCaptureStreamUntilEnded", - "mozClearDataAt", - "mozContact", - "mozContacts", - "mozCreateFileHandle", - "mozCurrentTransform", - "mozCurrentTransformInverse", - "mozCursor", - "mozDash", - "mozDashOffset", - "mozDecodedFrames", - "mozExitPointerLock", - "mozFillRule", - "mozFragmentEnd", - "mozFrameDelay", - "mozFullScreen", - "mozFullScreenElement", - "mozFullScreenEnabled", - "mozGetAll", - "mozGetAllKeys", - "mozGetAsFile", - "mozGetDataAt", - "mozGetMetadata", - "mozGetUserMedia", - "mozHasAudio", - "mozHasItem", - "mozHidden", - "mozImageSmoothingEnabled", - "mozIndexedDB", - "mozInnerScreenX", - "mozInnerScreenY", - "mozInputSource", - "mozIsTextField", - "mozItem", - "mozItemCount", - "mozItems", - "mozLength", - "mozLockOrientation", - "mozMatchesSelector", - "mozMovementX", - "mozMovementY", - "mozOpaque", - "mozOrientation", - "mozPaintCount", - "mozPaintedFrames", - "mozParsedFrames", - "mozPay", - "mozPointerLockElement", - "mozPresentedFrames", - "mozPreservesPitch", - "mozPressure", - "mozPrintCallback", - "mozRTCIceCandidate", - "mozRTCPeerConnection", - "mozRTCSessionDescription", - "mozRemove", - "mozRequestAnimationFrame", - "mozRequestFullScreen", - "mozRequestPointerLock", - "mozSetDataAt", - "mozSetImageElement", - "mozSourceNode", - "mozSrcObject", - "mozSystem", - "mozTCPSocket", - "mozTextStyle", - "mozTypesAt", - "mozUnlockOrientation", - "mozUserCancelled", - "mozVisibilityState", - "msAnimation", - "msAnimationDelay", - "msAnimationDirection", - "msAnimationDuration", - "msAnimationFillMode", - "msAnimationIterationCount", - "msAnimationName", - "msAnimationPlayState", - "msAnimationStartTime", - "msAnimationTimingFunction", - "msBackfaceVisibility", - "msBlockProgression", - "msCSSOMElementFloatMetrics", - "msCaching", - "msCachingEnabled", - "msCancelRequestAnimationFrame", - "msCapsLockWarningOff", - "msClearImmediate", - "msClose", - "msContentZoomChaining", - "msContentZoomFactor", - "msContentZoomLimit", - "msContentZoomLimitMax", - "msContentZoomLimitMin", - "msContentZoomSnap", - "msContentZoomSnapPoints", - "msContentZoomSnapType", - "msContentZooming", - "msConvertURL", - "msCrypto", - "msDoNotTrack", - "msElementsFromPoint", - "msElementsFromRect", - "msExitFullscreen", - "msExtendedCode", - "msFillRule", - "msFirstPaint", - "msFlex", - "msFlexAlign", - "msFlexDirection", - "msFlexFlow", - "msFlexItemAlign", - "msFlexLinePack", - "msFlexNegative", - "msFlexOrder", - "msFlexPack", - "msFlexPositive", - "msFlexPreferredSize", - "msFlexWrap", - "msFlowFrom", - "msFlowInto", - "msFontFeatureSettings", - "msFullscreenElement", - "msFullscreenEnabled", - "msGetInputContext", - "msGetRegionContent", - "msGetUntransformedBounds", - "msGraphicsTrustStatus", - "msGridColumn", - "msGridColumnAlign", - "msGridColumnSpan", - "msGridColumns", - "msGridRow", - "msGridRowAlign", - "msGridRowSpan", - "msGridRows", - "msHidden", - "msHighContrastAdjust", - "msHyphenateLimitChars", - "msHyphenateLimitLines", - "msHyphenateLimitZone", - "msHyphens", - "msImageSmoothingEnabled", - "msImeAlign", - "msIndexedDB", - "msInterpolationMode", - "msIsStaticHTML", - "msKeySystem", - "msKeys", - "msLaunchUri", - "msLockOrientation", - "msManipulationViewsEnabled", - "msMatchMedia", - "msMatchesSelector", - "msMaxTouchPoints", - "msOrientation", - "msOverflowStyle", - "msPerspective", - "msPerspectiveOrigin", - "msPlayToDisabled", - "msPlayToPreferredSourceUri", - "msPlayToPrimary", - "msPointerEnabled", - "msRegionOverflow", - "msReleasePointerCapture", - "msRequestAnimationFrame", - "msRequestFullscreen", - "msSaveBlob", - "msSaveOrOpenBlob", - "msScrollChaining", - "msScrollLimit", - "msScrollLimitXMax", - "msScrollLimitXMin", - "msScrollLimitYMax", - "msScrollLimitYMin", - "msScrollRails", - "msScrollSnapPointsX", - "msScrollSnapPointsY", - "msScrollSnapType", - "msScrollSnapX", - "msScrollSnapY", - "msScrollTranslation", - "msSetImmediate", - "msSetMediaKeys", - "msSetPointerCapture", - "msTextCombineHorizontal", - "msTextSizeAdjust", - "msToBlob", - "msTouchAction", - "msTouchSelect", - "msTraceAsyncCallbackCompleted", - "msTraceAsyncCallbackStarting", - "msTraceAsyncOperationCompleted", - "msTraceAsyncOperationStarting", - "msTransform", - "msTransformOrigin", - "msTransformStyle", - "msTransition", - "msTransitionDelay", - "msTransitionDuration", - "msTransitionProperty", - "msTransitionTimingFunction", - "msUnlockOrientation", - "msUpdateAsyncCallbackRelation", - "msUserSelect", - "msVisibilityState", - "msWrapFlow", - "msWrapMargin", - "msWrapThrough", - "msWriteProfilerMark", - "msZoom", - "msZoomTo", - "mt", - "multiEntry", - "multiSelectionObj", - "multiline", - "multiple", - "multiply", - "multiplySelf", - "mutableFile", - "muted", - "n", - "name", - "nameProp", - "namedItem", - "namedRecordset", - "names", - "namespaceURI", - "namespaces", - "naturalHeight", - "naturalWidth", - "navigate", - "navigation", - "navigationMode", - "navigationStart", - "navigator", - "near", - "nearestViewportElement", - "negative", - "netscape", - "networkState", - "newScale", - "newTranslate", - "newURL", - "newValue", - "newValueSpecifiedUnits", - "newVersion", - "newhome", - "next", - "nextElementSibling", - "nextNode", - "nextPage", - "nextSibling", - "nickname", - "noHref", - "noResize", - "noShade", - "noValidate", - "noWrap", - "nodeName", - "nodeType", - "nodeValue", - "normalize", - "normalizedPathSegList", - "notationName", - "notations", - "note", - "noteGrainOn", - "noteOff", - "noteOn", - "now", - "numOctaves", - "number", - "numberOfChannels", - "numberOfInputs", - "numberOfItems", - "numberOfOutputs", - "numberValue", - "oMatchesSelector", - "object", - "object-fit", - "object-position", - "objectFit", - "objectPosition", - "objectStore", - "objectStoreNames", - "observe", - "of", - "offscreenBuffering", - "offset", - "offsetHeight", - "offsetLeft", - "offsetNode", - "offsetParent", - "offsetTop", - "offsetWidth", - "offsetX", - "offsetY", - "ok", - "oldURL", - "oldValue", - "oldVersion", - "olderShadowRoot", - "onLine", - "onabort", - "onactivate", - "onactive", - "onaddstream", - "onaddtrack", - "onafterprint", - "onafterscriptexecute", - "onafterupdate", - "onaudioend", - "onaudioprocess", - "onaudiostart", - "onautocomplete", - "onautocompleteerror", - "onbeforeactivate", - "onbeforecopy", - "onbeforecut", - "onbeforedeactivate", - "onbeforeeditfocus", - "onbeforepaste", - "onbeforeprint", - "onbeforescriptexecute", - "onbeforeunload", - "onbeforeupdate", - "onblocked", - "onblur", - "onbounce", - "onboundary", - "oncached", - "oncancel", - "oncandidatewindowhide", - "oncandidatewindowshow", - "oncandidatewindowupdate", - "oncanplay", - "oncanplaythrough", - "oncellchange", - "onchange", - "onchargingchange", - "onchargingtimechange", - "onchecking", - "onclick", - "onclose", - "oncompassneedscalibration", - "oncomplete", - "oncontextmenu", - "oncontrolselect", - "oncopy", - "oncuechange", - "oncut", - "ondataavailable", - "ondatachannel", - "ondatasetchanged", - "ondatasetcomplete", - "ondblclick", - "ondeactivate", - "ondevicelight", - "ondevicemotion", - "ondeviceorientation", - "ondeviceproximity", - "ondischargingtimechange", - "ondisplay", - "ondownloading", - "ondrag", - "ondragend", - "ondragenter", - "ondragleave", - "ondragover", - "ondragstart", - "ondrop", - "ondurationchange", - "onemptied", - "onencrypted", - "onend", - "onended", - "onenter", - "onerror", - "onerrorupdate", - "onexit", - "onfilterchange", - "onfinish", - "onfocus", - "onfocusin", - "onfocusout", - "onfullscreenchange", - "onfullscreenerror", - "ongesturechange", - "ongestureend", - "ongesturestart", - "ongotpointercapture", - "onhashchange", - "onhelp", - "onicecandidate", - "oniceconnectionstatechange", - "oninactive", - "oninput", - "oninvalid", - "onkeydown", - "onkeypress", - "onkeyup", - "onlanguagechange", - "onlayoutcomplete", - "onlevelchange", - "onload", - "onloadeddata", - "onloadedmetadata", - "onloadend", - "onloadstart", - "onlosecapture", - "onlostpointercapture", - "only", - "onmark", - "onmessage", - "onmousedown", - "onmouseenter", - "onmouseleave", - "onmousemove", - "onmouseout", - "onmouseover", - "onmouseup", - "onmousewheel", - "onmove", - "onmoveend", - "onmovestart", - "onmozfullscreenchange", - "onmozfullscreenerror", - "onmozorientationchange", - "onmozpointerlockchange", - "onmozpointerlockerror", - "onmscontentzoom", - "onmsfullscreenchange", - "onmsfullscreenerror", - "onmsgesturechange", - "onmsgesturedoubletap", - "onmsgestureend", - "onmsgesturehold", - "onmsgesturestart", - "onmsgesturetap", - "onmsgotpointercapture", - "onmsinertiastart", - "onmslostpointercapture", - "onmsmanipulationstatechanged", - "onmsneedkey", - "onmsorientationchange", - "onmspointercancel", - "onmspointerdown", - "onmspointerenter", - "onmspointerhover", - "onmspointerleave", - "onmspointermove", - "onmspointerout", - "onmspointerover", - "onmspointerup", - "onmssitemodejumplistitemremoved", - "onmsthumbnailclick", - "onnegotiationneeded", - "onnomatch", - "onnoupdate", - "onobsolete", - "onoffline", - "ononline", - "onopen", - "onorientationchange", - "onpagechange", - "onpagehide", - "onpageshow", - "onpaste", - "onpause", - "onplay", - "onplaying", - "onpluginstreamstart", - "onpointercancel", - "onpointerdown", - "onpointerenter", - "onpointerleave", - "onpointerlockchange", - "onpointerlockerror", - "onpointermove", - "onpointerout", - "onpointerover", - "onpointerup", - "onpopstate", - "onprogress", - "onpropertychange", - "onratechange", - "onreadystatechange", - "onremovestream", - "onremovetrack", - "onreset", - "onresize", - "onresizeend", - "onresizestart", - "onresourcetimingbufferfull", - "onresult", - "onresume", - "onrowenter", - "onrowexit", - "onrowsdelete", - "onrowsinserted", - "onscroll", - "onsearch", - "onseeked", - "onseeking", - "onselect", - "onselectionchange", - "onselectstart", - "onshow", - "onsignalingstatechange", - "onsoundend", - "onsoundstart", - "onspeechend", - "onspeechstart", - "onstalled", - "onstart", - "onstatechange", - "onstop", - "onstorage", - "onstoragecommit", - "onsubmit", - "onsuccess", - "onsuspend", - "ontextinput", - "ontimeout", - "ontimeupdate", - "ontoggle", - "ontouchcancel", - "ontouchend", - "ontouchmove", - "ontouchstart", - "ontransitionend", - "onunload", - "onupdateready", - "onupgradeneeded", - "onuserproximity", - "onversionchange", - "onvoiceschanged", - "onvolumechange", - "onwaiting", - "onwarning", - "onwebkitanimationend", - "onwebkitanimationiteration", - "onwebkitanimationstart", - "onwebkitcurrentplaybacktargetiswirelesschanged", - "onwebkitfullscreenchange", - "onwebkitfullscreenerror", - "onwebkitkeyadded", - "onwebkitkeyerror", - "onwebkitkeymessage", - "onwebkitneedkey", - "onwebkitorientationchange", - "onwebkitplaybacktargetavailabilitychanged", - "onwebkitpointerlockchange", - "onwebkitpointerlockerror", - "onwebkitresourcetimingbufferfull", - "onwebkittransitionend", - "onwheel", - "onzoom", - "opacity", - "open", - "openCursor", - "openDatabase", - "openKeyCursor", - "opener", - "opera", - "operationType", - "operator", - "opr", - "optimum", - "options", - "order", - "orderX", - "orderY", - "ordered", - "org", - "orient", - "orientAngle", - "orientType", - "orientation", - "origin", - "originalTarget", - "orphans", - "oscpu", - "outerHTML", - "outerHeight", - "outerText", - "outerWidth", - "outline", - "outline-color", - "outline-offset", - "outline-style", - "outline-width", - "outlineColor", - "outlineOffset", - "outlineStyle", - "outlineWidth", - "outputBuffer", - "overflow", - "overflow-x", - "overflow-y", - "overflowX", - "overflowY", - "overrideMimeType", - "oversample", - "ownerDocument", - "ownerElement", - "ownerNode", - "ownerRule", - "ownerSVGElement", - "owningElement", - "p1", - "p2", - "p3", - "p4", - "pad", - "padding", - "padding-bottom", - "padding-left", - "padding-right", - "padding-top", - "paddingBottom", - "paddingLeft", - "paddingRight", - "paddingTop", - "page", - "page-break-after", - "page-break-before", - "page-break-inside", - "pageBreakAfter", - "pageBreakBefore", - "pageBreakInside", - "pageCount", - "pageX", - "pageXOffset", - "pageY", - "pageYOffset", - "pages", - "paint-order", - "paintOrder", - "paintRequests", - "paintType", - "palette", - "panningModel", - "parent", - "parentElement", - "parentNode", - "parentRule", - "parentStyleSheet", - "parentTextEdit", - "parentWindow", - "parse", - "parseFloat", - "parseFromString", - "parseInt", - "participants", - "password", - "pasteHTML", - "path", - "pathLength", - "pathSegList", - "pathSegType", - "pathSegTypeAsLetter", - "pathname", - "pattern", - "patternContentUnits", - "patternMismatch", - "patternTransform", - "patternUnits", - "pause", - "pauseAnimations", - "pauseOnExit", - "paused", - "pending", - "performance", - "permission", - "persisted", - "personalbar", - "perspective", - "perspective-origin", - "perspectiveOrigin", - "phoneticFamilyName", - "phoneticGivenName", - "photo", - "ping", - "pitch", - "pixelBottom", - "pixelDepth", - "pixelHeight", - "pixelLeft", - "pixelRight", - "pixelStorei", - "pixelTop", - "pixelUnitToMillimeterX", - "pixelUnitToMillimeterY", - "pixelWidth", - "placeholder", - "platform", - "play", - "playbackRate", - "playbackState", - "playbackTime", - "played", - "plugins", - "pluginspage", - "pname", - "pointer-events", - "pointerBeforeReferenceNode", - "pointerEnabled", - "pointerEvents", - "pointerId", - "pointerLockElement", - "pointerType", - "points", - "pointsAtX", - "pointsAtY", - "pointsAtZ", - "polygonOffset", - "pop", - "popupWindowFeatures", - "popupWindowName", - "popupWindowURI", - "port", - "port1", - "port2", - "ports", - "posBottom", - "posHeight", - "posLeft", - "posRight", - "posTop", - "posWidth", - "position", - "positionAlign", - "postError", - "postMessage", - "poster", - "pow", - "powerOff", - "preMultiplySelf", - "precision", - "preferredStyleSheetSet", - "preferredStylesheetSet", - "prefix", - "preload", - "preserveAlpha", - "preserveAspectRatio", - "preserveAspectRatioString", - "pressed", - "pressure", - "prevValue", - "preventDefault", - "preventExtensions", - "previousElementSibling", - "previousNode", - "previousPage", - "previousScale", - "previousSibling", - "previousTranslate", - "primaryKey", - "primitiveType", - "primitiveUnits", - "principals", - "print", - "privateKey", - "probablySupportsContext", - "process", - "processIceMessage", - "product", - "productSub", - "profile", - "profileEnd", - "profiles", - "prompt", - "properties", - "propertyIsEnumerable", - "propertyName", - "protocol", - "protocolLong", - "prototype", - "pseudoClass", - "pseudoElement", - "publicId", - "publicKey", - "published", - "push", - "pushNotification", - "pushState", - "put", - "putImageData", - "quadraticCurveTo", - "qualifier", - "queryCommandEnabled", - "queryCommandIndeterm", - "queryCommandState", - "queryCommandSupported", - "queryCommandText", - "queryCommandValue", - "querySelector", - "querySelectorAll", - "quote", - "quotes", - "r", - "r1", - "r2", - "race", - "radiogroup", - "radiusX", - "radiusY", - "random", - "range", - "rangeCount", - "rangeMax", - "rangeMin", - "rangeOffset", - "rangeOverflow", - "rangeParent", - "rangeUnderflow", - "rate", - "ratio", - "raw", - "read", - "readAsArrayBuffer", - "readAsBinaryString", - "readAsBlob", - "readAsDataURL", - "readAsText", - "readOnly", - "readPixels", - "readReportRequested", - "readyState", - "reason", - "reboot", - "receiver", - "receivers", - "recordNumber", - "recordset", - "rect", - "red", - "redirectCount", - "redirectEnd", - "redirectStart", - "reduce", - "reduceRight", - "reduction", - "refDistance", - "refX", - "refY", - "referenceNode", - "referrer", - "refresh", - "region", - "regionAnchorX", - "regionAnchorY", - "regionId", - "regions", - "register", - "registerContentHandler", - "registerElement", - "registerProtocolHandler", - "reject", - "rel", - "relList", - "relatedNode", - "relatedTarget", - "release", - "releaseCapture", - "releaseEvents", - "releasePointerCapture", - "releaseShaderCompiler", - "reliable", - "reload", - "remainingSpace", - "remoteDescription", - "remove", - "removeAllRanges", - "removeAttribute", - "removeAttributeNS", - "removeAttributeNode", - "removeBehavior", - "removeChild", - "removeCue", - "removeEventListener", - "removeFilter", - "removeImport", - "removeItem", - "removeListener", - "removeNamedItem", - "removeNamedItemNS", - "removeNode", - "removeParameter", - "removeProperty", - "removeRange", - "removeRegion", - "removeRule", - "removeSiteSpecificTrackingException", - "removeSourceBuffer", - "removeStream", - "removeTrack", - "removeVariable", - "removeWakeLockListener", - "removeWebWideTrackingException", - "removedNodes", - "renderbufferStorage", - "renderedBuffer", - "renderingMode", - "repeat", - "replace", - "replaceAdjacentText", - "replaceChild", - "replaceData", - "replaceId", - "replaceItem", - "replaceNode", - "replaceState", - "replaceTrack", - "replaceWholeText", - "reportValidity", - "requestAnimationFrame", - "requestAutocomplete", - "requestData", - "requestFullscreen", - "requestMediaKeySystemAccess", - "requestPermission", - "requestPointerLock", - "requestStart", - "requestingWindow", - "required", - "requiredExtensions", - "requiredFeatures", - "reset", - "resetTransform", - "resize", - "resizeBy", - "resizeTo", - "resolve", - "response", - "responseBody", - "responseEnd", - "responseStart", - "responseText", - "responseType", - "responseURL", - "responseXML", - "restore", - "result", - "resultType", - "resume", - "returnValue", - "rev", - "reverse", - "reversed", - "revocable", - "revokeObjectURL", - "rgbColor", - "right", - "rightContext", - "rightMargin", - "rolloffFactor", - "root", - "rootElement", - "rotate", - "rotateAxisAngle", - "rotateAxisAngleSelf", - "rotateFromVector", - "rotateFromVectorSelf", - "rotateSelf", - "rotation", - "rotationRate", - "round", - "rowIndex", - "rowSpan", - "rows", - "rubyAlign", - "rubyOverhang", - "rubyPosition", - "rules", - "runtime", - "runtimeStyle", - "rx", - "ry", - "safari", - "sampleCoverage", - "sampleRate", - "sandbox", - "save", - "scale", - "scale3d", - "scale3dSelf", - "scaleNonUniform", - "scaleNonUniformSelf", - "scaleSelf", - "scheme", - "scissor", - "scope", - "scopeName", - "scoped", - "screen", - "screenBrightness", - "screenEnabled", - "screenLeft", - "screenPixelToMillimeterX", - "screenPixelToMillimeterY", - "screenTop", - "screenX", - "screenY", - "scripts", - "scroll", - "scroll-behavior", - "scrollAmount", - "scrollBehavior", - "scrollBy", - "scrollByLines", - "scrollByPages", - "scrollDelay", - "scrollHeight", - "scrollIntoView", - "scrollIntoViewIfNeeded", - "scrollLeft", - "scrollLeftMax", - "scrollMaxX", - "scrollMaxY", - "scrollTo", - "scrollTop", - "scrollTopMax", - "scrollWidth", - "scrollX", - "scrollY", - "scrollbar3dLightColor", - "scrollbarArrowColor", - "scrollbarBaseColor", - "scrollbarDarkShadowColor", - "scrollbarFaceColor", - "scrollbarHighlightColor", - "scrollbarShadowColor", - "scrollbarTrackColor", - "scrollbars", - "scrolling", - "sdp", - "sdpMLineIndex", - "sdpMid", - "seal", - "search", - "searchBox", - "searchBoxJavaBridge_", - "searchParams", - "sectionRowIndex", - "secureConnectionStart", - "security", - "seed", - "seekable", - "seeking", - "select", - "selectAllChildren", - "selectNode", - "selectNodeContents", - "selectNodes", - "selectSingleNode", - "selectSubString", - "selected", - "selectedIndex", - "selectedOptions", - "selectedStyleSheetSet", - "selectedStylesheetSet", - "selection", - "selectionDirection", - "selectionEnd", - "selectionStart", - "selector", - "selectorText", - "self", - "send", - "sendAsBinary", - "sendBeacon", - "sender", - "sentTimestamp", - "separator", - "serializeToString", - "serviceWorker", - "sessionId", - "sessionStorage", - "set", - "setActive", - "setAlpha", - "setAttribute", - "setAttributeNS", - "setAttributeNode", - "setAttributeNodeNS", - "setBaseAndExtent", - "setBingCurrentSearchDefault", - "setCapture", - "setColor", - "setCompositeOperation", - "setCurrentTime", - "setCustomValidity", - "setData", - "setDate", - "setDragImage", - "setEnd", - "setEndAfter", - "setEndBefore", - "setEndPoint", - "setFillColor", - "setFilterRes", - "setFloat32", - "setFloat64", - "setFloatValue", - "setFullYear", - "setHours", - "setImmediate", - "setInt16", - "setInt32", - "setInt8", - "setInterval", - "setItem", - "setLineCap", - "setLineDash", - "setLineJoin", - "setLineWidth", - "setLocalDescription", - "setMatrix", - "setMatrixValue", - "setMediaKeys", - "setMilliseconds", - "setMinutes", - "setMiterLimit", - "setMonth", - "setNamedItem", - "setNamedItemNS", - "setNonUserCodeExceptions", - "setOrientToAngle", - "setOrientToAuto", - "setOrientation", - "setOverrideHistoryNavigationMode", - "setPaint", - "setParameter", - "setPeriodicWave", - "setPointerCapture", - "setPosition", - "setPreference", - "setProperty", - "setPrototypeOf", - "setRGBColor", - "setRGBColorICCColor", - "setRadius", - "setRangeText", - "setRemoteDescription", - "setRequestHeader", - "setResizable", - "setResourceTimingBufferSize", - "setRotate", - "setScale", - "setSeconds", - "setSelectionRange", - "setServerCertificate", - "setShadow", - "setSkewX", - "setSkewY", - "setStart", - "setStartAfter", - "setStartBefore", - "setStdDeviation", - "setStringValue", - "setStrokeColor", - "setSuggestResult", - "setTargetAtTime", - "setTargetValueAtTime", - "setTime", - "setTimeout", - "setTransform", - "setTranslate", - "setUTCDate", - "setUTCFullYear", - "setUTCHours", - "setUTCMilliseconds", - "setUTCMinutes", - "setUTCMonth", - "setUTCSeconds", - "setUint16", - "setUint32", - "setUint8", - "setUri", - "setValueAtTime", - "setValueCurveAtTime", - "setVariable", - "setVelocity", - "setVersion", - "setYear", - "settingName", - "settingValue", - "sex", - "shaderSource", - "shadowBlur", - "shadowColor", - "shadowOffsetX", - "shadowOffsetY", - "shadowRoot", - "shape", - "shape-rendering", - "shapeRendering", - "sheet", - "shift", - "shiftKey", - "shiftLeft", - "show", - "showHelp", - "showModal", - "showModalDialog", - "showModelessDialog", - "showNotification", - "sidebar", - "sign", - "signalingState", - "sin", - "singleNodeValue", - "sinh", - "size", - "sizeToContent", - "sizes", - "skewX", - "skewXSelf", - "skewY", - "skewYSelf", - "slice", - "slope", - "small", - "smooth", - "smil", - "smoothingTimeConstant", - "snapToLines", - "snapshotItem", - "snapshotLength", - "some", - "sort", - "source", - "sourceBuffer", - "sourceBuffers", - "sourceIndex", - "spacing", - "span", - "speakAs", - "speaking", - "specified", - "specularConstant", - "specularExponent", - "speechSynthesis", - "speed", - "speedOfSound", - "spellcheck", - "splice", - "split", - "splitText", - "spreadMethod", - "sqrt", - "src", - "srcElement", - "srcFilter", - "srcUrn", - "srcdoc", - "srclang", - "srcset", - "stack", - "stackTraceLimit", - "stacktrace", - "standalone", - "standby", - "start", - "startContainer", - "startIce", - "startOffset", - "startRendering", - "startTime", - "startsWith", - "state", - "status", - "statusMessage", - "statusText", - "statusbar", - "stdDeviationX", - "stdDeviationY", - "stencilFunc", - "stencilFuncSeparate", - "stencilMask", - "stencilMaskSeparate", - "stencilOp", - "stencilOpSeparate", - "step", - "stepDown", - "stepMismatch", - "stepUp", - "sticky", - "stitchTiles", - "stop", - "stop-color", - "stop-opacity", - "stopColor", - "stopImmediatePropagation", - "stopOpacity", - "stopPropagation", - "storageArea", - "storageName", - "storageStatus", - "storeSiteSpecificTrackingException", - "storeWebWideTrackingException", - "stpVersion", - "stream", - "strike", - "stringValue", - "stringify", - "stroke", - "stroke-dasharray", - "stroke-dashoffset", - "stroke-linecap", - "stroke-linejoin", - "stroke-miterlimit", - "stroke-opacity", - "stroke-width", - "strokeDasharray", - "strokeDashoffset", - "strokeLinecap", - "strokeLinejoin", - "strokeMiterlimit", - "strokeOpacity", - "strokeRect", - "strokeStyle", - "strokeText", - "strokeWidth", - "style", - "styleFloat", - "styleMedia", - "styleSheet", - "styleSheetSets", - "styleSheets", - "sub", - "subarray", - "subject", - "submit", - "subscribe", - "substr", - "substring", - "substringData", - "subtle", - "suffix", - "suffixes", - "summary", - "sup", - "supports", - "surfaceScale", - "surroundContents", - "suspend", - "suspendRedraw", - "swapCache", - "swapNode", - "sweepFlag", - "symbols", - "system", - "systemCode", - "systemId", - "systemLanguage", - "systemXDPI", - "systemYDPI", - "tBodies", - "tFoot", - "tHead", - "tabIndex", - "table", - "table-layout", - "tableLayout", - "tableValues", - "tag", - "tagName", - "tagUrn", - "tags", - "taintEnabled", - "takeRecords", - "tan", - "tanh", - "target", - "targetElement", - "targetTouches", - "targetX", - "targetY", - "tel", - "terminate", - "test", - "texImage2D", - "texParameterf", - "texParameteri", - "texSubImage2D", - "text", - "text-align", - "text-anchor", - "text-decoration", - "text-decoration-color", - "text-decoration-line", - "text-decoration-style", - "text-indent", - "text-overflow", - "text-rendering", - "text-shadow", - "text-transform", - "textAlign", - "textAlignLast", - "textAnchor", - "textAutospace", - "textBaseline", - "textContent", - "textDecoration", - "textDecorationBlink", - "textDecorationColor", - "textDecorationLine", - "textDecorationLineThrough", - "textDecorationNone", - "textDecorationOverline", - "textDecorationStyle", - "textDecorationUnderline", - "textIndent", - "textJustify", - "textJustifyTrim", - "textKashida", - "textKashidaSpace", - "textLength", - "textOverflow", - "textRendering", - "textShadow", - "textTracks", - "textTransform", - "textUnderlinePosition", - "then", - "threadId", - "threshold", - "tiltX", - "tiltY", - "time", - "timeEnd", - "timeStamp", - "timeout", - "timestamp", - "timestampOffset", - "timing", - "title", - "toArray", - "toBlob", - "toDataURL", - "toDateString", - "toElement", - "toExponential", - "toFixed", - "toFloat32Array", - "toFloat64Array", - "toGMTString", - "toISOString", - "toJSON", - "toLocaleDateString", - "toLocaleFormat", - "toLocaleLowerCase", - "toLocaleString", - "toLocaleTimeString", - "toLocaleUpperCase", - "toLowerCase", - "toMethod", - "toPrecision", - "toSdp", - "toSource", - "toStaticHTML", - "toString", - "toStringTag", - "toTimeString", - "toUTCString", - "toUpperCase", - "toggle", - "toggleLongPressEnabled", - "tooLong", - "toolbar", - "top", - "topMargin", - "total", - "totalFrameDelay", - "totalVideoFrames", - "touchAction", - "touches", - "trace", - "track", - "transaction", - "transactions", - "transform", - "transform-origin", - "transform-style", - "transformOrigin", - "transformPoint", - "transformString", - "transformStyle", - "transformToDocument", - "transformToFragment", - "transition", - "transition-delay", - "transition-duration", - "transition-property", - "transition-timing-function", - "transitionDelay", - "transitionDuration", - "transitionProperty", - "transitionTimingFunction", - "translate", - "translateSelf", - "translationX", - "translationY", - "trim", - "trimLeft", - "trimRight", - "trueSpeed", - "trunc", - "truncate", - "type", - "typeDetail", - "typeMismatch", - "typeMustMatch", - "types", - "ubound", - "undefined", - "unescape", - "uneval", - "unicode-bidi", - "unicodeBidi", - "uniform1f", - "uniform1fv", - "uniform1i", - "uniform1iv", - "uniform2f", - "uniform2fv", - "uniform2i", - "uniform2iv", - "uniform3f", - "uniform3fv", - "uniform3i", - "uniform3iv", - "uniform4f", - "uniform4fv", - "uniform4i", - "uniform4iv", - "uniformMatrix2fv", - "uniformMatrix3fv", - "uniformMatrix4fv", - "unique", - "uniqueID", - "uniqueNumber", - "unitType", - "units", - "unloadEventEnd", - "unloadEventStart", - "unlock", - "unmount", - "unobserve", - "unpause", - "unpauseAnimations", - "unreadCount", - "unregister", - "unregisterContentHandler", - "unregisterProtocolHandler", - "unscopables", - "unselectable", - "unshift", - "unsubscribe", - "unsuspendRedraw", - "unsuspendRedrawAll", - "unwatch", - "unwrapKey", - "update", - "updateCommands", - "updateIce", - "updateInterval", - "updateSettings", - "updated", - "updating", - "upload", - "upper", - "upperBound", - "upperOpen", - "uri", - "url", - "urn", - "urns", - "usages", - "useCurrentView", - "useMap", - "useProgram", - "usedSpace", - "userAgent", - "userLanguage", - "username", - "v8BreakIterator", - "vAlign", - "vLink", - "valid", - "validateProgram", - "validationMessage", - "validity", - "value", - "valueAsDate", - "valueAsNumber", - "valueAsString", - "valueInSpecifiedUnits", - "valueMissing", - "valueOf", - "valueText", - "valueType", - "values", - "vector-effect", - "vectorEffect", - "velocityAngular", - "velocityExpansion", - "velocityX", - "velocityY", - "vendor", - "vendorSub", - "verify", - "version", - "vertexAttrib1f", - "vertexAttrib1fv", - "vertexAttrib2f", - "vertexAttrib2fv", - "vertexAttrib3f", - "vertexAttrib3fv", - "vertexAttrib4f", - "vertexAttrib4fv", - "vertexAttribDivisorANGLE", - "vertexAttribPointer", - "vertical", - "vertical-align", - "verticalAlign", - "verticalOverflow", - "vibrate", - "videoHeight", - "videoTracks", - "videoWidth", - "view", - "viewBox", - "viewBoxString", - "viewTarget", - "viewTargetString", - "viewport", - "viewportAnchorX", - "viewportAnchorY", - "viewportElement", - "visibility", - "visibilityState", - "visible", - "vlinkColor", - "voice", - "volume", - "vrml", - "vspace", - "w", - "wand", - "warn", - "wasClean", - "watch", - "watchPosition", - "webdriver", - "webkitAddKey", - "webkitAnimation", - "webkitAnimationDelay", - "webkitAnimationDirection", - "webkitAnimationDuration", - "webkitAnimationFillMode", - "webkitAnimationIterationCount", - "webkitAnimationName", - "webkitAnimationPlayState", - "webkitAnimationTimingFunction", - "webkitAppearance", - "webkitAudioContext", - "webkitAudioDecodedByteCount", - "webkitAudioPannerNode", - "webkitBackfaceVisibility", - "webkitBackground", - "webkitBackgroundAttachment", - "webkitBackgroundClip", - "webkitBackgroundColor", - "webkitBackgroundImage", - "webkitBackgroundOrigin", - "webkitBackgroundPosition", - "webkitBackgroundPositionX", - "webkitBackgroundPositionY", - "webkitBackgroundRepeat", - "webkitBackgroundSize", - "webkitBackingStorePixelRatio", - "webkitBorderImage", - "webkitBorderImageOutset", - "webkitBorderImageRepeat", - "webkitBorderImageSlice", - "webkitBorderImageSource", - "webkitBorderImageWidth", - "webkitBoxAlign", - "webkitBoxDirection", - "webkitBoxFlex", - "webkitBoxOrdinalGroup", - "webkitBoxOrient", - "webkitBoxPack", - "webkitBoxSizing", - "webkitCancelAnimationFrame", - "webkitCancelFullScreen", - "webkitCancelKeyRequest", - "webkitCancelRequestAnimationFrame", - "webkitClearResourceTimings", - "webkitClosedCaptionsVisible", - "webkitConvertPointFromNodeToPage", - "webkitConvertPointFromPageToNode", - "webkitCreateShadowRoot", - "webkitCurrentFullScreenElement", - "webkitCurrentPlaybackTargetIsWireless", - "webkitDirectionInvertedFromDevice", - "webkitDisplayingFullscreen", - "webkitEnterFullScreen", - "webkitEnterFullscreen", - "webkitExitFullScreen", - "webkitExitFullscreen", - "webkitExitPointerLock", - "webkitFullScreenKeyboardInputAllowed", - "webkitFullscreenElement", - "webkitFullscreenEnabled", - "webkitGenerateKeyRequest", - "webkitGetAsEntry", - "webkitGetDatabaseNames", - "webkitGetEntries", - "webkitGetEntriesByName", - "webkitGetEntriesByType", - "webkitGetFlowByName", - "webkitGetGamepads", - "webkitGetImageDataHD", - "webkitGetNamedFlows", - "webkitGetRegionFlowRanges", - "webkitGetUserMedia", - "webkitHasClosedCaptions", - "webkitHidden", - "webkitIDBCursor", - "webkitIDBDatabase", - "webkitIDBDatabaseError", - "webkitIDBDatabaseException", - "webkitIDBFactory", - "webkitIDBIndex", - "webkitIDBKeyRange", - "webkitIDBObjectStore", - "webkitIDBRequest", - "webkitIDBTransaction", - "webkitImageSmoothingEnabled", - "webkitIndexedDB", - "webkitInitMessageEvent", - "webkitIsFullScreen", - "webkitKeys", - "webkitLineDashOffset", - "webkitLockOrientation", - "webkitMatchesSelector", - "webkitMediaStream", - "webkitNotifications", - "webkitOfflineAudioContext", - "webkitOrientation", - "webkitPeerConnection00", - "webkitPersistentStorage", - "webkitPointerLockElement", - "webkitPostMessage", - "webkitPreservesPitch", - "webkitPutImageDataHD", - "webkitRTCPeerConnection", - "webkitRegionOverset", - "webkitRequestAnimationFrame", - "webkitRequestFileSystem", - "webkitRequestFullScreen", - "webkitRequestFullscreen", - "webkitRequestPointerLock", - "webkitResolveLocalFileSystemURL", - "webkitSetMediaKeys", - "webkitSetResourceTimingBufferSize", - "webkitShadowRoot", - "webkitShowPlaybackTargetPicker", - "webkitSlice", - "webkitSpeechGrammar", - "webkitSpeechGrammarList", - "webkitSpeechRecognition", - "webkitSpeechRecognitionError", - "webkitSpeechRecognitionEvent", - "webkitStorageInfo", - "webkitSupportsFullscreen", - "webkitTemporaryStorage", - "webkitTextSizeAdjust", - "webkitTransform", - "webkitTransformOrigin", - "webkitTransition", - "webkitTransitionDelay", - "webkitTransitionDuration", - "webkitTransitionProperty", - "webkitTransitionTimingFunction", - "webkitURL", - "webkitUnlockOrientation", - "webkitUserSelect", - "webkitVideoDecodedByteCount", - "webkitVisibilityState", - "webkitWirelessVideoPlaybackDisabled", - "webkitdropzone", - "webstore", - "weight", - "whatToShow", - "wheelDelta", - "wheelDeltaX", - "wheelDeltaY", - "which", - "white-space", - "whiteSpace", - "wholeText", - "widows", - "width", - "will-change", - "willChange", - "willValidate", - "window", - "withCredentials", - "word-break", - "word-spacing", - "word-wrap", - "wordBreak", - "wordSpacing", - "wordWrap", - "wrap", - "wrapKey", - "write", - "writeln", - "writingMode", - "x", - "x1", - "x2", - "xChannelSelector", - "xmlEncoding", - "xmlStandalone", - "xmlVersion", - "xmlbase", - "xmllang", - "xmlspace", - "y", - "y1", - "y2", - "yChannelSelector", - "yandex", - "z", - "z-index", - "zIndex", - "zoom", - "zoomAndPan", - "zoomRectScreen" - ]; - - /*********************************************************************** - - A JavaScript tokenizer / parser / beautifier / compressor. - https://github.com/mishoo/UglifyJS2 - - -------------------------------- (C) --------------------------------- - - Author: Mihai Bazon - - http://mihai.bazon.net/blog - - Distributed under the BSD license: - - Copyright 2012 (c) Mihai Bazon - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - ***********************************************************************/ - - function find_builtins(reserved) { - domprops.forEach(add); - - // Compatibility fix for some standard defined globals not defined on every js environment - var new_globals = ["Symbol", "Map", "Promise", "Proxy", "Reflect", "Set", "WeakMap", "WeakSet"]; - var objects = {}; - var global_ref = typeof global === "object" ? global : self; - - new_globals.forEach(function (new_global) { - objects[new_global] = global_ref[new_global] || new Function(); - }); - - // NaN will be included due to Number.NaN - [ - "null", - "true", - "false", - "Infinity", - "-Infinity", - "undefined", - ].forEach(add); - [ Object, Array, Function, Number, - String, Boolean, Error, Math, - Date, RegExp, objects.Symbol, ArrayBuffer, - DataView, decodeURI, decodeURIComponent, - encodeURI, encodeURIComponent, eval, EvalError, - Float32Array, Float64Array, Int8Array, Int16Array, - Int32Array, isFinite, isNaN, JSON, objects.Map, parseFloat, - parseInt, objects.Promise, objects.Proxy, RangeError, ReferenceError, - objects.Reflect, objects.Set, SyntaxError, TypeError, Uint8Array, - Uint8ClampedArray, Uint16Array, Uint32Array, URIError, - objects.WeakMap, objects.WeakSet - ].forEach(function(ctor) { - Object.getOwnPropertyNames(ctor).map(add); - if (ctor.prototype) { - Object.getOwnPropertyNames(ctor.prototype).map(add); - } - }); - function add(name) { - reserved.add(name); - } - } - - function reserve_quoted_keys(ast, reserved) { - function add(name) { - push_uniq(reserved, name); - } - - ast.walk(new TreeWalker(function(node) { - if (node instanceof AST_ObjectKeyVal && node.quote) { - add(node.key); - } else if (node instanceof AST_ObjectProperty && node.quote) { - add(node.key.name); - } else if (node instanceof AST_Sub) { - addStrings(node.property, add); - } - })); - } - - function addStrings(node, add) { - node.walk(new TreeWalker(function(node) { - if (node instanceof AST_Sequence) { - addStrings(node.tail_node(), add); - } else if (node instanceof AST_String) { - add(node.value); - } else if (node instanceof AST_Conditional) { - addStrings(node.consequent, add); - addStrings(node.alternative, add); - } - return true; - })); - } - - function mangle_properties(ast, options) { - options = defaults(options, { - builtins: false, - cache: null, - debug: false, - keep_quoted: false, - only_cache: false, - regex: null, - reserved: null, - }, true); - - var reserved_option = options.reserved; - if (!Array.isArray(reserved_option)) reserved_option = [reserved_option]; - var reserved = new Set(reserved_option); - if (!options.builtins) find_builtins(reserved); - - var cname = -1; - var cache; - if (options.cache) { - cache = options.cache.props; - cache.each(function(mangled_name) { - reserved.add(mangled_name); - }); - } else { - cache = new Dictionary(); - } - - var regex = options.regex; - - // note debug is either false (disabled), or a string of the debug suffix to use (enabled). - // note debug may be enabled as an empty string, which is falsey. Also treat passing 'true' - // the same as passing an empty string. - var debug = options.debug !== false; - var debug_name_suffix; - if (debug) { - debug_name_suffix = (options.debug === true ? "" : options.debug); - } - - var names_to_mangle = new Set(); - var unmangleable = new Set(); - - // step 1: find candidates to mangle - ast.walk(new TreeWalker(function(node) { - if (node instanceof AST_ObjectKeyVal) { - if (typeof node.key == "string") { - add(node.key); - } - } else if (node instanceof AST_ObjectProperty) { - // setter or getter, since KeyVal is handled above - add(node.key.name); - } else if (node instanceof AST_Dot) { - var root = node; - while (root.expression) { - root = root.expression; - } - if (!(root.thedef && root.thedef.undeclared)) add(node.property); - } else if (node instanceof AST_Sub) { - addStrings(node.property, add); - } else if (node instanceof AST_Call - && node.expression.print_to_string() == "Object.defineProperty") { - addStrings(node.args[1], add); - } - })); - - // step 2: transform the tree, renaming properties - return ast.transform(new TreeTransformer(function(node) { - if (node instanceof AST_ObjectKeyVal) { - if (typeof node.key == "string") { - node.key = mangle(node.key); - } - } else if (node instanceof AST_ObjectProperty) { - // setter or getter - node.key.name = mangle(node.key.name); - } else if (node instanceof AST_Dot) { - node.property = mangle(node.property); - } else if (!options.keep_quoted && node instanceof AST_Sub) { - node.property = mangleStrings(node.property); - } else if (node instanceof AST_Call - && node.expression.print_to_string() == "Object.defineProperty") { - node.args[1] = mangleStrings(node.args[1]); - } - })); - - // only function declarations after this line - - function can_mangle(name) { - if (unmangleable.has(name)) return false; - if (reserved.has(name)) return false; - if (options.only_cache) { - return cache.has(name); - } - if (/^-?[0-9]+(\.[0-9]+)?(e[+-][0-9]+)?$/.test(name)) return false; - return true; - } - - function should_mangle(name) { - if (regex && !regex.test(name)) return false; - if (reserved.has(name)) return false; - return cache.has(name) - || names_to_mangle.has(name); - } - - function add(name) { - if (can_mangle(name)) - names_to_mangle.add(name); - - if (!should_mangle(name)) { - unmangleable.add(name); - } - } - - function mangle(name) { - if (!should_mangle(name)) { - return name; - } - - var mangled = cache.get(name); - if (!mangled) { - if (debug) { - // debug mode: use a prefix and suffix to preserve readability, e.g. o.foo -> o._$foo$NNN_. - var debug_mangled = "_$" + name + "$" + debug_name_suffix + "_"; - - if (can_mangle(debug_mangled)) { - mangled = debug_mangled; - } - } - - // either debug mode is off, or it is on and we could not use the mangled name - if (!mangled) { - do { - mangled = base54(++cname); - } while (!can_mangle(mangled)); - } - - cache.set(name, mangled); - } - return mangled; - } - - function mangleStrings(node) { - return node.transform(new TreeTransformer(function(node) { - if (node instanceof AST_Sequence) { - var last = node.expressions.length - 1; - node.expressions[last] = mangleStrings(node.expressions[last]); - } else if (node instanceof AST_String) { - node.value = mangle(node.value); - } else if (node instanceof AST_Conditional) { - node.consequent = mangleStrings(node.consequent); - node.alternative = mangleStrings(node.alternative); - } - return node; - })); - } - } - - var to_ascii = typeof atob == "undefined" ? function(b64) { - return Buffer.from(b64, "base64").toString(); - } : atob; - var to_base64 = typeof btoa == "undefined" ? function(str) { - return Buffer.from(str).toString("base64"); - } : btoa; - - function read_source_map(code) { - var match = /(?:^|[^.])\/\/# sourceMappingURL=data:application\/json(;[\w=-]*)?;base64,([+/0-9A-Za-z]*=*)\s*$/.exec(code); - if (!match) { - AST_Node.warn("inline source map not found"); - return null; - } - return to_ascii(match[2]); - } - - function set_shorthand(name, options, keys) { - if (options[name]) { - keys.forEach(function(key) { - if (options[key]) { - if (typeof options[key] != "object") options[key] = {}; - if (!(name in options[key])) options[key][name] = options[name]; - } - }); - } - } - - function init_cache(cache) { - if (!cache) return; - if (!("props" in cache)) { - cache.props = new Dictionary(); - } else if (!(cache.props instanceof Dictionary)) { - cache.props = Dictionary.fromObject(cache.props); - } - } - - function to_json(cache) { - return { - props: cache.props.toObject() - }; - } - - function minify(files, options) { - var warn_function = AST_Node.warn_function; - try { - options = defaults(options, { - compress: {}, - ecma: undefined, - enclose: false, - ie8: false, - keep_classnames: undefined, - keep_fnames: false, - mangle: {}, - module: false, - nameCache: null, - output: {}, - parse: {}, - rename: undefined, - safari10: false, - sourceMap: false, - timings: false, - toplevel: false, - warnings: false, - wrap: false, - }, true); - var timings = options.timings && { - start: Date.now() - }; - if (options.keep_classnames === undefined) { - options.keep_classnames = options.keep_fnames; - } - if (options.rename === undefined) { - options.rename = options.compress && options.mangle; - } - set_shorthand("ecma", options, [ "parse", "compress", "output" ]); - set_shorthand("ie8", options, [ "compress", "mangle", "output" ]); - set_shorthand("keep_classnames", options, [ "compress", "mangle" ]); - set_shorthand("keep_fnames", options, [ "compress", "mangle" ]); - set_shorthand("module", options, [ "parse", "compress", "mangle" ]); - set_shorthand("safari10", options, [ "mangle", "output" ]); - set_shorthand("toplevel", options, [ "compress", "mangle" ]); - set_shorthand("warnings", options, [ "compress" ]); - var quoted_props; - if (options.mangle) { - options.mangle = defaults(options.mangle, { - cache: options.nameCache && (options.nameCache.vars || {}), - eval: false, - ie8: false, - keep_classnames: false, - keep_fnames: false, - module: false, - properties: false, - reserved: [], - safari10: false, - toplevel: false, - }, true); - if (options.mangle.properties) { - if (typeof options.mangle.properties != "object") { - options.mangle.properties = {}; - } - if (options.mangle.properties.keep_quoted) { - quoted_props = options.mangle.properties.reserved; - if (!Array.isArray(quoted_props)) quoted_props = []; - options.mangle.properties.reserved = quoted_props; - } - if (options.nameCache && !("cache" in options.mangle.properties)) { - options.mangle.properties.cache = options.nameCache.props || {}; - } - } - init_cache(options.mangle.cache); - init_cache(options.mangle.properties.cache); - } - if (options.sourceMap) { - options.sourceMap = defaults(options.sourceMap, { - content: null, - filename: null, - includeSources: false, - root: null, - url: null, - }, true); - } - var warnings = []; - if (options.warnings && !AST_Node.warn_function) { - AST_Node.warn_function = function(warning) { - warnings.push(warning); - }; - } - if (timings) timings.parse = Date.now(); - var toplevel; - if (files instanceof AST_Toplevel) { - toplevel = files; - } else { - if (typeof files == "string") { - files = [ files ]; - } - options.parse = options.parse || {}; - options.parse.toplevel = null; - for (var name in files) if (HOP(files, name)) { - options.parse.filename = name; - options.parse.toplevel = parse(files[name], options.parse); - if (options.sourceMap && options.sourceMap.content == "inline") { - if (Object.keys(files).length > 1) - throw new Error("inline source map only works with singular input"); - options.sourceMap.content = read_source_map(files[name]); - } - } - toplevel = options.parse.toplevel; - } - if (quoted_props) { - reserve_quoted_keys(toplevel, quoted_props); - } - if (options.wrap) { - toplevel = toplevel.wrap_commonjs(options.wrap); - } - if (options.enclose) { - toplevel = toplevel.wrap_enclose(options.enclose); - } - if (timings) timings.rename = Date.now(); - if (timings) timings.compress = Date.now(); - if (options.compress) toplevel = new Compressor(options.compress).compress(toplevel); - if (timings) timings.scope = Date.now(); - if (options.mangle) toplevel.figure_out_scope(options.mangle); - if (timings) timings.mangle = Date.now(); - if (options.mangle) { - base54.reset(); - toplevel.compute_char_frequency(options.mangle); - toplevel.mangle_names(options.mangle); - } - if (timings) timings.properties = Date.now(); - if (options.mangle && options.mangle.properties) { - toplevel = mangle_properties(toplevel, options.mangle.properties); - } - if (timings) timings.output = Date.now(); - var result = {}; - if (options.output.ast) { - result.ast = toplevel; - } - if (!HOP(options.output, "code") || options.output.code) { - if (options.sourceMap) { - if (typeof options.sourceMap.content == "string") { - options.sourceMap.content = JSON.parse(options.sourceMap.content); - } - options.output.source_map = SourceMap({ - file: options.sourceMap.filename, - orig: options.sourceMap.content, - root: options.sourceMap.root - }); - if (options.sourceMap.includeSources) { - if (files instanceof AST_Toplevel) { - throw new Error("original source content unavailable"); - } else for (var name in files) if (HOP(files, name)) { - options.output.source_map.get().setSourceContent(name, files[name]); - } - } - } - delete options.output.ast; - delete options.output.code; - var stream = OutputStream(options.output); - toplevel.print(stream); - result.code = stream.get(); - if (options.sourceMap) { - result.map = options.output.source_map.toString(); - if (options.sourceMap.url == "inline") { - result.code += "\n//# sourceMappingURL=data:application/json;charset=utf-8;base64," + to_base64(result.map); - } else if (options.sourceMap.url) { - result.code += "\n//# sourceMappingURL=" + options.sourceMap.url; - } - } - } - if (options.nameCache && options.mangle) { - if (options.mangle.cache) options.nameCache.vars = to_json(options.mangle.cache); - if (options.mangle.properties && options.mangle.properties.cache) { - options.nameCache.props = to_json(options.mangle.properties.cache); - } - } - if (timings) { - timings.end = Date.now(); - result.timings = { - parse: 1e-3 * (timings.rename - timings.parse), - rename: 1e-3 * (timings.compress - timings.rename), - compress: 1e-3 * (timings.scope - timings.compress), - scope: 1e-3 * (timings.mangle - timings.scope), - mangle: 1e-3 * (timings.properties - timings.mangle), - properties: 1e-3 * (timings.output - timings.properties), - output: 1e-3 * (timings.end - timings.output), - total: 1e-3 * (timings.end - timings.start) - }; - } - if (warnings.length) { - result.warnings = warnings; - } - return result; - } catch (ex) { - return { error: ex }; - } finally { - AST_Node.warn_function = warn_function; - } - } - - /*********************************************************************** - - A JavaScript tokenizer / parser / beautifier / compressor. - https://github.com/mishoo/UglifyJS2 - - -------------------------------- (C) --------------------------------- - - Author: Mihai Bazon - - http://mihai.bazon.net/blog - - Distributed under the BSD license: - - Copyright 2012 (c) Mihai Bazon - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above - copyright notice, this list of conditions and the following - disclaimer. - - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - ***********************************************************************/ - - (function() { - - var normalize_directives = function(body) { - var in_directive = true; - - for (var i = 0; i < body.length; i++) { - if (in_directive && body[i] instanceof AST_Statement && body[i].body instanceof AST_String) { - body[i] = new AST_Directive({ - start: body[i].start, - end: body[i].end, - value: body[i].body.value - }); - } else if (in_directive && !(body[i] instanceof AST_Statement && body[i].body instanceof AST_String)) { - in_directive = false; - } - } - - return body; - }; - - var MOZ_TO_ME = { - Program: function(M) { - return new AST_Toplevel({ - start: my_start_token(M), - end: my_end_token(M), - body: normalize_directives(M.body.map(from_moz)) - }); - }, - ArrayPattern: function(M) { - return new AST_Destructuring({ - start: my_start_token(M), - end: my_end_token(M), - names: M.elements.map(function(elm) { - if (elm === null) { - return new AST_Hole(); - } - return from_moz(elm); - }), - is_array: true - }); - }, - ObjectPattern: function(M) { - return new AST_Destructuring({ - start: my_start_token(M), - end: my_end_token(M), - names: M.properties.map(from_moz), - is_array: false - }); - }, - AssignmentPattern: function(M) { - return new AST_Binary({ - start: my_start_token(M), - end: my_end_token(M), - left: from_moz(M.left), - operator: "=", - right: from_moz(M.right) - }); - }, - SpreadElement: function(M) { - return new AST_Expansion({ - start: my_start_token(M), - end: my_end_token(M), - expression: from_moz(M.argument) - }); - }, - RestElement: function(M) { - return new AST_Expansion({ - start: my_start_token(M), - end: my_end_token(M), - expression: from_moz(M.argument) - }); - }, - TemplateElement: function(M) { - return new AST_TemplateSegment({ - start: my_start_token(M), - end: my_end_token(M), - value: M.value.cooked, - raw: M.value.raw - }); - }, - TemplateLiteral: function(M) { - var segments = []; - for (var i = 0; i < M.quasis.length; i++) { - segments.push(from_moz(M.quasis[i])); - if (M.expressions[i]) { - segments.push(from_moz(M.expressions[i])); - } - } - return new AST_TemplateString({ - start: my_start_token(M), - end: my_end_token(M), - segments: segments - }); - }, - TaggedTemplateExpression: function(M) { - return new AST_PrefixedTemplateString({ - start: my_start_token(M), - end: my_end_token(M), - template_string: from_moz(M.quasi), - prefix: from_moz(M.tag) - }); - }, - FunctionDeclaration: function(M) { - return new AST_Defun({ - start: my_start_token(M), - end: my_end_token(M), - name: from_moz(M.id), - argnames: M.params.map(from_moz), - is_generator: M.generator, - async: M.async, - body: normalize_directives(from_moz(M.body).body) - }); - }, - FunctionExpression: function(M) { - return new AST_Function({ - start: my_start_token(M), - end: my_end_token(M), - name: from_moz(M.id), - argnames: M.params.map(from_moz), - is_generator: M.generator, - async: M.async, - body: normalize_directives(from_moz(M.body).body) - }); - }, - ArrowFunctionExpression: function(M) { - return new AST_Arrow({ - start: my_start_token(M), - end: my_end_token(M), - argnames: M.params.map(from_moz), - body: from_moz(M.body), - async: M.async, - }); - }, - ExpressionStatement: function(M) { - return new AST_SimpleStatement({ - start: my_start_token(M), - end: my_end_token(M), - body: from_moz(M.expression) - }); - }, - TryStatement: function(M) { - var handlers = M.handlers || [M.handler]; - if (handlers.length > 1 || M.guardedHandlers && M.guardedHandlers.length) { - throw new Error("Multiple catch clauses are not supported."); - } - return new AST_Try({ - start : my_start_token(M), - end : my_end_token(M), - body : from_moz(M.block).body, - bcatch : from_moz(handlers[0]), - bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null - }); - }, - Property: function(M) { - var key = M.key; - var args = { - start : my_start_token(key || M.value), - end : my_end_token(M.value), - key : key.type == "Identifier" ? key.name : key.value, - value : from_moz(M.value) - }; - if (M.computed) { - args.key = from_moz(M.key); - } - if (M.method) { - args.is_generator = M.value.generator; - args.async = M.value.async; - if (!M.computed) { - args.key = new AST_SymbolMethod({ name: args.key }); - } else { - args.key = from_moz(M.key); - } - return new AST_ConciseMethod(args); - } - if (M.kind == "init") { - if (key.type != "Identifier" && key.type != "Literal") { - args.key = from_moz(key); - } - return new AST_ObjectKeyVal(args); - } - if (typeof args.key === "string" || typeof args.key === "number") { - args.key = new AST_SymbolMethod({ - name: args.key - }); - } - args.value = new AST_Accessor(args.value); - if (M.kind == "get") return new AST_ObjectGetter(args); - if (M.kind == "set") return new AST_ObjectSetter(args); - if (M.kind == "method") { - args.async = M.value.async; - args.is_generator = M.value.generator; - args.quote = M.computed ? "\"" : null; - return new AST_ConciseMethod(args); - } - }, - MethodDefinition: function(M) { - var args = { - start : my_start_token(M), - end : my_end_token(M), - key : M.computed ? from_moz(M.key) : new AST_SymbolMethod({ name: M.key.name || M.key.value }), - value : from_moz(M.value), - static : M.static, - }; - if (M.kind == "get") { - return new AST_ObjectGetter(args); - } - if (M.kind == "set") { - return new AST_ObjectSetter(args); - } - args.is_generator = M.value.generator; - args.async = M.value.async; - return new AST_ConciseMethod(args); - }, - ArrayExpression: function(M) { - return new AST_Array({ - start : my_start_token(M), - end : my_end_token(M), - elements : M.elements.map(function(elem) { - return elem === null ? new AST_Hole() : from_moz(elem); - }) - }); - }, - ObjectExpression: function(M) { - return new AST_Object({ - start : my_start_token(M), - end : my_end_token(M), - properties : M.properties.map(function(prop) { - if (prop.type === "SpreadElement") { - return from_moz(prop); - } - prop.type = "Property"; - return from_moz(prop); - }) - }); - }, - SequenceExpression: function(M) { - return new AST_Sequence({ - start : my_start_token(M), - end : my_end_token(M), - expressions: M.expressions.map(from_moz) - }); - }, - MemberExpression: function(M) { - return new (M.computed ? AST_Sub : AST_Dot)({ - start : my_start_token(M), - end : my_end_token(M), - property : M.computed ? from_moz(M.property) : M.property.name, - expression : from_moz(M.object) - }); - }, - SwitchCase: function(M) { - return new (M.test ? AST_Case : AST_Default)({ - start : my_start_token(M), - end : my_end_token(M), - expression : from_moz(M.test), - body : M.consequent.map(from_moz) - }); - }, - VariableDeclaration: function(M) { - return new (M.kind === "const" ? AST_Const : - M.kind === "let" ? AST_Let : AST_Var)({ - start : my_start_token(M), - end : my_end_token(M), - definitions : M.declarations.map(from_moz) - }); - }, - - ImportDeclaration: function(M) { - var imported_name = null; - var imported_names = null; - M.specifiers.forEach(function (specifier) { - if (specifier.type === "ImportSpecifier") { - if (!imported_names) { imported_names = []; } - imported_names.push(new AST_NameMapping({ - start: my_start_token(specifier), - end: my_end_token(specifier), - foreign_name: from_moz(specifier.imported), - name: from_moz(specifier.local) - })); - } else if (specifier.type === "ImportDefaultSpecifier") { - imported_name = from_moz(specifier.local); - } else if (specifier.type === "ImportNamespaceSpecifier") { - if (!imported_names) { imported_names = []; } - imported_names.push(new AST_NameMapping({ - start: my_start_token(specifier), - end: my_end_token(specifier), - foreign_name: new AST_SymbolImportForeign({ name: "*" }), - name: from_moz(specifier.local) - })); - } - }); - return new AST_Import({ - start : my_start_token(M), - end : my_end_token(M), - imported_name: imported_name, - imported_names : imported_names, - module_name : from_moz(M.source) - }); - }, - ExportAllDeclaration: function(M) { - return new AST_Export({ - start: my_start_token(M), - end: my_end_token(M), - exported_names: [ - new AST_NameMapping({ - name: new AST_SymbolExportForeign({ name: "*" }), - foreign_name: new AST_SymbolExportForeign({ name: "*" }) - }) - ], - module_name: from_moz(M.source) - }); - }, - ExportNamedDeclaration: function(M) { - return new AST_Export({ - start: my_start_token(M), - end: my_end_token(M), - exported_definition: from_moz(M.declaration), - exported_names: M.specifiers && M.specifiers.length ? M.specifiers.map(function (specifier) { - return new AST_NameMapping({ - foreign_name: from_moz(specifier.exported), - name: from_moz(specifier.local) - }); - }) : null, - module_name: from_moz(M.source) - }); - }, - ExportDefaultDeclaration: function(M) { - return new AST_Export({ - start: my_start_token(M), - end: my_end_token(M), - exported_value: from_moz(M.declaration), - is_default: true - }); - }, - Literal: function(M) { - var val = M.value, args = { - start : my_start_token(M), - end : my_end_token(M) - }; - if (val === null) return new AST_Null(args); - var rx = M.regex; - if (rx && rx.pattern) { - // RegExpLiteral as per ESTree AST spec - args.value = new RegExp(rx.pattern, rx.flags); - var raw = args.value.toString(); - args.value.raw_source = rx.flags - ? raw.substring(0, raw.length - rx.flags.length) + rx.flags - : raw; - return new AST_RegExp(args); - } else if (rx) { - // support legacy RegExp - args.value = M.regex && M.raw ? M.raw : val; - return new AST_RegExp(args); - } - switch (typeof val) { - case "string": - args.value = val; - return new AST_String(args); - case "number": - args.value = val; - return new AST_Number(args); - case "boolean": - return new (val ? AST_True : AST_False)(args); - } - }, - MetaProperty: function(M) { - if (M.meta.name === "new" && M.property.name === "target") { - return new AST_NewTarget({ - start: my_start_token(M), - end: my_end_token(M) - }); - } - }, - Identifier: function(M) { - var p = FROM_MOZ_STACK[FROM_MOZ_STACK.length - 2]; - return new ( p.type == "LabeledStatement" ? AST_Label - : p.type == "VariableDeclarator" && p.id === M ? (p.kind == "const" ? AST_SymbolConst : p.kind == "let" ? AST_SymbolLet : AST_SymbolVar) - : /Import.*Specifier/.test(p.type) ? (p.local === M ? AST_SymbolImport : AST_SymbolImportForeign) - : p.type == "ExportSpecifier" ? (p.local === M ? AST_SymbolExport : AST_SymbolExportForeign) - : p.type == "FunctionExpression" ? (p.id === M ? AST_SymbolLambda : AST_SymbolFunarg) - : p.type == "FunctionDeclaration" ? (p.id === M ? AST_SymbolDefun : AST_SymbolFunarg) - : p.type == "ArrowFunctionExpression" ? (p.params.includes(M)) ? AST_SymbolFunarg : AST_SymbolRef - : p.type == "ClassExpression" ? (p.id === M ? AST_SymbolClass : AST_SymbolRef) - : p.type == "Property" ? (p.key === M && p.computed || p.value === M ? AST_SymbolRef : AST_SymbolMethod) - : p.type == "ClassDeclaration" ? (p.id === M ? AST_SymbolDefClass : AST_SymbolRef) - : p.type == "MethodDefinition" ? (p.computed ? AST_SymbolRef : AST_SymbolMethod) - : p.type == "CatchClause" ? AST_SymbolCatch - : p.type == "BreakStatement" || p.type == "ContinueStatement" ? AST_LabelRef - : AST_SymbolRef)({ - start : my_start_token(M), - end : my_end_token(M), - name : M.name - }); - } - }; - - MOZ_TO_ME.UpdateExpression = - MOZ_TO_ME.UnaryExpression = function To_Moz_Unary(M) { - var prefix = "prefix" in M ? M.prefix - : M.type == "UnaryExpression" ? true : false; - return new (prefix ? AST_UnaryPrefix : AST_UnaryPostfix)({ - start : my_start_token(M), - end : my_end_token(M), - operator : M.operator, - expression : from_moz(M.argument) - }); - }; - - MOZ_TO_ME.ClassDeclaration = - MOZ_TO_ME.ClassExpression = function From_Moz_Class(M) { - return new (M.type === "ClassDeclaration" ? AST_DefClass : AST_ClassExpression)({ - start : my_start_token(M), - end : my_end_token(M), - name : from_moz(M.id), - extends : from_moz(M.superClass), - properties: M.body.body.map(from_moz) - }); - }; - - map("EmptyStatement", AST_EmptyStatement); - map("BlockStatement", AST_BlockStatement, "body@body"); - map("IfStatement", AST_If, "test>condition, consequent>body, alternate>alternative"); - map("LabeledStatement", AST_LabeledStatement, "label>label, body>body"); - map("BreakStatement", AST_Break, "label>label"); - map("ContinueStatement", AST_Continue, "label>label"); - map("WithStatement", AST_With, "object>expression, body>body"); - map("SwitchStatement", AST_Switch, "discriminant>expression, cases@body"); - map("ReturnStatement", AST_Return, "argument>value"); - map("ThrowStatement", AST_Throw, "argument>value"); - map("WhileStatement", AST_While, "test>condition, body>body"); - map("DoWhileStatement", AST_Do, "test>condition, body>body"); - map("ForStatement", AST_For, "init>init, test>condition, update>step, body>body"); - map("ForInStatement", AST_ForIn, "left>init, right>object, body>body"); - map("ForOfStatement", AST_ForOf, "left>init, right>object, body>body, await=await"); - map("AwaitExpression", AST_Await, "argument>expression"); - map("YieldExpression", AST_Yield, "argument>expression, delegate=is_star"); - map("DebuggerStatement", AST_Debugger); - map("VariableDeclarator", AST_VarDef, "id>name, init>value"); - map("CatchClause", AST_Catch, "param>argname, body%body"); - - map("ThisExpression", AST_This); - map("Super", AST_Super); - map("BinaryExpression", AST_Binary, "operator=operator, left>left, right>right"); - map("LogicalExpression", AST_Binary, "operator=operator, left>left, right>right"); - map("AssignmentExpression", AST_Assign, "operator=operator, left>left, right>right"); - map("ConditionalExpression", AST_Conditional, "test>condition, consequent>consequent, alternate>alternative"); - map("NewExpression", AST_New, "callee>expression, arguments@args"); - map("CallExpression", AST_Call, "callee>expression, arguments@args"); - - def_to_moz(AST_Toplevel, function To_Moz_Program(M) { - return to_moz_scope("Program", M); - }); - - def_to_moz(AST_Expansion, function To_Moz_Spread(M, parent) { - return { - type: to_moz_in_destructuring() ? "RestElement" : "SpreadElement", - argument: to_moz(M.expression) - }; - }); - - def_to_moz(AST_PrefixedTemplateString, function To_Moz_TaggedTemplateExpression(M) { - return { - type: "TaggedTemplateExpression", - tag: to_moz(M.prefix), - quasi: to_moz(M.template_string) - }; - }); - - def_to_moz(AST_TemplateString, function To_Moz_TemplateLiteral(M) { - var quasis = []; - var expressions = []; - for (var i = 0; i < M.segments.length; i++) { - if (i % 2 !== 0) { - expressions.push(to_moz(M.segments[i])); - } else { - quasis.push({ - type: "TemplateElement", - value: { - raw: M.segments[i].raw, - cooked: M.segments[i].value - }, - tail: i === M.segments.length - 1 - }); - } - } - return { - type: "TemplateLiteral", - quasis: quasis, - expressions: expressions - }; - }); - - def_to_moz(AST_Defun, function To_Moz_FunctionDeclaration(M) { - return { - type: "FunctionDeclaration", - id: to_moz(M.name), - params: M.argnames.map(to_moz), - generator: M.is_generator, - async: M.async, - body: to_moz_scope("BlockStatement", M) - }; - }); - - def_to_moz(AST_Function, function To_Moz_FunctionExpression(M, parent) { - var is_generator = parent.is_generator !== undefined ? - parent.is_generator : M.is_generator; - return { - type: "FunctionExpression", - id: to_moz(M.name), - params: M.argnames.map(to_moz), - generator: is_generator, - async: M.async, - body: to_moz_scope("BlockStatement", M) - }; - }); - - def_to_moz(AST_Arrow, function To_Moz_ArrowFunctionExpression(M) { - var body = M.body instanceof Array ? { - type: "BlockStatement", - body: M.body.map(to_moz) - } : to_moz(M.body); - return { - type: "ArrowFunctionExpression", - params: M.argnames.map(to_moz), - async: M.async, - body: body - }; - }); - - def_to_moz(AST_Destructuring, function To_Moz_ObjectPattern(M) { - if (M.is_array) { - return { - type: "ArrayPattern", - elements: M.names.map(to_moz) - }; - } - return { - type: "ObjectPattern", - properties: M.names.map(to_moz) - }; - }); - - def_to_moz(AST_Directive, function To_Moz_Directive(M) { - return { - type: "ExpressionStatement", - expression: { - type: "Literal", - value: M.value - } - }; - }); - - def_to_moz(AST_SimpleStatement, function To_Moz_ExpressionStatement(M) { - return { - type: "ExpressionStatement", - expression: to_moz(M.body) - }; - }); - - def_to_moz(AST_SwitchBranch, function To_Moz_SwitchCase(M) { - return { - type: "SwitchCase", - test: to_moz(M.expression), - consequent: M.body.map(to_moz) - }; - }); - - def_to_moz(AST_Try, function To_Moz_TryStatement(M) { - return { - type: "TryStatement", - block: to_moz_block(M), - handler: to_moz(M.bcatch), - guardedHandlers: [], - finalizer: to_moz(M.bfinally) - }; - }); - - def_to_moz(AST_Catch, function To_Moz_CatchClause(M) { - return { - type: "CatchClause", - param: to_moz(M.argname), - guard: null, - body: to_moz_block(M) - }; - }); - - def_to_moz(AST_Definitions, function To_Moz_VariableDeclaration(M) { - return { - type: "VariableDeclaration", - kind: - M instanceof AST_Const ? "const" : - M instanceof AST_Let ? "let" : "var", - declarations: M.definitions.map(to_moz) - }; - }); - - def_to_moz(AST_Export, function To_Moz_ExportDeclaration(M) { - if (M.exported_names) { - if (M.exported_names[0].name.name === "*") { - return { - type: "ExportAllDeclaration", - source: to_moz(M.module_name) - }; - } - return { - type: "ExportNamedDeclaration", - specifiers: M.exported_names.map(function (name_mapping) { - return { - type: "ExportSpecifier", - exported: to_moz(name_mapping.foreign_name), - local: to_moz(name_mapping.name) - }; - }), - declaration: to_moz(M.exported_definition), - source: to_moz(M.module_name) - }; - } - return { - type: M.is_default ? "ExportDefaultDeclaration" : "ExportNamedDeclaration", - declaration: to_moz(M.exported_value || M.exported_definition) - }; - }); - - def_to_moz(AST_Import, function To_Moz_ImportDeclaration(M) { - var specifiers = []; - if (M.imported_name) { - specifiers.push({ - type: "ImportDefaultSpecifier", - local: to_moz(M.imported_name) - }); - } - if (M.imported_names && M.imported_names[0].foreign_name.name === "*") { - specifiers.push({ - type: "ImportNamespaceSpecifier", - local: to_moz(M.imported_names[0].name) - }); - } else if (M.imported_names) { - M.imported_names.forEach(function(name_mapping) { - specifiers.push({ - type: "ImportSpecifier", - local: to_moz(name_mapping.name), - imported: to_moz(name_mapping.foreign_name) - }); - }); - } - return { - type: "ImportDeclaration", - specifiers: specifiers, - source: to_moz(M.module_name) - }; - }); - - def_to_moz(AST_Sequence, function To_Moz_SequenceExpression(M) { - return { - type: "SequenceExpression", - expressions: M.expressions.map(to_moz) - }; - }); - - def_to_moz(AST_PropAccess, function To_Moz_MemberExpression(M) { - var isComputed = M instanceof AST_Sub; - return { - type: "MemberExpression", - object: to_moz(M.expression), - computed: isComputed, - property: isComputed ? to_moz(M.property) : {type: "Identifier", name: M.property} - }; - }); - - def_to_moz(AST_Unary, function To_Moz_Unary(M) { - return { - type: M.operator == "++" || M.operator == "--" ? "UpdateExpression" : "UnaryExpression", - operator: M.operator, - prefix: M instanceof AST_UnaryPrefix, - argument: to_moz(M.expression) - }; - }); - - def_to_moz(AST_Binary, function To_Moz_BinaryExpression(M) { - if (M.operator == "=" && to_moz_in_destructuring()) { - return { - type: "AssignmentPattern", - left: to_moz(M.left), - right: to_moz(M.right) - }; - } - return { - type: M.operator == "&&" || M.operator == "||" ? "LogicalExpression" : "BinaryExpression", - left: to_moz(M.left), - operator: M.operator, - right: to_moz(M.right) - }; - }); - - def_to_moz(AST_Array, function To_Moz_ArrayExpression(M) { - return { - type: "ArrayExpression", - elements: M.elements.map(to_moz) - }; - }); - - def_to_moz(AST_Object, function To_Moz_ObjectExpression(M) { - return { - type: "ObjectExpression", - properties: M.properties.map(to_moz) - }; - }); - - def_to_moz(AST_ObjectProperty, function To_Moz_Property(M, parent) { - var key = M.key instanceof AST_Node ? to_moz(M.key) : { - type: "Identifier", - value: M.key - }; - if (typeof M.key === "number") { - key = { - type: "Literal", - value: Number(M.key) - }; - } - if (typeof M.key === "string") { - key = { - type: "Identifier", - name: M.key - }; - } - var kind; - var string_or_num = typeof M.key === "string" || typeof M.key === "number"; - var computed = string_or_num ? false : !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef; - if (M instanceof AST_ObjectKeyVal) { - kind = "init"; - computed = !string_or_num; - } else - if (M instanceof AST_ObjectGetter) { - kind = "get"; - } else - if (M instanceof AST_ObjectSetter) { - kind = "set"; - } - if (parent instanceof AST_Class) { - return { - type: "MethodDefinition", - computed: computed, - kind: kind, - static: M.static, - key: to_moz(M.key), - value: to_moz(M.value) - }; - } - return { - type: "Property", - computed: computed, - kind: kind, - key: key, - value: to_moz(M.value) - }; - }); - - def_to_moz(AST_ConciseMethod, function To_Moz_MethodDefinition(M, parent) { - if (parent instanceof AST_Object) { - return { - type: "Property", - computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef, - kind: "init", - method: true, - shorthand: false, - key: to_moz(M.key), - value: to_moz(M.value) - }; - } - return { - type: "MethodDefinition", - computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef, - kind: M.key === "constructor" ? "constructor" : "method", - static: M.static, - key: to_moz(M.key), - value: to_moz(M.value) - }; - }); - - def_to_moz(AST_Class, function To_Moz_Class(M) { - var type = M instanceof AST_ClassExpression ? "ClassExpression" : "ClassDeclaration"; - return { - type: type, - superClass: to_moz(M.extends), - id: M.name ? to_moz(M.name) : null, - body: { - type: "ClassBody", - body: M.properties.map(to_moz) - } - }; - }); - - def_to_moz(AST_NewTarget, function To_Moz_MetaProperty(M) { - return { - type: "MetaProperty", - meta: { - type: "Identifier", - name: "new" - }, - property: { - type: "Identifier", - name: "target" - } - }; - }); - - def_to_moz(AST_Symbol, function To_Moz_Identifier(M, parent) { - if (M instanceof AST_SymbolMethod && parent.quote) { - return { - type: "Literal", - value: M.name - }; - } - var def = M.definition(); - return { - type: "Identifier", - name: def ? def.mangled_name || def.name : M.name - }; - }); - - def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) { - var pattern = M.value.source; - var flags = M.value.toString().match(/[gimuys]*$/)[0]; - return { - type: "Literal", - value: new RegExp(pattern, flags), - raw: M.value.raw_source, - regex: { - pattern: pattern, - flags: flags, - } - }; - }); - - def_to_moz(AST_Constant, function To_Moz_Literal(M) { - var value = M.value; - if (typeof value === "number" && (value < 0 || (value === 0 && 1 / value < 0))) { - return { - type: "UnaryExpression", - operator: "-", - prefix: true, - argument: { - type: "Literal", - value: -value, - raw: M.start.raw - } - }; - } - return { - type: "Literal", - value: value, - raw: M.start.raw - }; - }); - - def_to_moz(AST_Atom, function To_Moz_Atom(M) { - return { - type: "Identifier", - name: String(M.value) - }; - }); - - AST_Boolean.DEFMETHOD("to_mozilla_ast", AST_Constant.prototype.to_mozilla_ast); - AST_Null.DEFMETHOD("to_mozilla_ast", AST_Constant.prototype.to_mozilla_ast); - AST_Hole.DEFMETHOD("to_mozilla_ast", function To_Moz_ArrayHole() { return null; }); - - AST_Block.DEFMETHOD("to_mozilla_ast", AST_BlockStatement.prototype.to_mozilla_ast); - AST_Lambda.DEFMETHOD("to_mozilla_ast", AST_Function.prototype.to_mozilla_ast); - - /* -----[ tools ]----- */ - - function raw_token(moznode) { - if (moznode.type == "Literal") { - return moznode.raw != null ? moznode.raw : moznode.value + ""; - } - } - - function my_start_token(moznode) { - var loc = moznode.loc, start = loc && loc.start; - var range = moznode.range; - return new AST_Token({ - file : loc && loc.source, - line : start && start.line, - col : start && start.column, - pos : range ? range[0] : moznode.start, - endline : start && start.line, - endcol : start && start.column, - endpos : range ? range[0] : moznode.start, - raw : raw_token(moznode), - }); - } - - function my_end_token(moznode) { - var loc = moznode.loc, end = loc && loc.end; - var range = moznode.range; - return new AST_Token({ - file : loc && loc.source, - line : end && end.line, - col : end && end.column, - pos : range ? range[1] : moznode.end, - endline : end && end.line, - endcol : end && end.column, - endpos : range ? range[1] : moznode.end, - raw : raw_token(moznode), - }); - } - - function map(moztype, mytype, propmap) { - var moz_to_me = "function From_Moz_" + moztype + "(M){\n"; - moz_to_me += "return new U2." + mytype.name + "({\n" + - "start: my_start_token(M),\n" + - "end: my_end_token(M)"; - - var me_to_moz = "function To_Moz_" + moztype + "(M){\n"; - me_to_moz += "return {\n" + - "type: " + JSON.stringify(moztype); - - if (propmap) propmap.split(/\s*,\s*/).forEach(function(prop) { - var m = /([a-z0-9$_]+)([=@>%])([a-z0-9$_]+)/i.exec(prop); - if (!m) throw new Error("Can't understand property map: " + prop); - var moz = m[1], how = m[2], my = m[3]; - moz_to_me += ",\n" + my + ": "; - me_to_moz += ",\n" + moz + ": "; - switch (how) { - case "@": - moz_to_me += "M." + moz + ".map(from_moz)"; - me_to_moz += "M." + my + ".map(to_moz)"; - break; - case ">": - moz_to_me += "from_moz(M." + moz + ")"; - me_to_moz += "to_moz(M." + my + ")"; - break; - case "=": - moz_to_me += "M." + moz; - me_to_moz += "M." + my; - break; - case "%": - moz_to_me += "from_moz(M." + moz + ").body"; - me_to_moz += "to_moz_block(M)"; - break; - default: - throw new Error("Can't understand operator in propmap: " + prop); - } - }); - - moz_to_me += "\n})\n}"; - me_to_moz += "\n}\n}"; - - //moz_to_me = parse(moz_to_me).print_to_string({ beautify: true }); - //me_to_moz = parse(me_to_moz).print_to_string({ beautify: true }); - //console.log(moz_to_me); - - moz_to_me = new Function("U2", "my_start_token", "my_end_token", "from_moz", "return(" + moz_to_me + ")")( - ast, my_start_token, my_end_token, from_moz - ); - me_to_moz = new Function("to_moz", "to_moz_block", "to_moz_scope", "return(" + me_to_moz + ")")( - to_moz, to_moz_block, to_moz_scope - ); - MOZ_TO_ME[moztype] = moz_to_me; - def_to_moz(mytype, me_to_moz); - } - - var FROM_MOZ_STACK = null; - - function from_moz(node) { - FROM_MOZ_STACK.push(node); - var ret = node != null ? MOZ_TO_ME[node.type](node) : null; - FROM_MOZ_STACK.pop(); - return ret; - } - - AST_Node.from_mozilla_ast = function(node) { - var save_stack = FROM_MOZ_STACK; - FROM_MOZ_STACK = []; - var ast = from_moz(node); - FROM_MOZ_STACK = save_stack; - return ast; - }; - - function set_moz_loc(mynode, moznode, myparent) { - var start = mynode.start; - var end = mynode.end; - if (start.pos != null && end.endpos != null) { - moznode.range = [start.pos, end.endpos]; - } - if (start.line) { - moznode.loc = { - start: {line: start.line, column: start.col}, - end: end.endline ? {line: end.endline, column: end.endcol} : null - }; - if (start.file) { - moznode.loc.source = start.file; - } - } - return moznode; - } - - function def_to_moz(mytype, handler) { - mytype.DEFMETHOD("to_mozilla_ast", function(parent) { - return set_moz_loc(this, handler(this, parent)); - }); - } - - var TO_MOZ_STACK = null; - - function to_moz(node) { - if (TO_MOZ_STACK === null) { TO_MOZ_STACK = []; } - TO_MOZ_STACK.push(node); - var ast = node != null ? node.to_mozilla_ast(TO_MOZ_STACK[TO_MOZ_STACK.length - 2]) : null; - TO_MOZ_STACK.pop(); - if (TO_MOZ_STACK.length === 0) { TO_MOZ_STACK = null; } - return ast; - } - - function to_moz_in_destructuring() { - var i = TO_MOZ_STACK.length; - while (i--) { - if (TO_MOZ_STACK[i] instanceof AST_Destructuring) { - return true; - } - } - return false; - } - - function to_moz_block(node) { - return { - type: "BlockStatement", - body: node.body.map(to_moz) - }; - } - - function to_moz_scope(type, node) { - var body = node.body.map(to_moz); - if (node.body[0] instanceof AST_SimpleStatement && node.body[0].body instanceof AST_String) { - body.unshift(to_moz(new AST_EmptyStatement(node.body[0]))); - } - return { - type: type, - body: body - }; - } - })(); - - // API - - exports.minify = minify; - exports.AST_Array = AST_Array; - exports.AST_Assign = AST_Assign; - exports.AST_Constant = AST_Constant; - exports.AST_Node = AST_Node; - exports.AST_PropAccess = AST_PropAccess; - exports.AST_Sequence = AST_Sequence; - exports.AST_Symbol = AST_Symbol; - exports.AST_Token = AST_Token; - exports.TreeTransformer = TreeTransformer; - exports.TreeWalker = TreeWalker; - exports.defaults = defaults; - exports.Dictionary = Dictionary; - exports.push_uniq = push_uniq; - exports.string_template = string_template; - exports.base54 = base54; - exports.Compressor = Compressor; - exports.OutputStream = OutputStream; - exports.parse = parse; - exports.mangle_properties = mangle_properties; - exports.reserve_quoted_keys = reserve_quoted_keys; - exports.JS_Parse_Error = JS_Parse_Error; - exports.tokenizer = tokenizer; - exports.to_ascii = to_ascii; - exports.AST_Accessor = AST_Accessor; - exports.AST_Arrow = AST_Arrow; - exports.AST_Atom = AST_Atom; - exports.AST_Await = AST_Await; - exports.AST_Binary = AST_Binary; - exports.AST_Block = AST_Block; - exports.AST_BlockStatement = AST_BlockStatement; - exports.AST_Boolean = AST_Boolean; - exports.AST_Break = AST_Break; - exports.AST_Call = AST_Call; - exports.AST_Case = AST_Case; - exports.AST_Catch = AST_Catch; - exports.AST_Class = AST_Class; - exports.AST_ClassExpression = AST_ClassExpression; - exports.AST_ConciseMethod = AST_ConciseMethod; - exports.AST_Conditional = AST_Conditional; - exports.AST_Const = AST_Const; - exports.AST_Continue = AST_Continue; - exports.AST_Debugger = AST_Debugger; - exports.AST_Default = AST_Default; - exports.AST_DefaultAssign = AST_DefaultAssign; - exports.AST_DefClass = AST_DefClass; - exports.AST_Definitions = AST_Definitions; - exports.AST_Defun = AST_Defun; - exports.AST_Destructuring = AST_Destructuring; - exports.AST_Directive = AST_Directive; - exports.AST_Do = AST_Do; - exports.AST_Dot = AST_Dot; - exports.AST_DWLoop = AST_DWLoop; - exports.AST_EmptyStatement = AST_EmptyStatement; - exports.AST_Exit = AST_Exit; - exports.AST_Expansion = AST_Expansion; - exports.AST_Export = AST_Export; - exports.AST_False = AST_False; - exports.AST_Finally = AST_Finally; - exports.AST_For = AST_For; - exports.AST_ForIn = AST_ForIn; - exports.AST_ForOf = AST_ForOf; - exports.AST_Function = AST_Function; - exports.AST_Hole = AST_Hole; - exports.AST_If = AST_If; - exports.AST_Import = AST_Import; - exports.AST_Infinity = AST_Infinity; - exports.AST_IterationStatement = AST_IterationStatement; - exports.AST_Jump = AST_Jump; - exports.AST_Label = AST_Label; - exports.AST_LabeledStatement = AST_LabeledStatement; - exports.AST_LabelRef = AST_LabelRef; - exports.AST_Lambda = AST_Lambda; - exports.AST_Let = AST_Let; - exports.AST_LoopControl = AST_LoopControl; - exports.AST_NameMapping = AST_NameMapping; - exports.AST_NaN = AST_NaN; - exports.AST_New = AST_New; - exports.AST_NewTarget = AST_NewTarget; - exports.AST_Null = AST_Null; - exports.AST_Number = AST_Number; - exports.AST_Object = AST_Object; - exports.AST_ObjectGetter = AST_ObjectGetter; - exports.AST_ObjectKeyVal = AST_ObjectKeyVal; - exports.AST_ObjectProperty = AST_ObjectProperty; - exports.AST_ObjectSetter = AST_ObjectSetter; - exports.AST_PrefixedTemplateString = AST_PrefixedTemplateString; - exports.AST_RegExp = AST_RegExp; - exports.AST_Return = AST_Return; - exports.AST_Scope = AST_Scope; - exports.AST_SimpleStatement = AST_SimpleStatement; - exports.AST_Statement = AST_Statement; - exports.AST_StatementWithBody = AST_StatementWithBody; - exports.AST_String = AST_String; - exports.AST_Sub = AST_Sub; - exports.AST_Super = AST_Super; - exports.AST_Switch = AST_Switch; - exports.AST_SwitchBranch = AST_SwitchBranch; - exports.AST_SymbolBlockDeclaration = AST_SymbolBlockDeclaration; - exports.AST_SymbolCatch = AST_SymbolCatch; - exports.AST_SymbolClass = AST_SymbolClass; - exports.AST_SymbolConst = AST_SymbolConst; - exports.AST_SymbolDeclaration = AST_SymbolDeclaration; - exports.AST_SymbolDefClass = AST_SymbolDefClass; - exports.AST_SymbolDefun = AST_SymbolDefun; - exports.AST_SymbolExport = AST_SymbolExport; - exports.AST_SymbolExportForeign = AST_SymbolExportForeign; - exports.AST_SymbolFunarg = AST_SymbolFunarg; - exports.AST_SymbolImport = AST_SymbolImport; - exports.AST_SymbolImportForeign = AST_SymbolImportForeign; - exports.AST_SymbolLambda = AST_SymbolLambda; - exports.AST_SymbolLet = AST_SymbolLet; - exports.AST_SymbolMethod = AST_SymbolMethod; - exports.AST_SymbolRef = AST_SymbolRef; - exports.AST_SymbolVar = AST_SymbolVar; - exports.AST_TemplateSegment = AST_TemplateSegment; - exports.AST_TemplateString = AST_TemplateString; - exports.AST_This = AST_This; - exports.AST_Throw = AST_Throw; - exports.AST_Toplevel = AST_Toplevel; - exports.AST_True = AST_True; - exports.AST_Try = AST_Try; - exports.AST_Unary = AST_Unary; - exports.AST_UnaryPostfix = AST_UnaryPostfix; - exports.AST_UnaryPrefix = AST_UnaryPrefix; - exports.AST_Undefined = AST_Undefined; - exports.AST_Var = AST_Var; - exports.AST_VarDef = AST_VarDef; - exports.AST_While = AST_While; - exports.AST_With = AST_With; - exports.AST_Yield = AST_Yield; - exports.walk_body = walk_body; - -})); -//# sourceMappingURL=bundle.js.map diff --git a/2019-setembro/node_modules/terser/dist/bundle.js.map b/2019-setembro/node_modules/terser/dist/bundle.js.map deleted file mode 100644 index 2d95fe1..0000000 --- a/2019-setembro/node_modules/terser/dist/bundle.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"bundle.js","sources":["../lib/utils.js","../lib/parse.js","../lib/ast.js","../lib/transform.js","../lib/output.js","../lib/scope.js","../lib/compress/index.js","../lib/sourcemap.js","../tools/domprops.js","../lib/propmangle.js","../lib/minify.js","../lib/mozilla-ast.js","../main.js"],"sourcesContent":["/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n AST_Binary,\n AST_Conditional,\n AST_Dot,\n AST_Sequence,\n AST_Statement,\n AST_Sub,\n AST_UnaryPostfix,\n} from \"./ast.js\";\n\nfunction characters(str) {\n return str.split(\"\");\n}\n\nfunction member(name, array) {\n return array.includes(name);\n}\n\nfunction find_if(func, array) {\n for (var i = 0, n = array.length; i < n; ++i) {\n if (func(array[i]))\n return array[i];\n }\n}\n\nfunction repeat_string(str, i) {\n if (i <= 0) return \"\";\n if (i == 1) return str;\n var d = repeat_string(str, i >> 1);\n d += d;\n if (i & 1) d += str;\n return d;\n}\n\nfunction configure_error_stack(fn) {\n Object.defineProperty(fn.prototype, \"stack\", {\n get: function() {\n var err = new Error(this.message);\n err.name = this.name;\n try {\n throw err;\n } catch(e) {\n return e.stack;\n }\n }\n });\n}\n\nfunction DefaultsError(msg, defs) {\n this.message = msg;\n this.defs = defs;\n}\nDefaultsError.prototype = Object.create(Error.prototype);\nDefaultsError.prototype.constructor = DefaultsError;\nDefaultsError.prototype.name = \"DefaultsError\";\nconfigure_error_stack(DefaultsError);\n\nDefaultsError.croak = function(msg, defs) {\n throw new DefaultsError(msg, defs);\n};\n\nfunction defaults(args, defs, croak) {\n if (args === true)\n args = {};\n var ret = args || {};\n if (croak) for (var i in ret) if (HOP(ret, i) && !HOP(defs, i))\n DefaultsError.croak(\"`\" + i + \"` is not a supported option\", defs);\n for (var i in defs) if (HOP(defs, i)) {\n ret[i] = (args && HOP(args, i)) ? args[i] : defs[i];\n }\n return ret;\n}\n\nfunction merge(obj, ext) {\n var count = 0;\n for (var i in ext) if (HOP(ext, i)) {\n obj[i] = ext[i];\n count++;\n }\n return count;\n}\n\nfunction noop() {}\nfunction return_false() { return false; }\nfunction return_true() { return true; }\nfunction return_this() { return this; }\nfunction return_null() { return null; }\n\nvar MAP = (function() {\n function MAP(a, f, backwards) {\n var ret = [], top = [], i;\n function doit() {\n var val = f(a[i], i);\n var is_last = val instanceof Last;\n if (is_last) val = val.v;\n if (val instanceof AtTop) {\n val = val.v;\n if (val instanceof Splice) {\n top.push.apply(top, backwards ? val.v.slice().reverse() : val.v);\n } else {\n top.push(val);\n }\n } else if (val !== skip) {\n if (val instanceof Splice) {\n ret.push.apply(ret, backwards ? val.v.slice().reverse() : val.v);\n } else {\n ret.push(val);\n }\n }\n return is_last;\n }\n if (a instanceof Array) {\n if (backwards) {\n for (i = a.length; --i >= 0;) if (doit()) break;\n ret.reverse();\n top.reverse();\n } else {\n for (i = 0; i < a.length; ++i) if (doit()) break;\n }\n } else {\n for (i in a) if (HOP(a, i)) if (doit()) break;\n }\n return top.concat(ret);\n }\n MAP.at_top = function(val) { return new AtTop(val); };\n MAP.splice = function(val) { return new Splice(val); };\n MAP.last = function(val) { return new Last(val); };\n var skip = MAP.skip = {};\n function AtTop(val) { this.v = val; }\n function Splice(val) { this.v = val; }\n function Last(val) { this.v = val; }\n return MAP;\n})();\n\nfunction push_uniq(array, el) {\n if (!array.includes(el))\n array.push(el);\n}\n\nfunction string_template(text, props) {\n return text.replace(/{(.+?)}/g, function(str, p) {\n return props && props[p];\n });\n}\n\nfunction remove(array, el) {\n for (var i = array.length; --i >= 0;) {\n if (array[i] === el) array.splice(i, 1);\n }\n}\n\nfunction mergeSort(array, cmp) {\n if (array.length < 2) return array.slice();\n function merge(a, b) {\n var r = [], ai = 0, bi = 0, i = 0;\n while (ai < a.length && bi < b.length) {\n cmp(a[ai], b[bi]) <= 0\n ? r[i++] = a[ai++]\n : r[i++] = b[bi++];\n }\n if (ai < a.length) r.push.apply(r, a.slice(ai));\n if (bi < b.length) r.push.apply(r, b.slice(bi));\n return r;\n }\n function _ms(a) {\n if (a.length <= 1)\n return a;\n var m = Math.floor(a.length / 2), left = a.slice(0, m), right = a.slice(m);\n left = _ms(left);\n right = _ms(right);\n return merge(left, right);\n }\n return _ms(array);\n}\n\n// this function is taken from Acorn [1], written by Marijn Haverbeke\n// [1] https://github.com/marijnh/acorn\nfunction makePredicate(words) {\n if (!(words instanceof Array)) words = words.split(\" \");\n var f = \"\", cats = [];\n out: for (var i = 0; i < words.length; ++i) {\n for (var j = 0; j < cats.length; ++j)\n if (cats[j][0].length == words[i].length) {\n cats[j].push(words[i]);\n continue out;\n }\n cats.push([words[i]]);\n }\n function quote(word) {\n return JSON.stringify(word).replace(/[\\u2028\\u2029]/g, function(s) {\n switch (s) {\n case \"\\u2028\": return \"\\\\u2028\";\n case \"\\u2029\": return \"\\\\u2029\";\n }\n return s;\n });\n }\n function compareTo(arr) {\n if (arr.length == 1) return f += \"return str === \" + quote(arr[0]) + \";\";\n f += \"switch(str){\";\n for (var i = 0; i < arr.length; ++i) f += \"case \" + quote(arr[i]) + \":\";\n f += \"return true}return false;\";\n }\n // When there are more than three length categories, an outer\n // switch first dispatches on the lengths, to save on comparisons.\n if (cats.length > 3) {\n cats.sort(function(a, b) {return b.length - a.length;});\n f += \"switch(str.length){\";\n for (var i = 0; i < cats.length; ++i) {\n var cat = cats[i];\n f += \"case \" + cat[0].length + \":\";\n compareTo(cat);\n }\n f += \"}\";\n // Otherwise, simply generate a flat `switch` statement.\n } else {\n compareTo(words);\n }\n return new Function(\"str\", f);\n}\n\nfunction all(array, predicate) {\n for (var i = array.length; --i >= 0;)\n if (!predicate(array[i]))\n return false;\n return true;\n}\n\nfunction Dictionary() {\n this._values = Object.create(null);\n this._size = 0;\n}\nDictionary.prototype = {\n set: function(key, val) {\n if (!this.has(key)) ++this._size;\n this._values[\"$\" + key] = val;\n return this;\n },\n add: function(key, val) {\n if (this.has(key)) {\n this.get(key).push(val);\n } else {\n this.set(key, [ val ]);\n }\n return this;\n },\n get: function(key) { return this._values[\"$\" + key]; },\n del: function(key) {\n if (this.has(key)) {\n --this._size;\n delete this._values[\"$\" + key];\n }\n return this;\n },\n has: function(key) { return (\"$\" + key) in this._values; },\n each: function(f) {\n for (var i in this._values)\n f(this._values[i], i.substr(1));\n },\n size: function() {\n return this._size;\n },\n map: function(f) {\n var ret = [];\n for (var i in this._values)\n ret.push(f(this._values[i], i.substr(1)));\n return ret;\n },\n clone: function() {\n var ret = new Dictionary();\n for (var i in this._values)\n ret._values[i] = this._values[i];\n ret._size = this._size;\n return ret;\n },\n toObject: function() { return this._values; }\n};\nDictionary.fromObject = function(obj) {\n var dict = new Dictionary();\n dict._size = merge(dict._values, obj);\n return dict;\n};\n\nfunction HOP(obj, prop) {\n return Object.prototype.hasOwnProperty.call(obj, prop);\n}\n\n// return true if the node at the top of the stack (that means the\n// innermost node in the current output) is lexically the first in\n// a statement.\nfunction first_in_statement(stack) {\n var node = stack.parent(-1);\n for (var i = 0, p; p = stack.parent(i); i++) {\n if (p instanceof AST_Statement && p.body === node)\n return true;\n if ((p instanceof AST_Sequence && p.expressions[0] === node) ||\n (p.TYPE == \"Call\" && p.expression === node ) ||\n (p instanceof AST_Dot && p.expression === node ) ||\n (p instanceof AST_Sub && p.expression === node ) ||\n (p instanceof AST_Conditional && p.condition === node ) ||\n (p instanceof AST_Binary && p.left === node ) ||\n (p instanceof AST_UnaryPostfix && p.expression === node )\n ) {\n node = p;\n } else {\n return false;\n }\n }\n}\n\nfunction keep_name(keep_setting, name) {\n return keep_setting === true\n || (keep_setting instanceof RegExp && keep_setting.test(name));\n}\n\nexport {\n all,\n characters,\n configure_error_stack,\n defaults,\n Dictionary,\n find_if,\n first_in_statement,\n HOP,\n keep_name,\n makePredicate,\n MAP,\n member,\n merge,\n mergeSort,\n noop,\n push_uniq,\n remove,\n repeat_string,\n return_false,\n return_null,\n return_this,\n return_true,\n string_template,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/).\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n all,\n characters,\n configure_error_stack,\n defaults,\n find_if,\n HOP,\n makePredicate,\n} from \"./utils.js\";\nimport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Await,\n AST_Binary,\n AST_BlockStatement,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_IterationStatement,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Sequence,\n AST_SimpleStatement,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDeclaration,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\n\nvar KEYWORDS = \"break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with\";\nvar KEYWORDS_ATOM = \"false null true\";\nvar RESERVED_WORDS = \"enum implements import interface package private protected public static super this \" + KEYWORDS_ATOM + \" \" + KEYWORDS;\nvar KEYWORDS_BEFORE_EXPRESSION = \"return new delete throw else case yield await\";\n\nKEYWORDS = makePredicate(KEYWORDS);\nRESERVED_WORDS = makePredicate(RESERVED_WORDS);\nKEYWORDS_BEFORE_EXPRESSION = makePredicate(KEYWORDS_BEFORE_EXPRESSION);\nKEYWORDS_ATOM = makePredicate(KEYWORDS_ATOM);\n\nvar OPERATOR_CHARS = makePredicate(characters(\"+-*&%=<>!?|~^\"));\n\nvar RE_NUM_LITERAL = /[0-9a-f]/i;\nvar RE_HEX_NUMBER = /^0x[0-9a-f]+$/i;\nvar RE_OCT_NUMBER = /^0[0-7]+$/;\nvar RE_ES6_OCT_NUMBER = /^0o[0-7]+$/i;\nvar RE_BIN_NUMBER = /^0b[01]+$/i;\nvar RE_DEC_NUMBER = /^\\d*\\.?\\d*(?:e[+-]?\\d*(?:\\d\\.?|\\.?\\d)\\d*)?$/i;\n\nvar OPERATORS = makePredicate([\n \"in\",\n \"instanceof\",\n \"typeof\",\n \"new\",\n \"void\",\n \"delete\",\n \"++\",\n \"--\",\n \"+\",\n \"-\",\n \"!\",\n \"~\",\n \"&\",\n \"|\",\n \"^\",\n \"*\",\n \"**\",\n \"/\",\n \"%\",\n \">>\",\n \"<<\",\n \">>>\",\n \"<\",\n \">\",\n \"<=\",\n \">=\",\n \"==\",\n \"===\",\n \"!=\",\n \"!==\",\n \"?\",\n \"=\",\n \"+=\",\n \"-=\",\n \"/=\",\n \"*=\",\n \"**=\",\n \"%=\",\n \">>=\",\n \"<<=\",\n \">>>=\",\n \"|=\",\n \"^=\",\n \"&=\",\n \"&&\",\n \"||\"\n]);\n\nvar WHITESPACE_CHARS = makePredicate(characters(\" \\u00a0\\n\\r\\t\\f\\u000b\\u200b\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u2028\\u2029\\u202f\\u205f\\u3000\\uFEFF\"));\n\nvar NEWLINE_CHARS = makePredicate(characters(\"\\n\\r\\u2028\\u2029\"));\n\nvar PUNC_AFTER_EXPRESSION = makePredicate(characters(\";]),:\"));\n\nvar PUNC_BEFORE_EXPRESSION = makePredicate(characters(\"[{(,;:\"));\n\nvar PUNC_CHARS = makePredicate(characters(\"[]{}(),;:\"));\n\n/* -----[ Tokenizer ]----- */\n\n// surrogate safe regexps adapted from https://github.com/mathiasbynens/unicode-8.0.0/tree/89b412d8a71ecca9ed593d9e9fa073ab64acfebe/Binary_Property\nvar UNICODE = {\n ID_Start: /[A-Za-z\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B4\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2118-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309B-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AD\\uA7B0-\\uA7B7\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDD40-\\uDD74\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDF00-\\uDF1F\\uDF30-\\uDF4A\\uDF50-\\uDF75\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF\\uDFD1-\\uDFD5]|\\uD801[\\uDC00-\\uDC9D\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00\\uDE10-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE33\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE4\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2]|\\uD804[\\uDC03-\\uDC37\\uDC83-\\uDCAF\\uDCD0-\\uDCE8\\uDD03-\\uDD26\\uDD50-\\uDD72\\uDD76\\uDD83-\\uDDB2\\uDDC1-\\uDDC4\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE2B\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEDE\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3D\\uDF50\\uDF5D-\\uDF61]|\\uD805[\\uDC80-\\uDCAF\\uDCC4\\uDCC5\\uDCC7\\uDD80-\\uDDAE\\uDDD8-\\uDDDB\\uDE00-\\uDE2F\\uDE44\\uDE80-\\uDEAA\\uDF00-\\uDF19]|\\uD806[\\uDCA0-\\uDCDF\\uDCFF\\uDEC0-\\uDEF8]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC00-\\uDC6E\\uDC80-\\uDD43]|[\\uD80C\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDED0-\\uDEED\\uDF00-\\uDF2F\\uDF40-\\uDF43\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDF00-\\uDF44\\uDF50\\uDF93-\\uDF9F]|\\uD82C[\\uDC00\\uDC01]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB]|\\uD83A[\\uDC00-\\uDCC4]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDED6\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF34\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1]|\\uD87E[\\uDC00-\\uDE1D]/,\n ID_Continue: /[0-9A-Z_a-z\\xAA\\xB5\\xB7\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0300-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u0483-\\u0487\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0610-\\u061A\\u0620-\\u0669\\u066E-\\u06D3\\u06D5-\\u06DC\\u06DF-\\u06E8\\u06EA-\\u06FC\\u06FF\\u0710-\\u074A\\u074D-\\u07B1\\u07C0-\\u07F5\\u07FA\\u0800-\\u082D\\u0840-\\u085B\\u08A0-\\u08B4\\u08E3-\\u0963\\u0966-\\u096F\\u0971-\\u0983\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BC-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CE\\u09D7\\u09DC\\u09DD\\u09DF-\\u09E3\\u09E6-\\u09F1\\u0A01-\\u0A03\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A59-\\u0A5C\\u0A5E\\u0A66-\\u0A75\\u0A81-\\u0A83\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABC-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AD0\\u0AE0-\\u0AE3\\u0AE6-\\u0AEF\\u0AF9\\u0B01-\\u0B03\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3C-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B5C\\u0B5D\\u0B5F-\\u0B63\\u0B66-\\u0B6F\\u0B71\\u0B82\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD0\\u0BD7\\u0BE6-\\u0BEF\\u0C00-\\u0C03\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C58-\\u0C5A\\u0C60-\\u0C63\\u0C66-\\u0C6F\\u0C81-\\u0C83\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBC-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CDE\\u0CE0-\\u0CE3\\u0CE6-\\u0CEF\\u0CF1\\u0CF2\\u0D01-\\u0D03\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4E\\u0D57\\u0D5F-\\u0D63\\u0D66-\\u0D6F\\u0D7A-\\u0D7F\\u0D82\\u0D83\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DE6-\\u0DEF\\u0DF2\\u0DF3\\u0E01-\\u0E3A\\u0E40-\\u0E4E\\u0E50-\\u0E59\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB9\\u0EBB-\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EC8-\\u0ECD\\u0ED0-\\u0ED9\\u0EDC-\\u0EDF\\u0F00\\u0F18\\u0F19\\u0F20-\\u0F29\\u0F35\\u0F37\\u0F39\\u0F3E-\\u0F47\\u0F49-\\u0F6C\\u0F71-\\u0F84\\u0F86-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u1000-\\u1049\\u1050-\\u109D\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u135D-\\u135F\\u1369-\\u1371\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1714\\u1720-\\u1734\\u1740-\\u1753\\u1760-\\u176C\\u176E-\\u1770\\u1772\\u1773\\u1780-\\u17D3\\u17D7\\u17DC\\u17DD\\u17E0-\\u17E9\\u180B-\\u180D\\u1810-\\u1819\\u1820-\\u1877\\u1880-\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1920-\\u192B\\u1930-\\u193B\\u1946-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u19D0-\\u19DA\\u1A00-\\u1A1B\\u1A20-\\u1A5E\\u1A60-\\u1A7C\\u1A7F-\\u1A89\\u1A90-\\u1A99\\u1AA7\\u1AB0-\\u1ABD\\u1B00-\\u1B4B\\u1B50-\\u1B59\\u1B6B-\\u1B73\\u1B80-\\u1BF3\\u1C00-\\u1C37\\u1C40-\\u1C49\\u1C4D-\\u1C7D\\u1CD0-\\u1CD2\\u1CD4-\\u1CF6\\u1CF8\\u1CF9\\u1D00-\\u1DF5\\u1DFC-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u203F\\u2040\\u2054\\u2071\\u207F\\u2090-\\u209C\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2118-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D7F-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2DE0-\\u2DFF\\u3005-\\u3007\\u3021-\\u302F\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u3099-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA62B\\uA640-\\uA66F\\uA674-\\uA67D\\uA67F-\\uA6F1\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AD\\uA7B0-\\uA7B7\\uA7F7-\\uA827\\uA840-\\uA873\\uA880-\\uA8C4\\uA8D0-\\uA8D9\\uA8E0-\\uA8F7\\uA8FB\\uA8FD\\uA900-\\uA92D\\uA930-\\uA953\\uA960-\\uA97C\\uA980-\\uA9C0\\uA9CF-\\uA9D9\\uA9E0-\\uA9FE\\uAA00-\\uAA36\\uAA40-\\uAA4D\\uAA50-\\uAA59\\uAA60-\\uAA76\\uAA7A-\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEF\\uAAF2-\\uAAF6\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABEA\\uABEC\\uABED\\uABF0-\\uABF9\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE00-\\uFE0F\\uFE20-\\uFE2F\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF10-\\uFF19\\uFF21-\\uFF3A\\uFF3F\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDD40-\\uDD74\\uDDFD\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDEE0\\uDF00-\\uDF1F\\uDF30-\\uDF4A\\uDF50-\\uDF7A\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF\\uDFD1-\\uDFD5]|\\uD801[\\uDC00-\\uDC9D\\uDCA0-\\uDCA9\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00-\\uDE03\\uDE05\\uDE06\\uDE0C-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE33\\uDE38-\\uDE3A\\uDE3F\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE6\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2]|\\uD804[\\uDC00-\\uDC46\\uDC66-\\uDC6F\\uDC7F-\\uDCBA\\uDCD0-\\uDCE8\\uDCF0-\\uDCF9\\uDD00-\\uDD34\\uDD36-\\uDD3F\\uDD50-\\uDD73\\uDD76\\uDD80-\\uDDC4\\uDDCA-\\uDDCC\\uDDD0-\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE37\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEEA\\uDEF0-\\uDEF9\\uDF00-\\uDF03\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3C-\\uDF44\\uDF47\\uDF48\\uDF4B-\\uDF4D\\uDF50\\uDF57\\uDF5D-\\uDF63\\uDF66-\\uDF6C\\uDF70-\\uDF74]|\\uD805[\\uDC80-\\uDCC5\\uDCC7\\uDCD0-\\uDCD9\\uDD80-\\uDDB5\\uDDB8-\\uDDC0\\uDDD8-\\uDDDD\\uDE00-\\uDE40\\uDE44\\uDE50-\\uDE59\\uDE80-\\uDEB7\\uDEC0-\\uDEC9\\uDF00-\\uDF19\\uDF1D-\\uDF2B\\uDF30-\\uDF39]|\\uD806[\\uDCA0-\\uDCE9\\uDCFF\\uDEC0-\\uDEF8]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC00-\\uDC6E\\uDC80-\\uDD43]|[\\uD80C\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDE60-\\uDE69\\uDED0-\\uDEED\\uDEF0-\\uDEF4\\uDF00-\\uDF36\\uDF40-\\uDF43\\uDF50-\\uDF59\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDF00-\\uDF44\\uDF50-\\uDF7E\\uDF8F-\\uDF9F]|\\uD82C[\\uDC00\\uDC01]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99\\uDC9D\\uDC9E]|\\uD834[\\uDD65-\\uDD69\\uDD6D-\\uDD72\\uDD7B-\\uDD82\\uDD85-\\uDD8B\\uDDAA-\\uDDAD\\uDE42-\\uDE44]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB\\uDFCE-\\uDFFF]|\\uD836[\\uDE00-\\uDE36\\uDE3B-\\uDE6C\\uDE75\\uDE84\\uDE9B-\\uDE9F\\uDEA1-\\uDEAF]|\\uD83A[\\uDC00-\\uDCC4\\uDCD0-\\uDCD6]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDED6\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF34\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1]|\\uD87E[\\uDC00-\\uDE1D]|\\uDB40[\\uDD00-\\uDDEF]/,\n};\n\nfunction get_full_char(str, pos) {\n var char = str.charAt(pos);\n if (is_surrogate_pair_head(char)) {\n var next = str.charAt(pos + 1);\n if (is_surrogate_pair_tail(next)) {\n return char + next;\n }\n }\n if (is_surrogate_pair_tail(char)) {\n var prev = str.charAt(pos - 1);\n if (is_surrogate_pair_head(prev)) {\n return prev + char;\n }\n }\n return char;\n}\n\nfunction get_full_char_code(str, pos) {\n // https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates\n if (is_surrogate_pair_head(str.charAt(pos))) {\n return 0x10000 + (str.charCodeAt(pos) - 0xd800 << 10) + str.charCodeAt(pos + 1) - 0xdc00;\n }\n return str.charCodeAt(pos);\n}\n\nfunction get_full_char_length(str) {\n var surrogates = 0;\n\n for (var i = 0; i < str.length; i++) {\n if (is_surrogate_pair_head(str.charCodeAt(i))) {\n if (is_surrogate_pair_tail(str.charCodeAt(i + 1))) {\n surrogates++;\n i++;\n }\n }\n }\n\n return str.length - surrogates;\n}\n\nfunction from_char_code(code) {\n // Based on https://github.com/mathiasbynens/String.fromCodePoint/blob/master/fromcodepoint.js\n if (code > 0xFFFF) {\n code -= 0x10000;\n return (String.fromCharCode((code >> 10) + 0xD800) +\n String.fromCharCode((code % 0x400) + 0xDC00));\n }\n return String.fromCharCode(code);\n}\n\nfunction is_surrogate_pair_head(code) {\n if (typeof code === \"string\")\n code = code.charCodeAt(0);\n\n return code >= 0xd800 && code <= 0xdbff;\n}\n\nfunction is_surrogate_pair_tail(code) {\n if (typeof code === \"string\")\n code = code.charCodeAt(0);\n return code >= 0xdc00 && code <= 0xdfff;\n}\n\nfunction is_digit(code) {\n return code >= 48 && code <= 57;\n}\n\nfunction is_identifier(name) {\n return typeof name === \"string\" && !RESERVED_WORDS(name);\n}\n\nfunction is_identifier_start(ch) {\n var code = ch.charCodeAt(0);\n return UNICODE.ID_Start.test(ch) || code == 36 || code == 95;\n}\n\nfunction is_identifier_char(ch) {\n var code = ch.charCodeAt(0);\n return UNICODE.ID_Continue.test(ch)\n || code == 36\n || code == 95\n || code == 8204 // \\u200c: zero-width non-joiner \n || code == 8205 // \\u200d: zero-width joiner (in my ECMA-262 PDF, this is also 200c)\n ;\n}\n\nfunction is_identifier_string(str) {\n return /^[a-z_$][a-z0-9_$]*$/i.test(str);\n}\n\nfunction parse_js_number(num) {\n if (RE_HEX_NUMBER.test(num)) {\n return parseInt(num.substr(2), 16);\n } else if (RE_OCT_NUMBER.test(num)) {\n return parseInt(num.substr(1), 8);\n } else if (RE_ES6_OCT_NUMBER.test(num)) {\n return parseInt(num.substr(2), 8);\n } else if (RE_BIN_NUMBER.test(num)) {\n return parseInt(num.substr(2), 2);\n } else if (RE_DEC_NUMBER.test(num)) {\n return parseFloat(num);\n } else {\n var val = parseFloat(num);\n if (val == num) return val;\n }\n}\n\nfunction JS_Parse_Error(message, filename, line, col, pos) {\n this.message = message;\n this.filename = filename;\n this.line = line;\n this.col = col;\n this.pos = pos;\n}\nJS_Parse_Error.prototype = Object.create(Error.prototype);\nJS_Parse_Error.prototype.constructor = JS_Parse_Error;\nJS_Parse_Error.prototype.name = \"SyntaxError\";\nconfigure_error_stack(JS_Parse_Error);\n\nfunction js_error(message, filename, line, col, pos) {\n throw new JS_Parse_Error(message, filename, line, col, pos);\n}\n\nfunction is_token(token, type, val) {\n return token.type == type && (val == null || token.value == val);\n}\n\nvar EX_EOF = {};\n\nfunction tokenizer($TEXT, filename, html5_comments, shebang) {\n\n var S = {\n text : $TEXT,\n filename : filename,\n pos : 0,\n tokpos : 0,\n line : 1,\n tokline : 0,\n col : 0,\n tokcol : 0,\n newline_before : false,\n regex_allowed : false,\n brace_counter : 0,\n template_braces : [],\n comments_before : [],\n directives : {},\n directive_stack : []\n };\n\n function peek() { return get_full_char(S.text, S.pos); }\n\n function next(signal_eof, in_string) {\n var ch = get_full_char(S.text, S.pos++);\n if (signal_eof && !ch)\n throw EX_EOF;\n if (NEWLINE_CHARS(ch)) {\n S.newline_before = S.newline_before || !in_string;\n ++S.line;\n S.col = 0;\n if (!in_string && ch == \"\\r\" && peek() == \"\\n\") {\n // treat a \\r\\n sequence as a single \\n\n ++S.pos;\n ch = \"\\n\";\n }\n } else {\n if (ch.length > 1) {\n ++S.pos;\n ++S.col;\n }\n ++S.col;\n }\n return ch;\n }\n\n function forward(i) {\n while (i-- > 0) next();\n }\n\n function looking_at(str) {\n return S.text.substr(S.pos, str.length) == str;\n }\n\n function find_eol() {\n var text = S.text;\n for (var i = S.pos, n = S.text.length; i < n; ++i) {\n var ch = text[i];\n if (NEWLINE_CHARS(ch))\n return i;\n }\n return -1;\n }\n\n function find(what, signal_eof) {\n var pos = S.text.indexOf(what, S.pos);\n if (signal_eof && pos == -1) throw EX_EOF;\n return pos;\n }\n\n function start_token() {\n S.tokline = S.line;\n S.tokcol = S.col;\n S.tokpos = S.pos;\n }\n\n var prev_was_dot = false;\n var previous_token = null;\n function token(type, value, is_comment) {\n S.regex_allowed = ((type == \"operator\" && !UNARY_POSTFIX(value)) ||\n (type == \"keyword\" && KEYWORDS_BEFORE_EXPRESSION(value)) ||\n (type == \"punc\" && PUNC_BEFORE_EXPRESSION(value))) ||\n (type == \"arrow\");\n if (type == \"punc\" && value == \".\") {\n prev_was_dot = true;\n } else if (!is_comment) {\n prev_was_dot = false;\n }\n var ret = {\n type : type,\n value : value,\n line : S.tokline,\n col : S.tokcol,\n pos : S.tokpos,\n endline : S.line,\n endcol : S.col,\n endpos : S.pos,\n nlb : S.newline_before,\n file : filename\n };\n if (/^(?:num|string|regexp)$/i.test(type)) {\n ret.raw = $TEXT.substring(ret.pos, ret.endpos);\n }\n if (!is_comment) {\n ret.comments_before = S.comments_before;\n ret.comments_after = S.comments_before = [];\n }\n S.newline_before = false;\n ret = new AST_Token(ret);\n if (!is_comment) previous_token = ret;\n return ret;\n }\n\n function skip_whitespace() {\n while (WHITESPACE_CHARS(peek()))\n next();\n }\n\n function read_while(pred) {\n var ret = \"\", ch, i = 0;\n while ((ch = peek()) && pred(ch, i++))\n ret += next();\n return ret;\n }\n\n function parse_error(err) {\n js_error(err, filename, S.tokline, S.tokcol, S.tokpos);\n }\n\n function read_num(prefix) {\n var has_e = false, after_e = false, has_x = false, has_dot = prefix == \".\";\n var num = read_while(function(ch, i) {\n var code = ch.charCodeAt(0);\n switch (code) {\n case 98: case 66: // bB\n return (has_x = true); // Can occur in hex sequence, don't return false yet\n case 111: case 79: // oO\n case 120: case 88: // xX\n return has_x ? false : (has_x = true);\n case 101: case 69: // eE\n return has_x ? true : has_e ? false : (has_e = after_e = true);\n case 45: // -\n return after_e || (i == 0 && !prefix);\n case 43: // +\n return after_e;\n case (after_e = false, 46): // .\n return (!has_dot && !has_x && !has_e) ? (has_dot = true) : false;\n }\n return RE_NUM_LITERAL.test(ch);\n });\n if (prefix) num = prefix + num;\n if (RE_OCT_NUMBER.test(num) && next_token.has_directive(\"use strict\")) {\n parse_error(\"Legacy octal literals are not allowed in strict mode\");\n }\n var valid = parse_js_number(num);\n if (!isNaN(valid)) {\n return token(\"num\", valid);\n } else {\n parse_error(\"Invalid syntax: \" + num);\n }\n }\n\n function read_escaped_char(in_string, strict_hex, template_string) {\n var ch = next(true, in_string);\n switch (ch.charCodeAt(0)) {\n case 110 : return \"\\n\";\n case 114 : return \"\\r\";\n case 116 : return \"\\t\";\n case 98 : return \"\\b\";\n case 118 : return \"\\u000b\"; // \\v\n case 102 : return \"\\f\";\n case 120 : return String.fromCharCode(hex_bytes(2, strict_hex)); // \\x\n case 117 : // \\u\n if (peek() == \"{\") {\n next(true);\n if (peek() === \"}\")\n parse_error(\"Expecting hex-character between {}\");\n while (peek() == \"0\") next(true); // No significance\n var result, length = find(\"}\", true) - S.pos;\n // Avoid 32 bit integer overflow (1 << 32 === 1)\n // We know first character isn't 0 and thus out of range anyway\n if (length > 6 || (result = hex_bytes(length, strict_hex)) > 0x10FFFF) {\n parse_error(\"Unicode reference out of bounds\");\n }\n next(true);\n return from_char_code(result);\n }\n return String.fromCharCode(hex_bytes(4, strict_hex));\n case 10 : return \"\"; // newline\n case 13 : // \\r\n if (peek() == \"\\n\") { // DOS newline\n next(true, in_string);\n return \"\";\n }\n }\n if (ch >= \"0\" && ch <= \"7\") {\n if (template_string && strict_hex) {\n parse_error(\"Octal escape sequences are not allowed in template strings\");\n }\n return read_octal_escape_sequence(ch, strict_hex);\n }\n return ch;\n }\n\n function read_octal_escape_sequence(ch, strict_octal) {\n // Read\n var p = peek();\n if (p >= \"0\" && p <= \"7\") {\n ch += next(true);\n if (ch[0] <= \"3\" && (p = peek()) >= \"0\" && p <= \"7\")\n ch += next(true);\n }\n\n // Parse\n if (ch === \"0\") return \"\\0\";\n if (ch.length > 0 && next_token.has_directive(\"use strict\") && strict_octal)\n parse_error(\"Legacy octal escape sequences are not allowed in strict mode\");\n return String.fromCharCode(parseInt(ch, 8));\n }\n\n function hex_bytes(n, strict_hex) {\n var num = 0;\n for (; n > 0; --n) {\n if (!strict_hex && isNaN(parseInt(peek(), 16))) {\n return parseInt(num, 16) || \"\";\n }\n var digit = next(true);\n if (isNaN(parseInt(digit, 16)))\n parse_error(\"Invalid hex-character pattern in string\");\n num += digit;\n }\n return parseInt(num, 16);\n }\n\n var read_string = with_eof_error(\"Unterminated string constant\", function(quote_char) {\n var quote = next(), ret = \"\";\n for (;;) {\n var ch = next(true, true);\n if (ch == \"\\\\\") ch = read_escaped_char(true, true);\n else if (NEWLINE_CHARS(ch)) parse_error(\"Unterminated string constant\");\n else if (ch == quote) break;\n ret += ch;\n }\n var tok = token(\"string\", ret);\n tok.quote = quote_char;\n return tok;\n });\n\n var read_template_characters = with_eof_error(\"Unterminated template\", function(begin) {\n if (begin) {\n S.template_braces.push(S.brace_counter);\n }\n var content = \"\", raw = \"\", ch, tok;\n next(true, true);\n while ((ch = next(true, true)) != \"`\") {\n if (ch == \"\\r\") {\n if (peek() == \"\\n\") ++S.pos;\n ch = \"\\n\";\n } else if (ch == \"$\" && peek() == \"{\") {\n next(true, true);\n S.brace_counter++;\n tok = token(begin ? \"template_head\" : \"template_substitution\", content);\n tok.begin = begin;\n tok.raw = raw;\n tok.end = false;\n return tok;\n }\n\n raw += ch;\n if (ch == \"\\\\\") {\n var tmp = S.pos;\n var prev_is_tag = previous_token && (previous_token.type === \"name\" || previous_token.type === \"punc\" && (previous_token.value === \")\" || previous_token.value === \"]\"));\n ch = read_escaped_char(true, !prev_is_tag, true);\n raw += S.text.substr(tmp, S.pos - tmp);\n }\n\n content += ch;\n }\n S.template_braces.pop();\n tok = token(begin ? \"template_head\" : \"template_substitution\", content);\n tok.begin = begin;\n tok.raw = raw;\n tok.end = true;\n return tok;\n });\n\n function skip_line_comment(type) {\n var regex_allowed = S.regex_allowed;\n var i = find_eol(), ret;\n if (i == -1) {\n ret = S.text.substr(S.pos);\n S.pos = S.text.length;\n } else {\n ret = S.text.substring(S.pos, i);\n S.pos = i;\n }\n S.col = S.tokcol + (S.pos - S.tokpos);\n S.comments_before.push(token(type, ret, true));\n S.regex_allowed = regex_allowed;\n return next_token;\n }\n\n var skip_multiline_comment = with_eof_error(\"Unterminated multiline comment\", function() {\n var regex_allowed = S.regex_allowed;\n var i = find(\"*/\", true);\n var text = S.text.substring(S.pos, i).replace(/\\r\\n|\\r|\\u2028|\\u2029/g, \"\\n\");\n // update stream position\n forward(get_full_char_length(text) /* text length doesn't count \\r\\n as 2 char while S.pos - i does */ + 2);\n S.comments_before.push(token(\"comment2\", text, true));\n S.newline_before = S.newline_before || text.includes(\"\\n\");\n S.regex_allowed = regex_allowed;\n return next_token;\n });\n\n var read_name = with_eof_error(\"Unterminated identifier name\", function() {\n var name = \"\", ch, escaped = false, hex;\n var read_escaped_identifier_char = function() {\n escaped = true;\n next();\n if (peek() !== \"u\") {\n parse_error(\"Expecting UnicodeEscapeSequence -- uXXXX or u{XXXX}\");\n }\n return read_escaped_char(false, true);\n };\n\n // Read first character (ID_Start)\n if ((name = peek()) === \"\\\\\") {\n name = read_escaped_identifier_char();\n if (!is_identifier_start(name)) {\n parse_error(\"First identifier char is an invalid identifier char\");\n }\n } else if (is_identifier_start(name)) {\n next();\n } else {\n return \"\";\n }\n\n // Read ID_Continue\n while ((ch = peek()) != null) {\n if ((ch = peek()) === \"\\\\\") {\n ch = read_escaped_identifier_char();\n if (!is_identifier_char(ch)) {\n parse_error(\"Invalid escaped identifier char\");\n }\n } else {\n if (!is_identifier_char(ch)) {\n break;\n }\n next();\n }\n name += ch;\n }\n if (RESERVED_WORDS(name) && escaped) {\n parse_error(\"Escaped characters are not allowed in keywords\");\n }\n return name;\n });\n\n var read_regexp = with_eof_error(\"Unterminated regular expression\", function(source) {\n var prev_backslash = false, ch, in_class = false;\n while ((ch = next(true))) if (NEWLINE_CHARS(ch)) {\n parse_error(\"Unexpected line terminator\");\n } else if (prev_backslash) {\n source += \"\\\\\" + ch;\n prev_backslash = false;\n } else if (ch == \"[\") {\n in_class = true;\n source += ch;\n } else if (ch == \"]\" && in_class) {\n in_class = false;\n source += ch;\n } else if (ch == \"/\" && !in_class) {\n break;\n } else if (ch == \"\\\\\") {\n prev_backslash = true;\n } else {\n source += ch;\n }\n var mods = read_name();\n try {\n var regexp = new RegExp(source, mods);\n regexp.raw_source = \"/\" + source + \"/\" + mods;\n return token(\"regexp\", regexp);\n } catch(e) {\n parse_error(e.message);\n }\n });\n\n function read_operator(prefix) {\n function grow(op) {\n if (!peek()) return op;\n var bigger = op + peek();\n if (OPERATORS(bigger)) {\n next();\n return grow(bigger);\n } else {\n return op;\n }\n }\n return token(\"operator\", grow(prefix || next()));\n }\n\n function handle_slash() {\n next();\n switch (peek()) {\n case \"/\":\n next();\n return skip_line_comment(\"comment1\");\n case \"*\":\n next();\n return skip_multiline_comment();\n }\n return S.regex_allowed ? read_regexp(\"\") : read_operator(\"/\");\n }\n\n function handle_eq_sign() {\n next();\n if (peek() === \">\") {\n next();\n return token(\"arrow\", \"=>\");\n } else {\n return read_operator(\"=\");\n }\n }\n\n function handle_dot() {\n next();\n if (is_digit(peek().charCodeAt(0))) {\n return read_num(\".\");\n }\n if (peek() === \".\") {\n next(); // Consume second dot\n next(); // Consume third dot\n return token(\"expand\", \"...\");\n }\n\n return token(\"punc\", \".\");\n }\n\n function read_word() {\n var word = read_name();\n if (prev_was_dot) return token(\"name\", word);\n return KEYWORDS_ATOM(word) ? token(\"atom\", word)\n : !KEYWORDS(word) ? token(\"name\", word)\n : OPERATORS(word) ? token(\"operator\", word)\n : token(\"keyword\", word);\n }\n\n function with_eof_error(eof_error, cont) {\n return function(x) {\n try {\n return cont(x);\n } catch(ex) {\n if (ex === EX_EOF) parse_error(eof_error);\n else throw ex;\n }\n };\n }\n\n function next_token(force_regexp) {\n if (force_regexp != null)\n return read_regexp(force_regexp);\n if (shebang && S.pos == 0 && looking_at(\"#!\")) {\n start_token();\n forward(2);\n skip_line_comment(\"comment5\");\n }\n for (;;) {\n skip_whitespace();\n start_token();\n if (html5_comments) {\n if (looking_at(\"\") && S.newline_before) {\n forward(3);\n skip_line_comment(\"comment4\");\n continue;\n }\n }\n var ch = peek();\n if (!ch) return token(\"eof\");\n var code = ch.charCodeAt(0);\n switch (code) {\n case 34: case 39: return read_string(ch);\n case 46: return handle_dot();\n case 47: {\n var tok = handle_slash();\n if (tok === next_token) continue;\n return tok;\n }\n case 61: return handle_eq_sign();\n case 96: return read_template_characters(true);\n case 123:\n S.brace_counter++;\n break;\n case 125:\n S.brace_counter--;\n if (S.template_braces.length > 0\n && S.template_braces[S.template_braces.length - 1] === S.brace_counter)\n return read_template_characters(false);\n break;\n }\n if (is_digit(code)) return read_num();\n if (PUNC_CHARS(ch)) return token(\"punc\", next());\n if (OPERATOR_CHARS(ch)) return read_operator();\n if (code == 92 || is_identifier_start(ch)) return read_word();\n break;\n }\n parse_error(\"Unexpected character '\" + ch + \"'\");\n }\n\n next_token.next = next;\n next_token.peek = peek;\n\n next_token.context = function(nc) {\n if (nc) S = nc;\n return S;\n };\n\n next_token.add_directive = function(directive) {\n S.directive_stack[S.directive_stack.length - 1].push(directive);\n\n if (S.directives[directive] === undefined) {\n S.directives[directive] = 1;\n } else {\n S.directives[directive]++;\n }\n };\n\n next_token.push_directives_stack = function() {\n S.directive_stack.push([]);\n };\n\n next_token.pop_directives_stack = function() {\n var directives = S.directive_stack[S.directive_stack.length - 1];\n\n for (var i = 0; i < directives.length; i++) {\n S.directives[directives[i]]--;\n }\n\n S.directive_stack.pop();\n };\n\n next_token.has_directive = function(directive) {\n return S.directives[directive] > 0;\n };\n\n return next_token;\n\n}\n\n/* -----[ Parser (constants) ]----- */\n\nvar UNARY_PREFIX = makePredicate([\n \"typeof\",\n \"void\",\n \"delete\",\n \"--\",\n \"++\",\n \"!\",\n \"~\",\n \"-\",\n \"+\"\n]);\n\nvar UNARY_POSTFIX = makePredicate([ \"--\", \"++\" ]);\n\nvar ASSIGNMENT = makePredicate([ \"=\", \"+=\", \"-=\", \"/=\", \"*=\", \"**=\", \"%=\", \">>=\", \"<<=\", \">>>=\", \"|=\", \"^=\", \"&=\" ]);\n\nvar PRECEDENCE = (function(a, ret) {\n for (var i = 0; i < a.length; ++i) {\n var b = a[i];\n for (var j = 0; j < b.length; ++j) {\n ret[b[j]] = i + 1;\n }\n }\n return ret;\n})(\n [\n [\"||\"],\n [\"&&\"],\n [\"|\"],\n [\"^\"],\n [\"&\"],\n [\"==\", \"===\", \"!=\", \"!==\"],\n [\"<\", \">\", \"<=\", \">=\", \"in\", \"instanceof\"],\n [\">>\", \"<<\", \">>>\"],\n [\"+\", \"-\"],\n [\"*\", \"/\", \"%\"],\n [\"**\"]\n ],\n {}\n);\n\nvar ATOMIC_START_TOKEN = makePredicate([ \"atom\", \"num\", \"string\", \"regexp\", \"name\" ]);\n\n/* -----[ Parser ]----- */\n\nfunction parse($TEXT, options) {\n\n options = defaults(options, {\n bare_returns : false,\n ecma : 8,\n expression : false,\n filename : null,\n html5_comments : true,\n module : false,\n shebang : true,\n strict : false,\n toplevel : null,\n }, true);\n\n var S = {\n input : (typeof $TEXT == \"string\"\n ? tokenizer($TEXT, options.filename,\n options.html5_comments, options.shebang)\n : $TEXT),\n token : null,\n prev : null,\n peeked : null,\n in_function : 0,\n in_async : -1,\n in_generator : -1,\n in_directives : true,\n in_loop : 0,\n labels : []\n };\n\n S.token = next();\n\n function is(type, value) {\n return is_token(S.token, type, value);\n }\n\n function peek() { return S.peeked || (S.peeked = S.input()); }\n\n function next() {\n S.prev = S.token;\n\n if (!S.peeked) peek();\n S.token = S.peeked;\n S.peeked = null;\n S.in_directives = S.in_directives && (\n S.token.type == \"string\" || is(\"punc\", \";\")\n );\n return S.token;\n }\n\n function prev() {\n return S.prev;\n }\n\n function croak(msg, line, col, pos) {\n var ctx = S.input.context();\n js_error(msg,\n ctx.filename,\n line != null ? line : ctx.tokline,\n col != null ? col : ctx.tokcol,\n pos != null ? pos : ctx.tokpos);\n }\n\n function token_error(token, msg) {\n croak(msg, token.line, token.col);\n }\n\n function unexpected(token) {\n if (token == null)\n token = S.token;\n token_error(token, \"Unexpected token: \" + token.type + \" (\" + token.value + \")\");\n }\n\n function expect_token(type, val) {\n if (is(type, val)) {\n return next();\n }\n token_error(S.token, \"Unexpected token \" + S.token.type + \" «\" + S.token.value + \"»\" + \", expected \" + type + \" «\" + val + \"»\");\n }\n\n function expect(punc) { return expect_token(\"punc\", punc); }\n\n function has_newline_before(token) {\n return token.nlb || !all(token.comments_before, function(comment) {\n return !comment.nlb;\n });\n }\n\n function can_insert_semicolon() {\n return !options.strict\n && (is(\"eof\") || is(\"punc\", \"}\") || has_newline_before(S.token));\n }\n\n function is_in_generator() {\n return S.in_generator === S.in_function;\n }\n\n function is_in_async() {\n return S.in_async === S.in_function;\n }\n\n function semicolon(optional) {\n if (is(\"punc\", \";\")) next();\n else if (!optional && !can_insert_semicolon()) unexpected();\n }\n\n function parenthesised() {\n expect(\"(\");\n var exp = expression(true);\n expect(\")\");\n return exp;\n }\n\n function embed_tokens(parser) {\n return function() {\n var start = S.token;\n var expr = parser.apply(null, arguments);\n var end = prev();\n expr.start = start;\n expr.end = end;\n return expr;\n };\n }\n\n function handle_regexp() {\n if (is(\"operator\", \"/\") || is(\"operator\", \"/=\")) {\n S.peeked = null;\n S.token = S.input(S.token.value.substr(1)); // force regexp\n }\n }\n\n var statement = embed_tokens(function(is_export_default, is_for_body, is_if_body) {\n handle_regexp();\n switch (S.token.type) {\n case \"string\":\n if (S.in_directives) {\n var token = peek();\n if (!S.token.raw.includes(\"\\\\\")\n && (is_token(token, \"punc\", \";\")\n || is_token(token, \"punc\", \"}\")\n || has_newline_before(token)\n || is_token(token, \"eof\"))) {\n S.input.add_directive(S.token.value);\n } else {\n S.in_directives = false;\n }\n }\n var dir = S.in_directives, stat = simple_statement();\n return dir && stat.body instanceof AST_String ? new AST_Directive(stat.body) : stat;\n case \"template_head\":\n case \"num\":\n case \"regexp\":\n case \"operator\":\n case \"atom\":\n return simple_statement();\n\n case \"name\":\n if (S.token.value == \"async\" && is_token(peek(), \"keyword\", \"function\")) {\n next();\n next();\n if (is_for_body) {\n croak(\"functions are not allowed as the body of a loop\");\n }\n return function_(AST_Defun, false, true, is_export_default);\n }\n if (S.token.value == \"import\" && !is_token(peek(), \"punc\", \"(\")) {\n next();\n var node = import_();\n semicolon();\n return node;\n }\n return is_token(peek(), \"punc\", \":\")\n ? labeled_statement()\n : simple_statement();\n\n case \"punc\":\n switch (S.token.value) {\n case \"{\":\n return new AST_BlockStatement({\n start : S.token,\n body : block_(),\n end : prev()\n });\n case \"[\":\n case \"(\":\n return simple_statement();\n case \";\":\n S.in_directives = false;\n next();\n return new AST_EmptyStatement();\n default:\n unexpected();\n }\n\n case \"keyword\":\n switch (S.token.value) {\n case \"break\":\n next();\n return break_cont(AST_Break);\n\n case \"continue\":\n next();\n return break_cont(AST_Continue);\n\n case \"debugger\":\n next();\n semicolon();\n return new AST_Debugger();\n\n case \"do\":\n next();\n var body = in_loop(statement);\n expect_token(\"keyword\", \"while\");\n var condition = parenthesised();\n semicolon(true);\n return new AST_Do({\n body : body,\n condition : condition\n });\n\n case \"while\":\n next();\n return new AST_While({\n condition : parenthesised(),\n body : in_loop(function() { return statement(false, true); })\n });\n\n case \"for\":\n next();\n return for_();\n\n case \"class\":\n next();\n if (is_for_body) {\n croak(\"classes are not allowed as the body of a loop\");\n }\n if (is_if_body) {\n croak(\"classes are not allowed as the body of an if\");\n }\n return class_(AST_DefClass);\n\n case \"function\":\n next();\n if (is_for_body) {\n croak(\"functions are not allowed as the body of a loop\");\n }\n return function_(AST_Defun, false, false, is_export_default);\n\n case \"if\":\n next();\n return if_();\n\n case \"return\":\n if (S.in_function == 0 && !options.bare_returns)\n croak(\"'return' outside of function\");\n next();\n var value = null;\n if (is(\"punc\", \";\")) {\n next();\n } else if (!can_insert_semicolon()) {\n value = expression(true);\n semicolon();\n }\n return new AST_Return({\n value: value\n });\n\n case \"switch\":\n next();\n return new AST_Switch({\n expression : parenthesised(),\n body : in_loop(switch_body_)\n });\n\n case \"throw\":\n next();\n if (has_newline_before(S.token))\n croak(\"Illegal newline after 'throw'\");\n var value = expression(true);\n semicolon();\n return new AST_Throw({\n value: value\n });\n\n case \"try\":\n next();\n return try_();\n\n case \"var\":\n next();\n var node = var_();\n semicolon();\n return node;\n\n case \"let\":\n next();\n var node = let_();\n semicolon();\n return node;\n\n case \"const\":\n next();\n var node = const_();\n semicolon();\n return node;\n\n case \"with\":\n if (S.input.has_directive(\"use strict\")) {\n croak(\"Strict mode may not include a with statement\");\n }\n next();\n return new AST_With({\n expression : parenthesised(),\n body : statement()\n });\n\n case \"export\":\n if (!is_token(peek(), \"punc\", \"(\")) {\n next();\n var node = export_();\n if (is(\"punc\", \";\")) semicolon();\n return node;\n }\n }\n }\n unexpected();\n });\n\n function labeled_statement() {\n var label = as_symbol(AST_Label);\n if (label.name === \"await\" && is_in_async()) {\n token_error(S.prev, \"await cannot be used as label inside async function\");\n }\n if (find_if(function(l) { return l.name == label.name; }, S.labels)) {\n // ECMA-262, 12.12: An ECMAScript program is considered\n // syntactically incorrect if it contains a\n // LabelledStatement that is enclosed by a\n // LabelledStatement with the same Identifier as label.\n croak(\"Label \" + label.name + \" defined twice\");\n }\n expect(\":\");\n S.labels.push(label);\n var stat = statement();\n S.labels.pop();\n if (!(stat instanceof AST_IterationStatement)) {\n // check for `continue` that refers to this label.\n // those should be reported as syntax errors.\n // https://github.com/mishoo/UglifyJS2/issues/287\n label.references.forEach(function(ref) {\n if (ref instanceof AST_Continue) {\n ref = ref.label.start;\n croak(\"Continue label `\" + label.name + \"` refers to non-IterationStatement.\",\n ref.line, ref.col, ref.pos);\n }\n });\n }\n return new AST_LabeledStatement({ body: stat, label: label });\n }\n\n function simple_statement(tmp) {\n return new AST_SimpleStatement({ body: (tmp = expression(true), semicolon(), tmp) });\n }\n\n function break_cont(type) {\n var label = null, ldef;\n if (!can_insert_semicolon()) {\n label = as_symbol(AST_LabelRef, true);\n }\n if (label != null) {\n ldef = find_if(function(l) { return l.name == label.name; }, S.labels);\n if (!ldef)\n croak(\"Undefined label \" + label.name);\n label.thedef = ldef;\n } else if (S.in_loop == 0)\n croak(type.TYPE + \" not inside a loop or switch\");\n semicolon();\n var stat = new type({ label: label });\n if (ldef) ldef.references.push(stat);\n return stat;\n }\n\n function for_() {\n var for_await_error = \"`for await` invalid in this context\";\n var await_tok = S.token;\n if (await_tok.type == \"name\" && await_tok.value == \"await\") {\n if (!is_in_async()) {\n token_error(await_tok, for_await_error);\n }\n next();\n } else {\n await_tok = false;\n }\n expect(\"(\");\n var init = null;\n if (!is(\"punc\", \";\")) {\n init =\n is(\"keyword\", \"var\") ? (next(), var_(true)) :\n is(\"keyword\", \"let\") ? (next(), let_(true)) :\n is(\"keyword\", \"const\") ? (next(), const_(true)) :\n expression(true, true);\n var is_in = is(\"operator\", \"in\");\n var is_of = is(\"name\", \"of\");\n if (await_tok && !is_of) {\n token_error(await_tok, for_await_error);\n }\n if (is_in || is_of) {\n if (init instanceof AST_Definitions) {\n if (init.definitions.length > 1)\n token_error(init.start, \"Only one variable declaration allowed in for..in loop\");\n } else if (!(is_assignable(init) || (init = to_destructuring(init)) instanceof AST_Destructuring)) {\n token_error(init.start, \"Invalid left-hand side in for..in loop\");\n }\n next();\n if (is_in) {\n return for_in(init);\n } else {\n return for_of(init, !!await_tok);\n }\n }\n } else if (await_tok) {\n token_error(await_tok, for_await_error);\n }\n return regular_for(init);\n }\n\n function regular_for(init) {\n expect(\";\");\n var test = is(\"punc\", \";\") ? null : expression(true);\n expect(\";\");\n var step = is(\"punc\", \")\") ? null : expression(true);\n expect(\")\");\n return new AST_For({\n init : init,\n condition : test,\n step : step,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n function for_of(init, is_await) {\n var lhs = init instanceof AST_Definitions ? init.definitions[0].name : null;\n var obj = expression(true);\n expect(\")\");\n return new AST_ForOf({\n await : is_await,\n init : init,\n name : lhs,\n object : obj,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n function for_in(init) {\n var obj = expression(true);\n expect(\")\");\n return new AST_ForIn({\n init : init,\n object : obj,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n var arrow_function = function(start, argnames, is_async) {\n if (has_newline_before(S.token)) {\n croak(\"Unexpected newline before arrow (=>)\");\n }\n\n expect_token(\"arrow\", \"=>\");\n\n var body = _function_body(is(\"punc\", \"{\"), false, is_async);\n\n var end =\n body instanceof Array && body.length ? body[body.length - 1].end :\n body instanceof Array ? start :\n body.end;\n\n return new AST_Arrow({\n start : start,\n end : end,\n async : is_async,\n argnames : argnames,\n body : body\n });\n };\n\n var function_ = function(ctor, is_generator_property, is_async, is_export_default) {\n var start = S.token;\n\n var in_statement = ctor === AST_Defun;\n var is_generator = is(\"operator\", \"*\");\n if (is_generator) {\n next();\n }\n\n var name = is(\"name\") ? as_symbol(in_statement ? AST_SymbolDefun : AST_SymbolLambda) : null;\n if (in_statement && !name) {\n if (is_export_default) {\n ctor = AST_Function;\n } else {\n unexpected();\n }\n }\n\n if (name && ctor !== AST_Accessor && !(name instanceof AST_SymbolDeclaration))\n unexpected(prev());\n\n var args = [];\n var body = _function_body(true, is_generator || is_generator_property, is_async, name, args);\n return new ctor({\n start : args.start,\n end : body.end,\n is_generator: is_generator,\n async : is_async,\n name : name,\n argnames: args,\n body : body\n });\n };\n\n function track_used_binding_identifiers(is_parameter, strict) {\n var parameters = {};\n var duplicate = false;\n var default_assignment = false;\n var spread = false;\n var strict_mode = !!strict;\n var tracker = {\n add_parameter: function(token) {\n if (parameters[\"$\" + token.value] !== undefined) {\n if (duplicate === false) {\n duplicate = token;\n }\n tracker.check_strict();\n } else {\n parameters[\"$\" + token.value] = true;\n if (is_parameter) {\n switch (token.value) {\n case \"arguments\":\n case \"eval\":\n case \"yield\":\n if (strict_mode) {\n token_error(token, \"Unexpected \" + token.value + \" identifier as parameter inside strict mode\");\n }\n break;\n default:\n if (RESERVED_WORDS(token.value)) {\n unexpected();\n }\n }\n }\n }\n },\n mark_default_assignment: function(token) {\n if (default_assignment === false) {\n default_assignment = token;\n }\n },\n mark_spread: function(token) {\n if (spread === false) {\n spread = token;\n }\n },\n mark_strict_mode: function() {\n strict_mode = true;\n },\n is_strict: function() {\n return default_assignment !== false || spread !== false || strict_mode;\n },\n check_strict: function() {\n if (tracker.is_strict() && duplicate !== false) {\n token_error(duplicate, \"Parameter \" + duplicate.value + \" was used already\");\n }\n }\n };\n\n return tracker;\n }\n\n function parameters(params) {\n var start = S.token;\n var used_parameters = track_used_binding_identifiers(true, S.input.has_directive(\"use strict\"));\n\n expect(\"(\");\n\n while (!is(\"punc\", \")\")) {\n var param = parameter(used_parameters);\n params.push(param);\n\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\") && options.ecma < 8) unexpected();\n }\n\n if (param instanceof AST_Expansion) {\n break;\n }\n }\n\n next();\n }\n\n function parameter(used_parameters, symbol_type) {\n var param;\n var expand = false;\n if (used_parameters === undefined) {\n used_parameters = track_used_binding_identifiers(true, S.input.has_directive(\"use strict\"));\n }\n if (is(\"expand\", \"...\")) {\n expand = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n param = binding_element(used_parameters, symbol_type);\n\n if (is(\"operator\", \"=\") && expand === false) {\n used_parameters.mark_default_assignment(S.token);\n next();\n param = new AST_DefaultAssign({\n start: param.start,\n left: param,\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n\n if (expand !== false) {\n if (!is(\"punc\", \")\")) {\n unexpected();\n }\n param = new AST_Expansion({\n start: expand,\n expression: param,\n end: expand\n });\n }\n used_parameters.check_strict();\n\n return param;\n }\n\n function binding_element(used_parameters, symbol_type) {\n var elements = [];\n var first = true;\n var is_expand = false;\n var expand_token;\n var first_token = S.token;\n if (used_parameters === undefined) {\n used_parameters = track_used_binding_identifiers(false, S.input.has_directive(\"use strict\"));\n }\n symbol_type = symbol_type === undefined ? AST_SymbolFunarg : symbol_type;\n if (is(\"punc\", \"[\")) {\n next();\n while (!is(\"punc\", \"]\")) {\n if (first) {\n first = false;\n } else {\n expect(\",\");\n }\n\n if (is(\"expand\", \"...\")) {\n is_expand = true;\n expand_token = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n if (is(\"punc\")) {\n switch (S.token.value) {\n case \",\":\n elements.push(new AST_Hole({\n start: S.token,\n end: S.token\n }));\n continue;\n case \"]\": // Trailing comma after last element\n break;\n case \"[\":\n case \"{\":\n elements.push(binding_element(used_parameters, symbol_type));\n break;\n default:\n unexpected();\n }\n } else if (is(\"name\")) {\n used_parameters.add_parameter(S.token);\n elements.push(as_symbol(symbol_type));\n } else {\n croak(\"Invalid function parameter\");\n }\n if (is(\"operator\", \"=\") && is_expand === false) {\n used_parameters.mark_default_assignment(S.token);\n next();\n elements[elements.length - 1] = new AST_DefaultAssign({\n start: elements[elements.length - 1].start,\n left: elements[elements.length - 1],\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n if (is_expand) {\n if (!is(\"punc\", \"]\")) {\n croak(\"Rest element must be last element\");\n }\n elements[elements.length - 1] = new AST_Expansion({\n start: expand_token,\n expression: elements[elements.length - 1],\n end: expand_token\n });\n }\n }\n expect(\"]\");\n used_parameters.check_strict();\n return new AST_Destructuring({\n start: first_token,\n names: elements,\n is_array: true,\n end: prev()\n });\n } else if (is(\"punc\", \"{\")) {\n next();\n while (!is(\"punc\", \"}\")) {\n if (first) {\n first = false;\n } else {\n expect(\",\");\n }\n if (is(\"expand\", \"...\")) {\n is_expand = true;\n expand_token = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n if (is(\"name\") && (is_token(peek(), \"punc\") || is_token(peek(), \"operator\")) && [\",\", \"}\", \"=\"].includes(peek().value)) {\n used_parameters.add_parameter(S.token);\n var start = prev();\n var value = as_symbol(symbol_type);\n if (is_expand) {\n elements.push(new AST_Expansion({\n start: expand_token,\n expression: value,\n end: value.end,\n }));\n } else {\n elements.push(new AST_ObjectKeyVal({\n start: start,\n key: value.name,\n value: value,\n end: value.end,\n }));\n }\n } else if (is(\"punc\", \"}\")) {\n continue; // Allow trailing hole\n } else {\n var property_token = S.token;\n var property = as_property_name();\n if (property === null) {\n unexpected(prev());\n } else if (prev().type === \"name\" && !is(\"punc\", \":\")) {\n elements.push(new AST_ObjectKeyVal({\n start: prev(),\n key: property,\n value: new symbol_type({\n start: prev(),\n name: property,\n end: prev()\n }),\n end: prev()\n }));\n } else {\n expect(\":\");\n elements.push(new AST_ObjectKeyVal({\n start: property_token,\n quote: property_token.quote,\n key: property,\n value: binding_element(used_parameters, symbol_type),\n end: prev()\n }));\n }\n }\n if (is_expand) {\n if (!is(\"punc\", \"}\")) {\n croak(\"Rest element must be last element\");\n }\n } else if (is(\"operator\", \"=\")) {\n used_parameters.mark_default_assignment(S.token);\n next();\n elements[elements.length - 1].value = new AST_DefaultAssign({\n start: elements[elements.length - 1].value.start,\n left: elements[elements.length - 1].value,\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n }\n expect(\"}\");\n used_parameters.check_strict();\n return new AST_Destructuring({\n start: first_token,\n names: elements,\n is_array: false,\n end: prev()\n });\n } else if (is(\"name\")) {\n used_parameters.add_parameter(S.token);\n return as_symbol(symbol_type);\n } else {\n croak(\"Invalid function parameter\");\n }\n }\n\n function params_or_seq_(allow_arrows, maybe_sequence) {\n var spread_token;\n var invalid_sequence;\n var trailing_comma;\n var a = [];\n expect(\"(\");\n while (!is(\"punc\", \")\")) {\n if (spread_token) unexpected(spread_token);\n if (is(\"expand\", \"...\")) {\n spread_token = S.token;\n if (maybe_sequence) invalid_sequence = S.token;\n next();\n a.push(new AST_Expansion({\n start: prev(),\n expression: expression(),\n end: S.token,\n }));\n } else {\n a.push(expression());\n }\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\")) {\n if (options.ecma < 8) unexpected();\n trailing_comma = prev();\n if (maybe_sequence) invalid_sequence = trailing_comma;\n }\n }\n }\n expect(\")\");\n if (allow_arrows && is(\"arrow\", \"=>\")) {\n if (spread_token && trailing_comma) unexpected(trailing_comma);\n } else if (invalid_sequence) {\n unexpected(invalid_sequence);\n }\n return a;\n }\n\n function _function_body(block, generator, is_async, name, args) {\n var loop = S.in_loop;\n var labels = S.labels;\n var current_generator = S.in_generator;\n var current_async = S.in_async;\n ++S.in_function;\n if (generator)\n S.in_generator = S.in_function;\n if (is_async)\n S.in_async = S.in_function;\n if (args) parameters(args);\n if (block)\n S.in_directives = true;\n S.in_loop = 0;\n S.labels = [];\n if (block) {\n S.input.push_directives_stack();\n var a = block_();\n if (name) _verify_symbol(name);\n if (args) args.forEach(_verify_symbol);\n S.input.pop_directives_stack();\n } else {\n var a = expression(false);\n }\n --S.in_function;\n S.in_loop = loop;\n S.labels = labels;\n S.in_generator = current_generator;\n S.in_async = current_async;\n return a;\n }\n\n function _await_expression() {\n // Previous token must be \"await\" and not be interpreted as an identifier\n if (!is_in_async()) {\n croak(\"Unexpected await expression outside async function\",\n S.prev.line, S.prev.col, S.prev.pos);\n }\n // the await expression is parsed as a unary expression in Babel\n return new AST_Await({\n start: prev(),\n end: S.token,\n expression : maybe_unary(true),\n });\n }\n\n function _yield_expression() {\n // Previous token must be keyword yield and not be interpret as an identifier\n if (!is_in_generator()) {\n croak(\"Unexpected yield expression outside generator function\",\n S.prev.line, S.prev.col, S.prev.pos);\n }\n var start = S.token;\n var star = false;\n var has_expression = true;\n\n // Attempt to get expression or star (and then the mandatory expression)\n // behind yield on the same line.\n //\n // If nothing follows on the same line of the yieldExpression,\n // it should default to the value `undefined` for yield to return.\n // In that case, the `undefined` stored as `null` in ast.\n //\n // Note 1: It isn't allowed for yield* to close without an expression\n // Note 2: If there is a nlb between yield and star, it is interpret as\n // yield *\n if (can_insert_semicolon() ||\n (is(\"punc\") && PUNC_AFTER_EXPRESSION(S.token.value))) {\n has_expression = false;\n\n } else if (is(\"operator\", \"*\")) {\n star = true;\n next();\n }\n\n return new AST_Yield({\n start : start,\n is_star : star,\n expression : has_expression ? expression() : null,\n end : prev()\n });\n }\n\n function if_() {\n var cond = parenthesised(), body = statement(false, false, true), belse = null;\n if (is(\"keyword\", \"else\")) {\n next();\n belse = statement(false, false, true);\n }\n return new AST_If({\n condition : cond,\n body : body,\n alternative : belse\n });\n }\n\n function block_() {\n expect(\"{\");\n var a = [];\n while (!is(\"punc\", \"}\")) {\n if (is(\"eof\")) unexpected();\n a.push(statement());\n }\n next();\n return a;\n }\n\n function switch_body_() {\n expect(\"{\");\n var a = [], cur = null, branch = null, tmp;\n while (!is(\"punc\", \"}\")) {\n if (is(\"eof\")) unexpected();\n if (is(\"keyword\", \"case\")) {\n if (branch) branch.end = prev();\n cur = [];\n branch = new AST_Case({\n start : (tmp = S.token, next(), tmp),\n expression : expression(true),\n body : cur\n });\n a.push(branch);\n expect(\":\");\n } else if (is(\"keyword\", \"default\")) {\n if (branch) branch.end = prev();\n cur = [];\n branch = new AST_Default({\n start : (tmp = S.token, next(), expect(\":\"), tmp),\n body : cur\n });\n a.push(branch);\n } else {\n if (!cur) unexpected();\n cur.push(statement());\n }\n }\n if (branch) branch.end = prev();\n next();\n return a;\n }\n\n function try_() {\n var body = block_(), bcatch = null, bfinally = null;\n if (is(\"keyword\", \"catch\")) {\n var start = S.token;\n next();\n if (is(\"punc\", \"{\")) {\n var name = null;\n } else {\n expect(\"(\");\n var name = parameter(undefined, AST_SymbolCatch);\n expect(\")\");\n }\n bcatch = new AST_Catch({\n start : start,\n argname : name,\n body : block_(),\n end : prev()\n });\n }\n if (is(\"keyword\", \"finally\")) {\n var start = S.token;\n next();\n bfinally = new AST_Finally({\n start : start,\n body : block_(),\n end : prev()\n });\n }\n if (!bcatch && !bfinally)\n croak(\"Missing catch/finally blocks\");\n return new AST_Try({\n body : body,\n bcatch : bcatch,\n bfinally : bfinally\n });\n }\n\n function vardefs(no_in, kind) {\n var a = [];\n var def;\n for (;;) {\n var sym_type =\n kind === \"var\" ? AST_SymbolVar :\n kind === \"const\" ? AST_SymbolConst :\n kind === \"let\" ? AST_SymbolLet : null;\n if (is(\"punc\", \"{\") || is(\"punc\", \"[\")) {\n def = new AST_VarDef({\n start: S.token,\n name: binding_element(undefined ,sym_type),\n value: is(\"operator\", \"=\") ? (expect_token(\"operator\", \"=\"), expression(false, no_in)) : null,\n end: prev()\n });\n } else {\n def = new AST_VarDef({\n start : S.token,\n name : as_symbol(sym_type),\n value : is(\"operator\", \"=\")\n ? (next(), expression(false, no_in))\n : !no_in && kind === \"const\"\n ? croak(\"Missing initializer in const declaration\") : null,\n end : prev()\n });\n if (def.name.name == \"import\") croak(\"Unexpected token: import\");\n }\n a.push(def);\n if (!is(\"punc\", \",\"))\n break;\n next();\n }\n return a;\n }\n\n var var_ = function(no_in) {\n return new AST_Var({\n start : prev(),\n definitions : vardefs(no_in, \"var\"),\n end : prev()\n });\n };\n\n var let_ = function(no_in) {\n return new AST_Let({\n start : prev(),\n definitions : vardefs(no_in, \"let\"),\n end : prev()\n });\n };\n\n var const_ = function(no_in) {\n return new AST_Const({\n start : prev(),\n definitions : vardefs(no_in, \"const\"),\n end : prev()\n });\n };\n\n var new_ = function(allow_calls) {\n var start = S.token;\n expect_token(\"operator\", \"new\");\n if (is(\"punc\", \".\")) {\n next();\n expect_token(\"name\", \"target\");\n return subscripts(new AST_NewTarget({\n start : start,\n end : prev()\n }), allow_calls);\n }\n var newexp = expr_atom(false), args;\n if (is(\"punc\", \"(\")) {\n next();\n args = expr_list(\")\", options.ecma >= 8);\n } else {\n args = [];\n }\n var call = new AST_New({\n start : start,\n expression : newexp,\n args : args,\n end : prev()\n });\n mark_pure(call);\n return subscripts(call, allow_calls);\n };\n\n function as_atom_node() {\n var tok = S.token, ret;\n switch (tok.type) {\n case \"name\":\n ret = _make_symbol(AST_SymbolRef);\n break;\n case \"num\":\n ret = new AST_Number({ start: tok, end: tok, value: tok.value });\n break;\n case \"string\":\n ret = new AST_String({\n start : tok,\n end : tok,\n value : tok.value,\n quote : tok.quote\n });\n break;\n case \"regexp\":\n ret = new AST_RegExp({ start: tok, end: tok, value: tok.value });\n break;\n case \"atom\":\n switch (tok.value) {\n case \"false\":\n ret = new AST_False({ start: tok, end: tok });\n break;\n case \"true\":\n ret = new AST_True({ start: tok, end: tok });\n break;\n case \"null\":\n ret = new AST_Null({ start: tok, end: tok });\n break;\n }\n break;\n }\n next();\n return ret;\n }\n\n function to_fun_args(ex, _, __, default_seen_above) {\n var insert_default = function(ex, default_value) {\n if (default_value) {\n return new AST_DefaultAssign({\n start: ex.start,\n left: ex,\n operator: \"=\",\n right: default_value,\n end: default_value.end\n });\n }\n return ex;\n };\n if (ex instanceof AST_Object) {\n return insert_default(new AST_Destructuring({\n start: ex.start,\n end: ex.end,\n is_array: false,\n names: ex.properties.map(to_fun_args)\n }), default_seen_above);\n } else if (ex instanceof AST_ObjectKeyVal) {\n ex.value = to_fun_args(ex.value, 0, [ex.key]);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_Hole) {\n return ex;\n } else if (ex instanceof AST_Destructuring) {\n ex.names = ex.names.map(to_fun_args);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_SymbolRef) {\n return insert_default(new AST_SymbolFunarg({\n name: ex.name,\n start: ex.start,\n end: ex.end\n }), default_seen_above);\n } else if (ex instanceof AST_Expansion) {\n ex.expression = to_fun_args(ex.expression);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_Array) {\n return insert_default(new AST_Destructuring({\n start: ex.start,\n end: ex.end,\n is_array: true,\n names: ex.elements.map(to_fun_args)\n }), default_seen_above);\n } else if (ex instanceof AST_Assign) {\n return insert_default(to_fun_args(ex.left, undefined, undefined, ex.right), default_seen_above);\n } else if (ex instanceof AST_DefaultAssign) {\n ex.left = to_fun_args(ex.left, 0, [ex.left]);\n return ex;\n } else {\n croak(\"Invalid function parameter\", ex.start.line, ex.start.col);\n }\n }\n\n var expr_atom = function(allow_calls, allow_arrows) {\n if (is(\"operator\", \"new\")) {\n return new_(allow_calls);\n }\n var start = S.token;\n var peeked;\n var async = is(\"name\", \"async\")\n && (peeked = peek()).value != \"[\"\n && peeked.type != \"arrow\"\n && as_atom_node();\n if (is(\"punc\")) {\n switch (S.token.value) {\n case \"(\":\n if (async && !allow_calls) break;\n var exprs = params_or_seq_(allow_arrows, !async);\n if (allow_arrows && is(\"arrow\", \"=>\")) {\n return arrow_function(start, exprs.map(to_fun_args), !!async);\n }\n var ex = async ? new AST_Call({\n expression: async,\n args: exprs\n }) : exprs.length == 1 ? exprs[0] : new AST_Sequence({\n expressions: exprs\n });\n if (ex.start) {\n var len = start.comments_before.length;\n [].unshift.apply(ex.start.comments_before, start.comments_before);\n start.comments_before = ex.start.comments_before;\n start.comments_before_length = len;\n if (len == 0 && start.comments_before.length > 0) {\n var comment = start.comments_before[0];\n if (!comment.nlb) {\n comment.nlb = start.nlb;\n start.nlb = false;\n }\n }\n start.comments_after = ex.start.comments_after;\n }\n ex.start = start;\n var end = prev();\n if (ex.end) {\n end.comments_before = ex.end.comments_before;\n [].push.apply(ex.end.comments_after, end.comments_after);\n end.comments_after = ex.end.comments_after;\n }\n ex.end = end;\n if (ex instanceof AST_Call) mark_pure(ex);\n return subscripts(ex, allow_calls);\n case \"[\":\n return subscripts(array_(), allow_calls);\n case \"{\":\n return subscripts(object_or_destructuring_(), allow_calls);\n }\n if (!async) unexpected();\n }\n if (allow_arrows && is(\"name\") && is_token(peek(), \"arrow\")) {\n var param = new AST_SymbolFunarg({\n name: S.token.value,\n start: start,\n end: start,\n });\n next();\n return arrow_function(start, [param], !!async);\n }\n if (is(\"keyword\", \"function\")) {\n next();\n var func = function_(AST_Function, false, !!async);\n func.start = start;\n func.end = prev();\n return subscripts(func, allow_calls);\n }\n if (async) return subscripts(async, allow_calls);\n if (is(\"keyword\", \"class\")) {\n next();\n var cls = class_(AST_ClassExpression);\n cls.start = start;\n cls.end = prev();\n return subscripts(cls, allow_calls);\n }\n if (is(\"template_head\")) {\n return subscripts(template_string(false), allow_calls);\n }\n if (ATOMIC_START_TOKEN(S.token.type)) {\n return subscripts(as_atom_node(), allow_calls);\n }\n unexpected();\n };\n\n function template_string(tagged) {\n var segments = [], start = S.token;\n\n segments.push(new AST_TemplateSegment({\n start: S.token,\n raw: S.token.raw,\n value: S.token.value,\n end: S.token\n }));\n while (S.token.end === false) {\n next();\n handle_regexp();\n segments.push(expression(true));\n\n if (!is_token(\"template_substitution\")) {\n unexpected();\n }\n\n segments.push(new AST_TemplateSegment({\n start: S.token,\n raw: S.token.raw,\n value: S.token.value,\n end: S.token\n }));\n }\n next();\n\n return new AST_TemplateString({\n start: start,\n segments: segments,\n end: S.token\n });\n }\n\n function expr_list(closing, allow_trailing_comma, allow_empty) {\n var first = true, a = [];\n while (!is(\"punc\", closing)) {\n if (first) first = false; else expect(\",\");\n if (allow_trailing_comma && is(\"punc\", closing)) break;\n if (is(\"punc\", \",\") && allow_empty) {\n a.push(new AST_Hole({ start: S.token, end: S.token }));\n } else if (is(\"expand\", \"...\")) {\n next();\n a.push(new AST_Expansion({start: prev(), expression: expression(),end: S.token}));\n } else {\n a.push(expression(false));\n }\n }\n next();\n return a;\n }\n\n var array_ = embed_tokens(function() {\n expect(\"[\");\n return new AST_Array({\n elements: expr_list(\"]\", !options.strict, true)\n });\n });\n\n var create_accessor = embed_tokens(function(is_generator, is_async) {\n return function_(AST_Accessor, is_generator, is_async);\n });\n\n var object_or_destructuring_ = embed_tokens(function object_or_destructuring_() {\n var start = S.token, first = true, a = [];\n expect(\"{\");\n while (!is(\"punc\", \"}\")) {\n if (first) first = false; else expect(\",\");\n if (!options.strict && is(\"punc\", \"}\"))\n // allow trailing comma\n break;\n\n start = S.token;\n if (start.type == \"expand\") {\n next();\n a.push(new AST_Expansion({\n start: start,\n expression: expression(false),\n end: prev(),\n }));\n continue;\n }\n\n var name = as_property_name();\n var value;\n\n // Check property and fetch value\n if (!is(\"punc\", \":\")) {\n var concise = concise_method_or_getset(name, start);\n if (concise) {\n a.push(concise);\n continue;\n }\n\n value = new AST_SymbolRef({\n start: prev(),\n name: name,\n end: prev()\n });\n } else if (name === null) {\n unexpected(prev());\n } else {\n next(); // `:` - see first condition\n value = expression(false);\n }\n\n // Check for default value and alter value accordingly if necessary\n if (is(\"operator\", \"=\")) {\n next();\n value = new AST_Assign({\n start: start,\n left: value,\n operator: \"=\",\n right: expression(false),\n end: prev()\n });\n }\n\n // Create property\n a.push(new AST_ObjectKeyVal({\n start: start,\n quote: start.quote,\n key: name instanceof AST_Node ? name : \"\" + name,\n value: value,\n end: prev()\n }));\n }\n next();\n return new AST_Object({ properties: a });\n });\n\n function class_(KindOfClass) {\n var start, method, class_name, extends_, a = [];\n\n S.input.push_directives_stack(); // Push directive stack, but not scope stack\n S.input.add_directive(\"use strict\");\n\n if (S.token.type == \"name\" && S.token.value != \"extends\") {\n class_name = as_symbol(KindOfClass === AST_DefClass ? AST_SymbolDefClass : AST_SymbolClass);\n }\n\n if (KindOfClass === AST_DefClass && !class_name) {\n unexpected();\n }\n\n if (S.token.value == \"extends\") {\n next();\n extends_ = expression(true);\n }\n\n expect(\"{\");\n\n if (is(\"punc\", \";\")) { next(); } // Leading semicolons are okay in class bodies.\n while (!is(\"punc\", \"}\")) {\n start = S.token;\n method = concise_method_or_getset(as_property_name(), start, true);\n if (!method) { unexpected(); }\n a.push(method);\n if (is(\"punc\", \";\")) { next(); }\n }\n\n S.input.pop_directives_stack();\n\n next();\n\n return new KindOfClass({\n start: start,\n name: class_name,\n extends: extends_,\n properties: a,\n end: prev(),\n });\n }\n\n function concise_method_or_getset(name, start, is_class) {\n var get_ast = function(name, token) {\n if (typeof name === \"string\" || typeof name === \"number\") {\n return new AST_SymbolMethod({\n start: token,\n name: \"\" + name,\n end: prev()\n });\n } else if (name === null) {\n unexpected();\n }\n return name;\n };\n var is_async = false;\n var is_static = false;\n var is_generator = false;\n var property_token = start;\n if (is_class && name === \"static\" && !is(\"punc\", \"(\")) {\n is_static = true;\n property_token = S.token;\n name = as_property_name();\n }\n if (name === \"async\" && !is(\"punc\", \"(\") && !is(\"punc\", \",\") && !is(\"punc\", \"}\")) {\n is_async = true;\n property_token = S.token;\n name = as_property_name();\n }\n if (name === null) {\n is_generator = true;\n property_token = S.token;\n name = as_property_name();\n if (name === null) {\n unexpected();\n }\n }\n if (is(\"punc\", \"(\")) {\n name = get_ast(name, start);\n var node = new AST_ConciseMethod({\n start : start,\n static : is_static,\n is_generator: is_generator,\n async : is_async,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(is_generator, is_async),\n end : prev()\n });\n return node;\n }\n property_token = S.token;\n if (name == \"get\") {\n if (!is(\"punc\") || is(\"punc\", \"[\")) {\n name = get_ast(as_property_name(), start);\n return new AST_ObjectGetter({\n start : start,\n static: is_static,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(),\n end : prev()\n });\n }\n } else if (name == \"set\") {\n if (!is(\"punc\") || is(\"punc\", \"[\")) {\n name = get_ast(as_property_name(), start);\n return new AST_ObjectSetter({\n start : start,\n static: is_static,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(),\n end : prev()\n });\n }\n }\n }\n\n function import_() {\n var start = prev();\n var imported_name;\n var imported_names;\n if (is(\"name\")) {\n imported_name = as_symbol(AST_SymbolImport);\n }\n\n if (is(\"punc\", \",\")) {\n next();\n }\n\n imported_names = map_names(true);\n\n if (imported_names || imported_name) {\n expect_token(\"name\", \"from\");\n }\n var mod_str = S.token;\n if (mod_str.type !== \"string\") {\n unexpected();\n }\n next();\n return new AST_Import({\n start: start,\n imported_name: imported_name,\n imported_names: imported_names,\n module_name: new AST_String({\n start: mod_str,\n value: mod_str.value,\n quote: mod_str.quote,\n end: mod_str,\n }),\n end: S.token,\n });\n }\n\n function map_name(is_import) {\n function make_symbol(type) {\n return new type({\n name: as_property_name(),\n start: prev(),\n end: prev()\n });\n }\n\n var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign;\n var type = is_import ? AST_SymbolImport : AST_SymbolExport;\n var start = S.token;\n var foreign_name;\n var name;\n\n if (is_import) {\n foreign_name = make_symbol(foreign_type);\n } else {\n name = make_symbol(type);\n }\n if (is(\"name\", \"as\")) {\n next(); // The \"as\" word\n if (is_import) {\n name = make_symbol(type);\n } else {\n foreign_name = make_symbol(foreign_type);\n }\n } else if (is_import) {\n name = new type(foreign_name);\n } else {\n foreign_name = new foreign_type(name);\n }\n\n return new AST_NameMapping({\n start: start,\n foreign_name: foreign_name,\n name: name,\n end: prev(),\n });\n }\n\n function map_nameAsterisk(is_import, name) {\n var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign;\n var type = is_import ? AST_SymbolImport : AST_SymbolExport;\n var start = S.token;\n var foreign_name;\n var end = prev();\n\n name = name || new type({\n name: \"*\",\n start: start,\n end: end,\n });\n\n foreign_name = new foreign_type({\n name: \"*\",\n start: start,\n end: end,\n });\n\n return new AST_NameMapping({\n start: start,\n foreign_name: foreign_name,\n name: name,\n end: end,\n });\n }\n\n function map_names(is_import) {\n var names;\n if (is(\"punc\", \"{\")) {\n next();\n names = [];\n while (!is(\"punc\", \"}\")) {\n names.push(map_name(is_import));\n if (is(\"punc\", \",\")) {\n next();\n }\n }\n next();\n } else if (is(\"operator\", \"*\")) {\n var name;\n next();\n if (is_import && is(\"name\", \"as\")) {\n next(); // The \"as\" word\n name = as_symbol(is_import ? AST_SymbolImport : AST_SymbolExportForeign);\n }\n names = [map_nameAsterisk(is_import, name)];\n }\n return names;\n }\n\n function export_() {\n var start = S.token;\n var is_default;\n var exported_names;\n\n if (is(\"keyword\", \"default\")) {\n is_default = true;\n next();\n } else if (exported_names = map_names(false)) {\n if (is(\"name\", \"from\")) {\n next();\n\n var mod_str = S.token;\n if (mod_str.type !== \"string\") {\n unexpected();\n }\n next();\n\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_names: exported_names,\n module_name: new AST_String({\n start: mod_str,\n value: mod_str.value,\n quote: mod_str.quote,\n end: mod_str,\n }),\n end: prev(),\n });\n } else {\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_names: exported_names,\n end: prev(),\n });\n }\n }\n\n var node;\n var exported_value;\n var exported_definition;\n if (is(\"punc\", \"{\")\n || is_default\n && (is(\"keyword\", \"class\") || is(\"keyword\", \"function\"))\n && is_token(peek(), \"punc\")) {\n exported_value = expression(false);\n semicolon();\n } else if ((node = statement(is_default)) instanceof AST_Definitions && is_default) {\n unexpected(node.start);\n } else if (node instanceof AST_Definitions || node instanceof AST_Lambda || node instanceof AST_DefClass) {\n exported_definition = node;\n } else if (node instanceof AST_SimpleStatement) {\n exported_value = node.body;\n } else {\n unexpected(node.start);\n }\n\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_value: exported_value,\n exported_definition: exported_definition,\n end: prev(),\n });\n }\n\n function as_property_name() {\n var tmp = S.token;\n switch (tmp.type) {\n case \"punc\":\n if (tmp.value === \"[\") {\n next();\n var ex = expression(false);\n expect(\"]\");\n return ex;\n } else unexpected(tmp);\n case \"operator\":\n if (tmp.value === \"*\") {\n next();\n return null;\n }\n if (![\"delete\", \"in\", \"instanceof\", \"new\", \"typeof\", \"void\"].includes(tmp.value)) {\n unexpected(tmp);\n }\n case \"name\":\n if (tmp.value == \"yield\") {\n if (is_in_generator()) {\n token_error(tmp, \"Yield cannot be used as identifier inside generators\");\n } else if (!is_token(peek(), \"punc\", \":\")\n && !is_token(peek(), \"punc\", \"(\")\n && S.input.has_directive(\"use strict\")) {\n token_error(tmp, \"Unexpected yield identifier inside strict mode\");\n }\n }\n case \"string\":\n case \"num\":\n case \"keyword\":\n case \"atom\":\n next();\n return tmp.value;\n default:\n unexpected(tmp);\n }\n }\n\n function as_name() {\n var tmp = S.token;\n if (tmp.type != \"name\") unexpected();\n next();\n return tmp.value;\n }\n\n function _make_symbol(type) {\n var name = S.token.value;\n return new (name == \"this\" ? AST_This :\n name == \"super\" ? AST_Super :\n type)({\n name : String(name),\n start : S.token,\n end : S.token\n });\n }\n\n function _verify_symbol(sym) {\n var name = sym.name;\n if (is_in_generator() && name == \"yield\") {\n token_error(sym.start, \"Yield cannot be used as identifier inside generators\");\n }\n if (S.input.has_directive(\"use strict\")) {\n if (name == \"yield\") {\n token_error(sym.start, \"Unexpected yield identifier inside strict mode\");\n }\n if (sym instanceof AST_SymbolDeclaration && (name == \"arguments\" || name == \"eval\")) {\n token_error(sym.start, \"Unexpected \" + name + \" in strict mode\");\n }\n }\n }\n\n function as_symbol(type, noerror) {\n if (!is(\"name\")) {\n if (!noerror) croak(\"Name expected\");\n return null;\n }\n var sym = _make_symbol(type);\n _verify_symbol(sym);\n next();\n return sym;\n }\n\n function mark_pure(call) {\n var start = call.start;\n var comments = start.comments_before;\n var i = HOP(start, \"comments_before_length\") ? start.comments_before_length : comments.length;\n while (--i >= 0) {\n var comment = comments[i];\n if (/[@#]__PURE__/.test(comment.value)) {\n call.pure = comment;\n break;\n }\n }\n }\n\n var subscripts = function(expr, allow_calls) {\n var start = expr.start;\n if (is(\"punc\", \".\")) {\n next();\n return subscripts(new AST_Dot({\n start : start,\n expression : expr,\n property : as_name(),\n end : prev()\n }), allow_calls);\n }\n if (is(\"punc\", \"[\")) {\n next();\n var prop = expression(true);\n expect(\"]\");\n return subscripts(new AST_Sub({\n start : start,\n expression : expr,\n property : prop,\n end : prev()\n }), allow_calls);\n }\n if (allow_calls && is(\"punc\", \"(\")) {\n next();\n var call = new AST_Call({\n start : start,\n expression : expr,\n args : call_args(),\n end : prev()\n });\n mark_pure(call);\n return subscripts(call, true);\n }\n if (is(\"template_head\")) {\n return subscripts(new AST_PrefixedTemplateString({\n start: start,\n prefix: expr,\n template_string: template_string(true),\n end: prev()\n }), allow_calls);\n }\n return expr;\n };\n\n var call_args = embed_tokens(function _call_args() {\n var args = [];\n while (!is(\"punc\", \")\")) {\n if (is(\"expand\", \"...\")) {\n next();\n args.push(new AST_Expansion({\n start: prev(),\n expression: expression(false),\n end: prev()\n }));\n } else {\n args.push(expression(false));\n }\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\") && options.ecma < 8) unexpected();\n }\n }\n next();\n return args;\n });\n\n var maybe_unary = function(allow_calls, allow_arrows) {\n var start = S.token;\n if (start.type == \"name\" && start.value == \"await\") {\n if (is_in_async()) {\n next();\n return _await_expression();\n } else if (S.input.has_directive(\"use strict\")) {\n token_error(S.token, \"Unexpected await identifier inside strict mode\");\n }\n }\n if (is(\"operator\") && UNARY_PREFIX(start.value)) {\n next();\n handle_regexp();\n var ex = make_unary(AST_UnaryPrefix, start, maybe_unary(allow_calls));\n ex.start = start;\n ex.end = prev();\n return ex;\n }\n var val = expr_atom(allow_calls, allow_arrows);\n while (is(\"operator\") && UNARY_POSTFIX(S.token.value) && !has_newline_before(S.token)) {\n if (val instanceof AST_Arrow) unexpected();\n val = make_unary(AST_UnaryPostfix, S.token, val);\n val.start = start;\n val.end = S.token;\n next();\n }\n return val;\n };\n\n function make_unary(ctor, token, expr) {\n var op = token.value;\n switch (op) {\n case \"++\":\n case \"--\":\n if (!is_assignable(expr))\n croak(\"Invalid use of \" + op + \" operator\", token.line, token.col, token.pos);\n break;\n case \"delete\":\n if (expr instanceof AST_SymbolRef && S.input.has_directive(\"use strict\"))\n croak(\"Calling delete on expression not allowed in strict mode\", expr.start.line, expr.start.col, expr.start.pos);\n break;\n }\n return new ctor({ operator: op, expression: expr });\n }\n\n var expr_op = function(left, min_prec, no_in) {\n var op = is(\"operator\") ? S.token.value : null;\n if (op == \"in\" && no_in) op = null;\n if (op == \"**\" && left instanceof AST_UnaryPrefix\n /* unary token in front not allowed - parenthesis required */\n && !is_token(left.start, \"punc\", \"(\")\n && left.operator !== \"--\" && left.operator !== \"++\")\n unexpected(left.start);\n var prec = op != null ? PRECEDENCE[op] : null;\n if (prec != null && (prec > min_prec || (op === \"**\" && min_prec === prec))) {\n next();\n var right = expr_op(maybe_unary(true), prec, no_in);\n return expr_op(new AST_Binary({\n start : left.start,\n left : left,\n operator : op,\n right : right,\n end : right.end\n }), min_prec, no_in);\n }\n return left;\n };\n\n function expr_ops(no_in) {\n return expr_op(maybe_unary(true, true), 0, no_in);\n }\n\n var maybe_conditional = function(no_in) {\n var start = S.token;\n var expr = expr_ops(no_in);\n if (is(\"operator\", \"?\")) {\n next();\n var yes = expression(false);\n expect(\":\");\n return new AST_Conditional({\n start : start,\n condition : expr,\n consequent : yes,\n alternative : expression(false, no_in),\n end : prev()\n });\n }\n return expr;\n };\n\n function is_assignable(expr) {\n return expr instanceof AST_PropAccess || expr instanceof AST_SymbolRef;\n }\n\n function to_destructuring(node) {\n if (node instanceof AST_Object) {\n node = new AST_Destructuring({\n start: node.start,\n names: node.properties.map(to_destructuring),\n is_array: false,\n end: node.end\n });\n } else if (node instanceof AST_Array) {\n var names = [];\n\n for (var i = 0; i < node.elements.length; i++) {\n // Only allow expansion as last element\n if (node.elements[i] instanceof AST_Expansion) {\n if (i + 1 !== node.elements.length) {\n token_error(node.elements[i].start, \"Spread must the be last element in destructuring array\");\n }\n node.elements[i].expression = to_destructuring(node.elements[i].expression);\n }\n\n names.push(to_destructuring(node.elements[i]));\n }\n\n node = new AST_Destructuring({\n start: node.start,\n names: names,\n is_array: true,\n end: node.end\n });\n } else if (node instanceof AST_ObjectProperty) {\n node.value = to_destructuring(node.value);\n } else if (node instanceof AST_Assign) {\n node = new AST_DefaultAssign({\n start: node.start,\n left: node.left,\n operator: \"=\",\n right: node.right,\n end: node.end\n });\n }\n return node;\n }\n\n // In ES6, AssignmentExpression can also be an ArrowFunction\n var maybe_assign = function(no_in) {\n handle_regexp();\n var start = S.token;\n\n if (start.type == \"name\" && start.value == \"yield\") {\n if (is_in_generator()) {\n next();\n return _yield_expression();\n } else if (S.input.has_directive(\"use strict\")) {\n token_error(S.token, \"Unexpected yield identifier inside strict mode\");\n }\n }\n\n var left = maybe_conditional(no_in);\n var val = S.token.value;\n\n if (is(\"operator\") && ASSIGNMENT(val)) {\n if (is_assignable(left) || (left = to_destructuring(left)) instanceof AST_Destructuring) {\n next();\n return new AST_Assign({\n start : start,\n left : left,\n operator : val,\n right : maybe_assign(no_in),\n end : prev()\n });\n }\n croak(\"Invalid assignment\");\n }\n return left;\n };\n\n var expression = function(commas, no_in) {\n var start = S.token;\n var exprs = [];\n while (true) {\n exprs.push(maybe_assign(no_in));\n if (!commas || !is(\"punc\", \",\")) break;\n next();\n commas = true;\n }\n return exprs.length == 1 ? exprs[0] : new AST_Sequence({\n start : start,\n expressions : exprs,\n end : peek()\n });\n };\n\n function in_loop(cont) {\n ++S.in_loop;\n var ret = cont();\n --S.in_loop;\n return ret;\n }\n\n if (options.expression) {\n return expression(true);\n }\n\n return (function() {\n var start = S.token;\n var body = [];\n S.input.push_directives_stack();\n if (options.module) S.input.add_directive(\"use strict\");\n while (!is(\"eof\"))\n body.push(statement());\n S.input.pop_directives_stack();\n var end = prev();\n var toplevel = options.toplevel;\n if (toplevel) {\n toplevel.body = toplevel.body.concat(body);\n toplevel.end = end;\n } else {\n toplevel = new AST_Toplevel({ start: start, body: body, end: end });\n }\n return toplevel;\n })();\n\n}\n\nexport {\n get_full_char_code,\n get_full_char,\n is_identifier_char,\n is_identifier_string,\n is_identifier,\n is_surrogate_pair_head,\n is_surrogate_pair_tail,\n js_error,\n JS_Parse_Error,\n parse,\n PRECEDENCE,\n RESERVED_WORDS,\n tokenizer,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n HOP,\n MAP,\n noop,\n string_template,\n} from \"./utils.js\";\nimport { parse } from \"./parse.js\";\n\nfunction DEFNODE(type, props, methods, base) {\n if (arguments.length < 4) base = AST_Node;\n if (!props) props = [];\n else props = props.split(/\\s+/);\n var self_props = props;\n if (base && base.PROPS)\n props = props.concat(base.PROPS);\n var code = \"return function AST_\" + type + \"(props){ if (props) { \";\n for (var i = props.length; --i >= 0;) {\n code += \"this.\" + props[i] + \" = props.\" + props[i] + \";\";\n }\n var proto = base && new base;\n if (proto && proto.initialize || (methods && methods.initialize))\n code += \"this.initialize();\";\n code += \"}}\";\n var ctor = new Function(code)();\n if (proto) {\n ctor.prototype = proto;\n ctor.BASE = base;\n }\n if (base) base.SUBCLASSES.push(ctor);\n ctor.prototype.CTOR = ctor;\n ctor.PROPS = props || null;\n ctor.SELF_PROPS = self_props;\n ctor.SUBCLASSES = [];\n if (type) {\n ctor.prototype.TYPE = ctor.TYPE = type;\n }\n if (methods) for (i in methods) if (HOP(methods, i)) {\n if (/^\\$/.test(i)) {\n ctor[i.substr(1)] = methods[i];\n } else {\n ctor.prototype[i] = methods[i];\n }\n }\n ctor.DEFMETHOD = function(name, method) {\n this.prototype[name] = method;\n };\n return ctor;\n}\n\nvar AST_Token = DEFNODE(\"Token\", \"type value line col pos endline endcol endpos nlb comments_before comments_after file raw\", {\n}, null);\n\nvar AST_Node = DEFNODE(\"Node\", \"start end\", {\n _clone: function(deep) {\n if (deep) {\n var self = this.clone();\n return self.transform(new TreeTransformer(function(node) {\n if (node !== self) {\n return node.clone(true);\n }\n }));\n }\n return new this.CTOR(this);\n },\n clone: function(deep) {\n return this._clone(deep);\n },\n $documentation: \"Base class of all AST nodes\",\n $propdoc: {\n start: \"[AST_Token] The first token of this node\",\n end: \"[AST_Token] The last token of this node\"\n },\n _walk: function(visitor) {\n return visitor._visit(this);\n },\n walk: function(visitor) {\n return this._walk(visitor); // not sure the indirection will be any help\n }\n}, null);\n\nAST_Node.warn_function = null;\nAST_Node.warn = function(txt, props) {\n if (AST_Node.warn_function)\n AST_Node.warn_function(string_template(txt, props));\n};\n\n/* -----[ statements ]----- */\n\nvar AST_Statement = DEFNODE(\"Statement\", null, {\n $documentation: \"Base class of all statements\",\n});\n\nvar AST_Debugger = DEFNODE(\"Debugger\", null, {\n $documentation: \"Represents a debugger statement\",\n}, AST_Statement);\n\nvar AST_Directive = DEFNODE(\"Directive\", \"value quote\", {\n $documentation: \"Represents a directive, like \\\"use strict\\\";\",\n $propdoc: {\n value: \"[string] The value of this directive as a plain string (it's not an AST_String!)\",\n quote: \"[string] the original quote character\"\n },\n}, AST_Statement);\n\nvar AST_SimpleStatement = DEFNODE(\"SimpleStatement\", \"body\", {\n $documentation: \"A statement consisting of an expression, i.e. a = 1 + 2\",\n $propdoc: {\n body: \"[AST_Node] an expression node (should not be instanceof AST_Statement)\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.body._walk(visitor);\n });\n }\n}, AST_Statement);\n\nfunction walk_body(node, visitor) {\n var body = node.body;\n if (body instanceof AST_Node) {\n body._walk(visitor);\n } else for (var i = 0, len = body.length; i < len; i++) {\n body[i]._walk(visitor);\n }\n}\n\nfunction clone_block_scope(deep) {\n var clone = this._clone(deep);\n if (this.block_scope) {\n // TODO this is sometimes undefined during compression.\n // But it should always have a value!\n clone.block_scope = this.block_scope.clone();\n }\n return clone;\n}\n\nvar AST_Block = DEFNODE(\"Block\", \"body block_scope\", {\n $documentation: \"A body of statements (usually braced)\",\n $propdoc: {\n body: \"[AST_Statement*] an array of statements\",\n block_scope: \"[AST_Scope] the block scope\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n walk_body(this, visitor);\n });\n },\n clone: clone_block_scope\n}, AST_Statement);\n\nvar AST_BlockStatement = DEFNODE(\"BlockStatement\", null, {\n $documentation: \"A block statement\",\n}, AST_Block);\n\nvar AST_EmptyStatement = DEFNODE(\"EmptyStatement\", null, {\n $documentation: \"The empty statement (empty block or simply a semicolon)\"\n}, AST_Statement);\n\nvar AST_StatementWithBody = DEFNODE(\"StatementWithBody\", \"body\", {\n $documentation: \"Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`\",\n $propdoc: {\n body: \"[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement\"\n }\n}, AST_Statement);\n\nvar AST_LabeledStatement = DEFNODE(\"LabeledStatement\", \"label\", {\n $documentation: \"Statement with a label\",\n $propdoc: {\n label: \"[AST_Label] a label definition\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.label._walk(visitor);\n this.body._walk(visitor);\n });\n },\n clone: function(deep) {\n var node = this._clone(deep);\n if (deep) {\n var label = node.label;\n var def = this.label;\n node.walk(new TreeWalker(function(node) {\n if (node instanceof AST_LoopControl\n && node.label && node.label.thedef === def) {\n node.label.thedef = label;\n label.references.push(node);\n }\n }));\n }\n return node;\n }\n}, AST_StatementWithBody);\n\nvar AST_IterationStatement = DEFNODE(\"IterationStatement\", \"block_scope\", {\n $documentation: \"Internal class. All loops inherit from it.\",\n $propdoc: {\n block_scope: \"[AST_Scope] the block scope for this iteration statement.\"\n },\n clone: clone_block_scope\n}, AST_StatementWithBody);\n\nvar AST_DWLoop = DEFNODE(\"DWLoop\", \"condition\", {\n $documentation: \"Base class for do/while statements\",\n $propdoc: {\n condition: \"[AST_Node] the loop condition. Should not be instanceof AST_Statement\"\n }\n}, AST_IterationStatement);\n\nvar AST_Do = DEFNODE(\"Do\", null, {\n $documentation: \"A `do` statement\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.body._walk(visitor);\n this.condition._walk(visitor);\n });\n }\n}, AST_DWLoop);\n\nvar AST_While = DEFNODE(\"While\", null, {\n $documentation: \"A `while` statement\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_DWLoop);\n\nvar AST_For = DEFNODE(\"For\", \"init condition step\", {\n $documentation: \"A `for` statement\",\n $propdoc: {\n init: \"[AST_Node?] the `for` initialization code, or null if empty\",\n condition: \"[AST_Node?] the `for` termination clause, or null if empty\",\n step: \"[AST_Node?] the `for` update clause, or null if empty\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.init) this.init._walk(visitor);\n if (this.condition) this.condition._walk(visitor);\n if (this.step) this.step._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_IterationStatement);\n\nvar AST_ForIn = DEFNODE(\"ForIn\", \"init object\", {\n $documentation: \"A `for ... in` statement\",\n $propdoc: {\n init: \"[AST_Node] the `for/in` initialization code\",\n object: \"[AST_Node] the object that we're looping through\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.init._walk(visitor);\n this.object._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_IterationStatement);\n\nvar AST_ForOf = DEFNODE(\"ForOf\", \"await\", {\n $documentation: \"A `for ... of` statement\",\n}, AST_ForIn);\n\nvar AST_With = DEFNODE(\"With\", \"expression\", {\n $documentation: \"A `with` statement\",\n $propdoc: {\n expression: \"[AST_Node] the `with` expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_StatementWithBody);\n\n/* -----[ scope and functions ]----- */\n\nvar AST_Scope = DEFNODE(\"Scope\", \"variables functions uses_with uses_eval parent_scope enclosed cname\", {\n $documentation: \"Base class for all statements introducing a lexical scope\",\n $propdoc: {\n variables: \"[Object/S] a map of name -> SymbolDef for all variables/functions defined in this scope\",\n functions: \"[Object/S] like `variables`, but only lists function declarations\",\n uses_with: \"[boolean/S] tells whether this scope uses the `with` statement\",\n uses_eval: \"[boolean/S] tells whether this scope contains a direct call to the global `eval`\",\n parent_scope: \"[AST_Scope?/S] link to the parent scope\",\n enclosed: \"[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes\",\n cname: \"[integer/S] current index for mangling variables (used internally by the mangler)\",\n },\n get_defun_scope: function() {\n var self = this;\n while (self.is_block_scope()) {\n self = self.parent_scope;\n }\n return self;\n },\n clone: function(deep) {\n var node = this._clone(deep);\n if (this.variables) node.variables = this.variables.clone();\n if (this.functions) node.functions = this.functions.clone();\n if (this.enclosed) node.enclosed = this.enclosed.slice();\n return node;\n },\n pinned: function() {\n return this.uses_eval || this.uses_with;\n }\n}, AST_Block);\n\nvar AST_Toplevel = DEFNODE(\"Toplevel\", \"globals\", {\n $documentation: \"The toplevel scope\",\n $propdoc: {\n globals: \"[Object/S] a map of name -> SymbolDef for all undeclared names\",\n },\n wrap_commonjs: function(name) {\n var body = this.body;\n var wrapped_tl = \"(function(exports){'$ORIG';})(typeof \" + name + \"=='undefined'?(\" + name + \"={}):\" + name + \");\";\n wrapped_tl = parse(wrapped_tl);\n wrapped_tl = wrapped_tl.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Directive && node.value == \"$ORIG\") {\n return MAP.splice(body);\n }\n }));\n return wrapped_tl;\n },\n wrap_enclose: function(args_values) {\n if (typeof args_values != \"string\") args_values = \"\";\n var index = args_values.indexOf(\":\");\n if (index < 0) index = args_values.length;\n var body = this.body;\n return parse([\n \"(function(\",\n args_values.slice(0, index),\n '){\"$ORIG\"})(',\n args_values.slice(index + 1),\n \")\"\n ].join(\"\")).transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Directive && node.value == \"$ORIG\") {\n return MAP.splice(body);\n }\n }));\n }\n}, AST_Scope);\n\nvar AST_Expansion = DEFNODE(\"Expansion\", \"expression\", {\n $documentation: \"An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list\",\n $propdoc: {\n expression: \"[AST_Node] the thing to be expanded\"\n },\n _walk: function(visitor) {\n var self = this;\n return visitor._visit(this, function() {\n self.expression.walk(visitor);\n });\n }\n});\n\nvar AST_Lambda = DEFNODE(\"Lambda\", \"name argnames uses_arguments is_generator async\", {\n $documentation: \"Base class for functions\",\n $propdoc: {\n name: \"[AST_SymbolDeclaration?] the name of this function\",\n argnames: \"[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments\",\n uses_arguments: \"[boolean/S] tells whether this function accesses the arguments array\",\n is_generator: \"[boolean] is this a generator method\",\n async: \"[boolean] is this method async\",\n },\n args_as_names: function () {\n var out = [];\n for (var i = 0; i < this.argnames.length; i++) {\n if (this.argnames[i] instanceof AST_Destructuring) {\n out = out.concat(this.argnames[i].all_symbols());\n } else {\n out.push(this.argnames[i]);\n }\n }\n return out;\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.name) this.name._walk(visitor);\n var argnames = this.argnames;\n for (var i = 0, len = argnames.length; i < len; i++) {\n argnames[i]._walk(visitor);\n }\n walk_body(this, visitor);\n });\n }\n}, AST_Scope);\n\nvar AST_Accessor = DEFNODE(\"Accessor\", null, {\n $documentation: \"A setter/getter function. The `name` property is always null.\"\n}, AST_Lambda);\n\nvar AST_Function = DEFNODE(\"Function\", \"inlined\", {\n $documentation: \"A function expression\"\n}, AST_Lambda);\n\nvar AST_Arrow = DEFNODE(\"Arrow\", \"inlined\", {\n $documentation: \"An ES6 Arrow function ((a) => b)\"\n}, AST_Lambda);\n\nvar AST_Defun = DEFNODE(\"Defun\", \"inlined\", {\n $documentation: \"A function definition\"\n}, AST_Lambda);\n\n/* -----[ DESTRUCTURING ]----- */\nvar AST_Destructuring = DEFNODE(\"Destructuring\", \"names is_array\", {\n $documentation: \"A destructuring of several names. Used in destructuring assignment and with destructuring function argument names\",\n $propdoc: {\n \"names\": \"[AST_Node*] Array of properties or elements\",\n \"is_array\": \"[Boolean] Whether the destructuring represents an object or array\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.names.forEach(function(name) {\n name._walk(visitor);\n });\n });\n },\n all_symbols: function() {\n var out = [];\n this.walk(new TreeWalker(function (node) {\n if (node instanceof AST_Symbol) {\n out.push(node);\n }\n if (node instanceof AST_Expansion) {\n out.push(node.expression);\n }\n }));\n return out;\n }\n});\n\nvar AST_PrefixedTemplateString = DEFNODE(\"PrefixedTemplateString\", \"template_string prefix\", {\n $documentation: \"A templatestring with a prefix, such as String.raw`foobarbaz`\",\n $propdoc: {\n template_string: \"[AST_TemplateString] The template string\",\n prefix: \"[AST_SymbolRef|AST_PropAccess] The prefix, which can be a symbol such as `foo` or a dotted expression such as `String.raw`.\"\n },\n _walk: function(visitor) {\n this.prefix._walk(visitor);\n this.template_string._walk(visitor);\n }\n});\n\nvar AST_TemplateString = DEFNODE(\"TemplateString\", \"segments\", {\n $documentation: \"A template string literal\",\n $propdoc: {\n segments: \"[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment.\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.segments.forEach(function(seg) {\n seg._walk(visitor);\n });\n });\n }\n});\n\nvar AST_TemplateSegment = DEFNODE(\"TemplateSegment\", \"value raw\", {\n $documentation: \"A segment of a template string literal\",\n $propdoc: {\n value: \"Content of the segment\",\n raw: \"Raw content of the segment\"\n }\n});\n\n/* -----[ JUMPS ]----- */\n\nvar AST_Jump = DEFNODE(\"Jump\", null, {\n $documentation: \"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)\"\n}, AST_Statement);\n\nvar AST_Exit = DEFNODE(\"Exit\", \"value\", {\n $documentation: \"Base class for “exits” (`return` and `throw`)\",\n $propdoc: {\n value: \"[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.value && function() {\n this.value._walk(visitor);\n });\n }\n}, AST_Jump);\n\nvar AST_Return = DEFNODE(\"Return\", null, {\n $documentation: \"A `return` statement\"\n}, AST_Exit);\n\nvar AST_Throw = DEFNODE(\"Throw\", null, {\n $documentation: \"A `throw` statement\"\n}, AST_Exit);\n\nvar AST_LoopControl = DEFNODE(\"LoopControl\", \"label\", {\n $documentation: \"Base class for loop control statements (`break` and `continue`)\",\n $propdoc: {\n label: \"[AST_LabelRef?] the label, or null if none\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.label && function() {\n this.label._walk(visitor);\n });\n }\n}, AST_Jump);\n\nvar AST_Break = DEFNODE(\"Break\", null, {\n $documentation: \"A `break` statement\"\n}, AST_LoopControl);\n\nvar AST_Continue = DEFNODE(\"Continue\", null, {\n $documentation: \"A `continue` statement\"\n}, AST_LoopControl);\n\n/* -----[ IF ]----- */\n\nvar AST_If = DEFNODE(\"If\", \"condition alternative\", {\n $documentation: \"A `if` statement\",\n $propdoc: {\n condition: \"[AST_Node] the `if` condition\",\n alternative: \"[AST_Statement?] the `else` part, or null if not present\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.body._walk(visitor);\n if (this.alternative) this.alternative._walk(visitor);\n });\n }\n}, AST_StatementWithBody);\n\n/* -----[ SWITCH ]----- */\n\nvar AST_Switch = DEFNODE(\"Switch\", \"expression\", {\n $documentation: \"A `switch` statement\",\n $propdoc: {\n expression: \"[AST_Node] the `switch` “discriminant”\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_Block);\n\nvar AST_SwitchBranch = DEFNODE(\"SwitchBranch\", null, {\n $documentation: \"Base class for `switch` branches\",\n}, AST_Block);\n\nvar AST_Default = DEFNODE(\"Default\", null, {\n $documentation: \"A `default` switch branch\",\n}, AST_SwitchBranch);\n\nvar AST_Case = DEFNODE(\"Case\", \"expression\", {\n $documentation: \"A `case` switch branch\",\n $propdoc: {\n expression: \"[AST_Node] the `case` expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_SwitchBranch);\n\n/* -----[ EXCEPTIONS ]----- */\n\nvar AST_Try = DEFNODE(\"Try\", \"bcatch bfinally\", {\n $documentation: \"A `try` statement\",\n $propdoc: {\n bcatch: \"[AST_Catch?] the catch block, or null if not present\",\n bfinally: \"[AST_Finally?] the finally block, or null if not present\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n walk_body(this, visitor);\n if (this.bcatch) this.bcatch._walk(visitor);\n if (this.bfinally) this.bfinally._walk(visitor);\n });\n }\n}, AST_Block);\n\nvar AST_Catch = DEFNODE(\"Catch\", \"argname\", {\n $documentation: \"A `catch` node; only makes sense as part of a `try` statement\",\n $propdoc: {\n argname: \"[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.argname) this.argname._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_Block);\n\nvar AST_Finally = DEFNODE(\"Finally\", null, {\n $documentation: \"A `finally` node; only makes sense as part of a `try` statement\"\n}, AST_Block);\n\n/* -----[ VAR/CONST ]----- */\n\nvar AST_Definitions = DEFNODE(\"Definitions\", \"definitions\", {\n $documentation: \"Base class for `var` or `const` nodes (variable declarations/initializations)\",\n $propdoc: {\n definitions: \"[AST_VarDef*] array of variable definitions\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var definitions = this.definitions;\n for (var i = 0, len = definitions.length; i < len; i++) {\n definitions[i]._walk(visitor);\n }\n });\n }\n}, AST_Statement);\n\nvar AST_Var = DEFNODE(\"Var\", null, {\n $documentation: \"A `var` statement\"\n}, AST_Definitions);\n\nvar AST_Let = DEFNODE(\"Let\", null, {\n $documentation: \"A `let` statement\"\n}, AST_Definitions);\n\nvar AST_Const = DEFNODE(\"Const\", null, {\n $documentation: \"A `const` statement\"\n}, AST_Definitions);\n\nvar AST_NameMapping = DEFNODE(\"NameMapping\", \"foreign_name name\", {\n $documentation: \"The part of the export/import statement that declare names from a module.\",\n $propdoc: {\n foreign_name: \"[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)\",\n name: \"[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module.\"\n },\n _walk: function (visitor) {\n return visitor._visit(this, function() {\n this.foreign_name._walk(visitor);\n this.name._walk(visitor);\n });\n }\n});\n\nvar AST_Import = DEFNODE(\"Import\", \"imported_name imported_names module_name\", {\n $documentation: \"An `import` statement\",\n $propdoc: {\n imported_name: \"[AST_SymbolImport] The name of the variable holding the module's default export.\",\n imported_names: \"[AST_NameMapping*] The names of non-default imported variables\",\n module_name: \"[AST_String] String literal describing where this module came from\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.imported_name) {\n this.imported_name._walk(visitor);\n }\n if (this.imported_names) {\n this.imported_names.forEach(function(name_import) {\n name_import._walk(visitor);\n });\n }\n this.module_name._walk(visitor);\n });\n }\n});\n\nvar AST_Export = DEFNODE(\"Export\", \"exported_definition exported_value is_default exported_names module_name\", {\n $documentation: \"An `export` statement\",\n $propdoc: {\n exported_definition: \"[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition\",\n exported_value: \"[AST_Node?] An exported value\",\n exported_names: \"[AST_NameMapping*?] List of exported names\",\n module_name: \"[AST_String?] Name of the file to load exports from\",\n is_default: \"[Boolean] Whether this is the default exported value of this module\"\n },\n _walk: function (visitor) {\n visitor._visit(this, function () {\n if (this.exported_definition) {\n this.exported_definition._walk(visitor);\n }\n if (this.exported_value) {\n this.exported_value._walk(visitor);\n }\n if (this.exported_names) {\n this.exported_names.forEach(function(name_export) {\n name_export._walk(visitor);\n });\n }\n if (this.module_name) {\n this.module_name._walk(visitor);\n }\n });\n }\n}, AST_Statement);\n\nvar AST_VarDef = DEFNODE(\"VarDef\", \"name value\", {\n $documentation: \"A variable declaration; only appears in a AST_Definitions node\",\n $propdoc: {\n name: \"[AST_Destructuring|AST_SymbolConst|AST_SymbolLet|AST_SymbolVar] name of the variable\",\n value: \"[AST_Node?] initializer, or null of there's no initializer\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.name._walk(visitor);\n if (this.value) this.value._walk(visitor);\n });\n }\n});\n\n/* -----[ OTHER ]----- */\n\nvar AST_Call = DEFNODE(\"Call\", \"expression args\", {\n $documentation: \"A function call expression\",\n $propdoc: {\n expression: \"[AST_Node] expression to invoke as function\",\n args: \"[AST_Node*] array of arguments\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var args = this.args;\n for (var i = 0, len = args.length; i < len; i++) {\n args[i]._walk(visitor);\n }\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_New = DEFNODE(\"New\", null, {\n $documentation: \"An object instantiation. Derives from a function call since it has exactly the same properties\"\n}, AST_Call);\n\nvar AST_Sequence = DEFNODE(\"Sequence\", \"expressions\", {\n $documentation: \"A sequence expression (comma-separated expressions)\",\n $propdoc: {\n expressions: \"[AST_Node*] array of expressions (at least two)\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expressions.forEach(function(node) {\n node._walk(visitor);\n });\n });\n }\n});\n\nvar AST_PropAccess = DEFNODE(\"PropAccess\", \"expression property\", {\n $documentation: \"Base class for property access expressions, i.e. `a.foo` or `a[\\\"foo\\\"]`\",\n $propdoc: {\n expression: \"[AST_Node] the “container” expression\",\n property: \"[AST_Node|string] the property to access. For AST_Dot this is always a plain string, while for AST_Sub it's an arbitrary AST_Node\"\n }\n});\n\nvar AST_Dot = DEFNODE(\"Dot\", null, {\n $documentation: \"A dotted property access expression\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n}, AST_PropAccess);\n\nvar AST_Sub = DEFNODE(\"Sub\", null, {\n $documentation: \"Index-style property access, i.e. `a[\\\"foo\\\"]`\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n this.property._walk(visitor);\n });\n }\n}, AST_PropAccess);\n\nvar AST_Unary = DEFNODE(\"Unary\", \"operator expression\", {\n $documentation: \"Base class for unary expressions\",\n $propdoc: {\n operator: \"[string] the operator\",\n expression: \"[AST_Node] expression that this unary operator applies to\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_UnaryPrefix = DEFNODE(\"UnaryPrefix\", null, {\n $documentation: \"Unary prefix expression, i.e. `typeof i` or `++i`\"\n}, AST_Unary);\n\nvar AST_UnaryPostfix = DEFNODE(\"UnaryPostfix\", null, {\n $documentation: \"Unary postfix expression, i.e. `i++`\"\n}, AST_Unary);\n\nvar AST_Binary = DEFNODE(\"Binary\", \"operator left right\", {\n $documentation: \"Binary expression, i.e. `a + b`\",\n $propdoc: {\n left: \"[AST_Node] left-hand side expression\",\n operator: \"[string] the operator\",\n right: \"[AST_Node] right-hand side expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.left._walk(visitor);\n this.right._walk(visitor);\n });\n }\n});\n\nvar AST_Conditional = DEFNODE(\"Conditional\", \"condition consequent alternative\", {\n $documentation: \"Conditional expression using the ternary operator, i.e. `a ? b : c`\",\n $propdoc: {\n condition: \"[AST_Node]\",\n consequent: \"[AST_Node]\",\n alternative: \"[AST_Node]\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.consequent._walk(visitor);\n this.alternative._walk(visitor);\n });\n }\n});\n\nvar AST_Assign = DEFNODE(\"Assign\", null, {\n $documentation: \"An assignment expression — `a = b + 5`\",\n}, AST_Binary);\n\nvar AST_DefaultAssign = DEFNODE(\"DefaultAssign\", null, {\n $documentation: \"A default assignment expression like in `(a = 3) => a`\"\n}, AST_Binary);\n\n/* -----[ LITERALS ]----- */\n\nvar AST_Array = DEFNODE(\"Array\", \"elements\", {\n $documentation: \"An array literal\",\n $propdoc: {\n elements: \"[AST_Node*] array of elements\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var elements = this.elements;\n for (var i = 0, len = elements.length; i < len; i++) {\n elements[i]._walk(visitor);\n }\n });\n }\n});\n\nvar AST_Object = DEFNODE(\"Object\", \"properties\", {\n $documentation: \"An object literal\",\n $propdoc: {\n properties: \"[AST_ObjectProperty*] array of properties\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var properties = this.properties;\n for (var i = 0, len = properties.length; i < len; i++) {\n properties[i]._walk(visitor);\n }\n });\n }\n});\n\nvar AST_ObjectProperty = DEFNODE(\"ObjectProperty\", \"key value\", {\n $documentation: \"Base class for literal object properties\",\n $propdoc: {\n key: \"[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.\",\n value: \"[AST_Node] property value. For getters and setters this is an AST_Accessor.\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.key instanceof AST_Node)\n this.key._walk(visitor);\n this.value._walk(visitor);\n });\n }\n});\n\nvar AST_ObjectKeyVal = DEFNODE(\"ObjectKeyVal\", \"quote\", {\n $documentation: \"A key: value object property\",\n $propdoc: {\n quote: \"[string] the original quote character\"\n }\n}, AST_ObjectProperty);\n\nvar AST_ObjectSetter = DEFNODE(\"ObjectSetter\", \"quote static\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] whether this is a static setter (classes only)\"\n },\n $documentation: \"An object setter property\",\n}, AST_ObjectProperty);\n\nvar AST_ObjectGetter = DEFNODE(\"ObjectGetter\", \"quote static\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] whether this is a static getter (classes only)\"\n },\n $documentation: \"An object getter property\",\n}, AST_ObjectProperty);\n\nvar AST_ConciseMethod = DEFNODE(\"ConciseMethod\", \"quote static is_generator async\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] is this method static (classes only)\",\n is_generator: \"[boolean] is this a generator method\",\n async: \"[boolean] is this method async\",\n },\n $documentation: \"An ES6 concise method inside an object or class\"\n}, AST_ObjectProperty);\n\nvar AST_Class = DEFNODE(\"Class\", \"name extends properties inlined\", {\n $propdoc: {\n name: \"[AST_SymbolClass|AST_SymbolDefClass?] optional class name.\",\n extends: \"[AST_Node]? optional parent class\",\n properties: \"[AST_ObjectProperty*] array of properties\"\n },\n $documentation: \"An ES6 class\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.name) {\n this.name._walk(visitor);\n }\n if (this.extends) {\n this.extends._walk(visitor);\n }\n this.properties.forEach(function(prop) {\n prop._walk(visitor);\n });\n });\n },\n}, AST_Scope);\n\nvar AST_DefClass = DEFNODE(\"DefClass\", null, {\n $documentation: \"A class definition\",\n}, AST_Class);\n\nvar AST_ClassExpression = DEFNODE(\"ClassExpression\", null, {\n $documentation: \"A class expression.\"\n}, AST_Class);\n\nvar AST_Symbol = DEFNODE(\"Symbol\", \"scope name thedef\", {\n $propdoc: {\n name: \"[string] name of this symbol\",\n scope: \"[AST_Scope/S] the current scope (not necessarily the definition scope)\",\n thedef: \"[SymbolDef/S] the definition of this symbol\"\n },\n $documentation: \"Base class for all symbols\"\n});\n\nvar AST_NewTarget = DEFNODE(\"NewTarget\", null, {\n $documentation: \"A reference to new.target\"\n});\n\nvar AST_SymbolDeclaration = DEFNODE(\"SymbolDeclaration\", \"init\", {\n $documentation: \"A declaration symbol (symbol in var/const, function name or argument, symbol in catch)\",\n}, AST_Symbol);\n\nvar AST_SymbolVar = DEFNODE(\"SymbolVar\", null, {\n $documentation: \"Symbol defining a variable\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolBlockDeclaration = DEFNODE(\"SymbolBlockDeclaration\", null, {\n $documentation: \"Base class for block-scoped declaration symbols\"\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolConst = DEFNODE(\"SymbolConst\", null, {\n $documentation: \"A constant declaration\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolLet = DEFNODE(\"SymbolLet\", null, {\n $documentation: \"A block-scoped `let` declaration\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolFunarg = DEFNODE(\"SymbolFunarg\", null, {\n $documentation: \"Symbol naming a function argument\",\n}, AST_SymbolVar);\n\nvar AST_SymbolDefun = DEFNODE(\"SymbolDefun\", null, {\n $documentation: \"Symbol defining a function\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolMethod = DEFNODE(\"SymbolMethod\", null, {\n $documentation: \"Symbol in an object defining a method\",\n}, AST_Symbol);\n\nvar AST_SymbolLambda = DEFNODE(\"SymbolLambda\", null, {\n $documentation: \"Symbol naming a function expression\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolDefClass = DEFNODE(\"SymbolDefClass\", null, {\n $documentation: \"Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class.\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolClass = DEFNODE(\"SymbolClass\", null, {\n $documentation: \"Symbol naming a class's name. Lexically scoped to the class.\"\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolCatch = DEFNODE(\"SymbolCatch\", null, {\n $documentation: \"Symbol naming the exception in catch\",\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolImport = DEFNODE(\"SymbolImport\", null, {\n $documentation: \"Symbol referring to an imported name\",\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolImportForeign = DEFNODE(\"SymbolImportForeign\", null, {\n $documentation: \"A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes\",\n}, AST_Symbol);\n\nvar AST_Label = DEFNODE(\"Label\", \"references\", {\n $documentation: \"Symbol naming a label (declaration)\",\n $propdoc: {\n references: \"[AST_LoopControl*] a list of nodes referring to this label\"\n },\n initialize: function() {\n this.references = [];\n this.thedef = this;\n }\n}, AST_Symbol);\n\nvar AST_SymbolRef = DEFNODE(\"SymbolRef\", null, {\n $documentation: \"Reference to some symbol (not definition/declaration)\",\n}, AST_Symbol);\n\nvar AST_SymbolExport = DEFNODE(\"SymbolExport\", null, {\n $documentation: \"Symbol referring to a name to export\",\n}, AST_SymbolRef);\n\nvar AST_SymbolExportForeign = DEFNODE(\"SymbolExportForeign\", null, {\n $documentation: \"A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes\",\n}, AST_Symbol);\n\nvar AST_LabelRef = DEFNODE(\"LabelRef\", null, {\n $documentation: \"Reference to a label symbol\",\n}, AST_Symbol);\n\nvar AST_This = DEFNODE(\"This\", null, {\n $documentation: \"The `this` symbol\",\n}, AST_Symbol);\n\nvar AST_Super = DEFNODE(\"Super\", null, {\n $documentation: \"The `super` symbol\",\n}, AST_This);\n\nvar AST_Constant = DEFNODE(\"Constant\", null, {\n $documentation: \"Base class for all constants\",\n getValue: function() {\n return this.value;\n }\n});\n\nvar AST_String = DEFNODE(\"String\", \"value quote\", {\n $documentation: \"A string literal\",\n $propdoc: {\n value: \"[string] the contents of this string\",\n quote: \"[string] the original quote character\"\n }\n}, AST_Constant);\n\nvar AST_Number = DEFNODE(\"Number\", \"value literal\", {\n $documentation: \"A number literal\",\n $propdoc: {\n value: \"[number] the numeric value\",\n literal: \"[string] numeric value as string (optional)\"\n }\n}, AST_Constant);\n\nvar AST_RegExp = DEFNODE(\"RegExp\", \"value\", {\n $documentation: \"A regexp literal\",\n $propdoc: {\n value: \"[RegExp] the actual regexp\",\n }\n}, AST_Constant);\n\nvar AST_Atom = DEFNODE(\"Atom\", null, {\n $documentation: \"Base class for atoms\",\n}, AST_Constant);\n\nvar AST_Null = DEFNODE(\"Null\", null, {\n $documentation: \"The `null` atom\",\n value: null\n}, AST_Atom);\n\nvar AST_NaN = DEFNODE(\"NaN\", null, {\n $documentation: \"The impossible value\",\n value: 0/0\n}, AST_Atom);\n\nvar AST_Undefined = DEFNODE(\"Undefined\", null, {\n $documentation: \"The `undefined` value\",\n value: (function() {}())\n}, AST_Atom);\n\nvar AST_Hole = DEFNODE(\"Hole\", null, {\n $documentation: \"A hole in an array\",\n value: (function() {}())\n}, AST_Atom);\n\nvar AST_Infinity = DEFNODE(\"Infinity\", null, {\n $documentation: \"The `Infinity` value\",\n value: 1/0\n}, AST_Atom);\n\nvar AST_Boolean = DEFNODE(\"Boolean\", null, {\n $documentation: \"Base class for booleans\",\n}, AST_Atom);\n\nvar AST_False = DEFNODE(\"False\", null, {\n $documentation: \"The `false` atom\",\n value: false\n}, AST_Boolean);\n\nvar AST_True = DEFNODE(\"True\", null, {\n $documentation: \"The `true` atom\",\n value: true\n}, AST_Boolean);\n\nvar AST_Await = DEFNODE(\"Await\", \"expression\", {\n $documentation: \"An `await` statement\",\n $propdoc: {\n expression: \"[AST_Node] the mandatory expression being awaited\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_Yield = DEFNODE(\"Yield\", \"expression is_star\", {\n $documentation: \"A `yield` statement\",\n $propdoc: {\n expression: \"[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false\",\n is_star: \"[Boolean] Whether this is a yield or yield* statement\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.expression && function() {\n this.expression._walk(visitor);\n });\n }\n});\n\n/* -----[ TreeWalker ]----- */\n\nfunction TreeWalker(callback) {\n this.visit = callback;\n this.stack = [];\n this.directives = Object.create(null);\n}\nTreeWalker.prototype = {\n _visit: function(node, descend) {\n this.push(node);\n var ret = this.visit(node, descend ? function() {\n descend.call(node);\n } : noop);\n if (!ret && descend) {\n descend.call(node);\n }\n this.pop();\n return ret;\n },\n parent: function(n) {\n return this.stack[this.stack.length - 2 - (n || 0)];\n },\n push: function(node) {\n if (node instanceof AST_Lambda) {\n this.directives = Object.create(this.directives);\n } else if (node instanceof AST_Directive && !this.directives[node.value]) {\n this.directives[node.value] = node;\n } else if (node instanceof AST_Class) {\n this.directives = Object.create(this.directives);\n if (!this.directives[\"use strict\"]) {\n this.directives[\"use strict\"] = node;\n }\n }\n this.stack.push(node);\n },\n pop: function() {\n var node = this.stack.pop();\n if (node instanceof AST_Lambda || node instanceof AST_Class) {\n this.directives = Object.getPrototypeOf(this.directives);\n }\n },\n self: function() {\n return this.stack[this.stack.length - 1];\n },\n find_parent: function(type) {\n var stack = this.stack;\n for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof type) return x;\n }\n },\n has_directive: function(type) {\n var dir = this.directives[type];\n if (dir) return dir;\n var node = this.stack[this.stack.length - 1];\n if (node instanceof AST_Scope && node.body) {\n for (var i = 0; i < node.body.length; ++i) {\n var st = node.body[i];\n if (!(st instanceof AST_Directive)) break;\n if (st.value == type) return st;\n }\n }\n },\n loopcontrol_target: function(node) {\n var stack = this.stack;\n if (node.label) for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof AST_LabeledStatement && x.label.name == node.label.name)\n return x.body;\n } else for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof AST_IterationStatement\n || node instanceof AST_Break && x instanceof AST_Switch)\n return x;\n }\n }\n};\n\n// Tree transformer helpers.\nfunction TreeTransformer(before, after) {\n TreeWalker.call(this);\n this.before = before;\n this.after = after;\n}\nTreeTransformer.prototype = new TreeWalker;\n\nexport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Atom,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_BlockStatement,\n AST_Boolean,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_DWLoop,\n AST_EmptyStatement,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Infinity,\n AST_IterationStatement,\n AST_Jump,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_LoopControl,\n AST_NameMapping,\n AST_NaN,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Scope,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_StatementWithBody,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolBlockDeclaration,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDeclaration,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Undefined,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n TreeTransformer,\n TreeWalker,\n walk_body,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n AST_Array,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_Conditional,\n AST_Definitions,\n AST_Destructuring,\n AST_Do,\n AST_Dot,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_For,\n AST_ForIn,\n AST_If,\n AST_Import,\n AST_LabeledStatement,\n AST_Lambda,\n AST_LoopControl,\n AST_NameMapping,\n AST_Node,\n AST_Object,\n AST_ObjectProperty,\n AST_PrefixedTemplateString,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Sub,\n AST_Switch,\n AST_TemplateString,\n AST_Try,\n AST_Unary,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\nimport {\n MAP,\n noop,\n} from \"./utils.js\";\n\n(function(undefined) {\n\n function _(node, descend) {\n node.DEFMETHOD(\"transform\", function(tw, in_list) {\n var x, y;\n tw.push(this);\n if (tw.before) x = tw.before(this, descend, in_list);\n if (x === undefined) {\n x = this;\n descend(x, tw);\n if (tw.after) {\n y = tw.after(x, in_list);\n if (y !== undefined) x = y;\n }\n }\n tw.pop();\n return x;\n });\n }\n\n function do_list(list, tw) {\n return MAP(list, function(node) {\n return node.transform(tw, true);\n });\n }\n\n _(AST_Node, noop);\n\n _(AST_LabeledStatement, function(self, tw) {\n self.label = self.label.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_SimpleStatement, function(self, tw) {\n self.body = self.body.transform(tw);\n });\n\n _(AST_Block, function(self, tw) {\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Do, function(self, tw) {\n self.body = self.body.transform(tw);\n self.condition = self.condition.transform(tw);\n });\n\n _(AST_While, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_For, function(self, tw) {\n if (self.init) self.init = self.init.transform(tw);\n if (self.condition) self.condition = self.condition.transform(tw);\n if (self.step) self.step = self.step.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_ForIn, function(self, tw) {\n self.init = self.init.transform(tw);\n self.object = self.object.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_With, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_Exit, function(self, tw) {\n if (self.value) self.value = self.value.transform(tw);\n });\n\n _(AST_LoopControl, function(self, tw) {\n if (self.label) self.label = self.label.transform(tw);\n });\n\n _(AST_If, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.body = self.body.transform(tw);\n if (self.alternative) self.alternative = self.alternative.transform(tw);\n });\n\n _(AST_Switch, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Case, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Try, function(self, tw) {\n self.body = do_list(self.body, tw);\n if (self.bcatch) self.bcatch = self.bcatch.transform(tw);\n if (self.bfinally) self.bfinally = self.bfinally.transform(tw);\n });\n\n _(AST_Catch, function(self, tw) {\n if (self.argname) self.argname = self.argname.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Definitions, function(self, tw) {\n self.definitions = do_list(self.definitions, tw);\n });\n\n _(AST_VarDef, function(self, tw) {\n self.name = self.name.transform(tw);\n if (self.value) self.value = self.value.transform(tw);\n });\n\n _(AST_Destructuring, function(self, tw) {\n self.names = do_list(self.names, tw);\n });\n\n _(AST_Lambda, function(self, tw) {\n if (self.name) self.name = self.name.transform(tw);\n self.argnames = do_list(self.argnames, tw);\n if (self.body instanceof AST_Node) {\n self.body = self.body.transform(tw);\n } else {\n self.body = do_list(self.body, tw);\n }\n });\n\n _(AST_Call, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.args = do_list(self.args, tw);\n });\n\n _(AST_Sequence, function(self, tw) {\n self.expressions = do_list(self.expressions, tw);\n });\n\n _(AST_Dot, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Sub, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.property = self.property.transform(tw);\n });\n\n _(AST_Yield, function(self, tw) {\n if (self.expression) self.expression = self.expression.transform(tw);\n });\n\n _(AST_Await, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Unary, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Binary, function(self, tw) {\n self.left = self.left.transform(tw);\n self.right = self.right.transform(tw);\n });\n\n _(AST_Conditional, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.consequent = self.consequent.transform(tw);\n self.alternative = self.alternative.transform(tw);\n });\n\n _(AST_Array, function(self, tw) {\n self.elements = do_list(self.elements, tw);\n });\n\n _(AST_Object, function(self, tw) {\n self.properties = do_list(self.properties, tw);\n });\n\n _(AST_ObjectProperty, function(self, tw) {\n if (self.key instanceof AST_Node) {\n self.key = self.key.transform(tw);\n }\n self.value = self.value.transform(tw);\n });\n\n _(AST_Class, function(self, tw) {\n if (self.name) self.name = self.name.transform(tw);\n if (self.extends) self.extends = self.extends.transform(tw);\n self.properties = do_list(self.properties, tw);\n });\n\n _(AST_Expansion, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_NameMapping, function(self, tw) {\n self.foreign_name = self.foreign_name.transform(tw);\n self.name = self.name.transform(tw);\n });\n\n _(AST_Import, function(self, tw) {\n if (self.imported_name) self.imported_name = self.imported_name.transform(tw);\n if (self.imported_names) do_list(self.imported_names, tw);\n self.module_name = self.module_name.transform(tw);\n });\n\n _(AST_Export, function(self, tw) {\n if (self.exported_definition) self.exported_definition = self.exported_definition.transform(tw);\n if (self.exported_value) self.exported_value = self.exported_value.transform(tw);\n if (self.exported_names) do_list(self.exported_names, tw);\n if (self.module_name) self.module_name = self.module_name.transform(tw);\n });\n\n _(AST_TemplateString, function(self, tw) {\n self.segments = do_list(self.segments, tw);\n });\n\n _(AST_PrefixedTemplateString, function(self, tw) {\n self.prefix = self.prefix.transform(tw);\n self.template_string = self.template_string.transform(tw);\n });\n\n})();\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n all,\n defaults,\n first_in_statement,\n makePredicate,\n noop,\n repeat_string,\n return_false,\n return_true,\n} from \"./utils.js\";\n\nimport {\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Await,\n AST_Binary,\n AST_BlockStatement,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Jump,\n AST_LabeledStatement,\n AST_Lambda,\n AST_Let,\n AST_LoopControl,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Scope,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_StatementWithBody,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Toplevel,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n TreeWalker,\n} from \"./ast.js\";\nimport {\n get_full_char_code,\n get_full_char,\n is_identifier_char,\n is_identifier_string,\n is_identifier,\n is_surrogate_pair_head,\n is_surrogate_pair_tail,\n PRECEDENCE,\n RESERVED_WORDS,\n} from \"./parse.js\";\n\nvar EXPECT_DIRECTIVE = /^$|[;{][\\s\\n]*$/;\n\nfunction is_some_comments(comment) {\n // multiline comment\n return comment.type == \"comment2\" && /@preserve|@license|@cc_on/i.test(comment.value);\n}\n\nfunction OutputStream(options) {\n\n var readonly = !options;\n options = defaults(options, {\n ascii_only : false,\n beautify : false,\n braces : false,\n comments : false,\n ecma : 5,\n ie8 : false,\n indent_level : 4,\n indent_start : 0,\n inline_script : true,\n keep_quoted_props: false,\n max_line_len : false,\n preamble : null,\n quote_keys : false,\n quote_style : 0,\n safari10 : false,\n semicolons : true,\n shebang : true,\n shorthand : undefined,\n source_map : null,\n webkit : false,\n width : 80,\n wrap_iife : false,\n }, true);\n\n if (options.shorthand === undefined)\n options.shorthand = options.ecma > 5;\n\n // Convert comment option to RegExp if neccessary and set up comments filter\n var comment_filter = return_false; // Default case, throw all comments away\n if (options.comments) {\n var comments = options.comments;\n if (typeof options.comments === \"string\" && /^\\/.*\\/[a-zA-Z]*$/.test(options.comments)) {\n var regex_pos = options.comments.lastIndexOf(\"/\");\n comments = new RegExp(\n options.comments.substr(1, regex_pos - 1),\n options.comments.substr(regex_pos + 1)\n );\n }\n if (comments instanceof RegExp) {\n comment_filter = function(comment) {\n return comment.type != \"comment5\" && comments.test(comment.value);\n };\n } else if (typeof comments === \"function\") {\n comment_filter = function(comment) {\n return comment.type != \"comment5\" && comments(this, comment);\n };\n } else if (comments === \"some\") {\n comment_filter = is_some_comments;\n } else { // NOTE includes \"all\" option\n comment_filter = return_true;\n }\n }\n\n var indentation = 0;\n var current_col = 0;\n var current_line = 1;\n var current_pos = 0;\n var OUTPUT = \"\";\n\n var to_utf8 = options.ascii_only ? function(str, identifier) {\n if (options.ecma >= 6) {\n str = str.replace(/[\\ud800-\\udbff][\\udc00-\\udfff]/g, function(ch) {\n var code = get_full_char_code(ch, 0).toString(16);\n return \"\\\\u{\" + code + \"}\";\n });\n }\n return str.replace(/[\\u0000-\\u001f\\u007f-\\uffff]/g, function(ch) {\n var code = ch.charCodeAt(0).toString(16);\n if (code.length <= 2 && !identifier) {\n while (code.length < 2) code = \"0\" + code;\n return \"\\\\x\" + code;\n } else {\n while (code.length < 4) code = \"0\" + code;\n return \"\\\\u\" + code;\n }\n });\n } : function(str) {\n var s = \"\";\n for (var i = 0, len = str.length; i < len; i++) {\n if (is_surrogate_pair_head(str[i]) && !is_surrogate_pair_tail(str[i + 1])\n || is_surrogate_pair_tail(str[i]) && !is_surrogate_pair_head(str[i - 1])) {\n s += \"\\\\u\" + str.charCodeAt(i).toString(16);\n } else {\n s += str[i];\n }\n }\n return s;\n };\n\n function make_string(str, quote) {\n var dq = 0, sq = 0;\n str = str.replace(/[\\\\\\b\\f\\n\\r\\v\\t\\x22\\x27\\u2028\\u2029\\0\\ufeff]/g,\n function(s, i) {\n switch (s) {\n case '\"': ++dq; return '\"';\n case \"'\": ++sq; return \"'\";\n case \"\\\\\": return \"\\\\\\\\\";\n case \"\\n\": return \"\\\\n\";\n case \"\\r\": return \"\\\\r\";\n case \"\\t\": return \"\\\\t\";\n case \"\\b\": return \"\\\\b\";\n case \"\\f\": return \"\\\\f\";\n case \"\\x0B\": return options.ie8 ? \"\\\\x0B\" : \"\\\\v\";\n case \"\\u2028\": return \"\\\\u2028\";\n case \"\\u2029\": return \"\\\\u2029\";\n case \"\\ufeff\": return \"\\\\ufeff\";\n case \"\\0\":\n return /[0-9]/.test(get_full_char(str, i+1)) ? \"\\\\x00\" : \"\\\\0\";\n }\n return s;\n });\n function quote_single() {\n return \"'\" + str.replace(/\\x27/g, \"\\\\'\") + \"'\";\n }\n function quote_double() {\n return '\"' + str.replace(/\\x22/g, '\\\\\"') + '\"';\n }\n function quote_template() {\n return \"`\" + str.replace(/`/g, \"\\\\`\") + \"`\";\n }\n str = to_utf8(str);\n if (quote === \"`\") return quote_template();\n switch (options.quote_style) {\n case 1:\n return quote_single();\n case 2:\n return quote_double();\n case 3:\n return quote == \"'\" ? quote_single() : quote_double();\n default:\n return dq > sq ? quote_single() : quote_double();\n }\n }\n\n function encode_string(str, quote) {\n var ret = make_string(str, quote);\n if (options.inline_script) {\n ret = ret.replace(/<\\x2f(script)([>\\/\\t\\n\\f\\r ])/gi, \"<\\\\/$1$2\");\n ret = ret.replace(/\\x3c!--/g, \"\\\\x3c!--\");\n ret = ret.replace(/--\\x3e/g, \"--\\\\x3e\");\n }\n return ret;\n }\n\n function make_name(name) {\n name = name.toString();\n name = to_utf8(name, true);\n return name;\n }\n\n function make_indent(back) {\n return repeat_string(\" \", options.indent_start + indentation - back * options.indent_level);\n }\n\n /* -----[ beautification/minification ]----- */\n\n var has_parens = false;\n var might_need_space = false;\n var might_need_semicolon = false;\n var might_add_newline = 0;\n var need_newline_indented = false;\n var need_space = false;\n var newline_insert = -1;\n var last = \"\";\n var mapping_token, mapping_name, mappings = options.source_map && [];\n\n var do_add_mapping = mappings ? function() {\n mappings.forEach(function(mapping) {\n try {\n options.source_map.add(\n mapping.token.file,\n mapping.line, mapping.col,\n mapping.token.line, mapping.token.col,\n !mapping.name && mapping.token.type == \"name\" ? mapping.token.value : mapping.name\n );\n } catch(ex) {\n mapping.token.file != null && AST_Node.warn(\"Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]\", {\n file: mapping.token.file,\n line: mapping.token.line,\n col: mapping.token.col,\n cline: mapping.line,\n ccol: mapping.col,\n name: mapping.name || \"\"\n });\n }\n });\n mappings = [];\n } : noop;\n\n var ensure_line_len = options.max_line_len ? function() {\n if (current_col > options.max_line_len) {\n if (might_add_newline) {\n var left = OUTPUT.slice(0, might_add_newline);\n var right = OUTPUT.slice(might_add_newline);\n if (mappings) {\n var delta = right.length - current_col;\n mappings.forEach(function(mapping) {\n mapping.line++;\n mapping.col += delta;\n });\n }\n OUTPUT = left + \"\\n\" + right;\n current_line++;\n current_pos++;\n current_col = right.length;\n }\n if (current_col > options.max_line_len) {\n AST_Node.warn(\"Output exceeds {max_line_len} characters\", options);\n }\n }\n if (might_add_newline) {\n might_add_newline = 0;\n do_add_mapping();\n }\n } : noop;\n\n var requireSemicolonChars = makePredicate(\"( [ + * / - , . `\");\n\n function print(str) {\n str = String(str);\n var ch = get_full_char(str, 0);\n if (need_newline_indented && ch) {\n need_newline_indented = false;\n if (ch !== \"\\n\") {\n print(\"\\n\");\n indent();\n }\n }\n if (need_space && ch) {\n need_space = false;\n if (!/[\\s;})]/.test(ch)) {\n space();\n }\n }\n newline_insert = -1;\n var prev = last.charAt(last.length - 1);\n if (might_need_semicolon) {\n might_need_semicolon = false;\n\n if (prev === \":\" && ch === \"}\" || (!ch || !\";}\".includes(ch)) && prev !== \";\") {\n if (options.semicolons || requireSemicolonChars(ch)) {\n OUTPUT += \";\";\n current_col++;\n current_pos++;\n } else {\n ensure_line_len();\n OUTPUT += \"\\n\";\n current_pos++;\n current_line++;\n current_col = 0;\n\n if (/^\\s+$/.test(str)) {\n // reset the semicolon flag, since we didn't print one\n // now and might still have to later\n might_need_semicolon = true;\n }\n }\n\n if (!options.beautify)\n might_need_space = false;\n }\n }\n\n if (might_need_space) {\n if ((is_identifier_char(prev)\n && (is_identifier_char(ch) || ch == \"\\\\\"))\n || (ch == \"/\" && ch == prev)\n || ((ch == \"+\" || ch == \"-\") && ch == last)\n ) {\n OUTPUT += \" \";\n current_col++;\n current_pos++;\n }\n might_need_space = false;\n }\n\n if (mapping_token) {\n mappings.push({\n token: mapping_token,\n name: mapping_name,\n line: current_line,\n col: current_col\n });\n mapping_token = false;\n if (!might_add_newline) do_add_mapping();\n }\n\n OUTPUT += str;\n has_parens = str[str.length - 1] == \"(\";\n current_pos += str.length;\n var a = str.split(/\\r?\\n/), n = a.length - 1;\n current_line += n;\n current_col += a[0].length;\n if (n > 0) {\n ensure_line_len();\n current_col = a[n].length;\n }\n last = str;\n }\n\n var star = function() {\n print(\"*\");\n };\n\n var space = options.beautify ? function() {\n print(\" \");\n } : function() {\n might_need_space = true;\n };\n\n var indent = options.beautify ? function(half) {\n if (options.beautify) {\n print(make_indent(half ? 0.5 : 0));\n }\n } : noop;\n\n var with_indent = options.beautify ? function(col, cont) {\n if (col === true) col = next_indent();\n var save_indentation = indentation;\n indentation = col;\n var ret = cont();\n indentation = save_indentation;\n return ret;\n } : function(col, cont) { return cont(); };\n\n var newline = options.beautify ? function() {\n if (newline_insert < 0) return print(\"\\n\");\n if (OUTPUT[newline_insert] != \"\\n\") {\n OUTPUT = OUTPUT.slice(0, newline_insert) + \"\\n\" + OUTPUT.slice(newline_insert);\n current_pos++;\n current_line++;\n }\n newline_insert++;\n } : options.max_line_len ? function() {\n ensure_line_len();\n might_add_newline = OUTPUT.length;\n } : noop;\n\n var semicolon = options.beautify ? function() {\n print(\";\");\n } : function() {\n might_need_semicolon = true;\n };\n\n function force_semicolon() {\n might_need_semicolon = false;\n print(\";\");\n }\n\n function next_indent() {\n return indentation + options.indent_level;\n }\n\n function with_block(cont) {\n var ret;\n print(\"{\");\n newline();\n with_indent(next_indent(), function() {\n ret = cont();\n });\n indent();\n print(\"}\");\n return ret;\n }\n\n function with_parens(cont) {\n print(\"(\");\n //XXX: still nice to have that for argument lists\n //var ret = with_indent(current_col, cont);\n var ret = cont();\n print(\")\");\n return ret;\n }\n\n function with_square(cont) {\n print(\"[\");\n //var ret = with_indent(current_col, cont);\n var ret = cont();\n print(\"]\");\n return ret;\n }\n\n function comma() {\n print(\",\");\n space();\n }\n\n function colon() {\n print(\":\");\n space();\n }\n\n var add_mapping = mappings ? function(token, name) {\n mapping_token = token;\n mapping_name = name;\n } : noop;\n\n function get() {\n if (might_add_newline) {\n ensure_line_len();\n }\n return OUTPUT;\n }\n\n function has_nlb() {\n var index = OUTPUT.lastIndexOf(\"\\n\");\n return /^ *$/.test(OUTPUT.slice(index + 1));\n }\n\n function prepend_comments(node) {\n var self = this;\n var start = node.start;\n if (!start) return;\n if (start.comments_before && start.comments_before._dumped === self) return;\n var comments = start.comments_before;\n if (!comments) {\n comments = start.comments_before = [];\n }\n comments._dumped = self;\n\n if (node instanceof AST_Exit && node.value) {\n var tw = new TreeWalker(function(node) {\n var parent = tw.parent();\n if (parent instanceof AST_Exit\n || parent instanceof AST_Binary && parent.left === node\n || parent.TYPE == \"Call\" && parent.expression === node\n || parent instanceof AST_Conditional && parent.condition === node\n || parent instanceof AST_Dot && parent.expression === node\n || parent instanceof AST_Sequence && parent.expressions[0] === node\n || parent instanceof AST_Sub && parent.expression === node\n || parent instanceof AST_UnaryPostfix) {\n if (!node.start) return;\n var text = node.start.comments_before;\n if (text && text._dumped !== self) {\n text._dumped = self;\n comments = comments.concat(text);\n }\n } else {\n return true;\n }\n });\n tw.push(node);\n node.value.walk(tw);\n }\n\n if (current_pos == 0) {\n if (comments.length > 0 && options.shebang && comments[0].type == \"comment5\") {\n print(\"#!\" + comments.shift().value + \"\\n\");\n indent();\n }\n var preamble = options.preamble;\n if (preamble) {\n print(preamble.replace(/\\r\\n?|[\\n\\u2028\\u2029]|\\s*$/g, \"\\n\"));\n }\n }\n\n comments = comments.filter(comment_filter, node);\n if (comments.length == 0) return;\n var last_nlb = has_nlb();\n comments.forEach(function(c, i) {\n if (!last_nlb) {\n if (c.nlb) {\n print(\"\\n\");\n indent();\n last_nlb = true;\n } else if (i > 0) {\n space();\n }\n }\n if (/comment[134]/.test(c.type)) {\n print(\"//\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"\\n\");\n indent();\n last_nlb = true;\n } else if (c.type == \"comment2\") {\n print(\"/*\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"*/\");\n last_nlb = false;\n }\n });\n if (!last_nlb) {\n if (start.nlb) {\n print(\"\\n\");\n indent();\n } else {\n space();\n }\n }\n }\n\n function append_comments(node, tail) {\n var self = this;\n var token = node.end;\n if (!token) return;\n var comments = token[tail ? \"comments_before\" : \"comments_after\"];\n if (!comments || comments._dumped === self) return;\n if (!(node instanceof AST_Statement || all(comments, function(c) {\n return !/comment[134]/.test(c.type);\n }))) return;\n comments._dumped = self;\n var insert = OUTPUT.length;\n comments.filter(comment_filter, node).forEach(function(c, i) {\n need_space = false;\n if (need_newline_indented) {\n print(\"\\n\");\n indent();\n need_newline_indented = false;\n } else if (c.nlb && (i > 0 || !has_nlb())) {\n print(\"\\n\");\n indent();\n } else if (i > 0 || !tail) {\n space();\n }\n if (/comment[134]/.test(c.type)) {\n print(\"//\" + c.value.replace(/[@#]__PURE__/g, \" \"));\n need_newline_indented = true;\n } else if (c.type == \"comment2\") {\n print(\"/*\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"*/\");\n need_space = true;\n }\n });\n if (OUTPUT.length > insert) newline_insert = insert;\n }\n\n var stack = [];\n return {\n get : get,\n toString : get,\n indent : indent,\n indentation : function() { return indentation; },\n current_width : function() { return current_col - indentation; },\n should_break : function() { return options.width && this.current_width() >= options.width; },\n has_parens : function() { return has_parens; },\n newline : newline,\n print : print,\n star : star,\n space : space,\n comma : comma,\n colon : colon,\n last : function() { return last; },\n semicolon : semicolon,\n force_semicolon : force_semicolon,\n to_utf8 : to_utf8,\n print_name : function(name) { print(make_name(name)); },\n print_string : function(str, quote, escape_directive) {\n var encoded = encode_string(str, quote);\n if (escape_directive === true && !encoded.includes(\"\\\\\")) {\n // Insert semicolons to break directive prologue\n if (!EXPECT_DIRECTIVE.test(OUTPUT)) {\n force_semicolon();\n }\n force_semicolon();\n }\n print(encoded);\n },\n print_template_string_chars: function(str) {\n var encoded = encode_string(str, \"`\").replace(/\\${/g, \"\\\\${\");\n return print(encoded.substr(1, encoded.length - 2));\n },\n encode_string : encode_string,\n next_indent : next_indent,\n with_indent : with_indent,\n with_block : with_block,\n with_parens : with_parens,\n with_square : with_square,\n add_mapping : add_mapping,\n option : function(opt) { return options[opt]; },\n prepend_comments: readonly ? noop : prepend_comments,\n append_comments : readonly || comment_filter === return_false ? noop : append_comments,\n line : function() { return current_line; },\n col : function() { return current_col; },\n pos : function() { return current_pos; },\n push_node : function(node) { stack.push(node); },\n pop_node : function() { return stack.pop(); },\n parent : function(n) {\n return stack[stack.length - 2 - (n || 0)];\n }\n };\n\n}\n\n/* -----[ code generators ]----- */\n\n(function() {\n\n /* -----[ utils ]----- */\n\n function DEFPRINT(nodetype, generator) {\n nodetype.DEFMETHOD(\"_codegen\", generator);\n }\n\n var in_directive = false;\n var active_scope = null;\n var use_asm = null;\n\n AST_Node.DEFMETHOD(\"print\", function(stream, force_parens) {\n var self = this, generator = self._codegen;\n if (self instanceof AST_Scope) {\n active_scope = self;\n } else if (!use_asm && self instanceof AST_Directive && self.value == \"use asm\") {\n use_asm = active_scope;\n }\n function doit() {\n stream.prepend_comments(self);\n self.add_source_map(stream);\n generator(self, stream);\n stream.append_comments(self);\n }\n stream.push_node(self);\n if (force_parens || self.needs_parens(stream)) {\n stream.with_parens(doit);\n } else {\n doit();\n }\n stream.pop_node();\n if (self === use_asm) {\n use_asm = null;\n }\n });\n AST_Node.DEFMETHOD(\"_print\", AST_Node.prototype.print);\n\n AST_Node.DEFMETHOD(\"print_to_string\", function(options) {\n var s = OutputStream(options);\n this.print(s);\n return s.get();\n });\n\n /* -----[ PARENTHESES ]----- */\n\n function PARENS(nodetype, func) {\n if (Array.isArray(nodetype)) {\n nodetype.forEach(function(nodetype) {\n PARENS(nodetype, func);\n });\n } else {\n nodetype.DEFMETHOD(\"needs_parens\", func);\n }\n }\n\n PARENS(AST_Node, return_false);\n\n // a function expression needs parens around it when it's provably\n // the first token to appear in a statement.\n PARENS(AST_Function, function(output) {\n if (!output.has_parens() && first_in_statement(output)) {\n return true;\n }\n\n if (output.option(\"webkit\")) {\n var p = output.parent();\n if (p instanceof AST_PropAccess && p.expression === this) {\n return true;\n }\n }\n\n if (output.option(\"wrap_iife\")) {\n var p = output.parent();\n return p instanceof AST_Call && p.expression === this;\n }\n\n return false;\n });\n\n PARENS(AST_Arrow, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this;\n });\n\n // same goes for an object literal, because otherwise it would be\n // interpreted as a block of code.\n PARENS(AST_Object, function(output) {\n return !output.has_parens() && first_in_statement(output);\n });\n\n PARENS(AST_ClassExpression, first_in_statement);\n\n PARENS(AST_Unary, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this\n || p instanceof AST_Call && p.expression === this\n || p instanceof AST_Binary\n && p.operator === \"**\"\n && this instanceof AST_UnaryPrefix\n && p.left === this\n && this.operator !== \"++\"\n && this.operator !== \"--\";\n });\n\n PARENS(AST_Await, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this\n || p instanceof AST_Call && p.expression === this\n || output.option(\"safari10\") && p instanceof AST_UnaryPrefix;\n });\n\n PARENS(AST_Sequence, function(output) {\n var p = output.parent();\n return p instanceof AST_Call // (foo, bar)() or foo(1, (2, 3), 4)\n || p instanceof AST_Unary // !(foo, bar, baz)\n || p instanceof AST_Binary // 1 + (2, 3) + 4 ==> 8\n || p instanceof AST_VarDef // var a = (1, 2), b = a + a; ==> b == 4\n || p instanceof AST_PropAccess // (1, {foo:2}).foo or (1, {foo:2})[\"foo\"] ==> 2\n || p instanceof AST_Array // [ 1, (2, 3), 4 ] ==> [ 1, 3, 4 ]\n || p instanceof AST_ObjectProperty // { foo: (1, 2) }.foo ==> 2\n || p instanceof AST_Conditional /* (false, true) ? (a = 10, b = 20) : (c = 30)\n * ==> 20 (side effect, set a := 10 and b := 20) */\n || p instanceof AST_Arrow // x => (x, x)\n || p instanceof AST_DefaultAssign // x => (x = (0, function(){}))\n || p instanceof AST_Expansion // [...(a, b)]\n || p instanceof AST_ForOf && this === p.object // for (e of (foo, bar)) {}\n || p instanceof AST_Yield // yield (foo, bar)\n || p instanceof AST_Export // export default (foo, bar)\n ;\n });\n\n PARENS(AST_Binary, function(output) {\n var p = output.parent();\n // (foo && bar)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // typeof (foo && bar)\n if (p instanceof AST_Unary)\n return true;\n // (foo && bar)[\"prop\"], (foo && bar).prop\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n // this deals with precedence: 3 * (2 + 1)\n if (p instanceof AST_Binary) {\n var po = p.operator, pp = PRECEDENCE[po];\n var so = this.operator, sp = PRECEDENCE[so];\n if (pp > sp\n || (pp == sp\n && (this === p.right || po == \"**\"))) {\n return true;\n }\n }\n });\n\n PARENS(AST_Yield, function(output) {\n var p = output.parent();\n // (yield 1) + (yield 2)\n // a = yield 3\n if (p instanceof AST_Binary && p.operator !== \"=\")\n return true;\n // (yield 1)()\n // new (yield 1)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // (yield 1) ? yield 2 : yield 3\n if (p instanceof AST_Conditional && p.condition === this)\n return true;\n // -(yield 4)\n if (p instanceof AST_Unary)\n return true;\n // (yield x).foo\n // (yield x)['foo']\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n });\n\n PARENS(AST_PropAccess, function(output) {\n var p = output.parent();\n if (p instanceof AST_New && p.expression === this) {\n // i.e. new (foo.bar().baz)\n //\n // if there's one call into this subtree, then we need\n // parens around it too, otherwise the call will be\n // interpreted as passing the arguments to the upper New\n // expression.\n var parens = false;\n this.walk(new TreeWalker(function(node) {\n if (parens || node instanceof AST_Scope) return true;\n if (node instanceof AST_Call) {\n parens = true;\n return true;\n }\n }));\n return parens;\n }\n });\n\n PARENS(AST_Call, function(output) {\n var p = output.parent(), p1;\n if (p instanceof AST_New && p.expression === this\n || p instanceof AST_Export && p.is_default && this.expression instanceof AST_Function)\n return true;\n\n // workaround for Safari bug.\n // https://bugs.webkit.org/show_bug.cgi?id=123506\n return this.expression instanceof AST_Function\n && p instanceof AST_PropAccess\n && p.expression === this\n && (p1 = output.parent(1)) instanceof AST_Assign\n && p1.left === p;\n });\n\n PARENS(AST_New, function(output) {\n var p = output.parent();\n if (!need_constructor_parens(this, output)\n && (p instanceof AST_PropAccess // (new Date).getTime(), (new Date)[\"getTime\"]()\n || p instanceof AST_Call && p.expression === this)) // (new foo)(bar)\n return true;\n });\n\n PARENS(AST_Number, function(output) {\n var p = output.parent();\n if (p instanceof AST_PropAccess && p.expression === this) {\n var value = this.getValue();\n if (value < 0 || /^0/.test(make_num(value))) {\n return true;\n }\n }\n });\n\n PARENS([ AST_Assign, AST_Conditional ], function(output) {\n var p = output.parent();\n // !(a = false) → true\n if (p instanceof AST_Unary)\n return true;\n // 1 + (a = 2) + 3 → 6, side effect setting a = 2\n if (p instanceof AST_Binary && !(p instanceof AST_Assign))\n return true;\n // (a = func)() —or— new (a = Object)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // (a = foo) ? bar : baz\n if (p instanceof AST_Conditional && p.condition === this)\n return true;\n // (a = foo)[\"prop\"] —or— (a = foo).prop\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n // ({a, b} = {a: 1, b: 2}), a destructuring assignment\n if (this instanceof AST_Assign && this.left instanceof AST_Destructuring && this.left.is_array === false)\n return true;\n });\n\n /* -----[ PRINTERS ]----- */\n\n DEFPRINT(AST_Directive, function(self, output) {\n output.print_string(self.value, self.quote);\n output.semicolon();\n });\n\n DEFPRINT(AST_Expansion, function (self, output) {\n output.print(\"...\");\n self.expression.print(output);\n });\n\n DEFPRINT(AST_Destructuring, function (self, output) {\n output.print(self.is_array ? \"[\" : \"{\");\n var len = self.names.length;\n self.names.forEach(function (name, i) {\n if (i > 0) output.comma();\n name.print(output);\n // If the final element is a hole, we need to make sure it\n // doesn't look like a trailing comma, by inserting an actual\n // trailing comma.\n if (i == len - 1 && name instanceof AST_Hole) output.comma();\n });\n output.print(self.is_array ? \"]\" : \"}\");\n });\n\n DEFPRINT(AST_Debugger, function(self, output) {\n output.print(\"debugger\");\n output.semicolon();\n });\n\n /* -----[ statements ]----- */\n\n function display_body(body, is_toplevel, output, allow_directives) {\n var last = body.length - 1;\n in_directive = allow_directives;\n body.forEach(function(stmt, i) {\n if (in_directive === true && !(stmt instanceof AST_Directive ||\n stmt instanceof AST_EmptyStatement ||\n (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String)\n )) {\n in_directive = false;\n }\n if (!(stmt instanceof AST_EmptyStatement)) {\n output.indent();\n stmt.print(output);\n if (!(i == last && is_toplevel)) {\n output.newline();\n if (is_toplevel) output.newline();\n }\n }\n if (in_directive === true &&\n stmt instanceof AST_SimpleStatement &&\n stmt.body instanceof AST_String\n ) {\n in_directive = false;\n }\n });\n in_directive = false;\n }\n\n AST_StatementWithBody.DEFMETHOD(\"_do_print_body\", function(output) {\n force_statement(this.body, output);\n });\n\n DEFPRINT(AST_Statement, function(self, output) {\n self.body.print(output);\n output.semicolon();\n });\n DEFPRINT(AST_Toplevel, function(self, output) {\n display_body(self.body, true, output, true);\n output.print(\"\");\n });\n DEFPRINT(AST_LabeledStatement, function(self, output) {\n self.label.print(output);\n output.colon();\n self.body.print(output);\n });\n DEFPRINT(AST_SimpleStatement, function(self, output) {\n self.body.print(output);\n output.semicolon();\n });\n function print_braced_empty(self, output) {\n output.print(\"{\");\n output.with_indent(output.next_indent(), function() {\n output.append_comments(self, true);\n });\n output.print(\"}\");\n }\n function print_braced(self, output, allow_directives) {\n if (self.body.length > 0) {\n output.with_block(function() {\n display_body(self.body, false, output, allow_directives);\n });\n } else print_braced_empty(self, output);\n }\n DEFPRINT(AST_BlockStatement, function(self, output) {\n print_braced(self, output);\n });\n DEFPRINT(AST_EmptyStatement, function(self, output) {\n output.semicolon();\n });\n DEFPRINT(AST_Do, function(self, output) {\n output.print(\"do\");\n output.space();\n make_block(self.body, output);\n output.space();\n output.print(\"while\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.semicolon();\n });\n DEFPRINT(AST_While, function(self, output) {\n output.print(\"while\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_For, function(self, output) {\n output.print(\"for\");\n output.space();\n output.with_parens(function() {\n if (self.init) {\n if (self.init instanceof AST_Definitions) {\n self.init.print(output);\n } else {\n parenthesize_for_noin(self.init, output, true);\n }\n output.print(\";\");\n output.space();\n } else {\n output.print(\";\");\n }\n if (self.condition) {\n self.condition.print(output);\n output.print(\";\");\n output.space();\n } else {\n output.print(\";\");\n }\n if (self.step) {\n self.step.print(output);\n }\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_ForIn, function(self, output) {\n output.print(\"for\");\n if (self.await) {\n output.space();\n output.print(\"await\");\n }\n output.space();\n output.with_parens(function() {\n self.init.print(output);\n output.space();\n output.print(self instanceof AST_ForOf ? \"of\" : \"in\");\n output.space();\n self.object.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_With, function(self, output) {\n output.print(\"with\");\n output.space();\n output.with_parens(function() {\n self.expression.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n\n /* -----[ functions ]----- */\n AST_Lambda.DEFMETHOD(\"_do_print\", function(output, nokeyword) {\n var self = this;\n if (!nokeyword) {\n if (self.async) {\n output.print(\"async\");\n output.space();\n }\n output.print(\"function\");\n if (self.is_generator) {\n output.star();\n }\n if (self.name) {\n output.space();\n }\n }\n if (self.name instanceof AST_Symbol) {\n self.name.print(output);\n } else if (nokeyword && self.name instanceof AST_Node) {\n output.with_square(function() {\n self.name.print(output); // Computed method name\n });\n }\n output.with_parens(function() {\n self.argnames.forEach(function(arg, i) {\n if (i) output.comma();\n arg.print(output);\n });\n });\n output.space();\n print_braced(self, output, true);\n });\n DEFPRINT(AST_Lambda, function(self, output) {\n self._do_print(output);\n });\n\n DEFPRINT(AST_PrefixedTemplateString, function(self, output) {\n var tag = self.prefix;\n var parenthesize_tag = tag instanceof AST_Arrow\n || tag instanceof AST_Binary\n || tag instanceof AST_Conditional\n || tag instanceof AST_Sequence\n || tag instanceof AST_Unary;\n if (parenthesize_tag) output.print(\"(\");\n self.prefix.print(output);\n if (parenthesize_tag) output.print(\")\");\n self.template_string.print(output);\n });\n DEFPRINT(AST_TemplateString, function(self, output) {\n var is_tagged = output.parent() instanceof AST_PrefixedTemplateString;\n\n output.print(\"`\");\n for (var i = 0; i < self.segments.length; i++) {\n if (!(self.segments[i] instanceof AST_TemplateSegment)) {\n output.print(\"${\");\n self.segments[i].print(output);\n output.print(\"}\");\n } else if (is_tagged) {\n output.print(self.segments[i].raw);\n } else {\n output.print_template_string_chars(self.segments[i].value);\n }\n }\n output.print(\"`\");\n });\n\n AST_Arrow.DEFMETHOD(\"_do_print\", function(output) {\n var self = this;\n var parent = output.parent();\n var needs_parens = parent instanceof AST_Binary ||\n parent instanceof AST_Unary ||\n (parent instanceof AST_Call && self === parent.expression);\n if (needs_parens) { output.print(\"(\"); }\n if (self.async) {\n output.print(\"async\");\n output.space();\n }\n if (self.argnames.length === 1 && self.argnames[0] instanceof AST_Symbol) {\n self.argnames[0].print(output);\n } else {\n output.with_parens(function() {\n self.argnames.forEach(function(arg, i) {\n if (i) output.comma();\n arg.print(output);\n });\n });\n }\n output.space();\n output.print(\"=>\");\n output.space();\n if (self.body instanceof AST_Node) {\n self.body.print(output);\n } else {\n print_braced(self, output);\n }\n if (needs_parens) { output.print(\")\"); }\n });\n\n /* -----[ exits ]----- */\n AST_Exit.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n if (this.value) {\n output.space();\n this.value.print(output);\n }\n output.semicolon();\n });\n DEFPRINT(AST_Return, function(self, output) {\n self._do_print(output, \"return\");\n });\n DEFPRINT(AST_Throw, function(self, output) {\n self._do_print(output, \"throw\");\n });\n\n /* -----[ yield ]----- */\n\n DEFPRINT(AST_Yield, function(self, output) {\n var star = self.is_star ? \"*\" : \"\";\n output.print(\"yield\" + star);\n if (self.expression) {\n output.space();\n self.expression.print(output);\n }\n });\n\n DEFPRINT(AST_Await, function(self, output) {\n output.print(\"await\");\n output.space();\n var e = self.expression;\n var parens = !(\n e instanceof AST_Call\n || e instanceof AST_SymbolRef\n || e instanceof AST_PropAccess\n || e instanceof AST_Unary\n || e instanceof AST_Constant\n );\n if (parens) output.print(\"(\");\n self.expression.print(output);\n if (parens) output.print(\")\");\n });\n\n /* -----[ loop control ]----- */\n AST_LoopControl.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n if (this.label) {\n output.space();\n this.label.print(output);\n }\n output.semicolon();\n });\n DEFPRINT(AST_Break, function(self, output) {\n self._do_print(output, \"break\");\n });\n DEFPRINT(AST_Continue, function(self, output) {\n self._do_print(output, \"continue\");\n });\n\n /* -----[ if ]----- */\n function make_then(self, output) {\n var b = self.body;\n if (output.option(\"braces\")\n || output.option(\"ie8\") && b instanceof AST_Do)\n return make_block(b, output);\n // The squeezer replaces \"block\"-s that contain only a single\n // statement with the statement itself; technically, the AST\n // is correct, but this can create problems when we output an\n // IF having an ELSE clause where the THEN clause ends in an\n // IF *without* an ELSE block (then the outer ELSE would refer\n // to the inner IF). This function checks for this case and\n // adds the block braces if needed.\n if (!b) return output.force_semicolon();\n while (true) {\n if (b instanceof AST_If) {\n if (!b.alternative) {\n make_block(self.body, output);\n return;\n }\n b = b.alternative;\n } else if (b instanceof AST_StatementWithBody) {\n b = b.body;\n } else break;\n }\n force_statement(self.body, output);\n }\n DEFPRINT(AST_If, function(self, output) {\n output.print(\"if\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.space();\n if (self.alternative) {\n make_then(self, output);\n output.space();\n output.print(\"else\");\n output.space();\n if (self.alternative instanceof AST_If)\n self.alternative.print(output);\n else\n force_statement(self.alternative, output);\n } else {\n self._do_print_body(output);\n }\n });\n\n /* -----[ switch ]----- */\n DEFPRINT(AST_Switch, function(self, output) {\n output.print(\"switch\");\n output.space();\n output.with_parens(function() {\n self.expression.print(output);\n });\n output.space();\n var last = self.body.length - 1;\n if (last < 0) print_braced_empty(self, output);\n else output.with_block(function() {\n self.body.forEach(function(branch, i) {\n output.indent(true);\n branch.print(output);\n if (i < last && branch.body.length > 0)\n output.newline();\n });\n });\n });\n AST_SwitchBranch.DEFMETHOD(\"_do_print_body\", function(output) {\n output.newline();\n this.body.forEach(function(stmt) {\n output.indent();\n stmt.print(output);\n output.newline();\n });\n });\n DEFPRINT(AST_Default, function(self, output) {\n output.print(\"default:\");\n self._do_print_body(output);\n });\n DEFPRINT(AST_Case, function(self, output) {\n output.print(\"case\");\n output.space();\n self.expression.print(output);\n output.print(\":\");\n self._do_print_body(output);\n });\n\n /* -----[ exceptions ]----- */\n DEFPRINT(AST_Try, function(self, output) {\n output.print(\"try\");\n output.space();\n print_braced(self, output);\n if (self.bcatch) {\n output.space();\n self.bcatch.print(output);\n }\n if (self.bfinally) {\n output.space();\n self.bfinally.print(output);\n }\n });\n DEFPRINT(AST_Catch, function(self, output) {\n output.print(\"catch\");\n if (self.argname) {\n output.space();\n output.with_parens(function() {\n self.argname.print(output);\n });\n }\n output.space();\n print_braced(self, output);\n });\n DEFPRINT(AST_Finally, function(self, output) {\n output.print(\"finally\");\n output.space();\n print_braced(self, output);\n });\n\n /* -----[ var/const ]----- */\n AST_Definitions.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n output.space();\n this.definitions.forEach(function(def, i) {\n if (i) output.comma();\n def.print(output);\n });\n var p = output.parent();\n var in_for = p instanceof AST_For || p instanceof AST_ForIn;\n var output_semicolon = !in_for || p && p.init !== this;\n if (output_semicolon)\n output.semicolon();\n });\n DEFPRINT(AST_Let, function(self, output) {\n self._do_print(output, \"let\");\n });\n DEFPRINT(AST_Var, function(self, output) {\n self._do_print(output, \"var\");\n });\n DEFPRINT(AST_Const, function(self, output) {\n self._do_print(output, \"const\");\n });\n DEFPRINT(AST_Import, function(self, output) {\n output.print(\"import\");\n output.space();\n if (self.imported_name) {\n self.imported_name.print(output);\n }\n if (self.imported_name && self.imported_names) {\n output.print(\",\");\n output.space();\n }\n if (self.imported_names) {\n if (self.imported_names.length === 1 && self.imported_names[0].foreign_name.name === \"*\") {\n self.imported_names[0].print(output);\n } else {\n output.print(\"{\");\n self.imported_names.forEach(function (name_import, i) {\n output.space();\n name_import.print(output);\n if (i < self.imported_names.length - 1) {\n output.print(\",\");\n }\n });\n output.space();\n output.print(\"}\");\n }\n }\n if (self.imported_name || self.imported_names) {\n output.space();\n output.print(\"from\");\n output.space();\n }\n self.module_name.print(output);\n output.semicolon();\n });\n\n DEFPRINT(AST_NameMapping, function(self, output) {\n var is_import = output.parent() instanceof AST_Import;\n var definition = self.name.definition();\n var names_are_different =\n (definition && definition.mangled_name || self.name.name) !==\n self.foreign_name.name;\n if (names_are_different) {\n if (is_import) {\n output.print(self.foreign_name.name);\n } else {\n self.name.print(output);\n }\n output.space();\n output.print(\"as\");\n output.space();\n if (is_import) {\n self.name.print(output);\n } else {\n output.print(self.foreign_name.name);\n }\n } else {\n self.name.print(output);\n }\n });\n\n DEFPRINT(AST_Export, function(self, output) {\n output.print(\"export\");\n output.space();\n if (self.is_default) {\n output.print(\"default\");\n output.space();\n }\n if (self.exported_names) {\n if (self.exported_names.length === 1 && self.exported_names[0].name.name === \"*\") {\n self.exported_names[0].print(output);\n } else {\n output.print(\"{\");\n self.exported_names.forEach(function(name_export, i) {\n output.space();\n name_export.print(output);\n if (i < self.exported_names.length - 1) {\n output.print(\",\");\n }\n });\n output.space();\n output.print(\"}\");\n }\n } else if (self.exported_value) {\n self.exported_value.print(output);\n } else if (self.exported_definition) {\n self.exported_definition.print(output);\n if (self.exported_definition instanceof AST_Definitions) return;\n }\n if (self.module_name) {\n output.space();\n output.print(\"from\");\n output.space();\n self.module_name.print(output);\n }\n if (self.exported_value\n && !(self.exported_value instanceof AST_Defun ||\n self.exported_value instanceof AST_Function ||\n self.exported_value instanceof AST_Class)\n || self.module_name\n || self.exported_names\n ) {\n output.semicolon();\n }\n });\n\n function parenthesize_for_noin(node, output, noin) {\n var parens = false;\n // need to take some precautions here:\n // https://github.com/mishoo/UglifyJS2/issues/60\n if (noin) node.walk(new TreeWalker(function(node) {\n if (parens || node instanceof AST_Scope) return true;\n if (node instanceof AST_Binary && node.operator == \"in\") {\n parens = true;\n return true;\n }\n }));\n node.print(output, parens);\n }\n\n DEFPRINT(AST_VarDef, function(self, output) {\n self.name.print(output);\n if (self.value) {\n output.space();\n output.print(\"=\");\n output.space();\n var p = output.parent(1);\n var noin = p instanceof AST_For || p instanceof AST_ForIn;\n parenthesize_for_noin(self.value, output, noin);\n }\n });\n\n /* -----[ other expressions ]----- */\n DEFPRINT(AST_Call, function(self, output) {\n self.expression.print(output);\n if (self instanceof AST_New && !need_constructor_parens(self, output))\n return;\n if (self.expression instanceof AST_Call || self.expression instanceof AST_Lambda) {\n output.add_mapping(self.start);\n }\n output.with_parens(function() {\n self.args.forEach(function(expr, i) {\n if (i) output.comma();\n expr.print(output);\n });\n });\n });\n DEFPRINT(AST_New, function(self, output) {\n output.print(\"new\");\n output.space();\n AST_Call.prototype._codegen(self, output);\n });\n\n AST_Sequence.DEFMETHOD(\"_do_print\", function(output) {\n this.expressions.forEach(function(node, index) {\n if (index > 0) {\n output.comma();\n if (output.should_break()) {\n output.newline();\n output.indent();\n }\n }\n node.print(output);\n });\n });\n DEFPRINT(AST_Sequence, function(self, output) {\n self._do_print(output);\n // var p = output.parent();\n // if (p instanceof AST_Statement) {\n // output.with_indent(output.next_indent(), function(){\n // self._do_print(output);\n // });\n // } else {\n // self._do_print(output);\n // }\n });\n DEFPRINT(AST_Dot, function(self, output) {\n var expr = self.expression;\n expr.print(output);\n var prop = self.property;\n if (output.option(\"ie8\") && RESERVED_WORDS(prop)) {\n output.print(\"[\");\n output.add_mapping(self.end);\n output.print_string(prop);\n output.print(\"]\");\n } else {\n if (expr instanceof AST_Number && expr.getValue() >= 0) {\n if (!/[xa-f.)]/i.test(output.last())) {\n output.print(\".\");\n }\n }\n output.print(\".\");\n // the name after dot would be mapped about here.\n output.add_mapping(self.end);\n output.print_name(prop);\n }\n });\n DEFPRINT(AST_Sub, function(self, output) {\n self.expression.print(output);\n output.print(\"[\");\n self.property.print(output);\n output.print(\"]\");\n });\n DEFPRINT(AST_UnaryPrefix, function(self, output) {\n var op = self.operator;\n output.print(op);\n if (/^[a-z]/i.test(op)\n || (/[+-]$/.test(op)\n && self.expression instanceof AST_UnaryPrefix\n && /^[+-]/.test(self.expression.operator))) {\n output.space();\n }\n self.expression.print(output);\n });\n DEFPRINT(AST_UnaryPostfix, function(self, output) {\n self.expression.print(output);\n output.print(self.operator);\n });\n DEFPRINT(AST_Binary, function(self, output) {\n var op = self.operator;\n self.left.print(output);\n if (op[0] == \">\" /* \">>\" \">>>\" \">\" \">=\" */\n && self.left instanceof AST_UnaryPostfix\n && self.left.operator == \"--\") {\n // space is mandatory to avoid outputting -->\n output.print(\" \");\n } else {\n // the space is optional depending on \"beautify\"\n output.space();\n }\n output.print(op);\n if ((op == \"<\" || op == \"<<\")\n && self.right instanceof AST_UnaryPrefix\n && self.right.operator == \"!\"\n && self.right.expression instanceof AST_UnaryPrefix\n && self.right.expression.operator == \"--\") {\n // space is mandatory to avoid outputting x ? y : false\n if (self.left.operator == \"||\") {\n var lr = self.left.right.evaluate(compressor);\n if (!lr) return make_node(AST_Conditional, self, {\n condition: self.left.left,\n consequent: self.right,\n alternative: self.left.right\n }).optimize(compressor);\n }\n break;\n case \"||\":\n var ll = self.left.truthy ? true : self.left.falsy ? false : self.left.evaluate(compressor);\n if (!ll) {\n compressor.warn(\"Condition left of || always false [{file}:{line},{col}]\", self.start);\n return make_sequence(self, [ self.left, self.right ]).optimize(compressor);\n } else if (!(ll instanceof AST_Node)) {\n compressor.warn(\"Condition left of || always true [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.left).optimize(compressor);\n }\n var rr = self.right.evaluate(compressor);\n if (!rr) {\n var parent = compressor.parent();\n if (parent.operator == \"||\" && parent.left === compressor.self() || compressor.in_boolean_context()) {\n compressor.warn(\"Dropping side-effect-free || [{file}:{line},{col}]\", self.start);\n return self.left.optimize(compressor);\n }\n } else if (!(rr instanceof AST_Node)) {\n if (compressor.in_boolean_context()) {\n compressor.warn(\"Boolean || always true [{file}:{line},{col}]\", self.start);\n return make_sequence(self, [\n self.left,\n make_node(AST_True, self)\n ]).optimize(compressor);\n } else self.truthy = true;\n }\n if (self.left.operator == \"&&\") {\n var lr = self.left.right.evaluate(compressor);\n if (lr && !(lr instanceof AST_Node)) return make_node(AST_Conditional, self, {\n condition: self.left.left,\n consequent: self.left.right,\n alternative: self.right\n }).optimize(compressor);\n }\n break;\n }\n var associative = true;\n switch (self.operator) {\n case \"+\":\n // \"foo\" + (\"bar\" + x) => \"foobar\" + x\n if (self.left instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == \"+\"\n && self.right.left instanceof AST_Constant\n && self.right.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: make_node(AST_String, self.left, {\n value: \"\" + self.left.getValue() + self.right.left.getValue(),\n start: self.left.start,\n end: self.right.left.end\n }),\n right: self.right.right\n });\n }\n // (x + \"foo\") + \"bar\" => x + \"foobar\"\n if (self.right instanceof AST_Constant\n && self.left instanceof AST_Binary\n && self.left.operator == \"+\"\n && self.left.right instanceof AST_Constant\n && self.left.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: self.left.left,\n right: make_node(AST_String, self.right, {\n value: \"\" + self.left.right.getValue() + self.right.getValue(),\n start: self.left.right.start,\n end: self.right.end\n })\n });\n }\n // (x + \"foo\") + (\"bar\" + y) => (x + \"foobar\") + y\n if (self.left instanceof AST_Binary\n && self.left.operator == \"+\"\n && self.left.is_string(compressor)\n && self.left.right instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == \"+\"\n && self.right.left instanceof AST_Constant\n && self.right.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: make_node(AST_Binary, self.left, {\n operator: \"+\",\n left: self.left.left,\n right: make_node(AST_String, self.left.right, {\n value: \"\" + self.left.right.getValue() + self.right.left.getValue(),\n start: self.left.right.start,\n end: self.right.left.end\n })\n }),\n right: self.right.right\n });\n }\n // a + -b => a - b\n if (self.right instanceof AST_UnaryPrefix\n && self.right.operator == \"-\"\n && self.left.is_number(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"-\",\n left: self.left,\n right: self.right.expression\n });\n break;\n }\n // -a + b => b - a\n if (self.left instanceof AST_UnaryPrefix\n && self.left.operator == \"-\"\n && reversible()\n && self.right.is_number(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"-\",\n left: self.right,\n right: self.left.expression\n });\n break;\n }\n case \"*\":\n associative = compressor.option(\"unsafe_math\");\n case \"&\":\n case \"|\":\n case \"^\":\n // a + +b => +b + a\n if (self.left.is_number(compressor)\n && self.right.is_number(compressor)\n && reversible()\n && !(self.left instanceof AST_Binary\n && self.left.operator != self.operator\n && PRECEDENCE[self.left.operator] >= PRECEDENCE[self.operator])) {\n var reversed = make_node(AST_Binary, self, {\n operator: self.operator,\n left: self.right,\n right: self.left\n });\n if (self.right instanceof AST_Constant\n && !(self.left instanceof AST_Constant)) {\n self = best_of(compressor, reversed, self);\n } else {\n self = best_of(compressor, self, reversed);\n }\n }\n if (associative && self.is_number(compressor)) {\n // a + (b + c) => (a + b) + c\n if (self.right instanceof AST_Binary\n && self.right.operator == self.operator) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left,\n right: self.right.left,\n start: self.left.start,\n end: self.right.left.end\n }),\n right: self.right.right\n });\n }\n // (n + 2) + 3 => 5 + n\n // (2 * n) * 3 => 6 + n\n if (self.right instanceof AST_Constant\n && self.left instanceof AST_Binary\n && self.left.operator == self.operator) {\n if (self.left.left instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left.left,\n right: self.right,\n start: self.left.left.start,\n end: self.right.end\n }),\n right: self.left.right\n });\n } else if (self.left.right instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left.right,\n right: self.right,\n start: self.left.right.start,\n end: self.right.end\n }),\n right: self.left.left\n });\n }\n }\n // (a | 1) | (2 | d) => (3 | a) | b\n if (self.left instanceof AST_Binary\n && self.left.operator == self.operator\n && self.left.right instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == self.operator\n && self.right.left instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left.left, {\n operator: self.operator,\n left: self.left.right,\n right: self.right.left,\n start: self.left.right.start,\n end: self.right.left.end\n }),\n right: self.left.left\n }),\n right: self.right.right\n });\n }\n }\n }\n }\n // x && (y && z) ==> x && y && z\n // x || (y || z) ==> x || y || z\n // x + (\"y\" + z) ==> x + \"y\" + z\n // \"x\" + (y + \"z\")==> \"x\" + y + \"z\"\n if (self.right instanceof AST_Binary\n && self.right.operator == self.operator\n && (lazy_op(self.operator)\n || (self.operator == \"+\"\n && (self.right.left.is_string(compressor)\n || (self.left.is_string(compressor)\n && self.right.right.is_string(compressor)))))\n ) {\n self.left = make_node(AST_Binary, self.left, {\n operator : self.operator,\n left : self.left,\n right : self.right.left\n });\n self.right = self.right.right;\n return self.transform(compressor);\n }\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n def_optimize(AST_SymbolExport, function(self, compressor) {\n return self;\n });\n\n function recursive_ref(compressor, def) {\n var node;\n for (var i = 0; node = compressor.parent(i); i++) {\n if (node instanceof AST_Lambda) {\n var name = node.name;\n if (name && name.definition() === def) break;\n }\n }\n return node;\n }\n\n function within_array_or_object_literal(compressor) {\n var node, level = 0;\n while (node = compressor.parent(level++)) {\n if (node instanceof AST_Statement) return false;\n if (node instanceof AST_Array\n || node instanceof AST_ObjectKeyVal\n || node instanceof AST_Object) {\n return true;\n }\n }\n return false;\n }\n\n def_optimize(AST_SymbolRef, function(self, compressor) {\n if (!compressor.option(\"ie8\")\n && is_undeclared_ref(self)\n && (!self.scope.uses_with || !compressor.find_parent(AST_With))) {\n switch (self.name) {\n case \"undefined\":\n return make_node(AST_Undefined, self).optimize(compressor);\n case \"NaN\":\n return make_node(AST_NaN, self).optimize(compressor);\n case \"Infinity\":\n return make_node(AST_Infinity, self).optimize(compressor);\n }\n }\n var parent = compressor.parent();\n if (compressor.option(\"reduce_vars\") && is_lhs(self, parent) !== self) {\n var d = self.definition();\n if (compressor.top_retain && d.global && compressor.top_retain(d)) {\n d.fixed = false;\n d.should_replace = false;\n d.single_use = false;\n return self;\n }\n var fixed = self.fixed_value();\n var single_use = d.single_use\n && !(parent instanceof AST_Call && parent.is_expr_pure(compressor));\n if (single_use && (fixed instanceof AST_Lambda || fixed instanceof AST_Class)) {\n if (retain_top_func(fixed, compressor)) {\n single_use = false;\n } else if (d.scope !== self.scope\n && (!compressor.option(\"reduce_funcs\") && fixed instanceof AST_Lambda\n || d.escaped == 1\n || fixed.inlined\n || within_array_or_object_literal(compressor))) {\n single_use = false;\n } else if (recursive_ref(compressor, d)) {\n single_use = false;\n } else if (d.scope !== self.scope || d.orig[0] instanceof AST_SymbolFunarg) {\n single_use = fixed.is_constant_expression(self.scope);\n if (single_use == \"f\") {\n var scope = self.scope;\n do {\n if (scope instanceof AST_Defun || is_func_expr(scope)) {\n scope.inlined = true;\n }\n } while (scope = scope.parent_scope);\n }\n }\n }\n if (single_use && fixed) {\n if (fixed instanceof AST_DefClass) {\n fixed = make_node(AST_ClassExpression, fixed, fixed);\n }\n if (fixed instanceof AST_Defun) {\n fixed._squeezed = true;\n fixed = make_node(AST_Function, fixed, fixed);\n }\n var value;\n if (d.recursive_refs > 0 && fixed.name instanceof AST_SymbolDefun) {\n value = fixed.clone(true);\n var defun_def = value.name.definition();\n var lambda_def = value.variables.get(value.name.name);\n var name = lambda_def && lambda_def.orig[0];\n if (!(name instanceof AST_SymbolLambda)) {\n name = make_node(AST_SymbolLambda, value.name, value.name);\n name.scope = value;\n value.name = name;\n lambda_def = value.def_function(name);\n }\n value.walk(new TreeWalker(function(node) {\n if (node instanceof AST_SymbolRef && node.definition() === defun_def) {\n node.thedef = lambda_def;\n lambda_def.references.push(node);\n }\n }));\n } else {\n value = fixed.optimize(compressor);\n if (value === fixed) value = fixed.clone(true);\n }\n return value;\n }\n if (fixed && d.should_replace === undefined) {\n var init;\n if (fixed instanceof AST_This) {\n if (!(d.orig[0] instanceof AST_SymbolFunarg)\n && all(d.references, function(ref) {\n return d.scope === ref.scope;\n })) {\n init = fixed;\n }\n } else {\n var ev = fixed.evaluate(compressor);\n if (ev !== fixed && (compressor.option(\"unsafe_regexp\") || !(ev instanceof RegExp))) {\n init = make_node_from_constant(ev, fixed);\n }\n }\n if (init) {\n var value_length = init.optimize(compressor).print_to_string().length;\n var fn;\n if (has_symbol_ref(fixed)) {\n fn = function() {\n var result = init.optimize(compressor);\n return result === init ? result.clone(true) : result;\n };\n } else {\n value_length = Math.min(value_length, fixed.print_to_string().length);\n fn = function() {\n var result = best_of_expression(init.optimize(compressor), fixed);\n return result === init || result === fixed ? result.clone(true) : result;\n };\n }\n var name_length = d.name.length;\n var overhead = 0;\n if (compressor.option(\"unused\") && !compressor.exposed(d)) {\n overhead = (name_length + 2 + value_length) / (d.references.length - d.assignments);\n }\n d.should_replace = value_length <= name_length + overhead ? fn : false;\n } else {\n d.should_replace = false;\n }\n }\n if (d.should_replace) {\n return d.should_replace();\n }\n }\n return self;\n\n function has_symbol_ref(value) {\n var found;\n value.walk(new TreeWalker(function(node) {\n if (node instanceof AST_SymbolRef) found = true;\n if (found) return true;\n }));\n return found;\n }\n });\n\n function is_atomic(lhs, self) {\n return lhs instanceof AST_SymbolRef || lhs.TYPE === self.TYPE;\n }\n\n def_optimize(AST_Undefined, function(self, compressor) {\n if (compressor.option(\"unsafe_undefined\")) {\n var undef = find_variable(compressor, \"undefined\");\n if (undef) {\n var ref = make_node(AST_SymbolRef, self, {\n name : \"undefined\",\n scope : undef.scope,\n thedef : undef\n });\n ref.is_undefined = true;\n return ref;\n }\n }\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && is_atomic(lhs, self)) return self;\n return make_node(AST_UnaryPrefix, self, {\n operator: \"void\",\n expression: make_node(AST_Number, self, {\n value: 0\n })\n });\n });\n\n def_optimize(AST_Infinity, function(self, compressor) {\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && is_atomic(lhs, self)) return self;\n if (compressor.option(\"keep_infinity\")\n && !(lhs && !is_atomic(lhs, self))\n && !find_variable(compressor, \"Infinity\"))\n return self;\n return make_node(AST_Binary, self, {\n operator: \"/\",\n left: make_node(AST_Number, self, {\n value: 1\n }),\n right: make_node(AST_Number, self, {\n value: 0\n })\n });\n });\n\n def_optimize(AST_NaN, function(self, compressor) {\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && !is_atomic(lhs, self)\n || find_variable(compressor, \"NaN\")) {\n return make_node(AST_Binary, self, {\n operator: \"/\",\n left: make_node(AST_Number, self, {\n value: 0\n }),\n right: make_node(AST_Number, self, {\n value: 0\n })\n });\n }\n return self;\n });\n\n function is_reachable(self, defs) {\n var reachable = false;\n var find_ref = new TreeWalker(function(node) {\n if (reachable) return true;\n if (node instanceof AST_SymbolRef && member(node.definition(), defs)) {\n return reachable = true;\n }\n });\n var scan_scope = new TreeWalker(function(node) {\n if (reachable) return true;\n if (node instanceof AST_Scope && node !== self) {\n var parent = scan_scope.parent();\n if (parent instanceof AST_Call && parent.expression === node) return;\n node.walk(find_ref);\n return true;\n }\n });\n self.walk(scan_scope);\n return reachable;\n }\n\n var ASSIGN_OPS = [ \"+\", \"-\", \"/\", \"*\", \"%\", \">>\", \"<<\", \">>>\", \"|\", \"^\", \"&\" ];\n var ASSIGN_OPS_COMMUTATIVE = [ \"*\", \"|\", \"^\", \"&\" ];\n def_optimize(AST_Assign, function(self, compressor) {\n var def;\n if (compressor.option(\"dead_code\")\n && self.left instanceof AST_SymbolRef\n && (def = self.left.definition()).scope === compressor.find_parent(AST_Lambda)) {\n var level = 0, node, parent = self;\n do {\n node = parent;\n parent = compressor.parent(level++);\n if (parent instanceof AST_Exit) {\n if (in_try(level, parent)) break;\n if (is_reachable(def.scope, [ def ])) break;\n if (self.operator == \"=\") return self.right;\n def.fixed = false;\n return make_node(AST_Binary, self, {\n operator: self.operator.slice(0, -1),\n left: self.left,\n right: self.right\n }).optimize(compressor);\n }\n } while (parent instanceof AST_Binary && parent.right === node\n || parent instanceof AST_Sequence && parent.tail_node() === node);\n }\n self = self.lift_sequences(compressor);\n if (self.operator == \"=\" && self.left instanceof AST_SymbolRef && self.right instanceof AST_Binary) {\n // x = expr1 OP expr2\n if (self.right.left instanceof AST_SymbolRef\n && self.right.left.name == self.left.name\n && member(self.right.operator, ASSIGN_OPS)) {\n // x = x - 2 ---> x -= 2\n self.operator = self.right.operator + \"=\";\n self.right = self.right.right;\n } else if (self.right.right instanceof AST_SymbolRef\n && self.right.right.name == self.left.name\n && member(self.right.operator, ASSIGN_OPS_COMMUTATIVE)\n && !self.right.left.has_side_effects(compressor)) {\n // x = 2 & x ---> x &= 2\n self.operator = self.right.operator + \"=\";\n self.right = self.right.left;\n }\n }\n return self;\n\n function in_try(level, node) {\n var right = self.right;\n self.right = make_node(AST_Null, right);\n var may_throw = node.may_throw(compressor);\n self.right = right;\n var scope = self.left.definition().scope;\n var parent;\n while ((parent = compressor.parent(level++)) !== scope) {\n if (parent instanceof AST_Try) {\n if (parent.bfinally) return true;\n if (may_throw && parent.bcatch) return true;\n }\n }\n }\n });\n\n def_optimize(AST_DefaultAssign, function(self, compressor) {\n if (!compressor.option(\"evaluate\")) {\n return self;\n }\n var evaluateRight = self.right.evaluate(compressor);\n\n // `[x = undefined] = foo` ---> `[x] = foo`\n if (evaluateRight === undefined) {\n self = self.left;\n } else if (evaluateRight !== self.right) {\n evaluateRight = make_node_from_constant(evaluateRight, self.right);\n self.right = best_of_expression(evaluateRight, self.right);\n }\n\n return self;\n });\n\n def_optimize(AST_Conditional, function(self, compressor) {\n if (!compressor.option(\"conditionals\")) return self;\n // This looks like lift_sequences(), should probably be under \"sequences\"\n if (self.condition instanceof AST_Sequence) {\n var expressions = self.condition.expressions.slice();\n self.condition = expressions.pop();\n expressions.push(self);\n return make_sequence(self, expressions);\n }\n var cond = self.condition.evaluate(compressor);\n if (cond !== self.condition) {\n if (cond) {\n compressor.warn(\"Condition always true [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.consequent);\n } else {\n compressor.warn(\"Condition always false [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.alternative);\n }\n }\n var negated = cond.negate(compressor, first_in_statement(compressor));\n if (best_of(compressor, cond, negated) === negated) {\n self = make_node(AST_Conditional, self, {\n condition: negated,\n consequent: self.alternative,\n alternative: self.consequent\n });\n }\n var condition = self.condition;\n var consequent = self.consequent;\n var alternative = self.alternative;\n // x?x:y --> x||y\n if (condition instanceof AST_SymbolRef\n && consequent instanceof AST_SymbolRef\n && condition.definition() === consequent.definition()) {\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: condition,\n right: alternative\n });\n }\n // if (foo) exp = something; else exp = something_else;\n // |\n // v\n // exp = foo ? something : something_else;\n if (consequent instanceof AST_Assign\n && alternative instanceof AST_Assign\n && consequent.operator == alternative.operator\n && consequent.left.equivalent_to(alternative.left)\n && (!self.condition.has_side_effects(compressor)\n || consequent.operator == \"=\"\n && !consequent.left.has_side_effects(compressor))) {\n return make_node(AST_Assign, self, {\n operator: consequent.operator,\n left: consequent.left,\n right: make_node(AST_Conditional, self, {\n condition: self.condition,\n consequent: consequent.right,\n alternative: alternative.right\n })\n });\n }\n // x ? y(a) : y(b) --> y(x ? a : b)\n var arg_index;\n if (consequent instanceof AST_Call\n && alternative.TYPE === consequent.TYPE\n && consequent.args.length > 0\n && consequent.args.length == alternative.args.length\n && consequent.expression.equivalent_to(alternative.expression)\n && !self.condition.has_side_effects(compressor)\n && !consequent.expression.has_side_effects(compressor)\n && typeof (arg_index = single_arg_diff()) == \"number\") {\n var node = consequent.clone();\n node.args[arg_index] = make_node(AST_Conditional, self, {\n condition: self.condition,\n consequent: consequent.args[arg_index],\n alternative: alternative.args[arg_index]\n });\n return node;\n }\n // x?y?z:a:a --> x&&y?z:a\n if (consequent instanceof AST_Conditional\n && consequent.alternative.equivalent_to(alternative)) {\n return make_node(AST_Conditional, self, {\n condition: make_node(AST_Binary, self, {\n left: self.condition,\n operator: \"&&\",\n right: consequent.condition\n }),\n consequent: consequent.consequent,\n alternative: alternative\n });\n }\n // x ? y : y --> x, y\n if (consequent.equivalent_to(alternative)) {\n return make_sequence(self, [\n self.condition,\n consequent\n ]).optimize(compressor);\n }\n // x ? y || z : z --> x && y || z\n if (consequent instanceof AST_Binary\n && consequent.operator == \"||\"\n && consequent.right.equivalent_to(alternative)) {\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: make_node(AST_Binary, self, {\n operator: \"&&\",\n left: self.condition,\n right: consequent.left\n }),\n right: alternative\n }).optimize(compressor);\n }\n var in_bool = compressor.in_boolean_context();\n if (is_true(self.consequent)) {\n if (is_false(self.alternative)) {\n // c ? true : false ---> !!c\n return booleanize(self.condition);\n }\n // c ? true : x ---> !!c || x\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: booleanize(self.condition),\n right: self.alternative\n });\n }\n if (is_false(self.consequent)) {\n if (is_true(self.alternative)) {\n // c ? false : true ---> !c\n return booleanize(self.condition.negate(compressor));\n }\n // c ? false : x ---> !c && x\n return make_node(AST_Binary, self, {\n operator: \"&&\",\n left: booleanize(self.condition.negate(compressor)),\n right: self.alternative\n });\n }\n if (is_true(self.alternative)) {\n // c ? x : true ---> !c || x\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: booleanize(self.condition.negate(compressor)),\n right: self.consequent\n });\n }\n if (is_false(self.alternative)) {\n // c ? x : false ---> !!c && x\n return make_node(AST_Binary, self, {\n operator: \"&&\",\n left: booleanize(self.condition),\n right: self.consequent\n });\n }\n\n return self;\n\n function booleanize(node) {\n if (node.is_boolean()) return node;\n // !!expression\n return make_node(AST_UnaryPrefix, node, {\n operator: \"!\",\n expression: node.negate(compressor)\n });\n }\n\n // AST_True or !0\n function is_true(node) {\n return node instanceof AST_True\n || in_bool\n && node instanceof AST_Constant\n && node.getValue()\n || (node instanceof AST_UnaryPrefix\n && node.operator == \"!\"\n && node.expression instanceof AST_Constant\n && !node.expression.getValue());\n }\n // AST_False or !1\n function is_false(node) {\n return node instanceof AST_False\n || in_bool\n && node instanceof AST_Constant\n && !node.getValue()\n || (node instanceof AST_UnaryPrefix\n && node.operator == \"!\"\n && node.expression instanceof AST_Constant\n && node.expression.getValue());\n }\n\n function single_arg_diff() {\n var a = consequent.args;\n var b = alternative.args;\n for (var i = 0, len = a.length; i < len; i++) {\n if (a[i] instanceof AST_Expansion) return;\n if (!a[i].equivalent_to(b[i])) {\n if (b[i] instanceof AST_Expansion) return;\n for (var j = i + 1; j < len; j++) {\n if (a[j] instanceof AST_Expansion) return;\n if (!a[j].equivalent_to(b[j])) return;\n }\n return i;\n }\n }\n }\n });\n\n def_optimize(AST_Boolean, function(self, compressor) {\n if (compressor.in_boolean_context()) return make_node(AST_Number, self, {\n value: +self.value\n });\n var p = compressor.parent();\n if (compressor.option(\"booleans_as_integers\")) {\n if (p instanceof AST_Binary && (p.operator == \"===\" || p.operator == \"!==\")) {\n p.operator = p.operator.replace(/=$/, \"\");\n }\n return make_node(AST_Number, self, {\n value: +self.value\n });\n }\n if (compressor.option(\"booleans\")) {\n if (p instanceof AST_Binary && (p.operator == \"==\"\n || p.operator == \"!=\")) {\n compressor.warn(\"Non-strict equality against boolean: {operator} {value} [{file}:{line},{col}]\", {\n operator : p.operator,\n value : self.value,\n file : p.start.file,\n line : p.start.line,\n col : p.start.col,\n });\n return make_node(AST_Number, self, {\n value: +self.value\n });\n }\n return make_node(AST_UnaryPrefix, self, {\n operator: \"!\",\n expression: make_node(AST_Number, self, {\n value: 1 - self.value\n })\n });\n }\n return self;\n });\n\n function safe_to_flatten(value, compressor) {\n if (value instanceof AST_SymbolRef) {\n value = value.fixed_value();\n }\n if (!value) return false;\n return !(value instanceof AST_Lambda || value instanceof AST_Class)\n || compressor.parent() instanceof AST_New\n || !value.contains_this();\n }\n\n def_optimize(AST_Sub, function(self, compressor) {\n var expr = self.expression;\n var prop = self.property;\n if (compressor.option(\"properties\")) {\n var key = prop.evaluate(compressor);\n if (key !== prop) {\n if (typeof key == \"string\") {\n if (key == \"undefined\") {\n key = undefined;\n } else {\n var value = parseFloat(key);\n if (value.toString() == key) {\n key = value;\n }\n }\n }\n prop = self.property = best_of_expression(prop, make_node_from_constant(key, prop).transform(compressor));\n var property = \"\" + key;\n if (is_identifier_string(property)\n && property.length <= prop.print_to_string().length + 1) {\n return make_node(AST_Dot, self, {\n expression: expr,\n property: property\n }).optimize(compressor);\n }\n }\n }\n var fn;\n OPT_ARGUMENTS: if (compressor.option(\"arguments\")\n && expr instanceof AST_SymbolRef\n && expr.name == \"arguments\"\n && expr.definition().orig.length == 1\n && (fn = expr.scope) instanceof AST_Lambda\n && fn.uses_arguments\n && !(fn instanceof AST_Arrow)\n && prop instanceof AST_Number) {\n var index = prop.getValue();\n var params = Object.create(null);\n var argnames = fn.argnames;\n for (var n = 0; n < argnames.length; n++) {\n if (!(argnames[n] instanceof AST_SymbolFunarg)) {\n break OPT_ARGUMENTS; // destructuring parameter - bail\n }\n var param = argnames[n].name;\n if (param in params) {\n break OPT_ARGUMENTS; // duplicate parameter - bail\n }\n params[param] = true;\n }\n var argname = fn.argnames[index];\n if (argname && compressor.has_directive(\"use strict\")) {\n var def = argname.definition();\n if (!compressor.option(\"reduce_vars\") || def.assignments || def.orig.length > 1) {\n argname = null;\n }\n } else if (!argname && !compressor.option(\"keep_fargs\") && index < fn.argnames.length + 5) {\n while (index >= fn.argnames.length) {\n argname = make_node(AST_SymbolFunarg, fn, {\n name: fn.make_var_name(\"argument_\" + fn.argnames.length),\n scope: fn\n });\n fn.argnames.push(argname);\n fn.enclosed.push(fn.def_variable(argname));\n }\n }\n if (argname) {\n var sym = make_node(AST_SymbolRef, self, argname);\n sym.reference({});\n delete argname.__unused;\n return sym;\n }\n }\n if (is_lhs(self, compressor.parent())) return self;\n if (key !== prop) {\n var sub = self.flatten_object(property, compressor);\n if (sub) {\n expr = self.expression = sub.expression;\n prop = self.property = sub.property;\n }\n }\n if (compressor.option(\"properties\") && compressor.option(\"side_effects\")\n && prop instanceof AST_Number && expr instanceof AST_Array) {\n var index = prop.getValue();\n var elements = expr.elements;\n var retValue = elements[index];\n FLATTEN: if (safe_to_flatten(retValue, compressor)) {\n var flatten = true;\n var values = [];\n for (var i = elements.length; --i > index;) {\n var value = elements[i].drop_side_effect_free(compressor);\n if (value) {\n values.unshift(value);\n if (flatten && value.has_side_effects(compressor)) flatten = false;\n }\n }\n if (retValue instanceof AST_Expansion) break FLATTEN;\n retValue = retValue instanceof AST_Hole ? make_node(AST_Undefined, retValue) : retValue;\n if (!flatten) values.unshift(retValue);\n while (--i >= 0) {\n var value = elements[i];\n if (value instanceof AST_Expansion) break FLATTEN;\n value = value.drop_side_effect_free(compressor);\n if (value) values.unshift(value);\n else index--;\n }\n if (flatten) {\n values.push(retValue);\n return make_sequence(self, values).optimize(compressor);\n } else return make_node(AST_Sub, self, {\n expression: make_node(AST_Array, expr, {\n elements: values\n }),\n property: make_node(AST_Number, prop, {\n value: index\n })\n });\n }\n }\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n AST_Lambda.DEFMETHOD(\"contains_this\", function() {\n var result;\n var self = this;\n self.walk(new TreeWalker(function(node) {\n if (result) return true;\n if (node instanceof AST_This) return result = true;\n if (node !== self && node instanceof AST_Scope && !(node instanceof AST_Arrow)) return true;\n }));\n return result;\n });\n\n AST_PropAccess.DEFMETHOD(\"flatten_object\", function(key, compressor) {\n if (!compressor.option(\"properties\")) return;\n var arrows = compressor.option(\"unsafe_arrows\") && compressor.option(\"ecma\") >= 6;\n var expr = this.expression;\n if (expr instanceof AST_Object) {\n var props = expr.properties;\n for (var i = props.length; --i >= 0;) {\n var prop = props[i];\n if (\"\" + (prop instanceof AST_ConciseMethod ? prop.key.name : prop.key) == key) {\n if (!all(props, function(prop) {\n return prop instanceof AST_ObjectKeyVal\n || arrows && prop instanceof AST_ConciseMethod && !prop.is_generator;\n })) break;\n if (!safe_to_flatten(prop.value, compressor)) break;\n return make_node(AST_Sub, this, {\n expression: make_node(AST_Array, expr, {\n elements: props.map(function(prop) {\n var v = prop.value;\n if (v instanceof AST_Accessor) v = make_node(AST_Function, v, v);\n var k = prop.key;\n if (k instanceof AST_Node && !(k instanceof AST_SymbolMethod)) {\n return make_sequence(prop, [ k, v ]);\n }\n return v;\n })\n }),\n property: make_node(AST_Number, this, {\n value: i\n })\n });\n }\n }\n }\n });\n\n def_optimize(AST_Dot, function(self, compressor) {\n if (self.property == \"arguments\" || self.property == \"caller\") {\n compressor.warn(\"Function.prototype.{prop} not supported [{file}:{line},{col}]\", {\n prop: self.property,\n file: self.start.file,\n line: self.start.line,\n col: self.start.col\n });\n }\n if (is_lhs(self, compressor.parent())) return self;\n if (compressor.option(\"unsafe_proto\")\n && self.expression instanceof AST_Dot\n && self.expression.property == \"prototype\") {\n var exp = self.expression.expression;\n if (is_undeclared_ref(exp)) switch (exp.name) {\n case \"Array\":\n self.expression = make_node(AST_Array, self.expression, {\n elements: []\n });\n break;\n case \"Function\":\n self.expression = make_node(AST_Function, self.expression, {\n argnames: [],\n body: []\n });\n break;\n case \"Number\":\n self.expression = make_node(AST_Number, self.expression, {\n value: 0\n });\n break;\n case \"Object\":\n self.expression = make_node(AST_Object, self.expression, {\n properties: []\n });\n break;\n case \"RegExp\":\n self.expression = make_node(AST_RegExp, self.expression, {\n value: /t/\n });\n break;\n case \"String\":\n self.expression = make_node(AST_String, self.expression, {\n value: \"\"\n });\n break;\n }\n }\n var sub = self.flatten_object(self.property, compressor);\n if (sub) return sub.optimize(compressor);\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n function literals_in_boolean_context(self, compressor) {\n if (compressor.in_boolean_context()) {\n return best_of(compressor, self, make_sequence(self, [\n self,\n make_node(AST_True, self)\n ]).optimize(compressor));\n }\n return self;\n }\n\n function inline_array_like_spread(self, compressor, elements) {\n for (var i = 0; i < elements.length; i++) {\n var el = elements[i];\n if (el instanceof AST_Expansion) {\n var expr = el.expression;\n if ( expr instanceof AST_Array) {\n elements.splice.apply(elements, [i, 1].concat(expr.elements));\n // Step back one, as the element at i is now new.\n i--;\n }\n // In array-like spread, spreading a non-iterable value is TypeError.\n // We therefore can’t optimize anything else, unlike with object spread.\n }\n }\n return self;\n }\n\n def_optimize(AST_Array, function(self, compressor) {\n var optimized = literals_in_boolean_context(self, compressor);\n if (optimized !== self) {\n return optimized;\n }\n return inline_array_like_spread(self, compressor, self.elements);\n });\n\n def_optimize(AST_Object, function(self, compressor) {\n var optimized = literals_in_boolean_context(self, compressor);\n if (optimized !== self) {\n return optimized;\n }\n var props = self.properties;\n for (var i = 0; i < props.length; i++) {\n var prop = props[i];\n if (prop instanceof AST_Expansion) {\n var expr = prop.expression;\n if (expr instanceof AST_Object) {\n props.splice.apply(props, [i, 1].concat(prop.expression.properties));\n // Step back one, as the property at i is now new.\n i--;\n } else if (expr instanceof AST_Constant\n && !(expr instanceof AST_String)) {\n // Unlike array-like spread, in object spread, spreading a\n // non-iterable value silently does nothing; it is thus safe\n // to remove. AST_String is the only iterable AST_Constant.\n props.splice(i, 1);\n }\n }\n }\n return self;\n });\n\n def_optimize(AST_RegExp, literals_in_boolean_context);\n\n def_optimize(AST_Return, function(self, compressor) {\n if (self.value && is_undefined(self.value, compressor)) {\n self.value = null;\n }\n return self;\n });\n\n def_optimize(AST_Arrow, function(self, compressor) {\n if (!(self.body instanceof AST_Node)) {\n self = opt_AST_Lambda(self, compressor);\n }\n if (compressor.option(\"arrows\")\n && self.body.length == 1\n && self.body[0] instanceof AST_Return) {\n var value = self.body[0].value;\n self.body = value ? value : [];\n }\n return self;\n });\n\n def_optimize(AST_Function, function(self, compressor) {\n self = opt_AST_Lambda(self, compressor);\n if (compressor.option(\"unsafe_arrows\")\n && compressor.option(\"ecma\") >= 6\n && !self.name\n && !self.is_generator\n && !self.uses_arguments\n && !self.pinned()) {\n var has_special_symbol = false;\n self.walk(new TreeWalker(function(node) {\n if (has_special_symbol) return true;\n if (node instanceof AST_This) {\n has_special_symbol = true;\n return true;\n }\n }));\n if (!has_special_symbol) return make_node(AST_Arrow, self, self).optimize(compressor);\n }\n return self;\n });\n\n def_optimize(AST_Class, function(self, compressor) {\n // HACK to avoid compress failure.\n // AST_Class is not really an AST_Scope/AST_Block as it lacks a body.\n return self;\n });\n\n def_optimize(AST_Yield, function(self, compressor) {\n if (self.expression && !self.is_star && is_undefined(self.expression, compressor)) {\n self.expression = null;\n }\n return self;\n });\n\n def_optimize(AST_TemplateString, function(self, compressor) {\n if (!compressor.option(\"evaluate\")\n || compressor.parent() instanceof AST_PrefixedTemplateString)\n return self;\n\n var segments = [];\n for (var i = 0; i < self.segments.length; i++) {\n var segment = self.segments[i];\n if (segment instanceof AST_Node) {\n var result = segment.evaluate(compressor);\n // Evaluate to constant value\n // Constant value shorter than ${segment}\n if (result !== segment && (result + \"\").length <= segment.print_to_string().length + \"${}\".length) {\n // There should always be a previous and next segment if segment is a node\n segments[segments.length - 1].value = segments[segments.length - 1].value + result + self.segments[++i].value;\n continue;\n }\n }\n segments.push(segment);\n }\n self.segments = segments;\n\n return segments.length == 1 ? make_node(AST_String, self, segments[0]) : self;\n });\n\n def_optimize(AST_PrefixedTemplateString, function(self, compressor) {\n return self;\n });\n\n // [\"p\"]:1 ---> p:1\n // [42]:1 ---> 42:1\n function lift_key(self, compressor) {\n if (!compressor.option(\"computed_props\")) return self;\n // save a comparison in the typical case\n if (!(self.key instanceof AST_Constant)) return self;\n // whitelist acceptable props as not all AST_Constants are true constants\n if (self.key instanceof AST_String || self.key instanceof AST_Number) {\n if (self.key.value === \"__proto__\") return self;\n if (self.key.value == \"constructor\"\n && compressor.parent() instanceof AST_Class) return self;\n if (self instanceof AST_ObjectKeyVal) {\n self.key = self.key.value;\n } else {\n self.key = make_node(AST_SymbolMethod, self.key, {\n name: self.key.value\n });\n }\n }\n return self;\n }\n\n def_optimize(AST_ObjectProperty, lift_key);\n\n def_optimize(AST_ConciseMethod, function(self, compressor) {\n lift_key(self, compressor);\n // p(){return x;} ---> p:()=>x\n if (compressor.option(\"arrows\")\n && compressor.parent() instanceof AST_Object\n && !self.is_generator\n && !self.value.uses_arguments\n && !self.value.pinned()\n && self.value.body.length == 1\n && self.value.body[0] instanceof AST_Return\n && self.value.body[0].value\n && !self.value.contains_this()) {\n var arrow = make_node(AST_Arrow, self.value, self.value);\n arrow.async = self.async;\n arrow.is_generator = self.is_generator;\n return make_node(AST_ObjectKeyVal, self, {\n key: self.key instanceof AST_SymbolMethod ? self.key.name : self.key,\n value: arrow,\n quote: self.quote,\n });\n }\n return self;\n });\n\n def_optimize(AST_ObjectKeyVal, function(self, compressor) {\n lift_key(self, compressor);\n // p:function(){} ---> p(){}\n // p:function*(){} ---> *p(){}\n // p:async function(){} ---> async p(){}\n // p:()=>{} ---> p(){}\n // p:async()=>{} ---> async p(){}\n var unsafe_methods = compressor.option(\"unsafe_methods\");\n if (unsafe_methods\n && compressor.option(\"ecma\") >= 6\n && (!(unsafe_methods instanceof RegExp) || unsafe_methods.test(self.key + \"\"))) {\n var key = self.key;\n var value = self.value;\n var is_arrow_with_block = value instanceof AST_Arrow\n && Array.isArray(value.body)\n && !value.contains_this();\n if ((is_arrow_with_block || value instanceof AST_Function) && !value.name) {\n return make_node(AST_ConciseMethod, self, {\n async: value.async,\n is_generator: value.is_generator,\n key: key instanceof AST_Node ? key : make_node(AST_SymbolMethod, self, {\n name: key,\n }),\n value: make_node(AST_Accessor, value, value),\n quote: self.quote,\n });\n }\n }\n return self;\n });\n\n def_optimize(AST_Destructuring, function(self, compressor) {\n if (compressor.option(\"pure_getters\") == true\n && compressor.option(\"unused\")\n && !self.is_array\n && Array.isArray(self.names)\n && !is_destructuring_export_decl(compressor)) {\n var keep = [];\n for (var i = 0; i < self.names.length; i++) {\n var elem = self.names[i];\n if (!(elem instanceof AST_ObjectKeyVal\n && typeof elem.key == \"string\"\n && elem.value instanceof AST_SymbolDeclaration\n && !should_retain(compressor, elem.value.definition()))) {\n keep.push(elem);\n }\n }\n if (keep.length != self.names.length) {\n self.names = keep;\n }\n }\n return self;\n\n function is_destructuring_export_decl(compressor) {\n var ancestors = [/^VarDef$/, /^(Const|Let|Var)$/, /^Export$/];\n for (var a = 0, p = 0, len = ancestors.length; a < len; p++) {\n var parent = compressor.parent(p);\n if (!parent) return false;\n if (a === 0 && parent.TYPE == \"Destructuring\") continue;\n if (!ancestors[a].test(parent.TYPE)) {\n return false;\n }\n a++;\n }\n return true;\n }\n\n function should_retain(compressor, def) {\n if (def.references.length) return true;\n if (!def.global) return false;\n if (compressor.toplevel.vars) {\n if (compressor.top_retain) {\n return compressor.top_retain(def);\n }\n return false;\n }\n return true;\n }\n });\n})();\n\nexport {\n Compressor,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport MOZ_SourceMap from \"source-map\";\nimport {\n defaults,\n} from \"./utils.js\";\n\n// a small wrapper around fitzgen's source-map library\nfunction SourceMap(options) {\n options = defaults(options, {\n file : null,\n root : null,\n orig : null,\n\n orig_line_diff : 0,\n dest_line_diff : 0,\n });\n var generator = new MOZ_SourceMap.SourceMapGenerator({\n file : options.file,\n sourceRoot : options.root\n });\n var orig_map = options.orig && new MOZ_SourceMap.SourceMapConsumer(options.orig);\n\n if (orig_map) {\n orig_map.sources.forEach(function(source) {\n var sourceContent = orig_map.sourceContentFor(source, true);\n if (sourceContent) {\n generator.setSourceContent(source, sourceContent);\n }\n });\n }\n\n function add(source, gen_line, gen_col, orig_line, orig_col, name) {\n if (orig_map) {\n var info = orig_map.originalPositionFor({\n line: orig_line,\n column: orig_col\n });\n if (info.source === null) {\n return;\n }\n source = info.source;\n orig_line = info.line;\n orig_col = info.column;\n name = info.name || name;\n }\n generator.addMapping({\n generated : { line: gen_line + options.dest_line_diff, column: gen_col },\n original : { line: orig_line + options.orig_line_diff, column: orig_col },\n source : source,\n name : name\n });\n }\n return {\n add : add,\n get : function() { return generator; },\n toString : function() { return JSON.stringify(generator.toJSON()); }\n };\n}\n\nexport {\n SourceMap,\n};\n","export var domprops = [\n \"$&\",\n \"$'\",\n \"$*\",\n \"$+\",\n \"$1\",\n \"$2\",\n \"$3\",\n \"$4\",\n \"$5\",\n \"$6\",\n \"$7\",\n \"$8\",\n \"$9\",\n \"$_\",\n \"$`\",\n \"$input\",\n \"@@iterator\",\n \"ABORT_ERR\",\n \"ACTIVE\",\n \"ACTIVE_ATTRIBUTES\",\n \"ACTIVE_TEXTURE\",\n \"ACTIVE_UNIFORMS\",\n \"ADDITION\",\n \"ALIASED_LINE_WIDTH_RANGE\",\n \"ALIASED_POINT_SIZE_RANGE\",\n \"ALLOW_KEYBOARD_INPUT\",\n \"ALLPASS\",\n \"ALPHA\",\n \"ALPHA_BITS\",\n \"ALT_MASK\",\n \"ALWAYS\",\n \"ANY_TYPE\",\n \"ANY_UNORDERED_NODE_TYPE\",\n \"ARRAY_BUFFER\",\n \"ARRAY_BUFFER_BINDING\",\n \"ATTACHED_SHADERS\",\n \"ATTRIBUTE_NODE\",\n \"AT_TARGET\",\n \"AddSearchProvider\",\n \"AnalyserNode\",\n \"AnimationEvent\",\n \"AnonXMLHttpRequest\",\n \"ApplicationCache\",\n \"ApplicationCacheErrorEvent\",\n \"Array\",\n \"ArrayBuffer\",\n \"Attr\",\n \"Audio\",\n \"AudioBuffer\",\n \"AudioBufferSourceNode\",\n \"AudioContext\",\n \"AudioDestinationNode\",\n \"AudioListener\",\n \"AudioNode\",\n \"AudioParam\",\n \"AudioProcessingEvent\",\n \"AudioStreamTrack\",\n \"AutocompleteErrorEvent\",\n \"BACK\",\n \"BAD_BOUNDARYPOINTS_ERR\",\n \"BANDPASS\",\n \"BLEND\",\n \"BLEND_COLOR\",\n \"BLEND_DST_ALPHA\",\n \"BLEND_DST_RGB\",\n \"BLEND_EQUATION\",\n \"BLEND_EQUATION_ALPHA\",\n \"BLEND_EQUATION_RGB\",\n \"BLEND_SRC_ALPHA\",\n \"BLEND_SRC_RGB\",\n \"BLUE_BITS\",\n \"BLUR\",\n \"BOOL\",\n \"BOOLEAN_TYPE\",\n \"BOOL_VEC2\",\n \"BOOL_VEC3\",\n \"BOOL_VEC4\",\n \"BOTH\",\n \"BROWSER_DEFAULT_WEBGL\",\n \"BUBBLING_PHASE\",\n \"BUFFER_SIZE\",\n \"BUFFER_USAGE\",\n \"BYTE\",\n \"BYTES_PER_ELEMENT\",\n \"BarProp\",\n \"BaseHref\",\n \"BatteryManager\",\n \"BeforeLoadEvent\",\n \"BeforeUnloadEvent\",\n \"BiquadFilterNode\",\n \"Blob\",\n \"BlobEvent\",\n \"Boolean\",\n \"CAPTURING_PHASE\",\n \"CCW\",\n \"CDATASection\",\n \"CDATA_SECTION_NODE\",\n \"CHANGE\",\n \"CHARSET_RULE\",\n \"CHECKING\",\n \"CLAMP_TO_EDGE\",\n \"CLICK\",\n \"CLOSED\",\n \"CLOSING\",\n \"COLOR_ATTACHMENT0\",\n \"COLOR_BUFFER_BIT\",\n \"COLOR_CLEAR_VALUE\",\n \"COLOR_WRITEMASK\",\n \"COMMENT_NODE\",\n \"COMPILE_STATUS\",\n \"COMPRESSED_RGBA_S3TC_DXT1_EXT\",\n \"COMPRESSED_RGBA_S3TC_DXT3_EXT\",\n \"COMPRESSED_RGBA_S3TC_DXT5_EXT\",\n \"COMPRESSED_RGB_S3TC_DXT1_EXT\",\n \"COMPRESSED_TEXTURE_FORMATS\",\n \"CONNECTING\",\n \"CONSTANT_ALPHA\",\n \"CONSTANT_COLOR\",\n \"CONSTRAINT_ERR\",\n \"CONTEXT_LOST_WEBGL\",\n \"CONTROL_MASK\",\n \"COUNTER_STYLE_RULE\",\n \"CSS\",\n \"CSS2Properties\",\n \"CSSCharsetRule\",\n \"CSSConditionRule\",\n \"CSSCounterStyleRule\",\n \"CSSFontFaceRule\",\n \"CSSFontFeatureValuesRule\",\n \"CSSGroupingRule\",\n \"CSSImportRule\",\n \"CSSKeyframeRule\",\n \"CSSKeyframesRule\",\n \"CSSMediaRule\",\n \"CSSMozDocumentRule\",\n \"CSSNameSpaceRule\",\n \"CSSPageRule\",\n \"CSSPrimitiveValue\",\n \"CSSRule\",\n \"CSSRuleList\",\n \"CSSStyleDeclaration\",\n \"CSSStyleRule\",\n \"CSSStyleSheet\",\n \"CSSSupportsRule\",\n \"CSSUnknownRule\",\n \"CSSValue\",\n \"CSSValueList\",\n \"CSSVariablesDeclaration\",\n \"CSSVariablesRule\",\n \"CSSViewportRule\",\n \"CSS_ATTR\",\n \"CSS_CM\",\n \"CSS_COUNTER\",\n \"CSS_CUSTOM\",\n \"CSS_DEG\",\n \"CSS_DIMENSION\",\n \"CSS_EMS\",\n \"CSS_EXS\",\n \"CSS_FILTER_BLUR\",\n \"CSS_FILTER_BRIGHTNESS\",\n \"CSS_FILTER_CONTRAST\",\n \"CSS_FILTER_CUSTOM\",\n \"CSS_FILTER_DROP_SHADOW\",\n \"CSS_FILTER_GRAYSCALE\",\n \"CSS_FILTER_HUE_ROTATE\",\n \"CSS_FILTER_INVERT\",\n \"CSS_FILTER_OPACITY\",\n \"CSS_FILTER_REFERENCE\",\n \"CSS_FILTER_SATURATE\",\n \"CSS_FILTER_SEPIA\",\n \"CSS_GRAD\",\n \"CSS_HZ\",\n \"CSS_IDENT\",\n \"CSS_IN\",\n \"CSS_INHERIT\",\n \"CSS_KHZ\",\n \"CSS_MATRIX\",\n \"CSS_MATRIX3D\",\n \"CSS_MM\",\n \"CSS_MS\",\n \"CSS_NUMBER\",\n \"CSS_PC\",\n \"CSS_PERCENTAGE\",\n \"CSS_PERSPECTIVE\",\n \"CSS_PRIMITIVE_VALUE\",\n \"CSS_PT\",\n \"CSS_PX\",\n \"CSS_RAD\",\n \"CSS_RECT\",\n \"CSS_RGBCOLOR\",\n \"CSS_ROTATE\",\n \"CSS_ROTATE3D\",\n \"CSS_ROTATEX\",\n \"CSS_ROTATEY\",\n \"CSS_ROTATEZ\",\n \"CSS_S\",\n \"CSS_SCALE\",\n \"CSS_SCALE3D\",\n \"CSS_SCALEX\",\n \"CSS_SCALEY\",\n \"CSS_SCALEZ\",\n \"CSS_SKEW\",\n \"CSS_SKEWX\",\n \"CSS_SKEWY\",\n \"CSS_STRING\",\n \"CSS_TRANSLATE\",\n \"CSS_TRANSLATE3D\",\n \"CSS_TRANSLATEX\",\n \"CSS_TRANSLATEY\",\n \"CSS_TRANSLATEZ\",\n \"CSS_UNKNOWN\",\n \"CSS_URI\",\n \"CSS_VALUE_LIST\",\n \"CSS_VH\",\n \"CSS_VMAX\",\n \"CSS_VMIN\",\n \"CSS_VW\",\n \"CULL_FACE\",\n \"CULL_FACE_MODE\",\n \"CURRENT_PROGRAM\",\n \"CURRENT_VERTEX_ATTRIB\",\n \"CUSTOM\",\n \"CW\",\n \"CanvasGradient\",\n \"CanvasPattern\",\n \"CanvasRenderingContext2D\",\n \"CaretPosition\",\n \"ChannelMergerNode\",\n \"ChannelSplitterNode\",\n \"CharacterData\",\n \"ClientRect\",\n \"ClientRectList\",\n \"Clipboard\",\n \"ClipboardEvent\",\n \"CloseEvent\",\n \"Collator\",\n \"CommandEvent\",\n \"Comment\",\n \"CompositionEvent\",\n \"Console\",\n \"Controllers\",\n \"ConvolverNode\",\n \"Counter\",\n \"Crypto\",\n \"CryptoKey\",\n \"CustomEvent\",\n \"DATABASE_ERR\",\n \"DATA_CLONE_ERR\",\n \"DATA_ERR\",\n \"DBLCLICK\",\n \"DECR\",\n \"DECR_WRAP\",\n \"DELETE_STATUS\",\n \"DEPTH_ATTACHMENT\",\n \"DEPTH_BITS\",\n \"DEPTH_BUFFER_BIT\",\n \"DEPTH_CLEAR_VALUE\",\n \"DEPTH_COMPONENT\",\n \"DEPTH_COMPONENT16\",\n \"DEPTH_FUNC\",\n \"DEPTH_RANGE\",\n \"DEPTH_STENCIL\",\n \"DEPTH_STENCIL_ATTACHMENT\",\n \"DEPTH_TEST\",\n \"DEPTH_WRITEMASK\",\n \"DIRECTION_DOWN\",\n \"DIRECTION_LEFT\",\n \"DIRECTION_RIGHT\",\n \"DIRECTION_UP\",\n \"DISABLED\",\n \"DISPATCH_REQUEST_ERR\",\n \"DITHER\",\n \"DOCUMENT_FRAGMENT_NODE\",\n \"DOCUMENT_NODE\",\n \"DOCUMENT_POSITION_CONTAINED_BY\",\n \"DOCUMENT_POSITION_CONTAINS\",\n \"DOCUMENT_POSITION_DISCONNECTED\",\n \"DOCUMENT_POSITION_FOLLOWING\",\n \"DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC\",\n \"DOCUMENT_POSITION_PRECEDING\",\n \"DOCUMENT_TYPE_NODE\",\n \"DOMCursor\",\n \"DOMError\",\n \"DOMException\",\n \"DOMImplementation\",\n \"DOMImplementationLS\",\n \"DOMMatrix\",\n \"DOMMatrixReadOnly\",\n \"DOMParser\",\n \"DOMPoint\",\n \"DOMPointReadOnly\",\n \"DOMQuad\",\n \"DOMRect\",\n \"DOMRectList\",\n \"DOMRectReadOnly\",\n \"DOMRequest\",\n \"DOMSTRING_SIZE_ERR\",\n \"DOMSettableTokenList\",\n \"DOMStringList\",\n \"DOMStringMap\",\n \"DOMTokenList\",\n \"DOMTransactionEvent\",\n \"DOM_DELTA_LINE\",\n \"DOM_DELTA_PAGE\",\n \"DOM_DELTA_PIXEL\",\n \"DOM_INPUT_METHOD_DROP\",\n \"DOM_INPUT_METHOD_HANDWRITING\",\n \"DOM_INPUT_METHOD_IME\",\n \"DOM_INPUT_METHOD_KEYBOARD\",\n \"DOM_INPUT_METHOD_MULTIMODAL\",\n \"DOM_INPUT_METHOD_OPTION\",\n \"DOM_INPUT_METHOD_PASTE\",\n \"DOM_INPUT_METHOD_SCRIPT\",\n \"DOM_INPUT_METHOD_UNKNOWN\",\n \"DOM_INPUT_METHOD_VOICE\",\n \"DOM_KEY_LOCATION_JOYSTICK\",\n \"DOM_KEY_LOCATION_LEFT\",\n \"DOM_KEY_LOCATION_MOBILE\",\n \"DOM_KEY_LOCATION_NUMPAD\",\n \"DOM_KEY_LOCATION_RIGHT\",\n \"DOM_KEY_LOCATION_STANDARD\",\n \"DOM_VK_0\",\n \"DOM_VK_1\",\n \"DOM_VK_2\",\n \"DOM_VK_3\",\n \"DOM_VK_4\",\n \"DOM_VK_5\",\n \"DOM_VK_6\",\n \"DOM_VK_7\",\n \"DOM_VK_8\",\n \"DOM_VK_9\",\n \"DOM_VK_A\",\n \"DOM_VK_ACCEPT\",\n \"DOM_VK_ADD\",\n \"DOM_VK_ALT\",\n \"DOM_VK_ALTGR\",\n \"DOM_VK_AMPERSAND\",\n \"DOM_VK_ASTERISK\",\n \"DOM_VK_AT\",\n \"DOM_VK_ATTN\",\n \"DOM_VK_B\",\n \"DOM_VK_BACKSPACE\",\n \"DOM_VK_BACK_QUOTE\",\n \"DOM_VK_BACK_SLASH\",\n \"DOM_VK_BACK_SPACE\",\n \"DOM_VK_C\",\n \"DOM_VK_CANCEL\",\n \"DOM_VK_CAPS_LOCK\",\n \"DOM_VK_CIRCUMFLEX\",\n \"DOM_VK_CLEAR\",\n \"DOM_VK_CLOSE_BRACKET\",\n \"DOM_VK_CLOSE_CURLY_BRACKET\",\n \"DOM_VK_CLOSE_PAREN\",\n \"DOM_VK_COLON\",\n \"DOM_VK_COMMA\",\n \"DOM_VK_CONTEXT_MENU\",\n \"DOM_VK_CONTROL\",\n \"DOM_VK_CONVERT\",\n \"DOM_VK_CRSEL\",\n \"DOM_VK_CTRL\",\n \"DOM_VK_D\",\n \"DOM_VK_DECIMAL\",\n \"DOM_VK_DELETE\",\n \"DOM_VK_DIVIDE\",\n \"DOM_VK_DOLLAR\",\n \"DOM_VK_DOUBLE_QUOTE\",\n \"DOM_VK_DOWN\",\n \"DOM_VK_E\",\n \"DOM_VK_EISU\",\n \"DOM_VK_END\",\n \"DOM_VK_ENTER\",\n \"DOM_VK_EQUALS\",\n \"DOM_VK_EREOF\",\n \"DOM_VK_ESCAPE\",\n \"DOM_VK_EXCLAMATION\",\n \"DOM_VK_EXECUTE\",\n \"DOM_VK_EXSEL\",\n \"DOM_VK_F\",\n \"DOM_VK_F1\",\n \"DOM_VK_F10\",\n \"DOM_VK_F11\",\n \"DOM_VK_F12\",\n \"DOM_VK_F13\",\n \"DOM_VK_F14\",\n \"DOM_VK_F15\",\n \"DOM_VK_F16\",\n \"DOM_VK_F17\",\n \"DOM_VK_F18\",\n \"DOM_VK_F19\",\n \"DOM_VK_F2\",\n \"DOM_VK_F20\",\n \"DOM_VK_F21\",\n \"DOM_VK_F22\",\n \"DOM_VK_F23\",\n \"DOM_VK_F24\",\n \"DOM_VK_F25\",\n \"DOM_VK_F26\",\n \"DOM_VK_F27\",\n \"DOM_VK_F28\",\n \"DOM_VK_F29\",\n \"DOM_VK_F3\",\n \"DOM_VK_F30\",\n \"DOM_VK_F31\",\n \"DOM_VK_F32\",\n \"DOM_VK_F33\",\n \"DOM_VK_F34\",\n \"DOM_VK_F35\",\n \"DOM_VK_F36\",\n \"DOM_VK_F4\",\n \"DOM_VK_F5\",\n \"DOM_VK_F6\",\n \"DOM_VK_F7\",\n \"DOM_VK_F8\",\n \"DOM_VK_F9\",\n \"DOM_VK_FINAL\",\n \"DOM_VK_FRONT\",\n \"DOM_VK_G\",\n \"DOM_VK_GREATER_THAN\",\n \"DOM_VK_H\",\n \"DOM_VK_HANGUL\",\n \"DOM_VK_HANJA\",\n \"DOM_VK_HASH\",\n \"DOM_VK_HELP\",\n \"DOM_VK_HK_TOGGLE\",\n \"DOM_VK_HOME\",\n \"DOM_VK_HYPHEN_MINUS\",\n \"DOM_VK_I\",\n \"DOM_VK_INSERT\",\n \"DOM_VK_J\",\n \"DOM_VK_JUNJA\",\n \"DOM_VK_K\",\n \"DOM_VK_KANA\",\n \"DOM_VK_KANJI\",\n \"DOM_VK_L\",\n \"DOM_VK_LEFT\",\n \"DOM_VK_LEFT_TAB\",\n \"DOM_VK_LESS_THAN\",\n \"DOM_VK_M\",\n \"DOM_VK_META\",\n \"DOM_VK_MODECHANGE\",\n \"DOM_VK_MULTIPLY\",\n \"DOM_VK_N\",\n \"DOM_VK_NONCONVERT\",\n \"DOM_VK_NUMPAD0\",\n \"DOM_VK_NUMPAD1\",\n \"DOM_VK_NUMPAD2\",\n \"DOM_VK_NUMPAD3\",\n \"DOM_VK_NUMPAD4\",\n \"DOM_VK_NUMPAD5\",\n \"DOM_VK_NUMPAD6\",\n \"DOM_VK_NUMPAD7\",\n \"DOM_VK_NUMPAD8\",\n \"DOM_VK_NUMPAD9\",\n \"DOM_VK_NUM_LOCK\",\n \"DOM_VK_O\",\n \"DOM_VK_OEM_1\",\n \"DOM_VK_OEM_102\",\n \"DOM_VK_OEM_2\",\n \"DOM_VK_OEM_3\",\n \"DOM_VK_OEM_4\",\n \"DOM_VK_OEM_5\",\n \"DOM_VK_OEM_6\",\n \"DOM_VK_OEM_7\",\n \"DOM_VK_OEM_8\",\n \"DOM_VK_OEM_COMMA\",\n \"DOM_VK_OEM_MINUS\",\n \"DOM_VK_OEM_PERIOD\",\n \"DOM_VK_OEM_PLUS\",\n \"DOM_VK_OPEN_BRACKET\",\n \"DOM_VK_OPEN_CURLY_BRACKET\",\n \"DOM_VK_OPEN_PAREN\",\n \"DOM_VK_P\",\n \"DOM_VK_PA1\",\n \"DOM_VK_PAGEDOWN\",\n \"DOM_VK_PAGEUP\",\n \"DOM_VK_PAGE_DOWN\",\n \"DOM_VK_PAGE_UP\",\n \"DOM_VK_PAUSE\",\n \"DOM_VK_PERCENT\",\n \"DOM_VK_PERIOD\",\n \"DOM_VK_PIPE\",\n \"DOM_VK_PLAY\",\n \"DOM_VK_PLUS\",\n \"DOM_VK_PRINT\",\n \"DOM_VK_PRINTSCREEN\",\n \"DOM_VK_PROCESSKEY\",\n \"DOM_VK_PROPERITES\",\n \"DOM_VK_Q\",\n \"DOM_VK_QUESTION_MARK\",\n \"DOM_VK_QUOTE\",\n \"DOM_VK_R\",\n \"DOM_VK_REDO\",\n \"DOM_VK_RETURN\",\n \"DOM_VK_RIGHT\",\n \"DOM_VK_S\",\n \"DOM_VK_SCROLL_LOCK\",\n \"DOM_VK_SELECT\",\n \"DOM_VK_SEMICOLON\",\n \"DOM_VK_SEPARATOR\",\n \"DOM_VK_SHIFT\",\n \"DOM_VK_SLASH\",\n \"DOM_VK_SLEEP\",\n \"DOM_VK_SPACE\",\n \"DOM_VK_SUBTRACT\",\n \"DOM_VK_T\",\n \"DOM_VK_TAB\",\n \"DOM_VK_TILDE\",\n \"DOM_VK_U\",\n \"DOM_VK_UNDERSCORE\",\n \"DOM_VK_UNDO\",\n \"DOM_VK_UNICODE\",\n \"DOM_VK_UP\",\n \"DOM_VK_V\",\n \"DOM_VK_VOLUME_DOWN\",\n \"DOM_VK_VOLUME_MUTE\",\n \"DOM_VK_VOLUME_UP\",\n \"DOM_VK_W\",\n \"DOM_VK_WIN\",\n \"DOM_VK_WINDOW\",\n \"DOM_VK_WIN_ICO_00\",\n \"DOM_VK_WIN_ICO_CLEAR\",\n \"DOM_VK_WIN_ICO_HELP\",\n \"DOM_VK_WIN_OEM_ATTN\",\n \"DOM_VK_WIN_OEM_AUTO\",\n \"DOM_VK_WIN_OEM_BACKTAB\",\n \"DOM_VK_WIN_OEM_CLEAR\",\n \"DOM_VK_WIN_OEM_COPY\",\n \"DOM_VK_WIN_OEM_CUSEL\",\n \"DOM_VK_WIN_OEM_ENLW\",\n \"DOM_VK_WIN_OEM_FINISH\",\n \"DOM_VK_WIN_OEM_FJ_JISHO\",\n \"DOM_VK_WIN_OEM_FJ_LOYA\",\n \"DOM_VK_WIN_OEM_FJ_MASSHOU\",\n \"DOM_VK_WIN_OEM_FJ_ROYA\",\n \"DOM_VK_WIN_OEM_FJ_TOUROKU\",\n \"DOM_VK_WIN_OEM_JUMP\",\n \"DOM_VK_WIN_OEM_PA1\",\n \"DOM_VK_WIN_OEM_PA2\",\n \"DOM_VK_WIN_OEM_PA3\",\n \"DOM_VK_WIN_OEM_RESET\",\n \"DOM_VK_WIN_OEM_WSCTRL\",\n \"DOM_VK_X\",\n \"DOM_VK_XF86XK_ADD_FAVORITE\",\n \"DOM_VK_XF86XK_APPLICATION_LEFT\",\n \"DOM_VK_XF86XK_APPLICATION_RIGHT\",\n \"DOM_VK_XF86XK_AUDIO_CYCLE_TRACK\",\n \"DOM_VK_XF86XK_AUDIO_FORWARD\",\n \"DOM_VK_XF86XK_AUDIO_LOWER_VOLUME\",\n \"DOM_VK_XF86XK_AUDIO_MEDIA\",\n \"DOM_VK_XF86XK_AUDIO_MUTE\",\n \"DOM_VK_XF86XK_AUDIO_NEXT\",\n \"DOM_VK_XF86XK_AUDIO_PAUSE\",\n \"DOM_VK_XF86XK_AUDIO_PLAY\",\n \"DOM_VK_XF86XK_AUDIO_PREV\",\n \"DOM_VK_XF86XK_AUDIO_RAISE_VOLUME\",\n \"DOM_VK_XF86XK_AUDIO_RANDOM_PLAY\",\n \"DOM_VK_XF86XK_AUDIO_RECORD\",\n \"DOM_VK_XF86XK_AUDIO_REPEAT\",\n \"DOM_VK_XF86XK_AUDIO_REWIND\",\n \"DOM_VK_XF86XK_AUDIO_STOP\",\n \"DOM_VK_XF86XK_AWAY\",\n \"DOM_VK_XF86XK_BACK\",\n \"DOM_VK_XF86XK_BACK_FORWARD\",\n \"DOM_VK_XF86XK_BATTERY\",\n \"DOM_VK_XF86XK_BLUE\",\n \"DOM_VK_XF86XK_BLUETOOTH\",\n \"DOM_VK_XF86XK_BOOK\",\n \"DOM_VK_XF86XK_BRIGHTNESS_ADJUST\",\n \"DOM_VK_XF86XK_CALCULATOR\",\n \"DOM_VK_XF86XK_CALENDAR\",\n \"DOM_VK_XF86XK_CD\",\n \"DOM_VK_XF86XK_CLOSE\",\n \"DOM_VK_XF86XK_COMMUNITY\",\n \"DOM_VK_XF86XK_CONTRAST_ADJUST\",\n \"DOM_VK_XF86XK_COPY\",\n \"DOM_VK_XF86XK_CUT\",\n \"DOM_VK_XF86XK_CYCLE_ANGLE\",\n \"DOM_VK_XF86XK_DISPLAY\",\n \"DOM_VK_XF86XK_DOCUMENTS\",\n \"DOM_VK_XF86XK_DOS\",\n \"DOM_VK_XF86XK_EJECT\",\n \"DOM_VK_XF86XK_EXCEL\",\n \"DOM_VK_XF86XK_EXPLORER\",\n \"DOM_VK_XF86XK_FAVORITES\",\n \"DOM_VK_XF86XK_FINANCE\",\n \"DOM_VK_XF86XK_FORWARD\",\n \"DOM_VK_XF86XK_FRAME_BACK\",\n \"DOM_VK_XF86XK_FRAME_FORWARD\",\n \"DOM_VK_XF86XK_GAME\",\n \"DOM_VK_XF86XK_GO\",\n \"DOM_VK_XF86XK_GREEN\",\n \"DOM_VK_XF86XK_HIBERNATE\",\n \"DOM_VK_XF86XK_HISTORY\",\n \"DOM_VK_XF86XK_HOME_PAGE\",\n \"DOM_VK_XF86XK_HOT_LINKS\",\n \"DOM_VK_XF86XK_I_TOUCH\",\n \"DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN\",\n \"DOM_VK_XF86XK_KBD_BRIGHTNESS_UP\",\n \"DOM_VK_XF86XK_KBD_LIGHT_ON_OFF\",\n \"DOM_VK_XF86XK_LAUNCH0\",\n \"DOM_VK_XF86XK_LAUNCH1\",\n \"DOM_VK_XF86XK_LAUNCH2\",\n \"DOM_VK_XF86XK_LAUNCH3\",\n \"DOM_VK_XF86XK_LAUNCH4\",\n \"DOM_VK_XF86XK_LAUNCH5\",\n \"DOM_VK_XF86XK_LAUNCH6\",\n \"DOM_VK_XF86XK_LAUNCH7\",\n \"DOM_VK_XF86XK_LAUNCH8\",\n \"DOM_VK_XF86XK_LAUNCH9\",\n \"DOM_VK_XF86XK_LAUNCH_A\",\n \"DOM_VK_XF86XK_LAUNCH_B\",\n \"DOM_VK_XF86XK_LAUNCH_C\",\n \"DOM_VK_XF86XK_LAUNCH_D\",\n \"DOM_VK_XF86XK_LAUNCH_E\",\n \"DOM_VK_XF86XK_LAUNCH_F\",\n \"DOM_VK_XF86XK_LIGHT_BULB\",\n \"DOM_VK_XF86XK_LOG_OFF\",\n \"DOM_VK_XF86XK_MAIL\",\n \"DOM_VK_XF86XK_MAIL_FORWARD\",\n \"DOM_VK_XF86XK_MARKET\",\n \"DOM_VK_XF86XK_MEETING\",\n \"DOM_VK_XF86XK_MEMO\",\n \"DOM_VK_XF86XK_MENU_KB\",\n \"DOM_VK_XF86XK_MENU_PB\",\n \"DOM_VK_XF86XK_MESSENGER\",\n \"DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN\",\n \"DOM_VK_XF86XK_MON_BRIGHTNESS_UP\",\n \"DOM_VK_XF86XK_MUSIC\",\n \"DOM_VK_XF86XK_MY_COMPUTER\",\n \"DOM_VK_XF86XK_MY_SITES\",\n \"DOM_VK_XF86XK_NEW\",\n \"DOM_VK_XF86XK_NEWS\",\n \"DOM_VK_XF86XK_OFFICE_HOME\",\n \"DOM_VK_XF86XK_OPEN\",\n \"DOM_VK_XF86XK_OPEN_URL\",\n \"DOM_VK_XF86XK_OPTION\",\n \"DOM_VK_XF86XK_PASTE\",\n \"DOM_VK_XF86XK_PHONE\",\n \"DOM_VK_XF86XK_PICTURES\",\n \"DOM_VK_XF86XK_POWER_DOWN\",\n \"DOM_VK_XF86XK_POWER_OFF\",\n \"DOM_VK_XF86XK_RED\",\n \"DOM_VK_XF86XK_REFRESH\",\n \"DOM_VK_XF86XK_RELOAD\",\n \"DOM_VK_XF86XK_REPLY\",\n \"DOM_VK_XF86XK_ROCKER_DOWN\",\n \"DOM_VK_XF86XK_ROCKER_ENTER\",\n \"DOM_VK_XF86XK_ROCKER_UP\",\n \"DOM_VK_XF86XK_ROTATE_WINDOWS\",\n \"DOM_VK_XF86XK_ROTATION_KB\",\n \"DOM_VK_XF86XK_ROTATION_PB\",\n \"DOM_VK_XF86XK_SAVE\",\n \"DOM_VK_XF86XK_SCREEN_SAVER\",\n \"DOM_VK_XF86XK_SCROLL_CLICK\",\n \"DOM_VK_XF86XK_SCROLL_DOWN\",\n \"DOM_VK_XF86XK_SCROLL_UP\",\n \"DOM_VK_XF86XK_SEARCH\",\n \"DOM_VK_XF86XK_SEND\",\n \"DOM_VK_XF86XK_SHOP\",\n \"DOM_VK_XF86XK_SPELL\",\n \"DOM_VK_XF86XK_SPLIT_SCREEN\",\n \"DOM_VK_XF86XK_STANDBY\",\n \"DOM_VK_XF86XK_START\",\n \"DOM_VK_XF86XK_STOP\",\n \"DOM_VK_XF86XK_SUBTITLE\",\n \"DOM_VK_XF86XK_SUPPORT\",\n \"DOM_VK_XF86XK_SUSPEND\",\n \"DOM_VK_XF86XK_TASK_PANE\",\n \"DOM_VK_XF86XK_TERMINAL\",\n \"DOM_VK_XF86XK_TIME\",\n \"DOM_VK_XF86XK_TOOLS\",\n \"DOM_VK_XF86XK_TOP_MENU\",\n \"DOM_VK_XF86XK_TO_DO_LIST\",\n \"DOM_VK_XF86XK_TRAVEL\",\n \"DOM_VK_XF86XK_USER1KB\",\n \"DOM_VK_XF86XK_USER2KB\",\n \"DOM_VK_XF86XK_USER_PB\",\n \"DOM_VK_XF86XK_UWB\",\n \"DOM_VK_XF86XK_VENDOR_HOME\",\n \"DOM_VK_XF86XK_VIDEO\",\n \"DOM_VK_XF86XK_VIEW\",\n \"DOM_VK_XF86XK_WAKE_UP\",\n \"DOM_VK_XF86XK_WEB_CAM\",\n \"DOM_VK_XF86XK_WHEEL_BUTTON\",\n \"DOM_VK_XF86XK_WLAN\",\n \"DOM_VK_XF86XK_WORD\",\n \"DOM_VK_XF86XK_WWW\",\n \"DOM_VK_XF86XK_XFER\",\n \"DOM_VK_XF86XK_YELLOW\",\n \"DOM_VK_XF86XK_ZOOM_IN\",\n \"DOM_VK_XF86XK_ZOOM_OUT\",\n \"DOM_VK_Y\",\n \"DOM_VK_Z\",\n \"DOM_VK_ZOOM\",\n \"DONE\",\n \"DONT_CARE\",\n \"DOWNLOADING\",\n \"DRAGDROP\",\n \"DST_ALPHA\",\n \"DST_COLOR\",\n \"DYNAMIC_DRAW\",\n \"DataChannel\",\n \"DataTransfer\",\n \"DataTransferItem\",\n \"DataTransferItemList\",\n \"DataView\",\n \"Date\",\n \"DateTimeFormat\",\n \"DelayNode\",\n \"DesktopNotification\",\n \"DesktopNotificationCenter\",\n \"DeviceLightEvent\",\n \"DeviceMotionEvent\",\n \"DeviceOrientationEvent\",\n \"DeviceProximityEvent\",\n \"DeviceStorage\",\n \"DeviceStorageChangeEvent\",\n \"Document\",\n \"DocumentFragment\",\n \"DocumentType\",\n \"DragEvent\",\n \"DynamicsCompressorNode\",\n \"E\",\n \"ELEMENT_ARRAY_BUFFER\",\n \"ELEMENT_ARRAY_BUFFER_BINDING\",\n \"ELEMENT_NODE\",\n \"EMPTY\",\n \"ENCODING_ERR\",\n \"ENDED\",\n \"END_TO_END\",\n \"END_TO_START\",\n \"ENTITY_NODE\",\n \"ENTITY_REFERENCE_NODE\",\n \"EPSILON\",\n \"EQUAL\",\n \"EQUALPOWER\",\n \"ERROR\",\n \"EXPONENTIAL_DISTANCE\",\n \"Element\",\n \"ElementQuery\",\n \"Entity\",\n \"EntityReference\",\n \"Error\",\n \"ErrorEvent\",\n \"EvalError\",\n \"Event\",\n \"EventException\",\n \"EventSource\",\n \"EventTarget\",\n \"External\",\n \"FASTEST\",\n \"FIDOSDK\",\n \"FILTER_ACCEPT\",\n \"FILTER_INTERRUPT\",\n \"FILTER_REJECT\",\n \"FILTER_SKIP\",\n \"FINISHED_STATE\",\n \"FIRST_ORDERED_NODE_TYPE\",\n \"FLOAT\",\n \"FLOAT_MAT2\",\n \"FLOAT_MAT3\",\n \"FLOAT_MAT4\",\n \"FLOAT_VEC2\",\n \"FLOAT_VEC3\",\n \"FLOAT_VEC4\",\n \"FOCUS\",\n \"FONT_FACE_RULE\",\n \"FONT_FEATURE_VALUES_RULE\",\n \"FRAGMENT_SHADER\",\n \"FRAGMENT_SHADER_DERIVATIVE_HINT_OES\",\n \"FRAMEBUFFER\",\n \"FRAMEBUFFER_ATTACHMENT_OBJECT_NAME\",\n \"FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE\",\n \"FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE\",\n \"FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL\",\n \"FRAMEBUFFER_BINDING\",\n \"FRAMEBUFFER_COMPLETE\",\n \"FRAMEBUFFER_INCOMPLETE_ATTACHMENT\",\n \"FRAMEBUFFER_INCOMPLETE_DIMENSIONS\",\n \"FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT\",\n \"FRAMEBUFFER_UNSUPPORTED\",\n \"FRONT\",\n \"FRONT_AND_BACK\",\n \"FRONT_FACE\",\n \"FUNC_ADD\",\n \"FUNC_REVERSE_SUBTRACT\",\n \"FUNC_SUBTRACT\",\n \"Feed\",\n \"FeedEntry\",\n \"File\",\n \"FileError\",\n \"FileList\",\n \"FileReader\",\n \"FindInPage\",\n \"Float32Array\",\n \"Float64Array\",\n \"FocusEvent\",\n \"FontFace\",\n \"FormData\",\n \"Function\",\n \"GENERATE_MIPMAP_HINT\",\n \"GEQUAL\",\n \"GREATER\",\n \"GREEN_BITS\",\n \"GainNode\",\n \"Gamepad\",\n \"GamepadButton\",\n \"GamepadEvent\",\n \"GestureEvent\",\n \"HAVE_CURRENT_DATA\",\n \"HAVE_ENOUGH_DATA\",\n \"HAVE_FUTURE_DATA\",\n \"HAVE_METADATA\",\n \"HAVE_NOTHING\",\n \"HEADERS_RECEIVED\",\n \"HIDDEN\",\n \"HIERARCHY_REQUEST_ERR\",\n \"HIGHPASS\",\n \"HIGHSHELF\",\n \"HIGH_FLOAT\",\n \"HIGH_INT\",\n \"HORIZONTAL\",\n \"HORIZONTAL_AXIS\",\n \"HRTF\",\n \"HTMLAllCollection\",\n \"HTMLAnchorElement\",\n \"HTMLAppletElement\",\n \"HTMLAreaElement\",\n \"HTMLAudioElement\",\n \"HTMLBRElement\",\n \"HTMLBaseElement\",\n \"HTMLBaseFontElement\",\n \"HTMLBlockquoteElement\",\n \"HTMLBodyElement\",\n \"HTMLButtonElement\",\n \"HTMLCanvasElement\",\n \"HTMLCollection\",\n \"HTMLCommandElement\",\n \"HTMLContentElement\",\n \"HTMLDListElement\",\n \"HTMLDataElement\",\n \"HTMLDataListElement\",\n \"HTMLDetailsElement\",\n \"HTMLDialogElement\",\n \"HTMLDirectoryElement\",\n \"HTMLDivElement\",\n \"HTMLDocument\",\n \"HTMLElement\",\n \"HTMLEmbedElement\",\n \"HTMLFieldSetElement\",\n \"HTMLFontElement\",\n \"HTMLFormControlsCollection\",\n \"HTMLFormElement\",\n \"HTMLFrameElement\",\n \"HTMLFrameSetElement\",\n \"HTMLHRElement\",\n \"HTMLHeadElement\",\n \"HTMLHeadingElement\",\n \"HTMLHtmlElement\",\n \"HTMLIFrameElement\",\n \"HTMLImageElement\",\n \"HTMLInputElement\",\n \"HTMLIsIndexElement\",\n \"HTMLKeygenElement\",\n \"HTMLLIElement\",\n \"HTMLLabelElement\",\n \"HTMLLegendElement\",\n \"HTMLLinkElement\",\n \"HTMLMapElement\",\n \"HTMLMarqueeElement\",\n \"HTMLMediaElement\",\n \"HTMLMenuElement\",\n \"HTMLMenuItemElement\",\n \"HTMLMetaElement\",\n \"HTMLMeterElement\",\n \"HTMLModElement\",\n \"HTMLOListElement\",\n \"HTMLObjectElement\",\n \"HTMLOptGroupElement\",\n \"HTMLOptionElement\",\n \"HTMLOptionsCollection\",\n \"HTMLOutputElement\",\n \"HTMLParagraphElement\",\n \"HTMLParamElement\",\n \"HTMLPictureElement\",\n \"HTMLPreElement\",\n \"HTMLProgressElement\",\n \"HTMLPropertiesCollection\",\n \"HTMLQuoteElement\",\n \"HTMLScriptElement\",\n \"HTMLSelectElement\",\n \"HTMLShadowElement\",\n \"HTMLSourceElement\",\n \"HTMLSpanElement\",\n \"HTMLStyleElement\",\n \"HTMLTableCaptionElement\",\n \"HTMLTableCellElement\",\n \"HTMLTableColElement\",\n \"HTMLTableElement\",\n \"HTMLTableRowElement\",\n \"HTMLTableSectionElement\",\n \"HTMLTemplateElement\",\n \"HTMLTextAreaElement\",\n \"HTMLTimeElement\",\n \"HTMLTitleElement\",\n \"HTMLTrackElement\",\n \"HTMLUListElement\",\n \"HTMLUnknownElement\",\n \"HTMLVideoElement\",\n \"HashChangeEvent\",\n \"Headers\",\n \"History\",\n \"ICE_CHECKING\",\n \"ICE_CLOSED\",\n \"ICE_COMPLETED\",\n \"ICE_CONNECTED\",\n \"ICE_FAILED\",\n \"ICE_GATHERING\",\n \"ICE_WAITING\",\n \"IDBCursor\",\n \"IDBCursorWithValue\",\n \"IDBDatabase\",\n \"IDBDatabaseException\",\n \"IDBFactory\",\n \"IDBFileHandle\",\n \"IDBFileRequest\",\n \"IDBIndex\",\n \"IDBKeyRange\",\n \"IDBMutableFile\",\n \"IDBObjectStore\",\n \"IDBOpenDBRequest\",\n \"IDBRequest\",\n \"IDBTransaction\",\n \"IDBVersionChangeEvent\",\n \"IDLE\",\n \"IMPLEMENTATION_COLOR_READ_FORMAT\",\n \"IMPLEMENTATION_COLOR_READ_TYPE\",\n \"IMPORT_RULE\",\n \"INCR\",\n \"INCR_WRAP\",\n \"INDEX_SIZE_ERR\",\n \"INT\",\n \"INT_VEC2\",\n \"INT_VEC3\",\n \"INT_VEC4\",\n \"INUSE_ATTRIBUTE_ERR\",\n \"INVALID_ACCESS_ERR\",\n \"INVALID_CHARACTER_ERR\",\n \"INVALID_ENUM\",\n \"INVALID_EXPRESSION_ERR\",\n \"INVALID_FRAMEBUFFER_OPERATION\",\n \"INVALID_MODIFICATION_ERR\",\n \"INVALID_NODE_TYPE_ERR\",\n \"INVALID_OPERATION\",\n \"INVALID_STATE_ERR\",\n \"INVALID_VALUE\",\n \"INVERSE_DISTANCE\",\n \"INVERT\",\n \"IceCandidate\",\n \"Image\",\n \"ImageBitmap\",\n \"ImageData\",\n \"Infinity\",\n \"InputEvent\",\n \"InputMethodContext\",\n \"InstallTrigger\",\n \"Int16Array\",\n \"Int32Array\",\n \"Int8Array\",\n \"Intent\",\n \"InternalError\",\n \"Intl\",\n \"IsSearchProviderInstalled\",\n \"Iterator\",\n \"JSON\",\n \"KEEP\",\n \"KEYDOWN\",\n \"KEYFRAMES_RULE\",\n \"KEYFRAME_RULE\",\n \"KEYPRESS\",\n \"KEYUP\",\n \"KeyEvent\",\n \"KeyboardEvent\",\n \"LENGTHADJUST_SPACING\",\n \"LENGTHADJUST_SPACINGANDGLYPHS\",\n \"LENGTHADJUST_UNKNOWN\",\n \"LEQUAL\",\n \"LESS\",\n \"LINEAR\",\n \"LINEAR_DISTANCE\",\n \"LINEAR_MIPMAP_LINEAR\",\n \"LINEAR_MIPMAP_NEAREST\",\n \"LINES\",\n \"LINE_LOOP\",\n \"LINE_STRIP\",\n \"LINE_WIDTH\",\n \"LINK_STATUS\",\n \"LIVE\",\n \"LN10\",\n \"LN2\",\n \"LOADED\",\n \"LOADING\",\n \"LOG10E\",\n \"LOG2E\",\n \"LOWPASS\",\n \"LOWSHELF\",\n \"LOW_FLOAT\",\n \"LOW_INT\",\n \"LSException\",\n \"LSParserFilter\",\n \"LUMINANCE\",\n \"LUMINANCE_ALPHA\",\n \"LocalMediaStream\",\n \"Location\",\n \"MAX_COMBINED_TEXTURE_IMAGE_UNITS\",\n \"MAX_CUBE_MAP_TEXTURE_SIZE\",\n \"MAX_FRAGMENT_UNIFORM_VECTORS\",\n \"MAX_RENDERBUFFER_SIZE\",\n \"MAX_SAFE_INTEGER\",\n \"MAX_TEXTURE_IMAGE_UNITS\",\n \"MAX_TEXTURE_MAX_ANISOTROPY_EXT\",\n \"MAX_TEXTURE_SIZE\",\n \"MAX_VALUE\",\n \"MAX_VARYING_VECTORS\",\n \"MAX_VERTEX_ATTRIBS\",\n \"MAX_VERTEX_TEXTURE_IMAGE_UNITS\",\n \"MAX_VERTEX_UNIFORM_VECTORS\",\n \"MAX_VIEWPORT_DIMS\",\n \"MEDIA_ERR_ABORTED\",\n \"MEDIA_ERR_DECODE\",\n \"MEDIA_ERR_ENCRYPTED\",\n \"MEDIA_ERR_NETWORK\",\n \"MEDIA_ERR_SRC_NOT_SUPPORTED\",\n \"MEDIA_KEYERR_CLIENT\",\n \"MEDIA_KEYERR_DOMAIN\",\n \"MEDIA_KEYERR_HARDWARECHANGE\",\n \"MEDIA_KEYERR_OUTPUT\",\n \"MEDIA_KEYERR_SERVICE\",\n \"MEDIA_KEYERR_UNKNOWN\",\n \"MEDIA_RULE\",\n \"MEDIUM_FLOAT\",\n \"MEDIUM_INT\",\n \"META_MASK\",\n \"MIN_SAFE_INTEGER\",\n \"MIN_VALUE\",\n \"MIRRORED_REPEAT\",\n \"MODE_ASYNCHRONOUS\",\n \"MODE_SYNCHRONOUS\",\n \"MODIFICATION\",\n \"MOUSEDOWN\",\n \"MOUSEDRAG\",\n \"MOUSEMOVE\",\n \"MOUSEOUT\",\n \"MOUSEOVER\",\n \"MOUSEUP\",\n \"MOZ_KEYFRAMES_RULE\",\n \"MOZ_KEYFRAME_RULE\",\n \"MOZ_SOURCE_CURSOR\",\n \"MOZ_SOURCE_ERASER\",\n \"MOZ_SOURCE_KEYBOARD\",\n \"MOZ_SOURCE_MOUSE\",\n \"MOZ_SOURCE_PEN\",\n \"MOZ_SOURCE_TOUCH\",\n \"MOZ_SOURCE_UNKNOWN\",\n \"MSGESTURE_FLAG_BEGIN\",\n \"MSGESTURE_FLAG_CANCEL\",\n \"MSGESTURE_FLAG_END\",\n \"MSGESTURE_FLAG_INERTIA\",\n \"MSGESTURE_FLAG_NONE\",\n \"MSPOINTER_TYPE_MOUSE\",\n \"MSPOINTER_TYPE_PEN\",\n \"MSPOINTER_TYPE_TOUCH\",\n \"MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE\",\n \"MS_ASYNC_CALLBACK_STATUS_CANCEL\",\n \"MS_ASYNC_CALLBACK_STATUS_CHOOSEANY\",\n \"MS_ASYNC_CALLBACK_STATUS_ERROR\",\n \"MS_ASYNC_CALLBACK_STATUS_JOIN\",\n \"MS_ASYNC_OP_STATUS_CANCELED\",\n \"MS_ASYNC_OP_STATUS_ERROR\",\n \"MS_ASYNC_OP_STATUS_SUCCESS\",\n \"MS_MANIPULATION_STATE_ACTIVE\",\n \"MS_MANIPULATION_STATE_CANCELLED\",\n \"MS_MANIPULATION_STATE_COMMITTED\",\n \"MS_MANIPULATION_STATE_DRAGGING\",\n \"MS_MANIPULATION_STATE_INERTIA\",\n \"MS_MANIPULATION_STATE_PRESELECT\",\n \"MS_MANIPULATION_STATE_SELECTING\",\n \"MS_MANIPULATION_STATE_STOPPED\",\n \"MS_MEDIA_ERR_ENCRYPTED\",\n \"MS_MEDIA_KEYERR_CLIENT\",\n \"MS_MEDIA_KEYERR_DOMAIN\",\n \"MS_MEDIA_KEYERR_HARDWARECHANGE\",\n \"MS_MEDIA_KEYERR_OUTPUT\",\n \"MS_MEDIA_KEYERR_SERVICE\",\n \"MS_MEDIA_KEYERR_UNKNOWN\",\n \"Map\",\n \"Math\",\n \"MediaController\",\n \"MediaDevices\",\n \"MediaElementAudioSourceNode\",\n \"MediaEncryptedEvent\",\n \"MediaError\",\n \"MediaKeyError\",\n \"MediaKeyEvent\",\n \"MediaKeyMessageEvent\",\n \"MediaKeyNeededEvent\",\n \"MediaKeySession\",\n \"MediaKeyStatusMap\",\n \"MediaKeySystemAccess\",\n \"MediaKeys\",\n \"MediaList\",\n \"MediaQueryList\",\n \"MediaQueryListEvent\",\n \"MediaRecorder\",\n \"MediaSource\",\n \"MediaStream\",\n \"MediaStreamAudioDestinationNode\",\n \"MediaStreamAudioSourceNode\",\n \"MediaStreamEvent\",\n \"MediaStreamTrack\",\n \"MediaStreamTrackEvent\",\n \"MessageChannel\",\n \"MessageEvent\",\n \"MessagePort\",\n \"Methods\",\n \"MimeType\",\n \"MimeTypeArray\",\n \"MouseEvent\",\n \"MouseScrollEvent\",\n \"MozAnimation\",\n \"MozAnimationDelay\",\n \"MozAnimationDirection\",\n \"MozAnimationDuration\",\n \"MozAnimationFillMode\",\n \"MozAnimationIterationCount\",\n \"MozAnimationName\",\n \"MozAnimationPlayState\",\n \"MozAnimationTimingFunction\",\n \"MozAppearance\",\n \"MozBackfaceVisibility\",\n \"MozBinding\",\n \"MozBorderBottomColors\",\n \"MozBorderEnd\",\n \"MozBorderEndColor\",\n \"MozBorderEndStyle\",\n \"MozBorderEndWidth\",\n \"MozBorderImage\",\n \"MozBorderLeftColors\",\n \"MozBorderRightColors\",\n \"MozBorderStart\",\n \"MozBorderStartColor\",\n \"MozBorderStartStyle\",\n \"MozBorderStartWidth\",\n \"MozBorderTopColors\",\n \"MozBoxAlign\",\n \"MozBoxDirection\",\n \"MozBoxFlex\",\n \"MozBoxOrdinalGroup\",\n \"MozBoxOrient\",\n \"MozBoxPack\",\n \"MozBoxSizing\",\n \"MozCSSKeyframeRule\",\n \"MozCSSKeyframesRule\",\n \"MozColumnCount\",\n \"MozColumnFill\",\n \"MozColumnGap\",\n \"MozColumnRule\",\n \"MozColumnRuleColor\",\n \"MozColumnRuleStyle\",\n \"MozColumnRuleWidth\",\n \"MozColumnWidth\",\n \"MozColumns\",\n \"MozContactChangeEvent\",\n \"MozFloatEdge\",\n \"MozFontFeatureSettings\",\n \"MozFontLanguageOverride\",\n \"MozForceBrokenImageIcon\",\n \"MozHyphens\",\n \"MozImageRegion\",\n \"MozMarginEnd\",\n \"MozMarginStart\",\n \"MozMmsEvent\",\n \"MozMmsMessage\",\n \"MozMobileMessageThread\",\n \"MozOSXFontSmoothing\",\n \"MozOrient\",\n \"MozOutlineRadius\",\n \"MozOutlineRadiusBottomleft\",\n \"MozOutlineRadiusBottomright\",\n \"MozOutlineRadiusTopleft\",\n \"MozOutlineRadiusTopright\",\n \"MozPaddingEnd\",\n \"MozPaddingStart\",\n \"MozPerspective\",\n \"MozPerspectiveOrigin\",\n \"MozPowerManager\",\n \"MozSettingsEvent\",\n \"MozSmsEvent\",\n \"MozSmsMessage\",\n \"MozStackSizing\",\n \"MozTabSize\",\n \"MozTextAlignLast\",\n \"MozTextDecorationColor\",\n \"MozTextDecorationLine\",\n \"MozTextDecorationStyle\",\n \"MozTextSizeAdjust\",\n \"MozTransform\",\n \"MozTransformOrigin\",\n \"MozTransformStyle\",\n \"MozTransition\",\n \"MozTransitionDelay\",\n \"MozTransitionDuration\",\n \"MozTransitionProperty\",\n \"MozTransitionTimingFunction\",\n \"MozUserFocus\",\n \"MozUserInput\",\n \"MozUserModify\",\n \"MozUserSelect\",\n \"MozWindowDragging\",\n \"MozWindowShadow\",\n \"MutationEvent\",\n \"MutationObserver\",\n \"MutationRecord\",\n \"NAMESPACE_ERR\",\n \"NAMESPACE_RULE\",\n \"NEAREST\",\n \"NEAREST_MIPMAP_LINEAR\",\n \"NEAREST_MIPMAP_NEAREST\",\n \"NEGATIVE_INFINITY\",\n \"NETWORK_EMPTY\",\n \"NETWORK_ERR\",\n \"NETWORK_IDLE\",\n \"NETWORK_LOADED\",\n \"NETWORK_LOADING\",\n \"NETWORK_NO_SOURCE\",\n \"NEVER\",\n \"NEW\",\n \"NEXT\",\n \"NEXT_NO_DUPLICATE\",\n \"NICEST\",\n \"NODE_AFTER\",\n \"NODE_BEFORE\",\n \"NODE_BEFORE_AND_AFTER\",\n \"NODE_INSIDE\",\n \"NONE\",\n \"NON_TRANSIENT_ERR\",\n \"NOTATION_NODE\",\n \"NOTCH\",\n \"NOTEQUAL\",\n \"NOT_ALLOWED_ERR\",\n \"NOT_FOUND_ERR\",\n \"NOT_READABLE_ERR\",\n \"NOT_SUPPORTED_ERR\",\n \"NO_DATA_ALLOWED_ERR\",\n \"NO_ERR\",\n \"NO_ERROR\",\n \"NO_MODIFICATION_ALLOWED_ERR\",\n \"NUMBER_TYPE\",\n \"NUM_COMPRESSED_TEXTURE_FORMATS\",\n \"NaN\",\n \"NamedNodeMap\",\n \"Navigator\",\n \"NearbyLinks\",\n \"NetworkInformation\",\n \"Node\",\n \"NodeFilter\",\n \"NodeIterator\",\n \"NodeList\",\n \"Notation\",\n \"Notification\",\n \"NotifyPaintEvent\",\n \"Number\",\n \"NumberFormat\",\n \"OBSOLETE\",\n \"ONE\",\n \"ONE_MINUS_CONSTANT_ALPHA\",\n \"ONE_MINUS_CONSTANT_COLOR\",\n \"ONE_MINUS_DST_ALPHA\",\n \"ONE_MINUS_DST_COLOR\",\n \"ONE_MINUS_SRC_ALPHA\",\n \"ONE_MINUS_SRC_COLOR\",\n \"OPEN\",\n \"OPENED\",\n \"OPENING\",\n \"ORDERED_NODE_ITERATOR_TYPE\",\n \"ORDERED_NODE_SNAPSHOT_TYPE\",\n \"OUT_OF_MEMORY\",\n \"Object\",\n \"OfflineAudioCompletionEvent\",\n \"OfflineAudioContext\",\n \"OfflineResourceList\",\n \"Option\",\n \"OscillatorNode\",\n \"OverflowEvent\",\n \"PACK_ALIGNMENT\",\n \"PAGE_RULE\",\n \"PARSE_ERR\",\n \"PATHSEG_ARC_ABS\",\n \"PATHSEG_ARC_REL\",\n \"PATHSEG_CLOSEPATH\",\n \"PATHSEG_CURVETO_CUBIC_ABS\",\n \"PATHSEG_CURVETO_CUBIC_REL\",\n \"PATHSEG_CURVETO_CUBIC_SMOOTH_ABS\",\n \"PATHSEG_CURVETO_CUBIC_SMOOTH_REL\",\n \"PATHSEG_CURVETO_QUADRATIC_ABS\",\n \"PATHSEG_CURVETO_QUADRATIC_REL\",\n \"PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS\",\n \"PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL\",\n \"PATHSEG_LINETO_ABS\",\n \"PATHSEG_LINETO_HORIZONTAL_ABS\",\n \"PATHSEG_LINETO_HORIZONTAL_REL\",\n \"PATHSEG_LINETO_REL\",\n \"PATHSEG_LINETO_VERTICAL_ABS\",\n \"PATHSEG_LINETO_VERTICAL_REL\",\n \"PATHSEG_MOVETO_ABS\",\n \"PATHSEG_MOVETO_REL\",\n \"PATHSEG_UNKNOWN\",\n \"PATH_EXISTS_ERR\",\n \"PEAKING\",\n \"PERMISSION_DENIED\",\n \"PERSISTENT\",\n \"PI\",\n \"PLAYING_STATE\",\n \"POINTS\",\n \"POLYGON_OFFSET_FACTOR\",\n \"POLYGON_OFFSET_FILL\",\n \"POLYGON_OFFSET_UNITS\",\n \"POSITION_UNAVAILABLE\",\n \"POSITIVE_INFINITY\",\n \"PREV\",\n \"PREV_NO_DUPLICATE\",\n \"PROCESSING_INSTRUCTION_NODE\",\n \"PageChangeEvent\",\n \"PageTransitionEvent\",\n \"PaintRequest\",\n \"PaintRequestList\",\n \"PannerNode\",\n \"Path2D\",\n \"Performance\",\n \"PerformanceEntry\",\n \"PerformanceMark\",\n \"PerformanceMeasure\",\n \"PerformanceNavigation\",\n \"PerformanceResourceTiming\",\n \"PerformanceTiming\",\n \"PeriodicWave\",\n \"Plugin\",\n \"PluginArray\",\n \"PopStateEvent\",\n \"PopupBlockedEvent\",\n \"ProcessingInstruction\",\n \"ProgressEvent\",\n \"Promise\",\n \"PropertyNodeList\",\n \"Proxy\",\n \"PushManager\",\n \"PushSubscription\",\n \"Q\",\n \"QUOTA_ERR\",\n \"QUOTA_EXCEEDED_ERR\",\n \"QueryInterface\",\n \"READ_ONLY\",\n \"READ_ONLY_ERR\",\n \"READ_WRITE\",\n \"RED_BITS\",\n \"REMOVAL\",\n \"RENDERBUFFER\",\n \"RENDERBUFFER_ALPHA_SIZE\",\n \"RENDERBUFFER_BINDING\",\n \"RENDERBUFFER_BLUE_SIZE\",\n \"RENDERBUFFER_DEPTH_SIZE\",\n \"RENDERBUFFER_GREEN_SIZE\",\n \"RENDERBUFFER_HEIGHT\",\n \"RENDERBUFFER_INTERNAL_FORMAT\",\n \"RENDERBUFFER_RED_SIZE\",\n \"RENDERBUFFER_STENCIL_SIZE\",\n \"RENDERBUFFER_WIDTH\",\n \"RENDERER\",\n \"RENDERING_INTENT_ABSOLUTE_COLORIMETRIC\",\n \"RENDERING_INTENT_AUTO\",\n \"RENDERING_INTENT_PERCEPTUAL\",\n \"RENDERING_INTENT_RELATIVE_COLORIMETRIC\",\n \"RENDERING_INTENT_SATURATION\",\n \"RENDERING_INTENT_UNKNOWN\",\n \"REPEAT\",\n \"REPLACE\",\n \"RGB\",\n \"RGB565\",\n \"RGB5_A1\",\n \"RGBA\",\n \"RGBA4\",\n \"RGBColor\",\n \"ROTATION_CLOCKWISE\",\n \"ROTATION_COUNTERCLOCKWISE\",\n \"RTCDataChannelEvent\",\n \"RTCIceCandidate\",\n \"RTCPeerConnectionIceEvent\",\n \"RTCRtpReceiver\",\n \"RTCRtpSender\",\n \"RTCSessionDescription\",\n \"RTCStatsReport\",\n \"RadioNodeList\",\n \"Range\",\n \"RangeError\",\n \"RangeException\",\n \"RecordErrorEvent\",\n \"Rect\",\n \"ReferenceError\",\n \"RegExp\",\n \"Request\",\n \"Response\",\n \"SAMPLER_2D\",\n \"SAMPLER_CUBE\",\n \"SAMPLES\",\n \"SAMPLE_ALPHA_TO_COVERAGE\",\n \"SAMPLE_BUFFERS\",\n \"SAMPLE_COVERAGE\",\n \"SAMPLE_COVERAGE_INVERT\",\n \"SAMPLE_COVERAGE_VALUE\",\n \"SAWTOOTH\",\n \"SCHEDULED_STATE\",\n \"SCISSOR_BOX\",\n \"SCISSOR_TEST\",\n \"SCROLL_PAGE_DOWN\",\n \"SCROLL_PAGE_UP\",\n \"SDP_ANSWER\",\n \"SDP_OFFER\",\n \"SDP_PRANSWER\",\n \"SECURITY_ERR\",\n \"SELECT\",\n \"SERIALIZE_ERR\",\n \"SEVERITY_ERROR\",\n \"SEVERITY_FATAL_ERROR\",\n \"SEVERITY_WARNING\",\n \"SHADER_COMPILER\",\n \"SHADER_TYPE\",\n \"SHADING_LANGUAGE_VERSION\",\n \"SHIFT_MASK\",\n \"SHORT\",\n \"SHOWING\",\n \"SHOW_ALL\",\n \"SHOW_ATTRIBUTE\",\n \"SHOW_CDATA_SECTION\",\n \"SHOW_COMMENT\",\n \"SHOW_DOCUMENT\",\n \"SHOW_DOCUMENT_FRAGMENT\",\n \"SHOW_DOCUMENT_TYPE\",\n \"SHOW_ELEMENT\",\n \"SHOW_ENTITY\",\n \"SHOW_ENTITY_REFERENCE\",\n \"SHOW_NOTATION\",\n \"SHOW_PROCESSING_INSTRUCTION\",\n \"SHOW_TEXT\",\n \"SINE\",\n \"SOUNDFIELD\",\n \"SQLException\",\n \"SQRT1_2\",\n \"SQRT2\",\n \"SQUARE\",\n \"SRC_ALPHA\",\n \"SRC_ALPHA_SATURATE\",\n \"SRC_COLOR\",\n \"START_TO_END\",\n \"START_TO_START\",\n \"STATIC_DRAW\",\n \"STENCIL_ATTACHMENT\",\n \"STENCIL_BACK_FAIL\",\n \"STENCIL_BACK_FUNC\",\n \"STENCIL_BACK_PASS_DEPTH_FAIL\",\n \"STENCIL_BACK_PASS_DEPTH_PASS\",\n \"STENCIL_BACK_REF\",\n \"STENCIL_BACK_VALUE_MASK\",\n \"STENCIL_BACK_WRITEMASK\",\n \"STENCIL_BITS\",\n \"STENCIL_BUFFER_BIT\",\n \"STENCIL_CLEAR_VALUE\",\n \"STENCIL_FAIL\",\n \"STENCIL_FUNC\",\n \"STENCIL_INDEX\",\n \"STENCIL_INDEX8\",\n \"STENCIL_PASS_DEPTH_FAIL\",\n \"STENCIL_PASS_DEPTH_PASS\",\n \"STENCIL_REF\",\n \"STENCIL_TEST\",\n \"STENCIL_VALUE_MASK\",\n \"STENCIL_WRITEMASK\",\n \"STREAM_DRAW\",\n \"STRING_TYPE\",\n \"STYLE_RULE\",\n \"SUBPIXEL_BITS\",\n \"SUPPORTS_RULE\",\n \"SVGAElement\",\n \"SVGAltGlyphDefElement\",\n \"SVGAltGlyphElement\",\n \"SVGAltGlyphItemElement\",\n \"SVGAngle\",\n \"SVGAnimateColorElement\",\n \"SVGAnimateElement\",\n \"SVGAnimateMotionElement\",\n \"SVGAnimateTransformElement\",\n \"SVGAnimatedAngle\",\n \"SVGAnimatedBoolean\",\n \"SVGAnimatedEnumeration\",\n \"SVGAnimatedInteger\",\n \"SVGAnimatedLength\",\n \"SVGAnimatedLengthList\",\n \"SVGAnimatedNumber\",\n \"SVGAnimatedNumberList\",\n \"SVGAnimatedPreserveAspectRatio\",\n \"SVGAnimatedRect\",\n \"SVGAnimatedString\",\n \"SVGAnimatedTransformList\",\n \"SVGAnimationElement\",\n \"SVGCircleElement\",\n \"SVGClipPathElement\",\n \"SVGColor\",\n \"SVGComponentTransferFunctionElement\",\n \"SVGCursorElement\",\n \"SVGDefsElement\",\n \"SVGDescElement\",\n \"SVGDiscardElement\",\n \"SVGDocument\",\n \"SVGElement\",\n \"SVGElementInstance\",\n \"SVGElementInstanceList\",\n \"SVGEllipseElement\",\n \"SVGException\",\n \"SVGFEBlendElement\",\n \"SVGFEColorMatrixElement\",\n \"SVGFEComponentTransferElement\",\n \"SVGFECompositeElement\",\n \"SVGFEConvolveMatrixElement\",\n \"SVGFEDiffuseLightingElement\",\n \"SVGFEDisplacementMapElement\",\n \"SVGFEDistantLightElement\",\n \"SVGFEDropShadowElement\",\n \"SVGFEFloodElement\",\n \"SVGFEFuncAElement\",\n \"SVGFEFuncBElement\",\n \"SVGFEFuncGElement\",\n \"SVGFEFuncRElement\",\n \"SVGFEGaussianBlurElement\",\n \"SVGFEImageElement\",\n \"SVGFEMergeElement\",\n \"SVGFEMergeNodeElement\",\n \"SVGFEMorphologyElement\",\n \"SVGFEOffsetElement\",\n \"SVGFEPointLightElement\",\n \"SVGFESpecularLightingElement\",\n \"SVGFESpotLightElement\",\n \"SVGFETileElement\",\n \"SVGFETurbulenceElement\",\n \"SVGFilterElement\",\n \"SVGFontElement\",\n \"SVGFontFaceElement\",\n \"SVGFontFaceFormatElement\",\n \"SVGFontFaceNameElement\",\n \"SVGFontFaceSrcElement\",\n \"SVGFontFaceUriElement\",\n \"SVGForeignObjectElement\",\n \"SVGGElement\",\n \"SVGGeometryElement\",\n \"SVGGlyphElement\",\n \"SVGGlyphRefElement\",\n \"SVGGradientElement\",\n \"SVGGraphicsElement\",\n \"SVGHKernElement\",\n \"SVGImageElement\",\n \"SVGLength\",\n \"SVGLengthList\",\n \"SVGLineElement\",\n \"SVGLinearGradientElement\",\n \"SVGMPathElement\",\n \"SVGMarkerElement\",\n \"SVGMaskElement\",\n \"SVGMatrix\",\n \"SVGMetadataElement\",\n \"SVGMissingGlyphElement\",\n \"SVGNumber\",\n \"SVGNumberList\",\n \"SVGPaint\",\n \"SVGPathElement\",\n \"SVGPathSeg\",\n \"SVGPathSegArcAbs\",\n \"SVGPathSegArcRel\",\n \"SVGPathSegClosePath\",\n \"SVGPathSegCurvetoCubicAbs\",\n \"SVGPathSegCurvetoCubicRel\",\n \"SVGPathSegCurvetoCubicSmoothAbs\",\n \"SVGPathSegCurvetoCubicSmoothRel\",\n \"SVGPathSegCurvetoQuadraticAbs\",\n \"SVGPathSegCurvetoQuadraticRel\",\n \"SVGPathSegCurvetoQuadraticSmoothAbs\",\n \"SVGPathSegCurvetoQuadraticSmoothRel\",\n \"SVGPathSegLinetoAbs\",\n \"SVGPathSegLinetoHorizontalAbs\",\n \"SVGPathSegLinetoHorizontalRel\",\n \"SVGPathSegLinetoRel\",\n \"SVGPathSegLinetoVerticalAbs\",\n \"SVGPathSegLinetoVerticalRel\",\n \"SVGPathSegList\",\n \"SVGPathSegMovetoAbs\",\n \"SVGPathSegMovetoRel\",\n \"SVGPatternElement\",\n \"SVGPoint\",\n \"SVGPointList\",\n \"SVGPolygonElement\",\n \"SVGPolylineElement\",\n \"SVGPreserveAspectRatio\",\n \"SVGRadialGradientElement\",\n \"SVGRect\",\n \"SVGRectElement\",\n \"SVGRenderingIntent\",\n \"SVGSVGElement\",\n \"SVGScriptElement\",\n \"SVGSetElement\",\n \"SVGStopElement\",\n \"SVGStringList\",\n \"SVGStyleElement\",\n \"SVGSwitchElement\",\n \"SVGSymbolElement\",\n \"SVGTRefElement\",\n \"SVGTSpanElement\",\n \"SVGTextContentElement\",\n \"SVGTextElement\",\n \"SVGTextPathElement\",\n \"SVGTextPositioningElement\",\n \"SVGTitleElement\",\n \"SVGTransform\",\n \"SVGTransformList\",\n \"SVGUnitTypes\",\n \"SVGUseElement\",\n \"SVGVKernElement\",\n \"SVGViewElement\",\n \"SVGViewSpec\",\n \"SVGZoomAndPan\",\n \"SVGZoomEvent\",\n \"SVG_ANGLETYPE_DEG\",\n \"SVG_ANGLETYPE_GRAD\",\n \"SVG_ANGLETYPE_RAD\",\n \"SVG_ANGLETYPE_UNKNOWN\",\n \"SVG_ANGLETYPE_UNSPECIFIED\",\n \"SVG_CHANNEL_A\",\n \"SVG_CHANNEL_B\",\n \"SVG_CHANNEL_G\",\n \"SVG_CHANNEL_R\",\n \"SVG_CHANNEL_UNKNOWN\",\n \"SVG_COLORTYPE_CURRENTCOLOR\",\n \"SVG_COLORTYPE_RGBCOLOR\",\n \"SVG_COLORTYPE_RGBCOLOR_ICCCOLOR\",\n \"SVG_COLORTYPE_UNKNOWN\",\n \"SVG_EDGEMODE_DUPLICATE\",\n \"SVG_EDGEMODE_NONE\",\n \"SVG_EDGEMODE_UNKNOWN\",\n \"SVG_EDGEMODE_WRAP\",\n \"SVG_FEBLEND_MODE_COLOR\",\n \"SVG_FEBLEND_MODE_COLOR_BURN\",\n \"SVG_FEBLEND_MODE_COLOR_DODGE\",\n \"SVG_FEBLEND_MODE_DARKEN\",\n \"SVG_FEBLEND_MODE_DIFFERENCE\",\n \"SVG_FEBLEND_MODE_EXCLUSION\",\n \"SVG_FEBLEND_MODE_HARD_LIGHT\",\n \"SVG_FEBLEND_MODE_HUE\",\n \"SVG_FEBLEND_MODE_LIGHTEN\",\n \"SVG_FEBLEND_MODE_LUMINOSITY\",\n \"SVG_FEBLEND_MODE_MULTIPLY\",\n \"SVG_FEBLEND_MODE_NORMAL\",\n \"SVG_FEBLEND_MODE_OVERLAY\",\n \"SVG_FEBLEND_MODE_SATURATION\",\n \"SVG_FEBLEND_MODE_SCREEN\",\n \"SVG_FEBLEND_MODE_SOFT_LIGHT\",\n \"SVG_FEBLEND_MODE_UNKNOWN\",\n \"SVG_FECOLORMATRIX_TYPE_HUEROTATE\",\n \"SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA\",\n \"SVG_FECOLORMATRIX_TYPE_MATRIX\",\n \"SVG_FECOLORMATRIX_TYPE_SATURATE\",\n \"SVG_FECOLORMATRIX_TYPE_UNKNOWN\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_GAMMA\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_LINEAR\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_TABLE\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN\",\n \"SVG_FECOMPOSITE_OPERATOR_ARITHMETIC\",\n \"SVG_FECOMPOSITE_OPERATOR_ATOP\",\n \"SVG_FECOMPOSITE_OPERATOR_IN\",\n \"SVG_FECOMPOSITE_OPERATOR_OUT\",\n \"SVG_FECOMPOSITE_OPERATOR_OVER\",\n \"SVG_FECOMPOSITE_OPERATOR_UNKNOWN\",\n \"SVG_FECOMPOSITE_OPERATOR_XOR\",\n \"SVG_INVALID_VALUE_ERR\",\n \"SVG_LENGTHTYPE_CM\",\n \"SVG_LENGTHTYPE_EMS\",\n \"SVG_LENGTHTYPE_EXS\",\n \"SVG_LENGTHTYPE_IN\",\n \"SVG_LENGTHTYPE_MM\",\n \"SVG_LENGTHTYPE_NUMBER\",\n \"SVG_LENGTHTYPE_PC\",\n \"SVG_LENGTHTYPE_PERCENTAGE\",\n \"SVG_LENGTHTYPE_PT\",\n \"SVG_LENGTHTYPE_PX\",\n \"SVG_LENGTHTYPE_UNKNOWN\",\n \"SVG_MARKERUNITS_STROKEWIDTH\",\n \"SVG_MARKERUNITS_UNKNOWN\",\n \"SVG_MARKERUNITS_USERSPACEONUSE\",\n \"SVG_MARKER_ORIENT_ANGLE\",\n \"SVG_MARKER_ORIENT_AUTO\",\n \"SVG_MARKER_ORIENT_UNKNOWN\",\n \"SVG_MASKTYPE_ALPHA\",\n \"SVG_MASKTYPE_LUMINANCE\",\n \"SVG_MATRIX_NOT_INVERTABLE\",\n \"SVG_MEETORSLICE_MEET\",\n \"SVG_MEETORSLICE_SLICE\",\n \"SVG_MEETORSLICE_UNKNOWN\",\n \"SVG_MORPHOLOGY_OPERATOR_DILATE\",\n \"SVG_MORPHOLOGY_OPERATOR_ERODE\",\n \"SVG_MORPHOLOGY_OPERATOR_UNKNOWN\",\n \"SVG_PAINTTYPE_CURRENTCOLOR\",\n \"SVG_PAINTTYPE_NONE\",\n \"SVG_PAINTTYPE_RGBCOLOR\",\n \"SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR\",\n \"SVG_PAINTTYPE_UNKNOWN\",\n \"SVG_PAINTTYPE_URI\",\n \"SVG_PAINTTYPE_URI_CURRENTCOLOR\",\n \"SVG_PAINTTYPE_URI_NONE\",\n \"SVG_PAINTTYPE_URI_RGBCOLOR\",\n \"SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR\",\n \"SVG_PRESERVEASPECTRATIO_NONE\",\n \"SVG_PRESERVEASPECTRATIO_UNKNOWN\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMIN\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMIN\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMIN\",\n \"SVG_SPREADMETHOD_PAD\",\n \"SVG_SPREADMETHOD_REFLECT\",\n \"SVG_SPREADMETHOD_REPEAT\",\n \"SVG_SPREADMETHOD_UNKNOWN\",\n \"SVG_STITCHTYPE_NOSTITCH\",\n \"SVG_STITCHTYPE_STITCH\",\n \"SVG_STITCHTYPE_UNKNOWN\",\n \"SVG_TRANSFORM_MATRIX\",\n \"SVG_TRANSFORM_ROTATE\",\n \"SVG_TRANSFORM_SCALE\",\n \"SVG_TRANSFORM_SKEWX\",\n \"SVG_TRANSFORM_SKEWY\",\n \"SVG_TRANSFORM_TRANSLATE\",\n \"SVG_TRANSFORM_UNKNOWN\",\n \"SVG_TURBULENCE_TYPE_FRACTALNOISE\",\n \"SVG_TURBULENCE_TYPE_TURBULENCE\",\n \"SVG_TURBULENCE_TYPE_UNKNOWN\",\n \"SVG_UNIT_TYPE_OBJECTBOUNDINGBOX\",\n \"SVG_UNIT_TYPE_UNKNOWN\",\n \"SVG_UNIT_TYPE_USERSPACEONUSE\",\n \"SVG_WRONG_TYPE_ERR\",\n \"SVG_ZOOMANDPAN_DISABLE\",\n \"SVG_ZOOMANDPAN_MAGNIFY\",\n \"SVG_ZOOMANDPAN_UNKNOWN\",\n \"SYNTAX_ERR\",\n \"SavedPages\",\n \"Screen\",\n \"ScreenOrientation\",\n \"Script\",\n \"ScriptProcessorNode\",\n \"ScrollAreaEvent\",\n \"SecurityPolicyViolationEvent\",\n \"Selection\",\n \"ServiceWorker\",\n \"ServiceWorkerContainer\",\n \"ServiceWorkerRegistration\",\n \"SessionDescription\",\n \"Set\",\n \"ShadowRoot\",\n \"SharedWorker\",\n \"SimpleGestureEvent\",\n \"SpeechSynthesisEvent\",\n \"SpeechSynthesisUtterance\",\n \"StopIteration\",\n \"Storage\",\n \"StorageEvent\",\n \"String\",\n \"StyleSheet\",\n \"StyleSheetList\",\n \"SubtleCrypto\",\n \"Symbol\",\n \"SyntaxError\",\n \"TEMPORARY\",\n \"TEXTPATH_METHODTYPE_ALIGN\",\n \"TEXTPATH_METHODTYPE_STRETCH\",\n \"TEXTPATH_METHODTYPE_UNKNOWN\",\n \"TEXTPATH_SPACINGTYPE_AUTO\",\n \"TEXTPATH_SPACINGTYPE_EXACT\",\n \"TEXTPATH_SPACINGTYPE_UNKNOWN\",\n \"TEXTURE\",\n \"TEXTURE0\",\n \"TEXTURE1\",\n \"TEXTURE10\",\n \"TEXTURE11\",\n \"TEXTURE12\",\n \"TEXTURE13\",\n \"TEXTURE14\",\n \"TEXTURE15\",\n \"TEXTURE16\",\n \"TEXTURE17\",\n \"TEXTURE18\",\n \"TEXTURE19\",\n \"TEXTURE2\",\n \"TEXTURE20\",\n \"TEXTURE21\",\n \"TEXTURE22\",\n \"TEXTURE23\",\n \"TEXTURE24\",\n \"TEXTURE25\",\n \"TEXTURE26\",\n \"TEXTURE27\",\n \"TEXTURE28\",\n \"TEXTURE29\",\n \"TEXTURE3\",\n \"TEXTURE30\",\n \"TEXTURE31\",\n \"TEXTURE4\",\n \"TEXTURE5\",\n \"TEXTURE6\",\n \"TEXTURE7\",\n \"TEXTURE8\",\n \"TEXTURE9\",\n \"TEXTURE_2D\",\n \"TEXTURE_BINDING_2D\",\n \"TEXTURE_BINDING_CUBE_MAP\",\n \"TEXTURE_CUBE_MAP\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_X\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_Y\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_Z\",\n \"TEXTURE_CUBE_MAP_POSITIVE_X\",\n \"TEXTURE_CUBE_MAP_POSITIVE_Y\",\n \"TEXTURE_CUBE_MAP_POSITIVE_Z\",\n \"TEXTURE_MAG_FILTER\",\n \"TEXTURE_MAX_ANISOTROPY_EXT\",\n \"TEXTURE_MIN_FILTER\",\n \"TEXTURE_WRAP_S\",\n \"TEXTURE_WRAP_T\",\n \"TEXT_NODE\",\n \"TIMEOUT\",\n \"TIMEOUT_ERR\",\n \"TOO_LARGE_ERR\",\n \"TRANSACTION_INACTIVE_ERR\",\n \"TRIANGLE\",\n \"TRIANGLES\",\n \"TRIANGLE_FAN\",\n \"TRIANGLE_STRIP\",\n \"TYPE_BACK_FORWARD\",\n \"TYPE_ERR\",\n \"TYPE_MISMATCH_ERR\",\n \"TYPE_NAVIGATE\",\n \"TYPE_RELOAD\",\n \"TYPE_RESERVED\",\n \"Text\",\n \"TextDecoder\",\n \"TextEncoder\",\n \"TextEvent\",\n \"TextMetrics\",\n \"TextTrack\",\n \"TextTrackCue\",\n \"TextTrackCueList\",\n \"TextTrackList\",\n \"TimeEvent\",\n \"TimeRanges\",\n \"Touch\",\n \"TouchEvent\",\n \"TouchList\",\n \"TrackEvent\",\n \"TransitionEvent\",\n \"TreeWalker\",\n \"TypeError\",\n \"UIEvent\",\n \"UNCACHED\",\n \"UNKNOWN_ERR\",\n \"UNKNOWN_RULE\",\n \"UNMASKED_RENDERER_WEBGL\",\n \"UNMASKED_VENDOR_WEBGL\",\n \"UNORDERED_NODE_ITERATOR_TYPE\",\n \"UNORDERED_NODE_SNAPSHOT_TYPE\",\n \"UNPACK_ALIGNMENT\",\n \"UNPACK_COLORSPACE_CONVERSION_WEBGL\",\n \"UNPACK_FLIP_Y_WEBGL\",\n \"UNPACK_PREMULTIPLY_ALPHA_WEBGL\",\n \"UNSCHEDULED_STATE\",\n \"UNSENT\",\n \"UNSIGNED_BYTE\",\n \"UNSIGNED_INT\",\n \"UNSIGNED_SHORT\",\n \"UNSIGNED_SHORT_4_4_4_4\",\n \"UNSIGNED_SHORT_5_5_5_1\",\n \"UNSIGNED_SHORT_5_6_5\",\n \"UNSPECIFIED_EVENT_TYPE_ERR\",\n \"UPDATEREADY\",\n \"URIError\",\n \"URL\",\n \"URLSearchParams\",\n \"URLUnencoded\",\n \"URL_MISMATCH_ERR\",\n \"UTC\",\n \"Uint16Array\",\n \"Uint32Array\",\n \"Uint8Array\",\n \"Uint8ClampedArray\",\n \"UserMessageHandler\",\n \"UserMessageHandlersNamespace\",\n \"UserProximityEvent\",\n \"VALIDATE_STATUS\",\n \"VALIDATION_ERR\",\n \"VARIABLES_RULE\",\n \"VENDOR\",\n \"VERSION\",\n \"VERSION_CHANGE\",\n \"VERSION_ERR\",\n \"VERTEX_ATTRIB_ARRAY_BUFFER_BINDING\",\n \"VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE\",\n \"VERTEX_ATTRIB_ARRAY_ENABLED\",\n \"VERTEX_ATTRIB_ARRAY_NORMALIZED\",\n \"VERTEX_ATTRIB_ARRAY_POINTER\",\n \"VERTEX_ATTRIB_ARRAY_SIZE\",\n \"VERTEX_ATTRIB_ARRAY_STRIDE\",\n \"VERTEX_ATTRIB_ARRAY_TYPE\",\n \"VERTEX_SHADER\",\n \"VERTICAL\",\n \"VERTICAL_AXIS\",\n \"VER_ERR\",\n \"VIEWPORT\",\n \"VIEWPORT_RULE\",\n \"VTTCue\",\n \"VTTRegion\",\n \"ValidityState\",\n \"VideoStreamTrack\",\n \"WEBKIT_FILTER_RULE\",\n \"WEBKIT_KEYFRAMES_RULE\",\n \"WEBKIT_KEYFRAME_RULE\",\n \"WEBKIT_REGION_RULE\",\n \"WRONG_DOCUMENT_ERR\",\n \"WaveShaperNode\",\n \"WeakMap\",\n \"WeakSet\",\n \"WebGLActiveInfo\",\n \"WebGLBuffer\",\n \"WebGLContextEvent\",\n \"WebGLFramebuffer\",\n \"WebGLProgram\",\n \"WebGLRenderbuffer\",\n \"WebGLRenderingContext\",\n \"WebGLShader\",\n \"WebGLShaderPrecisionFormat\",\n \"WebGLTexture\",\n \"WebGLUniformLocation\",\n \"WebGLVertexArray\",\n \"WebKitAnimationEvent\",\n \"WebKitBlobBuilder\",\n \"WebKitCSSFilterRule\",\n \"WebKitCSSFilterValue\",\n \"WebKitCSSKeyframeRule\",\n \"WebKitCSSKeyframesRule\",\n \"WebKitCSSMatrix\",\n \"WebKitCSSRegionRule\",\n \"WebKitCSSTransformValue\",\n \"WebKitDataCue\",\n \"WebKitGamepad\",\n \"WebKitMediaKeyError\",\n \"WebKitMediaKeyMessageEvent\",\n \"WebKitMediaKeySession\",\n \"WebKitMediaKeys\",\n \"WebKitMediaSource\",\n \"WebKitMutationObserver\",\n \"WebKitNamespace\",\n \"WebKitPlaybackTargetAvailabilityEvent\",\n \"WebKitPoint\",\n \"WebKitShadowRoot\",\n \"WebKitSourceBuffer\",\n \"WebKitSourceBufferList\",\n \"WebKitTransitionEvent\",\n \"WebSocket\",\n \"WheelEvent\",\n \"Window\",\n \"Worker\",\n \"XMLDocument\",\n \"XMLHttpRequest\",\n \"XMLHttpRequestEventTarget\",\n \"XMLHttpRequestException\",\n \"XMLHttpRequestProgressEvent\",\n \"XMLHttpRequestUpload\",\n \"XMLSerializer\",\n \"XMLStylesheetProcessingInstruction\",\n \"XPathEvaluator\",\n \"XPathException\",\n \"XPathExpression\",\n \"XPathNSResolver\",\n \"XPathResult\",\n \"XSLTProcessor\",\n \"ZERO\",\n \"_XD0M_\",\n \"_YD0M_\",\n \"__defineGetter__\",\n \"__defineSetter__\",\n \"__lookupGetter__\",\n \"__lookupSetter__\",\n \"__opera\",\n \"__proto__\",\n \"_browserjsran\",\n \"a\",\n \"aLink\",\n \"abbr\",\n \"abort\",\n \"abs\",\n \"absolute\",\n \"acceleration\",\n \"accelerationIncludingGravity\",\n \"accelerator\",\n \"accept\",\n \"acceptCharset\",\n \"acceptNode\",\n \"accessKey\",\n \"accessKeyLabel\",\n \"accuracy\",\n \"acos\",\n \"acosh\",\n \"action\",\n \"actionURL\",\n \"active\",\n \"activeCues\",\n \"activeElement\",\n \"activeSourceBuffers\",\n \"activeSourceCount\",\n \"activeTexture\",\n \"add\",\n \"addBehavior\",\n \"addCandidate\",\n \"addColorStop\",\n \"addCue\",\n \"addElement\",\n \"addEventListener\",\n \"addFilter\",\n \"addFromString\",\n \"addFromUri\",\n \"addIceCandidate\",\n \"addImport\",\n \"addListener\",\n \"addNamed\",\n \"addPageRule\",\n \"addPath\",\n \"addPointer\",\n \"addRange\",\n \"addRegion\",\n \"addRule\",\n \"addSearchEngine\",\n \"addSourceBuffer\",\n \"addStream\",\n \"addTextTrack\",\n \"addTrack\",\n \"addWakeLockListener\",\n \"addedNodes\",\n \"additionalName\",\n \"additiveSymbols\",\n \"addons\",\n \"adoptNode\",\n \"adr\",\n \"advance\",\n \"alert\",\n \"algorithm\",\n \"align\",\n \"align-content\",\n \"align-items\",\n \"align-self\",\n \"alignContent\",\n \"alignItems\",\n \"alignSelf\",\n \"alignmentBaseline\",\n \"alinkColor\",\n \"all\",\n \"allowFullscreen\",\n \"allowedDirections\",\n \"alpha\",\n \"alt\",\n \"altGraphKey\",\n \"altHtml\",\n \"altKey\",\n \"altLeft\",\n \"altitude\",\n \"altitudeAccuracy\",\n \"amplitude\",\n \"ancestorOrigins\",\n \"anchor\",\n \"anchorNode\",\n \"anchorOffset\",\n \"anchors\",\n \"angle\",\n \"animVal\",\n \"animate\",\n \"animatedInstanceRoot\",\n \"animatedNormalizedPathSegList\",\n \"animatedPathSegList\",\n \"animatedPoints\",\n \"animation\",\n \"animation-delay\",\n \"animation-direction\",\n \"animation-duration\",\n \"animation-fill-mode\",\n \"animation-iteration-count\",\n \"animation-name\",\n \"animation-play-state\",\n \"animation-timing-function\",\n \"animationDelay\",\n \"animationDirection\",\n \"animationDuration\",\n \"animationFillMode\",\n \"animationIterationCount\",\n \"animationName\",\n \"animationPlayState\",\n \"animationStartTime\",\n \"animationTimingFunction\",\n \"animationsPaused\",\n \"anniversary\",\n \"app\",\n \"appCodeName\",\n \"appMinorVersion\",\n \"appName\",\n \"appNotifications\",\n \"appVersion\",\n \"append\",\n \"appendBuffer\",\n \"appendChild\",\n \"appendData\",\n \"appendItem\",\n \"appendMedium\",\n \"appendNamed\",\n \"appendRule\",\n \"appendStream\",\n \"appendWindowEnd\",\n \"appendWindowStart\",\n \"applets\",\n \"applicationCache\",\n \"apply\",\n \"applyElement\",\n \"arc\",\n \"arcTo\",\n \"archive\",\n \"areas\",\n \"arguments\",\n \"arrayBuffer\",\n \"asin\",\n \"asinh\",\n \"assert\",\n \"assign\",\n \"async\",\n \"atEnd\",\n \"atan\",\n \"atan2\",\n \"atanh\",\n \"atob\",\n \"attachEvent\",\n \"attachShader\",\n \"attachments\",\n \"attack\",\n \"attrChange\",\n \"attrName\",\n \"attributeName\",\n \"attributeNamespace\",\n \"attributes\",\n \"audioTracks\",\n \"autoIncrement\",\n \"autobuffer\",\n \"autocapitalize\",\n \"autocomplete\",\n \"autocorrect\",\n \"autofocus\",\n \"autoplay\",\n \"availHeight\",\n \"availLeft\",\n \"availTop\",\n \"availWidth\",\n \"availability\",\n \"available\",\n \"aversion\",\n \"axes\",\n \"axis\",\n \"azimuth\",\n \"b\",\n \"back\",\n \"backface-visibility\",\n \"backfaceVisibility\",\n \"background\",\n \"background-attachment\",\n \"background-blend-mode\",\n \"background-clip\",\n \"background-color\",\n \"background-image\",\n \"background-origin\",\n \"background-position\",\n \"background-repeat\",\n \"background-size\",\n \"backgroundAttachment\",\n \"backgroundBlendMode\",\n \"backgroundClip\",\n \"backgroundColor\",\n \"backgroundImage\",\n \"backgroundOrigin\",\n \"backgroundPosition\",\n \"backgroundPositionX\",\n \"backgroundPositionY\",\n \"backgroundRepeat\",\n \"backgroundSize\",\n \"badInput\",\n \"balance\",\n \"baseFrequencyX\",\n \"baseFrequencyY\",\n \"baseNode\",\n \"baseOffset\",\n \"baseURI\",\n \"baseVal\",\n \"baselineShift\",\n \"battery\",\n \"bday\",\n \"beginElement\",\n \"beginElementAt\",\n \"beginPath\",\n \"behavior\",\n \"behaviorCookie\",\n \"behaviorPart\",\n \"behaviorUrns\",\n \"beta\",\n \"bezierCurveTo\",\n \"bgColor\",\n \"bgProperties\",\n \"bias\",\n \"big\",\n \"binaryType\",\n \"bind\",\n \"bindAttribLocation\",\n \"bindBuffer\",\n \"bindFramebuffer\",\n \"bindRenderbuffer\",\n \"bindTexture\",\n \"blendColor\",\n \"blendEquation\",\n \"blendEquationSeparate\",\n \"blendFunc\",\n \"blendFuncSeparate\",\n \"blink\",\n \"blob\",\n \"blockDirection\",\n \"blue\",\n \"blur\",\n \"body\",\n \"bodyUsed\",\n \"bold\",\n \"bookmarks\",\n \"booleanValue\",\n \"border\",\n \"border-bottom\",\n \"border-bottom-color\",\n \"border-bottom-left-radius\",\n \"border-bottom-right-radius\",\n \"border-bottom-style\",\n \"border-bottom-width\",\n \"border-collapse\",\n \"border-color\",\n \"border-image\",\n \"border-image-outset\",\n \"border-image-repeat\",\n \"border-image-slice\",\n \"border-image-source\",\n \"border-image-width\",\n \"border-left\",\n \"border-left-color\",\n \"border-left-style\",\n \"border-left-width\",\n \"border-radius\",\n \"border-right\",\n \"border-right-color\",\n \"border-right-style\",\n \"border-right-width\",\n \"border-spacing\",\n \"border-style\",\n \"border-top\",\n \"border-top-color\",\n \"border-top-left-radius\",\n \"border-top-right-radius\",\n \"border-top-style\",\n \"border-top-width\",\n \"border-width\",\n \"borderBottom\",\n \"borderBottomColor\",\n \"borderBottomLeftRadius\",\n \"borderBottomRightRadius\",\n \"borderBottomStyle\",\n \"borderBottomWidth\",\n \"borderCollapse\",\n \"borderColor\",\n \"borderColorDark\",\n \"borderColorLight\",\n \"borderImage\",\n \"borderImageOutset\",\n \"borderImageRepeat\",\n \"borderImageSlice\",\n \"borderImageSource\",\n \"borderImageWidth\",\n \"borderLeft\",\n \"borderLeftColor\",\n \"borderLeftStyle\",\n \"borderLeftWidth\",\n \"borderRadius\",\n \"borderRight\",\n \"borderRightColor\",\n \"borderRightStyle\",\n \"borderRightWidth\",\n \"borderSpacing\",\n \"borderStyle\",\n \"borderTop\",\n \"borderTopColor\",\n \"borderTopLeftRadius\",\n \"borderTopRightRadius\",\n \"borderTopStyle\",\n \"borderTopWidth\",\n \"borderWidth\",\n \"bottom\",\n \"bottomMargin\",\n \"bound\",\n \"boundElements\",\n \"boundingClientRect\",\n \"boundingHeight\",\n \"boundingLeft\",\n \"boundingTop\",\n \"boundingWidth\",\n \"bounds\",\n \"box-decoration-break\",\n \"box-shadow\",\n \"box-sizing\",\n \"boxDecorationBreak\",\n \"boxShadow\",\n \"boxSizing\",\n \"breakAfter\",\n \"breakBefore\",\n \"breakInside\",\n \"browserLanguage\",\n \"btoa\",\n \"bubbles\",\n \"buffer\",\n \"bufferData\",\n \"bufferDepth\",\n \"bufferSize\",\n \"bufferSubData\",\n \"buffered\",\n \"bufferedAmount\",\n \"buildID\",\n \"buildNumber\",\n \"button\",\n \"buttonID\",\n \"buttons\",\n \"byteLength\",\n \"byteOffset\",\n \"c\",\n \"call\",\n \"caller\",\n \"canBeFormatted\",\n \"canBeMounted\",\n \"canBeShared\",\n \"canHaveChildren\",\n \"canHaveHTML\",\n \"canPlayType\",\n \"cancel\",\n \"cancelAnimationFrame\",\n \"cancelBubble\",\n \"cancelScheduledValues\",\n \"cancelable\",\n \"candidate\",\n \"canvas\",\n \"caption\",\n \"caption-side\",\n \"captionSide\",\n \"captureEvents\",\n \"captureStackTrace\",\n \"caretPositionFromPoint\",\n \"caretRangeFromPoint\",\n \"cast\",\n \"catch\",\n \"category\",\n \"cbrt\",\n \"cd\",\n \"ceil\",\n \"cellIndex\",\n \"cellPadding\",\n \"cellSpacing\",\n \"cells\",\n \"ch\",\n \"chOff\",\n \"chain\",\n \"challenge\",\n \"changedTouches\",\n \"channel\",\n \"channelCount\",\n \"channelCountMode\",\n \"channelInterpretation\",\n \"char\",\n \"charAt\",\n \"charCode\",\n \"charCodeAt\",\n \"charIndex\",\n \"characterSet\",\n \"charging\",\n \"chargingTime\",\n \"charset\",\n \"checkEnclosure\",\n \"checkFramebufferStatus\",\n \"checkIntersection\",\n \"checkValidity\",\n \"checked\",\n \"childElementCount\",\n \"childNodes\",\n \"children\",\n \"chrome\",\n \"ciphertext\",\n \"cite\",\n \"classList\",\n \"className\",\n \"classid\",\n \"clear\",\n \"clearAttributes\",\n \"clearColor\",\n \"clearData\",\n \"clearDepth\",\n \"clearImmediate\",\n \"clearInterval\",\n \"clearMarks\",\n \"clearMeasures\",\n \"clearParameters\",\n \"clearRect\",\n \"clearResourceTimings\",\n \"clearShadow\",\n \"clearStencil\",\n \"clearTimeout\",\n \"clearWatch\",\n \"click\",\n \"clickCount\",\n \"clientHeight\",\n \"clientInformation\",\n \"clientLeft\",\n \"clientRect\",\n \"clientRects\",\n \"clientTop\",\n \"clientWidth\",\n \"clientX\",\n \"clientY\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"clipBottom\",\n \"clipLeft\",\n \"clipPath\",\n \"clipPathUnits\",\n \"clipRight\",\n \"clipRule\",\n \"clipTop\",\n \"clipboardData\",\n \"clone\",\n \"cloneContents\",\n \"cloneNode\",\n \"cloneRange\",\n \"close\",\n \"closePath\",\n \"closed\",\n \"closest\",\n \"clz\",\n \"clz32\",\n \"cmp\",\n \"code\",\n \"codeBase\",\n \"codePointAt\",\n \"codeType\",\n \"colSpan\",\n \"collapse\",\n \"collapseToEnd\",\n \"collapseToStart\",\n \"collapsed\",\n \"collect\",\n \"colno\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"colorDepth\",\n \"colorInterpolation\",\n \"colorInterpolationFilters\",\n \"colorMask\",\n \"colorType\",\n \"cols\",\n \"columnCount\",\n \"columnFill\",\n \"columnGap\",\n \"columnNumber\",\n \"columnRule\",\n \"columnRuleColor\",\n \"columnRuleStyle\",\n \"columnRuleWidth\",\n \"columnSpan\",\n \"columnWidth\",\n \"columns\",\n \"command\",\n \"commitPreferences\",\n \"commonAncestorContainer\",\n \"compact\",\n \"compareBoundaryPoints\",\n \"compareDocumentPosition\",\n \"compareEndPoints\",\n \"compareNode\",\n \"comparePoint\",\n \"compatMode\",\n \"compatible\",\n \"compile\",\n \"compileShader\",\n \"complete\",\n \"componentFromPoint\",\n \"compositionEndOffset\",\n \"compositionStartOffset\",\n \"compressedTexImage2D\",\n \"compressedTexSubImage2D\",\n \"concat\",\n \"conditionText\",\n \"coneInnerAngle\",\n \"coneOuterAngle\",\n \"coneOuterGain\",\n \"confirm\",\n \"confirmComposition\",\n \"confirmSiteSpecificTrackingException\",\n \"confirmWebWideTrackingException\",\n \"connect\",\n \"connectEnd\",\n \"connectStart\",\n \"connected\",\n \"connection\",\n \"connectionSpeed\",\n \"console\",\n \"consolidate\",\n \"constrictionActive\",\n \"constructor\",\n \"contactID\",\n \"contains\",\n \"containsNode\",\n \"content\",\n \"contentDocument\",\n \"contentEditable\",\n \"contentOverflow\",\n \"contentScriptType\",\n \"contentStyleType\",\n \"contentType\",\n \"contentWindow\",\n \"context\",\n \"contextMenu\",\n \"contextmenu\",\n \"continue\",\n \"continuous\",\n \"control\",\n \"controller\",\n \"controls\",\n \"convertToSpecifiedUnits\",\n \"cookie\",\n \"cookieEnabled\",\n \"coords\",\n \"copyFromChannel\",\n \"copyTexImage2D\",\n \"copyTexSubImage2D\",\n \"copyToChannel\",\n \"copyWithin\",\n \"correspondingElement\",\n \"correspondingUseElement\",\n \"cos\",\n \"cosh\",\n \"count\",\n \"counter-increment\",\n \"counter-reset\",\n \"counterIncrement\",\n \"counterReset\",\n \"cpuClass\",\n \"cpuSleepAllowed\",\n \"create\",\n \"createAnalyser\",\n \"createAnswer\",\n \"createAttribute\",\n \"createAttributeNS\",\n \"createBiquadFilter\",\n \"createBuffer\",\n \"createBufferSource\",\n \"createCDATASection\",\n \"createCSSStyleSheet\",\n \"createCaption\",\n \"createChannelMerger\",\n \"createChannelSplitter\",\n \"createComment\",\n \"createContextualFragment\",\n \"createControlRange\",\n \"createConvolver\",\n \"createDTMFSender\",\n \"createDataChannel\",\n \"createDelay\",\n \"createDelayNode\",\n \"createDocument\",\n \"createDocumentFragment\",\n \"createDocumentType\",\n \"createDynamicsCompressor\",\n \"createElement\",\n \"createElementNS\",\n \"createEntityReference\",\n \"createEvent\",\n \"createEventObject\",\n \"createExpression\",\n \"createFramebuffer\",\n \"createFunction\",\n \"createGain\",\n \"createGainNode\",\n \"createHTMLDocument\",\n \"createImageBitmap\",\n \"createImageData\",\n \"createIndex\",\n \"createJavaScriptNode\",\n \"createLinearGradient\",\n \"createMediaElementSource\",\n \"createMediaKeys\",\n \"createMediaStreamDestination\",\n \"createMediaStreamSource\",\n \"createMutableFile\",\n \"createNSResolver\",\n \"createNodeIterator\",\n \"createNotification\",\n \"createObjectStore\",\n \"createObjectURL\",\n \"createOffer\",\n \"createOscillator\",\n \"createPanner\",\n \"createPattern\",\n \"createPeriodicWave\",\n \"createPopup\",\n \"createProcessingInstruction\",\n \"createProgram\",\n \"createRadialGradient\",\n \"createRange\",\n \"createRangeCollection\",\n \"createRenderbuffer\",\n \"createSVGAngle\",\n \"createSVGLength\",\n \"createSVGMatrix\",\n \"createSVGNumber\",\n \"createSVGPathSegArcAbs\",\n \"createSVGPathSegArcRel\",\n \"createSVGPathSegClosePath\",\n \"createSVGPathSegCurvetoCubicAbs\",\n \"createSVGPathSegCurvetoCubicRel\",\n \"createSVGPathSegCurvetoCubicSmoothAbs\",\n \"createSVGPathSegCurvetoCubicSmoothRel\",\n \"createSVGPathSegCurvetoQuadraticAbs\",\n \"createSVGPathSegCurvetoQuadraticRel\",\n \"createSVGPathSegCurvetoQuadraticSmoothAbs\",\n \"createSVGPathSegCurvetoQuadraticSmoothRel\",\n \"createSVGPathSegLinetoAbs\",\n \"createSVGPathSegLinetoHorizontalAbs\",\n \"createSVGPathSegLinetoHorizontalRel\",\n \"createSVGPathSegLinetoRel\",\n \"createSVGPathSegLinetoVerticalAbs\",\n \"createSVGPathSegLinetoVerticalRel\",\n \"createSVGPathSegMovetoAbs\",\n \"createSVGPathSegMovetoRel\",\n \"createSVGPoint\",\n \"createSVGRect\",\n \"createSVGTransform\",\n \"createSVGTransformFromMatrix\",\n \"createScriptProcessor\",\n \"createSession\",\n \"createShader\",\n \"createShadowRoot\",\n \"createStereoPanner\",\n \"createStyleSheet\",\n \"createTBody\",\n \"createTFoot\",\n \"createTHead\",\n \"createTextNode\",\n \"createTextRange\",\n \"createTexture\",\n \"createTouch\",\n \"createTouchList\",\n \"createTreeWalker\",\n \"createWaveShaper\",\n \"creationTime\",\n \"crossOrigin\",\n \"crypto\",\n \"csi\",\n \"cssFloat\",\n \"cssRules\",\n \"cssText\",\n \"cssValueType\",\n \"ctrlKey\",\n \"ctrlLeft\",\n \"cues\",\n \"cullFace\",\n \"currentNode\",\n \"currentPage\",\n \"currentScale\",\n \"currentScript\",\n \"currentSrc\",\n \"currentState\",\n \"currentStyle\",\n \"currentTarget\",\n \"currentTime\",\n \"currentTranslate\",\n \"currentView\",\n \"cursor\",\n \"curve\",\n \"customError\",\n \"cx\",\n \"cy\",\n \"d\",\n \"data\",\n \"dataFld\",\n \"dataFormatAs\",\n \"dataPageSize\",\n \"dataSrc\",\n \"dataTransfer\",\n \"database\",\n \"dataset\",\n \"dateTime\",\n \"db\",\n \"debug\",\n \"debuggerEnabled\",\n \"declare\",\n \"decode\",\n \"decodeAudioData\",\n \"decodingInfo\",\n \"decodeURI\",\n \"decodeURIComponent\",\n \"decrypt\",\n \"default\",\n \"defaultCharset\",\n \"defaultChecked\",\n \"defaultMuted\",\n \"defaultPlaybackRate\",\n \"defaultPrevented\",\n \"defaultSelected\",\n \"defaultStatus\",\n \"defaultURL\",\n \"defaultValue\",\n \"defaultView\",\n \"defaultstatus\",\n \"defer\",\n \"defineMagicFunction\",\n \"defineMagicVariable\",\n \"defineProperties\",\n \"defineProperty\",\n \"delayTime\",\n \"delete\",\n \"deleteBuffer\",\n \"deleteCaption\",\n \"deleteCell\",\n \"deleteContents\",\n \"deleteData\",\n \"deleteDatabase\",\n \"deleteFramebuffer\",\n \"deleteFromDocument\",\n \"deleteIndex\",\n \"deleteMedium\",\n \"deleteObjectStore\",\n \"deleteProgram\",\n \"deleteRenderbuffer\",\n \"deleteRow\",\n \"deleteRule\",\n \"deleteShader\",\n \"deleteTFoot\",\n \"deleteTHead\",\n \"deleteTexture\",\n \"deliverChangeRecords\",\n \"delivery\",\n \"deliveryInfo\",\n \"deliveryStatus\",\n \"deliveryTimestamp\",\n \"delta\",\n \"deltaMode\",\n \"deltaX\",\n \"deltaY\",\n \"deltaZ\",\n \"depthFunc\",\n \"depthMask\",\n \"depthRange\",\n \"deriveBits\",\n \"deriveKey\",\n \"description\",\n \"deselectAll\",\n \"designMode\",\n \"destination\",\n \"destinationURL\",\n \"detach\",\n \"detachEvent\",\n \"detachShader\",\n \"detail\",\n \"detune\",\n \"devicePixelRatio\",\n \"deviceXDPI\",\n \"deviceYDPI\",\n \"diffuseConstant\",\n \"digest\",\n \"dimensions\",\n \"dir\",\n \"dirName\",\n \"direction\",\n \"dirxml\",\n \"disable\",\n \"disableVertexAttribArray\",\n \"disabled\",\n \"dischargingTime\",\n \"disconnect\",\n \"dispatchEvent\",\n \"display\",\n \"distanceModel\",\n \"divisor\",\n \"djsapi\",\n \"djsproxy\",\n \"doImport\",\n \"doNotTrack\",\n \"doScroll\",\n \"doctype\",\n \"document\",\n \"documentElement\",\n \"documentMode\",\n \"documentURI\",\n \"dolphin\",\n \"dolphinGameCenter\",\n \"dolphininfo\",\n \"dolphinmeta\",\n \"domComplete\",\n \"domContentLoadedEventEnd\",\n \"domContentLoadedEventStart\",\n \"domInteractive\",\n \"domLoading\",\n \"domain\",\n \"domainLookupEnd\",\n \"domainLookupStart\",\n \"dominant-baseline\",\n \"dominantBaseline\",\n \"done\",\n \"dopplerFactor\",\n \"download\",\n \"dragDrop\",\n \"draggable\",\n \"drawArrays\",\n \"drawArraysInstancedANGLE\",\n \"drawCustomFocusRing\",\n \"drawElements\",\n \"drawElementsInstancedANGLE\",\n \"drawFocusIfNeeded\",\n \"drawImage\",\n \"drawImageFromRect\",\n \"drawSystemFocusRing\",\n \"drawingBufferHeight\",\n \"drawingBufferWidth\",\n \"dropEffect\",\n \"droppedVideoFrames\",\n \"dropzone\",\n \"dump\",\n \"duplicate\",\n \"duration\",\n \"dvname\",\n \"dvnum\",\n \"dx\",\n \"dy\",\n \"dynsrc\",\n \"e\",\n \"edgeMode\",\n \"effectAllowed\",\n \"elapsedTime\",\n \"elementFromPoint\",\n \"elements\",\n \"elevation\",\n \"ellipse\",\n \"email\",\n \"embeds\",\n \"empty\",\n \"empty-cells\",\n \"emptyCells\",\n \"enable\",\n \"enableBackground\",\n \"enableStyleSheetsForSet\",\n \"enableVertexAttribArray\",\n \"enabled\",\n \"enabledPlugin\",\n \"encode\",\n \"encodeURI\",\n \"encodeURIComponent\",\n \"encoding\",\n \"encrypt\",\n \"enctype\",\n \"end\",\n \"endContainer\",\n \"endElement\",\n \"endElementAt\",\n \"endOfStream\",\n \"endOffset\",\n \"endTime\",\n \"ended\",\n \"endsWith\",\n \"entities\",\n \"entries\",\n \"entryType\",\n \"enumerate\",\n \"enumerateEditable\",\n \"error\",\n \"errorCode\",\n \"escape\",\n \"eval\",\n \"evaluate\",\n \"event\",\n \"eventPhase\",\n \"every\",\n \"exception\",\n \"exec\",\n \"execCommand\",\n \"execCommandShowHelp\",\n \"execScript\",\n \"exitFullscreen\",\n \"exitPointerLock\",\n \"exp\",\n \"expand\",\n \"expandEntityReferences\",\n \"expando\",\n \"expansion\",\n \"expiryDate\",\n \"explicitOriginalTarget\",\n \"expm1\",\n \"exponent\",\n \"exponentialRampToValueAtTime\",\n \"exportKey\",\n \"extend\",\n \"extensions\",\n \"extentNode\",\n \"extentOffset\",\n \"external\",\n \"externalResourcesRequired\",\n \"extractContents\",\n \"extractable\",\n \"f\",\n \"face\",\n \"factoryReset\",\n \"fallback\",\n \"familyName\",\n \"farthestViewportElement\",\n \"fastSeek\",\n \"fatal\",\n \"fetch\",\n \"fetchStart\",\n \"fftSize\",\n \"fgColor\",\n \"fileCreatedDate\",\n \"fileHandle\",\n \"fileModifiedDate\",\n \"fileName\",\n \"fileSize\",\n \"fileUpdatedDate\",\n \"filename\",\n \"files\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"fillOpacity\",\n \"fillRect\",\n \"fillRule\",\n \"fillStyle\",\n \"fillText\",\n \"filter\",\n \"filterResX\",\n \"filterResY\",\n \"filterUnits\",\n \"filters\",\n \"finally\",\n \"find\",\n \"findIndex\",\n \"findRule\",\n \"findText\",\n \"finish\",\n \"fireEvent\",\n \"firstChild\",\n \"firstElementChild\",\n \"firstPage\",\n \"fixed\",\n \"flex\",\n \"flex-basis\",\n \"flex-direction\",\n \"flex-flow\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"flexBasis\",\n \"flexDirection\",\n \"flexFlow\",\n \"flexGrow\",\n \"flexShrink\",\n \"flexWrap\",\n \"flipX\",\n \"flipY\",\n \"float\",\n \"flood-color\",\n \"flood-opacity\",\n \"floodColor\",\n \"floodOpacity\",\n \"floor\",\n \"flush\",\n \"focus\",\n \"focusNode\",\n \"focusOffset\",\n \"font\",\n \"font-family\",\n \"font-feature-settings\",\n \"font-kerning\",\n \"font-language-override\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-synthesis\",\n \"font-variant\",\n \"font-variant-alternates\",\n \"font-variant-caps\",\n \"font-variant-east-asian\",\n \"font-variant-ligatures\",\n \"font-variant-numeric\",\n \"font-variant-position\",\n \"font-weight\",\n \"fontFamily\",\n \"fontFeatureSettings\",\n \"fontKerning\",\n \"fontLanguageOverride\",\n \"fontSize\",\n \"fontSizeAdjust\",\n \"fontSmoothingEnabled\",\n \"fontStretch\",\n \"fontStyle\",\n \"fontSynthesis\",\n \"fontVariant\",\n \"fontVariantAlternates\",\n \"fontVariantCaps\",\n \"fontVariantEastAsian\",\n \"fontVariantLigatures\",\n \"fontVariantNumeric\",\n \"fontVariantPosition\",\n \"fontWeight\",\n \"fontcolor\",\n \"fonts\",\n \"fontsize\",\n \"for\",\n \"forEach\",\n \"forceRedraw\",\n \"form\",\n \"formAction\",\n \"formEnctype\",\n \"formMethod\",\n \"formNoValidate\",\n \"formTarget\",\n \"format\",\n \"forms\",\n \"forward\",\n \"fr\",\n \"frame\",\n \"frameBorder\",\n \"frameElement\",\n \"frameSpacing\",\n \"framebufferRenderbuffer\",\n \"framebufferTexture2D\",\n \"frames\",\n \"freeSpace\",\n \"freeze\",\n \"frequency\",\n \"frequencyBinCount\",\n \"from\",\n \"fromCharCode\",\n \"fromCodePoint\",\n \"fromElement\",\n \"frontFace\",\n \"fround\",\n \"fullScreen\",\n \"fullscreenElement\",\n \"fullscreenEnabled\",\n \"fx\",\n \"fy\",\n \"gain\",\n \"gamepad\",\n \"gamma\",\n \"genderIdentity\",\n \"generateKey\",\n \"generateMipmap\",\n \"generateRequest\",\n \"geolocation\",\n \"gestureObject\",\n \"get\",\n \"getActiveAttrib\",\n \"getActiveUniform\",\n \"getAdjacentText\",\n \"getAll\",\n \"getAllResponseHeaders\",\n \"getAsFile\",\n \"getAsString\",\n \"getAttachedShaders\",\n \"getAttribLocation\",\n \"getAttribute\",\n \"getAttributeNS\",\n \"getAttributeNode\",\n \"getAttributeNodeNS\",\n \"getAudioTracks\",\n \"getBBox\",\n \"getBattery\",\n \"getBlob\",\n \"getBookmark\",\n \"getBoundingClientRect\",\n \"getBufferParameter\",\n \"getByteFrequencyData\",\n \"getByteTimeDomainData\",\n \"getCSSCanvasContext\",\n \"getCTM\",\n \"getCandidateWindowClientRect\",\n \"getChannelData\",\n \"getCharNumAtPosition\",\n \"getClientRect\",\n \"getClientRects\",\n \"getCompositionAlternatives\",\n \"getComputedStyle\",\n \"getComputedTextLength\",\n \"getConfiguration\",\n \"getContext\",\n \"getContextAttributes\",\n \"getCounterValue\",\n \"getCueAsHTML\",\n \"getCueById\",\n \"getCurrentPosition\",\n \"getCurrentTime\",\n \"getData\",\n \"getDatabaseNames\",\n \"getDate\",\n \"getDay\",\n \"getDefaultComputedStyle\",\n \"getDestinationInsertionPoints\",\n \"getDistributedNodes\",\n \"getEditable\",\n \"getElementById\",\n \"getElementsByClassName\",\n \"getElementsByName\",\n \"getElementsByTagName\",\n \"getElementsByTagNameNS\",\n \"getEnclosureList\",\n \"getEndPositionOfChar\",\n \"getEntries\",\n \"getEntriesByName\",\n \"getEntriesByType\",\n \"getError\",\n \"getExtension\",\n \"getExtentOfChar\",\n \"getFeature\",\n \"getFile\",\n \"getFloat32\",\n \"getFloat64\",\n \"getFloatFrequencyData\",\n \"getFloatTimeDomainData\",\n \"getFloatValue\",\n \"getFramebufferAttachmentParameter\",\n \"getFrequencyResponse\",\n \"getFullYear\",\n \"getGamepads\",\n \"getHours\",\n \"getImageData\",\n \"getInt16\",\n \"getInt32\",\n \"getInt8\",\n \"getIntersectionList\",\n \"getItem\",\n \"getItems\",\n \"getKey\",\n \"getLineDash\",\n \"getLocalStreams\",\n \"getMarks\",\n \"getMatchedCSSRules\",\n \"getMeasures\",\n \"getMetadata\",\n \"getMilliseconds\",\n \"getMinutes\",\n \"getModifierState\",\n \"getMonth\",\n \"getNamedItem\",\n \"getNamedItemNS\",\n \"getNotifier\",\n \"getNumberOfChars\",\n \"getOverrideHistoryNavigationMode\",\n \"getOverrideStyle\",\n \"getOwnPropertyDescriptor\",\n \"getOwnPropertyNames\",\n \"getOwnPropertySymbols\",\n \"getParameter\",\n \"getPathSegAtLength\",\n \"getPointAtLength\",\n \"getPreference\",\n \"getPreferenceDefault\",\n \"getPresentationAttribute\",\n \"getPreventDefault\",\n \"getProgramInfoLog\",\n \"getProgramParameter\",\n \"getPropertyCSSValue\",\n \"getPropertyPriority\",\n \"getPropertyShorthand\",\n \"getPropertyValue\",\n \"getPrototypeOf\",\n \"getRGBColorValue\",\n \"getRandomValues\",\n \"getRangeAt\",\n \"getReceivers\",\n \"getRectValue\",\n \"getRegistration\",\n \"getRemoteStreams\",\n \"getRenderbufferParameter\",\n \"getResponseHeader\",\n \"getRoot\",\n \"getRotationOfChar\",\n \"getSVGDocument\",\n \"getScreenCTM\",\n \"getSeconds\",\n \"getSelection\",\n \"getSenders\",\n \"getShaderInfoLog\",\n \"getShaderParameter\",\n \"getShaderPrecisionFormat\",\n \"getShaderSource\",\n \"getSimpleDuration\",\n \"getSiteIcons\",\n \"getSources\",\n \"getSpeculativeParserUrls\",\n \"getStartPositionOfChar\",\n \"getStartTime\",\n \"getStats\",\n \"getStorageUpdates\",\n \"getStreamById\",\n \"getStringValue\",\n \"getSubStringLength\",\n \"getSubscription\",\n \"getSupportedExtensions\",\n \"getTexParameter\",\n \"getTime\",\n \"getTimezoneOffset\",\n \"getTotalLength\",\n \"getTrackById\",\n \"getTracks\",\n \"getTransformToElement\",\n \"getUTCDate\",\n \"getUTCDay\",\n \"getUTCFullYear\",\n \"getUTCHours\",\n \"getUTCMilliseconds\",\n \"getUTCMinutes\",\n \"getUTCMonth\",\n \"getUTCSeconds\",\n \"getUint16\",\n \"getUint32\",\n \"getUint8\",\n \"getUniform\",\n \"getUniformLocation\",\n \"getUserMedia\",\n \"getValues\",\n \"getVarDate\",\n \"getVariableValue\",\n \"getVertexAttrib\",\n \"getVertexAttribOffset\",\n \"getVideoPlaybackQuality\",\n \"getVideoTracks\",\n \"getWakeLockState\",\n \"getYear\",\n \"givenName\",\n \"global\",\n \"globalAlpha\",\n \"globalCompositeOperation\",\n \"glyphOrientationHorizontal\",\n \"glyphOrientationVertical\",\n \"glyphRef\",\n \"go\",\n \"gradientTransform\",\n \"gradientUnits\",\n \"grammars\",\n \"green\",\n \"group\",\n \"groupCollapsed\",\n \"groupEnd\",\n \"hardwareConcurrency\",\n \"has\",\n \"hasAttribute\",\n \"hasAttributeNS\",\n \"hasAttributes\",\n \"hasChildNodes\",\n \"hasComposition\",\n \"hasExtension\",\n \"hasFeature\",\n \"hasFocus\",\n \"hasLayout\",\n \"hasOwnProperty\",\n \"hash\",\n \"head\",\n \"headers\",\n \"heading\",\n \"height\",\n \"hidden\",\n \"hide\",\n \"hideFocus\",\n \"high\",\n \"hint\",\n \"history\",\n \"honorificPrefix\",\n \"honorificSuffix\",\n \"horizontalOverflow\",\n \"host\",\n \"hostname\",\n \"href\",\n \"hreflang\",\n \"hspace\",\n \"html5TagCheckInerface\",\n \"htmlFor\",\n \"htmlText\",\n \"httpEquiv\",\n \"hwTimestamp\",\n \"hypot\",\n \"iccId\",\n \"iceConnectionState\",\n \"iceGatheringState\",\n \"icon\",\n \"id\",\n \"identifier\",\n \"identity\",\n \"ignoreBOM\",\n \"ignoreCase\",\n \"image-orientation\",\n \"image-rendering\",\n \"imageOrientation\",\n \"imageRendering\",\n \"images\",\n \"ime-mode\",\n \"imeMode\",\n \"implementation\",\n \"importKey\",\n \"importNode\",\n \"importStylesheet\",\n \"imports\",\n \"impp\",\n \"imul\",\n \"in1\",\n \"in2\",\n \"inBandMetadataTrackDispatchType\",\n \"inRange\",\n \"includes\",\n \"incremental\",\n \"indeterminate\",\n \"index\",\n \"indexNames\",\n \"indexOf\",\n \"indexedDB\",\n \"inertiaDestinationX\",\n \"inertiaDestinationY\",\n \"info\",\n \"init\",\n \"initAnimationEvent\",\n \"initBeforeLoadEvent\",\n \"initClipboardEvent\",\n \"initCloseEvent\",\n \"initCommandEvent\",\n \"initCompositionEvent\",\n \"initCustomEvent\",\n \"initData\",\n \"initDeviceMotionEvent\",\n \"initDeviceOrientationEvent\",\n \"initDragEvent\",\n \"initErrorEvent\",\n \"initEvent\",\n \"initFocusEvent\",\n \"initGestureEvent\",\n \"initHashChangeEvent\",\n \"initKeyEvent\",\n \"initKeyboardEvent\",\n \"initMSManipulationEvent\",\n \"initMessageEvent\",\n \"initMouseEvent\",\n \"initMouseScrollEvent\",\n \"initMouseWheelEvent\",\n \"initMutationEvent\",\n \"initNSMouseEvent\",\n \"initOverflowEvent\",\n \"initPageEvent\",\n \"initPageTransitionEvent\",\n \"initPointerEvent\",\n \"initPopStateEvent\",\n \"initProgressEvent\",\n \"initScrollAreaEvent\",\n \"initSimpleGestureEvent\",\n \"initStorageEvent\",\n \"initTextEvent\",\n \"initTimeEvent\",\n \"initTouchEvent\",\n \"initTransitionEvent\",\n \"initUIEvent\",\n \"initWebKitAnimationEvent\",\n \"initWebKitTransitionEvent\",\n \"initWebKitWheelEvent\",\n \"initWheelEvent\",\n \"initialTime\",\n \"initialize\",\n \"initiatorType\",\n \"inner\",\n \"innerHTML\",\n \"innerHeight\",\n \"innerText\",\n \"innerWidth\",\n \"input\",\n \"inputBuffer\",\n \"inputEncoding\",\n \"inputMethod\",\n \"insertAdjacentElement\",\n \"insertAdjacentHTML\",\n \"insertAdjacentText\",\n \"insertBefore\",\n \"insertCell\",\n \"insertData\",\n \"insertItemBefore\",\n \"insertNode\",\n \"insertRow\",\n \"insertRule\",\n \"instanceRoot\",\n \"intercept\",\n \"interimResults\",\n \"internalSubset\",\n \"intersectsNode\",\n \"interval\",\n \"invalidIteratorState\",\n \"inverse\",\n \"invertSelf\",\n \"is\",\n \"is2D\",\n \"isAlternate\",\n \"isArray\",\n \"isBingCurrentSearchDefault\",\n \"isBuffer\",\n \"isCandidateWindowVisible\",\n \"isChar\",\n \"isCollapsed\",\n \"isComposing\",\n \"isContentEditable\",\n \"isContentHandlerRegistered\",\n \"isContextLost\",\n \"isDefaultNamespace\",\n \"isDisabled\",\n \"isEnabled\",\n \"isEqual\",\n \"isEqualNode\",\n \"isExtensible\",\n \"isFinite\",\n \"isFramebuffer\",\n \"isFrozen\",\n \"isGenerator\",\n \"isId\",\n \"isInjected\",\n \"isInteger\",\n \"isMap\",\n \"isMultiLine\",\n \"isNaN\",\n \"isOpen\",\n \"isPointInFill\",\n \"isPointInPath\",\n \"isPointInRange\",\n \"isPointInStroke\",\n \"isPrefAlternate\",\n \"isPrimary\",\n \"isProgram\",\n \"isPropertyImplicit\",\n \"isProtocolHandlerRegistered\",\n \"isPrototypeOf\",\n \"isRenderbuffer\",\n \"isSafeInteger\",\n \"isSameNode\",\n \"isSealed\",\n \"isShader\",\n \"isSupported\",\n \"isTextEdit\",\n \"isTexture\",\n \"isTrusted\",\n \"isTypeSupported\",\n \"isView\",\n \"isolation\",\n \"italics\",\n \"item\",\n \"itemId\",\n \"itemProp\",\n \"itemRef\",\n \"itemScope\",\n \"itemType\",\n \"itemValue\",\n \"iterateNext\",\n \"iterator\",\n \"javaEnabled\",\n \"jobTitle\",\n \"join\",\n \"json\",\n \"justify-content\",\n \"justifyContent\",\n \"k1\",\n \"k2\",\n \"k3\",\n \"k4\",\n \"kernelMatrix\",\n \"kernelUnitLengthX\",\n \"kernelUnitLengthY\",\n \"kerning\",\n \"key\",\n \"keyCode\",\n \"keyFor\",\n \"keyIdentifier\",\n \"keyLightEnabled\",\n \"keyLocation\",\n \"keyPath\",\n \"keySystem\",\n \"keyText\",\n \"keyUsage\",\n \"keys\",\n \"keytype\",\n \"kind\",\n \"knee\",\n \"label\",\n \"labels\",\n \"lang\",\n \"language\",\n \"languages\",\n \"largeArcFlag\",\n \"lastChild\",\n \"lastElementChild\",\n \"lastEventId\",\n \"lastIndex\",\n \"lastIndexOf\",\n \"lastMatch\",\n \"lastMessageSubject\",\n \"lastMessageType\",\n \"lastModified\",\n \"lastModifiedDate\",\n \"lastPage\",\n \"lastParen\",\n \"lastState\",\n \"lastStyleSheetSet\",\n \"latitude\",\n \"layerX\",\n \"layerY\",\n \"layoutFlow\",\n \"layoutGrid\",\n \"layoutGridChar\",\n \"layoutGridLine\",\n \"layoutGridMode\",\n \"layoutGridType\",\n \"lbound\",\n \"left\",\n \"leftContext\",\n \"leftMargin\",\n \"length\",\n \"lengthAdjust\",\n \"lengthComputable\",\n \"letter-spacing\",\n \"letterSpacing\",\n \"level\",\n \"lighting-color\",\n \"lightingColor\",\n \"limitingConeAngle\",\n \"line\",\n \"line-height\",\n \"lineAlign\",\n \"lineBreak\",\n \"lineCap\",\n \"lineDashOffset\",\n \"lineHeight\",\n \"lineJoin\",\n \"lineNumber\",\n \"lineTo\",\n \"lineWidth\",\n \"linearRampToValueAtTime\",\n \"lineno\",\n \"link\",\n \"linkColor\",\n \"linkProgram\",\n \"links\",\n \"list\",\n \"list-style\",\n \"list-style-image\",\n \"list-style-position\",\n \"list-style-type\",\n \"listStyle\",\n \"listStyleImage\",\n \"listStylePosition\",\n \"listStyleType\",\n \"listener\",\n \"load\",\n \"loadEventEnd\",\n \"loadEventStart\",\n \"loadTimes\",\n \"loaded\",\n \"localDescription\",\n \"localName\",\n \"localStorage\",\n \"locale\",\n \"localeCompare\",\n \"location\",\n \"locationbar\",\n \"lock\",\n \"lockedFile\",\n \"log\",\n \"log10\",\n \"log1p\",\n \"log2\",\n \"logicalXDPI\",\n \"logicalYDPI\",\n \"longDesc\",\n \"longitude\",\n \"lookupNamespaceURI\",\n \"lookupPrefix\",\n \"loop\",\n \"loopEnd\",\n \"loopStart\",\n \"looping\",\n \"low\",\n \"lower\",\n \"lowerBound\",\n \"lowerOpen\",\n \"lowsrc\",\n \"m11\",\n \"m12\",\n \"m13\",\n \"m14\",\n \"m21\",\n \"m22\",\n \"m23\",\n \"m24\",\n \"m31\",\n \"m32\",\n \"m33\",\n \"m34\",\n \"m41\",\n \"m42\",\n \"m43\",\n \"m44\",\n \"manifest\",\n \"map\",\n \"mapping\",\n \"margin\",\n \"margin-bottom\",\n \"margin-left\",\n \"margin-right\",\n \"margin-top\",\n \"marginBottom\",\n \"marginHeight\",\n \"marginLeft\",\n \"marginRight\",\n \"marginTop\",\n \"marginWidth\",\n \"mark\",\n \"marker\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-offset\",\n \"marker-start\",\n \"markerEnd\",\n \"markerHeight\",\n \"markerMid\",\n \"markerOffset\",\n \"markerStart\",\n \"markerUnits\",\n \"markerWidth\",\n \"marks\",\n \"mask\",\n \"mask-type\",\n \"maskContentUnits\",\n \"maskType\",\n \"maskUnits\",\n \"match\",\n \"matchMedia\",\n \"matchMedium\",\n \"matches\",\n \"matrix\",\n \"matrixTransform\",\n \"max\",\n \"max-height\",\n \"max-width\",\n \"maxAlternatives\",\n \"maxChannelCount\",\n \"maxConnectionsPerServer\",\n \"maxDecibels\",\n \"maxDistance\",\n \"maxHeight\",\n \"maxLength\",\n \"maxTouchPoints\",\n \"maxValue\",\n \"maxWidth\",\n \"measure\",\n \"measureText\",\n \"media\",\n \"mediaCapabilities\",\n \"mediaDevices\",\n \"mediaElement\",\n \"mediaGroup\",\n \"mediaKeys\",\n \"mediaText\",\n \"meetOrSlice\",\n \"memory\",\n \"menubar\",\n \"mergeAttributes\",\n \"message\",\n \"messageClass\",\n \"messageHandlers\",\n \"metaKey\",\n \"method\",\n \"mimeType\",\n \"mimeTypes\",\n \"min\",\n \"min-height\",\n \"min-width\",\n \"minDecibels\",\n \"minHeight\",\n \"minValue\",\n \"minWidth\",\n \"miterLimit\",\n \"mix-blend-mode\",\n \"mixBlendMode\",\n \"mode\",\n \"modify\",\n \"mount\",\n \"move\",\n \"moveBy\",\n \"moveEnd\",\n \"moveFirst\",\n \"moveFocusDown\",\n \"moveFocusLeft\",\n \"moveFocusRight\",\n \"moveFocusUp\",\n \"moveNext\",\n \"moveRow\",\n \"moveStart\",\n \"moveTo\",\n \"moveToBookmark\",\n \"moveToElementText\",\n \"moveToPoint\",\n \"mozAdd\",\n \"mozAnimationStartTime\",\n \"mozAnon\",\n \"mozApps\",\n \"mozAudioCaptured\",\n \"mozAudioChannelType\",\n \"mozAutoplayEnabled\",\n \"mozCancelAnimationFrame\",\n \"mozCancelFullScreen\",\n \"mozCancelRequestAnimationFrame\",\n \"mozCaptureStream\",\n \"mozCaptureStreamUntilEnded\",\n \"mozClearDataAt\",\n \"mozContact\",\n \"mozContacts\",\n \"mozCreateFileHandle\",\n \"mozCurrentTransform\",\n \"mozCurrentTransformInverse\",\n \"mozCursor\",\n \"mozDash\",\n \"mozDashOffset\",\n \"mozDecodedFrames\",\n \"mozExitPointerLock\",\n \"mozFillRule\",\n \"mozFragmentEnd\",\n \"mozFrameDelay\",\n \"mozFullScreen\",\n \"mozFullScreenElement\",\n \"mozFullScreenEnabled\",\n \"mozGetAll\",\n \"mozGetAllKeys\",\n \"mozGetAsFile\",\n \"mozGetDataAt\",\n \"mozGetMetadata\",\n \"mozGetUserMedia\",\n \"mozHasAudio\",\n \"mozHasItem\",\n \"mozHidden\",\n \"mozImageSmoothingEnabled\",\n \"mozIndexedDB\",\n \"mozInnerScreenX\",\n \"mozInnerScreenY\",\n \"mozInputSource\",\n \"mozIsTextField\",\n \"mozItem\",\n \"mozItemCount\",\n \"mozItems\",\n \"mozLength\",\n \"mozLockOrientation\",\n \"mozMatchesSelector\",\n \"mozMovementX\",\n \"mozMovementY\",\n \"mozOpaque\",\n \"mozOrientation\",\n \"mozPaintCount\",\n \"mozPaintedFrames\",\n \"mozParsedFrames\",\n \"mozPay\",\n \"mozPointerLockElement\",\n \"mozPresentedFrames\",\n \"mozPreservesPitch\",\n \"mozPressure\",\n \"mozPrintCallback\",\n \"mozRTCIceCandidate\",\n \"mozRTCPeerConnection\",\n \"mozRTCSessionDescription\",\n \"mozRemove\",\n \"mozRequestAnimationFrame\",\n \"mozRequestFullScreen\",\n \"mozRequestPointerLock\",\n \"mozSetDataAt\",\n \"mozSetImageElement\",\n \"mozSourceNode\",\n \"mozSrcObject\",\n \"mozSystem\",\n \"mozTCPSocket\",\n \"mozTextStyle\",\n \"mozTypesAt\",\n \"mozUnlockOrientation\",\n \"mozUserCancelled\",\n \"mozVisibilityState\",\n \"msAnimation\",\n \"msAnimationDelay\",\n \"msAnimationDirection\",\n \"msAnimationDuration\",\n \"msAnimationFillMode\",\n \"msAnimationIterationCount\",\n \"msAnimationName\",\n \"msAnimationPlayState\",\n \"msAnimationStartTime\",\n \"msAnimationTimingFunction\",\n \"msBackfaceVisibility\",\n \"msBlockProgression\",\n \"msCSSOMElementFloatMetrics\",\n \"msCaching\",\n \"msCachingEnabled\",\n \"msCancelRequestAnimationFrame\",\n \"msCapsLockWarningOff\",\n \"msClearImmediate\",\n \"msClose\",\n \"msContentZoomChaining\",\n \"msContentZoomFactor\",\n \"msContentZoomLimit\",\n \"msContentZoomLimitMax\",\n \"msContentZoomLimitMin\",\n \"msContentZoomSnap\",\n \"msContentZoomSnapPoints\",\n \"msContentZoomSnapType\",\n \"msContentZooming\",\n \"msConvertURL\",\n \"msCrypto\",\n \"msDoNotTrack\",\n \"msElementsFromPoint\",\n \"msElementsFromRect\",\n \"msExitFullscreen\",\n \"msExtendedCode\",\n \"msFillRule\",\n \"msFirstPaint\",\n \"msFlex\",\n \"msFlexAlign\",\n \"msFlexDirection\",\n \"msFlexFlow\",\n \"msFlexItemAlign\",\n \"msFlexLinePack\",\n \"msFlexNegative\",\n \"msFlexOrder\",\n \"msFlexPack\",\n \"msFlexPositive\",\n \"msFlexPreferredSize\",\n \"msFlexWrap\",\n \"msFlowFrom\",\n \"msFlowInto\",\n \"msFontFeatureSettings\",\n \"msFullscreenElement\",\n \"msFullscreenEnabled\",\n \"msGetInputContext\",\n \"msGetRegionContent\",\n \"msGetUntransformedBounds\",\n \"msGraphicsTrustStatus\",\n \"msGridColumn\",\n \"msGridColumnAlign\",\n \"msGridColumnSpan\",\n \"msGridColumns\",\n \"msGridRow\",\n \"msGridRowAlign\",\n \"msGridRowSpan\",\n \"msGridRows\",\n \"msHidden\",\n \"msHighContrastAdjust\",\n \"msHyphenateLimitChars\",\n \"msHyphenateLimitLines\",\n \"msHyphenateLimitZone\",\n \"msHyphens\",\n \"msImageSmoothingEnabled\",\n \"msImeAlign\",\n \"msIndexedDB\",\n \"msInterpolationMode\",\n \"msIsStaticHTML\",\n \"msKeySystem\",\n \"msKeys\",\n \"msLaunchUri\",\n \"msLockOrientation\",\n \"msManipulationViewsEnabled\",\n \"msMatchMedia\",\n \"msMatchesSelector\",\n \"msMaxTouchPoints\",\n \"msOrientation\",\n \"msOverflowStyle\",\n \"msPerspective\",\n \"msPerspectiveOrigin\",\n \"msPlayToDisabled\",\n \"msPlayToPreferredSourceUri\",\n \"msPlayToPrimary\",\n \"msPointerEnabled\",\n \"msRegionOverflow\",\n \"msReleasePointerCapture\",\n \"msRequestAnimationFrame\",\n \"msRequestFullscreen\",\n \"msSaveBlob\",\n \"msSaveOrOpenBlob\",\n \"msScrollChaining\",\n \"msScrollLimit\",\n \"msScrollLimitXMax\",\n \"msScrollLimitXMin\",\n \"msScrollLimitYMax\",\n \"msScrollLimitYMin\",\n \"msScrollRails\",\n \"msScrollSnapPointsX\",\n \"msScrollSnapPointsY\",\n \"msScrollSnapType\",\n \"msScrollSnapX\",\n \"msScrollSnapY\",\n \"msScrollTranslation\",\n \"msSetImmediate\",\n \"msSetMediaKeys\",\n \"msSetPointerCapture\",\n \"msTextCombineHorizontal\",\n \"msTextSizeAdjust\",\n \"msToBlob\",\n \"msTouchAction\",\n \"msTouchSelect\",\n \"msTraceAsyncCallbackCompleted\",\n \"msTraceAsyncCallbackStarting\",\n \"msTraceAsyncOperationCompleted\",\n \"msTraceAsyncOperationStarting\",\n \"msTransform\",\n \"msTransformOrigin\",\n \"msTransformStyle\",\n \"msTransition\",\n \"msTransitionDelay\",\n \"msTransitionDuration\",\n \"msTransitionProperty\",\n \"msTransitionTimingFunction\",\n \"msUnlockOrientation\",\n \"msUpdateAsyncCallbackRelation\",\n \"msUserSelect\",\n \"msVisibilityState\",\n \"msWrapFlow\",\n \"msWrapMargin\",\n \"msWrapThrough\",\n \"msWriteProfilerMark\",\n \"msZoom\",\n \"msZoomTo\",\n \"mt\",\n \"multiEntry\",\n \"multiSelectionObj\",\n \"multiline\",\n \"multiple\",\n \"multiply\",\n \"multiplySelf\",\n \"mutableFile\",\n \"muted\",\n \"n\",\n \"name\",\n \"nameProp\",\n \"namedItem\",\n \"namedRecordset\",\n \"names\",\n \"namespaceURI\",\n \"namespaces\",\n \"naturalHeight\",\n \"naturalWidth\",\n \"navigate\",\n \"navigation\",\n \"navigationMode\",\n \"navigationStart\",\n \"navigator\",\n \"near\",\n \"nearestViewportElement\",\n \"negative\",\n \"netscape\",\n \"networkState\",\n \"newScale\",\n \"newTranslate\",\n \"newURL\",\n \"newValue\",\n \"newValueSpecifiedUnits\",\n \"newVersion\",\n \"newhome\",\n \"next\",\n \"nextElementSibling\",\n \"nextNode\",\n \"nextPage\",\n \"nextSibling\",\n \"nickname\",\n \"noHref\",\n \"noResize\",\n \"noShade\",\n \"noValidate\",\n \"noWrap\",\n \"nodeName\",\n \"nodeType\",\n \"nodeValue\",\n \"normalize\",\n \"normalizedPathSegList\",\n \"notationName\",\n \"notations\",\n \"note\",\n \"noteGrainOn\",\n \"noteOff\",\n \"noteOn\",\n \"now\",\n \"numOctaves\",\n \"number\",\n \"numberOfChannels\",\n \"numberOfInputs\",\n \"numberOfItems\",\n \"numberOfOutputs\",\n \"numberValue\",\n \"oMatchesSelector\",\n \"object\",\n \"object-fit\",\n \"object-position\",\n \"objectFit\",\n \"objectPosition\",\n \"objectStore\",\n \"objectStoreNames\",\n \"observe\",\n \"of\",\n \"offscreenBuffering\",\n \"offset\",\n \"offsetHeight\",\n \"offsetLeft\",\n \"offsetNode\",\n \"offsetParent\",\n \"offsetTop\",\n \"offsetWidth\",\n \"offsetX\",\n \"offsetY\",\n \"ok\",\n \"oldURL\",\n \"oldValue\",\n \"oldVersion\",\n \"olderShadowRoot\",\n \"onLine\",\n \"onabort\",\n \"onactivate\",\n \"onactive\",\n \"onaddstream\",\n \"onaddtrack\",\n \"onafterprint\",\n \"onafterscriptexecute\",\n \"onafterupdate\",\n \"onaudioend\",\n \"onaudioprocess\",\n \"onaudiostart\",\n \"onautocomplete\",\n \"onautocompleteerror\",\n \"onbeforeactivate\",\n \"onbeforecopy\",\n \"onbeforecut\",\n \"onbeforedeactivate\",\n \"onbeforeeditfocus\",\n \"onbeforepaste\",\n \"onbeforeprint\",\n \"onbeforescriptexecute\",\n \"onbeforeunload\",\n \"onbeforeupdate\",\n \"onblocked\",\n \"onblur\",\n \"onbounce\",\n \"onboundary\",\n \"oncached\",\n \"oncancel\",\n \"oncandidatewindowhide\",\n \"oncandidatewindowshow\",\n \"oncandidatewindowupdate\",\n \"oncanplay\",\n \"oncanplaythrough\",\n \"oncellchange\",\n \"onchange\",\n \"onchargingchange\",\n \"onchargingtimechange\",\n \"onchecking\",\n \"onclick\",\n \"onclose\",\n \"oncompassneedscalibration\",\n \"oncomplete\",\n \"oncontextmenu\",\n \"oncontrolselect\",\n \"oncopy\",\n \"oncuechange\",\n \"oncut\",\n \"ondataavailable\",\n \"ondatachannel\",\n \"ondatasetchanged\",\n \"ondatasetcomplete\",\n \"ondblclick\",\n \"ondeactivate\",\n \"ondevicelight\",\n \"ondevicemotion\",\n \"ondeviceorientation\",\n \"ondeviceproximity\",\n \"ondischargingtimechange\",\n \"ondisplay\",\n \"ondownloading\",\n \"ondrag\",\n \"ondragend\",\n \"ondragenter\",\n \"ondragleave\",\n \"ondragover\",\n \"ondragstart\",\n \"ondrop\",\n \"ondurationchange\",\n \"onemptied\",\n \"onencrypted\",\n \"onend\",\n \"onended\",\n \"onenter\",\n \"onerror\",\n \"onerrorupdate\",\n \"onexit\",\n \"onfilterchange\",\n \"onfinish\",\n \"onfocus\",\n \"onfocusin\",\n \"onfocusout\",\n \"onfullscreenchange\",\n \"onfullscreenerror\",\n \"ongesturechange\",\n \"ongestureend\",\n \"ongesturestart\",\n \"ongotpointercapture\",\n \"onhashchange\",\n \"onhelp\",\n \"onicecandidate\",\n \"oniceconnectionstatechange\",\n \"oninactive\",\n \"oninput\",\n \"oninvalid\",\n \"onkeydown\",\n \"onkeypress\",\n \"onkeyup\",\n \"onlanguagechange\",\n \"onlayoutcomplete\",\n \"onlevelchange\",\n \"onload\",\n \"onloadeddata\",\n \"onloadedmetadata\",\n \"onloadend\",\n \"onloadstart\",\n \"onlosecapture\",\n \"onlostpointercapture\",\n \"only\",\n \"onmark\",\n \"onmessage\",\n \"onmousedown\",\n \"onmouseenter\",\n \"onmouseleave\",\n \"onmousemove\",\n \"onmouseout\",\n \"onmouseover\",\n \"onmouseup\",\n \"onmousewheel\",\n \"onmove\",\n \"onmoveend\",\n \"onmovestart\",\n \"onmozfullscreenchange\",\n \"onmozfullscreenerror\",\n \"onmozorientationchange\",\n \"onmozpointerlockchange\",\n \"onmozpointerlockerror\",\n \"onmscontentzoom\",\n \"onmsfullscreenchange\",\n \"onmsfullscreenerror\",\n \"onmsgesturechange\",\n \"onmsgesturedoubletap\",\n \"onmsgestureend\",\n \"onmsgesturehold\",\n \"onmsgesturestart\",\n \"onmsgesturetap\",\n \"onmsgotpointercapture\",\n \"onmsinertiastart\",\n \"onmslostpointercapture\",\n \"onmsmanipulationstatechanged\",\n \"onmsneedkey\",\n \"onmsorientationchange\",\n \"onmspointercancel\",\n \"onmspointerdown\",\n \"onmspointerenter\",\n \"onmspointerhover\",\n \"onmspointerleave\",\n \"onmspointermove\",\n \"onmspointerout\",\n \"onmspointerover\",\n \"onmspointerup\",\n \"onmssitemodejumplistitemremoved\",\n \"onmsthumbnailclick\",\n \"onnegotiationneeded\",\n \"onnomatch\",\n \"onnoupdate\",\n \"onobsolete\",\n \"onoffline\",\n \"ononline\",\n \"onopen\",\n \"onorientationchange\",\n \"onpagechange\",\n \"onpagehide\",\n \"onpageshow\",\n \"onpaste\",\n \"onpause\",\n \"onplay\",\n \"onplaying\",\n \"onpluginstreamstart\",\n \"onpointercancel\",\n \"onpointerdown\",\n \"onpointerenter\",\n \"onpointerleave\",\n \"onpointerlockchange\",\n \"onpointerlockerror\",\n \"onpointermove\",\n \"onpointerout\",\n \"onpointerover\",\n \"onpointerup\",\n \"onpopstate\",\n \"onprogress\",\n \"onpropertychange\",\n \"onratechange\",\n \"onreadystatechange\",\n \"onremovestream\",\n \"onremovetrack\",\n \"onreset\",\n \"onresize\",\n \"onresizeend\",\n \"onresizestart\",\n \"onresourcetimingbufferfull\",\n \"onresult\",\n \"onresume\",\n \"onrowenter\",\n \"onrowexit\",\n \"onrowsdelete\",\n \"onrowsinserted\",\n \"onscroll\",\n \"onsearch\",\n \"onseeked\",\n \"onseeking\",\n \"onselect\",\n \"onselectionchange\",\n \"onselectstart\",\n \"onshow\",\n \"onsignalingstatechange\",\n \"onsoundend\",\n \"onsoundstart\",\n \"onspeechend\",\n \"onspeechstart\",\n \"onstalled\",\n \"onstart\",\n \"onstatechange\",\n \"onstop\",\n \"onstorage\",\n \"onstoragecommit\",\n \"onsubmit\",\n \"onsuccess\",\n \"onsuspend\",\n \"ontextinput\",\n \"ontimeout\",\n \"ontimeupdate\",\n \"ontoggle\",\n \"ontouchcancel\",\n \"ontouchend\",\n \"ontouchmove\",\n \"ontouchstart\",\n \"ontransitionend\",\n \"onunload\",\n \"onupdateready\",\n \"onupgradeneeded\",\n \"onuserproximity\",\n \"onversionchange\",\n \"onvoiceschanged\",\n \"onvolumechange\",\n \"onwaiting\",\n \"onwarning\",\n \"onwebkitanimationend\",\n \"onwebkitanimationiteration\",\n \"onwebkitanimationstart\",\n \"onwebkitcurrentplaybacktargetiswirelesschanged\",\n \"onwebkitfullscreenchange\",\n \"onwebkitfullscreenerror\",\n \"onwebkitkeyadded\",\n \"onwebkitkeyerror\",\n \"onwebkitkeymessage\",\n \"onwebkitneedkey\",\n \"onwebkitorientationchange\",\n \"onwebkitplaybacktargetavailabilitychanged\",\n \"onwebkitpointerlockchange\",\n \"onwebkitpointerlockerror\",\n \"onwebkitresourcetimingbufferfull\",\n \"onwebkittransitionend\",\n \"onwheel\",\n \"onzoom\",\n \"opacity\",\n \"open\",\n \"openCursor\",\n \"openDatabase\",\n \"openKeyCursor\",\n \"opener\",\n \"opera\",\n \"operationType\",\n \"operator\",\n \"opr\",\n \"optimum\",\n \"options\",\n \"order\",\n \"orderX\",\n \"orderY\",\n \"ordered\",\n \"org\",\n \"orient\",\n \"orientAngle\",\n \"orientType\",\n \"orientation\",\n \"origin\",\n \"originalTarget\",\n \"orphans\",\n \"oscpu\",\n \"outerHTML\",\n \"outerHeight\",\n \"outerText\",\n \"outerWidth\",\n \"outline\",\n \"outline-color\",\n \"outline-offset\",\n \"outline-style\",\n \"outline-width\",\n \"outlineColor\",\n \"outlineOffset\",\n \"outlineStyle\",\n \"outlineWidth\",\n \"outputBuffer\",\n \"overflow\",\n \"overflow-x\",\n \"overflow-y\",\n \"overflowX\",\n \"overflowY\",\n \"overrideMimeType\",\n \"oversample\",\n \"ownerDocument\",\n \"ownerElement\",\n \"ownerNode\",\n \"ownerRule\",\n \"ownerSVGElement\",\n \"owningElement\",\n \"p1\",\n \"p2\",\n \"p3\",\n \"p4\",\n \"pad\",\n \"padding\",\n \"padding-bottom\",\n \"padding-left\",\n \"padding-right\",\n \"padding-top\",\n \"paddingBottom\",\n \"paddingLeft\",\n \"paddingRight\",\n \"paddingTop\",\n \"page\",\n \"page-break-after\",\n \"page-break-before\",\n \"page-break-inside\",\n \"pageBreakAfter\",\n \"pageBreakBefore\",\n \"pageBreakInside\",\n \"pageCount\",\n \"pageX\",\n \"pageXOffset\",\n \"pageY\",\n \"pageYOffset\",\n \"pages\",\n \"paint-order\",\n \"paintOrder\",\n \"paintRequests\",\n \"paintType\",\n \"palette\",\n \"panningModel\",\n \"parent\",\n \"parentElement\",\n \"parentNode\",\n \"parentRule\",\n \"parentStyleSheet\",\n \"parentTextEdit\",\n \"parentWindow\",\n \"parse\",\n \"parseFloat\",\n \"parseFromString\",\n \"parseInt\",\n \"participants\",\n \"password\",\n \"pasteHTML\",\n \"path\",\n \"pathLength\",\n \"pathSegList\",\n \"pathSegType\",\n \"pathSegTypeAsLetter\",\n \"pathname\",\n \"pattern\",\n \"patternContentUnits\",\n \"patternMismatch\",\n \"patternTransform\",\n \"patternUnits\",\n \"pause\",\n \"pauseAnimations\",\n \"pauseOnExit\",\n \"paused\",\n \"pending\",\n \"performance\",\n \"permission\",\n \"persisted\",\n \"personalbar\",\n \"perspective\",\n \"perspective-origin\",\n \"perspectiveOrigin\",\n \"phoneticFamilyName\",\n \"phoneticGivenName\",\n \"photo\",\n \"ping\",\n \"pitch\",\n \"pixelBottom\",\n \"pixelDepth\",\n \"pixelHeight\",\n \"pixelLeft\",\n \"pixelRight\",\n \"pixelStorei\",\n \"pixelTop\",\n \"pixelUnitToMillimeterX\",\n \"pixelUnitToMillimeterY\",\n \"pixelWidth\",\n \"placeholder\",\n \"platform\",\n \"play\",\n \"playbackRate\",\n \"playbackState\",\n \"playbackTime\",\n \"played\",\n \"plugins\",\n \"pluginspage\",\n \"pname\",\n \"pointer-events\",\n \"pointerBeforeReferenceNode\",\n \"pointerEnabled\",\n \"pointerEvents\",\n \"pointerId\",\n \"pointerLockElement\",\n \"pointerType\",\n \"points\",\n \"pointsAtX\",\n \"pointsAtY\",\n \"pointsAtZ\",\n \"polygonOffset\",\n \"pop\",\n \"popupWindowFeatures\",\n \"popupWindowName\",\n \"popupWindowURI\",\n \"port\",\n \"port1\",\n \"port2\",\n \"ports\",\n \"posBottom\",\n \"posHeight\",\n \"posLeft\",\n \"posRight\",\n \"posTop\",\n \"posWidth\",\n \"position\",\n \"positionAlign\",\n \"postError\",\n \"postMessage\",\n \"poster\",\n \"pow\",\n \"powerOff\",\n \"preMultiplySelf\",\n \"precision\",\n \"preferredStyleSheetSet\",\n \"preferredStylesheetSet\",\n \"prefix\",\n \"preload\",\n \"preserveAlpha\",\n \"preserveAspectRatio\",\n \"preserveAspectRatioString\",\n \"pressed\",\n \"pressure\",\n \"prevValue\",\n \"preventDefault\",\n \"preventExtensions\",\n \"previousElementSibling\",\n \"previousNode\",\n \"previousPage\",\n \"previousScale\",\n \"previousSibling\",\n \"previousTranslate\",\n \"primaryKey\",\n \"primitiveType\",\n \"primitiveUnits\",\n \"principals\",\n \"print\",\n \"privateKey\",\n \"probablySupportsContext\",\n \"process\",\n \"processIceMessage\",\n \"product\",\n \"productSub\",\n \"profile\",\n \"profileEnd\",\n \"profiles\",\n \"prompt\",\n \"properties\",\n \"propertyIsEnumerable\",\n \"propertyName\",\n \"protocol\",\n \"protocolLong\",\n \"prototype\",\n \"pseudoClass\",\n \"pseudoElement\",\n \"publicId\",\n \"publicKey\",\n \"published\",\n \"push\",\n \"pushNotification\",\n \"pushState\",\n \"put\",\n \"putImageData\",\n \"quadraticCurveTo\",\n \"qualifier\",\n \"queryCommandEnabled\",\n \"queryCommandIndeterm\",\n \"queryCommandState\",\n \"queryCommandSupported\",\n \"queryCommandText\",\n \"queryCommandValue\",\n \"querySelector\",\n \"querySelectorAll\",\n \"quote\",\n \"quotes\",\n \"r\",\n \"r1\",\n \"r2\",\n \"race\",\n \"radiogroup\",\n \"radiusX\",\n \"radiusY\",\n \"random\",\n \"range\",\n \"rangeCount\",\n \"rangeMax\",\n \"rangeMin\",\n \"rangeOffset\",\n \"rangeOverflow\",\n \"rangeParent\",\n \"rangeUnderflow\",\n \"rate\",\n \"ratio\",\n \"raw\",\n \"read\",\n \"readAsArrayBuffer\",\n \"readAsBinaryString\",\n \"readAsBlob\",\n \"readAsDataURL\",\n \"readAsText\",\n \"readOnly\",\n \"readPixels\",\n \"readReportRequested\",\n \"readyState\",\n \"reason\",\n \"reboot\",\n \"receiver\",\n \"receivers\",\n \"recordNumber\",\n \"recordset\",\n \"rect\",\n \"red\",\n \"redirectCount\",\n \"redirectEnd\",\n \"redirectStart\",\n \"reduce\",\n \"reduceRight\",\n \"reduction\",\n \"refDistance\",\n \"refX\",\n \"refY\",\n \"referenceNode\",\n \"referrer\",\n \"refresh\",\n \"region\",\n \"regionAnchorX\",\n \"regionAnchorY\",\n \"regionId\",\n \"regions\",\n \"register\",\n \"registerContentHandler\",\n \"registerElement\",\n \"registerProtocolHandler\",\n \"reject\",\n \"rel\",\n \"relList\",\n \"relatedNode\",\n \"relatedTarget\",\n \"release\",\n \"releaseCapture\",\n \"releaseEvents\",\n \"releasePointerCapture\",\n \"releaseShaderCompiler\",\n \"reliable\",\n \"reload\",\n \"remainingSpace\",\n \"remoteDescription\",\n \"remove\",\n \"removeAllRanges\",\n \"removeAttribute\",\n \"removeAttributeNS\",\n \"removeAttributeNode\",\n \"removeBehavior\",\n \"removeChild\",\n \"removeCue\",\n \"removeEventListener\",\n \"removeFilter\",\n \"removeImport\",\n \"removeItem\",\n \"removeListener\",\n \"removeNamedItem\",\n \"removeNamedItemNS\",\n \"removeNode\",\n \"removeParameter\",\n \"removeProperty\",\n \"removeRange\",\n \"removeRegion\",\n \"removeRule\",\n \"removeSiteSpecificTrackingException\",\n \"removeSourceBuffer\",\n \"removeStream\",\n \"removeTrack\",\n \"removeVariable\",\n \"removeWakeLockListener\",\n \"removeWebWideTrackingException\",\n \"removedNodes\",\n \"renderbufferStorage\",\n \"renderedBuffer\",\n \"renderingMode\",\n \"repeat\",\n \"replace\",\n \"replaceAdjacentText\",\n \"replaceChild\",\n \"replaceData\",\n \"replaceId\",\n \"replaceItem\",\n \"replaceNode\",\n \"replaceState\",\n \"replaceTrack\",\n \"replaceWholeText\",\n \"reportValidity\",\n \"requestAnimationFrame\",\n \"requestAutocomplete\",\n \"requestData\",\n \"requestFullscreen\",\n \"requestMediaKeySystemAccess\",\n \"requestPermission\",\n \"requestPointerLock\",\n \"requestStart\",\n \"requestingWindow\",\n \"required\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"reset\",\n \"resetTransform\",\n \"resize\",\n \"resizeBy\",\n \"resizeTo\",\n \"resolve\",\n \"response\",\n \"responseBody\",\n \"responseEnd\",\n \"responseStart\",\n \"responseText\",\n \"responseType\",\n \"responseURL\",\n \"responseXML\",\n \"restore\",\n \"result\",\n \"resultType\",\n \"resume\",\n \"returnValue\",\n \"rev\",\n \"reverse\",\n \"reversed\",\n \"revocable\",\n \"revokeObjectURL\",\n \"rgbColor\",\n \"right\",\n \"rightContext\",\n \"rightMargin\",\n \"rolloffFactor\",\n \"root\",\n \"rootElement\",\n \"rotate\",\n \"rotateAxisAngle\",\n \"rotateAxisAngleSelf\",\n \"rotateFromVector\",\n \"rotateFromVectorSelf\",\n \"rotateSelf\",\n \"rotation\",\n \"rotationRate\",\n \"round\",\n \"rowIndex\",\n \"rowSpan\",\n \"rows\",\n \"rubyAlign\",\n \"rubyOverhang\",\n \"rubyPosition\",\n \"rules\",\n \"runtime\",\n \"runtimeStyle\",\n \"rx\",\n \"ry\",\n \"safari\",\n \"sampleCoverage\",\n \"sampleRate\",\n \"sandbox\",\n \"save\",\n \"scale\",\n \"scale3d\",\n \"scale3dSelf\",\n \"scaleNonUniform\",\n \"scaleNonUniformSelf\",\n \"scaleSelf\",\n \"scheme\",\n \"scissor\",\n \"scope\",\n \"scopeName\",\n \"scoped\",\n \"screen\",\n \"screenBrightness\",\n \"screenEnabled\",\n \"screenLeft\",\n \"screenPixelToMillimeterX\",\n \"screenPixelToMillimeterY\",\n \"screenTop\",\n \"screenX\",\n \"screenY\",\n \"scripts\",\n \"scroll\",\n \"scroll-behavior\",\n \"scrollAmount\",\n \"scrollBehavior\",\n \"scrollBy\",\n \"scrollByLines\",\n \"scrollByPages\",\n \"scrollDelay\",\n \"scrollHeight\",\n \"scrollIntoView\",\n \"scrollIntoViewIfNeeded\",\n \"scrollLeft\",\n \"scrollLeftMax\",\n \"scrollMaxX\",\n \"scrollMaxY\",\n \"scrollTo\",\n \"scrollTop\",\n \"scrollTopMax\",\n \"scrollWidth\",\n \"scrollX\",\n \"scrollY\",\n \"scrollbar3dLightColor\",\n \"scrollbarArrowColor\",\n \"scrollbarBaseColor\",\n \"scrollbarDarkShadowColor\",\n \"scrollbarFaceColor\",\n \"scrollbarHighlightColor\",\n \"scrollbarShadowColor\",\n \"scrollbarTrackColor\",\n \"scrollbars\",\n \"scrolling\",\n \"sdp\",\n \"sdpMLineIndex\",\n \"sdpMid\",\n \"seal\",\n \"search\",\n \"searchBox\",\n \"searchBoxJavaBridge_\",\n \"searchParams\",\n \"sectionRowIndex\",\n \"secureConnectionStart\",\n \"security\",\n \"seed\",\n \"seekable\",\n \"seeking\",\n \"select\",\n \"selectAllChildren\",\n \"selectNode\",\n \"selectNodeContents\",\n \"selectNodes\",\n \"selectSingleNode\",\n \"selectSubString\",\n \"selected\",\n \"selectedIndex\",\n \"selectedOptions\",\n \"selectedStyleSheetSet\",\n \"selectedStylesheetSet\",\n \"selection\",\n \"selectionDirection\",\n \"selectionEnd\",\n \"selectionStart\",\n \"selector\",\n \"selectorText\",\n \"self\",\n \"send\",\n \"sendAsBinary\",\n \"sendBeacon\",\n \"sender\",\n \"sentTimestamp\",\n \"separator\",\n \"serializeToString\",\n \"serviceWorker\",\n \"sessionId\",\n \"sessionStorage\",\n \"set\",\n \"setActive\",\n \"setAlpha\",\n \"setAttribute\",\n \"setAttributeNS\",\n \"setAttributeNode\",\n \"setAttributeNodeNS\",\n \"setBaseAndExtent\",\n \"setBingCurrentSearchDefault\",\n \"setCapture\",\n \"setColor\",\n \"setCompositeOperation\",\n \"setCurrentTime\",\n \"setCustomValidity\",\n \"setData\",\n \"setDate\",\n \"setDragImage\",\n \"setEnd\",\n \"setEndAfter\",\n \"setEndBefore\",\n \"setEndPoint\",\n \"setFillColor\",\n \"setFilterRes\",\n \"setFloat32\",\n \"setFloat64\",\n \"setFloatValue\",\n \"setFullYear\",\n \"setHours\",\n \"setImmediate\",\n \"setInt16\",\n \"setInt32\",\n \"setInt8\",\n \"setInterval\",\n \"setItem\",\n \"setLineCap\",\n \"setLineDash\",\n \"setLineJoin\",\n \"setLineWidth\",\n \"setLocalDescription\",\n \"setMatrix\",\n \"setMatrixValue\",\n \"setMediaKeys\",\n \"setMilliseconds\",\n \"setMinutes\",\n \"setMiterLimit\",\n \"setMonth\",\n \"setNamedItem\",\n \"setNamedItemNS\",\n \"setNonUserCodeExceptions\",\n \"setOrientToAngle\",\n \"setOrientToAuto\",\n \"setOrientation\",\n \"setOverrideHistoryNavigationMode\",\n \"setPaint\",\n \"setParameter\",\n \"setPeriodicWave\",\n \"setPointerCapture\",\n \"setPosition\",\n \"setPreference\",\n \"setProperty\",\n \"setPrototypeOf\",\n \"setRGBColor\",\n \"setRGBColorICCColor\",\n \"setRadius\",\n \"setRangeText\",\n \"setRemoteDescription\",\n \"setRequestHeader\",\n \"setResizable\",\n \"setResourceTimingBufferSize\",\n \"setRotate\",\n \"setScale\",\n \"setSeconds\",\n \"setSelectionRange\",\n \"setServerCertificate\",\n \"setShadow\",\n \"setSkewX\",\n \"setSkewY\",\n \"setStart\",\n \"setStartAfter\",\n \"setStartBefore\",\n \"setStdDeviation\",\n \"setStringValue\",\n \"setStrokeColor\",\n \"setSuggestResult\",\n \"setTargetAtTime\",\n \"setTargetValueAtTime\",\n \"setTime\",\n \"setTimeout\",\n \"setTransform\",\n \"setTranslate\",\n \"setUTCDate\",\n \"setUTCFullYear\",\n \"setUTCHours\",\n \"setUTCMilliseconds\",\n \"setUTCMinutes\",\n \"setUTCMonth\",\n \"setUTCSeconds\",\n \"setUint16\",\n \"setUint32\",\n \"setUint8\",\n \"setUri\",\n \"setValueAtTime\",\n \"setValueCurveAtTime\",\n \"setVariable\",\n \"setVelocity\",\n \"setVersion\",\n \"setYear\",\n \"settingName\",\n \"settingValue\",\n \"sex\",\n \"shaderSource\",\n \"shadowBlur\",\n \"shadowColor\",\n \"shadowOffsetX\",\n \"shadowOffsetY\",\n \"shadowRoot\",\n \"shape\",\n \"shape-rendering\",\n \"shapeRendering\",\n \"sheet\",\n \"shift\",\n \"shiftKey\",\n \"shiftLeft\",\n \"show\",\n \"showHelp\",\n \"showModal\",\n \"showModalDialog\",\n \"showModelessDialog\",\n \"showNotification\",\n \"sidebar\",\n \"sign\",\n \"signalingState\",\n \"sin\",\n \"singleNodeValue\",\n \"sinh\",\n \"size\",\n \"sizeToContent\",\n \"sizes\",\n \"skewX\",\n \"skewXSelf\",\n \"skewY\",\n \"skewYSelf\",\n \"slice\",\n \"slope\",\n \"small\",\n \"smooth\",\n \"smil\",\n \"smoothingTimeConstant\",\n \"snapToLines\",\n \"snapshotItem\",\n \"snapshotLength\",\n \"some\",\n \"sort\",\n \"source\",\n \"sourceBuffer\",\n \"sourceBuffers\",\n \"sourceIndex\",\n \"spacing\",\n \"span\",\n \"speakAs\",\n \"speaking\",\n \"specified\",\n \"specularConstant\",\n \"specularExponent\",\n \"speechSynthesis\",\n \"speed\",\n \"speedOfSound\",\n \"spellcheck\",\n \"splice\",\n \"split\",\n \"splitText\",\n \"spreadMethod\",\n \"sqrt\",\n \"src\",\n \"srcElement\",\n \"srcFilter\",\n \"srcUrn\",\n \"srcdoc\",\n \"srclang\",\n \"srcset\",\n \"stack\",\n \"stackTraceLimit\",\n \"stacktrace\",\n \"standalone\",\n \"standby\",\n \"start\",\n \"startContainer\",\n \"startIce\",\n \"startOffset\",\n \"startRendering\",\n \"startTime\",\n \"startsWith\",\n \"state\",\n \"status\",\n \"statusMessage\",\n \"statusText\",\n \"statusbar\",\n \"stdDeviationX\",\n \"stdDeviationY\",\n \"stencilFunc\",\n \"stencilFuncSeparate\",\n \"stencilMask\",\n \"stencilMaskSeparate\",\n \"stencilOp\",\n \"stencilOpSeparate\",\n \"step\",\n \"stepDown\",\n \"stepMismatch\",\n \"stepUp\",\n \"sticky\",\n \"stitchTiles\",\n \"stop\",\n \"stop-color\",\n \"stop-opacity\",\n \"stopColor\",\n \"stopImmediatePropagation\",\n \"stopOpacity\",\n \"stopPropagation\",\n \"storageArea\",\n \"storageName\",\n \"storageStatus\",\n \"storeSiteSpecificTrackingException\",\n \"storeWebWideTrackingException\",\n \"stpVersion\",\n \"stream\",\n \"strike\",\n \"stringValue\",\n \"stringify\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"strokeDasharray\",\n \"strokeDashoffset\",\n \"strokeLinecap\",\n \"strokeLinejoin\",\n \"strokeMiterlimit\",\n \"strokeOpacity\",\n \"strokeRect\",\n \"strokeStyle\",\n \"strokeText\",\n \"strokeWidth\",\n \"style\",\n \"styleFloat\",\n \"styleMedia\",\n \"styleSheet\",\n \"styleSheetSets\",\n \"styleSheets\",\n \"sub\",\n \"subarray\",\n \"subject\",\n \"submit\",\n \"subscribe\",\n \"substr\",\n \"substring\",\n \"substringData\",\n \"subtle\",\n \"suffix\",\n \"suffixes\",\n \"summary\",\n \"sup\",\n \"supports\",\n \"surfaceScale\",\n \"surroundContents\",\n \"suspend\",\n \"suspendRedraw\",\n \"swapCache\",\n \"swapNode\",\n \"sweepFlag\",\n \"symbols\",\n \"system\",\n \"systemCode\",\n \"systemId\",\n \"systemLanguage\",\n \"systemXDPI\",\n \"systemYDPI\",\n \"tBodies\",\n \"tFoot\",\n \"tHead\",\n \"tabIndex\",\n \"table\",\n \"table-layout\",\n \"tableLayout\",\n \"tableValues\",\n \"tag\",\n \"tagName\",\n \"tagUrn\",\n \"tags\",\n \"taintEnabled\",\n \"takeRecords\",\n \"tan\",\n \"tanh\",\n \"target\",\n \"targetElement\",\n \"targetTouches\",\n \"targetX\",\n \"targetY\",\n \"tel\",\n \"terminate\",\n \"test\",\n \"texImage2D\",\n \"texParameterf\",\n \"texParameteri\",\n \"texSubImage2D\",\n \"text\",\n \"text-align\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-decoration-color\",\n \"text-decoration-line\",\n \"text-decoration-style\",\n \"text-indent\",\n \"text-overflow\",\n \"text-rendering\",\n \"text-shadow\",\n \"text-transform\",\n \"textAlign\",\n \"textAlignLast\",\n \"textAnchor\",\n \"textAutospace\",\n \"textBaseline\",\n \"textContent\",\n \"textDecoration\",\n \"textDecorationBlink\",\n \"textDecorationColor\",\n \"textDecorationLine\",\n \"textDecorationLineThrough\",\n \"textDecorationNone\",\n \"textDecorationOverline\",\n \"textDecorationStyle\",\n \"textDecorationUnderline\",\n \"textIndent\",\n \"textJustify\",\n \"textJustifyTrim\",\n \"textKashida\",\n \"textKashidaSpace\",\n \"textLength\",\n \"textOverflow\",\n \"textRendering\",\n \"textShadow\",\n \"textTracks\",\n \"textTransform\",\n \"textUnderlinePosition\",\n \"then\",\n \"threadId\",\n \"threshold\",\n \"tiltX\",\n \"tiltY\",\n \"time\",\n \"timeEnd\",\n \"timeStamp\",\n \"timeout\",\n \"timestamp\",\n \"timestampOffset\",\n \"timing\",\n \"title\",\n \"toArray\",\n \"toBlob\",\n \"toDataURL\",\n \"toDateString\",\n \"toElement\",\n \"toExponential\",\n \"toFixed\",\n \"toFloat32Array\",\n \"toFloat64Array\",\n \"toGMTString\",\n \"toISOString\",\n \"toJSON\",\n \"toLocaleDateString\",\n \"toLocaleFormat\",\n \"toLocaleLowerCase\",\n \"toLocaleString\",\n \"toLocaleTimeString\",\n \"toLocaleUpperCase\",\n \"toLowerCase\",\n \"toMethod\",\n \"toPrecision\",\n \"toSdp\",\n \"toSource\",\n \"toStaticHTML\",\n \"toString\",\n \"toStringTag\",\n \"toTimeString\",\n \"toUTCString\",\n \"toUpperCase\",\n \"toggle\",\n \"toggleLongPressEnabled\",\n \"tooLong\",\n \"toolbar\",\n \"top\",\n \"topMargin\",\n \"total\",\n \"totalFrameDelay\",\n \"totalVideoFrames\",\n \"touchAction\",\n \"touches\",\n \"trace\",\n \"track\",\n \"transaction\",\n \"transactions\",\n \"transform\",\n \"transform-origin\",\n \"transform-style\",\n \"transformOrigin\",\n \"transformPoint\",\n \"transformString\",\n \"transformStyle\",\n \"transformToDocument\",\n \"transformToFragment\",\n \"transition\",\n \"transition-delay\",\n \"transition-duration\",\n \"transition-property\",\n \"transition-timing-function\",\n \"transitionDelay\",\n \"transitionDuration\",\n \"transitionProperty\",\n \"transitionTimingFunction\",\n \"translate\",\n \"translateSelf\",\n \"translationX\",\n \"translationY\",\n \"trim\",\n \"trimLeft\",\n \"trimRight\",\n \"trueSpeed\",\n \"trunc\",\n \"truncate\",\n \"type\",\n \"typeDetail\",\n \"typeMismatch\",\n \"typeMustMatch\",\n \"types\",\n \"ubound\",\n \"undefined\",\n \"unescape\",\n \"uneval\",\n \"unicode-bidi\",\n \"unicodeBidi\",\n \"uniform1f\",\n \"uniform1fv\",\n \"uniform1i\",\n \"uniform1iv\",\n \"uniform2f\",\n \"uniform2fv\",\n \"uniform2i\",\n \"uniform2iv\",\n \"uniform3f\",\n \"uniform3fv\",\n \"uniform3i\",\n \"uniform3iv\",\n \"uniform4f\",\n \"uniform4fv\",\n \"uniform4i\",\n \"uniform4iv\",\n \"uniformMatrix2fv\",\n \"uniformMatrix3fv\",\n \"uniformMatrix4fv\",\n \"unique\",\n \"uniqueID\",\n \"uniqueNumber\",\n \"unitType\",\n \"units\",\n \"unloadEventEnd\",\n \"unloadEventStart\",\n \"unlock\",\n \"unmount\",\n \"unobserve\",\n \"unpause\",\n \"unpauseAnimations\",\n \"unreadCount\",\n \"unregister\",\n \"unregisterContentHandler\",\n \"unregisterProtocolHandler\",\n \"unscopables\",\n \"unselectable\",\n \"unshift\",\n \"unsubscribe\",\n \"unsuspendRedraw\",\n \"unsuspendRedrawAll\",\n \"unwatch\",\n \"unwrapKey\",\n \"update\",\n \"updateCommands\",\n \"updateIce\",\n \"updateInterval\",\n \"updateSettings\",\n \"updated\",\n \"updating\",\n \"upload\",\n \"upper\",\n \"upperBound\",\n \"upperOpen\",\n \"uri\",\n \"url\",\n \"urn\",\n \"urns\",\n \"usages\",\n \"useCurrentView\",\n \"useMap\",\n \"useProgram\",\n \"usedSpace\",\n \"userAgent\",\n \"userLanguage\",\n \"username\",\n \"v8BreakIterator\",\n \"vAlign\",\n \"vLink\",\n \"valid\",\n \"validateProgram\",\n \"validationMessage\",\n \"validity\",\n \"value\",\n \"valueAsDate\",\n \"valueAsNumber\",\n \"valueAsString\",\n \"valueInSpecifiedUnits\",\n \"valueMissing\",\n \"valueOf\",\n \"valueText\",\n \"valueType\",\n \"values\",\n \"vector-effect\",\n \"vectorEffect\",\n \"velocityAngular\",\n \"velocityExpansion\",\n \"velocityX\",\n \"velocityY\",\n \"vendor\",\n \"vendorSub\",\n \"verify\",\n \"version\",\n \"vertexAttrib1f\",\n \"vertexAttrib1fv\",\n \"vertexAttrib2f\",\n \"vertexAttrib2fv\",\n \"vertexAttrib3f\",\n \"vertexAttrib3fv\",\n \"vertexAttrib4f\",\n \"vertexAttrib4fv\",\n \"vertexAttribDivisorANGLE\",\n \"vertexAttribPointer\",\n \"vertical\",\n \"vertical-align\",\n \"verticalAlign\",\n \"verticalOverflow\",\n \"vibrate\",\n \"videoHeight\",\n \"videoTracks\",\n \"videoWidth\",\n \"view\",\n \"viewBox\",\n \"viewBoxString\",\n \"viewTarget\",\n \"viewTargetString\",\n \"viewport\",\n \"viewportAnchorX\",\n \"viewportAnchorY\",\n \"viewportElement\",\n \"visibility\",\n \"visibilityState\",\n \"visible\",\n \"vlinkColor\",\n \"voice\",\n \"volume\",\n \"vrml\",\n \"vspace\",\n \"w\",\n \"wand\",\n \"warn\",\n \"wasClean\",\n \"watch\",\n \"watchPosition\",\n \"webdriver\",\n \"webkitAddKey\",\n \"webkitAnimation\",\n \"webkitAnimationDelay\",\n \"webkitAnimationDirection\",\n \"webkitAnimationDuration\",\n \"webkitAnimationFillMode\",\n \"webkitAnimationIterationCount\",\n \"webkitAnimationName\",\n \"webkitAnimationPlayState\",\n \"webkitAnimationTimingFunction\",\n \"webkitAppearance\",\n \"webkitAudioContext\",\n \"webkitAudioDecodedByteCount\",\n \"webkitAudioPannerNode\",\n \"webkitBackfaceVisibility\",\n \"webkitBackground\",\n \"webkitBackgroundAttachment\",\n \"webkitBackgroundClip\",\n \"webkitBackgroundColor\",\n \"webkitBackgroundImage\",\n \"webkitBackgroundOrigin\",\n \"webkitBackgroundPosition\",\n \"webkitBackgroundPositionX\",\n \"webkitBackgroundPositionY\",\n \"webkitBackgroundRepeat\",\n \"webkitBackgroundSize\",\n \"webkitBackingStorePixelRatio\",\n \"webkitBorderImage\",\n \"webkitBorderImageOutset\",\n \"webkitBorderImageRepeat\",\n \"webkitBorderImageSlice\",\n \"webkitBorderImageSource\",\n \"webkitBorderImageWidth\",\n \"webkitBoxAlign\",\n \"webkitBoxDirection\",\n \"webkitBoxFlex\",\n \"webkitBoxOrdinalGroup\",\n \"webkitBoxOrient\",\n \"webkitBoxPack\",\n \"webkitBoxSizing\",\n \"webkitCancelAnimationFrame\",\n \"webkitCancelFullScreen\",\n \"webkitCancelKeyRequest\",\n \"webkitCancelRequestAnimationFrame\",\n \"webkitClearResourceTimings\",\n \"webkitClosedCaptionsVisible\",\n \"webkitConvertPointFromNodeToPage\",\n \"webkitConvertPointFromPageToNode\",\n \"webkitCreateShadowRoot\",\n \"webkitCurrentFullScreenElement\",\n \"webkitCurrentPlaybackTargetIsWireless\",\n \"webkitDirectionInvertedFromDevice\",\n \"webkitDisplayingFullscreen\",\n \"webkitEnterFullScreen\",\n \"webkitEnterFullscreen\",\n \"webkitExitFullScreen\",\n \"webkitExitFullscreen\",\n \"webkitExitPointerLock\",\n \"webkitFullScreenKeyboardInputAllowed\",\n \"webkitFullscreenElement\",\n \"webkitFullscreenEnabled\",\n \"webkitGenerateKeyRequest\",\n \"webkitGetAsEntry\",\n \"webkitGetDatabaseNames\",\n \"webkitGetEntries\",\n \"webkitGetEntriesByName\",\n \"webkitGetEntriesByType\",\n \"webkitGetFlowByName\",\n \"webkitGetGamepads\",\n \"webkitGetImageDataHD\",\n \"webkitGetNamedFlows\",\n \"webkitGetRegionFlowRanges\",\n \"webkitGetUserMedia\",\n \"webkitHasClosedCaptions\",\n \"webkitHidden\",\n \"webkitIDBCursor\",\n \"webkitIDBDatabase\",\n \"webkitIDBDatabaseError\",\n \"webkitIDBDatabaseException\",\n \"webkitIDBFactory\",\n \"webkitIDBIndex\",\n \"webkitIDBKeyRange\",\n \"webkitIDBObjectStore\",\n \"webkitIDBRequest\",\n \"webkitIDBTransaction\",\n \"webkitImageSmoothingEnabled\",\n \"webkitIndexedDB\",\n \"webkitInitMessageEvent\",\n \"webkitIsFullScreen\",\n \"webkitKeys\",\n \"webkitLineDashOffset\",\n \"webkitLockOrientation\",\n \"webkitMatchesSelector\",\n \"webkitMediaStream\",\n \"webkitNotifications\",\n \"webkitOfflineAudioContext\",\n \"webkitOrientation\",\n \"webkitPeerConnection00\",\n \"webkitPersistentStorage\",\n \"webkitPointerLockElement\",\n \"webkitPostMessage\",\n \"webkitPreservesPitch\",\n \"webkitPutImageDataHD\",\n \"webkitRTCPeerConnection\",\n \"webkitRegionOverset\",\n \"webkitRequestAnimationFrame\",\n \"webkitRequestFileSystem\",\n \"webkitRequestFullScreen\",\n \"webkitRequestFullscreen\",\n \"webkitRequestPointerLock\",\n \"webkitResolveLocalFileSystemURL\",\n \"webkitSetMediaKeys\",\n \"webkitSetResourceTimingBufferSize\",\n \"webkitShadowRoot\",\n \"webkitShowPlaybackTargetPicker\",\n \"webkitSlice\",\n \"webkitSpeechGrammar\",\n \"webkitSpeechGrammarList\",\n \"webkitSpeechRecognition\",\n \"webkitSpeechRecognitionError\",\n \"webkitSpeechRecognitionEvent\",\n \"webkitStorageInfo\",\n \"webkitSupportsFullscreen\",\n \"webkitTemporaryStorage\",\n \"webkitTextSizeAdjust\",\n \"webkitTransform\",\n \"webkitTransformOrigin\",\n \"webkitTransition\",\n \"webkitTransitionDelay\",\n \"webkitTransitionDuration\",\n \"webkitTransitionProperty\",\n \"webkitTransitionTimingFunction\",\n \"webkitURL\",\n \"webkitUnlockOrientation\",\n \"webkitUserSelect\",\n \"webkitVideoDecodedByteCount\",\n \"webkitVisibilityState\",\n \"webkitWirelessVideoPlaybackDisabled\",\n \"webkitdropzone\",\n \"webstore\",\n \"weight\",\n \"whatToShow\",\n \"wheelDelta\",\n \"wheelDeltaX\",\n \"wheelDeltaY\",\n \"which\",\n \"white-space\",\n \"whiteSpace\",\n \"wholeText\",\n \"widows\",\n \"width\",\n \"will-change\",\n \"willChange\",\n \"willValidate\",\n \"window\",\n \"withCredentials\",\n \"word-break\",\n \"word-spacing\",\n \"word-wrap\",\n \"wordBreak\",\n \"wordSpacing\",\n \"wordWrap\",\n \"wrap\",\n \"wrapKey\",\n \"write\",\n \"writeln\",\n \"writingMode\",\n \"x\",\n \"x1\",\n \"x2\",\n \"xChannelSelector\",\n \"xmlEncoding\",\n \"xmlStandalone\",\n \"xmlVersion\",\n \"xmlbase\",\n \"xmllang\",\n \"xmlspace\",\n \"y\",\n \"y1\",\n \"y2\",\n \"yChannelSelector\",\n \"yandex\",\n \"z\",\n \"z-index\",\n \"zIndex\",\n \"zoom\",\n \"zoomAndPan\",\n \"zoomRectScreen\"\n]\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n/* global global, self */\n\nimport {\n defaults,\n Dictionary,\n push_uniq,\n} from \"./utils\";\nimport { base54 } from \"./scope\";\nimport {\n AST_Call,\n AST_Conditional,\n AST_Dot,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_Sequence,\n AST_String,\n AST_Sub,\n TreeTransformer,\n TreeWalker,\n} from \"./ast.js\";\nimport { domprops } from \"../tools/domprops.js\";\n\nfunction find_builtins(reserved) {\n domprops.forEach(add);\n\n // Compatibility fix for some standard defined globals not defined on every js environment\n var new_globals = [\"Symbol\", \"Map\", \"Promise\", \"Proxy\", \"Reflect\", \"Set\", \"WeakMap\", \"WeakSet\"];\n var objects = {};\n var global_ref = typeof global === \"object\" ? global : self;\n\n new_globals.forEach(function (new_global) {\n objects[new_global] = global_ref[new_global] || new Function();\n });\n\n // NaN will be included due to Number.NaN\n [\n \"null\",\n \"true\",\n \"false\",\n \"Infinity\",\n \"-Infinity\",\n \"undefined\",\n ].forEach(add);\n [ Object, Array, Function, Number,\n String, Boolean, Error, Math,\n Date, RegExp, objects.Symbol, ArrayBuffer,\n DataView, decodeURI, decodeURIComponent,\n encodeURI, encodeURIComponent, eval, EvalError,\n Float32Array, Float64Array, Int8Array, Int16Array,\n Int32Array, isFinite, isNaN, JSON, objects.Map, parseFloat,\n parseInt, objects.Promise, objects.Proxy, RangeError, ReferenceError,\n objects.Reflect, objects.Set, SyntaxError, TypeError, Uint8Array,\n Uint8ClampedArray, Uint16Array, Uint32Array, URIError,\n objects.WeakMap, objects.WeakSet\n ].forEach(function(ctor) {\n Object.getOwnPropertyNames(ctor).map(add);\n if (ctor.prototype) {\n Object.getOwnPropertyNames(ctor.prototype).map(add);\n }\n });\n function add(name) {\n reserved.add(name);\n }\n}\n\nfunction reserve_quoted_keys(ast, reserved) {\n function add(name) {\n push_uniq(reserved, name);\n }\n\n ast.walk(new TreeWalker(function(node) {\n if (node instanceof AST_ObjectKeyVal && node.quote) {\n add(node.key);\n } else if (node instanceof AST_ObjectProperty && node.quote) {\n add(node.key.name);\n } else if (node instanceof AST_Sub) {\n addStrings(node.property, add);\n }\n }));\n}\n\nfunction addStrings(node, add) {\n node.walk(new TreeWalker(function(node) {\n if (node instanceof AST_Sequence) {\n addStrings(node.tail_node(), add);\n } else if (node instanceof AST_String) {\n add(node.value);\n } else if (node instanceof AST_Conditional) {\n addStrings(node.consequent, add);\n addStrings(node.alternative, add);\n }\n return true;\n }));\n}\n\nfunction mangle_properties(ast, options) {\n options = defaults(options, {\n builtins: false,\n cache: null,\n debug: false,\n keep_quoted: false,\n only_cache: false,\n regex: null,\n reserved: null,\n }, true);\n\n var reserved_option = options.reserved;\n if (!Array.isArray(reserved_option)) reserved_option = [reserved_option];\n var reserved = new Set(reserved_option);\n if (!options.builtins) find_builtins(reserved);\n\n var cname = -1;\n var cache;\n if (options.cache) {\n cache = options.cache.props;\n cache.each(function(mangled_name) {\n reserved.add(mangled_name);\n });\n } else {\n cache = new Dictionary();\n }\n\n var regex = options.regex;\n\n // note debug is either false (disabled), or a string of the debug suffix to use (enabled).\n // note debug may be enabled as an empty string, which is falsey. Also treat passing 'true'\n // the same as passing an empty string.\n var debug = options.debug !== false;\n var debug_name_suffix;\n if (debug) {\n debug_name_suffix = (options.debug === true ? \"\" : options.debug);\n }\n\n var names_to_mangle = new Set();\n var unmangleable = new Set();\n\n // step 1: find candidates to mangle\n ast.walk(new TreeWalker(function(node) {\n if (node instanceof AST_ObjectKeyVal) {\n if (typeof node.key == \"string\") {\n add(node.key);\n }\n } else if (node instanceof AST_ObjectProperty) {\n // setter or getter, since KeyVal is handled above\n add(node.key.name);\n } else if (node instanceof AST_Dot) {\n var root = node;\n while (root.expression) {\n root = root.expression;\n }\n if (!(root.thedef && root.thedef.undeclared)) add(node.property);\n } else if (node instanceof AST_Sub) {\n addStrings(node.property, add);\n } else if (node instanceof AST_Call\n && node.expression.print_to_string() == \"Object.defineProperty\") {\n addStrings(node.args[1], add);\n }\n }));\n\n // step 2: transform the tree, renaming properties\n return ast.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_ObjectKeyVal) {\n if (typeof node.key == \"string\") {\n node.key = mangle(node.key);\n }\n } else if (node instanceof AST_ObjectProperty) {\n // setter or getter\n node.key.name = mangle(node.key.name);\n } else if (node instanceof AST_Dot) {\n node.property = mangle(node.property);\n } else if (!options.keep_quoted && node instanceof AST_Sub) {\n node.property = mangleStrings(node.property);\n } else if (node instanceof AST_Call\n && node.expression.print_to_string() == \"Object.defineProperty\") {\n node.args[1] = mangleStrings(node.args[1]);\n }\n }));\n\n // only function declarations after this line\n\n function can_mangle(name) {\n if (unmangleable.has(name)) return false;\n if (reserved.has(name)) return false;\n if (options.only_cache) {\n return cache.has(name);\n }\n if (/^-?[0-9]+(\\.[0-9]+)?(e[+-][0-9]+)?$/.test(name)) return false;\n return true;\n }\n\n function should_mangle(name) {\n if (regex && !regex.test(name)) return false;\n if (reserved.has(name)) return false;\n return cache.has(name)\n || names_to_mangle.has(name);\n }\n\n function add(name) {\n if (can_mangle(name))\n names_to_mangle.add(name);\n\n if (!should_mangle(name)) {\n unmangleable.add(name);\n }\n }\n\n function mangle(name) {\n if (!should_mangle(name)) {\n return name;\n }\n\n var mangled = cache.get(name);\n if (!mangled) {\n if (debug) {\n // debug mode: use a prefix and suffix to preserve readability, e.g. o.foo -> o._$foo$NNN_.\n var debug_mangled = \"_$\" + name + \"$\" + debug_name_suffix + \"_\";\n\n if (can_mangle(debug_mangled)) {\n mangled = debug_mangled;\n }\n }\n\n // either debug mode is off, or it is on and we could not use the mangled name\n if (!mangled) {\n do {\n mangled = base54(++cname);\n } while (!can_mangle(mangled));\n }\n\n cache.set(name, mangled);\n }\n return mangled;\n }\n\n function mangleStrings(node) {\n return node.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Sequence) {\n var last = node.expressions.length - 1;\n node.expressions[last] = mangleStrings(node.expressions[last]);\n } else if (node instanceof AST_String) {\n node.value = mangle(node.value);\n } else if (node instanceof AST_Conditional) {\n node.consequent = mangleStrings(node.consequent);\n node.alternative = mangleStrings(node.alternative);\n }\n return node;\n }));\n }\n}\n\nexport {\n reserve_quoted_keys,\n mangle_properties,\n};\n","\"use strict\";\n/* eslint-env browser, es6, node */\n\nimport {\n defaults,\n Dictionary,\n HOP,\n} from \"./utils.js\";\nimport {\n AST_Node,\n AST_Toplevel,\n} from \"./ast.js\";\nimport { parse } from \"./parse.js\";\nimport { OutputStream } from \"./output.js\";\nimport { Compressor } from \"./compress/index.js\";\nimport { base54 } from \"./scope.js\";\nimport { SourceMap } from \"./sourcemap.js\";\nimport {\n mangle_properties,\n reserve_quoted_keys,\n} from \"./propmangle.js\";\n\nvar to_ascii = typeof atob == \"undefined\" ? function(b64) {\n return Buffer.from(b64, \"base64\").toString();\n} : atob;\nvar to_base64 = typeof btoa == \"undefined\" ? function(str) {\n return Buffer.from(str).toString(\"base64\");\n} : btoa;\n\nfunction read_source_map(code) {\n var match = /(?:^|[^.])\\/\\/# sourceMappingURL=data:application\\/json(;[\\w=-]*)?;base64,([+/0-9A-Za-z]*=*)\\s*$/.exec(code);\n if (!match) {\n AST_Node.warn(\"inline source map not found\");\n return null;\n }\n return to_ascii(match[2]);\n}\n\nfunction set_shorthand(name, options, keys) {\n if (options[name]) {\n keys.forEach(function(key) {\n if (options[key]) {\n if (typeof options[key] != \"object\") options[key] = {};\n if (!(name in options[key])) options[key][name] = options[name];\n }\n });\n }\n}\n\nfunction init_cache(cache) {\n if (!cache) return;\n if (!(\"props\" in cache)) {\n cache.props = new Dictionary();\n } else if (!(cache.props instanceof Dictionary)) {\n cache.props = Dictionary.fromObject(cache.props);\n }\n}\n\nfunction to_json(cache) {\n return {\n props: cache.props.toObject()\n };\n}\n\nfunction minify(files, options) {\n var warn_function = AST_Node.warn_function;\n try {\n options = defaults(options, {\n compress: {},\n ecma: undefined,\n enclose: false,\n ie8: false,\n keep_classnames: undefined,\n keep_fnames: false,\n mangle: {},\n module: false,\n nameCache: null,\n output: {},\n parse: {},\n rename: undefined,\n safari10: false,\n sourceMap: false,\n timings: false,\n toplevel: false,\n warnings: false,\n wrap: false,\n }, true);\n var timings = options.timings && {\n start: Date.now()\n };\n if (options.keep_classnames === undefined) {\n options.keep_classnames = options.keep_fnames;\n }\n if (options.rename === undefined) {\n options.rename = options.compress && options.mangle;\n }\n set_shorthand(\"ecma\", options, [ \"parse\", \"compress\", \"output\" ]);\n set_shorthand(\"ie8\", options, [ \"compress\", \"mangle\", \"output\" ]);\n set_shorthand(\"keep_classnames\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"keep_fnames\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"module\", options, [ \"parse\", \"compress\", \"mangle\" ]);\n set_shorthand(\"safari10\", options, [ \"mangle\", \"output\" ]);\n set_shorthand(\"toplevel\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"warnings\", options, [ \"compress\" ]);\n var quoted_props;\n if (options.mangle) {\n options.mangle = defaults(options.mangle, {\n cache: options.nameCache && (options.nameCache.vars || {}),\n eval: false,\n ie8: false,\n keep_classnames: false,\n keep_fnames: false,\n module: false,\n properties: false,\n reserved: [],\n safari10: false,\n toplevel: false,\n }, true);\n if (options.mangle.properties) {\n if (typeof options.mangle.properties != \"object\") {\n options.mangle.properties = {};\n }\n if (options.mangle.properties.keep_quoted) {\n quoted_props = options.mangle.properties.reserved;\n if (!Array.isArray(quoted_props)) quoted_props = [];\n options.mangle.properties.reserved = quoted_props;\n }\n if (options.nameCache && !(\"cache\" in options.mangle.properties)) {\n options.mangle.properties.cache = options.nameCache.props || {};\n }\n }\n init_cache(options.mangle.cache);\n init_cache(options.mangle.properties.cache);\n }\n if (options.sourceMap) {\n options.sourceMap = defaults(options.sourceMap, {\n content: null,\n filename: null,\n includeSources: false,\n root: null,\n url: null,\n }, true);\n }\n var warnings = [];\n if (options.warnings && !AST_Node.warn_function) {\n AST_Node.warn_function = function(warning) {\n warnings.push(warning);\n };\n }\n if (timings) timings.parse = Date.now();\n var toplevel;\n if (files instanceof AST_Toplevel) {\n toplevel = files;\n } else {\n if (typeof files == \"string\") {\n files = [ files ];\n }\n options.parse = options.parse || {};\n options.parse.toplevel = null;\n for (var name in files) if (HOP(files, name)) {\n options.parse.filename = name;\n options.parse.toplevel = parse(files[name], options.parse);\n if (options.sourceMap && options.sourceMap.content == \"inline\") {\n if (Object.keys(files).length > 1)\n throw new Error(\"inline source map only works with singular input\");\n options.sourceMap.content = read_source_map(files[name]);\n }\n }\n toplevel = options.parse.toplevel;\n }\n if (quoted_props) {\n reserve_quoted_keys(toplevel, quoted_props);\n }\n if (options.wrap) {\n toplevel = toplevel.wrap_commonjs(options.wrap);\n }\n if (options.enclose) {\n toplevel = toplevel.wrap_enclose(options.enclose);\n }\n if (timings) timings.rename = Date.now();\n // disable rename on harmony due to expand_names bug in for-of loops\n // https://github.com/mishoo/UglifyJS2/issues/2794\n if (0 && options.rename) {\n toplevel.figure_out_scope(options.mangle);\n toplevel.expand_names(options.mangle);\n }\n if (timings) timings.compress = Date.now();\n if (options.compress) toplevel = new Compressor(options.compress).compress(toplevel);\n if (timings) timings.scope = Date.now();\n if (options.mangle) toplevel.figure_out_scope(options.mangle);\n if (timings) timings.mangle = Date.now();\n if (options.mangle) {\n base54.reset();\n toplevel.compute_char_frequency(options.mangle);\n toplevel.mangle_names(options.mangle);\n }\n if (timings) timings.properties = Date.now();\n if (options.mangle && options.mangle.properties) {\n toplevel = mangle_properties(toplevel, options.mangle.properties);\n }\n if (timings) timings.output = Date.now();\n var result = {};\n if (options.output.ast) {\n result.ast = toplevel;\n }\n if (!HOP(options.output, \"code\") || options.output.code) {\n if (options.sourceMap) {\n if (typeof options.sourceMap.content == \"string\") {\n options.sourceMap.content = JSON.parse(options.sourceMap.content);\n }\n options.output.source_map = SourceMap({\n file: options.sourceMap.filename,\n orig: options.sourceMap.content,\n root: options.sourceMap.root\n });\n if (options.sourceMap.includeSources) {\n if (files instanceof AST_Toplevel) {\n throw new Error(\"original source content unavailable\");\n } else for (var name in files) if (HOP(files, name)) {\n options.output.source_map.get().setSourceContent(name, files[name]);\n }\n }\n }\n delete options.output.ast;\n delete options.output.code;\n var stream = OutputStream(options.output);\n toplevel.print(stream);\n result.code = stream.get();\n if (options.sourceMap) {\n result.map = options.output.source_map.toString();\n if (options.sourceMap.url == \"inline\") {\n result.code += \"\\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,\" + to_base64(result.map);\n } else if (options.sourceMap.url) {\n result.code += \"\\n//# sourceMappingURL=\" + options.sourceMap.url;\n }\n }\n }\n if (options.nameCache && options.mangle) {\n if (options.mangle.cache) options.nameCache.vars = to_json(options.mangle.cache);\n if (options.mangle.properties && options.mangle.properties.cache) {\n options.nameCache.props = to_json(options.mangle.properties.cache);\n }\n }\n if (timings) {\n timings.end = Date.now();\n result.timings = {\n parse: 1e-3 * (timings.rename - timings.parse),\n rename: 1e-3 * (timings.compress - timings.rename),\n compress: 1e-3 * (timings.scope - timings.compress),\n scope: 1e-3 * (timings.mangle - timings.scope),\n mangle: 1e-3 * (timings.properties - timings.mangle),\n properties: 1e-3 * (timings.output - timings.properties),\n output: 1e-3 * (timings.end - timings.output),\n total: 1e-3 * (timings.end - timings.start)\n };\n }\n if (warnings.length) {\n result.warnings = warnings;\n }\n return result;\n } catch (ex) {\n return { error: ex };\n } finally {\n AST_Node.warn_function = warn_function;\n }\n}\n\nexport {\n minify,\n to_ascii,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport * as ast from \"./ast.js\";\nimport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Atom,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_BlockStatement,\n AST_Boolean,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\n\n(function() {\n\n var normalize_directives = function(body) {\n var in_directive = true;\n\n for (var i = 0; i < body.length; i++) {\n if (in_directive && body[i] instanceof AST_Statement && body[i].body instanceof AST_String) {\n body[i] = new AST_Directive({\n start: body[i].start,\n end: body[i].end,\n value: body[i].body.value\n });\n } else if (in_directive && !(body[i] instanceof AST_Statement && body[i].body instanceof AST_String)) {\n in_directive = false;\n }\n }\n\n return body;\n };\n\n var MOZ_TO_ME = {\n Program: function(M) {\n return new AST_Toplevel({\n start: my_start_token(M),\n end: my_end_token(M),\n body: normalize_directives(M.body.map(from_moz))\n });\n },\n ArrayPattern: function(M) {\n return new AST_Destructuring({\n start: my_start_token(M),\n end: my_end_token(M),\n names: M.elements.map(function(elm) {\n if (elm === null) {\n return new AST_Hole();\n }\n return from_moz(elm);\n }),\n is_array: true\n });\n },\n ObjectPattern: function(M) {\n return new AST_Destructuring({\n start: my_start_token(M),\n end: my_end_token(M),\n names: M.properties.map(from_moz),\n is_array: false\n });\n },\n AssignmentPattern: function(M) {\n return new AST_Binary({\n start: my_start_token(M),\n end: my_end_token(M),\n left: from_moz(M.left),\n operator: \"=\",\n right: from_moz(M.right)\n });\n },\n SpreadElement: function(M) {\n return new AST_Expansion({\n start: my_start_token(M),\n end: my_end_token(M),\n expression: from_moz(M.argument)\n });\n },\n RestElement: function(M) {\n return new AST_Expansion({\n start: my_start_token(M),\n end: my_end_token(M),\n expression: from_moz(M.argument)\n });\n },\n TemplateElement: function(M) {\n return new AST_TemplateSegment({\n start: my_start_token(M),\n end: my_end_token(M),\n value: M.value.cooked,\n raw: M.value.raw\n });\n },\n TemplateLiteral: function(M) {\n var segments = [];\n for (var i = 0; i < M.quasis.length; i++) {\n segments.push(from_moz(M.quasis[i]));\n if (M.expressions[i]) {\n segments.push(from_moz(M.expressions[i]));\n }\n }\n return new AST_TemplateString({\n start: my_start_token(M),\n end: my_end_token(M),\n segments: segments\n });\n },\n TaggedTemplateExpression: function(M) {\n return new AST_PrefixedTemplateString({\n start: my_start_token(M),\n end: my_end_token(M),\n template_string: from_moz(M.quasi),\n prefix: from_moz(M.tag)\n });\n },\n FunctionDeclaration: function(M) {\n return new AST_Defun({\n start: my_start_token(M),\n end: my_end_token(M),\n name: from_moz(M.id),\n argnames: M.params.map(from_moz),\n is_generator: M.generator,\n async: M.async,\n body: normalize_directives(from_moz(M.body).body)\n });\n },\n FunctionExpression: function(M) {\n return new AST_Function({\n start: my_start_token(M),\n end: my_end_token(M),\n name: from_moz(M.id),\n argnames: M.params.map(from_moz),\n is_generator: M.generator,\n async: M.async,\n body: normalize_directives(from_moz(M.body).body)\n });\n },\n ArrowFunctionExpression: function(M) {\n return new AST_Arrow({\n start: my_start_token(M),\n end: my_end_token(M),\n argnames: M.params.map(from_moz),\n body: from_moz(M.body),\n async: M.async,\n });\n },\n ExpressionStatement: function(M) {\n return new AST_SimpleStatement({\n start: my_start_token(M),\n end: my_end_token(M),\n body: from_moz(M.expression)\n });\n },\n TryStatement: function(M) {\n var handlers = M.handlers || [M.handler];\n if (handlers.length > 1 || M.guardedHandlers && M.guardedHandlers.length) {\n throw new Error(\"Multiple catch clauses are not supported.\");\n }\n return new AST_Try({\n start : my_start_token(M),\n end : my_end_token(M),\n body : from_moz(M.block).body,\n bcatch : from_moz(handlers[0]),\n bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null\n });\n },\n Property: function(M) {\n var key = M.key;\n var args = {\n start : my_start_token(key || M.value),\n end : my_end_token(M.value),\n key : key.type == \"Identifier\" ? key.name : key.value,\n value : from_moz(M.value)\n };\n if (M.computed) {\n args.key = from_moz(M.key);\n }\n if (M.method) {\n args.is_generator = M.value.generator;\n args.async = M.value.async;\n if (!M.computed) {\n args.key = new AST_SymbolMethod({ name: args.key });\n } else {\n args.key = from_moz(M.key);\n }\n return new AST_ConciseMethod(args);\n }\n if (M.kind == \"init\") {\n if (key.type != \"Identifier\" && key.type != \"Literal\") {\n args.key = from_moz(key);\n }\n return new AST_ObjectKeyVal(args);\n }\n if (typeof args.key === \"string\" || typeof args.key === \"number\") {\n args.key = new AST_SymbolMethod({\n name: args.key\n });\n }\n args.value = new AST_Accessor(args.value);\n if (M.kind == \"get\") return new AST_ObjectGetter(args);\n if (M.kind == \"set\") return new AST_ObjectSetter(args);\n if (M.kind == \"method\") {\n args.async = M.value.async;\n args.is_generator = M.value.generator;\n args.quote = M.computed ? \"\\\"\" : null;\n return new AST_ConciseMethod(args);\n }\n },\n MethodDefinition: function(M) {\n var args = {\n start : my_start_token(M),\n end : my_end_token(M),\n key : M.computed ? from_moz(M.key) : new AST_SymbolMethod({ name: M.key.name || M.key.value }),\n value : from_moz(M.value),\n static : M.static,\n };\n if (M.kind == \"get\") {\n return new AST_ObjectGetter(args);\n }\n if (M.kind == \"set\") {\n return new AST_ObjectSetter(args);\n }\n args.is_generator = M.value.generator;\n args.async = M.value.async;\n return new AST_ConciseMethod(args);\n },\n ArrayExpression: function(M) {\n return new AST_Array({\n start : my_start_token(M),\n end : my_end_token(M),\n elements : M.elements.map(function(elem) {\n return elem === null ? new AST_Hole() : from_moz(elem);\n })\n });\n },\n ObjectExpression: function(M) {\n return new AST_Object({\n start : my_start_token(M),\n end : my_end_token(M),\n properties : M.properties.map(function(prop) {\n if (prop.type === \"SpreadElement\") {\n return from_moz(prop);\n }\n prop.type = \"Property\";\n return from_moz(prop);\n })\n });\n },\n SequenceExpression: function(M) {\n return new AST_Sequence({\n start : my_start_token(M),\n end : my_end_token(M),\n expressions: M.expressions.map(from_moz)\n });\n },\n MemberExpression: function(M) {\n return new (M.computed ? AST_Sub : AST_Dot)({\n start : my_start_token(M),\n end : my_end_token(M),\n property : M.computed ? from_moz(M.property) : M.property.name,\n expression : from_moz(M.object)\n });\n },\n SwitchCase: function(M) {\n return new (M.test ? AST_Case : AST_Default)({\n start : my_start_token(M),\n end : my_end_token(M),\n expression : from_moz(M.test),\n body : M.consequent.map(from_moz)\n });\n },\n VariableDeclaration: function(M) {\n return new (M.kind === \"const\" ? AST_Const :\n M.kind === \"let\" ? AST_Let : AST_Var)({\n start : my_start_token(M),\n end : my_end_token(M),\n definitions : M.declarations.map(from_moz)\n });\n },\n\n ImportDeclaration: function(M) {\n var imported_name = null;\n var imported_names = null;\n M.specifiers.forEach(function (specifier) {\n if (specifier.type === \"ImportSpecifier\") {\n if (!imported_names) { imported_names = []; }\n imported_names.push(new AST_NameMapping({\n start: my_start_token(specifier),\n end: my_end_token(specifier),\n foreign_name: from_moz(specifier.imported),\n name: from_moz(specifier.local)\n }));\n } else if (specifier.type === \"ImportDefaultSpecifier\") {\n imported_name = from_moz(specifier.local);\n } else if (specifier.type === \"ImportNamespaceSpecifier\") {\n if (!imported_names) { imported_names = []; }\n imported_names.push(new AST_NameMapping({\n start: my_start_token(specifier),\n end: my_end_token(specifier),\n foreign_name: new AST_SymbolImportForeign({ name: \"*\" }),\n name: from_moz(specifier.local)\n }));\n }\n });\n return new AST_Import({\n start : my_start_token(M),\n end : my_end_token(M),\n imported_name: imported_name,\n imported_names : imported_names,\n module_name : from_moz(M.source)\n });\n },\n ExportAllDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_names: [\n new AST_NameMapping({\n name: new AST_SymbolExportForeign({ name: \"*\" }),\n foreign_name: new AST_SymbolExportForeign({ name: \"*\" })\n })\n ],\n module_name: from_moz(M.source)\n });\n },\n ExportNamedDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_definition: from_moz(M.declaration),\n exported_names: M.specifiers && M.specifiers.length ? M.specifiers.map(function (specifier) {\n return new AST_NameMapping({\n foreign_name: from_moz(specifier.exported),\n name: from_moz(specifier.local)\n });\n }) : null,\n module_name: from_moz(M.source)\n });\n },\n ExportDefaultDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_value: from_moz(M.declaration),\n is_default: true\n });\n },\n Literal: function(M) {\n var val = M.value, args = {\n start : my_start_token(M),\n end : my_end_token(M)\n };\n if (val === null) return new AST_Null(args);\n var rx = M.regex;\n if (rx && rx.pattern) {\n // RegExpLiteral as per ESTree AST spec\n args.value = new RegExp(rx.pattern, rx.flags);\n var raw = args.value.toString();\n args.value.raw_source = rx.flags\n ? raw.substring(0, raw.length - rx.flags.length) + rx.flags\n : raw;\n return new AST_RegExp(args);\n } else if (rx) {\n // support legacy RegExp\n args.value = M.regex && M.raw ? M.raw : val;\n return new AST_RegExp(args);\n }\n switch (typeof val) {\n case \"string\":\n args.value = val;\n return new AST_String(args);\n case \"number\":\n args.value = val;\n return new AST_Number(args);\n case \"boolean\":\n return new (val ? AST_True : AST_False)(args);\n }\n },\n MetaProperty: function(M) {\n if (M.meta.name === \"new\" && M.property.name === \"target\") {\n return new AST_NewTarget({\n start: my_start_token(M),\n end: my_end_token(M)\n });\n }\n },\n Identifier: function(M) {\n var p = FROM_MOZ_STACK[FROM_MOZ_STACK.length - 2];\n return new ( p.type == \"LabeledStatement\" ? AST_Label\n : p.type == \"VariableDeclarator\" && p.id === M ? (p.kind == \"const\" ? AST_SymbolConst : p.kind == \"let\" ? AST_SymbolLet : AST_SymbolVar)\n : /Import.*Specifier/.test(p.type) ? (p.local === M ? AST_SymbolImport : AST_SymbolImportForeign)\n : p.type == \"ExportSpecifier\" ? (p.local === M ? AST_SymbolExport : AST_SymbolExportForeign)\n : p.type == \"FunctionExpression\" ? (p.id === M ? AST_SymbolLambda : AST_SymbolFunarg)\n : p.type == \"FunctionDeclaration\" ? (p.id === M ? AST_SymbolDefun : AST_SymbolFunarg)\n : p.type == \"ArrowFunctionExpression\" ? (p.params.includes(M)) ? AST_SymbolFunarg : AST_SymbolRef\n : p.type == \"ClassExpression\" ? (p.id === M ? AST_SymbolClass : AST_SymbolRef)\n : p.type == \"Property\" ? (p.key === M && p.computed || p.value === M ? AST_SymbolRef : AST_SymbolMethod)\n : p.type == \"ClassDeclaration\" ? (p.id === M ? AST_SymbolDefClass : AST_SymbolRef)\n : p.type == \"MethodDefinition\" ? (p.computed ? AST_SymbolRef : AST_SymbolMethod)\n : p.type == \"CatchClause\" ? AST_SymbolCatch\n : p.type == \"BreakStatement\" || p.type == \"ContinueStatement\" ? AST_LabelRef\n : AST_SymbolRef)({\n start : my_start_token(M),\n end : my_end_token(M),\n name : M.name\n });\n }\n };\n\n MOZ_TO_ME.UpdateExpression =\n MOZ_TO_ME.UnaryExpression = function To_Moz_Unary(M) {\n var prefix = \"prefix\" in M ? M.prefix\n : M.type == \"UnaryExpression\" ? true : false;\n return new (prefix ? AST_UnaryPrefix : AST_UnaryPostfix)({\n start : my_start_token(M),\n end : my_end_token(M),\n operator : M.operator,\n expression : from_moz(M.argument)\n });\n };\n\n MOZ_TO_ME.ClassDeclaration =\n MOZ_TO_ME.ClassExpression = function From_Moz_Class(M) {\n return new (M.type === \"ClassDeclaration\" ? AST_DefClass : AST_ClassExpression)({\n start : my_start_token(M),\n end : my_end_token(M),\n name : from_moz(M.id),\n extends : from_moz(M.superClass),\n properties: M.body.body.map(from_moz)\n });\n };\n\n map(\"EmptyStatement\", AST_EmptyStatement);\n map(\"BlockStatement\", AST_BlockStatement, \"body@body\");\n map(\"IfStatement\", AST_If, \"test>condition, consequent>body, alternate>alternative\");\n map(\"LabeledStatement\", AST_LabeledStatement, \"label>label, body>body\");\n map(\"BreakStatement\", AST_Break, \"label>label\");\n map(\"ContinueStatement\", AST_Continue, \"label>label\");\n map(\"WithStatement\", AST_With, \"object>expression, body>body\");\n map(\"SwitchStatement\", AST_Switch, \"discriminant>expression, cases@body\");\n map(\"ReturnStatement\", AST_Return, \"argument>value\");\n map(\"ThrowStatement\", AST_Throw, \"argument>value\");\n map(\"WhileStatement\", AST_While, \"test>condition, body>body\");\n map(\"DoWhileStatement\", AST_Do, \"test>condition, body>body\");\n map(\"ForStatement\", AST_For, \"init>init, test>condition, update>step, body>body\");\n map(\"ForInStatement\", AST_ForIn, \"left>init, right>object, body>body\");\n map(\"ForOfStatement\", AST_ForOf, \"left>init, right>object, body>body, await=await\");\n map(\"AwaitExpression\", AST_Await, \"argument>expression\");\n map(\"YieldExpression\", AST_Yield, \"argument>expression, delegate=is_star\");\n map(\"DebuggerStatement\", AST_Debugger);\n map(\"VariableDeclarator\", AST_VarDef, \"id>name, init>value\");\n map(\"CatchClause\", AST_Catch, \"param>argname, body%body\");\n\n map(\"ThisExpression\", AST_This);\n map(\"Super\", AST_Super);\n map(\"BinaryExpression\", AST_Binary, \"operator=operator, left>left, right>right\");\n map(\"LogicalExpression\", AST_Binary, \"operator=operator, left>left, right>right\");\n map(\"AssignmentExpression\", AST_Assign, \"operator=operator, left>left, right>right\");\n map(\"ConditionalExpression\", AST_Conditional, \"test>condition, consequent>consequent, alternate>alternative\");\n map(\"NewExpression\", AST_New, \"callee>expression, arguments@args\");\n map(\"CallExpression\", AST_Call, \"callee>expression, arguments@args\");\n\n def_to_moz(AST_Toplevel, function To_Moz_Program(M) {\n return to_moz_scope(\"Program\", M);\n });\n\n def_to_moz(AST_Expansion, function To_Moz_Spread(M, parent) {\n return {\n type: to_moz_in_destructuring() ? \"RestElement\" : \"SpreadElement\",\n argument: to_moz(M.expression)\n };\n });\n\n def_to_moz(AST_PrefixedTemplateString, function To_Moz_TaggedTemplateExpression(M) {\n return {\n type: \"TaggedTemplateExpression\",\n tag: to_moz(M.prefix),\n quasi: to_moz(M.template_string)\n };\n });\n\n def_to_moz(AST_TemplateString, function To_Moz_TemplateLiteral(M) {\n var quasis = [];\n var expressions = [];\n for (var i = 0; i < M.segments.length; i++) {\n if (i % 2 !== 0) {\n expressions.push(to_moz(M.segments[i]));\n } else {\n quasis.push({\n type: \"TemplateElement\",\n value: {\n raw: M.segments[i].raw,\n cooked: M.segments[i].value\n },\n tail: i === M.segments.length - 1\n });\n }\n }\n return {\n type: \"TemplateLiteral\",\n quasis: quasis,\n expressions: expressions\n };\n });\n\n def_to_moz(AST_Defun, function To_Moz_FunctionDeclaration(M) {\n return {\n type: \"FunctionDeclaration\",\n id: to_moz(M.name),\n params: M.argnames.map(to_moz),\n generator: M.is_generator,\n async: M.async,\n body: to_moz_scope(\"BlockStatement\", M)\n };\n });\n\n def_to_moz(AST_Function, function To_Moz_FunctionExpression(M, parent) {\n var is_generator = parent.is_generator !== undefined ?\n parent.is_generator : M.is_generator;\n return {\n type: \"FunctionExpression\",\n id: to_moz(M.name),\n params: M.argnames.map(to_moz),\n generator: is_generator,\n async: M.async,\n body: to_moz_scope(\"BlockStatement\", M)\n };\n });\n\n def_to_moz(AST_Arrow, function To_Moz_ArrowFunctionExpression(M) {\n var body = M.body instanceof Array ? {\n type: \"BlockStatement\",\n body: M.body.map(to_moz)\n } : to_moz(M.body);\n return {\n type: \"ArrowFunctionExpression\",\n params: M.argnames.map(to_moz),\n async: M.async,\n body: body\n };\n });\n\n def_to_moz(AST_Destructuring, function To_Moz_ObjectPattern(M) {\n if (M.is_array) {\n return {\n type: \"ArrayPattern\",\n elements: M.names.map(to_moz)\n };\n }\n return {\n type: \"ObjectPattern\",\n properties: M.names.map(to_moz)\n };\n });\n\n def_to_moz(AST_Directive, function To_Moz_Directive(M) {\n return {\n type: \"ExpressionStatement\",\n expression: {\n type: \"Literal\",\n value: M.value\n }\n };\n });\n\n def_to_moz(AST_SimpleStatement, function To_Moz_ExpressionStatement(M) {\n return {\n type: \"ExpressionStatement\",\n expression: to_moz(M.body)\n };\n });\n\n def_to_moz(AST_SwitchBranch, function To_Moz_SwitchCase(M) {\n return {\n type: \"SwitchCase\",\n test: to_moz(M.expression),\n consequent: M.body.map(to_moz)\n };\n });\n\n def_to_moz(AST_Try, function To_Moz_TryStatement(M) {\n return {\n type: \"TryStatement\",\n block: to_moz_block(M),\n handler: to_moz(M.bcatch),\n guardedHandlers: [],\n finalizer: to_moz(M.bfinally)\n };\n });\n\n def_to_moz(AST_Catch, function To_Moz_CatchClause(M) {\n return {\n type: \"CatchClause\",\n param: to_moz(M.argname),\n guard: null,\n body: to_moz_block(M)\n };\n });\n\n def_to_moz(AST_Definitions, function To_Moz_VariableDeclaration(M) {\n return {\n type: \"VariableDeclaration\",\n kind:\n M instanceof AST_Const ? \"const\" :\n M instanceof AST_Let ? \"let\" : \"var\",\n declarations: M.definitions.map(to_moz)\n };\n });\n\n def_to_moz(AST_Export, function To_Moz_ExportDeclaration(M) {\n if (M.exported_names) {\n if (M.exported_names[0].name.name === \"*\") {\n return {\n type: \"ExportAllDeclaration\",\n source: to_moz(M.module_name)\n };\n }\n return {\n type: \"ExportNamedDeclaration\",\n specifiers: M.exported_names.map(function (name_mapping) {\n return {\n type: \"ExportSpecifier\",\n exported: to_moz(name_mapping.foreign_name),\n local: to_moz(name_mapping.name)\n };\n }),\n declaration: to_moz(M.exported_definition),\n source: to_moz(M.module_name)\n };\n }\n return {\n type: M.is_default ? \"ExportDefaultDeclaration\" : \"ExportNamedDeclaration\",\n declaration: to_moz(M.exported_value || M.exported_definition)\n };\n });\n\n def_to_moz(AST_Import, function To_Moz_ImportDeclaration(M) {\n var specifiers = [];\n if (M.imported_name) {\n specifiers.push({\n type: \"ImportDefaultSpecifier\",\n local: to_moz(M.imported_name)\n });\n }\n if (M.imported_names && M.imported_names[0].foreign_name.name === \"*\") {\n specifiers.push({\n type: \"ImportNamespaceSpecifier\",\n local: to_moz(M.imported_names[0].name)\n });\n } else if (M.imported_names) {\n M.imported_names.forEach(function(name_mapping) {\n specifiers.push({\n type: \"ImportSpecifier\",\n local: to_moz(name_mapping.name),\n imported: to_moz(name_mapping.foreign_name)\n });\n });\n }\n return {\n type: \"ImportDeclaration\",\n specifiers: specifiers,\n source: to_moz(M.module_name)\n };\n });\n\n def_to_moz(AST_Sequence, function To_Moz_SequenceExpression(M) {\n return {\n type: \"SequenceExpression\",\n expressions: M.expressions.map(to_moz)\n };\n });\n\n def_to_moz(AST_PropAccess, function To_Moz_MemberExpression(M) {\n var isComputed = M instanceof AST_Sub;\n return {\n type: \"MemberExpression\",\n object: to_moz(M.expression),\n computed: isComputed,\n property: isComputed ? to_moz(M.property) : {type: \"Identifier\", name: M.property}\n };\n });\n\n def_to_moz(AST_Unary, function To_Moz_Unary(M) {\n return {\n type: M.operator == \"++\" || M.operator == \"--\" ? \"UpdateExpression\" : \"UnaryExpression\",\n operator: M.operator,\n prefix: M instanceof AST_UnaryPrefix,\n argument: to_moz(M.expression)\n };\n });\n\n def_to_moz(AST_Binary, function To_Moz_BinaryExpression(M) {\n if (M.operator == \"=\" && to_moz_in_destructuring()) {\n return {\n type: \"AssignmentPattern\",\n left: to_moz(M.left),\n right: to_moz(M.right)\n };\n }\n return {\n type: M.operator == \"&&\" || M.operator == \"||\" ? \"LogicalExpression\" : \"BinaryExpression\",\n left: to_moz(M.left),\n operator: M.operator,\n right: to_moz(M.right)\n };\n });\n\n def_to_moz(AST_Array, function To_Moz_ArrayExpression(M) {\n return {\n type: \"ArrayExpression\",\n elements: M.elements.map(to_moz)\n };\n });\n\n def_to_moz(AST_Object, function To_Moz_ObjectExpression(M) {\n return {\n type: \"ObjectExpression\",\n properties: M.properties.map(to_moz)\n };\n });\n\n def_to_moz(AST_ObjectProperty, function To_Moz_Property(M, parent) {\n var key = M.key instanceof AST_Node ? to_moz(M.key) : {\n type: \"Identifier\",\n value: M.key\n };\n if (typeof M.key === \"number\") {\n key = {\n type: \"Literal\",\n value: Number(M.key)\n };\n }\n if (typeof M.key === \"string\") {\n key = {\n type: \"Identifier\",\n name: M.key\n };\n }\n var kind;\n var string_or_num = typeof M.key === \"string\" || typeof M.key === \"number\";\n var computed = string_or_num ? false : !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef;\n if (M instanceof AST_ObjectKeyVal) {\n kind = \"init\";\n computed = !string_or_num;\n } else\n if (M instanceof AST_ObjectGetter) {\n kind = \"get\";\n } else\n if (M instanceof AST_ObjectSetter) {\n kind = \"set\";\n }\n if (parent instanceof AST_Class) {\n return {\n type: \"MethodDefinition\",\n computed: computed,\n kind: kind,\n static: M.static,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n }\n return {\n type: \"Property\",\n computed: computed,\n kind: kind,\n key: key,\n value: to_moz(M.value)\n };\n });\n\n def_to_moz(AST_ConciseMethod, function To_Moz_MethodDefinition(M, parent) {\n if (parent instanceof AST_Object) {\n return {\n type: \"Property\",\n computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef,\n kind: \"init\",\n method: true,\n shorthand: false,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n }\n return {\n type: \"MethodDefinition\",\n computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef,\n kind: M.key === \"constructor\" ? \"constructor\" : \"method\",\n static: M.static,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n });\n\n def_to_moz(AST_Class, function To_Moz_Class(M) {\n var type = M instanceof AST_ClassExpression ? \"ClassExpression\" : \"ClassDeclaration\";\n return {\n type: type,\n superClass: to_moz(M.extends),\n id: M.name ? to_moz(M.name) : null,\n body: {\n type: \"ClassBody\",\n body: M.properties.map(to_moz)\n }\n };\n });\n\n def_to_moz(AST_NewTarget, function To_Moz_MetaProperty(M) {\n return {\n type: \"MetaProperty\",\n meta: {\n type: \"Identifier\",\n name: \"new\"\n },\n property: {\n type: \"Identifier\",\n name: \"target\"\n }\n };\n });\n\n def_to_moz(AST_Symbol, function To_Moz_Identifier(M, parent) {\n if (M instanceof AST_SymbolMethod && parent.quote) {\n return {\n type: \"Literal\",\n value: M.name\n };\n }\n var def = M.definition();\n return {\n type: \"Identifier\",\n name: def ? def.mangled_name || def.name : M.name\n };\n });\n\n def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) {\n var pattern = M.value.source;\n var flags = M.value.toString().match(/[gimuys]*$/)[0];\n return {\n type: \"Literal\",\n value: new RegExp(pattern, flags),\n raw: M.value.raw_source,\n regex: {\n pattern: pattern,\n flags: flags,\n }\n };\n });\n\n def_to_moz(AST_Constant, function To_Moz_Literal(M) {\n var value = M.value;\n if (typeof value === \"number\" && (value < 0 || (value === 0 && 1 / value < 0))) {\n return {\n type: \"UnaryExpression\",\n operator: \"-\",\n prefix: true,\n argument: {\n type: \"Literal\",\n value: -value,\n raw: M.start.raw\n }\n };\n }\n return {\n type: \"Literal\",\n value: value,\n raw: M.start.raw\n };\n });\n\n def_to_moz(AST_Atom, function To_Moz_Atom(M) {\n return {\n type: \"Identifier\",\n name: String(M.value)\n };\n });\n\n AST_Boolean.DEFMETHOD(\"to_mozilla_ast\", AST_Constant.prototype.to_mozilla_ast);\n AST_Null.DEFMETHOD(\"to_mozilla_ast\", AST_Constant.prototype.to_mozilla_ast);\n AST_Hole.DEFMETHOD(\"to_mozilla_ast\", function To_Moz_ArrayHole() { return null; });\n\n AST_Block.DEFMETHOD(\"to_mozilla_ast\", AST_BlockStatement.prototype.to_mozilla_ast);\n AST_Lambda.DEFMETHOD(\"to_mozilla_ast\", AST_Function.prototype.to_mozilla_ast);\n\n /* -----[ tools ]----- */\n\n function raw_token(moznode) {\n if (moznode.type == \"Literal\") {\n return moznode.raw != null ? moznode.raw : moznode.value + \"\";\n }\n }\n\n function my_start_token(moznode) {\n var loc = moznode.loc, start = loc && loc.start;\n var range = moznode.range;\n return new AST_Token({\n file : loc && loc.source,\n line : start && start.line,\n col : start && start.column,\n pos : range ? range[0] : moznode.start,\n endline : start && start.line,\n endcol : start && start.column,\n endpos : range ? range[0] : moznode.start,\n raw : raw_token(moznode),\n });\n }\n\n function my_end_token(moznode) {\n var loc = moznode.loc, end = loc && loc.end;\n var range = moznode.range;\n return new AST_Token({\n file : loc && loc.source,\n line : end && end.line,\n col : end && end.column,\n pos : range ? range[1] : moznode.end,\n endline : end && end.line,\n endcol : end && end.column,\n endpos : range ? range[1] : moznode.end,\n raw : raw_token(moznode),\n });\n }\n\n function map(moztype, mytype, propmap) {\n var moz_to_me = \"function From_Moz_\" + moztype + \"(M){\\n\";\n moz_to_me += \"return new U2.\" + mytype.name + \"({\\n\" +\n \"start: my_start_token(M),\\n\" +\n \"end: my_end_token(M)\";\n\n var me_to_moz = \"function To_Moz_\" + moztype + \"(M){\\n\";\n me_to_moz += \"return {\\n\" +\n \"type: \" + JSON.stringify(moztype);\n\n if (propmap) propmap.split(/\\s*,\\s*/).forEach(function(prop) {\n var m = /([a-z0-9$_]+)([=@>%])([a-z0-9$_]+)/i.exec(prop);\n if (!m) throw new Error(\"Can't understand property map: \" + prop);\n var moz = m[1], how = m[2], my = m[3];\n moz_to_me += \",\\n\" + my + \": \";\n me_to_moz += \",\\n\" + moz + \": \";\n switch (how) {\n case \"@\":\n moz_to_me += \"M.\" + moz + \".map(from_moz)\";\n me_to_moz += \"M.\" + my + \".map(to_moz)\";\n break;\n case \">\":\n moz_to_me += \"from_moz(M.\" + moz + \")\";\n me_to_moz += \"to_moz(M.\" + my + \")\";\n break;\n case \"=\":\n moz_to_me += \"M.\" + moz;\n me_to_moz += \"M.\" + my;\n break;\n case \"%\":\n moz_to_me += \"from_moz(M.\" + moz + \").body\";\n me_to_moz += \"to_moz_block(M)\";\n break;\n default:\n throw new Error(\"Can't understand operator in propmap: \" + prop);\n }\n });\n\n moz_to_me += \"\\n})\\n}\";\n me_to_moz += \"\\n}\\n}\";\n\n //moz_to_me = parse(moz_to_me).print_to_string({ beautify: true });\n //me_to_moz = parse(me_to_moz).print_to_string({ beautify: true });\n //console.log(moz_to_me);\n\n moz_to_me = new Function(\"U2\", \"my_start_token\", \"my_end_token\", \"from_moz\", \"return(\" + moz_to_me + \")\")(\n ast, my_start_token, my_end_token, from_moz\n );\n me_to_moz = new Function(\"to_moz\", \"to_moz_block\", \"to_moz_scope\", \"return(\" + me_to_moz + \")\")(\n to_moz, to_moz_block, to_moz_scope\n );\n MOZ_TO_ME[moztype] = moz_to_me;\n def_to_moz(mytype, me_to_moz);\n }\n\n var FROM_MOZ_STACK = null;\n\n function from_moz(node) {\n FROM_MOZ_STACK.push(node);\n var ret = node != null ? MOZ_TO_ME[node.type](node) : null;\n FROM_MOZ_STACK.pop();\n return ret;\n }\n\n AST_Node.from_mozilla_ast = function(node) {\n var save_stack = FROM_MOZ_STACK;\n FROM_MOZ_STACK = [];\n var ast = from_moz(node);\n FROM_MOZ_STACK = save_stack;\n return ast;\n };\n\n function set_moz_loc(mynode, moznode, myparent) {\n var start = mynode.start;\n var end = mynode.end;\n if (start.pos != null && end.endpos != null) {\n moznode.range = [start.pos, end.endpos];\n }\n if (start.line) {\n moznode.loc = {\n start: {line: start.line, column: start.col},\n end: end.endline ? {line: end.endline, column: end.endcol} : null\n };\n if (start.file) {\n moznode.loc.source = start.file;\n }\n }\n return moznode;\n }\n\n function def_to_moz(mytype, handler) {\n mytype.DEFMETHOD(\"to_mozilla_ast\", function(parent) {\n return set_moz_loc(this, handler(this, parent));\n });\n }\n\n var TO_MOZ_STACK = null;\n\n function to_moz(node) {\n if (TO_MOZ_STACK === null) { TO_MOZ_STACK = []; }\n TO_MOZ_STACK.push(node);\n var ast = node != null ? node.to_mozilla_ast(TO_MOZ_STACK[TO_MOZ_STACK.length - 2]) : null;\n TO_MOZ_STACK.pop();\n if (TO_MOZ_STACK.length === 0) { TO_MOZ_STACK = null; }\n return ast;\n }\n\n function to_moz_in_destructuring() {\n var i = TO_MOZ_STACK.length;\n while (i--) {\n if (TO_MOZ_STACK[i] instanceof AST_Destructuring) {\n return true;\n }\n }\n return false;\n }\n\n function to_moz_block(node) {\n return {\n type: \"BlockStatement\",\n body: node.body.map(to_moz)\n };\n }\n\n function to_moz_scope(type, node) {\n var body = node.body.map(to_moz);\n if (node.body[0] instanceof AST_SimpleStatement && node.body[0].body instanceof AST_String) {\n body.unshift(to_moz(new AST_EmptyStatement(node.body[0])));\n }\n return {\n type: type,\n body: body\n };\n }\n})();\n","// API\nimport \"./lib/transform.js\";\nexport { minify } from \"./lib/minify.js\";\n\n// CLI\nexport {\n AST_Array,\n AST_Assign,\n AST_Constant,\n AST_Node,\n AST_PropAccess,\n AST_Sequence,\n AST_Symbol,\n AST_Token,\n TreeTransformer,\n TreeWalker,\n} from \"./lib/ast.js\";\nexport {\n defaults,\n Dictionary,\n push_uniq,\n string_template,\n} from \"./lib/utils.js\";\nexport { base54 } from \"./lib/scope.js\";\nexport { Compressor } from \"./lib/compress/index.js\";\nexport { OutputStream } from \"./lib/output.js\";\nexport { parse } from \"./lib/parse.js\";\nexport {\n mangle_properties,\n reserve_quoted_keys,\n} from \"./lib/propmangle.js\";\nimport \"./lib/mozilla-ast.js\";\n\n// TESTS\nexport * from \"./lib/ast.js\";\nexport {\n JS_Parse_Error,\n tokenizer,\n} from \"./lib/parse.js\";\nexport { to_ascii } from \"./lib/minify.js\";\n"],"names":["first_in_statement","all"],"mappings":";;;;;;;;EAAA;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AAYA;EACA,SAAS,UAAU,CAAC,GAAG,EAAE;EACzB,IAAI,OAAO,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;EACzB,CAAC;;EAED,SAAS,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE;EAC7B,IAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;EAChC,CAAC;;EAED,SAAS,OAAO,CAAC,IAAI,EAAE,KAAK,EAAE;EAC9B,IAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,EAAE;EAClD,QAAQ,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;EAC1B,YAAY,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC;EAC5B,KAAK;EACL,CAAC;;EAED,SAAS,aAAa,CAAC,GAAG,EAAE,CAAC,EAAE;EAC/B,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,CAAC;EAC1B,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,GAAG,CAAC;EAC3B,IAAI,IAAI,CAAC,GAAG,aAAa,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;EACvC,IAAI,CAAC,IAAI,CAAC,CAAC;EACX,IAAI,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,GAAG,CAAC;EACxB,IAAI,OAAO,CAAC,CAAC;EACb,CAAC;;EAED,SAAS,qBAAqB,CAAC,EAAE,EAAE;EACnC,IAAI,MAAM,CAAC,cAAc,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE;EACjD,QAAQ,GAAG,EAAE,WAAW;EACxB,YAAY,IAAI,GAAG,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EAC9C,YAAY,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACjC,YAAY,IAAI;EAChB,gBAAgB,MAAM,GAAG,CAAC;EAC1B,aAAa,CAAC,MAAM,CAAC,EAAE;EACvB,gBAAgB,OAAO,CAAC,CAAC,KAAK,CAAC;EAC/B,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;EACP,CAAC;;EAED,SAAS,aAAa,CAAC,GAAG,EAAE,IAAI,EAAE;EAClC,IAAI,IAAI,CAAC,OAAO,GAAG,GAAG,CAAC;EACvB,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACrB,CAAC;EACD,aAAa,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;EACzD,aAAa,CAAC,SAAS,CAAC,WAAW,GAAG,aAAa,CAAC;EACpD,aAAa,CAAC,SAAS,CAAC,IAAI,GAAG,eAAe,CAAC;EAC/C,qBAAqB,CAAC,aAAa,CAAC,CAAC;;EAErC,aAAa,CAAC,KAAK,GAAG,SAAS,GAAG,EAAE,IAAI,EAAE;EAC1C,IAAI,MAAM,IAAI,aAAa,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;EACvC,CAAC,CAAC;;EAEF,SAAS,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE;EACrC,IAAI,IAAI,IAAI,KAAK,IAAI;EACrB,QAAQ,IAAI,GAAG,EAAE,CAAC;EAClB,IAAI,IAAI,GAAG,GAAG,IAAI,IAAI,EAAE,CAAC;EACzB,IAAI,IAAI,KAAK,EAAE,KAAK,IAAI,CAAC,IAAI,GAAG,EAAE,IAAI,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;EAClE,QAAQ,aAAa,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,GAAG,6BAA6B,EAAE,IAAI,CAAC,CAAC;EAC3E,IAAI,KAAK,IAAI,CAAC,IAAI,IAAI,EAAE,IAAI,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE;EAC1C,QAAQ,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,IAAI,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;EAC5D,KAAK;EACL,IAAI,OAAO,GAAG,CAAC;EACf,CAAC;;EAED,SAAS,KAAK,CAAC,GAAG,EAAE,GAAG,EAAE;EACzB,IAAI,IAAI,KAAK,GAAG,CAAC,CAAC;EAClB,IAAI,KAAK,IAAI,CAAC,IAAI,GAAG,EAAE,IAAI,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE;EACxC,QAAQ,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;EACxB,QAAQ,KAAK,EAAE,CAAC;EAChB,KAAK;EACL,IAAI,OAAO,KAAK,CAAC;EACjB,CAAC;;EAED,SAAS,IAAI,GAAG,EAAE;EAClB,SAAS,YAAY,GAAG,EAAE,OAAO,KAAK,CAAC,EAAE;EACzC,SAAS,WAAW,GAAG,EAAE,OAAO,IAAI,CAAC,EAAE;EACvC,SAAS,WAAW,GAAG,EAAE,OAAO,IAAI,CAAC,EAAE;EACvC,SAAS,WAAW,GAAG,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEvC,IAAI,GAAG,GAAG,CAAC,WAAW;EACtB,IAAI,SAAS,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,SAAS,EAAE;EAClC,QAAQ,IAAI,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,CAAC,CAAC;EAClC,QAAQ,SAAS,IAAI,GAAG;EACxB,YAAY,IAAI,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACjC,YAAY,IAAI,OAAO,GAAG,GAAG,YAAY,IAAI,CAAC;EAC9C,YAAY,IAAI,OAAO,EAAE,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC;EACrC,YAAY,IAAI,GAAG,YAAY,KAAK,EAAE;EACtC,gBAAgB,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC;EAC5B,gBAAgB,IAAI,GAAG,YAAY,MAAM,EAAE;EAC3C,oBAAoB,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,SAAS,GAAG,GAAG,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,OAAO,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;EACrF,iBAAiB,MAAM;EACvB,oBAAoB,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAClC,iBAAiB;EACjB,aAAa,MAAM,IAAI,GAAG,KAAK,IAAI,EAAE;EACrC,gBAAgB,IAAI,GAAG,YAAY,MAAM,EAAE;EAC3C,oBAAoB,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,SAAS,GAAG,GAAG,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,OAAO,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;EACrF,iBAAiB,MAAM;EACvB,oBAAoB,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAClC,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,OAAO,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,CAAC,YAAY,KAAK,EAAE;EAChC,YAAY,IAAI,SAAS,EAAE;EAC3B,gBAAgB,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,IAAI,IAAI,EAAE,EAAE,MAAM;EAChE,gBAAgB,GAAG,CAAC,OAAO,EAAE,CAAC;EAC9B,gBAAgB,GAAG,CAAC,OAAO,EAAE,CAAC;EAC9B,aAAa,MAAM;EACnB,gBAAgB,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,IAAI,IAAI,EAAE,EAAE,MAAM;EACjE,aAAa;EACb,SAAS,MAAM;EACf,YAAY,KAAK,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,IAAI,EAAE,EAAE,MAAM;EAC1D,SAAS;EACT,QAAQ,OAAO,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;EAC/B,KAAK;EACL,IAAI,GAAG,CAAC,MAAM,GAAG,SAAS,GAAG,EAAE,EAAE,OAAO,IAAI,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;EAC1D,IAAI,GAAG,CAAC,MAAM,GAAG,SAAS,GAAG,EAAE,EAAE,OAAO,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;EAC3D,IAAI,GAAG,CAAC,IAAI,GAAG,SAAS,GAAG,EAAE,EAAE,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;EACvD,IAAI,IAAI,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC;EAC7B,IAAI,SAAS,KAAK,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,EAAE;EACzC,IAAI,SAAS,MAAM,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,EAAE;EAC1C,IAAI,SAAS,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,EAAE;EACxC,IAAI,OAAO,GAAG,CAAC;EACf,CAAC,GAAG,CAAC;;EAEL,SAAS,SAAS,CAAC,KAAK,EAAE,EAAE,EAAE;EAC9B,IAAI,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC;EAC3B,QAAQ,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACvB,CAAC;;EAED,SAAS,eAAe,CAAC,IAAI,EAAE,KAAK,EAAE;EACtC,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,SAAS,GAAG,EAAE,CAAC,EAAE;EACrD,QAAQ,OAAO,KAAK,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC;EACjC,KAAK,CAAC,CAAC;EACP,CAAC;;EAED,SAAS,MAAM,CAAC,KAAK,EAAE,EAAE,EAAE;EAC3B,IAAI,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC1C,QAAQ,IAAI,KAAK,CAAC,CAAC,CAAC,KAAK,EAAE,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAChD,KAAK;EACL,CAAC;;EAED,SAAS,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE;EAC/B,IAAI,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,OAAO,KAAK,CAAC,KAAK,EAAE,CAAC;EAC/C,IAAI,SAAS,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE;EACzB,QAAQ,IAAI,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;EAC1C,QAAQ,OAAO,EAAE,GAAG,CAAC,CAAC,MAAM,IAAI,EAAE,GAAG,CAAC,CAAC,MAAM,EAAE;EAC/C,YAAY,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC;EAClC,kBAAkB,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC;EAClC,kBAAkB,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;EACnC,SAAS;EACT,QAAQ,IAAI,EAAE,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;EACxD,QAAQ,IAAI,EAAE,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;EACxD,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;EACL,IAAI,SAAS,GAAG,CAAC,CAAC,EAAE;EACpB,QAAQ,IAAI,CAAC,CAAC,MAAM,IAAI,CAAC;EACzB,YAAY,OAAO,CAAC,CAAC;EACrB,QAAQ,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;EACnF,QAAQ,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;EACzB,QAAQ,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,CAAC;EAC3B,QAAQ,OAAO,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EAClC,KAAK;EACL,IAAI,OAAO,GAAG,CAAC,KAAK,CAAC,CAAC;EACtB,CAAC;;EAED;EACA;EACA,SAAS,aAAa,CAAC,KAAK,EAAE;EAC9B,IAAI,IAAI,EAAE,KAAK,YAAY,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC5D,IAAI,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,CAAC;EAC1B,IAAI,GAAG,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;EAChD,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC;EAC5C,YAAY,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE;EACtD,gBAAgB,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;EACvC,gBAAgB,SAAS,GAAG,CAAC;EAC7B,aAAa;EACb,QAAQ,IAAI,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EAC9B,KAAK;EACL,IAAI,SAAS,KAAK,CAAC,IAAI,EAAE;EACzB,QAAQ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,iBAAiB,EAAE,SAAS,CAAC,EAAE;EAC3E,YAAY,QAAQ,CAAC;EACrB,gBAAgB,KAAK,QAAQ,EAAE,OAAO,SAAS,CAAC;EAChD,gBAAgB,KAAK,QAAQ,EAAE,OAAO,SAAS,CAAC;EAChD,aAAa;EACb,YAAY,OAAO,CAAC,CAAC;EACrB,SAAS,CAAC,CAAC;EACX,KAAK;EACL,IAAI,SAAS,SAAS,CAAC,GAAG,EAAE;EAC5B,QAAQ,IAAI,GAAG,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,iBAAiB,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;EACjF,QAAQ,CAAC,IAAI,cAAc,CAAC;EAC5B,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,OAAO,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;EAChF,QAAQ,CAAC,IAAI,2BAA2B,CAAC;EACzC,KAAK;EACL;EACA;EACA,IAAI,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EACzB,QAAQ,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;EAChE,QAAQ,CAAC,IAAI,qBAAqB,CAAC;EACnC,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;EAC9C,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;EAC9B,YAAY,CAAC,IAAI,OAAO,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,GAAG,CAAC;EAC/C,YAAY,SAAS,CAAC,GAAG,CAAC,CAAC;EAC3B,SAAS;EACT,QAAQ,CAAC,IAAI,GAAG,CAAC;EACjB;EACA,KAAK,MAAM;EACX,QAAQ,SAAS,CAAC,KAAK,CAAC,CAAC;EACzB,KAAK;EACL,IAAI,OAAO,IAAI,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;EAClC,CAAC;;EAED,SAAS,GAAG,CAAC,KAAK,EAAE,SAAS,EAAE;EAC/B,IAAI,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC;EACvC,QAAQ,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;EAChC,YAAY,OAAO,KAAK,CAAC;EACzB,IAAI,OAAO,IAAI,CAAC;EAChB,CAAC;;EAED,SAAS,UAAU,GAAG;EACtB,IAAI,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACvC,IAAI,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;EACnB,CAAC;EACD,UAAU,CAAC,SAAS,GAAG;EACvB,IAAI,GAAG,EAAE,SAAS,GAAG,EAAE,GAAG,EAAE;EAC5B,QAAQ,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,EAAE,IAAI,CAAC,KAAK,CAAC;EACzC,QAAQ,IAAI,CAAC,OAAO,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;EACtC,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,IAAI,GAAG,EAAE,SAAS,GAAG,EAAE,GAAG,EAAE;EAC5B,QAAQ,IAAI,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;EAC3B,YAAY,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACpC,SAAS,MAAM;EACf,YAAY,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;EACnC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,IAAI,GAAG,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,EAAE;EAC1D,IAAI,GAAG,EAAE,SAAS,GAAG,EAAE;EACvB,QAAQ,IAAI,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;EAC3B,YAAY,EAAE,IAAI,CAAC,KAAK,CAAC;EACzB,YAAY,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC;EAC3C,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,IAAI,GAAG,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,CAAC,GAAG,GAAG,GAAG,KAAK,IAAI,CAAC,OAAO,CAAC,EAAE;EAC9D,IAAI,IAAI,EAAE,SAAS,CAAC,EAAE;EACtB,QAAQ,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO;EAClC,YAAY,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;EAC5C,KAAK;EACL,IAAI,IAAI,EAAE,WAAW;EACrB,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC;EAC1B,KAAK;EACL,IAAI,GAAG,EAAE,SAAS,CAAC,EAAE;EACrB,QAAQ,IAAI,GAAG,GAAG,EAAE,CAAC;EACrB,QAAQ,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO;EAClC,YAAY,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EACtD,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;EACL,IAAI,KAAK,EAAE,WAAW;EACtB,QAAQ,IAAI,GAAG,GAAG,IAAI,UAAU,EAAE,CAAC;EACnC,QAAQ,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO;EAClC,YAAY,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;EAC7C,QAAQ,GAAG,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;EACL,IAAI,QAAQ,EAAE,WAAW,EAAE,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE;EACjD,CAAC,CAAC;EACF,UAAU,CAAC,UAAU,GAAG,SAAS,GAAG,EAAE;EACtC,IAAI,IAAI,IAAI,GAAG,IAAI,UAAU,EAAE,CAAC;EAChC,IAAI,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;EAC1C,IAAI,OAAO,IAAI,CAAC;EAChB,CAAC,CAAC;;EAEF,SAAS,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE;EACxB,IAAI,OAAO,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;EAC3D,CAAC;;EAED;EACA;EACA;EACA,SAAS,kBAAkB,CAAC,KAAK,EAAE;EACnC,IAAI,IAAI,IAAI,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;EAChC,IAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;EACjD,QAAQ,IAAI,CAAC,YAAY,aAAa,IAAI,CAAC,CAAC,IAAI,KAAK,IAAI;EACzD,YAAY,OAAO,IAAI,CAAC;EACxB,QAAQ,IAAI,CAAC,CAAC,YAAY,YAAY,SAAS,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,IAAI;EACxE,aAAa,CAAC,CAAC,IAAI,IAAI,MAAM,kBAAkB,CAAC,CAAC,UAAU,KAAK,IAAI,EAAE;EACtE,aAAa,CAAC,YAAY,OAAO,cAAc,CAAC,CAAC,UAAU,KAAK,IAAI,EAAE;EACtE,aAAa,CAAC,YAAY,OAAO,cAAc,CAAC,CAAC,UAAU,KAAK,IAAI,EAAE;EACtE,aAAa,CAAC,YAAY,eAAe,MAAM,CAAC,CAAC,SAAS,KAAK,IAAI,GAAG;EACtE,aAAa,CAAC,YAAY,UAAU,WAAW,CAAC,CAAC,IAAI,KAAK,IAAI,QAAQ;EACtE,aAAa,CAAC,YAAY,gBAAgB,KAAK,CAAC,CAAC,UAAU,KAAK,IAAI,EAAE;EACtE,UAAU;EACV,YAAY,IAAI,GAAG,CAAC,CAAC;EACrB,SAAS,MAAM;EACf,YAAY,OAAO,KAAK,CAAC;EACzB,SAAS;EACT,KAAK;EACL,CAAC;;EAED,SAAS,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE;EACvC,IAAI,OAAO,YAAY,KAAK,IAAI;EAChC,YAAY,YAAY,YAAY,MAAM,IAAI,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;EACvE,CAAC;;ECtWD;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AA8GA;EACA,IAAI,QAAQ,GAAG,uLAAuL,CAAC;EACvM,IAAI,aAAa,GAAG,iBAAiB,CAAC;EACtC,IAAI,cAAc,GAAG,sFAAsF,GAAG,aAAa,GAAG,GAAG,GAAG,QAAQ,CAAC;EAC7I,IAAI,0BAA0B,GAAG,+CAA+C,CAAC;;EAEjF,QAAQ,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC;EACnC,cAAc,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;EAC/C,0BAA0B,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;EACvE,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;;EAE7C,IAAI,cAAc,GAAG,aAAa,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC;;EAEhE,IAAI,cAAc,GAAG,WAAW,CAAC;EACjC,IAAI,aAAa,GAAG,gBAAgB,CAAC;EACrC,IAAI,aAAa,GAAG,WAAW,CAAC;EAChC,IAAI,iBAAiB,GAAG,aAAa,CAAC;EACtC,IAAI,aAAa,GAAG,YAAY,CAAC;EACjC,IAAI,aAAa,GAAG,8CAA8C,CAAC;;EAEnE,IAAI,SAAS,GAAG,aAAa,CAAC;EAC9B,IAAI,IAAI;EACR,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,IAAI;EACR,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,KAAK;EACT,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,KAAK;EACT,IAAI,IAAI;EACR,IAAI,KAAK;EACT,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,KAAK;EACT,IAAI,IAAI;EACR,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,CAAC,CAAC,CAAC;;EAEH,IAAI,gBAAgB,GAAG,aAAa,CAAC,UAAU,CAAC,mIAAmI,CAAC,CAAC,CAAC;;EAEtL,IAAI,aAAa,GAAG,aAAa,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,CAAC;;EAElE,IAAI,qBAAqB,GAAG,aAAa,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;;EAE/D,IAAI,sBAAsB,GAAG,aAAa,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;;EAEjE,IAAI,UAAU,GAAG,aAAa,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;;EAExD;;EAEA;EACA,IAAI,OAAO,GAAG;EACd,IAAI,QAAQ,EAAE,4/MAA4/M;EAC1gN,IAAI,WAAW,EAAE,wyPAAwyP;EACzzP,CAAC,CAAC;;EAEF,SAAS,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE;EACjC,IAAI,IAAI,IAAI,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;EAC/B,IAAI,IAAI,sBAAsB,CAAC,IAAI,CAAC,EAAE;EACtC,QAAQ,IAAI,IAAI,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;EACvC,QAAQ,IAAI,sBAAsB,CAAC,IAAI,CAAC,EAAE;EAC1C,YAAY,OAAO,IAAI,GAAG,IAAI,CAAC;EAC/B,SAAS;EACT,KAAK;EACL,IAAI,IAAI,sBAAsB,CAAC,IAAI,CAAC,EAAE;EACtC,QAAQ,IAAI,IAAI,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;EACvC,QAAQ,IAAI,sBAAsB,CAAC,IAAI,CAAC,EAAE;EAC1C,YAAY,OAAO,IAAI,GAAG,IAAI,CAAC;EAC/B,SAAS;EACT,KAAK;EACL,IAAI,OAAO,IAAI,CAAC;EAChB,CAAC;;EAED,SAAS,kBAAkB,CAAC,GAAG,EAAE,GAAG,EAAE;EACtC;EACA,IAAI,IAAI,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE;EACjD,QAAQ,OAAO,OAAO,IAAI,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,MAAM,IAAI,EAAE,CAAC,GAAG,GAAG,CAAC,UAAU,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,MAAM,CAAC;EACjG,KAAK;EACL,IAAI,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;EAC/B,CAAC;;EAED,SAAS,oBAAoB,CAAC,GAAG,EAAE;EACnC,IAAI,IAAI,UAAU,GAAG,CAAC,CAAC;;EAEvB,IAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACzC,QAAQ,IAAI,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE;EACvD,YAAY,IAAI,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE;EAC/D,gBAAgB,UAAU,EAAE,CAAC;EAC7B,gBAAgB,CAAC,EAAE,CAAC;EACpB,aAAa;EACb,SAAS;EACT,KAAK;;EAEL,IAAI,OAAO,GAAG,CAAC,MAAM,GAAG,UAAU,CAAC;EACnC,CAAC;;EAED,SAAS,cAAc,CAAC,IAAI,EAAE;EAC9B;EACA,IAAI,IAAI,IAAI,GAAG,MAAM,EAAE;EACvB,QAAQ,IAAI,IAAI,OAAO,CAAC;EACxB,QAAQ,QAAQ,MAAM,CAAC,YAAY,CAAC,CAAC,IAAI,IAAI,EAAE,IAAI,MAAM,CAAC;EAC1D,YAAY,MAAM,CAAC,YAAY,CAAC,CAAC,IAAI,GAAG,KAAK,IAAI,MAAM,CAAC,EAAE;EAC1D,KAAK;EACL,IAAI,OAAO,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;EACrC,CAAC;;EAED,SAAS,sBAAsB,CAAC,IAAI,EAAE;EACtC,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ;EAChC,QAAQ,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;;EAElC,IAAI,OAAO,IAAI,IAAI,MAAM,IAAI,IAAI,IAAI,MAAM,CAAC;EAC5C,CAAC;;EAED,SAAS,sBAAsB,CAAC,IAAI,EAAE;EACtC,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ;EAChC,QAAQ,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;EAClC,IAAI,OAAO,IAAI,IAAI,MAAM,IAAI,IAAI,IAAI,MAAM,CAAC;EAC5C,CAAC;;EAED,SAAS,QAAQ,CAAC,IAAI,EAAE;EACxB,IAAI,OAAO,IAAI,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,CAAC;EACpC,CAAC;;EAED,SAAS,aAAa,CAAC,IAAI,EAAE;EAC7B,IAAI,OAAO,OAAO,IAAI,KAAK,QAAQ,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;EAC7D,CAAC;;EAED,SAAS,mBAAmB,CAAC,EAAE,EAAE;EACjC,IAAI,IAAI,IAAI,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;EAChC,IAAI,OAAO,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,IAAI,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,CAAC;EACjE,CAAC;;EAED,SAAS,kBAAkB,CAAC,EAAE,EAAE;EAChC,IAAI,IAAI,IAAI,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;EAChC,IAAI,OAAO,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC;EACvC,WAAW,IAAI,IAAI,EAAE;EACrB,WAAW,IAAI,IAAI,EAAE;EACrB,WAAW,IAAI,IAAI,IAAI;EACvB,WAAW,IAAI,IAAI,IAAI;EACvB,KAAK;EACL,CAAC;;EAED,SAAS,oBAAoB,CAAC,GAAG,EAAE;EACnC,IAAI,OAAO,uBAAuB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC7C,CAAC;;EAED,SAAS,eAAe,CAAC,GAAG,EAAE;EAC9B,IAAI,IAAI,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;EACjC,QAAQ,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;EAC3C,KAAK,MAAM,IAAI,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;EACxC,QAAQ,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC1C,KAAK,MAAM,IAAI,iBAAiB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;EAC5C,QAAQ,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC1C,KAAK,MAAM,IAAI,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;EACxC,QAAQ,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC1C,KAAK,MAAM,IAAI,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;EACxC,QAAQ,OAAO,UAAU,CAAC,GAAG,CAAC,CAAC;EAC/B,KAAK,MAAM;EACX,QAAQ,IAAI,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;EAClC,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,OAAO,GAAG,CAAC;EACnC,KAAK;EACL,CAAC;;EAED,SAAS,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE;EAC3D,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;EAC3B,IAAI,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;EAC7B,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACrB,IAAI,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;EACnB,IAAI,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;EACnB,CAAC;EACD,cAAc,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;EAC1D,cAAc,CAAC,SAAS,CAAC,WAAW,GAAG,cAAc,CAAC;EACtD,cAAc,CAAC,SAAS,CAAC,IAAI,GAAG,aAAa,CAAC;EAC9C,qBAAqB,CAAC,cAAc,CAAC,CAAC;;EAEtC,SAAS,QAAQ,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE;EACrD,IAAI,MAAM,IAAI,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;EAChE,CAAC;;EAED,SAAS,QAAQ,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE;EACpC,IAAI,OAAO,KAAK,CAAC,IAAI,IAAI,IAAI,KAAK,GAAG,IAAI,IAAI,IAAI,KAAK,CAAC,KAAK,IAAI,GAAG,CAAC,CAAC;EACrE,CAAC;;EAED,IAAI,MAAM,GAAG,EAAE,CAAC;;EAEhB,SAAS,SAAS,CAAC,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,OAAO,EAAE;;EAE7D,IAAI,IAAI,CAAC,GAAG;EACZ,QAAQ,IAAI,cAAc,KAAK;EAC/B,QAAQ,QAAQ,UAAU,QAAQ;EAClC,QAAQ,GAAG,eAAe,CAAC;EAC3B,QAAQ,MAAM,YAAY,CAAC;EAC3B,QAAQ,IAAI,cAAc,CAAC;EAC3B,QAAQ,OAAO,WAAW,CAAC;EAC3B,QAAQ,GAAG,eAAe,CAAC;EAC3B,QAAQ,MAAM,YAAY,CAAC;EAC3B,QAAQ,cAAc,IAAI,KAAK;EAC/B,QAAQ,aAAa,KAAK,KAAK;EAC/B,QAAQ,aAAa,KAAK,CAAC;EAC3B,QAAQ,eAAe,GAAG,EAAE;EAC5B,QAAQ,eAAe,GAAG,EAAE;EAC5B,QAAQ,UAAU,QAAQ,EAAE;EAC5B,QAAQ,eAAe,GAAG,EAAE;EAC5B,KAAK,CAAC;;EAEN,IAAI,SAAS,IAAI,GAAG,EAAE,OAAO,aAAa,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE;;EAE5D,IAAI,SAAS,IAAI,CAAC,UAAU,EAAE,SAAS,EAAE;EACzC,QAAQ,IAAI,EAAE,GAAG,aAAa,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;EAChD,QAAQ,IAAI,UAAU,IAAI,CAAC,EAAE;EAC7B,YAAY,MAAM,MAAM,CAAC;EACzB,QAAQ,IAAI,aAAa,CAAC,EAAE,CAAC,EAAE;EAC/B,YAAY,CAAC,CAAC,cAAc,GAAG,CAAC,CAAC,cAAc,IAAI,CAAC,SAAS,CAAC;EAC9D,YAAY,EAAE,CAAC,CAAC,IAAI,CAAC;EACrB,YAAY,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC;EACtB,YAAY,IAAI,CAAC,SAAS,IAAI,EAAE,IAAI,IAAI,IAAI,IAAI,EAAE,IAAI,IAAI,EAAE;EAC5D;EACA,gBAAgB,EAAE,CAAC,CAAC,GAAG,CAAC;EACxB,gBAAgB,EAAE,GAAG,IAAI,CAAC;EAC1B,aAAa;EACb,SAAS,MAAM;EACf,YAAY,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE;EAC/B,gBAAgB,EAAE,CAAC,CAAC,GAAG,CAAC;EACxB,gBAAgB,EAAE,CAAC,CAAC,GAAG,CAAC;EACxB,aAAa;EACb,YAAY,EAAE,CAAC,CAAC,GAAG,CAAC;EACpB,SAAS;EACT,QAAQ,OAAO,EAAE,CAAC;EAClB,KAAK;;EAEL,IAAI,SAAS,OAAO,CAAC,CAAC,EAAE;EACxB,QAAQ,OAAO,CAAC,EAAE,GAAG,CAAC,EAAE,IAAI,EAAE,CAAC;EAC/B,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,GAAG,EAAE;EAC7B,QAAQ,OAAO,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC;EACvD,KAAK;;EAEL,IAAI,SAAS,QAAQ,GAAG;EACxB,QAAQ,IAAI,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC;EAC1B,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,EAAE;EAC3D,YAAY,IAAI,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;EAC7B,YAAY,IAAI,aAAa,CAAC,EAAE,CAAC;EACjC,gBAAgB,OAAO,CAAC,CAAC;EACzB,SAAS;EACT,QAAQ,OAAO,CAAC,CAAC,CAAC;EAClB,KAAK;;EAEL,IAAI,SAAS,IAAI,CAAC,IAAI,EAAE,UAAU,EAAE;EACpC,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;EAC9C,QAAQ,IAAI,UAAU,IAAI,GAAG,IAAI,CAAC,CAAC,EAAE,MAAM,MAAM,CAAC;EAClD,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,WAAW,GAAG;EAC3B,QAAQ,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC;EAC3B,QAAQ,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,CAAC;EACzB,QAAQ,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,CAAC;EACzB,KAAK;;EAEL,IAAI,IAAI,YAAY,GAAG,KAAK,CAAC;EAC7B,IAAI,IAAI,cAAc,GAAG,IAAI,CAAC;EAC9B,IAAI,SAAS,KAAK,CAAC,IAAI,EAAE,KAAK,EAAE,UAAU,EAAE;EAC5C,QAAQ,CAAC,CAAC,aAAa,GAAG,CAAC,CAAC,IAAI,IAAI,UAAU,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC;EACvE,4BAA4B,IAAI,IAAI,SAAS,IAAI,0BAA0B,CAAC,KAAK,CAAC,CAAC;EACnF,4BAA4B,IAAI,IAAI,MAAM,IAAI,sBAAsB,CAAC,KAAK,CAAC,CAAC;EAC5E,4BAA4B,IAAI,IAAI,OAAO,CAAC,CAAC;EAC7C,QAAQ,IAAI,IAAI,IAAI,MAAM,IAAI,KAAK,IAAI,GAAG,EAAE;EAC5C,YAAY,YAAY,GAAG,IAAI,CAAC;EAChC,SAAS,MAAM,IAAI,CAAC,UAAU,EAAE;EAChC,YAAY,YAAY,GAAG,KAAK,CAAC;EACjC,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG;EAClB,YAAY,IAAI,MAAM,IAAI;EAC1B,YAAY,KAAK,KAAK,KAAK;EAC3B,YAAY,IAAI,MAAM,CAAC,CAAC,OAAO;EAC/B,YAAY,GAAG,OAAO,CAAC,CAAC,MAAM;EAC9B,YAAY,GAAG,OAAO,CAAC,CAAC,MAAM;EAC9B,YAAY,OAAO,GAAG,CAAC,CAAC,IAAI;EAC5B,YAAY,MAAM,IAAI,CAAC,CAAC,GAAG;EAC3B,YAAY,MAAM,IAAI,CAAC,CAAC,GAAG;EAC3B,YAAY,GAAG,OAAO,CAAC,CAAC,cAAc;EACtC,YAAY,IAAI,MAAM,QAAQ;EAC9B,SAAS,CAAC;EACV,QAAQ,IAAI,0BAA0B,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EACnD,YAAY,GAAG,CAAC,GAAG,GAAG,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;EAC3D,SAAS;EACT,QAAQ,IAAI,CAAC,UAAU,EAAE;EACzB,YAAY,GAAG,CAAC,eAAe,GAAG,CAAC,CAAC,eAAe,CAAC;EACpD,YAAY,GAAG,CAAC,cAAc,GAAG,CAAC,CAAC,eAAe,GAAG,EAAE,CAAC;EACxD,SAAS;EACT,QAAQ,CAAC,CAAC,cAAc,GAAG,KAAK,CAAC;EACjC,QAAQ,GAAG,GAAG,IAAI,SAAS,CAAC,GAAG,CAAC,CAAC;EACjC,QAAQ,IAAI,CAAC,UAAU,EAAE,cAAc,GAAG,GAAG,CAAC;EAC9C,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,eAAe,GAAG;EAC/B,QAAQ,OAAO,gBAAgB,CAAC,IAAI,EAAE,CAAC;EACvC,YAAY,IAAI,EAAE,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,IAAI,EAAE;EAC9B,QAAQ,IAAI,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;EAChC,QAAQ,OAAO,CAAC,EAAE,GAAG,IAAI,EAAE,KAAK,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC;EAC7C,YAAY,GAAG,IAAI,IAAI,EAAE,CAAC;EAC1B,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,WAAW,CAAC,GAAG,EAAE;EAC9B,QAAQ,QAAQ,CAAC,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;EAC/D,KAAK;;EAEL,IAAI,SAAS,QAAQ,CAAC,MAAM,EAAE;EAC9B,QAAQ,IAAI,KAAK,GAAG,KAAK,EAAE,OAAO,GAAG,KAAK,EAAE,KAAK,GAAG,KAAK,EAAE,OAAO,GAAG,MAAM,IAAI,GAAG,CAAC;EACnF,QAAQ,IAAI,GAAG,GAAG,UAAU,CAAC,SAAS,EAAE,EAAE,CAAC,EAAE;EAC7C,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;EACxC,YAAY,QAAQ,IAAI;EACxB,cAAc,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE;EAC9B,gBAAgB,QAAQ,KAAK,GAAG,IAAI,EAAE;EACtC,cAAc,KAAK,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC;EAChC,cAAc,KAAK,GAAG,CAAC,CAAC,KAAK,EAAE;EAC/B,gBAAgB,OAAO,KAAK,GAAG,KAAK,IAAI,KAAK,GAAG,IAAI,CAAC,CAAC;EACtD,cAAc,KAAK,GAAG,CAAC,CAAC,KAAK,EAAE;EAC/B,gBAAgB,OAAO,KAAK,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,GAAG,OAAO,GAAG,IAAI,CAAC,CAAC;EAC/E,cAAc,KAAK,EAAE;EACrB,gBAAgB,OAAO,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACtD,cAAc,KAAK,EAAE;EACrB,gBAAgB,OAAO,OAAO,CAAC;EAC/B,cAAc,MAAM,OAAO,GAAG,KAAK,EAAE,EAAE;EACvC,gBAAgB,OAAO,CAAC,CAAC,OAAO,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK,KAAK,OAAO,GAAG,IAAI,IAAI,KAAK,CAAC;EACjF,aAAa;EACb,YAAY,OAAO,cAAc,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC3C,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,MAAM,EAAE,GAAG,GAAG,MAAM,GAAG,GAAG,CAAC;EACvC,QAAQ,IAAI,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EAC/E,YAAY,WAAW,CAAC,sDAAsD,CAAC,CAAC;EAChF,SAAS;EACT,QAAQ,IAAI,KAAK,GAAG,eAAe,CAAC,GAAG,CAAC,CAAC;EACzC,QAAQ,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;EAC3B,YAAY,OAAO,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;EACvC,SAAS,MAAM;EACf,YAAY,WAAW,CAAC,kBAAkB,GAAG,GAAG,CAAC,CAAC;EAClD,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,iBAAiB,CAAC,SAAS,EAAE,UAAU,EAAE,eAAe,EAAE;EACvE,QAAQ,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;EACvC,QAAQ,QAAQ,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC;EAChC,UAAU,KAAK,GAAG,GAAG,OAAO,IAAI,CAAC;EACjC,UAAU,KAAK,GAAG,GAAG,OAAO,IAAI,CAAC;EACjC,UAAU,KAAK,GAAG,GAAG,OAAO,IAAI,CAAC;EACjC,UAAU,KAAK,EAAE,IAAI,OAAO,IAAI,CAAC;EACjC,UAAU,KAAK,GAAG,GAAG,OAAO,QAAQ,CAAC;EACrC,UAAU,KAAK,GAAG,GAAG,OAAO,IAAI,CAAC;EACjC,UAAU,KAAK,GAAG,GAAG,OAAO,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC;EAC1E,UAAU,KAAK,GAAG;EAClB,YAAY,IAAI,IAAI,EAAE,IAAI,GAAG,EAAE;EAC/B,gBAAgB,IAAI,CAAC,IAAI,CAAC,CAAC;EAC3B,gBAAgB,IAAI,IAAI,EAAE,KAAK,GAAG;EAClC,oBAAoB,WAAW,CAAC,oCAAoC,CAAC,CAAC;EACtE,gBAAgB,OAAO,IAAI,EAAE,IAAI,GAAG,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;EACjD,gBAAgB,IAAI,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC;EAC7D;EACA;EACA,gBAAgB,IAAI,MAAM,GAAG,CAAC,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,IAAI,QAAQ,EAAE;EACvF,oBAAoB,WAAW,CAAC,iCAAiC,CAAC,CAAC;EACnE,iBAAiB;EACjB,gBAAgB,IAAI,CAAC,IAAI,CAAC,CAAC;EAC3B,gBAAgB,OAAO,cAAc,CAAC,MAAM,CAAC,CAAC;EAC9C,aAAa;EACb,YAAY,OAAO,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC;EACjE,UAAU,KAAK,EAAE,IAAI,OAAO,EAAE,CAAC;EAC/B,UAAU,KAAK,EAAE;EACjB,YAAY,IAAI,IAAI,EAAE,IAAI,IAAI,EAAE;EAChC,gBAAgB,IAAI,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;EACtC,gBAAgB,OAAO,EAAE,CAAC;EAC1B,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,GAAG,EAAE;EACpC,YAAY,IAAI,eAAe,IAAI,UAAU,EAAE;EAC/C,gBAAgB,WAAW,CAAC,4DAA4D,CAAC,CAAC;EAC1F,aAAa;EACb,YAAY,OAAO,0BAA0B,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC;EAC9D,SAAS;EACT,QAAQ,OAAO,EAAE,CAAC;EAClB,KAAK;;EAEL,IAAI,SAAS,0BAA0B,CAAC,EAAE,EAAE,YAAY,EAAE;EAC1D;EACA,QAAQ,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,GAAG,EAAE;EAClC,YAAY,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC;EAC7B,YAAY,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,GAAG,IAAI,EAAE,KAAK,GAAG,IAAI,CAAC,IAAI,GAAG;EAC/D,gBAAgB,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC;EACjC,SAAS;;EAET;EACA,QAAQ,IAAI,EAAE,KAAK,GAAG,EAAE,OAAO,IAAI,CAAC;EACpC,QAAQ,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,IAAI,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC,IAAI,YAAY;EACnF,YAAY,WAAW,CAAC,8DAA8D,CAAC,CAAC;EACxF,QAAQ,OAAO,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;EACpD,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,CAAC,EAAE,UAAU,EAAE;EACtC,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC;EACpB,QAAQ,OAAO,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,EAAE;EAC3B,YAAY,IAAI,CAAC,UAAU,IAAI,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE;EAC5D,gBAAgB,OAAO,QAAQ,CAAC,GAAG,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC;EAC/C,aAAa;EACb,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;EACnC,YAAY,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;EAC1C,gBAAgB,WAAW,CAAC,yCAAyC,CAAC,CAAC;EACvE,YAAY,GAAG,IAAI,KAAK,CAAC;EACzB,SAAS;EACT,QAAQ,OAAO,QAAQ,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;EACjC,KAAK;;EAEL,IAAI,IAAI,WAAW,GAAG,cAAc,CAAC,8BAA8B,EAAE,SAAS,UAAU,EAAE;EAC1F,QAAQ,IAAI,KAAK,GAAG,IAAI,EAAE,EAAE,GAAG,GAAG,EAAE,CAAC;EACrC,QAAQ,SAAS;EACjB,YAAY,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACtC,YAAY,IAAI,EAAE,IAAI,IAAI,EAAE,EAAE,GAAG,iBAAiB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC/D,iBAAiB,IAAI,aAAa,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,CAAC;EACpF,iBAAiB,IAAI,EAAE,IAAI,KAAK,EAAE,MAAM;EACxC,YAAY,GAAG,IAAI,EAAE,CAAC;EACtB,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG,KAAK,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;EACvC,QAAQ,GAAG,CAAC,KAAK,GAAG,UAAU,CAAC;EAC/B,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,wBAAwB,GAAG,cAAc,CAAC,uBAAuB,EAAE,SAAS,KAAK,EAAE;EAC3F,QAAQ,IAAI,KAAK,EAAE;EACnB,YAAY,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;EACpD,SAAS;EACT,QAAQ,IAAI,OAAO,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC;EAC5C,QAAQ,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACzB,QAAQ,OAAO,CAAC,EAAE,GAAG,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,GAAG,EAAE;EAC/C,YAAY,IAAI,EAAE,IAAI,IAAI,EAAE;EAC5B,gBAAgB,IAAI,IAAI,EAAE,IAAI,IAAI,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC;EAC5C,gBAAgB,EAAE,GAAG,IAAI,CAAC;EAC1B,aAAa,MAAM,IAAI,EAAE,IAAI,GAAG,IAAI,IAAI,EAAE,IAAI,GAAG,EAAE;EACnD,gBAAgB,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACjC,gBAAgB,CAAC,CAAC,aAAa,EAAE,CAAC;EAClC,gBAAgB,GAAG,GAAG,KAAK,CAAC,KAAK,GAAG,eAAe,GAAG,uBAAuB,EAAE,OAAO,CAAC,CAAC;EACxF,gBAAgB,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;EAClC,gBAAgB,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC;EAC9B,gBAAgB,GAAG,CAAC,GAAG,GAAG,KAAK,CAAC;EAChC,gBAAgB,OAAO,GAAG,CAAC;EAC3B,aAAa;;EAEb,YAAY,GAAG,IAAI,EAAE,CAAC;EACtB,YAAY,IAAI,EAAE,IAAI,IAAI,EAAE;EAC5B,gBAAgB,IAAI,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC;EAChC,gBAAgB,IAAI,WAAW,GAAG,cAAc,KAAK,cAAc,CAAC,IAAI,KAAK,MAAM,IAAI,cAAc,CAAC,IAAI,KAAK,MAAM,KAAK,cAAc,CAAC,KAAK,KAAK,GAAG,IAAI,cAAc,CAAC,KAAK,KAAK,GAAG,CAAC,CAAC,CAAC;EACzL,gBAAgB,EAAE,GAAG,iBAAiB,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;EACjE,gBAAgB,GAAG,IAAI,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC;EACvD,aAAa;;EAEb,YAAY,OAAO,IAAI,EAAE,CAAC;EAC1B,SAAS;EACT,QAAQ,CAAC,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC;EAChC,QAAQ,GAAG,GAAG,KAAK,CAAC,KAAK,GAAG,eAAe,GAAG,uBAAuB,EAAE,OAAO,CAAC,CAAC;EAChF,QAAQ,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;EAC1B,QAAQ,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC;EACtB,QAAQ,GAAG,CAAC,GAAG,GAAG,IAAI,CAAC;EACvB,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,iBAAiB,CAAC,IAAI,EAAE;EACrC,QAAQ,IAAI,aAAa,GAAG,CAAC,CAAC,aAAa,CAAC;EAC5C,QAAQ,IAAI,CAAC,GAAG,QAAQ,EAAE,EAAE,GAAG,CAAC;EAChC,QAAQ,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;EACrB,YAAY,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;EACvC,YAAY,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;EAClC,SAAS,MAAM;EACf,YAAY,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;EAC7C,YAAY,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC;EACtB,SAAS;EACT,QAAQ,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC;EAC9C,QAAQ,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC;EACvD,QAAQ,CAAC,CAAC,aAAa,GAAG,aAAa,CAAC;EACxC,QAAQ,OAAO,UAAU,CAAC;EAC1B,KAAK;;EAEL,IAAI,IAAI,sBAAsB,GAAG,cAAc,CAAC,gCAAgC,EAAE,WAAW;EAC7F,QAAQ,IAAI,aAAa,GAAG,CAAC,CAAC,aAAa,CAAC;EAC5C,QAAQ,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACjC,QAAQ,IAAI,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,wBAAwB,EAAE,IAAI,CAAC,CAAC;EACtF;EACA,QAAQ,OAAO,CAAC,oBAAoB,CAAC,IAAI,CAAC,uEAAuE,CAAC,CAAC,CAAC;EACpH,QAAQ,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;EAC9D,QAAQ,CAAC,CAAC,cAAc,GAAG,CAAC,CAAC,cAAc,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;EACnE,QAAQ,CAAC,CAAC,aAAa,GAAG,aAAa,CAAC;EACxC,QAAQ,OAAO,UAAU,CAAC;EAC1B,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,SAAS,GAAG,cAAc,CAAC,8BAA8B,EAAE,WAAW;EAC9E,QAAQ,AAAG,IAAC,IAAI,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,OAAO,GAAG,KAAK,CAAM;EAChD,QAAQ,IAAI,4BAA4B,GAAG,WAAW;EACtD,YAAY,OAAO,GAAG,IAAI,CAAC;EAC3B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,IAAI,EAAE,KAAK,GAAG,EAAE;EAChC,gBAAgB,WAAW,CAAC,qDAAqD,CAAC,CAAC;EACnF,aAAa;EACb,YAAY,OAAO,iBAAiB,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;EAClD,SAAS,CAAC;;EAEV;EACA,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,EAAE,MAAM,IAAI,EAAE;EACtC,YAAY,IAAI,GAAG,4BAA4B,EAAE,CAAC;EAClD,YAAY,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAAE;EAC5C,gBAAgB,WAAW,CAAC,qDAAqD,CAAC,CAAC;EACnF,aAAa;EACb,SAAS,MAAM,IAAI,mBAAmB,CAAC,IAAI,CAAC,EAAE;EAC9C,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS,MAAM;EACf,YAAY,OAAO,EAAE,CAAC;EACtB,SAAS;;EAET;EACA,QAAQ,OAAO,CAAC,EAAE,GAAG,IAAI,EAAE,KAAK,IAAI,EAAE;EACtC,YAAY,IAAI,CAAC,EAAE,GAAG,IAAI,EAAE,MAAM,IAAI,EAAE;EACxC,gBAAgB,EAAE,GAAG,4BAA4B,EAAE,CAAC;EACpD,gBAAgB,IAAI,CAAC,kBAAkB,CAAC,EAAE,CAAC,EAAE;EAC7C,oBAAoB,WAAW,CAAC,iCAAiC,CAAC,CAAC;EACnE,iBAAiB;EACjB,aAAa,MAAM;EACnB,gBAAgB,IAAI,CAAC,kBAAkB,CAAC,EAAE,CAAC,EAAE;EAC7C,oBAAoB,MAAM;EAC1B,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,CAAC;EACvB,aAAa;EACb,YAAY,IAAI,IAAI,EAAE,CAAC;EACvB,SAAS;EACT,QAAQ,IAAI,cAAc,CAAC,IAAI,CAAC,IAAI,OAAO,EAAE;EAC7C,YAAY,WAAW,CAAC,gDAAgD,CAAC,CAAC;EAC1E,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,WAAW,GAAG,cAAc,CAAC,iCAAiC,EAAE,SAAS,MAAM,EAAE;EACzF,QAAQ,IAAI,cAAc,GAAG,KAAK,EAAE,EAAE,EAAE,QAAQ,GAAG,KAAK,CAAC;EACzD,QAAQ,QAAQ,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,aAAa,CAAC,EAAE,CAAC,EAAE;EACzD,YAAY,WAAW,CAAC,4BAA4B,CAAC,CAAC;EACtD,SAAS,MAAM,IAAI,cAAc,EAAE;EACnC,YAAY,MAAM,IAAI,IAAI,GAAG,EAAE,CAAC;EAChC,YAAY,cAAc,GAAG,KAAK,CAAC;EACnC,SAAS,MAAM,IAAI,EAAE,IAAI,GAAG,EAAE;EAC9B,YAAY,QAAQ,GAAG,IAAI,CAAC;EAC5B,YAAY,MAAM,IAAI,EAAE,CAAC;EACzB,SAAS,MAAM,IAAI,EAAE,IAAI,GAAG,IAAI,QAAQ,EAAE;EAC1C,YAAY,QAAQ,GAAG,KAAK,CAAC;EAC7B,YAAY,MAAM,IAAI,EAAE,CAAC;EACzB,SAAS,MAAM,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC,QAAQ,EAAE;EAC3C,YAAY,MAAM;EAClB,SAAS,MAAM,IAAI,EAAE,IAAI,IAAI,EAAE;EAC/B,YAAY,cAAc,GAAG,IAAI,CAAC;EAClC,SAAS,MAAM;EACf,YAAY,MAAM,IAAI,EAAE,CAAC;EACzB,SAAS;EACT,QAAQ,IAAI,IAAI,GAAG,SAAS,EAAE,CAAC;EAC/B,QAAQ,IAAI;EACZ,YAAY,IAAI,MAAM,GAAG,IAAI,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAClD,YAAY,MAAM,CAAC,UAAU,GAAG,GAAG,GAAG,MAAM,GAAG,GAAG,GAAG,IAAI,CAAC;EAC1D,YAAY,OAAO,KAAK,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;EAC3C,SAAS,CAAC,MAAM,CAAC,EAAE;EACnB,YAAY,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;EACnC,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,aAAa,CAAC,MAAM,EAAE;EACnC,QAAQ,SAAS,IAAI,CAAC,EAAE,EAAE;EAC1B,YAAY,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,CAAC;EACnC,YAAY,IAAI,MAAM,GAAG,EAAE,GAAG,IAAI,EAAE,CAAC;EACrC,YAAY,IAAI,SAAS,CAAC,MAAM,CAAC,EAAE;EACnC,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC;EACpC,aAAa,MAAM;EACnB,gBAAgB,OAAO,EAAE,CAAC;EAC1B,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,KAAK,CAAC,UAAU,EAAE,IAAI,CAAC,MAAM,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC;EACzD,KAAK;;EAEL,IAAI,SAAS,YAAY,GAAG;EAC5B,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,QAAQ,IAAI,EAAE;EACtB,UAAU,KAAK,GAAG;EAClB,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,iBAAiB,CAAC,UAAU,CAAC,CAAC;EACjD,UAAU,KAAK,GAAG;EAClB,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,sBAAsB,EAAE,CAAC;EAC5C,SAAS;EACT,QAAQ,OAAO,CAAC,CAAC,aAAa,GAAG,WAAW,CAAC,EAAE,CAAC,GAAG,aAAa,CAAC,GAAG,CAAC,CAAC;EACtE,KAAK;;EAEL,IAAI,SAAS,cAAc,GAAG;EAC9B,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,IAAI,IAAI,EAAE,KAAK,GAAG,EAAE;EAC5B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,KAAK,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EACxC,SAAS,MAAM;EACf,YAAY,OAAO,aAAa,CAAC,GAAG,CAAC,CAAC;EACtC,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,UAAU,GAAG;EAC1B,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,IAAI,QAAQ,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE;EAC5C,YAAY,OAAO,QAAQ,CAAC,GAAG,CAAC,CAAC;EACjC,SAAS;EACT,QAAQ,IAAI,IAAI,EAAE,KAAK,GAAG,EAAE;EAC5B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;EAC1C,SAAS;;EAET,QAAQ,OAAO,KAAK,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;EAClC,KAAK;;EAEL,IAAI,SAAS,SAAS,GAAG;EACzB,QAAQ,IAAI,IAAI,GAAG,SAAS,EAAE,CAAC;EAC/B,QAAQ,IAAI,YAAY,EAAE,OAAO,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EACrD,QAAQ,OAAO,aAAa,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC;EACxD,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC;EACnD,cAAc,SAAS,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,UAAU,EAAE,IAAI,CAAC;EACvD,cAAc,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;EACrC,KAAK;;EAEL,IAAI,SAAS,cAAc,CAAC,SAAS,EAAE,IAAI,EAAE;EAC7C,QAAQ,OAAO,SAAS,CAAC,EAAE;EAC3B,YAAY,IAAI;EAChB,gBAAgB,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC;EAC/B,aAAa,CAAC,MAAM,EAAE,EAAE;EACxB,gBAAgB,IAAI,EAAE,KAAK,MAAM,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;EAC1D,qBAAqB,MAAM,EAAE,CAAC;EAC9B,aAAa;EACb,SAAS,CAAC;EACV,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,YAAY,EAAE;EACtC,QAAQ,IAAI,YAAY,IAAI,IAAI;EAChC,YAAY,OAAO,WAAW,CAAC,YAAY,CAAC,CAAC;EAC7C,QAAQ,IAAI,OAAO,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,EAAE;EACvD,YAAY,WAAW,EAAE,CAAC;EAC1B,YAAY,OAAO,CAAC,CAAC,CAAC,CAAC;EACvB,YAAY,iBAAiB,CAAC,UAAU,CAAC,CAAC;EAC1C,SAAS;EACT,QAAQ,SAAS;EACjB,YAAY,eAAe,EAAE,CAAC;EAC9B,YAAY,WAAW,EAAE,CAAC;EAC1B,YAAY,IAAI,cAAc,EAAE;EAChC,gBAAgB,IAAI,UAAU,CAAC,MAAM,CAAC,EAAE;EACxC,oBAAoB,OAAO,CAAC,CAAC,CAAC,CAAC;EAC/B,oBAAoB,iBAAiB,CAAC,UAAU,CAAC,CAAC;EAClD,oBAAoB,SAAS;EAC7B,iBAAiB;EACjB,gBAAgB,IAAI,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,cAAc,EAAE;EAC3D,oBAAoB,OAAO,CAAC,CAAC,CAAC,CAAC;EAC/B,oBAAoB,iBAAiB,CAAC,UAAU,CAAC,CAAC;EAClD,oBAAoB,SAAS;EAC7B,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,EAAE,GAAG,IAAI,EAAE,CAAC;EAC5B,YAAY,IAAI,CAAC,EAAE,EAAE,OAAO,KAAK,CAAC,KAAK,CAAC,CAAC;EACzC,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;EACxC,YAAY,QAAQ,IAAI;EACxB,cAAc,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,OAAO,WAAW,CAAC,EAAE,CAAC,CAAC;EACvD,cAAc,KAAK,EAAE,EAAE,OAAO,UAAU,EAAE,CAAC;EAC3C,cAAc,KAAK,EAAE,EAAE;EACvB,kBAAkB,IAAI,GAAG,GAAG,YAAY,EAAE,CAAC;EAC3C,kBAAkB,IAAI,GAAG,KAAK,UAAU,EAAE,SAAS;EACnD,kBAAkB,OAAO,GAAG,CAAC;EAC7B,eAAe;EACf,cAAc,KAAK,EAAE,EAAE,OAAO,cAAc,EAAE,CAAC;EAC/C,cAAc,KAAK,EAAE,EAAE,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;EAC7D,cAAc,KAAK,GAAG;EACtB,gBAAgB,CAAC,CAAC,aAAa,EAAE,CAAC;EAClC,gBAAgB,MAAM;EACtB,cAAc,KAAK,GAAG;EACtB,gBAAgB,CAAC,CAAC,aAAa,EAAE,CAAC;EAClC,gBAAgB,IAAI,CAAC,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC;EAChD,uBAAuB,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,aAAa;EAC1F,oBAAoB,OAAO,wBAAwB,CAAC,KAAK,CAAC,CAAC;EAC3D,gBAAgB,MAAM;EACtB,aAAa;EACb,YAAY,IAAI,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,QAAQ,EAAE,CAAC;EAClD,YAAY,IAAI,UAAU,CAAC,EAAE,CAAC,EAAE,OAAO,KAAK,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;EAC7D,YAAY,IAAI,cAAc,CAAC,EAAE,CAAC,EAAE,OAAO,aAAa,EAAE,CAAC;EAC3D,YAAY,IAAI,IAAI,IAAI,EAAE,IAAI,mBAAmB,CAAC,EAAE,CAAC,EAAE,OAAO,SAAS,EAAE,CAAC;EAC1E,YAAY,MAAM;EAClB,SAAS;EACT,QAAQ,WAAW,CAAC,wBAAwB,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC;EACzD,KAAK;;EAEL,IAAI,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;EAC3B,IAAI,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;;EAE3B,IAAI,UAAU,CAAC,OAAO,GAAG,SAAS,EAAE,EAAE;EACtC,QAAQ,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,CAAC;EACvB,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK,CAAC;;EAEN,IAAI,UAAU,CAAC,aAAa,GAAG,SAAS,SAAS,EAAE;EACnD,QAAQ,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;;EAExE,QAAQ,IAAI,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC,KAAK,SAAS,EAAE;EACnD,YAAY,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;EACxC,SAAS,MAAM;EACf,YAAY,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC;EACtC,SAAS;EACT,KAAK,CAAC;;EAEN,IAAI,UAAU,CAAC,qBAAqB,GAAG,WAAW;EAClD,QAAQ,CAAC,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACnC,KAAK,CAAC;;EAEN,IAAI,UAAU,CAAC,oBAAoB,GAAG,WAAW;EACjD,QAAQ,IAAI,UAAU,GAAG,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;;EAEzE,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACpD,YAAY,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;EAC1C,SAAS;;EAET,QAAQ,CAAC,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC;EAChC,KAAK,CAAC;;EAEN,IAAI,UAAU,CAAC,aAAa,GAAG,SAAS,SAAS,EAAE;EACnD,QAAQ,OAAO,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;EAC3C,KAAK,CAAC;;EAEN,IAAI,OAAO,UAAU,CAAC;;EAEtB,CAAC;;EAED;;EAEA,IAAI,YAAY,GAAG,aAAa,CAAC;EACjC,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,GAAG;EACP,IAAI,GAAG;EACP,CAAC,CAAC,CAAC;;EAEH,IAAI,aAAa,GAAG,aAAa,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;;EAElD,IAAI,UAAU,GAAG,aAAa,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;;EAErH,IAAI,UAAU,GAAG,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE;EACnC,IAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;EACvC,QAAQ,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EACrB,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;EAC3C,YAAY,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;EAC9B,SAAS;EACT,KAAK;EACL,IAAI,OAAO,GAAG,CAAC;EACf,CAAC;EACD,IAAI;EACJ,QAAQ,CAAC,IAAI,CAAC;EACd,QAAQ,CAAC,IAAI,CAAC;EACd,QAAQ,CAAC,GAAG,CAAC;EACb,QAAQ,CAAC,GAAG,CAAC;EACb,QAAQ,CAAC,GAAG,CAAC;EACb,QAAQ,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,CAAC;EAClC,QAAQ,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,YAAY,CAAC;EAClD,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC;EAC3B,QAAQ,CAAC,GAAG,EAAE,GAAG,CAAC;EAClB,QAAQ,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;EACvB,QAAQ,CAAC,IAAI,CAAC;EACd,KAAK;EACL,IAAI,EAAE;EACN,CAAC,CAAC;;EAEF,IAAI,kBAAkB,GAAG,aAAa,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC;;EAEtF;;EAEA,SAAS,KAAK,CAAC,KAAK,EAAE,OAAO,EAAE;;EAE/B,IAAI,OAAO,GAAG,QAAQ,CAAC,OAAO,EAAE;EAChC,QAAQ,YAAY,KAAK,KAAK;EAC9B,QAAQ,IAAI,aAAa,CAAC;EAC1B,QAAQ,UAAU,OAAO,KAAK;EAC9B,QAAQ,QAAQ,SAAS,IAAI;EAC7B,QAAQ,cAAc,GAAG,IAAI;EAC7B,QAAQ,MAAM,WAAW,KAAK;EAC9B,QAAQ,OAAO,UAAU,IAAI;EAC7B,QAAQ,MAAM,WAAW,KAAK;EAC9B,QAAQ,QAAQ,SAAS,IAAI;EAC7B,KAAK,EAAE,IAAI,CAAC,CAAC;;EAEb,IAAI,IAAI,CAAC,GAAG;EACZ,QAAQ,KAAK,YAAY,OAAO,KAAK,IAAI,QAAQ;EACjD,2BAA2B,SAAS,CAAC,KAAK,EAAE,OAAO,CAAC,QAAQ;EAC5D,qCAAqC,OAAO,CAAC,cAAc,EAAE,OAAO,CAAC,OAAO,CAAC;EAC7E,2BAA2B,KAAK,CAAC;EACjC,QAAQ,KAAK,WAAW,IAAI;EAC5B,QAAQ,IAAI,YAAY,IAAI;EAC5B,QAAQ,MAAM,UAAU,IAAI;EAC5B,QAAQ,WAAW,KAAK,CAAC;EACzB,QAAQ,QAAQ,QAAQ,CAAC,CAAC;EAC1B,QAAQ,YAAY,IAAI,CAAC,CAAC;EAC1B,QAAQ,aAAa,GAAG,IAAI;EAC5B,QAAQ,OAAO,SAAS,CAAC;EACzB,QAAQ,MAAM,UAAU,EAAE;EAC1B,KAAK,CAAC;;EAEN,IAAI,CAAC,CAAC,KAAK,GAAG,IAAI,EAAE,CAAC;;EAErB,IAAI,SAAS,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE;EAC7B,QAAQ,OAAO,QAAQ,CAAC,CAAC,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;EAC9C,KAAK;;EAEL,IAAI,SAAS,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,EAAE;;EAElE,IAAI,SAAS,IAAI,GAAG;EACpB,QAAQ,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC;;EAEzB,QAAQ,IAAI,CAAC,CAAC,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC;EAC9B,QAAQ,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC;EAC3B,QAAQ,CAAC,CAAC,MAAM,GAAG,IAAI,CAAC;EACxB,QAAQ,CAAC,CAAC,aAAa,GAAG,CAAC,CAAC,aAAa;EACzC,YAAY,CAAC,CAAC,KAAK,CAAC,IAAI,IAAI,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC;EACvD,SAAS,CAAC;EACV,QAAQ,OAAO,CAAC,CAAC,KAAK,CAAC;EACvB,KAAK;;EAEL,IAAI,SAAS,IAAI,GAAG;EACpB,QAAQ,OAAO,CAAC,CAAC,IAAI,CAAC;EACtB,KAAK;;EAEL,IAAI,SAAS,KAAK,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE;EACxC,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;EACpC,QAAQ,QAAQ,CAAC,GAAG;EACpB,iBAAiB,GAAG,CAAC,QAAQ;EAC7B,iBAAiB,IAAI,IAAI,IAAI,GAAG,IAAI,GAAG,GAAG,CAAC,OAAO;EAClD,iBAAiB,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC,MAAM;EAC/C,iBAAiB,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC;EACjD,KAAK;;EAEL,IAAI,SAAS,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE;EACrC,QAAQ,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1C,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,KAAK,EAAE;EAC/B,QAAQ,IAAI,KAAK,IAAI,IAAI;EACzB,YAAY,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,WAAW,CAAC,KAAK,EAAE,oBAAoB,GAAG,KAAK,CAAC,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC;EACzF,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE,GAAG,EAAE;EACrC,QAAQ,IAAI,EAAE,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;EAC3B,YAAY,OAAO,IAAI,EAAE,CAAC;EAC1B,SAAS;EACT,QAAQ,WAAW,CAAC,CAAC,CAAC,KAAK,EAAE,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,GAAG,GAAG,GAAG,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;EACxI,KAAK;;EAEL,IAAI,SAAS,MAAM,CAAC,IAAI,EAAE,EAAE,OAAO,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,EAAE;;EAEhE,IAAI,SAAS,kBAAkB,CAAC,KAAK,EAAE;EACvC,QAAQ,OAAO,KAAK,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,eAAe,EAAE,SAAS,OAAO,EAAE;EAC1E,YAAY,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC;EAChC,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,oBAAoB,GAAG;EACpC,QAAQ,OAAO,CAAC,OAAO,CAAC,MAAM;EAC9B,gBAAgB,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;EAC7E,KAAK;;EAEL,IAAI,SAAS,eAAe,GAAG;EAC/B,QAAQ,OAAO,CAAC,CAAC,YAAY,KAAK,CAAC,CAAC,WAAW,CAAC;EAChD,KAAK;;EAEL,IAAI,SAAS,WAAW,GAAG;EAC3B,QAAQ,OAAO,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,WAAW,CAAC;EAC5C,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,QAAQ,EAAE;EACjC,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,IAAI,EAAE,CAAC;EACpC,aAAa,IAAI,CAAC,QAAQ,IAAI,CAAC,oBAAoB,EAAE,EAAE,UAAU,EAAE,CAAC;EACpE,KAAK;;EAEL,IAAI,SAAS,aAAa,GAAG;EAC7B,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,IAAI,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EACnC,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,MAAM,EAAE;EAClC,QAAQ,OAAO,WAAW;EAC1B,YAAY,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAChC,YAAY,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;EACrD,YAAY,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;EAC7B,YAAY,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EAC/B,YAAY,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;EAC3B,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC;EACV,KAAK;;EAEL,IAAI,SAAS,aAAa,GAAG;EAC7B,QAAQ,IAAI,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,IAAI,EAAE,CAAC,UAAU,EAAE,IAAI,CAAC,EAAE;EACzD,YAAY,CAAC,CAAC,MAAM,GAAG,IAAI,CAAC;EAC5B,YAAY,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;EACvD,SAAS;EACT,KAAK;;EAEL,IAAI,IAAI,SAAS,GAAG,YAAY,CAAC,SAAS,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE;EACtF,QAAQ,aAAa,EAAE,CAAC;EACxB,QAAQ,QAAQ,CAAC,CAAC,KAAK,CAAC,IAAI;EAC5B,UAAU,KAAK,QAAQ;EACvB,YAAY,IAAI,CAAC,CAAC,aAAa,EAAE;EACjC,gBAAgB,IAAI,KAAK,GAAG,IAAI,EAAE,CAAC;EACnC,gBAAgB,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC;EAC/C,wBAAwB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC;EACpD,2BAA2B,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC;EACvD,2BAA2B,kBAAkB,CAAC,KAAK,CAAC;EACpD,2BAA2B,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,EAAE;EACpD,oBAAoB,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EACzD,iBAAiB,MAAM;EACvB,oBAAoB,CAAC,CAAC,aAAa,GAAG,KAAK,CAAC;EAC5C,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,GAAG,GAAG,CAAC,CAAC,aAAa,EAAE,IAAI,GAAG,gBAAgB,EAAE,CAAC;EACjE,YAAY,OAAO,GAAG,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EAChG,UAAU,KAAK,eAAe,CAAC;EAC/B,UAAU,KAAK,KAAK,CAAC;EACrB,UAAU,KAAK,QAAQ,CAAC;EACxB,UAAU,KAAK,UAAU,CAAC;EAC1B,UAAU,KAAK,MAAM;EACrB,YAAY,OAAO,gBAAgB,EAAE,CAAC;;EAEtC,UAAU,KAAK,MAAM;EACrB,YAAY,IAAI,CAAC,CAAC,KAAK,CAAC,KAAK,IAAI,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAE,EAAE,SAAS,EAAE,UAAU,CAAC,EAAE;EACrF,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,WAAW,EAAE;EACjC,oBAAoB,KAAK,CAAC,iDAAiD,CAAC,CAAC;EAC7E,iBAAiB;EACjB,gBAAgB,OAAO,SAAS,CAAC,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC;EAC5E,aAAa;EACb,YAAY,IAAI,CAAC,CAAC,KAAK,CAAC,KAAK,IAAI,QAAQ,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7E,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,IAAI,GAAG,OAAO,EAAE,CAAC;EACrC,gBAAgB,SAAS,EAAE,CAAC;EAC5B,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,OAAO,QAAQ,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC;EAChD,kBAAkB,iBAAiB,EAAE;EACrC,kBAAkB,gBAAgB,EAAE,CAAC;;EAErC,UAAU,KAAK,MAAM;EACrB,YAAY,QAAQ,CAAC,CAAC,KAAK,CAAC,KAAK;EACjC,cAAc,KAAK,GAAG;EACtB,gBAAgB,OAAO,IAAI,kBAAkB,CAAC;EAC9C,oBAAoB,KAAK,GAAG,CAAC,CAAC,KAAK;EACnC,oBAAoB,IAAI,IAAI,MAAM,EAAE;EACpC,oBAAoB,GAAG,KAAK,IAAI,EAAE;EAClC,iBAAiB,CAAC,CAAC;EACnB,cAAc,KAAK,GAAG,CAAC;EACvB,cAAc,KAAK,GAAG;EACtB,gBAAgB,OAAO,gBAAgB,EAAE,CAAC;EAC1C,cAAc,KAAK,GAAG;EACtB,gBAAgB,CAAC,CAAC,aAAa,GAAG,KAAK,CAAC;EACxC,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,kBAAkB,EAAE,CAAC;EAChD,cAAc;EACd,gBAAgB,UAAU,EAAE,CAAC;EAC7B,aAAa;;EAEb,UAAU,KAAK,SAAS;EACxB,YAAY,QAAQ,CAAC,CAAC,KAAK,CAAC,KAAK;EACjC,cAAc,KAAK,OAAO;EAC1B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;;EAE7C,cAAc,KAAK,UAAU;EAC7B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,UAAU,CAAC,YAAY,CAAC,CAAC;;EAEhD,cAAc,KAAK,UAAU;EAC7B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,SAAS,EAAE,CAAC;EAC5B,gBAAgB,OAAO,IAAI,YAAY,EAAE,CAAC;;EAE1C,cAAc,KAAK,IAAI;EACvB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,IAAI,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;EAC9C,gBAAgB,YAAY,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;EACjD,gBAAgB,IAAI,SAAS,GAAG,aAAa,EAAE,CAAC;EAChD,gBAAgB,SAAS,CAAC,IAAI,CAAC,CAAC;EAChC,gBAAgB,OAAO,IAAI,MAAM,CAAC;EAClC,oBAAoB,IAAI,QAAQ,IAAI;EACpC,oBAAoB,SAAS,GAAG,SAAS;EACzC,iBAAiB,CAAC,CAAC;;EAEnB,cAAc,KAAK,OAAO;EAC1B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,SAAS,CAAC;EACrC,oBAAoB,SAAS,GAAG,aAAa,EAAE;EAC/C,oBAAoB,IAAI,QAAQ,OAAO,CAAC,WAAW,EAAE,OAAO,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC;EACtF,iBAAiB,CAAC,CAAC;;EAEnB,cAAc,KAAK,KAAK;EACxB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,EAAE,CAAC;;EAE9B,cAAc,KAAK,OAAO;EAC1B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,WAAW,EAAE;EACjC,oBAAoB,KAAK,CAAC,+CAA+C,CAAC,CAAC;EAC3E,iBAAiB;EACjB,gBAAgB,IAAI,UAAU,EAAE;EAChC,oBAAoB,KAAK,CAAC,8CAA8C,CAAC,CAAC;EAC1E,iBAAiB;EACjB,gBAAgB,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;;EAE5C,cAAc,KAAK,UAAU;EAC7B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,WAAW,EAAE;EACjC,oBAAoB,KAAK,CAAC,iDAAiD,CAAC,CAAC;EAC7E,iBAAiB;EACjB,gBAAgB,OAAO,SAAS,CAAC,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC;;EAE7E,cAAc,KAAK,IAAI;EACvB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,GAAG,EAAE,CAAC;;EAE7B,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,CAAC,CAAC,WAAW,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY;EAC/D,oBAAoB,KAAK,CAAC,8BAA8B,CAAC,CAAC;EAC1D,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,KAAK,GAAG,IAAI,CAAC;EACjC,gBAAgB,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACrC,oBAAoB,IAAI,EAAE,CAAC;EAC3B,iBAAiB,MAAM,IAAI,CAAC,oBAAoB,EAAE,EAAE;EACpD,oBAAoB,KAAK,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EAC7C,oBAAoB,SAAS,EAAE,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,UAAU,CAAC;EACtC,oBAAoB,KAAK,EAAE,KAAK;EAChC,iBAAiB,CAAC,CAAC;;EAEnB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,UAAU,CAAC;EACtC,oBAAoB,UAAU,GAAG,aAAa,EAAE;EAChD,oBAAoB,IAAI,SAAS,OAAO,CAAC,YAAY,CAAC;EACtD,iBAAiB,CAAC,CAAC;;EAEnB,cAAc,KAAK,OAAO;EAC1B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,kBAAkB,CAAC,CAAC,CAAC,KAAK,CAAC;EAC/C,oBAAoB,KAAK,CAAC,+BAA+B,CAAC,CAAC;EAC3D,gBAAgB,IAAI,KAAK,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EAC7C,gBAAgB,SAAS,EAAE,CAAC;EAC5B,gBAAgB,OAAO,IAAI,SAAS,CAAC;EACrC,oBAAoB,KAAK,EAAE,KAAK;EAChC,iBAAiB,CAAC,CAAC;;EAEnB,cAAc,KAAK,KAAK;EACxB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,EAAE,CAAC;;EAE9B,cAAc,KAAK,KAAK;EACxB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,IAAI,GAAG,IAAI,EAAE,CAAC;EAClC,gBAAgB,SAAS,EAAE,CAAC;EAC5B,gBAAgB,OAAO,IAAI,CAAC;;EAE5B,cAAc,KAAK,KAAK;EACxB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,IAAI,GAAG,IAAI,EAAE,CAAC;EAClC,gBAAgB,SAAS,EAAE,CAAC;EAC5B,gBAAgB,OAAO,IAAI,CAAC;;EAE5B,cAAc,KAAK,OAAO;EAC1B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,IAAI,GAAG,MAAM,EAAE,CAAC;EACpC,gBAAgB,SAAS,EAAE,CAAC;EAC5B,gBAAgB,OAAO,IAAI,CAAC;;EAE5B,cAAc,KAAK,MAAM;EACzB,gBAAgB,IAAI,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EACzD,oBAAoB,KAAK,CAAC,8CAA8C,CAAC,CAAC;EAC1E,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,QAAQ,CAAC;EACpC,oBAAoB,UAAU,GAAG,aAAa,EAAE;EAChD,oBAAoB,IAAI,SAAS,SAAS,EAAE;EAC5C,iBAAiB,CAAC,CAAC;;EAEnB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE;EACpD,oBAAoB,IAAI,EAAE,CAAC;EAC3B,oBAAoB,IAAI,IAAI,GAAG,OAAO,EAAE,CAAC;EACzC,oBAAoB,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,EAAE,CAAC;EACrD,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,UAAU,EAAE,CAAC;EACrB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,iBAAiB,GAAG;EACjC,QAAQ,IAAI,KAAK,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;EACzC,QAAQ,IAAI,KAAK,CAAC,IAAI,KAAK,OAAO,IAAI,WAAW,EAAE,EAAE;EACrD,YAAY,WAAW,CAAC,CAAC,CAAC,IAAI,EAAE,qDAAqD,CAAC,CAAC;EACvF,SAAS;EACT,QAAQ,IAAI,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE;EAC7E;EACA;EACA;EACA;EACA,YAAY,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC,IAAI,GAAG,gBAAgB,CAAC,CAAC;EAC5D,SAAS;EACT,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAC7B,QAAQ,IAAI,IAAI,GAAG,SAAS,EAAE,CAAC;EAC/B,QAAQ,CAAC,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC;EACvB,QAAQ,IAAI,EAAE,IAAI,YAAY,sBAAsB,CAAC,EAAE;EACvD;EACA;EACA;EACA,YAAY,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EACnD,gBAAgB,IAAI,GAAG,YAAY,YAAY,EAAE;EACjD,oBAAoB,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC;EAC1C,oBAAoB,KAAK,CAAC,kBAAkB,GAAG,KAAK,CAAC,IAAI,GAAG,qCAAqC;EACjG,0BAA0B,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC;EACtD,iBAAiB;EACjB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,IAAI,oBAAoB,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;EACtE,KAAK;;EAEL,IAAI,SAAS,gBAAgB,CAAC,GAAG,EAAE;EACnC,QAAQ,OAAO,IAAI,mBAAmB,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,EAAE,SAAS,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC;EAC7F,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,IAAI,EAAE;EAC9B,QAAQ,IAAI,KAAK,GAAG,IAAI,EAAE,IAAI,CAAC;EAC/B,QAAQ,IAAI,CAAC,oBAAoB,EAAE,EAAE;EACrC,YAAY,KAAK,GAAG,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EAClD,SAAS;EACT,QAAQ,IAAI,KAAK,IAAI,IAAI,EAAE;EAC3B,YAAY,IAAI,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;EACnF,YAAY,IAAI,CAAC,IAAI;EACrB,gBAAgB,KAAK,CAAC,kBAAkB,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC;EACvD,YAAY,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC;EAChC,SAAS,MAAM,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC;EACjC,YAAY,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,8BAA8B,CAAC,CAAC;EAC9D,QAAQ,SAAS,EAAE,CAAC;EACpB,QAAQ,IAAI,IAAI,GAAG,IAAI,IAAI,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC;EAC9C,QAAQ,IAAI,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC7C,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,SAAS,IAAI,GAAG;EACpB,QAAQ,IAAI,eAAe,GAAG,qCAAqC,CAAC;EACpE,QAAQ,IAAI,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC;EAChC,QAAQ,IAAI,SAAS,CAAC,IAAI,IAAI,MAAM,IAAI,SAAS,CAAC,KAAK,IAAI,OAAO,EAAE;EACpE,YAAY,IAAI,CAAC,WAAW,EAAE,EAAE;EAChC,gBAAgB,WAAW,CAAC,SAAS,EAAE,eAAe,CAAC,CAAC;EACxD,aAAa;EACb,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS,MAAM;EACf,YAAY,SAAS,GAAG,KAAK,CAAC;EAC9B,SAAS;EACT,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC9B,YAAY,IAAI;EAChB,gBAAgB,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;EAC1D,gBAAgB,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;EAC1D,gBAAgB,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC;EAC9D,uCAAuC,UAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC9D,YAAY,IAAI,KAAK,GAAG,EAAE,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EAC7C,YAAY,IAAI,KAAK,GAAG,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EACzC,YAAY,IAAI,SAAS,IAAI,CAAC,KAAK,EAAE;EACrC,gBAAgB,WAAW,CAAC,SAAS,EAAE,eAAe,CAAC,CAAC;EACxD,aAAa;EACb,YAAY,IAAI,KAAK,IAAI,KAAK,EAAE;EAChC,gBAAgB,IAAI,IAAI,YAAY,eAAe,EAAE;EACrD,oBAAoB,IAAI,IAAI,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC;EACnD,wBAAwB,WAAW,CAAC,IAAI,CAAC,KAAK,EAAE,uDAAuD,CAAC,CAAC;EACzG,iBAAiB,MAAM,IAAI,EAAE,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,gBAAgB,CAAC,IAAI,CAAC,aAAa,iBAAiB,CAAC,EAAE;EACnH,oBAAoB,WAAW,CAAC,IAAI,CAAC,KAAK,EAAE,wCAAwC,CAAC,CAAC;EACtF,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,KAAK,EAAE;EAC3B,oBAAoB,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC;EACxC,iBAAiB,MAAM;EACvB,oBAAoB,OAAO,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;EACrD,iBAAiB;EACjB,aAAa;EACb,SAAS,MAAM,IAAI,SAAS,EAAE;EAC9B,YAAY,WAAW,CAAC,SAAS,EAAE,eAAe,CAAC,CAAC;EACpD,SAAS;EACT,QAAQ,OAAO,WAAW,CAAC,IAAI,CAAC,CAAC;EACjC,KAAK;;EAEL,IAAI,SAAS,WAAW,CAAC,IAAI,EAAE;EAC/B,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,IAAI,IAAI,GAAG,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EAC7D,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,IAAI,IAAI,GAAG,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EAC7D,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,OAAO,IAAI,OAAO,CAAC;EAC3B,YAAY,IAAI,QAAQ,IAAI;EAC5B,YAAY,SAAS,GAAG,IAAI;EAC5B,YAAY,IAAI,QAAQ,IAAI;EAC5B,YAAY,IAAI,QAAQ,OAAO,CAAC,WAAW,EAAE,OAAO,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC;EAC9E,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,MAAM,CAAC,IAAI,EAAE,QAAQ,EAAE;EACpC,QAAQ,IAAI,GAAG,GAAG,IAAI,YAAY,eAAe,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC;EACpF,QAAQ,IAAI,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EACnC,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,KAAK,IAAI,QAAQ;EAC7B,YAAY,IAAI,KAAK,IAAI;EACzB,YAAY,IAAI,KAAK,GAAG;EACxB,YAAY,MAAM,GAAG,GAAG;EACxB,YAAY,IAAI,KAAK,OAAO,CAAC,WAAW,EAAE,OAAO,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC;EAC3E,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,MAAM,CAAC,IAAI,EAAE;EAC1B,QAAQ,IAAI,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EACnC,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,IAAI,KAAK,IAAI;EACzB,YAAY,MAAM,GAAG,GAAG;EACxB,YAAY,IAAI,KAAK,OAAO,CAAC,WAAW,EAAE,OAAO,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC;EAC3E,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,IAAI,cAAc,GAAG,SAAS,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE;EAC7D,QAAQ,IAAI,kBAAkB,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE;EACzC,YAAY,KAAK,CAAC,sCAAsC,CAAC,CAAC;EAC1D,SAAS;;EAET,QAAQ,YAAY,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;;EAEpC,QAAQ,IAAI,IAAI,GAAG,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC;;EAEpE,QAAQ,IAAI,GAAG;EACf,YAAY,IAAI,YAAY,KAAK,IAAI,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG;EAC5E,YAAY,IAAI,YAAY,KAAK,GAAG,KAAK;EACzC,gBAAgB,IAAI,CAAC,GAAG,CAAC;;EAEzB,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,KAAK,MAAM,KAAK;EAC5B,YAAY,GAAG,QAAQ,GAAG;EAC1B,YAAY,KAAK,MAAM,QAAQ;EAC/B,YAAY,QAAQ,GAAG,QAAQ;EAC/B,YAAY,IAAI,OAAO,IAAI;EAC3B,SAAS,CAAC,CAAC;EACX,KAAK,CAAC;;EAEN,IAAI,IAAI,SAAS,GAAG,SAAS,IAAI,EAAE,qBAAqB,EAAE,QAAQ,EAAE,iBAAiB,EAAE;AACvF,AACA;EACA,QAAQ,IAAI,YAAY,GAAG,IAAI,KAAK,SAAS,CAAC;EAC9C,QAAQ,IAAI,YAAY,GAAG,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;EAC/C,QAAQ,IAAI,YAAY,EAAE;EAC1B,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS;;EAET,QAAQ,IAAI,IAAI,GAAG,EAAE,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,YAAY,GAAG,eAAe,GAAG,gBAAgB,CAAC,GAAG,IAAI,CAAC;EACpG,QAAQ,IAAI,YAAY,IAAI,CAAC,IAAI,EAAE;EACnC,YAAY,IAAI,iBAAiB,EAAE;EACnC,gBAAgB,IAAI,GAAG,YAAY,CAAC;EACpC,aAAa,MAAM;EACnB,gBAAgB,UAAU,EAAE,CAAC;EAC7B,aAAa;EACb,SAAS;;EAET,QAAQ,IAAI,IAAI,IAAI,IAAI,KAAK,YAAY,IAAI,EAAE,IAAI,YAAY,qBAAqB,CAAC;EACrF,YAAY,UAAU,CAAC,IAAI,EAAE,CAAC,CAAC;;EAE/B,QAAQ,IAAI,IAAI,GAAG,EAAE,CAAC;EACtB,QAAQ,IAAI,IAAI,GAAG,cAAc,CAAC,IAAI,EAAE,YAAY,IAAI,qBAAqB,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;EACrG,QAAQ,OAAO,IAAI,IAAI,CAAC;EACxB,YAAY,KAAK,GAAG,IAAI,CAAC,KAAK;EAC9B,YAAY,GAAG,KAAK,IAAI,CAAC,GAAG;EAC5B,YAAY,YAAY,EAAE,YAAY;EACtC,YAAY,KAAK,GAAG,QAAQ;EAC5B,YAAY,IAAI,IAAI,IAAI;EACxB,YAAY,QAAQ,EAAE,IAAI;EAC1B,YAAY,IAAI,IAAI,IAAI;EACxB,SAAS,CAAC,CAAC;EACX,KAAK,CAAC;;EAEN,IAAI,SAAS,8BAA8B,CAAC,YAAY,EAAE,MAAM,EAAE;EAClE,QAAQ,IAAI,UAAU,GAAG,EAAE,CAAC;EAC5B,QAAQ,IAAI,SAAS,GAAG,KAAK,CAAC;EAC9B,QAAQ,IAAI,kBAAkB,GAAG,KAAK,CAAC;EACvC,QAAQ,IAAI,MAAM,GAAG,KAAK,CAAC;EAC3B,QAAQ,IAAI,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;EACnC,QAAQ,IAAI,OAAO,GAAG;EACtB,YAAY,aAAa,EAAE,SAAS,KAAK,EAAE;EAC3C,gBAAgB,IAAI,UAAU,CAAC,GAAG,GAAG,KAAK,CAAC,KAAK,CAAC,KAAK,SAAS,EAAE;EACjE,oBAAoB,IAAI,SAAS,KAAK,KAAK,EAAE;EAC7C,wBAAwB,SAAS,GAAG,KAAK,CAAC;EAC1C,qBAAqB;EACrB,oBAAoB,OAAO,CAAC,YAAY,EAAE,CAAC;EAC3C,iBAAiB,MAAM;EACvB,oBAAoB,UAAU,CAAC,GAAG,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;EACzD,oBAAoB,IAAI,YAAY,EAAE;EACtC,wBAAwB,QAAQ,KAAK,CAAC,KAAK;EAC3C,0BAA0B,KAAK,WAAW,CAAC;EAC3C,0BAA0B,KAAK,MAAM,CAAC;EACtC,0BAA0B,KAAK,OAAO;EACtC,4BAA4B,IAAI,WAAW,EAAE;EAC7C,gCAAgC,WAAW,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,KAAK,GAAG,6CAA6C,CAAC,CAAC;EAChI,6BAA6B;EAC7B,4BAA4B,MAAM;EAClC,0BAA0B;EAC1B,4BAA4B,IAAI,cAAc,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;EAC7D,gCAAgC,UAAU,EAAE,CAAC;EAC7C,6BAA6B;EAC7B,yBAAyB;EACzB,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,YAAY,uBAAuB,EAAE,SAAS,KAAK,EAAE;EACrD,gBAAgB,IAAI,kBAAkB,KAAK,KAAK,EAAE;EAClD,oBAAoB,kBAAkB,GAAG,KAAK,CAAC;EAC/C,iBAAiB;EACjB,aAAa;EACb,YAAY,WAAW,EAAE,SAAS,KAAK,EAAE;EACzC,gBAAgB,IAAI,MAAM,KAAK,KAAK,EAAE;EACtC,oBAAoB,MAAM,GAAG,KAAK,CAAC;EACnC,iBAAiB;EACjB,aAAa;EACb,YAAY,gBAAgB,EAAE,WAAW;EACzC,gBAAgB,WAAW,GAAG,IAAI,CAAC;EACnC,aAAa;EACb,YAAY,SAAS,EAAE,WAAW;EAClC,gBAAgB,OAAO,kBAAkB,KAAK,KAAK,IAAI,MAAM,KAAK,KAAK,IAAI,WAAW,CAAC;EACvF,aAAa;EACb,YAAY,YAAY,EAAE,WAAW;EACrC,gBAAgB,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,SAAS,KAAK,KAAK,EAAE;EAChE,oBAAoB,WAAW,CAAC,SAAS,EAAE,YAAY,GAAG,SAAS,CAAC,KAAK,GAAG,mBAAmB,CAAC,CAAC;EACjG,iBAAiB;EACjB,aAAa;EACb,SAAS,CAAC;;EAEV,QAAQ,OAAO,OAAO,CAAC;EACvB,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,MAAM,EAAE;AAChC,EACA,QAAQ,IAAI,eAAe,GAAG,8BAA8B,CAAC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC;;EAExG,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;;EAEpB,QAAQ,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACjC,YAAY,IAAI,KAAK,GAAG,SAAS,CAAC,eAAe,CAAC,CAAC;EACnD,YAAY,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;;EAE/B,YAAY,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAClC,gBAAgB,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,gBAAgB,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,OAAO,CAAC,IAAI,GAAG,CAAC,EAAE,UAAU,EAAE,CAAC;EACtE,aAAa;;EAEb,YAAY,IAAI,KAAK,YAAY,aAAa,EAAE;EAChD,gBAAgB,MAAM;EACtB,aAAa;EACb,SAAS;;EAET,QAAQ,IAAI,EAAE,CAAC;EACf,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,eAAe,EAAE,WAAW,EAAE;EACrD,QAAQ,IAAI,KAAK,CAAC;EAClB,QAAQ,IAAI,MAAM,GAAG,KAAK,CAAC;EAC3B,QAAQ,IAAI,eAAe,KAAK,SAAS,EAAE;EAC3C,YAAY,eAAe,GAAG,8BAA8B,CAAC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC;EACxG,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE;EACjC,YAAY,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC;EAC7B,YAAY,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EACjD,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS;EACT,QAAQ,KAAK,GAAG,eAAe,CAAC,eAAe,EAAE,WAAW,CAAC,CAAC;;EAE9D,QAAQ,IAAI,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,IAAI,MAAM,KAAK,KAAK,EAAE;EACrD,YAAY,eAAe,CAAC,uBAAuB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EAC7D,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,KAAK,GAAG,IAAI,iBAAiB,CAAC;EAC1C,gBAAgB,KAAK,EAAE,KAAK,CAAC,KAAK;EAClC,gBAAgB,IAAI,EAAE,KAAK;EAC3B,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;EACxC,gBAAgB,GAAG,EAAE,CAAC,CAAC,KAAK;EAC5B,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,IAAI,MAAM,KAAK,KAAK,EAAE;EAC9B,YAAY,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAClC,gBAAgB,UAAU,EAAE,CAAC;EAC7B,aAAa;EACb,YAAY,KAAK,GAAG,IAAI,aAAa,CAAC;EACtC,gBAAgB,KAAK,EAAE,MAAM;EAC7B,gBAAgB,UAAU,EAAE,KAAK;EACjC,gBAAgB,GAAG,EAAE,MAAM;EAC3B,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,eAAe,CAAC,YAAY,EAAE,CAAC;;EAEvC,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;;EAEL,IAAI,SAAS,eAAe,CAAC,eAAe,EAAE,WAAW,EAAE;EAC3D,QAAQ,IAAI,QAAQ,GAAG,EAAE,CAAC;EAC1B,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC;EACzB,QAAQ,IAAI,SAAS,GAAG,KAAK,CAAC;EAC9B,QAAQ,IAAI,YAAY,CAAC;EACzB,QAAQ,IAAI,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC;EAClC,QAAQ,IAAI,eAAe,KAAK,SAAS,EAAE;EAC3C,YAAY,eAAe,GAAG,8BAA8B,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC;EACzG,SAAS;EACT,QAAQ,WAAW,GAAG,WAAW,KAAK,SAAS,GAAG,gBAAgB,GAAG,WAAW,CAAC;EACjF,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACrC,gBAAgB,IAAI,KAAK,EAAE;EAC3B,oBAAoB,KAAK,GAAG,KAAK,CAAC;EAClC,iBAAiB,MAAM;EACvB,oBAAoB,MAAM,CAAC,GAAG,CAAC,CAAC;EAChC,iBAAiB;;EAEjB,gBAAgB,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE;EACzC,oBAAoB,SAAS,GAAG,IAAI,CAAC;EACrC,oBAAoB,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC;EAC3C,oBAAoB,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EACzD,oBAAoB,IAAI,EAAE,CAAC;EAC3B,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE;EAChC,oBAAoB,QAAQ,CAAC,CAAC,KAAK,CAAC,KAAK;EACzC,sBAAsB,KAAK,GAAG;EAC9B,wBAAwB,QAAQ,CAAC,IAAI,CAAC,IAAI,QAAQ,CAAC;EACnD,4BAA4B,KAAK,EAAE,CAAC,CAAC,KAAK;EAC1C,4BAA4B,GAAG,EAAE,CAAC,CAAC,KAAK;EACxC,yBAAyB,CAAC,CAAC,CAAC;EAC5B,wBAAwB,SAAS;EACjC,sBAAsB,KAAK,GAAG;EAC9B,wBAAwB,MAAM;EAC9B,sBAAsB,KAAK,GAAG,CAAC;EAC/B,sBAAsB,KAAK,GAAG;EAC9B,wBAAwB,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,EAAE,WAAW,CAAC,CAAC,CAAC;EACrF,wBAAwB,MAAM;EAC9B,sBAAsB;EACtB,wBAAwB,UAAU,EAAE,CAAC;EACrC,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE;EACvC,oBAAoB,eAAe,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EAC3D,oBAAoB,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC;EAC1D,iBAAiB,MAAM;EACvB,oBAAoB,KAAK,CAAC,4BAA4B,CAAC,CAAC;EACxD,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,IAAI,SAAS,KAAK,KAAK,EAAE;EAChE,oBAAoB,eAAe,CAAC,uBAAuB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EACrE,oBAAoB,IAAI,EAAE,CAAC;EAC3B,oBAAoB,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,iBAAiB,CAAC;EAC1E,wBAAwB,KAAK,EAAE,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK;EAClE,wBAAwB,IAAI,EAAE,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;EAC3D,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;EAChD,wBAAwB,GAAG,EAAE,CAAC,CAAC,KAAK;EACpC,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,gBAAgB,IAAI,SAAS,EAAE;EAC/B,oBAAoB,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC1C,wBAAwB,KAAK,CAAC,mCAAmC,CAAC,CAAC;EACnE,qBAAqB;EACrB,oBAAoB,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,aAAa,CAAC;EACtE,wBAAwB,KAAK,EAAE,YAAY;EAC3C,wBAAwB,UAAU,EAAE,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;EACjE,wBAAwB,GAAG,EAAE,YAAY;EACzC,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,aAAa;EACb,YAAY,MAAM,CAAC,GAAG,CAAC,CAAC;EACxB,YAAY,eAAe,CAAC,YAAY,EAAE,CAAC;EAC3C,YAAY,OAAO,IAAI,iBAAiB,CAAC;EACzC,gBAAgB,KAAK,EAAE,WAAW;EAClC,gBAAgB,KAAK,EAAE,QAAQ;EAC/B,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,GAAG,EAAE,IAAI,EAAE;EAC3B,aAAa,CAAC,CAAC;EACf,SAAS,MAAM,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACpC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACrC,gBAAgB,IAAI,KAAK,EAAE;EAC3B,oBAAoB,KAAK,GAAG,KAAK,CAAC;EAClC,iBAAiB,MAAM;EACvB,oBAAoB,MAAM,CAAC,GAAG,CAAC,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE;EACzC,oBAAoB,SAAS,GAAG,IAAI,CAAC;EACrC,oBAAoB,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC;EAC3C,oBAAoB,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EACzD,oBAAoB,IAAI,EAAE,CAAC;EAC3B,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,CAAC,MAAM,CAAC,KAAK,QAAQ,CAAC,IAAI,EAAE,EAAE,MAAM,CAAC,IAAI,QAAQ,CAAC,IAAI,EAAE,EAAE,UAAU,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,EAAE;EACxI,oBAAoB,eAAe,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EAC3D,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,CAAC;EACvC,oBAAoB,IAAI,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;EACvD,oBAAoB,IAAI,SAAS,EAAE;EACnC,wBAAwB,QAAQ,CAAC,IAAI,CAAC,IAAI,aAAa,CAAC;EACxD,4BAA4B,KAAK,EAAE,YAAY;EAC/C,4BAA4B,UAAU,EAAE,KAAK;EAC7C,4BAA4B,GAAG,EAAE,KAAK,CAAC,GAAG;EAC1C,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB,MAAM;EAC3B,wBAAwB,QAAQ,CAAC,IAAI,CAAC,IAAI,gBAAgB,CAAC;EAC3D,4BAA4B,KAAK,EAAE,KAAK;EACxC,4BAA4B,GAAG,EAAE,KAAK,CAAC,IAAI;EAC3C,4BAA4B,KAAK,EAAE,KAAK;EACxC,4BAA4B,GAAG,EAAE,KAAK,CAAC,GAAG;EAC1C,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC5C,oBAAoB,SAAS;EAC7B,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC;EACjD,oBAAoB,IAAI,QAAQ,GAAG,gBAAgB,EAAE,CAAC;EACtD,oBAAoB,IAAI,QAAQ,KAAK,IAAI,EAAE;EAC3C,wBAAwB,UAAU,CAAC,IAAI,EAAE,CAAC,CAAC;EAC3C,qBAAqB,MAAM,IAAI,IAAI,EAAE,CAAC,IAAI,KAAK,MAAM,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC3E,wBAAwB,QAAQ,CAAC,IAAI,CAAC,IAAI,gBAAgB,CAAC;EAC3D,4BAA4B,KAAK,EAAE,IAAI,EAAE;EACzC,4BAA4B,GAAG,EAAE,QAAQ;EACzC,4BAA4B,KAAK,EAAE,IAAI,WAAW,CAAC;EACnD,gCAAgC,KAAK,EAAE,IAAI,EAAE;EAC7C,gCAAgC,IAAI,EAAE,QAAQ;EAC9C,gCAAgC,GAAG,EAAE,IAAI,EAAE;EAC3C,6BAA6B,CAAC;EAC9B,4BAA4B,GAAG,EAAE,IAAI,EAAE;EACvC,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB,MAAM;EAC3B,wBAAwB,MAAM,CAAC,GAAG,CAAC,CAAC;EACpC,wBAAwB,QAAQ,CAAC,IAAI,CAAC,IAAI,gBAAgB,CAAC;EAC3D,4BAA4B,KAAK,EAAE,cAAc;EACjD,4BAA4B,KAAK,EAAE,cAAc,CAAC,KAAK;EACvD,4BAA4B,GAAG,EAAE,QAAQ;EACzC,4BAA4B,KAAK,EAAE,eAAe,CAAC,eAAe,EAAE,WAAW,CAAC;EAChF,4BAA4B,GAAG,EAAE,IAAI,EAAE;EACvC,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,SAAS,EAAE;EAC/B,oBAAoB,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC1C,wBAAwB,KAAK,CAAC,mCAAmC,CAAC,CAAC;EACnE,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,EAAE;EAChD,oBAAoB,eAAe,CAAC,uBAAuB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EACrE,oBAAoB,IAAI,EAAE,CAAC;EAC3B,oBAAoB,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,iBAAiB,CAAC;EAChF,wBAAwB,KAAK,EAAE,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK;EACxE,wBAAwB,IAAI,EAAE,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK;EACjE,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;EAChD,wBAAwB,GAAG,EAAE,CAAC,CAAC,KAAK;EACpC,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,aAAa;EACb,YAAY,MAAM,CAAC,GAAG,CAAC,CAAC;EACxB,YAAY,eAAe,CAAC,YAAY,EAAE,CAAC;EAC3C,YAAY,OAAO,IAAI,iBAAiB,CAAC;EACzC,gBAAgB,KAAK,EAAE,WAAW;EAClC,gBAAgB,KAAK,EAAE,QAAQ;EAC/B,gBAAgB,QAAQ,EAAE,KAAK;EAC/B,gBAAgB,GAAG,EAAE,IAAI,EAAE;EAC3B,aAAa,CAAC,CAAC;EACf,SAAS,MAAM,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE;EAC/B,YAAY,eAAe,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EACnD,YAAY,OAAO,SAAS,CAAC,WAAW,CAAC,CAAC;EAC1C,SAAS,MAAM;EACf,YAAY,KAAK,CAAC,4BAA4B,CAAC,CAAC;EAChD,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,cAAc,CAAC,YAAY,EAAE,cAAc,EAAE;EAC1D,QAAQ,IAAI,YAAY,CAAC;EACzB,QAAQ,IAAI,gBAAgB,CAAC;EAC7B,QAAQ,IAAI,cAAc,CAAC;EAC3B,QAAQ,IAAI,CAAC,GAAG,EAAE,CAAC;EACnB,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACjC,YAAY,IAAI,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC;EACvD,YAAY,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE;EACrC,gBAAgB,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC;EACvC,gBAAgB,IAAI,cAAc,EAAE,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC;EAC/D,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,CAAC,CAAC,IAAI,CAAC,IAAI,aAAa,CAAC;EACzC,oBAAoB,KAAK,EAAE,IAAI,EAAE;EACjC,oBAAoB,UAAU,EAAE,UAAU,EAAE;EAC5C,oBAAoB,GAAG,EAAE,CAAC,CAAC,KAAK;EAChC,iBAAiB,CAAC,CAAC,CAAC;EACpB,aAAa,MAAM;EACnB,gBAAgB,CAAC,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;EACrC,aAAa;EACb,YAAY,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAClC,gBAAgB,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,gBAAgB,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACrC,oBAAoB,IAAI,OAAO,CAAC,IAAI,GAAG,CAAC,EAAE,UAAU,EAAE,CAAC;EACvD,oBAAoB,cAAc,GAAG,IAAI,EAAE,CAAC;EAC5C,oBAAoB,IAAI,cAAc,EAAE,gBAAgB,GAAG,cAAc,CAAC;EAC1E,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,IAAI,YAAY,IAAI,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE;EAC/C,YAAY,IAAI,YAAY,IAAI,cAAc,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;EAC3E,SAAS,MAAM,IAAI,gBAAgB,EAAE;EACrC,YAAY,UAAU,CAAC,gBAAgB,CAAC,CAAC;EACzC,SAAS;EACT,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;;EAEL,IAAI,SAAS,cAAc,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE;EACpE,QAAQ,IAAI,IAAI,GAAG,CAAC,CAAC,OAAO,CAAC;EAC7B,QAAQ,IAAI,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC;EAC9B,QAAQ,IAAI,iBAAiB,GAAG,CAAC,CAAC,YAAY,CAAC;EAC/C,QAAQ,IAAI,aAAa,GAAG,CAAC,CAAC,QAAQ,CAAC;EACvC,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC;EACxB,QAAQ,IAAI,SAAS;EACrB,YAAY,CAAC,CAAC,YAAY,GAAG,CAAC,CAAC,WAAW,CAAC;EAC3C,QAAQ,IAAI,QAAQ;EACpB,YAAY,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,WAAW,CAAC;EACvC,QAAQ,IAAI,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;EACnC,QAAQ,IAAI,KAAK;EACjB,YAAY,CAAC,CAAC,aAAa,GAAG,IAAI,CAAC;EACnC,QAAQ,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC;EACtB,QAAQ,CAAC,CAAC,MAAM,GAAG,EAAE,CAAC;EACtB,QAAQ,IAAI,KAAK,EAAE;EACnB,YAAY,CAAC,CAAC,KAAK,CAAC,qBAAqB,EAAE,CAAC;EAC5C,YAAY,IAAI,CAAC,GAAG,MAAM,EAAE,CAAC;EAC7B,YAAY,IAAI,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC;EAC3C,YAAY,IAAI,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;EACnD,YAAY,CAAC,CAAC,KAAK,CAAC,oBAAoB,EAAE,CAAC;EAC3C,SAAS,MAAM;EACf,YAAY,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;EACtC,SAAS;EACT,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC;EACxB,QAAQ,CAAC,CAAC,OAAO,GAAG,IAAI,CAAC;EACzB,QAAQ,CAAC,CAAC,MAAM,GAAG,MAAM,CAAC;EAC1B,QAAQ,CAAC,CAAC,YAAY,GAAG,iBAAiB,CAAC;EAC3C,QAAQ,CAAC,CAAC,QAAQ,GAAG,aAAa,CAAC;EACnC,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;;EAEL,IAAI,SAAS,iBAAiB,GAAG;EACjC;EACA,QAAQ,IAAI,CAAC,WAAW,EAAE,EAAE;EAC5B,YAAY,KAAK,CAAC,oDAAoD;EACtE,gBAAgB,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACrD,SAAS;EACT;EACA,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,KAAK,EAAE,IAAI,EAAE;EACzB,YAAY,GAAG,EAAE,CAAC,CAAC,KAAK;EACxB,YAAY,UAAU,GAAG,WAAW,CAAC,IAAI,CAAC;EAC1C,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,iBAAiB,GAAG;EACjC;EACA,QAAQ,IAAI,CAAC,eAAe,EAAE,EAAE;EAChC,YAAY,KAAK,CAAC,wDAAwD;EAC1E,gBAAgB,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACrD,SAAS;EACT,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,IAAI,GAAG,KAAK,CAAC;EACzB,QAAQ,IAAI,cAAc,GAAG,IAAI,CAAC;;EAElC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,QAAQ,IAAI,oBAAoB,EAAE;EAClC,aAAa,EAAE,CAAC,MAAM,CAAC,IAAI,qBAAqB,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;EAClE,YAAY,cAAc,GAAG,KAAK,CAAC;;EAEnC,SAAS,MAAM,IAAI,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,EAAE;EACxC,YAAY,IAAI,GAAG,IAAI,CAAC;EACxB,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS;;EAET,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,KAAK,QAAQ,KAAK;EAC9B,YAAY,OAAO,MAAM,IAAI;EAC7B,YAAY,UAAU,GAAG,cAAc,GAAG,UAAU,EAAE,GAAG,IAAI;EAC7D,YAAY,GAAG,UAAU,IAAI,EAAE;EAC/B,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,GAAG,GAAG;EACnB,QAAQ,IAAI,IAAI,GAAG,aAAa,EAAE,EAAE,IAAI,GAAG,SAAS,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;EACvF,QAAQ,IAAI,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC,EAAE;EACnC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,KAAK,GAAG,SAAS,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC;EAClD,SAAS;EACT,QAAQ,OAAO,IAAI,MAAM,CAAC;EAC1B,YAAY,SAAS,KAAK,IAAI;EAC9B,YAAY,IAAI,UAAU,IAAI;EAC9B,YAAY,WAAW,GAAG,KAAK;EAC/B,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,MAAM,GAAG;EACtB,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,IAAI,CAAC,GAAG,EAAE,CAAC;EACnB,QAAQ,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACjC,YAAY,IAAI,EAAE,CAAC,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;EACxC,YAAY,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC;EAChC,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;;EAEL,IAAI,SAAS,YAAY,GAAG;EAC5B,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,IAAI,CAAC,GAAG,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,MAAM,GAAG,IAAI,EAAE,GAAG,CAAC;EACnD,QAAQ,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACjC,YAAY,IAAI,EAAE,CAAC,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;EACxC,YAAY,IAAI,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC,EAAE;EACvC,gBAAgB,IAAI,MAAM,EAAE,MAAM,CAAC,GAAG,GAAG,IAAI,EAAE,CAAC;EAChD,gBAAgB,GAAG,GAAG,EAAE,CAAC;EACzB,gBAAgB,MAAM,GAAG,IAAI,QAAQ,CAAC;EACtC,oBAAoB,KAAK,SAAS,GAAG,GAAG,CAAC,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC;EAC7D,oBAAoB,UAAU,GAAG,UAAU,CAAC,IAAI,CAAC;EACjD,oBAAoB,IAAI,SAAS,GAAG;EACpC,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC/B,gBAAgB,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,aAAa,MAAM,IAAI,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE;EACjD,gBAAgB,IAAI,MAAM,EAAE,MAAM,CAAC,GAAG,GAAG,IAAI,EAAE,CAAC;EAChD,gBAAgB,GAAG,GAAG,EAAE,CAAC;EACzB,gBAAgB,MAAM,GAAG,IAAI,WAAW,CAAC;EACzC,oBAAoB,KAAK,IAAI,GAAG,GAAG,CAAC,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC;EACrE,oBAAoB,IAAI,IAAI,GAAG;EAC/B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC/B,aAAa,MAAM;EACnB,gBAAgB,IAAI,CAAC,GAAG,EAAE,UAAU,EAAE,CAAC;EACvC,gBAAgB,GAAG,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC;EACtC,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,MAAM,EAAE,MAAM,CAAC,GAAG,GAAG,IAAI,EAAE,CAAC;EACxC,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;;EAEL,IAAI,SAAS,IAAI,GAAG;EACpB,QAAQ,IAAI,IAAI,GAAG,MAAM,EAAE,EAAE,MAAM,GAAG,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAC;EAC5D,QAAQ,IAAI,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC,EAAE;EACpC,YAAY,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAChC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACjC,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC;EAChC,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,gBAAgB,IAAI,IAAI,GAAG,SAAS,CAAC,SAAS,EAAE,eAAe,CAAC,CAAC;EACjE,gBAAgB,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,aAAa;EACb,YAAY,MAAM,GAAG,IAAI,SAAS,CAAC;EACnC,gBAAgB,KAAK,KAAK,KAAK;EAC/B,gBAAgB,OAAO,GAAG,IAAI;EAC9B,gBAAgB,IAAI,MAAM,MAAM,EAAE;EAClC,gBAAgB,GAAG,OAAO,IAAI,EAAE;EAChC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE;EACtC,YAAY,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAChC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,QAAQ,GAAG,IAAI,WAAW,CAAC;EACvC,gBAAgB,KAAK,GAAG,KAAK;EAC7B,gBAAgB,IAAI,IAAI,MAAM,EAAE;EAChC,gBAAgB,GAAG,KAAK,IAAI,EAAE;EAC9B,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,CAAC,MAAM,IAAI,CAAC,QAAQ;EAChC,YAAY,KAAK,CAAC,8BAA8B,CAAC,CAAC;EAClD,QAAQ,OAAO,IAAI,OAAO,CAAC;EAC3B,YAAY,IAAI,OAAO,IAAI;EAC3B,YAAY,MAAM,KAAK,MAAM;EAC7B,YAAY,QAAQ,GAAG,QAAQ;EAC/B,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE;EAClC,QAAQ,IAAI,CAAC,GAAG,EAAE,CAAC;EACnB,QAAQ,IAAI,GAAG,CAAC;EAChB,QAAQ,SAAS;EACjB,YAAY,IAAI,QAAQ;EACxB,gBAAgB,IAAI,KAAK,KAAK,GAAG,aAAa;EAC9C,gBAAgB,IAAI,KAAK,OAAO,GAAG,eAAe;EAClD,gBAAgB,IAAI,KAAK,KAAK,GAAG,aAAa,GAAG,IAAI,CAAC;EACtD,YAAY,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACpD,gBAAgB,GAAG,GAAG,IAAI,UAAU,CAAC;EACrC,oBAAoB,KAAK,EAAE,CAAC,CAAC,KAAK;EAClC,oBAAoB,IAAI,EAAE,eAAe,CAAC,SAAS,EAAE,QAAQ,CAAC;EAC9D,oBAAoB,KAAK,EAAE,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,IAAI,YAAY,CAAC,UAAU,EAAE,GAAG,CAAC,EAAE,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,IAAI,IAAI;EACjH,oBAAoB,GAAG,EAAE,IAAI,EAAE;EAC/B,iBAAiB,CAAC,CAAC;EACnB,aAAa,MAAM;EACnB,gBAAgB,GAAG,GAAG,IAAI,UAAU,CAAC;EACrC,oBAAoB,KAAK,GAAG,CAAC,CAAC,KAAK;EACnC,oBAAoB,IAAI,IAAI,SAAS,CAAC,QAAQ,CAAC;EAC/C,oBAAoB,KAAK,GAAG,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC;EAC/C,2BAA2B,IAAI,EAAE,EAAE,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC;EAC3D,0BAA0B,CAAC,KAAK,IAAI,IAAI,KAAK,OAAO;EACpD,8BAA8B,KAAK,CAAC,0CAA0C,CAAC,GAAG,IAAI;EACtF,oBAAoB,GAAG,KAAK,IAAI,EAAE;EAClC,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,QAAQ,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;EACjF,aAAa;EACb,YAAY,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACxB,YAAY,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC;EAChC,gBAAgB,MAAM;EACtB,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS;EACT,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;;EAEL,IAAI,IAAI,IAAI,GAAG,SAAS,KAAK,EAAE;EAC/B,QAAQ,OAAO,IAAI,OAAO,CAAC;EAC3B,YAAY,KAAK,SAAS,IAAI,EAAE;EAChC,YAAY,WAAW,GAAG,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;EAC/C,YAAY,GAAG,WAAW,IAAI,EAAE;EAChC,SAAS,CAAC,CAAC;EACX,KAAK,CAAC;;EAEN,IAAI,IAAI,IAAI,GAAG,SAAS,KAAK,EAAE;EAC/B,QAAQ,OAAO,IAAI,OAAO,CAAC;EAC3B,YAAY,KAAK,SAAS,IAAI,EAAE;EAChC,YAAY,WAAW,GAAG,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;EAC/C,YAAY,GAAG,WAAW,IAAI,EAAE;EAChC,SAAS,CAAC,CAAC;EACX,KAAK,CAAC;;EAEN,IAAI,IAAI,MAAM,GAAG,SAAS,KAAK,EAAE;EACjC,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,KAAK,SAAS,IAAI,EAAE;EAChC,YAAY,WAAW,GAAG,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC;EACjD,YAAY,GAAG,WAAW,IAAI,EAAE;EAChC,SAAS,CAAC,CAAC;EACX,KAAK,CAAC;;EAEN,IAAI,IAAI,IAAI,GAAG,SAAS,WAAW,EAAE;EACrC,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,YAAY,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACxC,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,YAAY,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;EAC3C,YAAY,OAAO,UAAU,CAAC,IAAI,aAAa,CAAC;EAChD,gBAAgB,KAAK,GAAG,KAAK;EAC7B,gBAAgB,GAAG,KAAK,IAAI,EAAE;EAC9B,aAAa,CAAC,EAAE,WAAW,CAAC,CAAC;EAC7B,SAAS;EACT,QAAQ,IAAI,MAAM,GAAG,SAAS,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC;EAC5C,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,GAAG,SAAS,CAAC,GAAG,EAAE,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC;EACrD,SAAS,MAAM;EACf,YAAY,IAAI,GAAG,EAAE,CAAC;EACtB,SAAS;EACT,QAAQ,IAAI,IAAI,GAAG,IAAI,OAAO,CAAC;EAC/B,YAAY,KAAK,QAAQ,KAAK;EAC9B,YAAY,UAAU,GAAG,MAAM;EAC/B,YAAY,IAAI,SAAS,IAAI;EAC7B,YAAY,GAAG,UAAU,IAAI,EAAE;EAC/B,SAAS,CAAC,CAAC;EACX,QAAQ,SAAS,CAAC,IAAI,CAAC,CAAC;EACxB,QAAQ,OAAO,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;EAC7C,KAAK,CAAC;;EAEN,IAAI,SAAS,YAAY,GAAG;EAC5B,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC,KAAK,EAAE,GAAG,CAAC;EAC/B,QAAQ,QAAQ,GAAG,CAAC,IAAI;EACxB,UAAU,KAAK,MAAM;EACrB,YAAY,GAAG,GAAG,YAAY,CAAC,aAAa,CAAC,CAAC;EAC9C,YAAY,MAAM;EAClB,UAAU,KAAK,KAAK;EACpB,YAAY,GAAG,GAAG,IAAI,UAAU,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC;EAC7E,YAAY,MAAM;EAClB,UAAU,KAAK,QAAQ;EACvB,YAAY,GAAG,GAAG,IAAI,UAAU,CAAC;EACjC,gBAAgB,KAAK,GAAG,GAAG;EAC3B,gBAAgB,GAAG,KAAK,GAAG;EAC3B,gBAAgB,KAAK,GAAG,GAAG,CAAC,KAAK;EACjC,gBAAgB,KAAK,GAAG,GAAG,CAAC,KAAK;EACjC,aAAa,CAAC,CAAC;EACf,YAAY,MAAM;EAClB,UAAU,KAAK,QAAQ;EACvB,YAAY,GAAG,GAAG,IAAI,UAAU,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC;EAC7E,YAAY,MAAM;EAClB,UAAU,KAAK,MAAM;EACrB,YAAY,QAAQ,GAAG,CAAC,KAAK;EAC7B,cAAc,KAAK,OAAO;EAC1B,gBAAgB,GAAG,GAAG,IAAI,SAAS,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;EAC9D,gBAAgB,MAAM;EACtB,cAAc,KAAK,MAAM;EACzB,gBAAgB,GAAG,GAAG,IAAI,QAAQ,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;EAC7D,gBAAgB,MAAM;EACtB,cAAc,KAAK,MAAM;EACzB,gBAAgB,GAAG,GAAG,IAAI,QAAQ,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;EAC7D,gBAAgB,MAAM;EACtB,aAAa;EACb,YAAY,MAAM;EAClB,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,WAAW,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,kBAAkB,EAAE;EACxD,QAAQ,IAAI,cAAc,GAAG,SAAS,EAAE,EAAE,aAAa,EAAE;EACzD,YAAY,IAAI,aAAa,EAAE;EAC/B,gBAAgB,OAAO,IAAI,iBAAiB,CAAC;EAC7C,oBAAoB,KAAK,EAAE,EAAE,CAAC,KAAK;EACnC,oBAAoB,IAAI,EAAE,EAAE;EAC5B,oBAAoB,QAAQ,EAAE,GAAG;EACjC,oBAAoB,KAAK,EAAE,aAAa;EACxC,oBAAoB,GAAG,EAAE,aAAa,CAAC,GAAG;EAC1C,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,OAAO,EAAE,CAAC;EACtB,SAAS,CAAC;EACV,QAAQ,IAAI,EAAE,YAAY,UAAU,EAAE;EACtC,YAAY,OAAO,cAAc,CAAC,IAAI,iBAAiB,CAAC;EACxD,gBAAgB,KAAK,EAAE,EAAE,CAAC,KAAK;EAC/B,gBAAgB,GAAG,EAAE,EAAE,CAAC,GAAG;EAC3B,gBAAgB,QAAQ,EAAE,KAAK;EAC/B,gBAAgB,KAAK,EAAE,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;EACrD,aAAa,CAAC,EAAE,kBAAkB,CAAC,CAAC;EACpC,SAAS,MAAM,IAAI,EAAE,YAAY,gBAAgB,EAAE;EACnD,YAAY,EAAE,CAAC,KAAK,GAAG,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;EAC1D,YAAY,OAAO,cAAc,CAAC,EAAE,EAAE,kBAAkB,CAAC,CAAC;EAC1D,SAAS,MAAM,IAAI,EAAE,YAAY,QAAQ,EAAE;EAC3C,YAAY,OAAO,EAAE,CAAC;EACtB,SAAS,MAAM,IAAI,EAAE,YAAY,iBAAiB,EAAE;EACpD,YAAY,EAAE,CAAC,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;EACjD,YAAY,OAAO,cAAc,CAAC,EAAE,EAAE,kBAAkB,CAAC,CAAC;EAC1D,SAAS,MAAM,IAAI,EAAE,YAAY,aAAa,EAAE;EAChD,YAAY,OAAO,cAAc,CAAC,IAAI,gBAAgB,CAAC;EACvD,gBAAgB,IAAI,EAAE,EAAE,CAAC,IAAI;EAC7B,gBAAgB,KAAK,EAAE,EAAE,CAAC,KAAK;EAC/B,gBAAgB,GAAG,EAAE,EAAE,CAAC,GAAG;EAC3B,aAAa,CAAC,EAAE,kBAAkB,CAAC,CAAC;EACpC,SAAS,MAAM,IAAI,EAAE,YAAY,aAAa,EAAE;EAChD,YAAY,EAAE,CAAC,UAAU,GAAG,WAAW,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC;EACvD,YAAY,OAAO,cAAc,CAAC,EAAE,EAAE,kBAAkB,CAAC,CAAC;EAC1D,SAAS,MAAM,IAAI,EAAE,YAAY,SAAS,EAAE;EAC5C,YAAY,OAAO,cAAc,CAAC,IAAI,iBAAiB,CAAC;EACxD,gBAAgB,KAAK,EAAE,EAAE,CAAC,KAAK;EAC/B,gBAAgB,GAAG,EAAE,EAAE,CAAC,GAAG;EAC3B,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,KAAK,EAAE,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC;EACnD,aAAa,CAAC,EAAE,kBAAkB,CAAC,CAAC;EACpC,SAAS,MAAM,IAAI,EAAE,YAAY,UAAU,EAAE;EAC7C,YAAY,OAAO,cAAc,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,kBAAkB,CAAC,CAAC;EAC5G,SAAS,MAAM,IAAI,EAAE,YAAY,iBAAiB,EAAE;EACpD,YAAY,EAAE,CAAC,IAAI,GAAG,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;EACzD,YAAY,OAAO,EAAE,CAAC;EACtB,SAAS,MAAM;EACf,YAAY,KAAK,CAAC,4BAA4B,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC7E,SAAS;EACT,KAAK;;EAEL,IAAI,IAAI,SAAS,GAAG,SAAS,WAAW,EAAE,YAAY,EAAE;EACxD,QAAQ,IAAI,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,EAAE;EACnC,YAAY,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;EACrC,SAAS;EACT,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,MAAM,CAAC;EACnB,QAAQ,IAAI,KAAK,GAAG,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;EACvC,eAAe,CAAC,MAAM,GAAG,IAAI,EAAE,EAAE,KAAK,IAAI,GAAG;EAC7C,eAAe,MAAM,CAAC,IAAI,IAAI,OAAO;EACrC,eAAe,YAAY,EAAE,CAAC;EAC9B,QAAQ,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE;EACxB,YAAY,QAAQ,CAAC,CAAC,KAAK,CAAC,KAAK;EACjC,cAAc,KAAK,GAAG;EACtB,gBAAgB,IAAI,KAAK,IAAI,CAAC,WAAW,EAAE,MAAM;EACjD,gBAAgB,IAAI,KAAK,GAAG,cAAc,CAAC,YAAY,EAAE,CAAC,KAAK,CAAC,CAAC;EACjE,gBAAgB,IAAI,YAAY,IAAI,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE;EACvD,oBAAoB,OAAO,cAAc,CAAC,KAAK,EAAE,KAAK,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC;EAClF,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,GAAG,KAAK,GAAG,IAAI,QAAQ,CAAC;EAC9C,oBAAoB,UAAU,EAAE,KAAK;EACrC,oBAAoB,IAAI,EAAE,KAAK;EAC/B,iBAAiB,CAAC,GAAG,KAAK,CAAC,MAAM,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,YAAY,CAAC;EACrE,oBAAoB,WAAW,EAAE,KAAK;EACtC,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,EAAE,CAAC,KAAK,EAAE;EAC9B,oBAAoB,IAAI,GAAG,GAAG,KAAK,CAAC,eAAe,CAAC,MAAM,CAAC;EAC3D,oBAAoB,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;EACtF,oBAAoB,KAAK,CAAC,eAAe,GAAG,EAAE,CAAC,KAAK,CAAC,eAAe,CAAC;EACrE,oBAAoB,KAAK,CAAC,sBAAsB,GAAG,GAAG,CAAC;EACvD,oBAAoB,IAAI,GAAG,IAAI,CAAC,IAAI,KAAK,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC,EAAE;EACtE,wBAAwB,IAAI,OAAO,GAAG,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;EAC/D,wBAAwB,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE;EAC1C,4BAA4B,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC;EACpD,4BAA4B,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC;EAC9C,yBAAyB;EACzB,qBAAqB;EACrB,oBAAoB,KAAK,CAAC,cAAc,GAAG,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC;EACnE,iBAAiB;EACjB,gBAAgB,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC;EACjC,gBAAgB,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;EACjC,gBAAgB,IAAI,EAAE,CAAC,GAAG,EAAE;EAC5B,oBAAoB,GAAG,CAAC,eAAe,GAAG,EAAE,CAAC,GAAG,CAAC,eAAe,CAAC;EACjE,oBAAoB,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,cAAc,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;EAC7E,oBAAoB,GAAG,CAAC,cAAc,GAAG,EAAE,CAAC,GAAG,CAAC,cAAc,CAAC;EAC/D,iBAAiB;EACjB,gBAAgB,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC;EAC7B,gBAAgB,IAAI,EAAE,YAAY,QAAQ,EAAE,SAAS,CAAC,EAAE,CAAC,CAAC;EAC1D,gBAAgB,OAAO,UAAU,CAAC,EAAE,EAAE,WAAW,CAAC,CAAC;EACnD,cAAc,KAAK,GAAG;EACtB,gBAAgB,OAAO,UAAU,CAAC,MAAM,EAAE,EAAE,WAAW,CAAC,CAAC;EACzD,cAAc,KAAK,GAAG;EACtB,gBAAgB,OAAO,UAAU,CAAC,wBAAwB,EAAE,EAAE,WAAW,CAAC,CAAC;EAC3E,aAAa;EACb,YAAY,IAAI,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC;EACrC,SAAS;EACT,QAAQ,IAAI,YAAY,IAAI,EAAE,CAAC,MAAM,CAAC,IAAI,QAAQ,CAAC,IAAI,EAAE,EAAE,OAAO,CAAC,EAAE;EACrE,YAAY,IAAI,KAAK,GAAG,IAAI,gBAAgB,CAAC;EAC7C,gBAAgB,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,KAAK;EACnC,gBAAgB,KAAK,EAAE,KAAK;EAC5B,gBAAgB,GAAG,EAAE,KAAK;EAC1B,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,cAAc,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC;EAC3D,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC,EAAE;EACvC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,IAAI,GAAG,SAAS,CAAC,YAAY,EAAE,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC;EAC/D,YAAY,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EAC/B,YAAY,IAAI,CAAC,GAAG,GAAG,IAAI,EAAE,CAAC;EAC9B,YAAY,OAAO,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;EACjD,SAAS;EACT,QAAQ,IAAI,KAAK,EAAE,OAAO,UAAU,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC;EACzD,QAAQ,IAAI,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC,EAAE;EACpC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,GAAG,GAAG,MAAM,CAAC,mBAAmB,CAAC,CAAC;EAClD,YAAY,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;EAC9B,YAAY,GAAG,CAAC,GAAG,GAAG,IAAI,EAAE,CAAC;EAC7B,YAAY,OAAO,UAAU,CAAC,GAAG,EAAE,WAAW,CAAC,CAAC;EAChD,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,eAAe,CAAC,EAAE;EACjC,YAAY,OAAO,UAAU,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,CAAC;EACnE,SAAS;EACT,QAAQ,IAAI,kBAAkB,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;EAC9C,YAAY,OAAO,UAAU,CAAC,YAAY,EAAE,EAAE,WAAW,CAAC,CAAC;EAC3D,SAAS;EACT,QAAQ,UAAU,EAAE,CAAC;EACrB,KAAK,CAAC;;EAEN,IAAI,SAAS,eAAe,CAAC,MAAM,EAAE;EACrC,QAAQ,IAAI,QAAQ,GAAG,EAAE,EAAE,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;;EAE3C,QAAQ,QAAQ,CAAC,IAAI,CAAC,IAAI,mBAAmB,CAAC;EAC9C,YAAY,KAAK,EAAE,CAAC,CAAC,KAAK;EAC1B,YAAY,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG;EAC5B,YAAY,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,KAAK;EAChC,YAAY,GAAG,EAAE,CAAC,CAAC,KAAK;EACxB,SAAS,CAAC,CAAC,CAAC;EACZ,QAAQ,OAAO,CAAC,CAAC,KAAK,CAAC,GAAG,KAAK,KAAK,EAAE;EACtC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,aAAa,EAAE,CAAC;EAC5B,YAAY,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;;EAE5C,YAAY,IAAI,CAAC,QAAQ,CAAC,uBAAuB,CAAC,EAAE;EACpD,gBAAgB,UAAU,EAAE,CAAC;EAC7B,aAAa;;EAEb,YAAY,QAAQ,CAAC,IAAI,CAAC,IAAI,mBAAmB,CAAC;EAClD,gBAAgB,KAAK,EAAE,CAAC,CAAC,KAAK;EAC9B,gBAAgB,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG;EAChC,gBAAgB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,KAAK;EACpC,gBAAgB,GAAG,EAAE,CAAC,CAAC,KAAK;EAC5B,aAAa,CAAC,CAAC,CAAC;EAChB,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC;;EAEf,QAAQ,OAAO,IAAI,kBAAkB,CAAC;EACtC,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,QAAQ,EAAE,QAAQ;EAC9B,YAAY,GAAG,EAAE,CAAC,CAAC,KAAK;EACxB,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE;EACnE,QAAQ,IAAI,KAAK,GAAG,IAAI,EAAE,CAAC,GAAG,EAAE,CAAC;EACjC,QAAQ,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE;EACrC,YAAY,IAAI,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,MAAM,MAAM,CAAC,GAAG,CAAC,CAAC;EACvD,YAAY,IAAI,oBAAoB,IAAI,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;EACnE,YAAY,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,WAAW,EAAE;EAChD,gBAAgB,CAAC,CAAC,IAAI,CAAC,IAAI,QAAQ,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;EACvE,aAAa,MAAM,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE;EAC5C,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,CAAC,CAAC,IAAI,CAAC,IAAI,aAAa,CAAC,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;EAClG,aAAa,MAAM;EACnB,gBAAgB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;EAC1C,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;;EAEL,IAAI,IAAI,MAAM,GAAG,YAAY,CAAC,WAAW;EACzC,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,QAAQ,EAAE,SAAS,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC;EAC3D,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,eAAe,GAAG,YAAY,CAAC,SAAS,YAAY,EAAE,QAAQ,EAAE;EACxE,QAAQ,OAAO,SAAS,CAAC,YAAY,EAAE,YAAY,EAAE,QAAQ,CAAC,CAAC;EAC/D,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,wBAAwB,GAAG,YAAY,CAAC,SAAS,wBAAwB,GAAG;EACpF,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,CAAC,GAAG,EAAE,CAAC;EAClD,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;EACpB,QAAQ,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACjC,YAAY,IAAI,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,MAAM,MAAM,CAAC,GAAG,CAAC,CAAC;EACvD,YAAY,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC;EAClD;EACA,gBAAgB,MAAM;;EAEtB,YAAY,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,YAAY,IAAI,KAAK,CAAC,IAAI,IAAI,QAAQ,EAAE;EACxC,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,CAAC,CAAC,IAAI,CAAC,IAAI,aAAa,CAAC;EACzC,oBAAoB,KAAK,EAAE,KAAK;EAChC,oBAAoB,UAAU,EAAE,UAAU,CAAC,KAAK,CAAC;EACjD,oBAAoB,GAAG,EAAE,IAAI,EAAE;EAC/B,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,SAAS;EACzB,aAAa;;EAEb,YAAY,IAAI,IAAI,GAAG,gBAAgB,EAAE,CAAC;EAC1C,YAAY,IAAI,KAAK,CAAC;;EAEtB;EACA,YAAY,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAClC,gBAAgB,IAAI,OAAO,GAAG,wBAAwB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EACpE,gBAAgB,IAAI,OAAO,EAAE;EAC7B,oBAAoB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACpC,oBAAoB,SAAS;EAC7B,iBAAiB;;EAEjB,gBAAgB,KAAK,GAAG,IAAI,aAAa,CAAC;EAC1C,oBAAoB,KAAK,EAAE,IAAI,EAAE;EACjC,oBAAoB,IAAI,EAAE,IAAI;EAC9B,oBAAoB,GAAG,EAAE,IAAI,EAAE;EAC/B,iBAAiB,CAAC,CAAC;EACnB,aAAa,MAAM,IAAI,IAAI,KAAK,IAAI,EAAE;EACtC,gBAAgB,UAAU,CAAC,IAAI,EAAE,CAAC,CAAC;EACnC,aAAa,MAAM;EACnB,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;EAC1C,aAAa;;EAEb;EACA,YAAY,IAAI,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,EAAE;EACrC,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,KAAK,GAAG,IAAI,UAAU,CAAC;EACvC,oBAAoB,KAAK,EAAE,KAAK;EAChC,oBAAoB,IAAI,EAAE,KAAK;EAC/B,oBAAoB,QAAQ,EAAE,GAAG;EACjC,oBAAoB,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;EAC5C,oBAAoB,GAAG,EAAE,IAAI,EAAE;EAC/B,iBAAiB,CAAC,CAAC;EACnB,aAAa;;EAEb;EACA,YAAY,CAAC,CAAC,IAAI,CAAC,IAAI,gBAAgB,CAAC;EACxC,gBAAgB,KAAK,EAAE,KAAK;EAC5B,gBAAgB,KAAK,EAAE,KAAK,CAAC,KAAK;EAClC,gBAAgB,GAAG,EAAE,IAAI,YAAY,QAAQ,GAAG,IAAI,GAAG,EAAE,GAAG,IAAI;EAChE,gBAAgB,KAAK,EAAE,KAAK;EAC5B,gBAAgB,GAAG,EAAE,IAAI,EAAE;EAC3B,aAAa,CAAC,CAAC,CAAC;EAChB,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,IAAI,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC;EACjD,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,MAAM,CAAC,WAAW,EAAE;EACjC,QAAQ,IAAI,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,CAAC;;EAExD,QAAQ,CAAC,CAAC,KAAK,CAAC,qBAAqB,EAAE,CAAC;EACxC,QAAQ,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;;EAE5C,QAAQ,IAAI,CAAC,CAAC,KAAK,CAAC,IAAI,IAAI,MAAM,IAAI,CAAC,CAAC,KAAK,CAAC,KAAK,IAAI,SAAS,EAAE;EAClE,YAAY,UAAU,GAAG,SAAS,CAAC,WAAW,KAAK,YAAY,GAAG,kBAAkB,GAAG,eAAe,CAAC,CAAC;EACxG,SAAS;;EAET,QAAQ,IAAI,WAAW,KAAK,YAAY,IAAI,CAAC,UAAU,EAAE;EACzD,YAAY,UAAU,EAAE,CAAC;EACzB,SAAS;;EAET,QAAQ,IAAI,CAAC,CAAC,KAAK,CAAC,KAAK,IAAI,SAAS,EAAE;EACxC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EACxC,SAAS;;EAET,QAAQ,MAAM,CAAC,GAAG,CAAC,CAAC;;EAEpB,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE;EACxC,QAAQ,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACjC,YAAY,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,YAAY,MAAM,GAAG,wBAAwB,CAAC,gBAAgB,EAAE,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC;EAC/E,YAAY,IAAI,CAAC,MAAM,EAAE,EAAE,UAAU,EAAE,CAAC,EAAE;EAC1C,YAAY,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC3B,YAAY,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE;EAC5C,SAAS;;EAET,QAAQ,CAAC,CAAC,KAAK,CAAC,oBAAoB,EAAE,CAAC;;EAEvC,QAAQ,IAAI,EAAE,CAAC;;EAEf,QAAQ,OAAO,IAAI,WAAW,CAAC;EAC/B,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,IAAI,EAAE,UAAU;EAC5B,YAAY,OAAO,EAAE,QAAQ;EAC7B,YAAY,UAAU,EAAE,CAAC;EACzB,YAAY,GAAG,EAAE,IAAI,EAAE;EACvB,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,wBAAwB,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE;EAC7D,QAAQ,IAAI,OAAO,GAAG,SAAS,IAAI,EAAE,KAAK,EAAE;EAC5C,YAAY,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;EACtE,gBAAgB,OAAO,IAAI,gBAAgB,CAAC;EAC5C,oBAAoB,KAAK,EAAE,KAAK;EAChC,oBAAoB,IAAI,EAAE,EAAE,GAAG,IAAI;EACnC,oBAAoB,GAAG,EAAE,IAAI,EAAE;EAC/B,iBAAiB,CAAC,CAAC;EACnB,aAAa,MAAM,IAAI,IAAI,KAAK,IAAI,EAAE;EACtC,gBAAgB,UAAU,EAAE,CAAC;EAC7B,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC;EACV,QAAQ,IAAI,QAAQ,GAAG,KAAK,CAAC;EAC7B,QAAQ,IAAI,SAAS,GAAG,KAAK,CAAC;EAC9B,QAAQ,IAAI,YAAY,GAAG,KAAK,CAAC;EACjC,QAAQ,IAAI,cAAc,GAAG,KAAK,CAAC;EACnC,QAAQ,IAAI,QAAQ,IAAI,IAAI,KAAK,QAAQ,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC/D,YAAY,SAAS,GAAG,IAAI,CAAC;EAC7B,YAAY,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC;EACrC,YAAY,IAAI,GAAG,gBAAgB,EAAE,CAAC;EACtC,SAAS;EACT,QAAQ,IAAI,IAAI,KAAK,OAAO,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC1F,YAAY,QAAQ,GAAG,IAAI,CAAC;EAC5B,YAAY,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC;EACrC,YAAY,IAAI,GAAG,gBAAgB,EAAE,CAAC;EACtC,SAAS;EACT,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE;EAC3B,YAAY,YAAY,GAAG,IAAI,CAAC;EAChC,YAAY,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC;EACrC,YAAY,IAAI,GAAG,gBAAgB,EAAE,CAAC;EACtC,YAAY,IAAI,IAAI,KAAK,IAAI,EAAE;EAC/B,gBAAgB,UAAU,EAAE,CAAC;EAC7B,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,GAAG,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EACxC,YAAY,IAAI,IAAI,GAAG,IAAI,iBAAiB,CAAC;EAC7C,gBAAgB,KAAK,SAAS,KAAK;EACnC,gBAAgB,MAAM,QAAQ,SAAS;EACvC,gBAAgB,YAAY,EAAE,YAAY;EAC1C,gBAAgB,KAAK,SAAS,QAAQ;EACtC,gBAAgB,GAAG,WAAW,IAAI;EAClC,gBAAgB,KAAK,SAAS,IAAI,YAAY,gBAAgB;EAC9D,8BAA8B,cAAc,CAAC,KAAK,GAAG,SAAS;EAC9D,gBAAgB,KAAK,SAAS,eAAe,CAAC,YAAY,EAAE,QAAQ,CAAC;EACrE,gBAAgB,GAAG,WAAW,IAAI,EAAE;EACpC,aAAa,CAAC,CAAC;EACf,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC;EACjC,QAAQ,IAAI,IAAI,IAAI,KAAK,EAAE;EAC3B,YAAY,IAAI,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAChD,gBAAgB,IAAI,GAAG,OAAO,CAAC,gBAAgB,EAAE,EAAE,KAAK,CAAC,CAAC;EAC1D,gBAAgB,OAAO,IAAI,gBAAgB,CAAC;EAC5C,oBAAoB,KAAK,GAAG,KAAK;EACjC,oBAAoB,MAAM,EAAE,SAAS;EACrC,oBAAoB,GAAG,KAAK,IAAI;EAChC,oBAAoB,KAAK,GAAG,IAAI,YAAY,gBAAgB;EAC5D,4BAA4B,cAAc,CAAC,KAAK,GAAG,SAAS;EAC5D,oBAAoB,KAAK,GAAG,eAAe,EAAE;EAC7C,oBAAoB,GAAG,KAAK,IAAI,EAAE;EAClC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS,MAAM,IAAI,IAAI,IAAI,KAAK,EAAE;EAClC,YAAY,IAAI,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAChD,gBAAgB,IAAI,GAAG,OAAO,CAAC,gBAAgB,EAAE,EAAE,KAAK,CAAC,CAAC;EAC1D,gBAAgB,OAAO,IAAI,gBAAgB,CAAC;EAC5C,oBAAoB,KAAK,GAAG,KAAK;EACjC,oBAAoB,MAAM,EAAE,SAAS;EACrC,oBAAoB,GAAG,KAAK,IAAI;EAChC,oBAAoB,KAAK,GAAG,IAAI,YAAY,gBAAgB;EAC5D,4BAA4B,cAAc,CAAC,KAAK,GAAG,SAAS;EAC5D,oBAAoB,KAAK,GAAG,eAAe,EAAE;EAC7C,oBAAoB,GAAG,KAAK,IAAI,EAAE;EAClC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,OAAO,GAAG;EACvB,QAAQ,IAAI,KAAK,GAAG,IAAI,EAAE,CAAC;EAC3B,QAAQ,IAAI,aAAa,CAAC;EAC1B,QAAQ,IAAI,cAAc,CAAC;EAC3B,QAAQ,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE;EACxB,YAAY,aAAa,GAAG,SAAS,CAAC,gBAAgB,CAAC,CAAC;EACxD,SAAS;;EAET,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS;;EAET,QAAQ,cAAc,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC;;EAEzC,QAAQ,IAAI,cAAc,IAAI,aAAa,EAAE;EAC7C,YAAY,YAAY,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;EACzC,SAAS;EACT,QAAQ,IAAI,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;EAC9B,QAAQ,IAAI,OAAO,CAAC,IAAI,KAAK,QAAQ,EAAE;EACvC,YAAY,UAAU,EAAE,CAAC;EACzB,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,IAAI,UAAU,CAAC;EAC9B,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,aAAa,EAAE,aAAa;EACxC,YAAY,cAAc,EAAE,cAAc;EAC1C,YAAY,WAAW,EAAE,IAAI,UAAU,CAAC;EACxC,gBAAgB,KAAK,EAAE,OAAO;EAC9B,gBAAgB,KAAK,EAAE,OAAO,CAAC,KAAK;EACpC,gBAAgB,KAAK,EAAE,OAAO,CAAC,KAAK;EACpC,gBAAgB,GAAG,EAAE,OAAO;EAC5B,aAAa,CAAC;EACd,YAAY,GAAG,EAAE,CAAC,CAAC,KAAK;EACxB,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,QAAQ,CAAC,SAAS,EAAE;EACjC,QAAQ,SAAS,WAAW,CAAC,IAAI,EAAE;EACnC,YAAY,OAAO,IAAI,IAAI,CAAC;EAC5B,gBAAgB,IAAI,EAAE,gBAAgB,EAAE;EACxC,gBAAgB,KAAK,EAAE,IAAI,EAAE;EAC7B,gBAAgB,GAAG,EAAE,IAAI,EAAE;EAC3B,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,IAAI,YAAY,GAAG,SAAS,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;EACzF,QAAQ,IAAI,IAAI,GAAG,SAAS,GAAG,gBAAgB,GAAG,gBAAgB,CAAC;EACnE,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,YAAY,CAAC;EACzB,QAAQ,IAAI,IAAI,CAAC;;EAEjB,QAAQ,IAAI,SAAS,EAAE;EACvB,YAAY,YAAY,GAAG,WAAW,CAAC,YAAY,CAAC,CAAC;EACrD,SAAS,MAAM;EACf,YAAY,IAAI,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;EACrC,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,EAAE;EAC9B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,SAAS,EAAE;EAC3B,gBAAgB,IAAI,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;EACzC,aAAa,MAAM;EACnB,gBAAgB,YAAY,GAAG,WAAW,CAAC,YAAY,CAAC,CAAC;EACzD,aAAa;EACb,SAAS,MAAM,IAAI,SAAS,EAAE;EAC9B,YAAY,IAAI,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC;EAC1C,SAAS,MAAM;EACf,YAAY,YAAY,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;EAClD,SAAS;;EAET,QAAQ,OAAO,IAAI,eAAe,CAAC;EACnC,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,YAAY,EAAE,YAAY;EACtC,YAAY,IAAI,EAAE,IAAI;EACtB,YAAY,GAAG,EAAE,IAAI,EAAE;EACvB,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,gBAAgB,CAAC,SAAS,EAAE,IAAI,EAAE;EAC/C,QAAQ,IAAI,YAAY,GAAG,SAAS,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;EACzF,QAAQ,IAAI,IAAI,GAAG,SAAS,GAAG,gBAAgB,GAAG,gBAAgB,CAAC;EACnE,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,YAAY,CAAC;EACzB,QAAQ,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;;EAEzB,QAAQ,IAAI,GAAG,IAAI,IAAI,IAAI,IAAI,CAAC;EAChC,YAAY,IAAI,EAAE,GAAG;EACrB,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,GAAG,EAAE,GAAG;EACpB,SAAS,CAAC,CAAC;;EAEX,QAAQ,YAAY,GAAG,IAAI,YAAY,CAAC;EACxC,YAAY,IAAI,EAAE,GAAG;EACrB,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,GAAG,EAAE,GAAG;EACpB,SAAS,CAAC,CAAC;;EAEX,QAAQ,OAAO,IAAI,eAAe,CAAC;EACnC,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,YAAY,EAAE,YAAY;EACtC,YAAY,IAAI,EAAE,IAAI;EACtB,YAAY,GAAG,EAAE,GAAG;EACpB,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,SAAS,EAAE;EAClC,QAAQ,IAAI,KAAK,CAAC;EAClB,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,KAAK,GAAG,EAAE,CAAC;EACvB,YAAY,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACrC,gBAAgB,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;EAChD,gBAAgB,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACrC,oBAAoB,IAAI,EAAE,CAAC;EAC3B,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS,MAAM,IAAI,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,EAAE;EACxC,YAAY,IAAI,IAAI,CAAC;EACrB,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,SAAS,IAAI,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,EAAE;EAC/C,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,GAAG,SAAS,CAAC,SAAS,GAAG,gBAAgB,GAAG,uBAAuB,CAAC,CAAC;EACzF,aAAa;EACb,YAAY,KAAK,GAAG,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;EACxD,SAAS;EACT,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;;EAEL,IAAI,SAAS,OAAO,GAAG;EACvB,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,UAAU,CAAC;EACvB,QAAQ,IAAI,cAAc,CAAC;;EAE3B,QAAQ,IAAI,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC,EAAE;EACtC,YAAY,UAAU,GAAG,IAAI,CAAC;EAC9B,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS,MAAM,IAAI,cAAc,GAAG,SAAS,CAAC,KAAK,CAAC,EAAE;EACtD,YAAY,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE;EACpC,gBAAgB,IAAI,EAAE,CAAC;;EAEvB,gBAAgB,IAAI,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;EACtC,gBAAgB,IAAI,OAAO,CAAC,IAAI,KAAK,QAAQ,EAAE;EAC/C,oBAAoB,UAAU,EAAE,CAAC;EACjC,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,CAAC;;EAEvB,gBAAgB,OAAO,IAAI,UAAU,CAAC;EACtC,oBAAoB,KAAK,EAAE,KAAK;EAChC,oBAAoB,UAAU,EAAE,UAAU;EAC1C,oBAAoB,cAAc,EAAE,cAAc;EAClD,oBAAoB,WAAW,EAAE,IAAI,UAAU,CAAC;EAChD,wBAAwB,KAAK,EAAE,OAAO;EACtC,wBAAwB,KAAK,EAAE,OAAO,CAAC,KAAK;EAC5C,wBAAwB,KAAK,EAAE,OAAO,CAAC,KAAK;EAC5C,wBAAwB,GAAG,EAAE,OAAO;EACpC,qBAAqB,CAAC;EACtB,oBAAoB,GAAG,EAAE,IAAI,EAAE;EAC/B,iBAAiB,CAAC,CAAC;EACnB,aAAa,MAAM;EACnB,gBAAgB,OAAO,IAAI,UAAU,CAAC;EACtC,oBAAoB,KAAK,EAAE,KAAK;EAChC,oBAAoB,UAAU,EAAE,UAAU;EAC1C,oBAAoB,cAAc,EAAE,cAAc;EAClD,oBAAoB,GAAG,EAAE,IAAI,EAAE;EAC/B,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS;;EAET,QAAQ,IAAI,IAAI,CAAC;EACjB,QAAQ,IAAI,cAAc,CAAC;EAC3B,QAAQ,IAAI,mBAAmB,CAAC;EAChC,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC;EAC3B,eAAe,UAAU;EACzB,oBAAoB,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;EACxE,mBAAmB,QAAQ,CAAC,IAAI,EAAE,EAAE,MAAM,CAAC,EAAE;EAC7C,YAAY,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;EAC/C,YAAY,SAAS,EAAE,CAAC;EACxB,SAAS,MAAM,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,UAAU,CAAC,aAAa,eAAe,IAAI,UAAU,EAAE;EAC5F,YAAY,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACnC,SAAS,MAAM,IAAI,IAAI,YAAY,eAAe,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,YAAY,YAAY,EAAE;EAClH,YAAY,mBAAmB,GAAG,IAAI,CAAC;EACvC,SAAS,MAAM,IAAI,IAAI,YAAY,mBAAmB,EAAE;EACxD,YAAY,cAAc,GAAG,IAAI,CAAC,IAAI,CAAC;EACvC,SAAS,MAAM;EACf,YAAY,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACnC,SAAS;;EAET,QAAQ,OAAO,IAAI,UAAU,CAAC;EAC9B,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,UAAU,EAAE,UAAU;EAClC,YAAY,cAAc,EAAE,cAAc;EAC1C,YAAY,mBAAmB,EAAE,mBAAmB;EACpD,YAAY,GAAG,EAAE,IAAI,EAAE;EACvB,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,gBAAgB,GAAG;EAChC,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC;EAC1B,QAAQ,QAAQ,GAAG,CAAC,IAAI;EACxB,UAAU,KAAK,MAAM;EACrB,YAAY,IAAI,GAAG,CAAC,KAAK,KAAK,GAAG,EAAE;EACnC,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,EAAE,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;EAC3C,gBAAgB,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,gBAAgB,OAAO,EAAE,CAAC;EAC1B,aAAa,MAAM,UAAU,CAAC,GAAG,CAAC,CAAC;EACnC,UAAU,KAAK,UAAU;EACzB,YAAY,IAAI,GAAG,CAAC,KAAK,KAAK,GAAG,EAAE;EACnC,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,CAAC,CAAC,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;EAC9F,gBAAgB,UAAU,CAAC,GAAG,CAAC,CAAC;EAChC,aAAa;EACb,UAAU,KAAK,MAAM;EACrB,YAAY,IAAI,GAAG,CAAC,KAAK,IAAI,OAAO,EAAE;EACtC,gBAAgB,IAAI,eAAe,EAAE,EAAE;EACvC,oBAAoB,WAAW,CAAC,GAAG,EAAE,sDAAsD,CAAC,CAAC;EAC7F,iBAAiB,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC;EACzD,uBAAuB,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC;EACrD,uBAAuB,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EAC5D,oBAAoB,WAAW,CAAC,GAAG,EAAE,gDAAgD,CAAC,CAAC;EACvF,iBAAiB;EACjB,aAAa;EACb,UAAU,KAAK,QAAQ,CAAC;EACxB,UAAU,KAAK,KAAK,CAAC;EACrB,UAAU,KAAK,SAAS,CAAC;EACzB,UAAU,KAAK,MAAM;EACrB,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,GAAG,CAAC,KAAK,CAAC;EAC7B,UAAU;EACV,YAAY,UAAU,CAAC,GAAG,CAAC,CAAC;EAC5B,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,OAAO,GAAG;EACvB,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC;EAC1B,QAAQ,IAAI,GAAG,CAAC,IAAI,IAAI,MAAM,EAAE,UAAU,EAAE,CAAC;EAC7C,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,GAAG,CAAC,KAAK,CAAC;EACzB,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE;EAChC,QAAQ,IAAI,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC;EACjC,QAAQ,OAAO,KAAK,IAAI,IAAI,MAAM,GAAG,QAAQ;EAC7C,oBAAoB,IAAI,IAAI,OAAO,GAAG,SAAS;EAC/C,oBAAoB,IAAI,EAAE;EAC1B,YAAY,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC;EAChC,YAAY,KAAK,GAAG,CAAC,CAAC,KAAK;EAC3B,YAAY,GAAG,KAAK,CAAC,CAAC,KAAK;EAC3B,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,cAAc,CAAC,GAAG,EAAE;EACjC,QAAQ,IAAI,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;EAC5B,QAAQ,IAAI,eAAe,EAAE,IAAI,IAAI,IAAI,OAAO,EAAE;EAClD,YAAY,WAAW,CAAC,GAAG,CAAC,KAAK,EAAE,sDAAsD,CAAC,CAAC;EAC3F,SAAS;EACT,QAAQ,IAAI,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EACjD,YAAY,IAAI,IAAI,IAAI,OAAO,EAAE;EACjC,gBAAgB,WAAW,CAAC,GAAG,CAAC,KAAK,EAAE,gDAAgD,CAAC,CAAC;EACzF,aAAa;EACb,YAAY,IAAI,GAAG,YAAY,qBAAqB,KAAK,IAAI,IAAI,WAAW,IAAI,IAAI,IAAI,MAAM,CAAC,EAAE;EACjG,gBAAgB,WAAW,CAAC,GAAG,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,GAAG,iBAAiB,CAAC,CAAC;EACjF,aAAa;EACb,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,IAAI,EAAE,OAAO,EAAE;EACtC,QAAQ,IAAI,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE;EACzB,YAAY,IAAI,CAAC,OAAO,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;EACjD,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG,YAAY,CAAC,IAAI,CAAC,CAAC;EACrC,QAAQ,cAAc,CAAC,GAAG,CAAC,CAAC;EAC5B,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,IAAI,EAAE;EAC7B,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,QAAQ,IAAI,QAAQ,GAAG,KAAK,CAAC,eAAe,CAAC;EAC7C,QAAQ,IAAI,CAAC,GAAG,GAAG,CAAC,KAAK,EAAE,wBAAwB,CAAC,GAAG,KAAK,CAAC,sBAAsB,GAAG,QAAQ,CAAC,MAAM,CAAC;EACtG,QAAQ,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE;EACzB,YAAY,IAAI,OAAO,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;EACtC,YAAY,IAAI,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;EACpD,gBAAgB,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC;EACpC,gBAAgB,MAAM;EACtB,aAAa;EACb,SAAS;EACT,KAAK;;EAEL,IAAI,IAAI,UAAU,GAAG,SAAS,IAAI,EAAE,WAAW,EAAE;EACjD,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,OAAO,UAAU,CAAC,IAAI,OAAO,CAAC;EAC1C,gBAAgB,KAAK,QAAQ,KAAK;EAClC,gBAAgB,UAAU,GAAG,IAAI;EACjC,gBAAgB,QAAQ,KAAK,OAAO,EAAE;EACtC,gBAAgB,GAAG,UAAU,IAAI,EAAE;EACnC,aAAa,CAAC,EAAE,WAAW,CAAC,CAAC;EAC7B,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;EACxC,YAAY,MAAM,CAAC,GAAG,CAAC,CAAC;EACxB,YAAY,OAAO,UAAU,CAAC,IAAI,OAAO,CAAC;EAC1C,gBAAgB,KAAK,QAAQ,KAAK;EAClC,gBAAgB,UAAU,GAAG,IAAI;EACjC,gBAAgB,QAAQ,KAAK,IAAI;EACjC,gBAAgB,GAAG,UAAU,IAAI,EAAE;EACnC,aAAa,CAAC,EAAE,WAAW,CAAC,CAAC;EAC7B,SAAS;EACT,QAAQ,IAAI,WAAW,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAC5C,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,IAAI,GAAG,IAAI,QAAQ,CAAC;EACpC,gBAAgB,KAAK,QAAQ,KAAK;EAClC,gBAAgB,UAAU,GAAG,IAAI;EACjC,gBAAgB,IAAI,SAAS,SAAS,EAAE;EACxC,gBAAgB,GAAG,UAAU,IAAI,EAAE;EACnC,aAAa,CAAC,CAAC;EACf,YAAY,SAAS,CAAC,IAAI,CAAC,CAAC;EAC5B,YAAY,OAAO,UAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC1C,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,eAAe,CAAC,EAAE;EACjC,YAAY,OAAO,UAAU,CAAC,IAAI,0BAA0B,CAAC;EAC7D,gBAAgB,KAAK,EAAE,KAAK;EAC5B,gBAAgB,MAAM,EAAE,IAAI;EAC5B,gBAAgB,eAAe,EAAE,eAAe,CAAC,IAAI,CAAC;EACtD,gBAAgB,GAAG,EAAE,IAAI,EAAE;EAC3B,aAAa,CAAC,EAAE,WAAW,CAAC,CAAC;EAC7B,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC;;EAEN,IAAI,IAAI,SAAS,GAAG,YAAY,CAAC,SAAS,UAAU,GAAG;EACvD,QAAQ,IAAI,IAAI,GAAG,EAAE,CAAC;EACtB,QAAQ,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EACjC,YAAY,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE;EACrC,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,IAAI,CAAC,IAAI,CAAC,IAAI,aAAa,CAAC;EAC5C,oBAAoB,KAAK,EAAE,IAAI,EAAE;EACjC,oBAAoB,UAAU,EAAE,UAAU,CAAC,KAAK,CAAC;EACjD,oBAAoB,GAAG,EAAE,IAAI,EAAE;EAC/B,iBAAiB,CAAC,CAAC,CAAC;EACpB,aAAa,MAAM;EACnB,gBAAgB,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;EAC7C,aAAa;EACb,YAAY,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE;EAClC,gBAAgB,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,gBAAgB,IAAI,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,OAAO,CAAC,IAAI,GAAG,CAAC,EAAE,UAAU,EAAE,CAAC;EACtE,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,WAAW,GAAG,SAAS,WAAW,EAAE,YAAY,EAAE;EAC1D,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,KAAK,CAAC,IAAI,IAAI,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,OAAO,EAAE;EAC5D,YAAY,IAAI,WAAW,EAAE,EAAE;EAC/B,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,iBAAiB,EAAE,CAAC;EAC3C,aAAa,MAAM,IAAI,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EAC5D,gBAAgB,WAAW,CAAC,CAAC,CAAC,KAAK,EAAE,gDAAgD,CAAC,CAAC;EACvF,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC,UAAU,CAAC,IAAI,YAAY,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;EACzD,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,aAAa,EAAE,CAAC;EAC5B,YAAY,IAAI,EAAE,GAAG,UAAU,CAAC,eAAe,EAAE,KAAK,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC,CAAC;EAClF,YAAY,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC;EAC7B,YAAY,EAAE,CAAC,GAAG,GAAG,IAAI,EAAE,CAAC;EAC5B,YAAY,OAAO,EAAE,CAAC;EACtB,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG,SAAS,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;EACvD,QAAQ,OAAO,EAAE,CAAC,UAAU,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE;EAC/F,YAAY,IAAI,GAAG,YAAY,SAAS,EAAE,UAAU,EAAE,CAAC;EACvD,YAAY,GAAG,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAC,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;EAC7D,YAAY,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;EAC9B,YAAY,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC;EAC9B,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS;EACT,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK,CAAC;;EAEN,IAAI,SAAS,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE;EAC3C,QAAQ,IAAI,EAAE,GAAG,KAAK,CAAC,KAAK,CAAC;EAC7B,QAAQ,QAAQ,EAAE;EAClB,UAAU,KAAK,IAAI,CAAC;EACpB,UAAU,KAAK,IAAI;EACnB,YAAY,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC;EACpC,gBAAgB,KAAK,CAAC,iBAAiB,GAAG,EAAE,GAAG,WAAW,EAAE,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9F,YAAY,MAAM;EAClB,UAAU,KAAK,QAAQ;EACvB,YAAY,IAAI,IAAI,YAAY,aAAa,IAAI,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC;EACpF,gBAAgB,KAAK,CAAC,yDAAyD,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClI,YAAY,MAAM;EAClB,SAAS;EACT,QAAQ,OAAO,IAAI,IAAI,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;EAC5D,KAAK;;EAEL,IAAI,IAAI,OAAO,GAAG,SAAS,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE;EAClD,QAAQ,IAAI,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;EACvD,QAAQ,IAAI,EAAE,IAAI,IAAI,IAAI,KAAK,EAAE,EAAE,GAAG,IAAI,CAAC;EAC3C,QAAQ,IAAI,EAAE,IAAI,IAAI,IAAI,IAAI,YAAY,eAAe;EACzD;EACA,eAAe,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC;EACjD,eAAe,IAAI,CAAC,QAAQ,KAAK,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI;EAC/D,gBAAgB,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACvC,QAAQ,IAAI,IAAI,GAAG,EAAE,IAAI,IAAI,GAAG,UAAU,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EACtD,QAAQ,IAAI,IAAI,IAAI,IAAI,KAAK,IAAI,GAAG,QAAQ,KAAK,EAAE,KAAK,IAAI,IAAI,QAAQ,KAAK,IAAI,CAAC,CAAC,EAAE;EACrF,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,KAAK,GAAG,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;EAChE,YAAY,OAAO,OAAO,CAAC,IAAI,UAAU,CAAC;EAC1C,gBAAgB,KAAK,MAAM,IAAI,CAAC,KAAK;EACrC,gBAAgB,IAAI,OAAO,IAAI;EAC/B,gBAAgB,QAAQ,GAAG,EAAE;EAC7B,gBAAgB,KAAK,MAAM,KAAK;EAChC,gBAAgB,GAAG,QAAQ,KAAK,CAAC,GAAG;EACpC,aAAa,CAAC,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC;EACjC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC;;EAEN,IAAI,SAAS,QAAQ,CAAC,KAAK,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;EAC1D,KAAK;;EAEL,IAAI,IAAI,iBAAiB,GAAG,SAAS,KAAK,EAAE;EAC5C,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;EACnC,QAAQ,IAAI,EAAE,CAAC,UAAU,EAAE,GAAG,CAAC,EAAE;EACjC,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,IAAI,GAAG,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;EACxC,YAAY,MAAM,CAAC,GAAG,CAAC,CAAC;EACxB,YAAY,OAAO,IAAI,eAAe,CAAC;EACvC,gBAAgB,KAAK,SAAS,KAAK;EACnC,gBAAgB,SAAS,KAAK,IAAI;EAClC,gBAAgB,UAAU,IAAI,GAAG;EACjC,gBAAgB,WAAW,GAAG,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC;EACtD,gBAAgB,GAAG,WAAW,IAAI,EAAE;EACpC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC;;EAEN,IAAI,SAAS,aAAa,CAAC,IAAI,EAAE;EACjC,QAAQ,OAAO,IAAI,YAAY,cAAc,IAAI,IAAI,YAAY,aAAa,CAAC;EAC/E,KAAK;;EAEL,IAAI,SAAS,gBAAgB,CAAC,IAAI,EAAE;EACpC,QAAQ,IAAI,IAAI,YAAY,UAAU,EAAE;EACxC,YAAY,IAAI,GAAG,IAAI,iBAAiB,CAAC;EACzC,gBAAgB,KAAK,EAAE,IAAI,CAAC,KAAK;EACjC,gBAAgB,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;EAC5D,gBAAgB,QAAQ,EAAE,KAAK;EAC/B,gBAAgB,GAAG,EAAE,IAAI,CAAC,GAAG;EAC7B,aAAa,CAAC,CAAC;EACf,SAAS,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE;EAC9C,YAAY,IAAI,KAAK,GAAG,EAAE,CAAC;;EAE3B,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EAC3D;EACA,gBAAgB,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,aAAa,EAAE;EAC/D,oBAAoB,IAAI,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE;EACxD,wBAAwB,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,wDAAwD,CAAC,CAAC;EACtH,qBAAqB;EACrB,oBAAoB,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;EAChG,iBAAiB;;EAEjB,gBAAgB,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EAC/D,aAAa;;EAEb,YAAY,IAAI,GAAG,IAAI,iBAAiB,CAAC;EACzC,gBAAgB,KAAK,EAAE,IAAI,CAAC,KAAK;EACjC,gBAAgB,KAAK,EAAE,KAAK;EAC5B,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,GAAG,EAAE,IAAI,CAAC,GAAG;EAC7B,aAAa,CAAC,CAAC;EACf,SAAS,MAAM,IAAI,IAAI,YAAY,kBAAkB,EAAE;EACvD,YAAY,IAAI,CAAC,KAAK,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACtD,SAAS,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EAC/C,YAAY,IAAI,GAAG,IAAI,iBAAiB,CAAC;EACzC,gBAAgB,KAAK,EAAE,IAAI,CAAC,KAAK;EACjC,gBAAgB,IAAI,EAAE,IAAI,CAAC,IAAI;EAC/B,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,KAAK,EAAE,IAAI,CAAC,KAAK;EACjC,gBAAgB,GAAG,EAAE,IAAI,CAAC,GAAG;EAC7B,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL;EACA,IAAI,IAAI,YAAY,GAAG,SAAS,KAAK,EAAE;EACvC,QAAQ,aAAa,EAAE,CAAC;EACxB,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;;EAE5B,QAAQ,IAAI,KAAK,CAAC,IAAI,IAAI,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,OAAO,EAAE;EAC5D,YAAY,IAAI,eAAe,EAAE,EAAE;EACnC,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,iBAAiB,EAAE,CAAC;EAC3C,aAAa,MAAM,IAAI,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EAC5D,gBAAgB,WAAW,CAAC,CAAC,CAAC,KAAK,EAAE,gDAAgD,CAAC,CAAC;EACvF,aAAa;EACb,SAAS;;EAET,QAAQ,IAAI,IAAI,GAAG,iBAAiB,CAAC,KAAK,CAAC,CAAC;EAC5C,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC;;EAEhC,QAAQ,IAAI,EAAE,CAAC,UAAU,CAAC,IAAI,UAAU,CAAC,GAAG,CAAC,EAAE;EAC/C,YAAY,IAAI,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,gBAAgB,CAAC,IAAI,CAAC,aAAa,iBAAiB,EAAE;EACrG,gBAAgB,IAAI,EAAE,CAAC;EACvB,gBAAgB,OAAO,IAAI,UAAU,CAAC;EACtC,oBAAoB,KAAK,MAAM,KAAK;EACpC,oBAAoB,IAAI,OAAO,IAAI;EACnC,oBAAoB,QAAQ,GAAG,GAAG;EAClC,oBAAoB,KAAK,MAAM,YAAY,CAAC,KAAK,CAAC;EAClD,oBAAoB,GAAG,QAAQ,IAAI,EAAE;EACrC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,KAAK,CAAC,oBAAoB,CAAC,CAAC;EACxC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC;;EAEN,IAAI,IAAI,UAAU,GAAG,SAAS,MAAM,EAAE,KAAK,EAAE;EAC7C,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,KAAK,GAAG,EAAE,CAAC;EACvB,QAAQ,OAAO,IAAI,EAAE;EACrB,YAAY,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;EAC5C,YAAY,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;EACnD,YAAY,IAAI,EAAE,CAAC;EACnB,YAAY,MAAM,GAAG,IAAI,CAAC;EAC1B,SAAS;EACT,QAAQ,OAAO,KAAK,CAAC,MAAM,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,YAAY,CAAC;EAC/D,YAAY,KAAK,SAAS,KAAK;EAC/B,YAAY,WAAW,GAAG,KAAK;EAC/B,YAAY,GAAG,WAAW,IAAI,EAAE;EAChC,SAAS,CAAC,CAAC;EACX,KAAK,CAAC;;EAEN,IAAI,SAAS,OAAO,CAAC,IAAI,EAAE;EAC3B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC;EACpB,QAAQ,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;EACzB,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC;EACpB,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,IAAI,OAAO,CAAC,UAAU,EAAE;EAC5B,QAAQ,OAAO,UAAU,CAAC,IAAI,CAAC,CAAC;EAChC,KAAK;;EAEL,IAAI,OAAO,CAAC,WAAW;EACvB,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,IAAI,GAAG,EAAE,CAAC;EACtB,QAAQ,CAAC,CAAC,KAAK,CAAC,qBAAqB,EAAE,CAAC;EACxC,QAAQ,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;EAChE,QAAQ,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC;EACzB,YAAY,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC;EACnC,QAAQ,CAAC,CAAC,KAAK,CAAC,oBAAoB,EAAE,CAAC;EACvC,QAAQ,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;EACzB,QAAQ,IAAI,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;EACxC,QAAQ,IAAI,QAAQ,EAAE;EACtB,YAAY,QAAQ,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACvD,YAAY,QAAQ,CAAC,GAAG,GAAG,GAAG,CAAC;EAC/B,SAAS,MAAM;EACf,YAAY,QAAQ,GAAG,IAAI,YAAY,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;EAChF,SAAS;EACT,QAAQ,OAAO,QAAQ,CAAC;EACxB,KAAK,GAAG,CAAC;;EAET,CAAC;;EClhGD;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AAUA;EACA,SAAS,OAAO,CAAC,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE;EAC7C,IAAI,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE,IAAI,GAAG,QAAQ,CAAC;EAC9C,IAAI,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,EAAE,CAAC;EAC3B,SAAS,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EACpC,IAAI,IAAI,UAAU,GAAG,KAAK,CAAC;EAC3B,IAAI,IAAI,IAAI,IAAI,IAAI,CAAC,KAAK;EAC1B,QAAQ,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACzC,IAAI,IAAI,IAAI,GAAG,sBAAsB,GAAG,IAAI,GAAG,wBAAwB,CAAC;EACxE,IAAI,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC1C,QAAQ,IAAI,IAAI,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,WAAW,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;EAClE,KAAK;EACL,IAAI,IAAI,KAAK,GAAG,IAAI,IAAI,IAAI,IAAI,CAAC;EACjC,IAAI,IAAI,KAAK,IAAI,KAAK,CAAC,UAAU,KAAK,OAAO,IAAI,OAAO,CAAC,UAAU,CAAC;EACpE,QAAQ,IAAI,IAAI,oBAAoB,CAAC;EACrC,IAAI,IAAI,IAAI,IAAI,CAAC;EACjB,IAAI,IAAI,IAAI,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;EACpC,IAAI,IAAI,KAAK,EAAE;EACf,QAAQ,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;EAC/B,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACzB,KAAK;EACL,IAAI,IAAI,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACzC,IAAI,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,IAAI,CAAC;EAC/B,IAAI,IAAI,CAAC,KAAK,GAAG,KAAK,IAAI,IAAI,CAAC;EAC/B,IAAI,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;EACjC,IAAI,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;EACzB,IAAI,IAAI,IAAI,EAAE;EACd,QAAQ,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EAC/C,KAAK;EACL,IAAI,IAAI,OAAO,EAAE,KAAK,CAAC,IAAI,OAAO,EAAE,IAAI,GAAG,CAAC,OAAO,EAAE,CAAC,CAAC,EAAE;EACzD,QAAQ,IAAI,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;EAC3B,YAAY,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;EAC3C,SAAS,MAAM;EACf,YAAY,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;EAC3C,SAAS;EACT,KAAK;EACL,IAAI,IAAI,CAAC,SAAS,GAAG,SAAS,IAAI,EAAE,MAAM,EAAE;EAC5C,QAAQ,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;EACtC,KAAK,CAAC;EACN,IAAI,OAAO,IAAI,CAAC;EAChB,CAAC;;AAED,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,2FAA2F,EAAE;EAC9H,CAAC,EAAE,IAAI,CAAC,CAAC;;AAET,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,WAAW,EAAE;EAC5C,IAAI,MAAM,EAAE,SAAS,IAAI,EAAE;EAC3B,QAAQ,IAAI,IAAI,EAAE;EAClB,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EACpC,YAAY,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EACrE,gBAAgB,IAAI,IAAI,KAAK,IAAI,EAAE;EACnC,oBAAoB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC5C,iBAAiB;EACjB,aAAa,CAAC,CAAC,CAAC;EAChB,SAAS;EACT,QAAQ,OAAO,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACnC,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,IAAI,EAAE;EAC1B,QAAQ,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACjC,KAAK;EACL,IAAI,cAAc,EAAE,6BAA6B;EACjD,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,0CAA0C;EACzD,QAAQ,GAAG,EAAE,yCAAyC;EACtD,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACpC,KAAK;EACL,IAAI,IAAI,EAAE,SAAS,OAAO,EAAE;EAC5B,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACnC,KAAK;EACL,CAAC,EAAE,IAAI,CAAC,CAAC;;EAET,QAAQ,CAAC,aAAa,GAAG,IAAI,CAAC;EAC9B,QAAQ,CAAC,IAAI,GAAG,SAAS,GAAG,EAAE,KAAK,EAAE;EACrC,IAAI,IAAI,QAAQ,CAAC,aAAa;EAC9B,QAAQ,QAAQ,CAAC,aAAa,CAAC,eAAe,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC;EAC5D,CAAC,CAAC;;EAEF;;AAEA,AAAG,MAAC,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,IAAI,EAAE;EAC/C,IAAI,cAAc,EAAE,8BAA8B;EAClD,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;EAC7C,IAAI,cAAc,EAAE,iCAAiC;EACrD,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,aAAa,EAAE;EACxD,IAAI,cAAc,EAAE,8CAA8C;EAClE,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,kFAAkF;EACjG,QAAQ,KAAK,EAAE,uCAAuC;EACtD,KAAK;EACL,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,EAAE,MAAM,EAAE;EAC7D,IAAI,cAAc,EAAE,yDAAyD;EAC7E,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,wEAAwE;EACtF,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,aAAa,CAAC,CAAC;;EAElB,SAAS,SAAS,CAAC,IAAI,EAAE,OAAO,EAAE;EAClC,IAAI,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACzB,IAAI,IAAI,IAAI,YAAY,QAAQ,EAAE;EAClC,QAAQ,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC5B,KAAK,MAAM,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC5D,QAAQ,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC/B,KAAK;EACL,CAAC;;EAED,SAAS,iBAAiB,CAAC,IAAI,EAAE;EACjC,IAAI,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAClC,IAAI,IAAI,IAAI,CAAC,WAAW,EAAE;EAC1B;EACA;EACA,QAAQ,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;EACrD,KAAK;EACL,IAAI,OAAO,KAAK,CAAC;EACjB,CAAC;;AAED,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,kBAAkB,EAAE;EACrD,IAAI,cAAc,EAAE,uCAAuC;EAC3D,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,yCAAyC;EACvD,QAAQ,WAAW,EAAE,6BAA6B;EAClD,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,IAAI,KAAK,EAAE,iBAAiB;EAC5B,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,EAAE,IAAI,EAAE;EACzD,IAAI,cAAc,EAAE,mBAAmB;EACvC,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,EAAE,IAAI,EAAE;EACzD,IAAI,cAAc,EAAE,yDAAyD;EAC7E,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,EAAE,MAAM,EAAE;EACjE,IAAI,cAAc,EAAE,mGAAmG;EACvH,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,6FAA6F;EAC3G,KAAK;EACL,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,oBAAoB,GAAG,OAAO,CAAC,kBAAkB,EAAE,OAAO,EAAE;EAChE,IAAI,cAAc,EAAE,wBAAwB;EAC5C,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,gCAAgC;EAC/C,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACtC,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,IAAI,EAAE;EAC1B,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACrC,QAAQ,IAAI,IAAI,EAAE;EAClB,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACnC,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC;EACjC,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACpD,gBAAgB,IAAI,IAAI,YAAY,eAAe;EACnD,uBAAuB,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,KAAK,GAAG,EAAE;EAChE,oBAAoB,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC;EAC9C,oBAAoB,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAChD,iBAAiB;EACjB,aAAa,CAAC,CAAC,CAAC;EAChB,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,CAAC,EAAE,qBAAqB,CAAC,CAAC;;AAE1B,AAAG,MAAC,sBAAsB,GAAG,OAAO,CAAC,oBAAoB,EAAE,aAAa,EAAE;EAC1E,IAAI,cAAc,EAAE,6CAA6C;EACjE,IAAI,QAAQ,EAAE;EACd,QAAQ,WAAW,EAAE,2DAA2D;EAChF,KAAK;EACL,IAAI,KAAK,EAAE,iBAAiB;EAC5B,CAAC,EAAE,qBAAqB,CAAC,CAAC;;AAE1B,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,WAAW,EAAE;EAChD,IAAI,cAAc,EAAE,oCAAoC;EACxD,IAAI,QAAQ,EAAE;EACd,QAAQ,SAAS,EAAE,wEAAwE;EAC3F,KAAK;EACL,CAAC,EAAE,sBAAsB,CAAC,CAAC;;AAE3B,AAAG,MAAC,MAAM,GAAG,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE;EACjC,IAAI,cAAc,EAAE,kBAAkB;EACtC,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,YAAY,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC1C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE;EACvC,IAAI,cAAc,EAAE,qBAAqB;EACzC,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC1C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,OAAO,GAAG,OAAO,CAAC,KAAK,EAAE,qBAAqB,EAAE;EACpD,IAAI,cAAc,EAAE,mBAAmB;EACvC,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,6DAA6D;EAC3E,QAAQ,SAAS,EAAE,4DAA4D;EAC/E,QAAQ,IAAI,EAAE,uDAAuD;EACrE,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACpD,YAAY,IAAI,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC9D,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACpD,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,sBAAsB,CAAC,CAAC;;AAE3B,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,aAAa,EAAE;EAChD,IAAI,cAAc,EAAE,0BAA0B;EAC9C,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,6CAA6C;EAC3D,QAAQ,MAAM,EAAE,kDAAkD;EAClE,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,YAAY,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACvC,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,sBAAsB,CAAC,CAAC;;AAE3B,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,OAAO,EAAE;EAC1C,IAAI,cAAc,EAAE,0BAA0B;EAC9C,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,YAAY,EAAE;EAC7C,IAAI,cAAc,EAAE,oBAAoB;EACxC,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,kCAAkC;EACtD,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,qBAAqB,CAAC,CAAC;;EAE1B;;AAEA,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,qEAAqE,EAAE;EACxG,IAAI,cAAc,EAAE,2DAA2D;EAC/E,IAAI,QAAQ,EAAE;EACd,QAAQ,SAAS,EAAE,yFAAyF;EAC5G,QAAQ,SAAS,EAAE,mEAAmE;EACtF,QAAQ,SAAS,EAAE,gEAAgE;EACnF,QAAQ,SAAS,EAAE,kFAAkF;EACrG,QAAQ,YAAY,EAAE,yCAAyC;EAC/D,QAAQ,QAAQ,EAAE,oGAAoG;EACtH,QAAQ,KAAK,EAAE,mFAAmF;EAClG,KAAK;EACL,IAAI,eAAe,EAAE,WAAW;EAChC,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,OAAO,IAAI,CAAC,cAAc,EAAE,EAAE;EACtC,YAAY,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC;EACrC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,IAAI,EAAE;EAC1B,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACrC,QAAQ,IAAI,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC;EACpE,QAAQ,IAAI,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC;EACpE,QAAQ,IAAI,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC;EACjE,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,IAAI,MAAM,EAAE,WAAW;EACvB,QAAQ,OAAO,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,SAAS,CAAC;EAChD,KAAK;EACL,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,SAAS,EAAE;EAClD,IAAI,cAAc,EAAE,oBAAoB;EACxC,IAAI,QAAQ,EAAE;EACd,QAAQ,OAAO,EAAE,gEAAgE;EACjF,KAAK;EACL,IAAI,aAAa,EAAE,SAAS,IAAI,EAAE;EAClC,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EAC7B,QAAQ,IAAI,UAAU,GAAG,uCAAuC,GAAG,IAAI,GAAG,iBAAiB,GAAG,IAAI,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,CAAC;EAC3H,QAAQ,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC;EACvC,QAAQ,UAAU,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EAC7E,YAAY,IAAI,IAAI,YAAY,aAAa,IAAI,IAAI,CAAC,KAAK,IAAI,OAAO,EAAE;EACxE,gBAAgB,OAAO,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACxC,aAAa;EACb,SAAS,CAAC,CAAC,CAAC;EACZ,QAAQ,OAAO,UAAU,CAAC;EAC1B,KAAK;EACL,IAAI,YAAY,EAAE,SAAS,WAAW,EAAE;EACxC,QAAQ,IAAI,OAAO,WAAW,IAAI,QAAQ,EAAE,WAAW,GAAG,EAAE,CAAC;EAC7D,QAAQ,IAAI,KAAK,GAAG,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;EAC7C,QAAQ,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC;EAClD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EAC7B,QAAQ,OAAO,KAAK,CAAC;EACrB,YAAY,YAAY;EACxB,YAAY,WAAW,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC;EACvC,YAAY,cAAc;EAC1B,YAAY,WAAW,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC;EACxC,YAAY,GAAG;EACf,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EACjE,YAAY,IAAI,IAAI,YAAY,aAAa,IAAI,IAAI,CAAC,KAAK,IAAI,OAAO,EAAE;EACxE,gBAAgB,OAAO,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACxC,aAAa;EACb,SAAS,CAAC,CAAC,CAAC;EACZ,KAAK;EACL,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,YAAY,EAAE;EACvD,IAAI,cAAc,EAAE,wJAAwJ;EAC5K,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,qCAAqC;EACzD,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EAC1C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,iDAAiD,EAAE;EACtF,IAAI,cAAc,EAAE,0BAA0B;EAC9C,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,oDAAoD;EAClE,QAAQ,QAAQ,EAAE,2IAA2I;EAC7J,QAAQ,cAAc,EAAE,sEAAsE;EAC9F,QAAQ,YAAY,EAAE,sCAAsC;EAC5D,QAAQ,KAAK,EAAE,gCAAgC;EAC/C,KAAK;EACL,IAAI,aAAa,EAAE,YAAY;EAC/B,QAAQ,IAAI,GAAG,GAAG,EAAE,CAAC;EACrB,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACvD,YAAY,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,iBAAiB,EAAE;EAC/D,gBAAgB,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC;EACjE,aAAa,MAAM;EACnB,gBAAgB,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;EAC3C,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACpD,YAAY,IAAI,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;EACzC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACjE,gBAAgB,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,aAAa;EACb,YAAY,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;EAC7C,IAAI,cAAc,EAAE,gEAAgE;EACpF,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,SAAS,EAAE;EAClD,IAAI,cAAc,EAAE,uBAAuB;EAC3C,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,SAAS,EAAE;EAC5C,IAAI,cAAc,EAAE,kCAAkC;EACtD,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,SAAS,EAAE;EAC5C,IAAI,cAAc,EAAE,uBAAuB;EAC3C,CAAC,EAAE,UAAU,CAAC,CAAC;;EAEf;AACA,AAAG,MAAC,iBAAiB,GAAG,OAAO,CAAC,eAAe,EAAE,gBAAgB,EAAE;EACnE,IAAI,cAAc,EAAE,mHAAmH;EACvI,IAAI,QAAQ,EAAE;EACd,QAAQ,OAAO,EAAE,6CAA6C;EAC9D,QAAQ,UAAU,EAAE,mEAAmE;EACvF,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EAC9C,gBAAgB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACpC,aAAa,CAAC,CAAC;EACf,SAAS,CAAC,CAAC;EACX,KAAK;EACL,IAAI,WAAW,EAAE,WAAW;EAC5B,QAAQ,IAAI,GAAG,GAAG,EAAE,CAAC;EACrB,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,UAAU,IAAI,EAAE;EACjD,YAAY,IAAI,IAAI,YAAY,UAAU,EAAE;EAC5C,gBAAgB,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC/B,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,aAAa,EAAE;EAC/C,gBAAgB,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC1C,aAAa;EACb,SAAS,CAAC,CAAC,CAAC;EACZ,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,0BAA0B,GAAG,OAAO,CAAC,wBAAwB,EAAE,wBAAwB,EAAE;EAC7F,IAAI,cAAc,EAAE,+DAA+D;EACnF,IAAI,QAAQ,EAAE;EACd,QAAQ,eAAe,EAAE,0CAA0C;EACnE,QAAQ,MAAM,EAAE,6HAA6H;EAC7I,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACnC,QAAQ,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC5C,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,EAAE,UAAU,EAAE;EAC/D,IAAI,cAAc,EAAE,2BAA2B;EAC/C,IAAI,QAAQ,EAAE;EACd,QAAQ,QAAQ,EAAE,0KAA0K;EAC5L,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EAChD,gBAAgB,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACnC,aAAa,CAAC,CAAC;EACf,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,EAAE,WAAW,EAAE;EAClE,IAAI,cAAc,EAAE,wCAAwC;EAC5D,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,wBAAwB;EACvC,QAAQ,GAAG,EAAE,4BAA4B;EACzC,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH;;AAEA,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE;EACrC,IAAI,cAAc,EAAE,mFAAmF;EACvG,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,OAAO,EAAE;EACxC,IAAI,cAAc,EAAE,+CAA+C;EACnE,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,0FAA0F;EACzG,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,IAAI,WAAW;EAC7D,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACtC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,IAAI,EAAE;EACzC,IAAI,cAAc,EAAE,sBAAsB;EAC1C,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE;EACvC,IAAI,cAAc,EAAE,qBAAqB;EACzC,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,OAAO,EAAE;EACtD,IAAI,cAAc,EAAE,iEAAiE;EACrF,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,4CAA4C;EAC3D,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,IAAI,WAAW;EAC7D,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACtC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE;EACvC,IAAI,cAAc,EAAE,qBAAqB;EACzC,CAAC,EAAE,eAAe,CAAC,CAAC;;AAEpB,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;EAC7C,IAAI,cAAc,EAAE,wBAAwB;EAC5C,CAAC,EAAE,eAAe,CAAC,CAAC;;EAEpB;;AAEA,AAAG,MAAC,MAAM,GAAG,OAAO,CAAC,IAAI,EAAE,uBAAuB,EAAE;EACpD,IAAI,cAAc,EAAE,kBAAkB;EACtC,IAAI,QAAQ,EAAE;EACd,QAAQ,SAAS,EAAE,+BAA+B;EAClD,QAAQ,WAAW,EAAE,0DAA0D;EAC/E,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC1C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,YAAY,IAAI,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAClE,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,qBAAqB,CAAC,CAAC;;EAE1B;;AAEA,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,YAAY,EAAE;EACjD,IAAI,cAAc,EAAE,sBAAsB;EAC1C,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,wCAAwC;EAC5D,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,YAAY,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,IAAI,EAAE;EACrD,IAAI,cAAc,EAAE,kCAAkC;EACtD,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,WAAW,GAAG,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE;EAC3C,IAAI,cAAc,EAAE,2BAA2B;EAC/C,CAAC,EAAE,gBAAgB,CAAC,CAAC;;AAErB,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,YAAY,EAAE;EAC7C,IAAI,cAAc,EAAE,wBAAwB;EAC5C,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,kCAAkC;EACtD,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,YAAY,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,gBAAgB,CAAC,CAAC;;EAErB;;AAEA,AAAG,MAAC,OAAO,GAAG,OAAO,CAAC,KAAK,EAAE,iBAAiB,EAAE;EAChD,IAAI,cAAc,EAAE,mBAAmB;EACvC,IAAI,QAAQ,EAAE;EACd,QAAQ,MAAM,EAAE,sDAAsD;EACtE,QAAQ,QAAQ,EAAE,0DAA0D;EAC5E,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACrC,YAAY,IAAI,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACxD,YAAY,IAAI,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC5D,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,SAAS,EAAE;EAC5C,IAAI,cAAc,EAAE,+DAA+D;EACnF,IAAI,QAAQ,EAAE;EACd,QAAQ,OAAO,EAAE,8FAA8F;EAC/G,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC1D,YAAY,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,WAAW,GAAG,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE;EAC3C,IAAI,cAAc,EAAE,iEAAiE;EACrF,CAAC,EAAE,SAAS,CAAC,CAAC;;EAEd;;AAEA,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,aAAa,EAAE;EAC5D,IAAI,cAAc,EAAE,+EAA+E;EACnG,IAAI,QAAQ,EAAE;EACd,QAAQ,WAAW,EAAE,6CAA6C;EAClE,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC;EAC/C,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACpE,gBAAgB,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC9C,aAAa;EACb,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,OAAO,GAAG,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE;EACnC,IAAI,cAAc,EAAE,mBAAmB;EACvC,CAAC,EAAE,eAAe,CAAC,CAAC;;AAEpB,AAAG,MAAC,OAAO,GAAG,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE;EACnC,IAAI,cAAc,EAAE,mBAAmB;EACvC,CAAC,EAAE,eAAe,CAAC,CAAC;;AAEpB,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE;EACvC,IAAI,cAAc,EAAE,qBAAqB;EACzC,CAAC,EAAE,eAAe,CAAC,CAAC;;AAEpB,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,mBAAmB,EAAE;EAClE,IAAI,cAAc,EAAE,2EAA2E;EAC/F,IAAI,QAAQ,EAAE;EACd,QAAQ,YAAY,EAAE,iHAAiH;EACvI,QAAQ,IAAI,EAAE,+EAA+E;EAC7F,KAAK;EACL,IAAI,KAAK,EAAE,UAAU,OAAO,EAAE;EAC9B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC7C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,0CAA0C,EAAE;EAC/E,IAAI,cAAc,EAAE,uBAAuB;EAC3C,IAAI,QAAQ,EAAE;EACd,QAAQ,aAAa,EAAE,kFAAkF;EACzG,QAAQ,cAAc,EAAE,gEAAgE;EACxF,QAAQ,WAAW,EAAE,oEAAoE;EACzF,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,IAAI,CAAC,aAAa,EAAE;EACpC,gBAAgB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAClD,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,cAAc,EAAE;EACrC,gBAAgB,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,SAAS,WAAW,EAAE;EAClE,oBAAoB,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC/C,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC5C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,0EAA0E,EAAE;EAC/G,IAAI,cAAc,EAAE,uBAAuB;EAC3C,IAAI,QAAQ,EAAE;EACd,QAAQ,mBAAmB,EAAE,kEAAkE;EAC/F,QAAQ,cAAc,EAAE,+BAA+B;EACvD,QAAQ,cAAc,EAAE,4CAA4C;EACpE,QAAQ,WAAW,EAAE,qDAAqD;EAC1E,QAAQ,UAAU,EAAE,qEAAqE;EACzF,KAAK;EACL,IAAI,KAAK,EAAE,UAAU,OAAO,EAAE;EAC9B,QAAQ,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,YAAY;EACzC,YAAY,IAAI,IAAI,CAAC,mBAAmB,EAAE;EAC1C,gBAAgB,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACxD,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,cAAc,EAAE;EACrC,gBAAgB,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACnD,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,cAAc,EAAE;EACrC,gBAAgB,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,SAAS,WAAW,EAAE;EAClE,oBAAoB,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC/C,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,WAAW,EAAE;EAClC,gBAAgB,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAChD,aAAa;EACb,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,YAAY,EAAE;EACjD,IAAI,cAAc,EAAE,gEAAgE;EACpF,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,sFAAsF;EACpG,QAAQ,KAAK,EAAE,4DAA4D;EAC3E,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,YAAY,IAAI,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACtD,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH;;AAEA,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,iBAAiB,EAAE;EAClD,IAAI,cAAc,EAAE,4BAA4B;EAChD,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,6CAA6C;EACjE,QAAQ,IAAI,EAAE,gCAAgC;EAC9C,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACjC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC7D,gBAAgB,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACvC,aAAa;EACb,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,OAAO,GAAG,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE;EACnC,IAAI,cAAc,EAAE,iGAAiG;EACrH,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,aAAa,EAAE;EACtD,IAAI,cAAc,EAAE,qDAAqD;EACzE,IAAI,QAAQ,EAAE;EACd,QAAQ,WAAW,EAAE,iDAAiD;EACtE,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EACpD,gBAAgB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACpC,aAAa,CAAC,CAAC;EACf,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,cAAc,GAAG,OAAO,CAAC,YAAY,EAAE,qBAAqB,EAAE;EAClE,IAAI,cAAc,EAAE,0EAA0E;EAC9F,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,uCAAuC;EAC3D,QAAQ,QAAQ,EAAE,oIAAoI;EACtJ,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,OAAO,GAAG,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE;EACnC,IAAI,cAAc,EAAE,qCAAqC;EACzD,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,cAAc,CAAC,CAAC;;AAEnB,AAAG,MAAC,OAAO,GAAG,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE;EACnC,IAAI,cAAc,EAAE,gDAAgD;EACpE,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,YAAY,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACzC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,cAAc,CAAC,CAAC;;AAEnB,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,qBAAqB,EAAE;EACxD,IAAI,cAAc,EAAE,kCAAkC;EACtD,IAAI,QAAQ,EAAE;EACd,QAAQ,QAAQ,EAAE,uBAAuB;EACzC,QAAQ,UAAU,EAAE,2DAA2D;EAC/E,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,IAAI,EAAE;EACnD,IAAI,cAAc,EAAE,mDAAmD;EACvE,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,IAAI,EAAE;EACrD,IAAI,cAAc,EAAE,sCAAsC;EAC1D,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,qBAAqB,EAAE;EAC1D,IAAI,cAAc,EAAE,iCAAiC;EACrD,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,sCAAsC;EACpD,QAAQ,QAAQ,EAAE,uBAAuB;EACzC,QAAQ,KAAK,EAAE,uCAAuC;EACtD,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACtC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,kCAAkC,EAAE;EACjF,IAAI,cAAc,EAAE,qEAAqE;EACzF,IAAI,QAAQ,EAAE;EACd,QAAQ,SAAS,EAAE,YAAY;EAC/B,QAAQ,UAAU,EAAE,YAAY;EAChC,QAAQ,WAAW,EAAE,YAAY;EACjC,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC1C,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,YAAY,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC5C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,IAAI,EAAE;EACzC,IAAI,cAAc,EAAE,wCAAwC;EAC5D,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,iBAAiB,GAAG,OAAO,CAAC,eAAe,EAAE,IAAI,EAAE;EACvD,IAAI,cAAc,EAAE,wDAAwD;EAC5E,CAAC,EAAE,UAAU,CAAC,CAAC;;EAEf;;AAEA,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,UAAU,EAAE;EAC7C,IAAI,cAAc,EAAE,kBAAkB;EACtC,IAAI,QAAQ,EAAE;EACd,QAAQ,QAAQ,EAAE,+BAA+B;EACjD,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;EACzC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACjE,gBAAgB,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,aAAa;EACb,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,YAAY,EAAE;EACjD,IAAI,cAAc,EAAE,mBAAmB;EACvC,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,2CAA2C;EAC/D,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;EAC7C,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACnE,gBAAgB,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC7C,aAAa;EACb,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,EAAE,WAAW,EAAE;EAChE,IAAI,cAAc,EAAE,0CAA0C;EAC9D,IAAI,QAAQ,EAAE;EACd,QAAQ,GAAG,EAAE,qIAAqI;EAClJ,QAAQ,KAAK,EAAE,8EAA8E;EAC7F,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,IAAI,CAAC,GAAG,YAAY,QAAQ;EAC5C,gBAAgB,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACxC,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACtC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,OAAO,EAAE;EACxD,IAAI,cAAc,EAAE,8BAA8B;EAClD,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,uCAAuC;EACtD,KAAK;EACL,CAAC,EAAE,kBAAkB,CAAC,CAAC;;AAEvB,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,cAAc,EAAE;EAC/D,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,yDAAyD;EACxE,QAAQ,MAAM,EAAE,0DAA0D;EAC1E,KAAK;EACL,IAAI,cAAc,EAAE,2BAA2B;EAC/C,CAAC,EAAE,kBAAkB,CAAC,CAAC;;AAEvB,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,cAAc,EAAE;EAC/D,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,yDAAyD;EACxE,QAAQ,MAAM,EAAE,0DAA0D;EAC1E,KAAK;EACL,IAAI,cAAc,EAAE,2BAA2B;EAC/C,CAAC,EAAE,kBAAkB,CAAC,CAAC;;AAEvB,AAAG,MAAC,iBAAiB,GAAG,OAAO,CAAC,eAAe,EAAE,iCAAiC,EAAE;EACpF,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,yDAAyD;EACxE,QAAQ,MAAM,EAAE,gDAAgD;EAChE,QAAQ,YAAY,EAAE,sCAAsC;EAC5D,QAAQ,KAAK,EAAE,gCAAgC;EAC/C,KAAK;EACL,IAAI,cAAc,EAAE,iDAAiD;EACrE,CAAC,EAAE,kBAAkB,CAAC,CAAC;;AAEvB,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,iCAAiC,EAAE;EACpE,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,4DAA4D;EAC1E,QAAQ,OAAO,EAAE,mCAAmC;EACpD,QAAQ,UAAU,EAAE,2CAA2C;EAC/D,KAAK;EACL,IAAI,cAAc,EAAE,cAAc;EAClC,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE;EAC3B,gBAAgB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACzC,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,OAAO,EAAE;EAC9B,gBAAgB,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC5C,aAAa;EACb,YAAY,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EACnD,gBAAgB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACpC,aAAa,CAAC,CAAC;EACf,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;EAC7C,IAAI,cAAc,EAAE,oBAAoB;EACxC,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,EAAE,IAAI,EAAE;EAC3D,IAAI,cAAc,EAAE,qBAAqB;EACzC,CAAC,EAAE,SAAS,CAAC,CAAC;;AAEd,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,mBAAmB,EAAE;EACxD,IAAI,QAAQ,EAAE;EACd,QAAQ,IAAI,EAAE,8BAA8B;EAC5C,QAAQ,KAAK,EAAE,wEAAwE;EACvF,QAAQ,MAAM,EAAE,6CAA6C;EAC7D,KAAK;EACL,IAAI,cAAc,EAAE,4BAA4B;EAChD,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,IAAI,EAAE;EAC/C,IAAI,cAAc,EAAE,2BAA2B;EAC/C,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,EAAE,MAAM,EAAE;EACjE,IAAI,cAAc,EAAE,wFAAwF;EAC5G,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,IAAI,EAAE;EAC/C,IAAI,cAAc,EAAE,4BAA4B;EAChD,CAAC,EAAE,qBAAqB,CAAC,CAAC;;AAE1B,AAAG,MAAC,0BAA0B,GAAG,OAAO,CAAC,wBAAwB,EAAE,IAAI,EAAE;EACzE,IAAI,cAAc,EAAE,iDAAiD;EACrE,CAAC,EAAE,qBAAqB,CAAC,CAAC;;AAE1B,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,IAAI,EAAE;EACnD,IAAI,cAAc,EAAE,wBAAwB;EAC5C,CAAC,EAAE,0BAA0B,CAAC,CAAC;;AAE/B,AAAG,MAAC,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,IAAI,EAAE;EAC/C,IAAI,cAAc,EAAE,kCAAkC;EACtD,CAAC,EAAE,0BAA0B,CAAC,CAAC;;AAE/B,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,IAAI,EAAE;EACrD,IAAI,cAAc,EAAE,mCAAmC;EACvD,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,IAAI,EAAE;EACnD,IAAI,cAAc,EAAE,4BAA4B;EAChD,CAAC,EAAE,qBAAqB,CAAC,CAAC;;AAE1B,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,IAAI,EAAE;EACrD,IAAI,cAAc,EAAE,uCAAuC;EAC3D,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,IAAI,EAAE;EACrD,IAAI,cAAc,EAAE,qCAAqC;EACzD,CAAC,EAAE,qBAAqB,CAAC,CAAC;;AAE1B,AAAG,MAAC,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,EAAE,IAAI,EAAE;EACzD,IAAI,cAAc,EAAE,iIAAiI;EACrJ,CAAC,EAAE,0BAA0B,CAAC,CAAC;;AAE/B,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,IAAI,EAAE;EACnD,IAAI,cAAc,EAAE,8DAA8D;EAClF,CAAC,EAAE,qBAAqB,CAAC,CAAC;;AAE1B,AAAG,MAAC,eAAe,GAAG,OAAO,CAAC,aAAa,EAAE,IAAI,EAAE;EACnD,IAAI,cAAc,EAAE,sCAAsC;EAC1D,CAAC,EAAE,0BAA0B,CAAC,CAAC;;AAE/B,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,IAAI,EAAE;EACrD,IAAI,cAAc,EAAE,sCAAsC;EAC1D,CAAC,EAAE,0BAA0B,CAAC,CAAC;;AAE/B,AAAG,MAAC,uBAAuB,GAAG,OAAO,CAAC,qBAAqB,EAAE,IAAI,EAAE;EACnE,IAAI,cAAc,EAAE,oIAAoI;EACxJ,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,YAAY,EAAE;EAC/C,IAAI,cAAc,EAAE,qCAAqC;EACzD,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,4DAA4D;EAChF,KAAK;EACL,IAAI,UAAU,EAAE,WAAW;EAC3B,QAAQ,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;EAC7B,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;EAC3B,KAAK;EACL,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,IAAI,EAAE;EAC/C,IAAI,cAAc,EAAE,uDAAuD;EAC3E,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,gBAAgB,GAAG,OAAO,CAAC,cAAc,EAAE,IAAI,EAAE;EACrD,IAAI,cAAc,EAAE,sCAAsC;EAC1D,CAAC,EAAE,aAAa,CAAC,CAAC;;AAElB,AAAG,MAAC,uBAAuB,GAAG,OAAO,CAAC,qBAAqB,EAAE,IAAI,EAAE;EACnE,IAAI,cAAc,EAAE,oIAAoI;EACxJ,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;EAC7C,IAAI,cAAc,EAAE,6BAA6B;EACjD,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE;EACrC,IAAI,cAAc,EAAE,mBAAmB;EACvC,CAAC,EAAE,UAAU,CAAC,CAAC;;AAEf,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE;EACvC,IAAI,cAAc,EAAE,oBAAoB;EACxC,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;EAC7C,IAAI,cAAc,EAAE,8BAA8B;EAClD,IAAI,QAAQ,EAAE,WAAW;EACzB,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC;EAC1B,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,aAAa,EAAE;EAClD,IAAI,cAAc,EAAE,kBAAkB;EACtC,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,sCAAsC;EACrD,QAAQ,KAAK,EAAE,uCAAuC;EACtD,KAAK;EACL,CAAC,EAAE,YAAY,CAAC,CAAC;;AAEjB,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,eAAe,EAAE;EACpD,IAAI,cAAc,EAAE,kBAAkB;EACtC,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,4BAA4B;EAC3C,QAAQ,OAAO,EAAE,6CAA6C;EAC9D,KAAK;EACL,CAAC,EAAE,YAAY,CAAC,CAAC;;AAEjB,AAAG,MAAC,UAAU,GAAG,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE;EAC5C,IAAI,cAAc,EAAE,kBAAkB;EACtC,IAAI,QAAQ,EAAE;EACd,QAAQ,KAAK,EAAE,4BAA4B;EAC3C,KAAK;EACL,CAAC,EAAE,YAAY,CAAC,CAAC;;AAEjB,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE;EACrC,IAAI,cAAc,EAAE,sBAAsB;EAC1C,CAAC,EAAE,YAAY,CAAC,CAAC;;AAEjB,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE;EACrC,IAAI,cAAc,EAAE,iBAAiB;EACrC,IAAI,KAAK,EAAE,IAAI;EACf,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,OAAO,GAAG,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE;EACnC,IAAI,cAAc,EAAE,sBAAsB;EAC1C,IAAI,KAAK,EAAE,CAAC,CAAC,CAAC;EACd,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,IAAI,EAAE;EAC/C,IAAI,cAAc,EAAE,uBAAuB;EAC3C,IAAI,KAAK,GAAG,WAAW,EAAE,EAAE,CAAC;EAC5B,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE;EACrC,IAAI,cAAc,EAAE,oBAAoB;EACxC,IAAI,KAAK,GAAG,WAAW,EAAE,EAAE,CAAC;EAC5B,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,YAAY,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;EAC7C,IAAI,cAAc,EAAE,sBAAsB;EAC1C,IAAI,KAAK,EAAE,CAAC,CAAC,CAAC;EACd,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,WAAW,GAAG,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE;EAC3C,IAAI,cAAc,EAAE,yBAAyB;EAC7C,CAAC,EAAE,QAAQ,CAAC,CAAC;;AAEb,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE;EACvC,IAAI,cAAc,EAAE,kBAAkB;EACtC,IAAI,KAAK,EAAE,KAAK;EAChB,CAAC,EAAE,WAAW,CAAC,CAAC;;AAEhB,AAAG,MAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE;EACrC,IAAI,cAAc,EAAE,iBAAiB;EACrC,IAAI,KAAK,EAAE,IAAI;EACf,CAAC,EAAE,WAAW,CAAC,CAAC;;AAEhB,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,YAAY,EAAE;EAC/C,IAAI,cAAc,EAAE,sBAAsB;EAC1C,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,mDAAmD;EACvE,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,WAAW;EAC/C,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,SAAS,GAAG,OAAO,CAAC,OAAO,EAAE,oBAAoB,EAAE;EACvD,IAAI,cAAc,EAAE,qBAAqB;EACzC,IAAI,QAAQ,EAAE;EACd,QAAQ,UAAU,EAAE,0IAA0I;EAC9J,QAAQ,OAAO,EAAE,uDAAuD;EACxE,KAAK;EACL,IAAI,KAAK,EAAE,SAAS,OAAO,EAAE;EAC7B,QAAQ,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,UAAU,IAAI,WAAW;EAClE,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3C,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH;;EAEA,SAAS,UAAU,CAAC,QAAQ,EAAE;EAC9B,IAAI,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC;EAC1B,IAAI,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;EACpB,IAAI,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC1C,CAAC;EACD,UAAU,CAAC,SAAS,GAAG;EACvB,IAAI,MAAM,EAAE,SAAS,IAAI,EAAE,OAAO,EAAE;EACpC,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACxB,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,OAAO,GAAG,WAAW;EACxD,YAAY,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC/B,SAAS,GAAG,IAAI,CAAC,CAAC;EAClB,QAAQ,IAAI,CAAC,GAAG,IAAI,OAAO,EAAE;EAC7B,YAAY,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC/B,SAAS;EACT,QAAQ,IAAI,CAAC,GAAG,EAAE,CAAC;EACnB,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;EACL,IAAI,MAAM,EAAE,SAAS,CAAC,EAAE;EACxB,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC5D,KAAK;EACL,IAAI,IAAI,EAAE,SAAS,IAAI,EAAE;EACzB,QAAQ,IAAI,IAAI,YAAY,UAAU,EAAE;EACxC,YAAY,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC7D,SAAS,MAAM,IAAI,IAAI,YAAY,aAAa,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;EAClF,YAAY,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;EAC/C,SAAS,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE;EAC9C,YAAY,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC7D,YAAY,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,EAAE;EAChD,gBAAgB,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;EACrD,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9B,KAAK;EACL,IAAI,GAAG,EAAE,WAAW;EACpB,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;EACpC,QAAQ,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,YAAY,SAAS,EAAE;EACrE,YAAY,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACrE,SAAS;EACT,KAAK;EACL,IAAI,IAAI,EAAE,WAAW;EACrB,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EACjD,KAAK;EACL,IAAI,WAAW,EAAE,SAAS,IAAI,EAAE;EAChC,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,QAAQ,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC9C,YAAY,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EAC7B,YAAY,IAAI,CAAC,YAAY,IAAI,EAAE,OAAO,CAAC,CAAC;EAC5C,SAAS;EACT,KAAK;EACL,IAAI,aAAa,EAAE,SAAS,IAAI,EAAE;EAClC,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;EACxC,QAAQ,IAAI,GAAG,EAAE,OAAO,GAAG,CAAC;EAC5B,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EACrD,QAAQ,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,CAAC,IAAI,EAAE;EACpD,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;EACvD,gBAAgB,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACtC,gBAAgB,IAAI,EAAE,EAAE,YAAY,aAAa,CAAC,EAAE,MAAM;EAC1D,gBAAgB,IAAI,EAAE,CAAC,KAAK,IAAI,IAAI,EAAE,OAAO,EAAE,CAAC;EAChD,aAAa;EACb,SAAS;EACT,KAAK;EACL,IAAI,kBAAkB,EAAE,SAAS,IAAI,EAAE;EACvC,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC9D,YAAY,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EAC7B,YAAY,IAAI,CAAC,YAAY,oBAAoB,IAAI,CAAC,CAAC,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI;EACpF,gBAAgB,OAAO,CAAC,CAAC,IAAI,CAAC;EAC9B,SAAS,MAAM,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EACrD,YAAY,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EAC7B,YAAY,IAAI,CAAC,YAAY,sBAAsB;EACnD,mBAAmB,IAAI,YAAY,SAAS,IAAI,CAAC,YAAY,UAAU;EACvE,gBAAgB,OAAO,CAAC,CAAC;EACzB,SAAS;EACT,KAAK;EACL,CAAC,CAAC;;EAEF;EACA,SAAS,eAAe,CAAC,MAAM,EAAE,KAAK,EAAE;EACxC,IAAI,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC1B,IAAI,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;EACzB,IAAI,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EACvB,CAAC;EACD,eAAe,CAAC,SAAS,GAAG,IAAI,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ECxvC3C;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AAgDA;EACA,CAAC,SAAS,SAAS,EAAE;;EAErB,IAAI,SAAS,CAAC,CAAC,IAAI,EAAE,OAAO,EAAE;EAC9B,QAAQ,IAAI,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE;EAC1D,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC1B,YAAY,IAAI,EAAE,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;EACjE,YAAY,IAAI,CAAC,KAAK,SAAS,EAAE;EACjC,gBAAgB,CAAC,GAAG,IAAI,CAAC;EACzB,gBAAgB,OAAO,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;EAC/B,gBAAgB,IAAI,EAAE,CAAC,KAAK,EAAE;EAC9B,oBAAoB,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;EAC7C,oBAAoB,IAAI,CAAC,KAAK,SAAS,EAAE,CAAC,GAAG,CAAC,CAAC;EAC/C,iBAAiB;EACjB,aAAa;EACb,YAAY,EAAE,CAAC,GAAG,EAAE,CAAC;EACrB,YAAY,OAAO,CAAC,CAAC;EACrB,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE;EAC/B,QAAQ,OAAO,GAAG,CAAC,IAAI,EAAE,SAAS,IAAI,EAAE;EACxC,YAAY,OAAO,IAAI,CAAC,SAAS,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;EAC5C,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,CAAC,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;;EAEtB,IAAI,CAAC,CAAC,oBAAoB,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC/C,QAAQ,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC9C,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,mBAAmB,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC9C,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,MAAM,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACjC,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,QAAQ,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtD,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAClC,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC3D,QAAQ,IAAI,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC1E,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC3D,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAChD,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACnC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACnC,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC9D,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC1C,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC9D,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,MAAM,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACjC,QAAQ,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtD,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,QAAQ,IAAI,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAChF,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACrC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,QAAQ,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACnC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,QAAQ,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAClC,QAAQ,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAC3C,QAAQ,IAAI,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACjE,QAAQ,IAAI,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACvE,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACpE,QAAQ,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC1C,QAAQ,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC;EACzD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACrC,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC9D,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,iBAAiB,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC5C,QAAQ,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;EAC7C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACrC,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC3D,QAAQ,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;EACnD,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,QAAQ,EAAE;EAC3C,YAAY,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAChD,SAAS,MAAM;EACf,YAAY,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAC/C,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACnC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,QAAQ,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACvC,QAAQ,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC;EACzD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAClC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAClC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,QAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACpD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC7E,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACrC,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,QAAQ,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC9C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC1C,QAAQ,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtD,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,QAAQ,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC1D,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;EACnD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACrC,QAAQ,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;EACvD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,kBAAkB,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC7C,QAAQ,IAAI,IAAI,CAAC,GAAG,YAAY,QAAQ,EAAE;EAC1C,YAAY,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC9C,SAAS;EACT,QAAQ,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC9C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACpC,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC3D,QAAQ,IAAI,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACpE,QAAQ,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;EACvD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,aAAa,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACxC,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC1C,QAAQ,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5D,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC5C,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACrC,QAAQ,IAAI,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtF,QAAQ,IAAI,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,CAAC,CAAC;EAClE,QAAQ,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC1D,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACrC,QAAQ,IAAI,IAAI,CAAC,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,mBAAmB,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACxG,QAAQ,IAAI,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACzF,QAAQ,IAAI,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,CAAC,CAAC;EAClE,QAAQ,IAAI,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAChF,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,kBAAkB,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EAC7C,QAAQ,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;EACnD,KAAK,CAAC,CAAC;;EAEP,IAAI,CAAC,CAAC,0BAA0B,EAAE,SAAS,IAAI,EAAE,EAAE,EAAE;EACrD,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAChD,QAAQ,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAClE,KAAK,CAAC,CAAC;;EAEP,CAAC,GAAG,CAAC;;ECvTL;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AAgHA;EACA,IAAI,gBAAgB,GAAG,iBAAiB,CAAC;;EAEzC,SAAS,gBAAgB,CAAC,OAAO,EAAE;EACnC;EACA,IAAI,OAAO,OAAO,CAAC,IAAI,IAAI,UAAU,IAAI,4BAA4B,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EAC1F,CAAC;;EAED,SAAS,YAAY,CAAC,OAAO,EAAE;;EAE/B,IAAI,IAAI,QAAQ,GAAG,CAAC,OAAO,CAAC;EAC5B,IAAI,OAAO,GAAG,QAAQ,CAAC,OAAO,EAAE;EAChC,QAAQ,UAAU,SAAS,KAAK;EAChC,QAAQ,QAAQ,WAAW,KAAK;EAChC,QAAQ,MAAM,aAAa,KAAK;EAChC,QAAQ,QAAQ,WAAW,KAAK;EAChC,QAAQ,IAAI,eAAe,CAAC;EAC5B,QAAQ,GAAG,gBAAgB,KAAK;EAChC,QAAQ,YAAY,OAAO,CAAC;EAC5B,QAAQ,YAAY,OAAO,CAAC;EAC5B,QAAQ,aAAa,MAAM,IAAI;EAC/B,QAAQ,iBAAiB,EAAE,KAAK;EAChC,QAAQ,YAAY,OAAO,KAAK;EAChC,QAAQ,QAAQ,WAAW,IAAI;EAC/B,QAAQ,UAAU,SAAS,KAAK;EAChC,QAAQ,WAAW,QAAQ,CAAC;EAC5B,QAAQ,QAAQ,WAAW,KAAK;EAChC,QAAQ,UAAU,SAAS,IAAI;EAC/B,QAAQ,OAAO,YAAY,IAAI;EAC/B,QAAQ,SAAS,UAAU,SAAS;EACpC,QAAQ,UAAU,SAAS,IAAI;EAC/B,QAAQ,MAAM,aAAa,KAAK;EAChC,QAAQ,KAAK,cAAc,EAAE;EAC7B,QAAQ,SAAS,UAAU,KAAK;EAChC,KAAK,EAAE,IAAI,CAAC,CAAC;;EAEb,IAAI,IAAI,OAAO,CAAC,SAAS,KAAK,SAAS;EACvC,QAAQ,OAAO,CAAC,SAAS,GAAG,OAAO,CAAC,IAAI,GAAG,CAAC,CAAC;;EAE7C;EACA,IAAI,IAAI,cAAc,GAAG,YAAY,CAAC;EACtC,IAAI,IAAI,OAAO,CAAC,QAAQ,EAAE;EAC1B,QAAQ,IAAI,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;EACxC,QAAQ,IAAI,OAAO,OAAO,CAAC,QAAQ,KAAK,QAAQ,IAAI,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;EAChG,YAAY,IAAI,SAAS,GAAG,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;EAC9D,YAAY,QAAQ,GAAG,IAAI,MAAM;EACjC,gBAAgB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC;EACzD,gBAAgB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,GAAG,CAAC,CAAC;EACtD,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,IAAI,QAAQ,YAAY,MAAM,EAAE;EACxC,YAAY,cAAc,GAAG,SAAS,OAAO,EAAE;EAC/C,gBAAgB,OAAO,OAAO,CAAC,IAAI,IAAI,UAAU,IAAI,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EAClF,aAAa,CAAC;EACd,SAAS,MAAM,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;EACnD,YAAY,cAAc,GAAG,SAAS,OAAO,EAAE;EAC/C,gBAAgB,OAAO,OAAO,CAAC,IAAI,IAAI,UAAU,IAAI,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC7E,aAAa,CAAC;EACd,SAAS,MAAM,IAAI,QAAQ,KAAK,MAAM,EAAE;EACxC,YAAY,cAAc,GAAG,gBAAgB,CAAC;EAC9C,SAAS,MAAM;EACf,YAAY,cAAc,GAAG,WAAW,CAAC;EACzC,SAAS;EACT,KAAK;;EAEL,IAAI,IAAI,WAAW,GAAG,CAAC,CAAC;EACxB,IAAI,IAAI,WAAW,GAAG,CAAC,CAAC;EACxB,IAAI,IAAI,YAAY,GAAG,CAAC,CAAC;EACzB,IAAI,IAAI,WAAW,GAAG,CAAC,CAAC;EACxB,IAAI,IAAI,MAAM,GAAG,EAAE,CAAC;;EAEpB,IAAI,IAAI,OAAO,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,GAAG,EAAE,UAAU,EAAE;EACjE,QAAQ,IAAI,OAAO,CAAC,IAAI,IAAI,CAAC,EAAE;EAC/B,YAAY,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,iCAAiC,EAAE,SAAS,EAAE,EAAE;EAC9E,gBAAgB,IAAI,IAAI,GAAG,kBAAkB,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;EAClE,gBAAgB,OAAO,MAAM,GAAG,IAAI,GAAG,GAAG,CAAC;EAC3C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,GAAG,CAAC,OAAO,CAAC,+BAA+B,EAAE,SAAS,EAAE,EAAE;EACzE,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;EACrD,YAAY,IAAI,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;EACjD,gBAAgB,OAAO,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC;EAC1D,gBAAgB,OAAO,KAAK,GAAG,IAAI,CAAC;EACpC,aAAa,MAAM;EACnB,gBAAgB,OAAO,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC;EAC1D,gBAAgB,OAAO,KAAK,GAAG,IAAI,CAAC;EACpC,aAAa;EACb,SAAS,CAAC,CAAC;EACX,KAAK,GAAG,SAAS,GAAG,EAAE;EACtB,QAAQ,IAAI,CAAC,GAAG,EAAE,CAAC;EACnB,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACxD,YAAY,IAAI,sBAAsB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;EACrF,mBAAmB,sBAAsB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE;EAC1F,gBAAgB,CAAC,IAAI,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;EAC5D,aAAa,MAAM;EACnB,gBAAgB,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;EAC5B,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK,CAAC;;EAEN,IAAI,SAAS,WAAW,CAAC,GAAG,EAAE,KAAK,EAAE;EACrC,QAAQ,IAAI,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC;EAC3B,QAAQ,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,+CAA+C;EACzE,UAAU,SAAS,CAAC,EAAE,CAAC,EAAE;EACzB,YAAY,QAAQ,CAAC;EACrB,cAAc,KAAK,GAAG,EAAE,EAAE,EAAE,CAAC,CAAC,OAAO,GAAG,CAAC;EACzC,cAAc,KAAK,GAAG,EAAE,EAAE,EAAE,CAAC,CAAC,OAAO,GAAG,CAAC;EACzC,cAAc,KAAK,IAAI,EAAE,OAAO,MAAM,CAAC;EACvC,cAAc,KAAK,IAAI,EAAE,OAAO,KAAK,CAAC;EACtC,cAAc,KAAK,IAAI,EAAE,OAAO,KAAK,CAAC;EACtC,cAAc,KAAK,IAAI,EAAE,OAAO,KAAK,CAAC;EACtC,cAAc,KAAK,IAAI,EAAE,OAAO,KAAK,CAAC;EACtC,cAAc,KAAK,IAAI,EAAE,OAAO,KAAK,CAAC;EACtC,cAAc,KAAK,MAAM,EAAE,OAAO,OAAO,CAAC,GAAG,GAAG,OAAO,GAAG,KAAK,CAAC;EAChE,cAAc,KAAK,QAAQ,EAAE,OAAO,SAAS,CAAC;EAC9C,cAAc,KAAK,QAAQ,EAAE,OAAO,SAAS,CAAC;EAC9C,cAAc,KAAK,QAAQ,EAAE,OAAO,SAAS,CAAC;EAC9C,cAAc,KAAK,IAAI;EACvB,kBAAkB,OAAO,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,OAAO,GAAG,KAAK,CAAC;EACjF,aAAa;EACb,YAAY,OAAO,CAAC,CAAC;EACrB,SAAS,CAAC,CAAC;EACX,QAAQ,SAAS,YAAY,GAAG;EAChC,YAAY,OAAO,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,CAAC,GAAG,GAAG,CAAC;EAC3D,SAAS;EACT,QAAQ,SAAS,YAAY,GAAG;EAChC,YAAY,OAAO,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,CAAC,GAAG,GAAG,CAAC;EAC3D,SAAS;EACT,QAAQ,SAAS,cAAc,GAAG;EAClC,YAAY,OAAO,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,GAAG,GAAG,CAAC;EACxD,SAAS;EACT,QAAQ,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;EAC3B,QAAQ,IAAI,KAAK,KAAK,GAAG,EAAE,OAAO,cAAc,EAAE,CAAC;EACnD,QAAQ,QAAQ,OAAO,CAAC,WAAW;EACnC,UAAU,KAAK,CAAC;EAChB,YAAY,OAAO,YAAY,EAAE,CAAC;EAClC,UAAU,KAAK,CAAC;EAChB,YAAY,OAAO,YAAY,EAAE,CAAC;EAClC,UAAU,KAAK,CAAC;EAChB,YAAY,OAAO,KAAK,IAAI,GAAG,GAAG,YAAY,EAAE,GAAG,YAAY,EAAE,CAAC;EAClE,UAAU;EACV,YAAY,OAAO,EAAE,GAAG,EAAE,GAAG,YAAY,EAAE,GAAG,YAAY,EAAE,CAAC;EAC7D,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,aAAa,CAAC,GAAG,EAAE,KAAK,EAAE;EACvC,QAAQ,IAAI,GAAG,GAAG,WAAW,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;EAC1C,QAAQ,IAAI,OAAO,CAAC,aAAa,EAAE;EACnC,YAAY,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,iCAAiC,EAAE,UAAU,CAAC,CAAC;EAC7E,YAAY,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;EACtD,YAAY,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;EACpD,SAAS;EACT,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,IAAI,EAAE;EAC7B,QAAQ,IAAI,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;EAC/B,QAAQ,IAAI,GAAG,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACnC,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,SAAS,WAAW,CAAC,IAAI,EAAE;EAC/B,QAAQ,OAAO,aAAa,CAAC,GAAG,EAAE,OAAO,CAAC,YAAY,GAAG,WAAW,GAAG,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;EACpG,KAAK;;EAEL;;EAEA,IAAI,IAAI,UAAU,GAAG,KAAK,CAAC;EAC3B,IAAI,IAAI,gBAAgB,GAAG,KAAK,CAAC;EACjC,IAAI,IAAI,oBAAoB,GAAG,KAAK,CAAC;EACrC,IAAI,IAAI,iBAAiB,GAAG,CAAC,CAAC;EAC9B,IAAI,IAAI,qBAAqB,GAAG,KAAK,CAAC;EACtC,IAAI,IAAI,UAAU,GAAG,KAAK,CAAC;EAC3B,IAAI,IAAI,cAAc,GAAG,CAAC,CAAC,CAAC;EAC5B,IAAI,IAAI,IAAI,GAAG,EAAE,CAAC;EAClB,IAAI,IAAI,aAAa,EAAE,YAAY,EAAE,QAAQ,GAAG,OAAO,CAAC,UAAU,IAAI,EAAE,CAAC;;EAEzE,IAAI,IAAI,cAAc,GAAG,QAAQ,GAAG,WAAW;EAC/C,QAAQ,QAAQ,CAAC,OAAO,CAAC,SAAS,OAAO,EAAE;EAC3C,YAAY,IAAI;EAChB,gBAAgB,OAAO,CAAC,UAAU,CAAC,GAAG;EACtC,oBAAoB,OAAO,CAAC,KAAK,CAAC,IAAI;EACtC,oBAAoB,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG;EAC7C,oBAAoB,OAAO,CAAC,KAAK,CAAC,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC,GAAG;EACzD,oBAAoB,CAAC,OAAO,CAAC,IAAI,IAAI,OAAO,CAAC,KAAK,CAAC,IAAI,IAAI,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC,IAAI;EACtG,iBAAiB,CAAC;EAClB,aAAa,CAAC,MAAM,EAAE,EAAE;EACxB,gBAAgB,OAAO,CAAC,KAAK,CAAC,IAAI,IAAI,IAAI,IAAI,QAAQ,CAAC,IAAI,CAAC,+EAA+E,EAAE;EAC7I,oBAAoB,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC,IAAI;EAC5C,oBAAoB,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC,IAAI;EAC5C,oBAAoB,GAAG,EAAE,OAAO,CAAC,KAAK,CAAC,GAAG;EAC1C,oBAAoB,KAAK,EAAE,OAAO,CAAC,IAAI;EACvC,oBAAoB,IAAI,EAAE,OAAO,CAAC,GAAG;EACrC,oBAAoB,IAAI,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE;EAC5C,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,GAAG,EAAE,CAAC;EACtB,KAAK,GAAG,IAAI,CAAC;;EAEb,IAAI,IAAI,eAAe,GAAG,OAAO,CAAC,YAAY,GAAG,WAAW;EAC5D,QAAQ,IAAI,WAAW,GAAG,OAAO,CAAC,YAAY,EAAE;EAChD,YAAY,IAAI,iBAAiB,EAAE;EACnC,gBAAgB,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,iBAAiB,CAAC,CAAC;EAC9D,gBAAgB,IAAI,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;EAC5D,gBAAgB,IAAI,QAAQ,EAAE;EAC9B,oBAAoB,IAAI,KAAK,GAAG,KAAK,CAAC,MAAM,GAAG,WAAW,CAAC;EAC3D,oBAAoB,QAAQ,CAAC,OAAO,CAAC,SAAS,OAAO,EAAE;EACvD,wBAAwB,OAAO,CAAC,IAAI,EAAE,CAAC;EACvC,wBAAwB,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC;EAC7C,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,gBAAgB,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;EAC7C,gBAAgB,YAAY,EAAE,CAAC;EAC/B,gBAAgB,WAAW,EAAE,CAAC;EAC9B,gBAAgB,WAAW,GAAG,KAAK,CAAC,MAAM,CAAC;EAC3C,aAAa;EACb,YAAY,IAAI,WAAW,GAAG,OAAO,CAAC,YAAY,EAAE;EACpD,gBAAgB,QAAQ,CAAC,IAAI,CAAC,0CAA0C,EAAE,OAAO,CAAC,CAAC;EACnF,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,iBAAiB,EAAE;EAC/B,YAAY,iBAAiB,GAAG,CAAC,CAAC;EAClC,YAAY,cAAc,EAAE,CAAC;EAC7B,SAAS;EACT,KAAK,GAAG,IAAI,CAAC;;EAEb,IAAI,IAAI,qBAAqB,GAAG,aAAa,CAAC,mBAAmB,CAAC,CAAC;;EAEnE,IAAI,SAAS,KAAK,CAAC,GAAG,EAAE;EACxB,QAAQ,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;EAC1B,QAAQ,IAAI,EAAE,GAAG,aAAa,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;EACvC,QAAQ,IAAI,qBAAqB,IAAI,EAAE,EAAE;EACzC,YAAY,qBAAqB,GAAG,KAAK,CAAC;EAC1C,YAAY,IAAI,EAAE,KAAK,IAAI,EAAE;EAC7B,gBAAgB,KAAK,CAAC,IAAI,CAAC,CAAC;EAC5B,gBAAgB,MAAM,EAAE,CAAC;EACzB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,UAAU,IAAI,EAAE,EAAE;EAC9B,YAAY,UAAU,GAAG,KAAK,CAAC;EAC/B,YAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE;EACrC,gBAAgB,KAAK,EAAE,CAAC;EACxB,aAAa;EACb,SAAS;EACT,QAAQ,cAAc,GAAG,CAAC,CAAC,CAAC;EAC5B,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EAChD,QAAQ,IAAI,oBAAoB,EAAE;EAClC,YAAY,oBAAoB,GAAG,KAAK,CAAC;;EAEzC,YAAY,IAAI,IAAI,KAAK,GAAG,IAAI,EAAE,KAAK,GAAG,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,IAAI,KAAK,GAAG,EAAE;EAC3F,gBAAgB,IAAI,OAAO,CAAC,UAAU,IAAI,qBAAqB,CAAC,EAAE,CAAC,EAAE;EACrE,oBAAoB,MAAM,IAAI,GAAG,CAAC;EAClC,oBAAoB,WAAW,EAAE,CAAC;EAClC,oBAAoB,WAAW,EAAE,CAAC;EAClC,iBAAiB,MAAM;EACvB,oBAAoB,eAAe,EAAE,CAAC;EACtC,oBAAoB,MAAM,IAAI,IAAI,CAAC;EACnC,oBAAoB,WAAW,EAAE,CAAC;EAClC,oBAAoB,YAAY,EAAE,CAAC;EACnC,oBAAoB,WAAW,GAAG,CAAC,CAAC;;EAEpC,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;EAC3C;EACA;EACA,wBAAwB,oBAAoB,GAAG,IAAI,CAAC;EACpD,qBAAqB;EACrB,iBAAiB;;EAEjB,gBAAgB,IAAI,CAAC,OAAO,CAAC,QAAQ;EACrC,oBAAoB,gBAAgB,GAAG,KAAK,CAAC;EAC7C,aAAa;EACb,SAAS;;EAET,QAAQ,IAAI,gBAAgB,EAAE;EAC9B,YAAY,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC;EACzC,wBAAwB,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,IAAI,CAAC;EAC7D,oBAAoB,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,IAAI,CAAC;EAC5C,oBAAoB,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,GAAG,KAAK,EAAE,IAAI,IAAI,CAAC;EAC3D,cAAc;EACd,gBAAgB,MAAM,IAAI,GAAG,CAAC;EAC9B,gBAAgB,WAAW,EAAE,CAAC;EAC9B,gBAAgB,WAAW,EAAE,CAAC;EAC9B,aAAa;EACb,YAAY,gBAAgB,GAAG,KAAK,CAAC;EACrC,SAAS;;EAET,QAAQ,IAAI,aAAa,EAAE;EAC3B,YAAY,QAAQ,CAAC,IAAI,CAAC;EAC1B,gBAAgB,KAAK,EAAE,aAAa;EACpC,gBAAgB,IAAI,EAAE,YAAY;EAClC,gBAAgB,IAAI,EAAE,YAAY;EAClC,gBAAgB,GAAG,EAAE,WAAW;EAChC,aAAa,CAAC,CAAC;EACf,YAAY,aAAa,GAAG,KAAK,CAAC;EAClC,YAAY,IAAI,CAAC,iBAAiB,EAAE,cAAc,EAAE,CAAC;EACrD,SAAS;;EAET,QAAQ,MAAM,IAAI,GAAG,CAAC;EACtB,QAAQ,UAAU,GAAG,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,IAAI,GAAG,CAAC;EAChD,QAAQ,WAAW,IAAI,GAAG,CAAC,MAAM,CAAC;EAClC,QAAQ,IAAI,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;EACrD,QAAQ,YAAY,IAAI,CAAC,CAAC;EAC1B,QAAQ,WAAW,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;EACnC,QAAQ,IAAI,CAAC,GAAG,CAAC,EAAE;EACnB,YAAY,eAAe,EAAE,CAAC;EAC9B,YAAY,WAAW,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;EACtC,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,IAAI,IAAI,GAAG,WAAW;EAC1B,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,KAAK,CAAC;;EAEN,IAAI,IAAI,KAAK,GAAG,OAAO,CAAC,QAAQ,GAAG,WAAW;EAC9C,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,KAAK,GAAG,WAAW;EACnB,QAAQ,gBAAgB,GAAG,IAAI,CAAC;EAChC,KAAK,CAAC;;EAEN,IAAI,IAAI,MAAM,GAAG,OAAO,CAAC,QAAQ,GAAG,SAAS,IAAI,EAAE;EACnD,QAAQ,IAAI,OAAO,CAAC,QAAQ,EAAE;EAC9B,YAAY,KAAK,CAAC,WAAW,CAAC,IAAI,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;EAC/C,SAAS;EACT,KAAK,GAAG,IAAI,CAAC;;EAEb,IAAI,IAAI,WAAW,GAAG,OAAO,CAAC,QAAQ,GAAG,SAAS,GAAG,EAAE,IAAI,EAAE;EAC7D,QAAQ,IAAI,GAAG,KAAK,IAAI,EAAE,GAAG,GAAG,WAAW,EAAE,CAAC;EAC9C,QAAQ,IAAI,gBAAgB,GAAG,WAAW,CAAC;EAC3C,QAAQ,WAAW,GAAG,GAAG,CAAC;EAC1B,QAAQ,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;EACzB,QAAQ,WAAW,GAAG,gBAAgB,CAAC;EACvC,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK,GAAG,SAAS,GAAG,EAAE,IAAI,EAAE,EAAE,OAAO,IAAI,EAAE,CAAC,EAAE,CAAC;;EAE/C,IAAI,IAAI,OAAO,GAAG,OAAO,CAAC,QAAQ,GAAG,WAAW;EAChD,QAAQ,IAAI,cAAc,GAAG,CAAC,EAAE,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC;EACnD,QAAQ,IAAI,MAAM,CAAC,cAAc,CAAC,IAAI,IAAI,EAAE;EAC5C,YAAY,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,cAAc,CAAC,GAAG,IAAI,GAAG,MAAM,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;EAC3F,YAAY,WAAW,EAAE,CAAC;EAC1B,YAAY,YAAY,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,cAAc,EAAE,CAAC;EACzB,KAAK,GAAG,OAAO,CAAC,YAAY,GAAG,WAAW;EAC1C,QAAQ,eAAe,EAAE,CAAC;EAC1B,QAAQ,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC;EAC1C,KAAK,GAAG,IAAI,CAAC;;EAEb,IAAI,IAAI,SAAS,GAAG,OAAO,CAAC,QAAQ,GAAG,WAAW;EAClD,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,KAAK,GAAG,WAAW;EACnB,QAAQ,oBAAoB,GAAG,IAAI,CAAC;EACpC,KAAK,CAAC;;EAEN,IAAI,SAAS,eAAe,GAAG;EAC/B,QAAQ,oBAAoB,GAAG,KAAK,CAAC;EACrC,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,WAAW,GAAG;EAC3B,QAAQ,OAAO,WAAW,GAAG,OAAO,CAAC,YAAY,CAAC;EAClD,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,IAAI,EAAE;EAC9B,QAAQ,IAAI,GAAG,CAAC;EAChB,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,QAAQ,OAAO,EAAE,CAAC;EAClB,QAAQ,WAAW,CAAC,WAAW,EAAE,EAAE,WAAW;EAC9C,YAAY,GAAG,GAAG,IAAI,EAAE,CAAC;EACzB,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,EAAE,CAAC;EACjB,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,WAAW,CAAC,IAAI,EAAE;EAC/B,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB;EACA;EACA,QAAQ,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;EACzB,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,WAAW,CAAC,IAAI,EAAE;EAC/B,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB;EACA,QAAQ,IAAI,GAAG,GAAG,IAAI,EAAE,CAAC;EACzB,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,KAAK,GAAG;EACrB,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,QAAQ,KAAK,EAAE,CAAC;EAChB,KAAK;;EAEL,IAAI,SAAS,KAAK,GAAG;EACrB,QAAQ,KAAK,CAAC,GAAG,CAAC,CAAC;EACnB,QAAQ,KAAK,EAAE,CAAC;EAChB,KAAK;;EAEL,IAAI,IAAI,WAAW,GAAG,QAAQ,GAAG,SAAS,KAAK,EAAE,IAAI,EAAE;EACvD,QAAQ,aAAa,GAAG,KAAK,CAAC;EAC9B,QAAQ,YAAY,GAAG,IAAI,CAAC;EAC5B,KAAK,GAAG,IAAI,CAAC;;EAEb,IAAI,SAAS,GAAG,GAAG;EACnB,QAAQ,IAAI,iBAAiB,EAAE;EAC/B,YAAY,eAAe,EAAE,CAAC;EAC9B,SAAS;EACT,QAAQ,OAAO,MAAM,CAAC;EACtB,KAAK;;EAEL,IAAI,SAAS,OAAO,GAAG;EACvB,QAAQ,IAAI,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EAC7C,QAAQ,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC;EACpD,KAAK;;EAEL,IAAI,SAAS,gBAAgB,CAAC,IAAI,EAAE;EACpC,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,QAAQ,IAAI,CAAC,KAAK,EAAE,OAAO;EAC3B,QAAQ,IAAI,KAAK,CAAC,eAAe,IAAI,KAAK,CAAC,eAAe,CAAC,OAAO,KAAK,IAAI,EAAE,OAAO;EACpF,QAAQ,IAAI,QAAQ,GAAG,KAAK,CAAC,eAAe,CAAC;EAC7C,QAAQ,IAAI,CAAC,QAAQ,EAAE;EACvB,YAAY,QAAQ,GAAG,KAAK,CAAC,eAAe,GAAG,EAAE,CAAC;EAClD,SAAS;EACT,QAAQ,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;;EAEhC,QAAQ,IAAI,IAAI,YAAY,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE;EACpD,YAAY,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACnD,gBAAgB,IAAI,MAAM,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC;EACzC,gBAAgB,IAAI,MAAM,YAAY,QAAQ;EAC9C,uBAAuB,MAAM,YAAY,UAAU,IAAI,MAAM,CAAC,IAAI,KAAK,IAAI;EAC3E,uBAAuB,MAAM,CAAC,IAAI,IAAI,MAAM,IAAI,MAAM,CAAC,UAAU,KAAK,IAAI;EAC1E,uBAAuB,MAAM,YAAY,eAAe,IAAI,MAAM,CAAC,SAAS,KAAK,IAAI;EACrF,uBAAuB,MAAM,YAAY,OAAO,IAAI,MAAM,CAAC,UAAU,KAAK,IAAI;EAC9E,uBAAuB,MAAM,YAAY,YAAY,IAAI,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,IAAI;EACvF,uBAAuB,MAAM,YAAY,OAAO,IAAI,MAAM,CAAC,UAAU,KAAK,IAAI;EAC9E,uBAAuB,MAAM,YAAY,gBAAgB,EAAE;EAC3D,oBAAoB,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,OAAO;EAC5C,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC;EAC1D,oBAAoB,IAAI,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,IAAI,EAAE;EACvD,wBAAwB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;EAC5C,wBAAwB,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACzD,qBAAqB;EACrB,iBAAiB,MAAM;EACvB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa,CAAC,CAAC;EACf,YAAY,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC1B,YAAY,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAChC,SAAS;;EAET,QAAQ,IAAI,WAAW,IAAI,CAAC,EAAE;EAC9B,YAAY,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,OAAO,CAAC,OAAO,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,UAAU,EAAE;EAC1F,gBAAgB,KAAK,CAAC,IAAI,GAAG,QAAQ,CAAC,KAAK,EAAE,CAAC,KAAK,GAAG,IAAI,CAAC,CAAC;EAC5D,gBAAgB,MAAM,EAAE,CAAC;EACzB,aAAa;EACb,YAAY,IAAI,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;EAC5C,YAAY,IAAI,QAAQ,EAAE;EAC1B,gBAAgB,KAAK,CAAC,QAAQ,CAAC,OAAO,CAAC,8BAA8B,EAAE,IAAI,CAAC,CAAC,CAAC;EAC9E,aAAa;EACb,SAAS;;EAET,QAAQ,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;EACzD,QAAQ,IAAI,QAAQ,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO;EACzC,QAAQ,IAAI,QAAQ,GAAG,OAAO,EAAE,CAAC;EACjC,QAAQ,QAAQ,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE;EACxC,YAAY,IAAI,CAAC,QAAQ,EAAE;EAC3B,gBAAgB,IAAI,CAAC,CAAC,GAAG,EAAE;EAC3B,oBAAoB,KAAK,CAAC,IAAI,CAAC,CAAC;EAChC,oBAAoB,MAAM,EAAE,CAAC;EAC7B,oBAAoB,QAAQ,GAAG,IAAI,CAAC;EACpC,iBAAiB,MAAM,IAAI,CAAC,GAAG,CAAC,EAAE;EAClC,oBAAoB,KAAK,EAAE,CAAC;EAC5B,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE;EAC7C,gBAAgB,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;EAC3E,gBAAgB,MAAM,EAAE,CAAC;EACzB,gBAAgB,QAAQ,GAAG,IAAI,CAAC;EAChC,aAAa,MAAM,IAAI,CAAC,CAAC,IAAI,IAAI,UAAU,EAAE;EAC7C,gBAAgB,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;EAC3E,gBAAgB,QAAQ,GAAG,KAAK,CAAC;EACjC,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,CAAC,QAAQ,EAAE;EACvB,YAAY,IAAI,KAAK,CAAC,GAAG,EAAE;EAC3B,gBAAgB,KAAK,CAAC,IAAI,CAAC,CAAC;EAC5B,gBAAgB,MAAM,EAAE,CAAC;EACzB,aAAa,MAAM;EACnB,gBAAgB,KAAK,EAAE,CAAC;EACxB,aAAa;EACb,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE;EACzC,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC;EAC7B,QAAQ,IAAI,CAAC,KAAK,EAAE,OAAO;EAC3B,QAAQ,IAAI,QAAQ,GAAG,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,gBAAgB,CAAC,CAAC;EAC1E,QAAQ,IAAI,CAAC,QAAQ,IAAI,QAAQ,CAAC,OAAO,KAAK,IAAI,EAAE,OAAO;EAC3D,QAAQ,IAAI,EAAE,IAAI,YAAY,aAAa,IAAI,GAAG,CAAC,QAAQ,EAAE,SAAS,CAAC,EAAE;EACzE,YAAY,OAAO,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;EAChD,SAAS,CAAC,CAAC,EAAE,OAAO;EACpB,QAAQ,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;EAChC,QAAQ,IAAI,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;EACnC,QAAQ,QAAQ,CAAC,MAAM,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE;EACrE,YAAY,UAAU,GAAG,KAAK,CAAC;EAC/B,YAAY,IAAI,qBAAqB,EAAE;EACvC,gBAAgB,KAAK,CAAC,IAAI,CAAC,CAAC;EAC5B,gBAAgB,MAAM,EAAE,CAAC;EACzB,gBAAgB,qBAAqB,GAAG,KAAK,CAAC;EAC9C,aAAa,MAAM,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,EAAE;EACvD,gBAAgB,KAAK,CAAC,IAAI,CAAC,CAAC;EAC5B,gBAAgB,MAAM,EAAE,CAAC;EACzB,aAAa,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE;EACvC,gBAAgB,KAAK,EAAE,CAAC;EACxB,aAAa;EACb,YAAY,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE;EAC7C,gBAAgB,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC,CAAC;EACpE,gBAAgB,qBAAqB,GAAG,IAAI,CAAC;EAC7C,aAAa,MAAM,IAAI,CAAC,CAAC,IAAI,IAAI,UAAU,EAAE;EAC7C,gBAAgB,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;EAC3E,gBAAgB,UAAU,GAAG,IAAI,CAAC;EAClC,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,cAAc,GAAG,MAAM,CAAC;EAC5D,KAAK;;EAEL,IAAI,IAAI,KAAK,GAAG,EAAE,CAAC;EACnB,IAAI,OAAO;EACX,QAAQ,GAAG,eAAe,GAAG;EAC7B,QAAQ,QAAQ,UAAU,GAAG;EAC7B,QAAQ,MAAM,YAAY,MAAM;EAChC,QAAQ,WAAW,OAAO,WAAW,EAAE,OAAO,WAAW,CAAC,EAAE;EAC5D,QAAQ,aAAa,KAAK,WAAW,EAAE,OAAO,WAAW,GAAG,WAAW,CAAC,EAAE;EAC1E,QAAQ,YAAY,MAAM,WAAW,EAAE,OAAO,OAAO,CAAC,KAAK,IAAI,IAAI,CAAC,aAAa,EAAE,IAAI,OAAO,CAAC,KAAK,CAAC,EAAE;EACvG,QAAQ,UAAU,QAAQ,WAAW,EAAE,OAAO,UAAU,CAAC,EAAE;EAC3D,QAAQ,OAAO,WAAW,OAAO;EACjC,QAAQ,KAAK,aAAa,KAAK;EAC/B,QAAQ,IAAI,cAAc,IAAI;EAC9B,QAAQ,KAAK,aAAa,KAAK;EAC/B,QAAQ,KAAK,aAAa,KAAK;EAC/B,QAAQ,KAAK,aAAa,KAAK;EAC/B,QAAQ,IAAI,cAAc,WAAW,EAAE,OAAO,IAAI,CAAC,EAAE;EACrD,QAAQ,SAAS,SAAS,SAAS;EACnC,QAAQ,eAAe,GAAG,eAAe;EACzC,QAAQ,OAAO,WAAW,OAAO;EACjC,QAAQ,UAAU,QAAQ,SAAS,IAAI,EAAE,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;EACpE,QAAQ,YAAY,MAAM,SAAS,GAAG,EAAE,KAAK,EAAE,gBAAgB,EAAE;EACjE,YAAY,IAAI,OAAO,GAAG,aAAa,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;EACpD,YAAY,IAAI,gBAAgB,KAAK,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;EACtE;EACA,gBAAgB,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;EACpD,oBAAoB,eAAe,EAAE,CAAC;EACtC,iBAAiB;EACjB,gBAAgB,eAAe,EAAE,CAAC;EAClC,aAAa;EACb,YAAY,KAAK,CAAC,OAAO,CAAC,CAAC;EAC3B,SAAS;EACT,QAAQ,2BAA2B,EAAE,SAAS,GAAG,EAAE;EACnD,YAAY,IAAI,OAAO,GAAG,aAAa,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;EAC1E,YAAY,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;EAChE,SAAS;EACT,QAAQ,aAAa,KAAK,aAAa;EACvC,QAAQ,WAAW,OAAO,WAAW;EACrC,QAAQ,WAAW,OAAO,WAAW;EACrC,QAAQ,UAAU,QAAQ,UAAU;EACpC,QAAQ,WAAW,OAAO,WAAW;EACrC,QAAQ,WAAW,OAAO,WAAW;EACrC,QAAQ,WAAW,OAAO,WAAW;EACrC,QAAQ,MAAM,YAAY,SAAS,GAAG,EAAE,EAAE,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE;EAChE,QAAQ,gBAAgB,EAAE,QAAQ,GAAG,IAAI,GAAG,gBAAgB;EAC5D,QAAQ,eAAe,GAAG,QAAQ,IAAI,cAAc,KAAK,YAAY,GAAG,IAAI,GAAG,eAAe;EAC9F,QAAQ,IAAI,cAAc,WAAW,EAAE,OAAO,YAAY,CAAC,EAAE;EAC7D,QAAQ,GAAG,eAAe,WAAW,EAAE,OAAO,WAAW,CAAC,EAAE;EAC5D,QAAQ,GAAG,eAAe,WAAW,EAAE,OAAO,WAAW,CAAC,EAAE;EAC5D,QAAQ,SAAS,SAAS,SAAS,IAAI,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;EAC9D,QAAQ,QAAQ,UAAU,WAAW,EAAE,OAAO,KAAK,CAAC,GAAG,EAAE,CAAC,EAAE;EAC5D,QAAQ,MAAM,YAAY,SAAS,CAAC,EAAE;EACtC,YAAY,OAAO,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACtD,SAAS;EACT,KAAK,CAAC;;EAEN,CAAC;;EAED;;EAEA,CAAC,WAAW;;EAEZ;;EAEA,IAAI,SAAS,QAAQ,CAAC,QAAQ,EAAE,SAAS,EAAE;EAC3C,QAAQ,QAAQ,CAAC,SAAS,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;EAClD,KAAK;;EAEL,IAAI,IAAI,YAAY,GAAG,KAAK,CAAC;EAC7B,IAAI,IAAI,YAAY,GAAG,IAAI,CAAC;EAC5B,IAAI,IAAI,OAAO,GAAG,IAAI,CAAC;;EAEvB,IAAI,QAAQ,CAAC,SAAS,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,YAAY,EAAE;EAC/D,QAAQ,IAAI,IAAI,GAAG,IAAI,EAAE,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC;EACnD,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE;EACvC,YAAY,YAAY,GAAG,IAAI,CAAC;EAChC,SAAS,MAAM,IAAI,CAAC,OAAO,IAAI,IAAI,YAAY,aAAa,IAAI,IAAI,CAAC,KAAK,IAAI,SAAS,EAAE;EACzF,YAAY,OAAO,GAAG,YAAY,CAAC;EACnC,SAAS;EACT,QAAQ,SAAS,IAAI,GAAG;EACxB,YAAY,MAAM,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;EAC1C,YAAY,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;EACxC,YAAY,SAAS,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACpC,YAAY,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;EACzC,SAAS;EACT,QAAQ,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;EAC/B,QAAQ,IAAI,YAAY,IAAI,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE;EACvD,YAAY,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EACrC,SAAS,MAAM;EACf,YAAY,IAAI,EAAE,CAAC;EACnB,SAAS;EACT,QAAQ,MAAM,CAAC,QAAQ,EAAE,CAAC;EAC1B,QAAQ,IAAI,IAAI,KAAK,OAAO,EAAE;EAC9B,YAAY,OAAO,GAAG,IAAI,CAAC;EAC3B,SAAS;EACT,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,CAAC,QAAQ,EAAE,QAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;;EAE3D,IAAI,QAAQ,CAAC,SAAS,CAAC,iBAAiB,EAAE,SAAS,OAAO,EAAE;EAC5D,QAAQ,IAAI,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,CAAC;EACtC,QAAQ,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;EACtB,QAAQ,OAAO,CAAC,CAAC,GAAG,EAAE,CAAC;EACvB,KAAK,CAAC,CAAC;;EAEP;;EAEA,IAAI,SAAS,MAAM,CAAC,QAAQ,EAAE,IAAI,EAAE;EACpC,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;EACrC,YAAY,QAAQ,CAAC,OAAO,CAAC,SAAS,QAAQ,EAAE;EAChD,gBAAgB,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;EACvC,aAAa,CAAC,CAAC;EACf,SAAS,MAAM;EACf,YAAY,QAAQ,CAAC,SAAS,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;EACrD,SAAS;EACT,KAAK;;EAEL,IAAI,MAAM,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;;EAEnC;EACA;EACA,IAAI,MAAM,CAAC,YAAY,EAAE,SAAS,MAAM,EAAE;EAC1C,QAAQ,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,kBAAkB,CAAC,MAAM,CAAC,EAAE;EAChE,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;EACrC,YAAY,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EACpC,YAAY,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI,EAAE;EACtE,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS;;EAET,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EACxC,YAAY,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EACpC,YAAY,OAAO,CAAC,YAAY,QAAQ,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI,CAAC;EAClE,SAAS;;EAET,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE;EACvC,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,OAAO,CAAC,YAAY,cAAc,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI,CAAC;EACpE,KAAK,CAAC,CAAC;;EAEP;EACA;EACA,IAAI,MAAM,CAAC,UAAU,EAAE,SAAS,MAAM,EAAE;EACxC,QAAQ,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,kBAAkB,CAAC,MAAM,CAAC,CAAC;EAClE,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAAC;;EAEpD,IAAI,MAAM,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE;EACvC,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,OAAO,CAAC,YAAY,cAAc,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EACnE,eAAe,CAAC,YAAY,QAAQ,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EAC7D,eAAe,CAAC,YAAY,UAAU;EACtC,mBAAmB,CAAC,CAAC,QAAQ,KAAK,IAAI;EACtC,mBAAmB,IAAI,YAAY,eAAe;EAClD,mBAAmB,CAAC,CAAC,IAAI,KAAK,IAAI;EAClC,mBAAmB,IAAI,CAAC,QAAQ,KAAK,IAAI;EACzC,mBAAmB,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC;EAC1C,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE;EACvC,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,OAAO,CAAC,YAAY,cAAc,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EACnE,eAAe,CAAC,YAAY,QAAQ,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EAC7D,eAAe,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,YAAY,eAAe,CAAC;EACzE,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,YAAY,EAAE,SAAS,MAAM,EAAE;EAC1C,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,OAAO,CAAC,YAAY,QAAQ;EACpC,eAAe,CAAC,YAAY,SAAS;EACrC,eAAe,CAAC,YAAY,UAAU;EACtC,eAAe,CAAC,YAAY,UAAU;EACtC,eAAe,CAAC,YAAY,cAAc;EAC1C,eAAe,CAAC,YAAY,SAAS;EACrC,eAAe,CAAC,YAAY,kBAAkB;EAC9C,eAAe,CAAC,YAAY,eAAe;EAC3C;EACA,eAAe,CAAC,YAAY,SAAS;EACrC,eAAe,CAAC,YAAY,iBAAiB;EAC7C,eAAe,CAAC,YAAY,aAAa;EACzC,eAAe,CAAC,YAAY,SAAS,IAAI,IAAI,KAAK,CAAC,CAAC,MAAM;EAC1D,eAAe,CAAC,YAAY,SAAS;EACrC,eAAe,CAAC,YAAY,UAAU;EACtC,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,UAAU,EAAE,SAAS,MAAM,EAAE;EACxC,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC;EACA,QAAQ,IAAI,CAAC,YAAY,QAAQ,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EAC1D,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,SAAS;EAClC,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EAChE,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,UAAU,EAAE;EACrC,YAAY,IAAI,EAAE,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,GAAG,UAAU,CAAC,EAAE,CAAC,CAAC;EACrD,YAAY,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,EAAE,EAAE,GAAG,UAAU,CAAC,EAAE,CAAC,CAAC;EACxD,YAAY,IAAI,EAAE,GAAG,EAAE;EACvB,oBAAoB,EAAE,IAAI,EAAE;EAC5B,wBAAwB,IAAI,KAAK,CAAC,CAAC,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,CAAC,EAAE;EAC1D,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE;EACvC,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC;EACA;EACA,QAAQ,IAAI,CAAC,YAAY,UAAU,IAAI,CAAC,CAAC,QAAQ,KAAK,GAAG;EACzD,YAAY,OAAO,IAAI,CAAC;EACxB;EACA;EACA,QAAQ,IAAI,CAAC,YAAY,QAAQ,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EAC1D,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,CAAC,SAAS,KAAK,IAAI;EAChE,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,SAAS;EAClC,YAAY,OAAO,IAAI,CAAC;EACxB;EACA;EACA,QAAQ,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EAChE,YAAY,OAAO,IAAI,CAAC;EACxB,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,cAAc,EAAE,SAAS,MAAM,EAAE;EAC5C,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,IAAI,CAAC,YAAY,OAAO,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI,EAAE;EAC3D;EACA;EACA;EACA;EACA;EACA;EACA,YAAY,IAAI,MAAM,GAAG,KAAK,CAAC;EAC/B,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACpD,gBAAgB,IAAI,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,IAAI,CAAC;EACrE,gBAAgB,IAAI,IAAI,YAAY,QAAQ,EAAE;EAC9C,oBAAoB,MAAM,GAAG,IAAI,CAAC;EAClC,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa,CAAC,CAAC,CAAC;EAChB,YAAY,OAAO,MAAM,CAAC;EAC1B,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,QAAQ,EAAE,SAAS,MAAM,EAAE;EACtC,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,EAAE,EAAE,CAAC;EACpC,QAAQ,IAAI,CAAC,YAAY,OAAO,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EACzD,eAAe,CAAC,YAAY,UAAU,IAAI,CAAC,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,YAAY,YAAY;EACjG,YAAY,OAAO,IAAI,CAAC;;EAExB;EACA;EACA,QAAQ,OAAO,IAAI,CAAC,UAAU,YAAY,YAAY;EACtD,eAAe,CAAC,YAAY,cAAc;EAC1C,eAAe,CAAC,CAAC,UAAU,KAAK,IAAI;EACpC,eAAe,CAAC,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,aAAa,UAAU;EAC5D,eAAe,EAAE,CAAC,IAAI,KAAK,CAAC,CAAC;EAC7B,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE;EACrC,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,IAAI,CAAC,uBAAuB,CAAC,IAAI,EAAE,MAAM,CAAC;EAClD,gBAAgB,CAAC,YAAY,cAAc;EAC3C,mBAAmB,CAAC,YAAY,QAAQ,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI,CAAC;EAClE,YAAY,OAAO,IAAI,CAAC;EACxB,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,UAAU,EAAE,SAAS,MAAM,EAAE;EACxC,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI,EAAE;EAClE,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;EACxC,YAAY,IAAI,KAAK,GAAG,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;EACzD,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,EAAE,UAAU,EAAE,eAAe,EAAE,EAAE,SAAS,MAAM,EAAE;EAC7D,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC;EACA,QAAQ,IAAI,CAAC,YAAY,SAAS;EAClC,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,UAAU,IAAI,EAAE,CAAC,YAAY,UAAU,CAAC;EACjE,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,QAAQ,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EAC1D,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,CAAC,SAAS,KAAK,IAAI;EAChE,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,CAAC,YAAY,cAAc,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI;EAChE,YAAY,OAAO,IAAI,CAAC;EACxB;EACA,QAAQ,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,IAAI,YAAY,iBAAiB,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,KAAK,KAAK;EAChH,YAAY,OAAO,IAAI,CAAC;EACxB,KAAK,CAAC,CAAC;;EAEP;;EAEA,IAAI,QAAQ,CAAC,aAAa,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACnD,QAAQ,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACpD,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,aAAa,EAAE,UAAU,IAAI,EAAE,MAAM,EAAE;EACpD,QAAQ,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC5B,QAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,iBAAiB,EAAE,UAAU,IAAI,EAAE,MAAM,EAAE;EACxD,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;EAChD,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC;EACpC,QAAQ,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,IAAI,EAAE,CAAC,EAAE;EAC9C,YAAY,IAAI,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EACtC,YAAY,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC/B;EACA;EACA;EACA,YAAY,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,IAAI,YAAY,QAAQ,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EACzE,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;EAChD,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAClD,QAAQ,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;EACjC,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;;EAEP;;EAEA,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE;EACvE,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;EACnC,QAAQ,YAAY,GAAG,gBAAgB,CAAC;EACxC,QAAQ,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,EAAE;EACvC,YAAY,IAAI,YAAY,KAAK,IAAI,IAAI,EAAE,IAAI,YAAY,aAAa;EACxE,gBAAgB,IAAI,YAAY,kBAAkB;EAClD,iBAAiB,IAAI,YAAY,mBAAmB,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU,CAAC;EACxF,aAAa,EAAE;EACf,gBAAgB,YAAY,GAAG,KAAK,CAAC;EACrC,aAAa;EACb,YAAY,IAAI,EAAE,IAAI,YAAY,kBAAkB,CAAC,EAAE;EACvD,gBAAgB,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,gBAAgB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACnC,gBAAgB,IAAI,EAAE,CAAC,IAAI,IAAI,IAAI,WAAW,CAAC,EAAE;EACjD,oBAAoB,MAAM,CAAC,OAAO,EAAE,CAAC;EACrC,oBAAoB,IAAI,WAAW,EAAE,MAAM,CAAC,OAAO,EAAE,CAAC;EACtD,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,YAAY,KAAK,IAAI;EACrC,gBAAgB,IAAI,YAAY,mBAAmB;EACnD,gBAAgB,IAAI,CAAC,IAAI,YAAY,UAAU;EAC/C,cAAc;EACd,gBAAgB,YAAY,GAAG,KAAK,CAAC;EACrC,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,YAAY,GAAG,KAAK,CAAC;EAC7B,KAAK;;EAEL,IAAI,qBAAqB,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,MAAM,EAAE;EACvE,QAAQ,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,aAAa,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACnD,QAAQ,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAChC,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAClD,QAAQ,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;EACpD,QAAQ,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;EACzB,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,oBAAoB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC1D,QAAQ,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACjC,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAChC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,mBAAmB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACzD,QAAQ,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAChC,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;EACP,IAAI,SAAS,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE;EAC9C,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,QAAQ,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,WAAW,EAAE,EAAE,WAAW;EAC5D,YAAY,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC/C,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,KAAK;EACL,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,gBAAgB,EAAE;EAC1D,QAAQ,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EAClC,YAAY,MAAM,CAAC,UAAU,CAAC,WAAW;EACzC,gBAAgB,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,CAAC,CAAC;EACzE,aAAa,CAAC,CAAC;EACf,SAAS,MAAM,kBAAkB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EAChD,KAAK;EACL,IAAI,QAAQ,CAAC,kBAAkB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACxD,QAAQ,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACnC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,kBAAkB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACxD,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,MAAM,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC5C,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC3B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,UAAU,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACtC,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC9B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACzC,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC9B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACzC,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;EACpC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC7C,QAAQ,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC5B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE;EAC3B,gBAAgB,IAAI,IAAI,CAAC,IAAI,YAAY,eAAe,EAAE;EAC1D,oBAAoB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC5C,iBAAiB,MAAM;EACvB,oBAAoB,qBAAqB,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;EACnE,iBAAiB;EACjB,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,SAAS,EAAE;EAChC,gBAAgB,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC7C,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE;EAC3B,gBAAgB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACxC,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;EACpC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC5B,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE;EACxB,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAClC,SAAS;EACT,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACpC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,KAAK,CAAC,IAAI,YAAY,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC,CAAC;EAClE,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;EACpC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC9C,QAAQ,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC7B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC1C,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;EACpC,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,UAAU,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,SAAS,EAAE;EAClE,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,CAAC,SAAS,EAAE;EACxB,YAAY,IAAI,IAAI,CAAC,KAAK,EAAE;EAC5B,gBAAgB,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EACtC,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,aAAa;EACb,YAAY,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;EACrC,YAAY,IAAI,IAAI,CAAC,YAAY,EAAE;EACnC,gBAAgB,MAAM,CAAC,IAAI,EAAE,CAAC;EAC9B,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE;EAC3B,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU,EAAE;EAC7C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACpC,SAAS,MAAM,IAAI,SAAS,IAAI,IAAI,CAAC,IAAI,YAAY,QAAQ,EAAE;EAC/D,YAAY,MAAM,CAAC,WAAW,CAAC,WAAW;EAC1C,gBAAgB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACxC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE,CAAC,EAAE;EACnD,gBAAgB,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EACtC,gBAAgB,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAClC,aAAa,CAAC,CAAC;EACf,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;EACzC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;EAC/B,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,0BAA0B,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChE,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC;EAC9B,QAAQ,IAAI,gBAAgB,GAAG,GAAG,YAAY,SAAS;EACvD,eAAe,GAAG,YAAY,UAAU;EACxC,eAAe,GAAG,YAAY,eAAe;EAC7C,eAAe,GAAG,YAAY,YAAY;EAC1C,eAAe,GAAG,YAAY,SAAS,CAAC;EACxC,QAAQ,IAAI,gBAAgB,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAChD,QAAQ,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAClC,QAAQ,IAAI,gBAAgB,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAChD,QAAQ,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,kBAAkB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACxD,QAAQ,IAAI,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,YAAY,0BAA0B,CAAC;;EAE9E,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACvD,YAAY,IAAI,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,mBAAmB,CAAC,EAAE;EACpE,gBAAgB,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EACnC,gBAAgB,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC/C,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,aAAa,MAAM,IAAI,SAAS,EAAE;EAClC,gBAAgB,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;EACnD,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,2BAA2B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EAC3E,aAAa;EACb,SAAS;EACT,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE;EACtD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EACrC,QAAQ,IAAI,YAAY,GAAG,MAAM,YAAY,UAAU;EACvD,YAAY,MAAM,YAAY,SAAS;EACvC,aAAa,MAAM,YAAY,QAAQ,IAAI,IAAI,KAAK,MAAM,CAAC,UAAU,CAAC,CAAC;EACvE,QAAQ,IAAI,YAAY,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE;EAChD,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE;EACxB,YAAY,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAClC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,UAAU,EAAE;EAClF,YAAY,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC3C,SAAS,MAAM;EACf,YAAY,MAAM,CAAC,WAAW,CAAC,WAAW;EAC1C,gBAAgB,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE,CAAC,EAAE;EACvD,oBAAoB,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EAC1C,oBAAoB,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,iBAAiB,CAAC,CAAC;EACnB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC3B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,QAAQ,EAAE;EAC3C,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACpC,SAAS,MAAM;EACf,YAAY,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACvC,SAAS;EACT,QAAQ,IAAI,YAAY,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE;EAChD,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,QAAQ,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,IAAI,EAAE;EAC3D,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC3B,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE;EACxB,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACrC,SAAS;EACT,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;EACzC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;EACxC,KAAK,CAAC,CAAC;;EAEP;;EAEA,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,OAAO,GAAG,GAAG,GAAG,EAAE,CAAC;EAC3C,QAAQ,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;EACrC,QAAQ,IAAI,IAAI,CAAC,UAAU,EAAE;EAC7B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC1C,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC9B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC;EAChC,QAAQ,IAAI,MAAM,GAAG;EACrB,eAAe,CAAC,YAAY,QAAQ;EACpC,eAAe,CAAC,YAAY,aAAa;EACzC,eAAe,CAAC,YAAY,cAAc;EAC1C,eAAe,CAAC,YAAY,SAAS;EACrC,eAAe,CAAC,YAAY,YAAY;EACxC,SAAS,CAAC;EACV,QAAQ,IAAI,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EACtC,QAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,QAAQ,IAAI,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EACtC,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,eAAe,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,IAAI,EAAE;EAClE,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC3B,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE;EACxB,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACrC,SAAS;EACT,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;EACxC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAClD,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,SAAS,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE;EACrC,QAAQ,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC;EAC1B,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC;EACnC,eAAe,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM;EAC1D,YAAY,OAAO,UAAU,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;EACzC;EACA;EACA;EACA;EACA;EACA;EACA;EACA,QAAQ,IAAI,CAAC,CAAC,EAAE,OAAO,MAAM,CAAC,eAAe,EAAE,CAAC;EAChD,QAAQ,OAAO,IAAI,EAAE;EACrB,YAAY,IAAI,CAAC,YAAY,MAAM,EAAE;EACrC,gBAAgB,IAAI,CAAC,CAAC,CAAC,WAAW,EAAE;EACpC,oBAAoB,UAAU,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EAClD,oBAAoB,OAAO;EAC3B,iBAAiB;EACjB,gBAAgB,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC;EAClC,aAAa,MAAM,IAAI,CAAC,YAAY,qBAAqB,EAAE;EAC3D,gBAAgB,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;EAC3B,aAAa,MAAM,MAAM;EACzB,SAAS;EACT,QAAQ,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EAC3C,KAAK;EACL,IAAI,QAAQ,CAAC,MAAM,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC5C,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC3B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACzC,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,IAAI,CAAC,WAAW,EAAE;EAC9B,YAAY,SAAS,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACpC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACjC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,IAAI,CAAC,WAAW,YAAY,MAAM;EAClD,gBAAgB,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC/C;EACA,gBAAgB,eAAe,CAAC,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC;EAC1D,SAAS,MAAM;EACf,YAAY,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;EACxC,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;EAC/B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC1C,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;EACxC,QAAQ,IAAI,IAAI,GAAG,CAAC,EAAE,kBAAkB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACvD,aAAa,MAAM,CAAC,UAAU,CAAC,WAAW;EAC1C,YAAY,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,MAAM,EAAE,CAAC,EAAE;EAClD,gBAAgB,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACpC,gBAAgB,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACrC,gBAAgB,IAAI,CAAC,GAAG,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC;EACtD,oBAAoB,MAAM,CAAC,OAAO,EAAE,CAAC;EACrC,aAAa,CAAC,CAAC;EACf,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;EACP,IAAI,gBAAgB,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,MAAM,EAAE;EAClE,QAAQ,MAAM,CAAC,OAAO,EAAE,CAAC;EACzB,QAAQ,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EACzC,YAAY,MAAM,CAAC,MAAM,EAAE,CAAC;EAC5B,YAAY,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC/B,YAAY,MAAM,CAAC,OAAO,EAAE,CAAC;EAC7B,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,WAAW,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACjD,QAAQ,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;EACjC,QAAQ,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;EACpC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC9C,QAAQ,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC7B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,QAAQ,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;EACpC,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,QAAQ,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC7C,QAAQ,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC5B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACnC,QAAQ,IAAI,IAAI,CAAC,MAAM,EAAE;EACzB,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,QAAQ,EAAE;EAC3B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACxC,SAAS;EACT,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC9B,QAAQ,IAAI,IAAI,CAAC,OAAO,EAAE;EAC1B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,WAAW,CAAC,WAAW;EAC1C,gBAAgB,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC3C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACnC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,WAAW,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACjD,QAAQ,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;EAChC,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACnC,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,eAAe,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,IAAI,EAAE;EAClE,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC3B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE,CAAC,EAAE;EAClD,YAAY,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EAClC,YAAY,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC9B,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,IAAI,MAAM,GAAG,CAAC,YAAY,OAAO,IAAI,CAAC,YAAY,SAAS,CAAC;EACpE,QAAQ,IAAI,gBAAgB,GAAG,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC;EAC/D,QAAQ,IAAI,gBAAgB;EAC5B,YAAY,MAAM,CAAC,SAAS,EAAE,CAAC;EAC/B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC7C,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;EACtC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC7C,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;EACtC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;EACxC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;EAC/B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,IAAI,CAAC,aAAa,EAAE;EAChC,YAAY,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC7C,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,cAAc,EAAE;EACvD,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,cAAc,EAAE;EACjC,YAAY,IAAI,IAAI,CAAC,cAAc,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,KAAK,GAAG,EAAE;EACtG,gBAAgB,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACrD,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,gBAAgB,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,UAAU,WAAW,EAAE,CAAC,EAAE;EACtE,oBAAoB,MAAM,CAAC,KAAK,EAAE,CAAC;EACnC,oBAAoB,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC9C,oBAAoB,IAAI,CAAC,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE;EAC5D,wBAAwB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1C,qBAAqB;EACrB,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,cAAc,EAAE;EACvD,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACjC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACvC,QAAQ,MAAM,CAAC,SAAS,EAAE,CAAC;EAC3B,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACrD,QAAQ,IAAI,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,YAAY,UAAU,CAAC;EAC9D,QAAQ,IAAI,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EAChD,QAAQ,IAAI,mBAAmB;EAC/B,YAAY,CAAC,UAAU,IAAI,UAAU,CAAC,YAAY,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI;EACpE,YAAY,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC;EACnC,QAAQ,IAAI,mBAAmB,EAAE;EACjC,YAAY,IAAI,SAAS,EAAE;EAC3B,gBAAgB,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;EACrD,aAAa,MAAM;EACnB,gBAAgB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACxC,aAAa;EACb,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC/B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,SAAS,EAAE;EAC3B,gBAAgB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACxC,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;EACrD,aAAa;EACb,SAAS,MAAM;EACf,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACpC,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;EAC/B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,IAAI,CAAC,UAAU,EAAE;EAC7B,YAAY,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;EACpC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,cAAc,EAAE;EACjC,YAAY,IAAI,IAAI,CAAC,cAAc,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,KAAK,GAAG,EAAE;EAC9F,gBAAgB,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACrD,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,gBAAgB,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,SAAS,WAAW,EAAE,CAAC,EAAE;EACrE,oBAAoB,MAAM,CAAC,KAAK,EAAE,CAAC;EACnC,oBAAoB,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC9C,oBAAoB,IAAI,CAAC,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE;EAC5D,wBAAwB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1C,qBAAqB;EACrB,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,aAAa;EACb,SAAS,MAAM,IAAI,IAAI,CAAC,cAAc,EAAE;EACxC,YAAY,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC9C,SAAS,MAAM,IAAI,IAAI,CAAC,mBAAmB,EAAE;EAC7C,YAAY,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACnD,YAAY,IAAI,IAAI,CAAC,mBAAmB,YAAY,eAAe,EAAE,OAAO;EAC5E,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,WAAW,EAAE;EAC9B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACjC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC3C,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,cAAc;EAC/B,mBAAmB,EAAE,IAAI,CAAC,cAAc,YAAY,SAAS;EAC7D,oBAAoB,IAAI,CAAC,cAAc,YAAY,YAAY;EAC/D,oBAAoB,IAAI,CAAC,cAAc,YAAY,SAAS,CAAC;EAC7D,eAAe,IAAI,CAAC,WAAW;EAC/B,eAAe,IAAI,CAAC,cAAc;EAClC,UAAU;EACV,YAAY,MAAM,CAAC,SAAS,EAAE,CAAC;EAC/B,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,qBAAqB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;EACvD,QAAQ,IAAI,MAAM,GAAG,KAAK,CAAC;EAC3B;EACA;EACA,QAAQ,IAAI,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC1D,YAAY,IAAI,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,IAAI,CAAC;EACjE,YAAY,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;EACrE,gBAAgB,MAAM,GAAG,IAAI,CAAC;EAC9B,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS,CAAC,CAAC,CAAC;EACZ,QAAQ,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;EACnC,KAAK;;EAEL,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAChC,QAAQ,IAAI,IAAI,CAAC,KAAK,EAAE;EACxB,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;EACrC,YAAY,IAAI,IAAI,GAAG,CAAC,YAAY,OAAO,IAAI,CAAC,YAAY,SAAS,CAAC;EACtE,YAAY,qBAAqB,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;EAC5D,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,QAAQ,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC9C,QAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,QAAQ,IAAI,IAAI,YAAY,OAAO,IAAI,CAAC,uBAAuB,CAAC,IAAI,EAAE,MAAM,CAAC;EAC7E,YAAY,OAAO;EACnB,QAAQ,IAAI,IAAI,CAAC,UAAU,YAAY,QAAQ,IAAI,IAAI,CAAC,UAAU,YAAY,UAAU,EAAE;EAC1F,YAAY,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAC3C,SAAS;EACT,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,EAAE;EAChD,gBAAgB,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EACtC,gBAAgB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACnC,aAAa,CAAC,CAAC;EACf,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC7C,QAAQ,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC5B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,QAAQ,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EAClD,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE;EACzD,QAAQ,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,KAAK,EAAE;EACvD,YAAY,IAAI,KAAK,GAAG,CAAC,EAAE;EAC3B,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,gBAAgB,IAAI,MAAM,CAAC,YAAY,EAAE,EAAE;EAC3C,oBAAoB,MAAM,CAAC,OAAO,EAAE,CAAC;EACrC,oBAAoB,MAAM,CAAC,MAAM,EAAE,CAAC;EACpC,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC/B,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAClD,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;EAC/B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC7C,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EACnC,QAAQ,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC3B,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC;EACjC,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,cAAc,CAAC,IAAI,CAAC,EAAE;EAC1D,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B,YAAY,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACzC,YAAY,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;EACtC,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B,SAAS,MAAM;EACf,YAAY,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,EAAE;EACpE,gBAAgB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,EAAE;EACtD,oBAAoB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EACtC,iBAAiB;EACjB,aAAa;EACb,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B;EACA,YAAY,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACzC,YAAY,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;EACpC,SAAS;EACT,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC7C,QAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,QAAQ,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACpC,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACrD,QAAQ,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC;EAC/B,QAAQ,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;EACzB,QAAQ,IAAI,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;EAC9B,gBAAgB,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;EAChC,mBAAmB,IAAI,CAAC,UAAU,YAAY,eAAe;EAC7D,mBAAmB,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE;EAC5D,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,gBAAgB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACtD,QAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EACpC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC;EAC/B,QAAQ,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAChC,QAAQ,IAAI,EAAE,CAAC,CAAC,CAAC,IAAI,GAAG;EACxB,eAAe,IAAI,CAAC,IAAI,YAAY,gBAAgB;EACpD,eAAe,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;EAC3C;EACA,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B,SAAS,MAAM;EACf;EACA,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;EACzB,QAAQ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,IAAI;EACpC,eAAe,IAAI,CAAC,KAAK,YAAY,eAAe;EACpD,eAAe,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,GAAG;EACzC,eAAe,IAAI,CAAC,KAAK,CAAC,UAAU,YAAY,eAAe;EAC/D,eAAe,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,QAAQ,IAAI,IAAI,EAAE;EACvD;EACA,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B,SAAS,MAAM;EACf;EACA,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACjC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACrD,QAAQ,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACrC,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACtC,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACvC,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,MAAM,CAAC,WAAW,CAAC,WAAW;EACtC,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,QAAQ,EAAE,GAAG,GAAG,CAAC,CAAC,MAAM,CAAC;EAClD,YAAY,IAAI,GAAG,GAAG,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EACxC,YAAY,CAAC,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE,CAAC,EAAE;EACvC,gBAAgB,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EACtC,gBAAgB,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAClC;EACA;EACA;EACA,gBAAgB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,IAAI,GAAG,YAAY,QAAQ;EAC5D,kBAAkB,MAAM,CAAC,KAAK,EAAE,CAAC;EACjC,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,GAAG,GAAG,CAAC,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,IAAI,IAAI,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC,WAAW;EACrE,YAAY,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,EAAE;EACtD,gBAAgB,IAAI,CAAC,EAAE;EACvB,oBAAoB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EACtC,oBAAoB,MAAM,CAAC,OAAO,EAAE,CAAC;EACrC,iBAAiB;EACjB,gBAAgB,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,gBAAgB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACnC,aAAa,CAAC,CAAC;EACf,YAAY,MAAM,CAAC,OAAO,EAAE,CAAC;EAC7B,SAAS,CAAC,CAAC;EACX,aAAa,kBAAkB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EAC9C,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC9B,QAAQ,MAAM,CAAC,KAAK,EAAE,CAAC;EACvB,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE;EACvB,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACpC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,OAAO,EAAE;EAC1B,YAAY,IAAI,MAAM;EACtB,mBAAmB,EAAE,IAAI,CAAC,OAAO,YAAY,aAAa,CAAC;EAC3D,mBAAmB,EAAE,IAAI,CAAC,OAAO,YAAY,cAAc,CAAC;EAC5D,mBAAmB,EAAE,IAAI,CAAC,OAAO,YAAY,mBAAmB,CAAC;EACjE,mBAAmB,EAAE,IAAI,CAAC,OAAO,YAAY,YAAY,CAAC;EAC1D,aAAa,CAAC;EACd,YAAY,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;EACpC,YAAY,IAAI,MAAM,EAAE;EACxB,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,aAAa;EACb,YAAY,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACvC,YAAY,IAAI,MAAM,EAAE;EACxB,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAClC,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,KAAK,EAAE,CAAC;EAC/B,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC,WAAW;EACrE,YAAY,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,EAAE;EACtD,gBAAgB,IAAI,CAAC,EAAE;EACvB,oBAAoB,MAAM,CAAC,OAAO,EAAE,CAAC;EACrC,iBAAiB;EACjB,gBAAgB,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,gBAAgB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACnC,aAAa,CAAC,CAAC;EACf,YAAY,MAAM,CAAC,OAAO,EAAE,CAAC;EAC7B,SAAS,CAAC,CAAC;EACX,aAAa,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAChC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,aAAa,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACnD,QAAQ,MAAM,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;EACnC,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,mBAAmB,CAAC,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE;EACrD,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;EACzC,YAAY,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;EACrC,SAAS,MAAM,IAAI,EAAE,GAAG,CAAC,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC,EAAE;EACjD,YAAY,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;EACxC,SAAS,MAAM,IAAI,cAAc,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,oBAAoB,CAAC,GAAG,CAAC,EAAE;EAC5F,YAAY,IAAI,KAAK,IAAI,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,EAAE;EAC7D,gBAAgB,MAAM,CAAC,YAAY,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;EAChD,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;EACvC,aAAa;EACb,SAAS,MAAM;EACf,YAAY,MAAM,CAAC,YAAY,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;EAC5C,SAAS;EACT,KAAK;;EAEL,IAAI,QAAQ,CAAC,gBAAgB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACtD,QAAQ,SAAS,QAAQ,CAAC,IAAI,EAAE;EAChC,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EACxC,YAAY,OAAO,GAAG,GAAG,GAAG,CAAC,YAAY,IAAI,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EAClE,SAAS;;EAET,QAAQ,IAAI,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;EACxD,QAAQ,IAAI,cAAc;EAC1B,YAAY,IAAI,CAAC,KAAK,YAAY,UAAU;EAC5C,YAAY,oBAAoB,CAAC,IAAI,CAAC,GAAG,CAAC;EAC1C,YAAY,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC,GAAG;EAC7C,YAAY,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC;EACnC,UAAU;EACV,YAAY,mBAAmB,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;;EAE9D,SAAS,MAAM,IAAI,cAAc;EACjC,YAAY,IAAI,CAAC,KAAK,YAAY,iBAAiB;EACnD,YAAY,IAAI,CAAC,KAAK,CAAC,IAAI,YAAY,UAAU;EACjD,YAAY,oBAAoB,CAAC,IAAI,CAAC,GAAG,CAAC;EAC1C,YAAY,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,GAAG;EAClD,UAAU;EACV,YAAY,mBAAmB,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;EAC9D,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC3C,SAAS,MAAM;EACf,YAAY,IAAI,EAAE,IAAI,CAAC,GAAG,YAAY,QAAQ,CAAC,EAAE;EACjD,gBAAgB,mBAAmB,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;EAClE,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,WAAW,CAAC,WAAW;EAC9C,oBAAoB,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC3C,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACrC,SAAS;EACT,KAAK,CAAC,CAAC;EACP,IAAI,kBAAkB,CAAC,SAAS,CAAC,sBAAsB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChF,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,IAAI,CAAC,MAAM,EAAE;EACzB,YAAY,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;EACnC,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,IAAI,EAAE;EAClB,YAAY,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC/B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,GAAG,YAAY,gBAAgB,EAAE;EAClD,YAAY,mBAAmB,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;EACnE,SAAS,MAAM;EACf,YAAY,MAAM,CAAC,WAAW,CAAC,WAAW;EAC1C,gBAAgB,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACvC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,gBAAgB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACtD,QAAQ,IAAI,CAAC,oBAAoB,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;EACjD,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,gBAAgB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACtD,QAAQ,IAAI,CAAC,oBAAoB,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;EACjD,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,iBAAiB,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EACvD,QAAQ,IAAI,IAAI,CAAC;EACjB,QAAQ,IAAI,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,KAAK,EAAE;EAC7C,YAAY,IAAI,GAAG,QAAQ,CAAC;EAC5B,SAAS,MAAM,IAAI,IAAI,CAAC,YAAY,EAAE;EACtC,YAAY,IAAI,GAAG,GAAG,CAAC;EACvB,SAAS,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE;EAC/B,YAAY,IAAI,GAAG,OAAO,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,CAAC,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EAChD,KAAK,CAAC,CAAC;EACP,IAAI,UAAU,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE;EACvD,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EACpC,QAAQ,MAAM,CAAC,UAAU,CAAC,GAAG,GAAG,GAAG,CAAC,YAAY,IAAI,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;EAC1E,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,UAAU,EAAE,UAAU,IAAI,EAAE,MAAM,EAAE;EACjD,QAAQ,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;EAC/B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;EAC7B,IAAI,QAAQ,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC9C,QAAQ,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC7B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAC/C,QAAQ,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;EAC9B,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAClD,QAAQ,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;EACtC,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;EACvE,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,IAAI,OAAO,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,IAAI,IAAI,EAAE;EAC7D,YAAY,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EACzC,SAAS,MAAM;EACf,YAAY,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;EACpD,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,MAAM,EAAE;EAChD,QAAQ,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;EACrC,QAAQ,IAAI,GAAG,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;EACpC,QAAQ,GAAG,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;EAClC,QAAQ,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC1B,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;EAChC,QAAQ,IAAI,CAAC,YAAY,UAAU,IAAI,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,IAAI,KAAK,IAAI;EAChF,YAAY,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC9B,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE;EAC3C,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;EACrC,YAAY,UAAU,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACrC,SAAS,MAAM;EACf,YAAY,IAAI,CAAC,IAAI,IAAI,IAAI,YAAY,kBAAkB;EAC3D,gBAAgB,MAAM,CAAC,eAAe,EAAE,CAAC;EACzC;EACA,gBAAgB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACnC,SAAS;EACT,KAAK;;EAEL;EACA,IAAI,SAAS,uBAAuB,CAAC,IAAI,EAAE,MAAM,EAAE;EACnD;EACA,QAAQ,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,OAAO,IAAI,CAAC;;EAE9C,QAAQ,OAAO,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EACzC,KAAK;;EAEL,IAAI,SAAS,OAAO,CAAC,CAAC,EAAE;EACxB,QAAQ,IAAI,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC;EAC3C,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;EAC3C,YAAY,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,GAAG,EAAE;EACnC,gBAAgB,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EAC5B,gBAAgB,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC;EAClC,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,SAAS,QAAQ,CAAC,GAAG,EAAE;EAC3B,QAAQ,IAAI,GAAG,GAAG,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,CAAC,OAAO,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC;EAC3F,QAAQ,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,GAAG,EAAE;EACrC,YAAY,CAAC,CAAC,IAAI;EAClB,gBAAgB,CAAC,GAAG,IAAI,CAAC,GAAG,IAAI,GAAG,KAAK,IAAI,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,WAAW,EAAE;EAC1E,aAAa,CAAC;EACd,YAAY,KAAK,CAAC,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG;EAClD,gBAAgB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;EACjD,aAAa;EACb,SAAS,MAAM,KAAK,CAAC,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG;EACrD,YAAY,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;EAC9D,SAAS;EACT,QAAQ,OAAO,OAAO,CAAC,CAAC,CAAC,CAAC;EAC1B,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE;EACtC,QAAQ,IAAI,CAAC,IAAI,IAAI,IAAI,YAAY,kBAAkB;EACvD,YAAY,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC/B,aAAa,IAAI,IAAI,YAAY,kBAAkB;EACnD,YAAY,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC/B,aAAa,MAAM,CAAC,UAAU,CAAC,WAAW;EAC1C,YAAY,MAAM,CAAC,MAAM,EAAE,CAAC;EAC5B,YAAY,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EAC/B,YAAY,MAAM,CAAC,OAAO,EAAE,CAAC;EAC7B,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL;;EAEA,IAAI,SAAS,MAAM,CAAC,QAAQ,EAAE,SAAS,EAAE;EACzC,QAAQ,QAAQ,CAAC,OAAO,CAAC,SAAS,QAAQ,EAAE;EAC5C,YAAY,QAAQ,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,CAAC,CAAC;EAC5D,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,MAAM,CAAC;EACX;EACA;EACA,QAAQ,QAAQ;EAChB;EACA,QAAQ,oBAAoB;EAC5B,QAAQ,YAAY;EACpB,KAAK,EAAE,IAAI,CAAC,CAAC;;EAEb;EACA;EACA,IAAI,MAAM,CAAC;EACX,QAAQ,SAAS;EACjB,QAAQ,kBAAkB;EAC1B,QAAQ,SAAS;EACjB,QAAQ,SAAS;EACjB,QAAQ,YAAY;EACpB,QAAQ,YAAY;EACpB,QAAQ,eAAe;EACvB,QAAQ,aAAa;EACrB,QAAQ,WAAW;EACnB,QAAQ,QAAQ;EAChB,QAAQ,UAAU;EAClB,QAAQ,OAAO;EACf,QAAQ,UAAU;EAClB,QAAQ,qBAAqB;EAC7B,QAAQ,UAAU;EAClB,QAAQ,UAAU;EAClB,QAAQ,gBAAgB;EACxB,QAAQ,OAAO;EACf,KAAK,EAAE,SAAS,MAAM,EAAE;EACxB,QAAQ,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACvC,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC;EACX,QAAQ,gBAAgB;EACxB,QAAQ,gBAAgB;EACxB,KAAK,EAAE,SAAS,MAAM,EAAE;EACxB,QAAQ,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EACtD,KAAK,CAAC,CAAC;;EAEP,IAAI,MAAM,CAAC,EAAE,kBAAkB,EAAE,EAAE,SAAS,MAAM,EAAE;EACpD,QAAQ,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;EACjD,KAAK,CAAC,CAAC;EACP,CAAC,GAAG,CAAC;;EC1/DL;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AAmEA;EACA,SAAS,SAAS,CAAC,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE;EACtC,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EAC1B,IAAI,IAAI,CAAC,IAAI,GAAG,EAAE,IAAI,EAAE,CAAC;EACzB,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACrB,IAAI,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;EACxB,IAAI,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EACvB,IAAI,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;EACzB,IAAI,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;EACtB,IAAI,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;EACxB,IAAI,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;EACxB,IAAI,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;EAC7B,IAAI,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;EAC5B,IAAI,IAAI,CAAC,EAAE,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC;EAClC,CAAC;;EAED,SAAS,CAAC,OAAO,GAAG,CAAC,CAAC;;EAEtB,IAAI,uBAAuB,GAAG,CAAC,IAAI,CAAC,CAAC;EACrC,IAAI,uBAAuB,GAAG,CAAC,IAAI,CAAC,CAAC;;EAErC,SAAS,CAAC,SAAS,GAAG;EACtB,IAAI,YAAY,EAAE,SAAS,OAAO,EAAE;EACpC,QAAQ,IAAI,CAAC,OAAO,EAAE,OAAO,GAAG,EAAE,CAAC;;EAEnC,QAAQ,OAAO,IAAI,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,QAAQ;EAC/C,gBAAgB,IAAI,CAAC,MAAM,GAAG,uBAAuB,CAAC;EACtD,eAAe,IAAI,CAAC,UAAU;EAC9B,eAAe,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;EACnD,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,gBAAgB;EACxD,qBAAqB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,eAAe,KAAK,SAAS,CAAC,OAAO,CAAC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;EAClH,eAAe,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,gBAAgB;EACvD,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,eAAe;EACvD,qBAAqB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,kBAAkB,KAAK,SAAS,CAAC,OAAO,CAAC,eAAe,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;EAC1H,KAAK;EACL,IAAI,MAAM,EAAE,SAAS,OAAO,EAAE;EAC9B,QAAQ,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC;EACzD,QAAQ,IAAI,IAAI,CAAC,MAAM,IAAI,KAAK,IAAI,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EAC1D,YAAY,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrD,SAAS,MAAM,IAAI,CAAC,IAAI,CAAC,YAAY,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE;EACtE,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACnC,YAAY,IAAI,OAAO,CAAC,GAAG,IAAI,GAAG,YAAY,gBAAgB;EAC9D,gBAAgB,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC;EACnC,YAAY,IAAI,GAAG,CAAC;EACpB,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,SAAS,EAAE,EAAE;EACxC,gBAAgB,IAAI,CAAC,YAAY,GAAG,GAAG,CAAC,YAAY,IAAI,GAAG,CAAC,IAAI,CAAC;EACjE,aAAa;EACb,gBAAgB,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC,YAAY,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EAClE,YAAY,IAAI,IAAI,CAAC,MAAM,IAAI,KAAK,EAAE;EACtC,gBAAgB,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;EACxD,aAAa;EACb,SAAS;EACT,KAAK;EACL,IAAI,SAAS,EAAE,WAAW;EAC1B,QAAQ,OAAO,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACjE,KAAK;EACL,CAAC,CAAC;;EAEF,YAAY,CAAC,SAAS,CAAC,kBAAkB,EAAE,SAAS,OAAO,EAAE;EAC7D,IAAI,OAAO,GAAG,QAAQ,CAAC,OAAO,EAAE;EAChC,QAAQ,KAAK,EAAE,IAAI;EACnB,QAAQ,GAAG,EAAE,KAAK;EAClB,QAAQ,QAAQ,EAAE,KAAK;EACvB,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,IAAI,IAAI,GAAG,IAAI,CAAC;EACpB,IAAI,IAAI,KAAK,GAAG,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;EACzC,IAAI,IAAI,MAAM,GAAG,IAAI,UAAU,EAAE,CAAC;EAClC,IAAI,IAAI,KAAK,GAAG,IAAI,CAAC;EACrB,IAAI,IAAI,gBAAgB,GAAG,IAAI,CAAC;EAChC,IAAI,IAAI,UAAU,GAAG,EAAE,CAAC;EACxB,IAAI,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EACpD,QAAQ,IAAI,IAAI,CAAC,cAAc,EAAE,EAAE;EACnC,YAAY,IAAI,UAAU,GAAG,KAAK,CAAC;EACnC,YAAY,IAAI,CAAC,WAAW,GAAG,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;EAC3D,YAAY,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC;EAC9C,YAAY,IAAI,EAAE,IAAI,YAAY,SAAS,CAAC,EAAE;EAC9C,gBAAgB,KAAK,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;EACvD,gBAAgB,KAAK,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;EACvD,gBAAgB,KAAK,CAAC,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;EACzD,aAAa;EACb,YAAY,IAAI,OAAO,CAAC,QAAQ,EAAE;EAClC,gBAAgB,IAAI,IAAI,YAAY,OAAO,IAAI,IAAI,YAAY,SAAS,EAAE;EAC1E,oBAAoB,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAC3C,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,KAAK,GAAG,UAAU,CAAC;EAC/B,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,iBAAiB,EAAE;EAC/C,YAAY,gBAAgB,GAAG,IAAI,CAAC;EACpC,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,gBAAgB,GAAG,IAAI,CAAC;EACpC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE;EACvC,YAAY,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;EACxC,YAAY,IAAI,UAAU,GAAG,KAAK,CAAC;EACnC,YAAY,IAAI,UAAU,GAAG,KAAK,CAAC;EACnC,YAAY,IAAI,WAAW,GAAG,MAAM,CAAC;EACrC,YAAY,KAAK,GAAG,KAAK,GAAG,IAAI,CAAC;EACjC,YAAY,MAAM,GAAG,IAAI,UAAU,EAAE,CAAC;EACtC,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,KAAK,GAAG,UAAU,CAAC;EAC/B,YAAY,KAAK,GAAG,UAAU,CAAC;EAC/B,YAAY,MAAM,GAAG,WAAW,CAAC;EACjC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,oBAAoB,EAAE;EAClD,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,YAAY,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE;EACpC,gBAAgB,MAAM,IAAI,KAAK,CAAC,eAAe,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC,CAAC;EAClF,aAAa;EACb,YAAY,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;EAClC,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;EAC/B,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,QAAQ,EAAE;EACtC,YAAY,KAAK,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,YAAY;EACrD,gBAAgB,CAAC,CAAC,SAAS,GAAG,IAAI,CAAC;EACnC,YAAY,OAAO;EACnB,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,UAAU,EAAE;EACxC,YAAY,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EAC/B,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE;EACvC,YAAY,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;EAC/B,YAAY,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;EACjC,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,gBAAgB,EAAE;EAC9C,YAAY,KAAK,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,IAAI,WAAW,GAAG,SAAS,GAAG,KAAK,CAAC,CAAC;EACnF,SAAS,MAAM,IAAI,IAAI,YAAY,eAAe,EAAE;EACpD;EACA;EACA;EACA;EACA;EACA,YAAY,WAAW,CAAC,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,YAAY,CAAC,eAAe,EAAE,EAAE,YAAY,CAAC,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;EAC1G,SAAS,MAAM,IAAI,IAAI,YAAY,eAAe,EAAE;EACpD,YAAY,WAAW,CAAC,KAAK,CAAC,YAAY,CAAC,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;EAC5D,SAAS,MAAM,IAAI,IAAI,YAAY,gBAAgB,EAAE;EACrD,YAAY,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;EACrC,SAAS,MAAM,IAAI,IAAI,YAAY,kBAAkB,EAAE;EACvD;EACA;EACA,YAAY,WAAW,CAAC,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,YAAY,EAAE,YAAY,CAAC,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;EACxF,SAAS,MAAM,IAAI,IAAI,YAAY,aAAa;EAChD,eAAe,IAAI,YAAY,aAAa;EAC5C,eAAe,IAAI,YAAY,eAAe,EAAE;EAChD,YAAY,IAAI,GAAG,CAAC;EACpB,YAAY,IAAI,IAAI,YAAY,0BAA0B,EAAE;EAC5D,gBAAgB,GAAG,GAAG,KAAK,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACrD,aAAa,MAAM;EACnB,gBAAgB,GAAG,GAAG,KAAK,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,IAAI,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;EAC5F,aAAa;EACb,YAAY,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,EAAE,SAAS,GAAG,EAAE;EAC7C,gBAAgB,IAAI,GAAG,KAAK,IAAI,EAAE,OAAO,IAAI,CAAC;EAC9C,gBAAgB,IAAI,IAAI,YAAY,0BAA0B,EAAE;EAChE,oBAAoB,OAAO,GAAG,YAAY,gBAAgB,CAAC;EAC3D,iBAAiB;EACjB,gBAAgB,OAAO,EAAE,GAAG,YAAY,aAAa,IAAI,GAAG,YAAY,eAAe,CAAC,CAAC;EACzF,aAAa,CAAC,EAAE;EAChB,gBAAgB,QAAQ;EACxB,oBAAoB,IAAI,CAAC,IAAI,GAAG,aAAa;EAC7C,oBAAoB,IAAI,CAAC,KAAK,CAAC,IAAI;EACnC,oBAAoB,IAAI,CAAC,KAAK,CAAC,IAAI;EACnC,oBAAoB,IAAI,CAAC,KAAK,CAAC,GAAG;EAClC,oBAAoB,IAAI,CAAC,KAAK,CAAC,GAAG;EAClC,iBAAiB,CAAC;EAClB,aAAa;EACb,YAAY,IAAI,EAAE,IAAI,YAAY,gBAAgB,CAAC,EAAE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;EACzE,YAAY,GAAG,CAAC,aAAa,GAAG,gBAAgB,CAAC;EACjD,YAAY,IAAI,KAAK,KAAK,KAAK,EAAE;EACjC,gBAAgB,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;EAC5C,gBAAgB,IAAI,GAAG,GAAG,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;EACpD,gBAAgB,IAAI,IAAI,CAAC,MAAM,KAAK,GAAG,EAAE;EACzC,oBAAoB,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC;EACtC,oBAAoB,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EAC5C,iBAAiB;EACjB,aAAa;EACb,SAAS,MAAM,IAAI,IAAI,YAAY,eAAe,EAAE;EACpD,YAAY,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,KAAK,GAAG,KAAK,CAAC;EACnD,SAAS,MAAM,IAAI,IAAI,YAAY,YAAY,EAAE;EACjD,YAAY,IAAI,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC5C,YAAY,IAAI,CAAC,GAAG,EAAE,MAAM,IAAI,KAAK,CAAC,eAAe,CAAC,uCAAuC,EAAE;EAC/F,gBAAgB,IAAI,EAAE,IAAI,CAAC,IAAI;EAC/B,gBAAgB,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EACrC,gBAAgB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG;EACnC,aAAa,CAAC,CAAC,CAAC;EAChB,YAAY,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC;EAC9B,SAAS;EACT,QAAQ,IAAI,EAAE,KAAK,YAAY,YAAY,CAAC,KAAK,IAAI,YAAY,UAAU,IAAI,IAAI,YAAY,UAAU,CAAC,EAAE;EAC5G,YAAY,QAAQ;EACpB,gBAAgB,IAAI,CAAC,IAAI,GAAG,yCAAyC;EACrE,gBAAgB,IAAI,CAAC,KAAK,CAAC,IAAI;EAC/B,gBAAgB,IAAI,CAAC,KAAK,CAAC,IAAI;EAC/B,gBAAgB,IAAI,CAAC,KAAK,CAAC,GAAG;EAC9B,gBAAgB,IAAI,CAAC,KAAK,CAAC,GAAG;EAC9B,aAAa,CAAC;EACd,SAAS;;EAET,QAAQ,SAAS,WAAW,CAAC,GAAG,EAAE,KAAK,EAAE;EACzC,YAAY,IAAI,gBAAgB,EAAE;EAClC,gBAAgB,IAAI,CAAC,GAAG,CAAC,CAAC;EAC1B,gBAAgB,GAAG;EACnB,oBAAoB,KAAK,EAAE,CAAC;EAC5B,iBAAiB,QAAQ,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,KAAK,gBAAgB,EAAE;EAC9D,aAAa;EACb,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EACxC,YAAY,IAAI,GAAG,CAAC,MAAM,GAAG,IAAI,YAAY,UAAU,IAAI,uBAAuB,EAAE;EACpF,gBAAgB,IAAI,QAAQ,GAAG,IAAI,CAAC,mBAAmB,CAAC;EACxD,gBAAgB,IAAI,CAAC,QAAQ,YAAY,SAAS,IAAI,QAAQ,YAAY,YAAY,KAAK,IAAI,CAAC,UAAU,EAAE;EAC5G,oBAAoB,GAAG,CAAC,MAAM,GAAG,uBAAuB,CAAC;EACzD,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;EACP,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;;EAElB;EACA,IAAI,IAAI,CAAC,OAAO,GAAG,IAAI,UAAU,EAAE,CAAC;EACpC,IAAI,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EACpD,QAAQ,IAAI,IAAI,YAAY,eAAe,IAAI,IAAI,CAAC,KAAK,EAAE;EAC3D,YAAY,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACpD,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,aAAa,EAAE;EAC3C,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACjC,YAAY,IAAI,IAAI,IAAI,MAAM,IAAI,EAAE,CAAC,MAAM,EAAE,YAAY,QAAQ,EAAE;EACnE,gBAAgB,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC,GAAG,CAAC,CAAC,YAAY,EAAE;EAChF,oBAAoB,CAAC,CAAC,SAAS,GAAG,IAAI,CAAC;EACvC,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,GAAG,CAAC;EACpB,YAAY,IAAI,EAAE,CAAC,MAAM,EAAE,YAAY,eAAe,IAAI,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW;EAClF,mBAAmB,EAAE,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,EAAE;EAC5D,gBAAgB,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;EAC5C,gBAAgB,IAAI,IAAI,YAAY,gBAAgB,EAAE,GAAG,CAAC,MAAM,GAAG,uBAAuB,CAAC;EAC3F,aAAa,MAAM,IAAI,GAAG,CAAC,KAAK,YAAY,UAAU,IAAI,IAAI,IAAI,WAAW,EAAE;EAC/E,gBAAgB,GAAG,CAAC,KAAK,CAAC,cAAc,GAAG,IAAI,CAAC;EAChD,aAAa;EACb,YAAY,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC;EAC9B,YAAY,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EACpC,YAAY,IAAI,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE;EAC3C,mBAAmB,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,0BAA0B,CAAC,EAAE;EACzE,gBAAgB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC;EAC1D,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT;EACA,QAAQ,IAAI,GAAG,CAAC;EAChB,QAAQ,IAAI,IAAI,YAAY,eAAe,KAAK,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC,SAAS,EAAE,CAAC,EAAE;EACtF,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/B,YAAY,OAAO,CAAC,EAAE;EACtB,gBAAgB,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;EAC3C,gBAAgB,IAAI,CAAC,KAAK,GAAG,CAAC,KAAK,EAAE,MAAM;EAC3C,gBAAgB,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC;EACnC,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;EACP,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;;EAElB;EACA,IAAI,IAAI,OAAO,CAAC,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE;EACzC,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EACzD,YAAY,IAAI,IAAI,YAAY,eAAe,EAAE;EACjD,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACrC,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC;EAClD,gBAAgB,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;EAC9C,gBAAgB,IAAI,GAAG,GAAG,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;EAC1G,gBAAgB,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EAC3C,oBAAoB,GAAG,CAAC,MAAM,GAAG,GAAG,CAAC;EACrC,oBAAoB,GAAG,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EAC3C,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC;EAClC,gBAAgB,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EACxC,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS,CAAC,CAAC,CAAC;EACZ,KAAK;;EAEL;EACA;EACA;EACA;EACA,IAAI,IAAI,OAAO,CAAC,QAAQ,EAAE;EAC1B,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACpD,YAAY,IAAI,KAAK,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACtC,YAAY,KAAK,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE;EAC5D,gBAAgB,SAAS,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;EAC/C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH,YAAY,CAAC,SAAS,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE;EACpD,IAAI,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACjD,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;EAC3B,QAAQ,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EACjC,KAAK,MAAM;EACX,QAAQ,IAAI,CAAC,GAAG,IAAI,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC1C,QAAQ,CAAC,CAAC,UAAU,GAAG,IAAI,CAAC;EAC5B,QAAQ,CAAC,CAAC,MAAM,GAAG,IAAI,CAAC;EACxB,QAAQ,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;EAC7B,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH,SAAS,CAAC,SAAS,CAAC,iBAAiB,EAAE,SAAS,YAAY,EAAE;EAC9D,IAAI,IAAI,CAAC,SAAS,GAAG,IAAI,UAAU,EAAE,CAAC;EACtC,IAAI,IAAI,CAAC,SAAS,GAAG,IAAI,UAAU,EAAE,CAAC;EACtC,IAAI,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;EAC3B,IAAI,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;EAC3B,IAAI,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;EACrC,IAAI,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;EACvB,IAAI,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;EACpB,CAAC,CAAC,CAAC;;EAEH,QAAQ,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;EACnD,SAAS,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;EACpD,UAAU,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;EACrD,YAAY,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;EACvD,gBAAgB,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;EAC3D,SAAS,CAAC,SAAS,CAAC,gBAAgB,EAAE,WAAW,CAAC,CAAC;EACnD,sBAAsB,CAAC,SAAS,CAAC,gBAAgB,EAAE,WAAW,CAAC,CAAC;;EAEhE,UAAU,CAAC,SAAS,CAAC,iBAAiB,EAAE,WAAW;EACnD,IAAI,SAAS,CAAC,SAAS,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;EAC/D,IAAI,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;EAChC,IAAI,IAAI,CAAC,YAAY,CAAC,IAAI,gBAAgB,CAAC;EAC3C,QAAQ,IAAI,EAAE,WAAW;EACzB,QAAQ,KAAK,EAAE,IAAI,CAAC,KAAK;EACzB,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG;EACrB,KAAK,CAAC,CAAC,CAAC;EACR,CAAC,CAAC,CAAC;;EAEH,SAAS,CAAC,SAAS,CAAC,iBAAiB,EAAE,WAAW;EAClD,IAAI,SAAS,CAAC,SAAS,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;EAC/D,IAAI,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;EAChC,CAAC,CAAC,CAAC;;EAEH,UAAU,CAAC,SAAS,CAAC,eAAe,EAAE,SAAS,OAAO,EAAE;EACxD,IAAI,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EAChC,IAAI,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;EACvB,IAAI,OAAO,CAAC,EAAE;EACd,QAAQ,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;EACnC,QAAQ,IAAI,OAAO,CAAC,WAAW,EAAE;EACjC,YAAY,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE;EACzC,gBAAgB,IAAI,SAAS,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,EAAE;EAC5D,oBAAoB,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;EACrD,iBAAiB;EACjB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,CAAC,KAAK,GAAG,CAAC,KAAK,EAAE,MAAM;EACnC,QAAQ,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC;EAC3B,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH,UAAU,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,OAAO,EAAE;EACpD,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC5C,IAAI,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;EAChC,CAAC,CAAC,CAAC;;EAEH,SAAS,CAAC,SAAS,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE;EACpD,IAAI,IAAI,IAAI,YAAY,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACrD,IAAI,OAAO,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC;EACnC,YAAY,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC;EACxE,CAAC,CAAC,CAAC;;EAEH,SAAS,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,MAAM,EAAE,IAAI,EAAE;EAC3D,IAAI,IAAI,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAC9C,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,IAAI,GAAG,CAAC,IAAI,YAAY,SAAS,EAAE,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC;EACpE,IAAI,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EACzC,IAAI,OAAO,GAAG,CAAC;EACf,CAAC,CAAC,CAAC;;EAEH,SAAS,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,MAAM,EAAE,IAAI,EAAE;EAC3D,IAAI,IAAI,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC9C,IAAI,IAAI,GAAG,EAAE;EACb,QAAQ,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC9B,QAAQ,IAAI,GAAG,CAAC,IAAI,KAAK,GAAG,CAAC,KAAK,KAAK,MAAM,CAAC,KAAK,IAAI,GAAG,CAAC,IAAI,YAAY,YAAY,CAAC,EAAE;EAC1F,YAAY,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC;EAC5B,SAAS;EACT,KAAK,MAAM;EACX,QAAQ,GAAG,GAAG,IAAI,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;EAChD,QAAQ,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAC7C,QAAQ,GAAG,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC;EACxC,KAAK;EACL,IAAI,OAAO,MAAM,CAAC,MAAM,GAAG,GAAG,CAAC;EAC/B,CAAC,CAAC,CAAC;;EAEH,SAAS,YAAY,CAAC,KAAK,EAAE,OAAO,EAAE;EACtC,IAAI,IAAI,GAAG,GAAG,KAAK,CAAC,QAAQ,CAAC;EAC7B,IAAI,GAAG,EAAE,OAAO,IAAI,EAAE;EACtB,QAAQ,IAAI,CAAC,GAAG,MAAM,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;EACtC,QAAQ,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,SAAS;;EAExC;EACA;EACA,QAAQ,IAAI,MAAM,CAAC,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,SAAS;;EAElD;EACA;EACA;EACA,QAAQ,KAAK,IAAI,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC5C,YAAY,IAAI,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;EAC7B,YAAY,IAAI,IAAI,GAAG,GAAG,CAAC,YAAY,KAAK,GAAG,CAAC,YAAY,CAAC,OAAO,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,CAAC;EACnF,YAAY,IAAI,CAAC,IAAI,IAAI,EAAE,SAAS,GAAG,CAAC;EACxC,SAAS;EACT,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;EACL,CAAC;;EAED,SAAS,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,OAAO,EAAE;EACtD,IAAI,OAAO,YAAY,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACvC,CAAC,CAAC,CAAC;;EAEH,YAAY,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,OAAO,EAAE;EACzD,IAAI,IAAI,IAAI,CAAC;EACb,IAAI,GAAG;EACP,QAAQ,IAAI,GAAG,YAAY,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC3C,KAAK,QAAQ,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;EAC3C,IAAI,OAAO,IAAI,CAAC;EAChB,CAAC,CAAC,CAAC;;EAEH,YAAY,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,OAAO,EAAE,GAAG,EAAE;EAC9D;EACA;EACA;;EAEA,IAAI,IAAI,UAAU,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,gBAAgB,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;;EAEpG;EACA,IAAI,IAAI,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC,YAAY,IAAI,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;;EAErF,IAAI,OAAO,IAAI,EAAE;EACjB,QAAQ,IAAI,IAAI,GAAG,YAAY,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/C,QAAQ,IAAI,CAAC,WAAW,IAAI,WAAW,IAAI,IAAI;EAC/C,YAAY,OAAO,IAAI,CAAC;EACxB,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH,UAAU,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,OAAO,EAAE;EACvD,IAAI,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EAChC,IAAI,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;EAC7C,CAAC,CAAC,CAAC;;EAEH;EACA,SAAS,CAAC,SAAS,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;;EAElD,UAAU,CAAC,SAAS,CAAC,cAAc,EAAE,WAAW;EAChD,IAAI,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,UAAU,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;EACxE,CAAC,CAAC,CAAC;;EAEH,UAAU,CAAC,SAAS,CAAC,YAAY,EAAE,WAAW;EAC9C,IAAI,OAAO,IAAI,CAAC,MAAM,CAAC;EACvB,CAAC,CAAC,CAAC;;EAEH,UAAU,CAAC,SAAS,CAAC,QAAQ,EAAE,WAAW;EAC1C,IAAI,OAAO,IAAI,CAAC,UAAU,EAAE,CAAC,MAAM,CAAC;EACpC,CAAC,CAAC,CAAC;;EAEH,YAAY,CAAC,SAAS,CAAC,0BAA0B,EAAE,SAAS,OAAO,EAAE;EACrE,IAAI,OAAO,GAAG,QAAQ,CAAC,OAAO,EAAE;EAChC,QAAQ,IAAI,UAAU,KAAK;EAC3B,QAAQ,GAAG,WAAW,KAAK;EAC3B,QAAQ,eAAe,EAAE,KAAK;EAC9B,QAAQ,WAAW,GAAG,KAAK;EAC3B,QAAQ,MAAM,QAAQ,KAAK;EAC3B,QAAQ,QAAQ,MAAM,EAAE;EACxB,QAAQ,QAAQ,MAAM,KAAK;EAC3B,KAAK,CAAC,CAAC;EACP,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC,EAAE;EAC3B,QAAQ,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;EAChC,KAAK;EACL,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,GAAG,EAAE,CAAC;EAChE;EACA,IAAI,SAAS,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;EAC7C,IAAI,OAAO,OAAO,CAAC;EACnB,CAAC,CAAC,CAAC;;EAEH,YAAY,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,OAAO,EAAE;EACzD,IAAI,OAAO,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;;EAErD;EACA;EACA;EACA;EACA,IAAI,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC;EACnB,IAAI,IAAI,SAAS,GAAG,EAAE,CAAC;;EAEvB,IAAI,IAAI,aAAa,GAAG,IAAI,CAAC,aAAa,GAAG,IAAI,GAAG,EAAE,CAAC;EACvD,IAAI,IAAI,OAAO,CAAC,KAAK,EAAE;EACvB,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACnC,QAAQ,IAAI,OAAO,CAAC,KAAK,CAAC,KAAK,EAAE;EACjC,YAAY,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,YAAY,EAAE;EAC5D,gBAAgB,aAAa,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;EAChD,aAAa,CAAC,CAAC;EACf,SAAS;EACT,KAAK;;EAEL,IAAI,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EACpD,QAAQ,IAAI,IAAI,YAAY,oBAAoB,EAAE;EAClD;EACA,YAAY,IAAI,YAAY,GAAG,KAAK,CAAC;EACrC,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,KAAK,GAAG,YAAY,CAAC;EACjC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE;EACvC,YAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACzC,YAAY,OAAO;EACnB,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,cAAc,EAAE,EAAE;EACnC,YAAY,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACrD,YAAY,OAAO;EACnB,SAAS;EACT,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE;EACvC,YAAY,IAAI,IAAI,CAAC;EACrB,YAAY,GAAG,IAAI,GAAG,MAAM,CAAC,EAAE,KAAK,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE;EACpE,YAAY,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;EACrC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,EAAE,OAAO,CAAC,GAAG,IAAI,OAAO,CAAC,QAAQ,CAAC,IAAI,IAAI,YAAY,eAAe,EAAE;EACnF,YAAY,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;EAC9C,YAAY,OAAO;EACnB,SAAS;EACT,KAAK,CAAC,CAAC;EACP,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAClB,IAAI,SAAS,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE,EAAE,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;;EAE9D,IAAI,SAAS,OAAO,CAAC,MAAM,EAAE;EAC7B,QAAQ,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE;EACpD,YAAY,IAAI,EAAE,MAAM,CAAC,MAAM,GAAG,uBAAuB,CAAC,EAAE;EAC5D,gBAAgB,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACvC,aAAa;EACb,SAAS;EACT,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH,YAAY,CAAC,SAAS,CAAC,sBAAsB,EAAE,SAAS,OAAO,EAAE;EACjE,IAAI,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC;EACrD,IAAI,IAAI,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACpC,IAAI,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;EACvC,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EAC/B,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC5C,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACpE,QAAQ,IAAI,IAAI,YAAY,eAAe,EAAE,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;EACxE,KAAK,CAAC,CAAC,CAAC;EACR,IAAI,OAAO,KAAK,CAAC;;EAEjB,IAAI,SAAS,QAAQ,CAAC,IAAI,EAAE;EAC5B,QAAQ,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EAC3B,KAAK;;EAEL,IAAI,SAAS,OAAO,CAAC,GAAG,EAAE;EAC1B,QAAQ,IAAI,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;EAC5B,QAAQ,IAAI,GAAG,CAAC,MAAM,IAAI,KAAK,IAAI,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAC3E,aAAa,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE,OAAO;EACpD,QAAQ,QAAQ,CAAC,IAAI,CAAC,CAAC;EACvB,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH,YAAY,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,OAAO,EAAE;EACzD,IAAI,MAAM,CAAC,KAAK,EAAE,CAAC;EACnB,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;EAClB,IAAI,OAAO,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;EACrD,IAAI,IAAI,KAAK,GAAG,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;EACnD,IAAI,IAAI,KAAK,GAAG,CAAC,CAAC;EAClB,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC9B,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC5C,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACnE,QAAQ,IAAI,IAAI,YAAY,eAAe,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;EACvE,KAAK,CAAC,CAAC,CAAC;;EAER,IAAI,SAAS,SAAS,GAAG;EACzB,QAAQ,IAAI,IAAI,CAAC;EACjB,QAAQ,GAAG;EACX,YAAY,IAAI,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;EACnC,SAAS,QAAQ,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE;EACtD,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,SAAS,MAAM,CAAC,GAAG,EAAE;EACzB,QAAQ,IAAI,GAAG,CAAC,MAAM,IAAI,OAAO,CAAC,KAAK,EAAE,OAAO;EAChD,QAAQ,IAAI,GAAG,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE,OAAO;EAC9C,QAAQ,IAAI,MAAM,CAAC,GAAG,CAAC,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,OAAO;EACvD,QAAQ,IAAI,CAAC,GAAG,GAAG,CAAC,SAAS,EAAE,CAAC;EAChC,QAAQ,GAAG,CAAC,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,GAAG,SAAS,EAAE,CAAC;EAC5C,QAAQ,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EACvC,YAAY,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;EAChC,SAAS,CAAC,CAAC;EACX,QAAQ,GAAG,CAAC,UAAU,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EAC7C,YAAY,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;EAChC,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH,QAAQ,CAAC,SAAS,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;EAC7C,YAAY,CAAC,SAAS,CAAC,WAAW,EAAE,WAAW;EAC/C,IAAI,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EACzD,CAAC,CAAC,CAAC;;EAEH,YAAY,CAAC,SAAS,CAAC,wBAAwB,EAAE,SAAS,OAAO,EAAE;EACnE,IAAI,OAAO,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;EACrD,IAAI,IAAI;EACR,QAAQ,QAAQ,CAAC,SAAS,CAAC,KAAK,GAAG,SAAS,MAAM,EAAE,YAAY,EAAE;EAClE,YAAY,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;EAC9C,YAAY,IAAI,IAAI,YAAY,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE;EAC3E,gBAAgB,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;EAC/C,aAAa,MAAM,IAAI,OAAO,CAAC,UAAU,EAAE;EAC3C,gBAAgB,IAAI,IAAI,YAAY,OAAO,EAAE;EAC7C,oBAAoB,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC;EACvD,iBAAiB,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EACpD,oBAAoB,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAC/C,iBAAiB;EACjB,aAAa;EACb,SAAS,CAAC;EACV,QAAQ,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC,CAAC;EACnD,KAAK,SAAS;EACd,QAAQ,QAAQ,CAAC,SAAS,CAAC,KAAK,GAAG,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC;EAC7D,KAAK;EACL,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;;EAElB,IAAI,SAAS,WAAW,CAAC,IAAI,EAAE;EAC/B,QAAQ,IAAI,IAAI,YAAY,UAAU,EAAE;EACxC,YAAY,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC;EAC5C,SAAS,MAAM,IAAI,IAAI,YAAY,eAAe,EAAE;EACpD,YAAY,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACzC,YAAY,WAAW,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EAC1C,SAAS,MAAM,IAAI,IAAI,YAAY,YAAY,EAAE;EACjD,YAAY,WAAW,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC;EAC1C,SAAS;EACT,KAAK;EACL,CAAC,CAAC,CAAC;;AAEH,AAAG,MAAC,MAAM,GAAG,CAAC,WAAW;EACzB,IAAI,IAAI,OAAO,GAAG,wDAAwD,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;EACrF,IAAI,IAAI,MAAM,GAAG,YAAY,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;EACxC,IAAI,IAAI,KAAK,EAAE,SAAS,CAAC;EACzB,IAAI,SAAS,KAAK,GAAG;EACrB,QAAQ,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACxC,QAAQ,OAAO,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE;EACrC,YAAY,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;EAC9B,SAAS,CAAC,CAAC;EACX,QAAQ,MAAM,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE;EACpC,YAAY,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;EAC9B,SAAS,CAAC,CAAC;EACX,KAAK;EACL,IAAI,MAAM,CAAC,QAAQ,GAAG,SAAS,GAAG,EAAE,KAAK,EAAE;EAC3C,QAAQ,KAAK,IAAI,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC5C,YAAY,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC;EACvC,SAAS;EACT,KAAK,CAAC;EACN,IAAI,SAAS,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE;EAC3B,QAAQ,OAAO,SAAS,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;EAC3C,KAAK;EACL,IAAI,MAAM,CAAC,IAAI,GAAG,WAAW;EAC7B,QAAQ,KAAK,GAAG,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;EAC/E,KAAK,CAAC;EACN,IAAI,MAAM,CAAC,KAAK,GAAG,KAAK,CAAC;EACzB,IAAI,KAAK,EAAE,CAAC;EACZ,IAAI,SAAS,MAAM,CAAC,GAAG,EAAE;EACzB,QAAQ,IAAI,GAAG,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,CAAC;EAChC,QAAQ,GAAG,EAAE,CAAC;EACd,QAAQ,GAAG;EACX,YAAY,GAAG,EAAE,CAAC;EAClB,YAAY,GAAG,IAAI,KAAK,CAAC,GAAG,GAAG,IAAI,CAAC,CAAC;EACrC,YAAY,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,IAAI,CAAC,CAAC;EACzC,YAAY,IAAI,GAAG,EAAE,CAAC;EACtB,SAAS,QAAQ,GAAG,GAAG,CAAC,EAAE;EAC1B,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;EACL,IAAI,OAAO,MAAM,CAAC;EAClB,CAAC,GAAG;;ECnxBJ;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AAyIA;EACA,SAAS,UAAU,CAAC,OAAO,EAAE,gBAAgB,EAAE;EAC/C,IAAI,IAAI,EAAE,IAAI,YAAY,UAAU,CAAC;EACrC,QAAQ,OAAO,IAAI,UAAU,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC;EACzD,IAAI,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACxD,IAAI,IAAI,OAAO,CAAC,QAAQ,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI,CAAC;EACrF,IAAI,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,OAAO,EAAE;EACrC,QAAQ,SAAS,OAAO,KAAK;EAC7B,QAAQ,MAAM,UAAU,CAAC,gBAAgB;EACzC,QAAQ,QAAQ,QAAQ,CAAC,gBAAgB;EACzC,QAAQ,oBAAoB,GAAG,KAAK;EACpC,QAAQ,aAAa,GAAG,CAAC,gBAAgB;EACzC,QAAQ,WAAW,KAAK,CAAC,gBAAgB;EACzC,QAAQ,cAAc,EAAE,CAAC,gBAAgB;EACzC,QAAQ,YAAY,IAAI,CAAC,gBAAgB;EACzC,QAAQ,SAAS,OAAO,CAAC,gBAAgB;EACzC,QAAQ,QAAQ,QAAQ,IAAI;EAC5B,QAAQ,UAAU,MAAM,CAAC,gBAAgB;EACzC,QAAQ,YAAY,IAAI,KAAK;EAC7B,QAAQ,aAAa,GAAG,CAAC,gBAAgB;EACzC,QAAQ,IAAI,YAAY,CAAC;EACzB,QAAQ,QAAQ,QAAQ,CAAC,gBAAgB;EACzC,QAAQ,UAAU,MAAM,KAAK;EAC7B,QAAQ,WAAW,KAAK,KAAK;EAC7B,QAAQ,UAAU,MAAM,KAAK;EAC7B,QAAQ,WAAW,KAAK,CAAC,gBAAgB;EACzC,QAAQ,UAAU,MAAM,KAAK;EAC7B,QAAQ,GAAG,aAAa,KAAK;EAC7B,QAAQ,SAAS,OAAO,CAAC,gBAAgB;EACzC,QAAQ,MAAM,UAAU,CAAC,gBAAgB;EACzC,QAAQ,SAAS,OAAO,CAAC,gBAAgB;EACzC,QAAQ,eAAe,EAAE,KAAK;EAC9B,QAAQ,UAAU,MAAM,IAAI;EAC5B,QAAQ,WAAW,KAAK,KAAK;EAC7B,QAAQ,aAAa,GAAG,KAAK;EAC7B,QAAQ,KAAK,WAAW,CAAC,gBAAgB;EACzC,QAAQ,MAAM,UAAU,KAAK;EAC7B,QAAQ,WAAW,KAAK,CAAC,gBAAgB;EACzC,QAAQ,MAAM,UAAU,CAAC;EACzB,QAAQ,UAAU,MAAM,CAAC,gBAAgB;EACzC,QAAQ,YAAY,IAAI,CAAC,gBAAgB,IAAI,QAAQ;EACrD,QAAQ,UAAU,MAAM,IAAI;EAC5B,QAAQ,YAAY,IAAI,CAAC,gBAAgB;EACzC,QAAQ,WAAW,KAAK,CAAC,gBAAgB;EACzC,QAAQ,SAAS,OAAO,CAAC,gBAAgB;EACzC,QAAQ,YAAY,IAAI,CAAC,gBAAgB;EACzC,QAAQ,QAAQ,QAAQ,CAAC,gBAAgB;EACzC,QAAQ,UAAU,MAAM,IAAI;EAC5B,QAAQ,QAAQ,QAAQ,CAAC,EAAE,OAAO,IAAI,OAAO,CAAC,YAAY,CAAC,CAAC;EAC5D,QAAQ,OAAO,SAAS,CAAC,gBAAgB;EACzC,QAAQ,MAAM,UAAU,KAAK;EAC7B,QAAQ,aAAa,GAAG,KAAK;EAC7B,QAAQ,YAAY,IAAI,KAAK;EAC7B,QAAQ,eAAe,EAAE,KAAK;EAC9B,QAAQ,WAAW,KAAK,KAAK;EAC7B,QAAQ,cAAc,EAAE,KAAK;EAC7B,QAAQ,YAAY,IAAI,KAAK;EAC7B,QAAQ,aAAa,GAAG,KAAK;EAC7B,QAAQ,gBAAgB,EAAE,KAAK;EAC/B,QAAQ,MAAM,UAAU,CAAC,gBAAgB;EACzC,QAAQ,QAAQ,QAAQ,KAAK;EAC7B,KAAK,EAAE,IAAI,CAAC,CAAC;EACb,IAAI,IAAI,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;EAClD,IAAI,IAAI,OAAO,WAAW,IAAI,QAAQ,EAAE,KAAK,IAAI,GAAG,IAAI,WAAW,EAAE;EACrE,QAAQ,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,WAAW,EAAE,GAAG,CAAC,EAAE;EACrD,YAAY,WAAW,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE;EAChE,gBAAgB,UAAU,EAAE,IAAI;EAChC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,KAAK;EACL,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;EACpE,IAAI,IAAI,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;EAChD,IAAI,IAAI,OAAO,UAAU,IAAI,UAAU,EAAE;EACzC,QAAQ,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;EACrC,KAAK,MAAM;EACX,QAAQ,IAAI,CAAC,UAAU,GAAG,UAAU,GAAG,SAAS,IAAI,EAAE;EACtD,YAAY,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC,CAAC;EAC3E,SAAS,GAAG,WAAW,CAAC;EACxB,KAAK;EACL,IAAI,IAAI,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;EAChD,IAAI,IAAI,UAAU,YAAY,MAAM,EAAE;EACtC,QAAQ,IAAI,CAAC,UAAU,GAAG,SAAS,GAAG,EAAE;EACxC,YAAY,OAAO,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAC7C,SAAS,CAAC;EACV,KAAK,MAAM,IAAI,OAAO,UAAU,IAAI,UAAU,EAAE;EAChD,QAAQ,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;EACrC,KAAK,MAAM,IAAI,UAAU,EAAE;EAC3B,QAAQ,IAAI,OAAO,UAAU,IAAI,QAAQ,EAAE;EAC3C,YAAY,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAC/C,SAAS;EACT,QAAQ,IAAI,CAAC,UAAU,GAAG,SAAS,GAAG,EAAE;EACxC,YAAY,OAAO,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EACjD,SAAS,CAAC;EACV,KAAK;EACL,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;EAChC,QAAQ,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;EAC7C,QAAQ,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;EACxC,KAAK;EACL,IAAI,IAAI,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;EAC5C,IAAI,IAAI,CAAC,QAAQ,GAAG,OAAO,QAAQ,IAAI,QAAQ,GAAG;EAClD,QAAQ,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC;EACrC,QAAQ,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC;EACnC,KAAK,GAAG;EACR,QAAQ,KAAK,EAAE,QAAQ;EACvB,QAAQ,IAAI,EAAE,QAAQ;EACtB,KAAK,CAAC;EACN,IAAI,IAAI,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;EAC9C,IAAI,IAAI,CAAC,eAAe,GAAG,SAAS,IAAI,CAAC,GAAG,GAAG,GAAG,SAAS,GAAG,CAAC,CAAC;EAChE,IAAI,IAAI,CAAC,iBAAiB,GAAG,EAAE,CAAC;EAChC,CAAC;;EAED,UAAU,CAAC,SAAS,GAAG,IAAI,eAAe,CAAC;EAC3C,KAAK,CAAC,UAAU,CAAC,SAAS,EAAE;EAC5B,IAAI,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE;EACvD,IAAI,OAAO,EAAE,SAAS,GAAG,EAAE;EAC3B,QAAQ,IAAI,GAAG,CAAC,MAAM,EAAE,OAAO,IAAI,CAAC;EACpC,QAAQ,IAAI,GAAG,CAAC,MAAM,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE;EAC3E,YAAY,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,eAAe,GAAG,OAAO,GAAG,MAAM,CAAC;EACzF,gBAAgB,OAAO,IAAI,CAAC;EAC5B,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;EACL,IAAI,kBAAkB,EAAE,WAAW;EACnC,QAAQ,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,CAAC;EACnD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;EAC/B,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;EACpD,YAAY,IAAI,CAAC,YAAY,mBAAmB;EAChD,mBAAmB,CAAC,YAAY,eAAe,IAAI,CAAC,CAAC,SAAS,KAAK,IAAI;EACvE,mBAAmB,CAAC,YAAY,UAAU,IAAI,CAAC,CAAC,SAAS,KAAK,IAAI;EAClE,mBAAmB,CAAC,YAAY,OAAO,IAAI,CAAC,CAAC,SAAS,KAAK,IAAI;EAC/D,mBAAmB,CAAC,YAAY,MAAM,IAAI,CAAC,CAAC,SAAS,KAAK,IAAI;EAC9D,mBAAmB,CAAC,YAAY,eAAe,IAAI,CAAC,CAAC,QAAQ,IAAI,GAAG,IAAI,CAAC,CAAC,UAAU,KAAK,IAAI,EAAE;EAC/F,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,CAAC,YAAY,UAAU,KAAK,CAAC,CAAC,QAAQ,IAAI,IAAI,IAAI,CAAC,CAAC,QAAQ,IAAI,IAAI,CAAC;EACrF,mBAAmB,CAAC,YAAY,eAAe;EAC/C,mBAAmB,CAAC,CAAC,SAAS,EAAE,KAAK,IAAI,EAAE;EAC3C,gBAAgB,IAAI,GAAG,CAAC,CAAC;EACzB,aAAa,MAAM;EACnB,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;EACb,SAAS;EACT,KAAK;EACL,IAAI,QAAQ,EAAE,SAAS,IAAI,EAAE;EAC7B,QAAQ,IAAI,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;EAC1C,QAAQ,IAAI,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;EACvC,YAAY,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC;EAC1C,SAAS;EACT,QAAQ,IAAI,MAAM,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,CAAC;EAC/C,QAAQ,IAAI,SAAS,GAAG,CAAC,GAAG,CAAC,CAAC;EAC9B,QAAQ,IAAI,QAAQ,GAAG,KAAK,CAAC;EAC7B,QAAQ,IAAI,MAAM,GAAG,EAAE,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC;EACjD,QAAQ,KAAK,IAAI,IAAI,GAAG,CAAC,EAAE,IAAI,GAAG,MAAM,EAAE,IAAI,EAAE,EAAE;EAClD,YAAY,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;EAC1C,YAAY,IAAI,IAAI,KAAK,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,EAAE;EAC3D;EACA,gBAAgB,IAAI,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;EAC3C,aAAa;EACb,YAAY,IAAI,IAAI,GAAG,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC;EACtD,gBAAgB,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;EAC3C,YAAY,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;EACxC,YAAY,IAAI,MAAM,GAAG,CAAC,EAAE;EAC5B,gBAAgB,IAAI,KAAK,GAAG,CAAC,CAAC;EAC9B,gBAAgB,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,WAAW;EACpD,oBAAoB,KAAK,EAAE,CAAC;EAC5B,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,IAAI,CAAC,IAAI,CAAC,OAAO,GAAG,IAAI,GAAG,gBAAgB,GAAG,SAAS,GAAG,WAAW,GAAG,KAAK,CAAC,CAAC;EAC/F,gBAAgB,IAAI,KAAK,GAAG,SAAS,EAAE;EACvC,oBAAoB,SAAS,GAAG,KAAK,CAAC;EACtC,oBAAoB,QAAQ,GAAG,KAAK,CAAC;EACrC,iBAAiB,MAAM,IAAI,QAAQ,EAAE;EACrC,oBAAoB,MAAM;EAC1B,iBAAiB,MAAM;EACvB,oBAAoB,QAAQ,GAAG,IAAI,CAAC;EACpC,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;EACvC,YAAY,IAAI,CAAC,kBAAkB,CAAC,KAAK,CAAC,CAAC;EAC3C,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,IAAI,IAAI,EAAE,WAAW;EACrB,QAAQ,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,SAAS,EAAE;EAChD,YAAY,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;EACrD,SAAS;EACT,KAAK;EACL,IAAI,IAAI,EAAE,SAAS,IAAI,EAAE,KAAK,EAAE;EAChC,QAAQ,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE;EACnC;EACA,YAAY,IAAI,OAAO,GAAG,eAAe,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EACvD,YAAY,IAAI,EAAE,OAAO,IAAI,IAAI,CAAC,iBAAiB,CAAC,EAAE;EACtD,gBAAgB,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;EACvD,gBAAgB,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;EACzD,aAAa;EACb,SAAS;EACT,KAAK;EACL,IAAI,cAAc,EAAE,WAAW;EAC/B,QAAQ,IAAI,CAAC,iBAAiB,GAAG,EAAE,CAAC;EACpC,KAAK;EACL,IAAI,MAAM,EAAE,SAAS,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE;EAC7C,QAAQ,IAAI,IAAI,CAAC,SAAS,EAAE,OAAO,IAAI,CAAC;EACxC,QAAQ,IAAI,SAAS,GAAG,KAAK,CAAC;EAC9B,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE;EACvC,YAAY,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;EAC/C,YAAY,IAAI,GAAG,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC;EACjD,YAAY,SAAS,GAAG,IAAI,CAAC;EAC7B,SAAS;EACT;EACA;EACA;EACA;EACA;EACA;EACA;EACA,QAAQ,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC5B;EACA;EACA;EACA,QAAQ,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC5B,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;EACtC,QAAQ,IAAI,SAAS,IAAI,GAAG,YAAY,SAAS,EAAE;EACnD,YAAY,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EAClC,YAAY,OAAO,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;EAC/B,SAAS;EACT,QAAQ,IAAI,GAAG,KAAK,IAAI,EAAE,GAAG,CAAC,SAAS,GAAG,IAAI,CAAC;EAC/C,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;EACL,CAAC,CAAC,CAAC;;EAEH,CAAC,WAAW;;EAEZ,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE;EAC3C,QAAQ,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACxD,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,IAAI,IAAI,CAAC,UAAU,EAAE,OAAO,IAAI,CAAC;EAC7C,YAAY,IAAI,UAAU,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,OAAO,IAAI,CAAC;EACjE,YAAY,IAAI,GAAG,GAAG,SAAS,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAClD,YAAY,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC;EAClC,YAAY,OAAO,GAAG,CAAC;EACvB,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,YAAY,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACtD,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,SAAS,CAAC,cAAc,EAAE,WAAW;EACtD,QAAQ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EACjE,YAAY,IAAI,IAAI,CAAC,IAAI,IAAI,MAAM,EAAE;EACrC,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC;EAC1C,gBAAgB,IAAI,GAAG,YAAY,cAAc,EAAE;EACnD,oBAAoB,IAAI,IAAI,GAAG,GAAG,CAAC,UAAU,CAAC;EAC9C,oBAAoB,OAAO,IAAI,CAAC,UAAU,EAAE;EAC5C,wBAAwB,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EAC/C,qBAAqB;EACrB,oBAAoB,IAAI,iBAAiB,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,IAAI,SAAS,EAAE;EAC3E,wBAAwB,OAAO,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAC9D,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,SAAS,CAAC,CAAC,CAAC;EACZ,KAAK,CAAC,CAAC;;EAEP,IAAI,QAAQ,CAAC,SAAS,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE;EACvD,QAAQ,OAAO,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,EAAE,IAAI,IAAI,CAAC,eAAe,EAAE,CAAC;EAC1F,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,CAAC,SAAS,CAAC,oBAAoB,EAAE,SAAS,MAAM,EAAE,UAAU,EAAE;EAC3E,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,EAAE,GAAG,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EACpD,YAAY,IAAI,MAAM,IAAI,IAAI,YAAY,mBAAmB,EAAE;EAC/D,gBAAgB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACnD,oBAAoB,KAAK,EAAE,IAAI,CAAC,IAAI;EACpC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,IAAI,CAAC,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EACvD,gBAAgB,IAAI,UAAU,EAAE;EAChC,oBAAoB,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACjG,oBAAoB,OAAO,KAAK,GAAG,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACxE,wBAAwB,IAAI,EAAE,KAAK;EACnC,qBAAqB,CAAC,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EAC7D,iBAAiB;EACjB,gBAAgB,OAAO,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EAC5D,oBAAoB,IAAI,EAAE,IAAI,CAAC,KAAK,IAAI,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACzE,wBAAwB,QAAQ,EAAE,MAAM;EACxC,wBAAwB,UAAU,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAChE,4BAA4B,KAAK,EAAE,CAAC;EACpC,yBAAyB,CAAC;EAC1B,qBAAqB,CAAC;EACtB,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,KAAK,IAAI,EAAE;EAC1F,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,SAAS,EAAE;EAC3C,gBAAgB,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;EACjD,gBAAgB,IAAI,KAAK,IAAI,CAAC,EAAE;EAChC,oBAAoB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtE,iBAAiB;EACjB,aAAa,MAAM,IAAI,IAAI,YAAY,MAAM,EAAE;EAC/C,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACpD,gBAAgB,IAAI,IAAI,CAAC,WAAW,EAAE;EACtC,oBAAoB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtE,iBAAiB;EACjB,aAAa,MAAM,IAAI,IAAI,YAAY,QAAQ,EAAE;EACjD,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACpD,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC3B,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE;EACrC,QAAQ,GAAG,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC;EAC7B,QAAQ,IAAI,GAAG,YAAY,QAAQ,EAAE,OAAO;EAC5C,QAAQ,IAAI,KAAK,CAAC;EAClB,QAAQ,IAAI,GAAG,YAAY,SAAS,EAAE;EACtC,YAAY,IAAI,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;EACxC,YAAY,IAAI,GAAG,IAAI,QAAQ,EAAE,OAAO,uBAAuB,CAAC,QAAQ,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;EACtF,YAAY,IAAI,OAAO,GAAG,IAAI,QAAQ,IAAI,GAAG,IAAI,QAAQ,EAAE,KAAK,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;EACjF,SAAS,MAAM,IAAI,GAAG,YAAY,UAAU,EAAE;EAC9C,YAAY,GAAG,GAAG,EAAE,GAAG,GAAG,CAAC;EAC3B,YAAY,IAAI,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC;EACvC,YAAY,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAClD,gBAAgB,IAAI,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EACpC,gBAAgB,IAAI,EAAE,IAAI,YAAY,gBAAgB,CAAC,EAAE,OAAO;EAChE,gBAAgB,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,GAAG,EAAE,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;EAC3E,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,KAAK,YAAY,aAAa,IAAI,KAAK,CAAC,WAAW,EAAE,IAAI,KAAK,CAAC;EAC9E,KAAK;;EAEL,IAAI,SAAS,WAAW,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE;EACxE,QAAQ,IAAI,MAAM,GAAG,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EACtC,QAAQ,IAAI,GAAG,GAAG,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACvC,QAAQ,IAAI,GAAG,EAAE,OAAO,GAAG,CAAC;EAC5B,QAAQ,IAAI,CAAC,SAAS;EACtB,eAAe,MAAM,YAAY,QAAQ;EACzC,eAAe,MAAM,CAAC,UAAU,KAAK,IAAI;EACzC,eAAe,EAAE,KAAK,YAAY,SAAS,CAAC;EAC5C,eAAe,EAAE,KAAK,YAAY,SAAS,CAAC;EAC5C,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,UAAU,CAAC;EAC/C,gBAAgB,EAAE,KAAK,YAAY,YAAY,CAAC;EAChD,mBAAmB,EAAE,MAAM,YAAY,OAAO,CAAC,IAAI,KAAK,CAAC,aAAa,EAAE,CAAC,EAAE;EAC3E,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,MAAM,YAAY,SAAS,EAAE;EACzC,YAAY,OAAO,WAAW,CAAC,UAAU,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;EAC1E,SAAS;EACT,QAAQ,IAAI,MAAM,YAAY,gBAAgB,IAAI,IAAI,KAAK,MAAM,CAAC,KAAK,EAAE;EACzE,YAAY,IAAI,GAAG,GAAG,EAAE,CAAC,MAAM,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;EAC3C,YAAY,OAAO,WAAW,CAAC,UAAU,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;EACpE,SAAS;EACT,QAAQ,IAAI,MAAM,YAAY,cAAc,IAAI,MAAM,CAAC,UAAU,KAAK,IAAI,EAAE;EAC5E,YAAY,IAAI,IAAI,GAAG,aAAa,CAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC;EAC7D,YAAY,OAAO,CAAC,SAAS,IAAI,WAAW,CAAC,UAAU,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;EACtF,SAAS;EACT,KAAK;;EAEL,IAAI,CAAC,SAAS,eAAe,EAAE;EAC/B,QAAQ,eAAe,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;;EAExC,QAAQ,SAAS,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE;EAC5C,YAAY,GAAG,CAAC,WAAW,GAAG,CAAC,CAAC;EAChC,YAAY,GAAG,CAAC,OAAO,GAAG,KAAK,CAAC;EAChC,YAAY,GAAG,CAAC,aAAa,GAAG,KAAK,CAAC;EACtC,YAAY,GAAG,CAAC,OAAO,GAAG,KAAK,CAAC;EAChC,YAAY,IAAI,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE,EAAE;EACpC,gBAAgB,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;EAClC,aAAa,MAAM,IAAI,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;EAC3F,gBAAgB,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,IAAI,CAAC;EACrC,aAAa,MAAM;EACnB,gBAAgB,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;EAClC,aAAa;EACb,YAAY,GAAG,CAAC,cAAc,GAAG,CAAC,CAAC;EACnC,YAAY,GAAG,CAAC,UAAU,GAAG,EAAE,CAAC;EAChC,YAAY,GAAG,CAAC,cAAc,GAAG,SAAS,CAAC;EAC3C,YAAY,GAAG,CAAC,UAAU,GAAG,SAAS,CAAC;EACvC,SAAS;;EAET,QAAQ,SAAS,eAAe,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;EACvD,YAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE;EAC9C,gBAAgB,SAAS,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;EAC3C,gBAAgB,IAAI,GAAG,CAAC,KAAK,KAAK,IAAI,EAAE;EACxC,oBAAoB,GAAG,CAAC,QAAQ,GAAG,EAAE,CAAC,QAAQ,CAAC;EAC/C,oBAAoB,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;EACxC,iBAAiB,MAAM,IAAI,GAAG,CAAC,KAAK,EAAE;EACtC,oBAAoB,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC;EACrD,oBAAoB,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;EACxC,iBAAiB;EACjB,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,SAAS,qBAAqB,CAAC,UAAU,EAAE,IAAI,EAAE;EACzD,YAAY,IAAI,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE;EAChF,gBAAgB,SAAS,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;EAC3C,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,SAAS,IAAI,CAAC,EAAE,EAAE;EAC1B,YAAY,EAAE,CAAC,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;EACrD,SAAS;;EAET,QAAQ,SAAS,GAAG,CAAC,EAAE,EAAE;EACzB,YAAY,EAAE,CAAC,QAAQ,GAAG,MAAM,CAAC,cAAc,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;EAC7D,SAAS;;EAET,QAAQ,SAAS,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE;EACrC,YAAY,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EACvC,SAAS;;EAET,QAAQ,SAAS,YAAY,CAAC,EAAE,EAAE,GAAG,EAAE;EACvC,YAAY,IAAI,GAAG,CAAC,UAAU,IAAI,GAAG,EAAE,OAAO,KAAK,CAAC;EACpD,YAAY,IAAI,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE;EACrC,gBAAgB,IAAI,GAAG,CAAC,KAAK,IAAI,IAAI,EAAE;EACvC,oBAAoB,IAAI,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC3C,oBAAoB,IAAI,IAAI,YAAY,gBAAgB,IAAI,IAAI,CAAC,IAAI,IAAI,WAAW,EAAE,OAAO,KAAK,CAAC;EACnG,oBAAoB,GAAG,CAAC,KAAK,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAC/D,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,OAAO,GAAG,CAAC,KAAK,YAAY,SAAS,CAAC;EAClD,SAAS;;EAET,QAAQ,SAAS,cAAc,CAAC,EAAE,EAAE,GAAG,EAAE,KAAK,EAAE;EAChD,YAAY,IAAI,GAAG,CAAC,KAAK,KAAK,SAAS,EAAE,OAAO,IAAI,CAAC;EACrD,YAAY,IAAI,GAAG,CAAC,KAAK,KAAK,IAAI,IAAI,GAAG,CAAC,QAAQ,EAAE;EACpD,gBAAgB,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC;EAC7C,gBAAgB,OAAO,GAAG,CAAC,QAAQ,CAAC;EACpC,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,QAAQ,EAAE,GAAG,CAAC,EAAE,CAAC,EAAE,OAAO,KAAK,CAAC;EACxD,YAAY,IAAI,CAAC,YAAY,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,OAAO,KAAK,CAAC;EACrD,YAAY,IAAI,GAAG,CAAC,KAAK,KAAK,KAAK,EAAE,OAAO,KAAK,CAAC;EAClD,YAAY,IAAI,GAAG,CAAC,KAAK,IAAI,IAAI,KAAK,CAAC,KAAK,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,GAAG,GAAG,CAAC,WAAW,CAAC,EAAE,OAAO,KAAK,CAAC;EACvG,YAAY,OAAO,GAAG,CAAC,GAAG,CAAC,IAAI,EAAE,SAAS,GAAG,EAAE;EAC/C,gBAAgB,OAAO,EAAE,GAAG,YAAY,eAAe;EACvD,uBAAuB,GAAG,YAAY,eAAe;EACrD,uBAAuB,GAAG,YAAY,gBAAgB,CAAC,CAAC;EACxD,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,SAAS,QAAQ,CAAC,EAAE,EAAE,UAAU,EAAE,GAAG,EAAE;EAC/C,YAAY,OAAO,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;EAC9C,mBAAmB,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE;EACtC,mBAAmB,GAAG,CAAC,UAAU,CAAC,MAAM,GAAG,GAAG,CAAC,cAAc,IAAI,CAAC;EAClE,mBAAmB,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC;EACtD,SAAS;;EAET,QAAQ,SAAS,YAAY,CAAC,KAAK,EAAE;EACrC,YAAY,IAAI,CAAC,KAAK,EAAE,OAAO,KAAK,CAAC;EACrC,YAAY,OAAO,KAAK,CAAC,WAAW,EAAE;EACtC,mBAAmB,KAAK,YAAY,UAAU;EAC9C,mBAAmB,KAAK,YAAY,QAAQ,CAAC;EAC7C,SAAS;;EAET,QAAQ,SAAS,YAAY,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE;EACvE,YAAY,IAAI,MAAM,GAAG,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EAC1C,YAAY,IAAI,KAAK,EAAE;EACvB,gBAAgB,IAAI,KAAK,CAAC,WAAW,EAAE,EAAE,OAAO;EAChD,gBAAgB,IAAI,KAAK,YAAY,mBAAmB,EAAE,OAAO;EACjE,aAAa;EACb,YAAY,IAAI,MAAM,YAAY,UAAU,IAAI,MAAM,CAAC,QAAQ,IAAI,GAAG,IAAI,IAAI,KAAK,MAAM,CAAC,KAAK;EAC/F,mBAAmB,MAAM,YAAY,QAAQ,KAAK,IAAI,KAAK,MAAM,CAAC,UAAU,IAAI,MAAM,YAAY,OAAO,CAAC;EAC1G,mBAAmB,MAAM,YAAY,QAAQ,IAAI,IAAI,KAAK,MAAM,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,KAAK,CAAC,CAAC,KAAK;EAChG,mBAAmB,MAAM,YAAY,UAAU,IAAI,IAAI,KAAK,MAAM,CAAC,KAAK;EACxE,mBAAmB,MAAM,YAAY,SAAS,IAAI,IAAI,KAAK,MAAM,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,KAAK,CAAC,CAAC,KAAK,EAAE;EACnG,gBAAgB,IAAI,KAAK,GAAG,CAAC,IAAI,EAAE,KAAK,IAAI,KAAK,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC;EAC5F,gBAAgB,IAAI,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,GAAG,KAAK,EAAE,CAAC,CAAC,OAAO,GAAG,KAAK,CAAC;EACvE,gBAAgB,OAAO;EACvB,aAAa,MAAM,IAAI,MAAM,YAAY,SAAS;EAClD,mBAAmB,MAAM,YAAY,SAAS;EAC9C,mBAAmB,MAAM,YAAY,UAAU,IAAI,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC;EAC3E,mBAAmB,MAAM,YAAY,eAAe,IAAI,IAAI,KAAK,MAAM,CAAC,SAAS;EACjF,mBAAmB,MAAM,YAAY,aAAa;EAClD,mBAAmB,MAAM,YAAY,YAAY,IAAI,IAAI,KAAK,MAAM,CAAC,SAAS,EAAE,EAAE;EAClF,gBAAgB,YAAY,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,KAAK,CAAC,CAAC;EAC7E,aAAa,MAAM,IAAI,MAAM,YAAY,gBAAgB,IAAI,IAAI,KAAK,MAAM,CAAC,KAAK,EAAE;EACpF,gBAAgB,IAAI,GAAG,GAAG,EAAE,CAAC,MAAM,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;EAC/C,gBAAgB,YAAY,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,EAAE,KAAK,CAAC,CAAC;EACvE,aAAa,MAAM,IAAI,MAAM,YAAY,cAAc,IAAI,IAAI,KAAK,MAAM,CAAC,UAAU,EAAE;EACvF,gBAAgB,KAAK,GAAG,aAAa,CAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC;EAC9D,gBAAgB,YAAY,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;EAChF,gBAAgB,IAAI,KAAK,EAAE,OAAO;EAClC,aAAa;EACb,YAAY,IAAI,KAAK,GAAG,CAAC,EAAE,OAAO;EAClC,YAAY,IAAI,MAAM,YAAY,YAAY,IAAI,IAAI,KAAK,MAAM,CAAC,SAAS,EAAE,EAAE,OAAO;EACtF,YAAY,IAAI,MAAM,YAAY,mBAAmB,EAAE,OAAO;EAC9D,YAAY,CAAC,CAAC,aAAa,GAAG,IAAI,CAAC;EACnC,SAAS;;EAET,QAAQ,IAAI,UAAU,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACvD,YAAY,IAAI,EAAE,IAAI,YAAY,UAAU,CAAC,EAAE,OAAO;EACtD,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EACtC,YAAY,IAAI,CAAC,CAAC,EAAE,OAAO;EAC3B,YAAY,IAAI,IAAI,YAAY,aAAa,EAAE,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACvE,YAAY,CAAC,CAAC,KAAK,GAAG,KAAK,CAAC;EAC5B,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,YAAY,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACxE,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,eAAe,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;EAClD,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;EACnD,QAAQ,eAAe,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACtE,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,IAAI,IAAI,CAAC,IAAI,YAAY,iBAAiB,EAAE;EACxD,gBAAgB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC3C,gBAAgB,OAAO;EACvB,aAAa;EACb,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;EAChC,YAAY,IAAI,EAAE,GAAG,YAAY,aAAa,CAAC,EAAE,OAAO;EACxD,YAAY,IAAI,CAAC,GAAG,GAAG,CAAC,UAAU,EAAE,CAAC;EACrC,YAAY,IAAI,IAAI,GAAG,cAAc,CAAC,EAAE,EAAE,CAAC,EAAE,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACpE,YAAY,CAAC,CAAC,WAAW,EAAE,CAAC;EAC5B,YAAY,IAAI,CAAC,IAAI,EAAE,OAAO;EAC9B,YAAY,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAChC,YAAY,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,EAAE,OAAO;EACvD,YAAY,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,IAAI,GAAG,CAAC;EAC1C,YAAY,IAAI,KAAK,GAAG,EAAE,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAC/C,YAAY,IAAI,WAAW,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,OAAO;EACpE,YAAY,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACnC,YAAY,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,OAAO,GAAG,IAAI,CAAC;EACtC,YAAY,CAAC,CAAC,KAAK,GAAG,EAAE,GAAG,WAAW;EACtC,gBAAgB,OAAO,IAAI,CAAC,KAAK,CAAC;EAClC,aAAa,GAAG,WAAW;EAC3B,gBAAgB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACnD,oBAAoB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACxD,oBAAoB,IAAI,EAAE,KAAK,YAAY,QAAQ,GAAG,KAAK,GAAG,KAAK,EAAE;EACrE,oBAAoB,KAAK,EAAE,IAAI,CAAC,KAAK;EACrC,iBAAiB,CAAC,CAAC;EACnB,aAAa,CAAC;EACd,YAAY,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;EAC/B,YAAY,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAChC,YAAY,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;EAC9B,YAAY,YAAY,CAAC,EAAE,EAAE,CAAC,EAAE,GAAG,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;EAC9D,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE;EACjD,YAAY,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,OAAO;EAChD,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC/B,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAChC,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACrE,YAAY,qBAAqB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,QAAQ,EAAE,SAAS,EAAE,EAAE;EAC/C,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACrC,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,SAAS,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAChC,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,mBAAmB,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE;EACnE,YAAY,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;EACjC,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,eAAe,EAAE,SAAS,EAAE,EAAE;EACtD,YAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACpC,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACrC,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACtC,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,WAAW,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE;EAC3D,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;;EAEX,QAAQ,SAAS,aAAa,CAAC,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACxD,YAAY,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;EACjC,YAAY,IAAI,QAAQ,GAAG,EAAE,CAAC,QAAQ,CAAC;EACvC,YAAY,EAAE,CAAC,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC9C,YAAY,eAAe,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;EAClD,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC;EACnC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,eAAe,CAAC,YAAY,EAAE,aAAa,CAAC,CAAC;EACrD,QAAQ,eAAe,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;EAClD,QAAQ,eAAe,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EAClE,YAAY,qBAAqB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACpD,YAAY,IAAI,UAAU,GAAG,EAAE,CAAC,OAAO,CAAC;EACxC,YAAY,EAAE,CAAC,OAAO,GAAG,IAAI,CAAC;EAC9B,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC/B,YAAY,IAAI,qBAAqB,CAAC,IAAI,CAAC,EAAE;EAC7C,gBAAgB,GAAG,CAAC,EAAE,CAAC,CAAC;EACxB,gBAAgB,IAAI,CAAC,EAAE,CAAC,CAAC;EACzB,aAAa;EACb,YAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACpC,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,EAAE,CAAC,OAAO,GAAG,UAAU,CAAC;EACpC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACnE,YAAY,qBAAqB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACpD,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC9C,YAAY,IAAI,UAAU,GAAG,EAAE,CAAC,OAAO,CAAC;EACxC,YAAY,EAAE,CAAC,OAAO,GAAG,IAAI,CAAC;EAC9B,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACxD,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC/B,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE;EAC3B,gBAAgB,IAAI,qBAAqB,CAAC,IAAI,CAAC,EAAE;EACjD,oBAAoB,GAAG,CAAC,EAAE,CAAC,CAAC;EAC5B,oBAAoB,IAAI,CAAC,EAAE,CAAC,CAAC;EAC7B,iBAAiB;EACjB,gBAAgB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACnC,aAAa;EACb,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,EAAE,CAAC,OAAO,GAAG,UAAU,CAAC;EACpC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACrE,YAAY,qBAAqB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACpD,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACvC,YAAY,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACjC,YAAY,IAAI,UAAU,GAAG,EAAE,CAAC,OAAO,CAAC;EACxC,YAAY,EAAE,CAAC,OAAO,GAAG,IAAI,CAAC;EAC9B,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC/B,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,EAAE,CAAC,OAAO,GAAG,UAAU,CAAC;EACpC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;;EAEX,QAAQ,SAAS,cAAc,CAAC,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACzD,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;EACjC,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,eAAe,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;EAClD,YAAY,IAAI,IAAI,CAAC;EACrB,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI;EAC1B,mBAAmB,CAAC,IAAI,GAAG,EAAE,CAAC,MAAM,EAAE,aAAa,QAAQ;EAC3D,mBAAmB,IAAI,CAAC,UAAU,KAAK,IAAI,EAAE;EAC7C;EACA;EACA;EACA,gBAAgB,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE,CAAC,EAAE;EACvD,oBAAoB,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,OAAO;EAChD,oBAAoB,IAAI,CAAC,GAAG,GAAG,CAAC,UAAU,EAAE,CAAC;EAC7C,oBAAoB,IAAI,CAAC,CAAC,KAAK,KAAK,SAAS,KAAK,CAAC,IAAI,CAAC,cAAc,IAAI,EAAE,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,EAAE;EAC3G,wBAAwB,CAAC,CAAC,KAAK,GAAG,WAAW;EAC7C,4BAA4B,OAAO,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAClF,yBAAyB,CAAC;EAC1B,wBAAwB,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC;EACvD,wBAAwB,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;EAC1C,qBAAqB,MAAM;EAC3B,wBAAwB,CAAC,CAAC,KAAK,GAAG,KAAK,CAAC;EACxC,qBAAqB;EACrB,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,eAAe,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;EACtD,QAAQ,eAAe,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE;EAC7C,YAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACpC,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC/B,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,IAAI,IAAI,CAAC,WAAW,EAAE;EAClC,gBAAgB,IAAI,CAAC,EAAE,CAAC,CAAC;EACzB,gBAAgB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC1C,gBAAgB,GAAG,CAAC,EAAE,CAAC,CAAC;EACxB,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,oBAAoB,EAAE,SAAS,EAAE,EAAE;EAC3D,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC/B,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,eAAe,EAAE,WAAW;EACpD,YAAY,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC;EAC5C,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACzE,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EACtC,YAAY,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACpC,YAAY,IAAI,CAAC,CAAC,UAAU,CAAC,MAAM,IAAI,CAAC;EACxC,mBAAmB,CAAC,CAAC,CAAC,KAAK;EAC3B,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,eAAe,EAAE;EACzD,gBAAgB,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC;EAC/C,aAAa;EACb,YAAY,IAAI,KAAK,CAAC;EACtB,YAAY,IAAI,CAAC,CAAC,KAAK,KAAK,SAAS,IAAI,CAAC,YAAY,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE;EAC/D,gBAAgB,CAAC,CAAC,KAAK,GAAG,KAAK,CAAC;EAChC,aAAa,MAAM,IAAI,CAAC,CAAC,KAAK,EAAE;EAChC,gBAAgB,KAAK,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;EAC3C,gBAAgB,IAAI,KAAK,YAAY,UAAU,IAAI,aAAa,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE;EACzE,oBAAoB,CAAC,CAAC,cAAc,EAAE,CAAC;EACvC,iBAAiB,MAAM,IAAI,KAAK,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,QAAQ,CAAC,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,EAAE;EAC3F,oBAAoB,CAAC,CAAC,UAAU,GAAG,KAAK,YAAY,UAAU,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;EACjF,2BAA2B,KAAK,YAAY,SAAS;EACrD,2BAA2B,CAAC,CAAC,KAAK,KAAK,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,sBAAsB,EAAE,CAAC;EACpF,iBAAiB,MAAM;EACvB,oBAAoB,CAAC,CAAC,UAAU,GAAG,KAAK,CAAC;EACzC,iBAAiB;EACjB,gBAAgB,IAAI,WAAW,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,CAAC,EAAE;EACtF,oBAAoB,IAAI,CAAC,CAAC,UAAU,EAAE;EACtC,wBAAwB,CAAC,CAAC,UAAU,GAAG,GAAG,CAAC;EAC3C,qBAAqB,MAAM;EAC3B,wBAAwB,CAAC,CAAC,KAAK,GAAG,KAAK,CAAC;EACxC,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,YAAY,YAAY,CAAC,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;EAC/D,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,YAAY,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACxE,YAAY,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE;EAC5C,gBAAgB,SAAS,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;EAC3C,aAAa,CAAC,CAAC;EACf,YAAY,eAAe,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;EAClD,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACnE,YAAY,qBAAqB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACpD,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,SAAS,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAChC,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,IAAI,IAAI,CAAC,MAAM,EAAE;EAC7B,gBAAgB,IAAI,CAAC,EAAE,CAAC,CAAC;EACzB,gBAAgB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACrC,gBAAgB,GAAG,CAAC,EAAE,CAAC,CAAC;EACxB,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACtD,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE;EACzD,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE,OAAO;EACvE,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC;EACtC,YAAY,IAAI,EAAE,GAAG,YAAY,aAAa,CAAC,EAAE,OAAO;EACxD,YAAY,IAAI,CAAC,GAAG,GAAG,CAAC,UAAU,EAAE,CAAC;EACrC,YAAY,IAAI,IAAI,GAAG,cAAc,CAAC,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;EACnD,YAAY,CAAC,CAAC,WAAW,EAAE,CAAC;EAC5B,YAAY,IAAI,CAAC,IAAI,EAAE,OAAO;EAC9B,YAAY,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAChC,YAAY,IAAI,CAAC,KAAK,EAAE,OAAO;EAC/B,YAAY,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACnC,YAAY,CAAC,CAAC,OAAO,GAAG,IAAI,CAAC;EAC7B,YAAY,CAAC,CAAC,KAAK,GAAG,WAAW;EACjC,gBAAgB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACnD,oBAAoB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACxD,oBAAoB,IAAI,EAAE,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EAC3D,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,UAAU,EAAE,KAAK,YAAY,QAAQ,GAAG,KAAK,GAAG,KAAK,EAAE;EAC/E,qBAAqB,CAAC;EACtB,oBAAoB,KAAK,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,KAAK,EAAE,CAAC;EAChC,qBAAqB,CAAC;EACtB,iBAAiB,CAAC,CAAC;EACnB,aAAa,CAAC;EACd,YAAY,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;EAC9B,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE;EAC1D,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,IAAI,IAAI,CAAC,IAAI,YAAY,iBAAiB,EAAE;EACxD,gBAAgB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC3C,gBAAgB,OAAO;EACvB,aAAa;EACb,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EAC3C,YAAY,IAAI,IAAI,CAAC,KAAK,EAAE;EAC5B,gBAAgB,IAAI,cAAc,CAAC,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE;EACvD,oBAAoB,CAAC,CAAC,KAAK,GAAG,WAAW;EACzC,wBAAwB,OAAO,IAAI,CAAC,KAAK,CAAC;EAC1C,qBAAqB,CAAC;EACtB,oBAAoB,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC;EACnD,oBAAoB,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;EACvC,oBAAoB,OAAO,EAAE,CAAC;EAC9B,oBAAoB,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;EACtC,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB,MAAM;EACvB,oBAAoB,CAAC,CAAC,KAAK,GAAG,KAAK,CAAC;EACpC,iBAAiB;EACjB,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,eAAe,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;EACrE,YAAY,qBAAqB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACpD,YAAY,IAAI,UAAU,GAAG,EAAE,CAAC,OAAO,CAAC;EACxC,YAAY,EAAE,CAAC,OAAO,GAAG,IAAI,CAAC;EAC9B,YAAY,IAAI,CAAC,EAAE,CAAC,CAAC;EACrB,YAAY,OAAO,EAAE,CAAC;EACtB,YAAY,GAAG,CAAC,EAAE,CAAC,CAAC;EACpB,YAAY,EAAE,CAAC,OAAO,GAAG,UAAU,CAAC;EACpC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAC5C,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,SAAS,CAAC,iBAAiB,EAAE,SAAS,UAAU,EAAE;EACnE,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,WAAW,GAAG,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;EAC3D,QAAQ,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EACxD,YAAY,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;EACnC,YAAY,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;EACpC,YAAY,IAAI,WAAW,EAAE;EAC7B,gBAAgB,IAAI,UAAU,CAAC,UAAU,EAAE;EAC3C,oBAAoB,IAAI,EAAE,CAAC,MAAM,EAAE,KAAK,IAAI;EAC5C,wBAAwB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACzC;EACA,wBAAwB,OAAO,IAAI,CAAC,IAAI,CAAC;EACzC,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,CAAC,WAAW,CAAC,EAAE,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC;EACjE,aAAa;EACb,SAAS,CAAC,CAAC;EACX;EACA;EACA;EACA;EACA,QAAQ,EAAE,CAAC,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC1C,QAAQ,EAAE,CAAC,OAAO,GAAG,IAAI,CAAC;EAC1B,QAAQ,EAAE,CAAC,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC1C,QAAQ,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACtB,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,CAAC,aAAa,EAAE,WAAW;EACnD,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,CAAC;EAC5C,QAAQ,IAAI,CAAC,KAAK,IAAI,KAAK,YAAY,QAAQ,EAAE,OAAO,KAAK,CAAC;EAC9D,QAAQ,OAAO,KAAK,EAAE,CAAC;EACvB,KAAK,CAAC,CAAC;;EAEP,IAAI,aAAa,CAAC,SAAS,CAAC,cAAc,EAAE,WAAW;EACvD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC,IAAI,CAAC;EAC1C,QAAQ,OAAO,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,YAAY,gBAAgB,CAAC;EACvE,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE;EAChC,QAAQ,OAAO,IAAI,YAAY,SAAS,IAAI,IAAI,YAAY,YAAY,CAAC;EACzE,KAAK;;EAEL,IAAI,SAAS,gBAAgB,CAAC,GAAG,EAAE;EACnC,QAAQ,IAAI,GAAG,YAAY,QAAQ,EAAE,OAAO,IAAI,CAAC;EACjD,QAAQ,IAAI,GAAG,YAAY,aAAa,EAAE,OAAO,GAAG,CAAC,UAAU,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,gBAAgB,CAAC;EACtG,QAAQ,IAAI,GAAG,YAAY,cAAc,EAAE;EAC3C,YAAY,GAAG,GAAG,GAAG,CAAC,UAAU,CAAC;EACjC,YAAY,IAAI,GAAG,YAAY,aAAa,EAAE;EAC9C,gBAAgB,IAAI,GAAG,CAAC,YAAY,EAAE,EAAE,OAAO,KAAK,CAAC;EACrD,gBAAgB,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAC;EACxC,aAAa;EACb,YAAY,IAAI,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC;EAClC,YAAY,IAAI,GAAG,YAAY,UAAU,EAAE,OAAO,KAAK,CAAC;EACxD,YAAY,IAAI,GAAG,YAAY,YAAY,EAAE,OAAO,IAAI,CAAC;EACzD,YAAY,OAAO,gBAAgB,CAAC,GAAG,CAAC,CAAC;EACzC,SAAS;EACT,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE;EAClC,QAAQ,IAAI,EAAE,GAAG,YAAY,aAAa,CAAC,EAAE,OAAO,KAAK,CAAC;EAC1D,QAAQ,IAAI,IAAI,GAAG,GAAG,CAAC,UAAU,EAAE,CAAC,IAAI,CAAC;EACzC,QAAQ,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC7C,YAAY,IAAI,IAAI,CAAC,CAAC,CAAC,YAAY,IAAI,EAAE,OAAO,IAAI,CAAC;EACrD,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,aAAa,CAAC,UAAU,EAAE,IAAI,EAAE;EAC7C,QAAQ,IAAI,KAAK,EAAE,CAAC,GAAG,CAAC,CAAC;EACzB,QAAQ,OAAO,KAAK,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE;EAC/C,YAAY,IAAI,KAAK,YAAY,SAAS,EAAE,MAAM;EAClD,YAAY,IAAI,KAAK,YAAY,SAAS,IAAI,KAAK,CAAC,OAAO,EAAE;EAC7D,gBAAgB,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,KAAK,CAAC;EACzD,gBAAgB,MAAM;EACtB,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;EACzC,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE;EAC1C,QAAQ,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,EAAE,CAAC;EAC/B,QAAQ,IAAI,IAAI,EAAE;EAClB,YAAY,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACvD,YAAY,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC;EACjD,SAAS;EACT,QAAQ,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC;EAC/B,KAAK;;EAEL,IAAI,SAAS,aAAa,CAAC,IAAI,EAAE,WAAW,EAAE;EAC9C,QAAQ,IAAI,WAAW,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;EAC3D,QAAQ,OAAO,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE;EAC7C,YAAY,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,cAAc,EAAE,EAAE,CAAC;EAC/D,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,uBAAuB,CAAC,GAAG,EAAE,IAAI,EAAE;EAChD,QAAQ,QAAQ,OAAO,GAAG;EAC1B,UAAU,KAAK,QAAQ;EACvB,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,KAAK,EAAE,GAAG;EAC1B,aAAa,CAAC,CAAC;EACf,UAAU,KAAK,QAAQ;EACvB,YAAY,IAAI,KAAK,CAAC,GAAG,CAAC,EAAE,OAAO,SAAS,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EAC5D,YAAY,IAAI,QAAQ,CAAC,GAAG,CAAC,EAAE;EAC/B,gBAAgB,OAAO,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACtE,oBAAoB,QAAQ,EAAE,GAAG;EACjC,oBAAoB,UAAU,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,CAAC,GAAG,EAAE,CAAC;EAC5E,iBAAiB,CAAC,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC;EACjE,aAAa;EACb,YAAY,OAAO,GAAG,GAAG,CAAC,GAAG,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EAC9D,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,UAAU,EAAE,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC;EACzD,aAAa,CAAC,GAAG,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EAC/C,UAAU,KAAK,SAAS;EACxB,YAAY,OAAO,SAAS,CAAC,GAAG,GAAG,QAAQ,GAAG,SAAS,EAAE,IAAI,CAAC,CAAC;EAC/D,UAAU,KAAK,WAAW;EAC1B,YAAY,OAAO,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAClD,UAAU;EACV,YAAY,IAAI,GAAG,KAAK,IAAI,EAAE;EAC9B,gBAAgB,OAAO,SAAS,CAAC,QAAQ,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;EAClE,aAAa;EACb,YAAY,IAAI,GAAG,YAAY,MAAM,EAAE;EACvC,gBAAgB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC;EACnE,aAAa;EACb,YAAY,MAAM,IAAI,KAAK,CAAC,eAAe,CAAC,uCAAuC,EAAE;EACrF,gBAAgB,IAAI,EAAE,OAAO,GAAG;EAChC,aAAa,CAAC,CAAC,CAAC;EAChB,SAAS;EACT,KAAK;;EAEL;EACA;EACA;EACA,IAAI,SAAS,qBAAqB,CAAC,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE;EACtD,QAAQ,IAAI,MAAM,YAAY,eAAe,IAAI,MAAM,CAAC,QAAQ,IAAI,QAAQ;EAC5E,eAAe,MAAM,YAAY,QAAQ,IAAI,MAAM,CAAC,UAAU,KAAK,IAAI;EACvE,oBAAoB,GAAG,YAAY,cAAc,IAAI,GAAG,YAAY,aAAa,IAAI,GAAG,CAAC,IAAI,IAAI,MAAM,CAAC,EAAE;EAC1G,YAAY,OAAO,aAAa,CAAC,IAAI,EAAE,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;EAC3F,SAAS;EACT,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,cAAc,CAAC,KAAK,EAAE,IAAI,EAAE;EACzC,QAAQ,IAAI,IAAI,YAAY,YAAY,EAAE;EAC1C,YAAY,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;EACtD,SAAS,MAAM;EACf,YAAY,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC7B,SAAS;EACT,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;;EAEL,IAAI,SAAS,kBAAkB,CAAC,KAAK,EAAE;EACvC,QAAQ,IAAI,KAAK,KAAK,IAAI,EAAE,OAAO,EAAE,CAAC;EACtC,QAAQ,IAAI,KAAK,YAAY,kBAAkB,EAAE,OAAO,KAAK,CAAC,IAAI,CAAC;EACnE,QAAQ,IAAI,KAAK,YAAY,kBAAkB,EAAE,OAAO,EAAE,CAAC;EAC3D,QAAQ,IAAI,KAAK,YAAY,aAAa,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;EAC7D,QAAQ,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;EAClE,KAAK;;EAEL,IAAI,SAAS,QAAQ,CAAC,KAAK,EAAE;EAC7B,QAAQ,IAAI,KAAK,KAAK,IAAI,EAAE,OAAO,IAAI,CAAC;EACxC,QAAQ,IAAI,KAAK,YAAY,kBAAkB,EAAE,OAAO,IAAI,CAAC;EAC7D,QAAQ,IAAI,KAAK,YAAY,kBAAkB,EAAE,OAAO,KAAK,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC;EAC/E,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;;EAEL,IAAI,SAAS,yBAAyB,CAAC,IAAI,EAAE;EAC7C,QAAQ,OAAO;EACf,YAAY,IAAI,YAAY,YAAY;EACxC,YAAY,IAAI,YAAY,SAAS;EACrC,YAAY,IAAI,YAAY,OAAO;EACnC,YAAY,IAAI,YAAY,SAAS;EACrC,YAAY,IAAI,YAAY,UAAU;EACtC,YAAY,IAAI,YAAY,UAAU;EACtC,SAAS,CAAC;EACV,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,CAAC,EAAE;EAC1B,QAAQ,IAAI,CAAC,YAAY,sBAAsB,EAAE;EACjD,YAAY,OAAO,CAAC,CAAC,IAAI,YAAY,kBAAkB,GAAG,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC;EACrE,SAAS;EACT,QAAQ,OAAO,CAAC,CAAC;EACjB,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE;EAChC,QAAQ,IAAI,IAAI,CAAC,IAAI,IAAI,MAAM,EAAE,OAAO,KAAK,CAAC;EAC9C,QAAQ,OAAO,IAAI,CAAC,UAAU,YAAY,YAAY,IAAI,YAAY,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACxF,KAAK;;EAEL,IAAI,SAAS,iBAAiB,CAAC,IAAI,EAAE;EACrC,QAAQ,OAAO,IAAI,YAAY,aAAa,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC,UAAU,CAAC;EAC7E,KAAK;;EAEL,IAAI,IAAI,YAAY,GAAG,aAAa,CAAC,wTAAwT,CAAC,CAAC;EAC/V,IAAI,aAAa,CAAC,SAAS,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE;EAChE,QAAQ,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,UAAU;EAC5C,eAAe,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACtE,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,eAAe,GAAG,aAAa,CAAC,wBAAwB,CAAC,CAAC;EAClE,IAAI,SAAS,kBAAkB,CAAC,IAAI,EAAE;EACtC,QAAQ,OAAO,IAAI,YAAY,YAAY;EAC3C,eAAe,IAAI,YAAY,OAAO;EACtC,eAAe,IAAI,YAAY,aAAa,CAAC;EAC7C,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,UAAU,EAAE,UAAU,EAAE;EAClD,QAAQ,IAAI,OAAO,EAAE,MAAM,CAAC;EAC5B,QAAQ,IAAI,KAAK,GAAG,UAAU,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,eAAe,EAAE,CAAC;EACxE,QAAQ,mBAAmB,EAAE,CAAC;EAC9B,QAAQ,IAAI,OAAO,EAAE,QAAQ,GAAG,EAAE,CAAC;EACnC,QAAQ,GAAG;EACX,YAAY,OAAO,GAAG,KAAK,CAAC;EAC5B,YAAY,yBAAyB,CAAC,UAAU,CAAC,CAAC;EAClD,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EAChD,gBAAgB,mBAAmB,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;EAC5D,aAAa;EACb,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EAChD,gBAAgB,gBAAgB,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;EACzD,aAAa;EACb,YAAY,IAAI,UAAU,CAAC,eAAe,GAAG,CAAC,EAAE;EAChD,gBAAgB,YAAY,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;EACrD,gBAAgB,cAAc,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;EACvD,aAAa;EACb,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EAChD,gBAAgB,qBAAqB,CAAC,UAAU,CAAC,CAAC;EAClD,aAAa;EACb,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE;EACpD,gBAAgB,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;EACjD,aAAa;EACb,SAAS,QAAQ,OAAO,IAAI,QAAQ,EAAE,GAAG,CAAC,EAAE;;EAE5C,QAAQ,SAAS,mBAAmB,GAAG;EACvC,YAAY,IAAI,IAAI,GAAG,UAAU,CAAC,IAAI,EAAE,EAAE,KAAK,GAAG,CAAC,CAAC;EACpD,YAAY,GAAG;EACf,gBAAgB,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,YAAY,WAAW,EAAE;EAC9E,oBAAoB,KAAK,EAAE,CAAC;EAC5B,iBAAiB,MAAM,IAAI,IAAI,YAAY,sBAAsB,EAAE;EACnE,oBAAoB,OAAO,GAAG,IAAI,CAAC;EACnC,iBAAiB,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE;EACtD,oBAAoB,KAAK,GAAG,IAAI,CAAC;EACjC,oBAAoB,MAAM;EAC1B,iBAAiB,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EACpD,oBAAoB,MAAM,GAAG,IAAI,CAAC;EAClC,iBAAiB;EACjB,aAAa,QAAQ,IAAI,GAAG,UAAU,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,EAAE;EACxD,SAAS;;EAET;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,QAAQ,SAAS,QAAQ,CAAC,UAAU,EAAE,UAAU,EAAE;EAClD,YAAY,IAAI,KAAK,CAAC,MAAM,EAAE,EAAE,OAAO,UAAU,CAAC;EAClD,YAAY,IAAI,IAAI,CAAC;EACrB,YAAY,IAAI,UAAU,GAAG,EAAE,CAAC;EAChC,YAAY,IAAI,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC;EAC/C,YAAY,IAAI,OAAO,GAAG,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EACtE,gBAAgB,IAAI,KAAK,EAAE,OAAO,IAAI,CAAC;EACvC;EACA,gBAAgB,IAAI,CAAC,GAAG,EAAE;EAC1B,oBAAoB,IAAI,IAAI,KAAK,SAAS,CAAC,SAAS,CAAC,EAAE,OAAO,IAAI,CAAC;EACnE,oBAAoB,SAAS,EAAE,CAAC;EAChC,oBAAoB,IAAI,SAAS,GAAG,SAAS,CAAC,MAAM,EAAE,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;EAC5F,oBAAoB,GAAG,GAAG,IAAI,CAAC;EAC/B,oBAAoB,UAAU,GAAG,SAAS,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;EACpD,oBAAoB,IAAI,UAAU,KAAK,IAAI,EAAE,KAAK,GAAG,IAAI,CAAC;EAC1D,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB;EACA,gBAAgB,IAAI,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;EAC9C,gBAAgB,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC;EACtG,uBAAuB,IAAI,YAAY,SAAS;EAChD,uBAAuB,IAAI,YAAY,QAAQ,IAAI,GAAG,YAAY,cAAc,IAAI,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC;EACtH,uBAAuB,IAAI,YAAY,YAAY;EACnD,uBAAuB,IAAI,YAAY,iBAAiB;EACxD,uBAAuB,IAAI,YAAY,aAAa;EACpD,0BAA0B,IAAI,CAAC,UAAU,YAAY,UAAU;EAC/D,0BAA0B,IAAI,CAAC,UAAU,CAAC,UAAU,EAAE,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC;EAC5E,uBAAuB,IAAI,YAAY,sBAAsB,IAAI,EAAE,IAAI,YAAY,OAAO,CAAC;EAC3F,uBAAuB,IAAI,YAAY,eAAe;EACtD,uBAAuB,IAAI,YAAY,OAAO;EAC9C,uBAAuB,IAAI,YAAY,QAAQ;EAC/C,uBAAuB,IAAI,YAAY,SAAS;EAChD,uBAAuB,MAAM,YAAY,OAAO,IAAI,IAAI,KAAK,MAAM,CAAC,IAAI;EACxE,uBAAuB,CAAC,WAAW;EACnC,4BAA4B,IAAI,YAAY,aAAa,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,EAAE;EAC7F,oBAAoB,KAAK,GAAG,IAAI,CAAC;EACjC,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB;EACA,gBAAgB,IAAI,CAAC,WAAW,KAAK,CAAC,SAAS,IAAI,CAAC,WAAW,CAAC;EAChE,wBAAwB,MAAM,YAAY,UAAU,IAAI,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAC,IAAI,KAAK,IAAI;EACxG,2BAA2B,MAAM,YAAY,eAAe,IAAI,MAAM,CAAC,SAAS,KAAK,IAAI;EACzF,2BAA2B,MAAM,YAAY,MAAM,IAAI,MAAM,CAAC,SAAS,KAAK,IAAI,CAAC,EAAE;EACnF,oBAAoB,WAAW,GAAG,MAAM,CAAC;EACzC,iBAAiB;EACjB;EACA,gBAAgB,IAAI,WAAW;EAC/B,uBAAuB,EAAE,IAAI,YAAY,qBAAqB,CAAC;EAC/D,uBAAuB,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE;EAChD,oBAAoB,IAAI,WAAW,EAAE;EACrC,wBAAwB,KAAK,GAAG,IAAI,CAAC;EACrC,wBAAwB,OAAO,IAAI,CAAC;EACpC,qBAAqB;EACrB,oBAAoB,IAAI,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,EAAE;EAC9C,wBAAwB,IAAI,SAAS,EAAE,QAAQ,EAAE,CAAC;EAClD,wBAAwB,OAAO,IAAI,CAAC;EACpC,qBAAqB;EACrB,oBAAoB,OAAO,GAAG,KAAK,GAAG,IAAI,CAAC;EAC3C,oBAAoB,QAAQ,EAAE,CAAC;EAC/B,oBAAoB,UAAU,CAAC,IAAI,CAAC,yCAAyC,EAAE;EAC/E,wBAAwB,IAAI,EAAE,IAAI,CAAC,eAAe,EAAE;EACpD,wBAAwB,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EAC7C,wBAAwB,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EAC7C,wBAAwB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG;EAC3C,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,IAAI,SAAS,YAAY,gBAAgB,EAAE;EAC/D,wBAAwB,OAAO,SAAS,CAAC,eAAe,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;EAChF,qBAAqB;EACrB,oBAAoB,IAAI,SAAS,YAAY,UAAU,EAAE;EACzD,wBAAwB,IAAI,SAAS,EAAE;EACvC,4BAA4B,KAAK,GAAG,KAAK,CAAC;EAC1C,4BAA4B,OAAO,IAAI,CAAC;EACxC,yBAAyB;EACzB,wBAAwB,IAAI,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EAC9D,wBAAwB,IAAI,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC;EACpD,wBAAwB,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,GAAG,GAAG,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;EACnG,4BAA4B,GAAG,CAAC,QAAQ,EAAE,CAAC;EAC3C,4BAA4B,IAAI,MAAM,IAAI,kBAAkB,CAAC,KAAK,CAAC,EAAE;EACrE,gCAAgC,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACnE,6BAA6B,MAAM;EACnC,gCAAgC,OAAO,qBAAqB,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;EAClF,6BAA6B;EAC7B,yBAAyB;EACzB,wBAAwB,OAAO,SAAS,CAAC,UAAU,EAAE,SAAS,EAAE;EAChE,4BAA4B,QAAQ,EAAE,GAAG;EACzC,4BAA4B,IAAI,EAAE,SAAS,CAAC,aAAa,EAAE,SAAS,CAAC,IAAI,EAAE,SAAS,CAAC,IAAI,CAAC;EAC1F,4BAA4B,KAAK,EAAE,KAAK;EACxC,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB,oBAAoB,SAAS,CAAC,UAAU,GAAG,KAAK,CAAC;EACjD,oBAAoB,OAAO,SAAS,CAAC;EACrC,iBAAiB;EACjB;EACA;EACA,gBAAgB,IAAI,GAAG,CAAC;EACxB,gBAAgB,IAAI,IAAI,YAAY,QAAQ;EAC5C,uBAAuB,IAAI,YAAY,QAAQ;EAC/C,4BAA4B,YAAY,IAAI,GAAG,YAAY,cAAc,IAAI,UAAU,CAAC,GAAG,CAAC,CAAC;EAC7F,uBAAuB,IAAI,YAAY,cAAc;EACrD,4BAA4B,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC,UAAU,CAAC,CAAC;EAC5F,uBAAuB,IAAI,YAAY,aAAa;EACpD,4BAA4B,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,YAAY,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;EACnF,uBAAuB,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,KAAK;EAC/D,4BAA4B,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,OAAO,IAAI,YAAY,IAAI,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC/F,uBAAuB,CAAC,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC;EACrD,4BAA4B,GAAG,YAAY,cAAc,IAAI,GAAG,CAAC,IAAI,IAAI,OAAO,CAAC;EACjF,uBAAuB,SAAS;EAChC,4BAA4B,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC,EAAE;EACvG,oBAAoB,UAAU,GAAG,IAAI,CAAC;EACtC,oBAAoB,IAAI,IAAI,YAAY,SAAS,EAAE,KAAK,GAAG,IAAI,CAAC;EAChE,iBAAiB;EACjB,gBAAgB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;EACtD,aAAa,EAAE,SAAS,IAAI,EAAE;EAC9B,gBAAgB,IAAI,KAAK,EAAE,OAAO;EAClC,gBAAgB,IAAI,UAAU,KAAK,IAAI,EAAE,KAAK,GAAG,IAAI,CAAC;EACtD,gBAAgB,IAAI,WAAW,KAAK,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;EAC7D,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,cAAc,GAAG,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EACpE,gBAAgB,IAAI,KAAK,EAAE,OAAO,IAAI,CAAC;EACvC;EACA,gBAAgB,IAAI,CAAC,GAAG,EAAE;EAC1B,oBAAoB,IAAI,IAAI,KAAK,SAAS,CAAC,SAAS,CAAC,EAAE,OAAO,IAAI,CAAC;EACnE,oBAAoB,SAAS,EAAE,CAAC;EAChC,oBAAoB,IAAI,SAAS,GAAG,SAAS,CAAC,MAAM,EAAE,OAAO;EAC7D,oBAAoB,GAAG,GAAG,IAAI,CAAC;EAC/B,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB;EACA,gBAAgB,IAAI,IAAI,YAAY,aAAa;EACjD,uBAAuB,IAAI,CAAC,IAAI,IAAI,GAAG,CAAC,IAAI,EAAE;EAC9C,oBAAoB,IAAI,CAAC,EAAE,QAAQ,EAAE,KAAK,GAAG,IAAI,CAAC;EAClD,oBAAoB,IAAI,MAAM,CAAC,IAAI,EAAE,cAAc,CAAC,MAAM,EAAE,CAAC,EAAE,OAAO,IAAI,CAAC;EAC3E,oBAAoB,GAAG,CAAC,QAAQ,EAAE,CAAC;EACnC,oBAAoB,SAAS,CAAC,QAAQ,EAAE,CAAC;EACzC,oBAAoB,OAAO,SAAS,CAAC,KAAK,CAAC;EAC3C,iBAAiB;EACjB;EACA,gBAAgB,IAAI,IAAI,YAAY,WAAW,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,IAAI,CAAC;EAC1F,aAAa,CAAC,CAAC;EACf,YAAY,OAAO,EAAE,UAAU,IAAI,CAAC,EAAE;EACtC;EACA;EACA;EACA;EACA,gBAAgB,IAAI,UAAU,IAAI,CAAC,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;EACnF;EACA,gBAAgB,IAAI,SAAS,GAAG,EAAE,CAAC;EACnC,gBAAgB,kBAAkB,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC;EAC3D,gBAAgB,OAAO,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE;EAC9C,oBAAoB,SAAS,GAAG,UAAU,CAAC,GAAG,EAAE,CAAC;EACjD,oBAAoB,IAAI,SAAS,GAAG,CAAC,CAAC;EACtC,oBAAoB,IAAI,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EACpE,oBAAoB,IAAI,SAAS,GAAG,IAAI,CAAC;EACzC,oBAAoB,IAAI,UAAU,GAAG,IAAI,CAAC;EAC1C,oBAAoB,IAAI,WAAW,GAAG,IAAI,CAAC;EAC3C,oBAAoB,IAAI,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;EACjD,oBAAoB,IAAI,CAAC,GAAG,IAAI,gBAAgB,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE,SAAS;EACpG;EACA,oBAAoB,IAAI,OAAO,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;EACzD,oBAAoB,IAAI,SAAS,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC;EACtD,oBAAoB,IAAI,GAAG,YAAY,aAAa,EAAE,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;EAChF,oBAAoB,IAAI,YAAY,GAAG,sBAAsB,CAAC,SAAS,CAAC,CAAC;EACzE,oBAAoB,IAAI,WAAW,GAAG,mBAAmB,EAAE,CAAC;EAC5D,oBAAoB,IAAI,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACpE,oBAAoB,IAAI,MAAM,GAAG,SAAS,CAAC,IAAI,YAAY,gBAAgB,CAAC;EAC5E,oBAAoB,IAAI,GAAG,GAAG,MAAM,CAAC;EACrC,oBAAoB,IAAI,KAAK,GAAG,KAAK,EAAE,QAAQ,GAAG,CAAC,EAAE,WAAW,GAAG,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC;EACjF,oBAAoB,IAAI,CAAC,WAAW,EAAE;EACtC,wBAAwB,KAAK,IAAI,CAAC,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACjI,4BAA4B,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EACvD,yBAAyB;EACzB,wBAAwB,WAAW,GAAG,IAAI,CAAC;EAC3C,qBAAqB;EACrB,oBAAoB,KAAK,IAAI,CAAC,GAAG,UAAU,EAAE,CAAC,KAAK,IAAI,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACnF,wBAAwB,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EACzD,qBAAqB;EACrB,oBAAoB,IAAI,SAAS,EAAE;EACnC,wBAAwB,IAAI,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EAC9D,wBAAwB,IAAI,KAAK,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,GAAG,GAAG,CAAC,QAAQ,GAAG,QAAQ,EAAE,QAAQ,GAAG,KAAK,CAAC;EACvG,6BAA6B;EAC7B,4BAA4B,KAAK,GAAG,KAAK,CAAC;EAC1C,4BAA4B,SAAS,GAAG,CAAC,CAAC;EAC1C,4BAA4B,GAAG,GAAG,MAAM,CAAC;EACzC,4BAA4B,KAAK,IAAI,CAAC,GAAG,UAAU,EAAE,CAAC,KAAK,IAAI,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EAC3F,gCAAgC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;EACxE,6BAA6B;EAC7B,4BAA4B,SAAS,CAAC,UAAU,GAAG,KAAK,CAAC;EACzD,yBAAyB;EACzB,qBAAqB;EACrB,oBAAoB,IAAI,QAAQ,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;EACnG,iBAAiB;EACjB,aAAa;;EAEb,YAAY,SAAS,wBAAwB,CAAC,IAAI,EAAE;EACpD;EACA,gBAAgB,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,IAAI,CAAC;EAC3D;EACA,gBAAgB,IAAI,IAAI,YAAY,UAAU,EAAE;EAChD,oBAAoB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EACzE,oBAAoB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,KAAK,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACpF,wBAAwB,IAAI,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAClD,wBAAwB,IAAI,MAAM,YAAY,QAAQ,EAAE;EACxD,4BAA4B,IAAI,CAAC,GAAG,EAAE;EACtC,gCAAgC,IAAI,MAAM,KAAK,SAAS,CAAC,SAAS,CAAC,EAAE,SAAS;EAC9E,gCAAgC,SAAS,EAAE,CAAC;EAC5C,6BAA6B;EAC7B,4BAA4B,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EACrF,4BAA4B,IAAI,CAAC,WAAW,EAAE,MAAM;EACpD,yBAAyB;EACzB,qBAAqB;EACrB,oBAAoB,KAAK,GAAG,IAAI,CAAC;EACjC,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa;;EAEb,YAAY,SAAS,sBAAsB,CAAC,EAAE,EAAE,GAAG,EAAE,SAAS,EAAE;EAChE,gBAAgB,IAAI,KAAK,GAAG,KAAK,EAAE,SAAS,GAAG,EAAE,EAAE,YAAY,SAAS,CAAC,CAAC;EAC1E,gBAAgB,GAAG,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EAChE,oBAAoB,IAAI,KAAK,EAAE,OAAO,IAAI,CAAC;EAC3C,oBAAoB,IAAI,IAAI,YAAY,aAAa,IAAI,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EACtF,wBAAwB,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,CAAC;EACxD,wBAAwB,IAAI,CAAC,KAAK,KAAK,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,YAAY,EAAE;EACpE,4BAA4B,IAAI,CAAC,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC;EACzD,yBAAyB;EACzB,wBAAwB,OAAO,KAAK,GAAG,IAAI,CAAC;EAC5C,qBAAqB;EACrB,oBAAoB,IAAI,CAAC,SAAS,IAAI,SAAS,KAAK,IAAI,YAAY,QAAQ,EAAE;EAC9E,wBAAwB,OAAO,KAAK,GAAG,IAAI,CAAC;EAC5C,qBAAqB;EACrB,oBAAoB,IAAI,IAAI,YAAY,SAAS,IAAI,EAAE,IAAI,YAAY,SAAS,CAAC,EAAE;EACnF,wBAAwB,IAAI,IAAI,GAAG,SAAS,CAAC;EAC7C,wBAAwB,SAAS,GAAG,KAAK,CAAC;EAC1C,wBAAwB,OAAO,EAAE,CAAC;EAClC,wBAAwB,SAAS,GAAG,IAAI,CAAC;EACzC,wBAAwB,OAAO,IAAI,CAAC;EACpC,qBAAqB;EACrB,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;;EAEb,YAAY,SAAS,YAAY,GAAG;EACpC,gBAAgB,IAAI,IAAI,EAAE,EAAE,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC;EACjD,gBAAgB,IAAI,YAAY,CAAC,EAAE,CAAC;EACpC,uBAAuB,CAAC,EAAE,CAAC,IAAI;EAC/B,uBAAuB,CAAC,EAAE,CAAC,cAAc;EACzC,uBAAuB,CAAC,EAAE,CAAC,MAAM,EAAE;EACnC,uBAAuB,CAAC,IAAI,GAAG,UAAU,CAAC,MAAM,EAAE,aAAa,QAAQ;EACvE,uBAAuB,IAAI,CAAC,UAAU,KAAK,EAAE;EAC7C,uBAAuB,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,SAAS,GAAG,EAAE;EACpD,wBAAwB,OAAO,EAAE,GAAG,YAAY,aAAa,CAAC,CAAC;EAC/D,qBAAqB,CAAC,EAAE;EACxB,oBAAoB,IAAI,SAAS,GAAG,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;EAC3E,oBAAoB,IAAI,SAAS,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,SAAS,GAAG,KAAK,CAAC;EACpF,oBAAoB,IAAI,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;EACjD,oBAAoB,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;EAChD,oBAAoB,IAAI,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACpD,oBAAoB,KAAK,IAAI,CAAC,GAAG,GAAG,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EACjD,wBAAwB,IAAI,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EACjD,wBAAwB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC/C,wBAAwB,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE;EAChE,4BAA4B,IAAI,EAAE,GAAG;EACrC,4BAA4B,KAAK,EAAE,GAAG;EACtC,yBAAyB,CAAC,CAAC,CAAC;EAC5B,wBAAwB,IAAI,GAAG,CAAC,IAAI,IAAI,KAAK,EAAE,SAAS;EACxD,wBAAwB,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EAC/C,wBAAwB,IAAI,GAAG,YAAY,aAAa,EAAE;EAC1D,4BAA4B,IAAI,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;EAC9D,4BAA4B,IAAI,GAAG,CAAC,QAAQ,EAAE,SAAS,GAAG,EAAE;EAC5D,gCAAgC,OAAO,CAAC,sBAAsB,CAAC,EAAE,EAAE,GAAG,EAAE,SAAS,CAAC,CAAC;EACnF,6BAA6B,CAAC,EAAE;EAChC,gCAAgC,UAAU,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE;EAChF,oCAAoC,IAAI,EAAE,GAAG,CAAC,UAAU;EACxD,oCAAoC,KAAK,EAAE,SAAS,CAAC,SAAS,EAAE,IAAI,EAAE;EACtE,wCAAwC,QAAQ,EAAE,QAAQ;EAC1D,qCAAqC,CAAC;EACtC,iCAAiC,CAAC,EAAE,CAAC,CAAC;EACtC,6BAA6B;EAC7B,yBAAyB,MAAM;EAC/B,4BAA4B,IAAI,CAAC,GAAG,EAAE;EACtC,gCAAgC,GAAG,GAAG,SAAS,CAAC,aAAa,EAAE,GAAG,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAC1F,6BAA6B,MAAM,IAAI,GAAG,YAAY,UAAU,IAAI,GAAG,CAAC,MAAM,EAAE;EAChF,mCAAmC,sBAAsB,CAAC,EAAE,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE;EAC/E,gCAAgC,GAAG,GAAG,IAAI,CAAC;EAC3C,6BAA6B;EAC7B,4BAA4B,IAAI,GAAG,EAAE,UAAU,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE;EACrF,gCAAgC,IAAI,EAAE,GAAG;EACzC,gCAAgC,KAAK,EAAE,GAAG;EAC1C,6BAA6B,CAAC,EAAE,CAAC,CAAC;EAClC,yBAAyB;EACzB,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;;EAEb,YAAY,SAAS,kBAAkB,CAAC,IAAI,EAAE;EAC9C,gBAAgB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrC,gBAAgB,IAAI,IAAI,YAAY,UAAU,EAAE;EAChD,oBAAoB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE;EACjE,wBAAwB,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,CAAC;EAC3D,qBAAqB;EACrB,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACnD,iBAAiB,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EACvD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAClD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACnD,iBAAiB,MAAM,IAAI,IAAI,YAAY,QAAQ,EAAE;EACrD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACxD,oBAAoB,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;EAC1D,iBAAiB,MAAM,IAAI,IAAI,YAAY,QAAQ,EAAE;EACrD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACxD,iBAAiB,MAAM,IAAI,IAAI,YAAY,eAAe,EAAE;EAC5D,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EACvD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACxD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EACzD,iBAAiB,MAAM,IAAI,IAAI,YAAY,eAAe;EAC1D,wBAAwB,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,YAAY,SAAS,CAAC,CAAC,EAAE;EACtF,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC;EACtD;EACA,oBAAoB,IAAI,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC;EACtC,oBAAoB,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;EACrC,oBAAoB,OAAO,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACzC,wBAAwB,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;EAChE,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EACvD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EACvD,oBAAoB,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,SAAS,CAAC,EAAE;EAC3D,wBAAwB,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACtD,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,YAAY,QAAQ,EAAE;EACrD,oBAAoB,IAAI,IAAI,CAAC,KAAK,EAAE,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACnE,iBAAiB,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EACpD,oBAAoB,IAAI,IAAI,CAAC,IAAI,EAAE,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACjE,oBAAoB,IAAI,IAAI,CAAC,SAAS,EAAE,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EAC3E,oBAAoB,IAAI,IAAI,CAAC,IAAI,EAAE,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACjE,oBAAoB,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,SAAS,CAAC,EAAE;EAC3D,wBAAwB,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACtD,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE;EACtD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACpD,oBAAoB,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,SAAS,CAAC,EAAE;EAC3D,wBAAwB,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACtD,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,YAAY,MAAM,EAAE;EACnD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EACvD,oBAAoB,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,SAAS,CAAC,EAAE;EAC3D,wBAAwB,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACtD,qBAAqB;EACrB,oBAAoB,IAAI,IAAI,CAAC,WAAW,IAAI,EAAE,IAAI,CAAC,WAAW,YAAY,SAAS,CAAC,EAAE;EACtF,wBAAwB,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EAC7D,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,YAAY,YAAY,EAAE;EACzD,oBAAoB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;EACjE,iBAAiB,MAAM,IAAI,IAAI,YAAY,mBAAmB,EAAE;EAChE,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAClD,iBAAiB,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EACvD,oBAAoB,kBAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACxD,oBAAoB,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;EAC1D,iBAAiB,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE;EACtD,oBAAoB,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;EACxE,wBAAwB,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,CAAC;EAC3D,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EACvD,oBAAoB,IAAI,IAAI,CAAC,KAAK,EAAE;EACpC,wBAAwB,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,CAAC;EAC3D,wBAAwB,kBAAkB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACvD,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,SAAS,CAAC,GAAG,EAAE,CAAC;EAChC,aAAa;;EAEb,YAAY,SAAS,SAAS,CAAC,IAAI,EAAE,KAAK,EAAE,UAAU,EAAE;EACxD,gBAAgB,IAAI,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EACnD,gBAAgB,IAAI,MAAM,YAAY,UAAU,EAAE;EAClD,oBAAoB,IAAI,UAAU;EAClC,2BAA2B,EAAE,MAAM,CAAC,IAAI,YAAY,cAAc;EAClE,+BAA+B,MAAM,CAAC,IAAI,CAAC,IAAI,IAAI,OAAO,CAAC,EAAE;EAC7D,wBAAwB,OAAO,SAAS,CAAC,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC;EACxE,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,YAAY,UAAU,EAAE;EAClD,oBAAoB,IAAI,UAAU,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;EAC3F,wBAAwB,OAAO,SAAS,CAAC,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC;EACxE,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,YAAY,QAAQ,EAAE,OAAO,IAAI,CAAC;EAC5D,gBAAgB,IAAI,MAAM,YAAY,QAAQ,EAAE,OAAO,IAAI,CAAC;EAC5D,gBAAgB,IAAI,MAAM,YAAY,eAAe,EAAE;EACvD,oBAAoB,IAAI,UAAU,IAAI,MAAM,CAAC,SAAS,KAAK,IAAI,EAAE;EACjE,wBAAwB,OAAO,SAAS,CAAC,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC;EACxE,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,YAAY,eAAe,EAAE;EACvD,oBAAoB,OAAO,SAAS,CAAC,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,IAAI,CAAC,CAAC;EAC9D,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,YAAY,QAAQ,EAAE;EAChD,oBAAoB,OAAO,UAAU,GAAG,SAAS,CAAC,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG,IAAI,CAAC;EACxF,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,YAAY,MAAM,EAAE;EAC9C,oBAAoB,IAAI,UAAU,IAAI,MAAM,CAAC,SAAS,KAAK,IAAI,EAAE;EACjE,wBAAwB,OAAO,SAAS,CAAC,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC;EACxE,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,YAAY,sBAAsB,EAAE,OAAO,IAAI,CAAC;EAC1E,gBAAgB,IAAI,MAAM,YAAY,YAAY,EAAE;EACpD,oBAAoB,OAAO,SAAS,CAAC,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,IAAI,CAAC,CAAC;EACrF,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,YAAY,mBAAmB,EAAE;EAC3D,oBAAoB,OAAO,SAAS,CAAC,MAAM,EAAE,KAAK,GAAG,CAAC,EAAE,IAAI,CAAC,CAAC;EAC9D,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,YAAY,UAAU,EAAE,OAAO,IAAI,CAAC;EAC9D,gBAAgB,IAAI,MAAM,YAAY,UAAU,EAAE,OAAO,IAAI,CAAC;EAC9D,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;;EAEb,YAAY,SAAS,cAAc,CAAC,OAAO,EAAE;EAC7C,gBAAgB,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;EAC1C,gBAAgB,IAAI,EAAE,KAAK,YAAY,aAAa,CAAC,EAAE,OAAO;EAC9D,gBAAgB,IAAI,KAAK,CAAC,IAAI,IAAI,WAAW,EAAE,OAAO;EACtD,gBAAgB,IAAI,GAAG,GAAG,KAAK,CAAC,UAAU,EAAE,CAAC;EAC7C,gBAAgB,IAAI,GAAG,CAAC,UAAU,EAAE,OAAO;EAC3C,gBAAgB,OAAO,SAAS,GAAG,GAAG,CAAC;EACvC,aAAa;;EAEb,YAAY,SAAS,OAAO,CAAC,IAAI,EAAE;EACnC,gBAAgB,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,IAAI,YAAY,qBAAqB,EAAE;EAC9F,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EACrD,oBAAoB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,IAAI,CAAC,EAAE,OAAO;EAC7D,oBAAoB,IAAI,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC,MAAM,GAAG,GAAG,CAAC,QAAQ,CAAC;EAC1E,oBAAoB,IAAI,CAAC,UAAU,EAAE,OAAO;EAC5C,oBAAoB,IAAI,QAAQ,GAAG,GAAG,CAAC,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,UAAU,CAAC;EACpE,oBAAoB,IAAI,QAAQ,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,gBAAgB,CAAC;EAChF,4BAA4B,UAAU,GAAG,CAAC,GAAG,cAAc,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE;EAC/F,wBAAwB,OAAO,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9E,qBAAqB;EACrB,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,YAAY,UAAU,GAAG,MAAM,GAAG,YAAY,CAAC,CAAC;EACvF,oBAAoB,OAAO,CAAC,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,IAAI,GAAG,CAAC;EACnE,iBAAiB;EACjB,aAAa;;EAEb,YAAY,SAAS,UAAU,CAAC,IAAI,EAAE;EACtC,gBAAgB,OAAO,IAAI,CAAC,IAAI,YAAY,UAAU,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC;EAC5E,aAAa;;EAEb,YAAY,SAAS,WAAW,CAAC,IAAI,EAAE;EACvC,gBAAgB,IAAI,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAClD,gBAAgB,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,OAAO,CAAC;EAC9D,gBAAgB,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EAChE,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC;EACnC,oBAAoB,OAAO,GAAG,YAAY,cAAc,EAAE,GAAG,GAAG,GAAG,CAAC,UAAU,CAAC;EAC/E,oBAAoB,IAAI,GAAG,YAAY,aAAa,IAAI,GAAG,YAAY,QAAQ,EAAE;EACjF,wBAAwB,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;EAC5G,qBAAqB;EACrB,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,UAAU,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC1C,gBAAgB,OAAO,OAAO,CAAC;EAC/B,aAAa;;EAEb,YAAY,SAAS,gBAAgB,CAAC,IAAI,EAAE;EAC5C,gBAAgB,IAAI,IAAI,CAAC,IAAI,YAAY,gBAAgB,EAAE;EAC3D,oBAAoB,IAAI,IAAI,GAAG,UAAU,CAAC,MAAM,EAAE,EAAE,QAAQ,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC;EAC1F,oBAAoB,IAAI,KAAK,GAAG,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC5D,oBAAoB,IAAI,KAAK,GAAG,CAAC,EAAE;EACnC,wBAAwB,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EAC3F,qBAAqB,MAAM;EAC3B,wBAAwB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EAC7C,wBAAwB,IAAI,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE;EAC1F,4BAA4B,KAAK,EAAE,CAAC;EACpC,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,KAAK,GAAG,KAAK,CAAC;EAClC,gBAAgB,OAAO,UAAU,CAAC,UAAU,CAAC,CAAC,SAAS,CAAC,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE;EAC7G,oBAAoB,IAAI,KAAK,EAAE,OAAO,IAAI,CAAC;EAC3C,oBAAoB,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,EAAE;EAC7D,wBAAwB,KAAK,GAAG,IAAI,CAAC;EACrC,wBAAwB,IAAI,IAAI,YAAY,UAAU,EAAE;EACxD,4BAA4B,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAC9C,4BAA4B,OAAO,IAAI,CAAC;EACxC,yBAAyB;EACzB,wBAAwB,OAAO,OAAO,GAAG,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC;EACzD,qBAAqB;EACrB,iBAAiB,EAAE,SAAS,IAAI,EAAE;EAClC,oBAAoB,IAAI,IAAI,YAAY,YAAY,EAAE,QAAQ,IAAI,CAAC,WAAW,CAAC,MAAM;EACrF,sBAAsB,KAAK,CAAC,EAAE,OAAO,IAAI,CAAC;EAC1C,sBAAsB,KAAK,CAAC,EAAE,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;EACzD,qBAAqB;EACrB,iBAAiB,CAAC,CAAC,CAAC;EACpB,aAAa;;EAEb,YAAY,SAAS,YAAY,CAAC,GAAG,EAAE;EACvC,gBAAgB,OAAO,GAAG,YAAY,cAAc,EAAE,GAAG,GAAG,GAAG,CAAC,UAAU,CAAC;EAC3E,gBAAgB,OAAO,GAAG,YAAY,aAAa;EACnD,uBAAuB,GAAG,CAAC,UAAU,EAAE,CAAC,KAAK,KAAK,KAAK;EACvD,uBAAuB,EAAE,OAAO;EAChC,4BAA4B,GAAG,CAAC,IAAI,IAAI,OAAO;EAC/C,+BAA+B,SAAS,YAAY,SAAS;EAC7D,+BAA+B,SAAS,YAAY,UAAU,IAAI,SAAS,CAAC,QAAQ,IAAI,GAAG,CAAC,CAAC,CAAC;EAC9F,aAAa;;EAEb,YAAY,SAAS,sBAAsB,CAAC,IAAI,EAAE;EAClD,gBAAgB,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,KAAK,CAAC;EAC5D,gBAAgB,OAAO,UAAU,CAAC,IAAI,CAAC,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EACrE,aAAa;;EAEb,YAAY,SAAS,mBAAmB,GAAG;EAC3C,gBAAgB,IAAI,YAAY,EAAE,OAAO,KAAK,CAAC;EAC/C,gBAAgB,IAAI,SAAS,EAAE,OAAO,IAAI,CAAC;EAC3C,gBAAgB,IAAI,GAAG,YAAY,aAAa,EAAE;EAClD,oBAAoB,IAAI,GAAG,GAAG,GAAG,CAAC,UAAU,EAAE,CAAC;EAC/C,oBAAoB,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,GAAG,GAAG,CAAC,QAAQ,KAAK,SAAS,YAAY,UAAU,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE;EAC3G,wBAAwB,OAAO,IAAI,CAAC;EACpC,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;;EAEb,YAAY,SAAS,UAAU,CAAC,GAAG,EAAE;EACrC,gBAAgB,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,OAAO,IAAI,CAAC;EACjD,gBAAgB,IAAI,GAAG,GAAG,GAAG,CAAC,UAAU,EAAE,CAAC;EAC3C,gBAAgB,IAAI,GAAG,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,eAAe,EAAE,OAAO,KAAK,CAAC;EACjG,gBAAgB,IAAI,GAAG,CAAC,KAAK,CAAC,eAAe,EAAE,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC;EACvE,gBAAgB,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,UAAU,EAAE,SAAS,GAAG,EAAE;EAC1D,oBAAoB,IAAI,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC;EACxD;EACA,oBAAoB,IAAI,CAAC,CAAC,IAAI,IAAI,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC;EAC9D,oBAAoB,OAAO,CAAC,KAAK,KAAK,CAAC;EACvC,iBAAiB,CAAC,CAAC;EACnB,aAAa;;EAEb,YAAY,SAAS,qBAAqB,CAAC,IAAI,EAAE,GAAG,EAAE;EACtD,gBAAgB,IAAI,IAAI,YAAY,UAAU,EAAE,OAAO,qBAAqB,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC9F,gBAAgB,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,qBAAqB,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACnG,gBAAgB,IAAI,IAAI,YAAY,UAAU,EAAE,OAAO,IAAI,CAAC,KAAK,IAAI,qBAAqB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACvG,gBAAgB,IAAI,GAAG,EAAE;EACzB,oBAAoB,IAAI,IAAI,YAAY,OAAO,EAAE,OAAO,qBAAqB,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACrG,oBAAoB,IAAI,IAAI,YAAY,OAAO,EAAE,OAAO,qBAAqB,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACrG,oBAAoB,IAAI,IAAI,YAAY,aAAa,EAAE,OAAO,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,KAAK,KAAK,CAAC;EAChG,iBAAiB;EACjB,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;EACb,SAAS;;EAET,QAAQ,SAAS,yBAAyB,CAAC,UAAU,EAAE;EACvD,YAAY,IAAI,SAAS,GAAG,EAAE,CAAC;EAC/B,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,GAAG;EACpD,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,IAAI,YAAY,kBAAkB,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,yBAAyB,CAAC,EAAE;EACrG,oBAAoB,OAAO,GAAG,IAAI,CAAC;EACnC,oBAAoB,yBAAyB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACzD,oBAAoB,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;EAC1E,oBAAoB,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC;EAC1C,iBAAiB,MAAM,IAAI,IAAI,YAAY,kBAAkB,EAAE;EAC/D,oBAAoB,OAAO,GAAG,IAAI,CAAC;EACnC,oBAAoB,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC5C,iBAAiB,MAAM,IAAI,IAAI,YAAY,aAAa,EAAE;EAC1D,oBAAoB,IAAI,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE;EAC3D,wBAAwB,CAAC,EAAE,CAAC;EAC5B,wBAAwB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACnD,qBAAqB,MAAM;EAC3B,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAChD,qBAAqB;EACrB,iBAAiB,MAAM,CAAC,EAAE,CAAC;EAC3B,aAAa;EACb,SAAS;;EAET,QAAQ,SAAS,gBAAgB,CAAC,UAAU,EAAE,UAAU,EAAE;EAC1D,YAAY,IAAI,IAAI,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC;EACzC,YAAY,IAAI,mBAAmB,GAAG,uBAAuB,CAAC,UAAU,CAAC,CAAC;EAC1E,YAAY,IAAI,SAAS,GAAG,IAAI,YAAY,UAAU,CAAC;EACvD,YAAY,KAAK,IAAI,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EACvD,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACtC,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;;EAEzC,gBAAgB,IAAI,SAAS,IAAI,CAAC,IAAI,IAAI,IAAI,YAAY,UAAU,EAAE;EACtE,oBAAoB,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;EACrC,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAChD,wBAAwB,SAAS;EACjC,qBAAqB;EACrB,oBAAoB,IAAI,IAAI,CAAC,KAAK,YAAY,eAAe,IAAI,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,MAAM,EAAE;EAChG,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,UAAU,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EAC7E,4BAA4B,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU;EACvD,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,SAAS;EACjC,qBAAqB;EACrB,iBAAiB;;EAEjB,gBAAgB,IAAI,IAAI,YAAY,MAAM,EAAE;EAC5C,oBAAoB,IAAI,EAAE,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC/C,oBAAoB,IAAI,cAAc,CAAC,EAAE,CAAC,EAAE;EAC5C,wBAAwB,IAAI,EAAE,CAAC,KAAK,EAAE;EACtC,4BAA4B,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;EACnE,yBAAyB;EACzB,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,wBAAwB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EAC3E,wBAAwB,IAAI,IAAI,GAAG,8BAA8B,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EACjF,wBAAwB,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EACxE,4BAA4B,IAAI,EAAE,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;EAClG,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,IAAI,CAAC,WAAW,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EAC/E,4BAA4B,IAAI,EAAE,IAAI;EACtC,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACnE,wBAAwB,SAAS;EACjC,qBAAqB;;EAErB,oBAAoB,IAAI,EAAE,GAAG,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EACtD,oBAAoB,IAAI,cAAc,CAAC,EAAE,CAAC,EAAE;EAC5C,wBAAwB,IAAI,EAAE,CAAC,KAAK,EAAE;EACtC,4BAA4B,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;EACnE,yBAAyB;EACzB,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,wBAAwB,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,IAAI,EAAE;EAC7E,4BAA4B,IAAI,EAAE,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;EAC3F,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,IAAI,IAAI,GAAG,8BAA8B,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC;EACxF,wBAAwB,IAAI,CAAC,WAAW,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,WAAW,EAAE;EAC3F,4BAA4B,IAAI,EAAE,IAAI;EACtC,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACnE,wBAAwB,SAAS;EACjC,qBAAqB;EACrB,iBAAiB;;EAEjB,gBAAgB,IAAI,IAAI,YAAY,MAAM,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU,EAAE;EAC/E,oBAAoB,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;EAChD;EACA;EACA;EACA,oBAAoB,IAAI,CAAC,KAAK,IAAI,CAAC,IAAI,CAAC,WAAW;EACnD,4BAA4B,SAAS,IAAI,CAAC,IAAI,IAAI,IAAI,YAAY,UAAU,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;EAC9F,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,UAAU,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,SAAS,EAAE;EACvF,4BAA4B,IAAI,EAAE,IAAI,CAAC,SAAS;EAChD,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,SAAS;EACjC,qBAAqB;EACrB;EACA;EACA,oBAAoB,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC,WAAW,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,KAAK,EAAE;EAChG,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,wBAAwB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;EAChD,wBAAwB,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;EAC5E,wBAAwB,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAChD,wBAAwB,SAAS;EACjC,qBAAqB;EACrB;EACA;EACA,oBAAoB,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC,WAAW;EAClD,4BAA4B,CAAC,IAAI,IAAI,SAAS,IAAI,mBAAmB;EACrE,+BAA+B,IAAI,YAAY,UAAU,CAAC,EAAE;EAC5D,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,wBAAwB,IAAI,CAAC,WAAW,GAAG,IAAI,IAAI,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/E,4BAA4B,KAAK,EAAE,IAAI;EACvC,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;EAC5E,wBAAwB,IAAI,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC1D,wBAAwB,SAAS;EACjC,qBAAqB;EACrB;EACA;EACA;EACA;EACA;EACA;EACA,oBAAoB,IAAI,IAAI,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;EACzD,oBAAoB,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,CAAC,IAAI,CAAC,WAAW;EACxF,2BAA2B,IAAI,YAAY,MAAM,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU;EACpF,2BAA2B,UAAU,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,MAAM,IAAI,IAAI,YAAY,mBAAmB,EAAE;EACtG,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,wBAAwB,IAAI,CAAC,WAAW,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EAC/E,4BAA4B,IAAI,EAAE;EAClC,gCAAgC,IAAI;EACpC,gCAAgC,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC5D,oCAAoC,KAAK,EAAE,IAAI;EAC/C,iCAAiC,CAAC;EAClC,6BAA6B;EAC7B,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;EAC5E,wBAAwB,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAChD,wBAAwB,SAAS;EACjC,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;;EAEb,YAAY,SAAS,uBAAuB,CAAC,UAAU,EAAE;EACzD,gBAAgB,IAAI,CAAC,GAAG,CAAC,CAAC;EAC1B,gBAAgB,KAAK,IAAI,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC3D,oBAAoB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EAC7C,oBAAoB,IAAI,IAAI,YAAY,MAAM,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU,EAAE;EACnF,wBAAwB,IAAI,EAAE,CAAC,GAAG,CAAC,EAAE,OAAO,IAAI,CAAC;EACjD,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;;EAEb,YAAY,SAAS,cAAc,CAAC,KAAK,EAAE;EAC3C,gBAAgB,OAAO,CAAC,KAAK,IAAI,KAAK,YAAY,eAAe,IAAI,KAAK,CAAC,QAAQ,IAAI,MAAM,CAAC;EAC9F,aAAa;;EAEb,YAAY,SAAS,cAAc,CAAC,EAAE,EAAE;EACxC,gBAAgB,IAAI,CAAC,EAAE,EAAE,OAAO,KAAK,CAAC;EACtC,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC3E,oBAAoB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EAC7C,oBAAoB,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,YAAY,OAAO,EAAE,OAAO,KAAK,CAAC;EAC3F,iBAAiB;EACjB,gBAAgB,IAAI,GAAG,GAAG,EAAE,YAAY,eAAe,GAAG,UAAU,CAAC,kBAAkB,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EACnG,gBAAgB,OAAO,EAAE,YAAY,UAAU,IAAI,SAAS,IAAI,cAAc,CAAC,EAAE,CAAC,KAAK,CAAC;EACxF,uBAAuB,EAAE,YAAY,YAAY,IAAI,IAAI,KAAK,SAAS,CAAC,GAAG,CAAC;EAC5E,uBAAuB,EAAE,YAAY,SAAS,IAAI,GAAG,YAAY,kBAAkB,IAAI,IAAI,KAAK,GAAG,CAAC;EACpG,aAAa;;EAEb,YAAY,SAAS,iBAAiB,GAAG;EACzC,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;EACnD,gBAAgB,UAAU,CAAC,MAAM,GAAG,CAAC,GAAG,CAAC,CAAC;EAC1C,gBAAgB,OAAO,IAAI,CAAC,MAAM,CAAC,SAAS,IAAI,EAAE;EAClD,oBAAoB,IAAI,IAAI,YAAY,SAAS,EAAE;EACnD,wBAAwB,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9C,wBAAwB,OAAO,KAAK,CAAC;EACrC,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB,CAAC,CAAC;EACnB,aAAa;;EAEb,YAAY,SAAS,8BAA8B,CAAC,IAAI,EAAE,EAAE,EAAE;EAC9D,gBAAgB,IAAI,IAAI,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;EACjE,gBAAgB,IAAI,EAAE,CAAC,KAAK,EAAE;EAC9B,oBAAoB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,EAAE,CAAC,KAAK,EAAE;EACvE,wBAAwB,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU;EACjD,qBAAqB,CAAC,CAAC,CAAC;EACxB,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;;EAEb,YAAY,SAAS,UAAU,CAAC,CAAC,EAAE;EACnC,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC3E,oBAAoB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EAC7C,oBAAoB,IAAI,EAAE,IAAI,YAAY,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC,EAAE;EAC/E,wBAAwB,MAAM;EAC9B,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,OAAO,CAAC,CAAC;EACzB,aAAa;;EAEb,YAAY,SAAS,UAAU,CAAC,CAAC,EAAE;EACnC,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAC3C,oBAAoB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EAC7C,oBAAoB,IAAI,EAAE,IAAI,YAAY,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC,EAAE;EAC/E,wBAAwB,MAAM;EAC9B,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,OAAO,CAAC,CAAC;EACzB,aAAa;EACb,SAAS;;EAET,QAAQ,SAAS,mBAAmB,CAAC,UAAU,EAAE,UAAU,EAAE;EAC7D,YAAY,IAAI,QAAQ,CAAC;EACzB,YAAY,IAAI,IAAI,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC;EACzC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC1E,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,IAAI,YAAY,eAAe,EAAE;EACrD,oBAAoB,IAAI,GAAG,GAAG,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC;EAClE,oBAAoB,IAAI,IAAI,YAAY,SAAS;EACjD,+BAA+B,EAAE,GAAG,YAAY,sBAAsB,CAAC;EACvE,+BAA+B,SAAS,CAAC,GAAG,CAAC,KAAK,IAAI;EACtD,2BAA2B,IAAI,YAAY,YAAY;EACvD,+BAA+B,SAAS,CAAC,GAAG,CAAC,KAAK,IAAI,EAAE;EACxD,wBAAwB,IAAI,IAAI,CAAC,KAAK,EAAE;EACxC,4BAA4B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACvE,yBAAyB;EACzB,qBAAqB,MAAM;EAC3B,wBAAwB,UAAU,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EAC/C,qBAAqB;EACrB,iBAAiB,MAAM;EACvB,oBAAoB,UAAU,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EAC3C,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE;EAClC,oBAAoB,QAAQ,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;EACvD,oBAAoB,MAAM;EAC1B,iBAAiB;EACjB,aAAa;EACb,YAAY,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC;EAClC,YAAY,OAAO,GAAG,CAAC,IAAI,GAAG,CAAC;EAC/B,YAAY,IAAI,QAAQ,EAAE,QAAQ,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EAC1D,gBAAgB,0CAA0C,CAAC,UAAU,EAAE,IAAI,EAAE,UAAU,CAAC,CAAC;EACzF,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,SAAS,iBAAiB,CAAC,IAAI,EAAE;EACzC,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE,SAAS,OAAO,EAAE;EAC3D,gBAAgB,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC;EACtC,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,SAAS,YAAY,CAAC,UAAU,EAAE,UAAU,EAAE;EACtD,YAAY,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,OAAO;EAC9C,YAAY,IAAI,GAAG,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;EAChC,YAAY,SAAS,QAAQ,GAAG;EAChC,gBAAgB,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,OAAO;EACxC,gBAAgB,IAAI,IAAI,GAAG,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;EACtD,gBAAgB,UAAU,CAAC,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;EACvF,gBAAgB,GAAG,GAAG,EAAE,CAAC;EACzB,aAAa;EACb,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACnE,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,IAAI,YAAY,mBAAmB,EAAE;EACzD,oBAAoB,IAAI,GAAG,CAAC,MAAM,IAAI,UAAU,CAAC,eAAe,EAAE,QAAQ,EAAE,CAAC;EAC7E,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACzC,oBAAoB,IAAI,GAAG,CAAC,MAAM,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACtF,oBAAoB,IAAI,IAAI,EAAE,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;EACxD,iBAAiB,MAAM,IAAI,IAAI,YAAY,eAAe,IAAI,iBAAiB,CAAC,IAAI,CAAC;EACrF,uBAAuB,IAAI,YAAY,SAAS,EAAE;EAClD,oBAAoB,UAAU,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EAC3C,iBAAiB,MAAM;EACvB,oBAAoB,QAAQ,EAAE,CAAC;EAC/B,oBAAoB,UAAU,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EAC3C,iBAAiB;EACjB,aAAa;EACb,YAAY,QAAQ,EAAE,CAAC;EACvB,YAAY,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC;EAClC,YAAY,IAAI,CAAC,IAAI,GAAG,EAAE,OAAO,GAAG,IAAI,CAAC;EACzC,SAAS;;EAET,QAAQ,SAAS,mBAAmB,CAAC,KAAK,EAAE,KAAK,EAAE;EACnD,YAAY,IAAI,EAAE,KAAK,YAAY,kBAAkB,CAAC,EAAE,OAAO,KAAK,CAAC;EACrE,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACnE,gBAAgB,IAAI,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,IAAI,YAAY,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC,EAAE;EACxE,oBAAoB,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrC,iBAAiB,MAAM,IAAI,IAAI,EAAE;EACjC,oBAAoB,OAAO,KAAK,CAAC;EACjC,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,GAAG,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,SAAS,cAAc,CAAC,UAAU,EAAE,UAAU,EAAE;EACxD,YAAY,SAAS,QAAQ,CAAC,KAAK,EAAE;EACrC,gBAAgB,CAAC,EAAE,CAAC;EACpB,gBAAgB,OAAO,GAAG,IAAI,CAAC;EAC/B,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACrC,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAClF,aAAa;EACb,YAAY,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC;EAC5B,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACxD,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,IAAI,EAAE;EAC1B,oBAAoB,IAAI,IAAI,YAAY,QAAQ,EAAE;EAClD,wBAAwB,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,KAAK,IAAI,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;EAClH,qBAAqB,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EACxD,wBAAwB,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,eAAe,CAAC,EAAE;EACrE,4BAA4B,IAAI,KAAK,GAAG,KAAK,CAAC;EAC9C,4BAA4B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACzE,gCAAgC,IAAI,KAAK,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,IAAI,CAAC;EACpF,gCAAgC,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;EACzF,oCAAoC,KAAK,GAAG,IAAI,CAAC;EACjD,oCAAoC,OAAO,IAAI,CAAC;EAChD,iCAAiC;EACjC,6BAA6B,CAAC,CAAC,CAAC;EAChC,4BAA4B,IAAI,CAAC,KAAK,EAAE;EACxC,gCAAgC,IAAI,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC/E,qCAAqC;EACrC,oCAAoC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EAC1D,oCAAoC,CAAC,EAAE,CAAC;EACxC,oCAAoC,OAAO,GAAG,IAAI,CAAC;EACnD,iCAAiC;EACjC,6BAA6B;EAC7B,yBAAyB;EACzB,qBAAqB,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE;EAC1D,wBAAwB,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,OAAO,CAAC,EAAE;EAClG,4BAA4B,IAAI,CAAC,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAChE,yBAAyB;EACzB,qBAAqB,MAAM,IAAI,IAAI,YAAY,MAAM,EAAE;EACvD,wBAAwB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EAClE,qBAAqB,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EAC3D,wBAAwB,IAAI,CAAC,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACpE,qBAAqB,MAAM,IAAI,IAAI,YAAY,QAAQ,EAAE;EACzD,wBAAwB,IAAI,CAAC,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACpE,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,IAAI,YAAY,MAAM,EAAE;EACjF,oBAAoB,IAAI,KAAK,GAAG,EAAE,CAAC;EACnC,oBAAoB,IAAI,IAAI,GAAG,mBAAmB,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EACrE,oBAAoB,IAAI,GAAG,GAAG,mBAAmB,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;EAC3E,oBAAoB,IAAI,IAAI,KAAK,KAAK,IAAI,GAAG,KAAK,KAAK,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;EAC7E,wBAAwB,IAAI,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;EAC/C,wBAAwB,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE;EAC3D,4BAA4B,SAAS,EAAE,IAAI,CAAC,SAAS;EACrD,4BAA4B,IAAI,EAAE,IAAI,IAAI,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,IAAI,CAAC;EAClF,4BAA4B,WAAW,EAAE,GAAG;EAC5C,yBAAyB,CAAC,CAAC,CAAC;EAC5B,wBAAwB,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC5C,wBAAwB,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EAC3D,wBAAwB,CAAC,IAAI,GAAG,CAAC;EACjC,wBAAwB,CAAC,IAAI,GAAG,GAAG,CAAC,CAAC;EACrC,wBAAwB,IAAI,GAAG,IAAI,CAAC;EACpC,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,SAAS;EACjC,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,UAAU,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EACvC,gBAAgB,IAAI,GAAG,IAAI,YAAY,mBAAmB,GAAG,IAAI,GAAG,IAAI,CAAC;EACzE,aAAa;EACb,YAAY,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC;EAClC,SAAS;;EAET,QAAQ,SAAS,uBAAuB,CAAC,IAAI,EAAE,IAAI,EAAE;EACrD,YAAY,IAAI,EAAE,IAAI,YAAY,eAAe,CAAC,EAAE,OAAO;EAC3D,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EACpE,YAAY,IAAI,EAAE,GAAG,CAAC,KAAK,YAAY,UAAU,CAAC,EAAE,OAAO;EAC3D,YAAY,IAAI,KAAK,CAAC;EACtB,YAAY,IAAI,IAAI,YAAY,UAAU,EAAE;EAC5C,gBAAgB,KAAK,GAAG,EAAE,IAAI,EAAE,CAAC;EACjC,aAAa,MAAM,IAAI,IAAI,YAAY,YAAY,EAAE;EACrD,gBAAgB,KAAK,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;EACjD,aAAa;EACb,YAAY,IAAI,CAAC,KAAK,EAAE,OAAO;EAC/B,YAAY,IAAI,OAAO,GAAG,KAAK,CAAC;EAChC,YAAY,GAAG;EACf,gBAAgB,IAAI,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EACpC,gBAAgB,IAAI,EAAE,IAAI,YAAY,UAAU,CAAC,EAAE,MAAM;EACzD,gBAAgB,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,EAAE,MAAM;EAChD,gBAAgB,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,cAAc,CAAC,EAAE,MAAM;EAClE,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC;EAC/C,gBAAgB,IAAI,EAAE,GAAG,YAAY,aAAa,CAAC,EAAE,MAAM;EAC3D,gBAAgB,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,IAAI,GAAG,CAAC,IAAI,EAAE,MAAM;EACrD,gBAAgB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,sBAAsB,CAAC,KAAK,CAAC,EAAE,MAAM;EACrE,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC;EAC9C,gBAAgB,IAAI,IAAI,YAAY,QAAQ,EAAE;EAC9C,oBAAoB,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACrD,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,YAAY,QAAQ,EAAE,MAAM;EACpD,gBAAgB,IAAI,GAAG,EAAE,GAAG,IAAI,CAAC;EACjC,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC;EACxD,uBAAuB,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC,GAAG,SAAS,IAAI,EAAE;EAC/E,oBAAoB,OAAO,IAAI,CAAC,GAAG,IAAI,IAAI,KAAK,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,IAAI,IAAI,CAAC,CAAC;EACnF,iBAAiB,GAAG,SAAS,IAAI,EAAE;EACnC,oBAAoB,OAAO,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,IAAI,IAAI,CAAC;EAC7D,iBAAiB,CAAC;EAClB,gBAAgB,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,UAAU,EAAE,IAAI,CAAC,EAAE,MAAM;EAC5D,gBAAgB,IAAI,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,GAAG,KAAK,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;EAChG,gBAAgB,IAAI,CAAC,CAAC,EAAE;EACxB,oBAAoB,GAAG,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,gBAAgB,EAAE,IAAI,EAAE;EAChF,wBAAwB,GAAG,EAAE,IAAI;EACjC,wBAAwB,KAAK,EAAE,IAAI,CAAC,KAAK;EACzC,qBAAqB,CAAC,CAAC,CAAC;EACxB,iBAAiB,MAAM;EACvB,oBAAoB,CAAC,CAAC,KAAK,GAAG,IAAI,YAAY,CAAC;EAC/C,wBAAwB,KAAK,EAAE,CAAC,CAAC,KAAK;EACtC,wBAAwB,WAAW,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;EAC1E,wBAAwB,GAAG,EAAE,CAAC,CAAC,GAAG;EAClC,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,gBAAgB,KAAK,CAAC,KAAK,EAAE,CAAC;EAC9B,gBAAgB,OAAO,GAAG,IAAI,CAAC;EAC/B,aAAa,QAAQ,KAAK,CAAC,MAAM,EAAE;EACnC,YAAY,OAAO,OAAO,IAAI,KAAK,CAAC;EACpC,SAAS;;EAET,QAAQ,SAAS,qBAAqB,CAAC,UAAU,EAAE;EACnD,YAAY,IAAI,IAAI,CAAC;EACrB,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC3E,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,IAAI,YAAY,eAAe,EAAE;EACrD,oBAAoB,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,EAAE;EACxD,wBAAwB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EACrF,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,qBAAqB,MAAM,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,iBAAiB,CAAC,IAAI,CAAC,EAAE;EAC1F,wBAAwB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EACrF,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,qBAAqB,MAAM;EAC3B,wBAAwB,UAAU,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;EAC/C,wBAAwB,IAAI,GAAG,IAAI,CAAC;EACpC,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,YAAY,QAAQ,EAAE;EACrD,oBAAoB,IAAI,CAAC,KAAK,GAAG,0BAA0B,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACxE,iBAAiB,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EACpD,oBAAoB,IAAI,KAAK,GAAG,uBAAuB,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;EACzE,oBAAoB,IAAI,KAAK,EAAE;EAC/B,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,MAAM,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,GAAG,IAAI,CAAC;EAC1F,wBAAwB,UAAU,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;EAC/C,qBAAqB,MAAM,IAAI,IAAI,YAAY,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE;EACvG,wBAAwB,IAAI,IAAI,CAAC,IAAI,EAAE;EACvC,4BAA4B,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EAC9F,yBAAyB;EACzB,wBAAwB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACzC,wBAAwB,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;EAC7C,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,qBAAqB,MAAM,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EACjH,wBAAwB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EAC1F,wBAAwB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACzC,wBAAwB,UAAU,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;EAC/C,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,qBAAqB,MAAM;EAC3B,wBAAwB,UAAU,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;EAC/C,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,YAAY,SAAS,EAAE;EACtD,oBAAoB,IAAI,CAAC,MAAM,GAAG,0BAA0B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC1E,iBAAiB,MAAM,IAAI,IAAI,YAAY,MAAM,EAAE;EACnD,oBAAoB,IAAI,CAAC,SAAS,GAAG,0BAA0B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EAChF,iBAAiB,MAAM,IAAI,IAAI,YAAY,mBAAmB,EAAE;EAChE,oBAAoB,IAAI,KAAK,GAAG,uBAAuB,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;EACzE,oBAAoB,IAAI,KAAK,EAAE;EAC/B,wBAAwB,OAAO,GAAG,IAAI,CAAC;EACvC,wBAAwB,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,SAAS;EACpD,wBAAwB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EACpE,qBAAqB;EACrB,oBAAoB,UAAU,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;EAC3C,iBAAiB,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EACvD,oBAAoB,IAAI,CAAC,UAAU,GAAG,0BAA0B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAClF,iBAAiB,MAAM,IAAI,IAAI,YAAY,QAAQ,EAAE;EACrD,oBAAoB,IAAI,CAAC,UAAU,GAAG,0BAA0B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAClF,iBAAiB,MAAM;EACvB,oBAAoB,UAAU,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;EAC3C,iBAAiB;EACjB,aAAa;EACb,YAAY,UAAU,CAAC,MAAM,GAAG,CAAC,GAAG,CAAC,CAAC;;EAEtC,YAAY,SAAS,0BAA0B,CAAC,KAAK,EAAE;EACvD,gBAAgB,UAAU,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;EACvC,gBAAgB,IAAI,KAAK,GAAG,uBAAuB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EACjE,gBAAgB,IAAI,KAAK,EAAE;EAC3B,oBAAoB,OAAO,GAAG,IAAI,CAAC;EACnC,oBAAoB,IAAI,KAAK,CAAC,MAAM,EAAE;EACtC,wBAAwB,OAAO,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;EAC3D,qBAAqB,MAAM,IAAI,KAAK,YAAY,YAAY,EAAE;EAC9D,wBAAwB,OAAO,KAAK,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC;EACtD,qBAAqB,MAAM;EAC3B,wBAAwB,OAAO,KAAK,CAAC,IAAI,CAAC;EAC1C,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;EACb,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,0CAA0C,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,EAAE;EAClF,QAAQ,IAAI,EAAE,IAAI,YAAY,SAAS,CAAC,EAAE;EAC1C,YAAY,UAAU,CAAC,IAAI,CAAC,iDAAiD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC3F,SAAS;EACT,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAChD,YAAY,IAAI,IAAI,YAAY,OAAO,EAAE;EACzC,gBAAgB,UAAU,CAAC,IAAI,CAAC,yDAAyD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACvG,gBAAgB,IAAI,CAAC,mBAAmB,EAAE,CAAC;EAC3C,gBAAgB,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAClC,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,SAAS,KAAK,IAAI,KAAK,IAAI,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,EAAE;EACzG,gBAAgB,MAAM,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE;EAC5E,oBAAoB,WAAW,EAAE;EACjC,wBAAwB,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACpD,4BAA4B,IAAI,EAAE,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;EAChF,4BAA4B,KAAK,EAAE,IAAI;EACvC,yBAAyB,CAAC;EAC1B,qBAAqB;EACrB,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,SAAS,EAAE;EAC3C,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS,CAAC,CAAC,CAAC;EACZ,KAAK;;EAEL,IAAI,SAAS,SAAS,CAAC,GAAG,EAAE;EAC5B,QAAQ,IAAI,GAAG,YAAY,YAAY,EAAE;EACzC,YAAY,OAAO,GAAG,CAAC,QAAQ,EAAE,CAAC;EAClC,SAAS;EACT,QAAQ,IAAI,GAAG,YAAY,eAAe;EAC1C,eAAe,GAAG,CAAC,QAAQ,IAAI,MAAM;EACrC,eAAe,GAAG,CAAC,UAAU,YAAY,YAAY,EAAE;EACvD,YAAY,OAAO;EACnB,SAAS;EACT,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE,UAAU,EAAE;EAC5C,QAAQ,OAAO,IAAI,CAAC,YAAY;EAChC,eAAe,IAAI,YAAY,aAAa;EAC5C,eAAe,IAAI,YAAY,eAAe;EAC9C,mBAAmB,IAAI,CAAC,QAAQ,IAAI,MAAM;EAC1C,mBAAmB,CAAC,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EACjE,KAAK;;EAEL;EACA;EACA,IAAI,CAAC,SAAS,aAAa,EAAE;EAC7B,QAAQ,QAAQ,CAAC,SAAS,CAAC,qBAAqB,EAAE,SAAS,UAAU,EAAE;EACvE,YAAY,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC;EACrD,mBAAmB,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;EAC/C,SAAS,CAAC,CAAC;;EAEX,QAAQ,SAAS,SAAS,CAAC,UAAU,EAAE;EACvC,YAAY,OAAO,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,CAAC;EACpE,SAAS;;EAET,QAAQ,aAAa,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;EAC3C,QAAQ,aAAa,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;EAC7C,QAAQ,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC;EAClD,QAAQ,aAAa,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;EAClD,QAAQ,aAAa,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;EAC/C,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,CAAC;EACrD,YAAY,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC,GAAG,CAAC;EACxD,gBAAgB,IAAI,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,OAAO,IAAI,CAAC;EAC3E,YAAY,OAAO,KAAK,CAAC;EACzB,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,kBAAkB,EAAE,YAAY,CAAC,CAAC;EACxD,QAAQ,aAAa,CAAC,gBAAgB,EAAE,WAAW,CAAC,CAAC;EACrD,QAAQ,aAAa,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE;EAC1D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;EAC1D,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;EAClD,QAAQ,aAAa,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;EAC/C,QAAQ,aAAa,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;EACtD,QAAQ,aAAa,CAAC,eAAe,EAAE,WAAW;EAClD,YAAY,OAAO,IAAI,CAAC,QAAQ,IAAI,MAAM,CAAC;EAC3C,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI;EAClE,oBAAoB,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC;EAC3F,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,IAAI,CAAC,QAAQ,IAAI,GAAG;EACvC,mBAAmB,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;EACrD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE;EAC5D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,UAAU,CAAC;EACzD,mBAAmB,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;EAC3D,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE;EACpD,YAAY,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,CAAC;EACrD,YAAY,IAAI,IAAI,CAAC,UAAU,YAAY,YAAY,IAAI,IAAI,CAAC,QAAQ,IAAI,WAAW,EAAE,OAAO,KAAK,CAAC;EACtG,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,YAAY,EAAE,SAAS,UAAU,EAAE;EACzD,YAAY,OAAO,IAAI,CAAC,SAAS,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;EAC3D,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE;EAC1D,YAAY,IAAI,IAAI,CAAC,YAAY,EAAE,OAAO,IAAI,CAAC;EAC/C,YAAY,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,CAAC;EACrD,YAAY,IAAI,iBAAiB,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,CAAC;EACtF,YAAY,IAAI,IAAI,CAAC,YAAY,EAAE,EAAE,OAAO,KAAK,CAAC;EAClD,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;EAC3C,YAAY,OAAO,CAAC,KAAK,IAAI,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;EAC1D,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP;;EAEA;EACA,IAAI,CAAC,SAAS,cAAc,EAAE;EAC9B,QAAQ,IAAI,UAAU,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC;EAC3C,QAAQ,IAAI,WAAW,GAAG,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC;EACjG,QAAQ,cAAc,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;EAC/C,QAAQ,cAAc,CAAC,eAAe,EAAE,WAAW;EACnD,YAAY,OAAO,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;EACrD,SAAS,CAAC,CAAC;EACX,QAAQ,cAAc,CAAC,UAAU,EAAE,WAAW;EAC9C,YAAY,OAAO,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,WAAW,CAAC;EACrD,mBAAmB,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC;EACzC,uBAAuB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;EAC7C,uBAAuB,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;EAC/C,SAAS,CAAC,CAAC;EACX,QAAQ,cAAc,CAAC,eAAe,EAAE,WAAW;EACnD,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,UAAU,EAAE,IAAI,IAAI,CAAC,WAAW,CAAC,UAAU,EAAE,CAAC;EACjF,SAAS,CAAC,CAAC;EACX,QAAQ,cAAc,CAAC,UAAU,EAAE,WAAW;EAC9C,YAAY,OAAO,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;EACnE,SAAS,CAAC,CAAC;EACX,QAAQ,cAAc,CAAC,YAAY,EAAE,WAAW;EAChD,YAAY,OAAO,IAAI,CAAC,SAAS,EAAE,CAAC,UAAU,EAAE,CAAC;EACjD,SAAS,CAAC,CAAC;EACX,QAAQ,cAAc,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;EAC9C,QAAQ,cAAc,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;EAC/C,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,CAAC,SAAS,aAAa,EAAE;EAC7B,QAAQ,aAAa,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;EAC9C,QAAQ,aAAa,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;EAC/C,QAAQ,IAAI,KAAK,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;EACjD,QAAQ,aAAa,CAAC,SAAS,EAAE,WAAW;EAC5C,YAAY,OAAO,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,MAAM,GAAG,aAAa,CAAC,yBAAyB,CAAC,CAAC;EAC9D,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG;EAChE,mBAAmB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;EAClD,mBAAmB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;EACrD,mBAAmB,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAC5E,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,YAAY,EAAE,SAAS,UAAU,EAAE;EACzD,YAAY,OAAO,IAAI,CAAC,SAAS,EAAE,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAC1D,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE;EAC5D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACnG,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;EAC1C,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,CAAC,SAAS,aAAa,EAAE;EAC7B,QAAQ,aAAa,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;EAC9C,QAAQ,aAAa,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;EAC/C,QAAQ,aAAa,CAAC,kBAAkB,EAAE,WAAW;EACrD,YAAY,OAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,KAAK,CAAC,CAAC;EAC9C,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,eAAe,EAAE,WAAW;EAClD,YAAY,OAAO,IAAI,CAAC,QAAQ,IAAI,QAAQ,CAAC;EAC7C,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,IAAI,CAAC,QAAQ,IAAI,GAAG;EACvC,iBAAiB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;EACtF,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,CAAC,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,KAAK,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACvG,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,YAAY,EAAE,SAAS,UAAU,EAAE;EACzD,YAAY,OAAO,IAAI,CAAC,SAAS,EAAE,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAC1D,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE;EAC5D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACnG,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;EAC1C,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,OAAO,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC;EACzC,IAAI,IAAI,kBAAkB,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;;EAE3D,IAAI,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;EAClC,QAAQ,IAAI,MAAM,YAAY,SAAS,IAAI,kBAAkB,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,MAAM,CAAC,UAAU,CAAC;EACzG,QAAQ,IAAI,MAAM,YAAY,UAAU,IAAI,MAAM,CAAC,IAAI,KAAK,IAAI,EAAE,OAAO,IAAI,CAAC;EAC9E,KAAK;;EAEL,IAAI,CAAC,SAAS,aAAa,EAAE;EAC7B,QAAQ,SAAS,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE;EACtC,YAAY,IAAI,KAAK,YAAY,QAAQ,EAAE,OAAO,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;EACrF,YAAY,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,EAAE;EACxE,gBAAgB,QAAQ,EAAE,KAAK,CAAC,GAAG,CAAC,SAAS,KAAK,EAAE;EACpD,oBAAoB,OAAO,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;EAChD,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,KAAK,IAAI,OAAO,KAAK,IAAI,QAAQ,EAAE;EACnD,gBAAgB,IAAI,KAAK,GAAG,EAAE,CAAC;EAC/B,gBAAgB,KAAK,IAAI,GAAG,IAAI,KAAK,EAAE,IAAI,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;EAC5D,oBAAoB,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,gBAAgB,EAAE,IAAI,EAAE;EACjE,wBAAwB,GAAG,EAAE,GAAG;EAChC,wBAAwB,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC;EACxD,qBAAqB,CAAC,CAAC,CAAC;EACxB,iBAAiB;EACjB,gBAAgB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACnD,oBAAoB,UAAU,EAAE,KAAK;EACrC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,OAAO,uBAAuB,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;EACxD,SAAS;;EAET,QAAQ,SAAS,IAAI,CAAC,UAAU,EAAE,IAAI,EAAE;EACxC,YAAY,UAAU,CAAC,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,kCAAkC,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACtH,SAAS;;EAET,QAAQ,YAAY,CAAC,SAAS,CAAC,iBAAiB,EAAE,SAAS,UAAU,EAAE;EACvE,YAAY,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,OAAO,IAAI,CAAC;EAC/D,YAAY,IAAI,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;EACrE,YAAY,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EACrE,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;EAC1D,gBAAgB,IAAI,CAAC,GAAG,EAAE,OAAO;EACjC,gBAAgB,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,IAAI,EAAE,MAAM,CAAC;EACpD,gBAAgB,OAAO,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,EAAE;EACtD,oBAAoB,IAAI,EAAE,MAAM,YAAY,cAAc,CAAC,EAAE,MAAM;EACnE,oBAAoB,IAAI,MAAM,CAAC,UAAU,KAAK,KAAK,EAAE,MAAM;EAC3D,oBAAoB,KAAK,GAAG,MAAM,CAAC;EACnC,iBAAiB;EACjB,gBAAgB,IAAI,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE;EAC3C,oBAAoB,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EAC3C,oBAAoB,OAAO;EAC3B,iBAAiB;EACjB,gBAAgB,OAAO,GAAG,CAAC;EAC3B,aAAa,CAAC,CAAC,CAAC;EAChB,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;EACtC,QAAQ,aAAa,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE,MAAM,EAAE;EAC5D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,UAAU,EAAE,GAAG,GAAG,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,CAAC;EACxF,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,qBAAqB,EAAE,SAAS,UAAU,EAAE;EAClE,YAAY,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,OAAO;EACvC,YAAY,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACzF,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE,MAAM,EAAE;EAClE,YAAY,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,OAAO;EACvC,YAAY,IAAI,OAAO,GAAG,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;EAC3D,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC;EAC1C,YAAY,IAAI,GAAG,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;EACxE,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EAC3C,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE;EAC5C,QAAQ,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,MAAM;EAC5C,YAAY,IAAI,CAAC,eAAe,EAAE,CAAC,MAAM;EACzC,cAAc,IAAI,GAAG,IAAI,CAAC;EAC1B,KAAK;;EAEL,IAAI,SAAS,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE;EAC3C,QAAQ,OAAO,kBAAkB,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACvE,YAAY,IAAI,EAAE,IAAI;EACtB,SAAS,CAAC,EAAE,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACjD,YAAY,IAAI,EAAE,IAAI;EACtB,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC;EACjB,KAAK;;EAEL,IAAI,SAAS,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE;EAC7C,QAAQ,OAAO,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,iBAAiB,GAAG,kBAAkB,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;EACrG,KAAK;;EAEL,IAAI,SAAS,oBAAoB,CAAC,GAAG,EAAE;EACvC,QAAQ,KAAK,IAAI,GAAG,IAAI,GAAG,EAAE;EAC7B,YAAY,GAAG,CAAC,GAAG,CAAC,GAAG,aAAa,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;EAC/C,SAAS;EACT,KAAK;;EAEL,IAAI,IAAI,UAAU,GAAG;EACrB,QAAQ,aAAa;EACrB,QAAQ,UAAU;EAClB,QAAQ,SAAS;EACjB,KAAK,CAAC;EACN,IAAI,IAAI,UAAU,GAAG;EACrB,QAAQ,KAAK,EAAE;EACf,YAAY,SAAS;EACrB,YAAY,MAAM;EAClB,YAAY,aAAa;EACzB,YAAY,OAAO;EACnB,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC;EAC5B,QAAQ,OAAO,EAAE,UAAU;EAC3B,QAAQ,QAAQ,EAAE,UAAU;EAC5B,QAAQ,MAAM,EAAE;EAChB,YAAY,eAAe;EAC3B,YAAY,SAAS;EACrB,YAAY,aAAa;EACzB,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC;EAC5B,QAAQ,MAAM,EAAE,UAAU;EAC1B,QAAQ,MAAM,EAAE;EAChB,YAAY,MAAM;EAClB,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC;EAC5B,QAAQ,MAAM,EAAE;EAChB,YAAY,QAAQ;EACpB,YAAY,YAAY;EACxB,YAAY,QAAQ;EACpB,YAAY,SAAS;EACrB,YAAY,SAAS;EACrB,YAAY,aAAa;EACzB,YAAY,OAAO;EACnB,YAAY,SAAS;EACrB,YAAY,QAAQ;EACpB,YAAY,OAAO;EACnB,YAAY,OAAO;EACnB,YAAY,QAAQ;EACpB,YAAY,WAAW;EACvB,YAAY,aAAa;EACzB,YAAY,aAAa;EACzB,YAAY,MAAM;EAClB,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC;EAC5B,KAAK,CAAC;EACN,IAAI,oBAAoB,CAAC,UAAU,CAAC,CAAC;EACrC,IAAI,IAAI,UAAU,GAAG;EACrB,QAAQ,KAAK,EAAE;EACf,YAAY,SAAS;EACrB,SAAS;EACT,QAAQ,IAAI,EAAE;EACd,YAAY,KAAK;EACjB,YAAY,MAAM;EAClB,YAAY,MAAM;EAClB,YAAY,MAAM;EAClB,YAAY,MAAM;EAClB,YAAY,KAAK;EACjB,YAAY,KAAK;EACjB,YAAY,OAAO;EACnB,YAAY,KAAK;EACjB,YAAY,OAAO;EACnB,YAAY,KAAK;EACjB,YAAY,MAAM;EAClB,YAAY,KAAK;EACjB,YAAY,OAAO;EACnB,YAAY,KAAK;EACjB,YAAY,KAAK;EACjB,YAAY,KAAK;EACjB,SAAS;EACT,QAAQ,MAAM,EAAE;EAChB,YAAY,UAAU;EACtB,YAAY,OAAO;EACnB,SAAS;EACT,QAAQ,MAAM,EAAE;EAChB,YAAY,QAAQ;EACpB,YAAY,0BAA0B;EACtC,YAAY,qBAAqB;EACjC,YAAY,gBAAgB;EAC5B,YAAY,cAAc;EAC1B,YAAY,UAAU;EACtB,YAAY,UAAU;EACtB,YAAY,MAAM;EAClB,SAAS;EACT,QAAQ,MAAM,EAAE;EAChB,YAAY,cAAc;EAC1B,SAAS;EACT,KAAK,CAAC;EACN,IAAI,oBAAoB,CAAC,UAAU,CAAC,CAAC;;EAErC;EACA,IAAI,CAAC,SAAS,QAAQ,EAAE;EACxB;EACA;EACA;EACA;EACA;EACA,QAAQ,QAAQ,CAAC,SAAS,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EAC5D,YAAY,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,OAAO,IAAI,CAAC;EAC5D,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;EAChD,YAAY,IAAI,CAAC,GAAG,IAAI,GAAG,YAAY,MAAM,EAAE,OAAO,GAAG,CAAC;EAC1D,YAAY,IAAI,OAAO,GAAG,IAAI,UAAU,IAAI,OAAO,GAAG,IAAI,QAAQ,EAAE,OAAO,IAAI,CAAC;EAChF,YAAY,OAAO,GAAG,CAAC;EACvB,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,WAAW,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;EACxD,QAAQ,QAAQ,CAAC,SAAS,CAAC,aAAa,EAAE,WAAW;EACrD;EACA;EACA,YAAY,IAAI,IAAI,YAAY,YAAY,EAAE;EAC9C,gBAAgB,OAAO,EAAE,IAAI,YAAY,UAAU,CAAC,CAAC;EACrD,aAAa,MAAM;EACnB,gBAAgB,OAAO,IAAI,YAAY,eAAe;EACtD,uBAAuB,IAAI,CAAC,UAAU,YAAY,YAAY;EAC9D,uBAAuB,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAClD,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,aAAa,EAAE,WAAW;EAC3C,YAAY,MAAM,IAAI,KAAK,CAAC,eAAe,CAAC,mDAAmD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;EAC9G,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;EAC1C,QAAQ,QAAQ,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;EACzC,QAAQ,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;EACxC,QAAQ,QAAQ,CAAC,YAAY,EAAE,WAAW;EAC1C,YAAY,OAAO,IAAI,CAAC,QAAQ,EAAE,CAAC;EACnC,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,kBAAkB,EAAE,WAAW;EAChD,YAAY,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE,OAAO,IAAI,CAAC;EACxD,YAAY,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;EAC1C,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,YAAY,EAAE,SAAS,UAAU,EAAE;EACpD,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;EAC7C,gBAAgB,IAAI,EAAE,GAAG,WAAW,EAAE,CAAC;EACvC,gBAAgB,EAAE,CAAC,IAAI,GAAG,IAAI,CAAC;EAC/B,gBAAgB,EAAE,CAAC,QAAQ,GAAG,WAAW;EACzC,oBAAoB,OAAO,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE,CAAC;EACvD,iBAAiB,CAAC;EAClB,gBAAgB,OAAO,EAAE,CAAC;EAC1B,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,SAAS,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE;EACxD,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;EAC7C,gBAAgB,IAAI,QAAQ,GAAG,EAAE,CAAC;EAClC,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC1E,oBAAoB,IAAI,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EACnD,oBAAoB,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACjE,oBAAoB,IAAI,OAAO,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC;EACvD,oBAAoB,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACzC,iBAAiB;EACjB,gBAAgB,OAAO,QAAQ,CAAC;EAChC,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE;EACzD,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;EAC7C,gBAAgB,IAAI,GAAG,GAAG,EAAE,CAAC;EAC7B,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC5E,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;EAClD,oBAAoB,IAAI,IAAI,YAAY,aAAa,EAAE,OAAO,IAAI,CAAC;EACnE,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC;EACvC,oBAAoB,IAAI,GAAG,YAAY,UAAU,EAAE;EACnD,wBAAwB,GAAG,GAAG,GAAG,CAAC,IAAI,CAAC;EACvC,qBAAqB,MAAM,IAAI,GAAG,YAAY,QAAQ,EAAE;EACxD,wBAAwB,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EAC3D,wBAAwB,IAAI,GAAG,KAAK,IAAI,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC;EAC1D,qBAAqB;EACrB,oBAAoB,IAAI,OAAO,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,UAAU,EAAE;EACrE,wBAAwB,OAAO,IAAI,CAAC;EACpC,qBAAqB;EACrB,oBAAoB,IAAI,IAAI,CAAC,KAAK,YAAY,YAAY,EAAE,SAAS;EACrE,oBAAoB,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACnE,oBAAoB,IAAI,GAAG,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC,KAAK,EAAE,OAAO,IAAI,CAAC;EAC7D,iBAAiB;EACjB,gBAAgB,OAAO,GAAG,CAAC;EAC3B,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,oBAAoB,GAAG,aAAa,CAAC,eAAe,CAAC,CAAC;EAClE,QAAQ,QAAQ,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE;EAC9D,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC;EACpC;EACA;EACA,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,SAAS,CAAC;EAC5C,mBAAmB,IAAI,CAAC,QAAQ,IAAI,QAAQ;EAC5C,oBAAoB,CAAC,YAAY,UAAU;EAC3C,uBAAuB,CAAC,YAAY,aAAa;EACjD,2BAA2B,CAAC,CAAC,WAAW,EAAE,YAAY,UAAU,CAAC,EAAE;EACnE,gBAAgB,OAAO,OAAO,WAAW,EAAE,CAAC;EAC5C,aAAa;EACb,YAAY,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,KAAK,EAAE,CAAC;EAC9D,YAAY,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EAC3C,YAAY,IAAI,CAAC,KAAK,IAAI,CAAC,UAAU,EAAE,OAAO,IAAI,CAAC;EACnD,YAAY,QAAQ,IAAI,CAAC,QAAQ;EACjC,cAAc,KAAK,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;EAClC,cAAc,KAAK,QAAQ;EAC3B;EACA;EACA,gBAAgB,IAAI,CAAC,YAAY,MAAM,EAAE,OAAO,IAAI,CAAC;EACrD,gBAAgB,OAAO,OAAO,CAAC,CAAC;EAChC,cAAc,KAAK,MAAM,EAAE,OAAO,KAAK,CAAC,CAAC;EACzC,cAAc,KAAK,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;EAClC,cAAc,KAAK,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;EAClC,cAAc,KAAK,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;EAClC,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,qBAAqB,GAAG,aAAa,CAAC,eAAe,CAAC,CAAC;EACnE,QAAQ,QAAQ,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE;EACzD,YAAY,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,KAAK,EAAE,CAAC;EAC/D,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EAC1D,YAAY,IAAI,IAAI,KAAK,IAAI,CAAC,IAAI,EAAE,OAAO,IAAI,CAAC;EAChD,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EAC5D,YAAY,IAAI,KAAK,KAAK,IAAI,CAAC,KAAK,EAAE,OAAO,IAAI,CAAC;EAClD,YAAY,IAAI,MAAM,CAAC;EACvB,YAAY,QAAQ,IAAI,CAAC,QAAQ;EACjC,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,MAAM;EACjE,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,KAAK,GAAG,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,KAAK,GAAG,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,KAAK,GAAG,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,GAAG,KAAK,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc,KAAK,IAAI,IAAI,MAAM,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM;EAC1D,cAAc;EACd,kBAAkB,OAAO,IAAI,CAAC;EAC9B,aAAa;EACb,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC,IAAI,UAAU,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE;EACnE;EACA,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,OAAO,MAAM,CAAC;EAC1B,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE;EAC9D,YAAY,IAAI,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACpE,YAAY,IAAI,SAAS,KAAK,IAAI,CAAC,SAAS,EAAE,OAAO,IAAI,CAAC;EAC1D,YAAY,IAAI,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC;EACtE,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACtD,YAAY,OAAO,KAAK,KAAK,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;EACjD,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE;EAC5D,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;EAC3C,YAAY,IAAI,CAAC,KAAK,EAAE,OAAO,IAAI,CAAC;EACpC,YAAY,IAAI,KAAK,CAAC;EACtB,YAAY,IAAI,GAAG,CAAC,KAAK,EAAE,OAAO,CAAC,EAAE;EACrC,gBAAgB,KAAK,GAAG,KAAK,CAAC,KAAK,EAAE,CAAC;EACtC,aAAa,MAAM;EACnB,gBAAgB,IAAI,CAAC,KAAK,GAAG,WAAW,CAAC;EACzC,gBAAgB,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACvD,gBAAgB,OAAO,IAAI,CAAC,KAAK,CAAC;EAClC,gBAAgB,IAAI,KAAK,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC;EACjD,gBAAgB,KAAK,CAAC,KAAK,GAAG,WAAW;EACzC,oBAAoB,OAAO,KAAK,CAAC;EACjC,iBAAiB,CAAC;EAClB,aAAa;EACb,YAAY,IAAI,KAAK,IAAI,OAAO,KAAK,IAAI,QAAQ,EAAE;EACnD,gBAAgB,IAAI,OAAO,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC,OAAO,CAAC;EACxD,gBAAgB,IAAI,OAAO,IAAI,KAAK,GAAG,OAAO,EAAE,OAAO,IAAI,CAAC;EAC5D,aAAa;EACb,YAAY,OAAO,KAAK,CAAC;EACzB,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,WAAW,GAAG;EAC1B,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,IAAI,EAAE,IAAI;EACtB,YAAY,MAAM,EAAE,MAAM;EAC1B,YAAY,MAAM,EAAE,MAAM;EAC1B,YAAY,MAAM,EAAE,MAAM;EAC1B,SAAS,CAAC;EACV,QAAQ,IAAI,aAAa,GAAG;EAC5B,YAAY,IAAI,EAAE;EAClB,gBAAgB,GAAG;EACnB,gBAAgB,MAAM;EACtB,gBAAgB,KAAK;EACrB,gBAAgB,OAAO;EACvB,gBAAgB,QAAQ;EACxB,gBAAgB,IAAI;EACpB,gBAAgB,SAAS;EACzB,gBAAgB,OAAO;EACvB,aAAa;EACb,YAAY,MAAM,EAAE;EACpB,gBAAgB,WAAW;EAC3B,gBAAgB,WAAW;EAC3B,gBAAgB,KAAK;EACrB,gBAAgB,mBAAmB;EACnC,gBAAgB,mBAAmB;EACnC,aAAa;EACb,SAAS,CAAC;EACV,QAAQ,oBAAoB,CAAC,aAAa,CAAC,CAAC;EAC5C,QAAQ,QAAQ,CAAC,cAAc,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE;EAC7D,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;EAC7C,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC;EACxC,gBAAgB,IAAI,GAAG,YAAY,QAAQ,EAAE;EAC7C,oBAAoB,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACvD,oBAAoB,IAAI,GAAG,KAAK,IAAI,CAAC,QAAQ,EAAE,OAAO,IAAI,CAAC;EAC3D,iBAAiB;EACjB,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC;EAC1C,gBAAgB,IAAI,GAAG,CAAC;EACxB,gBAAgB,IAAI,iBAAiB,CAAC,GAAG,CAAC,EAAE;;EAE5C,oBAAoB,IAAI,EAAE,CAAC;EAC3B,oBAAoB,IAAI,SAAS,GAAG,GAAG,CAAC,IAAI,KAAK,gBAAgB;EACjE,2BAA2B,GAAG,KAAK,MAAM;EACzC,4BAA4B,EAAE,GAAG,UAAU,CAAC,MAAM,EAAE,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC;EACjF,4BAA4B,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;EACvC,2BAA2B,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;;EAEvD,oBAAoB,SAAS,GAAG,SAAS,YAAY,OAAO,GAAG,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC;;EAEhG,oBAAoB,IAAI,SAAS,IAAI,IAAI,IAAI,SAAS,CAAC,MAAM,IAAI,SAAS,CAAC,MAAM,CAAC,UAAU,EAAE;EAC9F,wBAAwB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,qBAAqB;EACrB,oBAAoB,IAAI,CAAC,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,YAAY,EAAE,GAAG,CAAC,EAAE,OAAO,IAAI,CAAC;EACrF,oBAAoB,GAAG,GAAG,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAChD,iBAAiB,MAAM;EACvB,oBAAoB,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;EAC3D,oBAAoB,IAAI,CAAC,GAAG,IAAI,GAAG,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,OAAO,IAAI,CAAC;EAC3E,oBAAoB,IAAI,OAAO,GAAG,IAAI,UAAU,EAAE,QAAQ,GAAG;EAC7D,sBAAsB,KAAK,MAAM;EACjC,wBAAwB,OAAO,GAAG,CAAC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;EACvE,sBAAsB,KAAK,QAAQ;EACnC,wBAAwB,OAAO,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC;EACxD,sBAAsB;EACtB,wBAAwB,OAAO,IAAI,CAAC;EACpC,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC;EAChC,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,QAAQ,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE;EACvD,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC;EACtC,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,YAAY,cAAc,EAAE;EAC9E,gBAAgB,IAAI,GAAG,GAAG,GAAG,CAAC,QAAQ,CAAC;EACvC,gBAAgB,IAAI,GAAG,YAAY,QAAQ,EAAE;EAC7C,oBAAoB,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACvD,oBAAoB,IAAI,GAAG,KAAK,GAAG,CAAC,QAAQ,EAAE,OAAO,IAAI,CAAC;EAC1D,iBAAiB;EACjB,gBAAgB,IAAI,GAAG,CAAC;EACxB,gBAAgB,IAAI,CAAC,GAAG,GAAG,CAAC,UAAU,CAAC;EACvC,gBAAgB,IAAI,iBAAiB,CAAC,CAAC,CAAC,EAAE;EAC1C,oBAAoB,IAAI,SAAS;EACjC,wBAAwB,CAAC,CAAC,IAAI,KAAK,gBAAgB;EACnD,wBAAwB,GAAG,KAAK,MAAM;EACtC,yBAAyB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;;EAE5E,oBAAoB,SAAS,GAAG,SAAS,YAAY,OAAO,GAAG,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC;;EAEhG,oBAAoB,KAAK,SAAS,IAAI,IAAI,IAAI,SAAS,CAAC,MAAM,IAAI,SAAS,CAAC,MAAM,CAAC,UAAU,GAAG;EAChG,wBAAwB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,qBAAqB;EACrB,oBAAoB,IAAI,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,YAAY,EAAE,GAAG,CAAC,EAAE,OAAO,IAAI,CAAC;EAChF,oBAAoB,GAAG,GAAG,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;EAC9C,iBAAiB,MAAM;EACvB,oBAAoB,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;EACzD,oBAAoB,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,IAAI,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,YAAY,EAAE,GAAG,CAAC,EAAE,OAAO,IAAI,CAAC;EAClH,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,GAAG,EAAE,CAAC;EAC9B,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACtE,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC3C,oBAAoB,IAAI,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EAC7D,oBAAoB,IAAI,GAAG,KAAK,KAAK,EAAE,OAAO,IAAI,CAAC;EACnD,oBAAoB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACrC,iBAAiB;EACjB,gBAAgB,IAAI;EACpB,oBAAoB,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;EACrD,iBAAiB,CAAC,OAAO,EAAE,EAAE;EAC7B,oBAAoB,UAAU,CAAC,IAAI,CAAC,+CAA+C,EAAE;EACrF,wBAAwB,IAAI,EAAE,IAAI,CAAC,eAAe,EAAE;EACpD,wBAAwB,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EAC7C,wBAAwB,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EAC7C,wBAAwB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG;EAC3C,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;EACvC,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EACtC,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,CAAC,SAAS,UAAU,EAAE;EAC1B,QAAQ,SAAS,cAAc,CAAC,GAAG,EAAE;EACrC,YAAY,OAAO,SAAS,CAAC,eAAe,EAAE,GAAG,EAAE;EACnD,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,UAAU,EAAE,GAAG;EAC/B,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,SAAS,IAAI,CAAC,IAAI,EAAE,GAAG,EAAEA,qBAAkB,EAAE;EACrD,YAAY,IAAI,OAAO,GAAG,cAAc,CAAC,IAAI,CAAC,CAAC;EAC/C,YAAY,IAAIA,qBAAkB,EAAE;EACpC,gBAAgB,IAAI,IAAI,GAAG,SAAS,CAAC,mBAAmB,EAAE,GAAG,EAAE;EAC/D,oBAAoB,IAAI,EAAE,GAAG;EAC7B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,OAAO,kBAAkB,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,IAAI,GAAG,GAAG,GAAG,OAAO,CAAC;EAClF,aAAa;EACb,YAAY,OAAO,kBAAkB,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;EACpD,SAAS;EACT,QAAQ,UAAU,CAAC,QAAQ,EAAE,WAAW;EACxC,YAAY,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,QAAQ,UAAU,CAAC,aAAa,EAAE,WAAW;EAC7C,YAAY,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;EACzD,SAAS,CAAC,CAAC;EACX,QAAQ,UAAU,CAAC,YAAY,EAAE,WAAW;EAC5C,YAAY,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,QAAQ,UAAU,CAAC,SAAS,EAAE,WAAW;EACzC,YAAY,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,QAAQ,UAAU,CAAC,eAAe,EAAE,WAAW;EAC/C,YAAY,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG;EACpC,gBAAgB,OAAO,IAAI,CAAC,UAAU,CAAC;EACvC,YAAY,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,QAAQ,UAAU,CAAC,YAAY,EAAE,SAAS,UAAU,EAAE;EACtD,YAAY,IAAI,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;EACvD,YAAY,WAAW,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC;EACnE,YAAY,OAAO,aAAa,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,UAAU,CAAC,eAAe,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EAC7E,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EACpC,YAAY,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EACjE,YAAY,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EACnE,YAAY,OAAO,IAAI,CAAC,IAAI,EAAE,IAAI,EAAEA,qBAAkB,CAAC,CAAC;EACxD,SAAS,CAAC,CAAC;EACX,QAAQ,UAAU,CAAC,UAAU,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EACxE,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC;EACxD,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,EAAE;EACnD,gBAAgB,QAAQ,EAAE;EAC1B,kBAAkB,KAAK,IAAI,GAAG,IAAI,CAAC,QAAQ,GAAG,GAAG,GAAG,CAAC,OAAO,IAAI,CAAC;EACjE,kBAAkB,KAAK,GAAG,IAAI,IAAI,CAAC,QAAQ,GAAG,IAAI,EAAE,CAAC,OAAO,IAAI,CAAC;EACjE,kBAAkB,KAAK,IAAI,GAAG,IAAI,CAAC,QAAQ,GAAG,GAAG,GAAG,CAAC,OAAO,IAAI,CAAC;EACjE,kBAAkB,KAAK,GAAG,IAAI,IAAI,CAAC,QAAQ,GAAG,IAAI,EAAE,CAAC,OAAO,IAAI,CAAC;EACjE,iBAAiB;EACjB,aAAa;EACb,YAAY,QAAQ,EAAE;EACtB,cAAc,KAAK,IAAI,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC;EAC5D,cAAc,KAAK,IAAI,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC;EAC5D,cAAc,KAAK,KAAK,EAAE,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,CAAC,OAAO,IAAI,CAAC;EAC7D,cAAc,KAAK,KAAK,EAAE,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,CAAC,OAAO,IAAI,CAAC;EAC7D,cAAc,KAAK,IAAI;EACvB,gBAAgB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;EACrC,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EAC7E,gBAAgB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EAC3D,gBAAgB,OAAO,IAAI,CAAC,IAAI,EAAE,IAAI,EAAEA,qBAAkB,CAAC,CAAC;EAC5D,cAAc,KAAK,IAAI;EACvB,gBAAgB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;EACrC,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EAC7E,gBAAgB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EAC3D,gBAAgB,OAAO,IAAI,CAAC,IAAI,EAAE,IAAI,EAAEA,qBAAkB,CAAC,CAAC;EAC5D,aAAa;EACb,YAAY,OAAO,cAAc,CAAC,IAAI,CAAC,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,QAAQ,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EAC1E,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACnE,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,eAAe,GAAG,aAAa,CAAC,yNAAyN,CAAC,CAAC;EACnQ,IAAI,QAAQ,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,UAAU,EAAE;EAC5D,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;EACzC,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EACvC,YAAY,IAAI,SAAS,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;EAC7F,YAAY;EACZ,gBAAgB,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,KAAK,gBAAgB;EAC5E,iBAAiB,SAAS,IAAI,IAAI,IAAI,SAAS,CAAC,MAAM,IAAI,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC;EACtF,cAAc;EACd,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;EACb,YAAY,IAAI,iBAAiB,CAAC,IAAI,CAAC,IAAI,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,IAAI,CAAC;EACnF,YAAY,IAAI,IAAI,YAAY,OAAO;EACvC,mBAAmB,iBAAiB,CAAC,IAAI,CAAC,UAAU,CAAC;EACrD,mBAAmB,CAAC,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,YAAY,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE;EACzI,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC,IAAI,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;EACzD,KAAK,CAAC,CAAC;EACP,IAAI,QAAQ,CAAC,SAAS,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;EACrD,IAAI,OAAO,CAAC,SAAS,CAAC,cAAc,EAAE,SAAS,UAAU,EAAE;EAC3D,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO;EACjD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EACnC,QAAQ,IAAI,GAAG,GAAG,YAAY,CAAC;EAC/B,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE;EACvC,YAAY,GAAG,GAAG,UAAU,CAAC,KAAK,CAAC;EACnC,SAAS,MAAM,IAAI,IAAI,CAAC,UAAU,EAAE,EAAE;EACtC,YAAY,GAAG,GAAG,UAAU,CAAC,OAAO,CAAC;EACrC,SAAS,MAAM,IAAI,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EAC/C,YAAY,GAAG,GAAG,UAAU,CAAC,MAAM,CAAC;EACpC,SAAS,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EAC/C,YAAY,GAAG,GAAG,UAAU,CAAC,MAAM,CAAC;EACpC,SAAS,MAAM,IAAI,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EAC/C,YAAY,GAAG,GAAG,UAAU,CAAC,MAAM,CAAC;EACpC,SAAS,MAAM,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,UAAU,CAAC,EAAE;EAC1D,YAAY,GAAG,GAAG,UAAU,CAAC,MAAM,CAAC;EACpC,SAAS;EACT,QAAQ,OAAO,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAClC,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,CAAC,SAAS,oBAAoB,EAAE;EACpC,QAAQ,oBAAoB,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;;EAEpD,QAAQ,oBAAoB,CAAC,kBAAkB,EAAE,YAAY,CAAC,CAAC;EAC/D,QAAQ,oBAAoB,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;EACzD,QAAQ,oBAAoB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;;EAErD,QAAQ,SAAS,GAAG,CAAC,IAAI,EAAE,UAAU,EAAE;EACvC,YAAY,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC;EAC9C,gBAAgB,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,UAAU,CAAC;EACxD,oBAAoB,OAAO,IAAI,CAAC;EAChC,YAAY,OAAO,KAAK,CAAC;EACzB,SAAS;;EAET,QAAQ,oBAAoB,CAAC,SAAS,EAAE,SAAS,UAAU,EAAE;EAC7D,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC9C,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,QAAQ,EAAE,SAAS,UAAU,EAAE;EAC5D,YAAY,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC;EAC9C,oBAAoB,CAAC,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,UAAU,CAAC;EAC7D,uBAAuB,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC,EAAE;EACtE,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC9C,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EAC9D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC/D,mBAAmB,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC9C,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,QAAQ,EAAE,SAAS,UAAU,EAAE;EAC5D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC/D,mBAAmB,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC9C,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE;EAC3D,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC;EAC7C,mBAAmB,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC1E,mBAAmB,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAC/E,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,MAAM,EAAE,SAAS,UAAU,EAAE;EAC1D,YAAY,OAAO,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC9D,mBAAmB,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC;EACtE,mBAAmB,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EACrF,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,oBAAoB,EAAE,SAAS,UAAU,EAAE;EACxE,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAC1D,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,mBAAmB,EAAE,SAAS,UAAU,EAAE;EACvE,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAC1D,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;EACvD,QAAQ,oBAAoB,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;EACtD,QAAQ,oBAAoB,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;EACxD,QAAQ,oBAAoB,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EAC9D,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC;EACzD,mBAAmB,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAC3D,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;EACtD,QAAQ,oBAAoB,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE;EACnE,YAAY,OAAO,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC9D,mBAAmB,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC/D,mBAAmB,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EACjE,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,SAAS,EAAE,SAAS,UAAU,EAAE;EAC7D,YAAY,OAAO,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC;EACpD,mBAAmB,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAChE,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE;EACjE,YAAY,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;EACjD,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,qBAAqB,EAAE,YAAY,CAAC,CAAC;EAClE,QAAQ,oBAAoB,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EAC9D,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,kBAAkB,EAAE,SAAS,UAAU,EAAE;EACtE,YAAY,IAAI,IAAI,CAAC,GAAG,YAAY,gBAAgB;EACpD,oBAAoB,IAAI,CAAC,GAAG,CAAC,gBAAgB,CAAC,UAAU,CAAC;EACzD,gBAAgB,OAAO,IAAI,CAAC;EAC5B,YAAY,OAAO,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAC3D,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,SAAS,EAAE,SAAS,UAAU,EAAE;EAC7D,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;EAClD,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE;EAC3D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC,UAAU,CAAC;EAClE,mBAAmB,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAChE,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE;EAC3D,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC,UAAU,CAAC;EAClE,mBAAmB,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC/D,mBAAmB,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAC9D,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,YAAY,EAAE,SAAS,UAAU,EAAE;EAChE,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;EACrD,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE;EACnE,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;EACrD,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EAC9D,YAAY,OAAO,IAAI,CAAC,KAAK,CAAC;EAC9B,SAAS,CAAC,CAAC;EACX,QAAQ,oBAAoB,CAAC,mBAAmB,EAAE,YAAY,CAAC,CAAC;EAChE,QAAQ,oBAAoB,CAAC,kBAAkB,EAAE,SAAS,UAAU,EAAE;EACtE,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;EAClD,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACjD,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,CAAC,SAAS,aAAa,EAAE;EAC7B,QAAQ,aAAa,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;;EAE7C,QAAQ,aAAa,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;EAC/C,QAAQ,aAAa,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;EAClD,QAAQ,aAAa,CAAC,kBAAkB,EAAE,YAAY,CAAC,CAAC;EACxD,QAAQ,aAAa,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;EAChD,QAAQ,aAAa,CAAC,qBAAqB,EAAE,YAAY,CAAC,CAAC;EAC3D,QAAQ,aAAa,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;;EAE9C,QAAQ,SAAS,GAAG,CAAC,IAAI,EAAE,UAAU,EAAE;EACvC,YAAY,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC;EAC9C,gBAAgB,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC;EACjD,oBAAoB,OAAO,IAAI,CAAC;EAChC,YAAY,OAAO,KAAK,CAAC;EACzB,SAAS;;EAET,QAAQ,aAAa,CAAC,SAAS,EAAE,SAAS,UAAU,EAAE;EACtD,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;EAClD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE,OAAO,IAAI,CAAC;EAC9D,YAAY,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC;EACvD,mBAAmB,IAAI,CAAC,QAAQ,IAAI,GAAG;EACvC,mBAAmB,IAAI,CAAC,IAAI,YAAY,aAAa,EAAE;EACvD,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;EACb,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACnD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;EAClD,mBAAmB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,SAAS,EAAE,SAAS,UAAU,EAAE;EACtD,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC9C,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,QAAQ,EAAE,SAAS,UAAU,EAAE;EACrD,YAAY,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,EAAE,OAAO,IAAI,CAAC;EACxD,YAAY,IAAI,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,CAAC;EAC5D,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE,OAAO,IAAI,CAAC;EACnE,YAAY,OAAO,EAAE,IAAI,CAAC,UAAU,YAAY,UAAU,CAAC;EAC3D,mBAAmB,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EACzD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,QAAQ,EAAE,SAAS,UAAU,EAAE;EACrD,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC;EACxD,mBAAmB,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC9C,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE;EAC5D,YAAY,OAAO,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,UAAU,CAAC;EACvD,mBAAmB,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC;EACxD,mBAAmB,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAC1D,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE;EAC5D,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;EACrD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE;EACpD,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC,UAAU,CAAC;EAClE,mBAAmB,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACzD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,MAAM,EAAE,SAAS,UAAU,EAAE;EACnD,YAAY,OAAO,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,UAAU,CAAC;EACvD,mBAAmB,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;EAC/D,mBAAmB,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAC9E,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,oBAAoB,EAAE,SAAS,UAAU,EAAE;EACjE,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACnD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,kBAAkB,EAAE,SAAS,UAAU,EAAE;EAC/D,YAAY,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAClE,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,YAAY,EAAE,SAAS,UAAU,EAAE;EACzD,YAAY,OAAO,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;EACrD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,mBAAmB,EAAE,SAAS,UAAU,EAAE;EAChE,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACnD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE;EACpD,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC,UAAU,CAAC;EAClE,mBAAmB,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC;EACxD,mBAAmB,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACvD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC;EACxD,mBAAmB,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC9C,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE;EAC1D,YAAY,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;EACjD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE;EACpD,YAAY,OAAO,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC;EAC/F,mBAAmB,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACxE,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,SAAS,EAAE,SAAS,UAAU,EAAE;EACtD,YAAY,IAAI,IAAI,CAAC,QAAQ,IAAI,QAAQ,IAAI,IAAI,CAAC,UAAU,YAAY,aAAa;EACrF,gBAAgB,OAAO,KAAK,CAAC;EAC7B,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACzD,SAAS,CAAC,CAAC;EACX,QAAQ,aAAa,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACvD,YAAY,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,OAAO,KAAK,CAAC;EAC1C,YAAY,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;EAC1C,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,CAAC,SAAS,0BAA0B,EAAE;EAC1C,QAAQ,SAASC,MAAG,CAAC,IAAI,EAAE;EAC3B,YAAY,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC;EAC9C,gBAAgB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,sBAAsB,EAAE;EACrD,oBAAoB,OAAO,KAAK,CAAC;EACjC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,SAAS,cAAc,CAAC,KAAK,EAAE;EACvC,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,IAAI,MAAM,GAAG,IAAI,CAAC;EAC9B,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACpD,gBAAgB,IAAI,CAAC,MAAM,EAAE,OAAO,IAAI,CAAC;EACzC,gBAAgB,IAAI,IAAI,YAAY,aAAa,EAAE;EACnD,oBAAoB,IAAI,IAAI,CAAC,OAAO,EAAE;EACtC,wBAAwB,MAAM,GAAG,KAAK,CAAC;EACvC,wBAAwB,OAAO,IAAI,CAAC;EACpC,qBAAqB;EACrB,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EAChD,oBAAoB,IAAI,MAAM,CAAC,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC;EAClD,2BAA2B,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;EAC1D,wBAAwB,IAAI,KAAK,EAAE;EACnC,4BAA4B,IAAI,SAAS,GAAG,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;EACtE,4BAA4B,IAAI,GAAG,CAAC,UAAU,GAAG,CAAC,SAAS,GAAG,SAAS,KAAK,GAAG,EAAE;EACjF,gCAAgC,MAAM,GAAG,GAAG,CAAC;EAC7C,gCAAgC,OAAO,IAAI,CAAC;EAC5C,6BAA6B;EAC7B,yBAAyB;EACzB,wBAAwB,MAAM,GAAG,KAAK,CAAC;EACvC,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,YAAY,QAAQ,IAAI,IAAI,YAAY,SAAS,EAAE;EAC3E,oBAAoB,MAAM,GAAG,KAAK,CAAC;EACnC,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa,CAAC,CAAC,CAAC;EAChB,YAAY,OAAO,MAAM,CAAC;EAC1B,SAAS;;EAET,QAAQ,0BAA0B,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;EAC3D,QAAQ,0BAA0B,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;EAC9D,QAAQ,0BAA0B,CAAC,SAAS,EAAE,SAAS,KAAK,EAAE;EAC9D,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,IAAI,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,CAAC,EAAE;EAC7E,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;EACb,YAAY,OAAO,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,0BAA0B,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;EAC/D,QAAQ,0BAA0B,CAAC,SAAS,EAAE,WAAW;EACzD,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,sBAAsB,EAAE,CAAC;EAC5D,SAAS,CAAC,CAAC;EACX,QAAQ,0BAA0B,CAAC,UAAU,EAAE,WAAW;EAC1D,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,sBAAsB,EAAE,IAAI,IAAI,CAAC,KAAK,CAAC,sBAAsB,EAAE,CAAC;EAC7F,SAAS,CAAC,CAAC;EACX,QAAQ,0BAA0B,CAAC,SAAS,EAAE,WAAW;EACzD,YAAY,OAAOA,MAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EACtC,SAAS,CAAC,CAAC;EACX,QAAQ,0BAA0B,CAAC,UAAU,EAAE,WAAW;EAC1D,YAAY,OAAOA,MAAG,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,QAAQ,0BAA0B,CAAC,kBAAkB,EAAE,WAAW;EAClE,YAAY,OAAO,EAAE,IAAI,CAAC,GAAG,YAAY,QAAQ,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,sBAAsB,EAAE,CAAC;EAC1F,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,wBAAwB,EAAE,IAAI,CAAC,CAAC;EACvD,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI,SAAS,MAAM,CAAC,KAAK,EAAE;EAC3B,QAAQ,OAAO,KAAK,IAAI,KAAK,CAAC,MAAM,EAAE,CAAC;EACvC,KAAK;EACL,IAAI,CAAC,SAAS,GAAG,EAAE;EACnB,QAAQ,GAAG,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC;EACxC,QAAQ,GAAG,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;EACnC,QAAQ,SAAS,YAAY,GAAG;EAChC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACvD,gBAAgB,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE;EAC1C,oBAAoB,OAAO,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACxC,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,GAAG,CAAC,UAAU,EAAE,WAAW,EAAE,OAAO,IAAI,CAAC,EAAE,CAAC,CAAC;EACrD,QAAQ,GAAG,CAAC,kBAAkB,EAAE,YAAY,CAAC,CAAC;EAC9C,QAAQ,GAAG,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;EAC5C,QAAQ,GAAG,CAAC,MAAM,EAAE,WAAW;EAC/B,YAAY,OAAO,IAAI,CAAC,WAAW,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC;EAC7F,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;EACvC,KAAK,CAAC,CAAC;;EAEP;;EAEA,IAAI,IAAI,UAAU,GAAG,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;EAC/C,IAAI,YAAY,CAAC,aAAa,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC3D,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC;EAC3C,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,IAAI,UAAU,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC,EAAE;EACnG,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACvD,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC1D,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,eAAe,CAAC;EAC9C,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACvD,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,oBAAoB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAClE,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,SAAS;EAC1C,eAAe,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,IAAI,EAAE;EACvE,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACvD,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACpE,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACvD,QAAQ,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC5C,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,8BAA8B,CAAC,IAAI,EAAE;EAClD,QAAQ,OAAO;EACf,YAAY,IAAI,YAAY,SAAS;EACrC,YAAY,IAAI,YAAY,OAAO;EACnC,YAAY,IAAI,YAAY,SAAS;EACrC,SAAS,CAAC;EACV,KAAK;;EAEL,IAAI,YAAY,CAAC,kBAAkB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAChE,QAAQ,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC5C,QAAQ,QAAQ,IAAI,CAAC,IAAI,CAAC,MAAM;EAChC,UAAU,KAAK,CAAC;EAChB,YAAY,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC;EACvD,mBAAmB,UAAU,CAAC,MAAM,EAAE,YAAY,MAAM;EACxD,mBAAmB,8BAA8B,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC/D,mBAAmB,yBAAyB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE;EAC5D,gBAAgB,OAAO,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACpC,aAAa;EACb,YAAY,MAAM;EAClB,UAAU,KAAK,CAAC,EAAE,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EAC7D,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,cAAc,CAAC,IAAI,EAAE,UAAU,EAAE;EAC9C,QAAQ,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC5C,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC;EAC7C,eAAe,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC;EACpC,eAAe,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EACxE,YAAY,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;EACjC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,IAAI,YAAY,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;;EAE7C,IAAI,SAAS,CAAC,SAAS,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE;EAC5D,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO;EACjD,QAAQ,IAAI,UAAU,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,OAAO;EACxD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,IAAI,CAAC,MAAM,EAAE,EAAE,OAAO;EAClC,QAAQ,IAAI,UAAU,GAAG,EAAE,IAAI,YAAY,YAAY,CAAC,IAAI,UAAU,CAAC,QAAQ,CAAC,KAAK,CAAC;EACtF,QAAQ,IAAI,SAAS,GAAG,EAAE,IAAI,YAAY,YAAY,CAAC,IAAI,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC;EACpF,QAAQ,IAAI,gBAAgB,GAAG,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,GAAG,YAAY,GAAG,SAAS,IAAI,EAAE;EAC/G,YAAY,IAAI,IAAI,YAAY,UAAU,KAAK,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,CAAC,EAAE;EACzF,gBAAgB,OAAO,IAAI,CAAC,IAAI,CAAC;EACjC,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,CAAC,UAAU,EAAE,OAAO,IAAI,CAAC,UAAU,CAAC;EACrF,SAAS,CAAC;EACV,QAAQ,IAAI,MAAM,GAAG,EAAE,CAAC;EACxB,QAAQ,IAAI,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC7C,QAAQ,IAAI,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC5C,QAAQ,IAAI,IAAI,YAAY,YAAY,IAAI,UAAU,CAAC,UAAU,EAAE;EACnE,YAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE;EAC9C,gBAAgB,IAAI,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE,IAAI,UAAU,CAAC,EAAE;EAC3E,oBAAoB,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EAC9C,oBAAoB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACrC,iBAAiB;EACjB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,cAAc,GAAG,IAAI,UAAU,EAAE,CAAC;EAC9C,QAAQ,IAAI,eAAe,GAAG,IAAI,UAAU,EAAE,CAAC;EAC/C,QAAQ,IAAI,mBAAmB,GAAG,IAAI,CAAC;EACvC;EACA;EACA,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC;EACzB,QAAQ,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EACxD,YAAY,IAAI,IAAI,YAAY,UAAU,IAAI,IAAI,CAAC,cAAc,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EACtG,gBAAgB,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,OAAO,EAAE;EACxD,oBAAoB,IAAI,EAAE,OAAO,YAAY,qBAAqB,CAAC,EAAE,OAAO;EAC5E,oBAAoB,IAAI,GAAG,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC;EACnD,oBAAoB,IAAI,EAAE,GAAG,CAAC,EAAE,IAAI,UAAU,CAAC,EAAE;EACjD,wBAAwB,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EAClD,wBAAwB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACzC,qBAAqB;EACrB,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,IAAI,IAAI,KAAK,IAAI,EAAE,OAAO;EACtC,YAAY,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,YAAY,YAAY,EAAE;EAC3E,gBAAgB,IAAI,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EACtD,gBAAgB,IAAI,SAAS,GAAG,EAAE,CAAC,MAAM,EAAE,YAAY,UAAU,CAAC;EAClE,gBAAgB,IAAI,SAAS,IAAI,CAAC,UAAU,IAAI,KAAK,KAAK,IAAI,EAAE;EAChE,oBAAoB,IAAI,QAAQ,CAAC,MAAM,IAAI,EAAE,QAAQ,CAAC,EAAE,IAAI,UAAU,CAAC,EAAE;EACzE,wBAAwB,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EACvD,wBAAwB,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAC9C,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,eAAe,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;EACvD,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,gBAAgB,IAAI,KAAK,KAAK,IAAI,EAAE;EACpE,gBAAgB,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;EAC/D,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,eAAe,IAAI,KAAK,KAAK,IAAI,EAAE;EACnE,gBAAgB,IAAI,SAAS,GAAG,EAAE,CAAC,MAAM,EAAE,YAAY,UAAU,CAAC;EAClE,gBAAgB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EACvD,oBAAoB,IAAI,GAAG,CAAC,IAAI,YAAY,aAAa,EAAE;EAC3D,wBAAwB,cAAc,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC;EAC1E,qBAAqB;EACrB,oBAAoB,IAAI,SAAS,IAAI,CAAC,SAAS,EAAE;EACjD,wBAAwB,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACpE,4BAA4B,IAAI,IAAI,YAAY,qBAAqB,EAAE;EACvE,gCAAgC,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EAC5D,gCAAgC,IAAI,CAAC,SAAS,IAAI,GAAG,CAAC,MAAM,KAAK,EAAE,GAAG,CAAC,EAAE,IAAI,UAAU,CAAC,EAAE;EAC1F,oCAAoC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EAC9D,oCAAoC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACrD,iCAAiC;EACjC,6BAA6B;EAC7B,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB;EACrB,oBAAoB,IAAI,GAAG,CAAC,KAAK,EAAE;EACnC,wBAAwB,IAAI,GAAG,CAAC,IAAI,YAAY,iBAAiB,EAAE;EACnE,4BAA4B,IAAI,mBAAmB,GAAG,mBAAmB,CAAC;EAC1E,4BAA4B,mBAAmB,GAAG,GAAG,CAAC,KAAK,CAAC;EAC5D,4BAA4B,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACzC,4BAA4B,mBAAmB,GAAG,mBAAmB,CAAC;EACtE,yBAAyB,MAAM;EAC/B,4BAA4B,IAAI,QAAQ,GAAG,GAAG,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EACjE,4BAA4B,eAAe,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC;EACxE,4BAA4B,IAAI,CAAC,QAAQ,CAAC,OAAO,IAAI,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,GAAG,CAAC,KAAK,EAAE;EAC3F,gCAAgC,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC;EAC7D,6BAA6B;EAC7B,yBAAyB;EACzB,wBAAwB,IAAI,GAAG,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE;EACpE,4BAA4B,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC/C,yBAAyB;EACzB,qBAAqB;EACrB,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,aAAa,IAAI,mBAAmB,EAAE;EAC3D,gBAAgB,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,mBAAmB,CAAC,CAAC;EACpE,aAAa;EACb,YAAY,OAAO,eAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAClD,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACtB;EACA;EACA;EACA,QAAQ,EAAE,GAAG,IAAI,UAAU,CAAC,eAAe,CAAC,CAAC;EAC7C,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EAChD,YAAY,IAAI,IAAI,GAAG,eAAe,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;EACzD,YAAY,IAAI,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EAClD,gBAAgB,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC9B,aAAa,CAAC,CAAC;EACf,SAAS;EACT;EACA,QAAQ,IAAI,EAAE,GAAG,IAAI,eAAe;EACpC,YAAY,SAAS,MAAM,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE;EACpD,gBAAgB,IAAI,MAAM,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC;EACzC,gBAAgB,IAAI,SAAS,EAAE;EAC/B,oBAAoB,IAAI,GAAG,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;EACrD,oBAAoB,IAAI,GAAG,YAAY,aAAa,EAAE;EACtD,wBAAwB,IAAI,GAAG,GAAG,GAAG,CAAC,UAAU,EAAE,CAAC;EACnD,wBAAwB,IAAI,MAAM,GAAG,GAAG,CAAC,EAAE,IAAI,UAAU,CAAC;EAC1D,wBAAwB,IAAI,IAAI,YAAY,UAAU,EAAE;EACxD,4BAA4B,IAAI,CAAC,MAAM,IAAI,GAAG,CAAC,EAAE,IAAI,SAAS,IAAI,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,IAAI,EAAE;EAC9F,gCAAgC,OAAO,qBAAqB,CAAC,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAC;EACrG,6BAA6B;EAC7B,yBAAyB,MAAM,IAAI,CAAC,MAAM,EAAE,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/E,4BAA4B,KAAK,EAAE,CAAC;EACpC,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,KAAK,KAAK,IAAI,EAAE,OAAO;EAC3C,gBAAgB,IAAI,GAAG,CAAC;EACxB,gBAAgB,IAAI,IAAI,CAAC,IAAI;EAC7B,wBAAwB,IAAI,YAAY,mBAAmB;EAC3D,2BAA2B,CAAC,SAAS,CAAC,UAAU,CAAC,MAAM,CAAC,iBAAiB,CAAC,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,CAAC;EAChH,uBAAuB,IAAI,YAAY,YAAY;EACnD,2BAA2B,CAAC,SAAS,CAAC,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,CAAC,CAAC,EAAE;EAC/G;EACA;EACA;EACA,oBAAoB,IAAI,EAAE,GAAG,CAAC,EAAE,IAAI,UAAU,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACzF,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,YAAY,UAAU,IAAI,EAAE,IAAI,YAAY,YAAY,CAAC,EAAE;EACnF,oBAAoB,IAAI,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;EAChE,oBAAoB,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EACzE,wBAAwB,IAAI,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EACvC,wBAAwB,IAAI,GAAG,YAAY,aAAa,EAAE;EAC1D,4BAA4B,GAAG,GAAG,GAAG,CAAC,UAAU,CAAC;EACjD,yBAAyB;EACzB,wBAAwB,IAAI,GAAG,YAAY,iBAAiB,EAAE;EAC9D,4BAA4B,GAAG,GAAG,GAAG,CAAC,IAAI,CAAC;EAC3C,yBAAyB;EACzB;EACA;EACA;EACA;EACA;EACA,wBAAwB,IAAI,EAAE,GAAG,YAAY,iBAAiB,CAAC,IAAI,EAAE,GAAG,CAAC,UAAU,EAAE,CAAC,EAAE,IAAI,UAAU,CAAC,EAAE;EACzG,4BAA4B,GAAG,CAAC,QAAQ,GAAG,IAAI,CAAC;EAChD,4BAA4B,IAAI,IAAI,EAAE;EACtC,gCAAgC,CAAC,CAAC,GAAG,EAAE,CAAC;EACxC,gCAAgC,UAAU,CAAC,GAAG,CAAC,YAAY,EAAE,GAAG,MAAM,GAAG,MAAM,CAAC,CAAC,gEAAgE,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;EAClK,6BAA6B;EAC7B,yBAAyB,MAAM;EAC/B,4BAA4B,IAAI,GAAG,KAAK,CAAC;EACzC,yBAAyB;EACzB,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,CAAC,IAAI,YAAY,SAAS,IAAI,IAAI,YAAY,YAAY,KAAK,IAAI,KAAK,IAAI,EAAE;EAClG,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EACrD,oBAAoB,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE,IAAI,UAAU,KAAK,CAAC,UAAU,IAAI,GAAG,CAAC,MAAM,CAAC;EACnF,oBAAoB,IAAI,CAAC,IAAI,EAAE;EAC/B,wBAAwB,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,GAAG,MAAM,GAAG,MAAM,CAAC,CAAC,uDAAuD,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;EAC7J,wBAAwB,GAAG,CAAC,UAAU,EAAE,CAAC;EACzC,wBAAwB,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACnE,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,YAAY,eAAe,IAAI,EAAE,MAAM,YAAY,SAAS,IAAI,MAAM,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;EAC/G,oBAAoB,IAAI,UAAU,GAAG,EAAE,MAAM,YAAY,YAAY,CAAC,IAAI,EAAE,IAAI,YAAY,OAAO,CAAC,CAAC;EACrG;EACA,oBAAoB,IAAI,IAAI,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,CAAC;EACxD;EACA;EACA;EACA,oBAAoB,IAAI,YAAY,GAAG,EAAE,CAAC;EAC1C,oBAAoB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EAC3D,wBAAwB,IAAI,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAC3E,wBAAwB,IAAI,cAAc,GAAG,GAAG,CAAC,IAAI,YAAY,iBAAiB,CAAC;EACnF,wBAAwB,IAAI,GAAG,GAAG,cAAc;EAChD,8BAA8B,IAAI,SAAS,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;EAC5E,8BAA8B,GAAG,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EACpD,wBAAwB,IAAI,UAAU,IAAI,GAAG,CAAC,MAAM,EAAE,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC5E,wBAAwB,IAAI,EAAE,SAAS,IAAI,UAAU,CAAC;EACtD,+BAA+B,cAAc;EAC7C,oCAAoC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM;EACzD,uCAAuC,GAAG,CAAC,IAAI,CAAC,QAAQ;EACxD,uCAAuC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC;EACjF,+BAA+B,GAAG,CAAC,EAAE,IAAI,UAAU,EAAE;EACrD,4BAA4B,IAAI,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,EAAE,IAAI,SAAS,IAAI,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,GAAG,EAAE;EAC/F,gCAAgC,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACxF,6BAA6B;EAC7B,4BAA4B,IAAI,GAAG,CAAC,IAAI,YAAY,aAAa,EAAE;EACnE,gCAAgC,IAAI,QAAQ,GAAG,cAAc,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;EAC1E,gCAAgC,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,UAAU,CAAC,EAAE;EACxH,oCAAoC,UAAU,CAAC,IAAI,CAAC,yEAAyE,EAAE,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;EACnJ,oCAAoC,IAAI,GAAG,CAAC,KAAK,EAAE;EACnD,wCAAwC,IAAI,GAAG,GAAG,SAAS,CAAC,aAAa,EAAE,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC;EAC/F,wCAAwC,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACjE,wCAAwC,IAAI,MAAM,GAAG,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE;EAChF,4CAA4C,QAAQ,EAAE,GAAG;EACzD,4CAA4C,IAAI,EAAE,GAAG;EACrD,4CAA4C,KAAK,EAAE,GAAG,CAAC,KAAK;EAC5D,yCAAyC,CAAC,CAAC;EAC3C,wCAAwC,IAAI,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,GAAG,EAAE;EACvE,4CAA4C,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC;EACvE,yCAAyC;EACzC,wCAAwC,YAAY,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAC;EAChF,qCAAqC;EACrC,oCAAoC,MAAM,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;EAC1D,oCAAoC,GAAG,CAAC,UAAU,EAAE,CAAC;EACrD,oCAAoC,OAAO;EAC3C,iCAAiC;EACjC,6BAA6B;EAC7B,4BAA4B,IAAI,GAAG,CAAC,KAAK,EAAE;EAC3C,gCAAgC,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE;EAC7D,oCAAoC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EACzD,wCAAwC,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;EACrE,wCAAwC,GAAG,CAAC,KAAK,GAAG,aAAa,CAAC,GAAG,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;EAC3F,qCAAqC,MAAM;EAC3C,wCAAwC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACvF,4CAA4C,IAAI,EAAE,aAAa,CAAC,IAAI,EAAE,YAAY,CAAC;EACnF,yCAAyC,CAAC,CAAC,CAAC;EAC5C,qCAAqC;EACrC,oCAAoC,YAAY,GAAG,EAAE,CAAC;EACtD,iCAAiC;EACjC,gCAAgC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC/C,6BAA6B,MAAM;EACnC,gCAAgC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC/C,6BAA6B;EAC7B,yBAAyB,MAAM,IAAI,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,eAAe,EAAE;EAC3E,4BAA4B,IAAI,KAAK,GAAG,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACjG,4BAA4B,IAAI,KAAK,EAAE,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAChE,4BAA4B,GAAG,CAAC,KAAK,GAAG,IAAI,CAAC;EAC7C,4BAA4B,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC3C,yBAAyB,MAAM;EAC/B,4BAA4B,IAAI,KAAK,GAAG,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACjG,4BAA4B,IAAI,KAAK,EAAE;EACvC,gCAAgC,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,IAAI,CAAC,gFAAgF,EAAE,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;EAC3K,gCAAgC,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACzD,6BAA6B,MAAM;EACnC,gCAAgC,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,EAAE,GAAG,MAAM,GAAG,MAAM,CAAC,CAAC,uDAAuD,EAAE,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;EACxL,6BAA6B;EAC7B,4BAA4B,GAAG,CAAC,UAAU,EAAE,CAAC;EAC7C,yBAAyB;EACzB,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EAC5D,wBAAwB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC7D,wBAAwB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACxC,qBAAqB;EACrB,oBAAoB,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE;EACjD,wBAAwB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACvE,4BAA4B,IAAI,EAAE,aAAa,CAAC,IAAI,EAAE,YAAY,CAAC;EACnE,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB;EACrB,oBAAoB,QAAQ,IAAI,CAAC,MAAM;EACvC,sBAAsB,KAAK,CAAC;EAC5B,wBAAwB,OAAO,OAAO,GAAG,GAAG,CAAC,IAAI,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACxF,sBAAsB,KAAK,CAAC;EAC5B,wBAAwB,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC;EACvC,sBAAsB;EACtB,wBAAwB,OAAO,OAAO,GAAG,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EAChG,4BAA4B,IAAI,EAAE,IAAI;EACtC,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB,iBAAiB;EACjB;EACA;EACA;EACA;EACA;EACA;EACA,gBAAgB,IAAI,IAAI,YAAY,OAAO,EAAE;EAC7C,oBAAoB,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACxC,oBAAoB,IAAI,KAAK,CAAC;EAC9B,oBAAoB,IAAI,IAAI,CAAC,IAAI,YAAY,kBAAkB,EAAE;EACjE,wBAAwB,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC;EAC1C,wBAAwB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;EACrD,wBAAwB,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9C,qBAAqB;EACrB,oBAAoB,IAAI,IAAI,CAAC,IAAI,YAAY,mBAAmB,EAAE;EAClE,wBAAwB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;EACnD,qBAAqB,MAAM,IAAI,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EACpD,wBAAwB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACzC,qBAAqB;EACrB,oBAAoB,OAAO,CAAC,KAAK,GAAG,IAAI,GAAG,OAAO,GAAG,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;EACpF,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,YAAY,oBAAoB,IAAI,IAAI,CAAC,IAAI,YAAY,OAAO,EAAE;EAC1F,oBAAoB,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACxC,oBAAoB,IAAI,IAAI,CAAC,IAAI,YAAY,kBAAkB,EAAE;EACjE,wBAAwB,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC;EAC9C,wBAAwB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;EACrD,wBAAwB,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9C,wBAAwB,OAAO,OAAO,GAAG,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;EACxE,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,YAAY,kBAAkB,EAAE;EACxD,oBAAoB,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACxC,oBAAoB,IAAI,OAAO,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,yBAAyB,CAAC,EAAE;EAC9E,wBAAwB,OAAO,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrD,qBAAqB;EACrB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,YAAY,SAAS,EAAE;EAC/C,oBAAoB,IAAI,UAAU,GAAG,KAAK,CAAC;EAC3C,oBAAoB,KAAK,GAAG,IAAI,CAAC;EACjC,oBAAoB,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACxC,oBAAoB,KAAK,GAAG,UAAU,CAAC;EACvC,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;;EAEjB,gBAAgB,SAAS,QAAQ,CAAC,GAAG,EAAE;EACvC,oBAAoB,OAAO;EAC3B,wBAAwB,IAAI,GAAG,GAAG,CAAC,IAAI;EACvC,wBAAwB,IAAI,GAAG,GAAG,CAAC,KAAK,CAAC,IAAI;EAC7C,wBAAwB,IAAI,GAAG,GAAG,CAAC,KAAK,CAAC,IAAI;EAC7C,wBAAwB,GAAG,IAAI,GAAG,CAAC,KAAK,CAAC,GAAG;EAC5C,qBAAqB,CAAC;EACtB,iBAAiB;EACjB,aAAa;EACb,SAAS,CAAC;EACV,QAAQ,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;;EAE3B,QAAQ,SAAS,eAAe,CAAC,IAAI,EAAE,OAAO,EAAE;EAChD,YAAY,IAAI,QAAQ,EAAE,GAAG,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;EACvD,YAAY,IAAI,GAAG,YAAY,aAAa;EAC5C,mBAAmB,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,0BAA0B,CAAC;EACpE,mBAAmB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAC,UAAU,EAAE,CAAC,EAAE;EACnF,gBAAgB,IAAI,IAAI,YAAY,UAAU,EAAE;EAChD,oBAAoB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EACxC,oBAAoB,IAAI,CAAC,QAAQ,CAAC,OAAO,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,IAAI,CAAC,KAAK,EAAE;EACrF,wBAAwB,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EACtD,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,aAAa,EAAE;EAC/C,gBAAgB,QAAQ,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EAC7C,gBAAgB,IAAI,EAAE,QAAQ,CAAC,EAAE,IAAI,UAAU,CAAC,EAAE;EAClD,oBAAoB,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EACnD,oBAAoB,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAC1C,oBAAoB,IAAI,QAAQ,GAAG,QAAQ,CAAC,SAAS,EAAE,EAAE;EACzD,wBAAwB,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EACvD,wBAAwB,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAC9C,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,SAAS,EAAE;EAC3C,gBAAgB,IAAI,UAAU,GAAG,KAAK,CAAC;EACvC,gBAAgB,KAAK,GAAG,IAAI,CAAC;EAC7B,gBAAgB,OAAO,EAAE,CAAC;EAC1B,gBAAgB,KAAK,GAAG,UAAU,CAAC;EACnC,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,CAAC,SAAS,CAAC,oBAAoB,EAAE,SAAS,UAAU,EAAE;EACnE,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,UAAU,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,OAAO,IAAI,CAAC;EAC7D;EACA,QAAQ,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,IAAI,CAAC;;EAEnD,QAAQ,IAAI,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;EACzD,QAAQ,IAAI,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;;EAEzD,QAAQ,IAAI,UAAU,IAAI,UAAU,EAAE;EACtC,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC;EAC1B,YAAY,IAAI,OAAO,GAAG,EAAE,CAAC;EAC7B,YAAY,IAAI,IAAI,GAAG,IAAI,UAAU,EAAE,EAAE,UAAU,GAAG,CAAC,EAAE,QAAQ,GAAG,CAAC,CAAC;EACtE;EACA;EACA,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACpD,gBAAgB,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,KAAK,IAAI;EAC9D,oBAAoB,OAAO,IAAI,CAAC;EAChC,gBAAgB,IAAI,IAAI,YAAY,OAAO,EAAE;EAC7C,oBAAoB,EAAE,QAAQ,CAAC;EAC/B,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa,CAAC,CAAC,CAAC;EAChB,YAAY,UAAU,GAAG,UAAU,IAAI,QAAQ,GAAG,CAAC,CAAC;EACpD,YAAY,IAAI,EAAE,GAAG,IAAI,eAAe;EACxC,gBAAgB,SAAS,MAAM,CAAC,IAAI,EAAE;EACtC,oBAAoB,IAAI,IAAI,KAAK,IAAI,EAAE;EACvC,wBAAwB,IAAI,IAAI,YAAY,aAAa,EAAE;EAC3D,4BAA4B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC5C,4BAA4B,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACvE,yBAAyB;EACzB,wBAAwB,IAAI,UAAU,IAAI,IAAI,YAAY,SAAS;EACnE,+BAA+B,EAAE,EAAE,CAAC,MAAM,EAAE,YAAY,UAAU,CAAC;EACnE,+BAA+B,EAAE,CAAC,MAAM,EAAE,KAAK,IAAI,EAAE;EACrD,4BAA4B,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC/C,4BAA4B,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACvE,yBAAyB;EACzB,wBAAwB,IAAI,UAAU,IAAI,IAAI,YAAY,OAAO,EAAE;EACnE,4BAA4B,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EACnE,gCAAgC,IAAI,GAAG,CAAC,IAAI,YAAY,iBAAiB,EAAE,OAAO;EAClF,gCAAgC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAC7D,gCAAgC,EAAE,UAAU,CAAC;EAC7C,6BAA6B,CAAC,CAAC;EAC/B,4BAA4B,IAAI,GAAG,GAAG,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;EACtE,4BAA4B,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC;EAChD,4BAA4B,IAAI,CAAC,YAAY,SAAS,IAAI,CAAC,CAAC,IAAI,KAAK,IAAI,EAAE;EAC3E,gCAAgC,IAAI,GAAG,IAAI,IAAI,EAAE;EACjD,oCAAoC,IAAI,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;EACvE,oCAAoC,OAAO,SAAS,CAAC,aAAa,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;EAC9E,iCAAiC;EACjC,gCAAgC,OAAO,GAAG,CAAC;EAC3C,6BAA6B;EAC7B,4BAA4B,IAAI,CAAC,YAAY,OAAO,IAAI,CAAC,CAAC,IAAI,KAAK,IAAI,EAAE;EACzE,gCAAgC,OAAO,GAAG,CAAC;EAC3C,6BAA6B;EAC7B,4BAA4B,IAAI,CAAC,GAAG,EAAE,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACjF,4BAA4B,OAAO,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACxE,gCAAgC,IAAI,EAAE,GAAG;EACzC,6BAA6B,CAAC,CAAC;EAC/B,yBAAyB;EACzB,wBAAwB,IAAI,IAAI,YAAY,SAAS;EACrD,4BAA4B,OAAO,IAAI,CAAC;EACxC,qBAAqB;EACrB,iBAAiB;EACjB,aAAa,CAAC;EACd,YAAY,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtC,YAAY,IAAI,UAAU,GAAG,CAAC,EAAE;EAChC;EACA,gBAAgB,IAAI,IAAI,GAAG,EAAE,CAAC;EAC9B,gBAAgB,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE,IAAI,EAAE;EAC9C,oBAAoB,IAAI,IAAI,YAAY,UAAU;EAClD,2BAA2B,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,IAAI,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EAClF,mCAAmC,IAAI,CAAC,aAAa,EAAE,CAAC,EAAE;EAC1D,wBAAwB,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EACvC,qBAAqB,MAAM;EAC3B,wBAAwB,GAAG,GAAG,GAAG,CAAC,KAAK,EAAE,CAAC;EAC1C,wBAAwB,GAAG,CAAC,KAAK,GAAG,IAAI,CAAC;EACzC,wBAAwB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACvC,wBAAwB,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAC5C,qBAAqB;EACrB,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EACrC;EACA,oBAAoB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG;EAC3D,wBAAwB,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,mBAAmB,EAAE;EACzE,4BAA4B,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,GAAG,EAAE,MAAM,CAAC;EACtE,4BAA4B,IAAI,IAAI,YAAY,UAAU;EAC1D,mCAAmC,IAAI,CAAC,QAAQ,IAAI,GAAG;EACvD,mCAAmC,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,aAAa,UAAU;EAC1E,mCAAmC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC;EACrD,8BAA8B;EAC9B,gCAAgC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAC7D,gCAAgC,IAAI,GAAG,CAAC,KAAK,EAAE,MAAM;EACrD,gCAAgC,GAAG,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACvD,gCAAgC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAClD,gCAAgC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC/C,gCAAgC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACvD,gCAAgC,SAAS;EACzC,6BAA6B;EAC7B,4BAA4B,IAAI,IAAI,YAAY,YAAY;EAC5D,mCAAmC,CAAC,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,aAAa,UAAU;EACvF,mCAAmC,MAAM,CAAC,QAAQ,IAAI,GAAG;EACzD,mCAAmC,CAAC,GAAG,GAAG,MAAM,CAAC,IAAI,aAAa,UAAU;EAC5E,mCAAmC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC;EACrD,8BAA8B;EAC9B,gCAAgC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAC7D,gCAAgC,IAAI,GAAG,CAAC,KAAK,EAAE,MAAM;EACrD,gCAAgC,GAAG,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;EACzD,gCAAgC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAClD,gCAAgC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC/C,gCAAgC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,GAAG,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;EACnG,gCAAgC,SAAS;EACzC,6BAA6B;EAC7B,yBAAyB;EACzB,wBAAwB,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,kBAAkB,EAAE;EACxE,4BAA4B,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACnD,4BAA4B,SAAS;EACrC,yBAAyB;EACzB,wBAAwB,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,kBAAkB,EAAE;EACxE,4BAA4B,IAAI,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;EACzE,4BAA4B,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EACnE,4BAA4B,SAAS;EACrC,yBAAyB;EACzB,wBAAwB,MAAM;EAC9B,qBAAqB;EACrB,oBAAoB,IAAI,GAAG,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE;EACpD,wBAAwB,WAAW,EAAE,IAAI;EACzC,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACvC,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;EACxD,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,SAAS,QAAQ,GAAG;EACzD,QAAQ,IAAI,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC;EACxC,QAAQ,IAAI,CAAC,SAAS,EAAE;EACxB,YAAY,MAAM,sBAAsB,GAAG,IAAI,CAAC,YAAY,IAAI,CAAC,IAAI,CAAC,YAAY,YAAY,YAAY,CAAC;EAC3G,YAAY,IAAI,CAAC,UAAU,GAAG,SAAS,GAAG,sBAAsB,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC1H,YAAY,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EAChD,gBAAgB,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EAC3C,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,GAAG,EAAE,IAAI,EAAE;EACpD,gBAAgB,SAAS,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EACvC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,SAAS,CAAC;EACzB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,CAAC,SAAS,CAAC,eAAe,EAAE,SAAS,MAAM,EAAE;EAC1D,QAAQ,IAAI,SAAS,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC;EACzC,QAAQ,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,6BAA6B,EAAE,GAAG,CAAC,CAAC;EACpE,QAAQ,IAAI,IAAI,GAAG,MAAM,CAAC;EAC1B,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,GAAG,MAAM,GAAG,GAAG,GAAG,CAAC,CAAC;EACtE,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EAC/B,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,CAAC,SAAS,CAAC,kBAAkB,EAAE,SAAS,UAAU,EAAE;EACjE,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,UAAU,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,OAAO,IAAI,CAAC;EAClG,QAAQ,IAAI,UAAU,GAAG,IAAI,YAAY,YAAY,IAAI,UAAU,CAAC,UAAU,IAAI,YAAY,CAAC;EAC/F,QAAQ,IAAI,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC7C,QAAQ,IAAI,EAAE,GAAG,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE,OAAO,EAAE;EAC7D,YAAY,IAAI,IAAI,YAAY,eAAe,IAAI,EAAE,CAAC,MAAM,EAAE,YAAY,UAAU,EAAE,OAAO,IAAI,CAAC;EAClG,YAAY,IAAI,IAAI,YAAY,UAAU,EAAE;EAC5C,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC;EAChD,gBAAgB,IAAI,GAAG,CAAC,KAAK,KAAK,IAAI;EACtC,uBAAuB,CAAC,GAAG,GAAG,GAAG,CAAC,UAAU,EAAE,EAAE,OAAO,IAAI,CAAC;EAC5D,uBAAuB,CAAC,GAAG,CAAC,WAAW;EACvC,uBAAuB,CAAC,GAAG,CAAC,aAAa;EACzC,uBAAuB,CAAC,GAAG,CAAC,UAAU;EACtC,uBAAuB,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC;EAC/C,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC;EACvC,uBAAuB,CAAC,KAAK,GAAG,GAAG,CAAC,WAAW,EAAE,MAAM,IAAI,CAAC,KAAK;EACjE,uBAAuB,KAAK,YAAY,UAAU,EAAE;EACpD,oBAAoB,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACxC,oBAAoB,IAAI,IAAI,GAAG,IAAI,UAAU,EAAE,CAAC;EAChD,oBAAoB,IAAI,WAAW,GAAG,EAAE,CAAC;EACzC,oBAAoB,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EAC5D,wBAAwB,WAAW,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACrE,4BAA4B,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC;EACpD,4BAA4B,KAAK,EAAE,IAAI,CAAC,KAAK;EAC7C,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;EAC9C,oBAAoB,OAAO,GAAG,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;EACnD,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,cAAc,IAAI,IAAI,CAAC,UAAU,YAAY,aAAa,EAAE;EAC5F,gBAAgB,IAAI,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC;EACvE,gBAAgB,IAAI,IAAI,EAAE;EAC1B,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;EACjE,oBAAoB,IAAI,GAAG,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,EAAE;EAC7D,wBAAwB,IAAI,EAAE,GAAG,CAAC,IAAI;EACtC,wBAAwB,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,KAAK;EACpD,wBAAwB,MAAM,EAAE,GAAG;EACnC,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EACtC,oBAAoB,OAAO,GAAG,CAAC;EAC/B,iBAAiB;EACjB,aAAa;;EAEb,YAAY,SAAS,QAAQ,CAAC,GAAG,EAAE;EACnC,gBAAgB,IAAI,OAAO,GAAG,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,EAAE;EACvD,oBAAoB,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;EAClE,oBAAoB,KAAK,EAAE,IAAI;EAC/B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;EACrD,gBAAgB,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;EACnC,gBAAgB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACxC,gBAAgB,OAAO,OAAO,CAAC;EAC/B,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,OAAO,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAClC,KAAK,CAAC,CAAC;;EAEP;EACA;EACA,IAAI,CAAC,SAAS,yBAAyB,EAAE;EACzC;EACA;EACA;EACA;EACA,QAAQ,SAAS,IAAI,CAAC,KAAK,EAAE,UAAU,EAAED,qBAAkB,EAAE;EAC7D,YAAY,IAAI,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;EACnC,YAAY,IAAI,CAAC,GAAG,EAAE,OAAO,IAAI,CAAC;EAClC,YAAY,IAAI,GAAG,GAAG,EAAE,EAAE,OAAO,GAAG,KAAK,CAAC;EAC1C,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC1C,gBAAgB,IAAI,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EAC1F,gBAAgB,OAAO,IAAI,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC;EAC7C,gBAAgB,IAAI,IAAI,EAAE;EAC1B,oBAAoB,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACnC,oBAAoBA,qBAAkB,GAAG,KAAK,CAAC;EAC/C,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,OAAO,GAAG,GAAG,CAAC,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC;EAC7D,SAAS;;EAET,QAAQ,yBAAyB,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;EACzD,QAAQ,yBAAyB,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;EAC7D,QAAQ,yBAAyB,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;EACzD,QAAQ,yBAAyB,CAAC,QAAQ,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EACrF,YAAY,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE;EAChD,gBAAgB,IAAI,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE;EAC9D,oBAAoB,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;EAClD,oBAAoB,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;EAC9D,oBAAoB,KAAK,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACxE,oBAAoB,OAAO,KAAK,IAAI,aAAa,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EAC/D,iBAAiB;EACjB,gBAAgB,IAAI,YAAY,CAAC,IAAI,CAAC,UAAU,CAAC;EACjD,wBAAwB,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;EACxG,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,oBAAoB,IAAI,CAAC,UAAU,CAAC,kBAAkB,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;EAC1E,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE;EAC3B,gBAAgB,UAAU,CAAC,IAAI,CAAC,8CAA8C,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC5F,aAAa;EACb,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACvE,YAAY,OAAO,IAAI,IAAI,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACrD,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;EAC7D,QAAQ,yBAAyB,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;EAC7D,QAAQ,yBAAyB,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;EAC1D,QAAQ,yBAAyB,CAAC,mBAAmB,EAAE,WAAW,CAAC,CAAC;EACpE,QAAQ,yBAAyB,CAAC,UAAU,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EACvF,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACrE,YAAY,IAAI,CAAC,KAAK,EAAE,OAAO,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EAC/F,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;EACxC,gBAAgB,IAAI,KAAK,KAAK,IAAI,CAAC,KAAK,EAAE,OAAO,IAAI,CAAC;EACtD,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EACxC,gBAAgB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EACnC,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa,MAAM;EACnB,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EAC3F,gBAAgB,IAAI,CAAC,IAAI,EAAE,OAAO,IAAI,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACnG,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC;EAC5D,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,UAAU,EAAE,SAAS,UAAU,EAAE;EACnE,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACjC,YAAY,IAAI,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC;EACjD,mBAAmB,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC;EACzD,uBAAuB,IAAI,YAAY,cAAc;EACrD,uBAAuB,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE,EAAE;EACtD,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;EACnC,YAAY,OAAO,IAAI,YAAY,cAAc,EAAE;EACnD,gBAAgB,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EACvC,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,sBAAsB,CAAC,UAAU,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,EAAE;EAChF,gBAAgB,OAAO,IAAI,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACpE,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,eAAe,EAAE,SAAS,UAAU,EAAE;EACxE,YAAY,IAAI,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EAC/E,YAAY,IAAI,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACjF,YAAY,IAAI,UAAU,KAAK,IAAI,CAAC,UAAU,IAAI,WAAW,KAAK,IAAI,CAAC,WAAW,EAAE,OAAO,IAAI,CAAC;EAChG,YAAY,IAAI,CAAC,UAAU,EAAE,OAAO,WAAW,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC9E,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,IAAI,EAAE,IAAI,CAAC,SAAS;EACpC,gBAAgB,KAAK,EAAE,WAAW;EAClC,aAAa,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EAClE,YAAY,IAAI,CAAC,WAAW,EAAE,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACjE,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,IAAI,EAAE,IAAI,CAAC,SAAS;EACpC,gBAAgB,KAAK,EAAE,UAAU;EACjC,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EACpC,YAAY,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;EACzC,YAAY,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;EAC3C,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,SAAS,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EACtF,YAAY,IAAI,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;EACnD,gBAAgB,IAAI,CAAC,UAAU,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAChF,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,QAAQ,IAAI,QAAQ,IAAI,IAAI,CAAC,UAAU,YAAY,aAAa,EAAE,OAAO,IAAI,CAAC;EACnG,YAAY,IAAI,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACnG,YAAY,IAAIA,qBAAkB,IAAI,UAAU,IAAI,YAAY,CAAC,UAAU,CAAC,EAAE;EAC9E,gBAAgB,IAAI,UAAU,KAAK,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,EAAE,OAAO,IAAI,CAAC;EACxF,gBAAgB,OAAO,UAAU,CAAC,MAAM,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACzE,aAAa;EACb,YAAY,OAAO,UAAU,CAAC;EAC9B,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,aAAa,EAAE,SAAS,UAAU,EAAE;EACtE,YAAY,OAAO,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,IAAI,GAAG,IAAI,CAAC;EAC9D,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,UAAU,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EACvF,YAAY,IAAI,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EAC/E,YAAY,OAAO,MAAM,IAAI,aAAa,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACzD,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,kBAAkB,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EAC/F,YAAY,OAAO,IAAI,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACpF,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,SAAS,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EACtF,YAAY,IAAI,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EAC7E,YAAY,OAAO,MAAM,IAAI,aAAa,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACzD,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,OAAO,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EACpF,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC,UAAU,CAAC,EAAE,OAAO,IAAI,CAAC;EAC7E,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACzF,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,OAAO,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EACpF,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC,UAAU,CAAC,EAAE,OAAO,IAAI,CAAC;EAC7E,YAAY,IAAI,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACnG,YAAY,IAAI,CAAC,UAAU,EAAE,OAAO,IAAI,CAAC,QAAQ,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACxG,YAAY,IAAI,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EAC3E,YAAY,IAAI,CAAC,QAAQ,EAAE,OAAO,UAAU,CAAC;EAC7C,YAAY,OAAO,aAAa,CAAC,IAAI,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,CAAC;EACjE,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,YAAY,EAAE,SAAS,UAAU,EAAE;EACrE,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC;EACxC,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EAC9D,YAAY,IAAI,IAAI,KAAK,IAAI,EAAE,OAAO,IAAI,CAAC;EAC3C,YAAY,IAAI,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;EAC5D,YAAY,IAAI,IAAI,EAAE,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC7C,YAAY,OAAO,aAAa,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;EACpD,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,aAAa,EAAE,SAAS,UAAU,EAAEA,qBAAkB,EAAE;EAC1F,YAAY,OAAO,IAAI,CAAC,UAAU,CAAC,qBAAqB,CAAC,UAAU,EAAEA,qBAAkB,CAAC,CAAC;EACzF,SAAS,CAAC,CAAC;EACX,QAAQ,yBAAyB,CAAC,mBAAmB,EAAE,WAAW,CAAC,CAAC;EACpE,QAAQ,yBAAyB,CAAC,kBAAkB,EAAE,SAAS,UAAU,EAAE;EAC3E,YAAY,IAAI,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,EAAE,kBAAkB,CAAC,CAAC;EAC7E,YAAY,OAAO,MAAM,IAAI,aAAa,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACzD,SAAS,CAAC,CAAC;EACX,KAAK,EAAE,SAAS,IAAI,EAAE,IAAI,EAAE;EAC5B,QAAQ,IAAI,CAAC,SAAS,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;EACtD,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,wBAAwB,GAAG;EACnC,QAAQ,QAAQ;EAChB,QAAQ,QAAQ;EAChB,QAAQ,OAAO;EACf,QAAQ,QAAQ;EAChB,QAAQ,UAAU;EAClB,QAAQ,SAAS;EACjB,QAAQ,QAAQ;EAChB,QAAQ,QAAQ;EAChB,QAAQ,UAAU;EAClB,QAAQ,UAAU;EAClB,KAAK,CAAC;EACN,IAAI,YAAY,CAAC,mBAAmB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACjE,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,aAAa,IAAI,wBAAwB,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE;EAC3G,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACvD,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,EAAE;EAC/C,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACjC,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACpE,YAAY,IAAI,CAAC,IAAI,EAAE;EACvB,gBAAgB,UAAU,CAAC,IAAI,CAAC,2DAA2D,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACzG,gBAAgB,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EAC3D,aAAa;EACb,YAAY,IAAI,IAAI,KAAK,IAAI,EAAE;EAC/B,gBAAgB,OAAO,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;EAC5E,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACvD,QAAQ,OAAO,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;EACvG,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,qBAAqB,CAAC,IAAI,EAAE,MAAM,EAAE;EACjD,QAAQ,IAAI,KAAK,GAAG,KAAK,CAAC;EAC1B,QAAQ,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC/C,YAAY,IAAI,KAAK,IAAI,IAAI,YAAY,SAAS,EAAE,OAAO,IAAI,CAAC;EAChE,YAAY,IAAI,IAAI,YAAY,eAAe,IAAI,EAAE,CAAC,kBAAkB,CAAC,IAAI,CAAC,KAAK,IAAI,EAAE;EACzF,gBAAgB,OAAO,KAAK,GAAG,IAAI,CAAC;EACpC,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,MAAM,YAAY,oBAAoB,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACpE,QAAQ,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACtB,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC3B,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;;EAEL,IAAI,YAAY,CAAC,MAAM,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACpD,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,IAAI,CAAC;EACrD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACnE,QAAQ,IAAI,EAAE,IAAI,YAAY,QAAQ,CAAC,EAAE;EACzC,YAAY,IAAI,IAAI,EAAE,OAAO,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE;EACtD,gBAAgB,IAAI,EAAE,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,IAAI,EAAE;EAC/D,oBAAoB,IAAI,EAAE;EAC1B,wBAAwB,IAAI,CAAC,IAAI;EACjC,wBAAwB,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,SAAS,EAAE;EACvE,4BAA4B,IAAI,EAAE,IAAI,CAAC,SAAS;EAChD,yBAAyB,CAAC;EAC1B,qBAAqB;EACrB,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,YAAY,IAAI,CAAC,qBAAqB,CAAC,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE;EACnE,gBAAgB,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,IAAI,EAAE;EAChE,oBAAoB,IAAI,EAAE;EAC1B,wBAAwB,IAAI,CAAC,IAAI;EACjC,wBAAwB,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,SAAS,EAAE;EACvE,4BAA4B,IAAI,EAAE,IAAI,CAAC,SAAS;EAChD,yBAAyB,CAAC;EAC1B,qBAAqB;EACrB,iBAAiB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxC,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,gBAAgB,CAAC,IAAI,EAAE,UAAU,EAAE;EAChD,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,YAAY,kBAAkB,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC;EAC5F,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,QAAQ,CAAC,KAAK,CAAC,EAAE;EAC/D,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC;EAC1B,YAAY,IAAI,IAAI,CAAC,IAAI,YAAY,aAAa,EAAE;EACpD,gBAAgB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrC,aAAa,MAAM,IAAI,IAAI,CAAC,IAAI,EAAE;EAClC,gBAAgB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,IAAI,EAAE;EACpE,oBAAoB,IAAI,EAAE,IAAI,CAAC,IAAI;EACnC,iBAAiB,CAAC,CAAC,CAAC;EACpB,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,SAAS,EAAE;EAChC,gBAAgB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,SAAS,EAAE;EACzE,oBAAoB,IAAI,EAAE,IAAI,CAAC,SAAS;EACxC,iBAAiB,CAAC,CAAC,CAAC;EACpB,aAAa;EACb,YAAY,0CAA0C,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACpF,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EACvD,gBAAgB,IAAI,EAAE,IAAI;EAC1B,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,KAAK,YAAY,MAAM,EAAE;EACrC,YAAY,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;EACtC,gBAAgB,IAAI,IAAI,CAAC,SAAS,EAAE;EACpC,oBAAoB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,SAAS,EAAE;EAC3E,wBAAwB,IAAI,EAAE,IAAI,CAAC,SAAS;EAC5C,wBAAwB,QAAQ,EAAE,IAAI;EACtC,wBAAwB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC;EACjE,qBAAqB,CAAC,CAAC;EACvB,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EACxE,iBAAiB;EACjB,gBAAgB,OAAO,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;EAC3C,aAAa,MAAM,IAAI,QAAQ,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE;EACpD,gBAAgB,IAAI,IAAI,CAAC,SAAS,EAAE;EACpC,oBAAoB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,SAAS,EAAE;EAC3E,wBAAwB,IAAI,EAAE,IAAI,CAAC,SAAS;EAC5C,wBAAwB,QAAQ,EAAE,IAAI;EACtC,wBAAwB,KAAK,EAAE,KAAK,CAAC,SAAS;EAC9C,qBAAqB,CAAC,CAAC;EACvB,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,CAAC;EACrD,iBAAiB;EACjB,gBAAgB,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EACpC,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;;EAEpB,QAAQ,SAAS,QAAQ,CAAC,IAAI,EAAE;EAChC,YAAY,OAAO,IAAI,YAAY,SAAS;EAC5C,mBAAmB,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,KAAK,UAAU,CAAC,IAAI,EAAE,CAAC;EAC7E,SAAS;;EAET,QAAQ,SAAS,OAAO,CAAC,IAAI,EAAE;EAC/B,YAAY,IAAI,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC;EAC5C,YAAY,IAAI,IAAI,CAAC,IAAI,YAAY,kBAAkB,EAAE;EACzD,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;EAC9C,gBAAgB,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;EACtE,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAC5D,aAAa,MAAM;EACnB,gBAAgB,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,IAAI,EAAE;EACrE,oBAAoB,IAAI,EAAE,IAAI;EAC9B,iBAAiB,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACzC,aAAa;EACb,YAAY,IAAI,GAAG,gBAAgB,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EACtD,SAAS;EACT,KAAK;;EAEL,IAAI,YAAY,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACrD,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,IAAI,CAAC;EACrD,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE;EAC5D,YAAY,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACpE,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,SAAS,EAAE;EAC5B,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC3D,YAAY,IAAI,EAAE,IAAI,YAAY,QAAQ,CAAC,EAAE;EAC7C,gBAAgB,IAAI,IAAI,EAAE,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;EAChD,qBAAqB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EAC1D,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC;EAC9C,oBAAoB,IAAI,CAAC,SAAS,GAAG,uBAAuB,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;EACnF,oBAAoB,IAAI,CAAC,SAAS,GAAG,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC;EACpG,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EAChD,gBAAgB,IAAI,IAAI,YAAY,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACrG,gBAAgB,IAAI,CAAC,IAAI,EAAE;EAC3B,oBAAoB,IAAI,IAAI,GAAG,EAAE,CAAC;EAClC,oBAAoB,0CAA0C,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC5F,oBAAoB,IAAI,IAAI,CAAC,IAAI,YAAY,aAAa,EAAE;EAC5D,wBAAwB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC7C,qBAAqB,MAAM,IAAI,IAAI,CAAC,IAAI,EAAE;EAC1C,wBAAwB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,IAAI,EAAE;EAC5E,4BAA4B,IAAI,EAAE,IAAI,CAAC,IAAI;EAC3C,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB;EACrB,oBAAoB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,SAAS,EAAE;EAC7E,wBAAwB,IAAI,EAAE,IAAI,CAAC,SAAS;EAC5C,qBAAqB,CAAC,CAAC,CAAC;EACxB,oBAAoB,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpG,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,gBAAgB,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAClD,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,MAAM,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACpD,QAAQ,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;;EAEhE,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,EAAE,OAAO,IAAI,CAAC;EAC5D;EACA;EACA;EACA;EACA,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACvD,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,YAAY,QAAQ,CAAC,EAAE;EAC5E,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC;EACtC,YAAY,IAAI,CAAC,SAAS,GAAG,uBAAuB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACjE,YAAY,IAAI,CAAC,SAAS,GAAG,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC;EAC5F,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EAC5C,YAAY,IAAI,IAAI,YAAY,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACjG,YAAY,IAAI,CAAC,IAAI,EAAE;EACvB,gBAAgB,UAAU,CAAC,IAAI,CAAC,8CAA8C,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;EACtG,gBAAgB,IAAI,IAAI,GAAG,EAAE,CAAC;EAC9B,gBAAgB,0CAA0C,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACxF,gBAAgB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,SAAS,EAAE;EACzE,oBAAoB,IAAI,EAAE,IAAI,CAAC,SAAS;EACxC,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,IAAI,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EAClE,gBAAgB,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAChG,aAAa,MAAM,IAAI,EAAE,IAAI,YAAY,QAAQ,CAAC,EAAE;EACpD,gBAAgB,UAAU,CAAC,IAAI,CAAC,6CAA6C,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;EACrG,gBAAgB,IAAI,IAAI,GAAG,EAAE,CAAC;EAC9B,gBAAgB,IAAI,IAAI,CAAC,WAAW,EAAE;EACtC,oBAAoB,0CAA0C,CAAC,UAAU,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;EACnG,iBAAiB;EACjB,gBAAgB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,SAAS,EAAE;EACzE,oBAAoB,IAAI,EAAE,IAAI,CAAC,SAAS;EACxC,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrC,gBAAgB,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAChG,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EACxD,QAAQ,IAAI,qBAAqB,GAAG,IAAI,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC,MAAM,CAAC;EAC5E,QAAQ,IAAI,cAAc,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC,MAAM,CAAC;EAC9D,QAAQ,IAAI,eAAe,GAAG,cAAc,GAAG,qBAAqB,CAAC;EACrE,QAAQ,IAAI,IAAI,CAAC,WAAW,IAAI,eAAe,EAAE;EACjD,YAAY,eAAe,GAAG,KAAK,CAAC;EACpC;EACA;EACA,YAAY,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC;EACrC,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;EAChC,YAAY,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,WAAW,IAAI,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EAChF,YAAY,IAAI,CAAC,WAAW,GAAG,GAAG,CAAC;EACnC,SAAS;EACT,QAAQ,IAAI,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE;EAC/D,YAAY,OAAO,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,SAAS,EAAE;EAClE,gBAAgB,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE;EAC5C,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,mBAAmB;EACpD,eAAe,IAAI,CAAC,WAAW,YAAY,mBAAmB,EAAE;EAChE,YAAY,OAAO,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACxD,gBAAgB,IAAI,EAAE,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACvD,oBAAoB,SAAS,KAAK,IAAI,CAAC,SAAS;EAChD,oBAAoB,UAAU,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI;EAChD,oBAAoB,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI;EACvD,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,IAAI,YAAY,mBAAmB,EAAE;EACpF,YAAY,IAAI,qBAAqB,KAAK,cAAc,IAAI,CAAC,eAAe;EAC5E,mBAAmB,IAAI,CAAC,SAAS,YAAY,UAAU,IAAI,IAAI,CAAC,SAAS,CAAC,QAAQ,IAAI,IAAI,EAAE;EAC5F;EACA;EACA;EACA,gBAAgB,eAAe,GAAG,IAAI,CAAC;EACvC,aAAa;EACb,YAAY,IAAI,eAAe,EAAE,OAAO,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EAC7E,gBAAgB,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAClD,oBAAoB,QAAQ,GAAG,IAAI;EACnC,oBAAoB,IAAI,OAAO,OAAO;EACtC,oBAAoB,KAAK,MAAM,IAAI,CAAC,IAAI,CAAC,IAAI;EAC7C,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,YAAY,OAAO,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACxD,gBAAgB,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAClD,oBAAoB,QAAQ,GAAG,IAAI;EACnC,oBAAoB,IAAI,OAAO,IAAI,CAAC,SAAS;EAC7C,oBAAoB,KAAK,MAAM,IAAI,CAAC,IAAI,CAAC,IAAI;EAC7C,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,kBAAkB;EACnD,eAAe,IAAI,CAAC,WAAW,YAAY,mBAAmB,EAAE;EAChE,YAAY,OAAO,SAAS,CAAC,mBAAmB,EAAE,IAAI,EAAE;EACxD,gBAAgB,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAClD,oBAAoB,QAAQ,GAAG,IAAI;EACnC,oBAAoB,IAAI,OAAO,IAAI,CAAC,SAAS;EAC7C,oBAAoB,KAAK,MAAM,IAAI,CAAC,WAAW,CAAC,IAAI;EACpD,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,QAAQ;EACzC,eAAe,IAAI,CAAC,WAAW,YAAY,QAAQ;EACnD,eAAe,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE;EACxD,YAAY,OAAO,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE;EACnD,gBAAgB,KAAK,EAAE,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACxD,oBAAoB,SAAS,KAAK,IAAI,CAAC,SAAS;EAChD,oBAAoB,UAAU,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,IAAI,CAAC;EACxF,oBAAoB,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,IAAI,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,WAAW,CAAC;EACtG,iBAAiB,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC;EACxC,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,IAAI,YAAY,MAAM;EACvC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW;EACrC,eAAe,CAAC,IAAI,CAAC,WAAW,EAAE;EAClC,YAAY,IAAI,GAAG,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE;EAC3C,gBAAgB,SAAS,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,SAAS,EAAE;EACjE,oBAAoB,QAAQ,EAAE,IAAI;EAClC,oBAAoB,IAAI,EAAE,IAAI,CAAC,SAAS;EACxC,oBAAoB,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,SAAS;EAC9C,iBAAiB,CAAC;EAClB,gBAAgB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EACpC,gBAAgB,WAAW,EAAE,IAAI;EACjC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EAC/B,YAAY,IAAI,IAAI,CAAC,WAAW,EAAE;EAClC,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC;EAC3C,gBAAgB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;EACxC,gBAAgB,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EAC3D,oBAAoB,IAAI,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE;EACvC,iBAAiB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxC,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE;EACtC,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACjC,YAAY,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC;EACzC,YAAY,IAAI,CAAC,SAAS,GAAG,eAAe,GAAG,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EAC3F,YAAY,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;EACpC,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EACvD,gBAAgB,IAAI,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;EACpC,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACxD,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,OAAO,IAAI,CAAC;EACxD,QAAQ,IAAI,MAAM,CAAC;EACnB,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACzD,QAAQ,IAAI,EAAE,KAAK,YAAY,QAAQ,CAAC,EAAE;EAC1C,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EACvC,YAAY,IAAI,CAAC,UAAU,GAAG,uBAAuB,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;EACnE,YAAY,IAAI,CAAC,UAAU,GAAG,kBAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC,CAAC;EAC9F,SAAS;EACT,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,OAAO,IAAI,CAAC;EACzD,QAAQ,IAAI,KAAK,YAAY,QAAQ,EAAE;EACvC,YAAY,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACrE,SAAS;EACT,QAAQ,IAAI,IAAI,GAAG,EAAE,CAAC;EACtB,QAAQ,IAAI,IAAI,GAAG,EAAE,CAAC;EACtB,QAAQ,IAAI,cAAc,CAAC;EAC3B,QAAQ,IAAI,WAAW,CAAC;EACxB,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE;EAC9E,YAAY,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAClC,YAAY,IAAI,MAAM,YAAY,WAAW,EAAE;EAC/C,gBAAgB,IAAI,CAAC,cAAc,EAAE;EACrC,oBAAoB,cAAc,GAAG,MAAM,CAAC;EAC5C,iBAAiB,MAAM;EACvB,oBAAoB,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;EACpE,iBAAiB;EACjB,aAAa,MAAM,IAAI,EAAE,KAAK,YAAY,QAAQ,CAAC,EAAE;EACrD,gBAAgB,IAAI,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACjE,gBAAgB,IAAI,EAAE,GAAG,YAAY,QAAQ,CAAC,IAAI,GAAG,KAAK,KAAK,EAAE;EACjE,oBAAoB,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;EACpE,oBAAoB,SAAS;EAC7B,iBAAiB;EACjB,gBAAgB,IAAI,GAAG,YAAY,QAAQ,EAAE,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACtG,gBAAgB,IAAI,GAAG,KAAK,KAAK,EAAE;EACnC,oBAAoB,WAAW,GAAG,MAAM,CAAC;EACzC,oBAAoB,IAAI,cAAc,EAAE;EACxC,wBAAwB,IAAI,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;EACzE,wBAAwB,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC,CAAC;EACtD,wBAAwB,gBAAgB,CAAC,cAAc,EAAE,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC,CAAC,CAAC;EAClF,wBAAwB,cAAc,GAAG,IAAI,CAAC;EAC9C,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,MAAM,CAAC,MAAM,CAAC,EAAE;EAChC,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EACjD,gBAAgB,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM;EAC1E,uBAAuB,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,aAAa,CAAC,SAAS,CAAC,kBAAkB,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE;EAC/H,oBAAoB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;EACnC,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC9B,SAAS;EACT,QAAQ,OAAO,CAAC,GAAG,GAAG,EAAE,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;EAChF,QAAQ,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EAC7B,YAAY,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;EACrD,SAAS;EACT,QAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;EACzB,QAAQ,OAAO,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE;EAC/C,YAAY,IAAI,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EAC3D,YAAY,IAAI,IAAI,YAAY,SAAS,IAAI,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,KAAK,IAAI;EACzF,gBAAgB,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;EAClC,YAAY,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,IAAI,MAAM,YAAY,QAAQ;EAChE,oBAAoB,cAAc,IAAI,MAAM,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM;EAC7F,YAAY,IAAI,IAAI,CAAC,GAAG,EAAE,KAAK,cAAc,EAAE,cAAc,GAAG,IAAI,CAAC;EACrE,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE;EAC9B,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EACvD,gBAAgB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,UAAU,EAAE;EAClF,oBAAoB,IAAI,EAAE,IAAI,CAAC,UAAU;EACzC,iBAAiB,CAAC,CAAC;EACnB,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,MAAM,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,cAAc,CAAC,EAAE;EACzF,YAAY,IAAI,SAAS,GAAG,KAAK,CAAC;EAClC,YAAY,IAAI,EAAE,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACnD,gBAAgB,IAAI,SAAS;EAC7B,uBAAuB,IAAI,YAAY,UAAU;EACjD,uBAAuB,IAAI,YAAY,mBAAmB,EAAE,OAAO,IAAI,CAAC;EACxE,gBAAgB,IAAI,IAAI,YAAY,SAAS,IAAI,EAAE,CAAC,kBAAkB,CAAC,IAAI,CAAC,KAAK,IAAI;EACrF,oBAAoB,SAAS,GAAG,IAAI,CAAC;EACrC,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC1B,YAAY,IAAI,CAAC,SAAS,EAAE;EAC5B,gBAAgB,IAAI,UAAU,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;EACtD,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC;EAC7C,gBAAgB,IAAI,GAAG,EAAE,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,mBAAmB,EAAE,GAAG,EAAE;EAChF,oBAAoB,IAAI,EAAE,GAAG;EAC7B,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,mBAAmB,EAAE,IAAI,CAAC,UAAU,EAAE;EACnF,oBAAoB,IAAI,CAAC,IAAI,CAAC,UAAU;EACxC,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EAC3D,oBAAoB,IAAI,EAAE,UAAU;EACpC,iBAAiB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxC,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;;EAEpB,QAAQ,SAAS,gBAAgB,CAAC,MAAM,EAAE,IAAI,EAAE;EAChD,YAAY,IAAI,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE;EACvC,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC1D,aAAa,MAAM;EACnB,gBAAgB,0CAA0C,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;EACrF,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACrD,QAAQ,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAC5C,QAAQ,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,EAAE,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;EACpG,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,EAAE;EACxE,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC;EAC1B,YAAY,IAAI,IAAI,CAAC,MAAM,EAAE;EAC7B,gBAAgB,0CAA0C,CAAC,UAAU,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAC1F,gBAAgB,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EAC5C,oBAAoB,IAAI,EAAE,IAAI,YAAY,eAAe,CAAC,EAAE,OAAO;EACnE,oBAAoB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,OAAO,EAAE;EAC/D,wBAAwB,IAAI,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,SAAS,EAAE,CAAC;EACxE,wBAAwB,IAAI,CAAC,GAAG,EAAE,OAAO;EACzC,wBAAwB,OAAO,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5D,wBAAwB,OAAO,CAAC,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC;EAClD,qBAAqB,CAAC,CAAC;EACvB,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;EACtE,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,EAAE;EACvD,gBAAgB,IAAI,EAAE,IAAI;EAC1B,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,eAAe,CAAC,SAAS,CAAC,qBAAqB,EAAE,WAAW;EAChE,QAAQ,IAAI,KAAK,GAAG,EAAE,CAAC;EACvB,QAAQ,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EAC/C,YAAY,IAAI,GAAG,CAAC,IAAI,YAAY,qBAAqB,EAAE;EAC3D,gBAAgB,GAAG,CAAC,KAAK,GAAG,IAAI,CAAC;EACjC,gBAAgB,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAChC,aAAa,MAAM,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC/D,gBAAgB,IAAI,IAAI,YAAY,qBAAqB,EAAE;EAC3D,oBAAoB,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE;EAC1D,wBAAwB,IAAI,EAAE,IAAI;EAClC,wBAAwB,KAAK,EAAE,IAAI;EACnC,qBAAqB,CAAC,CAAC,CAAC;EACxB,iBAAiB;EACjB,aAAa,CAAC,CAAC,CAAC;EAChB,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;EACjC,KAAK,CAAC,CAAC;;EAEP,IAAI,eAAe,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,UAAU,EAAE;EACrE,QAAQ,IAAI,WAAW,GAAG,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;EAC3D,QAAQ,IAAI,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE;EACnE,YAAY,IAAI,GAAG,CAAC,KAAK,IAAI,EAAE,GAAG,CAAC,IAAI,YAAY,iBAAiB,CAAC,EAAE;EACvE,gBAAgB,IAAI,IAAI,GAAG,SAAS,CAAC,aAAa,EAAE,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC;EACxE,gBAAgB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE;EAClD,oBAAoB,QAAQ,GAAG,GAAG;EAClC,oBAAoB,IAAI,OAAO,IAAI;EACnC,oBAAoB,KAAK,MAAM,GAAG,CAAC,KAAK;EACxC,iBAAiB,CAAC,CAAC,CAAC;EACpB,gBAAgB,IAAI,WAAW,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC;EACjE,aAAa,MAAM,IAAI,GAAG,CAAC,KAAK,EAAE;EAClC;EACA,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE;EACxD,oBAAoB,IAAI,EAAE,GAAG,CAAC,IAAI;EAClC,oBAAoB,KAAK,EAAE,GAAG,CAAC,KAAK;EACpC,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,IAAI,GAAG,SAAS,CAAC,OAAO,EAAE,GAAG,EAAE;EACnD,oBAAoB,WAAW,EAAE,EAAE,MAAM,EAAE;EAC3C,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC7B,aAAa;EACb,YAAY,GAAG,GAAG,GAAG,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EACxC,YAAY,GAAG,CAAC,UAAU,EAAE,CAAC;EAC7B,YAAY,GAAG,CAAC,QAAQ,EAAE,CAAC;EAC3B,YAAY,OAAO,CAAC,CAAC;EACrB,SAAS,EAAE,EAAE,CAAC,CAAC;EACf,QAAQ,IAAI,WAAW,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,IAAI,CAAC;EACjD,QAAQ,OAAO,aAAa,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;EAChD,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC7D,QAAQ,IAAI,IAAI,CAAC,WAAW,CAAC,MAAM,IAAI,CAAC;EACxC,YAAY,OAAO,SAAS,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;EACvD,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACxD,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,eAAe,CAAC,EAAE,EAAE,UAAU,EAAE;EAC7C,QAAQ,OAAO,UAAU,CAAC,UAAU;EACpC,eAAe,EAAE,YAAY,SAAS;EACtC,eAAe,EAAE,CAAC,IAAI;EACtB,eAAe,EAAE,CAAC,IAAI;EACtB,eAAe,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC;EAC9C,KAAK;;EAEL,IAAI,YAAY,CAAC,QAAQ,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACtD,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC;EAClC,QAAQ,IAAI,EAAE,GAAG,GAAG,CAAC;EACrB,QAAQ,wBAAwB,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9D,QAAQ,IAAI,WAAW,GAAG,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,SAAS,GAAG,EAAE;EACvD,YAAY,OAAO,EAAE,GAAG,YAAY,aAAa,CAAC,CAAC;EACnD,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,YAAY,aAAa,EAAE;EAC7E,YAAY,EAAE,GAAG,EAAE,CAAC,WAAW,EAAE,CAAC;EAClC,YAAY,IAAI,eAAe,CAAC,EAAE,EAAE,UAAU,CAAC,EAAE,EAAE,GAAG,GAAG,CAAC;EAC1D,SAAS;EACT,QAAQ,IAAI,OAAO,GAAG,EAAE,YAAY,UAAU,CAAC;EAC/C,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;EACvC,eAAe,WAAW;EAC1B,eAAe,OAAO;EACtB,eAAe,CAAC,EAAE,CAAC,cAAc;EACjC,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE;EAC7B,YAAY,IAAI,GAAG,GAAG,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC;EAClC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAClE,gBAAgB,IAAI,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,aAAa,EAAE;EAC7D,oBAAoB,IAAI,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,QAAQ,EAAE,OAAO,CAAC,GAAG,GAAG,EAAE;EAC5E,wBAAwB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACpF,wBAAwB,IAAI,IAAI,EAAE;EAClC,4BAA4B,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;EACpD,yBAAyB;EACzB,qBAAqB,MAAM,OAAO,CAAC,GAAG,GAAG,EAAE;EAC3C,wBAAwB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC;EAC1D,qBAAqB;EACrB,oBAAoB,IAAI,GAAG,GAAG,CAAC;EAC/B,oBAAoB,MAAM;EAC1B,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,GAAG,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;EACnD,gBAAgB,IAAI,IAAI,IAAI,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;EACrD,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EAC9E,oBAAoB,IAAI,IAAI,EAAE;EAC9B,wBAAwB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;EAChD,qBAAqB,MAAM,IAAI,CAAC,IAAI,EAAE;EACtC,wBAAwB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;EAC/E,4BAA4B,KAAK,EAAE,CAAC;EACpC,yBAAyB,CAAC,CAAC;EAC3B,wBAAwB,SAAS;EACjC,qBAAqB;EACrB,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACpD,iBAAiB;EACjB,gBAAgB,IAAI,GAAG,GAAG,CAAC;EAC3B,aAAa;EACb,YAAY,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;EACpC,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;EACzC,YAAY,IAAI,iBAAiB,CAAC,GAAG,CAAC,EAAE,QAAQ,GAAG,CAAC,IAAI;EACxD,cAAc,KAAK,OAAO;EAC1B,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE;EAC3C,oBAAoB,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,EAAE;EACtD,wBAAwB,QAAQ,EAAE,IAAI,CAAC,IAAI;EAC3C,qBAAqB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5C,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE;EAC3C,oBAAoB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,UAAU,EAAE,EAAE;EACtC,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC9E,oBAAoB,KAAK,EAAE,EAAE;EAC7B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC9E,oBAAoB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;EACtC,oBAAoB,QAAQ,EAAE,GAAG;EACjC,oBAAoB,KAAK,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;EACrE,iBAAiB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxC,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC9E,oBAAoB,KAAK,EAAE,CAAC;EAC5B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACnF,oBAAoB,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;EAC5C,oBAAoB,QAAQ,EAAE,GAAG;EACjC,iBAAiB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxC,cAAc,KAAK,SAAS;EAC5B,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;EAC7E,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACnF,oBAAoB,UAAU,EAAE,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACjE,wBAAwB,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;EAChD,wBAAwB,QAAQ,EAAE,GAAG;EACrC,qBAAqB,CAAC;EACtB,oBAAoB,QAAQ,EAAE,GAAG;EACjC,iBAAiB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxC,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,MAAM,GAAG,EAAE,CAAC;EAChC,gBAAgB,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,SAAS,GAAG,EAAE;EACjD,oBAAoB,IAAI,KAAK,GAAG,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACzD,oBAAoB,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EAC1C,oBAAoB,OAAO,GAAG,KAAK,KAAK,CAAC;EACzC,iBAAiB,CAAC,EAAE;EACpB,oBAAoB,IAAI;EACxB,wBAAwB,OAAO,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACrF,4BAA4B,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,CAAC;EAC/D,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB,CAAC,OAAO,EAAE,EAAE;EACjC,wBAAwB,UAAU,CAAC,IAAI,CAAC,+CAA+C,EAAE;EACzF,4BAA4B,IAAI,EAAE,IAAI,CAAC,eAAe,EAAE;EACxD,4BAA4B,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EACjD,4BAA4B,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EACjD,4BAA4B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG;EAC/C,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,aAAa,MAAM,IAAI,GAAG,YAAY,OAAO,EAAE,OAAO,GAAG,CAAC,QAAQ;EAClE,cAAc,KAAK,UAAU;EAC7B,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,mBAAmB,CAAC,UAAU,CAAC,EAAE;EAC9F,oBAAoB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;EACxE,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,KAAK,EAAE,GAAG,CAAC,UAAU;EAC7C,qBAAqB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5C,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,cAAc,KAAK,MAAM;EACzB,gBAAgB,IAAI,GAAG,CAAC,UAAU,YAAY,SAAS,EAAE,IAAI,EAAE;EAC/D,oBAAoB,IAAI,SAAS,CAAC;EAClC,oBAAoB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EAC9C,wBAAwB,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACtE,wBAAwB,IAAI,SAAS,KAAK,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,MAAM,IAAI,CAAC;EACnE,qBAAqB;EACrB,oBAAoB,IAAI,QAAQ,GAAG,EAAE,CAAC;EACtC,oBAAoB,IAAI,MAAM,GAAG,EAAE,CAAC;EACpC,oBAAoB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC,UAAU,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACxF,wBAAwB,IAAI,EAAE,GAAG,GAAG,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EAC5D,wBAAwB,IAAI,EAAE,YAAY,aAAa,EAAE,MAAM,IAAI,CAAC;EACpE,wBAAwB,IAAI,KAAK,GAAG,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5D,wBAAwB,IAAI,KAAK,KAAK,EAAE,EAAE;EAC1C,4BAA4B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAC/C,yBAAyB,MAAM;EAC/B,4BAA4B,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE;EACnD,gCAAgC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC1E,oCAAoC,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC;EACjE,iCAAiC,CAAC,CAAC,CAAC;EACpC,gCAAgC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC;EAClD,6BAA6B;EAC7B,4BAA4B,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;EAC9C,yBAAyB;EACzB,qBAAqB;EACrB,oBAAoB,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE;EAC3C,wBAAwB,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAClE,4BAA4B,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC;EACzD,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB;EACrB,oBAAoB,IAAI,QAAQ,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;EAChG,oBAAoB,IAAI,QAAQ,CAAC,MAAM,IAAI,CAAC,EAAE;EAC9C,wBAAwB,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EAC/D,4BAA4B,OAAO,QAAQ,CAAC,CAAC,CAAC,CAAC;EAC/C,yBAAyB;EACzB,wBAAwB,OAAO,SAAS,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE;EAClE,4BAA4B,QAAQ,GAAG,GAAG;EAC1C,4BAA4B,IAAI,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;EACjF,4BAA4B,KAAK,MAAM,QAAQ,CAAC,CAAC,CAAC;EAClD,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB,oBAAoB,IAAI,SAAS,IAAI,EAAE,EAAE;EACzC,wBAAwB,IAAI,KAAK,CAAC;EAClC,wBAAwB,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC;EAC7D,+BAA+B,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EAClE,4BAA4B,KAAK,GAAG,QAAQ,CAAC,KAAK,EAAE,CAAC;EACrD,yBAAyB,MAAM;EAC/B,4BAA4B,KAAK,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;EAC/E,yBAAyB;EACzB,wBAAwB,OAAO,QAAQ,CAAC,MAAM,CAAC,SAAS,IAAI,EAAE,EAAE,EAAE;EAClE,4BAA4B,OAAO,SAAS,CAAC,UAAU,EAAE,EAAE,EAAE;EAC7D,gCAAgC,QAAQ,GAAG,GAAG;EAC9C,gCAAgC,IAAI,OAAO,IAAI;EAC/C,gCAAgC,KAAK,MAAM,EAAE;EAC7C,6BAA6B,CAAC,CAAC;EAC/B,yBAAyB,EAAE,KAAK,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACvD,qBAAqB;EACrB;EACA;EACA,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EAC5C,oBAAoB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC;EAC9D,oBAAoB,IAAI,CAAC,UAAU,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC;EACpF,oBAAoB,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,QAAQ,GAAG,QAAQ,CAAC;EACnE,oBAAoB,OAAO,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;EAC3D,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,GAAG,CAAC,UAAU,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EAC1D,oBAAoB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC3C,oBAAoB,IAAI,KAAK,GAAG,GAAG,GAAG,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;EACnE,oBAAoB,IAAI,KAAK,KAAK,GAAG,EAAE;EACvC,wBAAwB,OAAO,SAAS,CAAC,OAAO,EAAE,GAAG,EAAE;EACvD,4BAA4B,UAAU,EAAE,GAAG,CAAC,UAAU;EACtD,4BAA4B,QAAQ,EAAE,uBAAuB,CAAC,KAAK,GAAG,CAAC,EAAE,GAAG,IAAI,GAAG,CAAC;EACpF,yBAAyB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAChD,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,cAAc,KAAK,OAAO;EAC1B,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,SAAS,EAAE;EAChF,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC;EAC7D,oBAAoB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;EAC/C,oBAAoB,OAAO,SAAS,CAAC,QAAQ,EAAE,IAAI,EAAE;EACrD,wBAAwB,UAAU,EAAE,SAAS,CAAC,OAAO,EAAE,GAAG,EAAE;EAC5D,4BAA4B,UAAU,EAAE,GAAG,CAAC,UAAU;EACtD,4BAA4B,QAAQ,EAAE,MAAM;EAC5C,yBAAyB,CAAC;EAC1B,wBAAwB,IAAI,EAAE,IAAI;EAClC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5C,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,cAAc,KAAK,MAAM;EACzB,gBAAgB,IAAI,IAAI,GAAG,GAAG,CAAC,UAAU,CAAC;EAC1C,gBAAgB,IAAI,IAAI,YAAY,aAAa,EAAE;EACnD,oBAAoB,IAAI,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;EAC9C,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,YAAY,UAAU,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE;EACzE,oBAAoB,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,aAAa,CAAC,IAAI,EAAE;EACnE,wBAAwB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;EACpC,wBAAwB,SAAS,CAAC,QAAQ,EAAE,IAAI,EAAE;EAClD,4BAA4B,UAAU,EAAE,GAAG,CAAC,UAAU;EACtD,4BAA4B,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;EACpD,yBAAyB,CAAC;EAC1B,qBAAqB,CAAC,GAAG,SAAS,CAAC,QAAQ,EAAE,IAAI,EAAE;EACnD,wBAAwB,UAAU,EAAE,GAAG,CAAC,UAAU;EAClD,wBAAwB,IAAI,EAAE,EAAE;EAChC,qBAAqB,CAAC,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC7C,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,iBAAiB,CAAC;EAChD,eAAe,iBAAiB,CAAC,GAAG,CAAC;EACrC,eAAe,GAAG,CAAC,IAAI,IAAI,UAAU,EAAE;EACvC;EACA,YAAY,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE;EAC5E,gBAAgB,QAAQ,EAAE,EAAE;EAC5B,gBAAgB,IAAI,EAAE,EAAE;EACxB,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,YAAY,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,SAAS,CAAC,EAAE;EAC3C,gBAAgB,OAAO,CAAC,YAAY,UAAU,CAAC;EAC/C,aAAa,CAAC,EAAE;EAChB;EACA;EACA;EACA,gBAAgB,IAAI;EACpB,oBAAoB,IAAI,IAAI,GAAG,aAAa,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,GAAG,EAAE;EACxF,wBAAwB,OAAO,GAAG,CAAC,KAAK,CAAC;EACzC,qBAAqB,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,CAAC;EACvF,oBAAoB,IAAI,GAAG,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC;EAC1C,oBAAoB,IAAI,MAAM,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC;EACnE,oBAAoB,GAAG,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;EACjD,oBAAoB,IAAI,IAAI,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;EAClE,oBAAoB,GAAG,GAAG,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;EAC9C,oBAAoB,GAAG,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;EACjD,oBAAoB,MAAM,CAAC,KAAK,EAAE,CAAC;EACnC,oBAAoB,GAAG,CAAC,sBAAsB,CAAC,MAAM,CAAC,CAAC;EACvD,oBAAoB,GAAG,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC;EAC7C,oBAAoB,IAAI,GAAG,CAAC;EAC5B,oBAAoB,GAAG,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC3D,wBAAwB,IAAI,GAAG,EAAE,OAAO,IAAI,CAAC;EAC7C,wBAAwB,IAAI,YAAY,CAAC,IAAI,CAAC,EAAE;EAChD,4BAA4B,GAAG,GAAG,IAAI,CAAC;EACvC,4BAA4B,OAAO,IAAI,CAAC;EACxC,yBAAyB;EACzB,qBAAqB,CAAC,CAAC,CAAC;EACxB,oBAAoB,IAAI,GAAG,CAAC,IAAI,YAAY,QAAQ,EAAE;EACtD,wBAAwB,GAAG,CAAC,IAAI,GAAG;EACnC,4BAA4B,SAAS,CAAC,UAAU,EAAE,GAAG,CAAC,IAAI,EAAE;EAC5D,gCAAgC,KAAK,EAAE,GAAG,CAAC,IAAI;EAC/C,6BAA6B,CAAC;EAC9B,yBAAyB,CAAC;EAC1B,qBAAqB;EACrB,oBAAoB,IAAI,IAAI,GAAG,YAAY,EAAE,CAAC;EAC9C,oBAAoB,kBAAkB,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;EAC/E,oBAAoB,IAAI,CAAC,IAAI,GAAG;EAChC,wBAAwB,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACpD,4BAA4B,KAAK,EAAE,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,GAAG,EAAE;EAClE,gCAAgC,OAAO,GAAG,CAAC,eAAe,EAAE,CAAC;EAC7D,6BAA6B,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC;EACxC,yBAAyB,CAAC;EAC1B,wBAAwB,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE;EAC/E,4BAA4B,KAAK,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC;EACnE,yBAAyB,CAAC;EAC1B,qBAAqB,CAAC;EACtB,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB,CAAC,OAAO,EAAE,EAAE;EAC7B,oBAAoB,IAAI,EAAE,YAAY,cAAc,EAAE;EACtD,wBAAwB,UAAU,CAAC,IAAI,CAAC,iEAAiE,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;EAClJ,wBAAwB,UAAU,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,EAAE,CAAC,CAAC;EACvD,qBAAqB,MAAM;EAC3B,wBAAwB,MAAM,EAAE,CAAC;EACjC,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,IAAI,GAAG,OAAO,IAAI,EAAE,CAAC,IAAI,CAAC;EACtC,QAAQ,IAAI,IAAI,YAAY,QAAQ,EAAE;EACtC,YAAY,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,KAAK,EAAE,IAAI;EAC3B,aAAa,CAAC,CAAC;EACf,SAAS,MAAM,IAAI,IAAI,EAAE;EACzB,YAAY,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;EAC3B,SAAS;EACT,QAAQ,IAAI,eAAe,GAAG,OAAO,IAAI,CAAC,EAAE,CAAC,YAAY,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC;EACvE,QAAQ,IAAI,UAAU,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;EACvF,QAAQ,IAAI,UAAU,IAAI,IAAI,YAAY,UAAU,IAAI,eAAe,EAAE;EACzE,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACnC,YAAY,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,sBAAsB,EAAE,EAAE;EAC1D,gBAAgB,IAAI,KAAK,EAAE;EAC3B,oBAAoB,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC9C,iBAAiB,MAAM;EACvB,oBAAoB,KAAK,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAC3D,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EACnD,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACtE,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,eAAe,EAAE;EAC7B,YAAY,IAAI,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;EACvD,YAAY,IAAI,UAAU;EAC1B,mBAAmB,WAAW;EAC9B,mBAAmB,CAAC,EAAE,CAAC,cAAc;EACrC,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE;EAC/B,mBAAmB,EAAE,UAAU,CAAC,MAAM,EAAE,YAAY,SAAS,CAAC;EAC9D,mBAAmB,EAAE,EAAE,CAAC,IAAI,IAAI,EAAE,YAAY,YAAY,CAAC;EAC3D,oBAAoB,EAAE,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC,YAAY,SAAS,CAAC;EAC9E,uBAAuB,EAAE,CAAC,QAAQ,CAAC,MAAM,IAAI,CAAC;EAC9C,4BAA4B,EAAE,CAAC,IAAI,YAAY,QAAQ,IAAI,EAAE,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC;EAChF,oBAAoB,KAAK,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;EACnD,oBAAoB,GAAG,KAAK,EAAE;EAC9B,uBAAuB,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;EAClD,2BAA2B,CAAC,GAAG,GAAG,GAAG,CAAC,UAAU,EAAE,EAAE,UAAU,CAAC,MAAM,IAAI,CAAC;EAC1E,2BAA2B,CAAC,aAAa,CAAC,UAAU,EAAE,GAAG,CAAC;EAC1D,2BAA2B,EAAE,CAAC,sBAAsB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;EAChE,mBAAmB,CAAC,IAAI,CAAC,IAAI;EAC7B,mBAAmB,CAAC,EAAE,CAAC,aAAa,EAAE;EACtC,mBAAmB,kBAAkB,EAAE;EACvC,mBAAmB,EAAE,KAAK,YAAY,SAAS,CAAC,EAAE;EAClD,gBAAgB,EAAE,CAAC,SAAS,GAAG,IAAI,CAAC;EACpC,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC9E,aAAa;EACb,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,YAAY,QAAQ,CAAC,IAAI,GAAG,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC,EAAE;EAC/G,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,CAAC;EAC5E,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACtE,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC;EAC5C,eAAe,UAAU,CAAC,MAAM,EAAE,YAAY,mBAAmB;EACjE,eAAe,YAAY,CAAC,IAAI,CAAC,EAAE;EACnC,YAAY,OAAO,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EACjD,SAAS;EACT,QAAQ,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC3C,QAAQ,IAAI,EAAE,KAAK,IAAI,EAAE;EACzB,YAAY,EAAE,GAAG,uBAAuB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxE,YAAY,OAAO,OAAO,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;EACjD,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;;EAEpB,QAAQ,SAAS,YAAY,CAAC,IAAI,EAAE;EACpC,YAAY,IAAI,CAAC,IAAI,EAAE,OAAO,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAC7D,YAAY,IAAI,IAAI,YAAY,UAAU,EAAE;EAC5C,gBAAgB,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,OAAO,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EACvE,gBAAgB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC9C,aAAa;EACb,YAAY,IAAI,IAAI,YAAY,mBAAmB,EAAE;EACrD,gBAAgB,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACxD,oBAAoB,QAAQ,EAAE,MAAM;EACpC,oBAAoB,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;EACrD,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS;;EAET,QAAQ,SAAS,gBAAgB,CAAC,IAAI,EAAE;EACxC,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC,IAAI,YAAY,QAAQ,GAAG,EAAE,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC;EAC3E,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC;EAClC,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;EACjD,gBAAgB,OAAO,GAAG,IAAI,CAAC,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;EACtD,aAAa;EACb,YAAY,IAAI,GAAG,IAAI,CAAC;EACxB,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC1C,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;EACnC,gBAAgB,IAAI,IAAI,YAAY,OAAO,EAAE;EAC7C,oBAAoB,IAAI,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE,SAAS,OAAO,EAAE;EACzE,wBAAwB,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC;EAC9C,qBAAqB,CAAC,EAAE;EACxB,wBAAwB,OAAO,KAAK,CAAC;EACrC,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,IAAI,EAAE;EACjC,oBAAoB,OAAO,KAAK,CAAC;EACjC,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,GAAG,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,YAAY,CAAC,IAAI,CAAC,CAAC;EACtC,SAAS;;EAET,QAAQ,SAAS,eAAe,CAAC,YAAY,EAAE,cAAc,EAAE;EAC/D,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACpE,gBAAgB,IAAI,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,GAAG,YAAY,iBAAiB,EAAE;EACtD,oBAAoB,IAAI,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,SAAS;EACpD,oBAAoB,OAAO,KAAK,CAAC;EACjC,iBAAiB;EACjB,gBAAgB,IAAI,GAAG,YAAY,iBAAiB,EAAE,OAAO,KAAK,CAAC;EACnE,gBAAgB,IAAI,GAAG,YAAY,aAAa,EAAE;EAClD,oBAAoB,IAAI,GAAG,CAAC,UAAU,CAAC,QAAQ,EAAE,SAAS;EAC1D,oBAAoB,OAAO,KAAK,CAAC;EACjC,iBAAiB;EACjB,gBAAgB,IAAI,GAAG,CAAC,QAAQ,EAAE,SAAS;EAC3C,gBAAgB,IAAI,CAAC,cAAc;EACnC,uBAAuB,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC;EAC7C,uBAAuB,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC;EAChD,uBAAuB,KAAK,CAAC,SAAS,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;EACpD,oBAAoB,OAAO,KAAK,CAAC;EACjC,iBAAiB;EACjB,gBAAgB,IAAI,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;EAC5D,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,SAAS,eAAe,CAAC,YAAY,EAAE,cAAc,EAAE;EAC/D,YAAY,IAAI,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;EACrC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC1C,gBAAgB,IAAI,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACtC,gBAAgB,IAAI,EAAE,IAAI,YAAY,OAAO,CAAC,EAAE,SAAS;EACzD,gBAAgB,IAAI,CAAC,cAAc,EAAE,OAAO,KAAK,CAAC;EAClD,gBAAgB,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EACjE,oBAAoB,IAAI,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;EACxD,oBAAoB,IAAI,IAAI,YAAY,iBAAiB;EACzD,2BAA2B,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC;EAClD,2BAA2B,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC;EACrD,2BAA2B,KAAK,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EACzD,wBAAwB,OAAO,KAAK,CAAC;EACrC,qBAAqB;EACrB,oBAAoB,IAAI,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;EACjE,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,SAAS,kBAAkB,GAAG;EACtC,YAAY,IAAI,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EACnD,YAAY,GAAG;EACf,gBAAgB,KAAK,GAAG,UAAU,CAAC,MAAM,CAAC,EAAE,KAAK,CAAC,CAAC;EACnD,gBAAgB,IAAI,KAAK,CAAC,cAAc,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,GAAG,CAAC,CAAC,YAAY,SAAS,CAAC,EAAE;EACpG,oBAAoB,IAAI,KAAK,CAAC,WAAW,EAAE;EAC3C;EACA;EACA,wBAAwB,KAAK,CAAC,WAAW,CAAC,SAAS,CAAC,IAAI,CAAC,UAAU,QAAQ,EAAE;EAC7E,4BAA4B,YAAY,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EAC/D,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,KAAK,YAAY,SAAS,EAAE;EAChD,oBAAoB,IAAI,KAAK,CAAC,OAAO,EAAE;EACvC,wBAAwB,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EAChE,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,KAAK,YAAY,sBAAsB,EAAE;EACpE,oBAAoB,OAAO,GAAG,EAAE,CAAC;EACjC,iBAAiB,MAAM,IAAI,KAAK,YAAY,aAAa,EAAE;EAC3D,oBAAoB,IAAI,KAAK,CAAC,WAAW,EAAE,YAAY,SAAS,EAAE,OAAO,KAAK,CAAC;EAC/E,iBAAiB;EACjB,aAAa,QAAQ,EAAE,KAAK,YAAY,SAAS,CAAC,IAAI,KAAK,YAAY,SAAS,EAAE;EAClF,YAAY,IAAI,cAAc,GAAG,EAAE,KAAK,YAAY,YAAY,CAAC,IAAI,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC;EAC9F,YAAY,IAAI,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;EACrD,YAAY,IAAI,CAAC,eAAe,CAAC,YAAY,EAAE,MAAM,IAAI,CAAC,IAAI,cAAc,CAAC,EAAE,OAAO,KAAK,CAAC;EAC5F,YAAY,IAAI,CAAC,eAAe,CAAC,YAAY,EAAE,MAAM,IAAI,CAAC,IAAI,cAAc,CAAC,EAAE,OAAO,KAAK,CAAC;EAC5F,YAAY,OAAO,CAAC,OAAO,IAAI,OAAO,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC;EACjF,SAAS;;EAET,QAAQ,SAAS,UAAU,CAAC,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE;EAC7D,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EACxC,YAAY,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAChD,YAAY,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACrC,YAAY,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EAC/C,gBAAgB,KAAK,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EACpD,gBAAgB,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,oBAAoB,IAAI,EAAE,IAAI;EAC9B,oBAAoB,KAAK,EAAE,IAAI;EAC/B,iBAAiB,CAAC,CAAC,CAAC;EACpB,aAAa;EACb,YAAY,IAAI,GAAG,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;EAC3D,YAAY,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACrC,YAAY,IAAI,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACpE,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,IAAI,EAAE,GAAG;EACzB,gBAAgB,KAAK,EAAE,KAAK,CAAC,KAAK,EAAE;EACpC,aAAa,CAAC,CAAC,CAAC;EAChB,SAAS;;EAET,QAAQ,SAAS,YAAY,CAAC,KAAK,EAAE,WAAW,EAAE;EAClD,YAAY,IAAI,GAAG,GAAG,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;EACzC,YAAY,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,GAAG,GAAG;EACxD,gBAAgB,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;EAC/C,aAAa;EACb,YAAY,KAAK,CAAC,GAAG,GAAG,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EACrC,gBAAgB,IAAI,IAAI,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EAC1C,gBAAgB,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,KAAK,CAAC,SAAS,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;EACjF,oBAAoB,IAAI,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACvD,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,MAAM,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;EACtE,oBAAoB,IAAI,CAAC,UAAU,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACxD,oBAAoB,IAAI,CAAC,KAAK,IAAI,OAAO,EAAE,KAAK,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAClF,oBAAoB,UAAU,CAAC,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;EAClE,iBAAiB;EACjB,aAAa;EACb,YAAY,KAAK,CAAC,OAAO,EAAE,CAAC;EAC5B,YAAY,WAAW,CAAC,OAAO,EAAE,CAAC;EAClC,SAAS;;EAET,QAAQ,SAAS,YAAY,CAAC,KAAK,EAAE,WAAW,EAAE;EAClD,YAAY,IAAI,GAAG,GAAG,WAAW,CAAC,MAAM,CAAC;EACzC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,KAAK,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,KAAK,EAAE,CAAC,EAAE,EAAE;EACpE,gBAAgB,IAAI,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACtC,gBAAgB,IAAI,EAAE,IAAI,YAAY,OAAO,CAAC,EAAE,SAAS;EACzD,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE;EAC/E,oBAAoB,IAAI,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;EACtD,oBAAoB,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;EAC5C,oBAAoB,UAAU,CAAC,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;EACxE,oBAAoB,IAAI,OAAO,IAAI,GAAG,CAAC,EAAE,CAAC,QAAQ,EAAE,SAAS,OAAO,EAAE;EACtE,wBAAwB,OAAO,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC;EACzD,qBAAqB,CAAC,EAAE;EACxB,wBAAwB,IAAI,GAAG,GAAG,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9D,wBAAwB,IAAI,GAAG,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;EACvE,wBAAwB,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACjD,wBAAwB,WAAW,CAAC,MAAM,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,SAAS,CAAC,UAAU,EAAE,OAAO,EAAE;EACpF,4BAA4B,QAAQ,EAAE,GAAG;EACzC,4BAA4B,IAAI,EAAE,GAAG;EACrC,4BAA4B,KAAK,EAAE,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC;EACjE,yBAAyB,CAAC,CAAC,CAAC;EAC5B,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,SAAS;;EAET,QAAQ,SAAS,UAAU,GAAG;EAC9B,YAAY,IAAI,KAAK,GAAG,EAAE,CAAC;EAC3B,YAAY,IAAI,WAAW,GAAG,EAAE,CAAC;EACjC,YAAY,YAAY,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC;EAC7C,YAAY,YAAY,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC;EAC7C,YAAY,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACpC,YAAY,IAAI,KAAK,CAAC,MAAM,EAAE;EAC9B,gBAAgB,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;EACzE,gBAAgB,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,OAAO,EAAE,EAAE,EAAE;EAC/D,oBAAoB,WAAW,EAAE,KAAK;EACtC,iBAAiB,CAAC,CAAC,CAAC;EACpB,aAAa;EACb,YAAY,OAAO,WAAW,CAAC;EAC/B,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACrD,QAAQ,MAAM,CAAC,IAAI,EAAE,UAAU,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;;EAE7C,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,iBAAiB,CAAC,GAAG,CAAC,EAAE;EACnE,YAAY,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC;EAC5E,gBAAgB,OAAO,SAAS,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;;EAE7E,YAAY,IAAI,GAAG,CAAC,IAAI,KAAK,OAAO,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EACzD,gBAAgB,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,EAAE,OAAO,IAAI,SAAS,CAAC;;EAEnF,gBAAgB,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE,EAAE;EACxC,oBAAoB,OAAO,SAAS,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACjF,iBAAiB;;EAEjB,gBAAgB,MAAM,QAAQ,GAAG,EAAE,CAAC;EACpC,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,IAAI,QAAQ,CAAC,CAAC;;EAEzF,gBAAgB,OAAO,IAAI,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;EACjD,aAAa;EACb,SAAS;;EAET,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC1D,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,EAAE,OAAO,IAAI,CAAC;EAC5D,QAAQ,IAAI,WAAW,GAAG,EAAE,CAAC;EAC7B,QAAQ,uBAAuB,EAAE,CAAC;EAClC,QAAQ,IAAI,GAAG,GAAG,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC;EACzC,QAAQ,wBAAwB,EAAE,CAAC;EACnC,QAAQ,IAAI,GAAG,IAAI,CAAC,EAAE;EACtB,YAAY,IAAI,GAAG,qBAAqB,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,UAAU,CAAC,IAAI,EAAE,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;EACjG,YAAY,IAAI,EAAE,IAAI,YAAY,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAClF,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;EACvC,QAAQ,OAAO,IAAI,CAAC;;EAEpB,QAAQ,SAAS,uBAAuB,GAAG;EAC3C,YAAY,IAAI,KAAK,GAAG,kBAAkB,CAAC,UAAU,CAAC,CAAC;EACvD,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC;EACnD,YAAY,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,KAAK,EAAE;EAC3D,gBAAgB,IAAI,KAAK,GAAG,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACvF,gBAAgB,IAAI,IAAI,EAAE;EAC1B,oBAAoB,cAAc,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;EACtD,oBAAoB,KAAK,GAAG,KAAK,CAAC;EAClC,iBAAiB;EACjB,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,SAAS,wBAAwB,GAAG;EAC5C,YAAY,OAAO,GAAG,GAAG,CAAC,IAAI,YAAY,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;EAChF,YAAY,IAAI,GAAG,GAAG,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;EAC9C,gBAAgB,WAAW,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACpE,oBAAoB,QAAQ,KAAK,MAAM;EACvC,oBAAoB,UAAU,GAAG,WAAW,CAAC,GAAG,CAAC;EACjD,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,WAAW,CAAC,MAAM,GAAG,GAAG,GAAG,CAAC,CAAC;EAC7C,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,UAAU,EAAE;EAC/D,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EAC5C,YAAY,IAAI,IAAI,CAAC,UAAU,YAAY,YAAY,EAAE;EACzD,gBAAgB,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;EAC5D,gBAAgB,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EACrC,gBAAgB,CAAC,CAAC,UAAU,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;EACvC,gBAAgB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC1B,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACnE,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,gBAAgB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC9D,QAAQ,OAAO,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;EAC/C,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC7D,QAAQ,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC;EAChC,QAAQ,IAAI,IAAI,CAAC,QAAQ,IAAI,QAAQ;EACrC,eAAe,EAAE,CAAC,YAAY,aAAa;EAC3C,mBAAmB,CAAC,YAAY,cAAc;EAC9C,mBAAmB,kBAAkB,CAAC,CAAC,CAAC,CAAC,EAAE;EAC3C,YAAY,IAAI,CAAC,YAAY,YAAY,EAAE;EAC3C,gBAAgB,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;EAC1C,gBAAgB,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;EAClD,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACnE,aAAa;EACb,YAAY,OAAO,aAAa,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC9F,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;EAClD,QAAQ,IAAI,GAAG,KAAK,IAAI,EAAE;EAC1B,YAAY,OAAO,GAAG,CAAC;EACvB,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,QAAQ,IAAI,MAAM,EAAE;EAC1E,YAAY,CAAC,GAAG,CAAC,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACpD,YAAY,IAAI,CAAC,EAAE;EACnB,gBAAgB,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;EACpC,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa,MAAM;EACnB,gBAAgB,OAAO,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC3E,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,kBAAkB,EAAE,EAAE;EAC7C,YAAY,QAAQ,IAAI,CAAC,QAAQ;EACjC,cAAc,KAAK,GAAG;EACtB,gBAAgB,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,CAAC,QAAQ,IAAI,GAAG,EAAE;EACvE;EACA,oBAAoB,OAAO,CAAC,CAAC,UAAU,CAAC;EACxC,iBAAiB;EACjB,gBAAgB,IAAI,CAAC,YAAY,UAAU,EAAE;EAC7C,oBAAoB,IAAI,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,UAAU,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;EAC3G,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B;EACA;EACA,gBAAgB,UAAU,CAAC,IAAI,CAAC,sDAAsD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACpG,gBAAgB,OAAO,CAAC,CAAC,YAAY,aAAa,GAAG,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,GAAG,aAAa,CAAC,IAAI,EAAE;EACrG,oBAAoB,CAAC;EACrB,oBAAoB,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC;EAC7C,iBAAiB,CAAC,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC;EACzC,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,CAAC,YAAY,YAAY,EAAE;EAC/D,YAAY,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACxC,SAAS;EACT,QAAQ,IAAI,CAAC,YAAY,UAAU;EACnC,gBAAgB,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,CAAC;EAC7D,gBAAgB,CAAC,CAAC,QAAQ,IAAI,GAAG,IAAI,CAAC,CAAC,QAAQ,IAAI,GAAG,IAAI,CAAC,CAAC,QAAQ,IAAI,GAAG,CAAC,EAAE;EAC9E,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,CAAC,CAAC,QAAQ;EACpC,gBAAgB,IAAI,EAAE,SAAS,CAAC,eAAe,EAAE,CAAC,CAAC,IAAI,EAAE;EACzD,oBAAoB,QAAQ,EAAE,IAAI,CAAC,QAAQ;EAC3C,oBAAoB,UAAU,EAAE,CAAC,CAAC,IAAI;EACtC,iBAAiB,CAAC;EAClB,gBAAgB,KAAK,EAAE,CAAC,CAAC,KAAK;EAC9B,aAAa,CAAC,CAAC;EACf,SAAS;EACT;EACA,QAAQ,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG;EAChC,eAAe,EAAE,CAAC,YAAY,UAAU,IAAI,CAAC,YAAY,YAAY,CAAC,EAAE;EACxE,YAAY,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC/C,YAAY,IAAI,EAAE,KAAK,IAAI,EAAE;EAC7B,gBAAgB,EAAE,GAAG,uBAAuB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5E,gBAAgB,OAAO,OAAO,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;EACrD,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,UAAU,EAAE;EAChE,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE;EAC5C,YAAY,IAAI,IAAI,CAAC,IAAI,YAAY,YAAY,EAAE;EACnD,gBAAgB,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;EACtD,gBAAgB,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EACrC,gBAAgB,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;EACjC,gBAAgB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC1B,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACnE,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,KAAK,YAAY,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE;EAC/F,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,IAAI,CAAC,IAAI,YAAY,aAAa,CAAC;EACxF,gBAAgB,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC;EAC/C,gBAAgB,IAAI,IAAI,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;EACxC,gBAAgB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE;EAC/C,oBAAoB,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE,MAAM;EAC5E,iBAAiB;EACjB,gBAAgB,IAAI,CAAC,IAAI,IAAI,EAAE;EAC/B,oBAAoB,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC;EAClC,oBAAoB,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EACzC,oBAAoB,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;EACtC,oBAAoB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC9B,oBAAoB,OAAO,aAAa,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACvE,iBAAiB,MAAM,IAAI,CAAC,GAAG,CAAC,EAAE;EAClC,oBAAoB,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;EACzC,oBAAoB,CAAC,CAAC,KAAK,GAAG,aAAa,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;EACpE,oBAAoB,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACtC,oBAAoB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC9B,oBAAoB,OAAO,aAAa,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACvE,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,IAAI,oBAAoB,GAAG,aAAa,CAAC,uBAAuB,CAAC,CAAC;EACtE,IAAI,SAAS,SAAS,CAAC,IAAI,EAAE;EAC7B,QAAQ,OAAO,IAAI,YAAY,SAAS;EACxC,eAAe,IAAI,YAAY,UAAU;EACzC,eAAe,IAAI,YAAY,UAAU;EACzC,eAAe,IAAI,YAAY,SAAS,CAAC;EACzC,KAAK;;EAEL,IAAI,YAAY,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACxD,QAAQ,SAAS,UAAU,GAAG;EAC9B,YAAY,OAAO,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE;EAC1C,mBAAmB,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE;EAC3C,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC1D,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;EAChE,SAAS;EACT,QAAQ,SAAS,OAAO,CAAC,EAAE,EAAE;EAC7B,YAAY,IAAI,UAAU,EAAE,EAAE;EAC9B,gBAAgB,IAAI,EAAE,EAAE,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;EAC3C,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;EACpC,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC;EACvC,gBAAgB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;EACjC,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,oBAAoB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;EACjD,YAAY,IAAI,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE;EACxC,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE;EAC7C;EACA;EACA;;EAEA,gBAAgB,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,UAAU;EACrD,yBAAyB,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE;EACvF,oBAAoB,OAAO,EAAE,CAAC;EAC9B,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,GAAG,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;EAC/C,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,QAAQ,IAAI,CAAC,QAAQ;EACnE,UAAU,KAAK,KAAK,CAAC;EACrB,UAAU,KAAK,KAAK;EACpB,YAAY,IAAI,oBAAoB,GAAG,IAAI,CAAC;EAC5C,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC;EACpF,iBAAiB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACrF,iBAAiB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;EACnE,gBAAgB,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;EACrD,gBAAgB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC3D,aAAa;EACb;EACA,UAAU,KAAK,IAAI,CAAC;EACpB,UAAU,KAAK,IAAI;EACnB;EACA,YAAY,IAAI,CAAC,oBAAoB,IAAI,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,EAAE;EAC9E,gBAAgB,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;EAC3D,aAAa,MAAM,IAAI,UAAU,CAAC,MAAM,CAAC,SAAS,CAAC;EACnD;EACA,mBAAmB,IAAI,CAAC,IAAI,YAAY,UAAU;EAClD,mBAAmB,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,WAAW;EACjD,mBAAmB,IAAI,CAAC,KAAK,YAAY,eAAe;EACxD,mBAAmB,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,QAAQ,EAAE;EACpD,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC;EACjD,gBAAgB,IAAI,IAAI,YAAY,aAAa,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC;EAChF,sBAAsB,EAAE,IAAI,YAAY,cAAc,IAAI,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE;EACrF,oBAAoB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EACtC,oBAAoB,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACzF,oBAAoB,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,IAAI,CAAC,EAAE,IAAI,CAAC,QAAQ,IAAI,GAAG,CAAC;EACxE,iBAAiB;EACjB,aAAa,MAAM,IAAI,IAAI,CAAC,IAAI,YAAY,aAAa;EACzD;EACA,mBAAmB,IAAI,CAAC,KAAK,YAAY,aAAa;EACtD,mBAAmB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,KAAK,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE;EACrE,mBAAmB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,EAAE;EACvD,gBAAgB,OAAO,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,GAAG,GAAG,QAAQ,GAAG,SAAS,EAAE,IAAI,CAAC,CAAC;EACvF,aAAa;EACb,YAAY,MAAM;EAClB,UAAU,KAAK,IAAI,CAAC;EACpB,UAAU,KAAK,IAAI;EACnB,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;EAChC,YAAY,IAAI,GAAG,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,EAAE;EAC/C,gBAAgB,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC;EAChC,aAAa;EACb,YAAY,IAAI,GAAG,YAAY,UAAU;EACzC,mBAAmB,GAAG,CAAC,QAAQ,KAAK,IAAI,CAAC,QAAQ,IAAI,IAAI,GAAG,KAAK,GAAG,KAAK,CAAC;EAC1E,mBAAmB,IAAI,CAAC,KAAK,YAAY,UAAU;EACnD,mBAAmB,GAAG,CAAC,QAAQ,IAAI,IAAI,CAAC,KAAK,CAAC,QAAQ;EACtD,oBAAoB,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,UAAU,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,YAAY,QAAQ;EAC7F,uBAAuB,GAAG,CAAC,IAAI,YAAY,QAAQ,IAAI,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EACjG,mBAAmB,CAAC,GAAG,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC1D,mBAAmB,GAAG,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;EAC9D,gBAAgB,IAAI,QAAQ,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC3D,oBAAoB,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACvD,oBAAoB,IAAI,EAAE,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC;EACnD,oBAAoB,KAAK,EAAE,GAAG,CAAC,KAAK;EACpC,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,GAAG,KAAK,IAAI,CAAC,IAAI,EAAE;EACvC,oBAAoB,QAAQ,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC3D,wBAAwB,QAAQ,EAAE,IAAI,CAAC,QAAQ;EAC/C,wBAAwB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EAC5C,wBAAwB,KAAK,EAAE,QAAQ;EACvC,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,gBAAgB,OAAO,QAAQ,CAAC;EAChC,aAAa;EACb,YAAY,MAAM;EAClB,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,UAAU,CAAC,kBAAkB,EAAE,EAAE;EACrE,YAAY,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpD,YAAY,IAAI,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACrD,YAAY,IAAI,EAAE,IAAI,OAAO,EAAE,IAAI,QAAQ,EAAE;EAC7C,gBAAgB,UAAU,CAAC,IAAI,CAAC,wDAAwD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACtG,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE;EAC3C,oBAAoB,IAAI,CAAC,KAAK;EAC9B,oBAAoB,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC;EAC7C,iBAAiB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxC,aAAa;EACb,YAAY,IAAI,EAAE,IAAI,OAAO,EAAE,IAAI,QAAQ,EAAE;EAC7C,gBAAgB,UAAU,CAAC,IAAI,CAAC,wDAAwD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACtG,gBAAgB,OAAO,aAAa,CAAC,IAAI,EAAE;EAC3C,oBAAoB,IAAI,CAAC,IAAI;EAC7B,oBAAoB,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC;EAC7C,iBAAiB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxC,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,UAAU,EAAE,EAAE;EACnE,YAAY,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,YAAY,UAAU,CAAC;EAC5D,mBAAmB,UAAU,CAAC,MAAM,EAAE,YAAY,UAAU,EAAE;EAC9D,gBAAgB,IAAI,OAAO,GAAG,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EAC/D,oBAAoB,QAAQ,EAAE,GAAG;EACjC,oBAAoB,UAAU,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;EACvF,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;EAC1D,aAAa;EACb,YAAY,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,EAAE;EACnD,gBAAgB,QAAQ,IAAI,CAAC,QAAQ;EACrC,kBAAkB,KAAK,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM;EAChD,kBAAkB,KAAK,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM;EAClD,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,EAAE;EAClC,YAAY,IAAI,IAAI,CAAC,KAAK,YAAY,UAAU;EAChD,mBAAmB,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,EAAE;EAC9C,mBAAmB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EACpD,gBAAgB,OAAO,IAAI,CAAC,IAAI,CAAC;EACjC,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU;EAC/C,mBAAmB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,EAAE;EAC7C,mBAAmB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EACrD,gBAAgB,OAAO,IAAI,CAAC,KAAK,CAAC;EAClC,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU;EAC/C,mBAAmB,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,GAAG;EAC5C,mBAAmB,IAAI,CAAC,IAAI,CAAC,IAAI,YAAY,UAAU;EACvD,mBAAmB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,EAAE;EAClD,mBAAmB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EACrD,gBAAgB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC;EAC5C,gBAAgB,OAAO,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAClD,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE;EAC3C,YAAY,QAAQ,IAAI,CAAC,QAAQ;EACjC,cAAc,KAAK,IAAI;EACvB,gBAAgB,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5G,gBAAgB,IAAI,CAAC,EAAE,EAAE;EACzB,oBAAoB,UAAU,CAAC,IAAI,CAAC,yDAAyD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC3G,oBAAoB,OAAO,qBAAqB,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,UAAU,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACzH,iBAAiB,MAAM,IAAI,EAAE,EAAE,YAAY,QAAQ,CAAC,EAAE;EACtD,oBAAoB,UAAU,CAAC,IAAI,CAAC,wDAAwD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC1G,oBAAoB,OAAO,aAAa,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC/F,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACzD,gBAAgB,IAAI,CAAC,EAAE,EAAE;EACzB,oBAAoB,IAAI,UAAU,CAAC,kBAAkB,EAAE,EAAE;EACzD,wBAAwB,UAAU,CAAC,IAAI,CAAC,+CAA+C,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACrG,wBAAwB,OAAO,aAAa,CAAC,IAAI,EAAE;EACnD,4BAA4B,IAAI,CAAC,IAAI;EACrC,4BAA4B,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC;EACtD,yBAAyB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAChD,qBAAqB,MAAM,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAC7C,iBAAiB,MAAM,IAAI,EAAE,EAAE,YAAY,QAAQ,CAAC,EAAE;EACtD,oBAAoB,IAAI,MAAM,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC;EACrD,oBAAoB,IAAI,MAAM,CAAC,QAAQ,IAAI,IAAI,IAAI,MAAM,CAAC,IAAI,KAAK,UAAU,CAAC,IAAI,EAAE,IAAI,UAAU,CAAC,kBAAkB,EAAE,EAAE;EACzH,wBAAwB,UAAU,CAAC,IAAI,CAAC,oDAAoD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC1G,wBAAwB,OAAO,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC9D,qBAAqB;EACrB,iBAAiB;EACjB;EACA,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;EAChD,oBAAoB,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAClE,oBAAoB,IAAI,CAAC,EAAE,EAAE,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACrE,wBAAwB,SAAS,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EACjD,wBAAwB,UAAU,EAAE,IAAI,CAAC,KAAK;EAC9C,wBAAwB,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK;EACpD,qBAAqB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5C,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,cAAc,KAAK,IAAI;EACvB,gBAAgB,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5G,gBAAgB,IAAI,CAAC,EAAE,EAAE;EACzB,oBAAoB,UAAU,CAAC,IAAI,CAAC,yDAAyD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC3G,oBAAoB,OAAO,aAAa,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC/F,iBAAiB,MAAM,IAAI,EAAE,EAAE,YAAY,QAAQ,CAAC,EAAE;EACtD,oBAAoB,UAAU,CAAC,IAAI,CAAC,wDAAwD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC1G,oBAAoB,OAAO,qBAAqB,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,UAAU,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACzH,iBAAiB;EACjB,gBAAgB,IAAI,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACzD,gBAAgB,IAAI,CAAC,EAAE,EAAE;EACzB,oBAAoB,IAAI,MAAM,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC;EACrD,oBAAoB,IAAI,MAAM,CAAC,QAAQ,IAAI,IAAI,IAAI,MAAM,CAAC,IAAI,KAAK,UAAU,CAAC,IAAI,EAAE,IAAI,UAAU,CAAC,kBAAkB,EAAE,EAAE;EACzH,wBAAwB,UAAU,CAAC,IAAI,CAAC,oDAAoD,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC1G,wBAAwB,OAAO,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC9D,qBAAqB;EACrB,iBAAiB,MAAM,IAAI,EAAE,EAAE,YAAY,QAAQ,CAAC,EAAE;EACtD,oBAAoB,IAAI,UAAU,CAAC,kBAAkB,EAAE,EAAE;EACzD,wBAAwB,UAAU,CAAC,IAAI,CAAC,8CAA8C,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACpG,wBAAwB,OAAO,aAAa,CAAC,IAAI,EAAE;EACnD,4BAA4B,IAAI,CAAC,IAAI;EACrC,4BAA4B,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC;EACrD,yBAAyB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAChD,qBAAqB,MAAM,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;EAC9C,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;EAChD,oBAAoB,IAAI,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAClE,oBAAoB,IAAI,EAAE,IAAI,EAAE,EAAE,YAAY,QAAQ,CAAC,EAAE,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACjG,wBAAwB,SAAS,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EACjD,wBAAwB,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK;EACnD,wBAAwB,WAAW,EAAE,IAAI,CAAC,KAAK;EAC/C,qBAAqB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5C,iBAAiB;EACjB,gBAAgB,MAAM;EACtB,aAAa;EACb,YAAY,IAAI,WAAW,GAAG,IAAI,CAAC;EACnC,YAAY,QAAQ,IAAI,CAAC,QAAQ;EACjC,cAAc,KAAK,GAAG;EACtB;EACA,gBAAgB,IAAI,IAAI,CAAC,IAAI,YAAY,YAAY;EACrD,uBAAuB,IAAI,CAAC,KAAK,YAAY,UAAU;EACvD,uBAAuB,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,GAAG;EACjD,uBAAuB,IAAI,CAAC,KAAK,CAAC,IAAI,YAAY,YAAY;EAC9D,uBAAuB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EACzD,oBAAoB,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE;EAC/D,4BAA4B,KAAK,EAAE,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE;EACzF,4BAA4B,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK;EAClD,4BAA4B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG;EACpD,yBAAyB,CAAC;EAC1B,wBAAwB,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;EAC/C,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB;EACA,gBAAgB,IAAI,IAAI,CAAC,KAAK,YAAY,YAAY;EACtD,uBAAuB,IAAI,CAAC,IAAI,YAAY,UAAU;EACtD,uBAAuB,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,GAAG;EAChD,uBAAuB,IAAI,CAAC,IAAI,CAAC,KAAK,YAAY,YAAY;EAC9D,uBAAuB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EACxD,oBAAoB,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EAC5C,wBAAwB,KAAK,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,EAAE;EACjE,4BAA4B,KAAK,EAAE,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE;EAC1F,4BAA4B,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;EACxD,4BAA4B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG;EAC/C,yBAAyB,CAAC;EAC1B,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB;EACA,gBAAgB,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU;EACnD,uBAAuB,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,GAAG;EAChD,uBAAuB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;EACtD,uBAAuB,IAAI,CAAC,IAAI,CAAC,KAAK,YAAY,YAAY;EAC9D,uBAAuB,IAAI,CAAC,KAAK,YAAY,UAAU;EACvD,uBAAuB,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,GAAG;EACjD,uBAAuB,IAAI,CAAC,KAAK,CAAC,IAAI,YAAY,YAAY;EAC9D,uBAAuB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EACzD,oBAAoB,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE;EAC/D,4BAA4B,QAAQ,EAAE,GAAG;EACzC,4BAA4B,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EAChD,4BAA4B,KAAK,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE;EAC1E,gCAAgC,KAAK,EAAE,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE;EACnG,gCAAgC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;EAC5D,gCAAgC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG;EACxD,6BAA6B,CAAC;EAC9B,yBAAyB,CAAC;EAC1B,wBAAwB,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;EAC/C,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB;EACA,gBAAgB,IAAI,IAAI,CAAC,KAAK,YAAY,eAAe;EACzD,uBAAuB,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,GAAG;EACjD,uBAAuB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EACxD,oBAAoB,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,IAAI,EAAE,IAAI,CAAC,IAAI;EACvC,wBAAwB,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU;EACpD,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,MAAM;EAC1B,iBAAiB;EACjB;EACA,gBAAgB,IAAI,IAAI,CAAC,IAAI,YAAY,eAAe;EACxD,uBAAuB,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,GAAG;EAChD,uBAAuB,UAAU,EAAE;EACnC,uBAAuB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EACzD,oBAAoB,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,QAAQ,EAAE,GAAG;EACrC,wBAAwB,IAAI,EAAE,IAAI,CAAC,KAAK;EACxC,wBAAwB,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,UAAU;EACnD,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,MAAM;EAC1B,iBAAiB;EACjB,cAAc,KAAK,GAAG;EACtB,gBAAgB,WAAW,GAAG,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;EAC/D,cAAc,KAAK,GAAG,CAAC;EACvB,cAAc,KAAK,GAAG,CAAC;EACvB,cAAc,KAAK,GAAG;EACtB;EACA,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;EACnD,uBAAuB,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC;EACvD,uBAAuB,UAAU,EAAE;EACnC,uBAAuB,EAAE,IAAI,CAAC,IAAI,YAAY,UAAU;EACxD,2BAA2B,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ;EAC9D,2BAA2B,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE;EACzF,oBAAoB,IAAI,QAAQ,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/D,wBAAwB,QAAQ,EAAE,IAAI,CAAC,QAAQ;EAC/C,wBAAwB,IAAI,EAAE,IAAI,CAAC,KAAK;EACxC,wBAAwB,KAAK,EAAE,IAAI,CAAC,IAAI;EACxC,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,IAAI,IAAI,CAAC,KAAK,YAAY,YAAY;EAC1D,2BAA2B,EAAE,IAAI,CAAC,IAAI,YAAY,YAAY,CAAC,EAAE;EACjE,wBAAwB,IAAI,GAAG,OAAO,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;EACnE,qBAAqB,MAAM;EAC3B,wBAAwB,IAAI,GAAG,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC;EACnE,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,WAAW,IAAI,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,EAAE;EAC/D;EACA,oBAAoB,IAAI,IAAI,CAAC,KAAK,YAAY,UAAU;EACxD,2BAA2B,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,EAAE;EACjE,wBAAwB,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC3D,4BAA4B,QAAQ,EAAE,IAAI,CAAC,QAAQ;EACnD,4BAA4B,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE;EACnE,gCAAgC,QAAQ,EAAE,IAAI,CAAC,QAAQ;EACvD,gCAAgC,IAAI,EAAE,IAAI,CAAC,IAAI;EAC/C,gCAAgC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EACtD,gCAAgC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK;EACtD,gCAAgC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG;EACxD,6BAA6B,CAAC;EAC9B,4BAA4B,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;EACnD,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB;EACA;EACA,oBAAoB,IAAI,IAAI,CAAC,KAAK,YAAY,YAAY;EAC1D,2BAA2B,IAAI,CAAC,IAAI,YAAY,UAAU;EAC1D,2BAA2B,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,EAAE;EAChE,wBAAwB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,YAAY,YAAY,EAAE;EACpE,4BAA4B,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/D,gCAAgC,QAAQ,EAAE,IAAI,CAAC,QAAQ;EACvD,gCAAgC,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE;EACvE,oCAAoC,QAAQ,EAAE,IAAI,CAAC,QAAQ;EAC3D,oCAAoC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EACxD,oCAAoC,KAAK,EAAE,IAAI,CAAC,KAAK;EACrD,oCAAoC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK;EAC/D,oCAAoC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG;EACvD,iCAAiC,CAAC;EAClC,gCAAgC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK;EACtD,6BAA6B,CAAC,CAAC;EAC/B,yBAAyB,MAAM,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,YAAY,YAAY,EAAE;EAC5E,4BAA4B,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/D,gCAAgC,QAAQ,EAAE,IAAI,CAAC,QAAQ;EACvD,gCAAgC,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE;EACvE,oCAAoC,QAAQ,EAAE,IAAI,CAAC,QAAQ;EAC3D,oCAAoC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK;EACzD,oCAAoC,KAAK,EAAE,IAAI,CAAC,KAAK;EACrD,oCAAoC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;EAChE,oCAAoC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG;EACvD,iCAAiC,CAAC;EAClC,gCAAgC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EACrD,6BAA6B,CAAC,CAAC;EAC/B,yBAAyB;EACzB,qBAAqB;EACrB;EACA,oBAAoB,IAAI,IAAI,CAAC,IAAI,YAAY,UAAU;EACvD,2BAA2B,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ;EAC9D,2BAA2B,IAAI,CAAC,IAAI,CAAC,KAAK,YAAY,YAAY;EAClE,2BAA2B,IAAI,CAAC,KAAK,YAAY,UAAU;EAC3D,2BAA2B,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ;EAC/D,2BAA2B,IAAI,CAAC,KAAK,CAAC,IAAI,YAAY,YAAY,EAAE;EACpE,wBAAwB,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC3D,4BAA4B,QAAQ,EAAE,IAAI,CAAC,QAAQ;EACnD,4BAA4B,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE;EACnE,gCAAgC,QAAQ,EAAE,IAAI,CAAC,QAAQ;EACvD,gCAAgC,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;EAC5E,oCAAoC,QAAQ,EAAE,IAAI,CAAC,QAAQ;EAC3D,oCAAoC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK;EACzD,oCAAoC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EAC1D,oCAAoC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;EAChE,oCAAoC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG;EAC5D,iCAAiC,CAAC;EAClC,gCAAgC,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI;EACrD,6BAA6B,CAAC;EAC9B,4BAA4B,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;EACnD,yBAAyB,CAAC,CAAC;EAC3B,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT;EACA;EACA;EACA;EACA,QAAQ,IAAI,IAAI,CAAC,KAAK,YAAY,UAAU;EAC5C,eAAe,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ;EACnD,gBAAgB,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC;EACtC,oBAAoB,IAAI,CAAC,QAAQ,IAAI,GAAG;EACxC,wBAAwB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;EAC7D,4BAA4B,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;EAC3D,+BAA+B,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;EACzE,UAAU;EACV,YAAY,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,EAAE;EACzD,gBAAgB,QAAQ,GAAG,IAAI,CAAC,QAAQ;EACxC,gBAAgB,IAAI,OAAO,IAAI,CAAC,IAAI;EACpC,gBAAgB,KAAK,MAAM,IAAI,CAAC,KAAK,CAAC,IAAI;EAC1C,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;EAC1C,YAAY,OAAO,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EAC9C,SAAS;EACT,QAAQ,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC3C,QAAQ,IAAI,EAAE,KAAK,IAAI,EAAE;EACzB,YAAY,EAAE,GAAG,uBAAuB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxE,YAAY,OAAO,OAAO,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;EACjD,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,gBAAgB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC9D,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,aAAa,CAAC,UAAU,EAAE,GAAG,EAAE;EAC5C,QAAQ,IAAI,IAAI,CAAC;EACjB,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;EAC1D,YAAY,IAAI,IAAI,YAAY,UAAU,EAAE;EAC5C,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EACrC,gBAAgB,IAAI,IAAI,IAAI,IAAI,CAAC,UAAU,EAAE,KAAK,GAAG,EAAE,MAAM;EAC7D,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,SAAS,8BAA8B,CAAC,UAAU,EAAE;EACxD,QAAQ,IAAI,IAAI,EAAE,KAAK,GAAG,CAAC,CAAC;EAC5B,QAAQ,OAAO,IAAI,GAAG,UAAU,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,EAAE;EAClD,YAAY,IAAI,IAAI,YAAY,aAAa,EAAE,OAAO,KAAK,CAAC;EAC5D,YAAY,IAAI,IAAI,YAAY,SAAS;EACzC,mBAAmB,IAAI,YAAY,gBAAgB;EACnD,mBAAmB,IAAI,YAAY,UAAU,EAAE;EAC/C,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;;EAEL,IAAI,YAAY,CAAC,aAAa,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC3D,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC;EACrC,eAAe,iBAAiB,CAAC,IAAI,CAAC;EACtC,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,EAAE;EAC7E,YAAY,QAAQ,IAAI,CAAC,IAAI;EAC7B,cAAc,KAAK,WAAW;EAC9B,gBAAgB,OAAO,SAAS,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC3E,cAAc,KAAK,KAAK;EACxB,gBAAgB,OAAO,SAAS,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACrE,cAAc,KAAK,UAAU;EAC7B,gBAAgB,OAAO,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC1E,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,MAAM,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC;EACzC,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,KAAK,IAAI,EAAE;EAC/E,YAAY,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EACtC,YAAY,IAAI,UAAU,CAAC,UAAU,IAAI,CAAC,CAAC,MAAM,IAAI,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE;EAC/E,gBAAgB,CAAC,CAAC,KAAK,GAAG,KAAK,CAAC;EAChC,gBAAgB,CAAC,CAAC,cAAc,GAAG,KAAK,CAAC;EACzC,gBAAgB,CAAC,CAAC,UAAU,GAAG,KAAK,CAAC;EACrC,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;EAC3C,YAAY,IAAI,UAAU,GAAG,CAAC,CAAC,UAAU;EACzC,mBAAmB,EAAE,MAAM,YAAY,QAAQ,IAAI,MAAM,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC,CAAC;EACpF,YAAY,IAAI,UAAU,KAAK,KAAK,YAAY,UAAU,IAAI,KAAK,YAAY,SAAS,CAAC,EAAE;EAC3F,gBAAgB,IAAI,eAAe,CAAC,KAAK,EAAE,UAAU,CAAC,EAAE;EACxD,oBAAoB,UAAU,GAAG,KAAK,CAAC;EACvC,iBAAiB,MAAM,IAAI,CAAC,CAAC,KAAK,KAAK,IAAI,CAAC,KAAK;EACjD,wBAAwB,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,KAAK,YAAY,UAAU;EACzF,2BAA2B,CAAC,CAAC,OAAO,IAAI,CAAC;EACzC,2BAA2B,KAAK,CAAC,OAAO;EACxC,2BAA2B,8BAA8B,CAAC,UAAU,CAAC,CAAC,EAAE;EACxE,oBAAoB,UAAU,GAAG,KAAK,CAAC;EACvC,iBAAiB,MAAM,IAAI,aAAa,CAAC,UAAU,EAAE,CAAC,CAAC,EAAE;EACzD,oBAAoB,UAAU,GAAG,KAAK,CAAC;EACvC,iBAAiB,MAAM,IAAI,CAAC,CAAC,KAAK,KAAK,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,gBAAgB,EAAE;EAC5F,oBAAoB,UAAU,GAAG,KAAK,CAAC,sBAAsB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAC1E,oBAAoB,IAAI,UAAU,IAAI,GAAG,EAAE;EAC3C,wBAAwB,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EAC/C,wBAAwB,GAAG;EAC3B,4BAA4B,IAAI,KAAK,YAAY,SAAS,IAAI,YAAY,CAAC,KAAK,CAAC,EAAE;EACnF,gCAAgC,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC;EACrD,6BAA6B;EAC7B,yBAAyB,QAAQ,KAAK,GAAG,KAAK,CAAC,YAAY,EAAE;EAC7D,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,UAAU,IAAI,KAAK,EAAE;EACrC,gBAAgB,IAAI,KAAK,YAAY,YAAY,EAAE;EACnD,oBAAoB,KAAK,GAAG,SAAS,CAAC,mBAAmB,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;EACzE,iBAAiB;EACjB,gBAAgB,IAAI,KAAK,YAAY,SAAS,EAAE;EAChD,oBAAoB,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;EAC3C,oBAAoB,KAAK,GAAG,SAAS,CAAC,YAAY,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;EAClE,iBAAiB;EACjB,gBAAgB,IAAI,KAAK,CAAC;EAC1B,gBAAgB,IAAI,CAAC,CAAC,cAAc,GAAG,CAAC,IAAI,KAAK,CAAC,IAAI,YAAY,eAAe,EAAE;EACnF,oBAAoB,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC9C,oBAAoB,IAAI,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;EAC5D,oBAAoB,IAAI,UAAU,GAAG,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC1E,oBAAoB,IAAI,IAAI,GAAG,UAAU,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAChE,oBAAoB,IAAI,EAAE,IAAI,YAAY,gBAAgB,CAAC,EAAE;EAC7D,wBAAwB,IAAI,GAAG,SAAS,CAAC,gBAAgB,EAAE,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;EACnF,wBAAwB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EAC3C,wBAAwB,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;EAC1C,wBAAwB,UAAU,GAAG,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;EAC9D,qBAAqB;EACrB,oBAAoB,KAAK,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC7D,wBAAwB,IAAI,IAAI,YAAY,aAAa,IAAI,IAAI,CAAC,UAAU,EAAE,KAAK,SAAS,EAAE;EAC9F,4BAA4B,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC;EACrD,4BAA4B,UAAU,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC7D,yBAAyB;EACzB,qBAAqB,CAAC,CAAC,CAAC;EACxB,iBAAiB,MAAM;EACvB,oBAAoB,KAAK,GAAG,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACvD,oBAAoB,IAAI,KAAK,KAAK,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EACnE,iBAAiB;EACjB,gBAAgB,OAAO,KAAK,CAAC;EAC7B,aAAa;EACb,YAAY,IAAI,KAAK,IAAI,CAAC,CAAC,cAAc,KAAK,SAAS,EAAE;EACzD,gBAAgB,IAAI,IAAI,CAAC;EACzB,gBAAgB,IAAI,KAAK,YAAY,QAAQ,EAAE;EAC/C,oBAAoB,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,gBAAgB,CAAC;EAChE,2BAA2B,GAAG,CAAC,CAAC,CAAC,UAAU,EAAE,SAAS,GAAG,EAAE;EAC3D,4BAA4B,OAAO,CAAC,CAAC,KAAK,KAAK,GAAG,CAAC,KAAK,CAAC;EACzD,yBAAyB,CAAC,EAAE;EAC5B,wBAAwB,IAAI,GAAG,KAAK,CAAC;EACrC,qBAAqB;EACrB,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,EAAE,GAAG,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxD,oBAAoB,IAAI,EAAE,KAAK,KAAK,KAAK,UAAU,CAAC,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,EAAE,YAAY,MAAM,CAAC,CAAC,EAAE;EACzG,wBAAwB,IAAI,GAAG,uBAAuB,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;EAClE,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,IAAI,EAAE;EAC1B,oBAAoB,IAAI,YAAY,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,eAAe,EAAE,CAAC,MAAM,CAAC;EAC1F,oBAAoB,IAAI,EAAE,CAAC;EAC3B,oBAAoB,IAAI,cAAc,CAAC,KAAK,CAAC,EAAE;EAC/C,wBAAwB,EAAE,GAAG,WAAW;EACxC,4BAA4B,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACnE,4BAA4B,OAAO,MAAM,KAAK,IAAI,GAAG,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;EACjF,yBAAyB,CAAC;EAC1B,qBAAqB,MAAM;EAC3B,wBAAwB,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,EAAE,KAAK,CAAC,eAAe,EAAE,CAAC,MAAM,CAAC,CAAC;EAC9F,wBAAwB,EAAE,GAAG,WAAW;EACxC,4BAA4B,IAAI,MAAM,GAAG,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,KAAK,CAAC,CAAC;EAC9F,4BAA4B,OAAO,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;EACrG,yBAAyB,CAAC;EAC1B,qBAAqB;EACrB,oBAAoB,IAAI,WAAW,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;EACpD,oBAAoB,IAAI,QAAQ,GAAG,CAAC,CAAC;EACrC,oBAAoB,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;EAC/E,wBAAwB,QAAQ,GAAG,CAAC,WAAW,GAAG,CAAC,GAAG,YAAY,KAAK,CAAC,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC;EAC5G,qBAAqB;EACrB,oBAAoB,CAAC,CAAC,cAAc,GAAG,YAAY,IAAI,WAAW,GAAG,QAAQ,GAAG,EAAE,GAAG,KAAK,CAAC;EAC3F,iBAAiB,MAAM;EACvB,oBAAoB,CAAC,CAAC,cAAc,GAAG,KAAK,CAAC;EAC7C,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,CAAC,CAAC,cAAc,EAAE;EAClC,gBAAgB,OAAO,CAAC,CAAC,cAAc,EAAE,CAAC;EAC1C,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;;EAEpB,QAAQ,SAAS,cAAc,CAAC,KAAK,EAAE;EACvC,YAAY,IAAI,KAAK,CAAC;EACtB,YAAY,KAAK,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACrD,gBAAgB,IAAI,IAAI,YAAY,aAAa,EAAE,KAAK,GAAG,IAAI,CAAC;EAChE,gBAAgB,IAAI,KAAK,EAAE,OAAO,IAAI,CAAC;EACvC,aAAa,CAAC,CAAC,CAAC;EAChB,YAAY,OAAO,KAAK,CAAC;EACzB,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE;EAClC,QAAQ,OAAO,GAAG,YAAY,aAAa,IAAI,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC;EACtE,KAAK;;EAEL,IAAI,YAAY,CAAC,aAAa,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC3D,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,kBAAkB,CAAC,EAAE;EACnD,YAAY,IAAI,KAAK,GAAG,aAAa,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;EAC/D,YAAY,IAAI,KAAK,EAAE;EACvB,gBAAgB,IAAI,GAAG,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,EAAE;EACzD,oBAAoB,IAAI,KAAK,WAAW;EACxC,oBAAoB,KAAK,IAAI,KAAK,CAAC,KAAK;EACxC,oBAAoB,MAAM,GAAG,KAAK;EAClC,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,GAAG,CAAC,YAAY,GAAG,IAAI,CAAC;EACxC,gBAAgB,OAAO,GAAG,CAAC;EAC3B,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC;EACjE,QAAQ,IAAI,GAAG,IAAI,SAAS,CAAC,GAAG,EAAE,IAAI,CAAC,EAAE,OAAO,IAAI,CAAC;EACrD,QAAQ,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EAChD,YAAY,QAAQ,EAAE,MAAM;EAC5B,YAAY,UAAU,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACpD,gBAAgB,KAAK,EAAE,CAAC;EACxB,aAAa,CAAC;EACd,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC1D,QAAQ,IAAI,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC;EACjE,QAAQ,IAAI,GAAG,IAAI,SAAS,CAAC,GAAG,EAAE,IAAI,CAAC,EAAE,OAAO,IAAI,CAAC;EACrD,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,eAAe,CAAC;EAC9C,eAAe,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;EAC9C,eAAe,CAAC,aAAa,CAAC,UAAU,EAAE,UAAU,CAAC;EACrD,YAAY,OAAO,IAAI,CAAC;EACxB,QAAQ,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC3C,YAAY,QAAQ,EAAE,GAAG;EACzB,YAAY,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC9C,gBAAgB,KAAK,EAAE,CAAC;EACxB,aAAa,CAAC;EACd,YAAY,KAAK,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,KAAK,EAAE,CAAC;EACxB,aAAa,CAAC;EACd,SAAS,CAAC,CAAC;EACX,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACrD,QAAQ,IAAI,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC;EACjE,QAAQ,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,EAAE,IAAI,CAAC;EACxC,eAAe,aAAa,CAAC,UAAU,EAAE,KAAK,CAAC,EAAE;EACjD,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAClD,oBAAoB,KAAK,EAAE,CAAC;EAC5B,iBAAiB,CAAC;EAClB,gBAAgB,KAAK,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACnD,oBAAoB,KAAK,EAAE,CAAC;EAC5B,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE;EACtC,QAAQ,IAAI,SAAS,GAAG,KAAK,CAAC;EAC9B,QAAQ,IAAI,QAAQ,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACrD,YAAY,IAAI,SAAS,EAAE,OAAO,IAAI,CAAC;EACvC,YAAY,IAAI,IAAI,YAAY,aAAa,IAAI,MAAM,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,CAAC,EAAE;EAClF,gBAAgB,OAAO,SAAS,GAAG,IAAI,CAAC;EACxC,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,UAAU,GAAG,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACvD,YAAY,IAAI,SAAS,EAAE,OAAO,IAAI,CAAC;EACvC,YAAY,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,KAAK,IAAI,EAAE;EAC5D,gBAAgB,IAAI,MAAM,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC;EACjD,gBAAgB,IAAI,MAAM,YAAY,QAAQ,IAAI,MAAM,CAAC,UAAU,KAAK,IAAI,EAAE,OAAO;EACrF,gBAAgB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EACpC,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC9B,QAAQ,OAAO,SAAS,CAAC;EACzB,KAAK;;EAEL,IAAI,IAAI,UAAU,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;EACnF,IAAI,IAAI,sBAAsB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;EACxD,IAAI,YAAY,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACxD,QAAQ,IAAI,GAAG,CAAC;EAChB,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC;EAC1C,eAAe,IAAI,CAAC,IAAI,YAAY,aAAa;EACjD,eAAe,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,KAAK,KAAK,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC,EAAE;EAC5F,YAAY,IAAI,KAAK,GAAG,CAAC,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;EAC/C,YAAY,GAAG;EACf,gBAAgB,IAAI,GAAG,MAAM,CAAC;EAC9B,gBAAgB,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;EACpD,gBAAgB,IAAI,MAAM,YAAY,QAAQ,EAAE;EAChD,oBAAoB,IAAI,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE,MAAM;EACrD,oBAAoB,IAAI,YAAY,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,MAAM;EAChE,oBAAoB,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,EAAE,OAAO,IAAI,CAAC,KAAK,CAAC;EAChE,oBAAoB,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;EACtC,oBAAoB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,wBAAwB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC5D,wBAAwB,IAAI,EAAE,IAAI,CAAC,IAAI;EACvC,wBAAwB,KAAK,EAAE,IAAI,CAAC,KAAK;EACzC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5C,iBAAiB;EACjB,aAAa,QAAQ,MAAM,YAAY,UAAU,IAAI,MAAM,CAAC,KAAK,KAAK,IAAI;EAC1E,mBAAmB,MAAM,YAAY,YAAY,IAAI,MAAM,CAAC,SAAS,EAAE,KAAK,IAAI,EAAE;EAClF,SAAS;EACT,QAAQ,IAAI,GAAG,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;EAC/C,QAAQ,IAAI,IAAI,CAAC,QAAQ,IAAI,GAAG,IAAI,IAAI,CAAC,IAAI,YAAY,aAAa,IAAI,IAAI,CAAC,KAAK,YAAY,UAAU,EAAE;EAC5G;EACA,YAAY,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,YAAY,aAAa;EACxD,mBAAmB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI;EACzD,mBAAmB,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,UAAU,CAAC,EAAE;EAC5D;EACA,gBAAgB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,GAAG,CAAC;EAC1D,gBAAgB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;EAC9C,aAAa,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,YAAY,aAAa;EAChE,mBAAmB,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI;EAC1D,mBAAmB,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,sBAAsB,CAAC;EACtE,mBAAmB,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE;EAClE;EACA,gBAAgB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,GAAG,CAAC;EAC1D,gBAAgB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;EAC7C,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;;EAEpB,QAAQ,SAAS,MAAM,CAAC,KAAK,EAAE,IAAI,EAAE;EACrC,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACnC,YAAY,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;EACpD,YAAY,IAAI,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;EACvD,YAAY,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;EAC/B,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,CAAC;EACrD,YAAY,IAAI,MAAM,CAAC;EACvB,YAAY,OAAO,CAAC,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,MAAM,KAAK,EAAE;EACpE,gBAAgB,IAAI,MAAM,YAAY,OAAO,EAAE;EAC/C,oBAAoB,IAAI,MAAM,CAAC,QAAQ,EAAE,OAAO,IAAI,CAAC;EACrD,oBAAoB,IAAI,SAAS,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,IAAI,CAAC;EAChE,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,iBAAiB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC/D,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE;EAC5C,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,QAAQ,IAAI,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;;EAE5D;EACA,QAAQ,IAAI,aAAa,KAAK,SAAS,EAAE;EACzC,YAAY,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;EAC7B,SAAS,MAAM,IAAI,aAAa,KAAK,IAAI,CAAC,KAAK,EAAE;EACjD,YAAY,aAAa,GAAG,uBAAuB,CAAC,aAAa,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC/E,YAAY,IAAI,CAAC,KAAK,GAAG,kBAAkB,CAAC,aAAa,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACvE,SAAS;;EAET,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,eAAe,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC7D,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,EAAE,OAAO,IAAI,CAAC;EAC5D;EACA,QAAQ,IAAI,IAAI,CAAC,SAAS,YAAY,YAAY,EAAE;EACpD,YAAY,IAAI,WAAW,GAAG,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;EACjE,YAAY,IAAI,CAAC,SAAS,GAAG,WAAW,CAAC,GAAG,EAAE,CAAC;EAC/C,YAAY,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACnC,YAAY,OAAO,aAAa,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC;EACpD,SAAS;EACT,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACvD,QAAQ,IAAI,IAAI,KAAK,IAAI,CAAC,SAAS,EAAE;EACrC,YAAY,IAAI,IAAI,EAAE;EACtB,gBAAgB,UAAU,CAAC,IAAI,CAAC,6CAA6C,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC3F,gBAAgB,OAAO,qBAAqB,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,UAAU,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;EACtG,aAAa,MAAM;EACnB,gBAAgB,UAAU,CAAC,IAAI,CAAC,8CAA8C,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EAC5F,gBAAgB,OAAO,qBAAqB,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,UAAU,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;EACvG,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC,CAAC;EAC9E,QAAQ,IAAI,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,OAAO,CAAC,KAAK,OAAO,EAAE;EAC5D,YAAY,IAAI,GAAG,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACpD,gBAAgB,SAAS,EAAE,OAAO;EAClC,gBAAgB,UAAU,EAAE,IAAI,CAAC,WAAW;EAC5C,gBAAgB,WAAW,EAAE,IAAI,CAAC,UAAU;EAC5C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;EACvC,QAAQ,IAAI,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC;EACzC,QAAQ,IAAI,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC;EAC3C;EACA,QAAQ,IAAI,SAAS,YAAY,aAAa;EAC9C,eAAe,UAAU,YAAY,aAAa;EAClD,eAAe,SAAS,CAAC,UAAU,EAAE,KAAK,UAAU,CAAC,UAAU,EAAE,EAAE;EACnE,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,IAAI,EAAE,SAAS;EAC/B,gBAAgB,KAAK,EAAE,WAAW;EAClC,aAAa,CAAC,CAAC;EACf,SAAS;EACT;EACA;EACA;EACA;EACA,QAAQ,IAAI,UAAU,YAAY,UAAU;EAC5C,eAAe,WAAW,YAAY,UAAU;EAChD,eAAe,UAAU,CAAC,QAAQ,IAAI,WAAW,CAAC,QAAQ;EAC1D,eAAe,UAAU,CAAC,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,IAAI,CAAC;EAC9D,gBAAgB,CAAC,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC5D,mBAAmB,UAAU,CAAC,QAAQ,IAAI,GAAG;EAC7C,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC,EAAE;EACvE,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,UAAU,CAAC,QAAQ;EAC7C,gBAAgB,IAAI,EAAE,UAAU,CAAC,IAAI;EACrC,gBAAgB,KAAK,EAAE,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACxD,oBAAoB,SAAS,EAAE,IAAI,CAAC,SAAS;EAC7C,oBAAoB,UAAU,EAAE,UAAU,CAAC,KAAK;EAChD,oBAAoB,WAAW,EAAE,WAAW,CAAC,KAAK;EAClD,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC;EACf,SAAS;EACT;EACA,QAAQ,IAAI,SAAS,CAAC;EACtB,QAAQ,IAAI,UAAU,YAAY,QAAQ;EAC1C,eAAe,WAAW,CAAC,IAAI,KAAK,UAAU,CAAC,IAAI;EACnD,eAAe,UAAU,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC;EACzC,eAAe,UAAU,CAAC,IAAI,CAAC,MAAM,IAAI,WAAW,CAAC,IAAI,CAAC,MAAM;EAChE,eAAe,UAAU,CAAC,UAAU,CAAC,aAAa,CAAC,WAAW,CAAC,UAAU,CAAC;EAC1E,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAC3D,eAAe,CAAC,UAAU,CAAC,UAAU,CAAC,gBAAgB,CAAC,UAAU,CAAC;EAClE,eAAe,QAAQ,SAAS,GAAG,eAAe,EAAE,CAAC,IAAI,QAAQ,EAAE;EACnE,YAAY,IAAI,IAAI,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC;EAC1C,YAAY,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACpE,gBAAgB,SAAS,EAAE,IAAI,CAAC,SAAS;EACzC,gBAAgB,UAAU,EAAE,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC;EACtD,gBAAgB,WAAW,EAAE,WAAW,CAAC,IAAI,CAAC,SAAS,CAAC;EACxD,aAAa,CAAC,CAAC;EACf,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT;EACA,QAAQ,IAAI,UAAU,YAAY,eAAe;EACjD,eAAe,UAAU,CAAC,WAAW,CAAC,aAAa,CAAC,WAAW,CAAC,EAAE;EAClE,YAAY,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACpD,gBAAgB,SAAS,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACvD,oBAAoB,IAAI,EAAE,IAAI,CAAC,SAAS;EACxC,oBAAoB,QAAQ,EAAE,IAAI;EAClC,oBAAoB,KAAK,EAAE,UAAU,CAAC,SAAS;EAC/C,iBAAiB,CAAC;EAClB,gBAAgB,UAAU,EAAE,UAAU,CAAC,UAAU;EACjD,gBAAgB,WAAW,EAAE,WAAW;EACxC,aAAa,CAAC,CAAC;EACf,SAAS;EACT;EACA,QAAQ,IAAI,UAAU,CAAC,aAAa,CAAC,WAAW,CAAC,EAAE;EACnD,YAAY,OAAO,aAAa,CAAC,IAAI,EAAE;EACvC,gBAAgB,IAAI,CAAC,SAAS;EAC9B,gBAAgB,UAAU;EAC1B,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT;EACA,QAAQ,IAAI,UAAU,YAAY,UAAU;EAC5C,eAAe,UAAU,CAAC,QAAQ,IAAI,IAAI;EAC1C,eAAe,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,EAAE;EAC5D,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAClD,oBAAoB,QAAQ,EAAE,IAAI;EAClC,oBAAoB,IAAI,EAAE,IAAI,CAAC,SAAS;EACxC,oBAAoB,KAAK,EAAE,UAAU,CAAC,IAAI;EAC1C,iBAAiB,CAAC;EAClB,gBAAgB,KAAK,EAAE,WAAW;EAClC,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACpC,SAAS;EACT,QAAQ,IAAI,OAAO,GAAG,UAAU,CAAC,kBAAkB,EAAE,CAAC;EACtD,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE;EACtC,YAAY,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE;EAC5C;EACA,gBAAgB,OAAO,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EAClD,aAAa;EACb;EACA,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC;EAChD,gBAAgB,KAAK,EAAE,IAAI,CAAC,WAAW;EACvC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE;EACvC,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE;EAC3C;EACA,gBAAgB,OAAO,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC;EACrE,aAAa;EACb;EACA,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EACnE,gBAAgB,KAAK,EAAE,IAAI,CAAC,WAAW;EACvC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE;EACvC;EACA,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EACnE,gBAAgB,KAAK,EAAE,IAAI,CAAC,UAAU;EACtC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE;EACxC;EACA,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC;EAChD,gBAAgB,KAAK,EAAE,IAAI,CAAC,UAAU;EACtC,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,OAAO,IAAI,CAAC;;EAEpB,QAAQ,SAAS,UAAU,CAAC,IAAI,EAAE;EAClC,YAAY,IAAI,IAAI,CAAC,UAAU,EAAE,EAAE,OAAO,IAAI,CAAC;EAC/C;EACA,YAAY,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACpD,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,UAAU,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC;EACnD,aAAa,CAAC,CAAC;EACf,SAAS;;EAET;EACA,QAAQ,SAAS,OAAO,CAAC,IAAI,EAAE;EAC/B,YAAY,OAAO,IAAI,YAAY,QAAQ;EAC3C,mBAAmB,OAAO;EAC1B,uBAAuB,IAAI,YAAY,YAAY;EACnD,uBAAuB,IAAI,CAAC,QAAQ,EAAE;EACtC,oBAAoB,IAAI,YAAY,eAAe;EACnD,uBAAuB,IAAI,CAAC,QAAQ,IAAI,GAAG;EAC3C,uBAAuB,IAAI,CAAC,UAAU,YAAY,YAAY;EAC9D,uBAAuB,CAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC;EACpD,SAAS;EACT;EACA,QAAQ,SAAS,QAAQ,CAAC,IAAI,EAAE;EAChC,YAAY,OAAO,IAAI,YAAY,SAAS;EAC5C,mBAAmB,OAAO;EAC1B,uBAAuB,IAAI,YAAY,YAAY;EACnD,uBAAuB,CAAC,IAAI,CAAC,QAAQ,EAAE;EACvC,oBAAoB,IAAI,YAAY,eAAe;EACnD,uBAAuB,IAAI,CAAC,QAAQ,IAAI,GAAG;EAC3C,uBAAuB,IAAI,CAAC,UAAU,YAAY,YAAY;EAC9D,uBAAuB,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC;EACnD,SAAS;;EAET,QAAQ,SAAS,eAAe,GAAG;EACnC,YAAY,IAAI,CAAC,GAAG,UAAU,CAAC,IAAI,CAAC;EACpC,YAAY,IAAI,CAAC,GAAG,WAAW,CAAC,IAAI,CAAC;EACrC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC1D,gBAAgB,IAAI,CAAC,CAAC,CAAC,CAAC,YAAY,aAAa,EAAE,OAAO;EAC1D,gBAAgB,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;EAC/C,oBAAoB,IAAI,CAAC,CAAC,CAAC,CAAC,YAAY,aAAa,EAAE,OAAO;EAC9D,oBAAoB,KAAK,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACtD,wBAAwB,IAAI,CAAC,CAAC,CAAC,CAAC,YAAY,aAAa,EAAE,OAAO;EAClE,wBAAwB,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO;EAC9D,qBAAqB;EACrB,oBAAoB,OAAO,CAAC,CAAC;EAC7B,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,WAAW,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACzD,QAAQ,IAAI,UAAU,CAAC,kBAAkB,EAAE,EAAE,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAChF,YAAY,KAAK,EAAE,CAAC,IAAI,CAAC,KAAK;EAC9B,SAAS,CAAC,CAAC;EACX,QAAQ,IAAI,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC;EACpC,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,sBAAsB,CAAC,EAAE;EACvD,YAAY,IAAI,CAAC,YAAY,UAAU,KAAK,CAAC,CAAC,QAAQ,IAAI,KAAK,IAAI,CAAC,CAAC,QAAQ,IAAI,KAAK,CAAC,EAAE;EACzF,gBAAgB,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;EAC1D,aAAa;EACb,YAAY,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC/C,gBAAgB,KAAK,EAAE,CAAC,IAAI,CAAC,KAAK;EAClC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE;EAC3C,YAAY,IAAI,CAAC,YAAY,UAAU,KAAK,CAAC,CAAC,QAAQ,IAAI,IAAI;EAC9D,+CAA+C,CAAC,CAAC,QAAQ,IAAI,IAAI,CAAC,EAAE;EACpE,gBAAgB,UAAU,CAAC,IAAI,CAAC,+EAA+E,EAAE;EACjH,oBAAoB,QAAQ,GAAG,CAAC,CAAC,QAAQ;EACzC,oBAAoB,KAAK,MAAM,IAAI,CAAC,KAAK;EACzC,oBAAoB,IAAI,OAAO,CAAC,CAAC,KAAK,CAAC,IAAI;EAC3C,oBAAoB,IAAI,OAAO,CAAC,CAAC,KAAK,CAAC,IAAI;EAC3C,oBAAoB,GAAG,QAAQ,CAAC,CAAC,KAAK,CAAC,GAAG;EAC1C,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,OAAO,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACnD,oBAAoB,KAAK,EAAE,CAAC,IAAI,CAAC,KAAK;EACtC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,OAAO,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE;EACpD,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,UAAU,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EACxD,oBAAoB,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK;EACzC,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,eAAe,CAAC,KAAK,EAAE,UAAU,EAAE;EAChD,QAAQ,IAAI,KAAK,YAAY,aAAa,EAAE;EAC5C,YAAY,KAAK,GAAG,KAAK,CAAC,WAAW,EAAE,CAAC;EACxC,SAAS;EACT,QAAQ,IAAI,CAAC,KAAK,EAAE,OAAO,KAAK,CAAC;EACjC,QAAQ,OAAO,EAAE,KAAK,YAAY,UAAU,IAAI,KAAK,YAAY,SAAS,CAAC;EAC3E,eAAe,UAAU,CAAC,MAAM,EAAE,YAAY,OAAO;EACrD,eAAe,CAAC,KAAK,CAAC,aAAa,EAAE,CAAC;EACtC,KAAK;;EAEL,IAAI,YAAY,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACrD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EACnC,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC;EACjC,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;EAC7C,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAChD,YAAY,IAAI,GAAG,KAAK,IAAI,EAAE;EAC9B,gBAAgB,IAAI,OAAO,GAAG,IAAI,QAAQ,EAAE;EAC5C,oBAAoB,IAAI,GAAG,IAAI,WAAW,EAAE;EAC5C,wBAAwB,GAAG,GAAG,SAAS,CAAC;EACxC,qBAAqB,MAAM;EAC3B,wBAAwB,IAAI,KAAK,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;EACpD,wBAAwB,IAAI,KAAK,CAAC,QAAQ,EAAE,IAAI,GAAG,EAAE;EACrD,4BAA4B,GAAG,GAAG,KAAK,CAAC;EACxC,yBAAyB;EACzB,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,GAAG,IAAI,CAAC,QAAQ,GAAG,kBAAkB,CAAC,IAAI,EAAE,uBAAuB,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;EAC1H,gBAAgB,IAAI,QAAQ,GAAG,EAAE,GAAG,GAAG,CAAC;EACxC,gBAAgB,IAAI,oBAAoB,CAAC,QAAQ,CAAC;EAClD,uBAAuB,QAAQ,CAAC,MAAM,IAAI,IAAI,CAAC,eAAe,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE;EAC7E,oBAAoB,OAAO,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE;EACpD,wBAAwB,UAAU,EAAE,IAAI;EACxC,wBAAwB,QAAQ,EAAE,QAAQ;EAC1C,qBAAqB,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5C,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,EAAE,CAAC;EACf,QAAQ,aAAa,EAAE,IAAI,UAAU,CAAC,MAAM,CAAC,WAAW,CAAC;EACzD,eAAe,IAAI,YAAY,aAAa;EAC5C,eAAe,IAAI,CAAC,IAAI,IAAI,WAAW;EACvC,eAAe,IAAI,CAAC,UAAU,EAAE,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC;EACjD,eAAe,CAAC,EAAE,GAAG,IAAI,CAAC,KAAK,aAAa,UAAU;EACtD,eAAe,EAAE,CAAC,cAAc;EAChC,eAAe,EAAE,EAAE,YAAY,SAAS,CAAC;EACzC,eAAe,IAAI,YAAY,UAAU,EAAE;EAC3C,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;EACxC,YAAY,IAAI,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC7C,YAAY,IAAI,QAAQ,GAAG,EAAE,CAAC,QAAQ,CAAC;EACvC,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACtD,gBAAgB,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,YAAY,gBAAgB,CAAC,EAAE;EAChE,oBAAoB,MAAM,aAAa,CAAC;EACxC,iBAAiB;EACjB,gBAAgB,IAAI,KAAK,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;EAC7C,gBAAgB,IAAI,KAAK,IAAI,MAAM,EAAE;EACrC,oBAAoB,MAAM,aAAa,CAAC;EACxC,iBAAiB;EACjB,gBAAgB,MAAM,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;EACrC,aAAa;EACb,YAAY,IAAI,OAAO,GAAG,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;EAC7C,YAAY,IAAI,OAAO,IAAI,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;EACnE,gBAAgB,IAAI,GAAG,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC;EAC/C,gBAAgB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,GAAG,CAAC,WAAW,IAAI,GAAG,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;EACjG,oBAAoB,OAAO,GAAG,IAAI,CAAC;EACnC,iBAAiB;EACjB,aAAa,MAAM,IAAI,CAAC,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,IAAI,KAAK,GAAG,EAAE,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;EACvG,gBAAgB,OAAO,KAAK,IAAI,EAAE,CAAC,QAAQ,CAAC,MAAM,EAAE;EACpD,oBAAoB,OAAO,GAAG,SAAS,CAAC,gBAAgB,EAAE,EAAE,EAAE;EAC9D,wBAAwB,IAAI,EAAE,EAAE,CAAC,aAAa,CAAC,WAAW,GAAG,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;EAChF,wBAAwB,KAAK,EAAE,EAAE;EACjC,qBAAqB,CAAC,CAAC;EACvB,oBAAoB,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EAC9C,oBAAoB,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC;EAC/D,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,OAAO,EAAE;EACzB,gBAAgB,IAAI,GAAG,GAAG,SAAS,CAAC,aAAa,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;EAClE,gBAAgB,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;EAClC,gBAAgB,OAAO,OAAO,CAAC,QAAQ,CAAC;EACxC,gBAAgB,OAAO,GAAG,CAAC;EAC3B,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,MAAM,CAAC,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,OAAO,IAAI,CAAC;EAC3D,QAAQ,IAAI,GAAG,KAAK,IAAI,EAAE;EAC1B,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;EAChE,YAAY,IAAI,GAAG,EAAE;EACrB,gBAAgB,IAAI,GAAG,IAAI,CAAC,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC;EACxD,gBAAgB,IAAI,GAAG,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;EACpD,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC;EAChF,eAAe,IAAI,YAAY,UAAU,IAAI,IAAI,YAAY,SAAS,EAAE;EACxE,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;EACxC,YAAY,IAAI,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;EACzC,YAAY,IAAI,QAAQ,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;EAC3C,YAAY,OAAO,EAAE,IAAI,eAAe,CAAC,QAAQ,EAAE,UAAU,CAAC,EAAE;EAChE,gBAAgB,IAAI,OAAO,GAAG,IAAI,CAAC;EACnC,gBAAgB,IAAI,MAAM,GAAG,EAAE,CAAC;EAChC,gBAAgB,KAAK,IAAI,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,EAAE,CAAC,GAAG,KAAK,GAAG;EAC5D,oBAAoB,IAAI,KAAK,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EAC9E,oBAAoB,IAAI,KAAK,EAAE;EAC/B,wBAAwB,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EAC9C,wBAAwB,IAAI,OAAO,IAAI,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;EAC3F,qBAAqB;EACrB,iBAAiB;EACjB,gBAAgB,IAAI,QAAQ,YAAY,aAAa,EAAE,MAAM,OAAO,CAAC;EACrE,gBAAgB,QAAQ,GAAG,QAAQ,YAAY,QAAQ,GAAG,SAAS,CAAC,aAAa,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC;EACxG,gBAAgB,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;EACvD,gBAAgB,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE;EACjC,oBAAoB,IAAI,KAAK,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;EAC5C,oBAAoB,IAAI,KAAK,YAAY,aAAa,EAAE,MAAM,OAAO,CAAC;EACtE,oBAAoB,KAAK,GAAG,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,CAAC;EACpE,oBAAoB,IAAI,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EACrD,yBAAyB,KAAK,EAAE,CAAC;EACjC,iBAAiB;EACjB,gBAAgB,IAAI,OAAO,EAAE;EAC7B,oBAAoB,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAC1C,oBAAoB,OAAO,aAAa,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC5E,iBAAiB,MAAM,OAAO,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE;EACvD,oBAAoB,UAAU,EAAE,SAAS,CAAC,SAAS,EAAE,IAAI,EAAE;EAC3D,wBAAwB,QAAQ,EAAE,MAAM;EACxC,qBAAqB,CAAC;EACtB,oBAAoB,QAAQ,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC1D,wBAAwB,KAAK,EAAE,KAAK;EACpC,qBAAqB,CAAC;EACtB,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC3C,QAAQ,IAAI,EAAE,KAAK,IAAI,EAAE;EACzB,YAAY,EAAE,GAAG,uBAAuB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxE,YAAY,OAAO,OAAO,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;EACjD,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,CAAC,eAAe,EAAE,WAAW;EACrD,QAAQ,IAAI,MAAM,CAAC;EACnB,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC;EACxB,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAChD,YAAY,IAAI,MAAM,EAAE,OAAO,IAAI,CAAC;EACpC,YAAY,IAAI,IAAI,YAAY,QAAQ,EAAE,OAAO,MAAM,GAAG,IAAI,CAAC;EAC/D,YAAY,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,YAAY,SAAS,IAAI,EAAE,IAAI,YAAY,SAAS,CAAC,EAAE,OAAO,IAAI,CAAC;EACxG,SAAS,CAAC,CAAC,CAAC;EACZ,QAAQ,OAAO,MAAM,CAAC;EACtB,KAAK,CAAC,CAAC;;EAEP,IAAI,cAAc,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,GAAG,EAAE,UAAU,EAAE;EACzE,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE,OAAO;EACrD,QAAQ,IAAI,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,eAAe,CAAC,IAAI,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC1F,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EACnC,QAAQ,IAAI,IAAI,YAAY,UAAU,EAAE;EACxC,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC;EACxC,YAAY,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG;EAClD,gBAAgB,IAAI,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EACpC,gBAAgB,IAAI,EAAE,IAAI,IAAI,YAAY,iBAAiB,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,EAAE;EAChG,oBAAoB,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,SAAS,IAAI,EAAE;EACnD,wBAAwB,OAAO,IAAI,YAAY,gBAAgB;EAC/D,+BAA+B,MAAM,IAAI,IAAI,YAAY,iBAAiB,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC;EACjG,qBAAqB,CAAC,EAAE,MAAM;EAC9B,oBAAoB,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,EAAE,MAAM;EACxE,oBAAoB,OAAO,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE;EACpD,wBAAwB,UAAU,EAAE,SAAS,CAAC,SAAS,EAAE,IAAI,EAAE;EAC/D,4BAA4B,QAAQ,EAAE,KAAK,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE;EAC/D,gCAAgC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;EACnD,gCAAgC,IAAI,CAAC,YAAY,YAAY,EAAE,CAAC,GAAG,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;EACjG,gCAAgC,IAAI,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC;EACjD,gCAAgC,IAAI,CAAC,YAAY,QAAQ,IAAI,EAAE,CAAC,YAAY,gBAAgB,CAAC,EAAE;EAC/F,oCAAoC,OAAO,aAAa,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;EACzE,iCAAiC;EACjC,gCAAgC,OAAO,CAAC,CAAC;EACzC,6BAA6B,CAAC;EAC9B,yBAAyB,CAAC;EAC1B,wBAAwB,QAAQ,EAAE,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE;EAC9D,4BAA4B,KAAK,EAAE,CAAC;EACpC,yBAAyB,CAAC;EAC1B,qBAAqB,CAAC,CAAC;EACvB,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACrD,QAAQ,IAAI,IAAI,CAAC,QAAQ,IAAI,WAAW,IAAI,IAAI,CAAC,QAAQ,IAAI,QAAQ,EAAE;EACvE,YAAY,UAAU,CAAC,IAAI,CAAC,+DAA+D,EAAE;EAC7F,gBAAgB,IAAI,EAAE,IAAI,CAAC,QAAQ;EACnC,gBAAgB,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EACrC,gBAAgB,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI;EACrC,gBAAgB,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG;EACnC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,MAAM,CAAC,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,OAAO,IAAI,CAAC;EAC3D,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC;EAC7C,eAAe,IAAI,CAAC,UAAU,YAAY,OAAO;EACjD,eAAe,IAAI,CAAC,UAAU,CAAC,QAAQ,IAAI,WAAW,EAAE;EACxD,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC;EACjD,YAAY,IAAI,iBAAiB,CAAC,GAAG,CAAC,EAAE,QAAQ,GAAG,CAAC,IAAI;EACxD,cAAc,KAAK,OAAO;EAC1B,gBAAgB,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE;EACxE,oBAAoB,QAAQ,EAAE,EAAE;EAChC,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,MAAM;EACtB,cAAc,KAAK,UAAU;EAC7B,gBAAgB,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,UAAU,EAAE;EAC3E,oBAAoB,QAAQ,EAAE,EAAE;EAChC,oBAAoB,IAAI,EAAE,EAAE;EAC5B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,UAAU,EAAE;EACzE,oBAAoB,KAAK,EAAE,CAAC;EAC5B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,UAAU,EAAE;EACzE,oBAAoB,UAAU,EAAE,EAAE;EAClC,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,UAAU,EAAE;EACzE,oBAAoB,KAAK,EAAE,GAAG;EAC9B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,MAAM;EACtB,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,CAAC,UAAU,EAAE;EACzE,oBAAoB,KAAK,EAAE,EAAE;EAC7B,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,MAAM;EACtB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC;EACjE,QAAQ,IAAI,GAAG,EAAE,OAAO,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACjD,QAAQ,IAAI,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC3C,QAAQ,IAAI,EAAE,KAAK,IAAI,EAAE;EACzB,YAAY,EAAE,GAAG,uBAAuB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EACxE,YAAY,OAAO,OAAO,CAAC,UAAU,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;EACjD,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,SAAS,2BAA2B,CAAC,IAAI,EAAE,UAAU,EAAE;EAC3D,QAAQ,IAAI,UAAU,CAAC,kBAAkB,EAAE,EAAE;EAC7C,YAAY,OAAO,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,aAAa,CAAC,IAAI,EAAE;EACjE,gBAAgB,IAAI;EACpB,gBAAgB,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC;EACzC,aAAa,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;EACrC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,SAAS,wBAAwB,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE;EAClE,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EAClD,YAAY,IAAI,EAAE,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;EACjC,YAAY,IAAI,EAAE,YAAY,aAAa,EAAE;EAC7C,gBAAgB,IAAI,IAAI,GAAG,EAAE,CAAC,UAAU,CAAC;EACzC,gBAAgB,KAAK,IAAI,YAAY,SAAS,EAAE;EAChD,oBAAoB,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;EAClF;EACA,oBAAoB,CAAC,EAAE,CAAC;EACxB,iBAAiB;EACjB;EACA;EACA,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,YAAY,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACvD,QAAQ,IAAI,SAAS,GAAG,2BAA2B,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EACtE,QAAQ,IAAI,SAAS,KAAK,IAAI,EAAE;EAChC,YAAY,OAAO,SAAS,CAAC;EAC7B,SAAS;EACT,QAAQ,OAAO,wBAAwB,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;EACzE,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACxD,QAAQ,IAAI,SAAS,GAAG,2BAA2B,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EACtE,QAAQ,IAAI,SAAS,KAAK,IAAI,EAAE;EAChC,YAAY,OAAO,SAAS,CAAC;EAC7B,SAAS;EACT,QAAQ,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC;EACpC,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EAC/C,YAAY,IAAI,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EAChC,YAAY,IAAI,IAAI,YAAY,aAAa,EAAE;EAC/C,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EAC3C,gBAAgB,IAAI,IAAI,YAAY,UAAU,EAAE;EAChD,oBAAoB,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC;EACzF;EACA,oBAAoB,CAAC,EAAE,CAAC;EACxB,iBAAiB,MAAM,IAAI,IAAI,YAAY,YAAY;EACvD,uBAAuB,EAAE,IAAI,YAAY,UAAU,CAAC,EAAE;EACtD;EACA;EACA;EACA,oBAAoB,KAAK,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACvC,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,UAAU,EAAE,2BAA2B,CAAC,CAAC;;EAE1D,IAAI,YAAY,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACxD,QAAQ,IAAI,IAAI,CAAC,KAAK,IAAI,YAAY,CAAC,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,EAAE;EAChE,YAAY,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAC9B,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACvD,QAAQ,IAAI,EAAE,IAAI,CAAC,IAAI,YAAY,QAAQ,CAAC,EAAE;EAC9C,YAAY,IAAI,GAAG,cAAc,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EACpD,SAAS;EACT,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;EACvC,eAAe,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC;EACpC,eAAe,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,UAAU,EAAE;EACnD,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;EAC3C,YAAY,IAAI,CAAC,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,EAAE,CAAC;EAC3C,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,YAAY,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC1D,QAAQ,IAAI,GAAG,cAAc,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EAChD,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,eAAe,CAAC;EAC9C,eAAe,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC;EAC7C,eAAe,CAAC,IAAI,CAAC,IAAI;EACzB,eAAe,CAAC,IAAI,CAAC,YAAY;EACjC,eAAe,CAAC,IAAI,CAAC,cAAc;EACnC,eAAe,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE;EAC/B,YAAY,IAAI,kBAAkB,GAAG,KAAK,CAAC;EAC3C,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EACpD,gBAAgB,IAAI,kBAAkB,EAAE,OAAO,IAAI,CAAC;EACpD,gBAAgB,IAAI,IAAI,YAAY,QAAQ,EAAE;EAC9C,oBAAoB,kBAAkB,GAAG,IAAI,CAAC;EAC9C,oBAAoB,OAAO,IAAI,CAAC;EAChC,iBAAiB;EACjB,aAAa,CAAC,CAAC,CAAC;EAChB,YAAY,IAAI,CAAC,kBAAkB,EAAE,OAAO,SAAS,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAClG,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACvD;EACA;EACA,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,SAAS,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACvD,QAAQ,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,YAAY,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,EAAE;EAC3F,YAAY,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;EACnC,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,kBAAkB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAChE,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC;EAC1C,WAAW,UAAU,CAAC,MAAM,EAAE,YAAY,0BAA0B;EACpE,YAAY,OAAO,IAAI,CAAC;;EAExB,QAAQ,IAAI,QAAQ,GAAG,EAAE,CAAC;EAC1B,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACvD,YAAY,IAAI,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EAC3C,YAAY,IAAI,OAAO,YAAY,QAAQ,EAAE;EAC7C,gBAAgB,IAAI,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC1D;EACA;EACA,gBAAgB,IAAI,MAAM,KAAK,OAAO,IAAI,CAAC,MAAM,GAAG,EAAE,EAAE,MAAM,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM,EAAE;EACnH;EACA,oBAAoB,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,GAAG,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;EAClI,oBAAoB,SAAS;EAC7B,iBAAiB;EACjB,aAAa;EACb,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACnC,SAAS;EACT,QAAQ,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;;EAEjC,QAAQ,OAAO,QAAQ,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC,UAAU,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;EACtF,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,0BAA0B,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EACxE,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP;EACA;EACA,IAAI,SAAS,QAAQ,CAAC,IAAI,EAAE,UAAU,EAAE;EACxC,QAAQ,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAAE,OAAO,IAAI,CAAC;EAC9D;EACA,QAAQ,IAAI,EAAE,IAAI,CAAC,GAAG,YAAY,YAAY,CAAC,EAAE,OAAO,IAAI,CAAC;EAC7D;EACA,QAAQ,IAAI,IAAI,CAAC,GAAG,YAAY,UAAU,IAAI,IAAI,CAAC,GAAG,YAAY,UAAU,EAAE;EAC9E,YAAY,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,KAAK,WAAW,EAAE,OAAO,IAAI,CAAC;EAC5D,YAAY,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,IAAI,aAAa;EAC/C,mBAAmB,UAAU,CAAC,MAAM,EAAE,YAAY,SAAS,EAAE,OAAO,IAAI,CAAC;EACzE,YAAY,IAAI,IAAI,YAAY,gBAAgB,EAAE;EAClD,gBAAgB,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC;EAC1C,aAAa,MAAM;EACnB,gBAAgB,IAAI,CAAC,GAAG,GAAG,SAAS,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,EAAE;EACjE,oBAAoB,IAAI,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK;EACxC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,YAAY,CAAC,kBAAkB,EAAE,QAAQ,CAAC,CAAC;;EAE/C,IAAI,YAAY,CAAC,iBAAiB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC/D,QAAQ,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EACnC;EACA,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;EACvC,eAAe,UAAU,CAAC,MAAM,EAAE,YAAY,UAAU;EACxD,eAAe,CAAC,IAAI,CAAC,YAAY;EACjC,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc;EACzC,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;EACnC,eAAe,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC;EAC1C,eAAe,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,UAAU;EACvD,eAAe,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK;EACvC,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC,aAAa,EAAE,EAAE;EAC5C,YAAY,IAAI,KAAK,GAAG,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;EACrE,YAAY,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACrC,YAAY,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY,CAAC;EACnD,YAAY,OAAO,SAAS,CAAC,gBAAgB,EAAE,IAAI,EAAE;EACrD,gBAAgB,GAAG,EAAE,IAAI,CAAC,GAAG,YAAY,gBAAgB,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG;EACpF,gBAAgB,KAAK,EAAE,KAAK;EAC5B,gBAAgB,KAAK,EAAE,IAAI,CAAC,KAAK;EACjC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,gBAAgB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC9D,QAAQ,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;EACnC;EACA;EACA;EACA;EACA;EACA,QAAQ,IAAI,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;EACjE,QAAQ,IAAI,cAAc;EAC1B,eAAe,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC;EAC7C,gBAAgB,EAAE,cAAc,YAAY,MAAM,CAAC,IAAI,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,EAAE;EAC5F,YAAY,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC;EAC/B,YAAY,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;EACnC,YAAY,IAAI,mBAAmB,GAAG,KAAK,YAAY,SAAS;EAChE,mBAAmB,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC;EAC5C,mBAAmB,CAAC,KAAK,CAAC,aAAa,EAAE,CAAC;EAC1C,YAAY,IAAI,CAAC,mBAAmB,IAAI,KAAK,YAAY,YAAY,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE;EACvF,gBAAgB,OAAO,SAAS,CAAC,iBAAiB,EAAE,IAAI,EAAE;EAC1D,oBAAoB,KAAK,EAAE,KAAK,CAAC,KAAK;EACtC,oBAAoB,YAAY,EAAE,KAAK,CAAC,YAAY;EACpD,oBAAoB,GAAG,EAAE,GAAG,YAAY,QAAQ,GAAG,GAAG,GAAG,SAAS,CAAC,gBAAgB,EAAE,IAAI,EAAE;EAC3F,wBAAwB,IAAI,EAAE,GAAG;EACjC,qBAAqB,CAAC;EACtB,oBAAoB,KAAK,EAAE,SAAS,CAAC,YAAY,EAAE,KAAK,EAAE,KAAK,CAAC;EAChE,oBAAoB,KAAK,EAAE,IAAI,CAAC,KAAK;EACrC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC;;EAEP,IAAI,YAAY,CAAC,iBAAiB,EAAE,SAAS,IAAI,EAAE,UAAU,EAAE;EAC/D,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,IAAI;EACrD,eAAe,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;EAC1C,eAAe,CAAC,IAAI,CAAC,QAAQ;EAC7B,eAAe,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;EACxC,eAAe,CAAC,4BAA4B,CAAC,UAAU,CAAC,EAAE;EAC1D,YAAY,IAAI,IAAI,GAAG,EAAE,CAAC;EAC1B,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACxD,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;EACzC,gBAAgB,IAAI,EAAE,IAAI,YAAY,gBAAgB;EACtD,uBAAuB,OAAO,IAAI,CAAC,GAAG,IAAI,QAAQ;EAClD,uBAAuB,IAAI,CAAC,KAAK,YAAY,qBAAqB;EAClE,uBAAuB,CAAC,aAAa,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC,CAAC,EAAE;EAC7E,oBAAoB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACpC,iBAAiB;EACjB,aAAa;EACb,YAAY,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;EAClD,gBAAgB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAClC,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;;EAEpB,QAAQ,SAAS,4BAA4B,CAAC,UAAU,EAAE;EAC1D,YAAY,IAAI,SAAS,GAAG,CAAC,UAAU,EAAE,mBAAmB,EAAE,UAAU,CAAC,CAAC;EAC1E,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACzE,gBAAgB,IAAI,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;EAClD,gBAAgB,IAAI,CAAC,MAAM,EAAE,OAAO,KAAK,CAAC;EAC1C,gBAAgB,IAAI,CAAC,KAAK,CAAC,IAAI,MAAM,CAAC,IAAI,IAAI,eAAe,EAAE,SAAS;EACxE,gBAAgB,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE;EACrD,oBAAoB,OAAO,KAAK,CAAC;EACjC,iBAAiB;EACjB,gBAAgB,CAAC,EAAE,CAAC;EACpB,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,SAAS,aAAa,CAAC,UAAU,EAAE,GAAG,EAAE;EAChD,YAAY,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,EAAE,OAAO,IAAI,CAAC;EACnD,YAAY,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,OAAO,KAAK,CAAC;EAC1C,YAAY,IAAI,UAAU,CAAC,QAAQ,CAAC,IAAI,EAAE;EAC1C,iBAAiB,IAAI,UAAU,CAAC,UAAU,EAAE;EAC5C,qBAAqB,OAAO,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;EACvD,kBAAkB;EAClB,iBAAiB,OAAO,KAAK,CAAC;EAC9B,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;EACT,KAAK,CAAC,CAAC;EACP,CAAC,GAAG,CAAC;;ECv2NL;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AAOA;EACA;EACA,SAAS,SAAS,CAAC,OAAO,EAAE;EAC5B,IAAI,OAAO,GAAG,QAAQ,CAAC,OAAO,EAAE;EAChC,QAAQ,IAAI,GAAG,IAAI;EACnB,QAAQ,IAAI,GAAG,IAAI;EACnB,QAAQ,IAAI,GAAG,IAAI;;EAEnB,QAAQ,cAAc,GAAG,CAAC;EAC1B,QAAQ,cAAc,GAAG,CAAC;EAC1B,KAAK,CAAC,CAAC;EACP,IAAI,IAAI,SAAS,GAAG,IAAI,aAAa,CAAC,kBAAkB,CAAC;EACzD,QAAQ,IAAI,SAAS,OAAO,CAAC,IAAI;EACjC,QAAQ,UAAU,GAAG,OAAO,CAAC,IAAI;EACjC,KAAK,CAAC,CAAC;EACP,IAAI,IAAI,QAAQ,GAAG,OAAO,CAAC,IAAI,IAAI,IAAI,aAAa,CAAC,iBAAiB,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;;EAErF,IAAI,IAAI,QAAQ,EAAE;EAClB,QAAQ,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,MAAM,EAAE;EAClD,YAAY,IAAI,aAAa,GAAG,QAAQ,CAAC,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EACxE,YAAY,IAAI,aAAa,EAAE;EAC/B,gBAAgB,SAAS,CAAC,gBAAgB,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;EAClE,aAAa;EACb,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,GAAG,CAAC,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE;EACvE,QAAQ,IAAI,QAAQ,EAAE;EACtB,YAAY,IAAI,IAAI,GAAG,QAAQ,CAAC,mBAAmB,CAAC;EACpD,gBAAgB,IAAI,EAAE,SAAS;EAC/B,gBAAgB,MAAM,EAAE,QAAQ;EAChC,aAAa,CAAC,CAAC;EACf,YAAY,IAAI,IAAI,CAAC,MAAM,KAAK,IAAI,EAAE;EACtC,gBAAgB,OAAO;EACvB,aAAa;EACb,YAAY,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;EACjC,YAAY,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC;EAClC,YAAY,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC;EACnC,YAAY,IAAI,GAAG,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC;EACrC,SAAS;EACT,QAAQ,SAAS,CAAC,UAAU,CAAC;EAC7B,YAAY,SAAS,GAAG,EAAE,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAC,cAAc,EAAE,MAAM,EAAE,OAAO,EAAE;EACpF,YAAY,QAAQ,IAAI,EAAE,IAAI,EAAE,SAAS,GAAG,OAAO,CAAC,cAAc,EAAE,MAAM,EAAE,QAAQ,EAAE;EACtF,YAAY,MAAM,MAAM,MAAM;EAC9B,YAAY,IAAI,QAAQ,IAAI;EAC5B,SAAS,CAAC,CAAC;EACX,KAAK;EACL,IAAI,OAAO;EACX,QAAQ,GAAG,UAAU,GAAG;EACxB,QAAQ,GAAG,UAAU,WAAW,EAAE,OAAO,SAAS,CAAC,EAAE;EACrD,QAAQ,QAAQ,KAAK,WAAW,EAAE,OAAO,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,CAAC,EAAE;EAC9E,KAAK,CAAC;EACN,CAAC;;ECrGM,IAAI,QAAQ,GAAG;EACtB,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,0BAA0B;EAC9B,IAAI,0BAA0B;EAC9B,IAAI,sBAAsB;EAC1B,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,yBAAyB;EAC7B,IAAI,cAAc;EAClB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,4BAA4B;EAChC,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,sBAAsB;EAC1B,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,wBAAwB;EAC5B,IAAI,MAAM;EACV,IAAI,wBAAwB;EAC5B,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,sBAAsB;EAC1B,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,uBAAuB;EAC3B,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,MAAM;EACV,IAAI,mBAAmB;EACvB,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,iBAAiB;EACrB,IAAI,KAAK;EACT,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,+BAA+B;EACnC,IAAI,+BAA+B;EACnC,IAAI,+BAA+B;EACnC,IAAI,8BAA8B;EAClC,IAAI,4BAA4B;EAChC,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,KAAK;EACT,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,0BAA0B;EAC9B,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,QAAQ;EACZ,IAAI,IAAI;EACR,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,0BAA0B;EAC9B,IAAI,eAAe;EACnB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,0BAA0B;EAC9B,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,sBAAsB;EAC1B,IAAI,QAAQ;EACZ,IAAI,wBAAwB;EAC5B,IAAI,eAAe;EACnB,IAAI,gCAAgC;EACpC,IAAI,4BAA4B;EAChC,IAAI,gCAAgC;EACpC,IAAI,6BAA6B;EACjC,IAAI,2CAA2C;EAC/C,IAAI,6BAA6B;EACjC,IAAI,oBAAoB;EACxB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,8BAA8B;EAClC,IAAI,sBAAsB;EAC1B,IAAI,2BAA2B;EAC/B,IAAI,6BAA6B;EACjC,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,0BAA0B;EAC9B,IAAI,wBAAwB;EAC5B,IAAI,2BAA2B;EAC/B,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,2BAA2B;EAC/B,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,cAAc;EAClB,IAAI,sBAAsB;EAC1B,IAAI,4BAA4B;EAChC,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,qBAAqB;EACzB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,mBAAmB;EACvB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,UAAU;EACd,IAAI,sBAAsB;EAC1B,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,oBAAoB;EACxB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,2BAA2B;EAC/B,IAAI,wBAAwB;EAC5B,IAAI,2BAA2B;EAC/B,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,UAAU;EACd,IAAI,4BAA4B;EAChC,IAAI,gCAAgC;EACpC,IAAI,iCAAiC;EACrC,IAAI,iCAAiC;EACrC,IAAI,6BAA6B;EACjC,IAAI,kCAAkC;EACtC,IAAI,2BAA2B;EAC/B,IAAI,0BAA0B;EAC9B,IAAI,0BAA0B;EAC9B,IAAI,2BAA2B;EAC/B,IAAI,0BAA0B;EAC9B,IAAI,0BAA0B;EAC9B,IAAI,kCAAkC;EACtC,IAAI,iCAAiC;EACrC,IAAI,4BAA4B;EAChC,IAAI,4BAA4B;EAChC,IAAI,4BAA4B;EAChC,IAAI,0BAA0B;EAC9B,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,4BAA4B;EAChC,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,yBAAyB;EAC7B,IAAI,oBAAoB;EACxB,IAAI,iCAAiC;EACrC,IAAI,0BAA0B;EAC9B,IAAI,wBAAwB;EAC5B,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,yBAAyB;EAC7B,IAAI,+BAA+B;EACnC,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,2BAA2B;EAC/B,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,0BAA0B;EAC9B,IAAI,6BAA6B;EACjC,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,yBAAyB;EAC7B,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,uBAAuB;EAC3B,IAAI,mCAAmC;EACvC,IAAI,iCAAiC;EACrC,IAAI,gCAAgC;EACpC,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,0BAA0B;EAC9B,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,4BAA4B;EAChC,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,mCAAmC;EACvC,IAAI,iCAAiC;EACrC,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,2BAA2B;EAC/B,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,wBAAwB;EAC5B,IAAI,0BAA0B;EAC9B,IAAI,yBAAyB;EAC7B,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,4BAA4B;EAChC,IAAI,yBAAyB;EAC7B,IAAI,8BAA8B;EAClC,IAAI,2BAA2B;EAC/B,IAAI,2BAA2B;EAC/B,IAAI,oBAAoB;EACxB,IAAI,4BAA4B;EAChC,IAAI,4BAA4B;EAChC,IAAI,2BAA2B;EAC/B,IAAI,yBAAyB;EAC7B,IAAI,sBAAsB;EAC1B,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,4BAA4B;EAChC,IAAI,uBAAuB;EAC3B,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,wBAAwB;EAC5B,IAAI,0BAA0B;EAC9B,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,2BAA2B;EAC/B,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,4BAA4B;EAChC,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,sBAAsB;EAC1B,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,eAAe;EACnB,IAAI,0BAA0B;EAC9B,IAAI,UAAU;EACd,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,wBAAwB;EAC5B,IAAI,GAAG;EACP,IAAI,sBAAsB;EAC1B,IAAI,8BAA8B;EAClC,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,sBAAsB;EAC1B,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,yBAAyB;EAC7B,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,0BAA0B;EAC9B,IAAI,iBAAiB;EACrB,IAAI,qCAAqC;EACzC,IAAI,aAAa;EACjB,IAAI,oCAAoC;EACxC,IAAI,oCAAoC;EACxC,IAAI,8CAA8C;EAClD,IAAI,sCAAsC;EAC1C,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,mCAAmC;EACvC,IAAI,mCAAmC;EACvC,IAAI,2CAA2C;EAC/C,IAAI,yBAAyB;EAC7B,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,uBAAuB;EAC3B,IAAI,eAAe;EACnB,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,sBAAsB;EAC1B,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,QAAQ;EACZ,IAAI,uBAAuB;EAC3B,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,MAAM;EACV,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,uBAAuB;EAC3B,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,4BAA4B;EAChC,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,0BAA0B;EAC9B,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,yBAAyB;EAC7B,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,yBAAyB;EAC7B,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,sBAAsB;EAC1B,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,uBAAuB;EAC3B,IAAI,MAAM;EACV,IAAI,kCAAkC;EACtC,IAAI,gCAAgC;EACpC,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,KAAK;EACT,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,wBAAwB;EAC5B,IAAI,+BAA+B;EACnC,IAAI,0BAA0B;EAC9B,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,MAAM;EACV,IAAI,2BAA2B;EAC/B,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,sBAAsB;EAC1B,IAAI,+BAA+B;EACnC,IAAI,sBAAsB;EAC1B,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,KAAK;EACT,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,kCAAkC;EACtC,IAAI,2BAA2B;EAC/B,IAAI,8BAA8B;EAClC,IAAI,uBAAuB;EAC3B,IAAI,kBAAkB;EACtB,IAAI,yBAAyB;EAC7B,IAAI,gCAAgC;EACpC,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,gCAAgC;EACpC,IAAI,4BAA4B;EAChC,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,6BAA6B;EACjC,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,6BAA6B;EACjC,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,0CAA0C;EAC9C,IAAI,iCAAiC;EACrC,IAAI,oCAAoC;EACxC,IAAI,gCAAgC;EACpC,IAAI,+BAA+B;EACnC,IAAI,6BAA6B;EACjC,IAAI,0BAA0B;EAC9B,IAAI,4BAA4B;EAChC,IAAI,8BAA8B;EAClC,IAAI,iCAAiC;EACrC,IAAI,iCAAiC;EACrC,IAAI,gCAAgC;EACpC,IAAI,+BAA+B;EACnC,IAAI,iCAAiC;EACrC,IAAI,iCAAiC;EACrC,IAAI,+BAA+B;EACnC,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,gCAAgC;EACpC,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,6BAA6B;EACjC,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,iCAAiC;EACrC,IAAI,4BAA4B;EAChC,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,uBAAuB;EAC3B,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,4BAA4B;EAChC,IAAI,kBAAkB;EACtB,IAAI,uBAAuB;EAC3B,IAAI,4BAA4B;EAChC,IAAI,eAAe;EACnB,IAAI,uBAAuB;EAC3B,IAAI,YAAY;EAChB,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,wBAAwB;EAC5B,IAAI,qBAAqB;EACzB,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,4BAA4B;EAChC,IAAI,6BAA6B;EACjC,IAAI,yBAAyB;EAC7B,IAAI,0BAA0B;EAC9B,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,sBAAsB;EAC1B,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,wBAAwB;EAC5B,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,6BAA6B;EACjC,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,OAAO;EACX,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,mBAAmB;EACvB,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,6BAA6B;EACjC,IAAI,aAAa;EACjB,IAAI,gCAAgC;EACpC,IAAI,KAAK;EACT,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,KAAK;EACT,IAAI,0BAA0B;EAC9B,IAAI,0BAA0B;EAC9B,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,4BAA4B;EAChC,IAAI,4BAA4B;EAChC,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,6BAA6B;EACjC,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,2BAA2B;EAC/B,IAAI,2BAA2B;EAC/B,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,+BAA+B;EACnC,IAAI,+BAA+B;EACnC,IAAI,sCAAsC;EAC1C,IAAI,sCAAsC;EAC1C,IAAI,oBAAoB;EACxB,IAAI,+BAA+B;EACnC,IAAI,+BAA+B;EACnC,IAAI,oBAAoB;EACxB,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,IAAI;EACR,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,uBAAuB;EAC3B,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,mBAAmB;EACvB,IAAI,MAAM;EACV,IAAI,mBAAmB;EACvB,IAAI,6BAA6B;EACjC,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,oBAAoB;EACxB,IAAI,uBAAuB;EAC3B,IAAI,2BAA2B;EAC/B,IAAI,mBAAmB;EACvB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,kBAAkB;EACtB,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,GAAG;EACP,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,yBAAyB;EAC7B,IAAI,sBAAsB;EAC1B,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,qBAAqB;EACzB,IAAI,8BAA8B;EAClC,IAAI,uBAAuB;EAC3B,IAAI,2BAA2B;EAC/B,IAAI,oBAAoB;EACxB,IAAI,UAAU;EACd,IAAI,wCAAwC;EAC5C,IAAI,uBAAuB;EAC3B,IAAI,6BAA6B;EACjC,IAAI,wCAAwC;EAC5C,IAAI,6BAA6B;EACjC,IAAI,0BAA0B;EAC9B,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,oBAAoB;EACxB,IAAI,2BAA2B;EAC/B,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,2BAA2B;EAC/B,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,uBAAuB;EAC3B,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,MAAM;EACV,IAAI,gBAAgB;EACpB,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,0BAA0B;EAC9B,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,wBAAwB;EAC5B,IAAI,uBAAuB;EAC3B,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,0BAA0B;EAC9B,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,wBAAwB;EAC5B,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,eAAe;EACnB,IAAI,6BAA6B;EACjC,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,8BAA8B;EAClC,IAAI,8BAA8B;EAClC,IAAI,kBAAkB;EACtB,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,UAAU;EACd,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,4BAA4B;EAChC,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,gCAAgC;EACpC,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,0BAA0B;EAC9B,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,UAAU;EACd,IAAI,qCAAqC;EACzC,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,+BAA+B;EACnC,IAAI,uBAAuB;EAC3B,IAAI,4BAA4B;EAChC,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,0BAA0B;EAC9B,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,0BAA0B;EAC9B,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,8BAA8B;EAClC,IAAI,uBAAuB;EAC3B,IAAI,kBAAkB;EACtB,IAAI,wBAAwB;EAC5B,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,0BAA0B;EAC9B,IAAI,wBAAwB;EAC5B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,0BAA0B;EAC9B,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,2BAA2B;EAC/B,IAAI,iCAAiC;EACrC,IAAI,iCAAiC;EACrC,IAAI,+BAA+B;EACnC,IAAI,+BAA+B;EACnC,IAAI,qCAAqC;EACzC,IAAI,qCAAqC;EACzC,IAAI,qBAAqB;EACzB,IAAI,+BAA+B;EACnC,IAAI,+BAA+B;EACnC,IAAI,qBAAqB;EACzB,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,0BAA0B;EAC9B,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,2BAA2B;EAC/B,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,2BAA2B;EAC/B,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,4BAA4B;EAChC,IAAI,wBAAwB;EAC5B,IAAI,iCAAiC;EACrC,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,6BAA6B;EACjC,IAAI,8BAA8B;EAClC,IAAI,yBAAyB;EAC7B,IAAI,6BAA6B;EACjC,IAAI,4BAA4B;EAChC,IAAI,6BAA6B;EACjC,IAAI,sBAAsB;EAC1B,IAAI,0BAA0B;EAC9B,IAAI,6BAA6B;EACjC,IAAI,2BAA2B;EAC/B,IAAI,yBAAyB;EAC7B,IAAI,0BAA0B;EAC9B,IAAI,6BAA6B;EACjC,IAAI,yBAAyB;EAC7B,IAAI,6BAA6B;EACjC,IAAI,0BAA0B;EAC9B,IAAI,kCAAkC;EACtC,IAAI,yCAAyC;EAC7C,IAAI,+BAA+B;EACnC,IAAI,iCAAiC;EACrC,IAAI,gCAAgC;EACpC,IAAI,uCAAuC;EAC3C,IAAI,oCAAoC;EACxC,IAAI,uCAAuC;EAC3C,IAAI,qCAAqC;EACzC,IAAI,oCAAoC;EACxC,IAAI,sCAAsC;EAC1C,IAAI,qCAAqC;EACzC,IAAI,+BAA+B;EACnC,IAAI,6BAA6B;EACjC,IAAI,8BAA8B;EAClC,IAAI,+BAA+B;EACnC,IAAI,kCAAkC;EACtC,IAAI,8BAA8B;EAClC,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,2BAA2B;EAC/B,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,6BAA6B;EACjC,IAAI,yBAAyB;EAC7B,IAAI,gCAAgC;EACpC,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,2BAA2B;EAC/B,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,2BAA2B;EAC/B,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,gCAAgC;EACpC,IAAI,+BAA+B;EACnC,IAAI,iCAAiC;EACrC,IAAI,4BAA4B;EAChC,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,iCAAiC;EACrC,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,gCAAgC;EACpC,IAAI,wBAAwB;EAC5B,IAAI,4BAA4B;EAChC,IAAI,qCAAqC;EACzC,IAAI,8BAA8B;EAClC,IAAI,iCAAiC;EACrC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,sBAAsB;EAC1B,IAAI,0BAA0B;EAC9B,IAAI,yBAAyB;EAC7B,IAAI,0BAA0B;EAC9B,IAAI,yBAAyB;EAC7B,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,yBAAyB;EAC7B,IAAI,uBAAuB;EAC3B,IAAI,kCAAkC;EACtC,IAAI,gCAAgC;EACpC,IAAI,6BAA6B;EACjC,IAAI,iCAAiC;EACrC,IAAI,uBAAuB;EAC3B,IAAI,8BAA8B;EAClC,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,mBAAmB;EACvB,IAAI,QAAQ;EACZ,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,8BAA8B;EAClC,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,wBAAwB;EAC5B,IAAI,2BAA2B;EAC/B,IAAI,oBAAoB;EACxB,IAAI,KAAK;EACT,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,0BAA0B;EAC9B,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,2BAA2B;EAC/B,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,2BAA2B;EAC/B,IAAI,4BAA4B;EAChC,IAAI,8BAA8B;EAClC,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,0BAA0B;EAC9B,IAAI,kBAAkB;EACtB,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,6BAA6B;EACjC,IAAI,oBAAoB;EACxB,IAAI,4BAA4B;EAChC,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,0BAA0B;EAC9B,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,UAAU;EACd,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,yBAAyB;EAC7B,IAAI,uBAAuB;EAC3B,IAAI,8BAA8B;EAClC,IAAI,8BAA8B;EAClC,IAAI,kBAAkB;EACtB,IAAI,oCAAoC;EACxC,IAAI,qBAAqB;EACzB,IAAI,gCAAgC;EACpC,IAAI,mBAAmB;EACvB,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,4BAA4B;EAChC,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,KAAK;EACT,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,KAAK;EACT,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,8BAA8B;EAClC,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,oCAAoC;EACxC,IAAI,mCAAmC;EACvC,IAAI,6BAA6B;EACjC,IAAI,gCAAgC;EACpC,IAAI,6BAA6B;EACjC,IAAI,0BAA0B;EAC9B,IAAI,4BAA4B;EAChC,IAAI,0BAA0B;EAC9B,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,uBAAuB;EAC3B,IAAI,sBAAsB;EAC1B,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,aAAa;EACjB,IAAI,4BAA4B;EAChC,IAAI,cAAc;EAClB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,sBAAsB;EAC1B,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,yBAAyB;EAC7B,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,4BAA4B;EAChC,IAAI,uBAAuB;EAC3B,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,iBAAiB;EACrB,IAAI,uCAAuC;EAC3C,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,uBAAuB;EAC3B,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,2BAA2B;EAC/B,IAAI,yBAAyB;EAC7B,IAAI,6BAA6B;EACjC,IAAI,sBAAsB;EAC1B,IAAI,eAAe;EACnB,IAAI,oCAAoC;EACxC,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,GAAG;EACP,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,KAAK;EACT,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,8BAA8B;EAClC,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,KAAK;EACT,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,KAAK;EACT,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,OAAO;EACX,IAAI,KAAK;EACT,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,sBAAsB;EAC1B,IAAI,+BAA+B;EACnC,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,gBAAgB;EACpB,IAAI,sBAAsB;EAC1B,IAAI,2BAA2B;EAC/B,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,KAAK;EACT,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,SAAS;EACb,IAAI,kBAAkB;EACtB,IAAI,OAAO;EACX,IAAI,cAAc;EAClB,IAAI,KAAK;EACT,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,GAAG;EACP,IAAI,MAAM;EACV,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,YAAY;EAChB,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,MAAM;EACV,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,MAAM;EACV,IAAI,KAAK;EACT,IAAI,YAAY;EAChB,IAAI,MAAM;EACV,IAAI,oBAAoB;EACxB,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,uBAAuB;EAC3B,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,gBAAgB;EACpB,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,4BAA4B;EAChC,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,sBAAsB;EAC1B,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,GAAG;EACP,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,sBAAsB;EAC1B,IAAI,cAAc;EAClB,IAAI,uBAAuB;EAC3B,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,qBAAqB;EACzB,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,IAAI;EACR,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,IAAI;EACR,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,uBAAuB;EAC3B,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,sBAAsB;EAC1B,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,OAAO;EACX,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,qBAAqB;EACzB,IAAI,6BAA6B;EACjC,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,2BAA2B;EAC/B,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,SAAS;EACb,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,yBAAyB;EAC7B,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,oBAAoB;EACxB,IAAI,sCAAsC;EAC1C,IAAI,iCAAiC;EACrC,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,yBAAyB;EAC7B,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,sBAAsB;EAC1B,IAAI,yBAAyB;EAC7B,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,uBAAuB;EAC3B,IAAI,eAAe;EACnB,IAAI,0BAA0B;EAC9B,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,wBAAwB;EAC5B,IAAI,oBAAoB;EACxB,IAAI,0BAA0B;EAC9B,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,0BAA0B;EAC9B,IAAI,iBAAiB;EACrB,IAAI,8BAA8B;EAClC,IAAI,yBAAyB;EAC7B,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,6BAA6B;EACjC,IAAI,eAAe;EACnB,IAAI,sBAAsB;EAC1B,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,2BAA2B;EAC/B,IAAI,iCAAiC;EACrC,IAAI,iCAAiC;EACrC,IAAI,uCAAuC;EAC3C,IAAI,uCAAuC;EAC3C,IAAI,qCAAqC;EACzC,IAAI,qCAAqC;EACzC,IAAI,2CAA2C;EAC/C,IAAI,2CAA2C;EAC/C,IAAI,2BAA2B;EAC/B,IAAI,qCAAqC;EACzC,IAAI,qCAAqC;EACzC,IAAI,2BAA2B;EAC/B,IAAI,mCAAmC;EACvC,IAAI,mCAAmC;EACvC,IAAI,2BAA2B;EAC/B,IAAI,2BAA2B;EAC/B,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,8BAA8B;EAClC,IAAI,uBAAuB;EAC3B,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,KAAK;EACT,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,GAAG;EACP,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,IAAI;EACR,IAAI,OAAO;EACX,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,sBAAsB;EAC1B,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,0BAA0B;EAC9B,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,0BAA0B;EAC9B,IAAI,4BAA4B;EAChC,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,MAAM;EACV,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,0BAA0B;EAC9B,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,4BAA4B;EAChC,IAAI,mBAAmB;EACvB,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,QAAQ;EACZ,IAAI,GAAG;EACP,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,kBAAkB;EACtB,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,KAAK;EACT,IAAI,QAAQ;EACZ,IAAI,wBAAwB;EAC5B,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,wBAAwB;EAC5B,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,8BAA8B;EAClC,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,2BAA2B;EAC/B,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,GAAG;EACP,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,yBAAyB;EAC7B,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,mBAAmB;EACvB,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,wBAAwB;EAC5B,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,yBAAyB;EAC7B,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,qBAAqB;EACzB,IAAI,aAAa;EACjB,IAAI,sBAAsB;EAC1B,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,sBAAsB;EAC1B,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,iBAAiB;EACrB,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,IAAI;EACR,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,yBAAyB;EAC7B,IAAI,sBAAsB;EAC1B,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,KAAK;EACT,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,uBAAuB;EAC3B,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,qBAAqB;EACzB,IAAI,QAAQ;EACZ,IAAI,8BAA8B;EAClC,IAAI,gBAAgB;EACpB,IAAI,sBAAsB;EAC1B,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,4BAA4B;EAChC,IAAI,kBAAkB;EACtB,IAAI,uBAAuB;EAC3B,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,sBAAsB;EAC1B,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,yBAAyB;EAC7B,IAAI,+BAA+B;EACnC,IAAI,qBAAqB;EACzB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,wBAAwB;EAC5B,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,wBAAwB;EAC5B,IAAI,kBAAkB;EACtB,IAAI,sBAAsB;EAC1B,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,eAAe;EACnB,IAAI,mCAAmC;EACvC,IAAI,sBAAsB;EAC1B,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,qBAAqB;EACzB,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,kCAAkC;EACtC,IAAI,kBAAkB;EACtB,IAAI,0BAA0B;EAC9B,IAAI,qBAAqB;EACzB,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,sBAAsB;EAC1B,IAAI,0BAA0B;EAC9B,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,0BAA0B;EAC9B,IAAI,mBAAmB;EACvB,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,0BAA0B;EAC9B,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,0BAA0B;EAC9B,IAAI,wBAAwB;EAC5B,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,wBAAwB;EAC5B,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,uBAAuB;EAC3B,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,0BAA0B;EAC9B,IAAI,4BAA4B;EAChC,IAAI,0BAA0B;EAC9B,IAAI,UAAU;EACd,IAAI,IAAI;EACR,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,qBAAqB;EACzB,IAAI,KAAK;EACT,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,oBAAoB;EACxB,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,uBAAuB;EAC3B,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,MAAM;EACV,IAAI,IAAI;EACR,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,iCAAiC;EACrC,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,sBAAsB;EAC1B,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,uBAAuB;EAC3B,IAAI,4BAA4B;EAChC,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,wBAAwB;EAC5B,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,aAAa;EACjB,IAAI,0BAA0B;EAC9B,IAAI,2BAA2B;EAC/B,IAAI,sBAAsB;EAC1B,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,sBAAsB;EAC1B,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,IAAI;EACR,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,4BAA4B;EAChC,IAAI,UAAU;EACd,IAAI,0BAA0B;EAC9B,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,4BAA4B;EAChC,IAAI,eAAe;EACnB,IAAI,oBAAoB;EACxB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,6BAA6B;EACjC,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,mBAAmB;EACvB,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,yBAAyB;EAC7B,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,KAAK;EACT,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,UAAU;EACd,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,KAAK;EACT,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,yBAAyB;EAC7B,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,mBAAmB;EACvB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,KAAK;EACT,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,uBAAuB;EAC3B,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,yBAAyB;EAC7B,IAAI,qBAAqB;EACzB,IAAI,gCAAgC;EACpC,IAAI,kBAAkB;EACtB,IAAI,4BAA4B;EAChC,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,4BAA4B;EAChC,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,0BAA0B;EAC9B,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,uBAAuB;EAC3B,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,sBAAsB;EAC1B,IAAI,0BAA0B;EAC9B,IAAI,WAAW;EACf,IAAI,0BAA0B;EAC9B,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,iBAAiB;EACrB,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,2BAA2B;EAC/B,IAAI,sBAAsB;EAC1B,IAAI,oBAAoB;EACxB,IAAI,4BAA4B;EAChC,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,+BAA+B;EACnC,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,uBAAuB;EAC3B,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,uBAAuB;EAC3B,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,uBAAuB;EAC3B,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,0BAA0B;EAC9B,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,sBAAsB;EAC1B,IAAI,WAAW;EACf,IAAI,yBAAyB;EAC7B,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,4BAA4B;EAChC,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,4BAA4B;EAChC,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,+BAA+B;EACnC,IAAI,8BAA8B;EAClC,IAAI,gCAAgC;EACpC,IAAI,+BAA+B;EACnC,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,4BAA4B;EAChC,IAAI,qBAAqB;EACzB,IAAI,+BAA+B;EACnC,IAAI,cAAc;EAClB,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,IAAI;EACR,IAAI,YAAY;EAChB,IAAI,mBAAmB;EACvB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,GAAG;EACP,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,OAAO;EACX,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,wBAAwB;EAC5B,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,wBAAwB;EAC5B,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,oBAAoB;EACxB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,KAAK;EACT,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,IAAI;EACR,IAAI,oBAAoB;EACxB,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,IAAI;EACR,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,sBAAsB;EAC1B,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,uBAAuB;EAC3B,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,yBAAyB;EAC7B,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,kBAAkB;EACtB,IAAI,sBAAsB;EAC1B,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,2BAA2B;EAC/B,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,4BAA4B;EAChC,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,sBAAsB;EAC1B,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,sBAAsB;EAC1B,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,uBAAuB;EAC3B,IAAI,iBAAiB;EACrB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,uBAAuB;EAC3B,IAAI,kBAAkB;EACtB,IAAI,wBAAwB;EAC5B,IAAI,8BAA8B;EAClC,IAAI,aAAa;EACjB,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,iCAAiC;EACrC,IAAI,oBAAoB;EACxB,IAAI,qBAAqB;EACzB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,4BAA4B;EAChC,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,wBAAwB;EAC5B,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,sBAAsB;EAC1B,IAAI,4BAA4B;EAChC,IAAI,wBAAwB;EAC5B,IAAI,gDAAgD;EACpD,IAAI,0BAA0B;EAC9B,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,iBAAiB;EACrB,IAAI,2BAA2B;EAC/B,IAAI,2CAA2C;EAC/C,IAAI,2BAA2B;EAC/B,IAAI,0BAA0B;EAC9B,IAAI,kCAAkC;EACtC,IAAI,uBAAuB;EAC3B,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,MAAM;EACV,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,4BAA4B;EAChC,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,KAAK;EACT,IAAI,qBAAqB;EACzB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,KAAK;EACT,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,WAAW;EACf,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,yBAAyB;EAC7B,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,sBAAsB;EAC1B,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,KAAK;EACT,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,WAAW;EACf,IAAI,qBAAqB;EACzB,IAAI,sBAAsB;EAC1B,IAAI,mBAAmB;EACvB,IAAI,uBAAuB;EAC3B,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,GAAG;EACP,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,KAAK;EACT,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,wBAAwB;EAC5B,IAAI,iBAAiB;EACrB,IAAI,yBAAyB;EAC7B,IAAI,QAAQ;EACZ,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,qCAAqC;EACzC,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,wBAAwB;EAC5B,IAAI,gCAAgC;EACpC,IAAI,cAAc;EAClB,IAAI,qBAAqB;EACzB,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,qBAAqB;EACzB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,uBAAuB;EAC3B,IAAI,qBAAqB;EACzB,IAAI,aAAa;EACjB,IAAI,mBAAmB;EACvB,IAAI,6BAA6B;EACjC,IAAI,mBAAmB;EACvB,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,MAAM;EACV,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,kBAAkB;EACtB,IAAI,sBAAsB;EAC1B,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,qBAAqB;EACzB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,0BAA0B;EAC9B,IAAI,0BAA0B;EAC9B,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,wBAAwB;EAC5B,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,uBAAuB;EAC3B,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,0BAA0B;EAC9B,IAAI,oBAAoB;EACxB,IAAI,yBAAyB;EAC7B,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,KAAK;EACT,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,sBAAsB;EAC1B,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,mBAAmB;EACvB,IAAI,YAAY;EAChB,IAAI,oBAAoB;EACxB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,WAAW;EACf,IAAI,oBAAoB;EACxB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,KAAK;EACT,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,6BAA6B;EACjC,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,uBAAuB;EAC3B,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,qBAAqB;EACzB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,0BAA0B;EAC9B,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,kCAAkC;EACtC,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,cAAc;EAClB,IAAI,6BAA6B;EACjC,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,YAAY;EAChB,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,UAAU;EACd,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,sBAAsB;EAC1B,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,oBAAoB;EACxB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,KAAK;EACT,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,oBAAoB;EACxB,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,gBAAgB;EACpB,IAAI,KAAK;EACT,IAAI,iBAAiB;EACrB,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,uBAAuB;EAC3B,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,gBAAgB;EACpB,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,OAAO;EACX,IAAI,cAAc;EAClB,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,MAAM;EACV,IAAI,KAAK;EACT,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,WAAW;EACf,IAAI,mBAAmB;EACvB,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,0BAA0B;EAC9B,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,oCAAoC;EACxC,IAAI,+BAA+B;EACnC,IAAI,YAAY;EAChB,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,kBAAkB;EACtB,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,KAAK;EACT,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,QAAQ;EACZ,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,KAAK;EACT,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,WAAW;EACf,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,oBAAoB;EACxB,IAAI,2BAA2B;EAC/B,IAAI,oBAAoB;EACxB,IAAI,wBAAwB;EAC5B,IAAI,qBAAqB;EACzB,IAAI,yBAAyB;EAC7B,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,aAAa;EACjB,IAAI,kBAAkB;EACtB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,eAAe;EACnB,IAAI,uBAAuB;EAC3B,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,oBAAoB;EACxB,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,QAAQ;EACZ,IAAI,wBAAwB;EAC5B,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,KAAK;EACT,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,iBAAiB;EACrB,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,kBAAkB;EACtB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,qBAAqB;EACzB,IAAI,qBAAqB;EACzB,IAAI,4BAA4B;EAChC,IAAI,iBAAiB;EACrB,IAAI,oBAAoB;EACxB,IAAI,oBAAoB;EACxB,IAAI,0BAA0B;EAC9B,IAAI,WAAW;EACf,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,cAAc;EAClB,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,OAAO;EACX,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,eAAe;EACnB,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,cAAc;EAClB,IAAI,aAAa;EACjB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,kBAAkB;EACtB,IAAI,QAAQ;EACZ,IAAI,UAAU;EACd,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,gBAAgB;EACpB,IAAI,kBAAkB;EACtB,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,SAAS;EACb,IAAI,mBAAmB;EACvB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,0BAA0B;EAC9B,IAAI,2BAA2B;EAC/B,IAAI,aAAa;EACjB,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,iBAAiB;EACrB,IAAI,oBAAoB;EACxB,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,WAAW;EACf,IAAI,gBAAgB;EACpB,IAAI,gBAAgB;EACpB,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,KAAK;EACT,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,gBAAgB;EACpB,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,OAAO;EACX,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,eAAe;EACnB,IAAI,uBAAuB;EAC3B,IAAI,cAAc;EAClB,IAAI,SAAS;EACb,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,eAAe;EACnB,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,SAAS;EACb,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,gBAAgB;EACpB,IAAI,iBAAiB;EACrB,IAAI,0BAA0B;EAC9B,IAAI,qBAAqB;EACzB,IAAI,UAAU;EACd,IAAI,gBAAgB;EACpB,IAAI,eAAe;EACnB,IAAI,kBAAkB;EACtB,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,kBAAkB;EACtB,IAAI,UAAU;EACd,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,iBAAiB;EACrB,IAAI,SAAS;EACb,IAAI,YAAY;EAChB,IAAI,OAAO;EACX,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,QAAQ;EACZ,IAAI,GAAG;EACP,IAAI,MAAM;EACV,IAAI,MAAM;EACV,IAAI,UAAU;EACd,IAAI,OAAO;EACX,IAAI,eAAe;EACnB,IAAI,WAAW;EACf,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,sBAAsB;EAC1B,IAAI,0BAA0B;EAC9B,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,+BAA+B;EACnC,IAAI,qBAAqB;EACzB,IAAI,0BAA0B;EAC9B,IAAI,+BAA+B;EACnC,IAAI,kBAAkB;EACtB,IAAI,oBAAoB;EACxB,IAAI,6BAA6B;EACjC,IAAI,uBAAuB;EAC3B,IAAI,0BAA0B;EAC9B,IAAI,kBAAkB;EACtB,IAAI,4BAA4B;EAChC,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,wBAAwB;EAC5B,IAAI,0BAA0B;EAC9B,IAAI,2BAA2B;EAC/B,IAAI,2BAA2B;EAC/B,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,8BAA8B;EAClC,IAAI,mBAAmB;EACvB,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,wBAAwB;EAC5B,IAAI,gBAAgB;EACpB,IAAI,oBAAoB;EACxB,IAAI,eAAe;EACnB,IAAI,uBAAuB;EAC3B,IAAI,iBAAiB;EACrB,IAAI,eAAe;EACnB,IAAI,iBAAiB;EACrB,IAAI,4BAA4B;EAChC,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,mCAAmC;EACvC,IAAI,4BAA4B;EAChC,IAAI,6BAA6B;EACjC,IAAI,kCAAkC;EACtC,IAAI,kCAAkC;EACtC,IAAI,wBAAwB;EAC5B,IAAI,gCAAgC;EACpC,IAAI,uCAAuC;EAC3C,IAAI,mCAAmC;EACvC,IAAI,4BAA4B;EAChC,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,sCAAsC;EAC1C,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,0BAA0B;EAC9B,IAAI,kBAAkB;EACtB,IAAI,wBAAwB;EAC5B,IAAI,kBAAkB;EACtB,IAAI,wBAAwB;EAC5B,IAAI,wBAAwB;EAC5B,IAAI,qBAAqB;EACzB,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,oBAAoB;EACxB,IAAI,yBAAyB;EAC7B,IAAI,cAAc;EAClB,IAAI,iBAAiB;EACrB,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,4BAA4B;EAChC,IAAI,kBAAkB;EACtB,IAAI,gBAAgB;EACpB,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,kBAAkB;EACtB,IAAI,sBAAsB;EAC1B,IAAI,6BAA6B;EACjC,IAAI,iBAAiB;EACrB,IAAI,wBAAwB;EAC5B,IAAI,oBAAoB;EACxB,IAAI,YAAY;EAChB,IAAI,sBAAsB;EAC1B,IAAI,uBAAuB;EAC3B,IAAI,uBAAuB;EAC3B,IAAI,mBAAmB;EACvB,IAAI,qBAAqB;EACzB,IAAI,2BAA2B;EAC/B,IAAI,mBAAmB;EACvB,IAAI,wBAAwB;EAC5B,IAAI,yBAAyB;EAC7B,IAAI,0BAA0B;EAC9B,IAAI,mBAAmB;EACvB,IAAI,sBAAsB;EAC1B,IAAI,sBAAsB;EAC1B,IAAI,yBAAyB;EAC7B,IAAI,qBAAqB;EACzB,IAAI,6BAA6B;EACjC,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,0BAA0B;EAC9B,IAAI,iCAAiC;EACrC,IAAI,oBAAoB;EACxB,IAAI,mCAAmC;EACvC,IAAI,kBAAkB;EACtB,IAAI,gCAAgC;EACpC,IAAI,aAAa;EACjB,IAAI,qBAAqB;EACzB,IAAI,yBAAyB;EAC7B,IAAI,yBAAyB;EAC7B,IAAI,8BAA8B;EAClC,IAAI,8BAA8B;EAClC,IAAI,mBAAmB;EACvB,IAAI,0BAA0B;EAC9B,IAAI,wBAAwB;EAC5B,IAAI,sBAAsB;EAC1B,IAAI,iBAAiB;EACrB,IAAI,uBAAuB;EAC3B,IAAI,kBAAkB;EACtB,IAAI,uBAAuB;EAC3B,IAAI,0BAA0B;EAC9B,IAAI,0BAA0B;EAC9B,IAAI,gCAAgC;EACpC,IAAI,WAAW;EACf,IAAI,yBAAyB;EAC7B,IAAI,kBAAkB;EACtB,IAAI,6BAA6B;EACjC,IAAI,uBAAuB;EAC3B,IAAI,qCAAqC;EACzC,IAAI,gBAAgB;EACpB,IAAI,UAAU;EACd,IAAI,QAAQ;EACZ,IAAI,YAAY;EAChB,IAAI,YAAY;EAChB,IAAI,aAAa;EACjB,IAAI,aAAa;EACjB,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,WAAW;EACf,IAAI,QAAQ;EACZ,IAAI,OAAO;EACX,IAAI,aAAa;EACjB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,QAAQ;EACZ,IAAI,iBAAiB;EACrB,IAAI,YAAY;EAChB,IAAI,cAAc;EAClB,IAAI,WAAW;EACf,IAAI,WAAW;EACf,IAAI,aAAa;EACjB,IAAI,UAAU;EACd,IAAI,MAAM;EACV,IAAI,SAAS;EACb,IAAI,OAAO;EACX,IAAI,SAAS;EACb,IAAI,aAAa;EACjB,IAAI,GAAG;EACP,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,kBAAkB;EACtB,IAAI,aAAa;EACjB,IAAI,eAAe;EACnB,IAAI,YAAY;EAChB,IAAI,SAAS;EACb,IAAI,SAAS;EACb,IAAI,UAAU;EACd,IAAI,GAAG;EACP,IAAI,IAAI;EACR,IAAI,IAAI;EACR,IAAI,kBAAkB;EACtB,IAAI,QAAQ;EACZ,IAAI,GAAG;EACP,IAAI,SAAS;EACb,IAAI,QAAQ;EACZ,IAAI,MAAM;EACV,IAAI,YAAY;EAChB,IAAI,gBAAgB;EACpB,CAAC;;ECp+KD;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AAuBA;EACA,SAAS,aAAa,CAAC,QAAQ,EAAE;EACjC,IAAI,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;;EAE1B;EACA,IAAI,IAAI,WAAW,GAAG,CAAC,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;EACpG,IAAI,IAAI,OAAO,GAAG,EAAE,CAAC;EACrB,IAAI,IAAI,UAAU,GAAG,OAAO,MAAM,KAAK,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;;EAEhE,IAAI,WAAW,CAAC,OAAO,CAAC,UAAU,UAAU,EAAE;EAC9C,QAAQ,OAAO,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC,UAAU,CAAC,IAAI,IAAI,QAAQ,EAAE,CAAC;EACvE,KAAK,CAAC,CAAC;;EAEP;EACA,IAAI;EACJ,QAAQ,MAAM;EACd,QAAQ,MAAM;EACd,QAAQ,OAAO;EACf,QAAQ,UAAU;EAClB,QAAQ,WAAW;EACnB,QAAQ,WAAW;EACnB,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;EACnB,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM;EACrC,MAAM,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI;EAClC,MAAM,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,WAAW;EAC/C,MAAM,QAAQ,EAAE,SAAS,EAAE,kBAAkB;EAC7C,MAAM,SAAS,EAAE,kBAAkB,EAAE,IAAI,EAAE,SAAS;EACpD,MAAM,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,UAAU;EACvD,MAAM,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,CAAC,GAAG,EAAE,UAAU;EAChE,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,UAAU,EAAE,cAAc;EAC1E,MAAM,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU;EACtE,MAAM,iBAAiB,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ;EAC3D,MAAM,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO;EACtC,KAAK,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EAC7B,QAAQ,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;EAClD,QAAQ,IAAI,IAAI,CAAC,SAAS,EAAE;EAC5B,YAAY,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;EAChE,SAAS;EACT,KAAK,CAAC,CAAC;EACP,IAAI,SAAS,GAAG,CAAC,IAAI,EAAE;EACvB,QAAQ,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAC3B,KAAK;EACL,CAAC;;EAED,SAAS,mBAAmB,CAAC,GAAG,EAAE,QAAQ,EAAE;EAC5C,IAAI,SAAS,GAAG,CAAC,IAAI,EAAE;EACvB,QAAQ,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;EAClC,KAAK;;EAEL,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC3C,QAAQ,IAAI,IAAI,YAAY,gBAAgB,IAAI,IAAI,CAAC,KAAK,EAAE;EAC5D,YAAY,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC1B,SAAS,MAAM,IAAI,IAAI,YAAY,kBAAkB,IAAI,IAAI,CAAC,KAAK,EAAE;EACrE,YAAY,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAC/B,SAAS,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EAC5C,YAAY,UAAU,CAAC,IAAI,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;EAC3C,SAAS;EACT,KAAK,CAAC,CAAC,CAAC;EACR,CAAC;;EAED,SAAS,UAAU,CAAC,IAAI,EAAE,GAAG,EAAE;EAC/B,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC5C,QAAQ,IAAI,IAAI,YAAY,YAAY,EAAE;EAC1C,YAAY,UAAU,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,GAAG,CAAC,CAAC;EAC9C,SAAS,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EAC/C,YAAY,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAC5B,SAAS,MAAM,IAAI,IAAI,YAAY,eAAe,EAAE;EACpD,YAAY,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;EAC7C,YAAY,UAAU,CAAC,IAAI,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC;EAC9C,SAAS;EACT,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC,CAAC,CAAC;EACR,CAAC;;EAED,SAAS,iBAAiB,CAAC,GAAG,EAAE,OAAO,EAAE;EACzC,IAAI,OAAO,GAAG,QAAQ,CAAC,OAAO,EAAE;EAChC,QAAQ,QAAQ,EAAE,KAAK;EACvB,QAAQ,KAAK,EAAE,IAAI;EACnB,QAAQ,KAAK,EAAE,KAAK;EACpB,QAAQ,WAAW,EAAE,KAAK;EAC1B,QAAQ,UAAU,EAAE,KAAK;EACzB,QAAQ,KAAK,EAAE,IAAI;EACnB,QAAQ,QAAQ,EAAE,IAAI;EACtB,KAAK,EAAE,IAAI,CAAC,CAAC;;EAEb,IAAI,IAAI,eAAe,GAAG,OAAO,CAAC,QAAQ,CAAC;EAC3C,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,CAAC,EAAE,eAAe,GAAG,CAAC,eAAe,CAAC,CAAC;EAC7E,IAAI,IAAI,QAAQ,GAAG,IAAI,GAAG,CAAC,eAAe,CAAC,CAAC;EAC5C,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;;EAEnD,IAAI,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC;EACnB,IAAI,IAAI,KAAK,CAAC;EACd,IAAI,IAAI,OAAO,CAAC,KAAK,EAAE;EACvB,QAAQ,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC;EACpC,QAAQ,KAAK,CAAC,IAAI,CAAC,SAAS,YAAY,EAAE;EAC1C,YAAY,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;EACvC,SAAS,CAAC,CAAC;EACX,KAAK,MAAM;EACX,QAAQ,KAAK,GAAG,IAAI,UAAU,EAAE,CAAC;EACjC,KAAK;;EAEL,IAAI,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;;EAE9B;EACA;EACA;EACA,IAAI,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,KAAK,KAAK,CAAC;EACxC,IAAI,IAAI,iBAAiB,CAAC;EAC1B,IAAI,IAAI,KAAK,EAAE;EACf,QAAQ,iBAAiB,IAAI,OAAO,CAAC,KAAK,KAAK,IAAI,GAAG,EAAE,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;EAC1E,KAAK;;EAEL,IAAI,IAAI,eAAe,GAAG,IAAI,GAAG,EAAE,CAAC;EACpC,IAAI,IAAI,YAAY,GAAG,IAAI,GAAG,EAAE,CAAC;;EAEjC;EACA,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,SAAS,IAAI,EAAE;EAC3C,QAAQ,IAAI,IAAI,YAAY,gBAAgB,EAAE;EAC9C,YAAY,IAAI,OAAO,IAAI,CAAC,GAAG,IAAI,QAAQ,EAAE;EAC7C,gBAAgB,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC9B,aAAa;EACb,SAAS,MAAM,IAAI,IAAI,YAAY,kBAAkB,EAAE;EACvD;EACA,YAAY,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAC/B,SAAS,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EAC5C,YAAY,IAAI,IAAI,GAAG,IAAI,CAAC;EAC5B,YAAY,OAAO,IAAI,CAAC,UAAU,EAAE;EACpC,gBAAgB,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EACvC,aAAa;EACb,YAAY,IAAI,EAAE,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAC7E,SAAS,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EAC5C,YAAY,UAAU,CAAC,IAAI,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;EAC3C,SAAS,MAAM,IAAI,IAAI,YAAY,QAAQ;EAC3C,eAAe,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,IAAI,uBAAuB,EAAE;EAC7E,YAAY,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;EAC1C,SAAS;EACT,KAAK,CAAC,CAAC,CAAC;;EAER;EACA,IAAI,OAAO,GAAG,CAAC,SAAS,CAAC,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EAC5D,QAAQ,IAAI,IAAI,YAAY,gBAAgB,EAAE;EAC9C,YAAY,IAAI,OAAO,IAAI,CAAC,GAAG,IAAI,QAAQ,EAAE;EAC7C,gBAAgB,IAAI,CAAC,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EAC5C,aAAa;EACb,SAAS,MAAM,IAAI,IAAI,YAAY,kBAAkB,EAAE;EACvD;EACA,YAAY,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EAClD,SAAS,MAAM,IAAI,IAAI,YAAY,OAAO,EAAE;EAC5C,YAAY,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EAClD,SAAS,MAAM,IAAI,CAAC,OAAO,CAAC,WAAW,IAAI,IAAI,YAAY,OAAO,EAAE;EACpE,YAAY,IAAI,CAAC,QAAQ,GAAG,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EACzD,SAAS,MAAM,IAAI,IAAI,YAAY,QAAQ;EAC3C,eAAe,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,IAAI,uBAAuB,EAAE;EAC7E,YAAY,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;EACvD,SAAS;EACT,KAAK,CAAC,CAAC,CAAC;;EAER;;EAEA,IAAI,SAAS,UAAU,CAAC,IAAI,EAAE;EAC9B,QAAQ,IAAI,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,OAAO,KAAK,CAAC;EACjD,QAAQ,IAAI,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,OAAO,KAAK,CAAC;EAC7C,QAAQ,IAAI,OAAO,CAAC,UAAU,EAAE;EAChC,YAAY,OAAO,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EACnC,SAAS;EACT,QAAQ,IAAI,qCAAqC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,KAAK,CAAC;EAC3E,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;;EAEL,IAAI,SAAS,aAAa,CAAC,IAAI,EAAE;EACjC,QAAQ,IAAI,KAAK,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,KAAK,CAAC;EACrD,QAAQ,IAAI,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,OAAO,KAAK,CAAC;EAC7C,QAAQ,OAAO,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC;EAC9B,eAAe,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EACzC,KAAK;;EAEL,IAAI,SAAS,GAAG,CAAC,IAAI,EAAE;EACvB,QAAQ,IAAI,UAAU,CAAC,IAAI,CAAC;EAC5B,YAAY,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;;EAEtC,QAAQ,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE;EAClC,YAAY,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EACnC,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,MAAM,CAAC,IAAI,EAAE;EAC1B,QAAQ,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE;EAClC,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS;;EAET,QAAQ,IAAI,OAAO,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;EACtC,QAAQ,IAAI,CAAC,OAAO,EAAE;EACtB,YAAY,IAAI,KAAK,EAAE;EACvB;EACA,gBAAgB,IAAI,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,iBAAiB,GAAG,GAAG,CAAC;;EAEhF,gBAAgB,IAAI,UAAU,CAAC,aAAa,CAAC,EAAE;EAC/C,oBAAoB,OAAO,GAAG,aAAa,CAAC;EAC5C,iBAAiB;EACjB,aAAa;;EAEb;EACA,YAAY,IAAI,CAAC,OAAO,EAAE;EAC1B,gBAAgB,GAAG;EACnB,oBAAoB,OAAO,GAAG,MAAM,CAAC,EAAE,KAAK,CAAC,CAAC;EAC9C,iBAAiB,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;EAC/C,aAAa;;EAEb,YAAY,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACrC,SAAS;EACT,QAAQ,OAAO,OAAO,CAAC;EACvB,KAAK;;EAEL,IAAI,SAAS,aAAa,CAAC,IAAI,EAAE;EACjC,QAAQ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,eAAe,CAAC,SAAS,IAAI,EAAE;EACjE,YAAY,IAAI,IAAI,YAAY,YAAY,EAAE;EAC9C,gBAAgB,IAAI,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC;EACvD,gBAAgB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;EAC/E,aAAa,MAAM,IAAI,IAAI,YAAY,UAAU,EAAE;EACnD,gBAAgB,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAChD,aAAa,MAAM,IAAI,IAAI,YAAY,eAAe,EAAE;EACxD,gBAAgB,IAAI,CAAC,UAAU,GAAG,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACjE,gBAAgB,IAAI,CAAC,WAAW,GAAG,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EACnE,aAAa;EACb,YAAY,OAAO,IAAI,CAAC;EACxB,SAAS,CAAC,CAAC,CAAC;EACZ,KAAK;EACL,CAAC;;AC9QE,MAAC,QAAQ,GAAG,OAAO,IAAI,IAAI,WAAW,GAAG,SAAS,GAAG,EAAE;EAC1D,IAAI,OAAO,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC,QAAQ,EAAE,CAAC;EACjD,CAAC,GAAG,IAAI,CAAC;EACT,IAAI,SAAS,GAAG,OAAO,IAAI,IAAI,WAAW,GAAG,SAAS,GAAG,EAAE;EAC3D,IAAI,OAAO,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;EAC/C,CAAC,GAAG,IAAI,CAAC;;EAET,SAAS,eAAe,CAAC,IAAI,EAAE;EAC/B,IAAI,IAAI,KAAK,GAAG,kGAAkG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAC9H,IAAI,IAAI,CAAC,KAAK,EAAE;EAChB,QAAQ,QAAQ,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;EACrD,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK;EACL,IAAI,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;EAC9B,CAAC;;EAED,SAAS,aAAa,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE;EAC5C,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,EAAE;EACvB,QAAQ,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,EAAE;EACnC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,EAAE;EAC9B,gBAAgB,IAAI,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;EACvE,gBAAgB,IAAI,EAAE,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;EAChF,aAAa;EACb,SAAS,CAAC,CAAC;EACX,KAAK;EACL,CAAC;;EAED,SAAS,UAAU,CAAC,KAAK,EAAE;EAC3B,IAAI,IAAI,CAAC,KAAK,EAAE,OAAO;EACvB,IAAI,IAAI,EAAE,OAAO,IAAI,KAAK,CAAC,EAAE;EAC7B,QAAQ,KAAK,CAAC,KAAK,GAAG,IAAI,UAAU,EAAE,CAAC;EACvC,KAAK,MAAM,IAAI,EAAE,KAAK,CAAC,KAAK,YAAY,UAAU,CAAC,EAAE;EACrD,QAAQ,KAAK,CAAC,KAAK,GAAG,UAAU,CAAC,UAAU,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EACzD,KAAK;EACL,CAAC;;EAED,SAAS,OAAO,CAAC,KAAK,EAAE;EACxB,IAAI,OAAO;EACX,QAAQ,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,EAAE;EACrC,KAAK,CAAC;EACN,CAAC;;EAED,SAAS,MAAM,CAAC,KAAK,EAAE,OAAO,EAAE;EAChC,IAAI,IAAI,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC;EAC/C,IAAI,IAAI;EACR,QAAQ,OAAO,GAAG,QAAQ,CAAC,OAAO,EAAE;EACpC,YAAY,QAAQ,EAAE,EAAE;EACxB,YAAY,IAAI,EAAE,SAAS;EAC3B,YAAY,OAAO,EAAE,KAAK;EAC1B,YAAY,GAAG,EAAE,KAAK;EACtB,YAAY,eAAe,EAAE,SAAS;EACtC,YAAY,WAAW,EAAE,KAAK;EAC9B,YAAY,MAAM,EAAE,EAAE;EACtB,YAAY,MAAM,EAAE,KAAK;EACzB,YAAY,SAAS,EAAE,IAAI;EAC3B,YAAY,MAAM,EAAE,EAAE;EACtB,YAAY,KAAK,EAAE,EAAE;EACrB,YAAY,MAAM,EAAE,SAAS;EAC7B,YAAY,QAAQ,EAAE,KAAK;EAC3B,YAAY,SAAS,EAAE,KAAK;EAC5B,YAAY,OAAO,EAAE,KAAK;EAC1B,YAAY,QAAQ,EAAE,KAAK;EAC3B,YAAY,QAAQ,EAAE,KAAK;EAC3B,YAAY,IAAI,EAAE,KAAK;EACvB,SAAS,EAAE,IAAI,CAAC,CAAC;EACjB,QAAQ,IAAI,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI;EACzC,YAAY,KAAK,EAAE,IAAI,CAAC,GAAG,EAAE;EAC7B,SAAS,CAAC;EACV,QAAQ,IAAI,OAAO,CAAC,eAAe,KAAK,SAAS,EAAE;EACnD,YAAY,OAAO,CAAC,eAAe,GAAG,OAAO,CAAC,WAAW,CAAC;EAC1D,SAAS;EACT,QAAQ,IAAI,OAAO,CAAC,MAAM,KAAK,SAAS,EAAE;EAC1C,YAAY,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC;EAChE,SAAS;EACT,QAAQ,aAAa,CAAC,MAAM,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,CAAC;EAC1E,QAAQ,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,CAAC;EAC1E,QAAQ,aAAa,CAAC,iBAAiB,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,CAAC;EAC5E,QAAQ,aAAa,CAAC,aAAa,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,CAAC;EACxE,QAAQ,aAAa,CAAC,QAAQ,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,CAAC;EAC5E,QAAQ,aAAa,CAAC,UAAU,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,CAAC;EACnE,QAAQ,aAAa,CAAC,UAAU,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,CAAC;EACrE,QAAQ,aAAa,CAAC,UAAU,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC;EAC3D,QAAQ,IAAI,YAAY,CAAC;EACzB,QAAQ,IAAI,OAAO,CAAC,MAAM,EAAE;EAC5B,YAAY,OAAO,CAAC,MAAM,GAAG,QAAQ,CAAC,OAAO,CAAC,MAAM,EAAE;EACtD,gBAAgB,KAAK,EAAE,OAAO,CAAC,SAAS,KAAK,OAAO,CAAC,SAAS,CAAC,IAAI,IAAI,EAAE,CAAC;EAC1E,gBAAgB,IAAI,EAAE,KAAK;EAC3B,gBAAgB,GAAG,EAAE,KAAK;EAC1B,gBAAgB,eAAe,EAAE,KAAK;EACtC,gBAAgB,WAAW,EAAE,KAAK;EAClC,gBAAgB,MAAM,EAAE,KAAK;EAC7B,gBAAgB,UAAU,EAAE,KAAK;EACjC,gBAAgB,QAAQ,EAAE,EAAE;EAC5B,gBAAgB,QAAQ,EAAE,KAAK;EAC/B,gBAAgB,QAAQ,EAAE,KAAK;EAC/B,aAAa,EAAE,IAAI,CAAC,CAAC;EACrB,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE;EAC3C,gBAAgB,IAAI,OAAO,OAAO,CAAC,MAAM,CAAC,UAAU,IAAI,QAAQ,EAAE;EAClE,oBAAoB,OAAO,CAAC,MAAM,CAAC,UAAU,GAAG,EAAE,CAAC;EACnD,iBAAiB;EACjB,gBAAgB,IAAI,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,WAAW,EAAE;EAC3D,oBAAoB,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC;EACtE,oBAAoB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,EAAE,YAAY,GAAG,EAAE,CAAC;EACxE,oBAAoB,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,QAAQ,GAAG,YAAY,CAAC;EACtE,iBAAiB;EACjB,gBAAgB,IAAI,OAAO,CAAC,SAAS,IAAI,EAAE,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE;EAClF,oBAAoB,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,KAAK,IAAI,EAAE,CAAC;EACpF,iBAAiB;EACjB,aAAa;EACb,YAAY,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EAC7C,YAAY,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;EACxD,SAAS;EACT,QAAQ,IAAI,OAAO,CAAC,SAAS,EAAE;EAC/B,YAAY,OAAO,CAAC,SAAS,GAAG,QAAQ,CAAC,OAAO,CAAC,SAAS,EAAE;EAC5D,gBAAgB,OAAO,EAAE,IAAI;EAC7B,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,gBAAgB,cAAc,EAAE,KAAK;EACrC,gBAAgB,IAAI,EAAE,IAAI;EAC1B,gBAAgB,GAAG,EAAE,IAAI;EACzB,aAAa,EAAE,IAAI,CAAC,CAAC;EACrB,SAAS;EACT,QAAQ,IAAI,QAAQ,GAAG,EAAE,CAAC;EAC1B,QAAQ,IAAI,OAAO,CAAC,QAAQ,IAAI,CAAC,QAAQ,CAAC,aAAa,EAAE;EACzD,YAAY,QAAQ,CAAC,aAAa,GAAG,SAAS,OAAO,EAAE;EACvD,gBAAgB,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACvC,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,IAAI,OAAO,EAAE,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;EAChD,QAAQ,IAAI,QAAQ,CAAC;EACrB,QAAQ,IAAI,KAAK,YAAY,YAAY,EAAE;EAC3C,YAAY,QAAQ,GAAG,KAAK,CAAC;EAC7B,SAAS,MAAM;EACf,YAAY,IAAI,OAAO,KAAK,IAAI,QAAQ,EAAE;EAC1C,gBAAgB,KAAK,GAAG,EAAE,KAAK,EAAE,CAAC;EAClC,aAAa;EACb,YAAY,OAAO,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,EAAE,CAAC;EAChD,YAAY,OAAO,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;EAC1C,YAAY,KAAK,IAAI,IAAI,IAAI,KAAK,EAAE,IAAI,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,EAAE;EAC1D,gBAAgB,OAAO,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;EAC9C,gBAAgB,OAAO,CAAC,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;EAC3E,gBAAgB,IAAI,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC,OAAO,IAAI,QAAQ,EAAE;EAChF,oBAAoB,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,GAAG,CAAC;EACrD,wBAAwB,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;EAC5F,oBAAoB,OAAO,CAAC,SAAS,CAAC,OAAO,GAAG,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;EAC7E,iBAAiB;EACjB,aAAa;EACb,YAAY,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC;EAC9C,SAAS;EACT,QAAQ,IAAI,YAAY,EAAE;EAC1B,YAAY,mBAAmB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;EACxD,SAAS;EACT,QAAQ,IAAI,OAAO,CAAC,IAAI,EAAE;EAC1B,YAAY,QAAQ,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;EAC5D,SAAS;EACT,QAAQ,IAAI,OAAO,CAAC,OAAO,EAAE;EAC7B,YAAY,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;EAC9D,SAAS;EACT,QAAQ,IAAI,OAAO,EAAE,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;AACjD,EAMA,QAAQ,IAAI,OAAO,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;EACnD,QAAQ,IAAI,OAAO,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;EAC7F,QAAQ,IAAI,OAAO,EAAE,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;EAChD,QAAQ,IAAI,OAAO,CAAC,MAAM,EAAE,QAAQ,CAAC,gBAAgB,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;EACtE,QAAQ,IAAI,OAAO,EAAE,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;EACjD,QAAQ,IAAI,OAAO,CAAC,MAAM,EAAE;EAC5B,YAAY,MAAM,CAAC,KAAK,EAAE,CAAC;EAC3B,YAAY,QAAQ,CAAC,sBAAsB,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;EAC5D,YAAY,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;EAClD,SAAS;EACT,QAAQ,IAAI,OAAO,EAAE,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;EACrD,QAAQ,IAAI,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE;EACzD,YAAY,QAAQ,GAAG,iBAAiB,CAAC,QAAQ,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;EAC9E,SAAS;EACT,QAAQ,IAAI,OAAO,EAAE,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;EACjD,QAAQ,IAAI,MAAM,GAAG,EAAE,CAAC;EACxB,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE;EAChC,YAAY,MAAM,CAAC,GAAG,GAAG,QAAQ,CAAC;EAClC,SAAS;EACT,QAAQ,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE;EACjE,YAAY,IAAI,OAAO,CAAC,SAAS,EAAE;EACnC,gBAAgB,IAAI,OAAO,OAAO,CAAC,SAAS,CAAC,OAAO,IAAI,QAAQ,EAAE;EAClE,oBAAoB,OAAO,CAAC,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EACtF,iBAAiB;EACjB,gBAAgB,OAAO,CAAC,MAAM,CAAC,UAAU,GAAG,SAAS,CAAC;EACtD,oBAAoB,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC,QAAQ;EACpD,oBAAoB,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC,OAAO;EACnD,oBAAoB,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC,IAAI;EAChD,iBAAiB,CAAC,CAAC;EACnB,gBAAgB,IAAI,OAAO,CAAC,SAAS,CAAC,cAAc,EAAE;EACtD,oBAAoB,IAAI,KAAK,YAAY,YAAY,EAAE;EACvD,wBAAwB,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;EAC/E,qBAAqB,MAAM,KAAK,IAAI,IAAI,IAAI,KAAK,EAAE,IAAI,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,EAAE;EACzE,wBAAwB,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC,gBAAgB,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;EAC5F,qBAAqB;EACrB,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC;EACtC,YAAY,OAAO,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC;EACvC,YAAY,IAAI,MAAM,GAAG,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;EACtD,YAAY,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;EACnC,YAAY,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,GAAG,EAAE,CAAC;EACvC,YAAY,IAAI,OAAO,CAAC,SAAS,EAAE;EACnC,gBAAgB,MAAM,CAAC,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC;EAClE,gBAAgB,IAAI,OAAO,CAAC,SAAS,CAAC,GAAG,IAAI,QAAQ,EAAE;EACvD,oBAAoB,MAAM,CAAC,IAAI,IAAI,oEAAoE,GAAG,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;EAChI,iBAAiB,MAAM,IAAI,OAAO,CAAC,SAAS,CAAC,GAAG,EAAE;EAClD,oBAAoB,MAAM,CAAC,IAAI,IAAI,yBAAyB,GAAG,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC;EACrF,iBAAiB;EACjB,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,MAAM,EAAE;EACjD,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,OAAO,CAAC,SAAS,CAAC,IAAI,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;EAC7F,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC,UAAU,IAAI,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE;EAC9E,gBAAgB,OAAO,CAAC,SAAS,CAAC,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;EACnF,aAAa;EACb,SAAS;EACT,QAAQ,IAAI,OAAO,EAAE;EACrB,YAAY,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;EACrC,YAAY,MAAM,CAAC,OAAO,GAAG;EAC7B,gBAAgB,KAAK,EAAE,IAAI,IAAI,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC;EAC9D,gBAAgB,MAAM,EAAE,IAAI,IAAI,OAAO,CAAC,QAAQ,GAAG,OAAO,CAAC,MAAM,CAAC;EAClE,gBAAgB,QAAQ,EAAE,IAAI,IAAI,OAAO,CAAC,KAAK,GAAG,OAAO,CAAC,QAAQ,CAAC;EACnE,gBAAgB,KAAK,EAAE,IAAI,IAAI,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC;EAC9D,gBAAgB,MAAM,EAAE,IAAI,IAAI,OAAO,CAAC,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC;EACpE,gBAAgB,UAAU,EAAE,IAAI,IAAI,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC;EACxE,gBAAgB,MAAM,EAAE,IAAI,IAAI,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC;EAC7D,gBAAgB,KAAK,EAAE,IAAI,IAAI,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,KAAK,CAAC;EAC3D,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,IAAI,QAAQ,CAAC,MAAM,EAAE;EAC7B,YAAY,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;EACvC,SAAS;EACT,QAAQ,OAAO,MAAM,CAAC;EACtB,KAAK,CAAC,OAAO,EAAE,EAAE;EACjB,QAAQ,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;EAC7B,KAAK,SAAS;EACd,QAAQ,QAAQ,CAAC,aAAa,GAAG,aAAa,CAAC;EAC/C,KAAK;EACL,CAAC;;ECzQD;;EAEA;EACA;;EAEA;;EAEA;EACA;EACA;;EAEA;;EAEA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;;EAEA;EACA;EACA;EACA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;AACA,AA4GA;EACA,CAAC,WAAW;;EAEZ,IAAI,IAAI,oBAAoB,GAAG,SAAS,IAAI,EAAE;EAC9C,QAAQ,IAAI,YAAY,GAAG,IAAI,CAAC;;EAEhC,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EAC9C,YAAY,IAAI,YAAY,IAAI,IAAI,CAAC,CAAC,CAAC,YAAY,aAAa,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,YAAY,UAAU,EAAE;EACxG,gBAAgB,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,aAAa,CAAC;EAC5C,oBAAoB,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK;EACxC,oBAAoB,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG;EACpC,oBAAoB,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK;EAC7C,iBAAiB,CAAC,CAAC;EACnB,aAAa,MAAM,IAAI,YAAY,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,YAAY,aAAa,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,YAAY,UAAU,CAAC,EAAE;EAClH,gBAAgB,YAAY,GAAG,KAAK,CAAC;EACrC,aAAa;EACb,SAAS;;EAET,QAAQ,OAAO,IAAI,CAAC;EACpB,KAAK,CAAC;;EAEN,IAAI,IAAI,SAAS,GAAG;EACpB,QAAQ,OAAO,EAAE,SAAS,CAAC,EAAE;EAC7B,YAAY,OAAO,IAAI,YAAY,CAAC;EACpC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,IAAI,EAAE,oBAAoB,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;EAChE,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,YAAY,EAAE,SAAS,CAAC,EAAE;EAClC,YAAY,OAAO,IAAI,iBAAiB,CAAC;EACzC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,GAAG,EAAE;EACpD,oBAAoB,IAAI,GAAG,KAAK,IAAI,EAAE;EACtC,wBAAwB,OAAO,IAAI,QAAQ,EAAE,CAAC;EAC9C,qBAAqB;EACrB,oBAAoB,OAAO,QAAQ,CAAC,GAAG,CAAC,CAAC;EACzC,iBAAiB,CAAC;EAClB,gBAAgB,QAAQ,EAAE,IAAI;EAC9B,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,aAAa,EAAE,SAAS,CAAC,EAAE;EACnC,YAAY,OAAO,IAAI,iBAAiB,CAAC;EACzC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,KAAK,EAAE,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC;EACjD,gBAAgB,QAAQ,EAAE,KAAK;EAC/B,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,iBAAiB,EAAE,SAAS,CAAC,EAAE;EACvC,YAAY,OAAO,IAAI,UAAU,CAAC;EAClC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;EACtC,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;EACxC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,aAAa,EAAE,SAAS,CAAC,EAAE;EACnC,YAAY,OAAO,IAAI,aAAa,CAAC;EACrC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC;EAChD,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,WAAW,EAAE,SAAS,CAAC,EAAE;EACjC,YAAY,OAAO,IAAI,aAAa,CAAC;EACrC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC;EAChD,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,eAAe,EAAE,SAAS,CAAC,EAAE;EACrC,YAAY,OAAO,IAAI,mBAAmB,CAAC;EAC3C,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM;EACrC,gBAAgB,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG;EAChC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,eAAe,EAAE,SAAS,CAAC,EAAE;EACrC,YAAY,IAAI,QAAQ,GAAG,EAAE,CAAC;EAC9B,YAAY,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACtD,gBAAgB,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EACrD,gBAAgB,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE;EACtC,oBAAoB,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EAC9D,iBAAiB;EACjB,aAAa;EACb,YAAY,OAAO,IAAI,kBAAkB,CAAC;EAC1C,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,QAAQ,EAAE,QAAQ;EAClC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,wBAAwB,EAAE,SAAS,CAAC,EAAE;EAC9C,YAAY,OAAO,IAAI,0BAA0B,CAAC;EAClD,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,eAAe,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;EAClD,gBAAgB,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC;EACvC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,mBAAmB,EAAE,SAAS,CAAC,EAAE;EACzC,YAAY,OAAO,IAAI,SAAS,CAAC;EACjC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;EACpC,gBAAgB,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;EAChD,gBAAgB,YAAY,EAAE,CAAC,CAAC,SAAS;EACzC,gBAAgB,KAAK,EAAE,CAAC,CAAC,KAAK;EAC9B,gBAAgB,IAAI,EAAE,oBAAoB,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC;EACjE,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,kBAAkB,EAAE,SAAS,CAAC,EAAE;EACxC,YAAY,OAAO,IAAI,YAAY,CAAC;EACpC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;EACpC,gBAAgB,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;EAChD,gBAAgB,YAAY,EAAE,CAAC,CAAC,SAAS;EACzC,gBAAgB,KAAK,EAAE,CAAC,CAAC,KAAK;EAC9B,gBAAgB,IAAI,EAAE,oBAAoB,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC;EACjE,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,uBAAuB,EAAE,SAAS,CAAC,EAAE;EAC7C,YAAY,OAAO,IAAI,SAAS,CAAC;EACjC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;EAChD,gBAAgB,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;EACtC,gBAAgB,KAAK,EAAE,CAAC,CAAC,KAAK;EAC9B,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,mBAAmB,EAAE,SAAS,CAAC,EAAE;EACzC,YAAY,OAAO,IAAI,mBAAmB,CAAC;EAC3C,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC;EAC5C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,YAAY,EAAE,SAAS,CAAC,EAAE;EAClC,YAAY,IAAI,QAAQ,GAAG,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;EACrD,YAAY,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,eAAe,IAAI,CAAC,CAAC,eAAe,CAAC,MAAM,EAAE;EACtF,gBAAgB,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;EAC7E,aAAa;EACb,YAAY,OAAO,IAAI,OAAO,CAAC;EAC/B,gBAAgB,KAAK,MAAM,cAAc,CAAC,CAAC,CAAC;EAC5C,gBAAgB,GAAG,QAAQ,YAAY,CAAC,CAAC,CAAC;EAC1C,gBAAgB,IAAI,OAAO,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,IAAI;EACjD,gBAAgB,MAAM,KAAK,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EAChD,gBAAgB,QAAQ,GAAG,CAAC,CAAC,SAAS,GAAG,IAAI,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,GAAG,IAAI;EACtF,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,QAAQ,EAAE,SAAS,CAAC,EAAE;EAC9B,YAAY,IAAI,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC;EAC5B,YAAY,IAAI,IAAI,GAAG;EACvB,gBAAgB,KAAK,MAAM,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,KAAK,CAAC;EACzD,gBAAgB,GAAG,QAAQ,YAAY,CAAC,CAAC,CAAC,KAAK,CAAC;EAChD,gBAAgB,GAAG,QAAQ,GAAG,CAAC,IAAI,IAAI,YAAY,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,KAAK;EAC1E,gBAAgB,KAAK,MAAM,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;EAC5C,aAAa,CAAC;EACd,YAAY,IAAI,CAAC,CAAC,QAAQ,EAAE;EAC5B,gBAAgB,IAAI,CAAC,GAAG,GAAG,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;EAC3C,aAAa;EACb,YAAY,IAAI,CAAC,CAAC,MAAM,EAAE;EAC1B,gBAAgB,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC;EACtD,gBAAgB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC;EAC3C,gBAAgB,IAAI,CAAC,CAAC,CAAC,QAAQ,EAAE;EACjC,oBAAoB,IAAI,CAAC,GAAG,GAAG,IAAI,gBAAgB,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;EACxE,iBAAiB,MAAM;EACvB,oBAAoB,IAAI,CAAC,GAAG,GAAG,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;EAC/C,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;EACnD,aAAa;EACb,YAAY,IAAI,CAAC,CAAC,IAAI,IAAI,MAAM,EAAE;EAClC,gBAAgB,IAAI,GAAG,CAAC,IAAI,IAAI,YAAY,IAAI,GAAG,CAAC,IAAI,IAAI,SAAS,EAAE;EACvE,oBAAoB,IAAI,CAAC,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;EAC7C,iBAAiB;EACjB,gBAAgB,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;EAClD,aAAa;EACb,YAAY,IAAI,OAAO,IAAI,CAAC,GAAG,KAAK,QAAQ,IAAI,OAAO,IAAI,CAAC,GAAG,KAAK,QAAQ,EAAE;EAC9E,gBAAgB,IAAI,CAAC,GAAG,GAAG,IAAI,gBAAgB,CAAC;EAChD,oBAAoB,IAAI,EAAE,IAAI,CAAC,GAAG;EAClC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,YAAY,IAAI,CAAC,KAAK,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACtD,YAAY,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,EAAE,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;EACnE,YAAY,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,EAAE,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;EACnE,YAAY,IAAI,CAAC,CAAC,IAAI,IAAI,QAAQ,EAAE;EACpC,gBAAgB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC;EAC3C,gBAAgB,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC;EACtD,gBAAgB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,QAAQ,GAAG,IAAI,GAAG,IAAI,CAAC;EACtD,gBAAgB,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;EACnD,aAAa;EACb,SAAS;EACT,QAAQ,gBAAgB,EAAE,SAAS,CAAC,EAAE;EACtC,YAAY,IAAI,IAAI,GAAG;EACvB,gBAAgB,KAAK,MAAM,cAAc,CAAC,CAAC,CAAC;EAC5C,gBAAgB,GAAG,QAAQ,YAAY,CAAC,CAAC,CAAC;EAC1C,gBAAgB,GAAG,QAAQ,CAAC,CAAC,QAAQ,GAAG,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,IAAI,gBAAgB,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC;EACnH,gBAAgB,KAAK,MAAM,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;EAC5C,gBAAgB,MAAM,KAAK,CAAC,CAAC,MAAM;EACnC,aAAa,CAAC;EACd,YAAY,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,EAAE;EACjC,gBAAgB,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;EAClD,aAAa;EACb,YAAY,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,EAAE;EACjC,gBAAgB,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;EAClD,aAAa;EACb,YAAY,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC;EAClD,YAAY,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC;EACvC,YAAY,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;EAC/C,SAAS;EACT,QAAQ,eAAe,EAAE,SAAS,CAAC,EAAE;EACrC,YAAY,OAAO,IAAI,SAAS,CAAC;EACjC,gBAAgB,KAAK,MAAM,cAAc,CAAC,CAAC,CAAC;EAC5C,gBAAgB,GAAG,QAAQ,YAAY,CAAC,CAAC,CAAC;EAC1C,gBAAgB,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE;EACzD,oBAAoB,OAAO,IAAI,KAAK,IAAI,GAAG,IAAI,QAAQ,EAAE,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;EAC3E,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,gBAAgB,EAAE,SAAS,CAAC,EAAE;EACtC,YAAY,OAAO,IAAI,UAAU,CAAC;EAClC,gBAAgB,KAAK,QAAQ,cAAc,CAAC,CAAC,CAAC;EAC9C,gBAAgB,GAAG,UAAU,YAAY,CAAC,CAAC,CAAC;EAC5C,gBAAgB,UAAU,GAAG,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE;EAC7D,oBAAoB,IAAI,IAAI,CAAC,IAAI,KAAK,eAAe,EAAE;EACvD,wBAAwB,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC;EAC9C,qBAAqB;EACrB,oBAAoB,IAAI,CAAC,IAAI,GAAG,UAAU,CAAC;EAC3C,oBAAoB,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC;EAC1C,iBAAiB,CAAC;EAClB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,kBAAkB,EAAE,SAAS,CAAC,EAAE;EACxC,YAAY,OAAO,IAAI,YAAY,CAAC;EACpC,gBAAgB,KAAK,QAAQ,cAAc,CAAC,CAAC,CAAC;EAC9C,gBAAgB,GAAG,UAAU,YAAY,CAAC,CAAC,CAAC;EAC5C,gBAAgB,WAAW,EAAE,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,QAAQ,CAAC;EACxD,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,gBAAgB,EAAE,SAAS,CAAC,EAAE;EACtC,YAAY,OAAO,KAAK,CAAC,CAAC,QAAQ,GAAG,OAAO,GAAG,OAAO,EAAE;EACxD,gBAAgB,KAAK,QAAQ,cAAc,CAAC,CAAC,CAAC;EAC9C,gBAAgB,GAAG,UAAU,YAAY,CAAC,CAAC,CAAC;EAC5C,gBAAgB,QAAQ,KAAK,CAAC,CAAC,QAAQ,GAAG,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,IAAI;EAChF,gBAAgB,UAAU,GAAG,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;EAC/C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,UAAU,EAAE,SAAS,CAAC,EAAE;EAChC,YAAY,OAAO,KAAK,CAAC,CAAC,IAAI,GAAG,QAAQ,GAAG,WAAW,EAAE;EACzD,gBAAgB,KAAK,QAAQ,cAAc,CAAC,CAAC,CAAC;EAC9C,gBAAgB,GAAG,UAAU,YAAY,CAAC,CAAC,CAAC;EAC5C,gBAAgB,UAAU,GAAG,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;EAC7C,gBAAgB,IAAI,SAAS,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC;EACvD,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,mBAAmB,EAAE,SAAS,CAAC,EAAE;EACzC,YAAY,OAAO,KAAK,CAAC,CAAC,IAAI,KAAK,OAAO,GAAG,SAAS;EACtD,wBAAwB,CAAC,CAAC,IAAI,KAAK,KAAK,GAAG,OAAO,GAAG,OAAO,EAAE;EAC9D,gBAAgB,KAAK,SAAS,cAAc,CAAC,CAAC,CAAC;EAC/C,gBAAgB,GAAG,WAAW,YAAY,CAAC,CAAC,CAAC;EAC7C,gBAAgB,WAAW,GAAG,CAAC,CAAC,YAAY,CAAC,GAAG,CAAC,QAAQ,CAAC;EAC1D,aAAa,CAAC,CAAC;EACf,SAAS;;EAET,QAAQ,iBAAiB,EAAE,SAAS,CAAC,EAAE;EACvC,YAAY,IAAI,aAAa,GAAG,IAAI,CAAC;EACrC,YAAY,IAAI,cAAc,GAAG,IAAI,CAAC;EACtC,YAAY,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC,UAAU,SAAS,EAAE;EACtD,gBAAgB,IAAI,SAAS,CAAC,IAAI,KAAK,iBAAiB,EAAE;EAC1D,oBAAoB,IAAI,CAAC,cAAc,EAAE,EAAE,cAAc,GAAG,EAAE,CAAC,EAAE;EACjE,oBAAoB,cAAc,CAAC,IAAI,CAAC,IAAI,eAAe,CAAC;EAC5D,wBAAwB,KAAK,EAAE,cAAc,CAAC,SAAS,CAAC;EACxD,wBAAwB,GAAG,EAAE,YAAY,CAAC,SAAS,CAAC;EACpD,wBAAwB,YAAY,EAAE,QAAQ,CAAC,SAAS,CAAC,QAAQ,CAAC;EAClE,wBAAwB,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC,KAAK,CAAC;EACvD,qBAAqB,CAAC,CAAC,CAAC;EACxB,iBAAiB,MAAM,IAAI,SAAS,CAAC,IAAI,KAAK,wBAAwB,EAAE;EACxE,oBAAoB,aAAa,GAAG,QAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;EAC9D,iBAAiB,MAAM,IAAI,SAAS,CAAC,IAAI,KAAK,0BAA0B,EAAE;EAC1E,oBAAoB,IAAI,CAAC,cAAc,EAAE,EAAE,cAAc,GAAG,EAAE,CAAC,EAAE;EACjE,oBAAoB,cAAc,CAAC,IAAI,CAAC,IAAI,eAAe,CAAC;EAC5D,wBAAwB,KAAK,EAAE,cAAc,CAAC,SAAS,CAAC;EACxD,wBAAwB,GAAG,EAAE,YAAY,CAAC,SAAS,CAAC;EACpD,wBAAwB,YAAY,EAAE,IAAI,uBAAuB,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC;EAChF,wBAAwB,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC,KAAK,CAAC;EACvD,qBAAqB,CAAC,CAAC,CAAC;EACxB,iBAAiB;EACjB,aAAa,CAAC,CAAC;EACf,YAAY,OAAO,IAAI,UAAU,CAAC;EAClC,gBAAgB,KAAK,SAAS,cAAc,CAAC,CAAC,CAAC;EAC/C,gBAAgB,GAAG,WAAW,YAAY,CAAC,CAAC,CAAC;EAC7C,gBAAgB,aAAa,EAAE,aAAa;EAC5C,gBAAgB,cAAc,GAAG,cAAc;EAC/C,gBAAgB,WAAW,GAAG,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;EAChD,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,oBAAoB,EAAE,SAAS,CAAC,EAAE;EAC1C,YAAY,OAAO,IAAI,UAAU,CAAC;EAClC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,cAAc,EAAE;EAChC,oBAAoB,IAAI,eAAe,CAAC;EACxC,wBAAwB,IAAI,EAAE,IAAI,uBAAuB,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC;EACxE,wBAAwB,YAAY,EAAE,IAAI,uBAAuB,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC;EAChF,qBAAqB,CAAC;EACtB,iBAAiB;EACjB,gBAAgB,WAAW,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;EAC/C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,sBAAsB,EAAE,SAAS,CAAC,EAAE;EAC5C,YAAY,OAAO,IAAI,UAAU,CAAC;EAClC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,mBAAmB,EAAE,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC;EAC5D,gBAAgB,cAAc,EAAE,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,SAAS,EAAE;EAC5G,oBAAoB,OAAO,IAAI,eAAe,CAAC;EAC/C,wBAAwB,YAAY,EAAE,QAAQ,CAAC,SAAS,CAAC,QAAQ,CAAC;EAClE,wBAAwB,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC,KAAK,CAAC;EACvD,qBAAqB,CAAC,CAAC;EACvB,iBAAiB,CAAC,GAAG,IAAI;EACzB,gBAAgB,WAAW,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC;EAC/C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,wBAAwB,EAAE,SAAS,CAAC,EAAE;EAC9C,YAAY,OAAO,IAAI,UAAU,CAAC;EAClC,gBAAgB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EACxC,gBAAgB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACpC,gBAAgB,cAAc,EAAE,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC;EACvD,gBAAgB,UAAU,EAAE,IAAI;EAChC,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO,EAAE,SAAS,CAAC,EAAE;EAC7B,YAAY,IAAI,GAAG,GAAG,CAAC,CAAC,KAAK,EAAE,IAAI,GAAG;EACtC,gBAAgB,KAAK,IAAI,cAAc,CAAC,CAAC,CAAC;EAC1C,gBAAgB,GAAG,MAAM,YAAY,CAAC,CAAC,CAAC;EACxC,aAAa,CAAC;EACd,YAAY,IAAI,GAAG,KAAK,IAAI,EAAE,OAAO,IAAI,QAAQ,CAAC,IAAI,CAAC,CAAC;EACxD,YAAY,IAAI,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC;EAC7B,YAAY,IAAI,EAAE,IAAI,EAAE,CAAC,OAAO,EAAE;EAClC;EACA,gBAAgB,IAAI,CAAC,KAAK,GAAG,IAAI,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;EAC9D,gBAAgB,IAAI,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;EAChD,gBAAgB,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,EAAE,CAAC,KAAK;EAChD,sBAAsB,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,KAAK;EAC/E,sBAAsB,GAAG,CAAC;EAC1B,gBAAgB,OAAO,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;EAC5C,aAAa,MAAM,IAAI,EAAE,EAAE;EAC3B;EACA,gBAAgB,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC;EAC5D,gBAAgB,OAAO,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;EAC5C,aAAa;EACb,YAAY,QAAQ,OAAO,GAAG;EAC9B,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;EACjC,gBAAgB,OAAO,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;EAC5C,cAAc,KAAK,QAAQ;EAC3B,gBAAgB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;EACjC,gBAAgB,OAAO,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;EAC5C,cAAc,KAAK,SAAS;EAC5B,gBAAgB,OAAO,KAAK,GAAG,GAAG,QAAQ,GAAG,SAAS,EAAE,IAAI,CAAC,CAAC;EAC9D,aAAa;EACb,SAAS;EACT,QAAQ,YAAY,EAAE,SAAS,CAAC,EAAE;EAClC,YAAY,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,QAAQ,CAAC,IAAI,KAAK,QAAQ,EAAE;EACvE,gBAAgB,OAAO,IAAI,aAAa,CAAC;EACzC,oBAAoB,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC;EAC5C,oBAAoB,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC;EACxC,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS;EACT,QAAQ,UAAU,EAAE,SAAS,CAAC,EAAE;EAChC,YAAY,IAAI,CAAC,GAAG,cAAc,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;EAC9D,YAAY,OAAO,OAAO,CAAC,CAAC,IAAI,IAAI,kBAAkB,GAAG,SAAS;EAClE,0BAA0B,CAAC,CAAC,IAAI,IAAI,oBAAoB,IAAI,CAAC,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,OAAO,GAAG,eAAe,GAAG,CAAC,CAAC,IAAI,IAAI,KAAK,GAAG,aAAa,GAAG,aAAa;EAC/J,0BAA0B,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,gBAAgB,GAAG,uBAAuB;EACxH,0BAA0B,CAAC,CAAC,IAAI,IAAI,iBAAiB,IAAI,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,gBAAgB,GAAG,uBAAuB;EACnH,0BAA0B,CAAC,CAAC,IAAI,IAAI,oBAAoB,IAAI,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,gBAAgB,GAAG,gBAAgB;EAC5G,0BAA0B,CAAC,CAAC,IAAI,IAAI,qBAAqB,IAAI,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,eAAe,GAAG,gBAAgB;EAC5G,0BAA0B,CAAC,CAAC,IAAI,IAAI,yBAAyB,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,gBAAgB,GAAG,aAAa;EACzH,0BAA0B,CAAC,CAAC,IAAI,IAAI,iBAAiB,IAAI,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,eAAe,GAAG,aAAa;EACrG,0BAA0B,CAAC,CAAC,IAAI,IAAI,UAAU,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,aAAa,GAAG,gBAAgB;EAC/H,0BAA0B,CAAC,CAAC,IAAI,IAAI,kBAAkB,IAAI,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,kBAAkB,GAAG,aAAa;EACzG,0BAA0B,CAAC,CAAC,IAAI,IAAI,kBAAkB,IAAI,CAAC,CAAC,QAAQ,GAAG,aAAa,GAAG,gBAAgB;EACvG,0BAA0B,CAAC,CAAC,IAAI,IAAI,aAAa,GAAG,eAAe;EACnE,0BAA0B,CAAC,CAAC,IAAI,IAAI,gBAAgB,IAAI,CAAC,CAAC,IAAI,IAAI,mBAAmB,GAAG,YAAY;EACpG,0BAA0B,aAAa,EAAE;EACzC,4BAA4B,KAAK,GAAG,cAAc,CAAC,CAAC,CAAC;EACrD,4BAA4B,GAAG,KAAK,YAAY,CAAC,CAAC,CAAC;EACnD,4BAA4B,IAAI,IAAI,CAAC,CAAC,IAAI;EAC1C,yBAAyB,CAAC,CAAC;EAC3B,SAAS;EACT,KAAK,CAAC;;EAEN,IAAI,SAAS,CAAC,gBAAgB;EAC9B,IAAI,SAAS,CAAC,eAAe,GAAG,SAAS,YAAY,CAAC,CAAC,EAAE;EACzD,QAAQ,IAAI,MAAM,GAAG,QAAQ,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM;EAC7C,cAAc,CAAC,CAAC,IAAI,IAAI,iBAAiB,GAAG,IAAI,GAAG,KAAK,CAAC;EACzD,QAAQ,OAAO,KAAK,MAAM,GAAG,eAAe,GAAG,gBAAgB,EAAE;EACjE,YAAY,KAAK,QAAQ,cAAc,CAAC,CAAC,CAAC;EAC1C,YAAY,GAAG,UAAU,YAAY,CAAC,CAAC,CAAC;EACxC,YAAY,QAAQ,KAAK,CAAC,CAAC,QAAQ;EACnC,YAAY,UAAU,GAAG,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC;EAC7C,SAAS,CAAC,CAAC;EACX,KAAK,CAAC;;EAEN,IAAI,SAAS,CAAC,gBAAgB;EAC9B,IAAI,SAAS,CAAC,eAAe,GAAG,SAAS,cAAc,CAAC,CAAC,EAAE;EAC3D,QAAQ,OAAO,KAAK,CAAC,CAAC,IAAI,KAAK,kBAAkB,GAAG,YAAY,GAAG,mBAAmB,EAAE;EACxF,YAAY,KAAK,MAAM,cAAc,CAAC,CAAC,CAAC;EACxC,YAAY,GAAG,QAAQ,YAAY,CAAC,CAAC,CAAC;EACtC,YAAY,IAAI,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;EACrC,YAAY,OAAO,IAAI,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC;EAC7C,YAAY,UAAU,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC;EACjD,SAAS,CAAC,CAAC;EACX,KAAK,CAAC;;EAEN,IAAI,GAAG,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAAC;EAC9C,IAAI,GAAG,CAAC,gBAAgB,EAAE,kBAAkB,EAAE,WAAW,CAAC,CAAC;EAC3D,IAAI,GAAG,CAAC,aAAa,EAAE,MAAM,EAAE,wDAAwD,CAAC,CAAC;EACzF,IAAI,GAAG,CAAC,kBAAkB,EAAE,oBAAoB,EAAE,wBAAwB,CAAC,CAAC;EAC5E,IAAI,GAAG,CAAC,gBAAgB,EAAE,SAAS,EAAE,aAAa,CAAC,CAAC;EACpD,IAAI,GAAG,CAAC,mBAAmB,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;EAC1D,IAAI,GAAG,CAAC,eAAe,EAAE,QAAQ,EAAE,8BAA8B,CAAC,CAAC;EACnE,IAAI,GAAG,CAAC,iBAAiB,EAAE,UAAU,EAAE,qCAAqC,CAAC,CAAC;EAC9E,IAAI,GAAG,CAAC,iBAAiB,EAAE,UAAU,EAAE,gBAAgB,CAAC,CAAC;EACzD,IAAI,GAAG,CAAC,gBAAgB,EAAE,SAAS,EAAE,gBAAgB,CAAC,CAAC;EACvD,IAAI,GAAG,CAAC,gBAAgB,EAAE,SAAS,EAAE,2BAA2B,CAAC,CAAC;EAClE,IAAI,GAAG,CAAC,kBAAkB,EAAE,MAAM,EAAE,2BAA2B,CAAC,CAAC;EACjE,IAAI,GAAG,CAAC,cAAc,EAAE,OAAO,EAAE,mDAAmD,CAAC,CAAC;EACtF,IAAI,GAAG,CAAC,gBAAgB,EAAE,SAAS,EAAE,oCAAoC,CAAC,CAAC;EAC3E,IAAI,GAAG,CAAC,gBAAgB,EAAE,SAAS,EAAE,iDAAiD,CAAC,CAAC;EACxF,IAAI,GAAG,CAAC,iBAAiB,EAAE,SAAS,EAAE,qBAAqB,CAAC,CAAC;EAC7D,IAAI,GAAG,CAAC,iBAAiB,EAAE,SAAS,EAAE,uCAAuC,CAAC,CAAC;EAC/E,IAAI,GAAG,CAAC,mBAAmB,EAAE,YAAY,CAAC,CAAC;EAC3C,IAAI,GAAG,CAAC,oBAAoB,EAAE,UAAU,EAAE,qBAAqB,CAAC,CAAC;EACjE,IAAI,GAAG,CAAC,aAAa,EAAE,SAAS,EAAE,0BAA0B,CAAC,CAAC;;EAE9D,IAAI,GAAG,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;EACpC,IAAI,GAAG,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;EAC5B,IAAI,GAAG,CAAC,kBAAkB,EAAE,UAAU,EAAE,2CAA2C,CAAC,CAAC;EACrF,IAAI,GAAG,CAAC,mBAAmB,EAAE,UAAU,EAAE,2CAA2C,CAAC,CAAC;EACtF,IAAI,GAAG,CAAC,sBAAsB,EAAE,UAAU,EAAE,2CAA2C,CAAC,CAAC;EACzF,IAAI,GAAG,CAAC,uBAAuB,EAAE,eAAe,EAAE,8DAA8D,CAAC,CAAC;EAClH,IAAI,GAAG,CAAC,eAAe,EAAE,OAAO,EAAE,mCAAmC,CAAC,CAAC;EACvE,IAAI,GAAG,CAAC,gBAAgB,EAAE,QAAQ,EAAE,mCAAmC,CAAC,CAAC;;EAEzE,IAAI,UAAU,CAAC,YAAY,EAAE,SAAS,cAAc,CAAC,CAAC,EAAE;EACxD,QAAQ,OAAO,YAAY,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;EAC1C,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,aAAa,EAAE,SAAS,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;EAChE,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,uBAAuB,EAAE,GAAG,aAAa,GAAG,eAAe;EAC7E,YAAY,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC;EAC1C,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,0BAA0B,EAAE,SAAS,+BAA+B,CAAC,CAAC,EAAE;EACvF,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,0BAA0B;EAC5C,YAAY,GAAG,EAAE,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC;EACjC,YAAY,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,eAAe,CAAC;EAC5C,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,kBAAkB,EAAE,SAAS,sBAAsB,CAAC,CAAC,EAAE;EACtE,QAAQ,IAAI,MAAM,GAAG,EAAE,CAAC;EACxB,QAAQ,IAAI,WAAW,GAAG,EAAE,CAAC;EAC7B,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACpD,YAAY,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;EAC7B,gBAAgB,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EACxD,aAAa,MAAM;EACnB,gBAAgB,MAAM,CAAC,IAAI,CAAC;EAC5B,oBAAoB,IAAI,EAAE,iBAAiB;EAC3C,oBAAoB,KAAK,EAAE;EAC3B,wBAAwB,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG;EAC9C,wBAAwB,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK;EACnD,qBAAqB;EACrB,oBAAoB,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC;EACrD,iBAAiB,CAAC,CAAC;EACnB,aAAa;EACb,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,iBAAiB;EACnC,YAAY,MAAM,EAAE,MAAM;EAC1B,YAAY,WAAW,EAAE,WAAW;EACpC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,EAAE,SAAS,0BAA0B,CAAC,CAAC,EAAE;EACjE,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,qBAAqB;EACvC,YAAY,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;EAC9B,YAAY,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC;EAC1C,YAAY,SAAS,EAAE,CAAC,CAAC,YAAY;EACrC,YAAY,KAAK,EAAE,CAAC,CAAC,KAAK;EAC1B,YAAY,IAAI,EAAE,YAAY,CAAC,gBAAgB,EAAE,CAAC,CAAC;EACnD,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,YAAY,EAAE,SAAS,yBAAyB,CAAC,CAAC,EAAE,MAAM,EAAE;EAC3E,QAAQ,IAAI,YAAY,GAAG,MAAM,CAAC,YAAY,KAAK,SAAS;EAC5D,YAAY,MAAM,CAAC,YAAY,GAAG,CAAC,CAAC,YAAY,CAAC;EACjD,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,oBAAoB;EACtC,YAAY,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;EAC9B,YAAY,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC;EAC1C,YAAY,SAAS,EAAE,YAAY;EACnC,YAAY,KAAK,EAAE,CAAC,CAAC,KAAK;EAC1B,YAAY,IAAI,EAAE,YAAY,CAAC,gBAAgB,EAAE,CAAC,CAAC;EACnD,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,EAAE,SAAS,8BAA8B,CAAC,CAAC,EAAE;EACrE,QAAQ,IAAI,IAAI,GAAG,CAAC,CAAC,IAAI,YAAY,KAAK,GAAG;EAC7C,YAAY,IAAI,EAAE,gBAAgB;EAClC,YAAY,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC;EACpC,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;EAC3B,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,yBAAyB;EAC3C,YAAY,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC;EAC1C,YAAY,KAAK,EAAE,CAAC,CAAC,KAAK;EAC1B,YAAY,IAAI,EAAE,IAAI;EACtB,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,iBAAiB,EAAE,SAAS,oBAAoB,CAAC,CAAC,EAAE;EACnE,QAAQ,IAAI,CAAC,CAAC,QAAQ,EAAE;EACxB,YAAY,OAAO;EACnB,gBAAgB,IAAI,EAAE,cAAc;EACpC,gBAAgB,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC;EAC7C,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,eAAe;EACjC,YAAY,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC;EAC3C,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,aAAa,EAAE,SAAS,gBAAgB,CAAC,CAAC,EAAE;EAC3D,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,qBAAqB;EACvC,YAAY,UAAU,EAAE;EACxB,gBAAgB,IAAI,EAAE,SAAS;EAC/B,gBAAgB,KAAK,EAAE,CAAC,CAAC,KAAK;EAC9B,aAAa;EACb,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,mBAAmB,EAAE,SAAS,0BAA0B,CAAC,CAAC,EAAE;EAC3E,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,qBAAqB;EACvC,YAAY,UAAU,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;EACtC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,gBAAgB,EAAE,SAAS,iBAAiB,CAAC,CAAC,EAAE;EAC/D,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,YAAY;EAC9B,YAAY,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC;EACtC,YAAY,UAAU,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC;EAC1C,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,OAAO,EAAE,SAAS,mBAAmB,CAAC,CAAC,EAAE;EACxD,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,cAAc;EAChC,YAAY,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC;EAClC,YAAY,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC;EACrC,YAAY,eAAe,EAAE,EAAE;EAC/B,YAAY,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC;EACzC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,EAAE,SAAS,kBAAkB,CAAC,CAAC,EAAE;EACzD,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,aAAa;EAC/B,YAAY,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;EACpC,YAAY,KAAK,EAAE,IAAI;EACvB,YAAY,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC;EACjC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,eAAe,EAAE,SAAS,0BAA0B,CAAC,CAAC,EAAE;EACvE,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,qBAAqB;EACvC,YAAY,IAAI;EAChB,gBAAgB,CAAC,YAAY,SAAS,GAAG,OAAO;EAChD,gBAAgB,CAAC,YAAY,OAAO,GAAG,KAAK,GAAG,KAAK;EACpD,YAAY,YAAY,EAAE,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,MAAM,CAAC;EACnD,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,UAAU,EAAE,SAAS,wBAAwB,CAAC,CAAC,EAAE;EAChE,QAAQ,IAAI,CAAC,CAAC,cAAc,EAAE;EAC9B,YAAY,IAAI,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,KAAK,GAAG,EAAE;EACvD,gBAAgB,OAAO;EACvB,oBAAoB,IAAI,EAAE,sBAAsB;EAChD,oBAAoB,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC;EACjD,iBAAiB,CAAC;EAClB,aAAa;EACb,YAAY,OAAO;EACnB,gBAAgB,IAAI,EAAE,wBAAwB;EAC9C,gBAAgB,UAAU,EAAE,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,UAAU,YAAY,EAAE;EACzE,oBAAoB,OAAO;EAC3B,wBAAwB,IAAI,EAAE,iBAAiB;EAC/C,wBAAwB,QAAQ,EAAE,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC;EACnE,wBAAwB,KAAK,EAAE,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC;EACxD,qBAAqB,CAAC;EACtB,iBAAiB,CAAC;EAClB,gBAAgB,WAAW,EAAE,MAAM,CAAC,CAAC,CAAC,mBAAmB,CAAC;EAC1D,gBAAgB,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC;EAC7C,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,CAAC,CAAC,UAAU,GAAG,0BAA0B,GAAG,wBAAwB;EACtF,YAAY,WAAW,EAAE,MAAM,CAAC,CAAC,CAAC,cAAc,IAAI,CAAC,CAAC,mBAAmB,CAAC;EAC1E,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,UAAU,EAAE,SAAS,wBAAwB,CAAC,CAAC,EAAE;EAChE,QAAQ,IAAI,UAAU,GAAG,EAAE,CAAC;EAC5B,QAAQ,IAAI,CAAC,CAAC,aAAa,EAAE;EAC7B,YAAY,UAAU,CAAC,IAAI,CAAC;EAC5B,gBAAgB,IAAI,EAAE,wBAAwB;EAC9C,gBAAgB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC;EAC9C,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,IAAI,CAAC,CAAC,cAAc,IAAI,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,KAAK,GAAG,EAAE;EAC/E,YAAY,UAAU,CAAC,IAAI,CAAC;EAC5B,gBAAgB,IAAI,EAAE,0BAA0B;EAChD,gBAAgB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;EACvD,aAAa,CAAC,CAAC;EACf,SAAS,MAAM,IAAI,CAAC,CAAC,cAAc,EAAE;EACrC,YAAY,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,SAAS,YAAY,EAAE;EAC5D,gBAAgB,UAAU,CAAC,IAAI,CAAC;EAChC,oBAAoB,IAAI,EAAE,iBAAiB;EAC3C,oBAAoB,KAAK,EAAE,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC;EACpD,oBAAoB,QAAQ,EAAE,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC;EAC/D,iBAAiB,CAAC,CAAC;EACnB,aAAa,CAAC,CAAC;EACf,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,mBAAmB;EACrC,YAAY,UAAU,EAAE,UAAU;EAClC,YAAY,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC;EACzC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,YAAY,EAAE,SAAS,yBAAyB,CAAC,CAAC,EAAE;EACnE,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,oBAAoB;EACtC,YAAY,WAAW,EAAE,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,MAAM,CAAC;EAClD,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,cAAc,EAAE,SAAS,uBAAuB,CAAC,CAAC,EAAE;EACnE,QAAQ,IAAI,UAAU,GAAG,CAAC,YAAY,OAAO,CAAC;EAC9C,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,kBAAkB;EACpC,YAAY,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC;EACxC,YAAY,QAAQ,EAAE,UAAU;EAChC,YAAY,QAAQ,EAAE,UAAU,GAAG,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC;EAC9F,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,EAAE,SAAS,YAAY,CAAC,CAAC,EAAE;EACnD,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,CAAC,CAAC,QAAQ,IAAI,IAAI,IAAI,CAAC,CAAC,QAAQ,IAAI,IAAI,GAAG,kBAAkB,GAAG,iBAAiB;EACnG,YAAY,QAAQ,EAAE,CAAC,CAAC,QAAQ;EAChC,YAAY,MAAM,EAAE,CAAC,YAAY,eAAe;EAChD,YAAY,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC;EAC1C,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,UAAU,EAAE,SAAS,uBAAuB,CAAC,CAAC,EAAE;EAC/D,QAAQ,IAAI,CAAC,CAAC,QAAQ,IAAI,GAAG,IAAI,uBAAuB,EAAE,EAAE;EAC5D,YAAY,OAAO;EACnB,gBAAgB,IAAI,EAAE,mBAAmB;EACzC,gBAAgB,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;EACpC,gBAAgB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC;EACtC,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,CAAC,CAAC,QAAQ,IAAI,IAAI,IAAI,CAAC,CAAC,QAAQ,IAAI,IAAI,GAAG,mBAAmB,GAAG,kBAAkB;EACrG,YAAY,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;EAChC,YAAY,QAAQ,EAAE,CAAC,CAAC,QAAQ;EAChC,YAAY,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC;EAClC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,EAAE,SAAS,sBAAsB,CAAC,CAAC,EAAE;EAC7D,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,iBAAiB;EACnC,YAAY,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC;EAC5C,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,UAAU,EAAE,SAAS,uBAAuB,CAAC,CAAC,EAAE;EAC/D,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,kBAAkB;EACpC,YAAY,UAAU,EAAE,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC;EAChD,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,kBAAkB,EAAE,SAAS,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE;EACvE,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC,GAAG,YAAY,QAAQ,GAAG,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG;EAC9D,YAAY,IAAI,EAAE,YAAY;EAC9B,YAAY,KAAK,EAAE,CAAC,CAAC,GAAG;EACxB,SAAS,CAAC;EACV,QAAQ,IAAI,OAAO,CAAC,CAAC,GAAG,KAAK,QAAQ,EAAE;EACvC,YAAY,GAAG,GAAG;EAClB,gBAAgB,IAAI,EAAE,SAAS;EAC/B,gBAAgB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC;EACpC,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,IAAI,OAAO,CAAC,CAAC,GAAG,KAAK,QAAQ,EAAE;EACvC,YAAY,GAAG,GAAG;EAClB,gBAAgB,IAAI,EAAE,YAAY;EAClC,gBAAgB,IAAI,EAAE,CAAC,CAAC,GAAG;EAC3B,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,IAAI,IAAI,CAAC;EACjB,QAAQ,IAAI,aAAa,GAAG,OAAO,CAAC,CAAC,GAAG,KAAK,QAAQ,IAAI,OAAO,CAAC,CAAC,GAAG,KAAK,QAAQ,CAAC;EACnF,QAAQ,IAAI,QAAQ,GAAG,aAAa,GAAG,KAAK,GAAG,EAAE,CAAC,CAAC,GAAG,YAAY,UAAU,CAAC,IAAI,CAAC,CAAC,GAAG,YAAY,aAAa,CAAC;EAChH,QAAQ,IAAI,CAAC,YAAY,gBAAgB,EAAE;EAC3C,YAAY,IAAI,GAAG,MAAM,CAAC;EAC1B,YAAY,QAAQ,GAAG,CAAC,aAAa,CAAC;EACtC,SAAS;EACT,QAAQ,IAAI,CAAC,YAAY,gBAAgB,EAAE;EAC3C,YAAY,IAAI,GAAG,KAAK,CAAC;EACzB,SAAS;EACT,QAAQ,IAAI,CAAC,YAAY,gBAAgB,EAAE;EAC3C,YAAY,IAAI,GAAG,KAAK,CAAC;EACzB,SAAS;EACT,QAAQ,IAAI,MAAM,YAAY,SAAS,EAAE;EACzC,YAAY,OAAO;EACnB,gBAAgB,IAAI,EAAE,kBAAkB;EACxC,gBAAgB,QAAQ,EAAE,QAAQ;EAClC,gBAAgB,IAAI,EAAE,IAAI;EAC1B,gBAAgB,MAAM,EAAE,CAAC,CAAC,MAAM;EAChC,gBAAgB,GAAG,EAAE,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC;EAClC,gBAAgB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC;EACtC,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,UAAU;EAC5B,YAAY,QAAQ,EAAE,QAAQ;EAC9B,YAAY,IAAI,EAAE,IAAI;EACtB,YAAY,GAAG,EAAE,GAAG;EACpB,YAAY,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC;EAClC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,iBAAiB,EAAE,SAAS,uBAAuB,CAAC,CAAC,EAAE,MAAM,EAAE;EAC9E,QAAQ,IAAI,MAAM,YAAY,UAAU,EAAE;EAC1C,YAAY,OAAO;EACnB,gBAAgB,IAAI,EAAE,UAAU;EAChC,gBAAgB,QAAQ,EAAE,EAAE,CAAC,CAAC,GAAG,YAAY,UAAU,CAAC,IAAI,CAAC,CAAC,GAAG,YAAY,aAAa;EAC1F,gBAAgB,IAAI,EAAE,MAAM;EAC5B,gBAAgB,MAAM,EAAE,IAAI;EAC5B,gBAAgB,SAAS,EAAE,KAAK;EAChC,gBAAgB,GAAG,EAAE,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC;EAClC,gBAAgB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC;EACtC,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,kBAAkB;EACpC,YAAY,QAAQ,EAAE,EAAE,CAAC,CAAC,GAAG,YAAY,UAAU,CAAC,IAAI,CAAC,CAAC,GAAG,YAAY,aAAa;EACtF,YAAY,IAAI,EAAE,CAAC,CAAC,GAAG,KAAK,aAAa,GAAG,aAAa,GAAG,QAAQ;EACpE,YAAY,MAAM,EAAE,CAAC,CAAC,MAAM;EAC5B,YAAY,GAAG,EAAE,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC;EAC9B,YAAY,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC;EAClC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,SAAS,EAAE,SAAS,YAAY,CAAC,CAAC,EAAE;EACnD,QAAQ,IAAI,IAAI,GAAG,CAAC,YAAY,mBAAmB,GAAG,iBAAiB,GAAG,kBAAkB,CAAC;EAC7F,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,IAAI;EACtB,YAAY,UAAU,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;EACzC,YAAY,EAAE,EAAE,CAAC,CAAC,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI;EAC9C,YAAY,IAAI,EAAE;EAClB,gBAAgB,IAAI,EAAE,WAAW;EACjC,gBAAgB,IAAI,EAAE,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC;EAC9C,aAAa;EACb,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,aAAa,EAAE,SAAS,mBAAmB,CAAC,CAAC,EAAE;EAC9D,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,cAAc;EAChC,YAAY,IAAI,EAAE;EAClB,gBAAgB,IAAI,EAAE,YAAY;EAClC,gBAAgB,IAAI,EAAE,KAAK;EAC3B,aAAa;EACb,YAAY,QAAQ,EAAE;EACtB,gBAAgB,IAAI,EAAE,YAAY;EAClC,gBAAgB,IAAI,EAAE,QAAQ;EAC9B,aAAa;EACb,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,UAAU,EAAE,SAAS,iBAAiB,CAAC,CAAC,EAAE,MAAM,EAAE;EACjE,QAAQ,IAAI,CAAC,YAAY,gBAAgB,IAAI,MAAM,CAAC,KAAK,EAAE;EAC3D,YAAY,OAAO;EACnB,gBAAgB,IAAI,EAAE,SAAS;EAC/B,gBAAgB,KAAK,EAAE,CAAC,CAAC,IAAI;EAC7B,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,IAAI,GAAG,GAAG,CAAC,CAAC,UAAU,EAAE,CAAC;EACjC,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,YAAY;EAC9B,YAAY,IAAI,EAAE,GAAG,GAAG,GAAG,CAAC,YAAY,IAAI,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI;EAC7D,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,UAAU,EAAE,SAAS,oBAAoB,CAAC,CAAC,EAAE;EAC5D,QAAQ,IAAI,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC;EACrC,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;EAC9D,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,SAAS;EAC3B,YAAY,KAAK,EAAE,IAAI,MAAM,CAAC,OAAO,EAAE,KAAK,CAAC;EAC7C,YAAY,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU;EACnC,YAAY,KAAK,EAAE;EACnB,gBAAgB,OAAO,EAAE,OAAO;EAChC,gBAAgB,KAAK,EAAE,KAAK;EAC5B,aAAa;EACb,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,YAAY,EAAE,SAAS,cAAc,CAAC,CAAC,EAAE;EACxD,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;EAC5B,QAAQ,IAAI,OAAO,KAAK,KAAK,QAAQ,KAAK,KAAK,GAAG,CAAC,KAAK,KAAK,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE;EACxF,YAAY,OAAO;EACnB,gBAAgB,IAAI,EAAE,iBAAiB;EACvC,gBAAgB,QAAQ,EAAE,GAAG;EAC7B,gBAAgB,MAAM,EAAE,IAAI;EAC5B,gBAAgB,QAAQ,EAAE;EAC1B,oBAAoB,IAAI,EAAE,SAAS;EACnC,oBAAoB,KAAK,EAAE,CAAC,KAAK;EACjC,oBAAoB,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG;EACpC,iBAAiB;EACjB,aAAa,CAAC;EACd,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,SAAS;EAC3B,YAAY,KAAK,EAAE,KAAK;EACxB,YAAY,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,GAAG;EAC5B,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,UAAU,CAAC,QAAQ,EAAE,SAAS,WAAW,CAAC,CAAC,EAAE;EACjD,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,YAAY;EAC9B,YAAY,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC;EACjC,SAAS,CAAC;EACV,KAAK,CAAC,CAAC;;EAEP,IAAI,WAAW,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;EACnF,IAAI,QAAQ,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;EAChF,IAAI,QAAQ,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,gBAAgB,GAAG,EAAE,OAAO,IAAI,CAAC,EAAE,CAAC,CAAC;;EAEvF,IAAI,SAAS,CAAC,SAAS,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;EACvF,IAAI,UAAU,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;;EAElF;;EAEA,IAAI,SAAS,SAAS,CAAC,OAAO,EAAE;EAChC,QAAQ,IAAI,OAAO,CAAC,IAAI,IAAI,SAAS,EAAE;EACvC,YAAY,OAAO,OAAO,CAAC,GAAG,IAAI,IAAI,GAAG,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,KAAK,GAAG,EAAE,CAAC;EAC1E,SAAS;EACT,KAAK;;EAEL,IAAI,SAAS,cAAc,CAAC,OAAO,EAAE;EACrC,QAAQ,IAAI,GAAG,GAAG,OAAO,CAAC,GAAG,EAAE,KAAK,GAAG,GAAG,IAAI,GAAG,CAAC,KAAK,CAAC;EACxD,QAAQ,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;EAClC,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,IAAI,MAAM,GAAG,IAAI,GAAG,CAAC,MAAM;EACvC,YAAY,IAAI,MAAM,KAAK,IAAI,KAAK,CAAC,IAAI;EACzC,YAAY,GAAG,OAAO,KAAK,IAAI,KAAK,CAAC,MAAM;EAC3C,YAAY,GAAG,OAAO,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK;EACtD,YAAY,OAAO,GAAG,KAAK,IAAI,KAAK,CAAC,IAAI;EACzC,YAAY,MAAM,IAAI,KAAK,IAAI,KAAK,CAAC,MAAM;EAC3C,YAAY,MAAM,IAAI,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK;EACtD,YAAY,GAAG,OAAO,SAAS,CAAC,OAAO,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,OAAO,EAAE;EACnC,QAAQ,IAAI,GAAG,GAAG,OAAO,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC;EACpD,QAAQ,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;EAClC,QAAQ,OAAO,IAAI,SAAS,CAAC;EAC7B,YAAY,IAAI,MAAM,GAAG,IAAI,GAAG,CAAC,MAAM;EACvC,YAAY,IAAI,MAAM,GAAG,IAAI,GAAG,CAAC,IAAI;EACrC,YAAY,GAAG,OAAO,GAAG,IAAI,GAAG,CAAC,MAAM;EACvC,YAAY,GAAG,OAAO,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,GAAG;EACpD,YAAY,OAAO,GAAG,GAAG,IAAI,GAAG,CAAC,IAAI;EACrC,YAAY,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM;EACvC,YAAY,MAAM,IAAI,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,GAAG;EACpD,YAAY,GAAG,OAAO,SAAS,CAAC,OAAO,CAAC;EACxC,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,SAAS,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE;EAC3C,QAAQ,IAAI,SAAS,GAAG,oBAAoB,GAAG,OAAO,GAAG,QAAQ,CAAC;EAClE,QAAQ,SAAS,IAAI,gBAAgB,GAAG,MAAM,CAAC,IAAI,GAAG,MAAM;EAC5D,YAAY,6BAA6B;EACzC,YAAY,sBAAsB,CAAC;;EAEnC,QAAQ,IAAI,SAAS,GAAG,kBAAkB,GAAG,OAAO,GAAG,QAAQ,CAAC;EAChE,QAAQ,SAAS,IAAI,YAAY;EACjC,YAAY,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;;EAE/C,QAAQ,IAAI,OAAO,EAAE,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE;EACrE,YAAY,IAAI,CAAC,GAAG,qCAAqC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrE,YAAY,IAAI,CAAC,CAAC,EAAE,MAAM,IAAI,KAAK,CAAC,iCAAiC,GAAG,IAAI,CAAC,CAAC;EAC9E,YAAY,IAAI,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EAClD,YAAY,SAAS,IAAI,KAAK,GAAG,EAAE,GAAG,IAAI,CAAC;EAC3C,YAAY,SAAS,IAAI,KAAK,GAAG,GAAG,GAAG,IAAI,CAAC;EAC5C,YAAY,QAAQ,GAAG;EACvB,gBAAgB,KAAK,GAAG;EACxB,oBAAoB,SAAS,IAAI,IAAI,GAAG,GAAG,GAAG,gBAAgB,CAAC;EAC/D,oBAAoB,SAAS,IAAI,IAAI,IAAI,EAAE,GAAG,cAAc,CAAC;EAC7D,oBAAoB,MAAM;EAC1B,gBAAgB,KAAK,GAAG;EACxB,oBAAoB,SAAS,IAAI,aAAa,GAAG,GAAG,GAAG,GAAG,CAAC;EAC3D,oBAAoB,SAAS,IAAI,WAAW,GAAG,EAAE,GAAG,GAAG,CAAC;EACxD,oBAAoB,MAAM;EAC1B,gBAAgB,KAAK,GAAG;EACxB,oBAAoB,SAAS,IAAI,IAAI,GAAG,GAAG,CAAC;EAC5C,oBAAoB,SAAS,IAAI,IAAI,GAAG,EAAE,CAAC;EAC3C,oBAAoB,MAAM;EAC1B,gBAAgB,KAAK,GAAG;EACxB,oBAAoB,SAAS,IAAI,aAAa,GAAG,GAAG,GAAG,QAAQ,CAAC;EAChE,oBAAoB,SAAS,IAAI,iBAAiB,CAAC;EACnD,oBAAoB,MAAM;EAC1B,gBAAgB;EAChB,oBAAoB,MAAM,IAAI,KAAK,CAAC,wCAAwC,GAAG,IAAI,CAAC,CAAC;EACrF,aAAa;EACb,SAAS,CAAC,CAAC;;EAEX,QAAQ,SAAS,IAAI,SAAS,CAAC;EAC/B,QAAQ,SAAS,IAAI,QAAQ,CAAC;;EAE9B;EACA;EACA;;EAEA,QAAQ,SAAS,GAAG,IAAI,QAAQ,CAAC,IAAI,EAAE,gBAAgB,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,GAAG,SAAS,GAAG,GAAG,CAAC;EACjH,YAAY,GAAG,EAAE,cAAc,EAAE,YAAY,EAAE,QAAQ;EACvD,SAAS,CAAC;EACV,QAAQ,SAAS,GAAG,IAAI,QAAQ,CAAC,QAAQ,EAAE,cAAc,EAAE,cAAc,EAAE,SAAS,GAAG,SAAS,GAAG,GAAG,CAAC;EACvG,YAAY,MAAM,EAAE,YAAY,EAAE,YAAY;EAC9C,SAAS,CAAC;EACV,QAAQ,SAAS,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC;EACvC,QAAQ,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;EACtC,KAAK;;EAEL,IAAI,IAAI,cAAc,GAAG,IAAI,CAAC;;EAE9B,IAAI,SAAS,QAAQ,CAAC,IAAI,EAAE;EAC5B,QAAQ,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAClC,QAAQ,IAAI,GAAG,GAAG,IAAI,IAAI,IAAI,GAAG,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EACnE,QAAQ,cAAc,CAAC,GAAG,EAAE,CAAC;EAC7B,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,QAAQ,CAAC,gBAAgB,GAAG,SAAS,IAAI,EAAE;EAC/C,QAAQ,IAAI,UAAU,GAAG,cAAc,CAAC;EACxC,QAAQ,cAAc,GAAG,EAAE,CAAC;EAC5B,QAAQ,IAAI,GAAG,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;EACjC,QAAQ,cAAc,GAAG,UAAU,CAAC;EACpC,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK,CAAC;;EAEN,IAAI,SAAS,WAAW,CAAC,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE;EACpD,QAAQ,IAAI,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;EACjC,QAAQ,IAAI,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC;EAC7B,QAAQ,IAAI,KAAK,CAAC,GAAG,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,IAAI,IAAI,EAAE;EACrD,YAAY,OAAO,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;EACpD,SAAS;EACT,QAAQ,IAAI,KAAK,CAAC,IAAI,EAAE;EACxB,YAAY,OAAO,CAAC,GAAG,GAAG;EAC1B,gBAAgB,KAAK,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC;EAC5D,gBAAgB,GAAG,EAAE,GAAG,CAAC,OAAO,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI;EACjF,aAAa,CAAC;EACd,YAAY,IAAI,KAAK,CAAC,IAAI,EAAE;EAC5B,gBAAgB,OAAO,CAAC,GAAG,CAAC,MAAM,GAAG,KAAK,CAAC,IAAI,CAAC;EAChD,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,OAAO,CAAC;EACvB,KAAK;;EAEL,IAAI,SAAS,UAAU,CAAC,MAAM,EAAE,OAAO,EAAE;EACzC,QAAQ,MAAM,CAAC,SAAS,CAAC,gBAAgB,EAAE,SAAS,MAAM,EAAE;EAC5D,YAAY,OAAO,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC;EAC5D,SAAS,CAAC,CAAC;EACX,KAAK;;EAEL,IAAI,IAAI,YAAY,GAAG,IAAI,CAAC;;EAE5B,IAAI,SAAS,MAAM,CAAC,IAAI,EAAE;EAC1B,QAAQ,IAAI,YAAY,KAAK,IAAI,EAAE,EAAE,YAAY,GAAG,EAAE,CAAC,EAAE;EACzD,QAAQ,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EAChC,QAAQ,IAAI,GAAG,GAAG,IAAI,IAAI,IAAI,GAAG,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;EACnG,QAAQ,YAAY,CAAC,GAAG,EAAE,CAAC;EAC3B,QAAQ,IAAI,YAAY,CAAC,MAAM,KAAK,CAAC,EAAE,EAAE,YAAY,GAAG,IAAI,CAAC,EAAE;EAC/D,QAAQ,OAAO,GAAG,CAAC;EACnB,KAAK;;EAEL,IAAI,SAAS,uBAAuB,GAAG;EACvC,QAAQ,IAAI,CAAC,GAAG,YAAY,CAAC,MAAM,CAAC;EACpC,QAAQ,OAAO,CAAC,EAAE,EAAE;EACpB,YAAY,IAAI,YAAY,CAAC,CAAC,CAAC,YAAY,iBAAiB,EAAE;EAC9D,gBAAgB,OAAO,IAAI,CAAC;EAC5B,aAAa;EACb,SAAS;EACT,QAAQ,OAAO,KAAK,CAAC;EACrB,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE;EAChC,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,gBAAgB;EAClC,YAAY,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC;EACvC,SAAS,CAAC;EACV,KAAK;;EAEL,IAAI,SAAS,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE;EACtC,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;EACzC,QAAQ,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,mBAAmB,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,YAAY,UAAU,EAAE;EACpG,YAAY,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EACvE,SAAS;EACT,QAAQ,OAAO;EACf,YAAY,IAAI,EAAE,IAAI;EACtB,YAAY,IAAI,EAAE,IAAI;EACtB,SAAS,CAAC;EACV,KAAK;EACL,CAAC,GAAG,CAAC;;ECxqCL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/2019-setembro/node_modules/terser/dist/bundle.min.js b/2019-setembro/node_modules/terser/dist/bundle.min.js deleted file mode 100644 index cb5ca8f..0000000 --- a/2019-setembro/node_modules/terser/dist/bundle.min.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("source-map")):"function"==typeof define&&define.amd?define(["exports","source-map"],t):t((e=e||self).Terser={},e.sourceMap)}(this,function(e,t){"use strict";function n(e){return e.split("")}function i(e,t){return t.includes(e)}function r(e,t){for(var n=0,i=t.length;n=0&&!l(););u.reverse(),c.reverse()}else for(s=0;s=0;)e[n]===t&&e.splice(n,1)}function D(e,t){if(e.length<2)return e.slice();return function e(n){if(n.length<=1)return n;var i=Math.floor(n.length/2),r=n.slice(0,i),o=n.slice(i);return function(e,n){for(var i=[],r=0,o=0,a=0;r3){n.sort(function(e,t){return t.length-e.length}),t+="switch(str.length){";for(i=0;i=0;)if(!t(e[n]))return!1;return!0}function A(){this._values=Object.create(null),this._size=0}function v(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function T(e){for(var t,n=e.parent(-1),i=0;t=e.parent(i);i++){if(t instanceof fe&&t.body===n)return!0;if(!(t instanceof _t&&t.expressions[0]===n||"Call"==t.TYPE&&t.expression===n||t instanceof mt&&t.expression===n||t instanceof Et&&t.expression===n||t instanceof At&&t.condition===n||t instanceof St&&t.left===n||t instanceof gt&&t.expression===n))return!1;n=t}}function b(e,t){return!0===e||e instanceof RegExp&&e.test(t)}A.prototype={set:function(e,t){return this.has(e)||++this._size,this._values["$"+e]=t,this},add:function(e,t){return this.has(e)?this.get(e).push(t):this.set(e,[t]),this},get:function(e){return this._values["$"+e]},del:function(e){return this.has(e)&&(--this._size,delete this._values["$"+e]),this},has:function(e){return"$"+e in this._values},each:function(e){for(var t in this._values)e(this._values[t],t.substr(1))},size:function(){return this._size},map:function(e){var t=[];for(var n in this._values)t.push(e(this._values[n],n.substr(1)));return t},clone:function(){var e=new A;for(var t in this._values)e._values[t]=this._values[t];return e._size=this._size,e},toObject:function(){return this._values}},A.fromObject=function(e){var t=new A;return t._size=u(t._values,e),t};var y="break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with",C="false null true",O="enum implements import interface package private protected public static super this "+C+" "+y,F="return new delete throw else case yield await";y=g(y),O=g(O),F=g(F),C=g(C);var R=g(n("+-*&%=<>!?|~^")),M=/[0-9a-f]/i,N=/^0x[0-9a-f]+$/i,w=/^0[0-7]+$/,x=/^0o[0-7]+$/i,k=/^0b[01]+$/i,I=/^\d*\.?\d*(?:e[+-]?\d*(?:\d\.?|\.?\d)\d*)?$/i,L=g(["in","instanceof","typeof","new","void","delete","++","--","+","-","!","~","&","|","^","*","**","/","%",">>","<<",">>>","<",">","<=",">=","==","===","!=","!==","?","=","+=","-=","/=","*=","**=","%=",">>=","<<=",">>>=","|=","^=","&=","&&","||"]),V=g(n("  \n\r\t\f\v​           \u2028\u2029   \ufeff")),P=g(n("\n\r\u2028\u2029")),B=g(n(";]),:")),K=g(n("[{(,;:")),U=g(n("[]{}(),;:")),G={ID_Start:/[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,ID_Continue:/[0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/};function H(e,t){var n=e.charAt(t);if(X(n)){var i=e.charAt(t+1);if(z(i))return n+i}if(z(n)){var r=e.charAt(t-1);if(X(r))return r+n}return n}function X(e){return"string"==typeof e&&(e=e.charCodeAt(0)),e>=55296&&e<=56319}function z(e){return"string"==typeof e&&(e=e.charCodeAt(0)),e>=56320&&e<=57343}function W(e){return e>=48&&e<=57}function Y(e){return"string"==typeof e&&!O(e)}function q(e){var t=e.charCodeAt(0);return G.ID_Start.test(e)||36==t||95==t}function $(e){var t=e.charCodeAt(0);return G.ID_Continue.test(e)||36==t||95==t||8204==t||8205==t}function j(e){return/^[a-z_$][a-z0-9_$]*$/i.test(e)}function Z(e,t,n,i,r){this.message=e,this.filename=t,this.line=n,this.col=i,this.pos=r}function Q(e,t,n,i,r){throw new Z(e,t,n,i,r)}function J(e,t,n){return e.type==t&&(null==n||e.value==n)}Z.prototype=Object.create(Error.prototype),Z.prototype.constructor=Z,Z.prototype.name="SyntaxError",o(Z);var ee={};function te(e,t,n,i){var r={text:e,filename:t,pos:0,tokpos:0,line:1,tokline:0,col:0,tokcol:0,newline_before:!1,regex_allowed:!1,brace_counter:0,template_braces:[],comments_before:[],directives:{},directive_stack:[]};function o(){return H(r.text,r.pos)}function a(e,t){var n=H(r.text,r.pos++);if(e&&!n)throw ee;return P(n)?(r.newline_before=r.newline_before||!t,++r.line,r.col=0,t||"\r"!=n||"\n"!=o()||(++r.pos,n="\n")):(n.length>1&&(++r.pos,++r.col),++r.col),n}function s(e){for(;e-- >0;)a()}function u(e){return r.text.substr(r.pos,e.length)==e}function c(e,t){var n=r.text.indexOf(e,r.pos);if(t&&-1==n)throw ee;return n}function l(){r.tokline=r.line,r.tokcol=r.col,r.tokpos=r.pos}var f=!1,p=null;function _(n,i,o){r.regex_allowed="operator"==n&&!ie(i)||"keyword"==n&&F(i)||"punc"==n&&K(i)||"arrow"==n,"punc"==n&&"."==i?f=!0:o||(f=!1);var a={type:n,value:i,line:r.tokline,col:r.tokcol,pos:r.tokpos,endline:r.line,endcol:r.col,endpos:r.pos,nlb:r.newline_before,file:t};return/^(?:num|string|regexp)$/i.test(n)&&(a.raw=e.substring(a.pos,a.endpos)),o||(a.comments_before=r.comments_before,a.comments_after=r.comments_before=[]),r.newline_before=!1,a=new ce(a),o||(p=a),a}function d(){for(;V(o());)a()}function m(e){Q(e,t,r.tokline,r.tokcol,r.tokpos)}function E(e){var t=!1,n=!1,i=!1,r="."==e,s=function(e){for(var t,n="",i=0;(t=o())&&e(t,i++);)n+=a();return n}(function(o,a){switch(o.charCodeAt(0)){case 98:case 66:return i=!0;case 111:case 79:case 120:case 88:return!i&&(i=!0);case 101:case 69:return!!i||!t&&(t=n=!0);case 45:return n||0==a&&!e;case 43:return n;case n=!1,46:return!(r||i||t)&&(r=!0)}return M.test(o)});e&&(s=e+s),w.test(s)&&j.has_directive("use strict")&&m("Legacy octal literals are not allowed in strict mode");var u=function(e){if(N.test(e))return parseInt(e.substr(2),16);if(w.test(e))return parseInt(e.substr(1),8);if(x.test(e))return parseInt(e.substr(2),8);if(k.test(e))return parseInt(e.substr(2),2);if(I.test(e))return parseFloat(e);var t=parseFloat(e);return t==e?t:void 0}(s);if(!isNaN(u))return _("num",u);m("Invalid syntax: "+s)}function h(e,t,n){var i,s=a(!0,e);switch(s.charCodeAt(0)){case 110:return"\n";case 114:return"\r";case 116:return"\t";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 120:return String.fromCharCode(D(2,t));case 117:if("{"==o()){for(a(!0),"}"===o()&&m("Expecting hex-character between {}");"0"==o();)a(!0);var u,l=c("}",!0)-r.pos;return(l>6||(u=D(l,t))>1114111)&&m("Unicode reference out of bounds"),a(!0),(i=u)>65535?(i-=65536,String.fromCharCode(55296+(i>>10))+String.fromCharCode(i%1024+56320)):String.fromCharCode(i)}return String.fromCharCode(D(4,t));case 10:return"";case 13:if("\n"==o())return a(!0,e),""}return s>="0"&&s<="7"?(n&&t&&m("Octal escape sequences are not allowed in template strings"),function(e,t){var n=o();n>="0"&&n<="7"&&(e+=a(!0))[0]<="3"&&(n=o())>="0"&&n<="7"&&(e+=a(!0));if("0"===e)return"\0";e.length>0&&j.has_directive("use strict")&&t&&m("Legacy octal escape sequences are not allowed in strict mode");return String.fromCharCode(parseInt(e,8))}(s,t)):s}function D(e,t){for(var n=0;e>0;--e){if(!t&&isNaN(parseInt(o(),16)))return parseInt(n,16)||"";var i=a(!0);isNaN(parseInt(i,16))&&m("Invalid hex-character pattern in string"),n+=i}return parseInt(n,16)}var g=Y("Unterminated string constant",function(e){for(var t=a(),n="";;){var i=a(!0,!0);if("\\"==i)i=h(!0,!0);else if(P(i))m("Unterminated string constant");else if(i==t)break;n+=i}var r=_("string",n);return r.quote=e,r}),S=Y("Unterminated template",function(e){e&&r.template_braces.push(r.brace_counter);var t,n,i="",s="";for(a(!0,!0);"`"!=(t=a(!0,!0));){if("\r"==t)"\n"==o()&&++r.pos,t="\n";else if("$"==t&&"{"==o())return a(!0,!0),r.brace_counter++,(n=_(e?"template_head":"template_substitution",i)).begin=e,n.raw=s,n.end=!1,n;if(s+=t,"\\"==t){var u=r.pos;t=h(!0,!(p&&("name"===p.type||"punc"===p.type&&(")"===p.value||"]"===p.value))),!0),s+=r.text.substr(u,r.pos-u)}i+=t}return r.template_braces.pop(),(n=_(e?"template_head":"template_substitution",i)).begin=e,n.raw=s,n.end=!0,n});function A(e){var t,n=r.regex_allowed,i=function(){for(var e=r.text,t=r.pos,n=r.text.length;t"===o()?(a(),_("arrow","=>")):B("=");case 96:return S(!0);case 123:r.brace_counter++;break;case 125:if(r.brace_counter--,r.template_braces.length>0&&r.template_braces[r.template_braces.length-1]===r.brace_counter)return S(!1)}if(W(c))return E();if(U(t))return _("punc",a());if(R(t))return B();if(92==c||q(t))return h=void 0,h=T(),f?_("name",h):C(h)?_("atom",h):y(h)?L(h)?_("operator",h):_("keyword",h):_("name",h);break}var h;m("Unexpected character '"+t+"'")}return j.next=a,j.peek=o,j.context=function(e){return e&&(r=e),r},j.add_directive=function(e){r.directive_stack[r.directive_stack.length-1].push(e),void 0===r.directives[e]?r.directives[e]=1:r.directives[e]++},j.push_directives_stack=function(){r.directive_stack.push([])},j.pop_directives_stack=function(){for(var e=r.directive_stack[r.directive_stack.length-1],t=0;t0},j}var ne=g(["typeof","void","delete","--","++","!","~","-","+"]),ie=g(["--","++"]),re=g(["=","+=","-=","/=","*=","**=","%=",">>=","<<=",">>>=","|=","^=","&="]),oe=function(e,t){for(var n=0;n","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]],{}),ae=g(["atom","num","string","regexp","name"]);function se(e,t){t=s(t,{bare_returns:!1,ecma:8,expression:!1,filename:null,html5_comments:!0,module:!1,shebang:!0,strict:!1,toplevel:null},!0);var n={input:"string"==typeof e?te(e,t.filename,t.html5_comments,t.shebang):e,token:null,prev:null,peeked:null,in_function:0,in_async:-1,in_generator:-1,in_directives:!0,in_loop:0,labels:[]};function i(e,t){return J(n.token,e,t)}function o(){return n.peeked||(n.peeked=n.input())}function a(){return n.prev=n.token,n.peeked||o(),n.token=n.peeked,n.peeked=null,n.in_directives=n.in_directives&&("string"==n.token.type||i("punc",";")),n.token}function u(){return n.prev}function c(e,t,i,r){var o=n.input.context();Q(e,o.filename,null!=t?t:o.tokline,null!=i?i:o.tokcol,null!=r?r:o.tokpos)}function l(e,t){c(t,e.line,e.col)}function f(e){null==e&&(e=n.token),l(e,"Unexpected token: "+e.type+" ("+e.value+")")}function p(e,t){if(i(e,t))return a();l(n.token,"Unexpected token "+n.token.type+" «"+n.token.value+"», expected "+e+" «"+t+"»")}function _(e){return p("punc",e)}function d(e){return e.nlb||!S(e.comments_before,function(e){return!e.nlb})}function m(){return!t.strict&&(i("eof")||i("punc","}")||d(n.token))}function E(){return n.in_generator===n.in_function}function h(){return n.in_async===n.in_function}function D(e){i("punc",";")?a():e||m()||f()}function g(){_("(");var e=Nt(!0);return _(")"),e}function A(e){return function(){var t=n.token,i=e.apply(null,arguments),r=u();return i.start=t,i.end=r,i}}function T(){(i("operator","/")||i("operator","/="))&&(n.peeked=null,n.token=n.input(n.token.value.substr(1)))}n.token=a();var b=A(function(e,s,E){switch(T(),n.token.type){case"string":if(n.in_directives){var S=o();!n.token.raw.includes("\\")&&(J(S,"punc",";")||J(S,"punc","}")||d(S)||J(S,"eof"))?n.input.add_directive(n.token.value):n.in_directives=!1}var A=n.in_directives,v=y();return A&&v.body instanceof on?new _e(v.body):v;case"template_head":case"num":case"regexp":case"operator":case"atom":return y();case"name":if("async"==n.token.value&&J(o(),"keyword","function"))return a(),a(),s&&c("functions are not allowed as the body of a loop"),R(Ve,!1,!0,e);if("import"==n.token.value&&!J(o(),"punc","(")){a();var O=function(){var e,t,r=u();i("name")&&(e=me(qt));i("punc",",")&&a();((t=se(!0))||e)&&p("name","from");var o=n.token;"string"!==o.type&&f();return a(),new ut({start:r,imported_name:e,imported_names:t,module_name:new on({start:o,value:o.value,quote:o.quote,end:o}),end:n.token})}();return D(),O}return J(o(),"punc",":")?function(){var e=me(jt);"await"===e.name&&h()&&l(n.prev,"await cannot be used as label inside async function");r(function(t){return t.name==e.name},n.labels)&&c("Label "+e.name+" defined twice");_(":"),n.labels.push(e);var t=b();n.labels.pop(),t instanceof ve||e.references.forEach(function(t){t instanceof qe&&(t=t.label.start,c("Continue label `"+e.name+"` refers to non-IterationStatement.",t.line,t.col,t.pos))});return new Ae({body:t,label:e})}():y();case"punc":switch(n.token.value){case"{":return new De({start:n.token,body:k(),end:u()});case"[":case"(":return y();case";":return n.in_directives=!1,a(),new ge;default:f()}case"keyword":switch(n.token.value){case"break":return a(),C(Ye);case"continue":return a(),C(qe);case"debugger":return a(),D(),new pe;case"do":a();var F=kt(b);p("keyword","while");var M=g();return D(!0),new be({body:F,condition:M});case"while":return a(),new ye({condition:g(),body:kt(function(){return b(!1,!0)})});case"for":return a(),function(){var e="`for await` invalid in this context",t=n.token;"name"==t.type&&"await"==t.value?(h()||l(t,e),a()):t=!1;_("(");var r=null;if(i("punc",";"))t&&l(t,e);else{r=i("keyword","var")?(a(),V(!0)):i("keyword","let")?(a(),P(!0)):i("keyword","const")?(a(),K(!0)):Nt(!0,!0);var o=i("operator","in"),s=i("name","of");if(t&&!s&&l(t,e),o||s)return r instanceof it?r.definitions.length>1&&l(r.start,"Only one variable declaration allowed in for..in loop"):We(r)||(r=Ze(r))instanceof Pe||l(r.start,"Invalid left-hand side in for..in loop"),a(),o?function(e){var t=Nt(!0);return _(")"),new Oe({init:e,object:t,body:kt(function(){return b(!1,!0)})})}(r):function(e,t){var n=e instanceof it?e.definitions[0].name:null,i=Nt(!0);return _(")"),new Fe({await:t,init:e,name:n,object:i,body:kt(function(){return b(!1,!0)})})}(r,!!t)}return function(e){_(";");var t=i("punc",";")?null:Nt(!0);_(";");var n=i("punc",")")?null:Nt(!0);return _(")"),new Ce({init:e,condition:t,step:n,body:kt(function(){return b(!1,!0)})})}(r)}();case"class":return a(),s&&c("classes are not allowed as the body of a loop"),E&&c("classes are not allowed as the body of an if"),$(wt);case"function":return a(),s&&c("functions are not allowed as the body of a loop"),R(Ve,!1,!1,e);case"if":return a(),function(){var e=g(),t=b(!1,!1,!0),n=null;i("keyword","else")&&(a(),n=b(!1,!1,!0));return new $e({condition:e,body:t,alternative:n})}();case"return":0!=n.in_function||t.bare_returns||c("'return' outside of function"),a();var w=null;return i("punc",";")?a():m()||(w=Nt(!0),D()),new Xe({value:w});case"switch":return a(),new je({expression:g(),body:kt(I)});case"throw":a(),d(n.token)&&c("Illegal newline after 'throw'");w=Nt(!0);return D(),new ze({value:w});case"try":return a(),function(){var e=k(),t=null,r=null;if(i("keyword","catch")){var o=n.token;if(a(),i("punc","{"))var s=null;else{_("(");var s=N(void 0,Yt);_(")")}t=new tt({start:o,argname:s,body:k(),end:u()})}if(i("keyword","finally")){var o=n.token;a(),r=new nt({start:o,body:k(),end:u()})}t||r||c("Missing catch/finally blocks");return new et({body:e,bcatch:t,bfinally:r})}();case"var":a();O=V();return D(),O;case"let":a();O=P();return D(),O;case"const":a();O=K();return D(),O;case"with":return n.input.has_directive("use strict")&&c("Strict mode may not include a with statement"),a(),new Re({expression:g(),body:b()});case"export":if(!J(o(),"punc","(")){a();O=function(){var e,t,r,s,c,l=n.token;if(i("keyword","default"))e=!0,a();else if(t=se(!1)){if(i("name","from")){a();var p=n.token;return"string"!==p.type&&f(),a(),new ct({start:l,is_default:e,exported_names:t,module_name:new on({start:p,value:p.value,quote:p.quote,end:p}),end:u()})}return new ct({start:l,is_default:e,exported_names:t,end:u()})}i("punc","{")||e&&(i("keyword","class")||i("keyword","function"))&&J(o(),"punc")?(s=Nt(!1),D()):(r=b(e))instanceof it&&e?f(r.start):r instanceof it||r instanceof xe||r instanceof wt?c=r:r instanceof de?s=r.body:f(r.start);return new ct({start:l,is_default:e,exported_value:s,exported_definition:c,end:u()})}();return i("punc",";")&&D(),O}}}f()});function y(e){return new de({body:(e=Nt(!0),D(),e)})}function C(e){var t,i=null;m()||(i=me(en,!0)),null!=i?((t=r(function(e){return e.name==i.name},n.labels))||c("Undefined label "+i.name),i.thedef=t):0==n.in_loop&&c(e.TYPE+" not inside a loop or switch"),D();var o=new e({label:i});return t&&t.references.push(o),o}var F=function(e,t,r){d(n.token)&&c("Unexpected newline before arrow (=>)"),p("arrow","=>");var o=x(i("punc","{"),!1,r),a=o instanceof Array&&o.length?o[o.length-1].end:o instanceof Array?e:o.end;return new Le({start:e,end:a,async:r,argnames:t,body:o})},R=function(e,t,n,r){var o=e===Ve,s=i("operator","*");s&&a();var c=i("name")?me(o?Gt:Xt):null;o&&!c&&(r?e=Ie:f()),!c||e===ke||c instanceof Lt||f(u());var l=[],p=x(!0,s||t,n,c,l);return new e({start:l.start,end:p.end,is_generator:s,async:n,name:c,argnames:l,body:p})};function M(e,t){var n={},i=!1,r=!1,o=!1,a=!!t,s={add_parameter:function(t){if(void 0!==n["$"+t.value])!1===i&&(i=t),s.check_strict();else if(n["$"+t.value]=!0,e)switch(t.value){case"arguments":case"eval":case"yield":a&&l(t,"Unexpected "+t.value+" identifier as parameter inside strict mode");break;default:O(t.value)&&f()}},mark_default_assignment:function(e){!1===r&&(r=e)},mark_spread:function(e){!1===o&&(o=e)},mark_strict_mode:function(){a=!0},is_strict:function(){return!1!==r||!1!==o||a},check_strict:function(){s.is_strict()&&!1!==i&&l(i,"Parameter "+i.value+" was used already")}};return s}function N(e,t){var r,o=!1;return void 0===e&&(e=M(!0,n.input.has_directive("use strict"))),i("expand","...")&&(o=n.token,e.mark_spread(n.token),a()),r=w(e,t),i("operator","=")&&!1===o&&(e.mark_default_assignment(n.token),a(),r=new Tt({start:r.start,left:r,operator:"=",right:Nt(!1),end:n.token})),!1!==o&&(i("punc",")")||f(),r=new we({start:o,expression:r,end:o})),e.check_strict(),r}function w(e,t){var r,s=[],l=!0,p=!1,d=n.token;if(void 0===e&&(e=M(!1,n.input.has_directive("use strict"))),t=void 0===t?Ut:t,i("punc","[")){for(a();!i("punc","]");){if(l?l=!1:_(","),i("expand","...")&&(p=!0,r=n.token,e.mark_spread(n.token),a()),i("punc"))switch(n.token.value){case",":s.push(new pn({start:n.token,end:n.token}));continue;case"]":break;case"[":case"{":s.push(w(e,t));break;default:f()}else i("name")?(e.add_parameter(n.token),s.push(me(t))):c("Invalid function parameter");i("operator","=")&&!1===p&&(e.mark_default_assignment(n.token),a(),s[s.length-1]=new Tt({start:s[s.length-1].start,left:s[s.length-1],operator:"=",right:Nt(!1),end:n.token})),p&&(i("punc","]")||c("Rest element must be last element"),s[s.length-1]=new we({start:r,expression:s[s.length-1],end:r}))}return _("]"),e.check_strict(),new Pe({start:d,names:s,is_array:!0,end:u()})}if(i("punc","{")){for(a();!i("punc","}");){if(l?l=!1:_(","),i("expand","...")&&(p=!0,r=n.token,e.mark_spread(n.token),a()),i("name")&&(J(o(),"punc")||J(o(),"operator"))&&[",","}","="].includes(o().value)){e.add_parameter(n.token);var m=u(),E=me(t);p?s.push(new we({start:r,expression:E,end:E.end})):s.push(new Ot({start:m,key:E.name,value:E,end:E.end}))}else{if(i("punc","}"))continue;var h=n.token,D=ue();null===D?f(u()):"name"!==u().type||i("punc",":")?(_(":"),s.push(new Ot({start:h,quote:h.quote,key:D,value:w(e,t),end:u()}))):s.push(new Ot({start:u(),key:D,value:new t({start:u(),name:D,end:u()}),end:u()}))}p?i("punc","}")||c("Rest element must be last element"):i("operator","=")&&(e.mark_default_assignment(n.token),a(),s[s.length-1].value=new Tt({start:s[s.length-1].value.start,left:s[s.length-1].value,operator:"=",right:Nt(!1),end:n.token}))}return _("}"),e.check_strict(),new Pe({start:d,names:s,is_array:!1,end:u()})}if(i("name"))return e.add_parameter(n.token),me(t);c("Invalid function parameter")}function x(e,r,o,s,u){var c=n.in_loop,l=n.labels,p=n.in_generator,d=n.in_async;if(++n.in_function,r&&(n.in_generator=n.in_function),o&&(n.in_async=n.in_function),u&&function(e){var r=M(!0,n.input.has_directive("use strict"));for(_("(");!i("punc",")");){var o=N(r);if(e.push(o),i("punc",")")||(_(","),i("punc",")")&&t.ecma<8&&f()),o instanceof we)break}a()}(u),e&&(n.in_directives=!0),n.in_loop=0,n.labels=[],e){n.input.push_directives_stack();var m=k();s&&fe(s),u&&u.forEach(fe),n.input.pop_directives_stack()}else m=Nt(!1);return--n.in_function,n.in_loop=c,n.labels=l,n.in_generator=p,n.in_async=d,m}function k(){_("{");for(var e=[];!i("punc","}");)i("eof")&&f(),e.push(b());return a(),e}function I(){_("{");for(var e,t=[],r=null,o=null;!i("punc","}");)i("eof")&&f(),i("keyword","case")?(o&&(o.end=u()),r=[],o=new Je({start:(e=n.token,a(),e),expression:Nt(!0),body:r}),t.push(o),_(":")):i("keyword","default")?(o&&(o.end=u()),r=[],o=new Qe({start:(e=n.token,a(),_(":"),e),body:r}),t.push(o)):(r||f(),r.push(b()));return o&&(o.end=u()),a(),t}function L(e,t){for(var r,o=[];;){var s="var"===t?Vt:"const"===t?Bt:"let"===t?Kt:null;if(i("punc","{")||i("punc","[")?r=new lt({start:n.token,name:w(void 0,s),value:i("operator","=")?(p("operator","="),Nt(!1,e)):null,end:u()}):"import"==(r=new lt({start:n.token,name:me(s),value:i("operator","=")?(a(),Nt(!1,e)):e||"const"!==t?null:c("Missing initializer in const declaration"),end:u()})).name.name&&c("Unexpected token: import"),o.push(r),!i("punc",","))break;a()}return o}var V=function(e){return new rt({start:u(),definitions:L(e,"var"),end:u()})},P=function(e){return new ot({start:u(),definitions:L(e,"let"),end:u()})},K=function(e){return new at({start:u(),definitions:L(e,"const"),end:u()})};function U(){var e,t=n.token;switch(t.type){case"name":e=ce(Zt);break;case"num":e=new an({start:t,end:t,value:t.value});break;case"string":e=new on({start:t,end:t,value:t.value,quote:t.quote});break;case"regexp":e=new sn({start:t,end:t,value:t.value});break;case"atom":switch(t.value){case"false":e=new mn({start:t,end:t});break;case"true":e=new En({start:t,end:t});break;case"null":e=new cn({start:t,end:t})}}return a(),e}function G(e,t,n,i){var r=function(e,t){return t?new Tt({start:e.start,left:e,operator:"=",right:t,end:t.end}):e};return e instanceof yt?r(new Pe({start:e.start,end:e.end,is_array:!1,names:e.properties.map(G)}),i):e instanceof Ot?(e.value=G(e.value,0,[e.key]),r(e,i)):e instanceof pn?e:e instanceof Pe?(e.names=e.names.map(G),r(e,i)):e instanceof Zt?r(new Ut({name:e.name,start:e.start,end:e.end}),i):e instanceof we?(e.expression=G(e.expression),r(e,i)):e instanceof bt?r(new Pe({start:e.start,end:e.end,is_array:!0,names:e.elements.map(G)}),i):e instanceof vt?r(G(e.left,void 0,void 0,e.right),i):e instanceof Tt?(e.left=G(e.left,0,[e.left]),e):void c("Invalid function parameter",e.start.line,e.start.col)}var H=function(e,r){if(i("operator","new"))return function(e){var r=n.token;if(p("operator","new"),i("punc","."))return a(),p("name","target"),he(new It({start:r,end:u()}),e);var o,s=H(!1);i("punc","(")?(a(),o=z(")",t.ecma>=8)):o=[];var c=new pt({start:r,expression:s,args:o,end:u()});return Ee(c),he(c,e)}(e);var s,c=n.token,l=i("name","async")&&"["!=(s=o()).value&&"arrow"!=s.type&&U();if(i("punc")){switch(n.token.value){case"(":if(l&&!e)break;var d=function(e,r){var o,s,c,l=[];for(_("(");!i("punc",")");)o&&f(o),i("expand","...")?(o=n.token,r&&(s=n.token),a(),l.push(new we({start:u(),expression:Nt(),end:n.token}))):l.push(Nt()),i("punc",")")||(_(","),i("punc",")")&&(t.ecma<8&&f(),c=u(),r&&(s=c)));return _(")"),e&&i("arrow","=>")?o&&c&&f(c):s&&f(s),l}(r,!l);if(r&&i("arrow","=>"))return F(c,d.map(G),!!l);var m=l?new ft({expression:l,args:d}):1==d.length?d[0]:new _t({expressions:d});if(m.start){var E=c.comments_before.length;if([].unshift.apply(m.start.comments_before,c.comments_before),c.comments_before=m.start.comments_before,c.comments_before_length=E,0==E&&c.comments_before.length>0){var h=c.comments_before[0];h.nlb||(h.nlb=c.nlb,c.nlb=!1)}c.comments_after=m.start.comments_after}m.start=c;var D=u();return m.end&&(D.comments_before=m.end.comments_before,[].push.apply(m.end.comments_after,D.comments_after),D.comments_after=m.end.comments_after),m.end=D,m instanceof ft&&Ee(m),he(m,e);case"[":return he(W(),e);case"{":return he(q(),e)}l||f()}if(r&&i("name")&&J(o(),"arrow")){var g=new Ut({name:n.token.value,start:c,end:c});return a(),F(c,[g],!!l)}if(i("keyword","function")){a();var S=R(Ie,!1,!!l);return S.start=c,S.end=u(),he(S,e)}if(l)return he(l,e);if(i("keyword","class")){a();var A=$(xt);return A.start=c,A.end=u(),he(A,e)}return i("template_head")?he(X(!1),e):ae(n.token.type)?he(U(),e):void f()};function X(e){var t=[],i=n.token;for(t.push(new Ue({start:n.token,raw:n.token.raw,value:n.token.value,end:n.token}));!1===n.token.end;)a(),T(),t.push(Nt(!0)),J("template_substitution")||f(),t.push(new Ue({start:n.token,raw:n.token.raw,value:n.token.value,end:n.token}));return a(),new Ke({start:i,segments:t,end:n.token})}function z(e,t,r){for(var o=!0,s=[];!i("punc",e)&&(o?o=!1:_(","),!t||!i("punc",e));)i("punc",",")&&r?s.push(new pn({start:n.token,end:n.token})):i("expand","...")?(a(),s.push(new we({start:u(),expression:Nt(),end:n.token}))):s.push(Nt(!1));return a(),s}var W=A(function(){return _("["),new bt({elements:z("]",!t.strict,!0)})}),Y=A(function(e,t){return R(ke,e,t)}),q=A(function(){var e=n.token,r=!0,o=[];for(_("{");!i("punc","}")&&(r?r=!1:_(","),t.strict||!i("punc","}"));)if("expand"!=(e=n.token).type){var s,c=ue();if(i("punc",":"))null===c?f(u()):(a(),s=Nt(!1));else{var l=j(c,e);if(l){o.push(l);continue}s=new Zt({start:u(),name:c,end:u()})}i("operator","=")&&(a(),s=new vt({start:e,left:s,operator:"=",right:Nt(!1),end:u()})),o.push(new Ot({start:e,quote:e.quote,key:c instanceof le?c:""+c,value:s,end:u()}))}else a(),o.push(new we({start:e,expression:Nt(!1),end:u()}));return a(),new yt({properties:o})});function $(e){var t,r,o,s,c=[];for(n.input.push_directives_stack(),n.input.add_directive("use strict"),"name"==n.token.type&&"extends"!=n.token.value&&(o=me(e===wt?zt:Wt)),e!==wt||o||f(),"extends"==n.token.value&&(a(),s=Nt(!0)),_("{"),i("punc",";")&&a();!i("punc","}");)t=n.token,(r=j(ue(),t,!0))||f(),c.push(r),i("punc",";")&&a();return n.input.pop_directives_stack(),a(),new e({start:t,name:o,extends:s,properties:c,end:u()})}function j(e,t,r){var o=function(e,t){return"string"==typeof e||"number"==typeof e?new Ht({start:t,name:""+e,end:u()}):(null===e&&f(),e)},a=!1,s=!1,c=!1,l=t;if(r&&"static"===e&&!i("punc","(")&&(s=!0,l=n.token,e=ue()),"async"!==e||i("punc","(")||i("punc",",")||i("punc","}")||(a=!0,l=n.token,e=ue()),null===e&&(c=!0,l=n.token,null===(e=ue())&&f()),i("punc","("))return e=o(e,t),new Mt({start:t,static:s,is_generator:c,async:a,key:e,quote:e instanceof Ht?l.quote:void 0,value:Y(c,a),end:u()});if(l=n.token,"get"==e){if(!i("punc")||i("punc","["))return e=o(ue(),t),new Rt({start:t,static:s,key:e,quote:e instanceof Ht?l.quote:void 0,value:Y(),end:u()})}else if("set"==e&&(!i("punc")||i("punc","[")))return e=o(ue(),t),new Ft({start:t,static:s,key:e,quote:e instanceof Ht?l.quote:void 0,value:Y(),end:u()})}function Z(e){function t(e){return new e({name:ue(),start:u(),end:u()})}var r,o,s=e?$t:Jt,c=e?qt:Qt,l=n.token;return e?r=t(s):o=t(c),i("name","as")?(a(),e?o=t(c):r=t(s)):e?o=new c(r):r=new s(o),new st({start:l,foreign_name:r,name:o,end:u()})}function ee(e,t){var i,r=e?$t:Jt,o=e?qt:Qt,a=n.token,s=u();return t=t||new o({name:"*",start:a,end:s}),i=new r({name:"*",start:a,end:s}),new st({start:a,foreign_name:i,name:t,end:s})}function se(e){var t;if(i("punc","{")){for(a(),t=[];!i("punc","}");)t.push(Z(e)),i("punc",",")&&a();a()}else if(i("operator","*")){var n;a(),e&&i("name","as")&&(a(),n=me(e?qt:Jt)),t=[ee(e,n)]}return t}function ue(){var e=n.token;switch(e.type){case"punc":if("["===e.value){a();var t=Nt(!1);return _("]"),t}f(e);case"operator":if("*"===e.value)return a(),null;["delete","in","instanceof","new","typeof","void"].includes(e.value)||f(e);case"name":"yield"==e.value&&(E()?l(e,"Yield cannot be used as identifier inside generators"):J(o(),"punc",":")||J(o(),"punc","(")||!n.input.has_directive("use strict")||l(e,"Unexpected yield identifier inside strict mode"));case"string":case"num":case"keyword":case"atom":return a(),e.value;default:f(e)}}function ce(e){var t=n.token.value;return new("this"==t?tn:"super"==t?nn:e)({name:String(t),start:n.token,end:n.token})}function fe(e){var t=e.name;E()&&"yield"==t&&l(e.start,"Yield cannot be used as identifier inside generators"),n.input.has_directive("use strict")&&("yield"==t&&l(e.start,"Unexpected yield identifier inside strict mode"),e instanceof Lt&&("arguments"==t||"eval"==t)&&l(e.start,"Unexpected "+t+" in strict mode"))}function me(e,t){if(!i("name"))return t||c("Name expected"),null;var n=ce(e);return fe(n),a(),n}function Ee(e){for(var t=e.start,n=t.comments_before,i=v(t,"comments_before_length")?t.comments_before_length:n.length;--i>=0;){var r=n[i];if(/[@#]__PURE__/.test(r.value)){e.pure=r;break}}}var he=function(e,t){var r,o=e.start;if(i("punc","."))return a(),he(new mt({start:o,expression:e,property:(r=n.token,"name"!=r.type&&f(),a(),r.value),end:u()}),t);if(i("punc","[")){a();var s=Nt(!0);return _("]"),he(new Et({start:o,expression:e,property:s,end:u()}),t)}if(t&&i("punc","(")){a();var c=new ft({start:o,expression:e,args:Se(),end:u()});return Ee(c),he(c,!0)}return i("template_head")?he(new Be({start:o,prefix:e,template_string:X(),end:u()}),t):e},Se=A(function(){for(var e=[];!i("punc",")");)i("expand","...")?(a(),e.push(new we({start:u(),expression:Nt(!1),end:u()}))):e.push(Nt(!1)),i("punc",")")||(_(","),i("punc",")")&&t.ecma<8&&f());return a(),e}),Te=function(e,t){var r=n.token;if("name"==r.type&&"await"==r.value){if(h())return a(),h()||c("Unexpected await expression outside async function",n.prev.line,n.prev.col,n.prev.pos),new hn({start:u(),end:n.token,expression:Te(!0)});n.input.has_directive("use strict")&&l(n.token,"Unexpected await identifier inside strict mode")}if(i("operator")&&ne(r.value)){a(),T();var o=Me(Dt,r,Te(e));return o.start=r,o.end=u(),o}for(var s=H(e,t);i("operator")&&ie(n.token.value)&&!d(n.token);)s instanceof Le&&f(),(s=Me(gt,n.token,s)).start=r,s.end=n.token,a();return s};function Me(e,t,i){var r=t.value;switch(r){case"++":case"--":We(i)||c("Invalid use of "+r+" operator",t.line,t.col,t.pos);break;case"delete":i instanceof Zt&&n.input.has_directive("use strict")&&c("Calling delete on expression not allowed in strict mode",i.start.line,i.start.col,i.start.pos)}return new e({operator:r,expression:i})}var Ge=function(e,t,r){var o=i("operator")?n.token.value:null;"in"==o&&r&&(o=null),"**"==o&&e instanceof Dt&&!J(e.start,"punc","(")&&"--"!==e.operator&&"++"!==e.operator&&f(e.start);var s=null!=o?oe[o]:null;if(null!=s&&(s>t||"**"===o&&t===s)){a();var u=Ge(Te(!0),s,r);return Ge(new St({start:e.start,left:e,operator:o,right:u,end:u.end}),t,r)}return e};var He=function(e){var t=n.token,r=function(e){return Ge(Te(!0,!0),0,e)}(e);if(i("operator","?")){a();var o=Nt(!1);return _(":"),new At({start:t,condition:r,consequent:o,alternative:Nt(!1,e),end:u()})}return r};function We(e){return e instanceof dt||e instanceof Zt}function Ze(e){if(e instanceof yt)e=new Pe({start:e.start,names:e.properties.map(Ze),is_array:!1,end:e.end});else if(e instanceof bt){for(var t=[],n=0;n=0;)o+="this."+t[a]+" = props."+t[a]+";";var s=i&&new i;(s&&s.initialize||n&&n.initialize)&&(o+="this.initialize();"),o+="}}";var u=new Function(o)();if(s&&(u.prototype=s,u.BASE=i),i&&i.SUBCLASSES.push(u),u.prototype.CTOR=u,u.PROPS=t||null,u.SELF_PROPS=r,u.SUBCLASSES=[],e&&(u.prototype.TYPE=u.TYPE=e),n)for(a in n)v(n,a)&&(/^\$/.test(a)?u[a.substr(1)]=n[a]:u.prototype[a]=n[a]);return u.DEFMETHOD=function(e,t){this.prototype[e]=t},u}var ce=ue("Token","type value line col pos endline endcol endpos nlb comments_before comments_after file raw",{},null),le=ue("Node","start end",{_clone:function(e){if(e){var t=this.clone();return t.transform(new Sn(function(e){if(e!==t)return e.clone(!0)}))}return new this.CTOR(this)},clone:function(e){return this._clone(e)},$documentation:"Base class of all AST nodes",$propdoc:{start:"[AST_Token] The first token of this node",end:"[AST_Token] The last token of this node"},_walk:function(e){return e._visit(this)},walk:function(e){return this._walk(e)}},null);le.warn_function=null,le.warn=function(e,t){le.warn_function&&le.warn_function(E(e,t))};var fe=ue("Statement",null,{$documentation:"Base class of all statements"}),pe=ue("Debugger",null,{$documentation:"Represents a debugger statement"},fe),_e=ue("Directive","value quote",{$documentation:'Represents a directive, like "use strict";',$propdoc:{value:"[string] The value of this directive as a plain string (it's not an AST_String!)",quote:"[string] the original quote character"}},fe),de=ue("SimpleStatement","body",{$documentation:"A statement consisting of an expression, i.e. a = 1 + 2",$propdoc:{body:"[AST_Node] an expression node (should not be instanceof AST_Statement)"},_walk:function(e){return e._visit(this,function(){this.body._walk(e)})}},fe);function me(e,t){var n=e.body;if(n instanceof le)n._walk(t);else for(var i=0,r=n.length;i SymbolDef for all variables/functions defined in this scope",functions:"[Object/S] like `variables`, but only lists function declarations",uses_with:"[boolean/S] tells whether this scope uses the `with` statement",uses_eval:"[boolean/S] tells whether this scope contains a direct call to the global `eval`",parent_scope:"[AST_Scope?/S] link to the parent scope",enclosed:"[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes",cname:"[integer/S] current index for mangling variables (used internally by the mangler)"},get_defun_scope:function(){for(var e=this;e.is_block_scope();)e=e.parent_scope;return e},clone:function(e){var t=this._clone(e);return this.variables&&(t.variables=this.variables.clone()),this.functions&&(t.functions=this.functions.clone()),this.enclosed&&(t.enclosed=this.enclosed.slice()),t},pinned:function(){return this.uses_eval||this.uses_with}},he),Ne=ue("Toplevel","globals",{$documentation:"The toplevel scope",$propdoc:{globals:"[Object/S] a map of name -> SymbolDef for all undeclared names"},wrap_commonjs:function(e){var t=this.body,n="(function(exports){'$ORIG';})(typeof "+e+"=='undefined'?("+e+"={}):"+e+");";return n=(n=se(n)).transform(new Sn(function(e){if(e instanceof _e&&"$ORIG"==e.value)return d.splice(t)}))},wrap_enclose:function(e){"string"!=typeof e&&(e="");var t=e.indexOf(":");t<0&&(t=e.length);var n=this.body;return se(["(function(",e.slice(0,t),'){"$ORIG"})(',e.slice(t+1),")"].join("")).transform(new Sn(function(e){if(e instanceof _e&&"$ORIG"==e.value)return d.splice(n)}))}},Me),we=ue("Expansion","expression",{$documentation:"An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list",$propdoc:{expression:"[AST_Node] the thing to be expanded"},_walk:function(e){var t=this;return e._visit(this,function(){t.expression.walk(e)})}}),xe=ue("Lambda","name argnames uses_arguments is_generator async",{$documentation:"Base class for functions",$propdoc:{name:"[AST_SymbolDeclaration?] the name of this function",argnames:"[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments",uses_arguments:"[boolean/S] tells whether this function accesses the arguments array",is_generator:"[boolean] is this a generator method",async:"[boolean] is this method async"},args_as_names:function(){for(var e=[],t=0;t b)"},xe),Ve=ue("Defun","inlined",{$documentation:"A function definition"},xe),Pe=ue("Destructuring","names is_array",{$documentation:"A destructuring of several names. Used in destructuring assignment and with destructuring function argument names",$propdoc:{names:"[AST_Node*] Array of properties or elements",is_array:"[Boolean] Whether the destructuring represents an object or array"},_walk:function(e){return e._visit(this,function(){this.names.forEach(function(t){t._walk(e)})})},all_symbols:function(){var e=[];return this.walk(new gn(function(t){t instanceof kt&&e.push(t),t instanceof we&&e.push(t.expression)})),e}}),Be=ue("PrefixedTemplateString","template_string prefix",{$documentation:"A templatestring with a prefix, such as String.raw`foobarbaz`",$propdoc:{template_string:"[AST_TemplateString] The template string",prefix:"[AST_SymbolRef|AST_PropAccess] The prefix, which can be a symbol such as `foo` or a dotted expression such as `String.raw`."},_walk:function(e){this.prefix._walk(e),this.template_string._walk(e)}}),Ke=ue("TemplateString","segments",{$documentation:"A template string literal",$propdoc:{segments:"[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment."},_walk:function(e){return e._visit(this,function(){this.segments.forEach(function(t){t._walk(e)})})}}),Ue=ue("TemplateSegment","value raw",{$documentation:"A segment of a template string literal",$propdoc:{value:"Content of the segment",raw:"Raw content of the segment"}}),Ge=ue("Jump",null,{$documentation:"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)"},fe),He=ue("Exit","value",{$documentation:"Base class for “exits” (`return` and `throw`)",$propdoc:{value:"[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return"},_walk:function(e){return e._visit(this,this.value&&function(){this.value._walk(e)})}},Ge),Xe=ue("Return",null,{$documentation:"A `return` statement"},He),ze=ue("Throw",null,{$documentation:"A `throw` statement"},He),We=ue("LoopControl","label",{$documentation:"Base class for loop control statements (`break` and `continue`)",$propdoc:{label:"[AST_LabelRef?] the label, or null if none"},_walk:function(e){return e._visit(this,this.label&&function(){this.label._walk(e)})}},Ge),Ye=ue("Break",null,{$documentation:"A `break` statement"},We),qe=ue("Continue",null,{$documentation:"A `continue` statement"},We),$e=ue("If","condition alternative",{$documentation:"A `if` statement",$propdoc:{condition:"[AST_Node] the `if` condition",alternative:"[AST_Statement?] the `else` part, or null if not present"},_walk:function(e){return e._visit(this,function(){this.condition._walk(e),this.body._walk(e),this.alternative&&this.alternative._walk(e)})}},Se),je=ue("Switch","expression",{$documentation:"A `switch` statement",$propdoc:{expression:"[AST_Node] the `switch` “discriminant”"},_walk:function(e){return e._visit(this,function(){this.expression._walk(e),me(this,e)})}},he),Ze=ue("SwitchBranch",null,{$documentation:"Base class for `switch` branches"},he),Qe=ue("Default",null,{$documentation:"A `default` switch branch"},Ze),Je=ue("Case","expression",{$documentation:"A `case` switch branch",$propdoc:{expression:"[AST_Node] the `case` expression"},_walk:function(e){return e._visit(this,function(){this.expression._walk(e),me(this,e)})}},Ze),et=ue("Try","bcatch bfinally",{$documentation:"A `try` statement",$propdoc:{bcatch:"[AST_Catch?] the catch block, or null if not present",bfinally:"[AST_Finally?] the finally block, or null if not present"},_walk:function(e){return e._visit(this,function(){me(this,e),this.bcatch&&this.bcatch._walk(e),this.bfinally&&this.bfinally._walk(e)})}},he),tt=ue("Catch","argname",{$documentation:"A `catch` node; only makes sense as part of a `try` statement",$propdoc:{argname:"[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception"},_walk:function(e){return e._visit(this,function(){this.argname&&this.argname._walk(e),me(this,e)})}},he),nt=ue("Finally",null,{$documentation:"A `finally` node; only makes sense as part of a `try` statement"},he),it=ue("Definitions","definitions",{$documentation:"Base class for `var` or `const` nodes (variable declarations/initializations)",$propdoc:{definitions:"[AST_VarDef*] array of variable definitions"},_walk:function(e){return e._visit(this,function(){for(var t=this.definitions,n=0,i=t.length;n a`"},St),bt=ue("Array","elements",{$documentation:"An array literal",$propdoc:{elements:"[AST_Node*] array of elements"},_walk:function(e){return e._visit(this,function(){for(var t=this.elements,n=0,i=t.length;n=0;){var i=t[n];if(i instanceof e)return i}},has_directive:function(e){var t=this.directives[e];if(t)return t;var n=this.stack[this.stack.length-1];if(n instanceof Me&&n.body)for(var i=0;i=0;){if((i=t[n])instanceof Ae&&i.label.name==e.label.name)return i.body}else for(n=t.length;--n>=0;){var i;if((i=t[n])instanceof ve||e instanceof Ye&&i instanceof je)return i}}},Sn.prototype=new gn;var An=Object.freeze({AST_Accessor:ke,AST_Array:bt,AST_Arrow:Le,AST_Assign:vt,AST_Atom:un,AST_Await:hn,AST_Binary:St,AST_Block:he,AST_BlockStatement:De,AST_Boolean:dn,AST_Break:Ye,AST_Call:ft,AST_Case:Je,AST_Catch:tt,AST_Class:Nt,AST_ClassExpression:xt,AST_ConciseMethod:Mt,AST_Conditional:At,AST_Const:at,AST_Constant:rn,AST_Continue:qe,AST_Debugger:pe,AST_Default:Qe,AST_DefaultAssign:Tt,AST_DefClass:wt,AST_Definitions:it,AST_Defun:Ve,AST_Destructuring:Pe,AST_Directive:_e,AST_Do:be,AST_Dot:mt,AST_DWLoop:Te,AST_EmptyStatement:ge,AST_Exit:He,AST_Expansion:we,AST_Export:ct,AST_False:mn,AST_Finally:nt,AST_For:Ce,AST_ForIn:Oe,AST_ForOf:Fe,AST_Function:Ie,AST_Hole:pn,AST_If:$e,AST_Import:ut,AST_Infinity:_n,AST_IterationStatement:ve,AST_Jump:Ge,AST_Label:jt,AST_LabeledStatement:Ae,AST_LabelRef:en,AST_Lambda:xe,AST_Let:ot,AST_LoopControl:We,AST_NameMapping:st,AST_NaN:ln,AST_New:pt,AST_NewTarget:It,AST_Node:le,AST_Null:cn,AST_Number:an,AST_Object:yt,AST_ObjectGetter:Rt,AST_ObjectKeyVal:Ot,AST_ObjectProperty:Ct,AST_ObjectSetter:Ft,AST_PrefixedTemplateString:Be,AST_PropAccess:dt,AST_RegExp:sn,AST_Return:Xe,AST_Scope:Me,AST_Sequence:_t,AST_SimpleStatement:de,AST_Statement:fe,AST_StatementWithBody:Se,AST_String:on,AST_Sub:Et,AST_Super:nn,AST_Switch:je,AST_SwitchBranch:Ze,AST_Symbol:kt,AST_SymbolBlockDeclaration:Pt,AST_SymbolCatch:Yt,AST_SymbolClass:Wt,AST_SymbolConst:Bt,AST_SymbolDeclaration:Lt,AST_SymbolDefClass:zt,AST_SymbolDefun:Gt,AST_SymbolExport:Qt,AST_SymbolExportForeign:Jt,AST_SymbolFunarg:Ut,AST_SymbolImport:qt,AST_SymbolImportForeign:$t,AST_SymbolLambda:Xt,AST_SymbolLet:Kt,AST_SymbolMethod:Ht,AST_SymbolRef:Zt,AST_SymbolVar:Vt,AST_TemplateSegment:Ue,AST_TemplateString:Ke,AST_This:tn,AST_Throw:ze,AST_Token:ce,AST_Toplevel:Ne,AST_True:En,AST_Try:et,AST_Unary:ht,AST_UnaryPostfix:gt,AST_UnaryPrefix:Dt,AST_Undefined:fn,AST_Var:rt,AST_VarDef:lt,AST_While:ye,AST_With:Re,AST_Yield:Dn,TreeTransformer:Sn,TreeWalker:gn,walk_body:me});!function(e){function t(t,n){t.DEFMETHOD("transform",function(t,i){var r,o;return t.push(this),t.before&&(r=t.before(this,n,i)),r===e&&(n(r=this,t),t.after&&(o=t.after(r,i))!==e&&(r=o)),t.pop(),r})}function n(e,t){return d(e,function(e){return e.transform(t,!0)})}t(le,c),t(Ae,function(e,t){e.label=e.label.transform(t),e.body=e.body.transform(t)}),t(de,function(e,t){e.body=e.body.transform(t)}),t(he,function(e,t){e.body=n(e.body,t)}),t(be,function(e,t){e.body=e.body.transform(t),e.condition=e.condition.transform(t)}),t(ye,function(e,t){e.condition=e.condition.transform(t),e.body=e.body.transform(t)}),t(Ce,function(e,t){e.init&&(e.init=e.init.transform(t)),e.condition&&(e.condition=e.condition.transform(t)),e.step&&(e.step=e.step.transform(t)),e.body=e.body.transform(t)}),t(Oe,function(e,t){e.init=e.init.transform(t),e.object=e.object.transform(t),e.body=e.body.transform(t)}),t(Re,function(e,t){e.expression=e.expression.transform(t),e.body=e.body.transform(t)}),t(He,function(e,t){e.value&&(e.value=e.value.transform(t))}),t(We,function(e,t){e.label&&(e.label=e.label.transform(t))}),t($e,function(e,t){e.condition=e.condition.transform(t),e.body=e.body.transform(t),e.alternative&&(e.alternative=e.alternative.transform(t))}),t(je,function(e,t){e.expression=e.expression.transform(t),e.body=n(e.body,t)}),t(Je,function(e,t){e.expression=e.expression.transform(t),e.body=n(e.body,t)}),t(et,function(e,t){e.body=n(e.body,t),e.bcatch&&(e.bcatch=e.bcatch.transform(t)),e.bfinally&&(e.bfinally=e.bfinally.transform(t))}),t(tt,function(e,t){e.argname&&(e.argname=e.argname.transform(t)),e.body=n(e.body,t)}),t(it,function(e,t){e.definitions=n(e.definitions,t)}),t(lt,function(e,t){e.name=e.name.transform(t),e.value&&(e.value=e.value.transform(t))}),t(Pe,function(e,t){e.names=n(e.names,t)}),t(xe,function(e,t){e.name&&(e.name=e.name.transform(t)),e.argnames=n(e.argnames,t),e.body instanceof le?e.body=e.body.transform(t):e.body=n(e.body,t)}),t(ft,function(e,t){e.expression=e.expression.transform(t),e.args=n(e.args,t)}),t(_t,function(e,t){e.expressions=n(e.expressions,t)}),t(mt,function(e,t){e.expression=e.expression.transform(t)}),t(Et,function(e,t){e.expression=e.expression.transform(t),e.property=e.property.transform(t)}),t(Dn,function(e,t){e.expression&&(e.expression=e.expression.transform(t))}),t(hn,function(e,t){e.expression=e.expression.transform(t)}),t(ht,function(e,t){e.expression=e.expression.transform(t)}),t(St,function(e,t){e.left=e.left.transform(t),e.right=e.right.transform(t)}),t(At,function(e,t){e.condition=e.condition.transform(t),e.consequent=e.consequent.transform(t),e.alternative=e.alternative.transform(t)}),t(bt,function(e,t){e.elements=n(e.elements,t)}),t(yt,function(e,t){e.properties=n(e.properties,t)}),t(Ct,function(e,t){e.key instanceof le&&(e.key=e.key.transform(t)),e.value=e.value.transform(t)}),t(Nt,function(e,t){e.name&&(e.name=e.name.transform(t)),e.extends&&(e.extends=e.extends.transform(t)),e.properties=n(e.properties,t)}),t(we,function(e,t){e.expression=e.expression.transform(t)}),t(st,function(e,t){e.foreign_name=e.foreign_name.transform(t),e.name=e.name.transform(t)}),t(ut,function(e,t){e.imported_name&&(e.imported_name=e.imported_name.transform(t)),e.imported_names&&n(e.imported_names,t),e.module_name=e.module_name.transform(t)}),t(ct,function(e,t){e.exported_definition&&(e.exported_definition=e.exported_definition.transform(t)),e.exported_value&&(e.exported_value=e.exported_value.transform(t)),e.exported_names&&n(e.exported_names,t),e.module_name&&(e.module_name=e.module_name.transform(t))}),t(Ke,function(e,t){e.segments=n(e.segments,t)}),t(Be,function(e,t){e.prefix=e.prefix.transform(t),e.template_string=e.template_string.transform(t)})}();var vn=/^$|[;{][\s\n]*$/;function Tn(e){return"comment2"==e.type&&/@preserve|@license|@cc_on/i.test(e.value)}function bn(e){var t=!e;void 0===(e=s(e,{ascii_only:!1,beautify:!1,braces:!1,comments:!1,ecma:5,ie8:!1,indent_level:4,indent_start:0,inline_script:!0,keep_quoted_props:!1,max_line_len:!1,preamble:null,quote_keys:!1,quote_style:0,safari10:!1,semicolons:!0,shebang:!0,shorthand:void 0,source_map:null,webkit:!1,width:80,wrap_iife:!1},!0)).shorthand&&(e.shorthand=e.ecma>5);var n=l;if(e.comments){var i=e.comments;if("string"==typeof e.comments&&/^\/.*\/[a-zA-Z]*$/.test(e.comments)){var r=e.comments.lastIndexOf("/");i=new RegExp(e.comments.substr(1,r-1),e.comments.substr(r+1))}n=i instanceof RegExp?function(e){return"comment5"!=e.type&&i.test(e.value)}:"function"==typeof i?function(e){return"comment5"!=e.type&&i(this,e)}:"some"===i?Tn:f}var o=0,a=0,u=1,p=0,_="",d=e.ascii_only?function(t,n){return e.ecma>=6&&(t=t.replace(/[\ud800-\udbff][\udc00-\udfff]/g,function(e){var t,n;return"\\u{"+(t=e,n=0,X(t.charAt(n))?65536+(t.charCodeAt(n)-55296<<10)+t.charCodeAt(n+1)-56320:t.charCodeAt(n)).toString(16)+"}"})),t.replace(/[\u0000-\u001f\u007f-\uffff]/g,function(e){var t=e.charCodeAt(0).toString(16);if(t.length<=2&&!n){for(;t.length<2;)t="0"+t;return"\\x"+t}for(;t.length<4;)t="0"+t;return"\\u"+t})}:function(e){for(var t="",n=0,i=e.length;nr?o():a()}}(t,n);return e.inline_script&&(i=(i=(i=i.replace(/<\x2f(script)([>\/\t\n\f\r ])/gi,"<\\/$1$2")).replace(/\x3c!--/g,"\\x3c!--")).replace(/--\x3e/g,"--\\x3e")),i}function E(t){return function e(t,n){if(n<=0)return"";if(1==n)return t;var i=e(t,n>>1);return i+=i,1&n&&(i+=t),i}(" ",e.indent_start+o-t*e.indent_level)}var h,D,A=!1,v=!1,T=!1,b=0,y=!1,C=!1,O=-1,F="",R=e.source_map&&[],M=R?function(){R.forEach(function(t){try{e.source_map.add(t.token.file,t.line,t.col,t.token.line,t.token.col,t.name||"name"!=t.token.type?t.name:t.token.value)}catch(e){null!=t.token.file&&le.warn("Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]",{file:t.token.file,line:t.token.line,col:t.token.col,cline:t.line,ccol:t.col,name:t.name||""})}}),R=[]}:c,N=e.max_line_len?function(){if(a>e.max_line_len){if(b){var t=_.slice(0,b),n=_.slice(b);if(R){var i=n.length-a;R.forEach(function(e){e.line++,e.col+=i})}_=t+"\n"+n,u++,p++,a=n.length}a>e.max_line_len&&le.warn("Output exceeds {max_line_len} characters",e)}b&&(b=0,M())}:c,w=g("( [ + * / - , . `");function x(t){var n=H(t=String(t),0);y&&n&&(y=!1,"\n"!==n&&(x("\n"),I())),C&&n&&(C=!1,/[\s;})]/.test(n)||k()),O=-1;var i=F.charAt(F.length-1);T&&(T=!1,(":"!==i||"}"!==n)&&(n&&";}".includes(n)||";"===i)||(e.semicolons||w(n)?(_+=";",a++,p++):(N(),_+="\n",p++,u++,a=0,/^\s+$/.test(t)&&(T=!0)),e.beautify||(v=!1))),v&&(($(i)&&($(n)||"\\"==n)||"/"==n&&n==i||("+"==n||"-"==n)&&n==F)&&(_+=" ",a++,p++),v=!1),h&&(R.push({token:h,name:D,line:u,col:a}),h=!1,b||M()),_+=t,A="("==t[t.length-1],p+=t.length;var r=t.split(/\r?\n/),o=r.length-1;u+=o,a+=r[0].length,o>0&&(N(),a=r[o].length),F=t}var k=e.beautify?function(){x(" ")}:function(){v=!0},I=e.beautify?function(t){e.beautify&&x(E(t?.5:0))}:c,L=e.beautify?function(e,t){!0===e&&(e=K());var n=o;o=e;var i=t();return o=n,i}:function(e,t){return t()},V=e.beautify?function(){if(O<0)return x("\n");"\n"!=_[O]&&(_=_.slice(0,O)+"\n"+_.slice(O),p++,u++),O++}:e.max_line_len?function(){N(),b=_.length}:c,P=e.beautify?function(){x(";")}:function(){T=!0};function B(){T=!1,x(";")}function K(){return o+e.indent_level}function U(){return b&&N(),_}function G(){var e=_.lastIndexOf("\n");return/^ *$/.test(_.slice(e+1))}var W=[];return{get:U,toString:U,indent:I,indentation:function(){return o},current_width:function(){return a-o},should_break:function(){return e.width&&this.current_width()>=e.width},has_parens:function(){return A},newline:V,print:x,star:function(){x("*")},space:k,comma:function(){x(","),k()},colon:function(){x(":"),k()},last:function(){return F},semicolon:P,force_semicolon:B,to_utf8:d,print_name:function(e){x(function(e){return e=e.toString(),e=d(e,!0)}(e))},print_string:function(e,t,n){var i=m(e,t);!0!==n||i.includes("\\")||(vn.test(_)||B(),B()),x(i)},print_template_string_chars:function(e){var t=m(e,"`").replace(/\${/g,"\\${");return x(t.substr(1,t.length-2))},encode_string:m,next_indent:K,with_indent:L,with_block:function(e){var t;return x("{"),V(),L(K(),function(){t=e()}),I(),x("}"),t},with_parens:function(e){x("(");var t=e();return x(")"),t},with_square:function(e){x("[");var t=e();return x("]"),t},add_mapping:R?function(e,t){h=e,D=t}:c,option:function(t){return e[t]},prepend_comments:t?c:function(t){var i=this,r=t.start;if(r&&(!r.comments_before||r.comments_before._dumped!==i)){var o=r.comments_before;if(o||(o=r.comments_before=[]),o._dumped=i,t instanceof He&&t.value){var a=new gn(function(e){var t=a.parent();if(!(t instanceof He||t instanceof St&&t.left===e||"Call"==t.TYPE&&t.expression===e||t instanceof At&&t.condition===e||t instanceof mt&&t.expression===e||t instanceof _t&&t.expressions[0]===e||t instanceof Et&&t.expression===e||t instanceof gt))return!0;if(e.start){var n=e.start.comments_before;n&&n._dumped!==i&&(n._dumped=i,o=o.concat(n))}});a.push(t),t.value.walk(a)}if(0==p){o.length>0&&e.shebang&&"comment5"==o[0].type&&(x("#!"+o.shift().value+"\n"),I());var s=e.preamble;s&&x(s.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g,"\n"))}if(0!=(o=o.filter(n,t)).length){var u=G();o.forEach(function(e,t){u||(e.nlb?(x("\n"),I(),u=!0):t>0&&k()),/comment[134]/.test(e.type)?(x("//"+e.value.replace(/[@#]__PURE__/g," ")+"\n"),I(),u=!0):"comment2"==e.type&&(x("/*"+e.value.replace(/[@#]__PURE__/g," ")+"*/"),u=!1)}),u||(r.nlb?(x("\n"),I()):k())}}},append_comments:t||n===l?c:function(e,t){var i=e.end;if(i){var r=i[t?"comments_before":"comments_after"];if(r&&r._dumped!==this&&(e instanceof fe||S(r,function(e){return!/comment[134]/.test(e.type)}))){r._dumped=this;var o=_.length;r.filter(n,e).forEach(function(e,n){C=!1,y?(x("\n"),I(),y=!1):e.nlb&&(n>0||!G())?(x("\n"),I()):(n>0||!t)&&k(),/comment[134]/.test(e.type)?(x("//"+e.value.replace(/[@#]__PURE__/g," ")),y=!0):"comment2"==e.type&&(x("/*"+e.value.replace(/[@#]__PURE__/g," ")+"*/"),C=!0)}),_.length>o&&(O=o)}}},line:function(){return u},col:function(){return a},pos:function(){return p},push_node:function(e){W.push(e)},pop_node:function(){return W.pop()},parent:function(e){return W[W.length-2-(e||0)]}}}function yn(e,t,n){this.name=t.name,this.orig=[t],this.init=n,this.eliminated=0,this.scope=e,this.references=[],this.replaced=0,this.global=!1,this.export=!1,this.mangled_name=null,this.undeclared=!1,this.id=yn.next_id++}!function(){function e(e,t){e.DEFMETHOD("_codegen",t)}var t=!1,n=null,i=null;function r(e,t){Array.isArray(e)?e.forEach(function(e){r(e,t)}):e.DEFMETHOD("needs_parens",t)}function o(e,n,i,r){var o=e.length-1;t=r,e.forEach(function(e,r){!0!==t||e instanceof _e||e instanceof ge||e instanceof de&&e.body instanceof on||(t=!1),e instanceof ge||(i.indent(),e.print(i),r==o&&n||(i.newline(),n&&i.newline())),!0===t&&e instanceof de&&e.body instanceof on&&(t=!1)}),t=!1}function a(e,t){t.print("{"),t.with_indent(t.next_indent(),function(){t.append_comments(e,!0)}),t.print("}")}function s(e,t,n){e.body.length>0?t.with_block(function(){o(e.body,!1,t,n)}):a(e,t)}function u(e,t,n){var i=!1;n&&e.walk(new gn(function(e){return!!(i||e instanceof Me)||(e instanceof St&&"in"==e.operator?(i=!0,!0):void 0)})),e.print(t,i)}function f(e,t,n){n.option("quote_keys")?n.print_string(e):""+ +e==e&&e>=0?n.print(d(e)):(O(e)?!n.option("ie8"):j(e))?t&&n.option("keep_quoted_props")?n.print_string(e,t):n.print_name(e):n.print_string(e,t)}function p(e,t){t.option("braces")?m(e,t):!e||e instanceof ge?t.force_semicolon():e.print(t)}function _(e,t){return e.args.length>0||t.option("beautify")}function d(e){var t,n=[e.toString(10).replace(/^0\./,".").replace("e+","e")];return Math.floor(e)===e?(n.push((e>=0?"0x":"-0x")+e.toString(16).toLowerCase()),(t=/^(.*?)(0{3,})$/.exec(e))&&n.push(t[1]+"e"+t[2].length)):(t=/^0?\.(0+)(.*)$/.exec(e))&&n.push(t[2]+"e-"+(t[1].length+t[2].length)),function(e){for(var t=e[0],n=t.length,i=1;io||i==o&&(this===t.right||"**"==n))return!0}}),r(Dn,function(e){var t=e.parent();return t instanceof St&&"="!==t.operator||(t instanceof ft&&t.expression===this||(t instanceof At&&t.condition===this||(t instanceof ht||(t instanceof dt&&t.expression===this||void 0))))}),r(dt,function(e){var t=e.parent();if(t instanceof pt&&t.expression===this){var n=!1;return this.walk(new gn(function(e){return!!(n||e instanceof Me)||(e instanceof ft?(n=!0,!0):void 0)})),n}}),r(ft,function(e){var t,n=e.parent();return!!(n instanceof pt&&n.expression===this||n instanceof ct&&n.is_default&&this.expression instanceof Ie)||this.expression instanceof Ie&&n instanceof dt&&n.expression===this&&(t=e.parent(1))instanceof vt&&t.left===n}),r(pt,function(e){var t=e.parent();if(!_(this,e)&&(t instanceof dt||t instanceof ft&&t.expression===this))return!0}),r(an,function(e){var t=e.parent();if(t instanceof dt&&t.expression===this){var n=this.getValue();if(n<0||/^0/.test(d(n)))return!0}}),r([vt,At],function(e){var t=e.parent();return t instanceof ht||(t instanceof St&&!(t instanceof vt)||(t instanceof ft&&t.expression===this||(t instanceof At&&t.condition===this||(t instanceof dt&&t.expression===this||(this instanceof vt&&this.left instanceof Pe&&!1===this.left.is_array||void 0)))))}),e(_e,function(e,t){t.print_string(e.value,e.quote),t.semicolon()}),e(we,function(e,t){t.print("..."),e.expression.print(t)}),e(Pe,function(e,t){t.print(e.is_array?"[":"{");var n=e.names.length;e.names.forEach(function(e,i){i>0&&t.comma(),e.print(t),i==n-1&&e instanceof pn&&t.comma()}),t.print(e.is_array?"]":"}")}),e(pe,function(e,t){t.print("debugger"),t.semicolon()}),Se.DEFMETHOD("_do_print_body",function(e){p(this.body,e)}),e(fe,function(e,t){e.body.print(t),t.semicolon()}),e(Ne,function(e,t){o(e.body,!0,t,!0),t.print("")}),e(Ae,function(e,t){e.label.print(t),t.colon(),e.body.print(t)}),e(de,function(e,t){e.body.print(t),t.semicolon()}),e(De,function(e,t){s(e,t)}),e(ge,function(e,t){t.semicolon()}),e(be,function(e,t){t.print("do"),t.space(),m(e.body,t),t.space(),t.print("while"),t.space(),t.with_parens(function(){e.condition.print(t)}),t.semicolon()}),e(ye,function(e,t){t.print("while"),t.space(),t.with_parens(function(){e.condition.print(t)}),t.space(),e._do_print_body(t)}),e(Ce,function(e,t){t.print("for"),t.space(),t.with_parens(function(){e.init?(e.init instanceof it?e.init.print(t):u(e.init,t,!0),t.print(";"),t.space()):t.print(";"),e.condition?(e.condition.print(t),t.print(";"),t.space()):t.print(";"),e.step&&e.step.print(t)}),t.space(),e._do_print_body(t)}),e(Oe,function(e,t){t.print("for"),e.await&&(t.space(),t.print("await")),t.space(),t.with_parens(function(){e.init.print(t),t.space(),t.print(e instanceof Fe?"of":"in"),t.space(),e.object.print(t)}),t.space(),e._do_print_body(t)}),e(Re,function(e,t){t.print("with"),t.space(),t.with_parens(function(){e.expression.print(t)}),t.space(),e._do_print_body(t)}),xe.DEFMETHOD("_do_print",function(e,t){var n=this;t||(n.async&&(e.print("async"),e.space()),e.print("function"),n.is_generator&&e.star(),n.name&&e.space()),n.name instanceof kt?n.name.print(e):t&&n.name instanceof le&&e.with_square(function(){n.name.print(e)}),e.with_parens(function(){n.argnames.forEach(function(t,n){n&&e.comma(),t.print(e)})}),e.space(),s(n,e,!0)}),e(xe,function(e,t){e._do_print(t)}),e(Be,function(e,t){var n=e.prefix,i=n instanceof Le||n instanceof St||n instanceof At||n instanceof _t||n instanceof ht;i&&t.print("("),e.prefix.print(t),i&&t.print(")"),e.template_string.print(t)}),e(Ke,function(e,t){var n=t.parent()instanceof Be;t.print("`");for(var i=0;i"),e.space(),t.body instanceof le?t.body.print(e):s(t,e),i&&e.print(")")}),He.DEFMETHOD("_do_print",function(e,t){e.print(t),this.value&&(e.space(),this.value.print(e)),e.semicolon()}),e(Xe,function(e,t){e._do_print(t,"return")}),e(ze,function(e,t){e._do_print(t,"throw")}),e(Dn,function(e,t){var n=e.is_star?"*":"";t.print("yield"+n),e.expression&&(t.space(),e.expression.print(t))}),e(hn,function(e,t){t.print("await"),t.space();var n=e.expression,i=!(n instanceof ft||n instanceof Zt||n instanceof dt||n instanceof ht||n instanceof rn);i&&t.print("("),e.expression.print(t),i&&t.print(")")}),We.DEFMETHOD("_do_print",function(e,t){e.print(t),this.label&&(e.space(),this.label.print(e)),e.semicolon()}),e(Ye,function(e,t){e._do_print(t,"break")}),e(qe,function(e,t){e._do_print(t,"continue")}),e($e,function(e,t){t.print("if"),t.space(),t.with_parens(function(){e.condition.print(t)}),t.space(),e.alternative?(!function(e,t){var n=e.body;if(t.option("braces")||t.option("ie8")&&n instanceof be)return m(n,t);if(!n)return t.force_semicolon();for(;;)if(n instanceof $e){if(!n.alternative)return void m(e.body,t);n=n.alternative}else{if(!(n instanceof Se))break;n=n.body}p(e.body,t)}(e,t),t.space(),t.print("else"),t.space(),e.alternative instanceof $e?e.alternative.print(t):p(e.alternative,t)):e._do_print_body(t)}),e(je,function(e,t){t.print("switch"),t.space(),t.with_parens(function(){e.expression.print(t)}),t.space();var n=e.body.length-1;n<0?a(e,t):t.with_block(function(){e.body.forEach(function(e,i){t.indent(!0),e.print(t),i0&&t.newline()})})}),Ze.DEFMETHOD("_do_print_body",function(e){e.newline(),this.body.forEach(function(t){e.indent(),t.print(e),e.newline()})}),e(Qe,function(e,t){t.print("default:"),e._do_print_body(t)}),e(Je,function(e,t){t.print("case"),t.space(),e.expression.print(t),t.print(":"),e._do_print_body(t)}),e(et,function(e,t){t.print("try"),t.space(),s(e,t),e.bcatch&&(t.space(),e.bcatch.print(t)),e.bfinally&&(t.space(),e.bfinally.print(t))}),e(tt,function(e,t){t.print("catch"),e.argname&&(t.space(),t.with_parens(function(){e.argname.print(t)})),t.space(),s(e,t)}),e(nt,function(e,t){t.print("finally"),t.space(),s(e,t)}),it.DEFMETHOD("_do_print",function(e,t){e.print(t),e.space(),this.definitions.forEach(function(t,n){n&&e.comma(),t.print(e)});var n=e.parent();(!(n instanceof Ce||n instanceof Oe)||n&&n.init!==this)&&e.semicolon()}),e(ot,function(e,t){e._do_print(t,"let")}),e(rt,function(e,t){e._do_print(t,"var")}),e(at,function(e,t){e._do_print(t,"const")}),e(ut,function(e,t){t.print("import"),t.space(),e.imported_name&&e.imported_name.print(t),e.imported_name&&e.imported_names&&(t.print(","),t.space()),e.imported_names&&(1===e.imported_names.length&&"*"===e.imported_names[0].foreign_name.name?e.imported_names[0].print(t):(t.print("{"),e.imported_names.forEach(function(n,i){t.space(),n.print(t),i0&&(e.comma(),e.should_break()&&(e.newline(),e.indent())),t.print(e)})}),e(_t,function(e,t){e._do_print(t)}),e(mt,function(e,t){var n=e.expression;n.print(t);var i=e.property;t.option("ie8")&&O(i)?(t.print("["),t.add_mapping(e.end),t.print_string(i),t.print("]")):(n instanceof an&&n.getValue()>=0&&(/[xa-f.)]/i.test(t.last())||t.print(".")),t.print("."),t.add_mapping(e.end),t.print_name(i))}),e(Et,function(e,t){e.expression.print(t),t.print("["),e.property.print(t),t.print("]")}),e(Dt,function(e,t){var n=e.operator;t.print(n),(/^[a-z]/i.test(n)||/[+-]$/.test(n)&&e.expression instanceof Dt&&/^[+-]/.test(e.expression.operator))&&t.space(),e.expression.print(t)}),e(gt,function(e,t){e.expression.print(t),t.print(e.operator)}),e(St,function(e,t){var n=e.operator;e.left.print(t),">"==n[0]&&e.left instanceof gt&&"--"==e.left.operator?t.print(" "):t.space(),t.print(n),("<"==n||"<<"==n)&&e.right instanceof Dt&&"!"==e.right.operator&&e.right.expression instanceof Dt&&"--"==e.right.expression.operator?t.print(" "):t.space(),e.right.print(t)}),e(At,function(e,t){e.condition.print(t),t.space(),t.print("?"),t.space(),e.consequent.print(t),t.space(),t.colon(),e.alternative.print(t)}),e(bt,function(e,t){t.with_square(function(){var n=e.elements,i=n.length;i>0&&t.space(),n.forEach(function(e,n){n&&t.comma(),e.print(t),n===i-1&&e instanceof pn&&t.comma()}),i>0&&t.space()})}),e(yt,function(e,t){e.properties.length>0?t.with_block(function(){e.properties.forEach(function(e,n){n&&(t.print(","),t.newline()),t.indent(),e.print(t)}),t.newline()}):a(e,t)}),e(Nt,function(e,t){if(t.print("class"),t.space(),e.name&&(e.name.print(t),t.space()),e.extends){var n=!(e.extends instanceof Zt||e.extends instanceof dt||e.extends instanceof xt||e.extends instanceof Ie);t.print("extends"),n?t.print("("):t.space(),e.extends.print(t),n?t.print(")"):t.space()}e.properties.length>0?t.with_block(function(){e.properties.forEach(function(e,n){n&&t.newline(),t.indent(),e.print(t)}),t.newline()}):t.print("{}")}),e(It,function(e,t){t.print("new.target")}),e(Ot,function(e,t){function n(e){var t=e.definition();return t?t.mangled_name||t.name:e.name}var i=t.option("shorthand");i&&e.value instanceof kt&&j(e.key)&&n(e.value)===e.key&&Y(e.key)?f(e.key,e.quote,t):i&&e.value instanceof Tt&&e.value.left instanceof kt&&j(e.key)&&n(e.value.left)===e.key?(f(e.key,e.quote,t),t.space(),t.print("="),t.space(),e.value.right.print(t)):(e.key instanceof le?t.with_square(function(){e.key.print(t)}):f(e.key,e.quote,t),t.colon(),e.value.print(t))}),Ct.DEFMETHOD("_print_getter_setter",function(e,t){var n=this;n.static&&(t.print("static"),t.space()),e&&(t.print(e),t.space()),n.key instanceof Ht?f(n.key.name,n.quote,t):t.with_square(function(){n.key.print(t)}),n.value._do_print(t,!0)}),e(Ft,function(e,t){e._print_getter_setter("set",t)}),e(Rt,function(e,t){e._print_getter_setter("get",t)}),e(Mt,function(e,t){var n;e.is_generator&&e.async?n="async*":e.is_generator?n="*":e.async&&(n="async"),e._print_getter_setter(n,t)}),kt.DEFMETHOD("_do_print",function(e){var t=this.definition();e.print_name(t?t.mangled_name||t.name:this.name)}),e(kt,function(e,t){e._do_print(t)}),e(pn,c),e(tn,function(e,t){t.print("this")}),e(nn,function(e,t){t.print("super")}),e(rn,function(e,t){t.print(e.getValue())}),e(on,function(e,n){n.print_string(e.getValue(),e.quote,t)}),e(an,function(e,t){i&&e.start&&null!=e.start.raw?t.print(e.start.raw):t.print(d(e.getValue()))}),e(sn,function(e,t){var n=e.getValue().toString();n=t.to_utf8(n),t.print(n);var i=t.parent();i instanceof St&&/^in/.test(i.operator)&&i.left===e&&t.print(" ")}),E([le,Ae,Ne],c),E([bt,De,tt,Nt,rn,pe,it,_e,nt,Ge,xe,pt,yt,Se,kt,je,Ze,et],function(e){e.add_mapping(this.start)}),E([Rt,Ft],function(e){e.add_mapping(this.start,this.key.name)}),E([Ct],function(e){e.add_mapping(this.start,this.key)})}(),yn.next_id=1;var Cn=1,On=2;function Fn(e,t){var n=e.enclosed;e:for(;;){var r=Rn(++e.cname);if(Y(r)&&!i(r,t.reserved)){for(var o=n.length;--o>=0;){var a=n[o];if(r==(a.mangled_name||a.unmangleable(t)&&a.name))continue e}return r}}}yn.prototype={unmangleable:function(e){return e||(e={}),this.global&&!e.toplevel||this.export&Cn||this.undeclared||!e.eval&&this.scope.pinned()||(this.orig[0]instanceof Xt||this.orig[0]instanceof Gt)&&b(e.keep_fnames,this.orig[0].name)||this.orig[0]instanceof Ht||(this.orig[0]instanceof Wt||this.orig[0]instanceof zt)&&b(e.keep_classnames,this.orig[0].name)},mangle:function(e){var t=e.cache&&e.cache.props;if(this.global&&t&&t.has(this.name))this.mangled_name=t.get(this.name);else if(!this.mangled_name&&!this.unmangleable(e)){var n,i=this.scope,r=this.orig[0];e.ie8&&r instanceof Xt&&(i=i.parent_scope),(n=this.redefined())?this.mangled_name=n.mangled_name||n.name:this.mangled_name=i.next_mangled(e,this),this.global&&t&&t.set(this.name,this.mangled_name)}},redefined:function(){return this.defun&&this.defun.variables.get(this.name)}},Ne.DEFMETHOD("figure_out_scope",function(e){e=s(e,{cache:null,ie8:!1,safari10:!1});var t=this,n=t.parent_scope=null,i=new A,r=null,o=null,a=[],u=new gn(function(t,s){if(t.is_block_scope()){var c=n;return t.block_scope=n=new Me(t),n.init_scope_vars(c),t instanceof Me||(n.uses_with=c.uses_with,n.uses_eval=c.uses_eval,n.directives=c.directives),e.safari10&&(t instanceof Ce||t instanceof Oe)&&a.push(n),s(),n=c,!0}if(t instanceof Pe)return o=t,s(),o=null,!0;if(t instanceof Me){t.init_scope_vars(n);c=n;var l=r,f=i;return r=n=t,i=new A,s(),n=c,r=l,i=f,!0}if(t instanceof Ae){var p=t.label;if(i.has(p.name))throw new Error(E("Label {name} defined twice",p));return i.set(p.name,p),s(),i.del(p.name),!0}if(t instanceof Re)for(var _=n;_;_=_.parent_scope)_.uses_with=!0;else{if(t instanceof kt&&(t.scope=n),t instanceof jt&&(t.thedef=t,t.references=[]),t instanceof Xt)r.def_function(t,"arguments"==t.name?void 0:r);else if(t instanceof Gt)h((t.scope=r.parent_scope.get_defun_scope()).def_function(t,r),1);else if(t instanceof Wt)h(r.def_variable(t,r),1);else if(t instanceof qt)n.def_variable(t);else if(t instanceof zt)h((t.scope=r.parent_scope).def_function(t,r),1);else if(t instanceof Vt||t instanceof Kt||t instanceof Bt){if(S((d=t instanceof Pt?n.def_variable(t,null):r.def_variable(t,"SymbolVar"==t.TYPE?null:void 0)).orig,function(e){return e===t||(t instanceof Pt?e instanceof Xt:!(e instanceof Kt||e instanceof Bt))})||Q(t.name+" redeclared",t.start.file,t.start.line,t.start.col,t.start.pos),t instanceof Ut||h(d,2),d.destructuring=o,r!==n){t.mark_enclosed(e);var d=n.find_variable(t);t.thedef!==d&&(t.thedef=d,t.reference(e))}}else if(t instanceof Yt)n.def_variable(t).defun=r;else if(t instanceof en){var m=i.get(t.name);if(!m)throw new Error(E("Undefined label {name} [{line},{col}]",{name:t.name,line:t.start.line,col:t.start.col}));t.thedef=m}n instanceof Ne||!(t instanceof ct||t instanceof ut)||Q(t.TYPE+" statement may only appear at top level",t.start.file,t.start.line,t.start.col,t.start.pos)}function h(e,t){if(o){var n=0;do{t++}while(u.parent(n++)!==o)}var i=u.parent(t);if(e.export=i instanceof ct&&Cn){var r=i.exported_definition;(r instanceof Ve||r instanceof wt)&&i.is_default&&(e.export=On)}}});t.walk(u),t.globals=new A;u=new gn(function(n,i){if(n instanceof We&&n.label)return n.label.thedef.references.push(n),!0;if(n instanceof Zt){var r,o=n.name;if("eval"==o&&u.parent()instanceof ft)for(var a=n.scope;a&&!a.uses_eval;a=a.parent_scope)a.uses_eval=!0;return u.parent()instanceof st&&u.parent(1).module_name||!(r=n.scope.find_variable(o))?(r=t.def_global(n),n instanceof Qt&&(r.export=Cn)):r.scope instanceof xe&&"arguments"==o&&(r.scope.uses_arguments=!0),n.thedef=r,n.reference(e),!n.scope.is_block_scope()||r.orig[0]instanceof Pt||(n.scope=n.scope.get_defun_scope()),!0}var s;if(n instanceof Yt&&(s=n.definition().redefined()))for(a=n.scope;a&&(m(a.enclosed,s),a!==s.scope);)a=a.parent_scope});if(t.walk(u),(e.ie8||e.safari10)&&t.walk(new gn(function(n,i){if(n instanceof Yt){var r=n.name,o=n.thedef.references,a=n.thedef.defun,s=a.find_variable(r)||t.globals.get(r)||a.def_variable(n);return o.forEach(function(t){t.thedef=s,t.reference(e)}),n.thedef=s,n.reference(e),!0}})),e.safari10)for(var c=0;c0);return n}return a.consider=function(e,n){for(var i=e.length;--i>=0;)t[e[i]]+=n},a.sort=function(){e=D(n,o).concat(D(i,o))},a.reset=r,r(),a}();function Mn(e,t){if(!(this instanceof Mn))return new Mn(e,t);Sn.call(this,this.before,this.after),void 0===e.defaults||e.defaults||(t=!0),this.options=s(e,{arguments:!1,arrows:!t,booleans:!t,booleans_as_integers:!1,collapse_vars:!t,comparisons:!t,computed_props:!t,conditionals:!t,dead_code:!t,defaults:!0,directives:!t,drop_console:!1,drop_debugger:!t,ecma:5,evaluate:!t,expression:!1,global_defs:!1,hoist_funs:!1,hoist_props:!t,hoist_vars:!1,ie8:!1,if_return:!t,inline:!t,join_vars:!t,keep_classnames:!1,keep_fargs:!0,keep_fnames:!1,keep_infinity:!1,loops:!t,module:!1,negate_iife:!t,passes:1,properties:!t,pure_getters:!t&&"strict",pure_funcs:null,reduce_funcs:!t,reduce_vars:!t,sequences:!t,side_effects:!t,switches:!t,top_retain:null,toplevel:!(!e||!e.top_retain),typeofs:!t,unsafe:!1,unsafe_arrows:!1,unsafe_comps:!1,unsafe_Function:!1,unsafe_math:!1,unsafe_methods:!1,unsafe_proto:!1,unsafe_regexp:!1,unsafe_undefined:!1,unused:!t,warnings:!1},!0);var n=this.options.global_defs;if("object"==typeof n)for(var i in n)/^@/.test(i)&&v(n,i)&&(n[i.slice(1)]=se(n[i],{expression:!0}));!0===this.options.inline&&(this.options.inline=3);var r=this.options.pure_funcs;this.pure_funcs="function"==typeof r?r:r?function(e){return!r.includes(e.expression.print_to_string())}:f;var o=this.options.top_retain;o instanceof RegExp?this.top_retain=function(e){return o.test(e.name)}:"function"==typeof o?this.top_retain=o:o&&("string"==typeof o&&(o=o.split(/,/)),this.top_retain=function(e){return o.includes(e.name)}),this.options.module&&(this.directives["use strict"]=!0,this.options.toplevel=!0);var a=this.options.toplevel;this.toplevel="string"==typeof a?{funcs:/funcs/.test(a),vars:/vars/.test(a)}:{funcs:a,vars:a};var u=this.options.sequences;this.sequences_limit=1==u?800:0|u,this.warnings_produced={}}Mn.prototype=new Sn,u(Mn.prototype,{option:function(e){return this.options[e]},exposed:function(e){if(e.export)return!0;if(e.global)for(var t=0,n=e.orig.length;t0||this.option("reduce_vars"))&&e.reset_opt_flags(this),e=e.transform(this),t>1){var a=0;if(e.walk(new gn(function(){a++})),this.info("pass "+o+": last_count: "+n+", count: "+a),a=0;){if(!(r[o]instanceof Ot))return;n||r[o].key!==t||(n=r[o].value)}}return n instanceof Zt&&n.fixed_value()||n}}function n(e,i,r,o,a,s){var u=i.parent(a),c=Y(r,u);if(c)return c;if(!s&&u instanceof ft&&u.expression===r&&!(o instanceof Le)&&!(o instanceof Nt)&&!u.is_expr_pure(e)&&(!(o instanceof Ie)||!(u instanceof pt)&&o.contains_this()))return!0;if(u instanceof bt)return n(e,i,u,u,a+1);if(u instanceof Ot&&r===u.value){var l=i.parent(a+1);return n(e,i,l,l,a+2)}if(u instanceof dt&&u.expression===r){var f=t(o,u.property);return!s&&n(e,i,u,f,a+1)}}function o(e){return e instanceof Le||e instanceof Ie}function a(e){if(e instanceof tn)return!0;if(e instanceof Zt)return e.definition().orig[0]instanceof Xt;if(e instanceof dt){if((e=e.expression)instanceof Zt){if(e.is_immutable())return!1;e=e.fixed_value()}return!e||!(e instanceof sn)&&(e instanceof rn||a(e))}return!1}function s(e,t){if(!(e instanceof Zt))return!1;for(var n=e.definition().orig,i=n.length;--i>=0;)if(n[i]instanceof t)return!0}function u(e,t){for(var n,i=0;(n=e.parent(i++))&&!(n instanceof Me);)if(n instanceof tt&&n.argname){n=n.argname.definition().scope;break}return n.find_variable(t)}function m(e,t,n){return n||(n={}),t&&(n.start||(n.start=t.start),n.end||(n.end=t.end)),new e(n)}function D(e,t){return 1==t.length?t[0]:m(_t,e,{expressions:t.reduce(O,[])})}function y(e,t){switch(typeof e){case"string":return m(on,t,{value:e});case"number":return isNaN(e)?m(ln,t):isFinite(e)?1/e<0?m(Dt,t,{operator:"-",expression:m(an,t,{value:-e})}):m(an,t,{value:e}):e<0?m(Dt,t,{operator:"-",expression:m(_n,t)}):m(_n,t);case"boolean":return m(e?En:mn,t);case"undefined":return m(fn,t);default:if(null===e)return m(cn,t,{value:null});if(e instanceof RegExp)return m(sn,t,{value:e});throw new Error(E("Can't handle constant of type: {type}",{type:typeof e}))}}function C(e,t,n){return e instanceof Dt&&"delete"==e.operator||e instanceof ft&&e.expression===t&&(n instanceof dt||n instanceof Zt&&"eval"==n.name)?D(t,[m(an,t,{value:0}),n]):n}function O(e,t){return t instanceof _t?e.push.apply(e,t.expressions):e.push(t),e}function F(e){if(null===e)return[];if(e instanceof De)return e.body;if(e instanceof ge)return[];if(e instanceof fe)return[e];throw new Error("Can't convert thing to statement array")}function R(e){return null===e||(e instanceof ge||e instanceof De&&0==e.body.length)}function M(e){return!(e instanceof wt||e instanceof Ve||e instanceof ot||e instanceof at||e instanceof ct||e instanceof ut)}function N(e){return e instanceof ve&&e.body instanceof De?e.body:e}function w(e){return"Call"==e.TYPE&&(e.expression instanceof Ie||w(e.expression))}function x(e){return e instanceof Zt&&e.definition().undeclared}e(le,function(e,t){return e}),Ne.DEFMETHOD("drop_console",function(){return this.transform(new Sn(function(e){if("Call"==e.TYPE){var t=e.expression;if(t instanceof dt){for(var n=t.expression;n.expression;)n=n.expression;if(x(n)&&"console"==n.name)return m(fn,e)}}}))}),le.DEFMETHOD("equivalent_to",function(e){return this.TYPE==e.TYPE&&this.print_to_string()==e.print_to_string()}),Me.DEFMETHOD("process_expression",function(e,t){var n=this,i=new Sn(function(r){if(e&&r instanceof de)return m(Xe,r,{value:r.body});if(!e&&r instanceof Xe){if(t){var o=r.value&&r.value.drop_side_effect_free(t,!0);return o?m(de,r,{body:o}):m(ge,r)}return m(de,r,{body:r.value||m(Dt,r,{operator:"void",expression:m(an,r,{value:0})})})}if(r instanceof Nt||r instanceof xe&&r!==n)return r;if(r instanceof he){var a=r.body.length-1;a>=0&&(r.body[a]=r.body[a].transform(i))}else r instanceof $e?(r.body=r.body.transform(i),r.alternative&&(r.alternative=r.alternative.transform(i))):r instanceof Re&&(r.body=r.body.transform(i));return r});n.transform(i)}),function(e){function i(e,t){t.assignments=0,t.chained=!1,t.direct_access=!1,t.escaped=!1,t.scope.pinned()?t.fixed=!1:t.orig[0]instanceof Bt||!e.exposed(t)?t.fixed=t.init:t.fixed=!1,t.recursive_refs=0,t.references=[],t.should_replace=void 0,t.single_use=void 0}function r(e,t,n){n.variables.each(function(n){i(t,n),null===n.fixed?(n.safe_ids=e.safe_ids,u(e,n,!0)):n.fixed&&(e.loop_ids[n.id]=e.in_loop,u(e,n,!0))})}function o(e,t){t.block_scope&&t.block_scope.variables.each(function(t){i(e,t)})}function a(e){e.safe_ids=Object.create(e.safe_ids)}function s(e){e.safe_ids=Object.getPrototypeOf(e.safe_ids)}function u(e,t,n){e.safe_ids[t.id]=n}function l(e,t){if("m"==t.single_use)return!1;if(e.safe_ids[t.id]){if(null==t.fixed){var n=t.orig[0];if(n instanceof Ut||"arguments"==n.name)return!1;t.fixed=m(fn,n)}return!0}return t.fixed instanceof Ve}function f(e,t,n){return void 0===t.fixed||(null===t.fixed&&t.safe_ids?(t.safe_ids[t.id]=!1,delete t.safe_ids,!0):!!v(e.safe_ids,t.id)&&(!!l(e,t)&&(!1!==t.fixed&&(!(null!=t.fixed&&(!n||t.references.length>t.assignments))&&S(t.orig,function(e){return!(e instanceof Bt||e instanceof Gt||e instanceof Xt)})))))}function p(e,n,i,r,o,a,s){var u=e.parent(a);if(o){if(o.is_constant())return;if(o instanceof xt)return}if(u instanceof vt&&"="==u.operator&&r===u.right||u instanceof ft&&(r!==u.expression||u instanceof pt)||u instanceof He&&r===u.value&&r.scope!==n.scope||u instanceof lt&&r===u.value||u instanceof Dn&&r===u.value&&r.scope!==n.scope)return!(s>1)||o&&o.is_constant_expression(i)||(s=1),void((!n.escaped||n.escaped>s)&&(n.escaped=s));if(u instanceof bt||u instanceof hn||u instanceof St&&z(u.operator)||u instanceof At&&r!==u.condition||u instanceof we||u instanceof _t&&r===u.tail_node())p(e,n,i,u,u,a+1,s);else if(u instanceof Ot&&r===u.value){var c=e.parent(a+1);p(e,n,i,c,c,a+2,s)}else if(u instanceof dt&&r===u.expression&&(p(e,n,i,u,o=t(o,u.property),a+1,s+1),o))return;a>0||u instanceof _t&&r!==u.tail_node()||u instanceof de||(n.direct_access=!0)}e(le,c);var _=new gn(function(e){if(e instanceof kt){var t=e.definition();t&&(e instanceof Zt&&t.references.push(e),t.fixed=!1)}});function d(e,t,n){this.inlined=!1;var i=e.safe_ids;return e.safe_ids=Object.create(null),r(e,n,this),t(),e.safe_ids=i,!0}function E(e,t,n){var i,o=this;return o.inlined=!1,a(e),r(e,n,o),!o.name&&(i=e.parent())instanceof ft&&i.expression===o&&o.argnames.forEach(function(t,n){if(t.definition){var r=t.definition();void 0!==r.fixed||o.uses_arguments&&!e.has_directive("use strict")?r.fixed=!1:(r.fixed=function(){return i.args[n]||m(fn,i)},e.loop_ids[r.id]=e.in_loop,u(e,r,!0))}}),t(),s(e),!0}e(ke,function(e,t,n){return a(e),r(e,n,this),t(),s(e),!0}),e(Le,E),e(vt,function(e,t,i){var r=this;if(r.left instanceof Pe)r.left.walk(_);else{var o=r.left;if(o instanceof Zt){var a=o.definition(),s=f(e,a,o.scope,r.right);if(a.assignments++,s){var c=a.fixed;if(c||"="==r.operator){var l="="==r.operator,d=l?r.right:r;if(!n(i,e,r,d,0))return a.references.push(o),l||(a.chained=!0),a.fixed=l?function(){return r.right}:function(){return m(St,r,{operator:r.operator.slice(0,-1),left:c instanceof le?c:c(),right:r.right})},u(e,a,!1),r.right.walk(e),u(e,a,!0),p(e,a,o.scope,r,d,0,1),!0}}}}}),e(St,function(e){if(z(this.operator))return this.left.walk(e),a(e),this.right.walk(e),s(e),!0}),e(he,function(e,t,n){o(n,this)}),e(Je,function(e){return a(e),this.expression.walk(e),s(e),a(e),me(this,e),s(e),!0}),e(xt,function(e,t){return this.inlined=!1,a(e),t(),s(e),!0}),e(At,function(e){return this.condition.walk(e),a(e),this.consequent.walk(e),s(e),a(e),this.alternative.walk(e),s(e),!0}),e(Qe,function(e,t){return a(e),t(),s(e),!0}),e(wt,d),e(Ve,d),e(be,function(e,t,n){o(n,this);var i=e.in_loop;return e.in_loop=this,a(e),this.body.walk(e),ce(this)&&(s(e),a(e)),this.condition.walk(e),s(e),e.in_loop=i,!0}),e(Ce,function(e,t,n){o(n,this),this.init&&this.init.walk(e);var i=e.in_loop;return e.in_loop=this,a(e),this.condition&&this.condition.walk(e),this.body.walk(e),this.step&&(ce(this)&&(s(e),a(e)),this.step.walk(e)),s(e),e.in_loop=i,!0}),e(Oe,function(e,t,n){o(n,this),this.init.walk(_),this.object.walk(e);var i=e.in_loop;return e.in_loop=this,a(e),this.body.walk(e),s(e),e.in_loop=i,!0}),e(Ie,E),e($e,function(e){return this.condition.walk(e),a(e),this.body.walk(e),s(e),this.alternative&&(a(e),this.alternative.walk(e),s(e)),!0}),e(Ae,function(e){return a(e),this.body.walk(e),s(e),!0}),e(Yt,function(){this.definition().fixed=!1}),e(Zt,function(e,t,i){var r,o=this.definition();o.references.push(this),1==o.references.length&&!o.fixed&&o.orig[0]instanceof Gt&&(e.loop_ids[o.id]=e.in_loop),void 0!==o.fixed&&l(e,o)?o.fixed&&((r=this.fixed_value())instanceof xe&&Fe(e,o)?o.recursive_refs++:r&&!i.exposed(o)&&function(e,t,n){return t.option("unused")&&!n.scope.pinned()&&n.references.length-n.recursive_refs==1&&e.loop_ids[n.id]===e.in_loop}(e,i,o)?o.single_use=r instanceof xe&&!r.pinned()||r instanceof Nt||o.scope===this.scope&&r.is_constant_expression():o.single_use=!1,n(i,e,this,r,0,function(e){return!!e&&(e.is_constant()||e instanceof xe||e instanceof tn)}(r))&&(o.single_use?o.single_use="m":o.fixed=!1)):o.fixed=!1,p(e,o,this.scope,this,r,0,1)}),e(Ne,function(e,t,n){this.globals.each(function(e){i(n,e)}),r(e,n,this)}),e(et,function(e,t,n){return o(n,this),a(e),me(this,e),s(e),this.bcatch&&(a(e),this.bcatch.walk(e),s(e)),this.bfinally&&this.bfinally.walk(e),!0}),e(ht,function(e,t){var n=this;if("++"==n.operator||"--"==n.operator){var i=n.expression;if(i instanceof Zt){var r=i.definition(),o=f(e,r,!0);if(r.assignments++,o){var a=r.fixed;if(a)return r.references.push(i),r.chained=!0,r.fixed=function(){return m(St,n,{operator:n.operator.slice(0,-1),left:m(Dt,n,{operator:"+",expression:a instanceof le?a:a()}),right:m(an,n,{value:1})})},u(e,r,!0),!0}}}}),e(lt,function(e,t){var n=this;if(n.name instanceof Pe)n.name.walk(_);else{var i=n.name.definition();if(n.value){if(f(e,i,n.value))return i.fixed=function(){return n.value},e.loop_ids[i.id]=e.in_loop,u(e,i,!1),t(),u(e,i,!0),!0;i.fixed=!1}}}),e(ye,function(e,t,n){o(n,this);var i=e.in_loop;return e.in_loop=this,a(e),t(),s(e),e.in_loop=i,!0})}(function(e,t){e.DEFMETHOD("reduce_vars",t)}),Ne.DEFMETHOD("reset_opt_flags",function(e){var t=this,n=e.option("reduce_vars"),i=new gn(function(r,o){if(r._squeezed=!1,r._optimized=!1,n)return e.top_retain&&(i.parent()===t?r._top=!0:delete r._top),r.reduce_vars(i,o,e)});i.safe_ids=Object.create(null),i.in_loop=null,i.loop_ids=Object.create(null),t.walk(i)}),kt.DEFMETHOD("fixed_value",function(){var e=this.definition().fixed;return!e||e instanceof le?e:e()}),Zt.DEFMETHOD("is_immutable",function(){var e=this.definition().orig;return 1==e.length&&e[0]instanceof Xt});var k=g("Array Boolean clearInterval clearTimeout console Date decodeURI decodeURIComponent encodeURI encodeURIComponent Error escape eval EvalError Function isFinite isNaN JSON Math Number parseFloat parseInt RangeError ReferenceError RegExp Object setInterval setTimeout String SyntaxError TypeError unescape URIError");Zt.DEFMETHOD("is_declared",function(e){return!this.definition().undeclared||e.option("unsafe")&&k(this.name)});var I,L,V,P,B=g("Infinity NaN undefined");function K(e){return e instanceof _n||e instanceof ln||e instanceof fn}function U(e,t){var r,u,c=t.find_parent(Me).get_defun_scope();!function(){var e=t.self(),n=0;do{if(e instanceof tt||e instanceof nt)n++;else if(e instanceof ve)r=!0;else{if(e instanceof Me){c=e;break}e instanceof et&&(u=!0)}}while(e=t.parent(n++))}();var l,f=10;do{l=!1,_(e),t.option("dead_code")&&g(e,t),t.option("if_return")&&E(e,t),t.sequences_limit>0&&(v(e,t),b(e,t)),t.option("join_vars")&&R(e),t.option("collapse_vars")&&p(e,t)}while(l&&f-- >0);function p(e,t){if(c.pinned())return e;for(var f,p=[],_=e.length,E=new Sn(function(e,n){if(k)return e;if(!x)return e!==D[g]?e:++g=0;){0==_&&t.option("unused")&&H();var D=[];for(X(e[_]);p.length>0;){D=p.pop();var g=0,A=D[D.length-1],v=null,T=null,b=null,y=W(A);if(y&&!a(y)&&!y.has_side_effects(t)){var O=$(A),F=Z(y);y instanceof Zt&&(O[y.name]=!1);var R=Q(A),M=J(),N=A.may_throw(t),w=A.name instanceof Ut,x=w,k=!1,I=0,L=!f||!x;if(!L){for(var V=t.self().argnames.lastIndexOf(A.name)+1;!k&&VI)I=!1;else{k=!1,g=0,x=w;for(P=_;!k&&P=0;){var c=n.argnames[u],l=e.args[u];if(f.unshift(m(lt,c,{name:c,value:l})),!(c.name in s))if(s[c.name]=!0,c instanceof we){var _=e.args.slice(u);S(_,function(e){return!G(n,e,r)})&&p.unshift([m(lt,c,{name:c.expression,value:m(bt,e,{elements:_})})])}else l?(l instanceof xe&&l.pinned()||G(n,l,r))&&(l=null):l=m(fn,c).transform(t),l&&p.unshift([m(lt,c,{name:c,value:l})])}}}function X(e){if(D.push(e),e instanceof vt)e.left.has_side_effects(t)||p.push(D.slice()),X(e.right);else if(e instanceof St)X(e.left),X(e.right);else if(e instanceof ft)X(e.expression),e.args.forEach(X);else if(e instanceof Je)X(e.expression);else if(e instanceof At)X(e.condition),X(e.consequent),X(e.alternative);else if(!(e instanceof it)||!t.option("unused")&&e instanceof at)e instanceof Te?(X(e.condition),e.body instanceof he||X(e.body)):e instanceof He?e.value&&X(e.value):e instanceof Ce?(e.init&&X(e.init),e.condition&&X(e.condition),e.step&&X(e.step),e.body instanceof he||X(e.body)):e instanceof Oe?(X(e.object),e.body instanceof he||X(e.body)):e instanceof $e?(X(e.condition),e.body instanceof he||X(e.body),!e.alternative||e.alternative instanceof he||X(e.alternative)):e instanceof _t?e.expressions.forEach(X):e instanceof de?X(e.body):e instanceof je?(X(e.expression),e.body.forEach(X)):e instanceof ht?"++"!=e.operator&&"--"!=e.operator||p.push(D.slice()):e instanceof lt&&e.value&&(p.push(D.slice()),X(e.value));else{var n=e.definitions.length,i=n-200;for(i<0&&(i=0);i1&&!(e.name instanceof Ut)||(o>1?function(e){var t=e.value;if(t instanceof Zt&&"arguments"!=t.name){var n=t.definition();if(!n.undeclared)return v=n}}(e):!t.exposed(r))?m(Zt,e.name,e.name):void 0}}function q(e){return e[e instanceof vt?"right":"value"]}function $(e){var i=Object.create(null);if(e instanceof ht)return i;var r=new gn(function(e,o){for(var a=e;a instanceof dt;)a=a.expression;(a instanceof Zt||a instanceof tn)&&(i[a.name]=i[a.name]||n(t,r,e,e,0))});return q(e).walk(r),i}function j(n){if(n.name instanceof Ut){var i=t.parent(),r=t.self().argnames,o=r.indexOf(n.name);if(o<0)i.args.length=Math.min(i.args.length,r.length-1);else{var a=i.args;a[o]&&(a[o]=m(an,a[o],{value:0}))}return!0}var s=!1;return e[_].transform(new Sn(function(e,t,i){return s?e:e===n||e.body===n?(s=!0,e instanceof lt?(e.value=null,e):i?d.skip:null):void 0},function(e){if(e instanceof _t)switch(e.expressions.length){case 0:return null;case 1:return e.expressions[0]}}))}function Z(e){for(;e instanceof dt;)e=e.expression;return e instanceof Zt&&e.definition().scope===c&&!(r&&(e.name in O||A instanceof ht||A instanceof vt&&"="!=A.operator))}function Q(e){return!(e instanceof ht)&&q(e).has_side_effects(t)}function J(){if(R)return!1;if(v)return!0;if(y instanceof Zt){var e=y.definition();if(e.references.length-e.replaced==(A instanceof lt?1:2))return!0}return!1}function ee(e){if(!e.definition)return!0;var t=e.definition();return!(1==t.orig.length&&t.orig[0]instanceof Gt)&&(t.scope.get_defun_scope()!==c||!S(t.references,function(e){var t=e.scope.get_defun_scope();return"Scope"==t.TYPE&&(t=t.parent_scope),t===c}))}}function _(e){for(var t=[],n=0;n=0;){var i=e[n];if(i instanceof $e&&i.body instanceof Xe&&++t>1)return!0}return!1}(e),r=n instanceof xe,o=e.length;--o>=0;){var a=e[o],s=g(o),u=e[s];if(r&&!u&&a instanceof Xe){if(!a.value){l=!0,e.splice(o,1);continue}if(a.value instanceof Dt&&"void"==a.value.operator){l=!0,e[o]=m(de,a,{body:a.value.expression});continue}}if(a instanceof $e){var c;if(d(c=ie(a.body))){c.label&&h(c.label.thedef.references,c),l=!0,(a=a.clone()).condition=a.condition.negate(t);var f=D(a.body,c);a.body=m(De,a,{body:F(a.alternative).concat(E())}),a.alternative=m(De,a,{body:f}),e[o]=a.transform(t);continue}if(d(c=ie(a.alternative))){c.label&&h(c.label.thedef.references,c),l=!0,(a=a.clone()).body=m(De,a.body,{body:F(a.body).concat(E())});f=D(a.alternative,c);a.alternative=m(De,a.alternative,{body:f}),e[o]=a.transform(t);continue}}if(a instanceof $e&&a.body instanceof Xe){var p=a.body.value;if(!p&&!a.alternative&&(r&&!u||u instanceof Xe&&!u.value)){l=!0,e[o]=m(de,a.condition,{body:a.condition});continue}if(p&&!a.alternative&&u instanceof Xe&&u.value){l=!0,(a=a.clone()).alternative=u,e.splice(o,1,a.transform(t)),e.splice(s,1);continue}if(p&&!a.alternative&&(!u&&r&&i||u instanceof Xe)){l=!0,(a=a.clone()).alternative=u||m(Xe,a,{value:null}),e.splice(o,1,a.transform(t)),u&&e.splice(s,1);continue}var _=e[S(o)];if(t.option("sequences")&&r&&!a.alternative&&_ instanceof $e&&_.body instanceof Xe&&g(s)==e.length&&u instanceof de){l=!0,(a=a.clone()).alternative=m(De,u,{body:[u,m(Xe,u,{value:null})]}),e.splice(o,1,a.transform(t)),e.splice(s,1);continue}}}function d(i){if(!i)return!1;for(var a=o+1,s=e.length;a=0;){var i=e[n];if(!(i instanceof rt&&A(i)))break}return n}}function g(e,t){for(var n,i=t.self(),r=0,o=0,a=e.length;r=t.sequences_limit&&u();var s=a.body;n.length>0&&(s=s.drop_side_effect_free(t)),s&&O(n,s)}else a instanceof it&&A(a)||a instanceof Ve?e[i++]=a:(u(),e[i++]=a)}u(),e.length=i,i!=o&&(l=!0)}function u(){if(n.length){var t=D(n[0],n);e[i++]=m(de,t,{body:t}),n=[]}}}function T(e,t){if(!(e instanceof De))return e;for(var n=null,i=0,r=e.body.length;i0){var p=u.length;u.push(m($e,a,{condition:a.condition,body:c||m(ge,a.body),alternative:f})),u.unshift(r,1),[].splice.apply(e,u),o+=p,r+=p+1,i=null,l=!0;continue}}e[r++]=a,i=a instanceof de?a:null}e.length=r}function y(e,n){if(e instanceof it){var i,r=e.definitions[e.definitions.length-1];if(r.value instanceof yt)if(n instanceof vt?i=[n]:n instanceof _t&&(i=n.expressions.slice()),i){var o=!1;do{var a=i[0];if(!(a instanceof vt))break;if("="!=a.operator)break;if(!(a.left instanceof dt))break;var s=a.left.expression;if(!(s instanceof Zt))break;if(r.name.name!=s.name)break;if(!a.right.is_constant_expression(c))break;var u=a.left.property;if(u instanceof le&&(u=u.evaluate(t)),u instanceof le)break;u=""+u;var l=t.option("ecma")<6&&t.has_directive("use strict")?function(e){return e.key!=u&&e.key&&e.key.name!=u}:function(e){return e.key&&e.key.name!=u};if(!S(r.value.properties,l))break;var f=r.value.properties.filter(function(e){return e.key===u})[0];f?f.value=new _t({start:f.start,expressions:[f.value.clone(),a.right.clone()],end:f.end}):r.value.properties.push(m(Ot,a,{key:u,value:a.right})),i.shift(),o=!0}while(i.length);return o&&i}}}function R(e){for(var t,n=0,i=-1,r=e.length;n=0;)if(this.properties[n]._dot_throw(e))return!0;return!1}),e(Ct,l),e(Rt,f),e(we,function(e){return this.expression._dot_throw(e)}),e(Ie,l),e(Le,l),e(gt,l),e(Dt,function(){return"void"==this.operator}),e(St,function(e){return("&&"==this.operator||"||"==this.operator)&&(this.left._dot_throw(e)||this.right._dot_throw(e))}),e(vt,function(e){return"="==this.operator&&this.right._dot_throw(e)}),e(At,function(e){return this.consequent._dot_throw(e)||this.alternative._dot_throw(e)}),e(mt,function(e){return!!t(e)&&!(this.expression instanceof Ie&&"prototype"==this.property)}),e(_t,function(e){return this.tail_node()._dot_throw(e)}),e(Zt,function(e){if(this.is_undefined)return!0;if(!t(e))return!1;if(x(this)&&this.is_declared(e))return!1;if(this.is_immutable())return!1;var n=this.fixed_value();return!n||n._dot_throw(e)})}(function(e,t){e.DEFMETHOD("_dot_throw",t)}),L=["!","delete"],V=["in","instanceof","==","!=","===","!==","<","<=",">=",">"],(I=function(e,t){e.DEFMETHOD("is_boolean",t)})(le,l),I(Dt,function(){return i(this.operator,L)}),I(St,function(){return i(this.operator,V)||z(this.operator)&&this.left.is_boolean()&&this.right.is_boolean()}),I(At,function(){return this.consequent.is_boolean()&&this.alternative.is_boolean()}),I(vt,function(){return"="==this.operator&&this.right.is_boolean()}),I(_t,function(){return this.tail_node().is_boolean()}),I(En,f),I(mn,f),function(e){e(le,l),e(an,f);var t=g("+ - ~ ++ --");e(ht,function(){return t(this.operator)});var n=g("- * / % & | ^ << >> >>>");e(St,function(e){return n(this.operator)||"+"==this.operator&&this.left.is_number(e)&&this.right.is_number(e)}),e(vt,function(e){return n(this.operator.slice(0,-1))||"="==this.operator&&this.right.is_number(e)}),e(_t,function(e){return this.tail_node().is_number(e)}),e(At,function(e){return this.consequent.is_number(e)&&this.alternative.is_number(e)})}(function(e,t){e.DEFMETHOD("is_number",t)}),(P=function(e,t){e.DEFMETHOD("is_string",t)})(le,l),P(on,f),P(Ke,function(){return 1===this.segments.length}),P(Dt,function(){return"typeof"==this.operator}),P(St,function(e){return"+"==this.operator&&(this.left.is_string(e)||this.right.is_string(e))}),P(vt,function(e){return("="==this.operator||"+="==this.operator)&&this.right.is_string(e)}),P(_t,function(e){return this.tail_node().is_string(e)}),P(At,function(e){return this.consequent.is_string(e)&&this.alternative.is_string(e)});var z=g("&& ||"),W=g("delete ++ --");function Y(e,t){return t instanceof ht&&W(t.operator)?t.expression:t instanceof vt&&t.left===e?e:void 0}function q(e,t){return e.print_to_string().length>t.print_to_string().length?t:e}function $(e,t,n){return(T(e)?function(e,t){return q(m(de,e,{body:e}),m(de,t,{body:t})).body}:q)(t,n)}function Q(e){for(var t in e)e[t]=g(e[t])}!function(e){function t(e,t){e.warn("global_defs "+t.print_to_string()+" redefined [{file}:{line},{col}]",t.start)}Ne.DEFMETHOD("resolve_defines",function(e){return e.option("global_defs")?(this.figure_out_scope({ie8:e.option("ie8")}),this.transform(new Sn(function(n){var i=n._find_defs(e,"");if(i){for(var r,o=0,a=n;(r=this.parent(o++))&&r instanceof dt&&r.expression===a;)a=r;if(!Y(a,r))return i;t(e,n)}}))):this}),e(le,c),e(mt,function(e,t){return this.expression._find_defs(e,"."+this.property+t)}),e(Lt,function(e){this.global()&&v(e.option("global_defs"),this.name)&&t(e,this)}),e(Zt,function(e,t){if(this.global()){var n=e.option("global_defs"),i=this.name+t;return v(n,i)?function e(t,n){if(t instanceof le)return m(t.CTOR,n,t);if(Array.isArray(t))return m(bt,n,{elements:t.map(function(t){return e(t,n)})});if(t&&"object"==typeof t){var i=[];for(var r in t)v(t,r)&&i.push(m(Ot,n,{key:r,value:e(t[r],n)}));return m(yt,n,{properties:i})}return y(t,n)}(n[i],this):void 0}})}(function(e,t){e.DEFMETHOD("_find_defs",t)});var J=["constructor","toString","valueOf"],ee={Array:["indexOf","join","lastIndexOf","slice"].concat(J),Boolean:J,Function:J,Number:["toExponential","toFixed","toPrecision"].concat(J),Object:J,RegExp:["test"].concat(J),String:["charAt","charCodeAt","concat","indexOf","italics","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","trim"].concat(J)};Q(ee);var te={Array:["isArray"],Math:["abs","acos","asin","atan","ceil","cos","exp","floor","log","round","sin","sqrt","tan","atan2","pow","max","min"],Number:["isFinite","isNaN"],Object:["create","getOwnPropertyDescriptor","getOwnPropertyNames","getPrototypeOf","isExtensible","isFrozen","isSealed","keys"],String:["fromCharCode"]};Q(te),function(e){le.DEFMETHOD("evaluate",function(e){if(!e.option("evaluate"))return this;var t=this._eval(e,1);return!t||t instanceof RegExp?t:"function"==typeof t||"object"==typeof t?this:t});var t=g("! ~ - + void");le.DEFMETHOD("is_constant",function(){return this instanceof rn?!(this instanceof sn):this instanceof Dt&&this.expression instanceof rn&&t(this.operator)}),e(fe,function(){throw new Error(E("Cannot evaluate a statement [{file}:{line},{col}]",this.start))}),e(xe,p),e(Nt,p),e(le,p),e(rn,function(){return this.getValue()}),e(Ke,function(){return 1!==this.segments.length?this:this.segments[0].value}),e(Ie,function(e){if(e.option("unsafe")){var t=function(){};return t.node=this,t.toString=function(){return this.node.print_to_string()},t}return this}),e(bt,function(e,t){if(e.option("unsafe")){for(var n=[],i=0,r=this.elements.length;i>":r=n>>o;break;case">>>":r=n>>>o;break;case"==":r=n==o;break;case"===":r=n===o;break;case"!=":r=n!=o;break;case"!==":r=n!==o;break;case"<":r=n":r=n>o;break;case">=":r=n>=o;break;default:return this}return isNaN(r)&&e.find_parent(Re)?this:r}),e(At,function(e,t){var n=this.condition._eval(e,t);if(n===this.condition)return this;var i=n?this.consequent:this.alternative,r=i._eval(e,t);return r===i?this:r}),e(Zt,function(e,t){var n,i=this.fixed_value();if(!i)return this;if(v(i,"_eval"))n=i._eval();else{if(this._eval=p,n=i._eval(e,t),delete this._eval,n===i)return this;i._eval=function(){return n}}if(n&&"object"==typeof n){var r=this.definition().escaped;if(r&&t>r)return this}return n});var r={Array:Array,Math:Math,Number:Number,Object:Object,String:String},o={Math:["E","LN10","LN2","LOG2E","LOG10E","PI","SQRT1_2","SQRT2"],Number:["MAX_VALUE","MIN_VALUE","NaN","NEGATIVE_INFINITY","POSITIVE_INFINITY"]};Q(o),e(dt,function(e,t){if(e.option("unsafe")){var n=this.property;if(n instanceof le&&(n=n._eval(e,t))===this.property)return this;var i,a=this.expression;if(x(a)){var s,u="hasOwnProperty"===a.name&&"call"===n&&(s=e.parent()&&e.parent().args)&&s&&s[0]&&s[0].evaluate(e);if(null==(u=u instanceof mt?u.expression:u)||u.thedef&&u.thedef.undeclared)return this.clone();if(!(o[a.name]||l)(n))return this;i=r[a.name]}else{if(!(i=a._eval(e,t+1))||i===a||!v(i,n))return this;if("function"==typeof i)switch(n){case"name":return i.node.name?i.node.name.name:"";case"length":return i.node.argnames.length;default:return this}}return i[n]}return this}),e(ft,function(e,t){var n=this.expression;if(e.option("unsafe")&&n instanceof dt){var i,o=n.property;if(o instanceof le&&(o=o._eval(e,t))===n.property)return this;var a=n.expression;if(x(a)){var s="hasOwnProperty"===a.name&&"call"===o&&this.args[0]&&this.args[0].evaluate(e);if(null==(s=s instanceof mt?s.expression:s)||s.thedef&&s.thedef.undeclared)return this.clone();if(!(te[a.name]||l)(o))return this;i=r[a.name]}else if((i=a._eval(e,t+1))===a||!(i&&ee[i.constructor.name]||l)(o))return this;for(var u=[],c=0,f=this.args.length;c=":return r.operator="<",r;case">":return r.operator="<=",r}switch(o){case"==":return r.operator="!=",r;case"!=":return r.operator="==",r;case"===":return r.operator="!==",r;case"!==":return r.operator="===",r;case"&&":return r.operator="||",r.left=r.left.negate(e,i),r.right=r.right.negate(e),n(this,r,i);case"||":return r.operator="&&",r.left=r.left.negate(e,i),r.right=r.right.negate(e),n(this,r,i)}return t(this)})}(function(e,t){e.DEFMETHOD("negate",function(e,n){return t.call(this,e,n)})});var ne=g("Boolean decodeURI decodeURIComponent Date encodeURI encodeURIComponent Error escape EvalError isFinite isNaN Number Object parseFloat parseInt RangeError ReferenceError String SyntaxError TypeError unescape URIError");function ie(e){return e&&e.aborts()}ft.DEFMETHOD("is_expr_pure",function(e){if(e.option("unsafe")){var t=this.expression,n=this.args&&this.args[0]&&this.args[0].evaluate(e);if(t.expression&&"hasOwnProperty"===t.expression.name&&(null==n||n.thedef&&n.thedef.undeclared))return!1;if(x(t)&&ne(t.name))return!0;if(t instanceof mt&&x(t.expression)&&(te.hasOwnProperty(t.expression.name)&&te[t.expression.name]||l)(t.property))return!0}return this.pure||!e.pure_funcs(this)}),le.DEFMETHOD("is_call_pure",l),mt.DEFMETHOD("is_call_pure",function(e){if(e.option("unsafe")){var t=this.expression,n=l;return t instanceof bt?n=ee.Array:t.is_boolean()?n=ee.Boolean:t.is_number(e)?n=ee.Number:t instanceof sn?n=ee.RegExp:t.is_string(e)?n=ee.String:this.may_throw_on_access(e)||(n=ee.Object),n(this.property)}}),function(e){function t(e,t){for(var n=e.length;--n>=0;)if(e[n].has_side_effects(t))return!0;return!1}e(le,f),e(ge,l),e(rn,l),e(tn,l),e(he,function(e){return t(this.body,e)}),e(ft,function(e){return!(this.is_expr_pure(e)||this.expression.is_call_pure(e)&&!this.expression.has_side_effects(e))||t(this.args,e)}),e(je,function(e){return this.expression.has_side_effects(e)||t(this.body,e)}),e(Je,function(e){return this.expression.has_side_effects(e)||t(this.body,e)}),e(et,function(e){return t(this.body,e)||this.bcatch&&this.bcatch.has_side_effects(e)||this.bfinally&&this.bfinally.has_side_effects(e)}),e($e,function(e){return this.condition.has_side_effects(e)||this.body&&this.body.has_side_effects(e)||this.alternative&&this.alternative.has_side_effects(e)}),e(Ae,function(e){return this.body.has_side_effects(e)}),e(de,function(e){return this.body.has_side_effects(e)}),e(xe,l),e(Nt,l),e(wt,f),e(St,function(e){return this.left.has_side_effects(e)||this.right.has_side_effects(e)}),e(vt,f),e(At,function(e){return this.condition.has_side_effects(e)||this.consequent.has_side_effects(e)||this.alternative.has_side_effects(e)}),e(ht,function(e){return W(this.operator)||this.expression.has_side_effects(e)}),e(Zt,function(e){return!this.is_declared(e)}),e(Lt,l),e(yt,function(e){return t(this.properties,e)}),e(Ct,function(e){return!!(this.key instanceof Ot&&this.key.has_side_effects(e))||this.value.has_side_effects(e)}),e(bt,function(e){return t(this.elements,e)}),e(mt,function(e){return this.expression.may_throw_on_access(e)||this.expression.has_side_effects(e)}),e(Et,function(e){return this.expression.may_throw_on_access(e)||this.expression.has_side_effects(e)||this.property.has_side_effects(e)}),e(_t,function(e){return t(this.expressions,e)}),e(it,function(e){return t(this.definitions,e)}),e(lt,function(e){return this.value}),e(Ue,l),e(Ke,function(e){return t(this.segments,e)})}(function(e,t){e.DEFMETHOD("has_side_effects",t)}),function(e){function t(e,t){for(var n=e.length;--n>=0;)if(e[n].may_throw(t))return!0;return!1}e(le,f),e(Nt,l),e(rn,l),e(ge,l),e(xe,l),e(Lt,l),e(tn,l),e(bt,function(e){return t(this.elements,e)}),e(vt,function(e){return!!this.right.may_throw(e)||!(!e.has_directive("use strict")&&"="==this.operator&&this.left instanceof Zt)&&this.left.may_throw(e)}),e(St,function(e){return this.left.may_throw(e)||this.right.may_throw(e)}),e(he,function(e){return t(this.body,e)}),e(ft,function(e){return!!t(this.args,e)||!this.is_expr_pure(e)&&(!!this.expression.may_throw(e)||(!(this.expression instanceof xe)||t(this.expression.body,e)))}),e(Je,function(e){return this.expression.may_throw(e)||t(this.body,e)}),e(At,function(e){return this.condition.may_throw(e)||this.consequent.may_throw(e)||this.alternative.may_throw(e)}),e(it,function(e){return t(this.definitions,e)}),e(mt,function(e){return this.expression.may_throw_on_access(e)||this.expression.may_throw(e)}),e($e,function(e){return this.condition.may_throw(e)||this.body&&this.body.may_throw(e)||this.alternative&&this.alternative.may_throw(e)}),e(Ae,function(e){return this.body.may_throw(e)}),e(yt,function(e){return t(this.properties,e)}),e(Ct,function(e){return this.value.may_throw(e)}),e(Xe,function(e){return this.value&&this.value.may_throw(e)}),e(_t,function(e){return t(this.expressions,e)}),e(de,function(e){return this.body.may_throw(e)}),e(Et,function(e){return this.expression.may_throw_on_access(e)||this.expression.may_throw(e)||this.property.may_throw(e)}),e(je,function(e){return this.expression.may_throw(e)||t(this.body,e)}),e(Zt,function(e){return!this.is_declared(e)}),e(et,function(e){return this.bcatch?this.bcatch.may_throw(e):t(this.body,e)||this.bfinally&&this.bfinally.may_throw(e)}),e(ht,function(e){return!("typeof"==this.operator&&this.expression instanceof Zt)&&this.expression.may_throw(e)}),e(lt,function(e){return!!this.value&&this.value.may_throw(e)})}(function(e,t){e.DEFMETHOD("may_throw",t)}),function(e){function t(e){for(var t=e.length;--t>=0;)if(!e[t].is_constant_expression())return!1;return!0}function n(e){var t=this,n=!0;return t.walk(new gn(function(r){if(!n)return!0;if(r instanceof Zt){if(t.inlined)return n=!1,!0;var o=r.definition();if(i(o,t.enclosed)&&!t.variables.has(o.name)){if(e){var a=e.find_variable(r);if(o.undeclared?!a:a===o)return n="f",!0}n=!1}return!0}return r instanceof tn&&t instanceof Le?(n=!1,!0):void 0})),n}e(le,l),e(rn,f),e(Nt,function(e){return!(this.extends&&!this.extends.is_constant_expression(e))&&n.call(this,e)}),e(xe,n),e(ht,function(){return this.expression.is_constant_expression()}),e(St,function(){return this.left.is_constant_expression()&&this.right.is_constant_expression()}),e(bt,function(){return t(this.elements)}),e(yt,function(){return t(this.properties)}),e(Ct,function(){return!(this.key instanceof le)&&this.value.is_constant_expression()})}(function(e,t){e.DEFMETHOD("is_constant_expression",t)}),function(e){function t(){for(var e=0;e1)||(o.name=null)),o instanceof xe&&!(o instanceof ke))for(var g=!e.option("keep_fargs"),A=o.argnames,v=A.length;--v>=0;){var y;(y=A[v])instanceof we&&(y=y.expression),y instanceof Tt&&(y=y.left),y instanceof Pe||y.definition().id in a?g=!1:(y.__unused=!0,g&&(A.pop(),e[y.unreferenced()?"warn":"info"]("Dropping unused function argument {name} [{file}:{line},{col}]",L(y))))}if((o instanceof Ve||o instanceof wt)&&o!==t)if(!((E=o.name.definition()).id in a||!n&&E.global))return e[o.name.unreferenced()?"warn":"info"]("Dropping unused function {name} [{file}:{line},{col}]",L(o.name)),E.eliminated++,m(ge,o);if(o instanceof it&&!(f instanceof Oe&&f.init===o)){var O=!(f instanceof Ne||o instanceof rt),F=[],N=[],w=[],x=[];switch(o.definitions.forEach(function(t){t.value&&(t.value=t.value.transform(T));var n=t.name instanceof Pe,r=n?new yn(null,{name:""}):t.name.definition();if(O&&r.global)return w.push(t);if(!i&&!O||n&&(t.name.names.length||t.name.is_array||1!=e.option("pure_getters"))||r.id in a){if(t.value&&r.id in u&&u[r.id]!==t&&(t.value=t.value.drop_side_effect_free(e)),t.name instanceof Vt){var s=c.get(r.id);if(s.length>1&&(!t.value||r.orig.indexOf(t.name)>r.eliminated)){if(e.warn("Dropping duplicated definition of variable {name} [{file}:{line},{col}]",L(t.name)),t.value){var l=m(Zt,t.name,t.name);r.references.push(l);var f=m(vt,t,{operator:"=",left:l,right:t.value});u[r.id]===t&&(u[r.id]=f),x.push(f.transform(T))}return h(s,t),void r.eliminated++}}t.value?(x.length>0&&(w.length>0?(x.push(t.value),t.value=D(t.value,x)):F.push(m(de,o,{body:D(o,x)})),x=[]),w.push(t)):N.push(t)}else if(r.orig[0]instanceof Yt){(p=t.value&&t.value.drop_side_effect_free(e))&&x.push(p),t.value=null,N.push(t)}else{var p;(p=t.value&&t.value.drop_side_effect_free(e))?(n||e.warn("Side effects in initialization of unused variable {name} [{file}:{line},{col}]",L(t.name)),x.push(p)):n||e[t.name.unreferenced()?"warn":"info"]("Dropping unused variable {name} [{file}:{line},{col}]",L(t.name)),r.eliminated++}}),(N.length>0||w.length>0)&&(o.definitions=N.concat(w),F.push(o)),x.length>0&&F.push(m(de,o,{body:D(o,x)})),F.length){case 0:return l?d.skip:m(ge,o);case 1:return F[0];default:return l?d.splice(F):m(De,o,{body:F})}}if(o instanceof Ce)return s(o,this),o.init instanceof De&&(k=o.init,o.init=k.body.pop(),k.body.push(o)),o.init instanceof de?o.init=o.init.body:R(o.init)&&(o.init=null),k?l?d.splice(k.body):k:o;if(o instanceof Ae&&o.body instanceof Ce){if(s(o,this),o.body instanceof De){var k=o.body;return o.body=k.body.pop(),k.body.push(o),l?d.splice(k.body):k}return o}if(o instanceof De)return s(o,this),l&&S(o.body,M)?d.splice(o.body):o;if(o instanceof Me){var I=_;return _=o,s(o,this),_=I,o}}function L(e){return{name:e.name,file:e.start.file,line:e.start.line,col:e.start.col}}});t.transform(T)}}function y(e,n){var i,c=r(e);if(c instanceof Zt&&!s(e.left,Pt)&&t.variables.get(c.name)===(i=c.definition()))return e instanceof vt&&(e.right.walk(E),i.chained||e.left.fixed_value()!==e.right||(u[i.id]=e)),!0;if(e instanceof Zt)return(i=e.definition()).id in a||(a[i.id]=!0,o.push(i),(i=i.redefined())&&(a[i.id]=!0,o.push(i))),!0;if(e instanceof Me){var l=_;return _=e,n(),_=l,!0}}}),Me.DEFMETHOD("hoist_declarations",function(e){var t=this;if(e.has_directive("use asm"))return t;if(!Array.isArray(t.body))return t;var n=e.option("hoist_funs"),i=e.option("hoist_vars");if(n||i){var o=[],a=[],s=new A,u=0,c=0;t.walk(new gn(function(e){return e instanceof Me&&e!==t||(e instanceof rt?(++c,!0):void 0)})),i=i&&c>1;var l=new Sn(function(r){if(r!==t){if(r instanceof _e)return o.push(r),m(ge,r);if(n&&r instanceof Ve&&!(l.parent()instanceof ct)&&l.parent()===t)return a.push(r),m(ge,r);if(i&&r instanceof rt){r.definitions.forEach(function(e){e.name instanceof Pe||(s.set(e.name.name,e),++u)});var c=r.to_assignments(e),f=l.parent();if(f instanceof Oe&&f.init===r){if(null==c){var p=r.definitions[0].name;return m(Zt,p,p)}return c}return f instanceof Ce&&f.init===r?c:c?m(de,r,{body:c}):m(ge,r)}if(r instanceof Me)return r}});if(t=t.transform(l),u>0){var f=[];if(s.each(function(e,n){t instanceof xe&&r(function(t){return t.name==e.name.name},t.args_as_names())?s.del(n):((e=e.clone()).value=null,f.push(e),s.set(n,e))}),f.length>0){for(var p=0;p0&&(u[0].body=s.concat(u[0].body)),e.body=u;n=u[u.length-1];){var _=n.body[n.body.length-1];if(_ instanceof Ye&&t.loopcontrol_target(_)===e&&n.body.pop(),n.body.length||n instanceof Je&&(o||n.expression.has_side_effects(t)))break;u.pop()===o&&(o=null)}if(0==u.length)return m(De,e,{body:s.concat(m(de,e.expression,{body:e.expression}))}).optimize(t);if(1==u.length&&(u[0]===a||u[0]===o)){var d=!1,E=new gn(function(t){if(d||t instanceof xe||t instanceof de)return!0;t instanceof Ye&&E.loopcontrol_target(t)===e&&(d=!0)});if(e.walk(E),!d){var h,D=u[0].body.slice();return(h=u[0].expression)&&D.unshift(m(de,h,{body:h})),D.unshift(m(de,e.expression,{body:e.expression})),m(De,e,{body:D}).optimize(t)}}return e;function g(e,n){n&&!ie(n)?n.body=n.body.concat(e.body):G(t,e,s)}}),e(et,function(e,t){if(U(e.body,t),e.bcatch&&e.bfinally&&S(e.bfinally.body,R)&&(e.bfinally=null),t.option("dead_code")&&S(e.body,R)){var n=[];return e.bcatch&&(G(t,e.bcatch,n),n.forEach(function(e){e instanceof it&&e.definitions.forEach(function(e){var t=e.name.definition().redefined();t&&(e.name=e.name.clone(),e.name.thedef=t)})})),e.bfinally&&(n=n.concat(e.bfinally.body)),m(De,e,{body:n}).optimize(t)}return e}),it.DEFMETHOD("remove_initializers",function(){var e=[];this.definitions.forEach(function(t){t.name instanceof Lt?(t.value=null,e.push(t)):t.name.walk(new gn(function(n){n instanceof Lt&&e.push(m(lt,t,{name:n,value:null}))}))}),this.definitions=e}),it.DEFMETHOD("to_assignments",function(e){var t=e.option("reduce_vars"),n=this.definitions.reduce(function(e,n){if(!n.value||n.name instanceof Pe){if(n.value){var i=m(lt,n,{name:n.name,value:n.value}),r=m(rt,n,{definitions:[i]});e.push(r)}}else{var o=m(Zt,n.name,n.name);e.push(m(vt,n,{operator:"=",left:o,right:n.value})),t&&(o.definition().fixed=!1)}return(n=n.name.definition()).eliminated++,n.replaced--,e},[]);return 0==n.length?null:D(this,n)}),e(it,function(e,t){return 0==e.definitions.length?m(ge,e):e}),e(ut,function(e,t){return e}),e(ft,function(e,t){var n=e.expression,i=n;Wt(e,t,e.args);var r=S(e.args,function(e){return!(e instanceof we)});t.option("reduce_vars")&&i instanceof Zt&&Ee(i=i.fixed_value(),t)&&(i=n);var a=i instanceof xe;if(t.option("unused")&&r&&a&&!i.uses_arguments&&!i.pinned()){for(var s=0,u=0,c=0,l=e.args.length;c=i.argnames.length;if(f||i.argnames[c].__unused){if(A=e.args[c].drop_side_effect_free(t))e.args[s++]=A;else if(!f){e.args[s++]=m(an,e.args[c],{value:0});continue}}else e.args[s++]=e.args[c];u=s}e.args.length=u}if(t.option("unsafe"))if(x(n))switch(n.name){case"Array":if(1!=e.args.length)return m(bt,e,{elements:e.args}).optimize(t);break;case"Object":if(0==e.args.length)return m(yt,e,{properties:[]});break;case"String":if(0==e.args.length)return m(on,e,{value:""});if(e.args.length<=1)return m(St,e,{left:e.args[0],operator:"+",right:m(on,e,{value:""})}).optimize(t);break;case"Number":if(0==e.args.length)return m(an,e,{value:0});if(1==e.args.length)return m(Dt,e,{expression:e.args[0],operator:"+"}).optimize(t);case"Boolean":if(0==e.args.length)return m(mn,e);if(1==e.args.length)return m(Dt,e,{expression:m(Dt,e,{expression:e.args[0],operator:"!"}),operator:"!"}).optimize(t);break;case"RegExp":var p=[];if(S(e.args,function(e){var n=e.evaluate(t);return p.unshift(n),e!==n}))try{return $(t,e,m(sn,e,{value:RegExp.apply(RegExp,p)}))}catch(n){t.warn("Error converting {expr} [{file}:{line},{col}]",{expr:e.print_to_string(),file:e.start.file,line:e.start.line,col:e.start.col})}}else if(n instanceof mt)switch(n.property){case"toString":if(0==e.args.length&&!n.expression.may_throw_on_access(t))return m(St,e,{left:m(on,e,{value:""}),operator:"+",right:n.expression}).optimize(t);break;case"join":if(n.expression instanceof bt)e:{var _;if(!(e.args.length>0&&(_=e.args[0].evaluate(t))===e.args[0])){var d,E=[],h=[];for(c=0,l=n.expression.elements.length;c0&&(E.push(m(on,e,{value:h.join(_)})),h.length=0),E.push(g))}return h.length>0&&E.push(m(on,e,{value:h.join(_)})),0==E.length?m(on,e,{value:""}):1==E.length?E[0].is_string(t)?E[0]:m(St,E[0],{operator:"+",left:m(on,e,{value:""}),right:E[0]}):""==_?(d=E[0].is_string(t)||E[1].is_string(t)?E.shift():m(on,e,{value:""}),E.reduce(function(e,t){return m(St,t,{operator:"+",left:e,right:t})},d).optimize(t)):((A=e.clone()).expression=A.expression.clone(),A.expression.expression=A.expression.expression.clone(),A.expression.expression.elements=E,$(t,e,A));var A}}break;case"charAt":if(n.expression.is_string(t)){var v=e.args[0],T=v?v.evaluate(t):0;if(T!==v)return m(Et,n,{expression:n.expression,property:y(0|T,v||n)}).optimize(t)}break;case"apply":if(2==e.args.length&&e.args[1]instanceof bt)return(V=e.args[1].elements.slice()).unshift(e.args[0]),m(ft,e,{expression:m(mt,n,{expression:n.expression,property:"call"}),args:V}).optimize(t);break;case"call":var b=n.expression;if(b instanceof Zt&&(b=b.fixed_value()),b instanceof xe&&!b.contains_this())return(e.args.length?D(this,[e.args[0],m(ft,e,{expression:n.expression,args:e.args.slice(1)})]):m(ft,e,{expression:n.expression,args:[]})).optimize(t)}if(t.option("unsafe_Function")&&x(n)&&"Function"==n.name){if(0==e.args.length)return m(Ie,e,{argnames:[],body:[]}).optimize(t);if(S(e.args,function(e){return e instanceof on}))try{var C=se(N="n(function("+e.args.slice(0,-1).map(function(e){return e.value}).join(",")+"){"+e.args[e.args.length-1].value+"})"),O={ie8:t.option("ie8")};C.figure_out_scope(O);var F,M=new Mn(t.options);(C=C.transform(M)).figure_out_scope(O),Rn.reset(),C.compute_char_frequency(O),C.mangle_names(O),C.walk(new gn(function(e){return!!F||(o(e)?(F=e,!0):void 0)})),F.body instanceof le&&(F.body=[m(Xe,F.body,{value:F.body})]);var N=bn();return De.prototype._codegen.call(F,F,N),e.args=[m(on,e,{value:F.argnames.map(function(e){return e.print_to_string()}).join(",")}),m(on,e.args[e.args.length-1],{value:N.get().replace(/^{|}$/g,"")})],e}catch(n){if(!(n instanceof Z))throw n;t.warn("Error parsing code passed to new Function [{file}:{line},{col}]",e.args[e.args.length-1].start),t.warn(n.toString())}}var k=a&&i.body;k instanceof le?k=m(Xe,k,{value:k}):k&&(k=k[0]);var I=a&&!i.is_generator&&!i.async,L=t.option("inline")&&!e.is_expr_pure(t);if(L&&k instanceof Xe&&I&&(!(K=k.value)||K.is_constant_expression())){K=K?K.clone(!0):m(fn,e);var V=e.args.concat(K);return D(e,V).optimize(t)}if(I){var P,K,U,G,H=-1;if(L&&r&&!i.uses_arguments&&!i.pinned()&&!(t.parent()instanceof Nt)&&!(i.name&&i instanceof Ie)&&(!(t.find_parent(xe)instanceof Le)||0==i.argnames.length&&(i.body instanceof le||1==i.body.length))&&(K=function(e){var n=i.body instanceof le?[i.body]:i.body,r=n.length;if(t.option("inline")<3)return 1==r&&z(e);e=null;for(var o=0;o=0;){var s=o.definitions[a].name;if(s instanceof Pe||e[s.name]||B(s.name)||U.var_names()[s.name])return!1;G&&G.push(s.definition())}}}return!0}(e,r>=3&&n)||!function(e,t){for(var n=0,r=i.argnames.length;n=2&&n)||G&&0!=G.length&&st(i,G))}()&&!(U instanceof Nt))return i._squeezed=!0,D(e,function(){var n=[],r=[];(function(t,n){for(var r=i.argnames.length,o=e.args.length;--o>=r;)n.push(e.args[o]);for(o=r;--o>=0;){var a=i.argnames[o],s=e.args[o];if(a.__unused||!a.name||U.var_names()[a.name])s&&n.push(s);else{var u=m(Vt,a,a);a.definition().orig.push(u),!s&&G&&(s=m(fn,e)),W(t,n,u,s)}}t.reverse(),n.reverse()})(n,r),function(e,t){for(var n=t.length,r=0,o=i.body.length;r11)return m(ft,e,e).transform(t);const i=[];for(let t=0;t0&&X(r[o],t);)o--;o0)return(n=this.clone()).right=D(this.right,t.slice(o)),(t=t.slice(0,o)).push(n),D(this,t).optimize(e)}}return this});var Se=g("== === != !== * & | ^");function Fe(e,t){for(var n,i=0;n=e.parent(i);i++)if(n instanceof xe){var r=n.name;if(r&&r.definition()===t)break}return n}function ze(e,t){return e instanceof Zt||e.TYPE===t.TYPE}function st(e,t){var n=!1,r=new gn(function(e){return!!n||(e instanceof Zt&&i(e.definition(),t)?n=!0:void 0)}),o=new gn(function(t){if(n)return!0;if(t instanceof Me&&t!==e){var i=o.parent();if(i instanceof ft&&i.expression===t)return;return t.walk(r),!0}});return e.walk(o),n}e(St,function(e,t){function n(){return e.left.is_constant()||e.right.is_constant()||!e.left.has_side_effects(t)&&!e.right.has_side_effects(t)}function i(t){if(n()){t&&(e.operator=t);var i=e.left;e.left=e.right,e.right=i}}if(Se(e.operator)&&e.right.is_constant()&&!e.left.is_constant()&&(e.left instanceof St&&oe[e.left.operator]>=oe[e.operator]||i()),e=e.lift_sequences(t),t.option("comparisons"))switch(e.operator){case"===":case"!==":var r=!0;(e.left.is_string(t)&&e.right.is_string(t)||e.left.is_number(t)&&e.right.is_number(t)||e.left.is_boolean()&&e.right.is_boolean()||e.left.equivalent_to(e.right))&&(e.operator=e.operator.substr(0,2));case"==":case"!=":if(!r&&X(e.left,t))e.left=m(cn,e.left);else if(t.option("typeofs")&&e.left instanceof on&&"undefined"==e.left.value&&e.right instanceof Dt&&"typeof"==e.right.operator){var o=e.right.expression;(o instanceof Zt?!o.is_declared(t):o instanceof dt&&t.option("ie8"))||(e.right=o,e.left=m(fn,e.left).optimize(t),2==e.operator.length&&(e.operator+="="))}else if(e.left instanceof Zt&&e.right instanceof Zt&&e.left.definition()===e.right.definition()&&((u=e.left.fixed_value())instanceof bt||u instanceof xe||u instanceof yt||u instanceof Nt))return m("="==e.operator[0]?En:mn,e);break;case"&&":case"||":var a=e.left;if(a.operator==e.operator&&(a=a.right),a instanceof St&&a.operator==("&&"==e.operator?"!==":"===")&&e.right instanceof St&&a.operator==e.right.operator&&(X(a.left,t)&&e.right.left instanceof cn||a.left instanceof cn&&X(e.right.left,t))&&!a.right.has_side_effects(t)&&a.right.equivalent_to(e.right.right)){var s=m(St,e,{operator:a.operator.slice(0,-1),left:m(cn,e),right:a.right});return a!==e.left&&(s=m(St,e,{operator:e.operator,left:e.left.left,right:s})),s}}var u;if("+"==e.operator&&t.in_boolean_context()){var c=e.left.evaluate(t),l=e.right.evaluate(t);if(c&&"string"==typeof c)return t.warn("+ in boolean context always true [{file}:{line},{col}]",e.start),D(e,[e.right,m(En,e)]).optimize(t);if(l&&"string"==typeof l)return t.warn("+ in boolean context always true [{file}:{line},{col}]",e.start),D(e,[e.left,m(En,e)]).optimize(t)}if(t.option("comparisons")&&e.is_boolean()){if(!(t.parent()instanceof St)||t.parent()instanceof vt){var f=m(Dt,e,{operator:"!",expression:e.negate(t,T(t))});e=$(t,e,f)}if(t.option("unsafe_comps"))switch(e.operator){case"<":i(">");break;case"<=":i(">=")}}if("+"==e.operator){if(e.right instanceof on&&""==e.right.getValue()&&e.left.is_string(t))return e.left;if(e.left instanceof on&&""==e.left.getValue()&&e.right.is_string(t))return e.right;if(e.left instanceof St&&"+"==e.left.operator&&e.left.left instanceof on&&""==e.left.left.getValue()&&e.right.is_string(t))return e.left=e.left.right,e.transform(t)}if(t.option("evaluate")){switch(e.operator){case"&&":if(!(c=!!e.left.truthy||!e.left.falsy&&e.left.evaluate(t)))return t.warn("Condition left of && always false [{file}:{line},{col}]",e.start),C(t.parent(),t.self(),e.left).optimize(t);if(!(c instanceof le))return t.warn("Condition left of && always true [{file}:{line},{col}]",e.start),D(e,[e.left,e.right]).optimize(t);if(l=e.right.evaluate(t)){if(!(l instanceof le)){if("&&"==(p=t.parent()).operator&&p.left===t.self()||t.in_boolean_context())return t.warn("Dropping side-effect-free && [{file}:{line},{col}]",e.start),e.left.optimize(t)}}else{if(t.in_boolean_context())return t.warn("Boolean && always false [{file}:{line},{col}]",e.start),D(e,[e.left,m(mn,e)]).optimize(t);e.falsy=!0}if("||"==e.left.operator)if(!(_=e.left.right.evaluate(t)))return m(At,e,{condition:e.left.left,consequent:e.right,alternative:e.left.right}).optimize(t);break;case"||":var p,_;if(!(c=!!e.left.truthy||!e.left.falsy&&e.left.evaluate(t)))return t.warn("Condition left of || always false [{file}:{line},{col}]",e.start),D(e,[e.left,e.right]).optimize(t);if(!(c instanceof le))return t.warn("Condition left of || always true [{file}:{line},{col}]",e.start),C(t.parent(),t.self(),e.left).optimize(t);if(l=e.right.evaluate(t)){if(!(l instanceof le)){if(t.in_boolean_context())return t.warn("Boolean || always true [{file}:{line},{col}]",e.start),D(e,[e.left,m(En,e)]).optimize(t);e.truthy=!0}}else if("||"==(p=t.parent()).operator&&p.left===t.self()||t.in_boolean_context())return t.warn("Dropping side-effect-free || [{file}:{line},{col}]",e.start),e.left.optimize(t);if("&&"==e.left.operator)if((_=e.left.right.evaluate(t))&&!(_ instanceof le))return m(At,e,{condition:e.left.left,consequent:e.left.right,alternative:e.right}).optimize(t)}var d=!0;switch(e.operator){case"+":if(e.left instanceof rn&&e.right instanceof St&&"+"==e.right.operator&&e.right.left instanceof rn&&e.right.is_string(t)&&(e=m(St,e,{operator:"+",left:m(on,e.left,{value:""+e.left.getValue()+e.right.left.getValue(),start:e.left.start,end:e.right.left.end}),right:e.right.right})),e.right instanceof rn&&e.left instanceof St&&"+"==e.left.operator&&e.left.right instanceof rn&&e.left.is_string(t)&&(e=m(St,e,{operator:"+",left:e.left.left,right:m(on,e.right,{value:""+e.left.right.getValue()+e.right.getValue(),start:e.left.right.start,end:e.right.end})})),e.left instanceof St&&"+"==e.left.operator&&e.left.is_string(t)&&e.left.right instanceof rn&&e.right instanceof St&&"+"==e.right.operator&&e.right.left instanceof rn&&e.right.is_string(t)&&(e=m(St,e,{operator:"+",left:m(St,e.left,{operator:"+",left:e.left.left,right:m(on,e.left.right,{value:""+e.left.right.getValue()+e.right.left.getValue(),start:e.left.right.start,end:e.right.left.end})}),right:e.right.right})),e.right instanceof Dt&&"-"==e.right.operator&&e.left.is_number(t)){e=m(St,e,{operator:"-",left:e.left,right:e.right.expression});break}if(e.left instanceof Dt&&"-"==e.left.operator&&n()&&e.right.is_number(t)){e=m(St,e,{operator:"-",left:e.right,right:e.left.expression});break}case"*":d=t.option("unsafe_math");case"&":case"|":case"^":if(e.left.is_number(t)&&e.right.is_number(t)&&n()&&!(e.left instanceof St&&e.left.operator!=e.operator&&oe[e.left.operator]>=oe[e.operator])){var E=m(St,e,{operator:e.operator,left:e.right,right:e.left});e=e.right instanceof rn&&!(e.left instanceof rn)?$(t,E,e):$(t,e,E)}d&&e.is_number(t)&&(e.right instanceof St&&e.right.operator==e.operator&&(e=m(St,e,{operator:e.operator,left:m(St,e.left,{operator:e.operator,left:e.left,right:e.right.left,start:e.left.start,end:e.right.left.end}),right:e.right.right})),e.right instanceof rn&&e.left instanceof St&&e.left.operator==e.operator&&(e.left.left instanceof rn?e=m(St,e,{operator:e.operator,left:m(St,e.left,{operator:e.operator,left:e.left.left,right:e.right,start:e.left.left.start,end:e.right.end}),right:e.left.right}):e.left.right instanceof rn&&(e=m(St,e,{operator:e.operator,left:m(St,e.left,{operator:e.operator,left:e.left.right,right:e.right,start:e.left.right.start,end:e.right.end}),right:e.left.left}))),e.left instanceof St&&e.left.operator==e.operator&&e.left.right instanceof rn&&e.right instanceof St&&e.right.operator==e.operator&&e.right.left instanceof rn&&(e=m(St,e,{operator:e.operator,left:m(St,e.left,{operator:e.operator,left:m(St,e.left.left,{operator:e.operator,left:e.left.right,right:e.right.left,start:e.left.right.start,end:e.right.left.end}),right:e.left.left}),right:e.right.right})))}}if(e.right instanceof St&&e.right.operator==e.operator&&(z(e.operator)||"+"==e.operator&&(e.right.left.is_string(t)||e.left.is_string(t)&&e.right.right.is_string(t))))return e.left=m(St,e.left,{operator:e.operator,left:e.left,right:e.right.left}),e.right=e.right.right,e.transform(t);var h=e.evaluate(t);return h!==e?(h=y(h,e).optimize(t),$(t,h,e)):e}),e(Qt,function(e,t){return e}),e(Zt,function(e,t){if(!t.option("ie8")&&x(e)&&(!e.scope.uses_with||!t.find_parent(Re)))switch(e.name){case"undefined":return m(fn,e).optimize(t);case"NaN":return m(ln,e).optimize(t);case"Infinity":return m(_n,e).optimize(t)}var n=t.parent();if(t.option("reduce_vars")&&Y(e,n)!==e){var i=e.definition();if(t.top_retain&&i.global&&t.top_retain(i))return i.fixed=!1,i.should_replace=!1,i.single_use=!1,e;var r=e.fixed_value(),a=i.single_use&&!(n instanceof ft&&n.is_expr_pure(t));if(a&&(r instanceof xe||r instanceof Nt))if(Ee(r,t))a=!1;else if(i.scope!==e.scope&&(!t.option("reduce_funcs")&&r instanceof xe||1==i.escaped||r.inlined||function(e){for(var t,n=0;t=e.parent(n++);){if(t instanceof fe)return!1;if(t instanceof bt||t instanceof Ot||t instanceof yt)return!0}return!1}(t)))a=!1;else if(Fe(t,i))a=!1;else if((i.scope!==e.scope||i.orig[0]instanceof Ut)&&"f"==(a=r.is_constant_expression(e.scope))){var s=e.scope;do{(s instanceof Ve||o(s))&&(s.inlined=!0)}while(s=s.parent_scope)}if(a&&r){var u;if(r instanceof wt&&(r=m(xt,r,r)),r instanceof Ve&&(r._squeezed=!0,r=m(Ie,r,r)),i.recursive_refs>0&&r.name instanceof Gt){var c=(u=r.clone(!0)).name.definition(),l=u.variables.get(u.name.name),f=l&&l.orig[0];f instanceof Xt||((f=m(Xt,u.name,u.name)).scope=u,u.name=f,l=u.def_function(f)),u.walk(new gn(function(e){e instanceof Zt&&e.definition()===c&&(e.thedef=l,l.references.push(e))}))}else(u=r.optimize(t))===r&&(u=r.clone(!0));return u}if(r&&void 0===i.should_replace){var p;if(r instanceof tn)i.orig[0]instanceof Ut||!S(i.references,function(e){return i.scope===e.scope})||(p=r);else{var _=r.evaluate(t);_===r||!t.option("unsafe_regexp")&&_ instanceof RegExp||(p=y(_,r))}if(p){var d,E=p.optimize(t).print_to_string().length;!function(e){var t;return e.walk(new gn(function(e){if(e instanceof Zt&&(t=!0),t)return!0})),t}(r)?(E=Math.min(E,r.print_to_string().length),d=function(){var e=q(p.optimize(t),r);return e===p||e===r?e.clone(!0):e}):d=function(){var e=p.optimize(t);return e===p?e.clone(!0):e};var h=i.name.length,D=0;t.option("unused")&&!t.exposed(i)&&(D=(h+2+E)/(i.references.length-i.assignments)),i.should_replace=E<=h+D&&d}else i.should_replace=!1}if(i.should_replace)return i.should_replace()}return e}),e(fn,function(e,t){if(t.option("unsafe_undefined")){var n=u(t,"undefined");if(n){var i=m(Zt,e,{name:"undefined",scope:n.scope,thedef:n});return i.is_undefined=!0,i}}var r=Y(t.self(),t.parent());return r&&ze(r,e)?e:m(Dt,e,{operator:"void",expression:m(an,e,{value:0})})}),e(_n,function(e,t){var n=Y(t.self(),t.parent());return n&&ze(n,e)?e:!t.option("keep_infinity")||n&&!ze(n,e)||u(t,"Infinity")?m(St,e,{operator:"/",left:m(an,e,{value:1}),right:m(an,e,{value:0})}):e}),e(ln,function(e,t){var n=Y(t.self(),t.parent());return n&&!ze(n,e)||u(t,"NaN")?m(St,e,{operator:"/",left:m(an,e,{value:0}),right:m(an,e,{value:0})}):e});var Ft=["+","-","/","*","%",">>","<<",">>>","|","^","&"],It=["*","|","^","&"];function Kt(e,t){return e instanceof Zt&&(e=e.fixed_value()),!!e&&(!(e instanceof xe||e instanceof Nt)||t.parent()instanceof pt||!e.contains_this())}function zt(e,t){return t.in_boolean_context()?$(t,e,D(e,[e,m(En,e)]).optimize(t)):e}function Wt(e,t,n){for(var i=0;i0&&s.args.length==u.args.length&&s.expression.equivalent_to(u.expression)&&!e.condition.has_side_effects(t)&&!s.expression.has_side_effects(t)&&"number"==typeof(o=function(){for(var e=s.args,t=u.args,n=0,i=e.length;n1)&&(p=null)}else if(!p&&!t.option("keep_fargs")&&s=n.argnames.length;)p=m(Ut,n,{name:n.make_var_name("argument_"+n.argnames.length),scope:n}),n.argnames.push(p),n.enclosed.push(n.def_variable(p));if(p){var d=m(Zt,e,p);return d.reference({}),delete p.__unused,d}}if(Y(e,t.parent()))return e;if(o!==r){var E=e.flatten_object(a,t);E&&(i=e.expression=E.expression,r=e.property=E.property)}if(t.option("properties")&&t.option("side_effects")&&r instanceof an&&i instanceof bt){s=r.getValue();var h=i.elements,g=h[s];e:if(Kt(g,t)){for(var S=!0,A=[],v=h.length;--v>s;){(T=h[v].drop_side_effect_free(t))&&(A.unshift(T),S&&T.has_side_effects(t)&&(S=!1))}if(g instanceof we)break e;for(g=g instanceof pn?m(fn,g):g,S||A.unshift(g);--v>=0;){var T;if((T=h[v])instanceof we)break e;(T=T.drop_side_effect_free(t))?A.unshift(T):s--}return S?(A.push(g),D(e,A).optimize(t)):m(Et,e,{expression:m(bt,i,{elements:A}),property:m(an,r,{value:s})})}}var b=e.evaluate(t);return b!==e?$(t,b=y(b,e).optimize(t),e):e}),xe.DEFMETHOD("contains_this",function(){var e,t=this;return t.walk(new gn(function(n){return!!e||(n instanceof tn?e=!0:n!==t&&n instanceof Me&&!(n instanceof Le)||void 0)})),e}),dt.DEFMETHOD("flatten_object",function(e,t){if(t.option("properties")){var n=t.option("unsafe_arrows")&&t.option("ecma")>=6,i=this.expression;if(i instanceof yt)for(var r=i.properties,o=r.length;--o>=0;){var a=r[o];if(""+(a instanceof Mt?a.key.name:a.key)==e){if(!S(r,function(e){return e instanceof Ot||n&&e instanceof Mt&&!e.is_generator}))break;if(!Kt(a.value,t))break;return m(Et,this,{expression:m(bt,i,{elements:r.map(function(e){var t=e.value;t instanceof ke&&(t=m(Ie,t,t));var n=e.key;return n instanceof le&&!(n instanceof Ht)?D(e,[n,t]):t})}),property:m(an,this,{value:o})})}}}}),e(mt,function(e,t){if("arguments"!=e.property&&"caller"!=e.property||t.warn("Function.prototype.{prop} not supported [{file}:{line},{col}]",{prop:e.property,file:e.start.file,line:e.start.line,col:e.start.col}),Y(e,t.parent()))return e;if(t.option("unsafe_proto")&&e.expression instanceof mt&&"prototype"==e.expression.property){var n=e.expression.expression;if(x(n))switch(n.name){case"Array":e.expression=m(bt,e.expression,{elements:[]});break;case"Function":e.expression=m(Ie,e.expression,{argnames:[],body:[]});break;case"Number":e.expression=m(an,e.expression,{value:0});break;case"Object":e.expression=m(yt,e.expression,{properties:[]});break;case"RegExp":e.expression=m(sn,e.expression,{value:/t/});break;case"String":e.expression=m(on,e.expression,{value:""})}}var i=e.flatten_object(e.property,t);if(i)return i.optimize(t);var r=e.evaluate(t);return r!==e?$(t,r=y(r,e).optimize(t),e):e}),e(bt,function(e,t){var n=zt(e,t);return n!==e?n:Wt(e,0,e.elements)}),e(yt,function(e,t){var n=zt(e,t);if(n!==e)return n;for(var i=e.properties,r=0;r=6&&!e.name&&!e.is_generator&&!e.uses_arguments&&!e.pinned()){var n=!1;if(e.walk(new gn(function(e){return!!n||(e instanceof tn?(n=!0,!0):void 0)})),!n)return m(Le,e,e).optimize(t)}return e}),e(Nt,function(e,t){return e}),e(Dn,function(e,t){return e.expression&&!e.is_star&&X(e.expression,t)&&(e.expression=null),e}),e(Ke,function(e,t){if(!t.option("evaluate")||t.parent()instanceof Be)return e;for(var n=[],i=0;i=6&&(!(n instanceof RegExp)||n.test(e.key+""))){var i=e.key,r=e.value;if((r instanceof Le&&Array.isArray(r.body)&&!r.contains_this()||r instanceof Ie)&&!r.name)return m(Mt,e,{async:r.async,is_generator:r.is_generator,key:i instanceof le?i:m(Ht,e,{name:i}),value:m(ke,r,r),quote:e.quote})}return e}),e(Pe,function(e,t){if(1==t.option("pure_getters")&&t.option("unused")&&!e.is_array&&Array.isArray(e.names)&&!function(e){for(var t=[/^VarDef$/,/^(Const|Let|Var)$/,/^Export$/],n=0,i=0,r=t.length;n%])([a-z0-9$_]+)/i.exec(e);if(!t)throw new Error("Can't understand property map: "+e);var n=t[1],i=t[2],r=t[3];switch(a+=",\n"+r+": ",c+=",\n"+n+": ",i){case"@":a+="M."+n+".map(from_moz)",c+="M."+r+".map(to_moz)";break;case">":a+="from_moz(M."+n+")",c+="to_moz(M."+r+")";break;case"=":a+="M."+n,c+="M."+r;break;case"%":a+="from_moz(M."+n+").body",c+="to_moz_block(M)";break;default:throw new Error("Can't understand operator in propmap: "+e)}}),a+="\n})\n}",c+="\n}\n}",a=new Function("U2","my_start_token","my_end_token","from_moz","return("+a+")")(An,i,r,s),c=new Function("to_moz","to_moz_block","to_moz_scope","return("+c+")")(l,p,_),t[e]=a,u(n,c)}t.UpdateExpression=t.UnaryExpression=function(e){return new(("prefix"in e?e.prefix:"UnaryExpression"==e.type)?Dt:gt)({start:i(e),end:r(e),operator:e.operator,expression:s(e.argument)})},t.ClassDeclaration=t.ClassExpression=function(e){return new("ClassDeclaration"===e.type?wt:xt)({start:i(e),end:r(e),name:s(e.id),extends:s(e.superClass),properties:e.body.body.map(s)})},o("EmptyStatement",ge),o("BlockStatement",De,"body@body"),o("IfStatement",$e,"test>condition, consequent>body, alternate>alternative"),o("LabeledStatement",Ae,"label>label, body>body"),o("BreakStatement",Ye,"label>label"),o("ContinueStatement",qe,"label>label"),o("WithStatement",Re,"object>expression, body>body"),o("SwitchStatement",je,"discriminant>expression, cases@body"),o("ReturnStatement",Xe,"argument>value"),o("ThrowStatement",ze,"argument>value"),o("WhileStatement",ye,"test>condition, body>body"),o("DoWhileStatement",be,"test>condition, body>body"),o("ForStatement",Ce,"init>init, test>condition, update>step, body>body"),o("ForInStatement",Oe,"left>init, right>object, body>body"),o("ForOfStatement",Fe,"left>init, right>object, body>body, await=await"),o("AwaitExpression",hn,"argument>expression"),o("YieldExpression",Dn,"argument>expression, delegate=is_star"),o("DebuggerStatement",pe),o("VariableDeclarator",lt,"id>name, init>value"),o("CatchClause",tt,"param>argname, body%body"),o("ThisExpression",tn),o("Super",nn),o("BinaryExpression",St,"operator=operator, left>left, right>right"),o("LogicalExpression",St,"operator=operator, left>left, right>right"),o("AssignmentExpression",vt,"operator=operator, left>left, right>right"),o("ConditionalExpression",At,"test>condition, consequent>consequent, alternate>alternative"),o("NewExpression",pt,"callee>expression, arguments@args"),o("CallExpression",ft,"callee>expression, arguments@args"),u(Ne,function(e){return _("Program",e)}),u(we,function(e,t){return{type:f()?"RestElement":"SpreadElement",argument:l(e.expression)}}),u(Be,function(e){return{type:"TaggedTemplateExpression",tag:l(e.prefix),quasi:l(e.template_string)}}),u(Ke,function(e){for(var t=[],n=[],i=0;i1)throw new Error("inline source map only works with singular input");n.sourceMap.content=(i=e[f],r=void 0,(r=/(?:^|[^.])\/\/# sourceMappingURL=data:application\/json(;[\w=-]*)?;base64,([+\/0-9A-Za-z]*=*)\s*$/.exec(i))?In(r[2]):(le.warn("inline source map not found"),null))}c=n.parse.toplevel}a&&wn(c,a),n.wrap&&(c=c.wrap_commonjs(n.wrap)),n.enclose&&(c=c.wrap_enclose(n.enclose)),u&&(u.rename=Date.now()),u&&(u.compress=Date.now()),n.compress&&(c=new Mn(n.compress).compress(c)),u&&(u.scope=Date.now()),n.mangle&&c.figure_out_scope(n.mangle),u&&(u.mangle=Date.now()),n.mangle&&(Rn.reset(),c.compute_char_frequency(n.mangle),c.mangle_names(n.mangle)),u&&(u.properties=Date.now()),n.mangle&&n.mangle.properties&&(c=kn(c,n.mangle.properties)),u&&(u.output=Date.now());var p={};if(n.output.ast&&(p.ast=c),!v(n.output,"code")||n.output.code){if(n.sourceMap&&("string"==typeof n.sourceMap.content&&(n.sourceMap.content=JSON.parse(n.sourceMap.content)),n.output.source_map=function(e){e=s(e,{file:null,root:null,orig:null,orig_line_diff:0,dest_line_diff:0});var n=new t.SourceMapGenerator({file:e.file,sourceRoot:e.root}),i=e.orig&&new t.SourceMapConsumer(e.orig);return i&&i.sources.forEach(function(e){var t=i.sourceContentFor(e,!0);t&&n.setSourceContent(e,t)}),{add:function(t,r,o,a,s,u){if(i){var c=i.originalPositionFor({line:a,column:s});if(null===c.source)return;t=c.source,a=c.line,s=c.column,u=c.name||u}n.addMapping({generated:{line:r+e.dest_line_diff,column:o},original:{line:a+e.orig_line_diff,column:s},source:t,name:u})},get:function(){return n},toString:function(){return JSON.stringify(n.toJSON())}}}({file:n.sourceMap.filename,orig:n.sourceMap.content,root:n.sourceMap.root}),n.sourceMap.includeSources)){if(e instanceof Ne)throw new Error("original source content unavailable");for(var f in e)v(e,f)&&n.output.source_map.get().setSourceContent(f,e[f])}delete n.output.ast,delete n.output.code;var _=bn(n.output);c.print(_),p.code=_.get(),n.sourceMap&&(p.map=n.output.source_map.toString(),"inline"==n.sourceMap.url?p.code+="\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,"+Ln(p.map):n.sourceMap.url&&(p.code+="\n//# sourceMappingURL="+n.sourceMap.url))}return n.nameCache&&n.mangle&&(n.mangle.cache&&(n.nameCache.vars=Bn(n.mangle.cache)),n.mangle.properties&&n.mangle.properties.cache&&(n.nameCache.props=Bn(n.mangle.properties.cache))),u&&(u.end=Date.now(),p.timings={parse:.001*(u.rename-u.parse),rename:.001*(u.compress-u.rename),compress:.001*(u.scope-u.compress),scope:.001*(u.mangle-u.scope),mangle:.001*(u.properties-u.mangle),properties:.001*(u.output-u.properties),output:.001*(u.end-u.output),total:.001*(u.end-u.start)}),l.length&&(p.warnings=l),p}catch(e){return{error:e}}finally{le.warn_function=o}},e.AST_Array=bt,e.AST_Assign=vt,e.AST_Constant=rn,e.AST_Node=le,e.AST_PropAccess=dt,e.AST_Sequence=_t,e.AST_Symbol=kt,e.AST_Token=ce,e.TreeTransformer=Sn,e.TreeWalker=gn,e.defaults=s,e.Dictionary=A,e.push_uniq=m,e.string_template=E,e.base54=Rn,e.Compressor=Mn,e.OutputStream=bn,e.parse=se,e.mangle_properties=kn,e.reserve_quoted_keys=wn,e.JS_Parse_Error=Z,e.tokenizer=te,e.to_ascii=In,e.AST_Accessor=ke,e.AST_Arrow=Le,e.AST_Atom=un,e.AST_Await=hn,e.AST_Binary=St,e.AST_Block=he,e.AST_BlockStatement=De,e.AST_Boolean=dn,e.AST_Break=Ye,e.AST_Call=ft,e.AST_Case=Je,e.AST_Catch=tt,e.AST_Class=Nt,e.AST_ClassExpression=xt,e.AST_ConciseMethod=Mt,e.AST_Conditional=At,e.AST_Const=at,e.AST_Continue=qe,e.AST_Debugger=pe,e.AST_Default=Qe,e.AST_DefaultAssign=Tt,e.AST_DefClass=wt,e.AST_Definitions=it,e.AST_Defun=Ve,e.AST_Destructuring=Pe,e.AST_Directive=_e,e.AST_Do=be,e.AST_Dot=mt,e.AST_DWLoop=Te,e.AST_EmptyStatement=ge,e.AST_Exit=He,e.AST_Expansion=we,e.AST_Export=ct,e.AST_False=mn,e.AST_Finally=nt,e.AST_For=Ce,e.AST_ForIn=Oe,e.AST_ForOf=Fe,e.AST_Function=Ie,e.AST_Hole=pn,e.AST_If=$e,e.AST_Import=ut,e.AST_Infinity=_n,e.AST_IterationStatement=ve,e.AST_Jump=Ge,e.AST_Label=jt,e.AST_LabeledStatement=Ae,e.AST_LabelRef=en,e.AST_Lambda=xe,e.AST_Let=ot,e.AST_LoopControl=We,e.AST_NameMapping=st,e.AST_NaN=ln,e.AST_New=pt,e.AST_NewTarget=It,e.AST_Null=cn,e.AST_Number=an,e.AST_Object=yt,e.AST_ObjectGetter=Rt,e.AST_ObjectKeyVal=Ot,e.AST_ObjectProperty=Ct,e.AST_ObjectSetter=Ft,e.AST_PrefixedTemplateString=Be,e.AST_RegExp=sn,e.AST_Return=Xe,e.AST_Scope=Me,e.AST_SimpleStatement=de,e.AST_Statement=fe,e.AST_StatementWithBody=Se,e.AST_String=on,e.AST_Sub=Et,e.AST_Super=nn,e.AST_Switch=je,e.AST_SwitchBranch=Ze,e.AST_SymbolBlockDeclaration=Pt,e.AST_SymbolCatch=Yt,e.AST_SymbolClass=Wt,e.AST_SymbolConst=Bt,e.AST_SymbolDeclaration=Lt,e.AST_SymbolDefClass=zt,e.AST_SymbolDefun=Gt,e.AST_SymbolExport=Qt,e.AST_SymbolExportForeign=Jt,e.AST_SymbolFunarg=Ut,e.AST_SymbolImport=qt,e.AST_SymbolImportForeign=$t,e.AST_SymbolLambda=Xt,e.AST_SymbolLet=Kt,e.AST_SymbolMethod=Ht,e.AST_SymbolRef=Zt,e.AST_SymbolVar=Vt,e.AST_TemplateSegment=Ue,e.AST_TemplateString=Ke,e.AST_This=tn,e.AST_Throw=ze,e.AST_Toplevel=Ne,e.AST_True=En,e.AST_Try=et,e.AST_Unary=ht,e.AST_UnaryPostfix=gt,e.AST_UnaryPrefix=Dt,e.AST_Undefined=fn,e.AST_Var=rt,e.AST_VarDef=lt,e.AST_While=ye,e.AST_With=Re,e.AST_Yield=Dn,e.walk_body=me}); -//# sourceMappingURL=bundle.min.js.map \ No newline at end of file diff --git a/2019-setembro/node_modules/terser/dist/bundle.min.js.map b/2019-setembro/node_modules/terser/dist/bundle.min.js.map deleted file mode 100644 index 967dc61..0000000 --- a/2019-setembro/node_modules/terser/dist/bundle.min.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../lib/utils.js","../lib/parse.js","../lib/ast.js","../lib/transform.js","../lib/output.js","../lib/scope.js","../lib/compress/index.js","../tools/domprops.js","../lib/propmangle.js","../lib/minify.js","../lib/mozilla-ast.js","../lib/sourcemap.js"],"names":["characters","str","split","member","name","array","includes","find_if","func","i","n","length","configure_error_stack","fn","Object","defineProperty","prototype","get","err","Error","this","message","e","stack","DefaultsError","msg","defs","defaults","args","croak","ret","HOP","merge","obj","ext","count","noop","return_false","return_true","return_this","return_null","create","constructor","MAP","a","f","backwards","top","doit","val","is_last","Last","v","AtTop","Splice","push","apply","slice","reverse","skip","Array","concat","at_top","splice","last","push_uniq","el","string_template","text","props","replace","p","remove","mergeSort","cmp","_ms","m","Math","floor","left","right","b","r","ai","bi","makePredicate","words","cats","out","j","quote","word","JSON","stringify","s","compareTo","arr","sort","cat","Function","all","predicate","Dictionary","_values","_size","prop","hasOwnProperty","call","first_in_statement","node","parent","AST_Statement","body","AST_Sequence","expressions","TYPE","expression","AST_Dot","AST_Sub","AST_Conditional","condition","AST_Binary","AST_UnaryPostfix","keep_name","keep_setting","RegExp","test","set","key","has","add","del","each","substr","size","map","clone","toObject","fromObject","dict","KEYWORDS","KEYWORDS_ATOM","RESERVED_WORDS","KEYWORDS_BEFORE_EXPRESSION","OPERATOR_CHARS","RE_NUM_LITERAL","RE_HEX_NUMBER","RE_OCT_NUMBER","RE_ES6_OCT_NUMBER","RE_BIN_NUMBER","RE_DEC_NUMBER","OPERATORS","WHITESPACE_CHARS","NEWLINE_CHARS","PUNC_AFTER_EXPRESSION","PUNC_BEFORE_EXPRESSION","PUNC_CHARS","UNICODE","ID_Start","ID_Continue","get_full_char","pos","char","charAt","is_surrogate_pair_head","next","is_surrogate_pair_tail","prev","code","charCodeAt","is_digit","is_identifier","is_identifier_start","ch","is_identifier_char","is_identifier_string","JS_Parse_Error","filename","line","col","js_error","is_token","token","type","value","EX_EOF","tokenizer","$TEXT","html5_comments","shebang","S","tokpos","tokline","tokcol","newline_before","regex_allowed","brace_counter","template_braces","comments_before","directives","directive_stack","peek","signal_eof","in_string","forward","looking_at","find","what","indexOf","start_token","prev_was_dot","previous_token","is_comment","UNARY_POSTFIX","endline","endcol","endpos","nlb","file","raw","substring","comments_after","AST_Token","skip_whitespace","parse_error","read_num","prefix","has_e","after_e","has_x","has_dot","num","pred","read_while","next_token","has_directive","valid","parseInt","parseFloat","parse_js_number","isNaN","read_escaped_char","strict_hex","template_string","String","fromCharCode","hex_bytes","result","strict_octal","read_octal_escape_sequence","digit","read_string","with_eof_error","quote_char","tok","read_template_characters","begin","content","end","tmp","pop","skip_line_comment","find_eol","skip_multiline_comment","surrogates","get_full_char_length","read_name","escaped","read_escaped_identifier_char","read_regexp","source","prev_backslash","in_class","mods","regexp","raw_source","read_operator","grow","op","bigger","handle_slash","eof_error","cont","x","ex","force_regexp","context","nc","add_directive","directive","undefined","push_directives_stack","pop_directives_stack","UNARY_PREFIX","ASSIGNMENT","PRECEDENCE","ATOMIC_START_TOKEN","parse","options","bare_returns","ecma","module","strict","toplevel","input","peeked","in_function","in_async","in_generator","in_directives","in_loop","labels","is","ctx","token_error","unexpected","expect_token","expect","punc","has_newline_before","comment","can_insert_semicolon","is_in_generator","is_in_async","semicolon","optional","parenthesised","exp","embed_tokens","parser","start","expr","arguments","handle_regexp","statement","is_export_default","is_for_body","is_if_body","dir","stat","simple_statement","AST_String","AST_Directive","function_","AST_Defun","imported_name","imported_names","as_symbol","AST_SymbolImport","map_names","mod_str","AST_Import","module_name","import_","label","AST_Label","l","AST_IterationStatement","references","forEach","ref","AST_Continue","AST_LabeledStatement","labeled_statement","AST_BlockStatement","block_","AST_EmptyStatement","break_cont","AST_Break","AST_Debugger","AST_Do","AST_While","for_await_error","await_tok","init","var_","let_","const_","is_in","is_of","AST_Definitions","definitions","is_assignable","to_destructuring","AST_Destructuring","AST_ForIn","object","for_in","is_await","lhs","AST_ForOf","await","for_of","step","AST_For","regular_for","for_","class_","AST_DefClass","cond","belse","AST_If","alternative","if_","AST_Return","AST_Switch","switch_body_","AST_Throw","bcatch","bfinally","parameter","AST_SymbolCatch","AST_Catch","argname","AST_Finally","AST_Try","try_","AST_With","is_default","exported_names","exported_value","exported_definition","AST_Export","AST_Lambda","AST_SimpleStatement","export_","ldef","AST_LabelRef","thedef","arrow_function","argnames","is_async","_function_body","AST_Arrow","async","ctor","is_generator_property","in_statement","is_generator","AST_SymbolDefun","AST_SymbolLambda","AST_Function","AST_Accessor","AST_SymbolDeclaration","track_used_binding_identifiers","is_parameter","parameters","duplicate","default_assignment","spread","strict_mode","tracker","add_parameter","check_strict","mark_default_assignment","mark_spread","mark_strict_mode","is_strict","used_parameters","symbol_type","param","expand","binding_element","AST_DefaultAssign","operator","AST_Expansion","expand_token","elements","first","is_expand","first_token","AST_SymbolFunarg","AST_Hole","names","is_array","AST_ObjectKeyVal","property_token","property","as_property_name","block","generator","loop","current_generator","current_async","params","_verify_symbol","cur","branch","AST_Case","AST_Default","vardefs","no_in","kind","def","sym_type","AST_SymbolVar","AST_SymbolConst","AST_SymbolLet","AST_VarDef","AST_Var","AST_Let","AST_Const","as_atom_node","_make_symbol","AST_SymbolRef","AST_Number","AST_RegExp","AST_False","AST_True","AST_Null","to_fun_args","_","__","default_seen_above","insert_default","default_value","AST_Object","properties","AST_Array","AST_Assign","expr_atom","allow_calls","allow_arrows","subscripts","AST_NewTarget","newexp","expr_list","AST_New","mark_pure","new_","exprs","maybe_sequence","spread_token","invalid_sequence","trailing_comma","params_or_seq_","AST_Call","len","unshift","comments_before_length","array_","object_or_destructuring_","cls","AST_ClassExpression","tagged","segments","AST_TemplateSegment","AST_TemplateString","closing","allow_trailing_comma","allow_empty","create_accessor","concise","concise_method_or_getset","AST_Node","KindOfClass","method","class_name","extends_","AST_SymbolDefClass","AST_SymbolClass","extends","is_class","get_ast","AST_SymbolMethod","is_static","AST_ConciseMethod","static","AST_ObjectGetter","AST_ObjectSetter","map_name","is_import","make_symbol","foreign_name","foreign_type","AST_SymbolImportForeign","AST_SymbolExportForeign","AST_SymbolExport","AST_NameMapping","map_nameAsterisk","AST_This","AST_Super","sym","noerror","comments","pure","call_args","AST_PrefixedTemplateString","maybe_unary","AST_Await","make_unary","AST_UnaryPrefix","expr_op","min_prec","prec","maybe_conditional","expr_ops","yes","consequent","AST_PropAccess","AST_ObjectProperty","maybe_assign","star","has_expression","AST_Yield","is_star","_yield_expression","commas","AST_Toplevel","DEFNODE","methods","base","self_props","PROPS","proto","initialize","BASE","SUBCLASSES","CTOR","SELF_PROPS","DEFMETHOD","_clone","deep","self","transform","TreeTransformer","$documentation","$propdoc","_walk","visitor","_visit","walk","warn_function","warn","txt","walk_body","clone_block_scope","block_scope","AST_Block","AST_StatementWithBody","TreeWalker","AST_LoopControl","AST_DWLoop","AST_Scope","variables","functions","uses_with","uses_eval","parent_scope","enclosed","cname","get_defun_scope","is_block_scope","pinned","globals","wrap_commonjs","wrapped_tl","wrap_enclose","args_values","index","join","uses_arguments","args_as_names","all_symbols","AST_Symbol","seg","AST_Jump","AST_Exit","AST_SwitchBranch","name_import","name_export","AST_Unary","AST_Class","scope","AST_SymbolBlockDeclaration","AST_Constant","getValue","literal","AST_Atom","AST_NaN","AST_Undefined","AST_Infinity","AST_Boolean","callback","visit","before","after","descend","getPrototypeOf","find_parent","st","loopcontrol_target","tw","in_list","y","do_list","list","EXPECT_DIRECTIVE","is_some_comments","OutputStream","readonly","ascii_only","beautify","braces","ie8","indent_level","indent_start","inline_script","keep_quoted_props","max_line_len","preamble","quote_keys","quote_style","safari10","semicolons","shorthand","source_map","webkit","width","wrap_iife","comment_filter","regex_pos","lastIndexOf","indentation","current_col","current_line","current_pos","OUTPUT","to_utf8","identifier","toString","encode_string","dq","sq","quote_single","quote_double","make_string","make_indent","back","repeat_string","d","mapping_token","mapping_name","has_parens","might_need_space","might_need_semicolon","might_add_newline","need_newline_indented","need_space","newline_insert","mappings","do_add_mapping","mapping","cline","ccol","ensure_line_len","delta","requireSemicolonChars","print","indent","space","half","with_indent","next_indent","save_indentation","newline","force_semicolon","has_nlb","current_width","should_break","comma","colon","print_name","make_name","print_string","escape_directive","encoded","print_template_string_chars","with_block","with_parens","with_square","add_mapping","option","opt","prepend_comments","_dumped","shift","filter","last_nlb","c","append_comments","tail","insert","push_node","pop_node","SymbolDef","orig","eliminated","replaced","global","export","mangled_name","undeclared","id","next_id","DEFPRINT","nodetype","in_directive","active_scope","use_asm","PARENS","isArray","display_body","is_toplevel","output","allow_directives","stmt","print_braced_empty","print_braced","parenthesize_for_noin","noin","parens","print_property_name","make_num","force_statement","make_block","need_constructor_parens","toLowerCase","exec","best","best_of","DEFMAP","stream","force_parens","_codegen","add_source_map","needs_parens","po","pp","so","sp","p1","_do_print_body","nokeyword","arg","_do_print","tag","parenthesize_tag","is_tagged","make_then","definition","get_name","allowShortHand","_print_getter_setter","MASK_EXPORT_DONT_MANGLE","MASK_EXPORT_WANT_MANGLE","next_mangled","base54","reserved","unmangleable","eval","keep_fnames","keep_classnames","mangle","cache","redefined","defun","in_destructuring","for_scopes","save_scope","init_scope_vars","save_defun","save_labels","def_function","mark_export","def_variable","destructuring","mark_enclosed","find_variable","reference","level","exported","def_global","refs","g","symbol","mangled_names","tricky_def","tricky_name","_default_mangler_options","lname","to_mangle","Set","collect","save_nesting","avoid","to_avoid","add_def","reset","find_colliding_names","rename","next_name","_print","consider","skip_string","tail_node","print_to_string","chars","frequency","leading","digits","compare","Compressor","false_by_default","arrows","booleans","booleans_as_integers","collapse_vars","comparisons","computed_props","conditionals","dead_code","drop_console","drop_debugger","evaluate","global_defs","hoist_funs","hoist_props","hoist_vars","if_return","inline","join_vars","keep_fargs","keep_infinity","loops","negate_iife","passes","pure_getters","pure_funcs","reduce_funcs","reduce_vars","sequences","side_effects","switches","top_retain","typeofs","unsafe","unsafe_arrows","unsafe_comps","unsafe_Function","unsafe_math","unsafe_methods","unsafe_proto","unsafe_regexp","unsafe_undefined","unused","warnings","funcs","vars","sequences_limit","warnings_produced","exposed","in_boolean_context","compress","resolve_defines","process_expression","min_count","stopping","pass","figure_out_scope","reset_opt_flags","info","clear_warnings","_squeezed","was_scope","hoist_properties","hoist_declarations","optimize","drop_unused","def_optimize","optimizer","compressor","_optimized","read_property","get_value","make_node_from_constant","fixed_value","is_modified","immutable","is_lhs","is_expr_pure","contains_this","is_func_expr","is_lhs_read_only","is_immutable","is_ref_of","make_node","make_sequence","reduce","merge_sequence","isFinite","maintain_this_binding","as_statement_array","thing","is_empty","can_be_evicted_from_block","loop_body","is_iife_call","is_undeclared_ref","tt","drop_side_effect_free","def_reduce_vars","reset_def","assignments","chained","direct_access","fixed","recursive_refs","should_replace","single_use","reset_variables","safe_ids","mark","loop_ids","reset_block_variables","safe","safe_to_read","safe_to_assign","mark_escaped","depth","is_constant","is_constant_expression","lazy_op","suppressor","mark_def_node","inlined","save_ids","mark_func_expr","iife","eq","saved_loop","has_break_or_continue","recursive_ref","ref_once","_top","global_names","def_is_boolean","unary_bool","binary_bool","def_is_string","identifier_atom","is_identifier_atom","tighten_body","statements","in_try","find_loop_scope_try","CHANGED","max_iter","eliminate_spurious_blocks","eliminate_dead_code","handle_if_return","sequencesize","sequencesize_2","join_consecutive_vars","collapse","candidates","stat_index","scanner","abort","hit","hit_stack","hit_index","handle_custom_scan_order","stop_after","find_stop","write_only","lvalues","equivalent_to","replace_all","is_declared","stop_if_hit","lhs_local","can_replace","value_def","candidate","funarg","may_modify","may_throw_on_access","may_throw","has_side_effects","side_effects_external","multi_replacer","extract_args","extract_candidates","get_lhs","get_lvalues","is_lhs_local","value_has_side_effects","replace_all_symbols","remove_candidate","has_overlapping_symbol","fn_strict","found","scan_this","referenced","var_def","mangleable_var","get_rvalue","min","seen_dirs","multiple_if_returns","has_multiple_if_returns","in_lambda","next_index","ab","can_merge_flow","aborts","negate","as_statement_array_with_return","extract_functions","prev_index","lct","declarations_only","has_quit","extract_declarations_from_unreachable_code","seq","push_seq","to_simple_statement","decls","cons_seq","alt","join_object_assignments","defn","trimmed","diff","extract_object_assignments","target","remove_initializers","is_undefined","def_dot_throw","_dot_throw","is_boolean","def_is_number","unary","binary","is_number","is_string","unary_side_effects","best_of_expression","ast1","ast2","convert_to_predicate","def_find_defs","_find_defs","child","suffix","defines","to_node","object_fns","native_fns","Boolean","Number","static_fns","def_eval","_eval","unaryPrefix","element","non_converting_unary","non_converting_binary","pow","global_objs","static_values","aa","first_arg","def_negate","basic_negation","negated","global_pure_fns","fns","def_has_side_effects","any","is_call_pure","def_may_throw","def_is_constant_expression","all_refs_local","scope_def","block_aborts","opt_AST_Lambda","drop_funcs","drop_vars","assign_as_unused","in_use","in_use_ids","fixed_ids","var_defs_by_id","initializations","destructuring_value","node_def","in_export","destructuring_cache","scan_ref_scoped","trim","__unused","unreferenced","template","drop_block","head","is_destructure","var_defs","assign","dirs","hoisted","vars_found","var_decl","to_assignments","varNames","var_names","_var_names","isParentScopeAvailable","defs_by_id","make_sym","new_var","make_var_name","def_drop_side_effect_free","nodes","changed","values","pure_prop_access_globals","retain_top_func","if_break_in_loop","is_break","drop_it","rest","self_condition_length","negated_length","negated_is_best","default_branch","exact_match","decl","eliminate_branch","default_index","has_break","varDef","inline_array_like_spread","simple_args","is_func","EXIT","separator","consts","ast","fun","comp","compute_char_frequency","mangle_names","is_regular_func","can_inline","return_value","can_flatten_body","block_scoped","variable","safe_to_inject","can_inject_vars","can_inject_args","is_reachable","can_inject_symbols","append_var","flatten_args","lines","flatten_vars","flatten_fn","ev","trim_right_for_undefined","lift_sequences","commutativeOperators","is_atomic","reachable","find_ref","scan_scope","reversible","is_strict_comparison","combined","ll","rr","truthy","falsy","lr","associative","reversed","within_array_or_object_literal","defun_def","lambda_def","value_length","has_symbol_ref","name_length","overhead","undef","ASSIGN_OPS","ASSIGN_OPS_COMMUTATIVE","safe_to_flatten","literals_in_boolean_context","lift_key","evaluateRight","arg_index","single_arg_diff","in_bool","is_true","is_false","booleanize","OPT_ARGUMENTS","sub","flatten_object","retValue","FLATTEN","flatten","k","optimized","has_special_symbol","segment","arrow","ancestors","is_destructuring_export_decl","keep","elem","should_retain","domprops","reserve_quoted_keys","addStrings","mangle_properties","reserved_option","builtins","debug","keep_quoted","only_cache","regex","objects","global_ref","new_global","Date","Symbol","ArrayBuffer","DataView","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","EvalError","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Map","Promise","Proxy","RangeError","ReferenceError","Reflect","SyntaxError","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","URIError","WeakMap","WeakSet","getOwnPropertyNames","find_builtins","debug_name_suffix","names_to_mangle","root","mangleStrings","can_mangle","should_mangle","mangled","debug_mangled","to_ascii","atob","b64","Buffer","from","to_base64","btoa","set_shorthand","keys","init_cache","to_json","normalize_directives","MOZ_TO_ME","Program","M","my_start_token","my_end_token","from_moz","ArrayPattern","elm","ObjectPattern","AssignmentPattern","SpreadElement","argument","RestElement","TemplateElement","cooked","TemplateLiteral","quasis","TaggedTemplateExpression","quasi","FunctionDeclaration","FunctionExpression","ArrowFunctionExpression","ExpressionStatement","TryStatement","handlers","handler","guardedHandlers","finalizer","Property","computed","MethodDefinition","ArrayExpression","ObjectExpression","SequenceExpression","MemberExpression","SwitchCase","VariableDeclaration","declarations","ImportDeclaration","specifiers","specifier","imported","local","ExportAllDeclaration","ExportNamedDeclaration","declaration","ExportDefaultDeclaration","Literal","rx","pattern","flags","MetaProperty","meta","Identifier","FROM_MOZ_STACK","raw_token","moznode","loc","range","column","moztype","mytype","propmap","moz_to_me","me_to_moz","moz","how","my","to_moz","to_moz_block","to_moz_scope","def_to_moz","UpdateExpression","UnaryExpression","ClassDeclaration","ClassExpression","superClass","to_moz_in_destructuring","guard","name_mapping","isComputed","string_or_num","match","to_mozilla_ast","mynode","from_mozilla_ast","save_stack","TO_MOZ_STACK","files","quoted_props","timings","enclose","nameCache","sourceMap","wrap","now","includeSources","url","warning","orig_line_diff","dest_line_diff","MOZ_SourceMap","SourceMapGenerator","sourceRoot","orig_map","SourceMapConsumer","sources","sourceContent","sourceContentFor","setSourceContent","gen_line","gen_col","orig_line","orig_col","originalPositionFor","addMapping","generated","original","toJSON","SourceMap","total","error"],"mappings":"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YACA,OACA,wBACA,iBACA,cACA,eACA,OACA,oBACA,UACA,WACA,iBACA,kBACA,oBACA,mBACA,OACA,YACA,UACA,kBACA,MACA,eACA,qBACA,SACA,eACA,WACA,gBACA,QACA,SACA,UACA,oBACA,mBACA,oBACA,kBACA,eACA,iBACA,gCACA,gCACA,gCACA,+BACA,6BACA,aACA,iBACA,iBACA,iBACA,qBACA,eACA,qBACA,MACA,iBACA,iBACA,mBACA,sBACA,kBACA,2BACA,kBACA,gBACA,kBACA,mBACA,eACA,qBACA,mBACA,cACA,oBACA,UACA,cACA,sBACA,eACA,gBACA,kBACA,iBACA,WACA,eACA,0BACA,mBACA,kBACA,WACA,SACA,cACA,aACA,UACA,gBACA,UACA,UACA,kBACA,wBACA,sBACA,oBACA,yBACA,uBACA,wBACA,oBACA,qBACA,uBACA,sBACA,mBACA,WACA,SACA,YACA,SACA,cACA,UACA,aACA,eACA,SACA,SACA,aACA,SACA,iBACA,kBACA,sBACA,SACA,SACA,UACA,WACA,eACA,aACA,eACA,cACA,cACA,cACA,QACA,YACA,cACA,aACA,aACA,aACA,WACA,YACA,YACA,aACA,gBACA,kBACA,iBACA,iBACA,iBACA,cACA,UACA,iBACA,SACA,WACA,WACA,SACA,YACA,iBACA,kBACA,wBACA,SACA,KACA,iBACA,gBACA,2BACA,gBACA,oBACA,sBACA,gBACA,aACA,iBACA,YACA,iBACA,aACA,WACA,eACA,UACA,mBACA,UACA,cACA,gBACA,UACA,SACA,YACA,cACA,eACA,iBACA,WACA,WACA,OACA,YACA,gBACA,mBACA,aACA,mBACA,oBACA,kBACA,oBACA,aACA,cACA,gBACA,2BACA,aACA,kBACA,iBACA,iBACA,kBACA,eACA,WACA,uBACA,SACA,yBACA,gBACA,iCACA,6BACA,iCACA,8BACA,4CACA,8BACA,qBACA,YACA,WACA,eACA,oBACA,sBACA,YACA,oBACA,YACA,WACA,mBACA,UACA,UACA,cACA,kBACA,aACA,qBACA,uBACA,gBACA,eACA,eACA,sBACA,iBACA,iBACA,kBACA,wBACA,+BACA,uBACA,4BACA,8BACA,0BACA,yBACA,0BACA,2BACA,yBACA,4BACA,wBACA,0BACA,0BACA,yBACA,4BACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,WACA,gBACA,aACA,aACA,eACA,mBACA,kBACA,YACA,cACA,WACA,mBACA,oBACA,oBACA,oBACA,WACA,gBACA,mBACA,oBACA,eACA,uBACA,6BACA,qBACA,eACA,eACA,sBACA,iBACA,iBACA,eACA,cACA,WACA,iBACA,gBACA,gBACA,gBACA,sBACA,cACA,WACA,cACA,aACA,eACA,gBACA,eACA,gBACA,qBACA,iBACA,eACA,WACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,aACA,aACA,aACA,aACA,aACA,aACA,aACA,YACA,YACA,YACA,YACA,YACA,YACA,eACA,eACA,WACA,sBACA,WACA,gBACA,eACA,cACA,cACA,mBACA,cACA,sBACA,WACA,gBACA,WACA,eACA,WACA,cACA,eACA,WACA,cACA,kBACA,mBACA,WACA,cACA,oBACA,kBACA,WACA,oBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,iBACA,kBACA,WACA,eACA,iBACA,eACA,eACA,eACA,eACA,eACA,eACA,eACA,mBACA,mBACA,oBACA,kBACA,sBACA,4BACA,oBACA,WACA,aACA,kBACA,gBACA,mBACA,iBACA,eACA,iBACA,gBACA,cACA,cACA,cACA,eACA,qBACA,oBACA,oBACA,WACA,uBACA,eACA,WACA,cACA,gBACA,eACA,WACA,qBACA,gBACA,mBACA,mBACA,eACA,eACA,eACA,eACA,kBACA,WACA,aACA,eACA,WACA,oBACA,cACA,iBACA,YACA,WACA,qBACA,qBACA,mBACA,WACA,aACA,gBACA,oBACA,uBACA,sBACA,sBACA,sBACA,yBACA,uBACA,sBACA,uBACA,sBACA,wBACA,0BACA,yBACA,4BACA,yBACA,4BACA,sBACA,qBACA,qBACA,qBACA,uBACA,wBACA,WACA,6BACA,iCACA,kCACA,kCACA,8BACA,mCACA,4BACA,2BACA,2BACA,4BACA,2BACA,2BACA,mCACA,kCACA,6BACA,6BACA,6BACA,2BACA,qBACA,qBACA,6BACA,wBACA,qBACA,0BACA,qBACA,kCACA,2BACA,yBACA,mBACA,sBACA,0BACA,gCACA,qBACA,oBACA,4BACA,wBACA,0BACA,oBACA,sBACA,sBACA,yBACA,0BACA,wBACA,wBACA,2BACA,8BACA,qBACA,mBACA,sBACA,0BACA,wBACA,0BACA,0BACA,wBACA,oCACA,kCACA,iCACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,wBACA,yBACA,yBACA,yBACA,yBACA,yBACA,yBACA,2BACA,wBACA,qBACA,6BACA,uBACA,wBACA,qBACA,wBACA,wBACA,0BACA,oCACA,kCACA,sBACA,4BACA,yBACA,oBACA,qBACA,4BACA,qBACA,yBACA,uBACA,sBACA,sBACA,yBACA,2BACA,0BACA,oBACA,wBACA,uBACA,sBACA,4BACA,6BACA,0BACA,+BACA,4BACA,4BACA,qBACA,6BACA,6BACA,4BACA,0BACA,uBACA,qBACA,qBACA,sBACA,6BACA,wBACA,sBACA,qBACA,yBACA,wBACA,wBACA,0BACA,yBACA,qBACA,sBACA,yBACA,2BACA,uBACA,wBACA,wBACA,wBACA,oBACA,4BACA,sBACA,qBACA,wBACA,wBACA,6BACA,qBACA,qBACA,oBACA,qBACA,uBACA,wBACA,yBACA,WACA,WACA,cACA,OACA,YACA,cACA,WACA,YACA,YACA,eACA,cACA,eACA,mBACA,uBACA,WACA,OACA,iBACA,YACA,sBACA,4BACA,mBACA,oBACA,yBACA,uBACA,gBACA,2BACA,WACA,mBACA,eACA,YACA,yBACA,IACA,uBACA,+BACA,eACA,QACA,eACA,QACA,aACA,eACA,cACA,wBACA,UACA,QACA,aACA,QACA,uBACA,UACA,eACA,SACA,kBACA,QACA,aACA,YACA,QACA,iBACA,cACA,cACA,WACA,UACA,UACA,gBACA,mBACA,gBACA,cACA,iBACA,0BACA,QACA,aACA,aACA,aACA,aACA,aACA,aACA,QACA,iBACA,2BACA,kBACA,sCACA,cACA,qCACA,qCACA,+CACA,uCACA,sBACA,uBACA,oCACA,oCACA,4CACA,0BACA,QACA,iBACA,aACA,WACA,wBACA,gBACA,OACA,YACA,OACA,YACA,WACA,aACA,aACA,eACA,eACA,aACA,WACA,WACA,WACA,uBACA,SACA,UACA,aACA,WACA,UACA,gBACA,eACA,eACA,oBACA,mBACA,mBACA,gBACA,eACA,mBACA,SACA,wBACA,WACA,YACA,aACA,WACA,aACA,kBACA,OACA,oBACA,oBACA,oBACA,kBACA,mBACA,gBACA,kBACA,sBACA,wBACA,kBACA,oBACA,oBACA,iBACA,qBACA,qBACA,mBACA,kBACA,sBACA,qBACA,oBACA,uBACA,iBACA,eACA,cACA,mBACA,sBACA,kBACA,6BACA,kBACA,mBACA,sBACA,gBACA,kBACA,qBACA,kBACA,oBACA,mBACA,mBACA,qBACA,oBACA,gBACA,mBACA,oBACA,kBACA,iBACA,qBACA,mBACA,kBACA,sBACA,kBACA,mBACA,iBACA,mBACA,oBACA,sBACA,oBACA,wBACA,oBACA,uBACA,mBACA,qBACA,iBACA,sBACA,2BACA,mBACA,oBACA,oBACA,oBACA,oBACA,kBACA,mBACA,0BACA,uBACA,sBACA,mBACA,sBACA,0BACA,sBACA,sBACA,kBACA,mBACA,mBACA,mBACA,qBACA,mBACA,kBACA,UACA,UACA,eACA,aACA,gBACA,gBACA,aACA,gBACA,cACA,YACA,qBACA,cACA,uBACA,aACA,gBACA,iBACA,WACA,cACA,iBACA,iBACA,mBACA,aACA,iBACA,wBACA,OACA,mCACA,iCACA,cACA,OACA,YACA,iBACA,MACA,WACA,WACA,WACA,sBACA,qBACA,wBACA,eACA,yBACA,gCACA,2BACA,wBACA,oBACA,oBACA,gBACA,mBACA,SACA,eACA,QACA,cACA,YACA,WACA,aACA,qBACA,iBACA,aACA,aACA,YACA,SACA,gBACA,OACA,4BACA,WACA,OACA,OACA,UACA,iBACA,gBACA,WACA,QACA,WACA,gBACA,uBACA,gCACA,uBACA,SACA,OACA,SACA,kBACA,uBACA,wBACA,QACA,YACA,aACA,aACA,cACA,OACA,OACA,MACA,SACA,UACA,SACA,QACA,UACA,WACA,YACA,UACA,cACA,iBACA,YACA,kBACA,mBACA,WACA,mCACA,4BACA,+BACA,wBACA,mBACA,0BACA,iCACA,mBACA,YACA,sBACA,qBACA,iCACA,6BACA,oBACA,oBACA,mBACA,sBACA,oBACA,8BACA,sBACA,sBACA,8BACA,sBACA,uBACA,uBACA,aACA,eACA,aACA,YACA,mBACA,YACA,kBACA,oBACA,mBACA,eACA,YACA,YACA,YACA,WACA,YACA,UACA,qBACA,oBACA,oBACA,oBACA,sBACA,mBACA,iBACA,mBACA,qBACA,uBACA,wBACA,qBACA,yBACA,sBACA,uBACA,qBACA,uBACA,2CACA,kCACA,qCACA,iCACA,gCACA,8BACA,2BACA,6BACA,+BACA,kCACA,kCACA,iCACA,gCACA,kCACA,kCACA,gCACA,yBACA,yBACA,yBACA,iCACA,yBACA,0BACA,0BACA,MACA,OACA,kBACA,eACA,8BACA,sBACA,aACA,gBACA,gBACA,uBACA,sBACA,kBACA,oBACA,uBACA,YACA,YACA,iBACA,sBACA,gBACA,cACA,cACA,kCACA,6BACA,mBACA,mBACA,wBACA,iBACA,eACA,cACA,UACA,WACA,gBACA,aACA,mBACA,eACA,oBACA,wBACA,uBACA,uBACA,6BACA,mBACA,wBACA,6BACA,gBACA,wBACA,aACA,wBACA,eACA,oBACA,oBACA,oBACA,iBACA,sBACA,uBACA,iBACA,sBACA,sBACA,sBACA,qBACA,cACA,kBACA,aACA,qBACA,eACA,aACA,eACA,qBACA,sBACA,iBACA,gBACA,eACA,gBACA,qBACA,qBACA,qBACA,iBACA,aACA,wBACA,eACA,yBACA,0BACA,0BACA,aACA,iBACA,eACA,iBACA,cACA,gBACA,yBACA,sBACA,YACA,mBACA,6BACA,8BACA,0BACA,2BACA,gBACA,kBACA,iBACA,uBACA,kBACA,mBACA,cACA,gBACA,iBACA,aACA,mBACA,yBACA,wBACA,yBACA,oBACA,eACA,qBACA,oBACA,gBACA,qBACA,wBACA,wBACA,8BACA,eACA,eACA,gBACA,gBACA,oBACA,kBACA,gBACA,mBACA,iBACA,gBACA,iBACA,UACA,wBACA,yBACA,oBACA,gBACA,cACA,eACA,iBACA,kBACA,oBACA,QACA,MACA,OACA,oBACA,SACA,aACA,cACA,wBACA,cACA,OACA,oBACA,gBACA,QACA,WACA,kBACA,gBACA,mBACA,oBACA,sBACA,SACA,WACA,8BACA,cACA,iCACA,MACA,eACA,YACA,cACA,qBACA,OACA,aACA,eACA,WACA,WACA,eACA,mBACA,SACA,eACA,WACA,MACA,2BACA,2BACA,sBACA,sBACA,sBACA,sBACA,OACA,SACA,UACA,6BACA,6BACA,gBACA,SACA,8BACA,sBACA,sBACA,SACA,iBACA,gBACA,iBACA,YACA,YACA,kBACA,kBACA,oBACA,4BACA,4BACA,mCACA,mCACA,gCACA,gCACA,uCACA,uCACA,qBACA,gCACA,gCACA,qBACA,8BACA,8BACA,qBACA,qBACA,kBACA,kBACA,UACA,oBACA,aACA,KACA,gBACA,SACA,wBACA,sBACA,uBACA,uBACA,oBACA,OACA,oBACA,8BACA,kBACA,sBACA,eACA,mBACA,aACA,SACA,cACA,mBACA,kBACA,qBACA,wBACA,4BACA,oBACA,eACA,SACA,cACA,gBACA,oBACA,wBACA,gBACA,UACA,mBACA,QACA,cACA,mBACA,IACA,YACA,qBACA,iBACA,YACA,gBACA,aACA,WACA,UACA,eACA,0BACA,uBACA,yBACA,0BACA,0BACA,sBACA,+BACA,wBACA,4BACA,qBACA,WACA,yCACA,wBACA,8BACA,yCACA,8BACA,2BACA,SACA,UACA,MACA,SACA,UACA,OACA,QACA,WACA,qBACA,4BACA,sBACA,kBACA,4BACA,iBACA,eACA,wBACA,iBACA,gBACA,QACA,aACA,iBACA,mBACA,OACA,iBACA,SACA,UACA,WACA,aACA,eACA,UACA,2BACA,iBACA,kBACA,yBACA,wBACA,WACA,kBACA,cACA,eACA,mBACA,iBACA,aACA,YACA,eACA,eACA,SACA,gBACA,iBACA,uBACA,mBACA,kBACA,cACA,2BACA,aACA,QACA,UACA,WACA,iBACA,qBACA,eACA,gBACA,yBACA,qBACA,eACA,cACA,wBACA,gBACA,8BACA,YACA,OACA,aACA,eACA,UACA,QACA,SACA,YACA,qBACA,YACA,eACA,iBACA,cACA,qBACA,oBACA,oBACA,+BACA,+BACA,mBACA,0BACA,yBACA,eACA,qBACA,sBACA,eACA,eACA,gBACA,iBACA,0BACA,0BACA,cACA,eACA,qBACA,oBACA,cACA,cACA,aACA,gBACA,gBACA,cACA,wBACA,qBACA,yBACA,WACA,yBACA,oBACA,0BACA,6BACA,mBACA,qBACA,yBACA,qBACA,oBACA,wBACA,oBACA,wBACA,iCACA,kBACA,oBACA,2BACA,sBACA,mBACA,qBACA,WACA,sCACA,mBACA,iBACA,iBACA,oBACA,cACA,aACA,qBACA,yBACA,oBACA,eACA,oBACA,0BACA,gCACA,wBACA,6BACA,8BACA,8BACA,2BACA,yBACA,oBACA,oBACA,oBACA,oBACA,oBACA,2BACA,oBACA,oBACA,wBACA,yBACA,qBACA,yBACA,+BACA,wBACA,mBACA,yBACA,mBACA,iBACA,qBACA,2BACA,yBACA,wBACA,wBACA,0BACA,cACA,qBACA,kBACA,qBACA,qBACA,qBACA,kBACA,kBACA,YACA,gBACA,iBACA,2BACA,kBACA,mBACA,iBACA,YACA,qBACA,yBACA,YACA,gBACA,WACA,iBACA,aACA,mBACA,mBACA,sBACA,4BACA,4BACA,kCACA,kCACA,gCACA,gCACA,sCACA,sCACA,sBACA,gCACA,gCACA,sBACA,8BACA,8BACA,iBACA,sBACA,sBACA,oBACA,WACA,eACA,oBACA,qBACA,yBACA,2BACA,UACA,iBACA,qBACA,gBACA,mBACA,gBACA,iBACA,gBACA,kBACA,mBACA,mBACA,iBACA,kBACA,wBACA,iBACA,qBACA,4BACA,kBACA,eACA,mBACA,eACA,gBACA,kBACA,iBACA,cACA,gBACA,eACA,oBACA,qBACA,oBACA,wBACA,4BACA,gBACA,gBACA,gBACA,gBACA,sBACA,6BACA,yBACA,kCACA,wBACA,yBACA,oBACA,uBACA,oBACA,yBACA,8BACA,+BACA,0BACA,8BACA,6BACA,8BACA,uBACA,2BACA,8BACA,4BACA,0BACA,2BACA,8BACA,0BACA,8BACA,2BACA,mCACA,0CACA,gCACA,kCACA,iCACA,wCACA,qCACA,wCACA,sCACA,qCACA,uCACA,sCACA,gCACA,8BACA,+BACA,gCACA,mCACA,+BACA,wBACA,oBACA,qBACA,qBACA,oBACA,oBACA,wBACA,oBACA,4BACA,oBACA,oBACA,yBACA,8BACA,0BACA,iCACA,0BACA,yBACA,4BACA,qBACA,yBACA,4BACA,uBACA,wBACA,0BACA,iCACA,gCACA,kCACA,6BACA,qBACA,yBACA,kCACA,wBACA,oBACA,iCACA,yBACA,6BACA,sCACA,+BACA,kCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,mCACA,uBACA,2BACA,0BACA,2BACA,0BACA,wBACA,yBACA,uBACA,uBACA,sBACA,sBACA,sBACA,0BACA,wBACA,mCACA,iCACA,8BACA,kCACA,wBACA,+BACA,qBACA,yBACA,yBACA,yBACA,aACA,aACA,SACA,oBACA,SACA,sBACA,kBACA,+BACA,YACA,gBACA,yBACA,4BACA,qBACA,MACA,aACA,eACA,qBACA,uBACA,2BACA,gBACA,UACA,eACA,SACA,aACA,iBACA,eACA,SACA,cACA,YACA,4BACA,8BACA,8BACA,4BACA,6BACA,+BACA,UACA,WACA,WACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,WACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,YACA,WACA,YACA,YACA,WACA,WACA,WACA,WACA,WACA,WACA,aACA,qBACA,2BACA,mBACA,8BACA,8BACA,8BACA,8BACA,8BACA,8BACA,qBACA,6BACA,qBACA,iBACA,iBACA,YACA,UACA,cACA,gBACA,2BACA,WACA,YACA,eACA,iBACA,oBACA,WACA,oBACA,gBACA,cACA,gBACA,OACA,cACA,cACA,YACA,cACA,YACA,eACA,mBACA,gBACA,YACA,aACA,QACA,aACA,YACA,aACA,kBACA,aACA,YACA,UACA,WACA,cACA,eACA,0BACA,wBACA,+BACA,+BACA,mBACA,qCACA,sBACA,iCACA,oBACA,SACA,gBACA,eACA,iBACA,yBACA,yBACA,uBACA,6BACA,cACA,WACA,MACA,kBACA,eACA,mBACA,MACA,cACA,cACA,aACA,oBACA,qBACA,+BACA,qBACA,kBACA,iBACA,iBACA,SACA,UACA,iBACA,cACA,qCACA,oCACA,8BACA,iCACA,8BACA,2BACA,6BACA,2BACA,gBACA,WACA,gBACA,UACA,WACA,gBACA,SACA,YACA,gBACA,mBACA,qBACA,wBACA,uBACA,qBACA,qBACA,iBACA,UACA,UACA,kBACA,cACA,oBACA,mBACA,eACA,oBACA,wBACA,cACA,6BACA,eACA,uBACA,mBACA,uBACA,oBACA,sBACA,uBACA,wBACA,yBACA,kBACA,sBACA,0BACA,gBACA,gBACA,sBACA,6BACA,wBACA,kBACA,oBACA,yBACA,kBACA,wCACA,cACA,mBACA,qBACA,yBACA,wBACA,YACA,aACA,SACA,SACA,cACA,iBACA,4BACA,0BACA,8BACA,uBACA,gBACA,qCACA,iBACA,iBACA,kBACA,kBACA,cACA,gBACA,OACA,SACA,SACA,mBACA,mBACA,mBACA,mBACA,UACA,YACA,gBACA,IACA,QACA,OACA,QACA,MACA,WACA,eACA,+BACA,cACA,SACA,gBACA,aACA,YACA,iBACA,WACA,OACA,QACA,SACA,YACA,SACA,aACA,gBACA,sBACA,oBACA,gBACA,MACA,cACA,eACA,eACA,SACA,aACA,mBACA,YACA,gBACA,aACA,kBACA,YACA,cACA,WACA,cACA,UACA,aACA,WACA,YACA,UACA,kBACA,kBACA,YACA,eACA,WACA,sBACA,aACA,iBACA,kBACA,SACA,YACA,MACA,UACA,QACA,YACA,QACA,gBACA,cACA,aACA,eACA,aACA,YACA,oBACA,aACA,MACA,kBACA,oBACA,QACA,MACA,cACA,UACA,SACA,UACA,WACA,mBACA,YACA,kBACA,SACA,aACA,eACA,UACA,QACA,UACA,UACA,uBACA,gCACA,sBACA,iBACA,YACA,kBACA,sBACA,qBACA,sBACA,4BACA,iBACA,uBACA,4BACA,iBACA,qBACA,oBACA,oBACA,0BACA,gBACA,qBACA,qBACA,0BACA,mBACA,cACA,MACA,cACA,kBACA,UACA,mBACA,aACA,SACA,eACA,cACA,aACA,aACA,eACA,cACA,aACA,eACA,kBACA,oBACA,UACA,mBACA,QACA,eACA,MACA,QACA,UACA,QACA,YACA,cACA,OACA,QACA,SACA,SACA,QACA,QACA,OACA,QACA,QACA,OACA,cACA,eACA,cACA,SACA,aACA,WACA,gBACA,qBACA,aACA,cACA,gBACA,aACA,iBACA,eACA,cACA,YACA,WACA,cACA,YACA,WACA,aACA,eACA,YACA,WACA,OACA,OACA,UACA,IACA,OACA,sBACA,qBACA,aACA,wBACA,wBACA,kBACA,mBACA,mBACA,oBACA,sBACA,oBACA,kBACA,uBACA,sBACA,iBACA,kBACA,kBACA,mBACA,qBACA,sBACA,sBACA,mBACA,iBACA,WACA,UACA,iBACA,iBACA,WACA,aACA,UACA,UACA,gBACA,UACA,OACA,eACA,iBACA,YACA,WACA,iBACA,eACA,eACA,OACA,gBACA,UACA,eACA,OACA,MACA,aACA,OACA,qBACA,aACA,kBACA,mBACA,cACA,aACA,gBACA,wBACA,YACA,oBACA,QACA,OACA,iBACA,OACA,OACA,OACA,WACA,OACA,YACA,eACA,SACA,gBACA,sBACA,4BACA,6BACA,sBACA,sBACA,kBACA,eACA,eACA,sBACA,sBACA,qBACA,sBACA,qBACA,cACA,oBACA,oBACA,oBACA,gBACA,eACA,qBACA,qBACA,qBACA,iBACA,eACA,aACA,mBACA,yBACA,0BACA,mBACA,mBACA,eACA,eACA,oBACA,yBACA,0BACA,oBACA,oBACA,iBACA,cACA,kBACA,mBACA,cACA,oBACA,oBACA,mBACA,oBACA,mBACA,aACA,kBACA,kBACA,kBACA,eACA,cACA,mBACA,mBACA,mBACA,gBACA,cACA,YACA,iBACA,sBACA,uBACA,iBACA,iBACA,cACA,SACA,eACA,QACA,gBACA,qBACA,iBACA,eACA,cACA,gBACA,SACA,uBACA,aACA,aACA,qBACA,YACA,YACA,aACA,cACA,cACA,kBACA,OACA,UACA,SACA,aACA,cACA,aACA,gBACA,WACA,iBACA,UACA,cACA,SACA,WACA,UACA,aACA,aACA,IACA,OACA,SACA,iBACA,eACA,cACA,kBACA,cACA,cACA,SACA,uBACA,eACA,wBACA,aACA,YACA,SACA,UACA,eACA,cACA,gBACA,oBACA,yBACA,sBACA,OACA,QACA,WACA,OACA,KACA,OACA,YACA,cACA,cACA,QACA,KACA,QACA,QACA,YACA,iBACA,UACA,eACA,mBACA,wBACA,OACA,SACA,WACA,aACA,YACA,eACA,WACA,eACA,UACA,iBACA,yBACA,oBACA,gBACA,UACA,oBACA,aACA,WACA,SACA,aACA,OACA,YACA,YACA,UACA,QACA,kBACA,aACA,YACA,aACA,iBACA,gBACA,aACA,gBACA,kBACA,YACA,uBACA,cACA,eACA,eACA,aACA,QACA,aACA,eACA,oBACA,aACA,aACA,cACA,YACA,cACA,UACA,UACA,OACA,YACA,YACA,aACA,WACA,WACA,gBACA,YACA,WACA,UACA,gBACA,QACA,gBACA,YACA,aACA,QACA,YACA,SACA,UACA,MACA,QACA,MACA,OACA,WACA,cACA,WACA,UACA,WACA,gBACA,kBACA,YACA,UACA,QACA,QACA,sBACA,8BACA,aACA,qBACA,4BACA,YACA,YACA,OACA,cACA,aACA,YACA,eACA,aACA,kBACA,kBACA,kBACA,aACA,cACA,UACA,UACA,oBACA,0BACA,UACA,wBACA,0BACA,mBACA,cACA,eACA,aACA,aACA,UACA,gBACA,WACA,qBACA,uBACA,yBACA,uBACA,0BACA,SACA,gBACA,iBACA,iBACA,gBACA,UACA,qBACA,uCACA,kCACA,UACA,aACA,eACA,YACA,aACA,kBACA,UACA,cACA,qBACA,cACA,YACA,WACA,eACA,UACA,kBACA,kBACA,kBACA,oBACA,mBACA,cACA,gBACA,UACA,cACA,cACA,WACA,aACA,UACA,aACA,WACA,0BACA,SACA,gBACA,SACA,kBACA,iBACA,oBACA,gBACA,aACA,uBACA,0BACA,MACA,OACA,QACA,oBACA,gBACA,mBACA,eACA,WACA,kBACA,SACA,iBACA,eACA,kBACA,oBACA,qBACA,eACA,qBACA,qBACA,sBACA,gBACA,sBACA,wBACA,gBACA,2BACA,qBACA,kBACA,mBACA,oBACA,cACA,kBACA,iBACA,yBACA,qBACA,2BACA,gBACA,kBACA,wBACA,cACA,oBACA,mBACA,oBACA,iBACA,aACA,iBACA,qBACA,oBACA,kBACA,cACA,uBACA,uBACA,2BACA,kBACA,+BACA,0BACA,oBACA,mBACA,qBACA,qBACA,oBACA,kBACA,cACA,mBACA,eACA,gBACA,qBACA,cACA,8BACA,gBACA,uBACA,cACA,wBACA,qBACA,iBACA,kBACA,kBACA,kBACA,yBACA,yBACA,4BACA,kCACA,kCACA,wCACA,wCACA,sCACA,sCACA,4CACA,4CACA,4BACA,sCACA,sCACA,4BACA,oCACA,oCACA,4BACA,4BACA,iBACA,gBACA,qBACA,+BACA,wBACA,gBACA,eACA,mBACA,qBACA,mBACA,cACA,cACA,cACA,iBACA,kBACA,gBACA,cACA,kBACA,mBACA,mBACA,eACA,cACA,SACA,MACA,WACA,WACA,UACA,eACA,UACA,WACA,OACA,WACA,cACA,cACA,eACA,gBACA,aACA,eACA,eACA,gBACA,cACA,mBACA,cACA,SACA,QACA,cACA,KACA,KACA,IACA,OACA,UACA,eACA,eACA,UACA,eACA,WACA,UACA,WACA,KACA,QACA,kBACA,UACA,SACA,kBACA,eACA,YACA,qBACA,UACA,UACA,iBACA,iBACA,eACA,sBACA,mBACA,kBACA,gBACA,aACA,eACA,cACA,gBACA,QACA,sBACA,sBACA,mBACA,iBACA,YACA,SACA,eACA,gBACA,aACA,iBACA,aACA,iBACA,oBACA,qBACA,cACA,eACA,oBACA,gBACA,qBACA,YACA,aACA,eACA,cACA,cACA,gBACA,uBACA,WACA,eACA,iBACA,oBACA,QACA,YACA,SACA,SACA,SACA,YACA,YACA,aACA,aACA,YACA,cACA,cACA,aACA,cACA,iBACA,SACA,cACA,eACA,SACA,SACA,mBACA,aACA,aACA,kBACA,SACA,aACA,MACA,UACA,YACA,SACA,UACA,2BACA,WACA,kBACA,aACA,gBACA,UACA,gBACA,UACA,SACA,WACA,WACA,aACA,WACA,UACA,WACA,kBACA,eACA,cACA,UACA,oBACA,cACA,cACA,cACA,2BACA,6BACA,iBACA,aACA,SACA,kBACA,oBACA,oBACA,mBACA,OACA,gBACA,WACA,WACA,YACA,aACA,2BACA,sBACA,eACA,6BACA,oBACA,YACA,oBACA,sBACA,sBACA,qBACA,aACA,qBACA,WACA,OACA,YACA,WACA,SACA,QACA,KACA,KACA,SACA,IACA,WACA,gBACA,cACA,mBACA,WACA,YACA,UACA,QACA,SACA,QACA,cACA,aACA,SACA,mBACA,0BACA,0BACA,UACA,gBACA,SACA,YACA,qBACA,WACA,UACA,UACA,MACA,eACA,aACA,eACA,cACA,YACA,UACA,QACA,WACA,WACA,UACA,YACA,YACA,oBACA,QACA,YACA,SACA,OACA,WACA,QACA,aACA,QACA,YACA,OACA,cACA,sBACA,aACA,iBACA,kBACA,MACA,SACA,yBACA,UACA,YACA,aACA,yBACA,QACA,WACA,+BACA,YACA,SACA,aACA,aACA,eACA,WACA,4BACA,kBACA,cACA,IACA,OACA,eACA,WACA,aACA,0BACA,WACA,QACA,QACA,aACA,UACA,UACA,kBACA,aACA,mBACA,WACA,WACA,kBACA,WACA,QACA,OACA,eACA,YACA,cACA,WACA,WACA,YACA,WACA,SACA,aACA,aACA,cACA,UACA,UACA,OACA,YACA,WACA,WACA,SACA,YACA,aACA,oBACA,YACA,QACA,OACA,aACA,iBACA,YACA,YACA,cACA,YACA,YACA,gBACA,WACA,WACA,aACA,WACA,QACA,QACA,QACA,cACA,gBACA,aACA,eACA,QACA,QACA,QACA,YACA,cACA,OACA,cACA,wBACA,eACA,yBACA,YACA,mBACA,eACA,aACA,iBACA,eACA,0BACA,oBACA,0BACA,yBACA,uBACA,wBACA,cACA,aACA,sBACA,cACA,uBACA,WACA,iBACA,uBACA,cACA,YACA,gBACA,cACA,wBACA,kBACA,uBACA,uBACA,qBACA,sBACA,aACA,YACA,QACA,WACA,MACA,UACA,cACA,OACA,aACA,cACA,aACA,iBACA,aACA,SACA,QACA,UACA,KACA,QACA,cACA,eACA,eACA,0BACA,uBACA,SACA,YACA,SACA,YACA,oBACA,OACA,eACA,gBACA,cACA,YACA,SACA,aACA,oBACA,oBACA,KACA,KACA,OACA,UACA,QACA,iBACA,cACA,iBACA,kBACA,cACA,gBACA,MACA,kBACA,mBACA,kBACA,SACA,wBACA,YACA,cACA,qBACA,oBACA,eACA,iBACA,mBACA,qBACA,iBACA,UACA,aACA,UACA,cACA,wBACA,qBACA,uBACA,wBACA,sBACA,SACA,+BACA,iBACA,uBACA,gBACA,iBACA,6BACA,mBACA,wBACA,mBACA,aACA,uBACA,kBACA,eACA,aACA,qBACA,iBACA,UACA,mBACA,UACA,SACA,0BACA,gCACA,sBACA,cACA,iBACA,yBACA,oBACA,uBACA,yBACA,mBACA,uBACA,aACA,mBACA,mBACA,WACA,eACA,kBACA,aACA,UACA,aACA,aACA,wBACA,yBACA,gBACA,oCACA,uBACA,cACA,cACA,WACA,eACA,WACA,WACA,UACA,sBACA,UACA,WACA,SACA,cACA,kBACA,WACA,qBACA,cACA,cACA,kBACA,aACA,mBACA,WACA,eACA,iBACA,cACA,mBACA,mCACA,mBACA,2BACA,sBACA,wBACA,eACA,qBACA,mBACA,gBACA,uBACA,2BACA,oBACA,oBACA,sBACA,sBACA,sBACA,uBACA,mBACA,iBACA,mBACA,kBACA,aACA,eACA,eACA,kBACA,mBACA,2BACA,oBACA,UACA,oBACA,iBACA,eACA,aACA,eACA,aACA,mBACA,qBACA,2BACA,kBACA,oBACA,eACA,aACA,2BACA,yBACA,eACA,WACA,oBACA,gBACA,iBACA,qBACA,kBACA,yBACA,kBACA,UACA,oBACA,iBACA,eACA,YACA,wBACA,aACA,YACA,iBACA,cACA,qBACA,gBACA,cACA,gBACA,YACA,YACA,WACA,aACA,qBACA,eACA,YACA,aACA,mBACA,kBACA,wBACA,0BACA,iBACA,mBACA,UACA,YACA,SACA,cACA,2BACA,6BACA,2BACA,WACA,KACA,oBACA,gBACA,WACA,QACA,QACA,iBACA,WACA,sBACA,MACA,eACA,iBACA,gBACA,gBACA,iBACA,eACA,aACA,WACA,YACA,iBACA,OACA,OACA,UACA,UACA,SACA,SACA,OACA,YACA,OACA,OACA,UACA,kBACA,kBACA,qBACA,OACA,WACA,OACA,WACA,SACA,wBACA,UACA,WACA,YACA,cACA,QACA,QACA,qBACA,oBACA,OACA,KACA,aACA,WACA,YACA,aACA,oBACA,kBACA,mBACA,iBACA,SACA,WACA,UACA,iBACA,YACA,aACA,mBACA,UACA,OACA,OACA,MACA,MACA,kCACA,UACA,WACA,cACA,gBACA,QACA,aACA,UACA,YACA,sBACA,sBACA,OACA,OACA,qBACA,sBACA,qBACA,iBACA,mBACA,uBACA,kBACA,WACA,wBACA,6BACA,gBACA,iBACA,YACA,iBACA,mBACA,sBACA,eACA,oBACA,0BACA,mBACA,iBACA,uBACA,sBACA,oBACA,mBACA,oBACA,gBACA,0BACA,mBACA,oBACA,oBACA,sBACA,yBACA,mBACA,gBACA,gBACA,iBACA,sBACA,cACA,2BACA,4BACA,uBACA,iBACA,cACA,aACA,gBACA,QACA,YACA,cACA,YACA,aACA,QACA,cACA,gBACA,cACA,wBACA,qBACA,qBACA,eACA,aACA,aACA,mBACA,aACA,YACA,aACA,eACA,YACA,iBACA,iBACA,iBACA,WACA,uBACA,UACA,aACA,KACA,OACA,cACA,UACA,6BACA,WACA,2BACA,SACA,cACA,cACA,oBACA,6BACA,gBACA,qBACA,aACA,YACA,UACA,cACA,eACA,WACA,gBACA,WACA,cACA,OACA,aACA,YACA,QACA,cACA,QACA,SACA,gBACA,gBACA,iBACA,kBACA,kBACA,YACA,YACA,qBACA,8BACA,gBACA,iBACA,gBACA,aACA,WACA,WACA,cACA,aACA,YACA,YACA,kBACA,SACA,YACA,UACA,OACA,SACA,WACA,UACA,YACA,WACA,YACA,cACA,WACA,cACA,WACA,OACA,OACA,kBACA,iBACA,KACA,KACA,KACA,KACA,eACA,oBACA,oBACA,UACA,MACA,UACA,SACA,gBACA,kBACA,cACA,UACA,YACA,UACA,WACA,OACA,UACA,OACA,OACA,QACA,SACA,OACA,WACA,YACA,eACA,YACA,mBACA,cACA,YACA,cACA,YACA,qBACA,kBACA,eACA,mBACA,WACA,YACA,YACA,oBACA,WACA,SACA,SACA,aACA,aACA,iBACA,iBACA,iBACA,iBACA,SACA,OACA,cACA,aACA,SACA,eACA,mBACA,iBACA,gBACA,QACA,iBACA,gBACA,oBACA,OACA,cACA,YACA,YACA,UACA,iBACA,aACA,WACA,aACA,SACA,YACA,0BACA,SACA,OACA,YACA,cACA,QACA,OACA,aACA,mBACA,sBACA,kBACA,YACA,iBACA,oBACA,gBACA,WACA,OACA,eACA,iBACA,YACA,SACA,mBACA,YACA,eACA,SACA,gBACA,WACA,cACA,OACA,aACA,MACA,QACA,QACA,OACA,cACA,cACA,WACA,YACA,qBACA,eACA,OACA,UACA,YACA,UACA,MACA,QACA,aACA,YACA,SACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,WACA,MACA,UACA,SACA,gBACA,cACA,eACA,aACA,eACA,eACA,aACA,cACA,YACA,cACA,OACA,SACA,aACA,aACA,gBACA,eACA,YACA,eACA,YACA,eACA,cACA,cACA,cACA,QACA,OACA,YACA,mBACA,WACA,YACA,QACA,aACA,cACA,UACA,SACA,kBACA,MACA,aACA,YACA,kBACA,kBACA,0BACA,cACA,cACA,YACA,YACA,iBACA,WACA,WACA,UACA,cACA,QACA,oBACA,eACA,eACA,aACA,YACA,YACA,cACA,SACA,UACA,kBACA,UACA,eACA,kBACA,UACA,SACA,WACA,YACA,MACA,aACA,YACA,cACA,YACA,WACA,WACA,aACA,iBACA,eACA,OACA,SACA,QACA,OACA,SACA,UACA,YACA,gBACA,gBACA,iBACA,cACA,WACA,UACA,YACA,SACA,iBACA,oBACA,cACA,SACA,wBACA,UACA,UACA,mBACA,sBACA,qBACA,0BACA,sBACA,iCACA,mBACA,6BACA,iBACA,aACA,cACA,sBACA,sBACA,6BACA,YACA,UACA,gBACA,mBACA,qBACA,cACA,iBACA,gBACA,gBACA,uBACA,uBACA,YACA,gBACA,eACA,eACA,iBACA,kBACA,cACA,aACA,YACA,2BACA,eACA,kBACA,kBACA,iBACA,iBACA,UACA,eACA,WACA,YACA,qBACA,qBACA,eACA,eACA,YACA,iBACA,gBACA,mBACA,kBACA,SACA,wBACA,qBACA,oBACA,cACA,mBACA,qBACA,uBACA,2BACA,YACA,2BACA,uBACA,wBACA,eACA,qBACA,gBACA,eACA,YACA,eACA,eACA,aACA,uBACA,mBACA,qBACA,cACA,mBACA,uBACA,sBACA,sBACA,4BACA,kBACA,uBACA,uBACA,4BACA,uBACA,qBACA,6BACA,YACA,mBACA,gCACA,uBACA,mBACA,UACA,wBACA,sBACA,qBACA,wBACA,wBACA,oBACA,0BACA,wBACA,mBACA,eACA,WACA,eACA,sBACA,qBACA,mBACA,iBACA,aACA,eACA,SACA,cACA,kBACA,aACA,kBACA,iBACA,iBACA,cACA,aACA,iBACA,sBACA,aACA,aACA,aACA,wBACA,sBACA,sBACA,oBACA,qBACA,2BACA,wBACA,eACA,oBACA,mBACA,gBACA,YACA,iBACA,gBACA,aACA,WACA,uBACA,wBACA,wBACA,uBACA,YACA,0BACA,aACA,cACA,sBACA,iBACA,cACA,SACA,cACA,oBACA,6BACA,eACA,oBACA,mBACA,gBACA,kBACA,gBACA,sBACA,mBACA,6BACA,kBACA,mBACA,mBACA,0BACA,0BACA,sBACA,aACA,mBACA,mBACA,gBACA,oBACA,oBACA,oBACA,oBACA,gBACA,sBACA,sBACA,mBACA,gBACA,gBACA,sBACA,iBACA,iBACA,sBACA,0BACA,mBACA,WACA,gBACA,gBACA,gCACA,+BACA,iCACA,gCACA,cACA,oBACA,mBACA,eACA,oBACA,uBACA,uBACA,6BACA,sBACA,gCACA,eACA,oBACA,aACA,eACA,gBACA,sBACA,SACA,WACA,KACA,aACA,oBACA,YACA,WACA,WACA,eACA,cACA,QACA,IACA,OACA,WACA,YACA,iBACA,QACA,eACA,aACA,gBACA,eACA,WACA,aACA,iBACA,kBACA,YACA,OACA,yBACA,WACA,WACA,eACA,WACA,eACA,SACA,WACA,yBACA,aACA,UACA,OACA,qBACA,WACA,WACA,cACA,WACA,SACA,WACA,UACA,aACA,SACA,WACA,WACA,YACA,YACA,wBACA,eACA,YACA,OACA,cACA,UACA,SACA,MACA,aACA,SACA,mBACA,iBACA,gBACA,kBACA,cACA,mBACA,SACA,aACA,kBACA,YACA,iBACA,cACA,mBACA,UACA,KACA,qBACA,SACA,eACA,aACA,aACA,eACA,YACA,cACA,UACA,UACA,KACA,SACA,WACA,aACA,kBACA,SACA,UACA,aACA,WACA,cACA,aACA,eACA,uBACA,gBACA,aACA,iBACA,eACA,iBACA,sBACA,mBACA,eACA,cACA,qBACA,oBACA,gBACA,gBACA,wBACA,iBACA,iBACA,YACA,SACA,WACA,aACA,WACA,WACA,wBACA,wBACA,0BACA,YACA,mBACA,eACA,WACA,mBACA,uBACA,aACA,UACA,UACA,4BACA,aACA,gBACA,kBACA,SACA,cACA,QACA,kBACA,gBACA,mBACA,oBACA,aACA,eACA,gBACA,iBACA,sBACA,oBACA,0BACA,YACA,gBACA,SACA,YACA,cACA,cACA,aACA,cACA,SACA,mBACA,YACA,cACA,QACA,UACA,UACA,UACA,gBACA,SACA,iBACA,WACA,UACA,YACA,aACA,qBACA,oBACA,kBACA,eACA,iBACA,sBACA,eACA,SACA,iBACA,6BACA,aACA,UACA,YACA,YACA,aACA,UACA,mBACA,mBACA,gBACA,SACA,eACA,mBACA,YACA,cACA,gBACA,uBACA,OACA,SACA,YACA,cACA,eACA,eACA,cACA,aACA,cACA,YACA,eACA,SACA,YACA,cACA,wBACA,uBACA,yBACA,yBACA,wBACA,kBACA,uBACA,sBACA,oBACA,uBACA,iBACA,kBACA,mBACA,iBACA,wBACA,mBACA,yBACA,+BACA,cACA,wBACA,oBACA,kBACA,mBACA,mBACA,mBACA,kBACA,iBACA,kBACA,gBACA,kCACA,qBACA,sBACA,YACA,aACA,aACA,YACA,WACA,SACA,sBACA,eACA,aACA,aACA,UACA,UACA,SACA,YACA,sBACA,kBACA,gBACA,iBACA,iBACA,sBACA,qBACA,gBACA,eACA,gBACA,cACA,aACA,aACA,mBACA,eACA,qBACA,iBACA,gBACA,UACA,WACA,cACA,gBACA,6BACA,WACA,WACA,aACA,YACA,eACA,iBACA,WACA,WACA,WACA,YACA,WACA,oBACA,gBACA,SACA,yBACA,aACA,eACA,cACA,gBACA,YACA,UACA,gBACA,SACA,YACA,kBACA,WACA,YACA,YACA,cACA,YACA,eACA,WACA,gBACA,aACA,cACA,eACA,kBACA,WACA,gBACA,kBACA,kBACA,kBACA,kBACA,iBACA,YACA,YACA,uBACA,6BACA,yBACA,iDACA,2BACA,0BACA,mBACA,mBACA,qBACA,kBACA,4BACA,4CACA,4BACA,2BACA,mCACA,wBACA,UACA,SACA,UACA,OACA,aACA,eACA,gBACA,SACA,QACA,gBACA,WACA,MACA,UACA,UACA,QACA,SACA,SACA,UACA,MACA,SACA,cACA,aACA,cACA,SACA,iBACA,UACA,QACA,YACA,cACA,YACA,aACA,UACA,gBACA,iBACA,gBACA,gBACA,eACA,gBACA,eACA,eACA,eACA,WACA,aACA,aACA,YACA,YACA,mBACA,aACA,gBACA,eACA,YACA,YACA,kBACA,gBACA,KACA,KACA,KACA,KACA,MACA,UACA,iBACA,eACA,gBACA,cACA,gBACA,cACA,eACA,aACA,OACA,mBACA,oBACA,oBACA,iBACA,kBACA,kBACA,YACA,QACA,cACA,QACA,cACA,QACA,cACA,aACA,gBACA,YACA,UACA,eACA,SACA,gBACA,aACA,aACA,mBACA,iBACA,eACA,QACA,aACA,kBACA,WACA,eACA,WACA,YACA,OACA,aACA,cACA,cACA,sBACA,WACA,UACA,sBACA,kBACA,mBACA,eACA,QACA,kBACA,cACA,SACA,UACA,cACA,aACA,YACA,cACA,cACA,qBACA,oBACA,qBACA,oBACA,QACA,OACA,QACA,cACA,aACA,cACA,YACA,aACA,cACA,WACA,yBACA,yBACA,aACA,cACA,WACA,OACA,eACA,gBACA,eACA,SACA,UACA,cACA,QACA,iBACA,6BACA,iBACA,gBACA,YACA,qBACA,cACA,SACA,YACA,YACA,YACA,gBACA,MACA,sBACA,kBACA,iBACA,OACA,QACA,QACA,QACA,YACA,YACA,UACA,WACA,SACA,WACA,WACA,gBACA,YACA,cACA,SACA,MACA,WACA,kBACA,YACA,yBACA,yBACA,SACA,UACA,gBACA,sBACA,4BACA,UACA,WACA,YACA,iBACA,oBACA,yBACA,eACA,eACA,gBACA,kBACA,oBACA,aACA,gBACA,iBACA,aACA,QACA,aACA,0BACA,UACA,oBACA,UACA,aACA,UACA,aACA,WACA,SACA,aACA,uBACA,eACA,WACA,eACA,YACA,cACA,gBACA,WACA,YACA,YACA,OACA,mBACA,YACA,MACA,eACA,mBACA,YACA,sBACA,uBACA,oBACA,wBACA,mBACA,oBACA,gBACA,mBACA,QACA,SACA,IACA,KACA,KACA,OACA,aACA,UACA,UACA,SACA,QACA,aACA,WACA,WACA,cACA,gBACA,cACA,iBACA,OACA,QACA,MACA,OACA,oBACA,qBACA,aACA,gBACA,aACA,WACA,aACA,sBACA,aACA,SACA,SACA,WACA,YACA,eACA,YACA,OACA,MACA,gBACA,cACA,gBACA,SACA,cACA,YACA,cACA,OACA,OACA,gBACA,WACA,UACA,SACA,gBACA,gBACA,WACA,UACA,WACA,yBACA,kBACA,0BACA,SACA,MACA,UACA,cACA,gBACA,UACA,iBACA,gBACA,wBACA,wBACA,WACA,SACA,iBACA,oBACA,SACA,kBACA,kBACA,oBACA,sBACA,iBACA,cACA,YACA,sBACA,eACA,eACA,aACA,iBACA,kBACA,oBACA,aACA,kBACA,iBACA,cACA,eACA,aACA,sCACA,qBACA,eACA,cACA,iBACA,yBACA,iCACA,eACA,sBACA,iBACA,gBACA,SACA,UACA,sBACA,eACA,cACA,YACA,cACA,cACA,eACA,eACA,mBACA,iBACA,wBACA,sBACA,cACA,oBACA,8BACA,oBACA,qBACA,eACA,mBACA,WACA,qBACA,mBACA,QACA,iBACA,SACA,WACA,WACA,UACA,WACA,eACA,cACA,gBACA,eACA,eACA,cACA,cACA,UACA,SACA,aACA,SACA,cACA,MACA,UACA,WACA,YACA,kBACA,WACA,QACA,eACA,cACA,gBACA,OACA,cACA,SACA,kBACA,sBACA,mBACA,uBACA,aACA,WACA,eACA,QACA,WACA,UACA,OACA,YACA,eACA,eACA,QACA,UACA,eACA,KACA,KACA,SACA,iBACA,aACA,UACA,OACA,QACA,UACA,cACA,kBACA,sBACA,YACA,SACA,UACA,QACA,YACA,SACA,SACA,mBACA,gBACA,aACA,2BACA,2BACA,YACA,UACA,UACA,UACA,SACA,kBACA,eACA,iBACA,WACA,gBACA,gBACA,cACA,eACA,iBACA,yBACA,aACA,gBACA,aACA,aACA,WACA,YACA,eACA,cACA,UACA,UACA,wBACA,sBACA,qBACA,2BACA,qBACA,0BACA,uBACA,sBACA,aACA,YACA,MACA,gBACA,SACA,OACA,SACA,YACA,uBACA,eACA,kBACA,wBACA,WACA,OACA,WACA,UACA,SACA,oBACA,aACA,qBACA,cACA,mBACA,kBACA,WACA,gBACA,kBACA,wBACA,wBACA,YACA,qBACA,eACA,iBACA,WACA,eACA,OACA,OACA,eACA,aACA,SACA,gBACA,YACA,oBACA,gBACA,YACA,iBACA,MACA,YACA,WACA,eACA,iBACA,mBACA,qBACA,mBACA,8BACA,aACA,WACA,wBACA,iBACA,oBACA,UACA,UACA,eACA,SACA,cACA,eACA,cACA,eACA,eACA,aACA,aACA,gBACA,cACA,WACA,eACA,WACA,WACA,UACA,cACA,UACA,aACA,cACA,cACA,eACA,sBACA,YACA,iBACA,eACA,kBACA,aACA,gBACA,WACA,eACA,iBACA,2BACA,mBACA,kBACA,iBACA,mCACA,WACA,eACA,kBACA,oBACA,cACA,gBACA,cACA,iBACA,cACA,sBACA,YACA,eACA,uBACA,mBACA,eACA,8BACA,YACA,WACA,aACA,oBACA,uBACA,YACA,WACA,WACA,WACA,gBACA,iBACA,kBACA,iBACA,iBACA,mBACA,kBACA,uBACA,UACA,aACA,eACA,eACA,aACA,iBACA,cACA,qBACA,gBACA,cACA,gBACA,YACA,YACA,WACA,SACA,iBACA,sBACA,cACA,cACA,aACA,UACA,cACA,eACA,MACA,eACA,aACA,cACA,gBACA,gBACA,aACA,QACA,kBACA,iBACA,QACA,QACA,WACA,YACA,OACA,WACA,YACA,kBACA,qBACA,mBACA,UACA,OACA,iBACA,MACA,kBACA,OACA,OACA,gBACA,QACA,QACA,YACA,QACA,YACA,QACA,QACA,QACA,SACA,OACA,wBACA,cACA,eACA,iBACA,OACA,OACA,SACA,eACA,gBACA,cACA,UACA,OACA,UACA,WACA,YACA,mBACA,mBACA,kBACA,QACA,eACA,aACA,SACA,QACA,YACA,eACA,OACA,MACA,aACA,YACA,SACA,SACA,UACA,SACA,QACA,kBACA,aACA,aACA,UACA,QACA,iBACA,WACA,cACA,iBACA,YACA,aACA,QACA,SACA,gBACA,aACA,YACA,gBACA,gBACA,cACA,sBACA,cACA,sBACA,YACA,oBACA,OACA,WACA,eACA,SACA,SACA,cACA,OACA,aACA,eACA,YACA,2BACA,cACA,kBACA,cACA,cACA,gBACA,qCACA,gCACA,aACA,SACA,SACA,cACA,YACA,SACA,mBACA,oBACA,iBACA,kBACA,oBACA,iBACA,eACA,kBACA,mBACA,gBACA,iBACA,mBACA,gBACA,aACA,cACA,aACA,cACA,QACA,aACA,aACA,aACA,iBACA,cACA,MACA,WACA,UACA,SACA,YACA,SACA,YACA,gBACA,SACA,SACA,WACA,UACA,MACA,WACA,eACA,mBACA,UACA,gBACA,YACA,WACA,YACA,UACA,SACA,aACA,WACA,iBACA,aACA,aACA,UACA,QACA,QACA,WACA,QACA,eACA,cACA,cACA,MACA,UACA,SACA,OACA,eACA,cACA,MACA,OACA,SACA,gBACA,gBACA,UACA,UACA,MACA,YACA,OACA,aACA,gBACA,gBACA,gBACA,OACA,aACA,cACA,kBACA,wBACA,uBACA,wBACA,cACA,gBACA,iBACA,cACA,iBACA,YACA,gBACA,aACA,gBACA,eACA,cACA,iBACA,sBACA,sBACA,qBACA,4BACA,qBACA,yBACA,sBACA,0BACA,aACA,cACA,kBACA,cACA,mBACA,aACA,eACA,gBACA,aACA,aACA,gBACA,wBACA,OACA,WACA,YACA,QACA,QACA,OACA,UACA,YACA,UACA,YACA,kBACA,SACA,QACA,UACA,SACA,YACA,eACA,YACA,gBACA,UACA,iBACA,iBACA,cACA,cACA,SACA,qBACA,iBACA,oBACA,iBACA,qBACA,oBACA,cACA,WACA,cACA,QACA,WACA,eACA,WACA,cACA,eACA,cACA,cACA,SACA,yBACA,UACA,UACA,MACA,YACA,QACA,kBACA,mBACA,cACA,UACA,QACA,QACA,cACA,eACA,YACA,mBACA,kBACA,kBACA,iBACA,kBACA,iBACA,sBACA,sBACA,aACA,mBACA,sBACA,sBACA,6BACA,kBACA,qBACA,qBACA,2BACA,YACA,gBACA,eACA,eACA,OACA,WACA,YACA,YACA,QACA,WACA,OACA,aACA,eACA,gBACA,QACA,SACA,YACA,WACA,SACA,eACA,cACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,YACA,aACA,mBACA,mBACA,mBACA,SACA,WACA,eACA,WACA,QACA,iBACA,mBACA,SACA,UACA,YACA,UACA,oBACA,cACA,aACA,2BACA,4BACA,cACA,eACA,UACA,cACA,kBACA,qBACA,UACA,YACA,SACA,iBACA,YACA,iBACA,iBACA,UACA,WACA,SACA,QACA,aACA,YACA,MACA,MACA,MACA,OACA,SACA,iBACA,SACA,aACA,YACA,YACA,eACA,WACA,kBACA,SACA,QACA,QACA,kBACA,oBACA,WACA,QACA,cACA,gBACA,gBACA,wBACA,eACA,UACA,YACA,YACA,SACA,gBACA,eACA,kBACA,oBACA,YACA,YACA,SACA,YACA,SACA,UACA,iBACA,kBACA,iBACA,kBACA,iBACA,kBACA,iBACA,kBACA,2BACA,sBACA,WACA,iBACA,gBACA,mBACA,UACA,cACA,cACA,aACA,OACA,UACA,gBACA,aACA,mBACA,WACA,kBACA,kBACA,kBACA,aACA,kBACA,UACA,aACA,QACA,SACA,OACA,SACA,IACA,OACA,OACA,WACA,QACA,gBACA,YACA,eACA,kBACA,uBACA,2BACA,0BACA,0BACA,gCACA,sBACA,2BACA,gCACA,mBACA,qBACA,8BACA,wBACA,2BACA,mBACA,6BACA,uBACA,wBACA,wBACA,yBACA,2BACA,4BACA,4BACA,yBACA,uBACA,+BACA,oBACA,0BACA,0BACA,yBACA,0BACA,yBACA,iBACA,qBACA,gBACA,wBACA,kBACA,gBACA,kBACA,6BACA,yBACA,yBACA,oCACA,6BACA,8BACA,mCACA,mCACA,yBACA,iCACA,wCACA,oCACA,6BACA,wBACA,wBACA,uBACA,uBACA,wBACA,uCACA,0BACA,0BACA,2BACA,mBACA,yBACA,mBACA,yBACA,yBACA,sBACA,oBACA,uBACA,sBACA,4BACA,qBACA,0BACA,eACA,kBACA,oBACA,yBACA,6BACA,mBACA,iBACA,oBACA,uBACA,mBACA,uBACA,8BACA,kBACA,yBACA,qBACA,aACA,uBACA,wBACA,wBACA,oBACA,sBACA,4BACA,oBACA,yBACA,0BACA,2BACA,oBACA,uBACA,uBACA,0BACA,sBACA,8BACA,0BACA,0BACA,0BACA,2BACA,kCACA,qBACA,oCACA,mBACA,iCACA,cACA,sBACA,0BACA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","sourcesContent":["/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n AST_Binary,\n AST_Conditional,\n AST_Dot,\n AST_Sequence,\n AST_Statement,\n AST_Sub,\n AST_UnaryPostfix,\n} from \"./ast.js\";\n\nfunction characters(str) {\n return str.split(\"\");\n}\n\nfunction member(name, array) {\n return array.includes(name);\n}\n\nfunction find_if(func, array) {\n for (var i = 0, n = array.length; i < n; ++i) {\n if (func(array[i]))\n return array[i];\n }\n}\n\nfunction repeat_string(str, i) {\n if (i <= 0) return \"\";\n if (i == 1) return str;\n var d = repeat_string(str, i >> 1);\n d += d;\n if (i & 1) d += str;\n return d;\n}\n\nfunction configure_error_stack(fn) {\n Object.defineProperty(fn.prototype, \"stack\", {\n get: function() {\n var err = new Error(this.message);\n err.name = this.name;\n try {\n throw err;\n } catch(e) {\n return e.stack;\n }\n }\n });\n}\n\nfunction DefaultsError(msg, defs) {\n this.message = msg;\n this.defs = defs;\n}\nDefaultsError.prototype = Object.create(Error.prototype);\nDefaultsError.prototype.constructor = DefaultsError;\nDefaultsError.prototype.name = \"DefaultsError\";\nconfigure_error_stack(DefaultsError);\n\nDefaultsError.croak = function(msg, defs) {\n throw new DefaultsError(msg, defs);\n};\n\nfunction defaults(args, defs, croak) {\n if (args === true)\n args = {};\n var ret = args || {};\n if (croak) for (var i in ret) if (HOP(ret, i) && !HOP(defs, i))\n DefaultsError.croak(\"`\" + i + \"` is not a supported option\", defs);\n for (var i in defs) if (HOP(defs, i)) {\n ret[i] = (args && HOP(args, i)) ? args[i] : defs[i];\n }\n return ret;\n}\n\nfunction merge(obj, ext) {\n var count = 0;\n for (var i in ext) if (HOP(ext, i)) {\n obj[i] = ext[i];\n count++;\n }\n return count;\n}\n\nfunction noop() {}\nfunction return_false() { return false; }\nfunction return_true() { return true; }\nfunction return_this() { return this; }\nfunction return_null() { return null; }\n\nvar MAP = (function() {\n function MAP(a, f, backwards) {\n var ret = [], top = [], i;\n function doit() {\n var val = f(a[i], i);\n var is_last = val instanceof Last;\n if (is_last) val = val.v;\n if (val instanceof AtTop) {\n val = val.v;\n if (val instanceof Splice) {\n top.push.apply(top, backwards ? val.v.slice().reverse() : val.v);\n } else {\n top.push(val);\n }\n } else if (val !== skip) {\n if (val instanceof Splice) {\n ret.push.apply(ret, backwards ? val.v.slice().reverse() : val.v);\n } else {\n ret.push(val);\n }\n }\n return is_last;\n }\n if (a instanceof Array) {\n if (backwards) {\n for (i = a.length; --i >= 0;) if (doit()) break;\n ret.reverse();\n top.reverse();\n } else {\n for (i = 0; i < a.length; ++i) if (doit()) break;\n }\n } else {\n for (i in a) if (HOP(a, i)) if (doit()) break;\n }\n return top.concat(ret);\n }\n MAP.at_top = function(val) { return new AtTop(val); };\n MAP.splice = function(val) { return new Splice(val); };\n MAP.last = function(val) { return new Last(val); };\n var skip = MAP.skip = {};\n function AtTop(val) { this.v = val; }\n function Splice(val) { this.v = val; }\n function Last(val) { this.v = val; }\n return MAP;\n})();\n\nfunction push_uniq(array, el) {\n if (!array.includes(el))\n array.push(el);\n}\n\nfunction string_template(text, props) {\n return text.replace(/{(.+?)}/g, function(str, p) {\n return props && props[p];\n });\n}\n\nfunction remove(array, el) {\n for (var i = array.length; --i >= 0;) {\n if (array[i] === el) array.splice(i, 1);\n }\n}\n\nfunction mergeSort(array, cmp) {\n if (array.length < 2) return array.slice();\n function merge(a, b) {\n var r = [], ai = 0, bi = 0, i = 0;\n while (ai < a.length && bi < b.length) {\n cmp(a[ai], b[bi]) <= 0\n ? r[i++] = a[ai++]\n : r[i++] = b[bi++];\n }\n if (ai < a.length) r.push.apply(r, a.slice(ai));\n if (bi < b.length) r.push.apply(r, b.slice(bi));\n return r;\n }\n function _ms(a) {\n if (a.length <= 1)\n return a;\n var m = Math.floor(a.length / 2), left = a.slice(0, m), right = a.slice(m);\n left = _ms(left);\n right = _ms(right);\n return merge(left, right);\n }\n return _ms(array);\n}\n\n// this function is taken from Acorn [1], written by Marijn Haverbeke\n// [1] https://github.com/marijnh/acorn\nfunction makePredicate(words) {\n if (!(words instanceof Array)) words = words.split(\" \");\n var f = \"\", cats = [];\n out: for (var i = 0; i < words.length; ++i) {\n for (var j = 0; j < cats.length; ++j)\n if (cats[j][0].length == words[i].length) {\n cats[j].push(words[i]);\n continue out;\n }\n cats.push([words[i]]);\n }\n function quote(word) {\n return JSON.stringify(word).replace(/[\\u2028\\u2029]/g, function(s) {\n switch (s) {\n case \"\\u2028\": return \"\\\\u2028\";\n case \"\\u2029\": return \"\\\\u2029\";\n }\n return s;\n });\n }\n function compareTo(arr) {\n if (arr.length == 1) return f += \"return str === \" + quote(arr[0]) + \";\";\n f += \"switch(str){\";\n for (var i = 0; i < arr.length; ++i) f += \"case \" + quote(arr[i]) + \":\";\n f += \"return true}return false;\";\n }\n // When there are more than three length categories, an outer\n // switch first dispatches on the lengths, to save on comparisons.\n if (cats.length > 3) {\n cats.sort(function(a, b) {return b.length - a.length;});\n f += \"switch(str.length){\";\n for (var i = 0; i < cats.length; ++i) {\n var cat = cats[i];\n f += \"case \" + cat[0].length + \":\";\n compareTo(cat);\n }\n f += \"}\";\n // Otherwise, simply generate a flat `switch` statement.\n } else {\n compareTo(words);\n }\n return new Function(\"str\", f);\n}\n\nfunction all(array, predicate) {\n for (var i = array.length; --i >= 0;)\n if (!predicate(array[i]))\n return false;\n return true;\n}\n\nfunction Dictionary() {\n this._values = Object.create(null);\n this._size = 0;\n}\nDictionary.prototype = {\n set: function(key, val) {\n if (!this.has(key)) ++this._size;\n this._values[\"$\" + key] = val;\n return this;\n },\n add: function(key, val) {\n if (this.has(key)) {\n this.get(key).push(val);\n } else {\n this.set(key, [ val ]);\n }\n return this;\n },\n get: function(key) { return this._values[\"$\" + key]; },\n del: function(key) {\n if (this.has(key)) {\n --this._size;\n delete this._values[\"$\" + key];\n }\n return this;\n },\n has: function(key) { return (\"$\" + key) in this._values; },\n each: function(f) {\n for (var i in this._values)\n f(this._values[i], i.substr(1));\n },\n size: function() {\n return this._size;\n },\n map: function(f) {\n var ret = [];\n for (var i in this._values)\n ret.push(f(this._values[i], i.substr(1)));\n return ret;\n },\n clone: function() {\n var ret = new Dictionary();\n for (var i in this._values)\n ret._values[i] = this._values[i];\n ret._size = this._size;\n return ret;\n },\n toObject: function() { return this._values; }\n};\nDictionary.fromObject = function(obj) {\n var dict = new Dictionary();\n dict._size = merge(dict._values, obj);\n return dict;\n};\n\nfunction HOP(obj, prop) {\n return Object.prototype.hasOwnProperty.call(obj, prop);\n}\n\n// return true if the node at the top of the stack (that means the\n// innermost node in the current output) is lexically the first in\n// a statement.\nfunction first_in_statement(stack) {\n var node = stack.parent(-1);\n for (var i = 0, p; p = stack.parent(i); i++) {\n if (p instanceof AST_Statement && p.body === node)\n return true;\n if ((p instanceof AST_Sequence && p.expressions[0] === node) ||\n (p.TYPE == \"Call\" && p.expression === node ) ||\n (p instanceof AST_Dot && p.expression === node ) ||\n (p instanceof AST_Sub && p.expression === node ) ||\n (p instanceof AST_Conditional && p.condition === node ) ||\n (p instanceof AST_Binary && p.left === node ) ||\n (p instanceof AST_UnaryPostfix && p.expression === node )\n ) {\n node = p;\n } else {\n return false;\n }\n }\n}\n\nfunction keep_name(keep_setting, name) {\n return keep_setting === true\n || (keep_setting instanceof RegExp && keep_setting.test(name));\n}\n\nexport {\n all,\n characters,\n configure_error_stack,\n defaults,\n Dictionary,\n find_if,\n first_in_statement,\n HOP,\n keep_name,\n makePredicate,\n MAP,\n member,\n merge,\n mergeSort,\n noop,\n push_uniq,\n remove,\n repeat_string,\n return_false,\n return_null,\n return_this,\n return_true,\n string_template,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/).\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n all,\n characters,\n configure_error_stack,\n defaults,\n find_if,\n HOP,\n makePredicate,\n} from \"./utils.js\";\nimport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Await,\n AST_Binary,\n AST_BlockStatement,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_IterationStatement,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Sequence,\n AST_SimpleStatement,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDeclaration,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\n\nvar KEYWORDS = \"break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with\";\nvar KEYWORDS_ATOM = \"false null true\";\nvar RESERVED_WORDS = \"enum implements import interface package private protected public static super this \" + KEYWORDS_ATOM + \" \" + KEYWORDS;\nvar KEYWORDS_BEFORE_EXPRESSION = \"return new delete throw else case yield await\";\n\nKEYWORDS = makePredicate(KEYWORDS);\nRESERVED_WORDS = makePredicate(RESERVED_WORDS);\nKEYWORDS_BEFORE_EXPRESSION = makePredicate(KEYWORDS_BEFORE_EXPRESSION);\nKEYWORDS_ATOM = makePredicate(KEYWORDS_ATOM);\n\nvar OPERATOR_CHARS = makePredicate(characters(\"+-*&%=<>!?|~^\"));\n\nvar RE_NUM_LITERAL = /[0-9a-f]/i;\nvar RE_HEX_NUMBER = /^0x[0-9a-f]+$/i;\nvar RE_OCT_NUMBER = /^0[0-7]+$/;\nvar RE_ES6_OCT_NUMBER = /^0o[0-7]+$/i;\nvar RE_BIN_NUMBER = /^0b[01]+$/i;\nvar RE_DEC_NUMBER = /^\\d*\\.?\\d*(?:e[+-]?\\d*(?:\\d\\.?|\\.?\\d)\\d*)?$/i;\n\nvar OPERATORS = makePredicate([\n \"in\",\n \"instanceof\",\n \"typeof\",\n \"new\",\n \"void\",\n \"delete\",\n \"++\",\n \"--\",\n \"+\",\n \"-\",\n \"!\",\n \"~\",\n \"&\",\n \"|\",\n \"^\",\n \"*\",\n \"**\",\n \"/\",\n \"%\",\n \">>\",\n \"<<\",\n \">>>\",\n \"<\",\n \">\",\n \"<=\",\n \">=\",\n \"==\",\n \"===\",\n \"!=\",\n \"!==\",\n \"?\",\n \"=\",\n \"+=\",\n \"-=\",\n \"/=\",\n \"*=\",\n \"**=\",\n \"%=\",\n \">>=\",\n \"<<=\",\n \">>>=\",\n \"|=\",\n \"^=\",\n \"&=\",\n \"&&\",\n \"||\"\n]);\n\nvar WHITESPACE_CHARS = makePredicate(characters(\" \\u00a0\\n\\r\\t\\f\\u000b\\u200b\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u2028\\u2029\\u202f\\u205f\\u3000\\uFEFF\"));\n\nvar NEWLINE_CHARS = makePredicate(characters(\"\\n\\r\\u2028\\u2029\"));\n\nvar PUNC_AFTER_EXPRESSION = makePredicate(characters(\";]),:\"));\n\nvar PUNC_BEFORE_EXPRESSION = makePredicate(characters(\"[{(,;:\"));\n\nvar PUNC_CHARS = makePredicate(characters(\"[]{}(),;:\"));\n\n/* -----[ Tokenizer ]----- */\n\n// surrogate safe regexps adapted from https://github.com/mathiasbynens/unicode-8.0.0/tree/89b412d8a71ecca9ed593d9e9fa073ab64acfebe/Binary_Property\nvar UNICODE = {\n ID_Start: /[A-Za-z\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B4\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2118-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309B-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AD\\uA7B0-\\uA7B7\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDD40-\\uDD74\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDF00-\\uDF1F\\uDF30-\\uDF4A\\uDF50-\\uDF75\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF\\uDFD1-\\uDFD5]|\\uD801[\\uDC00-\\uDC9D\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00\\uDE10-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE33\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE4\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2]|\\uD804[\\uDC03-\\uDC37\\uDC83-\\uDCAF\\uDCD0-\\uDCE8\\uDD03-\\uDD26\\uDD50-\\uDD72\\uDD76\\uDD83-\\uDDB2\\uDDC1-\\uDDC4\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE2B\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEDE\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3D\\uDF50\\uDF5D-\\uDF61]|\\uD805[\\uDC80-\\uDCAF\\uDCC4\\uDCC5\\uDCC7\\uDD80-\\uDDAE\\uDDD8-\\uDDDB\\uDE00-\\uDE2F\\uDE44\\uDE80-\\uDEAA\\uDF00-\\uDF19]|\\uD806[\\uDCA0-\\uDCDF\\uDCFF\\uDEC0-\\uDEF8]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC00-\\uDC6E\\uDC80-\\uDD43]|[\\uD80C\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDED0-\\uDEED\\uDF00-\\uDF2F\\uDF40-\\uDF43\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDF00-\\uDF44\\uDF50\\uDF93-\\uDF9F]|\\uD82C[\\uDC00\\uDC01]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB]|\\uD83A[\\uDC00-\\uDCC4]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDED6\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF34\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1]|\\uD87E[\\uDC00-\\uDE1D]/,\n ID_Continue: /[0-9A-Z_a-z\\xAA\\xB5\\xB7\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0300-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u0483-\\u0487\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0610-\\u061A\\u0620-\\u0669\\u066E-\\u06D3\\u06D5-\\u06DC\\u06DF-\\u06E8\\u06EA-\\u06FC\\u06FF\\u0710-\\u074A\\u074D-\\u07B1\\u07C0-\\u07F5\\u07FA\\u0800-\\u082D\\u0840-\\u085B\\u08A0-\\u08B4\\u08E3-\\u0963\\u0966-\\u096F\\u0971-\\u0983\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BC-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CE\\u09D7\\u09DC\\u09DD\\u09DF-\\u09E3\\u09E6-\\u09F1\\u0A01-\\u0A03\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A59-\\u0A5C\\u0A5E\\u0A66-\\u0A75\\u0A81-\\u0A83\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABC-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AD0\\u0AE0-\\u0AE3\\u0AE6-\\u0AEF\\u0AF9\\u0B01-\\u0B03\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3C-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B5C\\u0B5D\\u0B5F-\\u0B63\\u0B66-\\u0B6F\\u0B71\\u0B82\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD0\\u0BD7\\u0BE6-\\u0BEF\\u0C00-\\u0C03\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C58-\\u0C5A\\u0C60-\\u0C63\\u0C66-\\u0C6F\\u0C81-\\u0C83\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBC-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CDE\\u0CE0-\\u0CE3\\u0CE6-\\u0CEF\\u0CF1\\u0CF2\\u0D01-\\u0D03\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4E\\u0D57\\u0D5F-\\u0D63\\u0D66-\\u0D6F\\u0D7A-\\u0D7F\\u0D82\\u0D83\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DE6-\\u0DEF\\u0DF2\\u0DF3\\u0E01-\\u0E3A\\u0E40-\\u0E4E\\u0E50-\\u0E59\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB9\\u0EBB-\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EC8-\\u0ECD\\u0ED0-\\u0ED9\\u0EDC-\\u0EDF\\u0F00\\u0F18\\u0F19\\u0F20-\\u0F29\\u0F35\\u0F37\\u0F39\\u0F3E-\\u0F47\\u0F49-\\u0F6C\\u0F71-\\u0F84\\u0F86-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u1000-\\u1049\\u1050-\\u109D\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u135D-\\u135F\\u1369-\\u1371\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F8\\u1700-\\u170C\\u170E-\\u1714\\u1720-\\u1734\\u1740-\\u1753\\u1760-\\u176C\\u176E-\\u1770\\u1772\\u1773\\u1780-\\u17D3\\u17D7\\u17DC\\u17DD\\u17E0-\\u17E9\\u180B-\\u180D\\u1810-\\u1819\\u1820-\\u1877\\u1880-\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1920-\\u192B\\u1930-\\u193B\\u1946-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u19D0-\\u19DA\\u1A00-\\u1A1B\\u1A20-\\u1A5E\\u1A60-\\u1A7C\\u1A7F-\\u1A89\\u1A90-\\u1A99\\u1AA7\\u1AB0-\\u1ABD\\u1B00-\\u1B4B\\u1B50-\\u1B59\\u1B6B-\\u1B73\\u1B80-\\u1BF3\\u1C00-\\u1C37\\u1C40-\\u1C49\\u1C4D-\\u1C7D\\u1CD0-\\u1CD2\\u1CD4-\\u1CF6\\u1CF8\\u1CF9\\u1D00-\\u1DF5\\u1DFC-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u203F\\u2040\\u2054\\u2071\\u207F\\u2090-\\u209C\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2118-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D7F-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2DE0-\\u2DFF\\u3005-\\u3007\\u3021-\\u302F\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u3099-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA62B\\uA640-\\uA66F\\uA674-\\uA67D\\uA67F-\\uA6F1\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AD\\uA7B0-\\uA7B7\\uA7F7-\\uA827\\uA840-\\uA873\\uA880-\\uA8C4\\uA8D0-\\uA8D9\\uA8E0-\\uA8F7\\uA8FB\\uA8FD\\uA900-\\uA92D\\uA930-\\uA953\\uA960-\\uA97C\\uA980-\\uA9C0\\uA9CF-\\uA9D9\\uA9E0-\\uA9FE\\uAA00-\\uAA36\\uAA40-\\uAA4D\\uAA50-\\uAA59\\uAA60-\\uAA76\\uAA7A-\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEF\\uAAF2-\\uAAF6\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABEA\\uABEC\\uABED\\uABF0-\\uABF9\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE00-\\uFE0F\\uFE20-\\uFE2F\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF10-\\uFF19\\uFF21-\\uFF3A\\uFF3F\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDD40-\\uDD74\\uDDFD\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDEE0\\uDF00-\\uDF1F\\uDF30-\\uDF4A\\uDF50-\\uDF7A\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF\\uDFD1-\\uDFD5]|\\uD801[\\uDC00-\\uDC9D\\uDCA0-\\uDCA9\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00-\\uDE03\\uDE05\\uDE06\\uDE0C-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE33\\uDE38-\\uDE3A\\uDE3F\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE6\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2]|\\uD804[\\uDC00-\\uDC46\\uDC66-\\uDC6F\\uDC7F-\\uDCBA\\uDCD0-\\uDCE8\\uDCF0-\\uDCF9\\uDD00-\\uDD34\\uDD36-\\uDD3F\\uDD50-\\uDD73\\uDD76\\uDD80-\\uDDC4\\uDDCA-\\uDDCC\\uDDD0-\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE37\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEEA\\uDEF0-\\uDEF9\\uDF00-\\uDF03\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3C-\\uDF44\\uDF47\\uDF48\\uDF4B-\\uDF4D\\uDF50\\uDF57\\uDF5D-\\uDF63\\uDF66-\\uDF6C\\uDF70-\\uDF74]|\\uD805[\\uDC80-\\uDCC5\\uDCC7\\uDCD0-\\uDCD9\\uDD80-\\uDDB5\\uDDB8-\\uDDC0\\uDDD8-\\uDDDD\\uDE00-\\uDE40\\uDE44\\uDE50-\\uDE59\\uDE80-\\uDEB7\\uDEC0-\\uDEC9\\uDF00-\\uDF19\\uDF1D-\\uDF2B\\uDF30-\\uDF39]|\\uD806[\\uDCA0-\\uDCE9\\uDCFF\\uDEC0-\\uDEF8]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC00-\\uDC6E\\uDC80-\\uDD43]|[\\uD80C\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDE60-\\uDE69\\uDED0-\\uDEED\\uDEF0-\\uDEF4\\uDF00-\\uDF36\\uDF40-\\uDF43\\uDF50-\\uDF59\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDF00-\\uDF44\\uDF50-\\uDF7E\\uDF8F-\\uDF9F]|\\uD82C[\\uDC00\\uDC01]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99\\uDC9D\\uDC9E]|\\uD834[\\uDD65-\\uDD69\\uDD6D-\\uDD72\\uDD7B-\\uDD82\\uDD85-\\uDD8B\\uDDAA-\\uDDAD\\uDE42-\\uDE44]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB\\uDFCE-\\uDFFF]|\\uD836[\\uDE00-\\uDE36\\uDE3B-\\uDE6C\\uDE75\\uDE84\\uDE9B-\\uDE9F\\uDEA1-\\uDEAF]|\\uD83A[\\uDC00-\\uDCC4\\uDCD0-\\uDCD6]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDED6\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF34\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1]|\\uD87E[\\uDC00-\\uDE1D]|\\uDB40[\\uDD00-\\uDDEF]/,\n};\n\nfunction get_full_char(str, pos) {\n var char = str.charAt(pos);\n if (is_surrogate_pair_head(char)) {\n var next = str.charAt(pos + 1);\n if (is_surrogate_pair_tail(next)) {\n return char + next;\n }\n }\n if (is_surrogate_pair_tail(char)) {\n var prev = str.charAt(pos - 1);\n if (is_surrogate_pair_head(prev)) {\n return prev + char;\n }\n }\n return char;\n}\n\nfunction get_full_char_code(str, pos) {\n // https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates\n if (is_surrogate_pair_head(str.charAt(pos))) {\n return 0x10000 + (str.charCodeAt(pos) - 0xd800 << 10) + str.charCodeAt(pos + 1) - 0xdc00;\n }\n return str.charCodeAt(pos);\n}\n\nfunction get_full_char_length(str) {\n var surrogates = 0;\n\n for (var i = 0; i < str.length; i++) {\n if (is_surrogate_pair_head(str.charCodeAt(i))) {\n if (is_surrogate_pair_tail(str.charCodeAt(i + 1))) {\n surrogates++;\n i++;\n }\n }\n }\n\n return str.length - surrogates;\n}\n\nfunction from_char_code(code) {\n // Based on https://github.com/mathiasbynens/String.fromCodePoint/blob/master/fromcodepoint.js\n if (code > 0xFFFF) {\n code -= 0x10000;\n return (String.fromCharCode((code >> 10) + 0xD800) +\n String.fromCharCode((code % 0x400) + 0xDC00));\n }\n return String.fromCharCode(code);\n}\n\nfunction is_surrogate_pair_head(code) {\n if (typeof code === \"string\")\n code = code.charCodeAt(0);\n\n return code >= 0xd800 && code <= 0xdbff;\n}\n\nfunction is_surrogate_pair_tail(code) {\n if (typeof code === \"string\")\n code = code.charCodeAt(0);\n return code >= 0xdc00 && code <= 0xdfff;\n}\n\nfunction is_digit(code) {\n return code >= 48 && code <= 57;\n}\n\nfunction is_identifier(name) {\n return typeof name === \"string\" && !RESERVED_WORDS(name);\n}\n\nfunction is_identifier_start(ch) {\n var code = ch.charCodeAt(0);\n return UNICODE.ID_Start.test(ch) || code == 36 || code == 95;\n}\n\nfunction is_identifier_char(ch) {\n var code = ch.charCodeAt(0);\n return UNICODE.ID_Continue.test(ch)\n || code == 36\n || code == 95\n || code == 8204 // \\u200c: zero-width non-joiner \n || code == 8205 // \\u200d: zero-width joiner (in my ECMA-262 PDF, this is also 200c)\n ;\n}\n\nfunction is_identifier_string(str) {\n return /^[a-z_$][a-z0-9_$]*$/i.test(str);\n}\n\nfunction parse_js_number(num) {\n if (RE_HEX_NUMBER.test(num)) {\n return parseInt(num.substr(2), 16);\n } else if (RE_OCT_NUMBER.test(num)) {\n return parseInt(num.substr(1), 8);\n } else if (RE_ES6_OCT_NUMBER.test(num)) {\n return parseInt(num.substr(2), 8);\n } else if (RE_BIN_NUMBER.test(num)) {\n return parseInt(num.substr(2), 2);\n } else if (RE_DEC_NUMBER.test(num)) {\n return parseFloat(num);\n } else {\n var val = parseFloat(num);\n if (val == num) return val;\n }\n}\n\nfunction JS_Parse_Error(message, filename, line, col, pos) {\n this.message = message;\n this.filename = filename;\n this.line = line;\n this.col = col;\n this.pos = pos;\n}\nJS_Parse_Error.prototype = Object.create(Error.prototype);\nJS_Parse_Error.prototype.constructor = JS_Parse_Error;\nJS_Parse_Error.prototype.name = \"SyntaxError\";\nconfigure_error_stack(JS_Parse_Error);\n\nfunction js_error(message, filename, line, col, pos) {\n throw new JS_Parse_Error(message, filename, line, col, pos);\n}\n\nfunction is_token(token, type, val) {\n return token.type == type && (val == null || token.value == val);\n}\n\nvar EX_EOF = {};\n\nfunction tokenizer($TEXT, filename, html5_comments, shebang) {\n\n var S = {\n text : $TEXT,\n filename : filename,\n pos : 0,\n tokpos : 0,\n line : 1,\n tokline : 0,\n col : 0,\n tokcol : 0,\n newline_before : false,\n regex_allowed : false,\n brace_counter : 0,\n template_braces : [],\n comments_before : [],\n directives : {},\n directive_stack : []\n };\n\n function peek() { return get_full_char(S.text, S.pos); }\n\n function next(signal_eof, in_string) {\n var ch = get_full_char(S.text, S.pos++);\n if (signal_eof && !ch)\n throw EX_EOF;\n if (NEWLINE_CHARS(ch)) {\n S.newline_before = S.newline_before || !in_string;\n ++S.line;\n S.col = 0;\n if (!in_string && ch == \"\\r\" && peek() == \"\\n\") {\n // treat a \\r\\n sequence as a single \\n\n ++S.pos;\n ch = \"\\n\";\n }\n } else {\n if (ch.length > 1) {\n ++S.pos;\n ++S.col;\n }\n ++S.col;\n }\n return ch;\n }\n\n function forward(i) {\n while (i-- > 0) next();\n }\n\n function looking_at(str) {\n return S.text.substr(S.pos, str.length) == str;\n }\n\n function find_eol() {\n var text = S.text;\n for (var i = S.pos, n = S.text.length; i < n; ++i) {\n var ch = text[i];\n if (NEWLINE_CHARS(ch))\n return i;\n }\n return -1;\n }\n\n function find(what, signal_eof) {\n var pos = S.text.indexOf(what, S.pos);\n if (signal_eof && pos == -1) throw EX_EOF;\n return pos;\n }\n\n function start_token() {\n S.tokline = S.line;\n S.tokcol = S.col;\n S.tokpos = S.pos;\n }\n\n var prev_was_dot = false;\n var previous_token = null;\n function token(type, value, is_comment) {\n S.regex_allowed = ((type == \"operator\" && !UNARY_POSTFIX(value)) ||\n (type == \"keyword\" && KEYWORDS_BEFORE_EXPRESSION(value)) ||\n (type == \"punc\" && PUNC_BEFORE_EXPRESSION(value))) ||\n (type == \"arrow\");\n if (type == \"punc\" && value == \".\") {\n prev_was_dot = true;\n } else if (!is_comment) {\n prev_was_dot = false;\n }\n var ret = {\n type : type,\n value : value,\n line : S.tokline,\n col : S.tokcol,\n pos : S.tokpos,\n endline : S.line,\n endcol : S.col,\n endpos : S.pos,\n nlb : S.newline_before,\n file : filename\n };\n if (/^(?:num|string|regexp)$/i.test(type)) {\n ret.raw = $TEXT.substring(ret.pos, ret.endpos);\n }\n if (!is_comment) {\n ret.comments_before = S.comments_before;\n ret.comments_after = S.comments_before = [];\n }\n S.newline_before = false;\n ret = new AST_Token(ret);\n if (!is_comment) previous_token = ret;\n return ret;\n }\n\n function skip_whitespace() {\n while (WHITESPACE_CHARS(peek()))\n next();\n }\n\n function read_while(pred) {\n var ret = \"\", ch, i = 0;\n while ((ch = peek()) && pred(ch, i++))\n ret += next();\n return ret;\n }\n\n function parse_error(err) {\n js_error(err, filename, S.tokline, S.tokcol, S.tokpos);\n }\n\n function read_num(prefix) {\n var has_e = false, after_e = false, has_x = false, has_dot = prefix == \".\";\n var num = read_while(function(ch, i) {\n var code = ch.charCodeAt(0);\n switch (code) {\n case 98: case 66: // bB\n return (has_x = true); // Can occur in hex sequence, don't return false yet\n case 111: case 79: // oO\n case 120: case 88: // xX\n return has_x ? false : (has_x = true);\n case 101: case 69: // eE\n return has_x ? true : has_e ? false : (has_e = after_e = true);\n case 45: // -\n return after_e || (i == 0 && !prefix);\n case 43: // +\n return after_e;\n case (after_e = false, 46): // .\n return (!has_dot && !has_x && !has_e) ? (has_dot = true) : false;\n }\n return RE_NUM_LITERAL.test(ch);\n });\n if (prefix) num = prefix + num;\n if (RE_OCT_NUMBER.test(num) && next_token.has_directive(\"use strict\")) {\n parse_error(\"Legacy octal literals are not allowed in strict mode\");\n }\n var valid = parse_js_number(num);\n if (!isNaN(valid)) {\n return token(\"num\", valid);\n } else {\n parse_error(\"Invalid syntax: \" + num);\n }\n }\n\n function read_escaped_char(in_string, strict_hex, template_string) {\n var ch = next(true, in_string);\n switch (ch.charCodeAt(0)) {\n case 110 : return \"\\n\";\n case 114 : return \"\\r\";\n case 116 : return \"\\t\";\n case 98 : return \"\\b\";\n case 118 : return \"\\u000b\"; // \\v\n case 102 : return \"\\f\";\n case 120 : return String.fromCharCode(hex_bytes(2, strict_hex)); // \\x\n case 117 : // \\u\n if (peek() == \"{\") {\n next(true);\n if (peek() === \"}\")\n parse_error(\"Expecting hex-character between {}\");\n while (peek() == \"0\") next(true); // No significance\n var result, length = find(\"}\", true) - S.pos;\n // Avoid 32 bit integer overflow (1 << 32 === 1)\n // We know first character isn't 0 and thus out of range anyway\n if (length > 6 || (result = hex_bytes(length, strict_hex)) > 0x10FFFF) {\n parse_error(\"Unicode reference out of bounds\");\n }\n next(true);\n return from_char_code(result);\n }\n return String.fromCharCode(hex_bytes(4, strict_hex));\n case 10 : return \"\"; // newline\n case 13 : // \\r\n if (peek() == \"\\n\") { // DOS newline\n next(true, in_string);\n return \"\";\n }\n }\n if (ch >= \"0\" && ch <= \"7\") {\n if (template_string && strict_hex) {\n parse_error(\"Octal escape sequences are not allowed in template strings\");\n }\n return read_octal_escape_sequence(ch, strict_hex);\n }\n return ch;\n }\n\n function read_octal_escape_sequence(ch, strict_octal) {\n // Read\n var p = peek();\n if (p >= \"0\" && p <= \"7\") {\n ch += next(true);\n if (ch[0] <= \"3\" && (p = peek()) >= \"0\" && p <= \"7\")\n ch += next(true);\n }\n\n // Parse\n if (ch === \"0\") return \"\\0\";\n if (ch.length > 0 && next_token.has_directive(\"use strict\") && strict_octal)\n parse_error(\"Legacy octal escape sequences are not allowed in strict mode\");\n return String.fromCharCode(parseInt(ch, 8));\n }\n\n function hex_bytes(n, strict_hex) {\n var num = 0;\n for (; n > 0; --n) {\n if (!strict_hex && isNaN(parseInt(peek(), 16))) {\n return parseInt(num, 16) || \"\";\n }\n var digit = next(true);\n if (isNaN(parseInt(digit, 16)))\n parse_error(\"Invalid hex-character pattern in string\");\n num += digit;\n }\n return parseInt(num, 16);\n }\n\n var read_string = with_eof_error(\"Unterminated string constant\", function(quote_char) {\n var quote = next(), ret = \"\";\n for (;;) {\n var ch = next(true, true);\n if (ch == \"\\\\\") ch = read_escaped_char(true, true);\n else if (NEWLINE_CHARS(ch)) parse_error(\"Unterminated string constant\");\n else if (ch == quote) break;\n ret += ch;\n }\n var tok = token(\"string\", ret);\n tok.quote = quote_char;\n return tok;\n });\n\n var read_template_characters = with_eof_error(\"Unterminated template\", function(begin) {\n if (begin) {\n S.template_braces.push(S.brace_counter);\n }\n var content = \"\", raw = \"\", ch, tok;\n next(true, true);\n while ((ch = next(true, true)) != \"`\") {\n if (ch == \"\\r\") {\n if (peek() == \"\\n\") ++S.pos;\n ch = \"\\n\";\n } else if (ch == \"$\" && peek() == \"{\") {\n next(true, true);\n S.brace_counter++;\n tok = token(begin ? \"template_head\" : \"template_substitution\", content);\n tok.begin = begin;\n tok.raw = raw;\n tok.end = false;\n return tok;\n }\n\n raw += ch;\n if (ch == \"\\\\\") {\n var tmp = S.pos;\n var prev_is_tag = previous_token && (previous_token.type === \"name\" || previous_token.type === \"punc\" && (previous_token.value === \")\" || previous_token.value === \"]\"));\n ch = read_escaped_char(true, !prev_is_tag, true);\n raw += S.text.substr(tmp, S.pos - tmp);\n }\n\n content += ch;\n }\n S.template_braces.pop();\n tok = token(begin ? \"template_head\" : \"template_substitution\", content);\n tok.begin = begin;\n tok.raw = raw;\n tok.end = true;\n return tok;\n });\n\n function skip_line_comment(type) {\n var regex_allowed = S.regex_allowed;\n var i = find_eol(), ret;\n if (i == -1) {\n ret = S.text.substr(S.pos);\n S.pos = S.text.length;\n } else {\n ret = S.text.substring(S.pos, i);\n S.pos = i;\n }\n S.col = S.tokcol + (S.pos - S.tokpos);\n S.comments_before.push(token(type, ret, true));\n S.regex_allowed = regex_allowed;\n return next_token;\n }\n\n var skip_multiline_comment = with_eof_error(\"Unterminated multiline comment\", function() {\n var regex_allowed = S.regex_allowed;\n var i = find(\"*/\", true);\n var text = S.text.substring(S.pos, i).replace(/\\r\\n|\\r|\\u2028|\\u2029/g, \"\\n\");\n // update stream position\n forward(get_full_char_length(text) /* text length doesn't count \\r\\n as 2 char while S.pos - i does */ + 2);\n S.comments_before.push(token(\"comment2\", text, true));\n S.newline_before = S.newline_before || text.includes(\"\\n\");\n S.regex_allowed = regex_allowed;\n return next_token;\n });\n\n var read_name = with_eof_error(\"Unterminated identifier name\", function() {\n var name = \"\", ch, escaped = false, hex;\n var read_escaped_identifier_char = function() {\n escaped = true;\n next();\n if (peek() !== \"u\") {\n parse_error(\"Expecting UnicodeEscapeSequence -- uXXXX or u{XXXX}\");\n }\n return read_escaped_char(false, true);\n };\n\n // Read first character (ID_Start)\n if ((name = peek()) === \"\\\\\") {\n name = read_escaped_identifier_char();\n if (!is_identifier_start(name)) {\n parse_error(\"First identifier char is an invalid identifier char\");\n }\n } else if (is_identifier_start(name)) {\n next();\n } else {\n return \"\";\n }\n\n // Read ID_Continue\n while ((ch = peek()) != null) {\n if ((ch = peek()) === \"\\\\\") {\n ch = read_escaped_identifier_char();\n if (!is_identifier_char(ch)) {\n parse_error(\"Invalid escaped identifier char\");\n }\n } else {\n if (!is_identifier_char(ch)) {\n break;\n }\n next();\n }\n name += ch;\n }\n if (RESERVED_WORDS(name) && escaped) {\n parse_error(\"Escaped characters are not allowed in keywords\");\n }\n return name;\n });\n\n var read_regexp = with_eof_error(\"Unterminated regular expression\", function(source) {\n var prev_backslash = false, ch, in_class = false;\n while ((ch = next(true))) if (NEWLINE_CHARS(ch)) {\n parse_error(\"Unexpected line terminator\");\n } else if (prev_backslash) {\n source += \"\\\\\" + ch;\n prev_backslash = false;\n } else if (ch == \"[\") {\n in_class = true;\n source += ch;\n } else if (ch == \"]\" && in_class) {\n in_class = false;\n source += ch;\n } else if (ch == \"/\" && !in_class) {\n break;\n } else if (ch == \"\\\\\") {\n prev_backslash = true;\n } else {\n source += ch;\n }\n var mods = read_name();\n try {\n var regexp = new RegExp(source, mods);\n regexp.raw_source = \"/\" + source + \"/\" + mods;\n return token(\"regexp\", regexp);\n } catch(e) {\n parse_error(e.message);\n }\n });\n\n function read_operator(prefix) {\n function grow(op) {\n if (!peek()) return op;\n var bigger = op + peek();\n if (OPERATORS(bigger)) {\n next();\n return grow(bigger);\n } else {\n return op;\n }\n }\n return token(\"operator\", grow(prefix || next()));\n }\n\n function handle_slash() {\n next();\n switch (peek()) {\n case \"/\":\n next();\n return skip_line_comment(\"comment1\");\n case \"*\":\n next();\n return skip_multiline_comment();\n }\n return S.regex_allowed ? read_regexp(\"\") : read_operator(\"/\");\n }\n\n function handle_eq_sign() {\n next();\n if (peek() === \">\") {\n next();\n return token(\"arrow\", \"=>\");\n } else {\n return read_operator(\"=\");\n }\n }\n\n function handle_dot() {\n next();\n if (is_digit(peek().charCodeAt(0))) {\n return read_num(\".\");\n }\n if (peek() === \".\") {\n next(); // Consume second dot\n next(); // Consume third dot\n return token(\"expand\", \"...\");\n }\n\n return token(\"punc\", \".\");\n }\n\n function read_word() {\n var word = read_name();\n if (prev_was_dot) return token(\"name\", word);\n return KEYWORDS_ATOM(word) ? token(\"atom\", word)\n : !KEYWORDS(word) ? token(\"name\", word)\n : OPERATORS(word) ? token(\"operator\", word)\n : token(\"keyword\", word);\n }\n\n function with_eof_error(eof_error, cont) {\n return function(x) {\n try {\n return cont(x);\n } catch(ex) {\n if (ex === EX_EOF) parse_error(eof_error);\n else throw ex;\n }\n };\n }\n\n function next_token(force_regexp) {\n if (force_regexp != null)\n return read_regexp(force_regexp);\n if (shebang && S.pos == 0 && looking_at(\"#!\")) {\n start_token();\n forward(2);\n skip_line_comment(\"comment5\");\n }\n for (;;) {\n skip_whitespace();\n start_token();\n if (html5_comments) {\n if (looking_at(\"\") && S.newline_before) {\n forward(3);\n skip_line_comment(\"comment4\");\n continue;\n }\n }\n var ch = peek();\n if (!ch) return token(\"eof\");\n var code = ch.charCodeAt(0);\n switch (code) {\n case 34: case 39: return read_string(ch);\n case 46: return handle_dot();\n case 47: {\n var tok = handle_slash();\n if (tok === next_token) continue;\n return tok;\n }\n case 61: return handle_eq_sign();\n case 96: return read_template_characters(true);\n case 123:\n S.brace_counter++;\n break;\n case 125:\n S.brace_counter--;\n if (S.template_braces.length > 0\n && S.template_braces[S.template_braces.length - 1] === S.brace_counter)\n return read_template_characters(false);\n break;\n }\n if (is_digit(code)) return read_num();\n if (PUNC_CHARS(ch)) return token(\"punc\", next());\n if (OPERATOR_CHARS(ch)) return read_operator();\n if (code == 92 || is_identifier_start(ch)) return read_word();\n break;\n }\n parse_error(\"Unexpected character '\" + ch + \"'\");\n }\n\n next_token.next = next;\n next_token.peek = peek;\n\n next_token.context = function(nc) {\n if (nc) S = nc;\n return S;\n };\n\n next_token.add_directive = function(directive) {\n S.directive_stack[S.directive_stack.length - 1].push(directive);\n\n if (S.directives[directive] === undefined) {\n S.directives[directive] = 1;\n } else {\n S.directives[directive]++;\n }\n };\n\n next_token.push_directives_stack = function() {\n S.directive_stack.push([]);\n };\n\n next_token.pop_directives_stack = function() {\n var directives = S.directive_stack[S.directive_stack.length - 1];\n\n for (var i = 0; i < directives.length; i++) {\n S.directives[directives[i]]--;\n }\n\n S.directive_stack.pop();\n };\n\n next_token.has_directive = function(directive) {\n return S.directives[directive] > 0;\n };\n\n return next_token;\n\n}\n\n/* -----[ Parser (constants) ]----- */\n\nvar UNARY_PREFIX = makePredicate([\n \"typeof\",\n \"void\",\n \"delete\",\n \"--\",\n \"++\",\n \"!\",\n \"~\",\n \"-\",\n \"+\"\n]);\n\nvar UNARY_POSTFIX = makePredicate([ \"--\", \"++\" ]);\n\nvar ASSIGNMENT = makePredicate([ \"=\", \"+=\", \"-=\", \"/=\", \"*=\", \"**=\", \"%=\", \">>=\", \"<<=\", \">>>=\", \"|=\", \"^=\", \"&=\" ]);\n\nvar PRECEDENCE = (function(a, ret) {\n for (var i = 0; i < a.length; ++i) {\n var b = a[i];\n for (var j = 0; j < b.length; ++j) {\n ret[b[j]] = i + 1;\n }\n }\n return ret;\n})(\n [\n [\"||\"],\n [\"&&\"],\n [\"|\"],\n [\"^\"],\n [\"&\"],\n [\"==\", \"===\", \"!=\", \"!==\"],\n [\"<\", \">\", \"<=\", \">=\", \"in\", \"instanceof\"],\n [\">>\", \"<<\", \">>>\"],\n [\"+\", \"-\"],\n [\"*\", \"/\", \"%\"],\n [\"**\"]\n ],\n {}\n);\n\nvar ATOMIC_START_TOKEN = makePredicate([ \"atom\", \"num\", \"string\", \"regexp\", \"name\" ]);\n\n/* -----[ Parser ]----- */\n\nfunction parse($TEXT, options) {\n\n options = defaults(options, {\n bare_returns : false,\n ecma : 8,\n expression : false,\n filename : null,\n html5_comments : true,\n module : false,\n shebang : true,\n strict : false,\n toplevel : null,\n }, true);\n\n var S = {\n input : (typeof $TEXT == \"string\"\n ? tokenizer($TEXT, options.filename,\n options.html5_comments, options.shebang)\n : $TEXT),\n token : null,\n prev : null,\n peeked : null,\n in_function : 0,\n in_async : -1,\n in_generator : -1,\n in_directives : true,\n in_loop : 0,\n labels : []\n };\n\n S.token = next();\n\n function is(type, value) {\n return is_token(S.token, type, value);\n }\n\n function peek() { return S.peeked || (S.peeked = S.input()); }\n\n function next() {\n S.prev = S.token;\n\n if (!S.peeked) peek();\n S.token = S.peeked;\n S.peeked = null;\n S.in_directives = S.in_directives && (\n S.token.type == \"string\" || is(\"punc\", \";\")\n );\n return S.token;\n }\n\n function prev() {\n return S.prev;\n }\n\n function croak(msg, line, col, pos) {\n var ctx = S.input.context();\n js_error(msg,\n ctx.filename,\n line != null ? line : ctx.tokline,\n col != null ? col : ctx.tokcol,\n pos != null ? pos : ctx.tokpos);\n }\n\n function token_error(token, msg) {\n croak(msg, token.line, token.col);\n }\n\n function unexpected(token) {\n if (token == null)\n token = S.token;\n token_error(token, \"Unexpected token: \" + token.type + \" (\" + token.value + \")\");\n }\n\n function expect_token(type, val) {\n if (is(type, val)) {\n return next();\n }\n token_error(S.token, \"Unexpected token \" + S.token.type + \" «\" + S.token.value + \"»\" + \", expected \" + type + \" «\" + val + \"»\");\n }\n\n function expect(punc) { return expect_token(\"punc\", punc); }\n\n function has_newline_before(token) {\n return token.nlb || !all(token.comments_before, function(comment) {\n return !comment.nlb;\n });\n }\n\n function can_insert_semicolon() {\n return !options.strict\n && (is(\"eof\") || is(\"punc\", \"}\") || has_newline_before(S.token));\n }\n\n function is_in_generator() {\n return S.in_generator === S.in_function;\n }\n\n function is_in_async() {\n return S.in_async === S.in_function;\n }\n\n function semicolon(optional) {\n if (is(\"punc\", \";\")) next();\n else if (!optional && !can_insert_semicolon()) unexpected();\n }\n\n function parenthesised() {\n expect(\"(\");\n var exp = expression(true);\n expect(\")\");\n return exp;\n }\n\n function embed_tokens(parser) {\n return function() {\n var start = S.token;\n var expr = parser.apply(null, arguments);\n var end = prev();\n expr.start = start;\n expr.end = end;\n return expr;\n };\n }\n\n function handle_regexp() {\n if (is(\"operator\", \"/\") || is(\"operator\", \"/=\")) {\n S.peeked = null;\n S.token = S.input(S.token.value.substr(1)); // force regexp\n }\n }\n\n var statement = embed_tokens(function(is_export_default, is_for_body, is_if_body) {\n handle_regexp();\n switch (S.token.type) {\n case \"string\":\n if (S.in_directives) {\n var token = peek();\n if (!S.token.raw.includes(\"\\\\\")\n && (is_token(token, \"punc\", \";\")\n || is_token(token, \"punc\", \"}\")\n || has_newline_before(token)\n || is_token(token, \"eof\"))) {\n S.input.add_directive(S.token.value);\n } else {\n S.in_directives = false;\n }\n }\n var dir = S.in_directives, stat = simple_statement();\n return dir && stat.body instanceof AST_String ? new AST_Directive(stat.body) : stat;\n case \"template_head\":\n case \"num\":\n case \"regexp\":\n case \"operator\":\n case \"atom\":\n return simple_statement();\n\n case \"name\":\n if (S.token.value == \"async\" && is_token(peek(), \"keyword\", \"function\")) {\n next();\n next();\n if (is_for_body) {\n croak(\"functions are not allowed as the body of a loop\");\n }\n return function_(AST_Defun, false, true, is_export_default);\n }\n if (S.token.value == \"import\" && !is_token(peek(), \"punc\", \"(\")) {\n next();\n var node = import_();\n semicolon();\n return node;\n }\n return is_token(peek(), \"punc\", \":\")\n ? labeled_statement()\n : simple_statement();\n\n case \"punc\":\n switch (S.token.value) {\n case \"{\":\n return new AST_BlockStatement({\n start : S.token,\n body : block_(),\n end : prev()\n });\n case \"[\":\n case \"(\":\n return simple_statement();\n case \";\":\n S.in_directives = false;\n next();\n return new AST_EmptyStatement();\n default:\n unexpected();\n }\n\n case \"keyword\":\n switch (S.token.value) {\n case \"break\":\n next();\n return break_cont(AST_Break);\n\n case \"continue\":\n next();\n return break_cont(AST_Continue);\n\n case \"debugger\":\n next();\n semicolon();\n return new AST_Debugger();\n\n case \"do\":\n next();\n var body = in_loop(statement);\n expect_token(\"keyword\", \"while\");\n var condition = parenthesised();\n semicolon(true);\n return new AST_Do({\n body : body,\n condition : condition\n });\n\n case \"while\":\n next();\n return new AST_While({\n condition : parenthesised(),\n body : in_loop(function() { return statement(false, true); })\n });\n\n case \"for\":\n next();\n return for_();\n\n case \"class\":\n next();\n if (is_for_body) {\n croak(\"classes are not allowed as the body of a loop\");\n }\n if (is_if_body) {\n croak(\"classes are not allowed as the body of an if\");\n }\n return class_(AST_DefClass);\n\n case \"function\":\n next();\n if (is_for_body) {\n croak(\"functions are not allowed as the body of a loop\");\n }\n return function_(AST_Defun, false, false, is_export_default);\n\n case \"if\":\n next();\n return if_();\n\n case \"return\":\n if (S.in_function == 0 && !options.bare_returns)\n croak(\"'return' outside of function\");\n next();\n var value = null;\n if (is(\"punc\", \";\")) {\n next();\n } else if (!can_insert_semicolon()) {\n value = expression(true);\n semicolon();\n }\n return new AST_Return({\n value: value\n });\n\n case \"switch\":\n next();\n return new AST_Switch({\n expression : parenthesised(),\n body : in_loop(switch_body_)\n });\n\n case \"throw\":\n next();\n if (has_newline_before(S.token))\n croak(\"Illegal newline after 'throw'\");\n var value = expression(true);\n semicolon();\n return new AST_Throw({\n value: value\n });\n\n case \"try\":\n next();\n return try_();\n\n case \"var\":\n next();\n var node = var_();\n semicolon();\n return node;\n\n case \"let\":\n next();\n var node = let_();\n semicolon();\n return node;\n\n case \"const\":\n next();\n var node = const_();\n semicolon();\n return node;\n\n case \"with\":\n if (S.input.has_directive(\"use strict\")) {\n croak(\"Strict mode may not include a with statement\");\n }\n next();\n return new AST_With({\n expression : parenthesised(),\n body : statement()\n });\n\n case \"export\":\n if (!is_token(peek(), \"punc\", \"(\")) {\n next();\n var node = export_();\n if (is(\"punc\", \";\")) semicolon();\n return node;\n }\n }\n }\n unexpected();\n });\n\n function labeled_statement() {\n var label = as_symbol(AST_Label);\n if (label.name === \"await\" && is_in_async()) {\n token_error(S.prev, \"await cannot be used as label inside async function\");\n }\n if (find_if(function(l) { return l.name == label.name; }, S.labels)) {\n // ECMA-262, 12.12: An ECMAScript program is considered\n // syntactically incorrect if it contains a\n // LabelledStatement that is enclosed by a\n // LabelledStatement with the same Identifier as label.\n croak(\"Label \" + label.name + \" defined twice\");\n }\n expect(\":\");\n S.labels.push(label);\n var stat = statement();\n S.labels.pop();\n if (!(stat instanceof AST_IterationStatement)) {\n // check for `continue` that refers to this label.\n // those should be reported as syntax errors.\n // https://github.com/mishoo/UglifyJS2/issues/287\n label.references.forEach(function(ref) {\n if (ref instanceof AST_Continue) {\n ref = ref.label.start;\n croak(\"Continue label `\" + label.name + \"` refers to non-IterationStatement.\",\n ref.line, ref.col, ref.pos);\n }\n });\n }\n return new AST_LabeledStatement({ body: stat, label: label });\n }\n\n function simple_statement(tmp) {\n return new AST_SimpleStatement({ body: (tmp = expression(true), semicolon(), tmp) });\n }\n\n function break_cont(type) {\n var label = null, ldef;\n if (!can_insert_semicolon()) {\n label = as_symbol(AST_LabelRef, true);\n }\n if (label != null) {\n ldef = find_if(function(l) { return l.name == label.name; }, S.labels);\n if (!ldef)\n croak(\"Undefined label \" + label.name);\n label.thedef = ldef;\n } else if (S.in_loop == 0)\n croak(type.TYPE + \" not inside a loop or switch\");\n semicolon();\n var stat = new type({ label: label });\n if (ldef) ldef.references.push(stat);\n return stat;\n }\n\n function for_() {\n var for_await_error = \"`for await` invalid in this context\";\n var await_tok = S.token;\n if (await_tok.type == \"name\" && await_tok.value == \"await\") {\n if (!is_in_async()) {\n token_error(await_tok, for_await_error);\n }\n next();\n } else {\n await_tok = false;\n }\n expect(\"(\");\n var init = null;\n if (!is(\"punc\", \";\")) {\n init =\n is(\"keyword\", \"var\") ? (next(), var_(true)) :\n is(\"keyword\", \"let\") ? (next(), let_(true)) :\n is(\"keyword\", \"const\") ? (next(), const_(true)) :\n expression(true, true);\n var is_in = is(\"operator\", \"in\");\n var is_of = is(\"name\", \"of\");\n if (await_tok && !is_of) {\n token_error(await_tok, for_await_error);\n }\n if (is_in || is_of) {\n if (init instanceof AST_Definitions) {\n if (init.definitions.length > 1)\n token_error(init.start, \"Only one variable declaration allowed in for..in loop\");\n } else if (!(is_assignable(init) || (init = to_destructuring(init)) instanceof AST_Destructuring)) {\n token_error(init.start, \"Invalid left-hand side in for..in loop\");\n }\n next();\n if (is_in) {\n return for_in(init);\n } else {\n return for_of(init, !!await_tok);\n }\n }\n } else if (await_tok) {\n token_error(await_tok, for_await_error);\n }\n return regular_for(init);\n }\n\n function regular_for(init) {\n expect(\";\");\n var test = is(\"punc\", \";\") ? null : expression(true);\n expect(\";\");\n var step = is(\"punc\", \")\") ? null : expression(true);\n expect(\")\");\n return new AST_For({\n init : init,\n condition : test,\n step : step,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n function for_of(init, is_await) {\n var lhs = init instanceof AST_Definitions ? init.definitions[0].name : null;\n var obj = expression(true);\n expect(\")\");\n return new AST_ForOf({\n await : is_await,\n init : init,\n name : lhs,\n object : obj,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n function for_in(init) {\n var obj = expression(true);\n expect(\")\");\n return new AST_ForIn({\n init : init,\n object : obj,\n body : in_loop(function() { return statement(false, true); })\n });\n }\n\n var arrow_function = function(start, argnames, is_async) {\n if (has_newline_before(S.token)) {\n croak(\"Unexpected newline before arrow (=>)\");\n }\n\n expect_token(\"arrow\", \"=>\");\n\n var body = _function_body(is(\"punc\", \"{\"), false, is_async);\n\n var end =\n body instanceof Array && body.length ? body[body.length - 1].end :\n body instanceof Array ? start :\n body.end;\n\n return new AST_Arrow({\n start : start,\n end : end,\n async : is_async,\n argnames : argnames,\n body : body\n });\n };\n\n var function_ = function(ctor, is_generator_property, is_async, is_export_default) {\n var start = S.token;\n\n var in_statement = ctor === AST_Defun;\n var is_generator = is(\"operator\", \"*\");\n if (is_generator) {\n next();\n }\n\n var name = is(\"name\") ? as_symbol(in_statement ? AST_SymbolDefun : AST_SymbolLambda) : null;\n if (in_statement && !name) {\n if (is_export_default) {\n ctor = AST_Function;\n } else {\n unexpected();\n }\n }\n\n if (name && ctor !== AST_Accessor && !(name instanceof AST_SymbolDeclaration))\n unexpected(prev());\n\n var args = [];\n var body = _function_body(true, is_generator || is_generator_property, is_async, name, args);\n return new ctor({\n start : args.start,\n end : body.end,\n is_generator: is_generator,\n async : is_async,\n name : name,\n argnames: args,\n body : body\n });\n };\n\n function track_used_binding_identifiers(is_parameter, strict) {\n var parameters = {};\n var duplicate = false;\n var default_assignment = false;\n var spread = false;\n var strict_mode = !!strict;\n var tracker = {\n add_parameter: function(token) {\n if (parameters[\"$\" + token.value] !== undefined) {\n if (duplicate === false) {\n duplicate = token;\n }\n tracker.check_strict();\n } else {\n parameters[\"$\" + token.value] = true;\n if (is_parameter) {\n switch (token.value) {\n case \"arguments\":\n case \"eval\":\n case \"yield\":\n if (strict_mode) {\n token_error(token, \"Unexpected \" + token.value + \" identifier as parameter inside strict mode\");\n }\n break;\n default:\n if (RESERVED_WORDS(token.value)) {\n unexpected();\n }\n }\n }\n }\n },\n mark_default_assignment: function(token) {\n if (default_assignment === false) {\n default_assignment = token;\n }\n },\n mark_spread: function(token) {\n if (spread === false) {\n spread = token;\n }\n },\n mark_strict_mode: function() {\n strict_mode = true;\n },\n is_strict: function() {\n return default_assignment !== false || spread !== false || strict_mode;\n },\n check_strict: function() {\n if (tracker.is_strict() && duplicate !== false) {\n token_error(duplicate, \"Parameter \" + duplicate.value + \" was used already\");\n }\n }\n };\n\n return tracker;\n }\n\n function parameters(params) {\n var start = S.token;\n var used_parameters = track_used_binding_identifiers(true, S.input.has_directive(\"use strict\"));\n\n expect(\"(\");\n\n while (!is(\"punc\", \")\")) {\n var param = parameter(used_parameters);\n params.push(param);\n\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\") && options.ecma < 8) unexpected();\n }\n\n if (param instanceof AST_Expansion) {\n break;\n }\n }\n\n next();\n }\n\n function parameter(used_parameters, symbol_type) {\n var param;\n var expand = false;\n if (used_parameters === undefined) {\n used_parameters = track_used_binding_identifiers(true, S.input.has_directive(\"use strict\"));\n }\n if (is(\"expand\", \"...\")) {\n expand = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n param = binding_element(used_parameters, symbol_type);\n\n if (is(\"operator\", \"=\") && expand === false) {\n used_parameters.mark_default_assignment(S.token);\n next();\n param = new AST_DefaultAssign({\n start: param.start,\n left: param,\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n\n if (expand !== false) {\n if (!is(\"punc\", \")\")) {\n unexpected();\n }\n param = new AST_Expansion({\n start: expand,\n expression: param,\n end: expand\n });\n }\n used_parameters.check_strict();\n\n return param;\n }\n\n function binding_element(used_parameters, symbol_type) {\n var elements = [];\n var first = true;\n var is_expand = false;\n var expand_token;\n var first_token = S.token;\n if (used_parameters === undefined) {\n used_parameters = track_used_binding_identifiers(false, S.input.has_directive(\"use strict\"));\n }\n symbol_type = symbol_type === undefined ? AST_SymbolFunarg : symbol_type;\n if (is(\"punc\", \"[\")) {\n next();\n while (!is(\"punc\", \"]\")) {\n if (first) {\n first = false;\n } else {\n expect(\",\");\n }\n\n if (is(\"expand\", \"...\")) {\n is_expand = true;\n expand_token = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n if (is(\"punc\")) {\n switch (S.token.value) {\n case \",\":\n elements.push(new AST_Hole({\n start: S.token,\n end: S.token\n }));\n continue;\n case \"]\": // Trailing comma after last element\n break;\n case \"[\":\n case \"{\":\n elements.push(binding_element(used_parameters, symbol_type));\n break;\n default:\n unexpected();\n }\n } else if (is(\"name\")) {\n used_parameters.add_parameter(S.token);\n elements.push(as_symbol(symbol_type));\n } else {\n croak(\"Invalid function parameter\");\n }\n if (is(\"operator\", \"=\") && is_expand === false) {\n used_parameters.mark_default_assignment(S.token);\n next();\n elements[elements.length - 1] = new AST_DefaultAssign({\n start: elements[elements.length - 1].start,\n left: elements[elements.length - 1],\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n if (is_expand) {\n if (!is(\"punc\", \"]\")) {\n croak(\"Rest element must be last element\");\n }\n elements[elements.length - 1] = new AST_Expansion({\n start: expand_token,\n expression: elements[elements.length - 1],\n end: expand_token\n });\n }\n }\n expect(\"]\");\n used_parameters.check_strict();\n return new AST_Destructuring({\n start: first_token,\n names: elements,\n is_array: true,\n end: prev()\n });\n } else if (is(\"punc\", \"{\")) {\n next();\n while (!is(\"punc\", \"}\")) {\n if (first) {\n first = false;\n } else {\n expect(\",\");\n }\n if (is(\"expand\", \"...\")) {\n is_expand = true;\n expand_token = S.token;\n used_parameters.mark_spread(S.token);\n next();\n }\n if (is(\"name\") && (is_token(peek(), \"punc\") || is_token(peek(), \"operator\")) && [\",\", \"}\", \"=\"].includes(peek().value)) {\n used_parameters.add_parameter(S.token);\n var start = prev();\n var value = as_symbol(symbol_type);\n if (is_expand) {\n elements.push(new AST_Expansion({\n start: expand_token,\n expression: value,\n end: value.end,\n }));\n } else {\n elements.push(new AST_ObjectKeyVal({\n start: start,\n key: value.name,\n value: value,\n end: value.end,\n }));\n }\n } else if (is(\"punc\", \"}\")) {\n continue; // Allow trailing hole\n } else {\n var property_token = S.token;\n var property = as_property_name();\n if (property === null) {\n unexpected(prev());\n } else if (prev().type === \"name\" && !is(\"punc\", \":\")) {\n elements.push(new AST_ObjectKeyVal({\n start: prev(),\n key: property,\n value: new symbol_type({\n start: prev(),\n name: property,\n end: prev()\n }),\n end: prev()\n }));\n } else {\n expect(\":\");\n elements.push(new AST_ObjectKeyVal({\n start: property_token,\n quote: property_token.quote,\n key: property,\n value: binding_element(used_parameters, symbol_type),\n end: prev()\n }));\n }\n }\n if (is_expand) {\n if (!is(\"punc\", \"}\")) {\n croak(\"Rest element must be last element\");\n }\n } else if (is(\"operator\", \"=\")) {\n used_parameters.mark_default_assignment(S.token);\n next();\n elements[elements.length - 1].value = new AST_DefaultAssign({\n start: elements[elements.length - 1].value.start,\n left: elements[elements.length - 1].value,\n operator: \"=\",\n right: expression(false),\n end: S.token\n });\n }\n }\n expect(\"}\");\n used_parameters.check_strict();\n return new AST_Destructuring({\n start: first_token,\n names: elements,\n is_array: false,\n end: prev()\n });\n } else if (is(\"name\")) {\n used_parameters.add_parameter(S.token);\n return as_symbol(symbol_type);\n } else {\n croak(\"Invalid function parameter\");\n }\n }\n\n function params_or_seq_(allow_arrows, maybe_sequence) {\n var spread_token;\n var invalid_sequence;\n var trailing_comma;\n var a = [];\n expect(\"(\");\n while (!is(\"punc\", \")\")) {\n if (spread_token) unexpected(spread_token);\n if (is(\"expand\", \"...\")) {\n spread_token = S.token;\n if (maybe_sequence) invalid_sequence = S.token;\n next();\n a.push(new AST_Expansion({\n start: prev(),\n expression: expression(),\n end: S.token,\n }));\n } else {\n a.push(expression());\n }\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\")) {\n if (options.ecma < 8) unexpected();\n trailing_comma = prev();\n if (maybe_sequence) invalid_sequence = trailing_comma;\n }\n }\n }\n expect(\")\");\n if (allow_arrows && is(\"arrow\", \"=>\")) {\n if (spread_token && trailing_comma) unexpected(trailing_comma);\n } else if (invalid_sequence) {\n unexpected(invalid_sequence);\n }\n return a;\n }\n\n function _function_body(block, generator, is_async, name, args) {\n var loop = S.in_loop;\n var labels = S.labels;\n var current_generator = S.in_generator;\n var current_async = S.in_async;\n ++S.in_function;\n if (generator)\n S.in_generator = S.in_function;\n if (is_async)\n S.in_async = S.in_function;\n if (args) parameters(args);\n if (block)\n S.in_directives = true;\n S.in_loop = 0;\n S.labels = [];\n if (block) {\n S.input.push_directives_stack();\n var a = block_();\n if (name) _verify_symbol(name);\n if (args) args.forEach(_verify_symbol);\n S.input.pop_directives_stack();\n } else {\n var a = expression(false);\n }\n --S.in_function;\n S.in_loop = loop;\n S.labels = labels;\n S.in_generator = current_generator;\n S.in_async = current_async;\n return a;\n }\n\n function _await_expression() {\n // Previous token must be \"await\" and not be interpreted as an identifier\n if (!is_in_async()) {\n croak(\"Unexpected await expression outside async function\",\n S.prev.line, S.prev.col, S.prev.pos);\n }\n // the await expression is parsed as a unary expression in Babel\n return new AST_Await({\n start: prev(),\n end: S.token,\n expression : maybe_unary(true),\n });\n }\n\n function _yield_expression() {\n // Previous token must be keyword yield and not be interpret as an identifier\n if (!is_in_generator()) {\n croak(\"Unexpected yield expression outside generator function\",\n S.prev.line, S.prev.col, S.prev.pos);\n }\n var start = S.token;\n var star = false;\n var has_expression = true;\n\n // Attempt to get expression or star (and then the mandatory expression)\n // behind yield on the same line.\n //\n // If nothing follows on the same line of the yieldExpression,\n // it should default to the value `undefined` for yield to return.\n // In that case, the `undefined` stored as `null` in ast.\n //\n // Note 1: It isn't allowed for yield* to close without an expression\n // Note 2: If there is a nlb between yield and star, it is interpret as\n // yield *\n if (can_insert_semicolon() ||\n (is(\"punc\") && PUNC_AFTER_EXPRESSION(S.token.value))) {\n has_expression = false;\n\n } else if (is(\"operator\", \"*\")) {\n star = true;\n next();\n }\n\n return new AST_Yield({\n start : start,\n is_star : star,\n expression : has_expression ? expression() : null,\n end : prev()\n });\n }\n\n function if_() {\n var cond = parenthesised(), body = statement(false, false, true), belse = null;\n if (is(\"keyword\", \"else\")) {\n next();\n belse = statement(false, false, true);\n }\n return new AST_If({\n condition : cond,\n body : body,\n alternative : belse\n });\n }\n\n function block_() {\n expect(\"{\");\n var a = [];\n while (!is(\"punc\", \"}\")) {\n if (is(\"eof\")) unexpected();\n a.push(statement());\n }\n next();\n return a;\n }\n\n function switch_body_() {\n expect(\"{\");\n var a = [], cur = null, branch = null, tmp;\n while (!is(\"punc\", \"}\")) {\n if (is(\"eof\")) unexpected();\n if (is(\"keyword\", \"case\")) {\n if (branch) branch.end = prev();\n cur = [];\n branch = new AST_Case({\n start : (tmp = S.token, next(), tmp),\n expression : expression(true),\n body : cur\n });\n a.push(branch);\n expect(\":\");\n } else if (is(\"keyword\", \"default\")) {\n if (branch) branch.end = prev();\n cur = [];\n branch = new AST_Default({\n start : (tmp = S.token, next(), expect(\":\"), tmp),\n body : cur\n });\n a.push(branch);\n } else {\n if (!cur) unexpected();\n cur.push(statement());\n }\n }\n if (branch) branch.end = prev();\n next();\n return a;\n }\n\n function try_() {\n var body = block_(), bcatch = null, bfinally = null;\n if (is(\"keyword\", \"catch\")) {\n var start = S.token;\n next();\n if (is(\"punc\", \"{\")) {\n var name = null;\n } else {\n expect(\"(\");\n var name = parameter(undefined, AST_SymbolCatch);\n expect(\")\");\n }\n bcatch = new AST_Catch({\n start : start,\n argname : name,\n body : block_(),\n end : prev()\n });\n }\n if (is(\"keyword\", \"finally\")) {\n var start = S.token;\n next();\n bfinally = new AST_Finally({\n start : start,\n body : block_(),\n end : prev()\n });\n }\n if (!bcatch && !bfinally)\n croak(\"Missing catch/finally blocks\");\n return new AST_Try({\n body : body,\n bcatch : bcatch,\n bfinally : bfinally\n });\n }\n\n function vardefs(no_in, kind) {\n var a = [];\n var def;\n for (;;) {\n var sym_type =\n kind === \"var\" ? AST_SymbolVar :\n kind === \"const\" ? AST_SymbolConst :\n kind === \"let\" ? AST_SymbolLet : null;\n if (is(\"punc\", \"{\") || is(\"punc\", \"[\")) {\n def = new AST_VarDef({\n start: S.token,\n name: binding_element(undefined ,sym_type),\n value: is(\"operator\", \"=\") ? (expect_token(\"operator\", \"=\"), expression(false, no_in)) : null,\n end: prev()\n });\n } else {\n def = new AST_VarDef({\n start : S.token,\n name : as_symbol(sym_type),\n value : is(\"operator\", \"=\")\n ? (next(), expression(false, no_in))\n : !no_in && kind === \"const\"\n ? croak(\"Missing initializer in const declaration\") : null,\n end : prev()\n });\n if (def.name.name == \"import\") croak(\"Unexpected token: import\");\n }\n a.push(def);\n if (!is(\"punc\", \",\"))\n break;\n next();\n }\n return a;\n }\n\n var var_ = function(no_in) {\n return new AST_Var({\n start : prev(),\n definitions : vardefs(no_in, \"var\"),\n end : prev()\n });\n };\n\n var let_ = function(no_in) {\n return new AST_Let({\n start : prev(),\n definitions : vardefs(no_in, \"let\"),\n end : prev()\n });\n };\n\n var const_ = function(no_in) {\n return new AST_Const({\n start : prev(),\n definitions : vardefs(no_in, \"const\"),\n end : prev()\n });\n };\n\n var new_ = function(allow_calls) {\n var start = S.token;\n expect_token(\"operator\", \"new\");\n if (is(\"punc\", \".\")) {\n next();\n expect_token(\"name\", \"target\");\n return subscripts(new AST_NewTarget({\n start : start,\n end : prev()\n }), allow_calls);\n }\n var newexp = expr_atom(false), args;\n if (is(\"punc\", \"(\")) {\n next();\n args = expr_list(\")\", options.ecma >= 8);\n } else {\n args = [];\n }\n var call = new AST_New({\n start : start,\n expression : newexp,\n args : args,\n end : prev()\n });\n mark_pure(call);\n return subscripts(call, allow_calls);\n };\n\n function as_atom_node() {\n var tok = S.token, ret;\n switch (tok.type) {\n case \"name\":\n ret = _make_symbol(AST_SymbolRef);\n break;\n case \"num\":\n ret = new AST_Number({ start: tok, end: tok, value: tok.value });\n break;\n case \"string\":\n ret = new AST_String({\n start : tok,\n end : tok,\n value : tok.value,\n quote : tok.quote\n });\n break;\n case \"regexp\":\n ret = new AST_RegExp({ start: tok, end: tok, value: tok.value });\n break;\n case \"atom\":\n switch (tok.value) {\n case \"false\":\n ret = new AST_False({ start: tok, end: tok });\n break;\n case \"true\":\n ret = new AST_True({ start: tok, end: tok });\n break;\n case \"null\":\n ret = new AST_Null({ start: tok, end: tok });\n break;\n }\n break;\n }\n next();\n return ret;\n }\n\n function to_fun_args(ex, _, __, default_seen_above) {\n var insert_default = function(ex, default_value) {\n if (default_value) {\n return new AST_DefaultAssign({\n start: ex.start,\n left: ex,\n operator: \"=\",\n right: default_value,\n end: default_value.end\n });\n }\n return ex;\n };\n if (ex instanceof AST_Object) {\n return insert_default(new AST_Destructuring({\n start: ex.start,\n end: ex.end,\n is_array: false,\n names: ex.properties.map(to_fun_args)\n }), default_seen_above);\n } else if (ex instanceof AST_ObjectKeyVal) {\n ex.value = to_fun_args(ex.value, 0, [ex.key]);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_Hole) {\n return ex;\n } else if (ex instanceof AST_Destructuring) {\n ex.names = ex.names.map(to_fun_args);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_SymbolRef) {\n return insert_default(new AST_SymbolFunarg({\n name: ex.name,\n start: ex.start,\n end: ex.end\n }), default_seen_above);\n } else if (ex instanceof AST_Expansion) {\n ex.expression = to_fun_args(ex.expression);\n return insert_default(ex, default_seen_above);\n } else if (ex instanceof AST_Array) {\n return insert_default(new AST_Destructuring({\n start: ex.start,\n end: ex.end,\n is_array: true,\n names: ex.elements.map(to_fun_args)\n }), default_seen_above);\n } else if (ex instanceof AST_Assign) {\n return insert_default(to_fun_args(ex.left, undefined, undefined, ex.right), default_seen_above);\n } else if (ex instanceof AST_DefaultAssign) {\n ex.left = to_fun_args(ex.left, 0, [ex.left]);\n return ex;\n } else {\n croak(\"Invalid function parameter\", ex.start.line, ex.start.col);\n }\n }\n\n var expr_atom = function(allow_calls, allow_arrows) {\n if (is(\"operator\", \"new\")) {\n return new_(allow_calls);\n }\n var start = S.token;\n var peeked;\n var async = is(\"name\", \"async\")\n && (peeked = peek()).value != \"[\"\n && peeked.type != \"arrow\"\n && as_atom_node();\n if (is(\"punc\")) {\n switch (S.token.value) {\n case \"(\":\n if (async && !allow_calls) break;\n var exprs = params_or_seq_(allow_arrows, !async);\n if (allow_arrows && is(\"arrow\", \"=>\")) {\n return arrow_function(start, exprs.map(to_fun_args), !!async);\n }\n var ex = async ? new AST_Call({\n expression: async,\n args: exprs\n }) : exprs.length == 1 ? exprs[0] : new AST_Sequence({\n expressions: exprs\n });\n if (ex.start) {\n var len = start.comments_before.length;\n [].unshift.apply(ex.start.comments_before, start.comments_before);\n start.comments_before = ex.start.comments_before;\n start.comments_before_length = len;\n if (len == 0 && start.comments_before.length > 0) {\n var comment = start.comments_before[0];\n if (!comment.nlb) {\n comment.nlb = start.nlb;\n start.nlb = false;\n }\n }\n start.comments_after = ex.start.comments_after;\n }\n ex.start = start;\n var end = prev();\n if (ex.end) {\n end.comments_before = ex.end.comments_before;\n [].push.apply(ex.end.comments_after, end.comments_after);\n end.comments_after = ex.end.comments_after;\n }\n ex.end = end;\n if (ex instanceof AST_Call) mark_pure(ex);\n return subscripts(ex, allow_calls);\n case \"[\":\n return subscripts(array_(), allow_calls);\n case \"{\":\n return subscripts(object_or_destructuring_(), allow_calls);\n }\n if (!async) unexpected();\n }\n if (allow_arrows && is(\"name\") && is_token(peek(), \"arrow\")) {\n var param = new AST_SymbolFunarg({\n name: S.token.value,\n start: start,\n end: start,\n });\n next();\n return arrow_function(start, [param], !!async);\n }\n if (is(\"keyword\", \"function\")) {\n next();\n var func = function_(AST_Function, false, !!async);\n func.start = start;\n func.end = prev();\n return subscripts(func, allow_calls);\n }\n if (async) return subscripts(async, allow_calls);\n if (is(\"keyword\", \"class\")) {\n next();\n var cls = class_(AST_ClassExpression);\n cls.start = start;\n cls.end = prev();\n return subscripts(cls, allow_calls);\n }\n if (is(\"template_head\")) {\n return subscripts(template_string(false), allow_calls);\n }\n if (ATOMIC_START_TOKEN(S.token.type)) {\n return subscripts(as_atom_node(), allow_calls);\n }\n unexpected();\n };\n\n function template_string(tagged) {\n var segments = [], start = S.token;\n\n segments.push(new AST_TemplateSegment({\n start: S.token,\n raw: S.token.raw,\n value: S.token.value,\n end: S.token\n }));\n while (S.token.end === false) {\n next();\n handle_regexp();\n segments.push(expression(true));\n\n if (!is_token(\"template_substitution\")) {\n unexpected();\n }\n\n segments.push(new AST_TemplateSegment({\n start: S.token,\n raw: S.token.raw,\n value: S.token.value,\n end: S.token\n }));\n }\n next();\n\n return new AST_TemplateString({\n start: start,\n segments: segments,\n end: S.token\n });\n }\n\n function expr_list(closing, allow_trailing_comma, allow_empty) {\n var first = true, a = [];\n while (!is(\"punc\", closing)) {\n if (first) first = false; else expect(\",\");\n if (allow_trailing_comma && is(\"punc\", closing)) break;\n if (is(\"punc\", \",\") && allow_empty) {\n a.push(new AST_Hole({ start: S.token, end: S.token }));\n } else if (is(\"expand\", \"...\")) {\n next();\n a.push(new AST_Expansion({start: prev(), expression: expression(),end: S.token}));\n } else {\n a.push(expression(false));\n }\n }\n next();\n return a;\n }\n\n var array_ = embed_tokens(function() {\n expect(\"[\");\n return new AST_Array({\n elements: expr_list(\"]\", !options.strict, true)\n });\n });\n\n var create_accessor = embed_tokens(function(is_generator, is_async) {\n return function_(AST_Accessor, is_generator, is_async);\n });\n\n var object_or_destructuring_ = embed_tokens(function object_or_destructuring_() {\n var start = S.token, first = true, a = [];\n expect(\"{\");\n while (!is(\"punc\", \"}\")) {\n if (first) first = false; else expect(\",\");\n if (!options.strict && is(\"punc\", \"}\"))\n // allow trailing comma\n break;\n\n start = S.token;\n if (start.type == \"expand\") {\n next();\n a.push(new AST_Expansion({\n start: start,\n expression: expression(false),\n end: prev(),\n }));\n continue;\n }\n\n var name = as_property_name();\n var value;\n\n // Check property and fetch value\n if (!is(\"punc\", \":\")) {\n var concise = concise_method_or_getset(name, start);\n if (concise) {\n a.push(concise);\n continue;\n }\n\n value = new AST_SymbolRef({\n start: prev(),\n name: name,\n end: prev()\n });\n } else if (name === null) {\n unexpected(prev());\n } else {\n next(); // `:` - see first condition\n value = expression(false);\n }\n\n // Check for default value and alter value accordingly if necessary\n if (is(\"operator\", \"=\")) {\n next();\n value = new AST_Assign({\n start: start,\n left: value,\n operator: \"=\",\n right: expression(false),\n end: prev()\n });\n }\n\n // Create property\n a.push(new AST_ObjectKeyVal({\n start: start,\n quote: start.quote,\n key: name instanceof AST_Node ? name : \"\" + name,\n value: value,\n end: prev()\n }));\n }\n next();\n return new AST_Object({ properties: a });\n });\n\n function class_(KindOfClass) {\n var start, method, class_name, extends_, a = [];\n\n S.input.push_directives_stack(); // Push directive stack, but not scope stack\n S.input.add_directive(\"use strict\");\n\n if (S.token.type == \"name\" && S.token.value != \"extends\") {\n class_name = as_symbol(KindOfClass === AST_DefClass ? AST_SymbolDefClass : AST_SymbolClass);\n }\n\n if (KindOfClass === AST_DefClass && !class_name) {\n unexpected();\n }\n\n if (S.token.value == \"extends\") {\n next();\n extends_ = expression(true);\n }\n\n expect(\"{\");\n\n if (is(\"punc\", \";\")) { next(); } // Leading semicolons are okay in class bodies.\n while (!is(\"punc\", \"}\")) {\n start = S.token;\n method = concise_method_or_getset(as_property_name(), start, true);\n if (!method) { unexpected(); }\n a.push(method);\n if (is(\"punc\", \";\")) { next(); }\n }\n\n S.input.pop_directives_stack();\n\n next();\n\n return new KindOfClass({\n start: start,\n name: class_name,\n extends: extends_,\n properties: a,\n end: prev(),\n });\n }\n\n function concise_method_or_getset(name, start, is_class) {\n var get_ast = function(name, token) {\n if (typeof name === \"string\" || typeof name === \"number\") {\n return new AST_SymbolMethod({\n start: token,\n name: \"\" + name,\n end: prev()\n });\n } else if (name === null) {\n unexpected();\n }\n return name;\n };\n var is_async = false;\n var is_static = false;\n var is_generator = false;\n var property_token = start;\n if (is_class && name === \"static\" && !is(\"punc\", \"(\")) {\n is_static = true;\n property_token = S.token;\n name = as_property_name();\n }\n if (name === \"async\" && !is(\"punc\", \"(\") && !is(\"punc\", \",\") && !is(\"punc\", \"}\")) {\n is_async = true;\n property_token = S.token;\n name = as_property_name();\n }\n if (name === null) {\n is_generator = true;\n property_token = S.token;\n name = as_property_name();\n if (name === null) {\n unexpected();\n }\n }\n if (is(\"punc\", \"(\")) {\n name = get_ast(name, start);\n var node = new AST_ConciseMethod({\n start : start,\n static : is_static,\n is_generator: is_generator,\n async : is_async,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(is_generator, is_async),\n end : prev()\n });\n return node;\n }\n property_token = S.token;\n if (name == \"get\") {\n if (!is(\"punc\") || is(\"punc\", \"[\")) {\n name = get_ast(as_property_name(), start);\n return new AST_ObjectGetter({\n start : start,\n static: is_static,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(),\n end : prev()\n });\n }\n } else if (name == \"set\") {\n if (!is(\"punc\") || is(\"punc\", \"[\")) {\n name = get_ast(as_property_name(), start);\n return new AST_ObjectSetter({\n start : start,\n static: is_static,\n key : name,\n quote : name instanceof AST_SymbolMethod ?\n property_token.quote : undefined,\n value : create_accessor(),\n end : prev()\n });\n }\n }\n }\n\n function import_() {\n var start = prev();\n var imported_name;\n var imported_names;\n if (is(\"name\")) {\n imported_name = as_symbol(AST_SymbolImport);\n }\n\n if (is(\"punc\", \",\")) {\n next();\n }\n\n imported_names = map_names(true);\n\n if (imported_names || imported_name) {\n expect_token(\"name\", \"from\");\n }\n var mod_str = S.token;\n if (mod_str.type !== \"string\") {\n unexpected();\n }\n next();\n return new AST_Import({\n start: start,\n imported_name: imported_name,\n imported_names: imported_names,\n module_name: new AST_String({\n start: mod_str,\n value: mod_str.value,\n quote: mod_str.quote,\n end: mod_str,\n }),\n end: S.token,\n });\n }\n\n function map_name(is_import) {\n function make_symbol(type) {\n return new type({\n name: as_property_name(),\n start: prev(),\n end: prev()\n });\n }\n\n var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign;\n var type = is_import ? AST_SymbolImport : AST_SymbolExport;\n var start = S.token;\n var foreign_name;\n var name;\n\n if (is_import) {\n foreign_name = make_symbol(foreign_type);\n } else {\n name = make_symbol(type);\n }\n if (is(\"name\", \"as\")) {\n next(); // The \"as\" word\n if (is_import) {\n name = make_symbol(type);\n } else {\n foreign_name = make_symbol(foreign_type);\n }\n } else if (is_import) {\n name = new type(foreign_name);\n } else {\n foreign_name = new foreign_type(name);\n }\n\n return new AST_NameMapping({\n start: start,\n foreign_name: foreign_name,\n name: name,\n end: prev(),\n });\n }\n\n function map_nameAsterisk(is_import, name) {\n var foreign_type = is_import ? AST_SymbolImportForeign : AST_SymbolExportForeign;\n var type = is_import ? AST_SymbolImport : AST_SymbolExport;\n var start = S.token;\n var foreign_name;\n var end = prev();\n\n name = name || new type({\n name: \"*\",\n start: start,\n end: end,\n });\n\n foreign_name = new foreign_type({\n name: \"*\",\n start: start,\n end: end,\n });\n\n return new AST_NameMapping({\n start: start,\n foreign_name: foreign_name,\n name: name,\n end: end,\n });\n }\n\n function map_names(is_import) {\n var names;\n if (is(\"punc\", \"{\")) {\n next();\n names = [];\n while (!is(\"punc\", \"}\")) {\n names.push(map_name(is_import));\n if (is(\"punc\", \",\")) {\n next();\n }\n }\n next();\n } else if (is(\"operator\", \"*\")) {\n var name;\n next();\n if (is_import && is(\"name\", \"as\")) {\n next(); // The \"as\" word\n name = as_symbol(is_import ? AST_SymbolImport : AST_SymbolExportForeign);\n }\n names = [map_nameAsterisk(is_import, name)];\n }\n return names;\n }\n\n function export_() {\n var start = S.token;\n var is_default;\n var exported_names;\n\n if (is(\"keyword\", \"default\")) {\n is_default = true;\n next();\n } else if (exported_names = map_names(false)) {\n if (is(\"name\", \"from\")) {\n next();\n\n var mod_str = S.token;\n if (mod_str.type !== \"string\") {\n unexpected();\n }\n next();\n\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_names: exported_names,\n module_name: new AST_String({\n start: mod_str,\n value: mod_str.value,\n quote: mod_str.quote,\n end: mod_str,\n }),\n end: prev(),\n });\n } else {\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_names: exported_names,\n end: prev(),\n });\n }\n }\n\n var node;\n var exported_value;\n var exported_definition;\n if (is(\"punc\", \"{\")\n || is_default\n && (is(\"keyword\", \"class\") || is(\"keyword\", \"function\"))\n && is_token(peek(), \"punc\")) {\n exported_value = expression(false);\n semicolon();\n } else if ((node = statement(is_default)) instanceof AST_Definitions && is_default) {\n unexpected(node.start);\n } else if (node instanceof AST_Definitions || node instanceof AST_Lambda || node instanceof AST_DefClass) {\n exported_definition = node;\n } else if (node instanceof AST_SimpleStatement) {\n exported_value = node.body;\n } else {\n unexpected(node.start);\n }\n\n return new AST_Export({\n start: start,\n is_default: is_default,\n exported_value: exported_value,\n exported_definition: exported_definition,\n end: prev(),\n });\n }\n\n function as_property_name() {\n var tmp = S.token;\n switch (tmp.type) {\n case \"punc\":\n if (tmp.value === \"[\") {\n next();\n var ex = expression(false);\n expect(\"]\");\n return ex;\n } else unexpected(tmp);\n case \"operator\":\n if (tmp.value === \"*\") {\n next();\n return null;\n }\n if (![\"delete\", \"in\", \"instanceof\", \"new\", \"typeof\", \"void\"].includes(tmp.value)) {\n unexpected(tmp);\n }\n case \"name\":\n if (tmp.value == \"yield\") {\n if (is_in_generator()) {\n token_error(tmp, \"Yield cannot be used as identifier inside generators\");\n } else if (!is_token(peek(), \"punc\", \":\")\n && !is_token(peek(), \"punc\", \"(\")\n && S.input.has_directive(\"use strict\")) {\n token_error(tmp, \"Unexpected yield identifier inside strict mode\");\n }\n }\n case \"string\":\n case \"num\":\n case \"keyword\":\n case \"atom\":\n next();\n return tmp.value;\n default:\n unexpected(tmp);\n }\n }\n\n function as_name() {\n var tmp = S.token;\n if (tmp.type != \"name\") unexpected();\n next();\n return tmp.value;\n }\n\n function _make_symbol(type) {\n var name = S.token.value;\n return new (name == \"this\" ? AST_This :\n name == \"super\" ? AST_Super :\n type)({\n name : String(name),\n start : S.token,\n end : S.token\n });\n }\n\n function _verify_symbol(sym) {\n var name = sym.name;\n if (is_in_generator() && name == \"yield\") {\n token_error(sym.start, \"Yield cannot be used as identifier inside generators\");\n }\n if (S.input.has_directive(\"use strict\")) {\n if (name == \"yield\") {\n token_error(sym.start, \"Unexpected yield identifier inside strict mode\");\n }\n if (sym instanceof AST_SymbolDeclaration && (name == \"arguments\" || name == \"eval\")) {\n token_error(sym.start, \"Unexpected \" + name + \" in strict mode\");\n }\n }\n }\n\n function as_symbol(type, noerror) {\n if (!is(\"name\")) {\n if (!noerror) croak(\"Name expected\");\n return null;\n }\n var sym = _make_symbol(type);\n _verify_symbol(sym);\n next();\n return sym;\n }\n\n function mark_pure(call) {\n var start = call.start;\n var comments = start.comments_before;\n var i = HOP(start, \"comments_before_length\") ? start.comments_before_length : comments.length;\n while (--i >= 0) {\n var comment = comments[i];\n if (/[@#]__PURE__/.test(comment.value)) {\n call.pure = comment;\n break;\n }\n }\n }\n\n var subscripts = function(expr, allow_calls) {\n var start = expr.start;\n if (is(\"punc\", \".\")) {\n next();\n return subscripts(new AST_Dot({\n start : start,\n expression : expr,\n property : as_name(),\n end : prev()\n }), allow_calls);\n }\n if (is(\"punc\", \"[\")) {\n next();\n var prop = expression(true);\n expect(\"]\");\n return subscripts(new AST_Sub({\n start : start,\n expression : expr,\n property : prop,\n end : prev()\n }), allow_calls);\n }\n if (allow_calls && is(\"punc\", \"(\")) {\n next();\n var call = new AST_Call({\n start : start,\n expression : expr,\n args : call_args(),\n end : prev()\n });\n mark_pure(call);\n return subscripts(call, true);\n }\n if (is(\"template_head\")) {\n return subscripts(new AST_PrefixedTemplateString({\n start: start,\n prefix: expr,\n template_string: template_string(true),\n end: prev()\n }), allow_calls);\n }\n return expr;\n };\n\n var call_args = embed_tokens(function _call_args() {\n var args = [];\n while (!is(\"punc\", \")\")) {\n if (is(\"expand\", \"...\")) {\n next();\n args.push(new AST_Expansion({\n start: prev(),\n expression: expression(false),\n end: prev()\n }));\n } else {\n args.push(expression(false));\n }\n if (!is(\"punc\", \")\")) {\n expect(\",\");\n if (is(\"punc\", \")\") && options.ecma < 8) unexpected();\n }\n }\n next();\n return args;\n });\n\n var maybe_unary = function(allow_calls, allow_arrows) {\n var start = S.token;\n if (start.type == \"name\" && start.value == \"await\") {\n if (is_in_async()) {\n next();\n return _await_expression();\n } else if (S.input.has_directive(\"use strict\")) {\n token_error(S.token, \"Unexpected await identifier inside strict mode\");\n }\n }\n if (is(\"operator\") && UNARY_PREFIX(start.value)) {\n next();\n handle_regexp();\n var ex = make_unary(AST_UnaryPrefix, start, maybe_unary(allow_calls));\n ex.start = start;\n ex.end = prev();\n return ex;\n }\n var val = expr_atom(allow_calls, allow_arrows);\n while (is(\"operator\") && UNARY_POSTFIX(S.token.value) && !has_newline_before(S.token)) {\n if (val instanceof AST_Arrow) unexpected();\n val = make_unary(AST_UnaryPostfix, S.token, val);\n val.start = start;\n val.end = S.token;\n next();\n }\n return val;\n };\n\n function make_unary(ctor, token, expr) {\n var op = token.value;\n switch (op) {\n case \"++\":\n case \"--\":\n if (!is_assignable(expr))\n croak(\"Invalid use of \" + op + \" operator\", token.line, token.col, token.pos);\n break;\n case \"delete\":\n if (expr instanceof AST_SymbolRef && S.input.has_directive(\"use strict\"))\n croak(\"Calling delete on expression not allowed in strict mode\", expr.start.line, expr.start.col, expr.start.pos);\n break;\n }\n return new ctor({ operator: op, expression: expr });\n }\n\n var expr_op = function(left, min_prec, no_in) {\n var op = is(\"operator\") ? S.token.value : null;\n if (op == \"in\" && no_in) op = null;\n if (op == \"**\" && left instanceof AST_UnaryPrefix\n /* unary token in front not allowed - parenthesis required */\n && !is_token(left.start, \"punc\", \"(\")\n && left.operator !== \"--\" && left.operator !== \"++\")\n unexpected(left.start);\n var prec = op != null ? PRECEDENCE[op] : null;\n if (prec != null && (prec > min_prec || (op === \"**\" && min_prec === prec))) {\n next();\n var right = expr_op(maybe_unary(true), prec, no_in);\n return expr_op(new AST_Binary({\n start : left.start,\n left : left,\n operator : op,\n right : right,\n end : right.end\n }), min_prec, no_in);\n }\n return left;\n };\n\n function expr_ops(no_in) {\n return expr_op(maybe_unary(true, true), 0, no_in);\n }\n\n var maybe_conditional = function(no_in) {\n var start = S.token;\n var expr = expr_ops(no_in);\n if (is(\"operator\", \"?\")) {\n next();\n var yes = expression(false);\n expect(\":\");\n return new AST_Conditional({\n start : start,\n condition : expr,\n consequent : yes,\n alternative : expression(false, no_in),\n end : prev()\n });\n }\n return expr;\n };\n\n function is_assignable(expr) {\n return expr instanceof AST_PropAccess || expr instanceof AST_SymbolRef;\n }\n\n function to_destructuring(node) {\n if (node instanceof AST_Object) {\n node = new AST_Destructuring({\n start: node.start,\n names: node.properties.map(to_destructuring),\n is_array: false,\n end: node.end\n });\n } else if (node instanceof AST_Array) {\n var names = [];\n\n for (var i = 0; i < node.elements.length; i++) {\n // Only allow expansion as last element\n if (node.elements[i] instanceof AST_Expansion) {\n if (i + 1 !== node.elements.length) {\n token_error(node.elements[i].start, \"Spread must the be last element in destructuring array\");\n }\n node.elements[i].expression = to_destructuring(node.elements[i].expression);\n }\n\n names.push(to_destructuring(node.elements[i]));\n }\n\n node = new AST_Destructuring({\n start: node.start,\n names: names,\n is_array: true,\n end: node.end\n });\n } else if (node instanceof AST_ObjectProperty) {\n node.value = to_destructuring(node.value);\n } else if (node instanceof AST_Assign) {\n node = new AST_DefaultAssign({\n start: node.start,\n left: node.left,\n operator: \"=\",\n right: node.right,\n end: node.end\n });\n }\n return node;\n }\n\n // In ES6, AssignmentExpression can also be an ArrowFunction\n var maybe_assign = function(no_in) {\n handle_regexp();\n var start = S.token;\n\n if (start.type == \"name\" && start.value == \"yield\") {\n if (is_in_generator()) {\n next();\n return _yield_expression();\n } else if (S.input.has_directive(\"use strict\")) {\n token_error(S.token, \"Unexpected yield identifier inside strict mode\");\n }\n }\n\n var left = maybe_conditional(no_in);\n var val = S.token.value;\n\n if (is(\"operator\") && ASSIGNMENT(val)) {\n if (is_assignable(left) || (left = to_destructuring(left)) instanceof AST_Destructuring) {\n next();\n return new AST_Assign({\n start : start,\n left : left,\n operator : val,\n right : maybe_assign(no_in),\n end : prev()\n });\n }\n croak(\"Invalid assignment\");\n }\n return left;\n };\n\n var expression = function(commas, no_in) {\n var start = S.token;\n var exprs = [];\n while (true) {\n exprs.push(maybe_assign(no_in));\n if (!commas || !is(\"punc\", \",\")) break;\n next();\n commas = true;\n }\n return exprs.length == 1 ? exprs[0] : new AST_Sequence({\n start : start,\n expressions : exprs,\n end : peek()\n });\n };\n\n function in_loop(cont) {\n ++S.in_loop;\n var ret = cont();\n --S.in_loop;\n return ret;\n }\n\n if (options.expression) {\n return expression(true);\n }\n\n return (function() {\n var start = S.token;\n var body = [];\n S.input.push_directives_stack();\n if (options.module) S.input.add_directive(\"use strict\");\n while (!is(\"eof\"))\n body.push(statement());\n S.input.pop_directives_stack();\n var end = prev();\n var toplevel = options.toplevel;\n if (toplevel) {\n toplevel.body = toplevel.body.concat(body);\n toplevel.end = end;\n } else {\n toplevel = new AST_Toplevel({ start: start, body: body, end: end });\n }\n return toplevel;\n })();\n\n}\n\nexport {\n get_full_char_code,\n get_full_char,\n is_identifier_char,\n is_identifier_string,\n is_identifier,\n is_surrogate_pair_head,\n is_surrogate_pair_tail,\n js_error,\n JS_Parse_Error,\n parse,\n PRECEDENCE,\n RESERVED_WORDS,\n tokenizer,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n HOP,\n MAP,\n noop,\n string_template,\n} from \"./utils.js\";\nimport { parse } from \"./parse.js\";\n\nfunction DEFNODE(type, props, methods, base) {\n if (arguments.length < 4) base = AST_Node;\n if (!props) props = [];\n else props = props.split(/\\s+/);\n var self_props = props;\n if (base && base.PROPS)\n props = props.concat(base.PROPS);\n var code = \"return function AST_\" + type + \"(props){ if (props) { \";\n for (var i = props.length; --i >= 0;) {\n code += \"this.\" + props[i] + \" = props.\" + props[i] + \";\";\n }\n var proto = base && new base;\n if (proto && proto.initialize || (methods && methods.initialize))\n code += \"this.initialize();\";\n code += \"}}\";\n var ctor = new Function(code)();\n if (proto) {\n ctor.prototype = proto;\n ctor.BASE = base;\n }\n if (base) base.SUBCLASSES.push(ctor);\n ctor.prototype.CTOR = ctor;\n ctor.PROPS = props || null;\n ctor.SELF_PROPS = self_props;\n ctor.SUBCLASSES = [];\n if (type) {\n ctor.prototype.TYPE = ctor.TYPE = type;\n }\n if (methods) for (i in methods) if (HOP(methods, i)) {\n if (/^\\$/.test(i)) {\n ctor[i.substr(1)] = methods[i];\n } else {\n ctor.prototype[i] = methods[i];\n }\n }\n ctor.DEFMETHOD = function(name, method) {\n this.prototype[name] = method;\n };\n return ctor;\n}\n\nvar AST_Token = DEFNODE(\"Token\", \"type value line col pos endline endcol endpos nlb comments_before comments_after file raw\", {\n}, null);\n\nvar AST_Node = DEFNODE(\"Node\", \"start end\", {\n _clone: function(deep) {\n if (deep) {\n var self = this.clone();\n return self.transform(new TreeTransformer(function(node) {\n if (node !== self) {\n return node.clone(true);\n }\n }));\n }\n return new this.CTOR(this);\n },\n clone: function(deep) {\n return this._clone(deep);\n },\n $documentation: \"Base class of all AST nodes\",\n $propdoc: {\n start: \"[AST_Token] The first token of this node\",\n end: \"[AST_Token] The last token of this node\"\n },\n _walk: function(visitor) {\n return visitor._visit(this);\n },\n walk: function(visitor) {\n return this._walk(visitor); // not sure the indirection will be any help\n }\n}, null);\n\nAST_Node.warn_function = null;\nAST_Node.warn = function(txt, props) {\n if (AST_Node.warn_function)\n AST_Node.warn_function(string_template(txt, props));\n};\n\n/* -----[ statements ]----- */\n\nvar AST_Statement = DEFNODE(\"Statement\", null, {\n $documentation: \"Base class of all statements\",\n});\n\nvar AST_Debugger = DEFNODE(\"Debugger\", null, {\n $documentation: \"Represents a debugger statement\",\n}, AST_Statement);\n\nvar AST_Directive = DEFNODE(\"Directive\", \"value quote\", {\n $documentation: \"Represents a directive, like \\\"use strict\\\";\",\n $propdoc: {\n value: \"[string] The value of this directive as a plain string (it's not an AST_String!)\",\n quote: \"[string] the original quote character\"\n },\n}, AST_Statement);\n\nvar AST_SimpleStatement = DEFNODE(\"SimpleStatement\", \"body\", {\n $documentation: \"A statement consisting of an expression, i.e. a = 1 + 2\",\n $propdoc: {\n body: \"[AST_Node] an expression node (should not be instanceof AST_Statement)\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.body._walk(visitor);\n });\n }\n}, AST_Statement);\n\nfunction walk_body(node, visitor) {\n var body = node.body;\n if (body instanceof AST_Node) {\n body._walk(visitor);\n } else for (var i = 0, len = body.length; i < len; i++) {\n body[i]._walk(visitor);\n }\n}\n\nfunction clone_block_scope(deep) {\n var clone = this._clone(deep);\n if (this.block_scope) {\n // TODO this is sometimes undefined during compression.\n // But it should always have a value!\n clone.block_scope = this.block_scope.clone();\n }\n return clone;\n}\n\nvar AST_Block = DEFNODE(\"Block\", \"body block_scope\", {\n $documentation: \"A body of statements (usually braced)\",\n $propdoc: {\n body: \"[AST_Statement*] an array of statements\",\n block_scope: \"[AST_Scope] the block scope\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n walk_body(this, visitor);\n });\n },\n clone: clone_block_scope\n}, AST_Statement);\n\nvar AST_BlockStatement = DEFNODE(\"BlockStatement\", null, {\n $documentation: \"A block statement\",\n}, AST_Block);\n\nvar AST_EmptyStatement = DEFNODE(\"EmptyStatement\", null, {\n $documentation: \"The empty statement (empty block or simply a semicolon)\"\n}, AST_Statement);\n\nvar AST_StatementWithBody = DEFNODE(\"StatementWithBody\", \"body\", {\n $documentation: \"Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`\",\n $propdoc: {\n body: \"[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement\"\n }\n}, AST_Statement);\n\nvar AST_LabeledStatement = DEFNODE(\"LabeledStatement\", \"label\", {\n $documentation: \"Statement with a label\",\n $propdoc: {\n label: \"[AST_Label] a label definition\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.label._walk(visitor);\n this.body._walk(visitor);\n });\n },\n clone: function(deep) {\n var node = this._clone(deep);\n if (deep) {\n var label = node.label;\n var def = this.label;\n node.walk(new TreeWalker(function(node) {\n if (node instanceof AST_LoopControl\n && node.label && node.label.thedef === def) {\n node.label.thedef = label;\n label.references.push(node);\n }\n }));\n }\n return node;\n }\n}, AST_StatementWithBody);\n\nvar AST_IterationStatement = DEFNODE(\"IterationStatement\", \"block_scope\", {\n $documentation: \"Internal class. All loops inherit from it.\",\n $propdoc: {\n block_scope: \"[AST_Scope] the block scope for this iteration statement.\"\n },\n clone: clone_block_scope\n}, AST_StatementWithBody);\n\nvar AST_DWLoop = DEFNODE(\"DWLoop\", \"condition\", {\n $documentation: \"Base class for do/while statements\",\n $propdoc: {\n condition: \"[AST_Node] the loop condition. Should not be instanceof AST_Statement\"\n }\n}, AST_IterationStatement);\n\nvar AST_Do = DEFNODE(\"Do\", null, {\n $documentation: \"A `do` statement\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.body._walk(visitor);\n this.condition._walk(visitor);\n });\n }\n}, AST_DWLoop);\n\nvar AST_While = DEFNODE(\"While\", null, {\n $documentation: \"A `while` statement\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_DWLoop);\n\nvar AST_For = DEFNODE(\"For\", \"init condition step\", {\n $documentation: \"A `for` statement\",\n $propdoc: {\n init: \"[AST_Node?] the `for` initialization code, or null if empty\",\n condition: \"[AST_Node?] the `for` termination clause, or null if empty\",\n step: \"[AST_Node?] the `for` update clause, or null if empty\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.init) this.init._walk(visitor);\n if (this.condition) this.condition._walk(visitor);\n if (this.step) this.step._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_IterationStatement);\n\nvar AST_ForIn = DEFNODE(\"ForIn\", \"init object\", {\n $documentation: \"A `for ... in` statement\",\n $propdoc: {\n init: \"[AST_Node] the `for/in` initialization code\",\n object: \"[AST_Node] the object that we're looping through\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.init._walk(visitor);\n this.object._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_IterationStatement);\n\nvar AST_ForOf = DEFNODE(\"ForOf\", \"await\", {\n $documentation: \"A `for ... of` statement\",\n}, AST_ForIn);\n\nvar AST_With = DEFNODE(\"With\", \"expression\", {\n $documentation: \"A `with` statement\",\n $propdoc: {\n expression: \"[AST_Node] the `with` expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n this.body._walk(visitor);\n });\n }\n}, AST_StatementWithBody);\n\n/* -----[ scope and functions ]----- */\n\nvar AST_Scope = DEFNODE(\"Scope\", \"variables functions uses_with uses_eval parent_scope enclosed cname\", {\n $documentation: \"Base class for all statements introducing a lexical scope\",\n $propdoc: {\n variables: \"[Object/S] a map of name -> SymbolDef for all variables/functions defined in this scope\",\n functions: \"[Object/S] like `variables`, but only lists function declarations\",\n uses_with: \"[boolean/S] tells whether this scope uses the `with` statement\",\n uses_eval: \"[boolean/S] tells whether this scope contains a direct call to the global `eval`\",\n parent_scope: \"[AST_Scope?/S] link to the parent scope\",\n enclosed: \"[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes\",\n cname: \"[integer/S] current index for mangling variables (used internally by the mangler)\",\n },\n get_defun_scope: function() {\n var self = this;\n while (self.is_block_scope()) {\n self = self.parent_scope;\n }\n return self;\n },\n clone: function(deep) {\n var node = this._clone(deep);\n if (this.variables) node.variables = this.variables.clone();\n if (this.functions) node.functions = this.functions.clone();\n if (this.enclosed) node.enclosed = this.enclosed.slice();\n return node;\n },\n pinned: function() {\n return this.uses_eval || this.uses_with;\n }\n}, AST_Block);\n\nvar AST_Toplevel = DEFNODE(\"Toplevel\", \"globals\", {\n $documentation: \"The toplevel scope\",\n $propdoc: {\n globals: \"[Object/S] a map of name -> SymbolDef for all undeclared names\",\n },\n wrap_commonjs: function(name) {\n var body = this.body;\n var wrapped_tl = \"(function(exports){'$ORIG';})(typeof \" + name + \"=='undefined'?(\" + name + \"={}):\" + name + \");\";\n wrapped_tl = parse(wrapped_tl);\n wrapped_tl = wrapped_tl.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Directive && node.value == \"$ORIG\") {\n return MAP.splice(body);\n }\n }));\n return wrapped_tl;\n },\n wrap_enclose: function(args_values) {\n if (typeof args_values != \"string\") args_values = \"\";\n var index = args_values.indexOf(\":\");\n if (index < 0) index = args_values.length;\n var body = this.body;\n return parse([\n \"(function(\",\n args_values.slice(0, index),\n '){\"$ORIG\"})(',\n args_values.slice(index + 1),\n \")\"\n ].join(\"\")).transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Directive && node.value == \"$ORIG\") {\n return MAP.splice(body);\n }\n }));\n }\n}, AST_Scope);\n\nvar AST_Expansion = DEFNODE(\"Expansion\", \"expression\", {\n $documentation: \"An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list\",\n $propdoc: {\n expression: \"[AST_Node] the thing to be expanded\"\n },\n _walk: function(visitor) {\n var self = this;\n return visitor._visit(this, function() {\n self.expression.walk(visitor);\n });\n }\n});\n\nvar AST_Lambda = DEFNODE(\"Lambda\", \"name argnames uses_arguments is_generator async\", {\n $documentation: \"Base class for functions\",\n $propdoc: {\n name: \"[AST_SymbolDeclaration?] the name of this function\",\n argnames: \"[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments\",\n uses_arguments: \"[boolean/S] tells whether this function accesses the arguments array\",\n is_generator: \"[boolean] is this a generator method\",\n async: \"[boolean] is this method async\",\n },\n args_as_names: function () {\n var out = [];\n for (var i = 0; i < this.argnames.length; i++) {\n if (this.argnames[i] instanceof AST_Destructuring) {\n out = out.concat(this.argnames[i].all_symbols());\n } else {\n out.push(this.argnames[i]);\n }\n }\n return out;\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.name) this.name._walk(visitor);\n var argnames = this.argnames;\n for (var i = 0, len = argnames.length; i < len; i++) {\n argnames[i]._walk(visitor);\n }\n walk_body(this, visitor);\n });\n }\n}, AST_Scope);\n\nvar AST_Accessor = DEFNODE(\"Accessor\", null, {\n $documentation: \"A setter/getter function. The `name` property is always null.\"\n}, AST_Lambda);\n\nvar AST_Function = DEFNODE(\"Function\", \"inlined\", {\n $documentation: \"A function expression\"\n}, AST_Lambda);\n\nvar AST_Arrow = DEFNODE(\"Arrow\", \"inlined\", {\n $documentation: \"An ES6 Arrow function ((a) => b)\"\n}, AST_Lambda);\n\nvar AST_Defun = DEFNODE(\"Defun\", \"inlined\", {\n $documentation: \"A function definition\"\n}, AST_Lambda);\n\n/* -----[ DESTRUCTURING ]----- */\nvar AST_Destructuring = DEFNODE(\"Destructuring\", \"names is_array\", {\n $documentation: \"A destructuring of several names. Used in destructuring assignment and with destructuring function argument names\",\n $propdoc: {\n \"names\": \"[AST_Node*] Array of properties or elements\",\n \"is_array\": \"[Boolean] Whether the destructuring represents an object or array\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.names.forEach(function(name) {\n name._walk(visitor);\n });\n });\n },\n all_symbols: function() {\n var out = [];\n this.walk(new TreeWalker(function (node) {\n if (node instanceof AST_Symbol) {\n out.push(node);\n }\n if (node instanceof AST_Expansion) {\n out.push(node.expression);\n }\n }));\n return out;\n }\n});\n\nvar AST_PrefixedTemplateString = DEFNODE(\"PrefixedTemplateString\", \"template_string prefix\", {\n $documentation: \"A templatestring with a prefix, such as String.raw`foobarbaz`\",\n $propdoc: {\n template_string: \"[AST_TemplateString] The template string\",\n prefix: \"[AST_SymbolRef|AST_PropAccess] The prefix, which can be a symbol such as `foo` or a dotted expression such as `String.raw`.\"\n },\n _walk: function(visitor) {\n this.prefix._walk(visitor);\n this.template_string._walk(visitor);\n }\n});\n\nvar AST_TemplateString = DEFNODE(\"TemplateString\", \"segments\", {\n $documentation: \"A template string literal\",\n $propdoc: {\n segments: \"[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment.\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.segments.forEach(function(seg) {\n seg._walk(visitor);\n });\n });\n }\n});\n\nvar AST_TemplateSegment = DEFNODE(\"TemplateSegment\", \"value raw\", {\n $documentation: \"A segment of a template string literal\",\n $propdoc: {\n value: \"Content of the segment\",\n raw: \"Raw content of the segment\"\n }\n});\n\n/* -----[ JUMPS ]----- */\n\nvar AST_Jump = DEFNODE(\"Jump\", null, {\n $documentation: \"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)\"\n}, AST_Statement);\n\nvar AST_Exit = DEFNODE(\"Exit\", \"value\", {\n $documentation: \"Base class for “exits” (`return` and `throw`)\",\n $propdoc: {\n value: \"[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.value && function() {\n this.value._walk(visitor);\n });\n }\n}, AST_Jump);\n\nvar AST_Return = DEFNODE(\"Return\", null, {\n $documentation: \"A `return` statement\"\n}, AST_Exit);\n\nvar AST_Throw = DEFNODE(\"Throw\", null, {\n $documentation: \"A `throw` statement\"\n}, AST_Exit);\n\nvar AST_LoopControl = DEFNODE(\"LoopControl\", \"label\", {\n $documentation: \"Base class for loop control statements (`break` and `continue`)\",\n $propdoc: {\n label: \"[AST_LabelRef?] the label, or null if none\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.label && function() {\n this.label._walk(visitor);\n });\n }\n}, AST_Jump);\n\nvar AST_Break = DEFNODE(\"Break\", null, {\n $documentation: \"A `break` statement\"\n}, AST_LoopControl);\n\nvar AST_Continue = DEFNODE(\"Continue\", null, {\n $documentation: \"A `continue` statement\"\n}, AST_LoopControl);\n\n/* -----[ IF ]----- */\n\nvar AST_If = DEFNODE(\"If\", \"condition alternative\", {\n $documentation: \"A `if` statement\",\n $propdoc: {\n condition: \"[AST_Node] the `if` condition\",\n alternative: \"[AST_Statement?] the `else` part, or null if not present\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.body._walk(visitor);\n if (this.alternative) this.alternative._walk(visitor);\n });\n }\n}, AST_StatementWithBody);\n\n/* -----[ SWITCH ]----- */\n\nvar AST_Switch = DEFNODE(\"Switch\", \"expression\", {\n $documentation: \"A `switch` statement\",\n $propdoc: {\n expression: \"[AST_Node] the `switch` “discriminant”\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_Block);\n\nvar AST_SwitchBranch = DEFNODE(\"SwitchBranch\", null, {\n $documentation: \"Base class for `switch` branches\",\n}, AST_Block);\n\nvar AST_Default = DEFNODE(\"Default\", null, {\n $documentation: \"A `default` switch branch\",\n}, AST_SwitchBranch);\n\nvar AST_Case = DEFNODE(\"Case\", \"expression\", {\n $documentation: \"A `case` switch branch\",\n $propdoc: {\n expression: \"[AST_Node] the `case` expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_SwitchBranch);\n\n/* -----[ EXCEPTIONS ]----- */\n\nvar AST_Try = DEFNODE(\"Try\", \"bcatch bfinally\", {\n $documentation: \"A `try` statement\",\n $propdoc: {\n bcatch: \"[AST_Catch?] the catch block, or null if not present\",\n bfinally: \"[AST_Finally?] the finally block, or null if not present\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n walk_body(this, visitor);\n if (this.bcatch) this.bcatch._walk(visitor);\n if (this.bfinally) this.bfinally._walk(visitor);\n });\n }\n}, AST_Block);\n\nvar AST_Catch = DEFNODE(\"Catch\", \"argname\", {\n $documentation: \"A `catch` node; only makes sense as part of a `try` statement\",\n $propdoc: {\n argname: \"[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.argname) this.argname._walk(visitor);\n walk_body(this, visitor);\n });\n }\n}, AST_Block);\n\nvar AST_Finally = DEFNODE(\"Finally\", null, {\n $documentation: \"A `finally` node; only makes sense as part of a `try` statement\"\n}, AST_Block);\n\n/* -----[ VAR/CONST ]----- */\n\nvar AST_Definitions = DEFNODE(\"Definitions\", \"definitions\", {\n $documentation: \"Base class for `var` or `const` nodes (variable declarations/initializations)\",\n $propdoc: {\n definitions: \"[AST_VarDef*] array of variable definitions\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var definitions = this.definitions;\n for (var i = 0, len = definitions.length; i < len; i++) {\n definitions[i]._walk(visitor);\n }\n });\n }\n}, AST_Statement);\n\nvar AST_Var = DEFNODE(\"Var\", null, {\n $documentation: \"A `var` statement\"\n}, AST_Definitions);\n\nvar AST_Let = DEFNODE(\"Let\", null, {\n $documentation: \"A `let` statement\"\n}, AST_Definitions);\n\nvar AST_Const = DEFNODE(\"Const\", null, {\n $documentation: \"A `const` statement\"\n}, AST_Definitions);\n\nvar AST_NameMapping = DEFNODE(\"NameMapping\", \"foreign_name name\", {\n $documentation: \"The part of the export/import statement that declare names from a module.\",\n $propdoc: {\n foreign_name: \"[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)\",\n name: \"[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module.\"\n },\n _walk: function (visitor) {\n return visitor._visit(this, function() {\n this.foreign_name._walk(visitor);\n this.name._walk(visitor);\n });\n }\n});\n\nvar AST_Import = DEFNODE(\"Import\", \"imported_name imported_names module_name\", {\n $documentation: \"An `import` statement\",\n $propdoc: {\n imported_name: \"[AST_SymbolImport] The name of the variable holding the module's default export.\",\n imported_names: \"[AST_NameMapping*] The names of non-default imported variables\",\n module_name: \"[AST_String] String literal describing where this module came from\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.imported_name) {\n this.imported_name._walk(visitor);\n }\n if (this.imported_names) {\n this.imported_names.forEach(function(name_import) {\n name_import._walk(visitor);\n });\n }\n this.module_name._walk(visitor);\n });\n }\n});\n\nvar AST_Export = DEFNODE(\"Export\", \"exported_definition exported_value is_default exported_names module_name\", {\n $documentation: \"An `export` statement\",\n $propdoc: {\n exported_definition: \"[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition\",\n exported_value: \"[AST_Node?] An exported value\",\n exported_names: \"[AST_NameMapping*?] List of exported names\",\n module_name: \"[AST_String?] Name of the file to load exports from\",\n is_default: \"[Boolean] Whether this is the default exported value of this module\"\n },\n _walk: function (visitor) {\n visitor._visit(this, function () {\n if (this.exported_definition) {\n this.exported_definition._walk(visitor);\n }\n if (this.exported_value) {\n this.exported_value._walk(visitor);\n }\n if (this.exported_names) {\n this.exported_names.forEach(function(name_export) {\n name_export._walk(visitor);\n });\n }\n if (this.module_name) {\n this.module_name._walk(visitor);\n }\n });\n }\n}, AST_Statement);\n\nvar AST_VarDef = DEFNODE(\"VarDef\", \"name value\", {\n $documentation: \"A variable declaration; only appears in a AST_Definitions node\",\n $propdoc: {\n name: \"[AST_Destructuring|AST_SymbolConst|AST_SymbolLet|AST_SymbolVar] name of the variable\",\n value: \"[AST_Node?] initializer, or null of there's no initializer\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.name._walk(visitor);\n if (this.value) this.value._walk(visitor);\n });\n }\n});\n\n/* -----[ OTHER ]----- */\n\nvar AST_Call = DEFNODE(\"Call\", \"expression args\", {\n $documentation: \"A function call expression\",\n $propdoc: {\n expression: \"[AST_Node] expression to invoke as function\",\n args: \"[AST_Node*] array of arguments\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var args = this.args;\n for (var i = 0, len = args.length; i < len; i++) {\n args[i]._walk(visitor);\n }\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_New = DEFNODE(\"New\", null, {\n $documentation: \"An object instantiation. Derives from a function call since it has exactly the same properties\"\n}, AST_Call);\n\nvar AST_Sequence = DEFNODE(\"Sequence\", \"expressions\", {\n $documentation: \"A sequence expression (comma-separated expressions)\",\n $propdoc: {\n expressions: \"[AST_Node*] array of expressions (at least two)\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expressions.forEach(function(node) {\n node._walk(visitor);\n });\n });\n }\n});\n\nvar AST_PropAccess = DEFNODE(\"PropAccess\", \"expression property\", {\n $documentation: \"Base class for property access expressions, i.e. `a.foo` or `a[\\\"foo\\\"]`\",\n $propdoc: {\n expression: \"[AST_Node] the “container” expression\",\n property: \"[AST_Node|string] the property to access. For AST_Dot this is always a plain string, while for AST_Sub it's an arbitrary AST_Node\"\n }\n});\n\nvar AST_Dot = DEFNODE(\"Dot\", null, {\n $documentation: \"A dotted property access expression\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n}, AST_PropAccess);\n\nvar AST_Sub = DEFNODE(\"Sub\", null, {\n $documentation: \"Index-style property access, i.e. `a[\\\"foo\\\"]`\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n this.property._walk(visitor);\n });\n }\n}, AST_PropAccess);\n\nvar AST_Unary = DEFNODE(\"Unary\", \"operator expression\", {\n $documentation: \"Base class for unary expressions\",\n $propdoc: {\n operator: \"[string] the operator\",\n expression: \"[AST_Node] expression that this unary operator applies to\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_UnaryPrefix = DEFNODE(\"UnaryPrefix\", null, {\n $documentation: \"Unary prefix expression, i.e. `typeof i` or `++i`\"\n}, AST_Unary);\n\nvar AST_UnaryPostfix = DEFNODE(\"UnaryPostfix\", null, {\n $documentation: \"Unary postfix expression, i.e. `i++`\"\n}, AST_Unary);\n\nvar AST_Binary = DEFNODE(\"Binary\", \"operator left right\", {\n $documentation: \"Binary expression, i.e. `a + b`\",\n $propdoc: {\n left: \"[AST_Node] left-hand side expression\",\n operator: \"[string] the operator\",\n right: \"[AST_Node] right-hand side expression\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.left._walk(visitor);\n this.right._walk(visitor);\n });\n }\n});\n\nvar AST_Conditional = DEFNODE(\"Conditional\", \"condition consequent alternative\", {\n $documentation: \"Conditional expression using the ternary operator, i.e. `a ? b : c`\",\n $propdoc: {\n condition: \"[AST_Node]\",\n consequent: \"[AST_Node]\",\n alternative: \"[AST_Node]\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.condition._walk(visitor);\n this.consequent._walk(visitor);\n this.alternative._walk(visitor);\n });\n }\n});\n\nvar AST_Assign = DEFNODE(\"Assign\", null, {\n $documentation: \"An assignment expression — `a = b + 5`\",\n}, AST_Binary);\n\nvar AST_DefaultAssign = DEFNODE(\"DefaultAssign\", null, {\n $documentation: \"A default assignment expression like in `(a = 3) => a`\"\n}, AST_Binary);\n\n/* -----[ LITERALS ]----- */\n\nvar AST_Array = DEFNODE(\"Array\", \"elements\", {\n $documentation: \"An array literal\",\n $propdoc: {\n elements: \"[AST_Node*] array of elements\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var elements = this.elements;\n for (var i = 0, len = elements.length; i < len; i++) {\n elements[i]._walk(visitor);\n }\n });\n }\n});\n\nvar AST_Object = DEFNODE(\"Object\", \"properties\", {\n $documentation: \"An object literal\",\n $propdoc: {\n properties: \"[AST_ObjectProperty*] array of properties\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n var properties = this.properties;\n for (var i = 0, len = properties.length; i < len; i++) {\n properties[i]._walk(visitor);\n }\n });\n }\n});\n\nvar AST_ObjectProperty = DEFNODE(\"ObjectProperty\", \"key value\", {\n $documentation: \"Base class for literal object properties\",\n $propdoc: {\n key: \"[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.\",\n value: \"[AST_Node] property value. For getters and setters this is an AST_Accessor.\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.key instanceof AST_Node)\n this.key._walk(visitor);\n this.value._walk(visitor);\n });\n }\n});\n\nvar AST_ObjectKeyVal = DEFNODE(\"ObjectKeyVal\", \"quote\", {\n $documentation: \"A key: value object property\",\n $propdoc: {\n quote: \"[string] the original quote character\"\n }\n}, AST_ObjectProperty);\n\nvar AST_ObjectSetter = DEFNODE(\"ObjectSetter\", \"quote static\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] whether this is a static setter (classes only)\"\n },\n $documentation: \"An object setter property\",\n}, AST_ObjectProperty);\n\nvar AST_ObjectGetter = DEFNODE(\"ObjectGetter\", \"quote static\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] whether this is a static getter (classes only)\"\n },\n $documentation: \"An object getter property\",\n}, AST_ObjectProperty);\n\nvar AST_ConciseMethod = DEFNODE(\"ConciseMethod\", \"quote static is_generator async\", {\n $propdoc: {\n quote: \"[string|undefined] the original quote character, if any\",\n static: \"[boolean] is this method static (classes only)\",\n is_generator: \"[boolean] is this a generator method\",\n async: \"[boolean] is this method async\",\n },\n $documentation: \"An ES6 concise method inside an object or class\"\n}, AST_ObjectProperty);\n\nvar AST_Class = DEFNODE(\"Class\", \"name extends properties inlined\", {\n $propdoc: {\n name: \"[AST_SymbolClass|AST_SymbolDefClass?] optional class name.\",\n extends: \"[AST_Node]? optional parent class\",\n properties: \"[AST_ObjectProperty*] array of properties\"\n },\n $documentation: \"An ES6 class\",\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n if (this.name) {\n this.name._walk(visitor);\n }\n if (this.extends) {\n this.extends._walk(visitor);\n }\n this.properties.forEach(function(prop) {\n prop._walk(visitor);\n });\n });\n },\n}, AST_Scope);\n\nvar AST_DefClass = DEFNODE(\"DefClass\", null, {\n $documentation: \"A class definition\",\n}, AST_Class);\n\nvar AST_ClassExpression = DEFNODE(\"ClassExpression\", null, {\n $documentation: \"A class expression.\"\n}, AST_Class);\n\nvar AST_Symbol = DEFNODE(\"Symbol\", \"scope name thedef\", {\n $propdoc: {\n name: \"[string] name of this symbol\",\n scope: \"[AST_Scope/S] the current scope (not necessarily the definition scope)\",\n thedef: \"[SymbolDef/S] the definition of this symbol\"\n },\n $documentation: \"Base class for all symbols\"\n});\n\nvar AST_NewTarget = DEFNODE(\"NewTarget\", null, {\n $documentation: \"A reference to new.target\"\n});\n\nvar AST_SymbolDeclaration = DEFNODE(\"SymbolDeclaration\", \"init\", {\n $documentation: \"A declaration symbol (symbol in var/const, function name or argument, symbol in catch)\",\n}, AST_Symbol);\n\nvar AST_SymbolVar = DEFNODE(\"SymbolVar\", null, {\n $documentation: \"Symbol defining a variable\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolBlockDeclaration = DEFNODE(\"SymbolBlockDeclaration\", null, {\n $documentation: \"Base class for block-scoped declaration symbols\"\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolConst = DEFNODE(\"SymbolConst\", null, {\n $documentation: \"A constant declaration\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolLet = DEFNODE(\"SymbolLet\", null, {\n $documentation: \"A block-scoped `let` declaration\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolFunarg = DEFNODE(\"SymbolFunarg\", null, {\n $documentation: \"Symbol naming a function argument\",\n}, AST_SymbolVar);\n\nvar AST_SymbolDefun = DEFNODE(\"SymbolDefun\", null, {\n $documentation: \"Symbol defining a function\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolMethod = DEFNODE(\"SymbolMethod\", null, {\n $documentation: \"Symbol in an object defining a method\",\n}, AST_Symbol);\n\nvar AST_SymbolLambda = DEFNODE(\"SymbolLambda\", null, {\n $documentation: \"Symbol naming a function expression\",\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolDefClass = DEFNODE(\"SymbolDefClass\", null, {\n $documentation: \"Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class.\"\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolClass = DEFNODE(\"SymbolClass\", null, {\n $documentation: \"Symbol naming a class's name. Lexically scoped to the class.\"\n}, AST_SymbolDeclaration);\n\nvar AST_SymbolCatch = DEFNODE(\"SymbolCatch\", null, {\n $documentation: \"Symbol naming the exception in catch\",\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolImport = DEFNODE(\"SymbolImport\", null, {\n $documentation: \"Symbol referring to an imported name\",\n}, AST_SymbolBlockDeclaration);\n\nvar AST_SymbolImportForeign = DEFNODE(\"SymbolImportForeign\", null, {\n $documentation: \"A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes\",\n}, AST_Symbol);\n\nvar AST_Label = DEFNODE(\"Label\", \"references\", {\n $documentation: \"Symbol naming a label (declaration)\",\n $propdoc: {\n references: \"[AST_LoopControl*] a list of nodes referring to this label\"\n },\n initialize: function() {\n this.references = [];\n this.thedef = this;\n }\n}, AST_Symbol);\n\nvar AST_SymbolRef = DEFNODE(\"SymbolRef\", null, {\n $documentation: \"Reference to some symbol (not definition/declaration)\",\n}, AST_Symbol);\n\nvar AST_SymbolExport = DEFNODE(\"SymbolExport\", null, {\n $documentation: \"Symbol referring to a name to export\",\n}, AST_SymbolRef);\n\nvar AST_SymbolExportForeign = DEFNODE(\"SymbolExportForeign\", null, {\n $documentation: \"A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes\",\n}, AST_Symbol);\n\nvar AST_LabelRef = DEFNODE(\"LabelRef\", null, {\n $documentation: \"Reference to a label symbol\",\n}, AST_Symbol);\n\nvar AST_This = DEFNODE(\"This\", null, {\n $documentation: \"The `this` symbol\",\n}, AST_Symbol);\n\nvar AST_Super = DEFNODE(\"Super\", null, {\n $documentation: \"The `super` symbol\",\n}, AST_This);\n\nvar AST_Constant = DEFNODE(\"Constant\", null, {\n $documentation: \"Base class for all constants\",\n getValue: function() {\n return this.value;\n }\n});\n\nvar AST_String = DEFNODE(\"String\", \"value quote\", {\n $documentation: \"A string literal\",\n $propdoc: {\n value: \"[string] the contents of this string\",\n quote: \"[string] the original quote character\"\n }\n}, AST_Constant);\n\nvar AST_Number = DEFNODE(\"Number\", \"value literal\", {\n $documentation: \"A number literal\",\n $propdoc: {\n value: \"[number] the numeric value\",\n literal: \"[string] numeric value as string (optional)\"\n }\n}, AST_Constant);\n\nvar AST_RegExp = DEFNODE(\"RegExp\", \"value\", {\n $documentation: \"A regexp literal\",\n $propdoc: {\n value: \"[RegExp] the actual regexp\",\n }\n}, AST_Constant);\n\nvar AST_Atom = DEFNODE(\"Atom\", null, {\n $documentation: \"Base class for atoms\",\n}, AST_Constant);\n\nvar AST_Null = DEFNODE(\"Null\", null, {\n $documentation: \"The `null` atom\",\n value: null\n}, AST_Atom);\n\nvar AST_NaN = DEFNODE(\"NaN\", null, {\n $documentation: \"The impossible value\",\n value: 0/0\n}, AST_Atom);\n\nvar AST_Undefined = DEFNODE(\"Undefined\", null, {\n $documentation: \"The `undefined` value\",\n value: (function() {}())\n}, AST_Atom);\n\nvar AST_Hole = DEFNODE(\"Hole\", null, {\n $documentation: \"A hole in an array\",\n value: (function() {}())\n}, AST_Atom);\n\nvar AST_Infinity = DEFNODE(\"Infinity\", null, {\n $documentation: \"The `Infinity` value\",\n value: 1/0\n}, AST_Atom);\n\nvar AST_Boolean = DEFNODE(\"Boolean\", null, {\n $documentation: \"Base class for booleans\",\n}, AST_Atom);\n\nvar AST_False = DEFNODE(\"False\", null, {\n $documentation: \"The `false` atom\",\n value: false\n}, AST_Boolean);\n\nvar AST_True = DEFNODE(\"True\", null, {\n $documentation: \"The `true` atom\",\n value: true\n}, AST_Boolean);\n\nvar AST_Await = DEFNODE(\"Await\", \"expression\", {\n $documentation: \"An `await` statement\",\n $propdoc: {\n expression: \"[AST_Node] the mandatory expression being awaited\",\n },\n _walk: function(visitor) {\n return visitor._visit(this, function() {\n this.expression._walk(visitor);\n });\n }\n});\n\nvar AST_Yield = DEFNODE(\"Yield\", \"expression is_star\", {\n $documentation: \"A `yield` statement\",\n $propdoc: {\n expression: \"[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false\",\n is_star: \"[Boolean] Whether this is a yield or yield* statement\"\n },\n _walk: function(visitor) {\n return visitor._visit(this, this.expression && function() {\n this.expression._walk(visitor);\n });\n }\n});\n\n/* -----[ TreeWalker ]----- */\n\nfunction TreeWalker(callback) {\n this.visit = callback;\n this.stack = [];\n this.directives = Object.create(null);\n}\nTreeWalker.prototype = {\n _visit: function(node, descend) {\n this.push(node);\n var ret = this.visit(node, descend ? function() {\n descend.call(node);\n } : noop);\n if (!ret && descend) {\n descend.call(node);\n }\n this.pop();\n return ret;\n },\n parent: function(n) {\n return this.stack[this.stack.length - 2 - (n || 0)];\n },\n push: function(node) {\n if (node instanceof AST_Lambda) {\n this.directives = Object.create(this.directives);\n } else if (node instanceof AST_Directive && !this.directives[node.value]) {\n this.directives[node.value] = node;\n } else if (node instanceof AST_Class) {\n this.directives = Object.create(this.directives);\n if (!this.directives[\"use strict\"]) {\n this.directives[\"use strict\"] = node;\n }\n }\n this.stack.push(node);\n },\n pop: function() {\n var node = this.stack.pop();\n if (node instanceof AST_Lambda || node instanceof AST_Class) {\n this.directives = Object.getPrototypeOf(this.directives);\n }\n },\n self: function() {\n return this.stack[this.stack.length - 1];\n },\n find_parent: function(type) {\n var stack = this.stack;\n for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof type) return x;\n }\n },\n has_directive: function(type) {\n var dir = this.directives[type];\n if (dir) return dir;\n var node = this.stack[this.stack.length - 1];\n if (node instanceof AST_Scope && node.body) {\n for (var i = 0; i < node.body.length; ++i) {\n var st = node.body[i];\n if (!(st instanceof AST_Directive)) break;\n if (st.value == type) return st;\n }\n }\n },\n loopcontrol_target: function(node) {\n var stack = this.stack;\n if (node.label) for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof AST_LabeledStatement && x.label.name == node.label.name)\n return x.body;\n } else for (var i = stack.length; --i >= 0;) {\n var x = stack[i];\n if (x instanceof AST_IterationStatement\n || node instanceof AST_Break && x instanceof AST_Switch)\n return x;\n }\n }\n};\n\n// Tree transformer helpers.\nfunction TreeTransformer(before, after) {\n TreeWalker.call(this);\n this.before = before;\n this.after = after;\n}\nTreeTransformer.prototype = new TreeWalker;\n\nexport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Atom,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_BlockStatement,\n AST_Boolean,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_DWLoop,\n AST_EmptyStatement,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Infinity,\n AST_IterationStatement,\n AST_Jump,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_LoopControl,\n AST_NameMapping,\n AST_NaN,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Scope,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_StatementWithBody,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolBlockDeclaration,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDeclaration,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Undefined,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n TreeTransformer,\n TreeWalker,\n walk_body,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n AST_Array,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_Conditional,\n AST_Definitions,\n AST_Destructuring,\n AST_Do,\n AST_Dot,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_For,\n AST_ForIn,\n AST_If,\n AST_Import,\n AST_LabeledStatement,\n AST_Lambda,\n AST_LoopControl,\n AST_NameMapping,\n AST_Node,\n AST_Object,\n AST_ObjectProperty,\n AST_PrefixedTemplateString,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Sub,\n AST_Switch,\n AST_TemplateString,\n AST_Try,\n AST_Unary,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\nimport {\n MAP,\n noop,\n} from \"./utils.js\";\n\n(function(undefined) {\n\n function _(node, descend) {\n node.DEFMETHOD(\"transform\", function(tw, in_list) {\n var x, y;\n tw.push(this);\n if (tw.before) x = tw.before(this, descend, in_list);\n if (x === undefined) {\n x = this;\n descend(x, tw);\n if (tw.after) {\n y = tw.after(x, in_list);\n if (y !== undefined) x = y;\n }\n }\n tw.pop();\n return x;\n });\n }\n\n function do_list(list, tw) {\n return MAP(list, function(node) {\n return node.transform(tw, true);\n });\n }\n\n _(AST_Node, noop);\n\n _(AST_LabeledStatement, function(self, tw) {\n self.label = self.label.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_SimpleStatement, function(self, tw) {\n self.body = self.body.transform(tw);\n });\n\n _(AST_Block, function(self, tw) {\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Do, function(self, tw) {\n self.body = self.body.transform(tw);\n self.condition = self.condition.transform(tw);\n });\n\n _(AST_While, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_For, function(self, tw) {\n if (self.init) self.init = self.init.transform(tw);\n if (self.condition) self.condition = self.condition.transform(tw);\n if (self.step) self.step = self.step.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_ForIn, function(self, tw) {\n self.init = self.init.transform(tw);\n self.object = self.object.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_With, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = self.body.transform(tw);\n });\n\n _(AST_Exit, function(self, tw) {\n if (self.value) self.value = self.value.transform(tw);\n });\n\n _(AST_LoopControl, function(self, tw) {\n if (self.label) self.label = self.label.transform(tw);\n });\n\n _(AST_If, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.body = self.body.transform(tw);\n if (self.alternative) self.alternative = self.alternative.transform(tw);\n });\n\n _(AST_Switch, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Case, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Try, function(self, tw) {\n self.body = do_list(self.body, tw);\n if (self.bcatch) self.bcatch = self.bcatch.transform(tw);\n if (self.bfinally) self.bfinally = self.bfinally.transform(tw);\n });\n\n _(AST_Catch, function(self, tw) {\n if (self.argname) self.argname = self.argname.transform(tw);\n self.body = do_list(self.body, tw);\n });\n\n _(AST_Definitions, function(self, tw) {\n self.definitions = do_list(self.definitions, tw);\n });\n\n _(AST_VarDef, function(self, tw) {\n self.name = self.name.transform(tw);\n if (self.value) self.value = self.value.transform(tw);\n });\n\n _(AST_Destructuring, function(self, tw) {\n self.names = do_list(self.names, tw);\n });\n\n _(AST_Lambda, function(self, tw) {\n if (self.name) self.name = self.name.transform(tw);\n self.argnames = do_list(self.argnames, tw);\n if (self.body instanceof AST_Node) {\n self.body = self.body.transform(tw);\n } else {\n self.body = do_list(self.body, tw);\n }\n });\n\n _(AST_Call, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.args = do_list(self.args, tw);\n });\n\n _(AST_Sequence, function(self, tw) {\n self.expressions = do_list(self.expressions, tw);\n });\n\n _(AST_Dot, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Sub, function(self, tw) {\n self.expression = self.expression.transform(tw);\n self.property = self.property.transform(tw);\n });\n\n _(AST_Yield, function(self, tw) {\n if (self.expression) self.expression = self.expression.transform(tw);\n });\n\n _(AST_Await, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Unary, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_Binary, function(self, tw) {\n self.left = self.left.transform(tw);\n self.right = self.right.transform(tw);\n });\n\n _(AST_Conditional, function(self, tw) {\n self.condition = self.condition.transform(tw);\n self.consequent = self.consequent.transform(tw);\n self.alternative = self.alternative.transform(tw);\n });\n\n _(AST_Array, function(self, tw) {\n self.elements = do_list(self.elements, tw);\n });\n\n _(AST_Object, function(self, tw) {\n self.properties = do_list(self.properties, tw);\n });\n\n _(AST_ObjectProperty, function(self, tw) {\n if (self.key instanceof AST_Node) {\n self.key = self.key.transform(tw);\n }\n self.value = self.value.transform(tw);\n });\n\n _(AST_Class, function(self, tw) {\n if (self.name) self.name = self.name.transform(tw);\n if (self.extends) self.extends = self.extends.transform(tw);\n self.properties = do_list(self.properties, tw);\n });\n\n _(AST_Expansion, function(self, tw) {\n self.expression = self.expression.transform(tw);\n });\n\n _(AST_NameMapping, function(self, tw) {\n self.foreign_name = self.foreign_name.transform(tw);\n self.name = self.name.transform(tw);\n });\n\n _(AST_Import, function(self, tw) {\n if (self.imported_name) self.imported_name = self.imported_name.transform(tw);\n if (self.imported_names) do_list(self.imported_names, tw);\n self.module_name = self.module_name.transform(tw);\n });\n\n _(AST_Export, function(self, tw) {\n if (self.exported_definition) self.exported_definition = self.exported_definition.transform(tw);\n if (self.exported_value) self.exported_value = self.exported_value.transform(tw);\n if (self.exported_names) do_list(self.exported_names, tw);\n if (self.module_name) self.module_name = self.module_name.transform(tw);\n });\n\n _(AST_TemplateString, function(self, tw) {\n self.segments = do_list(self.segments, tw);\n });\n\n _(AST_PrefixedTemplateString, function(self, tw) {\n self.prefix = self.prefix.transform(tw);\n self.template_string = self.template_string.transform(tw);\n });\n\n})();\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport {\n all,\n defaults,\n first_in_statement,\n makePredicate,\n noop,\n repeat_string,\n return_false,\n return_true,\n} from \"./utils.js\";\n\nimport {\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Await,\n AST_Binary,\n AST_BlockStatement,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefaultAssign,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Exit,\n AST_Expansion,\n AST_Export,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Jump,\n AST_LabeledStatement,\n AST_Lambda,\n AST_Let,\n AST_LoopControl,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Scope,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_StatementWithBody,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Toplevel,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n TreeWalker,\n} from \"./ast.js\";\nimport {\n get_full_char_code,\n get_full_char,\n is_identifier_char,\n is_identifier_string,\n is_identifier,\n is_surrogate_pair_head,\n is_surrogate_pair_tail,\n PRECEDENCE,\n RESERVED_WORDS,\n} from \"./parse.js\";\n\nvar EXPECT_DIRECTIVE = /^$|[;{][\\s\\n]*$/;\n\nfunction is_some_comments(comment) {\n // multiline comment\n return comment.type == \"comment2\" && /@preserve|@license|@cc_on/i.test(comment.value);\n}\n\nfunction OutputStream(options) {\n\n var readonly = !options;\n options = defaults(options, {\n ascii_only : false,\n beautify : false,\n braces : false,\n comments : false,\n ecma : 5,\n ie8 : false,\n indent_level : 4,\n indent_start : 0,\n inline_script : true,\n keep_quoted_props: false,\n max_line_len : false,\n preamble : null,\n quote_keys : false,\n quote_style : 0,\n safari10 : false,\n semicolons : true,\n shebang : true,\n shorthand : undefined,\n source_map : null,\n webkit : false,\n width : 80,\n wrap_iife : false,\n }, true);\n\n if (options.shorthand === undefined)\n options.shorthand = options.ecma > 5;\n\n // Convert comment option to RegExp if neccessary and set up comments filter\n var comment_filter = return_false; // Default case, throw all comments away\n if (options.comments) {\n var comments = options.comments;\n if (typeof options.comments === \"string\" && /^\\/.*\\/[a-zA-Z]*$/.test(options.comments)) {\n var regex_pos = options.comments.lastIndexOf(\"/\");\n comments = new RegExp(\n options.comments.substr(1, regex_pos - 1),\n options.comments.substr(regex_pos + 1)\n );\n }\n if (comments instanceof RegExp) {\n comment_filter = function(comment) {\n return comment.type != \"comment5\" && comments.test(comment.value);\n };\n } else if (typeof comments === \"function\") {\n comment_filter = function(comment) {\n return comment.type != \"comment5\" && comments(this, comment);\n };\n } else if (comments === \"some\") {\n comment_filter = is_some_comments;\n } else { // NOTE includes \"all\" option\n comment_filter = return_true;\n }\n }\n\n var indentation = 0;\n var current_col = 0;\n var current_line = 1;\n var current_pos = 0;\n var OUTPUT = \"\";\n\n var to_utf8 = options.ascii_only ? function(str, identifier) {\n if (options.ecma >= 6) {\n str = str.replace(/[\\ud800-\\udbff][\\udc00-\\udfff]/g, function(ch) {\n var code = get_full_char_code(ch, 0).toString(16);\n return \"\\\\u{\" + code + \"}\";\n });\n }\n return str.replace(/[\\u0000-\\u001f\\u007f-\\uffff]/g, function(ch) {\n var code = ch.charCodeAt(0).toString(16);\n if (code.length <= 2 && !identifier) {\n while (code.length < 2) code = \"0\" + code;\n return \"\\\\x\" + code;\n } else {\n while (code.length < 4) code = \"0\" + code;\n return \"\\\\u\" + code;\n }\n });\n } : function(str) {\n var s = \"\";\n for (var i = 0, len = str.length; i < len; i++) {\n if (is_surrogate_pair_head(str[i]) && !is_surrogate_pair_tail(str[i + 1])\n || is_surrogate_pair_tail(str[i]) && !is_surrogate_pair_head(str[i - 1])) {\n s += \"\\\\u\" + str.charCodeAt(i).toString(16);\n } else {\n s += str[i];\n }\n }\n return s;\n };\n\n function make_string(str, quote) {\n var dq = 0, sq = 0;\n str = str.replace(/[\\\\\\b\\f\\n\\r\\v\\t\\x22\\x27\\u2028\\u2029\\0\\ufeff]/g,\n function(s, i) {\n switch (s) {\n case '\"': ++dq; return '\"';\n case \"'\": ++sq; return \"'\";\n case \"\\\\\": return \"\\\\\\\\\";\n case \"\\n\": return \"\\\\n\";\n case \"\\r\": return \"\\\\r\";\n case \"\\t\": return \"\\\\t\";\n case \"\\b\": return \"\\\\b\";\n case \"\\f\": return \"\\\\f\";\n case \"\\x0B\": return options.ie8 ? \"\\\\x0B\" : \"\\\\v\";\n case \"\\u2028\": return \"\\\\u2028\";\n case \"\\u2029\": return \"\\\\u2029\";\n case \"\\ufeff\": return \"\\\\ufeff\";\n case \"\\0\":\n return /[0-9]/.test(get_full_char(str, i+1)) ? \"\\\\x00\" : \"\\\\0\";\n }\n return s;\n });\n function quote_single() {\n return \"'\" + str.replace(/\\x27/g, \"\\\\'\") + \"'\";\n }\n function quote_double() {\n return '\"' + str.replace(/\\x22/g, '\\\\\"') + '\"';\n }\n function quote_template() {\n return \"`\" + str.replace(/`/g, \"\\\\`\") + \"`\";\n }\n str = to_utf8(str);\n if (quote === \"`\") return quote_template();\n switch (options.quote_style) {\n case 1:\n return quote_single();\n case 2:\n return quote_double();\n case 3:\n return quote == \"'\" ? quote_single() : quote_double();\n default:\n return dq > sq ? quote_single() : quote_double();\n }\n }\n\n function encode_string(str, quote) {\n var ret = make_string(str, quote);\n if (options.inline_script) {\n ret = ret.replace(/<\\x2f(script)([>\\/\\t\\n\\f\\r ])/gi, \"<\\\\/$1$2\");\n ret = ret.replace(/\\x3c!--/g, \"\\\\x3c!--\");\n ret = ret.replace(/--\\x3e/g, \"--\\\\x3e\");\n }\n return ret;\n }\n\n function make_name(name) {\n name = name.toString();\n name = to_utf8(name, true);\n return name;\n }\n\n function make_indent(back) {\n return repeat_string(\" \", options.indent_start + indentation - back * options.indent_level);\n }\n\n /* -----[ beautification/minification ]----- */\n\n var has_parens = false;\n var might_need_space = false;\n var might_need_semicolon = false;\n var might_add_newline = 0;\n var need_newline_indented = false;\n var need_space = false;\n var newline_insert = -1;\n var last = \"\";\n var mapping_token, mapping_name, mappings = options.source_map && [];\n\n var do_add_mapping = mappings ? function() {\n mappings.forEach(function(mapping) {\n try {\n options.source_map.add(\n mapping.token.file,\n mapping.line, mapping.col,\n mapping.token.line, mapping.token.col,\n !mapping.name && mapping.token.type == \"name\" ? mapping.token.value : mapping.name\n );\n } catch(ex) {\n mapping.token.file != null && AST_Node.warn(\"Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]\", {\n file: mapping.token.file,\n line: mapping.token.line,\n col: mapping.token.col,\n cline: mapping.line,\n ccol: mapping.col,\n name: mapping.name || \"\"\n });\n }\n });\n mappings = [];\n } : noop;\n\n var ensure_line_len = options.max_line_len ? function() {\n if (current_col > options.max_line_len) {\n if (might_add_newline) {\n var left = OUTPUT.slice(0, might_add_newline);\n var right = OUTPUT.slice(might_add_newline);\n if (mappings) {\n var delta = right.length - current_col;\n mappings.forEach(function(mapping) {\n mapping.line++;\n mapping.col += delta;\n });\n }\n OUTPUT = left + \"\\n\" + right;\n current_line++;\n current_pos++;\n current_col = right.length;\n }\n if (current_col > options.max_line_len) {\n AST_Node.warn(\"Output exceeds {max_line_len} characters\", options);\n }\n }\n if (might_add_newline) {\n might_add_newline = 0;\n do_add_mapping();\n }\n } : noop;\n\n var requireSemicolonChars = makePredicate(\"( [ + * / - , . `\");\n\n function print(str) {\n str = String(str);\n var ch = get_full_char(str, 0);\n if (need_newline_indented && ch) {\n need_newline_indented = false;\n if (ch !== \"\\n\") {\n print(\"\\n\");\n indent();\n }\n }\n if (need_space && ch) {\n need_space = false;\n if (!/[\\s;})]/.test(ch)) {\n space();\n }\n }\n newline_insert = -1;\n var prev = last.charAt(last.length - 1);\n if (might_need_semicolon) {\n might_need_semicolon = false;\n\n if (prev === \":\" && ch === \"}\" || (!ch || !\";}\".includes(ch)) && prev !== \";\") {\n if (options.semicolons || requireSemicolonChars(ch)) {\n OUTPUT += \";\";\n current_col++;\n current_pos++;\n } else {\n ensure_line_len();\n OUTPUT += \"\\n\";\n current_pos++;\n current_line++;\n current_col = 0;\n\n if (/^\\s+$/.test(str)) {\n // reset the semicolon flag, since we didn't print one\n // now and might still have to later\n might_need_semicolon = true;\n }\n }\n\n if (!options.beautify)\n might_need_space = false;\n }\n }\n\n if (might_need_space) {\n if ((is_identifier_char(prev)\n && (is_identifier_char(ch) || ch == \"\\\\\"))\n || (ch == \"/\" && ch == prev)\n || ((ch == \"+\" || ch == \"-\") && ch == last)\n ) {\n OUTPUT += \" \";\n current_col++;\n current_pos++;\n }\n might_need_space = false;\n }\n\n if (mapping_token) {\n mappings.push({\n token: mapping_token,\n name: mapping_name,\n line: current_line,\n col: current_col\n });\n mapping_token = false;\n if (!might_add_newline) do_add_mapping();\n }\n\n OUTPUT += str;\n has_parens = str[str.length - 1] == \"(\";\n current_pos += str.length;\n var a = str.split(/\\r?\\n/), n = a.length - 1;\n current_line += n;\n current_col += a[0].length;\n if (n > 0) {\n ensure_line_len();\n current_col = a[n].length;\n }\n last = str;\n }\n\n var star = function() {\n print(\"*\");\n };\n\n var space = options.beautify ? function() {\n print(\" \");\n } : function() {\n might_need_space = true;\n };\n\n var indent = options.beautify ? function(half) {\n if (options.beautify) {\n print(make_indent(half ? 0.5 : 0));\n }\n } : noop;\n\n var with_indent = options.beautify ? function(col, cont) {\n if (col === true) col = next_indent();\n var save_indentation = indentation;\n indentation = col;\n var ret = cont();\n indentation = save_indentation;\n return ret;\n } : function(col, cont) { return cont(); };\n\n var newline = options.beautify ? function() {\n if (newline_insert < 0) return print(\"\\n\");\n if (OUTPUT[newline_insert] != \"\\n\") {\n OUTPUT = OUTPUT.slice(0, newline_insert) + \"\\n\" + OUTPUT.slice(newline_insert);\n current_pos++;\n current_line++;\n }\n newline_insert++;\n } : options.max_line_len ? function() {\n ensure_line_len();\n might_add_newline = OUTPUT.length;\n } : noop;\n\n var semicolon = options.beautify ? function() {\n print(\";\");\n } : function() {\n might_need_semicolon = true;\n };\n\n function force_semicolon() {\n might_need_semicolon = false;\n print(\";\");\n }\n\n function next_indent() {\n return indentation + options.indent_level;\n }\n\n function with_block(cont) {\n var ret;\n print(\"{\");\n newline();\n with_indent(next_indent(), function() {\n ret = cont();\n });\n indent();\n print(\"}\");\n return ret;\n }\n\n function with_parens(cont) {\n print(\"(\");\n //XXX: still nice to have that for argument lists\n //var ret = with_indent(current_col, cont);\n var ret = cont();\n print(\")\");\n return ret;\n }\n\n function with_square(cont) {\n print(\"[\");\n //var ret = with_indent(current_col, cont);\n var ret = cont();\n print(\"]\");\n return ret;\n }\n\n function comma() {\n print(\",\");\n space();\n }\n\n function colon() {\n print(\":\");\n space();\n }\n\n var add_mapping = mappings ? function(token, name) {\n mapping_token = token;\n mapping_name = name;\n } : noop;\n\n function get() {\n if (might_add_newline) {\n ensure_line_len();\n }\n return OUTPUT;\n }\n\n function has_nlb() {\n var index = OUTPUT.lastIndexOf(\"\\n\");\n return /^ *$/.test(OUTPUT.slice(index + 1));\n }\n\n function prepend_comments(node) {\n var self = this;\n var start = node.start;\n if (!start) return;\n if (start.comments_before && start.comments_before._dumped === self) return;\n var comments = start.comments_before;\n if (!comments) {\n comments = start.comments_before = [];\n }\n comments._dumped = self;\n\n if (node instanceof AST_Exit && node.value) {\n var tw = new TreeWalker(function(node) {\n var parent = tw.parent();\n if (parent instanceof AST_Exit\n || parent instanceof AST_Binary && parent.left === node\n || parent.TYPE == \"Call\" && parent.expression === node\n || parent instanceof AST_Conditional && parent.condition === node\n || parent instanceof AST_Dot && parent.expression === node\n || parent instanceof AST_Sequence && parent.expressions[0] === node\n || parent instanceof AST_Sub && parent.expression === node\n || parent instanceof AST_UnaryPostfix) {\n if (!node.start) return;\n var text = node.start.comments_before;\n if (text && text._dumped !== self) {\n text._dumped = self;\n comments = comments.concat(text);\n }\n } else {\n return true;\n }\n });\n tw.push(node);\n node.value.walk(tw);\n }\n\n if (current_pos == 0) {\n if (comments.length > 0 && options.shebang && comments[0].type == \"comment5\") {\n print(\"#!\" + comments.shift().value + \"\\n\");\n indent();\n }\n var preamble = options.preamble;\n if (preamble) {\n print(preamble.replace(/\\r\\n?|[\\n\\u2028\\u2029]|\\s*$/g, \"\\n\"));\n }\n }\n\n comments = comments.filter(comment_filter, node);\n if (comments.length == 0) return;\n var last_nlb = has_nlb();\n comments.forEach(function(c, i) {\n if (!last_nlb) {\n if (c.nlb) {\n print(\"\\n\");\n indent();\n last_nlb = true;\n } else if (i > 0) {\n space();\n }\n }\n if (/comment[134]/.test(c.type)) {\n print(\"//\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"\\n\");\n indent();\n last_nlb = true;\n } else if (c.type == \"comment2\") {\n print(\"/*\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"*/\");\n last_nlb = false;\n }\n });\n if (!last_nlb) {\n if (start.nlb) {\n print(\"\\n\");\n indent();\n } else {\n space();\n }\n }\n }\n\n function append_comments(node, tail) {\n var self = this;\n var token = node.end;\n if (!token) return;\n var comments = token[tail ? \"comments_before\" : \"comments_after\"];\n if (!comments || comments._dumped === self) return;\n if (!(node instanceof AST_Statement || all(comments, function(c) {\n return !/comment[134]/.test(c.type);\n }))) return;\n comments._dumped = self;\n var insert = OUTPUT.length;\n comments.filter(comment_filter, node).forEach(function(c, i) {\n need_space = false;\n if (need_newline_indented) {\n print(\"\\n\");\n indent();\n need_newline_indented = false;\n } else if (c.nlb && (i > 0 || !has_nlb())) {\n print(\"\\n\");\n indent();\n } else if (i > 0 || !tail) {\n space();\n }\n if (/comment[134]/.test(c.type)) {\n print(\"//\" + c.value.replace(/[@#]__PURE__/g, \" \"));\n need_newline_indented = true;\n } else if (c.type == \"comment2\") {\n print(\"/*\" + c.value.replace(/[@#]__PURE__/g, \" \") + \"*/\");\n need_space = true;\n }\n });\n if (OUTPUT.length > insert) newline_insert = insert;\n }\n\n var stack = [];\n return {\n get : get,\n toString : get,\n indent : indent,\n indentation : function() { return indentation; },\n current_width : function() { return current_col - indentation; },\n should_break : function() { return options.width && this.current_width() >= options.width; },\n has_parens : function() { return has_parens; },\n newline : newline,\n print : print,\n star : star,\n space : space,\n comma : comma,\n colon : colon,\n last : function() { return last; },\n semicolon : semicolon,\n force_semicolon : force_semicolon,\n to_utf8 : to_utf8,\n print_name : function(name) { print(make_name(name)); },\n print_string : function(str, quote, escape_directive) {\n var encoded = encode_string(str, quote);\n if (escape_directive === true && !encoded.includes(\"\\\\\")) {\n // Insert semicolons to break directive prologue\n if (!EXPECT_DIRECTIVE.test(OUTPUT)) {\n force_semicolon();\n }\n force_semicolon();\n }\n print(encoded);\n },\n print_template_string_chars: function(str) {\n var encoded = encode_string(str, \"`\").replace(/\\${/g, \"\\\\${\");\n return print(encoded.substr(1, encoded.length - 2));\n },\n encode_string : encode_string,\n next_indent : next_indent,\n with_indent : with_indent,\n with_block : with_block,\n with_parens : with_parens,\n with_square : with_square,\n add_mapping : add_mapping,\n option : function(opt) { return options[opt]; },\n prepend_comments: readonly ? noop : prepend_comments,\n append_comments : readonly || comment_filter === return_false ? noop : append_comments,\n line : function() { return current_line; },\n col : function() { return current_col; },\n pos : function() { return current_pos; },\n push_node : function(node) { stack.push(node); },\n pop_node : function() { return stack.pop(); },\n parent : function(n) {\n return stack[stack.length - 2 - (n || 0)];\n }\n };\n\n}\n\n/* -----[ code generators ]----- */\n\n(function() {\n\n /* -----[ utils ]----- */\n\n function DEFPRINT(nodetype, generator) {\n nodetype.DEFMETHOD(\"_codegen\", generator);\n }\n\n var in_directive = false;\n var active_scope = null;\n var use_asm = null;\n\n AST_Node.DEFMETHOD(\"print\", function(stream, force_parens) {\n var self = this, generator = self._codegen;\n if (self instanceof AST_Scope) {\n active_scope = self;\n } else if (!use_asm && self instanceof AST_Directive && self.value == \"use asm\") {\n use_asm = active_scope;\n }\n function doit() {\n stream.prepend_comments(self);\n self.add_source_map(stream);\n generator(self, stream);\n stream.append_comments(self);\n }\n stream.push_node(self);\n if (force_parens || self.needs_parens(stream)) {\n stream.with_parens(doit);\n } else {\n doit();\n }\n stream.pop_node();\n if (self === use_asm) {\n use_asm = null;\n }\n });\n AST_Node.DEFMETHOD(\"_print\", AST_Node.prototype.print);\n\n AST_Node.DEFMETHOD(\"print_to_string\", function(options) {\n var s = OutputStream(options);\n this.print(s);\n return s.get();\n });\n\n /* -----[ PARENTHESES ]----- */\n\n function PARENS(nodetype, func) {\n if (Array.isArray(nodetype)) {\n nodetype.forEach(function(nodetype) {\n PARENS(nodetype, func);\n });\n } else {\n nodetype.DEFMETHOD(\"needs_parens\", func);\n }\n }\n\n PARENS(AST_Node, return_false);\n\n // a function expression needs parens around it when it's provably\n // the first token to appear in a statement.\n PARENS(AST_Function, function(output) {\n if (!output.has_parens() && first_in_statement(output)) {\n return true;\n }\n\n if (output.option(\"webkit\")) {\n var p = output.parent();\n if (p instanceof AST_PropAccess && p.expression === this) {\n return true;\n }\n }\n\n if (output.option(\"wrap_iife\")) {\n var p = output.parent();\n return p instanceof AST_Call && p.expression === this;\n }\n\n return false;\n });\n\n PARENS(AST_Arrow, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this;\n });\n\n // same goes for an object literal, because otherwise it would be\n // interpreted as a block of code.\n PARENS(AST_Object, function(output) {\n return !output.has_parens() && first_in_statement(output);\n });\n\n PARENS(AST_ClassExpression, first_in_statement);\n\n PARENS(AST_Unary, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this\n || p instanceof AST_Call && p.expression === this\n || p instanceof AST_Binary\n && p.operator === \"**\"\n && this instanceof AST_UnaryPrefix\n && p.left === this\n && this.operator !== \"++\"\n && this.operator !== \"--\";\n });\n\n PARENS(AST_Await, function(output) {\n var p = output.parent();\n return p instanceof AST_PropAccess && p.expression === this\n || p instanceof AST_Call && p.expression === this\n || output.option(\"safari10\") && p instanceof AST_UnaryPrefix;\n });\n\n PARENS(AST_Sequence, function(output) {\n var p = output.parent();\n return p instanceof AST_Call // (foo, bar)() or foo(1, (2, 3), 4)\n || p instanceof AST_Unary // !(foo, bar, baz)\n || p instanceof AST_Binary // 1 + (2, 3) + 4 ==> 8\n || p instanceof AST_VarDef // var a = (1, 2), b = a + a; ==> b == 4\n || p instanceof AST_PropAccess // (1, {foo:2}).foo or (1, {foo:2})[\"foo\"] ==> 2\n || p instanceof AST_Array // [ 1, (2, 3), 4 ] ==> [ 1, 3, 4 ]\n || p instanceof AST_ObjectProperty // { foo: (1, 2) }.foo ==> 2\n || p instanceof AST_Conditional /* (false, true) ? (a = 10, b = 20) : (c = 30)\n * ==> 20 (side effect, set a := 10 and b := 20) */\n || p instanceof AST_Arrow // x => (x, x)\n || p instanceof AST_DefaultAssign // x => (x = (0, function(){}))\n || p instanceof AST_Expansion // [...(a, b)]\n || p instanceof AST_ForOf && this === p.object // for (e of (foo, bar)) {}\n || p instanceof AST_Yield // yield (foo, bar)\n || p instanceof AST_Export // export default (foo, bar)\n ;\n });\n\n PARENS(AST_Binary, function(output) {\n var p = output.parent();\n // (foo && bar)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // typeof (foo && bar)\n if (p instanceof AST_Unary)\n return true;\n // (foo && bar)[\"prop\"], (foo && bar).prop\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n // this deals with precedence: 3 * (2 + 1)\n if (p instanceof AST_Binary) {\n var po = p.operator, pp = PRECEDENCE[po];\n var so = this.operator, sp = PRECEDENCE[so];\n if (pp > sp\n || (pp == sp\n && (this === p.right || po == \"**\"))) {\n return true;\n }\n }\n });\n\n PARENS(AST_Yield, function(output) {\n var p = output.parent();\n // (yield 1) + (yield 2)\n // a = yield 3\n if (p instanceof AST_Binary && p.operator !== \"=\")\n return true;\n // (yield 1)()\n // new (yield 1)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // (yield 1) ? yield 2 : yield 3\n if (p instanceof AST_Conditional && p.condition === this)\n return true;\n // -(yield 4)\n if (p instanceof AST_Unary)\n return true;\n // (yield x).foo\n // (yield x)['foo']\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n });\n\n PARENS(AST_PropAccess, function(output) {\n var p = output.parent();\n if (p instanceof AST_New && p.expression === this) {\n // i.e. new (foo.bar().baz)\n //\n // if there's one call into this subtree, then we need\n // parens around it too, otherwise the call will be\n // interpreted as passing the arguments to the upper New\n // expression.\n var parens = false;\n this.walk(new TreeWalker(function(node) {\n if (parens || node instanceof AST_Scope) return true;\n if (node instanceof AST_Call) {\n parens = true;\n return true;\n }\n }));\n return parens;\n }\n });\n\n PARENS(AST_Call, function(output) {\n var p = output.parent(), p1;\n if (p instanceof AST_New && p.expression === this\n || p instanceof AST_Export && p.is_default && this.expression instanceof AST_Function)\n return true;\n\n // workaround for Safari bug.\n // https://bugs.webkit.org/show_bug.cgi?id=123506\n return this.expression instanceof AST_Function\n && p instanceof AST_PropAccess\n && p.expression === this\n && (p1 = output.parent(1)) instanceof AST_Assign\n && p1.left === p;\n });\n\n PARENS(AST_New, function(output) {\n var p = output.parent();\n if (!need_constructor_parens(this, output)\n && (p instanceof AST_PropAccess // (new Date).getTime(), (new Date)[\"getTime\"]()\n || p instanceof AST_Call && p.expression === this)) // (new foo)(bar)\n return true;\n });\n\n PARENS(AST_Number, function(output) {\n var p = output.parent();\n if (p instanceof AST_PropAccess && p.expression === this) {\n var value = this.getValue();\n if (value < 0 || /^0/.test(make_num(value))) {\n return true;\n }\n }\n });\n\n PARENS([ AST_Assign, AST_Conditional ], function(output) {\n var p = output.parent();\n // !(a = false) → true\n if (p instanceof AST_Unary)\n return true;\n // 1 + (a = 2) + 3 → 6, side effect setting a = 2\n if (p instanceof AST_Binary && !(p instanceof AST_Assign))\n return true;\n // (a = func)() —or— new (a = Object)()\n if (p instanceof AST_Call && p.expression === this)\n return true;\n // (a = foo) ? bar : baz\n if (p instanceof AST_Conditional && p.condition === this)\n return true;\n // (a = foo)[\"prop\"] —or— (a = foo).prop\n if (p instanceof AST_PropAccess && p.expression === this)\n return true;\n // ({a, b} = {a: 1, b: 2}), a destructuring assignment\n if (this instanceof AST_Assign && this.left instanceof AST_Destructuring && this.left.is_array === false)\n return true;\n });\n\n /* -----[ PRINTERS ]----- */\n\n DEFPRINT(AST_Directive, function(self, output) {\n output.print_string(self.value, self.quote);\n output.semicolon();\n });\n\n DEFPRINT(AST_Expansion, function (self, output) {\n output.print(\"...\");\n self.expression.print(output);\n });\n\n DEFPRINT(AST_Destructuring, function (self, output) {\n output.print(self.is_array ? \"[\" : \"{\");\n var len = self.names.length;\n self.names.forEach(function (name, i) {\n if (i > 0) output.comma();\n name.print(output);\n // If the final element is a hole, we need to make sure it\n // doesn't look like a trailing comma, by inserting an actual\n // trailing comma.\n if (i == len - 1 && name instanceof AST_Hole) output.comma();\n });\n output.print(self.is_array ? \"]\" : \"}\");\n });\n\n DEFPRINT(AST_Debugger, function(self, output) {\n output.print(\"debugger\");\n output.semicolon();\n });\n\n /* -----[ statements ]----- */\n\n function display_body(body, is_toplevel, output, allow_directives) {\n var last = body.length - 1;\n in_directive = allow_directives;\n body.forEach(function(stmt, i) {\n if (in_directive === true && !(stmt instanceof AST_Directive ||\n stmt instanceof AST_EmptyStatement ||\n (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String)\n )) {\n in_directive = false;\n }\n if (!(stmt instanceof AST_EmptyStatement)) {\n output.indent();\n stmt.print(output);\n if (!(i == last && is_toplevel)) {\n output.newline();\n if (is_toplevel) output.newline();\n }\n }\n if (in_directive === true &&\n stmt instanceof AST_SimpleStatement &&\n stmt.body instanceof AST_String\n ) {\n in_directive = false;\n }\n });\n in_directive = false;\n }\n\n AST_StatementWithBody.DEFMETHOD(\"_do_print_body\", function(output) {\n force_statement(this.body, output);\n });\n\n DEFPRINT(AST_Statement, function(self, output) {\n self.body.print(output);\n output.semicolon();\n });\n DEFPRINT(AST_Toplevel, function(self, output) {\n display_body(self.body, true, output, true);\n output.print(\"\");\n });\n DEFPRINT(AST_LabeledStatement, function(self, output) {\n self.label.print(output);\n output.colon();\n self.body.print(output);\n });\n DEFPRINT(AST_SimpleStatement, function(self, output) {\n self.body.print(output);\n output.semicolon();\n });\n function print_braced_empty(self, output) {\n output.print(\"{\");\n output.with_indent(output.next_indent(), function() {\n output.append_comments(self, true);\n });\n output.print(\"}\");\n }\n function print_braced(self, output, allow_directives) {\n if (self.body.length > 0) {\n output.with_block(function() {\n display_body(self.body, false, output, allow_directives);\n });\n } else print_braced_empty(self, output);\n }\n DEFPRINT(AST_BlockStatement, function(self, output) {\n print_braced(self, output);\n });\n DEFPRINT(AST_EmptyStatement, function(self, output) {\n output.semicolon();\n });\n DEFPRINT(AST_Do, function(self, output) {\n output.print(\"do\");\n output.space();\n make_block(self.body, output);\n output.space();\n output.print(\"while\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.semicolon();\n });\n DEFPRINT(AST_While, function(self, output) {\n output.print(\"while\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_For, function(self, output) {\n output.print(\"for\");\n output.space();\n output.with_parens(function() {\n if (self.init) {\n if (self.init instanceof AST_Definitions) {\n self.init.print(output);\n } else {\n parenthesize_for_noin(self.init, output, true);\n }\n output.print(\";\");\n output.space();\n } else {\n output.print(\";\");\n }\n if (self.condition) {\n self.condition.print(output);\n output.print(\";\");\n output.space();\n } else {\n output.print(\";\");\n }\n if (self.step) {\n self.step.print(output);\n }\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_ForIn, function(self, output) {\n output.print(\"for\");\n if (self.await) {\n output.space();\n output.print(\"await\");\n }\n output.space();\n output.with_parens(function() {\n self.init.print(output);\n output.space();\n output.print(self instanceof AST_ForOf ? \"of\" : \"in\");\n output.space();\n self.object.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n DEFPRINT(AST_With, function(self, output) {\n output.print(\"with\");\n output.space();\n output.with_parens(function() {\n self.expression.print(output);\n });\n output.space();\n self._do_print_body(output);\n });\n\n /* -----[ functions ]----- */\n AST_Lambda.DEFMETHOD(\"_do_print\", function(output, nokeyword) {\n var self = this;\n if (!nokeyword) {\n if (self.async) {\n output.print(\"async\");\n output.space();\n }\n output.print(\"function\");\n if (self.is_generator) {\n output.star();\n }\n if (self.name) {\n output.space();\n }\n }\n if (self.name instanceof AST_Symbol) {\n self.name.print(output);\n } else if (nokeyword && self.name instanceof AST_Node) {\n output.with_square(function() {\n self.name.print(output); // Computed method name\n });\n }\n output.with_parens(function() {\n self.argnames.forEach(function(arg, i) {\n if (i) output.comma();\n arg.print(output);\n });\n });\n output.space();\n print_braced(self, output, true);\n });\n DEFPRINT(AST_Lambda, function(self, output) {\n self._do_print(output);\n });\n\n DEFPRINT(AST_PrefixedTemplateString, function(self, output) {\n var tag = self.prefix;\n var parenthesize_tag = tag instanceof AST_Arrow\n || tag instanceof AST_Binary\n || tag instanceof AST_Conditional\n || tag instanceof AST_Sequence\n || tag instanceof AST_Unary;\n if (parenthesize_tag) output.print(\"(\");\n self.prefix.print(output);\n if (parenthesize_tag) output.print(\")\");\n self.template_string.print(output);\n });\n DEFPRINT(AST_TemplateString, function(self, output) {\n var is_tagged = output.parent() instanceof AST_PrefixedTemplateString;\n\n output.print(\"`\");\n for (var i = 0; i < self.segments.length; i++) {\n if (!(self.segments[i] instanceof AST_TemplateSegment)) {\n output.print(\"${\");\n self.segments[i].print(output);\n output.print(\"}\");\n } else if (is_tagged) {\n output.print(self.segments[i].raw);\n } else {\n output.print_template_string_chars(self.segments[i].value);\n }\n }\n output.print(\"`\");\n });\n\n AST_Arrow.DEFMETHOD(\"_do_print\", function(output) {\n var self = this;\n var parent = output.parent();\n var needs_parens = parent instanceof AST_Binary ||\n parent instanceof AST_Unary ||\n (parent instanceof AST_Call && self === parent.expression);\n if (needs_parens) { output.print(\"(\"); }\n if (self.async) {\n output.print(\"async\");\n output.space();\n }\n if (self.argnames.length === 1 && self.argnames[0] instanceof AST_Symbol) {\n self.argnames[0].print(output);\n } else {\n output.with_parens(function() {\n self.argnames.forEach(function(arg, i) {\n if (i) output.comma();\n arg.print(output);\n });\n });\n }\n output.space();\n output.print(\"=>\");\n output.space();\n if (self.body instanceof AST_Node) {\n self.body.print(output);\n } else {\n print_braced(self, output);\n }\n if (needs_parens) { output.print(\")\"); }\n });\n\n /* -----[ exits ]----- */\n AST_Exit.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n if (this.value) {\n output.space();\n this.value.print(output);\n }\n output.semicolon();\n });\n DEFPRINT(AST_Return, function(self, output) {\n self._do_print(output, \"return\");\n });\n DEFPRINT(AST_Throw, function(self, output) {\n self._do_print(output, \"throw\");\n });\n\n /* -----[ yield ]----- */\n\n DEFPRINT(AST_Yield, function(self, output) {\n var star = self.is_star ? \"*\" : \"\";\n output.print(\"yield\" + star);\n if (self.expression) {\n output.space();\n self.expression.print(output);\n }\n });\n\n DEFPRINT(AST_Await, function(self, output) {\n output.print(\"await\");\n output.space();\n var e = self.expression;\n var parens = !(\n e instanceof AST_Call\n || e instanceof AST_SymbolRef\n || e instanceof AST_PropAccess\n || e instanceof AST_Unary\n || e instanceof AST_Constant\n );\n if (parens) output.print(\"(\");\n self.expression.print(output);\n if (parens) output.print(\")\");\n });\n\n /* -----[ loop control ]----- */\n AST_LoopControl.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n if (this.label) {\n output.space();\n this.label.print(output);\n }\n output.semicolon();\n });\n DEFPRINT(AST_Break, function(self, output) {\n self._do_print(output, \"break\");\n });\n DEFPRINT(AST_Continue, function(self, output) {\n self._do_print(output, \"continue\");\n });\n\n /* -----[ if ]----- */\n function make_then(self, output) {\n var b = self.body;\n if (output.option(\"braces\")\n || output.option(\"ie8\") && b instanceof AST_Do)\n return make_block(b, output);\n // The squeezer replaces \"block\"-s that contain only a single\n // statement with the statement itself; technically, the AST\n // is correct, but this can create problems when we output an\n // IF having an ELSE clause where the THEN clause ends in an\n // IF *without* an ELSE block (then the outer ELSE would refer\n // to the inner IF). This function checks for this case and\n // adds the block braces if needed.\n if (!b) return output.force_semicolon();\n while (true) {\n if (b instanceof AST_If) {\n if (!b.alternative) {\n make_block(self.body, output);\n return;\n }\n b = b.alternative;\n } else if (b instanceof AST_StatementWithBody) {\n b = b.body;\n } else break;\n }\n force_statement(self.body, output);\n }\n DEFPRINT(AST_If, function(self, output) {\n output.print(\"if\");\n output.space();\n output.with_parens(function() {\n self.condition.print(output);\n });\n output.space();\n if (self.alternative) {\n make_then(self, output);\n output.space();\n output.print(\"else\");\n output.space();\n if (self.alternative instanceof AST_If)\n self.alternative.print(output);\n else\n force_statement(self.alternative, output);\n } else {\n self._do_print_body(output);\n }\n });\n\n /* -----[ switch ]----- */\n DEFPRINT(AST_Switch, function(self, output) {\n output.print(\"switch\");\n output.space();\n output.with_parens(function() {\n self.expression.print(output);\n });\n output.space();\n var last = self.body.length - 1;\n if (last < 0) print_braced_empty(self, output);\n else output.with_block(function() {\n self.body.forEach(function(branch, i) {\n output.indent(true);\n branch.print(output);\n if (i < last && branch.body.length > 0)\n output.newline();\n });\n });\n });\n AST_SwitchBranch.DEFMETHOD(\"_do_print_body\", function(output) {\n output.newline();\n this.body.forEach(function(stmt) {\n output.indent();\n stmt.print(output);\n output.newline();\n });\n });\n DEFPRINT(AST_Default, function(self, output) {\n output.print(\"default:\");\n self._do_print_body(output);\n });\n DEFPRINT(AST_Case, function(self, output) {\n output.print(\"case\");\n output.space();\n self.expression.print(output);\n output.print(\":\");\n self._do_print_body(output);\n });\n\n /* -----[ exceptions ]----- */\n DEFPRINT(AST_Try, function(self, output) {\n output.print(\"try\");\n output.space();\n print_braced(self, output);\n if (self.bcatch) {\n output.space();\n self.bcatch.print(output);\n }\n if (self.bfinally) {\n output.space();\n self.bfinally.print(output);\n }\n });\n DEFPRINT(AST_Catch, function(self, output) {\n output.print(\"catch\");\n if (self.argname) {\n output.space();\n output.with_parens(function() {\n self.argname.print(output);\n });\n }\n output.space();\n print_braced(self, output);\n });\n DEFPRINT(AST_Finally, function(self, output) {\n output.print(\"finally\");\n output.space();\n print_braced(self, output);\n });\n\n /* -----[ var/const ]----- */\n AST_Definitions.DEFMETHOD(\"_do_print\", function(output, kind) {\n output.print(kind);\n output.space();\n this.definitions.forEach(function(def, i) {\n if (i) output.comma();\n def.print(output);\n });\n var p = output.parent();\n var in_for = p instanceof AST_For || p instanceof AST_ForIn;\n var output_semicolon = !in_for || p && p.init !== this;\n if (output_semicolon)\n output.semicolon();\n });\n DEFPRINT(AST_Let, function(self, output) {\n self._do_print(output, \"let\");\n });\n DEFPRINT(AST_Var, function(self, output) {\n self._do_print(output, \"var\");\n });\n DEFPRINT(AST_Const, function(self, output) {\n self._do_print(output, \"const\");\n });\n DEFPRINT(AST_Import, function(self, output) {\n output.print(\"import\");\n output.space();\n if (self.imported_name) {\n self.imported_name.print(output);\n }\n if (self.imported_name && self.imported_names) {\n output.print(\",\");\n output.space();\n }\n if (self.imported_names) {\n if (self.imported_names.length === 1 && self.imported_names[0].foreign_name.name === \"*\") {\n self.imported_names[0].print(output);\n } else {\n output.print(\"{\");\n self.imported_names.forEach(function (name_import, i) {\n output.space();\n name_import.print(output);\n if (i < self.imported_names.length - 1) {\n output.print(\",\");\n }\n });\n output.space();\n output.print(\"}\");\n }\n }\n if (self.imported_name || self.imported_names) {\n output.space();\n output.print(\"from\");\n output.space();\n }\n self.module_name.print(output);\n output.semicolon();\n });\n\n DEFPRINT(AST_NameMapping, function(self, output) {\n var is_import = output.parent() instanceof AST_Import;\n var definition = self.name.definition();\n var names_are_different =\n (definition && definition.mangled_name || self.name.name) !==\n self.foreign_name.name;\n if (names_are_different) {\n if (is_import) {\n output.print(self.foreign_name.name);\n } else {\n self.name.print(output);\n }\n output.space();\n output.print(\"as\");\n output.space();\n if (is_import) {\n self.name.print(output);\n } else {\n output.print(self.foreign_name.name);\n }\n } else {\n self.name.print(output);\n }\n });\n\n DEFPRINT(AST_Export, function(self, output) {\n output.print(\"export\");\n output.space();\n if (self.is_default) {\n output.print(\"default\");\n output.space();\n }\n if (self.exported_names) {\n if (self.exported_names.length === 1 && self.exported_names[0].name.name === \"*\") {\n self.exported_names[0].print(output);\n } else {\n output.print(\"{\");\n self.exported_names.forEach(function(name_export, i) {\n output.space();\n name_export.print(output);\n if (i < self.exported_names.length - 1) {\n output.print(\",\");\n }\n });\n output.space();\n output.print(\"}\");\n }\n } else if (self.exported_value) {\n self.exported_value.print(output);\n } else if (self.exported_definition) {\n self.exported_definition.print(output);\n if (self.exported_definition instanceof AST_Definitions) return;\n }\n if (self.module_name) {\n output.space();\n output.print(\"from\");\n output.space();\n self.module_name.print(output);\n }\n if (self.exported_value\n && !(self.exported_value instanceof AST_Defun ||\n self.exported_value instanceof AST_Function ||\n self.exported_value instanceof AST_Class)\n || self.module_name\n || self.exported_names\n ) {\n output.semicolon();\n }\n });\n\n function parenthesize_for_noin(node, output, noin) {\n var parens = false;\n // need to take some precautions here:\n // https://github.com/mishoo/UglifyJS2/issues/60\n if (noin) node.walk(new TreeWalker(function(node) {\n if (parens || node instanceof AST_Scope) return true;\n if (node instanceof AST_Binary && node.operator == \"in\") {\n parens = true;\n return true;\n }\n }));\n node.print(output, parens);\n }\n\n DEFPRINT(AST_VarDef, function(self, output) {\n self.name.print(output);\n if (self.value) {\n output.space();\n output.print(\"=\");\n output.space();\n var p = output.parent(1);\n var noin = p instanceof AST_For || p instanceof AST_ForIn;\n parenthesize_for_noin(self.value, output, noin);\n }\n });\n\n /* -----[ other expressions ]----- */\n DEFPRINT(AST_Call, function(self, output) {\n self.expression.print(output);\n if (self instanceof AST_New && !need_constructor_parens(self, output))\n return;\n if (self.expression instanceof AST_Call || self.expression instanceof AST_Lambda) {\n output.add_mapping(self.start);\n }\n output.with_parens(function() {\n self.args.forEach(function(expr, i) {\n if (i) output.comma();\n expr.print(output);\n });\n });\n });\n DEFPRINT(AST_New, function(self, output) {\n output.print(\"new\");\n output.space();\n AST_Call.prototype._codegen(self, output);\n });\n\n AST_Sequence.DEFMETHOD(\"_do_print\", function(output) {\n this.expressions.forEach(function(node, index) {\n if (index > 0) {\n output.comma();\n if (output.should_break()) {\n output.newline();\n output.indent();\n }\n }\n node.print(output);\n });\n });\n DEFPRINT(AST_Sequence, function(self, output) {\n self._do_print(output);\n // var p = output.parent();\n // if (p instanceof AST_Statement) {\n // output.with_indent(output.next_indent(), function(){\n // self._do_print(output);\n // });\n // } else {\n // self._do_print(output);\n // }\n });\n DEFPRINT(AST_Dot, function(self, output) {\n var expr = self.expression;\n expr.print(output);\n var prop = self.property;\n if (output.option(\"ie8\") && RESERVED_WORDS(prop)) {\n output.print(\"[\");\n output.add_mapping(self.end);\n output.print_string(prop);\n output.print(\"]\");\n } else {\n if (expr instanceof AST_Number && expr.getValue() >= 0) {\n if (!/[xa-f.)]/i.test(output.last())) {\n output.print(\".\");\n }\n }\n output.print(\".\");\n // the name after dot would be mapped about here.\n output.add_mapping(self.end);\n output.print_name(prop);\n }\n });\n DEFPRINT(AST_Sub, function(self, output) {\n self.expression.print(output);\n output.print(\"[\");\n self.property.print(output);\n output.print(\"]\");\n });\n DEFPRINT(AST_UnaryPrefix, function(self, output) {\n var op = self.operator;\n output.print(op);\n if (/^[a-z]/i.test(op)\n || (/[+-]$/.test(op)\n && self.expression instanceof AST_UnaryPrefix\n && /^[+-]/.test(self.expression.operator))) {\n output.space();\n }\n self.expression.print(output);\n });\n DEFPRINT(AST_UnaryPostfix, function(self, output) {\n self.expression.print(output);\n output.print(self.operator);\n });\n DEFPRINT(AST_Binary, function(self, output) {\n var op = self.operator;\n self.left.print(output);\n if (op[0] == \">\" /* \">>\" \">>>\" \">\" \">=\" */\n && self.left instanceof AST_UnaryPostfix\n && self.left.operator == \"--\") {\n // space is mandatory to avoid outputting -->\n output.print(\" \");\n } else {\n // the space is optional depending on \"beautify\"\n output.space();\n }\n output.print(op);\n if ((op == \"<\" || op == \"<<\")\n && self.right instanceof AST_UnaryPrefix\n && self.right.operator == \"!\"\n && self.right.expression instanceof AST_UnaryPrefix\n && self.right.expression.operator == \"--\") {\n // space is mandatory to avoid outputting x ? y : false\n if (self.left.operator == \"||\") {\n var lr = self.left.right.evaluate(compressor);\n if (!lr) return make_node(AST_Conditional, self, {\n condition: self.left.left,\n consequent: self.right,\n alternative: self.left.right\n }).optimize(compressor);\n }\n break;\n case \"||\":\n var ll = self.left.truthy ? true : self.left.falsy ? false : self.left.evaluate(compressor);\n if (!ll) {\n compressor.warn(\"Condition left of || always false [{file}:{line},{col}]\", self.start);\n return make_sequence(self, [ self.left, self.right ]).optimize(compressor);\n } else if (!(ll instanceof AST_Node)) {\n compressor.warn(\"Condition left of || always true [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.left).optimize(compressor);\n }\n var rr = self.right.evaluate(compressor);\n if (!rr) {\n var parent = compressor.parent();\n if (parent.operator == \"||\" && parent.left === compressor.self() || compressor.in_boolean_context()) {\n compressor.warn(\"Dropping side-effect-free || [{file}:{line},{col}]\", self.start);\n return self.left.optimize(compressor);\n }\n } else if (!(rr instanceof AST_Node)) {\n if (compressor.in_boolean_context()) {\n compressor.warn(\"Boolean || always true [{file}:{line},{col}]\", self.start);\n return make_sequence(self, [\n self.left,\n make_node(AST_True, self)\n ]).optimize(compressor);\n } else self.truthy = true;\n }\n if (self.left.operator == \"&&\") {\n var lr = self.left.right.evaluate(compressor);\n if (lr && !(lr instanceof AST_Node)) return make_node(AST_Conditional, self, {\n condition: self.left.left,\n consequent: self.left.right,\n alternative: self.right\n }).optimize(compressor);\n }\n break;\n }\n var associative = true;\n switch (self.operator) {\n case \"+\":\n // \"foo\" + (\"bar\" + x) => \"foobar\" + x\n if (self.left instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == \"+\"\n && self.right.left instanceof AST_Constant\n && self.right.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: make_node(AST_String, self.left, {\n value: \"\" + self.left.getValue() + self.right.left.getValue(),\n start: self.left.start,\n end: self.right.left.end\n }),\n right: self.right.right\n });\n }\n // (x + \"foo\") + \"bar\" => x + \"foobar\"\n if (self.right instanceof AST_Constant\n && self.left instanceof AST_Binary\n && self.left.operator == \"+\"\n && self.left.right instanceof AST_Constant\n && self.left.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: self.left.left,\n right: make_node(AST_String, self.right, {\n value: \"\" + self.left.right.getValue() + self.right.getValue(),\n start: self.left.right.start,\n end: self.right.end\n })\n });\n }\n // (x + \"foo\") + (\"bar\" + y) => (x + \"foobar\") + y\n if (self.left instanceof AST_Binary\n && self.left.operator == \"+\"\n && self.left.is_string(compressor)\n && self.left.right instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == \"+\"\n && self.right.left instanceof AST_Constant\n && self.right.is_string(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"+\",\n left: make_node(AST_Binary, self.left, {\n operator: \"+\",\n left: self.left.left,\n right: make_node(AST_String, self.left.right, {\n value: \"\" + self.left.right.getValue() + self.right.left.getValue(),\n start: self.left.right.start,\n end: self.right.left.end\n })\n }),\n right: self.right.right\n });\n }\n // a + -b => a - b\n if (self.right instanceof AST_UnaryPrefix\n && self.right.operator == \"-\"\n && self.left.is_number(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"-\",\n left: self.left,\n right: self.right.expression\n });\n break;\n }\n // -a + b => b - a\n if (self.left instanceof AST_UnaryPrefix\n && self.left.operator == \"-\"\n && reversible()\n && self.right.is_number(compressor)) {\n self = make_node(AST_Binary, self, {\n operator: \"-\",\n left: self.right,\n right: self.left.expression\n });\n break;\n }\n case \"*\":\n associative = compressor.option(\"unsafe_math\");\n case \"&\":\n case \"|\":\n case \"^\":\n // a + +b => +b + a\n if (self.left.is_number(compressor)\n && self.right.is_number(compressor)\n && reversible()\n && !(self.left instanceof AST_Binary\n && self.left.operator != self.operator\n && PRECEDENCE[self.left.operator] >= PRECEDENCE[self.operator])) {\n var reversed = make_node(AST_Binary, self, {\n operator: self.operator,\n left: self.right,\n right: self.left\n });\n if (self.right instanceof AST_Constant\n && !(self.left instanceof AST_Constant)) {\n self = best_of(compressor, reversed, self);\n } else {\n self = best_of(compressor, self, reversed);\n }\n }\n if (associative && self.is_number(compressor)) {\n // a + (b + c) => (a + b) + c\n if (self.right instanceof AST_Binary\n && self.right.operator == self.operator) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left,\n right: self.right.left,\n start: self.left.start,\n end: self.right.left.end\n }),\n right: self.right.right\n });\n }\n // (n + 2) + 3 => 5 + n\n // (2 * n) * 3 => 6 + n\n if (self.right instanceof AST_Constant\n && self.left instanceof AST_Binary\n && self.left.operator == self.operator) {\n if (self.left.left instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left.left,\n right: self.right,\n start: self.left.left.start,\n end: self.right.end\n }),\n right: self.left.right\n });\n } else if (self.left.right instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: self.left.right,\n right: self.right,\n start: self.left.right.start,\n end: self.right.end\n }),\n right: self.left.left\n });\n }\n }\n // (a | 1) | (2 | d) => (3 | a) | b\n if (self.left instanceof AST_Binary\n && self.left.operator == self.operator\n && self.left.right instanceof AST_Constant\n && self.right instanceof AST_Binary\n && self.right.operator == self.operator\n && self.right.left instanceof AST_Constant) {\n self = make_node(AST_Binary, self, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left, {\n operator: self.operator,\n left: make_node(AST_Binary, self.left.left, {\n operator: self.operator,\n left: self.left.right,\n right: self.right.left,\n start: self.left.right.start,\n end: self.right.left.end\n }),\n right: self.left.left\n }),\n right: self.right.right\n });\n }\n }\n }\n }\n // x && (y && z) ==> x && y && z\n // x || (y || z) ==> x || y || z\n // x + (\"y\" + z) ==> x + \"y\" + z\n // \"x\" + (y + \"z\")==> \"x\" + y + \"z\"\n if (self.right instanceof AST_Binary\n && self.right.operator == self.operator\n && (lazy_op(self.operator)\n || (self.operator == \"+\"\n && (self.right.left.is_string(compressor)\n || (self.left.is_string(compressor)\n && self.right.right.is_string(compressor)))))\n ) {\n self.left = make_node(AST_Binary, self.left, {\n operator : self.operator,\n left : self.left,\n right : self.right.left\n });\n self.right = self.right.right;\n return self.transform(compressor);\n }\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n def_optimize(AST_SymbolExport, function(self, compressor) {\n return self;\n });\n\n function recursive_ref(compressor, def) {\n var node;\n for (var i = 0; node = compressor.parent(i); i++) {\n if (node instanceof AST_Lambda) {\n var name = node.name;\n if (name && name.definition() === def) break;\n }\n }\n return node;\n }\n\n function within_array_or_object_literal(compressor) {\n var node, level = 0;\n while (node = compressor.parent(level++)) {\n if (node instanceof AST_Statement) return false;\n if (node instanceof AST_Array\n || node instanceof AST_ObjectKeyVal\n || node instanceof AST_Object) {\n return true;\n }\n }\n return false;\n }\n\n def_optimize(AST_SymbolRef, function(self, compressor) {\n if (!compressor.option(\"ie8\")\n && is_undeclared_ref(self)\n && (!self.scope.uses_with || !compressor.find_parent(AST_With))) {\n switch (self.name) {\n case \"undefined\":\n return make_node(AST_Undefined, self).optimize(compressor);\n case \"NaN\":\n return make_node(AST_NaN, self).optimize(compressor);\n case \"Infinity\":\n return make_node(AST_Infinity, self).optimize(compressor);\n }\n }\n var parent = compressor.parent();\n if (compressor.option(\"reduce_vars\") && is_lhs(self, parent) !== self) {\n var d = self.definition();\n if (compressor.top_retain && d.global && compressor.top_retain(d)) {\n d.fixed = false;\n d.should_replace = false;\n d.single_use = false;\n return self;\n }\n var fixed = self.fixed_value();\n var single_use = d.single_use\n && !(parent instanceof AST_Call && parent.is_expr_pure(compressor));\n if (single_use && (fixed instanceof AST_Lambda || fixed instanceof AST_Class)) {\n if (retain_top_func(fixed, compressor)) {\n single_use = false;\n } else if (d.scope !== self.scope\n && (!compressor.option(\"reduce_funcs\") && fixed instanceof AST_Lambda\n || d.escaped == 1\n || fixed.inlined\n || within_array_or_object_literal(compressor))) {\n single_use = false;\n } else if (recursive_ref(compressor, d)) {\n single_use = false;\n } else if (d.scope !== self.scope || d.orig[0] instanceof AST_SymbolFunarg) {\n single_use = fixed.is_constant_expression(self.scope);\n if (single_use == \"f\") {\n var scope = self.scope;\n do {\n if (scope instanceof AST_Defun || is_func_expr(scope)) {\n scope.inlined = true;\n }\n } while (scope = scope.parent_scope);\n }\n }\n }\n if (single_use && fixed) {\n if (fixed instanceof AST_DefClass) {\n fixed = make_node(AST_ClassExpression, fixed, fixed);\n }\n if (fixed instanceof AST_Defun) {\n fixed._squeezed = true;\n fixed = make_node(AST_Function, fixed, fixed);\n }\n var value;\n if (d.recursive_refs > 0 && fixed.name instanceof AST_SymbolDefun) {\n value = fixed.clone(true);\n var defun_def = value.name.definition();\n var lambda_def = value.variables.get(value.name.name);\n var name = lambda_def && lambda_def.orig[0];\n if (!(name instanceof AST_SymbolLambda)) {\n name = make_node(AST_SymbolLambda, value.name, value.name);\n name.scope = value;\n value.name = name;\n lambda_def = value.def_function(name);\n }\n value.walk(new TreeWalker(function(node) {\n if (node instanceof AST_SymbolRef && node.definition() === defun_def) {\n node.thedef = lambda_def;\n lambda_def.references.push(node);\n }\n }));\n } else {\n value = fixed.optimize(compressor);\n if (value === fixed) value = fixed.clone(true);\n }\n return value;\n }\n if (fixed && d.should_replace === undefined) {\n var init;\n if (fixed instanceof AST_This) {\n if (!(d.orig[0] instanceof AST_SymbolFunarg)\n && all(d.references, function(ref) {\n return d.scope === ref.scope;\n })) {\n init = fixed;\n }\n } else {\n var ev = fixed.evaluate(compressor);\n if (ev !== fixed && (compressor.option(\"unsafe_regexp\") || !(ev instanceof RegExp))) {\n init = make_node_from_constant(ev, fixed);\n }\n }\n if (init) {\n var value_length = init.optimize(compressor).print_to_string().length;\n var fn;\n if (has_symbol_ref(fixed)) {\n fn = function() {\n var result = init.optimize(compressor);\n return result === init ? result.clone(true) : result;\n };\n } else {\n value_length = Math.min(value_length, fixed.print_to_string().length);\n fn = function() {\n var result = best_of_expression(init.optimize(compressor), fixed);\n return result === init || result === fixed ? result.clone(true) : result;\n };\n }\n var name_length = d.name.length;\n var overhead = 0;\n if (compressor.option(\"unused\") && !compressor.exposed(d)) {\n overhead = (name_length + 2 + value_length) / (d.references.length - d.assignments);\n }\n d.should_replace = value_length <= name_length + overhead ? fn : false;\n } else {\n d.should_replace = false;\n }\n }\n if (d.should_replace) {\n return d.should_replace();\n }\n }\n return self;\n\n function has_symbol_ref(value) {\n var found;\n value.walk(new TreeWalker(function(node) {\n if (node instanceof AST_SymbolRef) found = true;\n if (found) return true;\n }));\n return found;\n }\n });\n\n function is_atomic(lhs, self) {\n return lhs instanceof AST_SymbolRef || lhs.TYPE === self.TYPE;\n }\n\n def_optimize(AST_Undefined, function(self, compressor) {\n if (compressor.option(\"unsafe_undefined\")) {\n var undef = find_variable(compressor, \"undefined\");\n if (undef) {\n var ref = make_node(AST_SymbolRef, self, {\n name : \"undefined\",\n scope : undef.scope,\n thedef : undef\n });\n ref.is_undefined = true;\n return ref;\n }\n }\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && is_atomic(lhs, self)) return self;\n return make_node(AST_UnaryPrefix, self, {\n operator: \"void\",\n expression: make_node(AST_Number, self, {\n value: 0\n })\n });\n });\n\n def_optimize(AST_Infinity, function(self, compressor) {\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && is_atomic(lhs, self)) return self;\n if (compressor.option(\"keep_infinity\")\n && !(lhs && !is_atomic(lhs, self))\n && !find_variable(compressor, \"Infinity\"))\n return self;\n return make_node(AST_Binary, self, {\n operator: \"/\",\n left: make_node(AST_Number, self, {\n value: 1\n }),\n right: make_node(AST_Number, self, {\n value: 0\n })\n });\n });\n\n def_optimize(AST_NaN, function(self, compressor) {\n var lhs = is_lhs(compressor.self(), compressor.parent());\n if (lhs && !is_atomic(lhs, self)\n || find_variable(compressor, \"NaN\")) {\n return make_node(AST_Binary, self, {\n operator: \"/\",\n left: make_node(AST_Number, self, {\n value: 0\n }),\n right: make_node(AST_Number, self, {\n value: 0\n })\n });\n }\n return self;\n });\n\n function is_reachable(self, defs) {\n var reachable = false;\n var find_ref = new TreeWalker(function(node) {\n if (reachable) return true;\n if (node instanceof AST_SymbolRef && member(node.definition(), defs)) {\n return reachable = true;\n }\n });\n var scan_scope = new TreeWalker(function(node) {\n if (reachable) return true;\n if (node instanceof AST_Scope && node !== self) {\n var parent = scan_scope.parent();\n if (parent instanceof AST_Call && parent.expression === node) return;\n node.walk(find_ref);\n return true;\n }\n });\n self.walk(scan_scope);\n return reachable;\n }\n\n var ASSIGN_OPS = [ \"+\", \"-\", \"/\", \"*\", \"%\", \">>\", \"<<\", \">>>\", \"|\", \"^\", \"&\" ];\n var ASSIGN_OPS_COMMUTATIVE = [ \"*\", \"|\", \"^\", \"&\" ];\n def_optimize(AST_Assign, function(self, compressor) {\n var def;\n if (compressor.option(\"dead_code\")\n && self.left instanceof AST_SymbolRef\n && (def = self.left.definition()).scope === compressor.find_parent(AST_Lambda)) {\n var level = 0, node, parent = self;\n do {\n node = parent;\n parent = compressor.parent(level++);\n if (parent instanceof AST_Exit) {\n if (in_try(level, parent)) break;\n if (is_reachable(def.scope, [ def ])) break;\n if (self.operator == \"=\") return self.right;\n def.fixed = false;\n return make_node(AST_Binary, self, {\n operator: self.operator.slice(0, -1),\n left: self.left,\n right: self.right\n }).optimize(compressor);\n }\n } while (parent instanceof AST_Binary && parent.right === node\n || parent instanceof AST_Sequence && parent.tail_node() === node);\n }\n self = self.lift_sequences(compressor);\n if (self.operator == \"=\" && self.left instanceof AST_SymbolRef && self.right instanceof AST_Binary) {\n // x = expr1 OP expr2\n if (self.right.left instanceof AST_SymbolRef\n && self.right.left.name == self.left.name\n && member(self.right.operator, ASSIGN_OPS)) {\n // x = x - 2 ---> x -= 2\n self.operator = self.right.operator + \"=\";\n self.right = self.right.right;\n } else if (self.right.right instanceof AST_SymbolRef\n && self.right.right.name == self.left.name\n && member(self.right.operator, ASSIGN_OPS_COMMUTATIVE)\n && !self.right.left.has_side_effects(compressor)) {\n // x = 2 & x ---> x &= 2\n self.operator = self.right.operator + \"=\";\n self.right = self.right.left;\n }\n }\n return self;\n\n function in_try(level, node) {\n var right = self.right;\n self.right = make_node(AST_Null, right);\n var may_throw = node.may_throw(compressor);\n self.right = right;\n var scope = self.left.definition().scope;\n var parent;\n while ((parent = compressor.parent(level++)) !== scope) {\n if (parent instanceof AST_Try) {\n if (parent.bfinally) return true;\n if (may_throw && parent.bcatch) return true;\n }\n }\n }\n });\n\n def_optimize(AST_DefaultAssign, function(self, compressor) {\n if (!compressor.option(\"evaluate\")) {\n return self;\n }\n var evaluateRight = self.right.evaluate(compressor);\n\n // `[x = undefined] = foo` ---> `[x] = foo`\n if (evaluateRight === undefined) {\n self = self.left;\n } else if (evaluateRight !== self.right) {\n evaluateRight = make_node_from_constant(evaluateRight, self.right);\n self.right = best_of_expression(evaluateRight, self.right);\n }\n\n return self;\n });\n\n def_optimize(AST_Conditional, function(self, compressor) {\n if (!compressor.option(\"conditionals\")) return self;\n // This looks like lift_sequences(), should probably be under \"sequences\"\n if (self.condition instanceof AST_Sequence) {\n var expressions = self.condition.expressions.slice();\n self.condition = expressions.pop();\n expressions.push(self);\n return make_sequence(self, expressions);\n }\n var cond = self.condition.evaluate(compressor);\n if (cond !== self.condition) {\n if (cond) {\n compressor.warn(\"Condition always true [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.consequent);\n } else {\n compressor.warn(\"Condition always false [{file}:{line},{col}]\", self.start);\n return maintain_this_binding(compressor.parent(), compressor.self(), self.alternative);\n }\n }\n var negated = cond.negate(compressor, first_in_statement(compressor));\n if (best_of(compressor, cond, negated) === negated) {\n self = make_node(AST_Conditional, self, {\n condition: negated,\n consequent: self.alternative,\n alternative: self.consequent\n });\n }\n var condition = self.condition;\n var consequent = self.consequent;\n var alternative = self.alternative;\n // x?x:y --> x||y\n if (condition instanceof AST_SymbolRef\n && consequent instanceof AST_SymbolRef\n && condition.definition() === consequent.definition()) {\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: condition,\n right: alternative\n });\n }\n // if (foo) exp = something; else exp = something_else;\n // |\n // v\n // exp = foo ? something : something_else;\n if (consequent instanceof AST_Assign\n && alternative instanceof AST_Assign\n && consequent.operator == alternative.operator\n && consequent.left.equivalent_to(alternative.left)\n && (!self.condition.has_side_effects(compressor)\n || consequent.operator == \"=\"\n && !consequent.left.has_side_effects(compressor))) {\n return make_node(AST_Assign, self, {\n operator: consequent.operator,\n left: consequent.left,\n right: make_node(AST_Conditional, self, {\n condition: self.condition,\n consequent: consequent.right,\n alternative: alternative.right\n })\n });\n }\n // x ? y(a) : y(b) --> y(x ? a : b)\n var arg_index;\n if (consequent instanceof AST_Call\n && alternative.TYPE === consequent.TYPE\n && consequent.args.length > 0\n && consequent.args.length == alternative.args.length\n && consequent.expression.equivalent_to(alternative.expression)\n && !self.condition.has_side_effects(compressor)\n && !consequent.expression.has_side_effects(compressor)\n && typeof (arg_index = single_arg_diff()) == \"number\") {\n var node = consequent.clone();\n node.args[arg_index] = make_node(AST_Conditional, self, {\n condition: self.condition,\n consequent: consequent.args[arg_index],\n alternative: alternative.args[arg_index]\n });\n return node;\n }\n // x?y?z:a:a --> x&&y?z:a\n if (consequent instanceof AST_Conditional\n && consequent.alternative.equivalent_to(alternative)) {\n return make_node(AST_Conditional, self, {\n condition: make_node(AST_Binary, self, {\n left: self.condition,\n operator: \"&&\",\n right: consequent.condition\n }),\n consequent: consequent.consequent,\n alternative: alternative\n });\n }\n // x ? y : y --> x, y\n if (consequent.equivalent_to(alternative)) {\n return make_sequence(self, [\n self.condition,\n consequent\n ]).optimize(compressor);\n }\n // x ? y || z : z --> x && y || z\n if (consequent instanceof AST_Binary\n && consequent.operator == \"||\"\n && consequent.right.equivalent_to(alternative)) {\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: make_node(AST_Binary, self, {\n operator: \"&&\",\n left: self.condition,\n right: consequent.left\n }),\n right: alternative\n }).optimize(compressor);\n }\n var in_bool = compressor.in_boolean_context();\n if (is_true(self.consequent)) {\n if (is_false(self.alternative)) {\n // c ? true : false ---> !!c\n return booleanize(self.condition);\n }\n // c ? true : x ---> !!c || x\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: booleanize(self.condition),\n right: self.alternative\n });\n }\n if (is_false(self.consequent)) {\n if (is_true(self.alternative)) {\n // c ? false : true ---> !c\n return booleanize(self.condition.negate(compressor));\n }\n // c ? false : x ---> !c && x\n return make_node(AST_Binary, self, {\n operator: \"&&\",\n left: booleanize(self.condition.negate(compressor)),\n right: self.alternative\n });\n }\n if (is_true(self.alternative)) {\n // c ? x : true ---> !c || x\n return make_node(AST_Binary, self, {\n operator: \"||\",\n left: booleanize(self.condition.negate(compressor)),\n right: self.consequent\n });\n }\n if (is_false(self.alternative)) {\n // c ? x : false ---> !!c && x\n return make_node(AST_Binary, self, {\n operator: \"&&\",\n left: booleanize(self.condition),\n right: self.consequent\n });\n }\n\n return self;\n\n function booleanize(node) {\n if (node.is_boolean()) return node;\n // !!expression\n return make_node(AST_UnaryPrefix, node, {\n operator: \"!\",\n expression: node.negate(compressor)\n });\n }\n\n // AST_True or !0\n function is_true(node) {\n return node instanceof AST_True\n || in_bool\n && node instanceof AST_Constant\n && node.getValue()\n || (node instanceof AST_UnaryPrefix\n && node.operator == \"!\"\n && node.expression instanceof AST_Constant\n && !node.expression.getValue());\n }\n // AST_False or !1\n function is_false(node) {\n return node instanceof AST_False\n || in_bool\n && node instanceof AST_Constant\n && !node.getValue()\n || (node instanceof AST_UnaryPrefix\n && node.operator == \"!\"\n && node.expression instanceof AST_Constant\n && node.expression.getValue());\n }\n\n function single_arg_diff() {\n var a = consequent.args;\n var b = alternative.args;\n for (var i = 0, len = a.length; i < len; i++) {\n if (a[i] instanceof AST_Expansion) return;\n if (!a[i].equivalent_to(b[i])) {\n if (b[i] instanceof AST_Expansion) return;\n for (var j = i + 1; j < len; j++) {\n if (a[j] instanceof AST_Expansion) return;\n if (!a[j].equivalent_to(b[j])) return;\n }\n return i;\n }\n }\n }\n });\n\n def_optimize(AST_Boolean, function(self, compressor) {\n if (compressor.in_boolean_context()) return make_node(AST_Number, self, {\n value: +self.value\n });\n var p = compressor.parent();\n if (compressor.option(\"booleans_as_integers\")) {\n if (p instanceof AST_Binary && (p.operator == \"===\" || p.operator == \"!==\")) {\n p.operator = p.operator.replace(/=$/, \"\");\n }\n return make_node(AST_Number, self, {\n value: +self.value\n });\n }\n if (compressor.option(\"booleans\")) {\n if (p instanceof AST_Binary && (p.operator == \"==\"\n || p.operator == \"!=\")) {\n compressor.warn(\"Non-strict equality against boolean: {operator} {value} [{file}:{line},{col}]\", {\n operator : p.operator,\n value : self.value,\n file : p.start.file,\n line : p.start.line,\n col : p.start.col,\n });\n return make_node(AST_Number, self, {\n value: +self.value\n });\n }\n return make_node(AST_UnaryPrefix, self, {\n operator: \"!\",\n expression: make_node(AST_Number, self, {\n value: 1 - self.value\n })\n });\n }\n return self;\n });\n\n function safe_to_flatten(value, compressor) {\n if (value instanceof AST_SymbolRef) {\n value = value.fixed_value();\n }\n if (!value) return false;\n return !(value instanceof AST_Lambda || value instanceof AST_Class)\n || compressor.parent() instanceof AST_New\n || !value.contains_this();\n }\n\n def_optimize(AST_Sub, function(self, compressor) {\n var expr = self.expression;\n var prop = self.property;\n if (compressor.option(\"properties\")) {\n var key = prop.evaluate(compressor);\n if (key !== prop) {\n if (typeof key == \"string\") {\n if (key == \"undefined\") {\n key = undefined;\n } else {\n var value = parseFloat(key);\n if (value.toString() == key) {\n key = value;\n }\n }\n }\n prop = self.property = best_of_expression(prop, make_node_from_constant(key, prop).transform(compressor));\n var property = \"\" + key;\n if (is_identifier_string(property)\n && property.length <= prop.print_to_string().length + 1) {\n return make_node(AST_Dot, self, {\n expression: expr,\n property: property\n }).optimize(compressor);\n }\n }\n }\n var fn;\n OPT_ARGUMENTS: if (compressor.option(\"arguments\")\n && expr instanceof AST_SymbolRef\n && expr.name == \"arguments\"\n && expr.definition().orig.length == 1\n && (fn = expr.scope) instanceof AST_Lambda\n && fn.uses_arguments\n && !(fn instanceof AST_Arrow)\n && prop instanceof AST_Number) {\n var index = prop.getValue();\n var params = Object.create(null);\n var argnames = fn.argnames;\n for (var n = 0; n < argnames.length; n++) {\n if (!(argnames[n] instanceof AST_SymbolFunarg)) {\n break OPT_ARGUMENTS; // destructuring parameter - bail\n }\n var param = argnames[n].name;\n if (param in params) {\n break OPT_ARGUMENTS; // duplicate parameter - bail\n }\n params[param] = true;\n }\n var argname = fn.argnames[index];\n if (argname && compressor.has_directive(\"use strict\")) {\n var def = argname.definition();\n if (!compressor.option(\"reduce_vars\") || def.assignments || def.orig.length > 1) {\n argname = null;\n }\n } else if (!argname && !compressor.option(\"keep_fargs\") && index < fn.argnames.length + 5) {\n while (index >= fn.argnames.length) {\n argname = make_node(AST_SymbolFunarg, fn, {\n name: fn.make_var_name(\"argument_\" + fn.argnames.length),\n scope: fn\n });\n fn.argnames.push(argname);\n fn.enclosed.push(fn.def_variable(argname));\n }\n }\n if (argname) {\n var sym = make_node(AST_SymbolRef, self, argname);\n sym.reference({});\n delete argname.__unused;\n return sym;\n }\n }\n if (is_lhs(self, compressor.parent())) return self;\n if (key !== prop) {\n var sub = self.flatten_object(property, compressor);\n if (sub) {\n expr = self.expression = sub.expression;\n prop = self.property = sub.property;\n }\n }\n if (compressor.option(\"properties\") && compressor.option(\"side_effects\")\n && prop instanceof AST_Number && expr instanceof AST_Array) {\n var index = prop.getValue();\n var elements = expr.elements;\n var retValue = elements[index];\n FLATTEN: if (safe_to_flatten(retValue, compressor)) {\n var flatten = true;\n var values = [];\n for (var i = elements.length; --i > index;) {\n var value = elements[i].drop_side_effect_free(compressor);\n if (value) {\n values.unshift(value);\n if (flatten && value.has_side_effects(compressor)) flatten = false;\n }\n }\n if (retValue instanceof AST_Expansion) break FLATTEN;\n retValue = retValue instanceof AST_Hole ? make_node(AST_Undefined, retValue) : retValue;\n if (!flatten) values.unshift(retValue);\n while (--i >= 0) {\n var value = elements[i];\n if (value instanceof AST_Expansion) break FLATTEN;\n value = value.drop_side_effect_free(compressor);\n if (value) values.unshift(value);\n else index--;\n }\n if (flatten) {\n values.push(retValue);\n return make_sequence(self, values).optimize(compressor);\n } else return make_node(AST_Sub, self, {\n expression: make_node(AST_Array, expr, {\n elements: values\n }),\n property: make_node(AST_Number, prop, {\n value: index\n })\n });\n }\n }\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n AST_Lambda.DEFMETHOD(\"contains_this\", function() {\n var result;\n var self = this;\n self.walk(new TreeWalker(function(node) {\n if (result) return true;\n if (node instanceof AST_This) return result = true;\n if (node !== self && node instanceof AST_Scope && !(node instanceof AST_Arrow)) return true;\n }));\n return result;\n });\n\n AST_PropAccess.DEFMETHOD(\"flatten_object\", function(key, compressor) {\n if (!compressor.option(\"properties\")) return;\n var arrows = compressor.option(\"unsafe_arrows\") && compressor.option(\"ecma\") >= 6;\n var expr = this.expression;\n if (expr instanceof AST_Object) {\n var props = expr.properties;\n for (var i = props.length; --i >= 0;) {\n var prop = props[i];\n if (\"\" + (prop instanceof AST_ConciseMethod ? prop.key.name : prop.key) == key) {\n if (!all(props, function(prop) {\n return prop instanceof AST_ObjectKeyVal\n || arrows && prop instanceof AST_ConciseMethod && !prop.is_generator;\n })) break;\n if (!safe_to_flatten(prop.value, compressor)) break;\n return make_node(AST_Sub, this, {\n expression: make_node(AST_Array, expr, {\n elements: props.map(function(prop) {\n var v = prop.value;\n if (v instanceof AST_Accessor) v = make_node(AST_Function, v, v);\n var k = prop.key;\n if (k instanceof AST_Node && !(k instanceof AST_SymbolMethod)) {\n return make_sequence(prop, [ k, v ]);\n }\n return v;\n })\n }),\n property: make_node(AST_Number, this, {\n value: i\n })\n });\n }\n }\n }\n });\n\n def_optimize(AST_Dot, function(self, compressor) {\n if (self.property == \"arguments\" || self.property == \"caller\") {\n compressor.warn(\"Function.prototype.{prop} not supported [{file}:{line},{col}]\", {\n prop: self.property,\n file: self.start.file,\n line: self.start.line,\n col: self.start.col\n });\n }\n if (is_lhs(self, compressor.parent())) return self;\n if (compressor.option(\"unsafe_proto\")\n && self.expression instanceof AST_Dot\n && self.expression.property == \"prototype\") {\n var exp = self.expression.expression;\n if (is_undeclared_ref(exp)) switch (exp.name) {\n case \"Array\":\n self.expression = make_node(AST_Array, self.expression, {\n elements: []\n });\n break;\n case \"Function\":\n self.expression = make_node(AST_Function, self.expression, {\n argnames: [],\n body: []\n });\n break;\n case \"Number\":\n self.expression = make_node(AST_Number, self.expression, {\n value: 0\n });\n break;\n case \"Object\":\n self.expression = make_node(AST_Object, self.expression, {\n properties: []\n });\n break;\n case \"RegExp\":\n self.expression = make_node(AST_RegExp, self.expression, {\n value: /t/\n });\n break;\n case \"String\":\n self.expression = make_node(AST_String, self.expression, {\n value: \"\"\n });\n break;\n }\n }\n var sub = self.flatten_object(self.property, compressor);\n if (sub) return sub.optimize(compressor);\n var ev = self.evaluate(compressor);\n if (ev !== self) {\n ev = make_node_from_constant(ev, self).optimize(compressor);\n return best_of(compressor, ev, self);\n }\n return self;\n });\n\n function literals_in_boolean_context(self, compressor) {\n if (compressor.in_boolean_context()) {\n return best_of(compressor, self, make_sequence(self, [\n self,\n make_node(AST_True, self)\n ]).optimize(compressor));\n }\n return self;\n }\n\n function inline_array_like_spread(self, compressor, elements) {\n for (var i = 0; i < elements.length; i++) {\n var el = elements[i];\n if (el instanceof AST_Expansion) {\n var expr = el.expression;\n if ( expr instanceof AST_Array) {\n elements.splice.apply(elements, [i, 1].concat(expr.elements));\n // Step back one, as the element at i is now new.\n i--;\n }\n // In array-like spread, spreading a non-iterable value is TypeError.\n // We therefore can’t optimize anything else, unlike with object spread.\n }\n }\n return self;\n }\n\n def_optimize(AST_Array, function(self, compressor) {\n var optimized = literals_in_boolean_context(self, compressor);\n if (optimized !== self) {\n return optimized;\n }\n return inline_array_like_spread(self, compressor, self.elements);\n });\n\n def_optimize(AST_Object, function(self, compressor) {\n var optimized = literals_in_boolean_context(self, compressor);\n if (optimized !== self) {\n return optimized;\n }\n var props = self.properties;\n for (var i = 0; i < props.length; i++) {\n var prop = props[i];\n if (prop instanceof AST_Expansion) {\n var expr = prop.expression;\n if (expr instanceof AST_Object) {\n props.splice.apply(props, [i, 1].concat(prop.expression.properties));\n // Step back one, as the property at i is now new.\n i--;\n } else if (expr instanceof AST_Constant\n && !(expr instanceof AST_String)) {\n // Unlike array-like spread, in object spread, spreading a\n // non-iterable value silently does nothing; it is thus safe\n // to remove. AST_String is the only iterable AST_Constant.\n props.splice(i, 1);\n }\n }\n }\n return self;\n });\n\n def_optimize(AST_RegExp, literals_in_boolean_context);\n\n def_optimize(AST_Return, function(self, compressor) {\n if (self.value && is_undefined(self.value, compressor)) {\n self.value = null;\n }\n return self;\n });\n\n def_optimize(AST_Arrow, function(self, compressor) {\n if (!(self.body instanceof AST_Node)) {\n self = opt_AST_Lambda(self, compressor);\n }\n if (compressor.option(\"arrows\")\n && self.body.length == 1\n && self.body[0] instanceof AST_Return) {\n var value = self.body[0].value;\n self.body = value ? value : [];\n }\n return self;\n });\n\n def_optimize(AST_Function, function(self, compressor) {\n self = opt_AST_Lambda(self, compressor);\n if (compressor.option(\"unsafe_arrows\")\n && compressor.option(\"ecma\") >= 6\n && !self.name\n && !self.is_generator\n && !self.uses_arguments\n && !self.pinned()) {\n var has_special_symbol = false;\n self.walk(new TreeWalker(function(node) {\n if (has_special_symbol) return true;\n if (node instanceof AST_This) {\n has_special_symbol = true;\n return true;\n }\n }));\n if (!has_special_symbol) return make_node(AST_Arrow, self, self).optimize(compressor);\n }\n return self;\n });\n\n def_optimize(AST_Class, function(self, compressor) {\n // HACK to avoid compress failure.\n // AST_Class is not really an AST_Scope/AST_Block as it lacks a body.\n return self;\n });\n\n def_optimize(AST_Yield, function(self, compressor) {\n if (self.expression && !self.is_star && is_undefined(self.expression, compressor)) {\n self.expression = null;\n }\n return self;\n });\n\n def_optimize(AST_TemplateString, function(self, compressor) {\n if (!compressor.option(\"evaluate\")\n || compressor.parent() instanceof AST_PrefixedTemplateString)\n return self;\n\n var segments = [];\n for (var i = 0; i < self.segments.length; i++) {\n var segment = self.segments[i];\n if (segment instanceof AST_Node) {\n var result = segment.evaluate(compressor);\n // Evaluate to constant value\n // Constant value shorter than ${segment}\n if (result !== segment && (result + \"\").length <= segment.print_to_string().length + \"${}\".length) {\n // There should always be a previous and next segment if segment is a node\n segments[segments.length - 1].value = segments[segments.length - 1].value + result + self.segments[++i].value;\n continue;\n }\n }\n segments.push(segment);\n }\n self.segments = segments;\n\n return segments.length == 1 ? make_node(AST_String, self, segments[0]) : self;\n });\n\n def_optimize(AST_PrefixedTemplateString, function(self, compressor) {\n return self;\n });\n\n // [\"p\"]:1 ---> p:1\n // [42]:1 ---> 42:1\n function lift_key(self, compressor) {\n if (!compressor.option(\"computed_props\")) return self;\n // save a comparison in the typical case\n if (!(self.key instanceof AST_Constant)) return self;\n // whitelist acceptable props as not all AST_Constants are true constants\n if (self.key instanceof AST_String || self.key instanceof AST_Number) {\n if (self.key.value === \"__proto__\") return self;\n if (self.key.value == \"constructor\"\n && compressor.parent() instanceof AST_Class) return self;\n if (self instanceof AST_ObjectKeyVal) {\n self.key = self.key.value;\n } else {\n self.key = make_node(AST_SymbolMethod, self.key, {\n name: self.key.value\n });\n }\n }\n return self;\n }\n\n def_optimize(AST_ObjectProperty, lift_key);\n\n def_optimize(AST_ConciseMethod, function(self, compressor) {\n lift_key(self, compressor);\n // p(){return x;} ---> p:()=>x\n if (compressor.option(\"arrows\")\n && compressor.parent() instanceof AST_Object\n && !self.is_generator\n && !self.value.uses_arguments\n && !self.value.pinned()\n && self.value.body.length == 1\n && self.value.body[0] instanceof AST_Return\n && self.value.body[0].value\n && !self.value.contains_this()) {\n var arrow = make_node(AST_Arrow, self.value, self.value);\n arrow.async = self.async;\n arrow.is_generator = self.is_generator;\n return make_node(AST_ObjectKeyVal, self, {\n key: self.key instanceof AST_SymbolMethod ? self.key.name : self.key,\n value: arrow,\n quote: self.quote,\n });\n }\n return self;\n });\n\n def_optimize(AST_ObjectKeyVal, function(self, compressor) {\n lift_key(self, compressor);\n // p:function(){} ---> p(){}\n // p:function*(){} ---> *p(){}\n // p:async function(){} ---> async p(){}\n // p:()=>{} ---> p(){}\n // p:async()=>{} ---> async p(){}\n var unsafe_methods = compressor.option(\"unsafe_methods\");\n if (unsafe_methods\n && compressor.option(\"ecma\") >= 6\n && (!(unsafe_methods instanceof RegExp) || unsafe_methods.test(self.key + \"\"))) {\n var key = self.key;\n var value = self.value;\n var is_arrow_with_block = value instanceof AST_Arrow\n && Array.isArray(value.body)\n && !value.contains_this();\n if ((is_arrow_with_block || value instanceof AST_Function) && !value.name) {\n return make_node(AST_ConciseMethod, self, {\n async: value.async,\n is_generator: value.is_generator,\n key: key instanceof AST_Node ? key : make_node(AST_SymbolMethod, self, {\n name: key,\n }),\n value: make_node(AST_Accessor, value, value),\n quote: self.quote,\n });\n }\n }\n return self;\n });\n\n def_optimize(AST_Destructuring, function(self, compressor) {\n if (compressor.option(\"pure_getters\") == true\n && compressor.option(\"unused\")\n && !self.is_array\n && Array.isArray(self.names)\n && !is_destructuring_export_decl(compressor)) {\n var keep = [];\n for (var i = 0; i < self.names.length; i++) {\n var elem = self.names[i];\n if (!(elem instanceof AST_ObjectKeyVal\n && typeof elem.key == \"string\"\n && elem.value instanceof AST_SymbolDeclaration\n && !should_retain(compressor, elem.value.definition()))) {\n keep.push(elem);\n }\n }\n if (keep.length != self.names.length) {\n self.names = keep;\n }\n }\n return self;\n\n function is_destructuring_export_decl(compressor) {\n var ancestors = [/^VarDef$/, /^(Const|Let|Var)$/, /^Export$/];\n for (var a = 0, p = 0, len = ancestors.length; a < len; p++) {\n var parent = compressor.parent(p);\n if (!parent) return false;\n if (a === 0 && parent.TYPE == \"Destructuring\") continue;\n if (!ancestors[a].test(parent.TYPE)) {\n return false;\n }\n a++;\n }\n return true;\n }\n\n function should_retain(compressor, def) {\n if (def.references.length) return true;\n if (!def.global) return false;\n if (compressor.toplevel.vars) {\n if (compressor.top_retain) {\n return compressor.top_retain(def);\n }\n return false;\n }\n return true;\n }\n });\n})();\n\nexport {\n Compressor,\n};\n","export var domprops = [\n \"$&\",\n \"$'\",\n \"$*\",\n \"$+\",\n \"$1\",\n \"$2\",\n \"$3\",\n \"$4\",\n \"$5\",\n \"$6\",\n \"$7\",\n \"$8\",\n \"$9\",\n \"$_\",\n \"$`\",\n \"$input\",\n \"@@iterator\",\n \"ABORT_ERR\",\n \"ACTIVE\",\n \"ACTIVE_ATTRIBUTES\",\n \"ACTIVE_TEXTURE\",\n \"ACTIVE_UNIFORMS\",\n \"ADDITION\",\n \"ALIASED_LINE_WIDTH_RANGE\",\n \"ALIASED_POINT_SIZE_RANGE\",\n \"ALLOW_KEYBOARD_INPUT\",\n \"ALLPASS\",\n \"ALPHA\",\n \"ALPHA_BITS\",\n \"ALT_MASK\",\n \"ALWAYS\",\n \"ANY_TYPE\",\n \"ANY_UNORDERED_NODE_TYPE\",\n \"ARRAY_BUFFER\",\n \"ARRAY_BUFFER_BINDING\",\n \"ATTACHED_SHADERS\",\n \"ATTRIBUTE_NODE\",\n \"AT_TARGET\",\n \"AddSearchProvider\",\n \"AnalyserNode\",\n \"AnimationEvent\",\n \"AnonXMLHttpRequest\",\n \"ApplicationCache\",\n \"ApplicationCacheErrorEvent\",\n \"Array\",\n \"ArrayBuffer\",\n \"Attr\",\n \"Audio\",\n \"AudioBuffer\",\n \"AudioBufferSourceNode\",\n \"AudioContext\",\n \"AudioDestinationNode\",\n \"AudioListener\",\n \"AudioNode\",\n \"AudioParam\",\n \"AudioProcessingEvent\",\n \"AudioStreamTrack\",\n \"AutocompleteErrorEvent\",\n \"BACK\",\n \"BAD_BOUNDARYPOINTS_ERR\",\n \"BANDPASS\",\n \"BLEND\",\n \"BLEND_COLOR\",\n \"BLEND_DST_ALPHA\",\n \"BLEND_DST_RGB\",\n \"BLEND_EQUATION\",\n \"BLEND_EQUATION_ALPHA\",\n \"BLEND_EQUATION_RGB\",\n \"BLEND_SRC_ALPHA\",\n \"BLEND_SRC_RGB\",\n \"BLUE_BITS\",\n \"BLUR\",\n \"BOOL\",\n \"BOOLEAN_TYPE\",\n \"BOOL_VEC2\",\n \"BOOL_VEC3\",\n \"BOOL_VEC4\",\n \"BOTH\",\n \"BROWSER_DEFAULT_WEBGL\",\n \"BUBBLING_PHASE\",\n \"BUFFER_SIZE\",\n \"BUFFER_USAGE\",\n \"BYTE\",\n \"BYTES_PER_ELEMENT\",\n \"BarProp\",\n \"BaseHref\",\n \"BatteryManager\",\n \"BeforeLoadEvent\",\n \"BeforeUnloadEvent\",\n \"BiquadFilterNode\",\n \"Blob\",\n \"BlobEvent\",\n \"Boolean\",\n \"CAPTURING_PHASE\",\n \"CCW\",\n \"CDATASection\",\n \"CDATA_SECTION_NODE\",\n \"CHANGE\",\n \"CHARSET_RULE\",\n \"CHECKING\",\n \"CLAMP_TO_EDGE\",\n \"CLICK\",\n \"CLOSED\",\n \"CLOSING\",\n \"COLOR_ATTACHMENT0\",\n \"COLOR_BUFFER_BIT\",\n \"COLOR_CLEAR_VALUE\",\n \"COLOR_WRITEMASK\",\n \"COMMENT_NODE\",\n \"COMPILE_STATUS\",\n \"COMPRESSED_RGBA_S3TC_DXT1_EXT\",\n \"COMPRESSED_RGBA_S3TC_DXT3_EXT\",\n \"COMPRESSED_RGBA_S3TC_DXT5_EXT\",\n \"COMPRESSED_RGB_S3TC_DXT1_EXT\",\n \"COMPRESSED_TEXTURE_FORMATS\",\n \"CONNECTING\",\n \"CONSTANT_ALPHA\",\n \"CONSTANT_COLOR\",\n \"CONSTRAINT_ERR\",\n \"CONTEXT_LOST_WEBGL\",\n \"CONTROL_MASK\",\n \"COUNTER_STYLE_RULE\",\n \"CSS\",\n \"CSS2Properties\",\n \"CSSCharsetRule\",\n \"CSSConditionRule\",\n \"CSSCounterStyleRule\",\n \"CSSFontFaceRule\",\n \"CSSFontFeatureValuesRule\",\n \"CSSGroupingRule\",\n \"CSSImportRule\",\n \"CSSKeyframeRule\",\n \"CSSKeyframesRule\",\n \"CSSMediaRule\",\n \"CSSMozDocumentRule\",\n \"CSSNameSpaceRule\",\n \"CSSPageRule\",\n \"CSSPrimitiveValue\",\n \"CSSRule\",\n \"CSSRuleList\",\n \"CSSStyleDeclaration\",\n \"CSSStyleRule\",\n \"CSSStyleSheet\",\n \"CSSSupportsRule\",\n \"CSSUnknownRule\",\n \"CSSValue\",\n \"CSSValueList\",\n \"CSSVariablesDeclaration\",\n \"CSSVariablesRule\",\n \"CSSViewportRule\",\n \"CSS_ATTR\",\n \"CSS_CM\",\n \"CSS_COUNTER\",\n \"CSS_CUSTOM\",\n \"CSS_DEG\",\n \"CSS_DIMENSION\",\n \"CSS_EMS\",\n \"CSS_EXS\",\n \"CSS_FILTER_BLUR\",\n \"CSS_FILTER_BRIGHTNESS\",\n \"CSS_FILTER_CONTRAST\",\n \"CSS_FILTER_CUSTOM\",\n \"CSS_FILTER_DROP_SHADOW\",\n \"CSS_FILTER_GRAYSCALE\",\n \"CSS_FILTER_HUE_ROTATE\",\n \"CSS_FILTER_INVERT\",\n \"CSS_FILTER_OPACITY\",\n \"CSS_FILTER_REFERENCE\",\n \"CSS_FILTER_SATURATE\",\n \"CSS_FILTER_SEPIA\",\n \"CSS_GRAD\",\n \"CSS_HZ\",\n \"CSS_IDENT\",\n \"CSS_IN\",\n \"CSS_INHERIT\",\n \"CSS_KHZ\",\n \"CSS_MATRIX\",\n \"CSS_MATRIX3D\",\n \"CSS_MM\",\n \"CSS_MS\",\n \"CSS_NUMBER\",\n \"CSS_PC\",\n \"CSS_PERCENTAGE\",\n \"CSS_PERSPECTIVE\",\n \"CSS_PRIMITIVE_VALUE\",\n \"CSS_PT\",\n \"CSS_PX\",\n \"CSS_RAD\",\n \"CSS_RECT\",\n \"CSS_RGBCOLOR\",\n \"CSS_ROTATE\",\n \"CSS_ROTATE3D\",\n \"CSS_ROTATEX\",\n \"CSS_ROTATEY\",\n \"CSS_ROTATEZ\",\n \"CSS_S\",\n \"CSS_SCALE\",\n \"CSS_SCALE3D\",\n \"CSS_SCALEX\",\n \"CSS_SCALEY\",\n \"CSS_SCALEZ\",\n \"CSS_SKEW\",\n \"CSS_SKEWX\",\n \"CSS_SKEWY\",\n \"CSS_STRING\",\n \"CSS_TRANSLATE\",\n \"CSS_TRANSLATE3D\",\n \"CSS_TRANSLATEX\",\n \"CSS_TRANSLATEY\",\n \"CSS_TRANSLATEZ\",\n \"CSS_UNKNOWN\",\n \"CSS_URI\",\n \"CSS_VALUE_LIST\",\n \"CSS_VH\",\n \"CSS_VMAX\",\n \"CSS_VMIN\",\n \"CSS_VW\",\n \"CULL_FACE\",\n \"CULL_FACE_MODE\",\n \"CURRENT_PROGRAM\",\n \"CURRENT_VERTEX_ATTRIB\",\n \"CUSTOM\",\n \"CW\",\n \"CanvasGradient\",\n \"CanvasPattern\",\n \"CanvasRenderingContext2D\",\n \"CaretPosition\",\n \"ChannelMergerNode\",\n \"ChannelSplitterNode\",\n \"CharacterData\",\n \"ClientRect\",\n \"ClientRectList\",\n \"Clipboard\",\n \"ClipboardEvent\",\n \"CloseEvent\",\n \"Collator\",\n \"CommandEvent\",\n \"Comment\",\n \"CompositionEvent\",\n \"Console\",\n \"Controllers\",\n \"ConvolverNode\",\n \"Counter\",\n \"Crypto\",\n \"CryptoKey\",\n \"CustomEvent\",\n \"DATABASE_ERR\",\n \"DATA_CLONE_ERR\",\n \"DATA_ERR\",\n \"DBLCLICK\",\n \"DECR\",\n \"DECR_WRAP\",\n \"DELETE_STATUS\",\n \"DEPTH_ATTACHMENT\",\n \"DEPTH_BITS\",\n \"DEPTH_BUFFER_BIT\",\n \"DEPTH_CLEAR_VALUE\",\n \"DEPTH_COMPONENT\",\n \"DEPTH_COMPONENT16\",\n \"DEPTH_FUNC\",\n \"DEPTH_RANGE\",\n \"DEPTH_STENCIL\",\n \"DEPTH_STENCIL_ATTACHMENT\",\n \"DEPTH_TEST\",\n \"DEPTH_WRITEMASK\",\n \"DIRECTION_DOWN\",\n \"DIRECTION_LEFT\",\n \"DIRECTION_RIGHT\",\n \"DIRECTION_UP\",\n \"DISABLED\",\n \"DISPATCH_REQUEST_ERR\",\n \"DITHER\",\n \"DOCUMENT_FRAGMENT_NODE\",\n \"DOCUMENT_NODE\",\n \"DOCUMENT_POSITION_CONTAINED_BY\",\n \"DOCUMENT_POSITION_CONTAINS\",\n \"DOCUMENT_POSITION_DISCONNECTED\",\n \"DOCUMENT_POSITION_FOLLOWING\",\n \"DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC\",\n \"DOCUMENT_POSITION_PRECEDING\",\n \"DOCUMENT_TYPE_NODE\",\n \"DOMCursor\",\n \"DOMError\",\n \"DOMException\",\n \"DOMImplementation\",\n \"DOMImplementationLS\",\n \"DOMMatrix\",\n \"DOMMatrixReadOnly\",\n \"DOMParser\",\n \"DOMPoint\",\n \"DOMPointReadOnly\",\n \"DOMQuad\",\n \"DOMRect\",\n \"DOMRectList\",\n \"DOMRectReadOnly\",\n \"DOMRequest\",\n \"DOMSTRING_SIZE_ERR\",\n \"DOMSettableTokenList\",\n \"DOMStringList\",\n \"DOMStringMap\",\n \"DOMTokenList\",\n \"DOMTransactionEvent\",\n \"DOM_DELTA_LINE\",\n \"DOM_DELTA_PAGE\",\n \"DOM_DELTA_PIXEL\",\n \"DOM_INPUT_METHOD_DROP\",\n \"DOM_INPUT_METHOD_HANDWRITING\",\n \"DOM_INPUT_METHOD_IME\",\n \"DOM_INPUT_METHOD_KEYBOARD\",\n \"DOM_INPUT_METHOD_MULTIMODAL\",\n \"DOM_INPUT_METHOD_OPTION\",\n \"DOM_INPUT_METHOD_PASTE\",\n \"DOM_INPUT_METHOD_SCRIPT\",\n \"DOM_INPUT_METHOD_UNKNOWN\",\n \"DOM_INPUT_METHOD_VOICE\",\n \"DOM_KEY_LOCATION_JOYSTICK\",\n \"DOM_KEY_LOCATION_LEFT\",\n \"DOM_KEY_LOCATION_MOBILE\",\n \"DOM_KEY_LOCATION_NUMPAD\",\n \"DOM_KEY_LOCATION_RIGHT\",\n \"DOM_KEY_LOCATION_STANDARD\",\n \"DOM_VK_0\",\n \"DOM_VK_1\",\n \"DOM_VK_2\",\n \"DOM_VK_3\",\n \"DOM_VK_4\",\n \"DOM_VK_5\",\n \"DOM_VK_6\",\n \"DOM_VK_7\",\n \"DOM_VK_8\",\n \"DOM_VK_9\",\n \"DOM_VK_A\",\n \"DOM_VK_ACCEPT\",\n \"DOM_VK_ADD\",\n \"DOM_VK_ALT\",\n \"DOM_VK_ALTGR\",\n \"DOM_VK_AMPERSAND\",\n \"DOM_VK_ASTERISK\",\n \"DOM_VK_AT\",\n \"DOM_VK_ATTN\",\n \"DOM_VK_B\",\n \"DOM_VK_BACKSPACE\",\n \"DOM_VK_BACK_QUOTE\",\n \"DOM_VK_BACK_SLASH\",\n \"DOM_VK_BACK_SPACE\",\n \"DOM_VK_C\",\n \"DOM_VK_CANCEL\",\n \"DOM_VK_CAPS_LOCK\",\n \"DOM_VK_CIRCUMFLEX\",\n \"DOM_VK_CLEAR\",\n \"DOM_VK_CLOSE_BRACKET\",\n \"DOM_VK_CLOSE_CURLY_BRACKET\",\n \"DOM_VK_CLOSE_PAREN\",\n \"DOM_VK_COLON\",\n \"DOM_VK_COMMA\",\n \"DOM_VK_CONTEXT_MENU\",\n \"DOM_VK_CONTROL\",\n \"DOM_VK_CONVERT\",\n \"DOM_VK_CRSEL\",\n \"DOM_VK_CTRL\",\n \"DOM_VK_D\",\n \"DOM_VK_DECIMAL\",\n \"DOM_VK_DELETE\",\n \"DOM_VK_DIVIDE\",\n \"DOM_VK_DOLLAR\",\n \"DOM_VK_DOUBLE_QUOTE\",\n \"DOM_VK_DOWN\",\n \"DOM_VK_E\",\n \"DOM_VK_EISU\",\n \"DOM_VK_END\",\n \"DOM_VK_ENTER\",\n \"DOM_VK_EQUALS\",\n \"DOM_VK_EREOF\",\n \"DOM_VK_ESCAPE\",\n \"DOM_VK_EXCLAMATION\",\n \"DOM_VK_EXECUTE\",\n \"DOM_VK_EXSEL\",\n \"DOM_VK_F\",\n \"DOM_VK_F1\",\n \"DOM_VK_F10\",\n \"DOM_VK_F11\",\n \"DOM_VK_F12\",\n \"DOM_VK_F13\",\n \"DOM_VK_F14\",\n \"DOM_VK_F15\",\n \"DOM_VK_F16\",\n \"DOM_VK_F17\",\n \"DOM_VK_F18\",\n \"DOM_VK_F19\",\n \"DOM_VK_F2\",\n \"DOM_VK_F20\",\n \"DOM_VK_F21\",\n \"DOM_VK_F22\",\n \"DOM_VK_F23\",\n \"DOM_VK_F24\",\n \"DOM_VK_F25\",\n \"DOM_VK_F26\",\n \"DOM_VK_F27\",\n \"DOM_VK_F28\",\n \"DOM_VK_F29\",\n \"DOM_VK_F3\",\n \"DOM_VK_F30\",\n \"DOM_VK_F31\",\n \"DOM_VK_F32\",\n \"DOM_VK_F33\",\n \"DOM_VK_F34\",\n \"DOM_VK_F35\",\n \"DOM_VK_F36\",\n \"DOM_VK_F4\",\n \"DOM_VK_F5\",\n \"DOM_VK_F6\",\n \"DOM_VK_F7\",\n \"DOM_VK_F8\",\n \"DOM_VK_F9\",\n \"DOM_VK_FINAL\",\n \"DOM_VK_FRONT\",\n \"DOM_VK_G\",\n \"DOM_VK_GREATER_THAN\",\n \"DOM_VK_H\",\n \"DOM_VK_HANGUL\",\n \"DOM_VK_HANJA\",\n \"DOM_VK_HASH\",\n \"DOM_VK_HELP\",\n \"DOM_VK_HK_TOGGLE\",\n \"DOM_VK_HOME\",\n \"DOM_VK_HYPHEN_MINUS\",\n \"DOM_VK_I\",\n \"DOM_VK_INSERT\",\n \"DOM_VK_J\",\n \"DOM_VK_JUNJA\",\n \"DOM_VK_K\",\n \"DOM_VK_KANA\",\n \"DOM_VK_KANJI\",\n \"DOM_VK_L\",\n \"DOM_VK_LEFT\",\n \"DOM_VK_LEFT_TAB\",\n \"DOM_VK_LESS_THAN\",\n \"DOM_VK_M\",\n \"DOM_VK_META\",\n \"DOM_VK_MODECHANGE\",\n \"DOM_VK_MULTIPLY\",\n \"DOM_VK_N\",\n \"DOM_VK_NONCONVERT\",\n \"DOM_VK_NUMPAD0\",\n \"DOM_VK_NUMPAD1\",\n \"DOM_VK_NUMPAD2\",\n \"DOM_VK_NUMPAD3\",\n \"DOM_VK_NUMPAD4\",\n \"DOM_VK_NUMPAD5\",\n \"DOM_VK_NUMPAD6\",\n \"DOM_VK_NUMPAD7\",\n \"DOM_VK_NUMPAD8\",\n \"DOM_VK_NUMPAD9\",\n \"DOM_VK_NUM_LOCK\",\n \"DOM_VK_O\",\n \"DOM_VK_OEM_1\",\n \"DOM_VK_OEM_102\",\n \"DOM_VK_OEM_2\",\n \"DOM_VK_OEM_3\",\n \"DOM_VK_OEM_4\",\n \"DOM_VK_OEM_5\",\n \"DOM_VK_OEM_6\",\n \"DOM_VK_OEM_7\",\n \"DOM_VK_OEM_8\",\n \"DOM_VK_OEM_COMMA\",\n \"DOM_VK_OEM_MINUS\",\n \"DOM_VK_OEM_PERIOD\",\n \"DOM_VK_OEM_PLUS\",\n \"DOM_VK_OPEN_BRACKET\",\n \"DOM_VK_OPEN_CURLY_BRACKET\",\n \"DOM_VK_OPEN_PAREN\",\n \"DOM_VK_P\",\n \"DOM_VK_PA1\",\n \"DOM_VK_PAGEDOWN\",\n \"DOM_VK_PAGEUP\",\n \"DOM_VK_PAGE_DOWN\",\n \"DOM_VK_PAGE_UP\",\n \"DOM_VK_PAUSE\",\n \"DOM_VK_PERCENT\",\n \"DOM_VK_PERIOD\",\n \"DOM_VK_PIPE\",\n \"DOM_VK_PLAY\",\n \"DOM_VK_PLUS\",\n \"DOM_VK_PRINT\",\n \"DOM_VK_PRINTSCREEN\",\n \"DOM_VK_PROCESSKEY\",\n \"DOM_VK_PROPERITES\",\n \"DOM_VK_Q\",\n \"DOM_VK_QUESTION_MARK\",\n \"DOM_VK_QUOTE\",\n \"DOM_VK_R\",\n \"DOM_VK_REDO\",\n \"DOM_VK_RETURN\",\n \"DOM_VK_RIGHT\",\n \"DOM_VK_S\",\n \"DOM_VK_SCROLL_LOCK\",\n \"DOM_VK_SELECT\",\n \"DOM_VK_SEMICOLON\",\n \"DOM_VK_SEPARATOR\",\n \"DOM_VK_SHIFT\",\n \"DOM_VK_SLASH\",\n \"DOM_VK_SLEEP\",\n \"DOM_VK_SPACE\",\n \"DOM_VK_SUBTRACT\",\n \"DOM_VK_T\",\n \"DOM_VK_TAB\",\n \"DOM_VK_TILDE\",\n \"DOM_VK_U\",\n \"DOM_VK_UNDERSCORE\",\n \"DOM_VK_UNDO\",\n \"DOM_VK_UNICODE\",\n \"DOM_VK_UP\",\n \"DOM_VK_V\",\n \"DOM_VK_VOLUME_DOWN\",\n \"DOM_VK_VOLUME_MUTE\",\n \"DOM_VK_VOLUME_UP\",\n \"DOM_VK_W\",\n \"DOM_VK_WIN\",\n \"DOM_VK_WINDOW\",\n \"DOM_VK_WIN_ICO_00\",\n \"DOM_VK_WIN_ICO_CLEAR\",\n \"DOM_VK_WIN_ICO_HELP\",\n \"DOM_VK_WIN_OEM_ATTN\",\n \"DOM_VK_WIN_OEM_AUTO\",\n \"DOM_VK_WIN_OEM_BACKTAB\",\n \"DOM_VK_WIN_OEM_CLEAR\",\n \"DOM_VK_WIN_OEM_COPY\",\n \"DOM_VK_WIN_OEM_CUSEL\",\n \"DOM_VK_WIN_OEM_ENLW\",\n \"DOM_VK_WIN_OEM_FINISH\",\n \"DOM_VK_WIN_OEM_FJ_JISHO\",\n \"DOM_VK_WIN_OEM_FJ_LOYA\",\n \"DOM_VK_WIN_OEM_FJ_MASSHOU\",\n \"DOM_VK_WIN_OEM_FJ_ROYA\",\n \"DOM_VK_WIN_OEM_FJ_TOUROKU\",\n \"DOM_VK_WIN_OEM_JUMP\",\n \"DOM_VK_WIN_OEM_PA1\",\n \"DOM_VK_WIN_OEM_PA2\",\n \"DOM_VK_WIN_OEM_PA3\",\n \"DOM_VK_WIN_OEM_RESET\",\n \"DOM_VK_WIN_OEM_WSCTRL\",\n \"DOM_VK_X\",\n \"DOM_VK_XF86XK_ADD_FAVORITE\",\n \"DOM_VK_XF86XK_APPLICATION_LEFT\",\n \"DOM_VK_XF86XK_APPLICATION_RIGHT\",\n \"DOM_VK_XF86XK_AUDIO_CYCLE_TRACK\",\n \"DOM_VK_XF86XK_AUDIO_FORWARD\",\n \"DOM_VK_XF86XK_AUDIO_LOWER_VOLUME\",\n \"DOM_VK_XF86XK_AUDIO_MEDIA\",\n \"DOM_VK_XF86XK_AUDIO_MUTE\",\n \"DOM_VK_XF86XK_AUDIO_NEXT\",\n \"DOM_VK_XF86XK_AUDIO_PAUSE\",\n \"DOM_VK_XF86XK_AUDIO_PLAY\",\n \"DOM_VK_XF86XK_AUDIO_PREV\",\n \"DOM_VK_XF86XK_AUDIO_RAISE_VOLUME\",\n \"DOM_VK_XF86XK_AUDIO_RANDOM_PLAY\",\n \"DOM_VK_XF86XK_AUDIO_RECORD\",\n \"DOM_VK_XF86XK_AUDIO_REPEAT\",\n \"DOM_VK_XF86XK_AUDIO_REWIND\",\n \"DOM_VK_XF86XK_AUDIO_STOP\",\n \"DOM_VK_XF86XK_AWAY\",\n \"DOM_VK_XF86XK_BACK\",\n \"DOM_VK_XF86XK_BACK_FORWARD\",\n \"DOM_VK_XF86XK_BATTERY\",\n \"DOM_VK_XF86XK_BLUE\",\n \"DOM_VK_XF86XK_BLUETOOTH\",\n \"DOM_VK_XF86XK_BOOK\",\n \"DOM_VK_XF86XK_BRIGHTNESS_ADJUST\",\n \"DOM_VK_XF86XK_CALCULATOR\",\n \"DOM_VK_XF86XK_CALENDAR\",\n \"DOM_VK_XF86XK_CD\",\n \"DOM_VK_XF86XK_CLOSE\",\n \"DOM_VK_XF86XK_COMMUNITY\",\n \"DOM_VK_XF86XK_CONTRAST_ADJUST\",\n \"DOM_VK_XF86XK_COPY\",\n \"DOM_VK_XF86XK_CUT\",\n \"DOM_VK_XF86XK_CYCLE_ANGLE\",\n \"DOM_VK_XF86XK_DISPLAY\",\n \"DOM_VK_XF86XK_DOCUMENTS\",\n \"DOM_VK_XF86XK_DOS\",\n \"DOM_VK_XF86XK_EJECT\",\n \"DOM_VK_XF86XK_EXCEL\",\n \"DOM_VK_XF86XK_EXPLORER\",\n \"DOM_VK_XF86XK_FAVORITES\",\n \"DOM_VK_XF86XK_FINANCE\",\n \"DOM_VK_XF86XK_FORWARD\",\n \"DOM_VK_XF86XK_FRAME_BACK\",\n \"DOM_VK_XF86XK_FRAME_FORWARD\",\n \"DOM_VK_XF86XK_GAME\",\n \"DOM_VK_XF86XK_GO\",\n \"DOM_VK_XF86XK_GREEN\",\n \"DOM_VK_XF86XK_HIBERNATE\",\n \"DOM_VK_XF86XK_HISTORY\",\n \"DOM_VK_XF86XK_HOME_PAGE\",\n \"DOM_VK_XF86XK_HOT_LINKS\",\n \"DOM_VK_XF86XK_I_TOUCH\",\n \"DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN\",\n \"DOM_VK_XF86XK_KBD_BRIGHTNESS_UP\",\n \"DOM_VK_XF86XK_KBD_LIGHT_ON_OFF\",\n \"DOM_VK_XF86XK_LAUNCH0\",\n \"DOM_VK_XF86XK_LAUNCH1\",\n \"DOM_VK_XF86XK_LAUNCH2\",\n \"DOM_VK_XF86XK_LAUNCH3\",\n \"DOM_VK_XF86XK_LAUNCH4\",\n \"DOM_VK_XF86XK_LAUNCH5\",\n \"DOM_VK_XF86XK_LAUNCH6\",\n \"DOM_VK_XF86XK_LAUNCH7\",\n \"DOM_VK_XF86XK_LAUNCH8\",\n \"DOM_VK_XF86XK_LAUNCH9\",\n \"DOM_VK_XF86XK_LAUNCH_A\",\n \"DOM_VK_XF86XK_LAUNCH_B\",\n \"DOM_VK_XF86XK_LAUNCH_C\",\n \"DOM_VK_XF86XK_LAUNCH_D\",\n \"DOM_VK_XF86XK_LAUNCH_E\",\n \"DOM_VK_XF86XK_LAUNCH_F\",\n \"DOM_VK_XF86XK_LIGHT_BULB\",\n \"DOM_VK_XF86XK_LOG_OFF\",\n \"DOM_VK_XF86XK_MAIL\",\n \"DOM_VK_XF86XK_MAIL_FORWARD\",\n \"DOM_VK_XF86XK_MARKET\",\n \"DOM_VK_XF86XK_MEETING\",\n \"DOM_VK_XF86XK_MEMO\",\n \"DOM_VK_XF86XK_MENU_KB\",\n \"DOM_VK_XF86XK_MENU_PB\",\n \"DOM_VK_XF86XK_MESSENGER\",\n \"DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN\",\n \"DOM_VK_XF86XK_MON_BRIGHTNESS_UP\",\n \"DOM_VK_XF86XK_MUSIC\",\n \"DOM_VK_XF86XK_MY_COMPUTER\",\n \"DOM_VK_XF86XK_MY_SITES\",\n \"DOM_VK_XF86XK_NEW\",\n \"DOM_VK_XF86XK_NEWS\",\n \"DOM_VK_XF86XK_OFFICE_HOME\",\n \"DOM_VK_XF86XK_OPEN\",\n \"DOM_VK_XF86XK_OPEN_URL\",\n \"DOM_VK_XF86XK_OPTION\",\n \"DOM_VK_XF86XK_PASTE\",\n \"DOM_VK_XF86XK_PHONE\",\n \"DOM_VK_XF86XK_PICTURES\",\n \"DOM_VK_XF86XK_POWER_DOWN\",\n \"DOM_VK_XF86XK_POWER_OFF\",\n \"DOM_VK_XF86XK_RED\",\n \"DOM_VK_XF86XK_REFRESH\",\n \"DOM_VK_XF86XK_RELOAD\",\n \"DOM_VK_XF86XK_REPLY\",\n \"DOM_VK_XF86XK_ROCKER_DOWN\",\n \"DOM_VK_XF86XK_ROCKER_ENTER\",\n \"DOM_VK_XF86XK_ROCKER_UP\",\n \"DOM_VK_XF86XK_ROTATE_WINDOWS\",\n \"DOM_VK_XF86XK_ROTATION_KB\",\n \"DOM_VK_XF86XK_ROTATION_PB\",\n \"DOM_VK_XF86XK_SAVE\",\n \"DOM_VK_XF86XK_SCREEN_SAVER\",\n \"DOM_VK_XF86XK_SCROLL_CLICK\",\n \"DOM_VK_XF86XK_SCROLL_DOWN\",\n \"DOM_VK_XF86XK_SCROLL_UP\",\n \"DOM_VK_XF86XK_SEARCH\",\n \"DOM_VK_XF86XK_SEND\",\n \"DOM_VK_XF86XK_SHOP\",\n \"DOM_VK_XF86XK_SPELL\",\n \"DOM_VK_XF86XK_SPLIT_SCREEN\",\n \"DOM_VK_XF86XK_STANDBY\",\n \"DOM_VK_XF86XK_START\",\n \"DOM_VK_XF86XK_STOP\",\n \"DOM_VK_XF86XK_SUBTITLE\",\n \"DOM_VK_XF86XK_SUPPORT\",\n \"DOM_VK_XF86XK_SUSPEND\",\n \"DOM_VK_XF86XK_TASK_PANE\",\n \"DOM_VK_XF86XK_TERMINAL\",\n \"DOM_VK_XF86XK_TIME\",\n \"DOM_VK_XF86XK_TOOLS\",\n \"DOM_VK_XF86XK_TOP_MENU\",\n \"DOM_VK_XF86XK_TO_DO_LIST\",\n \"DOM_VK_XF86XK_TRAVEL\",\n \"DOM_VK_XF86XK_USER1KB\",\n \"DOM_VK_XF86XK_USER2KB\",\n \"DOM_VK_XF86XK_USER_PB\",\n \"DOM_VK_XF86XK_UWB\",\n \"DOM_VK_XF86XK_VENDOR_HOME\",\n \"DOM_VK_XF86XK_VIDEO\",\n \"DOM_VK_XF86XK_VIEW\",\n \"DOM_VK_XF86XK_WAKE_UP\",\n \"DOM_VK_XF86XK_WEB_CAM\",\n \"DOM_VK_XF86XK_WHEEL_BUTTON\",\n \"DOM_VK_XF86XK_WLAN\",\n \"DOM_VK_XF86XK_WORD\",\n \"DOM_VK_XF86XK_WWW\",\n \"DOM_VK_XF86XK_XFER\",\n \"DOM_VK_XF86XK_YELLOW\",\n \"DOM_VK_XF86XK_ZOOM_IN\",\n \"DOM_VK_XF86XK_ZOOM_OUT\",\n \"DOM_VK_Y\",\n \"DOM_VK_Z\",\n \"DOM_VK_ZOOM\",\n \"DONE\",\n \"DONT_CARE\",\n \"DOWNLOADING\",\n \"DRAGDROP\",\n \"DST_ALPHA\",\n \"DST_COLOR\",\n \"DYNAMIC_DRAW\",\n \"DataChannel\",\n \"DataTransfer\",\n \"DataTransferItem\",\n \"DataTransferItemList\",\n \"DataView\",\n \"Date\",\n \"DateTimeFormat\",\n \"DelayNode\",\n \"DesktopNotification\",\n \"DesktopNotificationCenter\",\n \"DeviceLightEvent\",\n \"DeviceMotionEvent\",\n \"DeviceOrientationEvent\",\n \"DeviceProximityEvent\",\n \"DeviceStorage\",\n \"DeviceStorageChangeEvent\",\n \"Document\",\n \"DocumentFragment\",\n \"DocumentType\",\n \"DragEvent\",\n \"DynamicsCompressorNode\",\n \"E\",\n \"ELEMENT_ARRAY_BUFFER\",\n \"ELEMENT_ARRAY_BUFFER_BINDING\",\n \"ELEMENT_NODE\",\n \"EMPTY\",\n \"ENCODING_ERR\",\n \"ENDED\",\n \"END_TO_END\",\n \"END_TO_START\",\n \"ENTITY_NODE\",\n \"ENTITY_REFERENCE_NODE\",\n \"EPSILON\",\n \"EQUAL\",\n \"EQUALPOWER\",\n \"ERROR\",\n \"EXPONENTIAL_DISTANCE\",\n \"Element\",\n \"ElementQuery\",\n \"Entity\",\n \"EntityReference\",\n \"Error\",\n \"ErrorEvent\",\n \"EvalError\",\n \"Event\",\n \"EventException\",\n \"EventSource\",\n \"EventTarget\",\n \"External\",\n \"FASTEST\",\n \"FIDOSDK\",\n \"FILTER_ACCEPT\",\n \"FILTER_INTERRUPT\",\n \"FILTER_REJECT\",\n \"FILTER_SKIP\",\n \"FINISHED_STATE\",\n \"FIRST_ORDERED_NODE_TYPE\",\n \"FLOAT\",\n \"FLOAT_MAT2\",\n \"FLOAT_MAT3\",\n \"FLOAT_MAT4\",\n \"FLOAT_VEC2\",\n \"FLOAT_VEC3\",\n \"FLOAT_VEC4\",\n \"FOCUS\",\n \"FONT_FACE_RULE\",\n \"FONT_FEATURE_VALUES_RULE\",\n \"FRAGMENT_SHADER\",\n \"FRAGMENT_SHADER_DERIVATIVE_HINT_OES\",\n \"FRAMEBUFFER\",\n \"FRAMEBUFFER_ATTACHMENT_OBJECT_NAME\",\n \"FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE\",\n \"FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE\",\n \"FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL\",\n \"FRAMEBUFFER_BINDING\",\n \"FRAMEBUFFER_COMPLETE\",\n \"FRAMEBUFFER_INCOMPLETE_ATTACHMENT\",\n \"FRAMEBUFFER_INCOMPLETE_DIMENSIONS\",\n \"FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT\",\n \"FRAMEBUFFER_UNSUPPORTED\",\n \"FRONT\",\n \"FRONT_AND_BACK\",\n \"FRONT_FACE\",\n \"FUNC_ADD\",\n \"FUNC_REVERSE_SUBTRACT\",\n \"FUNC_SUBTRACT\",\n \"Feed\",\n \"FeedEntry\",\n \"File\",\n \"FileError\",\n \"FileList\",\n \"FileReader\",\n \"FindInPage\",\n \"Float32Array\",\n \"Float64Array\",\n \"FocusEvent\",\n \"FontFace\",\n \"FormData\",\n \"Function\",\n \"GENERATE_MIPMAP_HINT\",\n \"GEQUAL\",\n \"GREATER\",\n \"GREEN_BITS\",\n \"GainNode\",\n \"Gamepad\",\n \"GamepadButton\",\n \"GamepadEvent\",\n \"GestureEvent\",\n \"HAVE_CURRENT_DATA\",\n \"HAVE_ENOUGH_DATA\",\n \"HAVE_FUTURE_DATA\",\n \"HAVE_METADATA\",\n \"HAVE_NOTHING\",\n \"HEADERS_RECEIVED\",\n \"HIDDEN\",\n \"HIERARCHY_REQUEST_ERR\",\n \"HIGHPASS\",\n \"HIGHSHELF\",\n \"HIGH_FLOAT\",\n \"HIGH_INT\",\n \"HORIZONTAL\",\n \"HORIZONTAL_AXIS\",\n \"HRTF\",\n \"HTMLAllCollection\",\n \"HTMLAnchorElement\",\n \"HTMLAppletElement\",\n \"HTMLAreaElement\",\n \"HTMLAudioElement\",\n \"HTMLBRElement\",\n \"HTMLBaseElement\",\n \"HTMLBaseFontElement\",\n \"HTMLBlockquoteElement\",\n \"HTMLBodyElement\",\n \"HTMLButtonElement\",\n \"HTMLCanvasElement\",\n \"HTMLCollection\",\n \"HTMLCommandElement\",\n \"HTMLContentElement\",\n \"HTMLDListElement\",\n \"HTMLDataElement\",\n \"HTMLDataListElement\",\n \"HTMLDetailsElement\",\n \"HTMLDialogElement\",\n \"HTMLDirectoryElement\",\n \"HTMLDivElement\",\n \"HTMLDocument\",\n \"HTMLElement\",\n \"HTMLEmbedElement\",\n \"HTMLFieldSetElement\",\n \"HTMLFontElement\",\n \"HTMLFormControlsCollection\",\n \"HTMLFormElement\",\n \"HTMLFrameElement\",\n \"HTMLFrameSetElement\",\n \"HTMLHRElement\",\n \"HTMLHeadElement\",\n \"HTMLHeadingElement\",\n \"HTMLHtmlElement\",\n \"HTMLIFrameElement\",\n \"HTMLImageElement\",\n \"HTMLInputElement\",\n \"HTMLIsIndexElement\",\n \"HTMLKeygenElement\",\n \"HTMLLIElement\",\n \"HTMLLabelElement\",\n \"HTMLLegendElement\",\n \"HTMLLinkElement\",\n \"HTMLMapElement\",\n \"HTMLMarqueeElement\",\n \"HTMLMediaElement\",\n \"HTMLMenuElement\",\n \"HTMLMenuItemElement\",\n \"HTMLMetaElement\",\n \"HTMLMeterElement\",\n \"HTMLModElement\",\n \"HTMLOListElement\",\n \"HTMLObjectElement\",\n \"HTMLOptGroupElement\",\n \"HTMLOptionElement\",\n \"HTMLOptionsCollection\",\n \"HTMLOutputElement\",\n \"HTMLParagraphElement\",\n \"HTMLParamElement\",\n \"HTMLPictureElement\",\n \"HTMLPreElement\",\n \"HTMLProgressElement\",\n \"HTMLPropertiesCollection\",\n \"HTMLQuoteElement\",\n \"HTMLScriptElement\",\n \"HTMLSelectElement\",\n \"HTMLShadowElement\",\n \"HTMLSourceElement\",\n \"HTMLSpanElement\",\n \"HTMLStyleElement\",\n \"HTMLTableCaptionElement\",\n \"HTMLTableCellElement\",\n \"HTMLTableColElement\",\n \"HTMLTableElement\",\n \"HTMLTableRowElement\",\n \"HTMLTableSectionElement\",\n \"HTMLTemplateElement\",\n \"HTMLTextAreaElement\",\n \"HTMLTimeElement\",\n \"HTMLTitleElement\",\n \"HTMLTrackElement\",\n \"HTMLUListElement\",\n \"HTMLUnknownElement\",\n \"HTMLVideoElement\",\n \"HashChangeEvent\",\n \"Headers\",\n \"History\",\n \"ICE_CHECKING\",\n \"ICE_CLOSED\",\n \"ICE_COMPLETED\",\n \"ICE_CONNECTED\",\n \"ICE_FAILED\",\n \"ICE_GATHERING\",\n \"ICE_WAITING\",\n \"IDBCursor\",\n \"IDBCursorWithValue\",\n \"IDBDatabase\",\n \"IDBDatabaseException\",\n \"IDBFactory\",\n \"IDBFileHandle\",\n \"IDBFileRequest\",\n \"IDBIndex\",\n \"IDBKeyRange\",\n \"IDBMutableFile\",\n \"IDBObjectStore\",\n \"IDBOpenDBRequest\",\n \"IDBRequest\",\n \"IDBTransaction\",\n \"IDBVersionChangeEvent\",\n \"IDLE\",\n \"IMPLEMENTATION_COLOR_READ_FORMAT\",\n \"IMPLEMENTATION_COLOR_READ_TYPE\",\n \"IMPORT_RULE\",\n \"INCR\",\n \"INCR_WRAP\",\n \"INDEX_SIZE_ERR\",\n \"INT\",\n \"INT_VEC2\",\n \"INT_VEC3\",\n \"INT_VEC4\",\n \"INUSE_ATTRIBUTE_ERR\",\n \"INVALID_ACCESS_ERR\",\n \"INVALID_CHARACTER_ERR\",\n \"INVALID_ENUM\",\n \"INVALID_EXPRESSION_ERR\",\n \"INVALID_FRAMEBUFFER_OPERATION\",\n \"INVALID_MODIFICATION_ERR\",\n \"INVALID_NODE_TYPE_ERR\",\n \"INVALID_OPERATION\",\n \"INVALID_STATE_ERR\",\n \"INVALID_VALUE\",\n \"INVERSE_DISTANCE\",\n \"INVERT\",\n \"IceCandidate\",\n \"Image\",\n \"ImageBitmap\",\n \"ImageData\",\n \"Infinity\",\n \"InputEvent\",\n \"InputMethodContext\",\n \"InstallTrigger\",\n \"Int16Array\",\n \"Int32Array\",\n \"Int8Array\",\n \"Intent\",\n \"InternalError\",\n \"Intl\",\n \"IsSearchProviderInstalled\",\n \"Iterator\",\n \"JSON\",\n \"KEEP\",\n \"KEYDOWN\",\n \"KEYFRAMES_RULE\",\n \"KEYFRAME_RULE\",\n \"KEYPRESS\",\n \"KEYUP\",\n \"KeyEvent\",\n \"KeyboardEvent\",\n \"LENGTHADJUST_SPACING\",\n \"LENGTHADJUST_SPACINGANDGLYPHS\",\n \"LENGTHADJUST_UNKNOWN\",\n \"LEQUAL\",\n \"LESS\",\n \"LINEAR\",\n \"LINEAR_DISTANCE\",\n \"LINEAR_MIPMAP_LINEAR\",\n \"LINEAR_MIPMAP_NEAREST\",\n \"LINES\",\n \"LINE_LOOP\",\n \"LINE_STRIP\",\n \"LINE_WIDTH\",\n \"LINK_STATUS\",\n \"LIVE\",\n \"LN10\",\n \"LN2\",\n \"LOADED\",\n \"LOADING\",\n \"LOG10E\",\n \"LOG2E\",\n \"LOWPASS\",\n \"LOWSHELF\",\n \"LOW_FLOAT\",\n \"LOW_INT\",\n \"LSException\",\n \"LSParserFilter\",\n \"LUMINANCE\",\n \"LUMINANCE_ALPHA\",\n \"LocalMediaStream\",\n \"Location\",\n \"MAX_COMBINED_TEXTURE_IMAGE_UNITS\",\n \"MAX_CUBE_MAP_TEXTURE_SIZE\",\n \"MAX_FRAGMENT_UNIFORM_VECTORS\",\n \"MAX_RENDERBUFFER_SIZE\",\n \"MAX_SAFE_INTEGER\",\n \"MAX_TEXTURE_IMAGE_UNITS\",\n \"MAX_TEXTURE_MAX_ANISOTROPY_EXT\",\n \"MAX_TEXTURE_SIZE\",\n \"MAX_VALUE\",\n \"MAX_VARYING_VECTORS\",\n \"MAX_VERTEX_ATTRIBS\",\n \"MAX_VERTEX_TEXTURE_IMAGE_UNITS\",\n \"MAX_VERTEX_UNIFORM_VECTORS\",\n \"MAX_VIEWPORT_DIMS\",\n \"MEDIA_ERR_ABORTED\",\n \"MEDIA_ERR_DECODE\",\n \"MEDIA_ERR_ENCRYPTED\",\n \"MEDIA_ERR_NETWORK\",\n \"MEDIA_ERR_SRC_NOT_SUPPORTED\",\n \"MEDIA_KEYERR_CLIENT\",\n \"MEDIA_KEYERR_DOMAIN\",\n \"MEDIA_KEYERR_HARDWARECHANGE\",\n \"MEDIA_KEYERR_OUTPUT\",\n \"MEDIA_KEYERR_SERVICE\",\n \"MEDIA_KEYERR_UNKNOWN\",\n \"MEDIA_RULE\",\n \"MEDIUM_FLOAT\",\n \"MEDIUM_INT\",\n \"META_MASK\",\n \"MIN_SAFE_INTEGER\",\n \"MIN_VALUE\",\n \"MIRRORED_REPEAT\",\n \"MODE_ASYNCHRONOUS\",\n \"MODE_SYNCHRONOUS\",\n \"MODIFICATION\",\n \"MOUSEDOWN\",\n \"MOUSEDRAG\",\n \"MOUSEMOVE\",\n \"MOUSEOUT\",\n \"MOUSEOVER\",\n \"MOUSEUP\",\n \"MOZ_KEYFRAMES_RULE\",\n \"MOZ_KEYFRAME_RULE\",\n \"MOZ_SOURCE_CURSOR\",\n \"MOZ_SOURCE_ERASER\",\n \"MOZ_SOURCE_KEYBOARD\",\n \"MOZ_SOURCE_MOUSE\",\n \"MOZ_SOURCE_PEN\",\n \"MOZ_SOURCE_TOUCH\",\n \"MOZ_SOURCE_UNKNOWN\",\n \"MSGESTURE_FLAG_BEGIN\",\n \"MSGESTURE_FLAG_CANCEL\",\n \"MSGESTURE_FLAG_END\",\n \"MSGESTURE_FLAG_INERTIA\",\n \"MSGESTURE_FLAG_NONE\",\n \"MSPOINTER_TYPE_MOUSE\",\n \"MSPOINTER_TYPE_PEN\",\n \"MSPOINTER_TYPE_TOUCH\",\n \"MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE\",\n \"MS_ASYNC_CALLBACK_STATUS_CANCEL\",\n \"MS_ASYNC_CALLBACK_STATUS_CHOOSEANY\",\n \"MS_ASYNC_CALLBACK_STATUS_ERROR\",\n \"MS_ASYNC_CALLBACK_STATUS_JOIN\",\n \"MS_ASYNC_OP_STATUS_CANCELED\",\n \"MS_ASYNC_OP_STATUS_ERROR\",\n \"MS_ASYNC_OP_STATUS_SUCCESS\",\n \"MS_MANIPULATION_STATE_ACTIVE\",\n \"MS_MANIPULATION_STATE_CANCELLED\",\n \"MS_MANIPULATION_STATE_COMMITTED\",\n \"MS_MANIPULATION_STATE_DRAGGING\",\n \"MS_MANIPULATION_STATE_INERTIA\",\n \"MS_MANIPULATION_STATE_PRESELECT\",\n \"MS_MANIPULATION_STATE_SELECTING\",\n \"MS_MANIPULATION_STATE_STOPPED\",\n \"MS_MEDIA_ERR_ENCRYPTED\",\n \"MS_MEDIA_KEYERR_CLIENT\",\n \"MS_MEDIA_KEYERR_DOMAIN\",\n \"MS_MEDIA_KEYERR_HARDWARECHANGE\",\n \"MS_MEDIA_KEYERR_OUTPUT\",\n \"MS_MEDIA_KEYERR_SERVICE\",\n \"MS_MEDIA_KEYERR_UNKNOWN\",\n \"Map\",\n \"Math\",\n \"MediaController\",\n \"MediaDevices\",\n \"MediaElementAudioSourceNode\",\n \"MediaEncryptedEvent\",\n \"MediaError\",\n \"MediaKeyError\",\n \"MediaKeyEvent\",\n \"MediaKeyMessageEvent\",\n \"MediaKeyNeededEvent\",\n \"MediaKeySession\",\n \"MediaKeyStatusMap\",\n \"MediaKeySystemAccess\",\n \"MediaKeys\",\n \"MediaList\",\n \"MediaQueryList\",\n \"MediaQueryListEvent\",\n \"MediaRecorder\",\n \"MediaSource\",\n \"MediaStream\",\n \"MediaStreamAudioDestinationNode\",\n \"MediaStreamAudioSourceNode\",\n \"MediaStreamEvent\",\n \"MediaStreamTrack\",\n \"MediaStreamTrackEvent\",\n \"MessageChannel\",\n \"MessageEvent\",\n \"MessagePort\",\n \"Methods\",\n \"MimeType\",\n \"MimeTypeArray\",\n \"MouseEvent\",\n \"MouseScrollEvent\",\n \"MozAnimation\",\n \"MozAnimationDelay\",\n \"MozAnimationDirection\",\n \"MozAnimationDuration\",\n \"MozAnimationFillMode\",\n \"MozAnimationIterationCount\",\n \"MozAnimationName\",\n \"MozAnimationPlayState\",\n \"MozAnimationTimingFunction\",\n \"MozAppearance\",\n \"MozBackfaceVisibility\",\n \"MozBinding\",\n \"MozBorderBottomColors\",\n \"MozBorderEnd\",\n \"MozBorderEndColor\",\n \"MozBorderEndStyle\",\n \"MozBorderEndWidth\",\n \"MozBorderImage\",\n \"MozBorderLeftColors\",\n \"MozBorderRightColors\",\n \"MozBorderStart\",\n \"MozBorderStartColor\",\n \"MozBorderStartStyle\",\n \"MozBorderStartWidth\",\n \"MozBorderTopColors\",\n \"MozBoxAlign\",\n \"MozBoxDirection\",\n \"MozBoxFlex\",\n \"MozBoxOrdinalGroup\",\n \"MozBoxOrient\",\n \"MozBoxPack\",\n \"MozBoxSizing\",\n \"MozCSSKeyframeRule\",\n \"MozCSSKeyframesRule\",\n \"MozColumnCount\",\n \"MozColumnFill\",\n \"MozColumnGap\",\n \"MozColumnRule\",\n \"MozColumnRuleColor\",\n \"MozColumnRuleStyle\",\n \"MozColumnRuleWidth\",\n \"MozColumnWidth\",\n \"MozColumns\",\n \"MozContactChangeEvent\",\n \"MozFloatEdge\",\n \"MozFontFeatureSettings\",\n \"MozFontLanguageOverride\",\n \"MozForceBrokenImageIcon\",\n \"MozHyphens\",\n \"MozImageRegion\",\n \"MozMarginEnd\",\n \"MozMarginStart\",\n \"MozMmsEvent\",\n \"MozMmsMessage\",\n \"MozMobileMessageThread\",\n \"MozOSXFontSmoothing\",\n \"MozOrient\",\n \"MozOutlineRadius\",\n \"MozOutlineRadiusBottomleft\",\n \"MozOutlineRadiusBottomright\",\n \"MozOutlineRadiusTopleft\",\n \"MozOutlineRadiusTopright\",\n \"MozPaddingEnd\",\n \"MozPaddingStart\",\n \"MozPerspective\",\n \"MozPerspectiveOrigin\",\n \"MozPowerManager\",\n \"MozSettingsEvent\",\n \"MozSmsEvent\",\n \"MozSmsMessage\",\n \"MozStackSizing\",\n \"MozTabSize\",\n \"MozTextAlignLast\",\n \"MozTextDecorationColor\",\n \"MozTextDecorationLine\",\n \"MozTextDecorationStyle\",\n \"MozTextSizeAdjust\",\n \"MozTransform\",\n \"MozTransformOrigin\",\n \"MozTransformStyle\",\n \"MozTransition\",\n \"MozTransitionDelay\",\n \"MozTransitionDuration\",\n \"MozTransitionProperty\",\n \"MozTransitionTimingFunction\",\n \"MozUserFocus\",\n \"MozUserInput\",\n \"MozUserModify\",\n \"MozUserSelect\",\n \"MozWindowDragging\",\n \"MozWindowShadow\",\n \"MutationEvent\",\n \"MutationObserver\",\n \"MutationRecord\",\n \"NAMESPACE_ERR\",\n \"NAMESPACE_RULE\",\n \"NEAREST\",\n \"NEAREST_MIPMAP_LINEAR\",\n \"NEAREST_MIPMAP_NEAREST\",\n \"NEGATIVE_INFINITY\",\n \"NETWORK_EMPTY\",\n \"NETWORK_ERR\",\n \"NETWORK_IDLE\",\n \"NETWORK_LOADED\",\n \"NETWORK_LOADING\",\n \"NETWORK_NO_SOURCE\",\n \"NEVER\",\n \"NEW\",\n \"NEXT\",\n \"NEXT_NO_DUPLICATE\",\n \"NICEST\",\n \"NODE_AFTER\",\n \"NODE_BEFORE\",\n \"NODE_BEFORE_AND_AFTER\",\n \"NODE_INSIDE\",\n \"NONE\",\n \"NON_TRANSIENT_ERR\",\n \"NOTATION_NODE\",\n \"NOTCH\",\n \"NOTEQUAL\",\n \"NOT_ALLOWED_ERR\",\n \"NOT_FOUND_ERR\",\n \"NOT_READABLE_ERR\",\n \"NOT_SUPPORTED_ERR\",\n \"NO_DATA_ALLOWED_ERR\",\n \"NO_ERR\",\n \"NO_ERROR\",\n \"NO_MODIFICATION_ALLOWED_ERR\",\n \"NUMBER_TYPE\",\n \"NUM_COMPRESSED_TEXTURE_FORMATS\",\n \"NaN\",\n \"NamedNodeMap\",\n \"Navigator\",\n \"NearbyLinks\",\n \"NetworkInformation\",\n \"Node\",\n \"NodeFilter\",\n \"NodeIterator\",\n \"NodeList\",\n \"Notation\",\n \"Notification\",\n \"NotifyPaintEvent\",\n \"Number\",\n \"NumberFormat\",\n \"OBSOLETE\",\n \"ONE\",\n \"ONE_MINUS_CONSTANT_ALPHA\",\n \"ONE_MINUS_CONSTANT_COLOR\",\n \"ONE_MINUS_DST_ALPHA\",\n \"ONE_MINUS_DST_COLOR\",\n \"ONE_MINUS_SRC_ALPHA\",\n \"ONE_MINUS_SRC_COLOR\",\n \"OPEN\",\n \"OPENED\",\n \"OPENING\",\n \"ORDERED_NODE_ITERATOR_TYPE\",\n \"ORDERED_NODE_SNAPSHOT_TYPE\",\n \"OUT_OF_MEMORY\",\n \"Object\",\n \"OfflineAudioCompletionEvent\",\n \"OfflineAudioContext\",\n \"OfflineResourceList\",\n \"Option\",\n \"OscillatorNode\",\n \"OverflowEvent\",\n \"PACK_ALIGNMENT\",\n \"PAGE_RULE\",\n \"PARSE_ERR\",\n \"PATHSEG_ARC_ABS\",\n \"PATHSEG_ARC_REL\",\n \"PATHSEG_CLOSEPATH\",\n \"PATHSEG_CURVETO_CUBIC_ABS\",\n \"PATHSEG_CURVETO_CUBIC_REL\",\n \"PATHSEG_CURVETO_CUBIC_SMOOTH_ABS\",\n \"PATHSEG_CURVETO_CUBIC_SMOOTH_REL\",\n \"PATHSEG_CURVETO_QUADRATIC_ABS\",\n \"PATHSEG_CURVETO_QUADRATIC_REL\",\n \"PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS\",\n \"PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL\",\n \"PATHSEG_LINETO_ABS\",\n \"PATHSEG_LINETO_HORIZONTAL_ABS\",\n \"PATHSEG_LINETO_HORIZONTAL_REL\",\n \"PATHSEG_LINETO_REL\",\n \"PATHSEG_LINETO_VERTICAL_ABS\",\n \"PATHSEG_LINETO_VERTICAL_REL\",\n \"PATHSEG_MOVETO_ABS\",\n \"PATHSEG_MOVETO_REL\",\n \"PATHSEG_UNKNOWN\",\n \"PATH_EXISTS_ERR\",\n \"PEAKING\",\n \"PERMISSION_DENIED\",\n \"PERSISTENT\",\n \"PI\",\n \"PLAYING_STATE\",\n \"POINTS\",\n \"POLYGON_OFFSET_FACTOR\",\n \"POLYGON_OFFSET_FILL\",\n \"POLYGON_OFFSET_UNITS\",\n \"POSITION_UNAVAILABLE\",\n \"POSITIVE_INFINITY\",\n \"PREV\",\n \"PREV_NO_DUPLICATE\",\n \"PROCESSING_INSTRUCTION_NODE\",\n \"PageChangeEvent\",\n \"PageTransitionEvent\",\n \"PaintRequest\",\n \"PaintRequestList\",\n \"PannerNode\",\n \"Path2D\",\n \"Performance\",\n \"PerformanceEntry\",\n \"PerformanceMark\",\n \"PerformanceMeasure\",\n \"PerformanceNavigation\",\n \"PerformanceResourceTiming\",\n \"PerformanceTiming\",\n \"PeriodicWave\",\n \"Plugin\",\n \"PluginArray\",\n \"PopStateEvent\",\n \"PopupBlockedEvent\",\n \"ProcessingInstruction\",\n \"ProgressEvent\",\n \"Promise\",\n \"PropertyNodeList\",\n \"Proxy\",\n \"PushManager\",\n \"PushSubscription\",\n \"Q\",\n \"QUOTA_ERR\",\n \"QUOTA_EXCEEDED_ERR\",\n \"QueryInterface\",\n \"READ_ONLY\",\n \"READ_ONLY_ERR\",\n \"READ_WRITE\",\n \"RED_BITS\",\n \"REMOVAL\",\n \"RENDERBUFFER\",\n \"RENDERBUFFER_ALPHA_SIZE\",\n \"RENDERBUFFER_BINDING\",\n \"RENDERBUFFER_BLUE_SIZE\",\n \"RENDERBUFFER_DEPTH_SIZE\",\n \"RENDERBUFFER_GREEN_SIZE\",\n \"RENDERBUFFER_HEIGHT\",\n \"RENDERBUFFER_INTERNAL_FORMAT\",\n \"RENDERBUFFER_RED_SIZE\",\n \"RENDERBUFFER_STENCIL_SIZE\",\n \"RENDERBUFFER_WIDTH\",\n \"RENDERER\",\n \"RENDERING_INTENT_ABSOLUTE_COLORIMETRIC\",\n \"RENDERING_INTENT_AUTO\",\n \"RENDERING_INTENT_PERCEPTUAL\",\n \"RENDERING_INTENT_RELATIVE_COLORIMETRIC\",\n \"RENDERING_INTENT_SATURATION\",\n \"RENDERING_INTENT_UNKNOWN\",\n \"REPEAT\",\n \"REPLACE\",\n \"RGB\",\n \"RGB565\",\n \"RGB5_A1\",\n \"RGBA\",\n \"RGBA4\",\n \"RGBColor\",\n \"ROTATION_CLOCKWISE\",\n \"ROTATION_COUNTERCLOCKWISE\",\n \"RTCDataChannelEvent\",\n \"RTCIceCandidate\",\n \"RTCPeerConnectionIceEvent\",\n \"RTCRtpReceiver\",\n \"RTCRtpSender\",\n \"RTCSessionDescription\",\n \"RTCStatsReport\",\n \"RadioNodeList\",\n \"Range\",\n \"RangeError\",\n \"RangeException\",\n \"RecordErrorEvent\",\n \"Rect\",\n \"ReferenceError\",\n \"RegExp\",\n \"Request\",\n \"Response\",\n \"SAMPLER_2D\",\n \"SAMPLER_CUBE\",\n \"SAMPLES\",\n \"SAMPLE_ALPHA_TO_COVERAGE\",\n \"SAMPLE_BUFFERS\",\n \"SAMPLE_COVERAGE\",\n \"SAMPLE_COVERAGE_INVERT\",\n \"SAMPLE_COVERAGE_VALUE\",\n \"SAWTOOTH\",\n \"SCHEDULED_STATE\",\n \"SCISSOR_BOX\",\n \"SCISSOR_TEST\",\n \"SCROLL_PAGE_DOWN\",\n \"SCROLL_PAGE_UP\",\n \"SDP_ANSWER\",\n \"SDP_OFFER\",\n \"SDP_PRANSWER\",\n \"SECURITY_ERR\",\n \"SELECT\",\n \"SERIALIZE_ERR\",\n \"SEVERITY_ERROR\",\n \"SEVERITY_FATAL_ERROR\",\n \"SEVERITY_WARNING\",\n \"SHADER_COMPILER\",\n \"SHADER_TYPE\",\n \"SHADING_LANGUAGE_VERSION\",\n \"SHIFT_MASK\",\n \"SHORT\",\n \"SHOWING\",\n \"SHOW_ALL\",\n \"SHOW_ATTRIBUTE\",\n \"SHOW_CDATA_SECTION\",\n \"SHOW_COMMENT\",\n \"SHOW_DOCUMENT\",\n \"SHOW_DOCUMENT_FRAGMENT\",\n \"SHOW_DOCUMENT_TYPE\",\n \"SHOW_ELEMENT\",\n \"SHOW_ENTITY\",\n \"SHOW_ENTITY_REFERENCE\",\n \"SHOW_NOTATION\",\n \"SHOW_PROCESSING_INSTRUCTION\",\n \"SHOW_TEXT\",\n \"SINE\",\n \"SOUNDFIELD\",\n \"SQLException\",\n \"SQRT1_2\",\n \"SQRT2\",\n \"SQUARE\",\n \"SRC_ALPHA\",\n \"SRC_ALPHA_SATURATE\",\n \"SRC_COLOR\",\n \"START_TO_END\",\n \"START_TO_START\",\n \"STATIC_DRAW\",\n \"STENCIL_ATTACHMENT\",\n \"STENCIL_BACK_FAIL\",\n \"STENCIL_BACK_FUNC\",\n \"STENCIL_BACK_PASS_DEPTH_FAIL\",\n \"STENCIL_BACK_PASS_DEPTH_PASS\",\n \"STENCIL_BACK_REF\",\n \"STENCIL_BACK_VALUE_MASK\",\n \"STENCIL_BACK_WRITEMASK\",\n \"STENCIL_BITS\",\n \"STENCIL_BUFFER_BIT\",\n \"STENCIL_CLEAR_VALUE\",\n \"STENCIL_FAIL\",\n \"STENCIL_FUNC\",\n \"STENCIL_INDEX\",\n \"STENCIL_INDEX8\",\n \"STENCIL_PASS_DEPTH_FAIL\",\n \"STENCIL_PASS_DEPTH_PASS\",\n \"STENCIL_REF\",\n \"STENCIL_TEST\",\n \"STENCIL_VALUE_MASK\",\n \"STENCIL_WRITEMASK\",\n \"STREAM_DRAW\",\n \"STRING_TYPE\",\n \"STYLE_RULE\",\n \"SUBPIXEL_BITS\",\n \"SUPPORTS_RULE\",\n \"SVGAElement\",\n \"SVGAltGlyphDefElement\",\n \"SVGAltGlyphElement\",\n \"SVGAltGlyphItemElement\",\n \"SVGAngle\",\n \"SVGAnimateColorElement\",\n \"SVGAnimateElement\",\n \"SVGAnimateMotionElement\",\n \"SVGAnimateTransformElement\",\n \"SVGAnimatedAngle\",\n \"SVGAnimatedBoolean\",\n \"SVGAnimatedEnumeration\",\n \"SVGAnimatedInteger\",\n \"SVGAnimatedLength\",\n \"SVGAnimatedLengthList\",\n \"SVGAnimatedNumber\",\n \"SVGAnimatedNumberList\",\n \"SVGAnimatedPreserveAspectRatio\",\n \"SVGAnimatedRect\",\n \"SVGAnimatedString\",\n \"SVGAnimatedTransformList\",\n \"SVGAnimationElement\",\n \"SVGCircleElement\",\n \"SVGClipPathElement\",\n \"SVGColor\",\n \"SVGComponentTransferFunctionElement\",\n \"SVGCursorElement\",\n \"SVGDefsElement\",\n \"SVGDescElement\",\n \"SVGDiscardElement\",\n \"SVGDocument\",\n \"SVGElement\",\n \"SVGElementInstance\",\n \"SVGElementInstanceList\",\n \"SVGEllipseElement\",\n \"SVGException\",\n \"SVGFEBlendElement\",\n \"SVGFEColorMatrixElement\",\n \"SVGFEComponentTransferElement\",\n \"SVGFECompositeElement\",\n \"SVGFEConvolveMatrixElement\",\n \"SVGFEDiffuseLightingElement\",\n \"SVGFEDisplacementMapElement\",\n \"SVGFEDistantLightElement\",\n \"SVGFEDropShadowElement\",\n \"SVGFEFloodElement\",\n \"SVGFEFuncAElement\",\n \"SVGFEFuncBElement\",\n \"SVGFEFuncGElement\",\n \"SVGFEFuncRElement\",\n \"SVGFEGaussianBlurElement\",\n \"SVGFEImageElement\",\n \"SVGFEMergeElement\",\n \"SVGFEMergeNodeElement\",\n \"SVGFEMorphologyElement\",\n \"SVGFEOffsetElement\",\n \"SVGFEPointLightElement\",\n \"SVGFESpecularLightingElement\",\n \"SVGFESpotLightElement\",\n \"SVGFETileElement\",\n \"SVGFETurbulenceElement\",\n \"SVGFilterElement\",\n \"SVGFontElement\",\n \"SVGFontFaceElement\",\n \"SVGFontFaceFormatElement\",\n \"SVGFontFaceNameElement\",\n \"SVGFontFaceSrcElement\",\n \"SVGFontFaceUriElement\",\n \"SVGForeignObjectElement\",\n \"SVGGElement\",\n \"SVGGeometryElement\",\n \"SVGGlyphElement\",\n \"SVGGlyphRefElement\",\n \"SVGGradientElement\",\n \"SVGGraphicsElement\",\n \"SVGHKernElement\",\n \"SVGImageElement\",\n \"SVGLength\",\n \"SVGLengthList\",\n \"SVGLineElement\",\n \"SVGLinearGradientElement\",\n \"SVGMPathElement\",\n \"SVGMarkerElement\",\n \"SVGMaskElement\",\n \"SVGMatrix\",\n \"SVGMetadataElement\",\n \"SVGMissingGlyphElement\",\n \"SVGNumber\",\n \"SVGNumberList\",\n \"SVGPaint\",\n \"SVGPathElement\",\n \"SVGPathSeg\",\n \"SVGPathSegArcAbs\",\n \"SVGPathSegArcRel\",\n \"SVGPathSegClosePath\",\n \"SVGPathSegCurvetoCubicAbs\",\n \"SVGPathSegCurvetoCubicRel\",\n \"SVGPathSegCurvetoCubicSmoothAbs\",\n \"SVGPathSegCurvetoCubicSmoothRel\",\n \"SVGPathSegCurvetoQuadraticAbs\",\n \"SVGPathSegCurvetoQuadraticRel\",\n \"SVGPathSegCurvetoQuadraticSmoothAbs\",\n \"SVGPathSegCurvetoQuadraticSmoothRel\",\n \"SVGPathSegLinetoAbs\",\n \"SVGPathSegLinetoHorizontalAbs\",\n \"SVGPathSegLinetoHorizontalRel\",\n \"SVGPathSegLinetoRel\",\n \"SVGPathSegLinetoVerticalAbs\",\n \"SVGPathSegLinetoVerticalRel\",\n \"SVGPathSegList\",\n \"SVGPathSegMovetoAbs\",\n \"SVGPathSegMovetoRel\",\n \"SVGPatternElement\",\n \"SVGPoint\",\n \"SVGPointList\",\n \"SVGPolygonElement\",\n \"SVGPolylineElement\",\n \"SVGPreserveAspectRatio\",\n \"SVGRadialGradientElement\",\n \"SVGRect\",\n \"SVGRectElement\",\n \"SVGRenderingIntent\",\n \"SVGSVGElement\",\n \"SVGScriptElement\",\n \"SVGSetElement\",\n \"SVGStopElement\",\n \"SVGStringList\",\n \"SVGStyleElement\",\n \"SVGSwitchElement\",\n \"SVGSymbolElement\",\n \"SVGTRefElement\",\n \"SVGTSpanElement\",\n \"SVGTextContentElement\",\n \"SVGTextElement\",\n \"SVGTextPathElement\",\n \"SVGTextPositioningElement\",\n \"SVGTitleElement\",\n \"SVGTransform\",\n \"SVGTransformList\",\n \"SVGUnitTypes\",\n \"SVGUseElement\",\n \"SVGVKernElement\",\n \"SVGViewElement\",\n \"SVGViewSpec\",\n \"SVGZoomAndPan\",\n \"SVGZoomEvent\",\n \"SVG_ANGLETYPE_DEG\",\n \"SVG_ANGLETYPE_GRAD\",\n \"SVG_ANGLETYPE_RAD\",\n \"SVG_ANGLETYPE_UNKNOWN\",\n \"SVG_ANGLETYPE_UNSPECIFIED\",\n \"SVG_CHANNEL_A\",\n \"SVG_CHANNEL_B\",\n \"SVG_CHANNEL_G\",\n \"SVG_CHANNEL_R\",\n \"SVG_CHANNEL_UNKNOWN\",\n \"SVG_COLORTYPE_CURRENTCOLOR\",\n \"SVG_COLORTYPE_RGBCOLOR\",\n \"SVG_COLORTYPE_RGBCOLOR_ICCCOLOR\",\n \"SVG_COLORTYPE_UNKNOWN\",\n \"SVG_EDGEMODE_DUPLICATE\",\n \"SVG_EDGEMODE_NONE\",\n \"SVG_EDGEMODE_UNKNOWN\",\n \"SVG_EDGEMODE_WRAP\",\n \"SVG_FEBLEND_MODE_COLOR\",\n \"SVG_FEBLEND_MODE_COLOR_BURN\",\n \"SVG_FEBLEND_MODE_COLOR_DODGE\",\n \"SVG_FEBLEND_MODE_DARKEN\",\n \"SVG_FEBLEND_MODE_DIFFERENCE\",\n \"SVG_FEBLEND_MODE_EXCLUSION\",\n \"SVG_FEBLEND_MODE_HARD_LIGHT\",\n \"SVG_FEBLEND_MODE_HUE\",\n \"SVG_FEBLEND_MODE_LIGHTEN\",\n \"SVG_FEBLEND_MODE_LUMINOSITY\",\n \"SVG_FEBLEND_MODE_MULTIPLY\",\n \"SVG_FEBLEND_MODE_NORMAL\",\n \"SVG_FEBLEND_MODE_OVERLAY\",\n \"SVG_FEBLEND_MODE_SATURATION\",\n \"SVG_FEBLEND_MODE_SCREEN\",\n \"SVG_FEBLEND_MODE_SOFT_LIGHT\",\n \"SVG_FEBLEND_MODE_UNKNOWN\",\n \"SVG_FECOLORMATRIX_TYPE_HUEROTATE\",\n \"SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA\",\n \"SVG_FECOLORMATRIX_TYPE_MATRIX\",\n \"SVG_FECOLORMATRIX_TYPE_SATURATE\",\n \"SVG_FECOLORMATRIX_TYPE_UNKNOWN\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_GAMMA\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_LINEAR\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_TABLE\",\n \"SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN\",\n \"SVG_FECOMPOSITE_OPERATOR_ARITHMETIC\",\n \"SVG_FECOMPOSITE_OPERATOR_ATOP\",\n \"SVG_FECOMPOSITE_OPERATOR_IN\",\n \"SVG_FECOMPOSITE_OPERATOR_OUT\",\n \"SVG_FECOMPOSITE_OPERATOR_OVER\",\n \"SVG_FECOMPOSITE_OPERATOR_UNKNOWN\",\n \"SVG_FECOMPOSITE_OPERATOR_XOR\",\n \"SVG_INVALID_VALUE_ERR\",\n \"SVG_LENGTHTYPE_CM\",\n \"SVG_LENGTHTYPE_EMS\",\n \"SVG_LENGTHTYPE_EXS\",\n \"SVG_LENGTHTYPE_IN\",\n \"SVG_LENGTHTYPE_MM\",\n \"SVG_LENGTHTYPE_NUMBER\",\n \"SVG_LENGTHTYPE_PC\",\n \"SVG_LENGTHTYPE_PERCENTAGE\",\n \"SVG_LENGTHTYPE_PT\",\n \"SVG_LENGTHTYPE_PX\",\n \"SVG_LENGTHTYPE_UNKNOWN\",\n \"SVG_MARKERUNITS_STROKEWIDTH\",\n \"SVG_MARKERUNITS_UNKNOWN\",\n \"SVG_MARKERUNITS_USERSPACEONUSE\",\n \"SVG_MARKER_ORIENT_ANGLE\",\n \"SVG_MARKER_ORIENT_AUTO\",\n \"SVG_MARKER_ORIENT_UNKNOWN\",\n \"SVG_MASKTYPE_ALPHA\",\n \"SVG_MASKTYPE_LUMINANCE\",\n \"SVG_MATRIX_NOT_INVERTABLE\",\n \"SVG_MEETORSLICE_MEET\",\n \"SVG_MEETORSLICE_SLICE\",\n \"SVG_MEETORSLICE_UNKNOWN\",\n \"SVG_MORPHOLOGY_OPERATOR_DILATE\",\n \"SVG_MORPHOLOGY_OPERATOR_ERODE\",\n \"SVG_MORPHOLOGY_OPERATOR_UNKNOWN\",\n \"SVG_PAINTTYPE_CURRENTCOLOR\",\n \"SVG_PAINTTYPE_NONE\",\n \"SVG_PAINTTYPE_RGBCOLOR\",\n \"SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR\",\n \"SVG_PAINTTYPE_UNKNOWN\",\n \"SVG_PAINTTYPE_URI\",\n \"SVG_PAINTTYPE_URI_CURRENTCOLOR\",\n \"SVG_PAINTTYPE_URI_NONE\",\n \"SVG_PAINTTYPE_URI_RGBCOLOR\",\n \"SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR\",\n \"SVG_PRESERVEASPECTRATIO_NONE\",\n \"SVG_PRESERVEASPECTRATIO_UNKNOWN\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMAXYMIN\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMIDYMIN\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMAX\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMID\",\n \"SVG_PRESERVEASPECTRATIO_XMINYMIN\",\n \"SVG_SPREADMETHOD_PAD\",\n \"SVG_SPREADMETHOD_REFLECT\",\n \"SVG_SPREADMETHOD_REPEAT\",\n \"SVG_SPREADMETHOD_UNKNOWN\",\n \"SVG_STITCHTYPE_NOSTITCH\",\n \"SVG_STITCHTYPE_STITCH\",\n \"SVG_STITCHTYPE_UNKNOWN\",\n \"SVG_TRANSFORM_MATRIX\",\n \"SVG_TRANSFORM_ROTATE\",\n \"SVG_TRANSFORM_SCALE\",\n \"SVG_TRANSFORM_SKEWX\",\n \"SVG_TRANSFORM_SKEWY\",\n \"SVG_TRANSFORM_TRANSLATE\",\n \"SVG_TRANSFORM_UNKNOWN\",\n \"SVG_TURBULENCE_TYPE_FRACTALNOISE\",\n \"SVG_TURBULENCE_TYPE_TURBULENCE\",\n \"SVG_TURBULENCE_TYPE_UNKNOWN\",\n \"SVG_UNIT_TYPE_OBJECTBOUNDINGBOX\",\n \"SVG_UNIT_TYPE_UNKNOWN\",\n \"SVG_UNIT_TYPE_USERSPACEONUSE\",\n \"SVG_WRONG_TYPE_ERR\",\n \"SVG_ZOOMANDPAN_DISABLE\",\n \"SVG_ZOOMANDPAN_MAGNIFY\",\n \"SVG_ZOOMANDPAN_UNKNOWN\",\n \"SYNTAX_ERR\",\n \"SavedPages\",\n \"Screen\",\n \"ScreenOrientation\",\n \"Script\",\n \"ScriptProcessorNode\",\n \"ScrollAreaEvent\",\n \"SecurityPolicyViolationEvent\",\n \"Selection\",\n \"ServiceWorker\",\n \"ServiceWorkerContainer\",\n \"ServiceWorkerRegistration\",\n \"SessionDescription\",\n \"Set\",\n \"ShadowRoot\",\n \"SharedWorker\",\n \"SimpleGestureEvent\",\n \"SpeechSynthesisEvent\",\n \"SpeechSynthesisUtterance\",\n \"StopIteration\",\n \"Storage\",\n \"StorageEvent\",\n \"String\",\n \"StyleSheet\",\n \"StyleSheetList\",\n \"SubtleCrypto\",\n \"Symbol\",\n \"SyntaxError\",\n \"TEMPORARY\",\n \"TEXTPATH_METHODTYPE_ALIGN\",\n \"TEXTPATH_METHODTYPE_STRETCH\",\n \"TEXTPATH_METHODTYPE_UNKNOWN\",\n \"TEXTPATH_SPACINGTYPE_AUTO\",\n \"TEXTPATH_SPACINGTYPE_EXACT\",\n \"TEXTPATH_SPACINGTYPE_UNKNOWN\",\n \"TEXTURE\",\n \"TEXTURE0\",\n \"TEXTURE1\",\n \"TEXTURE10\",\n \"TEXTURE11\",\n \"TEXTURE12\",\n \"TEXTURE13\",\n \"TEXTURE14\",\n \"TEXTURE15\",\n \"TEXTURE16\",\n \"TEXTURE17\",\n \"TEXTURE18\",\n \"TEXTURE19\",\n \"TEXTURE2\",\n \"TEXTURE20\",\n \"TEXTURE21\",\n \"TEXTURE22\",\n \"TEXTURE23\",\n \"TEXTURE24\",\n \"TEXTURE25\",\n \"TEXTURE26\",\n \"TEXTURE27\",\n \"TEXTURE28\",\n \"TEXTURE29\",\n \"TEXTURE3\",\n \"TEXTURE30\",\n \"TEXTURE31\",\n \"TEXTURE4\",\n \"TEXTURE5\",\n \"TEXTURE6\",\n \"TEXTURE7\",\n \"TEXTURE8\",\n \"TEXTURE9\",\n \"TEXTURE_2D\",\n \"TEXTURE_BINDING_2D\",\n \"TEXTURE_BINDING_CUBE_MAP\",\n \"TEXTURE_CUBE_MAP\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_X\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_Y\",\n \"TEXTURE_CUBE_MAP_NEGATIVE_Z\",\n \"TEXTURE_CUBE_MAP_POSITIVE_X\",\n \"TEXTURE_CUBE_MAP_POSITIVE_Y\",\n \"TEXTURE_CUBE_MAP_POSITIVE_Z\",\n \"TEXTURE_MAG_FILTER\",\n \"TEXTURE_MAX_ANISOTROPY_EXT\",\n \"TEXTURE_MIN_FILTER\",\n \"TEXTURE_WRAP_S\",\n \"TEXTURE_WRAP_T\",\n \"TEXT_NODE\",\n \"TIMEOUT\",\n \"TIMEOUT_ERR\",\n \"TOO_LARGE_ERR\",\n \"TRANSACTION_INACTIVE_ERR\",\n \"TRIANGLE\",\n \"TRIANGLES\",\n \"TRIANGLE_FAN\",\n \"TRIANGLE_STRIP\",\n \"TYPE_BACK_FORWARD\",\n \"TYPE_ERR\",\n \"TYPE_MISMATCH_ERR\",\n \"TYPE_NAVIGATE\",\n \"TYPE_RELOAD\",\n \"TYPE_RESERVED\",\n \"Text\",\n \"TextDecoder\",\n \"TextEncoder\",\n \"TextEvent\",\n \"TextMetrics\",\n \"TextTrack\",\n \"TextTrackCue\",\n \"TextTrackCueList\",\n \"TextTrackList\",\n \"TimeEvent\",\n \"TimeRanges\",\n \"Touch\",\n \"TouchEvent\",\n \"TouchList\",\n \"TrackEvent\",\n \"TransitionEvent\",\n \"TreeWalker\",\n \"TypeError\",\n \"UIEvent\",\n \"UNCACHED\",\n \"UNKNOWN_ERR\",\n \"UNKNOWN_RULE\",\n \"UNMASKED_RENDERER_WEBGL\",\n \"UNMASKED_VENDOR_WEBGL\",\n \"UNORDERED_NODE_ITERATOR_TYPE\",\n \"UNORDERED_NODE_SNAPSHOT_TYPE\",\n \"UNPACK_ALIGNMENT\",\n \"UNPACK_COLORSPACE_CONVERSION_WEBGL\",\n \"UNPACK_FLIP_Y_WEBGL\",\n \"UNPACK_PREMULTIPLY_ALPHA_WEBGL\",\n \"UNSCHEDULED_STATE\",\n \"UNSENT\",\n \"UNSIGNED_BYTE\",\n \"UNSIGNED_INT\",\n \"UNSIGNED_SHORT\",\n \"UNSIGNED_SHORT_4_4_4_4\",\n \"UNSIGNED_SHORT_5_5_5_1\",\n \"UNSIGNED_SHORT_5_6_5\",\n \"UNSPECIFIED_EVENT_TYPE_ERR\",\n \"UPDATEREADY\",\n \"URIError\",\n \"URL\",\n \"URLSearchParams\",\n \"URLUnencoded\",\n \"URL_MISMATCH_ERR\",\n \"UTC\",\n \"Uint16Array\",\n \"Uint32Array\",\n \"Uint8Array\",\n \"Uint8ClampedArray\",\n \"UserMessageHandler\",\n \"UserMessageHandlersNamespace\",\n \"UserProximityEvent\",\n \"VALIDATE_STATUS\",\n \"VALIDATION_ERR\",\n \"VARIABLES_RULE\",\n \"VENDOR\",\n \"VERSION\",\n \"VERSION_CHANGE\",\n \"VERSION_ERR\",\n \"VERTEX_ATTRIB_ARRAY_BUFFER_BINDING\",\n \"VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE\",\n \"VERTEX_ATTRIB_ARRAY_ENABLED\",\n \"VERTEX_ATTRIB_ARRAY_NORMALIZED\",\n \"VERTEX_ATTRIB_ARRAY_POINTER\",\n \"VERTEX_ATTRIB_ARRAY_SIZE\",\n \"VERTEX_ATTRIB_ARRAY_STRIDE\",\n \"VERTEX_ATTRIB_ARRAY_TYPE\",\n \"VERTEX_SHADER\",\n \"VERTICAL\",\n \"VERTICAL_AXIS\",\n \"VER_ERR\",\n \"VIEWPORT\",\n \"VIEWPORT_RULE\",\n \"VTTCue\",\n \"VTTRegion\",\n \"ValidityState\",\n \"VideoStreamTrack\",\n \"WEBKIT_FILTER_RULE\",\n \"WEBKIT_KEYFRAMES_RULE\",\n \"WEBKIT_KEYFRAME_RULE\",\n \"WEBKIT_REGION_RULE\",\n \"WRONG_DOCUMENT_ERR\",\n \"WaveShaperNode\",\n \"WeakMap\",\n \"WeakSet\",\n \"WebGLActiveInfo\",\n \"WebGLBuffer\",\n \"WebGLContextEvent\",\n \"WebGLFramebuffer\",\n \"WebGLProgram\",\n \"WebGLRenderbuffer\",\n \"WebGLRenderingContext\",\n \"WebGLShader\",\n \"WebGLShaderPrecisionFormat\",\n \"WebGLTexture\",\n \"WebGLUniformLocation\",\n \"WebGLVertexArray\",\n \"WebKitAnimationEvent\",\n \"WebKitBlobBuilder\",\n \"WebKitCSSFilterRule\",\n \"WebKitCSSFilterValue\",\n \"WebKitCSSKeyframeRule\",\n \"WebKitCSSKeyframesRule\",\n \"WebKitCSSMatrix\",\n \"WebKitCSSRegionRule\",\n \"WebKitCSSTransformValue\",\n \"WebKitDataCue\",\n \"WebKitGamepad\",\n \"WebKitMediaKeyError\",\n \"WebKitMediaKeyMessageEvent\",\n \"WebKitMediaKeySession\",\n \"WebKitMediaKeys\",\n \"WebKitMediaSource\",\n \"WebKitMutationObserver\",\n \"WebKitNamespace\",\n \"WebKitPlaybackTargetAvailabilityEvent\",\n \"WebKitPoint\",\n \"WebKitShadowRoot\",\n \"WebKitSourceBuffer\",\n \"WebKitSourceBufferList\",\n \"WebKitTransitionEvent\",\n \"WebSocket\",\n \"WheelEvent\",\n \"Window\",\n \"Worker\",\n \"XMLDocument\",\n \"XMLHttpRequest\",\n \"XMLHttpRequestEventTarget\",\n \"XMLHttpRequestException\",\n \"XMLHttpRequestProgressEvent\",\n \"XMLHttpRequestUpload\",\n \"XMLSerializer\",\n \"XMLStylesheetProcessingInstruction\",\n \"XPathEvaluator\",\n \"XPathException\",\n \"XPathExpression\",\n \"XPathNSResolver\",\n \"XPathResult\",\n \"XSLTProcessor\",\n \"ZERO\",\n \"_XD0M_\",\n \"_YD0M_\",\n \"__defineGetter__\",\n \"__defineSetter__\",\n \"__lookupGetter__\",\n \"__lookupSetter__\",\n \"__opera\",\n \"__proto__\",\n \"_browserjsran\",\n \"a\",\n \"aLink\",\n \"abbr\",\n \"abort\",\n \"abs\",\n \"absolute\",\n \"acceleration\",\n \"accelerationIncludingGravity\",\n \"accelerator\",\n \"accept\",\n \"acceptCharset\",\n \"acceptNode\",\n \"accessKey\",\n \"accessKeyLabel\",\n \"accuracy\",\n \"acos\",\n \"acosh\",\n \"action\",\n \"actionURL\",\n \"active\",\n \"activeCues\",\n \"activeElement\",\n \"activeSourceBuffers\",\n \"activeSourceCount\",\n \"activeTexture\",\n \"add\",\n \"addBehavior\",\n \"addCandidate\",\n \"addColorStop\",\n \"addCue\",\n \"addElement\",\n \"addEventListener\",\n \"addFilter\",\n \"addFromString\",\n \"addFromUri\",\n \"addIceCandidate\",\n \"addImport\",\n \"addListener\",\n \"addNamed\",\n \"addPageRule\",\n \"addPath\",\n \"addPointer\",\n \"addRange\",\n \"addRegion\",\n \"addRule\",\n \"addSearchEngine\",\n \"addSourceBuffer\",\n \"addStream\",\n \"addTextTrack\",\n \"addTrack\",\n \"addWakeLockListener\",\n \"addedNodes\",\n \"additionalName\",\n \"additiveSymbols\",\n \"addons\",\n \"adoptNode\",\n \"adr\",\n \"advance\",\n \"alert\",\n \"algorithm\",\n \"align\",\n \"align-content\",\n \"align-items\",\n \"align-self\",\n \"alignContent\",\n \"alignItems\",\n \"alignSelf\",\n \"alignmentBaseline\",\n \"alinkColor\",\n \"all\",\n \"allowFullscreen\",\n \"allowedDirections\",\n \"alpha\",\n \"alt\",\n \"altGraphKey\",\n \"altHtml\",\n \"altKey\",\n \"altLeft\",\n \"altitude\",\n \"altitudeAccuracy\",\n \"amplitude\",\n \"ancestorOrigins\",\n \"anchor\",\n \"anchorNode\",\n \"anchorOffset\",\n \"anchors\",\n \"angle\",\n \"animVal\",\n \"animate\",\n \"animatedInstanceRoot\",\n \"animatedNormalizedPathSegList\",\n \"animatedPathSegList\",\n \"animatedPoints\",\n \"animation\",\n \"animation-delay\",\n \"animation-direction\",\n \"animation-duration\",\n \"animation-fill-mode\",\n \"animation-iteration-count\",\n \"animation-name\",\n \"animation-play-state\",\n \"animation-timing-function\",\n \"animationDelay\",\n \"animationDirection\",\n \"animationDuration\",\n \"animationFillMode\",\n \"animationIterationCount\",\n \"animationName\",\n \"animationPlayState\",\n \"animationStartTime\",\n \"animationTimingFunction\",\n \"animationsPaused\",\n \"anniversary\",\n \"app\",\n \"appCodeName\",\n \"appMinorVersion\",\n \"appName\",\n \"appNotifications\",\n \"appVersion\",\n \"append\",\n \"appendBuffer\",\n \"appendChild\",\n \"appendData\",\n \"appendItem\",\n \"appendMedium\",\n \"appendNamed\",\n \"appendRule\",\n \"appendStream\",\n \"appendWindowEnd\",\n \"appendWindowStart\",\n \"applets\",\n \"applicationCache\",\n \"apply\",\n \"applyElement\",\n \"arc\",\n \"arcTo\",\n \"archive\",\n \"areas\",\n \"arguments\",\n \"arrayBuffer\",\n \"asin\",\n \"asinh\",\n \"assert\",\n \"assign\",\n \"async\",\n \"atEnd\",\n \"atan\",\n \"atan2\",\n \"atanh\",\n \"atob\",\n \"attachEvent\",\n \"attachShader\",\n \"attachments\",\n \"attack\",\n \"attrChange\",\n \"attrName\",\n \"attributeName\",\n \"attributeNamespace\",\n \"attributes\",\n \"audioTracks\",\n \"autoIncrement\",\n \"autobuffer\",\n \"autocapitalize\",\n \"autocomplete\",\n \"autocorrect\",\n \"autofocus\",\n \"autoplay\",\n \"availHeight\",\n \"availLeft\",\n \"availTop\",\n \"availWidth\",\n \"availability\",\n \"available\",\n \"aversion\",\n \"axes\",\n \"axis\",\n \"azimuth\",\n \"b\",\n \"back\",\n \"backface-visibility\",\n \"backfaceVisibility\",\n \"background\",\n \"background-attachment\",\n \"background-blend-mode\",\n \"background-clip\",\n \"background-color\",\n \"background-image\",\n \"background-origin\",\n \"background-position\",\n \"background-repeat\",\n \"background-size\",\n \"backgroundAttachment\",\n \"backgroundBlendMode\",\n \"backgroundClip\",\n \"backgroundColor\",\n \"backgroundImage\",\n \"backgroundOrigin\",\n \"backgroundPosition\",\n \"backgroundPositionX\",\n \"backgroundPositionY\",\n \"backgroundRepeat\",\n \"backgroundSize\",\n \"badInput\",\n \"balance\",\n \"baseFrequencyX\",\n \"baseFrequencyY\",\n \"baseNode\",\n \"baseOffset\",\n \"baseURI\",\n \"baseVal\",\n \"baselineShift\",\n \"battery\",\n \"bday\",\n \"beginElement\",\n \"beginElementAt\",\n \"beginPath\",\n \"behavior\",\n \"behaviorCookie\",\n \"behaviorPart\",\n \"behaviorUrns\",\n \"beta\",\n \"bezierCurveTo\",\n \"bgColor\",\n \"bgProperties\",\n \"bias\",\n \"big\",\n \"binaryType\",\n \"bind\",\n \"bindAttribLocation\",\n \"bindBuffer\",\n \"bindFramebuffer\",\n \"bindRenderbuffer\",\n \"bindTexture\",\n \"blendColor\",\n \"blendEquation\",\n \"blendEquationSeparate\",\n \"blendFunc\",\n \"blendFuncSeparate\",\n \"blink\",\n \"blob\",\n \"blockDirection\",\n \"blue\",\n \"blur\",\n \"body\",\n \"bodyUsed\",\n \"bold\",\n \"bookmarks\",\n \"booleanValue\",\n \"border\",\n \"border-bottom\",\n \"border-bottom-color\",\n \"border-bottom-left-radius\",\n \"border-bottom-right-radius\",\n \"border-bottom-style\",\n \"border-bottom-width\",\n \"border-collapse\",\n \"border-color\",\n \"border-image\",\n \"border-image-outset\",\n \"border-image-repeat\",\n \"border-image-slice\",\n \"border-image-source\",\n \"border-image-width\",\n \"border-left\",\n \"border-left-color\",\n \"border-left-style\",\n \"border-left-width\",\n \"border-radius\",\n \"border-right\",\n \"border-right-color\",\n \"border-right-style\",\n \"border-right-width\",\n \"border-spacing\",\n \"border-style\",\n \"border-top\",\n \"border-top-color\",\n \"border-top-left-radius\",\n \"border-top-right-radius\",\n \"border-top-style\",\n \"border-top-width\",\n \"border-width\",\n \"borderBottom\",\n \"borderBottomColor\",\n \"borderBottomLeftRadius\",\n \"borderBottomRightRadius\",\n \"borderBottomStyle\",\n \"borderBottomWidth\",\n \"borderCollapse\",\n \"borderColor\",\n \"borderColorDark\",\n \"borderColorLight\",\n \"borderImage\",\n \"borderImageOutset\",\n \"borderImageRepeat\",\n \"borderImageSlice\",\n \"borderImageSource\",\n \"borderImageWidth\",\n \"borderLeft\",\n \"borderLeftColor\",\n \"borderLeftStyle\",\n \"borderLeftWidth\",\n \"borderRadius\",\n \"borderRight\",\n \"borderRightColor\",\n \"borderRightStyle\",\n \"borderRightWidth\",\n \"borderSpacing\",\n \"borderStyle\",\n \"borderTop\",\n \"borderTopColor\",\n \"borderTopLeftRadius\",\n \"borderTopRightRadius\",\n \"borderTopStyle\",\n \"borderTopWidth\",\n \"borderWidth\",\n \"bottom\",\n \"bottomMargin\",\n \"bound\",\n \"boundElements\",\n \"boundingClientRect\",\n \"boundingHeight\",\n \"boundingLeft\",\n \"boundingTop\",\n \"boundingWidth\",\n \"bounds\",\n \"box-decoration-break\",\n \"box-shadow\",\n \"box-sizing\",\n \"boxDecorationBreak\",\n \"boxShadow\",\n \"boxSizing\",\n \"breakAfter\",\n \"breakBefore\",\n \"breakInside\",\n \"browserLanguage\",\n \"btoa\",\n \"bubbles\",\n \"buffer\",\n \"bufferData\",\n \"bufferDepth\",\n \"bufferSize\",\n \"bufferSubData\",\n \"buffered\",\n \"bufferedAmount\",\n \"buildID\",\n \"buildNumber\",\n \"button\",\n \"buttonID\",\n \"buttons\",\n \"byteLength\",\n \"byteOffset\",\n \"c\",\n \"call\",\n \"caller\",\n \"canBeFormatted\",\n \"canBeMounted\",\n \"canBeShared\",\n \"canHaveChildren\",\n \"canHaveHTML\",\n \"canPlayType\",\n \"cancel\",\n \"cancelAnimationFrame\",\n \"cancelBubble\",\n \"cancelScheduledValues\",\n \"cancelable\",\n \"candidate\",\n \"canvas\",\n \"caption\",\n \"caption-side\",\n \"captionSide\",\n \"captureEvents\",\n \"captureStackTrace\",\n \"caretPositionFromPoint\",\n \"caretRangeFromPoint\",\n \"cast\",\n \"catch\",\n \"category\",\n \"cbrt\",\n \"cd\",\n \"ceil\",\n \"cellIndex\",\n \"cellPadding\",\n \"cellSpacing\",\n \"cells\",\n \"ch\",\n \"chOff\",\n \"chain\",\n \"challenge\",\n \"changedTouches\",\n \"channel\",\n \"channelCount\",\n \"channelCountMode\",\n \"channelInterpretation\",\n \"char\",\n \"charAt\",\n \"charCode\",\n \"charCodeAt\",\n \"charIndex\",\n \"characterSet\",\n \"charging\",\n \"chargingTime\",\n \"charset\",\n \"checkEnclosure\",\n \"checkFramebufferStatus\",\n \"checkIntersection\",\n \"checkValidity\",\n \"checked\",\n \"childElementCount\",\n \"childNodes\",\n \"children\",\n \"chrome\",\n \"ciphertext\",\n \"cite\",\n \"classList\",\n \"className\",\n \"classid\",\n \"clear\",\n \"clearAttributes\",\n \"clearColor\",\n \"clearData\",\n \"clearDepth\",\n \"clearImmediate\",\n \"clearInterval\",\n \"clearMarks\",\n \"clearMeasures\",\n \"clearParameters\",\n \"clearRect\",\n \"clearResourceTimings\",\n \"clearShadow\",\n \"clearStencil\",\n \"clearTimeout\",\n \"clearWatch\",\n \"click\",\n \"clickCount\",\n \"clientHeight\",\n \"clientInformation\",\n \"clientLeft\",\n \"clientRect\",\n \"clientRects\",\n \"clientTop\",\n \"clientWidth\",\n \"clientX\",\n \"clientY\",\n \"clip\",\n \"clip-path\",\n \"clip-rule\",\n \"clipBottom\",\n \"clipLeft\",\n \"clipPath\",\n \"clipPathUnits\",\n \"clipRight\",\n \"clipRule\",\n \"clipTop\",\n \"clipboardData\",\n \"clone\",\n \"cloneContents\",\n \"cloneNode\",\n \"cloneRange\",\n \"close\",\n \"closePath\",\n \"closed\",\n \"closest\",\n \"clz\",\n \"clz32\",\n \"cmp\",\n \"code\",\n \"codeBase\",\n \"codePointAt\",\n \"codeType\",\n \"colSpan\",\n \"collapse\",\n \"collapseToEnd\",\n \"collapseToStart\",\n \"collapsed\",\n \"collect\",\n \"colno\",\n \"color\",\n \"color-interpolation\",\n \"color-interpolation-filters\",\n \"colorDepth\",\n \"colorInterpolation\",\n \"colorInterpolationFilters\",\n \"colorMask\",\n \"colorType\",\n \"cols\",\n \"columnCount\",\n \"columnFill\",\n \"columnGap\",\n \"columnNumber\",\n \"columnRule\",\n \"columnRuleColor\",\n \"columnRuleStyle\",\n \"columnRuleWidth\",\n \"columnSpan\",\n \"columnWidth\",\n \"columns\",\n \"command\",\n \"commitPreferences\",\n \"commonAncestorContainer\",\n \"compact\",\n \"compareBoundaryPoints\",\n \"compareDocumentPosition\",\n \"compareEndPoints\",\n \"compareNode\",\n \"comparePoint\",\n \"compatMode\",\n \"compatible\",\n \"compile\",\n \"compileShader\",\n \"complete\",\n \"componentFromPoint\",\n \"compositionEndOffset\",\n \"compositionStartOffset\",\n \"compressedTexImage2D\",\n \"compressedTexSubImage2D\",\n \"concat\",\n \"conditionText\",\n \"coneInnerAngle\",\n \"coneOuterAngle\",\n \"coneOuterGain\",\n \"confirm\",\n \"confirmComposition\",\n \"confirmSiteSpecificTrackingException\",\n \"confirmWebWideTrackingException\",\n \"connect\",\n \"connectEnd\",\n \"connectStart\",\n \"connected\",\n \"connection\",\n \"connectionSpeed\",\n \"console\",\n \"consolidate\",\n \"constrictionActive\",\n \"constructor\",\n \"contactID\",\n \"contains\",\n \"containsNode\",\n \"content\",\n \"contentDocument\",\n \"contentEditable\",\n \"contentOverflow\",\n \"contentScriptType\",\n \"contentStyleType\",\n \"contentType\",\n \"contentWindow\",\n \"context\",\n \"contextMenu\",\n \"contextmenu\",\n \"continue\",\n \"continuous\",\n \"control\",\n \"controller\",\n \"controls\",\n \"convertToSpecifiedUnits\",\n \"cookie\",\n \"cookieEnabled\",\n \"coords\",\n \"copyFromChannel\",\n \"copyTexImage2D\",\n \"copyTexSubImage2D\",\n \"copyToChannel\",\n \"copyWithin\",\n \"correspondingElement\",\n \"correspondingUseElement\",\n \"cos\",\n \"cosh\",\n \"count\",\n \"counter-increment\",\n \"counter-reset\",\n \"counterIncrement\",\n \"counterReset\",\n \"cpuClass\",\n \"cpuSleepAllowed\",\n \"create\",\n \"createAnalyser\",\n \"createAnswer\",\n \"createAttribute\",\n \"createAttributeNS\",\n \"createBiquadFilter\",\n \"createBuffer\",\n \"createBufferSource\",\n \"createCDATASection\",\n \"createCSSStyleSheet\",\n \"createCaption\",\n \"createChannelMerger\",\n \"createChannelSplitter\",\n \"createComment\",\n \"createContextualFragment\",\n \"createControlRange\",\n \"createConvolver\",\n \"createDTMFSender\",\n \"createDataChannel\",\n \"createDelay\",\n \"createDelayNode\",\n \"createDocument\",\n \"createDocumentFragment\",\n \"createDocumentType\",\n \"createDynamicsCompressor\",\n \"createElement\",\n \"createElementNS\",\n \"createEntityReference\",\n \"createEvent\",\n \"createEventObject\",\n \"createExpression\",\n \"createFramebuffer\",\n \"createFunction\",\n \"createGain\",\n \"createGainNode\",\n \"createHTMLDocument\",\n \"createImageBitmap\",\n \"createImageData\",\n \"createIndex\",\n \"createJavaScriptNode\",\n \"createLinearGradient\",\n \"createMediaElementSource\",\n \"createMediaKeys\",\n \"createMediaStreamDestination\",\n \"createMediaStreamSource\",\n \"createMutableFile\",\n \"createNSResolver\",\n \"createNodeIterator\",\n \"createNotification\",\n \"createObjectStore\",\n \"createObjectURL\",\n \"createOffer\",\n \"createOscillator\",\n \"createPanner\",\n \"createPattern\",\n \"createPeriodicWave\",\n \"createPopup\",\n \"createProcessingInstruction\",\n \"createProgram\",\n \"createRadialGradient\",\n \"createRange\",\n \"createRangeCollection\",\n \"createRenderbuffer\",\n \"createSVGAngle\",\n \"createSVGLength\",\n \"createSVGMatrix\",\n \"createSVGNumber\",\n \"createSVGPathSegArcAbs\",\n \"createSVGPathSegArcRel\",\n \"createSVGPathSegClosePath\",\n \"createSVGPathSegCurvetoCubicAbs\",\n \"createSVGPathSegCurvetoCubicRel\",\n \"createSVGPathSegCurvetoCubicSmoothAbs\",\n \"createSVGPathSegCurvetoCubicSmoothRel\",\n \"createSVGPathSegCurvetoQuadraticAbs\",\n \"createSVGPathSegCurvetoQuadraticRel\",\n \"createSVGPathSegCurvetoQuadraticSmoothAbs\",\n \"createSVGPathSegCurvetoQuadraticSmoothRel\",\n \"createSVGPathSegLinetoAbs\",\n \"createSVGPathSegLinetoHorizontalAbs\",\n \"createSVGPathSegLinetoHorizontalRel\",\n \"createSVGPathSegLinetoRel\",\n \"createSVGPathSegLinetoVerticalAbs\",\n \"createSVGPathSegLinetoVerticalRel\",\n \"createSVGPathSegMovetoAbs\",\n \"createSVGPathSegMovetoRel\",\n \"createSVGPoint\",\n \"createSVGRect\",\n \"createSVGTransform\",\n \"createSVGTransformFromMatrix\",\n \"createScriptProcessor\",\n \"createSession\",\n \"createShader\",\n \"createShadowRoot\",\n \"createStereoPanner\",\n \"createStyleSheet\",\n \"createTBody\",\n \"createTFoot\",\n \"createTHead\",\n \"createTextNode\",\n \"createTextRange\",\n \"createTexture\",\n \"createTouch\",\n \"createTouchList\",\n \"createTreeWalker\",\n \"createWaveShaper\",\n \"creationTime\",\n \"crossOrigin\",\n \"crypto\",\n \"csi\",\n \"cssFloat\",\n \"cssRules\",\n \"cssText\",\n \"cssValueType\",\n \"ctrlKey\",\n \"ctrlLeft\",\n \"cues\",\n \"cullFace\",\n \"currentNode\",\n \"currentPage\",\n \"currentScale\",\n \"currentScript\",\n \"currentSrc\",\n \"currentState\",\n \"currentStyle\",\n \"currentTarget\",\n \"currentTime\",\n \"currentTranslate\",\n \"currentView\",\n \"cursor\",\n \"curve\",\n \"customError\",\n \"cx\",\n \"cy\",\n \"d\",\n \"data\",\n \"dataFld\",\n \"dataFormatAs\",\n \"dataPageSize\",\n \"dataSrc\",\n \"dataTransfer\",\n \"database\",\n \"dataset\",\n \"dateTime\",\n \"db\",\n \"debug\",\n \"debuggerEnabled\",\n \"declare\",\n \"decode\",\n \"decodeAudioData\",\n \"decodingInfo\",\n \"decodeURI\",\n \"decodeURIComponent\",\n \"decrypt\",\n \"default\",\n \"defaultCharset\",\n \"defaultChecked\",\n \"defaultMuted\",\n \"defaultPlaybackRate\",\n \"defaultPrevented\",\n \"defaultSelected\",\n \"defaultStatus\",\n \"defaultURL\",\n \"defaultValue\",\n \"defaultView\",\n \"defaultstatus\",\n \"defer\",\n \"defineMagicFunction\",\n \"defineMagicVariable\",\n \"defineProperties\",\n \"defineProperty\",\n \"delayTime\",\n \"delete\",\n \"deleteBuffer\",\n \"deleteCaption\",\n \"deleteCell\",\n \"deleteContents\",\n \"deleteData\",\n \"deleteDatabase\",\n \"deleteFramebuffer\",\n \"deleteFromDocument\",\n \"deleteIndex\",\n \"deleteMedium\",\n \"deleteObjectStore\",\n \"deleteProgram\",\n \"deleteRenderbuffer\",\n \"deleteRow\",\n \"deleteRule\",\n \"deleteShader\",\n \"deleteTFoot\",\n \"deleteTHead\",\n \"deleteTexture\",\n \"deliverChangeRecords\",\n \"delivery\",\n \"deliveryInfo\",\n \"deliveryStatus\",\n \"deliveryTimestamp\",\n \"delta\",\n \"deltaMode\",\n \"deltaX\",\n \"deltaY\",\n \"deltaZ\",\n \"depthFunc\",\n \"depthMask\",\n \"depthRange\",\n \"deriveBits\",\n \"deriveKey\",\n \"description\",\n \"deselectAll\",\n \"designMode\",\n \"destination\",\n \"destinationURL\",\n \"detach\",\n \"detachEvent\",\n \"detachShader\",\n \"detail\",\n \"detune\",\n \"devicePixelRatio\",\n \"deviceXDPI\",\n \"deviceYDPI\",\n \"diffuseConstant\",\n \"digest\",\n \"dimensions\",\n \"dir\",\n \"dirName\",\n \"direction\",\n \"dirxml\",\n \"disable\",\n \"disableVertexAttribArray\",\n \"disabled\",\n \"dischargingTime\",\n \"disconnect\",\n \"dispatchEvent\",\n \"display\",\n \"distanceModel\",\n \"divisor\",\n \"djsapi\",\n \"djsproxy\",\n \"doImport\",\n \"doNotTrack\",\n \"doScroll\",\n \"doctype\",\n \"document\",\n \"documentElement\",\n \"documentMode\",\n \"documentURI\",\n \"dolphin\",\n \"dolphinGameCenter\",\n \"dolphininfo\",\n \"dolphinmeta\",\n \"domComplete\",\n \"domContentLoadedEventEnd\",\n \"domContentLoadedEventStart\",\n \"domInteractive\",\n \"domLoading\",\n \"domain\",\n \"domainLookupEnd\",\n \"domainLookupStart\",\n \"dominant-baseline\",\n \"dominantBaseline\",\n \"done\",\n \"dopplerFactor\",\n \"download\",\n \"dragDrop\",\n \"draggable\",\n \"drawArrays\",\n \"drawArraysInstancedANGLE\",\n \"drawCustomFocusRing\",\n \"drawElements\",\n \"drawElementsInstancedANGLE\",\n \"drawFocusIfNeeded\",\n \"drawImage\",\n \"drawImageFromRect\",\n \"drawSystemFocusRing\",\n \"drawingBufferHeight\",\n \"drawingBufferWidth\",\n \"dropEffect\",\n \"droppedVideoFrames\",\n \"dropzone\",\n \"dump\",\n \"duplicate\",\n \"duration\",\n \"dvname\",\n \"dvnum\",\n \"dx\",\n \"dy\",\n \"dynsrc\",\n \"e\",\n \"edgeMode\",\n \"effectAllowed\",\n \"elapsedTime\",\n \"elementFromPoint\",\n \"elements\",\n \"elevation\",\n \"ellipse\",\n \"email\",\n \"embeds\",\n \"empty\",\n \"empty-cells\",\n \"emptyCells\",\n \"enable\",\n \"enableBackground\",\n \"enableStyleSheetsForSet\",\n \"enableVertexAttribArray\",\n \"enabled\",\n \"enabledPlugin\",\n \"encode\",\n \"encodeURI\",\n \"encodeURIComponent\",\n \"encoding\",\n \"encrypt\",\n \"enctype\",\n \"end\",\n \"endContainer\",\n \"endElement\",\n \"endElementAt\",\n \"endOfStream\",\n \"endOffset\",\n \"endTime\",\n \"ended\",\n \"endsWith\",\n \"entities\",\n \"entries\",\n \"entryType\",\n \"enumerate\",\n \"enumerateEditable\",\n \"error\",\n \"errorCode\",\n \"escape\",\n \"eval\",\n \"evaluate\",\n \"event\",\n \"eventPhase\",\n \"every\",\n \"exception\",\n \"exec\",\n \"execCommand\",\n \"execCommandShowHelp\",\n \"execScript\",\n \"exitFullscreen\",\n \"exitPointerLock\",\n \"exp\",\n \"expand\",\n \"expandEntityReferences\",\n \"expando\",\n \"expansion\",\n \"expiryDate\",\n \"explicitOriginalTarget\",\n \"expm1\",\n \"exponent\",\n \"exponentialRampToValueAtTime\",\n \"exportKey\",\n \"extend\",\n \"extensions\",\n \"extentNode\",\n \"extentOffset\",\n \"external\",\n \"externalResourcesRequired\",\n \"extractContents\",\n \"extractable\",\n \"f\",\n \"face\",\n \"factoryReset\",\n \"fallback\",\n \"familyName\",\n \"farthestViewportElement\",\n \"fastSeek\",\n \"fatal\",\n \"fetch\",\n \"fetchStart\",\n \"fftSize\",\n \"fgColor\",\n \"fileCreatedDate\",\n \"fileHandle\",\n \"fileModifiedDate\",\n \"fileName\",\n \"fileSize\",\n \"fileUpdatedDate\",\n \"filename\",\n \"files\",\n \"fill\",\n \"fill-opacity\",\n \"fill-rule\",\n \"fillOpacity\",\n \"fillRect\",\n \"fillRule\",\n \"fillStyle\",\n \"fillText\",\n \"filter\",\n \"filterResX\",\n \"filterResY\",\n \"filterUnits\",\n \"filters\",\n \"finally\",\n \"find\",\n \"findIndex\",\n \"findRule\",\n \"findText\",\n \"finish\",\n \"fireEvent\",\n \"firstChild\",\n \"firstElementChild\",\n \"firstPage\",\n \"fixed\",\n \"flex\",\n \"flex-basis\",\n \"flex-direction\",\n \"flex-flow\",\n \"flex-grow\",\n \"flex-shrink\",\n \"flex-wrap\",\n \"flexBasis\",\n \"flexDirection\",\n \"flexFlow\",\n \"flexGrow\",\n \"flexShrink\",\n \"flexWrap\",\n \"flipX\",\n \"flipY\",\n \"float\",\n \"flood-color\",\n \"flood-opacity\",\n \"floodColor\",\n \"floodOpacity\",\n \"floor\",\n \"flush\",\n \"focus\",\n \"focusNode\",\n \"focusOffset\",\n \"font\",\n \"font-family\",\n \"font-feature-settings\",\n \"font-kerning\",\n \"font-language-override\",\n \"font-size\",\n \"font-size-adjust\",\n \"font-stretch\",\n \"font-style\",\n \"font-synthesis\",\n \"font-variant\",\n \"font-variant-alternates\",\n \"font-variant-caps\",\n \"font-variant-east-asian\",\n \"font-variant-ligatures\",\n \"font-variant-numeric\",\n \"font-variant-position\",\n \"font-weight\",\n \"fontFamily\",\n \"fontFeatureSettings\",\n \"fontKerning\",\n \"fontLanguageOverride\",\n \"fontSize\",\n \"fontSizeAdjust\",\n \"fontSmoothingEnabled\",\n \"fontStretch\",\n \"fontStyle\",\n \"fontSynthesis\",\n \"fontVariant\",\n \"fontVariantAlternates\",\n \"fontVariantCaps\",\n \"fontVariantEastAsian\",\n \"fontVariantLigatures\",\n \"fontVariantNumeric\",\n \"fontVariantPosition\",\n \"fontWeight\",\n \"fontcolor\",\n \"fonts\",\n \"fontsize\",\n \"for\",\n \"forEach\",\n \"forceRedraw\",\n \"form\",\n \"formAction\",\n \"formEnctype\",\n \"formMethod\",\n \"formNoValidate\",\n \"formTarget\",\n \"format\",\n \"forms\",\n \"forward\",\n \"fr\",\n \"frame\",\n \"frameBorder\",\n \"frameElement\",\n \"frameSpacing\",\n \"framebufferRenderbuffer\",\n \"framebufferTexture2D\",\n \"frames\",\n \"freeSpace\",\n \"freeze\",\n \"frequency\",\n \"frequencyBinCount\",\n \"from\",\n \"fromCharCode\",\n \"fromCodePoint\",\n \"fromElement\",\n \"frontFace\",\n \"fround\",\n \"fullScreen\",\n \"fullscreenElement\",\n \"fullscreenEnabled\",\n \"fx\",\n \"fy\",\n \"gain\",\n \"gamepad\",\n \"gamma\",\n \"genderIdentity\",\n \"generateKey\",\n \"generateMipmap\",\n \"generateRequest\",\n \"geolocation\",\n \"gestureObject\",\n \"get\",\n \"getActiveAttrib\",\n \"getActiveUniform\",\n \"getAdjacentText\",\n \"getAll\",\n \"getAllResponseHeaders\",\n \"getAsFile\",\n \"getAsString\",\n \"getAttachedShaders\",\n \"getAttribLocation\",\n \"getAttribute\",\n \"getAttributeNS\",\n \"getAttributeNode\",\n \"getAttributeNodeNS\",\n \"getAudioTracks\",\n \"getBBox\",\n \"getBattery\",\n \"getBlob\",\n \"getBookmark\",\n \"getBoundingClientRect\",\n \"getBufferParameter\",\n \"getByteFrequencyData\",\n \"getByteTimeDomainData\",\n \"getCSSCanvasContext\",\n \"getCTM\",\n \"getCandidateWindowClientRect\",\n \"getChannelData\",\n \"getCharNumAtPosition\",\n \"getClientRect\",\n \"getClientRects\",\n \"getCompositionAlternatives\",\n \"getComputedStyle\",\n \"getComputedTextLength\",\n \"getConfiguration\",\n \"getContext\",\n \"getContextAttributes\",\n \"getCounterValue\",\n \"getCueAsHTML\",\n \"getCueById\",\n \"getCurrentPosition\",\n \"getCurrentTime\",\n \"getData\",\n \"getDatabaseNames\",\n \"getDate\",\n \"getDay\",\n \"getDefaultComputedStyle\",\n \"getDestinationInsertionPoints\",\n \"getDistributedNodes\",\n \"getEditable\",\n \"getElementById\",\n \"getElementsByClassName\",\n \"getElementsByName\",\n \"getElementsByTagName\",\n \"getElementsByTagNameNS\",\n \"getEnclosureList\",\n \"getEndPositionOfChar\",\n \"getEntries\",\n \"getEntriesByName\",\n \"getEntriesByType\",\n \"getError\",\n \"getExtension\",\n \"getExtentOfChar\",\n \"getFeature\",\n \"getFile\",\n \"getFloat32\",\n \"getFloat64\",\n \"getFloatFrequencyData\",\n \"getFloatTimeDomainData\",\n \"getFloatValue\",\n \"getFramebufferAttachmentParameter\",\n \"getFrequencyResponse\",\n \"getFullYear\",\n \"getGamepads\",\n \"getHours\",\n \"getImageData\",\n \"getInt16\",\n \"getInt32\",\n \"getInt8\",\n \"getIntersectionList\",\n \"getItem\",\n \"getItems\",\n \"getKey\",\n \"getLineDash\",\n \"getLocalStreams\",\n \"getMarks\",\n \"getMatchedCSSRules\",\n \"getMeasures\",\n \"getMetadata\",\n \"getMilliseconds\",\n \"getMinutes\",\n \"getModifierState\",\n \"getMonth\",\n \"getNamedItem\",\n \"getNamedItemNS\",\n \"getNotifier\",\n \"getNumberOfChars\",\n \"getOverrideHistoryNavigationMode\",\n \"getOverrideStyle\",\n \"getOwnPropertyDescriptor\",\n \"getOwnPropertyNames\",\n \"getOwnPropertySymbols\",\n \"getParameter\",\n \"getPathSegAtLength\",\n \"getPointAtLength\",\n \"getPreference\",\n \"getPreferenceDefault\",\n \"getPresentationAttribute\",\n \"getPreventDefault\",\n \"getProgramInfoLog\",\n \"getProgramParameter\",\n \"getPropertyCSSValue\",\n \"getPropertyPriority\",\n \"getPropertyShorthand\",\n \"getPropertyValue\",\n \"getPrototypeOf\",\n \"getRGBColorValue\",\n \"getRandomValues\",\n \"getRangeAt\",\n \"getReceivers\",\n \"getRectValue\",\n \"getRegistration\",\n \"getRemoteStreams\",\n \"getRenderbufferParameter\",\n \"getResponseHeader\",\n \"getRoot\",\n \"getRotationOfChar\",\n \"getSVGDocument\",\n \"getScreenCTM\",\n \"getSeconds\",\n \"getSelection\",\n \"getSenders\",\n \"getShaderInfoLog\",\n \"getShaderParameter\",\n \"getShaderPrecisionFormat\",\n \"getShaderSource\",\n \"getSimpleDuration\",\n \"getSiteIcons\",\n \"getSources\",\n \"getSpeculativeParserUrls\",\n \"getStartPositionOfChar\",\n \"getStartTime\",\n \"getStats\",\n \"getStorageUpdates\",\n \"getStreamById\",\n \"getStringValue\",\n \"getSubStringLength\",\n \"getSubscription\",\n \"getSupportedExtensions\",\n \"getTexParameter\",\n \"getTime\",\n \"getTimezoneOffset\",\n \"getTotalLength\",\n \"getTrackById\",\n \"getTracks\",\n \"getTransformToElement\",\n \"getUTCDate\",\n \"getUTCDay\",\n \"getUTCFullYear\",\n \"getUTCHours\",\n \"getUTCMilliseconds\",\n \"getUTCMinutes\",\n \"getUTCMonth\",\n \"getUTCSeconds\",\n \"getUint16\",\n \"getUint32\",\n \"getUint8\",\n \"getUniform\",\n \"getUniformLocation\",\n \"getUserMedia\",\n \"getValues\",\n \"getVarDate\",\n \"getVariableValue\",\n \"getVertexAttrib\",\n \"getVertexAttribOffset\",\n \"getVideoPlaybackQuality\",\n \"getVideoTracks\",\n \"getWakeLockState\",\n \"getYear\",\n \"givenName\",\n \"global\",\n \"globalAlpha\",\n \"globalCompositeOperation\",\n \"glyphOrientationHorizontal\",\n \"glyphOrientationVertical\",\n \"glyphRef\",\n \"go\",\n \"gradientTransform\",\n \"gradientUnits\",\n \"grammars\",\n \"green\",\n \"group\",\n \"groupCollapsed\",\n \"groupEnd\",\n \"hardwareConcurrency\",\n \"has\",\n \"hasAttribute\",\n \"hasAttributeNS\",\n \"hasAttributes\",\n \"hasChildNodes\",\n \"hasComposition\",\n \"hasExtension\",\n \"hasFeature\",\n \"hasFocus\",\n \"hasLayout\",\n \"hasOwnProperty\",\n \"hash\",\n \"head\",\n \"headers\",\n \"heading\",\n \"height\",\n \"hidden\",\n \"hide\",\n \"hideFocus\",\n \"high\",\n \"hint\",\n \"history\",\n \"honorificPrefix\",\n \"honorificSuffix\",\n \"horizontalOverflow\",\n \"host\",\n \"hostname\",\n \"href\",\n \"hreflang\",\n \"hspace\",\n \"html5TagCheckInerface\",\n \"htmlFor\",\n \"htmlText\",\n \"httpEquiv\",\n \"hwTimestamp\",\n \"hypot\",\n \"iccId\",\n \"iceConnectionState\",\n \"iceGatheringState\",\n \"icon\",\n \"id\",\n \"identifier\",\n \"identity\",\n \"ignoreBOM\",\n \"ignoreCase\",\n \"image-orientation\",\n \"image-rendering\",\n \"imageOrientation\",\n \"imageRendering\",\n \"images\",\n \"ime-mode\",\n \"imeMode\",\n \"implementation\",\n \"importKey\",\n \"importNode\",\n \"importStylesheet\",\n \"imports\",\n \"impp\",\n \"imul\",\n \"in1\",\n \"in2\",\n \"inBandMetadataTrackDispatchType\",\n \"inRange\",\n \"includes\",\n \"incremental\",\n \"indeterminate\",\n \"index\",\n \"indexNames\",\n \"indexOf\",\n \"indexedDB\",\n \"inertiaDestinationX\",\n \"inertiaDestinationY\",\n \"info\",\n \"init\",\n \"initAnimationEvent\",\n \"initBeforeLoadEvent\",\n \"initClipboardEvent\",\n \"initCloseEvent\",\n \"initCommandEvent\",\n \"initCompositionEvent\",\n \"initCustomEvent\",\n \"initData\",\n \"initDeviceMotionEvent\",\n \"initDeviceOrientationEvent\",\n \"initDragEvent\",\n \"initErrorEvent\",\n \"initEvent\",\n \"initFocusEvent\",\n \"initGestureEvent\",\n \"initHashChangeEvent\",\n \"initKeyEvent\",\n \"initKeyboardEvent\",\n \"initMSManipulationEvent\",\n \"initMessageEvent\",\n \"initMouseEvent\",\n \"initMouseScrollEvent\",\n \"initMouseWheelEvent\",\n \"initMutationEvent\",\n \"initNSMouseEvent\",\n \"initOverflowEvent\",\n \"initPageEvent\",\n \"initPageTransitionEvent\",\n \"initPointerEvent\",\n \"initPopStateEvent\",\n \"initProgressEvent\",\n \"initScrollAreaEvent\",\n \"initSimpleGestureEvent\",\n \"initStorageEvent\",\n \"initTextEvent\",\n \"initTimeEvent\",\n \"initTouchEvent\",\n \"initTransitionEvent\",\n \"initUIEvent\",\n \"initWebKitAnimationEvent\",\n \"initWebKitTransitionEvent\",\n \"initWebKitWheelEvent\",\n \"initWheelEvent\",\n \"initialTime\",\n \"initialize\",\n \"initiatorType\",\n \"inner\",\n \"innerHTML\",\n \"innerHeight\",\n \"innerText\",\n \"innerWidth\",\n \"input\",\n \"inputBuffer\",\n \"inputEncoding\",\n \"inputMethod\",\n \"insertAdjacentElement\",\n \"insertAdjacentHTML\",\n \"insertAdjacentText\",\n \"insertBefore\",\n \"insertCell\",\n \"insertData\",\n \"insertItemBefore\",\n \"insertNode\",\n \"insertRow\",\n \"insertRule\",\n \"instanceRoot\",\n \"intercept\",\n \"interimResults\",\n \"internalSubset\",\n \"intersectsNode\",\n \"interval\",\n \"invalidIteratorState\",\n \"inverse\",\n \"invertSelf\",\n \"is\",\n \"is2D\",\n \"isAlternate\",\n \"isArray\",\n \"isBingCurrentSearchDefault\",\n \"isBuffer\",\n \"isCandidateWindowVisible\",\n \"isChar\",\n \"isCollapsed\",\n \"isComposing\",\n \"isContentEditable\",\n \"isContentHandlerRegistered\",\n \"isContextLost\",\n \"isDefaultNamespace\",\n \"isDisabled\",\n \"isEnabled\",\n \"isEqual\",\n \"isEqualNode\",\n \"isExtensible\",\n \"isFinite\",\n \"isFramebuffer\",\n \"isFrozen\",\n \"isGenerator\",\n \"isId\",\n \"isInjected\",\n \"isInteger\",\n \"isMap\",\n \"isMultiLine\",\n \"isNaN\",\n \"isOpen\",\n \"isPointInFill\",\n \"isPointInPath\",\n \"isPointInRange\",\n \"isPointInStroke\",\n \"isPrefAlternate\",\n \"isPrimary\",\n \"isProgram\",\n \"isPropertyImplicit\",\n \"isProtocolHandlerRegistered\",\n \"isPrototypeOf\",\n \"isRenderbuffer\",\n \"isSafeInteger\",\n \"isSameNode\",\n \"isSealed\",\n \"isShader\",\n \"isSupported\",\n \"isTextEdit\",\n \"isTexture\",\n \"isTrusted\",\n \"isTypeSupported\",\n \"isView\",\n \"isolation\",\n \"italics\",\n \"item\",\n \"itemId\",\n \"itemProp\",\n \"itemRef\",\n \"itemScope\",\n \"itemType\",\n \"itemValue\",\n \"iterateNext\",\n \"iterator\",\n \"javaEnabled\",\n \"jobTitle\",\n \"join\",\n \"json\",\n \"justify-content\",\n \"justifyContent\",\n \"k1\",\n \"k2\",\n \"k3\",\n \"k4\",\n \"kernelMatrix\",\n \"kernelUnitLengthX\",\n \"kernelUnitLengthY\",\n \"kerning\",\n \"key\",\n \"keyCode\",\n \"keyFor\",\n \"keyIdentifier\",\n \"keyLightEnabled\",\n \"keyLocation\",\n \"keyPath\",\n \"keySystem\",\n \"keyText\",\n \"keyUsage\",\n \"keys\",\n \"keytype\",\n \"kind\",\n \"knee\",\n \"label\",\n \"labels\",\n \"lang\",\n \"language\",\n \"languages\",\n \"largeArcFlag\",\n \"lastChild\",\n \"lastElementChild\",\n \"lastEventId\",\n \"lastIndex\",\n \"lastIndexOf\",\n \"lastMatch\",\n \"lastMessageSubject\",\n \"lastMessageType\",\n \"lastModified\",\n \"lastModifiedDate\",\n \"lastPage\",\n \"lastParen\",\n \"lastState\",\n \"lastStyleSheetSet\",\n \"latitude\",\n \"layerX\",\n \"layerY\",\n \"layoutFlow\",\n \"layoutGrid\",\n \"layoutGridChar\",\n \"layoutGridLine\",\n \"layoutGridMode\",\n \"layoutGridType\",\n \"lbound\",\n \"left\",\n \"leftContext\",\n \"leftMargin\",\n \"length\",\n \"lengthAdjust\",\n \"lengthComputable\",\n \"letter-spacing\",\n \"letterSpacing\",\n \"level\",\n \"lighting-color\",\n \"lightingColor\",\n \"limitingConeAngle\",\n \"line\",\n \"line-height\",\n \"lineAlign\",\n \"lineBreak\",\n \"lineCap\",\n \"lineDashOffset\",\n \"lineHeight\",\n \"lineJoin\",\n \"lineNumber\",\n \"lineTo\",\n \"lineWidth\",\n \"linearRampToValueAtTime\",\n \"lineno\",\n \"link\",\n \"linkColor\",\n \"linkProgram\",\n \"links\",\n \"list\",\n \"list-style\",\n \"list-style-image\",\n \"list-style-position\",\n \"list-style-type\",\n \"listStyle\",\n \"listStyleImage\",\n \"listStylePosition\",\n \"listStyleType\",\n \"listener\",\n \"load\",\n \"loadEventEnd\",\n \"loadEventStart\",\n \"loadTimes\",\n \"loaded\",\n \"localDescription\",\n \"localName\",\n \"localStorage\",\n \"locale\",\n \"localeCompare\",\n \"location\",\n \"locationbar\",\n \"lock\",\n \"lockedFile\",\n \"log\",\n \"log10\",\n \"log1p\",\n \"log2\",\n \"logicalXDPI\",\n \"logicalYDPI\",\n \"longDesc\",\n \"longitude\",\n \"lookupNamespaceURI\",\n \"lookupPrefix\",\n \"loop\",\n \"loopEnd\",\n \"loopStart\",\n \"looping\",\n \"low\",\n \"lower\",\n \"lowerBound\",\n \"lowerOpen\",\n \"lowsrc\",\n \"m11\",\n \"m12\",\n \"m13\",\n \"m14\",\n \"m21\",\n \"m22\",\n \"m23\",\n \"m24\",\n \"m31\",\n \"m32\",\n \"m33\",\n \"m34\",\n \"m41\",\n \"m42\",\n \"m43\",\n \"m44\",\n \"manifest\",\n \"map\",\n \"mapping\",\n \"margin\",\n \"margin-bottom\",\n \"margin-left\",\n \"margin-right\",\n \"margin-top\",\n \"marginBottom\",\n \"marginHeight\",\n \"marginLeft\",\n \"marginRight\",\n \"marginTop\",\n \"marginWidth\",\n \"mark\",\n \"marker\",\n \"marker-end\",\n \"marker-mid\",\n \"marker-offset\",\n \"marker-start\",\n \"markerEnd\",\n \"markerHeight\",\n \"markerMid\",\n \"markerOffset\",\n \"markerStart\",\n \"markerUnits\",\n \"markerWidth\",\n \"marks\",\n \"mask\",\n \"mask-type\",\n \"maskContentUnits\",\n \"maskType\",\n \"maskUnits\",\n \"match\",\n \"matchMedia\",\n \"matchMedium\",\n \"matches\",\n \"matrix\",\n \"matrixTransform\",\n \"max\",\n \"max-height\",\n \"max-width\",\n \"maxAlternatives\",\n \"maxChannelCount\",\n \"maxConnectionsPerServer\",\n \"maxDecibels\",\n \"maxDistance\",\n \"maxHeight\",\n \"maxLength\",\n \"maxTouchPoints\",\n \"maxValue\",\n \"maxWidth\",\n \"measure\",\n \"measureText\",\n \"media\",\n \"mediaCapabilities\",\n \"mediaDevices\",\n \"mediaElement\",\n \"mediaGroup\",\n \"mediaKeys\",\n \"mediaText\",\n \"meetOrSlice\",\n \"memory\",\n \"menubar\",\n \"mergeAttributes\",\n \"message\",\n \"messageClass\",\n \"messageHandlers\",\n \"metaKey\",\n \"method\",\n \"mimeType\",\n \"mimeTypes\",\n \"min\",\n \"min-height\",\n \"min-width\",\n \"minDecibels\",\n \"minHeight\",\n \"minValue\",\n \"minWidth\",\n \"miterLimit\",\n \"mix-blend-mode\",\n \"mixBlendMode\",\n \"mode\",\n \"modify\",\n \"mount\",\n \"move\",\n \"moveBy\",\n \"moveEnd\",\n \"moveFirst\",\n \"moveFocusDown\",\n \"moveFocusLeft\",\n \"moveFocusRight\",\n \"moveFocusUp\",\n \"moveNext\",\n \"moveRow\",\n \"moveStart\",\n \"moveTo\",\n \"moveToBookmark\",\n \"moveToElementText\",\n \"moveToPoint\",\n \"mozAdd\",\n \"mozAnimationStartTime\",\n \"mozAnon\",\n \"mozApps\",\n \"mozAudioCaptured\",\n \"mozAudioChannelType\",\n \"mozAutoplayEnabled\",\n \"mozCancelAnimationFrame\",\n \"mozCancelFullScreen\",\n \"mozCancelRequestAnimationFrame\",\n \"mozCaptureStream\",\n \"mozCaptureStreamUntilEnded\",\n \"mozClearDataAt\",\n \"mozContact\",\n \"mozContacts\",\n \"mozCreateFileHandle\",\n \"mozCurrentTransform\",\n \"mozCurrentTransformInverse\",\n \"mozCursor\",\n \"mozDash\",\n \"mozDashOffset\",\n \"mozDecodedFrames\",\n \"mozExitPointerLock\",\n \"mozFillRule\",\n \"mozFragmentEnd\",\n \"mozFrameDelay\",\n \"mozFullScreen\",\n \"mozFullScreenElement\",\n \"mozFullScreenEnabled\",\n \"mozGetAll\",\n \"mozGetAllKeys\",\n \"mozGetAsFile\",\n \"mozGetDataAt\",\n \"mozGetMetadata\",\n \"mozGetUserMedia\",\n \"mozHasAudio\",\n \"mozHasItem\",\n \"mozHidden\",\n \"mozImageSmoothingEnabled\",\n \"mozIndexedDB\",\n \"mozInnerScreenX\",\n \"mozInnerScreenY\",\n \"mozInputSource\",\n \"mozIsTextField\",\n \"mozItem\",\n \"mozItemCount\",\n \"mozItems\",\n \"mozLength\",\n \"mozLockOrientation\",\n \"mozMatchesSelector\",\n \"mozMovementX\",\n \"mozMovementY\",\n \"mozOpaque\",\n \"mozOrientation\",\n \"mozPaintCount\",\n \"mozPaintedFrames\",\n \"mozParsedFrames\",\n \"mozPay\",\n \"mozPointerLockElement\",\n \"mozPresentedFrames\",\n \"mozPreservesPitch\",\n \"mozPressure\",\n \"mozPrintCallback\",\n \"mozRTCIceCandidate\",\n \"mozRTCPeerConnection\",\n \"mozRTCSessionDescription\",\n \"mozRemove\",\n \"mozRequestAnimationFrame\",\n \"mozRequestFullScreen\",\n \"mozRequestPointerLock\",\n \"mozSetDataAt\",\n \"mozSetImageElement\",\n \"mozSourceNode\",\n \"mozSrcObject\",\n \"mozSystem\",\n \"mozTCPSocket\",\n \"mozTextStyle\",\n \"mozTypesAt\",\n \"mozUnlockOrientation\",\n \"mozUserCancelled\",\n \"mozVisibilityState\",\n \"msAnimation\",\n \"msAnimationDelay\",\n \"msAnimationDirection\",\n \"msAnimationDuration\",\n \"msAnimationFillMode\",\n \"msAnimationIterationCount\",\n \"msAnimationName\",\n \"msAnimationPlayState\",\n \"msAnimationStartTime\",\n \"msAnimationTimingFunction\",\n \"msBackfaceVisibility\",\n \"msBlockProgression\",\n \"msCSSOMElementFloatMetrics\",\n \"msCaching\",\n \"msCachingEnabled\",\n \"msCancelRequestAnimationFrame\",\n \"msCapsLockWarningOff\",\n \"msClearImmediate\",\n \"msClose\",\n \"msContentZoomChaining\",\n \"msContentZoomFactor\",\n \"msContentZoomLimit\",\n \"msContentZoomLimitMax\",\n \"msContentZoomLimitMin\",\n \"msContentZoomSnap\",\n \"msContentZoomSnapPoints\",\n \"msContentZoomSnapType\",\n \"msContentZooming\",\n \"msConvertURL\",\n \"msCrypto\",\n \"msDoNotTrack\",\n \"msElementsFromPoint\",\n \"msElementsFromRect\",\n \"msExitFullscreen\",\n \"msExtendedCode\",\n \"msFillRule\",\n \"msFirstPaint\",\n \"msFlex\",\n \"msFlexAlign\",\n \"msFlexDirection\",\n \"msFlexFlow\",\n \"msFlexItemAlign\",\n \"msFlexLinePack\",\n \"msFlexNegative\",\n \"msFlexOrder\",\n \"msFlexPack\",\n \"msFlexPositive\",\n \"msFlexPreferredSize\",\n \"msFlexWrap\",\n \"msFlowFrom\",\n \"msFlowInto\",\n \"msFontFeatureSettings\",\n \"msFullscreenElement\",\n \"msFullscreenEnabled\",\n \"msGetInputContext\",\n \"msGetRegionContent\",\n \"msGetUntransformedBounds\",\n \"msGraphicsTrustStatus\",\n \"msGridColumn\",\n \"msGridColumnAlign\",\n \"msGridColumnSpan\",\n \"msGridColumns\",\n \"msGridRow\",\n \"msGridRowAlign\",\n \"msGridRowSpan\",\n \"msGridRows\",\n \"msHidden\",\n \"msHighContrastAdjust\",\n \"msHyphenateLimitChars\",\n \"msHyphenateLimitLines\",\n \"msHyphenateLimitZone\",\n \"msHyphens\",\n \"msImageSmoothingEnabled\",\n \"msImeAlign\",\n \"msIndexedDB\",\n \"msInterpolationMode\",\n \"msIsStaticHTML\",\n \"msKeySystem\",\n \"msKeys\",\n \"msLaunchUri\",\n \"msLockOrientation\",\n \"msManipulationViewsEnabled\",\n \"msMatchMedia\",\n \"msMatchesSelector\",\n \"msMaxTouchPoints\",\n \"msOrientation\",\n \"msOverflowStyle\",\n \"msPerspective\",\n \"msPerspectiveOrigin\",\n \"msPlayToDisabled\",\n \"msPlayToPreferredSourceUri\",\n \"msPlayToPrimary\",\n \"msPointerEnabled\",\n \"msRegionOverflow\",\n \"msReleasePointerCapture\",\n \"msRequestAnimationFrame\",\n \"msRequestFullscreen\",\n \"msSaveBlob\",\n \"msSaveOrOpenBlob\",\n \"msScrollChaining\",\n \"msScrollLimit\",\n \"msScrollLimitXMax\",\n \"msScrollLimitXMin\",\n \"msScrollLimitYMax\",\n \"msScrollLimitYMin\",\n \"msScrollRails\",\n \"msScrollSnapPointsX\",\n \"msScrollSnapPointsY\",\n \"msScrollSnapType\",\n \"msScrollSnapX\",\n \"msScrollSnapY\",\n \"msScrollTranslation\",\n \"msSetImmediate\",\n \"msSetMediaKeys\",\n \"msSetPointerCapture\",\n \"msTextCombineHorizontal\",\n \"msTextSizeAdjust\",\n \"msToBlob\",\n \"msTouchAction\",\n \"msTouchSelect\",\n \"msTraceAsyncCallbackCompleted\",\n \"msTraceAsyncCallbackStarting\",\n \"msTraceAsyncOperationCompleted\",\n \"msTraceAsyncOperationStarting\",\n \"msTransform\",\n \"msTransformOrigin\",\n \"msTransformStyle\",\n \"msTransition\",\n \"msTransitionDelay\",\n \"msTransitionDuration\",\n \"msTransitionProperty\",\n \"msTransitionTimingFunction\",\n \"msUnlockOrientation\",\n \"msUpdateAsyncCallbackRelation\",\n \"msUserSelect\",\n \"msVisibilityState\",\n \"msWrapFlow\",\n \"msWrapMargin\",\n \"msWrapThrough\",\n \"msWriteProfilerMark\",\n \"msZoom\",\n \"msZoomTo\",\n \"mt\",\n \"multiEntry\",\n \"multiSelectionObj\",\n \"multiline\",\n \"multiple\",\n \"multiply\",\n \"multiplySelf\",\n \"mutableFile\",\n \"muted\",\n \"n\",\n \"name\",\n \"nameProp\",\n \"namedItem\",\n \"namedRecordset\",\n \"names\",\n \"namespaceURI\",\n \"namespaces\",\n \"naturalHeight\",\n \"naturalWidth\",\n \"navigate\",\n \"navigation\",\n \"navigationMode\",\n \"navigationStart\",\n \"navigator\",\n \"near\",\n \"nearestViewportElement\",\n \"negative\",\n \"netscape\",\n \"networkState\",\n \"newScale\",\n \"newTranslate\",\n \"newURL\",\n \"newValue\",\n \"newValueSpecifiedUnits\",\n \"newVersion\",\n \"newhome\",\n \"next\",\n \"nextElementSibling\",\n \"nextNode\",\n \"nextPage\",\n \"nextSibling\",\n \"nickname\",\n \"noHref\",\n \"noResize\",\n \"noShade\",\n \"noValidate\",\n \"noWrap\",\n \"nodeName\",\n \"nodeType\",\n \"nodeValue\",\n \"normalize\",\n \"normalizedPathSegList\",\n \"notationName\",\n \"notations\",\n \"note\",\n \"noteGrainOn\",\n \"noteOff\",\n \"noteOn\",\n \"now\",\n \"numOctaves\",\n \"number\",\n \"numberOfChannels\",\n \"numberOfInputs\",\n \"numberOfItems\",\n \"numberOfOutputs\",\n \"numberValue\",\n \"oMatchesSelector\",\n \"object\",\n \"object-fit\",\n \"object-position\",\n \"objectFit\",\n \"objectPosition\",\n \"objectStore\",\n \"objectStoreNames\",\n \"observe\",\n \"of\",\n \"offscreenBuffering\",\n \"offset\",\n \"offsetHeight\",\n \"offsetLeft\",\n \"offsetNode\",\n \"offsetParent\",\n \"offsetTop\",\n \"offsetWidth\",\n \"offsetX\",\n \"offsetY\",\n \"ok\",\n \"oldURL\",\n \"oldValue\",\n \"oldVersion\",\n \"olderShadowRoot\",\n \"onLine\",\n \"onabort\",\n \"onactivate\",\n \"onactive\",\n \"onaddstream\",\n \"onaddtrack\",\n \"onafterprint\",\n \"onafterscriptexecute\",\n \"onafterupdate\",\n \"onaudioend\",\n \"onaudioprocess\",\n \"onaudiostart\",\n \"onautocomplete\",\n \"onautocompleteerror\",\n \"onbeforeactivate\",\n \"onbeforecopy\",\n \"onbeforecut\",\n \"onbeforedeactivate\",\n \"onbeforeeditfocus\",\n \"onbeforepaste\",\n \"onbeforeprint\",\n \"onbeforescriptexecute\",\n \"onbeforeunload\",\n \"onbeforeupdate\",\n \"onblocked\",\n \"onblur\",\n \"onbounce\",\n \"onboundary\",\n \"oncached\",\n \"oncancel\",\n \"oncandidatewindowhide\",\n \"oncandidatewindowshow\",\n \"oncandidatewindowupdate\",\n \"oncanplay\",\n \"oncanplaythrough\",\n \"oncellchange\",\n \"onchange\",\n \"onchargingchange\",\n \"onchargingtimechange\",\n \"onchecking\",\n \"onclick\",\n \"onclose\",\n \"oncompassneedscalibration\",\n \"oncomplete\",\n \"oncontextmenu\",\n \"oncontrolselect\",\n \"oncopy\",\n \"oncuechange\",\n \"oncut\",\n \"ondataavailable\",\n \"ondatachannel\",\n \"ondatasetchanged\",\n \"ondatasetcomplete\",\n \"ondblclick\",\n \"ondeactivate\",\n \"ondevicelight\",\n \"ondevicemotion\",\n \"ondeviceorientation\",\n \"ondeviceproximity\",\n \"ondischargingtimechange\",\n \"ondisplay\",\n \"ondownloading\",\n \"ondrag\",\n \"ondragend\",\n \"ondragenter\",\n \"ondragleave\",\n \"ondragover\",\n \"ondragstart\",\n \"ondrop\",\n \"ondurationchange\",\n \"onemptied\",\n \"onencrypted\",\n \"onend\",\n \"onended\",\n \"onenter\",\n \"onerror\",\n \"onerrorupdate\",\n \"onexit\",\n \"onfilterchange\",\n \"onfinish\",\n \"onfocus\",\n \"onfocusin\",\n \"onfocusout\",\n \"onfullscreenchange\",\n \"onfullscreenerror\",\n \"ongesturechange\",\n \"ongestureend\",\n \"ongesturestart\",\n \"ongotpointercapture\",\n \"onhashchange\",\n \"onhelp\",\n \"onicecandidate\",\n \"oniceconnectionstatechange\",\n \"oninactive\",\n \"oninput\",\n \"oninvalid\",\n \"onkeydown\",\n \"onkeypress\",\n \"onkeyup\",\n \"onlanguagechange\",\n \"onlayoutcomplete\",\n \"onlevelchange\",\n \"onload\",\n \"onloadeddata\",\n \"onloadedmetadata\",\n \"onloadend\",\n \"onloadstart\",\n \"onlosecapture\",\n \"onlostpointercapture\",\n \"only\",\n \"onmark\",\n \"onmessage\",\n \"onmousedown\",\n \"onmouseenter\",\n \"onmouseleave\",\n \"onmousemove\",\n \"onmouseout\",\n \"onmouseover\",\n \"onmouseup\",\n \"onmousewheel\",\n \"onmove\",\n \"onmoveend\",\n \"onmovestart\",\n \"onmozfullscreenchange\",\n \"onmozfullscreenerror\",\n \"onmozorientationchange\",\n \"onmozpointerlockchange\",\n \"onmozpointerlockerror\",\n \"onmscontentzoom\",\n \"onmsfullscreenchange\",\n \"onmsfullscreenerror\",\n \"onmsgesturechange\",\n \"onmsgesturedoubletap\",\n \"onmsgestureend\",\n \"onmsgesturehold\",\n \"onmsgesturestart\",\n \"onmsgesturetap\",\n \"onmsgotpointercapture\",\n \"onmsinertiastart\",\n \"onmslostpointercapture\",\n \"onmsmanipulationstatechanged\",\n \"onmsneedkey\",\n \"onmsorientationchange\",\n \"onmspointercancel\",\n \"onmspointerdown\",\n \"onmspointerenter\",\n \"onmspointerhover\",\n \"onmspointerleave\",\n \"onmspointermove\",\n \"onmspointerout\",\n \"onmspointerover\",\n \"onmspointerup\",\n \"onmssitemodejumplistitemremoved\",\n \"onmsthumbnailclick\",\n \"onnegotiationneeded\",\n \"onnomatch\",\n \"onnoupdate\",\n \"onobsolete\",\n \"onoffline\",\n \"ononline\",\n \"onopen\",\n \"onorientationchange\",\n \"onpagechange\",\n \"onpagehide\",\n \"onpageshow\",\n \"onpaste\",\n \"onpause\",\n \"onplay\",\n \"onplaying\",\n \"onpluginstreamstart\",\n \"onpointercancel\",\n \"onpointerdown\",\n \"onpointerenter\",\n \"onpointerleave\",\n \"onpointerlockchange\",\n \"onpointerlockerror\",\n \"onpointermove\",\n \"onpointerout\",\n \"onpointerover\",\n \"onpointerup\",\n \"onpopstate\",\n \"onprogress\",\n \"onpropertychange\",\n \"onratechange\",\n \"onreadystatechange\",\n \"onremovestream\",\n \"onremovetrack\",\n \"onreset\",\n \"onresize\",\n \"onresizeend\",\n \"onresizestart\",\n \"onresourcetimingbufferfull\",\n \"onresult\",\n \"onresume\",\n \"onrowenter\",\n \"onrowexit\",\n \"onrowsdelete\",\n \"onrowsinserted\",\n \"onscroll\",\n \"onsearch\",\n \"onseeked\",\n \"onseeking\",\n \"onselect\",\n \"onselectionchange\",\n \"onselectstart\",\n \"onshow\",\n \"onsignalingstatechange\",\n \"onsoundend\",\n \"onsoundstart\",\n \"onspeechend\",\n \"onspeechstart\",\n \"onstalled\",\n \"onstart\",\n \"onstatechange\",\n \"onstop\",\n \"onstorage\",\n \"onstoragecommit\",\n \"onsubmit\",\n \"onsuccess\",\n \"onsuspend\",\n \"ontextinput\",\n \"ontimeout\",\n \"ontimeupdate\",\n \"ontoggle\",\n \"ontouchcancel\",\n \"ontouchend\",\n \"ontouchmove\",\n \"ontouchstart\",\n \"ontransitionend\",\n \"onunload\",\n \"onupdateready\",\n \"onupgradeneeded\",\n \"onuserproximity\",\n \"onversionchange\",\n \"onvoiceschanged\",\n \"onvolumechange\",\n \"onwaiting\",\n \"onwarning\",\n \"onwebkitanimationend\",\n \"onwebkitanimationiteration\",\n \"onwebkitanimationstart\",\n \"onwebkitcurrentplaybacktargetiswirelesschanged\",\n \"onwebkitfullscreenchange\",\n \"onwebkitfullscreenerror\",\n \"onwebkitkeyadded\",\n \"onwebkitkeyerror\",\n \"onwebkitkeymessage\",\n \"onwebkitneedkey\",\n \"onwebkitorientationchange\",\n \"onwebkitplaybacktargetavailabilitychanged\",\n \"onwebkitpointerlockchange\",\n \"onwebkitpointerlockerror\",\n \"onwebkitresourcetimingbufferfull\",\n \"onwebkittransitionend\",\n \"onwheel\",\n \"onzoom\",\n \"opacity\",\n \"open\",\n \"openCursor\",\n \"openDatabase\",\n \"openKeyCursor\",\n \"opener\",\n \"opera\",\n \"operationType\",\n \"operator\",\n \"opr\",\n \"optimum\",\n \"options\",\n \"order\",\n \"orderX\",\n \"orderY\",\n \"ordered\",\n \"org\",\n \"orient\",\n \"orientAngle\",\n \"orientType\",\n \"orientation\",\n \"origin\",\n \"originalTarget\",\n \"orphans\",\n \"oscpu\",\n \"outerHTML\",\n \"outerHeight\",\n \"outerText\",\n \"outerWidth\",\n \"outline\",\n \"outline-color\",\n \"outline-offset\",\n \"outline-style\",\n \"outline-width\",\n \"outlineColor\",\n \"outlineOffset\",\n \"outlineStyle\",\n \"outlineWidth\",\n \"outputBuffer\",\n \"overflow\",\n \"overflow-x\",\n \"overflow-y\",\n \"overflowX\",\n \"overflowY\",\n \"overrideMimeType\",\n \"oversample\",\n \"ownerDocument\",\n \"ownerElement\",\n \"ownerNode\",\n \"ownerRule\",\n \"ownerSVGElement\",\n \"owningElement\",\n \"p1\",\n \"p2\",\n \"p3\",\n \"p4\",\n \"pad\",\n \"padding\",\n \"padding-bottom\",\n \"padding-left\",\n \"padding-right\",\n \"padding-top\",\n \"paddingBottom\",\n \"paddingLeft\",\n \"paddingRight\",\n \"paddingTop\",\n \"page\",\n \"page-break-after\",\n \"page-break-before\",\n \"page-break-inside\",\n \"pageBreakAfter\",\n \"pageBreakBefore\",\n \"pageBreakInside\",\n \"pageCount\",\n \"pageX\",\n \"pageXOffset\",\n \"pageY\",\n \"pageYOffset\",\n \"pages\",\n \"paint-order\",\n \"paintOrder\",\n \"paintRequests\",\n \"paintType\",\n \"palette\",\n \"panningModel\",\n \"parent\",\n \"parentElement\",\n \"parentNode\",\n \"parentRule\",\n \"parentStyleSheet\",\n \"parentTextEdit\",\n \"parentWindow\",\n \"parse\",\n \"parseFloat\",\n \"parseFromString\",\n \"parseInt\",\n \"participants\",\n \"password\",\n \"pasteHTML\",\n \"path\",\n \"pathLength\",\n \"pathSegList\",\n \"pathSegType\",\n \"pathSegTypeAsLetter\",\n \"pathname\",\n \"pattern\",\n \"patternContentUnits\",\n \"patternMismatch\",\n \"patternTransform\",\n \"patternUnits\",\n \"pause\",\n \"pauseAnimations\",\n \"pauseOnExit\",\n \"paused\",\n \"pending\",\n \"performance\",\n \"permission\",\n \"persisted\",\n \"personalbar\",\n \"perspective\",\n \"perspective-origin\",\n \"perspectiveOrigin\",\n \"phoneticFamilyName\",\n \"phoneticGivenName\",\n \"photo\",\n \"ping\",\n \"pitch\",\n \"pixelBottom\",\n \"pixelDepth\",\n \"pixelHeight\",\n \"pixelLeft\",\n \"pixelRight\",\n \"pixelStorei\",\n \"pixelTop\",\n \"pixelUnitToMillimeterX\",\n \"pixelUnitToMillimeterY\",\n \"pixelWidth\",\n \"placeholder\",\n \"platform\",\n \"play\",\n \"playbackRate\",\n \"playbackState\",\n \"playbackTime\",\n \"played\",\n \"plugins\",\n \"pluginspage\",\n \"pname\",\n \"pointer-events\",\n \"pointerBeforeReferenceNode\",\n \"pointerEnabled\",\n \"pointerEvents\",\n \"pointerId\",\n \"pointerLockElement\",\n \"pointerType\",\n \"points\",\n \"pointsAtX\",\n \"pointsAtY\",\n \"pointsAtZ\",\n \"polygonOffset\",\n \"pop\",\n \"popupWindowFeatures\",\n \"popupWindowName\",\n \"popupWindowURI\",\n \"port\",\n \"port1\",\n \"port2\",\n \"ports\",\n \"posBottom\",\n \"posHeight\",\n \"posLeft\",\n \"posRight\",\n \"posTop\",\n \"posWidth\",\n \"position\",\n \"positionAlign\",\n \"postError\",\n \"postMessage\",\n \"poster\",\n \"pow\",\n \"powerOff\",\n \"preMultiplySelf\",\n \"precision\",\n \"preferredStyleSheetSet\",\n \"preferredStylesheetSet\",\n \"prefix\",\n \"preload\",\n \"preserveAlpha\",\n \"preserveAspectRatio\",\n \"preserveAspectRatioString\",\n \"pressed\",\n \"pressure\",\n \"prevValue\",\n \"preventDefault\",\n \"preventExtensions\",\n \"previousElementSibling\",\n \"previousNode\",\n \"previousPage\",\n \"previousScale\",\n \"previousSibling\",\n \"previousTranslate\",\n \"primaryKey\",\n \"primitiveType\",\n \"primitiveUnits\",\n \"principals\",\n \"print\",\n \"privateKey\",\n \"probablySupportsContext\",\n \"process\",\n \"processIceMessage\",\n \"product\",\n \"productSub\",\n \"profile\",\n \"profileEnd\",\n \"profiles\",\n \"prompt\",\n \"properties\",\n \"propertyIsEnumerable\",\n \"propertyName\",\n \"protocol\",\n \"protocolLong\",\n \"prototype\",\n \"pseudoClass\",\n \"pseudoElement\",\n \"publicId\",\n \"publicKey\",\n \"published\",\n \"push\",\n \"pushNotification\",\n \"pushState\",\n \"put\",\n \"putImageData\",\n \"quadraticCurveTo\",\n \"qualifier\",\n \"queryCommandEnabled\",\n \"queryCommandIndeterm\",\n \"queryCommandState\",\n \"queryCommandSupported\",\n \"queryCommandText\",\n \"queryCommandValue\",\n \"querySelector\",\n \"querySelectorAll\",\n \"quote\",\n \"quotes\",\n \"r\",\n \"r1\",\n \"r2\",\n \"race\",\n \"radiogroup\",\n \"radiusX\",\n \"radiusY\",\n \"random\",\n \"range\",\n \"rangeCount\",\n \"rangeMax\",\n \"rangeMin\",\n \"rangeOffset\",\n \"rangeOverflow\",\n \"rangeParent\",\n \"rangeUnderflow\",\n \"rate\",\n \"ratio\",\n \"raw\",\n \"read\",\n \"readAsArrayBuffer\",\n \"readAsBinaryString\",\n \"readAsBlob\",\n \"readAsDataURL\",\n \"readAsText\",\n \"readOnly\",\n \"readPixels\",\n \"readReportRequested\",\n \"readyState\",\n \"reason\",\n \"reboot\",\n \"receiver\",\n \"receivers\",\n \"recordNumber\",\n \"recordset\",\n \"rect\",\n \"red\",\n \"redirectCount\",\n \"redirectEnd\",\n \"redirectStart\",\n \"reduce\",\n \"reduceRight\",\n \"reduction\",\n \"refDistance\",\n \"refX\",\n \"refY\",\n \"referenceNode\",\n \"referrer\",\n \"refresh\",\n \"region\",\n \"regionAnchorX\",\n \"regionAnchorY\",\n \"regionId\",\n \"regions\",\n \"register\",\n \"registerContentHandler\",\n \"registerElement\",\n \"registerProtocolHandler\",\n \"reject\",\n \"rel\",\n \"relList\",\n \"relatedNode\",\n \"relatedTarget\",\n \"release\",\n \"releaseCapture\",\n \"releaseEvents\",\n \"releasePointerCapture\",\n \"releaseShaderCompiler\",\n \"reliable\",\n \"reload\",\n \"remainingSpace\",\n \"remoteDescription\",\n \"remove\",\n \"removeAllRanges\",\n \"removeAttribute\",\n \"removeAttributeNS\",\n \"removeAttributeNode\",\n \"removeBehavior\",\n \"removeChild\",\n \"removeCue\",\n \"removeEventListener\",\n \"removeFilter\",\n \"removeImport\",\n \"removeItem\",\n \"removeListener\",\n \"removeNamedItem\",\n \"removeNamedItemNS\",\n \"removeNode\",\n \"removeParameter\",\n \"removeProperty\",\n \"removeRange\",\n \"removeRegion\",\n \"removeRule\",\n \"removeSiteSpecificTrackingException\",\n \"removeSourceBuffer\",\n \"removeStream\",\n \"removeTrack\",\n \"removeVariable\",\n \"removeWakeLockListener\",\n \"removeWebWideTrackingException\",\n \"removedNodes\",\n \"renderbufferStorage\",\n \"renderedBuffer\",\n \"renderingMode\",\n \"repeat\",\n \"replace\",\n \"replaceAdjacentText\",\n \"replaceChild\",\n \"replaceData\",\n \"replaceId\",\n \"replaceItem\",\n \"replaceNode\",\n \"replaceState\",\n \"replaceTrack\",\n \"replaceWholeText\",\n \"reportValidity\",\n \"requestAnimationFrame\",\n \"requestAutocomplete\",\n \"requestData\",\n \"requestFullscreen\",\n \"requestMediaKeySystemAccess\",\n \"requestPermission\",\n \"requestPointerLock\",\n \"requestStart\",\n \"requestingWindow\",\n \"required\",\n \"requiredExtensions\",\n \"requiredFeatures\",\n \"reset\",\n \"resetTransform\",\n \"resize\",\n \"resizeBy\",\n \"resizeTo\",\n \"resolve\",\n \"response\",\n \"responseBody\",\n \"responseEnd\",\n \"responseStart\",\n \"responseText\",\n \"responseType\",\n \"responseURL\",\n \"responseXML\",\n \"restore\",\n \"result\",\n \"resultType\",\n \"resume\",\n \"returnValue\",\n \"rev\",\n \"reverse\",\n \"reversed\",\n \"revocable\",\n \"revokeObjectURL\",\n \"rgbColor\",\n \"right\",\n \"rightContext\",\n \"rightMargin\",\n \"rolloffFactor\",\n \"root\",\n \"rootElement\",\n \"rotate\",\n \"rotateAxisAngle\",\n \"rotateAxisAngleSelf\",\n \"rotateFromVector\",\n \"rotateFromVectorSelf\",\n \"rotateSelf\",\n \"rotation\",\n \"rotationRate\",\n \"round\",\n \"rowIndex\",\n \"rowSpan\",\n \"rows\",\n \"rubyAlign\",\n \"rubyOverhang\",\n \"rubyPosition\",\n \"rules\",\n \"runtime\",\n \"runtimeStyle\",\n \"rx\",\n \"ry\",\n \"safari\",\n \"sampleCoverage\",\n \"sampleRate\",\n \"sandbox\",\n \"save\",\n \"scale\",\n \"scale3d\",\n \"scale3dSelf\",\n \"scaleNonUniform\",\n \"scaleNonUniformSelf\",\n \"scaleSelf\",\n \"scheme\",\n \"scissor\",\n \"scope\",\n \"scopeName\",\n \"scoped\",\n \"screen\",\n \"screenBrightness\",\n \"screenEnabled\",\n \"screenLeft\",\n \"screenPixelToMillimeterX\",\n \"screenPixelToMillimeterY\",\n \"screenTop\",\n \"screenX\",\n \"screenY\",\n \"scripts\",\n \"scroll\",\n \"scroll-behavior\",\n \"scrollAmount\",\n \"scrollBehavior\",\n \"scrollBy\",\n \"scrollByLines\",\n \"scrollByPages\",\n \"scrollDelay\",\n \"scrollHeight\",\n \"scrollIntoView\",\n \"scrollIntoViewIfNeeded\",\n \"scrollLeft\",\n \"scrollLeftMax\",\n \"scrollMaxX\",\n \"scrollMaxY\",\n \"scrollTo\",\n \"scrollTop\",\n \"scrollTopMax\",\n \"scrollWidth\",\n \"scrollX\",\n \"scrollY\",\n \"scrollbar3dLightColor\",\n \"scrollbarArrowColor\",\n \"scrollbarBaseColor\",\n \"scrollbarDarkShadowColor\",\n \"scrollbarFaceColor\",\n \"scrollbarHighlightColor\",\n \"scrollbarShadowColor\",\n \"scrollbarTrackColor\",\n \"scrollbars\",\n \"scrolling\",\n \"sdp\",\n \"sdpMLineIndex\",\n \"sdpMid\",\n \"seal\",\n \"search\",\n \"searchBox\",\n \"searchBoxJavaBridge_\",\n \"searchParams\",\n \"sectionRowIndex\",\n \"secureConnectionStart\",\n \"security\",\n \"seed\",\n \"seekable\",\n \"seeking\",\n \"select\",\n \"selectAllChildren\",\n \"selectNode\",\n \"selectNodeContents\",\n \"selectNodes\",\n \"selectSingleNode\",\n \"selectSubString\",\n \"selected\",\n \"selectedIndex\",\n \"selectedOptions\",\n \"selectedStyleSheetSet\",\n \"selectedStylesheetSet\",\n \"selection\",\n \"selectionDirection\",\n \"selectionEnd\",\n \"selectionStart\",\n \"selector\",\n \"selectorText\",\n \"self\",\n \"send\",\n \"sendAsBinary\",\n \"sendBeacon\",\n \"sender\",\n \"sentTimestamp\",\n \"separator\",\n \"serializeToString\",\n \"serviceWorker\",\n \"sessionId\",\n \"sessionStorage\",\n \"set\",\n \"setActive\",\n \"setAlpha\",\n \"setAttribute\",\n \"setAttributeNS\",\n \"setAttributeNode\",\n \"setAttributeNodeNS\",\n \"setBaseAndExtent\",\n \"setBingCurrentSearchDefault\",\n \"setCapture\",\n \"setColor\",\n \"setCompositeOperation\",\n \"setCurrentTime\",\n \"setCustomValidity\",\n \"setData\",\n \"setDate\",\n \"setDragImage\",\n \"setEnd\",\n \"setEndAfter\",\n \"setEndBefore\",\n \"setEndPoint\",\n \"setFillColor\",\n \"setFilterRes\",\n \"setFloat32\",\n \"setFloat64\",\n \"setFloatValue\",\n \"setFullYear\",\n \"setHours\",\n \"setImmediate\",\n \"setInt16\",\n \"setInt32\",\n \"setInt8\",\n \"setInterval\",\n \"setItem\",\n \"setLineCap\",\n \"setLineDash\",\n \"setLineJoin\",\n \"setLineWidth\",\n \"setLocalDescription\",\n \"setMatrix\",\n \"setMatrixValue\",\n \"setMediaKeys\",\n \"setMilliseconds\",\n \"setMinutes\",\n \"setMiterLimit\",\n \"setMonth\",\n \"setNamedItem\",\n \"setNamedItemNS\",\n \"setNonUserCodeExceptions\",\n \"setOrientToAngle\",\n \"setOrientToAuto\",\n \"setOrientation\",\n \"setOverrideHistoryNavigationMode\",\n \"setPaint\",\n \"setParameter\",\n \"setPeriodicWave\",\n \"setPointerCapture\",\n \"setPosition\",\n \"setPreference\",\n \"setProperty\",\n \"setPrototypeOf\",\n \"setRGBColor\",\n \"setRGBColorICCColor\",\n \"setRadius\",\n \"setRangeText\",\n \"setRemoteDescription\",\n \"setRequestHeader\",\n \"setResizable\",\n \"setResourceTimingBufferSize\",\n \"setRotate\",\n \"setScale\",\n \"setSeconds\",\n \"setSelectionRange\",\n \"setServerCertificate\",\n \"setShadow\",\n \"setSkewX\",\n \"setSkewY\",\n \"setStart\",\n \"setStartAfter\",\n \"setStartBefore\",\n \"setStdDeviation\",\n \"setStringValue\",\n \"setStrokeColor\",\n \"setSuggestResult\",\n \"setTargetAtTime\",\n \"setTargetValueAtTime\",\n \"setTime\",\n \"setTimeout\",\n \"setTransform\",\n \"setTranslate\",\n \"setUTCDate\",\n \"setUTCFullYear\",\n \"setUTCHours\",\n \"setUTCMilliseconds\",\n \"setUTCMinutes\",\n \"setUTCMonth\",\n \"setUTCSeconds\",\n \"setUint16\",\n \"setUint32\",\n \"setUint8\",\n \"setUri\",\n \"setValueAtTime\",\n \"setValueCurveAtTime\",\n \"setVariable\",\n \"setVelocity\",\n \"setVersion\",\n \"setYear\",\n \"settingName\",\n \"settingValue\",\n \"sex\",\n \"shaderSource\",\n \"shadowBlur\",\n \"shadowColor\",\n \"shadowOffsetX\",\n \"shadowOffsetY\",\n \"shadowRoot\",\n \"shape\",\n \"shape-rendering\",\n \"shapeRendering\",\n \"sheet\",\n \"shift\",\n \"shiftKey\",\n \"shiftLeft\",\n \"show\",\n \"showHelp\",\n \"showModal\",\n \"showModalDialog\",\n \"showModelessDialog\",\n \"showNotification\",\n \"sidebar\",\n \"sign\",\n \"signalingState\",\n \"sin\",\n \"singleNodeValue\",\n \"sinh\",\n \"size\",\n \"sizeToContent\",\n \"sizes\",\n \"skewX\",\n \"skewXSelf\",\n \"skewY\",\n \"skewYSelf\",\n \"slice\",\n \"slope\",\n \"small\",\n \"smooth\",\n \"smil\",\n \"smoothingTimeConstant\",\n \"snapToLines\",\n \"snapshotItem\",\n \"snapshotLength\",\n \"some\",\n \"sort\",\n \"source\",\n \"sourceBuffer\",\n \"sourceBuffers\",\n \"sourceIndex\",\n \"spacing\",\n \"span\",\n \"speakAs\",\n \"speaking\",\n \"specified\",\n \"specularConstant\",\n \"specularExponent\",\n \"speechSynthesis\",\n \"speed\",\n \"speedOfSound\",\n \"spellcheck\",\n \"splice\",\n \"split\",\n \"splitText\",\n \"spreadMethod\",\n \"sqrt\",\n \"src\",\n \"srcElement\",\n \"srcFilter\",\n \"srcUrn\",\n \"srcdoc\",\n \"srclang\",\n \"srcset\",\n \"stack\",\n \"stackTraceLimit\",\n \"stacktrace\",\n \"standalone\",\n \"standby\",\n \"start\",\n \"startContainer\",\n \"startIce\",\n \"startOffset\",\n \"startRendering\",\n \"startTime\",\n \"startsWith\",\n \"state\",\n \"status\",\n \"statusMessage\",\n \"statusText\",\n \"statusbar\",\n \"stdDeviationX\",\n \"stdDeviationY\",\n \"stencilFunc\",\n \"stencilFuncSeparate\",\n \"stencilMask\",\n \"stencilMaskSeparate\",\n \"stencilOp\",\n \"stencilOpSeparate\",\n \"step\",\n \"stepDown\",\n \"stepMismatch\",\n \"stepUp\",\n \"sticky\",\n \"stitchTiles\",\n \"stop\",\n \"stop-color\",\n \"stop-opacity\",\n \"stopColor\",\n \"stopImmediatePropagation\",\n \"stopOpacity\",\n \"stopPropagation\",\n \"storageArea\",\n \"storageName\",\n \"storageStatus\",\n \"storeSiteSpecificTrackingException\",\n \"storeWebWideTrackingException\",\n \"stpVersion\",\n \"stream\",\n \"strike\",\n \"stringValue\",\n \"stringify\",\n \"stroke\",\n \"stroke-dasharray\",\n \"stroke-dashoffset\",\n \"stroke-linecap\",\n \"stroke-linejoin\",\n \"stroke-miterlimit\",\n \"stroke-opacity\",\n \"stroke-width\",\n \"strokeDasharray\",\n \"strokeDashoffset\",\n \"strokeLinecap\",\n \"strokeLinejoin\",\n \"strokeMiterlimit\",\n \"strokeOpacity\",\n \"strokeRect\",\n \"strokeStyle\",\n \"strokeText\",\n \"strokeWidth\",\n \"style\",\n \"styleFloat\",\n \"styleMedia\",\n \"styleSheet\",\n \"styleSheetSets\",\n \"styleSheets\",\n \"sub\",\n \"subarray\",\n \"subject\",\n \"submit\",\n \"subscribe\",\n \"substr\",\n \"substring\",\n \"substringData\",\n \"subtle\",\n \"suffix\",\n \"suffixes\",\n \"summary\",\n \"sup\",\n \"supports\",\n \"surfaceScale\",\n \"surroundContents\",\n \"suspend\",\n \"suspendRedraw\",\n \"swapCache\",\n \"swapNode\",\n \"sweepFlag\",\n \"symbols\",\n \"system\",\n \"systemCode\",\n \"systemId\",\n \"systemLanguage\",\n \"systemXDPI\",\n \"systemYDPI\",\n \"tBodies\",\n \"tFoot\",\n \"tHead\",\n \"tabIndex\",\n \"table\",\n \"table-layout\",\n \"tableLayout\",\n \"tableValues\",\n \"tag\",\n \"tagName\",\n \"tagUrn\",\n \"tags\",\n \"taintEnabled\",\n \"takeRecords\",\n \"tan\",\n \"tanh\",\n \"target\",\n \"targetElement\",\n \"targetTouches\",\n \"targetX\",\n \"targetY\",\n \"tel\",\n \"terminate\",\n \"test\",\n \"texImage2D\",\n \"texParameterf\",\n \"texParameteri\",\n \"texSubImage2D\",\n \"text\",\n \"text-align\",\n \"text-anchor\",\n \"text-decoration\",\n \"text-decoration-color\",\n \"text-decoration-line\",\n \"text-decoration-style\",\n \"text-indent\",\n \"text-overflow\",\n \"text-rendering\",\n \"text-shadow\",\n \"text-transform\",\n \"textAlign\",\n \"textAlignLast\",\n \"textAnchor\",\n \"textAutospace\",\n \"textBaseline\",\n \"textContent\",\n \"textDecoration\",\n \"textDecorationBlink\",\n \"textDecorationColor\",\n \"textDecorationLine\",\n \"textDecorationLineThrough\",\n \"textDecorationNone\",\n \"textDecorationOverline\",\n \"textDecorationStyle\",\n \"textDecorationUnderline\",\n \"textIndent\",\n \"textJustify\",\n \"textJustifyTrim\",\n \"textKashida\",\n \"textKashidaSpace\",\n \"textLength\",\n \"textOverflow\",\n \"textRendering\",\n \"textShadow\",\n \"textTracks\",\n \"textTransform\",\n \"textUnderlinePosition\",\n \"then\",\n \"threadId\",\n \"threshold\",\n \"tiltX\",\n \"tiltY\",\n \"time\",\n \"timeEnd\",\n \"timeStamp\",\n \"timeout\",\n \"timestamp\",\n \"timestampOffset\",\n \"timing\",\n \"title\",\n \"toArray\",\n \"toBlob\",\n \"toDataURL\",\n \"toDateString\",\n \"toElement\",\n \"toExponential\",\n \"toFixed\",\n \"toFloat32Array\",\n \"toFloat64Array\",\n \"toGMTString\",\n \"toISOString\",\n \"toJSON\",\n \"toLocaleDateString\",\n \"toLocaleFormat\",\n \"toLocaleLowerCase\",\n \"toLocaleString\",\n \"toLocaleTimeString\",\n \"toLocaleUpperCase\",\n \"toLowerCase\",\n \"toMethod\",\n \"toPrecision\",\n \"toSdp\",\n \"toSource\",\n \"toStaticHTML\",\n \"toString\",\n \"toStringTag\",\n \"toTimeString\",\n \"toUTCString\",\n \"toUpperCase\",\n \"toggle\",\n \"toggleLongPressEnabled\",\n \"tooLong\",\n \"toolbar\",\n \"top\",\n \"topMargin\",\n \"total\",\n \"totalFrameDelay\",\n \"totalVideoFrames\",\n \"touchAction\",\n \"touches\",\n \"trace\",\n \"track\",\n \"transaction\",\n \"transactions\",\n \"transform\",\n \"transform-origin\",\n \"transform-style\",\n \"transformOrigin\",\n \"transformPoint\",\n \"transformString\",\n \"transformStyle\",\n \"transformToDocument\",\n \"transformToFragment\",\n \"transition\",\n \"transition-delay\",\n \"transition-duration\",\n \"transition-property\",\n \"transition-timing-function\",\n \"transitionDelay\",\n \"transitionDuration\",\n \"transitionProperty\",\n \"transitionTimingFunction\",\n \"translate\",\n \"translateSelf\",\n \"translationX\",\n \"translationY\",\n \"trim\",\n \"trimLeft\",\n \"trimRight\",\n \"trueSpeed\",\n \"trunc\",\n \"truncate\",\n \"type\",\n \"typeDetail\",\n \"typeMismatch\",\n \"typeMustMatch\",\n \"types\",\n \"ubound\",\n \"undefined\",\n \"unescape\",\n \"uneval\",\n \"unicode-bidi\",\n \"unicodeBidi\",\n \"uniform1f\",\n \"uniform1fv\",\n \"uniform1i\",\n \"uniform1iv\",\n \"uniform2f\",\n \"uniform2fv\",\n \"uniform2i\",\n \"uniform2iv\",\n \"uniform3f\",\n \"uniform3fv\",\n \"uniform3i\",\n \"uniform3iv\",\n \"uniform4f\",\n \"uniform4fv\",\n \"uniform4i\",\n \"uniform4iv\",\n \"uniformMatrix2fv\",\n \"uniformMatrix3fv\",\n \"uniformMatrix4fv\",\n \"unique\",\n \"uniqueID\",\n \"uniqueNumber\",\n \"unitType\",\n \"units\",\n \"unloadEventEnd\",\n \"unloadEventStart\",\n \"unlock\",\n \"unmount\",\n \"unobserve\",\n \"unpause\",\n \"unpauseAnimations\",\n \"unreadCount\",\n \"unregister\",\n \"unregisterContentHandler\",\n \"unregisterProtocolHandler\",\n \"unscopables\",\n \"unselectable\",\n \"unshift\",\n \"unsubscribe\",\n \"unsuspendRedraw\",\n \"unsuspendRedrawAll\",\n \"unwatch\",\n \"unwrapKey\",\n \"update\",\n \"updateCommands\",\n \"updateIce\",\n \"updateInterval\",\n \"updateSettings\",\n \"updated\",\n \"updating\",\n \"upload\",\n \"upper\",\n \"upperBound\",\n \"upperOpen\",\n \"uri\",\n \"url\",\n \"urn\",\n \"urns\",\n \"usages\",\n \"useCurrentView\",\n \"useMap\",\n \"useProgram\",\n \"usedSpace\",\n \"userAgent\",\n \"userLanguage\",\n \"username\",\n \"v8BreakIterator\",\n \"vAlign\",\n \"vLink\",\n \"valid\",\n \"validateProgram\",\n \"validationMessage\",\n \"validity\",\n \"value\",\n \"valueAsDate\",\n \"valueAsNumber\",\n \"valueAsString\",\n \"valueInSpecifiedUnits\",\n \"valueMissing\",\n \"valueOf\",\n \"valueText\",\n \"valueType\",\n \"values\",\n \"vector-effect\",\n \"vectorEffect\",\n \"velocityAngular\",\n \"velocityExpansion\",\n \"velocityX\",\n \"velocityY\",\n \"vendor\",\n \"vendorSub\",\n \"verify\",\n \"version\",\n \"vertexAttrib1f\",\n \"vertexAttrib1fv\",\n \"vertexAttrib2f\",\n \"vertexAttrib2fv\",\n \"vertexAttrib3f\",\n \"vertexAttrib3fv\",\n \"vertexAttrib4f\",\n \"vertexAttrib4fv\",\n \"vertexAttribDivisorANGLE\",\n \"vertexAttribPointer\",\n \"vertical\",\n \"vertical-align\",\n \"verticalAlign\",\n \"verticalOverflow\",\n \"vibrate\",\n \"videoHeight\",\n \"videoTracks\",\n \"videoWidth\",\n \"view\",\n \"viewBox\",\n \"viewBoxString\",\n \"viewTarget\",\n \"viewTargetString\",\n \"viewport\",\n \"viewportAnchorX\",\n \"viewportAnchorY\",\n \"viewportElement\",\n \"visibility\",\n \"visibilityState\",\n \"visible\",\n \"vlinkColor\",\n \"voice\",\n \"volume\",\n \"vrml\",\n \"vspace\",\n \"w\",\n \"wand\",\n \"warn\",\n \"wasClean\",\n \"watch\",\n \"watchPosition\",\n \"webdriver\",\n \"webkitAddKey\",\n \"webkitAnimation\",\n \"webkitAnimationDelay\",\n \"webkitAnimationDirection\",\n \"webkitAnimationDuration\",\n \"webkitAnimationFillMode\",\n \"webkitAnimationIterationCount\",\n \"webkitAnimationName\",\n \"webkitAnimationPlayState\",\n \"webkitAnimationTimingFunction\",\n \"webkitAppearance\",\n \"webkitAudioContext\",\n \"webkitAudioDecodedByteCount\",\n \"webkitAudioPannerNode\",\n \"webkitBackfaceVisibility\",\n \"webkitBackground\",\n \"webkitBackgroundAttachment\",\n \"webkitBackgroundClip\",\n \"webkitBackgroundColor\",\n \"webkitBackgroundImage\",\n \"webkitBackgroundOrigin\",\n \"webkitBackgroundPosition\",\n \"webkitBackgroundPositionX\",\n \"webkitBackgroundPositionY\",\n \"webkitBackgroundRepeat\",\n \"webkitBackgroundSize\",\n \"webkitBackingStorePixelRatio\",\n \"webkitBorderImage\",\n \"webkitBorderImageOutset\",\n \"webkitBorderImageRepeat\",\n \"webkitBorderImageSlice\",\n \"webkitBorderImageSource\",\n \"webkitBorderImageWidth\",\n \"webkitBoxAlign\",\n \"webkitBoxDirection\",\n \"webkitBoxFlex\",\n \"webkitBoxOrdinalGroup\",\n \"webkitBoxOrient\",\n \"webkitBoxPack\",\n \"webkitBoxSizing\",\n \"webkitCancelAnimationFrame\",\n \"webkitCancelFullScreen\",\n \"webkitCancelKeyRequest\",\n \"webkitCancelRequestAnimationFrame\",\n \"webkitClearResourceTimings\",\n \"webkitClosedCaptionsVisible\",\n \"webkitConvertPointFromNodeToPage\",\n \"webkitConvertPointFromPageToNode\",\n \"webkitCreateShadowRoot\",\n \"webkitCurrentFullScreenElement\",\n \"webkitCurrentPlaybackTargetIsWireless\",\n \"webkitDirectionInvertedFromDevice\",\n \"webkitDisplayingFullscreen\",\n \"webkitEnterFullScreen\",\n \"webkitEnterFullscreen\",\n \"webkitExitFullScreen\",\n \"webkitExitFullscreen\",\n \"webkitExitPointerLock\",\n \"webkitFullScreenKeyboardInputAllowed\",\n \"webkitFullscreenElement\",\n \"webkitFullscreenEnabled\",\n \"webkitGenerateKeyRequest\",\n \"webkitGetAsEntry\",\n \"webkitGetDatabaseNames\",\n \"webkitGetEntries\",\n \"webkitGetEntriesByName\",\n \"webkitGetEntriesByType\",\n \"webkitGetFlowByName\",\n \"webkitGetGamepads\",\n \"webkitGetImageDataHD\",\n \"webkitGetNamedFlows\",\n \"webkitGetRegionFlowRanges\",\n \"webkitGetUserMedia\",\n \"webkitHasClosedCaptions\",\n \"webkitHidden\",\n \"webkitIDBCursor\",\n \"webkitIDBDatabase\",\n \"webkitIDBDatabaseError\",\n \"webkitIDBDatabaseException\",\n \"webkitIDBFactory\",\n \"webkitIDBIndex\",\n \"webkitIDBKeyRange\",\n \"webkitIDBObjectStore\",\n \"webkitIDBRequest\",\n \"webkitIDBTransaction\",\n \"webkitImageSmoothingEnabled\",\n \"webkitIndexedDB\",\n \"webkitInitMessageEvent\",\n \"webkitIsFullScreen\",\n \"webkitKeys\",\n \"webkitLineDashOffset\",\n \"webkitLockOrientation\",\n \"webkitMatchesSelector\",\n \"webkitMediaStream\",\n \"webkitNotifications\",\n \"webkitOfflineAudioContext\",\n \"webkitOrientation\",\n \"webkitPeerConnection00\",\n \"webkitPersistentStorage\",\n \"webkitPointerLockElement\",\n \"webkitPostMessage\",\n \"webkitPreservesPitch\",\n \"webkitPutImageDataHD\",\n \"webkitRTCPeerConnection\",\n \"webkitRegionOverset\",\n \"webkitRequestAnimationFrame\",\n \"webkitRequestFileSystem\",\n \"webkitRequestFullScreen\",\n \"webkitRequestFullscreen\",\n \"webkitRequestPointerLock\",\n \"webkitResolveLocalFileSystemURL\",\n \"webkitSetMediaKeys\",\n \"webkitSetResourceTimingBufferSize\",\n \"webkitShadowRoot\",\n \"webkitShowPlaybackTargetPicker\",\n \"webkitSlice\",\n \"webkitSpeechGrammar\",\n \"webkitSpeechGrammarList\",\n \"webkitSpeechRecognition\",\n \"webkitSpeechRecognitionError\",\n \"webkitSpeechRecognitionEvent\",\n \"webkitStorageInfo\",\n \"webkitSupportsFullscreen\",\n \"webkitTemporaryStorage\",\n \"webkitTextSizeAdjust\",\n \"webkitTransform\",\n \"webkitTransformOrigin\",\n \"webkitTransition\",\n \"webkitTransitionDelay\",\n \"webkitTransitionDuration\",\n \"webkitTransitionProperty\",\n \"webkitTransitionTimingFunction\",\n \"webkitURL\",\n \"webkitUnlockOrientation\",\n \"webkitUserSelect\",\n \"webkitVideoDecodedByteCount\",\n \"webkitVisibilityState\",\n \"webkitWirelessVideoPlaybackDisabled\",\n \"webkitdropzone\",\n \"webstore\",\n \"weight\",\n \"whatToShow\",\n \"wheelDelta\",\n \"wheelDeltaX\",\n \"wheelDeltaY\",\n \"which\",\n \"white-space\",\n \"whiteSpace\",\n \"wholeText\",\n \"widows\",\n \"width\",\n \"will-change\",\n \"willChange\",\n \"willValidate\",\n \"window\",\n \"withCredentials\",\n \"word-break\",\n \"word-spacing\",\n \"word-wrap\",\n \"wordBreak\",\n \"wordSpacing\",\n \"wordWrap\",\n \"wrap\",\n \"wrapKey\",\n \"write\",\n \"writeln\",\n \"writingMode\",\n \"x\",\n \"x1\",\n \"x2\",\n \"xChannelSelector\",\n \"xmlEncoding\",\n \"xmlStandalone\",\n \"xmlVersion\",\n \"xmlbase\",\n \"xmllang\",\n \"xmlspace\",\n \"y\",\n \"y1\",\n \"y2\",\n \"yChannelSelector\",\n \"yandex\",\n \"z\",\n \"z-index\",\n \"zIndex\",\n \"zoom\",\n \"zoomAndPan\",\n \"zoomRectScreen\"\n]\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n/* global global, self */\n\nimport {\n defaults,\n Dictionary,\n push_uniq,\n} from \"./utils\";\nimport { base54 } from \"./scope\";\nimport {\n AST_Call,\n AST_Conditional,\n AST_Dot,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_Sequence,\n AST_String,\n AST_Sub,\n TreeTransformer,\n TreeWalker,\n} from \"./ast.js\";\nimport { domprops } from \"../tools/domprops.js\";\n\nfunction find_builtins(reserved) {\n domprops.forEach(add);\n\n // Compatibility fix for some standard defined globals not defined on every js environment\n var new_globals = [\"Symbol\", \"Map\", \"Promise\", \"Proxy\", \"Reflect\", \"Set\", \"WeakMap\", \"WeakSet\"];\n var objects = {};\n var global_ref = typeof global === \"object\" ? global : self;\n\n new_globals.forEach(function (new_global) {\n objects[new_global] = global_ref[new_global] || new Function();\n });\n\n // NaN will be included due to Number.NaN\n [\n \"null\",\n \"true\",\n \"false\",\n \"Infinity\",\n \"-Infinity\",\n \"undefined\",\n ].forEach(add);\n [ Object, Array, Function, Number,\n String, Boolean, Error, Math,\n Date, RegExp, objects.Symbol, ArrayBuffer,\n DataView, decodeURI, decodeURIComponent,\n encodeURI, encodeURIComponent, eval, EvalError,\n Float32Array, Float64Array, Int8Array, Int16Array,\n Int32Array, isFinite, isNaN, JSON, objects.Map, parseFloat,\n parseInt, objects.Promise, objects.Proxy, RangeError, ReferenceError,\n objects.Reflect, objects.Set, SyntaxError, TypeError, Uint8Array,\n Uint8ClampedArray, Uint16Array, Uint32Array, URIError,\n objects.WeakMap, objects.WeakSet\n ].forEach(function(ctor) {\n Object.getOwnPropertyNames(ctor).map(add);\n if (ctor.prototype) {\n Object.getOwnPropertyNames(ctor.prototype).map(add);\n }\n });\n function add(name) {\n reserved.add(name);\n }\n}\n\nfunction reserve_quoted_keys(ast, reserved) {\n function add(name) {\n push_uniq(reserved, name);\n }\n\n ast.walk(new TreeWalker(function(node) {\n if (node instanceof AST_ObjectKeyVal && node.quote) {\n add(node.key);\n } else if (node instanceof AST_ObjectProperty && node.quote) {\n add(node.key.name);\n } else if (node instanceof AST_Sub) {\n addStrings(node.property, add);\n }\n }));\n}\n\nfunction addStrings(node, add) {\n node.walk(new TreeWalker(function(node) {\n if (node instanceof AST_Sequence) {\n addStrings(node.tail_node(), add);\n } else if (node instanceof AST_String) {\n add(node.value);\n } else if (node instanceof AST_Conditional) {\n addStrings(node.consequent, add);\n addStrings(node.alternative, add);\n }\n return true;\n }));\n}\n\nfunction mangle_properties(ast, options) {\n options = defaults(options, {\n builtins: false,\n cache: null,\n debug: false,\n keep_quoted: false,\n only_cache: false,\n regex: null,\n reserved: null,\n }, true);\n\n var reserved_option = options.reserved;\n if (!Array.isArray(reserved_option)) reserved_option = [reserved_option];\n var reserved = new Set(reserved_option);\n if (!options.builtins) find_builtins(reserved);\n\n var cname = -1;\n var cache;\n if (options.cache) {\n cache = options.cache.props;\n cache.each(function(mangled_name) {\n reserved.add(mangled_name);\n });\n } else {\n cache = new Dictionary();\n }\n\n var regex = options.regex;\n\n // note debug is either false (disabled), or a string of the debug suffix to use (enabled).\n // note debug may be enabled as an empty string, which is falsey. Also treat passing 'true'\n // the same as passing an empty string.\n var debug = options.debug !== false;\n var debug_name_suffix;\n if (debug) {\n debug_name_suffix = (options.debug === true ? \"\" : options.debug);\n }\n\n var names_to_mangle = new Set();\n var unmangleable = new Set();\n\n // step 1: find candidates to mangle\n ast.walk(new TreeWalker(function(node) {\n if (node instanceof AST_ObjectKeyVal) {\n if (typeof node.key == \"string\") {\n add(node.key);\n }\n } else if (node instanceof AST_ObjectProperty) {\n // setter or getter, since KeyVal is handled above\n add(node.key.name);\n } else if (node instanceof AST_Dot) {\n var root = node;\n while (root.expression) {\n root = root.expression;\n }\n if (!(root.thedef && root.thedef.undeclared)) add(node.property);\n } else if (node instanceof AST_Sub) {\n addStrings(node.property, add);\n } else if (node instanceof AST_Call\n && node.expression.print_to_string() == \"Object.defineProperty\") {\n addStrings(node.args[1], add);\n }\n }));\n\n // step 2: transform the tree, renaming properties\n return ast.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_ObjectKeyVal) {\n if (typeof node.key == \"string\") {\n node.key = mangle(node.key);\n }\n } else if (node instanceof AST_ObjectProperty) {\n // setter or getter\n node.key.name = mangle(node.key.name);\n } else if (node instanceof AST_Dot) {\n node.property = mangle(node.property);\n } else if (!options.keep_quoted && node instanceof AST_Sub) {\n node.property = mangleStrings(node.property);\n } else if (node instanceof AST_Call\n && node.expression.print_to_string() == \"Object.defineProperty\") {\n node.args[1] = mangleStrings(node.args[1]);\n }\n }));\n\n // only function declarations after this line\n\n function can_mangle(name) {\n if (unmangleable.has(name)) return false;\n if (reserved.has(name)) return false;\n if (options.only_cache) {\n return cache.has(name);\n }\n if (/^-?[0-9]+(\\.[0-9]+)?(e[+-][0-9]+)?$/.test(name)) return false;\n return true;\n }\n\n function should_mangle(name) {\n if (regex && !regex.test(name)) return false;\n if (reserved.has(name)) return false;\n return cache.has(name)\n || names_to_mangle.has(name);\n }\n\n function add(name) {\n if (can_mangle(name))\n names_to_mangle.add(name);\n\n if (!should_mangle(name)) {\n unmangleable.add(name);\n }\n }\n\n function mangle(name) {\n if (!should_mangle(name)) {\n return name;\n }\n\n var mangled = cache.get(name);\n if (!mangled) {\n if (debug) {\n // debug mode: use a prefix and suffix to preserve readability, e.g. o.foo -> o._$foo$NNN_.\n var debug_mangled = \"_$\" + name + \"$\" + debug_name_suffix + \"_\";\n\n if (can_mangle(debug_mangled)) {\n mangled = debug_mangled;\n }\n }\n\n // either debug mode is off, or it is on and we could not use the mangled name\n if (!mangled) {\n do {\n mangled = base54(++cname);\n } while (!can_mangle(mangled));\n }\n\n cache.set(name, mangled);\n }\n return mangled;\n }\n\n function mangleStrings(node) {\n return node.transform(new TreeTransformer(function(node) {\n if (node instanceof AST_Sequence) {\n var last = node.expressions.length - 1;\n node.expressions[last] = mangleStrings(node.expressions[last]);\n } else if (node instanceof AST_String) {\n node.value = mangle(node.value);\n } else if (node instanceof AST_Conditional) {\n node.consequent = mangleStrings(node.consequent);\n node.alternative = mangleStrings(node.alternative);\n }\n return node;\n }));\n }\n}\n\nexport {\n reserve_quoted_keys,\n mangle_properties,\n};\n","\"use strict\";\n/* eslint-env browser, es6, node */\n\nimport {\n defaults,\n Dictionary,\n HOP,\n} from \"./utils.js\";\nimport {\n AST_Node,\n AST_Toplevel,\n} from \"./ast.js\";\nimport { parse } from \"./parse.js\";\nimport { OutputStream } from \"./output.js\";\nimport { Compressor } from \"./compress/index.js\";\nimport { base54 } from \"./scope.js\";\nimport { SourceMap } from \"./sourcemap.js\";\nimport {\n mangle_properties,\n reserve_quoted_keys,\n} from \"./propmangle.js\";\n\nvar to_ascii = typeof atob == \"undefined\" ? function(b64) {\n return Buffer.from(b64, \"base64\").toString();\n} : atob;\nvar to_base64 = typeof btoa == \"undefined\" ? function(str) {\n return Buffer.from(str).toString(\"base64\");\n} : btoa;\n\nfunction read_source_map(code) {\n var match = /(?:^|[^.])\\/\\/# sourceMappingURL=data:application\\/json(;[\\w=-]*)?;base64,([+/0-9A-Za-z]*=*)\\s*$/.exec(code);\n if (!match) {\n AST_Node.warn(\"inline source map not found\");\n return null;\n }\n return to_ascii(match[2]);\n}\n\nfunction set_shorthand(name, options, keys) {\n if (options[name]) {\n keys.forEach(function(key) {\n if (options[key]) {\n if (typeof options[key] != \"object\") options[key] = {};\n if (!(name in options[key])) options[key][name] = options[name];\n }\n });\n }\n}\n\nfunction init_cache(cache) {\n if (!cache) return;\n if (!(\"props\" in cache)) {\n cache.props = new Dictionary();\n } else if (!(cache.props instanceof Dictionary)) {\n cache.props = Dictionary.fromObject(cache.props);\n }\n}\n\nfunction to_json(cache) {\n return {\n props: cache.props.toObject()\n };\n}\n\nfunction minify(files, options) {\n var warn_function = AST_Node.warn_function;\n try {\n options = defaults(options, {\n compress: {},\n ecma: undefined,\n enclose: false,\n ie8: false,\n keep_classnames: undefined,\n keep_fnames: false,\n mangle: {},\n module: false,\n nameCache: null,\n output: {},\n parse: {},\n rename: undefined,\n safari10: false,\n sourceMap: false,\n timings: false,\n toplevel: false,\n warnings: false,\n wrap: false,\n }, true);\n var timings = options.timings && {\n start: Date.now()\n };\n if (options.keep_classnames === undefined) {\n options.keep_classnames = options.keep_fnames;\n }\n if (options.rename === undefined) {\n options.rename = options.compress && options.mangle;\n }\n set_shorthand(\"ecma\", options, [ \"parse\", \"compress\", \"output\" ]);\n set_shorthand(\"ie8\", options, [ \"compress\", \"mangle\", \"output\" ]);\n set_shorthand(\"keep_classnames\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"keep_fnames\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"module\", options, [ \"parse\", \"compress\", \"mangle\" ]);\n set_shorthand(\"safari10\", options, [ \"mangle\", \"output\" ]);\n set_shorthand(\"toplevel\", options, [ \"compress\", \"mangle\" ]);\n set_shorthand(\"warnings\", options, [ \"compress\" ]);\n var quoted_props;\n if (options.mangle) {\n options.mangle = defaults(options.mangle, {\n cache: options.nameCache && (options.nameCache.vars || {}),\n eval: false,\n ie8: false,\n keep_classnames: false,\n keep_fnames: false,\n module: false,\n properties: false,\n reserved: [],\n safari10: false,\n toplevel: false,\n }, true);\n if (options.mangle.properties) {\n if (typeof options.mangle.properties != \"object\") {\n options.mangle.properties = {};\n }\n if (options.mangle.properties.keep_quoted) {\n quoted_props = options.mangle.properties.reserved;\n if (!Array.isArray(quoted_props)) quoted_props = [];\n options.mangle.properties.reserved = quoted_props;\n }\n if (options.nameCache && !(\"cache\" in options.mangle.properties)) {\n options.mangle.properties.cache = options.nameCache.props || {};\n }\n }\n init_cache(options.mangle.cache);\n init_cache(options.mangle.properties.cache);\n }\n if (options.sourceMap) {\n options.sourceMap = defaults(options.sourceMap, {\n content: null,\n filename: null,\n includeSources: false,\n root: null,\n url: null,\n }, true);\n }\n var warnings = [];\n if (options.warnings && !AST_Node.warn_function) {\n AST_Node.warn_function = function(warning) {\n warnings.push(warning);\n };\n }\n if (timings) timings.parse = Date.now();\n var toplevel;\n if (files instanceof AST_Toplevel) {\n toplevel = files;\n } else {\n if (typeof files == \"string\") {\n files = [ files ];\n }\n options.parse = options.parse || {};\n options.parse.toplevel = null;\n for (var name in files) if (HOP(files, name)) {\n options.parse.filename = name;\n options.parse.toplevel = parse(files[name], options.parse);\n if (options.sourceMap && options.sourceMap.content == \"inline\") {\n if (Object.keys(files).length > 1)\n throw new Error(\"inline source map only works with singular input\");\n options.sourceMap.content = read_source_map(files[name]);\n }\n }\n toplevel = options.parse.toplevel;\n }\n if (quoted_props) {\n reserve_quoted_keys(toplevel, quoted_props);\n }\n if (options.wrap) {\n toplevel = toplevel.wrap_commonjs(options.wrap);\n }\n if (options.enclose) {\n toplevel = toplevel.wrap_enclose(options.enclose);\n }\n if (timings) timings.rename = Date.now();\n // disable rename on harmony due to expand_names bug in for-of loops\n // https://github.com/mishoo/UglifyJS2/issues/2794\n if (0 && options.rename) {\n toplevel.figure_out_scope(options.mangle);\n toplevel.expand_names(options.mangle);\n }\n if (timings) timings.compress = Date.now();\n if (options.compress) toplevel = new Compressor(options.compress).compress(toplevel);\n if (timings) timings.scope = Date.now();\n if (options.mangle) toplevel.figure_out_scope(options.mangle);\n if (timings) timings.mangle = Date.now();\n if (options.mangle) {\n base54.reset();\n toplevel.compute_char_frequency(options.mangle);\n toplevel.mangle_names(options.mangle);\n }\n if (timings) timings.properties = Date.now();\n if (options.mangle && options.mangle.properties) {\n toplevel = mangle_properties(toplevel, options.mangle.properties);\n }\n if (timings) timings.output = Date.now();\n var result = {};\n if (options.output.ast) {\n result.ast = toplevel;\n }\n if (!HOP(options.output, \"code\") || options.output.code) {\n if (options.sourceMap) {\n if (typeof options.sourceMap.content == \"string\") {\n options.sourceMap.content = JSON.parse(options.sourceMap.content);\n }\n options.output.source_map = SourceMap({\n file: options.sourceMap.filename,\n orig: options.sourceMap.content,\n root: options.sourceMap.root\n });\n if (options.sourceMap.includeSources) {\n if (files instanceof AST_Toplevel) {\n throw new Error(\"original source content unavailable\");\n } else for (var name in files) if (HOP(files, name)) {\n options.output.source_map.get().setSourceContent(name, files[name]);\n }\n }\n }\n delete options.output.ast;\n delete options.output.code;\n var stream = OutputStream(options.output);\n toplevel.print(stream);\n result.code = stream.get();\n if (options.sourceMap) {\n result.map = options.output.source_map.toString();\n if (options.sourceMap.url == \"inline\") {\n result.code += \"\\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,\" + to_base64(result.map);\n } else if (options.sourceMap.url) {\n result.code += \"\\n//# sourceMappingURL=\" + options.sourceMap.url;\n }\n }\n }\n if (options.nameCache && options.mangle) {\n if (options.mangle.cache) options.nameCache.vars = to_json(options.mangle.cache);\n if (options.mangle.properties && options.mangle.properties.cache) {\n options.nameCache.props = to_json(options.mangle.properties.cache);\n }\n }\n if (timings) {\n timings.end = Date.now();\n result.timings = {\n parse: 1e-3 * (timings.rename - timings.parse),\n rename: 1e-3 * (timings.compress - timings.rename),\n compress: 1e-3 * (timings.scope - timings.compress),\n scope: 1e-3 * (timings.mangle - timings.scope),\n mangle: 1e-3 * (timings.properties - timings.mangle),\n properties: 1e-3 * (timings.output - timings.properties),\n output: 1e-3 * (timings.end - timings.output),\n total: 1e-3 * (timings.end - timings.start)\n };\n }\n if (warnings.length) {\n result.warnings = warnings;\n }\n return result;\n } catch (ex) {\n return { error: ex };\n } finally {\n AST_Node.warn_function = warn_function;\n }\n}\n\nexport {\n minify,\n to_ascii,\n};\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport * as ast from \"./ast.js\";\nimport {\n AST_Accessor,\n AST_Array,\n AST_Arrow,\n AST_Assign,\n AST_Atom,\n AST_Await,\n AST_Binary,\n AST_Block,\n AST_BlockStatement,\n AST_Boolean,\n AST_Break,\n AST_Call,\n AST_Case,\n AST_Catch,\n AST_Class,\n AST_ClassExpression,\n AST_ConciseMethod,\n AST_Conditional,\n AST_Const,\n AST_Constant,\n AST_Continue,\n AST_Debugger,\n AST_Default,\n AST_DefClass,\n AST_Definitions,\n AST_Defun,\n AST_Destructuring,\n AST_Directive,\n AST_Do,\n AST_Dot,\n AST_EmptyStatement,\n AST_Expansion,\n AST_Export,\n AST_False,\n AST_Finally,\n AST_For,\n AST_ForIn,\n AST_ForOf,\n AST_Function,\n AST_Hole,\n AST_If,\n AST_Import,\n AST_Label,\n AST_LabeledStatement,\n AST_LabelRef,\n AST_Lambda,\n AST_Let,\n AST_NameMapping,\n AST_New,\n AST_NewTarget,\n AST_Node,\n AST_Null,\n AST_Number,\n AST_Object,\n AST_ObjectGetter,\n AST_ObjectKeyVal,\n AST_ObjectProperty,\n AST_ObjectSetter,\n AST_PrefixedTemplateString,\n AST_PropAccess,\n AST_RegExp,\n AST_Return,\n AST_Sequence,\n AST_SimpleStatement,\n AST_Statement,\n AST_String,\n AST_Sub,\n AST_Super,\n AST_Switch,\n AST_SwitchBranch,\n AST_Symbol,\n AST_SymbolCatch,\n AST_SymbolClass,\n AST_SymbolConst,\n AST_SymbolDefClass,\n AST_SymbolDefun,\n AST_SymbolExport,\n AST_SymbolExportForeign,\n AST_SymbolFunarg,\n AST_SymbolImport,\n AST_SymbolImportForeign,\n AST_SymbolLambda,\n AST_SymbolLet,\n AST_SymbolMethod,\n AST_SymbolRef,\n AST_SymbolVar,\n AST_TemplateSegment,\n AST_TemplateString,\n AST_This,\n AST_Throw,\n AST_Token,\n AST_Toplevel,\n AST_True,\n AST_Try,\n AST_Unary,\n AST_UnaryPostfix,\n AST_UnaryPrefix,\n AST_Var,\n AST_VarDef,\n AST_While,\n AST_With,\n AST_Yield,\n} from \"./ast.js\";\n\n(function() {\n\n var normalize_directives = function(body) {\n var in_directive = true;\n\n for (var i = 0; i < body.length; i++) {\n if (in_directive && body[i] instanceof AST_Statement && body[i].body instanceof AST_String) {\n body[i] = new AST_Directive({\n start: body[i].start,\n end: body[i].end,\n value: body[i].body.value\n });\n } else if (in_directive && !(body[i] instanceof AST_Statement && body[i].body instanceof AST_String)) {\n in_directive = false;\n }\n }\n\n return body;\n };\n\n var MOZ_TO_ME = {\n Program: function(M) {\n return new AST_Toplevel({\n start: my_start_token(M),\n end: my_end_token(M),\n body: normalize_directives(M.body.map(from_moz))\n });\n },\n ArrayPattern: function(M) {\n return new AST_Destructuring({\n start: my_start_token(M),\n end: my_end_token(M),\n names: M.elements.map(function(elm) {\n if (elm === null) {\n return new AST_Hole();\n }\n return from_moz(elm);\n }),\n is_array: true\n });\n },\n ObjectPattern: function(M) {\n return new AST_Destructuring({\n start: my_start_token(M),\n end: my_end_token(M),\n names: M.properties.map(from_moz),\n is_array: false\n });\n },\n AssignmentPattern: function(M) {\n return new AST_Binary({\n start: my_start_token(M),\n end: my_end_token(M),\n left: from_moz(M.left),\n operator: \"=\",\n right: from_moz(M.right)\n });\n },\n SpreadElement: function(M) {\n return new AST_Expansion({\n start: my_start_token(M),\n end: my_end_token(M),\n expression: from_moz(M.argument)\n });\n },\n RestElement: function(M) {\n return new AST_Expansion({\n start: my_start_token(M),\n end: my_end_token(M),\n expression: from_moz(M.argument)\n });\n },\n TemplateElement: function(M) {\n return new AST_TemplateSegment({\n start: my_start_token(M),\n end: my_end_token(M),\n value: M.value.cooked,\n raw: M.value.raw\n });\n },\n TemplateLiteral: function(M) {\n var segments = [];\n for (var i = 0; i < M.quasis.length; i++) {\n segments.push(from_moz(M.quasis[i]));\n if (M.expressions[i]) {\n segments.push(from_moz(M.expressions[i]));\n }\n }\n return new AST_TemplateString({\n start: my_start_token(M),\n end: my_end_token(M),\n segments: segments\n });\n },\n TaggedTemplateExpression: function(M) {\n return new AST_PrefixedTemplateString({\n start: my_start_token(M),\n end: my_end_token(M),\n template_string: from_moz(M.quasi),\n prefix: from_moz(M.tag)\n });\n },\n FunctionDeclaration: function(M) {\n return new AST_Defun({\n start: my_start_token(M),\n end: my_end_token(M),\n name: from_moz(M.id),\n argnames: M.params.map(from_moz),\n is_generator: M.generator,\n async: M.async,\n body: normalize_directives(from_moz(M.body).body)\n });\n },\n FunctionExpression: function(M) {\n return new AST_Function({\n start: my_start_token(M),\n end: my_end_token(M),\n name: from_moz(M.id),\n argnames: M.params.map(from_moz),\n is_generator: M.generator,\n async: M.async,\n body: normalize_directives(from_moz(M.body).body)\n });\n },\n ArrowFunctionExpression: function(M) {\n return new AST_Arrow({\n start: my_start_token(M),\n end: my_end_token(M),\n argnames: M.params.map(from_moz),\n body: from_moz(M.body),\n async: M.async,\n });\n },\n ExpressionStatement: function(M) {\n return new AST_SimpleStatement({\n start: my_start_token(M),\n end: my_end_token(M),\n body: from_moz(M.expression)\n });\n },\n TryStatement: function(M) {\n var handlers = M.handlers || [M.handler];\n if (handlers.length > 1 || M.guardedHandlers && M.guardedHandlers.length) {\n throw new Error(\"Multiple catch clauses are not supported.\");\n }\n return new AST_Try({\n start : my_start_token(M),\n end : my_end_token(M),\n body : from_moz(M.block).body,\n bcatch : from_moz(handlers[0]),\n bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null\n });\n },\n Property: function(M) {\n var key = M.key;\n var args = {\n start : my_start_token(key || M.value),\n end : my_end_token(M.value),\n key : key.type == \"Identifier\" ? key.name : key.value,\n value : from_moz(M.value)\n };\n if (M.computed) {\n args.key = from_moz(M.key);\n }\n if (M.method) {\n args.is_generator = M.value.generator;\n args.async = M.value.async;\n if (!M.computed) {\n args.key = new AST_SymbolMethod({ name: args.key });\n } else {\n args.key = from_moz(M.key);\n }\n return new AST_ConciseMethod(args);\n }\n if (M.kind == \"init\") {\n if (key.type != \"Identifier\" && key.type != \"Literal\") {\n args.key = from_moz(key);\n }\n return new AST_ObjectKeyVal(args);\n }\n if (typeof args.key === \"string\" || typeof args.key === \"number\") {\n args.key = new AST_SymbolMethod({\n name: args.key\n });\n }\n args.value = new AST_Accessor(args.value);\n if (M.kind == \"get\") return new AST_ObjectGetter(args);\n if (M.kind == \"set\") return new AST_ObjectSetter(args);\n if (M.kind == \"method\") {\n args.async = M.value.async;\n args.is_generator = M.value.generator;\n args.quote = M.computed ? \"\\\"\" : null;\n return new AST_ConciseMethod(args);\n }\n },\n MethodDefinition: function(M) {\n var args = {\n start : my_start_token(M),\n end : my_end_token(M),\n key : M.computed ? from_moz(M.key) : new AST_SymbolMethod({ name: M.key.name || M.key.value }),\n value : from_moz(M.value),\n static : M.static,\n };\n if (M.kind == \"get\") {\n return new AST_ObjectGetter(args);\n }\n if (M.kind == \"set\") {\n return new AST_ObjectSetter(args);\n }\n args.is_generator = M.value.generator;\n args.async = M.value.async;\n return new AST_ConciseMethod(args);\n },\n ArrayExpression: function(M) {\n return new AST_Array({\n start : my_start_token(M),\n end : my_end_token(M),\n elements : M.elements.map(function(elem) {\n return elem === null ? new AST_Hole() : from_moz(elem);\n })\n });\n },\n ObjectExpression: function(M) {\n return new AST_Object({\n start : my_start_token(M),\n end : my_end_token(M),\n properties : M.properties.map(function(prop) {\n if (prop.type === \"SpreadElement\") {\n return from_moz(prop);\n }\n prop.type = \"Property\";\n return from_moz(prop);\n })\n });\n },\n SequenceExpression: function(M) {\n return new AST_Sequence({\n start : my_start_token(M),\n end : my_end_token(M),\n expressions: M.expressions.map(from_moz)\n });\n },\n MemberExpression: function(M) {\n return new (M.computed ? AST_Sub : AST_Dot)({\n start : my_start_token(M),\n end : my_end_token(M),\n property : M.computed ? from_moz(M.property) : M.property.name,\n expression : from_moz(M.object)\n });\n },\n SwitchCase: function(M) {\n return new (M.test ? AST_Case : AST_Default)({\n start : my_start_token(M),\n end : my_end_token(M),\n expression : from_moz(M.test),\n body : M.consequent.map(from_moz)\n });\n },\n VariableDeclaration: function(M) {\n return new (M.kind === \"const\" ? AST_Const :\n M.kind === \"let\" ? AST_Let : AST_Var)({\n start : my_start_token(M),\n end : my_end_token(M),\n definitions : M.declarations.map(from_moz)\n });\n },\n\n ImportDeclaration: function(M) {\n var imported_name = null;\n var imported_names = null;\n M.specifiers.forEach(function (specifier) {\n if (specifier.type === \"ImportSpecifier\") {\n if (!imported_names) { imported_names = []; }\n imported_names.push(new AST_NameMapping({\n start: my_start_token(specifier),\n end: my_end_token(specifier),\n foreign_name: from_moz(specifier.imported),\n name: from_moz(specifier.local)\n }));\n } else if (specifier.type === \"ImportDefaultSpecifier\") {\n imported_name = from_moz(specifier.local);\n } else if (specifier.type === \"ImportNamespaceSpecifier\") {\n if (!imported_names) { imported_names = []; }\n imported_names.push(new AST_NameMapping({\n start: my_start_token(specifier),\n end: my_end_token(specifier),\n foreign_name: new AST_SymbolImportForeign({ name: \"*\" }),\n name: from_moz(specifier.local)\n }));\n }\n });\n return new AST_Import({\n start : my_start_token(M),\n end : my_end_token(M),\n imported_name: imported_name,\n imported_names : imported_names,\n module_name : from_moz(M.source)\n });\n },\n ExportAllDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_names: [\n new AST_NameMapping({\n name: new AST_SymbolExportForeign({ name: \"*\" }),\n foreign_name: new AST_SymbolExportForeign({ name: \"*\" })\n })\n ],\n module_name: from_moz(M.source)\n });\n },\n ExportNamedDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_definition: from_moz(M.declaration),\n exported_names: M.specifiers && M.specifiers.length ? M.specifiers.map(function (specifier) {\n return new AST_NameMapping({\n foreign_name: from_moz(specifier.exported),\n name: from_moz(specifier.local)\n });\n }) : null,\n module_name: from_moz(M.source)\n });\n },\n ExportDefaultDeclaration: function(M) {\n return new AST_Export({\n start: my_start_token(M),\n end: my_end_token(M),\n exported_value: from_moz(M.declaration),\n is_default: true\n });\n },\n Literal: function(M) {\n var val = M.value, args = {\n start : my_start_token(M),\n end : my_end_token(M)\n };\n if (val === null) return new AST_Null(args);\n var rx = M.regex;\n if (rx && rx.pattern) {\n // RegExpLiteral as per ESTree AST spec\n args.value = new RegExp(rx.pattern, rx.flags);\n var raw = args.value.toString();\n args.value.raw_source = rx.flags\n ? raw.substring(0, raw.length - rx.flags.length) + rx.flags\n : raw;\n return new AST_RegExp(args);\n } else if (rx) {\n // support legacy RegExp\n args.value = M.regex && M.raw ? M.raw : val;\n return new AST_RegExp(args);\n }\n switch (typeof val) {\n case \"string\":\n args.value = val;\n return new AST_String(args);\n case \"number\":\n args.value = val;\n return new AST_Number(args);\n case \"boolean\":\n return new (val ? AST_True : AST_False)(args);\n }\n },\n MetaProperty: function(M) {\n if (M.meta.name === \"new\" && M.property.name === \"target\") {\n return new AST_NewTarget({\n start: my_start_token(M),\n end: my_end_token(M)\n });\n }\n },\n Identifier: function(M) {\n var p = FROM_MOZ_STACK[FROM_MOZ_STACK.length - 2];\n return new ( p.type == \"LabeledStatement\" ? AST_Label\n : p.type == \"VariableDeclarator\" && p.id === M ? (p.kind == \"const\" ? AST_SymbolConst : p.kind == \"let\" ? AST_SymbolLet : AST_SymbolVar)\n : /Import.*Specifier/.test(p.type) ? (p.local === M ? AST_SymbolImport : AST_SymbolImportForeign)\n : p.type == \"ExportSpecifier\" ? (p.local === M ? AST_SymbolExport : AST_SymbolExportForeign)\n : p.type == \"FunctionExpression\" ? (p.id === M ? AST_SymbolLambda : AST_SymbolFunarg)\n : p.type == \"FunctionDeclaration\" ? (p.id === M ? AST_SymbolDefun : AST_SymbolFunarg)\n : p.type == \"ArrowFunctionExpression\" ? (p.params.includes(M)) ? AST_SymbolFunarg : AST_SymbolRef\n : p.type == \"ClassExpression\" ? (p.id === M ? AST_SymbolClass : AST_SymbolRef)\n : p.type == \"Property\" ? (p.key === M && p.computed || p.value === M ? AST_SymbolRef : AST_SymbolMethod)\n : p.type == \"ClassDeclaration\" ? (p.id === M ? AST_SymbolDefClass : AST_SymbolRef)\n : p.type == \"MethodDefinition\" ? (p.computed ? AST_SymbolRef : AST_SymbolMethod)\n : p.type == \"CatchClause\" ? AST_SymbolCatch\n : p.type == \"BreakStatement\" || p.type == \"ContinueStatement\" ? AST_LabelRef\n : AST_SymbolRef)({\n start : my_start_token(M),\n end : my_end_token(M),\n name : M.name\n });\n }\n };\n\n MOZ_TO_ME.UpdateExpression =\n MOZ_TO_ME.UnaryExpression = function To_Moz_Unary(M) {\n var prefix = \"prefix\" in M ? M.prefix\n : M.type == \"UnaryExpression\" ? true : false;\n return new (prefix ? AST_UnaryPrefix : AST_UnaryPostfix)({\n start : my_start_token(M),\n end : my_end_token(M),\n operator : M.operator,\n expression : from_moz(M.argument)\n });\n };\n\n MOZ_TO_ME.ClassDeclaration =\n MOZ_TO_ME.ClassExpression = function From_Moz_Class(M) {\n return new (M.type === \"ClassDeclaration\" ? AST_DefClass : AST_ClassExpression)({\n start : my_start_token(M),\n end : my_end_token(M),\n name : from_moz(M.id),\n extends : from_moz(M.superClass),\n properties: M.body.body.map(from_moz)\n });\n };\n\n map(\"EmptyStatement\", AST_EmptyStatement);\n map(\"BlockStatement\", AST_BlockStatement, \"body@body\");\n map(\"IfStatement\", AST_If, \"test>condition, consequent>body, alternate>alternative\");\n map(\"LabeledStatement\", AST_LabeledStatement, \"label>label, body>body\");\n map(\"BreakStatement\", AST_Break, \"label>label\");\n map(\"ContinueStatement\", AST_Continue, \"label>label\");\n map(\"WithStatement\", AST_With, \"object>expression, body>body\");\n map(\"SwitchStatement\", AST_Switch, \"discriminant>expression, cases@body\");\n map(\"ReturnStatement\", AST_Return, \"argument>value\");\n map(\"ThrowStatement\", AST_Throw, \"argument>value\");\n map(\"WhileStatement\", AST_While, \"test>condition, body>body\");\n map(\"DoWhileStatement\", AST_Do, \"test>condition, body>body\");\n map(\"ForStatement\", AST_For, \"init>init, test>condition, update>step, body>body\");\n map(\"ForInStatement\", AST_ForIn, \"left>init, right>object, body>body\");\n map(\"ForOfStatement\", AST_ForOf, \"left>init, right>object, body>body, await=await\");\n map(\"AwaitExpression\", AST_Await, \"argument>expression\");\n map(\"YieldExpression\", AST_Yield, \"argument>expression, delegate=is_star\");\n map(\"DebuggerStatement\", AST_Debugger);\n map(\"VariableDeclarator\", AST_VarDef, \"id>name, init>value\");\n map(\"CatchClause\", AST_Catch, \"param>argname, body%body\");\n\n map(\"ThisExpression\", AST_This);\n map(\"Super\", AST_Super);\n map(\"BinaryExpression\", AST_Binary, \"operator=operator, left>left, right>right\");\n map(\"LogicalExpression\", AST_Binary, \"operator=operator, left>left, right>right\");\n map(\"AssignmentExpression\", AST_Assign, \"operator=operator, left>left, right>right\");\n map(\"ConditionalExpression\", AST_Conditional, \"test>condition, consequent>consequent, alternate>alternative\");\n map(\"NewExpression\", AST_New, \"callee>expression, arguments@args\");\n map(\"CallExpression\", AST_Call, \"callee>expression, arguments@args\");\n\n def_to_moz(AST_Toplevel, function To_Moz_Program(M) {\n return to_moz_scope(\"Program\", M);\n });\n\n def_to_moz(AST_Expansion, function To_Moz_Spread(M, parent) {\n return {\n type: to_moz_in_destructuring() ? \"RestElement\" : \"SpreadElement\",\n argument: to_moz(M.expression)\n };\n });\n\n def_to_moz(AST_PrefixedTemplateString, function To_Moz_TaggedTemplateExpression(M) {\n return {\n type: \"TaggedTemplateExpression\",\n tag: to_moz(M.prefix),\n quasi: to_moz(M.template_string)\n };\n });\n\n def_to_moz(AST_TemplateString, function To_Moz_TemplateLiteral(M) {\n var quasis = [];\n var expressions = [];\n for (var i = 0; i < M.segments.length; i++) {\n if (i % 2 !== 0) {\n expressions.push(to_moz(M.segments[i]));\n } else {\n quasis.push({\n type: \"TemplateElement\",\n value: {\n raw: M.segments[i].raw,\n cooked: M.segments[i].value\n },\n tail: i === M.segments.length - 1\n });\n }\n }\n return {\n type: \"TemplateLiteral\",\n quasis: quasis,\n expressions: expressions\n };\n });\n\n def_to_moz(AST_Defun, function To_Moz_FunctionDeclaration(M) {\n return {\n type: \"FunctionDeclaration\",\n id: to_moz(M.name),\n params: M.argnames.map(to_moz),\n generator: M.is_generator,\n async: M.async,\n body: to_moz_scope(\"BlockStatement\", M)\n };\n });\n\n def_to_moz(AST_Function, function To_Moz_FunctionExpression(M, parent) {\n var is_generator = parent.is_generator !== undefined ?\n parent.is_generator : M.is_generator;\n return {\n type: \"FunctionExpression\",\n id: to_moz(M.name),\n params: M.argnames.map(to_moz),\n generator: is_generator,\n async: M.async,\n body: to_moz_scope(\"BlockStatement\", M)\n };\n });\n\n def_to_moz(AST_Arrow, function To_Moz_ArrowFunctionExpression(M) {\n var body = M.body instanceof Array ? {\n type: \"BlockStatement\",\n body: M.body.map(to_moz)\n } : to_moz(M.body);\n return {\n type: \"ArrowFunctionExpression\",\n params: M.argnames.map(to_moz),\n async: M.async,\n body: body\n };\n });\n\n def_to_moz(AST_Destructuring, function To_Moz_ObjectPattern(M) {\n if (M.is_array) {\n return {\n type: \"ArrayPattern\",\n elements: M.names.map(to_moz)\n };\n }\n return {\n type: \"ObjectPattern\",\n properties: M.names.map(to_moz)\n };\n });\n\n def_to_moz(AST_Directive, function To_Moz_Directive(M) {\n return {\n type: \"ExpressionStatement\",\n expression: {\n type: \"Literal\",\n value: M.value\n }\n };\n });\n\n def_to_moz(AST_SimpleStatement, function To_Moz_ExpressionStatement(M) {\n return {\n type: \"ExpressionStatement\",\n expression: to_moz(M.body)\n };\n });\n\n def_to_moz(AST_SwitchBranch, function To_Moz_SwitchCase(M) {\n return {\n type: \"SwitchCase\",\n test: to_moz(M.expression),\n consequent: M.body.map(to_moz)\n };\n });\n\n def_to_moz(AST_Try, function To_Moz_TryStatement(M) {\n return {\n type: \"TryStatement\",\n block: to_moz_block(M),\n handler: to_moz(M.bcatch),\n guardedHandlers: [],\n finalizer: to_moz(M.bfinally)\n };\n });\n\n def_to_moz(AST_Catch, function To_Moz_CatchClause(M) {\n return {\n type: \"CatchClause\",\n param: to_moz(M.argname),\n guard: null,\n body: to_moz_block(M)\n };\n });\n\n def_to_moz(AST_Definitions, function To_Moz_VariableDeclaration(M) {\n return {\n type: \"VariableDeclaration\",\n kind:\n M instanceof AST_Const ? \"const\" :\n M instanceof AST_Let ? \"let\" : \"var\",\n declarations: M.definitions.map(to_moz)\n };\n });\n\n def_to_moz(AST_Export, function To_Moz_ExportDeclaration(M) {\n if (M.exported_names) {\n if (M.exported_names[0].name.name === \"*\") {\n return {\n type: \"ExportAllDeclaration\",\n source: to_moz(M.module_name)\n };\n }\n return {\n type: \"ExportNamedDeclaration\",\n specifiers: M.exported_names.map(function (name_mapping) {\n return {\n type: \"ExportSpecifier\",\n exported: to_moz(name_mapping.foreign_name),\n local: to_moz(name_mapping.name)\n };\n }),\n declaration: to_moz(M.exported_definition),\n source: to_moz(M.module_name)\n };\n }\n return {\n type: M.is_default ? \"ExportDefaultDeclaration\" : \"ExportNamedDeclaration\",\n declaration: to_moz(M.exported_value || M.exported_definition)\n };\n });\n\n def_to_moz(AST_Import, function To_Moz_ImportDeclaration(M) {\n var specifiers = [];\n if (M.imported_name) {\n specifiers.push({\n type: \"ImportDefaultSpecifier\",\n local: to_moz(M.imported_name)\n });\n }\n if (M.imported_names && M.imported_names[0].foreign_name.name === \"*\") {\n specifiers.push({\n type: \"ImportNamespaceSpecifier\",\n local: to_moz(M.imported_names[0].name)\n });\n } else if (M.imported_names) {\n M.imported_names.forEach(function(name_mapping) {\n specifiers.push({\n type: \"ImportSpecifier\",\n local: to_moz(name_mapping.name),\n imported: to_moz(name_mapping.foreign_name)\n });\n });\n }\n return {\n type: \"ImportDeclaration\",\n specifiers: specifiers,\n source: to_moz(M.module_name)\n };\n });\n\n def_to_moz(AST_Sequence, function To_Moz_SequenceExpression(M) {\n return {\n type: \"SequenceExpression\",\n expressions: M.expressions.map(to_moz)\n };\n });\n\n def_to_moz(AST_PropAccess, function To_Moz_MemberExpression(M) {\n var isComputed = M instanceof AST_Sub;\n return {\n type: \"MemberExpression\",\n object: to_moz(M.expression),\n computed: isComputed,\n property: isComputed ? to_moz(M.property) : {type: \"Identifier\", name: M.property}\n };\n });\n\n def_to_moz(AST_Unary, function To_Moz_Unary(M) {\n return {\n type: M.operator == \"++\" || M.operator == \"--\" ? \"UpdateExpression\" : \"UnaryExpression\",\n operator: M.operator,\n prefix: M instanceof AST_UnaryPrefix,\n argument: to_moz(M.expression)\n };\n });\n\n def_to_moz(AST_Binary, function To_Moz_BinaryExpression(M) {\n if (M.operator == \"=\" && to_moz_in_destructuring()) {\n return {\n type: \"AssignmentPattern\",\n left: to_moz(M.left),\n right: to_moz(M.right)\n };\n }\n return {\n type: M.operator == \"&&\" || M.operator == \"||\" ? \"LogicalExpression\" : \"BinaryExpression\",\n left: to_moz(M.left),\n operator: M.operator,\n right: to_moz(M.right)\n };\n });\n\n def_to_moz(AST_Array, function To_Moz_ArrayExpression(M) {\n return {\n type: \"ArrayExpression\",\n elements: M.elements.map(to_moz)\n };\n });\n\n def_to_moz(AST_Object, function To_Moz_ObjectExpression(M) {\n return {\n type: \"ObjectExpression\",\n properties: M.properties.map(to_moz)\n };\n });\n\n def_to_moz(AST_ObjectProperty, function To_Moz_Property(M, parent) {\n var key = M.key instanceof AST_Node ? to_moz(M.key) : {\n type: \"Identifier\",\n value: M.key\n };\n if (typeof M.key === \"number\") {\n key = {\n type: \"Literal\",\n value: Number(M.key)\n };\n }\n if (typeof M.key === \"string\") {\n key = {\n type: \"Identifier\",\n name: M.key\n };\n }\n var kind;\n var string_or_num = typeof M.key === \"string\" || typeof M.key === \"number\";\n var computed = string_or_num ? false : !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef;\n if (M instanceof AST_ObjectKeyVal) {\n kind = \"init\";\n computed = !string_or_num;\n } else\n if (M instanceof AST_ObjectGetter) {\n kind = \"get\";\n } else\n if (M instanceof AST_ObjectSetter) {\n kind = \"set\";\n }\n if (parent instanceof AST_Class) {\n return {\n type: \"MethodDefinition\",\n computed: computed,\n kind: kind,\n static: M.static,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n }\n return {\n type: \"Property\",\n computed: computed,\n kind: kind,\n key: key,\n value: to_moz(M.value)\n };\n });\n\n def_to_moz(AST_ConciseMethod, function To_Moz_MethodDefinition(M, parent) {\n if (parent instanceof AST_Object) {\n return {\n type: \"Property\",\n computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef,\n kind: \"init\",\n method: true,\n shorthand: false,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n }\n return {\n type: \"MethodDefinition\",\n computed: !(M.key instanceof AST_Symbol) || M.key instanceof AST_SymbolRef,\n kind: M.key === \"constructor\" ? \"constructor\" : \"method\",\n static: M.static,\n key: to_moz(M.key),\n value: to_moz(M.value)\n };\n });\n\n def_to_moz(AST_Class, function To_Moz_Class(M) {\n var type = M instanceof AST_ClassExpression ? \"ClassExpression\" : \"ClassDeclaration\";\n return {\n type: type,\n superClass: to_moz(M.extends),\n id: M.name ? to_moz(M.name) : null,\n body: {\n type: \"ClassBody\",\n body: M.properties.map(to_moz)\n }\n };\n });\n\n def_to_moz(AST_NewTarget, function To_Moz_MetaProperty(M) {\n return {\n type: \"MetaProperty\",\n meta: {\n type: \"Identifier\",\n name: \"new\"\n },\n property: {\n type: \"Identifier\",\n name: \"target\"\n }\n };\n });\n\n def_to_moz(AST_Symbol, function To_Moz_Identifier(M, parent) {\n if (M instanceof AST_SymbolMethod && parent.quote) {\n return {\n type: \"Literal\",\n value: M.name\n };\n }\n var def = M.definition();\n return {\n type: \"Identifier\",\n name: def ? def.mangled_name || def.name : M.name\n };\n });\n\n def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) {\n var pattern = M.value.source;\n var flags = M.value.toString().match(/[gimuys]*$/)[0];\n return {\n type: \"Literal\",\n value: new RegExp(pattern, flags),\n raw: M.value.raw_source,\n regex: {\n pattern: pattern,\n flags: flags,\n }\n };\n });\n\n def_to_moz(AST_Constant, function To_Moz_Literal(M) {\n var value = M.value;\n if (typeof value === \"number\" && (value < 0 || (value === 0 && 1 / value < 0))) {\n return {\n type: \"UnaryExpression\",\n operator: \"-\",\n prefix: true,\n argument: {\n type: \"Literal\",\n value: -value,\n raw: M.start.raw\n }\n };\n }\n return {\n type: \"Literal\",\n value: value,\n raw: M.start.raw\n };\n });\n\n def_to_moz(AST_Atom, function To_Moz_Atom(M) {\n return {\n type: \"Identifier\",\n name: String(M.value)\n };\n });\n\n AST_Boolean.DEFMETHOD(\"to_mozilla_ast\", AST_Constant.prototype.to_mozilla_ast);\n AST_Null.DEFMETHOD(\"to_mozilla_ast\", AST_Constant.prototype.to_mozilla_ast);\n AST_Hole.DEFMETHOD(\"to_mozilla_ast\", function To_Moz_ArrayHole() { return null; });\n\n AST_Block.DEFMETHOD(\"to_mozilla_ast\", AST_BlockStatement.prototype.to_mozilla_ast);\n AST_Lambda.DEFMETHOD(\"to_mozilla_ast\", AST_Function.prototype.to_mozilla_ast);\n\n /* -----[ tools ]----- */\n\n function raw_token(moznode) {\n if (moznode.type == \"Literal\") {\n return moznode.raw != null ? moznode.raw : moznode.value + \"\";\n }\n }\n\n function my_start_token(moznode) {\n var loc = moznode.loc, start = loc && loc.start;\n var range = moznode.range;\n return new AST_Token({\n file : loc && loc.source,\n line : start && start.line,\n col : start && start.column,\n pos : range ? range[0] : moznode.start,\n endline : start && start.line,\n endcol : start && start.column,\n endpos : range ? range[0] : moznode.start,\n raw : raw_token(moznode),\n });\n }\n\n function my_end_token(moznode) {\n var loc = moznode.loc, end = loc && loc.end;\n var range = moznode.range;\n return new AST_Token({\n file : loc && loc.source,\n line : end && end.line,\n col : end && end.column,\n pos : range ? range[1] : moznode.end,\n endline : end && end.line,\n endcol : end && end.column,\n endpos : range ? range[1] : moznode.end,\n raw : raw_token(moznode),\n });\n }\n\n function map(moztype, mytype, propmap) {\n var moz_to_me = \"function From_Moz_\" + moztype + \"(M){\\n\";\n moz_to_me += \"return new U2.\" + mytype.name + \"({\\n\" +\n \"start: my_start_token(M),\\n\" +\n \"end: my_end_token(M)\";\n\n var me_to_moz = \"function To_Moz_\" + moztype + \"(M){\\n\";\n me_to_moz += \"return {\\n\" +\n \"type: \" + JSON.stringify(moztype);\n\n if (propmap) propmap.split(/\\s*,\\s*/).forEach(function(prop) {\n var m = /([a-z0-9$_]+)([=@>%])([a-z0-9$_]+)/i.exec(prop);\n if (!m) throw new Error(\"Can't understand property map: \" + prop);\n var moz = m[1], how = m[2], my = m[3];\n moz_to_me += \",\\n\" + my + \": \";\n me_to_moz += \",\\n\" + moz + \": \";\n switch (how) {\n case \"@\":\n moz_to_me += \"M.\" + moz + \".map(from_moz)\";\n me_to_moz += \"M.\" + my + \".map(to_moz)\";\n break;\n case \">\":\n moz_to_me += \"from_moz(M.\" + moz + \")\";\n me_to_moz += \"to_moz(M.\" + my + \")\";\n break;\n case \"=\":\n moz_to_me += \"M.\" + moz;\n me_to_moz += \"M.\" + my;\n break;\n case \"%\":\n moz_to_me += \"from_moz(M.\" + moz + \").body\";\n me_to_moz += \"to_moz_block(M)\";\n break;\n default:\n throw new Error(\"Can't understand operator in propmap: \" + prop);\n }\n });\n\n moz_to_me += \"\\n})\\n}\";\n me_to_moz += \"\\n}\\n}\";\n\n //moz_to_me = parse(moz_to_me).print_to_string({ beautify: true });\n //me_to_moz = parse(me_to_moz).print_to_string({ beautify: true });\n //console.log(moz_to_me);\n\n moz_to_me = new Function(\"U2\", \"my_start_token\", \"my_end_token\", \"from_moz\", \"return(\" + moz_to_me + \")\")(\n ast, my_start_token, my_end_token, from_moz\n );\n me_to_moz = new Function(\"to_moz\", \"to_moz_block\", \"to_moz_scope\", \"return(\" + me_to_moz + \")\")(\n to_moz, to_moz_block, to_moz_scope\n );\n MOZ_TO_ME[moztype] = moz_to_me;\n def_to_moz(mytype, me_to_moz);\n }\n\n var FROM_MOZ_STACK = null;\n\n function from_moz(node) {\n FROM_MOZ_STACK.push(node);\n var ret = node != null ? MOZ_TO_ME[node.type](node) : null;\n FROM_MOZ_STACK.pop();\n return ret;\n }\n\n AST_Node.from_mozilla_ast = function(node) {\n var save_stack = FROM_MOZ_STACK;\n FROM_MOZ_STACK = [];\n var ast = from_moz(node);\n FROM_MOZ_STACK = save_stack;\n return ast;\n };\n\n function set_moz_loc(mynode, moznode, myparent) {\n var start = mynode.start;\n var end = mynode.end;\n if (start.pos != null && end.endpos != null) {\n moznode.range = [start.pos, end.endpos];\n }\n if (start.line) {\n moznode.loc = {\n start: {line: start.line, column: start.col},\n end: end.endline ? {line: end.endline, column: end.endcol} : null\n };\n if (start.file) {\n moznode.loc.source = start.file;\n }\n }\n return moznode;\n }\n\n function def_to_moz(mytype, handler) {\n mytype.DEFMETHOD(\"to_mozilla_ast\", function(parent) {\n return set_moz_loc(this, handler(this, parent));\n });\n }\n\n var TO_MOZ_STACK = null;\n\n function to_moz(node) {\n if (TO_MOZ_STACK === null) { TO_MOZ_STACK = []; }\n TO_MOZ_STACK.push(node);\n var ast = node != null ? node.to_mozilla_ast(TO_MOZ_STACK[TO_MOZ_STACK.length - 2]) : null;\n TO_MOZ_STACK.pop();\n if (TO_MOZ_STACK.length === 0) { TO_MOZ_STACK = null; }\n return ast;\n }\n\n function to_moz_in_destructuring() {\n var i = TO_MOZ_STACK.length;\n while (i--) {\n if (TO_MOZ_STACK[i] instanceof AST_Destructuring) {\n return true;\n }\n }\n return false;\n }\n\n function to_moz_block(node) {\n return {\n type: \"BlockStatement\",\n body: node.body.map(to_moz)\n };\n }\n\n function to_moz_scope(type, node) {\n var body = node.body.map(to_moz);\n if (node.body[0] instanceof AST_SimpleStatement && node.body[0].body instanceof AST_String) {\n body.unshift(to_moz(new AST_EmptyStatement(node.body[0])));\n }\n return {\n type: type,\n body: body\n };\n }\n})();\n","/***********************************************************************\n\n A JavaScript tokenizer / parser / beautifier / compressor.\n https://github.com/mishoo/UglifyJS2\n\n -------------------------------- (C) ---------------------------------\n\n Author: Mihai Bazon\n \n http://mihai.bazon.net/blog\n\n Distributed under the BSD license:\n\n Copyright 2012 (c) Mihai Bazon \n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the following\n disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials\n provided with the distribution.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY\n EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\n TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\n THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGE.\n\n ***********************************************************************/\n\n\"use strict\";\n\nimport MOZ_SourceMap from \"source-map\";\nimport {\n defaults,\n} from \"./utils.js\";\n\n// a small wrapper around fitzgen's source-map library\nfunction SourceMap(options) {\n options = defaults(options, {\n file : null,\n root : null,\n orig : null,\n\n orig_line_diff : 0,\n dest_line_diff : 0,\n });\n var generator = new MOZ_SourceMap.SourceMapGenerator({\n file : options.file,\n sourceRoot : options.root\n });\n var orig_map = options.orig && new MOZ_SourceMap.SourceMapConsumer(options.orig);\n\n if (orig_map) {\n orig_map.sources.forEach(function(source) {\n var sourceContent = orig_map.sourceContentFor(source, true);\n if (sourceContent) {\n generator.setSourceContent(source, sourceContent);\n }\n });\n }\n\n function add(source, gen_line, gen_col, orig_line, orig_col, name) {\n if (orig_map) {\n var info = orig_map.originalPositionFor({\n line: orig_line,\n column: orig_col\n });\n if (info.source === null) {\n return;\n }\n source = info.source;\n orig_line = info.line;\n orig_col = info.column;\n name = info.name || name;\n }\n generator.addMapping({\n generated : { line: gen_line + options.dest_line_diff, column: gen_col },\n original : { line: orig_line + options.orig_line_diff, column: orig_col },\n source : source,\n name : name\n });\n }\n return {\n add : add,\n get : function() { return generator; },\n toString : function() { return JSON.stringify(generator.toJSON()); }\n };\n}\n\nexport {\n SourceMap,\n};\n"]} \ No newline at end of file diff --git a/2019-setembro/node_modules/terser/package.json b/2019-setembro/node_modules/terser/package.json deleted file mode 100644 index e1faa95..0000000 --- a/2019-setembro/node_modules/terser/package.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "name": "terser", - "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+", - "homepage": "https://github.com/fabiosantoscode/terser", - "author": "Mihai Bazon (http://lisperator.net/)", - "license": "BSD-2-Clause", - "version": "3.17.0", - "engines": { - "node": ">=6.0.0" - }, - "maintainers": [ - "Fábio Santos " - ], - "repository": "https://github.com/fabiosantoscode/terser.git", - "main": "dist/bundle.min.js", - "types": "tools/terser.d.ts", - "bin": { - "terser": "bin/uglifyjs" - }, - "files": [ - "bin", - "dist", - "tools", - "LICENSE", - "README.md", - "CHANGELOG.md", - "PATRONS.md" - ], - "dependencies": { - "commander": "^2.19.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.10" - }, - "devDependencies": { - "acorn": "^6.0.4", - "cross-env": "^5.2.0", - "csv": "^5.1.0", - "escodegen": "^1.11.0", - "eslint": "^4.19.1", - "eslump": "^2.0.0", - "mocha": "^3.0.0", - "mochallel": "^1.8.6", - "pre-commit": "^1.2.2", - "rimraf": "^2.6.2", - "rollup": "^1.0.1", - "semver": "~5.6.0" - }, - "scripts": { - "test": "npm run prepare --silent && istanbul instrument dist/bundle.min.js > dist/bundle.instrumented.js && node test/run-tests.js", - "lint": "eslint lib", - "lint-fix": "eslint --fix lib", - "prepare": "rimraf dist/* && rollup -c && cd dist && cross-env TERSER_NO_BUNDLE=1 ../bin/uglifyjs bundle.js -mc --source-map 'content=bundle.js.map,includeSources=true,url=bundle.min.js.map' -o bundle.min.js", - "postversion": "echo 'Remember to update the changelog!'" - }, - "keywords": [ - "uglify", - "terser", - "uglify-es", - "uglify-js", - "minify", - "minifier", - "javascript", - "ecmascript", - "es5", - "es6", - "es7", - "es8", - "es2015", - "es2016", - "es2017", - "async", - "await" - ], - "eslintConfig": { - "parserOptions": { - "sourceType": "module" - }, - "env": { - "es6": true - }, - "globals": { - "describe": false, - "it": false, - "require": false, - "global": false - }, - "rules": { - "brace-style": [ - "error", - "1tbs", - { - "allowSingleLine": true - } - ], - "quotes": [ - "error", - "double", - "avoid-escape" - ], - "no-debugger": "error", - "no-undef": "error", - "semi": [ - "error", - "always" - ], - "no-extra-semi": "error", - "no-irregular-whitespace": "error", - "space-before-blocks": [ - "error", - "always" - ] - } - }, - "pre-commit": [ - "lint-fix", - "test" - ] -} diff --git a/2019-setembro/node_modules/terser/tools/colorless-console.js b/2019-setembro/node_modules/terser/tools/colorless-console.js deleted file mode 100644 index b65bb62..0000000 --- a/2019-setembro/node_modules/terser/tools/colorless-console.js +++ /dev/null @@ -1,11 +0,0 @@ -"use strict" - -if (Number((/([0-9]+)\./.exec(process.version) || [])[1]) >= 10) { - var Console = require("console").Console; - global.console = new Console({ - stdout: process.stdout, - stderr: process.stderr, - colorMode: false - }); -} - diff --git a/2019-setembro/node_modules/terser/tools/domprops.js b/2019-setembro/node_modules/terser/tools/domprops.js deleted file mode 100644 index f0c68b1..0000000 --- a/2019-setembro/node_modules/terser/tools/domprops.js +++ /dev/null @@ -1,5605 +0,0 @@ -export var domprops = [ - "$&", - "$'", - "$*", - "$+", - "$1", - "$2", - "$3", - "$4", - "$5", - "$6", - "$7", - "$8", - "$9", - "$_", - "$`", - "$input", - "@@iterator", - "ABORT_ERR", - "ACTIVE", - "ACTIVE_ATTRIBUTES", - "ACTIVE_TEXTURE", - "ACTIVE_UNIFORMS", - "ADDITION", - "ALIASED_LINE_WIDTH_RANGE", - "ALIASED_POINT_SIZE_RANGE", - "ALLOW_KEYBOARD_INPUT", - "ALLPASS", - "ALPHA", - "ALPHA_BITS", - "ALT_MASK", - "ALWAYS", - "ANY_TYPE", - "ANY_UNORDERED_NODE_TYPE", - "ARRAY_BUFFER", - "ARRAY_BUFFER_BINDING", - "ATTACHED_SHADERS", - "ATTRIBUTE_NODE", - "AT_TARGET", - "AddSearchProvider", - "AnalyserNode", - "AnimationEvent", - "AnonXMLHttpRequest", - "ApplicationCache", - "ApplicationCacheErrorEvent", - "Array", - "ArrayBuffer", - "Attr", - "Audio", - "AudioBuffer", - "AudioBufferSourceNode", - "AudioContext", - "AudioDestinationNode", - "AudioListener", - "AudioNode", - "AudioParam", - "AudioProcessingEvent", - "AudioStreamTrack", - "AutocompleteErrorEvent", - "BACK", - "BAD_BOUNDARYPOINTS_ERR", - "BANDPASS", - "BLEND", - "BLEND_COLOR", - "BLEND_DST_ALPHA", - "BLEND_DST_RGB", - "BLEND_EQUATION", - "BLEND_EQUATION_ALPHA", - "BLEND_EQUATION_RGB", - "BLEND_SRC_ALPHA", - "BLEND_SRC_RGB", - "BLUE_BITS", - "BLUR", - "BOOL", - "BOOLEAN_TYPE", - "BOOL_VEC2", - "BOOL_VEC3", - "BOOL_VEC4", - "BOTH", - "BROWSER_DEFAULT_WEBGL", - "BUBBLING_PHASE", - "BUFFER_SIZE", - "BUFFER_USAGE", - "BYTE", - "BYTES_PER_ELEMENT", - "BarProp", - "BaseHref", - "BatteryManager", - "BeforeLoadEvent", - "BeforeUnloadEvent", - "BiquadFilterNode", - "Blob", - "BlobEvent", - "Boolean", - "CAPTURING_PHASE", - "CCW", - "CDATASection", - "CDATA_SECTION_NODE", - "CHANGE", - "CHARSET_RULE", - "CHECKING", - "CLAMP_TO_EDGE", - "CLICK", - "CLOSED", - "CLOSING", - "COLOR_ATTACHMENT0", - "COLOR_BUFFER_BIT", - "COLOR_CLEAR_VALUE", - "COLOR_WRITEMASK", - "COMMENT_NODE", - "COMPILE_STATUS", - "COMPRESSED_RGBA_S3TC_DXT1_EXT", - "COMPRESSED_RGBA_S3TC_DXT3_EXT", - "COMPRESSED_RGBA_S3TC_DXT5_EXT", - "COMPRESSED_RGB_S3TC_DXT1_EXT", - "COMPRESSED_TEXTURE_FORMATS", - "CONNECTING", - "CONSTANT_ALPHA", - "CONSTANT_COLOR", - "CONSTRAINT_ERR", - "CONTEXT_LOST_WEBGL", - "CONTROL_MASK", - "COUNTER_STYLE_RULE", - "CSS", - "CSS2Properties", - "CSSCharsetRule", - "CSSConditionRule", - "CSSCounterStyleRule", - "CSSFontFaceRule", - "CSSFontFeatureValuesRule", - "CSSGroupingRule", - "CSSImportRule", - "CSSKeyframeRule", - "CSSKeyframesRule", - "CSSMediaRule", - "CSSMozDocumentRule", - "CSSNameSpaceRule", - "CSSPageRule", - "CSSPrimitiveValue", - "CSSRule", - "CSSRuleList", - "CSSStyleDeclaration", - "CSSStyleRule", - "CSSStyleSheet", - "CSSSupportsRule", - "CSSUnknownRule", - "CSSValue", - "CSSValueList", - "CSSVariablesDeclaration", - "CSSVariablesRule", - "CSSViewportRule", - "CSS_ATTR", - "CSS_CM", - "CSS_COUNTER", - "CSS_CUSTOM", - "CSS_DEG", - "CSS_DIMENSION", - "CSS_EMS", - "CSS_EXS", - "CSS_FILTER_BLUR", - "CSS_FILTER_BRIGHTNESS", - "CSS_FILTER_CONTRAST", - "CSS_FILTER_CUSTOM", - "CSS_FILTER_DROP_SHADOW", - "CSS_FILTER_GRAYSCALE", - "CSS_FILTER_HUE_ROTATE", - "CSS_FILTER_INVERT", - "CSS_FILTER_OPACITY", - "CSS_FILTER_REFERENCE", - "CSS_FILTER_SATURATE", - "CSS_FILTER_SEPIA", - "CSS_GRAD", - "CSS_HZ", - "CSS_IDENT", - "CSS_IN", - "CSS_INHERIT", - "CSS_KHZ", - "CSS_MATRIX", - "CSS_MATRIX3D", - "CSS_MM", - "CSS_MS", - "CSS_NUMBER", - "CSS_PC", - "CSS_PERCENTAGE", - "CSS_PERSPECTIVE", - "CSS_PRIMITIVE_VALUE", - "CSS_PT", - "CSS_PX", - "CSS_RAD", - "CSS_RECT", - "CSS_RGBCOLOR", - "CSS_ROTATE", - "CSS_ROTATE3D", - "CSS_ROTATEX", - "CSS_ROTATEY", - "CSS_ROTATEZ", - "CSS_S", - "CSS_SCALE", - "CSS_SCALE3D", - "CSS_SCALEX", - "CSS_SCALEY", - "CSS_SCALEZ", - "CSS_SKEW", - "CSS_SKEWX", - "CSS_SKEWY", - "CSS_STRING", - "CSS_TRANSLATE", - "CSS_TRANSLATE3D", - "CSS_TRANSLATEX", - "CSS_TRANSLATEY", - "CSS_TRANSLATEZ", - "CSS_UNKNOWN", - "CSS_URI", - "CSS_VALUE_LIST", - "CSS_VH", - "CSS_VMAX", - "CSS_VMIN", - "CSS_VW", - "CULL_FACE", - "CULL_FACE_MODE", - "CURRENT_PROGRAM", - "CURRENT_VERTEX_ATTRIB", - "CUSTOM", - "CW", - "CanvasGradient", - "CanvasPattern", - "CanvasRenderingContext2D", - "CaretPosition", - "ChannelMergerNode", - "ChannelSplitterNode", - "CharacterData", - "ClientRect", - "ClientRectList", - "Clipboard", - "ClipboardEvent", - "CloseEvent", - "Collator", - "CommandEvent", - "Comment", - "CompositionEvent", - "Console", - "Controllers", - "ConvolverNode", - "Counter", - "Crypto", - "CryptoKey", - "CustomEvent", - "DATABASE_ERR", - "DATA_CLONE_ERR", - "DATA_ERR", - "DBLCLICK", - "DECR", - "DECR_WRAP", - "DELETE_STATUS", - "DEPTH_ATTACHMENT", - "DEPTH_BITS", - "DEPTH_BUFFER_BIT", - "DEPTH_CLEAR_VALUE", - "DEPTH_COMPONENT", - "DEPTH_COMPONENT16", - "DEPTH_FUNC", - "DEPTH_RANGE", - "DEPTH_STENCIL", - "DEPTH_STENCIL_ATTACHMENT", - "DEPTH_TEST", - "DEPTH_WRITEMASK", - "DIRECTION_DOWN", - "DIRECTION_LEFT", - "DIRECTION_RIGHT", - "DIRECTION_UP", - "DISABLED", - "DISPATCH_REQUEST_ERR", - "DITHER", - "DOCUMENT_FRAGMENT_NODE", - "DOCUMENT_NODE", - "DOCUMENT_POSITION_CONTAINED_BY", - "DOCUMENT_POSITION_CONTAINS", - "DOCUMENT_POSITION_DISCONNECTED", - "DOCUMENT_POSITION_FOLLOWING", - "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "DOCUMENT_POSITION_PRECEDING", - "DOCUMENT_TYPE_NODE", - "DOMCursor", - "DOMError", - "DOMException", - "DOMImplementation", - "DOMImplementationLS", - "DOMMatrix", - "DOMMatrixReadOnly", - "DOMParser", - "DOMPoint", - "DOMPointReadOnly", - "DOMQuad", - "DOMRect", - "DOMRectList", - "DOMRectReadOnly", - "DOMRequest", - "DOMSTRING_SIZE_ERR", - "DOMSettableTokenList", - "DOMStringList", - "DOMStringMap", - "DOMTokenList", - "DOMTransactionEvent", - "DOM_DELTA_LINE", - "DOM_DELTA_PAGE", - "DOM_DELTA_PIXEL", - "DOM_INPUT_METHOD_DROP", - "DOM_INPUT_METHOD_HANDWRITING", - "DOM_INPUT_METHOD_IME", - "DOM_INPUT_METHOD_KEYBOARD", - "DOM_INPUT_METHOD_MULTIMODAL", - "DOM_INPUT_METHOD_OPTION", - "DOM_INPUT_METHOD_PASTE", - "DOM_INPUT_METHOD_SCRIPT", - "DOM_INPUT_METHOD_UNKNOWN", - "DOM_INPUT_METHOD_VOICE", - "DOM_KEY_LOCATION_JOYSTICK", - "DOM_KEY_LOCATION_LEFT", - "DOM_KEY_LOCATION_MOBILE", - "DOM_KEY_LOCATION_NUMPAD", - "DOM_KEY_LOCATION_RIGHT", - "DOM_KEY_LOCATION_STANDARD", - "DOM_VK_0", - "DOM_VK_1", - "DOM_VK_2", - "DOM_VK_3", - "DOM_VK_4", - "DOM_VK_5", - "DOM_VK_6", - "DOM_VK_7", - "DOM_VK_8", - "DOM_VK_9", - "DOM_VK_A", - "DOM_VK_ACCEPT", - "DOM_VK_ADD", - "DOM_VK_ALT", - "DOM_VK_ALTGR", - "DOM_VK_AMPERSAND", - "DOM_VK_ASTERISK", - "DOM_VK_AT", - "DOM_VK_ATTN", - "DOM_VK_B", - "DOM_VK_BACKSPACE", - "DOM_VK_BACK_QUOTE", - "DOM_VK_BACK_SLASH", - "DOM_VK_BACK_SPACE", - "DOM_VK_C", - "DOM_VK_CANCEL", - "DOM_VK_CAPS_LOCK", - "DOM_VK_CIRCUMFLEX", - "DOM_VK_CLEAR", - "DOM_VK_CLOSE_BRACKET", - "DOM_VK_CLOSE_CURLY_BRACKET", - "DOM_VK_CLOSE_PAREN", - "DOM_VK_COLON", - "DOM_VK_COMMA", - "DOM_VK_CONTEXT_MENU", - "DOM_VK_CONTROL", - "DOM_VK_CONVERT", - "DOM_VK_CRSEL", - "DOM_VK_CTRL", - "DOM_VK_D", - "DOM_VK_DECIMAL", - "DOM_VK_DELETE", - "DOM_VK_DIVIDE", - "DOM_VK_DOLLAR", - "DOM_VK_DOUBLE_QUOTE", - "DOM_VK_DOWN", - "DOM_VK_E", - "DOM_VK_EISU", - "DOM_VK_END", - "DOM_VK_ENTER", - "DOM_VK_EQUALS", - "DOM_VK_EREOF", - "DOM_VK_ESCAPE", - "DOM_VK_EXCLAMATION", - "DOM_VK_EXECUTE", - "DOM_VK_EXSEL", - "DOM_VK_F", - "DOM_VK_F1", - "DOM_VK_F10", - "DOM_VK_F11", - "DOM_VK_F12", - "DOM_VK_F13", - "DOM_VK_F14", - "DOM_VK_F15", - "DOM_VK_F16", - "DOM_VK_F17", - "DOM_VK_F18", - "DOM_VK_F19", - "DOM_VK_F2", - "DOM_VK_F20", - "DOM_VK_F21", - "DOM_VK_F22", - "DOM_VK_F23", - "DOM_VK_F24", - "DOM_VK_F25", - "DOM_VK_F26", - "DOM_VK_F27", - "DOM_VK_F28", - "DOM_VK_F29", - "DOM_VK_F3", - "DOM_VK_F30", - "DOM_VK_F31", - "DOM_VK_F32", - "DOM_VK_F33", - "DOM_VK_F34", - "DOM_VK_F35", - "DOM_VK_F36", - "DOM_VK_F4", - "DOM_VK_F5", - "DOM_VK_F6", - "DOM_VK_F7", - "DOM_VK_F8", - "DOM_VK_F9", - "DOM_VK_FINAL", - "DOM_VK_FRONT", - "DOM_VK_G", - "DOM_VK_GREATER_THAN", - "DOM_VK_H", - "DOM_VK_HANGUL", - "DOM_VK_HANJA", - "DOM_VK_HASH", - "DOM_VK_HELP", - "DOM_VK_HK_TOGGLE", - "DOM_VK_HOME", - "DOM_VK_HYPHEN_MINUS", - "DOM_VK_I", - "DOM_VK_INSERT", - "DOM_VK_J", - "DOM_VK_JUNJA", - "DOM_VK_K", - "DOM_VK_KANA", - "DOM_VK_KANJI", - "DOM_VK_L", - "DOM_VK_LEFT", - "DOM_VK_LEFT_TAB", - "DOM_VK_LESS_THAN", - "DOM_VK_M", - "DOM_VK_META", - "DOM_VK_MODECHANGE", - "DOM_VK_MULTIPLY", - "DOM_VK_N", - "DOM_VK_NONCONVERT", - "DOM_VK_NUMPAD0", - "DOM_VK_NUMPAD1", - "DOM_VK_NUMPAD2", - "DOM_VK_NUMPAD3", - "DOM_VK_NUMPAD4", - "DOM_VK_NUMPAD5", - "DOM_VK_NUMPAD6", - "DOM_VK_NUMPAD7", - "DOM_VK_NUMPAD8", - "DOM_VK_NUMPAD9", - "DOM_VK_NUM_LOCK", - "DOM_VK_O", - "DOM_VK_OEM_1", - "DOM_VK_OEM_102", - "DOM_VK_OEM_2", - "DOM_VK_OEM_3", - "DOM_VK_OEM_4", - "DOM_VK_OEM_5", - "DOM_VK_OEM_6", - "DOM_VK_OEM_7", - "DOM_VK_OEM_8", - "DOM_VK_OEM_COMMA", - "DOM_VK_OEM_MINUS", - "DOM_VK_OEM_PERIOD", - "DOM_VK_OEM_PLUS", - "DOM_VK_OPEN_BRACKET", - "DOM_VK_OPEN_CURLY_BRACKET", - "DOM_VK_OPEN_PAREN", - "DOM_VK_P", - "DOM_VK_PA1", - "DOM_VK_PAGEDOWN", - "DOM_VK_PAGEUP", - "DOM_VK_PAGE_DOWN", - "DOM_VK_PAGE_UP", - "DOM_VK_PAUSE", - "DOM_VK_PERCENT", - "DOM_VK_PERIOD", - "DOM_VK_PIPE", - "DOM_VK_PLAY", - "DOM_VK_PLUS", - "DOM_VK_PRINT", - "DOM_VK_PRINTSCREEN", - "DOM_VK_PROCESSKEY", - "DOM_VK_PROPERITES", - "DOM_VK_Q", - "DOM_VK_QUESTION_MARK", - "DOM_VK_QUOTE", - "DOM_VK_R", - "DOM_VK_REDO", - "DOM_VK_RETURN", - "DOM_VK_RIGHT", - "DOM_VK_S", - "DOM_VK_SCROLL_LOCK", - "DOM_VK_SELECT", - "DOM_VK_SEMICOLON", - "DOM_VK_SEPARATOR", - "DOM_VK_SHIFT", - "DOM_VK_SLASH", - "DOM_VK_SLEEP", - "DOM_VK_SPACE", - "DOM_VK_SUBTRACT", - "DOM_VK_T", - "DOM_VK_TAB", - "DOM_VK_TILDE", - "DOM_VK_U", - "DOM_VK_UNDERSCORE", - "DOM_VK_UNDO", - "DOM_VK_UNICODE", - "DOM_VK_UP", - "DOM_VK_V", - "DOM_VK_VOLUME_DOWN", - "DOM_VK_VOLUME_MUTE", - "DOM_VK_VOLUME_UP", - "DOM_VK_W", - "DOM_VK_WIN", - "DOM_VK_WINDOW", - "DOM_VK_WIN_ICO_00", - "DOM_VK_WIN_ICO_CLEAR", - "DOM_VK_WIN_ICO_HELP", - "DOM_VK_WIN_OEM_ATTN", - "DOM_VK_WIN_OEM_AUTO", - "DOM_VK_WIN_OEM_BACKTAB", - "DOM_VK_WIN_OEM_CLEAR", - "DOM_VK_WIN_OEM_COPY", - "DOM_VK_WIN_OEM_CUSEL", - "DOM_VK_WIN_OEM_ENLW", - "DOM_VK_WIN_OEM_FINISH", - "DOM_VK_WIN_OEM_FJ_JISHO", - "DOM_VK_WIN_OEM_FJ_LOYA", - "DOM_VK_WIN_OEM_FJ_MASSHOU", - "DOM_VK_WIN_OEM_FJ_ROYA", - "DOM_VK_WIN_OEM_FJ_TOUROKU", - "DOM_VK_WIN_OEM_JUMP", - "DOM_VK_WIN_OEM_PA1", - "DOM_VK_WIN_OEM_PA2", - "DOM_VK_WIN_OEM_PA3", - "DOM_VK_WIN_OEM_RESET", - "DOM_VK_WIN_OEM_WSCTRL", - "DOM_VK_X", - "DOM_VK_XF86XK_ADD_FAVORITE", - "DOM_VK_XF86XK_APPLICATION_LEFT", - "DOM_VK_XF86XK_APPLICATION_RIGHT", - "DOM_VK_XF86XK_AUDIO_CYCLE_TRACK", - "DOM_VK_XF86XK_AUDIO_FORWARD", - "DOM_VK_XF86XK_AUDIO_LOWER_VOLUME", - "DOM_VK_XF86XK_AUDIO_MEDIA", - "DOM_VK_XF86XK_AUDIO_MUTE", - "DOM_VK_XF86XK_AUDIO_NEXT", - "DOM_VK_XF86XK_AUDIO_PAUSE", - "DOM_VK_XF86XK_AUDIO_PLAY", - "DOM_VK_XF86XK_AUDIO_PREV", - "DOM_VK_XF86XK_AUDIO_RAISE_VOLUME", - "DOM_VK_XF86XK_AUDIO_RANDOM_PLAY", - "DOM_VK_XF86XK_AUDIO_RECORD", - "DOM_VK_XF86XK_AUDIO_REPEAT", - "DOM_VK_XF86XK_AUDIO_REWIND", - "DOM_VK_XF86XK_AUDIO_STOP", - "DOM_VK_XF86XK_AWAY", - "DOM_VK_XF86XK_BACK", - "DOM_VK_XF86XK_BACK_FORWARD", - "DOM_VK_XF86XK_BATTERY", - "DOM_VK_XF86XK_BLUE", - "DOM_VK_XF86XK_BLUETOOTH", - "DOM_VK_XF86XK_BOOK", - "DOM_VK_XF86XK_BRIGHTNESS_ADJUST", - "DOM_VK_XF86XK_CALCULATOR", - "DOM_VK_XF86XK_CALENDAR", - "DOM_VK_XF86XK_CD", - "DOM_VK_XF86XK_CLOSE", - "DOM_VK_XF86XK_COMMUNITY", - "DOM_VK_XF86XK_CONTRAST_ADJUST", - "DOM_VK_XF86XK_COPY", - "DOM_VK_XF86XK_CUT", - "DOM_VK_XF86XK_CYCLE_ANGLE", - "DOM_VK_XF86XK_DISPLAY", - "DOM_VK_XF86XK_DOCUMENTS", - "DOM_VK_XF86XK_DOS", - "DOM_VK_XF86XK_EJECT", - "DOM_VK_XF86XK_EXCEL", - "DOM_VK_XF86XK_EXPLORER", - "DOM_VK_XF86XK_FAVORITES", - "DOM_VK_XF86XK_FINANCE", - "DOM_VK_XF86XK_FORWARD", - "DOM_VK_XF86XK_FRAME_BACK", - "DOM_VK_XF86XK_FRAME_FORWARD", - "DOM_VK_XF86XK_GAME", - "DOM_VK_XF86XK_GO", - "DOM_VK_XF86XK_GREEN", - "DOM_VK_XF86XK_HIBERNATE", - "DOM_VK_XF86XK_HISTORY", - "DOM_VK_XF86XK_HOME_PAGE", - "DOM_VK_XF86XK_HOT_LINKS", - "DOM_VK_XF86XK_I_TOUCH", - "DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN", - "DOM_VK_XF86XK_KBD_BRIGHTNESS_UP", - "DOM_VK_XF86XK_KBD_LIGHT_ON_OFF", - "DOM_VK_XF86XK_LAUNCH0", - "DOM_VK_XF86XK_LAUNCH1", - "DOM_VK_XF86XK_LAUNCH2", - "DOM_VK_XF86XK_LAUNCH3", - "DOM_VK_XF86XK_LAUNCH4", - "DOM_VK_XF86XK_LAUNCH5", - "DOM_VK_XF86XK_LAUNCH6", - "DOM_VK_XF86XK_LAUNCH7", - "DOM_VK_XF86XK_LAUNCH8", - "DOM_VK_XF86XK_LAUNCH9", - "DOM_VK_XF86XK_LAUNCH_A", - "DOM_VK_XF86XK_LAUNCH_B", - "DOM_VK_XF86XK_LAUNCH_C", - "DOM_VK_XF86XK_LAUNCH_D", - "DOM_VK_XF86XK_LAUNCH_E", - "DOM_VK_XF86XK_LAUNCH_F", - "DOM_VK_XF86XK_LIGHT_BULB", - "DOM_VK_XF86XK_LOG_OFF", - "DOM_VK_XF86XK_MAIL", - "DOM_VK_XF86XK_MAIL_FORWARD", - "DOM_VK_XF86XK_MARKET", - "DOM_VK_XF86XK_MEETING", - "DOM_VK_XF86XK_MEMO", - "DOM_VK_XF86XK_MENU_KB", - "DOM_VK_XF86XK_MENU_PB", - "DOM_VK_XF86XK_MESSENGER", - "DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN", - "DOM_VK_XF86XK_MON_BRIGHTNESS_UP", - "DOM_VK_XF86XK_MUSIC", - "DOM_VK_XF86XK_MY_COMPUTER", - "DOM_VK_XF86XK_MY_SITES", - "DOM_VK_XF86XK_NEW", - "DOM_VK_XF86XK_NEWS", - "DOM_VK_XF86XK_OFFICE_HOME", - "DOM_VK_XF86XK_OPEN", - "DOM_VK_XF86XK_OPEN_URL", - "DOM_VK_XF86XK_OPTION", - "DOM_VK_XF86XK_PASTE", - "DOM_VK_XF86XK_PHONE", - "DOM_VK_XF86XK_PICTURES", - "DOM_VK_XF86XK_POWER_DOWN", - "DOM_VK_XF86XK_POWER_OFF", - "DOM_VK_XF86XK_RED", - "DOM_VK_XF86XK_REFRESH", - "DOM_VK_XF86XK_RELOAD", - "DOM_VK_XF86XK_REPLY", - "DOM_VK_XF86XK_ROCKER_DOWN", - "DOM_VK_XF86XK_ROCKER_ENTER", - "DOM_VK_XF86XK_ROCKER_UP", - "DOM_VK_XF86XK_ROTATE_WINDOWS", - "DOM_VK_XF86XK_ROTATION_KB", - "DOM_VK_XF86XK_ROTATION_PB", - "DOM_VK_XF86XK_SAVE", - "DOM_VK_XF86XK_SCREEN_SAVER", - "DOM_VK_XF86XK_SCROLL_CLICK", - "DOM_VK_XF86XK_SCROLL_DOWN", - "DOM_VK_XF86XK_SCROLL_UP", - "DOM_VK_XF86XK_SEARCH", - "DOM_VK_XF86XK_SEND", - "DOM_VK_XF86XK_SHOP", - "DOM_VK_XF86XK_SPELL", - "DOM_VK_XF86XK_SPLIT_SCREEN", - "DOM_VK_XF86XK_STANDBY", - "DOM_VK_XF86XK_START", - "DOM_VK_XF86XK_STOP", - "DOM_VK_XF86XK_SUBTITLE", - "DOM_VK_XF86XK_SUPPORT", - "DOM_VK_XF86XK_SUSPEND", - "DOM_VK_XF86XK_TASK_PANE", - "DOM_VK_XF86XK_TERMINAL", - "DOM_VK_XF86XK_TIME", - "DOM_VK_XF86XK_TOOLS", - "DOM_VK_XF86XK_TOP_MENU", - "DOM_VK_XF86XK_TO_DO_LIST", - "DOM_VK_XF86XK_TRAVEL", - "DOM_VK_XF86XK_USER1KB", - "DOM_VK_XF86XK_USER2KB", - "DOM_VK_XF86XK_USER_PB", - "DOM_VK_XF86XK_UWB", - "DOM_VK_XF86XK_VENDOR_HOME", - "DOM_VK_XF86XK_VIDEO", - "DOM_VK_XF86XK_VIEW", - "DOM_VK_XF86XK_WAKE_UP", - "DOM_VK_XF86XK_WEB_CAM", - "DOM_VK_XF86XK_WHEEL_BUTTON", - "DOM_VK_XF86XK_WLAN", - "DOM_VK_XF86XK_WORD", - "DOM_VK_XF86XK_WWW", - "DOM_VK_XF86XK_XFER", - "DOM_VK_XF86XK_YELLOW", - "DOM_VK_XF86XK_ZOOM_IN", - "DOM_VK_XF86XK_ZOOM_OUT", - "DOM_VK_Y", - "DOM_VK_Z", - "DOM_VK_ZOOM", - "DONE", - "DONT_CARE", - "DOWNLOADING", - "DRAGDROP", - "DST_ALPHA", - "DST_COLOR", - "DYNAMIC_DRAW", - "DataChannel", - "DataTransfer", - "DataTransferItem", - "DataTransferItemList", - "DataView", - "Date", - "DateTimeFormat", - "DelayNode", - "DesktopNotification", - "DesktopNotificationCenter", - "DeviceLightEvent", - "DeviceMotionEvent", - "DeviceOrientationEvent", - "DeviceProximityEvent", - "DeviceStorage", - "DeviceStorageChangeEvent", - "Document", - "DocumentFragment", - "DocumentType", - "DragEvent", - "DynamicsCompressorNode", - "E", - "ELEMENT_ARRAY_BUFFER", - "ELEMENT_ARRAY_BUFFER_BINDING", - "ELEMENT_NODE", - "EMPTY", - "ENCODING_ERR", - "ENDED", - "END_TO_END", - "END_TO_START", - "ENTITY_NODE", - "ENTITY_REFERENCE_NODE", - "EPSILON", - "EQUAL", - "EQUALPOWER", - "ERROR", - "EXPONENTIAL_DISTANCE", - "Element", - "ElementQuery", - "Entity", - "EntityReference", - "Error", - "ErrorEvent", - "EvalError", - "Event", - "EventException", - "EventSource", - "EventTarget", - "External", - "FASTEST", - "FIDOSDK", - "FILTER_ACCEPT", - "FILTER_INTERRUPT", - "FILTER_REJECT", - "FILTER_SKIP", - "FINISHED_STATE", - "FIRST_ORDERED_NODE_TYPE", - "FLOAT", - "FLOAT_MAT2", - "FLOAT_MAT3", - "FLOAT_MAT4", - "FLOAT_VEC2", - "FLOAT_VEC3", - "FLOAT_VEC4", - "FOCUS", - "FONT_FACE_RULE", - "FONT_FEATURE_VALUES_RULE", - "FRAGMENT_SHADER", - "FRAGMENT_SHADER_DERIVATIVE_HINT_OES", - "FRAMEBUFFER", - "FRAMEBUFFER_ATTACHMENT_OBJECT_NAME", - "FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE", - "FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE", - "FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL", - "FRAMEBUFFER_BINDING", - "FRAMEBUFFER_COMPLETE", - "FRAMEBUFFER_INCOMPLETE_ATTACHMENT", - "FRAMEBUFFER_INCOMPLETE_DIMENSIONS", - "FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT", - "FRAMEBUFFER_UNSUPPORTED", - "FRONT", - "FRONT_AND_BACK", - "FRONT_FACE", - "FUNC_ADD", - "FUNC_REVERSE_SUBTRACT", - "FUNC_SUBTRACT", - "Feed", - "FeedEntry", - "File", - "FileError", - "FileList", - "FileReader", - "FindInPage", - "Float32Array", - "Float64Array", - "FocusEvent", - "FontFace", - "FormData", - "Function", - "GENERATE_MIPMAP_HINT", - "GEQUAL", - "GREATER", - "GREEN_BITS", - "GainNode", - "Gamepad", - "GamepadButton", - "GamepadEvent", - "GestureEvent", - "HAVE_CURRENT_DATA", - "HAVE_ENOUGH_DATA", - "HAVE_FUTURE_DATA", - "HAVE_METADATA", - "HAVE_NOTHING", - "HEADERS_RECEIVED", - "HIDDEN", - "HIERARCHY_REQUEST_ERR", - "HIGHPASS", - "HIGHSHELF", - "HIGH_FLOAT", - "HIGH_INT", - "HORIZONTAL", - "HORIZONTAL_AXIS", - "HRTF", - "HTMLAllCollection", - "HTMLAnchorElement", - "HTMLAppletElement", - "HTMLAreaElement", - "HTMLAudioElement", - "HTMLBRElement", - "HTMLBaseElement", - "HTMLBaseFontElement", - "HTMLBlockquoteElement", - "HTMLBodyElement", - "HTMLButtonElement", - "HTMLCanvasElement", - "HTMLCollection", - "HTMLCommandElement", - "HTMLContentElement", - "HTMLDListElement", - "HTMLDataElement", - "HTMLDataListElement", - "HTMLDetailsElement", - "HTMLDialogElement", - "HTMLDirectoryElement", - "HTMLDivElement", - "HTMLDocument", - "HTMLElement", - "HTMLEmbedElement", - "HTMLFieldSetElement", - "HTMLFontElement", - "HTMLFormControlsCollection", - "HTMLFormElement", - "HTMLFrameElement", - "HTMLFrameSetElement", - "HTMLHRElement", - "HTMLHeadElement", - "HTMLHeadingElement", - "HTMLHtmlElement", - "HTMLIFrameElement", - "HTMLImageElement", - "HTMLInputElement", - "HTMLIsIndexElement", - "HTMLKeygenElement", - "HTMLLIElement", - "HTMLLabelElement", - "HTMLLegendElement", - "HTMLLinkElement", - "HTMLMapElement", - "HTMLMarqueeElement", - "HTMLMediaElement", - "HTMLMenuElement", - "HTMLMenuItemElement", - "HTMLMetaElement", - "HTMLMeterElement", - "HTMLModElement", - "HTMLOListElement", - "HTMLObjectElement", - "HTMLOptGroupElement", - "HTMLOptionElement", - "HTMLOptionsCollection", - "HTMLOutputElement", - "HTMLParagraphElement", - "HTMLParamElement", - "HTMLPictureElement", - "HTMLPreElement", - "HTMLProgressElement", - "HTMLPropertiesCollection", - "HTMLQuoteElement", - "HTMLScriptElement", - "HTMLSelectElement", - "HTMLShadowElement", - "HTMLSourceElement", - "HTMLSpanElement", - "HTMLStyleElement", - "HTMLTableCaptionElement", - "HTMLTableCellElement", - "HTMLTableColElement", - "HTMLTableElement", - "HTMLTableRowElement", - "HTMLTableSectionElement", - "HTMLTemplateElement", - "HTMLTextAreaElement", - "HTMLTimeElement", - "HTMLTitleElement", - "HTMLTrackElement", - "HTMLUListElement", - "HTMLUnknownElement", - "HTMLVideoElement", - "HashChangeEvent", - "Headers", - "History", - "ICE_CHECKING", - "ICE_CLOSED", - "ICE_COMPLETED", - "ICE_CONNECTED", - "ICE_FAILED", - "ICE_GATHERING", - "ICE_WAITING", - "IDBCursor", - "IDBCursorWithValue", - "IDBDatabase", - "IDBDatabaseException", - "IDBFactory", - "IDBFileHandle", - "IDBFileRequest", - "IDBIndex", - "IDBKeyRange", - "IDBMutableFile", - "IDBObjectStore", - "IDBOpenDBRequest", - "IDBRequest", - "IDBTransaction", - "IDBVersionChangeEvent", - "IDLE", - "IMPLEMENTATION_COLOR_READ_FORMAT", - "IMPLEMENTATION_COLOR_READ_TYPE", - "IMPORT_RULE", - "INCR", - "INCR_WRAP", - "INDEX_SIZE_ERR", - "INT", - "INT_VEC2", - "INT_VEC3", - "INT_VEC4", - "INUSE_ATTRIBUTE_ERR", - "INVALID_ACCESS_ERR", - "INVALID_CHARACTER_ERR", - "INVALID_ENUM", - "INVALID_EXPRESSION_ERR", - "INVALID_FRAMEBUFFER_OPERATION", - "INVALID_MODIFICATION_ERR", - "INVALID_NODE_TYPE_ERR", - "INVALID_OPERATION", - "INVALID_STATE_ERR", - "INVALID_VALUE", - "INVERSE_DISTANCE", - "INVERT", - "IceCandidate", - "Image", - "ImageBitmap", - "ImageData", - "Infinity", - "InputEvent", - "InputMethodContext", - "InstallTrigger", - "Int16Array", - "Int32Array", - "Int8Array", - "Intent", - "InternalError", - "Intl", - "IsSearchProviderInstalled", - "Iterator", - "JSON", - "KEEP", - "KEYDOWN", - "KEYFRAMES_RULE", - "KEYFRAME_RULE", - "KEYPRESS", - "KEYUP", - "KeyEvent", - "KeyboardEvent", - "LENGTHADJUST_SPACING", - "LENGTHADJUST_SPACINGANDGLYPHS", - "LENGTHADJUST_UNKNOWN", - "LEQUAL", - "LESS", - "LINEAR", - "LINEAR_DISTANCE", - "LINEAR_MIPMAP_LINEAR", - "LINEAR_MIPMAP_NEAREST", - "LINES", - "LINE_LOOP", - "LINE_STRIP", - "LINE_WIDTH", - "LINK_STATUS", - "LIVE", - "LN10", - "LN2", - "LOADED", - "LOADING", - "LOG10E", - "LOG2E", - "LOWPASS", - "LOWSHELF", - "LOW_FLOAT", - "LOW_INT", - "LSException", - "LSParserFilter", - "LUMINANCE", - "LUMINANCE_ALPHA", - "LocalMediaStream", - "Location", - "MAX_COMBINED_TEXTURE_IMAGE_UNITS", - "MAX_CUBE_MAP_TEXTURE_SIZE", - "MAX_FRAGMENT_UNIFORM_VECTORS", - "MAX_RENDERBUFFER_SIZE", - "MAX_SAFE_INTEGER", - "MAX_TEXTURE_IMAGE_UNITS", - "MAX_TEXTURE_MAX_ANISOTROPY_EXT", - "MAX_TEXTURE_SIZE", - "MAX_VALUE", - "MAX_VARYING_VECTORS", - "MAX_VERTEX_ATTRIBS", - "MAX_VERTEX_TEXTURE_IMAGE_UNITS", - "MAX_VERTEX_UNIFORM_VECTORS", - "MAX_VIEWPORT_DIMS", - "MEDIA_ERR_ABORTED", - "MEDIA_ERR_DECODE", - "MEDIA_ERR_ENCRYPTED", - "MEDIA_ERR_NETWORK", - "MEDIA_ERR_SRC_NOT_SUPPORTED", - "MEDIA_KEYERR_CLIENT", - "MEDIA_KEYERR_DOMAIN", - "MEDIA_KEYERR_HARDWARECHANGE", - "MEDIA_KEYERR_OUTPUT", - "MEDIA_KEYERR_SERVICE", - "MEDIA_KEYERR_UNKNOWN", - "MEDIA_RULE", - "MEDIUM_FLOAT", - "MEDIUM_INT", - "META_MASK", - "MIN_SAFE_INTEGER", - "MIN_VALUE", - "MIRRORED_REPEAT", - "MODE_ASYNCHRONOUS", - "MODE_SYNCHRONOUS", - "MODIFICATION", - "MOUSEDOWN", - "MOUSEDRAG", - "MOUSEMOVE", - "MOUSEOUT", - "MOUSEOVER", - "MOUSEUP", - "MOZ_KEYFRAMES_RULE", - "MOZ_KEYFRAME_RULE", - "MOZ_SOURCE_CURSOR", - "MOZ_SOURCE_ERASER", - "MOZ_SOURCE_KEYBOARD", - "MOZ_SOURCE_MOUSE", - "MOZ_SOURCE_PEN", - "MOZ_SOURCE_TOUCH", - "MOZ_SOURCE_UNKNOWN", - "MSGESTURE_FLAG_BEGIN", - "MSGESTURE_FLAG_CANCEL", - "MSGESTURE_FLAG_END", - "MSGESTURE_FLAG_INERTIA", - "MSGESTURE_FLAG_NONE", - "MSPOINTER_TYPE_MOUSE", - "MSPOINTER_TYPE_PEN", - "MSPOINTER_TYPE_TOUCH", - "MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE", - "MS_ASYNC_CALLBACK_STATUS_CANCEL", - "MS_ASYNC_CALLBACK_STATUS_CHOOSEANY", - "MS_ASYNC_CALLBACK_STATUS_ERROR", - "MS_ASYNC_CALLBACK_STATUS_JOIN", - "MS_ASYNC_OP_STATUS_CANCELED", - "MS_ASYNC_OP_STATUS_ERROR", - "MS_ASYNC_OP_STATUS_SUCCESS", - "MS_MANIPULATION_STATE_ACTIVE", - "MS_MANIPULATION_STATE_CANCELLED", - "MS_MANIPULATION_STATE_COMMITTED", - "MS_MANIPULATION_STATE_DRAGGING", - "MS_MANIPULATION_STATE_INERTIA", - "MS_MANIPULATION_STATE_PRESELECT", - "MS_MANIPULATION_STATE_SELECTING", - "MS_MANIPULATION_STATE_STOPPED", - "MS_MEDIA_ERR_ENCRYPTED", - "MS_MEDIA_KEYERR_CLIENT", - "MS_MEDIA_KEYERR_DOMAIN", - "MS_MEDIA_KEYERR_HARDWARECHANGE", - "MS_MEDIA_KEYERR_OUTPUT", - "MS_MEDIA_KEYERR_SERVICE", - "MS_MEDIA_KEYERR_UNKNOWN", - "Map", - "Math", - "MediaController", - "MediaDevices", - "MediaElementAudioSourceNode", - "MediaEncryptedEvent", - "MediaError", - "MediaKeyError", - "MediaKeyEvent", - "MediaKeyMessageEvent", - "MediaKeyNeededEvent", - "MediaKeySession", - "MediaKeyStatusMap", - "MediaKeySystemAccess", - "MediaKeys", - "MediaList", - "MediaQueryList", - "MediaQueryListEvent", - "MediaRecorder", - "MediaSource", - "MediaStream", - "MediaStreamAudioDestinationNode", - "MediaStreamAudioSourceNode", - "MediaStreamEvent", - "MediaStreamTrack", - "MediaStreamTrackEvent", - "MessageChannel", - "MessageEvent", - "MessagePort", - "Methods", - "MimeType", - "MimeTypeArray", - "MouseEvent", - "MouseScrollEvent", - "MozAnimation", - "MozAnimationDelay", - "MozAnimationDirection", - "MozAnimationDuration", - "MozAnimationFillMode", - "MozAnimationIterationCount", - "MozAnimationName", - "MozAnimationPlayState", - "MozAnimationTimingFunction", - "MozAppearance", - "MozBackfaceVisibility", - "MozBinding", - "MozBorderBottomColors", - "MozBorderEnd", - "MozBorderEndColor", - "MozBorderEndStyle", - "MozBorderEndWidth", - "MozBorderImage", - "MozBorderLeftColors", - "MozBorderRightColors", - "MozBorderStart", - "MozBorderStartColor", - "MozBorderStartStyle", - "MozBorderStartWidth", - "MozBorderTopColors", - "MozBoxAlign", - "MozBoxDirection", - "MozBoxFlex", - "MozBoxOrdinalGroup", - "MozBoxOrient", - "MozBoxPack", - "MozBoxSizing", - "MozCSSKeyframeRule", - "MozCSSKeyframesRule", - "MozColumnCount", - "MozColumnFill", - "MozColumnGap", - "MozColumnRule", - "MozColumnRuleColor", - "MozColumnRuleStyle", - "MozColumnRuleWidth", - "MozColumnWidth", - "MozColumns", - "MozContactChangeEvent", - "MozFloatEdge", - "MozFontFeatureSettings", - "MozFontLanguageOverride", - "MozForceBrokenImageIcon", - "MozHyphens", - "MozImageRegion", - "MozMarginEnd", - "MozMarginStart", - "MozMmsEvent", - "MozMmsMessage", - "MozMobileMessageThread", - "MozOSXFontSmoothing", - "MozOrient", - "MozOutlineRadius", - "MozOutlineRadiusBottomleft", - "MozOutlineRadiusBottomright", - "MozOutlineRadiusTopleft", - "MozOutlineRadiusTopright", - "MozPaddingEnd", - "MozPaddingStart", - "MozPerspective", - "MozPerspectiveOrigin", - "MozPowerManager", - "MozSettingsEvent", - "MozSmsEvent", - "MozSmsMessage", - "MozStackSizing", - "MozTabSize", - "MozTextAlignLast", - "MozTextDecorationColor", - "MozTextDecorationLine", - "MozTextDecorationStyle", - "MozTextSizeAdjust", - "MozTransform", - "MozTransformOrigin", - "MozTransformStyle", - "MozTransition", - "MozTransitionDelay", - "MozTransitionDuration", - "MozTransitionProperty", - "MozTransitionTimingFunction", - "MozUserFocus", - "MozUserInput", - "MozUserModify", - "MozUserSelect", - "MozWindowDragging", - "MozWindowShadow", - "MutationEvent", - "MutationObserver", - "MutationRecord", - "NAMESPACE_ERR", - "NAMESPACE_RULE", - "NEAREST", - "NEAREST_MIPMAP_LINEAR", - "NEAREST_MIPMAP_NEAREST", - "NEGATIVE_INFINITY", - "NETWORK_EMPTY", - "NETWORK_ERR", - "NETWORK_IDLE", - "NETWORK_LOADED", - "NETWORK_LOADING", - "NETWORK_NO_SOURCE", - "NEVER", - "NEW", - "NEXT", - "NEXT_NO_DUPLICATE", - "NICEST", - "NODE_AFTER", - "NODE_BEFORE", - "NODE_BEFORE_AND_AFTER", - "NODE_INSIDE", - "NONE", - "NON_TRANSIENT_ERR", - "NOTATION_NODE", - "NOTCH", - "NOTEQUAL", - "NOT_ALLOWED_ERR", - "NOT_FOUND_ERR", - "NOT_READABLE_ERR", - "NOT_SUPPORTED_ERR", - "NO_DATA_ALLOWED_ERR", - "NO_ERR", - "NO_ERROR", - "NO_MODIFICATION_ALLOWED_ERR", - "NUMBER_TYPE", - "NUM_COMPRESSED_TEXTURE_FORMATS", - "NaN", - "NamedNodeMap", - "Navigator", - "NearbyLinks", - "NetworkInformation", - "Node", - "NodeFilter", - "NodeIterator", - "NodeList", - "Notation", - "Notification", - "NotifyPaintEvent", - "Number", - "NumberFormat", - "OBSOLETE", - "ONE", - "ONE_MINUS_CONSTANT_ALPHA", - "ONE_MINUS_CONSTANT_COLOR", - "ONE_MINUS_DST_ALPHA", - "ONE_MINUS_DST_COLOR", - "ONE_MINUS_SRC_ALPHA", - "ONE_MINUS_SRC_COLOR", - "OPEN", - "OPENED", - "OPENING", - "ORDERED_NODE_ITERATOR_TYPE", - "ORDERED_NODE_SNAPSHOT_TYPE", - "OUT_OF_MEMORY", - "Object", - "OfflineAudioCompletionEvent", - "OfflineAudioContext", - "OfflineResourceList", - "Option", - "OscillatorNode", - "OverflowEvent", - "PACK_ALIGNMENT", - "PAGE_RULE", - "PARSE_ERR", - "PATHSEG_ARC_ABS", - "PATHSEG_ARC_REL", - "PATHSEG_CLOSEPATH", - "PATHSEG_CURVETO_CUBIC_ABS", - "PATHSEG_CURVETO_CUBIC_REL", - "PATHSEG_CURVETO_CUBIC_SMOOTH_ABS", - "PATHSEG_CURVETO_CUBIC_SMOOTH_REL", - "PATHSEG_CURVETO_QUADRATIC_ABS", - "PATHSEG_CURVETO_QUADRATIC_REL", - "PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS", - "PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL", - "PATHSEG_LINETO_ABS", - "PATHSEG_LINETO_HORIZONTAL_ABS", - "PATHSEG_LINETO_HORIZONTAL_REL", - "PATHSEG_LINETO_REL", - "PATHSEG_LINETO_VERTICAL_ABS", - "PATHSEG_LINETO_VERTICAL_REL", - "PATHSEG_MOVETO_ABS", - "PATHSEG_MOVETO_REL", - "PATHSEG_UNKNOWN", - "PATH_EXISTS_ERR", - "PEAKING", - "PERMISSION_DENIED", - "PERSISTENT", - "PI", - "PLAYING_STATE", - "POINTS", - "POLYGON_OFFSET_FACTOR", - "POLYGON_OFFSET_FILL", - "POLYGON_OFFSET_UNITS", - "POSITION_UNAVAILABLE", - "POSITIVE_INFINITY", - "PREV", - "PREV_NO_DUPLICATE", - "PROCESSING_INSTRUCTION_NODE", - "PageChangeEvent", - "PageTransitionEvent", - "PaintRequest", - "PaintRequestList", - "PannerNode", - "Path2D", - "Performance", - "PerformanceEntry", - "PerformanceMark", - "PerformanceMeasure", - "PerformanceNavigation", - "PerformanceResourceTiming", - "PerformanceTiming", - "PeriodicWave", - "Plugin", - "PluginArray", - "PopStateEvent", - "PopupBlockedEvent", - "ProcessingInstruction", - "ProgressEvent", - "Promise", - "PropertyNodeList", - "Proxy", - "PushManager", - "PushSubscription", - "Q", - "QUOTA_ERR", - "QUOTA_EXCEEDED_ERR", - "QueryInterface", - "READ_ONLY", - "READ_ONLY_ERR", - "READ_WRITE", - "RED_BITS", - "REMOVAL", - "RENDERBUFFER", - "RENDERBUFFER_ALPHA_SIZE", - "RENDERBUFFER_BINDING", - "RENDERBUFFER_BLUE_SIZE", - "RENDERBUFFER_DEPTH_SIZE", - "RENDERBUFFER_GREEN_SIZE", - "RENDERBUFFER_HEIGHT", - "RENDERBUFFER_INTERNAL_FORMAT", - "RENDERBUFFER_RED_SIZE", - "RENDERBUFFER_STENCIL_SIZE", - "RENDERBUFFER_WIDTH", - "RENDERER", - "RENDERING_INTENT_ABSOLUTE_COLORIMETRIC", - "RENDERING_INTENT_AUTO", - "RENDERING_INTENT_PERCEPTUAL", - "RENDERING_INTENT_RELATIVE_COLORIMETRIC", - "RENDERING_INTENT_SATURATION", - "RENDERING_INTENT_UNKNOWN", - "REPEAT", - "REPLACE", - "RGB", - "RGB565", - "RGB5_A1", - "RGBA", - "RGBA4", - "RGBColor", - "ROTATION_CLOCKWISE", - "ROTATION_COUNTERCLOCKWISE", - "RTCDataChannelEvent", - "RTCIceCandidate", - "RTCPeerConnectionIceEvent", - "RTCRtpReceiver", - "RTCRtpSender", - "RTCSessionDescription", - "RTCStatsReport", - "RadioNodeList", - "Range", - "RangeError", - "RangeException", - "RecordErrorEvent", - "Rect", - "ReferenceError", - "RegExp", - "Request", - "Response", - "SAMPLER_2D", - "SAMPLER_CUBE", - "SAMPLES", - "SAMPLE_ALPHA_TO_COVERAGE", - "SAMPLE_BUFFERS", - "SAMPLE_COVERAGE", - "SAMPLE_COVERAGE_INVERT", - "SAMPLE_COVERAGE_VALUE", - "SAWTOOTH", - "SCHEDULED_STATE", - "SCISSOR_BOX", - "SCISSOR_TEST", - "SCROLL_PAGE_DOWN", - "SCROLL_PAGE_UP", - "SDP_ANSWER", - "SDP_OFFER", - "SDP_PRANSWER", - "SECURITY_ERR", - "SELECT", - "SERIALIZE_ERR", - "SEVERITY_ERROR", - "SEVERITY_FATAL_ERROR", - "SEVERITY_WARNING", - "SHADER_COMPILER", - "SHADER_TYPE", - "SHADING_LANGUAGE_VERSION", - "SHIFT_MASK", - "SHORT", - "SHOWING", - "SHOW_ALL", - "SHOW_ATTRIBUTE", - "SHOW_CDATA_SECTION", - "SHOW_COMMENT", - "SHOW_DOCUMENT", - "SHOW_DOCUMENT_FRAGMENT", - "SHOW_DOCUMENT_TYPE", - "SHOW_ELEMENT", - "SHOW_ENTITY", - "SHOW_ENTITY_REFERENCE", - "SHOW_NOTATION", - "SHOW_PROCESSING_INSTRUCTION", - "SHOW_TEXT", - "SINE", - "SOUNDFIELD", - "SQLException", - "SQRT1_2", - "SQRT2", - "SQUARE", - "SRC_ALPHA", - "SRC_ALPHA_SATURATE", - "SRC_COLOR", - "START_TO_END", - "START_TO_START", - "STATIC_DRAW", - "STENCIL_ATTACHMENT", - "STENCIL_BACK_FAIL", - "STENCIL_BACK_FUNC", - "STENCIL_BACK_PASS_DEPTH_FAIL", - "STENCIL_BACK_PASS_DEPTH_PASS", - "STENCIL_BACK_REF", - "STENCIL_BACK_VALUE_MASK", - "STENCIL_BACK_WRITEMASK", - "STENCIL_BITS", - "STENCIL_BUFFER_BIT", - "STENCIL_CLEAR_VALUE", - "STENCIL_FAIL", - "STENCIL_FUNC", - "STENCIL_INDEX", - "STENCIL_INDEX8", - "STENCIL_PASS_DEPTH_FAIL", - "STENCIL_PASS_DEPTH_PASS", - "STENCIL_REF", - "STENCIL_TEST", - "STENCIL_VALUE_MASK", - "STENCIL_WRITEMASK", - "STREAM_DRAW", - "STRING_TYPE", - "STYLE_RULE", - "SUBPIXEL_BITS", - "SUPPORTS_RULE", - "SVGAElement", - "SVGAltGlyphDefElement", - "SVGAltGlyphElement", - "SVGAltGlyphItemElement", - "SVGAngle", - "SVGAnimateColorElement", - "SVGAnimateElement", - "SVGAnimateMotionElement", - "SVGAnimateTransformElement", - "SVGAnimatedAngle", - "SVGAnimatedBoolean", - "SVGAnimatedEnumeration", - "SVGAnimatedInteger", - "SVGAnimatedLength", - "SVGAnimatedLengthList", - "SVGAnimatedNumber", - "SVGAnimatedNumberList", - "SVGAnimatedPreserveAspectRatio", - "SVGAnimatedRect", - "SVGAnimatedString", - "SVGAnimatedTransformList", - "SVGAnimationElement", - "SVGCircleElement", - "SVGClipPathElement", - "SVGColor", - "SVGComponentTransferFunctionElement", - "SVGCursorElement", - "SVGDefsElement", - "SVGDescElement", - "SVGDiscardElement", - "SVGDocument", - "SVGElement", - "SVGElementInstance", - "SVGElementInstanceList", - "SVGEllipseElement", - "SVGException", - "SVGFEBlendElement", - "SVGFEColorMatrixElement", - "SVGFEComponentTransferElement", - "SVGFECompositeElement", - "SVGFEConvolveMatrixElement", - "SVGFEDiffuseLightingElement", - "SVGFEDisplacementMapElement", - "SVGFEDistantLightElement", - "SVGFEDropShadowElement", - "SVGFEFloodElement", - "SVGFEFuncAElement", - "SVGFEFuncBElement", - "SVGFEFuncGElement", - "SVGFEFuncRElement", - "SVGFEGaussianBlurElement", - "SVGFEImageElement", - "SVGFEMergeElement", - "SVGFEMergeNodeElement", - "SVGFEMorphologyElement", - "SVGFEOffsetElement", - "SVGFEPointLightElement", - "SVGFESpecularLightingElement", - "SVGFESpotLightElement", - "SVGFETileElement", - "SVGFETurbulenceElement", - "SVGFilterElement", - "SVGFontElement", - "SVGFontFaceElement", - "SVGFontFaceFormatElement", - "SVGFontFaceNameElement", - "SVGFontFaceSrcElement", - "SVGFontFaceUriElement", - "SVGForeignObjectElement", - "SVGGElement", - "SVGGeometryElement", - "SVGGlyphElement", - "SVGGlyphRefElement", - "SVGGradientElement", - "SVGGraphicsElement", - "SVGHKernElement", - "SVGImageElement", - "SVGLength", - "SVGLengthList", - "SVGLineElement", - "SVGLinearGradientElement", - "SVGMPathElement", - "SVGMarkerElement", - "SVGMaskElement", - "SVGMatrix", - "SVGMetadataElement", - "SVGMissingGlyphElement", - "SVGNumber", - "SVGNumberList", - "SVGPaint", - "SVGPathElement", - "SVGPathSeg", - "SVGPathSegArcAbs", - "SVGPathSegArcRel", - "SVGPathSegClosePath", - "SVGPathSegCurvetoCubicAbs", - "SVGPathSegCurvetoCubicRel", - "SVGPathSegCurvetoCubicSmoothAbs", - "SVGPathSegCurvetoCubicSmoothRel", - "SVGPathSegCurvetoQuadraticAbs", - "SVGPathSegCurvetoQuadraticRel", - "SVGPathSegCurvetoQuadraticSmoothAbs", - "SVGPathSegCurvetoQuadraticSmoothRel", - "SVGPathSegLinetoAbs", - "SVGPathSegLinetoHorizontalAbs", - "SVGPathSegLinetoHorizontalRel", - "SVGPathSegLinetoRel", - "SVGPathSegLinetoVerticalAbs", - "SVGPathSegLinetoVerticalRel", - "SVGPathSegList", - "SVGPathSegMovetoAbs", - "SVGPathSegMovetoRel", - "SVGPatternElement", - "SVGPoint", - "SVGPointList", - "SVGPolygonElement", - "SVGPolylineElement", - "SVGPreserveAspectRatio", - "SVGRadialGradientElement", - "SVGRect", - "SVGRectElement", - "SVGRenderingIntent", - "SVGSVGElement", - "SVGScriptElement", - "SVGSetElement", - "SVGStopElement", - "SVGStringList", - "SVGStyleElement", - "SVGSwitchElement", - "SVGSymbolElement", - "SVGTRefElement", - "SVGTSpanElement", - "SVGTextContentElement", - "SVGTextElement", - "SVGTextPathElement", - "SVGTextPositioningElement", - "SVGTitleElement", - "SVGTransform", - "SVGTransformList", - "SVGUnitTypes", - "SVGUseElement", - "SVGVKernElement", - "SVGViewElement", - "SVGViewSpec", - "SVGZoomAndPan", - "SVGZoomEvent", - "SVG_ANGLETYPE_DEG", - "SVG_ANGLETYPE_GRAD", - "SVG_ANGLETYPE_RAD", - "SVG_ANGLETYPE_UNKNOWN", - "SVG_ANGLETYPE_UNSPECIFIED", - "SVG_CHANNEL_A", - "SVG_CHANNEL_B", - "SVG_CHANNEL_G", - "SVG_CHANNEL_R", - "SVG_CHANNEL_UNKNOWN", - "SVG_COLORTYPE_CURRENTCOLOR", - "SVG_COLORTYPE_RGBCOLOR", - "SVG_COLORTYPE_RGBCOLOR_ICCCOLOR", - "SVG_COLORTYPE_UNKNOWN", - "SVG_EDGEMODE_DUPLICATE", - "SVG_EDGEMODE_NONE", - "SVG_EDGEMODE_UNKNOWN", - "SVG_EDGEMODE_WRAP", - "SVG_FEBLEND_MODE_COLOR", - "SVG_FEBLEND_MODE_COLOR_BURN", - "SVG_FEBLEND_MODE_COLOR_DODGE", - "SVG_FEBLEND_MODE_DARKEN", - "SVG_FEBLEND_MODE_DIFFERENCE", - "SVG_FEBLEND_MODE_EXCLUSION", - "SVG_FEBLEND_MODE_HARD_LIGHT", - "SVG_FEBLEND_MODE_HUE", - "SVG_FEBLEND_MODE_LIGHTEN", - "SVG_FEBLEND_MODE_LUMINOSITY", - "SVG_FEBLEND_MODE_MULTIPLY", - "SVG_FEBLEND_MODE_NORMAL", - "SVG_FEBLEND_MODE_OVERLAY", - "SVG_FEBLEND_MODE_SATURATION", - "SVG_FEBLEND_MODE_SCREEN", - "SVG_FEBLEND_MODE_SOFT_LIGHT", - "SVG_FEBLEND_MODE_UNKNOWN", - "SVG_FECOLORMATRIX_TYPE_HUEROTATE", - "SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA", - "SVG_FECOLORMATRIX_TYPE_MATRIX", - "SVG_FECOLORMATRIX_TYPE_SATURATE", - "SVG_FECOLORMATRIX_TYPE_UNKNOWN", - "SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE", - "SVG_FECOMPONENTTRANSFER_TYPE_GAMMA", - "SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY", - "SVG_FECOMPONENTTRANSFER_TYPE_LINEAR", - "SVG_FECOMPONENTTRANSFER_TYPE_TABLE", - "SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN", - "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC", - "SVG_FECOMPOSITE_OPERATOR_ATOP", - "SVG_FECOMPOSITE_OPERATOR_IN", - "SVG_FECOMPOSITE_OPERATOR_OUT", - "SVG_FECOMPOSITE_OPERATOR_OVER", - "SVG_FECOMPOSITE_OPERATOR_UNKNOWN", - "SVG_FECOMPOSITE_OPERATOR_XOR", - "SVG_INVALID_VALUE_ERR", - "SVG_LENGTHTYPE_CM", - "SVG_LENGTHTYPE_EMS", - "SVG_LENGTHTYPE_EXS", - "SVG_LENGTHTYPE_IN", - "SVG_LENGTHTYPE_MM", - "SVG_LENGTHTYPE_NUMBER", - "SVG_LENGTHTYPE_PC", - "SVG_LENGTHTYPE_PERCENTAGE", - "SVG_LENGTHTYPE_PT", - "SVG_LENGTHTYPE_PX", - "SVG_LENGTHTYPE_UNKNOWN", - "SVG_MARKERUNITS_STROKEWIDTH", - "SVG_MARKERUNITS_UNKNOWN", - "SVG_MARKERUNITS_USERSPACEONUSE", - "SVG_MARKER_ORIENT_ANGLE", - "SVG_MARKER_ORIENT_AUTO", - "SVG_MARKER_ORIENT_UNKNOWN", - "SVG_MASKTYPE_ALPHA", - "SVG_MASKTYPE_LUMINANCE", - "SVG_MATRIX_NOT_INVERTABLE", - "SVG_MEETORSLICE_MEET", - "SVG_MEETORSLICE_SLICE", - "SVG_MEETORSLICE_UNKNOWN", - "SVG_MORPHOLOGY_OPERATOR_DILATE", - "SVG_MORPHOLOGY_OPERATOR_ERODE", - "SVG_MORPHOLOGY_OPERATOR_UNKNOWN", - "SVG_PAINTTYPE_CURRENTCOLOR", - "SVG_PAINTTYPE_NONE", - "SVG_PAINTTYPE_RGBCOLOR", - "SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR", - "SVG_PAINTTYPE_UNKNOWN", - "SVG_PAINTTYPE_URI", - "SVG_PAINTTYPE_URI_CURRENTCOLOR", - "SVG_PAINTTYPE_URI_NONE", - "SVG_PAINTTYPE_URI_RGBCOLOR", - "SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR", - "SVG_PRESERVEASPECTRATIO_NONE", - "SVG_PRESERVEASPECTRATIO_UNKNOWN", - "SVG_PRESERVEASPECTRATIO_XMAXYMAX", - "SVG_PRESERVEASPECTRATIO_XMAXYMID", - "SVG_PRESERVEASPECTRATIO_XMAXYMIN", - "SVG_PRESERVEASPECTRATIO_XMIDYMAX", - "SVG_PRESERVEASPECTRATIO_XMIDYMID", - "SVG_PRESERVEASPECTRATIO_XMIDYMIN", - "SVG_PRESERVEASPECTRATIO_XMINYMAX", - "SVG_PRESERVEASPECTRATIO_XMINYMID", - "SVG_PRESERVEASPECTRATIO_XMINYMIN", - "SVG_SPREADMETHOD_PAD", - "SVG_SPREADMETHOD_REFLECT", - "SVG_SPREADMETHOD_REPEAT", - "SVG_SPREADMETHOD_UNKNOWN", - "SVG_STITCHTYPE_NOSTITCH", - "SVG_STITCHTYPE_STITCH", - "SVG_STITCHTYPE_UNKNOWN", - "SVG_TRANSFORM_MATRIX", - "SVG_TRANSFORM_ROTATE", - "SVG_TRANSFORM_SCALE", - "SVG_TRANSFORM_SKEWX", - "SVG_TRANSFORM_SKEWY", - "SVG_TRANSFORM_TRANSLATE", - "SVG_TRANSFORM_UNKNOWN", - "SVG_TURBULENCE_TYPE_FRACTALNOISE", - "SVG_TURBULENCE_TYPE_TURBULENCE", - "SVG_TURBULENCE_TYPE_UNKNOWN", - "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX", - "SVG_UNIT_TYPE_UNKNOWN", - "SVG_UNIT_TYPE_USERSPACEONUSE", - "SVG_WRONG_TYPE_ERR", - "SVG_ZOOMANDPAN_DISABLE", - "SVG_ZOOMANDPAN_MAGNIFY", - "SVG_ZOOMANDPAN_UNKNOWN", - "SYNTAX_ERR", - "SavedPages", - "Screen", - "ScreenOrientation", - "Script", - "ScriptProcessorNode", - "ScrollAreaEvent", - "SecurityPolicyViolationEvent", - "Selection", - "ServiceWorker", - "ServiceWorkerContainer", - "ServiceWorkerRegistration", - "SessionDescription", - "Set", - "ShadowRoot", - "SharedWorker", - "SimpleGestureEvent", - "SpeechSynthesisEvent", - "SpeechSynthesisUtterance", - "StopIteration", - "Storage", - "StorageEvent", - "String", - "StyleSheet", - "StyleSheetList", - "SubtleCrypto", - "Symbol", - "SyntaxError", - "TEMPORARY", - "TEXTPATH_METHODTYPE_ALIGN", - "TEXTPATH_METHODTYPE_STRETCH", - "TEXTPATH_METHODTYPE_UNKNOWN", - "TEXTPATH_SPACINGTYPE_AUTO", - "TEXTPATH_SPACINGTYPE_EXACT", - "TEXTPATH_SPACINGTYPE_UNKNOWN", - "TEXTURE", - "TEXTURE0", - "TEXTURE1", - "TEXTURE10", - "TEXTURE11", - "TEXTURE12", - "TEXTURE13", - "TEXTURE14", - "TEXTURE15", - "TEXTURE16", - "TEXTURE17", - "TEXTURE18", - "TEXTURE19", - "TEXTURE2", - "TEXTURE20", - "TEXTURE21", - "TEXTURE22", - "TEXTURE23", - "TEXTURE24", - "TEXTURE25", - "TEXTURE26", - "TEXTURE27", - "TEXTURE28", - "TEXTURE29", - "TEXTURE3", - "TEXTURE30", - "TEXTURE31", - "TEXTURE4", - "TEXTURE5", - "TEXTURE6", - "TEXTURE7", - "TEXTURE8", - "TEXTURE9", - "TEXTURE_2D", - "TEXTURE_BINDING_2D", - "TEXTURE_BINDING_CUBE_MAP", - "TEXTURE_CUBE_MAP", - "TEXTURE_CUBE_MAP_NEGATIVE_X", - "TEXTURE_CUBE_MAP_NEGATIVE_Y", - "TEXTURE_CUBE_MAP_NEGATIVE_Z", - "TEXTURE_CUBE_MAP_POSITIVE_X", - "TEXTURE_CUBE_MAP_POSITIVE_Y", - "TEXTURE_CUBE_MAP_POSITIVE_Z", - "TEXTURE_MAG_FILTER", - "TEXTURE_MAX_ANISOTROPY_EXT", - "TEXTURE_MIN_FILTER", - "TEXTURE_WRAP_S", - "TEXTURE_WRAP_T", - "TEXT_NODE", - "TIMEOUT", - "TIMEOUT_ERR", - "TOO_LARGE_ERR", - "TRANSACTION_INACTIVE_ERR", - "TRIANGLE", - "TRIANGLES", - "TRIANGLE_FAN", - "TRIANGLE_STRIP", - "TYPE_BACK_FORWARD", - "TYPE_ERR", - "TYPE_MISMATCH_ERR", - "TYPE_NAVIGATE", - "TYPE_RELOAD", - "TYPE_RESERVED", - "Text", - "TextDecoder", - "TextEncoder", - "TextEvent", - "TextMetrics", - "TextTrack", - "TextTrackCue", - "TextTrackCueList", - "TextTrackList", - "TimeEvent", - "TimeRanges", - "Touch", - "TouchEvent", - "TouchList", - "TrackEvent", - "TransitionEvent", - "TreeWalker", - "TypeError", - "UIEvent", - "UNCACHED", - "UNKNOWN_ERR", - "UNKNOWN_RULE", - "UNMASKED_RENDERER_WEBGL", - "UNMASKED_VENDOR_WEBGL", - "UNORDERED_NODE_ITERATOR_TYPE", - "UNORDERED_NODE_SNAPSHOT_TYPE", - "UNPACK_ALIGNMENT", - "UNPACK_COLORSPACE_CONVERSION_WEBGL", - "UNPACK_FLIP_Y_WEBGL", - "UNPACK_PREMULTIPLY_ALPHA_WEBGL", - "UNSCHEDULED_STATE", - "UNSENT", - "UNSIGNED_BYTE", - "UNSIGNED_INT", - "UNSIGNED_SHORT", - "UNSIGNED_SHORT_4_4_4_4", - "UNSIGNED_SHORT_5_5_5_1", - "UNSIGNED_SHORT_5_6_5", - "UNSPECIFIED_EVENT_TYPE_ERR", - "UPDATEREADY", - "URIError", - "URL", - "URLSearchParams", - "URLUnencoded", - "URL_MISMATCH_ERR", - "UTC", - "Uint16Array", - "Uint32Array", - "Uint8Array", - "Uint8ClampedArray", - "UserMessageHandler", - "UserMessageHandlersNamespace", - "UserProximityEvent", - "VALIDATE_STATUS", - "VALIDATION_ERR", - "VARIABLES_RULE", - "VENDOR", - "VERSION", - "VERSION_CHANGE", - "VERSION_ERR", - "VERTEX_ATTRIB_ARRAY_BUFFER_BINDING", - "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE", - "VERTEX_ATTRIB_ARRAY_ENABLED", - "VERTEX_ATTRIB_ARRAY_NORMALIZED", - "VERTEX_ATTRIB_ARRAY_POINTER", - "VERTEX_ATTRIB_ARRAY_SIZE", - "VERTEX_ATTRIB_ARRAY_STRIDE", - "VERTEX_ATTRIB_ARRAY_TYPE", - "VERTEX_SHADER", - "VERTICAL", - "VERTICAL_AXIS", - "VER_ERR", - "VIEWPORT", - "VIEWPORT_RULE", - "VTTCue", - "VTTRegion", - "ValidityState", - "VideoStreamTrack", - "WEBKIT_FILTER_RULE", - "WEBKIT_KEYFRAMES_RULE", - "WEBKIT_KEYFRAME_RULE", - "WEBKIT_REGION_RULE", - "WRONG_DOCUMENT_ERR", - "WaveShaperNode", - "WeakMap", - "WeakSet", - "WebGLActiveInfo", - "WebGLBuffer", - "WebGLContextEvent", - "WebGLFramebuffer", - "WebGLProgram", - "WebGLRenderbuffer", - "WebGLRenderingContext", - "WebGLShader", - "WebGLShaderPrecisionFormat", - "WebGLTexture", - "WebGLUniformLocation", - "WebGLVertexArray", - "WebKitAnimationEvent", - "WebKitBlobBuilder", - "WebKitCSSFilterRule", - "WebKitCSSFilterValue", - "WebKitCSSKeyframeRule", - "WebKitCSSKeyframesRule", - "WebKitCSSMatrix", - "WebKitCSSRegionRule", - "WebKitCSSTransformValue", - "WebKitDataCue", - "WebKitGamepad", - "WebKitMediaKeyError", - "WebKitMediaKeyMessageEvent", - "WebKitMediaKeySession", - "WebKitMediaKeys", - "WebKitMediaSource", - "WebKitMutationObserver", - "WebKitNamespace", - "WebKitPlaybackTargetAvailabilityEvent", - "WebKitPoint", - "WebKitShadowRoot", - "WebKitSourceBuffer", - "WebKitSourceBufferList", - "WebKitTransitionEvent", - "WebSocket", - "WheelEvent", - "Window", - "Worker", - "XMLDocument", - "XMLHttpRequest", - "XMLHttpRequestEventTarget", - "XMLHttpRequestException", - "XMLHttpRequestProgressEvent", - "XMLHttpRequestUpload", - "XMLSerializer", - "XMLStylesheetProcessingInstruction", - "XPathEvaluator", - "XPathException", - "XPathExpression", - "XPathNSResolver", - "XPathResult", - "XSLTProcessor", - "ZERO", - "_XD0M_", - "_YD0M_", - "__defineGetter__", - "__defineSetter__", - "__lookupGetter__", - "__lookupSetter__", - "__opera", - "__proto__", - "_browserjsran", - "a", - "aLink", - "abbr", - "abort", - "abs", - "absolute", - "acceleration", - "accelerationIncludingGravity", - "accelerator", - "accept", - "acceptCharset", - "acceptNode", - "accessKey", - "accessKeyLabel", - "accuracy", - "acos", - "acosh", - "action", - "actionURL", - "active", - "activeCues", - "activeElement", - "activeSourceBuffers", - "activeSourceCount", - "activeTexture", - "add", - "addBehavior", - "addCandidate", - "addColorStop", - "addCue", - "addElement", - "addEventListener", - "addFilter", - "addFromString", - "addFromUri", - "addIceCandidate", - "addImport", - "addListener", - "addNamed", - "addPageRule", - "addPath", - "addPointer", - "addRange", - "addRegion", - "addRule", - "addSearchEngine", - "addSourceBuffer", - "addStream", - "addTextTrack", - "addTrack", - "addWakeLockListener", - "addedNodes", - "additionalName", - "additiveSymbols", - "addons", - "adoptNode", - "adr", - "advance", - "alert", - "algorithm", - "align", - "align-content", - "align-items", - "align-self", - "alignContent", - "alignItems", - "alignSelf", - "alignmentBaseline", - "alinkColor", - "all", - "allowFullscreen", - "allowedDirections", - "alpha", - "alt", - "altGraphKey", - "altHtml", - "altKey", - "altLeft", - "altitude", - "altitudeAccuracy", - "amplitude", - "ancestorOrigins", - "anchor", - "anchorNode", - "anchorOffset", - "anchors", - "angle", - "animVal", - "animate", - "animatedInstanceRoot", - "animatedNormalizedPathSegList", - "animatedPathSegList", - "animatedPoints", - "animation", - "animation-delay", - "animation-direction", - "animation-duration", - "animation-fill-mode", - "animation-iteration-count", - "animation-name", - "animation-play-state", - "animation-timing-function", - "animationDelay", - "animationDirection", - "animationDuration", - "animationFillMode", - "animationIterationCount", - "animationName", - "animationPlayState", - "animationStartTime", - "animationTimingFunction", - "animationsPaused", - "anniversary", - "app", - "appCodeName", - "appMinorVersion", - "appName", - "appNotifications", - "appVersion", - "append", - "appendBuffer", - "appendChild", - "appendData", - "appendItem", - "appendMedium", - "appendNamed", - "appendRule", - "appendStream", - "appendWindowEnd", - "appendWindowStart", - "applets", - "applicationCache", - "apply", - "applyElement", - "arc", - "arcTo", - "archive", - "areas", - "arguments", - "arrayBuffer", - "asin", - "asinh", - "assert", - "assign", - "async", - "atEnd", - "atan", - "atan2", - "atanh", - "atob", - "attachEvent", - "attachShader", - "attachments", - "attack", - "attrChange", - "attrName", - "attributeName", - "attributeNamespace", - "attributes", - "audioTracks", - "autoIncrement", - "autobuffer", - "autocapitalize", - "autocomplete", - "autocorrect", - "autofocus", - "autoplay", - "availHeight", - "availLeft", - "availTop", - "availWidth", - "availability", - "available", - "aversion", - "axes", - "axis", - "azimuth", - "b", - "back", - "backface-visibility", - "backfaceVisibility", - "background", - "background-attachment", - "background-blend-mode", - "background-clip", - "background-color", - "background-image", - "background-origin", - "background-position", - "background-repeat", - "background-size", - "backgroundAttachment", - "backgroundBlendMode", - "backgroundClip", - "backgroundColor", - "backgroundImage", - "backgroundOrigin", - "backgroundPosition", - "backgroundPositionX", - "backgroundPositionY", - "backgroundRepeat", - "backgroundSize", - "badInput", - "balance", - "baseFrequencyX", - "baseFrequencyY", - "baseNode", - "baseOffset", - "baseURI", - "baseVal", - "baselineShift", - "battery", - "bday", - "beginElement", - "beginElementAt", - "beginPath", - "behavior", - "behaviorCookie", - "behaviorPart", - "behaviorUrns", - "beta", - "bezierCurveTo", - "bgColor", - "bgProperties", - "bias", - "big", - "binaryType", - "bind", - "bindAttribLocation", - "bindBuffer", - "bindFramebuffer", - "bindRenderbuffer", - "bindTexture", - "blendColor", - "blendEquation", - "blendEquationSeparate", - "blendFunc", - "blendFuncSeparate", - "blink", - "blob", - "blockDirection", - "blue", - "blur", - "body", - "bodyUsed", - "bold", - "bookmarks", - "booleanValue", - "border", - "border-bottom", - "border-bottom-color", - "border-bottom-left-radius", - "border-bottom-right-radius", - "border-bottom-style", - "border-bottom-width", - "border-collapse", - "border-color", - "border-image", - "border-image-outset", - "border-image-repeat", - "border-image-slice", - "border-image-source", - "border-image-width", - "border-left", - "border-left-color", - "border-left-style", - "border-left-width", - "border-radius", - "border-right", - "border-right-color", - "border-right-style", - "border-right-width", - "border-spacing", - "border-style", - "border-top", - "border-top-color", - "border-top-left-radius", - "border-top-right-radius", - "border-top-style", - "border-top-width", - "border-width", - "borderBottom", - "borderBottomColor", - "borderBottomLeftRadius", - "borderBottomRightRadius", - "borderBottomStyle", - "borderBottomWidth", - "borderCollapse", - "borderColor", - "borderColorDark", - "borderColorLight", - "borderImage", - "borderImageOutset", - "borderImageRepeat", - "borderImageSlice", - "borderImageSource", - "borderImageWidth", - "borderLeft", - "borderLeftColor", - "borderLeftStyle", - "borderLeftWidth", - "borderRadius", - "borderRight", - "borderRightColor", - "borderRightStyle", - "borderRightWidth", - "borderSpacing", - "borderStyle", - "borderTop", - "borderTopColor", - "borderTopLeftRadius", - "borderTopRightRadius", - "borderTopStyle", - "borderTopWidth", - "borderWidth", - "bottom", - "bottomMargin", - "bound", - "boundElements", - "boundingClientRect", - "boundingHeight", - "boundingLeft", - "boundingTop", - "boundingWidth", - "bounds", - "box-decoration-break", - "box-shadow", - "box-sizing", - "boxDecorationBreak", - "boxShadow", - "boxSizing", - "breakAfter", - "breakBefore", - "breakInside", - "browserLanguage", - "btoa", - "bubbles", - "buffer", - "bufferData", - "bufferDepth", - "bufferSize", - "bufferSubData", - "buffered", - "bufferedAmount", - "buildID", - "buildNumber", - "button", - "buttonID", - "buttons", - "byteLength", - "byteOffset", - "c", - "call", - "caller", - "canBeFormatted", - "canBeMounted", - "canBeShared", - "canHaveChildren", - "canHaveHTML", - "canPlayType", - "cancel", - "cancelAnimationFrame", - "cancelBubble", - "cancelScheduledValues", - "cancelable", - "candidate", - "canvas", - "caption", - "caption-side", - "captionSide", - "captureEvents", - "captureStackTrace", - "caretPositionFromPoint", - "caretRangeFromPoint", - "cast", - "catch", - "category", - "cbrt", - "cd", - "ceil", - "cellIndex", - "cellPadding", - "cellSpacing", - "cells", - "ch", - "chOff", - "chain", - "challenge", - "changedTouches", - "channel", - "channelCount", - "channelCountMode", - "channelInterpretation", - "char", - "charAt", - "charCode", - "charCodeAt", - "charIndex", - "characterSet", - "charging", - "chargingTime", - "charset", - "checkEnclosure", - "checkFramebufferStatus", - "checkIntersection", - "checkValidity", - "checked", - "childElementCount", - "childNodes", - "children", - "chrome", - "ciphertext", - "cite", - "classList", - "className", - "classid", - "clear", - "clearAttributes", - "clearColor", - "clearData", - "clearDepth", - "clearImmediate", - "clearInterval", - "clearMarks", - "clearMeasures", - "clearParameters", - "clearRect", - "clearResourceTimings", - "clearShadow", - "clearStencil", - "clearTimeout", - "clearWatch", - "click", - "clickCount", - "clientHeight", - "clientInformation", - "clientLeft", - "clientRect", - "clientRects", - "clientTop", - "clientWidth", - "clientX", - "clientY", - "clip", - "clip-path", - "clip-rule", - "clipBottom", - "clipLeft", - "clipPath", - "clipPathUnits", - "clipRight", - "clipRule", - "clipTop", - "clipboardData", - "clone", - "cloneContents", - "cloneNode", - "cloneRange", - "close", - "closePath", - "closed", - "closest", - "clz", - "clz32", - "cmp", - "code", - "codeBase", - "codePointAt", - "codeType", - "colSpan", - "collapse", - "collapseToEnd", - "collapseToStart", - "collapsed", - "collect", - "colno", - "color", - "color-interpolation", - "color-interpolation-filters", - "colorDepth", - "colorInterpolation", - "colorInterpolationFilters", - "colorMask", - "colorType", - "cols", - "columnCount", - "columnFill", - "columnGap", - "columnNumber", - "columnRule", - "columnRuleColor", - "columnRuleStyle", - "columnRuleWidth", - "columnSpan", - "columnWidth", - "columns", - "command", - "commitPreferences", - "commonAncestorContainer", - "compact", - "compareBoundaryPoints", - "compareDocumentPosition", - "compareEndPoints", - "compareNode", - "comparePoint", - "compatMode", - "compatible", - "compile", - "compileShader", - "complete", - "componentFromPoint", - "compositionEndOffset", - "compositionStartOffset", - "compressedTexImage2D", - "compressedTexSubImage2D", - "concat", - "conditionText", - "coneInnerAngle", - "coneOuterAngle", - "coneOuterGain", - "confirm", - "confirmComposition", - "confirmSiteSpecificTrackingException", - "confirmWebWideTrackingException", - "connect", - "connectEnd", - "connectStart", - "connected", - "connection", - "connectionSpeed", - "console", - "consolidate", - "constrictionActive", - "constructor", - "contactID", - "contains", - "containsNode", - "content", - "contentDocument", - "contentEditable", - "contentOverflow", - "contentScriptType", - "contentStyleType", - "contentType", - "contentWindow", - "context", - "contextMenu", - "contextmenu", - "continue", - "continuous", - "control", - "controller", - "controls", - "convertToSpecifiedUnits", - "cookie", - "cookieEnabled", - "coords", - "copyFromChannel", - "copyTexImage2D", - "copyTexSubImage2D", - "copyToChannel", - "copyWithin", - "correspondingElement", - "correspondingUseElement", - "cos", - "cosh", - "count", - "counter-increment", - "counter-reset", - "counterIncrement", - "counterReset", - "cpuClass", - "cpuSleepAllowed", - "create", - "createAnalyser", - "createAnswer", - "createAttribute", - "createAttributeNS", - "createBiquadFilter", - "createBuffer", - "createBufferSource", - "createCDATASection", - "createCSSStyleSheet", - "createCaption", - "createChannelMerger", - "createChannelSplitter", - "createComment", - "createContextualFragment", - "createControlRange", - "createConvolver", - "createDTMFSender", - "createDataChannel", - "createDelay", - "createDelayNode", - "createDocument", - "createDocumentFragment", - "createDocumentType", - "createDynamicsCompressor", - "createElement", - "createElementNS", - "createEntityReference", - "createEvent", - "createEventObject", - "createExpression", - "createFramebuffer", - "createFunction", - "createGain", - "createGainNode", - "createHTMLDocument", - "createImageBitmap", - "createImageData", - "createIndex", - "createJavaScriptNode", - "createLinearGradient", - "createMediaElementSource", - "createMediaKeys", - "createMediaStreamDestination", - "createMediaStreamSource", - "createMutableFile", - "createNSResolver", - "createNodeIterator", - "createNotification", - "createObjectStore", - "createObjectURL", - "createOffer", - "createOscillator", - "createPanner", - "createPattern", - "createPeriodicWave", - "createPopup", - "createProcessingInstruction", - "createProgram", - "createRadialGradient", - "createRange", - "createRangeCollection", - "createRenderbuffer", - "createSVGAngle", - "createSVGLength", - "createSVGMatrix", - "createSVGNumber", - "createSVGPathSegArcAbs", - "createSVGPathSegArcRel", - "createSVGPathSegClosePath", - "createSVGPathSegCurvetoCubicAbs", - "createSVGPathSegCurvetoCubicRel", - "createSVGPathSegCurvetoCubicSmoothAbs", - "createSVGPathSegCurvetoCubicSmoothRel", - "createSVGPathSegCurvetoQuadraticAbs", - "createSVGPathSegCurvetoQuadraticRel", - "createSVGPathSegCurvetoQuadraticSmoothAbs", - "createSVGPathSegCurvetoQuadraticSmoothRel", - "createSVGPathSegLinetoAbs", - "createSVGPathSegLinetoHorizontalAbs", - "createSVGPathSegLinetoHorizontalRel", - "createSVGPathSegLinetoRel", - "createSVGPathSegLinetoVerticalAbs", - "createSVGPathSegLinetoVerticalRel", - "createSVGPathSegMovetoAbs", - "createSVGPathSegMovetoRel", - "createSVGPoint", - "createSVGRect", - "createSVGTransform", - "createSVGTransformFromMatrix", - "createScriptProcessor", - "createSession", - "createShader", - "createShadowRoot", - "createStereoPanner", - "createStyleSheet", - "createTBody", - "createTFoot", - "createTHead", - "createTextNode", - "createTextRange", - "createTexture", - "createTouch", - "createTouchList", - "createTreeWalker", - "createWaveShaper", - "creationTime", - "crossOrigin", - "crypto", - "csi", - "cssFloat", - "cssRules", - "cssText", - "cssValueType", - "ctrlKey", - "ctrlLeft", - "cues", - "cullFace", - "currentNode", - "currentPage", - "currentScale", - "currentScript", - "currentSrc", - "currentState", - "currentStyle", - "currentTarget", - "currentTime", - "currentTranslate", - "currentView", - "cursor", - "curve", - "customError", - "cx", - "cy", - "d", - "data", - "dataFld", - "dataFormatAs", - "dataPageSize", - "dataSrc", - "dataTransfer", - "database", - "dataset", - "dateTime", - "db", - "debug", - "debuggerEnabled", - "declare", - "decode", - "decodeAudioData", - "decodingInfo", - "decodeURI", - "decodeURIComponent", - "decrypt", - "default", - "defaultCharset", - "defaultChecked", - "defaultMuted", - "defaultPlaybackRate", - "defaultPrevented", - "defaultSelected", - "defaultStatus", - "defaultURL", - "defaultValue", - "defaultView", - "defaultstatus", - "defer", - "defineMagicFunction", - "defineMagicVariable", - "defineProperties", - "defineProperty", - "delayTime", - "delete", - "deleteBuffer", - "deleteCaption", - "deleteCell", - "deleteContents", - "deleteData", - "deleteDatabase", - "deleteFramebuffer", - "deleteFromDocument", - "deleteIndex", - "deleteMedium", - "deleteObjectStore", - "deleteProgram", - "deleteRenderbuffer", - "deleteRow", - "deleteRule", - "deleteShader", - "deleteTFoot", - "deleteTHead", - "deleteTexture", - "deliverChangeRecords", - "delivery", - "deliveryInfo", - "deliveryStatus", - "deliveryTimestamp", - "delta", - "deltaMode", - "deltaX", - "deltaY", - "deltaZ", - "depthFunc", - "depthMask", - "depthRange", - "deriveBits", - "deriveKey", - "description", - "deselectAll", - "designMode", - "destination", - "destinationURL", - "detach", - "detachEvent", - "detachShader", - "detail", - "detune", - "devicePixelRatio", - "deviceXDPI", - "deviceYDPI", - "diffuseConstant", - "digest", - "dimensions", - "dir", - "dirName", - "direction", - "dirxml", - "disable", - "disableVertexAttribArray", - "disabled", - "dischargingTime", - "disconnect", - "dispatchEvent", - "display", - "distanceModel", - "divisor", - "djsapi", - "djsproxy", - "doImport", - "doNotTrack", - "doScroll", - "doctype", - "document", - "documentElement", - "documentMode", - "documentURI", - "dolphin", - "dolphinGameCenter", - "dolphininfo", - "dolphinmeta", - "domComplete", - "domContentLoadedEventEnd", - "domContentLoadedEventStart", - "domInteractive", - "domLoading", - "domain", - "domainLookupEnd", - "domainLookupStart", - "dominant-baseline", - "dominantBaseline", - "done", - "dopplerFactor", - "download", - "dragDrop", - "draggable", - "drawArrays", - "drawArraysInstancedANGLE", - "drawCustomFocusRing", - "drawElements", - "drawElementsInstancedANGLE", - "drawFocusIfNeeded", - "drawImage", - "drawImageFromRect", - "drawSystemFocusRing", - "drawingBufferHeight", - "drawingBufferWidth", - "dropEffect", - "droppedVideoFrames", - "dropzone", - "dump", - "duplicate", - "duration", - "dvname", - "dvnum", - "dx", - "dy", - "dynsrc", - "e", - "edgeMode", - "effectAllowed", - "elapsedTime", - "elementFromPoint", - "elements", - "elevation", - "ellipse", - "email", - "embeds", - "empty", - "empty-cells", - "emptyCells", - "enable", - "enableBackground", - "enableStyleSheetsForSet", - "enableVertexAttribArray", - "enabled", - "enabledPlugin", - "encode", - "encodeURI", - "encodeURIComponent", - "encoding", - "encrypt", - "enctype", - "end", - "endContainer", - "endElement", - "endElementAt", - "endOfStream", - "endOffset", - "endTime", - "ended", - "endsWith", - "entities", - "entries", - "entryType", - "enumerate", - "enumerateEditable", - "error", - "errorCode", - "escape", - "eval", - "evaluate", - "event", - "eventPhase", - "every", - "exception", - "exec", - "execCommand", - "execCommandShowHelp", - "execScript", - "exitFullscreen", - "exitPointerLock", - "exp", - "expand", - "expandEntityReferences", - "expando", - "expansion", - "expiryDate", - "explicitOriginalTarget", - "expm1", - "exponent", - "exponentialRampToValueAtTime", - "exportKey", - "extend", - "extensions", - "extentNode", - "extentOffset", - "external", - "externalResourcesRequired", - "extractContents", - "extractable", - "f", - "face", - "factoryReset", - "fallback", - "familyName", - "farthestViewportElement", - "fastSeek", - "fatal", - "fetch", - "fetchStart", - "fftSize", - "fgColor", - "fileCreatedDate", - "fileHandle", - "fileModifiedDate", - "fileName", - "fileSize", - "fileUpdatedDate", - "filename", - "files", - "fill", - "fill-opacity", - "fill-rule", - "fillOpacity", - "fillRect", - "fillRule", - "fillStyle", - "fillText", - "filter", - "filterResX", - "filterResY", - "filterUnits", - "filters", - "finally", - "find", - "findIndex", - "findRule", - "findText", - "finish", - "fireEvent", - "firstChild", - "firstElementChild", - "firstPage", - "fixed", - "flex", - "flex-basis", - "flex-direction", - "flex-flow", - "flex-grow", - "flex-shrink", - "flex-wrap", - "flexBasis", - "flexDirection", - "flexFlow", - "flexGrow", - "flexShrink", - "flexWrap", - "flipX", - "flipY", - "float", - "flood-color", - "flood-opacity", - "floodColor", - "floodOpacity", - "floor", - "flush", - "focus", - "focusNode", - "focusOffset", - "font", - "font-family", - "font-feature-settings", - "font-kerning", - "font-language-override", - "font-size", - "font-size-adjust", - "font-stretch", - "font-style", - "font-synthesis", - "font-variant", - "font-variant-alternates", - "font-variant-caps", - "font-variant-east-asian", - "font-variant-ligatures", - "font-variant-numeric", - "font-variant-position", - "font-weight", - "fontFamily", - "fontFeatureSettings", - "fontKerning", - "fontLanguageOverride", - "fontSize", - "fontSizeAdjust", - "fontSmoothingEnabled", - "fontStretch", - "fontStyle", - "fontSynthesis", - "fontVariant", - "fontVariantAlternates", - "fontVariantCaps", - "fontVariantEastAsian", - "fontVariantLigatures", - "fontVariantNumeric", - "fontVariantPosition", - "fontWeight", - "fontcolor", - "fonts", - "fontsize", - "for", - "forEach", - "forceRedraw", - "form", - "formAction", - "formEnctype", - "formMethod", - "formNoValidate", - "formTarget", - "format", - "forms", - "forward", - "fr", - "frame", - "frameBorder", - "frameElement", - "frameSpacing", - "framebufferRenderbuffer", - "framebufferTexture2D", - "frames", - "freeSpace", - "freeze", - "frequency", - "frequencyBinCount", - "from", - "fromCharCode", - "fromCodePoint", - "fromElement", - "frontFace", - "fround", - "fullScreen", - "fullscreenElement", - "fullscreenEnabled", - "fx", - "fy", - "gain", - "gamepad", - "gamma", - "genderIdentity", - "generateKey", - "generateMipmap", - "generateRequest", - "geolocation", - "gestureObject", - "get", - "getActiveAttrib", - "getActiveUniform", - "getAdjacentText", - "getAll", - "getAllResponseHeaders", - "getAsFile", - "getAsString", - "getAttachedShaders", - "getAttribLocation", - "getAttribute", - "getAttributeNS", - "getAttributeNode", - "getAttributeNodeNS", - "getAudioTracks", - "getBBox", - "getBattery", - "getBlob", - "getBookmark", - "getBoundingClientRect", - "getBufferParameter", - "getByteFrequencyData", - "getByteTimeDomainData", - "getCSSCanvasContext", - "getCTM", - "getCandidateWindowClientRect", - "getChannelData", - "getCharNumAtPosition", - "getClientRect", - "getClientRects", - "getCompositionAlternatives", - "getComputedStyle", - "getComputedTextLength", - "getConfiguration", - "getContext", - "getContextAttributes", - "getCounterValue", - "getCueAsHTML", - "getCueById", - "getCurrentPosition", - "getCurrentTime", - "getData", - "getDatabaseNames", - "getDate", - "getDay", - "getDefaultComputedStyle", - "getDestinationInsertionPoints", - "getDistributedNodes", - "getEditable", - "getElementById", - "getElementsByClassName", - "getElementsByName", - "getElementsByTagName", - "getElementsByTagNameNS", - "getEnclosureList", - "getEndPositionOfChar", - "getEntries", - "getEntriesByName", - "getEntriesByType", - "getError", - "getExtension", - "getExtentOfChar", - "getFeature", - "getFile", - "getFloat32", - "getFloat64", - "getFloatFrequencyData", - "getFloatTimeDomainData", - "getFloatValue", - "getFramebufferAttachmentParameter", - "getFrequencyResponse", - "getFullYear", - "getGamepads", - "getHours", - "getImageData", - "getInt16", - "getInt32", - "getInt8", - "getIntersectionList", - "getItem", - "getItems", - "getKey", - "getLineDash", - "getLocalStreams", - "getMarks", - "getMatchedCSSRules", - "getMeasures", - "getMetadata", - "getMilliseconds", - "getMinutes", - "getModifierState", - "getMonth", - "getNamedItem", - "getNamedItemNS", - "getNotifier", - "getNumberOfChars", - "getOverrideHistoryNavigationMode", - "getOverrideStyle", - "getOwnPropertyDescriptor", - "getOwnPropertyNames", - "getOwnPropertySymbols", - "getParameter", - "getPathSegAtLength", - "getPointAtLength", - "getPreference", - "getPreferenceDefault", - "getPresentationAttribute", - "getPreventDefault", - "getProgramInfoLog", - "getProgramParameter", - "getPropertyCSSValue", - "getPropertyPriority", - "getPropertyShorthand", - "getPropertyValue", - "getPrototypeOf", - "getRGBColorValue", - "getRandomValues", - "getRangeAt", - "getReceivers", - "getRectValue", - "getRegistration", - "getRemoteStreams", - "getRenderbufferParameter", - "getResponseHeader", - "getRoot", - "getRotationOfChar", - "getSVGDocument", - "getScreenCTM", - "getSeconds", - "getSelection", - "getSenders", - "getShaderInfoLog", - "getShaderParameter", - "getShaderPrecisionFormat", - "getShaderSource", - "getSimpleDuration", - "getSiteIcons", - "getSources", - "getSpeculativeParserUrls", - "getStartPositionOfChar", - "getStartTime", - "getStats", - "getStorageUpdates", - "getStreamById", - "getStringValue", - "getSubStringLength", - "getSubscription", - "getSupportedExtensions", - "getTexParameter", - "getTime", - "getTimezoneOffset", - "getTotalLength", - "getTrackById", - "getTracks", - "getTransformToElement", - "getUTCDate", - "getUTCDay", - "getUTCFullYear", - "getUTCHours", - "getUTCMilliseconds", - "getUTCMinutes", - "getUTCMonth", - "getUTCSeconds", - "getUint16", - "getUint32", - "getUint8", - "getUniform", - "getUniformLocation", - "getUserMedia", - "getValues", - "getVarDate", - "getVariableValue", - "getVertexAttrib", - "getVertexAttribOffset", - "getVideoPlaybackQuality", - "getVideoTracks", - "getWakeLockState", - "getYear", - "givenName", - "global", - "globalAlpha", - "globalCompositeOperation", - "glyphOrientationHorizontal", - "glyphOrientationVertical", - "glyphRef", - "go", - "gradientTransform", - "gradientUnits", - "grammars", - "green", - "group", - "groupCollapsed", - "groupEnd", - "hardwareConcurrency", - "has", - "hasAttribute", - "hasAttributeNS", - "hasAttributes", - "hasChildNodes", - "hasComposition", - "hasExtension", - "hasFeature", - "hasFocus", - "hasLayout", - "hasOwnProperty", - "hash", - "head", - "headers", - "heading", - "height", - "hidden", - "hide", - "hideFocus", - "high", - "hint", - "history", - "honorificPrefix", - "honorificSuffix", - "horizontalOverflow", - "host", - "hostname", - "href", - "hreflang", - "hspace", - "html5TagCheckInerface", - "htmlFor", - "htmlText", - "httpEquiv", - "hwTimestamp", - "hypot", - "iccId", - "iceConnectionState", - "iceGatheringState", - "icon", - "id", - "identifier", - "identity", - "ignoreBOM", - "ignoreCase", - "image-orientation", - "image-rendering", - "imageOrientation", - "imageRendering", - "images", - "ime-mode", - "imeMode", - "implementation", - "importKey", - "importNode", - "importStylesheet", - "imports", - "impp", - "imul", - "in1", - "in2", - "inBandMetadataTrackDispatchType", - "inRange", - "includes", - "incremental", - "indeterminate", - "index", - "indexNames", - "indexOf", - "indexedDB", - "inertiaDestinationX", - "inertiaDestinationY", - "info", - "init", - "initAnimationEvent", - "initBeforeLoadEvent", - "initClipboardEvent", - "initCloseEvent", - "initCommandEvent", - "initCompositionEvent", - "initCustomEvent", - "initData", - "initDeviceMotionEvent", - "initDeviceOrientationEvent", - "initDragEvent", - "initErrorEvent", - "initEvent", - "initFocusEvent", - "initGestureEvent", - "initHashChangeEvent", - "initKeyEvent", - "initKeyboardEvent", - "initMSManipulationEvent", - "initMessageEvent", - "initMouseEvent", - "initMouseScrollEvent", - "initMouseWheelEvent", - "initMutationEvent", - "initNSMouseEvent", - "initOverflowEvent", - "initPageEvent", - "initPageTransitionEvent", - "initPointerEvent", - "initPopStateEvent", - "initProgressEvent", - "initScrollAreaEvent", - "initSimpleGestureEvent", - "initStorageEvent", - "initTextEvent", - "initTimeEvent", - "initTouchEvent", - "initTransitionEvent", - "initUIEvent", - "initWebKitAnimationEvent", - "initWebKitTransitionEvent", - "initWebKitWheelEvent", - "initWheelEvent", - "initialTime", - "initialize", - "initiatorType", - "inner", - "innerHTML", - "innerHeight", - "innerText", - "innerWidth", - "input", - "inputBuffer", - "inputEncoding", - "inputMethod", - "insertAdjacentElement", - "insertAdjacentHTML", - "insertAdjacentText", - "insertBefore", - "insertCell", - "insertData", - "insertItemBefore", - "insertNode", - "insertRow", - "insertRule", - "instanceRoot", - "intercept", - "interimResults", - "internalSubset", - "intersectsNode", - "interval", - "invalidIteratorState", - "inverse", - "invertSelf", - "is", - "is2D", - "isAlternate", - "isArray", - "isBingCurrentSearchDefault", - "isBuffer", - "isCandidateWindowVisible", - "isChar", - "isCollapsed", - "isComposing", - "isContentEditable", - "isContentHandlerRegistered", - "isContextLost", - "isDefaultNamespace", - "isDisabled", - "isEnabled", - "isEqual", - "isEqualNode", - "isExtensible", - "isFinite", - "isFramebuffer", - "isFrozen", - "isGenerator", - "isId", - "isInjected", - "isInteger", - "isMap", - "isMultiLine", - "isNaN", - "isOpen", - "isPointInFill", - "isPointInPath", - "isPointInRange", - "isPointInStroke", - "isPrefAlternate", - "isPrimary", - "isProgram", - "isPropertyImplicit", - "isProtocolHandlerRegistered", - "isPrototypeOf", - "isRenderbuffer", - "isSafeInteger", - "isSameNode", - "isSealed", - "isShader", - "isSupported", - "isTextEdit", - "isTexture", - "isTrusted", - "isTypeSupported", - "isView", - "isolation", - "italics", - "item", - "itemId", - "itemProp", - "itemRef", - "itemScope", - "itemType", - "itemValue", - "iterateNext", - "iterator", - "javaEnabled", - "jobTitle", - "join", - "json", - "justify-content", - "justifyContent", - "k1", - "k2", - "k3", - "k4", - "kernelMatrix", - "kernelUnitLengthX", - "kernelUnitLengthY", - "kerning", - "key", - "keyCode", - "keyFor", - "keyIdentifier", - "keyLightEnabled", - "keyLocation", - "keyPath", - "keySystem", - "keyText", - "keyUsage", - "keys", - "keytype", - "kind", - "knee", - "label", - "labels", - "lang", - "language", - "languages", - "largeArcFlag", - "lastChild", - "lastElementChild", - "lastEventId", - "lastIndex", - "lastIndexOf", - "lastMatch", - "lastMessageSubject", - "lastMessageType", - "lastModified", - "lastModifiedDate", - "lastPage", - "lastParen", - "lastState", - "lastStyleSheetSet", - "latitude", - "layerX", - "layerY", - "layoutFlow", - "layoutGrid", - "layoutGridChar", - "layoutGridLine", - "layoutGridMode", - "layoutGridType", - "lbound", - "left", - "leftContext", - "leftMargin", - "length", - "lengthAdjust", - "lengthComputable", - "letter-spacing", - "letterSpacing", - "level", - "lighting-color", - "lightingColor", - "limitingConeAngle", - "line", - "line-height", - "lineAlign", - "lineBreak", - "lineCap", - "lineDashOffset", - "lineHeight", - "lineJoin", - "lineNumber", - "lineTo", - "lineWidth", - "linearRampToValueAtTime", - "lineno", - "link", - "linkColor", - "linkProgram", - "links", - "list", - "list-style", - "list-style-image", - "list-style-position", - "list-style-type", - "listStyle", - "listStyleImage", - "listStylePosition", - "listStyleType", - "listener", - "load", - "loadEventEnd", - "loadEventStart", - "loadTimes", - "loaded", - "localDescription", - "localName", - "localStorage", - "locale", - "localeCompare", - "location", - "locationbar", - "lock", - "lockedFile", - "log", - "log10", - "log1p", - "log2", - "logicalXDPI", - "logicalYDPI", - "longDesc", - "longitude", - "lookupNamespaceURI", - "lookupPrefix", - "loop", - "loopEnd", - "loopStart", - "looping", - "low", - "lower", - "lowerBound", - "lowerOpen", - "lowsrc", - "m11", - "m12", - "m13", - "m14", - "m21", - "m22", - "m23", - "m24", - "m31", - "m32", - "m33", - "m34", - "m41", - "m42", - "m43", - "m44", - "manifest", - "map", - "mapping", - "margin", - "margin-bottom", - "margin-left", - "margin-right", - "margin-top", - "marginBottom", - "marginHeight", - "marginLeft", - "marginRight", - "marginTop", - "marginWidth", - "mark", - "marker", - "marker-end", - "marker-mid", - "marker-offset", - "marker-start", - "markerEnd", - "markerHeight", - "markerMid", - "markerOffset", - "markerStart", - "markerUnits", - "markerWidth", - "marks", - "mask", - "mask-type", - "maskContentUnits", - "maskType", - "maskUnits", - "match", - "matchMedia", - "matchMedium", - "matches", - "matrix", - "matrixTransform", - "max", - "max-height", - "max-width", - "maxAlternatives", - "maxChannelCount", - "maxConnectionsPerServer", - "maxDecibels", - "maxDistance", - "maxHeight", - "maxLength", - "maxTouchPoints", - "maxValue", - "maxWidth", - "measure", - "measureText", - "media", - "mediaCapabilities", - "mediaDevices", - "mediaElement", - "mediaGroup", - "mediaKeys", - "mediaText", - "meetOrSlice", - "memory", - "menubar", - "mergeAttributes", - "message", - "messageClass", - "messageHandlers", - "metaKey", - "method", - "mimeType", - "mimeTypes", - "min", - "min-height", - "min-width", - "minDecibels", - "minHeight", - "minValue", - "minWidth", - "miterLimit", - "mix-blend-mode", - "mixBlendMode", - "mode", - "modify", - "mount", - "move", - "moveBy", - "moveEnd", - "moveFirst", - "moveFocusDown", - "moveFocusLeft", - "moveFocusRight", - "moveFocusUp", - "moveNext", - "moveRow", - "moveStart", - "moveTo", - "moveToBookmark", - "moveToElementText", - "moveToPoint", - "mozAdd", - "mozAnimationStartTime", - "mozAnon", - "mozApps", - "mozAudioCaptured", - "mozAudioChannelType", - "mozAutoplayEnabled", - "mozCancelAnimationFrame", - "mozCancelFullScreen", - "mozCancelRequestAnimationFrame", - "mozCaptureStream", - "mozCaptureStreamUntilEnded", - "mozClearDataAt", - "mozContact", - "mozContacts", - "mozCreateFileHandle", - "mozCurrentTransform", - "mozCurrentTransformInverse", - "mozCursor", - "mozDash", - "mozDashOffset", - "mozDecodedFrames", - "mozExitPointerLock", - "mozFillRule", - "mozFragmentEnd", - "mozFrameDelay", - "mozFullScreen", - "mozFullScreenElement", - "mozFullScreenEnabled", - "mozGetAll", - "mozGetAllKeys", - "mozGetAsFile", - "mozGetDataAt", - "mozGetMetadata", - "mozGetUserMedia", - "mozHasAudio", - "mozHasItem", - "mozHidden", - "mozImageSmoothingEnabled", - "mozIndexedDB", - "mozInnerScreenX", - "mozInnerScreenY", - "mozInputSource", - "mozIsTextField", - "mozItem", - "mozItemCount", - "mozItems", - "mozLength", - "mozLockOrientation", - "mozMatchesSelector", - "mozMovementX", - "mozMovementY", - "mozOpaque", - "mozOrientation", - "mozPaintCount", - "mozPaintedFrames", - "mozParsedFrames", - "mozPay", - "mozPointerLockElement", - "mozPresentedFrames", - "mozPreservesPitch", - "mozPressure", - "mozPrintCallback", - "mozRTCIceCandidate", - "mozRTCPeerConnection", - "mozRTCSessionDescription", - "mozRemove", - "mozRequestAnimationFrame", - "mozRequestFullScreen", - "mozRequestPointerLock", - "mozSetDataAt", - "mozSetImageElement", - "mozSourceNode", - "mozSrcObject", - "mozSystem", - "mozTCPSocket", - "mozTextStyle", - "mozTypesAt", - "mozUnlockOrientation", - "mozUserCancelled", - "mozVisibilityState", - "msAnimation", - "msAnimationDelay", - "msAnimationDirection", - "msAnimationDuration", - "msAnimationFillMode", - "msAnimationIterationCount", - "msAnimationName", - "msAnimationPlayState", - "msAnimationStartTime", - "msAnimationTimingFunction", - "msBackfaceVisibility", - "msBlockProgression", - "msCSSOMElementFloatMetrics", - "msCaching", - "msCachingEnabled", - "msCancelRequestAnimationFrame", - "msCapsLockWarningOff", - "msClearImmediate", - "msClose", - "msContentZoomChaining", - "msContentZoomFactor", - "msContentZoomLimit", - "msContentZoomLimitMax", - "msContentZoomLimitMin", - "msContentZoomSnap", - "msContentZoomSnapPoints", - "msContentZoomSnapType", - "msContentZooming", - "msConvertURL", - "msCrypto", - "msDoNotTrack", - "msElementsFromPoint", - "msElementsFromRect", - "msExitFullscreen", - "msExtendedCode", - "msFillRule", - "msFirstPaint", - "msFlex", - "msFlexAlign", - "msFlexDirection", - "msFlexFlow", - "msFlexItemAlign", - "msFlexLinePack", - "msFlexNegative", - "msFlexOrder", - "msFlexPack", - "msFlexPositive", - "msFlexPreferredSize", - "msFlexWrap", - "msFlowFrom", - "msFlowInto", - "msFontFeatureSettings", - "msFullscreenElement", - "msFullscreenEnabled", - "msGetInputContext", - "msGetRegionContent", - "msGetUntransformedBounds", - "msGraphicsTrustStatus", - "msGridColumn", - "msGridColumnAlign", - "msGridColumnSpan", - "msGridColumns", - "msGridRow", - "msGridRowAlign", - "msGridRowSpan", - "msGridRows", - "msHidden", - "msHighContrastAdjust", - "msHyphenateLimitChars", - "msHyphenateLimitLines", - "msHyphenateLimitZone", - "msHyphens", - "msImageSmoothingEnabled", - "msImeAlign", - "msIndexedDB", - "msInterpolationMode", - "msIsStaticHTML", - "msKeySystem", - "msKeys", - "msLaunchUri", - "msLockOrientation", - "msManipulationViewsEnabled", - "msMatchMedia", - "msMatchesSelector", - "msMaxTouchPoints", - "msOrientation", - "msOverflowStyle", - "msPerspective", - "msPerspectiveOrigin", - "msPlayToDisabled", - "msPlayToPreferredSourceUri", - "msPlayToPrimary", - "msPointerEnabled", - "msRegionOverflow", - "msReleasePointerCapture", - "msRequestAnimationFrame", - "msRequestFullscreen", - "msSaveBlob", - "msSaveOrOpenBlob", - "msScrollChaining", - "msScrollLimit", - "msScrollLimitXMax", - "msScrollLimitXMin", - "msScrollLimitYMax", - "msScrollLimitYMin", - "msScrollRails", - "msScrollSnapPointsX", - "msScrollSnapPointsY", - "msScrollSnapType", - "msScrollSnapX", - "msScrollSnapY", - "msScrollTranslation", - "msSetImmediate", - "msSetMediaKeys", - "msSetPointerCapture", - "msTextCombineHorizontal", - "msTextSizeAdjust", - "msToBlob", - "msTouchAction", - "msTouchSelect", - "msTraceAsyncCallbackCompleted", - "msTraceAsyncCallbackStarting", - "msTraceAsyncOperationCompleted", - "msTraceAsyncOperationStarting", - "msTransform", - "msTransformOrigin", - "msTransformStyle", - "msTransition", - "msTransitionDelay", - "msTransitionDuration", - "msTransitionProperty", - "msTransitionTimingFunction", - "msUnlockOrientation", - "msUpdateAsyncCallbackRelation", - "msUserSelect", - "msVisibilityState", - "msWrapFlow", - "msWrapMargin", - "msWrapThrough", - "msWriteProfilerMark", - "msZoom", - "msZoomTo", - "mt", - "multiEntry", - "multiSelectionObj", - "multiline", - "multiple", - "multiply", - "multiplySelf", - "mutableFile", - "muted", - "n", - "name", - "nameProp", - "namedItem", - "namedRecordset", - "names", - "namespaceURI", - "namespaces", - "naturalHeight", - "naturalWidth", - "navigate", - "navigation", - "navigationMode", - "navigationStart", - "navigator", - "near", - "nearestViewportElement", - "negative", - "netscape", - "networkState", - "newScale", - "newTranslate", - "newURL", - "newValue", - "newValueSpecifiedUnits", - "newVersion", - "newhome", - "next", - "nextElementSibling", - "nextNode", - "nextPage", - "nextSibling", - "nickname", - "noHref", - "noResize", - "noShade", - "noValidate", - "noWrap", - "nodeName", - "nodeType", - "nodeValue", - "normalize", - "normalizedPathSegList", - "notationName", - "notations", - "note", - "noteGrainOn", - "noteOff", - "noteOn", - "now", - "numOctaves", - "number", - "numberOfChannels", - "numberOfInputs", - "numberOfItems", - "numberOfOutputs", - "numberValue", - "oMatchesSelector", - "object", - "object-fit", - "object-position", - "objectFit", - "objectPosition", - "objectStore", - "objectStoreNames", - "observe", - "of", - "offscreenBuffering", - "offset", - "offsetHeight", - "offsetLeft", - "offsetNode", - "offsetParent", - "offsetTop", - "offsetWidth", - "offsetX", - "offsetY", - "ok", - "oldURL", - "oldValue", - "oldVersion", - "olderShadowRoot", - "onLine", - "onabort", - "onactivate", - "onactive", - "onaddstream", - "onaddtrack", - "onafterprint", - "onafterscriptexecute", - "onafterupdate", - "onaudioend", - "onaudioprocess", - "onaudiostart", - "onautocomplete", - "onautocompleteerror", - "onbeforeactivate", - "onbeforecopy", - "onbeforecut", - "onbeforedeactivate", - "onbeforeeditfocus", - "onbeforepaste", - "onbeforeprint", - "onbeforescriptexecute", - "onbeforeunload", - "onbeforeupdate", - "onblocked", - "onblur", - "onbounce", - "onboundary", - "oncached", - "oncancel", - "oncandidatewindowhide", - "oncandidatewindowshow", - "oncandidatewindowupdate", - "oncanplay", - "oncanplaythrough", - "oncellchange", - "onchange", - "onchargingchange", - "onchargingtimechange", - "onchecking", - "onclick", - "onclose", - "oncompassneedscalibration", - "oncomplete", - "oncontextmenu", - "oncontrolselect", - "oncopy", - "oncuechange", - "oncut", - "ondataavailable", - "ondatachannel", - "ondatasetchanged", - "ondatasetcomplete", - "ondblclick", - "ondeactivate", - "ondevicelight", - "ondevicemotion", - "ondeviceorientation", - "ondeviceproximity", - "ondischargingtimechange", - "ondisplay", - "ondownloading", - "ondrag", - "ondragend", - "ondragenter", - "ondragleave", - "ondragover", - "ondragstart", - "ondrop", - "ondurationchange", - "onemptied", - "onencrypted", - "onend", - "onended", - "onenter", - "onerror", - "onerrorupdate", - "onexit", - "onfilterchange", - "onfinish", - "onfocus", - "onfocusin", - "onfocusout", - "onfullscreenchange", - "onfullscreenerror", - "ongesturechange", - "ongestureend", - "ongesturestart", - "ongotpointercapture", - "onhashchange", - "onhelp", - "onicecandidate", - "oniceconnectionstatechange", - "oninactive", - "oninput", - "oninvalid", - "onkeydown", - "onkeypress", - "onkeyup", - "onlanguagechange", - "onlayoutcomplete", - "onlevelchange", - "onload", - "onloadeddata", - "onloadedmetadata", - "onloadend", - "onloadstart", - "onlosecapture", - "onlostpointercapture", - "only", - "onmark", - "onmessage", - "onmousedown", - "onmouseenter", - "onmouseleave", - "onmousemove", - "onmouseout", - "onmouseover", - "onmouseup", - "onmousewheel", - "onmove", - "onmoveend", - "onmovestart", - "onmozfullscreenchange", - "onmozfullscreenerror", - "onmozorientationchange", - "onmozpointerlockchange", - "onmozpointerlockerror", - "onmscontentzoom", - "onmsfullscreenchange", - "onmsfullscreenerror", - "onmsgesturechange", - "onmsgesturedoubletap", - "onmsgestureend", - "onmsgesturehold", - "onmsgesturestart", - "onmsgesturetap", - "onmsgotpointercapture", - "onmsinertiastart", - "onmslostpointercapture", - "onmsmanipulationstatechanged", - "onmsneedkey", - "onmsorientationchange", - "onmspointercancel", - "onmspointerdown", - "onmspointerenter", - "onmspointerhover", - "onmspointerleave", - "onmspointermove", - "onmspointerout", - "onmspointerover", - "onmspointerup", - "onmssitemodejumplistitemremoved", - "onmsthumbnailclick", - "onnegotiationneeded", - "onnomatch", - "onnoupdate", - "onobsolete", - "onoffline", - "ononline", - "onopen", - "onorientationchange", - "onpagechange", - "onpagehide", - "onpageshow", - "onpaste", - "onpause", - "onplay", - "onplaying", - "onpluginstreamstart", - "onpointercancel", - "onpointerdown", - "onpointerenter", - "onpointerleave", - "onpointerlockchange", - "onpointerlockerror", - "onpointermove", - "onpointerout", - "onpointerover", - "onpointerup", - "onpopstate", - "onprogress", - "onpropertychange", - "onratechange", - "onreadystatechange", - "onremovestream", - "onremovetrack", - "onreset", - "onresize", - "onresizeend", - "onresizestart", - "onresourcetimingbufferfull", - "onresult", - "onresume", - "onrowenter", - "onrowexit", - "onrowsdelete", - "onrowsinserted", - "onscroll", - "onsearch", - "onseeked", - "onseeking", - "onselect", - "onselectionchange", - "onselectstart", - "onshow", - "onsignalingstatechange", - "onsoundend", - "onsoundstart", - "onspeechend", - "onspeechstart", - "onstalled", - "onstart", - "onstatechange", - "onstop", - "onstorage", - "onstoragecommit", - "onsubmit", - "onsuccess", - "onsuspend", - "ontextinput", - "ontimeout", - "ontimeupdate", - "ontoggle", - "ontouchcancel", - "ontouchend", - "ontouchmove", - "ontouchstart", - "ontransitionend", - "onunload", - "onupdateready", - "onupgradeneeded", - "onuserproximity", - "onversionchange", - "onvoiceschanged", - "onvolumechange", - "onwaiting", - "onwarning", - "onwebkitanimationend", - "onwebkitanimationiteration", - "onwebkitanimationstart", - "onwebkitcurrentplaybacktargetiswirelesschanged", - "onwebkitfullscreenchange", - "onwebkitfullscreenerror", - "onwebkitkeyadded", - "onwebkitkeyerror", - "onwebkitkeymessage", - "onwebkitneedkey", - "onwebkitorientationchange", - "onwebkitplaybacktargetavailabilitychanged", - "onwebkitpointerlockchange", - "onwebkitpointerlockerror", - "onwebkitresourcetimingbufferfull", - "onwebkittransitionend", - "onwheel", - "onzoom", - "opacity", - "open", - "openCursor", - "openDatabase", - "openKeyCursor", - "opener", - "opera", - "operationType", - "operator", - "opr", - "optimum", - "options", - "order", - "orderX", - "orderY", - "ordered", - "org", - "orient", - "orientAngle", - "orientType", - "orientation", - "origin", - "originalTarget", - "orphans", - "oscpu", - "outerHTML", - "outerHeight", - "outerText", - "outerWidth", - "outline", - "outline-color", - "outline-offset", - "outline-style", - "outline-width", - "outlineColor", - "outlineOffset", - "outlineStyle", - "outlineWidth", - "outputBuffer", - "overflow", - "overflow-x", - "overflow-y", - "overflowX", - "overflowY", - "overrideMimeType", - "oversample", - "ownerDocument", - "ownerElement", - "ownerNode", - "ownerRule", - "ownerSVGElement", - "owningElement", - "p1", - "p2", - "p3", - "p4", - "pad", - "padding", - "padding-bottom", - "padding-left", - "padding-right", - "padding-top", - "paddingBottom", - "paddingLeft", - "paddingRight", - "paddingTop", - "page", - "page-break-after", - "page-break-before", - "page-break-inside", - "pageBreakAfter", - "pageBreakBefore", - "pageBreakInside", - "pageCount", - "pageX", - "pageXOffset", - "pageY", - "pageYOffset", - "pages", - "paint-order", - "paintOrder", - "paintRequests", - "paintType", - "palette", - "panningModel", - "parent", - "parentElement", - "parentNode", - "parentRule", - "parentStyleSheet", - "parentTextEdit", - "parentWindow", - "parse", - "parseFloat", - "parseFromString", - "parseInt", - "participants", - "password", - "pasteHTML", - "path", - "pathLength", - "pathSegList", - "pathSegType", - "pathSegTypeAsLetter", - "pathname", - "pattern", - "patternContentUnits", - "patternMismatch", - "patternTransform", - "patternUnits", - "pause", - "pauseAnimations", - "pauseOnExit", - "paused", - "pending", - "performance", - "permission", - "persisted", - "personalbar", - "perspective", - "perspective-origin", - "perspectiveOrigin", - "phoneticFamilyName", - "phoneticGivenName", - "photo", - "ping", - "pitch", - "pixelBottom", - "pixelDepth", - "pixelHeight", - "pixelLeft", - "pixelRight", - "pixelStorei", - "pixelTop", - "pixelUnitToMillimeterX", - "pixelUnitToMillimeterY", - "pixelWidth", - "placeholder", - "platform", - "play", - "playbackRate", - "playbackState", - "playbackTime", - "played", - "plugins", - "pluginspage", - "pname", - "pointer-events", - "pointerBeforeReferenceNode", - "pointerEnabled", - "pointerEvents", - "pointerId", - "pointerLockElement", - "pointerType", - "points", - "pointsAtX", - "pointsAtY", - "pointsAtZ", - "polygonOffset", - "pop", - "popupWindowFeatures", - "popupWindowName", - "popupWindowURI", - "port", - "port1", - "port2", - "ports", - "posBottom", - "posHeight", - "posLeft", - "posRight", - "posTop", - "posWidth", - "position", - "positionAlign", - "postError", - "postMessage", - "poster", - "pow", - "powerOff", - "preMultiplySelf", - "precision", - "preferredStyleSheetSet", - "preferredStylesheetSet", - "prefix", - "preload", - "preserveAlpha", - "preserveAspectRatio", - "preserveAspectRatioString", - "pressed", - "pressure", - "prevValue", - "preventDefault", - "preventExtensions", - "previousElementSibling", - "previousNode", - "previousPage", - "previousScale", - "previousSibling", - "previousTranslate", - "primaryKey", - "primitiveType", - "primitiveUnits", - "principals", - "print", - "privateKey", - "probablySupportsContext", - "process", - "processIceMessage", - "product", - "productSub", - "profile", - "profileEnd", - "profiles", - "prompt", - "properties", - "propertyIsEnumerable", - "propertyName", - "protocol", - "protocolLong", - "prototype", - "pseudoClass", - "pseudoElement", - "publicId", - "publicKey", - "published", - "push", - "pushNotification", - "pushState", - "put", - "putImageData", - "quadraticCurveTo", - "qualifier", - "queryCommandEnabled", - "queryCommandIndeterm", - "queryCommandState", - "queryCommandSupported", - "queryCommandText", - "queryCommandValue", - "querySelector", - "querySelectorAll", - "quote", - "quotes", - "r", - "r1", - "r2", - "race", - "radiogroup", - "radiusX", - "radiusY", - "random", - "range", - "rangeCount", - "rangeMax", - "rangeMin", - "rangeOffset", - "rangeOverflow", - "rangeParent", - "rangeUnderflow", - "rate", - "ratio", - "raw", - "read", - "readAsArrayBuffer", - "readAsBinaryString", - "readAsBlob", - "readAsDataURL", - "readAsText", - "readOnly", - "readPixels", - "readReportRequested", - "readyState", - "reason", - "reboot", - "receiver", - "receivers", - "recordNumber", - "recordset", - "rect", - "red", - "redirectCount", - "redirectEnd", - "redirectStart", - "reduce", - "reduceRight", - "reduction", - "refDistance", - "refX", - "refY", - "referenceNode", - "referrer", - "refresh", - "region", - "regionAnchorX", - "regionAnchorY", - "regionId", - "regions", - "register", - "registerContentHandler", - "registerElement", - "registerProtocolHandler", - "reject", - "rel", - "relList", - "relatedNode", - "relatedTarget", - "release", - "releaseCapture", - "releaseEvents", - "releasePointerCapture", - "releaseShaderCompiler", - "reliable", - "reload", - "remainingSpace", - "remoteDescription", - "remove", - "removeAllRanges", - "removeAttribute", - "removeAttributeNS", - "removeAttributeNode", - "removeBehavior", - "removeChild", - "removeCue", - "removeEventListener", - "removeFilter", - "removeImport", - "removeItem", - "removeListener", - "removeNamedItem", - "removeNamedItemNS", - "removeNode", - "removeParameter", - "removeProperty", - "removeRange", - "removeRegion", - "removeRule", - "removeSiteSpecificTrackingException", - "removeSourceBuffer", - "removeStream", - "removeTrack", - "removeVariable", - "removeWakeLockListener", - "removeWebWideTrackingException", - "removedNodes", - "renderbufferStorage", - "renderedBuffer", - "renderingMode", - "repeat", - "replace", - "replaceAdjacentText", - "replaceChild", - "replaceData", - "replaceId", - "replaceItem", - "replaceNode", - "replaceState", - "replaceTrack", - "replaceWholeText", - "reportValidity", - "requestAnimationFrame", - "requestAutocomplete", - "requestData", - "requestFullscreen", - "requestMediaKeySystemAccess", - "requestPermission", - "requestPointerLock", - "requestStart", - "requestingWindow", - "required", - "requiredExtensions", - "requiredFeatures", - "reset", - "resetTransform", - "resize", - "resizeBy", - "resizeTo", - "resolve", - "response", - "responseBody", - "responseEnd", - "responseStart", - "responseText", - "responseType", - "responseURL", - "responseXML", - "restore", - "result", - "resultType", - "resume", - "returnValue", - "rev", - "reverse", - "reversed", - "revocable", - "revokeObjectURL", - "rgbColor", - "right", - "rightContext", - "rightMargin", - "rolloffFactor", - "root", - "rootElement", - "rotate", - "rotateAxisAngle", - "rotateAxisAngleSelf", - "rotateFromVector", - "rotateFromVectorSelf", - "rotateSelf", - "rotation", - "rotationRate", - "round", - "rowIndex", - "rowSpan", - "rows", - "rubyAlign", - "rubyOverhang", - "rubyPosition", - "rules", - "runtime", - "runtimeStyle", - "rx", - "ry", - "safari", - "sampleCoverage", - "sampleRate", - "sandbox", - "save", - "scale", - "scale3d", - "scale3dSelf", - "scaleNonUniform", - "scaleNonUniformSelf", - "scaleSelf", - "scheme", - "scissor", - "scope", - "scopeName", - "scoped", - "screen", - "screenBrightness", - "screenEnabled", - "screenLeft", - "screenPixelToMillimeterX", - "screenPixelToMillimeterY", - "screenTop", - "screenX", - "screenY", - "scripts", - "scroll", - "scroll-behavior", - "scrollAmount", - "scrollBehavior", - "scrollBy", - "scrollByLines", - "scrollByPages", - "scrollDelay", - "scrollHeight", - "scrollIntoView", - "scrollIntoViewIfNeeded", - "scrollLeft", - "scrollLeftMax", - "scrollMaxX", - "scrollMaxY", - "scrollTo", - "scrollTop", - "scrollTopMax", - "scrollWidth", - "scrollX", - "scrollY", - "scrollbar3dLightColor", - "scrollbarArrowColor", - "scrollbarBaseColor", - "scrollbarDarkShadowColor", - "scrollbarFaceColor", - "scrollbarHighlightColor", - "scrollbarShadowColor", - "scrollbarTrackColor", - "scrollbars", - "scrolling", - "sdp", - "sdpMLineIndex", - "sdpMid", - "seal", - "search", - "searchBox", - "searchBoxJavaBridge_", - "searchParams", - "sectionRowIndex", - "secureConnectionStart", - "security", - "seed", - "seekable", - "seeking", - "select", - "selectAllChildren", - "selectNode", - "selectNodeContents", - "selectNodes", - "selectSingleNode", - "selectSubString", - "selected", - "selectedIndex", - "selectedOptions", - "selectedStyleSheetSet", - "selectedStylesheetSet", - "selection", - "selectionDirection", - "selectionEnd", - "selectionStart", - "selector", - "selectorText", - "self", - "send", - "sendAsBinary", - "sendBeacon", - "sender", - "sentTimestamp", - "separator", - "serializeToString", - "serviceWorker", - "sessionId", - "sessionStorage", - "set", - "setActive", - "setAlpha", - "setAttribute", - "setAttributeNS", - "setAttributeNode", - "setAttributeNodeNS", - "setBaseAndExtent", - "setBingCurrentSearchDefault", - "setCapture", - "setColor", - "setCompositeOperation", - "setCurrentTime", - "setCustomValidity", - "setData", - "setDate", - "setDragImage", - "setEnd", - "setEndAfter", - "setEndBefore", - "setEndPoint", - "setFillColor", - "setFilterRes", - "setFloat32", - "setFloat64", - "setFloatValue", - "setFullYear", - "setHours", - "setImmediate", - "setInt16", - "setInt32", - "setInt8", - "setInterval", - "setItem", - "setLineCap", - "setLineDash", - "setLineJoin", - "setLineWidth", - "setLocalDescription", - "setMatrix", - "setMatrixValue", - "setMediaKeys", - "setMilliseconds", - "setMinutes", - "setMiterLimit", - "setMonth", - "setNamedItem", - "setNamedItemNS", - "setNonUserCodeExceptions", - "setOrientToAngle", - "setOrientToAuto", - "setOrientation", - "setOverrideHistoryNavigationMode", - "setPaint", - "setParameter", - "setPeriodicWave", - "setPointerCapture", - "setPosition", - "setPreference", - "setProperty", - "setPrototypeOf", - "setRGBColor", - "setRGBColorICCColor", - "setRadius", - "setRangeText", - "setRemoteDescription", - "setRequestHeader", - "setResizable", - "setResourceTimingBufferSize", - "setRotate", - "setScale", - "setSeconds", - "setSelectionRange", - "setServerCertificate", - "setShadow", - "setSkewX", - "setSkewY", - "setStart", - "setStartAfter", - "setStartBefore", - "setStdDeviation", - "setStringValue", - "setStrokeColor", - "setSuggestResult", - "setTargetAtTime", - "setTargetValueAtTime", - "setTime", - "setTimeout", - "setTransform", - "setTranslate", - "setUTCDate", - "setUTCFullYear", - "setUTCHours", - "setUTCMilliseconds", - "setUTCMinutes", - "setUTCMonth", - "setUTCSeconds", - "setUint16", - "setUint32", - "setUint8", - "setUri", - "setValueAtTime", - "setValueCurveAtTime", - "setVariable", - "setVelocity", - "setVersion", - "setYear", - "settingName", - "settingValue", - "sex", - "shaderSource", - "shadowBlur", - "shadowColor", - "shadowOffsetX", - "shadowOffsetY", - "shadowRoot", - "shape", - "shape-rendering", - "shapeRendering", - "sheet", - "shift", - "shiftKey", - "shiftLeft", - "show", - "showHelp", - "showModal", - "showModalDialog", - "showModelessDialog", - "showNotification", - "sidebar", - "sign", - "signalingState", - "sin", - "singleNodeValue", - "sinh", - "size", - "sizeToContent", - "sizes", - "skewX", - "skewXSelf", - "skewY", - "skewYSelf", - "slice", - "slope", - "small", - "smooth", - "smil", - "smoothingTimeConstant", - "snapToLines", - "snapshotItem", - "snapshotLength", - "some", - "sort", - "source", - "sourceBuffer", - "sourceBuffers", - "sourceIndex", - "spacing", - "span", - "speakAs", - "speaking", - "specified", - "specularConstant", - "specularExponent", - "speechSynthesis", - "speed", - "speedOfSound", - "spellcheck", - "splice", - "split", - "splitText", - "spreadMethod", - "sqrt", - "src", - "srcElement", - "srcFilter", - "srcUrn", - "srcdoc", - "srclang", - "srcset", - "stack", - "stackTraceLimit", - "stacktrace", - "standalone", - "standby", - "start", - "startContainer", - "startIce", - "startOffset", - "startRendering", - "startTime", - "startsWith", - "state", - "status", - "statusMessage", - "statusText", - "statusbar", - "stdDeviationX", - "stdDeviationY", - "stencilFunc", - "stencilFuncSeparate", - "stencilMask", - "stencilMaskSeparate", - "stencilOp", - "stencilOpSeparate", - "step", - "stepDown", - "stepMismatch", - "stepUp", - "sticky", - "stitchTiles", - "stop", - "stop-color", - "stop-opacity", - "stopColor", - "stopImmediatePropagation", - "stopOpacity", - "stopPropagation", - "storageArea", - "storageName", - "storageStatus", - "storeSiteSpecificTrackingException", - "storeWebWideTrackingException", - "stpVersion", - "stream", - "strike", - "stringValue", - "stringify", - "stroke", - "stroke-dasharray", - "stroke-dashoffset", - "stroke-linecap", - "stroke-linejoin", - "stroke-miterlimit", - "stroke-opacity", - "stroke-width", - "strokeDasharray", - "strokeDashoffset", - "strokeLinecap", - "strokeLinejoin", - "strokeMiterlimit", - "strokeOpacity", - "strokeRect", - "strokeStyle", - "strokeText", - "strokeWidth", - "style", - "styleFloat", - "styleMedia", - "styleSheet", - "styleSheetSets", - "styleSheets", - "sub", - "subarray", - "subject", - "submit", - "subscribe", - "substr", - "substring", - "substringData", - "subtle", - "suffix", - "suffixes", - "summary", - "sup", - "supports", - "surfaceScale", - "surroundContents", - "suspend", - "suspendRedraw", - "swapCache", - "swapNode", - "sweepFlag", - "symbols", - "system", - "systemCode", - "systemId", - "systemLanguage", - "systemXDPI", - "systemYDPI", - "tBodies", - "tFoot", - "tHead", - "tabIndex", - "table", - "table-layout", - "tableLayout", - "tableValues", - "tag", - "tagName", - "tagUrn", - "tags", - "taintEnabled", - "takeRecords", - "tan", - "tanh", - "target", - "targetElement", - "targetTouches", - "targetX", - "targetY", - "tel", - "terminate", - "test", - "texImage2D", - "texParameterf", - "texParameteri", - "texSubImage2D", - "text", - "text-align", - "text-anchor", - "text-decoration", - "text-decoration-color", - "text-decoration-line", - "text-decoration-style", - "text-indent", - "text-overflow", - "text-rendering", - "text-shadow", - "text-transform", - "textAlign", - "textAlignLast", - "textAnchor", - "textAutospace", - "textBaseline", - "textContent", - "textDecoration", - "textDecorationBlink", - "textDecorationColor", - "textDecorationLine", - "textDecorationLineThrough", - "textDecorationNone", - "textDecorationOverline", - "textDecorationStyle", - "textDecorationUnderline", - "textIndent", - "textJustify", - "textJustifyTrim", - "textKashida", - "textKashidaSpace", - "textLength", - "textOverflow", - "textRendering", - "textShadow", - "textTracks", - "textTransform", - "textUnderlinePosition", - "then", - "threadId", - "threshold", - "tiltX", - "tiltY", - "time", - "timeEnd", - "timeStamp", - "timeout", - "timestamp", - "timestampOffset", - "timing", - "title", - "toArray", - "toBlob", - "toDataURL", - "toDateString", - "toElement", - "toExponential", - "toFixed", - "toFloat32Array", - "toFloat64Array", - "toGMTString", - "toISOString", - "toJSON", - "toLocaleDateString", - "toLocaleFormat", - "toLocaleLowerCase", - "toLocaleString", - "toLocaleTimeString", - "toLocaleUpperCase", - "toLowerCase", - "toMethod", - "toPrecision", - "toSdp", - "toSource", - "toStaticHTML", - "toString", - "toStringTag", - "toTimeString", - "toUTCString", - "toUpperCase", - "toggle", - "toggleLongPressEnabled", - "tooLong", - "toolbar", - "top", - "topMargin", - "total", - "totalFrameDelay", - "totalVideoFrames", - "touchAction", - "touches", - "trace", - "track", - "transaction", - "transactions", - "transform", - "transform-origin", - "transform-style", - "transformOrigin", - "transformPoint", - "transformString", - "transformStyle", - "transformToDocument", - "transformToFragment", - "transition", - "transition-delay", - "transition-duration", - "transition-property", - "transition-timing-function", - "transitionDelay", - "transitionDuration", - "transitionProperty", - "transitionTimingFunction", - "translate", - "translateSelf", - "translationX", - "translationY", - "trim", - "trimLeft", - "trimRight", - "trueSpeed", - "trunc", - "truncate", - "type", - "typeDetail", - "typeMismatch", - "typeMustMatch", - "types", - "ubound", - "undefined", - "unescape", - "uneval", - "unicode-bidi", - "unicodeBidi", - "uniform1f", - "uniform1fv", - "uniform1i", - "uniform1iv", - "uniform2f", - "uniform2fv", - "uniform2i", - "uniform2iv", - "uniform3f", - "uniform3fv", - "uniform3i", - "uniform3iv", - "uniform4f", - "uniform4fv", - "uniform4i", - "uniform4iv", - "uniformMatrix2fv", - "uniformMatrix3fv", - "uniformMatrix4fv", - "unique", - "uniqueID", - "uniqueNumber", - "unitType", - "units", - "unloadEventEnd", - "unloadEventStart", - "unlock", - "unmount", - "unobserve", - "unpause", - "unpauseAnimations", - "unreadCount", - "unregister", - "unregisterContentHandler", - "unregisterProtocolHandler", - "unscopables", - "unselectable", - "unshift", - "unsubscribe", - "unsuspendRedraw", - "unsuspendRedrawAll", - "unwatch", - "unwrapKey", - "update", - "updateCommands", - "updateIce", - "updateInterval", - "updateSettings", - "updated", - "updating", - "upload", - "upper", - "upperBound", - "upperOpen", - "uri", - "url", - "urn", - "urns", - "usages", - "useCurrentView", - "useMap", - "useProgram", - "usedSpace", - "userAgent", - "userLanguage", - "username", - "v8BreakIterator", - "vAlign", - "vLink", - "valid", - "validateProgram", - "validationMessage", - "validity", - "value", - "valueAsDate", - "valueAsNumber", - "valueAsString", - "valueInSpecifiedUnits", - "valueMissing", - "valueOf", - "valueText", - "valueType", - "values", - "vector-effect", - "vectorEffect", - "velocityAngular", - "velocityExpansion", - "velocityX", - "velocityY", - "vendor", - "vendorSub", - "verify", - "version", - "vertexAttrib1f", - "vertexAttrib1fv", - "vertexAttrib2f", - "vertexAttrib2fv", - "vertexAttrib3f", - "vertexAttrib3fv", - "vertexAttrib4f", - "vertexAttrib4fv", - "vertexAttribDivisorANGLE", - "vertexAttribPointer", - "vertical", - "vertical-align", - "verticalAlign", - "verticalOverflow", - "vibrate", - "videoHeight", - "videoTracks", - "videoWidth", - "view", - "viewBox", - "viewBoxString", - "viewTarget", - "viewTargetString", - "viewport", - "viewportAnchorX", - "viewportAnchorY", - "viewportElement", - "visibility", - "visibilityState", - "visible", - "vlinkColor", - "voice", - "volume", - "vrml", - "vspace", - "w", - "wand", - "warn", - "wasClean", - "watch", - "watchPosition", - "webdriver", - "webkitAddKey", - "webkitAnimation", - "webkitAnimationDelay", - "webkitAnimationDirection", - "webkitAnimationDuration", - "webkitAnimationFillMode", - "webkitAnimationIterationCount", - "webkitAnimationName", - "webkitAnimationPlayState", - "webkitAnimationTimingFunction", - "webkitAppearance", - "webkitAudioContext", - "webkitAudioDecodedByteCount", - "webkitAudioPannerNode", - "webkitBackfaceVisibility", - "webkitBackground", - "webkitBackgroundAttachment", - "webkitBackgroundClip", - "webkitBackgroundColor", - "webkitBackgroundImage", - "webkitBackgroundOrigin", - "webkitBackgroundPosition", - "webkitBackgroundPositionX", - "webkitBackgroundPositionY", - "webkitBackgroundRepeat", - "webkitBackgroundSize", - "webkitBackingStorePixelRatio", - "webkitBorderImage", - "webkitBorderImageOutset", - "webkitBorderImageRepeat", - "webkitBorderImageSlice", - "webkitBorderImageSource", - "webkitBorderImageWidth", - "webkitBoxAlign", - "webkitBoxDirection", - "webkitBoxFlex", - "webkitBoxOrdinalGroup", - "webkitBoxOrient", - "webkitBoxPack", - "webkitBoxSizing", - "webkitCancelAnimationFrame", - "webkitCancelFullScreen", - "webkitCancelKeyRequest", - "webkitCancelRequestAnimationFrame", - "webkitClearResourceTimings", - "webkitClosedCaptionsVisible", - "webkitConvertPointFromNodeToPage", - "webkitConvertPointFromPageToNode", - "webkitCreateShadowRoot", - "webkitCurrentFullScreenElement", - "webkitCurrentPlaybackTargetIsWireless", - "webkitDirectionInvertedFromDevice", - "webkitDisplayingFullscreen", - "webkitEnterFullScreen", - "webkitEnterFullscreen", - "webkitExitFullScreen", - "webkitExitFullscreen", - "webkitExitPointerLock", - "webkitFullScreenKeyboardInputAllowed", - "webkitFullscreenElement", - "webkitFullscreenEnabled", - "webkitGenerateKeyRequest", - "webkitGetAsEntry", - "webkitGetDatabaseNames", - "webkitGetEntries", - "webkitGetEntriesByName", - "webkitGetEntriesByType", - "webkitGetFlowByName", - "webkitGetGamepads", - "webkitGetImageDataHD", - "webkitGetNamedFlows", - "webkitGetRegionFlowRanges", - "webkitGetUserMedia", - "webkitHasClosedCaptions", - "webkitHidden", - "webkitIDBCursor", - "webkitIDBDatabase", - "webkitIDBDatabaseError", - "webkitIDBDatabaseException", - "webkitIDBFactory", - "webkitIDBIndex", - "webkitIDBKeyRange", - "webkitIDBObjectStore", - "webkitIDBRequest", - "webkitIDBTransaction", - "webkitImageSmoothingEnabled", - "webkitIndexedDB", - "webkitInitMessageEvent", - "webkitIsFullScreen", - "webkitKeys", - "webkitLineDashOffset", - "webkitLockOrientation", - "webkitMatchesSelector", - "webkitMediaStream", - "webkitNotifications", - "webkitOfflineAudioContext", - "webkitOrientation", - "webkitPeerConnection00", - "webkitPersistentStorage", - "webkitPointerLockElement", - "webkitPostMessage", - "webkitPreservesPitch", - "webkitPutImageDataHD", - "webkitRTCPeerConnection", - "webkitRegionOverset", - "webkitRequestAnimationFrame", - "webkitRequestFileSystem", - "webkitRequestFullScreen", - "webkitRequestFullscreen", - "webkitRequestPointerLock", - "webkitResolveLocalFileSystemURL", - "webkitSetMediaKeys", - "webkitSetResourceTimingBufferSize", - "webkitShadowRoot", - "webkitShowPlaybackTargetPicker", - "webkitSlice", - "webkitSpeechGrammar", - "webkitSpeechGrammarList", - "webkitSpeechRecognition", - "webkitSpeechRecognitionError", - "webkitSpeechRecognitionEvent", - "webkitStorageInfo", - "webkitSupportsFullscreen", - "webkitTemporaryStorage", - "webkitTextSizeAdjust", - "webkitTransform", - "webkitTransformOrigin", - "webkitTransition", - "webkitTransitionDelay", - "webkitTransitionDuration", - "webkitTransitionProperty", - "webkitTransitionTimingFunction", - "webkitURL", - "webkitUnlockOrientation", - "webkitUserSelect", - "webkitVideoDecodedByteCount", - "webkitVisibilityState", - "webkitWirelessVideoPlaybackDisabled", - "webkitdropzone", - "webstore", - "weight", - "whatToShow", - "wheelDelta", - "wheelDeltaX", - "wheelDeltaY", - "which", - "white-space", - "whiteSpace", - "wholeText", - "widows", - "width", - "will-change", - "willChange", - "willValidate", - "window", - "withCredentials", - "word-break", - "word-spacing", - "word-wrap", - "wordBreak", - "wordSpacing", - "wordWrap", - "wrap", - "wrapKey", - "write", - "writeln", - "writingMode", - "x", - "x1", - "x2", - "xChannelSelector", - "xmlEncoding", - "xmlStandalone", - "xmlVersion", - "xmlbase", - "xmllang", - "xmlspace", - "y", - "y1", - "y2", - "yChannelSelector", - "yandex", - "z", - "z-index", - "zIndex", - "zoom", - "zoomAndPan", - "zoomRectScreen" -] diff --git a/2019-setembro/node_modules/terser/tools/exit.js b/2019-setembro/node_modules/terser/tools/exit.js deleted file mode 100644 index 17048d8..0000000 --- a/2019-setembro/node_modules/terser/tools/exit.js +++ /dev/null @@ -1,15 +0,0 @@ -// workaround for tty output truncation upon process.exit() -var exit = process.exit; -process.exit = function() { - var args = [].slice.call(arguments); - process.once("uncaughtException", function() { - (function callback() { - if (process.stdout.bufferSize || process.stderr.bufferSize) { - setImmediate(callback); - } else { - exit.apply(process, args); - } - })(); - }); - throw exit; -}; diff --git a/2019-setembro/node_modules/terser/tools/node.js b/2019-setembro/node_modules/terser/tools/node.js deleted file mode 100644 index 0cec442..0000000 --- a/2019-setembro/node_modules/terser/tools/node.js +++ /dev/null @@ -1,22 +0,0 @@ -var fs = require("fs"); - -var bundle_path = __dirname + "/../dist/bundle.js"; -var UglifyJS = require(bundle_path); -module.exports = UglifyJS; - -function infer_options(options) { - var result = UglifyJS.minify("", options); - return result.error && result.error.defs; -} - -UglifyJS.default_options = function() { - var defs = {}; - Object.keys(infer_options({ 0: 0 })).forEach(function(component) { - var options = {}; - options[component] = { 0: 0 }; - if (options = infer_options(options)) { - defs[component] = options; - } - }); - return defs; -}; diff --git a/2019-setembro/node_modules/terser/tools/props.html b/2019-setembro/node_modules/terser/tools/props.html deleted file mode 100644 index 28b575f..0000000 --- a/2019-setembro/node_modules/terser/tools/props.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - diff --git a/2019-setembro/node_modules/terser/tools/terser.d.ts b/2019-setembro/node_modules/terser/tools/terser.d.ts deleted file mode 100644 index d57ace7..0000000 --- a/2019-setembro/node_modules/terser/tools/terser.d.ts +++ /dev/null @@ -1,790 +0,0 @@ -import { RawSourceMap } from 'source-map'; - -export type ECMA = 5 | 6 | 7 | 8 | 9; - -export interface ParseOptions { - bare_returns?: boolean; - ecma?: ECMA; - html5_comments?: boolean; - shebang?: boolean; -} - -export interface CompressOptions { - arguments?: boolean; - arrows?: boolean; - booleans?: boolean; - collapse_vars?: boolean; - comparisons?: boolean; - conditionals?: boolean; - dead_code?: boolean; - defaults?: boolean; - directives?: boolean; - drop_console?: boolean; - drop_debugger?: boolean; - evaluate?: boolean; - expression?: boolean; - global_defs?: object; - hoist_funs?: boolean; - hoist_props?: boolean; - hoist_vars?: boolean; - if_return?: boolean; - inline?: boolean | InlineFunctions; - join_vars?: boolean; - keep_classnames?: boolean | RegExp; - keep_fargs?: boolean; - keep_fnames?: boolean | RegExp; - keep_infinity?: boolean; - loops?: boolean; - negate_iife?: boolean; - passes?: number; - properties?: boolean; - pure_funcs?: string[]; - pure_getters?: boolean | 'strict'; - reduce_funcs?: boolean; - reduce_vars?: boolean; - sequences?: boolean | number; - side_effects?: boolean; - switches?: boolean; - toplevel?: boolean; - top_retain?: null | string | string[] | RegExp; - typeofs?: boolean; - unsafe?: boolean; - unsafe_arrows?: boolean; - unsafe_comps?: boolean; - unsafe_Function?: boolean; - unsafe_math?: boolean; - unsafe_methods?: boolean; - unsafe_proto?: boolean; - unsafe_regexp?: boolean; - unsafe_undefined?: boolean; - unused?: boolean; - warnings?: boolean; -} - -export enum InlineFunctions { - Disabled = 0, - SimpleFunctions = 1, - WithArguments = 2, - WithArgumentsAndVariables = 3 -} - -export interface MangleOptions { - eval?: boolean; - keep_classnames?: boolean | RegExp; - keep_fnames?: boolean | RegExp; - module?: boolean; - properties?: boolean | ManglePropertiesOptions; - reserved?: string[]; - safari10?: boolean; - toplevel?: boolean; -} - -export interface ManglePropertiesOptions { - builtins?: boolean; - debug?: boolean; - keep_quoted?: boolean; - regex?: RegExp; - reserved?: string[]; -} - -export interface OutputOptions { - ascii_only?: boolean; - beautify?: boolean; - braces?: boolean; - comments?: boolean | 'all' | 'some' | RegExp; - ecma?: ECMA; - indent_level?: number; - indent_start?: boolean; - inline_script?: boolean; - ie8?: boolean; - keep_quoted_props?: boolean; - max_line_len?: boolean; - preamble?: string; - quote_keys?: boolean; - quote_style?: OutputQuoteStyle; - safari10?: boolean; - semicolons?: boolean; - shebang?: boolean; - shorthand?: boolean; - source_map?: SourceMapOptions; - webkit?: boolean; - width?: number; - wrap_iife?: boolean; -} - -export enum OutputQuoteStyle { - PreferDouble = 0, - AlwaysSingle = 1, - AlwaysDouble = 2, - AlwaysOriginal = 3 -} - -export interface MinifyOptions { - compress?: boolean | CompressOptions; - ecma?: ECMA; - ie8?: boolean; - keep_classnames?: boolean | RegExp; - keep_fnames?: boolean | RegExp; - mangle?: boolean | MangleOptions; - module?: boolean; - nameCache?: object; - output?: OutputOptions; - parse?: ParseOptions; - safari10?: boolean; - sourceMap?: boolean | SourceMapOptions; - toplevel?: boolean; - warnings?: boolean | 'verbose'; -} - -export interface MinifyOutput { - ast?: AST_Node; - code?: string; - error?: Error; - map?: string; - warnings?: string[]; -} - -export interface SourceMapOptions { - content?: RawSourceMap; - includeSources?: boolean; - filename?: string; - root?: string; - url?: string | 'inline'; -} - -declare function parse(text: string, options?: ParseOptions): AST_Node; - -export class TreeWalker { - constructor(callback: (node: AST_Node, descend?: (node: AST_Node) => void) => boolean | undefined); - directives: object; - find_parent(type: AST_Node): AST_Node | undefined; - has_directive(type: string): boolean; - loopcontrol_target(node: AST_Node): AST_Node | undefined; - parent(n: number): AST_Node | undefined; - pop(): void; - push(node: AST_Node): void; - self(): AST_Node | undefined; - stack: AST_Node[]; - visit: (node: AST_Node, descend: boolean) => any; -} - -export class TreeTransformer extends TreeWalker { - constructor( - before: (node: AST_Node, descend?: (node: AST_Node, tw: TreeWalker) => void, in_list?: boolean) => AST_Node | undefined, - after?: (node: AST_Node, in_list?: boolean) => AST_Node | undefined - ); - before: (node: AST_Node) => AST_Node; - after?: (node: AST_Node) => AST_Node; -} - -export function push_uniq(array: T[], el: T): void; - -type DictEachCallback = (val: any, key: string) => any; - -export class Dictionary { - static fromObject(obj: object): Dictionary; - add(key: string, val: any): this; - clone(): Dictionary; - del(key: string): this; - each(fn: DictEachCallback): void; - get(key: string): any; - has(key: string): boolean; - map(fn: DictEachCallback): any[]; - set(key: string, val: any): this; - size(): number; -} - -export function minify(files: string | string[] | { [file: string]: string } | AST_Node, options?: MinifyOptions): MinifyOutput; - -export class AST_Node { - constructor(props?: object); - static BASE?: AST_Node; - static PROPS: string[]; - static SELF_PROPS: string[]; - static SUBCLASSES: AST_Node[]; - static documentation: string; - static propdoc?: Record; - static expressions?: AST_Node[]; - static warn?: (text: string, props: any) => void; - static from_mozilla_ast?: (node: AST_Node) => any; - walk: (visitor: TreeWalker) => void; - print_to_string: (options?: OutputOptions) => string; - transform: (tt: TreeTransformer, in_list?: boolean) => AST_Node; - TYPE: string; - CTOR: typeof AST_Node; -} - -declare class SymbolDef { - constructor(scope?: AST_Scope, orig?: object, init?: object); - name: string; - orig: AST_SymbolRef[]; - init: AST_SymbolRef; - eliminated: number; - scope: AST_Scope; - references: AST_SymbolRef[]; - replaced: number; - global: boolean; - export: boolean; - mangled_name: null | string; - undeclared: boolean; - id: number; -} - -type ArgType = AST_SymbolFunarg | AST_DefaultAssign | AST_Destructuring | AST_Expansion; - -declare class AST_Statement extends AST_Node { - constructor(props?: object); -} - -declare class AST_Debugger extends AST_Statement { - constructor(props?: object); -} - -declare class AST_Directive extends AST_Statement { - constructor(props?: object); - value: string; - quote: string; -} - -declare class AST_SimpleStatement extends AST_Statement { - constructor(props?: object); - body: AST_Node[]; -} - -declare class AST_Block extends AST_Statement { - constructor(props?: object); - body: AST_Node[]; - block_scope: AST_Scope | null; -} - -declare class AST_BlockStatement extends AST_Block { - constructor(props?: object); -} - -declare class AST_Scope extends AST_Block { - constructor(props?: object); - variables: any; - functions: any; - uses_with: boolean; - uses_eval: boolean; - parent_scope: AST_Scope | null; - enclosed: any; - cname: any; -} - -declare class AST_Toplevel extends AST_Scope { - constructor(props?: object); - globals: any; -} - -declare class AST_Lambda extends AST_Scope { - constructor(props?: object); - name: AST_SymbolDeclaration | null; - argnames: ArgType[]; - uses_arguments: boolean; - is_generator: boolean; - async: boolean; -} - -declare class AST_Accessor extends AST_Lambda { - constructor(props?: object); -} - -declare class AST_Function extends AST_Lambda { - constructor(props?: object); - inlined: boolean; -} - -declare class AST_Arrow extends AST_Lambda { - constructor(props?: object); - inlined: boolean; -} - -declare class AST_Defun extends AST_Lambda { - constructor(props?: object); - inlined: boolean; -} - -declare class AST_Class extends AST_Scope { - constructor(props?: object); - name: AST_SymbolClass | AST_SymbolDefClass | null; - extends: AST_Node | null; - properties: AST_ObjectProperty[]; - inlined: boolean; -} - -declare class AST_DefClass extends AST_Class { - constructor(props?: object); -} - -declare class AST_ClassExpression extends AST_Class { - constructor(props?: object); -} - -declare class AST_Switch extends AST_Block { - constructor(props?: object); - expression: AST_Node; -} - -declare class AST_SwitchBranch extends AST_Block { - constructor(props?: object); -} - -declare class AST_Default extends AST_SwitchBranch { - constructor(props?: object); -} - -declare class AST_Case extends AST_SwitchBranch { - constructor(props?: object); - expression: AST_Node; -} - -declare class AST_Try extends AST_Block { - constructor(props?: object); - bcatch: AST_Catch; - bfinally: null | AST_Finally; -} - -declare class AST_Catch extends AST_Block { - constructor(props?: object); - argname: ArgType; -} - -declare class AST_Finally extends AST_Block { - constructor(props?: object); -} - -declare class AST_EmptyStatement extends AST_Statement { - constructor(props?: object); -} - -declare class AST_StatementWithBody extends AST_Statement { - constructor(props?: object); - body: AST_Node[]; -} - -declare class AST_LabeledStatement extends AST_StatementWithBody { - constructor(props?: object); - label: AST_Label; -} - -declare class AST_IterationStatement extends AST_StatementWithBody { - constructor(props?: object); - block_scope: AST_Scope | null; -} - -declare class AST_DWLoop extends AST_IterationStatement { - constructor(props?: object); - condition: AST_Node; -} - -declare class AST_Do extends AST_DWLoop { - constructor(props?: object); -} - -declare class AST_While extends AST_DWLoop { - constructor(props?: object); -} - -declare class AST_For extends AST_IterationStatement { - constructor(props?: object); - init: AST_Node | null; - condition: AST_Node | null; - step: AST_Node | null; -} - -declare class AST_ForIn extends AST_IterationStatement { - constructor(props?: object); - init: AST_Node | null; - object: AST_Node; -} - -declare class AST_ForOf extends AST_ForIn { - constructor(props?: object); - await: boolean; -} - -declare class AST_With extends AST_StatementWithBody { - constructor(props?: object); - expression: AST_Node; -} - -declare class AST_If extends AST_StatementWithBody { - constructor(props?: object); - condition: AST_Node; - alternative: AST_Node | null; -} - -declare class AST_Jump extends AST_Statement { - constructor(props?: object); -} - -declare class AST_Exit extends AST_Jump { - constructor(props?: object); - value: AST_Node | null; -} - -declare class AST_Return extends AST_Exit { - constructor(props?: object); -} - -declare class AST_Throw extends AST_Exit { - constructor(props?: object); -} - -declare class AST_LoopControl extends AST_Jump { - constructor(props?: object); - label: null | AST_LabelRef; -} - -declare class AST_Break extends AST_LoopControl { - constructor(props?: object); -} - -declare class AST_Continue extends AST_LoopControl { - constructor(props?: object); -} - -declare class AST_Definitions extends AST_Statement { - constructor(props?: object); - definitions: AST_VarDef[]; -} - -declare class AST_Var extends AST_Definitions { - constructor(props?: object); -} - -declare class AST_Let extends AST_Definitions { - constructor(props?: object); -} - -declare class AST_Const extends AST_Definitions { - constructor(props?: object); -} - -declare class AST_Export extends AST_Statement { - constructor(props?: object); - exported_definition: AST_Definitions | AST_Lambda | AST_DefClass | null; - exported_value: AST_Node | null; - is_default: boolean; - exported_names: AST_NameMapping[]; - module_name: AST_String; -} - -declare class AST_Expansion extends AST_Node { - constructor(props?: object); - expression: AST_Node; -} - -declare class AST_Destructuring extends AST_Node { - constructor(props?: object); - names: AST_Node[]; - is_array: boolean; -} - -declare class AST_PrefixedTemplateString extends AST_Node { - constructor(props?: object); - template_string: AST_TemplateString; - prefix: AST_Node; -} - -declare class AST_TemplateString extends AST_Node { - constructor(props?: object); - segments: AST_Node[]; -} - -declare class AST_TemplateSegment extends AST_Node { - constructor(props?: object); - value: string; - raw: string; -} - -declare class AST_NameMapping extends AST_Node { - constructor(props?: object); - foreign_name: AST_Symbol; - name: AST_SymbolExport | AST_SymbolImport; -} - -declare class AST_Import extends AST_Node { - constructor(props?: object); - imported_name: null | AST_SymbolImport; - imported_names: AST_NameMapping[]; - module_name: AST_String; -} - -declare class AST_VarDef extends AST_Node { - constructor(props?: object); - name: AST_Destructuring | AST_SymbolConst | AST_SymbolLet | AST_SymbolVar; - value: AST_Node | null; -} - -declare class AST_Call extends AST_Node { - constructor(props?: object); - expression: AST_Node; - args: AST_Node[]; -} - -declare class AST_New extends AST_Call { - constructor(props?: object); -} - -declare class AST_Sequence extends AST_Node { - constructor(props?: object); - expressions: AST_Node[]; -} - -declare class AST_PropAccess extends AST_Node { - constructor(props?: object); - expression: AST_Node; - property: AST_Node | string; -} - -declare class AST_Dot extends AST_PropAccess { - constructor(props?: object); -} - -declare class AST_Sub extends AST_PropAccess { - constructor(props?: object); -} - -declare class AST_Unary extends AST_Node { - constructor(props?: object); - operator: string; - expression: AST_Node; -} - -declare class AST_UnaryPrefix extends AST_Unary { - constructor(props?: object); -} - -declare class AST_UnaryPostfix extends AST_Unary { - constructor(props?: object); -} - -declare class AST_Binary extends AST_Node { - constructor(props?: object); - operator: string; - left: AST_Node; - right: AST_Node; -} - -declare class AST_Assign extends AST_Binary { - constructor(props?: object); -} - -declare class AST_DefaultAssign extends AST_Binary { - constructor(props?: object); -} - -declare class AST_Conditional extends AST_Node { - constructor(props?: object); - condition: AST_Node; - consequent: AST_Node; - alternative: AST_Node; -} - -declare class AST_Array extends AST_Node { - constructor(props?: object); - elements: AST_Node[]; -} - -declare class AST_Object extends AST_Node { - constructor(props?: object); - properties: AST_ObjectProperty[]; -} - -declare class AST_ObjectProperty extends AST_Node { - constructor(props?: object); - key: string | number | AST_Node; - value: AST_Node; -} - -declare class AST_ObjectKeyVal extends AST_ObjectProperty { - constructor(props?: object); - quote: string; -} - -declare class AST_ObjectSetter extends AST_ObjectProperty { - constructor(props?: object); - quote: string; - static: boolean; -} - -declare class AST_ObjectGetter extends AST_ObjectProperty { - constructor(props?: object); - quote: string; - static: boolean; -} - -declare class AST_ConciseMethod extends AST_ObjectProperty { - constructor(props?: object); - quote: string; - static: boolean; - is_generator: boolean; - async: boolean; -} - -declare class AST_Symbol extends AST_Node { - constructor(props?: object); - scope: AST_Scope; - name: string; - thedef: SymbolDef; -} - -declare class AST_SymbolDeclaration extends AST_Symbol { - constructor(props?: object); - init: AST_Node | null; -} - -declare class AST_SymbolVar extends AST_SymbolDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolFunarg extends AST_SymbolVar { - constructor(props?: object); -} - -declare class AST_SymbolBlockDeclaration extends AST_SymbolDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolConst extends AST_SymbolBlockDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolLet extends AST_SymbolBlockDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolDefClass extends AST_SymbolBlockDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolCatch extends AST_SymbolBlockDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolImport extends AST_SymbolBlockDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolDefun extends AST_SymbolDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolLambda extends AST_SymbolDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolClass extends AST_SymbolDeclaration { - constructor(props?: object); -} - -declare class AST_SymbolMethod extends AST_Symbol { - constructor(props?: object); -} - -declare class AST_SymbolImportForeign extends AST_Symbol { - constructor(props?: object); -} - -declare class AST_Label extends AST_Symbol { - constructor(props?: object); - references: AST_LoopControl | null; -} - -declare class AST_SymbolRef extends AST_Symbol { - constructor(props?: object); -} - -declare class AST_SymbolExport extends AST_SymbolRef { - constructor(props?: object); -} - -declare class AST_SymbolExportForeign extends AST_Symbol { - constructor(props?: object); -} - -declare class AST_LabelRef extends AST_Symbol { - constructor(props?: object); -} - -declare class AST_This extends AST_Symbol { - constructor(props?: object); -} - -declare class AST_Super extends AST_This { - constructor(props?: object); -} - -declare class AST_NewTarget extends AST_Node { - constructor(props?: object); -} - -declare class AST_Constant extends AST_Node { - constructor(props?: object); -} - -declare class AST_String extends AST_Constant { - constructor(props?: object); - value: string; - quote: string; -} - -declare class AST_Number extends AST_Constant { - constructor(props?: object); - value: number; - literal: string; -} - -declare class AST_RegExp extends AST_Constant { - constructor(props?: object); - value: RegExp; -} - -declare class AST_Atom extends AST_Constant { - constructor(props?: object); -} - -declare class AST_Null extends AST_Atom { - constructor(props?: object); -} - -declare class AST_NaN extends AST_Atom { - constructor(props?: object); -} - -declare class AST_Undefined extends AST_Atom { - constructor(props?: object); -} - -declare class AST_Hole extends AST_Atom { - constructor(props?: object); -} - -declare class AST_Infinity extends AST_Atom { - constructor(props?: object); -} - -declare class AST_Boolean extends AST_Atom { - constructor(props?: object); -} - -declare class AST_False extends AST_Boolean { - constructor(props?: object); -} - -declare class AST_True extends AST_Boolean { - constructor(props?: object); -} - -declare class AST_Await extends AST_Node { - constructor(props?: object); - expression: AST_Node; -} - -declare class AST_Yield extends AST_Node { - constructor(props?: object); - expression: AST_Node; - is_star: boolean; -} diff --git a/2019-setembro/node_modules/tinydate/dist/tinydate.js b/2019-setembro/node_modules/tinydate/dist/tinydate.js deleted file mode 100644 index aba3e43..0000000 --- a/2019-setembro/node_modules/tinydate/dist/tinydate.js +++ /dev/null @@ -1,40 +0,0 @@ -var RGX = /([^{]*?)\w(?=\})/g; - -var MAP = { - YYYY: 'getFullYear', - YY: 'getYear', - MM: function (d) { - return d.getMonth() + 1; - }, - DD: 'getDate', - HH: 'getHours', - mm: 'getMinutes', - ss: 'getSeconds', - fff: 'getMilliseconds' -}; - -module.exports = function (str, custom) { - var parts=[], offset=0; - - str.replace(RGX, function (key, _, idx) { - // save preceding string - parts.push(str.substring(offset, idx - 1)); - offset = idx += key.length + 1; - // save function - parts.push(custom && custom[key] || function (d) { - return ('00' + (typeof MAP[key] === 'string' ? d[MAP[key]]() : MAP[key](d))).slice(-key.length); - }); - }); - - if (offset !== str.length) { - parts.push(str.substring(offset)); - } - - return function (arg) { - var out='', i=0, d=arg||new Date(); - for (; i (lukeed.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/tinydate/package.json b/2019-setembro/node_modules/tinydate/package.json deleted file mode 100644 index 8a377c6..0000000 --- a/2019-setembro/node_modules/tinydate/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "tinydate", - "version": "1.2.0", - "repository": "lukeed/tinydate", - "description": "A tiny (349B) reusable date formatter. Extremely fast!", - "unpkg": "dist/tinydate.min.js", - "module": "dist/tinydate.mjs", - "main": "dist/tinydate.js", - "license": "MIT", - "author": { - "name": "Luke Edwards", - "email": "luke.edwards05@gmail.com", - "url": "lukeed.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "build": "bundt", - "bench": "node bench", - "prebench": "npm run build", - "pretest": "npm run build", - "test": "tape test/*.js | tap-spec" - }, - "files": [ - "dist" - ], - "keywords": [ - "date", - "datestamp", - "format", - "stamp", - "time", - "timestamp", - "time-stamp" - ], - "devDependencies": { - "bundt": "0.4.0", - "tap-spec": "5.0.0", - "tape": "4.11.0" - } -} diff --git a/2019-setembro/node_modules/tinydate/readme.md b/2019-setembro/node_modules/tinydate/readme.md deleted file mode 100644 index aa15f95..0000000 --- a/2019-setembro/node_modules/tinydate/readme.md +++ /dev/null @@ -1,104 +0,0 @@ -# tinydate [![Build Status](https://badgen.now.sh/travis/lukeed/tinydate)](https://travis-ci.org/lukeed/tinydate) - -> A tiny (349B) reusable date formatter. Extremely fast! - -[Demo](https://jsfiddle.net/lukeed/aoy0xeze/) - -Inspired by [`tinytime`][tinytime], this module returns a "render" function that efficiently re-render your deconstructed template. This allows for [incredibly performant](#benchmarks) results! - -However, please notice that this only provides a [limited subset of Date methods](#patterns).
    -If you need more, [`tinytime`][tinytime] or [`date-fns`](https://github.com/date-fns/date-fns) are great alternatives! - -## Install - -``` -$ npm install --save tinydate -``` - - -## Usage - -```js -const tinydate = require('tinydate'); -const fooDate = new Date('5/1/2017, 4:30:09 PM'); - -const stamp = tinydate('Current time: [{HH}:{mm}:{ss}]'); - -stamp(fooDate); -//=> Current time: [16:30:09] - -stamp(); -//=> Current time: [17:09:34] -``` - - -## API - -### tinydate(pattern, dict?)(date?) -Returns: `Function` - -Returns a rendering function that will optionally accept a [`date`](#date) value as its only argument. - -#### pattern -Type: `String`
    -Required: `true` - -The template pattern to be parsed. - -#### dict -Type: `Object`
    -Required: `false` - -A custom dictionary of template patterns. You may override [existing patterns](#patterns) or declare new ones. - -> **Important:** All dictionary items **must be a function** and must control its own formatting.
    For example, when defining your own `{ss}` template, `tinydate` **will not** pad its value to two digits. - -```js -const today = new Date('2019-07-04, 5:30:00 PM'); - -// Example custom dictionary: -// - Adds {MMMM} -// - Overrides {DD} -const stamp = tinydate('Today is: {MMMM} {DD}, {YYYY}', { - MMMM: d => d.toLocaleString('default', { month: 'long' }), - DD: d => d.getDate() -}); - -stamp(today); -//=> 'Today is: July 4, 2019' -``` - -#### date -Type: `Date`
    -Default: `new Date()` - -The date from which to retrieve values. Defaults to current datetime if no value is provided. - - -## Patterns - -- `{YYYY}`: full year; eg: **2017** -- `{YY}`: short year; eg: **17** -- `{MM}`: month; eg: **04** -- `{DD}`: day; eg: **01** -- `{HH}`: hours; eg: **06** (24h) -- `{mm}`: minutes; eg: **59** -- `{ss}`: seconds; eg: **09** -- `{fff}`: milliseconds; eg: **555** - - -## Benchmarks - -``` -# Node v10.13.0 - -tinydate x 160,834,214 ops/sec ±0.21% (96 runs sampled) -tinytime x 44,602,162 ops/sec ±0.34% (97 runs sampled) -time-stamp x 888,153 ops/sec ±1.27% (86 runs sampled) -``` - -## License - -MIT © [Luke Edwards](https://lukeed.com) - -[tinytime]: https://github.com/aweary/tinytime diff --git a/2019-setembro/node_modules/to-object-path/LICENSE b/2019-setembro/node_modules/to-object-path/LICENSE deleted file mode 100644 index 1e49edf..0000000 --- a/2019-setembro/node_modules/to-object-path/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-object-path/README.md b/2019-setembro/node_modules/to-object-path/README.md deleted file mode 100644 index 7f3cfb1..0000000 --- a/2019-setembro/node_modules/to-object-path/README.md +++ /dev/null @@ -1,71 +0,0 @@ -# to-object-path [![NPM version](https://badge.fury.io/js/to-object-path.svg)](http://badge.fury.io/js/to-object-path) - -> Create an object path from a list or array of strings. - -## Install - -Install with [npm](https://www.npmjs.com/) - -```sh -$ npm i to-object-path --save -``` - -## Usage - -```js -var toPath = require('to-object-path'); - -toPath('foo', 'bar', 'baz'); -toPath('foo', ['bar', 'baz']); -//=> 'foo.bar.baz' -``` - -Also supports passing an arguments object (without having to slice args): - -```js -function foo() - return toPath(arguments); -} - -foo('foo', 'bar', 'baz'); -foo('foo', ['bar', 'baz']); -//=> 'foo.bar.baz' -``` - -Visit the [example](./example.js) to see how this could be used in an application. - -## Related projects - -* [get-value](https://www.npmjs.com/package/get-value): Use property paths (` a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value) -* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://www.npmjs.com/package/has-value) | [homepage](https://github.com/jonschlinkert/has-value) -* [omit-value](https://www.npmjs.com/package/omit-value): Omit properties from an object or deeply nested property of an object using object path… [more](https://www.npmjs.com/package/omit-value) | [homepage](https://github.com/jonschlinkert/omit-value) -* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value) -* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value) - -## Running tests - -Install dev dependencies: - -```sh -$ npm i -d && npm test -``` - -## Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/to-object-path/issues/new). - -## Author - -**Jon Schlinkert** - -+ [github/jonschlinkert](https://github.com/jonschlinkert) -+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -## License - -Copyright © 2015 Jon Schlinkert -Released under the MIT license. - -*** - -_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 28, 2015._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-object-path/index.js b/2019-setembro/node_modules/to-object-path/index.js deleted file mode 100644 index 489f8f6..0000000 --- a/2019-setembro/node_modules/to-object-path/index.js +++ /dev/null @@ -1,33 +0,0 @@ -/*! - * to-object-path - * - * Copyright (c) 2015, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -var typeOf = require('kind-of'); - -module.exports = function toPath(args) { - if (typeOf(args) !== 'arguments') { - args = arguments; - } - return filter(args).join('.'); -}; - -function filter(arr) { - var len = arr.length; - var idx = -1; - var res = []; - - while (++idx < len) { - var ele = arr[idx]; - if (typeOf(ele) === 'arguments' || Array.isArray(ele)) { - res.push.apply(res, filter(ele)); - } else if (typeof ele === 'string') { - res.push(ele); - } - } - return res; -} diff --git a/2019-setembro/node_modules/to-object-path/package.json b/2019-setembro/node_modules/to-object-path/package.json deleted file mode 100644 index 2fe341b..0000000 --- a/2019-setembro/node_modules/to-object-path/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "to-object-path", - "description": "Create an object path from a list or array of strings.", - "version": "0.3.0", - "homepage": "https://github.com/jonschlinkert/to-object-path", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/to-object-path", - "bugs": { - "url": "https://github.com/jonschlinkert/to-object-path/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "kind-of": "^3.0.2" - }, - "devDependencies": { - "base": "^0.6.7", - "mocha": "*" - }, - "keywords": [ - "dot", - "nested", - "notation", - "object", - "path", - "stringify" - ], - "verb": { - "related": { - "list": [ - "get-value", - "set-value", - "has-value", - "omit-value", - "unset-value" - ] - } - } -} diff --git a/2019-setembro/node_modules/to-regex-range/LICENSE b/2019-setembro/node_modules/to-regex-range/LICENSE deleted file mode 100644 index 83b56e7..0000000 --- a/2019-setembro/node_modules/to-regex-range/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-regex-range/README.md b/2019-setembro/node_modules/to-regex-range/README.md deleted file mode 100644 index 2763c5a..0000000 --- a/2019-setembro/node_modules/to-regex-range/README.md +++ /dev/null @@ -1,281 +0,0 @@ -# to-regex-range [![NPM version](https://img.shields.io/npm/v/to-regex-range.svg?style=flat)](https://www.npmjs.com/package/to-regex-range) [![NPM monthly downloads](https://img.shields.io/npm/dm/to-regex-range.svg?style=flat)](https://npmjs.org/package/to-regex-range) [![NPM total downloads](https://img.shields.io/npm/dt/to-regex-range.svg?style=flat)](https://npmjs.org/package/to-regex-range) [![Linux Build Status](https://img.shields.io/travis/micromatch/to-regex-range.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/to-regex-range) - -> Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save to-regex-range -``` - -Install with [yarn](https://yarnpkg.com): - -```sh -$ yarn add to-regex-range -``` - -
    -What does this do? - -
    - -This libary generates the `source` string to be passed to `new RegExp()` for matching a range of numbers. - -**Example** - -```js -var toRegexRange = require('to-regex-range'); -var regex = new RegExp(toRegexRange('15', '95')); -``` - -A string is returned so that you can do whatever you need with it before passing it to `new RegExp()` (like adding `^` or `$` boundaries, defining flags, or combining it another string). - -
    - -
    - -
    -Why use this library? - -
    - -### Convenience - -Creating regular expressions for matching numbers gets deceptively complicated pretty fast. - -For example, let's say you need a validation regex for matching part of a user-id, postal code, social security number, tax id, etc: - -* regex for matching `1` => `/1/` (easy enough) -* regex for matching `1` through `5` => `/[1-5]/` (not bad...) -* regex for matching `1` or `5` => `/(1|5)/` (still easy...) -* regex for matching `1` through `50` => `/([1-9]|[1-4][0-9]|50)/` (uh-oh...) -* regex for matching `1` through `55` => `/([1-9]|[1-4][0-9]|5[0-5])/` (no prob, I can do this...) -* regex for matching `1` through `555` => `/([1-9]|[1-9][0-9]|[1-4][0-9]{2}|5[0-4][0-9]|55[0-5])/` (maybe not...) -* regex for matching `0001` through `5555` => `/(0{3}[1-9]|0{2}[1-9][0-9]|0[1-9][0-9]{2}|[1-4][0-9]{3}|5[0-4][0-9]{2}|55[0-4][0-9]|555[0-5])/` (okay, I get the point!) - -The numbers are contrived, but they're also really basic. In the real world you might need to generate a regex on-the-fly for validation. - -**Learn more** - -If you're interested in learning more about [character classes](http://www.regular-expressions.info/charclass.html) and other regex features, I personally have always found [regular-expressions.info](http://www.regular-expressions.info/charclass.html) to be pretty useful. - -### Heavily tested - -As of April 27, 2017, this library runs [2,783,483 test assertions](./test/test.js) against generated regex-ranges to provide brute-force verification that results are indeed correct. - -Tests run in ~870ms on my MacBook Pro, 2.5 GHz Intel Core i7. - -### Highly optimized - -Generated regular expressions are highly optimized: - -* duplicate sequences and character classes are reduced using quantifiers -* smart enough to use `?` conditionals when number(s) or range(s) can be positive or negative -* uses fragment caching to avoid processing the same exact string more than once - -
    - -
    - -## Usage - -Add this library to your javascript application with the following line of code - -```js -var toRegexRange = require('to-regex-range'); -``` - -The main export is a function that takes two integers: the `min` value and `max` value (formatted as strings or numbers). - -```js -var source = toRegexRange('15', '95'); -//=> 1[5-9]|[2-8][0-9]|9[0-5] - -var re = new RegExp('^' + source + '$'); -console.log(re.test('14')); //=> false -console.log(re.test('50')); //=> true -console.log(re.test('94')); //=> true -console.log(re.test('96')); //=> false -``` - -## Options - -### options.capture - -**Type**: `boolean` - -**Deafault**: `undefined` - -Wrap the returned value in parentheses when there is more than one regex condition. Useful when you're dynamically generating ranges. - -```js -console.log(toRegexRange('-10', '10')); -//=> -[1-9]|-?10|[0-9] - -console.log(toRegexRange('-10', '10', {capture: true})); -//=> (-[1-9]|-?10|[0-9]) -``` - -### options.shorthand - -**Type**: `boolean` - -**Deafault**: `undefined` - -Use the regex shorthand for `[0-9]`: - -```js -console.log(toRegexRange('0', '999999')); -//=> [0-9]|[1-9][0-9]{1,5} - -console.log(toRegexRange('0', '999999', {shorthand: true})); -//=> \d|[1-9]\d{1,5} -``` - -### options.relaxZeros - -**Type**: `boolean` - -**Default**: `true` - -This option only applies to **negative zero-padded ranges**. By default, when a negative zero-padded range is defined, the number of leading zeros is relaxed using `-0*`. - -```js -console.log(toRegexRange('-001', '100')); -//=> -0*1|0{2}[0-9]|0[1-9][0-9]|100 - -console.log(toRegexRange('-001', '100', {relaxZeros: false})); -//=> -0{2}1|0{2}[0-9]|0[1-9][0-9]|100 -``` - -
    -Why are zeros relaxed for negative zero-padded ranges by default? - -Consider the following. - -```js -var regex = toRegexRange('-001', '100'); -``` - -_Note that `-001` and `100` are both three digits long_. - -In most zero-padding implementations, only a single leading zero is enough to indicate that zero-padding should be applied. Thus, the leading zeros would be "corrected" on the negative range in the example to `-01`, instead of `-001`, to make total length of each string no greater than the length of the largest number in the range (in other words, `-001` is 4 digits, but `100` is only three digits). - -If zeros were not relaxed by default, you might expect the resulting regex of the above pattern to match `-001` - given that it's defined that way in the arguments - _but it wouldn't_. It would, however, match `-01`. This gets even more ambiguous with large ranges, like `-01` to `1000000`. - -Thus, we relax zeros by default to provide a more predictable experience for users. - -
    - -## Examples - -| **Range** | **Result** | **Compile time** | -| --- | --- | --- | -| `toRegexRange('5, 5')` | `5` | _33μs_ | -| `toRegexRange('5, 6')` | `5\|6` | _53μs_ | -| `toRegexRange('29, 51')` | `29\|[34][0-9]\|5[01]` | _699μs_ | -| `toRegexRange('31, 877')` | `3[1-9]\|[4-9][0-9]\|[1-7][0-9]{2}\|8[0-6][0-9]\|87[0-7]` | _711μs_ | -| `toRegexRange('111, 555')` | `11[1-9]\|1[2-9][0-9]\|[2-4][0-9]{2}\|5[0-4][0-9]\|55[0-5]` | _62μs_ | -| `toRegexRange('-10, 10')` | `-[1-9]\|-?10\|[0-9]` | _74μs_ | -| `toRegexRange('-100, -10')` | `-1[0-9]\|-[2-9][0-9]\|-100` | _49μs_ | -| `toRegexRange('-100, 100')` | `-[1-9]\|-?[1-9][0-9]\|-?100\|[0-9]` | _45μs_ | -| `toRegexRange('001, 100')` | `0{2}[1-9]\|0[1-9][0-9]\|100` | _158μs_ | -| `toRegexRange('0010, 1000')` | `0{2}1[0-9]\|0{2}[2-9][0-9]\|0[1-9][0-9]{2}\|1000` | _61μs_ | -| `toRegexRange('1, 2')` | `1\|2` | _10μs_ | -| `toRegexRange('1, 5')` | `[1-5]` | _24μs_ | -| `toRegexRange('1, 10')` | `[1-9]\|10` | _23μs_ | -| `toRegexRange('1, 100')` | `[1-9]\|[1-9][0-9]\|100` | _30μs_ | -| `toRegexRange('1, 1000')` | `[1-9]\|[1-9][0-9]{1,2}\|1000` | _52μs_ | -| `toRegexRange('1, 10000')` | `[1-9]\|[1-9][0-9]{1,3}\|10000` | _47μs_ | -| `toRegexRange('1, 100000')` | `[1-9]\|[1-9][0-9]{1,4}\|100000` | _44μs_ | -| `toRegexRange('1, 1000000')` | `[1-9]\|[1-9][0-9]{1,5}\|1000000` | _49μs_ | -| `toRegexRange('1, 10000000')` | `[1-9]\|[1-9][0-9]{1,6}\|10000000` | _63μs_ | - -## Heads up! - -**Order of arguments** - -When the `min` is larger than the `max`, values will be flipped to create a valid range: - -```js -toRegexRange('51', '29'); -``` - -Is effectively flipped to: - -```js -toRegexRange('29', '51'); -//=> 29|[3-4][0-9]|5[0-1] -``` - -**Steps / increments** - -This library does not support steps (increments). A pr to add support would be welcome. - -## History - -### v2.0.0 - 2017-04-21 - -**New features** - -Adds support for zero-padding! - -### v1.0.0 - -**Optimizations** - -Repeating ranges are now grouped using quantifiers. rocessing time is roughly the same, but the generated regex is much smaller, which should result in faster matching. - -## Attribution - -Inspired by the python library [range-regex](https://github.com/dimka665/range-regex). - -## About - -### Related projects - -* [expand-range](https://www.npmjs.com/package/expand-range): Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See… [more](https://github.com/jonschlinkert/expand-range) | [homepage](https://github.com/jonschlinkert/expand-range "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.") -* [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`") -* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.") -* [repeat-element](https://www.npmjs.com/package/repeat-element): Create an array by repeating the given value n times. | [homepage](https://github.com/jonschlinkert/repeat-element "Create an array by repeating the given value n times.") -* [repeat-string](https://www.npmjs.com/package/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string. | [homepage](https://github.com/jonschlinkert/repeat-string "Repeat the given string n times. Fastest implementation for repeating a string.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on April 27, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex-range/index.js b/2019-setembro/node_modules/to-regex-range/index.js deleted file mode 100644 index 7bb5a74..0000000 --- a/2019-setembro/node_modules/to-regex-range/index.js +++ /dev/null @@ -1,294 +0,0 @@ -/*! - * to-regex-range - * - * Copyright (c) 2015, 2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var repeat = require('repeat-string'); -var isNumber = require('is-number'); -var cache = {}; - -function toRegexRange(min, max, options) { - if (isNumber(min) === false) { - throw new RangeError('toRegexRange: first argument is invalid.'); - } - - if (typeof max === 'undefined' || min === max) { - return String(min); - } - - if (isNumber(max) === false) { - throw new RangeError('toRegexRange: second argument is invalid.'); - } - - options = options || {}; - var relax = String(options.relaxZeros); - var shorthand = String(options.shorthand); - var capture = String(options.capture); - var key = min + ':' + max + '=' + relax + shorthand + capture; - if (cache.hasOwnProperty(key)) { - return cache[key].result; - } - - var a = Math.min(min, max); - var b = Math.max(min, max); - - if (Math.abs(a - b) === 1) { - var result = min + '|' + max; - if (options.capture) { - return '(' + result + ')'; - } - return result; - } - - var isPadded = padding(min) || padding(max); - var positives = []; - var negatives = []; - - var tok = {min: min, max: max, a: a, b: b}; - if (isPadded) { - tok.isPadded = isPadded; - tok.maxLen = String(tok.max).length; - } - - if (a < 0) { - var newMin = b < 0 ? Math.abs(b) : 1; - var newMax = Math.abs(a); - negatives = splitToPatterns(newMin, newMax, tok, options); - a = tok.a = 0; - } - - if (b >= 0) { - positives = splitToPatterns(a, b, tok, options); - } - - tok.negatives = negatives; - tok.positives = positives; - tok.result = siftPatterns(negatives, positives, options); - - if (options.capture && (positives.length + negatives.length) > 1) { - tok.result = '(' + tok.result + ')'; - } - - cache[key] = tok; - return tok.result; -} - -function siftPatterns(neg, pos, options) { - var onlyNegative = filterPatterns(neg, pos, '-', false, options) || []; - var onlyPositive = filterPatterns(pos, neg, '', false, options) || []; - var intersected = filterPatterns(neg, pos, '-?', true, options) || []; - var subpatterns = onlyNegative.concat(intersected).concat(onlyPositive); - return subpatterns.join('|'); -} - -function splitToRanges(min, max) { - min = Number(min); - max = Number(max); - - var nines = 1; - var stops = [max]; - var stop = +countNines(min, nines); - - while (min <= stop && stop <= max) { - stops = push(stops, stop); - nines += 1; - stop = +countNines(min, nines); - } - - var zeros = 1; - stop = countZeros(max + 1, zeros) - 1; - - while (min < stop && stop <= max) { - stops = push(stops, stop); - zeros += 1; - stop = countZeros(max + 1, zeros) - 1; - } - - stops.sort(compare); - return stops; -} - -/** - * Convert a range to a regex pattern - * @param {Number} `start` - * @param {Number} `stop` - * @return {String} - */ - -function rangeToPattern(start, stop, options) { - if (start === stop) { - return {pattern: String(start), digits: []}; - } - - var zipped = zip(String(start), String(stop)); - var len = zipped.length, i = -1; - - var pattern = ''; - var digits = 0; - - while (++i < len) { - var numbers = zipped[i]; - var startDigit = numbers[0]; - var stopDigit = numbers[1]; - - if (startDigit === stopDigit) { - pattern += startDigit; - - } else if (startDigit !== '0' || stopDigit !== '9') { - pattern += toCharacterClass(startDigit, stopDigit); - - } else { - digits += 1; - } - } - - if (digits) { - pattern += options.shorthand ? '\\d' : '[0-9]'; - } - - return { pattern: pattern, digits: [digits] }; -} - -function splitToPatterns(min, max, tok, options) { - var ranges = splitToRanges(min, max); - var len = ranges.length; - var idx = -1; - - var tokens = []; - var start = min; - var prev; - - while (++idx < len) { - var range = ranges[idx]; - var obj = rangeToPattern(start, range, options); - var zeros = ''; - - if (!tok.isPadded && prev && prev.pattern === obj.pattern) { - if (prev.digits.length > 1) { - prev.digits.pop(); - } - prev.digits.push(obj.digits[0]); - prev.string = prev.pattern + toQuantifier(prev.digits); - start = range + 1; - continue; - } - - if (tok.isPadded) { - zeros = padZeros(range, tok); - } - - obj.string = zeros + obj.pattern + toQuantifier(obj.digits); - tokens.push(obj); - start = range + 1; - prev = obj; - } - - return tokens; -} - -function filterPatterns(arr, comparison, prefix, intersection, options) { - var res = []; - - for (var i = 0; i < arr.length; i++) { - var tok = arr[i]; - var ele = tok.string; - - if (options.relaxZeros !== false) { - if (prefix === '-' && ele.charAt(0) === '0') { - if (ele.charAt(1) === '{') { - ele = '0*' + ele.replace(/^0\{\d+\}/, ''); - } else { - ele = '0*' + ele.slice(1); - } - } - } - - if (!intersection && !contains(comparison, 'string', ele)) { - res.push(prefix + ele); - } - - if (intersection && contains(comparison, 'string', ele)) { - res.push(prefix + ele); - } - } - return res; -} - -/** - * Zip strings (`for in` can be used on string characters) - */ - -function zip(a, b) { - var arr = []; - for (var ch in a) arr.push([a[ch], b[ch]]); - return arr; -} - -function compare(a, b) { - return a > b ? 1 : b > a ? -1 : 0; -} - -function push(arr, ele) { - if (arr.indexOf(ele) === -1) arr.push(ele); - return arr; -} - -function contains(arr, key, val) { - for (var i = 0; i < arr.length; i++) { - if (arr[i][key] === val) { - return true; - } - } - return false; -} - -function countNines(min, len) { - return String(min).slice(0, -len) + repeat('9', len); -} - -function countZeros(integer, zeros) { - return integer - (integer % Math.pow(10, zeros)); -} - -function toQuantifier(digits) { - var start = digits[0]; - var stop = digits[1] ? (',' + digits[1]) : ''; - if (!stop && (!start || start === 1)) { - return ''; - } - return '{' + start + stop + '}'; -} - -function toCharacterClass(a, b) { - return '[' + a + ((b - a === 1) ? '' : '-') + b + ']'; -} - -function padding(str) { - return /^-?(0+)\d/.exec(str); -} - -function padZeros(val, tok) { - if (tok.isPadded) { - var diff = Math.abs(tok.maxLen - String(val).length); - switch (diff) { - case 0: - return ''; - case 1: - return '0'; - default: { - return '0{' + diff + '}'; - } - } - } - return val; -} - -/** - * Expose `toRegexRange` - */ - -module.exports = toRegexRange; diff --git a/2019-setembro/node_modules/to-regex-range/package.json b/2019-setembro/node_modules/to-regex-range/package.json deleted file mode 100644 index 6c8e6b1..0000000 --- a/2019-setembro/node_modules/to-regex-range/package.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "name": "to-regex-range", - "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.", - "version": "2.1.1", - "homepage": "https://github.com/micromatch/to-regex-range", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "micromatch/to-regex-range", - "bugs": { - "url": "https://github.com/micromatch/to-regex-range/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "devDependencies": { - "fill-range": "^3.1.1", - "gulp-format-md": "^0.1.12", - "mocha": "^3.2.0", - "text-table": "^0.2.0", - "time-diff": "^0.3.1" - }, - "keywords": [ - "alpha", - "alphabetical", - "bash", - "brace", - "date", - "expand", - "expansion", - "glob", - "match", - "matches", - "matching", - "number", - "numerical", - "range", - "ranges", - "regex", - "sequence", - "sh", - "to", - "year" - ], - "verb": { - "related": { - "list": [ - "expand-range", - "fill-range", - "micromatch", - "repeat-element", - "repeat-string" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "helpers": [ - "./examples.js" - ], - "reflinks": [ - "0-5", - "0-9", - "1-5", - "1-9" - ] - } -} diff --git a/2019-setembro/node_modules/to-regex/LICENSE b/2019-setembro/node_modules/to-regex/LICENSE deleted file mode 100644 index 7c9987b..0000000 --- a/2019-setembro/node_modules/to-regex/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016-2018, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-regex/README.md b/2019-setembro/node_modules/to-regex/README.md deleted file mode 100644 index 5a28fc3..0000000 --- a/2019-setembro/node_modules/to-regex/README.md +++ /dev/null @@ -1,205 +0,0 @@ -# to-regex [![NPM version](https://img.shields.io/npm/v/to-regex.svg?style=flat)](https://www.npmjs.com/package/to-regex) [![NPM monthly downloads](https://img.shields.io/npm/dm/to-regex.svg?style=flat)](https://npmjs.org/package/to-regex) [![NPM total downloads](https://img.shields.io/npm/dt/to-regex.svg?style=flat)](https://npmjs.org/package/to-regex) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/to-regex.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/to-regex) - -> Generate a regex from a string or array of strings. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -- [Install](#install) -- [Usage](#usage) -- [Options](#options) - * [options.contains](#optionscontains) - * [options.negate](#optionsnegate) - * [options.nocase](#optionsnocase) - * [options.flags](#optionsflags) - * [options.cache](#optionscache) - * [options.safe](#optionssafe) -- [About](#about) - * [Related projects](#related-projects) - * [Author](#author) - * [License](#license) - -_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_ - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save to-regex -``` - -## Usage - -```js -var toRegex = require('to-regex'); - -console.log(toRegex('foo')); -//=> /^(?:foo)$/ - -console.log(toRegex('foo', {negate: true})); -//=> /^(?:(?:(?!^(?:foo)$).)*)$/ - -console.log(toRegex('foo', {contains: true})); -//=> /(?:foo)/ - -console.log(toRegex(['foo', 'bar'], {negate: true})); -//=> /^(?:(?:(?!^(?:(?:foo)|(?:bar))$).)*)$/ - -console.log(toRegex(['foo', 'bar'], {negate: true, contains: true})); -//=> /^(?:(?:(?!(?:(?:foo)|(?:bar))).)*)$/ -``` - -## Options - -### options.contains - -**Type**: `Boolean` - -**Default**: `undefined` - -Generate a regex that will match any string that _contains_ the given pattern. By default, regex is strict will only return true for exact matches. - -```js -var toRegex = require('to-regex'); -console.log(toRegex('foo', {contains: true})); -//=> /(?:foo)/ -``` - -### options.negate - -**Type**: `Boolean` - -**Default**: `undefined` - -Create a regex that will match everything except the given pattern. - -```js -var toRegex = require('to-regex'); -console.log(toRegex('foo', {negate: true})); -//=> /^(?:(?:(?!^(?:foo)$).)*)$/ -``` - -### options.nocase - -**Type**: `Boolean` - -**Default**: `undefined` - -Adds the `i` flag, to enable case-insensitive matching. - -```js -var toRegex = require('to-regex'); -console.log(toRegex('foo', {nocase: true})); -//=> /^(?:foo)$/i -``` - -Alternatively you can pass the flags you want directly on [options.flags](#options.flags). - -### options.flags - -**Type**: `String` - -**Default**: `undefined` - -Define the flags you want to use on the generated regex. - -```js -var toRegex = require('to-regex'); -console.log(toRegex('foo', {flags: 'gm'})); -//=> /^(?:foo)$/gm -console.log(toRegex('foo', {flags: 'gmi', nocase: true})); //<= handles redundancy -//=> /^(?:foo)$/gmi -``` - -### options.cache - -**Type**: `Boolean` - -**Default**: `true` - -Generated regex is cached based on the provided string and options. As a result, runtime compilation only happens once per pattern (as long as options are also the same), which can result in dramatic speed improvements. - -This also helps with debugging, since adding options and pattern are added to the generated regex. - -**Disable caching** - -```js -toRegex('foo', {cache: false}); -``` - -### options.safe - -**Type**: `Boolean` - -**Default**: `undefined` - -Check the generated regular expression with [safe-regex](https://github.com/substack/safe-regex) and throw an error if the regex is potentially unsafe. - -**Examples** - -```js -console.log(toRegex('(x+x+)+y')); -//=> /^(?:(x+x+)+y)$/ - -// The following would throw an error -toRegex('(x+x+)+y', {safe: true}); -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [has-glob](https://www.npmjs.com/package/has-glob): Returns `true` if an array has a glob pattern. | [homepage](https://github.com/jonschlinkert/has-glob "Returns `true` if an array has a glob pattern.") -* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") -* [path-regex](https://www.npmjs.com/package/path-regex): Regular expression for matching the parts of a file path. | [homepage](https://github.com/regexps/path-regex "Regular expression for matching the parts of a file path.") -* [to-regex-range](https://www.npmjs.com/package/to-regex-range): Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than… [more](https://github.com/micromatch/to-regex-range) | [homepage](https://github.com/micromatch/to-regex-range "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.") - -### Author - -**Jon Schlinkert** - -* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on February 24, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/index.js b/2019-setembro/node_modules/to-regex/index.js deleted file mode 100644 index a87d015..0000000 --- a/2019-setembro/node_modules/to-regex/index.js +++ /dev/null @@ -1,155 +0,0 @@ -'use strict'; - -var safe = require('safe-regex'); -var define = require('define-property'); -var extend = require('extend-shallow'); -var not = require('regex-not'); -var MAX_LENGTH = 1024 * 64; - -/** - * Session cache - */ - -var cache = {}; - -/** - * Create a regular expression from the given `pattern` string. - * - * @param {String|RegExp} `pattern` Pattern can be a string or regular expression. - * @param {Object} `options` - * @return {RegExp} - * @api public - */ - -module.exports = function(patterns, options) { - if (!Array.isArray(patterns)) { - return makeRe(patterns, options); - } - return makeRe(patterns.join('|'), options); -}; - -/** - * Create a regular expression from the given `pattern` string. - * - * @param {String|RegExp} `pattern` Pattern can be a string or regular expression. - * @param {Object} `options` - * @return {RegExp} - * @api public - */ - -function makeRe(pattern, options) { - if (pattern instanceof RegExp) { - return pattern; - } - - if (typeof pattern !== 'string') { - throw new TypeError('expected a string'); - } - - if (pattern.length > MAX_LENGTH) { - throw new Error('expected pattern to be less than ' + MAX_LENGTH + ' characters'); - } - - var key = pattern; - // do this before shallow cloning options, it's a lot faster - if (!options || (options && options.cache !== false)) { - key = createKey(pattern, options); - - if (cache.hasOwnProperty(key)) { - return cache[key]; - } - } - - var opts = extend({}, options); - if (opts.contains === true) { - if (opts.negate === true) { - opts.strictNegate = false; - } else { - opts.strict = false; - } - } - - if (opts.strict === false) { - opts.strictOpen = false; - opts.strictClose = false; - } - - var open = opts.strictOpen !== false ? '^' : ''; - var close = opts.strictClose !== false ? '$' : ''; - var flags = opts.flags || ''; - var regex; - - if (opts.nocase === true && !/i/.test(flags)) { - flags += 'i'; - } - - try { - if (opts.negate || typeof opts.strictNegate === 'boolean') { - pattern = not.create(pattern, opts); - } - - var str = open + '(?:' + pattern + ')' + close; - regex = new RegExp(str, flags); - - if (opts.safe === true && safe(regex) === false) { - throw new Error('potentially unsafe regular expression: ' + regex.source); - } - - } catch (err) { - if (opts.strictErrors === true || opts.safe === true) { - err.key = key; - err.pattern = pattern; - err.originalOptions = options; - err.createdOptions = opts; - throw err; - } - - try { - regex = new RegExp('^' + pattern.replace(/(\W)/g, '\\$1') + '$'); - } catch (err) { - regex = /.^/; //<= match nothing - } - } - - if (opts.cache !== false) { - memoize(regex, key, pattern, opts); - } - return regex; -} - -/** - * Memoize generated regex. This can result in dramatic speed improvements - * and simplify debugging by adding options and pattern to the regex. It can be - * disabled by passing setting `options.cache` to false. - */ - -function memoize(regex, key, pattern, options) { - define(regex, 'cached', true); - define(regex, 'pattern', pattern); - define(regex, 'options', options); - define(regex, 'key', key); - cache[key] = regex; -} - -/** - * Create the key to use for memoization. The key is generated - * by iterating over the options and concatenating key-value pairs - * to the pattern string. - */ - -function createKey(pattern, options) { - if (!options) return pattern; - var key = pattern; - for (var prop in options) { - if (options.hasOwnProperty(prop)) { - key += ';' + prop + '=' + String(options[prop]); - } - } - return key; -} - -/** - * Expose `makeRe` - */ - -module.exports.makeRe = makeRe; diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/CHANGELOG.md b/2019-setembro/node_modules/to-regex/node_modules/define-property/CHANGELOG.md deleted file mode 100644 index 901c8aa..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/define-property/CHANGELOG.md +++ /dev/null @@ -1,82 +0,0 @@ -# Release history - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - -
    - Guiding Principles - -- Changelogs are for humans, not machines. -- There should be an entry for every single version. -- The same types of changes should be grouped. -- Versions and sections should be linkable. -- The latest version comes first. -- The release date of each versions is displayed. -- Mention whether you follow Semantic Versioning. - -
    - -
    - Types of changes - -Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): - -- `Added` for new features. -- `Changed` for changes in existing functionality. -- `Deprecated` for soon-to-be removed features. -- `Removed` for now removed features. -- `Fixed` for any bug fixes. -- `Security` in case of vulnerabilities. - -
    - -## [2.0.0] - 2017-04-20 - -### Changed - -- Now supports data descriptors in addition to accessor descriptors. -- Now uses [Reflect.defineProperty][reflect] when available, otherwise falls back to [Object.defineProperty][object]. - -## [1.0.0] - 2017-04-20 - -- stable release - -## [0.2.5] - 2015-08-31 - -- use is-descriptor - -## [0.2.3] - 2015-08-29 - -- check keys length - -## [0.2.2] - 2015-08-27 - -- ensure val is an object - -## [0.2.1] - 2015-08-27 - -- support functions - -## [0.2.0] - 2015-08-27 - -- support get/set -- update docs - -## [0.1.0] - 2015-08-12 - -- first commit - -[2.0.0]: https://github.com/jonschlinkert/define-property/compare/1.0.0...2.0.0 -[1.0.0]: https://github.com/jonschlinkert/define-property/compare/0.2.5...1.0.0 -[0.2.5]: https://github.com/jonschlinkert/define-property/compare/0.2.3...0.2.5 -[0.2.3]: https://github.com/jonschlinkert/define-property/compare/0.2.2...0.2.3 -[0.2.2]: https://github.com/jonschlinkert/define-property/compare/0.2.1...0.2.2 -[0.2.1]: https://github.com/jonschlinkert/define-property/compare/0.2.0...0.2.1 -[0.2.0]: https://github.com/jonschlinkert/define-property/compare/0.1.3...0.2.0 - -[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog - -[object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty -[reflect]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/LICENSE b/2019-setembro/node_modules/to-regex/node_modules/define-property/LICENSE deleted file mode 100644 index f8de063..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/define-property/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2018, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/README.md b/2019-setembro/node_modules/to-regex/node_modules/define-property/README.md deleted file mode 100644 index f1ee8f9..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/define-property/README.md +++ /dev/null @@ -1,117 +0,0 @@ -# define-property [![NPM version](https://img.shields.io/npm/v/define-property.svg?style=flat)](https://www.npmjs.com/package/define-property) [![NPM monthly downloads](https://img.shields.io/npm/dm/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![NPM total downloads](https://img.shields.io/npm/dt/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/define-property.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/define-property) - -> Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save define-property -``` - -## Release history - -See [the CHANGELOG](changelog.md) for updates. - -## Usage - -**Params** - -* `object`: The object on which to define the property. -* `key`: The name of the property to be defined or modified. -* `value`: The value or descriptor of the property being defined or modified. - -```js -var define = require('define-property'); -var obj = {}; -define(obj, 'foo', function(val) { - return val.toUpperCase(); -}); - -// by default, defined properties are non-enumberable -console.log(obj); -//=> {} - -console.log(obj.foo('bar')); -//=> 'BAR' -``` - -**defining setters/getters** - -Pass the same properties you would if using [Object.defineProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty) or [Reflect.defineProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty). - -```js -define(obj, 'foo', { - set: function() {}, - get: function() {} -}); -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") -* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") -* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") -* [mixin-deep](https://www.npmjs.com/package/mixin-deep): Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. | [homepage](https://github.com/jonschlinkert/mixin-deep "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 28 | [jonschlinkert](https://github.com/jonschlinkert) | -| 1 | [doowb](https://github.com/doowb) | - -### Author - -**Jon Schlinkert** - -* Connect with me on [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) -* Follow me on [github/jonschlinkert](https://github.com/jonschlinkert) -* Follow me on [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on January 25, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/index.js b/2019-setembro/node_modules/to-regex/node_modules/define-property/index.js deleted file mode 100644 index 0efa0a9..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/define-property/index.js +++ /dev/null @@ -1,38 +0,0 @@ -/*! - * define-property - * - * Copyright (c) 2015-2018, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var isobject = require('isobject'); -var isDescriptor = require('is-descriptor'); -var define = (typeof Reflect !== 'undefined' && Reflect.defineProperty) - ? Reflect.defineProperty - : Object.defineProperty; - -module.exports = function defineProperty(obj, key, val) { - if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { - throw new TypeError('expected an object, function, or array'); - } - - if (typeof key !== 'string') { - throw new TypeError('expected "key" to be a string'); - } - - if (isDescriptor(val)) { - define(obj, key, val); - return obj; - } - - define(obj, key, { - configurable: true, - enumerable: false, - writable: true, - value: val - }); - - return obj; -}; diff --git a/2019-setembro/node_modules/to-regex/node_modules/define-property/package.json b/2019-setembro/node_modules/to-regex/node_modules/define-property/package.json deleted file mode 100644 index f8fd21c..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/define-property/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "define-property", - "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.", - "version": "2.0.2", - "homepage": "https://github.com/jonschlinkert/define-property", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "jonschlinkert/define-property", - "bugs": { - "url": "https://github.com/jonschlinkert/define-property/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "define", - "define-property", - "enumerable", - "key", - "non", - "non-enumerable", - "object", - "prop", - "property", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "assign-deep", - "extend-shallow", - "merge-deep", - "mixin-deep" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/LICENSE b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/LICENSE deleted file mode 100644 index 99c9369..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2015, 2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/README.md b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/README.md deleted file mode 100644 index dee226f..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/README.md +++ /dev/null @@ -1,97 +0,0 @@ -# extend-shallow [![NPM version](https://img.shields.io/npm/v/extend-shallow.svg?style=flat)](https://www.npmjs.com/package/extend-shallow) [![NPM monthly downloads](https://img.shields.io/npm/dm/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![NPM total downloads](https://img.shields.io/npm/dt/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extend-shallow.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extend-shallow) - -> Extend an object with the properties of additional objects. node.js/javascript util. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save extend-shallow -``` - -## Usage - -```js -var extend = require('extend-shallow'); - -extend({a: 'b'}, {c: 'd'}) -//=> {a: 'b', c: 'd'} -``` - -Pass an empty object to shallow clone: - -```js -var obj = {}; -extend(obj, {a: 'b'}, {c: 'd'}) -//=> {a: 'b', c: 'd'} -``` - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") -* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js") -* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 33 | [jonschlinkert](https://github.com/jonschlinkert) | -| 1 | [pdehaan](https://github.com/pdehaan) | - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/index.js b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/index.js deleted file mode 100644 index c9582f8..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/index.js +++ /dev/null @@ -1,60 +0,0 @@ -'use strict'; - -var isExtendable = require('is-extendable'); -var assignSymbols = require('assign-symbols'); - -module.exports = Object.assign || function(obj/*, objects*/) { - if (obj === null || typeof obj === 'undefined') { - throw new TypeError('Cannot convert undefined or null to object'); - } - if (!isObject(obj)) { - obj = {}; - } - for (var i = 1; i < arguments.length; i++) { - var val = arguments[i]; - if (isString(val)) { - val = toObject(val); - } - if (isObject(val)) { - assign(obj, val); - assignSymbols(obj, val); - } - } - return obj; -}; - -function assign(a, b) { - for (var key in b) { - if (hasOwn(b, key)) { - a[key] = b[key]; - } - } -} - -function isString(val) { - return (val && typeof val === 'string'); -} - -function toObject(str) { - var obj = {}; - for (var i in str) { - obj[i] = str[i]; - } - return obj; -} - -function isObject(val) { - return (val && typeof val === 'object') || isExtendable(val); -} - -/** - * Returns true if the given `key` is an own property of `obj`. - */ - -function hasOwn(obj, key) { - return Object.prototype.hasOwnProperty.call(obj, key); -} - -function isEnum(obj, key) { - return Object.prototype.propertyIsEnumerable.call(obj, key); -} diff --git a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/package.json b/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/package.json deleted file mode 100644 index e5e9105..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/extend-shallow/package.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "name": "extend-shallow", - "description": "Extend an object with the properties of additional objects. node.js/javascript util.", - "version": "3.0.2", - "homepage": "https://github.com/jonschlinkert/extend-shallow", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Peter deHaan (http://about.me/peterdehaan)" - ], - "repository": "jonschlinkert/extend-shallow", - "bugs": { - "url": "https://github.com/jonschlinkert/extend-shallow/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "devDependencies": { - "array-slice": "^1.0.0", - "benchmarked": "^2.0.0", - "for-own": "^1.0.0", - "gulp-format-md": "^1.0.0", - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.1", - "minimist": "^1.2.0", - "mocha": "^3.5.3", - "object-assign": "^4.1.1" - }, - "keywords": [ - "assign", - "clone", - "extend", - "merge", - "obj", - "object", - "object-assign", - "object.assign", - "prop", - "properties", - "property", - "props", - "shallow", - "util", - "utility", - "utils", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "related": { - "list": [ - "extend-shallow", - "for-in", - "for-own", - "is-plain-object", - "isobject", - "kind-of" - ] - }, - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/LICENSE b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/LICENSE deleted file mode 100644 index c0d7f13..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/README.md b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/README.md deleted file mode 100644 index 875b56a..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/README.md +++ /dev/null @@ -1,88 +0,0 @@ -# is-extendable [![NPM version](https://img.shields.io/npm/v/is-extendable.svg?style=flat)](https://www.npmjs.com/package/is-extendable) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![NPM total downloads](https://img.shields.io/npm/dt/is-extendable.svg?style=flat)](https://npmjs.org/package/is-extendable) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-extendable.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-extendable) - -> Returns true if a value is a plain object, array or function. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save is-extendable -``` - -## Usage - -```js -var isExtendable = require('is-extendable'); -``` - -Returns true if the value is any of the following: - -* array -* plain object -* function - -## Notes - -All objects in JavaScript can have keys, but it's a pain to check for this, since we ether need to verify that the value is not `null` or `undefined` and: - -* the value is not a primitive, or -* that the object is a plain object, function or array - -Also note that an `extendable` object is not the same as an [extensible object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible), which is one that (in es6) is not sealed, frozen, or marked as non-extensible using `preventExtensions`. - -## Release history - -### v1.0.0 - 2017/07/20 - -**Breaking changes** - -* No longer considers date, regex or error objects to be extendable - -## About - -### Related projects - -* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") -* [is-equal-shallow](https://www.npmjs.com/package/is-equal-shallow): Does a shallow comparison of two objects, returning false if the keys or values differ. | [homepage](https://github.com/jonschlinkert/is-equal-shallow "Does a shallow comparison of two objects, returning false if the keys or values differ.") -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of "Get the native type of a value.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 20, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.d.ts b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.d.ts deleted file mode 100644 index b96d507..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export = isExtendable; - -declare function isExtendable(val: any): boolean; - -declare namespace isExtendable {} diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.js b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.js deleted file mode 100644 index a8b26ad..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/index.js +++ /dev/null @@ -1,14 +0,0 @@ -/*! - * is-extendable - * - * Copyright (c) 2015-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var isPlainObject = require('is-plain-object'); - -module.exports = function isExtendable(val) { - return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); -}; diff --git a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/package.json b/2019-setembro/node_modules/to-regex/node_modules/is-extendable/package.json deleted file mode 100644 index 2aaab65..0000000 --- a/2019-setembro/node_modules/to-regex/node_modules/is-extendable/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "is-extendable", - "description": "Returns true if a value is a plain object, array or function.", - "version": "1.0.1", - "homepage": "https://github.com/jonschlinkert/is-extendable", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/is-extendable", - "bugs": { - "url": "https://github.com/jonschlinkert/is-extendable/issues" - }, - "license": "MIT", - "files": [ - "index.js", - "index.d.ts" - ], - "main": "index.js", - "types": "index.d.ts", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.4.2" - }, - "keywords": [ - "array", - "assign", - "check", - "date", - "extend", - "extendable", - "extensible", - "function", - "is", - "object", - "regex", - "test" - ], - "verb": { - "related": { - "list": [ - "assign-deep", - "is-equal-shallow", - "is-plain-object", - "isobject", - "kind-of" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/to-regex/package.json b/2019-setembro/node_modules/to-regex/package.json deleted file mode 100644 index e4277d3..0000000 --- a/2019-setembro/node_modules/to-regex/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "to-regex", - "description": "Generate a regex from a string or array of strings.", - "version": "3.0.2", - "homepage": "https://github.com/jonschlinkert/to-regex", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/to-regex", - "bugs": { - "url": "https://github.com/jonschlinkert/to-regex/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "devDependencies": { - "gulp-format-md": "^1.0.0", - "mocha": "^3.5.3" - }, - "keywords": [ - "match", - "regex", - "regular expression", - "test", - "to" - ], - "verb": { - "toc": { - "method": "preWrite" - }, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "has-glob", - "is-glob", - "path-regex", - "to-regex-range" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/ultron/.npmignore b/2019-setembro/node_modules/ultron/.npmignore deleted file mode 100644 index 66210a2..0000000 --- a/2019-setembro/node_modules/ultron/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -node_modules -coverage -.tern-port diff --git a/2019-setembro/node_modules/ultron/.travis.yml b/2019-setembro/node_modules/ultron/.travis.yml deleted file mode 100644 index a505004..0000000 --- a/2019-setembro/node_modules/ultron/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -sudo: false -language: node_js -node_js: - - "0.12" - - "0.10" - - "0.8" - - "iojs" -before_install: - - 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.11.1; fi' -script: - - "npm run test-travis" -after_script: - - "npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls" -matrix: - fast_finish: true -notifications: - irc: - channels: - - "irc.freenode.org#unshift" - on_success: change - on_failure: change diff --git a/2019-setembro/node_modules/ultron/LICENSE b/2019-setembro/node_modules/ultron/LICENSE deleted file mode 100644 index 6dc9316..0000000 --- a/2019-setembro/node_modules/ultron/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/2019-setembro/node_modules/ultron/README.md b/2019-setembro/node_modules/ultron/README.md deleted file mode 100644 index 84fa3f2..0000000 --- a/2019-setembro/node_modules/ultron/README.md +++ /dev/null @@ -1,97 +0,0 @@ -# Ultron - -[![Made by unshift](https://img.shields.io/badge/made%20by-unshift-00ffcc.svg?style=flat-square)](http://unshift.io)[![Version npm](http://img.shields.io/npm/v/ultron.svg?style=flat-square)](http://browsenpm.org/package/ultron)[![Build Status](http://img.shields.io/travis/unshiftio/ultron/master.svg?style=flat-square)](https://travis-ci.org/unshiftio/ultron)[![Dependencies](https://img.shields.io/david/unshiftio/ultron.svg?style=flat-square)](https://david-dm.org/unshiftio/ultron)[![Coverage Status](http://img.shields.io/coveralls/unshiftio/ultron/master.svg?style=flat-square)](https://coveralls.io/r/unshiftio/ultron?branch=master)[![IRC channel](http://img.shields.io/badge/IRC-irc.freenode.net%23unshift-00a8ff.svg?style=flat-square)](http://webchat.freenode.net/?channels=unshift) - -Ultron is a high-intelligence robot. It gathers intelligence so it can start -improving upon his rudimentary design. It will learn your event emitting -patterns and find ways to exterminate them. Allowing you to remove only the -event emitters that **you** assigned and not the ones that your users or -developers assigned. This can prevent race conditions, memory leaks and even file -descriptor leaks from ever happening as you won't remove clean up processes. - -## Installation - -The module is designed to be used in browsers using browserify and in Node.js. -You can install the module through the public npm registry by running the -following command in CLI: - -``` -npm install --save ultron -``` - -## Usage - -In all examples we assume that you've required the library as following: - -```js -'use strict'; - -var Ultron = require('ultron'); -``` - -Now that we've required the library we can construct our first `Ultron` instance. -The constructor requires one argument which should be the `EventEmitter` -instance that we need to operate upon. This can be the `EventEmitter` module -that ships with Node.js or `EventEmitter3` or anything else as long as it -follow the same API and internal structure as these 2. So with that in mind we -can create the instance: - -```js -// -// For the sake of this example we're going to construct an empty EventEmitter -// -var EventEmitter = require('events').EventEmitter; // or require('eventmitter3'); -var events = new EventEmitter(); - -var ultron = new Ultron(events); -``` - -You can now use the following API's from the Ultron instance: - -### Ultron.on - -Register a new event listener for the given event. It follows the exact same API -as `EventEmitter.on` but it will return itself instead of returning the -EventEmitter instance. If you are using EventEmitter3 it also supports the -context param: - -```js -ultron.on('event-name', handler, { custom: 'function context' }); -``` - -### Ultron.once - -Exactly the same as the [Ultron.on](#ultronon) but it only allows the execution -once. - -### Ultron.remove - -This is where all the magic happens and the safe removal starts. This function -accepts different argument styles: - -- No arguments, assume that all events need to be removed so it will work as - `removeAllListeners()` API. -- 1 argument, when it's a string it will be split on ` ` and `,` to create a - list of events that need to be cleared. -- Multiple arguments, we assume that they are all names of events that need to - be cleared. - -```js -ultron.remove('foo, bar baz'); // Removes foo, bar and baz. -ultron.remove('foo', 'bar', 'baz'); // Removes foo, bar and baz. -ultron.remove(); // Removes everything. -``` - -If you just want to remove a single event listener using a function reference -you can still use the EventEmitter's `removeListener(event, fn)` API: - -```js -function foo() {} - -ulton.on('foo', foo); -events.removeListener('foo', foo); -``` - -## License - -MIT diff --git a/2019-setembro/node_modules/ultron/index.js b/2019-setembro/node_modules/ultron/index.js deleted file mode 100644 index af17ab7..0000000 --- a/2019-setembro/node_modules/ultron/index.js +++ /dev/null @@ -1,129 +0,0 @@ -'use strict'; - -var has = Object.prototype.hasOwnProperty; - -/** - * An auto incrementing id which we can use to create "unique" Ultron instances - * so we can track the event emitters that are added through the Ultron - * interface. - * - * @type {Number} - * @private - */ -var id = 0; - -/** - * Ultron is high-intelligence robot. It gathers intelligence so it can start improving - * upon his rudimentary design. It will learn from your EventEmitting patterns - * and exterminate them. - * - * @constructor - * @param {EventEmitter} ee EventEmitter instance we need to wrap. - * @api public - */ -function Ultron(ee) { - if (!(this instanceof Ultron)) return new Ultron(ee); - - this.id = id++; - this.ee = ee; -} - -/** - * Register a new EventListener for the given event. - * - * @param {String} event Name of the event. - * @param {Functon} fn Callback function. - * @param {Mixed} context The context of the function. - * @returns {Ultron} - * @api public - */ -Ultron.prototype.on = function on(event, fn, context) { - fn.__ultron = this.id; - this.ee.on(event, fn, context); - - return this; -}; -/** - * Add an EventListener that's only called once. - * - * @param {String} event Name of the event. - * @param {Function} fn Callback function. - * @param {Mixed} context The context of the function. - * @returns {Ultron} - * @api public - */ -Ultron.prototype.once = function once(event, fn, context) { - fn.__ultron = this.id; - this.ee.once(event, fn, context); - - return this; -}; - -/** - * Remove the listeners we assigned for the given event. - * - * @returns {Ultron} - * @api public - */ -Ultron.prototype.remove = function remove() { - var args = arguments - , event; - - // - // When no event names are provided we assume that we need to clear all the - // events that were assigned through us. - // - if (args.length === 1 && 'string' === typeof args[0]) { - args = args[0].split(/[, ]+/); - } else if (!args.length) { - args = []; - - for (event in this.ee._events) { - if (has.call(this.ee._events, event)) args.push(event); - } - } - - for (var i = 0; i < args.length; i++) { - var listeners = this.ee.listeners(args[i]); - - for (var j = 0; j < listeners.length; j++) { - event = listeners[j]; - - // - // Once listeners have a `listener` property that stores the real listener - // in the EventEmitter that ships with Node.js. - // - if (event.listener) { - if (event.listener.__ultron !== this.id) continue; - delete event.listener.__ultron; - } else { - if (event.__ultron !== this.id) continue; - delete event.__ultron; - } - - this.ee.removeListener(args[i], event); - } - } - - return this; -}; - -/** - * Destroy the Ultron instance, remove all listeners and release all references. - * - * @returns {Boolean} - * @api public - */ -Ultron.prototype.destroy = function destroy() { - if (!this.ee) return false; - - this.remove(); - this.ee = null; - - return true; -}; - -// -// Expose the module. -// -module.exports = Ultron; diff --git a/2019-setembro/node_modules/ultron/package.json b/2019-setembro/node_modules/ultron/package.json deleted file mode 100644 index e13ab5b..0000000 --- a/2019-setembro/node_modules/ultron/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "ultron", - "version": "1.0.2", - "description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design", - "main": "index.js", - "scripts": { - "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", - "test": "mocha test.js", - "watch": "mocha --watch test.js", - "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js", - "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/unshiftio/ultron" - }, - "keywords": [ - "Ultron", - "robot", - "gather", - "intelligence", - "event", - "events", - "eventemitter", - "emitter", - "cleanup" - ], - "author": "Arnout Kazemier", - "license": "MIT", - "devDependencies": { - "assume": "1.2.x", - "eventemitter3": "1.1.x", - "istanbul": "0.3.x", - "mocha": "2.2.x", - "pre-commit": "1.0.x" - }, - "bugs": { - "url": "https://github.com/unshiftio/ultron/issues" - }, - "homepage": "https://github.com/unshiftio/ultron" -} diff --git a/2019-setembro/node_modules/ultron/test.js b/2019-setembro/node_modules/ultron/test.js deleted file mode 100644 index 1fd4f1b..0000000 --- a/2019-setembro/node_modules/ultron/test.js +++ /dev/null @@ -1,327 +0,0 @@ -/* istanbul ignore next */ -describe('Ultron', function () { - 'use strict'; - - var EventEmitter = require('eventemitter3') - , EE = require('events').EventEmitter - , assume = require('assume') - , Ultron = require('./') - , ultron - , ee; - - beforeEach(function () { - ee = new EventEmitter(); - ultron = new Ultron(ee); - }); - - afterEach(function () { - ultron.destroy(); - ee.removeAllListeners(); - }); - - it('is exposed as a function', function () { - assume(Ultron).is.a('function'); - }); - - it('can be initialized without the new keyword', function () { - assume(Ultron(ee)).is.instanceOf(Ultron); - }); - - it('assigns a unique id to every instance', function () { - for (var i = 0; i < 100; i++) { - assume(ultron.id).does.not.equal((new Ultron()).id); - } - }); - - it('allows removal through the event emitter', function () { - function foo() {} - function bar() {} - - ultron.on('foo', foo); - ultron.once('foo', bar); - - assume(foo.__ultron).equals(ultron.id); - assume(bar.__ultron).equals(ultron.id); - assume(ee.listeners('foo').length).equals(2); - - ee.removeListener('foo', foo); - assume(ee.listeners('foo').length).equals(1); - - ee.removeListener('foo', bar); - assume(ee.listeners('foo').length).equals(0); - }); - - describe('#on', function () { - it('assigns a listener', function () { - assume(ee.listeners('foo').length).equals(0); - - function foo() {} - - ultron.on('foo', foo); - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('foo')[0]).equals(foo); - }); - - it('tags the assigned function', function () { - assume(ee.listeners('foo').length).equals(0); - - ultron.on('foo', function () {}); - assume(ee.listeners('foo')[0].__ultron).equals(ultron.id); - }); - - it('also passes in the context', function (next) { - var context = 1313; - - ultron.on('foo', function (a, b, c) { - assume(a).equals('a'); - assume(b).equals('b'); - assume(c).equals('c'); - - assume(this).equals(context); - - next(); - }, context); - - ee.emit('foo', 'a', 'b', 'c'); - }); - - it('works with regular eventemitters as well', function (next) { - var ee = new EE() - , ultron = new Ultron(ee); - - ultron.on('foo', function (a, b, c) { - assume(a).equals('a'); - assume(b).equals('b'); - assume(c).equals('c'); - - next(); - }); - - ee.emit('foo', 'a', 'b', 'c'); - }); - }); - - describe('#once', function () { - it('assigns a listener', function () { - assume(ee.listeners('foo').length).equals(0); - - function foo() {} - ultron.once('foo', foo); - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('foo')[0]).equals(foo); - }); - - it('tags the assigned function', function () { - assume(ee.listeners('foo').length).equals(0); - - ultron.once('foo', function () {}); - assume(ee.listeners('foo')[0].__ultron).equals(ultron.id); - }); - - it('also passes in the context', function (next) { - var context = 1313; - - ultron.once('foo', function (a, b, c) { - assume(a).equals('a'); - assume(b).equals('b'); - assume(c).equals('c'); - - assume(this).equals(context); - - next(); - }, context); - - ee.emit('foo', 'a', 'b', 'c'); - ee.emit('foo', 'a', 'b', 'c'); // Ensure that we don't double execute - }); - - it('works with regular eventemitters as well', function (next) { - var ee = new EE() - , ultron = new Ultron(ee); - - ultron.once('foo', function (a, b, c) { - assume(a).equals('a'); - assume(b).equals('b'); - assume(c).equals('c'); - - next(); - }); - - ee.emit('foo', 'a', 'b', 'c'); - ee.emit('foo', 'a', 'b', 'c'); // Ensure that we don't double execute - }); - }); - - describe('#remove', function () { - it('removes only our assigned `on` listeners', function () { - function foo() {} - function bar() {} - - ee.on('foo', foo); - ultron.on('foo', bar); - assume(ee.listeners('foo').length).equals(2); - - ultron.remove('foo'); - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('foo')[0]).equals(foo); - }); - - it('removes our private __ultron references', function () { - function once() {} - function on() {} - - assume('__ultron' in once).is.false(); - assume('__ultron' in on).is.false(); - - ultron.on('foo', on); - ultron.once('bar', once); - - assume('__ultron' in once).is.true(); - assume('__ultron' in on).is.true(); - - ultron.remove('foo, bar'); - - assume('__ultron' in once).is.false(); - assume('__ultron' in on).is.false(); - - ultron.destroy(); - - ee = new EE(); - ultron = new Ultron(ee); - - assume('__ultron' in once).is.false(); - assume('__ultron' in on).is.false(); - - ultron.on('foo', on); - ultron.once('bar', once); - - assume('__ultron' in once).is.true(); - assume('__ultron' in on).is.true(); - - ultron.remove('foo, bar'); - - assume('__ultron' in once).is.false(); - assume('__ultron' in on).is.false(); - }); - - it('removes only our assigned `once` listeners', function () { - function foo() {} - function bar() {} - - ee.once('foo', foo); - ultron.once('foo', bar); - assume(ee.listeners('foo').length).equals(2); - - ultron.remove('foo'); - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('foo')[0]).equals(foo); - }); - - it('removes only our assigned `once` listeners from regular EE', function () { - var ee = new EE() - , ultron = new Ultron(ee); - - function foo() {} - function bar() {} - - ee.once('foo', foo); - ultron.once('foo', bar); - assume(ee.listeners('foo').length).equals(2); - - ultron.remove('foo'); - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('foo')[0].listener).equals(foo); - }); - - it('removes all assigned events if called without args', function () { - function foo() {} - function bar() {} - - ultron.on('foo', foo); - ultron.on('bar', bar); - - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('bar').length).equals(1); - - ultron.remove(); - - assume(ee.listeners('foo').length).equals(0); - assume(ee.listeners('bar').length).equals(0); - }); - - it('removes multiple listeners based on args', function () { - function foo() {} - function bar() {} - function baz() {} - - ultron.on('foo', foo); - ultron.on('bar', bar); - ultron.on('baz', baz); - - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('bar').length).equals(1); - assume(ee.listeners('baz').length).equals(1); - - ultron.remove('foo', 'bar'); - - assume(ee.listeners('foo').length).equals(0); - assume(ee.listeners('bar').length).equals(0); - assume(ee.listeners('baz').length).equals(1); - }); - - it('removes multiple listeners if first arg is seperated string', function () { - function foo() {} - function bar() {} - function baz() {} - - ultron.on('foo', foo); - ultron.on('bar', bar); - ultron.on('baz', baz); - - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('bar').length).equals(1); - assume(ee.listeners('baz').length).equals(1); - - ultron.remove('foo, bar'); - - assume(ee.listeners('foo').length).equals(0); - assume(ee.listeners('bar').length).equals(0); - assume(ee.listeners('baz').length).equals(1); - }); - }); - - describe('#destroy', function () { - it('removes all listeners', function () { - function foo() {} - function bar() {} - function baz() {} - - ultron.on('foo', foo); - ultron.on('bar', bar); - ultron.on('baz', baz); - - assume(ee.listeners('foo').length).equals(1); - assume(ee.listeners('bar').length).equals(1); - assume(ee.listeners('baz').length).equals(1); - - ultron.destroy(); - - assume(ee.listeners('foo').length).equals(0); - assume(ee.listeners('bar').length).equals(0); - assume(ee.listeners('baz').length).equals(0); - }); - - it('removes the .ee reference', function () { - assume(ultron.ee).equals(ee); - ultron.destroy(); - assume(ultron.ee).equals(null); - }); - - it('returns booleans for state indication', function () { - assume(ultron.destroy()).is.true(); - assume(ultron.destroy()).is.false(); - assume(ultron.destroy()).is.false(); - assume(ultron.destroy()).is.false(); - }); - }); -}); diff --git a/2019-setembro/node_modules/union-value/LICENSE b/2019-setembro/node_modules/union-value/LICENSE deleted file mode 100644 index 83b56e7..0000000 --- a/2019-setembro/node_modules/union-value/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/union-value/README.md b/2019-setembro/node_modules/union-value/README.md deleted file mode 100644 index 1a90ffb..0000000 --- a/2019-setembro/node_modules/union-value/README.md +++ /dev/null @@ -1,73 +0,0 @@ -# union-value [![NPM version](https://img.shields.io/npm/v/union-value.svg?style=flat)](https://www.npmjs.com/package/union-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/union-value.svg?style=flat)](https://npmjs.org/package/union-value) [![NPM total downloads](https://img.shields.io/npm/dt/union-value.svg?style=flat)](https://npmjs.org/package/union-value) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/union-value.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/union-value) - -> Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save union-value -``` - -## Usage - -```js -var union = require('union-value'); - -var obj = {}; - -union(obj, 'a.b.c', ['one', 'two']); -union(obj, 'a.b.c', ['three']); - -console.log(obj); -//=> {a: {b: {c: [ 'one', 'two', 'three' ] }}} -``` - -## About - -### Related projects - -* [assign-value](https://www.npmjs.com/package/assign-value): Assign a value or extend a deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/assign-value) | [homepage](https://github.com/jonschlinkert/assign-value "Assign a value or extend a deeply nested property of an object using object path notation.") -* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") -* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.") -* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") -* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 25, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/union-value/index.js b/2019-setembro/node_modules/union-value/index.js deleted file mode 100644 index 9c5d8db..0000000 --- a/2019-setembro/node_modules/union-value/index.js +++ /dev/null @@ -1,30 +0,0 @@ -'use strict'; - -var isObject = require('is-extendable'); -var union = require('arr-union'); -var get = require('get-value'); -var set = require('set-value'); - -module.exports = function unionValue(obj, prop, value) { - if (!isObject(obj)) { - throw new TypeError('union-value expects the first argument to be an object.'); - } - - if (typeof prop !== 'string') { - throw new TypeError('union-value expects `prop` to be a string.'); - } - - var arr = arrayify(get(obj, prop)); - set(obj, prop, union(arr, arrayify(value))); - return obj; -}; - -function arrayify(val) { - if (val === null || typeof val === 'undefined') { - return []; - } - if (Array.isArray(val)) { - return val; - } - return [val]; -} diff --git a/2019-setembro/node_modules/union-value/package.json b/2019-setembro/node_modules/union-value/package.json deleted file mode 100644 index 65441f6..0000000 --- a/2019-setembro/node_modules/union-value/package.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "union-value", - "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.", - "version": "1.0.1", - "homepage": "https://github.com/jonschlinkert/union-value", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/union-value", - "bugs": { - "url": "https://github.com/jonschlinkert/union-value/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "devDependencies": { - "gulp-format-md": "^0.1.11", - "mocha": "^3.2.0", - "should": "^11.2.0" - }, - "keywords": [ - "array", - "dot", - "get", - "has", - "nested", - "notation", - "object", - "path", - "prop", - "property", - "set", - "union", - "value" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "assign-value", - "get-value", - "has-value", - "set-value", - "unset-value" - ] - }, - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/unset-value/LICENSE b/2019-setembro/node_modules/unset-value/LICENSE deleted file mode 100644 index ec85897..0000000 --- a/2019-setembro/node_modules/unset-value/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015, 2017, Jon Schlinkert - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/unset-value/README.md b/2019-setembro/node_modules/unset-value/README.md deleted file mode 100644 index f0fec3d..0000000 --- a/2019-setembro/node_modules/unset-value/README.md +++ /dev/null @@ -1,131 +0,0 @@ -# unset-value [![NPM version](https://img.shields.io/npm/v/unset-value.svg?style=flat)](https://www.npmjs.com/package/unset-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/unset-value.svg?style=flat)](https://npmjs.org/package/unset-value) [![NPM total downloads](https://img.shields.io/npm/dt/unset-value.svg?style=flat)](https://npmjs.org/package/unset-value) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/unset-value.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/unset-value) - -> Delete nested properties from an object using dot notation. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save unset-value -``` - -## Usage - -```js -var unset = require('unset-value'); - -var obj = {a: {b: {c: 'd', e: 'f'}}}; -unset(obj, 'a.b.c'); -console.log(obj); -//=> {a: {b: {e: 'f'}}}; -``` - -## Examples - -### Updates the object when a property is deleted - -```js -var obj = {a: 'b'}; -unset(obj, 'a'); -console.log(obj); -//=> {} -``` - -### Returns true when a property is deleted - -```js -unset({a: 'b'}, 'a') // true -``` - -### Returns `true` when a property does not exist - -This is consistent with `delete` behavior in that it does not -throw when a property does not exist. - -```js -unset({a: {b: {c: 'd'}}}, 'd') // true -``` - -### delete nested values - -```js -var one = {a: {b: {c: 'd'}}}; -unset(one, 'a.b'); -console.log(one); -//=> {a: {}} - -var two = {a: {b: {c: 'd'}}}; -unset(two, 'a.b.c'); -console.log(two); -//=> {a: {b: {}}} - -var three = {a: {b: {c: 'd', e: 'f'}}}; -unset(three, 'a.b.c'); -console.log(three); -//=> {a: {b: {e: 'f'}}} -``` - -### throws on invalid args - -```js -unset(); -// 'expected an object.' -``` - -## About - -### Related projects - -* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") -* [get-values](https://www.npmjs.com/package/get-values): Return an array of all values from the given object. | [homepage](https://github.com/jonschlinkert/get-values "Return an array of all values from the given object.") -* [omit-value](https://www.npmjs.com/package/omit-value): Omit properties from an object or deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/omit-value) | [homepage](https://github.com/jonschlinkert/omit-value "Omit properties from an object or deeply nested property of an object using object path notation.") -* [put-value](https://www.npmjs.com/package/put-value): Update only existing values from an object, works with dot notation paths like `a.b.c` and… [more](https://github.com/tunnckocore/put-value#readme) | [homepage](https://github.com/tunnckocore/put-value#readme "Update only existing values from an object, works with dot notation paths like `a.b.c` and support deep nesting.") -* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") -* [union-value](https://www.npmjs.com/package/union-value): Set an array of unique values as the property of an object. Supports setting deeply… [more](https://github.com/jonschlinkert/union-value) | [homepage](https://github.com/jonschlinkert/union-value "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.") -* [upsert-value](https://www.npmjs.com/package/upsert-value): Update or set nested values and any intermediaries with dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/doowb/upsert-value "Update or set nested values and any intermediaries with dot notation (`'a.b.c'`) paths.") - -### Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 6 | [jonschlinkert](https://github.com/jonschlinkert) | -| 2 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | - -### Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -### Running tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -### Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 25, 2017._ \ No newline at end of file diff --git a/2019-setembro/node_modules/unset-value/index.js b/2019-setembro/node_modules/unset-value/index.js deleted file mode 100644 index a919010..0000000 --- a/2019-setembro/node_modules/unset-value/index.js +++ /dev/null @@ -1,32 +0,0 @@ -/*! - * unset-value - * - * Copyright (c) 2015, 2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -var isObject = require('isobject'); -var has = require('has-value'); - -module.exports = function unset(obj, prop) { - if (!isObject(obj)) { - throw new TypeError('expected an object.'); - } - if (obj.hasOwnProperty(prop)) { - delete obj[prop]; - return true; - } - - if (has(obj, prop)) { - var segs = prop.split('.'); - var last = segs.pop(); - while (segs.length && segs[segs.length - 1].slice(-1) === '\\') { - last = segs.pop().slice(0, -1) + '.' + last; - } - while (segs.length) obj = obj[prop = segs.shift()]; - return (delete obj[last]); - } - return true; -}; diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/LICENSE b/2019-setembro/node_modules/unset-value/node_modules/has-value/LICENSE deleted file mode 100644 index 39245ac..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-value/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/README.md b/2019-setembro/node_modules/unset-value/node_modules/has-value/README.md deleted file mode 100644 index a927633..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-value/README.md +++ /dev/null @@ -1,130 +0,0 @@ -# has-value [![NPM version](https://img.shields.io/npm/v/has-value.svg?style=flat)](https://www.npmjs.com/package/has-value) [![NPM downloads](https://img.shields.io/npm/dm/has-value.svg?style=flat)](https://npmjs.org/package/has-value) [![Build Status](https://img.shields.io/travis/jonschlinkert/has-value.svg?style=flat)](https://travis-ci.org/jonschlinkert/has-value) - -> Returns true if a value exists, false if empty. Works with deeply nested values using object paths. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install has-value --save -``` - -**Works for:** - -* booleans -* functions -* numbers (pass `true` as the last arg to treat zero as a value instead of falsey) -* strings -* nulls -* object -* arrays - -## Usage - -Works with nested object paths or a single value: - -```js -var hasValue = require('has-value'); - -hasValue({a: {b: {c: 'foo'}}} 'a.b.c'); -//=> true - -hasValue('a'); -//=> true - -hasValue(''); -//=> false - -hasValue(1); -//=> true - -hasValue(0); -//=> false - -hasValue(0, true); // pass `true` as the last arg to treat zero as a value -//=> true - -hasValue({a: 'a'}}); -//=> true - -hasValue({}}); -//=> false - -hasValue(['a']); -//=> true - -hasValue([]); -//=> false - -hasValue(function(foo) {}); // function length/arity -//=> true - -hasValue(function() {}); -//=> false - -hasValue(true); -hasValue(false); -//=> true -``` - -## isEmpty - -To do the opposite and test for empty values, do: - -```js -function isEmpty(o, isZero) { - return !hasValue.apply(hasValue, arguments); -} -``` - -## Related projects - -You might also be interested in these projects: - -* [get-object](https://www.npmjs.com/package/get-object): Get a property from an object using dot (object path) notation. | [homepage](https://github.com/jonschlinkert/get-object) -* [get-property](https://www.npmjs.com/package/get-property): Get a nested property or its value from an object using simple `a.b.c` paths. | [homepage](https://github.com/jonschlinkert/get-property) -* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value) -* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value) - -## Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/has-value/issues/new). - -## Building docs - -Generate readme and API documentation with [verb](https://github.com/verbose/verb): - -```sh -$ npm install verb && npm run docs -``` - -Or, if [verb](https://github.com/verbose/verb) is installed globally: - -```sh -$ verb -``` - -## Running tests - -Install dev dependencies: - -```sh -$ npm install -d && npm test -``` - -## Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -## License - -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT license](https://github.com/jonschlinkert/has-value/blob/master/LICENSE). - -*** - -_This file was generated by [verb](https://github.com/verbose/verb), v, on March 27, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/index.js b/2019-setembro/node_modules/unset-value/node_modules/has-value/index.js deleted file mode 100644 index 90687c8..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-value/index.js +++ /dev/null @@ -1,19 +0,0 @@ -/*! - * has-value - * - * Copyright (c) 2014-2016, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -var isObject = require('isobject'); -var hasValues = require('has-values'); -var get = require('get-value'); - -module.exports = function(obj, prop, noZero) { - if (isObject(obj)) { - return hasValues(get(obj, prop), noZero); - } - return hasValues(obj, prop); -}; diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE deleted file mode 100644 index 39245ac..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md deleted file mode 100644 index 9dd897a..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md +++ /dev/null @@ -1,112 +0,0 @@ -# isobject [![NPM version](https://img.shields.io/npm/v/isobject.svg?style=flat)](https://www.npmjs.com/package/isobject) [![NPM downloads](https://img.shields.io/npm/dm/isobject.svg?style=flat)](https://npmjs.org/package/isobject) [![Build Status](https://img.shields.io/travis/jonschlinkert/isobject.svg?style=flat)](https://travis-ci.org/jonschlinkert/isobject) - -Returns true if the value is an object and not an array or null. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install isobject --save -``` - -Use [is-plain-object](https://github.com/jonschlinkert/is-plain-object) if you want only objects that are created by the `Object` constructor. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install isobject -``` - -Install with [bower](http://bower.io/) - -```sh -$ bower install isobject -``` - -## Usage - -```js -var isObject = require('isobject'); -``` - -**True** - -All of the following return `true`: - -```js -isObject({}); -isObject(Object.create({})); -isObject(Object.create(Object.prototype)); -isObject(Object.create(null)); -isObject({}); -isObject(new Foo); -isObject(/foo/); -``` - -**False** - -All of the following return `false`: - -```js -isObject(); -isObject(function () {}); -isObject(1); -isObject([]); -isObject(undefined); -isObject(null); -``` - -## Related projects - -You might also be interested in these projects: - -[merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep) - -* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow) -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object) -* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of) - -## Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/isobject/issues/new). - -## Building docs - -Generate readme and API documentation with [verb](https://github.com/verbose/verb): - -```sh -$ npm install verb && npm run docs -``` - -Or, if [verb](https://github.com/verbose/verb) is installed globally: - -```sh -$ verb -``` - -## Running tests - -Install dev dependencies: - -```sh -$ npm install -d && npm test -``` - -## Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -## License - -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT license](https://github.com/jonschlinkert/isobject/blob/master/LICENSE). - -*** - -_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 25, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js deleted file mode 100644 index aa0dce0..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js +++ /dev/null @@ -1,14 +0,0 @@ -/*! - * isobject - * - * Copyright (c) 2014-2015, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -var isArray = require('isarray'); - -module.exports = function isObject(val) { - return val != null && typeof val === 'object' && isArray(val) === false; -}; diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json b/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json deleted file mode 100644 index 954f411..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "isobject", - "description": "Returns true if the value is an object and not an array or null.", - "version": "2.1.0", - "homepage": "https://github.com/jonschlinkert/isobject", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/isobject", - "bugs": { - "url": "https://github.com/jonschlinkert/isobject/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "isarray": "1.0.0" - }, - "devDependencies": { - "gulp-format-md": "^0.1.9", - "mocha": "^2.4.5" - }, - "keywords": [ - "check", - "is", - "is-object", - "isobject", - "kind", - "kind-of", - "kindof", - "native", - "object", - "type", - "typeof", - "value" - ], - "verb": { - "related": { - "list": [ - "merge-deep", - "extend-shallow", - "is-plain-object", - "kind-of" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - }, - "reflinks": [ - "verb" - ] - } -} diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-value/package.json b/2019-setembro/node_modules/unset-value/node_modules/has-value/package.json deleted file mode 100644 index 88ff6ed..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-value/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "has-value", - "version": "0.3.1", - "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.", - "homepage": "https://github.com/jonschlinkert/has-value", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/has-value", - "bugs": { - "url": "https://github.com/jonschlinkert/has-value/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "devDependencies": { - "gulp-format-md": "^0.1.7", - "mocha": "^2.4.5" - }, - "keywords": [ - "array", - "boolean", - "empty", - "find", - "function", - "has", - "hasOwn", - "javascript", - "js", - "key", - "keys", - "node.js", - "null", - "number", - "object", - "properties", - "property", - "string", - "type", - "util", - "utilities", - "utility", - "value" - ], - "verb": { - "run": true, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "get-object", - "get-property", - "get-value", - "set-value" - ] - }, - "reflinks": [ - "verb" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-values/LICENSE b/2019-setembro/node_modules/unset-value/node_modules/has-values/LICENSE deleted file mode 100644 index 39245ac..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-values/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2016, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-values/README.md b/2019-setembro/node_modules/unset-value/node_modules/has-values/README.md deleted file mode 100644 index 13319c5..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-values/README.md +++ /dev/null @@ -1,114 +0,0 @@ -# has-values [![NPM version](https://img.shields.io/npm/v/has-values.svg?style=flat)](https://www.npmjs.com/package/has-values) [![NPM downloads](https://img.shields.io/npm/dm/has-values.svg?style=flat)](https://npmjs.org/package/has-values) [![Build Status](https://img.shields.io/travis/jonschlinkert/has-values.svg?style=flat)](https://travis-ci.org/jonschlinkert/has-values) - -> Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install has-values --save -``` - -## Usage - -```js -var hasValue = require('has-values'); - -hasValue('a'); -//=> true - -hasValue(''); -//=> false - -hasValue(1); -//=> true - -hasValue(0); -//=> false - -hasValue(0, true); // treat zero as a value -//=> true - -hasValue({a: 'a'}}); -//=> true - -hasValue({}}); -//=> false - -hasValue(['a']); -//=> true - -hasValue([]); -//=> false - -hasValue(function(foo) {}); // function length/arity -//=> true - -hasValue(function() {}); -//=> false - -hasValue(true); -hasValue(false); -//=> true -``` - -## isEmpty - -To test for empty values, do: - -```js -function isEmpty(o, isZero) { - return !hasValue(o, isZero); -} -``` - -## Related projects - -You might also be interested in these projects: - -* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://www.npmjs.com/package/has-value) | [homepage](https://github.com/jonschlinkert/has-value) -* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object) -* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject) - -## Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/has-values/issues/new). - -## Building docs - -Generate readme and API documentation with [verb](https://github.com/verbose/verb): - -```sh -$ npm install verb && npm run docs -``` - -Or, if [verb](https://github.com/verbose/verb) is installed globally: - -```sh -$ verb -``` - -## Running tests - -Install dev dependencies: - -```sh -$ npm install -d && npm test -``` - -## Author - -**Jon Schlinkert** - -* [github/jonschlinkert](https://github.com/jonschlinkert) -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) - -## License - -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT license](https://github.com/jonschlinkert/has-values/blob/master/LICENSE). - -*** - -_This file was generated by [verb](https://github.com/verbose/verb), v, on March 27, 2016._ \ No newline at end of file diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-values/index.js b/2019-setembro/node_modules/unset-value/node_modules/has-values/index.js deleted file mode 100644 index 6d04ba1..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-values/index.js +++ /dev/null @@ -1,36 +0,0 @@ -/*! - * has-values - * - * Copyright (c) 2014-2015, Jon Schlinkert. - * Licensed under the MIT License. - */ - -'use strict'; - -module.exports = function hasValue(o, noZero) { - if (o === null || o === undefined) { - return false; - } - - if (typeof o === 'boolean') { - return true; - } - - if (typeof o === 'number') { - if (o === 0 && noZero === true) { - return false; - } - return true; - } - - if (o.length !== undefined) { - return o.length !== 0; - } - - for (var key in o) { - if (o.hasOwnProperty(key)) { - return true; - } - } - return false; -}; diff --git a/2019-setembro/node_modules/unset-value/node_modules/has-values/package.json b/2019-setembro/node_modules/unset-value/node_modules/has-values/package.json deleted file mode 100644 index 519a2c8..0000000 --- a/2019-setembro/node_modules/unset-value/node_modules/has-values/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "has-values", - "version": "0.1.4", - "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ", - "homepage": "https://github.com/jonschlinkert/has-values", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/has-values", - "bugs": { - "url": "https://github.com/jonschlinkert/has-values/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "gulp-format-md": "^0.1.7", - "mocha": "^2.4.5" - }, - "keywords": [ - "array", - "boolean", - "empty", - "find", - "function", - "has", - "hasOwn", - "javascript", - "js", - "key", - "keys", - "node.js", - "null", - "number", - "object", - "properties", - "property", - "string", - "type", - "util", - "utilities", - "utility", - "value" - ], - "verb": { - "run": true, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "has-value", - "isobject", - "is-plain-object" - ] - }, - "reflinks": [ - "verb" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/unset-value/package.json b/2019-setembro/node_modules/unset-value/package.json deleted file mode 100644 index 0753ba6..0000000 --- a/2019-setembro/node_modules/unset-value/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "unset-value", - "description": "Delete nested properties from an object using dot notation.", - "version": "1.0.0", - "homepage": "https://github.com/jonschlinkert/unset-value", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - " (https://github.com/wtgtybhertgeghgtwtg)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)" - ], - "repository": "jonschlinkert/unset-value", - "bugs": { - "url": "https://github.com/jonschlinkert/unset-value/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "dependencies": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "devDependencies": { - "gulp-format-md": "^0.1.11", - "mocha": "*", - "should": "*" - }, - "keywords": [ - "del", - "delete", - "key", - "object", - "omit", - "prop", - "property", - "remove", - "unset", - "value" - ], - "verb": { - "related": { - "list": [ - "get-value", - "get-values", - "omit-value", - "put-value", - "set-value", - "union-value", - "upsert-value" - ] - }, - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/upath/LICENSE b/2019-setembro/node_modules/upath/LICENSE deleted file mode 100755 index 77fab24..0000000 --- a/2019-setembro/node_modules/upath/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright(c) 2014-2019 Angelos Pikoulas (agelos.pikoulas@gmail.com) - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/upath/build/code/upath.js b/2019-setembro/node_modules/upath/build/code/upath.js deleted file mode 100644 index f0949e1..0000000 --- a/2019-setembro/node_modules/upath/build/code/upath.js +++ /dev/null @@ -1,171 +0,0 @@ -/** -* upath http://github.com/anodynos/upath/ -* -* A proxy to `path`, replacing `\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions. -* Version 1.2.0 - Compiled on 2019-09-02 23:33:57 -* Repository git://github.com/anodynos/upath -* Copyright(c) 2019 Angelos Pikoulas -* License MIT -*/ - -// Generated by uRequire v0.7.0-beta.33 target: 'lib' template: 'nodejs' - - -var VERSION = '1.2.0'; // injected by urequire-rc-inject-version - -var extraFn, extraFunctions, isFunction, isString, isValidExt, name, path, propName, propValue, toUnix, upath, slice = [].slice, indexOf = [].indexOf || function (item) { - for (var i = 0, l = this.length; i < l; i++) { - if (i in this && this[i] === item) - return i; - } - return -1; - }, hasProp = {}.hasOwnProperty; -path = require("path"); -isFunction = function (val) { - return val instanceof Function; -}; -isString = function (val) { - return typeof val === "string" || !!val && typeof val === "object" && Object.prototype.toString.call(val) === "[object String]"; -}; -upath = exports; -upath.VERSION = typeof VERSION !== "undefined" && VERSION !== null ? VERSION : "NO-VERSION"; -toUnix = function (p) { - var double; - p = p.replace(/\\/g, "/"); - double = /\/\//; - while (p.match(double)) { - p = p.replace(double, "/"); - } - return p; -}; -for (propName in path) { - propValue = path[propName]; - if (isFunction(propValue)) { - upath[propName] = function (propName) { - return function () { - var args, result; - args = 1 <= arguments.length ? slice.call(arguments, 0) : []; - args = args.map(function (p) { - if (isString(p)) { - return toUnix(p); - } else { - return p; - } - }); - result = path[propName].apply(path, args); - if (isString(result)) { - return toUnix(result); - } else { - return result; - } - }; - }(propName); - } else { - upath[propName] = propValue; - } -} -upath.sep = "/"; -extraFunctions = { - toUnix: toUnix, - normalizeSafe: function (p) { - p = toUnix(p); - if (p.startsWith("./")) { - if (p.startsWith("./..") || p === "./") { - return upath.normalize(p); - } else { - return "./" + upath.normalize(p); - } - } else { - return upath.normalize(p); - } - }, - normalizeTrim: function (p) { - p = upath.normalizeSafe(p); - if (p.endsWith("/")) { - return p.slice(0, +(p.length - 2) + 1 || 9000000000); - } else { - return p; - } - }, - joinSafe: function () { - var p, result; - p = 1 <= arguments.length ? slice.call(arguments, 0) : []; - result = upath.join.apply(null, p); - if (p[0].startsWith("./") && !result.startsWith("./")) { - result = "./" + result; - } - return result; - }, - addExt: function (file, ext) { - if (!ext) { - return file; - } else { - if (ext[0] !== ".") { - ext = "." + ext; - } - return file + (file.endsWith(ext) ? "" : ext); - } - }, - trimExt: function (filename, ignoreExts, maxSize) { - var oldExt; - if (maxSize == null) { - maxSize = 7; - } - oldExt = upath.extname(filename); - if (isValidExt(oldExt, ignoreExts, maxSize)) { - return filename.slice(0, +(filename.length - oldExt.length - 1) + 1 || 9000000000); - } else { - return filename; - } - }, - removeExt: function (filename, ext) { - if (!ext) { - return filename; - } else { - ext = ext[0] === "." ? ext : "." + ext; - if (upath.extname(filename) === ext) { - return upath.trimExt(filename); - } else { - return filename; - } - } - }, - changeExt: function (filename, ext, ignoreExts, maxSize) { - if (maxSize == null) { - maxSize = 7; - } - return upath.trimExt(filename, ignoreExts, maxSize) + (!ext ? "" : ext[0] === "." ? ext : "." + ext); - }, - defaultExt: function (filename, ext, ignoreExts, maxSize) { - var oldExt; - if (maxSize == null) { - maxSize = 7; - } - oldExt = upath.extname(filename); - if (isValidExt(oldExt, ignoreExts, maxSize)) { - return filename; - } else { - return upath.addExt(filename, ext); - } - } -}; -isValidExt = function (ext, ignoreExts, maxSize) { - if (ignoreExts == null) { - ignoreExts = []; - } - return ext && ext.length <= maxSize && indexOf.call(ignoreExts.map(function (e) { - return (e && e[0] !== "." ? "." : "") + e; - }), ext) < 0; -}; -for (name in extraFunctions) { - if (!hasProp.call(extraFunctions, name)) - continue; - extraFn = extraFunctions[name]; - if (upath[name] !== void 0) { - throw new Error("path." + name + " already exists."); - } else { - upath[name] = extraFn; - } -} - -; \ No newline at end of file diff --git a/2019-setembro/node_modules/upath/package.json b/2019-setembro/node_modules/upath/package.json deleted file mode 100644 index 38f605b..0000000 --- a/2019-setembro/node_modules/upath/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "upath", - "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.", - "version": "1.2.0", - "homepage": "http://github.com/anodynos/upath/", - "author": { - "name": "Angelos Pikoulas", - "email": "agelos.pikoulas@gmail.com" - }, - "license": "MIT", - "keywords": [ - "path", - "unix", - "windows", - "extension", - "file extension", - "replace extension", - "change extension", - "trim extension", - "add extension", - "default extension" - ], - "repository": { - "type": "git", - "url": "git://github.com/anodynos/upath" - }, - "bugs": { - "url": "http://github.com/anodynos/upath/issues", - "email": "agelos.pikoulas@gmail.com" - }, - "main": "./build/code/upath.js", - "types": "./upath.d.ts", - "preferGlobal": false, - "scripts": { - "test": "grunt", - "build": "grunt lib" - }, - "directories": { - "doc": "./doc", - "dist": "./build" - }, - "engines": { - "node": ">=4", - "yarn": "*" - }, - "devDependencies": { - "chai": "~4.0.2", - "coffee-script": "1.12.6", - "grunt": "0.4.5", - "grunt-contrib-watch": "^1.1.0", - "grunt-urequire": "0.7.x", - "lodash": "^4.17.15", - "mocha": "~3.4.2", - "uberscore": "0.0.19", - "underscore.string": "^3.3.5", - "urequire": "0.7.0-beta.33", - "urequire-ab-specrunner": "^0.2.5", - "urequire-rc-inject-version": "^0.1.6" - } -} diff --git a/2019-setembro/node_modules/upath/readme.md b/2019-setembro/node_modules/upath/readme.md deleted file mode 100644 index 21bd958..0000000 --- a/2019-setembro/node_modules/upath/readme.md +++ /dev/null @@ -1,342 +0,0 @@ -# upath v1.2.0 - -[![Build Status](https://travis-ci.org/anodynos/upath.svg?branch=master)](https://travis-ci.org/anodynos/upath) -[![Up to date Status](https://david-dm.org/anodynos/upath.png)](https://david-dm.org/anodynos/upath) - -A drop-in replacement / proxy to nodejs's `path` that: - - * Replaces the windows `\` with the unix `/` in all string params & results. This has significant positives - see below. - - * Adds **filename extensions** functions `addExt`, `trimExt`, `removeExt`, `changeExt`, and `defaultExt`. - - * Add a `normalizeSafe` function to preserve any meaningful leading `./` & a `normalizeTrim` which additionally trims any useless ending `/`. - - * Plus a helper `toUnix` that simply converts `\` to `/` and consolidates duplicates. - -**Useful note: these docs are actually auto generated from [specs](https://github.com/anodynos/upath/blob/master/source/spec/upath-spec.coffee), running on Linux.** - -Notes: - - * `upath.sep` is set to `'/'` for seamless replacement (as of 1.0.3). - - * upath has no runtime dependencies, except built-in `path` (as of 1.0.4) - - * travis-ci tested in node versions 4 to 12 - - -## Why ? - -Normal `path` doesn't convert paths to a unified format (ie `/`) before calculating paths (`normalize`, `join`), which can lead to numerous problems. -Also path joining, normalization etc on the two formats is not consistent, depending on where it runs. Running `path` on Windows yields different results than when it runs on Linux / Mac. - -In general, if you code your paths logic while developing on Unix/Mac and it runs on Windows, you may run into problems when using `path`. - -Note that using **Unix `/` on Windows** works perfectly inside nodejs (and other languages), so there's no reason to stick to the Windows legacy at all. - -##### Examples / specs - - -Check out the different (improved) behavior to vanilla `path`: - - `upath.normalize(path)` --returns--> - - ✓ `'c:/windows/nodejs/path'` ---> `'c:/windows/nodejs/path'` // equal to `path.normalize()` - ✓ `'c:/windows/../nodejs/path'` ---> `'c:/nodejs/path'` // equal to `path.normalize()` - ✓ `'c:\\windows\\nodejs\\path'` ---> `'c:/windows/nodejs/path'` // `path.normalize()` gives `'c:\windows\nodejs\path'` - ✓ `'c:\\windows\\..\\nodejs\\path'` ---> `'c:/nodejs/path'` // `path.normalize()` gives `'c:\windows\..\nodejs\path'` - ✓ `'//windows\\unix/mixed'` ---> `'/windows/unix/mixed'` // `path.normalize()` gives `'/windows\unix/mixed'` - ✓ `'\\windows//unix/mixed'` ---> `'/windows/unix/mixed'` // `path.normalize()` gives `'\windows/unix/mixed'` - ✓ `'////\\windows\\..\\unix/mixed/'` ---> `'/unix/mixed/'` // `path.normalize()` gives `'/\windows\..\unix/mixed/'` - - -Joining paths can also be a problem: - - `upath.join(paths...)` --returns--> - - ✓ `'some/nodejs/deep', '../path'` ---> `'some/nodejs/path'` // equal to `path.join()` - ✓ `'some/nodejs\\windows', '../path'` ---> `'some/nodejs/path'` // `path.join()` gives `'some/path'` - ✓ `'some\\windows\\only', '..\\path'` ---> `'some/windows/path'` // `path.join()` gives `'some\windows\only/..\path'` - - -Parsing with `path.parse()` should also be consistent across OSes: - - `upath.parse(path)` --returns--> - - ✓ `'c:\Windows\Directory\somefile.ext'` ---> `{ root: '', dir: 'c:/Windows/Directory', base: 'somefile.ext', ext: '.ext', name: 'somefile' }` - // `path.parse()` gives `'{ root: '', dir: '', base: 'c:\\Windows\\Directory\\somefile.ext', ext: '.ext', name: 'c:\\Windows\\Directory\\somefile' }'` - ✓ `'/root/of/unix/somefile.ext'` ---> `{ root: '/', dir: '/root/of/unix', base: 'somefile.ext', ext: '.ext', name: 'somefile' }` // equal to `path.parse()` - - -## Added functions - - -#### `upath.toUnix(path)` - -Just converts all `` to `/` and consolidates duplicates, without performing any normalization. - -##### Examples / specs - - `upath.toUnix(path)` --returns--> - - ✓ `'.//windows\//unix//mixed////'` ---> `'./windows/unix/mixed/'` - ✓ `'..///windows\..\\unix/mixed'` ---> `'../windows/../unix/mixed'` - - -#### `upath.normalizeSafe(path)` - -Exactly like `path.normalize(path)`, but it keeps the first meaningful `./`. - -Note that the unix `/` is returned everywhere, so windows `\` is always converted to unix `/`. - -##### Examples / specs & how it differs from vanilla `path` - - `upath.normalizeSafe(path)` --returns--> - - ✓ `''` ---> `'.'` // equal to `path.normalize()` - ✓ `'.'` ---> `'.'` // equal to `path.normalize()` - ✓ `'./'` ---> `'./'` // equal to `path.normalize()` - ✓ `'.//'` ---> `'./'` // equal to `path.normalize()` - ✓ `'.\\'` ---> `'./'` // `path.normalize()` gives `'.\'` - ✓ `'.\\//'` ---> `'./'` // `path.normalize()` gives `'.\/'` - ✓ `'./..'` ---> `'..'` // equal to `path.normalize()` - ✓ `'.//..'` ---> `'..'` // equal to `path.normalize()` - ✓ `'./../'` ---> `'../'` // equal to `path.normalize()` - ✓ `'.\\..\\'` ---> `'../'` // `path.normalize()` gives `'.\..\'` - ✓ `'./../dep'` ---> `'../dep'` // equal to `path.normalize()` - ✓ `'../dep'` ---> `'../dep'` // equal to `path.normalize()` - ✓ `'../path/dep'` ---> `'../path/dep'` // equal to `path.normalize()` - ✓ `'../path/../dep'` ---> `'../dep'` // equal to `path.normalize()` - ✓ `'dep'` ---> `'dep'` // equal to `path.normalize()` - ✓ `'path//dep'` ---> `'path/dep'` // equal to `path.normalize()` - ✓ `'./dep'` ---> `'./dep'` // `path.normalize()` gives `'dep'` - ✓ `'./path/dep'` ---> `'./path/dep'` // `path.normalize()` gives `'path/dep'` - ✓ `'./path/../dep'` ---> `'./dep'` // `path.normalize()` gives `'dep'` - ✓ `'.//windows\\unix/mixed/'` ---> `'./windows/unix/mixed/'` // `path.normalize()` gives `'windows\unix/mixed/'` - ✓ `'..//windows\\unix/mixed'` ---> `'../windows/unix/mixed'` // `path.normalize()` gives `'../windows\unix/mixed'` - ✓ `'windows\\unix/mixed/'` ---> `'windows/unix/mixed/'` // `path.normalize()` gives `'windows\unix/mixed/'` - ✓ `'..//windows\\..\\unix/mixed'` ---> `'../unix/mixed'` // `path.normalize()` gives `'../windows\..\unix/mixed'` - - -#### `upath.normalizeTrim(path)` - -Exactly like `path.normalizeSafe(path)`, but it trims any useless ending `/`. - -##### Examples / specs - - `upath.normalizeTrim(path)` --returns--> - - ✓ `'./'` ---> `'.'` // `upath.normalizeSafe()` gives `'./'` - ✓ `'./../'` ---> `'..'` // `upath.normalizeSafe()` gives `'../'` - ✓ `'./../dep/'` ---> `'../dep'` // `upath.normalizeSafe()` gives `'../dep/'` - ✓ `'path//dep\\'` ---> `'path/dep'` // `upath.normalizeSafe()` gives `'path/dep/'` - ✓ `'.//windows\\unix/mixed/'` ---> `'./windows/unix/mixed'` // `upath.normalizeSafe()` gives `'./windows/unix/mixed/'` - - -#### `upath.joinSafe([path1][, path2][, ...])` - -Exactly like `path.join()`, but it keeps the first meaningful `./`. - -Note that the unix `/` is returned everywhere, so windows `\` is always converted to unix `/`. - -##### Examples / specs & how it differs from vanilla `path` - - `upath.joinSafe(path)` --returns--> - - ✓ `'some/nodejs/deep', '../path'` ---> `'some/nodejs/path'` // equal to `path.join()` - ✓ `'./some/local/unix/', '../path'` ---> `'./some/local/path'` // `path.join()` gives `'some/local/path'` - ✓ `'./some\\current\\mixed', '..\\path'` ---> `'./some/current/path'` // `path.join()` gives `'some\current\mixed/..\path'` - ✓ `'../some/relative/destination', '..\\path'` ---> `'../some/relative/path'` // `path.join()` gives `'../some/relative/destination/..\path'` - - -## Added functions for *filename extension* manipulation. - -**Happy notes:** - - In all functions you can: - - * use both `.ext` & `ext` - the dot `.` on the extension is always adjusted correctly. - - * omit the `ext` param (pass null/undefined/empty string) and the common sense thing will happen. - - * ignore specific extensions from being considered as valid ones (eg `.min`, `.dev` `.aLongExtIsNotAnExt` etc), hence no trimming or replacement takes place on them. - - - -#### `upath.addExt(filename, [ext])` - -Adds `.ext` to `filename`, but only if it doesn't already have the exact extension. - -##### Examples / specs - - `upath.addExt(filename, 'js')` --returns--> - - ✓ `'myfile/addExt'` ---> `'myfile/addExt.js'` - ✓ `'myfile/addExt.txt'` ---> `'myfile/addExt.txt.js'` - ✓ `'myfile/addExt.js'` ---> `'myfile/addExt.js'` - ✓ `'myfile/addExt.min.'` ---> `'myfile/addExt.min..js'` - - -It adds nothing if no `ext` param is passed. - - `upath.addExt(filename)` --returns--> - - ✓ `'myfile/addExt'` ---> `'myfile/addExt'` - ✓ `'myfile/addExt.txt'` ---> `'myfile/addExt.txt'` - ✓ `'myfile/addExt.js'` ---> `'myfile/addExt.js'` - ✓ `'myfile/addExt.min.'` ---> `'myfile/addExt.min.'` - - -#### `upath.trimExt(filename, [ignoreExts], [maxSize=7])` - -Trims a filename's extension. - - * Extensions are considered to be up to `maxSize` chars long, counting the dot (defaults to 7). - - * An `Array` of `ignoreExts` (eg `['.min']`) prevents these from being considered as extension, thus are not trimmed. - -##### Examples / specs - - `upath.trimExt(filename)` --returns--> - - ✓ `'my/trimedExt.txt'` ---> `'my/trimedExt'` - ✓ `'my/trimedExt'` ---> `'my/trimedExt'` - ✓ `'my/trimedExt.min'` ---> `'my/trimedExt'` - ✓ `'my/trimedExt.min.js'` ---> `'my/trimedExt.min'` - ✓ `'../my/trimedExt.longExt'` ---> `'../my/trimedExt.longExt'` - - -It is ignoring `.min` & `.dev` as extensions, and considers exts with up to 8 chars. - - `upath.trimExt(filename, ['min', '.dev'], 8)` --returns--> - - ✓ `'my/trimedExt.txt'` ---> `'my/trimedExt'` - ✓ `'my/trimedExt.min'` ---> `'my/trimedExt.min'` - ✓ `'my/trimedExt.dev'` ---> `'my/trimedExt.dev'` - ✓ `'../my/trimedExt.longExt'` ---> `'../my/trimedExt'` - ✓ `'../my/trimedExt.longRExt'` ---> `'../my/trimedExt.longRExt'` - - -#### `upath.removeExt(filename, ext)` - -Removes the specific `ext` extension from filename, if it has it. Otherwise it leaves it as is. -As in all upath functions, it be `.ext` or `ext`. - -##### Examples / specs - - `upath.removeExt(filename, '.js')` --returns--> - - ✓ `'removedExt.js'` ---> `'removedExt'` - ✓ `'removedExt.txt.js'` ---> `'removedExt.txt'` - ✓ `'notRemoved.txt'` ---> `'notRemoved.txt'` - -It does not care about the length of exts. - - `upath.removeExt(filename, '.longExt')` --returns--> - - ✓ `'removedExt.longExt'` ---> `'removedExt'` - ✓ `'removedExt.txt.longExt'` ---> `'removedExt.txt'` - ✓ `'notRemoved.txt'` ---> `'notRemoved.txt'` - - -#### `upath.changeExt(filename, [ext], [ignoreExts], [maxSize=7])` - -Changes a filename's extension to `ext`. If it has no (valid) extension, it adds it. - - * Valid extensions are considered to be up to `maxSize` chars long, counting the dot (defaults to 7). - - * An `Array` of `ignoreExts` (eg `['.min']`) prevents these from being considered as extension, thus are not changed - the new extension is added instead. - -##### Examples / specs - - `upath.changeExt(filename, '.js')` --returns--> - - ✓ `'my/module.min'` ---> `'my/module.js'` - ✓ `'my/module.coffee'` ---> `'my/module.js'` - ✓ `'my/module'` ---> `'my/module.js'` - ✓ `'file/withDot.'` ---> `'file/withDot.js'` - ✓ `'file/change.longExt'` ---> `'file/change.longExt.js'` - - -If no `ext` param is given, it trims the current extension (if any). - - `upath.changeExt(filename)` --returns--> - - ✓ `'my/module.min'` ---> `'my/module'` - ✓ `'my/module.coffee'` ---> `'my/module'` - ✓ `'my/module'` ---> `'my/module'` - ✓ `'file/withDot.'` ---> `'file/withDot'` - ✓ `'file/change.longExt'` ---> `'file/change.longExt'` - - -It is ignoring `.min` & `.dev` as extensions, and considers exts with up to 8 chars. - - `upath.changeExt(filename, 'js', ['min', '.dev'], 8)` --returns--> - - ✓ `'my/module.coffee'` ---> `'my/module.js'` - ✓ `'file/notValidExt.min'` ---> `'file/notValidExt.min.js'` - ✓ `'file/notValidExt.dev'` ---> `'file/notValidExt.dev.js'` - ✓ `'file/change.longExt'` ---> `'file/change.js'` - ✓ `'file/change.longRExt'` ---> `'file/change.longRExt.js'` - - -#### `upath.defaultExt(filename, [ext], [ignoreExts], [maxSize=7])` - -Adds `.ext` to `filename`, only if it doesn't already have _any_ *old* extension. - - * (Old) extensions are considered to be up to `maxSize` chars long, counting the dot (defaults to 7). - - * An `Array` of `ignoreExts` (eg `['.min']`) will force adding default `.ext` even if one of these is present. - -##### Examples / specs - - `upath.defaultExt(filename, 'js')` --returns--> - - ✓ `'fileWith/defaultExt'` ---> `'fileWith/defaultExt.js'` - ✓ `'fileWith/defaultExt.js'` ---> `'fileWith/defaultExt.js'` - ✓ `'fileWith/defaultExt.min'` ---> `'fileWith/defaultExt.min'` - ✓ `'fileWith/defaultExt.longExt'` ---> `'fileWith/defaultExt.longExt.js'` - - -If no `ext` param is passed, it leaves filename intact. - - `upath.defaultExt(filename)` --returns--> - - ✓ `'fileWith/defaultExt'` ---> `'fileWith/defaultExt'` - ✓ `'fileWith/defaultExt.js'` ---> `'fileWith/defaultExt.js'` - ✓ `'fileWith/defaultExt.min'` ---> `'fileWith/defaultExt.min'` - ✓ `'fileWith/defaultExt.longExt'` ---> `'fileWith/defaultExt.longExt'` - - -It is ignoring `.min` & `.dev` as extensions, and considers exts with up to 8 chars. - - `upath.defaultExt(filename, 'js', ['min', '.dev'], 8)` --returns--> - - ✓ `'fileWith/defaultExt'` ---> `'fileWith/defaultExt.js'` - ✓ `'fileWith/defaultExt.min'` ---> `'fileWith/defaultExt.min.js'` - ✓ `'fileWith/defaultExt.dev'` ---> `'fileWith/defaultExt.dev.js'` - ✓ `'fileWith/defaultExt.longExt'` ---> `'fileWith/defaultExt.longExt'` - ✓ `'fileWith/defaultExt.longRext'` ---> `'fileWith/defaultExt.longRext.js'` - - -Copyright(c) 2014-2019 Angelos Pikoulas (agelos.pikoulas@gmail.com) - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/upath/upath.d.ts b/2019-setembro/node_modules/upath/upath.d.ts deleted file mode 100644 index 778d70a..0000000 --- a/2019-setembro/node_modules/upath/upath.d.ts +++ /dev/null @@ -1,239 +0,0 @@ -declare module "upath" { - - /** - * A parsed path object generated by path.parse() or consumed by path.format(). - */ - export interface ParsedPath { - /** - * The root of the path such as '/' or 'c:\' - */ - root: string; - /** - * The full directory path such as '/home/user/dir' or 'c:\path\dir' - */ - dir: string; - /** - * The file name including extension (if any) such as 'index.html' - */ - base: string; - /** - * The file extension (if any) such as '.html' - */ - ext: string; - /** - * The file name without extension (if any) such as 'index' - */ - name: string; - } - - /** - * Version of the library - */ - export var VERSION: string; - - /** - * Just converts all `to/` and consolidates duplicates, without performing any normalization. - * - * @param p string path to convert to unix. - */ - export function toUnix(p: string): string; - - /** - * Exactly like path.normalize(path), but it keeps the first meaningful ./. - * - * Note that the unix / is returned everywhere, so windows \ is always converted to unix /. - * - * @param p string path to normalize. - */ - export function normalizeSafe(p: string): string; - - /** - * Exactly like path.normalizeSafe(path), but it trims any useless ending /. - * - * @param p string path to normalize - */ - export function normalizeTrim(p: string): string; - - /** - * Exactly like path.join(), but it keeps the first meaningful ./. - * - * Note that the unix / is returned everywhere, so windows \ is always converted to unix /. - * - * @param paths string paths to join - */ - export function joinSafe(...p: any[]): string; - - /** - * Adds .ext to filename, but only if it doesn't already have the exact extension. - * - * @param file string filename to add extension to - * @param ext string extension to add - */ - export function addExt(file: string, ext: string): string; - - /** - * Trims a filename's extension. - * - * Extensions are considered to be up to maxSize chars long, counting the dot (defaults to 7). - * - * An Array of ignoreExts (eg ['.min']) prevents these from being considered as extension, thus are not trimmed. - * - * @param filename string filename to trim it's extension - * @param ignoreExts array extensions to ignore - * @param maxSize number max length of the extension - */ - export function trimExt(filename: string, ignoreExts?: string[], maxSize?: number): string; - - /** - * Removes the specific ext extension from filename, if it has it. Otherwise it leaves it as is. As in all upath functions, it be .ext or ext. - * - * @param file string filename to remove extension to - * @param ext string extension to remove - */ - export function removeExt(filename: string, ext: string): string; - - /** - * Changes a filename's extension to ext. If it has no (valid) extension, it adds it. - * - * Valid extensions are considered to be up to maxSize chars long, counting the dot (defaults to 7). - * - * An Array of ignoreExts (eg ['.min']) prevents these from being considered as extension, thus are not changed - the new extension is added instead. - * - * @param filename string filename to change it's extension - * @param ext string extension to change to - * @param ignoreExts array extensions to ignore - * @param maxSize number max length of the extension - */ - export function changeExt(filename: string, ext: string, ignoreExts?: string[], maxSize?: number): string; - - /** - * Adds .ext to filename, only if it doesn't already have any old extension. - * - * (Old) extensions are considered to be up to maxSize chars long, counting the dot (defaults to 7). - * - * An Array of ignoreExts (eg ['.min']) will force adding default .ext even if one of these is present. - * - * @param filename string filename to default to it's extension - * @param ext string extension to default to - * @param ignoreExts array extensions to ignore - * @param maxSize number max length of the extension - */ - export function defaultExt(filename: string, ext: string, ignoreExts?: string[], maxSize?: number): string; - - /** - * Normalize a string path, reducing '..' and '.' parts. - * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. - * - * @param p string path to normalize. - */ - export function normalize(p: string): string; - /** - * Join all arguments together and normalize the resulting path. - * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. - * - * @param paths string paths to join. - */ - export function join(...paths: any[]): string; - /** - * Join all arguments together and normalize the resulting path. - * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. - * - * @param paths string paths to join. - */ - export function join(...paths: string[]): string; - /** - * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. - * - * Starting from leftmost {from} parameter, resolves {to} to an absolute path. - * - * If {to} isn't already absolute, {from} arguments are prepended in right to left order, until an absolute path is found. If after using all {from} paths still no absolute path is found, the current working directory is used as well. The resulting path is normalized, and trailing slashes are removed unless the path gets resolved to the root directory. - * - * @param pathSegments string paths to join. Non-string arguments are ignored. - */ - export function resolve(...pathSegments: any[]): string; - /** - * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. - * - * @param path path to test. - */ - export function isAbsolute(path: string): boolean; - /** - * Solve the relative path from {from} to {to}. - * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. - * - * @param from - * @param to - */ - export function relative(from: string, to: string): string; - /** - * Return the directory name of a path. Similar to the Unix dirname command. - * - * @param p the path to evaluate. - */ - export function dirname(p: string): string; - /** - * Return the last portion of a path. Similar to the Unix basename command. - * Often used to extract the file name from a fully qualified path. - * - * @param p the path to evaluate. - * @param ext optionally, an extension to remove from the result. - */ - export function basename(p: string, ext?: string): string; - /** - * Return the extension of the path, from the last '.' to end of string in the last portion of the path. - * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string - * - * @param p the path to evaluate. - */ - export function extname(p: string): string; - /** - * The platform-specific file separator. '\\' or '/'. - */ - export var sep: string; - /** - * The platform-specific file delimiter. ';' or ':'. - */ - export var delimiter: string; - /** - * Returns an object from a path string - the opposite of format(). - * - * @param pathString path to evaluate. - */ - export function parse(pathString: string): ParsedPath; - /** - * Returns a path string from an object - the opposite of parse(). - * - * @param pathString path to evaluate. - */ - export function format(pathObject: ParsedPath): string; - - export module posix { - export function normalize(p: string): string; - export function join(...paths: any[]): string; - export function resolve(...pathSegments: any[]): string; - export function isAbsolute(p: string): boolean; - export function relative(from: string, to: string): string; - export function dirname(p: string): string; - export function basename(p: string, ext?: string): string; - export function extname(p: string): string; - export var sep: string; - export var delimiter: string; - export function parse(p: string): ParsedPath; - export function format(pP: ParsedPath): string; - } - - export module win32 { - export function normalize(p: string): string; - export function join(...paths: any[]): string; - export function resolve(...pathSegments: any[]): string; - export function isAbsolute(p: string): boolean; - export function relative(from: string, to: string): string; - export function dirname(p: string): string; - export function basename(p: string, ext?: string): string; - export function extname(p: string): string; - export var sep: string; - export var delimiter: string; - export function parse(p: string): ParsedPath; - export function format(pP: ParsedPath): string; - } -} diff --git a/2019-setembro/node_modules/urix/.jshintrc b/2019-setembro/node_modules/urix/.jshintrc deleted file mode 100644 index 9d1a618..0000000 --- a/2019-setembro/node_modules/urix/.jshintrc +++ /dev/null @@ -1,42 +0,0 @@ -{ - "bitwise": true, - "camelcase": true, - "curly": false, - "eqeqeq": true, - "es3": false, - "forin": true, - "immed": false, - "indent": false, - "latedef": "nofunc", - "newcap": false, - "noarg": true, - "noempty": true, - "nonew": false, - "plusplus": false, - "quotmark": true, - "undef": true, - "unused": "vars", - "strict": false, - "trailing": true, - "maxparams": 5, - "maxdepth": false, - "maxstatements": false, - "maxcomplexity": false, - "maxlen": 100, - - "asi": true, - "expr": true, - "globalstrict": true, - "smarttabs": true, - "sub": true, - - "node": true, - "globals": { - "describe": false, - "it": false, - "before": false, - "beforeEach": false, - "after": false, - "afterEach": false - } -} diff --git a/2019-setembro/node_modules/urix/LICENSE b/2019-setembro/node_modules/urix/LICENSE deleted file mode 100644 index 0595be3..0000000 --- a/2019-setembro/node_modules/urix/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013 Simon Lydell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/urix/index.js b/2019-setembro/node_modules/urix/index.js deleted file mode 100644 index dc6ef27..0000000 --- a/2019-setembro/node_modules/urix/index.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2014 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var path = require("path") - -"use strict" - -function urix(aPath) { - if (path.sep === "\\") { - return aPath - .replace(/\\/g, "/") - .replace(/^[a-z]:\/?/i, "/") - } - return aPath -} - -module.exports = urix diff --git a/2019-setembro/node_modules/urix/package.json b/2019-setembro/node_modules/urix/package.json deleted file mode 100644 index 992e329..0000000 --- a/2019-setembro/node_modules/urix/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "urix", - "version": "0.1.0", - "author": "Simon Lydell", - "license": "MIT", - "description": "Makes Windows-style paths more unix and URI friendly.", - "main": "index.js", - "repository": "lydell/urix", - "keywords": [ - "path", - "url", - "uri", - "unix", - "windows", - "backslash", - "slash" - ], - "scripts": { - "test": "jshint index.js test/ && mocha" - }, - "devDependencies": { - "mocha": "^1.17.1", - "jshint": "^2.4.4" - } -} diff --git a/2019-setembro/node_modules/urix/readme.md b/2019-setembro/node_modules/urix/readme.md deleted file mode 100644 index b258b98..0000000 --- a/2019-setembro/node_modules/urix/readme.md +++ /dev/null @@ -1,46 +0,0 @@ -[![Build Status](https://travis-ci.org/lydell/urix.png?branch=master)](https://travis-ci.org/lydell/urix) - -Overview -======== - -Makes Windows-style paths more unix and URI friendly. Useful if you work with -paths that eventually will be used in URLs. - -```js -var urix = require("urix") - -// On Windows: -urix("c:\\users\\you\\foo") -// /users/you/foo - -// On unix-like systems: -urix("c:\\users\\you\\foo") -// c:\users\you\foo -``` - - -Installation -============ - -`npm install urix` - -```js -var urix = require("urix") -``` - - -Usage -===== - -### `urix(path)` ### - -On Windows, replaces all backslashes with slashes and uses a slash instead of a -drive letter and a colon for absolute paths. - -On unix-like systems it is a no-op. - - -License -======= - -[The X11 (“MIT”) License](LICENSE). diff --git a/2019-setembro/node_modules/urix/test/index.js b/2019-setembro/node_modules/urix/test/index.js deleted file mode 100644 index 5333f24..0000000 --- a/2019-setembro/node_modules/urix/test/index.js +++ /dev/null @@ -1,43 +0,0 @@ -// Copyright 2014 Simon Lydell -// X11 (“MIT”) Licensed. (See LICENSE.) - -var path = require("path") -var assert = require("assert") -var urix = require("../") - -"use stict" - -function test(testPath, expected) { - path.sep = "\\" - assert.equal(urix(testPath), expected) - path.sep = "/" - assert.equal(urix(testPath), testPath) -} - -describe("urix", function() { - - it("is a function", function() { - assert.equal(typeof urix, "function") - }) - - - it("converts backslashes to slashes", function() { - test("a\\b\\c", "a/b/c") - test("\\a\\b\\c", "/a/b/c") - test("a/b\\c", "a/b/c") - test("\\\\a\\\\\\b///c", "//a///b///c") - }) - - - it("changes the drive letter to a slash", function() { - test("c:\\a", "/a") - test("C:\\a", "/a") - test("z:\\a", "/a") - test("c:a", "/a") - test("c:/a", "/a") - test("c:\\\\a", "//a") - test("c://a", "//a") - test("c:\\//a", "///a") - }) - -}) diff --git a/2019-setembro/node_modules/use/LICENSE b/2019-setembro/node_modules/use/LICENSE deleted file mode 100644 index 7cccaf9..0000000 --- a/2019-setembro/node_modules/use/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015-present, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/2019-setembro/node_modules/use/README.md b/2019-setembro/node_modules/use/README.md deleted file mode 100644 index 59b1dbd..0000000 --- a/2019-setembro/node_modules/use/README.md +++ /dev/null @@ -1,90 +0,0 @@ -# use [![NPM version](https://img.shields.io/npm/v/use.svg?style=flat)](https://www.npmjs.com/package/use) [![NPM monthly downloads](https://img.shields.io/npm/dm/use.svg?style=flat)](https://npmjs.org/package/use) [![NPM total downloads](https://img.shields.io/npm/dt/use.svg?style=flat)](https://npmjs.org/package/use) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/use.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/use) - -> Easily add plugin support to your node.js application. - -Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. - -## Install - -Install with [npm](https://www.npmjs.com/): - -```sh -$ npm install --save use -``` - -A different take on plugin handling! This is not a middleware system, if you need something that handles async middleware, [ware](https://github.com/segmentio/ware) is great for that. - -## Usage - -```js -const use = require('use'); -``` - -See the [examples folder](./examples) for usage examples. - -## About - -
    -Contributing - -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). - -
    - -
    -Running Tests - -Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: - -```sh -$ npm install && npm test -``` - -
    - -
    -Building docs - -_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ - -To generate the readme, run the following command: - -```sh -$ npm install -g verbose/verb#dev verb-generate-readme && verb -``` - -
    - -### Related projects - -You might also be interested in these projects: - -* [base-plugins](https://www.npmjs.com/package/base-plugins): Adds 'smart plugin' support to your base application. | [homepage](https://github.com/node-base/base-plugins "Adds 'smart plugin' support to your base application.") -* [base](https://www.npmjs.com/package/base): Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks | [homepage](https://github.com/node-base/base "Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks") -* [ware](https://www.npmjs.com/package/ware): Easily create your own middleware layer. | [homepage](https://github.com/segmentio/ware "Easily create your own middleware layer.") - -### Contributors - -| **Commits** | **Contributor** | -| --- | --- | -| 37 | [jonschlinkert](https://github.com/jonschlinkert) | -| 7 | [charlike-old](https://github.com/charlike-old) | -| 2 | [doowb](https://github.com/doowb) | -| 2 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | - -### Author - -**Jon Schlinkert** - -* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert) -* [GitHub Profile](https://github.com/jonschlinkert) -* [Twitter Profile](https://twitter.com/jonschlinkert) - -### License - -Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). -Released under the [MIT License](LICENSE). - -*** - -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 12, 2018._ \ No newline at end of file diff --git a/2019-setembro/node_modules/use/index.js b/2019-setembro/node_modules/use/index.js deleted file mode 100644 index 9a1eb4e..0000000 --- a/2019-setembro/node_modules/use/index.js +++ /dev/null @@ -1,155 +0,0 @@ -/*! - * use - * - * Copyright (c) 2015-2017, Jon Schlinkert. - * Released under the MIT License. - */ - -'use strict'; - -module.exports = function base(app, options) { - if (!isObject(app) && typeof app !== 'function') { - throw new TypeError('expected an object or function'); - } - - var opts = isObject(options) ? options : {}; - var prop = typeof opts.prop === 'string' ? opts.prop : 'fns'; - if (!Array.isArray(app[prop])) { - define(app, prop, []); - } - - /** - * Define a plugin function to be passed to use. The only - * parameter exposed to the plugin is `app`, the object or function. - * passed to `use(app)`. `app` is also exposed as `this` in plugins. - * - * Additionally, **if a plugin returns a function, the function will - * be pushed onto the `fns` array**, allowing the plugin to be - * called at a later point by the `run` method. - * - * ```js - * var use = require('use'); - * - * // define a plugin - * function foo(app) { - * // do stuff - * } - * - * var app = function(){}; - * use(app); - * - * // register plugins - * app.use(foo); - * app.use(bar); - * app.use(baz); - * ``` - * @name .use - * @param {Function} `fn` plugin function to call - * @api public - */ - - define(app, 'use', use); - - /** - * Run all plugins on `fns`. Any plugin that returns a function - * when called by `use` is pushed onto the `fns` array. - * - * ```js - * var config = {}; - * app.run(config); - * ``` - * @name .run - * @param {Object} `value` Object to be modified by plugins. - * @return {Object} Returns the object passed to `run` - * @api public - */ - - define(app, 'run', function(val) { - if (!isObject(val)) return; - - if (!val.use || !val.run) { - define(val, prop, val[prop] || []); - define(val, 'use', use); - } - - if (!val[prop] || val[prop].indexOf(base) === -1) { - val.use(base); - } - - var self = this || app; - var fns = self[prop]; - var len = fns.length; - var idx = -1; - - while (++idx < len) { - val.use(fns[idx]); - } - return val; - }); - - /** - * Call plugin `fn`. If a function is returned push it into the - * `fns` array to be called by the `run` method. - */ - - function use(type, fn, options) { - var offset = 1; - - if (typeof type === 'string' || Array.isArray(type)) { - fn = wrap(type, fn); - offset++; - } else { - options = fn; - fn = type; - } - - if (typeof fn !== 'function') { - throw new TypeError('expected a function'); - } - - var self = this || app; - var fns = self[prop]; - - var args = [].slice.call(arguments, offset); - args.unshift(self); - - if (typeof opts.hook === 'function') { - opts.hook.apply(self, args); - } - - var val = fn.apply(self, args); - if (typeof val === 'function' && fns.indexOf(val) === -1) { - fns.push(val); - } - return self; - } - - /** - * Wrap a named plugin function so that it's only called on objects of the - * given `type` - * - * @param {String} `type` - * @param {Function} `fn` Plugin function - * @return {Function} - */ - - function wrap(type, fn) { - return function plugin() { - return this.type === type ? fn.apply(this, arguments) : plugin; - }; - } - - return app; -}; - -function isObject(val) { - return val && typeof val === 'object' && !Array.isArray(val); -} - -function define(obj, key, val) { - Object.defineProperty(obj, key, { - configurable: true, - writable: true, - value: val - }); -} diff --git a/2019-setembro/node_modules/use/package.json b/2019-setembro/node_modules/use/package.json deleted file mode 100644 index b7a3f9a..0000000 --- a/2019-setembro/node_modules/use/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "use", - "description": "Easily add plugin support to your node.js application.", - "version": "3.1.1", - "homepage": "https://github.com/jonschlinkert/use", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "contributors": [ - "Brian Woodward (https://twitter.com/doowb)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", - "Olsten Larck (https://i.am.charlike.online)", - "(https://github.com/wtgtybhertgeghgtwtg)" - ], - "repository": "jonschlinkert/use", - "bugs": { - "url": "https://github.com/jonschlinkert/use/issues" - }, - "license": "MIT", - "files": [ - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "mocha" - }, - "devDependencies": { - "base-plugins": "^1.0.0", - "define-property": "^2.0.0", - "extend-shallow": "^3.0.1", - "gulp": "^3.9.1", - "gulp-eslint": "^4.0.0", - "gulp-format-md": "^1.0.0", - "gulp-istanbul": "^1.1.2", - "gulp-mocha": "^3.0.1", - "mocha": "^4.0.1" - }, - "keywords": [ - "use" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "base", - "base-plugins", - "ware" - ] - }, - "reflinks": [ - "verb", - "ware" - ], - "lint": { - "reflinks": true - } - } -} diff --git a/2019-setembro/node_modules/util-deprecate/History.md b/2019-setembro/node_modules/util-deprecate/History.md deleted file mode 100644 index acc8675..0000000 --- a/2019-setembro/node_modules/util-deprecate/History.md +++ /dev/null @@ -1,16 +0,0 @@ - -1.0.2 / 2015-10-07 -================== - - * use try/catch when checking `localStorage` (#3, @kumavis) - -1.0.1 / 2014-11-25 -================== - - * browser: use `console.warn()` for deprecation calls - * browser: more jsdocs - -1.0.0 / 2014-04-30 -================== - - * initial commit diff --git a/2019-setembro/node_modules/util-deprecate/LICENSE b/2019-setembro/node_modules/util-deprecate/LICENSE deleted file mode 100644 index 6a60e8c..0000000 --- a/2019-setembro/node_modules/util-deprecate/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Nathan Rajlich - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/util-deprecate/README.md b/2019-setembro/node_modules/util-deprecate/README.md deleted file mode 100644 index 75622fa..0000000 --- a/2019-setembro/node_modules/util-deprecate/README.md +++ /dev/null @@ -1,53 +0,0 @@ -util-deprecate -============== -### The Node.js `util.deprecate()` function with browser support - -In Node.js, this module simply re-exports the `util.deprecate()` function. - -In the web browser (i.e. via browserify), a browser-specific implementation -of the `util.deprecate()` function is used. - - -## API - -A `deprecate()` function is the only thing exposed by this module. - -``` javascript -// setup: -exports.foo = deprecate(foo, 'foo() is deprecated, use bar() instead'); - - -// users see: -foo(); -// foo() is deprecated, use bar() instead -foo(); -foo(); -``` - - -## License - -(The MIT License) - -Copyright (c) 2014 Nathan Rajlich - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/2019-setembro/node_modules/util-deprecate/browser.js b/2019-setembro/node_modules/util-deprecate/browser.js deleted file mode 100644 index 549ae2f..0000000 --- a/2019-setembro/node_modules/util-deprecate/browser.js +++ /dev/null @@ -1,67 +0,0 @@ - -/** - * Module exports. - */ - -module.exports = deprecate; - -/** - * Mark that a method should not be used. - * Returns a modified function which warns once by default. - * - * If `localStorage.noDeprecation = true` is set, then it is a no-op. - * - * If `localStorage.throwDeprecation = true` is set, then deprecated functions - * will throw an Error when invoked. - * - * If `localStorage.traceDeprecation = true` is set, then deprecated functions - * will invoke `console.trace()` instead of `console.error()`. - * - * @param {Function} fn - the function to deprecate - * @param {String} msg - the string to print to the console when `fn` is invoked - * @returns {Function} a new "deprecated" version of `fn` - * @api public - */ - -function deprecate (fn, msg) { - if (config('noDeprecation')) { - return fn; - } - - var warned = false; - function deprecated() { - if (!warned) { - if (config('throwDeprecation')) { - throw new Error(msg); - } else if (config('traceDeprecation')) { - console.trace(msg); - } else { - console.warn(msg); - } - warned = true; - } - return fn.apply(this, arguments); - } - - return deprecated; -} - -/** - * Checks `localStorage` for boolean values for the given `name`. - * - * @param {String} name - * @returns {Boolean} - * @api private - */ - -function config (name) { - // accessing global.localStorage can trigger a DOMException in sandboxed iframes - try { - if (!global.localStorage) return false; - } catch (_) { - return false; - } - var val = global.localStorage[name]; - if (null == val) return false; - return String(val).toLowerCase() === 'true'; -} diff --git a/2019-setembro/node_modules/util-deprecate/node.js b/2019-setembro/node_modules/util-deprecate/node.js deleted file mode 100644 index 5e6fcff..0000000 --- a/2019-setembro/node_modules/util-deprecate/node.js +++ /dev/null @@ -1,6 +0,0 @@ - -/** - * For Node.js, simply re-export the core `util.deprecate` function. - */ - -module.exports = require('util').deprecate; diff --git a/2019-setembro/node_modules/util-deprecate/package.json b/2019-setembro/node_modules/util-deprecate/package.json deleted file mode 100644 index 2e79f89..0000000 --- a/2019-setembro/node_modules/util-deprecate/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "util-deprecate", - "version": "1.0.2", - "description": "The Node.js `util.deprecate()` function with browser support", - "main": "node.js", - "browser": "browser.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/util-deprecate.git" - }, - "keywords": [ - "util", - "deprecate", - "browserify", - "browser", - "node" - ], - "author": "Nathan Rajlich (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/util-deprecate/issues" - }, - "homepage": "https://github.com/TooTallNate/util-deprecate" -} diff --git a/2019-setembro/node_modules/validate-npm-package-license/LICENSE b/2019-setembro/node_modules/validate-npm-package-license/LICENSE deleted file mode 100644 index d645695..0000000 --- a/2019-setembro/node_modules/validate-npm-package-license/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/2019-setembro/node_modules/validate-npm-package-license/README.md b/2019-setembro/node_modules/validate-npm-package-license/README.md deleted file mode 100644 index 702bc7b..0000000 --- a/2019-setembro/node_modules/validate-npm-package-license/README.md +++ /dev/null @@ -1,113 +0,0 @@ -validate-npm-package-license -============================ - -Give me a string and I'll tell you if it's a valid npm package license string. - -```javascript -var valid = require('validate-npm-package-license'); -``` - -SPDX license identifiers are valid license strings: - -```javascript - -var assert = require('assert'); -var validSPDXExpression = { - validForNewPackages: true, - validForOldPackages: true, - spdx: true -}; - -assert.deepEqual(valid('MIT'), validSPDXExpression); -assert.deepEqual(valid('BSD-2-Clause'), validSPDXExpression); -assert.deepEqual(valid('Apache-2.0'), validSPDXExpression); -assert.deepEqual(valid('ISC'), validSPDXExpression); -``` -The function will return a warning and suggestion for nearly-correct license identifiers: - -```javascript -assert.deepEqual( - valid('Apache 2.0'), - { - validForOldPackages: false, - validForNewPackages: false, - warnings: [ - 'license should be ' + - 'a valid SPDX license expression (without "LicenseRef"), ' + - '"UNLICENSED", or ' + - '"SEE LICENSE IN "', - 'license is similar to the valid expression "Apache-2.0"' - ] - } -); -``` - -SPDX expressions are valid, too ... - -```javascript -// Simple SPDX license expression for dual licensing -assert.deepEqual( - valid('(GPL-3.0-only OR BSD-2-Clause)'), - validSPDXExpression -); -``` - -... except if they contain `LicenseRef`: - -```javascript -var warningAboutLicenseRef = { - validForOldPackages: false, - validForNewPackages: false, - spdx: true, - warnings: [ - 'license should be ' + - 'a valid SPDX license expression (without "LicenseRef"), ' + - '"UNLICENSED", or ' + - '"SEE LICENSE IN "', - ] -}; - -assert.deepEqual( - valid('LicenseRef-Made-Up'), - warningAboutLicenseRef -); - -assert.deepEqual( - valid('(MIT OR LicenseRef-Made-Up)'), - warningAboutLicenseRef -); -``` - -If you can't describe your licensing terms with standardized SPDX identifiers, put the terms in a file in the package and point users there: - -```javascript -assert.deepEqual( - valid('SEE LICENSE IN LICENSE.txt'), - { - validForNewPackages: true, - validForOldPackages: true, - inFile: 'LICENSE.txt' - } -); - -assert.deepEqual( - valid('SEE LICENSE IN license.md'), - { - validForNewPackages: true, - validForOldPackages: true, - inFile: 'license.md' - } -); -``` - -If there aren't any licensing terms, use `UNLICENSED`: - -```javascript -var unlicensed = { - validForNewPackages: true, - validForOldPackages: true, - unlicensed: true -}; -assert.deepEqual(valid('UNLICENSED'), unlicensed); -assert.deepEqual(valid('UNLICENCED'), unlicensed); -``` diff --git a/2019-setembro/node_modules/validate-npm-package-license/index.js b/2019-setembro/node_modules/validate-npm-package-license/index.js deleted file mode 100644 index 35eaa73..0000000 --- a/2019-setembro/node_modules/validate-npm-package-license/index.js +++ /dev/null @@ -1,86 +0,0 @@ -var parse = require('spdx-expression-parse'); -var correct = require('spdx-correct'); - -var genericWarning = ( - 'license should be ' + - 'a valid SPDX license expression (without "LicenseRef"), ' + - '"UNLICENSED", or ' + - '"SEE LICENSE IN "' -); - -var fileReferenceRE = /^SEE LICEN[CS]E IN (.+)$/; - -function startsWith(prefix, string) { - return string.slice(0, prefix.length) === prefix; -} - -function usesLicenseRef(ast) { - if (ast.hasOwnProperty('license')) { - var license = ast.license; - return ( - startsWith('LicenseRef', license) || - startsWith('DocumentRef', license) - ); - } else { - return ( - usesLicenseRef(ast.left) || - usesLicenseRef(ast.right) - ); - } -} - -module.exports = function(argument) { - var ast; - - try { - ast = parse(argument); - } catch (e) { - var match - if ( - argument === 'UNLICENSED' || - argument === 'UNLICENCED' - ) { - return { - validForOldPackages: true, - validForNewPackages: true, - unlicensed: true - }; - } else if (match = fileReferenceRE.exec(argument)) { - return { - validForOldPackages: true, - validForNewPackages: true, - inFile: match[1] - }; - } else { - var result = { - validForOldPackages: false, - validForNewPackages: false, - warnings: [genericWarning] - }; - if (argument.trim().length !== 0) { - var corrected = correct(argument); - if (corrected) { - result.warnings.push( - 'license is similar to the valid expression "' + corrected + '"' - ); - } - } - return result; - } - } - - if (usesLicenseRef(ast)) { - return { - validForNewPackages: false, - validForOldPackages: false, - spdx: true, - warnings: [genericWarning] - }; - } else { - return { - validForNewPackages: true, - validForOldPackages: true, - spdx: true - }; - } -}; diff --git a/2019-setembro/node_modules/validate-npm-package-license/package.json b/2019-setembro/node_modules/validate-npm-package-license/package.json deleted file mode 100644 index 9e92af4..0000000 --- a/2019-setembro/node_modules/validate-npm-package-license/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "validate-npm-package-license", - "description": "Give me a string and I'll tell you if it's a valid npm package license string", - "version": "3.0.4", - "author": "Kyle E. Mitchell (https://kemitchell.com)", - "contributors": [ - "Mark Stacey " - ], - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "devDependencies": { - "defence-cli": "^2.0.1", - "replace-require-self": "^1.0.0" - }, - "keywords": [ - "license", - "npm", - "package", - "validation" - ], - "license": "Apache-2.0", - "repository": "kemitchell/validate-npm-package-license.js", - "scripts": { - "test": "defence README.md | replace-require-self | node" - } -} diff --git a/2019-setembro/node_modules/which/CHANGELOG.md b/2019-setembro/node_modules/which/CHANGELOG.md deleted file mode 100644 index 3d83d26..0000000 --- a/2019-setembro/node_modules/which/CHANGELOG.md +++ /dev/null @@ -1,152 +0,0 @@ -# Changes - - -## 1.3.1 - -* update deps -* update travis - -## v1.3.0 - -* Add nothrow option to which.sync -* update tap - -## v1.2.14 - -* appveyor: drop node 5 and 0.x -* travis-ci: add node 6, drop 0.x - -## v1.2.13 - -* test: Pass missing option to pass on windows -* update tap -* update isexe to 2.0.0 -* neveragain.tech pledge request - -## v1.2.12 - -* Removed unused require - -## v1.2.11 - -* Prevent changelog script from being included in package - -## v1.2.10 - -* Use env.PATH only, not env.Path - -## v1.2.9 - -* fix for paths starting with ../ -* Remove unused `is-absolute` module - -## v1.2.8 - -* bullet items in changelog that contain (but don't start with) # - -## v1.2.7 - -* strip 'update changelog' changelog entries out of changelog - -## v1.2.6 - -* make the changelog bulleted - -## v1.2.5 - -* make a changelog, and keep it up to date -* don't include tests in package -* Properly handle relative-path executables -* appveyor -* Attach error code to Not Found error -* Make tests pass on Windows - -## v1.2.4 - -* Fix typo - -## v1.2.3 - -* update isexe, fix regression in pathExt handling - -## v1.2.2 - -* update deps, use isexe module, test windows - -## v1.2.1 - -* Sometimes windows PATH entries are quoted -* Fixed a bug in the check for group and user mode bits. This bug was introduced during refactoring for supporting strict mode. -* doc cli - -## v1.2.0 - -* Add support for opt.all and -as cli flags -* test the bin -* update travis -* Allow checking for multiple programs in bin/which -* tap 2 - -## v1.1.2 - -* travis -* Refactored and fixed undefined error on Windows -* Support strict mode - -## v1.1.1 - -* test +g exes against secondary groups, if available -* Use windows exe semantics on cygwin & msys -* cwd should be first in path on win32, not last -* Handle lower-case 'env.Path' on Windows -* Update docs -* use single-quotes - -## v1.1.0 - -* Add tests, depend on is-absolute - -## v1.0.9 - -* which.js: root is allowed to execute files owned by anyone - -## v1.0.8 - -* don't use graceful-fs - -## v1.0.7 - -* add license to package.json - -## v1.0.6 - -* isc license - -## 1.0.5 - -* Awful typo - -## 1.0.4 - -* Test for path absoluteness properly -* win: Allow '' as a pathext if cmd has a . in it - -## 1.0.3 - -* Remove references to execPath -* Make `which.sync()` work on Windows by honoring the PATHEXT variable. -* Make `isExe()` always return true on Windows. -* MIT - -## 1.0.2 - -* Only files can be exes - -## 1.0.1 - -* Respect the PATHEXT env for win32 support -* should 0755 the bin -* binary -* guts -* package -* 1st diff --git a/2019-setembro/node_modules/which/LICENSE b/2019-setembro/node_modules/which/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/2019-setembro/node_modules/which/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/2019-setembro/node_modules/which/README.md b/2019-setembro/node_modules/which/README.md deleted file mode 100644 index 8c0b0cb..0000000 --- a/2019-setembro/node_modules/which/README.md +++ /dev/null @@ -1,51 +0,0 @@ -# which - -Like the unix `which` utility. - -Finds the first instance of a specified executable in the PATH -environment variable. Does not cache the results, so `hash -r` is not -needed when the PATH changes. - -## USAGE - -```javascript -var which = require('which') - -// async usage -which('node', function (er, resolvedPath) { - // er is returned if no "node" is found on the PATH - // if it is found, then the absolute path to the exec is returned -}) - -// sync usage -// throws if not found -var resolved = which.sync('node') - -// if nothrow option is used, returns null if not found -resolved = which.sync('node', {nothrow: true}) - -// Pass options to override the PATH and PATHEXT environment vars. -which('node', { path: someOtherPath }, function (er, resolved) { - if (er) - throw er - console.log('found at %j', resolved) -}) -``` - -## CLI USAGE - -Same as the BSD `which(1)` binary. - -``` -usage: which [-as] program ... -``` - -## OPTIONS - -You may pass an options object as the second argument. - -- `path`: Use instead of the `PATH` environment variable. -- `pathExt`: Use instead of the `PATHEXT` environment variable. -- `all`: Return all matches, instead of just the first one. Note that - this means the function returns an array of strings instead of a - single string. diff --git a/2019-setembro/node_modules/which/bin/which b/2019-setembro/node_modules/which/bin/which deleted file mode 100755 index 7cee372..0000000 --- a/2019-setembro/node_modules/which/bin/which +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env node -var which = require("../") -if (process.argv.length < 3) - usage() - -function usage () { - console.error('usage: which [-as] program ...') - process.exit(1) -} - -var all = false -var silent = false -var dashdash = false -var args = process.argv.slice(2).filter(function (arg) { - if (dashdash || !/^-/.test(arg)) - return true - - if (arg === '--') { - dashdash = true - return false - } - - var flags = arg.substr(1).split('') - for (var f = 0; f < flags.length; f++) { - var flag = flags[f] - switch (flag) { - case 's': - silent = true - break - case 'a': - all = true - break - default: - console.error('which: illegal option -- ' + flag) - usage() - } - } - return false -}) - -process.exit(args.reduce(function (pv, current) { - try { - var f = which.sync(current, { all: all }) - if (all) - f = f.join('\n') - if (!silent) - console.log(f) - return pv; - } catch (e) { - return 1; - } -}, 0)) diff --git a/2019-setembro/node_modules/which/package.json b/2019-setembro/node_modules/which/package.json deleted file mode 100644 index 51be376..0000000 --- a/2019-setembro/node_modules/which/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "author": "Isaac Z. Schlueter (http://blog.izs.me)", - "name": "which", - "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "1.3.1", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-which.git" - }, - "main": "which.js", - "bin": "./bin/which", - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "devDependencies": { - "mkdirp": "^0.5.0", - "rimraf": "^2.6.2", - "tap": "^12.0.1" - }, - "scripts": { - "test": "tap test/*.js --cov", - "changelog": "bash gen-changelog.sh", - "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}" - }, - "files": [ - "which.js", - "bin/which" - ] -} diff --git a/2019-setembro/node_modules/which/which.js b/2019-setembro/node_modules/which/which.js deleted file mode 100644 index 4347f91..0000000 --- a/2019-setembro/node_modules/which/which.js +++ /dev/null @@ -1,135 +0,0 @@ -module.exports = which -which.sync = whichSync - -var isWindows = process.platform === 'win32' || - process.env.OSTYPE === 'cygwin' || - process.env.OSTYPE === 'msys' - -var path = require('path') -var COLON = isWindows ? ';' : ':' -var isexe = require('isexe') - -function getNotFoundError (cmd) { - var er = new Error('not found: ' + cmd) - er.code = 'ENOENT' - - return er -} - -function getPathInfo (cmd, opt) { - var colon = opt.colon || COLON - var pathEnv = opt.path || process.env.PATH || '' - var pathExt = [''] - - pathEnv = pathEnv.split(colon) - - var pathExtExe = '' - if (isWindows) { - pathEnv.unshift(process.cwd()) - pathExtExe = (opt.pathExt || process.env.PATHEXT || '.EXE;.CMD;.BAT;.COM') - pathExt = pathExtExe.split(colon) - - - // Always test the cmd itself first. isexe will check to make sure - // it's found in the pathExt set. - if (cmd.indexOf('.') !== -1 && pathExt[0] !== '') - pathExt.unshift('') - } - - // If it has a slash, then we don't bother searching the pathenv. - // just check the file itself, and that's it. - if (cmd.match(/\//) || isWindows && cmd.match(/\\/)) - pathEnv = [''] - - return { - env: pathEnv, - ext: pathExt, - extExe: pathExtExe - } -} - -function which (cmd, opt, cb) { - if (typeof opt === 'function') { - cb = opt - opt = {} - } - - var info = getPathInfo(cmd, opt) - var pathEnv = info.env - var pathExt = info.ext - var pathExtExe = info.extExe - var found = [] - - ;(function F (i, l) { - if (i === l) { - if (opt.all && found.length) - return cb(null, found) - else - return cb(getNotFoundError(cmd)) - } - - var pathPart = pathEnv[i] - if (pathPart.charAt(0) === '"' && pathPart.slice(-1) === '"') - pathPart = pathPart.slice(1, -1) - - var p = path.join(pathPart, cmd) - if (!pathPart && (/^\.[\\\/]/).test(cmd)) { - p = cmd.slice(0, 2) + p - } - ;(function E (ii, ll) { - if (ii === ll) return F(i + 1, l) - var ext = pathExt[ii] - isexe(p + ext, { pathExt: pathExtExe }, function (er, is) { - if (!er && is) { - if (opt.all) - found.push(p + ext) - else - return cb(null, p + ext) - } - return E(ii + 1, ll) - }) - })(0, pathExt.length) - })(0, pathEnv.length) -} - -function whichSync (cmd, opt) { - opt = opt || {} - - var info = getPathInfo(cmd, opt) - var pathEnv = info.env - var pathExt = info.ext - var pathExtExe = info.extExe - var found = [] - - for (var i = 0, l = pathEnv.length; i < l; i ++) { - var pathPart = pathEnv[i] - if (pathPart.charAt(0) === '"' && pathPart.slice(-1) === '"') - pathPart = pathPart.slice(1, -1) - - var p = path.join(pathPart, cmd) - if (!pathPart && /^\.[\\\/]/.test(cmd)) { - p = cmd.slice(0, 2) + p - } - for (var j = 0, ll = pathExt.length; j < ll; j ++) { - var cur = p + pathExt[j] - var is - try { - is = isexe.sync(cur, { pathExt: pathExtExe }) - if (is) { - if (opt.all) - found.push(cur) - else - return cur - } - } catch (ex) {} - } - } - - if (opt.all && found.length) - return found - - if (opt.nothrow) - return null - - throw getNotFoundError(cmd) -} diff --git a/2019-setembro/node_modules/ws/README.md b/2019-setembro/node_modules/ws/README.md deleted file mode 100644 index 93106d7..0000000 --- a/2019-setembro/node_modules/ws/README.md +++ /dev/null @@ -1,235 +0,0 @@ -# ws: a node.js websocket library - -[![Build Status](https://travis-ci.org/websockets/ws.svg?branch=master)](https://travis-ci.org/websockets/ws) - -`ws` is a simple to use WebSocket implementation, up-to-date against RFC-6455, -and [probably the fastest WebSocket library for node.js][archive]. - -Passes the quite extensive Autobahn test suite. See http://websockets.github.com/ws -for the full reports. - -## Protocol support - -* **Hixie draft 76** (Old and deprecated, but still in use by Safari and Opera. - Added to ws version 0.4.2, but server only. Can be disabled by setting the - `disableHixie` option to true.) -* **HyBi drafts 07-12** (Use the option `protocolVersion: 8`) -* **HyBi drafts 13-17** (Current default, alternatively option `protocolVersion: 13`) - -### Installing - -``` -npm install --save ws -``` - -### Opt-in for performance - -There are 2 optional modules that can be installed along side with the `ws` -module. These modules are binary addons which improve certain operations, but as -they are binary addons they require compilation which can fail if no c++ -compiler is installed on the host system. - -- `npm install --save bufferutil`: Improves internal buffer operations which - allows for faster processing of masked WebSocket frames and general buffer - operations. -- `npm install --save utf-8-validate`: The specification requires validation of - invalid UTF-8 chars, some of these validations could not be done in JavaScript - hence the need for a binary addon. In most cases you will already be - validating the input that you receive for security purposes leading to double - validation. But if you want to be 100% spec-conforming and have fast - validation of UTF-8 then this module is a must. - -### Sending and receiving text data - -```js -var WebSocket = require('ws'); -var ws = new WebSocket('ws://www.host.com/path'); - -ws.on('open', function open() { - ws.send('something'); -}); - -ws.on('message', function(data, flags) { - // flags.binary will be set if a binary data is received. - // flags.masked will be set if the data was masked. -}); -``` - -### Sending binary data - -```js -var WebSocket = require('ws'); -var ws = new WebSocket('ws://www.host.com/path'); - -ws.on('open', function open() { - var array = new Float32Array(5); - - for (var i = 0; i < array.length; ++i) { - array[i] = i / 2; - } - - ws.send(array, { binary: true, mask: true }); -}); -``` - -Setting `mask`, as done for the send options above, will cause the data to be -masked according to the WebSocket protocol. The same option applies for text -data. - -### Server example - -```js -var WebSocketServer = require('ws').Server - , wss = new WebSocketServer({ port: 8080 }); - -wss.on('connection', function connection(ws) { - ws.on('message', function incoming(message) { - console.log('received: %s', message); - }); - - ws.send('something'); -}); -``` - -### ExpressJS example - -```js -var server = require('http').createServer() - , url = require('url') - , WebSocketServer = require('ws').Server - , wss = new WebSocketServer({ server: server }) - , express = require('express') - , app = express() - , port = 4080; - -app.use(function (req, res) { - res.send({ msg: "hello" }); -}); - -wss.on('connection', function connection(ws) { - var location = url.parse(ws.upgradeReq.url, true); - // you might use location.query.access_token to authenticate or share sessions - // or ws.upgradeReq.headers.cookie (see http://stackoverflow.com/a/16395220/151312) - - ws.on('message', function incoming(message) { - console.log('received: %s', message); - }); - - ws.send('something'); -}); - -server.on('request', app); -server.listen(port, function () { console.log('Listening on ' + server.address().port) }); -``` - -### Server sending broadcast data - -```js -var WebSocketServer = require('ws').Server - , wss = new WebSocketServer({ port: 8080 }); - -wss.broadcast = function broadcast(data) { - wss.clients.forEach(function each(client) { - client.send(data); - }); -}; -``` - -### Error handling best practices - -```js -// If the WebSocket is closed before the following send is attempted -ws.send('something'); - -// Errors (both immediate and async write errors) can be detected in an optional -// callback. The callback is also the only way of being notified that data has -// actually been sent. -ws.send('something', function ack(error) { - // if error is not defined, the send has been completed, - // otherwise the error object will indicate what failed. -}); - -// Immediate errors can also be handled with try/catch-blocks, but **note** that -// since sends are inherently asynchronous, socket write failures will *not* be -// captured when this technique is used. -try { ws.send('something'); } -catch (e) { /* handle error */ } -``` - -### echo.websocket.org demo - -```js -var WebSocket = require('ws'); -var ws = new WebSocket('ws://echo.websocket.org/', { - protocolVersion: 8, - origin: 'http://websocket.org' -}); - -ws.on('open', function open() { - console.log('connected'); - ws.send(Date.now().toString(), {mask: true}); -}); - -ws.on('close', function close() { - console.log('disconnected'); -}); - -ws.on('message', function message(data, flags) { - console.log('Roundtrip time: ' + (Date.now() - parseInt(data)) + 'ms', flags); - - setTimeout(function timeout() { - ws.send(Date.now().toString(), {mask: true}); - }, 500); -}); -``` - -### Other examples - -For a full example with a browser client communicating with a ws server, see the -examples folder. - -Note that the usage together with Express 3.0 is quite different from Express -2.x. The difference is expressed in the two different serverstats-examples. - -Otherwise, see the test cases. - -### Running the tests - -``` -make test -``` - -## API Docs - -See [`/doc/ws.md`](https://github.com/websockets/ws/blob/master/doc/ws.md) for Node.js-like docs for the ws classes. - -## Changelog - -We're using the GitHub [`releases`](https://github.com/websockets/ws/releases) for changelog entries. - -## License - -(The MIT License) - -Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -[archive]: http://web.archive.org/web/20130314230536/http://hobbycoding.posterous.com/the-fastest-websocket-module-for-nodejs diff --git a/2019-setembro/node_modules/ws/index.js b/2019-setembro/node_modules/ws/index.js deleted file mode 100644 index a7e8644..0000000 --- a/2019-setembro/node_modules/ws/index.js +++ /dev/null @@ -1,49 +0,0 @@ -'use strict'; - -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var WS = module.exports = require('./lib/WebSocket'); - -WS.Server = require('./lib/WebSocketServer'); -WS.Sender = require('./lib/Sender'); -WS.Receiver = require('./lib/Receiver'); - -/** - * Create a new WebSocket server. - * - * @param {Object} options Server options - * @param {Function} fn Optional connection listener. - * @returns {WS.Server} - * @api public - */ -WS.createServer = function createServer(options, fn) { - var server = new WS.Server(options); - - if (typeof fn === 'function') { - server.on('connection', fn); - } - - return server; -}; - -/** - * Create a new WebSocket connection. - * - * @param {String} address The URL/address we need to connect to. - * @param {Function} fn Open listener. - * @returns {WS} - * @api public - */ -WS.connect = WS.createConnection = function connect(address, fn) { - var client = new WS(address); - - if (typeof fn === 'function') { - client.on('open', fn); - } - - return client; -}; diff --git a/2019-setembro/node_modules/ws/lib/.DS_Store b/2019-setembro/node_modules/ws/lib/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 - * MIT Licensed - */ - -var util = require('util'); - -function BufferPool(initialSize, growStrategy, shrinkStrategy) { - if (this instanceof BufferPool === false) { - throw new TypeError("Classes can't be function-called"); - } - - if (typeof initialSize === 'function') { - shrinkStrategy = growStrategy; - growStrategy = initialSize; - initialSize = 0; - } - else if (typeof initialSize === 'undefined') { - initialSize = 0; - } - this._growStrategy = (growStrategy || function(db, size) { - return db.used + size; - }).bind(null, this); - this._shrinkStrategy = (shrinkStrategy || function(db) { - return initialSize; - }).bind(null, this); - this._buffer = initialSize ? new Buffer(initialSize) : null; - this._offset = 0; - this._used = 0; - this._changeFactor = 0; - this.__defineGetter__('size', function(){ - return this._buffer == null ? 0 : this._buffer.length; - }); - this.__defineGetter__('used', function(){ - return this._used; - }); -} - -BufferPool.prototype.get = function(length) { - if (this._buffer == null || this._offset + length > this._buffer.length) { - var newBuf = new Buffer(this._growStrategy(length)); - this._buffer = newBuf; - this._offset = 0; - } - this._used += length; - var buf = this._buffer.slice(this._offset, this._offset + length); - this._offset += length; - return buf; -} - -BufferPool.prototype.reset = function(forceNewBuffer) { - var len = this._shrinkStrategy(); - if (len < this.size) this._changeFactor -= 1; - if (forceNewBuffer || this._changeFactor < -2) { - this._changeFactor = 0; - this._buffer = len ? new Buffer(len) : null; - } - this._offset = 0; - this._used = 0; -} - -module.exports = BufferPool; diff --git a/2019-setembro/node_modules/ws/lib/BufferUtil.fallback.js b/2019-setembro/node_modules/ws/lib/BufferUtil.fallback.js deleted file mode 100644 index 7abd0d8..0000000 --- a/2019-setembro/node_modules/ws/lib/BufferUtil.fallback.js +++ /dev/null @@ -1,47 +0,0 @@ -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -exports.BufferUtil = { - merge: function(mergedBuffer, buffers) { - var offset = 0; - for (var i = 0, l = buffers.length; i < l; ++i) { - var buf = buffers[i]; - buf.copy(mergedBuffer, offset); - offset += buf.length; - } - }, - mask: function(source, mask, output, offset, length) { - var maskNum = mask.readUInt32LE(0, true); - var i = 0; - for (; i < length - 3; i += 4) { - var num = maskNum ^ source.readUInt32LE(i, true); - if (num < 0) num = 4294967296 + num; - output.writeUInt32LE(num, offset + i, true); - } - switch (length % 4) { - case 3: output[offset + i + 2] = source[i + 2] ^ mask[2]; - case 2: output[offset + i + 1] = source[i + 1] ^ mask[1]; - case 1: output[offset + i] = source[i] ^ mask[0]; - case 0:; - } - }, - unmask: function(data, mask) { - var maskNum = mask.readUInt32LE(0, true); - var length = data.length; - var i = 0; - for (; i < length - 3; i += 4) { - var num = maskNum ^ data.readUInt32LE(i, true); - if (num < 0) num = 4294967296 + num; - data.writeUInt32LE(num, i, true); - } - switch (length % 4) { - case 3: data[i + 2] = data[i + 2] ^ mask[2]; - case 2: data[i + 1] = data[i + 1] ^ mask[1]; - case 1: data[i] = data[i] ^ mask[0]; - case 0:; - } - } -} diff --git a/2019-setembro/node_modules/ws/lib/BufferUtil.js b/2019-setembro/node_modules/ws/lib/BufferUtil.js deleted file mode 100644 index 794684f..0000000 --- a/2019-setembro/node_modules/ws/lib/BufferUtil.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict'; - -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var bufferUtil; - -try { - bufferUtil = require('bufferutil'); -} catch (e) { - bufferUtil = require('./BufferUtil.fallback'); -} - -module.exports = bufferUtil.BufferUtil || bufferUtil; diff --git a/2019-setembro/node_modules/ws/lib/ErrorCodes.js b/2019-setembro/node_modules/ws/lib/ErrorCodes.js deleted file mode 100644 index 55ebd52..0000000 --- a/2019-setembro/node_modules/ws/lib/ErrorCodes.js +++ /dev/null @@ -1,24 +0,0 @@ -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -module.exports = { - isValidErrorCode: function(code) { - return (code >= 1000 && code <= 1011 && code != 1004 && code != 1005 && code != 1006) || - (code >= 3000 && code <= 4999); - }, - 1000: 'normal', - 1001: 'going away', - 1002: 'protocol error', - 1003: 'unsupported data', - 1004: 'reserved', - 1005: 'reserved for extensions', - 1006: 'reserved for extensions', - 1007: 'inconsistent or invalid data', - 1008: 'policy violation', - 1009: 'message too big', - 1010: 'extension handshake missing', - 1011: 'an unexpected condition prevented the request from being fulfilled', -}; \ No newline at end of file diff --git a/2019-setembro/node_modules/ws/lib/Extensions.js b/2019-setembro/node_modules/ws/lib/Extensions.js deleted file mode 100644 index 669b1a4..0000000 --- a/2019-setembro/node_modules/ws/lib/Extensions.js +++ /dev/null @@ -1,81 +0,0 @@ - -var util = require('util'); - -/** - * Module exports. - */ - -exports.parse = parse; -exports.format = format; - -/** - * Parse extensions header value - */ - -function parse(value) { - value = value || ''; - - var extensions = {}; - - value.split(',').forEach(function(v) { - var params = v.split(';'); - var token = params.shift().trim(); - - if (extensions[token] === undefined) { - extensions[token] = []; - } else if (!extensions.hasOwnProperty(token)) { - return; - } - - var parsedParams = {}; - - params.forEach(function(param) { - var parts = param.trim().split('='); - var key = parts[0]; - var value = parts[1]; - if (typeof value === 'undefined') { - value = true; - } else { - // unquote value - if (value[0] === '"') { - value = value.slice(1); - } - if (value[value.length - 1] === '"') { - value = value.slice(0, value.length - 1); - } - } - - if (parsedParams[key] === undefined) { - parsedParams[key] = [value]; - } else if (parsedParams.hasOwnProperty(key)) { - parsedParams[key].push(value); - } - }); - - extensions[token].push(parsedParams); - }); - - return extensions; -} - -/** - * Format extensions header value - */ - -function format(value) { - return Object.keys(value).map(function(token) { - var paramsList = value[token]; - if (!util.isArray(paramsList)) { - paramsList = [paramsList]; - } - return paramsList.map(function(params) { - return [token].concat(Object.keys(params).map(function(k) { - var p = params[k]; - if (!util.isArray(p)) p = [p]; - return p.map(function(v) { - return v === true ? k : k + '=' + v; - }).join('; '); - })).join('; '); - }).join(', '); - }).join(', '); -} diff --git a/2019-setembro/node_modules/ws/lib/PerMessageDeflate.js b/2019-setembro/node_modules/ws/lib/PerMessageDeflate.js deleted file mode 100644 index 00a6ea6..0000000 --- a/2019-setembro/node_modules/ws/lib/PerMessageDeflate.js +++ /dev/null @@ -1,337 +0,0 @@ - -var zlib = require('zlib'); - -var AVAILABLE_WINDOW_BITS = [8, 9, 10, 11, 12, 13, 14, 15]; -var DEFAULT_WINDOW_BITS = 15; -var DEFAULT_MEM_LEVEL = 8; - -PerMessageDeflate.extensionName = 'permessage-deflate'; - -/** - * Per-message Compression Extensions implementation - */ - -function PerMessageDeflate(options, isServer,maxPayload) { - if (this instanceof PerMessageDeflate === false) { - throw new TypeError("Classes can't be function-called"); - } - - this._options = options || {}; - this._isServer = !!isServer; - this._inflate = null; - this._deflate = null; - this.params = null; - this._maxPayload = maxPayload || 0; -} - -/** - * Create extension parameters offer - * - * @api public - */ - -PerMessageDeflate.prototype.offer = function() { - var params = {}; - if (this._options.serverNoContextTakeover) { - params.server_no_context_takeover = true; - } - if (this._options.clientNoContextTakeover) { - params.client_no_context_takeover = true; - } - if (this._options.serverMaxWindowBits) { - params.server_max_window_bits = this._options.serverMaxWindowBits; - } - if (this._options.clientMaxWindowBits) { - params.client_max_window_bits = this._options.clientMaxWindowBits; - } else if (this._options.clientMaxWindowBits == null) { - params.client_max_window_bits = true; - } - return params; -}; - -/** - * Accept extension offer - * - * @api public - */ - -PerMessageDeflate.prototype.accept = function(paramsList) { - paramsList = this.normalizeParams(paramsList); - - var params; - if (this._isServer) { - params = this.acceptAsServer(paramsList); - } else { - params = this.acceptAsClient(paramsList); - } - - this.params = params; - return params; -}; - -/** - * Releases all resources used by the extension - * - * @api public - */ - -PerMessageDeflate.prototype.cleanup = function() { - if (this._inflate) { - if (this._inflate.writeInProgress) { - this._inflate.pendingClose = true; - } else { - if (this._inflate.close) this._inflate.close(); - this._inflate = null; - } - } - if (this._deflate) { - if (this._deflate.writeInProgress) { - this._deflate.pendingClose = true; - } else { - if (this._deflate.close) this._deflate.close(); - this._deflate = null; - } - } -}; - -/** - * Accept extension offer from client - * - * @api private - */ - -PerMessageDeflate.prototype.acceptAsServer = function(paramsList) { - var accepted = {}; - var result = paramsList.some(function(params) { - accepted = {}; - if (this._options.serverNoContextTakeover === false && params.server_no_context_takeover) { - return; - } - if (this._options.serverMaxWindowBits === false && params.server_max_window_bits) { - return; - } - if (typeof this._options.serverMaxWindowBits === 'number' && - typeof params.server_max_window_bits === 'number' && - this._options.serverMaxWindowBits > params.server_max_window_bits) { - return; - } - if (typeof this._options.clientMaxWindowBits === 'number' && !params.client_max_window_bits) { - return; - } - - if (this._options.serverNoContextTakeover || params.server_no_context_takeover) { - accepted.server_no_context_takeover = true; - } - if (this._options.clientNoContextTakeover) { - accepted.client_no_context_takeover = true; - } - if (this._options.clientNoContextTakeover !== false && params.client_no_context_takeover) { - accepted.client_no_context_takeover = true; - } - if (typeof this._options.serverMaxWindowBits === 'number') { - accepted.server_max_window_bits = this._options.serverMaxWindowBits; - } else if (typeof params.server_max_window_bits === 'number') { - accepted.server_max_window_bits = params.server_max_window_bits; - } - if (typeof this._options.clientMaxWindowBits === 'number') { - accepted.client_max_window_bits = this._options.clientMaxWindowBits; - } else if (this._options.clientMaxWindowBits !== false && typeof params.client_max_window_bits === 'number') { - accepted.client_max_window_bits = params.client_max_window_bits; - } - return true; - }, this); - - if (!result) { - throw new Error('Doesn\'t support the offered configuration'); - } - - return accepted; -}; - -/** - * Accept extension response from server - * - * @api privaye - */ - -PerMessageDeflate.prototype.acceptAsClient = function(paramsList) { - var params = paramsList[0]; - if (this._options.clientNoContextTakeover != null) { - if (this._options.clientNoContextTakeover === false && params.client_no_context_takeover) { - throw new Error('Invalid value for "client_no_context_takeover"'); - } - } - if (this._options.clientMaxWindowBits != null) { - if (this._options.clientMaxWindowBits === false && params.client_max_window_bits) { - throw new Error('Invalid value for "client_max_window_bits"'); - } - if (typeof this._options.clientMaxWindowBits === 'number' && - (!params.client_max_window_bits || params.client_max_window_bits > this._options.clientMaxWindowBits)) { - throw new Error('Invalid value for "client_max_window_bits"'); - } - } - return params; -}; - -/** - * Normalize extensions parameters - * - * @api private - */ - -PerMessageDeflate.prototype.normalizeParams = function(paramsList) { - return paramsList.map(function(params) { - Object.keys(params).forEach(function(key) { - var value = params[key]; - if (value.length > 1) { - throw new Error('Multiple extension parameters for ' + key); - } - - value = value[0]; - - switch (key) { - case 'server_no_context_takeover': - case 'client_no_context_takeover': - if (value !== true) { - throw new Error('invalid extension parameter value for ' + key + ' (' + value + ')'); - } - params[key] = true; - break; - case 'server_max_window_bits': - case 'client_max_window_bits': - if (typeof value === 'string') { - value = parseInt(value, 10); - if (!~AVAILABLE_WINDOW_BITS.indexOf(value)) { - throw new Error('invalid extension parameter value for ' + key + ' (' + value + ')'); - } - } - if (!this._isServer && value === true) { - throw new Error('Missing extension parameter value for ' + key); - } - params[key] = value; - break; - default: - throw new Error('Not defined extension parameter (' + key + ')'); - } - }, this); - return params; - }, this); -}; - -/** - * Decompress message - * - * @api public - */ - -PerMessageDeflate.prototype.decompress = function (data, fin, callback) { - var endpoint = this._isServer ? 'client' : 'server'; - - if (!this._inflate) { - var maxWindowBits = this.params[endpoint + '_max_window_bits']; - this._inflate = zlib.createInflateRaw({ - windowBits: 'number' === typeof maxWindowBits ? maxWindowBits : DEFAULT_WINDOW_BITS - }); - } - this._inflate.writeInProgress = true; - - var self = this; - var buffers = []; - var cumulativeBufferLength=0; - - this._inflate.on('error', onError).on('data', onData); - this._inflate.write(data); - if (fin) { - this._inflate.write(new Buffer([0x00, 0x00, 0xff, 0xff])); - } - this._inflate.flush(function() { - cleanup(); - callback(null, Buffer.concat(buffers)); - }); - - function onError(err) { - cleanup(); - callback(err); - } - - function onData(data) { - if(self._maxPayload!==undefined && self._maxPayload!==null && self._maxPayload>0){ - cumulativeBufferLength+=data.length; - if(cumulativeBufferLength>self._maxPayload){ - buffers=[]; - cleanup(); - var err={type:1009}; - callback(err); - return; - } - } - buffers.push(data); - } - - function cleanup() { - if (!self._inflate) return; - self._inflate.removeListener('error', onError); - self._inflate.removeListener('data', onData); - self._inflate.writeInProgress = false; - if ((fin && self.params[endpoint + '_no_context_takeover']) || self._inflate.pendingClose) { - if (self._inflate.close) self._inflate.close(); - self._inflate = null; - } - } -}; - -/** - * Compress message - * - * @api public - */ - -PerMessageDeflate.prototype.compress = function (data, fin, callback) { - var endpoint = this._isServer ? 'server' : 'client'; - - if (!this._deflate) { - var maxWindowBits = this.params[endpoint + '_max_window_bits']; - this._deflate = zlib.createDeflateRaw({ - flush: zlib.Z_SYNC_FLUSH, - windowBits: 'number' === typeof maxWindowBits ? maxWindowBits : DEFAULT_WINDOW_BITS, - memLevel: this._options.memLevel || DEFAULT_MEM_LEVEL - }); - } - this._deflate.writeInProgress = true; - - var self = this; - var buffers = []; - - this._deflate.on('error', onError).on('data', onData); - this._deflate.write(data); - this._deflate.flush(function() { - cleanup(); - var data = Buffer.concat(buffers); - if (fin) { - data = data.slice(0, data.length - 4); - } - callback(null, data); - }); - - function onError(err) { - cleanup(); - callback(err); - } - - function onData(data) { - buffers.push(data); - } - - function cleanup() { - if (!self._deflate) return; - self._deflate.removeListener('error', onError); - self._deflate.removeListener('data', onData); - self._deflate.writeInProgress = false; - if ((fin && self.params[endpoint + '_no_context_takeover']) || self._deflate.pendingClose) { - if (self._deflate.close) self._deflate.close(); - self._deflate = null; - } - } -}; - -module.exports = PerMessageDeflate; diff --git a/2019-setembro/node_modules/ws/lib/Receiver.hixie.js b/2019-setembro/node_modules/ws/lib/Receiver.hixie.js deleted file mode 100644 index 598ccbd..0000000 --- a/2019-setembro/node_modules/ws/lib/Receiver.hixie.js +++ /dev/null @@ -1,194 +0,0 @@ -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var util = require('util'); - -/** - * State constants - */ - -var EMPTY = 0 - , BODY = 1; -var BINARYLENGTH = 2 - , BINARYBODY = 3; - -/** - * Hixie Receiver implementation - */ - -function Receiver () { - if (this instanceof Receiver === false) { - throw new TypeError("Classes can't be function-called"); - } - - this.state = EMPTY; - this.buffers = []; - this.messageEnd = -1; - this.spanLength = 0; - this.dead = false; - - this.onerror = function() {}; - this.ontext = function() {}; - this.onbinary = function() {}; - this.onclose = function() {}; - this.onping = function() {}; - this.onpong = function() {}; -} - -module.exports = Receiver; - -/** - * Add new data to the parser. - * - * @api public - */ - -Receiver.prototype.add = function(data) { - if (this.dead) return; - var self = this; - function doAdd() { - if (self.state === EMPTY) { - if (data.length == 2 && data[0] == 0xFF && data[1] == 0x00) { - self.reset(); - self.onclose(); - return; - } - if (data[0] === 0x80) { - self.messageEnd = 0; - self.state = BINARYLENGTH; - data = data.slice(1); - } else { - - if (data[0] !== 0x00) { - self.error('payload must start with 0x00 byte', true); - return; - } - data = data.slice(1); - self.state = BODY; - - } - } - if (self.state === BINARYLENGTH) { - var i = 0; - while ((i < data.length) && (data[i] & 0x80)) { - self.messageEnd = 128 * self.messageEnd + (data[i] & 0x7f); - ++i; - } - if (i < data.length) { - self.messageEnd = 128 * self.messageEnd + (data[i] & 0x7f); - self.state = BINARYBODY; - ++i; - } - if (i > 0) - data = data.slice(i); - } - if (self.state === BINARYBODY) { - var dataleft = self.messageEnd - self.spanLength; - if (data.length >= dataleft) { - // consume the whole buffer to finish the frame - self.buffers.push(data); - self.spanLength += dataleft; - self.messageEnd = dataleft; - return self.parse(); - } - // frame's not done even if we consume it all - self.buffers.push(data); - self.spanLength += data.length; - return; - } - self.buffers.push(data); - if ((self.messageEnd = bufferIndex(data, 0xFF)) != -1) { - self.spanLength += self.messageEnd; - return self.parse(); - } - else self.spanLength += data.length; - } - while(data) data = doAdd(); -}; - -/** - * Releases all resources used by the receiver. - * - * @api public - */ - -Receiver.prototype.cleanup = function() { - this.dead = true; - this.state = EMPTY; - this.buffers = []; -}; - -/** - * Process buffered data. - * - * @api public - */ - -Receiver.prototype.parse = function() { - var output = new Buffer(this.spanLength); - var outputIndex = 0; - for (var bi = 0, bl = this.buffers.length; bi < bl - 1; ++bi) { - var buffer = this.buffers[bi]; - buffer.copy(output, outputIndex); - outputIndex += buffer.length; - } - var lastBuffer = this.buffers[this.buffers.length - 1]; - if (this.messageEnd > 0) lastBuffer.copy(output, outputIndex, 0, this.messageEnd); - if (this.state !== BODY) --this.messageEnd; - var tail = null; - if (this.messageEnd < lastBuffer.length - 1) { - tail = lastBuffer.slice(this.messageEnd + 1); - } - this.reset(); - this.ontext(output.toString('utf8')); - return tail; -}; - -/** - * Handles an error - * - * @api private - */ - -Receiver.prototype.error = function (reason, terminate) { - if (this.dead) return; - this.reset(); - if(typeof reason == 'string'){ - this.onerror(new Error(reason), terminate); - } - else if(reason.constructor == Error){ - this.onerror(reason, terminate); - } - else{ - this.onerror(new Error("An error occured"),terminate); - } - return this; -}; - -/** - * Reset parser state - * - * @api private - */ - -Receiver.prototype.reset = function (reason) { - if (this.dead) return; - this.state = EMPTY; - this.buffers = []; - this.messageEnd = -1; - this.spanLength = 0; -}; - -/** - * Internal api - */ - -function bufferIndex(buffer, byte) { - for (var i = 0, l = buffer.length; i < l; ++i) { - if (buffer[i] === byte) return i; - } - return -1; -} diff --git a/2019-setembro/node_modules/ws/lib/Receiver.js b/2019-setembro/node_modules/ws/lib/Receiver.js deleted file mode 100644 index acbe621..0000000 --- a/2019-setembro/node_modules/ws/lib/Receiver.js +++ /dev/null @@ -1,793 +0,0 @@ -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var util = require('util') - , isValidUTF8 = require('./Validation') - , ErrorCodes = require('./ErrorCodes') - , BufferPool = require('./BufferPool') - , bufferUtil = require('./BufferUtil') - , PerMessageDeflate = require('./PerMessageDeflate'); - -/** - * HyBi Receiver implementation - */ - -function Receiver (extensions,maxPayload) { - if (this instanceof Receiver === false) { - throw new TypeError("Classes can't be function-called"); - } - if(typeof extensions==='number'){ - maxPayload=extensions; - extensions={}; - } - - - // memory pool for fragmented messages - var fragmentedPoolPrevUsed = -1; - this.fragmentedBufferPool = new BufferPool(1024, function(db, length) { - return db.used + length; - }, function(db) { - return fragmentedPoolPrevUsed = fragmentedPoolPrevUsed >= 0 ? - Math.ceil((fragmentedPoolPrevUsed + db.used) / 2) : - db.used; - }); - - // memory pool for unfragmented messages - var unfragmentedPoolPrevUsed = -1; - this.unfragmentedBufferPool = new BufferPool(1024, function(db, length) { - return db.used + length; - }, function(db) { - return unfragmentedPoolPrevUsed = unfragmentedPoolPrevUsed >= 0 ? - Math.ceil((unfragmentedPoolPrevUsed + db.used) / 2) : - db.used; - }); - this.extensions = extensions || {}; - this.maxPayload = maxPayload || 0; - this.currentPayloadLength = 0; - this.state = { - activeFragmentedOperation: null, - lastFragment: false, - masked: false, - opcode: 0, - fragmentedOperation: false - }; - this.overflow = []; - this.headerBuffer = new Buffer(10); - this.expectOffset = 0; - this.expectBuffer = null; - this.expectHandler = null; - this.currentMessage = []; - this.currentMessageLength = 0; - this.messageHandlers = []; - this.expectHeader(2, this.processPacket); - this.dead = false; - this.processing = false; - - this.onerror = function() {}; - this.ontext = function() {}; - this.onbinary = function() {}; - this.onclose = function() {}; - this.onping = function() {}; - this.onpong = function() {}; -} - -module.exports = Receiver; - -/** - * Add new data to the parser. - * - * @api public - */ - -Receiver.prototype.add = function(data) { - if (this.dead) return; - var dataLength = data.length; - if (dataLength == 0) return; - if (this.expectBuffer == null) { - this.overflow.push(data); - return; - } - var toRead = Math.min(dataLength, this.expectBuffer.length - this.expectOffset); - fastCopy(toRead, data, this.expectBuffer, this.expectOffset); - this.expectOffset += toRead; - if (toRead < dataLength) { - this.overflow.push(data.slice(toRead)); - } - while (this.expectBuffer && this.expectOffset == this.expectBuffer.length) { - var bufferForHandler = this.expectBuffer; - this.expectBuffer = null; - this.expectOffset = 0; - this.expectHandler.call(this, bufferForHandler); - } -}; - -/** - * Releases all resources used by the receiver. - * - * @api public - */ - -Receiver.prototype.cleanup = function() { - this.dead = true; - this.overflow = null; - this.headerBuffer = null; - this.expectBuffer = null; - this.expectHandler = null; - this.unfragmentedBufferPool = null; - this.fragmentedBufferPool = null; - this.state = null; - this.currentMessage = null; - this.onerror = null; - this.ontext = null; - this.onbinary = null; - this.onclose = null; - this.onping = null; - this.onpong = null; -}; - -/** - * Waits for a certain amount of header bytes to be available, then fires a callback. - * - * @api private - */ - -Receiver.prototype.expectHeader = function(length, handler) { - if (length == 0) { - handler(null); - return; - } - this.expectBuffer = this.headerBuffer.slice(this.expectOffset, this.expectOffset + length); - this.expectHandler = handler; - var toRead = length; - while (toRead > 0 && this.overflow.length > 0) { - var fromOverflow = this.overflow.pop(); - if (toRead < fromOverflow.length) this.overflow.push(fromOverflow.slice(toRead)); - var read = Math.min(fromOverflow.length, toRead); - fastCopy(read, fromOverflow, this.expectBuffer, this.expectOffset); - this.expectOffset += read; - toRead -= read; - } -}; - -/** - * Waits for a certain amount of data bytes to be available, then fires a callback. - * - * @api private - */ - -Receiver.prototype.expectData = function(length, handler) { - if (length == 0) { - handler(null); - return; - } - this.expectBuffer = this.allocateFromPool(length, this.state.fragmentedOperation); - this.expectHandler = handler; - var toRead = length; - while (toRead > 0 && this.overflow.length > 0) { - var fromOverflow = this.overflow.pop(); - if (toRead < fromOverflow.length) this.overflow.push(fromOverflow.slice(toRead)); - var read = Math.min(fromOverflow.length, toRead); - fastCopy(read, fromOverflow, this.expectBuffer, this.expectOffset); - this.expectOffset += read; - toRead -= read; - } -}; - -/** - * Allocates memory from the buffer pool. - * - * @api private - */ - -Receiver.prototype.allocateFromPool = function(length, isFragmented) { - return (isFragmented ? this.fragmentedBufferPool : this.unfragmentedBufferPool).get(length); -}; - -/** - * Start processing a new packet. - * - * @api private - */ - -Receiver.prototype.processPacket = function (data) { - if (this.extensions[PerMessageDeflate.extensionName]) { - if ((data[0] & 0x30) != 0) { - this.error('reserved fields (2, 3) must be empty', 1002); - return; - } - } else { - if ((data[0] & 0x70) != 0) { - this.error('reserved fields must be empty', 1002); - return; - } - } - this.state.lastFragment = (data[0] & 0x80) == 0x80; - this.state.masked = (data[1] & 0x80) == 0x80; - var compressed = (data[0] & 0x40) == 0x40; - var opcode = data[0] & 0xf; - if (opcode === 0) { - if (compressed) { - this.error('continuation frame cannot have the Per-message Compressed bits', 1002); - return; - } - // continuation frame - this.state.fragmentedOperation = true; - this.state.opcode = this.state.activeFragmentedOperation; - if (!(this.state.opcode == 1 || this.state.opcode == 2)) { - this.error('continuation frame cannot follow current opcode', 1002); - return; - } - } - else { - if (opcode < 3 && this.state.activeFragmentedOperation != null) { - this.error('data frames after the initial data frame must have opcode 0', 1002); - return; - } - if (opcode >= 8 && compressed) { - this.error('control frames cannot have the Per-message Compressed bits', 1002); - return; - } - this.state.compressed = compressed; - this.state.opcode = opcode; - if (this.state.lastFragment === false) { - this.state.fragmentedOperation = true; - this.state.activeFragmentedOperation = opcode; - } - else this.state.fragmentedOperation = false; - } - var handler = opcodes[this.state.opcode]; - if (typeof handler == 'undefined') this.error('no handler for opcode ' + this.state.opcode, 1002); - else { - handler.start.call(this, data); - } -}; - -/** - * Endprocessing a packet. - * - * @api private - */ - -Receiver.prototype.endPacket = function() { - if (this.dead) return; - if (!this.state.fragmentedOperation) this.unfragmentedBufferPool.reset(true); - else if (this.state.lastFragment) this.fragmentedBufferPool.reset(true); - this.expectOffset = 0; - this.expectBuffer = null; - this.expectHandler = null; - if (this.state.lastFragment && this.state.opcode === this.state.activeFragmentedOperation) { - // end current fragmented operation - this.state.activeFragmentedOperation = null; - } - this.currentPayloadLength = 0; - this.state.lastFragment = false; - this.state.opcode = this.state.activeFragmentedOperation != null ? this.state.activeFragmentedOperation : 0; - this.state.masked = false; - this.expectHeader(2, this.processPacket); -}; - -/** - * Reset the parser state. - * - * @api private - */ - -Receiver.prototype.reset = function() { - if (this.dead) return; - this.state = { - activeFragmentedOperation: null, - lastFragment: false, - masked: false, - opcode: 0, - fragmentedOperation: false - }; - this.fragmentedBufferPool.reset(true); - this.unfragmentedBufferPool.reset(true); - this.expectOffset = 0; - this.expectBuffer = null; - this.expectHandler = null; - this.overflow = []; - this.currentMessage = []; - this.currentMessageLength = 0; - this.messageHandlers = []; - this.currentPayloadLength = 0; -}; - -/** - * Unmask received data. - * - * @api private - */ - -Receiver.prototype.unmask = function (mask, buf, binary) { - if (mask != null && buf != null) bufferUtil.unmask(buf, mask); - if (binary) return buf; - return buf != null ? buf.toString('utf8') : ''; -}; - -/** - * Handles an error - * - * @api private - */ - -Receiver.prototype.error = function (reason, protocolErrorCode) { - if (this.dead) return; - this.reset(); - if(typeof reason == 'string'){ - this.onerror(new Error(reason), protocolErrorCode); - } - else if(reason.constructor == Error){ - this.onerror(reason, protocolErrorCode); - } - else{ - this.onerror(new Error("An error occured"),protocolErrorCode); - } - return this; -}; - -/** - * Execute message handler buffers - * - * @api private - */ - -Receiver.prototype.flush = function() { - if (this.processing || this.dead) return; - - var handler = this.messageHandlers.shift(); - if (!handler) return; - - this.processing = true; - var self = this; - - handler(function() { - self.processing = false; - self.flush(); - }); -}; - -/** - * Apply extensions to message - * - * @api private - */ - -Receiver.prototype.applyExtensions = function(messageBuffer, fin, compressed, callback) { - var self = this; - if (compressed) { - this.extensions[PerMessageDeflate.extensionName].decompress(messageBuffer, fin, function(err, buffer) { - if (self.dead) return; - if (err) { - callback(new Error('invalid compressed data')); - return; - } - callback(null, buffer); - }); - } else { - callback(null, messageBuffer); - } -}; - -/** -* Checks payload size, disconnects socket when it exceeds maxPayload -* -* @api private -*/ -Receiver.prototype.maxPayloadExceeded = function(length) { - if (this.maxPayload=== undefined || this.maxPayload === null || this.maxPayload < 1) { - return false; - } - var fullLength = this.currentPayloadLength + length; - if (fullLength < this.maxPayload) { - this.currentPayloadLength = fullLength; - return false; - } - this.error('payload cannot exceed ' + this.maxPayload + ' bytes', 1009); - this.messageBuffer=[]; - this.cleanup(); - - return true; -}; - -/** - * Buffer utilities - */ - -function readUInt16BE(start) { - return (this[start]<<8) + - this[start+1]; -} - -function readUInt32BE(start) { - return (this[start]<<24) + - (this[start+1]<<16) + - (this[start+2]<<8) + - this[start+3]; -} - -function fastCopy(length, srcBuffer, dstBuffer, dstOffset) { - switch (length) { - default: srcBuffer.copy(dstBuffer, dstOffset, 0, length); break; - case 16: dstBuffer[dstOffset+15] = srcBuffer[15]; - case 15: dstBuffer[dstOffset+14] = srcBuffer[14]; - case 14: dstBuffer[dstOffset+13] = srcBuffer[13]; - case 13: dstBuffer[dstOffset+12] = srcBuffer[12]; - case 12: dstBuffer[dstOffset+11] = srcBuffer[11]; - case 11: dstBuffer[dstOffset+10] = srcBuffer[10]; - case 10: dstBuffer[dstOffset+9] = srcBuffer[9]; - case 9: dstBuffer[dstOffset+8] = srcBuffer[8]; - case 8: dstBuffer[dstOffset+7] = srcBuffer[7]; - case 7: dstBuffer[dstOffset+6] = srcBuffer[6]; - case 6: dstBuffer[dstOffset+5] = srcBuffer[5]; - case 5: dstBuffer[dstOffset+4] = srcBuffer[4]; - case 4: dstBuffer[dstOffset+3] = srcBuffer[3]; - case 3: dstBuffer[dstOffset+2] = srcBuffer[2]; - case 2: dstBuffer[dstOffset+1] = srcBuffer[1]; - case 1: dstBuffer[dstOffset] = srcBuffer[0]; - } -} - -function clone(obj) { - var cloned = {}; - for (var k in obj) { - if (obj.hasOwnProperty(k)) { - cloned[k] = obj[k]; - } - } - return cloned; -} - -/** - * Opcode handlers - */ - -var opcodes = { - // text - '1': { - start: function(data) { - var self = this; - // decode length - var firstLength = data[1] & 0x7f; - if (firstLength < 126) { - if (self.maxPayloadExceeded(firstLength)){ - self.error('Maximumpayload exceeded in compressed text message. Aborting...', 1009); - return; - } - opcodes['1'].getData.call(self, firstLength); - } - else if (firstLength == 126) { - self.expectHeader(2, function(data) { - var length = readUInt16BE.call(data, 0); - if (self.maxPayloadExceeded(length)){ - self.error('Maximumpayload exceeded in compressed text message. Aborting...', 1009); - return; - } - opcodes['1'].getData.call(self, length); - }); - } - else if (firstLength == 127) { - self.expectHeader(8, function(data) { - if (readUInt32BE.call(data, 0) != 0) { - self.error('packets with length spanning more than 32 bit is currently not supported', 1008); - return; - } - var length = readUInt32BE.call(data, 4); - if (self.maxPayloadExceeded(length)){ - self.error('Maximumpayload exceeded in compressed text message. Aborting...', 1009); - return; - } - opcodes['1'].getData.call(self, readUInt32BE.call(data, 4)); - }); - } - }, - getData: function(length) { - var self = this; - if (self.state.masked) { - self.expectHeader(4, function(data) { - var mask = data; - self.expectData(length, function(data) { - opcodes['1'].finish.call(self, mask, data); - }); - }); - } - else { - self.expectData(length, function(data) { - opcodes['1'].finish.call(self, null, data); - }); - } - }, - finish: function(mask, data) { - var self = this; - var packet = this.unmask(mask, data, true) || new Buffer(0); - var state = clone(this.state); - this.messageHandlers.push(function(callback) { - self.applyExtensions(packet, state.lastFragment, state.compressed, function(err, buffer) { - if (err) { - if(err.type===1009){ - return self.error('Maximumpayload exceeded in compressed text message. Aborting...', 1009); - } - return self.error(err.message, 1007); - } - if (buffer != null) { - if( self.maxPayload==0 || (self.maxPayload > 0 && (self.currentMessageLength + buffer.length) < self.maxPayload) ){ - self.currentMessage.push(buffer); - } - else{ - self.currentMessage=null; - self.currentMessage = []; - self.currentMessageLength = 0; - self.error(new Error('Maximum payload exceeded. maxPayload: '+self.maxPayload), 1009); - return; - } - self.currentMessageLength += buffer.length; - } - if (state.lastFragment) { - var messageBuffer = Buffer.concat(self.currentMessage); - self.currentMessage = []; - self.currentMessageLength = 0; - if (!isValidUTF8(messageBuffer)) { - self.error('invalid utf8 sequence', 1007); - return; - } - self.ontext(messageBuffer.toString('utf8'), {masked: state.masked, buffer: messageBuffer}); - } - callback(); - }); - }); - this.flush(); - this.endPacket(); - } - }, - // binary - '2': { - start: function(data) { - var self = this; - // decode length - var firstLength = data[1] & 0x7f; - if (firstLength < 126) { - if (self.maxPayloadExceeded(firstLength)){ - self.error('Max payload exceeded in compressed text message. Aborting...', 1009); - return; - } - opcodes['2'].getData.call(self, firstLength); - } - else if (firstLength == 126) { - self.expectHeader(2, function(data) { - var length = readUInt16BE.call(data, 0); - if (self.maxPayloadExceeded(length)){ - self.error('Max payload exceeded in compressed text message. Aborting...', 1009); - return; - } - opcodes['2'].getData.call(self, length); - }); - } - else if (firstLength == 127) { - self.expectHeader(8, function(data) { - if (readUInt32BE.call(data, 0) != 0) { - self.error('packets with length spanning more than 32 bit is currently not supported', 1008); - return; - } - var length = readUInt32BE.call(data, 4, true); - if (self.maxPayloadExceeded(length)){ - self.error('Max payload exceeded in compressed text message. Aborting...', 1009); - return; - } - opcodes['2'].getData.call(self, length); - }); - } - }, - getData: function(length) { - var self = this; - if (self.state.masked) { - self.expectHeader(4, function(data) { - var mask = data; - self.expectData(length, function(data) { - opcodes['2'].finish.call(self, mask, data); - }); - }); - } - else { - self.expectData(length, function(data) { - opcodes['2'].finish.call(self, null, data); - }); - } - }, - finish: function(mask, data) { - var self = this; - var packet = this.unmask(mask, data, true) || new Buffer(0); - var state = clone(this.state); - this.messageHandlers.push(function(callback) { - self.applyExtensions(packet, state.lastFragment, state.compressed, function(err, buffer) { - if (err) { - if(err.type===1009){ - return self.error('Max payload exceeded in compressed binary message. Aborting...', 1009); - } - return self.error(err.message, 1007); - } - if (buffer != null) { - if( self.maxPayload==0 || (self.maxPayload > 0 && (self.currentMessageLength + buffer.length) < self.maxPayload) ){ - self.currentMessage.push(buffer); - } - else{ - self.currentMessage=null; - self.currentMessage = []; - self.currentMessageLength = 0; - self.error(new Error('Maximum payload exceeded'), 1009); - return; - } - self.currentMessageLength += buffer.length; - } - if (state.lastFragment) { - var messageBuffer = Buffer.concat(self.currentMessage); - self.currentMessage = []; - self.currentMessageLength = 0; - self.onbinary(messageBuffer, {masked: state.masked, buffer: messageBuffer}); - } - callback(); - }); - }); - this.flush(); - this.endPacket(); - } - }, - // close - '8': { - start: function(data) { - var self = this; - if (self.state.lastFragment == false) { - self.error('fragmented close is not supported', 1002); - return; - } - - // decode length - var firstLength = data[1] & 0x7f; - if (firstLength < 126) { - opcodes['8'].getData.call(self, firstLength); - } - else { - self.error('control frames cannot have more than 125 bytes of data', 1002); - } - }, - getData: function(length) { - var self = this; - if (self.state.masked) { - self.expectHeader(4, function(data) { - var mask = data; - self.expectData(length, function(data) { - opcodes['8'].finish.call(self, mask, data); - }); - }); - } - else { - self.expectData(length, function(data) { - opcodes['8'].finish.call(self, null, data); - }); - } - }, - finish: function(mask, data) { - var self = this; - data = self.unmask(mask, data, true); - - var state = clone(this.state); - this.messageHandlers.push(function() { - if (data && data.length == 1) { - self.error('close packets with data must be at least two bytes long', 1002); - return; - } - var code = data && data.length > 1 ? readUInt16BE.call(data, 0) : 1000; - if (!ErrorCodes.isValidErrorCode(code)) { - self.error('invalid error code', 1002); - return; - } - var message = ''; - if (data && data.length > 2) { - var messageBuffer = data.slice(2); - if (!isValidUTF8(messageBuffer)) { - self.error('invalid utf8 sequence', 1007); - return; - } - message = messageBuffer.toString('utf8'); - } - self.onclose(code, message, {masked: state.masked}); - self.reset(); - }); - this.flush(); - }, - }, - // ping - '9': { - start: function(data) { - var self = this; - if (self.state.lastFragment == false) { - self.error('fragmented ping is not supported', 1002); - return; - } - - // decode length - var firstLength = data[1] & 0x7f; - if (firstLength < 126) { - opcodes['9'].getData.call(self, firstLength); - } - else { - self.error('control frames cannot have more than 125 bytes of data', 1002); - } - }, - getData: function(length) { - var self = this; - if (self.state.masked) { - self.expectHeader(4, function(data) { - var mask = data; - self.expectData(length, function(data) { - opcodes['9'].finish.call(self, mask, data); - }); - }); - } - else { - self.expectData(length, function(data) { - opcodes['9'].finish.call(self, null, data); - }); - } - }, - finish: function(mask, data) { - var self = this; - data = this.unmask(mask, data, true); - var state = clone(this.state); - this.messageHandlers.push(function(callback) { - self.onping(data, {masked: state.masked, binary: true}); - callback(); - }); - this.flush(); - this.endPacket(); - } - }, - // pong - '10': { - start: function(data) { - var self = this; - if (self.state.lastFragment == false) { - self.error('fragmented pong is not supported', 1002); - return; - } - - // decode length - var firstLength = data[1] & 0x7f; - if (firstLength < 126) { - opcodes['10'].getData.call(self, firstLength); - } - else { - self.error('control frames cannot have more than 125 bytes of data', 1002); - } - }, - getData: function(length) { - var self = this; - if (this.state.masked) { - this.expectHeader(4, function(data) { - var mask = data; - self.expectData(length, function(data) { - opcodes['10'].finish.call(self, mask, data); - }); - }); - } - else { - this.expectData(length, function(data) { - opcodes['10'].finish.call(self, null, data); - }); - } - }, - finish: function(mask, data) { - var self = this; - data = self.unmask(mask, data, true); - var state = clone(this.state); - this.messageHandlers.push(function(callback) { - self.onpong(data, {masked: state.masked, binary: true}); - callback(); - }); - this.flush(); - this.endPacket(); - } - } -} diff --git a/2019-setembro/node_modules/ws/lib/Sender.hixie.js b/2019-setembro/node_modules/ws/lib/Sender.hixie.js deleted file mode 100644 index b87d9dd..0000000 --- a/2019-setembro/node_modules/ws/lib/Sender.hixie.js +++ /dev/null @@ -1,124 +0,0 @@ -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var events = require('events') - , util = require('util') - , EventEmitter = events.EventEmitter; - -/** - * Hixie Sender implementation - */ - -function Sender(socket) { - if (this instanceof Sender === false) { - throw new TypeError("Classes can't be function-called"); - } - - events.EventEmitter.call(this); - - this.socket = socket; - this.continuationFrame = false; - this.isClosed = false; -} - -module.exports = Sender; - -/** - * Inherits from EventEmitter. - */ - -util.inherits(Sender, events.EventEmitter); - -/** - * Frames and writes data. - * - * @api public - */ - -Sender.prototype.send = function(data, options, cb) { - if (this.isClosed) return; - - var isString = typeof data == 'string' - , length = isString ? Buffer.byteLength(data) : data.length - , lengthbytes = (length > 127) ? 2 : 1 // assume less than 2**14 bytes - , writeStartMarker = this.continuationFrame == false - , writeEndMarker = !options || !(typeof options.fin != 'undefined' && !options.fin) - , buffer = new Buffer((writeStartMarker ? ((options && options.binary) ? (1 + lengthbytes) : 1) : 0) + length + ((writeEndMarker && !(options && options.binary)) ? 1 : 0)) - , offset = writeStartMarker ? 1 : 0; - - if (writeStartMarker) { - if (options && options.binary) { - buffer.write('\x80', 'binary'); - // assume length less than 2**14 bytes - if (lengthbytes > 1) - buffer.write(String.fromCharCode(128+length/128), offset++, 'binary'); - buffer.write(String.fromCharCode(length&0x7f), offset++, 'binary'); - } else - buffer.write('\x00', 'binary'); - } - - if (isString) buffer.write(data, offset, 'utf8'); - else data.copy(buffer, offset, 0); - - if (writeEndMarker) { - if (options && options.binary) { - // sending binary, not writing end marker - } else - buffer.write('\xff', offset + length, 'binary'); - this.continuationFrame = false; - } - else this.continuationFrame = true; - - try { - this.socket.write(buffer, 'binary', cb); - } catch (e) { - this.error(e.toString()); - } -}; - -/** - * Sends a close instruction to the remote party. - * - * @api public - */ - -Sender.prototype.close = function(code, data, mask, cb) { - if (this.isClosed) return; - this.isClosed = true; - try { - if (this.continuationFrame) this.socket.write(new Buffer([0xff], 'binary')); - this.socket.write(new Buffer([0xff, 0x00]), 'binary', cb); - } catch (e) { - this.error(e.toString()); - } -}; - -/** - * Sends a ping message to the remote party. Not available for hixie. - * - * @api public - */ - -Sender.prototype.ping = function(data, options) {}; - -/** - * Sends a pong message to the remote party. Not available for hixie. - * - * @api public - */ - -Sender.prototype.pong = function(data, options) {}; - -/** - * Handles an error - * - * @api private - */ - -Sender.prototype.error = function (reason) { - this.emit('error', reason); - return this; -}; diff --git a/2019-setembro/node_modules/ws/lib/Sender.js b/2019-setembro/node_modules/ws/lib/Sender.js deleted file mode 100644 index 9a1e43b..0000000 --- a/2019-setembro/node_modules/ws/lib/Sender.js +++ /dev/null @@ -1,310 +0,0 @@ -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var events = require('events') - , util = require('util') - , crypto = require('crypto') - , EventEmitter = events.EventEmitter - , ErrorCodes = require('./ErrorCodes') - , bufferUtil = require('./BufferUtil') - , PerMessageDeflate = require('./PerMessageDeflate'); - -/** - * HyBi Sender implementation - */ - -function Sender(socket, extensions) { - if (this instanceof Sender === false) { - throw new TypeError("Classes can't be function-called"); - } - - events.EventEmitter.call(this); - - this._socket = socket; - this.extensions = extensions || {}; - this.firstFragment = true; - this.compress = false; - this.messageHandlers = []; - this.processing = false; -} - -/** - * Inherits from EventEmitter. - */ - -util.inherits(Sender, events.EventEmitter); - -/** - * Sends a close instruction to the remote party. - * - * @api public - */ - -Sender.prototype.close = function(code, data, mask, cb) { - if (typeof code !== 'undefined') { - if (typeof code !== 'number' || - !ErrorCodes.isValidErrorCode(code)) throw new Error('first argument must be a valid error code number'); - } - code = code || 1000; - var dataBuffer = new Buffer(2 + (data ? Buffer.byteLength(data) : 0)); - writeUInt16BE.call(dataBuffer, code, 0); - if (dataBuffer.length > 2) dataBuffer.write(data, 2); - - var self = this; - this.messageHandlers.push(function() { - self.frameAndSend(0x8, dataBuffer, true, mask); - if (typeof cb == 'function') cb(); - }); - this.flush(); -}; - -/** - * Sends a ping message to the remote party. - * - * @api public - */ - -Sender.prototype.ping = function(data, options) { - var mask = options && options.mask; - var self = this; - this.messageHandlers.push(function() { - self.frameAndSend(0x9, data || '', true, mask); - }); - this.flush(); -}; - -/** - * Sends a pong message to the remote party. - * - * @api public - */ - -Sender.prototype.pong = function(data, options) { - var mask = options && options.mask; - var self = this; - this.messageHandlers.push(function() { - self.frameAndSend(0xa, data || '', true, mask); - }); - this.flush(); -}; - -/** - * Sends text or binary data to the remote party. - * - * @api public - */ - -Sender.prototype.send = function(data, options, cb) { - var finalFragment = options && options.fin === false ? false : true; - var mask = options && options.mask; - var compress = options && options.compress; - var opcode = options && options.binary ? 2 : 1; - if (this.firstFragment === false) { - opcode = 0; - compress = false; - } else { - this.firstFragment = false; - this.compress = compress; - } - if (finalFragment) this.firstFragment = true - - var compressFragment = this.compress; - - var self = this; - this.messageHandlers.push(function() { - if (!data || !compressFragment) { - self.frameAndSend(opcode, data, finalFragment, mask, compress, cb); - return; - } - - self.processing = true; - self.applyExtensions(data, finalFragment, compressFragment, function(err, data) { - if (err) { - if (typeof cb == 'function') cb(err); - else self.emit('error', err); - return; - } - self.frameAndSend(opcode, data, finalFragment, mask, compress, cb); - self.processing = false; - self.flush(); - }); - }); - this.flush(); -}; - -/** - * Frames and sends a piece of data according to the HyBi WebSocket protocol. - * - * @api private - */ - -Sender.prototype.frameAndSend = function(opcode, data, finalFragment, maskData, compressed, cb) { - var canModifyData = false; - - if (!data) { - try { - this._socket.write(new Buffer([opcode | (finalFragment ? 0x80 : 0), 0 | (maskData ? 0x80 : 0)].concat(maskData ? [0, 0, 0, 0] : [])), 'binary', cb); - } - catch (e) { - if (typeof cb == 'function') cb(e); - else this.emit('error', e); - } - return; - } - - if (!Buffer.isBuffer(data)) { - canModifyData = true; - if (data && (typeof data.byteLength !== 'undefined' || typeof data.buffer !== 'undefined')) { - data = getArrayBuffer(data); - } else { - // - // If people want to send a number, this would allocate the number in - // bytes as memory size instead of storing the number as buffer value. So - // we need to transform it to string in order to prevent possible - // vulnerabilities / memory attacks. - // - if (typeof data === 'number') data = data.toString(); - - data = new Buffer(data); - } - } - - var dataLength = data.length - , dataOffset = maskData ? 6 : 2 - , secondByte = dataLength; - - if (dataLength >= 65536) { - dataOffset += 8; - secondByte = 127; - } - else if (dataLength > 125) { - dataOffset += 2; - secondByte = 126; - } - - var mergeBuffers = dataLength < 32768 || (maskData && !canModifyData); - var totalLength = mergeBuffers ? dataLength + dataOffset : dataOffset; - var outputBuffer = new Buffer(totalLength); - outputBuffer[0] = finalFragment ? opcode | 0x80 : opcode; - if (compressed) outputBuffer[0] |= 0x40; - - switch (secondByte) { - case 126: - writeUInt16BE.call(outputBuffer, dataLength, 2); - break; - case 127: - writeUInt32BE.call(outputBuffer, 0, 2); - writeUInt32BE.call(outputBuffer, dataLength, 6); - } - - if (maskData) { - outputBuffer[1] = secondByte | 0x80; - var mask = getRandomMask(); - outputBuffer[dataOffset - 4] = mask[0]; - outputBuffer[dataOffset - 3] = mask[1]; - outputBuffer[dataOffset - 2] = mask[2]; - outputBuffer[dataOffset - 1] = mask[3]; - if (mergeBuffers) { - bufferUtil.mask(data, mask, outputBuffer, dataOffset, dataLength); - try { - this._socket.write(outputBuffer, 'binary', cb); - } - catch (e) { - if (typeof cb == 'function') cb(e); - else this.emit('error', e); - } - } - else { - bufferUtil.mask(data, mask, data, 0, dataLength); - try { - this._socket.write(outputBuffer, 'binary'); - this._socket.write(data, 'binary', cb); - } - catch (e) { - if (typeof cb == 'function') cb(e); - else this.emit('error', e); - } - } - } - else { - outputBuffer[1] = secondByte; - if (mergeBuffers) { - data.copy(outputBuffer, dataOffset); - try { - this._socket.write(outputBuffer, 'binary', cb); - } - catch (e) { - if (typeof cb == 'function') cb(e); - else this.emit('error', e); - } - } - else { - try { - this._socket.write(outputBuffer, 'binary'); - this._socket.write(data, 'binary', cb); - } - catch (e) { - if (typeof cb == 'function') cb(e); - else this.emit('error', e); - } - } - } -}; - -/** - * Execute message handler buffers - * - * @api private - */ - -Sender.prototype.flush = function() { - while (!this.processing && this.messageHandlers.length) { - this.messageHandlers.shift()(); - } -}; - -/** - * Apply extensions to message - * - * @api private - */ - -Sender.prototype.applyExtensions = function(data, fin, compress, callback) { - if ((data.buffer || data) instanceof ArrayBuffer) { - data = getArrayBuffer(data); - } - this.extensions[PerMessageDeflate.extensionName].compress(data, fin, callback); -}; - -module.exports = Sender; - -function writeUInt16BE(value, offset) { - this[offset] = (value & 0xff00)>>8; - this[offset+1] = value & 0xff; -} - -function writeUInt32BE(value, offset) { - this[offset] = (value & 0xff000000)>>24; - this[offset+1] = (value & 0xff0000)>>16; - this[offset+2] = (value & 0xff00)>>8; - this[offset+3] = value & 0xff; -} - -function getArrayBuffer(data) { - // data is either an ArrayBuffer or ArrayBufferView. - var array = new Uint8Array(data.buffer || data) - , l = data.byteLength || data.length - , o = data.byteOffset || 0 - , buffer = new Buffer(l); - for (var i = 0; i < l; ++i) { - buffer[i] = array[o+i]; - } - return buffer; -} - -function getRandomMask() { - return crypto.randomBytes(4); -} diff --git a/2019-setembro/node_modules/ws/lib/Validation.fallback.js b/2019-setembro/node_modules/ws/lib/Validation.fallback.js deleted file mode 100644 index 639b0d3..0000000 --- a/2019-setembro/node_modules/ws/lib/Validation.fallback.js +++ /dev/null @@ -1,11 +0,0 @@ -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -exports.Validation = { - isValidUTF8: function(buffer) { - return true; - } -}; diff --git a/2019-setembro/node_modules/ws/lib/Validation.js b/2019-setembro/node_modules/ws/lib/Validation.js deleted file mode 100644 index 0adace5..0000000 --- a/2019-setembro/node_modules/ws/lib/Validation.js +++ /dev/null @@ -1,19 +0,0 @@ -'use strict'; - -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var isValidUTF8; - -try { - isValidUTF8 = require('utf-8-validate'); -} catch (e) { - isValidUTF8 = require('./Validation.fallback'); -} - -module.exports = typeof isValidUTF8 === 'object' - ? isValidUTF8.Validation.isValidUTF8 - : isValidUTF8; diff --git a/2019-setembro/node_modules/ws/lib/WebSocket.js b/2019-setembro/node_modules/ws/lib/WebSocket.js deleted file mode 100644 index bb09e85..0000000 --- a/2019-setembro/node_modules/ws/lib/WebSocket.js +++ /dev/null @@ -1,987 +0,0 @@ -'use strict'; - -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var url = require('url') - , util = require('util') - , http = require('http') - , https = require('https') - , crypto = require('crypto') - , stream = require('stream') - , Ultron = require('ultron') - , Options = require('options') - , Sender = require('./Sender') - , Receiver = require('./Receiver') - , SenderHixie = require('./Sender.hixie') - , ReceiverHixie = require('./Receiver.hixie') - , Extensions = require('./Extensions') - , PerMessageDeflate = require('./PerMessageDeflate') - , EventEmitter = require('events').EventEmitter; - -/** - * Constants - */ - -// Default protocol version - -var protocolVersion = 13; - -// Close timeout - -var closeTimeout = 30 * 1000; // Allow 30 seconds to terminate the connection cleanly - -/** - * WebSocket implementation - * - * @constructor - * @param {String} address Connection address. - * @param {String|Array} protocols WebSocket protocols. - * @param {Object} options Additional connection options. - * @api public - */ -function WebSocket(address, protocols, options) { - if (this instanceof WebSocket === false) { - return new WebSocket(address, protocols, options); - } - - EventEmitter.call(this); - - if (protocols && !Array.isArray(protocols) && 'object' === typeof protocols) { - // accept the "options" Object as the 2nd argument - options = protocols; - protocols = null; - } - - if ('string' === typeof protocols) { - protocols = [ protocols ]; - } - - if (!Array.isArray(protocols)) { - protocols = []; - } - - this._socket = null; - this._ultron = null; - this._closeReceived = false; - this.bytesReceived = 0; - this.readyState = null; - this.supports = {}; - this.extensions = {}; - this._binaryType = 'nodebuffer'; - - if (Array.isArray(address)) { - initAsServerClient.apply(this, address.concat(options)); - } else { - initAsClient.apply(this, [address, protocols, options]); - } -} - -/** - * Inherits from EventEmitter. - */ -util.inherits(WebSocket, EventEmitter); - -/** - * Ready States - */ -["CONNECTING", "OPEN", "CLOSING", "CLOSED"].forEach(function each(state, index) { - WebSocket.prototype[state] = WebSocket[state] = index; -}); - -/** - * Gracefully closes the connection, after sending a description message to the server - * - * @param {Object} data to be sent to the server - * @api public - */ -WebSocket.prototype.close = function close(code, data) { - if (this.readyState === WebSocket.CLOSED) return; - - if (this.readyState === WebSocket.CONNECTING) { - this.readyState = WebSocket.CLOSED; - return; - } - - if (this.readyState === WebSocket.CLOSING) { - if (this._closeReceived && this._isServer) { - this.terminate(); - } - return; - } - - var self = this; - try { - this.readyState = WebSocket.CLOSING; - this._closeCode = code; - this._closeMessage = data; - var mask = !this._isServer; - this._sender.close(code, data, mask, function(err) { - if (err) self.emit('error', err); - - if (self._closeReceived && self._isServer) { - self.terminate(); - } else { - // ensure that the connection is cleaned up even when no response of closing handshake. - clearTimeout(self._closeTimer); - self._closeTimer = setTimeout(cleanupWebsocketResources.bind(self, true), closeTimeout); - } - }); - } catch (e) { - this.emit('error', e); - } -}; - -/** - * Pause the client stream - * - * @api public - */ -WebSocket.prototype.pause = function pauser() { - if (this.readyState !== WebSocket.OPEN) throw new Error('not opened'); - - return this._socket.pause(); -}; - -/** - * Sends a ping - * - * @param {Object} data to be sent to the server - * @param {Object} Members - mask: boolean, binary: boolean - * @param {boolean} dontFailWhenClosed indicates whether or not to throw if the connection isnt open - * @api public - */ -WebSocket.prototype.ping = function ping(data, options, dontFailWhenClosed) { - if (this.readyState !== WebSocket.OPEN) { - if (dontFailWhenClosed === true) return; - throw new Error('not opened'); - } - - options = options || {}; - - if (typeof options.mask === 'undefined') options.mask = !this._isServer; - - this._sender.ping(data, options); -}; - -/** - * Sends a pong - * - * @param {Object} data to be sent to the server - * @param {Object} Members - mask: boolean, binary: boolean - * @param {boolean} dontFailWhenClosed indicates whether or not to throw if the connection isnt open - * @api public - */ -WebSocket.prototype.pong = function(data, options, dontFailWhenClosed) { - if (this.readyState !== WebSocket.OPEN) { - if (dontFailWhenClosed === true) return; - throw new Error('not opened'); - } - - options = options || {}; - - if (typeof options.mask === 'undefined') options.mask = !this._isServer; - - this._sender.pong(data, options); -}; - -/** - * Resume the client stream - * - * @api public - */ -WebSocket.prototype.resume = function resume() { - if (this.readyState !== WebSocket.OPEN) throw new Error('not opened'); - - return this._socket.resume(); -}; - -/** - * Sends a piece of data - * - * @param {Object} data to be sent to the server - * @param {Object} Members - mask: boolean, binary: boolean, compress: boolean - * @param {function} Optional callback which is executed after the send completes - * @api public - */ - -WebSocket.prototype.send = function send(data, options, cb) { - if (typeof options === 'function') { - cb = options; - options = {}; - } - - if (this.readyState !== WebSocket.OPEN) { - if (typeof cb === 'function') cb(new Error('not opened')); - else throw new Error('not opened'); - return; - } - - if (!data) data = ''; - if (this._queue) { - var self = this; - this._queue.push(function() { self.send(data, options, cb); }); - return; - } - - options = options || {}; - options.fin = true; - - if (typeof options.binary === 'undefined') { - options.binary = (data instanceof ArrayBuffer || data instanceof Buffer || - data instanceof Uint8Array || - data instanceof Uint16Array || - data instanceof Uint32Array || - data instanceof Int8Array || - data instanceof Int16Array || - data instanceof Int32Array || - data instanceof Float32Array || - data instanceof Float64Array); - } - - if (typeof options.mask === 'undefined') options.mask = !this._isServer; - if (typeof options.compress === 'undefined') options.compress = true; - if (!this.extensions[PerMessageDeflate.extensionName]) { - options.compress = false; - } - - var readable = typeof stream.Readable === 'function' - ? stream.Readable - : stream.Stream; - - if (data instanceof readable) { - startQueue(this); - var self = this; - - sendStream(this, data, options, function send(error) { - process.nextTick(function tock() { - executeQueueSends(self); - }); - - if (typeof cb === 'function') cb(error); - }); - } else { - this._sender.send(data, options, cb); - } -}; - -/** - * Streams data through calls to a user supplied function - * - * @param {Object} Members - mask: boolean, binary: boolean, compress: boolean - * @param {function} 'function (error, send)' which is executed on successive ticks of which send is 'function (data, final)'. - * @api public - */ -WebSocket.prototype.stream = function stream(options, cb) { - if (typeof options === 'function') { - cb = options; - options = {}; - } - - var self = this; - - if (typeof cb !== 'function') throw new Error('callback must be provided'); - - if (this.readyState !== WebSocket.OPEN) { - if (typeof cb === 'function') cb(new Error('not opened')); - else throw new Error('not opened'); - return; - } - - if (this._queue) { - this._queue.push(function () { self.stream(options, cb); }); - return; - } - - options = options || {}; - - if (typeof options.mask === 'undefined') options.mask = !this._isServer; - if (typeof options.compress === 'undefined') options.compress = true; - if (!this.extensions[PerMessageDeflate.extensionName]) { - options.compress = false; - } - - startQueue(this); - - function send(data, final) { - try { - if (self.readyState !== WebSocket.OPEN) throw new Error('not opened'); - options.fin = final === true; - self._sender.send(data, options); - if (!final) process.nextTick(cb.bind(null, null, send)); - else executeQueueSends(self); - } catch (e) { - if (typeof cb === 'function') cb(e); - else { - delete self._queue; - self.emit('error', e); - } - } - } - - process.nextTick(cb.bind(null, null, send)); -}; - -/** - * Immediately shuts down the connection - * - * @api public - */ -WebSocket.prototype.terminate = function terminate() { - if (this.readyState === WebSocket.CLOSED) return; - - if (this._socket) { - this.readyState = WebSocket.CLOSING; - - // End the connection - try { this._socket.end(); } - catch (e) { - // Socket error during end() call, so just destroy it right now - cleanupWebsocketResources.call(this, true); - return; - } - - // Add a timeout to ensure that the connection is completely - // cleaned up within 30 seconds, even if the clean close procedure - // fails for whatever reason - // First cleanup any pre-existing timeout from an earlier "terminate" call, - // if one exists. Otherwise terminate calls in quick succession will leak timeouts - // and hold the program open for `closeTimout` time. - if (this._closeTimer) { clearTimeout(this._closeTimer); } - this._closeTimer = setTimeout(cleanupWebsocketResources.bind(this, true), closeTimeout); - } else if (this.readyState === WebSocket.CONNECTING) { - cleanupWebsocketResources.call(this, true); - } -}; - -/** - * Expose bufferedAmount - * - * @api public - */ -Object.defineProperty(WebSocket.prototype, 'bufferedAmount', { - get: function get() { - var amount = 0; - if (this._socket) { - amount = this._socket.bufferSize || 0; - } - return amount; - } -}); - -/** - * Expose binaryType - * - * This deviates from the W3C interface since ws doesn't support the required - * default "blob" type (instead we define a custom "nodebuffer" type). - * - * @see http://dev.w3.org/html5/websockets/#the-websocket-interface - * @api public - */ -Object.defineProperty(WebSocket.prototype, 'binaryType', { - get: function get() { - return this._binaryType; - }, - set: function set(type) { - if (type === 'arraybuffer' || type === 'nodebuffer') - this._binaryType = type; - else - throw new SyntaxError('unsupported binaryType: must be either "nodebuffer" or "arraybuffer"'); - } -}); - -/** - * Emulates the W3C Browser based WebSocket interface using function members. - * - * @see http://dev.w3.org/html5/websockets/#the-websocket-interface - * @api public - */ -['open', 'error', 'close', 'message'].forEach(function(method) { - Object.defineProperty(WebSocket.prototype, 'on' + method, { - /** - * Returns the current listener - * - * @returns {Mixed} the set function or undefined - * @api public - */ - get: function get() { - var listener = this.listeners(method)[0]; - return listener ? (listener._listener ? listener._listener : listener) : undefined; - }, - - /** - * Start listening for events - * - * @param {Function} listener the listener - * @returns {Mixed} the set function or undefined - * @api public - */ - set: function set(listener) { - this.removeAllListeners(method); - this.addEventListener(method, listener); - } - }); -}); - -/** - * Emulates the W3C Browser based WebSocket interface using addEventListener. - * - * @see https://developer.mozilla.org/en/DOM/element.addEventListener - * @see http://dev.w3.org/html5/websockets/#the-websocket-interface - * @api public - */ -WebSocket.prototype.addEventListener = function(method, listener) { - var target = this; - - function onMessage (data, flags) { - if (flags.binary && this.binaryType === 'arraybuffer') - data = new Uint8Array(data).buffer; - listener.call(target, new MessageEvent(data, !!flags.binary, target)); - } - - function onClose (code, message) { - listener.call(target, new CloseEvent(code, message, target)); - } - - function onError (event) { - event.type = 'error'; - event.target = target; - listener.call(target, event); - } - - function onOpen () { - listener.call(target, new OpenEvent(target)); - } - - if (typeof listener === 'function') { - if (method === 'message') { - // store a reference so we can return the original function from the - // addEventListener hook - onMessage._listener = listener; - this.on(method, onMessage); - } else if (method === 'close') { - // store a reference so we can return the original function from the - // addEventListener hook - onClose._listener = listener; - this.on(method, onClose); - } else if (method === 'error') { - // store a reference so we can return the original function from the - // addEventListener hook - onError._listener = listener; - this.on(method, onError); - } else if (method === 'open') { - // store a reference so we can return the original function from the - // addEventListener hook - onOpen._listener = listener; - this.on(method, onOpen); - } else { - this.on(method, listener); - } - } -}; - -module.exports = WebSocket; -module.exports.buildHostHeader = buildHostHeader - -/** - * W3C MessageEvent - * - * @see http://www.w3.org/TR/html5/comms.html - * @constructor - * @api private - */ -function MessageEvent(dataArg, isBinary, target) { - this.type = 'message'; - this.data = dataArg; - this.target = target; - this.binary = isBinary; // non-standard. -} - -/** - * W3C CloseEvent - * - * @see http://www.w3.org/TR/html5/comms.html - * @constructor - * @api private - */ -function CloseEvent(code, reason, target) { - this.type = 'close'; - this.wasClean = (typeof code === 'undefined' || code === 1000); - this.code = code; - this.reason = reason; - this.target = target; -} - -/** - * W3C OpenEvent - * - * @see http://www.w3.org/TR/html5/comms.html - * @constructor - * @api private - */ -function OpenEvent(target) { - this.type = 'open'; - this.target = target; -} - -// Append port number to Host header, only if specified in the url -// and non-default -function buildHostHeader(isSecure, hostname, port) { - var headerHost = hostname; - if (hostname) { - if ((isSecure && (port != 443)) || (!isSecure && (port != 80))){ - headerHost = headerHost + ':' + port; - } - } - return headerHost; -} - -/** - * Entirely private apis, - * which may or may not be bound to a sepcific WebSocket instance. - */ -function initAsServerClient(req, socket, upgradeHead, options) { - options = new Options({ - protocolVersion: protocolVersion, - protocol: null, - extensions: {}, - maxPayload: 0 - }).merge(options); - - // expose state properties - this.protocol = options.value.protocol; - this.protocolVersion = options.value.protocolVersion; - this.extensions = options.value.extensions; - this.supports.binary = (this.protocolVersion !== 'hixie-76'); - this.upgradeReq = req; - this.readyState = WebSocket.CONNECTING; - this._isServer = true; - this.maxPayload = options.value.maxPayload; - // establish connection - if (options.value.protocolVersion === 'hixie-76') { - establishConnection.call(this, ReceiverHixie, SenderHixie, socket, upgradeHead); - } else { - establishConnection.call(this, Receiver, Sender, socket, upgradeHead); - } -} - -function initAsClient(address, protocols, options) { - options = new Options({ - origin: null, - protocolVersion: protocolVersion, - host: null, - headers: null, - protocol: protocols.join(','), - agent: null, - - // ssl-related options - pfx: null, - key: null, - passphrase: null, - cert: null, - ca: null, - ciphers: null, - rejectUnauthorized: null, - perMessageDeflate: true, - localAddress: null - }).merge(options); - - if (options.value.protocolVersion !== 8 && options.value.protocolVersion !== 13) { - throw new Error('unsupported protocol version'); - } - - // verify URL and establish http class - var serverUrl = url.parse(address); - var isUnixSocket = serverUrl.protocol === 'ws+unix:'; - if (!serverUrl.host && !isUnixSocket) throw new Error('invalid url'); - var isSecure = serverUrl.protocol === 'wss:' || serverUrl.protocol === 'https:'; - var httpObj = isSecure ? https : http; - var port = serverUrl.port || (isSecure ? 443 : 80); - var auth = serverUrl.auth; - - // prepare extensions - var extensionsOffer = {}; - var perMessageDeflate; - if (options.value.perMessageDeflate) { - perMessageDeflate = new PerMessageDeflate(typeof options.value.perMessageDeflate !== true ? options.value.perMessageDeflate : {}, false); - extensionsOffer[PerMessageDeflate.extensionName] = perMessageDeflate.offer(); - } - - // expose state properties - this._isServer = false; - this.url = address; - this.protocolVersion = options.value.protocolVersion; - this.supports.binary = (this.protocolVersion !== 'hixie-76'); - - // begin handshake - var key = new Buffer(options.value.protocolVersion + '-' + Date.now()).toString('base64'); - var shasum = crypto.createHash('sha1'); - shasum.update(key + '258EAFA5-E914-47DA-95CA-C5AB0DC85B11'); - var expectedServerKey = shasum.digest('base64'); - - var agent = options.value.agent; - - var headerHost = buildHostHeader(isSecure, serverUrl.hostname, port) - - var requestOptions = { - port: port, - host: serverUrl.hostname, - headers: { - 'Connection': 'Upgrade', - 'Upgrade': 'websocket', - 'Host': headerHost, - 'Sec-WebSocket-Version': options.value.protocolVersion, - 'Sec-WebSocket-Key': key - } - }; - - // If we have basic auth. - if (auth) { - requestOptions.headers.Authorization = 'Basic ' + new Buffer(auth).toString('base64'); - } - - if (options.value.protocol) { - requestOptions.headers['Sec-WebSocket-Protocol'] = options.value.protocol; - } - - if (options.value.host) { - requestOptions.headers.Host = options.value.host; - } - - if (options.value.headers) { - for (var header in options.value.headers) { - if (options.value.headers.hasOwnProperty(header)) { - requestOptions.headers[header] = options.value.headers[header]; - } - } - } - - if (Object.keys(extensionsOffer).length) { - requestOptions.headers['Sec-WebSocket-Extensions'] = Extensions.format(extensionsOffer); - } - - if (options.isDefinedAndNonNull('pfx') - || options.isDefinedAndNonNull('key') - || options.isDefinedAndNonNull('passphrase') - || options.isDefinedAndNonNull('cert') - || options.isDefinedAndNonNull('ca') - || options.isDefinedAndNonNull('ciphers') - || options.isDefinedAndNonNull('rejectUnauthorized')) { - - if (options.isDefinedAndNonNull('pfx')) requestOptions.pfx = options.value.pfx; - if (options.isDefinedAndNonNull('key')) requestOptions.key = options.value.key; - if (options.isDefinedAndNonNull('passphrase')) requestOptions.passphrase = options.value.passphrase; - if (options.isDefinedAndNonNull('cert')) requestOptions.cert = options.value.cert; - if (options.isDefinedAndNonNull('ca')) requestOptions.ca = options.value.ca; - if (options.isDefinedAndNonNull('ciphers')) requestOptions.ciphers = options.value.ciphers; - if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized; - - if (!agent) { - // global agent ignores client side certificates - agent = new httpObj.Agent(requestOptions); - } - } - - requestOptions.path = serverUrl.path || '/'; - - if (agent) { - requestOptions.agent = agent; - } - - if (isUnixSocket) { - requestOptions.socketPath = serverUrl.pathname; - } - - if (options.value.localAddress) { - requestOptions.localAddress = options.value.localAddress; - } - - if (options.value.origin) { - if (options.value.protocolVersion < 13) requestOptions.headers['Sec-WebSocket-Origin'] = options.value.origin; - else requestOptions.headers.Origin = options.value.origin; - } - - var self = this; - var req = httpObj.request(requestOptions); - - req.on('error', function onerror(error) { - self.emit('error', error); - cleanupWebsocketResources.call(self, error); - }); - - req.once('response', function response(res) { - var error; - - if (!self.emit('unexpected-response', req, res)) { - error = new Error('unexpected server response (' + res.statusCode + ')'); - req.abort(); - self.emit('error', error); - } - - cleanupWebsocketResources.call(self, error); - }); - - req.once('upgrade', function upgrade(res, socket, upgradeHead) { - if (self.readyState === WebSocket.CLOSED) { - // client closed before server accepted connection - self.emit('close'); - self.removeAllListeners(); - socket.end(); - return; - } - - var serverKey = res.headers['sec-websocket-accept']; - if (typeof serverKey === 'undefined' || serverKey !== expectedServerKey) { - self.emit('error', 'invalid server key'); - self.removeAllListeners(); - socket.end(); - return; - } - - var serverProt = res.headers['sec-websocket-protocol']; - var protList = (options.value.protocol || "").split(/, */); - var protError = null; - - if (!options.value.protocol && serverProt) { - protError = 'server sent a subprotocol even though none requested'; - } else if (options.value.protocol && !serverProt) { - protError = 'server sent no subprotocol even though requested'; - } else if (serverProt && protList.indexOf(serverProt) === -1) { - protError = 'server responded with an invalid protocol'; - } - - if (protError) { - self.emit('error', protError); - self.removeAllListeners(); - socket.end(); - return; - } else if (serverProt) { - self.protocol = serverProt; - } - - var serverExtensions = Extensions.parse(res.headers['sec-websocket-extensions']); - if (perMessageDeflate && serverExtensions[PerMessageDeflate.extensionName]) { - try { - perMessageDeflate.accept(serverExtensions[PerMessageDeflate.extensionName]); - } catch (err) { - self.emit('error', 'invalid extension parameter'); - self.removeAllListeners(); - socket.end(); - return; - } - self.extensions[PerMessageDeflate.extensionName] = perMessageDeflate; - } - - establishConnection.call(self, Receiver, Sender, socket, upgradeHead); - - // perform cleanup on http resources - req.removeAllListeners(); - req = null; - agent = null; - }); - - req.end(); - this.readyState = WebSocket.CONNECTING; -} - -function establishConnection(ReceiverClass, SenderClass, socket, upgradeHead) { - var ultron = this._ultron = new Ultron(socket) - , called = false - , self = this; - - socket.setTimeout(0); - socket.setNoDelay(true); - - this._receiver = new ReceiverClass(this.extensions,this.maxPayload); - this._socket = socket; - - // socket cleanup handlers - ultron.on('end', cleanupWebsocketResources.bind(this)); - ultron.on('close', cleanupWebsocketResources.bind(this)); - ultron.on('error', cleanupWebsocketResources.bind(this)); - - // ensure that the upgradeHead is added to the receiver - function firstHandler(data) { - if (called || self.readyState === WebSocket.CLOSED) return; - - called = true; - socket.removeListener('data', firstHandler); - ultron.on('data', realHandler); - - if (upgradeHead && upgradeHead.length > 0) { - realHandler(upgradeHead); - upgradeHead = null; - } - - if (data) realHandler(data); - } - - // subsequent packets are pushed straight to the receiver - function realHandler(data) { - self.bytesReceived += data.length; - self._receiver.add(data); - } - - ultron.on('data', firstHandler); - - // if data was passed along with the http upgrade, - // this will schedule a push of that on to the receiver. - // this has to be done on next tick, since the caller - // hasn't had a chance to set event handlers on this client - // object yet. - process.nextTick(firstHandler); - - // receiver event handlers - self._receiver.ontext = function ontext(data, flags) { - flags = flags || {}; - - self.emit('message', data, flags); - }; - - self._receiver.onbinary = function onbinary(data, flags) { - flags = flags || {}; - - flags.binary = true; - self.emit('message', data, flags); - }; - - self._receiver.onping = function onping(data, flags) { - flags = flags || {}; - - self.pong(data, { - mask: !self._isServer, - binary: flags.binary === true - }, true); - - self.emit('ping', data, flags); - }; - - self._receiver.onpong = function onpong(data, flags) { - self.emit('pong', data, flags || {}); - }; - - self._receiver.onclose = function onclose(code, data, flags) { - flags = flags || {}; - - self._closeReceived = true; - self.close(code, data); - }; - - self._receiver.onerror = function onerror(reason, errorCode) { - // close the connection when the receiver reports a HyBi error code - self.close(typeof errorCode !== 'undefined' ? errorCode : 1002, ''); - self.emit('error', (reason instanceof Error) ? reason : (new Error(reason))); - }; - - // finalize the client - this._sender = new SenderClass(socket, this.extensions); - this._sender.on('error', function onerror(error) { - self.close(1002, ''); - self.emit('error', error); - }); - - this.readyState = WebSocket.OPEN; - this.emit('open'); -} - -function startQueue(instance) { - instance._queue = instance._queue || []; -} - -function executeQueueSends(instance) { - var queue = instance._queue; - if (typeof queue === 'undefined') return; - - delete instance._queue; - for (var i = 0, l = queue.length; i < l; ++i) { - queue[i](); - } -} - -function sendStream(instance, stream, options, cb) { - stream.on('data', function incoming(data) { - if (instance.readyState !== WebSocket.OPEN) { - if (typeof cb === 'function') cb(new Error('not opened')); - else { - delete instance._queue; - instance.emit('error', new Error('not opened')); - } - return; - } - - options.fin = false; - instance._sender.send(data, options); - }); - - stream.on('end', function end() { - if (instance.readyState !== WebSocket.OPEN) { - if (typeof cb === 'function') cb(new Error('not opened')); - else { - delete instance._queue; - instance.emit('error', new Error('not opened')); - } - return; - } - - options.fin = true; - instance._sender.send(null, options); - - if (typeof cb === 'function') cb(null); - }); -} - -function cleanupWebsocketResources(error) { - if (this.readyState === WebSocket.CLOSED) return; - - this.readyState = WebSocket.CLOSED; - - clearTimeout(this._closeTimer); - this._closeTimer = null; - - // If the connection was closed abnormally (with an error), or if - // the close control frame was not received then the close code - // must default to 1006. - if (error || !this._closeReceived) { - this._closeCode = 1006; - } - this.emit('close', this._closeCode || 1000, this._closeMessage || ''); - - if (this._socket) { - if (this._ultron) this._ultron.destroy(); - this._socket.on('error', function onerror() { - try { this.destroy(); } - catch (e) {} - }); - - try { - if (!error) this._socket.end(); - else this._socket.destroy(); - } catch (e) { /* Ignore termination errors */ } - - this._socket = null; - this._ultron = null; - } - - if (this._sender) { - this._sender.removeAllListeners(); - this._sender = null; - } - - if (this._receiver) { - this._receiver.cleanup(); - this._receiver = null; - } - - if (this.extensions[PerMessageDeflate.extensionName]) { - this.extensions[PerMessageDeflate.extensionName].cleanup(); - } - - this.extensions = null; - - this.removeAllListeners(); - this.on('error', function onerror() {}); // catch all errors after this - delete this._queue; -} diff --git a/2019-setembro/node_modules/ws/lib/WebSocketServer.js b/2019-setembro/node_modules/ws/lib/WebSocketServer.js deleted file mode 100644 index 92077cd..0000000 --- a/2019-setembro/node_modules/ws/lib/WebSocketServer.js +++ /dev/null @@ -1,554 +0,0 @@ -/*! - * ws: a node.js websocket client - * Copyright(c) 2011 Einar Otto Stangvik - * MIT Licensed - */ - -var util = require('util') - , events = require('events') - , http = require('http') - , crypto = require('crypto') - , Options = require('options') - , WebSocket = require('./WebSocket') - , Extensions = require('./Extensions') - , PerMessageDeflate = require('./PerMessageDeflate') - , tls = require('tls') - , url = require('url'); - -/** - * WebSocket Server implementation - */ - -function WebSocketServer(options, callback) { - if (this instanceof WebSocketServer === false) { - return new WebSocketServer(options, callback); - } - - events.EventEmitter.call(this); - - options = new Options({ - host: '0.0.0.0', - port: null, - server: null, - verifyClient: null, - handleProtocols: null, - path: null, - noServer: false, - disableHixie: false, - clientTracking: true, - perMessageDeflate: true, - maxPayload: 100 * 1024 * 1024 - }).merge(options); - - if (!options.isDefinedAndNonNull('port') && !options.isDefinedAndNonNull('server') && !options.value.noServer) { - throw new TypeError('`port` or a `server` must be provided'); - } - - var self = this; - - if (options.isDefinedAndNonNull('port')) { - this._server = http.createServer(function (req, res) { - var body = http.STATUS_CODES[426]; - res.writeHead(426, { - 'Content-Length': body.length, - 'Content-Type': 'text/plain' - }); - res.end(body); - }); - this._server.allowHalfOpen = false; - this._server.listen(options.value.port, options.value.host, callback); - this._closeServer = function() { if (self._server) self._server.close(); }; - } - else if (options.value.server) { - this._server = options.value.server; - if (options.value.path) { - // take note of the path, to avoid collisions when multiple websocket servers are - // listening on the same http server - if (this._server._webSocketPaths && options.value.server._webSocketPaths[options.value.path]) { - throw new Error('two instances of WebSocketServer cannot listen on the same http server path'); - } - if (typeof this._server._webSocketPaths !== 'object') { - this._server._webSocketPaths = {}; - } - this._server._webSocketPaths[options.value.path] = 1; - } - } - if (this._server) { - this._onceServerListening = function() { self.emit('listening'); }; - this._server.once('listening', this._onceServerListening); - } - - if (typeof this._server != 'undefined') { - this._onServerError = function(error) { self.emit('error', error) }; - this._server.on('error', this._onServerError); - this._onServerUpgrade = function(req, socket, upgradeHead) { - //copy upgradeHead to avoid retention of large slab buffers used in node core - var head = new Buffer(upgradeHead.length); - upgradeHead.copy(head); - - self.handleUpgrade(req, socket, head, function(client) { - self.emit('connection'+req.url, client); - self.emit('connection', client); - }); - }; - this._server.on('upgrade', this._onServerUpgrade); - } - - this.options = options.value; - this.path = options.value.path; - this.clients = []; -} - -/** - * Inherits from EventEmitter. - */ - -util.inherits(WebSocketServer, events.EventEmitter); - -/** - * Immediately shuts down the connection. - * - * @api public - */ - -WebSocketServer.prototype.close = function(callback) { - // terminate all associated clients - var error = null; - try { - for (var i = 0, l = this.clients.length; i < l; ++i) { - this.clients[i].terminate(); - } - } - catch (e) { - error = e; - } - - // remove path descriptor, if any - if (this.path && this._server._webSocketPaths) { - delete this._server._webSocketPaths[this.path]; - if (Object.keys(this._server._webSocketPaths).length == 0) { - delete this._server._webSocketPaths; - } - } - - // close the http server if it was internally created - try { - if (typeof this._closeServer !== 'undefined') { - this._closeServer(); - } - } - finally { - if (this._server) { - this._server.removeListener('listening', this._onceServerListening); - this._server.removeListener('error', this._onServerError); - this._server.removeListener('upgrade', this._onServerUpgrade); - } - delete this._server; - } - if(callback) - callback(error); - else if(error) - throw error; -} - -/** - * Handle a HTTP Upgrade request. - * - * @api public - */ - -WebSocketServer.prototype.handleUpgrade = function(req, socket, upgradeHead, cb) { - // check for wrong path - if (this.options.path) { - var u = url.parse(req.url); - if (u && u.pathname !== this.options.path) return; - } - - if (typeof req.headers.upgrade === 'undefined' || req.headers.upgrade.toLowerCase() !== 'websocket') { - abortConnection(socket, 400, 'Bad Request'); - return; - } - - if (req.headers['sec-websocket-key1']) handleHixieUpgrade.apply(this, arguments); - else handleHybiUpgrade.apply(this, arguments); -} - -module.exports = WebSocketServer; - -/** - * Entirely private apis, - * which may or may not be bound to a sepcific WebSocket instance. - */ - -function handleHybiUpgrade(req, socket, upgradeHead, cb) { - // handle premature socket errors - var errorHandler = function() { - try { socket.destroy(); } catch (e) {} - } - socket.on('error', errorHandler); - - // verify key presence - if (!req.headers['sec-websocket-key']) { - abortConnection(socket, 400, 'Bad Request'); - return; - } - - // verify version - var version = parseInt(req.headers['sec-websocket-version']); - if ([8, 13].indexOf(version) === -1) { - abortConnection(socket, 400, 'Bad Request'); - return; - } - - // verify protocol - var protocols = req.headers['sec-websocket-protocol']; - - // verify client - var origin = version < 13 ? - req.headers['sec-websocket-origin'] : - req.headers['origin']; - - // handle extensions offer - var extensionsOffer = Extensions.parse(req.headers['sec-websocket-extensions']); - - // handler to call when the connection sequence completes - var self = this; - var completeHybiUpgrade2 = function(protocol) { - - // calc key - var key = req.headers['sec-websocket-key']; - var shasum = crypto.createHash('sha1'); - shasum.update(key + "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"); - key = shasum.digest('base64'); - - var headers = [ - 'HTTP/1.1 101 Switching Protocols' - , 'Upgrade: websocket' - , 'Connection: Upgrade' - , 'Sec-WebSocket-Accept: ' + key - ]; - - if (typeof protocol != 'undefined') { - headers.push('Sec-WebSocket-Protocol: ' + protocol); - } - - var extensions = {}; - try { - extensions = acceptExtensions.call(self, extensionsOffer); - } catch (err) { - abortConnection(socket, 400, 'Bad Request'); - return; - } - - if (Object.keys(extensions).length) { - var serverExtensions = {}; - Object.keys(extensions).forEach(function(token) { - serverExtensions[token] = [extensions[token].params] - }); - headers.push('Sec-WebSocket-Extensions: ' + Extensions.format(serverExtensions)); - } - - // allows external modification/inspection of handshake headers - self.emit('headers', headers); - - socket.setTimeout(0); - socket.setNoDelay(true); - try { - socket.write(headers.concat('', '').join('\r\n')); - } - catch (e) { - // if the upgrade write fails, shut the connection down hard - try { socket.destroy(); } catch (e) {} - return; - } - - var client = new WebSocket([req, socket, upgradeHead], { - protocolVersion: version, - protocol: protocol, - extensions: extensions, - maxPayload: self.options.maxPayload - }); - - if (self.options.clientTracking) { - self.clients.push(client); - client.on('close', function() { - var index = self.clients.indexOf(client); - if (index != -1) { - self.clients.splice(index, 1); - } - }); - } - - // signal upgrade complete - socket.removeListener('error', errorHandler); - cb(client); - } - - // optionally call external protocol selection handler before - // calling completeHybiUpgrade2 - var completeHybiUpgrade1 = function() { - // choose from the sub-protocols - if (typeof self.options.handleProtocols == 'function') { - var protList = (protocols || "").split(/, */); - var callbackCalled = false; - var res = self.options.handleProtocols(protList, function(result, protocol) { - callbackCalled = true; - if (!result) abortConnection(socket, 401, 'Unauthorized'); - else completeHybiUpgrade2(protocol); - }); - if (!callbackCalled) { - // the handleProtocols handler never called our callback - abortConnection(socket, 501, 'Could not process protocols'); - } - return; - } else { - if (typeof protocols !== 'undefined') { - completeHybiUpgrade2(protocols.split(/, */)[0]); - } - else { - completeHybiUpgrade2(); - } - } - } - - // optionally call external client verification handler - if (typeof this.options.verifyClient == 'function') { - var info = { - origin: origin, - secure: typeof req.connection.authorized !== 'undefined' || typeof req.connection.encrypted !== 'undefined', - req: req - }; - if (this.options.verifyClient.length == 2) { - this.options.verifyClient(info, function(result, code, name) { - if (typeof code === 'undefined') code = 401; - if (typeof name === 'undefined') name = http.STATUS_CODES[code]; - - if (!result) abortConnection(socket, code, name); - else completeHybiUpgrade1(); - }); - return; - } - else if (!this.options.verifyClient(info)) { - abortConnection(socket, 401, 'Unauthorized'); - return; - } - } - - completeHybiUpgrade1(); -} - -function handleHixieUpgrade(req, socket, upgradeHead, cb) { - // handle premature socket errors - var errorHandler = function() { - try { socket.destroy(); } catch (e) {} - } - socket.on('error', errorHandler); - - // bail if options prevent hixie - if (this.options.disableHixie) { - abortConnection(socket, 401, 'Hixie support disabled'); - return; - } - - // verify key presence - if (!req.headers['sec-websocket-key2']) { - abortConnection(socket, 400, 'Bad Request'); - return; - } - - var origin = req.headers['origin'] - , self = this; - - // setup handshake completion to run after client has been verified - var onClientVerified = function() { - var wshost; - if (!req.headers['x-forwarded-host']) - wshost = req.headers.host; - else - wshost = req.headers['x-forwarded-host']; - var location = ((req.headers['x-forwarded-proto'] === 'https' || socket.encrypted) ? 'wss' : 'ws') + '://' + wshost + req.url - , protocol = req.headers['sec-websocket-protocol']; - - // build the response header and return a Buffer - var buildResponseHeader = function() { - var headers = [ - 'HTTP/1.1 101 Switching Protocols' - , 'Upgrade: WebSocket' - , 'Connection: Upgrade' - , 'Sec-WebSocket-Location: ' + location - ]; - if (typeof protocol != 'undefined') headers.push('Sec-WebSocket-Protocol: ' + protocol); - if (typeof origin != 'undefined') headers.push('Sec-WebSocket-Origin: ' + origin); - - return new Buffer(headers.concat('', '').join('\r\n')); - }; - - // send handshake response before receiving the nonce - var handshakeResponse = function() { - - socket.setTimeout(0); - socket.setNoDelay(true); - - var headerBuffer = buildResponseHeader(); - - try { - socket.write(headerBuffer, 'binary', function(err) { - // remove listener if there was an error - if (err) socket.removeListener('data', handler); - return; - }); - } catch (e) { - try { socket.destroy(); } catch (e) {} - return; - }; - }; - - // handshake completion code to run once nonce has been successfully retrieved - var completeHandshake = function(nonce, rest, headerBuffer) { - // calculate key - var k1 = req.headers['sec-websocket-key1'] - , k2 = req.headers['sec-websocket-key2'] - , md5 = crypto.createHash('md5'); - - [k1, k2].forEach(function (k) { - var n = parseInt(k.replace(/[^\d]/g, '')) - , spaces = k.replace(/[^ ]/g, '').length; - if (spaces === 0 || n % spaces !== 0){ - abortConnection(socket, 400, 'Bad Request'); - return; - } - n /= spaces; - md5.update(String.fromCharCode( - n >> 24 & 0xFF, - n >> 16 & 0xFF, - n >> 8 & 0xFF, - n & 0xFF)); - }); - md5.update(nonce.toString('binary')); - - socket.setTimeout(0); - socket.setNoDelay(true); - - try { - var hashBuffer = new Buffer(md5.digest('binary'), 'binary'); - var handshakeBuffer = new Buffer(headerBuffer.length + hashBuffer.length); - headerBuffer.copy(handshakeBuffer, 0); - hashBuffer.copy(handshakeBuffer, headerBuffer.length); - - // do a single write, which - upon success - causes a new client websocket to be setup - socket.write(handshakeBuffer, 'binary', function(err) { - if (err) return; // do not create client if an error happens - var client = new WebSocket([req, socket, rest], { - protocolVersion: 'hixie-76', - protocol: protocol - }); - if (self.options.clientTracking) { - self.clients.push(client); - client.on('close', function() { - var index = self.clients.indexOf(client); - if (index != -1) { - self.clients.splice(index, 1); - } - }); - } - - // signal upgrade complete - socket.removeListener('error', errorHandler); - cb(client); - }); - } - catch (e) { - try { socket.destroy(); } catch (e) {} - return; - } - } - - // retrieve nonce - var nonceLength = 8; - if (upgradeHead && upgradeHead.length >= nonceLength) { - var nonce = upgradeHead.slice(0, nonceLength); - var rest = upgradeHead.length > nonceLength ? upgradeHead.slice(nonceLength) : null; - completeHandshake.call(self, nonce, rest, buildResponseHeader()); - } - else { - // nonce not present in upgradeHead - var nonce = new Buffer(nonceLength); - upgradeHead.copy(nonce, 0); - var received = upgradeHead.length; - var rest = null; - var handler = function (data) { - var toRead = Math.min(data.length, nonceLength - received); - if (toRead === 0) return; - data.copy(nonce, received, 0, toRead); - received += toRead; - if (received == nonceLength) { - socket.removeListener('data', handler); - if (toRead < data.length) rest = data.slice(toRead); - - // complete the handshake but send empty buffer for headers since they have already been sent - completeHandshake.call(self, nonce, rest, new Buffer(0)); - } - } - - // handle additional data as we receive it - socket.on('data', handler); - - // send header response before we have the nonce to fix haproxy buffering - handshakeResponse(); - } - } - - // verify client - if (typeof this.options.verifyClient == 'function') { - var info = { - origin: origin, - secure: typeof req.connection.authorized !== 'undefined' || typeof req.connection.encrypted !== 'undefined', - req: req - }; - if (this.options.verifyClient.length == 2) { - var self = this; - this.options.verifyClient(info, function(result, code, name) { - if (typeof code === 'undefined') code = 401; - if (typeof name === 'undefined') name = http.STATUS_CODES[code]; - - if (!result) abortConnection(socket, code, name); - else onClientVerified.apply(self); - }); - return; - } - else if (!this.options.verifyClient(info)) { - abortConnection(socket, 401, 'Unauthorized'); - return; - } - } - - // no client verification required - onClientVerified(); -} - -function acceptExtensions(offer) { - var extensions = {}; - var options = this.options.perMessageDeflate; - var maxPayload = this.options.maxPayload; - if (options && offer[PerMessageDeflate.extensionName]) { - var perMessageDeflate = new PerMessageDeflate(options !== true ? options : {}, true, maxPayload); - perMessageDeflate.accept(offer[PerMessageDeflate.extensionName]); - extensions[PerMessageDeflate.extensionName] = perMessageDeflate; - } - return extensions; -} - -function abortConnection(socket, code, name) { - try { - var response = [ - 'HTTP/1.1 ' + code + ' ' + name, - 'Content-type: text/html' - ]; - socket.write(response.concat('', '').join('\r\n')); - } - catch (e) { /* ignore errors - we've aborted this connection */ } - finally { - // ensure that an early aborted connection is shut down completely - try { socket.destroy(); } catch (e) {} - } -} diff --git a/2019-setembro/node_modules/ws/package.json b/2019-setembro/node_modules/ws/package.json deleted file mode 100644 index 780eb1c..0000000 --- a/2019-setembro/node_modules/ws/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "ws", - "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", - "version": "1.1.5", - "keywords": [ - "Hixie", - "HyBi", - "Push", - "RFC-6455", - "WebSocket", - "WebSockets", - "real-time" - ], - "homepage": "https://github.com/websockets/ws", - "bugs": "https://github.com/websockets/ws/issues", - "repository": "websockets/ws", - "author": "Einar Otto Stangvik (http://2x.io)", - "license": "MIT", - "main": "index.js", - "files": [ - "index.js", - "lib" - ], - "scripts": { - "test": "make test" - }, - "dependencies": { - "options": ">=0.0.5", - "ultron": "1.0.x" - }, - "devDependencies": { - "ansi": "0.3.x", - "benchmark": "0.3.x", - "bufferutil": "1.2.x", - "expect.js": "0.3.x", - "istanbul": "^0.4.1", - "mocha": "2.3.x", - "should": "8.0.x", - "tinycolor": "0.0.x", - "utf-8-validate": "1.2.x" - } -} diff --git a/2019-setembro/package.json b/2019-setembro/package.json deleted file mode 100644 index 48087d8..0000000 --- a/2019-setembro/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "svelte-app", - "version": "1.0.0", - "devDependencies": { - "npm-run-all": "^4.1.5", - "rollup": "^1.12.0", - "rollup-plugin-commonjs": "^10.0.0", - "rollup-plugin-livereload": "^1.0.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-svelte": "^5.0.3", - "rollup-plugin-terser": "^4.0.4", - "svelte": "^3.0.0" - }, - "dependencies": { - "sirv-cli": "^0.4.4" - }, - "scripts": { - "build": "rollup -c", - "autobuild": "rollup -c -w", - "dev": "run-p start:dev autobuild", - "start": "sirv public --single", - "start:dev": "sirv public --single --dev" - } -} diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css deleted file mode 100644 index 1bc1f07..0000000 --- a/2019-setembro/public/css/bundle.css +++ /dev/null @@ -1,3 +0,0 @@ -section.svelte-m48oxb{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-m48oxb .tela.svelte-m48oxb,section.svelte-m48oxb .disquete.svelte-m48oxb{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-m48oxb{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-m48oxb{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-m48oxb>.visor.svelte-m48oxb{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-m48oxb>.visor>.display.svelte-m48oxb{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-m48oxb .char.svelte-m48oxb{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-m48oxb .text-logo.svelte-m48oxb{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-m48oxb .text-logo>.text.svelte-m48oxb{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-m48oxb .text-logo .colors.svelte-m48oxb{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-m48oxb .colors .color.svelte-m48oxb{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-m48oxb .colors .color.red.svelte-m48oxb{background-color:#bb3431}.text-logo.svelte-m48oxb .colors .color.blue.svelte-m48oxb{background-color:#194391}.text-logo.svelte-m48oxb .colors .color.yellow.svelte-m48oxb{background-color:#d4af06}.text-logo.svelte-m48oxb .colors .color.green.svelte-m48oxb{background-color:#103b39}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} - -/*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map deleted file mode 100644 index 742f900..0000000 --- a/2019-setembro/public/css/bundle.css.map +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 3, - "file": "bundle.css", - "sources": [ - "../../src/containers/Screen.svelte" - ], - "sourcesContent": [ - "\n\n\n\n
    \n
    \n
    \n
      \n
    • 0
    • \n
    • 1
    • \n
    • 2
    • \n
    • 3
    • \n
    • 4
    • \n
    • 5
    • \n
    • 6
    • \n
    \n
    \n TECTOY\n
      \n
    • \n
    • \n
    • \n
    • \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n" - ], - "names": [], - "mappings": "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" -} \ No newline at end of file diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff b/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff deleted file mode 100644 index 7496adfda7365d69464b416aaba9ce44a23120fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17980 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 diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 b/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 deleted file mode 100644 index f018a0a1a476a8c15dfbd691d0476a4f4f6eb942..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13496 zcmV;pG)K#KPew8T0RR9105rG&6951J0N#`U05nSg0RR9100000000000000000000 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 diff --git a/2019-setembro/public/css/fonts/digital_display_tfb.ttf b/2019-setembro/public/css/fonts/digital_display_tfb.ttf deleted file mode 100644 index a4e8f0d0a2cea7bcdcf47ec8a826b21434e32f60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 41040 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 z - - - - - - - Svelte app - - - - - - - - - - - - - \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js deleted file mode 100644 index c5e8355..0000000 --- a/2019-setembro/public/js/bundle.js +++ /dev/null @@ -1,604 +0,0 @@ - -(function(l, i, v, e) { v = l.createElement(i); v.async = 1; v.src = '//' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1'; e = l.getElementsByTagName(i)[0]; e.parentNode.insertBefore(v, e)})(document, 'script'); -var app = (function () { - 'use strict'; - - function noop() { } - function add_location(element, file, line, column, char) { - element.__svelte_meta = { - loc: { file, line, column, char } - }; - } - function run(fn) { - return fn(); - } - function blank_object() { - return Object.create(null); - } - function run_all(fns) { - fns.forEach(run); - } - function is_function(thing) { - return typeof thing === 'function'; - } - function safe_not_equal(a, b) { - return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function'); - } - - function append(target, node) { - target.appendChild(node); - } - function insert(target, node, anchor) { - target.insertBefore(node, anchor || null); - } - function detach(node) { - node.parentNode.removeChild(node); - } - function element(name) { - return document.createElement(name); - } - function text(data) { - return document.createTextNode(data); - } - function space() { - return text(' '); - } - function attr(node, attribute, value) { - if (value == null) - node.removeAttribute(attribute); - else - node.setAttribute(attribute, value); - } - function children(element) { - return Array.from(element.childNodes); - } - function custom_event(type, detail) { - const e = document.createEvent('CustomEvent'); - e.initCustomEvent(type, false, false, detail); - return e; - } - - let current_component; - function set_current_component(component) { - current_component = component; - } - - const dirty_components = []; - const binding_callbacks = []; - const render_callbacks = []; - const flush_callbacks = []; - const resolved_promise = Promise.resolve(); - let update_scheduled = false; - function schedule_update() { - if (!update_scheduled) { - update_scheduled = true; - resolved_promise.then(flush); - } - } - function add_render_callback(fn) { - render_callbacks.push(fn); - } - function flush() { - const seen_callbacks = new Set(); - do { - // first, call beforeUpdate functions - // and update components - while (dirty_components.length) { - const component = dirty_components.shift(); - set_current_component(component); - update(component.$$); - } - while (binding_callbacks.length) - binding_callbacks.pop()(); - // then, once components are updated, call - // afterUpdate functions. This may cause - // subsequent updates... - for (let i = 0; i < render_callbacks.length; i += 1) { - const callback = render_callbacks[i]; - if (!seen_callbacks.has(callback)) { - callback(); - // ...so guard against infinite loops - seen_callbacks.add(callback); - } - } - render_callbacks.length = 0; - } while (dirty_components.length); - while (flush_callbacks.length) { - flush_callbacks.pop()(); - } - update_scheduled = false; - } - function update($$) { - if ($$.fragment) { - $$.update($$.dirty); - run_all($$.before_update); - $$.fragment.p($$.dirty, $$.ctx); - $$.dirty = null; - $$.after_update.forEach(add_render_callback); - } - } - const outroing = new Set(); - let outros; - function transition_in(block, local) { - if (block && block.i) { - outroing.delete(block); - block.i(local); - } - } - function transition_out(block, local, detach, callback) { - if (block && block.o) { - if (outroing.has(block)) - return; - outroing.add(block); - outros.c.push(() => { - outroing.delete(block); - if (callback) { - if (detach) - block.d(1); - callback(); - } - }); - block.o(local); - } - } - function mount_component(component, target, anchor) { - const { fragment, on_mount, on_destroy, after_update } = component.$$; - fragment.m(target, anchor); - // onMount happens before the initial afterUpdate - add_render_callback(() => { - const new_on_destroy = on_mount.map(run).filter(is_function); - if (on_destroy) { - on_destroy.push(...new_on_destroy); - } - else { - // Edge case - component was destroyed immediately, - // most likely as a result of a binding initialising - run_all(new_on_destroy); - } - component.$$.on_mount = []; - }); - after_update.forEach(add_render_callback); - } - function destroy_component(component, detaching) { - if (component.$$.fragment) { - run_all(component.$$.on_destroy); - component.$$.fragment.d(detaching); - // TODO null out other refs, including component.$$ (but need to - // preserve final state?) - component.$$.on_destroy = component.$$.fragment = null; - component.$$.ctx = {}; - } - } - function make_dirty(component, key) { - if (!component.$$.dirty) { - dirty_components.push(component); - schedule_update(); - component.$$.dirty = blank_object(); - } - component.$$.dirty[key] = true; - } - function init(component, options, instance, create_fragment, not_equal, prop_names) { - const parent_component = current_component; - set_current_component(component); - const props = options.props || {}; - const $$ = component.$$ = { - fragment: null, - ctx: null, - // state - props: prop_names, - update: noop, - not_equal, - bound: blank_object(), - // lifecycle - on_mount: [], - on_destroy: [], - before_update: [], - after_update: [], - context: new Map(parent_component ? parent_component.$$.context : []), - // everything else - callbacks: blank_object(), - dirty: null - }; - let ready = false; - $$.ctx = instance - ? instance(component, props, (key, ret, value = ret) => { - if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) { - if ($$.bound[key]) - $$.bound[key](value); - if (ready) - make_dirty(component, key); - } - return ret; - }) - : props; - $$.update(); - ready = true; - run_all($$.before_update); - $$.fragment = create_fragment($$.ctx); - if (options.target) { - if (options.hydrate) { - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - $$.fragment.l(children(options.target)); - } - else { - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - $$.fragment.c(); - } - if (options.intro) - transition_in(component.$$.fragment); - mount_component(component, options.target, options.anchor); - flush(); - } - set_current_component(parent_component); - } - let SvelteElement; - if (typeof HTMLElement !== 'undefined') { - SvelteElement = class extends HTMLElement { - constructor() { - super(); - this.attachShadow({ mode: 'open' }); - } - connectedCallback() { - // @ts-ignore todo: improve typings - for (const key in this.$$.slotted) { - // @ts-ignore todo: improve typings - this.appendChild(this.$$.slotted[key]); - } - } - attributeChangedCallback(attr, _oldValue, newValue) { - this[attr] = newValue; - } - $destroy() { - destroy_component(this, 1); - this.$destroy = noop; - } - $on(type, callback) { - // TODO should this delegate to addEventListener? - const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); - callbacks.push(callback); - return () => { - const index = callbacks.indexOf(callback); - if (index !== -1) - callbacks.splice(index, 1); - }; - } - $set() { - // overridden by instance, if it has props - } - }; - } - class SvelteComponent { - $destroy() { - destroy_component(this, 1); - this.$destroy = noop; - } - $on(type, callback) { - const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); - callbacks.push(callback); - return () => { - const index = callbacks.indexOf(callback); - if (index !== -1) - callbacks.splice(index, 1); - }; - } - $set() { - // overridden by instance, if it has props - } - } - - function dispatch_dev(type, detail) { - document.dispatchEvent(custom_event(type, detail)); - } - function append_dev(target, node) { - dispatch_dev("SvelteDOMInsert", { target, node }); - append(target, node); - } - function insert_dev(target, node, anchor) { - dispatch_dev("SvelteDOMInsert", { target, node, anchor }); - insert(target, node, anchor); - } - function detach_dev(node) { - dispatch_dev("SvelteDOMRemove", { node }); - detach(node); - } - function attr_dev(node, attribute, value) { - attr(node, attribute, value); - if (value == null) - dispatch_dev("SvelteDOMRemoveAttribute", { node, attribute }); - else - dispatch_dev("SvelteDOMSetAttribute", { node, attribute, value }); - } - class SvelteComponentDev extends SvelteComponent { - constructor(options) { - if (!options || (!options.target && !options.$$inline)) { - throw new Error(`'target' is a required option`); - } - super(); - } - $destroy() { - super.$destroy(); - this.$destroy = () => { - console.warn(`Component was already destroyed`); // eslint-disable-line no-console - }; - } - } - - /* src/containers/Screen.svelte generated by Svelte v3.12.0 */ - - const file = "src/containers/Screen.svelte"; - - function create_fragment(ctx) { - var section, div2, div1, ul0, li0, t1, li1, t3, li2, t5, li3, t7, li4, t9, li5, t11, li6, t13, div0, span, t15, ul1, li7, t16, li8, t17, li9, t18, li10, t19, div4, div3; - - const block = { - c: function create() { - section = element("section"); - div2 = element("div"); - div1 = element("div"); - ul0 = element("ul"); - li0 = element("li"); - li0.textContent = "0"; - t1 = space(); - li1 = element("li"); - li1.textContent = "1"; - t3 = space(); - li2 = element("li"); - li2.textContent = "2"; - t5 = space(); - li3 = element("li"); - li3.textContent = "3"; - t7 = space(); - li4 = element("li"); - li4.textContent = "4"; - t9 = space(); - li5 = element("li"); - li5.textContent = "5"; - t11 = space(); - li6 = element("li"); - li6.textContent = "6"; - t13 = space(); - div0 = element("div"); - span = element("span"); - span.textContent = "TECTOY"; - t15 = space(); - ul1 = element("ul"); - li7 = element("li"); - t16 = space(); - li8 = element("li"); - t17 = space(); - li9 = element("li"); - t18 = space(); - li10 = element("li"); - t19 = space(); - div4 = element("div"); - div3 = element("div"); - attr_dev(li0, "class", "char svelte-m48oxb"); - add_location(li0, file, 163, 8, 3072); - attr_dev(li1, "class", "char svelte-m48oxb"); - add_location(li1, file, 164, 8, 3104); - attr_dev(li2, "class", "char svelte-m48oxb"); - add_location(li2, file, 165, 8, 3136); - attr_dev(li3, "class", "char svelte-m48oxb"); - add_location(li3, file, 166, 8, 3168); - attr_dev(li4, "class", "char svelte-m48oxb"); - add_location(li4, file, 167, 8, 3200); - attr_dev(li5, "class", "char svelte-m48oxb"); - add_location(li5, file, 168, 8, 3232); - attr_dev(li6, "class", "char svelte-m48oxb"); - add_location(li6, file, 169, 8, 3264); - attr_dev(ul0, "class", "display svelte-m48oxb"); - add_location(ul0, file, 162, 6, 3043); - attr_dev(span, "class", "text svelte-m48oxb"); - add_location(span, file, 172, 8, 3338); - attr_dev(li7, "class", "color red svelte-m48oxb"); - add_location(li7, file, 174, 10, 3409); - attr_dev(li8, "class", "color yellow svelte-m48oxb"); - add_location(li8, file, 175, 10, 3444); - attr_dev(li9, "class", "color blue svelte-m48oxb"); - add_location(li9, file, 176, 10, 3482); - attr_dev(li10, "class", "color green svelte-m48oxb"); - add_location(li10, file, 177, 10, 3518); - attr_dev(ul1, "class", "colors svelte-m48oxb"); - add_location(ul1, file, 173, 8, 3379); - attr_dev(div0, "class", "text-logo svelte-m48oxb"); - add_location(div0, file, 171, 6, 3306); - attr_dev(div1, "class", "visor svelte-m48oxb"); - add_location(div1, file, 161, 4, 3017); - attr_dev(div2, "class", "tela svelte-m48oxb"); - add_location(div2, file, 160, 2, 2994); - attr_dev(div3, "class", "entrada-disquete svelte-m48oxb"); - add_location(div3, file, 183, 4, 3621); - attr_dev(div4, "class", "disquete svelte-m48oxb"); - add_location(div4, file, 182, 2, 3594); - attr_dev(section, "class", "svelte-m48oxb"); - add_location(section, file, 159, 0, 2982); - }, - - l: function claim(nodes) { - throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); - }, - - m: function mount(target, anchor) { - insert_dev(target, section, anchor); - append_dev(section, div2); - append_dev(div2, div1); - append_dev(div1, ul0); - append_dev(ul0, li0); - append_dev(ul0, t1); - append_dev(ul0, li1); - append_dev(ul0, t3); - append_dev(ul0, li2); - append_dev(ul0, t5); - append_dev(ul0, li3); - append_dev(ul0, t7); - append_dev(ul0, li4); - append_dev(ul0, t9); - append_dev(ul0, li5); - append_dev(ul0, t11); - append_dev(ul0, li6); - append_dev(div1, t13); - append_dev(div1, div0); - append_dev(div0, span); - append_dev(div0, t15); - append_dev(div0, ul1); - append_dev(ul1, li7); - append_dev(ul1, t16); - append_dev(ul1, li8); - append_dev(ul1, t17); - append_dev(ul1, li9); - append_dev(ul1, t18); - append_dev(ul1, li10); - append_dev(section, t19); - append_dev(section, div4); - append_dev(div4, div3); - }, - - p: noop, - i: noop, - o: noop, - - d: function destroy(detaching) { - if (detaching) { - detach_dev(section); - } - } - }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment.name, type: "component", source: "", ctx }); - return block; - } - - function instance($$self, $$props, $$invalidate) { - let { Screen } = $$props; - - const writable_props = ['Screen']; - Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); - }); - - $$self.$set = $$props => { - if ('Screen' in $$props) $$invalidate('Screen', Screen = $$props.Screen); - }; - - $$self.$capture_state = () => { - return { Screen }; - }; - - $$self.$inject_state = $$props => { - if ('Screen' in $$props) $$invalidate('Screen', Screen = $$props.Screen); - }; - - return { Screen }; - } - - class Screen_1 extends SvelteComponentDev { - constructor(options) { - super(options); - init(this, options, instance, create_fragment, safe_not_equal, ["Screen"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Screen_1", options, id: create_fragment.name }); - - const { ctx } = this.$$; - const props = options.props || {}; - if (ctx.Screen === undefined && !('Screen' in props)) { - console.warn(" was created without expected prop 'Screen'"); - } - } - - get Screen() { - throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); - } - - set Screen(value) { - throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); - } - } - - /* src/App.svelte generated by Svelte v3.12.0 */ - - function create_fragment$1(ctx) { - var current; - - var screen = new Screen_1({ $$inline: true }); - - const block = { - c: function create() { - screen.$$.fragment.c(); - }, - - l: function claim(nodes) { - throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); - }, - - m: function mount(target, anchor) { - mount_component(screen, target, anchor); - current = true; - }, - - p: noop, - - i: function intro(local) { - if (current) return; - transition_in(screen.$$.fragment, local); - - current = true; - }, - - o: function outro(local) { - transition_out(screen.$$.fragment, local); - current = false; - }, - - d: function destroy(detaching) { - destroy_component(screen, detaching); - } - }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$1.name, type: "component", source: "", ctx }); - return block; - } - - function instance$1($$self, $$props, $$invalidate) { - let { name = "World" } = $$props; - - const writable_props = ['name']; - Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); - }); - - $$self.$set = $$props => { - if ('name' in $$props) $$invalidate('name', name = $$props.name); - }; - - $$self.$capture_state = () => { - return { name }; - }; - - $$self.$inject_state = $$props => { - if ('name' in $$props) $$invalidate('name', name = $$props.name); - }; - - return { name }; - } - - class App extends SvelteComponentDev { - constructor(options) { - super(options); - init(this, options, instance$1, create_fragment$1, safe_not_equal, ["name"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$1.name }); - } - - get name() { - throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); - } - - set name(value) { - throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); - } - } - - const app = new App({ - target: document.body, - }); - - return app; - -}()); -//# sourceMappingURL=bundle.js.map diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map deleted file mode 100644 index 0482671..0000000 --- a/2019-setembro/public/js/bundle.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\n\n\n\n
    \n
    \n
    \n
      \n
    • 0
    • \n
    • 1
    • \n
    • 2
    • \n
    • 3
    • \n
    • 4
    • \n
    • 5
    • \n
    • 6
    • \n
    \n
    \n TECTOY\n
      \n
    • \n
    • \n
    • \n
    • \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n","\n\n\n\n\n","import App from './App.svelte';\n\nconst app = new App({\n target: document.body,\n});\n\nexport default app;"],"names":[],"mappings":";;;;;IAAA,SAAS,IAAI,GAAG,GAAG;AACnB,IAUA,SAAS,YAAY,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACzD,IAAI,OAAO,CAAC,aAAa,GAAG;IAC5B,QAAQ,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACzC,KAAK,CAAC;IACN,CAAC;IACD,SAAS,GAAG,CAAC,EAAE,EAAE;IACjB,IAAI,OAAO,EAAE,EAAE,CAAC;IAChB,CAAC;IACD,SAAS,YAAY,GAAG;IACxB,IAAI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IACD,SAAS,OAAO,CAAC,GAAG,EAAE;IACtB,IAAI,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACrB,CAAC;IACD,SAAS,WAAW,CAAC,KAAK,EAAE;IAC5B,IAAI,OAAO,OAAO,KAAK,KAAK,UAAU,CAAC;IACvC,CAAC;IACD,SAAS,cAAc,CAAC,CAAC,EAAE,CAAC,EAAE;IAC9B,IAAI,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,OAAO,CAAC,KAAK,QAAQ,KAAK,OAAO,CAAC,KAAK,UAAU,CAAC,CAAC;IAClG,CAAC;AACD,AA0GA;IACA,SAAS,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE;IAC9B,IAAI,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;IACD,SAAS,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;IACtC,IAAI,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,IAAI,IAAI,CAAC,CAAC;IAC9C,CAAC;IACD,SAAS,MAAM,CAAC,IAAI,EAAE;IACtB,IAAI,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;AACD,IAMA,SAAS,OAAO,CAAC,IAAI,EAAE;IACvB,IAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC;AACD,IAmBA,SAAS,IAAI,CAAC,IAAI,EAAE;IACpB,IAAI,OAAO,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACD,SAAS,KAAK,GAAG;IACjB,IAAI,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;IACrB,CAAC;AACD,IA4BA,SAAS,IAAI,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE;IACtC,IAAI,IAAI,KAAK,IAAI,IAAI;IACrB,QAAQ,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;IACxC;IACA,QAAQ,IAAI,CAAC,YAAY,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;IAC5C,CAAC;AACD,IA+CA,SAAS,QAAQ,CAAC,OAAO,EAAE;IAC3B,IAAI,OAAO,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAC1C,CAAC;AACD,IAqGA,SAAS,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE;IACpC,IAAI,MAAM,CAAC,GAAG,QAAQ,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;IAClD,IAAI,CAAC,CAAC,eAAe,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClD,IAAI,OAAO,CAAC,CAAC;IACb,CAAC;AACD,AAsJA;IACA,IAAI,iBAAiB,CAAC;IACtB,SAAS,qBAAqB,CAAC,SAAS,EAAE;IAC1C,IAAI,iBAAiB,GAAG,SAAS,CAAC;IAClC,CAAC;AACD,AA8CA;IACA,MAAM,gBAAgB,GAAG,EAAE,CAAC;AAC5B,IACA,MAAM,iBAAiB,GAAG,EAAE,CAAC;IAC7B,MAAM,gBAAgB,GAAG,EAAE,CAAC;IAC5B,MAAM,eAAe,GAAG,EAAE,CAAC;IAC3B,MAAM,gBAAgB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAC3C,IAAI,gBAAgB,GAAG,KAAK,CAAC;IAC7B,SAAS,eAAe,GAAG;IAC3B,IAAI,IAAI,CAAC,gBAAgB,EAAE;IAC3B,QAAQ,gBAAgB,GAAG,IAAI,CAAC;IAChC,QAAQ,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACrC,KAAK;IACL,CAAC;AACD,IAIA,SAAS,mBAAmB,CAAC,EAAE,EAAE;IACjC,IAAI,gBAAgB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;AACD,IAGA,SAAS,KAAK,GAAG;IACjB,IAAI,MAAM,cAAc,GAAG,IAAI,GAAG,EAAE,CAAC;IACrC,IAAI,GAAG;IACP;IACA;IACA,QAAQ,OAAO,gBAAgB,CAAC,MAAM,EAAE;IACxC,YAAY,MAAM,SAAS,GAAG,gBAAgB,CAAC,KAAK,EAAE,CAAC;IACvD,YAAY,qBAAqB,CAAC,SAAS,CAAC,CAAC;IAC7C,YAAY,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;IACjC,SAAS;IACT,QAAQ,OAAO,iBAAiB,CAAC,MAAM;IACvC,YAAY,iBAAiB,CAAC,GAAG,EAAE,EAAE,CAAC;IACtC;IACA;IACA;IACA,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,gBAAgB,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;IAC7D,YAAY,MAAM,QAAQ,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;IACjD,YAAY,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE;IAC/C,gBAAgB,QAAQ,EAAE,CAAC;IAC3B;IACA,gBAAgB,cAAc,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAC7C,aAAa;IACb,SAAS;IACT,QAAQ,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC;IACpC,KAAK,QAAQ,gBAAgB,CAAC,MAAM,EAAE;IACtC,IAAI,OAAO,eAAe,CAAC,MAAM,EAAE;IACnC,QAAQ,eAAe,CAAC,GAAG,EAAE,EAAE,CAAC;IAChC,KAAK;IACL,IAAI,gBAAgB,GAAG,KAAK,CAAC;IAC7B,CAAC;IACD,SAAS,MAAM,CAAC,EAAE,EAAE;IACpB,IAAI,IAAI,EAAE,CAAC,QAAQ,EAAE;IACrB,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;IAC5B,QAAQ,OAAO,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;IAClC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;IACxC,QAAQ,EAAE,CAAC,KAAK,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrD,KAAK;IACL,CAAC;AACD,IAcA,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAE,CAAC;IAC3B,IAAI,MAAM,CAAC;AACX,IAaA,SAAS,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE;IACrC,IAAI,IAAI,KAAK,IAAI,KAAK,CAAC,CAAC,EAAE;IAC1B,QAAQ,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC/B,QAAQ,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACvB,KAAK;IACL,CAAC;IACD,SAAS,cAAc,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE;IACxD,IAAI,IAAI,KAAK,IAAI,KAAK,CAAC,CAAC,EAAE;IAC1B,QAAQ,IAAI,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC;IAC/B,YAAY,OAAO;IACnB,QAAQ,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC5B,QAAQ,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM;IAC5B,YAAY,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACnC,YAAY,IAAI,QAAQ,EAAE;IAC1B,gBAAgB,IAAI,MAAM;IAC1B,oBAAoB,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,gBAAgB,QAAQ,EAAE,CAAC;IAC3B,aAAa;IACb,SAAS,CAAC,CAAC;IACX,QAAQ,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACvB,KAAK;IACL,CAAC;AACD,IA+gBA,SAAS,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE;IACpD,IAAI,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,SAAS,CAAC,EAAE,CAAC;IAC1E,IAAI,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B;IACA,IAAI,mBAAmB,CAAC,MAAM;IAC9B,QAAQ,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;IACrE,QAAQ,IAAI,UAAU,EAAE;IACxB,YAAY,UAAU,CAAC,IAAI,CAAC,GAAG,cAAc,CAAC,CAAC;IAC/C,SAAS;IACT,aAAa;IACb;IACA;IACA,YAAY,OAAO,CAAC,cAAc,CAAC,CAAC;IACpC,SAAS;IACT,QAAQ,SAAS,CAAC,EAAE,CAAC,QAAQ,GAAG,EAAE,CAAC;IACnC,KAAK,CAAC,CAAC;IACP,IAAI,YAAY,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9C,CAAC;IACD,SAAS,iBAAiB,CAAC,SAAS,EAAE,SAAS,EAAE;IACjD,IAAI,IAAI,SAAS,CAAC,EAAE,CAAC,QAAQ,EAAE;IAC/B,QAAQ,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC;IACzC,QAAQ,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAC3C;IACA;IACA,QAAQ,SAAS,CAAC,EAAE,CAAC,UAAU,GAAG,SAAS,CAAC,EAAE,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC/D,QAAQ,SAAS,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC;IAC9B,KAAK;IACL,CAAC;IACD,SAAS,UAAU,CAAC,SAAS,EAAE,GAAG,EAAE;IACpC,IAAI,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE;IAC7B,QAAQ,gBAAgB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IACzC,QAAQ,eAAe,EAAE,CAAC;IAC1B,QAAQ,SAAS,CAAC,EAAE,CAAC,KAAK,GAAG,YAAY,EAAE,CAAC;IAC5C,KAAK;IACL,IAAI,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,CAAC;IACD,SAAS,IAAI,CAAC,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE;IACpF,IAAI,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;IAC/C,IAAI,qBAAqB,CAAC,SAAS,CAAC,CAAC;IACrC,IAAI,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,EAAE,CAAC;IACtC,IAAI,MAAM,EAAE,GAAG,SAAS,CAAC,EAAE,GAAG;IAC9B,QAAQ,QAAQ,EAAE,IAAI;IACtB,QAAQ,GAAG,EAAE,IAAI;IACjB;IACA,QAAQ,KAAK,EAAE,UAAU;IACzB,QAAQ,MAAM,EAAE,IAAI;IACpB,QAAQ,SAAS;IACjB,QAAQ,KAAK,EAAE,YAAY,EAAE;IAC7B;IACA,QAAQ,QAAQ,EAAE,EAAE;IACpB,QAAQ,UAAU,EAAE,EAAE;IACtB,QAAQ,aAAa,EAAE,EAAE;IACzB,QAAQ,YAAY,EAAE,EAAE;IACxB,QAAQ,OAAO,EAAE,IAAI,GAAG,CAAC,gBAAgB,GAAG,gBAAgB,CAAC,EAAE,CAAC,OAAO,GAAG,EAAE,CAAC;IAC7E;IACA,QAAQ,SAAS,EAAE,YAAY,EAAE;IACjC,QAAQ,KAAK,EAAE,IAAI;IACnB,KAAK,CAAC;IACN,IAAI,IAAI,KAAK,GAAG,KAAK,CAAC;IACtB,IAAI,EAAE,CAAC,GAAG,GAAG,QAAQ;IACrB,UAAU,QAAQ,CAAC,SAAS,EAAE,KAAK,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,GAAG,GAAG,KAAK;IAChE,YAAY,IAAI,EAAE,CAAC,GAAG,IAAI,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,EAAE;IACvE,gBAAgB,IAAI,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC;IACjC,oBAAoB,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC;IACzC,gBAAgB,IAAI,KAAK;IACzB,oBAAoB,UAAU,CAAC,SAAS,EAAE,GAAG,CAAC,CAAC;IAC/C,aAAa;IACb,YAAY,OAAO,GAAG,CAAC;IACvB,SAAS,CAAC;IACV,UAAU,KAAK,CAAC;IAChB,IAAI,EAAE,CAAC,MAAM,EAAE,CAAC;IAChB,IAAI,KAAK,GAAG,IAAI,CAAC;IACjB,IAAI,OAAO,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;IAC9B,IAAI,EAAE,CAAC,QAAQ,GAAG,eAAe,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAC1C,IAAI,IAAI,OAAO,CAAC,MAAM,EAAE;IACxB,QAAQ,IAAI,OAAO,CAAC,OAAO,EAAE;IAC7B;IACA,YAAY,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;IACpD,SAAS;IACT,aAAa;IACb;IACA,YAAY,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC;IAC5B,SAAS;IACT,QAAQ,IAAI,OAAO,CAAC,KAAK;IACzB,YAAY,aAAa,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;IACjD,QAAQ,eAAe,CAAC,SAAS,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IACnE,QAAQ,KAAK,EAAE,CAAC;IAChB,KAAK;IACL,IAAI,qBAAqB,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;IACD,IAAI,aAAa,CAAC;IAClB,IAAI,OAAO,WAAW,KAAK,WAAW,EAAE;IACxC,IAAI,aAAa,GAAG,cAAc,WAAW,CAAC;IAC9C,QAAQ,WAAW,GAAG;IACtB,YAAY,KAAK,EAAE,CAAC;IACpB,YAAY,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAChD,SAAS;IACT,QAAQ,iBAAiB,GAAG;IAC5B;IACA,YAAY,KAAK,MAAM,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE;IAC/C;IACA,gBAAgB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;IACvD,aAAa;IACb,SAAS;IACT,QAAQ,wBAAwB,CAAC,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE;IAC5D,YAAY,IAAI,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC;IAClC,SAAS;IACT,QAAQ,QAAQ,GAAG;IACnB,YAAY,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACvC,YAAY,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;IACjC,SAAS;IACT,QAAQ,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE;IAC5B;IACA,YAAY,MAAM,SAAS,IAAI,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;IAC1F,YAAY,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACrC,YAAY,OAAO,MAAM;IACzB,gBAAgB,MAAM,KAAK,GAAG,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC1D,gBAAgB,IAAI,KAAK,KAAK,CAAC,CAAC;IAChC,oBAAoB,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC/C,aAAa,CAAC;IACd,SAAS;IACT,QAAQ,IAAI,GAAG;IACf;IACA,SAAS;IACT,KAAK,CAAC;IACN,CAAC;IACD,MAAM,eAAe,CAAC;IACtB,IAAI,QAAQ,GAAG;IACf,QAAQ,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACnC,QAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC7B,KAAK;IACL,IAAI,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE;IACxB,QAAQ,MAAM,SAAS,IAAI,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;IACtF,QAAQ,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACjC,QAAQ,OAAO,MAAM;IACrB,YAAY,MAAM,KAAK,GAAG,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACtD,YAAY,IAAI,KAAK,KAAK,CAAC,CAAC;IAC5B,gBAAgB,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC3C,SAAS,CAAC;IACV,KAAK;IACL,IAAI,IAAI,GAAG;IACX;IACA,KAAK;IACL,CAAC;;IAED,SAAS,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE;IACpC,IAAI,QAAQ,CAAC,aAAa,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC;IACvD,CAAC;IACD,SAAS,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE;IAClC,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACtD,IAAI,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACzB,CAAC;IACD,SAAS,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;IAC1C,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,IAAI,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;IACjC,CAAC;IACD,SAAS,UAAU,CAAC,IAAI,EAAE;IAC1B,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC;IAC9C,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;IACjB,CAAC;AACD,IA4BA,SAAS,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE;IAC1C,IAAI,IAAI,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,CAAC,CAAC;IACjC,IAAI,IAAI,KAAK,IAAI,IAAI;IACrB,QAAQ,YAAY,CAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC;IACtE;IACA,QAAQ,YAAY,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC,CAAC;IAC1E,CAAC;AACD,IAeA,MAAM,kBAAkB,SAAS,eAAe,CAAC;IACjD,IAAI,WAAW,CAAC,OAAO,EAAE;IACzB,QAAQ,IAAI,CAAC,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;IAChE,YAAY,MAAM,IAAI,KAAK,CAAC,CAAC,6BAA6B,CAAC,CAAC,CAAC;IAC7D,SAAS;IACT,QAAQ,KAAK,EAAE,CAAC;IAChB,KAAK;IACL,IAAI,QAAQ,GAAG;IACf,QAAQ,KAAK,CAAC,QAAQ,EAAE,CAAC;IACzB,QAAQ,IAAI,CAAC,QAAQ,GAAG,MAAM;IAC9B,YAAY,OAAO,CAAC,IAAI,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC;IAC5D,SAAS,CAAC;IACV,KAAK;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KC35CQ,MAAI,kBAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KCCX,MAAI,IAAI,GAAG,mBAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICA5B,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC;IACpB,IAAI,MAAM,EAAE,QAAQ,CAAC,IAAI;IACzB,CAAC,CAAC,CAAC;;;;;;;;"} \ No newline at end of file diff --git a/2019-setembro/rollup.config.js b/2019-setembro/rollup.config.js deleted file mode 100644 index a026c14..0000000 --- a/2019-setembro/rollup.config.js +++ /dev/null @@ -1,50 +0,0 @@ -import svelte from 'rollup-plugin-svelte'; -import resolve from 'rollup-plugin-node-resolve'; -import commonjs from 'rollup-plugin-commonjs'; -import livereload from 'rollup-plugin-livereload'; -import { terser } from 'rollup-plugin-terser'; - -const production = !process.env.ROLLUP_WATCH; - -export default { - input: 'src/main.js', - output: { - sourcemap: true, - format: 'iife', - name: 'app', - file: 'public/js/bundle.js' - }, - plugins: [ - svelte({ - // enable run-time checks when not in production - dev: !production, - // we'll extract any component CSS out into - // a separate file — better for performance - css: css => { - css.write('public/css/bundle.css'); - } - }), - - // If you have external dependencies installed from - // npm, you'll most likely need these plugins. In - // some cases you'll need additional configuration — - // consult the documentation for details: - // https://github.com/rollup/rollup-plugin-commonjs - resolve({ - browser: true, - dedupe: importee => importee === 'svelte' || importee.startsWith('svelte/') - }), - commonjs(), - - // Watch the `public` directory and refresh the - // browser on changes when not in production - !production && livereload('public'), - - // If we're building for production (npm run build - // instead of npm run dev), minify - production && terser() - ], - watch: { - clearScreen: false - } -}; \ No newline at end of file diff --git a/2019-setembro/src/App.svelte b/2019-setembro/src/App.svelte deleted file mode 100644 index e066a14..0000000 --- a/2019-setembro/src/App.svelte +++ /dev/null @@ -1,14 +0,0 @@ - - - - - diff --git a/2019-setembro/src/components/KeyNumber.svelte b/2019-setembro/src/components/KeyNumber.svelte deleted file mode 100644 index e69de29..0000000 diff --git a/2019-setembro/src/containers/Screen.svelte b/2019-setembro/src/containers/Screen.svelte deleted file mode 100644 index 97a7c7e..0000000 --- a/2019-setembro/src/containers/Screen.svelte +++ /dev/null @@ -1,186 +0,0 @@ - - - - -
    -
    -
    -
      -
    • 0
    • -
    • 1
    • -
    • 2
    • -
    • 3
    • -
    • 4
    • -
    • 5
    • -
    • 6
    • -
    - -
    -
    -
    -
    -
    -
    diff --git a/2019-setembro/src/main.js b/2019-setembro/src/main.js deleted file mode 100644 index 7d68fbe..0000000 --- a/2019-setembro/src/main.js +++ /dev/null @@ -1,7 +0,0 @@ -import App from './App.svelte'; - -const app = new App({ - target: document.body, -}); - -export default app; \ No newline at end of file diff --git a/2019-setembro/yarn.lock b/2019-setembro/yarn.lock deleted file mode 100644 index 48fd19c..0000000 --- a/2019-setembro/yarn.lock +++ /dev/null @@ -1,1871 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@babel/code-frame@^7.0.0": - version "7.5.5" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" - integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== - dependencies: - "@babel/highlight" "^7.0.0" - -"@babel/highlight@^7.0.0": - version "7.5.0" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540" - integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ== - dependencies: - chalk "^2.0.0" - esutils "^2.0.2" - js-tokens "^4.0.0" - -"@polka/url@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31" - integrity sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw== - -"@types/estree@0.0.39": - version "0.0.39" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" - integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== - -"@types/node@*", "@types/node@^12.7.4": - version "12.7.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04" - integrity sha512-W0+n1Y+gK/8G2P/piTkBBN38Qc5Q1ZSO6B5H3QmPCUewaiXOo2GCAWZ4ElZCcNhjJuBSUSLGFUJnmlCn5+nxOQ== - -"@types/resolve@0.0.8": - version "0.0.8" - resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" - integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== - dependencies: - "@types/node" "*" - -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -acorn@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a" - integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ== - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -ansi-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - -ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -aproba@^1.0.3: - version "1.2.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" - integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - -are-we-there-yet@~1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" - integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - dependencies: - delegates "^1.0.0" - readable-stream "^2.0.6" - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -async-each@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" - integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - -atob@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - -balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" - integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" - -binary-extensions@^1.0.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" - integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^2.3.1, braces@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - -builtin-modules@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484" - integrity sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" - -chalk@^2.0.0, chalk@^2.4.1: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chokidar@^2.1.5: - version "2.1.8" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" - integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - dependencies: - anymatch "^2.0.0" - async-each "^1.0.1" - braces "^2.3.2" - glob-parent "^3.1.0" - inherits "^2.0.3" - is-binary-path "^1.0.0" - is-glob "^4.0.0" - normalize-path "^3.0.0" - path-is-absolute "^1.0.0" - readdirp "^2.2.1" - upath "^1.1.1" - optionalDependencies: - fsevents "^1.2.7" - -chownr@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6" - integrity sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A== - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -commander@^2.19.0: - version "2.20.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422" - integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ== - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -console-clear@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/console-clear/-/console-clear-1.1.1.tgz#995e20cbfbf14dd792b672cde387bd128d674bf7" - integrity sha512-pMD+MVR538ipqkG5JXeOEbKWS5um1H4LUUccUQG68qpeqBYbzYy79Gh55jkd2TtPdRfUaLWdv6LPP//5Zt0aPQ== - -console-control-strings@^1.0.0, console-control-strings@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -cross-spawn@^6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -debug@^2.2.0, debug@^2.3.3: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@^3.2.6: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - dependencies: - ms "^2.1.1" - -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -define-properties@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - -detect-libc@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" - integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= - -error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -es-abstract@^1.4.3: - version "1.14.2" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497" - integrity sha512-DgoQmbpFNOofkjJtKwr87Ma5EW4Dc8fWhD0R+ndq7Oc456ivUfGOOP6oAZTTKl5/CcNMP+EN+e3/iUzgE0veZg== - dependencies: - es-to-primitive "^1.2.0" - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.0" - is-callable "^1.1.4" - is-regex "^1.0.4" - object-inspect "^1.6.0" - object-keys "^1.1.1" - string.prototype.trimleft "^2.0.0" - string.prototype.trimright "^2.0.0" - -es-to-primitive@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" - integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -estree-walker@^0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" - integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - -for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - -fs-minipass@^1.2.5: - version "1.2.6" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07" - integrity sha512-crhvyXcMejjv3Z5d2Fa9sf5xLYVCF5O1c71QxbVnbLsmYMBEvDAftewesN/HhY03YRoA7zOMxjNGrF5svGaaeQ== - dependencies: - minipass "^2.2.1" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -fsevents@^1.2.7: - version "1.2.9" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f" - integrity sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw== - dependencies: - nan "^2.12.1" - node-pre-gyp "^0.12.0" - -function-bind@^1.0.2, function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -gauge@~2.7.3: - version "2.7.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" - integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - dependencies: - aproba "^1.0.3" - console-control-strings "^1.0.0" - has-unicode "^2.0.0" - object-assign "^4.1.0" - signal-exit "^3.0.0" - string-width "^1.0.1" - strip-ansi "^3.0.1" - wide-align "^1.1.0" - -get-port@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc" - integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw= - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -glob-parent@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" - integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - dependencies: - is-glob "^3.1.0" - path-dirname "^1.0.0" - -glob@^7.1.3: - version "7.1.4" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" - integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -graceful-fs@^4.1.11, graceful-fs@^4.1.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" - integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" - integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= - -has-unicode@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -has@^1.0.1, has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hosted-git-info@^2.1.4: - version "2.8.4" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546" - integrity sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ== - -iconv-lite@^0.4.4: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -ignore-walk@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b" - integrity sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw== - dependencies: - minimatch "^3.0.4" - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@^2.0.3, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-binary-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - dependencies: - binary-extensions "^1.0.0" - -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-callable@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" - integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== - -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - -is-date-object@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" - integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY= - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^2.1.0, is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-glob@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - dependencies: - is-extglob "^2.1.0" - -is-glob@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - dependencies: - is-extglob "^2.1.1" - -is-module@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" - integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE= - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - -is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-reference@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.1.3.tgz#e99059204b66fdbe09305cfca715a29caa5c8a51" - integrity sha512-W1iHHv/oyBb2pPxkBxtaewxa1BC58Pn5J0hogyCdefwUIvb6R+TGbAcIa4qPNYLqLhb3EnOgUf2MQkkF76BcKw== - dependencies: - "@types/estree" "0.0.39" - -is-regex@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" - integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= - dependencies: - has "^1.0.1" - -is-symbol@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" - integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw== - dependencies: - has-symbols "^1.0.0" - -is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -isarray@1.0.0, isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -jest-worker@^24.0.0: - version "24.9.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5" - integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== - dependencies: - merge-stream "^2.0.0" - supports-color "^6.1.0" - -js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -json-parse-better-errors@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" - integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== - -kleur@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" - integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - -livereload@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/livereload/-/livereload-0.8.0.tgz#9af99cf8a262152cf7176b320accfc5d2ae4f8bf" - integrity sha512-Hi5Na6VIK3e8zlgOS50fu+iOTKWj5hM0BE7NKpZkwnfWTnktTjA38ZUXa2NlJww8/GrdVhpnxdqlLad5fkO27g== - dependencies: - chokidar "^2.1.5" - opts ">= 1.2.0" - ws "^1.1.5" - -load-json-file@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" - integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= - dependencies: - graceful-fs "^4.1.2" - parse-json "^4.0.0" - pify "^3.0.0" - strip-bom "^3.0.0" - -local-access@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/local-access/-/local-access-1.0.1.tgz#5121258146d64e869046c642ea4f1dd39ff942bb" - integrity sha512-ykt2pgN0aqIy6KQC1CqdWTWkmUwNgaOS6dcpHVjyBJONA+Xi7AtSB1vuxC/U/0tjIP3wcRudwQk1YYzUvzk2bA== - -magic-string@^0.25.2: - version "0.25.3" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.3.tgz#34b8d2a2c7fec9d9bdf9929a3fd81d271ef35be9" - integrity sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA== - dependencies: - sourcemap-codec "^1.4.4" - -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -memorystream@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2" - integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI= - -merge-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" - integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - -micromatch@^3.1.10, micromatch@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" - -mime@^2.3.1: - version "2.4.4" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5" - integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== - -minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - dependencies: - brace-expansion "^1.1.7" - -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= - -minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= - -minipass@^2.2.1, minipass@^2.3.5: - version "2.5.1" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.5.1.tgz#cf435a9bf9408796ca3a3525a8b851464279c9b8" - integrity sha512-dmpSnLJtNQioZFI5HfQ55Ad0DzzsMAb+HfokwRTNXwEQjepbTkl5mtIlSVxGIkOkxlpX7wIn5ET/oAd9fZ/Y/Q== - dependencies: - safe-buffer "^5.1.2" - yallist "^3.0.0" - -minizlib@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614" - integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA== - dependencies: - minipass "^2.2.1" - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -mkdirp@^0.5.0, mkdirp@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" - integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= - dependencies: - minimist "0.0.8" - -mri@^1.1.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/mri/-/mri-1.1.4.tgz#7cb1dd1b9b40905f1fac053abe25b6720f44744a" - integrity sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w== - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -nan@^2.12.1: - version "2.14.0" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" - integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -needle@^2.2.1: - version "2.4.0" - resolved "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c" - integrity sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg== - dependencies: - debug "^3.2.6" - iconv-lite "^0.4.4" - sax "^1.2.4" - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -node-pre-gyp@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149" - integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A== - dependencies: - detect-libc "^1.0.2" - mkdirp "^0.5.1" - needle "^2.2.1" - nopt "^4.0.1" - npm-packlist "^1.1.6" - npmlog "^4.0.2" - rc "^1.2.7" - rimraf "^2.6.1" - semver "^5.3.0" - tar "^4" - -nopt@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" - integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00= - dependencies: - abbrev "1" - osenv "^0.1.4" - -normalize-package-data@^2.3.2: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - dependencies: - remove-trailing-separator "^1.0.1" - -normalize-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -npm-bundled@^1.0.1: - version "1.0.6" - resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" - integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g== - -npm-packlist@^1.1.6: - version "1.4.4" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44" - integrity sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw== - dependencies: - ignore-walk "^3.0.1" - npm-bundled "^1.0.1" - -npm-run-all@^4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba" - integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== - dependencies: - ansi-styles "^3.2.1" - chalk "^2.4.1" - cross-spawn "^6.0.5" - memorystream "^0.3.1" - minimatch "^3.0.4" - pidtree "^0.3.0" - read-pkg "^3.0.0" - shell-quote "^1.6.1" - string.prototype.padend "^3.0.0" - -npmlog@^4.0.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" - integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== - dependencies: - are-we-there-yet "~1.1.2" - console-control-strings "~1.1.0" - gauge "~2.7.3" - set-blocking "~2.0.0" - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -object-assign@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-inspect@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b" - integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ== - -object-keys@^1.0.12, object-keys@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -once@^1.3.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -options@>=0.0.5: - version "0.0.6" - resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f" - integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8= - -"opts@>= 1.2.0": - version "1.2.6" - resolved "https://registry.yarnpkg.com/opts/-/opts-1.2.6.tgz#d185c0425cfdeb9da1d182908b65b5c0238febb3" - integrity sha1-0YXAQlz9652h0YKQi2W1wCOP67M= - -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-dirname@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - -path-type@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" - integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== - dependencies: - pify "^3.0.0" - -pidtree@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b" - integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg== - -pify@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" - integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= - -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -rc@^1.2.7: - version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -read-pkg@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" - integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= - dependencies: - load-json-file "^4.0.0" - normalize-package-data "^2.3.2" - path-type "^3.0.0" - -readable-stream@^2.0.2, readable-stream@^2.0.6: - version "2.3.6" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" - integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readdirp@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" - integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - dependencies: - graceful-fs "^4.1.11" - micromatch "^3.1.10" - readable-stream "^2.0.2" - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -repeat-element@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" - integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - -repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -require-relative@^0.8.7: - version "0.8.7" - resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de" - integrity sha1-eZlTn8ngR6N5KPoZb44VY9q9Nt4= - -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - -resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1: - version "1.12.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6" - integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w== - dependencies: - path-parse "^1.0.6" - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -rimraf@^2.6.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - -rollup-plugin-commonjs@^10.0.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb" - integrity sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q== - dependencies: - estree-walker "^0.6.1" - is-reference "^1.1.2" - magic-string "^0.25.2" - resolve "^1.11.0" - rollup-pluginutils "^2.8.1" - -rollup-plugin-livereload@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/rollup-plugin-livereload/-/rollup-plugin-livereload-1.0.1.tgz#b1df6642d55cafcd87dac54bc4f7a657ab859fdf" - integrity sha512-gNuUr+L/8+CR/oKF8ftJNvJEww6iGzNc8+3XcCOvgKWgjhzUBETs8sNONIthcCvVYC2c2PIKMWgQwrYbxRRdwg== - dependencies: - livereload "^0.8.0" - -rollup-plugin-node-resolve@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523" - integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw== - dependencies: - "@types/resolve" "0.0.8" - builtin-modules "^3.1.0" - is-module "^1.0.0" - resolve "^1.11.1" - rollup-pluginutils "^2.8.1" - -rollup-plugin-svelte@^5.0.3: - version "5.1.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-5.1.0.tgz#6c2d3998db9141a934343a0e7298499994aadd25" - integrity sha512-4MRZG29dAWDpoxEs5uIHzDnYafQEOLaKIJAuDYUtFIzEm1F1IGSTlFyjd8/qk4wltlHdu6V7YfZY53+CKryhMg== - dependencies: - require-relative "^0.8.7" - rollup-pluginutils "^2.3.3" - sourcemap-codec "^1.4.4" - -rollup-plugin-terser@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-4.0.4.tgz#6f661ef284fa7c27963d242601691dc3d23f994e" - integrity sha512-wPANT5XKVJJ8RDUN0+wIr7UPd0lIXBo4UdJ59VmlPCtlFsE20AM+14pe+tk7YunCsWEiuzkDBY3QIkSCjtrPXg== - dependencies: - "@babel/code-frame" "^7.0.0" - jest-worker "^24.0.0" - serialize-javascript "^1.6.1" - terser "^3.14.1" - -rollup-pluginutils@^2.3.3, rollup-pluginutils@^2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97" - integrity sha512-J5oAoysWar6GuZo0s+3bZ6sVZAC0pfqKz68De7ZgDi5z63jOVZn1uJL/+z1jeKHNbGII8kAyHF5q8LnxSX5lQg== - dependencies: - estree-walker "^0.6.1" - -rollup@^1.12.0: - version "1.21.2" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.21.2.tgz#eaabd07d0bd309587ad8bebf731fca6fcb96f4d0" - integrity sha512-sCAHlcQ/PExU5t/kRwkEWHdhGmQrZ2IgdQzbjPVNfhWbKHMMZGYqkASVTpQqRPLtQKg15xzEscc+BnIK/TE7/Q== - dependencies: - "@types/estree" "0.0.39" - "@types/node" "^12.7.4" - acorn "^7.0.0" - -sade@^1.4.0: - version "1.6.1" - resolved "https://registry.yarnpkg.com/sade/-/sade-1.6.1.tgz#aba16655e998b2b68beb9f13938af010f42eddd2" - integrity sha512-USHm9quYNmJwFwhOnEuJohdnBhUOKV1mhL0koHSJMLJaesRX0nuDuzbWmtUBbUmXkwTalLtUBzDlEnU940BiQA== - dependencies: - mri "^1.1.0" - -safe-buffer@^5.1.2: - version "5.2.0" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" - integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== - -safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -"safer-buffer@>= 2.1.2 < 3": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sax@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -serialize-javascript@^1.6.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb" - integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A== - -set-blocking@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -shell-quote@^1.6.1: - version "1.7.2" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" - integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== - -signal-exit@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" - integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= - -sirv-cli@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/sirv-cli/-/sirv-cli-0.4.4.tgz#810bb98a76905b90ee349fcc8306b9995e045baa" - integrity sha512-7SsPrYWptRcOvS7/8VIxYDibLDRB4apZaU+y8lfuSnyjYFg0AVVU3J0qcQjWPxT9Ti/DtHnmbivJ+ZTh8L0ykg== - dependencies: - console-clear "^1.1.0" - get-port "^3.2.0" - kleur "^3.0.0" - local-access "^1.0.1" - sade "^1.4.0" - sirv "^0.4.2" - tinydate "^1.0.0" - -sirv@^0.4.2: - version "0.4.2" - resolved "https://registry.yarnpkg.com/sirv/-/sirv-0.4.2.tgz#842ed22f3aab58faee84eea66cf66066e123d6db" - integrity sha512-dQbZnsMaIiTQPZmbGmktz+c74zt/hyrJEB4tdp2Jj0RNv9J6B/OWR5RyrZEvIn9fyh9Zlg2OlE2XzKz6wMKGAw== - dependencies: - "@polka/url" "^0.5.0" - mime "^2.3.1" - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -source-map-resolve@^0.5.0: - version "0.5.2" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" - integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA== - dependencies: - atob "^2.1.1" - decode-uri-component "^0.2.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - -source-map-support@~0.5.10: - version "0.5.13" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" - integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map-url@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" - integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - -source-map@^0.5.6: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -source-map@^0.6.0, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -sourcemap-codec@^1.4.4: - version "1.4.6" - resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz#e30a74f0402bad09807640d39e971090a08ce1e9" - integrity sha512-1ZooVLYFxC448piVLBbtOxFcXwnymH9oUF8nRd3CuYDVvkRBxRl6pB4Mtas5a4drtL+E8LDgFkQNcgIw6tc8Hg== - -spdx-correct@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" - integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" - integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA== - -spdx-expression-parse@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" - integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.5" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" - integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -"string-width@^1.0.2 || 2": - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" - -string.prototype.padend@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" - integrity sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA= - dependencies: - define-properties "^1.1.2" - es-abstract "^1.4.3" - function-bind "^1.0.2" - -string.prototype.trimleft@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.0.0.tgz#68b6aa8e162c6a80e76e3a8a0c2e747186e271ff" - integrity sha1-aLaqjhYsaoDnbjqKDC50cYbicf8= - dependencies: - define-properties "^1.1.2" - function-bind "^1.0.2" - -string.prototype.trimright@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.0.0.tgz#ab4a56d802a01fbe7293e11e84f24dc8164661dd" - integrity sha1-q0pW2AKgH75yk+EehPJNyBZGYd0= - dependencies: - define-properties "^1.1.2" - function-bind "^1.0.2" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - -strip-bom@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - -strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" - integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - dependencies: - has-flag "^3.0.0" - -svelte@^3.0.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.12.0.tgz#a30ec57c2d0e73638d6e8c28a3ac0f19f8ba1115" - integrity sha512-9/broj3bjShrsk3FuVDH0Bho2BchPKT8ubAqRcTqwkqrO9npOS3Vi98Yb5mBaa4bYV+ELTuvPvaQZbCJYMFRdg== - -tar@^4: - version "4.4.10" - resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1" - integrity sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA== - dependencies: - chownr "^1.1.1" - fs-minipass "^1.2.5" - minipass "^2.3.5" - minizlib "^1.2.1" - mkdirp "^0.5.0" - safe-buffer "^5.1.2" - yallist "^3.0.3" - -terser@^3.14.1: - version "3.17.0" - resolved "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2" - integrity sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ== - dependencies: - commander "^2.19.0" - source-map "~0.6.1" - source-map-support "~0.5.10" - -tinydate@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/tinydate/-/tinydate-1.2.0.tgz#36b4bb02715f89743f3ef9073d3573d005a28d0e" - integrity sha512-3GwPk8VhDFnUZ2TrgkhXJs6hcMAIIw4x/xkz+ayK6dGoQmp2nUwKzBXK0WnMsqkh6vfUhpqQicQF3rbshfyJkg== - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" - -ultron@1.0.x: - version "1.0.2" - resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa" - integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po= - -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^2.0.1" - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -upath@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" - integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -which@^1.2.9: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -wide-align@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" - integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - dependencies: - string-width "^1.0.2 || 2" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -ws@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51" - integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w== - dependencies: - options ">=0.0.5" - ultron "1.0.x" - -yallist@^3.0.0, yallist@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" - integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== From a5635a9b7d058bcf0747ea776d7f1109b875d4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Tue, 10 Sep 2019 03:06:25 -0300 Subject: [PATCH 03/18] visor created --- .gitignore | 1 + 2019-setembro/.gitignore | 1 + 2019-setembro/package.json | 24 + 2019-setembro/public/css/bundle.css | 3 + 2019-setembro/public/css/bundle.css.map | 12 + .../css/fonts/digital_display_tfb-webfont.ttf | Bin 0 -> 56980 bytes .../fonts/digital_display_tfb-webfont.woff | Bin 0 -> 17980 bytes .../fonts/digital_display_tfb-webfont.woff2 | Bin 0 -> 13496 bytes 2019-setembro/public/css/global.css | 75 + 2019-setembro/public/css/reset.css | 135 ++ 2019-setembro/public/favicon.png | Bin 0 -> 3127 bytes 2019-setembro/public/index.html | 21 + 2019-setembro/public/js/bundle.js | 536 +++++ 2019-setembro/public/js/bundle.js.map | 1 + 2019-setembro/rollup.config.js | 50 + 2019-setembro/src/App.svelte | 11 + 2019-setembro/src/containers/Screen.svelte | 186 ++ 2019-setembro/src/main.js | 7 + 2019-setembro/yarn.lock | 1871 +++++++++++++++++ README.md | 0 20 files changed, 2934 insertions(+) create mode 100644 .gitignore create mode 100644 2019-setembro/.gitignore create mode 100644 2019-setembro/package.json create mode 100644 2019-setembro/public/css/bundle.css create mode 100644 2019-setembro/public/css/bundle.css.map create mode 100644 2019-setembro/public/css/fonts/digital_display_tfb-webfont.ttf create mode 100644 2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff create mode 100644 2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 create mode 100644 2019-setembro/public/css/global.css create mode 100644 2019-setembro/public/css/reset.css create mode 100644 2019-setembro/public/favicon.png create mode 100644 2019-setembro/public/index.html create mode 100644 2019-setembro/public/js/bundle.js create mode 100644 2019-setembro/public/js/bundle.js.map create mode 100644 2019-setembro/rollup.config.js create mode 100644 2019-setembro/src/App.svelte create mode 100644 2019-setembro/src/containers/Screen.svelte create mode 100644 2019-setembro/src/main.js create mode 100644 2019-setembro/yarn.lock mode change 100644 => 100755 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/2019-setembro/.gitignore b/2019-setembro/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/2019-setembro/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/2019-setembro/package.json b/2019-setembro/package.json new file mode 100644 index 0000000..48087d8 --- /dev/null +++ b/2019-setembro/package.json @@ -0,0 +1,24 @@ +{ + "name": "svelte-app", + "version": "1.0.0", + "devDependencies": { + "npm-run-all": "^4.1.5", + "rollup": "^1.12.0", + "rollup-plugin-commonjs": "^10.0.0", + "rollup-plugin-livereload": "^1.0.0", + "rollup-plugin-node-resolve": "^5.2.0", + "rollup-plugin-svelte": "^5.0.3", + "rollup-plugin-terser": "^4.0.4", + "svelte": "^3.0.0" + }, + "dependencies": { + "sirv-cli": "^0.4.4" + }, + "scripts": { + "build": "rollup -c", + "autobuild": "rollup -c -w", + "dev": "run-p start:dev autobuild", + "start": "sirv public --single", + "start:dev": "sirv public --single --dev" + } +} diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css new file mode 100644 index 0000000..1bc1f07 --- /dev/null +++ b/2019-setembro/public/css/bundle.css @@ -0,0 +1,3 @@ +section.svelte-m48oxb{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-m48oxb .tela.svelte-m48oxb,section.svelte-m48oxb .disquete.svelte-m48oxb{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-m48oxb{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-m48oxb{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-m48oxb>.visor.svelte-m48oxb{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-m48oxb>.visor>.display.svelte-m48oxb{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-m48oxb .char.svelte-m48oxb{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-m48oxb .text-logo.svelte-m48oxb{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-m48oxb .text-logo>.text.svelte-m48oxb{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-m48oxb .text-logo .colors.svelte-m48oxb{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-m48oxb .colors .color.svelte-m48oxb{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-m48oxb .colors .color.red.svelte-m48oxb{background-color:#bb3431}.text-logo.svelte-m48oxb .colors .color.blue.svelte-m48oxb{background-color:#194391}.text-logo.svelte-m48oxb .colors .color.yellow.svelte-m48oxb{background-color:#d4af06}.text-logo.svelte-m48oxb .colors .color.green.svelte-m48oxb{background-color:#103b39}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} + +/*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map new file mode 100644 index 0000000..98d7ea4 --- /dev/null +++ b/2019-setembro/public/css/bundle.css.map @@ -0,0 +1,12 @@ +{ + "version": 3, + "file": "bundle.css", + "sources": [ + "../../src/containers/Screen.svelte" + ], + "sourcesContent": [ + "\n\n\n\n
    \n
    \n
    \n
      \n
    • 0
    • \n
    • 1
    • \n
    • 2
    • \n
    • 3
    • \n
    • 4
    • \n
    • 5
    • \n
    • 6
    • \n
    \n
    \n TECTOY\n
      \n
    • \n
    • \n
    • \n
    • \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n" + ], + "names": [], + "mappings": "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" +} \ No newline at end of file diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.ttf b/2019-setembro/public/css/fonts/digital_display_tfb-webfont.ttf new file mode 100644 index 0000000000000000000000000000000000000000..bd9c6d05b92d01ff8a16536a810624a5aad8e48a GIT binary patch literal 56980 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 awu6~x@=(C#G!7?KA68r5aa}F^(*FzGod6dA literal 0 HcmV?d00001 diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff b/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..7496adfda7365d69464b416aaba9ce44a23120fc GIT binary patch literal 17980 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 literal 0 HcmV?d00001 diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 b/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..f018a0a1a476a8c15dfbd691d0476a4f4f6eb942 GIT binary patch literal 13496 zcmV;pG)K#KPew8T0RR9105rG&6951J0N#`U05nSg0RR9100000000000000000000 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 literal 0 HcmV?d00001 diff --git a/2019-setembro/public/css/global.css b/2019-setembro/public/css/global.css new file mode 100644 index 0000000..e101b87 --- /dev/null +++ b/2019-setembro/public/css/global.css @@ -0,0 +1,75 @@ +@font-face { + font-family: 'digital_display'; + src: url('./fonts/digital_display_tfb-webfont.woff2') format('woff2'), + url('./fonts/digital_display_tfb-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + +html, +body { + position: relative; + width: 100%; + height: 100%; +} + +body { + color: #333; + margin: 0; + /* padding: 8px; */ + box-sizing: border-box; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +} + +a { + color: rgb(0, 100, 200); + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +a:visited { + color: rgb(0, 80, 160); +} + +label { + display: block; +} + +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + padding: 0.4em; + margin: 0 0 0.5em 0; + box-sizing: border-box; + border: 1px solid #ccc; + border-radius: 2px; +} + +input:disabled { + color: #ccc; +} + +input[type="range"] { + height: 0; +} + +button { + color: #333; + background-color: #f4f4f4; + outline: none; +} + +button:active { + background-color: #ddd; +} + +button:focus { + border-color: #666; +} \ No newline at end of file diff --git a/2019-setembro/public/css/reset.css b/2019-setembro/public/css/reset.css new file mode 100644 index 0000000..299a6d1 --- /dev/null +++ b/2019-setembro/public/css/reset.css @@ -0,0 +1,135 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} + +body { + line-height: 1; +} + +ol, +ul { + list-style: none; +} + +blockquote, +q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/2019-setembro/public/favicon.png b/2019-setembro/public/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..7e6f5eb5a2f1f1c882d265cf479de25caa925645 GIT binary patch literal 3127 zcmV-749N3|P)i z7)}s4L53SJCkR}iVi00SFk;`MXX*#X*kkwKs@nFGS}c;=?XFjU|G$3t^5sjIVS2G+ zw)WGF83CpoGXhLGW(1gW%uV|X7>1P6VhCX=Ux)Lb!*DZ%@I3!{Gsf7d?gtIQ%nQiK z3%(LUSkBji;C5Rfgd6$VsF@H`Pk@xtY6t<>FNR-pD}=C~$?)9pdm3XZ36N5PNWYjb z$xd$yNQR9N!dfj-Vd@BwQo^FIIWPPmT&sZyQ$v81(sCBV=PGy{0wltEjB%~h157*t zvbe_!{=I_783x!0t1-r#-d{Y?ae$Q4N_Nd^Ui^@y(%)Gjou6y<3^XJdu{rmUf-Me?)zZ>9OR&6U5H*cK; z$gUlB{g0O4gN0sLSO|Of?hU(l?;h(jA3uH!Z{EBKuV23ouU@^Y6#%v+QG;>e*E}%?wlu-NT4DG zs)z)7WbLr)vGAu(ohrKc^em@OpO&f~6_>E61n_e0_V3@{U3^O;j{`^mNCJUj_>;7v zsMs6Hu3g7+@v+lSo;=yTYFqq}jZmQ-BK8K{C4kqi_i*jBaQE(Au0607V-zKeT;EPg zX(`vrn=L+e74+-Tqeok@_`tDa$G9I|$nTU5H*2V8@y()n*zqM?J1G!-1aX;CfDC9B zTnJ#j_%*n8Qb1)re*Bno7g0RG{Eb;IK14irJYJp$5Z6ac9~b_P?+5t~95~SRG$g?1 znFJ7p$xV&GZ18m~79TGRdfsc-BcX$9yXTR*n)mPD@1~O(_?cT$ZvFPucRmGlq&se0 zKrcUf^k}4hM*biEJOWKzz!qQe;CB_ZtSOO9Owg#lZAc=s65^rb{fZe(TYu_rk!wKkEf}RIt=#Om( zR8mN`DM<^xj~59euMMspBolVN zAPTr8sSDI104orIAdmL$uOXn*6hga1G+0WD0E?UtabxC#VC~vf3|10|phW;yQ3CY8 z2CM=)ErF;xq-YJ5G|um}>*1#E+O_Mu|Nr#qQ&G1P-NMq@f?@*XUcSbV?tX=)ilM-Q zBZP|!Bpv0V;#ojKcpc7$=eqO;#Uy~#?^kNI{vSZfLx&DEt~LTmaKWXcx=joubklI<*Aw z>LtMaQ7DR<1I2LkWvwyu#Rwn~;ezT}_g(@5l3h?W%-a86Y-t#O1PubP+z<%?V5D(U zy57A6{h+{?kOZp7&WKZR+=sznMJ}+Dnpo=C_0%R_x_t~J5T?E_{+))l5v1%52>)d-`iiZyx|5!%M2Fb2dU zW3~MwwpEH9Rhue+k$UIOoo($Ds!NbOyMR36fRHu;*15(YcA7siIZk#%JWz>P!qX1?IUojG&nKR>^gArBt2 zit(ETyZ=@V&7mv_Fi4bABcnwP+jzQuHcfU&BrAV91u-rFvEi7y-KnWsvHH=d2 zgAk(GKm_S8RcTJ>2N3~&Hbwp{Z3NF_Xeh}g4Eke)V&dY{W(3&b1j9t4yK_aYJisZZ{1rcU5- z;eD>K;ndPq&B-8yA_S0F!4ThA&{1{x)H<#?k9a#6Pc6L?V^s0``ynL&D;p(!Nmx`Y zFkHex{4p!Ggm^@DlehW}iHHVi}~u=$&N? z(NEBLQ#UxxAkdW>X9LnqUr#t4Lu0=9L8&o>JsqTtT5|%gb3QA~hr0pED71+iFFr)dZ=Q=E6ng{NE{Z~0)C?deO#?Aj zSDQ$z#TeC2T^|=}6GBo-&$;E{HL3!q3Z-szuf)O=G#zDjin4SSP%o%6+2IT#sLjQa ziyxFFz~LMjWY+_a5H!U6%a<=b7QVP^ z*90a62;bVq{?@)P6^DWd^Yilq4|YTV2Nw!Yu;a1lPI-sxR)rf@Fe5DhDP7FH zZZ%4S*1C30P;|O+jB!1;m|rXT90Sm5*RBbQN`PKu+hDD*S^yE(CdtSfg=z>u$cIj> z + + + + + + + Svelte app + + + + + + + + + + + + + \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js new file mode 100644 index 0000000..4701c36 --- /dev/null +++ b/2019-setembro/public/js/bundle.js @@ -0,0 +1,536 @@ + +(function(l, i, v, e) { v = l.createElement(i); v.async = 1; v.src = '//' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1'; e = l.getElementsByTagName(i)[0]; e.parentNode.insertBefore(v, e)})(document, 'script'); +var app = (function () { + 'use strict'; + + function noop() { } + function add_location(element, file, line, column, char) { + element.__svelte_meta = { + loc: { file, line, column, char } + }; + } + function run(fn) { + return fn(); + } + function blank_object() { + return Object.create(null); + } + function run_all(fns) { + fns.forEach(run); + } + function is_function(thing) { + return typeof thing === 'function'; + } + function safe_not_equal(a, b) { + return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function'); + } + + function append(target, node) { + target.appendChild(node); + } + function insert(target, node, anchor) { + target.insertBefore(node, anchor || null); + } + function detach(node) { + node.parentNode.removeChild(node); + } + function element(name) { + return document.createElement(name); + } + function text(data) { + return document.createTextNode(data); + } + function space() { + return text(' '); + } + function attr(node, attribute, value) { + if (value == null) + node.removeAttribute(attribute); + else + node.setAttribute(attribute, value); + } + function children(element) { + return Array.from(element.childNodes); + } + function custom_event(type, detail) { + const e = document.createEvent('CustomEvent'); + e.initCustomEvent(type, false, false, detail); + return e; + } + + let current_component; + function set_current_component(component) { + current_component = component; + } + + const dirty_components = []; + const binding_callbacks = []; + const render_callbacks = []; + const flush_callbacks = []; + const resolved_promise = Promise.resolve(); + let update_scheduled = false; + function schedule_update() { + if (!update_scheduled) { + update_scheduled = true; + resolved_promise.then(flush); + } + } + function add_render_callback(fn) { + render_callbacks.push(fn); + } + function flush() { + const seen_callbacks = new Set(); + do { + // first, call beforeUpdate functions + // and update components + while (dirty_components.length) { + const component = dirty_components.shift(); + set_current_component(component); + update(component.$$); + } + while (binding_callbacks.length) + binding_callbacks.pop()(); + // then, once components are updated, call + // afterUpdate functions. This may cause + // subsequent updates... + for (let i = 0; i < render_callbacks.length; i += 1) { + const callback = render_callbacks[i]; + if (!seen_callbacks.has(callback)) { + callback(); + // ...so guard against infinite loops + seen_callbacks.add(callback); + } + } + render_callbacks.length = 0; + } while (dirty_components.length); + while (flush_callbacks.length) { + flush_callbacks.pop()(); + } + update_scheduled = false; + } + function update($$) { + if ($$.fragment) { + $$.update($$.dirty); + run_all($$.before_update); + $$.fragment.p($$.dirty, $$.ctx); + $$.dirty = null; + $$.after_update.forEach(add_render_callback); + } + } + const outroing = new Set(); + let outros; + function transition_in(block, local) { + if (block && block.i) { + outroing.delete(block); + block.i(local); + } + } + function transition_out(block, local, detach, callback) { + if (block && block.o) { + if (outroing.has(block)) + return; + outroing.add(block); + outros.c.push(() => { + outroing.delete(block); + if (callback) { + if (detach) + block.d(1); + callback(); + } + }); + block.o(local); + } + } + function mount_component(component, target, anchor) { + const { fragment, on_mount, on_destroy, after_update } = component.$$; + fragment.m(target, anchor); + // onMount happens before the initial afterUpdate + add_render_callback(() => { + const new_on_destroy = on_mount.map(run).filter(is_function); + if (on_destroy) { + on_destroy.push(...new_on_destroy); + } + else { + // Edge case - component was destroyed immediately, + // most likely as a result of a binding initialising + run_all(new_on_destroy); + } + component.$$.on_mount = []; + }); + after_update.forEach(add_render_callback); + } + function destroy_component(component, detaching) { + if (component.$$.fragment) { + run_all(component.$$.on_destroy); + component.$$.fragment.d(detaching); + // TODO null out other refs, including component.$$ (but need to + // preserve final state?) + component.$$.on_destroy = component.$$.fragment = null; + component.$$.ctx = {}; + } + } + function make_dirty(component, key) { + if (!component.$$.dirty) { + dirty_components.push(component); + schedule_update(); + component.$$.dirty = blank_object(); + } + component.$$.dirty[key] = true; + } + function init(component, options, instance, create_fragment, not_equal, prop_names) { + const parent_component = current_component; + set_current_component(component); + const props = options.props || {}; + const $$ = component.$$ = { + fragment: null, + ctx: null, + // state + props: prop_names, + update: noop, + not_equal, + bound: blank_object(), + // lifecycle + on_mount: [], + on_destroy: [], + before_update: [], + after_update: [], + context: new Map(parent_component ? parent_component.$$.context : []), + // everything else + callbacks: blank_object(), + dirty: null + }; + let ready = false; + $$.ctx = instance + ? instance(component, props, (key, ret, value = ret) => { + if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) { + if ($$.bound[key]) + $$.bound[key](value); + if (ready) + make_dirty(component, key); + } + return ret; + }) + : props; + $$.update(); + ready = true; + run_all($$.before_update); + $$.fragment = create_fragment($$.ctx); + if (options.target) { + if (options.hydrate) { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + $$.fragment.l(children(options.target)); + } + else { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + $$.fragment.c(); + } + if (options.intro) + transition_in(component.$$.fragment); + mount_component(component, options.target, options.anchor); + flush(); + } + set_current_component(parent_component); + } + let SvelteElement; + if (typeof HTMLElement !== 'undefined') { + SvelteElement = class extends HTMLElement { + constructor() { + super(); + this.attachShadow({ mode: 'open' }); + } + connectedCallback() { + // @ts-ignore todo: improve typings + for (const key in this.$$.slotted) { + // @ts-ignore todo: improve typings + this.appendChild(this.$$.slotted[key]); + } + } + attributeChangedCallback(attr, _oldValue, newValue) { + this[attr] = newValue; + } + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + $on(type, callback) { + // TODO should this delegate to addEventListener? + const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); + callbacks.push(callback); + return () => { + const index = callbacks.indexOf(callback); + if (index !== -1) + callbacks.splice(index, 1); + }; + } + $set() { + // overridden by instance, if it has props + } + }; + } + class SvelteComponent { + $destroy() { + destroy_component(this, 1); + this.$destroy = noop; + } + $on(type, callback) { + const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = [])); + callbacks.push(callback); + return () => { + const index = callbacks.indexOf(callback); + if (index !== -1) + callbacks.splice(index, 1); + }; + } + $set() { + // overridden by instance, if it has props + } + } + + function dispatch_dev(type, detail) { + document.dispatchEvent(custom_event(type, detail)); + } + function append_dev(target, node) { + dispatch_dev("SvelteDOMInsert", { target, node }); + append(target, node); + } + function insert_dev(target, node, anchor) { + dispatch_dev("SvelteDOMInsert", { target, node, anchor }); + insert(target, node, anchor); + } + function detach_dev(node) { + dispatch_dev("SvelteDOMRemove", { node }); + detach(node); + } + function attr_dev(node, attribute, value) { + attr(node, attribute, value); + if (value == null) + dispatch_dev("SvelteDOMRemoveAttribute", { node, attribute }); + else + dispatch_dev("SvelteDOMSetAttribute", { node, attribute, value }); + } + class SvelteComponentDev extends SvelteComponent { + constructor(options) { + if (!options || (!options.target && !options.$$inline)) { + throw new Error(`'target' is a required option`); + } + super(); + } + $destroy() { + super.$destroy(); + this.$destroy = () => { + console.warn(`Component was already destroyed`); // eslint-disable-line no-console + }; + } + } + + /* src/containers/Screen.svelte generated by Svelte v3.12.0 */ + + const file = "src/containers/Screen.svelte"; + + function create_fragment(ctx) { + var section, div2, div1, ul0, li0, t1, li1, t3, li2, t5, li3, t7, li4, t9, li5, t11, li6, t13, div0, span, t15, ul1, li7, t16, li8, t17, li9, t18, li10, t19, div4, div3; + + const block = { + c: function create() { + section = element("section"); + div2 = element("div"); + div1 = element("div"); + ul0 = element("ul"); + li0 = element("li"); + li0.textContent = "0"; + t1 = space(); + li1 = element("li"); + li1.textContent = "1"; + t3 = space(); + li2 = element("li"); + li2.textContent = "2"; + t5 = space(); + li3 = element("li"); + li3.textContent = "3"; + t7 = space(); + li4 = element("li"); + li4.textContent = "4"; + t9 = space(); + li5 = element("li"); + li5.textContent = "5"; + t11 = space(); + li6 = element("li"); + li6.textContent = "6"; + t13 = space(); + div0 = element("div"); + span = element("span"); + span.textContent = "TECTOY"; + t15 = space(); + ul1 = element("ul"); + li7 = element("li"); + t16 = space(); + li8 = element("li"); + t17 = space(); + li9 = element("li"); + t18 = space(); + li10 = element("li"); + t19 = space(); + div4 = element("div"); + div3 = element("div"); + attr_dev(li0, "class", "char svelte-m48oxb"); + add_location(li0, file, 163, 8, 3052); + attr_dev(li1, "class", "char svelte-m48oxb"); + add_location(li1, file, 164, 8, 3084); + attr_dev(li2, "class", "char svelte-m48oxb"); + add_location(li2, file, 165, 8, 3116); + attr_dev(li3, "class", "char svelte-m48oxb"); + add_location(li3, file, 166, 8, 3148); + attr_dev(li4, "class", "char svelte-m48oxb"); + add_location(li4, file, 167, 8, 3180); + attr_dev(li5, "class", "char svelte-m48oxb"); + add_location(li5, file, 168, 8, 3212); + attr_dev(li6, "class", "char svelte-m48oxb"); + add_location(li6, file, 169, 8, 3244); + attr_dev(ul0, "class", "display svelte-m48oxb"); + add_location(ul0, file, 162, 6, 3023); + attr_dev(span, "class", "text svelte-m48oxb"); + add_location(span, file, 172, 8, 3318); + attr_dev(li7, "class", "color red svelte-m48oxb"); + add_location(li7, file, 174, 10, 3389); + attr_dev(li8, "class", "color yellow svelte-m48oxb"); + add_location(li8, file, 175, 10, 3424); + attr_dev(li9, "class", "color blue svelte-m48oxb"); + add_location(li9, file, 176, 10, 3462); + attr_dev(li10, "class", "color green svelte-m48oxb"); + add_location(li10, file, 177, 10, 3498); + attr_dev(ul1, "class", "colors svelte-m48oxb"); + add_location(ul1, file, 173, 8, 3359); + attr_dev(div0, "class", "text-logo svelte-m48oxb"); + add_location(div0, file, 171, 6, 3286); + attr_dev(div1, "class", "visor svelte-m48oxb"); + add_location(div1, file, 161, 4, 2997); + attr_dev(div2, "class", "tela svelte-m48oxb"); + add_location(div2, file, 160, 2, 2974); + attr_dev(div3, "class", "entrada-disquete svelte-m48oxb"); + add_location(div3, file, 183, 4, 3601); + attr_dev(div4, "class", "disquete svelte-m48oxb"); + add_location(div4, file, 182, 2, 3574); + attr_dev(section, "class", "svelte-m48oxb"); + add_location(section, file, 159, 0, 2962); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + insert_dev(target, section, anchor); + append_dev(section, div2); + append_dev(div2, div1); + append_dev(div1, ul0); + append_dev(ul0, li0); + append_dev(ul0, t1); + append_dev(ul0, li1); + append_dev(ul0, t3); + append_dev(ul0, li2); + append_dev(ul0, t5); + append_dev(ul0, li3); + append_dev(ul0, t7); + append_dev(ul0, li4); + append_dev(ul0, t9); + append_dev(ul0, li5); + append_dev(ul0, t11); + append_dev(ul0, li6); + append_dev(div1, t13); + append_dev(div1, div0); + append_dev(div0, span); + append_dev(div0, t15); + append_dev(div0, ul1); + append_dev(ul1, li7); + append_dev(ul1, t16); + append_dev(ul1, li8); + append_dev(ul1, t17); + append_dev(ul1, li9); + append_dev(ul1, t18); + append_dev(ul1, li10); + append_dev(section, t19); + append_dev(section, div4); + append_dev(div4, div3); + }, + + p: noop, + i: noop, + o: noop, + + d: function destroy(detaching) { + if (detaching) { + detach_dev(section); + } + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment.name, type: "component", source: "", ctx }); + return block; + } + + class Screen extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, null, create_fragment, safe_not_equal, []); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Screen", options, id: create_fragment.name }); + } + } + + /* src/App.svelte generated by Svelte v3.12.0 */ + + function create_fragment$1(ctx) { + var current; + + var screen = new Screen({ $$inline: true }); + + const block = { + c: function create() { + screen.$$.fragment.c(); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + mount_component(screen, target, anchor); + current = true; + }, + + p: noop, + + i: function intro(local) { + if (current) return; + transition_in(screen.$$.fragment, local); + + current = true; + }, + + o: function outro(local) { + transition_out(screen.$$.fragment, local); + current = false; + }, + + d: function destroy(detaching) { + destroy_component(screen, detaching); + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$1.name, type: "component", source: "", ctx }); + return block; + } + + class App extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, null, create_fragment$1, safe_not_equal, []); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$1.name }); + } + } + + const app = new App({ + target: document.body + }); + + return app; + +}()); +//# sourceMappingURL=bundle.js.map diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map new file mode 100644 index 0000000..9c1ed0a --- /dev/null +++ b/2019-setembro/public/js/bundle.js.map @@ -0,0 +1 @@ +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","import App from './App.svelte';\n\nconst app = new App({\n target: document.body\n});\n\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/rollup.config.js b/2019-setembro/rollup.config.js new file mode 100644 index 0000000..a026c14 --- /dev/null +++ b/2019-setembro/rollup.config.js @@ -0,0 +1,50 @@ +import svelte from 'rollup-plugin-svelte'; +import resolve from 'rollup-plugin-node-resolve'; +import commonjs from 'rollup-plugin-commonjs'; +import livereload from 'rollup-plugin-livereload'; +import { terser } from 'rollup-plugin-terser'; + +const production = !process.env.ROLLUP_WATCH; + +export default { + input: 'src/main.js', + output: { + sourcemap: true, + format: 'iife', + name: 'app', + file: 'public/js/bundle.js' + }, + plugins: [ + svelte({ + // enable run-time checks when not in production + dev: !production, + // we'll extract any component CSS out into + // a separate file — better for performance + css: css => { + css.write('public/css/bundle.css'); + } + }), + + // If you have external dependencies installed from + // npm, you'll most likely need these plugins. In + // some cases you'll need additional configuration — + // consult the documentation for details: + // https://github.com/rollup/rollup-plugin-commonjs + resolve({ + browser: true, + dedupe: importee => importee === 'svelte' || importee.startsWith('svelte/') + }), + commonjs(), + + // Watch the `public` directory and refresh the + // browser on changes when not in production + !production && livereload('public'), + + // If we're building for production (npm run build + // instead of npm run dev), minify + production && terser() + ], + watch: { + clearScreen: false + } +}; \ No newline at end of file diff --git a/2019-setembro/src/App.svelte b/2019-setembro/src/App.svelte new file mode 100644 index 0000000..4b095b0 --- /dev/null +++ b/2019-setembro/src/App.svelte @@ -0,0 +1,11 @@ + + + + + + + diff --git a/2019-setembro/src/containers/Screen.svelte b/2019-setembro/src/containers/Screen.svelte new file mode 100644 index 0000000..99e6bb5 --- /dev/null +++ b/2019-setembro/src/containers/Screen.svelte @@ -0,0 +1,186 @@ + + + + +
    +
    +
    +
      +
    • 0
    • +
    • 1
    • +
    • 2
    • +
    • 3
    • +
    • 4
    • +
    • 5
    • +
    • 6
    • +
    + +
    +
    +
    +
    +
    +
    diff --git a/2019-setembro/src/main.js b/2019-setembro/src/main.js new file mode 100644 index 0000000..e2e744b --- /dev/null +++ b/2019-setembro/src/main.js @@ -0,0 +1,7 @@ +import App from './App.svelte'; + +const app = new App({ + target: document.body +}); + +export default app; \ No newline at end of file diff --git a/2019-setembro/yarn.lock b/2019-setembro/yarn.lock new file mode 100644 index 0000000..eae945f --- /dev/null +++ b/2019-setembro/yarn.lock @@ -0,0 +1,1871 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@babel/code-frame@^7.0.0": + version "7.5.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" + integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== + dependencies: + "@babel/highlight" "^7.0.0" + +"@babel/highlight@^7.0.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540" + integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ== + dependencies: + chalk "^2.0.0" + esutils "^2.0.2" + js-tokens "^4.0.0" + +"@polka/url@^0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31" + integrity sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw== + +"@types/estree@0.0.39": + version "0.0.39" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" + integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== + +"@types/node@*", "@types/node@^12.7.4": + version "12.7.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04" + integrity sha512-W0+n1Y+gK/8G2P/piTkBBN38Qc5Q1ZSO6B5H3QmPCUewaiXOo2GCAWZ4ElZCcNhjJuBSUSLGFUJnmlCn5+nxOQ== + +"@types/resolve@0.0.8": + version "0.0.8" + resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194" + integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ== + dependencies: + "@types/node" "*" + +abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== + +acorn@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a" + integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ== + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + +aproba@^1.0.3: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + +are-we-there-yet@~1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" + integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== + dependencies: + delegates "^1.0.0" + readable-stream "^2.0.6" + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + +arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + +async-each@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" + integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== + +atob@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + +balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + +binary-extensions@^1.0.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" + integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +braces@^2.3.1, braces@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + +buffer-from@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" + integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + +builtin-modules@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484" + integrity sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + +chalk@^2.0.0, chalk@^2.4.1: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chokidar@^2.1.5: + version "2.1.8" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" + integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.1" + braces "^2.3.2" + glob-parent "^3.1.0" + inherits "^2.0.3" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + normalize-path "^3.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.2.1" + upath "^1.1.1" + optionalDependencies: + fsevents "^1.2.7" + +chownr@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6" + integrity sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A== + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +code-point-at@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" + integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +commander@^2.19.0: + version "2.20.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422" + integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ== + +component-emitter@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +console-clear@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/console-clear/-/console-clear-1.1.1.tgz#995e20cbfbf14dd792b672cde387bd128d674bf7" + integrity sha512-pMD+MVR538ipqkG5JXeOEbKWS5um1H4LUUccUQG68qpeqBYbzYy79Gh55jkd2TtPdRfUaLWdv6LPP//5Zt0aPQ== + +console-control-strings@^1.0.0, console-control-strings@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + +core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +cross-spawn@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + dependencies: + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" + shebang-command "^1.2.0" + which "^1.2.9" + +debug@^2.2.0, debug@^2.3.3: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@^3.2.6: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + dependencies: + ms "^2.1.1" + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + +deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + +define-properties@^1.1.2, define-properties@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== + dependencies: + object-keys "^1.0.12" + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= + +detect-libc@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" + integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= + +error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +es-abstract@^1.4.3: + version "1.14.2" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497" + integrity sha512-DgoQmbpFNOofkjJtKwr87Ma5EW4Dc8fWhD0R+ndq7Oc456ivUfGOOP6oAZTTKl5/CcNMP+EN+e3/iUzgE0veZg== + dependencies: + es-to-primitive "^1.2.0" + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.0" + is-callable "^1.1.4" + is-regex "^1.0.4" + object-inspect "^1.6.0" + object-keys "^1.1.1" + string.prototype.trimleft "^2.0.0" + string.prototype.trimright "^2.0.0" + +es-to-primitive@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" + integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg== + dependencies: + is-callable "^1.1.4" + is-date-object "^1.0.1" + is-symbol "^1.0.2" + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +estree-walker@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" + integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w== + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + dependencies: + map-cache "^0.2.2" + +fs-minipass@^1.2.5: + version "1.2.6" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.6.tgz#2c5cc30ded81282bfe8a0d7c7c1853ddeb102c07" + integrity sha512-crhvyXcMejjv3Z5d2Fa9sf5xLYVCF5O1c71QxbVnbLsmYMBEvDAftewesN/HhY03YRoA7zOMxjNGrF5svGaaeQ== + dependencies: + minipass "^2.2.1" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +fsevents@^1.2.7: + version "1.2.9" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f" + integrity sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw== + dependencies: + nan "^2.12.1" + node-pre-gyp "^0.12.0" + +function-bind@^1.0.2, function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + +gauge@~2.7.3: + version "2.7.4" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" + integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= + dependencies: + aproba "^1.0.3" + console-control-strings "^1.0.0" + has-unicode "^2.0.0" + object-assign "^4.1.0" + signal-exit "^3.0.0" + string-width "^1.0.1" + strip-ansi "^3.0.1" + wide-align "^1.1.0" + +get-port@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc" + integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw= + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + +glob-parent@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob@^7.1.3: + version "7.1.4" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255" + integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +graceful-fs@^4.1.11, graceful-fs@^4.1.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" + integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + +has-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" + integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= + +has-unicode@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +has@^1.0.1, has@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + +hosted-git-info@^2.1.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546" + integrity sha512-pzXIvANXEFrc5oFFXRMkbLPQ2rXRoDERwDLyrcUxGhaZhgP54BBSl9Oheh7Vv0T090cszWBxPjkQQ5Sq1PbBRQ== + +iconv-lite@^0.4.4: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +ignore-walk@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b" + integrity sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw== + dependencies: + minimatch "^3.0.4" + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@^2.0.3, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ini@~1.3.0: + version "1.3.5" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + +is-binary-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + dependencies: + binary-extensions "^1.0.0" + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-callable@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" + integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + +is-date-object@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" + integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY= + +is-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^2.1.0, is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + +is-fullwidth-code-point@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" + integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= + dependencies: + number-is-nan "^1.0.0" + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + +is-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + dependencies: + is-extglob "^2.1.0" + +is-glob@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" + integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + dependencies: + is-extglob "^2.1.1" + +is-module@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" + integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE= + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + dependencies: + kind-of "^3.0.2" + +is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +is-reference@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.1.3.tgz#e99059204b66fdbe09305cfca715a29caa5c8a51" + integrity sha512-W1iHHv/oyBb2pPxkBxtaewxa1BC58Pn5J0hogyCdefwUIvb6R+TGbAcIa4qPNYLqLhb3EnOgUf2MQkkF76BcKw== + dependencies: + "@types/estree" "0.0.39" + +is-regex@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" + integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= + dependencies: + has "^1.0.1" + +is-symbol@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" + integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw== + dependencies: + has-symbols "^1.0.0" + +is-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +isarray@1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + +jest-worker@^24.0.0: + version "24.9.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5" + integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + dependencies: + merge-stream "^2.0.0" + supports-color "^6.1.0" + +js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +json-parse-better-errors@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" + integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== + +kleur@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" + integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== + +livereload@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/livereload/-/livereload-0.8.0.tgz#9af99cf8a262152cf7176b320accfc5d2ae4f8bf" + integrity sha512-Hi5Na6VIK3e8zlgOS50fu+iOTKWj5hM0BE7NKpZkwnfWTnktTjA38ZUXa2NlJww8/GrdVhpnxdqlLad5fkO27g== + dependencies: + chokidar "^2.1.5" + opts ">= 1.2.0" + ws "^1.1.5" + +load-json-file@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" + integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= + dependencies: + graceful-fs "^4.1.2" + parse-json "^4.0.0" + pify "^3.0.0" + strip-bom "^3.0.0" + +local-access@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/local-access/-/local-access-1.0.1.tgz#5121258146d64e869046c642ea4f1dd39ff942bb" + integrity sha512-ykt2pgN0aqIy6KQC1CqdWTWkmUwNgaOS6dcpHVjyBJONA+Xi7AtSB1vuxC/U/0tjIP3wcRudwQk1YYzUvzk2bA== + +magic-string@^0.25.2: + version "0.25.3" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.3.tgz#34b8d2a2c7fec9d9bdf9929a3fd81d271ef35be9" + integrity sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA== + dependencies: + sourcemap-codec "^1.4.4" + +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + dependencies: + object-visit "^1.0.0" + +memorystream@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2" + integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI= + +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + +micromatch@^3.1.10, micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + +mime@^2.3.1: + version "2.4.4" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5" + integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + +minimist@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= + +minimist@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" + integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= + +minipass@^2.2.1, minipass@^2.3.5: + version "2.5.1" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.5.1.tgz#cf435a9bf9408796ca3a3525a8b851464279c9b8" + integrity sha512-dmpSnLJtNQioZFI5HfQ55Ad0DzzsMAb+HfokwRTNXwEQjepbTkl5mtIlSVxGIkOkxlpX7wIn5ET/oAd9fZ/Y/Q== + dependencies: + safe-buffer "^5.1.2" + yallist "^3.0.0" + +minizlib@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614" + integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA== + dependencies: + minipass "^2.2.1" + +mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@^0.5.0, mkdirp@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= + dependencies: + minimist "0.0.8" + +mri@^1.1.0: + version "1.1.4" + resolved "https://registry.yarnpkg.com/mri/-/mri-1.1.4.tgz#7cb1dd1b9b40905f1fac053abe25b6720f44744a" + integrity sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w== + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +nan@^2.12.1: + version "2.14.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" + integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +needle@^2.2.1: + version "2.4.0" + resolved "https://registry.yarnpkg.com/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c" + integrity sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg== + dependencies: + debug "^3.2.6" + iconv-lite "^0.4.4" + sax "^1.2.4" + +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== + +node-pre-gyp@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149" + integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A== + dependencies: + detect-libc "^1.0.2" + mkdirp "^0.5.1" + needle "^2.2.1" + nopt "^4.0.1" + npm-packlist "^1.1.6" + npmlog "^4.0.2" + rc "^1.2.7" + rimraf "^2.6.1" + semver "^5.3.0" + tar "^4" + +nopt@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" + integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00= + dependencies: + abbrev "1" + osenv "^0.1.4" + +normalize-package-data@^2.3.2: + version "2.5.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + dependencies: + hosted-git-info "^2.1.4" + resolve "^1.10.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + +normalize-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +npm-bundled@^1.0.1: + version "1.0.6" + resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" + integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g== + +npm-packlist@^1.1.6: + version "1.4.4" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44" + integrity sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw== + dependencies: + ignore-walk "^3.0.1" + npm-bundled "^1.0.1" + +npm-run-all@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba" + integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== + dependencies: + ansi-styles "^3.2.1" + chalk "^2.4.1" + cross-spawn "^6.0.5" + memorystream "^0.3.1" + minimatch "^3.0.4" + pidtree "^0.3.0" + read-pkg "^3.0.0" + shell-quote "^1.6.1" + string.prototype.padend "^3.0.0" + +npmlog@^4.0.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" + integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== + dependencies: + are-we-there-yet "~1.1.2" + console-control-strings "~1.1.0" + gauge "~2.7.3" + set-blocking "~2.0.0" + +number-is-nan@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= + +object-assign@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-inspect@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b" + integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ== + +object-keys@^1.0.12, object-keys@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + +object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + dependencies: + isobject "^3.0.0" + +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + dependencies: + isobject "^3.0.1" + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +options@>=0.0.5: + version "0.0.6" + resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f" + integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8= + +"opts@>= 1.2.0": + version "1.2.6" + resolved "https://registry.yarnpkg.com/opts/-/opts-1.2.6.tgz#d185c0425cfdeb9da1d182908b65b5c0238febb3" + integrity sha1-0YXAQlz9652h0YKQi2W1wCOP67M= + +os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= + +os-tmpdir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + +osenv@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" + integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.0" + +parse-json@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + dependencies: + error-ex "^1.3.1" + json-parse-better-errors "^1.0.1" + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-key@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + +path-parse@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" + integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + +path-type@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" + integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== + dependencies: + pify "^3.0.0" + +pidtree@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b" + integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg== + +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +rc@^1.2.7: + version "1.2.8" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + +read-pkg@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" + integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= + dependencies: + load-json-file "^4.0.0" + normalize-package-data "^2.3.2" + path-type "^3.0.0" + +readable-stream@^2.0.2, readable-stream@^2.0.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" + integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readdirp@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + +repeat-element@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" + integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + +repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + +require-relative@^0.8.7: + version "0.8.7" + resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de" + integrity sha1-eZlTn8ngR6N5KPoZb44VY9q9Nt4= + +resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + +resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1: + version "1.12.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6" + integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w== + dependencies: + path-parse "^1.0.6" + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + +rimraf@^2.6.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" + integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== + dependencies: + glob "^7.1.3" + +rollup-plugin-commonjs@^10.0.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb" + integrity sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q== + dependencies: + estree-walker "^0.6.1" + is-reference "^1.1.2" + magic-string "^0.25.2" + resolve "^1.11.0" + rollup-pluginutils "^2.8.1" + +rollup-plugin-livereload@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/rollup-plugin-livereload/-/rollup-plugin-livereload-1.0.1.tgz#b1df6642d55cafcd87dac54bc4f7a657ab859fdf" + integrity sha512-gNuUr+L/8+CR/oKF8ftJNvJEww6iGzNc8+3XcCOvgKWgjhzUBETs8sNONIthcCvVYC2c2PIKMWgQwrYbxRRdwg== + dependencies: + livereload "^0.8.0" + +rollup-plugin-node-resolve@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523" + integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw== + dependencies: + "@types/resolve" "0.0.8" + builtin-modules "^3.1.0" + is-module "^1.0.0" + resolve "^1.11.1" + rollup-pluginutils "^2.8.1" + +rollup-plugin-svelte@^5.0.3: + version "5.1.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-5.1.0.tgz#6c2d3998db9141a934343a0e7298499994aadd25" + integrity sha512-4MRZG29dAWDpoxEs5uIHzDnYafQEOLaKIJAuDYUtFIzEm1F1IGSTlFyjd8/qk4wltlHdu6V7YfZY53+CKryhMg== + dependencies: + require-relative "^0.8.7" + rollup-pluginutils "^2.3.3" + sourcemap-codec "^1.4.4" + +rollup-plugin-terser@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-4.0.4.tgz#6f661ef284fa7c27963d242601691dc3d23f994e" + integrity sha512-wPANT5XKVJJ8RDUN0+wIr7UPd0lIXBo4UdJ59VmlPCtlFsE20AM+14pe+tk7YunCsWEiuzkDBY3QIkSCjtrPXg== + dependencies: + "@babel/code-frame" "^7.0.0" + jest-worker "^24.0.0" + serialize-javascript "^1.6.1" + terser "^3.14.1" + +rollup-pluginutils@^2.3.3, rollup-pluginutils@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97" + integrity sha512-J5oAoysWar6GuZo0s+3bZ6sVZAC0pfqKz68De7ZgDi5z63jOVZn1uJL/+z1jeKHNbGII8kAyHF5q8LnxSX5lQg== + dependencies: + estree-walker "^0.6.1" + +rollup@^1.12.0: + version "1.21.2" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.21.2.tgz#eaabd07d0bd309587ad8bebf731fca6fcb96f4d0" + integrity sha512-sCAHlcQ/PExU5t/kRwkEWHdhGmQrZ2IgdQzbjPVNfhWbKHMMZGYqkASVTpQqRPLtQKg15xzEscc+BnIK/TE7/Q== + dependencies: + "@types/estree" "0.0.39" + "@types/node" "^12.7.4" + acorn "^7.0.0" + +sade@^1.4.0: + version "1.6.1" + resolved "https://registry.yarnpkg.com/sade/-/sade-1.6.1.tgz#aba16655e998b2b68beb9f13938af010f42eddd2" + integrity sha512-USHm9quYNmJwFwhOnEuJohdnBhUOKV1mhL0koHSJMLJaesRX0nuDuzbWmtUBbUmXkwTalLtUBzDlEnU940BiQA== + dependencies: + mri "^1.1.0" + +safe-buffer@^5.1.2: + version "5.2.0" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" + integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + dependencies: + ret "~0.1.10" + +"safer-buffer@>= 2.1.2 < 3": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sax@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== + +"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +serialize-javascript@^1.6.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb" + integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A== + +set-blocking@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + +set-value@^2.0.0, set-value@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + dependencies: + shebang-regex "^1.0.0" + +shebang-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + +shell-quote@^1.6.1: + version "1.7.2" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" + integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== + +signal-exit@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" + integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= + +sirv-cli@^0.4.4: + version "0.4.4" + resolved "https://registry.yarnpkg.com/sirv-cli/-/sirv-cli-0.4.4.tgz#810bb98a76905b90ee349fcc8306b9995e045baa" + integrity sha512-7SsPrYWptRcOvS7/8VIxYDibLDRB4apZaU+y8lfuSnyjYFg0AVVU3J0qcQjWPxT9Ti/DtHnmbivJ+ZTh8L0ykg== + dependencies: + console-clear "^1.1.0" + get-port "^3.2.0" + kleur "^3.0.0" + local-access "^1.0.1" + sade "^1.4.0" + sirv "^0.4.2" + tinydate "^1.0.0" + +sirv@^0.4.2: + version "0.4.2" + resolved "https://registry.yarnpkg.com/sirv/-/sirv-0.4.2.tgz#842ed22f3aab58faee84eea66cf66066e123d6db" + integrity sha512-dQbZnsMaIiTQPZmbGmktz+c74zt/hyrJEB4tdp2Jj0RNv9J6B/OWR5RyrZEvIn9fyh9Zlg2OlE2XzKz6wMKGAw== + dependencies: + "@polka/url" "^0.5.0" + mime "^2.3.1" + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + +source-map-resolve@^0.5.0: + version "0.5.2" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" + integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA== + dependencies: + atob "^2.1.1" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-support@~0.5.10: + version "0.5.13" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" + integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map-url@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" + integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= + +source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + +source-map@^0.6.0, source-map@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +sourcemap-codec@^1.4.4: + version "1.4.6" + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz#e30a74f0402bad09807640d39e971090a08ce1e9" + integrity sha512-1ZooVLYFxC448piVLBbtOxFcXwnymH9oUF8nRd3CuYDVvkRBxRl6pB4Mtas5a4drtL+E8LDgFkQNcgIw6tc8Hg== + +spdx-correct@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" + integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" + integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA== + +spdx-expression-parse@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" + integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.5" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" + integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +string-width@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + strip-ansi "^3.0.0" + +"string-width@^1.0.2 || 2": + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + +string.prototype.padend@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" + integrity sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA= + dependencies: + define-properties "^1.1.2" + es-abstract "^1.4.3" + function-bind "^1.0.2" + +string.prototype.trimleft@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634" + integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw== + dependencies: + define-properties "^1.1.3" + function-bind "^1.1.1" + +string.prototype.trimright@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58" + integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg== + dependencies: + define-properties "^1.1.3" + function-bind "^1.1.1" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.0, strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + dependencies: + ansi-regex "^3.0.0" + +strip-bom@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" + integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= + +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + dependencies: + has-flag "^3.0.0" + +svelte@^3.0.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.12.0.tgz#a30ec57c2d0e73638d6e8c28a3ac0f19f8ba1115" + integrity sha512-9/broj3bjShrsk3FuVDH0Bho2BchPKT8ubAqRcTqwkqrO9npOS3Vi98Yb5mBaa4bYV+ELTuvPvaQZbCJYMFRdg== + +tar@^4: + version "4.4.10" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1" + integrity sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA== + dependencies: + chownr "^1.1.1" + fs-minipass "^1.2.5" + minipass "^2.3.5" + minizlib "^1.2.1" + mkdirp "^0.5.0" + safe-buffer "^5.1.2" + yallist "^3.0.3" + +terser@^3.14.1: + version "3.17.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-3.17.0.tgz#f88ffbeda0deb5637f9d24b0da66f4e15ab10cb2" + integrity sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ== + dependencies: + commander "^2.19.0" + source-map "~0.6.1" + source-map-support "~0.5.10" + +tinydate@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/tinydate/-/tinydate-1.2.0.tgz#36b4bb02715f89743f3ef9073d3573d005a28d0e" + integrity sha512-3GwPk8VhDFnUZ2TrgkhXJs6hcMAIIw4x/xkz+ayK6dGoQmp2nUwKzBXK0WnMsqkh6vfUhpqQicQF3rbshfyJkg== + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +ultron@1.0.x: + version "1.0.2" + resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa" + integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po= + +union-value@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^2.0.1" + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +upath@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + +util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +which@^1.2.9: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + +wide-align@^1.1.0: + version "1.1.3" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" + integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== + dependencies: + string-width "^1.0.2 || 2" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +ws@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51" + integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w== + dependencies: + options ">=0.0.5" + ultron "1.0.x" + +yallist@^3.0.0, yallist@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" + integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== diff --git a/README.md b/README.md old mode 100644 new mode 100755 From 2c49e4417b6d2fc55baa4249ea9b0b379469440e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Fri, 13 Sep 2019 22:33:49 -0300 Subject: [PATCH 04/18] =?UTF-8?q?criados=20bot=C3=B5es=20grandes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2019-setembro/public/css/bundle.css | 3 +- 2019-setembro/public/css/bundle.css.map | 8 +- 2019-setembro/public/js/bundle.js | 377 +++++++++++++++--- 2019-setembro/public/js/bundle.js.map | 2 +- 2019-setembro/src/App.svelte | 2 + 2019-setembro/src/components/BigButton.svelte | 47 +++ 2019-setembro/src/containers/Keyboard.svelte | 15 + 7 files changed, 402 insertions(+), 52 deletions(-) create mode 100644 2019-setembro/src/components/BigButton.svelte create mode 100644 2019-setembro/src/containers/Keyboard.svelte diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index 1bc1f07..3317294 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,3 +1,4 @@ -section.svelte-m48oxb{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-m48oxb .tela.svelte-m48oxb,section.svelte-m48oxb .disquete.svelte-m48oxb{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-m48oxb{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-m48oxb{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-m48oxb>.visor.svelte-m48oxb{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-m48oxb>.visor>.display.svelte-m48oxb{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-m48oxb .char.svelte-m48oxb{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-m48oxb .text-logo.svelte-m48oxb{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-m48oxb .text-logo>.text.svelte-m48oxb{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-m48oxb .text-logo .colors.svelte-m48oxb{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-m48oxb .colors .color.svelte-m48oxb{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-m48oxb .colors .color.red.svelte-m48oxb{background-color:#bb3431}.text-logo.svelte-m48oxb .colors .color.blue.svelte-m48oxb{background-color:#194391}.text-logo.svelte-m48oxb .colors .color.yellow.svelte-m48oxb{background-color:#d4af06}.text-logo.svelte-m48oxb .colors .color.green.svelte-m48oxb{background-color:#103b39}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-m48oxb>.entrada-disquete.svelte-m48oxb::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} +section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} +.big-button.svelte-6qk45e{display:inline-block;height:20vh;width:5vw;border:none;border-radius:1vw;transform:skew(-20deg)}.big-button.svelte-6qk45e>.text.svelte-6qk45e{display:inline-block;transform:skew(20deg);color:#fff;font-size:3vh;font-weight:bold}.big-button.-red.svelte-6qk45e{background-color:#9f2824}.big-button.-yellow.svelte-6qk45e{background-color:#f7cf3c}.big-button.-blue.svelte-6qk45e{background-color:#1a4379}.big-button.-green.svelte-6qk45e{background-color:#3db460} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index 98d7ea4..703e717 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -2,11 +2,13 @@ "version": 3, "file": "bundle.css", "sources": [ - "../../src/containers/Screen.svelte" + "..\\..\\src\\containers\\Screen.svelte", + "..\\..\\src\\components\\BigButton.svelte" ], "sourcesContent": [ - "\n\n\n\n
    \n
    \n
    \n
      \n
    • 0
    • \n
    • 1
    • \n
    • 2
    • \n
    • 3
    • \n
    • 4
    • \n
    • 5
    • \n
    • 6
    • \n
    \n
    \n TECTOY\n
      \n
    • \n
    • \n
    • \n
    • \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n" + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index 4701c36..b62e703 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -308,6 +308,13 @@ var app = (function () { else dispatch_dev("SvelteDOMSetAttribute", { node, attribute, value }); } + function set_data_dev(text, data) { + data = '' + data; + if (text.data === data) + return; + dispatch_dev("SvelteDOMSetData", { node: text, data }); + text.data = data; + } class SvelteComponentDev extends SvelteComponent { constructor(options) { if (!options || (!options.target && !options.$$inline)) { @@ -323,9 +330,9 @@ var app = (function () { } } - /* src/containers/Screen.svelte generated by Svelte v3.12.0 */ + /* src\containers\Screen.svelte generated by Svelte v3.12.0 */ - const file = "src/containers/Screen.svelte"; + const file = "src\\containers\\Screen.svelte"; function create_fragment(ctx) { var section, div2, div1, ul0, li0, t1, li1, t3, li2, t5, li3, t7, li4, t9, li5, t11, li6, t13, div0, span, t15, ul1, li7, t16, li8, t17, li9, t18, li10, t19, div4, div3; @@ -372,46 +379,46 @@ var app = (function () { t19 = space(); div4 = element("div"); div3 = element("div"); - attr_dev(li0, "class", "char svelte-m48oxb"); - add_location(li0, file, 163, 8, 3052); - attr_dev(li1, "class", "char svelte-m48oxb"); - add_location(li1, file, 164, 8, 3084); - attr_dev(li2, "class", "char svelte-m48oxb"); - add_location(li2, file, 165, 8, 3116); - attr_dev(li3, "class", "char svelte-m48oxb"); - add_location(li3, file, 166, 8, 3148); - attr_dev(li4, "class", "char svelte-m48oxb"); - add_location(li4, file, 167, 8, 3180); - attr_dev(li5, "class", "char svelte-m48oxb"); - add_location(li5, file, 168, 8, 3212); - attr_dev(li6, "class", "char svelte-m48oxb"); - add_location(li6, file, 169, 8, 3244); - attr_dev(ul0, "class", "display svelte-m48oxb"); - add_location(ul0, file, 162, 6, 3023); - attr_dev(span, "class", "text svelte-m48oxb"); - add_location(span, file, 172, 8, 3318); - attr_dev(li7, "class", "color red svelte-m48oxb"); - add_location(li7, file, 174, 10, 3389); - attr_dev(li8, "class", "color yellow svelte-m48oxb"); - add_location(li8, file, 175, 10, 3424); - attr_dev(li9, "class", "color blue svelte-m48oxb"); - add_location(li9, file, 176, 10, 3462); - attr_dev(li10, "class", "color green svelte-m48oxb"); - add_location(li10, file, 177, 10, 3498); - attr_dev(ul1, "class", "colors svelte-m48oxb"); - add_location(ul1, file, 173, 8, 3359); - attr_dev(div0, "class", "text-logo svelte-m48oxb"); - add_location(div0, file, 171, 6, 3286); - attr_dev(div1, "class", "visor svelte-m48oxb"); - add_location(div1, file, 161, 4, 2997); - attr_dev(div2, "class", "tela svelte-m48oxb"); - add_location(div2, file, 160, 2, 2974); - attr_dev(div3, "class", "entrada-disquete svelte-m48oxb"); - add_location(div3, file, 183, 4, 3601); - attr_dev(div4, "class", "disquete svelte-m48oxb"); - add_location(div4, file, 182, 2, 3574); - attr_dev(section, "class", "svelte-m48oxb"); - add_location(section, file, 159, 0, 2962); + attr_dev(li0, "class", "char svelte-w7n64k"); + add_location(li0, file, 163, 8, 3215); + attr_dev(li1, "class", "char svelte-w7n64k"); + add_location(li1, file, 164, 8, 3248); + attr_dev(li2, "class", "char svelte-w7n64k"); + add_location(li2, file, 165, 8, 3281); + attr_dev(li3, "class", "char svelte-w7n64k"); + add_location(li3, file, 166, 8, 3314); + attr_dev(li4, "class", "char svelte-w7n64k"); + add_location(li4, file, 167, 8, 3347); + attr_dev(li5, "class", "char svelte-w7n64k"); + add_location(li5, file, 168, 8, 3380); + attr_dev(li6, "class", "char svelte-w7n64k"); + add_location(li6, file, 169, 8, 3413); + attr_dev(ul0, "class", "display svelte-w7n64k"); + add_location(ul0, file, 162, 6, 3185); + attr_dev(span, "class", "text svelte-w7n64k"); + add_location(span, file, 172, 8, 3490); + attr_dev(li7, "class", "color red svelte-w7n64k"); + add_location(li7, file, 174, 10, 3563); + attr_dev(li8, "class", "color yellow svelte-w7n64k"); + add_location(li8, file, 175, 10, 3599); + attr_dev(li9, "class", "color blue svelte-w7n64k"); + add_location(li9, file, 176, 10, 3638); + attr_dev(li10, "class", "color green svelte-w7n64k"); + add_location(li10, file, 177, 10, 3675); + attr_dev(ul1, "class", "colors svelte-w7n64k"); + add_location(ul1, file, 173, 8, 3532); + attr_dev(div0, "class", "text-logo svelte-w7n64k"); + add_location(div0, file, 171, 6, 3457); + attr_dev(div1, "class", "visor svelte-w7n64k"); + add_location(div1, file, 161, 4, 3158); + attr_dev(div2, "class", "tela svelte-w7n64k"); + add_location(div2, file, 160, 2, 3134); + attr_dev(div3, "class", "entrada-disquete svelte-w7n64k"); + add_location(div3, file, 183, 4, 3784); + attr_dev(div4, "class", "disquete svelte-w7n64k"); + add_location(div4, file, 182, 2, 3756); + attr_dev(section, "class", "svelte-w7n64k"); + add_location(section, file, 159, 0, 3121); }, l: function claim(nodes) { @@ -475,16 +482,281 @@ var app = (function () { } } - /* src/App.svelte generated by Svelte v3.12.0 */ + /* src\components\BigButton.svelte generated by Svelte v3.12.0 */ + + const file$1 = "src\\components\\BigButton.svelte"; function create_fragment$1(ctx) { - var current; + var button, span, t, button_class_value; + + const block = { + c: function create() { + button = element("button"); + span = element("span"); + t = text(ctx.key); + attr_dev(span, "class", "text svelte-6qk45e"); + add_location(span, file$1, 45, 2, 722); + attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-6qk45e"); + add_location(button, file$1, 44, 0, 682); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + insert_dev(target, button, anchor); + append_dev(button, span); + append_dev(span, t); + }, + + p: function update(changed, ctx) { + if (changed.key) { + set_data_dev(t, ctx.key); + } + + if ((changed.color) && button_class_value !== (button_class_value = "big-button -" + ctx.color + " svelte-6qk45e")) { + attr_dev(button, "class", button_class_value); + } + }, + + i: noop, + o: noop, + + d: function destroy(detaching) { + if (detaching) { + detach_dev(button); + } + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$1.name, type: "component", source: "", ctx }); + return block; + } + + function instance($$self, $$props, $$invalidate) { + let { BigButton = "", key, color } = $$props; + + const writable_props = ['BigButton', 'key', 'color']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('BigButton' in $$props) $$invalidate('BigButton', BigButton = $$props.BigButton); + if ('key' in $$props) $$invalidate('key', key = $$props.key); + if ('color' in $$props) $$invalidate('color', color = $$props.color); + }; + + $$self.$capture_state = () => { + return { BigButton, key, color }; + }; + + $$self.$inject_state = $$props => { + if ('BigButton' in $$props) $$invalidate('BigButton', BigButton = $$props.BigButton); + if ('key' in $$props) $$invalidate('key', key = $$props.key); + if ('color' in $$props) $$invalidate('color', color = $$props.color); + }; + + return { BigButton, key, color }; + } + + class BigButton_1 extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, instance, create_fragment$1, safe_not_equal, ["BigButton", "key", "color"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "BigButton_1", options, id: create_fragment$1.name }); + + const { ctx } = this.$$; + const props = options.props || {}; + if (ctx.key === undefined && !('key' in props)) { + console.warn(" was created without expected prop 'key'"); + } + if (ctx.color === undefined && !('color' in props)) { + console.warn(" was created without expected prop 'color'"); + } + } + + get BigButton() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set BigButton(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get key() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set key(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get color() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set color(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + } + + /* src\containers\Keyboard.svelte generated by Svelte v3.12.0 */ + + const file$2 = "src\\containers\\Keyboard.svelte"; + + function create_fragment$2(ctx) { + var section, t0, t1, t2, current; + + var bigbutton0 = new BigButton_1({ + props: { key: "A", color: "red" }, + $$inline: true + }); + + var bigbutton1 = new BigButton_1({ + props: { key: "B", color: "yellow" }, + $$inline: true + }); + + var bigbutton2 = new BigButton_1({ + props: { key: "C", color: "blue" }, + $$inline: true + }); + + var bigbutton3 = new BigButton_1({ + props: { key: "D", color: "green" }, + $$inline: true + }); + + const block = { + c: function create() { + section = element("section"); + bigbutton0.$$.fragment.c(); + t0 = space(); + bigbutton1.$$.fragment.c(); + t1 = space(); + bigbutton2.$$.fragment.c(); + t2 = space(); + bigbutton3.$$.fragment.c(); + add_location(section, file$2, 9, 0, 129); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + insert_dev(target, section, anchor); + mount_component(bigbutton0, section, null); + append_dev(section, t0); + mount_component(bigbutton1, section, null); + append_dev(section, t1); + mount_component(bigbutton2, section, null); + append_dev(section, t2); + mount_component(bigbutton3, section, null); + current = true; + }, + + p: noop, + + i: function intro(local) { + if (current) return; + transition_in(bigbutton0.$$.fragment, local); + + transition_in(bigbutton1.$$.fragment, local); + + transition_in(bigbutton2.$$.fragment, local); + + transition_in(bigbutton3.$$.fragment, local); + + current = true; + }, + + o: function outro(local) { + transition_out(bigbutton0.$$.fragment, local); + transition_out(bigbutton1.$$.fragment, local); + transition_out(bigbutton2.$$.fragment, local); + transition_out(bigbutton3.$$.fragment, local); + current = false; + }, + + d: function destroy(detaching) { + if (detaching) { + detach_dev(section); + } + + destroy_component(bigbutton0); + + destroy_component(bigbutton1); + + destroy_component(bigbutton2); + + destroy_component(bigbutton3); + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$2.name, type: "component", source: "", ctx }); + return block; + } + + function instance$1($$self, $$props, $$invalidate) { + let { Keyboard } = $$props; + + const writable_props = ['Keyboard']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('Keyboard' in $$props) $$invalidate('Keyboard', Keyboard = $$props.Keyboard); + }; + + $$self.$capture_state = () => { + return { Keyboard }; + }; + + $$self.$inject_state = $$props => { + if ('Keyboard' in $$props) $$invalidate('Keyboard', Keyboard = $$props.Keyboard); + }; + + return { Keyboard }; + } + + class Keyboard_1 extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, instance$1, create_fragment$2, safe_not_equal, ["Keyboard"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard_1", options, id: create_fragment$2.name }); + + const { ctx } = this.$$; + const props = options.props || {}; + if (ctx.Keyboard === undefined && !('Keyboard' in props)) { + console.warn(" was created without expected prop 'Keyboard'"); + } + } + + get Keyboard() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set Keyboard(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + } + + /* src\App.svelte generated by Svelte v3.12.0 */ + + function create_fragment$3(ctx) { + var t, current; var screen = new Screen({ $$inline: true }); + var keyboard = new Keyboard_1({ $$inline: true }); + const block = { c: function create() { screen.$$.fragment.c(); + t = space(); + keyboard.$$.fragment.c(); }, l: function claim(nodes) { @@ -493,6 +765,8 @@ var app = (function () { m: function mount(target, anchor) { mount_component(screen, target, anchor); + insert_dev(target, t, anchor); + mount_component(keyboard, target, anchor); current = true; }, @@ -502,27 +776,36 @@ var app = (function () { if (current) return; transition_in(screen.$$.fragment, local); + transition_in(keyboard.$$.fragment, local); + current = true; }, o: function outro(local) { transition_out(screen.$$.fragment, local); + transition_out(keyboard.$$.fragment, local); current = false; }, d: function destroy(detaching) { destroy_component(screen, detaching); + + if (detaching) { + detach_dev(t); + } + + destroy_component(keyboard, detaching); } }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$1.name, type: "component", source: "", ctx }); + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$3.name, type: "component", source: "", ctx }); return block; } class App extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, null, create_fragment$1, safe_not_equal, []); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$1.name }); + init(this, options, null, create_fragment$3, safe_not_equal, []); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$3.name }); } } diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index 9c1ed0a..e1e5fb3 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","import App from './App.svelte';\n\nconst app = new App({\n target: document.body\n});\n\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/src/App.svelte b/2019-setembro/src/App.svelte index 4b095b0..5a4fb75 100644 --- a/2019-setembro/src/App.svelte +++ b/2019-setembro/src/App.svelte @@ -1,5 +1,6 @@ + + diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte new file mode 100644 index 0000000..88b103b --- /dev/null +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -0,0 +1,15 @@ + + + + +
    + + + + +
    From d2e4f03e97f1a46d3d3a3510351f654f689691d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Fri, 13 Sep 2019 22:59:55 -0300 Subject: [PATCH 05/18] criados teclado --- 2019-setembro/public/css/bundle.css | 3 +- 2019-setembro/public/css/bundle.css.map | 8 ++- 2019-setembro/public/js/bundle.js | 53 +++++++++++---- 2019-setembro/public/js/bundle.js.map | 2 +- 2019-setembro/src/components/BigButton.svelte | 5 +- 2019-setembro/src/containers/Keyboard.svelte | 64 +++++++++++++++++-- 6 files changed, 109 insertions(+), 26 deletions(-) diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index 3317294..b92d5f5 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,4 +1,5 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} -.big-button.svelte-6qk45e{display:inline-block;height:20vh;width:5vw;border:none;border-radius:1vw;transform:skew(-20deg)}.big-button.svelte-6qk45e>.text.svelte-6qk45e{display:inline-block;transform:skew(20deg);color:#fff;font-size:3vh;font-weight:bold}.big-button.-red.svelte-6qk45e{background-color:#9f2824}.big-button.-yellow.svelte-6qk45e{background-color:#f7cf3c}.big-button.-blue.svelte-6qk45e{background-color:#1a4379}.big-button.-green.svelte-6qk45e{background-color:#3db460} +.big-button.svelte-1sit7s9{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;transform:skew(-20deg)}.big-button.svelte-1sit7s9>.text.svelte-1sit7s9{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-1sit7s9{background-color:#9f2824}.big-button.-yellow.svelte-1sit7s9{background-color:#f7cf3c}.big-button.-blue.svelte-1sit7s9{background-color:#1a4379}.big-button.-green.svelte-1sit7s9{background-color:#3db460} +.keyboard-container.svelte-n21zjy{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:60vh;padding:5vh 5vw;background-color:#c9cfcb}.keyboard-container.svelte-n21zjy::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.8vh)}.inner-keyboard-container.svelte-n21zjy{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw}.keyboard-container.svelte-n21zjy .inner-keyboard-container .big-buttons-list.svelte-n21zjy{display:flex;flex-direction:row}.keyboard-container.svelte-n21zjy .inner-keyboard-container .big-buttons-list li.svelte-n21zjy{margin-left:1vw} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index 703e717..6dcd2ad 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -3,12 +3,14 @@ "file": "bundle.css", "sources": [ "..\\..\\src\\containers\\Screen.svelte", - "..\\..\\src\\components\\BigButton.svelte" + "..\\..\\src\\components\\BigButton.svelte", + "..\\..\\src\\containers\\Keyboard.svelte" ], "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n\r\n" + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index b62e703..8cd3a5e 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -494,10 +494,10 @@ var app = (function () { button = element("button"); span = element("span"); t = text(ctx.key); - attr_dev(span, "class", "text svelte-6qk45e"); - add_location(span, file$1, 45, 2, 722); - attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-6qk45e"); - add_location(button, file$1, 44, 0, 682); + attr_dev(span, "class", "text svelte-1sit7s9"); + add_location(span, file$1, 46, 2, 753); + attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-1sit7s9"); + add_location(button, file$1, 45, 0, 713); }, l: function claim(nodes) { @@ -515,7 +515,7 @@ var app = (function () { set_data_dev(t, ctx.key); } - if ((changed.color) && button_class_value !== (button_class_value = "big-button -" + ctx.color + " svelte-6qk45e")) { + if ((changed.color) && button_class_value !== (button_class_value = "big-button -" + ctx.color + " svelte-1sit7s9")) { attr_dev(button, "class", button_class_value); } }, @@ -606,7 +606,7 @@ var app = (function () { const file$2 = "src\\containers\\Keyboard.svelte"; function create_fragment$2(ctx) { - var section, t0, t1, t2, current; + var section, div, ul, li0, t0, li1, t1, li2, t2, li3, current; var bigbutton0 = new BigButton_1({ props: { key: "A", color: "red" }, @@ -631,14 +631,33 @@ var app = (function () { const block = { c: function create() { section = element("section"); + div = element("div"); + ul = element("ul"); + li0 = element("li"); bigbutton0.$$.fragment.c(); t0 = space(); + li1 = element("li"); bigbutton1.$$.fragment.c(); t1 = space(); + li2 = element("li"); bigbutton2.$$.fragment.c(); t2 = space(); + li3 = element("li"); bigbutton3.$$.fragment.c(); - add_location(section, file$2, 9, 0, 129); + attr_dev(li0, "class", "svelte-n21zjy"); + add_location(li0, file$2, 53, 6, 1160); + attr_dev(li1, "class", "svelte-n21zjy"); + add_location(li1, file$2, 56, 6, 1228); + attr_dev(li2, "class", "svelte-n21zjy"); + add_location(li2, file$2, 59, 6, 1299); + attr_dev(li3, "class", "svelte-n21zjy"); + add_location(li3, file$2, 62, 6, 1368); + attr_dev(ul, "class", "big-buttons-list svelte-n21zjy"); + add_location(ul, file$2, 52, 4, 1123); + attr_dev(div, "class", "inner-keyboard-container svelte-n21zjy"); + add_location(div, file$2, 51, 2, 1079); + attr_dev(section, "class", "keyboard-container svelte-n21zjy"); + add_location(section, file$2, 50, 0, 1039); }, l: function claim(nodes) { @@ -647,13 +666,19 @@ var app = (function () { m: function mount(target, anchor) { insert_dev(target, section, anchor); - mount_component(bigbutton0, section, null); - append_dev(section, t0); - mount_component(bigbutton1, section, null); - append_dev(section, t1); - mount_component(bigbutton2, section, null); - append_dev(section, t2); - mount_component(bigbutton3, section, null); + append_dev(section, div); + append_dev(div, ul); + append_dev(ul, li0); + mount_component(bigbutton0, li0, null); + append_dev(ul, t0); + append_dev(ul, li1); + mount_component(bigbutton1, li1, null); + append_dev(ul, t1); + append_dev(ul, li2); + mount_component(bigbutton2, li2, null); + append_dev(ul, t2); + append_dev(ul, li3); + mount_component(bigbutton3, li3, null); current = true; }, diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index e1e5fb3..97ac013 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/src/components/BigButton.svelte b/2019-setembro/src/components/BigButton.svelte index 8b9707a..1e2f8f9 100644 --- a/2019-setembro/src/components/BigButton.svelte +++ b/2019-setembro/src/components/BigButton.svelte @@ -7,7 +7,8 @@ -
    - - - - +
    +
    +
      +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • + +
    +
    From aa0b43b5158b3cd287cd9afb608540d9880b8217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Fri, 13 Sep 2019 23:00:50 -0300 Subject: [PATCH 06/18] refactoring space --- 2019-setembro/public/css/bundle.css | 2 +- 2019-setembro/public/css/bundle.css.map | 2 +- 2019-setembro/public/js/bundle.js | 14 +++++++------- 2019-setembro/public/js/bundle.js.map | 2 +- 2019-setembro/src/containers/Keyboard.svelte | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index b92d5f5..f858d27 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,5 +1,5 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} .big-button.svelte-1sit7s9{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;transform:skew(-20deg)}.big-button.svelte-1sit7s9>.text.svelte-1sit7s9{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-1sit7s9{background-color:#9f2824}.big-button.-yellow.svelte-1sit7s9{background-color:#f7cf3c}.big-button.-blue.svelte-1sit7s9{background-color:#1a4379}.big-button.-green.svelte-1sit7s9{background-color:#3db460} -.keyboard-container.svelte-n21zjy{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:60vh;padding:5vh 5vw;background-color:#c9cfcb}.keyboard-container.svelte-n21zjy::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.8vh)}.inner-keyboard-container.svelte-n21zjy{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw}.keyboard-container.svelte-n21zjy .inner-keyboard-container .big-buttons-list.svelte-n21zjy{display:flex;flex-direction:row}.keyboard-container.svelte-n21zjy .inner-keyboard-container .big-buttons-list li.svelte-n21zjy{margin-left:1vw} +.keyboard-container.svelte-3nu1qp{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:60vh;padding:5vh 5vw;background-color:#c9cfcb}.keyboard-container.svelte-3nu1qp::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.5vh)}.inner-keyboard-container.svelte-3nu1qp{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw}.keyboard-container.svelte-3nu1qp .inner-keyboard-container .big-buttons-list.svelte-3nu1qp{display:flex;flex-direction:row}.keyboard-container.svelte-3nu1qp .inner-keyboard-container .big-buttons-list li.svelte-3nu1qp{margin-left:1vw} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index 6dcd2ad..ea31cb1 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -9,7 +9,7 @@ "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n" + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n" ], "names": [], "mappings": "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" diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index 8cd3a5e..f1b266c 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -644,19 +644,19 @@ var app = (function () { t2 = space(); li3 = element("li"); bigbutton3.$$.fragment.c(); - attr_dev(li0, "class", "svelte-n21zjy"); + attr_dev(li0, "class", "svelte-3nu1qp"); add_location(li0, file$2, 53, 6, 1160); - attr_dev(li1, "class", "svelte-n21zjy"); + attr_dev(li1, "class", "svelte-3nu1qp"); add_location(li1, file$2, 56, 6, 1228); - attr_dev(li2, "class", "svelte-n21zjy"); + attr_dev(li2, "class", "svelte-3nu1qp"); add_location(li2, file$2, 59, 6, 1299); - attr_dev(li3, "class", "svelte-n21zjy"); + attr_dev(li3, "class", "svelte-3nu1qp"); add_location(li3, file$2, 62, 6, 1368); - attr_dev(ul, "class", "big-buttons-list svelte-n21zjy"); + attr_dev(ul, "class", "big-buttons-list svelte-3nu1qp"); add_location(ul, file$2, 52, 4, 1123); - attr_dev(div, "class", "inner-keyboard-container svelte-n21zjy"); + attr_dev(div, "class", "inner-keyboard-container svelte-3nu1qp"); add_location(div, file$2, 51, 2, 1079); - attr_dev(section, "class", "keyboard-container svelte-n21zjy"); + attr_dev(section, "class", "keyboard-container svelte-3nu1qp"); add_location(section, file$2, 50, 0, 1039); }, diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index 97ac013..be508de 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte index b13030f..dc6bd30 100644 --- a/2019-setembro/src/containers/Keyboard.svelte +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -27,7 +27,7 @@ border-bottom-color: transparent; top: 0; margin-left: 5vw; - transform: translateY(-1.8vh); + transform: translateY(-1.5vh); } .inner-keyboard-container { From 9a8e8f8686a129306c2bff05b6b78d7306714a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Sat, 14 Sep 2019 00:54:02 -0300 Subject: [PATCH 07/18] adicionando logo e aumentando tamanho do teclado --- 2019-setembro/public/css/bundle.css | 2 +- 2019-setembro/public/css/bundle.css.map | 6 ++-- 2019-setembro/public/js/bundle.js | 31 ++++++++--------- 2019-setembro/public/js/bundle.js.map | 2 +- 2019-setembro/src/components/BigButton.svelte | 2 +- 2019-setembro/src/containers/Keyboard.svelte | 33 +++++++++++++++++-- 6 files changed, 53 insertions(+), 23 deletions(-) diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index f858d27..1299c7f 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,5 +1,5 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} .big-button.svelte-1sit7s9{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;transform:skew(-20deg)}.big-button.svelte-1sit7s9>.text.svelte-1sit7s9{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-1sit7s9{background-color:#9f2824}.big-button.-yellow.svelte-1sit7s9{background-color:#f7cf3c}.big-button.-blue.svelte-1sit7s9{background-color:#1a4379}.big-button.-green.svelte-1sit7s9{background-color:#3db460} -.keyboard-container.svelte-3nu1qp{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:60vh;padding:5vh 5vw;background-color:#c9cfcb}.keyboard-container.svelte-3nu1qp::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.5vh)}.inner-keyboard-container.svelte-3nu1qp{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw}.keyboard-container.svelte-3nu1qp .inner-keyboard-container .big-buttons-list.svelte-3nu1qp{display:flex;flex-direction:row}.keyboard-container.svelte-3nu1qp .inner-keyboard-container .big-buttons-list li.svelte-3nu1qp{margin-left:1vw} +.keyboard-container.svelte-1ix4qhb{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 5vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-1ix4qhb::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-1ix4qhb::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:5vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.inner-keyboard-container.svelte-1ix4qhb{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid}.keyboard-container.svelte-1ix4qhb .inner-keyboard-container .big-buttons-list.svelte-1ix4qhb{display:flex;flex-direction:row}.keyboard-container.svelte-1ix4qhb .inner-keyboard-container .big-buttons-list li.svelte-1ix4qhb{margin-left:1vw} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index ea31cb1..ba750e9 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -8,9 +8,9 @@ ], "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n" + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index f1b266c..6206e68 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -495,8 +495,9 @@ var app = (function () { span = element("span"); t = text(ctx.key); attr_dev(span, "class", "text svelte-1sit7s9"); - add_location(span, file$1, 46, 2, 753); + add_location(span, file$1, 46, 2, 767); attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-1sit7s9"); + attr_dev(button, "type", "submit"); add_location(button, file$1, 45, 0, 713); }, @@ -644,20 +645,20 @@ var app = (function () { t2 = space(); li3 = element("li"); bigbutton3.$$.fragment.c(); - attr_dev(li0, "class", "svelte-3nu1qp"); - add_location(li0, file$2, 53, 6, 1160); - attr_dev(li1, "class", "svelte-3nu1qp"); - add_location(li1, file$2, 56, 6, 1228); - attr_dev(li2, "class", "svelte-3nu1qp"); - add_location(li2, file$2, 59, 6, 1299); - attr_dev(li3, "class", "svelte-3nu1qp"); - add_location(li3, file$2, 62, 6, 1368); - attr_dev(ul, "class", "big-buttons-list svelte-3nu1qp"); - add_location(ul, file$2, 52, 4, 1123); - attr_dev(div, "class", "inner-keyboard-container svelte-3nu1qp"); - add_location(div, file$2, 51, 2, 1079); - attr_dev(section, "class", "keyboard-container svelte-3nu1qp"); - add_location(section, file$2, 50, 0, 1039); + attr_dev(li0, "class", "svelte-1ix4qhb"); + add_location(li0, file$2, 82, 6, 1711); + attr_dev(li1, "class", "svelte-1ix4qhb"); + add_location(li1, file$2, 85, 6, 1779); + attr_dev(li2, "class", "svelte-1ix4qhb"); + add_location(li2, file$2, 88, 6, 1850); + attr_dev(li3, "class", "svelte-1ix4qhb"); + add_location(li3, file$2, 91, 6, 1919); + attr_dev(ul, "class", "big-buttons-list svelte-1ix4qhb"); + add_location(ul, file$2, 81, 4, 1674); + attr_dev(div, "class", "inner-keyboard-container svelte-1ix4qhb"); + add_location(div, file$2, 80, 2, 1630); + attr_dev(section, "class", "keyboard-container svelte-1ix4qhb"); + add_location(section, file$2, 79, 0, 1590); }, l: function claim(nodes) { diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index be508de..2942b95 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/src/components/BigButton.svelte b/2019-setembro/src/components/BigButton.svelte index 1e2f8f9..96b59ca 100644 --- a/2019-setembro/src/components/BigButton.svelte +++ b/2019-setembro/src/components/BigButton.svelte @@ -43,6 +43,6 @@ } - diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte index dc6bd30..489ce0c 100644 --- a/2019-setembro/src/containers/Keyboard.svelte +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -9,8 +9,8 @@ margin-top: 10px; box-sizing: border-box; width: 100vw; - height: 60vh; - padding: 5vh 5vw; + height: 63vh; + padding: 10vh 5vw 5vh; background-color: #c9cfcb; } @@ -30,12 +30,41 @@ transform: translateY(-1.5vh); } + .keyboard-container::before { + content: "Pense Bem®"; + + position: absolute; + display: inline-block; + width: 20vw; + height: 5vh; + margin-right: 5vw; + border-radius: 10px; + right: 0; + top: 0; + + background-color: #ceceac; + margin-left: 5vw; + margin-top: 3vh; + + border: 2px #91907c solid; + + color: #3867c1; + font-size: 5vh; + font-weight: bold; + + text-align: center; + + /* transform: translateY(-1.5vh); */ + } + .inner-keyboard-container { box-sizing: border-box; height: 100%; width: 100%; background-color: #7b7d7c; padding: 1vw; + border-radius: 1vh; + border: 2px #625f56 solid; } .keyboard-container .inner-keyboard-container .big-buttons-list { From 9f910647a211108b80cb153795a16f4042732c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Sat, 14 Sep 2019 03:11:12 -0300 Subject: [PATCH 08/18] creating functional keys --- 2019-setembro/public/css/bundle.css | 5 +- 2019-setembro/public/css/bundle.css.map | 10 +- 2019-setembro/public/js/bundle.js | 408 ++++++++++++++++-- 2019-setembro/public/js/bundle.js.map | 2 +- 2019-setembro/src/components/BigButton.svelte | 1 + .../src/components/FunctionalButton.svelte | 51 +++ 2019-setembro/src/containers/Keyboard.svelte | 69 ++- 7 files changed, 494 insertions(+), 52 deletions(-) create mode 100644 2019-setembro/src/components/FunctionalButton.svelte diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index 1299c7f..3f3d568 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,5 +1,6 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} -.big-button.svelte-1sit7s9{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;transform:skew(-20deg)}.big-button.svelte-1sit7s9>.text.svelte-1sit7s9{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-1sit7s9{background-color:#9f2824}.big-button.-yellow.svelte-1sit7s9{background-color:#f7cf3c}.big-button.-blue.svelte-1sit7s9{background-color:#1a4379}.big-button.-green.svelte-1sit7s9{background-color:#3db460} -.keyboard-container.svelte-1ix4qhb{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 5vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-1ix4qhb::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-1ix4qhb::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:5vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.inner-keyboard-container.svelte-1ix4qhb{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid}.keyboard-container.svelte-1ix4qhb .inner-keyboard-container .big-buttons-list.svelte-1ix4qhb{display:flex;flex-direction:row}.keyboard-container.svelte-1ix4qhb .inner-keyboard-container .big-buttons-list li.svelte-1ix4qhb{margin-left:1vw} +.keyboard-container.svelte-8d8zgf{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 5vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-8d8zgf::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-8d8zgf::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:5vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-8d8zgf .inner-keyboard-container.svelte-8d8zgf{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .big-buttons-list.svelte-8d8zgf{display:flex;flex-direction:row}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions.svelte-8d8zgf{display:inline-block}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .big-buttons-list li.svelte-8d8zgf{margin-left:1vw}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions .func-butons.svelte-8d8zgf{display:flex;flex-direction:row;right:0}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions .func-butons li.svelte-8d8zgf{margin-right:1vw}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions .oper-buttons.svelte-8d8zgf{display:flex;flex-direction:row;margin-right:2vw}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-8d8zgf{margin-right:1vw} +.big-button.svelte-101k2jr{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;box-shadow:-3px -3px 2px #2d343e;transform:skew(-20deg)}.big-button.svelte-101k2jr>.text.svelte-101k2jr{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-101k2jr{background-color:#9f2824}.big-button.-yellow.svelte-101k2jr{background-color:#f7cf3c}.big-button.-blue.svelte-101k2jr{background-color:#1a4379}.big-button.-green.svelte-101k2jr{background-color:#3db460} +.functional-button.svelte-1pz1i0x{height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.functional-button.-white.svelte-1pz1i0x{background-color:#fff}.functional-button.-red.svelte-1pz1i0x{background-color:#b0252a}.functional-button.-blue.svelte-1pz1i0x{background-color:#315e99}.functional-button.-green.svelte-1pz1i0x{background-color:#379b52}.functional-button.-font-blue.svelte-1pz1i0x{color:#315e99}.functional-button.-font-white.svelte-1pz1i0x{color:#fff} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index ba750e9..723e9aa 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -3,14 +3,16 @@ "file": "bundle.css", "sources": [ "..\\..\\src\\containers\\Screen.svelte", + "..\\..\\src\\containers\\Keyboard.svelte", "..\\..\\src\\components\\BigButton.svelte", - "..\\..\\src\\containers\\Keyboard.svelte" + "..\\..\\src\\components\\FunctionalButton.svelte" ], "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n" + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index 6206e68..888d104 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -494,11 +494,11 @@ var app = (function () { button = element("button"); span = element("span"); t = text(ctx.key); - attr_dev(span, "class", "text svelte-1sit7s9"); - add_location(span, file$1, 46, 2, 767); - attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-1sit7s9"); + attr_dev(span, "class", "text svelte-101k2jr"); + add_location(span, file$1, 47, 2, 807); + attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-101k2jr"); attr_dev(button, "type", "submit"); - add_location(button, file$1, 45, 0, 713); + add_location(button, file$1, 46, 0, 753); }, l: function claim(nodes) { @@ -516,7 +516,7 @@ var app = (function () { set_data_dev(t, ctx.key); } - if ((changed.color) && button_class_value !== (button_class_value = "big-button -" + ctx.color + " svelte-1sit7s9")) { + if ((changed.color) && button_class_value !== (button_class_value = "big-button -" + ctx.color + " svelte-101k2jr")) { attr_dev(button, "class", button_class_value); } }, @@ -602,12 +602,143 @@ var app = (function () { } } - /* src\containers\Keyboard.svelte generated by Svelte v3.12.0 */ + /* src\components\FunctionalButton.svelte generated by Svelte v3.12.0 */ - const file$2 = "src\\containers\\Keyboard.svelte"; + const file$2 = "src\\components\\FunctionalButton.svelte"; function create_fragment$2(ctx) { - var section, div, ul, li0, t0, li1, t1, li2, t2, li3, current; + var button, t, button_class_value; + + const block = { + c: function create() { + button = element("button"); + t = text(ctx.text); + attr_dev(button, "class", button_class_value = "functional-button -" + ctx.color + " -font-" + ctx.fontColor + " svelte-1pz1i0x"); + add_location(button, file$2, 50, 0, 827); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + insert_dev(target, button, anchor); + append_dev(button, t); + }, + + p: function update(changed, ctx) { + if (changed.text) { + set_data_dev(t, ctx.text); + } + + if ((changed.color || changed.fontColor) && button_class_value !== (button_class_value = "functional-button -" + ctx.color + " -font-" + ctx.fontColor + " svelte-1pz1i0x")) { + attr_dev(button, "class", button_class_value); + } + }, + + i: noop, + o: noop, + + d: function destroy(detaching) { + if (detaching) { + detach_dev(button); + } + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$2.name, type: "component", source: "", ctx }); + return block; + } + + function instance$1($$self, $$props, $$invalidate) { + let { FunctionalButton, text, color, fontColor } = $$props; + + const writable_props = ['FunctionalButton', 'text', 'color', 'fontColor']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('FunctionalButton' in $$props) $$invalidate('FunctionalButton', FunctionalButton = $$props.FunctionalButton); + if ('text' in $$props) $$invalidate('text', text = $$props.text); + if ('color' in $$props) $$invalidate('color', color = $$props.color); + if ('fontColor' in $$props) $$invalidate('fontColor', fontColor = $$props.fontColor); + }; + + $$self.$capture_state = () => { + return { FunctionalButton, text, color, fontColor }; + }; + + $$self.$inject_state = $$props => { + if ('FunctionalButton' in $$props) $$invalidate('FunctionalButton', FunctionalButton = $$props.FunctionalButton); + if ('text' in $$props) $$invalidate('text', text = $$props.text); + if ('color' in $$props) $$invalidate('color', color = $$props.color); + if ('fontColor' in $$props) $$invalidate('fontColor', fontColor = $$props.fontColor); + }; + + return { FunctionalButton, text, color, fontColor }; + } + + class FunctionalButton_1 extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, instance$1, create_fragment$2, safe_not_equal, ["FunctionalButton", "text", "color", "fontColor"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "FunctionalButton_1", options, id: create_fragment$2.name }); + + const { ctx } = this.$$; + const props = options.props || {}; + if (ctx.FunctionalButton === undefined && !('FunctionalButton' in props)) { + console.warn(" was created without expected prop 'FunctionalButton'"); + } + if (ctx.text === undefined && !('text' in props)) { + console.warn(" was created without expected prop 'text'"); + } + if (ctx.color === undefined && !('color' in props)) { + console.warn(" was created without expected prop 'color'"); + } + if (ctx.fontColor === undefined && !('fontColor' in props)) { + console.warn(" was created without expected prop 'fontColor'"); + } + } + + get FunctionalButton() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set FunctionalButton(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get text() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set text(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get color() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set color(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get fontColor() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set fontColor(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + } + + /* src\containers\Keyboard.svelte generated by Svelte v3.12.0 */ + + const file$3 = "src\\containers\\Keyboard.svelte"; + + function create_fragment$3(ctx) { + var section1, div, ul0, li0, t0, li1, t1, li2, t2, li3, t3, section0, ul1, li4, t4, li5, t5, li6, t6, li7, t7, ul2, li8, t8, li9, t9, li10, t10, li11, current; var bigbutton0 = new BigButton_1({ props: { key: "A", color: "red" }, @@ -629,11 +760,83 @@ var app = (function () { $$inline: true }); + var funcbutton0 = new FunctionalButton_1({ + props: { + text: "enter", + color: "white", + fontColor: "blue" + }, + $$inline: true + }); + + var funcbutton1 = new FunctionalButton_1({ + props: { + text: "livro", + color: "white", + fontColor: "blue" + }, + $$inline: true + }); + + var funcbutton2 = new FunctionalButton_1({ + props: { + text: "desl.", + color: "red", + fontColor: "blue" + }, + $$inline: true + }); + + var funcbutton3 = new FunctionalButton_1({ + props: { + text: "liga", + color: "green", + fontColor: "blue" + }, + $$inline: true + }); + + var funcbutton4 = new FunctionalButton_1({ + props: { + text: "+", + color: "blue", + fontColor: "white" + }, + $$inline: true + }); + + var funcbutton5 = new FunctionalButton_1({ + props: { + text: "-", + color: "blue", + fontColor: "white" + }, + $$inline: true + }); + + var funcbutton6 = new FunctionalButton_1({ + props: { + text: "X", + color: "blue", + fontColor: "white" + }, + $$inline: true + }); + + var funcbutton7 = new FunctionalButton_1({ + props: { + text: "÷", + color: "blue", + fontColor: "white" + }, + $$inline: true + }); + const block = { c: function create() { - section = element("section"); + section1 = element("section"); div = element("div"); - ul = element("ul"); + ul0 = element("ul"); li0 = element("li"); bigbutton0.$$.fragment.c(); t0 = space(); @@ -645,20 +848,69 @@ var app = (function () { t2 = space(); li3 = element("li"); bigbutton3.$$.fragment.c(); - attr_dev(li0, "class", "svelte-1ix4qhb"); - add_location(li0, file$2, 82, 6, 1711); - attr_dev(li1, "class", "svelte-1ix4qhb"); - add_location(li1, file$2, 85, 6, 1779); - attr_dev(li2, "class", "svelte-1ix4qhb"); - add_location(li2, file$2, 88, 6, 1850); - attr_dev(li3, "class", "svelte-1ix4qhb"); - add_location(li3, file$2, 91, 6, 1919); - attr_dev(ul, "class", "big-buttons-list svelte-1ix4qhb"); - add_location(ul, file$2, 81, 4, 1674); - attr_dev(div, "class", "inner-keyboard-container svelte-1ix4qhb"); - add_location(div, file$2, 80, 2, 1630); - attr_dev(section, "class", "keyboard-container svelte-1ix4qhb"); - add_location(section, file$2, 79, 0, 1590); + t3 = space(); + section0 = element("section"); + ul1 = element("ul"); + li4 = element("li"); + funcbutton0.$$.fragment.c(); + t4 = space(); + li5 = element("li"); + funcbutton1.$$.fragment.c(); + t5 = space(); + li6 = element("li"); + funcbutton2.$$.fragment.c(); + t6 = space(); + li7 = element("li"); + funcbutton3.$$.fragment.c(); + t7 = space(); + ul2 = element("ul"); + li8 = element("li"); + funcbutton4.$$.fragment.c(); + t8 = space(); + li9 = element("li"); + funcbutton5.$$.fragment.c(); + t9 = space(); + li10 = element("li"); + funcbutton6.$$.fragment.c(); + t10 = space(); + li11 = element("li"); + funcbutton7.$$.fragment.c(); + attr_dev(li0, "class", "svelte-8d8zgf"); + add_location(li0, file$3, 119, 6, 2560); + attr_dev(li1, "class", "svelte-8d8zgf"); + add_location(li1, file$3, 122, 6, 2628); + attr_dev(li2, "class", "svelte-8d8zgf"); + add_location(li2, file$3, 125, 6, 2699); + attr_dev(li3, "class", "svelte-8d8zgf"); + add_location(li3, file$3, 128, 6, 2768); + attr_dev(ul0, "class", "big-buttons-list svelte-8d8zgf"); + add_location(ul0, file$3, 118, 4, 2523); + attr_dev(li4, "class", "svelte-8d8zgf"); + add_location(li4, file$3, 135, 8, 2923); + attr_dev(li5, "class", "svelte-8d8zgf"); + add_location(li5, file$3, 138, 8, 3022); + attr_dev(li6, "class", "svelte-8d8zgf"); + add_location(li6, file$3, 141, 8, 3121); + attr_dev(li7, "class", "svelte-8d8zgf"); + add_location(li7, file$3, 144, 8, 3218); + attr_dev(ul1, "class", "func-butons svelte-8d8zgf"); + add_location(ul1, file$3, 134, 6, 2889); + attr_dev(li8, "class", "svelte-8d8zgf"); + add_location(li8, file$3, 149, 8, 3362); + attr_dev(li9, "class", "svelte-8d8zgf"); + add_location(li9, file$3, 152, 8, 3457); + attr_dev(li10, "class", "svelte-8d8zgf"); + add_location(li10, file$3, 155, 8, 3552); + attr_dev(li11, "class", "svelte-8d8zgf"); + add_location(li11, file$3, 158, 8, 3647); + attr_dev(ul2, "class", "oper-buttons svelte-8d8zgf"); + add_location(ul2, file$3, 148, 6, 3327); + attr_dev(section0, "class", "wrap-functions svelte-8d8zgf"); + add_location(section0, file$3, 133, 4, 2849); + attr_dev(div, "class", "inner-keyboard-container svelte-8d8zgf"); + add_location(div, file$3, 117, 2, 2479); + attr_dev(section1, "class", "keyboard-container svelte-8d8zgf"); + add_location(section1, file$3, 116, 0, 2439); }, l: function claim(nodes) { @@ -666,20 +918,47 @@ var app = (function () { }, m: function mount(target, anchor) { - insert_dev(target, section, anchor); - append_dev(section, div); - append_dev(div, ul); - append_dev(ul, li0); + insert_dev(target, section1, anchor); + append_dev(section1, div); + append_dev(div, ul0); + append_dev(ul0, li0); mount_component(bigbutton0, li0, null); - append_dev(ul, t0); - append_dev(ul, li1); + append_dev(ul0, t0); + append_dev(ul0, li1); mount_component(bigbutton1, li1, null); - append_dev(ul, t1); - append_dev(ul, li2); + append_dev(ul0, t1); + append_dev(ul0, li2); mount_component(bigbutton2, li2, null); - append_dev(ul, t2); - append_dev(ul, li3); + append_dev(ul0, t2); + append_dev(ul0, li3); mount_component(bigbutton3, li3, null); + append_dev(div, t3); + append_dev(div, section0); + append_dev(section0, ul1); + append_dev(ul1, li4); + mount_component(funcbutton0, li4, null); + append_dev(ul1, t4); + append_dev(ul1, li5); + mount_component(funcbutton1, li5, null); + append_dev(ul1, t5); + append_dev(ul1, li6); + mount_component(funcbutton2, li6, null); + append_dev(ul1, t6); + append_dev(ul1, li7); + mount_component(funcbutton3, li7, null); + append_dev(section0, t7); + append_dev(section0, ul2); + append_dev(ul2, li8); + mount_component(funcbutton4, li8, null); + append_dev(ul2, t8); + append_dev(ul2, li9); + mount_component(funcbutton5, li9, null); + append_dev(ul2, t9); + append_dev(ul2, li10); + mount_component(funcbutton6, li10, null); + append_dev(ul2, t10); + append_dev(ul2, li11); + mount_component(funcbutton7, li11, null); current = true; }, @@ -695,6 +974,22 @@ var app = (function () { transition_in(bigbutton3.$$.fragment, local); + transition_in(funcbutton0.$$.fragment, local); + + transition_in(funcbutton1.$$.fragment, local); + + transition_in(funcbutton2.$$.fragment, local); + + transition_in(funcbutton3.$$.fragment, local); + + transition_in(funcbutton4.$$.fragment, local); + + transition_in(funcbutton5.$$.fragment, local); + + transition_in(funcbutton6.$$.fragment, local); + + transition_in(funcbutton7.$$.fragment, local); + current = true; }, @@ -703,12 +998,20 @@ var app = (function () { transition_out(bigbutton1.$$.fragment, local); transition_out(bigbutton2.$$.fragment, local); transition_out(bigbutton3.$$.fragment, local); + transition_out(funcbutton0.$$.fragment, local); + transition_out(funcbutton1.$$.fragment, local); + transition_out(funcbutton2.$$.fragment, local); + transition_out(funcbutton3.$$.fragment, local); + transition_out(funcbutton4.$$.fragment, local); + transition_out(funcbutton5.$$.fragment, local); + transition_out(funcbutton6.$$.fragment, local); + transition_out(funcbutton7.$$.fragment, local); current = false; }, d: function destroy(detaching) { if (detaching) { - detach_dev(section); + detach_dev(section1); } destroy_component(bigbutton0); @@ -718,14 +1021,31 @@ var app = (function () { destroy_component(bigbutton2); destroy_component(bigbutton3); + + destroy_component(funcbutton0); + + destroy_component(funcbutton1); + + destroy_component(funcbutton2); + + destroy_component(funcbutton3); + + destroy_component(funcbutton4); + + destroy_component(funcbutton5); + + destroy_component(funcbutton6); + + destroy_component(funcbutton7); } }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$2.name, type: "component", source: "", ctx }); + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$3.name, type: "component", source: "", ctx }); return block; } - function instance$1($$self, $$props, $$invalidate) { - let { Keyboard } = $$props; + function instance$2($$self, $$props, $$invalidate) { + + let { Keyboard } = $$props; const writable_props = ['Keyboard']; Object.keys($$props).forEach(key => { @@ -750,8 +1070,8 @@ var app = (function () { class Keyboard_1 extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$1, create_fragment$2, safe_not_equal, ["Keyboard"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard_1", options, id: create_fragment$2.name }); + init(this, options, instance$2, create_fragment$3, safe_not_equal, ["Keyboard"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard_1", options, id: create_fragment$3.name }); const { ctx } = this.$$; const props = options.props || {}; @@ -771,7 +1091,7 @@ var app = (function () { /* src\App.svelte generated by Svelte v3.12.0 */ - function create_fragment$3(ctx) { + function create_fragment$4(ctx) { var t, current; var screen = new Screen({ $$inline: true }); @@ -823,15 +1143,15 @@ var app = (function () { destroy_component(keyboard, detaching); } }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$3.name, type: "component", source: "", ctx }); + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$4.name, type: "component", source: "", ctx }); return block; } class App extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, null, create_fragment$3, safe_not_equal, []); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$3.name }); + init(this, options, null, create_fragment$4, safe_not_equal, []); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$4.name }); } } diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index 2942b95..c982777 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/src/components/BigButton.svelte b/2019-setembro/src/components/BigButton.svelte index 96b59ca..71c80ed 100644 --- a/2019-setembro/src/components/BigButton.svelte +++ b/2019-setembro/src/components/BigButton.svelte @@ -13,6 +13,7 @@ border: none; border-radius: 1vw; + box-shadow: -3px -3px 2px #2d343e; transform: skew(-20deg); } diff --git a/2019-setembro/src/components/FunctionalButton.svelte b/2019-setembro/src/components/FunctionalButton.svelte new file mode 100644 index 0000000..f9f51fd --- /dev/null +++ b/2019-setembro/src/components/FunctionalButton.svelte @@ -0,0 +1,51 @@ + + + + + diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte index 489ce0c..bed2aa2 100644 --- a/2019-setembro/src/containers/Keyboard.svelte +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -1,5 +1,6 @@ @@ -57,7 +58,7 @@ /* transform: translateY(-1.5vh); */ } - .inner-keyboard-container { + .keyboard-container .inner-keyboard-container { box-sizing: border-box; height: 100%; width: 100%; @@ -65,6 +66,10 @@ padding: 1vw; border-radius: 1vh; border: 2px #625f56 solid; + + display: flex; + flex-direction: row; + justify-content: space-between; } .keyboard-container .inner-keyboard-container .big-buttons-list { @@ -72,9 +77,41 @@ flex-direction: row; } + .keyboard-container .inner-keyboard-container .wrap-functions { + display: inline-block; + } + .keyboard-container .inner-keyboard-container .big-buttons-list li { margin-left: 1vw; } + + .keyboard-container .inner-keyboard-container .wrap-functions .func-butons { + display: flex; + flex-direction: row; + right: 0; + } + + .keyboard-container + .inner-keyboard-container + .wrap-functions + .func-butons + li { + margin-right: 1vw; + } + + .keyboard-container .inner-keyboard-container .wrap-functions .oper-buttons { + display: flex; + flex-direction: row; + margin-right: 2vw; + } + + .keyboard-container + .inner-keyboard-container + .wrap-functions + .oper-buttons + li { + margin-right: 1vw; + }
    @@ -94,5 +131,35 @@
  • +
    +
      +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    +
      +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    +
    From 81ada93ab9338714f2aae31783dc35a12942205d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Mon, 16 Sep 2019 22:35:17 -0300 Subject: [PATCH 09/18] adding middle buttons --- 2019-setembro/public/css/bundle.css | 3 +- 2019-setembro/public/css/bundle.css.map | 10 +- 2019-setembro/public/js/bundle.js | 410 +++++++++++++++--- 2019-setembro/public/js/bundle.js.map | 2 +- .../src/components/MiddleButton.svelte | 42 ++ 2019-setembro/src/containers/Keyboard.svelte | 49 ++- 6 files changed, 458 insertions(+), 58 deletions(-) create mode 100644 2019-setembro/src/components/MiddleButton.svelte diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index 3f3d568..99e9d6b 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,6 +1,7 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} -.keyboard-container.svelte-8d8zgf{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 5vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-8d8zgf::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-8d8zgf::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:5vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-8d8zgf .inner-keyboard-container.svelte-8d8zgf{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .big-buttons-list.svelte-8d8zgf{display:flex;flex-direction:row}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions.svelte-8d8zgf{display:inline-block}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .big-buttons-list li.svelte-8d8zgf{margin-left:1vw}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions .func-butons.svelte-8d8zgf{display:flex;flex-direction:row;right:0}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions .func-butons li.svelte-8d8zgf{margin-right:1vw}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions .oper-buttons.svelte-8d8zgf{display:flex;flex-direction:row;margin-right:2vw}.keyboard-container.svelte-8d8zgf .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-8d8zgf{margin-right:1vw} +.keyboard-container.svelte-1t1owi9{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 5vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-1t1owi9::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-1t1owi9::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:5vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container.svelte-1t1owi9{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .big-buttons-list.svelte-1t1owi9{display:flex;flex-direction:row}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions.svelte-1t1owi9{display:inline-block;width:90vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .big-buttons-list li.svelte-1t1owi9{margin-left:1vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions .func-butons.svelte-1t1owi9{display:flex;flex-direction:row;justify-content:flex-end}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions .func-butons li.svelte-1t1owi9{margin-right:1vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions .oper-buttons.svelte-1t1owi9{display:flex;flex-direction:row;justify-content:flex-end;margin-right:2vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-1t1owi9{margin-right:1vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-middle.svelte-1t1owi9{display:inline-block;height:2vh;width:90vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-middle .middle-buttons.svelte-1t1owi9{display:flex} .big-button.svelte-101k2jr{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;box-shadow:-3px -3px 2px #2d343e;transform:skew(-20deg)}.big-button.svelte-101k2jr>.text.svelte-101k2jr{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-101k2jr{background-color:#9f2824}.big-button.-yellow.svelte-101k2jr{background-color:#f7cf3c}.big-button.-blue.svelte-101k2jr{background-color:#1a4379}.big-button.-green.svelte-101k2jr{background-color:#3db460} .functional-button.svelte-1pz1i0x{height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.functional-button.-white.svelte-1pz1i0x{background-color:#fff}.functional-button.-red.svelte-1pz1i0x{background-color:#b0252a}.functional-button.-blue.svelte-1pz1i0x{background-color:#315e99}.functional-button.-green.svelte-1pz1i0x{background-color:#379b52}.functional-button.-font-blue.svelte-1pz1i0x{color:#315e99}.functional-button.-font-white.svelte-1pz1i0x{color:#fff} +.middle-button.svelte-oez03t{height:8vh;width:8vh;background:linear-gradient(180deg, #fff 50%, #9f2824 50%);border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.middle-button.svelte-oez03t span.svelte-oez03t{display:inline-block;width:100%;height:50%}.middle-button.svelte-oez03t .number.svelte-oez03t{color:#9f2824}.middle-button.svelte-oez03t .tone.svelte-oez03t{color:#fff} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index 723e9aa..cf38f62 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -5,14 +5,16 @@ "..\\..\\src\\containers\\Screen.svelte", "..\\..\\src\\containers\\Keyboard.svelte", "..\\..\\src\\components\\BigButton.svelte", - "..\\..\\src\\components\\FunctionalButton.svelte" + "..\\..\\src\\components\\FunctionalButton.svelte", + "..\\..\\src\\components\\MiddleButton.svelte" ], "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n" + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index 888d104..bf94154 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -733,12 +733,142 @@ var app = (function () { } } - /* src\containers\Keyboard.svelte generated by Svelte v3.12.0 */ + /* src\components\MiddleButton.svelte generated by Svelte v3.12.0 */ - const file$3 = "src\\containers\\Keyboard.svelte"; + const file$3 = "src\\components\\MiddleButton.svelte"; function create_fragment$3(ctx) { - var section1, div, ul0, li0, t0, li1, t1, li2, t2, li3, t3, section0, ul1, li4, t4, li5, t5, li6, t6, li7, t7, ul2, li8, t8, li9, t9, li10, t10, li11, current; + var button, span0, t0, t1, span1, t2; + + const block = { + c: function create() { + button = element("button"); + span0 = element("span"); + t0 = text(ctx.number); + t1 = space(); + span1 = element("span"); + t2 = text(ctx.text); + attr_dev(span0, "class", "number svelte-oez03t"); + add_location(span0, file$3, 39, 2, 695); + attr_dev(span1, "class", "tone svelte-oez03t"); + add_location(span1, file$3, 40, 2, 735); + attr_dev(button, "class", "middle-button svelte-oez03t"); + add_location(button, file$3, 38, 0, 661); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + insert_dev(target, button, anchor); + append_dev(button, span0); + append_dev(span0, t0); + append_dev(button, t1); + append_dev(button, span1); + append_dev(span1, t2); + }, + + p: function update(changed, ctx) { + if (changed.number) { + set_data_dev(t0, ctx.number); + } + + if (changed.text) { + set_data_dev(t2, ctx.text); + } + }, + + i: noop, + o: noop, + + d: function destroy(detaching) { + if (detaching) { + detach_dev(button); + } + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$3.name, type: "component", source: "", ctx }); + return block; + } + + function instance$2($$self, $$props, $$invalidate) { + let { MiddleButton, text, number } = $$props; + + const writable_props = ['MiddleButton', 'text', 'number']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('MiddleButton' in $$props) $$invalidate('MiddleButton', MiddleButton = $$props.MiddleButton); + if ('text' in $$props) $$invalidate('text', text = $$props.text); + if ('number' in $$props) $$invalidate('number', number = $$props.number); + }; + + $$self.$capture_state = () => { + return { MiddleButton, text, number }; + }; + + $$self.$inject_state = $$props => { + if ('MiddleButton' in $$props) $$invalidate('MiddleButton', MiddleButton = $$props.MiddleButton); + if ('text' in $$props) $$invalidate('text', text = $$props.text); + if ('number' in $$props) $$invalidate('number', number = $$props.number); + }; + + return { MiddleButton, text, number }; + } + + class MiddleButton_1 extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, instance$2, create_fragment$3, safe_not_equal, ["MiddleButton", "text", "number"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MiddleButton_1", options, id: create_fragment$3.name }); + + const { ctx } = this.$$; + const props = options.props || {}; + if (ctx.MiddleButton === undefined && !('MiddleButton' in props)) { + console.warn(" was created without expected prop 'MiddleButton'"); + } + if (ctx.text === undefined && !('text' in props)) { + console.warn(" was created without expected prop 'text'"); + } + if (ctx.number === undefined && !('number' in props)) { + console.warn(" was created without expected prop 'number'"); + } + } + + get MiddleButton() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set MiddleButton(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get text() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set text(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get number() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set number(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + } + + /* src\containers\Keyboard.svelte generated by Svelte v3.12.0 */ + + const file$4 = "src\\containers\\Keyboard.svelte"; + + function create_fragment$4(ctx) { + var section2, div, ul0, li0, t0, li1, t1, li2, t2, li3, t3, section0, ul1, li4, t4, li5, t5, li6, t6, li7, t7, ul2, li8, t8, li9, t9, li10, t10, li11, t11, section1, ul3, li12, t12, li13, t13, li14, t14, li15, t15, li16, t16, li17, t17, li18, t18, li19, t19, li20, t20, li21, current; var bigbutton0 = new BigButton_1({ props: { key: "A", color: "red" }, @@ -832,9 +962,59 @@ var app = (function () { $$inline: true }); + var middlekey0 = new MiddleButton_1({ + props: { number: "0", text: "pausa" }, + $$inline: true + }); + + var middlekey1 = new MiddleButton_1({ + props: { number: "1", text: "dó" }, + $$inline: true + }); + + var middlekey2 = new MiddleButton_1({ + props: { number: "2", text: "ré" }, + $$inline: true + }); + + var middlekey3 = new MiddleButton_1({ + props: { number: "3", text: "mi" }, + $$inline: true + }); + + var middlekey4 = new MiddleButton_1({ + props: { number: "4", text: "fá" }, + $$inline: true + }); + + var middlekey5 = new MiddleButton_1({ + props: { number: "5", text: "sol" }, + $$inline: true + }); + + var middlekey6 = new MiddleButton_1({ + props: { number: "6", text: "lá" }, + $$inline: true + }); + + var middlekey7 = new MiddleButton_1({ + props: { number: "7", text: "si" }, + $$inline: true + }); + + var middlekey8 = new MiddleButton_1({ + props: { number: "8", text: "dó" }, + $$inline: true + }); + + var middlekey9 = new MiddleButton_1({ + props: { number: "9", text: "ré" }, + $$inline: true + }); + const block = { c: function create() { - section1 = element("section"); + section2 = element("section"); div = element("div"); ul0 = element("ul"); li0 = element("li"); @@ -875,42 +1055,88 @@ var app = (function () { t10 = space(); li11 = element("li"); funcbutton7.$$.fragment.c(); - attr_dev(li0, "class", "svelte-8d8zgf"); - add_location(li0, file$3, 119, 6, 2560); - attr_dev(li1, "class", "svelte-8d8zgf"); - add_location(li1, file$3, 122, 6, 2628); - attr_dev(li2, "class", "svelte-8d8zgf"); - add_location(li2, file$3, 125, 6, 2699); - attr_dev(li3, "class", "svelte-8d8zgf"); - add_location(li3, file$3, 128, 6, 2768); - attr_dev(ul0, "class", "big-buttons-list svelte-8d8zgf"); - add_location(ul0, file$3, 118, 4, 2523); - attr_dev(li4, "class", "svelte-8d8zgf"); - add_location(li4, file$3, 135, 8, 2923); - attr_dev(li5, "class", "svelte-8d8zgf"); - add_location(li5, file$3, 138, 8, 3022); - attr_dev(li6, "class", "svelte-8d8zgf"); - add_location(li6, file$3, 141, 8, 3121); - attr_dev(li7, "class", "svelte-8d8zgf"); - add_location(li7, file$3, 144, 8, 3218); - attr_dev(ul1, "class", "func-butons svelte-8d8zgf"); - add_location(ul1, file$3, 134, 6, 2889); - attr_dev(li8, "class", "svelte-8d8zgf"); - add_location(li8, file$3, 149, 8, 3362); - attr_dev(li9, "class", "svelte-8d8zgf"); - add_location(li9, file$3, 152, 8, 3457); - attr_dev(li10, "class", "svelte-8d8zgf"); - add_location(li10, file$3, 155, 8, 3552); - attr_dev(li11, "class", "svelte-8d8zgf"); - add_location(li11, file$3, 158, 8, 3647); - attr_dev(ul2, "class", "oper-buttons svelte-8d8zgf"); - add_location(ul2, file$3, 148, 6, 3327); - attr_dev(section0, "class", "wrap-functions svelte-8d8zgf"); - add_location(section0, file$3, 133, 4, 2849); - attr_dev(div, "class", "inner-keyboard-container svelte-8d8zgf"); - add_location(div, file$3, 117, 2, 2479); - attr_dev(section1, "class", "keyboard-container svelte-8d8zgf"); - add_location(section1, file$3, 116, 0, 2439); + t11 = space(); + section1 = element("section"); + ul3 = element("ul"); + li12 = element("li"); + middlekey0.$$.fragment.c(); + t12 = space(); + li13 = element("li"); + middlekey1.$$.fragment.c(); + t13 = space(); + li14 = element("li"); + middlekey2.$$.fragment.c(); + t14 = space(); + li15 = element("li"); + middlekey3.$$.fragment.c(); + t15 = space(); + li16 = element("li"); + middlekey4.$$.fragment.c(); + t16 = space(); + li17 = element("li"); + middlekey5.$$.fragment.c(); + t17 = space(); + li18 = element("li"); + middlekey6.$$.fragment.c(); + t18 = space(); + li19 = element("li"); + middlekey7.$$.fragment.c(); + t19 = space(); + li20 = element("li"); + middlekey8.$$.fragment.c(); + t20 = space(); + li21 = element("li"); + middlekey9.$$.fragment.c(); + attr_dev(li0, "class", "svelte-1t1owi9"); + add_location(li0, file$4, 132, 6, 2931); + attr_dev(li1, "class", "svelte-1t1owi9"); + add_location(li1, file$4, 135, 6, 2999); + attr_dev(li2, "class", "svelte-1t1owi9"); + add_location(li2, file$4, 138, 6, 3070); + attr_dev(li3, "class", "svelte-1t1owi9"); + add_location(li3, file$4, 141, 6, 3139); + attr_dev(ul0, "class", "big-buttons-list svelte-1t1owi9"); + add_location(ul0, file$4, 131, 4, 2894); + attr_dev(li4, "class", "svelte-1t1owi9"); + add_location(li4, file$4, 148, 8, 3294); + attr_dev(li5, "class", "svelte-1t1owi9"); + add_location(li5, file$4, 151, 8, 3393); + attr_dev(li6, "class", "svelte-1t1owi9"); + add_location(li6, file$4, 154, 8, 3492); + attr_dev(li7, "class", "svelte-1t1owi9"); + add_location(li7, file$4, 157, 8, 3589); + attr_dev(ul1, "class", "func-butons svelte-1t1owi9"); + add_location(ul1, file$4, 147, 6, 3260); + attr_dev(li8, "class", "svelte-1t1owi9"); + add_location(li8, file$4, 162, 8, 3733); + attr_dev(li9, "class", "svelte-1t1owi9"); + add_location(li9, file$4, 165, 8, 3828); + attr_dev(li10, "class", "svelte-1t1owi9"); + add_location(li10, file$4, 168, 8, 3923); + attr_dev(li11, "class", "svelte-1t1owi9"); + add_location(li11, file$4, 171, 8, 4018); + attr_dev(ul2, "class", "oper-buttons svelte-1t1owi9"); + add_location(ul2, file$4, 161, 6, 3698); + attr_dev(section0, "class", "wrap-functions svelte-1t1owi9"); + add_location(section0, file$4, 146, 4, 3220); + add_location(li12, file$4, 178, 8, 4212); + add_location(li13, file$4, 181, 8, 4290); + add_location(li14, file$4, 184, 8, 4365); + add_location(li15, file$4, 187, 8, 4440); + add_location(li16, file$4, 190, 8, 4515); + add_location(li17, file$4, 193, 8, 4590); + add_location(li18, file$4, 196, 8, 4666); + add_location(li19, file$4, 199, 8, 4741); + add_location(li20, file$4, 202, 8, 4816); + add_location(li21, file$4, 205, 8, 4891); + attr_dev(ul3, "class", "middle-buttons svelte-1t1owi9"); + add_location(ul3, file$4, 177, 6, 4175); + attr_dev(section1, "class", "wrap-middle svelte-1t1owi9"); + add_location(section1, file$4, 176, 4, 4138); + attr_dev(div, "class", "inner-keyboard-container svelte-1t1owi9"); + add_location(div, file$4, 130, 2, 2850); + attr_dev(section2, "class", "keyboard-container svelte-1t1owi9"); + add_location(section2, file$4, 129, 0, 2810); }, l: function claim(nodes) { @@ -918,8 +1144,8 @@ var app = (function () { }, m: function mount(target, anchor) { - insert_dev(target, section1, anchor); - append_dev(section1, div); + insert_dev(target, section2, anchor); + append_dev(section2, div); append_dev(div, ul0); append_dev(ul0, li0); mount_component(bigbutton0, li0, null); @@ -959,6 +1185,38 @@ var app = (function () { append_dev(ul2, t10); append_dev(ul2, li11); mount_component(funcbutton7, li11, null); + append_dev(div, t11); + append_dev(div, section1); + append_dev(section1, ul3); + append_dev(ul3, li12); + mount_component(middlekey0, li12, null); + append_dev(ul3, t12); + append_dev(ul3, li13); + mount_component(middlekey1, li13, null); + append_dev(ul3, t13); + append_dev(ul3, li14); + mount_component(middlekey2, li14, null); + append_dev(ul3, t14); + append_dev(ul3, li15); + mount_component(middlekey3, li15, null); + append_dev(ul3, t15); + append_dev(ul3, li16); + mount_component(middlekey4, li16, null); + append_dev(ul3, t16); + append_dev(ul3, li17); + mount_component(middlekey5, li17, null); + append_dev(ul3, t17); + append_dev(ul3, li18); + mount_component(middlekey6, li18, null); + append_dev(ul3, t18); + append_dev(ul3, li19); + mount_component(middlekey7, li19, null); + append_dev(ul3, t19); + append_dev(ul3, li20); + mount_component(middlekey8, li20, null); + append_dev(ul3, t20); + append_dev(ul3, li21); + mount_component(middlekey9, li21, null); current = true; }, @@ -990,6 +1248,26 @@ var app = (function () { transition_in(funcbutton7.$$.fragment, local); + transition_in(middlekey0.$$.fragment, local); + + transition_in(middlekey1.$$.fragment, local); + + transition_in(middlekey2.$$.fragment, local); + + transition_in(middlekey3.$$.fragment, local); + + transition_in(middlekey4.$$.fragment, local); + + transition_in(middlekey5.$$.fragment, local); + + transition_in(middlekey6.$$.fragment, local); + + transition_in(middlekey7.$$.fragment, local); + + transition_in(middlekey8.$$.fragment, local); + + transition_in(middlekey9.$$.fragment, local); + current = true; }, @@ -1006,12 +1284,22 @@ var app = (function () { transition_out(funcbutton5.$$.fragment, local); transition_out(funcbutton6.$$.fragment, local); transition_out(funcbutton7.$$.fragment, local); + transition_out(middlekey0.$$.fragment, local); + transition_out(middlekey1.$$.fragment, local); + transition_out(middlekey2.$$.fragment, local); + transition_out(middlekey3.$$.fragment, local); + transition_out(middlekey4.$$.fragment, local); + transition_out(middlekey5.$$.fragment, local); + transition_out(middlekey6.$$.fragment, local); + transition_out(middlekey7.$$.fragment, local); + transition_out(middlekey8.$$.fragment, local); + transition_out(middlekey9.$$.fragment, local); current = false; }, d: function destroy(detaching) { if (detaching) { - detach_dev(section1); + detach_dev(section2); } destroy_component(bigbutton0); @@ -1037,13 +1325,33 @@ var app = (function () { destroy_component(funcbutton6); destroy_component(funcbutton7); + + destroy_component(middlekey0); + + destroy_component(middlekey1); + + destroy_component(middlekey2); + + destroy_component(middlekey3); + + destroy_component(middlekey4); + + destroy_component(middlekey5); + + destroy_component(middlekey6); + + destroy_component(middlekey7); + + destroy_component(middlekey8); + + destroy_component(middlekey9); } }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$3.name, type: "component", source: "", ctx }); + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$4.name, type: "component", source: "", ctx }); return block; } - function instance$2($$self, $$props, $$invalidate) { + function instance$3($$self, $$props, $$invalidate) { let { Keyboard } = $$props; @@ -1070,8 +1378,8 @@ var app = (function () { class Keyboard_1 extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$2, create_fragment$3, safe_not_equal, ["Keyboard"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard_1", options, id: create_fragment$3.name }); + init(this, options, instance$3, create_fragment$4, safe_not_equal, ["Keyboard"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard_1", options, id: create_fragment$4.name }); const { ctx } = this.$$; const props = options.props || {}; @@ -1091,7 +1399,7 @@ var app = (function () { /* src\App.svelte generated by Svelte v3.12.0 */ - function create_fragment$4(ctx) { + function create_fragment$5(ctx) { var t, current; var screen = new Screen({ $$inline: true }); @@ -1143,15 +1451,15 @@ var app = (function () { destroy_component(keyboard, detaching); } }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$4.name, type: "component", source: "", ctx }); + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$5.name, type: "component", source: "", ctx }); return block; } class App extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, null, create_fragment$4, safe_not_equal, []); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$4.name }); + init(this, options, null, create_fragment$5, safe_not_equal, []); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$5.name }); } } diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index c982777..32e70b7 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":";;;;;IAAA,SAAS,IAAI,GAAG,GAAG;AACnB,IAUA,SAAS,YAAY,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACzD,IAAI,OAAO,CAAC,aAAa,GAAG;IAC5B,QAAQ,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACzC,KAAK,CAAC;IACN,CAAC;IACD,SAAS,GAAG,CAAC,EAAE,EAAE;IACjB,IAAI,OAAO,EAAE,EAAE,CAAC;IAChB,CAAC;IACD,SAAS,YAAY,GAAG;IACxB,IAAI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IACD,SAAS,OAAO,CAAC,GAAG,EAAE;IACtB,IAAI,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACrB,CAAC;IACD,SAAS,WAAW,CAAC,KAAK,EAAE;IAC5B,IAAI,OAAO,OAAO,KAAK,KAAK,UAAU,CAAC;IACvC,CAAC;IACD,SAAS,cAAc,CAAC,CAAC,EAAE,CAAC,EAAE;IAC9B,IAAI,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,OAAO,CAAC,KAAK,QAAQ,KAAK,OAAO,CAAC,KAAK,UAAU,CAAC,CAAC;IAClG,CAAC;AACD,AA0GA;IACA,SAAS,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE;IAC9B,IAAI,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;IACD,SAAS,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;IACtC,IAAI,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,IAAI,IAAI,CAAC,CAAC;IAC9C,CAAC;IACD,SAAS,MAAM,CAAC,IAAI,EAAE;IACtB,IAAI,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;AACD,IAMA,SAAS,OAAO,CAAC,IAAI,EAAE;IACvB,IAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC;AACD,IAmBA,SAAS,IAAI,CAAC,IAAI,EAAE;IACpB,IAAI,OAAO,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACD,SAAS,KAAK,GAAG;IACjB,IAAI,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;IACrB,CAAC;AACD,IA4BA,SAAS,IAAI,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE;IACtC,IAAI,IAAI,KAAK,IAAI,IAAI;IACrB,QAAQ,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;IACxC;IACA,QAAQ,IAAI,CAAC,YAAY,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;IAC5C,CAAC;AACD,IA+CA,SAAS,QAAQ,CAAC,OAAO,EAAE;IAC3B,IAAI,OAAO,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAC1C,CAAC;AACD,IAqGA,SAAS,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE;IACpC,IAAI,MAAM,CAAC,GAAG,QAAQ,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;IAClD,IAAI,CAAC,CAAC,eAAe,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClD,IAAI,OAAO,CAAC,CAAC;IACb,CAAC;AACD,AAsJA;IACA,IAAI,iBAAiB,CAAC;IACtB,SAAS,qBAAqB,CAAC,SAAS,EAAE;IAC1C,IAAI,iBAAiB,GAAG,SAAS,CAAC;IAClC,CAAC;AACD,AA8CA;IACA,MAAM,gBAAgB,GAAG,EAAE,CAAC;AAC5B,IACA,MAAM,iBAAiB,GAAG,EAAE,CAAC;IAC7B,MAAM,gBAAgB,GAAG,EAAE,CAAC;IAC5B,MAAM,eAAe,GAAG,EAAE,CAAC;IAC3B,MAAM,gBAAgB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAC3C,IAAI,gBAAgB,GAAG,KAAK,CAAC;IAC7B,SAAS,eAAe,GAAG;IAC3B,IAAI,IAAI,CAAC,gBAAgB,EAAE;IAC3B,QAAQ,gBAAgB,GAAG,IAAI,CAAC;IAChC,QAAQ,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACrC,KAAK;IACL,CAAC;AACD,IAIA,SAAS,mBAAmB,CAAC,EAAE,EAAE;IACjC,IAAI,gBAAgB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;AACD,IAGA,SAAS,KAAK,GAAG;IACjB,IAAI,MAAM,cAAc,GAAG,IAAI,GAAG,EAAE,CAAC;IACrC,IAAI,GAAG;IACP;IACA;IACA,QAAQ,OAAO,gBAAgB,CAAC,MAAM,EAAE;IACxC,YAAY,MAAM,SAAS,GAAG,gBAAgB,CAAC,KAAK,EAAE,CAAC;IACvD,YAAY,qBAAqB,CAAC,SAAS,CAAC,CAAC;IAC7C,YAAY,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;IACjC,SAAS;IACT,QAAQ,OAAO,iBAAiB,CAAC,MAAM;IACvC,YAAY,iBAAiB,CAAC,GAAG,EAAE,EAAE,CAAC;IACtC;IACA;IACA;IACA,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,gBAAgB,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;IAC7D,YAAY,MAAM,QAAQ,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;IACjD,YAAY,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE;IAC/C,gBAAgB,QAAQ,EAAE,CAAC;IAC3B;IACA,gBAAgB,cAAc,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAC7C,aAAa;IACb,SAAS;IACT,QAAQ,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC;IACpC,KAAK,QAAQ,gBAAgB,CAAC,MAAM,EAAE;IACtC,IAAI,OAAO,eAAe,CAAC,MAAM,EAAE;IACnC,QAAQ,eAAe,CAAC,GAAG,EAAE,EAAE,CAAC;IAChC,KAAK;IACL,IAAI,gBAAgB,GAAG,KAAK,CAAC;IAC7B,CAAC;IACD,SAAS,MAAM,CAAC,EAAE,EAAE;IACpB,IAAI,IAAI,EAAE,CAAC,QAAQ,EAAE;IACrB,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;IAC5B,QAAQ,OAAO,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;IAClC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;IACxC,QAAQ,EAAE,CAAC,KAAK,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrD,KAAK;IACL,CAAC;AACD,IAcA,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAE,CAAC;IAC3B,IAAI,MAAM,CAAC;AACX,IAaA,SAAS,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE;IACrC,IAAI,IAAI,KAAK,IAAI,KAAK,CAAC,CAAC,EAAE;IAC1B,QAAQ,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC/B,QAAQ,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACvB,KAAK;IACL,CAAC;IACD,SAAS,cAAc,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE;IACxD,IAAI,IAAI,KAAK,IAAI,KAAK,CAAC,CAAC,EAAE;IAC1B,QAAQ,IAAI,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC;IAC/B,YAAY,OAAO;IACnB,QAAQ,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC5B,QAAQ,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM;IAC5B,YAAY,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACnC,YAAY,IAAI,QAAQ,EAAE;IAC1B,gBAAgB,IAAI,MAAM;IAC1B,oBAAoB,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,gBAAgB,QAAQ,EAAE,CAAC;IAC3B,aAAa;IACb,SAAS,CAAC,CAAC;IACX,QAAQ,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACvB,KAAK;IACL,CAAC;AACD,IA+gBA,SAAS,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE;IACpD,IAAI,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,SAAS,CAAC,EAAE,CAAC;IAC1E,IAAI,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B;IACA,IAAI,mBAAmB,CAAC,MAAM;IAC9B,QAAQ,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;IACrE,QAAQ,IAAI,UAAU,EAAE;IACxB,YAAY,UAAU,CAAC,IAAI,CAAC,GAAG,cAAc,CAAC,CAAC;IAC/C,SAAS;IACT,aAAa;IACb;IACA;IACA,YAAY,OAAO,CAAC,cAAc,CAAC,CAAC;IACpC,SAAS;IACT,QAAQ,SAAS,CAAC,EAAE,CAAC,QAAQ,GAAG,EAAE,CAAC;IACnC,KAAK,CAAC,CAAC;IACP,IAAI,YAAY,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9C,CAAC;IACD,SAAS,iBAAiB,CAAC,SAAS,EAAE,SAAS,EAAE;IACjD,IAAI,IAAI,SAAS,CAAC,EAAE,CAAC,QAAQ,EAAE;IAC/B,QAAQ,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC;IACzC,QAAQ,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAC3C;IACA;IACA,QAAQ,SAAS,CAAC,EAAE,CAAC,UAAU,GAAG,SAAS,CAAC,EAAE,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC/D,QAAQ,SAAS,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC;IAC9B,KAAK;IACL,CAAC;IACD,SAAS,UAAU,CAAC,SAAS,EAAE,GAAG,EAAE;IACpC,IAAI,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE;IAC7B,QAAQ,gBAAgB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IACzC,QAAQ,eAAe,EAAE,CAAC;IAC1B,QAAQ,SAAS,CAAC,EAAE,CAAC,KAAK,GAAG,YAAY,EAAE,CAAC;IAC5C,KAAK;IACL,IAAI,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,CAAC;IACD,SAAS,IAAI,CAAC,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE;IACpF,IAAI,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;IAC/C,IAAI,qBAAqB,CAAC,SAAS,CAAC,CAAC;IACrC,IAAI,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,EAAE,CAAC;IACtC,IAAI,MAAM,EAAE,GAAG,SAAS,CAAC,EAAE,GAAG;IAC9B,QAAQ,QAAQ,EAAE,IAAI;IACtB,QAAQ,GAAG,EAAE,IAAI;IACjB;IACA,QAAQ,KAAK,EAAE,UAAU;IACzB,QAAQ,MAAM,EAAE,IAAI;IACpB,QAAQ,SAAS;IACjB,QAAQ,KAAK,EAAE,YAAY,EAAE;IAC7B;IACA,QAAQ,QAAQ,EAAE,EAAE;IACpB,QAAQ,UAAU,EAAE,EAAE;IACtB,QAAQ,aAAa,EAAE,EAAE;IACzB,QAAQ,YAAY,EAAE,EAAE;IACxB,QAAQ,OAAO,EAAE,IAAI,GAAG,CAAC,gBAAgB,GAAG,gBAAgB,CAAC,EAAE,CAAC,OAAO,GAAG,EAAE,CAAC;IAC7E;IACA,QAAQ,SAAS,EAAE,YAAY,EAAE;IACjC,QAAQ,KAAK,EAAE,IAAI;IACnB,KAAK,CAAC;IACN,IAAI,IAAI,KAAK,GAAG,KAAK,CAAC;IACtB,IAAI,EAAE,CAAC,GAAG,GAAG,QAAQ;IACrB,UAAU,QAAQ,CAAC,SAAS,EAAE,KAAK,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,GAAG,GAAG,KAAK;IAChE,YAAY,IAAI,EAAE,CAAC,GAAG,IAAI,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,EAAE;IACvE,gBAAgB,IAAI,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC;IACjC,oBAAoB,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC;IACzC,gBAAgB,IAAI,KAAK;IACzB,oBAAoB,UAAU,CAAC,SAAS,EAAE,GAAG,CAAC,CAAC;IAC/C,aAAa;IACb,YAAY,OAAO,GAAG,CAAC;IACvB,SAAS,CAAC;IACV,UAAU,KAAK,CAAC;IAChB,IAAI,EAAE,CAAC,MAAM,EAAE,CAAC;IAChB,IAAI,KAAK,GAAG,IAAI,CAAC;IACjB,IAAI,OAAO,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;IAC9B,IAAI,EAAE,CAAC,QAAQ,GAAG,eAAe,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAC1C,IAAI,IAAI,OAAO,CAAC,MAAM,EAAE;IACxB,QAAQ,IAAI,OAAO,CAAC,OAAO,EAAE;IAC7B;IACA,YAAY,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;IACpD,SAAS;IACT,aAAa;IACb;IACA,YAAY,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC;IAC5B,SAAS;IACT,QAAQ,IAAI,OAAO,CAAC,KAAK;IACzB,YAAY,aAAa,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;IACjD,QAAQ,eAAe,CAAC,SAAS,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IACnE,QAAQ,KAAK,EAAE,CAAC;IAChB,KAAK;IACL,IAAI,qBAAqB,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;IACD,IAAI,aAAa,CAAC;IAClB,IAAI,OAAO,WAAW,KAAK,WAAW,EAAE;IACxC,IAAI,aAAa,GAAG,cAAc,WAAW,CAAC;IAC9C,QAAQ,WAAW,GAAG;IACtB,YAAY,KAAK,EAAE,CAAC;IACpB,YAAY,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAChD,SAAS;IACT,QAAQ,iBAAiB,GAAG;IAC5B;IACA,YAAY,KAAK,MAAM,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE;IAC/C;IACA,gBAAgB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;IACvD,aAAa;IACb,SAAS;IACT,QAAQ,wBAAwB,CAAC,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE;IAC5D,YAAY,IAAI,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC;IAClC,SAAS;IACT,QAAQ,QAAQ,GAAG;IACnB,YAAY,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACvC,YAAY,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;IACjC,SAAS;IACT,QAAQ,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE;IAC5B;IACA,YAAY,MAAM,SAAS,IAAI,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;IAC1F,YAAY,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACrC,YAAY,OAAO,MAAM;IACzB,gBAAgB,MAAM,KAAK,GAAG,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC1D,gBAAgB,IAAI,KAAK,KAAK,CAAC,CAAC;IAChC,oBAAoB,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC/C,aAAa,CAAC;IACd,SAAS;IACT,QAAQ,IAAI,GAAG;IACf;IACA,SAAS;IACT,KAAK,CAAC;IACN,CAAC;IACD,MAAM,eAAe,CAAC;IACtB,IAAI,QAAQ,GAAG;IACf,QAAQ,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACnC,QAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC7B,KAAK;IACL,IAAI,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE;IACxB,QAAQ,MAAM,SAAS,IAAI,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;IACtF,QAAQ,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACjC,QAAQ,OAAO,MAAM;IACrB,YAAY,MAAM,KAAK,GAAG,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACtD,YAAY,IAAI,KAAK,KAAK,CAAC,CAAC;IAC5B,gBAAgB,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC3C,SAAS,CAAC;IACV,KAAK;IACL,IAAI,IAAI,GAAG;IACX;IACA,KAAK;IACL,CAAC;;IAED,SAAS,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE;IACpC,IAAI,QAAQ,CAAC,aAAa,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC;IACvD,CAAC;IACD,SAAS,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE;IAClC,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACtD,IAAI,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACzB,CAAC;IACD,SAAS,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;IAC1C,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,IAAI,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;IACjC,CAAC;IACD,SAAS,UAAU,CAAC,IAAI,EAAE;IAC1B,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC;IAC9C,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;IACjB,CAAC;AACD,IA4BA,SAAS,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE;IAC1C,IAAI,IAAI,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,CAAC,CAAC;IACjC,IAAI,IAAI,KAAK,IAAI,IAAI;IACrB,QAAQ,YAAY,CAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC;IACtE;IACA,QAAQ,YAAY,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC,CAAC;IAC1E,CAAC;AACD,IAQA,SAAS,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE;IAClC,IAAI,IAAI,GAAG,EAAE,GAAG,IAAI,CAAC;IACrB,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI;IAC1B,QAAQ,OAAO;IACf,IAAI,YAAY,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IAC3D,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACrB,CAAC;IACD,MAAM,kBAAkB,SAAS,eAAe,CAAC;IACjD,IAAI,WAAW,CAAC,OAAO,EAAE;IACzB,QAAQ,IAAI,CAAC,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;IAChE,YAAY,MAAM,IAAI,KAAK,CAAC,CAAC,6BAA6B,CAAC,CAAC,CAAC;IAC7D,SAAS;IACT,QAAQ,KAAK,EAAE,CAAC;IAChB,KAAK;IACL,IAAI,QAAQ,GAAG;IACf,QAAQ,KAAK,CAAC,QAAQ,EAAE,CAAC;IACzB,QAAQ,IAAI,CAAC,QAAQ,GAAG,MAAM;IAC9B,YAAY,OAAO,CAAC,IAAI,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC;IAC5D,SAAS,CAAC;IACV,KAAK;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBC72CqB,GAAG;;;2EADG,KAAK;;;;;;;;;;;;;;;;;4BACX,GAAG;;;gGADG,KAAK;;;;;;;;;;;;;;;;;;;KA7CxB,MAAI,SAAS,GAAG,EAAE,EACd,GAAG,EACH,iBAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBC+C2C,IAAI;kFAA/B,KAAK,mBAAS,SAAS;;;;;;;;;;;;;;;4BAAI,IAAI;;;4HAA/B,KAAK,mBAAS,SAAS;;;;;;;;;;;;;;;;;;;KAjDjD,MAAI,gBAAgB,EAChB,IAAI,EACJ,KAAK,EACL,qBAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MCDrB,MAAW,oBAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICDtB,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC;IACpB,IAAI,MAAM,EAAE,QAAQ,CAAC,IAAI;IACzB,CAAC,CAAC,CAAC;;;;;;;;"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":";;;;;IAAA,SAAS,IAAI,GAAG,GAAG;AACnB,IAUA,SAAS,YAAY,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACzD,IAAI,OAAO,CAAC,aAAa,GAAG;IAC5B,QAAQ,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACzC,KAAK,CAAC;IACN,CAAC;IACD,SAAS,GAAG,CAAC,EAAE,EAAE;IACjB,IAAI,OAAO,EAAE,EAAE,CAAC;IAChB,CAAC;IACD,SAAS,YAAY,GAAG;IACxB,IAAI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IACD,SAAS,OAAO,CAAC,GAAG,EAAE;IACtB,IAAI,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACrB,CAAC;IACD,SAAS,WAAW,CAAC,KAAK,EAAE;IAC5B,IAAI,OAAO,OAAO,KAAK,KAAK,UAAU,CAAC;IACvC,CAAC;IACD,SAAS,cAAc,CAAC,CAAC,EAAE,CAAC,EAAE;IAC9B,IAAI,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,OAAO,CAAC,KAAK,QAAQ,KAAK,OAAO,CAAC,KAAK,UAAU,CAAC,CAAC;IAClG,CAAC;AACD,AA0GA;IACA,SAAS,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE;IAC9B,IAAI,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAC7B,CAAC;IACD,SAAS,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;IACtC,IAAI,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,IAAI,IAAI,CAAC,CAAC;IAC9C,CAAC;IACD,SAAS,MAAM,CAAC,IAAI,EAAE;IACtB,IAAI,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;AACD,IAMA,SAAS,OAAO,CAAC,IAAI,EAAE;IACvB,IAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC;AACD,IAmBA,SAAS,IAAI,CAAC,IAAI,EAAE;IACpB,IAAI,OAAO,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACD,SAAS,KAAK,GAAG;IACjB,IAAI,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;IACrB,CAAC;AACD,IA4BA,SAAS,IAAI,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE;IACtC,IAAI,IAAI,KAAK,IAAI,IAAI;IACrB,QAAQ,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;IACxC;IACA,QAAQ,IAAI,CAAC,YAAY,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;IAC5C,CAAC;AACD,IA+CA,SAAS,QAAQ,CAAC,OAAO,EAAE;IAC3B,IAAI,OAAO,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAC1C,CAAC;AACD,IAqGA,SAAS,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE;IACpC,IAAI,MAAM,CAAC,GAAG,QAAQ,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;IAClD,IAAI,CAAC,CAAC,eAAe,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClD,IAAI,OAAO,CAAC,CAAC;IACb,CAAC;AACD,AAsJA;IACA,IAAI,iBAAiB,CAAC;IACtB,SAAS,qBAAqB,CAAC,SAAS,EAAE;IAC1C,IAAI,iBAAiB,GAAG,SAAS,CAAC;IAClC,CAAC;AACD,AA8CA;IACA,MAAM,gBAAgB,GAAG,EAAE,CAAC;AAC5B,IACA,MAAM,iBAAiB,GAAG,EAAE,CAAC;IAC7B,MAAM,gBAAgB,GAAG,EAAE,CAAC;IAC5B,MAAM,eAAe,GAAG,EAAE,CAAC;IAC3B,MAAM,gBAAgB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAC3C,IAAI,gBAAgB,GAAG,KAAK,CAAC;IAC7B,SAAS,eAAe,GAAG;IAC3B,IAAI,IAAI,CAAC,gBAAgB,EAAE;IAC3B,QAAQ,gBAAgB,GAAG,IAAI,CAAC;IAChC,QAAQ,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACrC,KAAK;IACL,CAAC;AACD,IAIA,SAAS,mBAAmB,CAAC,EAAE,EAAE;IACjC,IAAI,gBAAgB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC;AACD,IAGA,SAAS,KAAK,GAAG;IACjB,IAAI,MAAM,cAAc,GAAG,IAAI,GAAG,EAAE,CAAC;IACrC,IAAI,GAAG;IACP;IACA;IACA,QAAQ,OAAO,gBAAgB,CAAC,MAAM,EAAE;IACxC,YAAY,MAAM,SAAS,GAAG,gBAAgB,CAAC,KAAK,EAAE,CAAC;IACvD,YAAY,qBAAqB,CAAC,SAAS,CAAC,CAAC;IAC7C,YAAY,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;IACjC,SAAS;IACT,QAAQ,OAAO,iBAAiB,CAAC,MAAM;IACvC,YAAY,iBAAiB,CAAC,GAAG,EAAE,EAAE,CAAC;IACtC;IACA;IACA;IACA,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,gBAAgB,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;IAC7D,YAAY,MAAM,QAAQ,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;IACjD,YAAY,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE;IAC/C,gBAAgB,QAAQ,EAAE,CAAC;IAC3B;IACA,gBAAgB,cAAc,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAC7C,aAAa;IACb,SAAS;IACT,QAAQ,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC;IACpC,KAAK,QAAQ,gBAAgB,CAAC,MAAM,EAAE;IACtC,IAAI,OAAO,eAAe,CAAC,MAAM,EAAE;IACnC,QAAQ,eAAe,CAAC,GAAG,EAAE,EAAE,CAAC;IAChC,KAAK;IACL,IAAI,gBAAgB,GAAG,KAAK,CAAC;IAC7B,CAAC;IACD,SAAS,MAAM,CAAC,EAAE,EAAE;IACpB,IAAI,IAAI,EAAE,CAAC,QAAQ,EAAE;IACrB,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;IAC5B,QAAQ,OAAO,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;IAClC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;IACxC,QAAQ,EAAE,CAAC,KAAK,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACrD,KAAK;IACL,CAAC;AACD,IAcA,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAE,CAAC;IAC3B,IAAI,MAAM,CAAC;AACX,IAaA,SAAS,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE;IACrC,IAAI,IAAI,KAAK,IAAI,KAAK,CAAC,CAAC,EAAE;IAC1B,QAAQ,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC/B,QAAQ,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACvB,KAAK;IACL,CAAC;IACD,SAAS,cAAc,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE;IACxD,IAAI,IAAI,KAAK,IAAI,KAAK,CAAC,CAAC,EAAE;IAC1B,QAAQ,IAAI,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC;IAC/B,YAAY,OAAO;IACnB,QAAQ,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC5B,QAAQ,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM;IAC5B,YAAY,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACnC,YAAY,IAAI,QAAQ,EAAE;IAC1B,gBAAgB,IAAI,MAAM;IAC1B,oBAAoB,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,gBAAgB,QAAQ,EAAE,CAAC;IAC3B,aAAa;IACb,SAAS,CAAC,CAAC;IACX,QAAQ,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACvB,KAAK;IACL,CAAC;AACD,IA+gBA,SAAS,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE;IACpD,IAAI,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,SAAS,CAAC,EAAE,CAAC;IAC1E,IAAI,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B;IACA,IAAI,mBAAmB,CAAC,MAAM;IAC9B,QAAQ,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;IACrE,QAAQ,IAAI,UAAU,EAAE;IACxB,YAAY,UAAU,CAAC,IAAI,CAAC,GAAG,cAAc,CAAC,CAAC;IAC/C,SAAS;IACT,aAAa;IACb;IACA;IACA,YAAY,OAAO,CAAC,cAAc,CAAC,CAAC;IACpC,SAAS;IACT,QAAQ,SAAS,CAAC,EAAE,CAAC,QAAQ,GAAG,EAAE,CAAC;IACnC,KAAK,CAAC,CAAC;IACP,IAAI,YAAY,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9C,CAAC;IACD,SAAS,iBAAiB,CAAC,SAAS,EAAE,SAAS,EAAE;IACjD,IAAI,IAAI,SAAS,CAAC,EAAE,CAAC,QAAQ,EAAE;IAC/B,QAAQ,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC;IACzC,QAAQ,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAC3C;IACA;IACA,QAAQ,SAAS,CAAC,EAAE,CAAC,UAAU,GAAG,SAAS,CAAC,EAAE,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC/D,QAAQ,SAAS,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC;IAC9B,KAAK;IACL,CAAC;IACD,SAAS,UAAU,CAAC,SAAS,EAAE,GAAG,EAAE;IACpC,IAAI,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE;IAC7B,QAAQ,gBAAgB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IACzC,QAAQ,eAAe,EAAE,CAAC;IAC1B,QAAQ,SAAS,CAAC,EAAE,CAAC,KAAK,GAAG,YAAY,EAAE,CAAC;IAC5C,KAAK;IACL,IAAI,SAAS,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,CAAC;IACD,SAAS,IAAI,CAAC,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE;IACpF,IAAI,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;IAC/C,IAAI,qBAAqB,CAAC,SAAS,CAAC,CAAC;IACrC,IAAI,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,EAAE,CAAC;IACtC,IAAI,MAAM,EAAE,GAAG,SAAS,CAAC,EAAE,GAAG;IAC9B,QAAQ,QAAQ,EAAE,IAAI;IACtB,QAAQ,GAAG,EAAE,IAAI;IACjB;IACA,QAAQ,KAAK,EAAE,UAAU;IACzB,QAAQ,MAAM,EAAE,IAAI;IACpB,QAAQ,SAAS;IACjB,QAAQ,KAAK,EAAE,YAAY,EAAE;IAC7B;IACA,QAAQ,QAAQ,EAAE,EAAE;IACpB,QAAQ,UAAU,EAAE,EAAE;IACtB,QAAQ,aAAa,EAAE,EAAE;IACzB,QAAQ,YAAY,EAAE,EAAE;IACxB,QAAQ,OAAO,EAAE,IAAI,GAAG,CAAC,gBAAgB,GAAG,gBAAgB,CAAC,EAAE,CAAC,OAAO,GAAG,EAAE,CAAC;IAC7E;IACA,QAAQ,SAAS,EAAE,YAAY,EAAE;IACjC,QAAQ,KAAK,EAAE,IAAI;IACnB,KAAK,CAAC;IACN,IAAI,IAAI,KAAK,GAAG,KAAK,CAAC;IACtB,IAAI,EAAE,CAAC,GAAG,GAAG,QAAQ;IACrB,UAAU,QAAQ,CAAC,SAAS,EAAE,KAAK,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,GAAG,GAAG,KAAK;IAChE,YAAY,IAAI,EAAE,CAAC,GAAG,IAAI,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,EAAE;IACvE,gBAAgB,IAAI,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC;IACjC,oBAAoB,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC;IACzC,gBAAgB,IAAI,KAAK;IACzB,oBAAoB,UAAU,CAAC,SAAS,EAAE,GAAG,CAAC,CAAC;IAC/C,aAAa;IACb,YAAY,OAAO,GAAG,CAAC;IACvB,SAAS,CAAC;IACV,UAAU,KAAK,CAAC;IAChB,IAAI,EAAE,CAAC,MAAM,EAAE,CAAC;IAChB,IAAI,KAAK,GAAG,IAAI,CAAC;IACjB,IAAI,OAAO,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;IAC9B,IAAI,EAAE,CAAC,QAAQ,GAAG,eAAe,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAC1C,IAAI,IAAI,OAAO,CAAC,MAAM,EAAE;IACxB,QAAQ,IAAI,OAAO,CAAC,OAAO,EAAE;IAC7B;IACA,YAAY,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;IACpD,SAAS;IACT,aAAa;IACb;IACA,YAAY,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC;IAC5B,SAAS;IACT,QAAQ,IAAI,OAAO,CAAC,KAAK;IACzB,YAAY,aAAa,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;IACjD,QAAQ,eAAe,CAAC,SAAS,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IACnE,QAAQ,KAAK,EAAE,CAAC;IAChB,KAAK;IACL,IAAI,qBAAqB,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;IACD,IAAI,aAAa,CAAC;IAClB,IAAI,OAAO,WAAW,KAAK,WAAW,EAAE;IACxC,IAAI,aAAa,GAAG,cAAc,WAAW,CAAC;IAC9C,QAAQ,WAAW,GAAG;IACtB,YAAY,KAAK,EAAE,CAAC;IACpB,YAAY,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAChD,SAAS;IACT,QAAQ,iBAAiB,GAAG;IAC5B;IACA,YAAY,KAAK,MAAM,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE;IAC/C;IACA,gBAAgB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;IACvD,aAAa;IACb,SAAS;IACT,QAAQ,wBAAwB,CAAC,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE;IAC5D,YAAY,IAAI,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC;IAClC,SAAS;IACT,QAAQ,QAAQ,GAAG;IACnB,YAAY,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACvC,YAAY,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;IACjC,SAAS;IACT,QAAQ,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE;IAC5B;IACA,YAAY,MAAM,SAAS,IAAI,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;IAC1F,YAAY,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACrC,YAAY,OAAO,MAAM;IACzB,gBAAgB,MAAM,KAAK,GAAG,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC1D,gBAAgB,IAAI,KAAK,KAAK,CAAC,CAAC;IAChC,oBAAoB,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC/C,aAAa,CAAC;IACd,SAAS;IACT,QAAQ,IAAI,GAAG;IACf;IACA,SAAS;IACT,KAAK,CAAC;IACN,CAAC;IACD,MAAM,eAAe,CAAC;IACtB,IAAI,QAAQ,GAAG;IACf,QAAQ,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACnC,QAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC7B,KAAK;IACL,IAAI,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE;IACxB,QAAQ,MAAM,SAAS,IAAI,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;IACtF,QAAQ,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACjC,QAAQ,OAAO,MAAM;IACrB,YAAY,MAAM,KAAK,GAAG,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACtD,YAAY,IAAI,KAAK,KAAK,CAAC,CAAC;IAC5B,gBAAgB,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC3C,SAAS,CAAC;IACV,KAAK;IACL,IAAI,IAAI,GAAG;IACX;IACA,KAAK;IACL,CAAC;;IAED,SAAS,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE;IACpC,IAAI,QAAQ,CAAC,aAAa,CAAC,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC;IACvD,CAAC;IACD,SAAS,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE;IAClC,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACtD,IAAI,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACzB,CAAC;IACD,SAAS,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;IAC1C,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,IAAI,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;IACjC,CAAC;IACD,SAAS,UAAU,CAAC,IAAI,EAAE;IAC1B,IAAI,YAAY,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC;IAC9C,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;IACjB,CAAC;AACD,IA4BA,SAAS,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE;IAC1C,IAAI,IAAI,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,CAAC,CAAC;IACjC,IAAI,IAAI,KAAK,IAAI,IAAI;IACrB,QAAQ,YAAY,CAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC;IACtE;IACA,QAAQ,YAAY,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC,CAAC;IAC1E,CAAC;AACD,IAQA,SAAS,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE;IAClC,IAAI,IAAI,GAAG,EAAE,GAAG,IAAI,CAAC;IACrB,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI;IAC1B,QAAQ,OAAO;IACf,IAAI,YAAY,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IAC3D,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACrB,CAAC;IACD,MAAM,kBAAkB,SAAS,eAAe,CAAC;IACjD,IAAI,WAAW,CAAC,OAAO,EAAE;IACzB,QAAQ,IAAI,CAAC,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;IAChE,YAAY,MAAM,IAAI,KAAK,CAAC,CAAC,6BAA6B,CAAC,CAAC,CAAC;IAC7D,SAAS;IACT,QAAQ,KAAK,EAAE,CAAC;IAChB,KAAK;IACL,IAAI,QAAQ,GAAG;IACf,QAAQ,KAAK,CAAC,QAAQ,EAAE,CAAC;IACzB,QAAQ,IAAI,CAAC,QAAQ,GAAG,MAAM;IAC9B,YAAY,OAAO,CAAC,IAAI,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC;IAC5D,SAAS,CAAC;IACV,KAAK;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBC72CqB,GAAG;;;2EADG,KAAK;;;;;;;;;;;;;;;;;4BACX,GAAG;;;gGADG,KAAK;;;;;;;;;;;;;;;;;;;KA7CxB,MAAI,SAAS,GAAG,EAAE,EACd,GAAG,EACH,iBAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBC+C2C,IAAI;kFAA/B,KAAK,mBAAS,SAAS;;;;;;;;;;;;;;;4BAAI,IAAI;;;4HAA/B,KAAK,mBAAS,SAAS;;;;;;;;;;;;;;;;;;;KAjDjD,MAAI,gBAAgB,EAChB,IAAI,EACJ,KAAK,EACL,qBAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBCmCC,MAAM;;;qBACR,IAAI;;;;;;;;;;;;;;;;;;;;;;;;6BADF,MAAM;;;;6BACR,IAAI;;;;;;;;;;;;;;;;;;KAvCjB,MAAI,YAAY,EACZ,IAAI,EACJ,kBAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MCClB,MAAW,oBAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ICFtB,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC;IACpB,IAAI,MAAM,EAAE,QAAQ,CAAC,IAAI;IACzB,CAAC,CAAC,CAAC;;;;;;;;"} \ No newline at end of file diff --git a/2019-setembro/src/components/MiddleButton.svelte b/2019-setembro/src/components/MiddleButton.svelte new file mode 100644 index 0000000..7ca4a3a --- /dev/null +++ b/2019-setembro/src/components/MiddleButton.svelte @@ -0,0 +1,42 @@ + + + + + diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte index bed2aa2..6542bb6 100644 --- a/2019-setembro/src/containers/Keyboard.svelte +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -1,6 +1,7 @@ @@ -79,6 +80,7 @@ .keyboard-container .inner-keyboard-container .wrap-functions { display: inline-block; + width: 90vw; } .keyboard-container .inner-keyboard-container .big-buttons-list li { @@ -88,7 +90,7 @@ .keyboard-container .inner-keyboard-container .wrap-functions .func-butons { display: flex; flex-direction: row; - right: 0; + justify-content: flex-end; } .keyboard-container @@ -102,6 +104,7 @@ .keyboard-container .inner-keyboard-container .wrap-functions .oper-buttons { display: flex; flex-direction: row; + justify-content: flex-end; margin-right: 2vw; } @@ -112,6 +115,16 @@ li { margin-right: 1vw; } + + .keyboard-container .inner-keyboard-container .wrap-middle { + display: inline-block; + height: 2vh; + width: 90vw; + } + + .keyboard-container .inner-keyboard-container .wrap-middle .middle-buttons { + display: flex; + }
    @@ -161,5 +174,39 @@
  • +
    +
      +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    +
    From 0748f1013f1c794971fe9406e26cc7989be75f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Mon, 16 Sep 2019 23:36:08 -0300 Subject: [PATCH 10/18] repositionating and resizing --- 2019-setembro/public/css/bundle.css | 4 +- 2019-setembro/public/css/bundle.css.map | 12 +- 2019-setembro/public/js/bundle.js | 122 ++++++++++-------- 2019-setembro/public/js/bundle.js.map | 2 +- .../src/components/MiddleButton.svelte | 5 +- 2019-setembro/src/containers/Keyboard.svelte | 38 +++++- 6 files changed, 110 insertions(+), 73 deletions(-) diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index 99e9d6b..62c74df 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,7 +1,7 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} -.keyboard-container.svelte-1t1owi9{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 5vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-1t1owi9::after{content:"";width:80vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:5vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-1t1owi9::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:5vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container.svelte-1t1owi9{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .big-buttons-list.svelte-1t1owi9{display:flex;flex-direction:row}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions.svelte-1t1owi9{display:inline-block;width:90vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .big-buttons-list li.svelte-1t1owi9{margin-left:1vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions .func-butons.svelte-1t1owi9{display:flex;flex-direction:row;justify-content:flex-end}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions .func-butons li.svelte-1t1owi9{margin-right:1vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions .oper-buttons.svelte-1t1owi9{display:flex;flex-direction:row;justify-content:flex-end;margin-right:2vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-1t1owi9{margin-right:1vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-middle.svelte-1t1owi9{display:inline-block;height:2vh;width:90vw}.keyboard-container.svelte-1t1owi9 .inner-keyboard-container .wrap-middle .middle-buttons.svelte-1t1owi9{display:flex} +.keyboard-container.svelte-jksizx{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 20vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-jksizx::after{content:"";width:45vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:7vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-jksizx::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:20vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-jksizx .inner-keyboard-container.svelte-jksizx{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.keyboard-container.svelte-jksizx .inner-keyboard-container .big-buttons-list.svelte-jksizx{display:flex;flex-direction:row;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions.svelte-jksizx{display:inline-block;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-jksizx .inner-keyboard-container .big-buttons-list li.svelte-jksizx{margin-left:1vw}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions .func-butons.svelte-jksizx{display:flex;flex-direction:row;justify-content:flex-end}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions .func-butons li.svelte-jksizx{margin-right:1vw}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions .oper-buttons.svelte-jksizx{display:flex;flex-direction:row;justify-content:flex-end;margin-right:2vw}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-jksizx{margin-right:1vw}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-middle.svelte-jksizx{display:flex;align-items:center;justify-content:center;margin-top:0;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-middle .middle-buttons.svelte-jksizx{display:flex}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-middle .middle-buttons li.svelte-jksizx{margin-right:1vw} .big-button.svelte-101k2jr{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;box-shadow:-3px -3px 2px #2d343e;transform:skew(-20deg)}.big-button.svelte-101k2jr>.text.svelte-101k2jr{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-101k2jr{background-color:#9f2824}.big-button.-yellow.svelte-101k2jr{background-color:#f7cf3c}.big-button.-blue.svelte-101k2jr{background-color:#1a4379}.big-button.-green.svelte-101k2jr{background-color:#3db460} +.middle-button.svelte-12fuhl8{height:8vh;width:8vh;background:linear-gradient(180deg, #fff 50%, #9f2824 50%);border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;line-height:3vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.middle-button.svelte-12fuhl8 span.svelte-12fuhl8{display:inline-block;width:100%;height:50%}.middle-button.svelte-12fuhl8 .number.svelte-12fuhl8{font-size:3vh;line-height:3vh;color:#315e99}.middle-button.svelte-12fuhl8 .tone.svelte-12fuhl8{color:#fff} .functional-button.svelte-1pz1i0x{height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.functional-button.-white.svelte-1pz1i0x{background-color:#fff}.functional-button.-red.svelte-1pz1i0x{background-color:#b0252a}.functional-button.-blue.svelte-1pz1i0x{background-color:#315e99}.functional-button.-green.svelte-1pz1i0x{background-color:#379b52}.functional-button.-font-blue.svelte-1pz1i0x{color:#315e99}.functional-button.-font-white.svelte-1pz1i0x{color:#fff} -.middle-button.svelte-oez03t{height:8vh;width:8vh;background:linear-gradient(180deg, #fff 50%, #9f2824 50%);border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.middle-button.svelte-oez03t span.svelte-oez03t{display:inline-block;width:100%;height:50%}.middle-button.svelte-oez03t .number.svelte-oez03t{color:#9f2824}.middle-button.svelte-oez03t .tone.svelte-oez03t{color:#fff} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index cf38f62..83812a7 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -5,16 +5,16 @@ "..\\..\\src\\containers\\Screen.svelte", "..\\..\\src\\containers\\Keyboard.svelte", "..\\..\\src\\components\\BigButton.svelte", - "..\\..\\src\\components\\FunctionalButton.svelte", - "..\\..\\src\\components\\MiddleButton.svelte" + "..\\..\\src\\components\\MiddleButton.svelte", + "..\\..\\src\\components\\FunctionalButton.svelte" ], "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n" + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index bf94154..39cd671 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -748,12 +748,12 @@ var app = (function () { t1 = space(); span1 = element("span"); t2 = text(ctx.text); - attr_dev(span0, "class", "number svelte-oez03t"); - add_location(span0, file$3, 39, 2, 695); - attr_dev(span1, "class", "tone svelte-oez03t"); - add_location(span1, file$3, 40, 2, 735); - attr_dev(button, "class", "middle-button svelte-oez03t"); - add_location(button, file$3, 38, 0, 661); + attr_dev(span0, "class", "number svelte-12fuhl8"); + add_location(span0, file$3, 42, 2, 762); + attr_dev(span1, "class", "tone svelte-12fuhl8"); + add_location(span1, file$3, 43, 2, 802); + attr_dev(button, "class", "middle-button svelte-12fuhl8"); + add_location(button, file$3, 41, 0, 728); }, l: function claim(nodes) { @@ -1087,56 +1087,66 @@ var app = (function () { t20 = space(); li21 = element("li"); middlekey9.$$.fragment.c(); - attr_dev(li0, "class", "svelte-1t1owi9"); - add_location(li0, file$4, 132, 6, 2931); - attr_dev(li1, "class", "svelte-1t1owi9"); - add_location(li1, file$4, 135, 6, 2999); - attr_dev(li2, "class", "svelte-1t1owi9"); - add_location(li2, file$4, 138, 6, 3070); - attr_dev(li3, "class", "svelte-1t1owi9"); - add_location(li3, file$4, 141, 6, 3139); - attr_dev(ul0, "class", "big-buttons-list svelte-1t1owi9"); - add_location(ul0, file$4, 131, 4, 2894); - attr_dev(li4, "class", "svelte-1t1owi9"); - add_location(li4, file$4, 148, 8, 3294); - attr_dev(li5, "class", "svelte-1t1owi9"); - add_location(li5, file$4, 151, 8, 3393); - attr_dev(li6, "class", "svelte-1t1owi9"); - add_location(li6, file$4, 154, 8, 3492); - attr_dev(li7, "class", "svelte-1t1owi9"); - add_location(li7, file$4, 157, 8, 3589); - attr_dev(ul1, "class", "func-butons svelte-1t1owi9"); - add_location(ul1, file$4, 147, 6, 3260); - attr_dev(li8, "class", "svelte-1t1owi9"); - add_location(li8, file$4, 162, 8, 3733); - attr_dev(li9, "class", "svelte-1t1owi9"); - add_location(li9, file$4, 165, 8, 3828); - attr_dev(li10, "class", "svelte-1t1owi9"); - add_location(li10, file$4, 168, 8, 3923); - attr_dev(li11, "class", "svelte-1t1owi9"); - add_location(li11, file$4, 171, 8, 4018); - attr_dev(ul2, "class", "oper-buttons svelte-1t1owi9"); - add_location(ul2, file$4, 161, 6, 3698); - attr_dev(section0, "class", "wrap-functions svelte-1t1owi9"); - add_location(section0, file$4, 146, 4, 3220); - add_location(li12, file$4, 178, 8, 4212); - add_location(li13, file$4, 181, 8, 4290); - add_location(li14, file$4, 184, 8, 4365); - add_location(li15, file$4, 187, 8, 4440); - add_location(li16, file$4, 190, 8, 4515); - add_location(li17, file$4, 193, 8, 4590); - add_location(li18, file$4, 196, 8, 4666); - add_location(li19, file$4, 199, 8, 4741); - add_location(li20, file$4, 202, 8, 4816); - add_location(li21, file$4, 205, 8, 4891); - attr_dev(ul3, "class", "middle-buttons svelte-1t1owi9"); - add_location(ul3, file$4, 177, 6, 4175); - attr_dev(section1, "class", "wrap-middle svelte-1t1owi9"); - add_location(section1, file$4, 176, 4, 4138); - attr_dev(div, "class", "inner-keyboard-container svelte-1t1owi9"); - add_location(div, file$4, 130, 2, 2850); - attr_dev(section2, "class", "keyboard-container svelte-1t1owi9"); - add_location(section2, file$4, 129, 0, 2810); + attr_dev(li0, "class", "svelte-jksizx"); + add_location(li0, file$4, 156, 6, 3391); + attr_dev(li1, "class", "svelte-jksizx"); + add_location(li1, file$4, 159, 6, 3459); + attr_dev(li2, "class", "svelte-jksizx"); + add_location(li2, file$4, 162, 6, 3530); + attr_dev(li3, "class", "svelte-jksizx"); + add_location(li3, file$4, 165, 6, 3599); + attr_dev(ul0, "class", "big-buttons-list svelte-jksizx"); + add_location(ul0, file$4, 155, 4, 3354); + attr_dev(li4, "class", "svelte-jksizx"); + add_location(li4, file$4, 172, 8, 3754); + attr_dev(li5, "class", "svelte-jksizx"); + add_location(li5, file$4, 175, 8, 3853); + attr_dev(li6, "class", "svelte-jksizx"); + add_location(li6, file$4, 178, 8, 3952); + attr_dev(li7, "class", "svelte-jksizx"); + add_location(li7, file$4, 181, 8, 4049); + attr_dev(ul1, "class", "func-butons svelte-jksizx"); + add_location(ul1, file$4, 171, 6, 3720); + attr_dev(li8, "class", "svelte-jksizx"); + add_location(li8, file$4, 186, 8, 4193); + attr_dev(li9, "class", "svelte-jksizx"); + add_location(li9, file$4, 189, 8, 4288); + attr_dev(li10, "class", "svelte-jksizx"); + add_location(li10, file$4, 192, 8, 4383); + attr_dev(li11, "class", "svelte-jksizx"); + add_location(li11, file$4, 195, 8, 4478); + attr_dev(ul2, "class", "oper-buttons svelte-jksizx"); + add_location(ul2, file$4, 185, 6, 4158); + attr_dev(section0, "class", "wrap-functions svelte-jksizx"); + add_location(section0, file$4, 170, 4, 3680); + attr_dev(li12, "class", "svelte-jksizx"); + add_location(li12, file$4, 202, 8, 4672); + attr_dev(li13, "class", "svelte-jksizx"); + add_location(li13, file$4, 205, 8, 4750); + attr_dev(li14, "class", "svelte-jksizx"); + add_location(li14, file$4, 208, 8, 4825); + attr_dev(li15, "class", "svelte-jksizx"); + add_location(li15, file$4, 211, 8, 4900); + attr_dev(li16, "class", "svelte-jksizx"); + add_location(li16, file$4, 214, 8, 4975); + attr_dev(li17, "class", "svelte-jksizx"); + add_location(li17, file$4, 217, 8, 5050); + attr_dev(li18, "class", "svelte-jksizx"); + add_location(li18, file$4, 220, 8, 5126); + attr_dev(li19, "class", "svelte-jksizx"); + add_location(li19, file$4, 223, 8, 5201); + attr_dev(li20, "class", "svelte-jksizx"); + add_location(li20, file$4, 226, 8, 5276); + attr_dev(li21, "class", "svelte-jksizx"); + add_location(li21, file$4, 229, 8, 5351); + attr_dev(ul3, "class", "middle-buttons svelte-jksizx"); + add_location(ul3, file$4, 201, 6, 4635); + attr_dev(section1, "class", "wrap-middle svelte-jksizx"); + add_location(section1, file$4, 200, 4, 4598); + attr_dev(div, "class", "inner-keyboard-container svelte-jksizx"); + add_location(div, file$4, 154, 2, 3310); + attr_dev(section2, "class", "keyboard-container svelte-jksizx"); + add_location(section2, file$4, 153, 0, 3270); }, l: function claim(nodes) { diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index 32e70b7..c434a57 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/src/components/MiddleButton.svelte b/2019-setembro/src/components/MiddleButton.svelte index 7ca4a3a..5a03fc8 100644 --- a/2019-setembro/src/components/MiddleButton.svelte +++ b/2019-setembro/src/components/MiddleButton.svelte @@ -17,6 +17,7 @@ box-sizing: border-box; font-size: 2vh; + line-height: 3vh; font-weight: bold; text-align: center; @@ -29,7 +30,9 @@ } .middle-button .number { - color: #9f2824; + font-size: 3vh; + line-height: 3vh; + color: #315e99; } .middle-button .tone { color: #fff; diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte index 6542bb6..bf50be5 100644 --- a/2019-setembro/src/containers/Keyboard.svelte +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -12,14 +12,14 @@ box-sizing: border-box; width: 100vw; height: 63vh; - padding: 10vh 5vw 5vh; + padding: 10vh 20vw 5vh; background-color: #c9cfcb; } .keyboard-container::after { content: ""; - width: 80vw; + width: 45vw; height: 1vh; position: absolute; @@ -28,7 +28,7 @@ border-top-color: transparent; border-bottom-color: transparent; top: 0; - margin-left: 5vw; + margin-left: 7vw; transform: translateY(-1.5vh); } @@ -39,7 +39,7 @@ display: inline-block; width: 20vw; height: 5vh; - margin-right: 5vw; + margin-right: 20vw; border-radius: 10px; right: 0; top: 0; @@ -71,16 +71,25 @@ display: flex; flex-direction: row; justify-content: space-between; + + flex-wrap: wrap; } .keyboard-container .inner-keyboard-container .big-buttons-list { display: flex; flex-direction: row; + min-width: 50%; + max-width: 50%; + min-height: 20vh; + max-height: 20vh; } .keyboard-container .inner-keyboard-container .wrap-functions { display: inline-block; - width: 90vw; + min-width: 50%; + max-width: 50%; + min-height: 20vh; + max-height: 20vh; } .keyboard-container .inner-keyboard-container .big-buttons-list li { @@ -117,14 +126,29 @@ } .keyboard-container .inner-keyboard-container .wrap-middle { - display: inline-block; + display: flex; + align-items: center; + justify-content: center; + + margin-top: 0; height: 2vh; - width: 90vw; + min-width: 100%; + max-width: 100%; + min-height: 10vh; + max-height: 10vh; } .keyboard-container .inner-keyboard-container .wrap-middle .middle-buttons { display: flex; } + + .keyboard-container + .inner-keyboard-container + .wrap-middle + .middle-buttons + li { + margin-right: 1vw; + }
    From a69fc835b8feb01b9a86849c12c503cfd2b75c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Mon, 16 Sep 2019 23:52:47 -0300 Subject: [PATCH 11/18] yellow buttons created and positoned --- 2019-setembro/public/css/bundle.css | 5 +- 2019-setembro/public/css/bundle.css.map | 14 +- 2019-setembro/public/js/bundle.js | 439 +++++++++++++++--- 2019-setembro/public/js/bundle.js.map | 2 +- .../src/components/YellowButton.svelte | 27 ++ 2019-setembro/src/containers/Keyboard.svelte | 64 ++- 6 files changed, 465 insertions(+), 86 deletions(-) create mode 100644 2019-setembro/src/components/YellowButton.svelte diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index 62c74df..ef3b63d 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,7 +1,8 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} -.keyboard-container.svelte-jksizx{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 20vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-jksizx::after{content:"";width:45vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:7vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-jksizx::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:20vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-jksizx .inner-keyboard-container.svelte-jksizx{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.keyboard-container.svelte-jksizx .inner-keyboard-container .big-buttons-list.svelte-jksizx{display:flex;flex-direction:row;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions.svelte-jksizx{display:inline-block;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-jksizx .inner-keyboard-container .big-buttons-list li.svelte-jksizx{margin-left:1vw}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions .func-butons.svelte-jksizx{display:flex;flex-direction:row;justify-content:flex-end}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions .func-butons li.svelte-jksizx{margin-right:1vw}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions .oper-buttons.svelte-jksizx{display:flex;flex-direction:row;justify-content:flex-end;margin-right:2vw}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-jksizx{margin-right:1vw}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-middle.svelte-jksizx{display:flex;align-items:center;justify-content:center;margin-top:0;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-middle .middle-buttons.svelte-jksizx{display:flex}.keyboard-container.svelte-jksizx .inner-keyboard-container .wrap-middle .middle-buttons li.svelte-jksizx{margin-right:1vw} -.big-button.svelte-101k2jr{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;box-shadow:-3px -3px 2px #2d343e;transform:skew(-20deg)}.big-button.svelte-101k2jr>.text.svelte-101k2jr{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-101k2jr{background-color:#9f2824}.big-button.-yellow.svelte-101k2jr{background-color:#f7cf3c}.big-button.-blue.svelte-101k2jr{background-color:#1a4379}.big-button.-green.svelte-101k2jr{background-color:#3db460} +.keyboard-container.svelte-1v97djx{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 20vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-1v97djx::after{content:"";width:45vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:7vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-1v97djx::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:20vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-1v97djx .inner-keyboard-container.svelte-1v97djx{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.keyboard-container.svelte-1v97djx .inner-keyboard-container .big-buttons-list.svelte-1v97djx{display:flex;flex-direction:row;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions.svelte-1v97djx{display:inline-block;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .big-buttons-list li.svelte-1v97djx{margin-left:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .func-butons.svelte-1v97djx{display:flex;flex-direction:row;justify-content:flex-end}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .func-butons li.svelte-1v97djx{margin-right:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .oper-buttons.svelte-1v97djx{display:flex;flex-direction:row;justify-content:flex-end;margin-right:2vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-1v97djx{margin-right:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle.svelte-1v97djx{display:flex;align-items:center;justify-content:center;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle .middle-buttons.svelte-1v97djx{display:flex;margin-left:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle .middle-buttons li.svelte-1v97djx{margin-left:1.5vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow.svelte-1v97djx{display:flex;align-items:center;justify-content:center;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow .yellow-buttons.svelte-1v97djx{display:flex;margin-right:2vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow .yellow-buttons li.svelte-1v97djx{margin-right:1.5vw} .middle-button.svelte-12fuhl8{height:8vh;width:8vh;background:linear-gradient(180deg, #fff 50%, #9f2824 50%);border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;line-height:3vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.middle-button.svelte-12fuhl8 span.svelte-12fuhl8{display:inline-block;width:100%;height:50%}.middle-button.svelte-12fuhl8 .number.svelte-12fuhl8{font-size:3vh;line-height:3vh;color:#315e99}.middle-button.svelte-12fuhl8 .tone.svelte-12fuhl8{color:#fff} +.big-button.svelte-101k2jr{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;box-shadow:-3px -3px 2px #2d343e;transform:skew(-20deg)}.big-button.svelte-101k2jr>.text.svelte-101k2jr{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-101k2jr{background-color:#9f2824}.big-button.-yellow.svelte-101k2jr{background-color:#f7cf3c}.big-button.-blue.svelte-101k2jr{background-color:#1a4379}.big-button.-green.svelte-101k2jr{background-color:#3db460} .functional-button.svelte-1pz1i0x{height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.functional-button.-white.svelte-1pz1i0x{background-color:#fff}.functional-button.-red.svelte-1pz1i0x{background-color:#b0252a}.functional-button.-blue.svelte-1pz1i0x{background-color:#315e99}.functional-button.-green.svelte-1pz1i0x{background-color:#379b52}.functional-button.-font-blue.svelte-1pz1i0x{color:#315e99}.functional-button.-font-white.svelte-1pz1i0x{color:#fff} +.yellow-button.svelte-198d3mt{background-color:#f7cf3c;color:#315e99;height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:1.3vh;text-align:center;word-wrap:break-word;box-shadow:-3px -3px 2px #2d343e} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index 83812a7..f4aab78 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -4,17 +4,19 @@ "sources": [ "..\\..\\src\\containers\\Screen.svelte", "..\\..\\src\\containers\\Keyboard.svelte", - "..\\..\\src\\components\\BigButton.svelte", "..\\..\\src\\components\\MiddleButton.svelte", - "..\\..\\src\\components\\FunctionalButton.svelte" + "..\\..\\src\\components\\BigButton.svelte", + "..\\..\\src\\components\\FunctionalButton.svelte", + "..\\..\\src\\components\\YellowButton.svelte" ], "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n" + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index 39cd671..fd02109 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -863,12 +863,113 @@ var app = (function () { } } - /* src\containers\Keyboard.svelte generated by Svelte v3.12.0 */ + /* src\components\YellowButton.svelte generated by Svelte v3.12.0 */ - const file$4 = "src\\containers\\Keyboard.svelte"; + const file$4 = "src\\components\\YellowButton.svelte"; function create_fragment$4(ctx) { - var section2, div, ul0, li0, t0, li1, t1, li2, t2, li3, t3, section0, ul1, li4, t4, li5, t5, li6, t6, li7, t7, ul2, li8, t8, li9, t9, li10, t10, li11, t11, section1, ul3, li12, t12, li13, t13, li14, t14, li15, t15, li16, t16, li17, t17, li18, t18, li19, t19, li20, t20, li21, current; + var button, t; + + const block = { + c: function create() { + button = element("button"); + t = text(ctx.text); + attr_dev(button, "class", "yellow-button svelte-198d3mt"); + add_location(button, file$4, 26, 0, 434); + }, + + l: function claim(nodes) { + throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); + }, + + m: function mount(target, anchor) { + insert_dev(target, button, anchor); + append_dev(button, t); + }, + + p: function update(changed, ctx) { + if (changed.text) { + set_data_dev(t, ctx.text); + } + }, + + i: noop, + o: noop, + + d: function destroy(detaching) { + if (detaching) { + detach_dev(button); + } + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$4.name, type: "component", source: "", ctx }); + return block; + } + + function instance$3($$self, $$props, $$invalidate) { + let { YellowButton, text } = $$props; + + const writable_props = ['YellowButton', 'text']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('YellowButton' in $$props) $$invalidate('YellowButton', YellowButton = $$props.YellowButton); + if ('text' in $$props) $$invalidate('text', text = $$props.text); + }; + + $$self.$capture_state = () => { + return { YellowButton, text }; + }; + + $$self.$inject_state = $$props => { + if ('YellowButton' in $$props) $$invalidate('YellowButton', YellowButton = $$props.YellowButton); + if ('text' in $$props) $$invalidate('text', text = $$props.text); + }; + + return { YellowButton, text }; + } + + class YellowButton_1 extends SvelteComponentDev { + constructor(options) { + super(options); + init(this, options, instance$3, create_fragment$4, safe_not_equal, ["YellowButton", "text"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "YellowButton_1", options, id: create_fragment$4.name }); + + const { ctx } = this.$$; + const props = options.props || {}; + if (ctx.YellowButton === undefined && !('YellowButton' in props)) { + console.warn(" was created without expected prop 'YellowButton'"); + } + if (ctx.text === undefined && !('text' in props)) { + console.warn(" was created without expected prop 'text'"); + } + } + + get YellowButton() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set YellowButton(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get text() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set text(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + } + + /* src\containers\Keyboard.svelte generated by Svelte v3.12.0 */ + + const file$5 = "src\\containers\\Keyboard.svelte"; + + function create_fragment$5(ctx) { + var section3, div, ul0, li0, t0, li1, t1, li2, t2, li3, t3, section0, ul1, li4, t4, li5, t5, li6, t6, li7, t7, ul2, li8, t8, li9, t9, li10, t10, li11, t11, section1, ul3, li12, t12, li13, t13, li14, t14, li15, t15, li16, t16, li17, t17, li18, t18, li19, t19, li20, t20, li21, t21, section2, ul4, li22, t22, li23, t23, li24, t24, li25, t25, li26, t26, li27, t27, li28, t28, li29, t29, li30, t30, li31, current; var bigbutton0 = new BigButton_1({ props: { key: "A", color: "red" }, @@ -1012,9 +1113,59 @@ var app = (function () { $$inline: true }); + var yellowbutton0 = new YellowButton_1({ + props: { text: "adição" }, + $$inline: true + }); + + var yellowbutton1 = new YellowButton_1({ + props: { text: "subtração" }, + $$inline: true + }); + + var yellowbutton2 = new YellowButton_1({ + props: { text: "multiplicação" }, + $$inline: true + }); + + var yellowbutton3 = new YellowButton_1({ + props: { text: "divisão" }, + $$inline: true + }); + + var yellowbutton4 = new YellowButton_1({ + props: { text: "aritmética" }, + $$inline: true + }); + + var yellowbutton5 = new YellowButton_1({ + props: { text: "operação" }, + $$inline: true + }); + + var yellowbutton6 = new YellowButton_1({ + props: { text: "siga-me" }, + $$inline: true + }); + + var yellowbutton7 = new YellowButton_1({ + props: { text: "memória tons" }, + $$inline: true + }); + + var yellowbutton8 = new YellowButton_1({ + props: { text: "número do meio" }, + $$inline: true + }); + + var yellowbutton9 = new YellowButton_1({ + props: { text: "advinhe o número" }, + $$inline: true + }); + const block = { c: function create() { - section2 = element("section"); + section3 = element("section"); div = element("div"); ul0 = element("ul"); li0 = element("li"); @@ -1087,66 +1238,122 @@ var app = (function () { t20 = space(); li21 = element("li"); middlekey9.$$.fragment.c(); - attr_dev(li0, "class", "svelte-jksizx"); - add_location(li0, file$4, 156, 6, 3391); - attr_dev(li1, "class", "svelte-jksizx"); - add_location(li1, file$4, 159, 6, 3459); - attr_dev(li2, "class", "svelte-jksizx"); - add_location(li2, file$4, 162, 6, 3530); - attr_dev(li3, "class", "svelte-jksizx"); - add_location(li3, file$4, 165, 6, 3599); - attr_dev(ul0, "class", "big-buttons-list svelte-jksizx"); - add_location(ul0, file$4, 155, 4, 3354); - attr_dev(li4, "class", "svelte-jksizx"); - add_location(li4, file$4, 172, 8, 3754); - attr_dev(li5, "class", "svelte-jksizx"); - add_location(li5, file$4, 175, 8, 3853); - attr_dev(li6, "class", "svelte-jksizx"); - add_location(li6, file$4, 178, 8, 3952); - attr_dev(li7, "class", "svelte-jksizx"); - add_location(li7, file$4, 181, 8, 4049); - attr_dev(ul1, "class", "func-butons svelte-jksizx"); - add_location(ul1, file$4, 171, 6, 3720); - attr_dev(li8, "class", "svelte-jksizx"); - add_location(li8, file$4, 186, 8, 4193); - attr_dev(li9, "class", "svelte-jksizx"); - add_location(li9, file$4, 189, 8, 4288); - attr_dev(li10, "class", "svelte-jksizx"); - add_location(li10, file$4, 192, 8, 4383); - attr_dev(li11, "class", "svelte-jksizx"); - add_location(li11, file$4, 195, 8, 4478); - attr_dev(ul2, "class", "oper-buttons svelte-jksizx"); - add_location(ul2, file$4, 185, 6, 4158); - attr_dev(section0, "class", "wrap-functions svelte-jksizx"); - add_location(section0, file$4, 170, 4, 3680); - attr_dev(li12, "class", "svelte-jksizx"); - add_location(li12, file$4, 202, 8, 4672); - attr_dev(li13, "class", "svelte-jksizx"); - add_location(li13, file$4, 205, 8, 4750); - attr_dev(li14, "class", "svelte-jksizx"); - add_location(li14, file$4, 208, 8, 4825); - attr_dev(li15, "class", "svelte-jksizx"); - add_location(li15, file$4, 211, 8, 4900); - attr_dev(li16, "class", "svelte-jksizx"); - add_location(li16, file$4, 214, 8, 4975); - attr_dev(li17, "class", "svelte-jksizx"); - add_location(li17, file$4, 217, 8, 5050); - attr_dev(li18, "class", "svelte-jksizx"); - add_location(li18, file$4, 220, 8, 5126); - attr_dev(li19, "class", "svelte-jksizx"); - add_location(li19, file$4, 223, 8, 5201); - attr_dev(li20, "class", "svelte-jksizx"); - add_location(li20, file$4, 226, 8, 5276); - attr_dev(li21, "class", "svelte-jksizx"); - add_location(li21, file$4, 229, 8, 5351); - attr_dev(ul3, "class", "middle-buttons svelte-jksizx"); - add_location(ul3, file$4, 201, 6, 4635); - attr_dev(section1, "class", "wrap-middle svelte-jksizx"); - add_location(section1, file$4, 200, 4, 4598); - attr_dev(div, "class", "inner-keyboard-container svelte-jksizx"); - add_location(div, file$4, 154, 2, 3310); - attr_dev(section2, "class", "keyboard-container svelte-jksizx"); - add_location(section2, file$4, 153, 0, 3270); + t21 = space(); + section2 = element("section"); + ul4 = element("ul"); + li22 = element("li"); + yellowbutton0.$$.fragment.c(); + t22 = space(); + li23 = element("li"); + yellowbutton1.$$.fragment.c(); + t23 = space(); + li24 = element("li"); + yellowbutton2.$$.fragment.c(); + t24 = space(); + li25 = element("li"); + yellowbutton3.$$.fragment.c(); + t25 = space(); + li26 = element("li"); + yellowbutton4.$$.fragment.c(); + t26 = space(); + li27 = element("li"); + yellowbutton5.$$.fragment.c(); + t27 = space(); + li28 = element("li"); + yellowbutton6.$$.fragment.c(); + t28 = space(); + li29 = element("li"); + yellowbutton7.$$.fragment.c(); + t29 = space(); + li30 = element("li"); + yellowbutton8.$$.fragment.c(); + t30 = space(); + li31 = element("li"); + yellowbutton9.$$.fragment.c(); + attr_dev(li0, "class", "svelte-1v97djx"); + add_location(li0, file$5, 182, 6, 3984); + attr_dev(li1, "class", "svelte-1v97djx"); + add_location(li1, file$5, 185, 6, 4052); + attr_dev(li2, "class", "svelte-1v97djx"); + add_location(li2, file$5, 188, 6, 4123); + attr_dev(li3, "class", "svelte-1v97djx"); + add_location(li3, file$5, 191, 6, 4192); + attr_dev(ul0, "class", "big-buttons-list svelte-1v97djx"); + add_location(ul0, file$5, 181, 4, 3947); + attr_dev(li4, "class", "svelte-1v97djx"); + add_location(li4, file$5, 198, 8, 4347); + attr_dev(li5, "class", "svelte-1v97djx"); + add_location(li5, file$5, 201, 8, 4446); + attr_dev(li6, "class", "svelte-1v97djx"); + add_location(li6, file$5, 204, 8, 4545); + attr_dev(li7, "class", "svelte-1v97djx"); + add_location(li7, file$5, 207, 8, 4642); + attr_dev(ul1, "class", "func-butons svelte-1v97djx"); + add_location(ul1, file$5, 197, 6, 4313); + attr_dev(li8, "class", "svelte-1v97djx"); + add_location(li8, file$5, 212, 8, 4786); + attr_dev(li9, "class", "svelte-1v97djx"); + add_location(li9, file$5, 215, 8, 4881); + attr_dev(li10, "class", "svelte-1v97djx"); + add_location(li10, file$5, 218, 8, 4976); + attr_dev(li11, "class", "svelte-1v97djx"); + add_location(li11, file$5, 221, 8, 5071); + attr_dev(ul2, "class", "oper-buttons svelte-1v97djx"); + add_location(ul2, file$5, 211, 6, 4751); + attr_dev(section0, "class", "wrap-functions svelte-1v97djx"); + add_location(section0, file$5, 196, 4, 4273); + attr_dev(li12, "class", "svelte-1v97djx"); + add_location(li12, file$5, 228, 8, 5265); + attr_dev(li13, "class", "svelte-1v97djx"); + add_location(li13, file$5, 231, 8, 5343); + attr_dev(li14, "class", "svelte-1v97djx"); + add_location(li14, file$5, 234, 8, 5418); + attr_dev(li15, "class", "svelte-1v97djx"); + add_location(li15, file$5, 237, 8, 5493); + attr_dev(li16, "class", "svelte-1v97djx"); + add_location(li16, file$5, 240, 8, 5568); + attr_dev(li17, "class", "svelte-1v97djx"); + add_location(li17, file$5, 243, 8, 5643); + attr_dev(li18, "class", "svelte-1v97djx"); + add_location(li18, file$5, 246, 8, 5719); + attr_dev(li19, "class", "svelte-1v97djx"); + add_location(li19, file$5, 249, 8, 5794); + attr_dev(li20, "class", "svelte-1v97djx"); + add_location(li20, file$5, 252, 8, 5869); + attr_dev(li21, "class", "svelte-1v97djx"); + add_location(li21, file$5, 255, 8, 5944); + attr_dev(ul3, "class", "middle-buttons svelte-1v97djx"); + add_location(ul3, file$5, 227, 6, 5228); + attr_dev(section1, "class", "wrap-middle svelte-1v97djx"); + add_location(section1, file$5, 226, 4, 5191); + attr_dev(li22, "class", "svelte-1v97djx"); + add_location(li22, file$5, 262, 8, 6118); + attr_dev(li23, "class", "svelte-1v97djx"); + add_location(li23, file$5, 265, 8, 6189); + attr_dev(li24, "class", "svelte-1v97djx"); + add_location(li24, file$5, 268, 8, 6263); + attr_dev(li25, "class", "svelte-1v97djx"); + add_location(li25, file$5, 271, 8, 6341); + attr_dev(li26, "class", "svelte-1v97djx"); + add_location(li26, file$5, 274, 8, 6413); + attr_dev(li27, "class", "svelte-1v97djx"); + add_location(li27, file$5, 277, 8, 6488); + attr_dev(li28, "class", "svelte-1v97djx"); + add_location(li28, file$5, 280, 8, 6561); + attr_dev(li29, "class", "svelte-1v97djx"); + add_location(li29, file$5, 283, 8, 6633); + attr_dev(li30, "class", "svelte-1v97djx"); + add_location(li30, file$5, 286, 8, 6710); + attr_dev(li31, "class", "svelte-1v97djx"); + add_location(li31, file$5, 289, 8, 6789); + attr_dev(ul4, "class", "yellow-buttons svelte-1v97djx"); + add_location(ul4, file$5, 261, 6, 6081); + attr_dev(section2, "class", "wrap-yellow svelte-1v97djx"); + add_location(section2, file$5, 260, 4, 6044); + attr_dev(div, "class", "inner-keyboard-container svelte-1v97djx"); + add_location(div, file$5, 180, 2, 3903); + attr_dev(section3, "class", "keyboard-container svelte-1v97djx"); + add_location(section3, file$5, 179, 0, 3863); }, l: function claim(nodes) { @@ -1154,8 +1361,8 @@ var app = (function () { }, m: function mount(target, anchor) { - insert_dev(target, section2, anchor); - append_dev(section2, div); + insert_dev(target, section3, anchor); + append_dev(section3, div); append_dev(div, ul0); append_dev(ul0, li0); mount_component(bigbutton0, li0, null); @@ -1227,6 +1434,38 @@ var app = (function () { append_dev(ul3, t20); append_dev(ul3, li21); mount_component(middlekey9, li21, null); + append_dev(div, t21); + append_dev(div, section2); + append_dev(section2, ul4); + append_dev(ul4, li22); + mount_component(yellowbutton0, li22, null); + append_dev(ul4, t22); + append_dev(ul4, li23); + mount_component(yellowbutton1, li23, null); + append_dev(ul4, t23); + append_dev(ul4, li24); + mount_component(yellowbutton2, li24, null); + append_dev(ul4, t24); + append_dev(ul4, li25); + mount_component(yellowbutton3, li25, null); + append_dev(ul4, t25); + append_dev(ul4, li26); + mount_component(yellowbutton4, li26, null); + append_dev(ul4, t26); + append_dev(ul4, li27); + mount_component(yellowbutton5, li27, null); + append_dev(ul4, t27); + append_dev(ul4, li28); + mount_component(yellowbutton6, li28, null); + append_dev(ul4, t28); + append_dev(ul4, li29); + mount_component(yellowbutton7, li29, null); + append_dev(ul4, t29); + append_dev(ul4, li30); + mount_component(yellowbutton8, li30, null); + append_dev(ul4, t30); + append_dev(ul4, li31); + mount_component(yellowbutton9, li31, null); current = true; }, @@ -1278,6 +1517,26 @@ var app = (function () { transition_in(middlekey9.$$.fragment, local); + transition_in(yellowbutton0.$$.fragment, local); + + transition_in(yellowbutton1.$$.fragment, local); + + transition_in(yellowbutton2.$$.fragment, local); + + transition_in(yellowbutton3.$$.fragment, local); + + transition_in(yellowbutton4.$$.fragment, local); + + transition_in(yellowbutton5.$$.fragment, local); + + transition_in(yellowbutton6.$$.fragment, local); + + transition_in(yellowbutton7.$$.fragment, local); + + transition_in(yellowbutton8.$$.fragment, local); + + transition_in(yellowbutton9.$$.fragment, local); + current = true; }, @@ -1304,12 +1563,22 @@ var app = (function () { transition_out(middlekey7.$$.fragment, local); transition_out(middlekey8.$$.fragment, local); transition_out(middlekey9.$$.fragment, local); + transition_out(yellowbutton0.$$.fragment, local); + transition_out(yellowbutton1.$$.fragment, local); + transition_out(yellowbutton2.$$.fragment, local); + transition_out(yellowbutton3.$$.fragment, local); + transition_out(yellowbutton4.$$.fragment, local); + transition_out(yellowbutton5.$$.fragment, local); + transition_out(yellowbutton6.$$.fragment, local); + transition_out(yellowbutton7.$$.fragment, local); + transition_out(yellowbutton8.$$.fragment, local); + transition_out(yellowbutton9.$$.fragment, local); current = false; }, d: function destroy(detaching) { if (detaching) { - detach_dev(section2); + detach_dev(section3); } destroy_component(bigbutton0); @@ -1355,13 +1624,33 @@ var app = (function () { destroy_component(middlekey8); destroy_component(middlekey9); + + destroy_component(yellowbutton0); + + destroy_component(yellowbutton1); + + destroy_component(yellowbutton2); + + destroy_component(yellowbutton3); + + destroy_component(yellowbutton4); + + destroy_component(yellowbutton5); + + destroy_component(yellowbutton6); + + destroy_component(yellowbutton7); + + destroy_component(yellowbutton8); + + destroy_component(yellowbutton9); } }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$4.name, type: "component", source: "", ctx }); + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$5.name, type: "component", source: "", ctx }); return block; } - function instance$3($$self, $$props, $$invalidate) { + function instance$4($$self, $$props, $$invalidate) { let { Keyboard } = $$props; @@ -1388,8 +1677,8 @@ var app = (function () { class Keyboard_1 extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$3, create_fragment$4, safe_not_equal, ["Keyboard"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard_1", options, id: create_fragment$4.name }); + init(this, options, instance$4, create_fragment$5, safe_not_equal, ["Keyboard"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard_1", options, id: create_fragment$5.name }); const { ctx } = this.$$; const props = options.props || {}; @@ -1409,7 +1698,7 @@ var app = (function () { /* src\App.svelte generated by Svelte v3.12.0 */ - function create_fragment$5(ctx) { + function create_fragment$6(ctx) { var t, current; var screen = new Screen({ $$inline: true }); @@ -1461,15 +1750,15 @@ var app = (function () { destroy_component(keyboard, detaching); } }; - dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$5.name, type: "component", source: "", ctx }); + dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$6.name, type: "component", source: "", ctx }); return block; } class App extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, null, create_fragment$5, safe_not_equal, []); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$5.name }); + init(this, options, null, create_fragment$6, safe_not_equal, []); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$6.name }); } } diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index c434a57..5c4d19a 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/src/components/YellowButton.svelte b/2019-setembro/src/components/YellowButton.svelte new file mode 100644 index 0000000..635c30d --- /dev/null +++ b/2019-setembro/src/components/YellowButton.svelte @@ -0,0 +1,27 @@ + + + + + diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte index bf50be5..7b4ceea 100644 --- a/2019-setembro/src/containers/Keyboard.svelte +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -2,6 +2,7 @@ import BigButton from "../components/BigButton.svelte"; import FuncButton from "../components/FunctionalButton.svelte"; import MiddleKey from "../components/MiddleButton.svelte"; + import YellowButton from "../components/YellowButton.svelte"; export let Keyboard; @@ -130,7 +131,6 @@ align-items: center; justify-content: center; - margin-top: 0; height: 2vh; min-width: 100%; max-width: 100%; @@ -140,6 +140,7 @@ .keyboard-container .inner-keyboard-container .wrap-middle .middle-buttons { display: flex; + margin-left: 1vw; } .keyboard-container @@ -147,7 +148,32 @@ .wrap-middle .middle-buttons li { - margin-right: 1vw; + margin-left: 1.5vw; + } + + .keyboard-container .inner-keyboard-container .wrap-yellow { + display: flex; + align-items: center; + justify-content: center; + + height: 2vh; + min-width: 100%; + max-width: 100%; + min-height: 10vh; + max-height: 10vh; + } + + .keyboard-container .inner-keyboard-container .wrap-yellow .yellow-buttons { + display: flex; + margin-right: 2vw; + } + + .keyboard-container + .inner-keyboard-container + .wrap-yellow + .yellow-buttons + li { + margin-right: 1.5vw; } @@ -232,5 +258,39 @@
    +
    +
      +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    +
    From e47cd9693eb473fe55da98b911f16bc3fcc7412b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Tue, 17 Sep 2019 00:22:10 -0300 Subject: [PATCH 12/18] some fixes, created middle buttons handler and starting a context --- 2019-setembro/public/css/bundle.css | 2 +- 2019-setembro/public/css/bundle.css.map | 14 +- 2019-setembro/public/js/bundle.js | 431 +++++++++--------- 2019-setembro/public/js/bundle.js.map | 2 +- 2019-setembro/src/App.svelte | 7 + 2019-setembro/src/components/BigButton.svelte | 1 - .../src/components/FunctionalButton.svelte | 1 - .../src/components/MiddleButton.svelte | 8 +- .../src/components/YellowButton.svelte | 1 - 2019-setembro/src/containers/Keyboard.svelte | 1 - 10 files changed, 250 insertions(+), 218 deletions(-) diff --git a/2019-setembro/public/css/bundle.css b/2019-setembro/public/css/bundle.css index ef3b63d..0169c2a 100644 --- a/2019-setembro/public/css/bundle.css +++ b/2019-setembro/public/css/bundle.css @@ -1,8 +1,8 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} .keyboard-container.svelte-1v97djx{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 20vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-1v97djx::after{content:"";width:45vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:7vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-1v97djx::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:20vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-1v97djx .inner-keyboard-container.svelte-1v97djx{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.keyboard-container.svelte-1v97djx .inner-keyboard-container .big-buttons-list.svelte-1v97djx{display:flex;flex-direction:row;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions.svelte-1v97djx{display:inline-block;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .big-buttons-list li.svelte-1v97djx{margin-left:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .func-butons.svelte-1v97djx{display:flex;flex-direction:row;justify-content:flex-end}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .func-butons li.svelte-1v97djx{margin-right:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .oper-buttons.svelte-1v97djx{display:flex;flex-direction:row;justify-content:flex-end;margin-right:2vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-1v97djx{margin-right:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle.svelte-1v97djx{display:flex;align-items:center;justify-content:center;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle .middle-buttons.svelte-1v97djx{display:flex;margin-left:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle .middle-buttons li.svelte-1v97djx{margin-left:1.5vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow.svelte-1v97djx{display:flex;align-items:center;justify-content:center;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow .yellow-buttons.svelte-1v97djx{display:flex;margin-right:2vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow .yellow-buttons li.svelte-1v97djx{margin-right:1.5vw} -.middle-button.svelte-12fuhl8{height:8vh;width:8vh;background:linear-gradient(180deg, #fff 50%, #9f2824 50%);border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;line-height:3vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.middle-button.svelte-12fuhl8 span.svelte-12fuhl8{display:inline-block;width:100%;height:50%}.middle-button.svelte-12fuhl8 .number.svelte-12fuhl8{font-size:3vh;line-height:3vh;color:#315e99}.middle-button.svelte-12fuhl8 .tone.svelte-12fuhl8{color:#fff} .big-button.svelte-101k2jr{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;box-shadow:-3px -3px 2px #2d343e;transform:skew(-20deg)}.big-button.svelte-101k2jr>.text.svelte-101k2jr{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-101k2jr{background-color:#9f2824}.big-button.-yellow.svelte-101k2jr{background-color:#f7cf3c}.big-button.-blue.svelte-101k2jr{background-color:#1a4379}.big-button.-green.svelte-101k2jr{background-color:#3db460} .functional-button.svelte-1pz1i0x{height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.functional-button.-white.svelte-1pz1i0x{background-color:#fff}.functional-button.-red.svelte-1pz1i0x{background-color:#b0252a}.functional-button.-blue.svelte-1pz1i0x{background-color:#315e99}.functional-button.-green.svelte-1pz1i0x{background-color:#379b52}.functional-button.-font-blue.svelte-1pz1i0x{color:#315e99}.functional-button.-font-white.svelte-1pz1i0x{color:#fff} +.middle-button.svelte-12fuhl8{height:8vh;width:8vh;background:linear-gradient(180deg, #fff 50%, #9f2824 50%);border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;line-height:3vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.middle-button.svelte-12fuhl8 span.svelte-12fuhl8{display:inline-block;width:100%;height:50%}.middle-button.svelte-12fuhl8 .number.svelte-12fuhl8{font-size:3vh;line-height:3vh;color:#315e99}.middle-button.svelte-12fuhl8 .tone.svelte-12fuhl8{color:#fff} .yellow-button.svelte-198d3mt{background-color:#f7cf3c;color:#315e99;height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:1.3vh;text-align:center;word-wrap:break-word;box-shadow:-3px -3px 2px #2d343e} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/public/css/bundle.css.map b/2019-setembro/public/css/bundle.css.map index f4aab78..303ceaa 100644 --- a/2019-setembro/public/css/bundle.css.map +++ b/2019-setembro/public/css/bundle.css.map @@ -4,19 +4,19 @@ "sources": [ "..\\..\\src\\containers\\Screen.svelte", "..\\..\\src\\containers\\Keyboard.svelte", - "..\\..\\src\\components\\MiddleButton.svelte", "..\\..\\src\\components\\BigButton.svelte", "..\\..\\src\\components\\FunctionalButton.svelte", + "..\\..\\src\\components\\MiddleButton.svelte", "..\\..\\src\\components\\YellowButton.svelte" ], "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n" + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index fd02109..0eb8194 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -43,6 +43,10 @@ var app = (function () { function space() { return text(' '); } + function listen(node, event, handler, options) { + node.addEventListener(event, handler, options); + return () => node.removeEventListener(event, handler, options); + } function attr(node, attribute, value) { if (value == null) node.removeAttribute(attribute); @@ -141,6 +145,8 @@ var app = (function () { block.o(local); } } + + const globals = (typeof window !== 'undefined' ? window : global); function mount_component(component, target, anchor) { const { fragment, on_mount, on_destroy, after_update } = component.$$; fragment.m(target, anchor); @@ -301,6 +307,19 @@ var app = (function () { dispatch_dev("SvelteDOMRemove", { node }); detach(node); } + function listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) { + const modifiers = options === true ? ["capture"] : options ? Array.from(Object.keys(options)) : []; + if (has_prevent_default) + modifiers.push('preventDefault'); + if (has_stop_propagation) + modifiers.push('stopPropagation'); + dispatch_dev("SvelteDOMAddEventListener", { node, event, handler, modifiers }); + const dispose = listen(node, event, handler, options); + return () => { + dispatch_dev("SvelteDOMRemoveEventListener", { node, event, handler, modifiers }); + dispose(); + }; + } function attr_dev(node, attribute, value) { attr(node, attribute, value); if (value == null) @@ -330,6 +349,58 @@ var app = (function () { } } + const subscriber_queue = []; + /** + * Create a `Writable` store that allows both updating and reading by subscription. + * @param {*=}value initial value + * @param {StartStopNotifier=}start start and stop notifications for subscriptions + */ + function writable(value, start = noop) { + let stop; + const subscribers = []; + function set(new_value) { + if (safe_not_equal(value, new_value)) { + value = new_value; + if (stop) { // store is ready + const run_queue = !subscriber_queue.length; + for (let i = 0; i < subscribers.length; i += 1) { + const s = subscribers[i]; + s[1](); + subscriber_queue.push(s, value); + } + if (run_queue) { + for (let i = 0; i < subscriber_queue.length; i += 2) { + subscriber_queue[i][0](subscriber_queue[i + 1]); + } + subscriber_queue.length = 0; + } + } + } + } + function update(fn) { + set(fn(value)); + } + function subscribe(run, invalidate = noop) { + const subscriber = [run, invalidate]; + subscribers.push(subscriber); + if (subscribers.length === 1) { + stop = start(set) || noop; + } + run(value); + return () => { + const index = subscribers.indexOf(subscriber); + if (index !== -1) { + subscribers.splice(index, 1); + } + if (subscribers.length === 0) { + stop(); + stop = null; + } + }; + } + return { set, update, subscribe }; + } + /* src\containers\Screen.svelte generated by Svelte v3.12.0 */ const file = "src\\containers\\Screen.svelte"; @@ -495,10 +566,10 @@ var app = (function () { span = element("span"); t = text(ctx.key); attr_dev(span, "class", "text svelte-101k2jr"); - add_location(span, file$1, 47, 2, 807); + add_location(span, file$1, 46, 2, 777); attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-101k2jr"); attr_dev(button, "type", "submit"); - add_location(button, file$1, 46, 0, 753); + add_location(button, file$1, 45, 0, 723); }, l: function claim(nodes) { @@ -535,37 +606,35 @@ var app = (function () { } function instance($$self, $$props, $$invalidate) { - let { BigButton = "", key, color } = $$props; + let { key, color } = $$props; - const writable_props = ['BigButton', 'key', 'color']; + const writable_props = ['key', 'color']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); }); $$self.$set = $$props => { - if ('BigButton' in $$props) $$invalidate('BigButton', BigButton = $$props.BigButton); if ('key' in $$props) $$invalidate('key', key = $$props.key); if ('color' in $$props) $$invalidate('color', color = $$props.color); }; $$self.$capture_state = () => { - return { BigButton, key, color }; + return { key, color }; }; $$self.$inject_state = $$props => { - if ('BigButton' in $$props) $$invalidate('BigButton', BigButton = $$props.BigButton); if ('key' in $$props) $$invalidate('key', key = $$props.key); if ('color' in $$props) $$invalidate('color', color = $$props.color); }; - return { BigButton, key, color }; + return { key, color }; } - class BigButton_1 extends SvelteComponentDev { + class BigButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance, create_fragment$1, safe_not_equal, ["BigButton", "key", "color"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "BigButton_1", options, id: create_fragment$1.name }); + init(this, options, instance, create_fragment$1, safe_not_equal, ["key", "color"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "BigButton", options, id: create_fragment$1.name }); const { ctx } = this.$$; const props = options.props || {}; @@ -577,14 +646,6 @@ var app = (function () { } } - get BigButton() { - throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); - } - - set BigButton(value) { - throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); - } - get key() { throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } @@ -614,7 +675,7 @@ var app = (function () { button = element("button"); t = text(ctx.text); attr_dev(button, "class", button_class_value = "functional-button -" + ctx.color + " -font-" + ctx.fontColor + " svelte-1pz1i0x"); - add_location(button, file$2, 50, 0, 827); + add_location(button, file$2, 49, 0, 795); }, l: function claim(nodes) { @@ -650,45 +711,40 @@ var app = (function () { } function instance$1($$self, $$props, $$invalidate) { - let { FunctionalButton, text, color, fontColor } = $$props; + let { text, color, fontColor } = $$props; - const writable_props = ['FunctionalButton', 'text', 'color', 'fontColor']; + const writable_props = ['text', 'color', 'fontColor']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); }); $$self.$set = $$props => { - if ('FunctionalButton' in $$props) $$invalidate('FunctionalButton', FunctionalButton = $$props.FunctionalButton); if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('color' in $$props) $$invalidate('color', color = $$props.color); if ('fontColor' in $$props) $$invalidate('fontColor', fontColor = $$props.fontColor); }; $$self.$capture_state = () => { - return { FunctionalButton, text, color, fontColor }; + return { text, color, fontColor }; }; $$self.$inject_state = $$props => { - if ('FunctionalButton' in $$props) $$invalidate('FunctionalButton', FunctionalButton = $$props.FunctionalButton); if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('color' in $$props) $$invalidate('color', color = $$props.color); if ('fontColor' in $$props) $$invalidate('fontColor', fontColor = $$props.fontColor); }; - return { FunctionalButton, text, color, fontColor }; + return { text, color, fontColor }; } - class FunctionalButton_1 extends SvelteComponentDev { + class FunctionalButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$1, create_fragment$2, safe_not_equal, ["FunctionalButton", "text", "color", "fontColor"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "FunctionalButton_1", options, id: create_fragment$2.name }); + init(this, options, instance$1, create_fragment$2, safe_not_equal, ["text", "color", "fontColor"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "FunctionalButton", options, id: create_fragment$2.name }); const { ctx } = this.$$; const props = options.props || {}; - if (ctx.FunctionalButton === undefined && !('FunctionalButton' in props)) { - console.warn(" was created without expected prop 'FunctionalButton'"); - } if (ctx.text === undefined && !('text' in props)) { console.warn(" was created without expected prop 'text'"); } @@ -700,14 +756,6 @@ var app = (function () { } } - get FunctionalButton() { - throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); - } - - set FunctionalButton(value) { - throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); - } - get text() { throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } @@ -734,11 +782,12 @@ var app = (function () { } /* src\components\MiddleButton.svelte generated by Svelte v3.12.0 */ + const { console: console_1 } = globals; const file$3 = "src\\components\\MiddleButton.svelte"; function create_fragment$3(ctx) { - var button, span0, t0, t1, span1, t2; + var button, span0, t0, t1, span1, t2, dispose; const block = { c: function create() { @@ -749,11 +798,12 @@ var app = (function () { span1 = element("span"); t2 = text(ctx.text); attr_dev(span0, "class", "number svelte-12fuhl8"); - add_location(span0, file$3, 42, 2, 762); + add_location(span0, file$3, 46, 2, 893); attr_dev(span1, "class", "tone svelte-12fuhl8"); - add_location(span1, file$3, 43, 2, 802); + add_location(span1, file$3, 47, 2, 933); attr_dev(button, "class", "middle-button svelte-12fuhl8"); - add_location(button, file$3, 41, 0, 728); + add_location(button, file$3, 43, 0, 798); + dispose = listen_dev(button, "click", ctx.click_handler); }, l: function claim(nodes) { @@ -786,6 +836,8 @@ var app = (function () { if (detaching) { detach_dev(button); } + + dispose(); } }; dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$3.name, type: "component", source: "", ctx }); @@ -793,72 +845,78 @@ var app = (function () { } function instance$2($$self, $$props, $$invalidate) { - let { MiddleButton, text, number } = $$props; + let { text, number, handleMiddleButtonClick = (number, text) => { + console.log(number, text); + } } = $$props; - const writable_props = ['MiddleButton', 'text', 'number']; + const writable_props = ['text', 'number', 'handleMiddleButtonClick']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console_1.warn(` was created with unknown prop '${key}'`); }); + const click_handler = () => handleMiddleButtonClick(number, text); + $$self.$set = $$props => { - if ('MiddleButton' in $$props) $$invalidate('MiddleButton', MiddleButton = $$props.MiddleButton); if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('number' in $$props) $$invalidate('number', number = $$props.number); + if ('handleMiddleButtonClick' in $$props) $$invalidate('handleMiddleButtonClick', handleMiddleButtonClick = $$props.handleMiddleButtonClick); }; $$self.$capture_state = () => { - return { MiddleButton, text, number }; + return { text, number, handleMiddleButtonClick }; }; $$self.$inject_state = $$props => { - if ('MiddleButton' in $$props) $$invalidate('MiddleButton', MiddleButton = $$props.MiddleButton); if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('number' in $$props) $$invalidate('number', number = $$props.number); + if ('handleMiddleButtonClick' in $$props) $$invalidate('handleMiddleButtonClick', handleMiddleButtonClick = $$props.handleMiddleButtonClick); }; - return { MiddleButton, text, number }; + return { + text, + number, + handleMiddleButtonClick, + click_handler + }; } - class MiddleButton_1 extends SvelteComponentDev { + class MiddleButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$2, create_fragment$3, safe_not_equal, ["MiddleButton", "text", "number"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MiddleButton_1", options, id: create_fragment$3.name }); + init(this, options, instance$2, create_fragment$3, safe_not_equal, ["text", "number", "handleMiddleButtonClick"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MiddleButton", options, id: create_fragment$3.name }); const { ctx } = this.$$; const props = options.props || {}; - if (ctx.MiddleButton === undefined && !('MiddleButton' in props)) { - console.warn(" was created without expected prop 'MiddleButton'"); - } if (ctx.text === undefined && !('text' in props)) { - console.warn(" was created without expected prop 'text'"); + console_1.warn(" was created without expected prop 'text'"); } if (ctx.number === undefined && !('number' in props)) { - console.warn(" was created without expected prop 'number'"); + console_1.warn(" was created without expected prop 'number'"); } } - get MiddleButton() { + get text() { throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } - set MiddleButton(value) { + set text(value) { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } - get text() { + get number() { throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } - set text(value) { + set number(value) { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } - get number() { + get handleMiddleButtonClick() { throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } - set number(value) { + set handleMiddleButtonClick(value) { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } } @@ -875,7 +933,7 @@ var app = (function () { button = element("button"); t = text(ctx.text); attr_dev(button, "class", "yellow-button svelte-198d3mt"); - add_location(button, file$4, 26, 0, 434); + add_location(button, file$4, 25, 0, 406); }, l: function claim(nodes) { @@ -907,54 +965,41 @@ var app = (function () { } function instance$3($$self, $$props, $$invalidate) { - let { YellowButton, text } = $$props; + let { text } = $$props; - const writable_props = ['YellowButton', 'text']; + const writable_props = ['text']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); }); $$self.$set = $$props => { - if ('YellowButton' in $$props) $$invalidate('YellowButton', YellowButton = $$props.YellowButton); if ('text' in $$props) $$invalidate('text', text = $$props.text); }; $$self.$capture_state = () => { - return { YellowButton, text }; + return { text }; }; $$self.$inject_state = $$props => { - if ('YellowButton' in $$props) $$invalidate('YellowButton', YellowButton = $$props.YellowButton); if ('text' in $$props) $$invalidate('text', text = $$props.text); }; - return { YellowButton, text }; + return { text }; } - class YellowButton_1 extends SvelteComponentDev { + class YellowButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$3, create_fragment$4, safe_not_equal, ["YellowButton", "text"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "YellowButton_1", options, id: create_fragment$4.name }); + init(this, options, instance$3, create_fragment$4, safe_not_equal, ["text"]); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "YellowButton", options, id: create_fragment$4.name }); const { ctx } = this.$$; const props = options.props || {}; - if (ctx.YellowButton === undefined && !('YellowButton' in props)) { - console.warn(" was created without expected prop 'YellowButton'"); - } if (ctx.text === undefined && !('text' in props)) { console.warn(" was created without expected prop 'text'"); } } - get YellowButton() { - throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); - } - - set YellowButton(value) { - throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); - } - get text() { throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } @@ -971,27 +1016,27 @@ var app = (function () { function create_fragment$5(ctx) { var section3, div, ul0, li0, t0, li1, t1, li2, t2, li3, t3, section0, ul1, li4, t4, li5, t5, li6, t6, li7, t7, ul2, li8, t8, li9, t9, li10, t10, li11, t11, section1, ul3, li12, t12, li13, t13, li14, t14, li15, t15, li16, t16, li17, t17, li18, t18, li19, t19, li20, t20, li21, t21, section2, ul4, li22, t22, li23, t23, li24, t24, li25, t25, li26, t26, li27, t27, li28, t28, li29, t29, li30, t30, li31, current; - var bigbutton0 = new BigButton_1({ + var bigbutton0 = new BigButton({ props: { key: "A", color: "red" }, $$inline: true }); - var bigbutton1 = new BigButton_1({ + var bigbutton1 = new BigButton({ props: { key: "B", color: "yellow" }, $$inline: true }); - var bigbutton2 = new BigButton_1({ + var bigbutton2 = new BigButton({ props: { key: "C", color: "blue" }, $$inline: true }); - var bigbutton3 = new BigButton_1({ + var bigbutton3 = new BigButton({ props: { key: "D", color: "green" }, $$inline: true }); - var funcbutton0 = new FunctionalButton_1({ + var funcbutton0 = new FunctionalButton({ props: { text: "enter", color: "white", @@ -1000,7 +1045,7 @@ var app = (function () { $$inline: true }); - var funcbutton1 = new FunctionalButton_1({ + var funcbutton1 = new FunctionalButton({ props: { text: "livro", color: "white", @@ -1009,7 +1054,7 @@ var app = (function () { $$inline: true }); - var funcbutton2 = new FunctionalButton_1({ + var funcbutton2 = new FunctionalButton({ props: { text: "desl.", color: "red", @@ -1018,7 +1063,7 @@ var app = (function () { $$inline: true }); - var funcbutton3 = new FunctionalButton_1({ + var funcbutton3 = new FunctionalButton({ props: { text: "liga", color: "green", @@ -1027,7 +1072,7 @@ var app = (function () { $$inline: true }); - var funcbutton4 = new FunctionalButton_1({ + var funcbutton4 = new FunctionalButton({ props: { text: "+", color: "blue", @@ -1036,7 +1081,7 @@ var app = (function () { $$inline: true }); - var funcbutton5 = new FunctionalButton_1({ + var funcbutton5 = new FunctionalButton({ props: { text: "-", color: "blue", @@ -1045,7 +1090,7 @@ var app = (function () { $$inline: true }); - var funcbutton6 = new FunctionalButton_1({ + var funcbutton6 = new FunctionalButton({ props: { text: "X", color: "blue", @@ -1054,7 +1099,7 @@ var app = (function () { $$inline: true }); - var funcbutton7 = new FunctionalButton_1({ + var funcbutton7 = new FunctionalButton({ props: { text: "÷", color: "blue", @@ -1063,102 +1108,102 @@ var app = (function () { $$inline: true }); - var middlekey0 = new MiddleButton_1({ + var middlekey0 = new MiddleButton({ props: { number: "0", text: "pausa" }, $$inline: true }); - var middlekey1 = new MiddleButton_1({ + var middlekey1 = new MiddleButton({ props: { number: "1", text: "dó" }, $$inline: true }); - var middlekey2 = new MiddleButton_1({ + var middlekey2 = new MiddleButton({ props: { number: "2", text: "ré" }, $$inline: true }); - var middlekey3 = new MiddleButton_1({ + var middlekey3 = new MiddleButton({ props: { number: "3", text: "mi" }, $$inline: true }); - var middlekey4 = new MiddleButton_1({ + var middlekey4 = new MiddleButton({ props: { number: "4", text: "fá" }, $$inline: true }); - var middlekey5 = new MiddleButton_1({ + var middlekey5 = new MiddleButton({ props: { number: "5", text: "sol" }, $$inline: true }); - var middlekey6 = new MiddleButton_1({ + var middlekey6 = new MiddleButton({ props: { number: "6", text: "lá" }, $$inline: true }); - var middlekey7 = new MiddleButton_1({ + var middlekey7 = new MiddleButton({ props: { number: "7", text: "si" }, $$inline: true }); - var middlekey8 = new MiddleButton_1({ + var middlekey8 = new MiddleButton({ props: { number: "8", text: "dó" }, $$inline: true }); - var middlekey9 = new MiddleButton_1({ + var middlekey9 = new MiddleButton({ props: { number: "9", text: "ré" }, $$inline: true }); - var yellowbutton0 = new YellowButton_1({ + var yellowbutton0 = new YellowButton({ props: { text: "adição" }, $$inline: true }); - var yellowbutton1 = new YellowButton_1({ + var yellowbutton1 = new YellowButton({ props: { text: "subtração" }, $$inline: true }); - var yellowbutton2 = new YellowButton_1({ + var yellowbutton2 = new YellowButton({ props: { text: "multiplicação" }, $$inline: true }); - var yellowbutton3 = new YellowButton_1({ + var yellowbutton3 = new YellowButton({ props: { text: "divisão" }, $$inline: true }); - var yellowbutton4 = new YellowButton_1({ + var yellowbutton4 = new YellowButton({ props: { text: "aritmética" }, $$inline: true }); - var yellowbutton5 = new YellowButton_1({ + var yellowbutton5 = new YellowButton({ props: { text: "operação" }, $$inline: true }); - var yellowbutton6 = new YellowButton_1({ + var yellowbutton6 = new YellowButton({ props: { text: "siga-me" }, $$inline: true }); - var yellowbutton7 = new YellowButton_1({ + var yellowbutton7 = new YellowButton({ props: { text: "memória tons" }, $$inline: true }); - var yellowbutton8 = new YellowButton_1({ + var yellowbutton8 = new YellowButton({ props: { text: "número do meio" }, $$inline: true }); - var yellowbutton9 = new YellowButton_1({ + var yellowbutton9 = new YellowButton({ props: { text: "advinhe o número" }, $$inline: true }); @@ -1271,89 +1316,89 @@ var app = (function () { li31 = element("li"); yellowbutton9.$$.fragment.c(); attr_dev(li0, "class", "svelte-1v97djx"); - add_location(li0, file$5, 182, 6, 3984); + add_location(li0, file$5, 181, 6, 3960); attr_dev(li1, "class", "svelte-1v97djx"); - add_location(li1, file$5, 185, 6, 4052); + add_location(li1, file$5, 184, 6, 4028); attr_dev(li2, "class", "svelte-1v97djx"); - add_location(li2, file$5, 188, 6, 4123); + add_location(li2, file$5, 187, 6, 4099); attr_dev(li3, "class", "svelte-1v97djx"); - add_location(li3, file$5, 191, 6, 4192); + add_location(li3, file$5, 190, 6, 4168); attr_dev(ul0, "class", "big-buttons-list svelte-1v97djx"); - add_location(ul0, file$5, 181, 4, 3947); + add_location(ul0, file$5, 180, 4, 3923); attr_dev(li4, "class", "svelte-1v97djx"); - add_location(li4, file$5, 198, 8, 4347); + add_location(li4, file$5, 197, 8, 4323); attr_dev(li5, "class", "svelte-1v97djx"); - add_location(li5, file$5, 201, 8, 4446); + add_location(li5, file$5, 200, 8, 4422); attr_dev(li6, "class", "svelte-1v97djx"); - add_location(li6, file$5, 204, 8, 4545); + add_location(li6, file$5, 203, 8, 4521); attr_dev(li7, "class", "svelte-1v97djx"); - add_location(li7, file$5, 207, 8, 4642); + add_location(li7, file$5, 206, 8, 4618); attr_dev(ul1, "class", "func-butons svelte-1v97djx"); - add_location(ul1, file$5, 197, 6, 4313); + add_location(ul1, file$5, 196, 6, 4289); attr_dev(li8, "class", "svelte-1v97djx"); - add_location(li8, file$5, 212, 8, 4786); + add_location(li8, file$5, 211, 8, 4762); attr_dev(li9, "class", "svelte-1v97djx"); - add_location(li9, file$5, 215, 8, 4881); + add_location(li9, file$5, 214, 8, 4857); attr_dev(li10, "class", "svelte-1v97djx"); - add_location(li10, file$5, 218, 8, 4976); + add_location(li10, file$5, 217, 8, 4952); attr_dev(li11, "class", "svelte-1v97djx"); - add_location(li11, file$5, 221, 8, 5071); + add_location(li11, file$5, 220, 8, 5047); attr_dev(ul2, "class", "oper-buttons svelte-1v97djx"); - add_location(ul2, file$5, 211, 6, 4751); + add_location(ul2, file$5, 210, 6, 4727); attr_dev(section0, "class", "wrap-functions svelte-1v97djx"); - add_location(section0, file$5, 196, 4, 4273); + add_location(section0, file$5, 195, 4, 4249); attr_dev(li12, "class", "svelte-1v97djx"); - add_location(li12, file$5, 228, 8, 5265); + add_location(li12, file$5, 227, 8, 5241); attr_dev(li13, "class", "svelte-1v97djx"); - add_location(li13, file$5, 231, 8, 5343); + add_location(li13, file$5, 230, 8, 5319); attr_dev(li14, "class", "svelte-1v97djx"); - add_location(li14, file$5, 234, 8, 5418); + add_location(li14, file$5, 233, 8, 5394); attr_dev(li15, "class", "svelte-1v97djx"); - add_location(li15, file$5, 237, 8, 5493); + add_location(li15, file$5, 236, 8, 5469); attr_dev(li16, "class", "svelte-1v97djx"); - add_location(li16, file$5, 240, 8, 5568); + add_location(li16, file$5, 239, 8, 5544); attr_dev(li17, "class", "svelte-1v97djx"); - add_location(li17, file$5, 243, 8, 5643); + add_location(li17, file$5, 242, 8, 5619); attr_dev(li18, "class", "svelte-1v97djx"); - add_location(li18, file$5, 246, 8, 5719); + add_location(li18, file$5, 245, 8, 5695); attr_dev(li19, "class", "svelte-1v97djx"); - add_location(li19, file$5, 249, 8, 5794); + add_location(li19, file$5, 248, 8, 5770); attr_dev(li20, "class", "svelte-1v97djx"); - add_location(li20, file$5, 252, 8, 5869); + add_location(li20, file$5, 251, 8, 5845); attr_dev(li21, "class", "svelte-1v97djx"); - add_location(li21, file$5, 255, 8, 5944); + add_location(li21, file$5, 254, 8, 5920); attr_dev(ul3, "class", "middle-buttons svelte-1v97djx"); - add_location(ul3, file$5, 227, 6, 5228); + add_location(ul3, file$5, 226, 6, 5204); attr_dev(section1, "class", "wrap-middle svelte-1v97djx"); - add_location(section1, file$5, 226, 4, 5191); + add_location(section1, file$5, 225, 4, 5167); attr_dev(li22, "class", "svelte-1v97djx"); - add_location(li22, file$5, 262, 8, 6118); + add_location(li22, file$5, 261, 8, 6094); attr_dev(li23, "class", "svelte-1v97djx"); - add_location(li23, file$5, 265, 8, 6189); + add_location(li23, file$5, 264, 8, 6165); attr_dev(li24, "class", "svelte-1v97djx"); - add_location(li24, file$5, 268, 8, 6263); + add_location(li24, file$5, 267, 8, 6239); attr_dev(li25, "class", "svelte-1v97djx"); - add_location(li25, file$5, 271, 8, 6341); + add_location(li25, file$5, 270, 8, 6317); attr_dev(li26, "class", "svelte-1v97djx"); - add_location(li26, file$5, 274, 8, 6413); + add_location(li26, file$5, 273, 8, 6389); attr_dev(li27, "class", "svelte-1v97djx"); - add_location(li27, file$5, 277, 8, 6488); + add_location(li27, file$5, 276, 8, 6464); attr_dev(li28, "class", "svelte-1v97djx"); - add_location(li28, file$5, 280, 8, 6561); + add_location(li28, file$5, 279, 8, 6537); attr_dev(li29, "class", "svelte-1v97djx"); - add_location(li29, file$5, 283, 8, 6633); + add_location(li29, file$5, 282, 8, 6609); attr_dev(li30, "class", "svelte-1v97djx"); - add_location(li30, file$5, 286, 8, 6710); + add_location(li30, file$5, 285, 8, 6686); attr_dev(li31, "class", "svelte-1v97djx"); - add_location(li31, file$5, 289, 8, 6789); + add_location(li31, file$5, 288, 8, 6765); attr_dev(ul4, "class", "yellow-buttons svelte-1v97djx"); - add_location(ul4, file$5, 261, 6, 6081); + add_location(ul4, file$5, 260, 6, 6057); attr_dev(section2, "class", "wrap-yellow svelte-1v97djx"); - add_location(section2, file$5, 260, 4, 6044); + add_location(section2, file$5, 259, 4, 6020); attr_dev(div, "class", "inner-keyboard-container svelte-1v97djx"); - add_location(div, file$5, 180, 2, 3903); + add_location(div, file$5, 179, 2, 3879); attr_dev(section3, "class", "keyboard-container svelte-1v97djx"); - add_location(section3, file$5, 179, 0, 3863); + add_location(section3, file$5, 178, 0, 3839); }, l: function claim(nodes) { @@ -1650,49 +1695,11 @@ var app = (function () { return block; } - function instance$4($$self, $$props, $$invalidate) { - - let { Keyboard } = $$props; - - const writable_props = ['Keyboard']; - Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); - }); - - $$self.$set = $$props => { - if ('Keyboard' in $$props) $$invalidate('Keyboard', Keyboard = $$props.Keyboard); - }; - - $$self.$capture_state = () => { - return { Keyboard }; - }; - - $$self.$inject_state = $$props => { - if ('Keyboard' in $$props) $$invalidate('Keyboard', Keyboard = $$props.Keyboard); - }; - - return { Keyboard }; - } - - class Keyboard_1 extends SvelteComponentDev { + class Keyboard extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$4, create_fragment$5, safe_not_equal, ["Keyboard"]); - dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard_1", options, id: create_fragment$5.name }); - - const { ctx } = this.$$; - const props = options.props || {}; - if (ctx.Keyboard === undefined && !('Keyboard' in props)) { - console.warn(" was created without expected prop 'Keyboard'"); - } - } - - get Keyboard() { - throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); - } - - set Keyboard(value) { - throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + init(this, options, null, create_fragment$5, safe_not_equal, []); + dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard", options, id: create_fragment$5.name }); } } @@ -1703,7 +1710,7 @@ var app = (function () { var screen = new Screen({ $$inline: true }); - var keyboard = new Keyboard_1({ $$inline: true }); + var keyboard = new Keyboard({ $$inline: true }); const block = { c: function create() { @@ -1754,10 +1761,28 @@ var app = (function () { return block; } + function instance$4($$self) { + + + const operations = writable(0); + operations.set([]); + const unsubscribe = operations.subscribe(value => { + console.log(value); + }); + + $$self.$capture_state = () => { + return {}; + }; + + $$self.$inject_state = $$props => {}; + + return {}; + } + class App extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, null, create_fragment$6, safe_not_equal, []); + init(this, options, instance$4, create_fragment$6, safe_not_equal, []); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$6.name }); } } diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index 5c4d19a..ff65f0b 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/containers/Keyboard.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../node_modules/svelte/store/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","import { safe_not_equal, noop, run_all, is_function } from '../internal';\nexport { get_store_value as get } from '../internal';\n\nconst subscriber_queue = [];\n/**\n * Creates a `Readable` store that allows reading by subscription.\n * @param value initial value\n * @param {StartStopNotifier}start start and stop notifications for subscriptions\n */\nfunction readable(value, start) {\n return {\n subscribe: writable(value, start).subscribe,\n };\n}\n/**\n * Create a `Writable` store that allows both updating and reading by subscription.\n * @param {*=}value initial value\n * @param {StartStopNotifier=}start start and stop notifications for subscriptions\n */\nfunction writable(value, start = noop) {\n let stop;\n const subscribers = [];\n function set(new_value) {\n if (safe_not_equal(value, new_value)) {\n value = new_value;\n if (stop) { // store is ready\n const run_queue = !subscriber_queue.length;\n for (let i = 0; i < subscribers.length; i += 1) {\n const s = subscribers[i];\n s[1]();\n subscriber_queue.push(s, value);\n }\n if (run_queue) {\n for (let i = 0; i < subscriber_queue.length; i += 2) {\n subscriber_queue[i][0](subscriber_queue[i + 1]);\n }\n subscriber_queue.length = 0;\n }\n }\n }\n }\n function update(fn) {\n set(fn(value));\n }\n function subscribe(run, invalidate = noop) {\n const subscriber = [run, invalidate];\n subscribers.push(subscriber);\n if (subscribers.length === 1) {\n stop = start(set) || noop;\n }\n run(value);\n return () => {\n const index = subscribers.indexOf(subscriber);\n if (index !== -1) {\n subscribers.splice(index, 1);\n }\n if (subscribers.length === 0) {\n stop();\n stop = null;\n }\n };\n }\n return { set, update, subscribe };\n}\n/**\n * Derived value store by synchronizing one or more readable stores and\n * applying an aggregation function over its input values.\n * @param {Stores} stores input stores\n * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values\n * @param {*=}initial_value when used asynchronously\n */\nfunction derived(stores, fn, initial_value) {\n const single = !Array.isArray(stores);\n const stores_array = single\n ? [stores]\n : stores;\n const auto = fn.length < 2;\n return readable(initial_value, (set) => {\n let inited = false;\n const values = [];\n let pending = 0;\n let cleanup = noop;\n const sync = () => {\n if (pending) {\n return;\n }\n cleanup();\n const result = fn(single ? values[0] : values, set);\n if (auto) {\n set(result);\n }\n else {\n cleanup = is_function(result) ? result : noop;\n }\n };\n const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => {\n values[i] = value;\n pending &= ~(1 << i);\n if (inited) {\n sync();\n }\n }, () => {\n pending |= (1 << i);\n }));\n inited = true;\n sync();\n return function stop() {\n run_all(unsubscribers);\n cleanup();\n };\n });\n}\n\nexport { derived, readable, writable };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/src/App.svelte b/2019-setembro/src/App.svelte index 5a4fb75..71ffb37 100644 --- a/2019-setembro/src/App.svelte +++ b/2019-setembro/src/App.svelte @@ -1,6 +1,13 @@ - diff --git a/2019-setembro/src/components/YellowButton.svelte b/2019-setembro/src/components/YellowButton.svelte index 635c30d..edc5fd8 100644 --- a/2019-setembro/src/components/YellowButton.svelte +++ b/2019-setembro/src/components/YellowButton.svelte @@ -1,5 +1,4 @@ diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte index 7b4ceea..cb3f711 100644 --- a/2019-setembro/src/containers/Keyboard.svelte +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -3,7 +3,6 @@ import FuncButton from "../components/FunctionalButton.svelte"; import MiddleKey from "../components/MiddleButton.svelte"; import YellowButton from "../components/YellowButton.svelte"; - export let Keyboard; \r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • 0
    • \r\n
    • 1
    • \r\n
    • 2
    • \r\n
    • 3
    • \r\n
    • 4
    • \r\n
    • 5
    • \r\n
    • 6
    • \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n" + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n", + "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n", + "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/public/js/bundle.js index 0eb8194..e86e810 100644 --- a/2019-setembro/public/js/bundle.js +++ b/2019-setembro/public/js/bundle.js @@ -34,6 +34,12 @@ var app = (function () { function detach(node) { node.parentNode.removeChild(node); } + function destroy_each(iterations, detaching) { + for (let i = 0; i < iterations.length; i += 1) { + if (iterations[i]) + iterations[i].d(detaching); + } + } function element(name) { return document.createElement(name); } @@ -66,6 +72,14 @@ var app = (function () { function set_current_component(component) { current_component = component; } + function get_current_component() { + if (!current_component) + throw new Error(`Function called outside component initialization`); + return current_component; + } + function onMount(fn) { + get_current_component().$$.on_mount.push(fn); + } const dirty_components = []; const binding_callbacks = []; @@ -349,64 +363,60 @@ var app = (function () { } } - const subscriber_queue = []; - /** - * Create a `Writable` store that allows both updating and reading by subscription. - * @param {*=}value initial value - * @param {StartStopNotifier=}start start and stop notifications for subscriptions - */ - function writable(value, start = noop) { - let stop; - const subscribers = []; - function set(new_value) { - if (safe_not_equal(value, new_value)) { - value = new_value; - if (stop) { // store is ready - const run_queue = !subscriber_queue.length; - for (let i = 0; i < subscribers.length; i += 1) { - const s = subscribers[i]; - s[1](); - subscriber_queue.push(s, value); - } - if (run_queue) { - for (let i = 0; i < subscriber_queue.length; i += 2) { - subscriber_queue[i][0](subscriber_queue[i + 1]); - } - subscriber_queue.length = 0; - } - } - } - } - function update(fn) { - set(fn(value)); - } - function subscribe(run, invalidate = noop) { - const subscriber = [run, invalidate]; - subscribers.push(subscriber); - if (subscribers.length === 1) { - stop = start(set) || noop; - } - run(value); - return () => { - const index = subscribers.indexOf(subscriber); - if (index !== -1) { - subscribers.splice(index, 1); - } - if (subscribers.length === 0) { - stop(); - stop = null; - } - }; - } - return { set, update, subscribe }; - } - /* src\containers\Screen.svelte generated by Svelte v3.12.0 */ + const { console: console_1 } = globals; const file = "src\\containers\\Screen.svelte"; + function get_each_context(ctx, list, i) { + const child_ctx = Object.create(ctx); + child_ctx.key = list[i]; + return child_ctx; + } + + // (165:8) {#each display as key} + function create_each_block(ctx) { + var li, t_value = ctx.key + "", t; + + const block = { + c: function create() { + li = element("li"); + t = text(t_value); + attr_dev(li, "class", "char svelte-w7n64k"); + add_location(li, file, 165, 10, 3315); + }, + + m: function mount(target, anchor) { + insert_dev(target, li, anchor); + append_dev(li, t); + }, + + p: function update(changed, ctx) { + if ((changed.display) && t_value !== (t_value = ctx.key + "")) { + set_data_dev(t, t_value); + } + }, + + d: function destroy(detaching) { + if (detaching) { + detach_dev(li); + } + } + }; + dispatch_dev("SvelteRegisterBlock", { block, id: create_each_block.name, type: "each", source: "(165:8) {#each display as key}", ctx }); + return block; + } + function create_fragment(ctx) { - var section, div2, div1, ul0, li0, t1, li1, t3, li2, t5, li3, t7, li4, t9, li5, t11, li6, t13, div0, span, t15, ul1, li7, t16, li8, t17, li9, t18, li10, t19, div4, div3; + var section, div2, div1, ul0, t0, div0, span, t2, ul1, li0, t3, li1, t4, li2, t5, li3, t6, div4, div3; + + let each_value = ctx.display; + + let each_blocks = []; + + for (let i = 0; i < each_value.length; i += 1) { + each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i)); + } const block = { c: function create() { @@ -414,82 +424,53 @@ var app = (function () { div2 = element("div"); div1 = element("div"); ul0 = element("ul"); + + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].c(); + } + + t0 = space(); + div0 = element("div"); + span = element("span"); + span.textContent = "TECTOY"; + t2 = space(); + ul1 = element("ul"); li0 = element("li"); - li0.textContent = "0"; - t1 = space(); - li1 = element("li"); - li1.textContent = "1"; t3 = space(); + li1 = element("li"); + t4 = space(); li2 = element("li"); - li2.textContent = "2"; t5 = space(); li3 = element("li"); - li3.textContent = "3"; - t7 = space(); - li4 = element("li"); - li4.textContent = "4"; - t9 = space(); - li5 = element("li"); - li5.textContent = "5"; - t11 = space(); - li6 = element("li"); - li6.textContent = "6"; - t13 = space(); - div0 = element("div"); - span = element("span"); - span.textContent = "TECTOY"; - t15 = space(); - ul1 = element("ul"); - li7 = element("li"); - t16 = space(); - li8 = element("li"); - t17 = space(); - li9 = element("li"); - t18 = space(); - li10 = element("li"); - t19 = space(); + t6 = space(); div4 = element("div"); div3 = element("div"); - attr_dev(li0, "class", "char svelte-w7n64k"); - add_location(li0, file, 163, 8, 3215); - attr_dev(li1, "class", "char svelte-w7n64k"); - add_location(li1, file, 164, 8, 3248); - attr_dev(li2, "class", "char svelte-w7n64k"); - add_location(li2, file, 165, 8, 3281); - attr_dev(li3, "class", "char svelte-w7n64k"); - add_location(li3, file, 166, 8, 3314); - attr_dev(li4, "class", "char svelte-w7n64k"); - add_location(li4, file, 167, 8, 3347); - attr_dev(li5, "class", "char svelte-w7n64k"); - add_location(li5, file, 168, 8, 3380); - attr_dev(li6, "class", "char svelte-w7n64k"); - add_location(li6, file, 169, 8, 3413); attr_dev(ul0, "class", "display svelte-w7n64k"); - add_location(ul0, file, 162, 6, 3185); + add_location(ul0, file, 163, 6, 3251); attr_dev(span, "class", "text svelte-w7n64k"); - add_location(span, file, 172, 8, 3490); - attr_dev(li7, "class", "color red svelte-w7n64k"); - add_location(li7, file, 174, 10, 3563); - attr_dev(li8, "class", "color yellow svelte-w7n64k"); - add_location(li8, file, 175, 10, 3599); - attr_dev(li9, "class", "color blue svelte-w7n64k"); - add_location(li9, file, 176, 10, 3638); - attr_dev(li10, "class", "color green svelte-w7n64k"); - add_location(li10, file, 177, 10, 3675); + add_location(span, file, 176, 8, 3653); + attr_dev(li0, "class", "color red svelte-w7n64k"); + add_location(li0, file, 178, 10, 3726); + attr_dev(li1, "class", "color yellow svelte-w7n64k"); + add_location(li1, file, 179, 10, 3762); + attr_dev(li2, "class", "color blue svelte-w7n64k"); + add_location(li2, file, 180, 10, 3801); + attr_dev(li3, "class", "color green svelte-w7n64k"); + add_location(li3, file, 181, 10, 3838); attr_dev(ul1, "class", "colors svelte-w7n64k"); - add_location(ul1, file, 173, 8, 3532); + add_location(ul1, file, 177, 8, 3695); attr_dev(div0, "class", "text-logo svelte-w7n64k"); - add_location(div0, file, 171, 6, 3457); + add_location(div0, file, 175, 6, 3620); attr_dev(div1, "class", "visor svelte-w7n64k"); - add_location(div1, file, 161, 4, 3158); + add_location(div1, file, 162, 4, 3224); attr_dev(div2, "class", "tela svelte-w7n64k"); - add_location(div2, file, 160, 2, 3134); + add_location(div2, file, 161, 2, 3200); attr_dev(div3, "class", "entrada-disquete svelte-w7n64k"); - add_location(div3, file, 183, 4, 3784); + add_location(div3, file, 187, 4, 3947); attr_dev(div4, "class", "disquete svelte-w7n64k"); - add_location(div4, file, 182, 2, 3756); + add_location(div4, file, 186, 2, 3919); attr_dev(section, "class", "svelte-w7n64k"); - add_location(section, file, 159, 0, 3121); + add_location(section, file, 160, 0, 3187); }, l: function claim(nodes) { @@ -501,37 +482,52 @@ var app = (function () { append_dev(section, div2); append_dev(div2, div1); append_dev(div1, ul0); - append_dev(ul0, li0); - append_dev(ul0, t1); - append_dev(ul0, li1); - append_dev(ul0, t3); - append_dev(ul0, li2); - append_dev(ul0, t5); - append_dev(ul0, li3); - append_dev(ul0, t7); - append_dev(ul0, li4); - append_dev(ul0, t9); - append_dev(ul0, li5); - append_dev(ul0, t11); - append_dev(ul0, li6); - append_dev(div1, t13); + + for (let i = 0; i < each_blocks.length; i += 1) { + each_blocks[i].m(ul0, null); + } + + append_dev(div1, t0); append_dev(div1, div0); append_dev(div0, span); - append_dev(div0, t15); + append_dev(div0, t2); append_dev(div0, ul1); - append_dev(ul1, li7); - append_dev(ul1, t16); - append_dev(ul1, li8); - append_dev(ul1, t17); - append_dev(ul1, li9); - append_dev(ul1, t18); - append_dev(ul1, li10); - append_dev(section, t19); + append_dev(ul1, li0); + append_dev(ul1, t3); + append_dev(ul1, li1); + append_dev(ul1, t4); + append_dev(ul1, li2); + append_dev(ul1, t5); + append_dev(ul1, li3); + append_dev(section, t6); append_dev(section, div4); append_dev(div4, div3); }, - p: noop, + p: function update(changed, ctx) { + if (changed.display) { + each_value = ctx.display; + + let i; + for (i = 0; i < each_value.length; i += 1) { + const child_ctx = get_each_context(ctx, each_value, i); + + if (each_blocks[i]) { + each_blocks[i].p(changed, child_ctx); + } else { + each_blocks[i] = create_each_block(child_ctx); + each_blocks[i].c(); + each_blocks[i].m(ul0, null); + } + } + + for (; i < each_blocks.length; i += 1) { + each_blocks[i].d(1); + } + each_blocks.length = each_value.length; + } + }, + i: noop, o: noop, @@ -539,26 +535,67 @@ var app = (function () { if (detaching) { detach_dev(section); } + + destroy_each(each_blocks, detaching); } }; dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment.name, type: "component", source: "", ctx }); return block; } + function instance($$self, $$props, $$invalidate) { + let { display } = $$props; + console.log("rendering screen", display); + + const writable_props = ['display']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console_1.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('display' in $$props) $$invalidate('display', display = $$props.display); + }; + + $$self.$capture_state = () => { + return { display }; + }; + + $$self.$inject_state = $$props => { + if ('display' in $$props) $$invalidate('display', display = $$props.display); + }; + + return { display }; + } + class Screen extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, null, create_fragment, safe_not_equal, []); + init(this, options, instance, create_fragment, safe_not_equal, ["display"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Screen", options, id: create_fragment.name }); + + const { ctx } = this.$$; + const props = options.props || {}; + if (ctx.display === undefined && !('display' in props)) { + console_1.warn(" was created without expected prop 'display'"); + } + } + + get display() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set display(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } } /* src\components\BigButton.svelte generated by Svelte v3.12.0 */ + const { console: console_1$1 } = globals; const file$1 = "src\\components\\BigButton.svelte"; function create_fragment$1(ctx) { - var button, span, t, button_class_value; + var button, span, t, button_class_value, dispose; const block = { c: function create() { @@ -566,10 +603,11 @@ var app = (function () { span = element("span"); t = text(ctx.key); attr_dev(span, "class", "text svelte-101k2jr"); - add_location(span, file$1, 46, 2, 777); + add_location(span, file$1, 55, 2, 1000); attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-101k2jr"); attr_dev(button, "type", "submit"); - add_location(button, file$1, 45, 0, 723); + add_location(button, file$1, 51, 0, 894); + dispose = listen_dev(button, "click", ctx.click_handler); }, l: function claim(nodes) { @@ -599,20 +637,30 @@ var app = (function () { if (detaching) { detach_dev(button); } + + dispose(); } }; dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$1.name, type: "component", source: "", ctx }); return block; } - function instance($$self, $$props, $$invalidate) { + function instance$1($$self, $$props, $$invalidate) { let { key, color } = $$props; + const handleBigButtonClick = letter => { + console.log(letter); + let audio = new Audio(); + audio.src = "./sounds/click.wav"; + audio.play(); + }; const writable_props = ['key', 'color']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$1.warn(` was created with unknown prop '${key}'`); }); + const click_handler = () => handleBigButtonClick(key); + $$self.$set = $$props => { if ('key' in $$props) $$invalidate('key', key = $$props.key); if ('color' in $$props) $$invalidate('color', color = $$props.color); @@ -627,22 +675,27 @@ var app = (function () { if ('color' in $$props) $$invalidate('color', color = $$props.color); }; - return { key, color }; + return { + key, + color, + handleBigButtonClick, + click_handler + }; } class BigButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance, create_fragment$1, safe_not_equal, ["key", "color"]); + init(this, options, instance$1, create_fragment$1, safe_not_equal, ["key", "color", "handleBigButtonClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "BigButton", options, id: create_fragment$1.name }); const { ctx } = this.$$; const props = options.props || {}; if (ctx.key === undefined && !('key' in props)) { - console.warn(" was created without expected prop 'key'"); + console_1$1.warn(" was created without expected prop 'key'"); } if (ctx.color === undefined && !('color' in props)) { - console.warn(" was created without expected prop 'color'"); + console_1$1.warn(" was created without expected prop 'color'"); } } @@ -661,21 +714,31 @@ var app = (function () { set color(value) { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + + get handleBigButtonClick() { + return this.$$.ctx.handleBigButtonClick; + } + + set handleBigButtonClick(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } } /* src\components\FunctionalButton.svelte generated by Svelte v3.12.0 */ + const { console: console_1$2 } = globals; const file$2 = "src\\components\\FunctionalButton.svelte"; function create_fragment$2(ctx) { - var button, t, button_class_value; + var button, t, button_class_value, dispose; const block = { c: function create() { button = element("button"); t = text(ctx.text); attr_dev(button, "class", button_class_value = "functional-button -" + ctx.color + " -font-" + ctx.fontColor + " svelte-1pz1i0x"); - add_location(button, file$2, 49, 0, 795); + add_location(button, file$2, 56, 0, 971); + dispose = listen_dev(button, "click", ctx.click_handler); }, l: function claim(nodes) { @@ -704,20 +767,31 @@ var app = (function () { if (detaching) { detach_dev(button); } + + dispose(); } }; dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$2.name, type: "component", source: "", ctx }); return block; } - function instance$1($$self, $$props, $$invalidate) { + function instance$2($$self, $$props, $$invalidate) { let { text, color, fontColor } = $$props; + const handleFunctionalButtonClick = text => { + console.log(text); + let audio = new Audio(); + audio.src = "./sounds/click.wav"; + audio.play(); + }; + const writable_props = ['text', 'color', 'fontColor']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$2.warn(` was created with unknown prop '${key}'`); }); + const click_handler = () => handleFunctionalButtonClick(text); + $$self.$set = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('color' in $$props) $$invalidate('color', color = $$props.color); @@ -734,25 +808,31 @@ var app = (function () { if ('fontColor' in $$props) $$invalidate('fontColor', fontColor = $$props.fontColor); }; - return { text, color, fontColor }; + return { + text, + color, + fontColor, + handleFunctionalButtonClick, + click_handler + }; } class FunctionalButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$1, create_fragment$2, safe_not_equal, ["text", "color", "fontColor"]); + init(this, options, instance$2, create_fragment$2, safe_not_equal, ["text", "color", "fontColor", "handleFunctionalButtonClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "FunctionalButton", options, id: create_fragment$2.name }); const { ctx } = this.$$; const props = options.props || {}; if (ctx.text === undefined && !('text' in props)) { - console.warn(" was created without expected prop 'text'"); + console_1$2.warn(" was created without expected prop 'text'"); } if (ctx.color === undefined && !('color' in props)) { - console.warn(" was created without expected prop 'color'"); + console_1$2.warn(" was created without expected prop 'color'"); } if (ctx.fontColor === undefined && !('fontColor' in props)) { - console.warn(" was created without expected prop 'fontColor'"); + console_1$2.warn(" was created without expected prop 'fontColor'"); } } @@ -779,10 +859,18 @@ var app = (function () { set fontColor(value) { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + + get handleFunctionalButtonClick() { + return this.$$.ctx.handleFunctionalButtonClick; + } + + set handleFunctionalButtonClick(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } } /* src\components\MiddleButton.svelte generated by Svelte v3.12.0 */ - const { console: console_1 } = globals; + const { console: console_1$3 } = globals; const file$3 = "src\\components\\MiddleButton.svelte"; @@ -798,11 +886,11 @@ var app = (function () { span1 = element("span"); t2 = text(ctx.text); attr_dev(span0, "class", "number svelte-12fuhl8"); - add_location(span0, file$3, 46, 2, 893); + add_location(span0, file$3, 92, 2, 1826); attr_dev(span1, "class", "tone svelte-12fuhl8"); - add_location(span1, file$3, 47, 2, 933); + add_location(span1, file$3, 93, 2, 1866); attr_dev(button, "class", "middle-button svelte-12fuhl8"); - add_location(button, file$3, 43, 0, 798); + add_location(button, file$3, 89, 0, 1731); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -844,14 +932,60 @@ var app = (function () { return block; } - function instance$2($$self, $$props, $$invalidate) { + function instance$3($$self, $$props, $$invalidate) { let { text, number, handleMiddleButtonClick = (number, text) => { - console.log(number, text); + console.log(Number(number), text); + let bu = "./sounds/"; + let audio = new Audio(); + switch (Number(number)) { + case 1: { + audio.src = bu + "do.wav"; + break; + } + case 2: { + audio.src = bu + "re.wav"; + break; + } + case 3: { + audio.src = bu + "mi.wav"; + break; + } + case 4: { + audio.src = bu + "fa.wav"; + break; + } + case 5: { + audio.src = bu + "sol.wav"; + break; + } + case 6: { + audio.src = bu + "la.wav"; + break; + } + case 7: { + audio.src = bu + "si.wav"; + break; + } + case 8: { + audio.src = bu + "do-m.wav"; + break; + } + case 9: { + audio.src = bu + "sol.wav"; + break; + } + default: { + audio.src = bu + "sol.wav"; + break; + } + } + console.log(audio); + audio.play(); } } = $$props; const writable_props = ['text', 'number', 'handleMiddleButtonClick']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console_1.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$3.warn(` was created with unknown prop '${key}'`); }); const click_handler = () => handleMiddleButtonClick(number, text); @@ -883,16 +1017,16 @@ var app = (function () { class MiddleButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$2, create_fragment$3, safe_not_equal, ["text", "number", "handleMiddleButtonClick"]); + init(this, options, instance$3, create_fragment$3, safe_not_equal, ["text", "number", "handleMiddleButtonClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MiddleButton", options, id: create_fragment$3.name }); const { ctx } = this.$$; const props = options.props || {}; if (ctx.text === undefined && !('text' in props)) { - console_1.warn(" was created without expected prop 'text'"); + console_1$3.warn(" was created without expected prop 'text'"); } if (ctx.number === undefined && !('number' in props)) { - console_1.warn(" was created without expected prop 'number'"); + console_1$3.warn(" was created without expected prop 'number'"); } } @@ -922,18 +1056,20 @@ var app = (function () { } /* src\components\YellowButton.svelte generated by Svelte v3.12.0 */ + const { console: console_1$4 } = globals; const file$4 = "src\\components\\YellowButton.svelte"; function create_fragment$4(ctx) { - var button, t; + var button, t, dispose; const block = { c: function create() { button = element("button"); t = text(ctx.text); attr_dev(button, "class", "yellow-button svelte-198d3mt"); - add_location(button, file$4, 25, 0, 406); + add_location(button, file$4, 31, 0, 570); + dispose = listen_dev(button, "click", ctx.click_handler); }, l: function claim(nodes) { @@ -958,20 +1094,30 @@ var app = (function () { if (detaching) { detach_dev(button); } + + dispose(); } }; dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment$4.name, type: "component", source: "", ctx }); return block; } - function instance$3($$self, $$props, $$invalidate) { + function instance$4($$self, $$props, $$invalidate) { let { text } = $$props; + const handleYellowClick = text => { + console.log(text); + let audio = new Audio(); + audio.src = "./sounds/click.wav"; + audio.play(); + }; const writable_props = ['text']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$4.warn(` was created with unknown prop '${key}'`); }); + const click_handler = () => handleYellowClick(text); + $$self.$set = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); }; @@ -984,19 +1130,19 @@ var app = (function () { if ('text' in $$props) $$invalidate('text', text = $$props.text); }; - return { text }; + return { text, handleYellowClick, click_handler }; } class YellowButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$3, create_fragment$4, safe_not_equal, ["text"]); + init(this, options, instance$4, create_fragment$4, safe_not_equal, ["text", "handleYellowClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "YellowButton", options, id: create_fragment$4.name }); const { ctx } = this.$$; const props = options.props || {}; if (ctx.text === undefined && !('text' in props)) { - console.warn(" was created without expected prop 'text'"); + console_1$4.warn(" was created without expected prop 'text'"); } } @@ -1007,6 +1153,14 @@ var app = (function () { set text(value) { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + + get handleYellowClick() { + return this.$$.ctx.handleYellowClick; + } + + set handleYellowClick(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } } /* src\containers\Keyboard.svelte generated by Svelte v3.12.0 */ @@ -1316,89 +1470,89 @@ var app = (function () { li31 = element("li"); yellowbutton9.$$.fragment.c(); attr_dev(li0, "class", "svelte-1v97djx"); - add_location(li0, file$5, 181, 6, 3960); + add_location(li0, file$5, 193, 6, 4268); attr_dev(li1, "class", "svelte-1v97djx"); - add_location(li1, file$5, 184, 6, 4028); + add_location(li1, file$5, 196, 6, 4336); attr_dev(li2, "class", "svelte-1v97djx"); - add_location(li2, file$5, 187, 6, 4099); + add_location(li2, file$5, 199, 6, 4407); attr_dev(li3, "class", "svelte-1v97djx"); - add_location(li3, file$5, 190, 6, 4168); + add_location(li3, file$5, 202, 6, 4476); attr_dev(ul0, "class", "big-buttons-list svelte-1v97djx"); - add_location(ul0, file$5, 180, 4, 3923); + add_location(ul0, file$5, 192, 4, 4231); attr_dev(li4, "class", "svelte-1v97djx"); - add_location(li4, file$5, 197, 8, 4323); + add_location(li4, file$5, 209, 8, 4631); attr_dev(li5, "class", "svelte-1v97djx"); - add_location(li5, file$5, 200, 8, 4422); + add_location(li5, file$5, 212, 8, 4730); attr_dev(li6, "class", "svelte-1v97djx"); - add_location(li6, file$5, 203, 8, 4521); + add_location(li6, file$5, 215, 8, 4829); attr_dev(li7, "class", "svelte-1v97djx"); - add_location(li7, file$5, 206, 8, 4618); + add_location(li7, file$5, 218, 8, 4926); attr_dev(ul1, "class", "func-butons svelte-1v97djx"); - add_location(ul1, file$5, 196, 6, 4289); + add_location(ul1, file$5, 208, 6, 4597); attr_dev(li8, "class", "svelte-1v97djx"); - add_location(li8, file$5, 211, 8, 4762); + add_location(li8, file$5, 223, 8, 5070); attr_dev(li9, "class", "svelte-1v97djx"); - add_location(li9, file$5, 214, 8, 4857); + add_location(li9, file$5, 226, 8, 5165); attr_dev(li10, "class", "svelte-1v97djx"); - add_location(li10, file$5, 217, 8, 4952); + add_location(li10, file$5, 229, 8, 5260); attr_dev(li11, "class", "svelte-1v97djx"); - add_location(li11, file$5, 220, 8, 5047); + add_location(li11, file$5, 232, 8, 5355); attr_dev(ul2, "class", "oper-buttons svelte-1v97djx"); - add_location(ul2, file$5, 210, 6, 4727); + add_location(ul2, file$5, 222, 6, 5035); attr_dev(section0, "class", "wrap-functions svelte-1v97djx"); - add_location(section0, file$5, 195, 4, 4249); + add_location(section0, file$5, 207, 4, 4557); attr_dev(li12, "class", "svelte-1v97djx"); - add_location(li12, file$5, 227, 8, 5241); + add_location(li12, file$5, 239, 8, 5549); attr_dev(li13, "class", "svelte-1v97djx"); - add_location(li13, file$5, 230, 8, 5319); + add_location(li13, file$5, 242, 8, 5627); attr_dev(li14, "class", "svelte-1v97djx"); - add_location(li14, file$5, 233, 8, 5394); + add_location(li14, file$5, 245, 8, 5702); attr_dev(li15, "class", "svelte-1v97djx"); - add_location(li15, file$5, 236, 8, 5469); + add_location(li15, file$5, 248, 8, 5777); attr_dev(li16, "class", "svelte-1v97djx"); - add_location(li16, file$5, 239, 8, 5544); + add_location(li16, file$5, 251, 8, 5852); attr_dev(li17, "class", "svelte-1v97djx"); - add_location(li17, file$5, 242, 8, 5619); + add_location(li17, file$5, 254, 8, 5927); attr_dev(li18, "class", "svelte-1v97djx"); - add_location(li18, file$5, 245, 8, 5695); + add_location(li18, file$5, 257, 8, 6003); attr_dev(li19, "class", "svelte-1v97djx"); - add_location(li19, file$5, 248, 8, 5770); + add_location(li19, file$5, 260, 8, 6078); attr_dev(li20, "class", "svelte-1v97djx"); - add_location(li20, file$5, 251, 8, 5845); + add_location(li20, file$5, 263, 8, 6153); attr_dev(li21, "class", "svelte-1v97djx"); - add_location(li21, file$5, 254, 8, 5920); + add_location(li21, file$5, 266, 8, 6228); attr_dev(ul3, "class", "middle-buttons svelte-1v97djx"); - add_location(ul3, file$5, 226, 6, 5204); + add_location(ul3, file$5, 238, 6, 5512); attr_dev(section1, "class", "wrap-middle svelte-1v97djx"); - add_location(section1, file$5, 225, 4, 5167); + add_location(section1, file$5, 237, 4, 5475); attr_dev(li22, "class", "svelte-1v97djx"); - add_location(li22, file$5, 261, 8, 6094); + add_location(li22, file$5, 273, 8, 6402); attr_dev(li23, "class", "svelte-1v97djx"); - add_location(li23, file$5, 264, 8, 6165); + add_location(li23, file$5, 276, 8, 6473); attr_dev(li24, "class", "svelte-1v97djx"); - add_location(li24, file$5, 267, 8, 6239); + add_location(li24, file$5, 279, 8, 6547); attr_dev(li25, "class", "svelte-1v97djx"); - add_location(li25, file$5, 270, 8, 6317); + add_location(li25, file$5, 282, 8, 6625); attr_dev(li26, "class", "svelte-1v97djx"); - add_location(li26, file$5, 273, 8, 6389); + add_location(li26, file$5, 285, 8, 6697); attr_dev(li27, "class", "svelte-1v97djx"); - add_location(li27, file$5, 276, 8, 6464); + add_location(li27, file$5, 288, 8, 6772); attr_dev(li28, "class", "svelte-1v97djx"); - add_location(li28, file$5, 279, 8, 6537); + add_location(li28, file$5, 291, 8, 6845); attr_dev(li29, "class", "svelte-1v97djx"); - add_location(li29, file$5, 282, 8, 6609); + add_location(li29, file$5, 294, 8, 6917); attr_dev(li30, "class", "svelte-1v97djx"); - add_location(li30, file$5, 285, 8, 6686); + add_location(li30, file$5, 297, 8, 6994); attr_dev(li31, "class", "svelte-1v97djx"); - add_location(li31, file$5, 288, 8, 6765); + add_location(li31, file$5, 300, 8, 7073); attr_dev(ul4, "class", "yellow-buttons svelte-1v97djx"); - add_location(ul4, file$5, 260, 6, 6057); + add_location(ul4, file$5, 272, 6, 6365); attr_dev(section2, "class", "wrap-yellow svelte-1v97djx"); - add_location(section2, file$5, 259, 4, 6020); + add_location(section2, file$5, 271, 4, 6328); attr_dev(div, "class", "inner-keyboard-container svelte-1v97djx"); - add_location(div, file$5, 179, 2, 3879); + add_location(div, file$5, 191, 2, 4187); attr_dev(section3, "class", "keyboard-container svelte-1v97djx"); - add_location(section3, file$5, 178, 0, 3839); + add_location(section3, file$5, 190, 0, 4147); }, l: function claim(nodes) { @@ -1695,20 +1849,35 @@ var app = (function () { return block; } + function instance$5($$self) { + + $$self.$capture_state = () => { + return {}; + }; + + $$self.$inject_state = $$props => {}; + + return {}; + } + class Keyboard extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, null, create_fragment$5, safe_not_equal, []); + init(this, options, instance$5, create_fragment$5, safe_not_equal, []); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard", options, id: create_fragment$5.name }); } } /* src\App.svelte generated by Svelte v3.12.0 */ + const { console: console_1$5 } = globals; function create_fragment$6(ctx) { var t, current; - var screen = new Screen({ $$inline: true }); + var screen = new Screen({ + props: { display: ctx.display }, + $$inline: true + }); var keyboard = new Keyboard({ $$inline: true }); @@ -1730,7 +1899,11 @@ var app = (function () { current = true; }, - p: noop, + p: function update(changed, ctx) { + var screen_changes = {}; + if (changed.display) screen_changes.display = ctx.display; + screen.$set(screen_changes); + }, i: function intro(local) { if (current) return; @@ -1761,30 +1934,49 @@ var app = (function () { return block; } - function instance$4($$self) { + function instance$6($$self, $$props, $$invalidate) { + let { display = [0, 1, 2, 3, 4, 5, 6] } = $$props; - const operations = writable(0); - operations.set([]); - const unsubscribe = operations.subscribe(value => { - console.log(value); + onMount(() => { + $$invalidate('display', display = [0, 0, 0, 0, 0, 0, 0]); + console.log("onmount", display); }); + const writable_props = ['display']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$5.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('display' in $$props) $$invalidate('display', display = $$props.display); + }; + $$self.$capture_state = () => { - return {}; + return { display }; }; - $$self.$inject_state = $$props => {}; + $$self.$inject_state = $$props => { + if ('display' in $$props) $$invalidate('display', display = $$props.display); + }; - return {}; + return { display }; } class App extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$4, create_fragment$6, safe_not_equal, []); + init(this, options, instance$6, create_fragment$6, safe_not_equal, ["display"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$6.name }); } + + get display() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set display(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } } const app = new App({ diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/public/js/bundle.js.map index ff65f0b..c7e1974 100644 --- a/2019-setembro/public/js/bundle.js.map +++ b/2019-setembro/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../node_modules/svelte/store/index.mjs","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","import { safe_not_equal, noop, run_all, is_function } from '../internal';\nexport { get_store_value as get } from '../internal';\n\nconst subscriber_queue = [];\n/**\n * Creates a `Readable` store that allows reading by subscription.\n * @param value initial value\n * @param {StartStopNotifier}start start and stop notifications for subscriptions\n */\nfunction readable(value, start) {\n return {\n subscribe: writable(value, start).subscribe,\n };\n}\n/**\n * Create a `Writable` store that allows both updating and reading by subscription.\n * @param {*=}value initial value\n * @param {StartStopNotifier=}start start and stop notifications for subscriptions\n */\nfunction writable(value, start = noop) {\n let stop;\n const subscribers = [];\n function set(new_value) {\n if (safe_not_equal(value, new_value)) {\n value = new_value;\n if (stop) { // store is ready\n const run_queue = !subscriber_queue.length;\n for (let i = 0; i < subscribers.length; i += 1) {\n const s = subscribers[i];\n s[1]();\n subscriber_queue.push(s, value);\n }\n if (run_queue) {\n for (let i = 0; i < subscriber_queue.length; i += 2) {\n subscriber_queue[i][0](subscriber_queue[i + 1]);\n }\n subscriber_queue.length = 0;\n }\n }\n }\n }\n function update(fn) {\n set(fn(value));\n }\n function subscribe(run, invalidate = noop) {\n const subscriber = [run, invalidate];\n subscribers.push(subscriber);\n if (subscribers.length === 1) {\n stop = start(set) || noop;\n }\n run(value);\n return () => {\n const index = subscribers.indexOf(subscriber);\n if (index !== -1) {\n subscribers.splice(index, 1);\n }\n if (subscribers.length === 0) {\n stop();\n stop = null;\n }\n };\n }\n return { set, update, subscribe };\n}\n/**\n * Derived value store by synchronizing one or more readable stores and\n * applying an aggregation function over its input values.\n * @param {Stores} stores input stores\n * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values\n * @param {*=}initial_value when used asynchronously\n */\nfunction derived(stores, fn, initial_value) {\n const single = !Array.isArray(stores);\n const stores_array = single\n ? [stores]\n : stores;\n const auto = fn.length < 2;\n return readable(initial_value, (set) => {\n let inited = false;\n const values = [];\n let pending = 0;\n let cleanup = noop;\n const sync = () => {\n if (pending) {\n return;\n }\n cleanup();\n const result = fn(single ? values[0] : values, set);\n if (auto) {\n set(result);\n }\n else {\n cleanup = is_function(result) ? result : noop;\n }\n };\n const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => {\n values[i] = value;\n pending &= ~(1 << i);\n if (inited) {\n sync();\n }\n }, () => {\n pending |= (1 << i);\n }));\n inited = true;\n sync();\n return function stop() {\n run_all(unsubscribers);\n cleanup();\n };\n });\n}\n\nexport { derived, readable, writable };\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n","\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n","\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/public/sounds/click.wav b/2019-setembro/public/sounds/click.wav new file mode 100644 index 0000000000000000000000000000000000000000..4656f06c8008c331c0ac850d94f9b526071e7903 GIT binary patch literal 18540 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 literal 0 HcmV?d00001 diff --git a/2019-setembro/public/sounds/do-m.wav b/2019-setembro/public/sounds/do-m.wav new file mode 100644 index 0000000000000000000000000000000000000000..f8be59b96a689e0a3b25b4fc7b7189e8ce3e238b GIT binary patch literal 201554 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

    u8utWd_8>#)F$DNCFw1^v$DBJXAG~U1Mz4)~ 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�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 z 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 Y(V%*R!XE#>f2cv-%7wiD|NN={0~kLV?EnA( literal 0 HcmV?d00001 diff --git a/2019-setembro/public/sounds/do.wav b/2019-setembro/public/sounds/do.wav new file mode 100644 index 0000000000000000000000000000000000000000..921575ae1e5c8b5e2fc8cf1289b34fae425fe365 GIT binary patch literal 88110 zcmWifbC6tH*Ty#v+Y{UNO>$$~w(Y#ZjcsF+iEZ1qd1E`dab~7*wDq0ukFKsdU3I#u zd!4=3^Lw7vtZuDZdD=kGx@xPMy#@};76Jf3fIy8s0E7-AAb}9*(REnYHLW4=fM4K` zI1SE-@gQF01HHsvQAq?uS}~KS6;*i&(Vur0@A+!cPh1o~#J{2;xGZLZ9bzh2FKUBL z;|wu@6@z1Su`i_W4uNF^SFS3Dbh!%M<6q9hz5iox@u4!kXz!wI4r^oY)ID<2FK z_+l90PvCoz1vQ1OP!RV=yQCJ#l(V8+${Sc!T>}TIRp2`H1o*8ci$z*GF+#7$XLydV zIo>X;rmr2_>>JNk`gXA@z9($8*TWBb{^ry4-n^tXm%mgl@e^_e@l;9>Wu;c&3vL3p z;JK(BzK4Rfz{q2=2Lr!+1UPV z{Irf6bFG_3GpmDH)v9KVu=?81tes9pn~mvny@P3`!yMynMm1rR>H#ry2gI;N3jcRv5|rGF%xNS zt2J9>Rp#fcdE%b+0r+hlowcu`sFNBmq6QkmH=#11Avy+YqGf0?x`+zlis%t;59>+8 zKp*L`C?M?@i*N|sML&UnUbGmt#;f24DFb>gzeM+x19-C9OS07M(s-?!R8LQdmwU>= zYCgt2f%$Z0u%)v%)WfPB7chIp{cV(p`x3hwdK_yKdKudld>DHa*cV&ppAjqWn;Sdq z2^oF#3g%+XXBX3&k(}BK)>P{XmTJdPlD150rvH&w>Bp6YdM-7+-c7Bn?NzI*DYQ|_ zN=;SD=(2KC@1$h&JX7L4Rn#GR6}6FeMcJYpmkq?>3OY7GB?J>Zb|03!S~T*4dT zG5o#Mi#Jfp@mlJ0c0z5zPOD4l1oZ)_qEaWP+S)0kezTjahwO>!DLX-ZZ+B7s&Lt(4 zGfjSMuflEZB5=JmkH^dsbfP)cNigr&Rji;h)-FV3a)!>LefR}-UCia%z-Jxi^ww=D6<{3ueHAu!t*1$r1Sz;8o>LF+EKW|sxm$prCx!DN+UNr%usFR08<4j!y)zq~uy)|C<|nCx@maQG?UhnSNhQe`BHuJ? zOOq@KN39^rZ?A?m>`$oL4tyCOx@nR1d+K)ECzR)$GM)q;4p`W2Sd4uIF%G%;E4#+lxnYbk$alsC|^h>O47v+Fk0P=y<%m1MZO~ z0fC>3HTab1inD;K_zp194A=psLj&ReP&F_Or4oygpYKMMm=`amb8wKRlQxirQdM$A zdg5G^MmbHSl+H$c++K@H+yB5-mJcMFb9oChCG(jPlFgh*j+?j0KI<%v+Szy`vP%r3 zd0|~vA01;VzR#NDEvzZ7!?NLv^b;yd&!UawU(}3b#C6GRe1^Qm)94+%llkx`J`&~x zDMVdZnzlvl?MgUk61*lhR7xGYB-M;@>07M0e9rhso@s8C(_7c%y4GhX7PxA`l{GwK5h-en=D%!-te4LS*?=r7ZWalJZoeuUXa?1QoR~VS5 zGa|gKaY^hk+JLm?R*=`+0d5&X05&v`HMU%|j}{S9^f&)I`js2eOd_kXKrApTf-H7c zc*rS$s?ipBIh!wS<+tQQB1vg3{#8?nmf8WnK&!?VY0ubnZ6q75rC{TBp_^H){F>MOEuPM?$+B*4y zT2S4kjMR$C4fL^ii+&6)&{Kf&`eq)}MzibMWO_y0LY`{p9k2e>ZmOrSkLmGNoM(*H z&-1S}+q2Xj?>Xrd_Y|OS^lNN`zF4f)$H9mCVqDO(T%O?hpL)V`O*`vZqp$Ns^}3!U z{fmBCpP*0DbL;u_i`r4GrWVo`sm0ZEN-5=voL{~s)s}AInfN(MjUU1n=mdzMS)wX# z&tKviY^T(X9+!6!Q&CAtt*cX6KV*N^BUTwuf+Ft4x zS%|DK0}sOgib%Mq7#U%_lKZ>2h_w=9jfLX0c}U!`u82eSOHszj0@^rRLBJUfr`dhc z5344gV12=Ltenyi3rWBpgt^@k4Iw8$h@Ija_#%2mOmkX+-PSyi)m#bQxHa}FdIoCI zU#MZEw6r1IN%n^W%K7Bd%7NrZGD%kD$zesx6G?^FM%tlU5gX2rB*JjG7D^MojC{%U zv79sq7f5V@XZ~4?D*x#OQ~k*btlw$Gv)^m@ncr*qh2OIH^Lv75_vfk*e~ydKiH(Gk zyq5P0?`1r)ik^&(CGE{g&U5RkP3?O2XNOyR$yuv29cyK0IjrAoiFuRXG1iF7?$dA} z+7>*Bcr=&I!QC!7~8N4wA}xEC)4etCu1r5xflv^Q+6 z9>>OeveMU{v}CvEqn*QZ+p4EuF#BkKj5%sv=nu89 zov%L(Ue^D#|pPtU9CNh3AUS)(*@9C^JxP=0O|lE0aG z<(Ecd`Ce>{9F9(tJ4buVd84W1LeZJhu;_98DtZ95k1c>7W7EMn= z8UGVytry~wT@REem%u`r56)zpVQyX&b>?qTCB6oKWq(U!*eWS6J0U@KUdqL`O4C`q z1bIiPJ5Me3<*TsF9aM_7L#1d8wj&h2bH=0JPG>xxbeFo)uJT+~K)J$qDLKG@$~gF0 z`RuBp+|qKTh1^l;tb~+*)IIV7_uM?|*2PE9ah&9xfo}O?;2(d4fAX)R`2+c!a)CEy z&cLr&l7Djawtso#Uw_^R@u!b84)loZ2>gk}0#~Djf_Gx2gQ?A&!2~NB$mTo=>?4N* z`Pi1g7Ct>t6!Z=}gtY_z;7S2QY7j`RGze@`(g&t1v-}U_-M)R&9B&8wKaYlb>LwVg zwF0BmCZMeH4(ye}FoP zs6f&q^gbybCnWcgGKQz0y8xUT~l9TqZtBEIB`NaEdRAP{KO6tq6B|qTRBl*OdXlJo8 zHc2!vHi`WP21&+Vkki}(XPK8#I_otyt(#JkJzW0n9Fs4SRdNfON?tq!Qbo7{m|<{zmF{O542zU8<_FTzzqeIqSHRiX<+gJRc1!gv-+wl0S< zk%Uk?HX$@fObBIzTSL{*#n3KvHPiu34-J5!P<~K1_=T4aNc^mC1=GE|SZQ72i`2Qi zhT;+3_N0d*x%)r)G#gQ8q@} zDh(pjK9Toieun?R{( zGW-%*fSW|>$@9Wrm0!tewROpFw71D_-G@`_X5@-CKGs;{#u2rR^;Kzaf0VO1$D~8f zaNLm8N9k!rn2WUmo%nLGMEu|zK?gnrerG;(gDpf~7)LF6Cw!N0zy-uHTw3hKANW#S zgD=6e*-8AE%2FfRReD3NO4CR>*+Y8E`^;(``j*(9r_oZm;3vL;U zp-<7u=vnkXSU4sjD>ew_Hg!DKT8$ssQS3OM@gLF}AEV__Uv?2>`rFGRip}hL%xFabOk6&6F?LC8+4&(;3oPN6=fA9iBFKziy=x* zkfdaQj&cm1R??tON-mUINr^tmN$|RS51x?M!kuzkxJD*mg}fXrm+OJ`axt)7t^$t9 z-M|ZZB*>=p0`rvSAhp^9oKf$B8QKciRo{=AdtT#IUQJ%_O{rY*2Goh(i2BL%QhTjm z)R$@7Jc_#1+gk4Hn~jV3FTqQG6_gK*<|_hT_9JkSln#z`rUr}I&w}5~f}s<}%+QnA zzoA~S-=RIRTcO=XpHOQn7VP6}2=1V(f{*y`;3cpu)CmoZTZ9{==qDwo_${SLSyA4Q zqNO}JuBNPnba_}{t5ncmTx#Rni%oAC{LcFrJ@n2-%e-xo*V_)I@+?QkwY*qS8O|e1 za%~(`CPJ=!5(m{Dyr9PEcx??itCez0?WC1aFJ#L4j@UGck6qIH8GUu#jMsLU?bOlMPr0oCY|IAW9gioY@I!f#o1rz1gjnmTDQm+gLkzZo8<+|orC-J)yU^rfECYbX^wteeylxFyxJYLjygr#s{GcXa$!AM=eK+N zhd9*&S4eU|Wu=34dCK5o5g&L7j`@?|W#3-(%KHZ8^DaimJip;2PjT4Qvj)`m{0)BV zaiE^=h`%*UyivZ1k@A0{nq-N-xE45%u7S*GEX?P!wDY1Me$UcL+ek{eo=xSbaZb4( zEu_Z6>D5Wec?*H21jMU#57$6Nj_-#5R0h;sh}>@gSOx7*+=+iAev+CbeUP6eO;qM3?^k+;yC^LpYveM~ z1j!qlgipn`pm9bBwKosK`Booj+o|9rvK4%!>A-I`SS;Y@`AwddU*`+iYF>nm5SVtQ&CZSIBaE21ozChVyL-Fl zQ^p;U-LOQhSYgm2+7a>lCAda-yqGj@+Yj%lo* z(VERN&M<72=Znp2yoJ?9q_=;HBzrPg?F3+UvI6#S=gGmO7OF-nBgc`@A!iJn<~#@U zoHF33^F$cVzald!2|OeU?mF+`Oy?RJdQ%<_(s?heU|BX z_Zd6A%VTG~@1m`Jo1;zqzoVl9$6}*{FN|WL;?}6pUVC_`5UCp4PBVuv&l;*II)w^> z1EEhK7*_?Bit7){#|?m1s5_hx>IokQ+d~v=0{;r6g~RZ`+-Vd!*-{Ea?1$hb{r&NODRb7!^Ce{H>TqR;7_q zQhpIDE3J>E!;52&;7a#IS?JFEZDK|E*JuK(7oE(GMlf#>F?pFtZ7?8m9$t)8!L0l?Jhp z6ygt1K|TeBSyQlrEfy_UZBdtv6)V^eQJ#+k*~L3h0C->p_!E>ylYs1Uvq`v^SdORj z=Ge<`p=GQPs=`*o7xZt~o$Bxy3BVgpb-2i$3QJno;Z5T$TpD`}&qNbok7zZxI2r-@ zV*5eJm-O!Dylq%u1}%2J0^BRcKl_~;!wN}AX~`rT?s zr@Blnja8ZLH#f2t=6#mUJkJW5OW0g<7^`N*vobbk1)cN!w{uFgBiF$+at5v^)6rv+ z1~;Sqa3Y|G7xz0c4c?<^_FJ4m_gt)=zyKGT zq4&00#`jk4?YoVq`xe7vz7`^zKP@}$S4p2hBRd$(W=#*SGye@9HKV~6mOoU&E)dG? z^a^>&sn82jB5oVqA2*W~Nil~{N^wl=P4NS)N)bf$QUH7@?iAMJa!SoZwWSk5Bn=7< zz&(Pq(462BxFUER^bNKHW}p+O9=HW2`NzXOzK-a!w=rJjsVw>QLULNwqr8?LD^t-j zwFGFY#c@q9MAz!e9j14(i9XI+r~fctX>-iOYB{s4^2Yc_s&8yW(_%lt{OD3~ByyK$ zjjZBkI8Ky{B#V76P0SOmhI&QI;QG;z_*AM>A`F8NOrgHUyXP#&5HtFrTO z5FZFv3kFt$nV>7o3SPpnP|z=-p_Cx%($e?P7H{Ebw-c`92JFvN6rg$0MyC*}Vdp}~ zLg=RP0&a5aGCukXo{m&N%_DPB*T_}$BXR-li1tIHVjp03qX;};ECQ*`^k9McT-fFT zG0qw$!q!*b)^^xs`z+1r3?%cNR?bgnzFmyuva6CmRwnY@y5%ybp-ut2l+)dA>@2Xa zI2-J(WP^Q8af1)`nkkzsSXRMOJ8+Nr|IZ`k9npOzT;rWA1 zd=F%Y8v>VMoj@{76*vG5e{T5OKOB7WpB6X$xx``rcD~EsfnV@f;UE2t_&fhnzR~}k z|L1EUPI@;9ze~bQ^`tvlAA$9;g7d&NQYTSEQTbujpu4mng?dV|QseeQ^}NO9VP;t= zk1-YTXb^^?3YZybAzDOYd`#pjzZp5i(?|F4TG1`MP;?)^9C^Y;xQYN_OMFjC22NrT zG$64*Zkc#Mx{Qm^)Iyx1+uwk>@GSr@RJP;+~-*W^~6^HFp<(fO04z`5iNX!#aQ1Yk?fl)PWnfS zDS?V2i>skJ2MhCJ!QpI4;4Mw?@1`|;kX`Xutd!nXoKsW5!O90zPTnGAl1eBqQBQR; z%&jGgPTJo*i%SbJmByu#CFyJOS?NHyoZK-oMSkV#|Gd$`@{ni^ z`A)Q`+&Pw0#ztXzuTfSmY!;9gm@(9dfCM*U1hZ=)q)E@Y8U$7jl0rAjwJAPldoWF+|*k9-(X^GZ5rO{6NE4**b zgv2Zc3z+F)TcaXe9@`3EL`$F&(KBdcB#7%r0B#l;iOxh8!e!CPU{h?FIB#&i+q}W+ zTNn6dYd=44wdV({{cMS=k@{KVNOLQnQ^R^-wY8R-1FhA@QY*c2*2-d7);6P+J=%O^ zx3Y#i$j(Mu+fPXkdmOD`XJZ-cjVy(oir2T>@tyW`p3m9B7dTh>Q%4eioYo@h92CDC zQ~c+o1V0=i5}iH5L#m0Q%9tn-j^t+=LOE8UzZ-J=jGhW1to=aPTdXXXf;Jp&%?6lo5*wRij!L# z;#5~hIR%v&4wZ&GCvgU6GMZucgQu)*;FVbom_~V!*%kUOpGuAZL&Ml#fPrrA;ig@+VeI>1GU9RvR~!^F}K5t&v&HYCchx znH80a)(APhy+z96yvOxOc|3+*LvvUHYRC_v%RD0v^CS2#(NJ0?u1fttvNRZ8mlmML zQeV6jf5n&3SNs*Oz!_mq+z}i@o5T!slP92O>-#aa2}V(!y0 z&lo4=FwS9Qq{4ZPrD(h{5BbcC=#ZHY53>g1Ty|@G(*A(bI{!h}%Lg@`l;SUEGSi$4 z^p>rWads1@jQ!otWgoDc+w<*P_E3AI)7y1D+uG+zXFDhDVE3iN?b&pVy_f#9U(+T| zNp{$|#w0S17a%o7MG_Mg$p1havJ*@qYr!MZ29%@s#15KYsB9E3&wjFEEP+MoOtzHX zVO8n>cpU8|($jS=t3qhA>xcT-Oqb_Rlz*`kGjfUmtfP$S8jcY!*`%>>^&OASz2<@f=^|?eJWF2W{YKkyq4&M@2O- z7!(sJAY*;tWjYa#AhlpI=Nm}2W`nC{EwI~Y08YhL040_co`{}>Pohm+uV_EYY`jK^ z#&NXXY>HA^n_yY%EXZJ86W7d(ys`O_8HPj88hPngqZFxP)^V~(61(&RQj zL2~jC9my(Fn^vNmX*xQAMoDk_ob;gI$q*W#>uGiRlMbfc*gQW(R`4}5zj@=$rQWL6FmEY4!Q0%iysgM= zUol$P|C}E4H(_$%0`mv5@Mr$Pe7=7z@9ZDTyZPhzKKHZCf$?-tU>hkF^plIh-A>8S zDrZ>ejngSKfm{!crMCiCSU-Oi5%oR*y*wS!YwaN}rfPCe*`v(ITa;VSP}+h-rG{9e zY~g8@QoOtTku8!Mvm^L_^aaXB@}PNc*5b%P*5}$O&Pe(lwGn$r26ATcWGwr_o~a zgXno_U9^+5Fv{@F=tev|Rte8HzN0_pVbs<>h_*SO(RPv#cc&BZzw`hOvj1>7_7RU^ z_wX+^1+V9M@KABf?eCLNTG#;Xaua1SxDHC_9e4##hy}0|uLOtEOmK^v3{>r-@Q&F8 zr7}%)&lrtg8E>^z-6QrPZQEF(tmO5JZq-xdziI~awiW!IZo1fq>b2I4V zY9q($#TVJjSk(STGdM%(H#-NNYDb7{KOj4-c(UBeOMY4NoPBo8KIAO4f09{tCidR0 z&qp}TMQV~AEF%fvJy{Pp=>mdO0lDZ6(VJct*J#vb6MuoTF007G1E2vPEt>HKycple zJ}`?8U{~qCv=S>ytMbF-tXN1~E=*dw`JF=Y8um)L%4@k9kk0xKklM2eF7O!8^8A3k zya_PutpeNo{(>`o>tS(UJZkKHhVSX+Ye8q^PTJWefD-^qjty zsBWG1akC%9v%}f#z3g=N7hJ{v=ggHhMNxkbQME)$%}A@SpEK40v1N zvidq{hdNDerQ}lD%afJG(itU;uPJr$A!P#Ut#pLC5)ljK>O6%UPiILw`Gg$eE5#0k$MT)?W;m5FXcpl0cu7RtEqj*Jltz?7?%S9tw z$&J3LuB6-g!Si*md@7Lw)|HKpoi2kDks zQ_5puX^^!O-?iG|0d`?r!zqYclD4=N-GTG7pmdJ)mooBAQV+gN+Q~~wZ}@l&MRybs z)Xn475piMy%P$_0Dq_6zKe60iF9P-tan-5|7Fv%%Lu(3*n(feJvj`5EukisRvoy;1 zhd zAtRfunwPAgwcbi)FSnSz&N}F<;&GRRn~Ih}0XrkkxU?4{-B^;CW_wEV9$v3_@68BadF#Pe-WI67r#QZ=-NEV9 z3Q|pZr8FJ;<^SM8xiOfgeBr~?`K+Bbf#%ZpkQ;hw($Is+c~2^m$J?6p^*$xbywm7v zZ#Oo@+laUFRuL(^5IpdV1M57C!Fo?gkm&hGtnd!vYke))9e*2|GB}kK4gr!Jdf=3g zOF=$`ZV+$i0euok$7lOHi5|XfV1)M(yy&q|7LOtg(<9Of?UWp^x;IPtUVObRIq*228E*q z;ooj|>=#{uhDKN5#?eXA`$##tc4V8pIs8n{5`H1SO+GCrC9jezhX=`r!%gJ8?&m8a zWo0#5UY-%HBYR`jdS?Nj-us3*t&e=ZkP!6(31*bz(w??eePN#x=kT&25Iyren6|0n?;Nixhr zez|kxW&F`^etrbc?l++_YXe#caRx#_nXl zbG}{3L>rSZ zX-R_g2B|~a(+w1{^z0wDpPgV6`As%e9A}rnR#yQYV0-XyR$T7L4=I26-`Y&EMNbd@ z^K1rpyhUL--&t7H*BTx3{zUIQ@%W1Vx70@qOP`b-a!t91vL4H-7wuN(fO=Xkkx_rj zkmneU^FAkOe4PmKH6Y9V8^|qxb-KWxg}wKs;@s=-oZcg1t0yBk?$ zKgdHaXQ~)FLbAtQb5_SycJ9Vybq>b0bEd>ycN)euAlc$RyXR*Dy&4+KhK43_J9t7A z4Jt5qpdmWvn~2N0g!Yu)Ql6qE%e&Q zjCGV##NuTm8k0{)|4{};e=DV;4b-C1(Q4P|H1%S%w^}KdL%ko{?#`W-{K+WhX3Zx^ zv(5Bw<)oF;S<|E=R(biTok?NNZ>0yFs~%+ks>k?AwXdkFUUqXwJu!ivm=1e})9M4s= zD&JzPVZDsybgEIENak}p$=q#avYFYz`DQL4W32hKhux3Obpm`Lna?}X*Zdx({0lYR zWd9xBmQLc3X5eSZ0=AY=x`}k6JIGUVk@O(fNP6;`#GJPz1NlXIkz~S&N{`UubQc>! zAM#_g7zopgFeB@TD>5z(U}Kas?73Q&d-P{K;8`Lbdg_2u-X9>hw=vw{83T{#!{KCY z6wI#fhYRKI=p!D9{m78&gUQNrjmPh%4ANl)f_`jPaW)U><)n{LvMv(#E6 z{$1V8i)pX;ZS5srt)Jt)JgvCbd!Ehk{!8C`Z;?8_qs|@QMSH40lietA-co}%ta(A7 zeLFbbz7o`(iNVcIQlLL65NJv>x%yr4jpM{KPyFQ>57z4=U_N~eTBj|?FVxL0l^-U@ z%a7!e(gpcCsvr-5W2C%bITrjPqD(@>N0<Y6Hc$}4-b(q zgx5<~!dLNya5j80d=4EAA3^WJUr^0RL##({;;gYo(hy^>^vZlE<+JZf<(+jBbB0R2 z$SBvlJ1OlVS>$tMto)6vle5yEa({Y7Izn%|v*{evi{*rO*?v)&*XN6PM)r$mpzTB# z@}IcotOt#q+3#`DMOvEs30GAs7PNoDBHJ!7@K%^YrTwC31n>G9?RVMIYIa_G$j-R5@t(GqCuyZc8vTGMqh|sY_12(@-qw9j1$yfLh==+NzR=Ty zt@PHVSADI>Z~rmpOQ4yvHkii&A&(OZ+4k$;AA3lU+j_9Lvp=xbnG&cRm{z9^qd zW#ZU=l+(>~)hDyiG^a4SZSRKxI~#0dtp>x*>R_@_4or)!0!yNu;TxA4j*M)^?II_n z@sTm|fyhnyQDmKb$K^}2A_JuqkvDi!cnVHR?uX|kkHP(ux8aS+_i?sxBK{oyg`Y$o z;2+V2STkDS3}#7;+;jQ3^%z&Nmr6(N$#NB^wercamF=Xm+Km=hWp-8R!O|)-Sz)=8 zo0SZ*O864(hIY_3(4r5)DF(nd9w+L7IKCbF*-h6!nu*Jj7kGtBBK~%|xwPyZD&P!2 zU7Y-Al~W1bcegUA1F=emV%s^4w>f)p0jDk=V=r;3#a5WsIsg`%_eEJVl}KUsvC`dN z89*C?Hq-~kxw}>`=~mu`-C>WIpQYmCDB@Y^e3neU(l4YO4U@Md3w=RG(t0!vi&4xU zu##dMUk190?C6!ajy14az9&YhZA4f7D%ZVjc}HJup2NXyc)vC~hxGp-j9ryhnF~{w|{{Y@k6>EdnZMrQHe$h$XO%9!0H{`)iIynQWCgq{^@gP>yWlS02eDO&X1qpm2Xv6lo zm2d&0We!@S3qxGZS_4YI#z0-Z^`^r|zSxY=fBol8_F z*>~)7_ISINGtvg+fqjWgbXmc8^3m<@g685k=~>a2PJtfU9e*M1WKPNMzhxu80=mAvir6C}}XWJkU++l>}epLLjwL z36xVRfa*#?&`|M#2FeG~Q8^~2DKo_xrI+xk)kJT#lz8WEn+(;Gd3k*)&*Z^8w>Klp z62{gv$+ffCj~fz{@?zyh;(z-#pnnAS8mw|q0um3V{kv_^0ys}U^4Qw7(% z+WnoIg)ZRwOIySnZyRvZQyFg2i=jPQO8i7Uh108PrQS+FIv{Vy@1)=89S)(js5s07 z=YpQ11USeFf+DmZ(8+nw+{p-k+CAYZdlQ^!Ux&r)Kk$f^1*Nh^qoyW7Q;fCvSgeAi zxt`_ZD3sLtB8kXe=~tw=bR&|C2SgIE9d3XZhqK_x;S4w_TnYbnuhoso(iLNo zl*NjZ|FVb4%swqocar3rP9^1wvsbz16jcv6Yt=2zRrQ&(LajjZsJF-zWeB|@2Ut`( z&VbaMM-bzu;1)3wGyvtq7f^tAf_>Q*7@_Cj9l8r%q8s52dJLYWY0)Zr3U#CLI3pb) zT_=_09^_y7r}JBG?`)7yxl=_(`y8HZEkIvgFSM=s0NgP;fu2TMkllDG;@qv3(ndCs zV9eu%&D$(yCev3|fF8G-lhLlj|VKciAAS zx_9yM<{*(BM>|+CxiuT7s;rCtl0Nd>q&vKX3U4QN$s6F%Nvm`r$J+t8Ss{3x|DG=c&oVoyHdcNN&f-8l;2>so4ov`e1|Jk z0tabpU>p4uDD4?1sOL9Z@9j==`J&DYpJ6}tb+$A3tJ|&pqwS;qpLVW5H|J>JvC}4) znfwUWAdNzONY~J6B8Sq^mcci4aDcFR{`%sDZwqMbdk6n`ub_qA7C5JO5?pfccu@+c6?{Eice{x%?T5@BlRdOEb zRkDS5hhO3~k=J-?RFS&Hs!2JG1=3^VKdFb=M1E&Jm#bLAl%-ZC^@Vj?RqPI08vCJ^ z!dCU59nt=_S7;mTUusJyt=f=eQCiZV+=xZ7k3T}g-TGX_?|=~;y8Lj2XvlRjgP-E5 z#X$a2Mv@}-QG%RbY?tWtn1|Ornd8&+;IRo;Uw8Nop+XSKA3$; z9`idnYy6KsF<#JrOw9IMoc`mSq+4ibnpS9ZAv{I?!z;*Zc|Pf+ZX=DgXXK`qfqu~X zQ+Il#6SQ`$xR#nfQ5Dfs%?K_jCE!oF7ixT7ssE(qdKZ+lYRIiD*YHL>?rDfyYZ+fgvBo*~sF(L$ z#2pne5LJT z#7)C4X-lq(M<&4$inY;|O3lBu~BOOue=x|gyb{09Y+<1_218+5! zNZXD1@;qaq@{ciC9cy6ioKZrnWv0_oSm#vDZmMQ=_nFg??8-ONUT#XKO6}+(ckf|2 zx=S{~S2MSSS$9;+-5woB z{)hKF@33j-k*eDTqh#36ZQC{{)*IV)CQc@t z*fu7bSQFb5+v>VF{Py?9UEM1yE9vSwbqZA-l3CkG4Be%6)@0fTQcI1k zLZqlQ5m&Qbq7_yn)WUaBH-wsLT41s|9^5RShgONx;TgPPWI3B3`Qj~#toQzkZ1A>6 zzIsNq3mX^x!IH-<=1b$sitll@uo4}ScjG3i&T)M(?23k$(7A*uf*iElJk! zesVYzBRG_lIsua|@NXjlUp~?a5(IB)W;~Z%LDTUc87FvYb0jJ`Ks(@3et9YX9 zML-5214TD_n{T0EevT$#cOf(Lnx1ze#uU4h(KI&9D3S1&(eBq$JGe9b!@ReU zAx#`GI0>}iXZ(G56@MGP%2%J?v3m0l=6U|Z=p`0EO8@R3h9Y4_+S44-= z95ewvK}}IPTo|3kQuijubaC2JM~%nono&`8Hvf>v&12#*I4drhgs(HRv(D!4UN&=u zd&IDv?8YFcI!)=6A>Zw+_>)}(S>*dHcVe9$Bg#Opydl)wuXRx&6?hnBazR8`RAP$%<0cV{!Qq6Rk+3IU z6m^`CeDBnhE8X6*Eu^msv%az*&nIV!ouaamyeTTfXOh+IpwWP>wR*FH{x7V0;3R($ zI3vCWZpw*)OKKbFpbLFU_ki1EC$ltKX*5O|jn(KQErB0V0@~6KcrMbLbcC^izA}bT zY&M}Uj7D^+(V4b3deQnuLpsM0B#YUDNOKR?);&c0j(+VA>G^>y${#E)TL;^SEy0C6 zL+A^;5bDl0hW%_pdIw20P53!?%>qcd>Z$XmQ993V?V9v&1ti*p7>;_JSwc%*e7l`|)y2)v3PBp>)E z3!-8MMy5EjBvc&Qk@d-JM z`MtdB8C=m)!f6o7RFe{$m0$ zSI2@@OB?x=eabh=so_82Eb`xX*7$EbBDHZUV_@Az9>D;4J!WMdLuD)Gnz>` zG?5%^Q1K8HtS?3}w%b_kB{Qmcg{XE*ljCj^+}~Y=(z&V7VMs|gcDm?0b{gHxey`rd zj;S57x$1eWgZj%(rd~KlOj*A&za1Wy%nQS~ILyRtPKm7!5n@UC>`j_#Fyf;db z=H?VQXHTG6)@R+&msqFv7gk^WE#;oTbkQexi6;%E;u}L_ScWk3CWe=J_rjgL+>svM z?8rJV5Y58oMX#_(+#FL-<zTmRgO@c zC#=ws;3q@^*H97Pax~v;iGDYNXcIlI`_kEZES;j~(hcza5B-%iLIydDPN32_yWWL+ z$;@O2pHI@V7je#F%k5_Qp&Gex|neXx~;_`fR(Rzn#^c{Z$IosK!z35Kn!gEE8B*o=Sa!dY6 zHmj~=g;sbcs)GN)wa^ig5?x3#gK6XRxjrCV+?BeR0lT~H%3aXy0gj&IKsL|q+%q08B znevo)FTe51Dg$4sMzA|789SrmSq0UO)s`;%!T0fYtQXu1zzyOQl~Fq)o5kjfY_XSo zTC6-DV4qz3ag$>XZ@0k&2b8(I5pkqtP2>&^e-AfFKK)9l%9uuv@F*25Ke7mAo-1cq@=Nl zq%-~{Z)l9nquFRyI+5-r#K=W<7#s0u)4&a__9&Hatv=|x3*047{sl=3e;_Ot2Ga0a z!9pxqXo~kLl*pSAe&O2Tm|G}P+p8A2-{xv#NY>TTRt0ywl?nJxQ z$wUow&qTMtcUKbCkB&!M!>iEK;968ZFbDN?IQTaz5(1!QBY(K>7iZR;JO9idM?6wd0+_6=g# zImyh}bX+DDz;?nJ@ZRl5BN85>stK84jgH0T6D01RFqiz3P?`E-iH%mV7skriM)L`9 zU=rIutSa^>-zfXN@1kAQU&N{FKjLKfH+CV-?sBWAhpb!PS0g=m>>IL5v=dXL59I3y zvw5Iwa{88)GkWpNMjmmDW|M^0QklqjofdCH`OsF}TK5FMT>_b;D$((30^O+A(M#$) z-Knn7{OT+P7aP67tI(3{64~bFBb}XzxW9cLeT&sV=VM>>huB43*?y@{+G$Zerz3jf zOh;4P|Dht@Lmg&cRT8Lt8j5*hrQF2-Q^ol;phLAsvw44Hf&X}@_@OR{$?~K4!9R$4 z>=D%bhr~8#57aABoZ4Qt^ou1|QQYo=(-}SM*QT4W9!A z>@>Vimo+yV@|@NwzR#*5URnQ$dsYcK-I^nFKo9<$*MI)OgxOAF75biYDxSdbt6$#eJbv(UJ}iVCPuoWHQ{N<2~9&op+>@?5$KO# z599{Qp@soZulBFe_k2}gonl?o`lOneiFJ2llx|BiqWa`D%8d783|`=u3OHhN7=0kl z)7ShtZtAGQsHW-5| zSS1u8KN6DA_X)*~X9<1HcL{%4Nn>+-U1K@??_z`e-ICR z1FP($JH(jfjx)Nr=Z(g0E_1ls%e>%@HEVi>%(vc3V=Free1f~Ao%o82$*S0ukI**t z4{D&V14GWl|DkO7EY60vlY6KgErw3gs(LL=trCMfDlb{g3*o`6BN_ufk}d9S?Kp9$ zmD3B|wXdKKHbYVS3;G_Ljgr~#^&C51w{!BUDd6^a>YahkPebuu7^1bh%BSgdycwFz zH=!ZCAL`D}>Sp|qs>XZDLfjBl`3yFS7xixQfLl`JcSebg_6*U_ZYgHj9{*;~;H#ay z{7;v&>)un?J0G$aVn3U!Cb5dB1iOL}OHE$`T}pYkj0&unxskOn^YHrSIiAfNCIV(2 z88a?RZB$Wd%qgmvxm}epAE=CGX8p<7qjwn{&@>|r^a>B*IYyLhf*ta#5g^x%7x)I8 z`)3RXZ#G7denveSXY@6O)9vO?^4L0xZ~Jzl?*7$!gMYD_=HD#q`Y(tyekuz3tMHBf zjcigNE87};KCLVUf?c5;o7_+$qa573CWU=PK+Su2&rpVAKsE!zqstbzRi1d0asFu6LMR6bMdM=u>Ft|m+ zvVt3y1DrVd(M~T9+odG8tII8L)*o>{hyd#*#_}uN5rueXb&>7WtJnwhH-plKOVX8J zrPq09BfmIr^b@AJQDieui|Qs5oyWb&34vjaFK+Jv_6;Q^gYIzeCJRa z-xFQL=c$3d((0kFqwMBiCDI1&a1<=TeW431Pj~@q8Ck_3>%rQ`W#f@Vv-!kCNyOen ze~UedhRX4YYO7+2QtSWXuIO=bjZmt%CFoRiCu$R&hWxNjw?*#jN|CPma9Al{c$dl- z`a@L@&QzTOht*$xq~H2}*M)uO^cX8IT5qmGe;Z-EfsTiF*CZA20`f*@1t0KQT2Q{G z4EE3OY!c1Q9+1Ue0xspfMK9ggda@hTKb*O$m@`q;vA?UHv158m!bOxn;WbX0@QzeX z*hr5jq%x|-YCylJl7Z|pM!+s@h}i#tinhf_13jogc5m~oeZ_3;P;0l7#CqktH-9+O z%omPn9&q{?Bb+a^f-{h&cQVn2&V6#v*+3q;14#zfge>HR$S;weB!Ue2YxNj+)!Xn% zJq#0650^(t@g#H)?$X`SM|4yBAwQoKf0Wtr7Eufr=9Td&uNp4rR>2?b68LDWIDVdx z9rsBH;86)DkxHn5-pBsZrgKYGbrY-cUO#z?eH6d=Op#tz7P*uOeausQs2eM`s zKFhkQ8LWXE0KKF&Y#IB^%6M&f7;2v1oRDZ|rxdZ+EB-t-fM>R!vXgcVw#vEb?Q~~* z*S+!H7w9F$i&I`M$kR1fm%M>`kv9vK_lDq)Zb`DsJx|WMIcYv`77nj_#nmW|UFM%$IOd?tnEs4lOb}~yVGw#*O_L_mX*x|BER*NH}qxVGyEgi zzX6NA2_Exqh7NdR!oNH>JcQMcl;ZOv>BPNAVi_0xD2qqes#?)xx=gg0P9JTq-$#n- zbrGdXMJ}tO;ms;Tc&?ffny9`6`>T$@cIri-is~N7tsH+MH37W+o-eH`<{PGpSik8< z20~3~JU)+$l5Qv~ZL1-(rX)?F&d`~l=e!a52@x5wV5!hOua-XUUR9@@UFw7V4ixM* z`ef|0?iHJaO2!PFG1dzonp=WrL^ks&1GC0v& z$u)ASdL?@58bauI+y@zr%{nBWf&b%?d?NOUVsb2RChM`vvasifV(y<}uv1(}Tk_X% zrl)rbh|SI*(c0ZFa(PFE^2UIM8W4Z;E_@}V?YGF{>>u^Ud!jFTP}8!fcp%$I(gUmY z8{bba3u3I48I77MuW>}BG~TI*@lq*zTKT{io55JC8XJeyQsb@ii~_oqxmlkx8=}Nk z9^Br_NXA=1y4boy$5|bXy4E4%hxx#mVO}#L<^f}&vCJUG8lw%pV?ehTZm!SFKhPE+ z>P`1$Rpb0xj0i-<;9yhUJM@{=2?I|xl9r!{tl;&cwZx665{=?E%I|Rn)ci!tRF3%f zYC?Q&Jt}^fP8EMqcT1EP?TZ_UlE>{wm!pT!!RQ?Lnh)KJuGQzFN{x> zFWejYsO9zJKm)YiKM7CsttLCH#niIO8r{IfdJ%roPqe9Vhg_qRa4w)Sjw9#Q7raJJ z#=Av%ta&!vfv3XHSvFjkmBhQfrqE*=4}JPWxT)je^>$52PRt=*>^(_mm!eDUb+iyT z*Y7wxjNjdw=5F^ooafc7Bko*ljC;~b=U%X`ILED#&U&k^GYQzP?X2uhR``0wY~?gJ zw>X!K{B8r|z59+{^mfyWY!jQ|28h`-9{@^ z8#I;$bP1kKQjt=)H;^e7kko1>=_Uq}zhU>y;5C8-%K&l}6xyoxXHwLTr*rI2q=Ykp zBzKSCRNi@1j2+fp_>;4PgX?|4b@&iAINx?V??ni6xn$1Kvy@qI`n;GqL(xGp5HPp{ufeP3` zoXQ@Dv)S)(HMkiIK+HY_sf*_HFE|y%KqqG_e(|J(GzXKv|cRrnF6VGWx z)&btze&e3fMn4@fFY43Acb(DDIyp@RYJDS=8+s7ER7t!^T!c^7?~r7^OqlZo=q+aRf0 z8#=UUArDi8&!o%vf3&)Y7%5~n<0m|4RA!@xE@gbvV~sLM8ST+Va{y{!jY0RUohXIx z8$!Nzc(HW_KQ?QSH^wq@g+3%Z$$PREyW}8BN^*vmn9zOct?n$nn1J;--H$ z_X3Id``{KfFSLN^&}&vDJeyAlj};fg(`CNMIJGfSN#}{~*K4EKwSxUIXIv?rA#RuY z5{*}XMF+{s(I3K%EE5+a3&h6AT`@7zN0yBgQWwI0ojiO|=MS|3-)1L$H_phJNrp$w=qrWTE-D@vS)S5z@2lu z`6(vNIkAk^h*(x@MvPj=V<*k8v1Vp=`;O7XE^myp_s~6d5&G4BNt!sD$xCMoS>qlf z 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 literal 0 HcmV?d00001 diff --git a/2019-setembro/public/sounds/fa.wav b/2019-setembro/public/sounds/fa.wav new file mode 100644 index 0000000000000000000000000000000000000000..731da28da70698838d725bb02942416d7f90562e GIT binary patch literal 87894 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

    jrl?dvu`EbW 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%0AO53cx%J*XLv^eNI7|4N>a6S#rL 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 D%71`v literal 0 HcmV?d00001 diff --git a/2019-setembro/public/sounds/mi.wav b/2019-setembro/public/sounds/mi.wav new file mode 100644 index 0000000000000000000000000000000000000000..8fa7208f9b42af7ec39c61c6178d6514102bc73d GIT binary patch literal 87898 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

    c2i*YO~=*LCOxh zj#+bw{*QIi*H{kR)qbiOv=i^h09BX&h5V{N@&Mm0Px1Eh0=!tyLPK_s&w*cBRl$I3 zg{^b0WleEkB2RY%54sIGxEH*?vy$>SrRj@(k3}PgVwwHN%(MrYrFLv{z+MJEZ$;eI zze6XqUUhLAtF2BVT)r-W)sM}`tuGs(Lp%~nRFX)?lxxLHIZA|43z<|y^ov%ak(w%o zt7GDj@=05jmDP2BIa{xgkKh^_Hg_bvNa6030Qd9!m?c``7B*0Qgv;z*y$O5BQDB^p z)eQ8CX*w_ZLwD5127OU~)vt9vOkO=u7dxRZd;)H7Z1%Uw2nVIIYz4B2KALWg~afdHW(0Y9cb!_p=oK?`)_)6Ye4n z;bSy_PT@9^EchQa4Gsk_vllH2cBZ+(E|@)f!PjOuxq&e>6F&b*1M_LDe>J`JouER# z_cY9#iXZYc9WG>;V@zuuxt@Ua+;Z8;rpO1t5~QW)%@%XstJusiUI z+{auqhy5_UkbO{h7Ah7`rONV`;QgvYal;w0%v3SmIC)gduWJrEa^5`N4OmEa6HRrkgo zI!`8ogKT;8LbiurL2IxQ|24%`4)lvyP&xe6gVj4d75K$EWn(`L8b>8E`E@EY96X#0 zI;n|;e^o?1bTJ9>Rmxyi1GzW_Eb9ZX?-XnoUgIxjCaVBe)^7F&)7vk0hMq#jcZR*= z3t2B~H2Y(9W4%3n*+g6@`NxsCsZP z4GWH-S-}akA~=@D2ZvDSU~ftnY)w}K?WhhuN8nkJ$iIym0z+SeETKQ1RlJ_(2fu3N zv>I4tEWvYF8~JzMfiL3O;o|m{?$be}nvA8I$U(}4oRgm{HEz9{jbu+)QT)9t^ok2$ z2jCWl`6324;v1-q_24Z}#Fp9)chriQLX())?4^FjmSWzluNzSu=!0&7-@ROYrNJsQ z{PXH^ydGRuH<5jD{tnL^pcL;l6x&G)&(;rE$~H*jxL8n+cab$+v1 z&KOqH$;c8q*Ue9R6tWV_n<(eEuI}vBbDgI8mlI2u$F*yv+gg2h6RI-e9A1mj@}8(D z6Ulh;U-?apN7p!t&mZ|tTzYq4H;rZs@q&bCJ^c6dipeb?@NNZ$OJBDNh%bmiQ7mQaC`?)%HSxf8tjLjQJ)$Gvm*<{qR#=m zM*+n=fxoD)e-_>H5&z5AiO=;O!9Mzx4~0L07fJ5Rt*5-KwU2*6JuK%vkwaF6C*=wF zQ+fct*bKZLHK-FY^o%1c3R=jAsEG|=5Dj71a7B*>ioe;UX2;PP!1agz<*Z2#|F05o zp=`#Yz(KpDp*hAatqrj9(z-Kc(Ay}ipVJHI(YC3=yo+kb6RU}+i6eXn`b1F~vf{{O z)?*O|xaTK6NNj>nTO0n-4e&YcUMdCuzSl?#T)Cc7$eOkWNXMjzdkYtWYtuISQKbJprLiB}F3V9JKzFDi1VE@Qs zUf}Zs`$s@0HtE5(sj1)Sk@|u@jXA>)CTAUJ0_K`y`nq|6y)-U#>b3B8%)-~|117Xm ztQA{>dq{v9v4PYOm#B8EE$_yj@P4eB)dzI}4XURHyX+aw%6eC@Bi`GrgfAiO@l~ZF z{(kUM8%~J=9jJ4l6zvQUYU4J07udrd1a`2EfeWl%;1BZ!^3h`a*_8exG#54D@s;NN zy*>FS&s^Twvy8`BYxoRnHd4FC^KZbfR)hWDo|oXM;gI!$ZqX7{L>nX`W&WQJHEz6@ z**~aLWieYM#=i9(oV`1^x9E)TKzML3C6>+X9_?QI(5Zstdm^7xA_79Pf!;wTyhmefa%#u>{#^<~AeK|r zT^Eij;;Af;?l4Ngi&JEhiDfd`PUez_WknfKonH57=}6tx5VY>uIy*5)UTj4sds4@-|KU@j z!7nSA1F(yY<_XM#4hq8@HM5rbynpR8^OQX5ccQlV(u3dCR@)NJIY`3MvMvzm<)!a* zwJM8BlvRc~Nw62$q=DO5&bf1>r0Bgl~HbCAB@z9l1E9D-fDj6W_kx+vV$(V6FVfgGsa)ti4HDS`DQp( ze4ELC9C0?g`k) zgT#|D@QbSCbP`czMh0E3*qERrnaqz=wkk>;Y-1KSMT=bpHZI9(>OQ;EYgCNhF)5$Pm`)n}M(lCf zTNK>weGP8&N_d;R#ol`Fqqo|ts26z)^jz<$p6I1Bqr4hsu-C_o@cuTFyrpKNx6@ql z&KXC)GHkn{V=^askE*sMv1mQrjprSB-jsZLIeT1ZBM*|0S}aRt-Z!%w{pt=i-apM_ zG9nL51N)phz0c-Rr2i4ZmI+!v8d_J?=;+-lm2ZM`%pK>{bo)Cm zop9#)6>!QsAx=`~yn3O=GqtOnT1uXO0Fh}$rZy!~RjEc!3#W)9BglR8qp1IkDjwN4#lHICCv@uqw5Cah#&TYwCGmzFHV)qnZcGsr-RdDpkN$@dMW- zSzx|o3RIVZfiJdFV5V&t$YR?EPMf}g7EHhMnRS8P`f8v%N_Lp88ceBI2BYck!Jt>q zd+n|DE_uJb4PJ3Q&KscHdK+~c?>06=nb}?%vzOT8nb+9_@gq_7Va{7LifDAeWVXq5 zQR0sZwgK1}p=;Pxx;!=_%>EDlX~>VILF2ArKAREdo;gC5g~eu+g<(vw$IT`Cn7mLl zn_o)9)(2s24-<#{#J-kb(&8|<`+0e86RVggMCF+4%idAvfGnf7H;!v$iW`%9y;y3N zFRDuAchz3Mk?LULPRL8C3odqqo|A8(MWS|>JCEd?$1Q57EFyU=geT9Uo+>n%E@L{ zDjC>|{9EQz8`J_jks40%hW!6NeBU$>F+fVwADM+`A?#CnhKIZkDlVdBJ*V0zCh=Br zY(-!BY*xx?w5%o61CKYk*k#sEwFeiq%xC5+<#1w|rVg14XND$^s#`m+yz`)u7-Fl{I*f-RaCE2ux7Z0=?KrQC{^8#8bTk7o=aHz4Q(^(k(C%JfyVk0>@3~ zz(6xRP!3y>)I12h)fs~ObiZIfeHliX!u#U2^p1Hey*1t~Z;2OEul7pmU0xr3%v+;R zdH3|co@35>`OPJ-A-T~pXxnQ{z&mSV5NBl8A>=*M&=pmbNeq?fmaA!J@<=BM(|ppS zV@0tq@GTj@LLU%ui_BOaG9W|jG3p6!QQ!TUdd1lMj&f1I*?`Q^I5_%I>Yo+XwgR)g zr*f~|mP~Y#{l)Knlx$)$lFzxw41@n9=)9L1>?kYY`zrT*A7rrqrFg_5JwqCEX{ohq5aN+tZ zJBxhn**h`Xc|`7f0=Ova)^|eK&wbu`uBJLGRSl;H`>-mgv&0@FRV*sS-oZ1^Qz^7u z{-u)aFbeH9`s-Io6x5dhQT7++5&t0a_`>#-pVXAN5^j@Fi&L6jp`Pd#JLn1c!bG|J z>Z<9bj+kv~y?Mz_n#4|Blh;XL$~&iZ5vQll;{2(jI|n^>xOwl{$^K0pq=%?~FrHI7 z7?b|8&&mz%RPO@e>TbZwvA`nP9H=7mz{H5aNjoSo&h`nEwG#rr%|><@(FtTy1bwD8 z%EPMQVEr;!S*P~W>v~=+J=4?PNiX0j{oTu_KYHEtD{qOu>)p^-yx;n?m)>0S%9|Hn zR})*$HU;%*(@cLe-E|5yt8&Dme=((_ITN4iu^Fk1Z9xt1csS=Jt*OuZXu9Ax4wD^q z?KM-e()N_>MqRbCNl)@@b83&5{p!UV`QgyER|gV_xwzqZ%Jl@jZxp(IdaqdtMDnR ztvRRuG$+()b_#XV|3%J4I_9Nv27CFO0_?GLy}Zr^=JqZNepKCq+f}(B`b@ACv*qCx zf%9Nun#>N=l(B(mk+_%`=xSF7;@e|^z2-+C+@uZ0XNu7sJuSFdp9#*;CfG;k@tW(d zUJtnE(6|o2eGH*b1=%<`$|}vqkxUD6$We@FR)ct+Lcz zBdL9>*>$=>{_yXVKK=vp+`mtXhHQ`pAyed0$N+3cYbh4mS;~fvksP6WL_*)o;gGDV z7rZn}$PD$ATEC_K`zqZ3QzZc#w|yC%iN2gpDPJDvm7Cs~?Z$HoGEwmP@Ofsn60u-C!^0ezcW!l0Z!+W7=6Rk{??sE?J#_ZNW$;F`J6bwRQz@ z_(-(P9<~YnQ46WkJ10!@CbJq-HD&^Oaa&3$YPwFtIs2GJDmya^?la$Hfp*a@Qo=cN zId{Rr8ZV2}in)u~J!Uurud6-5t!hY+dVydU_Ai%EK{h@;4xE%rfu3?AkW>x^j@zSw zPWDV7qkX}?Gk;040e}aWV)Vx=>38-dGhjNvbQy4v~4ESh3S9%YAXEU(0 z2W(-~!FrO9{?kcptNKJ{qz(H6?yGrH&)FuI=<+P%UYEnzioCv4vdyEIT$ESyRAxG* z1MIpu04{prOESw1l(_jY%f_;v9LQ$u#7Wf5w^+lZvIYLM4drvE9gk+WhUZ&|OD>|- zJSSTchnnCpd`Mq4+N@@}?Io4iJXf#vH?>~})d)^0?RPvc#M$Nj;dJq0IE8rrJNQQ3 zWZ&5;_HhphmQgk74$mCiBEDc-`4q?~uL5uECpyTZ28Y_LR8G|ox^_tLfY}`EZq5Z$ zn{Q+{V&Nf*du?Hrwe?bL#ZA~mEKR;sH_`ocOTA3@(YJMPFws*NF)ej>Q%A1>4=+s~ zd_!vTUYT@5>_bOe5Z_S_-_cGNx3jPt=gFhTB12x+_^9T#23%Ip&|eqXVA zQTg{IQ5Rcuo=q=StLI zXXXPJlUPAlk_JyRPrR?KNR?%?;Bhl3*wM@nCNPJC_x0Q07M;kOr>l4~u@!&gKc?y9 z-Wa^aFr8fY)%A6EJxO=d7dcVctXT=4G0v1H_DH8+n-F4;?_NB#%_KG@dS*>+%uHgE zD{R^G6K7;5_AET%ek5Q-2S^6A?|Hti z;`4WqCjO?f&R<6!_)AL&*oYHSQBsCAN-ef-URSN0C90Iuj4c((nXhq& zdgC?BZ0aLv*pKspczPezS2OW`J%~O20tKZx*+9gf=$+B%r2UO1^PYJ0uI-P?H4|&H zPbSz)^w7N}CNazjOG!U-eznqst07FluEW&)v`k3Xcz;T%a)7BxAY}1qd%aD zw@Rh;2CEOjrtIVnQ;UPSRi9u&)in59$}nA|NN|)C4d&qaHL7m=*lxj8b|Mv2Yl3sl z>0onwM=lf9Gdhd+P*?L#>R#SHJ>NT~Pk3kad+(-Bt#9f^`jlR*x9F#Otj-LN=x9po z6()ziY%+j}^yruQ;E`p~GF$1NW(>VR+jxDSntva8j#Sj^mO`bfMYPe&WW`>jvU{kv zc}k6*pO_<~ePaq>HNvblrO1O+vKc@^0oxBBveMSZRF-d`!jBd(>TT8@;GoRcmmO*_*F^1qY~qgN?yOW;G@llup63 z!me#jP3as|Orcp%_g^KuhRW>2R8QRqwl{BrC5?EwO(LR-Y$(~4y@aN-7t1X2g8Gj4 zR;SQcbvwOR?}Sx+!-wQD4RyFFu7{btaEiS6kTAUq&Uw^y(bvsb{Q?{Do7`v=yAOVO z58t85p=U9PY<-yJSbWH8<`WzAWIg085ng_^Om?YFY)4%$Yn>^Q(Cv;7DJjq0*(1mPP)(a@v1a-uam=6!H~(e3vKwpR&pC5QipFS^UM+JzrZj z-#1Ow^&L`)e7Dpq_nq45epb`mH!7U@I{EP-#yOxa!82!4$s6vpU|v@N^;)stn(YMr zi9IT)erQ-#=wQi49daDmkF8jNrJF_^G7Lm?LxHK!p1yKanq}m5ToCew{MbEPg_=aB zNz#u$&b}sRmW-_#WmN{-1kTwTn=ww!hjTVH+f^!Jk%#&`d9(BQkz*Y$xW%^MPT3!9EGL3KxgFeKUj!T5&rGQ?!CO>UZez>K z3==}uGod%i8_@(doPcNVVPH`-F##+ z*dX>Jq0MIV+l*RN9Z}& zt?oE$)Iw%4HKgi4o|8^JBKNU|m}8LYPc3>Q$%CDUi4XaT*SIS6$fuVjzn4u$fst;+ z*^T8J`u7i;4~~%ni{U3mc}L#omhBBL=Hf?)t?Ya04&SV1i>j2ij{0m`t9_;iexx6~ zbA$?E9@}+2mwAgTRek2Z#?afS2j9UwVCJ}co9JI(plqdaTU2<=o38RXtuh+z^L!El&B{NC1n5z1{9;ENX zGtcSsdY^u$SL(!O61eD#4{4=mnkLjsG-LiiZ{pHv*oZw^*+;~mq>h>DV@+P_`%A+k zYGW(fkslpOR&*KX2rS|Wc=-w*{8aCT+O(h`v5jjTQ1KpL^3Zg&_s}k0m>1ZOY*NaG z<7Y>r22LaDpCF5|#1_q>hN>(Z*isizd8MwCN47f!17XGg6NG%BpF;daA3hrwa4UQ7L`< z)fc!#gb$gHy=ctyKbgt(&>5>1<2RZ(Sycun8vO`g&`$2jOlm)Rqpej@v&n<>m#F0M z-qX2o9=os=Uory(3_rG2fcH&lvKZaGX=c9Hn`~zj z^VX{fCJMq7QgFrnW*oTKr4Q&gdWKG52I;D%tL}kbwZIJ1JFy+-%{qO@?1fjJr?%z_ zn+zW7ALczZnF`jB875hU`iY??HF(H{jVNT#qE4JLW$YmotgYCS9rTABHlL`vxyG~o zrl#FVfBFe?4(;2+m!y-b~OH>|aw3cUDSw%VI z)WKea$vC%=ymYfjDPKmJ;VUH9d{yuxoh7Azl;rbIm(2bJoS71x$AE8@-1VK2L%ts} z-@AzBoL(3cjCdx1=EuNE@9LP_$ zI=_(F>Kc8p2k;+jB)ys-zfdRc5;tukqMk?Yl&$qd)dAZKJ5irVyF8IdPJByTK9BH? zciHlJ)~+QEIV`V{U@cEnw-w-CsDi-@+}y`G|Y4MWsp9lU<<2* zC2e9aDH{cqt?0d_bK^4Aw};JIGN2c{0p=^XNT}1o9)If2`X1inn7*R-5PR&<`8jRP zc0I;y(W}gAwiYba$IK#q#;n!n%t87+o{=w&&isL5*os#8j^QT1oo=e)KN{G1oEfGT ze6xfdkG+_V9a&{wQ;Bs0=6MpN95ll~%u(Wz7g!RXBtxgD#vHv-^ZeGz^nAcf{eq0%*4CQ2Q>?^jf;s@H_B>!Nk97(JvX zU)90PRcXvVX1$&w$9{$xd&g9Fy`RbHYv31inbpe9Jg*VE+6$=3UQpV5$E21wm|eNW zB&%m_Chxk<;BDY>w$1GgWZzjQTgj_n+jyC5KdP}8dB@Bi?8Qy5jrmDNG#R#{vd(P= z>r_~QXy%Llp|hInx{>(@p1B&|F6Z=@Ew2SLw>3fbmx?pi%vPVJynNuR+Ecv zZHbGGDCa|~@D-KuzQVG^S4`IUYRGoD#!lZP+2#9(#|N^(7aM+=QH}LgR!x1aR0&@% z<@b$O_rSplce3j5j!+foX-(p`Q?IDP+d+lqaHpcG;*Eak<+Uu@nnXYag>Ac+eAtt|hsB2&!TADe0GF}fb%i){<=(*;r z-e6MG%TbDWqCWhgfhkHi9MkbkcU#8vvlUEF^sDwv>#j#!THa0o0n_0Y+p#78m;hGg zHD2Z;TE#o+yMvK+SbNYat`m{GBlfUFs?o5YYzw8<;$Q5BpIrK1%(Ym_Jr+%sl-BIa zy`kz#VW+k%b*hPWN=h|1Kl#(_a@tKVpEyZ;8KkH$yR-lo1AUdzGFr=W-#GBG4xHQq zFG1<&OM~Ai3YVy>QuyHezBcNv+d}Pd!|@$#&vP58c)WhhER_w|ivG+=sKAE8q)sh# zP3rW)#5Q$Vrm2x#pX>xPYQ(PZYCKj07j^L+bwNiX z9&5m)OJg_E!<#~7GFzY{bk4)%*sn`1OW&N07r7tfl<5GkSfJXOttt<3Y78`Rs-)Fs zy&SD`w5rMU^t8H^GF}RG!~4Om%L}p||FO&)CG(kjIn~3*ddZl8`I-p=yRZ+#ZA-7Z z?cn9HLr|S&d-3glFP42mS5JJ{K^eUT#?Z%X#8y1e9ZqMG@j zTN&33HF3=v=3HGgIfys&m~`}mm9Zt6t6705-IYx%cxHY37gcvHOmTXGa@zj*jWJ+n z2|Ct3`h)&QR2n@}t9WDDpj}MIZ>(g_%OP0k5n|MfHa&UM5>!JsXCBOS@Nt{2tMuGe zg*~h^R!&;Q{TL&@;`5rob$S{b08Pf zF9UXzch&ar4%)WfCh)KtTQQgYx})tHrc7M%3R(mqn-%65uBQ@phMV;$6Bl(nb594+ zDSm;CFZvJKfKxK7rnre?!cAgk)ucAtBX!HXT;F2Em=)lXm8q1dVXE0maEbDGg|enJ zkNNN)S&2iE*~!GF>p;RSI7I;MJ2}_CB>GiD`;A#QZ_QXZ<}4Jh^-M3=3qCFrn><1Z z_sAc`fS0Gi|K_D~x){8o3|ewI^66z{8@jUJ$tyLTRLoI}FRvWGWN?GFtNYt7cOALz z#+87ZOXB&eOBP>W$>*ER-kH7BZJm+Q;G(4Oo)pKA!=>K zkScHgQps%x^%`5TlUkg?)LoP&PK`m{?17$0PtigKk&;F$SMX6#0G{7GiphWKMRwqgOF?csa3(Kp`{t47448So$FP%avgSMNqI;YjkQ z)A+_}-rqw_)>UTpzNWU(kAF=8OUp|fSBh#qc4>2eCB;T}R@vnrl|bS+A<~?V@b%6+ z`^I@?)4JN$1rMX$BC^)4BmcV8fV%@l`9?_!-w?^{8%FFpP73-KOLpHON#OgRe0HPK z&zw~)b}OK7H^fG?Qd!-uDyrKVox6>q%NtyjQIni}aLqqdA;*&_?5DK()Yl{Meh5<@P)(Dl-M+!I)KWu1RZ<^d}BBpe0#z{8&k7ag~&7?ILW|w zqmk|L&^GVjJC52n#9)RF_UI~~P0389eB@7Ssu`v;TGn`#)654KE7e;)OI>5$_aR+f ztzk>gWc`M@NvGJIypS2S53xyxn-IcPgZ+x>>=;0y#ppbd);m9 z$gEa8TMAV&T<TU^LCfoF8VuZ+WnEHXvNn&)FaFSFu^LSvB`OKxAG zcVFkzi_G#q4+FUh8+lA!);Fg4#*EakKB9mpBwtj3E$WrYBvg;|$IFOIzY^zFQt$0T z^^9o|FKia)i*4b=q&6!Bdqna|Y`2hvxy8}7O3FI7l-wjX`Q+A;sJ>Pb+t&lTFh-*L zmPm;20C;)C=N6xn3L8<7Jyw;N(N{+m;G_m0QQg|=9kJ+Tr;=KRj@gHtM}(bF&Mi61 zyslZq939jQDT7XtnG;7XB1W1GHpWw<*Mm5u4xMiWWH&V;t6>eZh%_b;aSWjjrzd(v zJED`FDBg)uWQBYRO|qRhNtXX9aX?@`oS)V6;z52L*LA9=EE=vR}_zk8Z_s;(KU z%JW_tHVemOGvxntOtp^So^aF;Xlq{S7Ib>GHu+3T)0i_7 zOR>r{C626RZksCR9X#_la}uLq7b5VG87vecA_0&p<{9E>5- z7>i{XBk3X^NAcK~?={DN6o-q%1shM`n_KNII+hK5Gn>k2%drQsm3oYwI7$D|3jD}K z@*^EhWwcH>j!B_@YP#$67n!RcN(V4e08Av%YvqTxkPS~0!3Oi7y=L;uD=*P>GKr@@ z(WP+=4l$W7(1ujWWM&4vhmLs*|8WrYdL{m20d``F`B#rO@AOD8G0@~T-Ar}Ukxnlx z7P-$QrY@DZb*PglhrKAv+=ble*!hVs@}f;u?qis>-vxqDiW zZ(N1y^N=Zff8sl+sb()(3Z@#ykqk~8CP{?K4kwm;bP}_zI<3@o^T|LLEzB)1E8Qxx z5r4ALZ6WL3ezMA)FU#Gd>?V54=ke4iH;)?RR#9!>n6=#MDj$3^zMDb4W`g@+M^oSP zh5n?^{Qvx*o77{%W)QynQzok?(t}>d25L1q{t5iOIhNz-?x~F z1xw%#tH8wuG>lEetSgDE=3)g0VgJG-6^u6Ur!o9Xw{tJtU_Oo~UC61|fLr9W)m0+f zRQ)uqnCaP=d|55xkz(-9EY$tRr}jdrTg?65q@PJ|{fNC~mnApbsME5|DH;4CHS=K8 zFef;xZo%fjOp=4$6WR4?n@!K-v4_p8D}jrgkzG73sKy_O;;={`A>vp|q_M{Q)XU5t zROP3oYrKS6W@?+UWWsw>tzQS8S&CUC1@Rw6;T09|1TDDRd*d@Ep;*rY3oF3I8dKM9 z0vqe#o?F1iX0(c(COx=_1#__E#NOd;9>6tk8MdsOW$4^{;hM+Dm0iY8T%x1w0d+S| zsdfECG@?O>!+jK;JVF$Hr+)b#9yl#c@?BL7_LjEFC#lSH(#k#jh!0F;a}!7f zHxa!7@uV~Pk^aQ3quqKkncV7hcN^!9OmiLP{Kiw`m=8XjEihf(xT>BTjXaoAu{n<& zrFJ{fi9KQxd&HxjA_h8zpSrw{)cxG$|N9VH_iA{>RBXi_%+`GcNHB zhxnTx=DMHaik~HWeir@W1U<>yh&GnsO9o4P>_m1@QAZMCH9nwKT%vk;E4uegG|eG4 zy=rX>tE#p%*r>={r7-o<6e2H@R*g4t@FNcSvTw}3_#sF1XPKv|HP;{6TlSnu`&XpC z-YWH&4_rfck;=NB6w}!x4|Byc>Zdln-osAS5$r&#&VfJ#YCRuap^lO;zaEiuYq9!P*fDfro)qW#tthy0Pj3wW-5I(sQ-Eu9l zXoQYAmAij9zGDP><`|g6QZTU_{5+yxEI^(#DbMnOj%xN_Lo5U?ZelCmz%zxoGzD`v zOHq~AoSMebgdCsY&72INpW9&)i zt$hpcbli_Nsp|(H8KoHdRt-33Q+E-)h=<`ES7a2NVzm2M`nWHpgZoUXxL+iX`wLzY zg*kn3=ps#|HZl8k5_srD99j!Lk=1!cz0W;)h?cn*EpsH?qA5CeF0~v^F-^YFBlMi; z;x??|HvZryInoFCi^t&k37EJKb3V(J-wQUT^Y7>5n`gNSIlfZ$E=(K`YoGfUoju$ zkqpz<*m-yWo-r3(bdr*~2*)QS^lhd|thcrGNV+uI*{)RN_hXvC7_c!@r?-o!vfH6! zko9C6oW5_q>wQcUn1^@h3nto|4yKtI!{Y+%#Xd8c8oRmhid9B&y;DTS7n9(Xqu>(* z;S>GIa1BSd_#0d-0u#H4JxhB0K0we#peRcqqfw@X^z_uO7hJvk-&y!-pJGA)?i1o7cH-n{e1N zXcxgh4?9ui23ojrDo8xHwG?)HqH~RtmhL1luw2@?8>N|hLaMu$!ORPM&Ij-yN?{{j zkoUUmL{a-Wa~vx}ouA}eUej;zfY{@f+=EYS;0&OqxTZSHjK6KvHM>gMv(u`b-p2m3xwaeoYkKS9bawT!<8@m*AAGE&n(l!1 z*|TU_&+sE2ek36i`SW2Ns$(nKnOShn`DQja*nxU=mh;Li;=Z4aPnaATXVfRw=zxCN z$xcI+niYwM@?fS2z9S=Jbz7U)lK18(YND zwhgiBWG9*IC&&KSDK4&Cl|6QiC9m62N>H;E1}=)b%fQJ2$>?5_btC}&zB2Q|NK5QQVfIERp|?ou6zT=B z$R+(={?Vt|^0h#gU?ZmKaxzAzm!X<&JpG%A0k7x+zQ;L(eb~sEf{kctm+DgNUycVJ zewkbNjxS6d5px?~9tbk`OA-}nj*kciz!y2yc0%DG3u!EV{ zhRG<`Oa(-Cw9Dg&9;{J_9byi z97iz=Cki!M(a}5qp!Oo7?=Y)GaZ6(_no2UaFE!y)B$2x$vNk-fyI;TatBHZv5Cl0V-_ zf7@8>MpsFR#ugXfCMue+XNk#*AMtzd;L6{~f@wPz#cCwhp+Eh}J&3tm@h_`~R#B9H zT{@x`KPuRBEX!$hi&ge2`P1{#99=8S-jO7*?XM=t{O2fY72IN^$wrMEA={(v)5lBM=LdDD27x>tBaU2-8qm_E3X^NbiIHk_gorypknzvp}Weq*XnFtFElfchV} zcy3?wJdJ}c1U3dZ31l{y*y&{F`sTowRFvmV1NooRUp_dq&_TD$7w07Brg+XZ@+fzB zyeOZXOLE`2KyLn`%;K}=yr0W?K`qBCde*+mN_H_%AWzzv)0X(7mbwWxc1tnxAi1gI zO^LP{o%)Xee(pKk=LX*340_crDl|7^Cl+D_X2X@oN)|j#1@e9EiDIb@A{wcHqLGF3 z2j{b0Mh(Ft>Tp)eB5J=!f{8}tPYYXDMTcAb&t!scW>Isn553_SE%6_v4f7n#B}rlq zi_4CIcX}235ogL#J%L?Sz2F+*vJ_siK&JpB-|cE_#WsDAeOJrvem#NC&+eRB_AiL&@LyD*&53AABwg; ziZdNwvVj=n5a$kY$TP6=39NkL@jW)>1GeKE{=_BjOo45P$cr^c#pny;m>ro1ap@0A zM_qhzYBpOFe+&f+YvB{;(7nI%Uk30{3q^PmchO-gIlp0(vtlFKD1O&G-coO^51v`T zd2j22jsA`+6Nyn5Ik{w=QyF};m&495e8WO)!CLw1>=SYKuxooieTh3I#NC0N*ol2P zAX}W%(g#e`be>3Z>_-3$JXF8P-Ty>qhf!iD#$q=*P}AK=orL#pq6TX^dPNubMHPHV zCV4~5`3O#VnZN5%Y{fzFuo>UC4raLk`!G#flNad$D;-2!+81Ba42 z2DsQH``PlRdgHk107m@Ny3v?6IfOu};G&&g#mXoc1CU?ru_T`3!pz z&{1t-G8F}24UJ&|gYXth$!{Jc8oh(fc#rRhn1}cWz9Jbo$Uwd;6Y)hs>Z}T*P*&sA z2M)1~4A^QE%*C+gIh-lv#m17?iReS^EEUNKH{e-!81*Dr$68p(VL4CD z_Zs}j1nO|wbIKF1W`J8LIOtRC!!dBN+@Pd_hc<@ni#fyY%L9_k>|*!XI{BiP%OgEa z9_W#BN4FQUoXmO6BoB2cc)4wFupRD#9>YY54)%<$OUFhfdsSDV`nIC|1V((+T4%;H zlt**yVt&FjpQ2h^H2ckAbJ-j)cfrML*u_s+XY@#$v4?t!{luiF&?in4QCwz<>J@nB zRjj}bIL1v=1xrwr$yb?SmXUk;1vqnZbK4Guu4RnYvBHoxqCH7eR58B0f-N`=JO>K}^Bo+5> zAuK>0EI|kJgZXyv;Fz~zm>0}8e8+L~4_@RLHQFc0hacyg=lK(-i9OHbBj_&Vd2?(; z8+!~qoaMc9u!g(vil^k-gK&`;aLEkVio#fp8rX(rpri+Q7-awC>L<4gY)bk}GZLS& zd&t(L7r7^XV+B6s28VwMwT=(zPrrnZKFwWo6l;1CAM&rQik;{TuNbZ1911_K{*W&! zxg^AQly*u;Tc-xTq%nGUdpY2Am6J|S=B@RR6HYIDN_W}h^u~_#lL^jf8RX2BaQsLW z>_k@Lj@W2eKU6YxQzcgafQyyXT}{D03??7eT1}R}$e$Ni9VNSJL=RzY;*g5ecNfEd zu*GF3Gf^F;hT-&o+H&yyA7@Lo=Sq< z&n-Ef@=^mlbaC1eUv|Vdw33z1U*MyHY;;P?dLCE8L1#Gwi8bakv+j3|qLjvWoCX6}c4nMpAWxQwYW1{S^%VG!h?6zef{)A0%h@G$%>wYz z3!l|^~Ad+~^AGgs^@IA=hwW1_@Vn-pC!C0VS3L=Ppnf>pSJ z%y0)6vDjrEiUQ#yqA=zp3e;olhaV=8f{a!H6zcL|q6X?@{r~3@^}syYVgZ2 z7(-?I8*lL&d*Wx-PYnD+ME_vK_J_*YiT3!9;pi2Muq4~@DQDpw*TBvrTaVKZnd)q4h7>)DK`JvARY^@r~`I9P-*}h#d>cOZ0*erwW>9 zHD>M=V`frb=4oY;znwHP6CGooQ&6V!`6T$pAZM&}bv8+T=d6@Nr^<~^kqnL*)p;-9 zu?-K^W8#ndvQb^(=U>8390U{S$m~Q5Q(Q-KAIb0`u~mI?AT`mg>dI5FaTg`x8hYCm zuyGDG`vlq0{p4^q5SK0@E*%H&97wLD9hG}c;ha^_vC86AvSLM2gAGH(@`mcZf9!I6 z$a?ZZd&!lZpnv_Q#KmU(f@8i!$GVB0bs8;e4?4yQ^H8R_Nk_q?>Zr|YbcLj?Js;u2*3N-W(# z8c#LER@lHr@bL*ugc3)jqIN$gkz^qY$gL-)_C6cEB6;O_BrbAsT{D1-MDWfy z(#(kg?@Ub0nhBm!N_sgBrL)tQiTz{AdoATV8>A%hM<(LZ6zG?(^ISe*AMO%s99H*a zD|*#*@GwFxkxtau)K%l*6eGx=52wemxA^fTqFT#GF!2F~@C+Fp!%<&@m-s5QX zJIITz!V*N(-Au$X45xQ&01-%Um_>U|W1f{G2Fc93QSl?MxdToR$*v|hG7Qhz#-4_6 z-k`phpA5%{!SS#YFX5Vx%menJp2MH)k*VxD>u)AVW7A(Mns$4N`g1}^GTQB{eoXBd%YE|kf1c!jul3qRNG zC;IjmxWNbF(l2bAPtE2Xtj}ex_9GDYzsQYZ4Y=ZEspQXr z=lIj+M!yUr=BS5W(FqGO9>1}Y`rX5LmMd702Xv-CLZ^6)(s{-1Br3f@Z1R@*lyPC= znK`wY+}jn5%$EQ7E&Yb$#}EhIJ13_h`O~o~9@j4}HB!;#w~8r=otWJF@ww(n$e*PH z1KFhwT%(m!3!JnD4`c8#v-o@;li82ck9HGG+?N>C-u=Q~JVnF&7oV|J?ZZxNli_Gp z9n}V@qt-|XwH%EiVt2`S{6}wUc$2L}qGla>Fyr zVk>H(P&6RgXok&bL1fwjw%HoX(H3se8O@?UykZ0vaVB+Ht7RHJr~|N$?f4hh#!gfs z7Re3&OoxUMofzc{9OE{#*7loi_>$$sstctZGk+VHVc?<`l{nMn1Mne>cy}*~)>WI8T`HwH^@u;Z+e0voEpUn@L?p{V$#VMpcY%xJ%&WXZ-TX6V z#(cFAEd2=g-&;IzJnAgUaN3hYosQku!?~kE$a%XG7fp*AOSnQTu6-)}Nq$Z(c2#we zQqBY^j-4n#+>txdP8^b?&S8ng^UrDzdAI%8iQPNYCw5?))>D&* zy~kFhgHyz&zBq(lgzsGYSNMl}_>2oYo}eFOFLq-Wc-TtJu^DTy1-)W5X9X(7bo|V4 zyhkUvMHOD>LD7niZt)3BL`;R>i-xs^f9VV&uW|MYy#Uv+88_e;SLt2~ zkMMUj+lBgjxaS%fWEM*=d`JhlW^>b08nI8g7Wn-3o7 z=O;e>g8uN3nDZF8*h+q5Hu;V*)YkM-C+PV&Ks>q$-D&}P<~TI&p5$a2GWW3pHDdYj z8=3JL>EIFR$Yx{(4|(C3McIc`3QiFQ*DOUGQk43N{NSPxwu1eoyl#v?2}8q(m=6~N zO#Gr}?giTB4eD>s*gfValBB7)+8XNJNa|J9Mph{*HRhQG@mcwl; zbc4Rs$c=ynOokoI!jCLQiQI&Oxrgqr>%=8bu@x?NcOtH2ULuDIJZp;j(2gjx5B{S! z-{?#1(V5eZQxD!z72i?}6y*XB8EqAC(H3Sg1Z+$~^`4JMS%61bg_gOHPgmK7ylxL3 z2J(6`uNT|ZSd#51TZdp6XXp}nz@(sORP24X&C!NNP`9!J{qPRY{p3Kh!#9~hWc#6M z%^^p!lh^0L$W!dbCv*hI$%753BuUUO(m8ZyIBhw-BTsT?JT_%4xmR`-Q*(C{Oq|4T zY)7|TtgeEK3vkS{*ouA3ELlT5It8BD7yr>3Ow_?fl*eb3#%C0TTNWjMSB$J@3HU@9 zbrxlLuPo1tgO$Sgk{sBL4ET@?=$jeQHVabeSqTf$lxIERnM3hB@9T z#AFoaIiZe@vWL(uPLUHiFX@R-qZ5yK=BT^@4^Pcz_GB((Pv&enYDS`a4wHGNJ9eW3 zHlw~&!(LRtUKBLRq$rpuZr;-Ud7aqv6t-bMm6e-pTkJ(ga#DS<{6n~!W4QZgp=Cv2 zVjJ0uW3b9Qu!j%$l~9;q8nlLjs7Khp zA+3p3tJ{CrAaGc6Vn@S8|pKNN3WWBveit)pA5oQw39w?&32}kG$96Q zZm31Vhcq(*c;r{x%sim-`V!TZyU;Hefr*h+M0Aa;jEKO*bTSwV;TKz|o;ivVaRYDg z1?4gtiem<@a2Z%Y9c)H>yh&I5MPGbHFMLHWVv!DDqz&J$4_@lP7)rq-N`r~KyeeSZ z5R>+|Il1CRU=8`W>J`98c}_j-M-yVy)_m3(Z1hCC7>ehZ1m9c&?>qn=u97bcU@a1$ zA&0>!!qL4)GbLuFJmrpgLO13kaPiXS#AnpNZuC@9-~q9SC6j=QByfz>@=h_Uk(vyv z3NU}KBsi!FA8m?l=tS-3NV%=%%4K}RDe|9(;h4KP>&THW#E(p*cA^)U30I@o@-Tq7 zqbEF~H?=?Ah&Q^SPw+Fio-d^l_^1f4C{1oG5AWpy59zQMnW@W4ji#BMs52uGXkMx_ zbHXtTOBeh|dwK#|5X;sDUuF3@S?M850NeOZ55PU_#3BBrE73Y9krx?+&FDnGVGFQO z3!GE{7dh}PY3xpMuqB^~KQ5a|aE#%y5*smxxxZuCqdLq~BQ7ZhJ_?dENh94%EarOt zq{HtnG3P%#uBD@E8r*UOcA`I7&t7&UUf^%eLSAp<^)c@JC-{_ac!T)d(OJ3MOJnux z!3E zGOw#+9crOW)Wd5u1O+Xz8|_fI`!fS+H1X&H;?o`Mo4Q0^{R5g-OfW#j4Se$famWKY zb|1mSUcfD$ks0_*H|9rMkQ(2{=$ixKo{NYrh|vIJl}>^wV&_rrp{`!Y=%$HQ43`hcxj`ik{kV-ocVZ3g2o*i9Q~3Z)Z_K0 z{;ECpq7kpF@>qt~1;ItZ$l9RuT>riBjfmJ|A()thjhGHjCUYi&kI}q87~j$XThWLZ zwJ6Ur5Pw8P$@mQN9}cCyZ*FQr;~i@A?K+XC zlKl%L)Z)t5<5cC{8eIJfe7mCUg56+V7aL4rw|uglpM8wX$T?z=i?EI>@QTy;k8`{_ zNfl=V-@J|wxsAPeO?N*yhm9?VUz|g?_{g0V4-DjoUsO@|Z98&hz10IdCX!=(w{z7W zvJ4-xL6zW|)7M2Tc?REcQ}qEKgXviv!Fv;lX{R#-VF9zD7nA>5MGU$at!fD~#3vDN zOkobe0A}wFV%I}ANvwK+hqmO+JJA2pnE0a}d5_BYi{ki;e4MQC%JgyoyRaP_u>;!> z(RaEG`!F9{G8WAA0tsz7mGL>H;1?NT7%8wlQ9z5PYTzx(%p+%T2&l2z*jaKp1%*9^JBQ6FyfmDS;jxwwAGx$`41 z5rVCV#@!x;PvdaMC*gT2-p_(H$j2$l=cTa@<#@jgRaWKrtTYy)JlDM%KchbJMklZ_ zfLGIbwFLXJ1rM_auX2EQkKjA@lPx;}QV#OTN#>QFM+v`W-{Vglu#g!XR3s*i;F}An zy*YvZc!Q;N(Y@1?JI%vm1$CDRF|V0c`O9`!(eVL^>F3EJ>s4-iLrL&Z4Jfchgl*K~E>^RtshLZTd@kC@RASJnQk&1JMCzC$$%BmoA4Ab629qD{Mc$(eJ|rAH z^Dpuq<>8oN%(ux)ypa!Vnpm z^S}j)aQzE%_ZQ=NK2AX}k(bYlfQK+_M@3E(5Y`r448eAc$L`Dr4~xOo8t}E+cChPg zZ{pGZ#2zE;Rx<2Ih)6E+$$fhWMBE~O`jdS6pWvVrH7p&$!W6j0R&2+=RHyt$^!6S7 zJCqvEMBpI{cB8ZkSf(ZttH!2pBO&_&GRsa?SPsE6|AA-jQ=QQx`q3vkTxKxCa~#)v z0FS-!4;^@H4Ib)aBWiQP(5ni9jdZ-9gg+BiwS#LmL8GV(hp3LWT?1ZOgS0Nw%I6J1 zQ+=M*;giOAh6Y%I=2ULCBo1k9#}dm-1QQWkJ!kXhmh-LcVCyIh^a`Io06G67JMse0 z@roGaKQQrgT}3Q_fF$OlQr1bY;GwuJb4Hhz}h+iOj`T zEP-P#SC#N34T(1!VL!sDt7^wSnl{*zzA^-^&P+-X4$H4O`KJ8rEL20oyU1GZeqk z3ENN~u2G42q%e0#HsX`C@QlRRlNeMC``NMb-INllp71A0(Yaz$j}c)j3|$&ZCi6I& z*Q0qp(O7K9cX-4rCSWpC8V-7yxa6ssOcc?d2%{ysc75^_Rnea+5?59M7gfMTb?)(M zT-)+o_b{$!0j^_Ku4zUdGvYgP@F$D%c||b5v;wYt6Fv>c3baDq=t%t00Y#!Kk8R0- zwE-hd>MXmAAa$iF1+v5Y5DL0{AN`$Vv-c(wQ>?;=H`^dPgDU5waII=<+Nkg z*+A?>e`b@AKgCuwN4IQ%4JogN(O29bKG72%(G43Bfr+l<%R3X3c162tNBr3mTTvH$ zR0bQxIC-!YS<$i5;5*X5Et11ElT(A07EGij_Q*-x5us_8AR|^*Iug6I1QQMT8C9?v zCDA;xb5ij<6pVPNcK@S_;3{{*VeqhmYJ!>Ah6ujd8BBx|lhoyTMe-$Ou@MDP__C8l zOwCrSSai{7lO0^Jc^94Hq=_p#O+4zi;=wNx$SmqD=9@UgDWSwG0VY#X|A_y%Ko9sG zvzUlt5^?B2Fwq-DvKv|N?%0Zsc!AC^gYZaBz}yn<^@w*0@JSZFm5cj5H`llrm?+1o ziDhWaeIL$yt@%mKP_A0yHJZX1S`&eG!WMMr+KenZ@q^iy2;zq0N;x{C4)1NdCUP}wys3Rr>= z6h&o`C5R$RzyyL2!j2#ikOW8|AtZqWh#)AdM-(>@D=t-0@hEE5g5p*-gX|%KLTg3D zr9~+!=Jq$&`d3fRcV_O~xs&9+&-c8~yUaH+k1HD~+ZS@hKcf+OizbmX(N1{c7PuHD zcaa%sKqoX2Pqb$Dj&hVejluGjW8h(mkxNU=^xjPOf#tzczB_$p#Qm@m<|-CD zr-YU$p+lzPmMr@t;bSoF=;f!gaRm;!7%t9(mM^1OJml<{u6T})SmO?YCGap89tzBe zDPB)-d^F7T_w0aP(a}L$t8X=v39cS0v8v`lB~9^(@mAH(lxERt`?!4kKb`2*o0+5GO#-d&BG zVW2mQ_c!0uZPQtOD2oqb*CE!ONSC)BNhO;@yR=xWX9^L(a1> z_PTREa&)hl^i!GdV-)BY)Wtt&&0`Sq8D(+MGrJDpi`{0xUjO+Xs}UaZZ5)yDJF4s8 zOL>dqw8e>NWB%jX$iJdpBfmsbBQ@R2(=Zqtxt7g4se`8kx%6h9eu#X&WCm>H@FAIz z3GM@%F1F3`T-{mvCT3W-rdUq9K&(+L)+nMSio~BqYGAoEW;P#k8?ML*D%o*Ajj$6B zyw9SWVPYd4@uC^OmWEgZCo3t2+R!RTDo!R2Dpb)IPVZ1AA?bhSLiBJt`1zGN0WOyOh3_*PP>@va!Pg>R{rba|{0 za=(n- zRM!{>QKK-+;219E!r4l%A9Lh+SbB%*_?yq|houTgIYMPrh(Rj(kiG60Is_H_@kNE4 zMWxvEuoZhN%^*F$cw)V=1xEHe{;lJ``X(Eyi#3zGxE?0Di9v3OB+`vmp^DtV{ymI- z@*3&tUEvt3hh~Izt?p1`n+Oln=*oN?QD{wyIdWF>_>EHQI?jfPLOpm>V!q>qd3+TA zA7;bdY^l@JS|+W;8;S66g?NLOfs^~acds7KB`~1N)4fg|Wx(_SIX@qN+~G5~!A?Kh zu6nkvaBe*H8I6tYb&^&%qk()zO*$hYr*V#kI2*2LXnZ3tQK|Ozi45gt zS*VTt#^bV=t3?%ysL3*ZBcEan^9q@w%u&?BNW3wKJqNRNI*stVg-3`PhEk2A*mRU_ zs49o^8yW09#Cbz;#8_jpcW2|7yX`;fy=RP&Bi@$de&25lak0ZS_W3LJP#Z_7&kFUi z<4|#!wm9levV&?N`^6#q^m~h^aK>ue=WXA`BZqv0U*e1^aY{{j&IJCW4NTk=X+}3* zD<5^Obp^Wd5jW5dePE%lkxoAhk;@(nL*w=3P7MF-%OCo5;cu zcwOG<2;Q$`$&dMj?dJMh?7YeL8MghCdA}M49x#?u3-`iAxJK4;I9Y@{?&MpF#3WN? ztwxJD`tdhi98aV->hmV&dFKZ<|ALM;Qa{rK~v9rbx$BOYlLRLFOi>$}-PXKa?^d`+*#dvNhV z)oERJ>IdT0us5zY+j!Q!X!9}A#seaV#l}3?a1Xng-qTF)1qnmU|B)h#T*@GioflFN z3t?s%D=+ijU2w8UHlhG`6x)V)$njn#J(1-|c65R5N}qiM+MdE18)%O=af;Q7Wvi@s zV;pqGA!i&Ftyc0OpR14^rYa6wx!@38vD*sAd*}-H9GXFMWd2ss7*E5*7P{jTm^dM) zbxs|vcBDG{)~5}ciX#&BShnFG+R8t4mcQ-{C&~Kud&*l57k3WVE0K*O^5i0B>CN>l z2|N*EB0_Hj{K#3c!5Q)6H{y*``29GJs9^Km?7x+*->?m9mNOc7gn+RayVG5`c=g8`7%~xf;v=5OYujD3O!TU<3cg%d2$v%Mi&@m@>!)+Qz<4a zgpWe;NP*6@{NNFOV<~KuU`}>X9~nb?4h@psJ<|y$68VyPx?Uqz1OB?I9beKKCRznM ztNw^98rs&?P}bw$wF+9nF#&IG7;t+xG02)Txudm^f8?m z$YtF;3^GkMYnr(|fu9)9(!qYn+K_jeeMa_CwyDwxH6}1CPZo?Nl zdE9ay_W-^)1{Yts6VLyLeScABudn{mC~}dw@=~19n0`zQl4#Bw_3{-BP%)t+{-79MCB>Ez1-k!tqo=gl6eQC_z;?RyUj(7(a-op7C;9vtB zJkGA`@W>h}VGTd9hW}X0m#oDHkFxeEJpjvLwm7g(AVoP09#Wl?1Y>Qei$uSp38m4{ zS_gGRDd+p$KY1?MDSqNp&j%=ng?DUUrKyrB#IP~nne%yxQpdx{b1r6> z&+_wps?@dSx^6MwQ3MnDDqjWqZf3}H7xEn;SCp~+GCm`$fjmoFyao@uj0zm`y}gJo z#*1K~P4EE~wcU)^6H{UfXNTMT>U?RNNqqlyE zKI$A9e8!02NuJ;_zU7Hv0KT}HuIL~pO^~~~#OoUPB2H`?7t9lJ7ElhE^ymo6GL^#Y zO?xK6(e*HOmFp$or22mEg)niJ?N8x^&tPGnJVd$u4>9Gt_~CWWa@>F;9_Krj;)!Co z!0KwLx2Urx(-z(2w7LX8)0rVIzSsZ%9c-M&8E0VQS9}q%?rj{^=FU>Ra{FkB4`O|C z7vYJR0{&w@`7u#7Elx`*#16OSqmvo*}jB<{u;xCeoyBdbVh~WdVue!@E3h7Dhc~5 zKJ?dq1Q+i|<9r)UbSJgJ5y>zyl)lWx5sR?v8kl&Mp4g^d_BqydCk@`Oa^FZT^S`Ek zt$2CKOW~lo?bZ4%yTL#|m zp7PnZ(v(BhHAbt4j)#L$>>uKypBmWBdi&cs-qL97y?A_47ar=;nYG2Ejaa$?b<)hI zS{hfuMOX{Di8s2{CkMgAC|+g^B!w&dWYQOt=!-1fs@Y~hj{ka^|9+a8kriz6{?qWV z5*}vaiSgDEONNP#d`C;8J{49wdK0^Mm)A-%I@)hzTrO^{A5?>h3q*Jk@qZlOUCsQf zscv15Z*OAWHpl60X~53(Mc?Q;-rxZ&fSqEvxCcYbW#!pyI-Px|7?T~zjEyj3xzL#_ zyj~Jh4_VkI7dy;k?_#J}3`MI$b>z8g$!pf5 zTI1!rn~G#wu=+Kwcs;LlgP$IhM_<{E{xC5NPmG`~GI^Ux{;M2F&!L#|pnsYyUN$u~ z315sBtB&$)?KC;?Tj|Zd*1PVnzMi7rHzjB-7HMGyT}ERxfr$pZZ$m3e)rwk$9Qw`a&y)*CS@XC7I(ZzDLyI6SjRi8rVdubyhS#v=d$c{ zR-Mh(rPzOw;pv#-hN&_1EVsWZhKp>zApFEker7gY+)Y*74?m9^8>yBz9DUC`NlND)xpoc`+(i6eCHQLM#97hco@ikSmluRtPKlQ&iM}< zoa7%W&E5Ux@K*D8D-66255JF1vDX>!kqRGua6<=pxQ@1H&X-)K=Fw0b5)Tvg>8a?qY1X-9Lmva0-*(U$Ph6i#a3 zkUs?Rcp`k}bS?RzT4rBeJl)hBY{@1aWfHr=Mk;Tf%5KBOBtzlic6^^{22WwJJeDhh zfKpZtf9|0U!tompCOcz-GbeeSYS)6}As~9ggStj2GZ#GfebP8Jy9IJ4hMO=hl<~J<_V#PfPK-M|wsb`>Eq*C(N8Y sF(IwTfQ0rzR%VBUw&B^mJDhJ51c@0b8SQPuS7|931C!g?`Tx)T7t)g%C;$Ke literal 0 HcmV?d00001 diff --git a/2019-setembro/public/sounds/re.wav b/2019-setembro/public/sounds/re.wav new file mode 100644 index 0000000000000000000000000000000000000000..b73d9222d9b7a9dae2d10fb2677ca035bd510dae GIT binary patch literal 87536 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 F_rF5%CtUyl literal 0 HcmV?d00001 diff --git a/2019-setembro/public/sounds/si.wav b/2019-setembro/public/sounds/si.wav new file mode 100644 index 0000000000000000000000000000000000000000..cd0d5de2288238f69c05e39a2a487d33f48e7b35 GIT binary patch literal 87894 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 J;s3wxe*upwpoRbd literal 0 HcmV?d00001 diff --git a/2019-setembro/public/sounds/sol.wav b/2019-setembro/public/sounds/sol.wav new file mode 100644 index 0000000000000000000000000000000000000000..67475245f2acac7af75d5f08e309aa3705a0f21e GIT binary patch literal 88558 zcmW(+1(+1awr=;a-NkircXxsZ2o{37E>6(k?y$HAclY4#5ZrAcIIN7cm%YAk=Bufi z>QmBF(?|c)x=F)^UpmlKySjfg=sS31-XKL$G{sQ$_fb^vFhg-vkm}uIWRK1s4dcCe z?i@k6p(ytM$9kk5t?SLMlbE-TNy7hMT(5RXx;I~%SO0H)+pCdB zO?m4eZ!g$e$MpK)|6gY)o5)m{_`Owql;stZa8$ZS`I6fht8^q{>k{sp8ZWDmT^6JE^kXJ!hfPyx;#8 zc~5qDJO9($O-FC{oyj3G$J^Is?;A&D_U`{E{y_%e1*91+LAv4Zcqx8~KVgj9lWN}B z@g#{lNf_EC2k36ppA4dku=nXl>_?^>2iPB+%#Y&#<$2*3VV^KSXe160{_)Clahh;Y zJS_|sfsj+IF1{E35O)f##K}T7F_&;hn9R2qR&h`GZESh|7_*dnOTS_B($(0R)PCk0 zY0k7GS(vx@BfSl;rdQz1^g`T&YK9k)f6*oE!0Z@;4TuHJQ5)BX3cL4V7k4#$;tqg~ zKsUGwbcJicpRfy<2Z4JLUUUU?)g6X3kb;JQ-|%}d9yfqp@OVhjRyY@D^8q{mEGPmMn$=Y9h=awc#rA9uy}dKq}4z zOdNHakUZcaNe0POX7~p^3T9_^!#&Iv7{@M#t=Z*p5PKaavrW-GHUa;}l_V~=kUGOx zVWtbkxN>40;hgw~R7%RDER)8l-=%_@D%aK?OE1(!se&35|5A?dkL5qOB64wdw$zGw zC?2Nsi+Sk9LO-gaFrEa2X4o&#$mRb57x`Uoeg2`dldJAH>_vM3+rf62AJ%DRhP9EY zV=ZPHTVt7BR&A!g{eW)ml%?yq^(fuVPnrS>HwAu_6)b?MZnAf7@u(sAfzE>GxF%dd zRzRLQ2NS9DUi~k;MiS5xvJdqqJ8+WsR1F{#>0zV*+npTZYLQGrPEu0LLU^eTnIkPG zH>G>zq4b5UmoAZbX%wj`CX$elif?micqE&bbYyyxO>{E(o!&wE(~HSrx+BTVq~Ii` z0N%mGq07usaE1}xWTvNGfca#OqF)+wsEWoILK}T>qA?JyHCDk^=6BH2>I+8MKCsbw z>#lR}yUoE%cRP6R-T;r?n_#B<08nl^sP6>fYP%7Pw|m13Yc?!suYzms?XbAB0UmNj z!y;~BIN#k5EVmHo4UV~Q!7{f6jJW5a4r-to=rNk(@sR8EYLbOJLv_3H9&l656t1=Pg)3_B=L|a&H_pk!zHl<= zpnHt^#obRPxiWd_-o%~2cN~P3$UC@^oJ0=!6L+F8zDBhr)#>SE6@7)Ar>jwuX_hvq z!b}1+oGn9AxKX&QfYA`~0a`5GM0@26=#H`#y;ggmU0NctwKRA@yAAKE+u&rS7c`|f zI7>VWItsJFdVUtD&z}NacoE*8_Q_N1tcqsUR#q9=l_vUO zxj~GRuSA2=si+~8ja}kJ{V-SDNM*;EgV+yN4z{&(hq>z3WU|4DbQv_2N=GwDC43N< zzzVj|67&L9Mp1-eGn@*q<3tqa{SOIF#{KagG6bEZ>cSax4vtb0uw*;-$l5GDjRkKBDfZao!V=oZq+N=5D_93pl{fzy^R@tt0eP*q_oHp!ux{>pm zn&%Mej5C=2;b=?=cNa6w&BO9w1iJ;SXWPSrY&o=)EstBU znfw#Ij$telUSae?m8|V>kDUUxIss77t>M;oTRP?4_I4w;wKd0WXUbrTu@Sg>5%@|U z2df$L;ZLJA{MUR2Hd%?FoL$BJ%WmyVvq#y<_ABePJ>8n*OtnV4Db{AN(!K$2JGW6E zunzx)T6*%6rV20zsE%9J+A+c7dttGnu~rg6!x( zBAYMxfN2pd%6tiEv=*30Y~L0X)0Tij+IVNRddMoKHZgB1osA^rgzi`B>DT0ov6*t~ zSPl7m^sIC|`awJ&-7YY(%KX6CSvDm$j%lnX(FgQ(R6*klIbyUUNoFdpV%@-n>>oJf z)Fh6xnLKdclB3`?Sp%1lZ73VLgO}inR00mu`;f%_g2o9SU^aO$Jg-6!?;i&~1_B^^ zXp_4))X=>i`s54@B|BGw&76;c%FauFJLkIZf^%DI>Xy*nx|CK0^wwH{qCN_g@b`8T z1H+t`f$DbY;8inkP%^FtLb0L&Dbm|tI^!?jowUESVA^0+OY5ZUP3t4yNuMs|4F4-` zj^q>b#l{M2_0_y(Oyu%fh$&<@p))(X750 zC>aRu;sT%|w%m#6lY0Sva($2o(?La03@iirL1s7&T!sDMEc6OB#z)CJ?8zQ-gUBT*fBzS~kLbJ)O;2YF0 z_ygPuymzQT#46%1W&YvYuJ6$r#S%3!dQANiZmd4ZxT~b5*HW^kZ;~ga*^-v_tMo2) zjQAyWu23>e|52k3iAtOiHG1;QSnfkF6%y@ktlWe?ZMwlX7 z+-kypx02ZJb|1F8_bj%D`J&@&=-Y1baA;Q{ilkk>Ata4tH9r6SMVzC z8Pf33&>r+ExEC2=?3Xgo~2i0`WbGFcr%MyM%dg_?^xry}xEZAjA8@94Ao z85~mwJ8jgX=0Qc)kI2U&Bc*p4L2+ODRUV|>Wsj!Ev7IxjF$Kd6 z4a1Yjv&bj3Avy$hiIoF6^z!a^eUNj>xM^=T8`~qSPgWUwzV(mY+{*6ARte{>sXDXG zS$13Vv{l>mXv_)5SaX(s$@J?rt-AV8E3@&~?rWwwpRH^l$tehLxnUTDoltc&0VUxv zXgQgNu2R>K%yh$p*;<6+f1yqbRp|cG4?0b5&M<0Y=CJyWj;aM{TJux3x*I!cPGqUW z!5j6lvt4as|Ei{%5oLpMO6jMcP^!gVDK(=|84^iRzJv!WtHNvK>EUE)PI!p8CpvL+Dx|#9cDU)da=7g$!stVGJWE1)1%`E$rtw@ni^UK z)&zSwM*;(_xBdr44gU`Ps_#Rrqi=pJtc{9|)V9WMtKnFxGEBcN=P?FIviVtvvwr7` z+i7eL=P>itIZ3Z|?^1n01{n+)auemoHAoe-n3@WE(XgNC z&Lp(O&Wn<53F&rY^pEoxopbl#)8HbR2)|PZ=3~mBa%=-sgKLTE^K;Q~PwKxHFXJil zHPTQ`rHB^Kto3JR&A=tLU?>-tIgaBV#O-C9#0%`?_zKLh_=At=hH?)7#JE(uBUy<*o7nSN} zoEN@lZ03)IA92egzi?Bduh{XiaqI-W3_Hzu!}K?|F*U3~%p0pIv%oIQ)N~l8q5F{D z3>MG}Q7QU9IYbR*ic*F7b>xSrlBvpQ{8GDy{_{uSqM!k8hQ7EX;{J2y#+7gaagXep zAz;@Cu5mgBX1jO%d%<%5W4Oov0Dbk(z?lPEam_$poGI`Q-t_xGIsXTHns2XpMcb%z z+WlxZ^_R#4XlK+wp8&rYufSZZHBg<8Zbi4N>$+#1@_^V8w~$@m?QM;8E}CcU{$_W( zi`m=WYd*4@SpA)#o#3X~XWXq$J5b#9!vXFGIMGc<)4j7k?vA1=gC}$XEX-C#v$!!h zmETRKh)1ZR@+$hi(x0iM6=ZAr&a*FkDwo4=v1R>z*^2(rOc{Ssx`h7%3HY1fG+!#b z;#&{4`#QR7e8Ar5TWBrx8Ag(?tL|w3MO$fqM_Q`;!8siNBFZDGq}X? zR`yc(E3-4wmN^zZO+Sehr(fz@sNF_=s

    )CYd4XA2TndSox`K7E3L+&yY9HXfg)W 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

    W&2mdq%zG_y-gr4NY<=~H4}`nhZ*?s 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 literal 0 HcmV?d00001 diff --git a/2019-setembro/src/App.svelte b/2019-setembro/src/App.svelte index 71ffb37..a73f4f1 100644 --- a/2019-setembro/src/App.svelte +++ b/2019-setembro/src/App.svelte @@ -1,12 +1,12 @@ @@ -15,6 +15,6 @@ - + diff --git a/2019-setembro/src/components/BigButton.svelte b/2019-setembro/src/components/BigButton.svelte index 96167ef..a22a463 100644 --- a/2019-setembro/src/components/BigButton.svelte +++ b/2019-setembro/src/components/BigButton.svelte @@ -1,6 +1,12 @@ - diff --git a/2019-setembro/src/components/FunctionalButton.svelte b/2019-setembro/src/components/FunctionalButton.svelte index 070a8fe..4f03ac6 100644 --- a/2019-setembro/src/components/FunctionalButton.svelte +++ b/2019-setembro/src/components/FunctionalButton.svelte @@ -2,6 +2,13 @@ export let text; export let color; export let fontColor; + + export const handleFunctionalButtonClick = text => { + console.log(text); + let audio = new Audio(); + audio.src = "./sounds/click.wav"; + audio.play(); + }; - + diff --git a/2019-setembro/src/components/MiddleButton.svelte b/2019-setembro/src/components/MiddleButton.svelte index 7ad4de0..0a81aad 100644 --- a/2019-setembro/src/components/MiddleButton.svelte +++ b/2019-setembro/src/components/MiddleButton.svelte @@ -2,7 +2,53 @@ export let text; export let number; export let handleMiddleButtonClick = (number, text) => { - console.log(number, text); + console.log(Number(number), text); + let bu = "./sounds/"; + let audio = new Audio(); + switch (Number(number)) { + case 1: { + audio.src = bu + "do.wav"; + break; + } + case 2: { + audio.src = bu + "re.wav"; + break; + } + case 3: { + audio.src = bu + "mi.wav"; + break; + } + case 4: { + audio.src = bu + "fa.wav"; + break; + } + case 5: { + audio.src = bu + "sol.wav"; + break; + } + case 6: { + audio.src = bu + "la.wav"; + break; + } + case 7: { + audio.src = bu + "si.wav"; + break; + } + case 8: { + audio.src = bu + "do-m.wav"; + break; + } + case 9: { + audio.src = bu + "sol.wav"; + break; + } + default: { + audio.src = bu + "sol.wav"; + break; + } + } + console.log(audio); + audio.play(); }; diff --git a/2019-setembro/src/components/YellowButton.svelte b/2019-setembro/src/components/YellowButton.svelte index edc5fd8..b5d98b3 100644 --- a/2019-setembro/src/components/YellowButton.svelte +++ b/2019-setembro/src/components/YellowButton.svelte @@ -1,5 +1,11 @@ - + diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/src/containers/Keyboard.svelte index cb3f711..682c500 100644 --- a/2019-setembro/src/containers/Keyboard.svelte +++ b/2019-setembro/src/containers/Keyboard.svelte @@ -1,8 +1,20 @@ \r\n\r\n

    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n", - "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n", "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n", + "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n", "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.ttf b/2019-setembro/lancellott/public/css/fonts/digital_display_tfb-webfont.ttf similarity index 100% rename from 2019-setembro/public/css/fonts/digital_display_tfb-webfont.ttf rename to 2019-setembro/lancellott/public/css/fonts/digital_display_tfb-webfont.ttf diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff b/2019-setembro/lancellott/public/css/fonts/digital_display_tfb-webfont.woff similarity index 100% rename from 2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff rename to 2019-setembro/lancellott/public/css/fonts/digital_display_tfb-webfont.woff diff --git a/2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 b/2019-setembro/lancellott/public/css/fonts/digital_display_tfb-webfont.woff2 similarity index 100% rename from 2019-setembro/public/css/fonts/digital_display_tfb-webfont.woff2 rename to 2019-setembro/lancellott/public/css/fonts/digital_display_tfb-webfont.woff2 diff --git a/2019-setembro/public/css/global.css b/2019-setembro/lancellott/public/css/global.css similarity index 100% rename from 2019-setembro/public/css/global.css rename to 2019-setembro/lancellott/public/css/global.css diff --git a/2019-setembro/public/css/reset.css b/2019-setembro/lancellott/public/css/reset.css similarity index 100% rename from 2019-setembro/public/css/reset.css rename to 2019-setembro/lancellott/public/css/reset.css diff --git a/2019-setembro/public/favicon.png b/2019-setembro/lancellott/public/favicon.png similarity index 100% rename from 2019-setembro/public/favicon.png rename to 2019-setembro/lancellott/public/favicon.png diff --git a/2019-setembro/public/index.html b/2019-setembro/lancellott/public/index.html similarity index 100% rename from 2019-setembro/public/index.html rename to 2019-setembro/lancellott/public/index.html diff --git a/2019-setembro/public/js/bundle.js b/2019-setembro/lancellott/public/js/bundle.js similarity index 100% rename from 2019-setembro/public/js/bundle.js rename to 2019-setembro/lancellott/public/js/bundle.js diff --git a/2019-setembro/public/js/bundle.js.map b/2019-setembro/lancellott/public/js/bundle.js.map similarity index 100% rename from 2019-setembro/public/js/bundle.js.map rename to 2019-setembro/lancellott/public/js/bundle.js.map diff --git a/2019-setembro/public/sounds/click.wav b/2019-setembro/lancellott/public/sounds/click.wav similarity index 100% rename from 2019-setembro/public/sounds/click.wav rename to 2019-setembro/lancellott/public/sounds/click.wav diff --git a/2019-setembro/public/sounds/do-m.wav b/2019-setembro/lancellott/public/sounds/do-m.wav similarity index 100% rename from 2019-setembro/public/sounds/do-m.wav rename to 2019-setembro/lancellott/public/sounds/do-m.wav diff --git a/2019-setembro/public/sounds/do.wav b/2019-setembro/lancellott/public/sounds/do.wav similarity index 100% rename from 2019-setembro/public/sounds/do.wav rename to 2019-setembro/lancellott/public/sounds/do.wav diff --git a/2019-setembro/public/sounds/fa.wav b/2019-setembro/lancellott/public/sounds/fa.wav similarity index 100% rename from 2019-setembro/public/sounds/fa.wav rename to 2019-setembro/lancellott/public/sounds/fa.wav diff --git a/2019-setembro/public/sounds/la.wav b/2019-setembro/lancellott/public/sounds/la.wav similarity index 100% rename from 2019-setembro/public/sounds/la.wav rename to 2019-setembro/lancellott/public/sounds/la.wav diff --git a/2019-setembro/public/sounds/mi.wav b/2019-setembro/lancellott/public/sounds/mi.wav similarity index 100% rename from 2019-setembro/public/sounds/mi.wav rename to 2019-setembro/lancellott/public/sounds/mi.wav diff --git a/2019-setembro/public/sounds/re.wav b/2019-setembro/lancellott/public/sounds/re.wav similarity index 100% rename from 2019-setembro/public/sounds/re.wav rename to 2019-setembro/lancellott/public/sounds/re.wav diff --git a/2019-setembro/public/sounds/si.wav b/2019-setembro/lancellott/public/sounds/si.wav similarity index 100% rename from 2019-setembro/public/sounds/si.wav rename to 2019-setembro/lancellott/public/sounds/si.wav diff --git a/2019-setembro/public/sounds/sol.wav b/2019-setembro/lancellott/public/sounds/sol.wav similarity index 100% rename from 2019-setembro/public/sounds/sol.wav rename to 2019-setembro/lancellott/public/sounds/sol.wav diff --git a/2019-setembro/rollup.config.js b/2019-setembro/lancellott/rollup.config.js similarity index 100% rename from 2019-setembro/rollup.config.js rename to 2019-setembro/lancellott/rollup.config.js diff --git a/2019-setembro/src/App.svelte b/2019-setembro/lancellott/src/App.svelte similarity index 100% rename from 2019-setembro/src/App.svelte rename to 2019-setembro/lancellott/src/App.svelte diff --git a/2019-setembro/src/components/BigButton.svelte b/2019-setembro/lancellott/src/components/BigButton.svelte similarity index 100% rename from 2019-setembro/src/components/BigButton.svelte rename to 2019-setembro/lancellott/src/components/BigButton.svelte diff --git a/2019-setembro/src/components/FunctionalButton.svelte b/2019-setembro/lancellott/src/components/FunctionalButton.svelte similarity index 100% rename from 2019-setembro/src/components/FunctionalButton.svelte rename to 2019-setembro/lancellott/src/components/FunctionalButton.svelte diff --git a/2019-setembro/src/components/MiddleButton.svelte b/2019-setembro/lancellott/src/components/MiddleButton.svelte similarity index 100% rename from 2019-setembro/src/components/MiddleButton.svelte rename to 2019-setembro/lancellott/src/components/MiddleButton.svelte diff --git a/2019-setembro/src/components/YellowButton.svelte b/2019-setembro/lancellott/src/components/YellowButton.svelte similarity index 100% rename from 2019-setembro/src/components/YellowButton.svelte rename to 2019-setembro/lancellott/src/components/YellowButton.svelte diff --git a/2019-setembro/src/containers/Keyboard.svelte b/2019-setembro/lancellott/src/containers/Keyboard.svelte similarity index 100% rename from 2019-setembro/src/containers/Keyboard.svelte rename to 2019-setembro/lancellott/src/containers/Keyboard.svelte diff --git a/2019-setembro/src/containers/Screen.svelte b/2019-setembro/lancellott/src/containers/Screen.svelte similarity index 100% rename from 2019-setembro/src/containers/Screen.svelte rename to 2019-setembro/lancellott/src/containers/Screen.svelte diff --git a/2019-setembro/src/main.js b/2019-setembro/lancellott/src/main.js similarity index 100% rename from 2019-setembro/src/main.js rename to 2019-setembro/lancellott/src/main.js diff --git a/2019-setembro/yarn.lock b/2019-setembro/lancellott/yarn.lock similarity index 100% rename from 2019-setembro/yarn.lock rename to 2019-setembro/lancellott/yarn.lock From ed4b937353010e2f18843b355b2d50e4d412df59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Tue, 1 Oct 2019 01:44:34 -0300 Subject: [PATCH 15/18] creating callback functions --- .../lancellott/public/css/bundle.css | 6 +- .../lancellott/public/css/bundle.css.map | 22 +- .../lancellott/public/css/global.css | 1 + 2019-setembro/lancellott/public/js/bundle.js | 962 +++++++++++++++--- .../lancellott/public/js/bundle.js.map | 2 +- 2019-setembro/lancellott/src/App.svelte | 115 ++- .../src/components/BigButton.svelte | 4 + .../src/components/FunctionalButton.svelte | 13 + .../src/components/MiddleButton.svelte | 6 + .../src/components/YellowButton.svelte | 4 + .../lancellott/src/containers/Keyboard.svelte | 156 ++- .../lancellott/src/containers/Screen.svelte | 7 - 2019-setembro/lancellott/src/store/store.js | 10 + 13 files changed, 1107 insertions(+), 201 deletions(-) create mode 100644 2019-setembro/lancellott/src/store/store.js diff --git a/2019-setembro/lancellott/public/css/bundle.css b/2019-setembro/lancellott/public/css/bundle.css index 4885737..e9574eb 100644 --- a/2019-setembro/lancellott/public/css/bundle.css +++ b/2019-setembro/lancellott/public/css/bundle.css @@ -1,8 +1,8 @@ -section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} .keyboard-container.svelte-1v97djx{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 20vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-1v97djx::after{content:"";width:45vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:7vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-1v97djx::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:20vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-1v97djx .inner-keyboard-container.svelte-1v97djx{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.keyboard-container.svelte-1v97djx .inner-keyboard-container .big-buttons-list.svelte-1v97djx{display:flex;flex-direction:row;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions.svelte-1v97djx{display:inline-block;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .big-buttons-list li.svelte-1v97djx{margin-left:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .func-butons.svelte-1v97djx{display:flex;flex-direction:row;justify-content:flex-end}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .func-butons li.svelte-1v97djx{margin-right:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .oper-buttons.svelte-1v97djx{display:flex;flex-direction:row;justify-content:flex-end;margin-right:2vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-1v97djx{margin-right:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle.svelte-1v97djx{display:flex;align-items:center;justify-content:center;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle .middle-buttons.svelte-1v97djx{display:flex;margin-left:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle .middle-buttons li.svelte-1v97djx{margin-left:1.5vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow.svelte-1v97djx{display:flex;align-items:center;justify-content:center;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow .yellow-buttons.svelte-1v97djx{display:flex;margin-right:2vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow .yellow-buttons li.svelte-1v97djx{margin-right:1.5vw} +section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.svelte-w7n64k .tela.svelte-w7n64k,section.svelte-w7n64k .disquete.svelte-w7n64k{height:100%;display:flex;justify-content:center;float:left}.tela.svelte-w7n64k{display:flex;width:55%;flex-direction:column;align-items:flex-end}.disquete.svelte-w7n64k{box-sizing:border-box;width:45%;flex-direction:column;align-items:flex-start}.tela.svelte-w7n64k>.visor.svelte-w7n64k{box-sizing:border-box;border:5px solid #abb1ad;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:5px 0px 5px 5px}.tela.svelte-w7n64k>.visor>.display.svelte-w7n64k{width:40vw;height:5vw;display:flex;background-color:#220708;justify-content:center;align-items:center}.display.svelte-w7n64k .char.svelte-w7n64k{font-family:"digital_display";background-color:#220708;color:#610f19;display:inline-block;text-transform:uppercase;width:3vw;height:3vw;font-size:2.5vw;line-height:3vw;text-align:center;margin:0 0.5vw}.tela.svelte-w7n64k .text-logo.svelte-w7n64k{display:flex;justify-content:space-between;box-sizing:border-box;width:40vw;height:2.5vw;padding:0.5vw 2vw;background-color:#000}.tela.svelte-w7n64k .text-logo>.text.svelte-w7n64k{color:#fff;font-weight:bold;font-size:1vw;line-height:1.5vw}.visor.svelte-w7n64k .text-logo .colors.svelte-w7n64k{margin-right:2vw;width:20vw;display:flex;align-items:center;justify-content:space-between}.text-logo.svelte-w7n64k .colors .color.svelte-w7n64k{width:4vw;height:1vw;border-radius:5px;background-color:#fff}.text-logo.svelte-w7n64k .colors .color.red.svelte-w7n64k{background-color:#bb3431}.text-logo.svelte-w7n64k .colors .color.blue.svelte-w7n64k{background-color:#194391}.text-logo.svelte-w7n64k .colors .color.yellow.svelte-w7n64k{background-color:#d4af06}.text-logo.svelte-w7n64k .colors .color.green.svelte-w7n64k{background-color:#103b39}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k{position:absolute;height:8.55vw;width:30vw;box-sizing:border-box;border:5px solid #abb1ad;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:5px 0px 5px 5px}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::before{content:"";border:2px solid #abb1ad;width:5vw;height:5vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.disquete.svelte-w7n64k>.entrada-disquete.svelte-w7n64k::after{content:"";border:2px solid #abb1ad;width:15vw;height:1vw;border-radius:5px;box-shadow:3px 3px 10px 5px inset #abb1ad;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)} +.yellow-button.svelte-198d3mt{background-color:#f7cf3c;color:#315e99;height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:1.3vh;text-align:center;word-wrap:break-word;box-shadow:-3px -3px 2px #2d343e} +.functional-button.svelte-1pz1i0x{height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.functional-button.-white.svelte-1pz1i0x{background-color:#fff}.functional-button.-red.svelte-1pz1i0x{background-color:#b0252a}.functional-button.-blue.svelte-1pz1i0x{background-color:#315e99}.functional-button.-green.svelte-1pz1i0x{background-color:#379b52}.functional-button.-font-blue.svelte-1pz1i0x{color:#315e99}.functional-button.-font-white.svelte-1pz1i0x{color:#fff} .big-button.svelte-101k2jr{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;box-shadow:-3px -3px 2px #2d343e;transform:skew(-20deg)}.big-button.svelte-101k2jr>.text.svelte-101k2jr{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-101k2jr{background-color:#9f2824}.big-button.-yellow.svelte-101k2jr{background-color:#f7cf3c}.big-button.-blue.svelte-101k2jr{background-color:#1a4379}.big-button.-green.svelte-101k2jr{background-color:#3db460} .middle-button.svelte-12fuhl8{height:8vh;width:8vh;background:linear-gradient(180deg, #fff 50%, #9f2824 50%);border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;line-height:3vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.middle-button.svelte-12fuhl8 span.svelte-12fuhl8{display:inline-block;width:100%;height:50%}.middle-button.svelte-12fuhl8 .number.svelte-12fuhl8{font-size:3vh;line-height:3vh;color:#315e99}.middle-button.svelte-12fuhl8 .tone.svelte-12fuhl8{color:#fff} -.functional-button.svelte-1pz1i0x{height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.functional-button.-white.svelte-1pz1i0x{background-color:#fff}.functional-button.-red.svelte-1pz1i0x{background-color:#b0252a}.functional-button.-blue.svelte-1pz1i0x{background-color:#315e99}.functional-button.-green.svelte-1pz1i0x{background-color:#379b52}.functional-button.-font-blue.svelte-1pz1i0x{color:#315e99}.functional-button.-font-white.svelte-1pz1i0x{color:#fff} -.yellow-button.svelte-198d3mt{background-color:#f7cf3c;color:#315e99;height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:1.3vh;text-align:center;word-wrap:break-word;box-shadow:-3px -3px 2px #2d343e} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/lancellott/public/css/bundle.css.map b/2019-setembro/lancellott/public/css/bundle.css.map index 7a7de7d..cae8a6d 100644 --- a/2019-setembro/lancellott/public/css/bundle.css.map +++ b/2019-setembro/lancellott/public/css/bundle.css.map @@ -2,21 +2,21 @@ "version": 3, "file": "bundle.css", "sources": [ - "..\\..\\src\\containers\\Screen.svelte", "..\\..\\src\\containers\\Keyboard.svelte", - "..\\..\\src\\components\\BigButton.svelte", - "..\\..\\src\\components\\MiddleButton.svelte", + "..\\..\\src\\containers\\Screen.svelte", + "..\\..\\src\\components\\YellowButton.svelte", "..\\..\\src\\components\\FunctionalButton.svelte", - "..\\..\\src\\components\\YellowButton.svelte" + "..\\..\\src\\components\\BigButton.svelte", + "..\\..\\src\\components\\MiddleButton.svelte" ], "sourcesContent": [ - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n", - "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n", - "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n" + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n", + "\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n", + "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/lancellott/public/css/global.css b/2019-setembro/lancellott/public/css/global.css index e101b87..811ecf3 100644 --- a/2019-setembro/lancellott/public/css/global.css +++ b/2019-setembro/lancellott/public/css/global.css @@ -64,6 +64,7 @@ button { color: #333; background-color: #f4f4f4; outline: none; + cursor: pointer; } button:active { diff --git a/2019-setembro/lancellott/public/js/bundle.js b/2019-setembro/lancellott/public/js/bundle.js index e86e810..9ecc89f 100644 --- a/2019-setembro/lancellott/public/js/bundle.js +++ b/2019-setembro/lancellott/public/js/bundle.js @@ -72,14 +72,6 @@ var app = (function () { function set_current_component(component) { current_component = component; } - function get_current_component() { - if (!current_component) - throw new Error(`Function called outside component initialization`); - return current_component; - } - function onMount(fn) { - get_current_component().$$.on_mount.push(fn); - } const dirty_components = []; const binding_callbacks = []; @@ -448,27 +440,27 @@ var app = (function () { attr_dev(ul0, "class", "display svelte-w7n64k"); add_location(ul0, file, 163, 6, 3251); attr_dev(span, "class", "text svelte-w7n64k"); - add_location(span, file, 176, 8, 3653); + add_location(span, file, 169, 8, 3413); attr_dev(li0, "class", "color red svelte-w7n64k"); - add_location(li0, file, 178, 10, 3726); + add_location(li0, file, 171, 10, 3486); attr_dev(li1, "class", "color yellow svelte-w7n64k"); - add_location(li1, file, 179, 10, 3762); + add_location(li1, file, 172, 10, 3522); attr_dev(li2, "class", "color blue svelte-w7n64k"); - add_location(li2, file, 180, 10, 3801); + add_location(li2, file, 173, 10, 3561); attr_dev(li3, "class", "color green svelte-w7n64k"); - add_location(li3, file, 181, 10, 3838); + add_location(li3, file, 174, 10, 3598); attr_dev(ul1, "class", "colors svelte-w7n64k"); - add_location(ul1, file, 177, 8, 3695); + add_location(ul1, file, 170, 8, 3455); attr_dev(div0, "class", "text-logo svelte-w7n64k"); - add_location(div0, file, 175, 6, 3620); + add_location(div0, file, 168, 6, 3380); attr_dev(div1, "class", "visor svelte-w7n64k"); add_location(div1, file, 162, 4, 3224); attr_dev(div2, "class", "tela svelte-w7n64k"); add_location(div2, file, 161, 2, 3200); attr_dev(div3, "class", "entrada-disquete svelte-w7n64k"); - add_location(div3, file, 187, 4, 3947); + add_location(div3, file, 180, 4, 3707); attr_dev(div4, "class", "disquete svelte-w7n64k"); - add_location(div4, file, 186, 2, 3919); + add_location(div4, file, 179, 2, 3679); attr_dev(section, "class", "svelte-w7n64k"); add_location(section, file, 160, 0, 3187); }, @@ -603,10 +595,10 @@ var app = (function () { span = element("span"); t = text(ctx.key); attr_dev(span, "class", "text svelte-101k2jr"); - add_location(span, file$1, 55, 2, 1000); + add_location(span, file$1, 59, 2, 1064); attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-101k2jr"); attr_dev(button, "type", "submit"); - add_location(button, file$1, 51, 0, 894); + add_location(button, file$1, 55, 0, 958); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -646,15 +638,18 @@ var app = (function () { } function instance$1($$self, $$props, $$invalidate) { - let { key, color } = $$props; + let { key, color, status } = $$props; const handleBigButtonClick = letter => { + if (!status) { + return; + } console.log(letter); let audio = new Audio(); audio.src = "./sounds/click.wav"; audio.play(); }; - const writable_props = ['key', 'color']; + const writable_props = ['key', 'color', 'status']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$1.warn(` was created with unknown prop '${key}'`); }); @@ -664,20 +659,23 @@ var app = (function () { $$self.$set = $$props => { if ('key' in $$props) $$invalidate('key', key = $$props.key); if ('color' in $$props) $$invalidate('color', color = $$props.color); + if ('status' in $$props) $$invalidate('status', status = $$props.status); }; $$self.$capture_state = () => { - return { key, color }; + return { key, color, status }; }; $$self.$inject_state = $$props => { if ('key' in $$props) $$invalidate('key', key = $$props.key); if ('color' in $$props) $$invalidate('color', color = $$props.color); + if ('status' in $$props) $$invalidate('status', status = $$props.status); }; return { key, color, + status, handleBigButtonClick, click_handler }; @@ -686,7 +684,7 @@ var app = (function () { class BigButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$1, create_fragment$1, safe_not_equal, ["key", "color", "handleBigButtonClick"]); + init(this, options, instance$1, create_fragment$1, safe_not_equal, ["key", "color", "status", "handleBigButtonClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "BigButton", options, id: create_fragment$1.name }); const { ctx } = this.$$; @@ -697,6 +695,9 @@ var app = (function () { if (ctx.color === undefined && !('color' in props)) { console_1$1.warn(" was created without expected prop 'color'"); } + if (ctx.status === undefined && !('status' in props)) { + console_1$1.warn(" was created without expected prop 'status'"); + } } get key() { @@ -715,6 +716,14 @@ var app = (function () { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + get status() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set status(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + get handleBigButtonClick() { return this.$$.ctx.handleBigButtonClick; } @@ -737,7 +746,7 @@ var app = (function () { button = element("button"); t = text(ctx.text); attr_dev(button, "class", button_class_value = "functional-button -" + ctx.color + " -font-" + ctx.fontColor + " svelte-1pz1i0x"); - add_location(button, file$2, 56, 0, 971); + add_location(button, file$2, 69, 0, 1283); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -776,16 +785,27 @@ var app = (function () { } function instance$2($$self, $$props, $$invalidate) { - let { text, color, fontColor } = $$props; + let { text, color, fontColor, action, status } = $$props; const handleFunctionalButtonClick = text => { + if (text !== "liga" && text !== "desl.") { + if (!status) { + return; + } + } console.log(text); let audio = new Audio(); audio.src = "./sounds/click.wav"; audio.play(); + if (text !== "liga" && text !== "desl.") { + console.log("action: ", text); + action && action(text); + } else { + action && action(); + } }; - const writable_props = ['text', 'color', 'fontColor']; + const writable_props = ['text', 'color', 'fontColor', 'action', 'status']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$2.warn(` was created with unknown prop '${key}'`); }); @@ -796,22 +816,28 @@ var app = (function () { if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('color' in $$props) $$invalidate('color', color = $$props.color); if ('fontColor' in $$props) $$invalidate('fontColor', fontColor = $$props.fontColor); + if ('action' in $$props) $$invalidate('action', action = $$props.action); + if ('status' in $$props) $$invalidate('status', status = $$props.status); }; $$self.$capture_state = () => { - return { text, color, fontColor }; + return { text, color, fontColor, action, status }; }; $$self.$inject_state = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('color' in $$props) $$invalidate('color', color = $$props.color); if ('fontColor' in $$props) $$invalidate('fontColor', fontColor = $$props.fontColor); + if ('action' in $$props) $$invalidate('action', action = $$props.action); + if ('status' in $$props) $$invalidate('status', status = $$props.status); }; return { text, color, fontColor, + action, + status, handleFunctionalButtonClick, click_handler }; @@ -820,7 +846,7 @@ var app = (function () { class FunctionalButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$2, create_fragment$2, safe_not_equal, ["text", "color", "fontColor", "handleFunctionalButtonClick"]); + init(this, options, instance$2, create_fragment$2, safe_not_equal, ["text", "color", "fontColor", "action", "status", "handleFunctionalButtonClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "FunctionalButton", options, id: create_fragment$2.name }); const { ctx } = this.$$; @@ -834,6 +860,12 @@ var app = (function () { if (ctx.fontColor === undefined && !('fontColor' in props)) { console_1$2.warn(" was created without expected prop 'fontColor'"); } + if (ctx.action === undefined && !('action' in props)) { + console_1$2.warn(" was created without expected prop 'action'"); + } + if (ctx.status === undefined && !('status' in props)) { + console_1$2.warn(" was created without expected prop 'status'"); + } } get text() { @@ -860,6 +892,22 @@ var app = (function () { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + get action() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set action(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get status() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set status(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + get handleFunctionalButtonClick() { return this.$$.ctx.handleFunctionalButtonClick; } @@ -886,11 +934,11 @@ var app = (function () { span1 = element("span"); t2 = text(ctx.text); attr_dev(span0, "class", "number svelte-12fuhl8"); - add_location(span0, file$3, 92, 2, 1826); + add_location(span0, file$3, 98, 2, 1943); attr_dev(span1, "class", "tone svelte-12fuhl8"); - add_location(span1, file$3, 93, 2, 1866); + add_location(span1, file$3, 99, 2, 1983); attr_dev(button, "class", "middle-button svelte-12fuhl8"); - add_location(button, file$3, 89, 0, 1731); + add_location(button, file$3, 95, 0, 1848); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -933,7 +981,10 @@ var app = (function () { } function instance$3($$self, $$props, $$invalidate) { - let { text, number, handleMiddleButtonClick = (number, text) => { + let { text, number, action, status, handleMiddleButtonClick = (number, text) => { + if (!status) { + return; + } console.log(Number(number), text); let bu = "./sounds/"; let audio = new Audio(); @@ -981,9 +1032,10 @@ var app = (function () { } console.log(audio); audio.play(); + action && action(number); } } = $$props; - const writable_props = ['text', 'number', 'handleMiddleButtonClick']; + const writable_props = ['text', 'number', 'action', 'status', 'handleMiddleButtonClick']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$3.warn(` was created with unknown prop '${key}'`); }); @@ -993,22 +1045,28 @@ var app = (function () { $$self.$set = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('number' in $$props) $$invalidate('number', number = $$props.number); + if ('action' in $$props) $$invalidate('action', action = $$props.action); + if ('status' in $$props) $$invalidate('status', status = $$props.status); if ('handleMiddleButtonClick' in $$props) $$invalidate('handleMiddleButtonClick', handleMiddleButtonClick = $$props.handleMiddleButtonClick); }; $$self.$capture_state = () => { - return { text, number, handleMiddleButtonClick }; + return { text, number, action, status, handleMiddleButtonClick }; }; $$self.$inject_state = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('number' in $$props) $$invalidate('number', number = $$props.number); + if ('action' in $$props) $$invalidate('action', action = $$props.action); + if ('status' in $$props) $$invalidate('status', status = $$props.status); if ('handleMiddleButtonClick' in $$props) $$invalidate('handleMiddleButtonClick', handleMiddleButtonClick = $$props.handleMiddleButtonClick); }; return { text, number, + action, + status, handleMiddleButtonClick, click_handler }; @@ -1017,7 +1075,7 @@ var app = (function () { class MiddleButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$3, create_fragment$3, safe_not_equal, ["text", "number", "handleMiddleButtonClick"]); + init(this, options, instance$3, create_fragment$3, safe_not_equal, ["text", "number", "action", "status", "handleMiddleButtonClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "MiddleButton", options, id: create_fragment$3.name }); const { ctx } = this.$$; @@ -1028,6 +1086,12 @@ var app = (function () { if (ctx.number === undefined && !('number' in props)) { console_1$3.warn(" was created without expected prop 'number'"); } + if (ctx.action === undefined && !('action' in props)) { + console_1$3.warn(" was created without expected prop 'action'"); + } + if (ctx.status === undefined && !('status' in props)) { + console_1$3.warn(" was created without expected prop 'status'"); + } } get text() { @@ -1046,6 +1110,22 @@ var app = (function () { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + get action() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set action(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get status() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set status(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + get handleMiddleButtonClick() { throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } @@ -1068,7 +1148,7 @@ var app = (function () { button = element("button"); t = text(ctx.text); attr_dev(button, "class", "yellow-button svelte-198d3mt"); - add_location(button, file$4, 31, 0, 570); + add_location(button, file$4, 35, 0, 634); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -1103,15 +1183,18 @@ var app = (function () { } function instance$4($$self, $$props, $$invalidate) { - let { text } = $$props; + let { text, status } = $$props; const handleYellowClick = text => { + if (!status) { + return; + } console.log(text); let audio = new Audio(); audio.src = "./sounds/click.wav"; audio.play(); }; - const writable_props = ['text']; + const writable_props = ['text', 'status']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$4.warn(` was created with unknown prop '${key}'`); }); @@ -1120,23 +1203,30 @@ var app = (function () { $$self.$set = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); + if ('status' in $$props) $$invalidate('status', status = $$props.status); }; $$self.$capture_state = () => { - return { text }; + return { text, status }; }; $$self.$inject_state = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); + if ('status' in $$props) $$invalidate('status', status = $$props.status); }; - return { text, handleYellowClick, click_handler }; + return { + text, + status, + handleYellowClick, + click_handler + }; } class YellowButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$4, create_fragment$4, safe_not_equal, ["text", "handleYellowClick"]); + init(this, options, instance$4, create_fragment$4, safe_not_equal, ["text", "status", "handleYellowClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "YellowButton", options, id: create_fragment$4.name }); const { ctx } = this.$$; @@ -1144,6 +1234,9 @@ var app = (function () { if (ctx.text === undefined && !('text' in props)) { console_1$4.warn(" was created without expected prop 'text'"); } + if (ctx.status === undefined && !('status' in props)) { + console_1$4.warn(" was created without expected prop 'status'"); + } } get text() { @@ -1154,6 +1247,14 @@ var app = (function () { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + get status() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set status(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + get handleYellowClick() { return this.$$.ctx.handleYellowClick; } @@ -1171,22 +1272,38 @@ var app = (function () { var section3, div, ul0, li0, t0, li1, t1, li2, t2, li3, t3, section0, ul1, li4, t4, li5, t5, li6, t6, li7, t7, ul2, li8, t8, li9, t9, li10, t10, li11, t11, section1, ul3, li12, t12, li13, t13, li14, t14, li15, t15, li16, t16, li17, t17, li18, t18, li19, t19, li20, t20, li21, t21, section2, ul4, li22, t22, li23, t23, li24, t24, li25, t25, li26, t26, li27, t27, li28, t28, li29, t29, li30, t30, li31, current; var bigbutton0 = new BigButton({ - props: { key: "A", color: "red" }, + props: { + key: "A", + color: "red", + status: ctx.status + }, $$inline: true }); var bigbutton1 = new BigButton({ - props: { key: "B", color: "yellow" }, + props: { + key: "B", + color: "yellow", + status: ctx.status + }, $$inline: true }); var bigbutton2 = new BigButton({ - props: { key: "C", color: "blue" }, + props: { + key: "C", + color: "blue", + status: ctx.status + }, $$inline: true }); var bigbutton3 = new BigButton({ - props: { key: "D", color: "green" }, + props: { + key: "D", + color: "green", + status: ctx.status + }, $$inline: true }); @@ -1194,7 +1311,9 @@ var app = (function () { props: { text: "enter", color: "white", - fontColor: "blue" + fontColor: "blue", + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); @@ -1203,7 +1322,9 @@ var app = (function () { props: { text: "livro", color: "white", - fontColor: "blue" + fontColor: "blue", + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); @@ -1212,7 +1333,9 @@ var app = (function () { props: { text: "desl.", color: "red", - fontColor: "blue" + fontColor: "blue", + action: ctx.turnOff, + status: ctx.status }, $$inline: true }); @@ -1221,7 +1344,9 @@ var app = (function () { props: { text: "liga", color: "green", - fontColor: "blue" + fontColor: "blue", + action: ctx.turnOn, + status: ctx.status }, $$inline: true }); @@ -1230,7 +1355,9 @@ var app = (function () { props: { text: "+", color: "blue", - fontColor: "white" + fontColor: "white", + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); @@ -1239,7 +1366,9 @@ var app = (function () { props: { text: "-", color: "blue", - fontColor: "white" + fontColor: "white", + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); @@ -1248,7 +1377,9 @@ var app = (function () { props: { text: "X", color: "blue", - fontColor: "white" + fontColor: "white", + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); @@ -1257,108 +1388,175 @@ var app = (function () { props: { text: "÷", color: "blue", - fontColor: "white" + fontColor: "white", + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); var middlekey0 = new MiddleButton({ - props: { number: "0", text: "pausa" }, + props: { + number: "0", + text: "pausa", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey1 = new MiddleButton({ - props: { number: "1", text: "dó" }, + props: { + number: "1", + text: "dó", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey2 = new MiddleButton({ - props: { number: "2", text: "ré" }, + props: { + number: "2", + text: "ré", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey3 = new MiddleButton({ - props: { number: "3", text: "mi" }, + props: { + number: "3", + text: "mi", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey4 = new MiddleButton({ - props: { number: "4", text: "fá" }, + props: { + number: "4", + text: "fá", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey5 = new MiddleButton({ - props: { number: "5", text: "sol" }, + props: { + number: "5", + text: "sol", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey6 = new MiddleButton({ - props: { number: "6", text: "lá" }, + props: { + number: "6", + text: "lá", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey7 = new MiddleButton({ - props: { number: "7", text: "si" }, + props: { + number: "7", + text: "si", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey8 = new MiddleButton({ - props: { number: "8", text: "dó" }, + props: { + number: "8", + text: "dó", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var middlekey9 = new MiddleButton({ - props: { number: "9", text: "ré" }, + props: { + number: "9", + text: "ré", + action: ctx.handleNumberInsert, + status: ctx.status + }, $$inline: true }); var yellowbutton0 = new YellowButton({ - props: { text: "adição" }, + props: { text: "adição", status: ctx.status }, $$inline: true }); var yellowbutton1 = new YellowButton({ - props: { text: "subtração" }, + props: { text: "subtração", status: ctx.status }, $$inline: true }); var yellowbutton2 = new YellowButton({ - props: { text: "multiplicação" }, + props: { + text: "multiplicação", + status: ctx.status + }, $$inline: true }); var yellowbutton3 = new YellowButton({ - props: { text: "divisão" }, + props: { text: "divisão", status: ctx.status }, $$inline: true }); var yellowbutton4 = new YellowButton({ - props: { text: "aritmética" }, + props: { + text: "aritmética", + status: ctx.status + }, $$inline: true }); var yellowbutton5 = new YellowButton({ - props: { text: "operação" }, + props: { text: "operação", status: ctx.status }, $$inline: true }); var yellowbutton6 = new YellowButton({ - props: { text: "siga-me" }, + props: { text: "siga-me", status: ctx.status }, $$inline: true }); var yellowbutton7 = new YellowButton({ - props: { text: "memória tons" }, + props: { + text: "memória tons", + status: ctx.status + }, $$inline: true }); var yellowbutton8 = new YellowButton({ - props: { text: "número do meio" }, + props: { + text: "número do meio", + status: ctx.status + }, $$inline: true }); var yellowbutton9 = new YellowButton({ - props: { text: "advinhe o número" }, + props: { + text: "advinhe o número", + status: ctx.status + }, $$inline: true }); @@ -1470,89 +1668,89 @@ var app = (function () { li31 = element("li"); yellowbutton9.$$.fragment.c(); attr_dev(li0, "class", "svelte-1v97djx"); - add_location(li0, file$5, 193, 6, 4268); + add_location(li0, file$5, 195, 6, 4355); attr_dev(li1, "class", "svelte-1v97djx"); - add_location(li1, file$5, 196, 6, 4336); + add_location(li1, file$5, 198, 6, 4432); attr_dev(li2, "class", "svelte-1v97djx"); - add_location(li2, file$5, 199, 6, 4407); + add_location(li2, file$5, 201, 6, 4512); attr_dev(li3, "class", "svelte-1v97djx"); - add_location(li3, file$5, 202, 6, 4476); + add_location(li3, file$5, 204, 6, 4590); attr_dev(ul0, "class", "big-buttons-list svelte-1v97djx"); - add_location(ul0, file$5, 192, 4, 4231); + add_location(ul0, file$5, 194, 4, 4318); attr_dev(li4, "class", "svelte-1v97djx"); - add_location(li4, file$5, 209, 8, 4631); + add_location(li4, file$5, 211, 8, 4754); attr_dev(li5, "class", "svelte-1v97djx"); - add_location(li5, file$5, 212, 8, 4730); + add_location(li5, file$5, 219, 8, 4951); attr_dev(li6, "class", "svelte-1v97djx"); - add_location(li6, file$5, 215, 8, 4829); + add_location(li6, file$5, 227, 8, 5148); attr_dev(li7, "class", "svelte-1v97djx"); - add_location(li7, file$5, 218, 8, 4926); + add_location(li7, file$5, 235, 8, 5336); attr_dev(ul1, "class", "func-butons svelte-1v97djx"); - add_location(ul1, file$5, 208, 6, 4597); + add_location(ul1, file$5, 210, 6, 4720); attr_dev(li8, "class", "svelte-1v97djx"); - add_location(li8, file$5, 223, 8, 5070); + add_location(li8, file$5, 245, 8, 5570); attr_dev(li9, "class", "svelte-1v97djx"); - add_location(li9, file$5, 226, 8, 5165); + add_location(li9, file$5, 253, 8, 5763); attr_dev(li10, "class", "svelte-1v97djx"); - add_location(li10, file$5, 229, 8, 5260); + add_location(li10, file$5, 261, 8, 5956); attr_dev(li11, "class", "svelte-1v97djx"); - add_location(li11, file$5, 232, 8, 5355); + add_location(li11, file$5, 269, 8, 6149); attr_dev(ul2, "class", "oper-buttons svelte-1v97djx"); - add_location(ul2, file$5, 222, 6, 5035); + add_location(ul2, file$5, 244, 6, 5535); attr_dev(section0, "class", "wrap-functions svelte-1v97djx"); - add_location(section0, file$5, 207, 4, 4557); + add_location(section0, file$5, 209, 4, 4680); attr_dev(li12, "class", "svelte-1v97djx"); - add_location(li12, file$5, 239, 8, 5549); + add_location(li12, file$5, 281, 8, 6441); attr_dev(li13, "class", "svelte-1v97djx"); - add_location(li13, file$5, 242, 8, 5627); + add_location(li13, file$5, 288, 8, 6608); attr_dev(li14, "class", "svelte-1v97djx"); - add_location(li14, file$5, 245, 8, 5702); + add_location(li14, file$5, 295, 8, 6772); attr_dev(li15, "class", "svelte-1v97djx"); - add_location(li15, file$5, 248, 8, 5777); + add_location(li15, file$5, 302, 8, 6936); attr_dev(li16, "class", "svelte-1v97djx"); - add_location(li16, file$5, 251, 8, 5852); + add_location(li16, file$5, 309, 8, 7100); attr_dev(li17, "class", "svelte-1v97djx"); - add_location(li17, file$5, 254, 8, 5927); + add_location(li17, file$5, 316, 8, 7264); attr_dev(li18, "class", "svelte-1v97djx"); - add_location(li18, file$5, 257, 8, 6003); + add_location(li18, file$5, 323, 8, 7429); attr_dev(li19, "class", "svelte-1v97djx"); - add_location(li19, file$5, 260, 8, 6078); + add_location(li19, file$5, 330, 8, 7593); attr_dev(li20, "class", "svelte-1v97djx"); - add_location(li20, file$5, 263, 8, 6153); + add_location(li20, file$5, 337, 8, 7757); attr_dev(li21, "class", "svelte-1v97djx"); - add_location(li21, file$5, 266, 8, 6228); + add_location(li21, file$5, 344, 8, 7921); attr_dev(ul3, "class", "middle-buttons svelte-1v97djx"); - add_location(ul3, file$5, 238, 6, 5512); + add_location(ul3, file$5, 280, 6, 6404); attr_dev(section1, "class", "wrap-middle svelte-1v97djx"); - add_location(section1, file$5, 237, 4, 5475); + add_location(section1, file$5, 279, 4, 6367); attr_dev(li22, "class", "svelte-1v97djx"); - add_location(li22, file$5, 273, 8, 6402); + add_location(li22, file$5, 355, 8, 8184); attr_dev(li23, "class", "svelte-1v97djx"); - add_location(li23, file$5, 276, 8, 6473); + add_location(li23, file$5, 358, 8, 8264); attr_dev(li24, "class", "svelte-1v97djx"); - add_location(li24, file$5, 279, 8, 6547); + add_location(li24, file$5, 361, 8, 8347); attr_dev(li25, "class", "svelte-1v97djx"); - add_location(li25, file$5, 282, 8, 6625); + add_location(li25, file$5, 364, 8, 8434); attr_dev(li26, "class", "svelte-1v97djx"); - add_location(li26, file$5, 285, 8, 6697); + add_location(li26, file$5, 367, 8, 8515); attr_dev(li27, "class", "svelte-1v97djx"); - add_location(li27, file$5, 288, 8, 6772); + add_location(li27, file$5, 370, 8, 8599); attr_dev(li28, "class", "svelte-1v97djx"); - add_location(li28, file$5, 291, 8, 6845); + add_location(li28, file$5, 373, 8, 8681); attr_dev(li29, "class", "svelte-1v97djx"); - add_location(li29, file$5, 294, 8, 6917); + add_location(li29, file$5, 376, 8, 8762); attr_dev(li30, "class", "svelte-1v97djx"); - add_location(li30, file$5, 297, 8, 6994); + add_location(li30, file$5, 379, 8, 8848); attr_dev(li31, "class", "svelte-1v97djx"); - add_location(li31, file$5, 300, 8, 7073); + add_location(li31, file$5, 382, 8, 8936); attr_dev(ul4, "class", "yellow-buttons svelte-1v97djx"); - add_location(ul4, file$5, 272, 6, 6365); + add_location(ul4, file$5, 354, 6, 8147); attr_dev(section2, "class", "wrap-yellow svelte-1v97djx"); - add_location(section2, file$5, 271, 4, 6328); + add_location(section2, file$5, 353, 4, 8110); attr_dev(div, "class", "inner-keyboard-container svelte-1v97djx"); - add_location(div, file$5, 191, 2, 4187); + add_location(div, file$5, 193, 2, 4274); attr_dev(section3, "class", "keyboard-container svelte-1v97djx"); - add_location(section3, file$5, 190, 0, 4147); + add_location(section3, file$5, 192, 0, 4234); }, l: function claim(nodes) { @@ -1668,7 +1866,153 @@ var app = (function () { current = true; }, - p: noop, + p: function update(changed, ctx) { + var bigbutton0_changes = {}; + if (changed.status) bigbutton0_changes.status = ctx.status; + bigbutton0.$set(bigbutton0_changes); + + var bigbutton1_changes = {}; + if (changed.status) bigbutton1_changes.status = ctx.status; + bigbutton1.$set(bigbutton1_changes); + + var bigbutton2_changes = {}; + if (changed.status) bigbutton2_changes.status = ctx.status; + bigbutton2.$set(bigbutton2_changes); + + var bigbutton3_changes = {}; + if (changed.status) bigbutton3_changes.status = ctx.status; + bigbutton3.$set(bigbutton3_changes); + + var funcbutton0_changes = {}; + if (changed.status) funcbutton0_changes.status = ctx.status; + if (changed.handleFunction) funcbutton0_changes.action = ctx.handleFunction; + funcbutton0.$set(funcbutton0_changes); + + var funcbutton1_changes = {}; + if (changed.status) funcbutton1_changes.status = ctx.status; + if (changed.handleFunction) funcbutton1_changes.action = ctx.handleFunction; + funcbutton1.$set(funcbutton1_changes); + + var funcbutton2_changes = {}; + if (changed.turnOff) funcbutton2_changes.action = ctx.turnOff; + if (changed.status) funcbutton2_changes.status = ctx.status; + funcbutton2.$set(funcbutton2_changes); + + var funcbutton3_changes = {}; + if (changed.turnOn) funcbutton3_changes.action = ctx.turnOn; + if (changed.status) funcbutton3_changes.status = ctx.status; + funcbutton3.$set(funcbutton3_changes); + + var funcbutton4_changes = {}; + if (changed.status) funcbutton4_changes.status = ctx.status; + if (changed.handleFunction) funcbutton4_changes.action = ctx.handleFunction; + funcbutton4.$set(funcbutton4_changes); + + var funcbutton5_changes = {}; + if (changed.status) funcbutton5_changes.status = ctx.status; + if (changed.handleFunction) funcbutton5_changes.action = ctx.handleFunction; + funcbutton5.$set(funcbutton5_changes); + + var funcbutton6_changes = {}; + if (changed.status) funcbutton6_changes.status = ctx.status; + if (changed.handleFunction) funcbutton6_changes.action = ctx.handleFunction; + funcbutton6.$set(funcbutton6_changes); + + var funcbutton7_changes = {}; + if (changed.status) funcbutton7_changes.status = ctx.status; + if (changed.handleFunction) funcbutton7_changes.action = ctx.handleFunction; + funcbutton7.$set(funcbutton7_changes); + + var middlekey0_changes = {}; + if (changed.handleNumberInsert) middlekey0_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey0_changes.status = ctx.status; + middlekey0.$set(middlekey0_changes); + + var middlekey1_changes = {}; + if (changed.handleNumberInsert) middlekey1_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey1_changes.status = ctx.status; + middlekey1.$set(middlekey1_changes); + + var middlekey2_changes = {}; + if (changed.handleNumberInsert) middlekey2_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey2_changes.status = ctx.status; + middlekey2.$set(middlekey2_changes); + + var middlekey3_changes = {}; + if (changed.handleNumberInsert) middlekey3_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey3_changes.status = ctx.status; + middlekey3.$set(middlekey3_changes); + + var middlekey4_changes = {}; + if (changed.handleNumberInsert) middlekey4_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey4_changes.status = ctx.status; + middlekey4.$set(middlekey4_changes); + + var middlekey5_changes = {}; + if (changed.handleNumberInsert) middlekey5_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey5_changes.status = ctx.status; + middlekey5.$set(middlekey5_changes); + + var middlekey6_changes = {}; + if (changed.handleNumberInsert) middlekey6_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey6_changes.status = ctx.status; + middlekey6.$set(middlekey6_changes); + + var middlekey7_changes = {}; + if (changed.handleNumberInsert) middlekey7_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey7_changes.status = ctx.status; + middlekey7.$set(middlekey7_changes); + + var middlekey8_changes = {}; + if (changed.handleNumberInsert) middlekey8_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey8_changes.status = ctx.status; + middlekey8.$set(middlekey8_changes); + + var middlekey9_changes = {}; + if (changed.handleNumberInsert) middlekey9_changes.action = ctx.handleNumberInsert; + if (changed.status) middlekey9_changes.status = ctx.status; + middlekey9.$set(middlekey9_changes); + + var yellowbutton0_changes = {}; + if (changed.status) yellowbutton0_changes.status = ctx.status; + yellowbutton0.$set(yellowbutton0_changes); + + var yellowbutton1_changes = {}; + if (changed.status) yellowbutton1_changes.status = ctx.status; + yellowbutton1.$set(yellowbutton1_changes); + + var yellowbutton2_changes = {}; + if (changed.status) yellowbutton2_changes.status = ctx.status; + yellowbutton2.$set(yellowbutton2_changes); + + var yellowbutton3_changes = {}; + if (changed.status) yellowbutton3_changes.status = ctx.status; + yellowbutton3.$set(yellowbutton3_changes); + + var yellowbutton4_changes = {}; + if (changed.status) yellowbutton4_changes.status = ctx.status; + yellowbutton4.$set(yellowbutton4_changes); + + var yellowbutton5_changes = {}; + if (changed.status) yellowbutton5_changes.status = ctx.status; + yellowbutton5.$set(yellowbutton5_changes); + + var yellowbutton6_changes = {}; + if (changed.status) yellowbutton6_changes.status = ctx.status; + yellowbutton6.$set(yellowbutton6_changes); + + var yellowbutton7_changes = {}; + if (changed.status) yellowbutton7_changes.status = ctx.status; + yellowbutton7.$set(yellowbutton7_changes); + + var yellowbutton8_changes = {}; + if (changed.status) yellowbutton8_changes.status = ctx.status; + yellowbutton8.$set(yellowbutton8_changes); + + var yellowbutton9_changes = {}; + if (changed.status) yellowbutton9_changes.status = ctx.status; + yellowbutton9.$set(yellowbutton9_changes); + }, i: function intro(local) { if (current) return; @@ -1849,25 +2193,192 @@ var app = (function () { return block; } - function instance$5($$self) { + function instance$5($$self, $$props, $$invalidate) { + + + let { turnOn, turnOff, updateDisplay, handleNumberInsert, handleFunction, status } = $$props; + + // onMount(() => { + // const elements = document.querySelectorAll("button"); + // elements.forEach(el => el.addEventListener("click", hi)); + // // console.log(elements); + // }); + + const writable_props = ['turnOn', 'turnOff', 'updateDisplay', 'handleNumberInsert', 'handleFunction', 'status']; + Object.keys($$props).forEach(key => { + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); + }); + + $$self.$set = $$props => { + if ('turnOn' in $$props) $$invalidate('turnOn', turnOn = $$props.turnOn); + if ('turnOff' in $$props) $$invalidate('turnOff', turnOff = $$props.turnOff); + if ('updateDisplay' in $$props) $$invalidate('updateDisplay', updateDisplay = $$props.updateDisplay); + if ('handleNumberInsert' in $$props) $$invalidate('handleNumberInsert', handleNumberInsert = $$props.handleNumberInsert); + if ('handleFunction' in $$props) $$invalidate('handleFunction', handleFunction = $$props.handleFunction); + if ('status' in $$props) $$invalidate('status', status = $$props.status); + }; $$self.$capture_state = () => { - return {}; + return { turnOn, turnOff, updateDisplay, handleNumberInsert, handleFunction, status }; }; - $$self.$inject_state = $$props => {}; + $$self.$inject_state = $$props => { + if ('turnOn' in $$props) $$invalidate('turnOn', turnOn = $$props.turnOn); + if ('turnOff' in $$props) $$invalidate('turnOff', turnOff = $$props.turnOff); + if ('updateDisplay' in $$props) $$invalidate('updateDisplay', updateDisplay = $$props.updateDisplay); + if ('handleNumberInsert' in $$props) $$invalidate('handleNumberInsert', handleNumberInsert = $$props.handleNumberInsert); + if ('handleFunction' in $$props) $$invalidate('handleFunction', handleFunction = $$props.handleFunction); + if ('status' in $$props) $$invalidate('status', status = $$props.status); + }; - return {}; + return { + turnOn, + turnOff, + updateDisplay, + handleNumberInsert, + handleFunction, + status + }; } class Keyboard extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$5, create_fragment$5, safe_not_equal, []); + init(this, options, instance$5, create_fragment$5, safe_not_equal, ["turnOn", "turnOff", "updateDisplay", "handleNumberInsert", "handleFunction", "status"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard", options, id: create_fragment$5.name }); + + const { ctx } = this.$$; + const props = options.props || {}; + if (ctx.turnOn === undefined && !('turnOn' in props)) { + console.warn(" was created without expected prop 'turnOn'"); + } + if (ctx.turnOff === undefined && !('turnOff' in props)) { + console.warn(" was created without expected prop 'turnOff'"); + } + if (ctx.updateDisplay === undefined && !('updateDisplay' in props)) { + console.warn(" was created without expected prop 'updateDisplay'"); + } + if (ctx.handleNumberInsert === undefined && !('handleNumberInsert' in props)) { + console.warn(" was created without expected prop 'handleNumberInsert'"); + } + if (ctx.handleFunction === undefined && !('handleFunction' in props)) { + console.warn(" was created without expected prop 'handleFunction'"); + } + if (ctx.status === undefined && !('status' in props)) { + console.warn(" was created without expected prop 'status'"); + } + } + + get turnOn() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set turnOn(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get turnOff() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set turnOff(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get updateDisplay() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set updateDisplay(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get handleNumberInsert() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set handleNumberInsert(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get handleFunction() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set handleFunction(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get status() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } + + set status(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + } + + const subscriber_queue = []; + /** + * Create a `Writable` store that allows both updating and reading by subscription. + * @param {*=}value initial value + * @param {StartStopNotifier=}start start and stop notifications for subscriptions + */ + function writable(value, start = noop) { + let stop; + const subscribers = []; + function set(new_value) { + if (safe_not_equal(value, new_value)) { + value = new_value; + if (stop) { // store is ready + const run_queue = !subscriber_queue.length; + for (let i = 0; i < subscribers.length; i += 1) { + const s = subscribers[i]; + s[1](); + subscriber_queue.push(s, value); + } + if (run_queue) { + for (let i = 0; i < subscriber_queue.length; i += 2) { + subscriber_queue[i][0](subscriber_queue[i + 1]); + } + subscriber_queue.length = 0; + } + } + } + } + function update(fn) { + set(fn(value)); + } + function subscribe(run, invalidate = noop) { + const subscriber = [run, invalidate]; + subscribers.push(subscriber); + if (subscribers.length === 1) { + stop = start(set) || noop; + } + run(value); + return () => { + const index = subscribers.indexOf(subscriber); + if (index !== -1) { + subscribers.splice(index, 1); + } + if (subscribers.length === 0) { + stop(); + stop = null; + } + }; + } + return { set, update, subscribe }; } + // export const display = writable(["", "", "", "", "", "", ""]); + const display = writable({ + status: false, + displayValue: ['w', 'e', 'l', 'c', 'o', 'm', 'e'], + operation: null, + values: [0, 0], + current: 0 + }); + /* src\App.svelte generated by Svelte v3.12.0 */ const { console: console_1$5 } = globals; @@ -1875,11 +2386,21 @@ var app = (function () { var t, current; var screen = new Screen({ - props: { display: ctx.display }, + props: { display: ctx.display.displayValue }, $$inline: true }); - var keyboard = new Keyboard({ $$inline: true }); + var keyboard = new Keyboard({ + props: { + turnOn: ctx.turn_on, + turnOff: ctx.turn_off, + updateDisplay: ctx.updateDisplay, + handleNumberInsert: ctx.setDigit, + status: ctx.display.status, + handleFunction: ctx.setOperation + }, + $$inline: true + }); const block = { c: function create() { @@ -1901,8 +2422,15 @@ var app = (function () { p: function update(changed, ctx) { var screen_changes = {}; - if (changed.display) screen_changes.display = ctx.display; + if (changed.display) screen_changes.display = ctx.display.displayValue; screen.$set(screen_changes); + + var keyboard_changes = {}; + if (changed.turn_on) keyboard_changes.turnOn = ctx.turn_on; + if (changed.turn_off) keyboard_changes.turnOff = ctx.turn_off; + if (changed.updateDisplay) keyboard_changes.updateDisplay = ctx.updateDisplay; + if (changed.display) keyboard_changes.status = ctx.display.status; + keyboard.$set(keyboard_changes); }, i: function intro(local) { @@ -1936,45 +2464,207 @@ var app = (function () { function instance$6($$self, $$props, $$invalidate) { - let { display = [0, 1, 2, 3, 4, 5, 6] } = $$props; - onMount(() => { - $$invalidate('display', display = [0, 0, 0, 0, 0, 0, 0]); - console.log("onmount", display); + let { initialState = { + status: false, + displayValue: [0, 0, 0, 0, 0, 0, 0], + operation: null, + values: [0, 0], + current: 0 + }, display_off = ["", "", "", "", "", "", ""], display_on = [0, 0, 0, 0, 0, 0, 0] } = $$props; + + let display$1; + + const unsubscribe = display.subscribe(value => { + // console.log("dp: ", value); + $$invalidate('display', display$1 = value); }); - const writable_props = ['display']; + let { turn_on = () => { + console.log("ligando"); + updateDisplay({ ...initialState, status: true }); + } } = $$props; + + let { turn_off = () => { + console.log("desligando"); + let newValue = { ...display$1, displayValue: display_off, status: false }; + updateDisplay(newValue); + } } = $$props; + + let { updateDisplay = newValue => { + display.update(value => { + return newValue; + }); + } } = $$props; + + // export let handleNumberInsert = number => { + // console.log("number from handle: " + number); + // }; + + const setOperation = operation => { + console.log(`operation: ${operation}`); + if (display$1.current === 0) { + updateDisplay({ + ...display$1, + operation, + current: 1 + }); + } else { + const equals = operation === "enter"; + const currentOperation = display$1.operation; + + const values = [...display$1.values]; + try { + values[0] = eval(`${values[0]} ${currentOperation} ${values[1]}`); + } catch (e) { + values[0] = display$1.values[0]; + console.log(e); + } + values[1] = 0; + + updateDisplay({ + ...display$1, + values, + displayValue: values[0], + current: equals ? 0 : 1, + operation: equals ? null : operation + }); + } + }; + + const setDigit = digit => { + console.log(`Digit: ${digit}`); + + const currentValue = display$1.displayValue.join(""); + console.log("display value: ", currentValue); + console.log("Novo valor: ", currentValue + "" + digit); + const displayValue = formatValueToDisplay(currentValue + "" + digit); + console.log("display value: ", displayValue); + updateDisplay({ ...display$1, displayValue }); + + const index = display$1.current; + const newValue = parseFloat(displayValue); + const values = [...display$1.values]; + values[index] = newValue; + updateDisplay({ ...display$1, values, displayValue }); + }; + + const formatValueToDisplay = value => { + if (value.length < 7) { + let retorno = new Array(7 - value.length).fill(0); + return [...retorno, ...value.split("")]; + } else if (value.length > 7) { + return value.split("").splice(1, 7); + } else { + return value.split(""); + } + }; + + // onMount(() => { + // console.log("onmount", display); + // }); + + const writable_props = ['initialState', 'display_off', 'display_on', 'turn_on', 'turn_off', 'updateDisplay']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$5.warn(` was created with unknown prop '${key}'`); }); $$self.$set = $$props => { - if ('display' in $$props) $$invalidate('display', display = $$props.display); + if ('initialState' in $$props) $$invalidate('initialState', initialState = $$props.initialState); + if ('display_off' in $$props) $$invalidate('display_off', display_off = $$props.display_off); + if ('display_on' in $$props) $$invalidate('display_on', display_on = $$props.display_on); + if ('turn_on' in $$props) $$invalidate('turn_on', turn_on = $$props.turn_on); + if ('turn_off' in $$props) $$invalidate('turn_off', turn_off = $$props.turn_off); + if ('updateDisplay' in $$props) $$invalidate('updateDisplay', updateDisplay = $$props.updateDisplay); }; $$self.$capture_state = () => { - return { display }; + return { initialState, display_off, display_on, display: display$1, turn_on, turn_off, updateDisplay }; }; $$self.$inject_state = $$props => { - if ('display' in $$props) $$invalidate('display', display = $$props.display); + if ('initialState' in $$props) $$invalidate('initialState', initialState = $$props.initialState); + if ('display_off' in $$props) $$invalidate('display_off', display_off = $$props.display_off); + if ('display_on' in $$props) $$invalidate('display_on', display_on = $$props.display_on); + if ('display' in $$props) $$invalidate('display', display$1 = $$props.display); + if ('turn_on' in $$props) $$invalidate('turn_on', turn_on = $$props.turn_on); + if ('turn_off' in $$props) $$invalidate('turn_off', turn_off = $$props.turn_off); + if ('updateDisplay' in $$props) $$invalidate('updateDisplay', updateDisplay = $$props.updateDisplay); }; - return { display }; + return { + initialState, + display_off, + display_on, + display: display$1, + turn_on, + turn_off, + updateDisplay, + setOperation, + setDigit + }; } class App extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$6, create_fragment$6, safe_not_equal, ["display"]); + init(this, options, instance$6, create_fragment$6, safe_not_equal, ["initialState", "display_off", "display_on", "turn_on", "turn_off", "updateDisplay", "setDigit"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "App", options, id: create_fragment$6.name }); } - get display() { + get initialState() { throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); } - set display(value) { + set initialState(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get display_off() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set display_off(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get display_on() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set display_on(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get turn_on() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set turn_on(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get turn_off() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set turn_off(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get updateDisplay() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set updateDisplay(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + + get setDigit() { + return this.$$.ctx.setDigit; + } + + set setDigit(value) { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } } diff --git a/2019-setembro/lancellott/public/js/bundle.js.map b/2019-setembro/lancellott/public/js/bundle.js.map index c7e1974..56c25f0 100644 --- a/2019-setembro/lancellott/public/js/bundle.js.map +++ b/2019-setembro/lancellott/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n \r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n","\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n","\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/containers/Keyboard.svelte","../../node_modules/svelte/store/index.mjs","../../src/store/store.js","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n","\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n","\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import { safe_not_equal, noop, run_all, is_function } from '../internal';\nexport { get_store_value as get } from '../internal';\n\nconst subscriber_queue = [];\n/**\n * Creates a `Readable` store that allows reading by subscription.\n * @param value initial value\n * @param {StartStopNotifier}start start and stop notifications for subscriptions\n */\nfunction readable(value, start) {\n return {\n subscribe: writable(value, start).subscribe,\n };\n}\n/**\n * Create a `Writable` store that allows both updating and reading by subscription.\n * @param {*=}value initial value\n * @param {StartStopNotifier=}start start and stop notifications for subscriptions\n */\nfunction writable(value, start = noop) {\n let stop;\n const subscribers = [];\n function set(new_value) {\n if (safe_not_equal(value, new_value)) {\n value = new_value;\n if (stop) { // store is ready\n const run_queue = !subscriber_queue.length;\n for (let i = 0; i < subscribers.length; i += 1) {\n const s = subscribers[i];\n s[1]();\n subscriber_queue.push(s, value);\n }\n if (run_queue) {\n for (let i = 0; i < subscriber_queue.length; i += 2) {\n subscriber_queue[i][0](subscriber_queue[i + 1]);\n }\n subscriber_queue.length = 0;\n }\n }\n }\n }\n function update(fn) {\n set(fn(value));\n }\n function subscribe(run, invalidate = noop) {\n const subscriber = [run, invalidate];\n subscribers.push(subscriber);\n if (subscribers.length === 1) {\n stop = start(set) || noop;\n }\n run(value);\n return () => {\n const index = subscribers.indexOf(subscriber);\n if (index !== -1) {\n subscribers.splice(index, 1);\n }\n if (subscribers.length === 0) {\n stop();\n stop = null;\n }\n };\n }\n return { set, update, subscribe };\n}\n/**\n * Derived value store by synchronizing one or more readable stores and\n * applying an aggregation function over its input values.\n * @param {Stores} stores input stores\n * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values\n * @param {*=}initial_value when used asynchronously\n */\nfunction derived(stores, fn, initial_value) {\n const single = !Array.isArray(stores);\n const stores_array = single\n ? [stores]\n : stores;\n const auto = fn.length < 2;\n return readable(initial_value, (set) => {\n let inited = false;\n const values = [];\n let pending = 0;\n let cleanup = noop;\n const sync = () => {\n if (pending) {\n return;\n }\n cleanup();\n const result = fn(single ? values[0] : values, set);\n if (auto) {\n set(result);\n }\n else {\n cleanup = is_function(result) ? result : noop;\n }\n };\n const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => {\n values[i] = value;\n pending &= ~(1 << i);\n if (inited) {\n sync();\n }\n }, () => {\n pending |= (1 << i);\n }));\n inited = true;\n sync();\n return function stop() {\n run_all(unsubscribers);\n cleanup();\n };\n });\n}\n\nexport { derived, readable, writable };\n","import { writable } from 'svelte/store';\r\n\r\n// export const display = writable([\"\", \"\", \"\", \"\", \"\", \"\", \"\"]);\r\nexport const display = writable({\r\n status: false,\r\n displayValue: ['w', 'e', 'l', 'c', 'o', 'm', 'e'],\r\n operation: null,\r\n values: [0, 0],\r\n current: 0\r\n});","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":["display","dp"],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/lancellott/src/App.svelte b/2019-setembro/lancellott/src/App.svelte index a73f4f1..024110a 100644 --- a/2019-setembro/lancellott/src/App.svelte +++ b/2019-setembro/lancellott/src/App.svelte @@ -2,12 +2,108 @@ import { onMount } from "svelte"; import Screen from "./containers/Screen.svelte"; import Keyboard from "./containers/Keyboard.svelte"; - export let display = [0, 1, 2, 3, 4, 5, 6]; + import { display as dp } from "./store/store"; - onMount(() => { - display = [0, 0, 0, 0, 0, 0, 0]; - console.log("onmount", display); + export let initialState = { + status: false, + displayValue: [0, 0, 0, 0, 0, 0, 0], + operation: null, + values: [0, 0], + current: 0 + }; + export let display_off = ["", "", "", "", "", "", ""]; + export let display_on = [0, 0, 0, 0, 0, 0, 0]; + + let display; + + const unsubscribe = dp.subscribe(value => { + // console.log("dp: ", value); + display = value; }); + + export let turn_on = () => { + console.log("ligando"); + updateDisplay({ ...initialState, status: true }); + }; + + export let turn_off = () => { + console.log("desligando"); + let newValue = { ...display, displayValue: display_off, status: false }; + updateDisplay(newValue); + }; + + export let updateDisplay = newValue => { + dp.update(value => { + return newValue; + }); + }; + + // export let handleNumberInsert = number => { + // console.log("number from handle: " + number); + // }; + + const setOperation = operation => { + console.log(`operation: ${operation}`); + if (display.current === 0) { + updateDisplay({ + ...display, + operation, + current: 1 + }); + } else { + const equals = operation === "enter"; + const currentOperation = display.operation; + + const values = [...display.values]; + try { + values[0] = eval(`${values[0]} ${currentOperation} ${values[1]}`); + } catch (e) { + values[0] = display.values[0]; + console.log(e); + } + values[1] = 0; + + updateDisplay({ + ...display, + values, + displayValue: values[0], + current: equals ? 0 : 1, + operation: equals ? null : operation + }); + } + }; + + export const setDigit = digit => { + console.log(`Digit: ${digit}`); + + const currentValue = display.displayValue.join(""); + console.log("display value: ", currentValue); + console.log("Novo valor: ", currentValue + "" + digit); + const displayValue = formatValueToDisplay(currentValue + "" + digit); + console.log("display value: ", displayValue); + updateDisplay({ ...display, displayValue }); + + const index = display.current; + const newValue = parseFloat(displayValue); + const values = [...display.values]; + values[index] = newValue; + updateDisplay({ ...display, values, displayValue }); + }; + + const formatValueToDisplay = value => { + if (value.length < 7) { + let retorno = new Array(7 - value.length).fill(0); + return [...retorno, ...value.split("")]; + } else if (value.length > 7) { + return value.split("").splice(1, 7); + } else { + return value.split(""); + } + }; + + // onMount(() => { + // console.log("onmount", display); + // }); - + - + + diff --git a/2019-setembro/lancellott/src/components/BigButton.svelte b/2019-setembro/lancellott/src/components/BigButton.svelte index a22a463..43cbb43 100644 --- a/2019-setembro/lancellott/src/components/BigButton.svelte +++ b/2019-setembro/lancellott/src/components/BigButton.svelte @@ -1,7 +1,11 @@ diff --git a/2019-setembro/lancellott/src/components/MiddleButton.svelte b/2019-setembro/lancellott/src/components/MiddleButton.svelte index 0a81aad..3efc121 100644 --- a/2019-setembro/lancellott/src/components/MiddleButton.svelte +++ b/2019-setembro/lancellott/src/components/MiddleButton.svelte @@ -1,7 +1,12 @@ diff --git a/2019-setembro/lancellott/src/components/YellowButton.svelte b/2019-setembro/lancellott/src/components/YellowButton.svelte index b5d98b3..0d00711 100644 --- a/2019-setembro/lancellott/src/components/YellowButton.svelte +++ b/2019-setembro/lancellott/src/components/YellowButton.svelte @@ -1,6 +1,10 @@ \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n", - "\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n", - "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n" + "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", + "\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n", + "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n", + "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/lancellott/public/js/bundle.js b/2019-setembro/lancellott/public/js/bundle.js index 9ecc89f..87896cb 100644 --- a/2019-setembro/lancellott/public/js/bundle.js +++ b/2019-setembro/lancellott/public/js/bundle.js @@ -595,10 +595,10 @@ var app = (function () { span = element("span"); t = text(ctx.key); attr_dev(span, "class", "text svelte-101k2jr"); - add_location(span, file$1, 59, 2, 1064); + add_location(span, file$1, 80, 2, 1534); attr_dev(button, "class", button_class_value = "big-button -" + ctx.color + " svelte-101k2jr"); attr_dev(button, "type", "submit"); - add_location(button, file$1, 55, 0, 958); + add_location(button, file$1, 76, 0, 1428); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -638,7 +638,7 @@ var app = (function () { } function instance$1($$self, $$props, $$invalidate) { - let { key, color, status } = $$props; + let { key, color, status, action } = $$props; const handleBigButtonClick = letter => { if (!status) { return; @@ -647,9 +647,29 @@ var app = (function () { let audio = new Audio(); audio.src = "./sounds/click.wav"; audio.play(); + if (action) { + switch (key) { + case "A": { + action("3141592"); //pi + break; + } + case "B": { + action("667428"); //gravitação universal + break; + } + case "C": { + action("6022141"); //constante de avogadro + break; + } + case "D": { + action("2997924"); //velocidade da luz + break; + } + } + } }; - const writable_props = ['key', 'color', 'status']; + const writable_props = ['key', 'color', 'status', 'action']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$1.warn(` was created with unknown prop '${key}'`); }); @@ -660,22 +680,25 @@ var app = (function () { if ('key' in $$props) $$invalidate('key', key = $$props.key); if ('color' in $$props) $$invalidate('color', color = $$props.color); if ('status' in $$props) $$invalidate('status', status = $$props.status); + if ('action' in $$props) $$invalidate('action', action = $$props.action); }; $$self.$capture_state = () => { - return { key, color, status }; + return { key, color, status, action }; }; $$self.$inject_state = $$props => { if ('key' in $$props) $$invalidate('key', key = $$props.key); if ('color' in $$props) $$invalidate('color', color = $$props.color); if ('status' in $$props) $$invalidate('status', status = $$props.status); + if ('action' in $$props) $$invalidate('action', action = $$props.action); }; return { key, color, status, + action, handleBigButtonClick, click_handler }; @@ -684,7 +707,7 @@ var app = (function () { class BigButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$1, create_fragment$1, safe_not_equal, ["key", "color", "status", "handleBigButtonClick"]); + init(this, options, instance$1, create_fragment$1, safe_not_equal, ["key", "color", "status", "action", "handleBigButtonClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "BigButton", options, id: create_fragment$1.name }); const { ctx } = this.$$; @@ -698,6 +721,9 @@ var app = (function () { if (ctx.status === undefined && !('status' in props)) { console_1$1.warn(" was created without expected prop 'status'"); } + if (ctx.action === undefined && !('action' in props)) { + console_1$1.warn(" was created without expected prop 'action'"); + } } get key() { @@ -724,6 +750,14 @@ var app = (function () { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + get action() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set action(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + get handleBigButtonClick() { return this.$$.ctx.handleBigButtonClick; } @@ -734,7 +768,6 @@ var app = (function () { } /* src\components\FunctionalButton.svelte generated by Svelte v3.12.0 */ - const { console: console_1$2 } = globals; const file$2 = "src\\components\\FunctionalButton.svelte"; @@ -746,7 +779,7 @@ var app = (function () { button = element("button"); t = text(ctx.text); attr_dev(button, "class", button_class_value = "functional-button -" + ctx.color + " -font-" + ctx.fontColor + " svelte-1pz1i0x"); - add_location(button, file$2, 69, 0, 1283); + add_location(button, file$2, 69, 0, 1289); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -793,12 +826,12 @@ var app = (function () { return; } } - console.log(text); + // console.log(text); let audio = new Audio(); audio.src = "./sounds/click.wav"; audio.play(); if (text !== "liga" && text !== "desl.") { - console.log("action: ", text); + // console.log("action: ", text); action && action(text); } else { action && action(); @@ -807,7 +840,7 @@ var app = (function () { const writable_props = ['text', 'color', 'fontColor', 'action', 'status']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$2.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); }); const click_handler = () => handleFunctionalButtonClick(text); @@ -852,19 +885,19 @@ var app = (function () { const { ctx } = this.$$; const props = options.props || {}; if (ctx.text === undefined && !('text' in props)) { - console_1$2.warn(" was created without expected prop 'text'"); + console.warn(" was created without expected prop 'text'"); } if (ctx.color === undefined && !('color' in props)) { - console_1$2.warn(" was created without expected prop 'color'"); + console.warn(" was created without expected prop 'color'"); } if (ctx.fontColor === undefined && !('fontColor' in props)) { - console_1$2.warn(" was created without expected prop 'fontColor'"); + console.warn(" was created without expected prop 'fontColor'"); } if (ctx.action === undefined && !('action' in props)) { - console_1$2.warn(" was created without expected prop 'action'"); + console.warn(" was created without expected prop 'action'"); } if (ctx.status === undefined && !('status' in props)) { - console_1$2.warn(" was created without expected prop 'status'"); + console.warn(" was created without expected prop 'status'"); } } @@ -918,7 +951,6 @@ var app = (function () { } /* src\components\MiddleButton.svelte generated by Svelte v3.12.0 */ - const { console: console_1$3 } = globals; const file$3 = "src\\components\\MiddleButton.svelte"; @@ -934,11 +966,11 @@ var app = (function () { span1 = element("span"); t2 = text(ctx.text); attr_dev(span0, "class", "number svelte-12fuhl8"); - add_location(span0, file$3, 98, 2, 1943); + add_location(span0, file$3, 98, 2, 1949); attr_dev(span1, "class", "tone svelte-12fuhl8"); - add_location(span1, file$3, 99, 2, 1983); + add_location(span1, file$3, 99, 2, 1989); attr_dev(button, "class", "middle-button svelte-12fuhl8"); - add_location(button, file$3, 95, 0, 1848); + add_location(button, file$3, 95, 0, 1854); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -985,7 +1017,7 @@ var app = (function () { if (!status) { return; } - console.log(Number(number), text); + // console.log(Number(number), text); let bu = "./sounds/"; let audio = new Audio(); switch (Number(number)) { @@ -1030,14 +1062,14 @@ var app = (function () { break; } } - console.log(audio); + // console.log(audio); audio.play(); action && action(number); } } = $$props; const writable_props = ['text', 'number', 'action', 'status', 'handleMiddleButtonClick']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$3.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); }); const click_handler = () => handleMiddleButtonClick(number, text); @@ -1081,16 +1113,16 @@ var app = (function () { const { ctx } = this.$$; const props = options.props || {}; if (ctx.text === undefined && !('text' in props)) { - console_1$3.warn(" was created without expected prop 'text'"); + console.warn(" was created without expected prop 'text'"); } if (ctx.number === undefined && !('number' in props)) { - console_1$3.warn(" was created without expected prop 'number'"); + console.warn(" was created without expected prop 'number'"); } if (ctx.action === undefined && !('action' in props)) { - console_1$3.warn(" was created without expected prop 'action'"); + console.warn(" was created without expected prop 'action'"); } if (ctx.status === undefined && !('status' in props)) { - console_1$3.warn(" was created without expected prop 'status'"); + console.warn(" was created without expected prop 'status'"); } } @@ -1136,7 +1168,6 @@ var app = (function () { } /* src\components\YellowButton.svelte generated by Svelte v3.12.0 */ - const { console: console_1$4 } = globals; const file$4 = "src\\components\\YellowButton.svelte"; @@ -1148,7 +1179,7 @@ var app = (function () { button = element("button"); t = text(ctx.text); attr_dev(button, "class", "yellow-button svelte-198d3mt"); - add_location(button, file$4, 35, 0, 634); + add_location(button, file$4, 59, 0, 1190); dispose = listen_dev(button, "click", ctx.click_handler); }, @@ -1183,20 +1214,43 @@ var app = (function () { } function instance$4($$self, $$props, $$invalidate) { - let { text, status } = $$props; + let { text, status, action } = $$props; + let oper = ["adição", "subtração", "multiplicação", "divisão"]; const handleYellowClick = text => { if (!status) { return; } - console.log(text); + // console.log(text); let audio = new Audio(); audio.src = "./sounds/click.wav"; audio.play(); + if (oper.includes(text)) { + if (action) { + switch (text) { + case "adição": { + action("+"); + break; + } + case "subtração": { + action("-"); + break; + } + case "divisão": { + action("/"); + break; + } + case "multiplicação": { + action("*"); + break; + } + } + } + } }; - const writable_props = ['text', 'status']; + const writable_props = ['text', 'status', 'action']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$4.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); }); const click_handler = () => handleYellowClick(text); @@ -1204,20 +1258,24 @@ var app = (function () { $$self.$set = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('status' in $$props) $$invalidate('status', status = $$props.status); + if ('action' in $$props) $$invalidate('action', action = $$props.action); }; $$self.$capture_state = () => { - return { text, status }; + return { text, status, action, oper }; }; $$self.$inject_state = $$props => { if ('text' in $$props) $$invalidate('text', text = $$props.text); if ('status' in $$props) $$invalidate('status', status = $$props.status); + if ('action' in $$props) $$invalidate('action', action = $$props.action); + if ('oper' in $$props) oper = $$props.oper; }; return { text, status, + action, handleYellowClick, click_handler }; @@ -1226,16 +1284,19 @@ var app = (function () { class YellowButton extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$4, create_fragment$4, safe_not_equal, ["text", "status", "handleYellowClick"]); + init(this, options, instance$4, create_fragment$4, safe_not_equal, ["text", "status", "action", "handleYellowClick"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "YellowButton", options, id: create_fragment$4.name }); const { ctx } = this.$$; const props = options.props || {}; if (ctx.text === undefined && !('text' in props)) { - console_1$4.warn(" was created without expected prop 'text'"); + console.warn(" was created without expected prop 'text'"); } if (ctx.status === undefined && !('status' in props)) { - console_1$4.warn(" was created without expected prop 'status'"); + console.warn(" was created without expected prop 'status'"); + } + if (ctx.action === undefined && !('action' in props)) { + console.warn(" was created without expected prop 'action'"); } } @@ -1255,6 +1316,14 @@ var app = (function () { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + get action() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set action(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } + get handleYellowClick() { return this.$$.ctx.handleYellowClick; } @@ -1275,7 +1344,8 @@ var app = (function () { props: { key: "A", color: "red", - status: ctx.status + status: ctx.status, + action: ctx.easterEgg }, $$inline: true }); @@ -1284,7 +1354,8 @@ var app = (function () { props: { key: "B", color: "yellow", - status: ctx.status + status: ctx.status, + action: ctx.easterEgg }, $$inline: true }); @@ -1293,7 +1364,8 @@ var app = (function () { props: { key: "C", color: "blue", - status: ctx.status + status: ctx.status, + action: ctx.easterEgg }, $$inline: true }); @@ -1302,7 +1374,8 @@ var app = (function () { props: { key: "D", color: "green", - status: ctx.status + status: ctx.status, + action: ctx.easterEgg }, $$inline: true }); @@ -1496,50 +1569,73 @@ var app = (function () { }); var yellowbutton0 = new YellowButton({ - props: { text: "adição", status: ctx.status }, + props: { + text: "adição", + status: ctx.status, + action: ctx.handleFunction + }, $$inline: true }); var yellowbutton1 = new YellowButton({ - props: { text: "subtração", status: ctx.status }, + props: { + text: "subtração", + status: ctx.status, + action: ctx.handleFunction + }, $$inline: true }); var yellowbutton2 = new YellowButton({ props: { text: "multiplicação", - status: ctx.status + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); var yellowbutton3 = new YellowButton({ - props: { text: "divisão", status: ctx.status }, + props: { + text: "divisão", + status: ctx.status, + action: ctx.handleFunction + }, $$inline: true }); var yellowbutton4 = new YellowButton({ props: { text: "aritmética", - status: ctx.status + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); var yellowbutton5 = new YellowButton({ - props: { text: "operação", status: ctx.status }, + props: { + text: "operação", + status: ctx.status, + action: ctx.handleFunction + }, $$inline: true }); var yellowbutton6 = new YellowButton({ - props: { text: "siga-me", status: ctx.status }, + props: { + text: "siga-me", + status: ctx.status, + action: ctx.handleFunction + }, $$inline: true }); var yellowbutton7 = new YellowButton({ props: { text: "memória tons", - status: ctx.status + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); @@ -1547,7 +1643,8 @@ var app = (function () { var yellowbutton8 = new YellowButton({ props: { text: "número do meio", - status: ctx.status + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); @@ -1555,7 +1652,8 @@ var app = (function () { var yellowbutton9 = new YellowButton({ props: { text: "advinhe o número", - status: ctx.status + status: ctx.status, + action: ctx.handleFunction }, $$inline: true }); @@ -1668,89 +1766,89 @@ var app = (function () { li31 = element("li"); yellowbutton9.$$.fragment.c(); attr_dev(li0, "class", "svelte-1v97djx"); - add_location(li0, file$5, 195, 6, 4355); + add_location(li0, file$5, 196, 6, 4380); attr_dev(li1, "class", "svelte-1v97djx"); - add_location(li1, file$5, 198, 6, 4432); + add_location(li1, file$5, 199, 6, 4476); attr_dev(li2, "class", "svelte-1v97djx"); - add_location(li2, file$5, 201, 6, 4512); + add_location(li2, file$5, 202, 6, 4575); attr_dev(li3, "class", "svelte-1v97djx"); - add_location(li3, file$5, 204, 6, 4590); + add_location(li3, file$5, 205, 6, 4672); attr_dev(ul0, "class", "big-buttons-list svelte-1v97djx"); - add_location(ul0, file$5, 194, 4, 4318); + add_location(ul0, file$5, 195, 4, 4343); attr_dev(li4, "class", "svelte-1v97djx"); - add_location(li4, file$5, 211, 8, 4754); + add_location(li4, file$5, 212, 8, 4855); attr_dev(li5, "class", "svelte-1v97djx"); - add_location(li5, file$5, 219, 8, 4951); + add_location(li5, file$5, 220, 8, 5052); attr_dev(li6, "class", "svelte-1v97djx"); - add_location(li6, file$5, 227, 8, 5148); + add_location(li6, file$5, 228, 8, 5249); attr_dev(li7, "class", "svelte-1v97djx"); - add_location(li7, file$5, 235, 8, 5336); + add_location(li7, file$5, 236, 8, 5437); attr_dev(ul1, "class", "func-butons svelte-1v97djx"); - add_location(ul1, file$5, 210, 6, 4720); + add_location(ul1, file$5, 211, 6, 4821); attr_dev(li8, "class", "svelte-1v97djx"); - add_location(li8, file$5, 245, 8, 5570); + add_location(li8, file$5, 246, 8, 5671); attr_dev(li9, "class", "svelte-1v97djx"); - add_location(li9, file$5, 253, 8, 5763); + add_location(li9, file$5, 254, 8, 5864); attr_dev(li10, "class", "svelte-1v97djx"); - add_location(li10, file$5, 261, 8, 5956); + add_location(li10, file$5, 262, 8, 6057); attr_dev(li11, "class", "svelte-1v97djx"); - add_location(li11, file$5, 269, 8, 6149); + add_location(li11, file$5, 270, 8, 6250); attr_dev(ul2, "class", "oper-buttons svelte-1v97djx"); - add_location(ul2, file$5, 244, 6, 5535); + add_location(ul2, file$5, 245, 6, 5636); attr_dev(section0, "class", "wrap-functions svelte-1v97djx"); - add_location(section0, file$5, 209, 4, 4680); + add_location(section0, file$5, 210, 4, 4781); attr_dev(li12, "class", "svelte-1v97djx"); - add_location(li12, file$5, 281, 8, 6441); + add_location(li12, file$5, 282, 8, 6542); attr_dev(li13, "class", "svelte-1v97djx"); - add_location(li13, file$5, 288, 8, 6608); + add_location(li13, file$5, 289, 8, 6709); attr_dev(li14, "class", "svelte-1v97djx"); - add_location(li14, file$5, 295, 8, 6772); + add_location(li14, file$5, 296, 8, 6873); attr_dev(li15, "class", "svelte-1v97djx"); - add_location(li15, file$5, 302, 8, 6936); + add_location(li15, file$5, 303, 8, 7037); attr_dev(li16, "class", "svelte-1v97djx"); - add_location(li16, file$5, 309, 8, 7100); + add_location(li16, file$5, 310, 8, 7201); attr_dev(li17, "class", "svelte-1v97djx"); - add_location(li17, file$5, 316, 8, 7264); + add_location(li17, file$5, 317, 8, 7365); attr_dev(li18, "class", "svelte-1v97djx"); - add_location(li18, file$5, 323, 8, 7429); + add_location(li18, file$5, 324, 8, 7530); attr_dev(li19, "class", "svelte-1v97djx"); - add_location(li19, file$5, 330, 8, 7593); + add_location(li19, file$5, 331, 8, 7694); attr_dev(li20, "class", "svelte-1v97djx"); - add_location(li20, file$5, 337, 8, 7757); + add_location(li20, file$5, 338, 8, 7858); attr_dev(li21, "class", "svelte-1v97djx"); - add_location(li21, file$5, 344, 8, 7921); + add_location(li21, file$5, 345, 8, 8022); attr_dev(ul3, "class", "middle-buttons svelte-1v97djx"); - add_location(ul3, file$5, 280, 6, 6404); + add_location(ul3, file$5, 281, 6, 6505); attr_dev(section1, "class", "wrap-middle svelte-1v97djx"); - add_location(section1, file$5, 279, 4, 6367); + add_location(section1, file$5, 280, 4, 6468); attr_dev(li22, "class", "svelte-1v97djx"); - add_location(li22, file$5, 355, 8, 8184); + add_location(li22, file$5, 356, 8, 8285); attr_dev(li23, "class", "svelte-1v97djx"); - add_location(li23, file$5, 358, 8, 8264); + add_location(li23, file$5, 359, 8, 8389); attr_dev(li24, "class", "svelte-1v97djx"); - add_location(li24, file$5, 361, 8, 8347); + add_location(li24, file$5, 362, 8, 8496); attr_dev(li25, "class", "svelte-1v97djx"); - add_location(li25, file$5, 364, 8, 8434); + add_location(li25, file$5, 365, 8, 8607); attr_dev(li26, "class", "svelte-1v97djx"); - add_location(li26, file$5, 367, 8, 8515); + add_location(li26, file$5, 368, 8, 8712); attr_dev(li27, "class", "svelte-1v97djx"); - add_location(li27, file$5, 370, 8, 8599); + add_location(li27, file$5, 371, 8, 8820); attr_dev(li28, "class", "svelte-1v97djx"); - add_location(li28, file$5, 373, 8, 8681); + add_location(li28, file$5, 374, 8, 8926); attr_dev(li29, "class", "svelte-1v97djx"); - add_location(li29, file$5, 376, 8, 8762); + add_location(li29, file$5, 377, 8, 9031); attr_dev(li30, "class", "svelte-1v97djx"); - add_location(li30, file$5, 379, 8, 8848); + add_location(li30, file$5, 380, 8, 9141); attr_dev(li31, "class", "svelte-1v97djx"); - add_location(li31, file$5, 382, 8, 8936); + add_location(li31, file$5, 386, 8, 9292); attr_dev(ul4, "class", "yellow-buttons svelte-1v97djx"); - add_location(ul4, file$5, 354, 6, 8147); + add_location(ul4, file$5, 355, 6, 8248); attr_dev(section2, "class", "wrap-yellow svelte-1v97djx"); - add_location(section2, file$5, 353, 4, 8110); + add_location(section2, file$5, 354, 4, 8211); attr_dev(div, "class", "inner-keyboard-container svelte-1v97djx"); - add_location(div, file$5, 193, 2, 4274); + add_location(div, file$5, 194, 2, 4299); attr_dev(section3, "class", "keyboard-container svelte-1v97djx"); - add_location(section3, file$5, 192, 0, 4234); + add_location(section3, file$5, 193, 0, 4259); }, l: function claim(nodes) { @@ -1869,18 +1967,22 @@ var app = (function () { p: function update(changed, ctx) { var bigbutton0_changes = {}; if (changed.status) bigbutton0_changes.status = ctx.status; + if (changed.easterEgg) bigbutton0_changes.action = ctx.easterEgg; bigbutton0.$set(bigbutton0_changes); var bigbutton1_changes = {}; if (changed.status) bigbutton1_changes.status = ctx.status; + if (changed.easterEgg) bigbutton1_changes.action = ctx.easterEgg; bigbutton1.$set(bigbutton1_changes); var bigbutton2_changes = {}; if (changed.status) bigbutton2_changes.status = ctx.status; + if (changed.easterEgg) bigbutton2_changes.action = ctx.easterEgg; bigbutton2.$set(bigbutton2_changes); var bigbutton3_changes = {}; if (changed.status) bigbutton3_changes.status = ctx.status; + if (changed.easterEgg) bigbutton3_changes.action = ctx.easterEgg; bigbutton3.$set(bigbutton3_changes); var funcbutton0_changes = {}; @@ -1975,42 +2077,52 @@ var app = (function () { var yellowbutton0_changes = {}; if (changed.status) yellowbutton0_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton0_changes.action = ctx.handleFunction; yellowbutton0.$set(yellowbutton0_changes); var yellowbutton1_changes = {}; if (changed.status) yellowbutton1_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton1_changes.action = ctx.handleFunction; yellowbutton1.$set(yellowbutton1_changes); var yellowbutton2_changes = {}; if (changed.status) yellowbutton2_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton2_changes.action = ctx.handleFunction; yellowbutton2.$set(yellowbutton2_changes); var yellowbutton3_changes = {}; if (changed.status) yellowbutton3_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton3_changes.action = ctx.handleFunction; yellowbutton3.$set(yellowbutton3_changes); var yellowbutton4_changes = {}; if (changed.status) yellowbutton4_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton4_changes.action = ctx.handleFunction; yellowbutton4.$set(yellowbutton4_changes); var yellowbutton5_changes = {}; if (changed.status) yellowbutton5_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton5_changes.action = ctx.handleFunction; yellowbutton5.$set(yellowbutton5_changes); var yellowbutton6_changes = {}; if (changed.status) yellowbutton6_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton6_changes.action = ctx.handleFunction; yellowbutton6.$set(yellowbutton6_changes); var yellowbutton7_changes = {}; if (changed.status) yellowbutton7_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton7_changes.action = ctx.handleFunction; yellowbutton7.$set(yellowbutton7_changes); var yellowbutton8_changes = {}; if (changed.status) yellowbutton8_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton8_changes.action = ctx.handleFunction; yellowbutton8.$set(yellowbutton8_changes); var yellowbutton9_changes = {}; if (changed.status) yellowbutton9_changes.status = ctx.status; + if (changed.handleFunction) yellowbutton9_changes.action = ctx.handleFunction; yellowbutton9.$set(yellowbutton9_changes); }, @@ -2196,7 +2308,7 @@ var app = (function () { function instance$5($$self, $$props, $$invalidate) { - let { turnOn, turnOff, updateDisplay, handleNumberInsert, handleFunction, status } = $$props; + let { turnOn, turnOff, updateDisplay, handleNumberInsert, handleFunction, status, easterEgg } = $$props; // onMount(() => { // const elements = document.querySelectorAll("button"); @@ -2204,7 +2316,7 @@ var app = (function () { // // console.log(elements); // }); - const writable_props = ['turnOn', 'turnOff', 'updateDisplay', 'handleNumberInsert', 'handleFunction', 'status']; + const writable_props = ['turnOn', 'turnOff', 'updateDisplay', 'handleNumberInsert', 'handleFunction', 'status', 'easterEgg']; Object.keys($$props).forEach(key => { if (!writable_props.includes(key) && !key.startsWith('$$')) console.warn(` was created with unknown prop '${key}'`); }); @@ -2216,10 +2328,11 @@ var app = (function () { if ('handleNumberInsert' in $$props) $$invalidate('handleNumberInsert', handleNumberInsert = $$props.handleNumberInsert); if ('handleFunction' in $$props) $$invalidate('handleFunction', handleFunction = $$props.handleFunction); if ('status' in $$props) $$invalidate('status', status = $$props.status); + if ('easterEgg' in $$props) $$invalidate('easterEgg', easterEgg = $$props.easterEgg); }; $$self.$capture_state = () => { - return { turnOn, turnOff, updateDisplay, handleNumberInsert, handleFunction, status }; + return { turnOn, turnOff, updateDisplay, handleNumberInsert, handleFunction, status, easterEgg }; }; $$self.$inject_state = $$props => { @@ -2229,6 +2342,7 @@ var app = (function () { if ('handleNumberInsert' in $$props) $$invalidate('handleNumberInsert', handleNumberInsert = $$props.handleNumberInsert); if ('handleFunction' in $$props) $$invalidate('handleFunction', handleFunction = $$props.handleFunction); if ('status' in $$props) $$invalidate('status', status = $$props.status); + if ('easterEgg' in $$props) $$invalidate('easterEgg', easterEgg = $$props.easterEgg); }; return { @@ -2237,14 +2351,15 @@ var app = (function () { updateDisplay, handleNumberInsert, handleFunction, - status + status, + easterEgg }; } class Keyboard extends SvelteComponentDev { constructor(options) { super(options); - init(this, options, instance$5, create_fragment$5, safe_not_equal, ["turnOn", "turnOff", "updateDisplay", "handleNumberInsert", "handleFunction", "status"]); + init(this, options, instance$5, create_fragment$5, safe_not_equal, ["turnOn", "turnOff", "updateDisplay", "handleNumberInsert", "handleFunction", "status", "easterEgg"]); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Keyboard", options, id: create_fragment$5.name }); const { ctx } = this.$$; @@ -2267,6 +2382,9 @@ var app = (function () { if (ctx.status === undefined && !('status' in props)) { console.warn(" was created without expected prop 'status'"); } + if (ctx.easterEgg === undefined && !('easterEgg' in props)) { + console.warn(" was created without expected prop 'easterEgg'"); + } } get turnOn() { @@ -2316,6 +2434,14 @@ var app = (function () { set status(value) { throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); } + + get easterEgg() { + throw new Error(": Props cannot be read directly from the component instance unless compiling with 'accessors: true' or ''"); + } + + set easterEgg(value) { + throw new Error(": Props cannot be set directly on the component instance unless compiling with 'accessors: true' or ''"); + } } const subscriber_queue = []; @@ -2376,11 +2502,12 @@ var app = (function () { displayValue: ['w', 'e', 'l', 'c', 'o', 'm', 'e'], operation: null, values: [0, 0], - current: 0 + current: 0, + clearDisplay: true }); /* src\App.svelte generated by Svelte v3.12.0 */ - const { console: console_1$5 } = globals; + const { console: console_1$2 } = globals; function create_fragment$6(ctx) { var t, current; @@ -2397,7 +2524,8 @@ var app = (function () { updateDisplay: ctx.updateDisplay, handleNumberInsert: ctx.setDigit, status: ctx.display.status, - handleFunction: ctx.setOperation + handleFunction: ctx.setOperation, + easterEgg: ctx.handleEasterEgg }, $$inline: true }); @@ -2464,13 +2592,14 @@ var app = (function () { function instance$6($$self, $$props, $$invalidate) { - + let easter_eggs = ["3141592", "667428", "6022141", "6022141"]; let { initialState = { status: false, displayValue: [0, 0, 0, 0, 0, 0, 0], operation: null, values: [0, 0], - current: 0 + current: 0, + clearDisplay: true }, display_off = ["", "", "", "", "", "", ""], display_on = [0, 0, 0, 0, 0, 0, 0] } = $$props; let display$1; @@ -2497,17 +2626,25 @@ var app = (function () { }); } } = $$props; - // export let handleNumberInsert = number => { - // console.log("number from handle: " + number); - // }; - const setOperation = operation => { console.log(`operation: ${operation}`); + switch (operation) { + case "÷": { + operation = "/"; + break; + } + case "X": { + operation = "*"; + break; + } + } + console.log(display$1); if (display$1.current === 0) { updateDisplay({ ...display$1, - operation, - current: 1 + operation: operation, + current: 1, + clearDisplay: true }); } else { const equals = operation === "enter"; @@ -2515,7 +2652,10 @@ var app = (function () { const values = [...display$1.values]; try { - values[0] = eval(`${values[0]} ${currentOperation} ${values[1]}`); + console.log(`${values[0]} ${currentOperation} ${values[1]}`); + values[0] = Math.floor( + Number(eval(`${values[0]} ${currentOperation} ${values[1]}`)) + ); } catch (e) { values[0] = display$1.values[0]; console.log(e); @@ -2525,28 +2665,33 @@ var app = (function () { updateDisplay({ ...display$1, values, - displayValue: values[0], + displayValue: formatValueToDisplay("" + values[0]), current: equals ? 0 : 1, - operation: equals ? null : operation + operation: equals ? null : operation, + clearDisplay: true }); } + console.log(display$1); }; const setDigit = digit => { console.log(`Digit: ${digit}`); - - const currentValue = display$1.displayValue.join(""); - console.log("display value: ", currentValue); - console.log("Novo valor: ", currentValue + "" + digit); + const clearDisplay = + display$1.displayValue.join("") === "0000000" || display$1.clearDisplay; + console.log("clear display? ", clearDisplay); + const currentValue = clearDisplay ? "" : display$1.displayValue.join(""); + console.log("current value: ", currentValue); const displayValue = formatValueToDisplay(currentValue + "" + digit); - console.log("display value: ", displayValue); - updateDisplay({ ...display$1, displayValue }); + // console.log("display value: ", currentValue); + // console.log("Novo valor: ", currentValue + "" + digit); + updateDisplay({ ...display$1, displayValue, clearDisplay: false }); + // console.log("display value: ", displayValue); const index = display$1.current; - const newValue = parseFloat(displayValue); + const newValue = parseInt(displayValue.join("")); const values = [...display$1.values]; values[index] = newValue; - updateDisplay({ ...display$1, values, displayValue }); + updateDisplay({ ...display$1, values, displayValue, clearDisplay: false }); }; const formatValueToDisplay = value => { @@ -2560,13 +2705,56 @@ var app = (function () { } }; + const handleEasterEgg = value => { + setDigit(value); + setTimeout(() => askEasterEgg(value), 200); + }; + + const askEasterEgg = value => { + let resp = ""; + switch (value) { + case "3141592": { + resp = "pi"; + break; + } + case "667428": { + resp = "gravitação universal"; + break; + } + case "6022141": { + resp = "constante de avogadro"; + break; + } + case "2997924": { + resp = "velocidade da luz"; + break; + } + } + let user_input = window.prompt( + "Você clicou num botão easter egg. Você sabe qual constante físico/matemática é este número?" + ); + if (user_input === resp) { + alert("Parabéns, você acertou, você é muito inteligente!"); + } else { + while (confirm("Você errou, quer tentar novamente?")) { + user_input = window.prompt( + "Você clicou num botão easter egg. Você sabe qual constante físico/matemática é este número?" + ); + if (user_input === resp) { + alert("Parabéns, você acertou, você é muito inteligente!"); + break; + } + } + } + }; + // onMount(() => { // console.log("onmount", display); // }); const writable_props = ['initialState', 'display_off', 'display_on', 'turn_on', 'turn_off', 'updateDisplay']; Object.keys($$props).forEach(key => { - if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$5.warn(` was created with unknown prop '${key}'`); + if (!writable_props.includes(key) && !key.startsWith('$$')) console_1$2.warn(` was created with unknown prop '${key}'`); }); $$self.$set = $$props => { @@ -2579,10 +2767,11 @@ var app = (function () { }; $$self.$capture_state = () => { - return { initialState, display_off, display_on, display: display$1, turn_on, turn_off, updateDisplay }; + return { easter_eggs, initialState, display_off, display_on, display: display$1, turn_on, turn_off, updateDisplay }; }; $$self.$inject_state = $$props => { + if ('easter_eggs' in $$props) easter_eggs = $$props.easter_eggs; if ('initialState' in $$props) $$invalidate('initialState', initialState = $$props.initialState); if ('display_off' in $$props) $$invalidate('display_off', display_off = $$props.display_off); if ('display_on' in $$props) $$invalidate('display_on', display_on = $$props.display_on); @@ -2601,7 +2790,8 @@ var app = (function () { turn_off, updateDisplay, setOperation, - setDigit + setDigit, + handleEasterEgg }; } diff --git a/2019-setembro/lancellott/public/js/bundle.js.map b/2019-setembro/lancellott/public/js/bundle.js.map index 56c25f0..2c4326c 100644 --- a/2019-setembro/lancellott/public/js/bundle.js.map +++ b/2019-setembro/lancellott/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/containers/Keyboard.svelte","../../node_modules/svelte/store/index.mjs","../../src/store/store.js","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n","\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n","\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import { safe_not_equal, noop, run_all, is_function } from '../internal';\nexport { get_store_value as get } from '../internal';\n\nconst subscriber_queue = [];\n/**\n * Creates a `Readable` store that allows reading by subscription.\n * @param value initial value\n * @param {StartStopNotifier}start start and stop notifications for subscriptions\n */\nfunction readable(value, start) {\n return {\n subscribe: writable(value, start).subscribe,\n };\n}\n/**\n * Create a `Writable` store that allows both updating and reading by subscription.\n * @param {*=}value initial value\n * @param {StartStopNotifier=}start start and stop notifications for subscriptions\n */\nfunction writable(value, start = noop) {\n let stop;\n const subscribers = [];\n function set(new_value) {\n if (safe_not_equal(value, new_value)) {\n value = new_value;\n if (stop) { // store is ready\n const run_queue = !subscriber_queue.length;\n for (let i = 0; i < subscribers.length; i += 1) {\n const s = subscribers[i];\n s[1]();\n subscriber_queue.push(s, value);\n }\n if (run_queue) {\n for (let i = 0; i < subscriber_queue.length; i += 2) {\n subscriber_queue[i][0](subscriber_queue[i + 1]);\n }\n subscriber_queue.length = 0;\n }\n }\n }\n }\n function update(fn) {\n set(fn(value));\n }\n function subscribe(run, invalidate = noop) {\n const subscriber = [run, invalidate];\n subscribers.push(subscriber);\n if (subscribers.length === 1) {\n stop = start(set) || noop;\n }\n run(value);\n return () => {\n const index = subscribers.indexOf(subscriber);\n if (index !== -1) {\n subscribers.splice(index, 1);\n }\n if (subscribers.length === 0) {\n stop();\n stop = null;\n }\n };\n }\n return { set, update, subscribe };\n}\n/**\n * Derived value store by synchronizing one or more readable stores and\n * applying an aggregation function over its input values.\n * @param {Stores} stores input stores\n * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values\n * @param {*=}initial_value when used asynchronously\n */\nfunction derived(stores, fn, initial_value) {\n const single = !Array.isArray(stores);\n const stores_array = single\n ? [stores]\n : stores;\n const auto = fn.length < 2;\n return readable(initial_value, (set) => {\n let inited = false;\n const values = [];\n let pending = 0;\n let cleanup = noop;\n const sync = () => {\n if (pending) {\n return;\n }\n cleanup();\n const result = fn(single ? values[0] : values, set);\n if (auto) {\n set(result);\n }\n else {\n cleanup = is_function(result) ? result : noop;\n }\n };\n const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => {\n values[i] = value;\n pending &= ~(1 << i);\n if (inited) {\n sync();\n }\n }, () => {\n pending |= (1 << i);\n }));\n inited = true;\n sync();\n return function stop() {\n run_all(unsubscribers);\n cleanup();\n };\n });\n}\n\nexport { derived, readable, writable };\n","import { writable } from 'svelte/store';\r\n\r\n// export const display = writable([\"\", \"\", \"\", \"\", \"\", \"\", \"\"]);\r\nexport const display = writable({\r\n status: false,\r\n displayValue: ['w', 'e', 'l', 'c', 'o', 'm', 'e'],\r\n operation: null,\r\n values: [0, 0],\r\n current: 0\r\n});","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":["display","dp"],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/containers/Keyboard.svelte","../../node_modules/svelte/store/index.mjs","../../src/store/store.js","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n","\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n","\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import { safe_not_equal, noop, run_all, is_function } from '../internal';\nexport { get_store_value as get } from '../internal';\n\nconst subscriber_queue = [];\n/**\n * Creates a `Readable` store that allows reading by subscription.\n * @param value initial value\n * @param {StartStopNotifier}start start and stop notifications for subscriptions\n */\nfunction readable(value, start) {\n return {\n subscribe: writable(value, start).subscribe,\n };\n}\n/**\n * Create a `Writable` store that allows both updating and reading by subscription.\n * @param {*=}value initial value\n * @param {StartStopNotifier=}start start and stop notifications for subscriptions\n */\nfunction writable(value, start = noop) {\n let stop;\n const subscribers = [];\n function set(new_value) {\n if (safe_not_equal(value, new_value)) {\n value = new_value;\n if (stop) { // store is ready\n const run_queue = !subscriber_queue.length;\n for (let i = 0; i < subscribers.length; i += 1) {\n const s = subscribers[i];\n s[1]();\n subscriber_queue.push(s, value);\n }\n if (run_queue) {\n for (let i = 0; i < subscriber_queue.length; i += 2) {\n subscriber_queue[i][0](subscriber_queue[i + 1]);\n }\n subscriber_queue.length = 0;\n }\n }\n }\n }\n function update(fn) {\n set(fn(value));\n }\n function subscribe(run, invalidate = noop) {\n const subscriber = [run, invalidate];\n subscribers.push(subscriber);\n if (subscribers.length === 1) {\n stop = start(set) || noop;\n }\n run(value);\n return () => {\n const index = subscribers.indexOf(subscriber);\n if (index !== -1) {\n subscribers.splice(index, 1);\n }\n if (subscribers.length === 0) {\n stop();\n stop = null;\n }\n };\n }\n return { set, update, subscribe };\n}\n/**\n * Derived value store by synchronizing one or more readable stores and\n * applying an aggregation function over its input values.\n * @param {Stores} stores input stores\n * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values\n * @param {*=}initial_value when used asynchronously\n */\nfunction derived(stores, fn, initial_value) {\n const single = !Array.isArray(stores);\n const stores_array = single\n ? [stores]\n : stores;\n const auto = fn.length < 2;\n return readable(initial_value, (set) => {\n let inited = false;\n const values = [];\n let pending = 0;\n let cleanup = noop;\n const sync = () => {\n if (pending) {\n return;\n }\n cleanup();\n const result = fn(single ? values[0] : values, set);\n if (auto) {\n set(result);\n }\n else {\n cleanup = is_function(result) ? result : noop;\n }\n };\n const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => {\n values[i] = value;\n pending &= ~(1 << i);\n if (inited) {\n sync();\n }\n }, () => {\n pending |= (1 << i);\n }));\n inited = true;\n sync();\n return function stop() {\n run_all(unsubscribers);\n cleanup();\n };\n });\n}\n\nexport { derived, readable, writable };\n","import { writable } from 'svelte/store';\r\n\r\n// export const display = writable([\"\", \"\", \"\", \"\", \"\", \"\", \"\"]);\r\nexport const display = writable({\r\n status: false,\r\n displayValue: ['w', 'e', 'l', 'c', 'o', 'm', 'e'],\r\n operation: null,\r\n values: [0, 0],\r\n current: 0,\r\n clearDisplay: true\r\n});","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":["display","dp"],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/lancellott/src/App.svelte b/2019-setembro/lancellott/src/App.svelte index 024110a..f1cb2eb 100644 --- a/2019-setembro/lancellott/src/App.svelte +++ b/2019-setembro/lancellott/src/App.svelte @@ -3,13 +3,14 @@ import Screen from "./containers/Screen.svelte"; import Keyboard from "./containers/Keyboard.svelte"; import { display as dp } from "./store/store"; - + let easter_eggs = ["3141592", "667428", "6022141", "6022141"]; export let initialState = { status: false, displayValue: [0, 0, 0, 0, 0, 0, 0], operation: null, values: [0, 0], - current: 0 + current: 0, + clearDisplay: true }; export let display_off = ["", "", "", "", "", "", ""]; export let display_on = [0, 0, 0, 0, 0, 0, 0]; @@ -38,17 +39,25 @@ }); }; - // export let handleNumberInsert = number => { - // console.log("number from handle: " + number); - // }; - const setOperation = operation => { console.log(`operation: ${operation}`); + switch (operation) { + case "÷": { + operation = "/"; + break; + } + case "X": { + operation = "*"; + break; + } + } + console.log(display); if (display.current === 0) { updateDisplay({ ...display, - operation, - current: 1 + operation: operation, + current: 1, + clearDisplay: true }); } else { const equals = operation === "enter"; @@ -56,7 +65,10 @@ const values = [...display.values]; try { - values[0] = eval(`${values[0]} ${currentOperation} ${values[1]}`); + console.log(`${values[0]} ${currentOperation} ${values[1]}`); + values[0] = Math.floor( + Number(eval(`${values[0]} ${currentOperation} ${values[1]}`)) + ); } catch (e) { values[0] = display.values[0]; console.log(e); @@ -66,28 +78,33 @@ updateDisplay({ ...display, values, - displayValue: values[0], + displayValue: formatValueToDisplay("" + values[0]), current: equals ? 0 : 1, - operation: equals ? null : operation + operation: equals ? null : operation, + clearDisplay: true }); } + console.log(display); }; export const setDigit = digit => { console.log(`Digit: ${digit}`); - - const currentValue = display.displayValue.join(""); - console.log("display value: ", currentValue); - console.log("Novo valor: ", currentValue + "" + digit); + const clearDisplay = + display.displayValue.join("") === "0000000" || display.clearDisplay; + console.log("clear display? ", clearDisplay); + const currentValue = clearDisplay ? "" : display.displayValue.join(""); + console.log("current value: ", currentValue); const displayValue = formatValueToDisplay(currentValue + "" + digit); - console.log("display value: ", displayValue); - updateDisplay({ ...display, displayValue }); + // console.log("display value: ", currentValue); + // console.log("Novo valor: ", currentValue + "" + digit); + updateDisplay({ ...display, displayValue, clearDisplay: false }); + // console.log("display value: ", displayValue); const index = display.current; - const newValue = parseFloat(displayValue); + const newValue = parseInt(displayValue.join("")); const values = [...display.values]; values[index] = newValue; - updateDisplay({ ...display, values, displayValue }); + updateDisplay({ ...display, values, displayValue, clearDisplay: false }); }; const formatValueToDisplay = value => { @@ -101,6 +118,49 @@ } }; + const handleEasterEgg = value => { + setDigit(value); + setTimeout(() => askEasterEgg(value), 200); + }; + + const askEasterEgg = value => { + let resp = ""; + switch (value) { + case "3141592": { + resp = "pi"; + break; + } + case "667428": { + resp = "gravitação universal"; + break; + } + case "6022141": { + resp = "constante de avogadro"; + break; + } + case "2997924": { + resp = "velocidade da luz"; + break; + } + } + let user_input = window.prompt( + "Você clicou num botão easter egg. Você sabe qual constante físico/matemática é este número?" + ); + if (user_input === resp) { + alert("Parabéns, você acertou, você é muito inteligente!"); + } else { + while (confirm("Você errou, quer tentar novamente?")) { + user_input = window.prompt( + "Você clicou num botão easter egg. Você sabe qual constante físico/matemática é este número?" + ); + if (user_input === resp) { + alert("Parabéns, você acertou, você é muito inteligente!"); + break; + } + } + } + }; + // onMount(() => { // console.log("onmount", display); // }); @@ -120,4 +180,5 @@ {updateDisplay} handleNumberInsert={setDigit} status={display.status} - handleFunction={setOperation} /> + handleFunction={setOperation} + easterEgg={handleEasterEgg} /> diff --git a/2019-setembro/lancellott/src/components/BigButton.svelte b/2019-setembro/lancellott/src/components/BigButton.svelte index 43cbb43..4e14dab 100644 --- a/2019-setembro/lancellott/src/components/BigButton.svelte +++ b/2019-setembro/lancellott/src/components/BigButton.svelte @@ -2,6 +2,7 @@ export let key; export let color; export let status; + export let action; export const handleBigButtonClick = letter => { if (!status) { return; @@ -10,6 +11,26 @@ let audio = new Audio(); audio.src = "./sounds/click.wav"; audio.play(); + if (action) { + switch (key) { + case "A": { + action("3141592"); //pi + break; + } + case "B": { + action("667428"); //gravitação universal + break; + } + case "C": { + action("6022141"); //constante de avogadro + break; + } + case "D": { + action("2997924"); //velocidade da luz + break; + } + } + } }; diff --git a/2019-setembro/lancellott/src/components/FunctionalButton.svelte b/2019-setembro/lancellott/src/components/FunctionalButton.svelte index 01925cc..ea3c4ac 100644 --- a/2019-setembro/lancellott/src/components/FunctionalButton.svelte +++ b/2019-setembro/lancellott/src/components/FunctionalButton.svelte @@ -11,12 +11,12 @@ return; } } - console.log(text); + // console.log(text); let audio = new Audio(); audio.src = "./sounds/click.wav"; audio.play(); if (text !== "liga" && text !== "desl.") { - console.log("action: ", text); + // console.log("action: ", text); action && action(text); } else { action && action(); diff --git a/2019-setembro/lancellott/src/components/MiddleButton.svelte b/2019-setembro/lancellott/src/components/MiddleButton.svelte index 3efc121..ddf4cfd 100644 --- a/2019-setembro/lancellott/src/components/MiddleButton.svelte +++ b/2019-setembro/lancellott/src/components/MiddleButton.svelte @@ -7,7 +7,7 @@ if (!status) { return; } - console.log(Number(number), text); + // console.log(Number(number), text); let bu = "./sounds/"; let audio = new Audio(); switch (Number(number)) { @@ -52,7 +52,7 @@ break; } } - console.log(audio); + // console.log(audio); audio.play(); action && action(number); }; diff --git a/2019-setembro/lancellott/src/components/YellowButton.svelte b/2019-setembro/lancellott/src/components/YellowButton.svelte index 0d00711..e5e3041 100644 --- a/2019-setembro/lancellott/src/components/YellowButton.svelte +++ b/2019-setembro/lancellott/src/components/YellowButton.svelte @@ -1,14 +1,38 @@ diff --git a/2019-setembro/lancellott/src/containers/Keyboard.svelte b/2019-setembro/lancellott/src/containers/Keyboard.svelte index a5d41af..3ea5c55 100644 --- a/2019-setembro/lancellott/src/containers/Keyboard.svelte +++ b/2019-setembro/lancellott/src/containers/Keyboard.svelte @@ -11,6 +11,7 @@ export let handleNumberInsert; export let handleFunction; export let status; + export let easterEgg; // onMount(() => { // const elements = document.querySelectorAll("button"); @@ -194,16 +195,16 @@
    • - +
    • - +
    • - +
    • - +
    @@ -354,34 +355,40 @@
    • - +
    • - +
    • - +
    • - +
    • - +
    • - +
    • - +
    • - +
    • - +
    • - +
    diff --git a/2019-setembro/lancellott/src/store/store.js b/2019-setembro/lancellott/src/store/store.js index 3141c5a..4d91b4c 100644 --- a/2019-setembro/lancellott/src/store/store.js +++ b/2019-setembro/lancellott/src/store/store.js @@ -6,5 +6,6 @@ export const display = writable({ displayValue: ['w', 'e', 'l', 'c', 'o', 'm', 'e'], operation: null, values: [0, 0], - current: 0 + current: 0, + clearDisplay: true }); \ No newline at end of file From 53bcee24e046745c78ed1e08a70e1ddff715a869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Tue, 1 Oct 2019 03:20:09 -0300 Subject: [PATCH 17/18] adicionadas as respostas pros easter eggs --- 2019-setembro/lancellott/public/css/bundle.css | 2 +- 2019-setembro/lancellott/public/css/bundle.css.map | 10 +++++----- 2019-setembro/lancellott/public/js/bundle.js | 8 ++++++++ 2019-setembro/lancellott/public/js/bundle.js.map | 2 +- 2019-setembro/lancellott/src/App.svelte | 8 ++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/2019-setembro/lancellott/public/css/bundle.css b/2019-setembro/lancellott/public/css/bundle.css index c54388d..4885737 100644 --- a/2019-setembro/lancellott/public/css/bundle.css +++ b/2019-setembro/lancellott/public/css/bundle.css @@ -2,7 +2,7 @@ section.svelte-w7n64k{width:100vw;height:35vh;background-color:#c9cfcb}section.s .keyboard-container.svelte-1v97djx{position:absolute;margin-top:10px;box-sizing:border-box;width:100vw;height:63vh;padding:10vh 20vw 5vh;background-color:#c9cfcb}.keyboard-container.svelte-1v97djx::after{content:"";width:45vw;height:1vh;position:absolute;background-color:#c9cfcb;border:5px #7b7d7c solid;border-top-color:transparent;border-bottom-color:transparent;top:0;margin-left:7vw;transform:translateY(-1.5vh)}.keyboard-container.svelte-1v97djx::before{content:"Pense Bem®";position:absolute;display:inline-block;width:20vw;height:5vh;margin-right:20vw;border-radius:10px;right:0;top:0;background-color:#ceceac;margin-left:5vw;margin-top:3vh;border:2px #91907c solid;color:#3867c1;font-size:5vh;font-weight:bold;text-align:center}.keyboard-container.svelte-1v97djx .inner-keyboard-container.svelte-1v97djx{box-sizing:border-box;height:100%;width:100%;background-color:#7b7d7c;padding:1vw;border-radius:1vh;border:2px #625f56 solid;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.keyboard-container.svelte-1v97djx .inner-keyboard-container .big-buttons-list.svelte-1v97djx{display:flex;flex-direction:row;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions.svelte-1v97djx{display:inline-block;min-width:50%;max-width:50%;min-height:20vh;max-height:20vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .big-buttons-list li.svelte-1v97djx{margin-left:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .func-butons.svelte-1v97djx{display:flex;flex-direction:row;justify-content:flex-end}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .func-butons li.svelte-1v97djx{margin-right:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .oper-buttons.svelte-1v97djx{display:flex;flex-direction:row;justify-content:flex-end;margin-right:2vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-functions .oper-buttons li.svelte-1v97djx{margin-right:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle.svelte-1v97djx{display:flex;align-items:center;justify-content:center;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle .middle-buttons.svelte-1v97djx{display:flex;margin-left:1vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-middle .middle-buttons li.svelte-1v97djx{margin-left:1.5vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow.svelte-1v97djx{display:flex;align-items:center;justify-content:center;height:2vh;min-width:100%;max-width:100%;min-height:10vh;max-height:10vh}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow .yellow-buttons.svelte-1v97djx{display:flex;margin-right:2vw}.keyboard-container.svelte-1v97djx .inner-keyboard-container .wrap-yellow .yellow-buttons li.svelte-1v97djx{margin-right:1.5vw} .big-button.svelte-101k2jr{display:inline-block;box-sizing:border-box;height:18vh;width:5vw;border:none;border-radius:1vw;box-shadow:-3px -3px 2px #2d343e;transform:skew(-20deg)}.big-button.svelte-101k2jr>.text.svelte-101k2jr{display:inline-block;transform:skew(20deg);color:#fff;font-size:2.5vh;font-weight:bold}.big-button.-red.svelte-101k2jr{background-color:#9f2824}.big-button.-yellow.svelte-101k2jr{background-color:#f7cf3c}.big-button.-blue.svelte-101k2jr{background-color:#1a4379}.big-button.-green.svelte-101k2jr{background-color:#3db460} .middle-button.svelte-12fuhl8{height:8vh;width:8vh;background:linear-gradient(180deg, #fff 50%, #9f2824 50%);border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;line-height:3vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.middle-button.svelte-12fuhl8 span.svelte-12fuhl8{display:inline-block;width:100%;height:50%}.middle-button.svelte-12fuhl8 .number.svelte-12fuhl8{font-size:3vh;line-height:3vh;color:#315e99}.middle-button.svelte-12fuhl8 .tone.svelte-12fuhl8{color:#fff} -.yellow-button.svelte-198d3mt{background-color:#f7cf3c;color:#315e99;height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:1.3vh;text-align:center;word-wrap:break-word;box-shadow:-3px -3px 2px #2d343e} .functional-button.svelte-1pz1i0x{height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:2vh;font-weight:bold;text-align:center;box-shadow:-3px -3px 2px #2d343e}.functional-button.-white.svelte-1pz1i0x{background-color:#fff}.functional-button.-red.svelte-1pz1i0x{background-color:#b0252a}.functional-button.-blue.svelte-1pz1i0x{background-color:#315e99}.functional-button.-green.svelte-1pz1i0x{background-color:#379b52}.functional-button.-font-blue.svelte-1pz1i0x{color:#315e99}.functional-button.-font-white.svelte-1pz1i0x{color:#fff} +.yellow-button.svelte-198d3mt{background-color:#f7cf3c;color:#315e99;height:8vh;width:8vh;border-radius:1vh;border:none;text-transform:uppercase;box-sizing:border-box;font-size:1.3vh;text-align:center;word-wrap:break-word;box-shadow:-3px -3px 2px #2d343e} /*# sourceMappingURL=bundle.css.map */ \ No newline at end of file diff --git a/2019-setembro/lancellott/public/css/bundle.css.map b/2019-setembro/lancellott/public/css/bundle.css.map index a58e192..ffc5395 100644 --- a/2019-setembro/lancellott/public/css/bundle.css.map +++ b/2019-setembro/lancellott/public/css/bundle.css.map @@ -6,17 +6,17 @@ "..\\..\\src\\containers\\Keyboard.svelte", "..\\..\\src\\components\\BigButton.svelte", "..\\..\\src\\components\\MiddleButton.svelte", - "..\\..\\src\\components\\YellowButton.svelte", - "..\\..\\src\\components\\FunctionalButton.svelte" + "..\\..\\src\\components\\FunctionalButton.svelte", + "..\\..\\src\\components\\YellowButton.svelte" ], "sourcesContent": [ "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n", "\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n", "\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n", - "\r\n\r\n\r\n\r\n\r\n", - "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n" + "\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n", + "\r\n\r\n\r\n\r\n\r\n" ], "names": [], - "mappings": "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" + "mappings": "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" } \ No newline at end of file diff --git a/2019-setembro/lancellott/public/js/bundle.js b/2019-setembro/lancellott/public/js/bundle.js index 87896cb..2620eaa 100644 --- a/2019-setembro/lancellott/public/js/bundle.js +++ b/2019-setembro/lancellott/public/js/bundle.js @@ -2733,8 +2733,10 @@ var app = (function () { let user_input = window.prompt( "Você clicou num botão easter egg. Você sabe qual constante físico/matemática é este número?" ); + let acertou = false; if (user_input === resp) { alert("Parabéns, você acertou, você é muito inteligente!"); + acertou = true; } else { while (confirm("Você errou, quer tentar novamente?")) { user_input = window.prompt( @@ -2742,10 +2744,16 @@ var app = (function () { ); if (user_input === resp) { alert("Parabéns, você acertou, você é muito inteligente!"); + acertou = true; break; } } } + if (!acertou) { + if (confirm("Você gostaria de saber a resposta?")) { + alert(`Esta constante representa: ${resp}`); + } + } }; // onMount(() => { diff --git a/2019-setembro/lancellott/public/js/bundle.js.map b/2019-setembro/lancellott/public/js/bundle.js.map index 2c4326c..90f9a7d 100644 --- a/2019-setembro/lancellott/public/js/bundle.js.map +++ b/2019-setembro/lancellott/public/js/bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/containers/Keyboard.svelte","../../node_modules/svelte/store/index.mjs","../../src/store/store.js","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n","\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n","\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import { safe_not_equal, noop, run_all, is_function } from '../internal';\nexport { get_store_value as get } from '../internal';\n\nconst subscriber_queue = [];\n/**\n * Creates a `Readable` store that allows reading by subscription.\n * @param value initial value\n * @param {StartStopNotifier}start start and stop notifications for subscriptions\n */\nfunction readable(value, start) {\n return {\n subscribe: writable(value, start).subscribe,\n };\n}\n/**\n * Create a `Writable` store that allows both updating and reading by subscription.\n * @param {*=}value initial value\n * @param {StartStopNotifier=}start start and stop notifications for subscriptions\n */\nfunction writable(value, start = noop) {\n let stop;\n const subscribers = [];\n function set(new_value) {\n if (safe_not_equal(value, new_value)) {\n value = new_value;\n if (stop) { // store is ready\n const run_queue = !subscriber_queue.length;\n for (let i = 0; i < subscribers.length; i += 1) {\n const s = subscribers[i];\n s[1]();\n subscriber_queue.push(s, value);\n }\n if (run_queue) {\n for (let i = 0; i < subscriber_queue.length; i += 2) {\n subscriber_queue[i][0](subscriber_queue[i + 1]);\n }\n subscriber_queue.length = 0;\n }\n }\n }\n }\n function update(fn) {\n set(fn(value));\n }\n function subscribe(run, invalidate = noop) {\n const subscriber = [run, invalidate];\n subscribers.push(subscriber);\n if (subscribers.length === 1) {\n stop = start(set) || noop;\n }\n run(value);\n return () => {\n const index = subscribers.indexOf(subscriber);\n if (index !== -1) {\n subscribers.splice(index, 1);\n }\n if (subscribers.length === 0) {\n stop();\n stop = null;\n }\n };\n }\n return { set, update, subscribe };\n}\n/**\n * Derived value store by synchronizing one or more readable stores and\n * applying an aggregation function over its input values.\n * @param {Stores} stores input stores\n * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values\n * @param {*=}initial_value when used asynchronously\n */\nfunction derived(stores, fn, initial_value) {\n const single = !Array.isArray(stores);\n const stores_array = single\n ? [stores]\n : stores;\n const auto = fn.length < 2;\n return readable(initial_value, (set) => {\n let inited = false;\n const values = [];\n let pending = 0;\n let cleanup = noop;\n const sync = () => {\n if (pending) {\n return;\n }\n cleanup();\n const result = fn(single ? values[0] : values, set);\n if (auto) {\n set(result);\n }\n else {\n cleanup = is_function(result) ? result : noop;\n }\n };\n const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => {\n values[i] = value;\n pending &= ~(1 << i);\n if (inited) {\n sync();\n }\n }, () => {\n pending |= (1 << i);\n }));\n inited = true;\n sync();\n return function stop() {\n run_all(unsubscribers);\n cleanup();\n };\n });\n}\n\nexport { derived, readable, writable };\n","import { writable } from 'svelte/store';\r\n\r\n// export const display = writable([\"\", \"\", \"\", \"\", \"\", \"\", \"\"]);\r\nexport const display = writable({\r\n status: false,\r\n displayValue: ['w', 'e', 'l', 'c', 'o', 'm', 'e'],\r\n operation: null,\r\n values: [0, 0],\r\n current: 0,\r\n clearDisplay: true\r\n});","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":["display","dp"],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"bundle.js","sources":["../../node_modules/svelte/internal/index.mjs","../../src/containers/Screen.svelte","../../src/components/BigButton.svelte","../../src/components/FunctionalButton.svelte","../../src/components/MiddleButton.svelte","../../src/components/YellowButton.svelte","../../src/containers/Keyboard.svelte","../../node_modules/svelte/store/index.mjs","../../src/store/store.js","../../src/App.svelte","../../src/main.js"],"sourcesContent":["function noop() { }\nconst identity = x => x;\nfunction assign(tar, src) {\n // @ts-ignore\n for (const k in src)\n tar[k] = src[k];\n return tar;\n}\nfunction is_promise(value) {\n return value && typeof value === 'object' && typeof value.then === 'function';\n}\nfunction add_location(element, file, line, column, char) {\n element.__svelte_meta = {\n loc: { file, line, column, char }\n };\n}\nfunction run(fn) {\n return fn();\n}\nfunction blank_object() {\n return Object.create(null);\n}\nfunction run_all(fns) {\n fns.forEach(run);\n}\nfunction is_function(thing) {\n return typeof thing === 'function';\n}\nfunction safe_not_equal(a, b) {\n return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');\n}\nfunction not_equal(a, b) {\n return a != a ? b == b : a !== b;\n}\nfunction validate_store(store, name) {\n if (!store || typeof store.subscribe !== 'function') {\n throw new Error(`'${name}' is not a store with a 'subscribe' method`);\n }\n}\nfunction subscribe(store, callback) {\n const unsub = store.subscribe(callback);\n return unsub.unsubscribe ? () => unsub.unsubscribe() : unsub;\n}\nfunction get_store_value(store) {\n let value;\n subscribe(store, _ => value = _)();\n return value;\n}\nfunction component_subscribe(component, store, callback) {\n component.$$.on_destroy.push(subscribe(store, callback));\n}\nfunction create_slot(definition, ctx, fn) {\n if (definition) {\n const slot_ctx = get_slot_context(definition, ctx, fn);\n return definition[0](slot_ctx);\n }\n}\nfunction get_slot_context(definition, ctx, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.ctx, definition[1](fn ? fn(ctx) : {})))\n : ctx.$$scope.ctx;\n}\nfunction get_slot_changes(definition, ctx, changed, fn) {\n return definition[1]\n ? assign({}, assign(ctx.$$scope.changed || {}, definition[1](fn ? fn(changed) : {})))\n : ctx.$$scope.changed || {};\n}\nfunction exclude_internal_props(props) {\n const result = {};\n for (const k in props)\n if (k[0] !== '$')\n result[k] = props[k];\n return result;\n}\nfunction once(fn) {\n let ran = false;\n return function (...args) {\n if (ran)\n return;\n ran = true;\n fn.call(this, ...args);\n };\n}\nfunction null_to_empty(value) {\n return value == null ? '' : value;\n}\nfunction set_store_value(store, ret, value = ret) {\n store.set(value);\n return ret;\n}\n\nconst is_client = typeof window !== 'undefined';\nlet now = is_client\n ? () => window.performance.now()\n : () => Date.now();\nlet raf = is_client ? cb => requestAnimationFrame(cb) : noop;\n// used internally for testing\nfunction set_now(fn) {\n now = fn;\n}\nfunction set_raf(fn) {\n raf = fn;\n}\n\nconst tasks = new Set();\nlet running = false;\nfunction run_tasks() {\n tasks.forEach(task => {\n if (!task[0](now())) {\n tasks.delete(task);\n task[1]();\n }\n });\n running = tasks.size > 0;\n if (running)\n raf(run_tasks);\n}\nfunction clear_loops() {\n // for testing...\n tasks.forEach(task => tasks.delete(task));\n running = false;\n}\nfunction loop(fn) {\n let task;\n if (!running) {\n running = true;\n raf(run_tasks);\n }\n return {\n promise: new Promise(fulfil => {\n tasks.add(task = [fn, fulfil]);\n }),\n abort() {\n tasks.delete(task);\n }\n };\n}\n\nfunction append(target, node) {\n target.appendChild(node);\n}\nfunction insert(target, node, anchor) {\n target.insertBefore(node, anchor || null);\n}\nfunction detach(node) {\n node.parentNode.removeChild(node);\n}\nfunction destroy_each(iterations, detaching) {\n for (let i = 0; i < iterations.length; i += 1) {\n if (iterations[i])\n iterations[i].d(detaching);\n }\n}\nfunction element(name) {\n return document.createElement(name);\n}\nfunction element_is(name, is) {\n return document.createElement(name, { is });\n}\nfunction object_without_properties(obj, exclude) {\n // eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion\n const target = {};\n for (const k in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, k)\n // @ts-ignore\n && exclude.indexOf(k) === -1) {\n // @ts-ignore\n target[k] = obj[k];\n }\n }\n return target;\n}\nfunction svg_element(name) {\n return document.createElementNS('http://www.w3.org/2000/svg', name);\n}\nfunction text(data) {\n return document.createTextNode(data);\n}\nfunction space() {\n return text(' ');\n}\nfunction empty() {\n return text('');\n}\nfunction listen(node, event, handler, options) {\n node.addEventListener(event, handler, options);\n return () => node.removeEventListener(event, handler, options);\n}\nfunction prevent_default(fn) {\n return function (event) {\n event.preventDefault();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction stop_propagation(fn) {\n return function (event) {\n event.stopPropagation();\n // @ts-ignore\n return fn.call(this, event);\n };\n}\nfunction self(fn) {\n return function (event) {\n // @ts-ignore\n if (event.target === this)\n fn.call(this, event);\n };\n}\nfunction attr(node, attribute, value) {\n if (value == null)\n node.removeAttribute(attribute);\n else\n node.setAttribute(attribute, value);\n}\nfunction set_attributes(node, attributes) {\n for (const key in attributes) {\n if (key === 'style') {\n node.style.cssText = attributes[key];\n }\n else if (key in node) {\n node[key] = attributes[key];\n }\n else {\n attr(node, key, attributes[key]);\n }\n }\n}\nfunction set_svg_attributes(node, attributes) {\n for (const key in attributes) {\n attr(node, key, attributes[key]);\n }\n}\nfunction set_custom_element_data(node, prop, value) {\n if (prop in node) {\n node[prop] = value;\n }\n else {\n attr(node, prop, value);\n }\n}\nfunction xlink_attr(node, attribute, value) {\n node.setAttributeNS('http://www.w3.org/1999/xlink', attribute, value);\n}\nfunction get_binding_group_value(group) {\n const value = [];\n for (let i = 0; i < group.length; i += 1) {\n if (group[i].checked)\n value.push(group[i].__value);\n }\n return value;\n}\nfunction to_number(value) {\n return value === '' ? undefined : +value;\n}\nfunction time_ranges_to_array(ranges) {\n const array = [];\n for (let i = 0; i < ranges.length; i += 1) {\n array.push({ start: ranges.start(i), end: ranges.end(i) });\n }\n return array;\n}\nfunction children(element) {\n return Array.from(element.childNodes);\n}\nfunction claim_element(nodes, name, attributes, svg) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeName === name) {\n for (let j = 0; j < node.attributes.length; j += 1) {\n const attribute = node.attributes[j];\n if (!attributes[attribute.name])\n node.removeAttribute(attribute.name);\n }\n return nodes.splice(i, 1)[0]; // TODO strip unwanted attributes\n }\n }\n return svg ? svg_element(name) : element(name);\n}\nfunction claim_text(nodes, data) {\n for (let i = 0; i < nodes.length; i += 1) {\n const node = nodes[i];\n if (node.nodeType === 3) {\n node.data = '' + data;\n return nodes.splice(i, 1)[0];\n }\n }\n return text(data);\n}\nfunction claim_space(nodes) {\n return claim_text(nodes, ' ');\n}\nfunction set_data(text, data) {\n data = '' + data;\n if (text.data !== data)\n text.data = data;\n}\nfunction set_input_value(input, value) {\n if (value != null || input.value) {\n input.value = value;\n }\n}\nfunction set_input_type(input, type) {\n try {\n input.type = type;\n }\n catch (e) {\n // do nothing\n }\n}\nfunction set_style(node, key, value, important) {\n node.style.setProperty(key, value, important ? 'important' : '');\n}\nfunction select_option(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n if (option.__value === value) {\n option.selected = true;\n return;\n }\n }\n}\nfunction select_options(select, value) {\n for (let i = 0; i < select.options.length; i += 1) {\n const option = select.options[i];\n option.selected = ~value.indexOf(option.__value);\n }\n}\nfunction select_value(select) {\n const selected_option = select.querySelector(':checked') || select.options[0];\n return selected_option && selected_option.__value;\n}\nfunction select_multiple_value(select) {\n return [].map.call(select.querySelectorAll(':checked'), option => option.__value);\n}\nfunction add_resize_listener(element, fn) {\n if (getComputedStyle(element).position === 'static') {\n element.style.position = 'relative';\n }\n const object = document.createElement('object');\n object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');\n object.type = 'text/html';\n object.tabIndex = -1;\n let win;\n object.onload = () => {\n win = object.contentDocument.defaultView;\n win.addEventListener('resize', fn);\n };\n if (/Trident/.test(navigator.userAgent)) {\n element.appendChild(object);\n object.data = 'about:blank';\n }\n else {\n object.data = 'about:blank';\n element.appendChild(object);\n }\n return {\n cancel: () => {\n win && win.removeEventListener && win.removeEventListener('resize', fn);\n element.removeChild(object);\n }\n };\n}\nfunction toggle_class(element, name, toggle) {\n element.classList[toggle ? 'add' : 'remove'](name);\n}\nfunction custom_event(type, detail) {\n const e = document.createEvent('CustomEvent');\n e.initCustomEvent(type, false, false, detail);\n return e;\n}\nclass HtmlTag {\n constructor(html, anchor = null) {\n this.e = element('div');\n this.a = anchor;\n this.u(html);\n }\n m(target, anchor = null) {\n for (let i = 0; i < this.n.length; i += 1) {\n insert(target, this.n[i], anchor);\n }\n this.t = target;\n }\n u(html) {\n this.e.innerHTML = html;\n this.n = Array.from(this.e.childNodes);\n }\n p(html) {\n this.d();\n this.u(html);\n this.m(this.t, this.a);\n }\n d() {\n this.n.forEach(detach);\n }\n}\n\nlet stylesheet;\nlet active = 0;\nlet current_rules = {};\n// https://github.com/darkskyapp/string-hash/blob/master/index.js\nfunction hash(str) {\n let hash = 5381;\n let i = str.length;\n while (i--)\n hash = ((hash << 5) - hash) ^ str.charCodeAt(i);\n return hash >>> 0;\n}\nfunction create_rule(node, a, b, duration, delay, ease, fn, uid = 0) {\n const step = 16.666 / duration;\n let keyframes = '{\\n';\n for (let p = 0; p <= 1; p += step) {\n const t = a + (b - a) * ease(p);\n keyframes += p * 100 + `%{${fn(t, 1 - t)}}\\n`;\n }\n const rule = keyframes + `100% {${fn(b, 1 - b)}}\\n}`;\n const name = `__svelte_${hash(rule)}_${uid}`;\n if (!current_rules[name]) {\n if (!stylesheet) {\n const style = element('style');\n document.head.appendChild(style);\n stylesheet = style.sheet;\n }\n current_rules[name] = true;\n stylesheet.insertRule(`@keyframes ${name} ${rule}`, stylesheet.cssRules.length);\n }\n const animation = node.style.animation || '';\n node.style.animation = `${animation ? `${animation}, ` : ``}${name} ${duration}ms linear ${delay}ms 1 both`;\n active += 1;\n return name;\n}\nfunction delete_rule(node, name) {\n node.style.animation = (node.style.animation || '')\n .split(', ')\n .filter(name\n ? anim => anim.indexOf(name) < 0 // remove specific animation\n : anim => anim.indexOf('__svelte') === -1 // remove all Svelte animations\n )\n .join(', ');\n if (name && !--active)\n clear_rules();\n}\nfunction clear_rules() {\n raf(() => {\n if (active)\n return;\n let i = stylesheet.cssRules.length;\n while (i--)\n stylesheet.deleteRule(i);\n current_rules = {};\n });\n}\n\nfunction create_animation(node, from, fn, params) {\n if (!from)\n return noop;\n const to = node.getBoundingClientRect();\n if (from.left === to.left && from.right === to.right && from.top === to.top && from.bottom === to.bottom)\n return noop;\n const { delay = 0, duration = 300, easing = identity, \n // @ts-ignore todo: should this be separated from destructuring? Or start/end added to public api and documentation?\n start: start_time = now() + delay, \n // @ts-ignore todo:\n end = start_time + duration, tick = noop, css } = fn(node, { from, to }, params);\n let running = true;\n let started = false;\n let name;\n function start() {\n if (css) {\n name = create_rule(node, 0, 1, duration, delay, easing, css);\n }\n if (!delay) {\n started = true;\n }\n }\n function stop() {\n if (css)\n delete_rule(node, name);\n running = false;\n }\n loop(now => {\n if (!started && now >= start_time) {\n started = true;\n }\n if (started && now >= end) {\n tick(1, 0);\n stop();\n }\n if (!running) {\n return false;\n }\n if (started) {\n const p = now - start_time;\n const t = 0 + 1 * easing(p / duration);\n tick(t, 1 - t);\n }\n return true;\n });\n start();\n tick(0, 1);\n return stop;\n}\nfunction fix_position(node) {\n const style = getComputedStyle(node);\n if (style.position !== 'absolute' && style.position !== 'fixed') {\n const { width, height } = style;\n const a = node.getBoundingClientRect();\n node.style.position = 'absolute';\n node.style.width = width;\n node.style.height = height;\n add_transform(node, a);\n }\n}\nfunction add_transform(node, a) {\n const b = node.getBoundingClientRect();\n if (a.left !== b.left || a.top !== b.top) {\n const style = getComputedStyle(node);\n const transform = style.transform === 'none' ? '' : style.transform;\n node.style.transform = `${transform} translate(${a.left - b.left}px, ${a.top - b.top}px)`;\n }\n}\n\nlet current_component;\nfunction set_current_component(component) {\n current_component = component;\n}\nfunction get_current_component() {\n if (!current_component)\n throw new Error(`Function called outside component initialization`);\n return current_component;\n}\nfunction beforeUpdate(fn) {\n get_current_component().$$.before_update.push(fn);\n}\nfunction onMount(fn) {\n get_current_component().$$.on_mount.push(fn);\n}\nfunction afterUpdate(fn) {\n get_current_component().$$.after_update.push(fn);\n}\nfunction onDestroy(fn) {\n get_current_component().$$.on_destroy.push(fn);\n}\nfunction createEventDispatcher() {\n const component = current_component;\n return (type, detail) => {\n const callbacks = component.$$.callbacks[type];\n if (callbacks) {\n // TODO are there situations where events could be dispatched\n // in a server (non-DOM) environment?\n const event = custom_event(type, detail);\n callbacks.slice().forEach(fn => {\n fn.call(component, event);\n });\n }\n };\n}\nfunction setContext(key, context) {\n get_current_component().$$.context.set(key, context);\n}\nfunction getContext(key) {\n return get_current_component().$$.context.get(key);\n}\n// TODO figure out if we still want to support\n// shorthand events, or if we want to implement\n// a real bubbling mechanism\nfunction bubble(component, event) {\n const callbacks = component.$$.callbacks[event.type];\n if (callbacks) {\n callbacks.slice().forEach(fn => fn(event));\n }\n}\n\nconst dirty_components = [];\nconst intros = { enabled: false };\nconst binding_callbacks = [];\nconst render_callbacks = [];\nconst flush_callbacks = [];\nconst resolved_promise = Promise.resolve();\nlet update_scheduled = false;\nfunction schedule_update() {\n if (!update_scheduled) {\n update_scheduled = true;\n resolved_promise.then(flush);\n }\n}\nfunction tick() {\n schedule_update();\n return resolved_promise;\n}\nfunction add_render_callback(fn) {\n render_callbacks.push(fn);\n}\nfunction add_flush_callback(fn) {\n flush_callbacks.push(fn);\n}\nfunction flush() {\n const seen_callbacks = new Set();\n do {\n // first, call beforeUpdate functions\n // and update components\n while (dirty_components.length) {\n const component = dirty_components.shift();\n set_current_component(component);\n update(component.$$);\n }\n while (binding_callbacks.length)\n binding_callbacks.pop()();\n // then, once components are updated, call\n // afterUpdate functions. This may cause\n // subsequent updates...\n for (let i = 0; i < render_callbacks.length; i += 1) {\n const callback = render_callbacks[i];\n if (!seen_callbacks.has(callback)) {\n callback();\n // ...so guard against infinite loops\n seen_callbacks.add(callback);\n }\n }\n render_callbacks.length = 0;\n } while (dirty_components.length);\n while (flush_callbacks.length) {\n flush_callbacks.pop()();\n }\n update_scheduled = false;\n}\nfunction update($$) {\n if ($$.fragment) {\n $$.update($$.dirty);\n run_all($$.before_update);\n $$.fragment.p($$.dirty, $$.ctx);\n $$.dirty = null;\n $$.after_update.forEach(add_render_callback);\n }\n}\n\nlet promise;\nfunction wait() {\n if (!promise) {\n promise = Promise.resolve();\n promise.then(() => {\n promise = null;\n });\n }\n return promise;\n}\nfunction dispatch(node, direction, kind) {\n node.dispatchEvent(custom_event(`${direction ? 'intro' : 'outro'}${kind}`));\n}\nconst outroing = new Set();\nlet outros;\nfunction group_outros() {\n outros = {\n r: 0,\n c: [],\n p: outros // parent group\n };\n}\nfunction check_outros() {\n if (!outros.r) {\n run_all(outros.c);\n }\n outros = outros.p;\n}\nfunction transition_in(block, local) {\n if (block && block.i) {\n outroing.delete(block);\n block.i(local);\n }\n}\nfunction transition_out(block, local, detach, callback) {\n if (block && block.o) {\n if (outroing.has(block))\n return;\n outroing.add(block);\n outros.c.push(() => {\n outroing.delete(block);\n if (callback) {\n if (detach)\n block.d(1);\n callback();\n }\n });\n block.o(local);\n }\n}\nconst null_transition = { duration: 0 };\nfunction create_in_transition(node, fn, params) {\n let config = fn(node, params);\n let running = false;\n let animation_name;\n let task;\n let uid = 0;\n function cleanup() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 0, 1, duration, delay, easing, css, uid++);\n tick(0, 1);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n if (task)\n task.abort();\n running = true;\n add_render_callback(() => dispatch(node, true, 'start'));\n task = loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(1, 0);\n dispatch(node, true, 'end');\n cleanup();\n return running = false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(t, 1 - t);\n }\n }\n return running;\n });\n }\n let started = false;\n return {\n start() {\n if (started)\n return;\n delete_rule(node);\n if (is_function(config)) {\n config = config();\n wait().then(go);\n }\n else {\n go();\n }\n },\n invalidate() {\n started = false;\n },\n end() {\n if (running) {\n cleanup();\n running = false;\n }\n }\n };\n}\nfunction create_out_transition(node, fn, params) {\n let config = fn(node, params);\n let running = true;\n let animation_name;\n const group = outros;\n group.r += 1;\n function go() {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n if (css)\n animation_name = create_rule(node, 1, 0, duration, delay, easing, css);\n const start_time = now() + delay;\n const end_time = start_time + duration;\n add_render_callback(() => dispatch(node, false, 'start'));\n loop(now => {\n if (running) {\n if (now >= end_time) {\n tick(0, 1);\n dispatch(node, false, 'end');\n if (!--group.r) {\n // this will result in `end()` being called,\n // so we don't need to clean up here\n run_all(group.c);\n }\n return false;\n }\n if (now >= start_time) {\n const t = easing((now - start_time) / duration);\n tick(1 - t, t);\n }\n }\n return running;\n });\n }\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go();\n });\n }\n else {\n go();\n }\n return {\n end(reset) {\n if (reset && config.tick) {\n config.tick(1, 0);\n }\n if (running) {\n if (animation_name)\n delete_rule(node, animation_name);\n running = false;\n }\n }\n };\n}\nfunction create_bidirectional_transition(node, fn, params, intro) {\n let config = fn(node, params);\n let t = intro ? 0 : 1;\n let running_program = null;\n let pending_program = null;\n let animation_name = null;\n function clear_animation() {\n if (animation_name)\n delete_rule(node, animation_name);\n }\n function init(program, duration) {\n const d = program.b - t;\n duration *= Math.abs(d);\n return {\n a: t,\n b: program.b,\n d,\n duration,\n start: program.start,\n end: program.start + duration,\n group: program.group\n };\n }\n function go(b) {\n const { delay = 0, duration = 300, easing = identity, tick = noop, css } = config || null_transition;\n const program = {\n start: now() + delay,\n b\n };\n if (!b) {\n // @ts-ignore todo: improve typings\n program.group = outros;\n outros.r += 1;\n }\n if (running_program) {\n pending_program = program;\n }\n else {\n // if this is an intro, and there's a delay, we need to do\n // an initial tick and/or apply CSS animation immediately\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, b, duration, delay, easing, css);\n }\n if (b)\n tick(0, 1);\n running_program = init(program, duration);\n add_render_callback(() => dispatch(node, b, 'start'));\n loop(now => {\n if (pending_program && now > pending_program.start) {\n running_program = init(pending_program, duration);\n pending_program = null;\n dispatch(node, running_program.b, 'start');\n if (css) {\n clear_animation();\n animation_name = create_rule(node, t, running_program.b, running_program.duration, 0, easing, config.css);\n }\n }\n if (running_program) {\n if (now >= running_program.end) {\n tick(t = running_program.b, 1 - t);\n dispatch(node, running_program.b, 'end');\n if (!pending_program) {\n // we're done\n if (running_program.b) {\n // intro — we can tidy up immediately\n clear_animation();\n }\n else {\n // outro — needs to be coordinated\n if (!--running_program.group.r)\n run_all(running_program.group.c);\n }\n }\n running_program = null;\n }\n else if (now >= running_program.start) {\n const p = now - running_program.start;\n t = running_program.a + running_program.d * easing(p / running_program.duration);\n tick(t, 1 - t);\n }\n }\n return !!(running_program || pending_program);\n });\n }\n }\n return {\n run(b) {\n if (is_function(config)) {\n wait().then(() => {\n // @ts-ignore\n config = config();\n go(b);\n });\n }\n else {\n go(b);\n }\n },\n end() {\n clear_animation();\n running_program = pending_program = null;\n }\n };\n}\n\nfunction handle_promise(promise, info) {\n const token = info.token = {};\n function update(type, index, key, value) {\n if (info.token !== token)\n return;\n info.resolved = key && { [key]: value };\n const child_ctx = assign(assign({}, info.ctx), info.resolved);\n const block = type && (info.current = type)(child_ctx);\n if (info.block) {\n if (info.blocks) {\n info.blocks.forEach((block, i) => {\n if (i !== index && block) {\n group_outros();\n transition_out(block, 1, 1, () => {\n info.blocks[i] = null;\n });\n check_outros();\n }\n });\n }\n else {\n info.block.d(1);\n }\n block.c();\n transition_in(block, 1);\n block.m(info.mount(), info.anchor);\n flush();\n }\n info.block = block;\n if (info.blocks)\n info.blocks[index] = block;\n }\n if (is_promise(promise)) {\n const current_component = get_current_component();\n promise.then(value => {\n set_current_component(current_component);\n update(info.then, 1, info.value, value);\n set_current_component(null);\n }, error => {\n set_current_component(current_component);\n update(info.catch, 2, info.error, error);\n set_current_component(null);\n });\n // if we previously had a then/catch block, destroy it\n if (info.current !== info.pending) {\n update(info.pending, 0);\n return true;\n }\n }\n else {\n if (info.current !== info.then) {\n update(info.then, 1, info.value, promise);\n return true;\n }\n info.resolved = { [info.value]: promise };\n }\n}\n\nconst globals = (typeof window !== 'undefined' ? window : global);\n\nfunction destroy_block(block, lookup) {\n block.d(1);\n lookup.delete(block.key);\n}\nfunction outro_and_destroy_block(block, lookup) {\n transition_out(block, 1, 1, () => {\n lookup.delete(block.key);\n });\n}\nfunction fix_and_destroy_block(block, lookup) {\n block.f();\n destroy_block(block, lookup);\n}\nfunction fix_and_outro_and_destroy_block(block, lookup) {\n block.f();\n outro_and_destroy_block(block, lookup);\n}\nfunction update_keyed_each(old_blocks, changed, get_key, dynamic, ctx, list, lookup, node, destroy, create_each_block, next, get_context) {\n let o = old_blocks.length;\n let n = list.length;\n let i = o;\n const old_indexes = {};\n while (i--)\n old_indexes[old_blocks[i].key] = i;\n const new_blocks = [];\n const new_lookup = new Map();\n const deltas = new Map();\n i = n;\n while (i--) {\n const child_ctx = get_context(ctx, list, i);\n const key = get_key(child_ctx);\n let block = lookup.get(key);\n if (!block) {\n block = create_each_block(key, child_ctx);\n block.c();\n }\n else if (dynamic) {\n block.p(changed, child_ctx);\n }\n new_lookup.set(key, new_blocks[i] = block);\n if (key in old_indexes)\n deltas.set(key, Math.abs(i - old_indexes[key]));\n }\n const will_move = new Set();\n const did_move = new Set();\n function insert(block) {\n transition_in(block, 1);\n block.m(node, next);\n lookup.set(block.key, block);\n next = block.first;\n n--;\n }\n while (o && n) {\n const new_block = new_blocks[n - 1];\n const old_block = old_blocks[o - 1];\n const new_key = new_block.key;\n const old_key = old_block.key;\n if (new_block === old_block) {\n // do nothing\n next = new_block.first;\n o--;\n n--;\n }\n else if (!new_lookup.has(old_key)) {\n // remove old block\n destroy(old_block, lookup);\n o--;\n }\n else if (!lookup.has(new_key) || will_move.has(new_key)) {\n insert(new_block);\n }\n else if (did_move.has(old_key)) {\n o--;\n }\n else if (deltas.get(new_key) > deltas.get(old_key)) {\n did_move.add(new_key);\n insert(new_block);\n }\n else {\n will_move.add(old_key);\n o--;\n }\n }\n while (o--) {\n const old_block = old_blocks[o];\n if (!new_lookup.has(old_block.key))\n destroy(old_block, lookup);\n }\n while (n)\n insert(new_blocks[n - 1]);\n return new_blocks;\n}\nfunction measure(blocks) {\n const rects = {};\n let i = blocks.length;\n while (i--)\n rects[blocks[i].key] = blocks[i].node.getBoundingClientRect();\n return rects;\n}\n\nfunction get_spread_update(levels, updates) {\n const update = {};\n const to_null_out = {};\n const accounted_for = { $$scope: 1 };\n let i = levels.length;\n while (i--) {\n const o = levels[i];\n const n = updates[i];\n if (n) {\n for (const key in o) {\n if (!(key in n))\n to_null_out[key] = 1;\n }\n for (const key in n) {\n if (!accounted_for[key]) {\n update[key] = n[key];\n accounted_for[key] = 1;\n }\n }\n levels[i] = n;\n }\n else {\n for (const key in o) {\n accounted_for[key] = 1;\n }\n }\n }\n for (const key in to_null_out) {\n if (!(key in update))\n update[key] = undefined;\n }\n return update;\n}\nfunction get_spread_object(spread_props) {\n return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};\n}\n\nconst invalid_attribute_name_character = /[\\s'\">/=\\u{FDD0}-\\u{FDEF}\\u{FFFE}\\u{FFFF}\\u{1FFFE}\\u{1FFFF}\\u{2FFFE}\\u{2FFFF}\\u{3FFFE}\\u{3FFFF}\\u{4FFFE}\\u{4FFFF}\\u{5FFFE}\\u{5FFFF}\\u{6FFFE}\\u{6FFFF}\\u{7FFFE}\\u{7FFFF}\\u{8FFFE}\\u{8FFFF}\\u{9FFFE}\\u{9FFFF}\\u{AFFFE}\\u{AFFFF}\\u{BFFFE}\\u{BFFFF}\\u{CFFFE}\\u{CFFFF}\\u{DFFFE}\\u{DFFFF}\\u{EFFFE}\\u{EFFFF}\\u{FFFFE}\\u{FFFFF}\\u{10FFFE}\\u{10FFFF}]/u;\n// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n// https://infra.spec.whatwg.org/#noncharacter\nfunction spread(args) {\n const attributes = Object.assign({}, ...args);\n let str = '';\n Object.keys(attributes).forEach(name => {\n if (invalid_attribute_name_character.test(name))\n return;\n const value = attributes[name];\n if (value === undefined)\n return;\n if (value === true)\n str += \" \" + name;\n const escaped = String(value)\n .replace(/\"/g, '"')\n .replace(/'/g, ''');\n str += \" \" + name + \"=\" + JSON.stringify(escaped);\n });\n return str;\n}\nconst escaped = {\n '\"': '"',\n \"'\": ''',\n '&': '&',\n '<': '<',\n '>': '>'\n};\nfunction escape(html) {\n return String(html).replace(/[\"'&<>]/g, match => escaped[match]);\n}\nfunction each(items, fn) {\n let str = '';\n for (let i = 0; i < items.length; i += 1) {\n str += fn(items[i], i);\n }\n return str;\n}\nconst missing_component = {\n $$render: () => ''\n};\nfunction validate_component(component, name) {\n if (!component || !component.$$render) {\n if (name === 'svelte:component')\n name += ' this={...}';\n throw new Error(`<${name}> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules`);\n }\n return component;\n}\nfunction debug(file, line, column, values) {\n console.log(`{@debug} ${file ? file + ' ' : ''}(${line}:${column})`); // eslint-disable-line no-console\n console.log(values); // eslint-disable-line no-console\n return '';\n}\nlet on_destroy;\nfunction create_ssr_component(fn) {\n function $$render(result, props, bindings, slots) {\n const parent_component = current_component;\n const $$ = {\n on_destroy,\n context: new Map(parent_component ? parent_component.$$.context : []),\n // these will be immediately discarded\n on_mount: [],\n before_update: [],\n after_update: [],\n callbacks: blank_object()\n };\n set_current_component({ $$ });\n const html = fn(result, props, bindings, slots);\n set_current_component(parent_component);\n return html;\n }\n return {\n render: (props = {}, options = {}) => {\n on_destroy = [];\n const result = { head: '', css: new Set() };\n const html = $$render(result, props, {}, options);\n run_all(on_destroy);\n return {\n html,\n css: {\n code: Array.from(result.css).map(css => css.code).join('\\n'),\n map: null // TODO\n },\n head: result.head\n };\n },\n $$render\n };\n}\nfunction add_attribute(name, value, boolean) {\n if (value == null || (boolean && !value))\n return '';\n return ` ${name}${value === true ? '' : `=${typeof value === 'string' ? JSON.stringify(escape(value)) : `\"${value}\"`}`}`;\n}\nfunction add_classes(classes) {\n return classes ? ` class=\"${classes}\"` : ``;\n}\n\nfunction bind(component, name, callback) {\n if (component.$$.props.indexOf(name) === -1)\n return;\n component.$$.bound[name] = callback;\n callback(component.$$.ctx[name]);\n}\nfunction mount_component(component, target, anchor) {\n const { fragment, on_mount, on_destroy, after_update } = component.$$;\n fragment.m(target, anchor);\n // onMount happens before the initial afterUpdate\n add_render_callback(() => {\n const new_on_destroy = on_mount.map(run).filter(is_function);\n if (on_destroy) {\n on_destroy.push(...new_on_destroy);\n }\n else {\n // Edge case - component was destroyed immediately,\n // most likely as a result of a binding initialising\n run_all(new_on_destroy);\n }\n component.$$.on_mount = [];\n });\n after_update.forEach(add_render_callback);\n}\nfunction destroy_component(component, detaching) {\n if (component.$$.fragment) {\n run_all(component.$$.on_destroy);\n component.$$.fragment.d(detaching);\n // TODO null out other refs, including component.$$ (but need to\n // preserve final state?)\n component.$$.on_destroy = component.$$.fragment = null;\n component.$$.ctx = {};\n }\n}\nfunction make_dirty(component, key) {\n if (!component.$$.dirty) {\n dirty_components.push(component);\n schedule_update();\n component.$$.dirty = blank_object();\n }\n component.$$.dirty[key] = true;\n}\nfunction init(component, options, instance, create_fragment, not_equal, prop_names) {\n const parent_component = current_component;\n set_current_component(component);\n const props = options.props || {};\n const $$ = component.$$ = {\n fragment: null,\n ctx: null,\n // state\n props: prop_names,\n update: noop,\n not_equal,\n bound: blank_object(),\n // lifecycle\n on_mount: [],\n on_destroy: [],\n before_update: [],\n after_update: [],\n context: new Map(parent_component ? parent_component.$$.context : []),\n // everything else\n callbacks: blank_object(),\n dirty: null\n };\n let ready = false;\n $$.ctx = instance\n ? instance(component, props, (key, ret, value = ret) => {\n if ($$.ctx && not_equal($$.ctx[key], $$.ctx[key] = value)) {\n if ($$.bound[key])\n $$.bound[key](value);\n if (ready)\n make_dirty(component, key);\n }\n return ret;\n })\n : props;\n $$.update();\n ready = true;\n run_all($$.before_update);\n $$.fragment = create_fragment($$.ctx);\n if (options.target) {\n if (options.hydrate) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.l(children(options.target));\n }\n else {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n $$.fragment.c();\n }\n if (options.intro)\n transition_in(component.$$.fragment);\n mount_component(component, options.target, options.anchor);\n flush();\n }\n set_current_component(parent_component);\n}\nlet SvelteElement;\nif (typeof HTMLElement !== 'undefined') {\n SvelteElement = class extends HTMLElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n }\n connectedCallback() {\n // @ts-ignore todo: improve typings\n for (const key in this.$$.slotted) {\n // @ts-ignore todo: improve typings\n this.appendChild(this.$$.slotted[key]);\n }\n }\n attributeChangedCallback(attr, _oldValue, newValue) {\n this[attr] = newValue;\n }\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n // TODO should this delegate to addEventListener?\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n };\n}\nclass SvelteComponent {\n $destroy() {\n destroy_component(this, 1);\n this.$destroy = noop;\n }\n $on(type, callback) {\n const callbacks = (this.$$.callbacks[type] || (this.$$.callbacks[type] = []));\n callbacks.push(callback);\n return () => {\n const index = callbacks.indexOf(callback);\n if (index !== -1)\n callbacks.splice(index, 1);\n };\n }\n $set() {\n // overridden by instance, if it has props\n }\n}\n\nfunction dispatch_dev(type, detail) {\n document.dispatchEvent(custom_event(type, detail));\n}\nfunction append_dev(target, node) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node });\n append(target, node);\n}\nfunction insert_dev(target, node, anchor) {\n dispatch_dev(\"SvelteDOMInsert\", { target, node, anchor });\n insert(target, node, anchor);\n}\nfunction detach_dev(node) {\n dispatch_dev(\"SvelteDOMRemove\", { node });\n detach(node);\n}\nfunction detach_between_dev(before, after) {\n while (before.nextSibling && before.nextSibling !== after) {\n detach_dev(before.nextSibling);\n }\n}\nfunction detach_before_dev(after) {\n while (after.previousSibling) {\n detach_dev(after.previousSibling);\n }\n}\nfunction detach_after_dev(before) {\n while (before.nextSibling) {\n detach_dev(before.nextSibling);\n }\n}\nfunction listen_dev(node, event, handler, options, has_prevent_default, has_stop_propagation) {\n const modifiers = options === true ? [\"capture\"] : options ? Array.from(Object.keys(options)) : [];\n if (has_prevent_default)\n modifiers.push('preventDefault');\n if (has_stop_propagation)\n modifiers.push('stopPropagation');\n dispatch_dev(\"SvelteDOMAddEventListener\", { node, event, handler, modifiers });\n const dispose = listen(node, event, handler, options);\n return () => {\n dispatch_dev(\"SvelteDOMRemoveEventListener\", { node, event, handler, modifiers });\n dispose();\n };\n}\nfunction attr_dev(node, attribute, value) {\n attr(node, attribute, value);\n if (value == null)\n dispatch_dev(\"SvelteDOMRemoveAttribute\", { node, attribute });\n else\n dispatch_dev(\"SvelteDOMSetAttribute\", { node, attribute, value });\n}\nfunction prop_dev(node, property, value) {\n node[property] = value;\n dispatch_dev(\"SvelteDOMSetProperty\", { node, property, value });\n}\nfunction dataset_dev(node, property, value) {\n node.dataset[property] = value;\n dispatch_dev(\"SvelteDOMSetDataset\", { node, property, value });\n}\nfunction set_data_dev(text, data) {\n data = '' + data;\n if (text.data === data)\n return;\n dispatch_dev(\"SvelteDOMSetData\", { node: text, data });\n text.data = data;\n}\nclass SvelteComponentDev extends SvelteComponent {\n constructor(options) {\n if (!options || (!options.target && !options.$$inline)) {\n throw new Error(`'target' is a required option`);\n }\n super();\n }\n $destroy() {\n super.$destroy();\n this.$destroy = () => {\n console.warn(`Component was already destroyed`); // eslint-disable-line no-console\n };\n }\n}\n\nexport { HtmlTag, SvelteComponent, SvelteComponentDev, SvelteElement, add_attribute, add_classes, add_flush_callback, add_location, add_render_callback, add_resize_listener, add_transform, afterUpdate, append, append_dev, assign, attr, attr_dev, beforeUpdate, bind, binding_callbacks, blank_object, bubble, check_outros, children, claim_element, claim_space, claim_text, clear_loops, component_subscribe, createEventDispatcher, create_animation, create_bidirectional_transition, create_in_transition, create_out_transition, create_slot, create_ssr_component, current_component, custom_event, dataset_dev, debug, destroy_block, destroy_component, destroy_each, detach, detach_after_dev, detach_before_dev, detach_between_dev, detach_dev, dirty_components, dispatch_dev, each, element, element_is, empty, escape, escaped, exclude_internal_props, fix_and_destroy_block, fix_and_outro_and_destroy_block, fix_position, flush, getContext, get_binding_group_value, get_current_component, get_slot_changes, get_slot_context, get_spread_object, get_spread_update, get_store_value, globals, group_outros, handle_promise, identity, init, insert, insert_dev, intros, invalid_attribute_name_character, is_client, is_function, is_promise, listen, listen_dev, loop, measure, missing_component, mount_component, noop, not_equal, now, null_to_empty, object_without_properties, onDestroy, onMount, once, outro_and_destroy_block, prevent_default, prop_dev, raf, run, run_all, safe_not_equal, schedule_update, select_multiple_value, select_option, select_options, select_value, self, setContext, set_attributes, set_current_component, set_custom_element_data, set_data, set_data_dev, set_input_type, set_input_value, set_now, set_raf, set_store_value, set_style, set_svg_attributes, space, spread, stop_propagation, subscribe, svg_element, text, tick, time_ranges_to_array, to_number, toggle_class, transition_in, transition_out, update_keyed_each, validate_component, validate_store, xlink_attr };\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
      \r\n {#each display as key}\r\n
    • {key}
    • \r\n {/each}\r\n
    \r\n
    \r\n TECTOY\r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n","\r\n\r\n\r\n\r\n handleBigButtonClick(key)}>\r\n {key}\r\n\r\n","\r\n\r\n\r\n\r\n handleFunctionalButtonClick(text)}>\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n handleMiddleButtonClick(number, text)}>\r\n {number}\r\n {text}\r\n\r\n","\r\n\r\n\r\n\r\n\r\n","\r\n\r\n\r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n\r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
      \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    • \r\n \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n","import { safe_not_equal, noop, run_all, is_function } from '../internal';\nexport { get_store_value as get } from '../internal';\n\nconst subscriber_queue = [];\n/**\n * Creates a `Readable` store that allows reading by subscription.\n * @param value initial value\n * @param {StartStopNotifier}start start and stop notifications for subscriptions\n */\nfunction readable(value, start) {\n return {\n subscribe: writable(value, start).subscribe,\n };\n}\n/**\n * Create a `Writable` store that allows both updating and reading by subscription.\n * @param {*=}value initial value\n * @param {StartStopNotifier=}start start and stop notifications for subscriptions\n */\nfunction writable(value, start = noop) {\n let stop;\n const subscribers = [];\n function set(new_value) {\n if (safe_not_equal(value, new_value)) {\n value = new_value;\n if (stop) { // store is ready\n const run_queue = !subscriber_queue.length;\n for (let i = 0; i < subscribers.length; i += 1) {\n const s = subscribers[i];\n s[1]();\n subscriber_queue.push(s, value);\n }\n if (run_queue) {\n for (let i = 0; i < subscriber_queue.length; i += 2) {\n subscriber_queue[i][0](subscriber_queue[i + 1]);\n }\n subscriber_queue.length = 0;\n }\n }\n }\n }\n function update(fn) {\n set(fn(value));\n }\n function subscribe(run, invalidate = noop) {\n const subscriber = [run, invalidate];\n subscribers.push(subscriber);\n if (subscribers.length === 1) {\n stop = start(set) || noop;\n }\n run(value);\n return () => {\n const index = subscribers.indexOf(subscriber);\n if (index !== -1) {\n subscribers.splice(index, 1);\n }\n if (subscribers.length === 0) {\n stop();\n stop = null;\n }\n };\n }\n return { set, update, subscribe };\n}\n/**\n * Derived value store by synchronizing one or more readable stores and\n * applying an aggregation function over its input values.\n * @param {Stores} stores input stores\n * @param {function(Stores=, function(*)=):*}fn function callback that aggregates the values\n * @param {*=}initial_value when used asynchronously\n */\nfunction derived(stores, fn, initial_value) {\n const single = !Array.isArray(stores);\n const stores_array = single\n ? [stores]\n : stores;\n const auto = fn.length < 2;\n return readable(initial_value, (set) => {\n let inited = false;\n const values = [];\n let pending = 0;\n let cleanup = noop;\n const sync = () => {\n if (pending) {\n return;\n }\n cleanup();\n const result = fn(single ? values[0] : values, set);\n if (auto) {\n set(result);\n }\n else {\n cleanup = is_function(result) ? result : noop;\n }\n };\n const unsubscribers = stores_array.map((store, i) => store.subscribe((value) => {\n values[i] = value;\n pending &= ~(1 << i);\n if (inited) {\n sync();\n }\n }, () => {\n pending |= (1 << i);\n }));\n inited = true;\n sync();\n return function stop() {\n run_all(unsubscribers);\n cleanup();\n };\n });\n}\n\nexport { derived, readable, writable };\n","import { writable } from 'svelte/store';\r\n\r\n// export const display = writable([\"\", \"\", \"\", \"\", \"\", \"\", \"\"]);\r\nexport const display = writable({\r\n status: false,\r\n displayValue: ['w', 'e', 'l', 'c', 'o', 'm', 'e'],\r\n operation: null,\r\n values: [0, 0],\r\n current: 0,\r\n clearDisplay: true\r\n});","\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","import App from './App.svelte';\r\n\r\nconst app = new App({\r\n target: document.body\r\n});\r\n\r\nexport default app;"],"names":["display","dp"],"mappings":"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"} \ No newline at end of file diff --git a/2019-setembro/lancellott/src/App.svelte b/2019-setembro/lancellott/src/App.svelte index f1cb2eb..abef33b 100644 --- a/2019-setembro/lancellott/src/App.svelte +++ b/2019-setembro/lancellott/src/App.svelte @@ -146,8 +146,10 @@ let user_input = window.prompt( "Você clicou num botão easter egg. Você sabe qual constante físico/matemática é este número?" ); + let acertou = false; if (user_input === resp) { alert("Parabéns, você acertou, você é muito inteligente!"); + acertou = true; } else { while (confirm("Você errou, quer tentar novamente?")) { user_input = window.prompt( @@ -155,10 +157,16 @@ ); if (user_input === resp) { alert("Parabéns, você acertou, você é muito inteligente!"); + acertou = true; break; } } } + if (!acertou) { + if (confirm("Você gostaria de saber a resposta?")) { + alert(`Esta constante representa: ${resp}`); + } + } }; // onMount(() => { From c7d02bf7f8b53b717d0c79ea969a0bdf0dcfac34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helton=20F=C3=A1bio?= Date: Tue, 1 Oct 2019 03:31:57 -0300 Subject: [PATCH 18/18] removing commentaries --- 2019-setembro/lancellott/src/App.svelte | 5 ----- 1 file changed, 5 deletions(-) diff --git a/2019-setembro/lancellott/src/App.svelte b/2019-setembro/lancellott/src/App.svelte index abef33b..5c4b5eb 100644 --- a/2019-setembro/lancellott/src/App.svelte +++ b/2019-setembro/lancellott/src/App.svelte @@ -18,7 +18,6 @@ let display; const unsubscribe = dp.subscribe(value => { - // console.log("dp: ", value); display = value; }); @@ -95,10 +94,7 @@ const currentValue = clearDisplay ? "" : display.displayValue.join(""); console.log("current value: ", currentValue); const displayValue = formatValueToDisplay(currentValue + "" + digit); - // console.log("display value: ", currentValue); - // console.log("Novo valor: ", currentValue + "" + digit); updateDisplay({ ...display, displayValue, clearDisplay: false }); - // console.log("display value: ", displayValue); const index = display.current; const newValue = parseInt(displayValue.join("")); @@ -181,7 +177,6 @@ -